Contact Form by BestWebSoft - Version 3.80

Version Description

  • 08.07.2014 =
  • Bugfix : The bug related to overwriting of the attachments with the same names was fixed.
  • NEW : We added ability to use the changed names of the fields of the contact form in the sent letter.
Download this release

Release Info

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

Code changes from version 3.79 to 3.80

Files changed (47) hide show
  1. bws_menu/bws_menu.php +10 -6
  2. contact_form.php +122 -81
  3. languages/contact_form-af_ZA.mo +0 -0
  4. languages/contact_form-af_ZA.po +360 -350
  5. languages/contact_form-be_BY.mo +0 -0
  6. languages/contact_form-be_BY.po +356 -345
  7. languages/contact_form-ca.mo +0 -0
  8. languages/contact_form-ca.po +356 -345
  9. languages/contact_form-de_DE.mo +0 -0
  10. languages/contact_form-de_DE.po +359 -345
  11. languages/contact_form-es_ES.mo +0 -0
  12. languages/contact_form-es_ES.po +331 -318
  13. languages/contact_form-et.mo +0 -0
  14. languages/contact_form-et.po +356 -345
  15. languages/contact_form-fi.mo +0 -0
  16. languages/contact_form-fi.po +355 -345
  17. languages/contact_form-fr_FR.mo +0 -0
  18. languages/contact_form-fr_FR.po +330 -321
  19. languages/contact_form-hu_HU.mo +0 -0
  20. languages/contact_form-hu_HU.po +356 -345
  21. languages/contact_form-it_IT.mo +0 -0
  22. languages/contact_form-it_IT.po +356 -345
  23. languages/contact_form-ja.mo +0 -0
  24. languages/contact_form-ja.po +356 -345
  25. languages/contact_form-nl_NL.mo +0 -0
  26. languages/contact_form-nl_NL.po +356 -345
  27. languages/contact_form-pt_BR.mo +0 -0
  28. languages/contact_form-pt_BR.po +359 -346
  29. languages/contact_form-pt_PT.mo +0 -0
  30. languages/contact_form-pt_PT.po +356 -345
  31. languages/contact_form-ru_RU.mo +0 -0
  32. languages/contact_form-ru_RU.po +359 -345
  33. languages/contact_form-sk_SK.mo +0 -0
  34. languages/contact_form-sk_SK.po +356 -345
  35. languages/contact_form-sr_RS.mo +0 -0
  36. languages/contact_form-sr_RS.po +356 -345
  37. languages/contact_form-sv_SE.mo +0 -0
  38. languages/contact_form-sv_SE.po +356 -345
  39. languages/contact_form-tr.mo +0 -0
  40. languages/contact_form-tr.po +356 -345
  41. languages/contact_form-uk.mo +0 -0
  42. languages/contact_form-uk.po +359 -345
  43. languages/contact_form-vi.mo +0 -0
  44. languages/contact_form-vi.po +356 -345
  45. languages/contact_form-zh_CN.mo +0 -0
  46. languages/contact_form-zh_CN.po +356 -345
  47. readme.txt +9 -1
bws_menu/bws_menu.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
- * Version: 1.3.2
5
  */
6
 
7
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
@@ -248,7 +248,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
248
  'description' => 'Allows to change wordpress user role capabilities.',
249
  'link' => 'http://bestwebsoft.com/plugin/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
250
  'download' => 'http://bestwebsoft.com/plugin/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
251
- 'wp_install' => 'http://bestwebsoft.com/plugin/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
252
  'settings' => 'admin.php?page=user-role.php',
253
  'pro_version' => 'user-role-pro/user-role-pro.php'
254
  )
@@ -578,8 +578,10 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
578
  </div>
579
  <div class="bws_product_links">
580
  <a href="<?php echo $bws_plugins_pro[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
581
- <span> | </span>
582
- <a href="<?php echo $bws_plugins_pro[ $key_plugin ]["settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
 
 
583
  </div>
584
  </div>
585
  <?php } elseif ( isset( $bws_plugins[ $key_plugin ] ) ) { ?>
@@ -605,8 +607,10 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
605
  </div>
606
  <div class="bws_product_links">
607
  <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
608
- <span> | </span>
609
- <a href="<?php echo $bws_plugins[ $key_plugin ]["settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
 
 
610
  </div>
611
  </div>
612
  <?php }
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
+ * Version: 1.3.3
5
  */
6
 
7
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
248
  'description' => 'Allows to change wordpress user role capabilities.',
249
  'link' => 'http://bestwebsoft.com/plugin/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
250
  'download' => 'http://bestwebsoft.com/plugin/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
251
+ 'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=User+Role+BestWebSoft&plugin-search-input=Search+Plugins',
252
  'settings' => 'admin.php?page=user-role.php',
253
  'pro_version' => 'user-role-pro/user-role-pro.php'
254
  )
578
  </div>
579
  <div class="bws_product_links">
580
  <a href="<?php echo $bws_plugins_pro[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
581
+ <?php if ( '' != $bws_plugins_pro[ $key_plugin ]["settings"] ) { ?>
582
+ <span> | </span>
583
+ <a href="<?php echo $bws_plugins_pro[ $key_plugin ]["settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
584
+ <?php } ?>
585
  </div>
586
  </div>
587
  <?php } elseif ( isset( $bws_plugins[ $key_plugin ] ) ) { ?>
607
  </div>
608
  <div class="bws_product_links">
609
  <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
610
+ <?php if ( '' != $bws_plugins[ $key_plugin ]["settings"] ) { ?>
611
+ <span> | </span>
612
+ <a href="<?php echo $bws_plugins[ $key_plugin ]["settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
613
+ <?php } ?>
614
  </div>
615
  </div>
616
  <?php }
contact_form.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Contact Form
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: Plugin for Contact Form.
6
  Author: BestWebSoft
7
- Version: 3.79
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
@@ -174,7 +174,8 @@ if ( ! function_exists( 'cntctfrm_settings' ) ) {
174
  'cntctfrm_redirect_url' => '',
175
  'cntctfrm_delete_attached_file' => '0',
176
  'cntctfrm_html_email' => 1,
177
- 'cntctfrm_site_name_parameter' => 'SERVER_NAME'
 
178
  );
179
 
180
  /* Check contact-form-multi plugin */
@@ -375,7 +376,7 @@ if ( ! function_exists ( 'cntctfrm_version_check' ) ) {
375
  if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
376
  function cntctfrm_settings_page() {
377
  global $cntctfrm_options, $wpdb, $cntctfrm_option_defaults, $wp_version, $cntctfrm_plugin_info, $wpmu;
378
- $error = "";
379
 
380
  if ( ! function_exists( 'get_plugins' ) || ! function_exists( 'is_plugin_active_for_network' ) )
381
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
@@ -434,6 +435,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
434
  $cntctfrm_options_submit['cntctfrm_display_coming_from'] = 1;
435
  $cntctfrm_options_submit['cntctfrm_display_user_agent'] = 1;
436
  $cntctfrm_options_submit['cntctfrm_change_label'] = 0;
 
437
  $cntctfrm_options_submit['cntctfrm_action_after_send'] = 1;
438
  $cntctfrm_options_submit['cntctfrm_delete_attached_file'] = 0;
439
  $cntctfrm_options_submit['cntctfrm_html_email'] = 1;
@@ -579,6 +581,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
579
  }
580
 
581
  $cntctfrm_options_submit['cntctfrm_change_label'] = isset( $_POST['cntctfrm_change_label']) ? 1 : 0;
 
582
 
583
  if ( 1 == $cntctfrm_options_submit['cntctfrm_change_label'] ) {
584
  foreach ( $_POST['cntctfrm_name_label'] as $key => $val ) {
@@ -1006,6 +1009,14 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1006
  <td></td>
1007
  <td></td>
1008
  </tr>
 
 
 
 
 
 
 
 
1009
  <tr valign="top">
1010
  <td><?php _e( "Address", 'contact_form' ); ?></td>
1011
  <td><input type="checkbox" id="cntctfrm_display_address_field" name="cntctfrm_display_address_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_address_field'] ) echo "checked=\"checked\" "; ?>/></td>
@@ -1253,6 +1264,12 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1253
  } ?>
1254
  </td>
1255
  </tr>
 
 
 
 
 
 
1256
  <tr valign="top" class="cntctfrm_additions_block <?php if ( '0' == $cntctfrm_options['cntctfrm_additions_options'] ) echo "cntctfrm_hidden"; ?>">
1257
  <th scope="row"><?php _e( "Action after email is sent", 'contact_form' ); ?></th>
1258
  <td colspan="2" class="cntctfrm_action_after_send_block">
@@ -1622,7 +1639,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1622
  $bstwbsftwppdtplgns_options['go_pro']['contact-form-pro/contact_form_pro.php']['time'] < ( time() + ( 24 * 60 * 60 ) ) ) { ?>
1623
  <p>
1624
  <input disabled="disabled" type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
1625
- <input disabled="disabled" type="submit" class="button-primary" value="<?php _e( 'Go!', 'contact_form' ); ?>" />
1626
  </p>
1627
  <p>
1628
  <?php _e( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'contact_form' ); ?>
@@ -1632,7 +1649,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1632
  <input type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
1633
  <input type="hidden" name="bws_license_plugin" value="contact-form-pro/contact_form_pro.php" />
1634
  <input type="hidden" name="bws_license_submit" value="submit" />
1635
- <input type="submit" class="button-primary" value="<?php _e( 'Go!', 'contact_form' ); ?>" />
1636
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bws_license_nonce_name' ); ?>
1637
  </p>
1638
  <?php } ?>
@@ -1679,12 +1696,12 @@ if ( ! function_exists( 'cntctfrm_display_form' ) ) {
1679
  $message = isset( $_POST['cntctfrm_contact_message'] ) ? htmlspecialchars( stripslashes( $_POST['cntctfrm_contact_message'] ) ) : "";
1680
  $phone = isset( $_POST['cntctfrm_contact_phone'] ) ? htmlspecialchars( stripslashes( $_POST['cntctfrm_contact_phone'] ) ) : "";
1681
 
1682
- $name = strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $name ) ) );
1683
- $address = strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $address ) ) );
1684
- $email = strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $email ) ) );
1685
- $subject = strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $subject ) ) );
1686
- $message = strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $message ) ) );
1687
- $phone = strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $phone ) ) );
1688
 
1689
  $send_copy = isset( $_POST['cntctfrm_contact_send_copy'] ) ? $_POST['cntctfrm_contact_send_copy'] : "";
1690
  /* If it is good */
@@ -1864,12 +1881,12 @@ if ( ! function_exists( 'cntctfrm_check_form' ) ) {
1864
  $message = isset( $_POST['cntctfrm_contact_message'] ) ? htmlspecialchars( stripslashes( $_POST['cntctfrm_contact_message'] ) ) : "";
1865
  $phone = isset( $_POST['cntctfrm_contact_phone'] ) ? htmlspecialchars( stripslashes( $_POST['cntctfrm_contact_phone'] ) ) : "";
1866
 
1867
- $name = strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $name ) ) );
1868
- $address = strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $address ) ) );
1869
- $email = strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $email ) ) );
1870
- $subject = strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $subject ) ) );
1871
- $message = strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $message ) ) );
1872
- $phone = strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $phone ) ) );
1873
 
1874
  if ( 1 == $cntctfrm_options['cntctfrm_required_name_field'] && 1 == $cntctfrm_options['cntctfrm_display_name_field'] )
1875
  $error_message['error_name'] = $cntctfrm_options['cntctfrm_name_error'][ $language ];
@@ -1943,25 +1960,25 @@ if ( ! function_exists( 'cntctfrm_check_form' ) ) {
1943
  if ( ! is_dir( ABSPATH . UPLOADS ) ) {
1944
  wp_mkdir_p( ABSPATH . UPLOADS );
1945
  }
1946
- $path_of_uploaded_file = ABSPATH . UPLOADS . $_FILES["cntctfrm_contact_attachment"]["name"];
1947
  } else if ( defined( 'BLOGUPLOADDIR' ) ) {
1948
  if ( ! is_dir( BLOGUPLOADDIR ) ) {
1949
  wp_mkdir_p( BLOGUPLOADDIR );
1950
  }
1951
- $path_of_uploaded_file = BLOGUPLOADDIR . $_FILES["cntctfrm_contact_attachment"]["name"];
1952
  } else {
1953
  $uploads = wp_upload_dir();
1954
- if ( ! isset( $uploads['path'] ) && isset ( $uploads['error'] ) )
1955
  $error_message['error_attachment'] = $uploads['error'];
1956
  else
1957
- $path_of_uploaded_file = $uploads['path'] . "/" . $_FILES["cntctfrm_contact_attachment"]["name"];
1958
  }
1959
  } else {
1960
  $uploads = wp_upload_dir();
1961
  if ( ! isset( $uploads['path'] ) && isset ( $uploads['error'] ) )
1962
  $error_message['error_attachment'] = $uploads['error'];
1963
  else
1964
- $path_of_uploaded_file = $uploads['path'] . "/" . $_FILES["cntctfrm_contact_attachment"]["name"];
1965
  }
1966
  $tmp_path = $_FILES["cntctfrm_contact_attachment"]["tmp_name"];
1967
  $path_info = pathinfo( $path_of_uploaded_file );
@@ -1972,7 +1989,7 @@ if ( ! function_exists( 'cntctfrm_check_form' ) ) {
1972
  do_action( 'cntctfrm_get_attachment_data', $path_of_uploaded_file );
1973
  unset( $error_message['error_attachment'] );
1974
  } else {
1975
- $letter_upload_max_size = substr( ini_get('upload_max_filesize'), -1);
1976
  // $upload_max_size = substr( ini_get('upload_max_filesize'), 0, -1 );
1977
  $upload_max_size = '1';
1978
  switch( strtoupper( $letter_upload_max_size ) ) {
@@ -2018,6 +2035,8 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
2018
  global $cntctfrm_options, $path_of_uploaded_file, $wp_version, $wpdb;
2019
  $to = $headers = "";
2020
 
 
 
2021
  $name = isset( $_POST['cntctfrm_contact_name'] ) ? $_POST['cntctfrm_contact_name'] : "";
2022
  $address = isset( $_POST['cntctfrm_contact_address'] ) ? $_POST['cntctfrm_contact_address'] : "";
2023
  $email = isset( $_POST['cntctfrm_contact_email'] ) ? stripslashes( $_POST['cntctfrm_contact_email'] ) : "";
@@ -2026,12 +2045,12 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
2026
  $phone = isset( $_POST['cntctfrm_contact_phone'] ) ? $_POST['cntctfrm_contact_phone'] : "";
2027
  $user_agent = cntctfrm_clean_input( $_SERVER['HTTP_USER_AGENT'] );
2028
 
2029
- $name = stripslashes( strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $name ) ) ) );
2030
- $address = stripslashes( strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $address ) ) ) );
2031
- $email = stripslashes( strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $email ) ) ) );
2032
- $subject = stripslashes( strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $subject ) ) ) );
2033
- $message = stripslashes( strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $message ) ) ) );
2034
- $phone = stripslashes( strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $phone ) ) ) );
2035
 
2036
  if ( isset( $_SESSION['cntctfrm_send_mail'] ) && true == $_SESSION['cntctfrm_send_mail'] )
2037
  return true;
@@ -2050,9 +2069,7 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
2050
  $to = get_option("admin_email");
2051
  }
2052
  if ( "" != $to ) {
2053
- $user_info_string = '';
2054
- $userdomain = '';
2055
- $form_action_url = '';
2056
  $attachments = array();
2057
 
2058
  if ( 'on' == strtolower( getenv('HTTPS') ) ) {
@@ -2072,15 +2089,15 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
2072
  }
2073
  if ( 1 == $cntctfrm_options['cntctfrm_display_sent_from'] ) {
2074
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
2075
- $user_info_string .= '<tr><td>' . __('Sent from (ip address)', 'contact_form') . ':</td><td>' . $_SERVER['REMOTE_ADDR'] . " ( " . $userdomain . " )" . '</td></tr>';
2076
  else
2077
- $user_info_string .= __('Sent from (ip address)', 'contact_form') . ': ' . $_SERVER['REMOTE_ADDR'] . " ( " . $userdomain . " )" . "\n";
2078
  }
2079
  if ( 1 == $cntctfrm_options['cntctfrm_display_date_time'] ) {
2080
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
2081
  $user_info_string .= '<tr><td>' . __('Date/Time', 'contact_form') . ':</td><td>' . date_i18n( get_option( 'date_format' ) . ' ' . get_option( 'time_format' ), strtotime( current_time( 'mysql' ) ) ) . '</td></tr>';
2082
  else
2083
- $user_info_string .= __('Date/Time', 'contact_form') . ': ' . date_i18n( get_option( 'date_format' ) . ' ' . get_option( 'time_format' ), strtotime( current_time( 'mysql' ) ) ) . "\n";
2084
  }
2085
  if ( 1 == $cntctfrm_options['cntctfrm_display_coming_from'] ) {
2086
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
@@ -2099,34 +2116,40 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
2099
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] ) {
2100
  $message_text = '<html>
2101
  <head>
2102
- <title>' . __( "Contact from", 'contact_form' ) . get_bloginfo('name') . '</title>
2103
  </head>
2104
  <body>
2105
  <table>';
2106
- if ( 1 == $cntctfrm_options['cntctfrm_display_name_field'] )
2107
- $message_text .= '<tr>
2108
- <td width="160">' . __( "Name", 'contact_form' ) . '</td><td>' . $name . '</td>
2109
- </tr>';
2110
- if ( 1 == $cntctfrm_options['cntctfrm_display_address_field'] )
2111
- $message_text .= '<tr>
2112
- <td>' . __( "Address", 'contact_form' ) . '</td><td>' . $address . '</td>
2113
- </tr>';
2114
- $message_text .= '<tr>
2115
- <td>'. __( "Email", 'contact_form' ) .'</td><td>' . $email . '</td>
2116
- </tr>';
2117
- if ( 1 == $cntctfrm_options['cntctfrm_display_phone_field'] )
2118
- $message_text .= '<tr>
2119
- <td>'. __( "Phone", 'contact_form' ) . '</td><td>' . $phone . '</td>
2120
- </tr>';
2121
- $message_text .= '<tr>
2122
- <td>' . __( "Subject", 'contact_form' ) . '</td><td>' . $subject . '</td>
2123
- </tr>
2124
- <tr>
2125
- <td>' . __( "Message", 'contact_form' ) . '</td><td>' . $message . '</td>
2126
- </tr>
2127
- <tr>
2128
- <td>' . __( "Site", 'contact_form' ) . '</td><td>' . get_bloginfo("url") . '</td>
 
 
 
 
 
2129
  </tr>
 
2130
  <tr>
2131
  <td><br /></td><td><br /></td>
2132
  </tr>';
@@ -2134,15 +2157,24 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
2134
  $message_text .= $user_info_string . '</table></body></html>';
2135
  } else {
2136
  $message_text = '';
2137
- if ( 1 == $cntctfrm_options['cntctfrm_display_name_field'] )
2138
- $message_text .= __( "Name", 'contact_form' ) . ': ' . $name . "\n";
2139
- if ( 1 == $cntctfrm_options['cntctfrm_display_address_field'] )
2140
- $message_text .= __( "Address", 'contact_form' ) . ': ' . $address . "\n";
2141
- $message_text .= __( "Email", 'contact_form' ) .': ' . $email . "\n";
2142
- if ( 1 == $cntctfrm_options['cntctfrm_display_phone_field'] )
2143
- $message_text .= __( "Phone", 'contact_form' ) . ': ' . $phone . "\n";
2144
- $message_text .= __( "Subject", 'contact_form' ) . ': ' . $subject . "\n" .
2145
- __( "Message", 'contact_form' ) . ': ' . $message . "\n" .
 
 
 
 
 
 
 
 
 
2146
  __( "Site", 'contact_form' ) . ': ' . get_bloginfo("url") . "\n"
2147
  . "\n";
2148
  $message_text_for_user = $message_text;
@@ -2165,7 +2197,13 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
2165
  $headers .= 'From: ' . $email . '';
2166
 
2167
  if ( 1 == $cntctfrm_options['cntctfrm_attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) {
2168
- $attachments = array( $path_of_uploaded_file );
 
 
 
 
 
 
2169
  }
2170
 
2171
  if ( isset( $_POST['cntctfrm_contact_send_copy'] ) && 1 == $_POST['cntctfrm_contact_send_copy'] )
@@ -2174,6 +2212,10 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
2174
  /* Mail it */
2175
  $mail_result = wp_mail( $to, $subject, $message_text, $headers, $attachments );
2176
  /* Delete attachment */
 
 
 
 
2177
  if ( 1 == $cntctfrm_options['cntctfrm_attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] && '1' == $cntctfrm_options['cntctfrm_delete_attached_file'] ) {
2178
  @unlink( $path_of_uploaded_file );
2179
  }
@@ -2183,7 +2225,6 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
2183
  $headers .= 'MIME-Version: 1.0' . "\n";
2184
 
2185
  if ( 1 == $cntctfrm_options['cntctfrm_attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) {
2186
- global $path_of_uploaded_file;
2187
  $message_block = $message_text;
2188
 
2189
  if ( 'custom' == $cntctfrm_options['cntctfrm_select_from_field'] )
@@ -2198,15 +2239,15 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
2198
  $headers .= 'From: ' . $from_field_name . ' <' . stripslashes( $email ) . '>' . "\n";
2199
 
2200
 
2201
- $bound_text = "jimmyP123";
2202
 
2203
- $bound = "--" . $bound_text . "";
2204
 
2205
- $bound_last = "--" . $bound_text . "--";
2206
 
2207
  $headers .= "Content-Type: multipart/mixed; boundary=\"$bound_text\"";
2208
 
2209
- $message_text = __( "If you can see this MIME, it means that the MIME type is not supported by your email client!", "contact_form" ) . "\n";
2210
 
2211
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
2212
  $message_text .= $bound . "\n" . "Content-Type: text/html; charset=\"utf-8\"\n" . "Content-Transfer-Encoding: 7bit\n\n" . $message_block . "\n\n";
@@ -2214,12 +2255,12 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
2214
  $message_text .= $bound . "\n" . "Content-Type: text/plain; charset=\"utf-8\"\n" . "Content-Transfer-Encoding: 7bit\n\n" . $message_block . "\n\n";
2215
 
2216
 
2217
- $file = file_get_contents($path_of_uploaded_file);
2218
  $message_text .= $bound . "\n";
2219
 
2220
- $message_text .= "Content-Type: application/octet-stream; name=\"" . basename($path_of_uploaded_file) . "\"\n" .
2221
- "Content-Description: " . basename($path_of_uploaded_file)."\n" .
2222
- "Content-Disposition: attachment;\n" . " filename=\"" . basename($path_of_uploaded_file)."\"; size=" . filesize($path_of_uploaded_file) . ";\n" .
2223
  "Content-Transfer-Encoding: base64\n\n" . chunk_split( base64_encode( $file ) ) . "\n\n";
2224
  $message_text .= $bound_last;
2225
  } else {
@@ -2292,7 +2333,7 @@ if ( ! function_exists ( 'cntctfrm_clean_input' ) ) {
2292
  } else if ( is_array( $string ) ) {
2293
  reset( $string );
2294
  while ( list($key, $value ) = each( $string ) ) {
2295
- $string[ $key ] = cntctfrm_clean_input($value,$preserve_space);
2296
  }
2297
  return $string;
2298
  } else {
@@ -2339,7 +2380,7 @@ if ( ! function_exists ( 'cntctfrm_email_name_filter' ) ) {
2339
  function cntctfrm_email_name_filter( $data ) {
2340
  global $cntctfrm_options;
2341
  if ( isset( $_POST['cntctfrm_contact_name'] ) && 'custom' != $cntctfrm_options['cntctfrm_select_from_field'] ) {
2342
- $name = stripslashes( strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', trim( $_POST['cntctfrm_contact_name'] ) ) ) ) );
2343
  if ( '' != $name )
2344
  return $name;
2345
  else
@@ -2354,7 +2395,7 @@ if ( ! function_exists ( 'cntctfrm_email_name_filter' ) ) {
2354
 
2355
  if ( ! function_exists ( 'cntctfrm_add_language' ) ) {
2356
  function cntctfrm_add_language() {
2357
- $lang = strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', htmlspecialchars( $_REQUEST['lang'] ) ) ) );
2358
 
2359
  /* Check contact-form-multi plugin */
2360
  if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) || is_plugin_active_for_network( 'contact-form-multi/contact-form-multi.php' ) )
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: Plugin for Contact Form.
6
  Author: BestWebSoft
7
+ Version: 3.80
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
174
  'cntctfrm_redirect_url' => '',
175
  'cntctfrm_delete_attached_file' => '0',
176
  'cntctfrm_html_email' => 1,
177
+ 'cntctfrm_site_name_parameter' => 'SERVER_NAME',
178
+ 'cntctfrm_change_label_in_email' => 0
179
  );
180
 
181
  /* Check contact-form-multi plugin */
376
  if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
377
  function cntctfrm_settings_page() {
378
  global $cntctfrm_options, $wpdb, $cntctfrm_option_defaults, $wp_version, $cntctfrm_plugin_info, $wpmu;
379
+ $error = $message = "";
380
 
381
  if ( ! function_exists( 'get_plugins' ) || ! function_exists( 'is_plugin_active_for_network' ) )
382
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
435
  $cntctfrm_options_submit['cntctfrm_display_coming_from'] = 1;
436
  $cntctfrm_options_submit['cntctfrm_display_user_agent'] = 1;
437
  $cntctfrm_options_submit['cntctfrm_change_label'] = 0;
438
+ $cntctfrm_options_submit['cntctfrm_change_label_in_email'] = 0;
439
  $cntctfrm_options_submit['cntctfrm_action_after_send'] = 1;
440
  $cntctfrm_options_submit['cntctfrm_delete_attached_file'] = 0;
441
  $cntctfrm_options_submit['cntctfrm_html_email'] = 1;
581
  }
582
 
583
  $cntctfrm_options_submit['cntctfrm_change_label'] = isset( $_POST['cntctfrm_change_label']) ? 1 : 0;
584
+ $cntctfrm_options_submit['cntctfrm_change_label_in_email'] = isset( $_POST['cntctfrm_change_label_in_email']) ? 1 : 0;
585
 
586
  if ( 1 == $cntctfrm_options_submit['cntctfrm_change_label'] ) {
587
  foreach ( $_POST['cntctfrm_name_label'] as $key => $val ) {
1009
  <td></td>
1010
  <td></td>
1011
  </tr>
1012
+ <tr valign="top">
1013
+ <td><?php _e( "Location selectbox", 'contact_form' ); ?></td>
1014
+ <td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_display_selectbox" value="1" /></td>
1015
+ <td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_required_selectbox" value="1" /></td>
1016
+ <td class="bws_pro_version"></td>
1017
+ <td class="bws_pro_version"></td>
1018
+ <td class="bws_pro_version"><input disabled="disabled" type="file" name="cntctfrmpr_default_location"></td>
1019
+ </tr>
1020
  <tr valign="top">
1021
  <td><?php _e( "Address", 'contact_form' ); ?></td>
1022
  <td><input type="checkbox" id="cntctfrm_display_address_field" name="cntctfrm_display_address_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_address_field'] ) echo "checked=\"checked\" "; ?>/></td>
1264
  } ?>
1265
  </td>
1266
  </tr>
1267
+ <tr valign="top" class="cntctfrm_additions_block <?php if ( '0' == $cntctfrm_options['cntctfrm_additions_options'] ) echo "cntctfrm_hidden"; ?>">
1268
+ <th scope="row"><?php _e( 'Use the changed names of the contact form fields in the email', 'contact_form' ); ?></th>
1269
+ <td colspan="2">
1270
+ <input type="checkbox" name="cntctfrm_change_label_in_email" value="1" <?php if ( $cntctfrm_options['cntctfrm_change_label_in_email'] == '1' ) echo "checked=\"checked\" "; ?>/>
1271
+ </td>
1272
+ </tr>
1273
  <tr valign="top" class="cntctfrm_additions_block <?php if ( '0' == $cntctfrm_options['cntctfrm_additions_options'] ) echo "cntctfrm_hidden"; ?>">
1274
  <th scope="row"><?php _e( "Action after email is sent", 'contact_form' ); ?></th>
1275
  <td colspan="2" class="cntctfrm_action_after_send_block">
1639
  $bstwbsftwppdtplgns_options['go_pro']['contact-form-pro/contact_form_pro.php']['time'] < ( time() + ( 24 * 60 * 60 ) ) ) { ?>
1640
  <p>
1641
  <input disabled="disabled" type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
1642
+ <input disabled="disabled" type="submit" class="button-primary" value="<?php _e( 'Activate', 'contact_form' ); ?>" />
1643
  </p>
1644
  <p>
1645
  <?php _e( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'contact_form' ); ?>
1649
  <input type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
1650
  <input type="hidden" name="bws_license_plugin" value="contact-form-pro/contact_form_pro.php" />
1651
  <input type="hidden" name="bws_license_submit" value="submit" />
1652
+ <input type="submit" class="button-primary" value="<?php _e( 'Activate', 'contact_form' ); ?>" />
1653
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bws_license_nonce_name' ); ?>
1654
  </p>
1655
  <?php } ?>
1696
  $message = isset( $_POST['cntctfrm_contact_message'] ) ? htmlspecialchars( stripslashes( $_POST['cntctfrm_contact_message'] ) ) : "";
1697
  $phone = isset( $_POST['cntctfrm_contact_phone'] ) ? htmlspecialchars( stripslashes( $_POST['cntctfrm_contact_phone'] ) ) : "";
1698
 
1699
+ $name = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $name ) ) );
1700
+ $address = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $address ) ) );
1701
+ $email = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $email ) ) );
1702
+ $subject = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $subject ) ) );
1703
+ $message = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $message ) ) );
1704
+ $phone = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $phone ) ) );
1705
 
1706
  $send_copy = isset( $_POST['cntctfrm_contact_send_copy'] ) ? $_POST['cntctfrm_contact_send_copy'] : "";
1707
  /* If it is good */
1881
  $message = isset( $_POST['cntctfrm_contact_message'] ) ? htmlspecialchars( stripslashes( $_POST['cntctfrm_contact_message'] ) ) : "";
1882
  $phone = isset( $_POST['cntctfrm_contact_phone'] ) ? htmlspecialchars( stripslashes( $_POST['cntctfrm_contact_phone'] ) ) : "";
1883
 
1884
+ $name = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $name ) ) );
1885
+ $address = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $address ) ) );
1886
+ $email = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $email ) ) );
1887
+ $subject = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $subject ) ) );
1888
+ $message = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $message ) ) );
1889
+ $phone = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $phone ) ) );
1890
 
1891
  if ( 1 == $cntctfrm_options['cntctfrm_required_name_field'] && 1 == $cntctfrm_options['cntctfrm_display_name_field'] )
1892
  $error_message['error_name'] = $cntctfrm_options['cntctfrm_name_error'][ $language ];
1960
  if ( ! is_dir( ABSPATH . UPLOADS ) ) {
1961
  wp_mkdir_p( ABSPATH . UPLOADS );
1962
  }
1963
+ $path_of_uploaded_file = ABSPATH . UPLOADS . 'cntctfrm_' . md5( $_FILES["cntctfrm_contact_attachment"]["name"] . time() . $email ) . '_' . $_FILES["cntctfrm_contact_attachment"]["name"];
1964
  } else if ( defined( 'BLOGUPLOADDIR' ) ) {
1965
  if ( ! is_dir( BLOGUPLOADDIR ) ) {
1966
  wp_mkdir_p( BLOGUPLOADDIR );
1967
  }
1968
+ $path_of_uploaded_file = BLOGUPLOADDIR . 'cntctfrm_' . md5( $_FILES["cntctfrm_contact_attachment"]["name"] . time() . $email ) . '_' . $_FILES["cntctfrm_contact_attachment"]["name"];
1969
  } else {
1970
  $uploads = wp_upload_dir();
1971
+ if ( ! isset( $uploads['path'] ) && isset( $uploads['error'] ) )
1972
  $error_message['error_attachment'] = $uploads['error'];
1973
  else
1974
+ $path_of_uploaded_file = $uploads['path'] . "/" . 'cntctfrm_' . md5( $_FILES["cntctfrm_contact_attachment"]["name"] . time() . $email ) . '_' . $_FILES["cntctfrm_contact_attachment"]["name"];
1975
  }
1976
  } else {
1977
  $uploads = wp_upload_dir();
1978
  if ( ! isset( $uploads['path'] ) && isset ( $uploads['error'] ) )
1979
  $error_message['error_attachment'] = $uploads['error'];
1980
  else
1981
+ $path_of_uploaded_file = $uploads['path'] . "/" . 'cntctfrm_' . md5( $_FILES["cntctfrm_contact_attachment"]["name"] . time() . $email ) . '_' . $_FILES["cntctfrm_contact_attachment"]["name"];
1982
  }
1983
  $tmp_path = $_FILES["cntctfrm_contact_attachment"]["tmp_name"];
1984
  $path_info = pathinfo( $path_of_uploaded_file );
1989
  do_action( 'cntctfrm_get_attachment_data', $path_of_uploaded_file );
1990
  unset( $error_message['error_attachment'] );
1991
  } else {
1992
+ $letter_upload_max_size = substr( ini_get( 'upload_max_filesize' ), -1 );
1993
  // $upload_max_size = substr( ini_get('upload_max_filesize'), 0, -1 );
1994
  $upload_max_size = '1';
1995
  switch( strtoupper( $letter_upload_max_size ) ) {
2035
  global $cntctfrm_options, $path_of_uploaded_file, $wp_version, $wpdb;
2036
  $to = $headers = "";
2037
 
2038
+ $lang = isset( $_POST['cntctfrm_language'] ) ? $_POST['cntctfrm_language'] : 'en';
2039
+
2040
  $name = isset( $_POST['cntctfrm_contact_name'] ) ? $_POST['cntctfrm_contact_name'] : "";
2041
  $address = isset( $_POST['cntctfrm_contact_address'] ) ? $_POST['cntctfrm_contact_address'] : "";
2042
  $email = isset( $_POST['cntctfrm_contact_email'] ) ? stripslashes( $_POST['cntctfrm_contact_email'] ) : "";
2045
  $phone = isset( $_POST['cntctfrm_contact_phone'] ) ? $_POST['cntctfrm_contact_phone'] : "";
2046
  $user_agent = cntctfrm_clean_input( $_SERVER['HTTP_USER_AGENT'] );
2047
 
2048
+ $name = stripslashes( strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $name ) ) ) );
2049
+ $address = stripslashes( strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $address ) ) ) );
2050
+ $email = stripslashes( strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $email ) ) ) );
2051
+ $subject = stripslashes( strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $subject ) ) ) );
2052
+ $message = stripslashes( strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $message ) ) ) );
2053
+ $phone = stripslashes( strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $phone ) ) ) );
2054
 
2055
  if ( isset( $_SESSION['cntctfrm_send_mail'] ) && true == $_SESSION['cntctfrm_send_mail'] )
2056
  return true;
2069
  $to = get_option("admin_email");
2070
  }
2071
  if ( "" != $to ) {
2072
+ $user_info_string = $userdomain = $form_action_url = '';
 
 
2073
  $attachments = array();
2074
 
2075
  if ( 'on' == strtolower( getenv('HTTPS') ) ) {
2089
  }
2090
  if ( 1 == $cntctfrm_options['cntctfrm_display_sent_from'] ) {
2091
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
2092
+ $user_info_string .= '<tr><td>' . __( 'Sent from (ip address)', 'contact_form' ) . ':</td><td>' . $_SERVER['REMOTE_ADDR'] . " ( " . $userdomain . " )" . '</td></tr>';
2093
  else
2094
+ $user_info_string .= __( 'Sent from (ip address)', 'contact_form' ) . ': ' . $_SERVER['REMOTE_ADDR'] . " ( " . $userdomain . " )" . "\n";
2095
  }
2096
  if ( 1 == $cntctfrm_options['cntctfrm_display_date_time'] ) {
2097
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
2098
  $user_info_string .= '<tr><td>' . __('Date/Time', 'contact_form') . ':</td><td>' . date_i18n( get_option( 'date_format' ) . ' ' . get_option( 'time_format' ), strtotime( current_time( 'mysql' ) ) ) . '</td></tr>';
2099
  else
2100
+ $user_info_string .= __( 'Date/Time', 'contact_form' ) . ': ' . date_i18n( get_option( 'date_format' ) . ' ' . get_option( 'time_format' ), strtotime( current_time( 'mysql' ) ) ) . "\n";
2101
  }
2102
  if ( 1 == $cntctfrm_options['cntctfrm_display_coming_from'] ) {
2103
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
2116
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] ) {
2117
  $message_text = '<html>
2118
  <head>
2119
+ <title>' . __( "Contact from", 'contact_form' ) . ' ' . get_bloginfo('name') . '</title>
2120
  </head>
2121
  <body>
2122
  <table>';
2123
+ if ( 1 == $cntctfrm_options['cntctfrm_display_name_field'] ) {
2124
+ $message_text .= '<tr><td width="160">';
2125
+ $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_name_label'][ $lang ] : __( "Name", 'contact_form' );
2126
+ $message_text .= '</td><td>' . $name . '</td></tr>';
2127
+ }
2128
+
2129
+ if ( 1 == $cntctfrm_options['cntctfrm_display_address_field'] ) {
2130
+ $message_text .= '<tr><td>';
2131
+ $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_address_label'][ $lang ] : __( "Address", 'contact_form' );
2132
+ $message_text .= '</td><td>' . $address . '</td></tr>';
2133
+ }
2134
+
2135
+ $message_text .= '<tr><td>';
2136
+ $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_email_label'][ $lang ] : __( "Email", 'contact_form' );
2137
+ $message_text .= '</td><td>' . $email . '</td></tr>';
2138
+
2139
+ if ( 1 == $cntctfrm_options['cntctfrm_display_phone_field'] ) {
2140
+ $message_text .= '<tr><td>';
2141
+ $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_phone_label'][ $lang ] : __( "Phone", 'contact_form' );
2142
+ $message_text .= '</td><td>' . $phone . '</td></tr>';
2143
+ }
2144
+
2145
+ $message_text .= '<tr><td>';
2146
+ $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_subject_label'][ $lang ] : __( "Subject", 'contact_form' );
2147
+ $message_text .= '</td><td>' . $subject . '</td></tr>
2148
+ <tr><td>';
2149
+ $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_message_label'][ $lang ] : __( "Message", 'contact_form' );
2150
+ $message_text .= '</td><td>' . $message . '</td>
2151
  </tr>
2152
+ <tr><td>' . __( "Site", 'contact_form' ) . '</td><td>' . get_bloginfo("url") . '</td></tr>
2153
  <tr>
2154
  <td><br /></td><td><br /></td>
2155
  </tr>';
2157
  $message_text .= $user_info_string . '</table></body></html>';
2158
  } else {
2159
  $message_text = '';
2160
+ if ( 1 == $cntctfrm_options['cntctfrm_display_name_field'] ) {
2161
+ $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_name_label'][ $lang ] : __( "Name", 'contact_form' );
2162
+ $message_text .= ': ' . $name . "\n";
2163
+ }
2164
+ if ( 1 == $cntctfrm_options['cntctfrm_display_address_field'] ) {
2165
+ $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_address_label'][ $lang ] : __( "Address", 'contact_form' );
2166
+ $message_text .= ': ' . $address . "\n";
2167
+ }
2168
+ $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_email_label'][ $lang ] : __( "Email", 'contact_form' );
2169
+ $message_text .= ': ' . $email . "\n";
2170
+ if ( 1 == $cntctfrm_options['cntctfrm_display_phone_field'] ) {
2171
+ $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_phone_label'][ $lang ] : __( "Phone", 'contact_form' );
2172
+ $message_text .= ': ' . $phone . "\n";
2173
+ }
2174
+ $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_subject_label'][ $lang ] : __( "Subject", 'contact_form' );
2175
+ $message_text .= ': ' . $subject . "\n";
2176
+ $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_message_label'][ $lang ] : __( "Message", 'contact_form' );
2177
+ $message_text .= ': ' . $message . "\n" .
2178
  __( "Site", 'contact_form' ) . ': ' . get_bloginfo("url") . "\n"
2179
  . "\n";
2180
  $message_text_for_user = $message_text;
2197
  $headers .= 'From: ' . $email . '';
2198
 
2199
  if ( 1 == $cntctfrm_options['cntctfrm_attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) {
2200
+ $path_parts = pathinfo( $path_of_uploaded_file );
2201
+ $path_of_uploaded_file_changed = $path_parts['dirname'] . '/' . preg_replace( '/^cntctfrm_[A-Z,a-z,0-9]{32}_/i', '', $path_parts['basename'] );
2202
+
2203
+ if ( ! @copy( $path_of_uploaded_file, $path_of_uploaded_file_changed ) )
2204
+ $path_of_uploaded_file_changed = $path_of_uploaded_file;
2205
+
2206
+ $attachments = array( $path_of_uploaded_file_changed );
2207
  }
2208
 
2209
  if ( isset( $_POST['cntctfrm_contact_send_copy'] ) && 1 == $_POST['cntctfrm_contact_send_copy'] )
2212
  /* Mail it */
2213
  $mail_result = wp_mail( $to, $subject, $message_text, $headers, $attachments );
2214
  /* Delete attachment */
2215
+ if ( 1 == $cntctfrm_options['cntctfrm_attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"]
2216
+ && $path_of_uploaded_file_changed != $path_of_uploaded_file ) {
2217
+ @unlink( $path_of_uploaded_file_changed );
2218
+ }
2219
  if ( 1 == $cntctfrm_options['cntctfrm_attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] && '1' == $cntctfrm_options['cntctfrm_delete_attached_file'] ) {
2220
  @unlink( $path_of_uploaded_file );
2221
  }
2225
  $headers .= 'MIME-Version: 1.0' . "\n";
2226
 
2227
  if ( 1 == $cntctfrm_options['cntctfrm_attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) {
 
2228
  $message_block = $message_text;
2229
 
2230
  if ( 'custom' == $cntctfrm_options['cntctfrm_select_from_field'] )
2239
  $headers .= 'From: ' . $from_field_name . ' <' . stripslashes( $email ) . '>' . "\n";
2240
 
2241
 
2242
+ $bound_text = "jimmyP123";
2243
 
2244
+ $bound = "--" . $bound_text . "";
2245
 
2246
+ $bound_last = "--" . $bound_text . "--";
2247
 
2248
  $headers .= "Content-Type: multipart/mixed; boundary=\"$bound_text\"";
2249
 
2250
+ $message_text = __( "If you can see this MIME, it means that the MIME type is not supported by your email client!", "contact_form" ) . "\n";
2251
 
2252
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
2253
  $message_text .= $bound . "\n" . "Content-Type: text/html; charset=\"utf-8\"\n" . "Content-Transfer-Encoding: 7bit\n\n" . $message_block . "\n\n";
2255
  $message_text .= $bound . "\n" . "Content-Type: text/plain; charset=\"utf-8\"\n" . "Content-Transfer-Encoding: 7bit\n\n" . $message_block . "\n\n";
2256
 
2257
 
2258
+ $file = file_get_contents( $path_of_uploaded_file );
2259
  $message_text .= $bound . "\n";
2260
 
2261
+ $message_text .= "Content-Type: application/octet-stream; name=\"" . $_FILES["cntctfrm_contact_attachment"]["name"] . "\"\n" .
2262
+ "Content-Description: " . basename( $path_of_uploaded_file ) . "\n" .
2263
+ "Content-Disposition: attachment;\n" . " filename=\"" . $_FILES["cntctfrm_contact_attachment"]["name"] ."\"; size=" . filesize( $path_of_uploaded_file ) . ";\n" .
2264
  "Content-Transfer-Encoding: base64\n\n" . chunk_split( base64_encode( $file ) ) . "\n\n";
2265
  $message_text .= $bound_last;
2266
  } else {
2333
  } else if ( is_array( $string ) ) {
2334
  reset( $string );
2335
  while ( list($key, $value ) = each( $string ) ) {
2336
+ $string[ $key ] = cntctfrm_clean_input( $value,$preserve_space );
2337
  }
2338
  return $string;
2339
  } else {
2380
  function cntctfrm_email_name_filter( $data ) {
2381
  global $cntctfrm_options;
2382
  if ( isset( $_POST['cntctfrm_contact_name'] ) && 'custom' != $cntctfrm_options['cntctfrm_select_from_field'] ) {
2383
+ $name = stripslashes( strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', trim( $_POST['cntctfrm_contact_name'] ) ) ) ) );
2384
  if ( '' != $name )
2385
  return $name;
2386
  else
2395
 
2396
  if ( ! function_exists ( 'cntctfrm_add_language' ) ) {
2397
  function cntctfrm_add_language() {
2398
+ $lang = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', htmlspecialchars( $_REQUEST['lang'] ) ) ) );
2399
 
2400
  /* Check contact-form-multi plugin */
2401
  if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) || is_plugin_active_for_network( 'contact-form-multi/contact-form-multi.php' ) )
languages/contact_form-af_ZA.mo CHANGED
Binary file
languages/contact_form-af_ZA.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: 2014-04-18 12:20+0300\n"
6
- "PO-Revision-Date: 2014-04-18 12:20+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Aldu <alducornelissen@gmail.com>\n"
9
  "Language: af\n"
@@ -17,980 +17,993 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: contact_form.php:73
21
- #: contact_form.php:806
22
  msgid "Contact Form Settings"
23
  msgstr "Kontak Form Verstellings"
24
 
25
- #: contact_form.php:73
26
  msgid "Contact Form"
27
  msgstr "Kontak Form"
28
 
29
- #: contact_form.php:149
30
- #: contact_form.php:1152
31
- #: contact_form.php:1186
32
  msgid "Name:"
33
  msgstr "Naam:"
34
 
35
- #: contact_form.php:150
36
- #: contact_form.php:1153
37
- #: contact_form.php:1187
38
  msgid "Address:"
39
  msgstr "Adres:"
40
 
41
- #: contact_form.php:151
42
- #: contact_form.php:1154
43
- #: contact_form.php:1188
44
  msgid "Email Address:"
45
  msgstr "Epos Adres:"
46
 
47
- #: contact_form.php:152
48
- #: contact_form.php:1155
49
- #: contact_form.php:1189
50
  msgid "Phone number:"
51
  msgstr "Telefoon nommer:"
52
 
53
- #: contact_form.php:153
54
- #: contact_form.php:1156
55
- #: contact_form.php:1190
56
  msgid "Subject:"
57
  msgstr "Onderwerp:"
58
 
59
- #: contact_form.php:154
60
- #: contact_form.php:1157
61
- #: contact_form.php:1191
62
  msgid "Message:"
63
  msgstr "Boodskap:"
64
 
65
- #: contact_form.php:155
66
- #: contact_form.php:1158
67
- #: contact_form.php:1192
68
  msgid "Attachment:"
69
  msgstr "Aanhegsel:"
70
 
71
- #: contact_form.php:156
72
  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"
73
  msgstr "Ondersteunde datalêer tipes: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max Datei-Größe: 2MB"
74
 
75
- #: contact_form.php:157
76
- #: contact_form.php:1160
77
- #: contact_form.php:1194
78
  msgid "Send me a copy"
79
  msgstr "Stuur vir my 'n kopie"
80
 
81
- #: contact_form.php:158
82
- #: contact_form.php:1161
83
- #: contact_form.php:1195
84
  msgid "Submit"
85
  msgstr "Dien in"
86
 
87
- #: contact_form.php:159
88
  msgid "Your name is required."
89
  msgstr "Jou naam word benodig."
90
 
91
- #: contact_form.php:160
92
  msgid "Address is required."
93
  msgstr "Adres word benodig."
94
 
95
- #: contact_form.php:161
96
  msgid "A valid email address is required."
97
  msgstr "'n Geldige epos adres word benodig."
98
 
99
- #: contact_form.php:162
100
  msgid "Phone number is required."
101
  msgstr "'n Telefoon nommer word benodig."
102
 
103
- #: contact_form.php:163
104
  msgid "Subject is required."
105
  msgstr "'n Onderwerp word benodig."
106
 
107
- #: contact_form.php:164
108
  msgid "Message text is required."
109
  msgstr "'n Boodskap teks word benodig ."
110
 
111
- #: contact_form.php:165
112
  msgid "File format is not valid."
113
  msgstr "Datalêer formaat is nie geldig nie."
114
 
115
- #: contact_form.php:166
116
  msgid "File upload error."
117
  msgstr "Oplaai van datalêer foutief."
118
 
119
- #: contact_form.php:167
120
  msgid "The file could not be uploaded."
121
  msgstr "Die datalêer kon nie opgelaai word nie."
122
 
123
- #: contact_form.php:168
124
  msgid "This file is too large."
125
  msgstr "Die datalêer is te groot."
126
 
127
- #: contact_form.php:169
128
  msgid "Please fill out the CAPTCHA."
129
  msgstr "Vul asseblief die CAPTCHA in."
130
 
131
- #: contact_form.php:170
132
  msgid "Please make corrections below and try again."
133
  msgstr "Korregeer asseblief die foute hierdoner en probeer weer."
134
 
135
- #: contact_form.php:172
136
  msgid "Thank you for contacting us."
137
  msgstr "Dankie dat jy ons gekontak het."
138
 
139
- #: contact_form.php:332
140
  msgid "requires"
141
  msgstr "benodig"
142
 
143
- #: contact_form.php:332
144
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
145
  msgstr "of hoër, dit is waarom dit gedeaktiveer is! Opgradeer asseblief WordPress, en probeer weer."
146
 
147
- #: contact_form.php:332
148
  msgid "Back to the WordPress"
149
  msgstr "Terug na WordPress."
150
 
151
- #: contact_form.php:332
152
  msgid "Plugins page"
153
  msgstr "Plugin blad"
154
 
155
- #: contact_form.php:638
156
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
157
  msgstr "As die 'Redirect to page' opsie geselekteer is moet die URL veld in die volgende formaat wees"
158
 
159
- #: contact_form.php:647
160
  msgid "Such user does not exist. Settings are not saved."
161
  msgstr "Hierdie gebruiker bestaan nie. Die instellings is nie gestoor nie."
162
 
163
- #: contact_form.php:651
164
- #: contact_form.php:657
165
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
166
  msgstr "Vul asseblief 'n geldige epos adres in die 'FROM/VAN' veld. Die verstellings is nie gestoor nie."
167
 
168
- #: contact_form.php:682
169
  msgid "Settings saved."
170
  msgstr "Verstellings is gestoor."
171
 
172
- #: contact_form.php:709
173
- #: contact_form.php:741
174
  msgid "Wrong license key"
175
  msgstr "Verkeerde lisensie sleutel"
176
 
177
- #: contact_form.php:734
178
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
179
  msgstr "Iets het fout gegaan. Probeer weer later. As die foutboodskap weer verskyn, kontak ons asseblief by <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Ons is jammer vir die ongerief."
180
 
181
- #: contact_form.php:743
182
  msgid "This license key is bind to another site"
183
  msgstr "Hierdie lisensie sleutel is verbind met 'n ander webblad."
184
 
185
- #: contact_form.php:745
186
- #: contact_form.php:1591
187
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
188
  msgstr "Ongelukkig het u die aantal beskikbare probeerslae per dag oorskry. Laai asseblief die plugin handmatig op."
189
 
190
- #: contact_form.php:762
191
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
192
  msgstr "Mislukking om zip Argiewe oop te maak. Laai asseblief die plugin handmatig op."
193
 
194
- #: contact_form.php:768
195
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
196
  msgstr "U server ondersteun of nie ZipArchive of Phar nie. Laai asseblief die plugin handmatig op."
197
 
198
- #: contact_form.php:772
199
- #: contact_form.php:781
200
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
201
  msgstr "Mislukking om zip Argiewe af te laai. Laai asseblief die plugin handmatig op."
202
 
203
- #: contact_form.php:785
204
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
205
  msgstr "Iets het verkeerd gegaan. Probeer weer later, of laai die plugin op handmatig. Ons is jammer vir die ongerief."
206
 
207
- #: contact_form.php:800
208
  msgid "Please, enter Your license key"
209
  msgstr "Sleutel asseblief u lisensie sleutel in"
210
 
211
- #: contact_form.php:808
212
- #: contact_form.php:2240
213
- #: contact_form.php:2252
214
  msgid "Settings"
215
  msgstr "Verstellings"
216
 
217
- #: contact_form.php:809
218
  msgid "Extra settings"
219
  msgstr "Ekstra verstellings"
220
 
221
- #: contact_form.php:810
 
 
 
 
 
222
  msgid "Go PRO"
223
  msgstr "Gaan PRO"
224
 
225
- #: contact_form.php:813
226
  msgid "Notice:"
227
  msgstr "Kennisgewing:"
228
 
229
- #: contact_form.php:813
230
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
231
  msgstr "Die plugin se verstellings het verander. Onthou om 'Save Changes' te kliek om die veranderinge te stoor."
232
 
233
- #: contact_form.php:819
234
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
235
  msgstr ""
236
 
237
- #: contact_form.php:825
238
- #: contact_form.php:830
239
- #: contact_form.php:1550
240
  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:"
241
  msgstr "As u die Kontak Vorm by u webstuiste wil bylas, kopieër en plak net die kortkode na u post, bladsy of widget:"
242
 
243
- #: contact_form.php:825
244
- #: contact_form.php:826
245
- #: contact_form.php:830
246
- #: contact_form.php:831
247
- #: contact_form.php:1176
248
- #: contact_form.php:1178
249
- #: contact_form.php:1233
250
- #: contact_form.php:1235
251
  msgid "or"
252
  msgstr "of"
253
 
254
- #: contact_form.php:826
255
- #: contact_form.php:831
256
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
257
  msgstr "As u enige probelem het met die standaard kortkode [contact_form], moet u die volgende kortkodes gebruik"
258
 
259
- #: contact_form.php:827
260
- #: contact_form.php:832
261
  msgid "They work the same way."
262
  msgstr "Hulle werk op dieselfde manier."
263
 
264
- #: contact_form.php:828
265
- #: contact_form.php:833
266
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
267
  msgstr "As u die velde leeg laat, sal die boodskappe gestuur word na die epos adres wat gespesifiseer was gedurende registrasie"
268
 
269
- #: contact_form.php:838
270
  msgid "The user's email address:"
271
  msgstr "Die gebruiker se epos adres:"
272
 
273
- #: contact_form.php:842
274
  msgid "Create a username"
275
  msgstr "Skep 'n gebruikersnaam"
276
 
277
- #: contact_form.php:849
278
  msgid "Enter a username of the person who should get the messages from the contact form."
279
  msgstr "Sleutel 'n gebruikersnaam in vir die persoon wat die boodskappe moet kry van die kontak vorm."
280
 
281
- #: contact_form.php:853
282
  msgid "Use this email address:"
283
  msgstr "Gebruik hierdie epos adres:"
284
 
285
- #: contact_form.php:856
286
  msgid "Enter the email address you want the messages forwarded to."
287
  msgstr "Sleutel in die epos adres in waar u die boodskappe aangestuur wil he."
288
 
289
- #: contact_form.php:865
290
  msgid "Add department selectbox to the contact form:"
291
  msgstr "Voeg 'n departementele keuse-boks by die kontak vorm:"
292
 
293
- #: contact_form.php:873
294
- #: contact_form.php:1433
295
  msgid "If you upgrade to Pro version all your settings will be saved."
296
  msgstr "As u opgradeer na die Pro weergawe sal die verstellings gestoor word."
297
 
298
- #: contact_form.php:880
299
- #: contact_form.php:1018
300
- #: contact_form.php:1092
301
- #: contact_form.php:1440
302
  msgid "Unlock premium options by upgrading to a PRO version."
303
  msgstr ""
304
 
305
- #: contact_form.php:881
306
- #: contact_form.php:1019
307
- #: contact_form.php:1093
308
- #: contact_form.php:1441
309
- #: contact_form.php:2508
310
- #: contact_form.php:2524
311
  msgid "Learn More"
312
  msgstr ""
313
 
314
- #: contact_form.php:884
315
- #: contact_form.php:1022
316
- #: contact_form.php:1096
317
- #: contact_form.php:1444
318
  #, fuzzy
319
  msgid "Go"
320
  msgstr "Go!"
321
 
322
- #: contact_form.php:891
323
  msgid "Save emails to the database"
324
  msgstr "Stoor eposse na die databasis."
325
 
326
- #: contact_form.php:897
327
  msgid "Using"
328
  msgstr "In Gebruik"
329
 
330
- #: contact_form.php:897
331
- #: contact_form.php:1069
332
- #: contact_form.php:1072
333
- #: contact_form.php:1076
334
  msgid "powered by"
335
  msgstr "Verrig deur"
336
 
337
- #: contact_form.php:900
338
- #: contact_form.php:904
339
  msgid "Using Contact Form to DB powered by"
340
  msgstr "Gebruik van Kontak Vorm na DB verrig deur"
341
 
342
- #: contact_form.php:900
343
  msgid "Activate Contact Form to DB"
344
  msgstr "Aktiveer Kontak Vorm na DB"
345
 
346
- #: contact_form.php:904
347
  msgid "Download Contact Form to DB"
348
  msgstr "Laai Kontak Vorm na DB af"
349
 
350
- #: contact_form.php:909
351
  msgid "Additional options"
352
  msgstr "Addisionele opsies"
353
 
354
- #: contact_form.php:911
355
  msgid "Show"
356
  msgstr "Besigtig"
357
 
358
- #: contact_form.php:912
359
  msgid "Hide"
360
  msgstr "Versteek"
361
 
362
- #: contact_form.php:916
363
  msgid "What to use?"
364
  msgstr "Wat om te gebruik?"
365
 
366
- #: contact_form.php:919
367
  msgid "Wp-mail"
368
  msgstr "Wp-mail"
369
 
370
- #: contact_form.php:919
371
  msgid "You can use the wp_mail function for mailing"
372
  msgstr "U kan die wp_mail funksie gebruik vir eposse"
373
 
374
- #: contact_form.php:921
375
  msgid "Mail"
376
  msgstr "Mail"
377
 
378
- #: contact_form.php:921
379
  msgid "To send mail you can use the php mail function"
380
  msgstr "Om eposse te stuur kan u die php epos funksie gebruik"
381
 
382
- #: contact_form.php:925
383
  msgid "The text in the 'From' field"
384
  msgstr "Die teks in die 'From/Van' veld"
385
 
386
- #: contact_form.php:927
387
  msgid "User name"
388
  msgstr "Gebruikersnaam"
389
 
390
- #: contact_form.php:928
391
  msgid "The name of the user who fills the form will be used in the field 'From'."
392
  msgstr "Die naam van die gebruiker wie die vorm invul sal gebruik word vir die 'From/Van' veld."
393
 
394
- #: contact_form.php:931
395
  msgid "This text will be used in the 'FROM' field"
396
  msgstr "Hierdie teks sal gebruik word in die 'FROM/VAN' veld"
397
 
398
- #: contact_form.php:935
399
  msgid "The email address in the 'From' field"
400
  msgstr "Die epos adres in die 'From/Van' veld"
401
 
402
- #: contact_form.php:937
403
  msgid "User email"
404
  msgstr "Gebruiker epos"
405
 
406
- #: contact_form.php:938
407
  msgid "The email address of the user who fills the form will be used in the field 'From'."
408
  msgstr "Die epos adres van die gebruiker wie die vorm invul sal gebruik word in die 'From/van' veld."
409
 
410
- #: contact_form.php:941
411
  msgid "This email address will be used in the 'From' field."
412
  msgstr "Hierdie epos adres sal gebruik word in die 'From/Van' veld."
413
 
414
- #: contact_form.php:945
415
  msgid "Required symbol"
416
  msgstr "Benodigde simbool"
417
 
418
- #: contact_form.php:955
419
  msgid "Fields"
420
  msgstr "Velde"
421
 
422
- #: contact_form.php:956
423
  msgid "Used"
424
  msgstr "Gebruik"
425
 
426
- #: contact_form.php:957
427
  msgid "Required"
428
  msgstr "Benodig"
429
 
430
- #: contact_form.php:958
431
  msgid "Visible"
432
  msgstr "Sigbaar"
433
 
434
- #: contact_form.php:959
435
  msgid "Disabled for editing"
436
  msgstr "Gedeaktiveer vir wysiging"
437
 
438
- #: contact_form.php:960
439
  msgid "Field's default value"
440
  msgstr "Veld se verstekwaarde"
441
 
442
- #: contact_form.php:965
443
- #: contact_form.php:1308
444
- #: contact_form.php:2083
445
- #: contact_form.php:2113
446
  msgid "Name"
447
  msgstr "Naam"
448
 
449
- #: contact_form.php:973
450
- #: contact_form.php:1313
451
- #: contact_form.php:2087
452
- #: contact_form.php:2115
 
 
 
 
453
  msgid "Address"
454
  msgstr "Adres: "
455
 
456
- #: contact_form.php:981
457
  msgid "Email Address"
458
  msgstr "Epos Adres:"
459
 
460
- #: contact_form.php:989
461
  msgid "Phone number"
462
  msgstr "Telefoon nommer:"
463
 
464
- #: contact_form.php:997
465
- #: contact_form.php:1328
466
- #: contact_form.php:2097
467
- #: contact_form.php:2119
468
  msgid "Subject"
469
  msgstr "Onderwerp"
470
 
471
- #: contact_form.php:1005
472
- #: contact_form.php:1332
473
- #: contact_form.php:2100
474
- #: contact_form.php:2120
475
  msgid "Message"
476
  msgstr "Boodskap"
477
 
478
- #: contact_form.php:1029
479
  msgid "Attachment block"
480
  msgstr "Aanhegsel blok"
481
 
482
- #: contact_form.php:1031
483
  msgid "Users can attach the following file formats"
484
  msgstr "Gebruikers kan die volgende dataleêr formate aanheg"
485
 
486
- #: contact_form.php:1044
487
  msgid "Add to the form"
488
  msgstr "Voeg by die vorm by"
489
 
490
- #: contact_form.php:1049
491
  msgid "Tips below the Attachment"
492
  msgstr "Wenke onder die Aanhegsel"
493
 
494
- #: contact_form.php:1058
495
  msgid "'Send me a copy' block"
496
  msgstr "'Stuur vir my 'n kopie' blok"
497
 
498
- #: contact_form.php:1069
499
- #: contact_form.php:1072
500
- #: contact_form.php:1076
501
- #: contact_form.php:1342
502
  msgid "Captcha"
503
  msgstr "Captcha"
504
 
505
- #: contact_form.php:1072
506
  msgid "Activate captcha"
507
  msgstr "Aktiveer captcha"
508
 
509
- #: contact_form.php:1076
510
  msgid "Download captcha"
511
  msgstr "Laai captcha af"
512
 
513
- #: contact_form.php:1084
514
  msgid "Agreement checkbox"
515
  msgstr "Ooreenstemming checkbox"
516
 
517
- #: contact_form.php:1084
518
  msgid "Required checkbox for submitting the form"
519
  msgstr "Benodigde checkbox om die vorm in te dien"
520
 
521
- #: contact_form.php:1085
522
  msgid "Optional checkbox"
523
  msgstr "Opsie checkbox"
524
 
525
- #: contact_form.php:1085
526
  msgid "Optional checkbox, the results of which will be displayed in email"
527
  msgstr "Opsionele checkbox, die resultate waarvan in die epos sal verskyn"
528
 
529
- #: contact_form.php:1102
530
  msgid "Delete an attachment file from the server after the email is sent"
531
  msgstr "Verwyder 'n aanhegsel dataleêr van die server na epos gestuur is"
532
 
533
- #: contact_form.php:1108
534
  msgid "Email in HTML format sending"
535
  msgstr "E-Mail in HTML Format"
536
 
537
- #: contact_form.php:1112
538
  msgid "Display additional info in the email"
539
  msgstr "Toon addisionele inligting in die epos"
540
 
541
- #: contact_form.php:1117
542
- #: contact_form.php:2050
543
- #: contact_form.php:2052
544
  msgid "Sent from (ip address)"
545
  msgstr "Gestuur van (IP-Adres)"
546
 
547
- #: contact_form.php:1117
548
  msgid "Example: Sent from (IP address):\t127.0.0.1"
549
  msgstr "Voorbeeld: Gestuur van (IP-Adres):\t127.0.0.1"
550
 
551
- #: contact_form.php:1118
552
- #: contact_form.php:2056
553
- #: contact_form.php:2058
554
  msgid "Date/Time"
555
  msgstr "Datum/Tyd"
556
 
557
- #: contact_form.php:1118
558
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
559
  msgstr "Voorbeeld: Datum/Tyd:\tAugustus 19, 2013 8:50 pm"
560
 
561
- #: contact_form.php:1119
562
- #: contact_form.php:2062
563
- #: contact_form.php:2064
564
  msgid "Sent from (referer)"
565
  msgstr "Gestuur van (referer)"
566
 
567
- #: contact_form.php:1119
568
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
569
  msgstr "Voorbeeld: Gestuur van (referer):\thttp://bestwebsoft.com/kontakte/kontak-ons/"
570
 
571
- #: contact_form.php:1120
572
- #: contact_form.php:2068
573
- #: contact_form.php:2070
574
  msgid "Using (user agent)"
575
  msgstr "Gebruik (user agent)"
576
 
577
- #: contact_form.php:1120
578
  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"
579
  msgstr "Voorbeeld: Gebruik (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
580
 
581
- #: contact_form.php:1124
582
  msgid "Language settings for the field names in the form"
583
  msgstr "Taal verstellings vir die naamvelde in die vorm"
584
 
585
- #: contact_form.php:1133
586
  msgid "Add a language"
587
  msgstr "Voeg 'n taal by"
588
 
589
- #: contact_form.php:1137
590
  msgid "Change the names of the contact form fields and error messages"
591
  msgstr "Verander die name van die kontak vorm velde en foutboodskappe"
592
 
593
- #: contact_form.php:1142
594
- #: contact_form.php:1223
595
  msgid "English"
596
  msgstr "Engels"
597
 
598
- #: contact_form.php:1150
599
- #: contact_form.php:1184
600
  msgid "click to expand/hide the list"
601
  msgstr "Kliek om uit te brei/lys te versteek"
602
 
603
- #: contact_form.php:1159
604
- #: contact_form.php:1193
605
  msgid "Tips below the Attachment block"
606
  msgstr "Wenke onder toe Aanhegsel blok"
607
 
608
- #: contact_form.php:1162
609
- #: contact_form.php:1196
610
  msgid "Error message for the Name field"
611
  msgstr "FFoutboodskap vir die Naamveld"
612
 
613
- #: contact_form.php:1163
614
- #: contact_form.php:1197
615
  msgid "Error message for the Address field"
616
  msgstr "Foutboodskap vir die Adres veld"
617
 
618
- #: contact_form.php:1164
619
- #: contact_form.php:1198
620
  msgid "Error message for the Email field"
621
  msgstr "Foutboodskap vir die Epos veld"
622
 
623
- #: contact_form.php:1165
624
- #: contact_form.php:1199
625
  msgid "Error message for the Phone field"
626
  msgstr "Foutboodskap vir die Telefoon Nommer veld"
627
 
628
- #: contact_form.php:1166
629
- #: contact_form.php:1200
630
  msgid "Error message for the Subject field"
631
  msgstr "Foutboodskap vir die Onderwerp veld"
632
 
633
- #: contact_form.php:1167
634
- #: contact_form.php:1201
635
  msgid "Error message for the Message field"
636
  msgstr "Foutboodskap vir die Boodskap veld"
637
 
638
- #: contact_form.php:1168
639
- #: contact_form.php:1202
640
  msgid "Error message about the file type for the Attachment field"
641
  msgstr "Foutboodskap oor die dataleêr tipe vir die Aanhegsel veld"
642
 
643
- #: contact_form.php:1169
644
- #: contact_form.php:1203
645
  msgid "Error message while uploading a file for the Attachment field to the server"
646
  msgstr "Foutboodskap tydens dataleêr oplaai vir die Aanhegsel veld na die server"
647
 
648
- #: contact_form.php:1170
649
- #: contact_form.php:1204
650
  msgid "Error message while moving the file for the Attachment field"
651
  msgstr "Foutboodskap tydens die skuif van dataleêr vir die Aanhegsel veld"
652
 
653
- #: contact_form.php:1171
654
- #: contact_form.php:1205
655
  msgid "Error message when file size limit for the Attachment field is exceeded"
656
  msgstr "Foutboodskap wanneer die dataleêr limiet vir die Aanhegsel veld oorskry is"
657
 
658
- #: contact_form.php:1172
659
- #: contact_form.php:1206
660
  msgid "Error message for the Captcha field"
661
  msgstr "Foutboodskap vir die Captcha veld"
662
 
663
- #: contact_form.php:1173
664
- #: contact_form.php:1207
665
  msgid "Error message for the whole form"
666
  msgstr "Foutboodskap vir die hele vorm"
667
 
668
- #: contact_form.php:1176
669
- #: contact_form.php:1178
670
- #: contact_form.php:1210
671
- #: contact_form.php:1212
672
- #: contact_form.php:1233
673
- #: contact_form.php:1235
674
- #: contact_form.php:1243
675
- #: contact_form.php:1245
676
  msgid "Use shortcode"
677
  msgstr "Gebruik kortkode"
678
 
679
- #: contact_form.php:1176
680
- #: contact_form.php:1178
681
- #: contact_form.php:1210
682
- #: contact_form.php:1212
683
- #: contact_form.php:1233
684
- #: contact_form.php:1235
685
- #: contact_form.php:1243
686
- #: contact_form.php:1245
687
  msgid "for this language"
688
  msgstr "vir hierdie taal"
689
 
690
- #: contact_form.php:1220
 
 
 
 
 
691
  msgid "Action after email is sent"
692
  msgstr "Aksie na epos gestuur is"
693
 
694
- #: contact_form.php:1222
695
  msgid "Display text"
696
  msgstr "Toon teks"
697
 
698
- #: contact_form.php:1231
699
- #: contact_form.php:1241
700
  msgid "Text"
701
  msgstr "teks"
702
 
703
- #: contact_form.php:1252
704
  msgid "Redirect to the page"
705
  msgstr "Herlei na die bladsy"
706
 
707
- #: contact_form.php:1253
708
  msgid "Url"
709
  msgstr "Url"
710
 
711
- #: contact_form.php:1257
712
  msgid "The $_SERVER variable that is used to build a URL of the form"
713
  msgstr ""
714
 
715
- #: contact_form.php:1261
716
  msgid "If you are not sure whether to change this setting or not, please do not do that."
717
  msgstr ""
718
 
719
- #: contact_form.php:1267
720
- #: contact_form.php:1451
721
  msgid "Save Changes"
722
  msgstr "Stoor veranderinge"
723
 
724
- #: contact_form.php:1272
725
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
726
  msgstr "As u die plugin geniet, gee dit asseblief 5 sterre op WordPress"
727
 
728
- #: contact_form.php:1273
729
  msgid "Rate the plugin"
730
  msgstr "Prys die plugin"
731
 
732
- #: contact_form.php:1276
733
  msgid "If there is something wrong about it, please contact us"
734
  msgstr "As daar iets fout is met dit, kontak ons asseblief"
735
 
736
- #: contact_form.php:1288
737
  msgid "Errors output"
738
  msgstr "Foutboodskap uitset"
739
 
740
- #: contact_form.php:1291
741
  msgid "Display error messages"
742
  msgstr "Toon foutboodskappe"
743
 
744
- #: contact_form.php:1292
745
  msgid "Color of the input field errors."
746
  msgstr "Kleur van die inset veld foutboodskappe"
747
 
748
- #: contact_form.php:1293
749
  msgid "Display error messages & color of the input field errors"
750
  msgstr "Toon foutboodskappe & kleur van die inset veld foutboodskappe"
751
 
752
- #: contact_form.php:1298
753
  msgid "Add placeholder to the input blocks"
754
  msgstr "Voeg 'n plekhouer by die inset blokke"
755
 
756
- #: contact_form.php:1304
757
  msgid "Add tooltips"
758
  msgstr "Voeg tool-wenke"
759
 
760
- #: contact_form.php:1318
761
  msgid "Email address"
762
  msgstr "Epos Adres:"
763
 
764
- #: contact_form.php:1323
765
  msgid "Phone Number"
766
  msgstr "Telefoon Nommer:"
767
 
768
- #: contact_form.php:1337
769
  msgid "Attachment"
770
  msgstr "Aanhegsel:"
771
 
772
- #: contact_form.php:1342
773
  msgid "(powered by bestwebsoft.com)"
774
  msgstr "(Verrig deur bestwebsoft.com)"
775
 
776
- #: contact_form.php:1347
777
  msgid "Style options"
778
  msgstr "Styl opsies"
779
 
780
- #: contact_form.php:1350
781
  msgid "Text color"
782
  msgstr "Teks kleur"
783
 
784
- #: contact_form.php:1353
785
- #: contact_form.php:1358
786
- #: contact_form.php:1368
787
- #: contact_form.php:1373
788
- #: contact_form.php:1378
789
- #: contact_form.php:1383
790
- #: contact_form.php:1393
791
- #: contact_form.php:1398
792
- #: contact_form.php:1404
793
- #: contact_form.php:1415
794
- #: contact_form.php:1420
795
- #: contact_form.php:1425
796
  msgid "Default"
797
  msgstr "Verstek"
798
 
799
- #: contact_form.php:1355
800
  msgid "Label text color"
801
  msgstr "Etiket teks kleur"
802
 
803
- #: contact_form.php:1360
804
  msgid "Placeholder color"
805
  msgstr "Plekhouer kleur"
806
 
807
- #: contact_form.php:1365
808
  msgid "Errors color"
809
  msgstr "Foutboodskap kleur"
810
 
811
- #: contact_form.php:1370
812
  msgid "Error text color"
813
  msgstr "Foutboodskap teks kleur"
814
 
815
- #: contact_form.php:1375
816
  msgid "Background color of the input field errors"
817
  msgstr "Agtergrond kleur van die inset veld foutboodskappe"
818
 
819
- #: contact_form.php:1380
820
  msgid "Border color of the input field errors"
821
  msgstr "Rand-kleur van die inset veld foutboodskappe"
822
 
823
- #: contact_form.php:1385
824
  msgid "Placeholder color of the input field errors"
825
  msgstr "Plekhouer kleur van die inset veld foutboodskappe"
826
 
827
- #: contact_form.php:1390
828
  msgid "Input fields"
829
  msgstr "Inset velde"
830
 
831
- #: contact_form.php:1395
832
  msgid "Input fields background color"
833
  msgstr "Inset velde agtergrond kleur"
834
 
835
- #: contact_form.php:1400
836
  msgid "Text fields color"
837
  msgstr "Teks velde kleur"
838
 
839
- #: contact_form.php:1402
840
  msgid "Border width in px, numbers only"
841
  msgstr "Rand wydte in px, nommers alleenlik"
842
 
843
- #: contact_form.php:1406
844
- #: contact_form.php:1427
845
  msgid "Border color"
846
  msgstr "Rand kleur"
847
 
848
- #: contact_form.php:1411
849
  msgid "Submit button"
850
  msgstr "Indien knoppie"
851
 
852
- #: contact_form.php:1413
853
  msgid "Width in px, numbers only"
854
  msgstr "Wydte in px, nommers alleenlik"
855
 
856
- #: contact_form.php:1417
857
  msgid "Button color"
858
  msgstr "Knoppie Kleur"
859
 
860
- #: contact_form.php:1422
861
  msgid "Button text color"
862
  msgstr "Knoppie teks kleur"
863
 
864
- #: contact_form.php:1455
865
  msgid "Contact Form Pro | Preview"
866
  msgstr "Kontak Vorm Pro | Voorskou"
867
 
868
- #: contact_form.php:1458
869
  msgid "Show with errors"
870
  msgstr "Toon met foutboodskappe"
871
 
872
- #: contact_form.php:1466
873
- #: contact_form.php:1468
874
  msgid "Please enter your full name..."
875
  msgstr "Vul asseblief u volle name in..."
876
 
877
- #: contact_form.php:1479
878
- #: contact_form.php:1481
879
  msgid "Please enter your address..."
880
  msgstr "Vul asseblief u adres in... "
881
 
882
- #: contact_form.php:1490
883
- #: contact_form.php:1492
884
  msgid "Please enter your email address..."
885
  msgstr "Vul asseblief u epos adres in..."
886
 
887
- #: contact_form.php:1501
888
- #: contact_form.php:1503
889
  msgid "Please enter your phone number..."
890
  msgstr "Vul asseblief u telefoon nommer in... "
891
 
892
- #: contact_form.php:1512
893
- #: contact_form.php:1514
894
  msgid "Please enter subject..."
895
  msgstr "Vul asseblief 'n onderwerp in... "
896
 
897
- #: contact_form.php:1522
898
- #: contact_form.php:1524
899
  msgid "Please enter your message..."
900
  msgstr "Vul asseblief jou boodskap in... "
901
 
902
- #: contact_form.php:1566
903
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
904
  msgstr "Geluk! Die PRO weergawe van die plugin het suksesvol afgelaai en is geaktiveer"
905
 
906
- #: contact_form.php:1568
907
  msgid "Please, go to"
908
  msgstr "Gaan asseblief na"
909
 
910
- #: contact_form.php:1568
911
  msgid "the setting page"
912
  msgstr "Die verstelling bladsy"
913
 
914
- #: contact_form.php:1569
915
  msgid "You will be redirected automatically in 5 seconds."
916
  msgstr "U sal outomaties herlei word in 5 sekondes."
917
 
918
- #: contact_form.php:1574
919
  msgid "You can download and activate"
920
  msgstr "U kan aflaai en aktiveer"
921
 
922
- #: contact_form.php:1576
923
  msgid "version of this plugin by entering Your license key."
924
  msgstr "weergawe van hierdie plugin deurom u lisensiekode in te vul."
925
 
926
- #: contact_form.php:1578
927
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
928
  msgstr "U kan u lisensiekode vind op u persoonlike bladsy Klient area, deurom te kliek op die skakel"
929
 
930
- #: contact_form.php:1580
931
  msgid "(your username is the email you specify when purchasing the product)."
932
  msgstr "(u gebruikersnaam is die epos wat u gespesifiseer het toe u die produk aangekoop het)."
933
 
934
- #: contact_form.php:1588
935
- #: contact_form.php:1598
936
- msgid "Go!"
937
- msgstr "Go!"
938
 
939
- #: contact_form.php:1669
940
  msgid "Sorry, email message could not be delivered."
941
  msgstr "Verskoning, die epos kon nie gestuur word nie."
942
 
943
- #: contact_form.php:2077
944
  msgid "Contact from"
945
  msgstr "Kontak Vorm"
946
 
947
- #: contact_form.php:2090
948
- #: contact_form.php:2116
949
  msgid "Email"
950
  msgstr "Epos"
951
 
952
- #: contact_form.php:2094
953
- #: contact_form.php:2118
954
  msgid "Phone"
955
  msgstr "Telefoon Nommer"
956
 
957
- #: contact_form.php:2103
958
- #: contact_form.php:2121
959
  msgid "Site"
960
  msgstr "Webtuiste"
961
 
962
- #: contact_form.php:2184
963
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
964
  msgstr "As u die MIME kan sie, beteken dit dat die MIME tipe nie ondersteun word deur u epos klient nie!"
965
 
966
- #: contact_form.php:2253
967
- msgid "FAQ"
968
- msgstr "Gereeld Gestelde Vrae (FAQ)"
969
-
970
- #: contact_form.php:2254
971
  msgid "Support"
972
  msgstr "Steun"
973
 
974
- #: contact_form.php:2304
975
  msgid "Are you sure that you want to delete this language data?"
976
  msgstr "Is u seker dat u die taal data wil verwyder?"
977
 
978
- #: contact_form.php:2511
979
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
980
  msgstr ""
981
 
982
- #: contact_form.php:2512
983
  msgid "Extend standard plugin functionality with new great options."
984
  msgstr ""
985
 
986
- #: contact_form.php:2527
987
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
988
  msgstr ""
989
 
990
- #: contact_form.php:2528
991
  msgid "Manage messages that have been sent from your website."
992
  msgstr ""
993
 
 
 
 
994
  #~ msgid ""
995
  #~ "This functionality is available in the Pro version of the plugin. For "
996
  #~ "more details, please follow the link"
@@ -1079,9 +1092,6 @@ msgstr ""
1079
  #~ msgid "Activate this plugin"
1080
  #~ msgstr "Geaktiveer hierdie plugin"
1081
 
1082
- #~ msgid "Activate"
1083
- #~ msgstr "Aktiveer"
1084
-
1085
  #~ msgid "Recommended plugins"
1086
  #~ msgstr "Aanbevolen Plugins"
1087
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-08 14:51+0300\n"
6
+ "PO-Revision-Date: 2014-07-08 14:51+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Aldu <alducornelissen@gmail.com>\n"
9
  "Language: af\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: contact_form.php:74
21
+ #: contact_form.php:845
22
  msgid "Contact Form Settings"
23
  msgstr "Kontak Form Verstellings"
24
 
25
+ #: contact_form.php:74
26
  msgid "Contact Form"
27
  msgstr "Kontak Form"
28
 
29
+ #: contact_form.php:150
30
+ #: contact_form.php:1200
31
+ #: contact_form.php:1234
32
  msgid "Name:"
33
  msgstr "Naam:"
34
 
35
+ #: contact_form.php:151
36
+ #: contact_form.php:1201
37
+ #: contact_form.php:1235
38
  msgid "Address:"
39
  msgstr "Adres:"
40
 
41
+ #: contact_form.php:152
42
+ #: contact_form.php:1202
43
+ #: contact_form.php:1236
44
  msgid "Email Address:"
45
  msgstr "Epos Adres:"
46
 
47
+ #: contact_form.php:153
48
+ #: contact_form.php:1203
49
+ #: contact_form.php:1237
50
  msgid "Phone number:"
51
  msgstr "Telefoon nommer:"
52
 
53
+ #: contact_form.php:154
54
+ #: contact_form.php:1204
55
+ #: contact_form.php:1238
56
  msgid "Subject:"
57
  msgstr "Onderwerp:"
58
 
59
+ #: contact_form.php:155
60
+ #: contact_form.php:1205
61
+ #: contact_form.php:1239
62
  msgid "Message:"
63
  msgstr "Boodskap:"
64
 
65
+ #: contact_form.php:156
66
+ #: contact_form.php:1206
67
+ #: contact_form.php:1240
68
  msgid "Attachment:"
69
  msgstr "Aanhegsel:"
70
 
71
+ #: contact_form.php:157
72
  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"
73
  msgstr "Ondersteunde datalêer tipes: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max Datei-Größe: 2MB"
74
 
75
+ #: contact_form.php:158
76
+ #: contact_form.php:1208
77
+ #: contact_form.php:1242
78
  msgid "Send me a copy"
79
  msgstr "Stuur vir my 'n kopie"
80
 
81
+ #: contact_form.php:159
82
+ #: contact_form.php:1209
83
+ #: contact_form.php:1243
84
  msgid "Submit"
85
  msgstr "Dien in"
86
 
87
+ #: contact_form.php:160
88
  msgid "Your name is required."
89
  msgstr "Jou naam word benodig."
90
 
91
+ #: contact_form.php:161
92
  msgid "Address is required."
93
  msgstr "Adres word benodig."
94
 
95
+ #: contact_form.php:162
96
  msgid "A valid email address is required."
97
  msgstr "'n Geldige epos adres word benodig."
98
 
99
+ #: contact_form.php:163
100
  msgid "Phone number is required."
101
  msgstr "'n Telefoon nommer word benodig."
102
 
103
+ #: contact_form.php:164
104
  msgid "Subject is required."
105
  msgstr "'n Onderwerp word benodig."
106
 
107
+ #: contact_form.php:165
108
  msgid "Message text is required."
109
  msgstr "'n Boodskap teks word benodig ."
110
 
111
+ #: contact_form.php:166
112
  msgid "File format is not valid."
113
  msgstr "Datalêer formaat is nie geldig nie."
114
 
115
+ #: contact_form.php:167
116
  msgid "File upload error."
117
  msgstr "Oplaai van datalêer foutief."
118
 
119
+ #: contact_form.php:168
120
  msgid "The file could not be uploaded."
121
  msgstr "Die datalêer kon nie opgelaai word nie."
122
 
123
+ #: contact_form.php:169
124
  msgid "This file is too large."
125
  msgstr "Die datalêer is te groot."
126
 
127
+ #: contact_form.php:170
128
  msgid "Please fill out the CAPTCHA."
129
  msgstr "Vul asseblief die CAPTCHA in."
130
 
131
+ #: contact_form.php:171
132
  msgid "Please make corrections below and try again."
133
  msgstr "Korregeer asseblief die foute hierdoner en probeer weer."
134
 
135
+ #: contact_form.php:173
136
  msgid "Thank you for contacting us."
137
  msgstr "Dankie dat jy ons gekontak het."
138
 
139
+ #: contact_form.php:369
140
  msgid "requires"
141
  msgstr "benodig"
142
 
143
+ #: contact_form.php:369
144
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
145
  msgstr "of hoër, dit is waarom dit gedeaktiveer is! Opgradeer asseblief WordPress, en probeer weer."
146
 
147
+ #: contact_form.php:369
148
  msgid "Back to the WordPress"
149
  msgstr "Terug na WordPress."
150
 
151
+ #: contact_form.php:369
152
  msgid "Plugins page"
153
  msgstr "Plugin blad"
154
 
155
+ #: contact_form.php:677
156
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
157
  msgstr "As die 'Redirect to page' opsie geselekteer is moet die URL veld in die volgende formaat wees"
158
 
159
+ #: contact_form.php:686
160
  msgid "Such user does not exist. Settings are not saved."
161
  msgstr "Hierdie gebruiker bestaan nie. Die instellings is nie gestoor nie."
162
 
163
+ #: contact_form.php:690
164
+ #: contact_form.php:696
165
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
166
  msgstr "Vul asseblief 'n geldige epos adres in die 'FROM/VAN' veld. Die verstellings is nie gestoor nie."
167
 
168
+ #: contact_form.php:721
169
  msgid "Settings saved."
170
  msgstr "Verstellings is gestoor."
171
 
172
+ #: contact_form.php:748
173
+ #: contact_form.php:780
174
  msgid "Wrong license key"
175
  msgstr "Verkeerde lisensie sleutel"
176
 
177
+ #: contact_form.php:773
178
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
179
  msgstr "Iets het fout gegaan. Probeer weer later. As die foutboodskap weer verskyn, kontak ons asseblief by <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Ons is jammer vir die ongerief."
180
 
181
+ #: contact_form.php:782
182
  msgid "This license key is bind to another site"
183
  msgstr "Hierdie lisensie sleutel is verbind met 'n ander webblad."
184
 
185
+ #: contact_form.php:784
186
+ #: contact_form.php:1645
187
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
188
  msgstr "Ongelukkig het u die aantal beskikbare probeerslae per dag oorskry. Laai asseblief die plugin handmatig op."
189
 
190
+ #: contact_form.php:801
191
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
192
  msgstr "Mislukking om zip Argiewe oop te maak. Laai asseblief die plugin handmatig op."
193
 
194
+ #: contact_form.php:807
195
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
196
  msgstr "U server ondersteun of nie ZipArchive of Phar nie. Laai asseblief die plugin handmatig op."
197
 
198
+ #: contact_form.php:811
199
+ #: contact_form.php:820
200
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
201
  msgstr "Mislukking om zip Argiewe af te laai. Laai asseblief die plugin handmatig op."
202
 
203
+ #: contact_form.php:824
204
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
205
  msgstr "Iets het verkeerd gegaan. Probeer weer later, of laai die plugin op handmatig. Ons is jammer vir die ongerief."
206
 
207
+ #: contact_form.php:839
208
  msgid "Please, enter Your license key"
209
  msgstr "Sleutel asseblief u lisensie sleutel in"
210
 
211
+ #: contact_form.php:847
212
+ #: contact_form.php:2306
213
+ #: contact_form.php:2318
214
  msgid "Settings"
215
  msgstr "Verstellings"
216
 
217
+ #: contact_form.php:848
218
  msgid "Extra settings"
219
  msgstr "Ekstra verstellings"
220
 
221
+ #: contact_form.php:849
222
+ #: contact_form.php:2319
223
+ msgid "FAQ"
224
+ msgstr "Gereeld Gestelde Vrae (FAQ)"
225
+
226
+ #: contact_form.php:850
227
  msgid "Go PRO"
228
  msgstr "Gaan PRO"
229
 
230
+ #: contact_form.php:853
231
  msgid "Notice:"
232
  msgstr "Kennisgewing:"
233
 
234
+ #: contact_form.php:853
235
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
236
  msgstr "Die plugin se verstellings het verander. Onthou om 'Save Changes' te kliek om die veranderinge te stoor."
237
 
238
+ #: contact_form.php:859
239
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
240
  msgstr ""
241
 
242
+ #: contact_form.php:865
243
+ #: contact_form.php:870
244
+ #: contact_form.php:1604
245
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
246
  msgstr "As u die Kontak Vorm by u webstuiste wil bylas, kopieër en plak net die kortkode na u post, bladsy of widget:"
247
 
248
+ #: contact_form.php:865
249
+ #: contact_form.php:866
250
+ #: contact_form.php:870
251
+ #: contact_form.php:871
252
+ #: contact_form.php:1224
253
+ #: contact_form.php:1226
254
+ #: contact_form.php:1287
255
+ #: contact_form.php:1289
256
  msgid "or"
257
  msgstr "of"
258
 
259
+ #: contact_form.php:866
260
+ #: contact_form.php:871
261
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
262
  msgstr "As u enige probelem het met die standaard kortkode [contact_form], moet u die volgende kortkodes gebruik"
263
 
264
+ #: contact_form.php:867
265
+ #: contact_form.php:872
266
  msgid "They work the same way."
267
  msgstr "Hulle werk op dieselfde manier."
268
 
269
+ #: contact_form.php:868
270
+ #: contact_form.php:873
271
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
272
  msgstr "As u die velde leeg laat, sal die boodskappe gestuur word na die epos adres wat gespesifiseer was gedurende registrasie"
273
 
274
+ #: contact_form.php:878
275
  msgid "The user's email address:"
276
  msgstr "Die gebruiker se epos adres:"
277
 
278
+ #: contact_form.php:882
279
  msgid "Create a username"
280
  msgstr "Skep 'n gebruikersnaam"
281
 
282
+ #: contact_form.php:889
283
  msgid "Enter a username of the person who should get the messages from the contact form."
284
  msgstr "Sleutel 'n gebruikersnaam in vir die persoon wat die boodskappe moet kry van die kontak vorm."
285
 
286
+ #: contact_form.php:893
287
  msgid "Use this email address:"
288
  msgstr "Gebruik hierdie epos adres:"
289
 
290
+ #: contact_form.php:896
291
  msgid "Enter the email address you want the messages forwarded to."
292
  msgstr "Sleutel in die epos adres in waar u die boodskappe aangestuur wil he."
293
 
294
+ #: contact_form.php:905
295
  msgid "Add department selectbox to the contact form:"
296
  msgstr "Voeg 'n departementele keuse-boks by die kontak vorm:"
297
 
298
+ #: contact_form.php:913
299
+ #: contact_form.php:1487
300
  msgid "If you upgrade to Pro version all your settings will be saved."
301
  msgstr "As u opgradeer na die Pro weergawe sal die verstellings gestoor word."
302
 
303
+ #: contact_form.php:920
304
+ #: contact_form.php:1066
305
+ #: contact_form.php:1140
306
+ #: contact_form.php:1494
307
  msgid "Unlock premium options by upgrading to a PRO version."
308
  msgstr ""
309
 
310
+ #: contact_form.php:921
311
+ #: contact_form.php:1067
312
+ #: contact_form.php:1141
313
+ #: contact_form.php:1495
314
+ #: contact_form.php:2574
315
+ #: contact_form.php:2590
316
  msgid "Learn More"
317
  msgstr ""
318
 
319
+ #: contact_form.php:924
320
+ #: contact_form.php:1070
321
+ #: contact_form.php:1144
322
+ #: contact_form.php:1498
323
  #, fuzzy
324
  msgid "Go"
325
  msgstr "Go!"
326
 
327
+ #: contact_form.php:931
328
  msgid "Save emails to the database"
329
  msgstr "Stoor eposse na die databasis."
330
 
331
+ #: contact_form.php:937
332
  msgid "Using"
333
  msgstr "In Gebruik"
334
 
335
+ #: contact_form.php:937
336
+ #: contact_form.php:1117
337
+ #: contact_form.php:1120
338
+ #: contact_form.php:1124
339
  msgid "powered by"
340
  msgstr "Verrig deur"
341
 
342
+ #: contact_form.php:940
343
+ #: contact_form.php:944
344
  msgid "Using Contact Form to DB powered by"
345
  msgstr "Gebruik van Kontak Vorm na DB verrig deur"
346
 
347
+ #: contact_form.php:940
348
  msgid "Activate Contact Form to DB"
349
  msgstr "Aktiveer Kontak Vorm na DB"
350
 
351
+ #: contact_form.php:944
352
  msgid "Download Contact Form to DB"
353
  msgstr "Laai Kontak Vorm na DB af"
354
 
355
+ #: contact_form.php:949
356
  msgid "Additional options"
357
  msgstr "Addisionele opsies"
358
 
359
+ #: contact_form.php:951
360
  msgid "Show"
361
  msgstr "Besigtig"
362
 
363
+ #: contact_form.php:952
364
  msgid "Hide"
365
  msgstr "Versteek"
366
 
367
+ #: contact_form.php:956
368
  msgid "What to use?"
369
  msgstr "Wat om te gebruik?"
370
 
371
+ #: contact_form.php:959
372
  msgid "Wp-mail"
373
  msgstr "Wp-mail"
374
 
375
+ #: contact_form.php:959
376
  msgid "You can use the wp_mail function for mailing"
377
  msgstr "U kan die wp_mail funksie gebruik vir eposse"
378
 
379
+ #: contact_form.php:961
380
  msgid "Mail"
381
  msgstr "Mail"
382
 
383
+ #: contact_form.php:961
384
  msgid "To send mail you can use the php mail function"
385
  msgstr "Om eposse te stuur kan u die php epos funksie gebruik"
386
 
387
+ #: contact_form.php:965
388
  msgid "The text in the 'From' field"
389
  msgstr "Die teks in die 'From/Van' veld"
390
 
391
+ #: contact_form.php:967
392
  msgid "User name"
393
  msgstr "Gebruikersnaam"
394
 
395
+ #: contact_form.php:968
396
  msgid "The name of the user who fills the form will be used in the field 'From'."
397
  msgstr "Die naam van die gebruiker wie die vorm invul sal gebruik word vir die 'From/Van' veld."
398
 
399
+ #: contact_form.php:971
400
  msgid "This text will be used in the 'FROM' field"
401
  msgstr "Hierdie teks sal gebruik word in die 'FROM/VAN' veld"
402
 
403
+ #: contact_form.php:975
404
  msgid "The email address in the 'From' field"
405
  msgstr "Die epos adres in die 'From/Van' veld"
406
 
407
+ #: contact_form.php:977
408
  msgid "User email"
409
  msgstr "Gebruiker epos"
410
 
411
+ #: contact_form.php:978
412
  msgid "The email address of the user who fills the form will be used in the field 'From'."
413
  msgstr "Die epos adres van die gebruiker wie die vorm invul sal gebruik word in die 'From/van' veld."
414
 
415
+ #: contact_form.php:981
416
  msgid "This email address will be used in the 'From' field."
417
  msgstr "Hierdie epos adres sal gebruik word in die 'From/Van' veld."
418
 
419
+ #: contact_form.php:985
420
  msgid "Required symbol"
421
  msgstr "Benodigde simbool"
422
 
423
+ #: contact_form.php:995
424
  msgid "Fields"
425
  msgstr "Velde"
426
 
427
+ #: contact_form.php:996
428
  msgid "Used"
429
  msgstr "Gebruik"
430
 
431
+ #: contact_form.php:997
432
  msgid "Required"
433
  msgstr "Benodig"
434
 
435
+ #: contact_form.php:998
436
  msgid "Visible"
437
  msgstr "Sigbaar"
438
 
439
+ #: contact_form.php:999
440
  msgid "Disabled for editing"
441
  msgstr "Gedeaktiveer vir wysiging"
442
 
443
+ #: contact_form.php:1000
444
  msgid "Field's default value"
445
  msgstr "Veld se verstekwaarde"
446
 
447
+ #: contact_form.php:1005
448
+ #: contact_form.php:1362
449
+ #: contact_form.php:2125
450
+ #: contact_form.php:2161
451
  msgid "Name"
452
  msgstr "Naam"
453
 
454
+ #: contact_form.php:1013
455
+ msgid "Location selectbox"
456
+ msgstr ""
457
+
458
+ #: contact_form.php:1021
459
+ #: contact_form.php:1367
460
+ #: contact_form.php:2131
461
+ #: contact_form.php:2165
462
  msgid "Address"
463
  msgstr "Adres: "
464
 
465
+ #: contact_form.php:1029
466
  msgid "Email Address"
467
  msgstr "Epos Adres:"
468
 
469
+ #: contact_form.php:1037
470
  msgid "Phone number"
471
  msgstr "Telefoon nommer:"
472
 
473
+ #: contact_form.php:1045
474
+ #: contact_form.php:1382
475
+ #: contact_form.php:2146
476
+ #: contact_form.php:2174
477
  msgid "Subject"
478
  msgstr "Onderwerp"
479
 
480
+ #: contact_form.php:1053
481
+ #: contact_form.php:1386
482
+ #: contact_form.php:2149
483
+ #: contact_form.php:2176
484
  msgid "Message"
485
  msgstr "Boodskap"
486
 
487
+ #: contact_form.php:1077
488
  msgid "Attachment block"
489
  msgstr "Aanhegsel blok"
490
 
491
+ #: contact_form.php:1079
492
  msgid "Users can attach the following file formats"
493
  msgstr "Gebruikers kan die volgende dataleêr formate aanheg"
494
 
495
+ #: contact_form.php:1092
496
  msgid "Add to the form"
497
  msgstr "Voeg by die vorm by"
498
 
499
+ #: contact_form.php:1097
500
  msgid "Tips below the Attachment"
501
  msgstr "Wenke onder die Aanhegsel"
502
 
503
+ #: contact_form.php:1106
504
  msgid "'Send me a copy' block"
505
  msgstr "'Stuur vir my 'n kopie' blok"
506
 
507
+ #: contact_form.php:1117
508
+ #: contact_form.php:1120
509
+ #: contact_form.php:1124
510
+ #: contact_form.php:1396
511
  msgid "Captcha"
512
  msgstr "Captcha"
513
 
514
+ #: contact_form.php:1120
515
  msgid "Activate captcha"
516
  msgstr "Aktiveer captcha"
517
 
518
+ #: contact_form.php:1124
519
  msgid "Download captcha"
520
  msgstr "Laai captcha af"
521
 
522
+ #: contact_form.php:1132
523
  msgid "Agreement checkbox"
524
  msgstr "Ooreenstemming checkbox"
525
 
526
+ #: contact_form.php:1132
527
  msgid "Required checkbox for submitting the form"
528
  msgstr "Benodigde checkbox om die vorm in te dien"
529
 
530
+ #: contact_form.php:1133
531
  msgid "Optional checkbox"
532
  msgstr "Opsie checkbox"
533
 
534
+ #: contact_form.php:1133
535
  msgid "Optional checkbox, the results of which will be displayed in email"
536
  msgstr "Opsionele checkbox, die resultate waarvan in die epos sal verskyn"
537
 
538
+ #: contact_form.php:1150
539
  msgid "Delete an attachment file from the server after the email is sent"
540
  msgstr "Verwyder 'n aanhegsel dataleêr van die server na epos gestuur is"
541
 
542
+ #: contact_form.php:1156
543
  msgid "Email in HTML format sending"
544
  msgstr "E-Mail in HTML Format"
545
 
546
+ #: contact_form.php:1160
547
  msgid "Display additional info in the email"
548
  msgstr "Toon addisionele inligting in die epos"
549
 
550
+ #: contact_form.php:1165
551
+ #: contact_form.php:2092
552
+ #: contact_form.php:2094
553
  msgid "Sent from (ip address)"
554
  msgstr "Gestuur van (IP-Adres)"
555
 
556
+ #: contact_form.php:1165
557
  msgid "Example: Sent from (IP address):\t127.0.0.1"
558
  msgstr "Voorbeeld: Gestuur van (IP-Adres):\t127.0.0.1"
559
 
560
+ #: contact_form.php:1166
561
+ #: contact_form.php:2098
562
+ #: contact_form.php:2100
563
  msgid "Date/Time"
564
  msgstr "Datum/Tyd"
565
 
566
+ #: contact_form.php:1166
567
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
568
  msgstr "Voorbeeld: Datum/Tyd:\tAugustus 19, 2013 8:50 pm"
569
 
570
+ #: contact_form.php:1167
571
+ #: contact_form.php:2104
572
+ #: contact_form.php:2106
573
  msgid "Sent from (referer)"
574
  msgstr "Gestuur van (referer)"
575
 
576
+ #: contact_form.php:1167
577
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
578
  msgstr "Voorbeeld: Gestuur van (referer):\thttp://bestwebsoft.com/kontakte/kontak-ons/"
579
 
580
+ #: contact_form.php:1168
581
+ #: contact_form.php:2110
582
+ #: contact_form.php:2112
583
  msgid "Using (user agent)"
584
  msgstr "Gebruik (user agent)"
585
 
586
+ #: contact_form.php:1168
587
  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"
588
  msgstr "Voorbeeld: Gebruik (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
589
 
590
+ #: contact_form.php:1172
591
  msgid "Language settings for the field names in the form"
592
  msgstr "Taal verstellings vir die naamvelde in die vorm"
593
 
594
+ #: contact_form.php:1181
595
  msgid "Add a language"
596
  msgstr "Voeg 'n taal by"
597
 
598
+ #: contact_form.php:1185
599
  msgid "Change the names of the contact form fields and error messages"
600
  msgstr "Verander die name van die kontak vorm velde en foutboodskappe"
601
 
602
+ #: contact_form.php:1190
603
+ #: contact_form.php:1277
604
  msgid "English"
605
  msgstr "Engels"
606
 
607
+ #: contact_form.php:1198
608
+ #: contact_form.php:1232
609
  msgid "click to expand/hide the list"
610
  msgstr "Kliek om uit te brei/lys te versteek"
611
 
612
+ #: contact_form.php:1207
613
+ #: contact_form.php:1241
614
  msgid "Tips below the Attachment block"
615
  msgstr "Wenke onder toe Aanhegsel blok"
616
 
617
+ #: contact_form.php:1210
618
+ #: contact_form.php:1244
619
  msgid "Error message for the Name field"
620
  msgstr "FFoutboodskap vir die Naamveld"
621
 
622
+ #: contact_form.php:1211
623
+ #: contact_form.php:1245
624
  msgid "Error message for the Address field"
625
  msgstr "Foutboodskap vir die Adres veld"
626
 
627
+ #: contact_form.php:1212
628
+ #: contact_form.php:1246
629
  msgid "Error message for the Email field"
630
  msgstr "Foutboodskap vir die Epos veld"
631
 
632
+ #: contact_form.php:1213
633
+ #: contact_form.php:1247
634
  msgid "Error message for the Phone field"
635
  msgstr "Foutboodskap vir die Telefoon Nommer veld"
636
 
637
+ #: contact_form.php:1214
638
+ #: contact_form.php:1248
639
  msgid "Error message for the Subject field"
640
  msgstr "Foutboodskap vir die Onderwerp veld"
641
 
642
+ #: contact_form.php:1215
643
+ #: contact_form.php:1249
644
  msgid "Error message for the Message field"
645
  msgstr "Foutboodskap vir die Boodskap veld"
646
 
647
+ #: contact_form.php:1216
648
+ #: contact_form.php:1250
649
  msgid "Error message about the file type for the Attachment field"
650
  msgstr "Foutboodskap oor die dataleêr tipe vir die Aanhegsel veld"
651
 
652
+ #: contact_form.php:1217
653
+ #: contact_form.php:1251
654
  msgid "Error message while uploading a file for the Attachment field to the server"
655
  msgstr "Foutboodskap tydens dataleêr oplaai vir die Aanhegsel veld na die server"
656
 
657
+ #: contact_form.php:1218
658
+ #: contact_form.php:1252
659
  msgid "Error message while moving the file for the Attachment field"
660
  msgstr "Foutboodskap tydens die skuif van dataleêr vir die Aanhegsel veld"
661
 
662
+ #: contact_form.php:1219
663
+ #: contact_form.php:1253
664
  msgid "Error message when file size limit for the Attachment field is exceeded"
665
  msgstr "Foutboodskap wanneer die dataleêr limiet vir die Aanhegsel veld oorskry is"
666
 
667
+ #: contact_form.php:1220
668
+ #: contact_form.php:1254
669
  msgid "Error message for the Captcha field"
670
  msgstr "Foutboodskap vir die Captcha veld"
671
 
672
+ #: contact_form.php:1221
673
+ #: contact_form.php:1255
674
  msgid "Error message for the whole form"
675
  msgstr "Foutboodskap vir die hele vorm"
676
 
677
+ #: contact_form.php:1224
678
+ #: contact_form.php:1226
679
+ #: contact_form.php:1258
680
+ #: contact_form.php:1260
681
+ #: contact_form.php:1287
682
+ #: contact_form.php:1289
683
+ #: contact_form.php:1297
684
+ #: contact_form.php:1299
685
  msgid "Use shortcode"
686
  msgstr "Gebruik kortkode"
687
 
688
+ #: contact_form.php:1224
689
+ #: contact_form.php:1226
690
+ #: contact_form.php:1258
691
+ #: contact_form.php:1260
692
+ #: contact_form.php:1287
693
+ #: contact_form.php:1289
694
+ #: contact_form.php:1297
695
+ #: contact_form.php:1299
696
  msgid "for this language"
697
  msgstr "vir hierdie taal"
698
 
699
+ #: contact_form.php:1268
700
+ #, fuzzy
701
+ msgid "Use the changed names of the contact form fields in the email"
702
+ msgstr "Verander die name van die kontak vorm velde en foutboodskappe"
703
+
704
+ #: contact_form.php:1274
705
  msgid "Action after email is sent"
706
  msgstr "Aksie na epos gestuur is"
707
 
708
+ #: contact_form.php:1276
709
  msgid "Display text"
710
  msgstr "Toon teks"
711
 
712
+ #: contact_form.php:1285
713
+ #: contact_form.php:1295
714
  msgid "Text"
715
  msgstr "teks"
716
 
717
+ #: contact_form.php:1306
718
  msgid "Redirect to the page"
719
  msgstr "Herlei na die bladsy"
720
 
721
+ #: contact_form.php:1307
722
  msgid "Url"
723
  msgstr "Url"
724
 
725
+ #: contact_form.php:1311
726
  msgid "The $_SERVER variable that is used to build a URL of the form"
727
  msgstr ""
728
 
729
+ #: contact_form.php:1315
730
  msgid "If you are not sure whether to change this setting or not, please do not do that."
731
  msgstr ""
732
 
733
+ #: contact_form.php:1321
734
+ #: contact_form.php:1505
735
  msgid "Save Changes"
736
  msgstr "Stoor veranderinge"
737
 
738
+ #: contact_form.php:1326
739
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
740
  msgstr "As u die plugin geniet, gee dit asseblief 5 sterre op WordPress"
741
 
742
+ #: contact_form.php:1327
743
  msgid "Rate the plugin"
744
  msgstr "Prys die plugin"
745
 
746
+ #: contact_form.php:1330
747
  msgid "If there is something wrong about it, please contact us"
748
  msgstr "As daar iets fout is met dit, kontak ons asseblief"
749
 
750
+ #: contact_form.php:1342
751
  msgid "Errors output"
752
  msgstr "Foutboodskap uitset"
753
 
754
+ #: contact_form.php:1345
755
  msgid "Display error messages"
756
  msgstr "Toon foutboodskappe"
757
 
758
+ #: contact_form.php:1346
759
  msgid "Color of the input field errors."
760
  msgstr "Kleur van die inset veld foutboodskappe"
761
 
762
+ #: contact_form.php:1347
763
  msgid "Display error messages & color of the input field errors"
764
  msgstr "Toon foutboodskappe & kleur van die inset veld foutboodskappe"
765
 
766
+ #: contact_form.php:1352
767
  msgid "Add placeholder to the input blocks"
768
  msgstr "Voeg 'n plekhouer by die inset blokke"
769
 
770
+ #: contact_form.php:1358
771
  msgid "Add tooltips"
772
  msgstr "Voeg tool-wenke"
773
 
774
+ #: contact_form.php:1372
775
  msgid "Email address"
776
  msgstr "Epos Adres:"
777
 
778
+ #: contact_form.php:1377
779
  msgid "Phone Number"
780
  msgstr "Telefoon Nommer:"
781
 
782
+ #: contact_form.php:1391
783
  msgid "Attachment"
784
  msgstr "Aanhegsel:"
785
 
786
+ #: contact_form.php:1396
787
  msgid "(powered by bestwebsoft.com)"
788
  msgstr "(Verrig deur bestwebsoft.com)"
789
 
790
+ #: contact_form.php:1401
791
  msgid "Style options"
792
  msgstr "Styl opsies"
793
 
794
+ #: contact_form.php:1404
795
  msgid "Text color"
796
  msgstr "Teks kleur"
797
 
798
+ #: contact_form.php:1407
799
+ #: contact_form.php:1412
800
+ #: contact_form.php:1422
801
+ #: contact_form.php:1427
802
+ #: contact_form.php:1432
803
+ #: contact_form.php:1437
804
+ #: contact_form.php:1447
805
+ #: contact_form.php:1452
806
+ #: contact_form.php:1458
807
+ #: contact_form.php:1469
808
+ #: contact_form.php:1474
809
+ #: contact_form.php:1479
810
  msgid "Default"
811
  msgstr "Verstek"
812
 
813
+ #: contact_form.php:1409
814
  msgid "Label text color"
815
  msgstr "Etiket teks kleur"
816
 
817
+ #: contact_form.php:1414
818
  msgid "Placeholder color"
819
  msgstr "Plekhouer kleur"
820
 
821
+ #: contact_form.php:1419
822
  msgid "Errors color"
823
  msgstr "Foutboodskap kleur"
824
 
825
+ #: contact_form.php:1424
826
  msgid "Error text color"
827
  msgstr "Foutboodskap teks kleur"
828
 
829
+ #: contact_form.php:1429
830
  msgid "Background color of the input field errors"
831
  msgstr "Agtergrond kleur van die inset veld foutboodskappe"
832
 
833
+ #: contact_form.php:1434
834
  msgid "Border color of the input field errors"
835
  msgstr "Rand-kleur van die inset veld foutboodskappe"
836
 
837
+ #: contact_form.php:1439
838
  msgid "Placeholder color of the input field errors"
839
  msgstr "Plekhouer kleur van die inset veld foutboodskappe"
840
 
841
+ #: contact_form.php:1444
842
  msgid "Input fields"
843
  msgstr "Inset velde"
844
 
845
+ #: contact_form.php:1449
846
  msgid "Input fields background color"
847
  msgstr "Inset velde agtergrond kleur"
848
 
849
+ #: contact_form.php:1454
850
  msgid "Text fields color"
851
  msgstr "Teks velde kleur"
852
 
853
+ #: contact_form.php:1456
854
  msgid "Border width in px, numbers only"
855
  msgstr "Rand wydte in px, nommers alleenlik"
856
 
857
+ #: contact_form.php:1460
858
+ #: contact_form.php:1481
859
  msgid "Border color"
860
  msgstr "Rand kleur"
861
 
862
+ #: contact_form.php:1465
863
  msgid "Submit button"
864
  msgstr "Indien knoppie"
865
 
866
+ #: contact_form.php:1467
867
  msgid "Width in px, numbers only"
868
  msgstr "Wydte in px, nommers alleenlik"
869
 
870
+ #: contact_form.php:1471
871
  msgid "Button color"
872
  msgstr "Knoppie Kleur"
873
 
874
+ #: contact_form.php:1476
875
  msgid "Button text color"
876
  msgstr "Knoppie teks kleur"
877
 
878
+ #: contact_form.php:1509
879
  msgid "Contact Form Pro | Preview"
880
  msgstr "Kontak Vorm Pro | Voorskou"
881
 
882
+ #: contact_form.php:1512
883
  msgid "Show with errors"
884
  msgstr "Toon met foutboodskappe"
885
 
886
+ #: contact_form.php:1520
887
+ #: contact_form.php:1522
888
  msgid "Please enter your full name..."
889
  msgstr "Vul asseblief u volle name in..."
890
 
891
+ #: contact_form.php:1533
892
+ #: contact_form.php:1535
893
  msgid "Please enter your address..."
894
  msgstr "Vul asseblief u adres in... "
895
 
896
+ #: contact_form.php:1544
897
+ #: contact_form.php:1546
898
  msgid "Please enter your email address..."
899
  msgstr "Vul asseblief u epos adres in..."
900
 
901
+ #: contact_form.php:1555
902
+ #: contact_form.php:1557
903
  msgid "Please enter your phone number..."
904
  msgstr "Vul asseblief u telefoon nommer in... "
905
 
906
+ #: contact_form.php:1566
907
+ #: contact_form.php:1568
908
  msgid "Please enter subject..."
909
  msgstr "Vul asseblief 'n onderwerp in... "
910
 
911
+ #: contact_form.php:1576
912
+ #: contact_form.php:1578
913
  msgid "Please enter your message..."
914
  msgstr "Vul asseblief jou boodskap in... "
915
 
916
+ #: contact_form.php:1620
917
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
918
  msgstr "Geluk! Die PRO weergawe van die plugin het suksesvol afgelaai en is geaktiveer"
919
 
920
+ #: contact_form.php:1622
921
  msgid "Please, go to"
922
  msgstr "Gaan asseblief na"
923
 
924
+ #: contact_form.php:1622
925
  msgid "the setting page"
926
  msgstr "Die verstelling bladsy"
927
 
928
+ #: contact_form.php:1623
929
  msgid "You will be redirected automatically in 5 seconds."
930
  msgstr "U sal outomaties herlei word in 5 sekondes."
931
 
932
+ #: contact_form.php:1628
933
  msgid "You can download and activate"
934
  msgstr "U kan aflaai en aktiveer"
935
 
936
+ #: contact_form.php:1630
937
  msgid "version of this plugin by entering Your license key."
938
  msgstr "weergawe van hierdie plugin deurom u lisensiekode in te vul."
939
 
940
+ #: contact_form.php:1632
941
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
942
  msgstr "U kan u lisensiekode vind op u persoonlike bladsy Klient area, deurom te kliek op die skakel"
943
 
944
+ #: contact_form.php:1634
945
  msgid "(your username is the email you specify when purchasing the product)."
946
  msgstr "(u gebruikersnaam is die epos wat u gespesifiseer het toe u die produk aangekoop het)."
947
 
948
+ #: contact_form.php:1642
949
+ #: contact_form.php:1652
950
+ msgid "Activate"
951
+ msgstr "Aktiveer"
952
 
953
+ #: contact_form.php:1718
954
  msgid "Sorry, email message could not be delivered."
955
  msgstr "Verskoning, die epos kon nie gestuur word nie."
956
 
957
+ #: contact_form.php:2119
958
  msgid "Contact from"
959
  msgstr "Kontak Vorm"
960
 
961
+ #: contact_form.php:2136
962
+ #: contact_form.php:2168
963
  msgid "Email"
964
  msgstr "Epos"
965
 
966
+ #: contact_form.php:2141
967
+ #: contact_form.php:2171
968
  msgid "Phone"
969
  msgstr "Telefoon Nommer"
970
 
971
+ #: contact_form.php:2152
972
+ #: contact_form.php:2178
973
  msgid "Site"
974
  msgstr "Webtuiste"
975
 
976
+ #: contact_form.php:2250
977
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
978
  msgstr "As u die MIME kan sie, beteken dit dat die MIME tipe nie ondersteun word deur u epos klient nie!"
979
 
980
+ #: contact_form.php:2320
 
 
 
 
981
  msgid "Support"
982
  msgstr "Steun"
983
 
984
+ #: contact_form.php:2368
985
  msgid "Are you sure that you want to delete this language data?"
986
  msgstr "Is u seker dat u die taal data wil verwyder?"
987
 
988
+ #: contact_form.php:2577
989
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
990
  msgstr ""
991
 
992
+ #: contact_form.php:2578
993
  msgid "Extend standard plugin functionality with new great options."
994
  msgstr ""
995
 
996
+ #: contact_form.php:2593
997
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
998
  msgstr ""
999
 
1000
+ #: contact_form.php:2594
1001
  msgid "Manage messages that have been sent from your website."
1002
  msgstr ""
1003
 
1004
+ #~ msgid "Go!"
1005
+ #~ msgstr "Go!"
1006
+
1007
  #~ msgid ""
1008
  #~ "This functionality is available in the Pro version of the plugin. For "
1009
  #~ "more details, please follow the link"
1092
  #~ msgid "Activate this plugin"
1093
  #~ msgstr "Geaktiveer hierdie plugin"
1094
 
 
 
 
1095
  #~ msgid "Recommended plugins"
1096
  #~ msgstr "Aanbevolen Plugins"
1097
 
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: 2014-04-14 15:37+0300\n"
6
- "PO-Revision-Date: 2014-04-14 15:37+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Sakałoŭ Alaksiej <nullbsd@gmail.com>\n"
9
  "Language: be_BY\n"
@@ -16,1024 +16,1035 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:73
20
- #: contact_form.php:785
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Наладкі кантактнай формы"
24
 
25
- #: contact_form.php:73
26
  msgid "Contact Form"
27
  msgstr "Кантактная форма"
28
 
29
- #: contact_form.php:149
30
- #: contact_form.php:1131
31
- #: contact_form.php:1165
32
  msgid "Name:"
33
  msgstr "Імя:"
34
 
35
- #: contact_form.php:150
36
- #: contact_form.php:1132
37
- #: contact_form.php:1166
38
  #, fuzzy
39
  msgid "Address:"
40
  msgstr "E-mail адрас:"
41
 
42
- #: contact_form.php:151
43
- #: contact_form.php:1133
44
- #: contact_form.php:1167
45
  msgid "Email Address:"
46
  msgstr "E-mail адрас:"
47
 
48
- #: contact_form.php:152
49
- #: contact_form.php:1134
50
- #: contact_form.php:1168
51
  msgid "Phone number:"
52
  msgstr "Тэлефон:"
53
 
54
- #: contact_form.php:153
55
- #: contact_form.php:1135
56
- #: contact_form.php:1169
57
  msgid "Subject:"
58
  msgstr "Тэма:"
59
 
60
- #: contact_form.php:154
61
- #: contact_form.php:1136
62
- #: contact_form.php:1170
63
  msgid "Message:"
64
  msgstr "Паведамленьне:"
65
 
66
- #: contact_form.php:155
67
- #: contact_form.php:1137
68
- #: contact_form.php:1171
69
  msgid "Attachment:"
70
  msgstr "Прычапіць файл:"
71
 
72
- #: contact_form.php:156
73
  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"
74
  msgstr ""
75
 
76
- #: contact_form.php:157
77
- #: contact_form.php:1139
78
- #: contact_form.php:1173
79
  msgid "Send me a copy"
80
  msgstr "Адправіць мне копію"
81
 
82
- #: contact_form.php:158
83
- #: contact_form.php:1140
84
- #: contact_form.php:1174
85
  msgid "Submit"
86
  msgstr "Адправіць"
87
 
88
- #: contact_form.php:159
89
  msgid "Your name is required."
90
  msgstr "Вашае імя - гэта абавязковы радок."
91
 
92
- #: contact_form.php:160
93
  #, fuzzy
94
  msgid "Address is required."
95
  msgstr "Радок e-mail адраса - обавязковы да запаўненьня"
96
 
97
- #: contact_form.php:161
98
  #, fuzzy
99
  msgid "A valid email address is required."
100
  msgstr "Радок e-mail адраса - обавязковы да запаўненьня"
101
 
102
- #: contact_form.php:162
103
  msgid "Phone number is required."
104
  msgstr "Вашае імя - абавязковае поле."
105
 
106
- #: contact_form.php:163
107
  msgid "Subject is required."
108
  msgstr "Поле Тэма - абавязковае."
109
 
110
- #: contact_form.php:164
111
  msgid "Message text is required."
112
  msgstr "Радок паведамленьня - абавязковы."
113
 
114
- #: contact_form.php:165
115
  msgid "File format is not valid."
116
  msgstr "Фармат файла не зьяўляецца дапушчальным."
117
 
118
- #: contact_form.php:166
119
  msgid "File upload error."
120
  msgstr ""
121
 
122
- #: contact_form.php:167
123
  msgid "The file could not be uploaded."
124
  msgstr ""
125
 
126
- #: contact_form.php:168
127
  msgid "This file is too large."
128
  msgstr ""
129
 
130
- #: contact_form.php:169
131
  msgid "Please fill out the CAPTCHA."
132
  msgstr "Калі ласка, запоўніце сымбалі з выявы."
133
 
134
- #: contact_form.php:170
135
  msgid "Please make corrections below and try again."
136
  msgstr "Калі ласка, зрабіце выпраўленьне ў радках ніжэй ды паўтарыце працэдуру"
137
 
138
- #: contact_form.php:172
139
  msgid "Thank you for contacting us."
140
  msgstr "Дзякуем за кантакт з намі."
141
 
142
- #: contact_form.php:322
143
  #, fuzzy
144
  msgid "requires"
145
  msgstr "Абавязковыя палі"
146
 
147
- #: contact_form.php:322
148
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
149
  msgstr ""
150
 
151
- #: contact_form.php:322
152
  msgid "Back to the WordPress"
153
  msgstr ""
154
 
155
- #: contact_form.php:322
156
  #, fuzzy
157
  msgid "Plugins page"
158
  msgstr "Плагины BWS"
159
 
160
- #: contact_form.php:626
161
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
162
  msgstr "Калі наладка 'Перайсьці на старонку' абрана, тады URL павінен быць запоўнены ў наступным фармаце"
163
 
164
- #: contact_form.php:635
165
  msgid "Such user does not exist. Settings are not saved."
166
  msgstr "Дадзены карыстальнік ня знойдзен. Наладкі не захаваны"
167
 
168
- #: contact_form.php:639
169
- #: contact_form.php:645
170
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
171
  msgstr "Калі ласка, увядзіце карэктны адрас для радка 'FROM'. Наладкі не захаваны."
172
 
173
- #: contact_form.php:661
174
  #, fuzzy
175
  msgid "Settings saved."
176
  msgstr "Наладкі захаваны."
177
 
178
- #: contact_form.php:688
179
- #: contact_form.php:720
180
  msgid "Wrong license key"
181
  msgstr ""
182
 
183
- #: contact_form.php:713
184
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
185
  msgstr ""
186
 
187
- #: contact_form.php:722
188
  msgid "This license key is bind to another site"
189
  msgstr ""
190
 
191
- #: contact_form.php:724
192
- #: contact_form.php:1570
193
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
194
  msgstr ""
195
 
196
- #: contact_form.php:741
197
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
198
  msgstr ""
199
 
200
- #: contact_form.php:747
201
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
202
  msgstr ""
203
 
204
- #: contact_form.php:751
205
- #: contact_form.php:760
206
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
207
  msgstr ""
208
 
209
- #: contact_form.php:764
210
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
211
  msgstr ""
212
 
213
- #: contact_form.php:779
214
  #, fuzzy
215
  msgid "Please, enter Your license key"
216
  msgstr "Выкарыстоўваць гэты email-адрас:"
217
 
218
- #: contact_form.php:787
219
- #: contact_form.php:2216
220
- #: contact_form.php:2228
221
  msgid "Settings"
222
  msgstr "Наладкі"
223
 
224
- #: contact_form.php:788
225
  #, fuzzy
226
  msgid "Extra settings"
227
  msgstr "Наладкі"
228
 
229
- #: contact_form.php:789
 
 
 
 
 
230
  msgid "Go PRO"
231
  msgstr ""
232
 
233
- #: contact_form.php:792
234
  msgid "Notice:"
235
  msgstr ""
236
 
237
- #: contact_form.php:792
238
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
239
  msgstr ""
240
 
241
- #: contact_form.php:798
242
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
243
  msgstr ""
244
 
245
- #: contact_form.php:804
246
- #: contact_form.php:809
247
- #: contact_form.php:1529
248
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
249
  msgstr "Калі вы жадаеце дадаць Кантактную Форму на свой сайт, тады вам неабходна толькі скапіяваць ды ўставіць Shortcode у канктэнт старонкі, ці запісу, ці аздабленьня:"
250
 
251
- #: contact_form.php:804
252
- #: contact_form.php:805
253
- #: contact_form.php:809
254
- #: contact_form.php:810
255
- #: contact_form.php:1155
256
- #: contact_form.php:1157
257
- #: contact_form.php:1212
258
- #: contact_form.php:1214
259
  msgid "or"
260
  msgstr ""
261
 
262
- #: contact_form.php:805
263
- #: contact_form.php:810
264
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
265
  msgstr ""
266
 
267
- #: contact_form.php:806
268
- #: contact_form.php:811
269
  msgid "They work the same way."
270
  msgstr ""
271
 
272
- #: contact_form.php:807
273
- #: contact_form.php:812
274
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
275
  msgstr "Калі інфармацыя ў палях ніжэй адсутнічае, паведамленьне будзе адпраўлена на email адрас, які быў указаны пры рэгістрацыі на сайце."
276
 
277
- #: contact_form.php:817
278
  msgid "The user's email address:"
279
  msgstr "Электронны адрас карыстальніка:"
280
 
281
- #: contact_form.php:821
282
  msgid "Create a username"
283
  msgstr "Абярыце імя карыстальніка"
284
 
285
- #: contact_form.php:828
286
  msgid "Enter a username of the person who should get the messages from the contact form."
287
  msgstr "Увядзіце імя карыстальніка, які будзе атрымліваць паведамленьні кантактнай формы."
288
 
289
- #: contact_form.php:832
290
  msgid "Use this email address:"
291
  msgstr "Выкарыстоўваць гэты email-адрас:"
292
 
293
- #: contact_form.php:835
294
  msgid "Enter the email address you want the messages forwarded to."
295
  msgstr "Увядзіце адрас, на які хочаце перанакіраваць паведамленьне."
296
 
297
- #: contact_form.php:844
298
  msgid "Add department selectbox to the contact form:"
299
  msgstr ""
300
 
301
- #: contact_form.php:852
302
- #: contact_form.php:1412
303
  msgid "If you upgrade to Pro version all your settings will be saved."
304
  msgstr ""
305
 
306
- #: contact_form.php:859
307
- #: contact_form.php:997
308
- #: contact_form.php:1071
309
- #: contact_form.php:1419
310
  msgid "Unlock premium options by upgrading to a PRO version."
311
  msgstr ""
312
 
313
- #: contact_form.php:860
314
- #: contact_form.php:998
315
- #: contact_form.php:1072
316
- #: contact_form.php:1420
317
- #: contact_form.php:2473
318
- #: contact_form.php:2489
319
  msgid "Learn More"
320
  msgstr ""
321
 
322
- #: contact_form.php:863
323
- #: contact_form.php:1001
324
- #: contact_form.php:1075
325
- #: contact_form.php:1423
326
  msgid "Go"
327
  msgstr ""
328
 
329
- #: contact_form.php:870
330
  msgid "Save emails to the database"
331
  msgstr ""
332
 
333
- #: contact_form.php:876
334
  msgid "Using"
335
  msgstr ""
336
 
337
- #: contact_form.php:876
338
- #: contact_form.php:1048
339
- #: contact_form.php:1051
340
- #: contact_form.php:1055
341
  msgid "powered by"
342
  msgstr ""
343
 
344
- #: contact_form.php:879
345
- #: contact_form.php:883
346
  msgid "Using Contact Form to DB powered by"
347
  msgstr ""
348
 
349
- #: contact_form.php:879
350
  #, fuzzy
351
  msgid "Activate Contact Form to DB"
352
  msgstr "Кантактная форма"
353
 
354
- #: contact_form.php:883
355
  #, fuzzy
356
  msgid "Download Contact Form to DB"
357
  msgstr "Кантактная форма"
358
 
359
- #: contact_form.php:888
360
  msgid "Additional options"
361
  msgstr "Дадатковыя наладкі"
362
 
363
- #: contact_form.php:890
364
  msgid "Show"
365
  msgstr ""
366
 
367
- #: contact_form.php:891
368
  msgid "Hide"
369
  msgstr ""
370
 
371
- #: contact_form.php:895
372
  msgid "What to use?"
373
  msgstr "Што выкарыстоўваць?"
374
 
375
- #: contact_form.php:898
376
  msgid "Wp-mail"
377
  msgstr "Wp-mail"
378
 
379
- #: contact_form.php:898
380
  msgid "You can use the wp_mail function for mailing"
381
  msgstr "Для адпраўкі пошты вы можаце выкарыстоўваць функцыю php mail"
382
 
383
- #: contact_form.php:900
384
  msgid "Mail"
385
  msgstr "Mail"
386
 
387
- #: contact_form.php:900
388
  msgid "To send mail you can use the php mail function"
389
  msgstr "Для адпраўкі пошты вы можаце выкарыстоўваць функцыю php mail"
390
 
391
- #: contact_form.php:904
392
  #, fuzzy
393
  msgid "The text in the 'From' field"
394
  msgstr "Зьмяніць тэкст для радка 'FROM' у лісьце"
395
 
396
- #: contact_form.php:906
397
  msgid "User name"
398
  msgstr ""
399
 
400
- #: contact_form.php:907
401
  #, fuzzy
402
  msgid "The name of the user who fills the form will be used in the field 'From'."
403
  msgstr "Адрас электроннай пошты карыстальніка, які запаўняе форму будзе выкарыстоўвацца ў поле 'From'."
404
 
405
- #: contact_form.php:910
406
  #, fuzzy
407
  msgid "This text will be used in the 'FROM' field"
408
  msgstr "Гэты адрас будзе выкарыстоўвацца ў поле 'From'"
409
 
410
- #: contact_form.php:914
411
  #, fuzzy
412
  msgid "The email address in the 'From' field"
413
  msgstr "Калі ласка, увядзіце адрас электроннай пошты ў поле 'From'"
414
 
415
- #: contact_form.php:916
416
  msgid "User email"
417
  msgstr ""
418
 
419
- #: contact_form.php:917
420
  #, fuzzy
421
  msgid "The email address of the user who fills the form will be used in the field 'From'."
422
  msgstr "Адрас электроннай пошты карыстальніка, які запаўняе форму будзе выкарыстоўвацца ў поле 'From'."
423
 
424
- #: contact_form.php:920
425
  msgid "This email address will be used in the 'From' field."
426
  msgstr "Гэты адрас будзе выкарыстоўвацца ў поле 'From'"
427
 
428
- #: contact_form.php:924
429
  #, fuzzy
430
  msgid "Required symbol"
431
  msgstr "Абавязковыя палі"
432
 
433
- #: contact_form.php:934
434
  msgid "Fields"
435
  msgstr ""
436
 
437
- #: contact_form.php:935
438
  msgid "Used"
439
  msgstr ""
440
 
441
- #: contact_form.php:936
442
  #, fuzzy
443
  msgid "Required"
444
  msgstr "Абавязковыя палі"
445
 
446
- #: contact_form.php:937
447
  msgid "Visible"
448
  msgstr ""
449
 
450
- #: contact_form.php:938
451
  msgid "Disabled for editing"
452
  msgstr ""
453
 
454
- #: contact_form.php:939
455
  msgid "Field's default value"
456
  msgstr ""
457
 
458
- #: contact_form.php:944
459
- #: contact_form.php:1287
460
- #: contact_form.php:2059
461
- #: contact_form.php:2089
462
  msgid "Name"
463
  msgstr "Імя"
464
 
465
- #: contact_form.php:952
466
- #: contact_form.php:1292
467
- #: contact_form.php:2063
468
- #: contact_form.php:2091
 
 
 
 
469
  #, fuzzy
470
  msgid "Address"
471
  msgstr "E-mail адрас:"
472
 
473
- #: contact_form.php:960
474
  #, fuzzy
475
  msgid "Email Address"
476
  msgstr "E-mail адрас:"
477
 
478
- #: contact_form.php:968
479
  #, fuzzy
480
  msgid "Phone number"
481
  msgstr "Тэлефон:"
482
 
483
- #: contact_form.php:976
484
- #: contact_form.php:1307
485
- #: contact_form.php:2073
486
- #: contact_form.php:2095
487
  msgid "Subject"
488
  msgstr "Тэма"
489
 
490
- #: contact_form.php:984
491
- #: contact_form.php:1311
492
- #: contact_form.php:2076
493
- #: contact_form.php:2096
494
  msgid "Message"
495
  msgstr "Паведамленьне"
496
 
497
- #: contact_form.php:1008
498
  #, fuzzy
499
  msgid "Attachment block"
500
  msgstr "Паказваць блок Прычапіць Файл"
501
 
502
- #: contact_form.php:1010
503
  msgid "Users can attach the following file formats"
504
  msgstr "Карыстальнікі могуць прычапляць файлы наступных тыпаў"
505
 
506
- #: contact_form.php:1023
507
  msgid "Add to the form"
508
  msgstr ""
509
 
510
- #: contact_form.php:1028
511
  #, fuzzy
512
  msgid "Tips below the Attachment"
513
  msgstr "Паказваць блок Прычапіць Файл"
514
 
515
- #: contact_form.php:1037
516
  #, fuzzy
517
  msgid "'Send me a copy' block"
518
  msgstr "Паказаць блок Адправіць мне копію"
519
 
520
- #: contact_form.php:1048
521
- #: contact_form.php:1051
522
- #: contact_form.php:1055
523
- #: contact_form.php:1321
524
  msgid "Captcha"
525
  msgstr ""
526
 
527
- #: contact_form.php:1051
528
  #, fuzzy
529
  msgid "Activate captcha"
530
  msgstr "Актываваныя пашырэньні"
531
 
532
- #: contact_form.php:1055
533
  #, fuzzy
534
  msgid "Download captcha"
535
  msgstr "Спампаваць"
536
 
537
- #: contact_form.php:1063
538
  msgid "Agreement checkbox"
539
  msgstr ""
540
 
541
- #: contact_form.php:1063
542
  msgid "Required checkbox for submitting the form"
543
  msgstr ""
544
 
545
- #: contact_form.php:1064
546
  msgid "Optional checkbox"
547
  msgstr ""
548
 
549
- #: contact_form.php:1064
550
  msgid "Optional checkbox, the results of which will be displayed in email"
551
  msgstr ""
552
 
553
- #: contact_form.php:1081
554
  msgid "Delete an attachment file from the server after the email is sent"
555
  msgstr ""
556
 
557
- #: contact_form.php:1087
558
  msgid "Email in HTML format sending"
559
  msgstr ""
560
 
561
- #: contact_form.php:1091
562
  #, fuzzy
563
  msgid "Display additional info in the email"
564
  msgstr "Паказ дадатковай інфармацыі ў лісьце"
565
 
566
- #: contact_form.php:1096
567
- #: contact_form.php:2026
568
- #: contact_form.php:2028
569
  msgid "Sent from (ip address)"
570
  msgstr "Адпраўлена ад (IP адрас)"
571
 
572
- #: contact_form.php:1096
573
  #, fuzzy
574
  msgid "Example: Sent from (IP address):\t127.0.0.1"
575
  msgstr "Адпраўлена ад (IP адрас)"
576
 
577
- #: contact_form.php:1097
578
- #: contact_form.php:2032
579
- #: contact_form.php:2034
580
  msgid "Date/Time"
581
  msgstr "Дата/Час"
582
 
583
- #: contact_form.php:1097
584
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
585
  msgstr ""
586
 
587
- #: contact_form.php:1098
588
- #: contact_form.php:2038
589
- #: contact_form.php:2040
590
  msgid "Sent from (referer)"
591
  msgstr "Прыйшло з "
592
 
593
- #: contact_form.php:1098
594
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
595
  msgstr ""
596
 
597
- #: contact_form.php:1099
598
- #: contact_form.php:2044
599
- #: contact_form.php:2046
600
  msgid "Using (user agent)"
601
  msgstr "Выкарыстоўваць (user agent)"
602
 
603
- #: contact_form.php:1099
604
  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"
605
  msgstr ""
606
 
607
- #: contact_form.php:1103
608
  msgid "Language settings for the field names in the form"
609
  msgstr "Моўныя наладкі для палёў у форме"
610
 
611
- #: contact_form.php:1112
612
  #, fuzzy
613
  msgid "Add a language"
614
  msgstr "Дадаць мову"
615
 
616
- #: contact_form.php:1116
617
  msgid "Change the names of the contact form fields and error messages"
618
  msgstr "Зьмяніць назвы палёў кантактнай формы й паведамленьняў аб памылках"
619
 
620
- #: contact_form.php:1121
621
- #: contact_form.php:1202
622
  msgid "English"
623
  msgstr "Ангельская"
624
 
625
- #: contact_form.php:1129
626
- #: contact_form.php:1163
627
  msgid "click to expand/hide the list"
628
  msgstr ""
629
 
630
- #: contact_form.php:1138
631
- #: contact_form.php:1172
632
  #, fuzzy
633
  msgid "Tips below the Attachment block"
634
  msgstr "Паказваць блок Прычапіць Файл"
635
 
636
- #: contact_form.php:1141
637
- #: contact_form.php:1175
638
  msgid "Error message for the Name field"
639
  msgstr "Паведамленьне аб памылкі для поля Імя Карыстальніка"
640
 
641
- #: contact_form.php:1142
642
- #: contact_form.php:1176
643
  #, fuzzy
644
  msgid "Error message for the Address field"
645
  msgstr "Паведамленьне аб памылкі для поля Паведамленьне"
646
 
647
- #: contact_form.php:1143
648
- #: contact_form.php:1177
649
  msgid "Error message for the Email field"
650
  msgstr "Паведамленьне аб памылкі для поля Электронная Пошта"
651
 
652
- #: contact_form.php:1144
653
- #: contact_form.php:1178
654
  msgid "Error message for the Phone field"
655
  msgstr "Паведамленьне аб памылкі для поля Тэлефон"
656
 
657
- #: contact_form.php:1145
658
- #: contact_form.php:1179
659
  msgid "Error message for the Subject field"
660
  msgstr "Паведамленьне аб памылкі для поля Тэма"
661
 
662
- #: contact_form.php:1146
663
- #: contact_form.php:1180
664
  msgid "Error message for the Message field"
665
  msgstr "Паведамленьне аб памылкі для поля Паведамленьне"
666
 
667
- #: contact_form.php:1147
668
- #: contact_form.php:1181
669
  #, fuzzy
670
  msgid "Error message about the file type for the Attachment field"
671
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
672
 
673
- #: contact_form.php:1148
674
- #: contact_form.php:1182
675
  #, fuzzy
676
  msgid "Error message while uploading a file for the Attachment field to the server"
677
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
678
 
679
- #: contact_form.php:1149
680
- #: contact_form.php:1183
681
  #, fuzzy
682
  msgid "Error message while moving the file for the Attachment field"
683
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
684
 
685
- #: contact_form.php:1150
686
- #: contact_form.php:1184
687
  #, fuzzy
688
  msgid "Error message when file size limit for the Attachment field is exceeded"
689
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
690
 
691
- #: contact_form.php:1151
692
- #: contact_form.php:1185
693
  msgid "Error message for the Captcha field"
694
  msgstr "Паведамленьне аб памылкі для поля Captcha"
695
 
696
- #: contact_form.php:1152
697
- #: contact_form.php:1186
698
  msgid "Error message for the whole form"
699
  msgstr "Паведамленьне аб памылцы для усёй формы"
700
 
701
- #: contact_form.php:1155
702
- #: contact_form.php:1157
703
- #: contact_form.php:1189
704
- #: contact_form.php:1191
705
- #: contact_form.php:1212
706
- #: contact_form.php:1214
707
- #: contact_form.php:1222
708
  #: contact_form.php:1224
 
 
 
 
 
 
 
709
  msgid "Use shortcode"
710
  msgstr "Выкарыстоўваць shortcode"
711
 
712
- #: contact_form.php:1155
713
- #: contact_form.php:1157
714
- #: contact_form.php:1189
715
- #: contact_form.php:1191
716
- #: contact_form.php:1212
717
- #: contact_form.php:1214
718
- #: contact_form.php:1222
719
  #: contact_form.php:1224
 
 
 
 
 
 
 
720
  msgid "for this language"
721
  msgstr "для дадзенай мовы"
722
 
723
- #: contact_form.php:1199
 
 
 
 
 
724
  msgid "Action after email is sent"
725
  msgstr "Дзеяньні пасьля адпраўкі ліста"
726
 
727
- #: contact_form.php:1201
728
  msgid "Display text"
729
  msgstr "Адлюстраваць тэкст"
730
 
731
- #: contact_form.php:1210
732
- #: contact_form.php:1220
733
  msgid "Text"
734
  msgstr "Тэкст"
735
 
736
- #: contact_form.php:1231
737
  msgid "Redirect to the page"
738
  msgstr "Перакінуць на старонку"
739
 
740
- #: contact_form.php:1232
741
  msgid "Url"
742
  msgstr "www-адрас"
743
 
744
- #: contact_form.php:1236
745
  msgid "The $_SERVER variable that is used to build a URL of the form"
746
  msgstr ""
747
 
748
- #: contact_form.php:1240
749
  msgid "If you are not sure whether to change this setting or not, please do not do that."
750
  msgstr ""
751
 
752
- #: contact_form.php:1246
753
- #: contact_form.php:1430
754
  msgid "Save Changes"
755
  msgstr "Захаваць зьмены"
756
 
757
- #: contact_form.php:1251
758
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
759
  msgstr ""
760
 
761
- #: contact_form.php:1252
762
  #, fuzzy
763
  msgid "Rate the plugin"
764
  msgstr "Рэкамэндаваныя да ўсталёўкі пашырэньні"
765
 
766
- #: contact_form.php:1255
767
  #, fuzzy
768
  msgid "If there is something wrong about it, please contact us"
769
  msgstr "Калі ў вас ёсьць якія небудзь пытаньні, зьвяртайцеся да plugin@bestwebsoft.com ці запоўніце кантактную форму на нашым сайце"
770
 
771
- #: contact_form.php:1267
772
  msgid "Errors output"
773
  msgstr ""
774
 
775
- #: contact_form.php:1270
776
  msgid "Display error messages"
777
  msgstr ""
778
 
779
- #: contact_form.php:1271
780
  msgid "Color of the input field errors."
781
  msgstr ""
782
 
783
- #: contact_form.php:1272
784
  #, fuzzy
785
  msgid "Display error messages & color of the input field errors"
786
  msgstr "Паведамленьне аб памылкі для поля Тэма"
787
 
788
- #: contact_form.php:1277
789
  msgid "Add placeholder to the input blocks"
790
  msgstr ""
791
 
792
- #: contact_form.php:1283
793
  #, fuzzy
794
  msgid "Add tooltips"
795
  msgstr "Дадатковыя наладкі"
796
 
797
- #: contact_form.php:1297
798
  #, fuzzy
799
  msgid "Email address"
800
  msgstr "E-mail адрас:"
801
 
802
- #: contact_form.php:1302
803
  #, fuzzy
804
  msgid "Phone Number"
805
  msgstr "Тэлефон:"
806
 
807
- #: contact_form.php:1316
808
  #, fuzzy
809
  msgid "Attachment"
810
  msgstr "Прычапіць файл:"
811
 
812
- #: contact_form.php:1321
813
  msgid "(powered by bestwebsoft.com)"
814
  msgstr ""
815
 
816
- #: contact_form.php:1326
817
  #, fuzzy
818
  msgid "Style options"
819
  msgstr "Дадатковыя наладкі"
820
 
821
- #: contact_form.php:1329
822
  msgid "Text color"
823
  msgstr ""
824
 
825
- #: contact_form.php:1332
826
- #: contact_form.php:1337
827
- #: contact_form.php:1347
828
- #: contact_form.php:1352
829
- #: contact_form.php:1357
830
- #: contact_form.php:1362
831
- #: contact_form.php:1372
832
- #: contact_form.php:1377
833
- #: contact_form.php:1383
834
- #: contact_form.php:1394
835
- #: contact_form.php:1399
836
- #: contact_form.php:1404
837
  msgid "Default"
838
  msgstr ""
839
 
840
- #: contact_form.php:1334
841
  msgid "Label text color"
842
  msgstr ""
843
 
844
- #: contact_form.php:1339
845
  msgid "Placeholder color"
846
  msgstr ""
847
 
848
- #: contact_form.php:1344
849
  msgid "Errors color"
850
  msgstr ""
851
 
852
- #: contact_form.php:1349
853
  msgid "Error text color"
854
  msgstr ""
855
 
856
- #: contact_form.php:1354
857
  msgid "Background color of the input field errors"
858
  msgstr ""
859
 
860
- #: contact_form.php:1359
861
  msgid "Border color of the input field errors"
862
  msgstr ""
863
 
864
- #: contact_form.php:1364
865
  msgid "Placeholder color of the input field errors"
866
  msgstr ""
867
 
868
- #: contact_form.php:1369
869
  #, fuzzy
870
  msgid "Input fields"
871
  msgstr "Адлюстраваць тэкст"
872
 
873
- #: contact_form.php:1374
874
  msgid "Input fields background color"
875
  msgstr ""
876
 
877
- #: contact_form.php:1379
878
  msgid "Text fields color"
879
  msgstr ""
880
 
881
- #: contact_form.php:1381
882
  msgid "Border width in px, numbers only"
883
  msgstr ""
884
 
885
- #: contact_form.php:1385
886
- #: contact_form.php:1406
887
  msgid "Border color"
888
  msgstr ""
889
 
890
- #: contact_form.php:1390
891
  #, fuzzy
892
  msgid "Submit button"
893
  msgstr "Адправіць"
894
 
895
- #: contact_form.php:1392
896
  msgid "Width in px, numbers only"
897
  msgstr ""
898
 
899
- #: contact_form.php:1396
900
  msgid "Button color"
901
  msgstr ""
902
 
903
- #: contact_form.php:1401
904
  msgid "Button text color"
905
  msgstr ""
906
 
907
- #: contact_form.php:1434
908
  #, fuzzy
909
  msgid "Contact Form Pro | Preview"
910
  msgstr "Кантактная форма"
911
 
912
- #: contact_form.php:1437
913
  msgid "Show with errors"
914
  msgstr ""
915
 
916
- #: contact_form.php:1445
917
- #: contact_form.php:1447
918
  msgid "Please enter your full name..."
919
  msgstr ""
920
 
921
- #: contact_form.php:1458
922
- #: contact_form.php:1460
923
  msgid "Please enter your address..."
924
  msgstr ""
925
 
926
- #: contact_form.php:1469
927
- #: contact_form.php:1471
928
  #, fuzzy
929
  msgid "Please enter your email address..."
930
  msgstr "Выкарыстоўваць гэты email-адрас:"
931
 
932
- #: contact_form.php:1480
933
- #: contact_form.php:1482
934
  msgid "Please enter your phone number..."
935
  msgstr ""
936
 
937
- #: contact_form.php:1491
938
- #: contact_form.php:1493
939
  msgid "Please enter subject..."
940
  msgstr ""
941
 
942
- #: contact_form.php:1501
943
- #: contact_form.php:1503
944
  msgid "Please enter your message..."
945
  msgstr ""
946
 
947
- #: contact_form.php:1545
948
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
949
  msgstr ""
950
 
951
- #: contact_form.php:1547
952
  msgid "Please, go to"
953
  msgstr ""
954
 
955
- #: contact_form.php:1547
956
  #, fuzzy
957
  msgid "the setting page"
958
  msgstr "Наладкі"
959
 
960
- #: contact_form.php:1548
961
  msgid "You will be redirected automatically in 5 seconds."
962
  msgstr ""
963
 
964
- #: contact_form.php:1553
965
  msgid "You can download and activate"
966
  msgstr ""
967
 
968
- #: contact_form.php:1555
969
  msgid "version of this plugin by entering Your license key."
970
  msgstr ""
971
 
972
- #: contact_form.php:1557
973
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
974
  msgstr ""
975
 
976
- #: contact_form.php:1559
977
  msgid "(your username is the email you specify when purchasing the product)."
978
  msgstr ""
979
 
980
- #: contact_form.php:1567
981
- #: contact_form.php:1577
982
- msgid "Go!"
983
- msgstr ""
 
984
 
985
- #: contact_form.php:1647
986
  msgid "Sorry, email message could not be delivered."
987
  msgstr "Прабачце, вашая электронная пошта не можа быць адпраўленай."
988
 
989
- #: contact_form.php:2053
990
  msgid "Contact from"
991
  msgstr "Кантактная форма"
992
 
993
- #: contact_form.php:2066
994
- #: contact_form.php:2092
995
  msgid "Email"
996
  msgstr "Электронная пошта"
997
 
998
- #: contact_form.php:2070
999
- #: contact_form.php:2094
1000
  msgid "Phone"
1001
  msgstr "Тэлефон"
1002
 
1003
- #: contact_form.php:2079
1004
- #: contact_form.php:2097
1005
  msgid "Site"
1006
  msgstr "Сайт"
1007
 
1008
- #: contact_form.php:2160
1009
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1010
  msgstr "Калі вы бачыце гэты MIME, значыць гэты тып не падтрымліваецца вашым паштовым кліентам!"
1011
 
1012
- #: contact_form.php:2229
1013
- msgid "FAQ"
1014
- msgstr "Пытаньні й адказы"
1015
-
1016
- #: contact_form.php:2230
1017
  msgid "Support"
1018
  msgstr "Падтрымка"
1019
 
1020
- #: contact_form.php:2280
1021
  msgid "Are you sure that you want to delete this language data?"
1022
  msgstr "Вы сапраўды хочаце выдаліць дадзеныя для гэтай мовы?"
1023
 
1024
- #: contact_form.php:2476
1025
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
1026
  msgstr ""
1027
 
1028
- #: contact_form.php:2477
1029
  msgid "Extend standard plugin functionality with new great options."
1030
  msgstr ""
1031
 
1032
- #: contact_form.php:2492
1033
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1034
  msgstr ""
1035
 
1036
- #: contact_form.php:2493
1037
  msgid "Manage messages that have been sent from your website."
1038
  msgstr ""
1039
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-08 14:52+0300\n"
6
+ "PO-Revision-Date: 2014-07-08 14:52+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Sakałoŭ Alaksiej <nullbsd@gmail.com>\n"
9
  "Language: be_BY\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:74
20
+ #: contact_form.php:845
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Наладкі кантактнай формы"
24
 
25
+ #: contact_form.php:74
26
  msgid "Contact Form"
27
  msgstr "Кантактная форма"
28
 
29
+ #: contact_form.php:150
30
+ #: contact_form.php:1200
31
+ #: contact_form.php:1234
32
  msgid "Name:"
33
  msgstr "Імя:"
34
 
35
+ #: contact_form.php:151
36
+ #: contact_form.php:1201
37
+ #: contact_form.php:1235
38
  #, fuzzy
39
  msgid "Address:"
40
  msgstr "E-mail адрас:"
41
 
42
+ #: contact_form.php:152
43
+ #: contact_form.php:1202
44
+ #: contact_form.php:1236
45
  msgid "Email Address:"
46
  msgstr "E-mail адрас:"
47
 
48
+ #: contact_form.php:153
49
+ #: contact_form.php:1203
50
+ #: contact_form.php:1237
51
  msgid "Phone number:"
52
  msgstr "Тэлефон:"
53
 
54
+ #: contact_form.php:154
55
+ #: contact_form.php:1204
56
+ #: contact_form.php:1238
57
  msgid "Subject:"
58
  msgstr "Тэма:"
59
 
60
+ #: contact_form.php:155
61
+ #: contact_form.php:1205
62
+ #: contact_form.php:1239
63
  msgid "Message:"
64
  msgstr "Паведамленьне:"
65
 
66
+ #: contact_form.php:156
67
+ #: contact_form.php:1206
68
+ #: contact_form.php:1240
69
  msgid "Attachment:"
70
  msgstr "Прычапіць файл:"
71
 
72
+ #: contact_form.php:157
73
  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"
74
  msgstr ""
75
 
76
+ #: contact_form.php:158
77
+ #: contact_form.php:1208
78
+ #: contact_form.php:1242
79
  msgid "Send me a copy"
80
  msgstr "Адправіць мне копію"
81
 
82
+ #: contact_form.php:159
83
+ #: contact_form.php:1209
84
+ #: contact_form.php:1243
85
  msgid "Submit"
86
  msgstr "Адправіць"
87
 
88
+ #: contact_form.php:160
89
  msgid "Your name is required."
90
  msgstr "Вашае імя - гэта абавязковы радок."
91
 
92
+ #: contact_form.php:161
93
  #, fuzzy
94
  msgid "Address is required."
95
  msgstr "Радок e-mail адраса - обавязковы да запаўненьня"
96
 
97
+ #: contact_form.php:162
98
  #, fuzzy
99
  msgid "A valid email address is required."
100
  msgstr "Радок e-mail адраса - обавязковы да запаўненьня"
101
 
102
+ #: contact_form.php:163
103
  msgid "Phone number is required."
104
  msgstr "Вашае імя - абавязковае поле."
105
 
106
+ #: contact_form.php:164
107
  msgid "Subject is required."
108
  msgstr "Поле Тэма - абавязковае."
109
 
110
+ #: contact_form.php:165
111
  msgid "Message text is required."
112
  msgstr "Радок паведамленьня - абавязковы."
113
 
114
+ #: contact_form.php:166
115
  msgid "File format is not valid."
116
  msgstr "Фармат файла не зьяўляецца дапушчальным."
117
 
118
+ #: contact_form.php:167
119
  msgid "File upload error."
120
  msgstr ""
121
 
122
+ #: contact_form.php:168
123
  msgid "The file could not be uploaded."
124
  msgstr ""
125
 
126
+ #: contact_form.php:169
127
  msgid "This file is too large."
128
  msgstr ""
129
 
130
+ #: contact_form.php:170
131
  msgid "Please fill out the CAPTCHA."
132
  msgstr "Калі ласка, запоўніце сымбалі з выявы."
133
 
134
+ #: contact_form.php:171
135
  msgid "Please make corrections below and try again."
136
  msgstr "Калі ласка, зрабіце выпраўленьне ў радках ніжэй ды паўтарыце працэдуру"
137
 
138
+ #: contact_form.php:173
139
  msgid "Thank you for contacting us."
140
  msgstr "Дзякуем за кантакт з намі."
141
 
142
+ #: contact_form.php:369
143
  #, fuzzy
144
  msgid "requires"
145
  msgstr "Абавязковыя палі"
146
 
147
+ #: contact_form.php:369
148
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
149
  msgstr ""
150
 
151
+ #: contact_form.php:369
152
  msgid "Back to the WordPress"
153
  msgstr ""
154
 
155
+ #: contact_form.php:369
156
  #, fuzzy
157
  msgid "Plugins page"
158
  msgstr "Плагины BWS"
159
 
160
+ #: contact_form.php:677
161
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
162
  msgstr "Калі наладка 'Перайсьці на старонку' абрана, тады URL павінен быць запоўнены ў наступным фармаце"
163
 
164
+ #: contact_form.php:686
165
  msgid "Such user does not exist. Settings are not saved."
166
  msgstr "Дадзены карыстальнік ня знойдзен. Наладкі не захаваны"
167
 
168
+ #: contact_form.php:690
169
+ #: contact_form.php:696
170
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
171
  msgstr "Калі ласка, увядзіце карэктны адрас для радка 'FROM'. Наладкі не захаваны."
172
 
173
+ #: contact_form.php:721
174
  #, fuzzy
175
  msgid "Settings saved."
176
  msgstr "Наладкі захаваны."
177
 
178
+ #: contact_form.php:748
179
+ #: contact_form.php:780
180
  msgid "Wrong license key"
181
  msgstr ""
182
 
183
+ #: contact_form.php:773
184
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
185
  msgstr ""
186
 
187
+ #: contact_form.php:782
188
  msgid "This license key is bind to another site"
189
  msgstr ""
190
 
191
+ #: contact_form.php:784
192
+ #: contact_form.php:1645
193
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
194
  msgstr ""
195
 
196
+ #: contact_form.php:801
197
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
198
  msgstr ""
199
 
200
+ #: contact_form.php:807
201
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
202
  msgstr ""
203
 
204
+ #: contact_form.php:811
205
+ #: contact_form.php:820
206
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
207
  msgstr ""
208
 
209
+ #: contact_form.php:824
210
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
211
  msgstr ""
212
 
213
+ #: contact_form.php:839
214
  #, fuzzy
215
  msgid "Please, enter Your license key"
216
  msgstr "Выкарыстоўваць гэты email-адрас:"
217
 
218
+ #: contact_form.php:847
219
+ #: contact_form.php:2306
220
+ #: contact_form.php:2318
221
  msgid "Settings"
222
  msgstr "Наладкі"
223
 
224
+ #: contact_form.php:848
225
  #, fuzzy
226
  msgid "Extra settings"
227
  msgstr "Наладкі"
228
 
229
+ #: contact_form.php:849
230
+ #: contact_form.php:2319
231
+ msgid "FAQ"
232
+ msgstr "Пытаньні й адказы"
233
+
234
+ #: contact_form.php:850
235
  msgid "Go PRO"
236
  msgstr ""
237
 
238
+ #: contact_form.php:853
239
  msgid "Notice:"
240
  msgstr ""
241
 
242
+ #: contact_form.php:853
243
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
244
  msgstr ""
245
 
246
+ #: contact_form.php:859
247
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
248
  msgstr ""
249
 
250
+ #: contact_form.php:865
251
+ #: contact_form.php:870
252
+ #: contact_form.php:1604
253
  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:"
254
  msgstr "Калі вы жадаеце дадаць Кантактную Форму на свой сайт, тады вам неабходна толькі скапіяваць ды ўставіць Shortcode у канктэнт старонкі, ці запісу, ці аздабленьня:"
255
 
256
+ #: contact_form.php:865
257
+ #: contact_form.php:866
258
+ #: contact_form.php:870
259
+ #: contact_form.php:871
260
+ #: contact_form.php:1224
261
+ #: contact_form.php:1226
262
+ #: contact_form.php:1287
263
+ #: contact_form.php:1289
264
  msgid "or"
265
  msgstr ""
266
 
267
+ #: contact_form.php:866
268
+ #: contact_form.php:871
269
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
270
  msgstr ""
271
 
272
+ #: contact_form.php:867
273
+ #: contact_form.php:872
274
  msgid "They work the same way."
275
  msgstr ""
276
 
277
+ #: contact_form.php:868
278
+ #: contact_form.php:873
279
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
280
  msgstr "Калі інфармацыя ў палях ніжэй адсутнічае, паведамленьне будзе адпраўлена на email адрас, які быў указаны пры рэгістрацыі на сайце."
281
 
282
+ #: contact_form.php:878
283
  msgid "The user's email address:"
284
  msgstr "Электронны адрас карыстальніка:"
285
 
286
+ #: contact_form.php:882
287
  msgid "Create a username"
288
  msgstr "Абярыце імя карыстальніка"
289
 
290
+ #: contact_form.php:889
291
  msgid "Enter a username of the person who should get the messages from the contact form."
292
  msgstr "Увядзіце імя карыстальніка, які будзе атрымліваць паведамленьні кантактнай формы."
293
 
294
+ #: contact_form.php:893
295
  msgid "Use this email address:"
296
  msgstr "Выкарыстоўваць гэты email-адрас:"
297
 
298
+ #: contact_form.php:896
299
  msgid "Enter the email address you want the messages forwarded to."
300
  msgstr "Увядзіце адрас, на які хочаце перанакіраваць паведамленьне."
301
 
302
+ #: contact_form.php:905
303
  msgid "Add department selectbox to the contact form:"
304
  msgstr ""
305
 
306
+ #: contact_form.php:913
307
+ #: contact_form.php:1487
308
  msgid "If you upgrade to Pro version all your settings will be saved."
309
  msgstr ""
310
 
311
+ #: contact_form.php:920
312
+ #: contact_form.php:1066
313
+ #: contact_form.php:1140
314
+ #: contact_form.php:1494
315
  msgid "Unlock premium options by upgrading to a PRO version."
316
  msgstr ""
317
 
318
+ #: contact_form.php:921
319
+ #: contact_form.php:1067
320
+ #: contact_form.php:1141
321
+ #: contact_form.php:1495
322
+ #: contact_form.php:2574
323
+ #: contact_form.php:2590
324
  msgid "Learn More"
325
  msgstr ""
326
 
327
+ #: contact_form.php:924
328
+ #: contact_form.php:1070
329
+ #: contact_form.php:1144
330
+ #: contact_form.php:1498
331
  msgid "Go"
332
  msgstr ""
333
 
334
+ #: contact_form.php:931
335
  msgid "Save emails to the database"
336
  msgstr ""
337
 
338
+ #: contact_form.php:937
339
  msgid "Using"
340
  msgstr ""
341
 
342
+ #: contact_form.php:937
343
+ #: contact_form.php:1117
344
+ #: contact_form.php:1120
345
+ #: contact_form.php:1124
346
  msgid "powered by"
347
  msgstr ""
348
 
349
+ #: contact_form.php:940
350
+ #: contact_form.php:944
351
  msgid "Using Contact Form to DB powered by"
352
  msgstr ""
353
 
354
+ #: contact_form.php:940
355
  #, fuzzy
356
  msgid "Activate Contact Form to DB"
357
  msgstr "Кантактная форма"
358
 
359
+ #: contact_form.php:944
360
  #, fuzzy
361
  msgid "Download Contact Form to DB"
362
  msgstr "Кантактная форма"
363
 
364
+ #: contact_form.php:949
365
  msgid "Additional options"
366
  msgstr "Дадатковыя наладкі"
367
 
368
+ #: contact_form.php:951
369
  msgid "Show"
370
  msgstr ""
371
 
372
+ #: contact_form.php:952
373
  msgid "Hide"
374
  msgstr ""
375
 
376
+ #: contact_form.php:956
377
  msgid "What to use?"
378
  msgstr "Што выкарыстоўваць?"
379
 
380
+ #: contact_form.php:959
381
  msgid "Wp-mail"
382
  msgstr "Wp-mail"
383
 
384
+ #: contact_form.php:959
385
  msgid "You can use the wp_mail function for mailing"
386
  msgstr "Для адпраўкі пошты вы можаце выкарыстоўваць функцыю php mail"
387
 
388
+ #: contact_form.php:961
389
  msgid "Mail"
390
  msgstr "Mail"
391
 
392
+ #: contact_form.php:961
393
  msgid "To send mail you can use the php mail function"
394
  msgstr "Для адпраўкі пошты вы можаце выкарыстоўваць функцыю php mail"
395
 
396
+ #: contact_form.php:965
397
  #, fuzzy
398
  msgid "The text in the 'From' field"
399
  msgstr "Зьмяніць тэкст для радка 'FROM' у лісьце"
400
 
401
+ #: contact_form.php:967
402
  msgid "User name"
403
  msgstr ""
404
 
405
+ #: contact_form.php:968
406
  #, fuzzy
407
  msgid "The name of the user who fills the form will be used in the field 'From'."
408
  msgstr "Адрас электроннай пошты карыстальніка, які запаўняе форму будзе выкарыстоўвацца ў поле 'From'."
409
 
410
+ #: contact_form.php:971
411
  #, fuzzy
412
  msgid "This text will be used in the 'FROM' field"
413
  msgstr "Гэты адрас будзе выкарыстоўвацца ў поле 'From'"
414
 
415
+ #: contact_form.php:975
416
  #, fuzzy
417
  msgid "The email address in the 'From' field"
418
  msgstr "Калі ласка, увядзіце адрас электроннай пошты ў поле 'From'"
419
 
420
+ #: contact_form.php:977
421
  msgid "User email"
422
  msgstr ""
423
 
424
+ #: contact_form.php:978
425
  #, fuzzy
426
  msgid "The email address of the user who fills the form will be used in the field 'From'."
427
  msgstr "Адрас электроннай пошты карыстальніка, які запаўняе форму будзе выкарыстоўвацца ў поле 'From'."
428
 
429
+ #: contact_form.php:981
430
  msgid "This email address will be used in the 'From' field."
431
  msgstr "Гэты адрас будзе выкарыстоўвацца ў поле 'From'"
432
 
433
+ #: contact_form.php:985
434
  #, fuzzy
435
  msgid "Required symbol"
436
  msgstr "Абавязковыя палі"
437
 
438
+ #: contact_form.php:995
439
  msgid "Fields"
440
  msgstr ""
441
 
442
+ #: contact_form.php:996
443
  msgid "Used"
444
  msgstr ""
445
 
446
+ #: contact_form.php:997
447
  #, fuzzy
448
  msgid "Required"
449
  msgstr "Абавязковыя палі"
450
 
451
+ #: contact_form.php:998
452
  msgid "Visible"
453
  msgstr ""
454
 
455
+ #: contact_form.php:999
456
  msgid "Disabled for editing"
457
  msgstr ""
458
 
459
+ #: contact_form.php:1000
460
  msgid "Field's default value"
461
  msgstr ""
462
 
463
+ #: contact_form.php:1005
464
+ #: contact_form.php:1362
465
+ #: contact_form.php:2125
466
+ #: contact_form.php:2161
467
  msgid "Name"
468
  msgstr "Імя"
469
 
470
+ #: contact_form.php:1013
471
+ msgid "Location selectbox"
472
+ msgstr ""
473
+
474
+ #: contact_form.php:1021
475
+ #: contact_form.php:1367
476
+ #: contact_form.php:2131
477
+ #: contact_form.php:2165
478
  #, fuzzy
479
  msgid "Address"
480
  msgstr "E-mail адрас:"
481
 
482
+ #: contact_form.php:1029
483
  #, fuzzy
484
  msgid "Email Address"
485
  msgstr "E-mail адрас:"
486
 
487
+ #: contact_form.php:1037
488
  #, fuzzy
489
  msgid "Phone number"
490
  msgstr "Тэлефон:"
491
 
492
+ #: contact_form.php:1045
493
+ #: contact_form.php:1382
494
+ #: contact_form.php:2146
495
+ #: contact_form.php:2174
496
  msgid "Subject"
497
  msgstr "Тэма"
498
 
499
+ #: contact_form.php:1053
500
+ #: contact_form.php:1386
501
+ #: contact_form.php:2149
502
+ #: contact_form.php:2176
503
  msgid "Message"
504
  msgstr "Паведамленьне"
505
 
506
+ #: contact_form.php:1077
507
  #, fuzzy
508
  msgid "Attachment block"
509
  msgstr "Паказваць блок Прычапіць Файл"
510
 
511
+ #: contact_form.php:1079
512
  msgid "Users can attach the following file formats"
513
  msgstr "Карыстальнікі могуць прычапляць файлы наступных тыпаў"
514
 
515
+ #: contact_form.php:1092
516
  msgid "Add to the form"
517
  msgstr ""
518
 
519
+ #: contact_form.php:1097
520
  #, fuzzy
521
  msgid "Tips below the Attachment"
522
  msgstr "Паказваць блок Прычапіць Файл"
523
 
524
+ #: contact_form.php:1106
525
  #, fuzzy
526
  msgid "'Send me a copy' block"
527
  msgstr "Паказаць блок Адправіць мне копію"
528
 
529
+ #: contact_form.php:1117
530
+ #: contact_form.php:1120
531
+ #: contact_form.php:1124
532
+ #: contact_form.php:1396
533
  msgid "Captcha"
534
  msgstr ""
535
 
536
+ #: contact_form.php:1120
537
  #, fuzzy
538
  msgid "Activate captcha"
539
  msgstr "Актываваныя пашырэньні"
540
 
541
+ #: contact_form.php:1124
542
  #, fuzzy
543
  msgid "Download captcha"
544
  msgstr "Спампаваць"
545
 
546
+ #: contact_form.php:1132
547
  msgid "Agreement checkbox"
548
  msgstr ""
549
 
550
+ #: contact_form.php:1132
551
  msgid "Required checkbox for submitting the form"
552
  msgstr ""
553
 
554
+ #: contact_form.php:1133
555
  msgid "Optional checkbox"
556
  msgstr ""
557
 
558
+ #: contact_form.php:1133
559
  msgid "Optional checkbox, the results of which will be displayed in email"
560
  msgstr ""
561
 
562
+ #: contact_form.php:1150
563
  msgid "Delete an attachment file from the server after the email is sent"
564
  msgstr ""
565
 
566
+ #: contact_form.php:1156
567
  msgid "Email in HTML format sending"
568
  msgstr ""
569
 
570
+ #: contact_form.php:1160
571
  #, fuzzy
572
  msgid "Display additional info in the email"
573
  msgstr "Паказ дадатковай інфармацыі ў лісьце"
574
 
575
+ #: contact_form.php:1165
576
+ #: contact_form.php:2092
577
+ #: contact_form.php:2094
578
  msgid "Sent from (ip address)"
579
  msgstr "Адпраўлена ад (IP адрас)"
580
 
581
+ #: contact_form.php:1165
582
  #, fuzzy
583
  msgid "Example: Sent from (IP address):\t127.0.0.1"
584
  msgstr "Адпраўлена ад (IP адрас)"
585
 
586
+ #: contact_form.php:1166
587
+ #: contact_form.php:2098
588
+ #: contact_form.php:2100
589
  msgid "Date/Time"
590
  msgstr "Дата/Час"
591
 
592
+ #: contact_form.php:1166
593
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
594
  msgstr ""
595
 
596
+ #: contact_form.php:1167
597
+ #: contact_form.php:2104
598
+ #: contact_form.php:2106
599
  msgid "Sent from (referer)"
600
  msgstr "Прыйшло з "
601
 
602
+ #: contact_form.php:1167
603
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
604
  msgstr ""
605
 
606
+ #: contact_form.php:1168
607
+ #: contact_form.php:2110
608
+ #: contact_form.php:2112
609
  msgid "Using (user agent)"
610
  msgstr "Выкарыстоўваць (user agent)"
611
 
612
+ #: contact_form.php:1168
613
  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"
614
  msgstr ""
615
 
616
+ #: contact_form.php:1172
617
  msgid "Language settings for the field names in the form"
618
  msgstr "Моўныя наладкі для палёў у форме"
619
 
620
+ #: contact_form.php:1181
621
  #, fuzzy
622
  msgid "Add a language"
623
  msgstr "Дадаць мову"
624
 
625
+ #: contact_form.php:1185
626
  msgid "Change the names of the contact form fields and error messages"
627
  msgstr "Зьмяніць назвы палёў кантактнай формы й паведамленьняў аб памылках"
628
 
629
+ #: contact_form.php:1190
630
+ #: contact_form.php:1277
631
  msgid "English"
632
  msgstr "Ангельская"
633
 
634
+ #: contact_form.php:1198
635
+ #: contact_form.php:1232
636
  msgid "click to expand/hide the list"
637
  msgstr ""
638
 
639
+ #: contact_form.php:1207
640
+ #: contact_form.php:1241
641
  #, fuzzy
642
  msgid "Tips below the Attachment block"
643
  msgstr "Паказваць блок Прычапіць Файл"
644
 
645
+ #: contact_form.php:1210
646
+ #: contact_form.php:1244
647
  msgid "Error message for the Name field"
648
  msgstr "Паведамленьне аб памылкі для поля Імя Карыстальніка"
649
 
650
+ #: contact_form.php:1211
651
+ #: contact_form.php:1245
652
  #, fuzzy
653
  msgid "Error message for the Address field"
654
  msgstr "Паведамленьне аб памылкі для поля Паведамленьне"
655
 
656
+ #: contact_form.php:1212
657
+ #: contact_form.php:1246
658
  msgid "Error message for the Email field"
659
  msgstr "Паведамленьне аб памылкі для поля Электронная Пошта"
660
 
661
+ #: contact_form.php:1213
662
+ #: contact_form.php:1247
663
  msgid "Error message for the Phone field"
664
  msgstr "Паведамленьне аб памылкі для поля Тэлефон"
665
 
666
+ #: contact_form.php:1214
667
+ #: contact_form.php:1248
668
  msgid "Error message for the Subject field"
669
  msgstr "Паведамленьне аб памылкі для поля Тэма"
670
 
671
+ #: contact_form.php:1215
672
+ #: contact_form.php:1249
673
  msgid "Error message for the Message field"
674
  msgstr "Паведамленьне аб памылкі для поля Паведамленьне"
675
 
676
+ #: contact_form.php:1216
677
+ #: contact_form.php:1250
678
  #, fuzzy
679
  msgid "Error message about the file type for the Attachment field"
680
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
681
 
682
+ #: contact_form.php:1217
683
+ #: contact_form.php:1251
684
  #, fuzzy
685
  msgid "Error message while uploading a file for the Attachment field to the server"
686
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
687
 
688
+ #: contact_form.php:1218
689
+ #: contact_form.php:1252
690
  #, fuzzy
691
  msgid "Error message while moving the file for the Attachment field"
692
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
693
 
694
+ #: contact_form.php:1219
695
+ #: contact_form.php:1253
696
  #, fuzzy
697
  msgid "Error message when file size limit for the Attachment field is exceeded"
698
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
699
 
700
+ #: contact_form.php:1220
701
+ #: contact_form.php:1254
702
  msgid "Error message for the Captcha field"
703
  msgstr "Паведамленьне аб памылкі для поля Captcha"
704
 
705
+ #: contact_form.php:1221
706
+ #: contact_form.php:1255
707
  msgid "Error message for the whole form"
708
  msgstr "Паведамленьне аб памылцы для усёй формы"
709
 
 
 
 
 
 
 
 
710
  #: contact_form.php:1224
711
+ #: contact_form.php:1226
712
+ #: contact_form.php:1258
713
+ #: contact_form.php:1260
714
+ #: contact_form.php:1287
715
+ #: contact_form.php:1289
716
+ #: contact_form.php:1297
717
+ #: contact_form.php:1299
718
  msgid "Use shortcode"
719
  msgstr "Выкарыстоўваць shortcode"
720
 
 
 
 
 
 
 
 
721
  #: contact_form.php:1224
722
+ #: contact_form.php:1226
723
+ #: contact_form.php:1258
724
+ #: contact_form.php:1260
725
+ #: contact_form.php:1287
726
+ #: contact_form.php:1289
727
+ #: contact_form.php:1297
728
+ #: contact_form.php:1299
729
  msgid "for this language"
730
  msgstr "для дадзенай мовы"
731
 
732
+ #: contact_form.php:1268
733
+ #, fuzzy
734
+ msgid "Use the changed names of the contact form fields in the email"
735
+ msgstr "Зьмяніць назвы палёў кантактнай формы й паведамленьняў аб памылках"
736
+
737
+ #: contact_form.php:1274
738
  msgid "Action after email is sent"
739
  msgstr "Дзеяньні пасьля адпраўкі ліста"
740
 
741
+ #: contact_form.php:1276
742
  msgid "Display text"
743
  msgstr "Адлюстраваць тэкст"
744
 
745
+ #: contact_form.php:1285
746
+ #: contact_form.php:1295
747
  msgid "Text"
748
  msgstr "Тэкст"
749
 
750
+ #: contact_form.php:1306
751
  msgid "Redirect to the page"
752
  msgstr "Перакінуць на старонку"
753
 
754
+ #: contact_form.php:1307
755
  msgid "Url"
756
  msgstr "www-адрас"
757
 
758
+ #: contact_form.php:1311
759
  msgid "The $_SERVER variable that is used to build a URL of the form"
760
  msgstr ""
761
 
762
+ #: contact_form.php:1315
763
  msgid "If you are not sure whether to change this setting or not, please do not do that."
764
  msgstr ""
765
 
766
+ #: contact_form.php:1321
767
+ #: contact_form.php:1505
768
  msgid "Save Changes"
769
  msgstr "Захаваць зьмены"
770
 
771
+ #: contact_form.php:1326
772
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
773
  msgstr ""
774
 
775
+ #: contact_form.php:1327
776
  #, fuzzy
777
  msgid "Rate the plugin"
778
  msgstr "Рэкамэндаваныя да ўсталёўкі пашырэньні"
779
 
780
+ #: contact_form.php:1330
781
  #, fuzzy
782
  msgid "If there is something wrong about it, please contact us"
783
  msgstr "Калі ў вас ёсьць якія небудзь пытаньні, зьвяртайцеся да plugin@bestwebsoft.com ці запоўніце кантактную форму на нашым сайце"
784
 
785
+ #: contact_form.php:1342
786
  msgid "Errors output"
787
  msgstr ""
788
 
789
+ #: contact_form.php:1345
790
  msgid "Display error messages"
791
  msgstr ""
792
 
793
+ #: contact_form.php:1346
794
  msgid "Color of the input field errors."
795
  msgstr ""
796
 
797
+ #: contact_form.php:1347
798
  #, fuzzy
799
  msgid "Display error messages & color of the input field errors"
800
  msgstr "Паведамленьне аб памылкі для поля Тэма"
801
 
802
+ #: contact_form.php:1352
803
  msgid "Add placeholder to the input blocks"
804
  msgstr ""
805
 
806
+ #: contact_form.php:1358
807
  #, fuzzy
808
  msgid "Add tooltips"
809
  msgstr "Дадатковыя наладкі"
810
 
811
+ #: contact_form.php:1372
812
  #, fuzzy
813
  msgid "Email address"
814
  msgstr "E-mail адрас:"
815
 
816
+ #: contact_form.php:1377
817
  #, fuzzy
818
  msgid "Phone Number"
819
  msgstr "Тэлефон:"
820
 
821
+ #: contact_form.php:1391
822
  #, fuzzy
823
  msgid "Attachment"
824
  msgstr "Прычапіць файл:"
825
 
826
+ #: contact_form.php:1396
827
  msgid "(powered by bestwebsoft.com)"
828
  msgstr ""
829
 
830
+ #: contact_form.php:1401
831
  #, fuzzy
832
  msgid "Style options"
833
  msgstr "Дадатковыя наладкі"
834
 
835
+ #: contact_form.php:1404
836
  msgid "Text color"
837
  msgstr ""
838
 
839
+ #: contact_form.php:1407
840
+ #: contact_form.php:1412
841
+ #: contact_form.php:1422
842
+ #: contact_form.php:1427
843
+ #: contact_form.php:1432
844
+ #: contact_form.php:1437
845
+ #: contact_form.php:1447
846
+ #: contact_form.php:1452
847
+ #: contact_form.php:1458
848
+ #: contact_form.php:1469
849
+ #: contact_form.php:1474
850
+ #: contact_form.php:1479
851
  msgid "Default"
852
  msgstr ""
853
 
854
+ #: contact_form.php:1409
855
  msgid "Label text color"
856
  msgstr ""
857
 
858
+ #: contact_form.php:1414
859
  msgid "Placeholder color"
860
  msgstr ""
861
 
862
+ #: contact_form.php:1419
863
  msgid "Errors color"
864
  msgstr ""
865
 
866
+ #: contact_form.php:1424
867
  msgid "Error text color"
868
  msgstr ""
869
 
870
+ #: contact_form.php:1429
871
  msgid "Background color of the input field errors"
872
  msgstr ""
873
 
874
+ #: contact_form.php:1434
875
  msgid "Border color of the input field errors"
876
  msgstr ""
877
 
878
+ #: contact_form.php:1439
879
  msgid "Placeholder color of the input field errors"
880
  msgstr ""
881
 
882
+ #: contact_form.php:1444
883
  #, fuzzy
884
  msgid "Input fields"
885
  msgstr "Адлюстраваць тэкст"
886
 
887
+ #: contact_form.php:1449
888
  msgid "Input fields background color"
889
  msgstr ""
890
 
891
+ #: contact_form.php:1454
892
  msgid "Text fields color"
893
  msgstr ""
894
 
895
+ #: contact_form.php:1456
896
  msgid "Border width in px, numbers only"
897
  msgstr ""
898
 
899
+ #: contact_form.php:1460
900
+ #: contact_form.php:1481
901
  msgid "Border color"
902
  msgstr ""
903
 
904
+ #: contact_form.php:1465
905
  #, fuzzy
906
  msgid "Submit button"
907
  msgstr "Адправіць"
908
 
909
+ #: contact_form.php:1467
910
  msgid "Width in px, numbers only"
911
  msgstr ""
912
 
913
+ #: contact_form.php:1471
914
  msgid "Button color"
915
  msgstr ""
916
 
917
+ #: contact_form.php:1476
918
  msgid "Button text color"
919
  msgstr ""
920
 
921
+ #: contact_form.php:1509
922
  #, fuzzy
923
  msgid "Contact Form Pro | Preview"
924
  msgstr "Кантактная форма"
925
 
926
+ #: contact_form.php:1512
927
  msgid "Show with errors"
928
  msgstr ""
929
 
930
+ #: contact_form.php:1520
931
+ #: contact_form.php:1522
932
  msgid "Please enter your full name..."
933
  msgstr ""
934
 
935
+ #: contact_form.php:1533
936
+ #: contact_form.php:1535
937
  msgid "Please enter your address..."
938
  msgstr ""
939
 
940
+ #: contact_form.php:1544
941
+ #: contact_form.php:1546
942
  #, fuzzy
943
  msgid "Please enter your email address..."
944
  msgstr "Выкарыстоўваць гэты email-адрас:"
945
 
946
+ #: contact_form.php:1555
947
+ #: contact_form.php:1557
948
  msgid "Please enter your phone number..."
949
  msgstr ""
950
 
951
+ #: contact_form.php:1566
952
+ #: contact_form.php:1568
953
  msgid "Please enter subject..."
954
  msgstr ""
955
 
956
+ #: contact_form.php:1576
957
+ #: contact_form.php:1578
958
  msgid "Please enter your message..."
959
  msgstr ""
960
 
961
+ #: contact_form.php:1620
962
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
963
  msgstr ""
964
 
965
+ #: contact_form.php:1622
966
  msgid "Please, go to"
967
  msgstr ""
968
 
969
+ #: contact_form.php:1622
970
  #, fuzzy
971
  msgid "the setting page"
972
  msgstr "Наладкі"
973
 
974
+ #: contact_form.php:1623
975
  msgid "You will be redirected automatically in 5 seconds."
976
  msgstr ""
977
 
978
+ #: contact_form.php:1628
979
  msgid "You can download and activate"
980
  msgstr ""
981
 
982
+ #: contact_form.php:1630
983
  msgid "version of this plugin by entering Your license key."
984
  msgstr ""
985
 
986
+ #: contact_form.php:1632
987
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
988
  msgstr ""
989
 
990
+ #: contact_form.php:1634
991
  msgid "(your username is the email you specify when purchasing the product)."
992
  msgstr ""
993
 
994
+ #: contact_form.php:1642
995
+ #: contact_form.php:1652
996
+ #, fuzzy
997
+ msgid "Activate"
998
+ msgstr "Актываваныя пашырэньні"
999
 
1000
+ #: contact_form.php:1718
1001
  msgid "Sorry, email message could not be delivered."
1002
  msgstr "Прабачце, вашая электронная пошта не можа быць адпраўленай."
1003
 
1004
+ #: contact_form.php:2119
1005
  msgid "Contact from"
1006
  msgstr "Кантактная форма"
1007
 
1008
+ #: contact_form.php:2136
1009
+ #: contact_form.php:2168
1010
  msgid "Email"
1011
  msgstr "Электронная пошта"
1012
 
1013
+ #: contact_form.php:2141
1014
+ #: contact_form.php:2171
1015
  msgid "Phone"
1016
  msgstr "Тэлефон"
1017
 
1018
+ #: contact_form.php:2152
1019
+ #: contact_form.php:2178
1020
  msgid "Site"
1021
  msgstr "Сайт"
1022
 
1023
+ #: contact_form.php:2250
1024
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1025
  msgstr "Калі вы бачыце гэты MIME, значыць гэты тып не падтрымліваецца вашым паштовым кліентам!"
1026
 
1027
+ #: contact_form.php:2320
 
 
 
 
1028
  msgid "Support"
1029
  msgstr "Падтрымка"
1030
 
1031
+ #: contact_form.php:2368
1032
  msgid "Are you sure that you want to delete this language data?"
1033
  msgstr "Вы сапраўды хочаце выдаліць дадзеныя для гэтай мовы?"
1034
 
1035
+ #: contact_form.php:2577
1036
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
1037
  msgstr ""
1038
 
1039
+ #: contact_form.php:2578
1040
  msgid "Extend standard plugin functionality with new great options."
1041
  msgstr ""
1042
 
1043
+ #: contact_form.php:2593
1044
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1045
  msgstr ""
1046
 
1047
+ #: contact_form.php:2594
1048
  msgid "Manage messages that have been sent from your website."
1049
  msgstr ""
1050
 
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: 2014-04-14 15:37+0300\n"
6
- "PO-Revision-Date: 2014-04-14 15:37+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Kenneth <kenneth@snollocer.net>\n"
9
  "Language: ca_ES\n"
@@ -16,996 +16,1007 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:73
20
- #: contact_form.php:785
21
  msgid "Contact Form Settings"
22
  msgstr "Opcions Contact Form"
23
 
24
- #: contact_form.php:73
25
  msgid "Contact Form"
26
  msgstr "Contact Form"
27
 
28
- #: contact_form.php:149
29
- #: contact_form.php:1131
30
- #: contact_form.php:1165
31
  msgid "Name:"
32
  msgstr "Nom:"
33
 
34
- #: contact_form.php:150
35
- #: contact_form.php:1132
36
- #: contact_form.php:1166
37
  msgid "Address:"
38
  msgstr "Adreça:"
39
 
40
- #: contact_form.php:151
41
- #: contact_form.php:1133
42
- #: contact_form.php:1167
43
  msgid "Email Address:"
44
  msgstr "Adreça de correu electrònic:"
45
 
46
- #: contact_form.php:152
47
- #: contact_form.php:1134
48
- #: contact_form.php:1168
49
  msgid "Phone number:"
50
  msgstr "Nombre de telèfon"
51
 
52
- #: contact_form.php:153
53
- #: contact_form.php:1135
54
- #: contact_form.php:1169
55
  msgid "Subject:"
56
  msgstr "Asumpte:"
57
 
58
- #: contact_form.php:154
59
- #: contact_form.php:1136
60
- #: contact_form.php:1170
61
  msgid "Message:"
62
  msgstr "Missatge:"
63
 
64
- #: contact_form.php:155
65
- #: contact_form.php:1137
66
- #: contact_form.php:1171
67
  msgid "Attachment:"
68
  msgstr "Adjunt:"
69
 
70
- #: contact_form.php:156
71
  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"
72
  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"
73
 
74
- #: contact_form.php:157
75
- #: contact_form.php:1139
76
- #: contact_form.php:1173
77
  msgid "Send me a copy"
78
  msgstr "Envia'm una còpia"
79
 
80
- #: contact_form.php:158
81
- #: contact_form.php:1140
82
- #: contact_form.php:1174
83
  msgid "Submit"
84
  msgstr "Enviar"
85
 
86
- #: contact_form.php:159
87
  msgid "Your name is required."
88
  msgstr "El seu nom es obligatori."
89
 
90
- #: contact_form.php:160
91
  msgid "Address is required."
92
  msgstr "Una adreça vàlida és obligatòria."
93
 
94
- #: contact_form.php:161
95
  msgid "A valid email address is required."
96
  msgstr "Una Adreça de correu electrònic és obligatòria."
97
 
98
- #: contact_form.php:162
99
  msgid "Phone number is required."
100
  msgstr "El seu nombre de telèfon és obligatori."
101
 
102
- #: contact_form.php:163
103
  msgid "Subject is required."
104
  msgstr "L'assumpte és obligatori."
105
 
106
- #: contact_form.php:164
107
  msgid "Message text is required."
108
  msgstr "El missatge és obligatori."
109
 
110
- #: contact_form.php:165
111
  msgid "File format is not valid."
112
  msgstr "El format de l'adjunt és incorrecte."
113
 
114
- #: contact_form.php:166
115
  msgid "File upload error."
116
  msgstr "Error de càrrega del fitxer"
117
 
118
- #: contact_form.php:167
119
  msgid "The file could not be uploaded."
120
  msgstr "El fitxer no ha pogut ser carregat"
121
 
122
- #: contact_form.php:168
123
  msgid "This file is too large."
124
  msgstr "Aquest document és massa gran."
125
 
126
- #: contact_form.php:169
127
  msgid "Please fill out the CAPTCHA."
128
  msgstr "Si us plau completi el CAPTCHA"
129
 
130
- #: contact_form.php:170
131
  msgid "Please make corrections below and try again."
132
  msgstr "Si us plau, corregeixi les dades i provi un altre cop."
133
 
134
- #: contact_form.php:172
135
  msgid "Thank you for contacting us."
136
  msgstr "Gràcies per contactar amb nosaltres"
137
 
138
- #: contact_form.php:322
139
  #, fuzzy
140
  msgid "requires"
141
  msgstr "Camps requerits"
142
 
143
- #: contact_form.php:322
144
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
145
  msgstr ""
146
 
147
- #: contact_form.php:322
148
  msgid "Back to the WordPress"
149
  msgstr ""
150
 
151
- #: contact_form.php:322
152
  #, fuzzy
153
  msgid "Plugins page"
154
  msgstr "Plugins Pro"
155
 
156
- #: contact_form.php:626
157
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
158
  msgstr "Si l'opció de 'redireccionament a la pàgina' està seleccionat llavors el camp URL ha d'estar en el següent format"
159
 
160
- #: contact_form.php:635
161
  msgid "Such user does not exist. Settings are not saved."
162
  msgstr "Usuari inexistent. Els canvis no s'han desat."
163
 
164
- #: contact_form.php:639
165
- #: contact_form.php:645
166
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
167
  msgstr "Si us plau introdueixi una Adreça de correu electrònic correcta. Els canvis no s'han desat."
168
 
169
- #: contact_form.php:661
170
  msgid "Settings saved."
171
  msgstr "Configuració desada."
172
 
173
- #: contact_form.php:688
174
- #: contact_form.php:720
175
  msgid "Wrong license key"
176
  msgstr ""
177
 
178
- #: contact_form.php:713
179
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
180
  msgstr ""
181
 
182
- #: contact_form.php:722
183
  msgid "This license key is bind to another site"
184
  msgstr ""
185
 
186
- #: contact_form.php:724
187
- #: contact_form.php:1570
188
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
189
  msgstr ""
190
 
191
- #: contact_form.php:741
192
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
193
  msgstr ""
194
 
195
- #: contact_form.php:747
196
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
197
  msgstr ""
198
 
199
- #: contact_form.php:751
200
- #: contact_form.php:760
201
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
202
  msgstr ""
203
 
204
- #: contact_form.php:764
205
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
206
  msgstr ""
207
 
208
- #: contact_form.php:779
209
  #, fuzzy
210
  msgid "Please, enter Your license key"
211
  msgstr "Si us plau introduïu el missatge"
212
 
213
- #: contact_form.php:787
214
- #: contact_form.php:2216
215
- #: contact_form.php:2228
216
  msgid "Settings"
217
  msgstr "Configuració"
218
 
219
- #: contact_form.php:788
220
  msgid "Extra settings"
221
  msgstr "Configuració extra"
222
 
223
- #: contact_form.php:789
 
 
 
 
 
224
  msgid "Go PRO"
225
  msgstr ""
226
 
227
- #: contact_form.php:792
228
  msgid "Notice:"
229
  msgstr ""
230
 
231
- #: contact_form.php:792
232
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
233
  msgstr ""
234
 
235
- #: contact_form.php:798
236
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
237
  msgstr ""
238
 
239
- #: contact_form.php:804
240
- #: contact_form.php:809
241
- #: contact_form.php:1529
242
  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:"
243
  msgstr "Si vol afegir Contact Form en la seva web, copiï i enganxi aquest codi en el seu missatge, pàgina o widget:"
244
 
245
- #: contact_form.php:804
246
- #: contact_form.php:805
247
- #: contact_form.php:809
248
- #: contact_form.php:810
249
- #: contact_form.php:1155
250
- #: contact_form.php:1157
251
- #: contact_form.php:1212
252
- #: contact_form.php:1214
253
  msgid "or"
254
  msgstr ""
255
 
256
- #: contact_form.php:805
257
- #: contact_form.php:810
258
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
259
  msgstr ""
260
 
261
- #: contact_form.php:806
262
- #: contact_form.php:811
263
  msgid "They work the same way."
264
  msgstr ""
265
 
266
- #: contact_form.php:807
267
- #: contact_form.php:812
268
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
269
  msgstr "Si la informació d'aquest camp queda buida, s'usarà l'adreça especificada durant el registre."
270
 
271
- #: contact_form.php:817
272
  msgid "The user's email address:"
273
  msgstr "Adreça de correu electrònic de l'usuari:"
274
 
275
- #: contact_form.php:821
276
  msgid "Create a username"
277
  msgstr "Seleccioni un nom d'usuari"
278
 
279
- #: contact_form.php:828
280
  msgid "Enter a username of the person who should get the messages from the contact form."
281
  msgstr "Introdueixi el nom de l'usuari que rebrà missatges des de contact form"
282
 
283
- #: contact_form.php:832
284
  msgid "Use this email address:"
285
  msgstr "Usi aquesta adreça de correu electrònic::"
286
 
287
- #: contact_form.php:835
288
  msgid "Enter the email address you want the messages forwarded to."
289
  msgstr "Introdueixi una adreça de correu electrònic on vulgui re-enviar el missatge"
290
 
291
- #: contact_form.php:844
292
  msgid "Add department selectbox to the contact form:"
293
  msgstr ""
294
 
295
- #: contact_form.php:852
296
- #: contact_form.php:1412
297
  msgid "If you upgrade to Pro version all your settings will be saved."
298
  msgstr ""
299
 
300
- #: contact_form.php:859
301
- #: contact_form.php:997
302
- #: contact_form.php:1071
303
- #: contact_form.php:1419
304
  msgid "Unlock premium options by upgrading to a PRO version."
305
  msgstr ""
306
 
307
- #: contact_form.php:860
308
- #: contact_form.php:998
309
- #: contact_form.php:1072
310
- #: contact_form.php:1420
311
- #: contact_form.php:2473
312
- #: contact_form.php:2489
313
  msgid "Learn More"
314
  msgstr ""
315
 
316
- #: contact_form.php:863
317
- #: contact_form.php:1001
318
- #: contact_form.php:1075
319
- #: contact_form.php:1423
320
  msgid "Go"
321
  msgstr ""
322
 
323
- #: contact_form.php:870
324
  msgid "Save emails to the database"
325
  msgstr ""
326
 
327
- #: contact_form.php:876
328
  msgid "Using"
329
  msgstr ""
330
 
331
- #: contact_form.php:876
332
- #: contact_form.php:1048
333
- #: contact_form.php:1051
334
- #: contact_form.php:1055
335
  msgid "powered by"
336
  msgstr ""
337
 
338
- #: contact_form.php:879
339
- #: contact_form.php:883
340
  msgid "Using Contact Form to DB powered by"
341
  msgstr ""
342
 
343
- #: contact_form.php:879
344
  #, fuzzy
345
  msgid "Activate Contact Form to DB"
346
  msgstr "Contact Form Pro"
347
 
348
- #: contact_form.php:883
349
  #, fuzzy
350
  msgid "Download Contact Form to DB"
351
  msgstr "Contact Form Pro"
352
 
353
- #: contact_form.php:888
354
  msgid "Additional options"
355
  msgstr "Opcions addicionals"
356
 
357
- #: contact_form.php:890
358
  msgid "Show"
359
  msgstr ""
360
 
361
- #: contact_form.php:891
362
  msgid "Hide"
363
  msgstr ""
364
 
365
- #: contact_form.php:895
366
  msgid "What to use?"
367
  msgstr "Què usar?"
368
 
369
- #: contact_form.php:898
370
  msgid "Wp-mail"
371
  msgstr "Wp-mail"
372
 
373
- #: contact_form.php:898
374
  msgid "You can use the wp_mail function for mailing"
375
  msgstr "Vostè pot utilitzar la funció wp_mail pel correu."
376
 
377
- #: contact_form.php:900
378
  msgid "Mail"
379
  msgstr "Mail"
380
 
381
- #: contact_form.php:900
382
  msgid "To send mail you can use the php mail function"
383
  msgstr "Per enviar correu vostè pot usar la funció 'php mail'"
384
 
385
- #: contact_form.php:904
386
  #, fuzzy
387
  msgid "The text in the 'From' field"
388
  msgstr "Modifica el camp DE al contact form"
389
 
390
- #: contact_form.php:906
391
  msgid "User name"
392
  msgstr ""
393
 
394
- #: contact_form.php:907
395
  #, fuzzy
396
  msgid "The name of the user who fills the form will be used in the field 'From'."
397
  msgstr "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de posar al camp 'From'."
398
 
399
- #: contact_form.php:910
400
  #, fuzzy
401
  msgid "This text will be used in the 'FROM' field"
402
  msgstr "Aquesta adreça de correu electrònic s'utilitzarà al camp 'De'"
403
 
404
- #: contact_form.php:914
405
  #, fuzzy
406
  msgid "The email address in the 'From' field"
407
  msgstr "Introduir el correu electrònic al camp 'From'"
408
 
409
- #: contact_form.php:916
410
  msgid "User email"
411
  msgstr ""
412
 
413
- #: contact_form.php:917
414
  msgid "The email address of the user who fills the form will be used in the field 'From'."
415
  msgstr "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de posar al camp 'From'."
416
 
417
- #: contact_form.php:920
418
  msgid "This email address will be used in the 'From' field."
419
  msgstr "Aquesta adreça de correu electrònic s'utilitzarà al camp 'De'"
420
 
421
- #: contact_form.php:924
422
  #, fuzzy
423
  msgid "Required symbol"
424
  msgstr "Camps requerits"
425
 
426
- #: contact_form.php:934
427
  msgid "Fields"
428
  msgstr ""
429
 
430
- #: contact_form.php:935
431
  msgid "Used"
432
  msgstr ""
433
 
434
- #: contact_form.php:936
435
  #, fuzzy
436
  msgid "Required"
437
  msgstr "Camps requerits"
438
 
439
- #: contact_form.php:937
440
  msgid "Visible"
441
  msgstr ""
442
 
443
- #: contact_form.php:938
444
  msgid "Disabled for editing"
445
  msgstr ""
446
 
447
- #: contact_form.php:939
448
  msgid "Field's default value"
449
  msgstr ""
450
 
451
- #: contact_form.php:944
452
- #: contact_form.php:1287
453
- #: contact_form.php:2059
454
- #: contact_form.php:2089
455
  msgid "Name"
456
  msgstr "Nom"
457
 
458
- #: contact_form.php:952
459
- #: contact_form.php:1292
460
- #: contact_form.php:2063
461
- #: contact_form.php:2091
 
 
 
 
462
  msgid "Address"
463
  msgstr "Adreça:"
464
 
465
- #: contact_form.php:960
466
  msgid "Email Address"
467
  msgstr "Adreça de correu electrònic:"
468
 
469
- #: contact_form.php:968
470
  #, fuzzy
471
  msgid "Phone number"
472
  msgstr "Nombre de telèfon"
473
 
474
- #: contact_form.php:976
475
- #: contact_form.php:1307
476
- #: contact_form.php:2073
477
- #: contact_form.php:2095
478
  msgid "Subject"
479
  msgstr "Assumpte"
480
 
481
- #: contact_form.php:984
482
- #: contact_form.php:1311
483
- #: contact_form.php:2076
484
- #: contact_form.php:2096
485
  msgid "Message"
486
  msgstr "MIssatge"
487
 
488
- #: contact_form.php:1008
489
  msgid "Attachment block"
490
  msgstr "Adjunt blocat"
491
 
492
- #: contact_form.php:1010
493
  msgid "Users can attach the following file formats"
494
  msgstr "Els usuaris poden adjuntar els següents formats d'arxiu"
495
 
496
- #: contact_form.php:1023
497
  msgid "Add to the form"
498
  msgstr ""
499
 
500
- #: contact_form.php:1028
501
  #, fuzzy
502
  msgid "Tips below the Attachment"
503
  msgstr "Consells del blocatge de l'adjunt"
504
 
505
- #: contact_form.php:1037
506
  #, fuzzy
507
  msgid "'Send me a copy' block"
508
  msgstr "Envia'm una còpia"
509
 
510
- #: contact_form.php:1048
511
- #: contact_form.php:1051
512
- #: contact_form.php:1055
513
- #: contact_form.php:1321
514
  msgid "Captcha"
515
  msgstr "Captcha"
516
 
517
- #: contact_form.php:1051
518
  msgid "Activate captcha"
519
  msgstr "Captcha activat"
520
 
521
- #: contact_form.php:1055
522
  msgid "Download captcha"
523
  msgstr "Descarrega captcha"
524
 
525
- #: contact_form.php:1063
526
  msgid "Agreement checkbox"
527
  msgstr ""
528
 
529
- #: contact_form.php:1063
530
  msgid "Required checkbox for submitting the form"
531
  msgstr ""
532
 
533
- #: contact_form.php:1064
534
  msgid "Optional checkbox"
535
  msgstr ""
536
 
537
- #: contact_form.php:1064
538
  msgid "Optional checkbox, the results of which will be displayed in email"
539
  msgstr ""
540
 
541
- #: contact_form.php:1081
542
  msgid "Delete an attachment file from the server after the email is sent"
543
  msgstr ""
544
 
545
- #: contact_form.php:1087
546
  msgid "Email in HTML format sending"
547
  msgstr ""
548
 
549
- #: contact_form.php:1091
550
  msgid "Display additional info in the email"
551
  msgstr "Mostra informació addicional al correu electrònic,"
552
 
553
- #: contact_form.php:1096
554
- #: contact_form.php:2026
555
- #: contact_form.php:2028
556
  msgid "Sent from (ip address)"
557
  msgstr "Enviat des de (adreça IP)"
558
 
559
- #: contact_form.php:1096
560
  #, fuzzy
561
  msgid "Example: Sent from (IP address):\t127.0.0.1"
562
  msgstr "Enviat des de (adreça IP)"
563
 
564
- #: contact_form.php:1097
565
- #: contact_form.php:2032
566
- #: contact_form.php:2034
567
  msgid "Date/Time"
568
  msgstr "Data/hora"
569
 
570
- #: contact_form.php:1097
571
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
572
  msgstr ""
573
 
574
- #: contact_form.php:1098
575
- #: contact_form.php:2038
576
- #: contact_form.php:2040
577
  msgid "Sent from (referer)"
578
  msgstr "Enviat des de (referent)"
579
 
580
- #: contact_form.php:1098
581
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
582
  msgstr ""
583
 
584
- #: contact_form.php:1099
585
- #: contact_form.php:2044
586
- #: contact_form.php:2046
587
  msgid "Using (user agent)"
588
  msgstr "Usant (user agent)"
589
 
590
- #: contact_form.php:1099
591
  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"
592
  msgstr ""
593
 
594
- #: contact_form.php:1103
595
  msgid "Language settings for the field names in the form"
596
  msgstr "Configuració de la llengua als noms dels camps del formulari"
597
 
598
- #: contact_form.php:1112
599
  msgid "Add a language"
600
  msgstr "Afegeix lengua"
601
 
602
- #: contact_form.php:1116
603
  msgid "Change the names of the contact form fields and error messages"
604
  msgstr "Modifica els noms dels camps i els missatges d'error del formulari de contacte"
605
 
606
- #: contact_form.php:1121
607
- #: contact_form.php:1202
608
  msgid "English"
609
  msgstr "Anglès"
610
 
611
- #: contact_form.php:1129
612
- #: contact_form.php:1163
613
  msgid "click to expand/hide the list"
614
  msgstr ""
615
 
616
- #: contact_form.php:1138
617
- #: contact_form.php:1172
618
  #, fuzzy
619
  msgid "Tips below the Attachment block"
620
  msgstr "Consells del blocatge de l'adjunt"
621
 
622
- #: contact_form.php:1141
623
- #: contact_form.php:1175
624
  msgid "Error message for the Name field"
625
  msgstr "Missatge d'error per al camp 'Nom'"
626
 
627
- #: contact_form.php:1142
628
- #: contact_form.php:1176
629
  msgid "Error message for the Address field"
630
  msgstr "Missatge d'error per al camp 'Adreça'"
631
 
632
- #: contact_form.php:1143
633
- #: contact_form.php:1177
634
  msgid "Error message for the Email field"
635
  msgstr "Missatge d'error per al camp 'Adreça de correu electrònic'"
636
 
637
- #: contact_form.php:1144
638
- #: contact_form.php:1178
639
  msgid "Error message for the Phone field"
640
  msgstr "Missatge d'error per al camp 'Telèfon\""
641
 
642
- #: contact_form.php:1145
643
- #: contact_form.php:1179
644
  msgid "Error message for the Subject field"
645
  msgstr "Missatge d'error per al camp 'Assumpte'"
646
 
647
- #: contact_form.php:1146
648
- #: contact_form.php:1180
649
  msgid "Error message for the Message field"
650
  msgstr "Missatge d'error per al camp 'Missatge'"
651
 
652
- #: contact_form.php:1147
653
- #: contact_form.php:1181
654
  msgid "Error message about the file type for the Attachment field"
655
  msgstr "Missatge d'error sobre el tipus de per al camp 'Adjunt'"
656
 
657
- #: contact_form.php:1148
658
- #: contact_form.php:1182
659
  msgid "Error message while uploading a file for the Attachment field to the server"
660
  msgstr "Missatge d'error al carregar al servidor un fitxer per al camp Adjunt"
661
 
662
- #: contact_form.php:1149
663
- #: contact_form.php:1183
664
  msgid "Error message while moving the file for the Attachment field"
665
  msgstr "Missatge d'error al mourerun fitxer per al camp Adjunt"
666
 
667
- #: contact_form.php:1150
668
- #: contact_form.php:1184
669
  msgid "Error message when file size limit for the Attachment field is exceeded"
670
  msgstr "Missatge d'error al superar el límit de mida de fitxer per al camp Adjunt"
671
 
672
- #: contact_form.php:1151
673
- #: contact_form.php:1185
674
  msgid "Error message for the Captcha field"
675
  msgstr "Missatge d'error al camp Captcha"
676
 
677
- #: contact_form.php:1152
678
- #: contact_form.php:1186
679
  msgid "Error message for the whole form"
680
  msgstr "Missatge d'error a tot el formulari"
681
 
682
- #: contact_form.php:1155
683
- #: contact_form.php:1157
684
- #: contact_form.php:1189
685
- #: contact_form.php:1191
686
- #: contact_form.php:1212
687
- #: contact_form.php:1214
688
- #: contact_form.php:1222
689
  #: contact_form.php:1224
 
 
 
 
 
 
 
690
  msgid "Use shortcode"
691
  msgstr "useu un codi curt"
692
 
693
- #: contact_form.php:1155
694
- #: contact_form.php:1157
695
- #: contact_form.php:1189
696
- #: contact_form.php:1191
697
- #: contact_form.php:1212
698
- #: contact_form.php:1214
699
- #: contact_form.php:1222
700
  #: contact_form.php:1224
 
 
 
 
 
 
 
701
  msgid "for this language"
702
  msgstr "Per aquesta llengua"
703
 
704
- #: contact_form.php:1199
 
 
 
 
 
705
  msgid "Action after email is sent"
706
  msgstr "Accions després d'enviar un correu electrònic."
707
 
708
- #: contact_form.php:1201
709
  msgid "Display text"
710
  msgstr "Mostra el text"
711
 
712
- #: contact_form.php:1210
713
- #: contact_form.php:1220
714
  msgid "Text"
715
  msgstr "Text"
716
 
717
- #: contact_form.php:1231
718
  msgid "Redirect to the page"
719
  msgstr "Redirigir a la pàgina"
720
 
721
- #: contact_form.php:1232
722
  msgid "Url"
723
  msgstr "Url"
724
 
725
- #: contact_form.php:1236
726
  msgid "The $_SERVER variable that is used to build a URL of the form"
727
  msgstr ""
728
 
729
- #: contact_form.php:1240
730
  msgid "If you are not sure whether to change this setting or not, please do not do that."
731
  msgstr ""
732
 
733
- #: contact_form.php:1246
734
- #: contact_form.php:1430
735
  msgid "Save Changes"
736
  msgstr "Desar els canvis"
737
 
738
- #: contact_form.php:1251
739
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
740
  msgstr ""
741
 
742
- #: contact_form.php:1252
743
  #, fuzzy
744
  msgid "Rate the plugin"
745
  msgstr "Plugins gratuïts"
746
 
747
- #: contact_form.php:1255
748
  #, fuzzy
749
  msgid "If there is something wrong about it, please contact us"
750
  msgstr "Si té alguna pregunta, contacti'ns si us plau via plugin@bestwebsoft.com o utilitzi el formulari de contacte de la nostra web"
751
 
752
- #: contact_form.php:1267
753
  msgid "Errors output"
754
  msgstr "Errors de sortida"
755
 
756
- #: contact_form.php:1270
757
  msgid "Display error messages"
758
  msgstr "Mostra els missatges d'error"
759
 
760
- #: contact_form.php:1271
761
  msgid "Color of the input field errors."
762
  msgstr "Color dels errors al camp d'entrada"
763
 
764
- #: contact_form.php:1272
765
  msgid "Display error messages & color of the input field errors"
766
  msgstr "Mostra els missatges d'error i el color dels errors del camp d'entrada"
767
 
768
- #: contact_form.php:1277
769
  msgid "Add placeholder to the input blocks"
770
  msgstr "Afegeix marcador de posició als blocs d'entrada"
771
 
772
- #: contact_form.php:1283
773
  msgid "Add tooltips"
774
  msgstr "Afegir consells sobre les eines"
775
 
776
- #: contact_form.php:1297
777
  msgid "Email address"
778
  msgstr "Adreça de correu electrònic:"
779
 
780
- #: contact_form.php:1302
781
  msgid "Phone Number"
782
  msgstr "Nombre de telèfon"
783
 
784
- #: contact_form.php:1316
785
  msgid "Attachment"
786
  msgstr "Adjunt:"
787
 
788
- #: contact_form.php:1321
789
  msgid "(powered by bestwebsoft.com)"
790
  msgstr "(Impulsat per bestwebsoft.com)"
791
 
792
- #: contact_form.php:1326
793
  msgid "Style options"
794
  msgstr "Opcions d'estil"
795
 
796
- #: contact_form.php:1329
797
  msgid "Text color"
798
  msgstr "Color del text"
799
 
800
- #: contact_form.php:1332
801
- #: contact_form.php:1337
802
- #: contact_form.php:1347
803
- #: contact_form.php:1352
804
- #: contact_form.php:1357
805
- #: contact_form.php:1362
806
- #: contact_form.php:1372
807
- #: contact_form.php:1377
808
- #: contact_form.php:1383
809
- #: contact_form.php:1394
810
- #: contact_form.php:1399
811
- #: contact_form.php:1404
812
  msgid "Default"
813
  msgstr "Per defecte"
814
 
815
- #: contact_form.php:1334
816
  msgid "Label text color"
817
  msgstr "Color del text de l'etiqeta"
818
 
819
- #: contact_form.php:1339
820
  msgid "Placeholder color"
821
  msgstr "Color del marcador de posició"
822
 
823
- #: contact_form.php:1344
824
  msgid "Errors color"
825
  msgstr "Color dels errors"
826
 
827
- #: contact_form.php:1349
828
  msgid "Error text color"
829
  msgstr "Color del text d'error"
830
 
831
- #: contact_form.php:1354
832
  msgid "Background color of the input field errors"
833
  msgstr "Color de fons dels errors del camp d'entrada"
834
 
835
- #: contact_form.php:1359
836
  msgid "Border color of the input field errors"
837
  msgstr "Color de la vora dels errors del camp d'entrada"
838
 
839
- #: contact_form.php:1364
840
  msgid "Placeholder color of the input field errors"
841
  msgstr "Color del marcador de posició dels errors del camp d'entrada"
842
 
843
- #: contact_form.php:1369
844
  msgid "Input fields"
845
  msgstr "Visualitza l'adjunt"
846
 
847
- #: contact_form.php:1374
848
  msgid "Input fields background color"
849
  msgstr "Color de fons dels camps d'entrada"
850
 
851
- #: contact_form.php:1379
852
  msgid "Text fields color"
853
  msgstr "Color dels camps de text"
854
 
855
- #: contact_form.php:1381
856
  msgid "Border width in px, numbers only"
857
  msgstr "Ample de vora en px, sols nombres"
858
 
859
- #: contact_form.php:1385
860
- #: contact_form.php:1406
861
  msgid "Border color"
862
  msgstr "Color de la vora"
863
 
864
- #: contact_form.php:1390
865
  msgid "Submit button"
866
  msgstr "Enviar"
867
 
868
  # #: contact_form.php:928
869
- #: contact_form.php:1392
870
  msgid "Width in px, numbers only"
871
  msgstr "Ample en px, sols nombres"
872
 
873
- #: contact_form.php:1396
874
  msgid "Button color"
875
  msgstr "Color del botó"
876
 
877
- #: contact_form.php:1401
878
  msgid "Button text color"
879
  msgstr "Color del text del botó"
880
 
881
- #: contact_form.php:1434
882
  msgid "Contact Form Pro | Preview"
883
  msgstr "Contact Form Pro | Vista prèvia"
884
 
885
- #: contact_form.php:1437
886
  msgid "Show with errors"
887
  msgstr "Mostra amb errors"
888
 
889
- #: contact_form.php:1445
890
- #: contact_form.php:1447
891
  msgid "Please enter your full name..."
892
  msgstr "Si us plau introduïu el nom complet"
893
 
894
- #: contact_form.php:1458
895
- #: contact_form.php:1460
896
  msgid "Please enter your address..."
897
  msgstr "Si us plau introduïu l'adreça"
898
 
899
- #: contact_form.php:1469
900
- #: contact_form.php:1471
901
  msgid "Please enter your email address..."
902
  msgstr "Si us plau introdueixi el seu e-mail"
903
 
904
- #: contact_form.php:1480
905
- #: contact_form.php:1482
906
  msgid "Please enter your phone number..."
907
  msgstr "Si us plau introduïu el nombre de telèfon"
908
 
909
- #: contact_form.php:1491
910
- #: contact_form.php:1493
911
  msgid "Please enter subject..."
912
  msgstr "Si us plau introduïu l'assumpte"
913
 
914
- #: contact_form.php:1501
915
- #: contact_form.php:1503
916
  msgid "Please enter your message..."
917
  msgstr "Si us plau introduïu el missatge"
918
 
919
- #: contact_form.php:1545
920
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
921
  msgstr ""
922
 
923
- #: contact_form.php:1547
924
  msgid "Please, go to"
925
  msgstr ""
926
 
927
- #: contact_form.php:1547
928
  #, fuzzy
929
  msgid "the setting page"
930
  msgstr "Configuració extra"
931
 
932
- #: contact_form.php:1548
933
  msgid "You will be redirected automatically in 5 seconds."
934
  msgstr ""
935
 
936
- #: contact_form.php:1553
937
  msgid "You can download and activate"
938
  msgstr ""
939
 
940
- #: contact_form.php:1555
941
  msgid "version of this plugin by entering Your license key."
942
  msgstr ""
943
 
944
- #: contact_form.php:1557
945
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
946
  msgstr ""
947
 
948
- #: contact_form.php:1559
949
  msgid "(your username is the email you specify when purchasing the product)."
950
  msgstr ""
951
 
952
- #: contact_form.php:1567
953
- #: contact_form.php:1577
954
- msgid "Go!"
955
- msgstr ""
 
956
 
957
- #: contact_form.php:1647
958
  msgid "Sorry, email message could not be delivered."
959
  msgstr "Ho sentim, el seu e-mail no ha pogut ser lliurat."
960
 
961
- #: contact_form.php:2053
962
  msgid "Contact from"
963
  msgstr "Contact from"
964
 
965
- #: contact_form.php:2066
966
- #: contact_form.php:2092
967
  msgid "Email"
968
  msgstr "Adreça de correu electrònic"
969
 
970
- #: contact_form.php:2070
971
- #: contact_form.php:2094
972
  msgid "Phone"
973
  msgstr "Telèfon"
974
 
975
- #: contact_form.php:2079
976
- #: contact_form.php:2097
977
  msgid "Site"
978
  msgstr "Lloc"
979
 
980
- #: contact_form.php:2160
981
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
982
  msgstr "Si pot veure aquest MIME, vol dir que el tipus MIME no és compatible amb el seu client de correu electrònic!"
983
 
984
- #: contact_form.php:2229
985
- msgid "FAQ"
986
- msgstr "FAQ"
987
-
988
- #: contact_form.php:2230
989
  msgid "Support"
990
  msgstr "Suport"
991
 
992
- #: contact_form.php:2280
993
  msgid "Are you sure that you want to delete this language data?"
994
  msgstr "Està vostè segur que vol esborrar aquest idioma?"
995
 
996
- #: contact_form.php:2476
997
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
998
  msgstr ""
999
 
1000
- #: contact_form.php:2477
1001
  msgid "Extend standard plugin functionality with new great options."
1002
  msgstr ""
1003
 
1004
- #: contact_form.php:2492
1005
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1006
  msgstr ""
1007
 
1008
- #: contact_form.php:2493
1009
  msgid "Manage messages that have been sent from your website."
1010
  msgstr ""
1011
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-08 14:52+0300\n"
6
+ "PO-Revision-Date: 2014-07-08 14:52+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Kenneth <kenneth@snollocer.net>\n"
9
  "Language: ca_ES\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:74
20
+ #: contact_form.php:845
21
  msgid "Contact Form Settings"
22
  msgstr "Opcions Contact Form"
23
 
24
+ #: contact_form.php:74
25
  msgid "Contact Form"
26
  msgstr "Contact Form"
27
 
28
+ #: contact_form.php:150
29
+ #: contact_form.php:1200
30
+ #: contact_form.php:1234
31
  msgid "Name:"
32
  msgstr "Nom:"
33
 
34
+ #: contact_form.php:151
35
+ #: contact_form.php:1201
36
+ #: contact_form.php:1235
37
  msgid "Address:"
38
  msgstr "Adreça:"
39
 
40
+ #: contact_form.php:152
41
+ #: contact_form.php:1202
42
+ #: contact_form.php:1236
43
  msgid "Email Address:"
44
  msgstr "Adreça de correu electrònic:"
45
 
46
+ #: contact_form.php:153
47
+ #: contact_form.php:1203
48
+ #: contact_form.php:1237
49
  msgid "Phone number:"
50
  msgstr "Nombre de telèfon"
51
 
52
+ #: contact_form.php:154
53
+ #: contact_form.php:1204
54
+ #: contact_form.php:1238
55
  msgid "Subject:"
56
  msgstr "Asumpte:"
57
 
58
+ #: contact_form.php:155
59
+ #: contact_form.php:1205
60
+ #: contact_form.php:1239
61
  msgid "Message:"
62
  msgstr "Missatge:"
63
 
64
+ #: contact_form.php:156
65
+ #: contact_form.php:1206
66
+ #: contact_form.php:1240
67
  msgid "Attachment:"
68
  msgstr "Adjunt:"
69
 
70
+ #: contact_form.php:157
71
  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"
72
  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"
73
 
74
+ #: contact_form.php:158
75
+ #: contact_form.php:1208
76
+ #: contact_form.php:1242
77
  msgid "Send me a copy"
78
  msgstr "Envia'm una còpia"
79
 
80
+ #: contact_form.php:159
81
+ #: contact_form.php:1209
82
+ #: contact_form.php:1243
83
  msgid "Submit"
84
  msgstr "Enviar"
85
 
86
+ #: contact_form.php:160
87
  msgid "Your name is required."
88
  msgstr "El seu nom es obligatori."
89
 
90
+ #: contact_form.php:161
91
  msgid "Address is required."
92
  msgstr "Una adreça vàlida és obligatòria."
93
 
94
+ #: contact_form.php:162
95
  msgid "A valid email address is required."
96
  msgstr "Una Adreça de correu electrònic és obligatòria."
97
 
98
+ #: contact_form.php:163
99
  msgid "Phone number is required."
100
  msgstr "El seu nombre de telèfon és obligatori."
101
 
102
+ #: contact_form.php:164
103
  msgid "Subject is required."
104
  msgstr "L'assumpte és obligatori."
105
 
106
+ #: contact_form.php:165
107
  msgid "Message text is required."
108
  msgstr "El missatge és obligatori."
109
 
110
+ #: contact_form.php:166
111
  msgid "File format is not valid."
112
  msgstr "El format de l'adjunt és incorrecte."
113
 
114
+ #: contact_form.php:167
115
  msgid "File upload error."
116
  msgstr "Error de càrrega del fitxer"
117
 
118
+ #: contact_form.php:168
119
  msgid "The file could not be uploaded."
120
  msgstr "El fitxer no ha pogut ser carregat"
121
 
122
+ #: contact_form.php:169
123
  msgid "This file is too large."
124
  msgstr "Aquest document és massa gran."
125
 
126
+ #: contact_form.php:170
127
  msgid "Please fill out the CAPTCHA."
128
  msgstr "Si us plau completi el CAPTCHA"
129
 
130
+ #: contact_form.php:171
131
  msgid "Please make corrections below and try again."
132
  msgstr "Si us plau, corregeixi les dades i provi un altre cop."
133
 
134
+ #: contact_form.php:173
135
  msgid "Thank you for contacting us."
136
  msgstr "Gràcies per contactar amb nosaltres"
137
 
138
+ #: contact_form.php:369
139
  #, fuzzy
140
  msgid "requires"
141
  msgstr "Camps requerits"
142
 
143
+ #: contact_form.php:369
144
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
145
  msgstr ""
146
 
147
+ #: contact_form.php:369
148
  msgid "Back to the WordPress"
149
  msgstr ""
150
 
151
+ #: contact_form.php:369
152
  #, fuzzy
153
  msgid "Plugins page"
154
  msgstr "Plugins Pro"
155
 
156
+ #: contact_form.php:677
157
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
158
  msgstr "Si l'opció de 'redireccionament a la pàgina' està seleccionat llavors el camp URL ha d'estar en el següent format"
159
 
160
+ #: contact_form.php:686
161
  msgid "Such user does not exist. Settings are not saved."
162
  msgstr "Usuari inexistent. Els canvis no s'han desat."
163
 
164
+ #: contact_form.php:690
165
+ #: contact_form.php:696
166
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
167
  msgstr "Si us plau introdueixi una Adreça de correu electrònic correcta. Els canvis no s'han desat."
168
 
169
+ #: contact_form.php:721
170
  msgid "Settings saved."
171
  msgstr "Configuració desada."
172
 
173
+ #: contact_form.php:748
174
+ #: contact_form.php:780
175
  msgid "Wrong license key"
176
  msgstr ""
177
 
178
+ #: contact_form.php:773
179
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
180
  msgstr ""
181
 
182
+ #: contact_form.php:782
183
  msgid "This license key is bind to another site"
184
  msgstr ""
185
 
186
+ #: contact_form.php:784
187
+ #: contact_form.php:1645
188
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
189
  msgstr ""
190
 
191
+ #: contact_form.php:801
192
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
193
  msgstr ""
194
 
195
+ #: contact_form.php:807
196
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
197
  msgstr ""
198
 
199
+ #: contact_form.php:811
200
+ #: contact_form.php:820
201
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
202
  msgstr ""
203
 
204
+ #: contact_form.php:824
205
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
206
  msgstr ""
207
 
208
+ #: contact_form.php:839
209
  #, fuzzy
210
  msgid "Please, enter Your license key"
211
  msgstr "Si us plau introduïu el missatge"
212
 
213
+ #: contact_form.php:847
214
+ #: contact_form.php:2306
215
+ #: contact_form.php:2318
216
  msgid "Settings"
217
  msgstr "Configuració"
218
 
219
+ #: contact_form.php:848
220
  msgid "Extra settings"
221
  msgstr "Configuració extra"
222
 
223
+ #: contact_form.php:849
224
+ #: contact_form.php:2319
225
+ msgid "FAQ"
226
+ msgstr "FAQ"
227
+
228
+ #: contact_form.php:850
229
  msgid "Go PRO"
230
  msgstr ""
231
 
232
+ #: contact_form.php:853
233
  msgid "Notice:"
234
  msgstr ""
235
 
236
+ #: contact_form.php:853
237
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
238
  msgstr ""
239
 
240
+ #: contact_form.php:859
241
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
242
  msgstr ""
243
 
244
+ #: contact_form.php:865
245
+ #: contact_form.php:870
246
+ #: contact_form.php:1604
247
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
248
  msgstr "Si vol afegir Contact Form en la seva web, copiï i enganxi aquest codi en el seu missatge, pàgina o widget:"
249
 
250
+ #: contact_form.php:865
251
+ #: contact_form.php:866
252
+ #: contact_form.php:870
253
+ #: contact_form.php:871
254
+ #: contact_form.php:1224
255
+ #: contact_form.php:1226
256
+ #: contact_form.php:1287
257
+ #: contact_form.php:1289
258
  msgid "or"
259
  msgstr ""
260
 
261
+ #: contact_form.php:866
262
+ #: contact_form.php:871
263
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
264
  msgstr ""
265
 
266
+ #: contact_form.php:867
267
+ #: contact_form.php:872
268
  msgid "They work the same way."
269
  msgstr ""
270
 
271
+ #: contact_form.php:868
272
+ #: contact_form.php:873
273
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
274
  msgstr "Si la informació d'aquest camp queda buida, s'usarà l'adreça especificada durant el registre."
275
 
276
+ #: contact_form.php:878
277
  msgid "The user's email address:"
278
  msgstr "Adreça de correu electrònic de l'usuari:"
279
 
280
+ #: contact_form.php:882
281
  msgid "Create a username"
282
  msgstr "Seleccioni un nom d'usuari"
283
 
284
+ #: contact_form.php:889
285
  msgid "Enter a username of the person who should get the messages from the contact form."
286
  msgstr "Introdueixi el nom de l'usuari que rebrà missatges des de contact form"
287
 
288
+ #: contact_form.php:893
289
  msgid "Use this email address:"
290
  msgstr "Usi aquesta adreça de correu electrònic::"
291
 
292
+ #: contact_form.php:896
293
  msgid "Enter the email address you want the messages forwarded to."
294
  msgstr "Introdueixi una adreça de correu electrònic on vulgui re-enviar el missatge"
295
 
296
+ #: contact_form.php:905
297
  msgid "Add department selectbox to the contact form:"
298
  msgstr ""
299
 
300
+ #: contact_form.php:913
301
+ #: contact_form.php:1487
302
  msgid "If you upgrade to Pro version all your settings will be saved."
303
  msgstr ""
304
 
305
+ #: contact_form.php:920
306
+ #: contact_form.php:1066
307
+ #: contact_form.php:1140
308
+ #: contact_form.php:1494
309
  msgid "Unlock premium options by upgrading to a PRO version."
310
  msgstr ""
311
 
312
+ #: contact_form.php:921
313
+ #: contact_form.php:1067
314
+ #: contact_form.php:1141
315
+ #: contact_form.php:1495
316
+ #: contact_form.php:2574
317
+ #: contact_form.php:2590
318
  msgid "Learn More"
319
  msgstr ""
320
 
321
+ #: contact_form.php:924
322
+ #: contact_form.php:1070
323
+ #: contact_form.php:1144
324
+ #: contact_form.php:1498
325
  msgid "Go"
326
  msgstr ""
327
 
328
+ #: contact_form.php:931
329
  msgid "Save emails to the database"
330
  msgstr ""
331
 
332
+ #: contact_form.php:937
333
  msgid "Using"
334
  msgstr ""
335
 
336
+ #: contact_form.php:937
337
+ #: contact_form.php:1117
338
+ #: contact_form.php:1120
339
+ #: contact_form.php:1124
340
  msgid "powered by"
341
  msgstr ""
342
 
343
+ #: contact_form.php:940
344
+ #: contact_form.php:944
345
  msgid "Using Contact Form to DB powered by"
346
  msgstr ""
347
 
348
+ #: contact_form.php:940
349
  #, fuzzy
350
  msgid "Activate Contact Form to DB"
351
  msgstr "Contact Form Pro"
352
 
353
+ #: contact_form.php:944
354
  #, fuzzy
355
  msgid "Download Contact Form to DB"
356
  msgstr "Contact Form Pro"
357
 
358
+ #: contact_form.php:949
359
  msgid "Additional options"
360
  msgstr "Opcions addicionals"
361
 
362
+ #: contact_form.php:951
363
  msgid "Show"
364
  msgstr ""
365
 
366
+ #: contact_form.php:952
367
  msgid "Hide"
368
  msgstr ""
369
 
370
+ #: contact_form.php:956
371
  msgid "What to use?"
372
  msgstr "Què usar?"
373
 
374
+ #: contact_form.php:959
375
  msgid "Wp-mail"
376
  msgstr "Wp-mail"
377
 
378
+ #: contact_form.php:959
379
  msgid "You can use the wp_mail function for mailing"
380
  msgstr "Vostè pot utilitzar la funció wp_mail pel correu."
381
 
382
+ #: contact_form.php:961
383
  msgid "Mail"
384
  msgstr "Mail"
385
 
386
+ #: contact_form.php:961
387
  msgid "To send mail you can use the php mail function"
388
  msgstr "Per enviar correu vostè pot usar la funció 'php mail'"
389
 
390
+ #: contact_form.php:965
391
  #, fuzzy
392
  msgid "The text in the 'From' field"
393
  msgstr "Modifica el camp DE al contact form"
394
 
395
+ #: contact_form.php:967
396
  msgid "User name"
397
  msgstr ""
398
 
399
+ #: contact_form.php:968
400
  #, fuzzy
401
  msgid "The name of the user who fills the form will be used in the field 'From'."
402
  msgstr "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de posar al camp 'From'."
403
 
404
+ #: contact_form.php:971
405
  #, fuzzy
406
  msgid "This text will be used in the 'FROM' field"
407
  msgstr "Aquesta adreça de correu electrònic s'utilitzarà al camp 'De'"
408
 
409
+ #: contact_form.php:975
410
  #, fuzzy
411
  msgid "The email address in the 'From' field"
412
  msgstr "Introduir el correu electrònic al camp 'From'"
413
 
414
+ #: contact_form.php:977
415
  msgid "User email"
416
  msgstr ""
417
 
418
+ #: contact_form.php:978
419
  msgid "The email address of the user who fills the form will be used in the field 'From'."
420
  msgstr "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de posar al camp 'From'."
421
 
422
+ #: contact_form.php:981
423
  msgid "This email address will be used in the 'From' field."
424
  msgstr "Aquesta adreça de correu electrònic s'utilitzarà al camp 'De'"
425
 
426
+ #: contact_form.php:985
427
  #, fuzzy
428
  msgid "Required symbol"
429
  msgstr "Camps requerits"
430
 
431
+ #: contact_form.php:995
432
  msgid "Fields"
433
  msgstr ""
434
 
435
+ #: contact_form.php:996
436
  msgid "Used"
437
  msgstr ""
438
 
439
+ #: contact_form.php:997
440
  #, fuzzy
441
  msgid "Required"
442
  msgstr "Camps requerits"
443
 
444
+ #: contact_form.php:998
445
  msgid "Visible"
446
  msgstr ""
447
 
448
+ #: contact_form.php:999
449
  msgid "Disabled for editing"
450
  msgstr ""
451
 
452
+ #: contact_form.php:1000
453
  msgid "Field's default value"
454
  msgstr ""
455
 
456
+ #: contact_form.php:1005
457
+ #: contact_form.php:1362
458
+ #: contact_form.php:2125
459
+ #: contact_form.php:2161
460
  msgid "Name"
461
  msgstr "Nom"
462
 
463
+ #: contact_form.php:1013
464
+ msgid "Location selectbox"
465
+ msgstr ""
466
+
467
+ #: contact_form.php:1021
468
+ #: contact_form.php:1367
469
+ #: contact_form.php:2131
470
+ #: contact_form.php:2165
471
  msgid "Address"
472
  msgstr "Adreça:"
473
 
474
+ #: contact_form.php:1029
475
  msgid "Email Address"
476
  msgstr "Adreça de correu electrònic:"
477
 
478
+ #: contact_form.php:1037
479
  #, fuzzy
480
  msgid "Phone number"
481
  msgstr "Nombre de telèfon"
482
 
483
+ #: contact_form.php:1045
484
+ #: contact_form.php:1382
485
+ #: contact_form.php:2146
486
+ #: contact_form.php:2174
487
  msgid "Subject"
488
  msgstr "Assumpte"
489
 
490
+ #: contact_form.php:1053
491
+ #: contact_form.php:1386
492
+ #: contact_form.php:2149
493
+ #: contact_form.php:2176
494
  msgid "Message"
495
  msgstr "MIssatge"
496
 
497
+ #: contact_form.php:1077
498
  msgid "Attachment block"
499
  msgstr "Adjunt blocat"
500
 
501
+ #: contact_form.php:1079
502
  msgid "Users can attach the following file formats"
503
  msgstr "Els usuaris poden adjuntar els següents formats d'arxiu"
504
 
505
+ #: contact_form.php:1092
506
  msgid "Add to the form"
507
  msgstr ""
508
 
509
+ #: contact_form.php:1097
510
  #, fuzzy
511
  msgid "Tips below the Attachment"
512
  msgstr "Consells del blocatge de l'adjunt"
513
 
514
+ #: contact_form.php:1106
515
  #, fuzzy
516
  msgid "'Send me a copy' block"
517
  msgstr "Envia'm una còpia"
518
 
519
+ #: contact_form.php:1117
520
+ #: contact_form.php:1120
521
+ #: contact_form.php:1124
522
+ #: contact_form.php:1396
523
  msgid "Captcha"
524
  msgstr "Captcha"
525
 
526
+ #: contact_form.php:1120
527
  msgid "Activate captcha"
528
  msgstr "Captcha activat"
529
 
530
+ #: contact_form.php:1124
531
  msgid "Download captcha"
532
  msgstr "Descarrega captcha"
533
 
534
+ #: contact_form.php:1132
535
  msgid "Agreement checkbox"
536
  msgstr ""
537
 
538
+ #: contact_form.php:1132
539
  msgid "Required checkbox for submitting the form"
540
  msgstr ""
541
 
542
+ #: contact_form.php:1133
543
  msgid "Optional checkbox"
544
  msgstr ""
545
 
546
+ #: contact_form.php:1133
547
  msgid "Optional checkbox, the results of which will be displayed in email"
548
  msgstr ""
549
 
550
+ #: contact_form.php:1150
551
  msgid "Delete an attachment file from the server after the email is sent"
552
  msgstr ""
553
 
554
+ #: contact_form.php:1156
555
  msgid "Email in HTML format sending"
556
  msgstr ""
557
 
558
+ #: contact_form.php:1160
559
  msgid "Display additional info in the email"
560
  msgstr "Mostra informació addicional al correu electrònic,"
561
 
562
+ #: contact_form.php:1165
563
+ #: contact_form.php:2092
564
+ #: contact_form.php:2094
565
  msgid "Sent from (ip address)"
566
  msgstr "Enviat des de (adreça IP)"
567
 
568
+ #: contact_form.php:1165
569
  #, fuzzy
570
  msgid "Example: Sent from (IP address):\t127.0.0.1"
571
  msgstr "Enviat des de (adreça IP)"
572
 
573
+ #: contact_form.php:1166
574
+ #: contact_form.php:2098
575
+ #: contact_form.php:2100
576
  msgid "Date/Time"
577
  msgstr "Data/hora"
578
 
579
+ #: contact_form.php:1166
580
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
581
  msgstr ""
582
 
583
+ #: contact_form.php:1167
584
+ #: contact_form.php:2104
585
+ #: contact_form.php:2106
586
  msgid "Sent from (referer)"
587
  msgstr "Enviat des de (referent)"
588
 
589
+ #: contact_form.php:1167
590
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
591
  msgstr ""
592
 
593
+ #: contact_form.php:1168
594
+ #: contact_form.php:2110
595
+ #: contact_form.php:2112
596
  msgid "Using (user agent)"
597
  msgstr "Usant (user agent)"
598
 
599
+ #: contact_form.php:1168
600
  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"
601
  msgstr ""
602
 
603
+ #: contact_form.php:1172
604
  msgid "Language settings for the field names in the form"
605
  msgstr "Configuració de la llengua als noms dels camps del formulari"
606
 
607
+ #: contact_form.php:1181
608
  msgid "Add a language"
609
  msgstr "Afegeix lengua"
610
 
611
+ #: contact_form.php:1185
612
  msgid "Change the names of the contact form fields and error messages"
613
  msgstr "Modifica els noms dels camps i els missatges d'error del formulari de contacte"
614
 
615
+ #: contact_form.php:1190
616
+ #: contact_form.php:1277
617
  msgid "English"
618
  msgstr "Anglès"
619
 
620
+ #: contact_form.php:1198
621
+ #: contact_form.php:1232
622
  msgid "click to expand/hide the list"
623
  msgstr ""
624
 
625
+ #: contact_form.php:1207
626
+ #: contact_form.php:1241
627
  #, fuzzy
628
  msgid "Tips below the Attachment block"
629
  msgstr "Consells del blocatge de l'adjunt"
630
 
631
+ #: contact_form.php:1210
632
+ #: contact_form.php:1244
633
  msgid "Error message for the Name field"
634
  msgstr "Missatge d'error per al camp 'Nom'"
635
 
636
+ #: contact_form.php:1211
637
+ #: contact_form.php:1245
638
  msgid "Error message for the Address field"
639
  msgstr "Missatge d'error per al camp 'Adreça'"
640
 
641
+ #: contact_form.php:1212
642
+ #: contact_form.php:1246
643
  msgid "Error message for the Email field"
644
  msgstr "Missatge d'error per al camp 'Adreça de correu electrònic'"
645
 
646
+ #: contact_form.php:1213
647
+ #: contact_form.php:1247
648
  msgid "Error message for the Phone field"
649
  msgstr "Missatge d'error per al camp 'Telèfon\""
650
 
651
+ #: contact_form.php:1214
652
+ #: contact_form.php:1248
653
  msgid "Error message for the Subject field"
654
  msgstr "Missatge d'error per al camp 'Assumpte'"
655
 
656
+ #: contact_form.php:1215
657
+ #: contact_form.php:1249
658
  msgid "Error message for the Message field"
659
  msgstr "Missatge d'error per al camp 'Missatge'"
660
 
661
+ #: contact_form.php:1216
662
+ #: contact_form.php:1250
663
  msgid "Error message about the file type for the Attachment field"
664
  msgstr "Missatge d'error sobre el tipus de per al camp 'Adjunt'"
665
 
666
+ #: contact_form.php:1217
667
+ #: contact_form.php:1251
668
  msgid "Error message while uploading a file for the Attachment field to the server"
669
  msgstr "Missatge d'error al carregar al servidor un fitxer per al camp Adjunt"
670
 
671
+ #: contact_form.php:1218
672
+ #: contact_form.php:1252
673
  msgid "Error message while moving the file for the Attachment field"
674
  msgstr "Missatge d'error al mourerun fitxer per al camp Adjunt"
675
 
676
+ #: contact_form.php:1219
677
+ #: contact_form.php:1253
678
  msgid "Error message when file size limit for the Attachment field is exceeded"
679
  msgstr "Missatge d'error al superar el límit de mida de fitxer per al camp Adjunt"
680
 
681
+ #: contact_form.php:1220
682
+ #: contact_form.php:1254
683
  msgid "Error message for the Captcha field"
684
  msgstr "Missatge d'error al camp Captcha"
685
 
686
+ #: contact_form.php:1221
687
+ #: contact_form.php:1255
688
  msgid "Error message for the whole form"
689
  msgstr "Missatge d'error a tot el formulari"
690
 
 
 
 
 
 
 
 
691
  #: contact_form.php:1224
692
+ #: contact_form.php:1226
693
+ #: contact_form.php:1258
694
+ #: contact_form.php:1260
695
+ #: contact_form.php:1287
696
+ #: contact_form.php:1289
697
+ #: contact_form.php:1297
698
+ #: contact_form.php:1299
699
  msgid "Use shortcode"
700
  msgstr "useu un codi curt"
701
 
 
 
 
 
 
 
 
702
  #: contact_form.php:1224
703
+ #: contact_form.php:1226
704
+ #: contact_form.php:1258
705
+ #: contact_form.php:1260
706
+ #: contact_form.php:1287
707
+ #: contact_form.php:1289
708
+ #: contact_form.php:1297
709
+ #: contact_form.php:1299
710
  msgid "for this language"
711
  msgstr "Per aquesta llengua"
712
 
713
+ #: contact_form.php:1268
714
+ #, fuzzy
715
+ msgid "Use the changed names of the contact form fields in the email"
716
+ msgstr "Modifica els noms dels camps i els missatges d'error del formulari de contacte"
717
+
718
+ #: contact_form.php:1274
719
  msgid "Action after email is sent"
720
  msgstr "Accions després d'enviar un correu electrònic."
721
 
722
+ #: contact_form.php:1276
723
  msgid "Display text"
724
  msgstr "Mostra el text"
725
 
726
+ #: contact_form.php:1285
727
+ #: contact_form.php:1295
728
  msgid "Text"
729
  msgstr "Text"
730
 
731
+ #: contact_form.php:1306
732
  msgid "Redirect to the page"
733
  msgstr "Redirigir a la pàgina"
734
 
735
+ #: contact_form.php:1307
736
  msgid "Url"
737
  msgstr "Url"
738
 
739
+ #: contact_form.php:1311
740
  msgid "The $_SERVER variable that is used to build a URL of the form"
741
  msgstr ""
742
 
743
+ #: contact_form.php:1315
744
  msgid "If you are not sure whether to change this setting or not, please do not do that."
745
  msgstr ""
746
 
747
+ #: contact_form.php:1321
748
+ #: contact_form.php:1505
749
  msgid "Save Changes"
750
  msgstr "Desar els canvis"
751
 
752
+ #: contact_form.php:1326
753
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
754
  msgstr ""
755
 
756
+ #: contact_form.php:1327
757
  #, fuzzy
758
  msgid "Rate the plugin"
759
  msgstr "Plugins gratuïts"
760
 
761
+ #: contact_form.php:1330
762
  #, fuzzy
763
  msgid "If there is something wrong about it, please contact us"
764
  msgstr "Si té alguna pregunta, contacti'ns si us plau via plugin@bestwebsoft.com o utilitzi el formulari de contacte de la nostra web"
765
 
766
+ #: contact_form.php:1342
767
  msgid "Errors output"
768
  msgstr "Errors de sortida"
769
 
770
+ #: contact_form.php:1345
771
  msgid "Display error messages"
772
  msgstr "Mostra els missatges d'error"
773
 
774
+ #: contact_form.php:1346
775
  msgid "Color of the input field errors."
776
  msgstr "Color dels errors al camp d'entrada"
777
 
778
+ #: contact_form.php:1347
779
  msgid "Display error messages & color of the input field errors"
780
  msgstr "Mostra els missatges d'error i el color dels errors del camp d'entrada"
781
 
782
+ #: contact_form.php:1352
783
  msgid "Add placeholder to the input blocks"
784
  msgstr "Afegeix marcador de posició als blocs d'entrada"
785
 
786
+ #: contact_form.php:1358
787
  msgid "Add tooltips"
788
  msgstr "Afegir consells sobre les eines"
789
 
790
+ #: contact_form.php:1372
791
  msgid "Email address"
792
  msgstr "Adreça de correu electrònic:"
793
 
794
+ #: contact_form.php:1377
795
  msgid "Phone Number"
796
  msgstr "Nombre de telèfon"
797
 
798
+ #: contact_form.php:1391
799
  msgid "Attachment"
800
  msgstr "Adjunt:"
801
 
802
+ #: contact_form.php:1396
803
  msgid "(powered by bestwebsoft.com)"
804
  msgstr "(Impulsat per bestwebsoft.com)"
805
 
806
+ #: contact_form.php:1401
807
  msgid "Style options"
808
  msgstr "Opcions d'estil"
809
 
810
+ #: contact_form.php:1404
811
  msgid "Text color"
812
  msgstr "Color del text"
813
 
814
+ #: contact_form.php:1407
815
+ #: contact_form.php:1412
816
+ #: contact_form.php:1422
817
+ #: contact_form.php:1427
818
+ #: contact_form.php:1432
819
+ #: contact_form.php:1437
820
+ #: contact_form.php:1447
821
+ #: contact_form.php:1452
822
+ #: contact_form.php:1458
823
+ #: contact_form.php:1469
824
+ #: contact_form.php:1474
825
+ #: contact_form.php:1479
826
  msgid "Default"
827
  msgstr "Per defecte"
828
 
829
+ #: contact_form.php:1409
830
  msgid "Label text color"
831
  msgstr "Color del text de l'etiqeta"
832
 
833
+ #: contact_form.php:1414
834
  msgid "Placeholder color"
835
  msgstr "Color del marcador de posició"
836
 
837
+ #: contact_form.php:1419
838
  msgid "Errors color"
839
  msgstr "Color dels errors"
840
 
841
+ #: contact_form.php:1424
842
  msgid "Error text color"
843
  msgstr "Color del text d'error"
844
 
845
+ #: contact_form.php:1429
846
  msgid "Background color of the input field errors"
847
  msgstr "Color de fons dels errors del camp d'entrada"
848
 
849
+ #: contact_form.php:1434
850
  msgid "Border color of the input field errors"
851
  msgstr "Color de la vora dels errors del camp d'entrada"
852
 
853
+ #: contact_form.php:1439
854
  msgid "Placeholder color of the input field errors"
855
  msgstr "Color del marcador de posició dels errors del camp d'entrada"
856
 
857
+ #: contact_form.php:1444
858
  msgid "Input fields"
859
  msgstr "Visualitza l'adjunt"
860
 
861
+ #: contact_form.php:1449
862
  msgid "Input fields background color"
863
  msgstr "Color de fons dels camps d'entrada"
864
 
865
+ #: contact_form.php:1454
866
  msgid "Text fields color"
867
  msgstr "Color dels camps de text"
868
 
869
+ #: contact_form.php:1456
870
  msgid "Border width in px, numbers only"
871
  msgstr "Ample de vora en px, sols nombres"
872
 
873
+ #: contact_form.php:1460
874
+ #: contact_form.php:1481
875
  msgid "Border color"
876
  msgstr "Color de la vora"
877
 
878
+ #: contact_form.php:1465
879
  msgid "Submit button"
880
  msgstr "Enviar"
881
 
882
  # #: contact_form.php:928
883
+ #: contact_form.php:1467
884
  msgid "Width in px, numbers only"
885
  msgstr "Ample en px, sols nombres"
886
 
887
+ #: contact_form.php:1471
888
  msgid "Button color"
889
  msgstr "Color del botó"
890
 
891
+ #: contact_form.php:1476
892
  msgid "Button text color"
893
  msgstr "Color del text del botó"
894
 
895
+ #: contact_form.php:1509
896
  msgid "Contact Form Pro | Preview"
897
  msgstr "Contact Form Pro | Vista prèvia"
898
 
899
+ #: contact_form.php:1512
900
  msgid "Show with errors"
901
  msgstr "Mostra amb errors"
902
 
903
+ #: contact_form.php:1520
904
+ #: contact_form.php:1522
905
  msgid "Please enter your full name..."
906
  msgstr "Si us plau introduïu el nom complet"
907
 
908
+ #: contact_form.php:1533
909
+ #: contact_form.php:1535
910
  msgid "Please enter your address..."
911
  msgstr "Si us plau introduïu l'adreça"
912
 
913
+ #: contact_form.php:1544
914
+ #: contact_form.php:1546
915
  msgid "Please enter your email address..."
916
  msgstr "Si us plau introdueixi el seu e-mail"
917
 
918
+ #: contact_form.php:1555
919
+ #: contact_form.php:1557
920
  msgid "Please enter your phone number..."
921
  msgstr "Si us plau introduïu el nombre de telèfon"
922
 
923
+ #: contact_form.php:1566
924
+ #: contact_form.php:1568
925
  msgid "Please enter subject..."
926
  msgstr "Si us plau introduïu l'assumpte"
927
 
928
+ #: contact_form.php:1576
929
+ #: contact_form.php:1578
930
  msgid "Please enter your message..."
931
  msgstr "Si us plau introduïu el missatge"
932
 
933
+ #: contact_form.php:1620
934
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
935
  msgstr ""
936
 
937
+ #: contact_form.php:1622
938
  msgid "Please, go to"
939
  msgstr ""
940
 
941
+ #: contact_form.php:1622
942
  #, fuzzy
943
  msgid "the setting page"
944
  msgstr "Configuració extra"
945
 
946
+ #: contact_form.php:1623
947
  msgid "You will be redirected automatically in 5 seconds."
948
  msgstr ""
949
 
950
+ #: contact_form.php:1628
951
  msgid "You can download and activate"
952
  msgstr ""
953
 
954
+ #: contact_form.php:1630
955
  msgid "version of this plugin by entering Your license key."
956
  msgstr ""
957
 
958
+ #: contact_form.php:1632
959
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
960
  msgstr ""
961
 
962
+ #: contact_form.php:1634
963
  msgid "(your username is the email you specify when purchasing the product)."
964
  msgstr ""
965
 
966
+ #: contact_form.php:1642
967
+ #: contact_form.php:1652
968
+ #, fuzzy
969
+ msgid "Activate"
970
+ msgstr "Captcha activat"
971
 
972
+ #: contact_form.php:1718
973
  msgid "Sorry, email message could not be delivered."
974
  msgstr "Ho sentim, el seu e-mail no ha pogut ser lliurat."
975
 
976
+ #: contact_form.php:2119
977
  msgid "Contact from"
978
  msgstr "Contact from"
979
 
980
+ #: contact_form.php:2136
981
+ #: contact_form.php:2168
982
  msgid "Email"
983
  msgstr "Adreça de correu electrònic"
984
 
985
+ #: contact_form.php:2141
986
+ #: contact_form.php:2171
987
  msgid "Phone"
988
  msgstr "Telèfon"
989
 
990
+ #: contact_form.php:2152
991
+ #: contact_form.php:2178
992
  msgid "Site"
993
  msgstr "Lloc"
994
 
995
+ #: contact_form.php:2250
996
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
997
  msgstr "Si pot veure aquest MIME, vol dir que el tipus MIME no és compatible amb el seu client de correu electrònic!"
998
 
999
+ #: contact_form.php:2320
 
 
 
 
1000
  msgid "Support"
1001
  msgstr "Suport"
1002
 
1003
+ #: contact_form.php:2368
1004
  msgid "Are you sure that you want to delete this language data?"
1005
  msgstr "Està vostè segur que vol esborrar aquest idioma?"
1006
 
1007
+ #: contact_form.php:2577
1008
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
1009
  msgstr ""
1010
 
1011
+ #: contact_form.php:2578
1012
  msgid "Extend standard plugin functionality with new great options."
1013
  msgstr ""
1014
 
1015
+ #: contact_form.php:2593
1016
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1017
  msgstr ""
1018
 
1019
+ #: contact_form.php:2594
1020
  msgid "Manage messages that have been sent from your website."
1021
  msgstr ""
1022
 
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: 2014-04-14 15:37+0300\n"
6
- "PO-Revision-Date: 2014-04-14 15:37+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Alex <private183@web.de>\n"
9
  "Language: de_DE\n"
@@ -17,980 +17,994 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: contact_form.php:73
21
- #: contact_form.php:785
22
  msgid "Contact Form Settings"
23
  msgstr "Kontakt-Form Einstellungen"
24
 
25
- #: contact_form.php:73
26
  msgid "Contact Form"
27
  msgstr "Kontakt-Form"
28
 
29
- #: contact_form.php:149
30
- #: contact_form.php:1131
31
- #: contact_form.php:1165
32
  msgid "Name:"
33
  msgstr "Name:"
34
 
35
- #: contact_form.php:150
36
- #: contact_form.php:1132
37
- #: contact_form.php:1166
38
  msgid "Address:"
39
  msgstr "Adresse:"
40
 
41
- #: contact_form.php:151
42
- #: contact_form.php:1133
43
- #: contact_form.php:1167
44
  msgid "Email Address:"
45
  msgstr "E-Mail Adresse:"
46
 
47
- #: contact_form.php:152
48
- #: contact_form.php:1134
49
- #: contact_form.php:1168
50
  msgid "Phone number:"
51
  msgstr "Telefonnummer:"
52
 
53
- #: contact_form.php:153
54
- #: contact_form.php:1135
55
- #: contact_form.php:1169
56
  msgid "Subject:"
57
  msgstr "Betreff:"
58
 
59
- #: contact_form.php:154
60
- #: contact_form.php:1136
61
- #: contact_form.php:1170
62
  msgid "Message:"
63
  msgstr "Inhalt:"
64
 
65
- #: contact_form.php:155
66
- #: contact_form.php:1137
67
- #: contact_form.php:1171
68
  msgid "Attachment:"
69
  msgstr "Anhang:"
70
 
71
- #: contact_form.php:156
72
  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"
73
  msgstr "Unterstützte Dateitypen: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max Datei-Größe: 2MB"
74
 
75
- #: contact_form.php:157
76
- #: contact_form.php:1139
77
- #: contact_form.php:1173
78
  msgid "Send me a copy"
79
  msgstr "Kopie an mich senden"
80
 
81
- #: contact_form.php:158
82
- #: contact_form.php:1140
83
- #: contact_form.php:1174
84
  msgid "Submit"
85
  msgstr "Senden"
86
 
87
- #: contact_form.php:159
88
  msgid "Your name is required."
89
  msgstr "Dein Name wird benötigt."
90
 
91
- #: contact_form.php:160
92
  msgid "Address is required."
93
  msgstr "Adresse wird benötigt"
94
 
95
- #: contact_form.php:161
96
  msgid "A valid email address is required."
97
  msgstr "Eine gültige E-Mail Adresse wird benötigt."
98
 
99
- #: contact_form.php:162
100
  msgid "Phone number is required."
101
  msgstr "Deine Telefonnummer wird benötigt."
102
 
103
- #: contact_form.php:163
104
  msgid "Subject is required."
105
  msgstr "Ein Betreff wird benötigt."
106
 
107
- #: contact_form.php:164
108
  msgid "Message text is required."
109
  msgstr "Ein Inhalt wird benötigt."
110
 
111
- #: contact_form.php:165
112
  msgid "File format is not valid."
113
  msgstr "Datei Format ist nicht erlaubt."
114
 
115
- #: contact_form.php:166
116
  msgid "File upload error."
117
  msgstr "Datei-Übertragungsfehler"
118
 
119
- #: contact_form.php:167
120
  msgid "The file could not be uploaded."
121
  msgstr "Die Datei konnte nicht hochgeladen werden."
122
 
123
- #: contact_form.php:168
124
  msgid "This file is too large."
125
  msgstr "Diese Datei ist zu groß."
126
 
127
- #: contact_form.php:169
128
  msgid "Please fill out the CAPTCHA."
129
  msgstr "Bitte CAPTCHA ausfüllen."
130
 
131
- #: contact_form.php:170
132
  msgid "Please make corrections below and try again."
133
  msgstr "Bitte mach unten korrekturen und versuche es erneut."
134
 
135
- #: contact_form.php:172
136
  msgid "Thank you for contacting us."
137
  msgstr "Danke für Ihre Nachricht."
138
 
139
- #: contact_form.php:322
140
  msgid "requires"
141
  msgstr "benötigt"
142
 
143
- #: contact_form.php:322
144
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
145
  msgstr "oder höher, darum wurde es deaktiviert! Bitte rüsten sie WordPress auf und versuchen sie es erneut."
146
 
147
- #: contact_form.php:322
148
  msgid "Back to the WordPress"
149
  msgstr "Zurück zu WordPress"
150
 
151
- #: contact_form.php:322
152
  msgid "Plugins page"
153
  msgstr "Plugin Seite"
154
 
155
- #: contact_form.php:626
156
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
157
  msgstr "Wenn die 'Redirect to page/Umleiten zur Seite' Option verwendet wird, dann sollte das Feld URL in folgendem Format sein"
158
 
159
- #: contact_form.php:635
160
  msgid "Such user does not exist. Settings are not saved."
161
  msgstr "Dieser User exestiert nicht. Einstellungen werden nicht gespeichert."
162
 
163
- #: contact_form.php:639
164
- #: contact_form.php:645
165
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
166
  msgstr "Bitte geben sie eine gültige Email Adresse in das 'FROM/VON' Feld ein. Einstellungen werden nicht gespeichert."
167
 
168
- #: contact_form.php:661
169
  msgid "Settings saved."
170
  msgstr "Einstellungen gespeichert."
171
 
172
- #: contact_form.php:688
173
- #: contact_form.php:720
174
  msgid "Wrong license key"
175
  msgstr "Falscher Lizenzschlüssel"
176
 
177
- #: contact_form.php:713
178
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
179
  msgstr "Etwas ging schief. Versuchen sie es später nochmals. Wenn der Fehler erneut auftritt, bitte, kontaktieren sie uns <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Wir entschuldigen für die Umstände."
180
 
181
- #: contact_form.php:722
182
  msgid "This license key is bind to another site"
183
  msgstr "Dieser Linzenz-Key ist an eine andere Seite gebunden."
184
 
185
- #: contact_form.php:724
186
- #: contact_form.php:1570
187
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
188
  msgstr "Leider haben sie die Anzahl an verfügbaren Versuchen pro Trag überschritten. Bitte laden sie das Plugin manuell hoch"
189
 
190
- #: contact_form.php:741
191
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
192
  msgstr "Fehler beim öffnen des zip Archives. Bitte laden sie das Plugin manuell hoch"
193
 
194
- #: contact_form.php:747
195
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
196
  msgstr "Ihr Server unterstützt kein ZipArchiv oder Phar. Bitte laden sie das Plugin manuell hoch"
197
 
198
- #: contact_form.php:751
199
- #: contact_form.php:760
200
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
201
  msgstr "Download des zip Archives fehlgeschlagen. Bitte laden sie das Plugin manuell hoch"
202
 
203
- #: contact_form.php:764
204
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
205
  msgstr "Etwas ging schief. Versuchen sie es später oder laden sie das plugin manuell hoch. Wir entschuldigen für die Umstände."
206
 
207
- #: contact_form.php:779
208
  msgid "Please, enter Your license key"
209
  msgstr "Bitte, geben sie Ihren Linzenzschlüssel ein"
210
 
211
- #: contact_form.php:787
212
- #: contact_form.php:2216
213
- #: contact_form.php:2228
214
  msgid "Settings"
215
  msgstr "Einstellungen"
216
 
217
- #: contact_form.php:788
218
  msgid "Extra settings"
219
  msgstr "Weitere Einstellungen"
220
 
221
- #: contact_form.php:789
 
 
 
 
 
222
  msgid "Go PRO"
223
  msgstr "Go PRO"
224
 
225
- #: contact_form.php:792
226
  msgid "Notice:"
227
  msgstr "Notiz:"
228
 
229
- #: contact_form.php:792
230
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
231
  msgstr "Die Einstellungen des Plugins wurden geändert. Um diese zu speichern vergessen sie nicht auf 'Save Changes/Speicher Änderungen' zu klicken."
232
 
233
- #: contact_form.php:798
234
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
235
  msgstr ""
236
 
237
- #: contact_form.php:804
238
- #: contact_form.php:809
239
- #: contact_form.php:1529
240
  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:"
241
  msgstr "Wenn sie die Kontakt-Form auf ihrer Webseite plazieren möchten, kopieren und fügen sie diesen shortcode in ihrem/r Beitrag, Seite oder Widget ein:"
242
 
243
- #: contact_form.php:804
244
- #: contact_form.php:805
245
- #: contact_form.php:809
246
- #: contact_form.php:810
247
- #: contact_form.php:1155
248
- #: contact_form.php:1157
249
- #: contact_form.php:1212
250
- #: contact_form.php:1214
251
  msgid "or"
252
  msgstr "oder"
253
 
254
- #: contact_form.php:805
255
- #: contact_form.php:810
256
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
257
  msgstr "Wenn sie irgendwelche Probleme mit dem standard shortcode [contact_form] haben, sollten sie folgenden shortcode verwenden"
258
 
259
- #: contact_form.php:806
260
- #: contact_form.php:811
261
  msgid "They work the same way."
262
  msgstr "Sie arbeiten auf gleiche weise."
263
 
264
- #: contact_form.php:807
265
- #: contact_form.php:812
266
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
267
  msgstr "Wenn sie die Felder leer lassen, wird die Nachricht an die bei der registrierung angegebenen E-Mail Adresse gesendet."
268
 
269
- #: contact_form.php:817
270
  msgid "The user's email address:"
271
  msgstr "Benutzer E-Mail Adresse"
272
 
273
- #: contact_form.php:821
274
  msgid "Create a username"
275
  msgstr "Benutzername erstellen"
276
 
277
- #: contact_form.php:828
278
  msgid "Enter a username of the person who should get the messages from the contact form."
279
  msgstr "Geben sie den Benutzernamen des Users an, der die Nachrichten der Kontakt-Form erhalten soll."
280
 
281
- #: contact_form.php:832
282
  msgid "Use this email address:"
283
  msgstr "Nutzen sie diese E-Mail Adresse"
284
 
285
- #: contact_form.php:835
286
  msgid "Enter the email address you want the messages forwarded to."
287
  msgstr "Geben sie die E-Mail Adresse ein, an welche die Nachricht weitergeleitet werden soll."
288
 
289
- #: contact_form.php:844
290
  msgid "Add department selectbox to the contact form:"
291
  msgstr "Füge Abteilungs- Auswahlbox zu der Kontakt-Form:"
292
 
293
- #: contact_form.php:852
294
- #: contact_form.php:1412
295
  msgid "If you upgrade to Pro version all your settings will be saved."
296
  msgstr "Wenn sie auf Pro upgraden werden alle ihre Einstellungen gespeichert"
297
 
298
- #: contact_form.php:859
299
- #: contact_form.php:997
300
- #: contact_form.php:1071
301
- #: contact_form.php:1419
302
  msgid "Unlock premium options by upgrading to a PRO version."
303
  msgstr ""
304
 
305
- #: contact_form.php:860
306
- #: contact_form.php:998
307
- #: contact_form.php:1072
308
- #: contact_form.php:1420
309
- #: contact_form.php:2473
310
- #: contact_form.php:2489
311
  msgid "Learn More"
312
  msgstr ""
313
 
314
- #: contact_form.php:863
315
- #: contact_form.php:1001
316
- #: contact_form.php:1075
317
- #: contact_form.php:1423
318
  #, fuzzy
319
  msgid "Go"
320
  msgstr "Go!"
321
 
322
- #: contact_form.php:870
323
  msgid "Save emails to the database"
324
  msgstr "Speicher E-Mails in die Datenbank"
325
 
326
- #: contact_form.php:876
327
  msgid "Using"
328
  msgstr "Verwendet"
329
 
330
- #: contact_form.php:876
331
- #: contact_form.php:1048
332
- #: contact_form.php:1051
333
- #: contact_form.php:1055
334
  msgid "powered by"
335
  msgstr "powered by"
336
 
337
- #: contact_form.php:879
338
- #: contact_form.php:883
339
  msgid "Using Contact Form to DB powered by"
340
  msgstr "Verwende 'Kontakt-Form in die DB' powered by"
341
 
342
- #: contact_form.php:879
343
  msgid "Activate Contact Form to DB"
344
  msgstr "Aktiviere 'Kontakt-Form in die DB'"
345
 
346
- #: contact_form.php:883
347
  msgid "Download Contact Form to DB"
348
  msgstr "Lade 'Kontakt-Form in die DB' herunter"
349
 
350
- #: contact_form.php:888
351
  msgid "Additional options"
352
  msgstr "Weitere Optionen"
353
 
354
- #: contact_form.php:890
355
  msgid "Show"
356
  msgstr "Zeige"
357
 
358
- #: contact_form.php:891
359
  msgid "Hide"
360
  msgstr "Verstecke"
361
 
362
- #: contact_form.php:895
363
  msgid "What to use?"
364
  msgstr "Was soll verwendet werden?"
365
 
366
- #: contact_form.php:898
367
  msgid "Wp-mail"
368
  msgstr "Wp-mail"
369
 
370
- #: contact_form.php:898
371
  msgid "You can use the wp_mail function for mailing"
372
  msgstr "Sie können die wp_mail Funktion für das versenden verwenden."
373
 
374
- #: contact_form.php:900
375
  msgid "Mail"
376
  msgstr "Mail"
377
 
378
- #: contact_form.php:900
379
  msgid "To send mail you can use the php mail function"
380
  msgstr "Um mails zu versenden, können sie die php mail Funktion verwenden."
381
 
382
- #: contact_form.php:904
383
  msgid "The text in the 'From' field"
384
  msgstr "Der Text in dem Feld 'From/Von'"
385
 
386
- #: contact_form.php:906
387
  msgid "User name"
388
  msgstr "Benutzer Name"
389
 
390
- #: contact_form.php:907
391
  msgid "The name of the user who fills the form will be used in the field 'From'."
392
  msgstr "Der Name des Benutzers, der das Formular ausfüllt, wird im Feld 'From/Von' verwendt."
393
 
394
- #: contact_form.php:910
395
  msgid "This text will be used in the 'FROM' field"
396
  msgstr "Dieser Text wird in dem Feld 'FROM/VON' stehen"
397
 
398
- #: contact_form.php:914
399
  msgid "The email address in the 'From' field"
400
  msgstr "Die E-Mail Adresse in dem Feld 'From/Von'"
401
 
402
- #: contact_form.php:916
403
  msgid "User email"
404
  msgstr "Benutzer E-Mail"
405
 
406
- #: contact_form.php:917
407
  msgid "The email address of the user who fills the form will be used in the field 'From'."
408
  msgstr "Die E-Mail Adresse des Benutzers, der das Formular ausfüllt, wird im Feld 'From/Von' verwendt."
409
 
410
- #: contact_form.php:920
411
  msgid "This email address will be used in the 'From' field."
412
  msgstr "Diese E-Mail Adresse wird in dem 'From/Von' Feld verwendet"
413
 
414
- #: contact_form.php:924
415
  msgid "Required symbol"
416
  msgstr "Benötigtes Symbol"
417
 
418
- #: contact_form.php:934
419
  msgid "Fields"
420
  msgstr "Felder"
421
 
422
- #: contact_form.php:935
423
  msgid "Used"
424
  msgstr "Benutzt"
425
 
426
- #: contact_form.php:936
427
  msgid "Required"
428
  msgstr "Benötigt"
429
 
430
- #: contact_form.php:937
431
  msgid "Visible"
432
  msgstr "Sichtbar"
433
 
434
- #: contact_form.php:938
435
  msgid "Disabled for editing"
436
  msgstr "Bearbeitung ist ausgeschaltet"
437
 
438
- #: contact_form.php:939
439
  msgid "Field's default value"
440
  msgstr "Standard-Feld-Wert"
441
 
442
- #: contact_form.php:944
443
- #: contact_form.php:1287
444
- #: contact_form.php:2059
445
- #: contact_form.php:2089
446
  msgid "Name"
447
  msgstr "Name"
448
 
449
- #: contact_form.php:952
450
- #: contact_form.php:1292
451
- #: contact_form.php:2063
452
- #: contact_form.php:2091
 
 
 
 
453
  msgid "Address"
454
  msgstr "Adresse: "
455
 
456
- #: contact_form.php:960
457
  msgid "Email Address"
458
  msgstr "E-Mail Adresse:"
459
 
460
- #: contact_form.php:968
461
  msgid "Phone number"
462
  msgstr "Telefonnummer:"
463
 
464
- #: contact_form.php:976
465
- #: contact_form.php:1307
466
- #: contact_form.php:2073
467
- #: contact_form.php:2095
468
  msgid "Subject"
469
  msgstr "Betreff"
470
 
471
- #: contact_form.php:984
472
- #: contact_form.php:1311
473
- #: contact_form.php:2076
474
- #: contact_form.php:2096
475
  msgid "Message"
476
  msgstr "Inhalt"
477
 
478
- #: contact_form.php:1008
479
  msgid "Attachment block"
480
  msgstr "Anhang-Block"
481
 
482
- #: contact_form.php:1010
483
  msgid "Users can attach the following file formats"
484
  msgstr "Benutzer können die folgenden Formate anhängen:"
485
 
486
- #: contact_form.php:1023
487
  msgid "Add to the form"
488
  msgstr "Füge in die Form"
489
 
490
- #: contact_form.php:1028
491
  msgid "Tips below the Attachment"
492
  msgstr "Tipps unterhalb des Anhangs"
493
 
494
- #: contact_form.php:1037
495
  msgid "'Send me a copy' block"
496
  msgstr "'Kopie an mich senden' Block"
497
 
498
- #: contact_form.php:1048
499
- #: contact_form.php:1051
500
- #: contact_form.php:1055
501
- #: contact_form.php:1321
502
  msgid "Captcha"
503
  msgstr "Captcha"
504
 
505
- #: contact_form.php:1051
506
  msgid "Activate captcha"
507
  msgstr "Aktiviere captcha"
508
 
509
- #: contact_form.php:1055
510
  msgid "Download captcha"
511
  msgstr "Download captcha"
512
 
513
- #: contact_form.php:1063
514
  msgid "Agreement checkbox"
515
  msgstr "Agreement checkbox"
516
 
517
- #: contact_form.php:1063
518
  msgid "Required checkbox for submitting the form"
519
  msgstr "Benötigte checkbox zur übermittlung des Formulars"
520
 
521
- #: contact_form.php:1064
522
  msgid "Optional checkbox"
523
  msgstr "Optionale checkbox"
524
 
525
- #: contact_form.php:1064
526
  msgid "Optional checkbox, the results of which will be displayed in email"
527
  msgstr "Optionale checkbox, das Ergebnis davon wird in der E-Mail angezeigt"
528
 
529
- #: contact_form.php:1081
530
  msgid "Delete an attachment file from the server after the email is sent"
531
  msgstr "Lösche die Anhang-Datei vom Server nachdem die E-Mail gesendet wurde"
532
 
533
- #: contact_form.php:1087
534
  msgid "Email in HTML format sending"
535
  msgstr "E-Mail im HTML Format"
536
 
537
- #: contact_form.php:1091
538
  msgid "Display additional info in the email"
539
  msgstr "Zeige weitere Informationen in der E-Mail"
540
 
541
- #: contact_form.php:1096
542
- #: contact_form.php:2026
543
- #: contact_form.php:2028
544
  msgid "Sent from (ip address)"
545
  msgstr "Gesendet von (IP-Adresse)"
546
 
547
- #: contact_form.php:1096
548
  msgid "Example: Sent from (IP address):\t127.0.0.1"
549
  msgstr "Beispiel: Gesendet von (IP-Adresse):\t127.0.0.1"
550
 
551
- #: contact_form.php:1097
552
- #: contact_form.php:2032
553
- #: contact_form.php:2034
554
  msgid "Date/Time"
555
  msgstr "Datum/Zeit"
556
 
557
- #: contact_form.php:1097
558
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
559
  msgstr "Beispiel: Datum/Zeit:\tAugust 19, 2013 8:50 pm"
560
 
561
- #: contact_form.php:1098
562
- #: contact_form.php:2038
563
- #: contact_form.php:2040
564
  msgid "Sent from (referer)"
565
  msgstr "Gesendet von (referer)"
566
 
567
- #: contact_form.php:1098
568
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
569
  msgstr "Beispiel: Gesendet von (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
570
 
571
- #: contact_form.php:1099
572
- #: contact_form.php:2044
573
- #: contact_form.php:2046
574
  msgid "Using (user agent)"
575
  msgstr "Verwendet (user agent)"
576
 
577
- #: contact_form.php:1099
578
  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"
579
  msgstr "Beispiel: Verwendet (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
580
 
581
- #: contact_form.php:1103
582
  msgid "Language settings for the field names in the form"
583
  msgstr "Benutzer-Einstellungen für die Feld-Namen in der Form"
584
 
585
- #: contact_form.php:1112
586
  msgid "Add a language"
587
  msgstr "Hinzufügen einer Sprache"
588
 
589
- #: contact_form.php:1116
590
  msgid "Change the names of the contact form fields and error messages"
591
  msgstr "Verändere die Namen der Kontakt-Form-Felder und Fehlermeldungen"
592
 
593
- #: contact_form.php:1121
594
- #: contact_form.php:1202
595
  msgid "English"
596
  msgstr "Englisch"
597
 
598
- #: contact_form.php:1129
599
- #: contact_form.php:1163
600
  msgid "click to expand/hide the list"
601
  msgstr "Klick zum erweitern/verstecken der Liste"
602
 
603
- #: contact_form.php:1138
604
- #: contact_form.php:1172
605
  msgid "Tips below the Attachment block"
606
  msgstr "Tipps unterhalb des Anhang-Blocks"
607
 
608
- #: contact_form.php:1141
609
- #: contact_form.php:1175
610
  msgid "Error message for the Name field"
611
  msgstr "Fehlermeldung für das Namensfeld"
612
 
613
- #: contact_form.php:1142
614
- #: contact_form.php:1176
615
  msgid "Error message for the Address field"
616
  msgstr "Fehlermeldung für das Adress-Feld"
617
 
618
- #: contact_form.php:1143
619
- #: contact_form.php:1177
620
  msgid "Error message for the Email field"
621
  msgstr "Fehlermeldung für das E-Mail-Feld"
622
 
623
- #: contact_form.php:1144
624
- #: contact_form.php:1178
625
  msgid "Error message for the Phone field"
626
  msgstr "Fehlermeldung für das Telefonnummer-Feld"
627
 
628
- #: contact_form.php:1145
629
- #: contact_form.php:1179
630
  msgid "Error message for the Subject field"
631
  msgstr "Fehlermeldung für das Betreff-Feld"
632
 
633
- #: contact_form.php:1146
634
- #: contact_form.php:1180
635
  msgid "Error message for the Message field"
636
  msgstr "Fehlermeldung für das Inhalts-Feld"
637
 
638
- #: contact_form.php:1147
639
- #: contact_form.php:1181
640
  msgid "Error message about the file type for the Attachment field"
641
  msgstr "Fehlermeldung über den Datei-Typ für das Anhang-Feld"
642
 
643
- #: contact_form.php:1148
644
- #: contact_form.php:1182
645
  msgid "Error message while uploading a file for the Attachment field to the server"
646
  msgstr "Fehlermeldung während des hochladens einer Datei zum Server für das Anhang-Feld"
647
 
648
- #: contact_form.php:1149
649
- #: contact_form.php:1183
650
  msgid "Error message while moving the file for the Attachment field"
651
  msgstr "Fehlermeldung während der Verschiebung für das Anhang-Feld"
652
 
653
- #: contact_form.php:1150
654
- #: contact_form.php:1184
655
  msgid "Error message when file size limit for the Attachment field is exceeded"
656
  msgstr "Fehlermeldung wenn das Datei-Größen-Limit für das Anhang-Feld überschritten wird"
657
 
658
- #: contact_form.php:1151
659
- #: contact_form.php:1185
660
  msgid "Error message for the Captcha field"
661
  msgstr "Fehlermeldung für das Capatcha-Feld"
662
 
663
- #: contact_form.php:1152
664
- #: contact_form.php:1186
665
  msgid "Error message for the whole form"
666
  msgstr "Fehlermeldung für das ganze Formular"
667
 
668
- #: contact_form.php:1155
669
- #: contact_form.php:1157
670
- #: contact_form.php:1189
671
- #: contact_form.php:1191
672
- #: contact_form.php:1212
673
- #: contact_form.php:1214
674
- #: contact_form.php:1222
675
  #: contact_form.php:1224
 
 
 
 
 
 
 
676
  msgid "Use shortcode"
677
  msgstr "Benutze shortcode"
678
 
679
- #: contact_form.php:1155
680
- #: contact_form.php:1157
681
- #: contact_form.php:1189
682
- #: contact_form.php:1191
683
- #: contact_form.php:1212
684
- #: contact_form.php:1214
685
- #: contact_form.php:1222
686
  #: contact_form.php:1224
 
 
 
 
 
 
 
687
  msgid "for this language"
688
  msgstr "für diese Sprache"
689
 
690
- #: contact_form.php:1199
 
 
 
 
 
691
  msgid "Action after email is sent"
692
  msgstr "Handlung nachdem die E-Mail gesendet wurde"
693
 
694
- #: contact_form.php:1201
695
  msgid "Display text"
696
  msgstr "Zeige Text"
697
 
698
- #: contact_form.php:1210
699
- #: contact_form.php:1220
700
  msgid "Text"
701
  msgstr "Text"
702
 
703
- #: contact_form.php:1231
704
  msgid "Redirect to the page"
705
  msgstr "Umleiten zur Seite"
706
 
707
- #: contact_form.php:1232
708
  msgid "Url"
709
  msgstr "Url"
710
 
711
- #: contact_form.php:1236
712
  msgid "The $_SERVER variable that is used to build a URL of the form"
713
  msgstr ""
714
 
715
- #: contact_form.php:1240
716
  msgid "If you are not sure whether to change this setting or not, please do not do that."
717
  msgstr ""
718
 
719
- #: contact_form.php:1246
720
- #: contact_form.php:1430
721
  msgid "Save Changes"
722
  msgstr "Speichere Änderungen"
723
 
724
- #: contact_form.php:1251
725
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
726
  msgstr "Wenn ihnen das Plugin gefällt, geben sie bitte 5 Sterne auf WordPress"
727
 
728
- #: contact_form.php:1252
729
  msgid "Rate the plugin"
730
  msgstr "Bewerten Sie das Plugin"
731
 
732
- #: contact_form.php:1255
733
  msgid "If there is something wrong about it, please contact us"
734
  msgstr "Wenn etwas fehlerhaft ist, kontaktieren sie uns bitte"
735
 
736
- #: contact_form.php:1267
737
  msgid "Errors output"
738
  msgstr "Fehler-Ausgabe"
739
 
740
- #: contact_form.php:1270
741
  msgid "Display error messages"
742
  msgstr "Zeige Fehlermeldungen"
743
 
744
- #: contact_form.php:1271
745
  msgid "Color of the input field errors."
746
  msgstr "Farbe der Eingabe-Fehld-Fehler"
747
 
748
- #: contact_form.php:1272
749
  msgid "Display error messages & color of the input field errors"
750
  msgstr "Zeige Fehlermeldungen & Farbe zu den Eingabe-Feldern"
751
 
752
- #: contact_form.php:1277
753
  msgid "Add placeholder to the input blocks"
754
  msgstr "Füge Platzhalter an die Eingabe-Blöcke"
755
 
756
- #: contact_form.php:1283
757
  msgid "Add tooltips"
758
  msgstr "Füge Tooltips hinzu"
759
 
760
- #: contact_form.php:1297
761
  msgid "Email address"
762
  msgstr "E-Mail Adresse:"
763
 
764
- #: contact_form.php:1302
765
  msgid "Phone Number"
766
  msgstr "Telefonnummer:"
767
 
768
- #: contact_form.php:1316
769
  msgid "Attachment"
770
  msgstr "Anhang:"
771
 
772
- #: contact_form.php:1321
773
  msgid "(powered by bestwebsoft.com)"
774
  msgstr "(powered by bestwebsoft.com)"
775
 
776
- #: contact_form.php:1326
777
  msgid "Style options"
778
  msgstr "Stil-Optionen"
779
 
780
- #: contact_form.php:1329
781
  msgid "Text color"
782
  msgstr "Text -Farbe"
783
 
784
- #: contact_form.php:1332
785
- #: contact_form.php:1337
786
- #: contact_form.php:1347
787
- #: contact_form.php:1352
788
- #: contact_form.php:1357
789
- #: contact_form.php:1362
790
- #: contact_form.php:1372
791
- #: contact_form.php:1377
792
- #: contact_form.php:1383
793
- #: contact_form.php:1394
794
- #: contact_form.php:1399
795
- #: contact_form.php:1404
796
  msgid "Default"
797
  msgstr "Standard"
798
 
799
- #: contact_form.php:1334
800
  msgid "Label text color"
801
  msgstr "Beschriftungs-Text -Farbe"
802
 
803
- #: contact_form.php:1339
804
  msgid "Placeholder color"
805
  msgstr "Platzhalter -Farbe"
806
 
807
- #: contact_form.php:1344
808
  msgid "Errors color"
809
  msgstr "Fehler -Farbe"
810
 
811
- #: contact_form.php:1349
812
  msgid "Error text color"
813
  msgstr "Fehler-Text -Farbe"
814
 
815
- #: contact_form.php:1354
816
  msgid "Background color of the input field errors"
817
  msgstr "Hintergrund -Farbe von den Eingabefeld-Fehlern"
818
 
819
- #: contact_form.php:1359
820
  msgid "Border color of the input field errors"
821
  msgstr "Rand -Farbe von den Eingabefeld-Fehlern"
822
 
823
- #: contact_form.php:1364
824
  msgid "Placeholder color of the input field errors"
825
  msgstr "Platzhalter -Farbe von den Eingabefeld-Fehlern"
826
 
827
- #: contact_form.php:1369
828
  msgid "Input fields"
829
  msgstr "Eingabe-Felder"
830
 
831
- #: contact_form.php:1374
832
  msgid "Input fields background color"
833
  msgstr "Eingabefelder - Hintergrundfarbe"
834
 
835
- #: contact_form.php:1379
836
  msgid "Text fields color"
837
  msgstr "Text-Felder -Farbe"
838
 
839
- #: contact_form.php:1381
840
  msgid "Border width in px, numbers only"
841
  msgstr "Rand-Breite in px, nur Zahlen"
842
 
843
- #: contact_form.php:1385
844
- #: contact_form.php:1406
845
  msgid "Border color"
846
  msgstr "Rand -Farbe"
847
 
848
- #: contact_form.php:1390
849
  msgid "Submit button"
850
  msgstr "Sende-Schaltfläche"
851
 
852
- #: contact_form.php:1392
853
  msgid "Width in px, numbers only"
854
  msgstr "Breite in px, nur Zahlen"
855
 
856
- #: contact_form.php:1396
857
  msgid "Button color"
858
  msgstr "Schaltflächen -Farbe"
859
 
860
- #: contact_form.php:1401
861
  msgid "Button text color"
862
  msgstr "Schaltflächen-Text -Farbe"
863
 
864
- #: contact_form.php:1434
865
  msgid "Contact Form Pro | Preview"
866
  msgstr "Kontakt-Form Pro | Vorschau"
867
 
868
- #: contact_form.php:1437
869
  msgid "Show with errors"
870
  msgstr "Zeige mit Fehlern"
871
 
872
- #: contact_form.php:1445
873
- #: contact_form.php:1447
874
  msgid "Please enter your full name..."
875
  msgstr "Bitte geben sie Ihren vollen Namen ein... "
876
 
877
- #: contact_form.php:1458
878
- #: contact_form.php:1460
879
  msgid "Please enter your address..."
880
  msgstr "Bitte geben sie Ihre Adresse ein... "
881
 
882
- #: contact_form.php:1469
883
- #: contact_form.php:1471
884
  msgid "Please enter your email address..."
885
  msgstr "Bitte geben sie ihre E-Mail Adresse an ..."
886
 
887
- #: contact_form.php:1480
888
- #: contact_form.php:1482
889
  msgid "Please enter your phone number..."
890
  msgstr "Bitte geben sie Ihre Telefonnummer ein... "
891
 
892
- #: contact_form.php:1491
893
- #: contact_form.php:1493
894
  msgid "Please enter subject..."
895
  msgstr "Bitte geben sie Ihren Betreff an... "
896
 
897
- #: contact_form.php:1501
898
- #: contact_form.php:1503
899
  msgid "Please enter your message..."
900
  msgstr "Bitte geben sie Ihre Nachricht ein... "
901
 
902
- #: contact_form.php:1545
903
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
904
  msgstr "Glückwunsch! Die PRO Version des Plugins wurde erfolgreich heruntergeladen und aktiviert."
905
 
906
- #: contact_form.php:1547
907
  msgid "Please, go to"
908
  msgstr "Bitte, gehen Sie nach"
909
 
910
- #: contact_form.php:1547
911
  msgid "the setting page"
912
  msgstr "Die Einstellungs-Seite"
913
 
914
- #: contact_form.php:1548
915
  msgid "You will be redirected automatically in 5 seconds."
916
  msgstr "Sie werden in 5 Sekunden automatisch weitergeleitet"
917
 
918
- #: contact_form.php:1553
919
  msgid "You can download and activate"
920
  msgstr "You can download and activate"
921
 
922
- #: contact_form.php:1555
923
  msgid "version of this plugin by entering Your license key."
924
  msgstr "Version des Plugins durch Eingabe des Linzenzschlüssels."
925
 
926
- #: contact_form.php:1557
927
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
928
  msgstr "Sie finden Ihren Linzenschlüssel auf Ihrer persönlichen Seite 'Client area', durch klicken des Links"
929
 
930
- #: contact_form.php:1559
931
  msgid "(your username is the email you specify when purchasing the product)."
932
  msgstr "(ihr Benutzername ist die beim Kauf verwendte E-Mail)."
933
 
934
- #: contact_form.php:1567
935
- #: contact_form.php:1577
936
- msgid "Go!"
937
- msgstr "Go!"
 
938
 
939
- #: contact_form.php:1647
940
  msgid "Sorry, email message could not be delivered."
941
  msgstr "Verzeihung, die Nachricht konnte nicht gesendet werden."
942
 
943
- #: contact_form.php:2053
944
  msgid "Contact from"
945
  msgstr "Kontakt von"
946
 
947
- #: contact_form.php:2066
948
- #: contact_form.php:2092
949
  msgid "Email"
950
  msgstr "E-Mail"
951
 
952
- #: contact_form.php:2070
953
- #: contact_form.php:2094
954
  msgid "Phone"
955
  msgstr "Telefonnummer"
956
 
957
- #: contact_form.php:2079
958
- #: contact_form.php:2097
959
  msgid "Site"
960
  msgstr "Webseite"
961
 
962
- #: contact_form.php:2160
963
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
964
  msgstr "Wenn sie dieses MIME sehen, unterstützt Ihr Browser diesen MIME Typ nicht!"
965
 
966
- #: contact_form.php:2229
967
- msgid "FAQ"
968
- msgstr "Häufig gestellte Fragen (FAQ)"
969
-
970
- #: contact_form.php:2230
971
  msgid "Support"
972
  msgstr "Support"
973
 
974
- #: contact_form.php:2280
975
  msgid "Are you sure that you want to delete this language data?"
976
  msgstr "Sind sie sicher, dass sie diese Sprach-Daten löschen wollen?"
977
 
978
- #: contact_form.php:2476
979
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
980
  msgstr ""
981
 
982
- #: contact_form.php:2477
983
  msgid "Extend standard plugin functionality with new great options."
984
  msgstr ""
985
 
986
- #: contact_form.php:2492
987
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
988
  msgstr ""
989
 
990
- #: contact_form.php:2493
991
  msgid "Manage messages that have been sent from your website."
992
  msgstr ""
993
 
 
 
 
994
  #~ msgid ""
995
  #~ "This functionality is available in the Pro version of the plugin. For "
996
  #~ "more details, please follow the link"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-08 14:52+0300\n"
6
+ "PO-Revision-Date: 2014-07-08 14:52+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Alex <private183@web.de>\n"
9
  "Language: de_DE\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: contact_form.php:74
21
+ #: contact_form.php:845
22
  msgid "Contact Form Settings"
23
  msgstr "Kontakt-Form Einstellungen"
24
 
25
+ #: contact_form.php:74
26
  msgid "Contact Form"
27
  msgstr "Kontakt-Form"
28
 
29
+ #: contact_form.php:150
30
+ #: contact_form.php:1200
31
+ #: contact_form.php:1234
32
  msgid "Name:"
33
  msgstr "Name:"
34
 
35
+ #: contact_form.php:151
36
+ #: contact_form.php:1201
37
+ #: contact_form.php:1235
38
  msgid "Address:"
39
  msgstr "Adresse:"
40
 
41
+ #: contact_form.php:152
42
+ #: contact_form.php:1202
43
+ #: contact_form.php:1236
44
  msgid "Email Address:"
45
  msgstr "E-Mail Adresse:"
46
 
47
+ #: contact_form.php:153
48
+ #: contact_form.php:1203
49
+ #: contact_form.php:1237
50
  msgid "Phone number:"
51
  msgstr "Telefonnummer:"
52
 
53
+ #: contact_form.php:154
54
+ #: contact_form.php:1204
55
+ #: contact_form.php:1238
56
  msgid "Subject:"
57
  msgstr "Betreff:"
58
 
59
+ #: contact_form.php:155
60
+ #: contact_form.php:1205
61
+ #: contact_form.php:1239
62
  msgid "Message:"
63
  msgstr "Inhalt:"
64
 
65
+ #: contact_form.php:156
66
+ #: contact_form.php:1206
67
+ #: contact_form.php:1240
68
  msgid "Attachment:"
69
  msgstr "Anhang:"
70
 
71
+ #: contact_form.php:157
72
  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"
73
  msgstr "Unterstützte Dateitypen: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max Datei-Größe: 2MB"
74
 
75
+ #: contact_form.php:158
76
+ #: contact_form.php:1208
77
+ #: contact_form.php:1242
78
  msgid "Send me a copy"
79
  msgstr "Kopie an mich senden"
80
 
81
+ #: contact_form.php:159
82
+ #: contact_form.php:1209
83
+ #: contact_form.php:1243
84
  msgid "Submit"
85
  msgstr "Senden"
86
 
87
+ #: contact_form.php:160
88
  msgid "Your name is required."
89
  msgstr "Dein Name wird benötigt."
90
 
91
+ #: contact_form.php:161
92
  msgid "Address is required."
93
  msgstr "Adresse wird benötigt"
94
 
95
+ #: contact_form.php:162
96
  msgid "A valid email address is required."
97
  msgstr "Eine gültige E-Mail Adresse wird benötigt."
98
 
99
+ #: contact_form.php:163
100
  msgid "Phone number is required."
101
  msgstr "Deine Telefonnummer wird benötigt."
102
 
103
+ #: contact_form.php:164
104
  msgid "Subject is required."
105
  msgstr "Ein Betreff wird benötigt."
106
 
107
+ #: contact_form.php:165
108
  msgid "Message text is required."
109
  msgstr "Ein Inhalt wird benötigt."
110
 
111
+ #: contact_form.php:166
112
  msgid "File format is not valid."
113
  msgstr "Datei Format ist nicht erlaubt."
114
 
115
+ #: contact_form.php:167
116
  msgid "File upload error."
117
  msgstr "Datei-Übertragungsfehler"
118
 
119
+ #: contact_form.php:168
120
  msgid "The file could not be uploaded."
121
  msgstr "Die Datei konnte nicht hochgeladen werden."
122
 
123
+ #: contact_form.php:169
124
  msgid "This file is too large."
125
  msgstr "Diese Datei ist zu groß."
126
 
127
+ #: contact_form.php:170
128
  msgid "Please fill out the CAPTCHA."
129
  msgstr "Bitte CAPTCHA ausfüllen."
130
 
131
+ #: contact_form.php:171
132
  msgid "Please make corrections below and try again."
133
  msgstr "Bitte mach unten korrekturen und versuche es erneut."
134
 
135
+ #: contact_form.php:173
136
  msgid "Thank you for contacting us."
137
  msgstr "Danke für Ihre Nachricht."
138
 
139
+ #: contact_form.php:369
140
  msgid "requires"
141
  msgstr "benötigt"
142
 
143
+ #: contact_form.php:369
144
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
145
  msgstr "oder höher, darum wurde es deaktiviert! Bitte rüsten sie WordPress auf und versuchen sie es erneut."
146
 
147
+ #: contact_form.php:369
148
  msgid "Back to the WordPress"
149
  msgstr "Zurück zu WordPress"
150
 
151
+ #: contact_form.php:369
152
  msgid "Plugins page"
153
  msgstr "Plugin Seite"
154
 
155
+ #: contact_form.php:677
156
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
157
  msgstr "Wenn die 'Redirect to page/Umleiten zur Seite' Option verwendet wird, dann sollte das Feld URL in folgendem Format sein"
158
 
159
+ #: contact_form.php:686
160
  msgid "Such user does not exist. Settings are not saved."
161
  msgstr "Dieser User exestiert nicht. Einstellungen werden nicht gespeichert."
162
 
163
+ #: contact_form.php:690
164
+ #: contact_form.php:696
165
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
166
  msgstr "Bitte geben sie eine gültige Email Adresse in das 'FROM/VON' Feld ein. Einstellungen werden nicht gespeichert."
167
 
168
+ #: contact_form.php:721
169
  msgid "Settings saved."
170
  msgstr "Einstellungen gespeichert."
171
 
172
+ #: contact_form.php:748
173
+ #: contact_form.php:780
174
  msgid "Wrong license key"
175
  msgstr "Falscher Lizenzschlüssel"
176
 
177
+ #: contact_form.php:773
178
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
179
  msgstr "Etwas ging schief. Versuchen sie es später nochmals. Wenn der Fehler erneut auftritt, bitte, kontaktieren sie uns <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Wir entschuldigen für die Umstände."
180
 
181
+ #: contact_form.php:782
182
  msgid "This license key is bind to another site"
183
  msgstr "Dieser Linzenz-Key ist an eine andere Seite gebunden."
184
 
185
+ #: contact_form.php:784
186
+ #: contact_form.php:1645
187
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
188
  msgstr "Leider haben sie die Anzahl an verfügbaren Versuchen pro Trag überschritten. Bitte laden sie das Plugin manuell hoch"
189
 
190
+ #: contact_form.php:801
191
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
192
  msgstr "Fehler beim öffnen des zip Archives. Bitte laden sie das Plugin manuell hoch"
193
 
194
+ #: contact_form.php:807
195
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
196
  msgstr "Ihr Server unterstützt kein ZipArchiv oder Phar. Bitte laden sie das Plugin manuell hoch"
197
 
198
+ #: contact_form.php:811
199
+ #: contact_form.php:820
200
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
201
  msgstr "Download des zip Archives fehlgeschlagen. Bitte laden sie das Plugin manuell hoch"
202
 
203
+ #: contact_form.php:824
204
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
205
  msgstr "Etwas ging schief. Versuchen sie es später oder laden sie das plugin manuell hoch. Wir entschuldigen für die Umstände."
206
 
207
+ #: contact_form.php:839
208
  msgid "Please, enter Your license key"
209
  msgstr "Bitte, geben sie Ihren Linzenzschlüssel ein"
210
 
211
+ #: contact_form.php:847
212
+ #: contact_form.php:2306
213
+ #: contact_form.php:2318
214
  msgid "Settings"
215
  msgstr "Einstellungen"
216
 
217
+ #: contact_form.php:848
218
  msgid "Extra settings"
219
  msgstr "Weitere Einstellungen"
220
 
221
+ #: contact_form.php:849
222
+ #: contact_form.php:2319
223
+ msgid "FAQ"
224
+ msgstr "Häufig gestellte Fragen (FAQ)"
225
+
226
+ #: contact_form.php:850
227
  msgid "Go PRO"
228
  msgstr "Go PRO"
229
 
230
+ #: contact_form.php:853
231
  msgid "Notice:"
232
  msgstr "Notiz:"
233
 
234
+ #: contact_form.php:853
235
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
236
  msgstr "Die Einstellungen des Plugins wurden geändert. Um diese zu speichern vergessen sie nicht auf 'Save Changes/Speicher Änderungen' zu klicken."
237
 
238
+ #: contact_form.php:859
239
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
240
  msgstr ""
241
 
242
+ #: contact_form.php:865
243
+ #: contact_form.php:870
244
+ #: contact_form.php:1604
245
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
246
  msgstr "Wenn sie die Kontakt-Form auf ihrer Webseite plazieren möchten, kopieren und fügen sie diesen shortcode in ihrem/r Beitrag, Seite oder Widget ein:"
247
 
248
+ #: contact_form.php:865
249
+ #: contact_form.php:866
250
+ #: contact_form.php:870
251
+ #: contact_form.php:871
252
+ #: contact_form.php:1224
253
+ #: contact_form.php:1226
254
+ #: contact_form.php:1287
255
+ #: contact_form.php:1289
256
  msgid "or"
257
  msgstr "oder"
258
 
259
+ #: contact_form.php:866
260
+ #: contact_form.php:871
261
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
262
  msgstr "Wenn sie irgendwelche Probleme mit dem standard shortcode [contact_form] haben, sollten sie folgenden shortcode verwenden"
263
 
264
+ #: contact_form.php:867
265
+ #: contact_form.php:872
266
  msgid "They work the same way."
267
  msgstr "Sie arbeiten auf gleiche weise."
268
 
269
+ #: contact_form.php:868
270
+ #: contact_form.php:873
271
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
272
  msgstr "Wenn sie die Felder leer lassen, wird die Nachricht an die bei der registrierung angegebenen E-Mail Adresse gesendet."
273
 
274
+ #: contact_form.php:878
275
  msgid "The user's email address:"
276
  msgstr "Benutzer E-Mail Adresse"
277
 
278
+ #: contact_form.php:882
279
  msgid "Create a username"
280
  msgstr "Benutzername erstellen"
281
 
282
+ #: contact_form.php:889
283
  msgid "Enter a username of the person who should get the messages from the contact form."
284
  msgstr "Geben sie den Benutzernamen des Users an, der die Nachrichten der Kontakt-Form erhalten soll."
285
 
286
+ #: contact_form.php:893
287
  msgid "Use this email address:"
288
  msgstr "Nutzen sie diese E-Mail Adresse"
289
 
290
+ #: contact_form.php:896
291
  msgid "Enter the email address you want the messages forwarded to."
292
  msgstr "Geben sie die E-Mail Adresse ein, an welche die Nachricht weitergeleitet werden soll."
293
 
294
+ #: contact_form.php:905
295
  msgid "Add department selectbox to the contact form:"
296
  msgstr "Füge Abteilungs- Auswahlbox zu der Kontakt-Form:"
297
 
298
+ #: contact_form.php:913
299
+ #: contact_form.php:1487
300
  msgid "If you upgrade to Pro version all your settings will be saved."
301
  msgstr "Wenn sie auf Pro upgraden werden alle ihre Einstellungen gespeichert"
302
 
303
+ #: contact_form.php:920
304
+ #: contact_form.php:1066
305
+ #: contact_form.php:1140
306
+ #: contact_form.php:1494
307
  msgid "Unlock premium options by upgrading to a PRO version."
308
  msgstr ""
309
 
310
+ #: contact_form.php:921
311
+ #: contact_form.php:1067
312
+ #: contact_form.php:1141
313
+ #: contact_form.php:1495
314
+ #: contact_form.php:2574
315
+ #: contact_form.php:2590
316
  msgid "Learn More"
317
  msgstr ""
318
 
319
+ #: contact_form.php:924
320
+ #: contact_form.php:1070
321
+ #: contact_form.php:1144
322
+ #: contact_form.php:1498
323
  #, fuzzy
324
  msgid "Go"
325
  msgstr "Go!"
326
 
327
+ #: contact_form.php:931
328
  msgid "Save emails to the database"
329
  msgstr "Speicher E-Mails in die Datenbank"
330
 
331
+ #: contact_form.php:937
332
  msgid "Using"
333
  msgstr "Verwendet"
334
 
335
+ #: contact_form.php:937
336
+ #: contact_form.php:1117
337
+ #: contact_form.php:1120
338
+ #: contact_form.php:1124
339
  msgid "powered by"
340
  msgstr "powered by"
341
 
342
+ #: contact_form.php:940
343
+ #: contact_form.php:944
344
  msgid "Using Contact Form to DB powered by"
345
  msgstr "Verwende 'Kontakt-Form in die DB' powered by"
346
 
347
+ #: contact_form.php:940
348
  msgid "Activate Contact Form to DB"
349
  msgstr "Aktiviere 'Kontakt-Form in die DB'"
350
 
351
+ #: contact_form.php:944
352
  msgid "Download Contact Form to DB"
353
  msgstr "Lade 'Kontakt-Form in die DB' herunter"
354
 
355
+ #: contact_form.php:949
356
  msgid "Additional options"
357
  msgstr "Weitere Optionen"
358
 
359
+ #: contact_form.php:951
360
  msgid "Show"
361
  msgstr "Zeige"
362
 
363
+ #: contact_form.php:952
364
  msgid "Hide"
365
  msgstr "Verstecke"
366
 
367
+ #: contact_form.php:956
368
  msgid "What to use?"
369
  msgstr "Was soll verwendet werden?"
370
 
371
+ #: contact_form.php:959
372
  msgid "Wp-mail"
373
  msgstr "Wp-mail"
374
 
375
+ #: contact_form.php:959
376
  msgid "You can use the wp_mail function for mailing"
377
  msgstr "Sie können die wp_mail Funktion für das versenden verwenden."
378
 
379
+ #: contact_form.php:961
380
  msgid "Mail"
381
  msgstr "Mail"
382
 
383
+ #: contact_form.php:961
384
  msgid "To send mail you can use the php mail function"
385
  msgstr "Um mails zu versenden, können sie die php mail Funktion verwenden."
386
 
387
+ #: contact_form.php:965
388
  msgid "The text in the 'From' field"
389
  msgstr "Der Text in dem Feld 'From/Von'"
390
 
391
+ #: contact_form.php:967
392
  msgid "User name"
393
  msgstr "Benutzer Name"
394
 
395
+ #: contact_form.php:968
396
  msgid "The name of the user who fills the form will be used in the field 'From'."
397
  msgstr "Der Name des Benutzers, der das Formular ausfüllt, wird im Feld 'From/Von' verwendt."
398
 
399
+ #: contact_form.php:971
400
  msgid "This text will be used in the 'FROM' field"
401
  msgstr "Dieser Text wird in dem Feld 'FROM/VON' stehen"
402
 
403
+ #: contact_form.php:975
404
  msgid "The email address in the 'From' field"
405
  msgstr "Die E-Mail Adresse in dem Feld 'From/Von'"
406
 
407
+ #: contact_form.php:977
408
  msgid "User email"
409
  msgstr "Benutzer E-Mail"
410
 
411
+ #: contact_form.php:978
412
  msgid "The email address of the user who fills the form will be used in the field 'From'."
413
  msgstr "Die E-Mail Adresse des Benutzers, der das Formular ausfüllt, wird im Feld 'From/Von' verwendt."
414
 
415
+ #: contact_form.php:981
416
  msgid "This email address will be used in the 'From' field."
417
  msgstr "Diese E-Mail Adresse wird in dem 'From/Von' Feld verwendet"
418
 
419
+ #: contact_form.php:985
420
  msgid "Required symbol"
421
  msgstr "Benötigtes Symbol"
422
 
423
+ #: contact_form.php:995
424
  msgid "Fields"
425
  msgstr "Felder"
426
 
427
+ #: contact_form.php:996
428
  msgid "Used"
429
  msgstr "Benutzt"
430
 
431
+ #: contact_form.php:997
432
  msgid "Required"
433
  msgstr "Benötigt"
434
 
435
+ #: contact_form.php:998
436
  msgid "Visible"
437
  msgstr "Sichtbar"
438
 
439
+ #: contact_form.php:999
440
  msgid "Disabled for editing"
441
  msgstr "Bearbeitung ist ausgeschaltet"
442
 
443
+ #: contact_form.php:1000
444
  msgid "Field's default value"
445
  msgstr "Standard-Feld-Wert"
446
 
447
+ #: contact_form.php:1005
448
+ #: contact_form.php:1362
449
+ #: contact_form.php:2125
450
+ #: contact_form.php:2161
451
  msgid "Name"
452
  msgstr "Name"
453
 
454
+ #: contact_form.php:1013
455
+ msgid "Location selectbox"
456
+ msgstr ""
457
+
458
+ #: contact_form.php:1021
459
+ #: contact_form.php:1367
460
+ #: contact_form.php:2131
461
+ #: contact_form.php:2165
462
  msgid "Address"
463
  msgstr "Adresse: "
464
 
465
+ #: contact_form.php:1029
466
  msgid "Email Address"
467
  msgstr "E-Mail Adresse:"
468
 
469
+ #: contact_form.php:1037
470
  msgid "Phone number"
471
  msgstr "Telefonnummer:"
472
 
473
+ #: contact_form.php:1045
474
+ #: contact_form.php:1382
475
+ #: contact_form.php:2146
476
+ #: contact_form.php:2174
477
  msgid "Subject"
478
  msgstr "Betreff"
479
 
480
+ #: contact_form.php:1053
481
+ #: contact_form.php:1386
482
+ #: contact_form.php:2149
483
+ #: contact_form.php:2176
484
  msgid "Message"
485
  msgstr "Inhalt"
486
 
487
+ #: contact_form.php:1077
488
  msgid "Attachment block"
489
  msgstr "Anhang-Block"
490
 
491
+ #: contact_form.php:1079
492
  msgid "Users can attach the following file formats"
493
  msgstr "Benutzer können die folgenden Formate anhängen:"
494
 
495
+ #: contact_form.php:1092
496
  msgid "Add to the form"
497
  msgstr "Füge in die Form"
498
 
499
+ #: contact_form.php:1097
500
  msgid "Tips below the Attachment"
501
  msgstr "Tipps unterhalb des Anhangs"
502
 
503
+ #: contact_form.php:1106
504
  msgid "'Send me a copy' block"
505
  msgstr "'Kopie an mich senden' Block"
506
 
507
+ #: contact_form.php:1117
508
+ #: contact_form.php:1120
509
+ #: contact_form.php:1124
510
+ #: contact_form.php:1396
511
  msgid "Captcha"
512
  msgstr "Captcha"
513
 
514
+ #: contact_form.php:1120
515
  msgid "Activate captcha"
516
  msgstr "Aktiviere captcha"
517
 
518
+ #: contact_form.php:1124
519
  msgid "Download captcha"
520
  msgstr "Download captcha"
521
 
522
+ #: contact_form.php:1132
523
  msgid "Agreement checkbox"
524
  msgstr "Agreement checkbox"
525
 
526
+ #: contact_form.php:1132
527
  msgid "Required checkbox for submitting the form"
528
  msgstr "Benötigte checkbox zur übermittlung des Formulars"
529
 
530
+ #: contact_form.php:1133
531
  msgid "Optional checkbox"
532
  msgstr "Optionale checkbox"
533
 
534
+ #: contact_form.php:1133
535
  msgid "Optional checkbox, the results of which will be displayed in email"
536
  msgstr "Optionale checkbox, das Ergebnis davon wird in der E-Mail angezeigt"
537
 
538
+ #: contact_form.php:1150
539
  msgid "Delete an attachment file from the server after the email is sent"
540
  msgstr "Lösche die Anhang-Datei vom Server nachdem die E-Mail gesendet wurde"
541
 
542
+ #: contact_form.php:1156
543
  msgid "Email in HTML format sending"
544
  msgstr "E-Mail im HTML Format"
545
 
546
+ #: contact_form.php:1160
547
  msgid "Display additional info in the email"
548
  msgstr "Zeige weitere Informationen in der E-Mail"
549
 
550
+ #: contact_form.php:1165
551
+ #: contact_form.php:2092
552
+ #: contact_form.php:2094
553
  msgid "Sent from (ip address)"
554
  msgstr "Gesendet von (IP-Adresse)"
555
 
556
+ #: contact_form.php:1165
557
  msgid "Example: Sent from (IP address):\t127.0.0.1"
558
  msgstr "Beispiel: Gesendet von (IP-Adresse):\t127.0.0.1"
559
 
560
+ #: contact_form.php:1166
561
+ #: contact_form.php:2098
562
+ #: contact_form.php:2100
563
  msgid "Date/Time"
564
  msgstr "Datum/Zeit"
565
 
566
+ #: contact_form.php:1166
567
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
568
  msgstr "Beispiel: Datum/Zeit:\tAugust 19, 2013 8:50 pm"
569
 
570
+ #: contact_form.php:1167
571
+ #: contact_form.php:2104
572
+ #: contact_form.php:2106
573
  msgid "Sent from (referer)"
574
  msgstr "Gesendet von (referer)"
575
 
576
+ #: contact_form.php:1167
577
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
578
  msgstr "Beispiel: Gesendet von (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
579
 
580
+ #: contact_form.php:1168
581
+ #: contact_form.php:2110
582
+ #: contact_form.php:2112
583
  msgid "Using (user agent)"
584
  msgstr "Verwendet (user agent)"
585
 
586
+ #: contact_form.php:1168
587
  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"
588
  msgstr "Beispiel: Verwendet (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
589
 
590
+ #: contact_form.php:1172
591
  msgid "Language settings for the field names in the form"
592
  msgstr "Benutzer-Einstellungen für die Feld-Namen in der Form"
593
 
594
+ #: contact_form.php:1181
595
  msgid "Add a language"
596
  msgstr "Hinzufügen einer Sprache"
597
 
598
+ #: contact_form.php:1185
599
  msgid "Change the names of the contact form fields and error messages"
600
  msgstr "Verändere die Namen der Kontakt-Form-Felder und Fehlermeldungen"
601
 
602
+ #: contact_form.php:1190
603
+ #: contact_form.php:1277
604
  msgid "English"
605
  msgstr "Englisch"
606
 
607
+ #: contact_form.php:1198
608
+ #: contact_form.php:1232
609
  msgid "click to expand/hide the list"
610
  msgstr "Klick zum erweitern/verstecken der Liste"
611
 
612
+ #: contact_form.php:1207
613
+ #: contact_form.php:1241
614
  msgid "Tips below the Attachment block"
615
  msgstr "Tipps unterhalb des Anhang-Blocks"
616
 
617
+ #: contact_form.php:1210
618
+ #: contact_form.php:1244
619
  msgid "Error message for the Name field"
620
  msgstr "Fehlermeldung für das Namensfeld"
621
 
622
+ #: contact_form.php:1211
623
+ #: contact_form.php:1245
624
  msgid "Error message for the Address field"
625
  msgstr "Fehlermeldung für das Adress-Feld"
626
 
627
+ #: contact_form.php:1212
628
+ #: contact_form.php:1246
629
  msgid "Error message for the Email field"
630
  msgstr "Fehlermeldung für das E-Mail-Feld"
631
 
632
+ #: contact_form.php:1213
633
+ #: contact_form.php:1247
634
  msgid "Error message for the Phone field"
635
  msgstr "Fehlermeldung für das Telefonnummer-Feld"
636
 
637
+ #: contact_form.php:1214
638
+ #: contact_form.php:1248
639
  msgid "Error message for the Subject field"
640
  msgstr "Fehlermeldung für das Betreff-Feld"
641
 
642
+ #: contact_form.php:1215
643
+ #: contact_form.php:1249
644
  msgid "Error message for the Message field"
645
  msgstr "Fehlermeldung für das Inhalts-Feld"
646
 
647
+ #: contact_form.php:1216
648
+ #: contact_form.php:1250
649
  msgid "Error message about the file type for the Attachment field"
650
  msgstr "Fehlermeldung über den Datei-Typ für das Anhang-Feld"
651
 
652
+ #: contact_form.php:1217
653
+ #: contact_form.php:1251
654
  msgid "Error message while uploading a file for the Attachment field to the server"
655
  msgstr "Fehlermeldung während des hochladens einer Datei zum Server für das Anhang-Feld"
656
 
657
+ #: contact_form.php:1218
658
+ #: contact_form.php:1252
659
  msgid "Error message while moving the file for the Attachment field"
660
  msgstr "Fehlermeldung während der Verschiebung für das Anhang-Feld"
661
 
662
+ #: contact_form.php:1219
663
+ #: contact_form.php:1253
664
  msgid "Error message when file size limit for the Attachment field is exceeded"
665
  msgstr "Fehlermeldung wenn das Datei-Größen-Limit für das Anhang-Feld überschritten wird"
666
 
667
+ #: contact_form.php:1220
668
+ #: contact_form.php:1254
669
  msgid "Error message for the Captcha field"
670
  msgstr "Fehlermeldung für das Capatcha-Feld"
671
 
672
+ #: contact_form.php:1221
673
+ #: contact_form.php:1255
674
  msgid "Error message for the whole form"
675
  msgstr "Fehlermeldung für das ganze Formular"
676
 
 
 
 
 
 
 
 
677
  #: contact_form.php:1224
678
+ #: contact_form.php:1226
679
+ #: contact_form.php:1258
680
+ #: contact_form.php:1260
681
+ #: contact_form.php:1287
682
+ #: contact_form.php:1289
683
+ #: contact_form.php:1297
684
+ #: contact_form.php:1299
685
  msgid "Use shortcode"
686
  msgstr "Benutze shortcode"
687
 
 
 
 
 
 
 
 
688
  #: contact_form.php:1224
689
+ #: contact_form.php:1226
690
+ #: contact_form.php:1258
691
+ #: contact_form.php:1260
692
+ #: contact_form.php:1287
693
+ #: contact_form.php:1289
694
+ #: contact_form.php:1297
695
+ #: contact_form.php:1299
696
  msgid "for this language"
697
  msgstr "für diese Sprache"
698
 
699
+ #: contact_form.php:1268
700
+ #, fuzzy
701
+ msgid "Use the changed names of the contact form fields in the email"
702
+ msgstr "Verändere die Namen der Kontakt-Form-Felder und Fehlermeldungen"
703
+
704
+ #: contact_form.php:1274
705
  msgid "Action after email is sent"
706
  msgstr "Handlung nachdem die E-Mail gesendet wurde"
707
 
708
+ #: contact_form.php:1276
709
  msgid "Display text"
710
  msgstr "Zeige Text"
711
 
712
+ #: contact_form.php:1285
713
+ #: contact_form.php:1295
714
  msgid "Text"
715
  msgstr "Text"
716
 
717
+ #: contact_form.php:1306
718
  msgid "Redirect to the page"
719
  msgstr "Umleiten zur Seite"
720
 
721
+ #: contact_form.php:1307
722
  msgid "Url"
723
  msgstr "Url"
724
 
725
+ #: contact_form.php:1311
726
  msgid "The $_SERVER variable that is used to build a URL of the form"
727
  msgstr ""
728
 
729
+ #: contact_form.php:1315
730
  msgid "If you are not sure whether to change this setting or not, please do not do that."
731
  msgstr ""
732
 
733
+ #: contact_form.php:1321
734
+ #: contact_form.php:1505
735
  msgid "Save Changes"
736
  msgstr "Speichere Änderungen"
737
 
738
+ #: contact_form.php:1326
739
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
740
  msgstr "Wenn ihnen das Plugin gefällt, geben sie bitte 5 Sterne auf WordPress"
741
 
742
+ #: contact_form.php:1327
743
  msgid "Rate the plugin"
744
  msgstr "Bewerten Sie das Plugin"
745
 
746
+ #: contact_form.php:1330
747
  msgid "If there is something wrong about it, please contact us"
748
  msgstr "Wenn etwas fehlerhaft ist, kontaktieren sie uns bitte"
749
 
750
+ #: contact_form.php:1342
751
  msgid "Errors output"
752
  msgstr "Fehler-Ausgabe"
753
 
754
+ #: contact_form.php:1345
755
  msgid "Display error messages"
756
  msgstr "Zeige Fehlermeldungen"
757
 
758
+ #: contact_form.php:1346
759
  msgid "Color of the input field errors."
760
  msgstr "Farbe der Eingabe-Fehld-Fehler"
761
 
762
+ #: contact_form.php:1347
763
  msgid "Display error messages & color of the input field errors"
764
  msgstr "Zeige Fehlermeldungen & Farbe zu den Eingabe-Feldern"
765
 
766
+ #: contact_form.php:1352
767
  msgid "Add placeholder to the input blocks"
768
  msgstr "Füge Platzhalter an die Eingabe-Blöcke"
769
 
770
+ #: contact_form.php:1358
771
  msgid "Add tooltips"
772
  msgstr "Füge Tooltips hinzu"
773
 
774
+ #: contact_form.php:1372
775
  msgid "Email address"
776
  msgstr "E-Mail Adresse:"
777
 
778
+ #: contact_form.php:1377
779
  msgid "Phone Number"
780
  msgstr "Telefonnummer:"
781
 
782
+ #: contact_form.php:1391
783
  msgid "Attachment"
784
  msgstr "Anhang:"
785
 
786
+ #: contact_form.php:1396
787
  msgid "(powered by bestwebsoft.com)"
788
  msgstr "(powered by bestwebsoft.com)"
789
 
790
+ #: contact_form.php:1401
791
  msgid "Style options"
792
  msgstr "Stil-Optionen"
793
 
794
+ #: contact_form.php:1404
795
  msgid "Text color"
796
  msgstr "Text -Farbe"
797
 
798
+ #: contact_form.php:1407
799
+ #: contact_form.php:1412
800
+ #: contact_form.php:1422
801
+ #: contact_form.php:1427
802
+ #: contact_form.php:1432
803
+ #: contact_form.php:1437
804
+ #: contact_form.php:1447
805
+ #: contact_form.php:1452
806
+ #: contact_form.php:1458
807
+ #: contact_form.php:1469
808
+ #: contact_form.php:1474
809
+ #: contact_form.php:1479
810
  msgid "Default"
811
  msgstr "Standard"
812
 
813
+ #: contact_form.php:1409
814
  msgid "Label text color"
815
  msgstr "Beschriftungs-Text -Farbe"
816
 
817
+ #: contact_form.php:1414
818
  msgid "Placeholder color"
819
  msgstr "Platzhalter -Farbe"
820
 
821
+ #: contact_form.php:1419
822
  msgid "Errors color"
823
  msgstr "Fehler -Farbe"
824
 
825
+ #: contact_form.php:1424
826
  msgid "Error text color"
827
  msgstr "Fehler-Text -Farbe"
828
 
829
+ #: contact_form.php:1429
830
  msgid "Background color of the input field errors"
831
  msgstr "Hintergrund -Farbe von den Eingabefeld-Fehlern"
832
 
833
+ #: contact_form.php:1434
834
  msgid "Border color of the input field errors"
835
  msgstr "Rand -Farbe von den Eingabefeld-Fehlern"
836
 
837
+ #: contact_form.php:1439
838
  msgid "Placeholder color of the input field errors"
839
  msgstr "Platzhalter -Farbe von den Eingabefeld-Fehlern"
840
 
841
+ #: contact_form.php:1444
842
  msgid "Input fields"
843
  msgstr "Eingabe-Felder"
844
 
845
+ #: contact_form.php:1449
846
  msgid "Input fields background color"
847
  msgstr "Eingabefelder - Hintergrundfarbe"
848
 
849
+ #: contact_form.php:1454
850
  msgid "Text fields color"
851
  msgstr "Text-Felder -Farbe"
852
 
853
+ #: contact_form.php:1456
854
  msgid "Border width in px, numbers only"
855
  msgstr "Rand-Breite in px, nur Zahlen"
856
 
857
+ #: contact_form.php:1460
858
+ #: contact_form.php:1481
859
  msgid "Border color"
860
  msgstr "Rand -Farbe"
861
 
862
+ #: contact_form.php:1465
863
  msgid "Submit button"
864
  msgstr "Sende-Schaltfläche"
865
 
866
+ #: contact_form.php:1467
867
  msgid "Width in px, numbers only"
868
  msgstr "Breite in px, nur Zahlen"
869
 
870
+ #: contact_form.php:1471
871
  msgid "Button color"
872
  msgstr "Schaltflächen -Farbe"
873
 
874
+ #: contact_form.php:1476
875
  msgid "Button text color"
876
  msgstr "Schaltflächen-Text -Farbe"
877
 
878
+ #: contact_form.php:1509
879
  msgid "Contact Form Pro | Preview"
880
  msgstr "Kontakt-Form Pro | Vorschau"
881
 
882
+ #: contact_form.php:1512
883
  msgid "Show with errors"
884
  msgstr "Zeige mit Fehlern"
885
 
886
+ #: contact_form.php:1520
887
+ #: contact_form.php:1522
888
  msgid "Please enter your full name..."
889
  msgstr "Bitte geben sie Ihren vollen Namen ein... "
890
 
891
+ #: contact_form.php:1533
892
+ #: contact_form.php:1535
893
  msgid "Please enter your address..."
894
  msgstr "Bitte geben sie Ihre Adresse ein... "
895
 
896
+ #: contact_form.php:1544
897
+ #: contact_form.php:1546
898
  msgid "Please enter your email address..."
899
  msgstr "Bitte geben sie ihre E-Mail Adresse an ..."
900
 
901
+ #: contact_form.php:1555
902
+ #: contact_form.php:1557
903
  msgid "Please enter your phone number..."
904
  msgstr "Bitte geben sie Ihre Telefonnummer ein... "
905
 
906
+ #: contact_form.php:1566
907
+ #: contact_form.php:1568
908
  msgid "Please enter subject..."
909
  msgstr "Bitte geben sie Ihren Betreff an... "
910
 
911
+ #: contact_form.php:1576
912
+ #: contact_form.php:1578
913
  msgid "Please enter your message..."
914
  msgstr "Bitte geben sie Ihre Nachricht ein... "
915
 
916
+ #: contact_form.php:1620
917
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
918
  msgstr "Glückwunsch! Die PRO Version des Plugins wurde erfolgreich heruntergeladen und aktiviert."
919
 
920
+ #: contact_form.php:1622
921
  msgid "Please, go to"
922
  msgstr "Bitte, gehen Sie nach"
923
 
924
+ #: contact_form.php:1622
925
  msgid "the setting page"
926
  msgstr "Die Einstellungs-Seite"
927
 
928
+ #: contact_form.php:1623
929
  msgid "You will be redirected automatically in 5 seconds."
930
  msgstr "Sie werden in 5 Sekunden automatisch weitergeleitet"
931
 
932
+ #: contact_form.php:1628
933
  msgid "You can download and activate"
934
  msgstr "You can download and activate"
935
 
936
+ #: contact_form.php:1630
937
  msgid "version of this plugin by entering Your license key."
938
  msgstr "Version des Plugins durch Eingabe des Linzenzschlüssels."
939
 
940
+ #: contact_form.php:1632
941
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
942
  msgstr "Sie finden Ihren Linzenschlüssel auf Ihrer persönlichen Seite 'Client area', durch klicken des Links"
943
 
944
+ #: contact_form.php:1634
945
  msgid "(your username is the email you specify when purchasing the product)."
946
  msgstr "(ihr Benutzername ist die beim Kauf verwendte E-Mail)."
947
 
948
+ #: contact_form.php:1642
949
+ #: contact_form.php:1652
950
+ #, fuzzy
951
+ msgid "Activate"
952
+ msgstr "Aktiviere captcha"
953
 
954
+ #: contact_form.php:1718
955
  msgid "Sorry, email message could not be delivered."
956
  msgstr "Verzeihung, die Nachricht konnte nicht gesendet werden."
957
 
958
+ #: contact_form.php:2119
959
  msgid "Contact from"
960
  msgstr "Kontakt von"
961
 
962
+ #: contact_form.php:2136
963
+ #: contact_form.php:2168
964
  msgid "Email"
965
  msgstr "E-Mail"
966
 
967
+ #: contact_form.php:2141
968
+ #: contact_form.php:2171
969
  msgid "Phone"
970
  msgstr "Telefonnummer"
971
 
972
+ #: contact_form.php:2152
973
+ #: contact_form.php:2178
974
  msgid "Site"
975
  msgstr "Webseite"
976
 
977
+ #: contact_form.php:2250
978
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
979
  msgstr "Wenn sie dieses MIME sehen, unterstützt Ihr Browser diesen MIME Typ nicht!"
980
 
981
+ #: contact_form.php:2320
 
 
 
 
982
  msgid "Support"
983
  msgstr "Support"
984
 
985
+ #: contact_form.php:2368
986
  msgid "Are you sure that you want to delete this language data?"
987
  msgstr "Sind sie sicher, dass sie diese Sprach-Daten löschen wollen?"
988
 
989
+ #: contact_form.php:2577
990
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
991
  msgstr ""
992
 
993
+ #: contact_form.php:2578
994
  msgid "Extend standard plugin functionality with new great options."
995
  msgstr ""
996
 
997
+ #: contact_form.php:2593
998
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
999
  msgstr ""
1000
 
1001
+ #: contact_form.php:2594
1002
  msgid "Manage messages that have been sent from your website."
1003
  msgstr ""
1004
 
1005
+ #~ msgid "Go!"
1006
+ #~ msgstr "Go!"
1007
+
1008
  #~ msgid ""
1009
  #~ "This functionality is available in the Pro version of the plugin. For "
1010
  #~ "more details, please follow the link"
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: 2014-05-20 13:49+0300\n"
6
- "PO-Revision-Date: 2014-05-20 13:52+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Javitopo <jaawme@hotmail.com>\n"
9
  "Language: it_IT\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:74
20
- #: contact_form.php:807
21
  msgid "Contact Form Settings"
22
  msgstr "Opciones de formulario de contacto"
23
 
@@ -26,44 +26,44 @@ msgid "Contact Form"
26
  msgstr "Contact Form"
27
 
28
  #: contact_form.php:150
29
- #: contact_form.php:1154
30
- #: contact_form.php:1188
31
  msgid "Name:"
32
  msgstr "Nombre:"
33
 
34
  #: contact_form.php:151
35
- #: contact_form.php:1155
36
- #: contact_form.php:1189
37
  msgid "Address:"
38
  msgstr "Dirección:"
39
 
40
  #: contact_form.php:152
41
- #: contact_form.php:1156
42
- #: contact_form.php:1190
43
  msgid "Email Address:"
44
  msgstr "Dirección de correo electrónico:"
45
 
46
  #: contact_form.php:153
47
- #: contact_form.php:1157
48
- #: contact_form.php:1191
49
  msgid "Phone number:"
50
  msgstr "Número de teléfono:"
51
 
52
  #: contact_form.php:154
53
- #: contact_form.php:1158
54
- #: contact_form.php:1192
55
  msgid "Subject:"
56
  msgstr "Asunto:"
57
 
58
  #: contact_form.php:155
59
- #: contact_form.php:1159
60
- #: contact_form.php:1193
61
  msgid "Message:"
62
  msgstr "Mensaje:"
63
 
64
  #: contact_form.php:156
65
- #: contact_form.php:1160
66
- #: contact_form.php:1194
67
  msgid "Attachment:"
68
  msgstr "Datos adjuntos:"
69
 
@@ -72,14 +72,14 @@ msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI,
72
  msgstr "Tipos de archivo admitidos: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Tamaño máximo de archivo: 2MB"
73
 
74
  #: contact_form.php:158
75
- #: contact_form.php:1162
76
- #: contact_form.php:1196
77
  msgid "Send me a copy"
78
  msgstr "Deseo recibir una copia"
79
 
80
  #: contact_form.php:159
81
- #: contact_form.php:1163
82
- #: contact_form.php:1197
83
  msgid "Submit"
84
  msgstr "Enviar"
85
 
@@ -135,861 +135,874 @@ msgstr "Por favor, haga las correcciones y a continuación vuelva a intentarlo."
135
  msgid "Thank you for contacting us."
136
  msgstr "Gracias por contactar con nosotros."
137
 
138
- #: contact_form.php:333
139
  msgid "requires"
140
  msgstr "requiere"
141
 
142
- #: contact_form.php:333
143
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
144
  msgstr "o superior, es por eso que ha sido desactivado! Por favor actualize WordPress y vuelva a intentarlo."
145
 
146
- #: contact_form.php:333
147
  msgid "Back to the WordPress"
148
  msgstr "Volver a WordPress"
149
 
150
- #: contact_form.php:333
151
  msgid "Plugins page"
152
  msgstr "Página de Plugins"
153
 
154
- #: contact_form.php:639
155
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
156
  msgstr "Si se selecciona la opción 'Redirigir a la página', entonces el campo URL debe estar en el siguiente formato"
157
 
158
- #: contact_form.php:648
159
  msgid "Such user does not exist. Settings are not saved."
160
  msgstr "Dicho usuario no existe. Los ajustes no se guardan."
161
 
162
- #: contact_form.php:652
163
- #: contact_form.php:658
164
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
165
  msgstr "Por favor, introduce una dirección de correo electrónico válida en el campo \"De\". Las configuraciones no se guardan."
166
 
167
- #: contact_form.php:683
168
  msgid "Settings saved."
169
  msgstr "Configuración guardada."
170
 
171
- #: contact_form.php:710
172
- #: contact_form.php:742
173
  msgid "Wrong license key"
174
  msgstr "Clave de licencia incorrecta"
175
 
176
- #: contact_form.php:735
177
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
178
  msgstr "Algo salió mal. Inténtelo de nuevo más tarde. Si el error vuelve a aparecer, por favor, contacte con nosotros <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Pedimos disculpas por los inconvenientes."
179
 
180
- #: contact_form.php:744
181
  msgid "This license key is bind to another site"
182
  msgstr "Esta clave de licencia se usa en otro sitio"
183
 
184
- #: contact_form.php:746
185
- #: contact_form.php:1593
186
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
187
  msgstr "Por desgracia, se ha superado el número de intentos disponibles por día. Por favor, carga el plugin manualmente."
188
 
189
- #: contact_form.php:763
190
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
191
  msgstr "No se pudo abrir el archivo zip. Por favor, carga el plugin manualmente"
192
 
193
- #: contact_form.php:769
194
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
195
  msgstr "Su servidor no soporta bien ZipArchive o Phar. Por favor, carga el plugin manualmente"
196
 
197
- #: contact_form.php:773
198
- #: contact_form.php:782
199
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
200
  msgstr "Error al descargar el archivo zip. Por favor, cargar el plugin manualmente"
201
 
202
- #: contact_form.php:786
203
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
204
  msgstr "Algo salió mal. Inténtelo de nuevo más tarde o carge el plugin manualmente. Pedimos disculpas por los inconvenientes."
205
 
206
- #: contact_form.php:801
207
  msgid "Please, enter Your license key"
208
  msgstr "Por favor, introduzca su clave de licencia"
209
 
210
- #: contact_form.php:809
211
- #: contact_form.php:2242
212
- #: contact_form.php:2254
213
  msgid "Settings"
214
  msgstr "Configuración"
215
 
216
- #: contact_form.php:810
217
  msgid "Extra settings"
218
  msgstr "Ajustes adicionales"
219
 
220
- #: contact_form.php:811
221
- #: contact_form.php:2255
222
  msgid "FAQ"
223
  msgstr "Preguntas más frecuentes"
224
 
225
- #: contact_form.php:812
226
  msgid "Go PRO"
227
  msgstr "Ir al PRO"
228
 
229
- #: contact_form.php:815
230
  msgid "Notice:"
231
  msgstr "Aviso:"
232
 
233
- #: contact_form.php:815
234
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
235
  msgstr "Configuración del plugin se han cambiado. Para salvar los cambios, no olvide hacer clic en el botón \"Guardar cambios\"."
236
 
237
- #: contact_form.php:821
238
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
239
  msgstr "Si desea crear varios formularios de contacto, por favor, instale el plugin Formulario de contacto múltiple."
240
 
241
- #: contact_form.php:827
242
- #: contact_form.php:832
243
- #: contact_form.php:1552
244
  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:"
245
  msgstr "Si usted desea agregar el formulario de contacto para su sitio web, sólo tienes que copiar y pegar este código corto a tu post, una página o un widget:"
246
 
247
- #: contact_form.php:827
248
- #: contact_form.php:828
249
- #: contact_form.php:832
250
- #: contact_form.php:833
251
- #: contact_form.php:1178
252
- #: contact_form.php:1180
253
- #: contact_form.php:1235
254
- #: contact_form.php:1237
255
  msgid "or"
256
  msgstr "o"
257
 
258
- #: contact_form.php:828
259
- #: contact_form.php:833
260
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
261
  msgstr "Si tiene algún problema con el shortcode estándar [contact_form], se debe utilizar el shortcode"
262
 
263
- #: contact_form.php:829
264
- #: contact_form.php:834
265
  msgid "They work the same way."
266
  msgstr "Funcionan de la misma manera."
267
 
268
- #: contact_form.php:830
269
- #: contact_form.php:835
270
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
271
  msgstr "Si deja los campos vacíos, se enviarán los mensajes a la dirección de correo electrónico especificada durante el registro."
272
 
273
- #: contact_form.php:840
274
  msgid "The user's email address:"
275
  msgstr "Dirección de correo electrónico del usuario:"
276
 
277
- #: contact_form.php:844
278
  msgid "Create a username"
279
  msgstr "Crear un nombre de usuario"
280
 
281
- #: contact_form.php:851
282
  msgid "Enter a username of the person who should get the messages from the contact form."
283
  msgstr "Introduzca un nombre de usuario de la persona que debe recibir los mensajes desde el formulario de contacto."
284
 
285
- #: contact_form.php:855
286
  msgid "Use this email address:"
287
  msgstr "Utilice esta dirección de correo electrónico:"
288
 
289
- #: contact_form.php:858
290
  msgid "Enter the email address you want the messages forwarded to."
291
  msgstr "Introduzca la dirección de correo electrónico que desea que reciba los mensajes."
292
 
293
- #: contact_form.php:867
294
  msgid "Add department selectbox to the contact form:"
295
  msgstr "Añadir caja de selección al formulario de contacto:"
296
 
297
- #: contact_form.php:875
298
- #: contact_form.php:1435
299
  msgid "If you upgrade to Pro version all your settings will be saved."
300
  msgstr "Si actualiza a la versión Pro se guardarán todos los ajustes."
301
 
302
- #: contact_form.php:882
303
- #: contact_form.php:1020
304
- #: contact_form.php:1094
305
- #: contact_form.php:1442
306
  msgid "Unlock premium options by upgrading to a PRO version."
307
  msgstr "Desbloquear opciones premium mediante la actualización a una versión PRO."
308
 
309
- #: contact_form.php:883
310
- #: contact_form.php:1021
311
- #: contact_form.php:1095
312
- #: contact_form.php:1443
313
- #: contact_form.php:2510
314
- #: contact_form.php:2526
315
  msgid "Learn More"
316
  msgstr "Más información"
317
 
318
- #: contact_form.php:886
319
- #: contact_form.php:1024
320
- #: contact_form.php:1098
321
- #: contact_form.php:1446
322
  msgid "Go"
323
  msgstr "Ir"
324
 
325
- #: contact_form.php:893
326
  msgid "Save emails to the database"
327
  msgstr "Guardar mensajes de correo electrónico a la base de datos"
328
 
329
- #: contact_form.php:899
330
  msgid "Using"
331
  msgstr "Uso"
332
 
333
- #: contact_form.php:899
334
- #: contact_form.php:1071
335
- #: contact_form.php:1074
336
- #: contact_form.php:1078
337
  msgid "powered by"
338
  msgstr "impulsado por"
339
 
340
- #: contact_form.php:902
341
- #: contact_form.php:906
342
  msgid "Using Contact Form to DB powered by"
343
  msgstr "Usando Contact Form a DB impulsado por"
344
 
345
- #: contact_form.php:902
346
  msgid "Activate Contact Form to DB"
347
  msgstr "Activar Formulario de contacto para DB"
348
 
349
- #: contact_form.php:906
350
  msgid "Download Contact Form to DB"
351
  msgstr "Descargue Contact Form para DB"
352
 
353
- #: contact_form.php:911
354
  msgid "Additional options"
355
  msgstr "Opciones adicionales"
356
 
357
- #: contact_form.php:913
358
  msgid "Show"
359
  msgstr "Mostrar"
360
 
361
- #: contact_form.php:914
362
  msgid "Hide"
363
  msgstr "Ocultar"
364
 
365
- #: contact_form.php:918
366
  msgid "What to use?"
367
  msgstr "Qué usar?"
368
 
369
- #: contact_form.php:921
370
  msgid "Wp-mail"
371
  msgstr "Wp-mail"
372
 
373
- #: contact_form.php:921
374
  msgid "You can use the wp_mail function for mailing"
375
  msgstr "Usted puede utilizar la función wp_mail para enviar por correo"
376
 
377
- #: contact_form.php:923
378
  msgid "Mail"
379
  msgstr "Correo"
380
 
381
- #: contact_form.php:923
382
  msgid "To send mail you can use the php mail function"
383
  msgstr "Para enviar el correo se puede utilizar la función de correo php"
384
 
385
- #: contact_form.php:927
386
  msgid "The text in the 'From' field"
387
  msgstr "El texto en el campo \"De\""
388
 
389
- #: contact_form.php:929
390
  msgid "User name"
391
  msgstr "Nombre de usuario"
392
 
393
- #: contact_form.php:930
394
  msgid "The name of the user who fills the form will be used in the field 'From'."
395
  msgstr "El nombre del usuario que rellena en el formulario se utiliza en el campo \"De:\"."
396
 
397
- #: contact_form.php:933
398
  msgid "This text will be used in the 'FROM' field"
399
  msgstr "Este texto se utiliza en el campo \"De\""
400
 
401
- #: contact_form.php:937
402
  msgid "The email address in the 'From' field"
403
  msgstr "La dirección de correo electrónico en el campo \"De\""
404
 
405
- #: contact_form.php:939
406
  msgid "User email"
407
  msgstr "Correo electrónico del usuario"
408
 
409
- #: contact_form.php:940
410
  msgid "The email address of the user who fills the form will be used in the field 'From'."
411
  msgstr "La dirección de correo electrónico del usuario que rellena el formulario se utiliza en el campo \"De\"."
412
 
413
- #: contact_form.php:943
414
  msgid "This email address will be used in the 'From' field."
415
  msgstr "Esta dirección de correo electrónico se utilizará en el campo \"De\"."
416
 
417
- #: contact_form.php:947
418
  msgid "Required symbol"
419
  msgstr "Símbolo de Obligatorio"
420
 
421
- #: contact_form.php:957
422
  msgid "Fields"
423
  msgstr "Campos"
424
 
425
- #: contact_form.php:958
426
  msgid "Used"
427
  msgstr "Usado"
428
 
429
- #: contact_form.php:959
430
  msgid "Required"
431
  msgstr "Obligatorio"
432
 
433
- #: contact_form.php:960
434
  msgid "Visible"
435
  msgstr "Visible"
436
 
437
- #: contact_form.php:961
438
  msgid "Disabled for editing"
439
  msgstr "Inhabilitado para la edición"
440
 
441
- #: contact_form.php:962
442
  msgid "Field's default value"
443
  msgstr "Valor predeterminado del campo"
444
 
445
- #: contact_form.php:967
446
- #: contact_form.php:1310
447
- #: contact_form.php:2085
448
- #: contact_form.php:2115
449
  msgid "Name"
450
  msgstr "Nombre"
451
 
452
- #: contact_form.php:975
453
- #: contact_form.php:1315
454
- #: contact_form.php:2089
455
- #: contact_form.php:2117
 
 
 
 
456
  msgid "Address"
457
  msgstr "Dirección"
458
 
459
- #: contact_form.php:983
460
  msgid "Email Address"
461
  msgstr "Dirección de correo electrónico"
462
 
463
- #: contact_form.php:991
464
  msgid "Phone number"
465
  msgstr "Número de teléfono"
466
 
467
- #: contact_form.php:999
468
- #: contact_form.php:1330
469
- #: contact_form.php:2099
470
- #: contact_form.php:2121
471
  msgid "Subject"
472
  msgstr "Asunto"
473
 
474
- #: contact_form.php:1007
475
- #: contact_form.php:1334
476
- #: contact_form.php:2102
477
- #: contact_form.php:2122
478
  msgid "Message"
479
  msgstr "Mensaje"
480
 
481
- #: contact_form.php:1031
482
  msgid "Attachment block"
483
  msgstr "bloque de adjuntos"
484
 
485
- #: contact_form.php:1033
486
  msgid "Users can attach the following file formats"
487
  msgstr "Los usuarios pueden adjuntar los siguientes formatos de archivo"
488
 
489
- #: contact_form.php:1046
490
  msgid "Add to the form"
491
  msgstr "Añadir a la forma"
492
 
493
- #: contact_form.php:1051
494
  msgid "Tips below the Attachment"
495
  msgstr "Consejos debajo del archivo adjunto"
496
 
497
- #: contact_form.php:1060
498
  msgid "'Send me a copy' block"
499
  msgstr "'Deseo recibir una copia' bloque"
500
 
501
- #: contact_form.php:1071
502
- #: contact_form.php:1074
503
- #: contact_form.php:1078
504
- #: contact_form.php:1344
505
  msgid "Captcha"
506
  msgstr "Captcha"
507
 
508
- #: contact_form.php:1074
509
  msgid "Activate captcha"
510
  msgstr "Activar Captcha"
511
 
512
- #: contact_form.php:1078
513
  msgid "Download captcha"
514
  msgstr "Descargar Captcha"
515
 
516
- #: contact_form.php:1086
517
  msgid "Agreement checkbox"
518
  msgstr "casilla de verificación de acuerdo"
519
 
520
- #: contact_form.php:1086
521
  msgid "Required checkbox for submitting the form"
522
  msgstr "Casilla de verificación obligatoria para enviar el formulario"
523
 
524
- #: contact_form.php:1087
525
  msgid "Optional checkbox"
526
  msgstr "Casilla opcional"
527
 
528
- #: contact_form.php:1087
529
  msgid "Optional checkbox, the results of which will be displayed in email"
530
  msgstr "Casilla opcional, cuyos resultados se mostrarán en el correo electrónico"
531
 
532
- #: contact_form.php:1104
533
  msgid "Delete an attachment file from the server after the email is sent"
534
  msgstr "Eliminar un archivo adjunto del servidor después de que se envíe el correo electrónico"
535
 
536
- #: contact_form.php:1110
537
  msgid "Email in HTML format sending"
538
  msgstr "Enviar correo electrónico en formato HTML"
539
 
540
- #: contact_form.php:1114
541
  msgid "Display additional info in the email"
542
  msgstr "Mostrar información adicional en el correo electrónico"
543
 
544
- #: contact_form.php:1119
545
- #: contact_form.php:2052
546
- #: contact_form.php:2054
547
  msgid "Sent from (ip address)"
548
  msgstr "Enviado desde (dirección IP)"
549
 
550
- #: contact_form.php:1119
551
  msgid "Example: Sent from (IP address):\t127.0.0.1"
552
  msgstr "Ejemplo: Enviado desde (dirección IP:\t127.0.0.1"
553
 
554
- #: contact_form.php:1120
555
- #: contact_form.php:2058
556
- #: contact_form.php:2060
557
  msgid "Date/Time"
558
  msgstr "Fecha/Hora"
559
 
560
- #: contact_form.php:1120
561
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
562
  msgstr "Ejemplo: Fecha/hora:\tAugust 19, 2013 8:50 pm"
563
 
564
- #: contact_form.php:1121
565
- #: contact_form.php:2064
566
- #: contact_form.php:2066
567
  msgid "Sent from (referer)"
568
  msgstr "Enviado desde (referencia)"
569
 
570
- #: contact_form.php:1121
571
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
572
  msgstr "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
573
 
574
- #: contact_form.php:1122
575
- #: contact_form.php:2070
576
- #: contact_form.php:2072
577
  msgid "Using (user agent)"
578
  msgstr "Usando (agente de usuario)"
579
 
580
- #: contact_form.php:1122
581
  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"
582
  msgstr "Ejemplo: Usando (agente de usuario):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
583
 
584
- #: contact_form.php:1126
585
  msgid "Language settings for the field names in the form"
586
  msgstr "Configuración de idioma para los nombres de los campos en el formulario"
587
 
588
- #: contact_form.php:1135
589
  msgid "Add a language"
590
  msgstr "Añadir un idioma"
591
 
592
- #: contact_form.php:1139
593
  msgid "Change the names of the contact form fields and error messages"
594
  msgstr "Cambie los nombres de los campos del formulario de contacto y mensajes de error"
595
 
596
- #: contact_form.php:1144
597
- #: contact_form.php:1225
598
  msgid "English"
599
  msgstr "Inglés"
600
 
601
- #: contact_form.php:1152
602
- #: contact_form.php:1186
603
  msgid "click to expand/hide the list"
604
  msgstr "haga clic para expandir / ocultar la lista"
605
 
606
- #: contact_form.php:1161
607
- #: contact_form.php:1195
608
  msgid "Tips below the Attachment block"
609
  msgstr "Consejos debajo del bloque del archivo adjunto"
610
 
611
- #: contact_form.php:1164
612
- #: contact_form.php:1198
613
  msgid "Error message for the Name field"
614
  msgstr "Mensaje de error para el campo Nombre"
615
 
616
- #: contact_form.php:1165
617
- #: contact_form.php:1199
618
  msgid "Error message for the Address field"
619
  msgstr "Mensaje de error para el campo dirección"
620
 
621
- #: contact_form.php:1166
622
- #: contact_form.php:1200
623
  msgid "Error message for the Email field"
624
  msgstr "Mensaje de error en el campo Correo electrónico"
625
 
626
- #: contact_form.php:1167
627
- #: contact_form.php:1201
628
  msgid "Error message for the Phone field"
629
  msgstr "Mensaje de error para el campo Teléfono"
630
 
631
- #: contact_form.php:1168
632
- #: contact_form.php:1202
633
  msgid "Error message for the Subject field"
634
  msgstr "Mensaje de error para el campo Asunto"
635
 
636
- #: contact_form.php:1169
637
- #: contact_form.php:1203
638
  msgid "Error message for the Message field"
639
  msgstr "Mensaje de error en el campo Mensaje"
640
 
641
- #: contact_form.php:1170
642
- #: contact_form.php:1204
643
  msgid "Error message about the file type for the Attachment field"
644
  msgstr "Mensaje de error sobre el tipo de archivo para el campo de archivos adjuntos"
645
 
646
- #: contact_form.php:1171
647
- #: contact_form.php:1205
648
  msgid "Error message while uploading a file for the Attachment field to the server"
649
  msgstr "Mensaje de error al cargar un archivo en el campo de archivos adjuntos al servidor"
650
 
651
- #: contact_form.php:1172
652
- #: contact_form.php:1206
653
  msgid "Error message while moving the file for the Attachment field"
654
  msgstr "Mensaje de error mientras se mueve el archivo en el campo de archivos adjuntos"
655
 
656
- #: contact_form.php:1173
657
- #: contact_form.php:1207
658
  msgid "Error message when file size limit for the Attachment field is exceeded"
659
  msgstr "Mensaje de error cuando se supera el límite de tamaño de archivo para el campo de archivos adjuntos"
660
 
661
- #: contact_form.php:1174
662
- #: contact_form.php:1208
663
  msgid "Error message for the Captcha field"
664
  msgstr "Mensaje de error para el campo Captcha"
665
 
666
- #: contact_form.php:1175
667
- #: contact_form.php:1209
668
  msgid "Error message for the whole form"
669
  msgstr "Mensaje de error para todo el formulario"
670
 
671
- #: contact_form.php:1178
672
- #: contact_form.php:1180
673
- #: contact_form.php:1212
674
- #: contact_form.php:1214
675
- #: contact_form.php:1235
676
- #: contact_form.php:1237
677
- #: contact_form.php:1245
678
- #: contact_form.php:1247
679
  msgid "Use shortcode"
680
  msgstr "Utilice shortcode"
681
 
682
- #: contact_form.php:1178
683
- #: contact_form.php:1180
684
- #: contact_form.php:1212
685
- #: contact_form.php:1214
686
- #: contact_form.php:1235
687
- #: contact_form.php:1237
688
- #: contact_form.php:1245
689
- #: contact_form.php:1247
690
  msgid "for this language"
691
  msgstr "para este idioma"
692
 
693
- #: contact_form.php:1222
 
 
 
 
 
694
  msgid "Action after email is sent"
695
  msgstr "Acción después de que se envíe el correo electrónico"
696
 
697
- #: contact_form.php:1224
698
  msgid "Display text"
699
  msgstr "Mostrar texto"
700
 
701
- #: contact_form.php:1233
702
- #: contact_form.php:1243
703
  msgid "Text"
704
  msgstr "Texto"
705
 
706
- #: contact_form.php:1254
707
  msgid "Redirect to the page"
708
  msgstr "Redirigir a la página"
709
 
710
- #: contact_form.php:1255
711
  msgid "Url"
712
  msgstr "Url"
713
 
714
- #: contact_form.php:1259
715
  msgid "The $_SERVER variable that is used to build a URL of the form"
716
  msgstr "La variable $_SERVER que se utiliza para construir una URL de la forma"
717
 
718
- #: contact_form.php:1263
719
  msgid "If you are not sure whether to change this setting or not, please do not do that."
720
  msgstr "Si no está seguro de si se debe cambiar esta configuración o no, por favor, no hagas eso."
721
 
722
- #: contact_form.php:1269
723
- #: contact_form.php:1453
724
  msgid "Save Changes"
725
  msgstr "Guardar cambios"
726
 
727
- #: contact_form.php:1274
728
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
729
  msgstr "Si usted disfruta de nuestro plugin, por favor, darle 5 estrellas en WordPress"
730
 
731
- #: contact_form.php:1275
732
  msgid "Rate the plugin"
733
  msgstr "Valorar el plugin"
734
 
735
- #: contact_form.php:1278
736
  msgid "If there is something wrong about it, please contact us"
737
  msgstr "Si hay algo malo en el, por favor, póngase en contacto con nosotros"
738
 
739
- #: contact_form.php:1290
740
  msgid "Errors output"
741
  msgstr "Salida de errores"
742
 
743
- #: contact_form.php:1293
744
  msgid "Display error messages"
745
  msgstr "Mostrar mensajes de error"
746
 
747
- #: contact_form.php:1294
748
  msgid "Color of the input field errors."
749
  msgstr "El color de los errores del campo de entrada."
750
 
751
- #: contact_form.php:1295
752
  msgid "Display error messages & color of the input field errors"
753
  msgstr "Mostrar mensajes de error y el color de los errores de campo de entrada"
754
 
755
- #: contact_form.php:1300
756
  msgid "Add placeholder to the input blocks"
757
  msgstr "Añadir marcador de posición de los bloques de entrada"
758
 
759
- #: contact_form.php:1306
760
  msgid "Add tooltips"
761
  msgstr "Añadir información sobre herramientas"
762
 
763
- #: contact_form.php:1320
764
  msgid "Email address"
765
  msgstr "Correo electrónico"
766
 
767
- #: contact_form.php:1325
768
  msgid "Phone Number"
769
  msgstr "Número de teléfono"
770
 
771
- #: contact_form.php:1339
772
  msgid "Attachment"
773
  msgstr "Adjuntos"
774
 
775
- #: contact_form.php:1344
776
  msgid "(powered by bestwebsoft.com)"
777
  msgstr "(hecho por bestwebsoft.com)"
778
 
779
- #: contact_form.php:1349
780
  msgid "Style options"
781
  msgstr "Opciones de estilo"
782
 
783
- #: contact_form.php:1352
784
  msgid "Text color"
785
  msgstr "Color del texto"
786
 
787
- #: contact_form.php:1355
788
- #: contact_form.php:1360
789
- #: contact_form.php:1370
790
- #: contact_form.php:1375
791
- #: contact_form.php:1380
792
- #: contact_form.php:1385
793
- #: contact_form.php:1395
794
- #: contact_form.php:1400
795
- #: contact_form.php:1406
796
- #: contact_form.php:1417
797
  #: contact_form.php:1422
798
  #: contact_form.php:1427
 
 
 
 
 
 
 
 
799
  msgid "Default"
800
  msgstr "Defecto"
801
 
802
- #: contact_form.php:1357
803
  msgid "Label text color"
804
  msgstr "Color del texto de la Etiqueta"
805
 
806
- #: contact_form.php:1362
807
  msgid "Placeholder color"
808
  msgstr "El color de marcador de posición"
809
 
810
- #: contact_form.php:1367
811
  msgid "Errors color"
812
  msgstr "Color del error"
813
 
814
- #: contact_form.php:1372
815
  msgid "Error text color"
816
  msgstr "Color del texto de error"
817
 
818
- #: contact_form.php:1377
819
  msgid "Background color of the input field errors"
820
  msgstr "Color de fondo de los errores de campo de entrada"
821
 
822
- #: contact_form.php:1382
823
  msgid "Border color of the input field errors"
824
  msgstr "Color del borde de los errores de campo de entrada"
825
 
826
- #: contact_form.php:1387
827
  msgid "Placeholder color of the input field errors"
828
  msgstr "El color de marcador de posición de los errores de campo de entrada"
829
 
830
- #: contact_form.php:1392
831
  msgid "Input fields"
832
  msgstr "Campos de entrada"
833
 
834
- #: contact_form.php:1397
835
  msgid "Input fields background color"
836
  msgstr "Color de fondo de los campos de entrada"
837
 
838
- #: contact_form.php:1402
839
  msgid "Text fields color"
840
  msgstr "Color de los campos de texto"
841
 
842
- #: contact_form.php:1404
843
  msgid "Border width in px, numbers only"
844
  msgstr "Ancho del borde en píxeles, sólo números"
845
 
846
- #: contact_form.php:1408
847
- #: contact_form.php:1429
848
  msgid "Border color"
849
  msgstr "Color del borde"
850
 
851
- #: contact_form.php:1413
852
  msgid "Submit button"
853
  msgstr "Botón enviar"
854
 
855
- #: contact_form.php:1415
856
  msgid "Width in px, numbers only"
857
  msgstr "Ancho en píxeles, sólo números"
858
 
859
- #: contact_form.php:1419
860
  msgid "Button color"
861
  msgstr "Color del botón"
862
 
863
- #: contact_form.php:1424
864
  msgid "Button text color"
865
  msgstr "Color del texto del botón"
866
 
867
- #: contact_form.php:1457
868
  msgid "Contact Form Pro | Preview"
869
  msgstr "Contact Form Pro | Vista previa"
870
 
871
- #: contact_form.php:1460
872
  msgid "Show with errors"
873
  msgstr "Mostrar con errores"
874
 
875
- #: contact_form.php:1468
876
- #: contact_form.php:1470
877
  msgid "Please enter your full name..."
878
  msgstr "Escriba su nombre completo..."
879
 
880
- #: contact_form.php:1481
881
- #: contact_form.php:1483
882
  msgid "Please enter your address..."
883
  msgstr "Escriba su dirección..."
884
 
885
- #: contact_form.php:1492
886
- #: contact_form.php:1494
887
  msgid "Please enter your email address..."
888
  msgstr "Introduzca su correo electrónico ..."
889
 
890
- #: contact_form.php:1503
891
- #: contact_form.php:1505
892
  msgid "Please enter your phone number..."
893
  msgstr "Escriba su número de teléfono..."
894
 
895
- #: contact_form.php:1514
896
- #: contact_form.php:1516
897
  msgid "Please enter subject..."
898
  msgstr "Escriba un asunto..."
899
 
900
- #: contact_form.php:1524
901
- #: contact_form.php:1526
902
  msgid "Please enter your message..."
903
  msgstr "Escriba el mensaje..."
904
 
905
- #: contact_form.php:1568
906
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
907
  msgstr "Enhorabuena La versión PRO del plugin ha sido descargada y se activó con éxito."
908
 
909
- #: contact_form.php:1570
910
  msgid "Please, go to"
911
  msgstr "Por favor, vaya a"
912
 
913
- #: contact_form.php:1570
914
  msgid "the setting page"
915
  msgstr "la página de configuración"
916
 
917
- #: contact_form.php:1571
918
  msgid "You will be redirected automatically in 5 seconds."
919
  msgstr "Usted será redirigido automáticamente en 5 segundos."
920
 
921
- #: contact_form.php:1576
922
  msgid "You can download and activate"
923
  msgstr "Puede descargar y activar"
924
 
925
- #: contact_form.php:1578
926
  msgid "version of this plugin by entering Your license key."
927
  msgstr "versión de este plugin introduciendo su clave de licencia."
928
 
929
- #: contact_form.php:1580
930
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
931
  msgstr "Puede encontrar su clave de licencia en el área de la página de cliente personal, haciendo clic en el enlace"
932
 
933
- #: contact_form.php:1582
934
  msgid "(your username is the email you specify when purchasing the product)."
935
  msgstr "(su nombre de usuario es el correo electrónico que usted especifique a la hora de comprar el producto)."
936
 
937
- #: contact_form.php:1590
938
- #: contact_form.php:1600
939
- msgid "Go!"
940
- msgstr "Ir!"
 
941
 
942
- #: contact_form.php:1671
943
  msgid "Sorry, email message could not be delivered."
944
  msgstr "Lo sentimos, el mensaje de correo electrónico no se pudo entregar."
945
 
946
- #: contact_form.php:2079
947
  msgid "Contact from"
948
  msgstr "Contact from"
949
 
950
- #: contact_form.php:2092
951
- #: contact_form.php:2118
952
  msgid "Email"
953
  msgstr "Correo electrónico"
954
 
955
- #: contact_form.php:2096
956
- #: contact_form.php:2120
957
  msgid "Phone"
958
  msgstr "Teléfono"
959
 
960
- #: contact_form.php:2105
961
- #: contact_form.php:2123
962
  msgid "Site"
963
  msgstr "Sitio"
964
 
965
- #: contact_form.php:2186
966
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
967
  msgstr "Si puede ver esta MIME, significa que el tipo MIME no es compatible con su cliente de correo electrónico!"
968
 
969
- #: contact_form.php:2256
970
  msgid "Support"
971
  msgstr "Soporte técnico"
972
 
973
- #: contact_form.php:2304
974
  msgid "Are you sure that you want to delete this language data?"
975
  msgstr "¿Estás seguro de que quieres eliminar este idioma?"
976
 
977
- #: contact_form.php:2513
978
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
979
  msgstr "Es hora de actualizar su <strong>Contact Form plugin</strong> a versión <strong>PRO</strong>"
980
 
981
- #: contact_form.php:2514
982
  msgid "Extend standard plugin functionality with new great options."
983
  msgstr "Extienda la funcionalidad plug-in de serie con los nuevas grandes opciones."
984
 
985
- #: contact_form.php:2529
986
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
987
  msgstr "<strong>Formulario de contacto para DB</strong>permite almacenar sus mensajes a la base de datos."
988
 
989
- #: contact_form.php:2530
990
  msgid "Manage messages that have been sent from your website."
991
  msgstr "Administración de mensajes que han sido enviados desde su sitio web."
992
 
 
 
 
993
  #, fuzzy
994
  #~ msgid "Contact Form Pro"
995
  #~ msgstr "Contact Form"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-08 14:52+0300\n"
6
+ "PO-Revision-Date: 2014-07-08 14:52+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Javitopo <jaawme@hotmail.com>\n"
9
  "Language: it_IT\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:74
20
+ #: contact_form.php:845
21
  msgid "Contact Form Settings"
22
  msgstr "Opciones de formulario de contacto"
23
 
26
  msgstr "Contact Form"
27
 
28
  #: contact_form.php:150
29
+ #: contact_form.php:1200
30
+ #: contact_form.php:1234
31
  msgid "Name:"
32
  msgstr "Nombre:"
33
 
34
  #: contact_form.php:151
35
+ #: contact_form.php:1201
36
+ #: contact_form.php:1235
37
  msgid "Address:"
38
  msgstr "Dirección:"
39
 
40
  #: contact_form.php:152
41
+ #: contact_form.php:1202
42
+ #: contact_form.php:1236
43
  msgid "Email Address:"
44
  msgstr "Dirección de correo electrónico:"
45
 
46
  #: contact_form.php:153
47
+ #: contact_form.php:1203
48
+ #: contact_form.php:1237
49
  msgid "Phone number:"
50
  msgstr "Número de teléfono:"
51
 
52
  #: contact_form.php:154
53
+ #: contact_form.php:1204
54
+ #: contact_form.php:1238
55
  msgid "Subject:"
56
  msgstr "Asunto:"
57
 
58
  #: contact_form.php:155
59
+ #: contact_form.php:1205
60
+ #: contact_form.php:1239
61
  msgid "Message:"
62
  msgstr "Mensaje:"
63
 
64
  #: contact_form.php:156
65
+ #: contact_form.php:1206
66
+ #: contact_form.php:1240
67
  msgid "Attachment:"
68
  msgstr "Datos adjuntos:"
69
 
72
  msgstr "Tipos de archivo admitidos: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Tamaño máximo de archivo: 2MB"
73
 
74
  #: contact_form.php:158
75
+ #: contact_form.php:1208
76
+ #: contact_form.php:1242
77
  msgid "Send me a copy"
78
  msgstr "Deseo recibir una copia"
79
 
80
  #: contact_form.php:159
81
+ #: contact_form.php:1209
82
+ #: contact_form.php:1243
83
  msgid "Submit"
84
  msgstr "Enviar"
85
 
135
  msgid "Thank you for contacting us."
136
  msgstr "Gracias por contactar con nosotros."
137
 
138
+ #: contact_form.php:369
139
  msgid "requires"
140
  msgstr "requiere"
141
 
142
+ #: contact_form.php:369
143
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
144
  msgstr "o superior, es por eso que ha sido desactivado! Por favor actualize WordPress y vuelva a intentarlo."
145
 
146
+ #: contact_form.php:369
147
  msgid "Back to the WordPress"
148
  msgstr "Volver a WordPress"
149
 
150
+ #: contact_form.php:369
151
  msgid "Plugins page"
152
  msgstr "Página de Plugins"
153
 
154
+ #: contact_form.php:677
155
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
156
  msgstr "Si se selecciona la opción 'Redirigir a la página', entonces el campo URL debe estar en el siguiente formato"
157
 
158
+ #: contact_form.php:686
159
  msgid "Such user does not exist. Settings are not saved."
160
  msgstr "Dicho usuario no existe. Los ajustes no se guardan."
161
 
162
+ #: contact_form.php:690
163
+ #: contact_form.php:696
164
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
165
  msgstr "Por favor, introduce una dirección de correo electrónico válida en el campo \"De\". Las configuraciones no se guardan."
166
 
167
+ #: contact_form.php:721
168
  msgid "Settings saved."
169
  msgstr "Configuración guardada."
170
 
171
+ #: contact_form.php:748
172
+ #: contact_form.php:780
173
  msgid "Wrong license key"
174
  msgstr "Clave de licencia incorrecta"
175
 
176
+ #: contact_form.php:773
177
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
178
  msgstr "Algo salió mal. Inténtelo de nuevo más tarde. Si el error vuelve a aparecer, por favor, contacte con nosotros <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Pedimos disculpas por los inconvenientes."
179
 
180
+ #: contact_form.php:782
181
  msgid "This license key is bind to another site"
182
  msgstr "Esta clave de licencia se usa en otro sitio"
183
 
184
+ #: contact_form.php:784
185
+ #: contact_form.php:1645
186
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
187
  msgstr "Por desgracia, se ha superado el número de intentos disponibles por día. Por favor, carga el plugin manualmente."
188
 
189
+ #: contact_form.php:801
190
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
191
  msgstr "No se pudo abrir el archivo zip. Por favor, carga el plugin manualmente"
192
 
193
+ #: contact_form.php:807
194
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
195
  msgstr "Su servidor no soporta bien ZipArchive o Phar. Por favor, carga el plugin manualmente"
196
 
197
+ #: contact_form.php:811
198
+ #: contact_form.php:820
199
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
200
  msgstr "Error al descargar el archivo zip. Por favor, cargar el plugin manualmente"
201
 
202
+ #: contact_form.php:824
203
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
204
  msgstr "Algo salió mal. Inténtelo de nuevo más tarde o carge el plugin manualmente. Pedimos disculpas por los inconvenientes."
205
 
206
+ #: contact_form.php:839
207
  msgid "Please, enter Your license key"
208
  msgstr "Por favor, introduzca su clave de licencia"
209
 
210
+ #: contact_form.php:847
211
+ #: contact_form.php:2306
212
+ #: contact_form.php:2318
213
  msgid "Settings"
214
  msgstr "Configuración"
215
 
216
+ #: contact_form.php:848
217
  msgid "Extra settings"
218
  msgstr "Ajustes adicionales"
219
 
220
+ #: contact_form.php:849
221
+ #: contact_form.php:2319
222
  msgid "FAQ"
223
  msgstr "Preguntas más frecuentes"
224
 
225
+ #: contact_form.php:850
226
  msgid "Go PRO"
227
  msgstr "Ir al PRO"
228
 
229
+ #: contact_form.php:853
230
  msgid "Notice:"
231
  msgstr "Aviso:"
232
 
233
+ #: contact_form.php:853
234
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
235
  msgstr "Configuración del plugin se han cambiado. Para salvar los cambios, no olvide hacer clic en el botón \"Guardar cambios\"."
236
 
237
+ #: contact_form.php:859
238
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
239
  msgstr "Si desea crear varios formularios de contacto, por favor, instale el plugin Formulario de contacto múltiple."
240
 
241
+ #: contact_form.php:865
242
+ #: contact_form.php:870
243
+ #: contact_form.php:1604
244
  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:"
245
  msgstr "Si usted desea agregar el formulario de contacto para su sitio web, sólo tienes que copiar y pegar este código corto a tu post, una página o un widget:"
246
 
247
+ #: contact_form.php:865
248
+ #: contact_form.php:866
249
+ #: contact_form.php:870
250
+ #: contact_form.php:871
251
+ #: contact_form.php:1224
252
+ #: contact_form.php:1226
253
+ #: contact_form.php:1287
254
+ #: contact_form.php:1289
255
  msgid "or"
256
  msgstr "o"
257
 
258
+ #: contact_form.php:866
259
+ #: contact_form.php:871
260
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
261
  msgstr "Si tiene algún problema con el shortcode estándar [contact_form], se debe utilizar el shortcode"
262
 
263
+ #: contact_form.php:867
264
+ #: contact_form.php:872
265
  msgid "They work the same way."
266
  msgstr "Funcionan de la misma manera."
267
 
268
+ #: contact_form.php:868
269
+ #: contact_form.php:873
270
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
271
  msgstr "Si deja los campos vacíos, se enviarán los mensajes a la dirección de correo electrónico especificada durante el registro."
272
 
273
+ #: contact_form.php:878
274
  msgid "The user's email address:"
275
  msgstr "Dirección de correo electrónico del usuario:"
276
 
277
+ #: contact_form.php:882
278
  msgid "Create a username"
279
  msgstr "Crear un nombre de usuario"
280
 
281
+ #: contact_form.php:889
282
  msgid "Enter a username of the person who should get the messages from the contact form."
283
  msgstr "Introduzca un nombre de usuario de la persona que debe recibir los mensajes desde el formulario de contacto."
284
 
285
+ #: contact_form.php:893
286
  msgid "Use this email address:"
287
  msgstr "Utilice esta dirección de correo electrónico:"
288
 
289
+ #: contact_form.php:896
290
  msgid "Enter the email address you want the messages forwarded to."
291
  msgstr "Introduzca la dirección de correo electrónico que desea que reciba los mensajes."
292
 
293
+ #: contact_form.php:905
294
  msgid "Add department selectbox to the contact form:"
295
  msgstr "Añadir caja de selección al formulario de contacto:"
296
 
297
+ #: contact_form.php:913
298
+ #: contact_form.php:1487
299
  msgid "If you upgrade to Pro version all your settings will be saved."
300
  msgstr "Si actualiza a la versión Pro se guardarán todos los ajustes."
301
 
302
+ #: contact_form.php:920
303
+ #: contact_form.php:1066
304
+ #: contact_form.php:1140
305
+ #: contact_form.php:1494
306
  msgid "Unlock premium options by upgrading to a PRO version."
307
  msgstr "Desbloquear opciones premium mediante la actualización a una versión PRO."
308
 
309
+ #: contact_form.php:921
310
+ #: contact_form.php:1067
311
+ #: contact_form.php:1141
312
+ #: contact_form.php:1495
313
+ #: contact_form.php:2574
314
+ #: contact_form.php:2590
315
  msgid "Learn More"
316
  msgstr "Más información"
317
 
318
+ #: contact_form.php:924
319
+ #: contact_form.php:1070
320
+ #: contact_form.php:1144
321
+ #: contact_form.php:1498
322
  msgid "Go"
323
  msgstr "Ir"
324
 
325
+ #: contact_form.php:931
326
  msgid "Save emails to the database"
327
  msgstr "Guardar mensajes de correo electrónico a la base de datos"
328
 
329
+ #: contact_form.php:937
330
  msgid "Using"
331
  msgstr "Uso"
332
 
333
+ #: contact_form.php:937
334
+ #: contact_form.php:1117
335
+ #: contact_form.php:1120
336
+ #: contact_form.php:1124
337
  msgid "powered by"
338
  msgstr "impulsado por"
339
 
340
+ #: contact_form.php:940
341
+ #: contact_form.php:944
342
  msgid "Using Contact Form to DB powered by"
343
  msgstr "Usando Contact Form a DB impulsado por"
344
 
345
+ #: contact_form.php:940
346
  msgid "Activate Contact Form to DB"
347
  msgstr "Activar Formulario de contacto para DB"
348
 
349
+ #: contact_form.php:944
350
  msgid "Download Contact Form to DB"
351
  msgstr "Descargue Contact Form para DB"
352
 
353
+ #: contact_form.php:949
354
  msgid "Additional options"
355
  msgstr "Opciones adicionales"
356
 
357
+ #: contact_form.php:951
358
  msgid "Show"
359
  msgstr "Mostrar"
360
 
361
+ #: contact_form.php:952
362
  msgid "Hide"
363
  msgstr "Ocultar"
364
 
365
+ #: contact_form.php:956
366
  msgid "What to use?"
367
  msgstr "Qué usar?"
368
 
369
+ #: contact_form.php:959
370
  msgid "Wp-mail"
371
  msgstr "Wp-mail"
372
 
373
+ #: contact_form.php:959
374
  msgid "You can use the wp_mail function for mailing"
375
  msgstr "Usted puede utilizar la función wp_mail para enviar por correo"
376
 
377
+ #: contact_form.php:961
378
  msgid "Mail"
379
  msgstr "Correo"
380
 
381
+ #: contact_form.php:961
382
  msgid "To send mail you can use the php mail function"
383
  msgstr "Para enviar el correo se puede utilizar la función de correo php"
384
 
385
+ #: contact_form.php:965
386
  msgid "The text in the 'From' field"
387
  msgstr "El texto en el campo \"De\""
388
 
389
+ #: contact_form.php:967
390
  msgid "User name"
391
  msgstr "Nombre de usuario"
392
 
393
+ #: contact_form.php:968
394
  msgid "The name of the user who fills the form will be used in the field 'From'."
395
  msgstr "El nombre del usuario que rellena en el formulario se utiliza en el campo \"De:\"."
396
 
397
+ #: contact_form.php:971
398
  msgid "This text will be used in the 'FROM' field"
399
  msgstr "Este texto se utiliza en el campo \"De\""
400
 
401
+ #: contact_form.php:975
402
  msgid "The email address in the 'From' field"
403
  msgstr "La dirección de correo electrónico en el campo \"De\""
404
 
405
+ #: contact_form.php:977
406
  msgid "User email"
407
  msgstr "Correo electrónico del usuario"
408
 
409
+ #: contact_form.php:978
410
  msgid "The email address of the user who fills the form will be used in the field 'From'."
411
  msgstr "La dirección de correo electrónico del usuario que rellena el formulario se utiliza en el campo \"De\"."
412
 
413
+ #: contact_form.php:981
414
  msgid "This email address will be used in the 'From' field."
415
  msgstr "Esta dirección de correo electrónico se utilizará en el campo \"De\"."
416
 
417
+ #: contact_form.php:985
418
  msgid "Required symbol"
419
  msgstr "Símbolo de Obligatorio"
420
 
421
+ #: contact_form.php:995
422
  msgid "Fields"
423
  msgstr "Campos"
424
 
425
+ #: contact_form.php:996
426
  msgid "Used"
427
  msgstr "Usado"
428
 
429
+ #: contact_form.php:997
430
  msgid "Required"
431
  msgstr "Obligatorio"
432
 
433
+ #: contact_form.php:998
434
  msgid "Visible"
435
  msgstr "Visible"
436
 
437
+ #: contact_form.php:999
438
  msgid "Disabled for editing"
439
  msgstr "Inhabilitado para la edición"
440
 
441
+ #: contact_form.php:1000
442
  msgid "Field's default value"
443
  msgstr "Valor predeterminado del campo"
444
 
445
+ #: contact_form.php:1005
446
+ #: contact_form.php:1362
447
+ #: contact_form.php:2125
448
+ #: contact_form.php:2161
449
  msgid "Name"
450
  msgstr "Nombre"
451
 
452
+ #: contact_form.php:1013
453
+ msgid "Location selectbox"
454
+ msgstr ""
455
+
456
+ #: contact_form.php:1021
457
+ #: contact_form.php:1367
458
+ #: contact_form.php:2131
459
+ #: contact_form.php:2165
460
  msgid "Address"
461
  msgstr "Dirección"
462
 
463
+ #: contact_form.php:1029
464
  msgid "Email Address"
465
  msgstr "Dirección de correo electrónico"
466
 
467
+ #: contact_form.php:1037
468
  msgid "Phone number"
469
  msgstr "Número de teléfono"
470
 
471
+ #: contact_form.php:1045
472
+ #: contact_form.php:1382
473
+ #: contact_form.php:2146
474
+ #: contact_form.php:2174
475
  msgid "Subject"
476
  msgstr "Asunto"
477
 
478
+ #: contact_form.php:1053
479
+ #: contact_form.php:1386
480
+ #: contact_form.php:2149
481
+ #: contact_form.php:2176
482
  msgid "Message"
483
  msgstr "Mensaje"
484
 
485
+ #: contact_form.php:1077
486
  msgid "Attachment block"
487
  msgstr "bloque de adjuntos"
488
 
489
+ #: contact_form.php:1079
490
  msgid "Users can attach the following file formats"
491
  msgstr "Los usuarios pueden adjuntar los siguientes formatos de archivo"
492
 
493
+ #: contact_form.php:1092
494
  msgid "Add to the form"
495
  msgstr "Añadir a la forma"
496
 
497
+ #: contact_form.php:1097
498
  msgid "Tips below the Attachment"
499
  msgstr "Consejos debajo del archivo adjunto"
500
 
501
+ #: contact_form.php:1106
502
  msgid "'Send me a copy' block"
503
  msgstr "'Deseo recibir una copia' bloque"
504
 
505
+ #: contact_form.php:1117
506
+ #: contact_form.php:1120
507
+ #: contact_form.php:1124
508
+ #: contact_form.php:1396
509
  msgid "Captcha"
510
  msgstr "Captcha"
511
 
512
+ #: contact_form.php:1120
513
  msgid "Activate captcha"
514
  msgstr "Activar Captcha"
515
 
516
+ #: contact_form.php:1124
517
  msgid "Download captcha"
518
  msgstr "Descargar Captcha"
519
 
520
+ #: contact_form.php:1132
521
  msgid "Agreement checkbox"
522
  msgstr "casilla de verificación de acuerdo"
523
 
524
+ #: contact_form.php:1132
525
  msgid "Required checkbox for submitting the form"
526
  msgstr "Casilla de verificación obligatoria para enviar el formulario"
527
 
528
+ #: contact_form.php:1133
529
  msgid "Optional checkbox"
530
  msgstr "Casilla opcional"
531
 
532
+ #: contact_form.php:1133
533
  msgid "Optional checkbox, the results of which will be displayed in email"
534
  msgstr "Casilla opcional, cuyos resultados se mostrarán en el correo electrónico"
535
 
536
+ #: contact_form.php:1150
537
  msgid "Delete an attachment file from the server after the email is sent"
538
  msgstr "Eliminar un archivo adjunto del servidor después de que se envíe el correo electrónico"
539
 
540
+ #: contact_form.php:1156
541
  msgid "Email in HTML format sending"
542
  msgstr "Enviar correo electrónico en formato HTML"
543
 
544
+ #: contact_form.php:1160
545
  msgid "Display additional info in the email"
546
  msgstr "Mostrar información adicional en el correo electrónico"
547
 
548
+ #: contact_form.php:1165
549
+ #: contact_form.php:2092
550
+ #: contact_form.php:2094
551
  msgid "Sent from (ip address)"
552
  msgstr "Enviado desde (dirección IP)"
553
 
554
+ #: contact_form.php:1165
555
  msgid "Example: Sent from (IP address):\t127.0.0.1"
556
  msgstr "Ejemplo: Enviado desde (dirección IP:\t127.0.0.1"
557
 
558
+ #: contact_form.php:1166
559
+ #: contact_form.php:2098
560
+ #: contact_form.php:2100
561
  msgid "Date/Time"
562
  msgstr "Fecha/Hora"
563
 
564
+ #: contact_form.php:1166
565
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
566
  msgstr "Ejemplo: Fecha/hora:\tAugust 19, 2013 8:50 pm"
567
 
568
+ #: contact_form.php:1167
569
+ #: contact_form.php:2104
570
+ #: contact_form.php:2106
571
  msgid "Sent from (referer)"
572
  msgstr "Enviado desde (referencia)"
573
 
574
+ #: contact_form.php:1167
575
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
576
  msgstr "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
577
 
578
+ #: contact_form.php:1168
579
+ #: contact_form.php:2110
580
+ #: contact_form.php:2112
581
  msgid "Using (user agent)"
582
  msgstr "Usando (agente de usuario)"
583
 
584
+ #: contact_form.php:1168
585
  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"
586
  msgstr "Ejemplo: Usando (agente de usuario):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
587
 
588
+ #: contact_form.php:1172
589
  msgid "Language settings for the field names in the form"
590
  msgstr "Configuración de idioma para los nombres de los campos en el formulario"
591
 
592
+ #: contact_form.php:1181
593
  msgid "Add a language"
594
  msgstr "Añadir un idioma"
595
 
596
+ #: contact_form.php:1185
597
  msgid "Change the names of the contact form fields and error messages"
598
  msgstr "Cambie los nombres de los campos del formulario de contacto y mensajes de error"
599
 
600
+ #: contact_form.php:1190
601
+ #: contact_form.php:1277
602
  msgid "English"
603
  msgstr "Inglés"
604
 
605
+ #: contact_form.php:1198
606
+ #: contact_form.php:1232
607
  msgid "click to expand/hide the list"
608
  msgstr "haga clic para expandir / ocultar la lista"
609
 
610
+ #: contact_form.php:1207
611
+ #: contact_form.php:1241
612
  msgid "Tips below the Attachment block"
613
  msgstr "Consejos debajo del bloque del archivo adjunto"
614
 
615
+ #: contact_form.php:1210
616
+ #: contact_form.php:1244
617
  msgid "Error message for the Name field"
618
  msgstr "Mensaje de error para el campo Nombre"
619
 
620
+ #: contact_form.php:1211
621
+ #: contact_form.php:1245
622
  msgid "Error message for the Address field"
623
  msgstr "Mensaje de error para el campo dirección"
624
 
625
+ #: contact_form.php:1212
626
+ #: contact_form.php:1246
627
  msgid "Error message for the Email field"
628
  msgstr "Mensaje de error en el campo Correo electrónico"
629
 
630
+ #: contact_form.php:1213
631
+ #: contact_form.php:1247
632
  msgid "Error message for the Phone field"
633
  msgstr "Mensaje de error para el campo Teléfono"
634
 
635
+ #: contact_form.php:1214
636
+ #: contact_form.php:1248
637
  msgid "Error message for the Subject field"
638
  msgstr "Mensaje de error para el campo Asunto"
639
 
640
+ #: contact_form.php:1215
641
+ #: contact_form.php:1249
642
  msgid "Error message for the Message field"
643
  msgstr "Mensaje de error en el campo Mensaje"
644
 
645
+ #: contact_form.php:1216
646
+ #: contact_form.php:1250
647
  msgid "Error message about the file type for the Attachment field"
648
  msgstr "Mensaje de error sobre el tipo de archivo para el campo de archivos adjuntos"
649
 
650
+ #: contact_form.php:1217
651
+ #: contact_form.php:1251
652
  msgid "Error message while uploading a file for the Attachment field to the server"
653
  msgstr "Mensaje de error al cargar un archivo en el campo de archivos adjuntos al servidor"
654
 
655
+ #: contact_form.php:1218
656
+ #: contact_form.php:1252
657
  msgid "Error message while moving the file for the Attachment field"
658
  msgstr "Mensaje de error mientras se mueve el archivo en el campo de archivos adjuntos"
659
 
660
+ #: contact_form.php:1219
661
+ #: contact_form.php:1253
662
  msgid "Error message when file size limit for the Attachment field is exceeded"
663
  msgstr "Mensaje de error cuando se supera el límite de tamaño de archivo para el campo de archivos adjuntos"
664
 
665
+ #: contact_form.php:1220
666
+ #: contact_form.php:1254
667
  msgid "Error message for the Captcha field"
668
  msgstr "Mensaje de error para el campo Captcha"
669
 
670
+ #: contact_form.php:1221
671
+ #: contact_form.php:1255
672
  msgid "Error message for the whole form"
673
  msgstr "Mensaje de error para todo el formulario"
674
 
675
+ #: contact_form.php:1224
676
+ #: contact_form.php:1226
677
+ #: contact_form.php:1258
678
+ #: contact_form.php:1260
679
+ #: contact_form.php:1287
680
+ #: contact_form.php:1289
681
+ #: contact_form.php:1297
682
+ #: contact_form.php:1299
683
  msgid "Use shortcode"
684
  msgstr "Utilice shortcode"
685
 
686
+ #: contact_form.php:1224
687
+ #: contact_form.php:1226
688
+ #: contact_form.php:1258
689
+ #: contact_form.php:1260
690
+ #: contact_form.php:1287
691
+ #: contact_form.php:1289
692
+ #: contact_form.php:1297
693
+ #: contact_form.php:1299
694
  msgid "for this language"
695
  msgstr "para este idioma"
696
 
697
+ #: contact_form.php:1268
698
+ #, fuzzy
699
+ msgid "Use the changed names of the contact form fields in the email"
700
+ msgstr "Cambie los nombres de los campos del formulario de contacto y mensajes de error"
701
+
702
+ #: contact_form.php:1274
703
  msgid "Action after email is sent"
704
  msgstr "Acción después de que se envíe el correo electrónico"
705
 
706
+ #: contact_form.php:1276
707
  msgid "Display text"
708
  msgstr "Mostrar texto"
709
 
710
+ #: contact_form.php:1285
711
+ #: contact_form.php:1295
712
  msgid "Text"
713
  msgstr "Texto"
714
 
715
+ #: contact_form.php:1306
716
  msgid "Redirect to the page"
717
  msgstr "Redirigir a la página"
718
 
719
+ #: contact_form.php:1307
720
  msgid "Url"
721
  msgstr "Url"
722
 
723
+ #: contact_form.php:1311
724
  msgid "The $_SERVER variable that is used to build a URL of the form"
725
  msgstr "La variable $_SERVER que se utiliza para construir una URL de la forma"
726
 
727
+ #: contact_form.php:1315
728
  msgid "If you are not sure whether to change this setting or not, please do not do that."
729
  msgstr "Si no está seguro de si se debe cambiar esta configuración o no, por favor, no hagas eso."
730
 
731
+ #: contact_form.php:1321
732
+ #: contact_form.php:1505
733
  msgid "Save Changes"
734
  msgstr "Guardar cambios"
735
 
736
+ #: contact_form.php:1326
737
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
738
  msgstr "Si usted disfruta de nuestro plugin, por favor, darle 5 estrellas en WordPress"
739
 
740
+ #: contact_form.php:1327
741
  msgid "Rate the plugin"
742
  msgstr "Valorar el plugin"
743
 
744
+ #: contact_form.php:1330
745
  msgid "If there is something wrong about it, please contact us"
746
  msgstr "Si hay algo malo en el, por favor, póngase en contacto con nosotros"
747
 
748
+ #: contact_form.php:1342
749
  msgid "Errors output"
750
  msgstr "Salida de errores"
751
 
752
+ #: contact_form.php:1345
753
  msgid "Display error messages"
754
  msgstr "Mostrar mensajes de error"
755
 
756
+ #: contact_form.php:1346
757
  msgid "Color of the input field errors."
758
  msgstr "El color de los errores del campo de entrada."
759
 
760
+ #: contact_form.php:1347
761
  msgid "Display error messages & color of the input field errors"
762
  msgstr "Mostrar mensajes de error y el color de los errores de campo de entrada"
763
 
764
+ #: contact_form.php:1352
765
  msgid "Add placeholder to the input blocks"
766
  msgstr "Añadir marcador de posición de los bloques de entrada"
767
 
768
+ #: contact_form.php:1358
769
  msgid "Add tooltips"
770
  msgstr "Añadir información sobre herramientas"
771
 
772
+ #: contact_form.php:1372
773
  msgid "Email address"
774
  msgstr "Correo electrónico"
775
 
776
+ #: contact_form.php:1377
777
  msgid "Phone Number"
778
  msgstr "Número de teléfono"
779
 
780
+ #: contact_form.php:1391
781
  msgid "Attachment"
782
  msgstr "Adjuntos"
783
 
784
+ #: contact_form.php:1396
785
  msgid "(powered by bestwebsoft.com)"
786
  msgstr "(hecho por bestwebsoft.com)"
787
 
788
+ #: contact_form.php:1401
789
  msgid "Style options"
790
  msgstr "Opciones de estilo"
791
 
792
+ #: contact_form.php:1404
793
  msgid "Text color"
794
  msgstr "Color del texto"
795
 
796
+ #: contact_form.php:1407
797
+ #: contact_form.php:1412
 
 
 
 
 
 
 
 
798
  #: contact_form.php:1422
799
  #: contact_form.php:1427
800
+ #: contact_form.php:1432
801
+ #: contact_form.php:1437
802
+ #: contact_form.php:1447
803
+ #: contact_form.php:1452
804
+ #: contact_form.php:1458
805
+ #: contact_form.php:1469
806
+ #: contact_form.php:1474
807
+ #: contact_form.php:1479
808
  msgid "Default"
809
  msgstr "Defecto"
810
 
811
+ #: contact_form.php:1409
812
  msgid "Label text color"
813
  msgstr "Color del texto de la Etiqueta"
814
 
815
+ #: contact_form.php:1414
816
  msgid "Placeholder color"
817
  msgstr "El color de marcador de posición"
818
 
819
+ #: contact_form.php:1419
820
  msgid "Errors color"
821
  msgstr "Color del error"
822
 
823
+ #: contact_form.php:1424
824
  msgid "Error text color"
825
  msgstr "Color del texto de error"
826
 
827
+ #: contact_form.php:1429
828
  msgid "Background color of the input field errors"
829
  msgstr "Color de fondo de los errores de campo de entrada"
830
 
831
+ #: contact_form.php:1434
832
  msgid "Border color of the input field errors"
833
  msgstr "Color del borde de los errores de campo de entrada"
834
 
835
+ #: contact_form.php:1439
836
  msgid "Placeholder color of the input field errors"
837
  msgstr "El color de marcador de posición de los errores de campo de entrada"
838
 
839
+ #: contact_form.php:1444
840
  msgid "Input fields"
841
  msgstr "Campos de entrada"
842
 
843
+ #: contact_form.php:1449
844
  msgid "Input fields background color"
845
  msgstr "Color de fondo de los campos de entrada"
846
 
847
+ #: contact_form.php:1454
848
  msgid "Text fields color"
849
  msgstr "Color de los campos de texto"
850
 
851
+ #: contact_form.php:1456
852
  msgid "Border width in px, numbers only"
853
  msgstr "Ancho del borde en píxeles, sólo números"
854
 
855
+ #: contact_form.php:1460
856
+ #: contact_form.php:1481
857
  msgid "Border color"
858
  msgstr "Color del borde"
859
 
860
+ #: contact_form.php:1465
861
  msgid "Submit button"
862
  msgstr "Botón enviar"
863
 
864
+ #: contact_form.php:1467
865
  msgid "Width in px, numbers only"
866
  msgstr "Ancho en píxeles, sólo números"
867
 
868
+ #: contact_form.php:1471
869
  msgid "Button color"
870
  msgstr "Color del botón"
871
 
872
+ #: contact_form.php:1476
873
  msgid "Button text color"
874
  msgstr "Color del texto del botón"
875
 
876
+ #: contact_form.php:1509
877
  msgid "Contact Form Pro | Preview"
878
  msgstr "Contact Form Pro | Vista previa"
879
 
880
+ #: contact_form.php:1512
881
  msgid "Show with errors"
882
  msgstr "Mostrar con errores"
883
 
884
+ #: contact_form.php:1520
885
+ #: contact_form.php:1522
886
  msgid "Please enter your full name..."
887
  msgstr "Escriba su nombre completo..."
888
 
889
+ #: contact_form.php:1533
890
+ #: contact_form.php:1535
891
  msgid "Please enter your address..."
892
  msgstr "Escriba su dirección..."
893
 
894
+ #: contact_form.php:1544
895
+ #: contact_form.php:1546
896
  msgid "Please enter your email address..."
897
  msgstr "Introduzca su correo electrónico ..."
898
 
899
+ #: contact_form.php:1555
900
+ #: contact_form.php:1557
901
  msgid "Please enter your phone number..."
902
  msgstr "Escriba su número de teléfono..."
903
 
904
+ #: contact_form.php:1566
905
+ #: contact_form.php:1568
906
  msgid "Please enter subject..."
907
  msgstr "Escriba un asunto..."
908
 
909
+ #: contact_form.php:1576
910
+ #: contact_form.php:1578
911
  msgid "Please enter your message..."
912
  msgstr "Escriba el mensaje..."
913
 
914
+ #: contact_form.php:1620
915
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
916
  msgstr "Enhorabuena La versión PRO del plugin ha sido descargada y se activó con éxito."
917
 
918
+ #: contact_form.php:1622
919
  msgid "Please, go to"
920
  msgstr "Por favor, vaya a"
921
 
922
+ #: contact_form.php:1622
923
  msgid "the setting page"
924
  msgstr "la página de configuración"
925
 
926
+ #: contact_form.php:1623
927
  msgid "You will be redirected automatically in 5 seconds."
928
  msgstr "Usted será redirigido automáticamente en 5 segundos."
929
 
930
+ #: contact_form.php:1628
931
  msgid "You can download and activate"
932
  msgstr "Puede descargar y activar"
933
 
934
+ #: contact_form.php:1630
935
  msgid "version of this plugin by entering Your license key."
936
  msgstr "versión de este plugin introduciendo su clave de licencia."
937
 
938
+ #: contact_form.php:1632
939
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
940
  msgstr "Puede encontrar su clave de licencia en el área de la página de cliente personal, haciendo clic en el enlace"
941
 
942
+ #: contact_form.php:1634
943
  msgid "(your username is the email you specify when purchasing the product)."
944
  msgstr "(su nombre de usuario es el correo electrónico que usted especifique a la hora de comprar el producto)."
945
 
946
+ #: contact_form.php:1642
947
+ #: contact_form.php:1652
948
+ #, fuzzy
949
+ msgid "Activate"
950
+ msgstr "Activar Captcha"
951
 
952
+ #: contact_form.php:1718
953
  msgid "Sorry, email message could not be delivered."
954
  msgstr "Lo sentimos, el mensaje de correo electrónico no se pudo entregar."
955
 
956
+ #: contact_form.php:2119
957
  msgid "Contact from"
958
  msgstr "Contact from"
959
 
960
+ #: contact_form.php:2136
961
+ #: contact_form.php:2168
962
  msgid "Email"
963
  msgstr "Correo electrónico"
964
 
965
+ #: contact_form.php:2141
966
+ #: contact_form.php:2171
967
  msgid "Phone"
968
  msgstr "Teléfono"
969
 
970
+ #: contact_form.php:2152
971
+ #: contact_form.php:2178
972
  msgid "Site"
973
  msgstr "Sitio"
974
 
975
+ #: contact_form.php:2250
976
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
977
  msgstr "Si puede ver esta MIME, significa que el tipo MIME no es compatible con su cliente de correo electrónico!"
978
 
979
+ #: contact_form.php:2320
980
  msgid "Support"
981
  msgstr "Soporte técnico"
982
 
983
+ #: contact_form.php:2368
984
  msgid "Are you sure that you want to delete this language data?"
985
  msgstr "¿Estás seguro de que quieres eliminar este idioma?"
986
 
987
+ #: contact_form.php:2577
988
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
989
  msgstr "Es hora de actualizar su <strong>Contact Form plugin</strong> a versión <strong>PRO</strong>"
990
 
991
+ #: contact_form.php:2578
992
  msgid "Extend standard plugin functionality with new great options."
993
  msgstr "Extienda la funcionalidad plug-in de serie con los nuevas grandes opciones."
994
 
995
+ #: contact_form.php:2593
996
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
997
  msgstr "<strong>Formulario de contacto para DB</strong>permite almacenar sus mensajes a la base de datos."
998
 
999
+ #: contact_form.php:2594
1000
  msgid "Manage messages that have been sent from your website."
1001
  msgstr "Administración de mensajes que han sido enviados desde su sitio web."
1002
 
1003
+ #~ msgid "Go!"
1004
+ #~ msgstr "Ir!"
1005
+
1006
  #, fuzzy
1007
  #~ msgid "Contact Form Pro"
1008
  #~ msgstr "Contact Form"
languages/contact_form-et.mo CHANGED
Binary file
languages/contact_form-et.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: 2014-04-14 15:38+0300\n"
6
- "PO-Revision-Date: 2014-04-14 15:38+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Feliks <feliks@veebimeister.com>\n"
9
  "Language: ca_ES\n"
@@ -16,978 +16,989 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:73
20
- #: contact_form.php:785
21
  msgid "Contact Form Settings"
22
  msgstr "Contact Form seaded"
23
 
24
- #: contact_form.php:73
25
  msgid "Contact Form"
26
  msgstr "Contact Form"
27
 
28
- #: contact_form.php:149
29
- #: contact_form.php:1131
30
- #: contact_form.php:1165
31
  msgid "Name:"
32
  msgstr "Nimi:"
33
 
34
- #: contact_form.php:150
35
- #: contact_form.php:1132
36
- #: contact_form.php:1166
37
  msgid "Address:"
38
  msgstr "Aadress:"
39
 
40
- #: contact_form.php:151
41
- #: contact_form.php:1133
42
- #: contact_form.php:1167
43
  msgid "Email Address:"
44
  msgstr "E-maili aadress:"
45
 
46
- #: contact_form.php:152
47
- #: contact_form.php:1134
48
- #: contact_form.php:1168
49
  msgid "Phone number:"
50
  msgstr "Telefoni number:"
51
 
52
- #: contact_form.php:153
53
- #: contact_form.php:1135
54
- #: contact_form.php:1169
55
  msgid "Subject:"
56
  msgstr "Pealkiri:"
57
 
58
- #: contact_form.php:154
59
- #: contact_form.php:1136
60
- #: contact_form.php:1170
61
  msgid "Message:"
62
  msgstr "Sõnum:"
63
 
64
- #: contact_form.php:155
65
- #: contact_form.php:1137
66
- #: contact_form.php:1171
67
  msgid "Attachment:"
68
  msgstr "Manus:"
69
 
70
- #: contact_form.php:156
71
  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"
72
  msgstr "Toetatud failitüübid: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max faili suurus: 2MB"
73
 
74
- #: contact_form.php:157
75
- #: contact_form.php:1139
76
- #: contact_form.php:1173
77
  msgid "Send me a copy"
78
  msgstr "Saada mulle koopia"
79
 
80
- #: contact_form.php:158
81
- #: contact_form.php:1140
82
- #: contact_form.php:1174
83
  msgid "Submit"
84
  msgstr "Saada"
85
 
86
- #: contact_form.php:159
87
  msgid "Your name is required."
88
  msgstr "Sinu nimi on kohustuslik."
89
 
90
- #: contact_form.php:160
91
  msgid "Address is required."
92
  msgstr "Aadress on kohustuslik."
93
 
94
- #: contact_form.php:161
95
  msgid "A valid email address is required."
96
  msgstr "Korrektne e-mail on kohustuslik."
97
 
98
- #: contact_form.php:162
99
  msgid "Phone number is required."
100
  msgstr "Telefoni number on kohustuslik."
101
 
102
- #: contact_form.php:163
103
  msgid "Subject is required."
104
  msgstr "Pealkiri on kohustuslik."
105
 
106
- #: contact_form.php:164
107
  msgid "Message text is required."
108
  msgstr "Sõnumi tekst on kohustuslik."
109
 
110
- #: contact_form.php:165
111
  msgid "File format is not valid."
112
  msgstr "Failiformaat pole toetatud."
113
 
114
- #: contact_form.php:166
115
  msgid "File upload error."
116
  msgstr "Error faili üles laadimisel."
117
 
118
- #: contact_form.php:167
119
  msgid "The file could not be uploaded."
120
  msgstr "Faili ei saanud üles laadida."
121
 
122
- #: contact_form.php:168
123
  msgid "This file is too large."
124
  msgstr "See fail on liiga suur."
125
 
126
- #: contact_form.php:169
127
  msgid "Please fill out the CAPTCHA."
128
  msgstr "Palun täida CAPTCHA."
129
 
130
- #: contact_form.php:170
131
  msgid "Please make corrections below and try again."
132
  msgstr "Palun tee allolevad parandused ja proovi uuesti."
133
 
134
- #: contact_form.php:172
135
  msgid "Thank you for contacting us."
136
  msgstr "Tänan meiega kontakteerumast."
137
 
138
- #: contact_form.php:322
139
  msgid "requires"
140
  msgstr "nõuab"
141
 
142
- #: contact_form.php:322
143
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
144
  msgstr "või uuem, seetõttu on ka see deaktiveeritud! Palun uuenda WordPressi ja proovi uuesti."
145
 
146
- #: contact_form.php:322
147
  msgid "Back to the WordPress"
148
  msgstr "Tagasi WordPressi"
149
 
150
- #: contact_form.php:322
151
  msgid "Plugins page"
152
  msgstr "Pluginate leht"
153
 
154
- #: contact_form.php:626
155
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
156
  msgstr "Kui 'Suuna lehele' valik on aktiveeritud, siis URL-i väli peab olema järgnevas formaadis"
157
 
158
- #: contact_form.php:635
159
  msgid "Such user does not exist. Settings are not saved."
160
  msgstr "Sellist kasutajat ei eksisteeri. Seaded pole salvestatud."
161
 
162
- #: contact_form.php:639
163
- #: contact_form.php:645
164
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
165
  msgstr "Palun sisesta 'Kellelt' väljale korrektne e-maili aadress. Seaded pole salvestatud."
166
 
167
- #: contact_form.php:661
168
  msgid "Settings saved."
169
  msgstr "Seaded salvestatud."
170
 
171
- #: contact_form.php:688
172
- #: contact_form.php:720
173
  msgid "Wrong license key"
174
  msgstr ""
175
 
176
- #: contact_form.php:713
177
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
178
  msgstr ""
179
 
180
- #: contact_form.php:722
181
  msgid "This license key is bind to another site"
182
  msgstr ""
183
 
184
- #: contact_form.php:724
185
- #: contact_form.php:1570
186
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
187
  msgstr ""
188
 
189
- #: contact_form.php:741
190
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
191
  msgstr ""
192
 
193
- #: contact_form.php:747
194
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
195
  msgstr ""
196
 
197
- #: contact_form.php:751
198
- #: contact_form.php:760
199
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
200
  msgstr ""
201
 
202
- #: contact_form.php:764
203
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
204
  msgstr ""
205
 
206
- #: contact_form.php:779
207
  #, fuzzy
208
  msgid "Please, enter Your license key"
209
  msgstr "Palun sisesta oma sõnum..."
210
 
211
- #: contact_form.php:787
212
- #: contact_form.php:2216
213
- #: contact_form.php:2228
214
  msgid "Settings"
215
  msgstr "Seaded"
216
 
217
- #: contact_form.php:788
218
  msgid "Extra settings"
219
  msgstr "Ekstra seaded"
220
 
221
- #: contact_form.php:789
 
 
 
 
 
222
  msgid "Go PRO"
223
  msgstr ""
224
 
225
- #: contact_form.php:792
226
  msgid "Notice:"
227
  msgstr "Märkus:"
228
 
229
- #: contact_form.php:792
230
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
231
  msgstr "Plugina seaded on muudetud. Nende salvestamiseks ära unusta klikkimast 'Salvesta muutused' nupul."
232
 
233
- #: contact_form.php:798
234
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
235
  msgstr ""
236
 
237
- #: contact_form.php:804
238
- #: contact_form.php:809
239
- #: contact_form.php:1529
240
  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:"
241
  msgstr "Kui soovid lisada kontakti vormi oma kodulehele, siis lihtsalt kopeeri see lühikood oma postitusele või lehele või moodulile:"
242
 
243
- #: contact_form.php:804
244
- #: contact_form.php:805
245
- #: contact_form.php:809
246
- #: contact_form.php:810
247
- #: contact_form.php:1155
248
- #: contact_form.php:1157
249
- #: contact_form.php:1212
250
- #: contact_form.php:1214
251
  msgid "or"
252
  msgstr "või"
253
 
254
- #: contact_form.php:805
255
- #: contact_form.php:810
256
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
257
  msgstr "Kui sul on probleeme standard lühikoodiga [contact_form], siis peaksid kasutama lühikoodi"
258
 
259
- #: contact_form.php:806
260
- #: contact_form.php:811
261
  msgid "They work the same way."
262
  msgstr "Need töötavad täpselt samamoodi."
263
 
264
- #: contact_form.php:807
265
- #: contact_form.php:812
266
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
267
  msgstr "Kui sa jätad selle välja tühjaks, siis sõnumid saadetakse registreerumisel antud e-maili aadressile."
268
 
269
- #: contact_form.php:817
270
  msgid "The user's email address:"
271
  msgstr "Kasutaja e-maili aadress:"
272
 
273
- #: contact_form.php:821
274
  msgid "Create a username"
275
  msgstr "Loo kasutajanimi"
276
 
277
- #: contact_form.php:828
278
  msgid "Enter a username of the person who should get the messages from the contact form."
279
  msgstr "Sisesta selle isiku kasutajanimi, kes peaks saama sõnumid kontaktivormilt."
280
 
281
- #: contact_form.php:832
282
  msgid "Use this email address:"
283
  msgstr "Kasuta seda e-maili aadressi:"
284
 
285
- #: contact_form.php:835
286
  msgid "Enter the email address you want the messages forwarded to."
287
  msgstr "Introdueixi una adreça de correu electrònic on vulgui re-enviar el missatge"
288
 
289
- #: contact_form.php:844
290
  msgid "Add department selectbox to the contact form:"
291
  msgstr "Lisa valikukast kontakti vormile:"
292
 
293
- #: contact_form.php:852
294
- #: contact_form.php:1412
295
  msgid "If you upgrade to Pro version all your settings will be saved."
296
  msgstr "Kui sa lähed üle Pro versioonile, siis kõik seaded salvestatakse."
297
 
298
- #: contact_form.php:859
299
- #: contact_form.php:997
300
- #: contact_form.php:1071
301
- #: contact_form.php:1419
302
  msgid "Unlock premium options by upgrading to a PRO version."
303
  msgstr ""
304
 
305
- #: contact_form.php:860
306
- #: contact_form.php:998
307
- #: contact_form.php:1072
308
- #: contact_form.php:1420
309
- #: contact_form.php:2473
310
- #: contact_form.php:2489
311
  msgid "Learn More"
312
  msgstr ""
313
 
314
- #: contact_form.php:863
315
- #: contact_form.php:1001
316
- #: contact_form.php:1075
317
- #: contact_form.php:1423
318
  msgid "Go"
319
  msgstr ""
320
 
321
- #: contact_form.php:870
322
  msgid "Save emails to the database"
323
  msgstr "Salvesta e-mailid andmebaasi"
324
 
325
- #: contact_form.php:876
326
  msgid "Using"
327
  msgstr ""
328
 
329
- #: contact_form.php:876
330
- #: contact_form.php:1048
331
- #: contact_form.php:1051
332
- #: contact_form.php:1055
333
  msgid "powered by"
334
  msgstr "loonud"
335
 
336
- #: contact_form.php:879
337
- #: contact_form.php:883
338
  msgid "Using Contact Form to DB powered by"
339
  msgstr "Kontakti vorm andmebaasi on loonud"
340
 
341
- #: contact_form.php:879
342
  msgid "Activate Contact Form to DB"
343
  msgstr "Aktiveeri Contact Form"
344
 
345
- #: contact_form.php:883
346
  msgid "Download Contact Form to DB"
347
  msgstr "Lae Contact Form alla"
348
 
349
- #: contact_form.php:888
350
  msgid "Additional options"
351
  msgstr "Opcions addicionals"
352
 
353
- #: contact_form.php:890
354
  msgid "Show"
355
  msgstr "Näita"
356
 
357
- #: contact_form.php:891
358
  msgid "Hide"
359
  msgstr "Peida"
360
 
361
- #: contact_form.php:895
362
  msgid "What to use?"
363
  msgstr "Mida kasutada?"
364
 
365
- #: contact_form.php:898
366
  msgid "Wp-mail"
367
  msgstr "Wp-mail"
368
 
369
- #: contact_form.php:898
370
  msgid "You can use the wp_mail function for mailing"
371
  msgstr "Võid kasutada wp_mail funktsiooni e-mailide saatmiseks"
372
 
373
- #: contact_form.php:900
374
  msgid "Mail"
375
  msgstr "E-mail"
376
 
377
- #: contact_form.php:900
378
  msgid "To send mail you can use the php mail function"
379
  msgstr "E-mailide saatmiseks saad kasutada php mail funktsiooni"
380
 
381
- #: contact_form.php:904
382
  msgid "The text in the 'From' field"
383
  msgstr "Tekst 'Kellelt' väljal"
384
 
385
- #: contact_form.php:906
386
  msgid "User name"
387
  msgstr "Kasutaja nimi"
388
 
389
- #: contact_form.php:907
390
  msgid "The name of the user who fills the form will be used in the field 'From'."
391
  msgstr "Kasutaja nime (kes täidab vormi) kasutatakse 'Kellelt' väljal."
392
 
393
- #: contact_form.php:910
394
  msgid "This text will be used in the 'FROM' field"
395
  msgstr "Seda teksti kasutatakse 'Kellelt' väljal"
396
 
397
- #: contact_form.php:914
398
  msgid "The email address in the 'From' field"
399
  msgstr "E-maili aadress 'Kellelt' väljal"
400
 
401
- #: contact_form.php:916
402
  msgid "User email"
403
  msgstr "Kasutaja e-mail"
404
 
405
- #: contact_form.php:917
406
  msgid "The email address of the user who fills the form will be used in the field 'From'."
407
  msgstr "Selle kasutaja, kes täidab vormi, e-maili aadressi kasutatakse 'Kellelt' väljal."
408
 
409
- #: contact_form.php:920
410
  msgid "This email address will be used in the 'From' field."
411
  msgstr "Seda e-maili aadressi kasutatakse 'Kellelt' väljal."
412
 
413
- #: contact_form.php:924
414
  msgid "Required symbol"
415
  msgstr "Nõutud sümbol"
416
 
417
- #: contact_form.php:934
418
  msgid "Fields"
419
  msgstr "Väljad"
420
 
421
- #: contact_form.php:935
422
  msgid "Used"
423
  msgstr "Kasutatud"
424
 
425
- #: contact_form.php:936
426
  msgid "Required"
427
  msgstr "Nõutud"
428
 
429
- #: contact_form.php:937
430
  msgid "Visible"
431
  msgstr "Nähtav"
432
 
433
- #: contact_form.php:938
434
  msgid "Disabled for editing"
435
  msgstr "Toimetamiseks välja lülitatud"
436
 
437
- #: contact_form.php:939
438
  msgid "Field's default value"
439
  msgstr "Välja vaikeseades väärtus"
440
 
441
- #: contact_form.php:944
442
- #: contact_form.php:1287
443
- #: contact_form.php:2059
444
- #: contact_form.php:2089
445
  msgid "Name"
446
  msgstr "Nimi"
447
 
448
- #: contact_form.php:952
449
- #: contact_form.php:1292
450
- #: contact_form.php:2063
451
- #: contact_form.php:2091
 
 
 
 
452
  msgid "Address"
453
  msgstr "Aadress"
454
 
455
- #: contact_form.php:960
456
  msgid "Email Address"
457
  msgstr "E-maili aadress"
458
 
459
- #: contact_form.php:968
460
  msgid "Phone number"
461
  msgstr "Telefoni number"
462
 
463
- #: contact_form.php:976
464
- #: contact_form.php:1307
465
- #: contact_form.php:2073
466
- #: contact_form.php:2095
467
  msgid "Subject"
468
  msgstr "Pealkiri"
469
 
470
- #: contact_form.php:984
471
- #: contact_form.php:1311
472
- #: contact_form.php:2076
473
- #: contact_form.php:2096
474
  msgid "Message"
475
  msgstr "Sõnum"
476
 
477
- #: contact_form.php:1008
478
  msgid "Attachment block"
479
  msgstr "Manuste blokk"
480
 
481
- #: contact_form.php:1010
482
  msgid "Users can attach the following file formats"
483
  msgstr "Kasutajad saavad lisada manuseid järgnevates formaatides"
484
 
485
- #: contact_form.php:1023
486
  msgid "Add to the form"
487
  msgstr "Lisa vormile"
488
 
489
- #: contact_form.php:1028
490
  msgid "Tips below the Attachment"
491
  msgstr "Vihjed manuse alla"
492
 
493
- #: contact_form.php:1037
494
  msgid "'Send me a copy' block"
495
  msgstr "'Saada mulle koopia' blokk"
496
 
497
- #: contact_form.php:1048
498
- #: contact_form.php:1051
499
- #: contact_form.php:1055
500
- #: contact_form.php:1321
501
  msgid "Captcha"
502
  msgstr "Captcha"
503
 
504
- #: contact_form.php:1051
505
  msgid "Activate captcha"
506
  msgstr "Captcha activat"
507
 
508
- #: contact_form.php:1055
509
  msgid "Download captcha"
510
  msgstr "Lae captcha alla"
511
 
512
- #: contact_form.php:1063
513
  msgid "Agreement checkbox"
514
  msgstr "Nõustumise kastike"
515
 
516
- #: contact_form.php:1063
517
  msgid "Required checkbox for submitting the form"
518
  msgstr "Nõutud kastike vormi saatmiseks"
519
 
520
- #: contact_form.php:1064
521
  msgid "Optional checkbox"
522
  msgstr "Valikuline kastike"
523
 
524
- #: contact_form.php:1064
525
  msgid "Optional checkbox, the results of which will be displayed in email"
526
  msgstr "Valikuline kastike, mille tulemusi näidatakse e-mailis"
527
 
528
- #: contact_form.php:1081
529
  msgid "Delete an attachment file from the server after the email is sent"
530
  msgstr "Kustuta manuse fail serverist peale e-maili saatmist"
531
 
532
- #: contact_form.php:1087
533
  msgid "Email in HTML format sending"
534
  msgstr "E-maili saatmine HTML formaadis"
535
 
536
- #: contact_form.php:1091
537
  msgid "Display additional info in the email"
538
  msgstr "Näita e-mailis lisainfot"
539
 
540
- #: contact_form.php:1096
541
- #: contact_form.php:2026
542
- #: contact_form.php:2028
543
  msgid "Sent from (ip address)"
544
  msgstr "Saadetud (IP aadress)"
545
 
546
- #: contact_form.php:1096
547
  msgid "Example: Sent from (IP address):\t127.0.0.1"
548
  msgstr "Näide: Saadetud (IP address):\t127.0.0.1"
549
 
550
- #: contact_form.php:1097
551
- #: contact_form.php:2032
552
- #: contact_form.php:2034
553
  msgid "Date/Time"
554
  msgstr "Kuupäev/Aeg"
555
 
556
- #: contact_form.php:1097
557
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
558
  msgstr "Näide: Kuupäev/Aeg:\tAugust 19, 2013 8:50 pm"
559
 
560
- #: contact_form.php:1098
561
- #: contact_form.php:2038
562
- #: contact_form.php:2040
563
  msgid "Sent from (referer)"
564
  msgstr "Saadetud (referer)"
565
 
566
- #: contact_form.php:1098
567
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
568
  msgstr "Näide: Saatnud (referer):\thttp://veebimeister.com/"
569
 
570
- #: contact_form.php:1099
571
- #: contact_form.php:2044
572
- #: contact_form.php:2046
573
  msgid "Using (user agent)"
574
  msgstr "Kasutab (user agent)"
575
 
576
- #: contact_form.php:1099
577
  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"
578
  msgstr "Näide: Kasutab (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
579
 
580
- #: contact_form.php:1103
581
  msgid "Language settings for the field names in the form"
582
  msgstr "Vormi keeleseaded nimeväljadele"
583
 
584
- #: contact_form.php:1112
585
  msgid "Add a language"
586
  msgstr "Lisa keel"
587
 
588
- #: contact_form.php:1116
589
  msgid "Change the names of the contact form fields and error messages"
590
  msgstr "Muuda kontakti vormi väljade ja error-sõnumite nimesid"
591
 
592
- #: contact_form.php:1121
593
- #: contact_form.php:1202
594
  msgid "English"
595
  msgstr "Inglise"
596
 
597
- #: contact_form.php:1129
598
- #: contact_form.php:1163
599
  msgid "click to expand/hide the list"
600
  msgstr ""
601
 
602
- #: contact_form.php:1138
603
- #: contact_form.php:1172
604
  msgid "Tips below the Attachment block"
605
  msgstr "Vihje manuse bloki all"
606
 
607
- #: contact_form.php:1141
608
- #: contact_form.php:1175
609
  msgid "Error message for the Name field"
610
  msgstr "Error väljal 'Nimi'"
611
 
612
- #: contact_form.php:1142
613
- #: contact_form.php:1176
614
  msgid "Error message for the Address field"
615
  msgstr "Error väljal 'Aadress'"
616
 
617
- #: contact_form.php:1143
618
- #: contact_form.php:1177
619
  msgid "Error message for the Email field"
620
  msgstr "Error väljal 'E-mail'"
621
 
622
- #: contact_form.php:1144
623
- #: contact_form.php:1178
624
  msgid "Error message for the Phone field"
625
  msgstr "Error väljal 'Telefon'"
626
 
627
- #: contact_form.php:1145
628
- #: contact_form.php:1179
629
  msgid "Error message for the Subject field"
630
  msgstr "Error väljal 'Pealkiri'"
631
 
632
- #: contact_form.php:1146
633
- #: contact_form.php:1180
634
  msgid "Error message for the Message field"
635
  msgstr "Error väljal 'Sõnum'"
636
 
637
- #: contact_form.php:1147
638
- #: contact_form.php:1181
639
  msgid "Error message about the file type for the Attachment field"
640
  msgstr "Error faili tüübi kohta manuse väljal"
641
 
642
- #: contact_form.php:1148
643
- #: contact_form.php:1182
644
  msgid "Error message while uploading a file for the Attachment field to the server"
645
  msgstr "Error faili üles laadimisel serverisse manuse välja jaoks"
646
 
647
- #: contact_form.php:1149
648
- #: contact_form.php:1183
649
  msgid "Error message while moving the file for the Attachment field"
650
  msgstr "Error faili liigutamisel manuse väljale"
651
 
652
- #: contact_form.php:1150
653
- #: contact_form.php:1184
654
  msgid "Error message when file size limit for the Attachment field is exceeded"
655
  msgstr "Error ületades faili suuruse limiiti manuse väljal"
656
 
657
- #: contact_form.php:1151
658
- #: contact_form.php:1185
659
  msgid "Error message for the Captcha field"
660
  msgstr "Error väljal 'Captcha'"
661
 
662
- #: contact_form.php:1152
663
- #: contact_form.php:1186
664
  msgid "Error message for the whole form"
665
  msgstr "Error kogu vormi kohta"
666
 
667
- #: contact_form.php:1155
668
- #: contact_form.php:1157
669
- #: contact_form.php:1189
670
- #: contact_form.php:1191
671
- #: contact_form.php:1212
672
- #: contact_form.php:1214
673
- #: contact_form.php:1222
674
  #: contact_form.php:1224
 
 
 
 
 
 
 
675
  msgid "Use shortcode"
676
  msgstr "Kasuta lühikoodi"
677
 
678
- #: contact_form.php:1155
679
- #: contact_form.php:1157
680
- #: contact_form.php:1189
681
- #: contact_form.php:1191
682
- #: contact_form.php:1212
683
- #: contact_form.php:1214
684
- #: contact_form.php:1222
685
  #: contact_form.php:1224
 
 
 
 
 
 
 
686
  msgid "for this language"
687
  msgstr "selle keele jaoks"
688
 
689
- #: contact_form.php:1199
 
 
 
 
 
690
  msgid "Action after email is sent"
691
  msgstr "Tegevus peale e-maili saatmist"
692
 
693
- #: contact_form.php:1201
694
  msgid "Display text"
695
  msgstr "Näita teksti"
696
 
697
- #: contact_form.php:1210
698
- #: contact_form.php:1220
699
  msgid "Text"
700
  msgstr "Tekst"
701
 
702
- #: contact_form.php:1231
703
  msgid "Redirect to the page"
704
  msgstr "Suuna lehele"
705
 
706
- #: contact_form.php:1232
707
  msgid "Url"
708
  msgstr "Url"
709
 
710
- #: contact_form.php:1236
711
  msgid "The $_SERVER variable that is used to build a URL of the form"
712
  msgstr ""
713
 
714
- #: contact_form.php:1240
715
  msgid "If you are not sure whether to change this setting or not, please do not do that."
716
  msgstr ""
717
 
718
- #: contact_form.php:1246
719
- #: contact_form.php:1430
720
  msgid "Save Changes"
721
  msgstr "Salvesta muudatused"
722
 
723
- #: contact_form.php:1251
724
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
725
  msgstr "Kui sulle see plugin meeldib, siis anna sellele 5 tärni WordPressis"
726
 
727
- #: contact_form.php:1252
728
  msgid "Rate the plugin"
729
  msgstr "Hinda pluginat"
730
 
731
- #: contact_form.php:1255
732
  msgid "If there is something wrong about it, please contact us"
733
  msgstr "Palun kontakteeru kohe meiega, kui sellega on midagi viga"
734
 
735
- #: contact_form.php:1267
736
  msgid "Errors output"
737
  msgstr "Errorite väljund"
738
 
739
- #: contact_form.php:1270
740
  msgid "Display error messages"
741
  msgstr "Näita error-sõnumeid"
742
 
743
- #: contact_form.php:1271
744
  msgid "Color of the input field errors."
745
  msgstr "Sisestusväljade errorite värv"
746
 
747
- #: contact_form.php:1272
748
  msgid "Display error messages & color of the input field errors"
749
  msgstr "Näita error-sõnumeid ja sisestusväljade errorite värvi"
750
 
751
- #: contact_form.php:1277
752
  msgid "Add placeholder to the input blocks"
753
  msgstr "Lisa kohahoidja sisestusblokkidele"
754
 
755
- #: contact_form.php:1283
756
  msgid "Add tooltips"
757
  msgstr "Lisa vihjed"
758
 
759
- #: contact_form.php:1297
760
  msgid "Email address"
761
  msgstr "E-maili aadress"
762
 
763
- #: contact_form.php:1302
764
  msgid "Phone Number"
765
  msgstr "Telefoni number"
766
 
767
- #: contact_form.php:1316
768
  msgid "Attachment"
769
  msgstr "Manus"
770
 
771
- #: contact_form.php:1321
772
  msgid "(powered by bestwebsoft.com)"
773
  msgstr "(Loonud bestwebsoft.com)"
774
 
775
- #: contact_form.php:1326
776
  msgid "Style options"
777
  msgstr "Stiili valikud"
778
 
779
- #: contact_form.php:1329
780
  msgid "Text color"
781
  msgstr "Teksti värv"
782
 
783
- #: contact_form.php:1332
784
- #: contact_form.php:1337
785
- #: contact_form.php:1347
786
- #: contact_form.php:1352
787
- #: contact_form.php:1357
788
- #: contact_form.php:1362
789
- #: contact_form.php:1372
790
- #: contact_form.php:1377
791
- #: contact_form.php:1383
792
- #: contact_form.php:1394
793
- #: contact_form.php:1399
794
- #: contact_form.php:1404
795
  msgid "Default"
796
  msgstr "Vaikimisi valik"
797
 
798
- #: contact_form.php:1334
799
  msgid "Label text color"
800
  msgstr "Sildi teksti värv"
801
 
802
- #: contact_form.php:1339
803
  msgid "Placeholder color"
804
  msgstr "Kohahoidja värv"
805
 
806
- #: contact_form.php:1344
807
  msgid "Errors color"
808
  msgstr "Errorite värv"
809
 
810
- #: contact_form.php:1349
811
  msgid "Error text color"
812
  msgstr "Error-teksti värv"
813
 
814
- #: contact_form.php:1354
815
  msgid "Background color of the input field errors"
816
  msgstr "Sisestusväljade errorite taustavärv"
817
 
818
- #: contact_form.php:1359
819
  msgid "Border color of the input field errors"
820
  msgstr "Sisestusväljade errorite piirjoonte värv"
821
 
822
- #: contact_form.php:1364
823
  msgid "Placeholder color of the input field errors"
824
  msgstr "Sisestusväljade errorite kohahoidja värv"
825
 
826
- #: contact_form.php:1369
827
  msgid "Input fields"
828
  msgstr "Sisestusväljad"
829
 
830
- #: contact_form.php:1374
831
  msgid "Input fields background color"
832
  msgstr "Sisestusväljade taustavärv"
833
 
834
- #: contact_form.php:1379
835
  msgid "Text fields color"
836
  msgstr "Tekstiväljade värv"
837
 
838
- #: contact_form.php:1381
839
  msgid "Border width in px, numbers only"
840
  msgstr "Piirjoone paksus pikslites. Ainult number"
841
 
842
- #: contact_form.php:1385
843
- #: contact_form.php:1406
844
  msgid "Border color"
845
  msgstr "Piirjoone värv"
846
 
847
- #: contact_form.php:1390
848
  msgid "Submit button"
849
  msgstr "'Saada' nupp"
850
 
851
- #: contact_form.php:1392
852
  msgid "Width in px, numbers only"
853
  msgstr "Laius pikslites, ainult numbrid"
854
 
855
- #: contact_form.php:1396
856
  msgid "Button color"
857
  msgstr "Nupu värv"
858
 
859
- #: contact_form.php:1401
860
  msgid "Button text color"
861
  msgstr "Nupu teksti värv"
862
 
863
- #: contact_form.php:1434
864
  msgid "Contact Form Pro | Preview"
865
  msgstr "Contact Form Pro | Eelvaade"
866
 
867
- #: contact_form.php:1437
868
  msgid "Show with errors"
869
  msgstr "Näita koos erroritega"
870
 
871
- #: contact_form.php:1445
872
- #: contact_form.php:1447
873
  msgid "Please enter your full name..."
874
  msgstr "Palun sisesta oma täisnimi..."
875
 
876
- #: contact_form.php:1458
877
- #: contact_form.php:1460
878
  msgid "Please enter your address..."
879
  msgstr "Palun sisesta oma aadress..."
880
 
881
- #: contact_form.php:1469
882
- #: contact_form.php:1471
883
  msgid "Please enter your email address..."
884
  msgstr "Palun sisesta oma e-maili aadress..."
885
 
886
- #: contact_form.php:1480
887
- #: contact_form.php:1482
888
  msgid "Please enter your phone number..."
889
  msgstr "Palun sisesta oma telefoni number..."
890
 
891
- #: contact_form.php:1491
892
- #: contact_form.php:1493
893
  msgid "Please enter subject..."
894
  msgstr "Palun sisesta pealkiri..."
895
 
896
- #: contact_form.php:1501
897
- #: contact_form.php:1503
898
  msgid "Please enter your message..."
899
  msgstr "Palun sisesta oma sõnum..."
900
 
901
- #: contact_form.php:1545
902
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
903
  msgstr ""
904
 
905
- #: contact_form.php:1547
906
  msgid "Please, go to"
907
  msgstr ""
908
 
909
- #: contact_form.php:1547
910
  #, fuzzy
911
  msgid "the setting page"
912
  msgstr "Ekstra seaded"
913
 
914
- #: contact_form.php:1548
915
  msgid "You will be redirected automatically in 5 seconds."
916
  msgstr ""
917
 
918
- #: contact_form.php:1553
919
  msgid "You can download and activate"
920
  msgstr ""
921
 
922
- #: contact_form.php:1555
923
  msgid "version of this plugin by entering Your license key."
924
  msgstr ""
925
 
926
- #: contact_form.php:1557
927
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
928
  msgstr ""
929
 
930
- #: contact_form.php:1559
931
  msgid "(your username is the email you specify when purchasing the product)."
932
  msgstr ""
933
 
934
- #: contact_form.php:1567
935
- #: contact_form.php:1577
936
- msgid "Go!"
937
- msgstr ""
 
938
 
939
- #: contact_form.php:1647
940
  msgid "Sorry, email message could not be delivered."
941
  msgstr "Vabandust, see kiri jäi saatmata."
942
 
943
- #: contact_form.php:2053
944
  msgid "Contact from"
945
  msgstr "Kontakti vorm"
946
 
947
- #: contact_form.php:2066
948
- #: contact_form.php:2092
949
  msgid "Email"
950
  msgstr "E-mail"
951
 
952
- #: contact_form.php:2070
953
- #: contact_form.php:2094
954
  msgid "Phone"
955
  msgstr "Telefon"
956
 
957
- #: contact_form.php:2079
958
- #: contact_form.php:2097
959
  msgid "Site"
960
  msgstr "Leht"
961
 
962
- #: contact_form.php:2160
963
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
964
  msgstr "Kui sa näed seda MIME-t, siis MIME tüüp pole sinu e-maili kliendi poolt toetatud!"
965
 
966
- #: contact_form.php:2229
967
- msgid "FAQ"
968
- msgstr "KKK"
969
-
970
- #: contact_form.php:2230
971
  msgid "Support"
972
  msgstr "Klienditugi"
973
 
974
- #: contact_form.php:2280
975
  msgid "Are you sure that you want to delete this language data?"
976
  msgstr "Oled sa kindel, et soovid kustutada selle keele andmeid?"
977
 
978
- #: contact_form.php:2476
979
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
980
  msgstr ""
981
 
982
- #: contact_form.php:2477
983
  msgid "Extend standard plugin functionality with new great options."
984
  msgstr ""
985
 
986
- #: contact_form.php:2492
987
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
988
  msgstr ""
989
 
990
- #: contact_form.php:2493
991
  msgid "Manage messages that have been sent from your website."
992
  msgstr ""
993
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-08 14:52+0300\n"
6
+ "PO-Revision-Date: 2014-07-08 14:52+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Feliks <feliks@veebimeister.com>\n"
9
  "Language: ca_ES\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:74
20
+ #: contact_form.php:845
21
  msgid "Contact Form Settings"
22
  msgstr "Contact Form seaded"
23
 
24
+ #: contact_form.php:74
25
  msgid "Contact Form"
26
  msgstr "Contact Form"
27
 
28
+ #: contact_form.php:150
29
+ #: contact_form.php:1200
30
+ #: contact_form.php:1234
31
  msgid "Name:"
32
  msgstr "Nimi:"
33
 
34
+ #: contact_form.php:151
35
+ #: contact_form.php:1201
36
+ #: contact_form.php:1235
37
  msgid "Address:"
38
  msgstr "Aadress:"
39
 
40
+ #: contact_form.php:152
41
+ #: contact_form.php:1202
42
+ #: contact_form.php:1236
43
  msgid "Email Address:"
44
  msgstr "E-maili aadress:"
45
 
46
+ #: contact_form.php:153
47
+ #: contact_form.php:1203
48
+ #: contact_form.php:1237
49
  msgid "Phone number:"
50
  msgstr "Telefoni number:"
51
 
52
+ #: contact_form.php:154
53
+ #: contact_form.php:1204
54
+ #: contact_form.php:1238
55
  msgid "Subject:"
56
  msgstr "Pealkiri:"
57
 
58
+ #: contact_form.php:155
59
+ #: contact_form.php:1205
60
+ #: contact_form.php:1239
61
  msgid "Message:"
62
  msgstr "Sõnum:"
63
 
64
+ #: contact_form.php:156
65
+ #: contact_form.php:1206
66
+ #: contact_form.php:1240
67
  msgid "Attachment:"
68
  msgstr "Manus:"
69
 
70
+ #: contact_form.php:157
71
  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"
72
  msgstr "Toetatud failitüübid: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max faili suurus: 2MB"
73
 
74
+ #: contact_form.php:158
75
+ #: contact_form.php:1208
76
+ #: contact_form.php:1242
77
  msgid "Send me a copy"
78
  msgstr "Saada mulle koopia"
79
 
80
+ #: contact_form.php:159
81
+ #: contact_form.php:1209
82
+ #: contact_form.php:1243
83
  msgid "Submit"
84
  msgstr "Saada"
85
 
86
+ #: contact_form.php:160
87
  msgid "Your name is required."
88
  msgstr "Sinu nimi on kohustuslik."
89
 
90
+ #: contact_form.php:161
91
  msgid "Address is required."
92
  msgstr "Aadress on kohustuslik."
93
 
94
+ #: contact_form.php:162
95
  msgid "A valid email address is required."
96
  msgstr "Korrektne e-mail on kohustuslik."
97
 
98
+ #: contact_form.php:163
99
  msgid "Phone number is required."
100
  msgstr "Telefoni number on kohustuslik."
101
 
102
+ #: contact_form.php:164
103
  msgid "Subject is required."
104
  msgstr "Pealkiri on kohustuslik."
105
 
106
+ #: contact_form.php:165
107
  msgid "Message text is required."
108
  msgstr "Sõnumi tekst on kohustuslik."
109
 
110
+ #: contact_form.php:166
111
  msgid "File format is not valid."
112
  msgstr "Failiformaat pole toetatud."
113
 
114
+ #: contact_form.php:167
115
  msgid "File upload error."
116
  msgstr "Error faili üles laadimisel."
117
 
118
+ #: contact_form.php:168
119
  msgid "The file could not be uploaded."
120
  msgstr "Faili ei saanud üles laadida."
121
 
122
+ #: contact_form.php:169
123
  msgid "This file is too large."
124
  msgstr "See fail on liiga suur."
125
 
126
+ #: contact_form.php:170
127
  msgid "Please fill out the CAPTCHA."
128
  msgstr "Palun täida CAPTCHA."
129
 
130
+ #: contact_form.php:171
131
  msgid "Please make corrections below and try again."
132
  msgstr "Palun tee allolevad parandused ja proovi uuesti."
133
 
134
+ #: contact_form.php:173
135
  msgid "Thank you for contacting us."
136
  msgstr "Tänan meiega kontakteerumast."
137
 
138
+ #: contact_form.php:369
139
  msgid "requires"
140
  msgstr "nõuab"
141
 
142
+ #: contact_form.php:369
143
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
144
  msgstr "või uuem, seetõttu on ka see deaktiveeritud! Palun uuenda WordPressi ja proovi uuesti."
145
 
146
+ #: contact_form.php:369
147
  msgid "Back to the WordPress"
148
  msgstr "Tagasi WordPressi"
149
 
150
+ #: contact_form.php:369
151
  msgid "Plugins page"
152
  msgstr "Pluginate leht"
153
 
154
+ #: contact_form.php:677
155
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
156
  msgstr "Kui 'Suuna lehele' valik on aktiveeritud, siis URL-i väli peab olema järgnevas formaadis"
157
 
158
+ #: contact_form.php:686
159
  msgid "Such user does not exist. Settings are not saved."
160
  msgstr "Sellist kasutajat ei eksisteeri. Seaded pole salvestatud."
161
 
162
+ #: contact_form.php:690
163
+ #: contact_form.php:696
164
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
165
  msgstr "Palun sisesta 'Kellelt' väljale korrektne e-maili aadress. Seaded pole salvestatud."
166
 
167
+ #: contact_form.php:721
168
  msgid "Settings saved."
169
  msgstr "Seaded salvestatud."
170
 
171
+ #: contact_form.php:748
172
+ #: contact_form.php:780
173
  msgid "Wrong license key"
174
  msgstr ""
175
 
176
+ #: contact_form.php:773
177
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
178
  msgstr ""
179
 
180
+ #: contact_form.php:782
181
  msgid "This license key is bind to another site"
182
  msgstr ""
183
 
184
+ #: contact_form.php:784
185
+ #: contact_form.php:1645
186
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
187
  msgstr ""
188
 
189
+ #: contact_form.php:801
190
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
191
  msgstr ""
192
 
193
+ #: contact_form.php:807
194
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
195
  msgstr ""
196
 
197
+ #: contact_form.php:811
198
+ #: contact_form.php:820
199
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
200
  msgstr ""
201
 
202
+ #: contact_form.php:824
203
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
204
  msgstr ""
205
 
206
+ #: contact_form.php:839
207
  #, fuzzy
208
  msgid "Please, enter Your license key"
209
  msgstr "Palun sisesta oma sõnum..."
210
 
211
+ #: contact_form.php:847
212
+ #: contact_form.php:2306
213
+ #: contact_form.php:2318
214
  msgid "Settings"
215
  msgstr "Seaded"
216
 
217
+ #: contact_form.php:848
218
  msgid "Extra settings"
219
  msgstr "Ekstra seaded"
220
 
221
+ #: contact_form.php:849
222
+ #: contact_form.php:2319
223
+ msgid "FAQ"
224
+ msgstr "KKK"
225
+
226
+ #: contact_form.php:850
227
  msgid "Go PRO"
228
  msgstr ""
229
 
230
+ #: contact_form.php:853
231
  msgid "Notice:"
232
  msgstr "Märkus:"
233
 
234
+ #: contact_form.php:853
235
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
236
  msgstr "Plugina seaded on muudetud. Nende salvestamiseks ära unusta klikkimast 'Salvesta muutused' nupul."
237
 
238
+ #: contact_form.php:859
239
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
240
  msgstr ""
241
 
242
+ #: contact_form.php:865
243
+ #: contact_form.php:870
244
+ #: contact_form.php:1604
245
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
246
  msgstr "Kui soovid lisada kontakti vormi oma kodulehele, siis lihtsalt kopeeri see lühikood oma postitusele või lehele või moodulile:"
247
 
248
+ #: contact_form.php:865
249
+ #: contact_form.php:866
250
+ #: contact_form.php:870
251
+ #: contact_form.php:871
252
+ #: contact_form.php:1224
253
+ #: contact_form.php:1226
254
+ #: contact_form.php:1287
255
+ #: contact_form.php:1289
256
  msgid "or"
257
  msgstr "või"
258
 
259
+ #: contact_form.php:866
260
+ #: contact_form.php:871
261
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
262
  msgstr "Kui sul on probleeme standard lühikoodiga [contact_form], siis peaksid kasutama lühikoodi"
263
 
264
+ #: contact_form.php:867
265
+ #: contact_form.php:872
266
  msgid "They work the same way."
267
  msgstr "Need töötavad täpselt samamoodi."
268
 
269
+ #: contact_form.php:868
270
+ #: contact_form.php:873
271
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
272
  msgstr "Kui sa jätad selle välja tühjaks, siis sõnumid saadetakse registreerumisel antud e-maili aadressile."
273
 
274
+ #: contact_form.php:878
275
  msgid "The user's email address:"
276
  msgstr "Kasutaja e-maili aadress:"
277
 
278
+ #: contact_form.php:882
279
  msgid "Create a username"
280
  msgstr "Loo kasutajanimi"
281
 
282
+ #: contact_form.php:889
283
  msgid "Enter a username of the person who should get the messages from the contact form."
284
  msgstr "Sisesta selle isiku kasutajanimi, kes peaks saama sõnumid kontaktivormilt."
285
 
286
+ #: contact_form.php:893
287
  msgid "Use this email address:"
288
  msgstr "Kasuta seda e-maili aadressi:"
289
 
290
+ #: contact_form.php:896
291
  msgid "Enter the email address you want the messages forwarded to."
292
  msgstr "Introdueixi una adreça de correu electrònic on vulgui re-enviar el missatge"
293
 
294
+ #: contact_form.php:905
295
  msgid "Add department selectbox to the contact form:"
296
  msgstr "Lisa valikukast kontakti vormile:"
297
 
298
+ #: contact_form.php:913
299
+ #: contact_form.php:1487
300
  msgid "If you upgrade to Pro version all your settings will be saved."
301
  msgstr "Kui sa lähed üle Pro versioonile, siis kõik seaded salvestatakse."
302
 
303
+ #: contact_form.php:920
304
+ #: contact_form.php:1066
305
+ #: contact_form.php:1140
306
+ #: contact_form.php:1494
307
  msgid "Unlock premium options by upgrading to a PRO version."
308
  msgstr ""
309
 
310
+ #: contact_form.php:921
311
+ #: contact_form.php:1067
312
+ #: contact_form.php:1141
313
+ #: contact_form.php:1495
314
+ #: contact_form.php:2574
315
+ #: contact_form.php:2590
316
  msgid "Learn More"
317
  msgstr ""
318
 
319
+ #: contact_form.php:924
320
+ #: contact_form.php:1070
321
+ #: contact_form.php:1144
322
+ #: contact_form.php:1498
323
  msgid "Go"
324
  msgstr ""
325
 
326
+ #: contact_form.php:931
327
  msgid "Save emails to the database"
328
  msgstr "Salvesta e-mailid andmebaasi"
329
 
330
+ #: contact_form.php:937
331
  msgid "Using"
332
  msgstr ""
333
 
334
+ #: contact_form.php:937
335
+ #: contact_form.php:1117
336
+ #: contact_form.php:1120
337
+ #: contact_form.php:1124
338
  msgid "powered by"
339
  msgstr "loonud"
340
 
341
+ #: contact_form.php:940
342
+ #: contact_form.php:944
343
  msgid "Using Contact Form to DB powered by"
344
  msgstr "Kontakti vorm andmebaasi on loonud"
345
 
346
+ #: contact_form.php:940
347
  msgid "Activate Contact Form to DB"
348
  msgstr "Aktiveeri Contact Form"
349
 
350
+ #: contact_form.php:944
351
  msgid "Download Contact Form to DB"
352
  msgstr "Lae Contact Form alla"
353
 
354
+ #: contact_form.php:949
355
  msgid "Additional options"
356
  msgstr "Opcions addicionals"
357
 
358
+ #: contact_form.php:951
359
  msgid "Show"
360
  msgstr "Näita"
361
 
362
+ #: contact_form.php:952
363
  msgid "Hide"
364
  msgstr "Peida"
365
 
366
+ #: contact_form.php:956
367
  msgid "What to use?"
368
  msgstr "Mida kasutada?"
369
 
370
+ #: contact_form.php:959
371
  msgid "Wp-mail"
372
  msgstr "Wp-mail"
373
 
374
+ #: contact_form.php:959
375
  msgid "You can use the wp_mail function for mailing"
376
  msgstr "Võid kasutada wp_mail funktsiooni e-mailide saatmiseks"
377
 
378
+ #: contact_form.php:961
379
  msgid "Mail"
380
  msgstr "E-mail"
381
 
382
+ #: contact_form.php:961
383
  msgid "To send mail you can use the php mail function"
384
  msgstr "E-mailide saatmiseks saad kasutada php mail funktsiooni"
385
 
386
+ #: contact_form.php:965
387
  msgid "The text in the 'From' field"
388
  msgstr "Tekst 'Kellelt' väljal"
389
 
390
+ #: contact_form.php:967
391
  msgid "User name"
392
  msgstr "Kasutaja nimi"
393
 
394
+ #: contact_form.php:968
395
  msgid "The name of the user who fills the form will be used in the field 'From'."
396
  msgstr "Kasutaja nime (kes täidab vormi) kasutatakse 'Kellelt' väljal."
397
 
398
+ #: contact_form.php:971
399
  msgid "This text will be used in the 'FROM' field"
400
  msgstr "Seda teksti kasutatakse 'Kellelt' väljal"
401
 
402
+ #: contact_form.php:975
403
  msgid "The email address in the 'From' field"
404
  msgstr "E-maili aadress 'Kellelt' väljal"
405
 
406
+ #: contact_form.php:977
407
  msgid "User email"
408
  msgstr "Kasutaja e-mail"
409
 
410
+ #: contact_form.php:978
411
  msgid "The email address of the user who fills the form will be used in the field 'From'."
412
  msgstr "Selle kasutaja, kes täidab vormi, e-maili aadressi kasutatakse 'Kellelt' väljal."
413
 
414
+ #: contact_form.php:981
415
  msgid "This email address will be used in the 'From' field."
416
  msgstr "Seda e-maili aadressi kasutatakse 'Kellelt' väljal."
417
 
418
+ #: contact_form.php:985
419
  msgid "Required symbol"
420
  msgstr "Nõutud sümbol"
421
 
422
+ #: contact_form.php:995
423
  msgid "Fields"
424
  msgstr "Väljad"
425
 
426
+ #: contact_form.php:996
427
  msgid "Used"
428
  msgstr "Kasutatud"
429
 
430
+ #: contact_form.php:997
431
  msgid "Required"
432
  msgstr "Nõutud"
433
 
434
+ #: contact_form.php:998
435
  msgid "Visible"
436
  msgstr "Nähtav"
437
 
438
+ #: contact_form.php:999
439
  msgid "Disabled for editing"
440
  msgstr "Toimetamiseks välja lülitatud"
441
 
442
+ #: contact_form.php:1000
443
  msgid "Field's default value"
444
  msgstr "Välja vaikeseades väärtus"
445
 
446
+ #: contact_form.php:1005
447
+ #: contact_form.php:1362
448
+ #: contact_form.php:2125
449
+ #: contact_form.php:2161
450
  msgid "Name"
451
  msgstr "Nimi"
452
 
453
+ #: contact_form.php:1013
454
+ msgid "Location selectbox"
455
+ msgstr ""
456
+
457
+ #: contact_form.php:1021
458
+ #: contact_form.php:1367
459
+ #: contact_form.php:2131
460
+ #: contact_form.php:2165
461
  msgid "Address"
462
  msgstr "Aadress"
463
 
464
+ #: contact_form.php:1029
465
  msgid "Email Address"
466
  msgstr "E-maili aadress"
467
 
468
+ #: contact_form.php:1037
469
  msgid "Phone number"
470
  msgstr "Telefoni number"
471
 
472
+ #: contact_form.php:1045
473
+ #: contact_form.php:1382
474
+ #: contact_form.php:2146
475
+ #: contact_form.php:2174
476
  msgid "Subject"
477
  msgstr "Pealkiri"
478
 
479
+ #: contact_form.php:1053
480
+ #: contact_form.php:1386
481
+ #: contact_form.php:2149
482
+ #: contact_form.php:2176
483
  msgid "Message"
484
  msgstr "Sõnum"
485
 
486
+ #: contact_form.php:1077
487
  msgid "Attachment block"
488
  msgstr "Manuste blokk"
489
 
490
+ #: contact_form.php:1079
491
  msgid "Users can attach the following file formats"
492
  msgstr "Kasutajad saavad lisada manuseid järgnevates formaatides"
493
 
494
+ #: contact_form.php:1092
495
  msgid "Add to the form"
496
  msgstr "Lisa vormile"
497
 
498
+ #: contact_form.php:1097
499
  msgid "Tips below the Attachment"
500
  msgstr "Vihjed manuse alla"
501
 
502
+ #: contact_form.php:1106
503
  msgid "'Send me a copy' block"
504
  msgstr "'Saada mulle koopia' blokk"
505
 
506
+ #: contact_form.php:1117
507
+ #: contact_form.php:1120
508
+ #: contact_form.php:1124
509
+ #: contact_form.php:1396
510
  msgid "Captcha"
511
  msgstr "Captcha"
512
 
513
+ #: contact_form.php:1120
514
  msgid "Activate captcha"
515
  msgstr "Captcha activat"
516
 
517
+ #: contact_form.php:1124
518
  msgid "Download captcha"
519
  msgstr "Lae captcha alla"
520
 
521
+ #: contact_form.php:1132
522
  msgid "Agreement checkbox"
523
  msgstr "Nõustumise kastike"
524
 
525
+ #: contact_form.php:1132
526
  msgid "Required checkbox for submitting the form"
527
  msgstr "Nõutud kastike vormi saatmiseks"
528
 
529
+ #: contact_form.php:1133
530
  msgid "Optional checkbox"
531
  msgstr "Valikuline kastike"
532
 
533
+ #: contact_form.php:1133
534
  msgid "Optional checkbox, the results of which will be displayed in email"
535
  msgstr "Valikuline kastike, mille tulemusi näidatakse e-mailis"
536
 
537
+ #: contact_form.php:1150
538
  msgid "Delete an attachment file from the server after the email is sent"
539
  msgstr "Kustuta manuse fail serverist peale e-maili saatmist"
540
 
541
+ #: contact_form.php:1156
542
  msgid "Email in HTML format sending"
543
  msgstr "E-maili saatmine HTML formaadis"
544
 
545
+ #: contact_form.php:1160
546
  msgid "Display additional info in the email"
547
  msgstr "Näita e-mailis lisainfot"
548
 
549
+ #: contact_form.php:1165
550
+ #: contact_form.php:2092
551
+ #: contact_form.php:2094
552
  msgid "Sent from (ip address)"
553
  msgstr "Saadetud (IP aadress)"
554
 
555
+ #: contact_form.php:1165
556
  msgid "Example: Sent from (IP address):\t127.0.0.1"
557
  msgstr "Näide: Saadetud (IP address):\t127.0.0.1"
558
 
559
+ #: contact_form.php:1166
560
+ #: contact_form.php:2098
561
+ #: contact_form.php:2100
562
  msgid "Date/Time"
563
  msgstr "Kuupäev/Aeg"
564
 
565
+ #: contact_form.php:1166
566
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
567
  msgstr "Näide: Kuupäev/Aeg:\tAugust 19, 2013 8:50 pm"
568
 
569
+ #: contact_form.php:1167
570
+ #: contact_form.php:2104
571
+ #: contact_form.php:2106
572
  msgid "Sent from (referer)"
573
  msgstr "Saadetud (referer)"
574
 
575
+ #: contact_form.php:1167
576
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
577
  msgstr "Näide: Saatnud (referer):\thttp://veebimeister.com/"
578
 
579
+ #: contact_form.php:1168
580
+ #: contact_form.php:2110
581
+ #: contact_form.php:2112
582
  msgid "Using (user agent)"
583
  msgstr "Kasutab (user agent)"
584
 
585
+ #: contact_form.php:1168
586
  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"
587
  msgstr "Näide: Kasutab (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
588
 
589
+ #: contact_form.php:1172
590
  msgid "Language settings for the field names in the form"
591
  msgstr "Vormi keeleseaded nimeväljadele"
592
 
593
+ #: contact_form.php:1181
594
  msgid "Add a language"
595
  msgstr "Lisa keel"
596
 
597
+ #: contact_form.php:1185
598
  msgid "Change the names of the contact form fields and error messages"
599
  msgstr "Muuda kontakti vormi väljade ja error-sõnumite nimesid"
600
 
601
+ #: contact_form.php:1190
602
+ #: contact_form.php:1277
603
  msgid "English"
604
  msgstr "Inglise"
605
 
606
+ #: contact_form.php:1198
607
+ #: contact_form.php:1232
608
  msgid "click to expand/hide the list"
609
  msgstr ""
610
 
611
+ #: contact_form.php:1207
612
+ #: contact_form.php:1241
613
  msgid "Tips below the Attachment block"
614
  msgstr "Vihje manuse bloki all"
615
 
616
+ #: contact_form.php:1210
617
+ #: contact_form.php:1244
618
  msgid "Error message for the Name field"
619
  msgstr "Error väljal 'Nimi'"
620
 
621
+ #: contact_form.php:1211
622
+ #: contact_form.php:1245
623
  msgid "Error message for the Address field"
624
  msgstr "Error väljal 'Aadress'"
625
 
626
+ #: contact_form.php:1212
627
+ #: contact_form.php:1246
628
  msgid "Error message for the Email field"
629
  msgstr "Error väljal 'E-mail'"
630
 
631
+ #: contact_form.php:1213
632
+ #: contact_form.php:1247
633
  msgid "Error message for the Phone field"
634
  msgstr "Error väljal 'Telefon'"
635
 
636
+ #: contact_form.php:1214
637
+ #: contact_form.php:1248
638
  msgid "Error message for the Subject field"
639
  msgstr "Error väljal 'Pealkiri'"
640
 
641
+ #: contact_form.php:1215
642
+ #: contact_form.php:1249
643
  msgid "Error message for the Message field"
644
  msgstr "Error väljal 'Sõnum'"
645
 
646
+ #: contact_form.php:1216
647
+ #: contact_form.php:1250
648
  msgid "Error message about the file type for the Attachment field"
649
  msgstr "Error faili tüübi kohta manuse väljal"
650
 
651
+ #: contact_form.php:1217
652
+ #: contact_form.php:1251
653
  msgid "Error message while uploading a file for the Attachment field to the server"
654
  msgstr "Error faili üles laadimisel serverisse manuse välja jaoks"
655
 
656
+ #: contact_form.php:1218
657
+ #: contact_form.php:1252
658
  msgid "Error message while moving the file for the Attachment field"
659
  msgstr "Error faili liigutamisel manuse väljale"
660
 
661
+ #: contact_form.php:1219
662
+ #: contact_form.php:1253
663
  msgid "Error message when file size limit for the Attachment field is exceeded"
664
  msgstr "Error ületades faili suuruse limiiti manuse väljal"
665
 
666
+ #: contact_form.php:1220
667
+ #: contact_form.php:1254
668
  msgid "Error message for the Captcha field"
669
  msgstr "Error väljal 'Captcha'"
670
 
671
+ #: contact_form.php:1221
672
+ #: contact_form.php:1255
673
  msgid "Error message for the whole form"
674
  msgstr "Error kogu vormi kohta"
675
 
 
 
 
 
 
 
 
676
  #: contact_form.php:1224
677
+ #: contact_form.php:1226
678
+ #: contact_form.php:1258
679
+ #: contact_form.php:1260
680
+ #: contact_form.php:1287
681
+ #: contact_form.php:1289
682
+ #: contact_form.php:1297
683
+ #: contact_form.php:1299
684
  msgid "Use shortcode"
685
  msgstr "Kasuta lühikoodi"
686
 
 
 
 
 
 
 
 
687
  #: contact_form.php:1224
688
+ #: contact_form.php:1226
689
+ #: contact_form.php:1258
690
+ #: contact_form.php:1260
691
+ #: contact_form.php:1287
692
+ #: contact_form.php:1289
693
+ #: contact_form.php:1297
694
+ #: contact_form.php:1299
695
  msgid "for this language"
696
  msgstr "selle keele jaoks"
697
 
698
+ #: contact_form.php:1268
699
+ #, fuzzy
700
+ msgid "Use the changed names of the contact form fields in the email"
701
+ msgstr "Muuda kontakti vormi väljade ja error-sõnumite nimesid"
702
+
703
+ #: contact_form.php:1274
704
  msgid "Action after email is sent"
705
  msgstr "Tegevus peale e-maili saatmist"
706
 
707
+ #: contact_form.php:1276
708
  msgid "Display text"
709
  msgstr "Näita teksti"
710
 
711
+ #: contact_form.php:1285
712
+ #: contact_form.php:1295
713
  msgid "Text"
714
  msgstr "Tekst"
715
 
716
+ #: contact_form.php:1306
717
  msgid "Redirect to the page"
718
  msgstr "Suuna lehele"
719
 
720
+ #: contact_form.php:1307
721
  msgid "Url"
722
  msgstr "Url"
723
 
724
+ #: contact_form.php:1311
725
  msgid "The $_SERVER variable that is used to build a URL of the form"
726
  msgstr ""
727
 
728
+ #: contact_form.php:1315
729
  msgid "If you are not sure whether to change this setting or not, please do not do that."
730
  msgstr ""
731
 
732
+ #: contact_form.php:1321
733
+ #: contact_form.php:1505
734
  msgid "Save Changes"
735
  msgstr "Salvesta muudatused"
736
 
737
+ #: contact_form.php:1326
738
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
739
  msgstr "Kui sulle see plugin meeldib, siis anna sellele 5 tärni WordPressis"
740
 
741
+ #: contact_form.php:1327
742
  msgid "Rate the plugin"
743
  msgstr "Hinda pluginat"
744
 
745
+ #: contact_form.php:1330
746
  msgid "If there is something wrong about it, please contact us"
747
  msgstr "Palun kontakteeru kohe meiega, kui sellega on midagi viga"
748
 
749
+ #: contact_form.php:1342
750
  msgid "Errors output"
751
  msgstr "Errorite väljund"
752
 
753
+ #: contact_form.php:1345
754
  msgid "Display error messages"
755
  msgstr "Näita error-sõnumeid"
756
 
757
+ #: contact_form.php:1346
758
  msgid "Color of the input field errors."
759
  msgstr "Sisestusväljade errorite värv"
760
 
761
+ #: contact_form.php:1347
762
  msgid "Display error messages & color of the input field errors"
763
  msgstr "Näita error-sõnumeid ja sisestusväljade errorite värvi"
764
 
765
+ #: contact_form.php:1352
766
  msgid "Add placeholder to the input blocks"
767
  msgstr "Lisa kohahoidja sisestusblokkidele"
768
 
769
+ #: contact_form.php:1358
770
  msgid "Add tooltips"
771
  msgstr "Lisa vihjed"
772
 
773
+ #: contact_form.php:1372
774
  msgid "Email address"
775
  msgstr "E-maili aadress"
776
 
777
+ #: contact_form.php:1377
778
  msgid "Phone Number"
779
  msgstr "Telefoni number"
780
 
781
+ #: contact_form.php:1391
782
  msgid "Attachment"
783
  msgstr "Manus"
784
 
785
+ #: contact_form.php:1396
786
  msgid "(powered by bestwebsoft.com)"
787
  msgstr "(Loonud bestwebsoft.com)"
788
 
789
+ #: contact_form.php:1401
790
  msgid "Style options"
791
  msgstr "Stiili valikud"
792
 
793
+ #: contact_form.php:1404
794
  msgid "Text color"
795
  msgstr "Teksti värv"
796
 
797
+ #: contact_form.php:1407
798
+ #: contact_form.php:1412
799
+ #: contact_form.php:1422
800
+ #: contact_form.php:1427
801
+ #: contact_form.php:1432
802
+ #: contact_form.php:1437
803
+ #: contact_form.php:1447
804
+ #: contact_form.php:1452
805
+ #: contact_form.php:1458
806
+ #: contact_form.php:1469
807
+ #: contact_form.php:1474
808
+ #: contact_form.php:1479
809
  msgid "Default"
810
  msgstr "Vaikimisi valik"
811
 
812
+ #: contact_form.php:1409
813
  msgid "Label text color"
814
  msgstr "Sildi teksti värv"
815
 
816
+ #: contact_form.php:1414
817
  msgid "Placeholder color"
818
  msgstr "Kohahoidja värv"
819
 
820
+ #: contact_form.php:1419
821
  msgid "Errors color"
822
  msgstr "Errorite värv"
823
 
824
+ #: contact_form.php:1424
825
  msgid "Error text color"
826
  msgstr "Error-teksti värv"
827
 
828
+ #: contact_form.php:1429
829
  msgid "Background color of the input field errors"
830
  msgstr "Sisestusväljade errorite taustavärv"
831
 
832
+ #: contact_form.php:1434
833
  msgid "Border color of the input field errors"
834
  msgstr "Sisestusväljade errorite piirjoonte värv"
835
 
836
+ #: contact_form.php:1439
837
  msgid "Placeholder color of the input field errors"
838
  msgstr "Sisestusväljade errorite kohahoidja värv"
839
 
840
+ #: contact_form.php:1444
841
  msgid "Input fields"
842
  msgstr "Sisestusväljad"
843
 
844
+ #: contact_form.php:1449
845
  msgid "Input fields background color"
846
  msgstr "Sisestusväljade taustavärv"
847
 
848
+ #: contact_form.php:1454
849
  msgid "Text fields color"
850
  msgstr "Tekstiväljade värv"
851
 
852
+ #: contact_form.php:1456
853
  msgid "Border width in px, numbers only"
854
  msgstr "Piirjoone paksus pikslites. Ainult number"
855
 
856
+ #: contact_form.php:1460
857
+ #: contact_form.php:1481
858
  msgid "Border color"
859
  msgstr "Piirjoone värv"
860
 
861
+ #: contact_form.php:1465
862
  msgid "Submit button"
863
  msgstr "'Saada' nupp"
864
 
865
+ #: contact_form.php:1467
866
  msgid "Width in px, numbers only"
867
  msgstr "Laius pikslites, ainult numbrid"
868
 
869
+ #: contact_form.php:1471
870
  msgid "Button color"
871
  msgstr "Nupu värv"
872
 
873
+ #: contact_form.php:1476
874
  msgid "Button text color"
875
  msgstr "Nupu teksti värv"
876
 
877
+ #: contact_form.php:1509
878
  msgid "Contact Form Pro | Preview"
879
  msgstr "Contact Form Pro | Eelvaade"
880
 
881
+ #: contact_form.php:1512
882
  msgid "Show with errors"
883
  msgstr "Näita koos erroritega"
884
 
885
+ #: contact_form.php:1520
886
+ #: contact_form.php:1522
887
  msgid "Please enter your full name..."
888
  msgstr "Palun sisesta oma täisnimi..."
889
 
890
+ #: contact_form.php:1533
891
+ #: contact_form.php:1535
892
  msgid "Please enter your address..."
893
  msgstr "Palun sisesta oma aadress..."
894
 
895
+ #: contact_form.php:1544
896
+ #: contact_form.php:1546
897
  msgid "Please enter your email address..."
898
  msgstr "Palun sisesta oma e-maili aadress..."
899
 
900
+ #: contact_form.php:1555
901
+ #: contact_form.php:1557
902
  msgid "Please enter your phone number..."
903
  msgstr "Palun sisesta oma telefoni number..."
904
 
905
+ #: contact_form.php:1566
906
+ #: contact_form.php:1568
907
  msgid "Please enter subject..."
908
  msgstr "Palun sisesta pealkiri..."
909
 
910
+ #: contact_form.php:1576
911
+ #: contact_form.php:1578
912
  msgid "Please enter your message..."
913
  msgstr "Palun sisesta oma sõnum..."
914
 
915
+ #: contact_form.php:1620
916
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
917
  msgstr ""
918
 
919
+ #: contact_form.php:1622
920
  msgid "Please, go to"
921
  msgstr ""
922
 
923
+ #: contact_form.php:1622
924
  #, fuzzy
925
  msgid "the setting page"
926
  msgstr "Ekstra seaded"
927
 
928
+ #: contact_form.php:1623
929
  msgid "You will be redirected automatically in 5 seconds."
930
  msgstr ""
931
 
932
+ #: contact_form.php:1628
933
  msgid "You can download and activate"
934
  msgstr ""
935
 
936
+ #: contact_form.php:1630
937
  msgid "version of this plugin by entering Your license key."
938
  msgstr ""
939
 
940
+ #: contact_form.php:1632
941
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
942
  msgstr ""
943
 
944
+ #: contact_form.php:1634
945
  msgid "(your username is the email you specify when purchasing the product)."
946
  msgstr ""
947
 
948
+ #: contact_form.php:1642
949
+ #: contact_form.php:1652
950
+ #, fuzzy
951
+ msgid "Activate"
952
+ msgstr "Captcha activat"
953
 
954
+ #: contact_form.php:1718
955
  msgid "Sorry, email message could not be delivered."
956
  msgstr "Vabandust, see kiri jäi saatmata."
957
 
958
+ #: contact_form.php:2119
959
  msgid "Contact from"
960
  msgstr "Kontakti vorm"
961
 
962
+ #: contact_form.php:2136
963
+ #: contact_form.php:2168
964
  msgid "Email"
965
  msgstr "E-mail"
966
 
967
+ #: contact_form.php:2141
968
+ #: contact_form.php:2171
969
  msgid "Phone"
970
  msgstr "Telefon"
971
 
972
+ #: contact_form.php:2152
973
+ #: contact_form.php:2178
974
  msgid "Site"
975
  msgstr "Leht"
976
 
977
+ #: contact_form.php:2250
978
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
979
  msgstr "Kui sa näed seda MIME-t, siis MIME tüüp pole sinu e-maili kliendi poolt toetatud!"
980
 
981
+ #: contact_form.php:2320
 
 
 
 
982
  msgid "Support"
983
  msgstr "Klienditugi"
984
 
985
+ #: contact_form.php:2368
986
  msgid "Are you sure that you want to delete this language data?"
987
  msgstr "Oled sa kindel, et soovid kustutada selle keele andmeid?"
988
 
989
+ #: contact_form.php:2577
990
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
991
  msgstr ""
992
 
993
+ #: contact_form.php:2578
994
  msgid "Extend standard plugin functionality with new great options."
995
  msgstr ""
996
 
997
+ #: contact_form.php:2593
998
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
999
  msgstr ""
1000
 
1001
+ #: contact_form.php:2594
1002
  msgid "Manage messages that have been sent from your website."
1003
  msgstr ""
1004
 
languages/contact_form-fi.mo CHANGED
Binary file
languages/contact_form-fi.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-04-14 15:38+0300\n"
6
- "PO-Revision-Date: 2014-04-14 15:38+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Martin Tonek, Joakim Lindskog, Maarten van den Driest <joakim@limewoodmedia.com, maarten@vandendriest.com>\n"
9
  "Language: ru_RU\n"
@@ -16,1018 +16,1028 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:73
20
- #: contact_form.php:785
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Yhteydenottolomakeasetukset"
24
 
25
- #: contact_form.php:73
26
  msgid "Contact Form"
27
  msgstr "Yhteydenottolomake"
28
 
29
- #: contact_form.php:149
30
- #: contact_form.php:1131
31
- #: contact_form.php:1165
32
  msgid "Name:"
33
  msgstr "Nimi:"
34
 
35
- #: contact_form.php:150
36
- #: contact_form.php:1132
37
- #: contact_form.php:1166
38
  #, fuzzy
39
  msgid "Address:"
40
  msgstr "Sähköposti:"
41
 
42
- #: contact_form.php:151
43
- #: contact_form.php:1133
44
- #: contact_form.php:1167
45
  msgid "Email Address:"
46
  msgstr "Sähköposti:"
47
 
48
- #: contact_form.php:152
49
- #: contact_form.php:1134
50
- #: contact_form.php:1168
51
  msgid "Phone number:"
52
  msgstr "Puhelinnumero:"
53
 
54
- #: contact_form.php:153
55
- #: contact_form.php:1135
56
- #: contact_form.php:1169
57
  msgid "Subject:"
58
  msgstr "Aihe:"
59
 
60
- #: contact_form.php:154
61
- #: contact_form.php:1136
62
- #: contact_form.php:1170
63
  msgid "Message:"
64
  msgstr "Viesti:"
65
 
66
- #: contact_form.php:155
67
- #: contact_form.php:1137
68
- #: contact_form.php:1171
69
  msgid "Attachment:"
70
  msgstr "Liite:"
71
 
72
- #: contact_form.php:156
73
  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"
74
  msgstr ""
75
 
76
- #: contact_form.php:157
77
- #: contact_form.php:1139
78
- #: contact_form.php:1173
79
  msgid "Send me a copy"
80
  msgstr "Lähetä minulle kopio"
81
 
82
- #: contact_form.php:158
83
- #: contact_form.php:1140
84
- #: contact_form.php:1174
85
  msgid "Submit"
86
  msgstr "Lähetä"
87
 
88
- #: contact_form.php:159
89
  msgid "Your name is required."
90
  msgstr "Nimikenttä pakollinen."
91
 
92
- #: contact_form.php:160
93
  #, fuzzy
94
  msgid "Address is required."
95
  msgstr "Anna toimiva sähköpostiosoite."
96
 
97
- #: contact_form.php:161
98
  msgid "A valid email address is required."
99
  msgstr "Anna toimiva sähköpostiosoite."
100
 
101
- #: contact_form.php:162
102
  msgid "Phone number is required."
103
  msgstr "Puhelinnumero pakollinen."
104
 
105
- #: contact_form.php:163
106
  msgid "Subject is required."
107
  msgstr "Aihe pakollinen."
108
 
109
- #: contact_form.php:164
110
  msgid "Message text is required."
111
  msgstr "Viestikenttä pakollinen."
112
 
113
- #: contact_form.php:165
114
  msgid "File format is not valid."
115
  msgstr "Tiedostotyyppi virheellinen."
116
 
117
- #: contact_form.php:166
118
  msgid "File upload error."
119
  msgstr ""
120
 
121
- #: contact_form.php:167
122
  msgid "The file could not be uploaded."
123
  msgstr ""
124
 
125
- #: contact_form.php:168
126
  msgid "This file is too large."
127
  msgstr ""
128
 
129
- #: contact_form.php:169
130
  msgid "Please fill out the CAPTCHA."
131
  msgstr "Täytä CAPTCHA."
132
 
133
- #: contact_form.php:170
134
  msgid "Please make corrections below and try again."
135
  msgstr "Tee allaolevat korjaukset ja yritä uudelleen."
136
 
137
- #: contact_form.php:172
138
  msgid "Thank you for contacting us."
139
  msgstr "Kiitos yhteydenotostanne."
140
 
141
- #: contact_form.php:322
142
  #, fuzzy
143
  msgid "requires"
144
  msgstr "Vaaditut kentät"
145
 
146
- #: contact_form.php:322
147
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
148
  msgstr ""
149
 
150
- #: contact_form.php:322
151
  msgid "Back to the WordPress"
152
  msgstr ""
153
 
154
- #: contact_form.php:322
155
  #, fuzzy
156
  msgid "Plugins page"
157
  msgstr "Плагины BWS"
158
 
159
- #: contact_form.php:626
160
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
161
  msgstr "Jos 'Ohjaa sivulle' vaihtoehto on valittu, URL-kentän tulisi olla seuraavaa muotoa"
162
 
163
- #: contact_form.php:635
164
  msgid "Such user does not exist. Settings are not saved."
165
  msgstr "Käyttäjää ei ole olemassa. Asetuksia ei tallennettu."
166
 
167
- #: contact_form.php:639
168
- #: contact_form.php:645
169
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
170
  msgstr "Anna toimiva sähköpostiosoite 'Lähettäjä' kenttään. Asetuksia ei tallennettu."
171
 
172
- #: contact_form.php:661
173
  #, fuzzy
174
  msgid "Settings saved."
175
  msgstr "Asetukset tallennettu."
176
 
177
- #: contact_form.php:688
178
- #: contact_form.php:720
179
  msgid "Wrong license key"
180
  msgstr ""
181
 
182
- #: contact_form.php:713
183
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
184
  msgstr ""
185
 
186
- #: contact_form.php:722
187
  msgid "This license key is bind to another site"
188
  msgstr ""
189
 
190
- #: contact_form.php:724
191
- #: contact_form.php:1570
192
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
193
  msgstr ""
194
 
195
- #: contact_form.php:741
196
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
197
  msgstr ""
198
 
199
- #: contact_form.php:747
200
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
201
  msgstr ""
202
 
203
- #: contact_form.php:751
204
- #: contact_form.php:760
205
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
206
  msgstr ""
207
 
208
- #: contact_form.php:764
209
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
210
  msgstr ""
211
 
212
- #: contact_form.php:779
213
  #, fuzzy
214
  msgid "Please, enter Your license key"
215
  msgstr "Käytä tätä sähköpostiosoitetta:"
216
 
217
- #: contact_form.php:787
218
- #: contact_form.php:2216
219
- #: contact_form.php:2228
220
  msgid "Settings"
221
  msgstr "Asetukset"
222
 
223
- #: contact_form.php:788
224
  #, fuzzy
225
  msgid "Extra settings"
226
  msgstr "Asetukset"
227
 
228
- #: contact_form.php:789
 
 
 
 
 
229
  msgid "Go PRO"
230
  msgstr ""
231
 
232
- #: contact_form.php:792
233
  msgid "Notice:"
234
  msgstr ""
235
 
236
- #: contact_form.php:792
237
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
238
  msgstr ""
239
 
240
- #: contact_form.php:798
241
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
242
  msgstr ""
243
 
244
- #: contact_form.php:804
245
- #: contact_form.php:809
246
- #: contact_form.php:1529
247
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
248
  msgstr "Jos haluat lisätä yhteydenottolomakkeen sivullesi, kopioi ja liitä tämä shortcode artikkeliin, sivulle tai vimpaimeen."
249
 
250
- #: contact_form.php:804
251
- #: contact_form.php:805
252
- #: contact_form.php:809
253
- #: contact_form.php:810
254
- #: contact_form.php:1155
255
- #: contact_form.php:1157
256
- #: contact_form.php:1212
257
- #: contact_form.php:1214
258
  msgid "or"
259
  msgstr ""
260
 
261
- #: contact_form.php:805
262
- #: contact_form.php:810
263
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
264
  msgstr ""
265
 
266
- #: contact_form.php:806
267
- #: contact_form.php:811
268
  msgid "They work the same way."
269
  msgstr ""
270
 
271
- #: contact_form.php:807
272
- #: contact_form.php:812
273
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
274
  msgstr "Jos jätät kentät tyhjäksi, viestit lähetetään rekisteröinnin yhteydessä määriteltyyn sähköpostiin."
275
 
276
- #: contact_form.php:817
277
  msgid "The user's email address:"
278
  msgstr "Käyttäjän sähköpostiosoite:"
279
 
280
- #: contact_form.php:821
281
  msgid "Create a username"
282
  msgstr "Luo käyttäjänimi."
283
 
284
- #: contact_form.php:828
285
  msgid "Enter a username of the person who should get the messages from the contact form."
286
  msgstr "Syötä käyttäjänimi, jolle viestit lähetetään lomakkeesta."
287
 
288
- #: contact_form.php:832
289
  msgid "Use this email address:"
290
  msgstr "Käytä tätä sähköpostiosoitetta:"
291
 
292
- #: contact_form.php:835
293
  msgid "Enter the email address you want the messages forwarded to."
294
  msgstr "Sähköpostiosoite, johon viestit ohjataan."
295
 
296
- #: contact_form.php:844
297
  msgid "Add department selectbox to the contact form:"
298
  msgstr ""
299
 
300
- #: contact_form.php:852
301
- #: contact_form.php:1412
302
  msgid "If you upgrade to Pro version all your settings will be saved."
303
  msgstr ""
304
 
305
- #: contact_form.php:859
306
- #: contact_form.php:997
307
- #: contact_form.php:1071
308
- #: contact_form.php:1419
309
  msgid "Unlock premium options by upgrading to a PRO version."
310
  msgstr ""
311
 
312
- #: contact_form.php:860
313
- #: contact_form.php:998
314
- #: contact_form.php:1072
315
- #: contact_form.php:1420
316
- #: contact_form.php:2473
317
- #: contact_form.php:2489
318
  msgid "Learn More"
319
  msgstr ""
320
 
321
- #: contact_form.php:863
322
- #: contact_form.php:1001
323
- #: contact_form.php:1075
324
- #: contact_form.php:1423
325
  msgid "Go"
326
  msgstr ""
327
 
328
- #: contact_form.php:870
329
  msgid "Save emails to the database"
330
  msgstr ""
331
 
332
- #: contact_form.php:876
333
  msgid "Using"
334
  msgstr ""
335
 
336
- #: contact_form.php:876
337
- #: contact_form.php:1048
338
- #: contact_form.php:1051
339
- #: contact_form.php:1055
340
  msgid "powered by"
341
  msgstr ""
342
 
343
- #: contact_form.php:879
344
- #: contact_form.php:883
345
  msgid "Using Contact Form to DB powered by"
346
  msgstr ""
347
 
348
- #: contact_form.php:879
349
  #, fuzzy
350
  msgid "Activate Contact Form to DB"
351
  msgstr "Yhteydenottolomake"
352
 
353
- #: contact_form.php:883
354
  #, fuzzy
355
  msgid "Download Contact Form to DB"
356
  msgstr "Yhteydenottolomake"
357
 
358
- #: contact_form.php:888
359
  msgid "Additional options"
360
  msgstr "Lisäasetukset"
361
 
362
- #: contact_form.php:890
363
  msgid "Show"
364
  msgstr ""
365
 
366
- #: contact_form.php:891
367
  msgid "Hide"
368
  msgstr ""
369
 
370
- #: contact_form.php:895
371
  msgid "What to use?"
372
  msgstr "Mitä käyttää?"
373
 
374
- #: contact_form.php:898
375
  msgid "Wp-mail"
376
  msgstr "Wp-sähköposti"
377
 
378
- #: contact_form.php:898
379
  msgid "You can use the wp_mail function for mailing"
380
  msgstr "Voit käyttää wp_mail funktiota sähköpostin lähettämiseen"
381
 
382
- #: contact_form.php:900
383
  msgid "Mail"
384
  msgstr "Sähköposti"
385
 
386
- #: contact_form.php:900
387
  msgid "To send mail you can use the php mail function"
388
  msgstr "Voit käyttää php sähköpostifunktiota lähettääksesi sähköpostia"
389
 
390
- #: contact_form.php:904
391
  #, fuzzy
392
  msgid "The text in the 'From' field"
393
  msgstr "Vaihda teksti 'Lähettäjä'- kentästä"
394
 
395
- #: contact_form.php:906
396
  msgid "User name"
397
  msgstr ""
398
 
399
- #: contact_form.php:907
400
  #, fuzzy
401
  msgid "The name of the user who fills the form will be used in the field 'From'."
402
  msgstr "Lomakkeen täyttäjän sähköpostiosoitetta käytetään 'Lähettäjä'- kentässä."
403
 
404
- #: contact_form.php:910
405
  #, fuzzy
406
  msgid "This text will be used in the 'FROM' field"
407
  msgstr "Tätä sähöpostiosoitetta käytetään 'Lähettäjä'- kentässä."
408
 
409
- #: contact_form.php:914
410
  #, fuzzy
411
  msgid "The email address in the 'From' field"
412
  msgstr "Syötä sähköpostiosoite 'Lähettäjä'- kenttään"
413
 
414
- #: contact_form.php:916
415
  msgid "User email"
416
  msgstr ""
417
 
418
- #: contact_form.php:917
419
  msgid "The email address of the user who fills the form will be used in the field 'From'."
420
  msgstr "Lomakkeen täyttäjän sähköpostiosoitetta käytetään 'Lähettäjä'- kentässä."
421
 
422
- #: contact_form.php:920
423
  msgid "This email address will be used in the 'From' field."
424
  msgstr "Tätä sähöpostiosoitetta käytetään 'Lähettäjä'- kentässä."
425
 
426
- #: contact_form.php:924
427
  #, fuzzy
428
  msgid "Required symbol"
429
  msgstr "Vaaditut kentät"
430
 
431
- #: contact_form.php:934
432
  msgid "Fields"
433
  msgstr ""
434
 
435
- #: contact_form.php:935
436
  msgid "Used"
437
  msgstr ""
438
 
439
- #: contact_form.php:936
440
  #, fuzzy
441
  msgid "Required"
442
  msgstr "Vaaditut kentät"
443
 
444
- #: contact_form.php:937
445
  msgid "Visible"
446
  msgstr ""
447
 
448
- #: contact_form.php:938
449
  msgid "Disabled for editing"
450
  msgstr ""
451
 
452
- #: contact_form.php:939
453
  msgid "Field's default value"
454
  msgstr ""
455
 
456
- #: contact_form.php:944
457
- #: contact_form.php:1287
458
- #: contact_form.php:2059
459
- #: contact_form.php:2089
460
  msgid "Name"
461
  msgstr "Nimi"
462
 
463
- #: contact_form.php:952
464
- #: contact_form.php:1292
465
- #: contact_form.php:2063
466
- #: contact_form.php:2091
 
 
 
 
467
  #, fuzzy
468
  msgid "Address"
469
  msgstr "Sähköposti"
470
 
471
- #: contact_form.php:960
472
  msgid "Email Address"
473
  msgstr "Sähköposti"
474
 
475
- #: contact_form.php:968
476
  #, fuzzy
477
  msgid "Phone number"
478
  msgstr "Puhelinnumero:"
479
 
480
- #: contact_form.php:976
481
- #: contact_form.php:1307
482
- #: contact_form.php:2073
483
- #: contact_form.php:2095
484
  msgid "Subject"
485
  msgstr "Aihe"
486
 
487
- #: contact_form.php:984
488
- #: contact_form.php:1311
489
- #: contact_form.php:2076
490
- #: contact_form.php:2096
491
  msgid "Message"
492
  msgstr "Viesti"
493
 
494
- #: contact_form.php:1008
495
  #, fuzzy
496
  msgid "Attachment block"
497
  msgstr "Näytä liitelaatikko."
498
 
499
- #: contact_form.php:1010
500
  msgid "Users can attach the following file formats"
501
  msgstr "Käyttäjä voi lisätä seuraavia tiedostotyyppejä"
502
 
503
- #: contact_form.php:1023
504
  msgid "Add to the form"
505
  msgstr ""
506
 
507
- #: contact_form.php:1028
508
  #, fuzzy
509
  msgid "Tips below the Attachment"
510
  msgstr "Näytä liitelaatikon allaolevat vinkit."
511
 
512
- #: contact_form.php:1037
513
  #, fuzzy
514
  msgid "'Send me a copy' block"
515
  msgstr "Näytä Lähetä minulle kopio- laatikko"
516
 
517
- #: contact_form.php:1048
518
- #: contact_form.php:1051
519
- #: contact_form.php:1055
520
- #: contact_form.php:1321
521
  msgid "Captcha"
522
  msgstr ""
523
 
524
- #: contact_form.php:1051
525
  #, fuzzy
526
  msgid "Activate captcha"
527
  msgstr "Aktivoidut lisäosat"
528
 
529
- #: contact_form.php:1055
530
  #, fuzzy
531
  msgid "Download captcha"
532
  msgstr "Lataa"
533
 
534
- #: contact_form.php:1063
535
  msgid "Agreement checkbox"
536
  msgstr ""
537
 
538
- #: contact_form.php:1063
539
  msgid "Required checkbox for submitting the form"
540
  msgstr ""
541
 
542
- #: contact_form.php:1064
543
  msgid "Optional checkbox"
544
  msgstr ""
545
 
546
- #: contact_form.php:1064
547
  msgid "Optional checkbox, the results of which will be displayed in email"
548
  msgstr ""
549
 
550
- #: contact_form.php:1081
551
  msgid "Delete an attachment file from the server after the email is sent"
552
  msgstr ""
553
 
554
- #: contact_form.php:1087
555
  msgid "Email in HTML format sending"
556
  msgstr ""
557
 
558
- #: contact_form.php:1091
559
  msgid "Display additional info in the email"
560
  msgstr "Näytä lisätietoa sähköpostissa"
561
 
562
- #: contact_form.php:1096
563
- #: contact_form.php:2026
564
- #: contact_form.php:2028
565
  msgid "Sent from (ip address)"
566
  msgstr "Lähetetty osoitteesta (ip-osoite)"
567
 
568
- #: contact_form.php:1096
569
  #, fuzzy
570
  msgid "Example: Sent from (IP address):\t127.0.0.1"
571
  msgstr "Lähetetty osoitteesta (ip-osoite)"
572
 
573
- #: contact_form.php:1097
574
- #: contact_form.php:2032
575
- #: contact_form.php:2034
576
  msgid "Date/Time"
577
  msgstr "Päivä/Aika"
578
 
579
- #: contact_form.php:1097
580
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
581
  msgstr ""
582
 
583
- #: contact_form.php:1098
584
- #: contact_form.php:2038
585
- #: contact_form.php:2040
586
  msgid "Sent from (referer)"
587
  msgstr "Lähetetty (referer)"
588
 
589
- #: contact_form.php:1098
590
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
591
  msgstr ""
592
 
593
- #: contact_form.php:1099
594
- #: contact_form.php:2044
595
- #: contact_form.php:2046
596
  msgid "Using (user agent)"
597
  msgstr "Käytetään (user agent)"
598
 
599
- #: contact_form.php:1099
600
  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"
601
  msgstr ""
602
 
603
- #: contact_form.php:1103
604
  msgid "Language settings for the field names in the form"
605
  msgstr "Kieliasetukset kenttien nimille lomakkeessa"
606
 
607
- #: contact_form.php:1112
608
  msgid "Add a language"
609
  msgstr "Lisää kieli"
610
 
611
- #: contact_form.php:1116
612
  msgid "Change the names of the contact form fields and error messages"
613
  msgstr ""
614
 
615
- #: contact_form.php:1121
616
- #: contact_form.php:1202
617
  msgid "English"
618
  msgstr "Englanti"
619
 
620
- #: contact_form.php:1129
621
- #: contact_form.php:1163
622
  msgid "click to expand/hide the list"
623
  msgstr ""
624
 
625
- #: contact_form.php:1138
626
- #: contact_form.php:1172
627
  #, fuzzy
628
  msgid "Tips below the Attachment block"
629
  msgstr "Näytä liitelaatikon allaolevat vinkit."
630
 
631
- #: contact_form.php:1141
632
- #: contact_form.php:1175
633
  msgid "Error message for the Name field"
634
  msgstr "Virheilmoitus nimikentälle"
635
 
636
- #: contact_form.php:1142
637
- #: contact_form.php:1176
638
  #, fuzzy
639
  msgid "Error message for the Address field"
640
  msgstr "Virheilmoitus viestikentälle"
641
 
642
- #: contact_form.php:1143
643
- #: contact_form.php:1177
644
  msgid "Error message for the Email field"
645
  msgstr "Virheilmoitus sähköpostikentälle"
646
 
647
- #: contact_form.php:1144
648
- #: contact_form.php:1178
649
  msgid "Error message for the Phone field"
650
  msgstr "Virheilmoitus puhelinnumerokentälle"
651
 
652
- #: contact_form.php:1145
653
- #: contact_form.php:1179
654
  msgid "Error message for the Subject field"
655
  msgstr "Virheilmoitus aihekentälle"
656
 
657
- #: contact_form.php:1146
658
- #: contact_form.php:1180
659
  msgid "Error message for the Message field"
660
  msgstr "Virheilmoitus viestikentälle"
661
 
662
- #: contact_form.php:1147
663
- #: contact_form.php:1181
664
  #, fuzzy
665
  msgid "Error message about the file type for the Attachment field"
666
  msgstr "Virheilmoitus liitekentälle"
667
 
668
- #: contact_form.php:1148
669
- #: contact_form.php:1182
670
  #, fuzzy
671
  msgid "Error message while uploading a file for the Attachment field to the server"
672
  msgstr "Virheilmoitus liitekentälle"
673
 
674
- #: contact_form.php:1149
675
- #: contact_form.php:1183
676
  #, fuzzy
677
  msgid "Error message while moving the file for the Attachment field"
678
  msgstr "Virheilmoitus liitekentälle"
679
 
680
- #: contact_form.php:1150
681
- #: contact_form.php:1184
682
  #, fuzzy
683
  msgid "Error message when file size limit for the Attachment field is exceeded"
684
  msgstr "Virheilmoitus liitekentälle"
685
 
686
- #: contact_form.php:1151
687
- #: contact_form.php:1185
688
  msgid "Error message for the Captcha field"
689
  msgstr "Virheilmoitus CAPTCHA:lle"
690
 
691
- #: contact_form.php:1152
692
- #: contact_form.php:1186
693
  msgid "Error message for the whole form"
694
  msgstr "Virheilmoitus koko lomakkeelle"
695
 
696
- #: contact_form.php:1155
697
- #: contact_form.php:1157
698
- #: contact_form.php:1189
699
- #: contact_form.php:1191
700
- #: contact_form.php:1212
701
- #: contact_form.php:1214
702
- #: contact_form.php:1222
703
  #: contact_form.php:1224
 
 
 
 
 
 
 
704
  msgid "Use shortcode"
705
  msgstr "Käytä shortcodea"
706
 
707
- #: contact_form.php:1155
708
- #: contact_form.php:1157
709
- #: contact_form.php:1189
710
- #: contact_form.php:1191
711
- #: contact_form.php:1212
712
- #: contact_form.php:1214
713
- #: contact_form.php:1222
714
  #: contact_form.php:1224
 
 
 
 
 
 
 
715
  msgid "for this language"
716
  msgstr "tälle kielelle"
717
 
718
- #: contact_form.php:1199
 
 
 
 
719
  msgid "Action after email is sent"
720
  msgstr "Toiminta sähköpostin lähetyksen jälkeen"
721
 
722
- #: contact_form.php:1201
723
  msgid "Display text"
724
  msgstr "Näytä teksti"
725
 
726
- #: contact_form.php:1210
727
- #: contact_form.php:1220
728
  msgid "Text"
729
  msgstr "Teksti"
730
 
731
- #: contact_form.php:1231
732
  msgid "Redirect to the page"
733
  msgstr "Ohjaa sivulle"
734
 
735
- #: contact_form.php:1232
736
  msgid "Url"
737
  msgstr "Url"
738
 
739
- #: contact_form.php:1236
740
  msgid "The $_SERVER variable that is used to build a URL of the form"
741
  msgstr ""
742
 
743
- #: contact_form.php:1240
744
  msgid "If you are not sure whether to change this setting or not, please do not do that."
745
  msgstr ""
746
 
747
- #: contact_form.php:1246
748
- #: contact_form.php:1430
749
  msgid "Save Changes"
750
  msgstr "Tallenna muutokset"
751
 
752
- #: contact_form.php:1251
753
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
754
  msgstr ""
755
 
756
- #: contact_form.php:1252
757
  #, fuzzy
758
  msgid "Rate the plugin"
759
  msgstr "Suositellut lisäosat"
760
 
761
- #: contact_form.php:1255
762
  #, fuzzy
763
  msgid "If there is something wrong about it, please contact us"
764
  msgstr "Jos sinulla on kysyttävää, ota yhteyttä osoitteeseen plugin@bestwebsoft.com tai täytä yhteydenottolomake sivuillamme."
765
 
766
- #: contact_form.php:1267
767
  msgid "Errors output"
768
  msgstr ""
769
 
770
- #: contact_form.php:1270
771
  msgid "Display error messages"
772
  msgstr ""
773
 
774
- #: contact_form.php:1271
775
  msgid "Color of the input field errors."
776
  msgstr ""
777
 
778
- #: contact_form.php:1272
779
  #, fuzzy
780
  msgid "Display error messages & color of the input field errors"
781
  msgstr "Virheilmoitus aihekentälle"
782
 
783
- #: contact_form.php:1277
784
  msgid "Add placeholder to the input blocks"
785
  msgstr ""
786
 
787
- #: contact_form.php:1283
788
  #, fuzzy
789
  msgid "Add tooltips"
790
  msgstr "Lisäasetukset"
791
 
792
- #: contact_form.php:1297
793
  #, fuzzy
794
  msgid "Email address"
795
  msgstr "Sähköposti"
796
 
797
- #: contact_form.php:1302
798
  #, fuzzy
799
  msgid "Phone Number"
800
  msgstr "Puhelinnumero:"
801
 
802
- #: contact_form.php:1316
803
  #, fuzzy
804
  msgid "Attachment"
805
  msgstr "Liite:"
806
 
807
- #: contact_form.php:1321
808
  msgid "(powered by bestwebsoft.com)"
809
  msgstr ""
810
 
811
- #: contact_form.php:1326
812
  #, fuzzy
813
  msgid "Style options"
814
  msgstr "Lisäasetukset"
815
 
816
- #: contact_form.php:1329
817
  msgid "Text color"
818
  msgstr ""
819
 
820
- #: contact_form.php:1332
821
- #: contact_form.php:1337
822
- #: contact_form.php:1347
823
- #: contact_form.php:1352
824
- #: contact_form.php:1357
825
- #: contact_form.php:1362
826
- #: contact_form.php:1372
827
- #: contact_form.php:1377
828
- #: contact_form.php:1383
829
- #: contact_form.php:1394
830
- #: contact_form.php:1399
831
- #: contact_form.php:1404
832
  msgid "Default"
833
  msgstr ""
834
 
835
- #: contact_form.php:1334
836
  msgid "Label text color"
837
  msgstr ""
838
 
839
- #: contact_form.php:1339
840
  msgid "Placeholder color"
841
  msgstr ""
842
 
843
- #: contact_form.php:1344
844
  msgid "Errors color"
845
  msgstr ""
846
 
847
- #: contact_form.php:1349
848
  msgid "Error text color"
849
  msgstr ""
850
 
851
- #: contact_form.php:1354
852
  msgid "Background color of the input field errors"
853
  msgstr ""
854
 
855
- #: contact_form.php:1359
856
  msgid "Border color of the input field errors"
857
  msgstr ""
858
 
859
- #: contact_form.php:1364
860
  msgid "Placeholder color of the input field errors"
861
  msgstr ""
862
 
863
- #: contact_form.php:1369
864
  msgid "Input fields"
865
  msgstr ""
866
 
867
- #: contact_form.php:1374
868
  msgid "Input fields background color"
869
  msgstr ""
870
 
871
- #: contact_form.php:1379
872
  msgid "Text fields color"
873
  msgstr ""
874
 
875
- #: contact_form.php:1381
876
  msgid "Border width in px, numbers only"
877
  msgstr ""
878
 
879
- #: contact_form.php:1385
880
- #: contact_form.php:1406
881
  msgid "Border color"
882
  msgstr ""
883
 
884
- #: contact_form.php:1390
885
  #, fuzzy
886
  msgid "Submit button"
887
  msgstr "Lähetä"
888
 
889
- #: contact_form.php:1392
890
  msgid "Width in px, numbers only"
891
  msgstr ""
892
 
893
- #: contact_form.php:1396
894
  msgid "Button color"
895
  msgstr ""
896
 
897
- #: contact_form.php:1401
898
  msgid "Button text color"
899
  msgstr ""
900
 
901
- #: contact_form.php:1434
902
  #, fuzzy
903
  msgid "Contact Form Pro | Preview"
904
  msgstr "Yhteydenottolomake"
905
 
906
- #: contact_form.php:1437
907
  msgid "Show with errors"
908
  msgstr ""
909
 
910
- #: contact_form.php:1445
911
- #: contact_form.php:1447
912
  msgid "Please enter your full name..."
913
  msgstr ""
914
 
915
- #: contact_form.php:1458
916
- #: contact_form.php:1460
917
  msgid "Please enter your address..."
918
  msgstr ""
919
 
920
- #: contact_form.php:1469
921
- #: contact_form.php:1471
922
  #, fuzzy
923
  msgid "Please enter your email address..."
924
  msgstr "Käytä tätä sähköpostiosoitetta:"
925
 
926
- #: contact_form.php:1480
927
- #: contact_form.php:1482
928
  msgid "Please enter your phone number..."
929
  msgstr ""
930
 
931
- #: contact_form.php:1491
932
- #: contact_form.php:1493
933
  msgid "Please enter subject..."
934
  msgstr ""
935
 
936
- #: contact_form.php:1501
937
- #: contact_form.php:1503
938
  msgid "Please enter your message..."
939
  msgstr ""
940
 
941
- #: contact_form.php:1545
942
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
943
  msgstr ""
944
 
945
- #: contact_form.php:1547
946
  msgid "Please, go to"
947
  msgstr ""
948
 
949
- #: contact_form.php:1547
950
  #, fuzzy
951
  msgid "the setting page"
952
  msgstr "Asetukset"
953
 
954
- #: contact_form.php:1548
955
  msgid "You will be redirected automatically in 5 seconds."
956
  msgstr ""
957
 
958
- #: contact_form.php:1553
959
  msgid "You can download and activate"
960
  msgstr ""
961
 
962
- #: contact_form.php:1555
963
  msgid "version of this plugin by entering Your license key."
964
  msgstr ""
965
 
966
- #: contact_form.php:1557
967
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
968
  msgstr ""
969
 
970
- #: contact_form.php:1559
971
  msgid "(your username is the email you specify when purchasing the product)."
972
  msgstr ""
973
 
974
- #: contact_form.php:1567
975
- #: contact_form.php:1577
976
- msgid "Go!"
977
- msgstr ""
 
978
 
979
- #: contact_form.php:1647
980
  msgid "Sorry, email message could not be delivered."
981
  msgstr "Anteeksi, sähköpostiviestiä ei voitu lähettää."
982
 
983
- #: contact_form.php:2053
984
  msgid "Contact from"
985
  msgstr "Yhteydenottolomake"
986
 
987
- #: contact_form.php:2066
988
- #: contact_form.php:2092
989
  msgid "Email"
990
  msgstr "Sähköposti"
991
 
992
- #: contact_form.php:2070
993
- #: contact_form.php:2094
994
  msgid "Phone"
995
  msgstr "Puhelinnumero"
996
 
997
- #: contact_form.php:2079
998
- #: contact_form.php:2097
999
  msgid "Site"
1000
  msgstr "Sivu"
1001
 
1002
- #: contact_form.php:2160
1003
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1004
  msgstr "Jos näet tämän MIME:n, sen tyyppi ei ole tuettu sähköpostiohjelmassasi."
1005
 
1006
- #: contact_form.php:2229
1007
- msgid "FAQ"
1008
- msgstr "FAQ"
1009
-
1010
- #: contact_form.php:2230
1011
  msgid "Support"
1012
  msgstr "Tuki"
1013
 
1014
- #: contact_form.php:2280
1015
  msgid "Are you sure that you want to delete this language data?"
1016
  msgstr "Oletko varma että haluat poistaa kielitiedot?"
1017
 
1018
- #: contact_form.php:2476
1019
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
1020
  msgstr ""
1021
 
1022
- #: contact_form.php:2477
1023
  msgid "Extend standard plugin functionality with new great options."
1024
  msgstr ""
1025
 
1026
- #: contact_form.php:2492
1027
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1028
  msgstr ""
1029
 
1030
- #: contact_form.php:2493
1031
  msgid "Manage messages that have been sent from your website."
1032
  msgstr ""
1033
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-08 14:52+0300\n"
6
+ "PO-Revision-Date: 2014-07-08 14:52+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Martin Tonek, Joakim Lindskog, Maarten van den Driest <joakim@limewoodmedia.com, maarten@vandendriest.com>\n"
9
  "Language: ru_RU\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:74
20
+ #: contact_form.php:845
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Yhteydenottolomakeasetukset"
24
 
25
+ #: contact_form.php:74
26
  msgid "Contact Form"
27
  msgstr "Yhteydenottolomake"
28
 
29
+ #: contact_form.php:150
30
+ #: contact_form.php:1200
31
+ #: contact_form.php:1234
32
  msgid "Name:"
33
  msgstr "Nimi:"
34
 
35
+ #: contact_form.php:151
36
+ #: contact_form.php:1201
37
+ #: contact_form.php:1235
38
  #, fuzzy
39
  msgid "Address:"
40
  msgstr "Sähköposti:"
41
 
42
+ #: contact_form.php:152
43
+ #: contact_form.php:1202
44
+ #: contact_form.php:1236
45
  msgid "Email Address:"
46
  msgstr "Sähköposti:"
47
 
48
+ #: contact_form.php:153
49
+ #: contact_form.php:1203
50
+ #: contact_form.php:1237
51
  msgid "Phone number:"
52
  msgstr "Puhelinnumero:"
53
 
54
+ #: contact_form.php:154
55
+ #: contact_form.php:1204
56
+ #: contact_form.php:1238
57
  msgid "Subject:"
58
  msgstr "Aihe:"
59
 
60
+ #: contact_form.php:155
61
+ #: contact_form.php:1205
62
+ #: contact_form.php:1239
63
  msgid "Message:"
64
  msgstr "Viesti:"
65
 
66
+ #: contact_form.php:156
67
+ #: contact_form.php:1206
68
+ #: contact_form.php:1240
69
  msgid "Attachment:"
70
  msgstr "Liite:"
71
 
72
+ #: contact_form.php:157
73
  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"
74
  msgstr ""
75
 
76
+ #: contact_form.php:158
77
+ #: contact_form.php:1208
78
+ #: contact_form.php:1242
79
  msgid "Send me a copy"
80
  msgstr "Lähetä minulle kopio"
81
 
82
+ #: contact_form.php:159
83
+ #: contact_form.php:1209
84
+ #: contact_form.php:1243
85
  msgid "Submit"
86
  msgstr "Lähetä"
87
 
88
+ #: contact_form.php:160
89
  msgid "Your name is required."
90
  msgstr "Nimikenttä pakollinen."
91
 
92
+ #: contact_form.php:161
93
  #, fuzzy
94
  msgid "Address is required."
95
  msgstr "Anna toimiva sähköpostiosoite."
96
 
97
+ #: contact_form.php:162
98
  msgid "A valid email address is required."
99
  msgstr "Anna toimiva sähköpostiosoite."
100
 
101
+ #: contact_form.php:163
102
  msgid "Phone number is required."
103
  msgstr "Puhelinnumero pakollinen."
104
 
105
+ #: contact_form.php:164
106
  msgid "Subject is required."
107
  msgstr "Aihe pakollinen."
108
 
109
+ #: contact_form.php:165
110
  msgid "Message text is required."
111
  msgstr "Viestikenttä pakollinen."
112
 
113
+ #: contact_form.php:166
114
  msgid "File format is not valid."
115
  msgstr "Tiedostotyyppi virheellinen."
116
 
117
+ #: contact_form.php:167
118
  msgid "File upload error."
119
  msgstr ""
120
 
121
+ #: contact_form.php:168
122
  msgid "The file could not be uploaded."
123
  msgstr ""
124
 
125
+ #: contact_form.php:169
126
  msgid "This file is too large."
127
  msgstr ""
128
 
129
+ #: contact_form.php:170
130
  msgid "Please fill out the CAPTCHA."
131
  msgstr "Täytä CAPTCHA."
132
 
133
+ #: contact_form.php:171
134
  msgid "Please make corrections below and try again."
135
  msgstr "Tee allaolevat korjaukset ja yritä uudelleen."
136
 
137
+ #: contact_form.php:173
138
  msgid "Thank you for contacting us."
139
  msgstr "Kiitos yhteydenotostanne."
140
 
141
+ #: contact_form.php:369
142
  #, fuzzy
143
  msgid "requires"
144
  msgstr "Vaaditut kentät"
145
 
146
+ #: contact_form.php:369
147
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
148
  msgstr ""
149
 
150
+ #: contact_form.php:369
151
  msgid "Back to the WordPress"
152
  msgstr ""
153
 
154
+ #: contact_form.php:369
155
  #, fuzzy
156
  msgid "Plugins page"
157
  msgstr "Плагины BWS"
158
 
159
+ #: contact_form.php:677
160
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
161
  msgstr "Jos 'Ohjaa sivulle' vaihtoehto on valittu, URL-kentän tulisi olla seuraavaa muotoa"
162
 
163
+ #: contact_form.php:686
164
  msgid "Such user does not exist. Settings are not saved."
165
  msgstr "Käyttäjää ei ole olemassa. Asetuksia ei tallennettu."
166
 
167
+ #: contact_form.php:690
168
+ #: contact_form.php:696
169
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
170
  msgstr "Anna toimiva sähköpostiosoite 'Lähettäjä' kenttään. Asetuksia ei tallennettu."
171
 
172
+ #: contact_form.php:721
173
  #, fuzzy
174
  msgid "Settings saved."
175
  msgstr "Asetukset tallennettu."
176
 
177
+ #: contact_form.php:748
178
+ #: contact_form.php:780
179
  msgid "Wrong license key"
180
  msgstr ""
181
 
182
+ #: contact_form.php:773
183
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
184
  msgstr ""
185
 
186
+ #: contact_form.php:782
187
  msgid "This license key is bind to another site"
188
  msgstr ""
189
 
190
+ #: contact_form.php:784
191
+ #: contact_form.php:1645
192
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
193
  msgstr ""
194
 
195
+ #: contact_form.php:801
196
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
197
  msgstr ""
198
 
199
+ #: contact_form.php:807
200
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
201
  msgstr ""
202
 
203
+ #: contact_form.php:811
204
+ #: contact_form.php:820
205
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
206
  msgstr ""
207
 
208
+ #: contact_form.php:824
209
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
210
  msgstr ""
211
 
212
+ #: contact_form.php:839
213
  #, fuzzy
214
  msgid "Please, enter Your license key"
215
  msgstr "Käytä tätä sähköpostiosoitetta:"
216
 
217
+ #: contact_form.php:847
218
+ #: contact_form.php:2306
219
+ #: contact_form.php:2318
220
  msgid "Settings"
221
  msgstr "Asetukset"
222
 
223
+ #: contact_form.php:848
224
  #, fuzzy
225
  msgid "Extra settings"
226
  msgstr "Asetukset"
227
 
228
+ #: contact_form.php:849
229
+ #: contact_form.php:2319
230
+ msgid "FAQ"
231
+ msgstr "FAQ"
232
+
233
+ #: contact_form.php:850
234
  msgid "Go PRO"
235
  msgstr ""
236
 
237
+ #: contact_form.php:853
238
  msgid "Notice:"
239
  msgstr ""
240
 
241
+ #: contact_form.php:853
242
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
243
  msgstr ""
244
 
245
+ #: contact_form.php:859
246
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
247
  msgstr ""
248
 
249
+ #: contact_form.php:865
250
+ #: contact_form.php:870
251
+ #: contact_form.php:1604
252
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
253
  msgstr "Jos haluat lisätä yhteydenottolomakkeen sivullesi, kopioi ja liitä tämä shortcode artikkeliin, sivulle tai vimpaimeen."
254
 
255
+ #: contact_form.php:865
256
+ #: contact_form.php:866
257
+ #: contact_form.php:870
258
+ #: contact_form.php:871
259
+ #: contact_form.php:1224
260
+ #: contact_form.php:1226
261
+ #: contact_form.php:1287
262
+ #: contact_form.php:1289
263
  msgid "or"
264
  msgstr ""
265
 
266
+ #: contact_form.php:866
267
+ #: contact_form.php:871
268
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
269
  msgstr ""
270
 
271
+ #: contact_form.php:867
272
+ #: contact_form.php:872
273
  msgid "They work the same way."
274
  msgstr ""
275
 
276
+ #: contact_form.php:868
277
+ #: contact_form.php:873
278
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
279
  msgstr "Jos jätät kentät tyhjäksi, viestit lähetetään rekisteröinnin yhteydessä määriteltyyn sähköpostiin."
280
 
281
+ #: contact_form.php:878
282
  msgid "The user's email address:"
283
  msgstr "Käyttäjän sähköpostiosoite:"
284
 
285
+ #: contact_form.php:882
286
  msgid "Create a username"
287
  msgstr "Luo käyttäjänimi."
288
 
289
+ #: contact_form.php:889
290
  msgid "Enter a username of the person who should get the messages from the contact form."
291
  msgstr "Syötä käyttäjänimi, jolle viestit lähetetään lomakkeesta."
292
 
293
+ #: contact_form.php:893
294
  msgid "Use this email address:"
295
  msgstr "Käytä tätä sähköpostiosoitetta:"
296
 
297
+ #: contact_form.php:896
298
  msgid "Enter the email address you want the messages forwarded to."
299
  msgstr "Sähköpostiosoite, johon viestit ohjataan."
300
 
301
+ #: contact_form.php:905
302
  msgid "Add department selectbox to the contact form:"
303
  msgstr ""
304
 
305
+ #: contact_form.php:913
306
+ #: contact_form.php:1487
307
  msgid "If you upgrade to Pro version all your settings will be saved."
308
  msgstr ""
309
 
310
+ #: contact_form.php:920
311
+ #: contact_form.php:1066
312
+ #: contact_form.php:1140
313
+ #: contact_form.php:1494
314
  msgid "Unlock premium options by upgrading to a PRO version."
315
  msgstr ""
316
 
317
+ #: contact_form.php:921
318
+ #: contact_form.php:1067
319
+ #: contact_form.php:1141
320
+ #: contact_form.php:1495
321
+ #: contact_form.php:2574
322
+ #: contact_form.php:2590
323
  msgid "Learn More"
324
  msgstr ""
325
 
326
+ #: contact_form.php:924
327
+ #: contact_form.php:1070
328
+ #: contact_form.php:1144
329
+ #: contact_form.php:1498
330
  msgid "Go"
331
  msgstr ""
332
 
333
+ #: contact_form.php:931
334
  msgid "Save emails to the database"
335
  msgstr ""
336
 
337
+ #: contact_form.php:937
338
  msgid "Using"
339
  msgstr ""
340
 
341
+ #: contact_form.php:937
342
+ #: contact_form.php:1117
343
+ #: contact_form.php:1120
344
+ #: contact_form.php:1124
345
  msgid "powered by"
346
  msgstr ""
347
 
348
+ #: contact_form.php:940
349
+ #: contact_form.php:944
350
  msgid "Using Contact Form to DB powered by"
351
  msgstr ""
352
 
353
+ #: contact_form.php:940
354
  #, fuzzy
355
  msgid "Activate Contact Form to DB"
356
  msgstr "Yhteydenottolomake"
357
 
358
+ #: contact_form.php:944
359
  #, fuzzy
360
  msgid "Download Contact Form to DB"
361
  msgstr "Yhteydenottolomake"
362
 
363
+ #: contact_form.php:949
364
  msgid "Additional options"
365
  msgstr "Lisäasetukset"
366
 
367
+ #: contact_form.php:951
368
  msgid "Show"
369
  msgstr ""
370
 
371
+ #: contact_form.php:952
372
  msgid "Hide"
373
  msgstr ""
374
 
375
+ #: contact_form.php:956
376
  msgid "What to use?"
377
  msgstr "Mitä käyttää?"
378
 
379
+ #: contact_form.php:959
380
  msgid "Wp-mail"
381
  msgstr "Wp-sähköposti"
382
 
383
+ #: contact_form.php:959
384
  msgid "You can use the wp_mail function for mailing"
385
  msgstr "Voit käyttää wp_mail funktiota sähköpostin lähettämiseen"
386
 
387
+ #: contact_form.php:961
388
  msgid "Mail"
389
  msgstr "Sähköposti"
390
 
391
+ #: contact_form.php:961
392
  msgid "To send mail you can use the php mail function"
393
  msgstr "Voit käyttää php sähköpostifunktiota lähettääksesi sähköpostia"
394
 
395
+ #: contact_form.php:965
396
  #, fuzzy
397
  msgid "The text in the 'From' field"
398
  msgstr "Vaihda teksti 'Lähettäjä'- kentästä"
399
 
400
+ #: contact_form.php:967
401
  msgid "User name"
402
  msgstr ""
403
 
404
+ #: contact_form.php:968
405
  #, fuzzy
406
  msgid "The name of the user who fills the form will be used in the field 'From'."
407
  msgstr "Lomakkeen täyttäjän sähköpostiosoitetta käytetään 'Lähettäjä'- kentässä."
408
 
409
+ #: contact_form.php:971
410
  #, fuzzy
411
  msgid "This text will be used in the 'FROM' field"
412
  msgstr "Tätä sähöpostiosoitetta käytetään 'Lähettäjä'- kentässä."
413
 
414
+ #: contact_form.php:975
415
  #, fuzzy
416
  msgid "The email address in the 'From' field"
417
  msgstr "Syötä sähköpostiosoite 'Lähettäjä'- kenttään"
418
 
419
+ #: contact_form.php:977
420
  msgid "User email"
421
  msgstr ""
422
 
423
+ #: contact_form.php:978
424
  msgid "The email address of the user who fills the form will be used in the field 'From'."
425
  msgstr "Lomakkeen täyttäjän sähköpostiosoitetta käytetään 'Lähettäjä'- kentässä."
426
 
427
+ #: contact_form.php:981
428
  msgid "This email address will be used in the 'From' field."
429
  msgstr "Tätä sähöpostiosoitetta käytetään 'Lähettäjä'- kentässä."
430
 
431
+ #: contact_form.php:985
432
  #, fuzzy
433
  msgid "Required symbol"
434
  msgstr "Vaaditut kentät"
435
 
436
+ #: contact_form.php:995
437
  msgid "Fields"
438
  msgstr ""
439
 
440
+ #: contact_form.php:996
441
  msgid "Used"
442
  msgstr ""
443
 
444
+ #: contact_form.php:997
445
  #, fuzzy
446
  msgid "Required"
447
  msgstr "Vaaditut kentät"
448
 
449
+ #: contact_form.php:998
450
  msgid "Visible"
451
  msgstr ""
452
 
453
+ #: contact_form.php:999
454
  msgid "Disabled for editing"
455
  msgstr ""
456
 
457
+ #: contact_form.php:1000
458
  msgid "Field's default value"
459
  msgstr ""
460
 
461
+ #: contact_form.php:1005
462
+ #: contact_form.php:1362
463
+ #: contact_form.php:2125
464
+ #: contact_form.php:2161
465
  msgid "Name"
466
  msgstr "Nimi"
467
 
468
+ #: contact_form.php:1013
469
+ msgid "Location selectbox"
470
+ msgstr ""
471
+
472
+ #: contact_form.php:1021
473
+ #: contact_form.php:1367
474
+ #: contact_form.php:2131
475
+ #: contact_form.php:2165
476
  #, fuzzy
477
  msgid "Address"
478
  msgstr "Sähköposti"
479
 
480
+ #: contact_form.php:1029
481
  msgid "Email Address"
482
  msgstr "Sähköposti"
483
 
484
+ #: contact_form.php:1037
485
  #, fuzzy
486
  msgid "Phone number"
487
  msgstr "Puhelinnumero:"
488
 
489
+ #: contact_form.php:1045
490
+ #: contact_form.php:1382
491
+ #: contact_form.php:2146
492
+ #: contact_form.php:2174
493
  msgid "Subject"
494
  msgstr "Aihe"
495
 
496
+ #: contact_form.php:1053
497
+ #: contact_form.php:1386
498
+ #: contact_form.php:2149
499
+ #: contact_form.php:2176
500
  msgid "Message"
501
  msgstr "Viesti"
502
 
503
+ #: contact_form.php:1077
504
  #, fuzzy
505
  msgid "Attachment block"
506
  msgstr "Näytä liitelaatikko."
507
 
508
+ #: contact_form.php:1079
509
  msgid "Users can attach the following file formats"
510
  msgstr "Käyttäjä voi lisätä seuraavia tiedostotyyppejä"
511
 
512
+ #: contact_form.php:1092
513
  msgid "Add to the form"
514
  msgstr ""
515
 
516
+ #: contact_form.php:1097
517
  #, fuzzy
518
  msgid "Tips below the Attachment"
519
  msgstr "Näytä liitelaatikon allaolevat vinkit."
520
 
521
+ #: contact_form.php:1106
522
  #, fuzzy
523
  msgid "'Send me a copy' block"
524
  msgstr "Näytä Lähetä minulle kopio- laatikko"
525
 
526
+ #: contact_form.php:1117
527
+ #: contact_form.php:1120
528
+ #: contact_form.php:1124
529
+ #: contact_form.php:1396
530
  msgid "Captcha"
531
  msgstr ""
532
 
533
+ #: contact_form.php:1120
534
  #, fuzzy
535
  msgid "Activate captcha"
536
  msgstr "Aktivoidut lisäosat"
537
 
538
+ #: contact_form.php:1124
539
  #, fuzzy
540
  msgid "Download captcha"
541
  msgstr "Lataa"
542
 
543
+ #: contact_form.php:1132
544
  msgid "Agreement checkbox"
545
  msgstr ""
546
 
547
+ #: contact_form.php:1132
548
  msgid "Required checkbox for submitting the form"
549
  msgstr ""
550
 
551
+ #: contact_form.php:1133
552
  msgid "Optional checkbox"
553
  msgstr ""
554
 
555
+ #: contact_form.php:1133
556
  msgid "Optional checkbox, the results of which will be displayed in email"
557
  msgstr ""
558
 
559
+ #: contact_form.php:1150
560
  msgid "Delete an attachment file from the server after the email is sent"
561
  msgstr ""
562
 
563
+ #: contact_form.php:1156
564
  msgid "Email in HTML format sending"
565
  msgstr ""
566
 
567
+ #: contact_form.php:1160
568
  msgid "Display additional info in the email"
569
  msgstr "Näytä lisätietoa sähköpostissa"
570
 
571
+ #: contact_form.php:1165
572
+ #: contact_form.php:2092
573
+ #: contact_form.php:2094
574
  msgid "Sent from (ip address)"
575
  msgstr "Lähetetty osoitteesta (ip-osoite)"
576
 
577
+ #: contact_form.php:1165
578
  #, fuzzy
579
  msgid "Example: Sent from (IP address):\t127.0.0.1"
580
  msgstr "Lähetetty osoitteesta (ip-osoite)"
581
 
582
+ #: contact_form.php:1166
583
+ #: contact_form.php:2098
584
+ #: contact_form.php:2100
585
  msgid "Date/Time"
586
  msgstr "Päivä/Aika"
587
 
588
+ #: contact_form.php:1166
589
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
590
  msgstr ""
591
 
592
+ #: contact_form.php:1167
593
+ #: contact_form.php:2104
594
+ #: contact_form.php:2106
595
  msgid "Sent from (referer)"
596
  msgstr "Lähetetty (referer)"
597
 
598
+ #: contact_form.php:1167
599
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
600
  msgstr ""
601
 
602
+ #: contact_form.php:1168
603
+ #: contact_form.php:2110
604
+ #: contact_form.php:2112
605
  msgid "Using (user agent)"
606
  msgstr "Käytetään (user agent)"
607
 
608
+ #: contact_form.php:1168
609
  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"
610
  msgstr ""
611
 
612
+ #: contact_form.php:1172
613
  msgid "Language settings for the field names in the form"
614
  msgstr "Kieliasetukset kenttien nimille lomakkeessa"
615
 
616
+ #: contact_form.php:1181
617
  msgid "Add a language"
618
  msgstr "Lisää kieli"
619
 
620
+ #: contact_form.php:1185
621
  msgid "Change the names of the contact form fields and error messages"
622
  msgstr ""
623
 
624
+ #: contact_form.php:1190
625
+ #: contact_form.php:1277
626
  msgid "English"
627
  msgstr "Englanti"
628
 
629
+ #: contact_form.php:1198
630
+ #: contact_form.php:1232
631
  msgid "click to expand/hide the list"
632
  msgstr ""
633
 
634
+ #: contact_form.php:1207
635
+ #: contact_form.php:1241
636
  #, fuzzy
637
  msgid "Tips below the Attachment block"
638
  msgstr "Näytä liitelaatikon allaolevat vinkit."
639
 
640
+ #: contact_form.php:1210
641
+ #: contact_form.php:1244
642
  msgid "Error message for the Name field"
643
  msgstr "Virheilmoitus nimikentälle"
644
 
645
+ #: contact_form.php:1211
646
+ #: contact_form.php:1245
647
  #, fuzzy
648
  msgid "Error message for the Address field"
649
  msgstr "Virheilmoitus viestikentälle"
650
 
651
+ #: contact_form.php:1212
652
+ #: contact_form.php:1246
653
  msgid "Error message for the Email field"
654
  msgstr "Virheilmoitus sähköpostikentälle"
655
 
656
+ #: contact_form.php:1213
657
+ #: contact_form.php:1247
658
  msgid "Error message for the Phone field"
659
  msgstr "Virheilmoitus puhelinnumerokentälle"
660
 
661
+ #: contact_form.php:1214
662
+ #: contact_form.php:1248
663
  msgid "Error message for the Subject field"
664
  msgstr "Virheilmoitus aihekentälle"
665
 
666
+ #: contact_form.php:1215
667
+ #: contact_form.php:1249
668
  msgid "Error message for the Message field"
669
  msgstr "Virheilmoitus viestikentälle"
670
 
671
+ #: contact_form.php:1216
672
+ #: contact_form.php:1250
673
  #, fuzzy
674
  msgid "Error message about the file type for the Attachment field"
675
  msgstr "Virheilmoitus liitekentälle"
676
 
677
+ #: contact_form.php:1217
678
+ #: contact_form.php:1251
679
  #, fuzzy
680
  msgid "Error message while uploading a file for the Attachment field to the server"
681
  msgstr "Virheilmoitus liitekentälle"
682
 
683
+ #: contact_form.php:1218
684
+ #: contact_form.php:1252
685
  #, fuzzy
686
  msgid "Error message while moving the file for the Attachment field"
687
  msgstr "Virheilmoitus liitekentälle"
688
 
689
+ #: contact_form.php:1219
690
+ #: contact_form.php:1253
691
  #, fuzzy
692
  msgid "Error message when file size limit for the Attachment field is exceeded"
693
  msgstr "Virheilmoitus liitekentälle"
694
 
695
+ #: contact_form.php:1220
696
+ #: contact_form.php:1254
697
  msgid "Error message for the Captcha field"
698
  msgstr "Virheilmoitus CAPTCHA:lle"
699
 
700
+ #: contact_form.php:1221
701
+ #: contact_form.php:1255
702
  msgid "Error message for the whole form"
703
  msgstr "Virheilmoitus koko lomakkeelle"
704
 
 
 
 
 
 
 
 
705
  #: contact_form.php:1224
706
+ #: contact_form.php:1226
707
+ #: contact_form.php:1258
708
+ #: contact_form.php:1260
709
+ #: contact_form.php:1287
710
+ #: contact_form.php:1289
711
+ #: contact_form.php:1297
712
+ #: contact_form.php:1299
713
  msgid "Use shortcode"
714
  msgstr "Käytä shortcodea"
715
 
 
 
 
 
 
 
 
716
  #: contact_form.php:1224
717
+ #: contact_form.php:1226
718
+ #: contact_form.php:1258
719
+ #: contact_form.php:1260
720
+ #: contact_form.php:1287
721
+ #: contact_form.php:1289
722
+ #: contact_form.php:1297
723
+ #: contact_form.php:1299
724
  msgid "for this language"
725
  msgstr "tälle kielelle"
726
 
727
+ #: contact_form.php:1268
728
+ msgid "Use the changed names of the contact form fields in the email"
729
+ msgstr ""
730
+
731
+ #: contact_form.php:1274
732
  msgid "Action after email is sent"
733
  msgstr "Toiminta sähköpostin lähetyksen jälkeen"
734
 
735
+ #: contact_form.php:1276
736
  msgid "Display text"
737
  msgstr "Näytä teksti"
738
 
739
+ #: contact_form.php:1285
740
+ #: contact_form.php:1295
741
  msgid "Text"
742
  msgstr "Teksti"
743
 
744
+ #: contact_form.php:1306
745
  msgid "Redirect to the page"
746
  msgstr "Ohjaa sivulle"
747
 
748
+ #: contact_form.php:1307
749
  msgid "Url"
750
  msgstr "Url"
751
 
752
+ #: contact_form.php:1311
753
  msgid "The $_SERVER variable that is used to build a URL of the form"
754
  msgstr ""
755
 
756
+ #: contact_form.php:1315
757
  msgid "If you are not sure whether to change this setting or not, please do not do that."
758
  msgstr ""
759
 
760
+ #: contact_form.php:1321
761
+ #: contact_form.php:1505
762
  msgid "Save Changes"
763
  msgstr "Tallenna muutokset"
764
 
765
+ #: contact_form.php:1326
766
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
767
  msgstr ""
768
 
769
+ #: contact_form.php:1327
770
  #, fuzzy
771
  msgid "Rate the plugin"
772
  msgstr "Suositellut lisäosat"
773
 
774
+ #: contact_form.php:1330
775
  #, fuzzy
776
  msgid "If there is something wrong about it, please contact us"
777
  msgstr "Jos sinulla on kysyttävää, ota yhteyttä osoitteeseen plugin@bestwebsoft.com tai täytä yhteydenottolomake sivuillamme."
778
 
779
+ #: contact_form.php:1342
780
  msgid "Errors output"
781
  msgstr ""
782
 
783
+ #: contact_form.php:1345
784
  msgid "Display error messages"
785
  msgstr ""
786
 
787
+ #: contact_form.php:1346
788
  msgid "Color of the input field errors."
789
  msgstr ""
790
 
791
+ #: contact_form.php:1347
792
  #, fuzzy
793
  msgid "Display error messages & color of the input field errors"
794
  msgstr "Virheilmoitus aihekentälle"
795
 
796
+ #: contact_form.php:1352
797
  msgid "Add placeholder to the input blocks"
798
  msgstr ""
799
 
800
+ #: contact_form.php:1358
801
  #, fuzzy
802
  msgid "Add tooltips"
803
  msgstr "Lisäasetukset"
804
 
805
+ #: contact_form.php:1372
806
  #, fuzzy
807
  msgid "Email address"
808
  msgstr "Sähköposti"
809
 
810
+ #: contact_form.php:1377
811
  #, fuzzy
812
  msgid "Phone Number"
813
  msgstr "Puhelinnumero:"
814
 
815
+ #: contact_form.php:1391
816
  #, fuzzy
817
  msgid "Attachment"
818
  msgstr "Liite:"
819
 
820
+ #: contact_form.php:1396
821
  msgid "(powered by bestwebsoft.com)"
822
  msgstr ""
823
 
824
+ #: contact_form.php:1401
825
  #, fuzzy
826
  msgid "Style options"
827
  msgstr "Lisäasetukset"
828
 
829
+ #: contact_form.php:1404
830
  msgid "Text color"
831
  msgstr ""
832
 
833
+ #: contact_form.php:1407
834
+ #: contact_form.php:1412
835
+ #: contact_form.php:1422
836
+ #: contact_form.php:1427
837
+ #: contact_form.php:1432
838
+ #: contact_form.php:1437
839
+ #: contact_form.php:1447
840
+ #: contact_form.php:1452
841
+ #: contact_form.php:1458
842
+ #: contact_form.php:1469
843
+ #: contact_form.php:1474
844
+ #: contact_form.php:1479
845
  msgid "Default"
846
  msgstr ""
847
 
848
+ #: contact_form.php:1409
849
  msgid "Label text color"
850
  msgstr ""
851
 
852
+ #: contact_form.php:1414
853
  msgid "Placeholder color"
854
  msgstr ""
855
 
856
+ #: contact_form.php:1419
857
  msgid "Errors color"
858
  msgstr ""
859
 
860
+ #: contact_form.php:1424
861
  msgid "Error text color"
862
  msgstr ""
863
 
864
+ #: contact_form.php:1429
865
  msgid "Background color of the input field errors"
866
  msgstr ""
867
 
868
+ #: contact_form.php:1434
869
  msgid "Border color of the input field errors"
870
  msgstr ""
871
 
872
+ #: contact_form.php:1439
873
  msgid "Placeholder color of the input field errors"
874
  msgstr ""
875
 
876
+ #: contact_form.php:1444
877
  msgid "Input fields"
878
  msgstr ""
879
 
880
+ #: contact_form.php:1449
881
  msgid "Input fields background color"
882
  msgstr ""
883
 
884
+ #: contact_form.php:1454
885
  msgid "Text fields color"
886
  msgstr ""
887
 
888
+ #: contact_form.php:1456
889
  msgid "Border width in px, numbers only"
890
  msgstr ""
891
 
892
+ #: contact_form.php:1460
893
+ #: contact_form.php:1481
894
  msgid "Border color"
895
  msgstr ""
896
 
897
+ #: contact_form.php:1465
898
  #, fuzzy
899
  msgid "Submit button"
900
  msgstr "Lähetä"
901
 
902
+ #: contact_form.php:1467
903
  msgid "Width in px, numbers only"
904
  msgstr ""
905
 
906
+ #: contact_form.php:1471
907
  msgid "Button color"
908
  msgstr ""
909
 
910
+ #: contact_form.php:1476
911
  msgid "Button text color"
912
  msgstr ""
913
 
914
+ #: contact_form.php:1509
915
  #, fuzzy
916
  msgid "Contact Form Pro | Preview"
917
  msgstr "Yhteydenottolomake"
918
 
919
+ #: contact_form.php:1512
920
  msgid "Show with errors"
921
  msgstr ""
922
 
923
+ #: contact_form.php:1520
924
+ #: contact_form.php:1522
925
  msgid "Please enter your full name..."
926
  msgstr ""
927
 
928
+ #: contact_form.php:1533
929
+ #: contact_form.php:1535
930
  msgid "Please enter your address..."
931
  msgstr ""
932
 
933
+ #: contact_form.php:1544
934
+ #: contact_form.php:1546
935
  #, fuzzy
936
  msgid "Please enter your email address..."
937
  msgstr "Käytä tätä sähköpostiosoitetta:"
938
 
939
+ #: contact_form.php:1555
940
+ #: contact_form.php:1557
941
  msgid "Please enter your phone number..."
942
  msgstr ""
943
 
944
+ #: contact_form.php:1566
945
+ #: contact_form.php:1568
946
  msgid "Please enter subject..."
947
  msgstr ""
948
 
949
+ #: contact_form.php:1576
950
+ #: contact_form.php:1578
951
  msgid "Please enter your message..."
952
  msgstr ""
953
 
954
+ #: contact_form.php:1620
955
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
956
  msgstr ""
957
 
958
+ #: contact_form.php:1622
959
  msgid "Please, go to"
960
  msgstr ""
961
 
962
+ #: contact_form.php:1622
963
  #, fuzzy
964
  msgid "the setting page"
965
  msgstr "Asetukset"
966
 
967
+ #: contact_form.php:1623
968
  msgid "You will be redirected automatically in 5 seconds."
969
  msgstr ""
970
 
971
+ #: contact_form.php:1628
972
  msgid "You can download and activate"
973
  msgstr ""
974
 
975
+ #: contact_form.php:1630
976
  msgid "version of this plugin by entering Your license key."
977
  msgstr ""
978
 
979
+ #: contact_form.php:1632
980
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
981
  msgstr ""
982
 
983
+ #: contact_form.php:1634
984
  msgid "(your username is the email you specify when purchasing the product)."
985
  msgstr ""
986
 
987
+ #: contact_form.php:1642
988
+ #: contact_form.php:1652
989
+ #, fuzzy
990
+ msgid "Activate"
991
+ msgstr "Aktivoidut lisäosat"
992
 
993
+ #: contact_form.php:1718
994
  msgid "Sorry, email message could not be delivered."
995
  msgstr "Anteeksi, sähköpostiviestiä ei voitu lähettää."
996
 
997
+ #: contact_form.php:2119
998
  msgid "Contact from"
999
  msgstr "Yhteydenottolomake"
1000
 
1001
+ #: contact_form.php:2136
1002
+ #: contact_form.php:2168
1003
  msgid "Email"
1004
  msgstr "Sähköposti"
1005
 
1006
+ #: contact_form.php:2141
1007
+ #: contact_form.php:2171
1008
  msgid "Phone"
1009
  msgstr "Puhelinnumero"
1010
 
1011
+ #: contact_form.php:2152
1012
+ #: contact_form.php:2178
1013
  msgid "Site"
1014
  msgstr "Sivu"
1015
 
1016
+ #: contact_form.php:2250
1017
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1018
  msgstr "Jos näet tämän MIME:n, sen tyyppi ei ole tuettu sähköpostiohjelmassasi."
1019
 
1020
+ #: contact_form.php:2320
 
 
 
 
1021
  msgid "Support"
1022
  msgstr "Tuki"
1023
 
1024
+ #: contact_form.php:2368
1025
  msgid "Are you sure that you want to delete this language data?"
1026
  msgstr "Oletko varma että haluat poistaa kielitiedot?"
1027
 
1028
+ #: contact_form.php:2577
1029
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
1030
  msgstr ""
1031
 
1032
+ #: contact_form.php:2578
1033
  msgid "Extend standard plugin functionality with new great options."
1034
  msgstr ""
1035
 
1036
+ #: contact_form.php:2593
1037
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1038
  msgstr ""
1039
 
1040
+ #: contact_form.php:2594
1041
  msgid "Manage messages that have been sent from your website."
1042
  msgstr ""
1043
 
languages/contact_form-fr_FR.mo CHANGED
Binary file
languages/contact_form-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-05-20 13:46+0300\n"
6
- "PO-Revision-Date: 2014-05-20 13:47+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
@@ -18,7 +18,7 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: contact_form.php:74
21
- #: contact_form.php:807
22
  msgid "Contact Form Settings"
23
  msgstr "Options du formulaire de Contact"
24
 
@@ -27,44 +27,44 @@ msgid "Contact Form"
27
  msgstr "Formulaire de contact"
28
 
29
  #: contact_form.php:150
30
- #: contact_form.php:1154
31
- #: contact_form.php:1188
32
  msgid "Name:"
33
  msgstr "Nom:"
34
 
35
  #: contact_form.php:151
36
- #: contact_form.php:1155
37
- #: contact_form.php:1189
38
  msgid "Address:"
39
  msgstr "Adresse :"
40
 
41
  #: contact_form.php:152
42
- #: contact_form.php:1156
43
- #: contact_form.php:1190
44
  msgid "Email Address:"
45
  msgstr "Adresse e-mail:"
46
 
47
  #: contact_form.php:153
48
- #: contact_form.php:1157
49
- #: contact_form.php:1191
50
  msgid "Phone number:"
51
  msgstr "Téléphone:"
52
 
53
  #: contact_form.php:154
54
- #: contact_form.php:1158
55
- #: contact_form.php:1192
56
  msgid "Subject:"
57
  msgstr "Sujet:"
58
 
59
  #: contact_form.php:155
60
- #: contact_form.php:1159
61
- #: contact_form.php:1193
62
  msgid "Message:"
63
  msgstr "Message:"
64
 
65
  #: contact_form.php:156
66
- #: contact_form.php:1160
67
- #: contact_form.php:1194
68
  msgid "Attachment:"
69
  msgstr "Pièce jointe:"
70
 
@@ -73,14 +73,14 @@ msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI,
73
  msgstr "Types de fichiers autorisés: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Taille maximum 2MB"
74
 
75
  #: contact_form.php:158
76
- #: contact_form.php:1162
77
- #: contact_form.php:1196
78
  msgid "Send me a copy"
79
  msgstr "M'envoyer une copie"
80
 
81
  #: contact_form.php:159
82
- #: contact_form.php:1163
83
- #: contact_form.php:1197
84
  msgid "Submit"
85
  msgstr "Envoyer"
86
 
@@ -136,861 +136,873 @@ msgstr "Merci de faire les corrections suivantes et de réessayer."
136
  msgid "Thank you for contacting us."
137
  msgstr "Merci de nous avoir contacté."
138
 
139
- #: contact_form.php:333
140
  msgid "requires"
141
  msgstr "obligatoire"
142
 
143
- #: contact_form.php:333
144
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
145
  msgstr "ou supérieure, c'est pourquoi il a été désactivé! Merci de faire la mise à jour de WordPress puis de ré-essayer."
146
 
147
- #: contact_form.php:333
148
  msgid "Back to the WordPress"
149
  msgstr "Retourner à WordPress"
150
 
151
- #: contact_form.php:333
152
  msgid "Plugins page"
153
  msgstr "Page des extensions"
154
 
155
- #: contact_form.php:639
156
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
157
  msgstr "Si l'ioption 'Rediriger vers la page' est positionnée, alors le champ Url doit être rempli avec le format suivant"
158
 
159
- #: contact_form.php:648
160
  msgid "Such user does not exist. Settings are not saved."
161
  msgstr "Cet utilisateur est inconnu. Les modifications ne sont pas enregistrées."
162
 
163
- #: contact_form.php:652
164
- #: contact_form.php:658
165
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
166
  msgstr "Merci de saisir une adresse e-mail valide pour le 'FROM'. Les modifications ne sont pas enregistrées."
167
 
168
- #: contact_form.php:683
169
  msgid "Settings saved."
170
  msgstr "Options enregistrées."
171
 
172
- #: contact_form.php:710
173
- #: contact_form.php:742
174
  msgid "Wrong license key"
175
  msgstr "Clé de licence incorrecte"
176
 
177
- #: contact_form.php:735
178
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
179
  msgstr "Il est survenu une erreur. Essayer de nouveau. Si l'erreur se produit de nouveau, merci de contacter <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Nous sommes désolés pour le désagrément."
180
 
181
- #: contact_form.php:744
182
  msgid "This license key is bind to another site"
183
  msgstr "La clé de licence correspond à un autre site."
184
 
185
- #: contact_form.php:746
186
- #: contact_form.php:1593
187
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
188
  msgstr "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de télécharger l'extension manuellement."
189
 
190
- #: contact_form.php:763
191
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
192
  msgstr "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension manuellement."
193
 
194
- #: contact_form.php:769
195
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
196
  msgstr "Votre server n'a pas le support du format des archives ZIP ou Phar. Merci de télécharger l'extension manuellement."
197
 
198
- #: contact_form.php:773
199
- #: contact_form.php:782
200
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
201
  msgstr "Erreur de téléchargement de l'archive ZIP. Merci de télécharger l'extension manuellement."
202
 
203
- #: contact_form.php:786
204
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
205
  msgstr "Il est survenu une erreur. Essayer de nouveau ou bien télécharger l'extension manuellement.Nous sommes désolés pour le désagrément."
206
 
207
- #: contact_form.php:801
208
  msgid "Please, enter Your license key"
209
  msgstr "Merci de saisir votre clé de liecence"
210
 
211
- #: contact_form.php:809
212
- #: contact_form.php:2242
213
- #: contact_form.php:2254
214
  msgid "Settings"
215
  msgstr "Réglages"
216
 
217
- #: contact_form.php:810
218
  msgid "Extra settings"
219
  msgstr "Options supplémentaires"
220
 
221
- #: contact_form.php:811
222
- #: contact_form.php:2255
223
  msgid "FAQ"
224
  msgstr "FAQ"
225
 
226
- #: contact_form.php:812
227
  msgid "Go PRO"
228
  msgstr "Choisir la version PRO"
229
 
230
- #: contact_form.php:815
231
  msgid "Notice:"
232
  msgstr "Avertissement :"
233
 
234
- #: contact_form.php:815
235
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
236
  msgstr "Les paramètres de l'extension ont été changés. Afin de pouvoir les enregistrer, merci de cliquer sur le bouton 'Enregistrer les modifications'."
237
 
238
- #: contact_form.php:821
239
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
240
  msgstr "Si vous voulez créer plusieurs formulaire de contact, merci d'installer l'extension 'Contact Form Multi'"
241
 
242
- #: contact_form.php:827
243
- #: contact_form.php:832
244
- #: contact_form.php:1552
245
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
246
  msgstr "Si vous souhaiter ajouter un formulaire de contact à votre site web, copiez juste ce code dans un article ou sur une page ou un widget:"
247
 
248
- #: contact_form.php:827
249
- #: contact_form.php:828
250
- #: contact_form.php:832
251
- #: contact_form.php:833
252
- #: contact_form.php:1178
253
- #: contact_form.php:1180
254
- #: contact_form.php:1235
255
- #: contact_form.php:1237
256
  msgid "or"
257
  msgstr "ou"
258
 
259
- #: contact_form.php:828
260
- #: contact_form.php:833
261
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
262
  msgstr "Si vous avez un soucis avec le code court standard [contact_form], vous pouvez utilisez le code court "
263
 
264
- #: contact_form.php:829
265
- #: contact_form.php:834
266
  msgid "They work the same way."
267
  msgstr "Ils fonctionnent de la même manière."
268
 
269
- #: contact_form.php:830
270
- #: contact_form.php:835
271
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
272
  msgstr "Si les champs ci-dessous ne sont pas renseignés le message sera envoyé à l'adresse spécifiée lors de l'enregistrement."
273
 
274
- #: contact_form.php:840
275
  msgid "The user's email address:"
276
  msgstr "Utiliser l'e-mail du compte WordPress :"
277
 
278
- #: contact_form.php:844
279
  msgid "Create a username"
280
  msgstr "Choisir un nom d'utilisateur"
281
 
282
- #: contact_form.php:851
283
  msgid "Enter a username of the person who should get the messages from the contact form."
284
  msgstr "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le formulaire de contact."
285
 
286
- #: contact_form.php:855
287
  msgid "Use this email address:"
288
  msgstr "Utiliser cette adresse e-mail:"
289
 
290
- #: contact_form.php:858
291
  msgid "Enter the email address you want the messages forwarded to."
292
  msgstr "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages."
293
 
294
- #: contact_form.php:867
295
  msgid "Add department selectbox to the contact form:"
296
  msgstr "Ajouter la liste déroulante pour le département dans le formulaire de contact :"
297
 
298
- #: contact_form.php:875
299
- #: contact_form.php:1435
300
  msgid "If you upgrade to Pro version all your settings will be saved."
301
  msgstr "Si vous passez à la version Pro, tous ces paramètres seront enregistrés."
302
 
303
- #: contact_form.php:882
304
- #: contact_form.php:1020
305
- #: contact_form.php:1094
306
- #: contact_form.php:1442
307
  msgid "Unlock premium options by upgrading to a PRO version."
308
  msgstr "Déploquer les options premium en migrant vers la version PRO."
309
 
310
- #: contact_form.php:883
311
- #: contact_form.php:1021
312
- #: contact_form.php:1095
313
- #: contact_form.php:1443
314
- #: contact_form.php:2510
315
- #: contact_form.php:2526
316
  msgid "Learn More"
317
  msgstr "Lire la suite"
318
 
319
- #: contact_form.php:886
320
- #: contact_form.php:1024
321
- #: contact_form.php:1098
322
- #: contact_form.php:1446
323
  msgid "Go"
324
  msgstr "Allez"
325
 
326
- #: contact_form.php:893
327
  msgid "Save emails to the database"
328
  msgstr "Enregistrer les e-mails dans la base de données"
329
 
330
- #: contact_form.php:899
331
  msgid "Using"
332
  msgstr "Utilisant"
333
 
334
- #: contact_form.php:899
335
- #: contact_form.php:1071
336
- #: contact_form.php:1074
337
- #: contact_form.php:1078
338
  msgid "powered by"
339
  msgstr "fournis par"
340
 
341
- #: contact_form.php:902
342
- #: contact_form.php:906
343
  msgid "Using Contact Form to DB powered by"
344
  msgstr "Utilisant le formulaire de contact avec base de données fourni par"
345
 
346
- #: contact_form.php:902
347
  msgid "Activate Contact Form to DB"
348
  msgstr "Activer le formulaire de contact avec base de données"
349
 
350
- #: contact_form.php:906
351
  msgid "Download Contact Form to DB"
352
  msgstr "Télécharger le formulaire de contact avec base de données"
353
 
354
- #: contact_form.php:911
355
  msgid "Additional options"
356
  msgstr "Options supplémentaires"
357
 
358
- #: contact_form.php:913
359
  msgid "Show"
360
  msgstr "Montrer"
361
 
362
- #: contact_form.php:914
363
  msgid "Hide"
364
  msgstr "Cacher"
365
 
366
- #: contact_form.php:918
367
  msgid "What to use?"
368
  msgstr "Quelle méthode d'envoie ?"
369
 
370
- #: contact_form.php:921
371
  msgid "Wp-mail"
372
  msgstr "Wp-mail"
373
 
374
- #: contact_form.php:921
375
  msgid "You can use the wp_mail function for mailing"
376
  msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction wp_mail de WordPress "
377
 
378
- #: contact_form.php:923
379
  msgid "Mail"
380
  msgstr "E-mail"
381
 
382
- #: contact_form.php:923
383
  msgid "To send mail you can use the php mail function"
384
  msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction mail de php"
385
 
386
- #: contact_form.php:927
387
  msgid "The text in the 'From' field"
388
  msgstr "Modifier le texte pour le champ 'FROM' du courriel"
389
 
390
- #: contact_form.php:929
391
  msgid "User name"
392
  msgstr "Nom de l'utlisateur"
393
 
394
- #: contact_form.php:930
395
  msgid "The name of the user who fills the form will be used in the field 'From'."
396
  msgstr "Dans le champ 'From' du courriel, il sera utilisé l'adresse e-mail de l'utlisateur qui rempli le formulaire."
397
 
398
- #: contact_form.php:933
399
  msgid "This text will be used in the 'FROM' field"
400
  msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
401
 
402
- #: contact_form.php:937
403
  msgid "The email address in the 'From' field"
404
  msgstr "Sélectionner l'adresse e-mail pour le champ 'FROM' du courriel"
405
 
406
- #: contact_form.php:939
407
  msgid "User email"
408
  msgstr "E-mail de l'utlisateur"
409
 
410
- #: contact_form.php:940
411
  msgid "The email address of the user who fills the form will be used in the field 'From'."
412
  msgstr "Dans le champ 'From' du courriel, il sera utilisé l'adresse e-mail de l'utlisateur qui rempli le formulaire."
413
 
414
- #: contact_form.php:943
415
  msgid "This email address will be used in the 'From' field."
416
  msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
417
 
418
- #: contact_form.php:947
419
  msgid "Required symbol"
420
  msgstr "Symbol obligatoire"
421
 
422
- #: contact_form.php:957
423
  msgid "Fields"
424
  msgstr "Champs"
425
 
426
- #: contact_form.php:958
427
  msgid "Used"
428
  msgstr "Utilisé"
429
 
430
- #: contact_form.php:959
431
  msgid "Required"
432
  msgstr "Obligatoire"
433
 
434
- #: contact_form.php:960
435
  msgid "Visible"
436
  msgstr "Visible"
437
 
438
- #: contact_form.php:961
439
  msgid "Disabled for editing"
440
  msgstr "Non actif pour l'édition"
441
 
442
- #: contact_form.php:962
443
  msgid "Field's default value"
444
  msgstr "Valeur par défaut du champ"
445
 
446
- #: contact_form.php:967
447
- #: contact_form.php:1310
448
- #: contact_form.php:2085
449
- #: contact_form.php:2115
450
  msgid "Name"
451
  msgstr "Nom"
452
 
453
- #: contact_form.php:975
454
- #: contact_form.php:1315
455
- #: contact_form.php:2089
456
- #: contact_form.php:2117
 
 
 
 
457
  msgid "Address"
458
  msgstr "Adresse"
459
 
460
- #: contact_form.php:983
461
  msgid "Email Address"
462
  msgstr "Adresse e-mail"
463
 
464
- #: contact_form.php:991
465
  msgid "Phone number"
466
  msgstr "Téléphone"
467
 
468
- #: contact_form.php:999
469
- #: contact_form.php:1330
470
- #: contact_form.php:2099
471
- #: contact_form.php:2121
472
  msgid "Subject"
473
  msgstr "Sujet"
474
 
475
- #: contact_form.php:1007
476
- #: contact_form.php:1334
477
- #: contact_form.php:2102
478
- #: contact_form.php:2122
479
  msgid "Message"
480
  msgstr "Message"
481
 
482
- #: contact_form.php:1031
483
  msgid "Attachment block"
484
  msgstr "Bloc pièce jointe"
485
 
486
- #: contact_form.php:1033
487
  msgid "Users can attach the following file formats"
488
  msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
489
 
490
- #: contact_form.php:1046
491
  msgid "Add to the form"
492
  msgstr "Ajouter au formulaire"
493
 
494
- #: contact_form.php:1051
495
  msgid "Tips below the Attachment"
496
  msgstr "Afficher les explications en-dessous du bloc des pièces jointes"
497
 
498
- #: contact_form.php:1060
499
  msgid "'Send me a copy' block"
500
  msgstr "Afficher le bloc \"M'envoyer une copie\""
501
 
502
- #: contact_form.php:1071
503
- #: contact_form.php:1074
504
- #: contact_form.php:1078
505
- #: contact_form.php:1344
506
  msgid "Captcha"
507
  msgstr "Captcha"
508
 
509
- #: contact_form.php:1074
510
  msgid "Activate captcha"
511
  msgstr "Activé le captcha"
512
 
513
- #: contact_form.php:1078
514
  msgid "Download captcha"
515
  msgstr "Télécharger le captcha"
516
 
517
- #: contact_form.php:1086
518
  msgid "Agreement checkbox"
519
  msgstr "Case à cocher pour valider le formulaire"
520
 
521
- #: contact_form.php:1086
522
  msgid "Required checkbox for submitting the form"
523
  msgstr "Boite à cocher obligatoire pour la validation du formulaire."
524
 
525
- #: contact_form.php:1087
526
  msgid "Optional checkbox"
527
  msgstr "Boite à cocher optionnelle"
528
 
529
- #: contact_form.php:1087
530
  msgid "Optional checkbox, the results of which will be displayed in email"
531
  msgstr "Boite à cocher optionnelle, le résultat sera affiché dans l'e-mail"
532
 
533
- #: contact_form.php:1104
534
  msgid "Delete an attachment file from the server after the email is sent"
535
  msgstr "Supprimer le fichier joint sur le serveur après l'envoie de l'e-mail"
536
 
537
- #: contact_form.php:1110
538
  msgid "Email in HTML format sending"
539
  msgstr "E-mail au format HTML"
540
 
541
- #: contact_form.php:1114
542
  msgid "Display additional info in the email"
543
  msgstr "Afficher les informations complémentaires dans le courriel"
544
 
545
- #: contact_form.php:1119
546
- #: contact_form.php:2052
547
- #: contact_form.php:2054
548
  msgid "Sent from (ip address)"
549
  msgstr "Envoyé de (adresse IP)"
550
 
551
- #: contact_form.php:1119
552
  msgid "Example: Sent from (IP address):\t127.0.0.1"
553
  msgstr "Exemple: Envoyé de (addresse IP):\t127.0.0.1"
554
 
555
- #: contact_form.php:1120
556
- #: contact_form.php:2058
557
- #: contact_form.php:2060
558
  msgid "Date/Time"
559
  msgstr "Date/Heure"
560
 
561
- #: contact_form.php:1120
562
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
563
  msgstr "Exemple: Date/Heure:\tAoût 19, 2013 8:50pm"
564
 
565
- #: contact_form.php:1121
566
- #: contact_form.php:2064
567
- #: contact_form.php:2066
568
  msgid "Sent from (referer)"
569
  msgstr "Envoyer de (référence)"
570
 
571
- #: contact_form.php:1121
572
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
573
  msgstr "Exemple: Envoyer de (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
574
 
575
- #: contact_form.php:1122
576
- #: contact_form.php:2070
577
- #: contact_form.php:2072
578
  msgid "Using (user agent)"
579
  msgstr "Depuis (navigateur)"
580
 
581
- #: contact_form.php:1122
582
  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"
583
  msgstr "Exemple: En utilisant (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
584
 
585
- #: contact_form.php:1126
586
  msgid "Language settings for the field names in the form"
587
  msgstr "Définition des langues pour les titres des champs"
588
 
589
- #: contact_form.php:1135
590
  msgid "Add a language"
591
  msgstr "Ajouter une langue"
592
 
593
- #: contact_form.php:1139
594
  msgid "Change the names of the contact form fields and error messages"
595
  msgstr "Modifier le texte pour les champs du formulaire de contact et les messages d'erreur"
596
 
597
- #: contact_form.php:1144
598
- #: contact_form.php:1225
599
  msgid "English"
600
  msgstr "Anglais"
601
 
602
- #: contact_form.php:1152
603
- #: contact_form.php:1186
604
  msgid "click to expand/hide the list"
605
  msgstr "cliquer pour voir/cacher la liste"
606
 
607
- #: contact_form.php:1161
608
- #: contact_form.php:1195
609
  msgid "Tips below the Attachment block"
610
  msgstr "Afficher les explications en-dessous du bloc des pièces jointes"
611
 
612
- #: contact_form.php:1164
613
- #: contact_form.php:1198
614
  msgid "Error message for the Name field"
615
  msgstr "Message d'erreur pour le champ nom"
616
 
617
- #: contact_form.php:1165
618
- #: contact_form.php:1199
619
  msgid "Error message for the Address field"
620
  msgstr "Message d'erreur pour le champ Adresse"
621
 
622
- #: contact_form.php:1166
623
- #: contact_form.php:1200
624
  msgid "Error message for the Email field"
625
  msgstr "Message d'erreur pour le champ e-mail"
626
 
627
- #: contact_form.php:1167
628
- #: contact_form.php:1201
629
  msgid "Error message for the Phone field"
630
  msgstr "Message d'erreur pour le champ téléphone"
631
 
632
- #: contact_form.php:1168
633
- #: contact_form.php:1202
634
  msgid "Error message for the Subject field"
635
  msgstr "Message d'erreur pour le champ sujet"
636
 
637
- #: contact_form.php:1169
638
- #: contact_form.php:1203
639
  msgid "Error message for the Message field"
640
  msgstr "Message d'erreur pour le champ message"
641
 
642
- #: contact_form.php:1170
643
- #: contact_form.php:1204
644
  msgid "Error message about the file type for the Attachment field"
645
  msgstr "Message d'erreur pour le champ fichier joint (type du fichier)"
646
 
647
- #: contact_form.php:1171
648
- #: contact_form.php:1205
649
  msgid "Error message while uploading a file for the Attachment field to the server"
650
  msgstr "Message d'erreur pour le champ fichier joint (problème d'envoie vers le serveur)"
651
 
652
- #: contact_form.php:1172
653
- #: contact_form.php:1206
654
  msgid "Error message while moving the file for the Attachment field"
655
  msgstr "Message d'erreur pour le champ fichier joint (déplacement du fichier)"
656
 
657
- #: contact_form.php:1173
658
- #: contact_form.php:1207
659
  msgid "Error message when file size limit for the Attachment field is exceeded"
660
  msgstr "Message d'erreur pour le champ fichier joint (taille limite du fichier atteinte)"
661
 
662
- #: contact_form.php:1174
663
- #: contact_form.php:1208
664
  msgid "Error message for the Captcha field"
665
  msgstr "Message d'erreur pour le captcha"
666
 
667
- #: contact_form.php:1175
668
- #: contact_form.php:1209
669
  msgid "Error message for the whole form"
670
  msgstr "Message d'erreur demandant à compléter les champs manquants"
671
 
672
- #: contact_form.php:1178
673
- #: contact_form.php:1180
674
- #: contact_form.php:1212
675
- #: contact_form.php:1214
676
- #: contact_form.php:1235
677
- #: contact_form.php:1237
678
- #: contact_form.php:1245
679
- #: contact_form.php:1247
680
  msgid "Use shortcode"
681
  msgstr "Utiliser le code court"
682
 
683
- #: contact_form.php:1178
684
- #: contact_form.php:1180
685
- #: contact_form.php:1212
686
- #: contact_form.php:1214
687
- #: contact_form.php:1235
688
- #: contact_form.php:1237
689
- #: contact_form.php:1245
690
- #: contact_form.php:1247
691
  msgid "for this language"
692
  msgstr "pour cette langue"
693
 
694
- #: contact_form.php:1222
 
 
 
 
 
695
  msgid "Action after email is sent"
696
  msgstr "Action après l'envoie de l'e-mail"
697
 
698
- #: contact_form.php:1224
699
  msgid "Display text"
700
  msgstr "Afficher le texte"
701
 
702
- #: contact_form.php:1233
703
- #: contact_form.php:1243
704
  msgid "Text"
705
  msgstr "Texte"
706
 
707
- #: contact_form.php:1254
708
  msgid "Redirect to the page"
709
  msgstr "Rediriger vers la page"
710
 
711
- #: contact_form.php:1255
712
  msgid "Url"
713
  msgstr "Url"
714
 
715
- #: contact_form.php:1259
716
  msgid "The $_SERVER variable that is used to build a URL of the form"
717
  msgstr "La variable $_SERVER qui est utilisée pour construire l'URL du formulaire"
718
 
719
- #: contact_form.php:1263
720
  msgid "If you are not sure whether to change this setting or not, please do not do that."
721
  msgstr "Si vous n'êtes pas sûr de ce que vous faites, merci de ne pas toucher ce paramètre."
722
 
723
- #: contact_form.php:1269
724
- #: contact_form.php:1453
725
  msgid "Save Changes"
726
  msgstr "Enregistrer les modifications"
727
 
728
- #: contact_form.php:1274
729
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
730
  msgstr "Si notre extension vous satisfait, merci de la notée avec 5 étoiles dans Wordpress"
731
 
732
- #: contact_form.php:1275
733
  msgid "Rate the plugin"
734
  msgstr "Noter l'extension"
735
 
736
- #: contact_form.php:1278
737
  msgid "If there is something wrong about it, please contact us"
738
  msgstr "Si quelque chose ne fonctionne pas correctement, merci de nous contacter"
739
 
740
- #: contact_form.php:1290
741
  msgid "Errors output"
742
  msgstr "Affichage des erreurs"
743
 
744
- #: contact_form.php:1293
745
  msgid "Display error messages"
746
  msgstr "Aficher les messages d'erreur"
747
 
748
- #: contact_form.php:1294
749
  msgid "Color of the input field errors."
750
  msgstr "Mettre en couleur les champs ayant des erreurs"
751
 
752
- #: contact_form.php:1295
753
  msgid "Display error messages & color of the input field errors"
754
  msgstr "Afficher les messages d'erreur et mettre en couleur les champs ayant des erreurs"
755
 
756
- #: contact_form.php:1300
757
  msgid "Add placeholder to the input blocks"
758
  msgstr "Ajouter la localisation dans le bloc de saisie"
759
 
760
- #: contact_form.php:1306
761
  msgid "Add tooltips"
762
  msgstr "Ajouter les conseils"
763
 
764
- #: contact_form.php:1320
765
  msgid "Email address"
766
  msgstr "Adresse e-mail"
767
 
768
- #: contact_form.php:1325
769
  msgid "Phone Number"
770
  msgstr "Téléphone"
771
 
772
- #: contact_form.php:1339
773
  msgid "Attachment"
774
  msgstr "Pièce jointe"
775
 
776
- #: contact_form.php:1344
777
  msgid "(powered by bestwebsoft.com)"
778
  msgstr "(fourni par bestwebsoft.com)"
779
 
780
- #: contact_form.php:1349
781
  msgid "Style options"
782
  msgstr "Options de style"
783
 
784
- #: contact_form.php:1352
785
  msgid "Text color"
786
  msgstr "Couleur du texte"
787
 
788
- #: contact_form.php:1355
789
- #: contact_form.php:1360
790
- #: contact_form.php:1370
791
- #: contact_form.php:1375
792
- #: contact_form.php:1380
793
- #: contact_form.php:1385
794
- #: contact_form.php:1395
795
- #: contact_form.php:1400
796
- #: contact_form.php:1406
797
- #: contact_form.php:1417
798
  #: contact_form.php:1422
799
  #: contact_form.php:1427
 
 
 
 
 
 
 
 
800
  msgid "Default"
801
  msgstr "Défaut"
802
 
803
- #: contact_form.php:1357
804
  msgid "Label text color"
805
  msgstr "Couleur des textes des intitulés"
806
 
807
- #: contact_form.php:1362
808
  msgid "Placeholder color"
809
  msgstr "Couleur pour la localisation"
810
 
811
- #: contact_form.php:1367
812
  msgid "Errors color"
813
  msgstr "Couleur pour les erreurs"
814
 
815
- #: contact_form.php:1372
816
  msgid "Error text color"
817
  msgstr "Couleur pour le texte des erreurs"
818
 
819
- #: contact_form.php:1377
820
  msgid "Background color of the input field errors"
821
  msgstr "Couleur de fond pour les erreurs de saisie dans les champs"
822
 
823
- #: contact_form.php:1382
824
  msgid "Border color of the input field errors"
825
  msgstr "Couleur de la bordure pour les erreurs de saisie dans les champs"
826
 
827
- #: contact_form.php:1387
828
  msgid "Placeholder color of the input field errors"
829
  msgstr "Couleur pour la localisation lors d'une erreur de saisie du champ"
830
 
831
- #: contact_form.php:1392
832
  msgid "Input fields"
833
  msgstr "Champs de saisie"
834
 
835
- #: contact_form.php:1397
836
  msgid "Input fields background color"
837
  msgstr "Couleur de fond pour les champs de saisie"
838
 
839
- #: contact_form.php:1402
840
  msgid "Text fields color"
841
  msgstr "Couleur pour les textes des champs de saisie"
842
 
843
- #: contact_form.php:1404
844
  msgid "Border width in px, numbers only"
845
  msgstr "Largeur des bordures en px, nombre seulement"
846
 
847
- #: contact_form.php:1408
848
- #: contact_form.php:1429
849
  msgid "Border color"
850
  msgstr "Couleur des bordures"
851
 
852
- #: contact_form.php:1413
853
  msgid "Submit button"
854
  msgstr "Bouton Envoyer"
855
 
856
- #: contact_form.php:1415
857
  msgid "Width in px, numbers only"
858
  msgstr "Largeur en px, nombre seulement"
859
 
860
- #: contact_form.php:1419
861
  msgid "Button color"
862
  msgstr "Couleur du bouton"
863
 
864
- #: contact_form.php:1424
865
  msgid "Button text color"
866
  msgstr "Couleur du texte du bouton"
867
 
868
- #: contact_form.php:1457
869
  msgid "Contact Form Pro | Preview"
870
  msgstr "Formulaire Pro de Contact | Prévisualisation"
871
 
872
- #: contact_form.php:1460
873
  msgid "Show with errors"
874
  msgstr "Afficher avec les erreurs"
875
 
876
- #: contact_form.php:1468
877
- #: contact_form.php:1470
878
  msgid "Please enter your full name..."
879
  msgstr "Merci de saisir votre nom..."
880
 
881
- #: contact_form.php:1481
882
- #: contact_form.php:1483
883
  msgid "Please enter your address..."
884
  msgstr "Merci de saisir votre adresse..."
885
 
886
- #: contact_form.php:1492
887
- #: contact_form.php:1494
888
  msgid "Please enter your email address..."
889
  msgstr "Merci de saisir votre adresse e-mail..."
890
 
891
- #: contact_form.php:1503
892
- #: contact_form.php:1505
893
  msgid "Please enter your phone number..."
894
  msgstr "Merci de saisir votre numéro de téléphone..."
895
 
896
- #: contact_form.php:1514
897
- #: contact_form.php:1516
898
  msgid "Please enter subject..."
899
  msgstr "Merci de saisir le sujet..."
900
 
901
- #: contact_form.php:1524
902
- #: contact_form.php:1526
903
  msgid "Please enter your message..."
904
  msgstr "Merci de saisir votre message..."
905
 
906
- #: contact_form.php:1568
907
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
908
  msgstr "Félicitations! La version PRO de cette extension a été téléchargée et activée avec succès."
909
 
910
- #: contact_form.php:1570
911
  msgid "Please, go to"
912
  msgstr "Merci d'allez à"
913
 
914
- #: contact_form.php:1570
915
  msgid "the setting page"
916
  msgstr "Options supplémentaires"
917
 
918
- #: contact_form.php:1571
919
  msgid "You will be redirected automatically in 5 seconds."
920
  msgstr "Vous allez être redirigé automatiquement dans 5 secondes"
921
 
922
- #: contact_form.php:1576
923
  msgid "You can download and activate"
924
  msgstr "Vous pouvez la télécharger et l'activer"
925
 
926
- #: contact_form.php:1578
927
  msgid "version of this plugin by entering Your license key."
928
  msgstr "version de cette extension en donnant votre clé de licence."
929
 
930
- #: contact_form.php:1580
931
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
932
  msgstr "Vous pouvez trouver votre clé de licence sur votre page personnelle dans la zone cliente en cliquant sur le lien"
933
 
934
- #: contact_form.php:1582
935
  msgid "(your username is the email you specify when purchasing the product)."
936
  msgstr "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de l'achat de l'extension)."
937
 
938
- #: contact_form.php:1590
939
- #: contact_form.php:1600
940
- msgid "Go!"
941
- msgstr "Allez!"
942
 
943
- #: contact_form.php:1671
944
  msgid "Sorry, email message could not be delivered."
945
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
946
 
947
- #: contact_form.php:2079
948
  msgid "Contact from"
949
  msgstr "Contact de"
950
 
951
- #: contact_form.php:2092
952
- #: contact_form.php:2118
953
  msgid "Email"
954
  msgstr "E-mail"
955
 
956
- #: contact_form.php:2096
957
- #: contact_form.php:2120
958
  msgid "Phone"
959
  msgstr "Téléphone"
960
 
961
- #: contact_form.php:2105
962
- #: contact_form.php:2123
963
  msgid "Site"
964
  msgstr "Site"
965
 
966
- #: contact_form.php:2186
967
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
968
  msgstr "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de MIME !"
969
 
970
- #: contact_form.php:2256
971
  msgid "Support"
972
  msgstr "Support"
973
 
974
- #: contact_form.php:2304
975
  msgid "Are you sure that you want to delete this language data?"
976
  msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
977
 
978
- #: contact_form.php:2513
979
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
980
  msgstr "Le moment est venu de mettre à jour votre <strong>extension Contact Form</strong> vers la version <strong>PRO</strong>"
981
 
982
- #: contact_form.php:2514
983
  msgid "Extend standard plugin functionality with new great options."
984
  msgstr "Etend les fonctionalités de base de l'extension avec de nouvelles options."
985
 
986
- #: contact_form.php:2529
987
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
988
  msgstr "<strong>Contact Form to DB</strong> permet d'enregistrer les messages dans la base de données."
989
 
990
- #: contact_form.php:2530
991
  msgid "Manage messages that have been sent from your website."
992
  msgstr "Gérer les messages qui ont été envoyés depuis votre site."
993
 
 
 
 
994
  #~ msgid "Not set"
995
  #~ msgstr "Not set"
996
 
@@ -1111,9 +1123,6 @@ msgstr "Gérer les messages qui ont été envoyés depuis votre site."
1111
  #~ msgid "Activate this plugin"
1112
  #~ msgstr "Activer cette extension"
1113
 
1114
- #~ msgid "Activate"
1115
- #~ msgstr "Activé"
1116
-
1117
  #~ msgid "Recommended plugins"
1118
  #~ msgstr "Extensions recommandées"
1119
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-08 14:52+0300\n"
6
+ "PO-Revision-Date: 2014-07-08 14:52+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: contact_form.php:74
21
+ #: contact_form.php:845
22
  msgid "Contact Form Settings"
23
  msgstr "Options du formulaire de Contact"
24
 
27
  msgstr "Formulaire de contact"
28
 
29
  #: contact_form.php:150
30
+ #: contact_form.php:1200
31
+ #: contact_form.php:1234
32
  msgid "Name:"
33
  msgstr "Nom:"
34
 
35
  #: contact_form.php:151
36
+ #: contact_form.php:1201
37
+ #: contact_form.php:1235
38
  msgid "Address:"
39
  msgstr "Adresse :"
40
 
41
  #: contact_form.php:152
42
+ #: contact_form.php:1202
43
+ #: contact_form.php:1236
44
  msgid "Email Address:"
45
  msgstr "Adresse e-mail:"
46
 
47
  #: contact_form.php:153
48
+ #: contact_form.php:1203
49
+ #: contact_form.php:1237
50
  msgid "Phone number:"
51
  msgstr "Téléphone:"
52
 
53
  #: contact_form.php:154
54
+ #: contact_form.php:1204
55
+ #: contact_form.php:1238
56
  msgid "Subject:"
57
  msgstr "Sujet:"
58
 
59
  #: contact_form.php:155
60
+ #: contact_form.php:1205
61
+ #: contact_form.php:1239
62
  msgid "Message:"
63
  msgstr "Message:"
64
 
65
  #: contact_form.php:156
66
+ #: contact_form.php:1206
67
+ #: contact_form.php:1240
68
  msgid "Attachment:"
69
  msgstr "Pièce jointe:"
70
 
73
  msgstr "Types de fichiers autorisés: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Taille maximum 2MB"
74
 
75
  #: contact_form.php:158
76
+ #: contact_form.php:1208
77
+ #: contact_form.php:1242
78
  msgid "Send me a copy"
79
  msgstr "M'envoyer une copie"
80
 
81
  #: contact_form.php:159
82
+ #: contact_form.php:1209
83
+ #: contact_form.php:1243
84
  msgid "Submit"
85
  msgstr "Envoyer"
86
 
136
  msgid "Thank you for contacting us."
137
  msgstr "Merci de nous avoir contacté."
138
 
139
+ #: contact_form.php:369
140
  msgid "requires"
141
  msgstr "obligatoire"
142
 
143
+ #: contact_form.php:369
144
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
145
  msgstr "ou supérieure, c'est pourquoi il a été désactivé! Merci de faire la mise à jour de WordPress puis de ré-essayer."
146
 
147
+ #: contact_form.php:369
148
  msgid "Back to the WordPress"
149
  msgstr "Retourner à WordPress"
150
 
151
+ #: contact_form.php:369
152
  msgid "Plugins page"
153
  msgstr "Page des extensions"
154
 
155
+ #: contact_form.php:677
156
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
157
  msgstr "Si l'ioption 'Rediriger vers la page' est positionnée, alors le champ Url doit être rempli avec le format suivant"
158
 
159
+ #: contact_form.php:686
160
  msgid "Such user does not exist. Settings are not saved."
161
  msgstr "Cet utilisateur est inconnu. Les modifications ne sont pas enregistrées."
162
 
163
+ #: contact_form.php:690
164
+ #: contact_form.php:696
165
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
166
  msgstr "Merci de saisir une adresse e-mail valide pour le 'FROM'. Les modifications ne sont pas enregistrées."
167
 
168
+ #: contact_form.php:721
169
  msgid "Settings saved."
170
  msgstr "Options enregistrées."
171
 
172
+ #: contact_form.php:748
173
+ #: contact_form.php:780
174
  msgid "Wrong license key"
175
  msgstr "Clé de licence incorrecte"
176
 
177
+ #: contact_form.php:773
178
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
179
  msgstr "Il est survenu une erreur. Essayer de nouveau. Si l'erreur se produit de nouveau, merci de contacter <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Nous sommes désolés pour le désagrément."
180
 
181
+ #: contact_form.php:782
182
  msgid "This license key is bind to another site"
183
  msgstr "La clé de licence correspond à un autre site."
184
 
185
+ #: contact_form.php:784
186
+ #: contact_form.php:1645
187
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
188
  msgstr "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de télécharger l'extension manuellement."
189
 
190
+ #: contact_form.php:801
191
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
192
  msgstr "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension manuellement."
193
 
194
+ #: contact_form.php:807
195
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
196
  msgstr "Votre server n'a pas le support du format des archives ZIP ou Phar. Merci de télécharger l'extension manuellement."
197
 
198
+ #: contact_form.php:811
199
+ #: contact_form.php:820
200
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
201
  msgstr "Erreur de téléchargement de l'archive ZIP. Merci de télécharger l'extension manuellement."
202
 
203
+ #: contact_form.php:824
204
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
205
  msgstr "Il est survenu une erreur. Essayer de nouveau ou bien télécharger l'extension manuellement.Nous sommes désolés pour le désagrément."
206
 
207
+ #: contact_form.php:839
208
  msgid "Please, enter Your license key"
209
  msgstr "Merci de saisir votre clé de liecence"
210
 
211
+ #: contact_form.php:847
212
+ #: contact_form.php:2306
213
+ #: contact_form.php:2318
214
  msgid "Settings"
215
  msgstr "Réglages"
216
 
217
+ #: contact_form.php:848
218
  msgid "Extra settings"
219
  msgstr "Options supplémentaires"
220
 
221
+ #: contact_form.php:849
222
+ #: contact_form.php:2319
223
  msgid "FAQ"
224
  msgstr "FAQ"
225
 
226
+ #: contact_form.php:850
227
  msgid "Go PRO"
228
  msgstr "Choisir la version PRO"
229
 
230
+ #: contact_form.php:853
231
  msgid "Notice:"
232
  msgstr "Avertissement :"
233
 
234
+ #: contact_form.php:853
235
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
236
  msgstr "Les paramètres de l'extension ont été changés. Afin de pouvoir les enregistrer, merci de cliquer sur le bouton 'Enregistrer les modifications'."
237
 
238
+ #: contact_form.php:859
239
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
240
  msgstr "Si vous voulez créer plusieurs formulaire de contact, merci d'installer l'extension 'Contact Form Multi'"
241
 
242
+ #: contact_form.php:865
243
+ #: contact_form.php:870
244
+ #: contact_form.php:1604
245
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
246
  msgstr "Si vous souhaiter ajouter un formulaire de contact à votre site web, copiez juste ce code dans un article ou sur une page ou un widget:"
247
 
248
+ #: contact_form.php:865
249
+ #: contact_form.php:866
250
+ #: contact_form.php:870
251
+ #: contact_form.php:871
252
+ #: contact_form.php:1224
253
+ #: contact_form.php:1226
254
+ #: contact_form.php:1287
255
+ #: contact_form.php:1289
256
  msgid "or"
257
  msgstr "ou"
258
 
259
+ #: contact_form.php:866
260
+ #: contact_form.php:871
261
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
262
  msgstr "Si vous avez un soucis avec le code court standard [contact_form], vous pouvez utilisez le code court "
263
 
264
+ #: contact_form.php:867
265
+ #: contact_form.php:872
266
  msgid "They work the same way."
267
  msgstr "Ils fonctionnent de la même manière."
268
 
269
+ #: contact_form.php:868
270
+ #: contact_form.php:873
271
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
272
  msgstr "Si les champs ci-dessous ne sont pas renseignés le message sera envoyé à l'adresse spécifiée lors de l'enregistrement."
273
 
274
+ #: contact_form.php:878
275
  msgid "The user's email address:"
276
  msgstr "Utiliser l'e-mail du compte WordPress :"
277
 
278
+ #: contact_form.php:882
279
  msgid "Create a username"
280
  msgstr "Choisir un nom d'utilisateur"
281
 
282
+ #: contact_form.php:889
283
  msgid "Enter a username of the person who should get the messages from the contact form."
284
  msgstr "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le formulaire de contact."
285
 
286
+ #: contact_form.php:893
287
  msgid "Use this email address:"
288
  msgstr "Utiliser cette adresse e-mail:"
289
 
290
+ #: contact_form.php:896
291
  msgid "Enter the email address you want the messages forwarded to."
292
  msgstr "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages."
293
 
294
+ #: contact_form.php:905
295
  msgid "Add department selectbox to the contact form:"
296
  msgstr "Ajouter la liste déroulante pour le département dans le formulaire de contact :"
297
 
298
+ #: contact_form.php:913
299
+ #: contact_form.php:1487
300
  msgid "If you upgrade to Pro version all your settings will be saved."
301
  msgstr "Si vous passez à la version Pro, tous ces paramètres seront enregistrés."
302
 
303
+ #: contact_form.php:920
304
+ #: contact_form.php:1066
305
+ #: contact_form.php:1140
306
+ #: contact_form.php:1494
307
  msgid "Unlock premium options by upgrading to a PRO version."
308
  msgstr "Déploquer les options premium en migrant vers la version PRO."
309
 
310
+ #: contact_form.php:921
311
+ #: contact_form.php:1067
312
+ #: contact_form.php:1141
313
+ #: contact_form.php:1495
314
+ #: contact_form.php:2574
315
+ #: contact_form.php:2590
316
  msgid "Learn More"
317
  msgstr "Lire la suite"
318
 
319
+ #: contact_form.php:924
320
+ #: contact_form.php:1070
321
+ #: contact_form.php:1144
322
+ #: contact_form.php:1498
323
  msgid "Go"
324
  msgstr "Allez"
325
 
326
+ #: contact_form.php:931
327
  msgid "Save emails to the database"
328
  msgstr "Enregistrer les e-mails dans la base de données"
329
 
330
+ #: contact_form.php:937
331
  msgid "Using"
332
  msgstr "Utilisant"
333
 
334
+ #: contact_form.php:937
335
+ #: contact_form.php:1117
336
+ #: contact_form.php:1120
337
+ #: contact_form.php:1124
338
  msgid "powered by"
339
  msgstr "fournis par"
340
 
341
+ #: contact_form.php:940
342
+ #: contact_form.php:944
343
  msgid "Using Contact Form to DB powered by"
344
  msgstr "Utilisant le formulaire de contact avec base de données fourni par"
345
 
346
+ #: contact_form.php:940
347
  msgid "Activate Contact Form to DB"
348
  msgstr "Activer le formulaire de contact avec base de données"
349
 
350
+ #: contact_form.php:944
351
  msgid "Download Contact Form to DB"
352
  msgstr "Télécharger le formulaire de contact avec base de données"
353
 
354
+ #: contact_form.php:949
355
  msgid "Additional options"
356
  msgstr "Options supplémentaires"
357
 
358
+ #: contact_form.php:951
359
  msgid "Show"
360
  msgstr "Montrer"
361
 
362
+ #: contact_form.php:952
363
  msgid "Hide"
364
  msgstr "Cacher"
365
 
366
+ #: contact_form.php:956
367
  msgid "What to use?"
368
  msgstr "Quelle méthode d'envoie ?"
369
 
370
+ #: contact_form.php:959
371
  msgid "Wp-mail"
372
  msgstr "Wp-mail"
373
 
374
+ #: contact_form.php:959
375
  msgid "You can use the wp_mail function for mailing"
376
  msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction wp_mail de WordPress "
377
 
378
+ #: contact_form.php:961
379
  msgid "Mail"
380
  msgstr "E-mail"
381
 
382
+ #: contact_form.php:961
383
  msgid "To send mail you can use the php mail function"
384
  msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction mail de php"
385
 
386
+ #: contact_form.php:965
387
  msgid "The text in the 'From' field"
388
  msgstr "Modifier le texte pour le champ 'FROM' du courriel"
389
 
390
+ #: contact_form.php:967
391
  msgid "User name"
392
  msgstr "Nom de l'utlisateur"
393
 
394
+ #: contact_form.php:968
395
  msgid "The name of the user who fills the form will be used in the field 'From'."
396
  msgstr "Dans le champ 'From' du courriel, il sera utilisé l'adresse e-mail de l'utlisateur qui rempli le formulaire."
397
 
398
+ #: contact_form.php:971
399
  msgid "This text will be used in the 'FROM' field"
400
  msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
401
 
402
+ #: contact_form.php:975
403
  msgid "The email address in the 'From' field"
404
  msgstr "Sélectionner l'adresse e-mail pour le champ 'FROM' du courriel"
405
 
406
+ #: contact_form.php:977
407
  msgid "User email"
408
  msgstr "E-mail de l'utlisateur"
409
 
410
+ #: contact_form.php:978
411
  msgid "The email address of the user who fills the form will be used in the field 'From'."
412
  msgstr "Dans le champ 'From' du courriel, il sera utilisé l'adresse e-mail de l'utlisateur qui rempli le formulaire."
413
 
414
+ #: contact_form.php:981
415
  msgid "This email address will be used in the 'From' field."
416
  msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
417
 
418
+ #: contact_form.php:985
419
  msgid "Required symbol"
420
  msgstr "Symbol obligatoire"
421
 
422
+ #: contact_form.php:995
423
  msgid "Fields"
424
  msgstr "Champs"
425
 
426
+ #: contact_form.php:996
427
  msgid "Used"
428
  msgstr "Utilisé"
429
 
430
+ #: contact_form.php:997
431
  msgid "Required"
432
  msgstr "Obligatoire"
433
 
434
+ #: contact_form.php:998
435
  msgid "Visible"
436
  msgstr "Visible"
437
 
438
+ #: contact_form.php:999
439
  msgid "Disabled for editing"
440
  msgstr "Non actif pour l'édition"
441
 
442
+ #: contact_form.php:1000
443
  msgid "Field's default value"
444
  msgstr "Valeur par défaut du champ"
445
 
446
+ #: contact_form.php:1005
447
+ #: contact_form.php:1362
448
+ #: contact_form.php:2125
449
+ #: contact_form.php:2161
450
  msgid "Name"
451
  msgstr "Nom"
452
 
453
+ #: contact_form.php:1013
454
+ msgid "Location selectbox"
455
+ msgstr ""
456
+
457
+ #: contact_form.php:1021
458
+ #: contact_form.php:1367
459
+ #: contact_form.php:2131
460
+ #: contact_form.php:2165
461
  msgid "Address"
462
  msgstr "Adresse"
463
 
464
+ #: contact_form.php:1029
465
  msgid "Email Address"
466
  msgstr "Adresse e-mail"
467
 
468
+ #: contact_form.php:1037
469
  msgid "Phone number"
470
  msgstr "Téléphone"
471
 
472
+ #: contact_form.php:1045
473
+ #: contact_form.php:1382
474
+ #: contact_form.php:2146
475
+ #: contact_form.php:2174
476
  msgid "Subject"
477
  msgstr "Sujet"
478
 
479
+ #: contact_form.php:1053
480
+ #: contact_form.php:1386
481
+ #: contact_form.php:2149
482
+ #: contact_form.php:2176
483
  msgid "Message"
484
  msgstr "Message"
485
 
486
+ #: contact_form.php:1077
487
  msgid "Attachment block"
488
  msgstr "Bloc pièce jointe"
489
 
490
+ #: contact_form.php:1079
491
  msgid "Users can attach the following file formats"
492
  msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
493
 
494
+ #: contact_form.php:1092
495
  msgid "Add to the form"
496
  msgstr "Ajouter au formulaire"
497
 
498
+ #: contact_form.php:1097
499
  msgid "Tips below the Attachment"
500
  msgstr "Afficher les explications en-dessous du bloc des pièces jointes"
501
 
502
+ #: contact_form.php:1106
503
  msgid "'Send me a copy' block"
504
  msgstr "Afficher le bloc \"M'envoyer une copie\""
505
 
506
+ #: contact_form.php:1117
507
+ #: contact_form.php:1120
508
+ #: contact_form.php:1124
509
+ #: contact_form.php:1396
510
  msgid "Captcha"
511
  msgstr "Captcha"
512
 
513
+ #: contact_form.php:1120
514
  msgid "Activate captcha"
515
  msgstr "Activé le captcha"
516
 
517
+ #: contact_form.php:1124
518
  msgid "Download captcha"
519
  msgstr "Télécharger le captcha"
520
 
521
+ #: contact_form.php:1132
522
  msgid "Agreement checkbox"
523
  msgstr "Case à cocher pour valider le formulaire"
524
 
525
+ #: contact_form.php:1132
526
  msgid "Required checkbox for submitting the form"
527
  msgstr "Boite à cocher obligatoire pour la validation du formulaire."
528
 
529
+ #: contact_form.php:1133
530
  msgid "Optional checkbox"
531
  msgstr "Boite à cocher optionnelle"
532
 
533
+ #: contact_form.php:1133
534
  msgid "Optional checkbox, the results of which will be displayed in email"
535
  msgstr "Boite à cocher optionnelle, le résultat sera affiché dans l'e-mail"
536
 
537
+ #: contact_form.php:1150
538
  msgid "Delete an attachment file from the server after the email is sent"
539
  msgstr "Supprimer le fichier joint sur le serveur après l'envoie de l'e-mail"
540
 
541
+ #: contact_form.php:1156
542
  msgid "Email in HTML format sending"
543
  msgstr "E-mail au format HTML"
544
 
545
+ #: contact_form.php:1160
546
  msgid "Display additional info in the email"
547
  msgstr "Afficher les informations complémentaires dans le courriel"
548
 
549
+ #: contact_form.php:1165
550
+ #: contact_form.php:2092
551
+ #: contact_form.php:2094
552
  msgid "Sent from (ip address)"
553
  msgstr "Envoyé de (adresse IP)"
554
 
555
+ #: contact_form.php:1165
556
  msgid "Example: Sent from (IP address):\t127.0.0.1"
557
  msgstr "Exemple: Envoyé de (addresse IP):\t127.0.0.1"
558
 
559
+ #: contact_form.php:1166
560
+ #: contact_form.php:2098
561
+ #: contact_form.php:2100
562
  msgid "Date/Time"
563
  msgstr "Date/Heure"
564
 
565
+ #: contact_form.php:1166
566
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
567
  msgstr "Exemple: Date/Heure:\tAoût 19, 2013 8:50pm"
568
 
569
+ #: contact_form.php:1167
570
+ #: contact_form.php:2104
571
+ #: contact_form.php:2106
572
  msgid "Sent from (referer)"
573
  msgstr "Envoyer de (référence)"
574
 
575
+ #: contact_form.php:1167
576
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
577
  msgstr "Exemple: Envoyer de (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
578
 
579
+ #: contact_form.php:1168
580
+ #: contact_form.php:2110
581
+ #: contact_form.php:2112
582
  msgid "Using (user agent)"
583
  msgstr "Depuis (navigateur)"
584
 
585
+ #: contact_form.php:1168
586
  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"
587
  msgstr "Exemple: En utilisant (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
588
 
589
+ #: contact_form.php:1172
590
  msgid "Language settings for the field names in the form"
591
  msgstr "Définition des langues pour les titres des champs"
592
 
593
+ #: contact_form.php:1181
594
  msgid "Add a language"
595
  msgstr "Ajouter une langue"
596
 
597
+ #: contact_form.php:1185
598
  msgid "Change the names of the contact form fields and error messages"
599
  msgstr "Modifier le texte pour les champs du formulaire de contact et les messages d'erreur"
600
 
601
+ #: contact_form.php:1190
602
+ #: contact_form.php:1277
603
  msgid "English"
604
  msgstr "Anglais"
605
 
606
+ #: contact_form.php:1198
607
+ #: contact_form.php:1232
608
  msgid "click to expand/hide the list"
609
  msgstr "cliquer pour voir/cacher la liste"
610
 
611
+ #: contact_form.php:1207
612
+ #: contact_form.php:1241
613
  msgid "Tips below the Attachment block"
614
  msgstr "Afficher les explications en-dessous du bloc des pièces jointes"
615
 
616
+ #: contact_form.php:1210
617
+ #: contact_form.php:1244
618
  msgid "Error message for the Name field"
619
  msgstr "Message d'erreur pour le champ nom"
620
 
621
+ #: contact_form.php:1211
622
+ #: contact_form.php:1245
623
  msgid "Error message for the Address field"
624
  msgstr "Message d'erreur pour le champ Adresse"
625
 
626
+ #: contact_form.php:1212
627
+ #: contact_form.php:1246
628
  msgid "Error message for the Email field"
629
  msgstr "Message d'erreur pour le champ e-mail"
630
 
631
+ #: contact_form.php:1213
632
+ #: contact_form.php:1247
633
  msgid "Error message for the Phone field"
634
  msgstr "Message d'erreur pour le champ téléphone"
635
 
636
+ #: contact_form.php:1214
637
+ #: contact_form.php:1248
638
  msgid "Error message for the Subject field"
639
  msgstr "Message d'erreur pour le champ sujet"
640
 
641
+ #: contact_form.php:1215
642
+ #: contact_form.php:1249
643
  msgid "Error message for the Message field"
644
  msgstr "Message d'erreur pour le champ message"
645
 
646
+ #: contact_form.php:1216
647
+ #: contact_form.php:1250
648
  msgid "Error message about the file type for the Attachment field"
649
  msgstr "Message d'erreur pour le champ fichier joint (type du fichier)"
650
 
651
+ #: contact_form.php:1217
652
+ #: contact_form.php:1251
653
  msgid "Error message while uploading a file for the Attachment field to the server"
654
  msgstr "Message d'erreur pour le champ fichier joint (problème d'envoie vers le serveur)"
655
 
656
+ #: contact_form.php:1218
657
+ #: contact_form.php:1252
658
  msgid "Error message while moving the file for the Attachment field"
659
  msgstr "Message d'erreur pour le champ fichier joint (déplacement du fichier)"
660
 
661
+ #: contact_form.php:1219
662
+ #: contact_form.php:1253
663
  msgid "Error message when file size limit for the Attachment field is exceeded"
664
  msgstr "Message d'erreur pour le champ fichier joint (taille limite du fichier atteinte)"
665
 
666
+ #: contact_form.php:1220
667
+ #: contact_form.php:1254
668
  msgid "Error message for the Captcha field"
669
  msgstr "Message d'erreur pour le captcha"
670
 
671
+ #: contact_form.php:1221
672
+ #: contact_form.php:1255
673
  msgid "Error message for the whole form"
674
  msgstr "Message d'erreur demandant à compléter les champs manquants"
675
 
676
+ #: contact_form.php:1224
677
+ #: contact_form.php:1226
678
+ #: contact_form.php:1258
679
+ #: contact_form.php:1260
680
+ #: contact_form.php:1287
681
+ #: contact_form.php:1289
682
+ #: contact_form.php:1297
683
+ #: contact_form.php:1299
684
  msgid "Use shortcode"
685
  msgstr "Utiliser le code court"
686
 
687
+ #: contact_form.php:1224
688
+ #: contact_form.php:1226
689
+ #: contact_form.php:1258
690
+ #: contact_form.php:1260
691
+ #: contact_form.php:1287
692
+ #: contact_form.php:1289
693
+ #: contact_form.php:1297
694
+ #: contact_form.php:1299
695
  msgid "for this language"
696
  msgstr "pour cette langue"
697
 
698
+ #: contact_form.php:1268
699
+ #, fuzzy
700
+ msgid "Use the changed names of the contact form fields in the email"
701
+ msgstr "Modifier le texte pour les champs du formulaire de contact et les messages d'erreur"
702
+
703
+ #: contact_form.php:1274
704
  msgid "Action after email is sent"
705
  msgstr "Action après l'envoie de l'e-mail"
706
 
707
+ #: contact_form.php:1276
708
  msgid "Display text"
709
  msgstr "Afficher le texte"
710
 
711
+ #: contact_form.php:1285
712
+ #: contact_form.php:1295
713
  msgid "Text"
714
  msgstr "Texte"
715
 
716
+ #: contact_form.php:1306
717
  msgid "Redirect to the page"
718
  msgstr "Rediriger vers la page"
719
 
720
+ #: contact_form.php:1307
721
  msgid "Url"
722
  msgstr "Url"
723
 
724
+ #: contact_form.php:1311
725
  msgid "The $_SERVER variable that is used to build a URL of the form"
726
  msgstr "La variable $_SERVER qui est utilisée pour construire l'URL du formulaire"
727
 
728
+ #: contact_form.php:1315
729
  msgid "If you are not sure whether to change this setting or not, please do not do that."
730
  msgstr "Si vous n'êtes pas sûr de ce que vous faites, merci de ne pas toucher ce paramètre."
731
 
732
+ #: contact_form.php:1321
733
+ #: contact_form.php:1505
734
  msgid "Save Changes"
735
  msgstr "Enregistrer les modifications"
736
 
737
+ #: contact_form.php:1326
738
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
739
  msgstr "Si notre extension vous satisfait, merci de la notée avec 5 étoiles dans Wordpress"
740
 
741
+ #: contact_form.php:1327
742
  msgid "Rate the plugin"
743
  msgstr "Noter l'extension"
744
 
745
+ #: contact_form.php:1330
746
  msgid "If there is something wrong about it, please contact us"
747
  msgstr "Si quelque chose ne fonctionne pas correctement, merci de nous contacter"
748
 
749
+ #: contact_form.php:1342
750
  msgid "Errors output"
751
  msgstr "Affichage des erreurs"
752
 
753
+ #: contact_form.php:1345
754
  msgid "Display error messages"
755
  msgstr "Aficher les messages d'erreur"
756
 
757
+ #: contact_form.php:1346
758
  msgid "Color of the input field errors."
759
  msgstr "Mettre en couleur les champs ayant des erreurs"
760
 
761
+ #: contact_form.php:1347
762
  msgid "Display error messages & color of the input field errors"
763
  msgstr "Afficher les messages d'erreur et mettre en couleur les champs ayant des erreurs"
764
 
765
+ #: contact_form.php:1352
766
  msgid "Add placeholder to the input blocks"
767
  msgstr "Ajouter la localisation dans le bloc de saisie"
768
 
769
+ #: contact_form.php:1358
770
  msgid "Add tooltips"
771
  msgstr "Ajouter les conseils"
772
 
773
+ #: contact_form.php:1372
774
  msgid "Email address"
775
  msgstr "Adresse e-mail"
776
 
777
+ #: contact_form.php:1377
778
  msgid "Phone Number"
779
  msgstr "Téléphone"
780
 
781
+ #: contact_form.php:1391
782
  msgid "Attachment"
783
  msgstr "Pièce jointe"
784
 
785
+ #: contact_form.php:1396
786
  msgid "(powered by bestwebsoft.com)"
787
  msgstr "(fourni par bestwebsoft.com)"
788
 
789
+ #: contact_form.php:1401
790
  msgid "Style options"
791
  msgstr "Options de style"
792
 
793
+ #: contact_form.php:1404
794
  msgid "Text color"
795
  msgstr "Couleur du texte"
796
 
797
+ #: contact_form.php:1407
798
+ #: contact_form.php:1412
 
 
 
 
 
 
 
 
799
  #: contact_form.php:1422
800
  #: contact_form.php:1427
801
+ #: contact_form.php:1432
802
+ #: contact_form.php:1437
803
+ #: contact_form.php:1447
804
+ #: contact_form.php:1452
805
+ #: contact_form.php:1458
806
+ #: contact_form.php:1469
807
+ #: contact_form.php:1474
808
+ #: contact_form.php:1479
809
  msgid "Default"
810
  msgstr "Défaut"
811
 
812
+ #: contact_form.php:1409
813
  msgid "Label text color"
814
  msgstr "Couleur des textes des intitulés"
815
 
816
+ #: contact_form.php:1414
817
  msgid "Placeholder color"
818
  msgstr "Couleur pour la localisation"
819
 
820
+ #: contact_form.php:1419
821
  msgid "Errors color"
822
  msgstr "Couleur pour les erreurs"
823
 
824
+ #: contact_form.php:1424
825
  msgid "Error text color"
826
  msgstr "Couleur pour le texte des erreurs"
827
 
828
+ #: contact_form.php:1429
829
  msgid "Background color of the input field errors"
830
  msgstr "Couleur de fond pour les erreurs de saisie dans les champs"
831
 
832
+ #: contact_form.php:1434
833
  msgid "Border color of the input field errors"
834
  msgstr "Couleur de la bordure pour les erreurs de saisie dans les champs"
835
 
836
+ #: contact_form.php:1439
837
  msgid "Placeholder color of the input field errors"
838
  msgstr "Couleur pour la localisation lors d'une erreur de saisie du champ"
839
 
840
+ #: contact_form.php:1444
841
  msgid "Input fields"
842
  msgstr "Champs de saisie"
843
 
844
+ #: contact_form.php:1449
845
  msgid "Input fields background color"
846
  msgstr "Couleur de fond pour les champs de saisie"
847
 
848
+ #: contact_form.php:1454
849
  msgid "Text fields color"
850
  msgstr "Couleur pour les textes des champs de saisie"
851
 
852
+ #: contact_form.php:1456
853
  msgid "Border width in px, numbers only"
854
  msgstr "Largeur des bordures en px, nombre seulement"
855
 
856
+ #: contact_form.php:1460
857
+ #: contact_form.php:1481
858
  msgid "Border color"
859
  msgstr "Couleur des bordures"
860
 
861
+ #: contact_form.php:1465
862
  msgid "Submit button"
863
  msgstr "Bouton Envoyer"
864
 
865
+ #: contact_form.php:1467
866
  msgid "Width in px, numbers only"
867
  msgstr "Largeur en px, nombre seulement"
868
 
869
+ #: contact_form.php:1471
870
  msgid "Button color"
871
  msgstr "Couleur du bouton"
872
 
873
+ #: contact_form.php:1476
874
  msgid "Button text color"
875
  msgstr "Couleur du texte du bouton"
876
 
877
+ #: contact_form.php:1509
878
  msgid "Contact Form Pro | Preview"
879
  msgstr "Formulaire Pro de Contact | Prévisualisation"
880
 
881
+ #: contact_form.php:1512
882
  msgid "Show with errors"
883
  msgstr "Afficher avec les erreurs"
884
 
885
+ #: contact_form.php:1520
886
+ #: contact_form.php:1522
887
  msgid "Please enter your full name..."
888
  msgstr "Merci de saisir votre nom..."
889
 
890
+ #: contact_form.php:1533
891
+ #: contact_form.php:1535
892
  msgid "Please enter your address..."
893
  msgstr "Merci de saisir votre adresse..."
894
 
895
+ #: contact_form.php:1544
896
+ #: contact_form.php:1546
897
  msgid "Please enter your email address..."
898
  msgstr "Merci de saisir votre adresse e-mail..."
899
 
900
+ #: contact_form.php:1555
901
+ #: contact_form.php:1557
902
  msgid "Please enter your phone number..."
903
  msgstr "Merci de saisir votre numéro de téléphone..."
904
 
905
+ #: contact_form.php:1566
906
+ #: contact_form.php:1568
907
  msgid "Please enter subject..."
908
  msgstr "Merci de saisir le sujet..."
909
 
910
+ #: contact_form.php:1576
911
+ #: contact_form.php:1578
912
  msgid "Please enter your message..."
913
  msgstr "Merci de saisir votre message..."
914
 
915
+ #: contact_form.php:1620
916
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
917
  msgstr "Félicitations! La version PRO de cette extension a été téléchargée et activée avec succès."
918
 
919
+ #: contact_form.php:1622
920
  msgid "Please, go to"
921
  msgstr "Merci d'allez à"
922
 
923
+ #: contact_form.php:1622
924
  msgid "the setting page"
925
  msgstr "Options supplémentaires"
926
 
927
+ #: contact_form.php:1623
928
  msgid "You will be redirected automatically in 5 seconds."
929
  msgstr "Vous allez être redirigé automatiquement dans 5 secondes"
930
 
931
+ #: contact_form.php:1628
932
  msgid "You can download and activate"
933
  msgstr "Vous pouvez la télécharger et l'activer"
934
 
935
+ #: contact_form.php:1630
936
  msgid "version of this plugin by entering Your license key."
937
  msgstr "version de cette extension en donnant votre clé de licence."
938
 
939
+ #: contact_form.php:1632
940
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
941
  msgstr "Vous pouvez trouver votre clé de licence sur votre page personnelle dans la zone cliente en cliquant sur le lien"
942
 
943
+ #: contact_form.php:1634
944
  msgid "(your username is the email you specify when purchasing the product)."
945
  msgstr "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de l'achat de l'extension)."
946
 
947
+ #: contact_form.php:1642
948
+ #: contact_form.php:1652
949
+ msgid "Activate"
950
+ msgstr "Activé"
951
 
952
+ #: contact_form.php:1718
953
  msgid "Sorry, email message could not be delivered."
954
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
955
 
956
+ #: contact_form.php:2119
957
  msgid "Contact from"
958
  msgstr "Contact de"
959
 
960
+ #: contact_form.php:2136
961
+ #: contact_form.php:2168
962
  msgid "Email"
963
  msgstr "E-mail"
964
 
965
+ #: contact_form.php:2141
966
+ #: contact_form.php:2171
967
  msgid "Phone"
968
  msgstr "Téléphone"
969
 
970
+ #: contact_form.php:2152
971
+ #: contact_form.php:2178
972
  msgid "Site"
973
  msgstr "Site"
974
 
975
+ #: contact_form.php:2250
976
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
977
  msgstr "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de MIME !"
978
 
979
+ #: contact_form.php:2320
980
  msgid "Support"
981
  msgstr "Support"
982
 
983
+ #: contact_form.php:2368
984
  msgid "Are you sure that you want to delete this language data?"
985
  msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
986
 
987
+ #: contact_form.php:2577
988
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
989
  msgstr "Le moment est venu de mettre à jour votre <strong>extension Contact Form</strong> vers la version <strong>PRO</strong>"
990
 
991
+ #: contact_form.php:2578
992
  msgid "Extend standard plugin functionality with new great options."
993
  msgstr "Etend les fonctionalités de base de l'extension avec de nouvelles options."
994
 
995
+ #: contact_form.php:2593
996
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
997
  msgstr "<strong>Contact Form to DB</strong> permet d'enregistrer les messages dans la base de données."
998
 
999
+ #: contact_form.php:2594
1000
  msgid "Manage messages that have been sent from your website."
1001
  msgstr "Gérer les messages qui ont été envoyés depuis votre site."
1002
 
1003
+ #~ msgid "Go!"
1004
+ #~ msgstr "Allez!"
1005
+
1006
  #~ msgid "Not set"
1007
  #~ msgstr "Not set"
1008
 
1123
  #~ msgid "Activate this plugin"
1124
  #~ msgstr "Activer cette extension"
1125
 
 
 
 
1126
  #~ msgid "Recommended plugins"
1127
  #~ msgstr "Extensions recommandées"
1128
 
languages/contact_form-hu_HU.mo CHANGED
Binary file
languages/contact_form-hu_HU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-04-14 15:38+0300\n"
6
- "PO-Revision-Date: 2014-04-14 15:38+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Karoly Kovacs <karcsi1978@gmail.com>\n"
9
  "Language: hu_HU\n"
@@ -17,1024 +17,1035 @@ msgstr ""
17
  "X-Generator: Poedit 1.5.7\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: contact_form.php:73
21
- #: contact_form.php:785
22
  #, fuzzy
23
  msgid "Contact Form Settings"
24
  msgstr "Kapcsolatfelvételi Ürlap Beállítások"
25
 
26
- #: contact_form.php:73
27
  msgid "Contact Form"
28
  msgstr "Kapcsolatfelvételi Ürlap"
29
 
30
- #: contact_form.php:149
31
- #: contact_form.php:1131
32
- #: contact_form.php:1165
33
  msgid "Name:"
34
  msgstr "Noév:"
35
 
36
- #: contact_form.php:150
37
- #: contact_form.php:1132
38
- #: contact_form.php:1166
39
  #, fuzzy
40
  msgid "Address:"
41
  msgstr "Email cím:"
42
 
43
- #: contact_form.php:151
44
- #: contact_form.php:1133
45
- #: contact_form.php:1167
46
  msgid "Email Address:"
47
  msgstr "Email cím:"
48
 
49
- #: contact_form.php:152
50
- #: contact_form.php:1134
51
- #: contact_form.php:1168
52
  msgid "Phone number:"
53
  msgstr "Telefonszám:"
54
 
55
- #: contact_form.php:153
56
- #: contact_form.php:1135
57
- #: contact_form.php:1169
58
  msgid "Subject:"
59
  msgstr "Tárgy:"
60
 
61
- #: contact_form.php:154
62
- #: contact_form.php:1136
63
- #: contact_form.php:1170
64
  msgid "Message:"
65
  msgstr "Üzenet:"
66
 
67
- #: contact_form.php:155
68
- #: contact_form.php:1137
69
- #: contact_form.php:1171
70
  msgid "Attachment:"
71
  msgstr "Csatolmány:"
72
 
73
- #: contact_form.php:156
74
  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"
75
  msgstr ""
76
 
77
- #: contact_form.php:157
78
- #: contact_form.php:1139
79
- #: contact_form.php:1173
80
  msgid "Send me a copy"
81
  msgstr "Kérek másolatot"
82
 
83
- #: contact_form.php:158
84
- #: contact_form.php:1140
85
- #: contact_form.php:1174
86
  msgid "Submit"
87
  msgstr "Küldés"
88
 
89
- #: contact_form.php:159
90
  msgid "Your name is required."
91
  msgstr "Név megadása kötelező."
92
 
93
- #: contact_form.php:160
94
  #, fuzzy
95
  msgid "Address is required."
96
  msgstr "Valós email cím megadása kötelező."
97
 
98
- #: contact_form.php:161
99
  #, fuzzy
100
  msgid "A valid email address is required."
101
  msgstr "Valós email cím megadása kötelező."
102
 
103
- #: contact_form.php:162
104
  msgid "Phone number is required."
105
  msgstr "Le numéro de téléphone est obligatoire."
106
 
107
- #: contact_form.php:163
108
  msgid "Subject is required."
109
  msgstr "Tárgy megadása kötelező."
110
 
111
- #: contact_form.php:164
112
  msgid "Message text is required."
113
  msgstr "Üzenet megírása kötelező."
114
 
115
- #: contact_form.php:165
116
  msgid "File format is not valid."
117
  msgstr "Fájl formátuma nem megengedett."
118
 
119
- #: contact_form.php:166
120
  msgid "File upload error."
121
  msgstr ""
122
 
123
- #: contact_form.php:167
124
  msgid "The file could not be uploaded."
125
  msgstr ""
126
 
127
- #: contact_form.php:168
128
  msgid "This file is too large."
129
  msgstr ""
130
 
131
- #: contact_form.php:169
132
  msgid "Please fill out the CAPTCHA."
133
  msgstr "Kérem töltse ki a CAPTCHA mezőt."
134
 
135
- #: contact_form.php:170
136
  msgid "Please make corrections below and try again."
137
  msgstr "Kérem javítsa ki a szükséges mezőket és próbálja újra."
138
 
139
- #: contact_form.php:172
140
  msgid "Thank you for contacting us."
141
  msgstr "Köszönjük az üzenetét."
142
 
143
- #: contact_form.php:322
144
  #, fuzzy
145
  msgid "requires"
146
  msgstr "Kötelező mező"
147
 
148
- #: contact_form.php:322
149
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
150
  msgstr ""
151
 
152
- #: contact_form.php:322
153
  msgid "Back to the WordPress"
154
  msgstr ""
155
 
156
- #: contact_form.php:322
157
  #, fuzzy
158
  msgid "Plugins page"
159
  msgstr "Ajánlott pluginok"
160
 
161
- #: contact_form.php:626
162
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
163
  msgstr "Amennyiben az 'Átirányítás egy oldalra' opció kiválasztásra kerül, az URL-t az alábbi formátumban kell megadni"
164
 
165
- #: contact_form.php:635
166
  msgid "Such user does not exist. Settings are not saved."
167
  msgstr "Nincs ilyen felhasználó. Beállítások nem kerültek mentésre."
168
 
169
- #: contact_form.php:639
170
- #: contact_form.php:645
171
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
172
  msgstr "Kérem valós email címet adjon meg a 'FKITÖL' mezőben. Beállítások nem kerültek mentésre."
173
 
174
- #: contact_form.php:661
175
  #, fuzzy
176
  msgid "Settings saved."
177
  msgstr "Opciók elmentve."
178
 
179
- #: contact_form.php:688
180
- #: contact_form.php:720
181
  msgid "Wrong license key"
182
  msgstr ""
183
 
184
- #: contact_form.php:713
185
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
186
  msgstr ""
187
 
188
- #: contact_form.php:722
189
  msgid "This license key is bind to another site"
190
  msgstr ""
191
 
192
- #: contact_form.php:724
193
- #: contact_form.php:1570
194
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
195
  msgstr ""
196
 
197
- #: contact_form.php:741
198
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
199
  msgstr ""
200
 
201
- #: contact_form.php:747
202
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
203
  msgstr ""
204
 
205
- #: contact_form.php:751
206
- #: contact_form.php:760
207
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
208
  msgstr ""
209
 
210
- #: contact_form.php:764
211
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
212
  msgstr ""
213
 
214
- #: contact_form.php:779
215
  #, fuzzy
216
  msgid "Please, enter Your license key"
217
  msgstr "Ezen email cím használata:"
218
 
219
- #: contact_form.php:787
220
- #: contact_form.php:2216
221
- #: contact_form.php:2228
222
  msgid "Settings"
223
  msgstr "Beállítások"
224
 
225
- #: contact_form.php:788
226
  #, fuzzy
227
  msgid "Extra settings"
228
  msgstr "Beállítások"
229
 
230
- #: contact_form.php:789
 
 
 
 
 
231
  msgid "Go PRO"
232
  msgstr ""
233
 
234
- #: contact_form.php:792
235
  msgid "Notice:"
236
  msgstr ""
237
 
238
- #: contact_form.php:792
239
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
240
  msgstr ""
241
 
242
- #: contact_form.php:798
243
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
244
  msgstr ""
245
 
246
- #: contact_form.php:804
247
- #: contact_form.php:809
248
- #: contact_form.php:1529
249
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
250
  msgstr "Amennyiben szeretné hozzáadni a Kapcsolatfelvételi Ürlapot a weboldalához, másolja ki és illessze be az alábbi kódot egy bejegyzésbe, oldalba vagy widgetbe:"
251
 
252
- #: contact_form.php:804
253
- #: contact_form.php:805
254
- #: contact_form.php:809
255
- #: contact_form.php:810
256
- #: contact_form.php:1155
257
- #: contact_form.php:1157
258
- #: contact_form.php:1212
259
- #: contact_form.php:1214
260
  msgid "or"
261
  msgstr ""
262
 
263
- #: contact_form.php:805
264
- #: contact_form.php:810
265
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
266
  msgstr ""
267
 
268
- #: contact_form.php:806
269
- #: contact_form.php:811
270
  msgid "They work the same way."
271
  msgstr ""
272
 
273
- #: contact_form.php:807
274
- #: contact_form.php:812
275
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
276
  msgstr "Amennyiben ezeket a mezőket üresen hagyja, az üzenet a regisztráció során megadott email címre lesz elküldve."
277
 
278
- #: contact_form.php:817
279
  msgid "The user's email address:"
280
  msgstr "A felhasználó email címe:"
281
 
282
- #: contact_form.php:821
283
  msgid "Create a username"
284
  msgstr "felhasználónév létrehozása"
285
 
286
- #: contact_form.php:828
287
  msgid "Enter a username of the person who should get the messages from the contact form."
288
  msgstr "Adja meg azon személy felhasználónevét, akitől az üzeneteket szeretné kapni a Kapcsolatfelvételi Ürlap segítségével."
289
 
290
- #: contact_form.php:832
291
  msgid "Use this email address:"
292
  msgstr "Ezen email cím használata:"
293
 
294
- #: contact_form.php:835
295
  msgid "Enter the email address you want the messages forwarded to."
296
  msgstr "Adja meg az email címet, ahova az üzenetek érkezzenek."
297
 
298
- #: contact_form.php:844
299
  msgid "Add department selectbox to the contact form:"
300
  msgstr ""
301
 
302
- #: contact_form.php:852
303
- #: contact_form.php:1412
304
  msgid "If you upgrade to Pro version all your settings will be saved."
305
  msgstr ""
306
 
307
- #: contact_form.php:859
308
- #: contact_form.php:997
309
- #: contact_form.php:1071
310
- #: contact_form.php:1419
311
  msgid "Unlock premium options by upgrading to a PRO version."
312
  msgstr ""
313
 
314
- #: contact_form.php:860
315
- #: contact_form.php:998
316
- #: contact_form.php:1072
317
- #: contact_form.php:1420
318
- #: contact_form.php:2473
319
- #: contact_form.php:2489
320
  msgid "Learn More"
321
  msgstr ""
322
 
323
- #: contact_form.php:863
324
- #: contact_form.php:1001
325
- #: contact_form.php:1075
326
- #: contact_form.php:1423
327
  msgid "Go"
328
  msgstr ""
329
 
330
- #: contact_form.php:870
331
  msgid "Save emails to the database"
332
  msgstr ""
333
 
334
- #: contact_form.php:876
335
  msgid "Using"
336
  msgstr ""
337
 
338
- #: contact_form.php:876
339
- #: contact_form.php:1048
340
- #: contact_form.php:1051
341
- #: contact_form.php:1055
342
  msgid "powered by"
343
  msgstr ""
344
 
345
- #: contact_form.php:879
346
- #: contact_form.php:883
347
  msgid "Using Contact Form to DB powered by"
348
  msgstr ""
349
 
350
- #: contact_form.php:879
351
  #, fuzzy
352
  msgid "Activate Contact Form to DB"
353
  msgstr "Kapcsolatfelvételi Ürlap"
354
 
355
- #: contact_form.php:883
356
  #, fuzzy
357
  msgid "Download Contact Form to DB"
358
  msgstr "Kapcsolatfelvételi Ürlap"
359
 
360
- #: contact_form.php:888
361
  msgid "Additional options"
362
  msgstr "További opciók"
363
 
364
- #: contact_form.php:890
365
  msgid "Show"
366
  msgstr ""
367
 
368
- #: contact_form.php:891
369
  msgid "Hide"
370
  msgstr ""
371
 
372
- #: contact_form.php:895
373
  msgid "What to use?"
374
  msgstr "Mit szeretne használni?"
375
 
376
- #: contact_form.php:898
377
  msgid "Wp-mail"
378
  msgstr "Wp-mail"
379
 
380
- #: contact_form.php:898
381
  msgid "You can use the wp_mail function for mailing"
382
  msgstr "Használhatja a wp_mail funkciót a levelezéshez"
383
 
384
- #: contact_form.php:900
385
  msgid "Mail"
386
  msgstr "E-mail"
387
 
388
- #: contact_form.php:900
389
  msgid "To send mail you can use the php mail function"
390
  msgstr "Email küldéshez használhatja a php mail funkciót"
391
 
392
- #: contact_form.php:904
393
  #, fuzzy
394
  msgid "The text in the 'From' field"
395
  msgstr "A 'KITÖL' mező szövegének módosítása"
396
 
397
- #: contact_form.php:906
398
  msgid "User name"
399
  msgstr ""
400
 
401
- #: contact_form.php:907
402
  #, fuzzy
403
  msgid "The name of the user who fills the form will be used in the field 'From'."
404
  msgstr "A felhasználó e-mail címe, akinek az adatai szerepelnek a 'KITÖL' mezőben."
405
 
406
- #: contact_form.php:910
407
  #, fuzzy
408
  msgid "This text will be used in the 'FROM' field"
409
  msgstr "Ez az email cím szerepel a 'KITÖL' mezőben."
410
 
411
- #: contact_form.php:914
412
  #, fuzzy
413
  msgid "The email address in the 'From' field"
414
  msgstr "Adja meg a 'KITÖL' mező email címét"
415
 
416
- #: contact_form.php:916
417
  msgid "User email"
418
  msgstr ""
419
 
420
- #: contact_form.php:917
421
  #, fuzzy
422
  msgid "The email address of the user who fills the form will be used in the field 'From'."
423
  msgstr "A felhasználó e-mail címe, akinek az adatai szerepelnek a 'KITÖL' mezőben."
424
 
425
- #: contact_form.php:920
426
  msgid "This email address will be used in the 'From' field."
427
  msgstr "Ez az email cím szerepel a 'KITÖL' mezőben."
428
 
429
- #: contact_form.php:924
430
  #, fuzzy
431
  msgid "Required symbol"
432
  msgstr "Kötelező mező"
433
 
434
- #: contact_form.php:934
435
  msgid "Fields"
436
  msgstr ""
437
 
438
- #: contact_form.php:935
439
  msgid "Used"
440
  msgstr ""
441
 
442
- #: contact_form.php:936
443
  #, fuzzy
444
  msgid "Required"
445
  msgstr "Kötelező mező"
446
 
447
- #: contact_form.php:937
448
  msgid "Visible"
449
  msgstr ""
450
 
451
- #: contact_form.php:938
452
  msgid "Disabled for editing"
453
  msgstr ""
454
 
455
- #: contact_form.php:939
456
  msgid "Field's default value"
457
  msgstr ""
458
 
459
- #: contact_form.php:944
460
- #: contact_form.php:1287
461
- #: contact_form.php:2059
462
- #: contact_form.php:2089
463
  msgid "Name"
464
  msgstr "Név"
465
 
466
- #: contact_form.php:952
467
- #: contact_form.php:1292
468
- #: contact_form.php:2063
469
- #: contact_form.php:2091
 
 
 
 
470
  #, fuzzy
471
  msgid "Address"
472
  msgstr "Email cím:"
473
 
474
- #: contact_form.php:960
475
  #, fuzzy
476
  msgid "Email Address"
477
  msgstr "Email cím:"
478
 
479
- #: contact_form.php:968
480
  #, fuzzy
481
  msgid "Phone number"
482
  msgstr "Telefonszám:"
483
 
484
- #: contact_form.php:976
485
- #: contact_form.php:1307
486
- #: contact_form.php:2073
487
- #: contact_form.php:2095
488
  msgid "Subject"
489
  msgstr "Sujet"
490
 
491
- #: contact_form.php:984
492
- #: contact_form.php:1311
493
- #: contact_form.php:2076
494
- #: contact_form.php:2096
495
  msgid "Message"
496
  msgstr "Üzenet"
497
 
498
- #: contact_form.php:1008
499
  #, fuzzy
500
  msgid "Attachment block"
501
  msgstr "Csatolmány doboz megjelenítése"
502
 
503
- #: contact_form.php:1010
504
  msgid "Users can attach the following file formats"
505
  msgstr "A felhasználók a következő fájlformátumokat csatolhatják"
506
 
507
- #: contact_form.php:1023
508
  msgid "Add to the form"
509
  msgstr ""
510
 
511
- #: contact_form.php:1028
512
  #, fuzzy
513
  msgid "Tips below the Attachment"
514
  msgstr "Tippek megjelenítése a Csatolmányok doboz alatt"
515
 
516
- #: contact_form.php:1037
517
  #, fuzzy
518
  msgid "'Send me a copy' block"
519
  msgstr "A 'Kérek másolatot' opció megjelenítése"
520
 
521
- #: contact_form.php:1048
522
- #: contact_form.php:1051
523
- #: contact_form.php:1055
524
- #: contact_form.php:1321
525
  msgid "Captcha"
526
  msgstr ""
527
 
528
- #: contact_form.php:1051
529
  #, fuzzy
530
  msgid "Activate captcha"
531
  msgstr "Aktivált pluginok"
532
 
533
- #: contact_form.php:1055
534
  #, fuzzy
535
  msgid "Download captcha"
536
  msgstr "Letöltés"
537
 
538
- #: contact_form.php:1063
539
  msgid "Agreement checkbox"
540
  msgstr ""
541
 
542
- #: contact_form.php:1063
543
  msgid "Required checkbox for submitting the form"
544
  msgstr ""
545
 
546
- #: contact_form.php:1064
547
  msgid "Optional checkbox"
548
  msgstr ""
549
 
550
- #: contact_form.php:1064
551
  msgid "Optional checkbox, the results of which will be displayed in email"
552
  msgstr ""
553
 
554
- #: contact_form.php:1081
555
  msgid "Delete an attachment file from the server after the email is sent"
556
  msgstr ""
557
 
558
- #: contact_form.php:1087
559
  msgid "Email in HTML format sending"
560
  msgstr ""
561
 
562
- #: contact_form.php:1091
563
  #, fuzzy
564
  msgid "Display additional info in the email"
565
  msgstr "További információk megjelenítése az emailben"
566
 
567
- #: contact_form.php:1096
568
- #: contact_form.php:2026
569
- #: contact_form.php:2028
570
  msgid "Sent from (ip address)"
571
  msgstr "Küldő (IP cím)"
572
 
573
- #: contact_form.php:1096
574
  #, fuzzy
575
  msgid "Example: Sent from (IP address):\t127.0.0.1"
576
  msgstr "Küldő (IP cím)"
577
 
578
- #: contact_form.php:1097
579
- #: contact_form.php:2032
580
- #: contact_form.php:2034
581
  msgid "Date/Time"
582
  msgstr "Dátum/Idő"
583
 
584
- #: contact_form.php:1097
585
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
586
  msgstr ""
587
 
588
- #: contact_form.php:1098
589
- #: contact_form.php:2038
590
- #: contact_form.php:2040
591
  msgid "Sent from (referer)"
592
  msgstr "Envoyer de (référence)"
593
 
594
- #: contact_form.php:1098
595
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
596
  msgstr ""
597
 
598
- #: contact_form.php:1099
599
- #: contact_form.php:2044
600
- #: contact_form.php:2046
601
  msgid "Using (user agent)"
602
  msgstr "Alkalmazás (böngésző)"
603
 
604
- #: contact_form.php:1099
605
  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"
606
  msgstr ""
607
 
608
- #: contact_form.php:1103
609
  msgid "Language settings for the field names in the form"
610
  msgstr "Az ürlap mezőinek nyelvi beállítása"
611
 
612
- #: contact_form.php:1112
613
  #, fuzzy
614
  msgid "Add a language"
615
  msgstr "Nyelv hozzáadása"
616
 
617
- #: contact_form.php:1116
618
  msgid "Change the names of the contact form fields and error messages"
619
  msgstr "A Kapcsolatfelvételi Ürlap mező és hibaüzenet neveinek módosítása"
620
 
621
- #: contact_form.php:1121
622
- #: contact_form.php:1202
623
  msgid "English"
624
  msgstr "Angol"
625
 
626
- #: contact_form.php:1129
627
- #: contact_form.php:1163
628
  msgid "click to expand/hide the list"
629
  msgstr ""
630
 
631
- #: contact_form.php:1138
632
- #: contact_form.php:1172
633
  #, fuzzy
634
  msgid "Tips below the Attachment block"
635
  msgstr "Tippek megjelenítése a Csatolmányok doboz alatt"
636
 
637
- #: contact_form.php:1141
638
- #: contact_form.php:1175
639
  msgid "Error message for the Name field"
640
  msgstr "Név mező hibaüzenet"
641
 
642
- #: contact_form.php:1142
643
- #: contact_form.php:1176
644
  #, fuzzy
645
  msgid "Error message for the Address field"
646
  msgstr "Üzenet mező hibaüzenet"
647
 
648
- #: contact_form.php:1143
649
- #: contact_form.php:1177
650
  msgid "Error message for the Email field"
651
  msgstr "Email cím mező hibaüzenet"
652
 
653
- #: contact_form.php:1144
654
- #: contact_form.php:1178
655
  msgid "Error message for the Phone field"
656
  msgstr "Telefonszám mező hibaüzenet"
657
 
658
- #: contact_form.php:1145
659
- #: contact_form.php:1179
660
  msgid "Error message for the Subject field"
661
  msgstr "Tárgy mező hibaüzenet"
662
 
663
- #: contact_form.php:1146
664
- #: contact_form.php:1180
665
  msgid "Error message for the Message field"
666
  msgstr "Üzenet mező hibaüzenet"
667
 
668
- #: contact_form.php:1147
669
- #: contact_form.php:1181
670
  #, fuzzy
671
  msgid "Error message about the file type for the Attachment field"
672
  msgstr "Csatolmány doboz hibaüzenet"
673
 
674
- #: contact_form.php:1148
675
- #: contact_form.php:1182
676
  #, fuzzy
677
  msgid "Error message while uploading a file for the Attachment field to the server"
678
  msgstr "Csatolmány doboz hibaüzenet"
679
 
680
- #: contact_form.php:1149
681
- #: contact_form.php:1183
682
  #, fuzzy
683
  msgid "Error message while moving the file for the Attachment field"
684
  msgstr "Csatolmány doboz hibaüzenet"
685
 
686
- #: contact_form.php:1150
687
- #: contact_form.php:1184
688
  #, fuzzy
689
  msgid "Error message when file size limit for the Attachment field is exceeded"
690
  msgstr "Csatolmány doboz hibaüzenet"
691
 
692
- #: contact_form.php:1151
693
- #: contact_form.php:1185
694
  msgid "Error message for the Captcha field"
695
  msgstr "CAPTCHA mező hibaüzenet"
696
 
697
- #: contact_form.php:1152
698
- #: contact_form.php:1186
699
  msgid "Error message for the whole form"
700
  msgstr "Hibaüzenet az egész form számára"
701
 
702
- #: contact_form.php:1155
703
- #: contact_form.php:1157
704
- #: contact_form.php:1189
705
- #: contact_form.php:1191
706
- #: contact_form.php:1212
707
- #: contact_form.php:1214
708
- #: contact_form.php:1222
709
  #: contact_form.php:1224
 
 
 
 
 
 
 
710
  msgid "Use shortcode"
711
  msgstr "Gyorskód használata"
712
 
713
- #: contact_form.php:1155
714
- #: contact_form.php:1157
715
- #: contact_form.php:1189
716
- #: contact_form.php:1191
717
- #: contact_form.php:1212
718
- #: contact_form.php:1214
719
- #: contact_form.php:1222
720
  #: contact_form.php:1224
 
 
 
 
 
 
 
721
  msgid "for this language"
722
  msgstr "ehhez a nyelvhez"
723
 
724
- #: contact_form.php:1199
 
 
 
 
 
725
  msgid "Action after email is sent"
726
  msgstr "Művelet az email elküldése után"
727
 
728
- #: contact_form.php:1201
729
  msgid "Display text"
730
  msgstr "Szöveg megjelenítése"
731
 
732
- #: contact_form.php:1210
733
- #: contact_form.php:1220
734
  msgid "Text"
735
  msgstr "Szöveg"
736
 
737
- #: contact_form.php:1231
738
  msgid "Redirect to the page"
739
  msgstr "Átirányítás egy weboldalra"
740
 
741
- #: contact_form.php:1232
742
  msgid "Url"
743
  msgstr "Url"
744
 
745
- #: contact_form.php:1236
746
  msgid "The $_SERVER variable that is used to build a URL of the form"
747
  msgstr ""
748
 
749
- #: contact_form.php:1240
750
  msgid "If you are not sure whether to change this setting or not, please do not do that."
751
  msgstr ""
752
 
753
- #: contact_form.php:1246
754
- #: contact_form.php:1430
755
  msgid "Save Changes"
756
  msgstr "Módosítások Mentése"
757
 
758
- #: contact_form.php:1251
759
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
760
  msgstr ""
761
 
762
- #: contact_form.php:1252
763
  #, fuzzy
764
  msgid "Rate the plugin"
765
  msgstr "Ajánlott pluginok"
766
 
767
- #: contact_form.php:1255
768
  #, fuzzy
769
  msgid "If there is something wrong about it, please contact us"
770
  msgstr "Amennyiben kérdése van, kérjük írjon nekünk a plugin@bestwebsoft.com címre vagy töltse ki a kapcsolatfelvételi lapot a weboldalon"
771
 
772
- #: contact_form.php:1267
773
  msgid "Errors output"
774
  msgstr ""
775
 
776
- #: contact_form.php:1270
777
  msgid "Display error messages"
778
  msgstr ""
779
 
780
- #: contact_form.php:1271
781
  msgid "Color of the input field errors."
782
  msgstr ""
783
 
784
- #: contact_form.php:1272
785
  #, fuzzy
786
  msgid "Display error messages & color of the input field errors"
787
  msgstr "Tárgy mező hibaüzenet"
788
 
789
- #: contact_form.php:1277
790
  msgid "Add placeholder to the input blocks"
791
  msgstr ""
792
 
793
- #: contact_form.php:1283
794
  #, fuzzy
795
  msgid "Add tooltips"
796
  msgstr "További opciók"
797
 
798
- #: contact_form.php:1297
799
  #, fuzzy
800
  msgid "Email address"
801
  msgstr "Email cím:"
802
 
803
- #: contact_form.php:1302
804
  #, fuzzy
805
  msgid "Phone Number"
806
  msgstr "Telefonszám:"
807
 
808
- #: contact_form.php:1316
809
  #, fuzzy
810
  msgid "Attachment"
811
  msgstr "Csatolmány:"
812
 
813
- #: contact_form.php:1321
814
  msgid "(powered by bestwebsoft.com)"
815
  msgstr ""
816
 
817
- #: contact_form.php:1326
818
  #, fuzzy
819
  msgid "Style options"
820
  msgstr "További opciók"
821
 
822
- #: contact_form.php:1329
823
  msgid "Text color"
824
  msgstr ""
825
 
826
- #: contact_form.php:1332
827
- #: contact_form.php:1337
828
- #: contact_form.php:1347
829
- #: contact_form.php:1352
830
- #: contact_form.php:1357
831
- #: contact_form.php:1362
832
- #: contact_form.php:1372
833
- #: contact_form.php:1377
834
- #: contact_form.php:1383
835
- #: contact_form.php:1394
836
- #: contact_form.php:1399
837
- #: contact_form.php:1404
838
  msgid "Default"
839
  msgstr ""
840
 
841
- #: contact_form.php:1334
842
  msgid "Label text color"
843
  msgstr ""
844
 
845
- #: contact_form.php:1339
846
  msgid "Placeholder color"
847
  msgstr ""
848
 
849
- #: contact_form.php:1344
850
  msgid "Errors color"
851
  msgstr ""
852
 
853
- #: contact_form.php:1349
854
  msgid "Error text color"
855
  msgstr ""
856
 
857
- #: contact_form.php:1354
858
  msgid "Background color of the input field errors"
859
  msgstr ""
860
 
861
- #: contact_form.php:1359
862
  msgid "Border color of the input field errors"
863
  msgstr ""
864
 
865
- #: contact_form.php:1364
866
  msgid "Placeholder color of the input field errors"
867
  msgstr ""
868
 
869
- #: contact_form.php:1369
870
  #, fuzzy
871
  msgid "Input fields"
872
  msgstr "Szöveg megjelenítése"
873
 
874
- #: contact_form.php:1374
875
  msgid "Input fields background color"
876
  msgstr ""
877
 
878
- #: contact_form.php:1379
879
  msgid "Text fields color"
880
  msgstr ""
881
 
882
- #: contact_form.php:1381
883
  msgid "Border width in px, numbers only"
884
  msgstr ""
885
 
886
- #: contact_form.php:1385
887
- #: contact_form.php:1406
888
  msgid "Border color"
889
  msgstr ""
890
 
891
- #: contact_form.php:1390
892
  #, fuzzy
893
  msgid "Submit button"
894
  msgstr "Küldés"
895
 
896
- #: contact_form.php:1392
897
  msgid "Width in px, numbers only"
898
  msgstr ""
899
 
900
- #: contact_form.php:1396
901
  msgid "Button color"
902
  msgstr ""
903
 
904
- #: contact_form.php:1401
905
  msgid "Button text color"
906
  msgstr ""
907
 
908
- #: contact_form.php:1434
909
  #, fuzzy
910
  msgid "Contact Form Pro | Preview"
911
  msgstr "Kapcsolatfelvételi Ürlap"
912
 
913
- #: contact_form.php:1437
914
  msgid "Show with errors"
915
  msgstr ""
916
 
917
- #: contact_form.php:1445
918
- #: contact_form.php:1447
919
  msgid "Please enter your full name..."
920
  msgstr ""
921
 
922
- #: contact_form.php:1458
923
- #: contact_form.php:1460
924
  msgid "Please enter your address..."
925
  msgstr ""
926
 
927
- #: contact_form.php:1469
928
- #: contact_form.php:1471
929
  #, fuzzy
930
  msgid "Please enter your email address..."
931
  msgstr "Ezen email cím használata:"
932
 
933
- #: contact_form.php:1480
934
- #: contact_form.php:1482
935
  msgid "Please enter your phone number..."
936
  msgstr ""
937
 
938
- #: contact_form.php:1491
939
- #: contact_form.php:1493
940
  msgid "Please enter subject..."
941
  msgstr ""
942
 
943
- #: contact_form.php:1501
944
- #: contact_form.php:1503
945
  msgid "Please enter your message..."
946
  msgstr ""
947
 
948
- #: contact_form.php:1545
949
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
950
  msgstr ""
951
 
952
- #: contact_form.php:1547
953
  msgid "Please, go to"
954
  msgstr ""
955
 
956
- #: contact_form.php:1547
957
  #, fuzzy
958
  msgid "the setting page"
959
  msgstr "Beállítások"
960
 
961
- #: contact_form.php:1548
962
  msgid "You will be redirected automatically in 5 seconds."
963
  msgstr ""
964
 
965
- #: contact_form.php:1553
966
  msgid "You can download and activate"
967
  msgstr ""
968
 
969
- #: contact_form.php:1555
970
  msgid "version of this plugin by entering Your license key."
971
  msgstr ""
972
 
973
- #: contact_form.php:1557
974
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
975
  msgstr ""
976
 
977
- #: contact_form.php:1559
978
  msgid "(your username is the email you specify when purchasing the product)."
979
  msgstr ""
980
 
981
- #: contact_form.php:1567
982
- #: contact_form.php:1577
983
- msgid "Go!"
984
- msgstr ""
 
985
 
986
- #: contact_form.php:1647
987
  msgid "Sorry, email message could not be delivered."
988
  msgstr "Sajnáljuk, az email üzenet nem továbbítható."
989
 
990
- #: contact_form.php:2053
991
  msgid "Contact from"
992
  msgstr "Üzenet küldött"
993
 
994
- #: contact_form.php:2066
995
- #: contact_form.php:2092
996
  msgid "Email"
997
  msgstr "E-mail"
998
 
999
- #: contact_form.php:2070
1000
- #: contact_form.php:2094
1001
  msgid "Phone"
1002
  msgstr "Telefonszám"
1003
 
1004
- #: contact_form.php:2079
1005
- #: contact_form.php:2097
1006
  msgid "Site"
1007
  msgstr "Oldal"
1008
 
1009
- #: contact_form.php:2160
1010
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1011
  msgstr "Amennyiben ez a MIME nem jelenik meg, akkör az ön Levelezője nem támogatja ezt a MIME típust !"
1012
 
1013
- #: contact_form.php:2229
1014
- msgid "FAQ"
1015
- msgstr "GYIK (FAQ)"
1016
-
1017
- #: contact_form.php:2230
1018
  msgid "Support"
1019
  msgstr "Támogatás"
1020
 
1021
- #: contact_form.php:2280
1022
  msgid "Are you sure that you want to delete this language data?"
1023
  msgstr "Biztosan törölni szeretné ezt a nyelvi adatot ?"
1024
 
1025
- #: contact_form.php:2476
1026
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
1027
  msgstr ""
1028
 
1029
- #: contact_form.php:2477
1030
  msgid "Extend standard plugin functionality with new great options."
1031
  msgstr ""
1032
 
1033
- #: contact_form.php:2492
1034
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1035
  msgstr ""
1036
 
1037
- #: contact_form.php:2493
1038
  msgid "Manage messages that have been sent from your website."
1039
  msgstr ""
1040
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-08 14:52+0300\n"
6
+ "PO-Revision-Date: 2014-07-08 14:52+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Karoly Kovacs <karcsi1978@gmail.com>\n"
9
  "Language: hu_HU\n"
17
  "X-Generator: Poedit 1.5.7\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: contact_form.php:74
21
+ #: contact_form.php:845
22
  #, fuzzy
23
  msgid "Contact Form Settings"
24
  msgstr "Kapcsolatfelvételi Ürlap Beállítások"
25
 
26
+ #: contact_form.php:74
27
  msgid "Contact Form"
28
  msgstr "Kapcsolatfelvételi Ürlap"
29
 
30
+ #: contact_form.php:150
31
+ #: contact_form.php:1200
32
+ #: contact_form.php:1234
33
  msgid "Name:"
34
  msgstr "Noév:"
35
 
36
+ #: contact_form.php:151
37
+ #: contact_form.php:1201
38
+ #: contact_form.php:1235
39
  #, fuzzy
40
  msgid "Address:"
41
  msgstr "Email cím:"
42
 
43
+ #: contact_form.php:152
44
+ #: contact_form.php:1202
45
+ #: contact_form.php:1236
46
  msgid "Email Address:"
47
  msgstr "Email cím:"
48
 
49
+ #: contact_form.php:153
50
+ #: contact_form.php:1203
51
+ #: contact_form.php:1237
52
  msgid "Phone number:"
53
  msgstr "Telefonszám:"
54
 
55
+ #: contact_form.php:154
56
+ #: contact_form.php:1204
57
+ #: contact_form.php:1238
58
  msgid "Subject:"
59
  msgstr "Tárgy:"
60
 
61
+ #: contact_form.php:155
62
+ #: contact_form.php:1205
63
+ #: contact_form.php:1239
64
  msgid "Message:"
65
  msgstr "Üzenet:"
66
 
67
+ #: contact_form.php:156
68
+ #: contact_form.php:1206
69
+ #: contact_form.php:1240
70
  msgid "Attachment:"
71
  msgstr "Csatolmány:"
72
 
73
+ #: contact_form.php:157
74
  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"
75
  msgstr ""
76
 
77
+ #: contact_form.php:158
78
+ #: contact_form.php:1208
79
+ #: contact_form.php:1242
80
  msgid "Send me a copy"
81
  msgstr "Kérek másolatot"
82
 
83
+ #: contact_form.php:159
84
+ #: contact_form.php:1209
85
+ #: contact_form.php:1243
86
  msgid "Submit"
87
  msgstr "Küldés"
88
 
89
+ #: contact_form.php:160
90
  msgid "Your name is required."
91
  msgstr "Név megadása kötelező."
92
 
93
+ #: contact_form.php:161
94
  #, fuzzy
95
  msgid "Address is required."
96
  msgstr "Valós email cím megadása kötelező."
97
 
98
+ #: contact_form.php:162
99
  #, fuzzy
100
  msgid "A valid email address is required."
101
  msgstr "Valós email cím megadása kötelező."
102
 
103
+ #: contact_form.php:163
104
  msgid "Phone number is required."
105
  msgstr "Le numéro de téléphone est obligatoire."
106
 
107
+ #: contact_form.php:164
108
  msgid "Subject is required."
109
  msgstr "Tárgy megadása kötelező."
110
 
111
+ #: contact_form.php:165
112
  msgid "Message text is required."
113
  msgstr "Üzenet megírása kötelező."
114
 
115
+ #: contact_form.php:166
116
  msgid "File format is not valid."
117
  msgstr "Fájl formátuma nem megengedett."
118
 
119
+ #: contact_form.php:167
120
  msgid "File upload error."
121
  msgstr ""
122
 
123
+ #: contact_form.php:168
124
  msgid "The file could not be uploaded."
125
  msgstr ""
126
 
127
+ #: contact_form.php:169
128
  msgid "This file is too large."
129
  msgstr ""
130
 
131
+ #: contact_form.php:170
132
  msgid "Please fill out the CAPTCHA."
133
  msgstr "Kérem töltse ki a CAPTCHA mezőt."
134
 
135
+ #: contact_form.php:171
136
  msgid "Please make corrections below and try again."
137
  msgstr "Kérem javítsa ki a szükséges mezőket és próbálja újra."
138
 
139
+ #: contact_form.php:173
140
  msgid "Thank you for contacting us."
141
  msgstr "Köszönjük az üzenetét."
142
 
143
+ #: contact_form.php:369
144
  #, fuzzy
145
  msgid "requires"
146
  msgstr "Kötelező mező"
147
 
148
+ #: contact_form.php:369
149
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
150
  msgstr ""
151
 
152
+ #: contact_form.php:369
153
  msgid "Back to the WordPress"
154
  msgstr ""
155
 
156
+ #: contact_form.php:369
157
  #, fuzzy
158
  msgid "Plugins page"
159
  msgstr "Ajánlott pluginok"
160
 
161
+ #: contact_form.php:677
162
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
163
  msgstr "Amennyiben az 'Átirányítás egy oldalra' opció kiválasztásra kerül, az URL-t az alábbi formátumban kell megadni"
164
 
165
+ #: contact_form.php:686
166
  msgid "Such user does not exist. Settings are not saved."
167
  msgstr "Nincs ilyen felhasználó. Beállítások nem kerültek mentésre."
168
 
169
+ #: contact_form.php:690
170
+ #: contact_form.php:696
171
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
172
  msgstr "Kérem valós email címet adjon meg a 'FKITÖL' mezőben. Beállítások nem kerültek mentésre."
173
 
174
+ #: contact_form.php:721
175
  #, fuzzy
176
  msgid "Settings saved."
177
  msgstr "Opciók elmentve."
178
 
179
+ #: contact_form.php:748
180
+ #: contact_form.php:780
181
  msgid "Wrong license key"
182
  msgstr ""
183
 
184
+ #: contact_form.php:773
185
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
186
  msgstr ""
187
 
188
+ #: contact_form.php:782
189
  msgid "This license key is bind to another site"
190
  msgstr ""
191
 
192
+ #: contact_form.php:784
193
+ #: contact_form.php:1645
194
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
195
  msgstr ""
196
 
197
+ #: contact_form.php:801
198
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
199
  msgstr ""
200
 
201
+ #: contact_form.php:807
202
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
203
  msgstr ""
204
 
205
+ #: contact_form.php:811
206
+ #: contact_form.php:820
207
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
208
  msgstr ""
209
 
210
+ #: contact_form.php:824
211
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
212
  msgstr ""
213
 
214
+ #: contact_form.php:839
215
  #, fuzzy
216
  msgid "Please, enter Your license key"
217
  msgstr "Ezen email cím használata:"
218
 
219
+ #: contact_form.php:847
220
+ #: contact_form.php:2306
221
+ #: contact_form.php:2318
222
  msgid "Settings"
223
  msgstr "Beállítások"
224
 
225
+ #: contact_form.php:848
226
  #, fuzzy
227
  msgid "Extra settings"
228
  msgstr "Beállítások"
229
 
230
+ #: contact_form.php:849
231
+ #: contact_form.php:2319
232
+ msgid "FAQ"
233
+ msgstr "GYIK (FAQ)"
234
+
235
+ #: contact_form.php:850
236
  msgid "Go PRO"
237
  msgstr ""
238
 
239
+ #: contact_form.php:853
240
  msgid "Notice:"
241
  msgstr ""
242
 
243
+ #: contact_form.php:853
244
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
245
  msgstr ""
246
 
247
+ #: contact_form.php:859
248
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
249
  msgstr ""
250
 
251
+ #: contact_form.php:865
252
+ #: contact_form.php:870
253
+ #: contact_form.php:1604
254
  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:"
255
  msgstr "Amennyiben szeretné hozzáadni a Kapcsolatfelvételi Ürlapot a weboldalához, másolja ki és illessze be az alábbi kódot egy bejegyzésbe, oldalba vagy widgetbe:"
256
 
257
+ #: contact_form.php:865
258
+ #: contact_form.php:866
259
+ #: contact_form.php:870
260
+ #: contact_form.php:871
261
+ #: contact_form.php:1224
262
+ #: contact_form.php:1226
263
+ #: contact_form.php:1287
264
+ #: contact_form.php:1289
265
  msgid "or"
266
  msgstr ""
267
 
268
+ #: contact_form.php:866
269
+ #: contact_form.php:871
270
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
271
  msgstr ""
272
 
273
+ #: contact_form.php:867
274
+ #: contact_form.php:872
275
  msgid "They work the same way."
276
  msgstr ""
277
 
278
+ #: contact_form.php:868
279
+ #: contact_form.php:873
280
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
281
  msgstr "Amennyiben ezeket a mezőket üresen hagyja, az üzenet a regisztráció során megadott email címre lesz elküldve."
282
 
283
+ #: contact_form.php:878
284
  msgid "The user's email address:"
285
  msgstr "A felhasználó email címe:"
286
 
287
+ #: contact_form.php:882
288
  msgid "Create a username"
289
  msgstr "felhasználónév létrehozása"
290
 
291
+ #: contact_form.php:889
292
  msgid "Enter a username of the person who should get the messages from the contact form."
293
  msgstr "Adja meg azon személy felhasználónevét, akitől az üzeneteket szeretné kapni a Kapcsolatfelvételi Ürlap segítségével."
294
 
295
+ #: contact_form.php:893
296
  msgid "Use this email address:"
297
  msgstr "Ezen email cím használata:"
298
 
299
+ #: contact_form.php:896
300
  msgid "Enter the email address you want the messages forwarded to."
301
  msgstr "Adja meg az email címet, ahova az üzenetek érkezzenek."
302
 
303
+ #: contact_form.php:905
304
  msgid "Add department selectbox to the contact form:"
305
  msgstr ""
306
 
307
+ #: contact_form.php:913
308
+ #: contact_form.php:1487
309
  msgid "If you upgrade to Pro version all your settings will be saved."
310
  msgstr ""
311
 
312
+ #: contact_form.php:920
313
+ #: contact_form.php:1066
314
+ #: contact_form.php:1140
315
+ #: contact_form.php:1494
316
  msgid "Unlock premium options by upgrading to a PRO version."
317
  msgstr ""
318
 
319
+ #: contact_form.php:921
320
+ #: contact_form.php:1067
321
+ #: contact_form.php:1141
322
+ #: contact_form.php:1495
323
+ #: contact_form.php:2574
324
+ #: contact_form.php:2590
325
  msgid "Learn More"
326
  msgstr ""
327
 
328
+ #: contact_form.php:924
329
+ #: contact_form.php:1070
330
+ #: contact_form.php:1144
331
+ #: contact_form.php:1498
332
  msgid "Go"
333
  msgstr ""
334
 
335
+ #: contact_form.php:931
336
  msgid "Save emails to the database"
337
  msgstr ""
338
 
339
+ #: contact_form.php:937
340
  msgid "Using"
341
  msgstr ""
342
 
343
+ #: contact_form.php:937
344
+ #: contact_form.php:1117
345
+ #: contact_form.php:1120
346
+ #: contact_form.php:1124
347
  msgid "powered by"
348
  msgstr ""
349
 
350
+ #: contact_form.php:940
351
+ #: contact_form.php:944
352
  msgid "Using Contact Form to DB powered by"
353
  msgstr ""
354
 
355
+ #: contact_form.php:940
356
  #, fuzzy
357
  msgid "Activate Contact Form to DB"
358
  msgstr "Kapcsolatfelvételi Ürlap"
359
 
360
+ #: contact_form.php:944
361
  #, fuzzy
362
  msgid "Download Contact Form to DB"
363
  msgstr "Kapcsolatfelvételi Ürlap"
364
 
365
+ #: contact_form.php:949
366
  msgid "Additional options"
367
  msgstr "További opciók"
368
 
369
+ #: contact_form.php:951
370
  msgid "Show"
371
  msgstr ""
372
 
373
+ #: contact_form.php:952
374
  msgid "Hide"
375
  msgstr ""
376
 
377
+ #: contact_form.php:956
378
  msgid "What to use?"
379
  msgstr "Mit szeretne használni?"
380
 
381
+ #: contact_form.php:959
382
  msgid "Wp-mail"
383
  msgstr "Wp-mail"
384
 
385
+ #: contact_form.php:959
386
  msgid "You can use the wp_mail function for mailing"
387
  msgstr "Használhatja a wp_mail funkciót a levelezéshez"
388
 
389
+ #: contact_form.php:961
390
  msgid "Mail"
391
  msgstr "E-mail"
392
 
393
+ #: contact_form.php:961
394
  msgid "To send mail you can use the php mail function"
395
  msgstr "Email küldéshez használhatja a php mail funkciót"
396
 
397
+ #: contact_form.php:965
398
  #, fuzzy
399
  msgid "The text in the 'From' field"
400
  msgstr "A 'KITÖL' mező szövegének módosítása"
401
 
402
+ #: contact_form.php:967
403
  msgid "User name"
404
  msgstr ""
405
 
406
+ #: contact_form.php:968
407
  #, fuzzy
408
  msgid "The name of the user who fills the form will be used in the field 'From'."
409
  msgstr "A felhasználó e-mail címe, akinek az adatai szerepelnek a 'KITÖL' mezőben."
410
 
411
+ #: contact_form.php:971
412
  #, fuzzy
413
  msgid "This text will be used in the 'FROM' field"
414
  msgstr "Ez az email cím szerepel a 'KITÖL' mezőben."
415
 
416
+ #: contact_form.php:975
417
  #, fuzzy
418
  msgid "The email address in the 'From' field"
419
  msgstr "Adja meg a 'KITÖL' mező email címét"
420
 
421
+ #: contact_form.php:977
422
  msgid "User email"
423
  msgstr ""
424
 
425
+ #: contact_form.php:978
426
  #, fuzzy
427
  msgid "The email address of the user who fills the form will be used in the field 'From'."
428
  msgstr "A felhasználó e-mail címe, akinek az adatai szerepelnek a 'KITÖL' mezőben."
429
 
430
+ #: contact_form.php:981
431
  msgid "This email address will be used in the 'From' field."
432
  msgstr "Ez az email cím szerepel a 'KITÖL' mezőben."
433
 
434
+ #: contact_form.php:985
435
  #, fuzzy
436
  msgid "Required symbol"
437
  msgstr "Kötelező mező"
438
 
439
+ #: contact_form.php:995
440
  msgid "Fields"
441
  msgstr ""
442
 
443
+ #: contact_form.php:996
444
  msgid "Used"
445
  msgstr ""
446
 
447
+ #: contact_form.php:997
448
  #, fuzzy
449
  msgid "Required"
450
  msgstr "Kötelező mező"
451
 
452
+ #: contact_form.php:998
453
  msgid "Visible"
454
  msgstr ""
455
 
456
+ #: contact_form.php:999
457
  msgid "Disabled for editing"
458
  msgstr ""
459
 
460
+ #: contact_form.php:1000
461
  msgid "Field's default value"
462
  msgstr ""
463
 
464
+ #: contact_form.php:1005
465
+ #: contact_form.php:1362
466
+ #: contact_form.php:2125
467
+ #: contact_form.php:2161
468
  msgid "Name"
469
  msgstr "Név"
470
 
471
+ #: contact_form.php:1013
472
+ msgid "Location selectbox"
473
+ msgstr ""
474
+
475
+ #: contact_form.php:1021
476
+ #: contact_form.php:1367
477
+ #: contact_form.php:2131
478
+ #: contact_form.php:2165
479
  #, fuzzy
480
  msgid "Address"
481
  msgstr "Email cím:"
482
 
483
+ #: contact_form.php:1029
484
  #, fuzzy
485
  msgid "Email Address"
486
  msgstr "Email cím:"
487
 
488
+ #: contact_form.php:1037
489
  #, fuzzy
490
  msgid "Phone number"
491
  msgstr "Telefonszám:"
492
 
493
+ #: contact_form.php:1045
494
+ #: contact_form.php:1382
495
+ #: contact_form.php:2146
496
+ #: contact_form.php:2174
497
  msgid "Subject"
498
  msgstr "Sujet"
499
 
500
+ #: contact_form.php:1053
501
+ #: contact_form.php:1386
502
+ #: contact_form.php:2149
503
+ #: contact_form.php:2176
504
  msgid "Message"
505
  msgstr "Üzenet"
506
 
507
+ #: contact_form.php:1077
508
  #, fuzzy
509
  msgid "Attachment block"
510
  msgstr "Csatolmány doboz megjelenítése"
511
 
512
+ #: contact_form.php:1079
513
  msgid "Users can attach the following file formats"
514
  msgstr "A felhasználók a következő fájlformátumokat csatolhatják"
515
 
516
+ #: contact_form.php:1092
517
  msgid "Add to the form"
518
  msgstr ""
519
 
520
+ #: contact_form.php:1097
521
  #, fuzzy
522
  msgid "Tips below the Attachment"
523
  msgstr "Tippek megjelenítése a Csatolmányok doboz alatt"
524
 
525
+ #: contact_form.php:1106
526
  #, fuzzy
527
  msgid "'Send me a copy' block"
528
  msgstr "A 'Kérek másolatot' opció megjelenítése"
529
 
530
+ #: contact_form.php:1117
531
+ #: contact_form.php:1120
532
+ #: contact_form.php:1124
533
+ #: contact_form.php:1396
534
  msgid "Captcha"
535
  msgstr ""
536
 
537
+ #: contact_form.php:1120
538
  #, fuzzy
539
  msgid "Activate captcha"
540
  msgstr "Aktivált pluginok"
541
 
542
+ #: contact_form.php:1124
543
  #, fuzzy
544
  msgid "Download captcha"
545
  msgstr "Letöltés"
546
 
547
+ #: contact_form.php:1132
548
  msgid "Agreement checkbox"
549
  msgstr ""
550
 
551
+ #: contact_form.php:1132
552
  msgid "Required checkbox for submitting the form"
553
  msgstr ""
554
 
555
+ #: contact_form.php:1133
556
  msgid "Optional checkbox"
557
  msgstr ""
558
 
559
+ #: contact_form.php:1133
560
  msgid "Optional checkbox, the results of which will be displayed in email"
561
  msgstr ""
562
 
563
+ #: contact_form.php:1150
564
  msgid "Delete an attachment file from the server after the email is sent"
565
  msgstr ""
566
 
567
+ #: contact_form.php:1156
568
  msgid "Email in HTML format sending"
569
  msgstr ""
570
 
571
+ #: contact_form.php:1160
572
  #, fuzzy
573
  msgid "Display additional info in the email"
574
  msgstr "További információk megjelenítése az emailben"
575
 
576
+ #: contact_form.php:1165
577
+ #: contact_form.php:2092
578
+ #: contact_form.php:2094
579
  msgid "Sent from (ip address)"
580
  msgstr "Küldő (IP cím)"
581
 
582
+ #: contact_form.php:1165
583
  #, fuzzy
584
  msgid "Example: Sent from (IP address):\t127.0.0.1"
585
  msgstr "Küldő (IP cím)"
586
 
587
+ #: contact_form.php:1166
588
+ #: contact_form.php:2098
589
+ #: contact_form.php:2100
590
  msgid "Date/Time"
591
  msgstr "Dátum/Idő"
592
 
593
+ #: contact_form.php:1166
594
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
595
  msgstr ""
596
 
597
+ #: contact_form.php:1167
598
+ #: contact_form.php:2104
599
+ #: contact_form.php:2106
600
  msgid "Sent from (referer)"
601
  msgstr "Envoyer de (référence)"
602
 
603
+ #: contact_form.php:1167
604
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
605
  msgstr ""
606
 
607
+ #: contact_form.php:1168
608
+ #: contact_form.php:2110
609
+ #: contact_form.php:2112
610
  msgid "Using (user agent)"
611
  msgstr "Alkalmazás (böngésző)"
612
 
613
+ #: contact_form.php:1168
614
  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"
615
  msgstr ""
616
 
617
+ #: contact_form.php:1172
618
  msgid "Language settings for the field names in the form"
619
  msgstr "Az ürlap mezőinek nyelvi beállítása"
620
 
621
+ #: contact_form.php:1181
622
  #, fuzzy
623
  msgid "Add a language"
624
  msgstr "Nyelv hozzáadása"
625
 
626
+ #: contact_form.php:1185
627
  msgid "Change the names of the contact form fields and error messages"
628
  msgstr "A Kapcsolatfelvételi Ürlap mező és hibaüzenet neveinek módosítása"
629
 
630
+ #: contact_form.php:1190
631
+ #: contact_form.php:1277
632
  msgid "English"
633
  msgstr "Angol"
634
 
635
+ #: contact_form.php:1198
636
+ #: contact_form.php:1232
637
  msgid "click to expand/hide the list"
638
  msgstr ""
639
 
640
+ #: contact_form.php:1207
641
+ #: contact_form.php:1241
642
  #, fuzzy
643
  msgid "Tips below the Attachment block"
644
  msgstr "Tippek megjelenítése a Csatolmányok doboz alatt"
645
 
646
+ #: contact_form.php:1210
647
+ #: contact_form.php:1244
648
  msgid "Error message for the Name field"
649
  msgstr "Név mező hibaüzenet"
650
 
651
+ #: contact_form.php:1211
652
+ #: contact_form.php:1245
653
  #, fuzzy
654
  msgid "Error message for the Address field"
655
  msgstr "Üzenet mező hibaüzenet"
656
 
657
+ #: contact_form.php:1212
658
+ #: contact_form.php:1246
659
  msgid "Error message for the Email field"
660
  msgstr "Email cím mező hibaüzenet"
661
 
662
+ #: contact_form.php:1213
663
+ #: contact_form.php:1247
664
  msgid "Error message for the Phone field"
665
  msgstr "Telefonszám mező hibaüzenet"
666
 
667
+ #: contact_form.php:1214
668
+ #: contact_form.php:1248
669
  msgid "Error message for the Subject field"
670
  msgstr "Tárgy mező hibaüzenet"
671
 
672
+ #: contact_form.php:1215
673
+ #: contact_form.php:1249
674
  msgid "Error message for the Message field"
675
  msgstr "Üzenet mező hibaüzenet"
676
 
677
+ #: contact_form.php:1216
678
+ #: contact_form.php:1250
679
  #, fuzzy
680
  msgid "Error message about the file type for the Attachment field"
681
  msgstr "Csatolmány doboz hibaüzenet"
682
 
683
+ #: contact_form.php:1217
684
+ #: contact_form.php:1251
685
  #, fuzzy
686
  msgid "Error message while uploading a file for the Attachment field to the server"
687
  msgstr "Csatolmány doboz hibaüzenet"
688
 
689
+ #: contact_form.php:1218
690
+ #: contact_form.php:1252
691
  #, fuzzy
692
  msgid "Error message while moving the file for the Attachment field"
693
  msgstr "Csatolmány doboz hibaüzenet"
694
 
695
+ #: contact_form.php:1219
696
+ #: contact_form.php:1253
697
  #, fuzzy
698
  msgid "Error message when file size limit for the Attachment field is exceeded"
699
  msgstr "Csatolmány doboz hibaüzenet"
700
 
701
+ #: contact_form.php:1220
702
+ #: contact_form.php:1254
703
  msgid "Error message for the Captcha field"
704
  msgstr "CAPTCHA mező hibaüzenet"
705
 
706
+ #: contact_form.php:1221
707
+ #: contact_form.php:1255
708
  msgid "Error message for the whole form"
709
  msgstr "Hibaüzenet az egész form számára"
710
 
 
 
 
 
 
 
 
711
  #: contact_form.php:1224
712
+ #: contact_form.php:1226
713
+ #: contact_form.php:1258
714
+ #: contact_form.php:1260
715
+ #: contact_form.php:1287
716
+ #: contact_form.php:1289
717
+ #: contact_form.php:1297
718
+ #: contact_form.php:1299
719
  msgid "Use shortcode"
720
  msgstr "Gyorskód használata"
721
 
 
 
 
 
 
 
 
722
  #: contact_form.php:1224
723
+ #: contact_form.php:1226
724
+ #: contact_form.php:1258
725
+ #: contact_form.php:1260
726
+ #: contact_form.php:1287
727
+ #: contact_form.php:1289
728
+ #: contact_form.php:1297
729
+ #: contact_form.php:1299
730
  msgid "for this language"
731
  msgstr "ehhez a nyelvhez"
732
 
733
+ #: contact_form.php:1268
734
+ #, fuzzy
735
+ msgid "Use the changed names of the contact form fields in the email"
736
+ msgstr "A Kapcsolatfelvételi Ürlap mező és hibaüzenet neveinek módosítása"
737
+
738
+ #: contact_form.php:1274
739
  msgid "Action after email is sent"
740
  msgstr "Művelet az email elküldése után"
741
 
742
+ #: contact_form.php:1276
743
  msgid "Display text"
744
  msgstr "Szöveg megjelenítése"
745
 
746
+ #: contact_form.php:1285
747
+ #: contact_form.php:1295
748
  msgid "Text"
749
  msgstr "Szöveg"
750
 
751
+ #: contact_form.php:1306
752
  msgid "Redirect to the page"
753
  msgstr "Átirányítás egy weboldalra"
754
 
755
+ #: contact_form.php:1307
756
  msgid "Url"
757
  msgstr "Url"
758
 
759
+ #: contact_form.php:1311
760
  msgid "The $_SERVER variable that is used to build a URL of the form"
761
  msgstr ""
762
 
763
+ #: contact_form.php:1315
764
  msgid "If you are not sure whether to change this setting or not, please do not do that."
765
  msgstr ""
766
 
767
+ #: contact_form.php:1321
768
+ #: contact_form.php:1505
769
  msgid "Save Changes"
770
  msgstr "Módosítások Mentése"
771
 
772
+ #: contact_form.php:1326
773
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
774
  msgstr ""
775
 
776
+ #: contact_form.php:1327
777
  #, fuzzy
778
  msgid "Rate the plugin"
779
  msgstr "Ajánlott pluginok"
780
 
781
+ #: contact_form.php:1330
782
  #, fuzzy
783
  msgid "If there is something wrong about it, please contact us"
784
  msgstr "Amennyiben kérdése van, kérjük írjon nekünk a plugin@bestwebsoft.com címre vagy töltse ki a kapcsolatfelvételi lapot a weboldalon"
785
 
786
+ #: contact_form.php:1342
787
  msgid "Errors output"
788
  msgstr ""
789
 
790
+ #: contact_form.php:1345
791
  msgid "Display error messages"
792
  msgstr ""
793
 
794
+ #: contact_form.php:1346
795
  msgid "Color of the input field errors."
796
  msgstr ""
797
 
798
+ #: contact_form.php:1347
799
  #, fuzzy
800
  msgid "Display error messages & color of the input field errors"
801
  msgstr "Tárgy mező hibaüzenet"
802
 
803
+ #: contact_form.php:1352
804
  msgid "Add placeholder to the input blocks"
805
  msgstr ""
806
 
807
+ #: contact_form.php:1358
808
  #, fuzzy
809
  msgid "Add tooltips"
810
  msgstr "További opciók"
811
 
812
+ #: contact_form.php:1372
813
  #, fuzzy
814
  msgid "Email address"
815
  msgstr "Email cím:"
816
 
817
+ #: contact_form.php:1377
818
  #, fuzzy
819
  msgid "Phone Number"
820
  msgstr "Telefonszám:"
821
 
822
+ #: contact_form.php:1391
823
  #, fuzzy
824
  msgid "Attachment"
825
  msgstr "Csatolmány:"
826
 
827
+ #: contact_form.php:1396
828
  msgid "(powered by bestwebsoft.com)"
829
  msgstr ""
830
 
831
+ #: contact_form.php:1401
832
  #, fuzzy
833
  msgid "Style options"
834
  msgstr "További opciók"
835
 
836
+ #: contact_form.php:1404
837
  msgid "Text color"
838
  msgstr ""
839
 
840
+ #: contact_form.php:1407
841
+ #: contact_form.php:1412
842
+ #: contact_form.php:1422
843
+ #: contact_form.php:1427
844
+ #: contact_form.php:1432
845
+ #: contact_form.php:1437
846
+ #: contact_form.php:1447
847
+ #: contact_form.php:1452
848
+ #: contact_form.php:1458
849
+ #: contact_form.php:1469
850
+ #: contact_form.php:1474
851
+ #: contact_form.php:1479
852
  msgid "Default"
853
  msgstr ""
854
 
855
+ #: contact_form.php:1409
856
  msgid "Label text color"
857
  msgstr ""
858
 
859
+ #: contact_form.php:1414
860
  msgid "Placeholder color"
861
  msgstr ""
862
 
863
+ #: contact_form.php:1419
864
  msgid "Errors color"
865
  msgstr ""
866
 
867
+ #: contact_form.php:1424
868
  msgid "Error text color"
869
  msgstr ""
870
 
871
+ #: contact_form.php:1429
872
  msgid "Background color of the input field errors"
873
  msgstr ""
874
 
875
+ #: contact_form.php:1434
876
  msgid "Border color of the input field errors"
877
  msgstr ""
878
 
879
+ #: contact_form.php:1439
880
  msgid "Placeholder color of the input field errors"
881
  msgstr ""
882
 
883
+ #: contact_form.php:1444
884
  #, fuzzy
885
  msgid "Input fields"
886
  msgstr "Szöveg megjelenítése"
887
 
888
+ #: contact_form.php:1449
889
  msgid "Input fields background color"
890
  msgstr ""
891
 
892
+ #: contact_form.php:1454
893
  msgid "Text fields color"
894
  msgstr ""
895
 
896
+ #: contact_form.php:1456
897
  msgid "Border width in px, numbers only"
898
  msgstr ""
899
 
900
+ #: contact_form.php:1460
901
+ #: contact_form.php:1481
902
  msgid "Border color"
903
  msgstr ""
904
 
905
+ #: contact_form.php:1465
906
  #, fuzzy
907
  msgid "Submit button"
908
  msgstr "Küldés"
909
 
910
+ #: contact_form.php:1467
911
  msgid "Width in px, numbers only"
912
  msgstr ""
913
 
914
+ #: contact_form.php:1471
915
  msgid "Button color"
916
  msgstr ""
917
 
918
+ #: contact_form.php:1476
919
  msgid "Button text color"
920
  msgstr ""
921
 
922
+ #: contact_form.php:1509
923
  #, fuzzy
924
  msgid "Contact Form Pro | Preview"
925
  msgstr "Kapcsolatfelvételi Ürlap"
926
 
927
+ #: contact_form.php:1512
928
  msgid "Show with errors"
929
  msgstr ""
930
 
931
+ #: contact_form.php:1520
932
+ #: contact_form.php:1522
933
  msgid "Please enter your full name..."
934
  msgstr ""
935
 
936
+ #: contact_form.php:1533
937
+ #: contact_form.php:1535
938
  msgid "Please enter your address..."
939
  msgstr ""
940
 
941
+ #: contact_form.php:1544
942
+ #: contact_form.php:1546
943
  #, fuzzy
944
  msgid "Please enter your email address..."
945
  msgstr "Ezen email cím használata:"
946
 
947
+ #: contact_form.php:1555
948
+ #: contact_form.php:1557
949
  msgid "Please enter your phone number..."
950
  msgstr ""
951
 
952
+ #: contact_form.php:1566
953
+ #: contact_form.php:1568
954
  msgid "Please enter subject..."
955
  msgstr ""
956
 
957
+ #: contact_form.php:1576
958
+ #: contact_form.php:1578
959
  msgid "Please enter your message..."
960
  msgstr ""
961
 
962
+ #: contact_form.php:1620
963
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
964
  msgstr ""
965
 
966
+ #: contact_form.php:1622
967
  msgid "Please, go to"
968
  msgstr ""
969
 
970
+ #: contact_form.php:1622
971
  #, fuzzy
972
  msgid "the setting page"
973
  msgstr "Beállítások"
974
 
975
+ #: contact_form.php:1623
976
  msgid "You will be redirected automatically in 5 seconds."
977
  msgstr ""
978
 
979
+ #: contact_form.php:1628
980
  msgid "You can download and activate"
981
  msgstr ""
982
 
983
+ #: contact_form.php:1630
984
  msgid "version of this plugin by entering Your license key."
985
  msgstr ""
986
 
987
+ #: contact_form.php:1632
988
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
989
  msgstr ""
990
 
991
+ #: contact_form.php:1634
992
  msgid "(your username is the email you specify when purchasing the product)."
993
  msgstr ""
994
 
995
+ #: contact_form.php:1642
996
+ #: contact_form.php:1652
997
+ #, fuzzy
998
+ msgid "Activate"
999
+ msgstr "Aktivált pluginok"
1000
 
1001
+ #: contact_form.php:1718
1002
  msgid "Sorry, email message could not be delivered."
1003
  msgstr "Sajnáljuk, az email üzenet nem továbbítható."
1004
 
1005
+ #: contact_form.php:2119
1006
  msgid "Contact from"
1007
  msgstr "Üzenet küldött"
1008
 
1009
+ #: contact_form.php:2136
1010
+ #: contact_form.php:2168
1011
  msgid "Email"
1012
  msgstr "E-mail"
1013
 
1014
+ #: contact_form.php:2141
1015
+ #: contact_form.php:2171
1016
  msgid "Phone"
1017
  msgstr "Telefonszám"
1018
 
1019
+ #: contact_form.php:2152
1020
+ #: contact_form.php:2178
1021
  msgid "Site"
1022
  msgstr "Oldal"
1023
 
1024
+ #: contact_form.php:2250
1025
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1026
  msgstr "Amennyiben ez a MIME nem jelenik meg, akkör az ön Levelezője nem támogatja ezt a MIME típust !"
1027
 
1028
+ #: contact_form.php:2320
 
 
 
 
1029
  msgid "Support"
1030
  msgstr "Támogatás"
1031
 
1032
+ #: contact_form.php:2368
1033
  msgid "Are you sure that you want to delete this language data?"
1034
  msgstr "Biztosan törölni szeretné ezt a nyelvi adatot ?"
1035
 
1036
+ #: contact_form.php:2577
1037
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
1038
  msgstr ""
1039
 
1040
+ #: contact_form.php:2578
1041
  msgid "Extend standard plugin functionality with new great options."
1042
  msgstr ""
1043
 
1044
+ #: contact_form.php:2593
1045
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1046
  msgstr ""
1047
 
1048
+ #: contact_form.php:2594
1049
  msgid "Manage messages that have been sent from your website."
1050
  msgstr ""
1051
 
languages/contact_form-it_IT.mo CHANGED
Binary file
languages/contact_form-it_IT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-04-14 15:38+0300\n"
6
- "PO-Revision-Date: 2014-04-14 15:38+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Ilian Gagliardi <ilian@ultra-violet.it>\n"
9
  "Language: it_IT\n"
@@ -16,1019 +16,1030 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:73
20
- #: contact_form.php:785
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Opzioni Contact Form"
24
 
25
- #: contact_form.php:73
26
  msgid "Contact Form"
27
  msgstr "Contact Form"
28
 
29
- #: contact_form.php:149
30
- #: contact_form.php:1131
31
- #: contact_form.php:1165
32
  msgid "Name:"
33
  msgstr "Nome:"
34
 
35
- #: contact_form.php:150
36
- #: contact_form.php:1132
37
- #: contact_form.php:1166
38
  #, fuzzy
39
  msgid "Address:"
40
  msgstr "Indirizzo e-mail:"
41
 
42
- #: contact_form.php:151
43
- #: contact_form.php:1133
44
- #: contact_form.php:1167
45
  msgid "Email Address:"
46
  msgstr "Indirizzo e-mail:"
47
 
48
- #: contact_form.php:152
49
- #: contact_form.php:1134
50
- #: contact_form.php:1168
51
  msgid "Phone number:"
52
  msgstr "Numero di telefono:"
53
 
54
- #: contact_form.php:153
55
- #: contact_form.php:1135
56
- #: contact_form.php:1169
57
  msgid "Subject:"
58
  msgstr "Oggetto:"
59
 
60
- #: contact_form.php:154
61
- #: contact_form.php:1136
62
- #: contact_form.php:1170
63
  msgid "Message:"
64
  msgstr "Messaggio:"
65
 
66
- #: contact_form.php:155
67
- #: contact_form.php:1137
68
- #: contact_form.php:1171
69
  msgid "Attachment:"
70
  msgstr "Attachment:"
71
 
72
- #: contact_form.php:156
73
  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"
74
  msgstr ""
75
 
76
- #: contact_form.php:157
77
- #: contact_form.php:1139
78
- #: contact_form.php:1173
79
  msgid "Send me a copy"
80
  msgstr "Inviami una copia"
81
 
82
- #: contact_form.php:158
83
- #: contact_form.php:1140
84
- #: contact_form.php:1174
85
  msgid "Submit"
86
  msgstr "Invia"
87
 
88
- #: contact_form.php:159
89
  msgid "Your name is required."
90
  msgstr "Il nome è obbligatorio"
91
 
92
- #: contact_form.php:160
93
  #, fuzzy
94
  msgid "Address is required."
95
  msgstr "È richiesto un indirizzo e-mail valido."
96
 
97
- #: contact_form.php:161
98
  msgid "A valid email address is required."
99
  msgstr "È richiesto un indirizzo e-mail valido."
100
 
101
- #: contact_form.php:162
102
  msgid "Phone number is required."
103
  msgstr "Il numero di telefono è obbligatorio"
104
 
105
- #: contact_form.php:163
106
  msgid "Subject is required."
107
  msgstr "L'oggetto è obbligatorio"
108
 
109
- #: contact_form.php:164
110
  msgid "Message text is required."
111
  msgstr "Il campo messaggio è obbligatorio"
112
 
113
- #: contact_form.php:165
114
  msgid "File format is not valid."
115
  msgstr "L'attachment non è corretto"
116
 
117
- #: contact_form.php:166
118
  msgid "File upload error."
119
  msgstr ""
120
 
121
- #: contact_form.php:167
122
  msgid "The file could not be uploaded."
123
  msgstr ""
124
 
125
- #: contact_form.php:168
126
  msgid "This file is too large."
127
  msgstr ""
128
 
129
- #: contact_form.php:169
130
  msgid "Please fill out the CAPTCHA."
131
  msgstr "Completa il CAPTCHA"
132
 
133
- #: contact_form.php:170
134
  msgid "Please make corrections below and try again."
135
  msgstr "Controlla i dati del modulo e riprova!"
136
 
137
- #: contact_form.php:172
138
  msgid "Thank you for contacting us."
139
  msgstr "Grazie per averci contattato."
140
 
141
- #: contact_form.php:322
142
  #, fuzzy
143
  msgid "requires"
144
  msgstr "Campi richiesti"
145
 
146
- #: contact_form.php:322
147
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
148
  msgstr ""
149
 
150
- #: contact_form.php:322
151
  msgid "Back to the WordPress"
152
  msgstr ""
153
 
154
- #: contact_form.php:322
155
  #, fuzzy
156
  msgid "Plugins page"
157
  msgstr "BWS Plugins"
158
 
159
- #: contact_form.php:626
160
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
161
  msgstr "se l'opzione 'Reindirizza a pagina' è impostata, allora il campo URL deve essere nel seguente formato"
162
 
163
- #: contact_form.php:635
164
  msgid "Such user does not exist. Settings are not saved."
165
  msgstr "L'utente indicato non esiste. Le opzioni non sono state salvate."
166
 
167
- #: contact_form.php:639
168
- #: contact_form.php:645
169
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
170
  msgstr "Perfavore inserisci una e-mail corretta nel campo 'DA'. Opzioni non salvate."
171
 
172
- #: contact_form.php:661
173
  #, fuzzy
174
  msgid "Settings saved."
175
  msgstr "Opzioni salvate."
176
 
177
- #: contact_form.php:688
178
- #: contact_form.php:720
179
  msgid "Wrong license key"
180
  msgstr ""
181
 
182
- #: contact_form.php:713
183
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
184
  msgstr ""
185
 
186
- #: contact_form.php:722
187
  msgid "This license key is bind to another site"
188
  msgstr ""
189
 
190
- #: contact_form.php:724
191
- #: contact_form.php:1570
192
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
193
  msgstr ""
194
 
195
- #: contact_form.php:741
196
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
197
  msgstr ""
198
 
199
- #: contact_form.php:747
200
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
201
  msgstr ""
202
 
203
- #: contact_form.php:751
204
- #: contact_form.php:760
205
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
206
  msgstr ""
207
 
208
- #: contact_form.php:764
209
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
210
  msgstr ""
211
 
212
- #: contact_form.php:779
213
  #, fuzzy
214
  msgid "Please, enter Your license key"
215
  msgstr "Utilizza questa e-mail:"
216
 
217
- #: contact_form.php:787
218
- #: contact_form.php:2216
219
- #: contact_form.php:2228
220
  msgid "Settings"
221
  msgstr "Settaggi"
222
 
223
- #: contact_form.php:788
224
  #, fuzzy
225
  msgid "Extra settings"
226
  msgstr "Settaggi"
227
 
228
- #: contact_form.php:789
 
 
 
 
 
229
  msgid "Go PRO"
230
  msgstr ""
231
 
232
- #: contact_form.php:792
233
  msgid "Notice:"
234
  msgstr ""
235
 
236
- #: contact_form.php:792
237
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
238
  msgstr ""
239
 
240
- #: contact_form.php:798
241
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
242
  msgstr ""
243
 
244
- #: contact_form.php:804
245
- #: contact_form.php:809
246
- #: contact_form.php:1529
247
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
248
  msgstr "Se vuoi aggiungere un Contact Form al tuo sito, copia e incolla questo shortcode nei tuoi post o nelle tue pagine o widget:"
249
 
250
- #: contact_form.php:804
251
- #: contact_form.php:805
252
- #: contact_form.php:809
253
- #: contact_form.php:810
254
- #: contact_form.php:1155
255
- #: contact_form.php:1157
256
- #: contact_form.php:1212
257
- #: contact_form.php:1214
258
  msgid "or"
259
  msgstr ""
260
 
261
- #: contact_form.php:805
262
- #: contact_form.php:810
263
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
264
  msgstr ""
265
 
266
- #: contact_form.php:806
267
- #: contact_form.php:811
268
  msgid "They work the same way."
269
  msgstr ""
270
 
271
- #: contact_form.php:807
272
- #: contact_form.php:812
273
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
274
  msgstr "Se le informazioni nei campi sottostanti sono vuote allora il messaggio sarà inviato ad un indirizzo che è stato specificato durante la fase di registrazione. "
275
 
276
- #: contact_form.php:817
277
  msgid "The user's email address:"
278
  msgstr "Utilizza l'e-mail dell'utente wordpress:"
279
 
280
- #: contact_form.php:821
281
  msgid "Create a username"
282
  msgstr "Seleziona nome utente"
283
 
284
- #: contact_form.php:828
285
  msgid "Enter a username of the person who should get the messages from the contact form."
286
  msgstr "Imposta il nome dell'utente che riceverà i messaggi da un contact form."
287
 
288
- #: contact_form.php:832
289
  msgid "Use this email address:"
290
  msgstr "Utilizza questa e-mail:"
291
 
292
- #: contact_form.php:835
293
  msgid "Enter the email address you want the messages forwarded to."
294
  msgstr "Imposta una e-mail che verrà utilizzata per ricevere i messaggi."
295
 
296
- #: contact_form.php:844
297
  msgid "Add department selectbox to the contact form:"
298
  msgstr ""
299
 
300
- #: contact_form.php:852
301
- #: contact_form.php:1412
302
  msgid "If you upgrade to Pro version all your settings will be saved."
303
  msgstr ""
304
 
305
- #: contact_form.php:859
306
- #: contact_form.php:997
307
- #: contact_form.php:1071
308
- #: contact_form.php:1419
309
  msgid "Unlock premium options by upgrading to a PRO version."
310
  msgstr ""
311
 
312
- #: contact_form.php:860
313
- #: contact_form.php:998
314
- #: contact_form.php:1072
315
- #: contact_form.php:1420
316
- #: contact_form.php:2473
317
- #: contact_form.php:2489
318
  msgid "Learn More"
319
  msgstr ""
320
 
321
- #: contact_form.php:863
322
- #: contact_form.php:1001
323
- #: contact_form.php:1075
324
- #: contact_form.php:1423
325
  msgid "Go"
326
  msgstr ""
327
 
328
- #: contact_form.php:870
329
  msgid "Save emails to the database"
330
  msgstr ""
331
 
332
- #: contact_form.php:876
333
  msgid "Using"
334
  msgstr ""
335
 
336
- #: contact_form.php:876
337
- #: contact_form.php:1048
338
- #: contact_form.php:1051
339
- #: contact_form.php:1055
340
  msgid "powered by"
341
  msgstr ""
342
 
343
- #: contact_form.php:879
344
- #: contact_form.php:883
345
  msgid "Using Contact Form to DB powered by"
346
  msgstr ""
347
 
348
- #: contact_form.php:879
349
  #, fuzzy
350
  msgid "Activate Contact Form to DB"
351
  msgstr "Contact Form"
352
 
353
- #: contact_form.php:883
354
  #, fuzzy
355
  msgid "Download Contact Form to DB"
356
  msgstr "Contact Form"
357
 
358
- #: contact_form.php:888
359
  msgid "Additional options"
360
  msgstr "Impostazioni aggiuntive"
361
 
362
- #: contact_form.php:890
363
  msgid "Show"
364
  msgstr ""
365
 
366
- #: contact_form.php:891
367
  msgid "Hide"
368
  msgstr ""
369
 
370
- #: contact_form.php:895
371
  msgid "What to use?"
372
  msgstr "Cosa utilizzare?"
373
 
374
- #: contact_form.php:898
375
  msgid "Wp-mail"
376
  msgstr "Wp-mail"
377
 
378
- #: contact_form.php:898
379
  msgid "You can use the wp_mail function for mailing"
380
  msgstr "Per inviare e-mail puoi utilizzare la funzione wp_mail"
381
 
382
- #: contact_form.php:900
383
  msgid "Mail"
384
  msgstr "Mail"
385
 
386
- #: contact_form.php:900
387
  msgid "To send mail you can use the php mail function"
388
  msgstr "Per inviare e-mail puoi utilizzare la funzione mail di php"
389
 
390
- #: contact_form.php:904
391
  #, fuzzy
392
  msgid "The text in the 'From' field"
393
  msgstr "Modifica il contenuto del campo 'DA'"
394
 
395
- #: contact_form.php:906
396
  msgid "User name"
397
  msgstr ""
398
 
399
- #: contact_form.php:907
400
  #, fuzzy
401
  msgid "The name of the user who fills the form will be used in the field 'From'."
402
  msgstr "L'indirizzo e-mail dell'utente che compila il form verrà usato nel campo 'DA'"
403
 
404
- #: contact_form.php:910
405
  #, fuzzy
406
  msgid "This text will be used in the 'FROM' field"
407
  msgstr "Questo indirizzo e-mail verrà utilizzato nel campo 'DA'"
408
 
409
- #: contact_form.php:914
410
  #, fuzzy
411
  msgid "The email address in the 'From' field"
412
  msgstr "Inserisci l'indirizzo e-mail nel campo 'DA'"
413
 
414
- #: contact_form.php:916
415
  msgid "User email"
416
  msgstr ""
417
 
418
- #: contact_form.php:917
419
  msgid "The email address of the user who fills the form will be used in the field 'From'."
420
  msgstr "L'indirizzo e-mail dell'utente che compila il form verrà usato nel campo 'DA'"
421
 
422
- #: contact_form.php:920
423
  msgid "This email address will be used in the 'From' field."
424
  msgstr "Questo indirizzo e-mail verrà utilizzato nel campo 'DA'"
425
 
426
- #: contact_form.php:924
427
  #, fuzzy
428
  msgid "Required symbol"
429
  msgstr "Campi richiesti"
430
 
431
- #: contact_form.php:934
432
  msgid "Fields"
433
  msgstr ""
434
 
435
- #: contact_form.php:935
436
  msgid "Used"
437
  msgstr ""
438
 
439
- #: contact_form.php:936
440
  #, fuzzy
441
  msgid "Required"
442
  msgstr "Campi richiesti"
443
 
444
- #: contact_form.php:937
445
  msgid "Visible"
446
  msgstr ""
447
 
448
- #: contact_form.php:938
449
  msgid "Disabled for editing"
450
  msgstr ""
451
 
452
- #: contact_form.php:939
453
  msgid "Field's default value"
454
  msgstr ""
455
 
456
- #: contact_form.php:944
457
- #: contact_form.php:1287
458
- #: contact_form.php:2059
459
- #: contact_form.php:2089
460
  msgid "Name"
461
  msgstr "Nome"
462
 
463
- #: contact_form.php:952
464
- #: contact_form.php:1292
465
- #: contact_form.php:2063
466
- #: contact_form.php:2091
 
 
 
 
467
  #, fuzzy
468
  msgid "Address"
469
  msgstr "Indirizzo e-mail"
470
 
471
- #: contact_form.php:960
472
  msgid "Email Address"
473
  msgstr "Indirizzo e-mail"
474
 
475
- #: contact_form.php:968
476
  #, fuzzy
477
  msgid "Phone number"
478
  msgstr "Numero di telefono:"
479
 
480
- #: contact_form.php:976
481
- #: contact_form.php:1307
482
- #: contact_form.php:2073
483
- #: contact_form.php:2095
484
  msgid "Subject"
485
  msgstr "Oggetto"
486
 
487
- #: contact_form.php:984
488
- #: contact_form.php:1311
489
- #: contact_form.php:2076
490
- #: contact_form.php:2096
491
  msgid "Message"
492
  msgstr "Messaggio"
493
 
494
- #: contact_form.php:1008
495
  #, fuzzy
496
  msgid "Attachment block"
497
  msgstr "Visualizza l'attachment"
498
 
499
- #: contact_form.php:1010
500
  msgid "Users can attach the following file formats"
501
  msgstr "Gli utenti possono allegare i files nei seguenti tipi"
502
 
503
- #: contact_form.php:1023
504
  msgid "Add to the form"
505
  msgstr ""
506
 
507
- #: contact_form.php:1028
508
  #, fuzzy
509
  msgid "Tips below the Attachment"
510
  msgstr "Visualizza suggeriementi sotto il blocco Allegato"
511
 
512
- #: contact_form.php:1037
513
  #, fuzzy
514
  msgid "'Send me a copy' block"
515
  msgstr "Visualizza il blocco \"Inviami una copia\" "
516
 
517
- #: contact_form.php:1048
518
- #: contact_form.php:1051
519
- #: contact_form.php:1055
520
- #: contact_form.php:1321
521
  msgid "Captcha"
522
  msgstr ""
523
 
524
- #: contact_form.php:1051
525
  #, fuzzy
526
  msgid "Activate captcha"
527
  msgstr "Plugin attivati"
528
 
529
- #: contact_form.php:1055
530
  #, fuzzy
531
  msgid "Download captcha"
532
  msgstr "Download"
533
 
534
- #: contact_form.php:1063
535
  msgid "Agreement checkbox"
536
  msgstr ""
537
 
538
- #: contact_form.php:1063
539
  msgid "Required checkbox for submitting the form"
540
  msgstr ""
541
 
542
- #: contact_form.php:1064
543
  msgid "Optional checkbox"
544
  msgstr ""
545
 
546
- #: contact_form.php:1064
547
  msgid "Optional checkbox, the results of which will be displayed in email"
548
  msgstr ""
549
 
550
- #: contact_form.php:1081
551
  msgid "Delete an attachment file from the server after the email is sent"
552
  msgstr ""
553
 
554
- #: contact_form.php:1087
555
  msgid "Email in HTML format sending"
556
  msgstr ""
557
 
558
- #: contact_form.php:1091
559
  msgid "Display additional info in the email"
560
  msgstr "Visualizza informazioni aggiuntive nella e-mail"
561
 
562
- #: contact_form.php:1096
563
- #: contact_form.php:2026
564
- #: contact_form.php:2028
565
  msgid "Sent from (ip address)"
566
  msgstr "Inviato da (indirizzi IP)"
567
 
568
- #: contact_form.php:1096
569
  #, fuzzy
570
  msgid "Example: Sent from (IP address):\t127.0.0.1"
571
  msgstr "Inviato da (indirizzi IP)"
572
 
573
- #: contact_form.php:1097
574
- #: contact_form.php:2032
575
- #: contact_form.php:2034
576
  msgid "Date/Time"
577
  msgstr "Data/Ora"
578
 
579
- #: contact_form.php:1097
580
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
581
  msgstr ""
582
 
583
- #: contact_form.php:1098
584
- #: contact_form.php:2038
585
- #: contact_form.php:2040
586
  msgid "Sent from (referer)"
587
  msgstr "Da (referente)"
588
 
589
- #: contact_form.php:1098
590
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
591
  msgstr ""
592
 
593
- #: contact_form.php:1099
594
- #: contact_form.php:2044
595
- #: contact_form.php:2046
596
  msgid "Using (user agent)"
597
  msgstr "Utilizza (user agent)"
598
 
599
- #: contact_form.php:1099
600
  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"
601
  msgstr ""
602
 
603
- #: contact_form.php:1103
604
  msgid "Language settings for the field names in the form"
605
  msgstr "Impostazione della lingua per i nomi dei campi del form"
606
 
607
- #: contact_form.php:1112
608
  msgid "Add a language"
609
  msgstr "Aggiungi un linguaggio"
610
 
611
- #: contact_form.php:1116
612
  msgid "Change the names of the contact form fields and error messages"
613
  msgstr "Modifica le etichette dei campi del contact form"
614
 
615
- #: contact_form.php:1121
616
- #: contact_form.php:1202
617
  msgid "English"
618
  msgstr "Inglese"
619
 
620
- #: contact_form.php:1129
621
- #: contact_form.php:1163
622
  msgid "click to expand/hide the list"
623
  msgstr ""
624
 
625
- #: contact_form.php:1138
626
- #: contact_form.php:1172
627
  #, fuzzy
628
  msgid "Tips below the Attachment block"
629
  msgstr "Visualizza suggeriementi sotto il blocco Allegato"
630
 
631
- #: contact_form.php:1141
632
- #: contact_form.php:1175
633
  msgid "Error message for the Name field"
634
  msgstr "Messaggio d'errore per il campo Nome"
635
 
636
- #: contact_form.php:1142
637
- #: contact_form.php:1176
638
  #, fuzzy
639
  msgid "Error message for the Address field"
640
  msgstr "Messaggio d'errore per il campo Testo del Messaggio"
641
 
642
- #: contact_form.php:1143
643
- #: contact_form.php:1177
644
  msgid "Error message for the Email field"
645
  msgstr "Messaggio d'errore per il campo e-mail"
646
 
647
- #: contact_form.php:1144
648
- #: contact_form.php:1178
649
  msgid "Error message for the Phone field"
650
  msgstr "Messaggio d'errore per il campo Telefono"
651
 
652
- #: contact_form.php:1145
653
- #: contact_form.php:1179
654
  msgid "Error message for the Subject field"
655
  msgstr "Messaggio d'errore per il campo Soggetto"
656
 
657
- #: contact_form.php:1146
658
- #: contact_form.php:1180
659
  msgid "Error message for the Message field"
660
  msgstr "Messaggio d'errore per il campo Testo del Messaggio"
661
 
662
- #: contact_form.php:1147
663
- #: contact_form.php:1181
664
  #, fuzzy
665
  msgid "Error message about the file type for the Attachment field"
666
  msgstr "Messaggio d'errore per il campo Allegato"
667
 
668
- #: contact_form.php:1148
669
- #: contact_form.php:1182
670
  #, fuzzy
671
  msgid "Error message while uploading a file for the Attachment field to the server"
672
  msgstr "Messaggio d'errore per il campo Allegato"
673
 
674
- #: contact_form.php:1149
675
- #: contact_form.php:1183
676
  #, fuzzy
677
  msgid "Error message while moving the file for the Attachment field"
678
  msgstr "Messaggio d'errore per il campo Allegato"
679
 
680
- #: contact_form.php:1150
681
- #: contact_form.php:1184
682
  #, fuzzy
683
  msgid "Error message when file size limit for the Attachment field is exceeded"
684
  msgstr "Messaggio d'errore per il campo Allegato"
685
 
686
- #: contact_form.php:1151
687
- #: contact_form.php:1185
688
  msgid "Error message for the Captcha field"
689
  msgstr "Messaggio d'errore per il campo Captcha"
690
 
691
- #: contact_form.php:1152
692
- #: contact_form.php:1186
693
  msgid "Error message for the whole form"
694
  msgstr "Messaggio d'errore per l'intero modulo"
695
 
696
- #: contact_form.php:1155
697
- #: contact_form.php:1157
698
- #: contact_form.php:1189
699
- #: contact_form.php:1191
700
- #: contact_form.php:1212
701
- #: contact_form.php:1214
702
- #: contact_form.php:1222
703
  #: contact_form.php:1224
 
 
 
 
 
 
 
704
  msgid "Use shortcode"
705
  msgstr "usa lo shortcode"
706
 
707
- #: contact_form.php:1155
708
- #: contact_form.php:1157
709
- #: contact_form.php:1189
710
- #: contact_form.php:1191
711
- #: contact_form.php:1212
712
- #: contact_form.php:1214
713
- #: contact_form.php:1222
714
  #: contact_form.php:1224
 
 
 
 
 
 
 
715
  msgid "for this language"
716
  msgstr "per questa lingua"
717
 
718
- #: contact_form.php:1199
 
 
 
 
 
719
  msgid "Action after email is sent"
720
  msgstr "Azione successiva all'invio dell'e-mail"
721
 
722
- #: contact_form.php:1201
723
  msgid "Display text"
724
  msgstr "Visualizza il testo"
725
 
726
- #: contact_form.php:1210
727
- #: contact_form.php:1220
728
  msgid "Text"
729
  msgstr "Testo"
730
 
731
- #: contact_form.php:1231
732
  msgid "Redirect to the page"
733
  msgstr "Reindirizza alla pagina"
734
 
735
- #: contact_form.php:1232
736
  msgid "Url"
737
  msgstr "Url"
738
 
739
- #: contact_form.php:1236
740
  msgid "The $_SERVER variable that is used to build a URL of the form"
741
  msgstr ""
742
 
743
- #: contact_form.php:1240
744
  msgid "If you are not sure whether to change this setting or not, please do not do that."
745
  msgstr ""
746
 
747
- #: contact_form.php:1246
748
- #: contact_form.php:1430
749
  msgid "Save Changes"
750
  msgstr "Salva le modifiche"
751
 
752
- #: contact_form.php:1251
753
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
754
  msgstr ""
755
 
756
- #: contact_form.php:1252
757
  #, fuzzy
758
  msgid "Rate the plugin"
759
  msgstr "Plugin raccomandati"
760
 
761
- #: contact_form.php:1255
762
  #, fuzzy
763
  msgid "If there is something wrong about it, please contact us"
764
  msgstr "Se hai domande, per favore contattaci a plugin@bestwebsoft.com o compila il modulo \"contact form\" sul nostro sito"
765
 
766
- #: contact_form.php:1267
767
  msgid "Errors output"
768
  msgstr ""
769
 
770
- #: contact_form.php:1270
771
  msgid "Display error messages"
772
  msgstr ""
773
 
774
- #: contact_form.php:1271
775
  msgid "Color of the input field errors."
776
  msgstr ""
777
 
778
- #: contact_form.php:1272
779
  #, fuzzy
780
  msgid "Display error messages & color of the input field errors"
781
  msgstr "Messaggio d'errore per il campo Soggetto"
782
 
783
- #: contact_form.php:1277
784
  msgid "Add placeholder to the input blocks"
785
  msgstr ""
786
 
787
- #: contact_form.php:1283
788
  #, fuzzy
789
  msgid "Add tooltips"
790
  msgstr "Impostazioni aggiuntive"
791
 
792
- #: contact_form.php:1297
793
  #, fuzzy
794
  msgid "Email address"
795
  msgstr "Indirizzo e-mail"
796
 
797
- #: contact_form.php:1302
798
  #, fuzzy
799
  msgid "Phone Number"
800
  msgstr "Numero di telefono:"
801
 
802
- #: contact_form.php:1316
803
  #, fuzzy
804
  msgid "Attachment"
805
  msgstr "Attachment:"
806
 
807
- #: contact_form.php:1321
808
  msgid "(powered by bestwebsoft.com)"
809
  msgstr ""
810
 
811
- #: contact_form.php:1326
812
  #, fuzzy
813
  msgid "Style options"
814
  msgstr "Impostazioni aggiuntive"
815
 
816
- #: contact_form.php:1329
817
  msgid "Text color"
818
  msgstr ""
819
 
820
- #: contact_form.php:1332
821
- #: contact_form.php:1337
822
- #: contact_form.php:1347
823
- #: contact_form.php:1352
824
- #: contact_form.php:1357
825
- #: contact_form.php:1362
826
- #: contact_form.php:1372
827
- #: contact_form.php:1377
828
- #: contact_form.php:1383
829
- #: contact_form.php:1394
830
- #: contact_form.php:1399
831
- #: contact_form.php:1404
832
  msgid "Default"
833
  msgstr ""
834
 
835
- #: contact_form.php:1334
836
  msgid "Label text color"
837
  msgstr ""
838
 
839
- #: contact_form.php:1339
840
  msgid "Placeholder color"
841
  msgstr ""
842
 
843
- #: contact_form.php:1344
844
  msgid "Errors color"
845
  msgstr ""
846
 
847
- #: contact_form.php:1349
848
  msgid "Error text color"
849
  msgstr ""
850
 
851
- #: contact_form.php:1354
852
  msgid "Background color of the input field errors"
853
  msgstr ""
854
 
855
- #: contact_form.php:1359
856
  msgid "Border color of the input field errors"
857
  msgstr ""
858
 
859
- #: contact_form.php:1364
860
  msgid "Placeholder color of the input field errors"
861
  msgstr ""
862
 
863
- #: contact_form.php:1369
864
  #, fuzzy
865
  msgid "Input fields"
866
  msgstr "Visualizza il testo"
867
 
868
- #: contact_form.php:1374
869
  msgid "Input fields background color"
870
  msgstr ""
871
 
872
- #: contact_form.php:1379
873
  msgid "Text fields color"
874
  msgstr ""
875
 
876
- #: contact_form.php:1381
877
  msgid "Border width in px, numbers only"
878
  msgstr ""
879
 
880
- #: contact_form.php:1385
881
- #: contact_form.php:1406
882
  msgid "Border color"
883
  msgstr ""
884
 
885
- #: contact_form.php:1390
886
  #, fuzzy
887
  msgid "Submit button"
888
  msgstr "Invia"
889
 
890
- #: contact_form.php:1392
891
  msgid "Width in px, numbers only"
892
  msgstr ""
893
 
894
- #: contact_form.php:1396
895
  msgid "Button color"
896
  msgstr ""
897
 
898
- #: contact_form.php:1401
899
  msgid "Button text color"
900
  msgstr ""
901
 
902
- #: contact_form.php:1434
903
  #, fuzzy
904
  msgid "Contact Form Pro | Preview"
905
  msgstr "Contact Form"
906
 
907
- #: contact_form.php:1437
908
  msgid "Show with errors"
909
  msgstr ""
910
 
911
- #: contact_form.php:1445
912
- #: contact_form.php:1447
913
  msgid "Please enter your full name..."
914
  msgstr ""
915
 
916
- #: contact_form.php:1458
917
- #: contact_form.php:1460
918
  msgid "Please enter your address..."
919
  msgstr ""
920
 
921
- #: contact_form.php:1469
922
- #: contact_form.php:1471
923
  #, fuzzy
924
  msgid "Please enter your email address..."
925
  msgstr "Utilizza questa e-mail:"
926
 
927
- #: contact_form.php:1480
928
- #: contact_form.php:1482
929
  msgid "Please enter your phone number..."
930
  msgstr ""
931
 
932
- #: contact_form.php:1491
933
- #: contact_form.php:1493
934
  msgid "Please enter subject..."
935
  msgstr ""
936
 
937
- #: contact_form.php:1501
938
- #: contact_form.php:1503
939
  msgid "Please enter your message..."
940
  msgstr ""
941
 
942
- #: contact_form.php:1545
943
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
944
  msgstr ""
945
 
946
- #: contact_form.php:1547
947
  msgid "Please, go to"
948
  msgstr ""
949
 
950
- #: contact_form.php:1547
951
  #, fuzzy
952
  msgid "the setting page"
953
  msgstr "Settaggi"
954
 
955
- #: contact_form.php:1548
956
  msgid "You will be redirected automatically in 5 seconds."
957
  msgstr ""
958
 
959
- #: contact_form.php:1553
960
  msgid "You can download and activate"
961
  msgstr ""
962
 
963
- #: contact_form.php:1555
964
  msgid "version of this plugin by entering Your license key."
965
  msgstr ""
966
 
967
- #: contact_form.php:1557
968
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
969
  msgstr ""
970
 
971
- #: contact_form.php:1559
972
  msgid "(your username is the email you specify when purchasing the product)."
973
  msgstr ""
974
 
975
- #: contact_form.php:1567
976
- #: contact_form.php:1577
977
- msgid "Go!"
978
- msgstr ""
 
979
 
980
- #: contact_form.php:1647
981
  msgid "Sorry, email message could not be delivered."
982
  msgstr "Spiacenti, la tua e-mail non può essere consegnata al momento."
983
 
984
- #: contact_form.php:2053
985
  msgid "Contact from"
986
  msgstr "Contact from"
987
 
988
- #: contact_form.php:2066
989
- #: contact_form.php:2092
990
  msgid "Email"
991
  msgstr "e-mail"
992
 
993
- #: contact_form.php:2070
994
- #: contact_form.php:2094
995
  msgid "Phone"
996
  msgstr "Telefono"
997
 
998
- #: contact_form.php:2079
999
- #: contact_form.php:2097
1000
  msgid "Site"
1001
  msgstr "Sito"
1002
 
1003
- #: contact_form.php:2160
1004
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1005
  msgstr "Se puoi visualizzare questo MIME il tuo client non supporta i MIME types!"
1006
 
1007
- #: contact_form.php:2229
1008
- msgid "FAQ"
1009
- msgstr "FAQ"
1010
-
1011
- #: contact_form.php:2230
1012
  msgid "Support"
1013
  msgstr "Supporto"
1014
 
1015
- #: contact_form.php:2280
1016
  msgid "Are you sure that you want to delete this language data?"
1017
  msgstr "Sei sicuro di voler cancellare questo linguaggio?"
1018
 
1019
- #: contact_form.php:2476
1020
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
1021
  msgstr ""
1022
 
1023
- #: contact_form.php:2477
1024
  msgid "Extend standard plugin functionality with new great options."
1025
  msgstr ""
1026
 
1027
- #: contact_form.php:2492
1028
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1029
  msgstr ""
1030
 
1031
- #: contact_form.php:2493
1032
  msgid "Manage messages that have been sent from your website."
1033
  msgstr ""
1034
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-08 14:52+0300\n"
6
+ "PO-Revision-Date: 2014-07-08 14:52+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Ilian Gagliardi <ilian@ultra-violet.it>\n"
9
  "Language: it_IT\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:74
20
+ #: contact_form.php:845
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Opzioni Contact Form"
24
 
25
+ #: contact_form.php:74
26
  msgid "Contact Form"
27
  msgstr "Contact Form"
28
 
29
+ #: contact_form.php:150
30
+ #: contact_form.php:1200
31
+ #: contact_form.php:1234
32
  msgid "Name:"
33
  msgstr "Nome:"
34
 
35
+ #: contact_form.php:151
36
+ #: contact_form.php:1201
37
+ #: contact_form.php:1235
38
  #, fuzzy
39
  msgid "Address:"
40
  msgstr "Indirizzo e-mail:"
41
 
42
+ #: contact_form.php:152
43
+ #: contact_form.php:1202
44
+ #: contact_form.php:1236
45
  msgid "Email Address:"
46
  msgstr "Indirizzo e-mail:"
47
 
48
+ #: contact_form.php:153
49
+ #: contact_form.php:1203
50
+ #: contact_form.php:1237
51
  msgid "Phone number:"
52
  msgstr "Numero di telefono:"
53
 
54
+ #: contact_form.php:154
55
+ #: contact_form.php:1204
56
+ #: contact_form.php:1238
57
  msgid "Subject:"
58
  msgstr "Oggetto:"
59
 
60
+ #: contact_form.php:155
61
+ #: contact_form.php:1205
62
+ #: contact_form.php:1239
63
  msgid "Message:"
64
  msgstr "Messaggio:"
65
 
66
+ #: contact_form.php:156
67
+ #: contact_form.php:1206
68
+ #: contact_form.php:1240
69
  msgid "Attachment:"
70
  msgstr "Attachment:"
71
 
72
+ #: contact_form.php:157
73
  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"
74
  msgstr ""
75
 
76
+ #: contact_form.php:158
77
+ #: contact_form.php:1208
78
+ #: contact_form.php:1242
79
  msgid "Send me a copy"
80
  msgstr "Inviami una copia"
81
 
82
+ #: contact_form.php:159
83
+ #: contact_form.php:1209
84
+ #: contact_form.php:1243
85
  msgid "Submit"
86
  msgstr "Invia"
87
 
88
+ #: contact_form.php:160
89
  msgid "Your name is required."
90
  msgstr "Il nome è obbligatorio"
91
 
92
+ #: contact_form.php:161
93
  #, fuzzy
94
  msgid "Address is required."
95
  msgstr "È richiesto un indirizzo e-mail valido."
96
 
97
+ #: contact_form.php:162
98
  msgid "A valid email address is required."
99
  msgstr "È richiesto un indirizzo e-mail valido."
100
 
101
+ #: contact_form.php:163
102
  msgid "Phone number is required."
103
  msgstr "Il numero di telefono è obbligatorio"
104
 
105
+ #: contact_form.php:164
106
  msgid "Subject is required."
107
  msgstr "L'oggetto è obbligatorio"
108
 
109
+ #: contact_form.php:165
110
  msgid "Message text is required."
111
  msgstr "Il campo messaggio è obbligatorio"
112
 
113
+ #: contact_form.php:166
114
  msgid "File format is not valid."
115
  msgstr "L'attachment non è corretto"
116
 
117
+ #: contact_form.php:167
118
  msgid "File upload error."
119
  msgstr ""
120
 
121
+ #: contact_form.php:168
122
  msgid "The file could not be uploaded."
123
  msgstr ""
124
 
125
+ #: contact_form.php:169
126
  msgid "This file is too large."
127
  msgstr ""
128
 
129
+ #: contact_form.php:170
130
  msgid "Please fill out the CAPTCHA."
131
  msgstr "Completa il CAPTCHA"
132
 
133
+ #: contact_form.php:171
134
  msgid "Please make corrections below and try again."
135
  msgstr "Controlla i dati del modulo e riprova!"
136
 
137
+ #: contact_form.php:173
138
  msgid "Thank you for contacting us."
139
  msgstr "Grazie per averci contattato."
140
 
141
+ #: contact_form.php:369
142
  #, fuzzy
143
  msgid "requires"
144
  msgstr "Campi richiesti"
145
 
146
+ #: contact_form.php:369
147
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
148
  msgstr ""
149
 
150
+ #: contact_form.php:369
151
  msgid "Back to the WordPress"
152
  msgstr ""
153
 
154
+ #: contact_form.php:369
155
  #, fuzzy
156
  msgid "Plugins page"
157
  msgstr "BWS Plugins"
158
 
159
+ #: contact_form.php:677
160
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
161
  msgstr "se l'opzione 'Reindirizza a pagina' è impostata, allora il campo URL deve essere nel seguente formato"
162
 
163
+ #: contact_form.php:686
164
  msgid "Such user does not exist. Settings are not saved."
165
  msgstr "L'utente indicato non esiste. Le opzioni non sono state salvate."
166
 
167
+ #: contact_form.php:690
168
+ #: contact_form.php:696
169
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
170
  msgstr "Perfavore inserisci una e-mail corretta nel campo 'DA'. Opzioni non salvate."
171
 
172
+ #: contact_form.php:721
173
  #, fuzzy
174
  msgid "Settings saved."
175
  msgstr "Opzioni salvate."
176
 
177
+ #: contact_form.php:748
178
+ #: contact_form.php:780
179
  msgid "Wrong license key"
180
  msgstr ""
181
 
182
+ #: contact_form.php:773
183
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
184
  msgstr ""
185
 
186
+ #: contact_form.php:782
187
  msgid "This license key is bind to another site"
188
  msgstr ""
189
 
190
+ #: contact_form.php:784
191
+ #: contact_form.php:1645
192
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
193
  msgstr ""
194
 
195
+ #: contact_form.php:801
196
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
197
  msgstr ""
198
 
199
+ #: contact_form.php:807
200
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
201
  msgstr ""
202
 
203
+ #: contact_form.php:811
204
+ #: contact_form.php:820
205
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
206
  msgstr ""
207
 
208
+ #: contact_form.php:824
209
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
210
  msgstr ""
211
 
212
+ #: contact_form.php:839
213
  #, fuzzy
214
  msgid "Please, enter Your license key"
215
  msgstr "Utilizza questa e-mail:"
216
 
217
+ #: contact_form.php:847
218
+ #: contact_form.php:2306
219
+ #: contact_form.php:2318
220
  msgid "Settings"
221
  msgstr "Settaggi"
222
 
223
+ #: contact_form.php:848
224
  #, fuzzy
225
  msgid "Extra settings"
226
  msgstr "Settaggi"
227
 
228
+ #: contact_form.php:849
229
+ #: contact_form.php:2319
230
+ msgid "FAQ"
231
+ msgstr "FAQ"
232
+
233
+ #: contact_form.php:850
234
  msgid "Go PRO"
235
  msgstr ""
236
 
237
+ #: contact_form.php:853
238
  msgid "Notice:"
239
  msgstr ""
240
 
241
+ #: contact_form.php:853
242
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
243
  msgstr ""
244
 
245
+ #: contact_form.php:859
246
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
247
  msgstr ""
248
 
249
+ #: contact_form.php:865
250
+ #: contact_form.php:870
251
+ #: contact_form.php:1604
252
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
253
  msgstr "Se vuoi aggiungere un Contact Form al tuo sito, copia e incolla questo shortcode nei tuoi post o nelle tue pagine o widget:"
254
 
255
+ #: contact_form.php:865
256
+ #: contact_form.php:866
257
+ #: contact_form.php:870
258
+ #: contact_form.php:871
259
+ #: contact_form.php:1224
260
+ #: contact_form.php:1226
261
+ #: contact_form.php:1287
262
+ #: contact_form.php:1289
263
  msgid "or"
264
  msgstr ""
265
 
266
+ #: contact_form.php:866
267
+ #: contact_form.php:871
268
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
269
  msgstr ""
270
 
271
+ #: contact_form.php:867
272
+ #: contact_form.php:872
273
  msgid "They work the same way."
274
  msgstr ""
275
 
276
+ #: contact_form.php:868
277
+ #: contact_form.php:873
278
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
279
  msgstr "Se le informazioni nei campi sottostanti sono vuote allora il messaggio sarà inviato ad un indirizzo che è stato specificato durante la fase di registrazione. "
280
 
281
+ #: contact_form.php:878
282
  msgid "The user's email address:"
283
  msgstr "Utilizza l'e-mail dell'utente wordpress:"
284
 
285
+ #: contact_form.php:882
286
  msgid "Create a username"
287
  msgstr "Seleziona nome utente"
288
 
289
+ #: contact_form.php:889
290
  msgid "Enter a username of the person who should get the messages from the contact form."
291
  msgstr "Imposta il nome dell'utente che riceverà i messaggi da un contact form."
292
 
293
+ #: contact_form.php:893
294
  msgid "Use this email address:"
295
  msgstr "Utilizza questa e-mail:"
296
 
297
+ #: contact_form.php:896
298
  msgid "Enter the email address you want the messages forwarded to."
299
  msgstr "Imposta una e-mail che verrà utilizzata per ricevere i messaggi."
300
 
301
+ #: contact_form.php:905
302
  msgid "Add department selectbox to the contact form:"
303
  msgstr ""
304
 
305
+ #: contact_form.php:913
306
+ #: contact_form.php:1487
307
  msgid "If you upgrade to Pro version all your settings will be saved."
308
  msgstr ""
309
 
310
+ #: contact_form.php:920
311
+ #: contact_form.php:1066
312
+ #: contact_form.php:1140
313
+ #: contact_form.php:1494
314
  msgid "Unlock premium options by upgrading to a PRO version."
315
  msgstr ""
316
 
317
+ #: contact_form.php:921
318
+ #: contact_form.php:1067
319
+ #: contact_form.php:1141
320
+ #: contact_form.php:1495
321
+ #: contact_form.php:2574
322
+ #: contact_form.php:2590
323
  msgid "Learn More"
324
  msgstr ""
325
 
326
+ #: contact_form.php:924
327
+ #: contact_form.php:1070
328
+ #: contact_form.php:1144
329
+ #: contact_form.php:1498
330
  msgid "Go"
331
  msgstr ""
332
 
333
+ #: contact_form.php:931
334
  msgid "Save emails to the database"
335
  msgstr ""
336
 
337
+ #: contact_form.php:937
338
  msgid "Using"
339
  msgstr ""
340
 
341
+ #: contact_form.php:937
342
+ #: contact_form.php:1117
343
+ #: contact_form.php:1120
344
+ #: contact_form.php:1124
345
  msgid "powered by"
346
  msgstr ""
347
 
348
+ #: contact_form.php:940
349
+ #: contact_form.php:944
350
  msgid "Using Contact Form to DB powered by"
351
  msgstr ""
352
 
353
+ #: contact_form.php:940
354
  #, fuzzy
355
  msgid "Activate Contact Form to DB"
356
  msgstr "Contact Form"
357
 
358
+ #: contact_form.php:944
359
  #, fuzzy
360
  msgid "Download Contact Form to DB"
361
  msgstr "Contact Form"
362
 
363
+ #: contact_form.php:949
364
  msgid "Additional options"
365
  msgstr "Impostazioni aggiuntive"
366
 
367
+ #: contact_form.php:951
368
  msgid "Show"
369
  msgstr ""
370
 
371
+ #: contact_form.php:952
372
  msgid "Hide"
373
  msgstr ""
374
 
375
+ #: contact_form.php:956
376
  msgid "What to use?"
377
  msgstr "Cosa utilizzare?"
378
 
379
+ #: contact_form.php:959
380
  msgid "Wp-mail"
381
  msgstr "Wp-mail"
382
 
383
+ #: contact_form.php:959
384
  msgid "You can use the wp_mail function for mailing"
385
  msgstr "Per inviare e-mail puoi utilizzare la funzione wp_mail"
386
 
387
+ #: contact_form.php:961
388
  msgid "Mail"
389
  msgstr "Mail"
390
 
391
+ #: contact_form.php:961
392
  msgid "To send mail you can use the php mail function"
393
  msgstr "Per inviare e-mail puoi utilizzare la funzione mail di php"
394
 
395
+ #: contact_form.php:965
396
  #, fuzzy
397
  msgid "The text in the 'From' field"
398
  msgstr "Modifica il contenuto del campo 'DA'"
399
 
400
+ #: contact_form.php:967
401
  msgid "User name"
402
  msgstr ""
403
 
404
+ #: contact_form.php:968
405
  #, fuzzy
406
  msgid "The name of the user who fills the form will be used in the field 'From'."
407
  msgstr "L'indirizzo e-mail dell'utente che compila il form verrà usato nel campo 'DA'"
408
 
409
+ #: contact_form.php:971
410
  #, fuzzy
411
  msgid "This text will be used in the 'FROM' field"
412
  msgstr "Questo indirizzo e-mail verrà utilizzato nel campo 'DA'"
413
 
414
+ #: contact_form.php:975
415
  #, fuzzy
416
  msgid "The email address in the 'From' field"
417
  msgstr "Inserisci l'indirizzo e-mail nel campo 'DA'"
418
 
419
+ #: contact_form.php:977
420
  msgid "User email"
421
  msgstr ""
422
 
423
+ #: contact_form.php:978
424
  msgid "The email address of the user who fills the form will be used in the field 'From'."
425
  msgstr "L'indirizzo e-mail dell'utente che compila il form verrà usato nel campo 'DA'"
426
 
427
+ #: contact_form.php:981
428
  msgid "This email address will be used in the 'From' field."
429
  msgstr "Questo indirizzo e-mail verrà utilizzato nel campo 'DA'"
430
 
431
+ #: contact_form.php:985
432
  #, fuzzy
433
  msgid "Required symbol"
434
  msgstr "Campi richiesti"
435
 
436
+ #: contact_form.php:995
437
  msgid "Fields"
438
  msgstr ""
439
 
440
+ #: contact_form.php:996
441
  msgid "Used"
442
  msgstr ""
443
 
444
+ #: contact_form.php:997
445
  #, fuzzy
446
  msgid "Required"
447
  msgstr "Campi richiesti"
448
 
449
+ #: contact_form.php:998
450
  msgid "Visible"
451
  msgstr ""
452
 
453
+ #: contact_form.php:999
454
  msgid "Disabled for editing"
455
  msgstr ""
456
 
457
+ #: contact_form.php:1000
458
  msgid "Field's default value"
459
  msgstr ""
460
 
461
+ #: contact_form.php:1005
462
+ #: contact_form.php:1362
463
+ #: contact_form.php:2125
464
+ #: contact_form.php:2161
465
  msgid "Name"
466
  msgstr "Nome"
467
 
468
+ #: contact_form.php:1013
469
+ msgid "Location selectbox"
470
+ msgstr ""
471
+
472
+ #: contact_form.php:1021
473
+ #: contact_form.php:1367
474
+ #: contact_form.php:2131
475
+ #: contact_form.php:2165
476
  #, fuzzy
477
  msgid "Address"
478
  msgstr "Indirizzo e-mail"
479
 
480
+ #: contact_form.php:1029
481
  msgid "Email Address"
482
  msgstr "Indirizzo e-mail"
483
 
484
+ #: contact_form.php:1037
485
  #, fuzzy
486
  msgid "Phone number"
487
  msgstr "Numero di telefono:"
488
 
489
+ #: contact_form.php:1045
490
+ #: contact_form.php:1382
491
+ #: contact_form.php:2146
492
+ #: contact_form.php:2174
493
  msgid "Subject"
494
  msgstr "Oggetto"
495
 
496
+ #: contact_form.php:1053
497
+ #: contact_form.php:1386
498
+ #: contact_form.php:2149
499
+ #: contact_form.php:2176
500
  msgid "Message"
501
  msgstr "Messaggio"
502
 
503
+ #: contact_form.php:1077
504
  #, fuzzy
505
  msgid "Attachment block"
506
  msgstr "Visualizza l'attachment"
507
 
508
+ #: contact_form.php:1079
509
  msgid "Users can attach the following file formats"
510
  msgstr "Gli utenti possono allegare i files nei seguenti tipi"
511
 
512
+ #: contact_form.php:1092
513
  msgid "Add to the form"
514
  msgstr ""
515
 
516
+ #: contact_form.php:1097
517
  #, fuzzy
518
  msgid "Tips below the Attachment"
519
  msgstr "Visualizza suggeriementi sotto il blocco Allegato"
520
 
521
+ #: contact_form.php:1106
522
  #, fuzzy
523
  msgid "'Send me a copy' block"
524
  msgstr "Visualizza il blocco \"Inviami una copia\" "
525
 
526
+ #: contact_form.php:1117
527
+ #: contact_form.php:1120
528
+ #: contact_form.php:1124
529
+ #: contact_form.php:1396
530
  msgid "Captcha"
531
  msgstr ""
532
 
533
+ #: contact_form.php:1120
534
  #, fuzzy
535
  msgid "Activate captcha"
536
  msgstr "Plugin attivati"
537
 
538
+ #: contact_form.php:1124
539
  #, fuzzy
540
  msgid "Download captcha"
541
  msgstr "Download"
542
 
543
+ #: contact_form.php:1132
544
  msgid "Agreement checkbox"
545
  msgstr ""
546
 
547
+ #: contact_form.php:1132
548
  msgid "Required checkbox for submitting the form"
549
  msgstr ""
550
 
551
+ #: contact_form.php:1133
552
  msgid "Optional checkbox"
553
  msgstr ""
554
 
555
+ #: contact_form.php:1133
556
  msgid "Optional checkbox, the results of which will be displayed in email"
557
  msgstr ""
558
 
559
+ #: contact_form.php:1150
560
  msgid "Delete an attachment file from the server after the email is sent"
561
  msgstr ""
562
 
563
+ #: contact_form.php:1156
564
  msgid "Email in HTML format sending"
565
  msgstr ""
566
 
567
+ #: contact_form.php:1160
568
  msgid "Display additional info in the email"
569
  msgstr "Visualizza informazioni aggiuntive nella e-mail"
570
 
571
+ #: contact_form.php:1165
572
+ #: contact_form.php:2092
573
+ #: contact_form.php:2094
574
  msgid "Sent from (ip address)"
575
  msgstr "Inviato da (indirizzi IP)"
576
 
577
+ #: contact_form.php:1165
578
  #, fuzzy
579
  msgid "Example: Sent from (IP address):\t127.0.0.1"
580
  msgstr "Inviato da (indirizzi IP)"
581
 
582
+ #: contact_form.php:1166
583
+ #: contact_form.php:2098
584
+ #: contact_form.php:2100
585
  msgid "Date/Time"
586
  msgstr "Data/Ora"
587
 
588
+ #: contact_form.php:1166
589
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
590
  msgstr ""
591
 
592
+ #: contact_form.php:1167
593
+ #: contact_form.php:2104
594
+ #: contact_form.php:2106
595
  msgid "Sent from (referer)"
596
  msgstr "Da (referente)"
597
 
598
+ #: contact_form.php:1167
599
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
600
  msgstr ""
601
 
602
+ #: contact_form.php:1168
603
+ #: contact_form.php:2110
604
+ #: contact_form.php:2112
605
  msgid "Using (user agent)"
606
  msgstr "Utilizza (user agent)"
607
 
608
+ #: contact_form.php:1168
609
  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"
610
  msgstr ""
611
 
612
+ #: contact_form.php:1172
613
  msgid "Language settings for the field names in the form"
614
  msgstr "Impostazione della lingua per i nomi dei campi del form"
615
 
616
+ #: contact_form.php:1181
617
  msgid "Add a language"
618
  msgstr "Aggiungi un linguaggio"
619
 
620
+ #: contact_form.php:1185
621
  msgid "Change the names of the contact form fields and error messages"
622
  msgstr "Modifica le etichette dei campi del contact form"
623
 
624
+ #: contact_form.php:1190
625
+ #: contact_form.php:1277
626
  msgid "English"
627
  msgstr "Inglese"
628
 
629
+ #: contact_form.php:1198
630
+ #: contact_form.php:1232
631
  msgid "click to expand/hide the list"
632
  msgstr ""
633
 
634
+ #: contact_form.php:1207
635
+ #: contact_form.php:1241
636
  #, fuzzy
637
  msgid "Tips below the Attachment block"
638
  msgstr "Visualizza suggeriementi sotto il blocco Allegato"
639
 
640
+ #: contact_form.php:1210
641
+ #: contact_form.php:1244
642
  msgid "Error message for the Name field"
643
  msgstr "Messaggio d'errore per il campo Nome"
644
 
645
+ #: contact_form.php:1211
646
+ #: contact_form.php:1245
647
  #, fuzzy
648
  msgid "Error message for the Address field"
649
  msgstr "Messaggio d'errore per il campo Testo del Messaggio"
650
 
651
+ #: contact_form.php:1212
652
+ #: contact_form.php:1246
653
  msgid "Error message for the Email field"
654
  msgstr "Messaggio d'errore per il campo e-mail"
655
 
656
+ #: contact_form.php:1213
657
+ #: contact_form.php:1247
658
  msgid "Error message for the Phone field"
659
  msgstr "Messaggio d'errore per il campo Telefono"
660
 
661
+ #: contact_form.php:1214
662
+ #: contact_form.php:1248
663
  msgid "Error message for the Subject field"
664
  msgstr "Messaggio d'errore per il campo Soggetto"
665
 
666
+ #: contact_form.php:1215
667
+ #: contact_form.php:1249
668
  msgid "Error message for the Message field"
669
  msgstr "Messaggio d'errore per il campo Testo del Messaggio"
670
 
671
+ #: contact_form.php:1216
672
+ #: contact_form.php:1250
673
  #, fuzzy
674
  msgid "Error message about the file type for the Attachment field"
675
  msgstr "Messaggio d'errore per il campo Allegato"
676
 
677
+ #: contact_form.php:1217
678
+ #: contact_form.php:1251
679
  #, fuzzy
680
  msgid "Error message while uploading a file for the Attachment field to the server"
681
  msgstr "Messaggio d'errore per il campo Allegato"
682
 
683
+ #: contact_form.php:1218
684
+ #: contact_form.php:1252
685
  #, fuzzy
686
  msgid "Error message while moving the file for the Attachment field"
687
  msgstr "Messaggio d'errore per il campo Allegato"
688
 
689
+ #: contact_form.php:1219
690
+ #: contact_form.php:1253
691
  #, fuzzy
692
  msgid "Error message when file size limit for the Attachment field is exceeded"
693
  msgstr "Messaggio d'errore per il campo Allegato"
694
 
695
+ #: contact_form.php:1220
696
+ #: contact_form.php:1254
697
  msgid "Error message for the Captcha field"
698
  msgstr "Messaggio d'errore per il campo Captcha"
699
 
700
+ #: contact_form.php:1221
701
+ #: contact_form.php:1255
702
  msgid "Error message for the whole form"
703
  msgstr "Messaggio d'errore per l'intero modulo"
704
 
 
 
 
 
 
 
 
705
  #: contact_form.php:1224
706
+ #: contact_form.php:1226
707
+ #: contact_form.php:1258
708
+ #: contact_form.php:1260
709
+ #: contact_form.php:1287
710
+ #: contact_form.php:1289
711
+ #: contact_form.php:1297
712
+ #: contact_form.php:1299
713
  msgid "Use shortcode"
714
  msgstr "usa lo shortcode"
715
 
 
 
 
 
 
 
 
716
  #: contact_form.php:1224
717
+ #: contact_form.php:1226
718
+ #: contact_form.php:1258
719
+ #: contact_form.php:1260
720
+ #: contact_form.php:1287
721
+ #: contact_form.php:1289
722
+ #: contact_form.php:1297
723
+ #: contact_form.php:1299
724
  msgid "for this language"
725
  msgstr "per questa lingua"
726
 
727
+ #: contact_form.php:1268
728
+ #, fuzzy
729
+ msgid "Use the changed names of the contact form fields in the email"
730
+ msgstr "Modifica le etichette dei campi del contact form"
731
+
732
+ #: contact_form.php:1274
733
  msgid "Action after email is sent"
734
  msgstr "Azione successiva all'invio dell'e-mail"
735
 
736
+ #: contact_form.php:1276
737
  msgid "Display text"
738
  msgstr "Visualizza il testo"
739
 
740
+ #: contact_form.php:1285
741
+ #: contact_form.php:1295
742
  msgid "Text"
743
  msgstr "Testo"
744
 
745
+ #: contact_form.php:1306
746
  msgid "Redirect to the page"
747
  msgstr "Reindirizza alla pagina"
748
 
749
+ #: contact_form.php:1307
750
  msgid "Url"
751
  msgstr "Url"
752
 
753
+ #: contact_form.php:1311
754
  msgid "The $_SERVER variable that is used to build a URL of the form"
755
  msgstr ""
756
 
757
+ #: contact_form.php:1315
758
  msgid "If you are not sure whether to change this setting or not, please do not do that."
759
  msgstr ""
760
 
761
+ #: contact_form.php:1321
762
+ #: contact_form.php:1505
763
  msgid "Save Changes"
764
  msgstr "Salva le modifiche"
765
 
766
+ #: contact_form.php:1326
767
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
768
  msgstr ""
769
 
770
+ #: contact_form.php:1327
771
  #, fuzzy
772
  msgid "Rate the plugin"
773
  msgstr "Plugin raccomandati"
774
 
775
+ #: contact_form.php:1330
776
  #, fuzzy
777
  msgid "If there is something wrong about it, please contact us"
778
  msgstr "Se hai domande, per favore contattaci a plugin@bestwebsoft.com o compila il modulo \"contact form\" sul nostro sito"
779
 
780
+ #: contact_form.php:1342
781
  msgid "Errors output"
782
  msgstr ""
783
 
784
+ #: contact_form.php:1345
785
  msgid "Display error messages"
786
  msgstr ""
787
 
788
+ #: contact_form.php:1346
789
  msgid "Color of the input field errors."
790
  msgstr ""
791
 
792
+ #: contact_form.php:1347
793
  #, fuzzy
794
  msgid "Display error messages & color of the input field errors"
795
  msgstr "Messaggio d'errore per il campo Soggetto"
796
 
797
+ #: contact_form.php:1352
798
  msgid "Add placeholder to the input blocks"
799
  msgstr ""
800
 
801
+ #: contact_form.php:1358
802
  #, fuzzy
803
  msgid "Add tooltips"
804
  msgstr "Impostazioni aggiuntive"
805
 
806
+ #: contact_form.php:1372
807
  #, fuzzy
808
  msgid "Email address"
809
  msgstr "Indirizzo e-mail"
810
 
811
+ #: contact_form.php:1377
812
  #, fuzzy
813
  msgid "Phone Number"
814
  msgstr "Numero di telefono:"
815
 
816
+ #: contact_form.php:1391
817
  #, fuzzy
818
  msgid "Attachment"
819
  msgstr "Attachment:"
820
 
821
+ #: contact_form.php:1396
822
  msgid "(powered by bestwebsoft.com)"
823
  msgstr ""
824
 
825
+ #: contact_form.php:1401
826
  #, fuzzy
827
  msgid "Style options"
828
  msgstr "Impostazioni aggiuntive"
829
 
830
+ #: contact_form.php:1404
831
  msgid "Text color"
832
  msgstr ""
833
 
834
+ #: contact_form.php:1407
835
+ #: contact_form.php:1412
836
+ #: contact_form.php:1422
837
+ #: contact_form.php:1427
838
+ #: contact_form.php:1432
839
+ #: contact_form.php:1437
840
+ #: contact_form.php:1447
841
+ #: contact_form.php:1452
842
+ #: contact_form.php:1458
843
+ #: contact_form.php:1469
844
+ #: contact_form.php:1474
845
+ #: contact_form.php:1479
846
  msgid "Default"
847
  msgstr ""
848
 
849
+ #: contact_form.php:1409
850
  msgid "Label text color"
851
  msgstr ""
852
 
853
+ #: contact_form.php:1414
854
  msgid "Placeholder color"
855
  msgstr ""
856
 
857
+ #: contact_form.php:1419
858
  msgid "Errors color"
859
  msgstr ""
860
 
861
+ #: contact_form.php:1424
862
  msgid "Error text color"
863
  msgstr ""
864
 
865
+ #: contact_form.php:1429
866
  msgid "Background color of the input field errors"
867
  msgstr ""
868
 
869
+ #: contact_form.php:1434
870
  msgid "Border color of the input field errors"
871
  msgstr ""
872
 
873
+ #: contact_form.php:1439
874
  msgid "Placeholder color of the input field errors"
875
  msgstr ""
876
 
877
+ #: contact_form.php:1444
878
  #, fuzzy
879
  msgid "Input fields"
880
  msgstr "Visualizza il testo"
881
 
882
+ #: contact_form.php:1449
883
  msgid "Input fields background color"
884
  msgstr ""
885
 
886
+ #: contact_form.php:1454
887
  msgid "Text fields color"
888
  msgstr ""
889
 
890
+ #: contact_form.php:1456
891
  msgid "Border width in px, numbers only"
892
  msgstr ""
893
 
894
+ #: contact_form.php:1460
895
+ #: contact_form.php:1481
896
  msgid "Border color"
897
  msgstr ""
898
 
899
+ #: contact_form.php:1465
900
  #, fuzzy
901
  msgid "Submit button"
902
  msgstr "Invia"
903
 
904
+ #: contact_form.php:1467
905
  msgid "Width in px, numbers only"
906
  msgstr ""
907
 
908
+ #: contact_form.php:1471
909
  msgid "Button color"
910
  msgstr ""
911
 
912
+ #: contact_form.php:1476
913
  msgid "Button text color"
914
  msgstr ""
915
 
916
+ #: contact_form.php:1509
917
  #, fuzzy
918
  msgid "Contact Form Pro | Preview"
919
  msgstr "Contact Form"
920
 
921
+ #: contact_form.php:1512
922
  msgid "Show with errors"
923
  msgstr ""
924
 
925
+ #: contact_form.php:1520
926
+ #: contact_form.php:1522
927
  msgid "Please enter your full name..."
928
  msgstr ""
929
 
930
+ #: contact_form.php:1533
931
+ #: contact_form.php:1535
932
  msgid "Please enter your address..."
933
  msgstr ""
934
 
935
+ #: contact_form.php:1544
936
+ #: contact_form.php:1546
937
  #, fuzzy
938
  msgid "Please enter your email address..."
939
  msgstr "Utilizza questa e-mail:"
940
 
941
+ #: contact_form.php:1555
942
+ #: contact_form.php:1557
943
  msgid "Please enter your phone number..."
944
  msgstr ""
945
 
946
+ #: contact_form.php:1566
947
+ #: contact_form.php:1568
948
  msgid "Please enter subject..."
949
  msgstr ""
950
 
951
+ #: contact_form.php:1576
952
+ #: contact_form.php:1578
953
  msgid "Please enter your message..."
954
  msgstr ""
955
 
956
+ #: contact_form.php:1620
957
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
958
  msgstr ""
959
 
960
+ #: contact_form.php:1622
961
  msgid "Please, go to"
962
  msgstr ""
963
 
964
+ #: contact_form.php:1622
965
  #, fuzzy
966
  msgid "the setting page"
967
  msgstr "Settaggi"
968
 
969
+ #: contact_form.php:1623
970
  msgid "You will be redirected automatically in 5 seconds."
971
  msgstr ""
972
 
973
+ #: contact_form.php:1628
974
  msgid "You can download and activate"
975
  msgstr ""
976
 
977
+ #: contact_form.php:1630
978
  msgid "version of this plugin by entering Your license key."
979
  msgstr ""
980
 
981
+ #: contact_form.php:1632
982
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
983
  msgstr ""
984
 
985
+ #: contact_form.php:1634
986
  msgid "(your username is the email you specify when purchasing the product)."
987
  msgstr ""
988
 
989
+ #: contact_form.php:1642
990
+ #: contact_form.php:1652
991
+ #, fuzzy
992
+ msgid "Activate"
993
+ msgstr "Plugin attivati"
994
 
995
+ #: contact_form.php:1718
996
  msgid "Sorry, email message could not be delivered."
997
  msgstr "Spiacenti, la tua e-mail non può essere consegnata al momento."
998
 
999
+ #: contact_form.php:2119
1000
  msgid "Contact from"
1001
  msgstr "Contact from"
1002
 
1003
+ #: contact_form.php:2136
1004
+ #: contact_form.php:2168
1005
  msgid "Email"
1006
  msgstr "e-mail"
1007
 
1008
+ #: contact_form.php:2141
1009
+ #: contact_form.php:2171
1010
  msgid "Phone"
1011
  msgstr "Telefono"
1012
 
1013
+ #: contact_form.php:2152
1014
+ #: contact_form.php:2178
1015
  msgid "Site"
1016
  msgstr "Sito"
1017
 
1018
+ #: contact_form.php:2250
1019
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1020
  msgstr "Se puoi visualizzare questo MIME il tuo client non supporta i MIME types!"
1021
 
1022
+ #: contact_form.php:2320
 
 
 
 
1023
  msgid "Support"
1024
  msgstr "Supporto"
1025
 
1026
+ #: contact_form.php:2368
1027
  msgid "Are you sure that you want to delete this language data?"
1028
  msgstr "Sei sicuro di voler cancellare questo linguaggio?"
1029
 
1030
+ #: contact_form.php:2577
1031
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
1032
  msgstr ""
1033
 
1034
+ #: contact_form.php:2578
1035
  msgid "Extend standard plugin functionality with new great options."
1036
  msgstr ""
1037
 
1038
+ #: contact_form.php:2593
1039
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1040
  msgstr ""
1041
 
1042
+ #: contact_form.php:2594
1043
  msgid "Manage messages that have been sent from your website."
1044
  msgstr ""
1045
 
languages/contact_form-ja.mo CHANGED
Binary file
languages/contact_form-ja.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-04-14 15:38+0300\n"
6
- "PO-Revision-Date: 2014-04-14 15:38+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: foken <foken@gmx.com>\n"
9
  "Language: ja_JP\n"
@@ -16,996 +16,1007 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:73
20
- #: contact_form.php:785
21
  msgid "Contact Form Settings"
22
  msgstr "コンタクトフォーム設定"
23
 
24
- #: contact_form.php:73
25
  msgid "Contact Form"
26
  msgstr "コンタクトフォーム"
27
 
28
- #: contact_form.php:149
29
- #: contact_form.php:1131
30
- #: contact_form.php:1165
31
  msgid "Name:"
32
  msgstr "名前:"
33
 
34
- #: contact_form.php:150
35
- #: contact_form.php:1132
36
- #: contact_form.php:1166
37
  msgid "Address:"
38
  msgstr "住所:"
39
 
40
- #: contact_form.php:151
41
- #: contact_form.php:1133
42
- #: contact_form.php:1167
43
  msgid "Email Address:"
44
  msgstr "Eメール:"
45
 
46
- #: contact_form.php:152
47
- #: contact_form.php:1134
48
- #: contact_form.php:1168
49
  msgid "Phone number:"
50
  msgstr "電話番号:"
51
 
52
- #: contact_form.php:153
53
- #: contact_form.php:1135
54
- #: contact_form.php:1169
55
  msgid "Subject:"
56
  msgstr "件名:"
57
 
58
- #: contact_form.php:154
59
- #: contact_form.php:1136
60
- #: contact_form.php:1170
61
  msgid "Message:"
62
  msgstr "メッセージ:"
63
 
64
- #: contact_form.php:155
65
- #: contact_form.php:1137
66
- #: contact_form.php:1171
67
  msgid "Attachment:"
68
  msgstr "添付:"
69
 
70
- #: contact_form.php:156
71
  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"
72
  msgstr "サポートしてるファイル形式: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. 最大ファイルサイズ: 2MB"
73
 
74
- #: contact_form.php:157
75
- #: contact_form.php:1139
76
- #: contact_form.php:1173
77
  msgid "Send me a copy"
78
  msgstr "コピーを自分に送る"
79
 
80
- #: contact_form.php:158
81
- #: contact_form.php:1140
82
- #: contact_form.php:1174
83
  msgid "Submit"
84
  msgstr "送信"
85
 
86
- #: contact_form.php:159
87
  msgid "Your name is required."
88
  msgstr "名前は必須です。"
89
 
90
- #: contact_form.php:160
91
  msgid "Address is required."
92
  msgstr "住所が必要です。"
93
 
94
- #: contact_form.php:161
95
  msgid "A valid email address is required."
96
  msgstr "有効なEメールアドレスlが必須です。"
97
 
98
- #: contact_form.php:162
99
  msgid "Phone number is required."
100
  msgstr "電話番号は必須です。"
101
 
102
- #: contact_form.php:163
103
  msgid "Subject is required."
104
  msgstr "件名は必須です。"
105
 
106
- #: contact_form.php:164
107
  msgid "Message text is required."
108
  msgstr "メッセージ本文は必須です。"
109
 
110
- #: contact_form.php:165
111
  msgid "File format is not valid."
112
  msgstr "添付が壊れています。"
113
 
114
- #: contact_form.php:166
115
  msgid "File upload error."
116
  msgstr "ファイル・アップロード・エラー。"
117
 
118
- #: contact_form.php:167
119
  msgid "The file could not be uploaded."
120
  msgstr "ファイルは、アップロード出来ませんでした。"
121
 
122
- #: contact_form.php:168
123
  msgid "This file is too large."
124
  msgstr "このファイルは大きすぎます。"
125
 
126
- #: contact_form.php:169
127
  msgid "Please fill out the CAPTCHA."
128
  msgstr "CAPTCHAを入力して下さい。"
129
 
130
- #: contact_form.php:170
131
  msgid "Please make corrections below and try again."
132
  msgstr "以下を修正し、再度試して下さい。"
133
 
134
- #: contact_form.php:172
135
  msgid "Thank you for contacting us."
136
  msgstr "ご連絡ありがとうございます"
137
 
138
- #: contact_form.php:322
139
  #, fuzzy
140
  msgid "requires"
141
  msgstr "必須フィールド"
142
 
143
- #: contact_form.php:322
144
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
145
  msgstr ""
146
 
147
- #: contact_form.php:322
148
  msgid "Back to the WordPress"
149
  msgstr ""
150
 
151
- #: contact_form.php:322
152
  #, fuzzy
153
  msgid "Plugins page"
154
  msgstr "Pro Plugins"
155
 
156
- #: contact_form.php:626
157
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
158
  msgstr "’ページに転送’オプションを選択した場合は、URLフィールドが、以下の形式になります"
159
 
160
- #: contact_form.php:635
161
  msgid "Such user does not exist. Settings are not saved."
162
  msgstr "このようなユーザは存在しません。設定は保存されません。"
163
 
164
- #: contact_form.php:639
165
- #: contact_form.php:645
166
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
167
  msgstr "'送信者'フィールドに正確なEメール・アドレスを入力して下さい。設定は保存されません。"
168
 
169
- #: contact_form.php:661
170
  msgid "Settings saved."
171
  msgstr "設定保存."
172
 
173
- #: contact_form.php:688
174
- #: contact_form.php:720
175
  msgid "Wrong license key"
176
  msgstr ""
177
 
178
- #: contact_form.php:713
179
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
180
  msgstr ""
181
 
182
- #: contact_form.php:722
183
  msgid "This license key is bind to another site"
184
  msgstr ""
185
 
186
- #: contact_form.php:724
187
- #: contact_form.php:1570
188
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
189
  msgstr ""
190
 
191
- #: contact_form.php:741
192
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
193
  msgstr ""
194
 
195
- #: contact_form.php:747
196
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
197
  msgstr ""
198
 
199
- #: contact_form.php:751
200
- #: contact_form.php:760
201
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
202
  msgstr ""
203
 
204
- #: contact_form.php:764
205
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
206
  msgstr ""
207
 
208
- #: contact_form.php:779
209
  #, fuzzy
210
  msgid "Please, enter Your license key"
211
  msgstr "メッセージを入力して下さい..."
212
 
213
- #: contact_form.php:787
214
- #: contact_form.php:2216
215
- #: contact_form.php:2228
216
  msgid "Settings"
217
  msgstr "設定"
218
 
219
- #: contact_form.php:788
220
  msgid "Extra settings"
221
  msgstr "追加設定"
222
 
223
- #: contact_form.php:789
 
 
 
 
 
224
  msgid "Go PRO"
225
  msgstr ""
226
 
227
- #: contact_form.php:792
228
  msgid "Notice:"
229
  msgstr ""
230
 
231
- #: contact_form.php:792
232
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
233
  msgstr ""
234
 
235
- #: contact_form.php:798
236
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
237
  msgstr ""
238
 
239
- #: contact_form.php:804
240
- #: contact_form.php:809
241
- #: contact_form.php:1529
242
  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:"
243
  msgstr "コンタクトフォームをあなたのサイトに追加したい場合は、このショートカットを投稿、ページ又はウェジットにコピーして貼り付けるだけです:"
244
 
245
- #: contact_form.php:804
246
- #: contact_form.php:805
247
- #: contact_form.php:809
248
- #: contact_form.php:810
249
- #: contact_form.php:1155
250
- #: contact_form.php:1157
251
- #: contact_form.php:1212
252
- #: contact_form.php:1214
253
  msgid "or"
254
  msgstr "又は"
255
 
256
- #: contact_form.php:805
257
- #: contact_form.php:810
258
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
259
  msgstr "標準的な短いコード [contact_form]に問題がある場合は、この短いコードをご利用下さい"
260
 
261
- #: contact_form.php:806
262
- #: contact_form.php:811
263
  msgid "They work the same way."
264
  msgstr "同様に動作します。"
265
 
266
- #: contact_form.php:807
267
- #: contact_form.php:812
268
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
269
  msgstr "以下の項目の情報が空欄の場合、登録の際に記述したアドレスにメッセージが送られます。"
270
 
271
- #: contact_form.php:817
272
  msgid "The user's email address:"
273
  msgstr "wordpressユーザのemailを利用r:"
274
 
275
- #: contact_form.php:821
276
  msgid "Create a username"
277
  msgstr "ユーザ名の選択"
278
 
279
- #: contact_form.php:828
280
  msgid "Enter a username of the person who should get the messages from the contact form."
281
  msgstr "コンタクトフォームからメッセージを受け取る方のユーザ名を入力。"
282
 
283
- #: contact_form.php:832
284
  msgid "Use this email address:"
285
  msgstr "このemailを利用:"
286
 
287
- #: contact_form.php:835
288
  msgid "Enter the email address you want the messages forwarded to."
289
  msgstr "メッセージ受信用のemailを設定。"
290
 
291
- #: contact_form.php:844
292
  msgid "Add department selectbox to the contact form:"
293
  msgstr ""
294
 
295
- #: contact_form.php:852
296
- #: contact_form.php:1412
297
  msgid "If you upgrade to Pro version all your settings will be saved."
298
  msgstr ""
299
 
300
- #: contact_form.php:859
301
- #: contact_form.php:997
302
- #: contact_form.php:1071
303
- #: contact_form.php:1419
304
  msgid "Unlock premium options by upgrading to a PRO version."
305
  msgstr ""
306
 
307
- #: contact_form.php:860
308
- #: contact_form.php:998
309
- #: contact_form.php:1072
310
- #: contact_form.php:1420
311
- #: contact_form.php:2473
312
- #: contact_form.php:2489
313
  msgid "Learn More"
314
  msgstr ""
315
 
316
- #: contact_form.php:863
317
- #: contact_form.php:1001
318
- #: contact_form.php:1075
319
- #: contact_form.php:1423
320
  msgid "Go"
321
  msgstr ""
322
 
323
- #: contact_form.php:870
324
  msgid "Save emails to the database"
325
  msgstr ""
326
 
327
- #: contact_form.php:876
328
  msgid "Using"
329
  msgstr ""
330
 
331
- #: contact_form.php:876
332
- #: contact_form.php:1048
333
- #: contact_form.php:1051
334
- #: contact_form.php:1055
335
  msgid "powered by"
336
  msgstr ""
337
 
338
- #: contact_form.php:879
339
- #: contact_form.php:883
340
  msgid "Using Contact Form to DB powered by"
341
  msgstr ""
342
 
343
- #: contact_form.php:879
344
  #, fuzzy
345
  msgid "Activate Contact Form to DB"
346
  msgstr "Contact Form Pro"
347
 
348
- #: contact_form.php:883
349
  #, fuzzy
350
  msgid "Download Contact Form to DB"
351
  msgstr "Contact Form Pro"
352
 
353
- #: contact_form.php:888
354
  msgid "Additional options"
355
  msgstr "追加オプション"
356
 
357
- #: contact_form.php:890
358
  msgid "Show"
359
  msgstr ""
360
 
361
- #: contact_form.php:891
362
  msgid "Hide"
363
  msgstr ""
364
 
365
- #: contact_form.php:895
366
  msgid "What to use?"
367
  msgstr "何用途?"
368
 
369
- #: contact_form.php:898
370
  msgid "Wp-mail"
371
  msgstr "WPメール"
372
 
373
- #: contact_form.php:898
374
  msgid "You can use the wp_mail function for mailing"
375
  msgstr "メールにwp_mali機能が利用できます"
376
 
377
- #: contact_form.php:900
378
  msgid "Mail"
379
  msgstr "メール"
380
 
381
- #: contact_form.php:900
382
  msgid "To send mail you can use the php mail function"
383
  msgstr "メールを送信するには、phpメール機能が利用できます"
384
 
385
- #: contact_form.php:904
386
  #, fuzzy
387
  msgid "The text in the 'From' field"
388
  msgstr "'送信者' フィールドのテキストを変更"
389
 
390
- #: contact_form.php:906
391
  #, fuzzy
392
  msgid "User name"
393
  msgstr "ユーザ・Eメール"
394
 
395
- #: contact_form.php:907
396
  #, fuzzy
397
  msgid "The name of the user who fills the form will be used in the field 'From'."
398
  msgstr "フォームを入力したユーザのEメール・アドレスは、'送信者'フィールドに使用されます。"
399
 
400
- #: contact_form.php:910
401
  #, fuzzy
402
  msgid "This text will be used in the 'FROM' field"
403
  msgstr "このEメール・アドレスは、'送信者'フィールドに使用されます。"
404
 
405
- #: contact_form.php:914
406
  #, fuzzy
407
  msgid "The email address in the 'From' field"
408
  msgstr "'送信者' フィールドにメールアドレスを入力して下さい"
409
 
410
- #: contact_form.php:916
411
  msgid "User email"
412
  msgstr "ユーザ・Eメール"
413
 
414
- #: contact_form.php:917
415
  msgid "The email address of the user who fills the form will be used in the field 'From'."
416
  msgstr "フォームを入力したユーザのEメール・アドレスは、'送信者'フィールドに使用されます。"
417
 
418
- #: contact_form.php:920
419
  msgid "This email address will be used in the 'From' field."
420
  msgstr "このEメール・アドレスは、'送信者'フィールドに使用されます。"
421
 
422
- #: contact_form.php:924
423
  #, fuzzy
424
  msgid "Required symbol"
425
  msgstr "必須フィールド"
426
 
427
- #: contact_form.php:934
428
  msgid "Fields"
429
  msgstr ""
430
 
431
- #: contact_form.php:935
432
  msgid "Used"
433
  msgstr ""
434
 
435
- #: contact_form.php:936
436
  #, fuzzy
437
  msgid "Required"
438
  msgstr "必須フィールド"
439
 
440
- #: contact_form.php:937
441
  msgid "Visible"
442
  msgstr ""
443
 
444
- #: contact_form.php:938
445
  msgid "Disabled for editing"
446
  msgstr ""
447
 
448
- #: contact_form.php:939
449
  msgid "Field's default value"
450
  msgstr ""
451
 
452
- #: contact_form.php:944
453
- #: contact_form.php:1287
454
- #: contact_form.php:2059
455
- #: contact_form.php:2089
456
  msgid "Name"
457
  msgstr "名前"
458
 
459
- #: contact_form.php:952
460
- #: contact_form.php:1292
461
- #: contact_form.php:2063
462
- #: contact_form.php:2091
 
 
 
 
463
  msgid "Address"
464
  msgstr "住所"
465
 
466
- #: contact_form.php:960
467
  msgid "Email Address"
468
  msgstr "Eメール・アドレス"
469
 
470
- #: contact_form.php:968
471
  #, fuzzy
472
  msgid "Phone number"
473
  msgstr "電話番号:"
474
 
475
- #: contact_form.php:976
476
- #: contact_form.php:1307
477
- #: contact_form.php:2073
478
- #: contact_form.php:2095
479
  msgid "Subject"
480
  msgstr "件名"
481
 
482
- #: contact_form.php:984
483
- #: contact_form.php:1311
484
- #: contact_form.php:2076
485
- #: contact_form.php:2096
486
  msgid "Message"
487
  msgstr "メッセージ"
488
 
489
- #: contact_form.php:1008
490
  msgid "Attachment block"
491
  msgstr "添付ブロック"
492
 
493
- #: contact_form.php:1010
494
  msgid "Users can attach the following file formats"
495
  msgstr "ユーザは、以下のタイプのファイルを添付できる"
496
 
497
- #: contact_form.php:1023
498
  msgid "Add to the form"
499
  msgstr ""
500
 
501
- #: contact_form.php:1028
502
  #, fuzzy
503
  msgid "Tips below the Attachment"
504
  msgstr "添付ブロックの下のチップス"
505
 
506
- #: contact_form.php:1037
507
  #, fuzzy
508
  msgid "'Send me a copy' block"
509
  msgstr "コピーブロックを自分に送る"
510
 
511
- #: contact_form.php:1048
512
- #: contact_form.php:1051
513
- #: contact_form.php:1055
514
- #: contact_form.php:1321
515
  msgid "Captcha"
516
  msgstr "Captcha"
517
 
518
- #: contact_form.php:1051
519
  msgid "Activate captcha"
520
  msgstr "有効なcaptcha"
521
 
522
- #: contact_form.php:1055
523
  msgid "Download captcha"
524
  msgstr "captchaをダウンロード"
525
 
526
- #: contact_form.php:1063
527
  msgid "Agreement checkbox"
528
  msgstr ""
529
 
530
- #: contact_form.php:1063
531
  msgid "Required checkbox for submitting the form"
532
  msgstr ""
533
 
534
- #: contact_form.php:1064
535
  msgid "Optional checkbox"
536
  msgstr ""
537
 
538
- #: contact_form.php:1064
539
  msgid "Optional checkbox, the results of which will be displayed in email"
540
  msgstr ""
541
 
542
- #: contact_form.php:1081
543
  msgid "Delete an attachment file from the server after the email is sent"
544
  msgstr ""
545
 
546
- #: contact_form.php:1087
547
  msgid "Email in HTML format sending"
548
  msgstr ""
549
 
550
- #: contact_form.php:1091
551
  msgid "Display additional info in the email"
552
  msgstr "メール中に追加情報を表示"
553
 
554
- #: contact_form.php:1096
555
- #: contact_form.php:2026
556
- #: contact_form.php:2028
557
  msgid "Sent from (ip address)"
558
  msgstr "(IP-Adresse)から送られた"
559
 
560
- #: contact_form.php:1096
561
  #, fuzzy
562
  msgid "Example: Sent from (IP address):\t127.0.0.1"
563
  msgstr "(IP-Adresse)から送られた"
564
 
565
- #: contact_form.php:1097
566
- #: contact_form.php:2032
567
- #: contact_form.php:2034
568
  msgid "Date/Time"
569
  msgstr "日時"
570
 
571
- #: contact_form.php:1097
572
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
573
  msgstr ""
574
 
575
- #: contact_form.php:1098
576
- #: contact_form.php:2038
577
- #: contact_form.php:2040
578
  msgid "Sent from (referer)"
579
  msgstr "(referer)から送られている"
580
 
581
- #: contact_form.php:1098
582
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
583
  msgstr ""
584
 
585
- #: contact_form.php:1099
586
- #: contact_form.php:2044
587
- #: contact_form.php:2046
588
  msgid "Using (user agent)"
589
  msgstr "(user agent)使用"
590
 
591
- #: contact_form.php:1099
592
  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"
593
  msgstr ""
594
 
595
- #: contact_form.php:1103
596
  msgid "Language settings for the field names in the form"
597
  msgstr "フォームのフィールド名用の言語設定"
598
 
599
- #: contact_form.php:1112
600
  msgid "Add a language"
601
  msgstr "言語の追加"
602
 
603
- #: contact_form.php:1116
604
  msgid "Change the names of the contact form fields and error messages"
605
  msgstr "コンタクト・フォームのフィールドの名前及びエラーメッセージを変更"
606
 
607
- #: contact_form.php:1121
608
- #: contact_form.php:1202
609
  msgid "English"
610
  msgstr "英語"
611
 
612
- #: contact_form.php:1129
613
- #: contact_form.php:1163
614
  msgid "click to expand/hide the list"
615
  msgstr ""
616
 
617
- #: contact_form.php:1138
618
- #: contact_form.php:1172
619
  #, fuzzy
620
  msgid "Tips below the Attachment block"
621
  msgstr "添付ブロックの下のチップス"
622
 
623
- #: contact_form.php:1141
624
- #: contact_form.php:1175
625
  msgid "Error message for the Name field"
626
  msgstr "名前フィールド用のエラーメッセージ"
627
 
628
- #: contact_form.php:1142
629
- #: contact_form.php:1176
630
  msgid "Error message for the Address field"
631
  msgstr "住所フィールド用のエラーメッセージ"
632
 
633
- #: contact_form.php:1143
634
- #: contact_form.php:1177
635
  msgid "Error message for the Email field"
636
  msgstr "Eメール・フィールド用のエラーメッセージ"
637
 
638
- #: contact_form.php:1144
639
- #: contact_form.php:1178
640
  msgid "Error message for the Phone field"
641
  msgstr "電話フィールド用のエラーメッセージ"
642
 
643
- #: contact_form.php:1145
644
- #: contact_form.php:1179
645
  msgid "Error message for the Subject field"
646
  msgstr "件名フィールド用のエラーメッセージ"
647
 
648
- #: contact_form.php:1146
649
- #: contact_form.php:1180
650
  msgid "Error message for the Message field"
651
  msgstr "メッセージ・フィールド用のエラーメッセージ"
652
 
653
- #: contact_form.php:1147
654
- #: contact_form.php:1181
655
  msgid "Error message about the file type for the Attachment field"
656
  msgstr "添付フィールド用の拡張子タイプに関するエラーメッセージ"
657
 
658
- #: contact_form.php:1148
659
- #: contact_form.php:1182
660
  msgid "Error message while uploading a file for the Attachment field to the server"
661
  msgstr "添付フィールド用のファイルをサーバにアップロード中のエラーメッセージ"
662
 
663
- #: contact_form.php:1149
664
- #: contact_form.php:1183
665
  msgid "Error message while moving the file for the Attachment field"
666
  msgstr "添付フィールド用のファイルを移動中のエラーメッセージ"
667
 
668
- #: contact_form.php:1150
669
- #: contact_form.php:1184
670
  msgid "Error message when file size limit for the Attachment field is exceeded"
671
  msgstr "添付フィールド用のファイルサイズ制限を超した場合のエラーメッセージ"
672
 
673
- #: contact_form.php:1151
674
- #: contact_form.php:1185
675
  msgid "Error message for the Captcha field"
676
  msgstr "Captcha フィールド用のエラーメッセージ"
677
 
678
- #: contact_form.php:1152
679
- #: contact_form.php:1186
680
  msgid "Error message for the whole form"
681
  msgstr "全体フォーム用のエラーメッセージ"
682
 
683
- #: contact_form.php:1155
684
- #: contact_form.php:1157
685
- #: contact_form.php:1189
686
- #: contact_form.php:1191
687
- #: contact_form.php:1212
688
- #: contact_form.php:1214
689
- #: contact_form.php:1222
690
  #: contact_form.php:1224
 
 
 
 
 
 
 
691
  msgid "Use shortcode"
692
  msgstr "短いコードの利用"
693
 
694
- #: contact_form.php:1155
695
- #: contact_form.php:1157
696
- #: contact_form.php:1189
697
- #: contact_form.php:1191
698
- #: contact_form.php:1212
699
- #: contact_form.php:1214
700
- #: contact_form.php:1222
701
  #: contact_form.php:1224
 
 
 
 
 
 
 
702
  msgid "for this language"
703
  msgstr "この言語用"
704
 
705
- #: contact_form.php:1199
 
 
 
 
 
706
  msgid "Action after email is sent"
707
  msgstr "メール送信後の行動"
708
 
709
- #: contact_form.php:1201
710
  msgid "Display text"
711
  msgstr "テキストを表示"
712
 
713
- #: contact_form.php:1210
714
- #: contact_form.php:1220
715
  msgid "Text"
716
  msgstr "文字"
717
 
718
- #: contact_form.php:1231
719
  msgid "Redirect to the page"
720
  msgstr "ページに転送"
721
 
722
- #: contact_form.php:1232
723
  msgid "Url"
724
  msgstr "Url"
725
 
726
- #: contact_form.php:1236
727
  msgid "The $_SERVER variable that is used to build a URL of the form"
728
  msgstr ""
729
 
730
- #: contact_form.php:1240
731
  msgid "If you are not sure whether to change this setting or not, please do not do that."
732
  msgstr ""
733
 
734
- #: contact_form.php:1246
735
- #: contact_form.php:1430
736
  msgid "Save Changes"
737
  msgstr "変更を保存"
738
 
739
- #: contact_form.php:1251
740
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
741
  msgstr ""
742
 
743
- #: contact_form.php:1252
744
  #, fuzzy
745
  msgid "Rate the plugin"
746
  msgstr "無料プラグイン"
747
 
748
- #: contact_form.php:1255
749
  #, fuzzy
750
  msgid "If there is something wrong about it, please contact us"
751
  msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
752
 
753
- #: contact_form.php:1267
754
  msgid "Errors output"
755
  msgstr "エラー出力"
756
 
757
- #: contact_form.php:1270
758
  msgid "Display error messages"
759
  msgstr "エラーメッセージの表示"
760
 
761
- #: contact_form.php:1271
762
  msgid "Color of the input field errors."
763
  msgstr "入力フィールド・エラーの色"
764
 
765
- #: contact_form.php:1272
766
  msgid "Display error messages & color of the input field errors"
767
  msgstr "エラーメッセージと入力フィールド・エラーの色を表示"
768
 
769
- #: contact_form.php:1277
770
  msgid "Add placeholder to the input blocks"
771
  msgstr "プレースホルダーを入力ブロックに追加"
772
 
773
- #: contact_form.php:1283
774
  msgid "Add tooltips"
775
  msgstr "ツールチップの追加"
776
 
777
- #: contact_form.php:1297
778
  msgid "Email address"
779
  msgstr "Eメール・アドレス"
780
 
781
- #: contact_form.php:1302
782
  msgid "Phone Number"
783
  msgstr "電話番号"
784
 
785
- #: contact_form.php:1316
786
  msgid "Attachment"
787
  msgstr "添付"
788
 
789
- #: contact_form.php:1321
790
  msgid "(powered by bestwebsoft.com)"
791
  msgstr "(powered by bestwebsoft.com)"
792
 
793
- #: contact_form.php:1326
794
  msgid "Style options"
795
  msgstr "スタイル・オプション"
796
 
797
- #: contact_form.php:1329
798
  msgid "Text color"
799
  msgstr "文字色"
800
 
801
- #: contact_form.php:1332
802
- #: contact_form.php:1337
803
- #: contact_form.php:1347
804
- #: contact_form.php:1352
805
- #: contact_form.php:1357
806
- #: contact_form.php:1362
807
- #: contact_form.php:1372
808
- #: contact_form.php:1377
809
- #: contact_form.php:1383
810
- #: contact_form.php:1394
811
- #: contact_form.php:1399
812
- #: contact_form.php:1404
813
  msgid "Default"
814
  msgstr "標準"
815
 
816
- #: contact_form.php:1334
817
  msgid "Label text color"
818
  msgstr "ラベル文字色"
819
 
820
- #: contact_form.php:1339
821
  msgid "Placeholder color"
822
  msgstr "プレースホルダ色"
823
 
824
- #: contact_form.php:1344
825
  msgid "Errors color"
826
  msgstr "エラーの色"
827
 
828
- #: contact_form.php:1349
829
  msgid "Error text color"
830
  msgstr "エラーテキストの色"
831
 
832
- #: contact_form.php:1354
833
  msgid "Background color of the input field errors"
834
  msgstr "入力フィールド・エラーの背景色"
835
 
836
- #: contact_form.php:1359
837
  msgid "Border color of the input field errors"
838
  msgstr "入力フィールド・エラーの罫線色"
839
 
840
- #: contact_form.php:1364
841
  msgid "Placeholder color of the input field errors"
842
  msgstr "入力フィールド・エラー用のプレースホルダ色"
843
 
844
- #: contact_form.php:1369
845
  msgid "Input fields"
846
  msgstr "フィールドを入力"
847
 
848
- #: contact_form.php:1374
849
  msgid "Input fields background color"
850
  msgstr "フィールドの背景色の入力"
851
 
852
- #: contact_form.php:1379
853
  msgid "Text fields color"
854
  msgstr "文字フィールド色"
855
 
856
- #: contact_form.php:1381
857
  msgid "Border width in px, numbers only"
858
  msgstr "罫線幅(px単位)、数値のみ"
859
 
860
- #: contact_form.php:1385
861
- #: contact_form.php:1406
862
  msgid "Border color"
863
  msgstr "罫線色"
864
 
865
- #: contact_form.php:1390
866
  msgid "Submit button"
867
  msgstr "送信ボタン"
868
 
869
- #: contact_form.php:1392
870
  msgid "Width in px, numbers only"
871
  msgstr "px単位の幅、数字のみ"
872
 
873
- #: contact_form.php:1396
874
  msgid "Button color"
875
  msgstr "ボタンの色"
876
 
877
- #: contact_form.php:1401
878
  msgid "Button text color"
879
  msgstr "ボタン文字の色"
880
 
881
- #: contact_form.php:1434
882
  msgid "Contact Form Pro | Preview"
883
  msgstr "Contact Form Pro | プレビュー"
884
 
885
- #: contact_form.php:1437
886
  msgid "Show with errors"
887
  msgstr "エラーで表示"
888
 
889
- #: contact_form.php:1445
890
- #: contact_form.php:1447
891
  msgid "Please enter your full name..."
892
  msgstr "貴方の氏名を入力して下さい..."
893
 
894
- #: contact_form.php:1458
895
- #: contact_form.php:1460
896
  msgid "Please enter your address..."
897
  msgstr "貴方の住所を入力して下さい..."
898
 
899
- #: contact_form.php:1469
900
- #: contact_form.php:1471
901
  msgid "Please enter your email address..."
902
  msgstr "貴方のEメール・アドレスを入力して下さい..."
903
 
904
- #: contact_form.php:1480
905
- #: contact_form.php:1482
906
  msgid "Please enter your phone number..."
907
  msgstr "貴方の電話番号を入力して下さい..."
908
 
909
- #: contact_form.php:1491
910
- #: contact_form.php:1493
911
  msgid "Please enter subject..."
912
  msgstr "件名を入力して下さい..."
913
 
914
- #: contact_form.php:1501
915
- #: contact_form.php:1503
916
  msgid "Please enter your message..."
917
  msgstr "メッセージを入力して下さい..."
918
 
919
- #: contact_form.php:1545
920
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
921
  msgstr ""
922
 
923
- #: contact_form.php:1547
924
  msgid "Please, go to"
925
  msgstr ""
926
 
927
- #: contact_form.php:1547
928
  #, fuzzy
929
  msgid "the setting page"
930
  msgstr "追加設定"
931
 
932
- #: contact_form.php:1548
933
  msgid "You will be redirected automatically in 5 seconds."
934
  msgstr ""
935
 
936
- #: contact_form.php:1553
937
  msgid "You can download and activate"
938
  msgstr ""
939
 
940
- #: contact_form.php:1555
941
  msgid "version of this plugin by entering Your license key."
942
  msgstr ""
943
 
944
- #: contact_form.php:1557
945
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
946
  msgstr ""
947
 
948
- #: contact_form.php:1559
949
  msgid "(your username is the email you specify when purchasing the product)."
950
  msgstr ""
951
 
952
- #: contact_form.php:1567
953
- #: contact_form.php:1577
954
- msgid "Go!"
955
- msgstr ""
 
956
 
957
- #: contact_form.php:1647
958
  msgid "Sorry, email message could not be delivered."
959
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
960
 
961
- #: contact_form.php:2053
962
  msgid "Contact from"
963
  msgstr "コンタクトフォーム"
964
 
965
- #: contact_form.php:2066
966
- #: contact_form.php:2092
967
  msgid "Email"
968
  msgstr "Eメール"
969
 
970
- #: contact_form.php:2070
971
- #: contact_form.php:2094
972
  msgid "Phone"
973
  msgstr "電話"
974
 
975
- #: contact_form.php:2079
976
- #: contact_form.php:2097
977
  msgid "Site"
978
  msgstr "サイト"
979
 
980
- #: contact_form.php:2160
981
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
982
  msgstr "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
983
 
984
- #: contact_form.php:2229
985
- msgid "FAQ"
986
- msgstr "FAQ"
987
-
988
- #: contact_form.php:2230
989
  msgid "Support"
990
  msgstr "サポート"
991
 
992
- #: contact_form.php:2280
993
  msgid "Are you sure that you want to delete this language data?"
994
  msgstr "本当に、この言語データを削除しますか?"
995
 
996
- #: contact_form.php:2476
997
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
998
  msgstr ""
999
 
1000
- #: contact_form.php:2477
1001
  msgid "Extend standard plugin functionality with new great options."
1002
  msgstr ""
1003
 
1004
- #: contact_form.php:2492
1005
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1006
  msgstr ""
1007
 
1008
- #: contact_form.php:2493
1009
  msgid "Manage messages that have been sent from your website."
1010
  msgstr ""
1011
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-08 14:52+0300\n"
6
+ "PO-Revision-Date: 2014-07-08 14:52+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: foken <foken@gmx.com>\n"
9
  "Language: ja_JP\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:74
20
+ #: contact_form.php:845
21
  msgid "Contact Form Settings"
22
  msgstr "コンタクトフォーム設定"
23
 
24
+ #: contact_form.php:74
25
  msgid "Contact Form"
26
  msgstr "コンタクトフォーム"
27
 
28
+ #: contact_form.php:150
29
+ #: contact_form.php:1200
30
+ #: contact_form.php:1234
31
  msgid "Name:"
32
  msgstr "名前:"
33
 
34
+ #: contact_form.php:151
35
+ #: contact_form.php:1201
36
+ #: contact_form.php:1235
37
  msgid "Address:"
38
  msgstr "住所:"
39
 
40
+ #: contact_form.php:152
41
+ #: contact_form.php:1202
42
+ #: contact_form.php:1236
43
  msgid "Email Address:"
44
  msgstr "Eメール:"
45
 
46
+ #: contact_form.php:153
47
+ #: contact_form.php:1203
48
+ #: contact_form.php:1237
49
  msgid "Phone number:"
50
  msgstr "電話番号:"
51
 
52
+ #: contact_form.php:154
53
+ #: contact_form.php:1204
54
+ #: contact_form.php:1238
55
  msgid "Subject:"
56
  msgstr "件名:"
57
 
58
+ #: contact_form.php:155
59
+ #: contact_form.php:1205
60
+ #: contact_form.php:1239
61
  msgid "Message:"
62
  msgstr "メッセージ:"
63
 
64
+ #: contact_form.php:156
65
+ #: contact_form.php:1206
66
+ #: contact_form.php:1240
67
  msgid "Attachment:"
68
  msgstr "添付:"
69
 
70
+ #: contact_form.php:157
71
  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"
72
  msgstr "サポートしてるファイル形式: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. 最大ファイルサイズ: 2MB"
73
 
74
+ #: contact_form.php:158
75
+ #: contact_form.php:1208
76
+ #: contact_form.php:1242
77
  msgid "Send me a copy"
78
  msgstr "コピーを自分に送る"
79
 
80
+ #: contact_form.php:159
81
+ #: contact_form.php:1209
82
+ #: contact_form.php:1243
83
  msgid "Submit"
84
  msgstr "送信"
85
 
86
+ #: contact_form.php:160
87
  msgid "Your name is required."
88
  msgstr "名前は必須です。"
89
 
90
+ #: contact_form.php:161
91
  msgid "Address is required."
92
  msgstr "住所が必要です。"
93
 
94
+ #: contact_form.php:162
95
  msgid "A valid email address is required."
96
  msgstr "有効なEメールアドレスlが必須です。"
97
 
98
+ #: contact_form.php:163
99
  msgid "Phone number is required."
100
  msgstr "電話番号は必須です。"
101
 
102
+ #: contact_form.php:164
103
  msgid "Subject is required."
104
  msgstr "件名は必須です。"
105
 
106
+ #: contact_form.php:165
107
  msgid "Message text is required."
108
  msgstr "メッセージ本文は必須です。"
109
 
110
+ #: contact_form.php:166
111
  msgid "File format is not valid."
112
  msgstr "添付が壊れています。"
113
 
114
+ #: contact_form.php:167
115
  msgid "File upload error."
116
  msgstr "ファイル・アップロード・エラー。"
117
 
118
+ #: contact_form.php:168
119
  msgid "The file could not be uploaded."
120
  msgstr "ファイルは、アップロード出来ませんでした。"
121
 
122
+ #: contact_form.php:169
123
  msgid "This file is too large."
124
  msgstr "このファイルは大きすぎます。"
125
 
126
+ #: contact_form.php:170
127
  msgid "Please fill out the CAPTCHA."
128
  msgstr "CAPTCHAを入力して下さい。"
129
 
130
+ #: contact_form.php:171
131
  msgid "Please make corrections below and try again."
132
  msgstr "以下を修正し、再度試して下さい。"
133
 
134
+ #: contact_form.php:173
135
  msgid "Thank you for contacting us."
136
  msgstr "ご連絡ありがとうございます"
137
 
138
+ #: contact_form.php:369
139
  #, fuzzy
140
  msgid "requires"
141
  msgstr "必須フィールド"
142
 
143
+ #: contact_form.php:369
144
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
145
  msgstr ""
146
 
147
+ #: contact_form.php:369
148
  msgid "Back to the WordPress"
149
  msgstr ""
150
 
151
+ #: contact_form.php:369
152
  #, fuzzy
153
  msgid "Plugins page"
154
  msgstr "Pro Plugins"
155
 
156
+ #: contact_form.php:677
157
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
158
  msgstr "’ページに転送’オプションを選択した場合は、URLフィールドが、以下の形式になります"
159
 
160
+ #: contact_form.php:686
161
  msgid "Such user does not exist. Settings are not saved."
162
  msgstr "このようなユーザは存在しません。設定は保存されません。"
163
 
164
+ #: contact_form.php:690
165
+ #: contact_form.php:696
166
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
167
  msgstr "'送信者'フィールドに正確なEメール・アドレスを入力して下さい。設定は保存されません。"
168
 
169
+ #: contact_form.php:721
170
  msgid "Settings saved."
171
  msgstr "設定保存."
172
 
173
+ #: contact_form.php:748
174
+ #: contact_form.php:780
175
  msgid "Wrong license key"
176
  msgstr ""
177
 
178
+ #: contact_form.php:773
179
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
180
  msgstr ""
181
 
182
+ #: contact_form.php:782
183
  msgid "This license key is bind to another site"
184
  msgstr ""
185
 
186
+ #: contact_form.php:784
187
+ #: contact_form.php:1645
188
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
189
  msgstr ""
190
 
191
+ #: contact_form.php:801
192
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
193
  msgstr ""
194
 
195
+ #: contact_form.php:807
196
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
197
  msgstr ""
198
 
199
+ #: contact_form.php:811
200
+ #: contact_form.php:820
201
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
202
  msgstr ""
203
 
204
+ #: contact_form.php:824
205
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
206
  msgstr ""
207
 
208
+ #: contact_form.php:839
209
  #, fuzzy
210
  msgid "Please, enter Your license key"
211
  msgstr "メッセージを入力して下さい..."
212
 
213
+ #: contact_form.php:847
214
+ #: contact_form.php:2306
215
+ #: contact_form.php:2318
216
  msgid "Settings"
217
  msgstr "設定"
218
 
219
+ #: contact_form.php:848
220
  msgid "Extra settings"
221
  msgstr "追加設定"
222
 
223
+ #: contact_form.php:849
224
+ #: contact_form.php:2319
225
+ msgid "FAQ"
226
+ msgstr "FAQ"
227
+
228
+ #: contact_form.php:850
229
  msgid "Go PRO"
230
  msgstr ""
231
 
232
+ #: contact_form.php:853
233
  msgid "Notice:"
234
  msgstr ""
235
 
236
+ #: contact_form.php:853
237
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
238
  msgstr ""
239
 
240
+ #: contact_form.php:859
241
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
242
  msgstr ""
243
 
244
+ #: contact_form.php:865
245
+ #: contact_form.php:870
246
+ #: contact_form.php:1604
247
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
248
  msgstr "コンタクトフォームをあなたのサイトに追加したい場合は、このショートカットを投稿、ページ又はウェジットにコピーして貼り付けるだけです:"
249
 
250
+ #: contact_form.php:865
251
+ #: contact_form.php:866
252
+ #: contact_form.php:870
253
+ #: contact_form.php:871
254
+ #: contact_form.php:1224
255
+ #: contact_form.php:1226
256
+ #: contact_form.php:1287
257
+ #: contact_form.php:1289
258
  msgid "or"
259
  msgstr "又は"
260
 
261
+ #: contact_form.php:866
262
+ #: contact_form.php:871
263
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
264
  msgstr "標準的な短いコード [contact_form]に問題がある場合は、この短いコードをご利用下さい"
265
 
266
+ #: contact_form.php:867
267
+ #: contact_form.php:872
268
  msgid "They work the same way."
269
  msgstr "同様に動作します。"
270
 
271
+ #: contact_form.php:868
272
+ #: contact_form.php:873
273
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
274
  msgstr "以下の項目の情報が空欄の場合、登録の際に記述したアドレスにメッセージが送られます。"
275
 
276
+ #: contact_form.php:878
277
  msgid "The user's email address:"
278
  msgstr "wordpressユーザのemailを利用r:"
279
 
280
+ #: contact_form.php:882
281
  msgid "Create a username"
282
  msgstr "ユーザ名の選択"
283
 
284
+ #: contact_form.php:889
285
  msgid "Enter a username of the person who should get the messages from the contact form."
286
  msgstr "コンタクトフォームからメッセージを受け取る方のユーザ名を入力。"
287
 
288
+ #: contact_form.php:893
289
  msgid "Use this email address:"
290
  msgstr "このemailを利用:"
291
 
292
+ #: contact_form.php:896
293
  msgid "Enter the email address you want the messages forwarded to."
294
  msgstr "メッセージ受信用のemailを設定。"
295
 
296
+ #: contact_form.php:905
297
  msgid "Add department selectbox to the contact form:"
298
  msgstr ""
299
 
300
+ #: contact_form.php:913
301
+ #: contact_form.php:1487
302
  msgid "If you upgrade to Pro version all your settings will be saved."
303
  msgstr ""
304
 
305
+ #: contact_form.php:920
306
+ #: contact_form.php:1066
307
+ #: contact_form.php:1140
308
+ #: contact_form.php:1494
309
  msgid "Unlock premium options by upgrading to a PRO version."
310
  msgstr ""
311
 
312
+ #: contact_form.php:921
313
+ #: contact_form.php:1067
314
+ #: contact_form.php:1141
315
+ #: contact_form.php:1495
316
+ #: contact_form.php:2574
317
+ #: contact_form.php:2590
318
  msgid "Learn More"
319
  msgstr ""
320
 
321
+ #: contact_form.php:924
322
+ #: contact_form.php:1070
323
+ #: contact_form.php:1144
324
+ #: contact_form.php:1498
325
  msgid "Go"
326
  msgstr ""
327
 
328
+ #: contact_form.php:931
329
  msgid "Save emails to the database"
330
  msgstr ""
331
 
332
+ #: contact_form.php:937
333
  msgid "Using"
334
  msgstr ""
335
 
336
+ #: contact_form.php:937
337
+ #: contact_form.php:1117
338
+ #: contact_form.php:1120
339
+ #: contact_form.php:1124
340
  msgid "powered by"
341
  msgstr ""
342
 
343
+ #: contact_form.php:940
344
+ #: contact_form.php:944
345
  msgid "Using Contact Form to DB powered by"
346
  msgstr ""
347
 
348
+ #: contact_form.php:940
349
  #, fuzzy
350
  msgid "Activate Contact Form to DB"
351
  msgstr "Contact Form Pro"
352
 
353
+ #: contact_form.php:944
354
  #, fuzzy
355
  msgid "Download Contact Form to DB"
356
  msgstr "Contact Form Pro"
357
 
358
+ #: contact_form.php:949
359
  msgid "Additional options"
360
  msgstr "追加オプション"
361
 
362
+ #: contact_form.php:951
363
  msgid "Show"
364
  msgstr ""
365
 
366
+ #: contact_form.php:952
367
  msgid "Hide"
368
  msgstr ""
369
 
370
+ #: contact_form.php:956
371
  msgid "What to use?"
372
  msgstr "何用途?"
373
 
374
+ #: contact_form.php:959
375
  msgid "Wp-mail"
376
  msgstr "WPメール"
377
 
378
+ #: contact_form.php:959
379
  msgid "You can use the wp_mail function for mailing"
380
  msgstr "メールにwp_mali機能が利用できます"
381
 
382
+ #: contact_form.php:961
383
  msgid "Mail"
384
  msgstr "メール"
385
 
386
+ #: contact_form.php:961
387
  msgid "To send mail you can use the php mail function"
388
  msgstr "メールを送信するには、phpメール機能が利用できます"
389
 
390
+ #: contact_form.php:965
391
  #, fuzzy
392
  msgid "The text in the 'From' field"
393
  msgstr "'送信者' フィールドのテキストを変更"
394
 
395
+ #: contact_form.php:967
396
  #, fuzzy
397
  msgid "User name"
398
  msgstr "ユーザ・Eメール"
399
 
400
+ #: contact_form.php:968
401
  #, fuzzy
402
  msgid "The name of the user who fills the form will be used in the field 'From'."
403
  msgstr "フォームを入力したユーザのEメール・アドレスは、'送信者'フィールドに使用されます。"
404
 
405
+ #: contact_form.php:971
406
  #, fuzzy
407
  msgid "This text will be used in the 'FROM' field"
408
  msgstr "このEメール・アドレスは、'送信者'フィールドに使用されます。"
409
 
410
+ #: contact_form.php:975
411
  #, fuzzy
412
  msgid "The email address in the 'From' field"
413
  msgstr "'送信者' フィールドにメールアドレスを入力して下さい"
414
 
415
+ #: contact_form.php:977
416
  msgid "User email"
417
  msgstr "ユーザ・Eメール"
418
 
419
+ #: contact_form.php:978
420
  msgid "The email address of the user who fills the form will be used in the field 'From'."
421
  msgstr "フォームを入力したユーザのEメール・アドレスは、'送信者'フィールドに使用されます。"
422
 
423
+ #: contact_form.php:981
424
  msgid "This email address will be used in the 'From' field."
425
  msgstr "このEメール・アドレスは、'送信者'フィールドに使用されます。"
426
 
427
+ #: contact_form.php:985
428
  #, fuzzy
429
  msgid "Required symbol"
430
  msgstr "必須フィールド"
431
 
432
+ #: contact_form.php:995
433
  msgid "Fields"
434
  msgstr ""
435
 
436
+ #: contact_form.php:996
437
  msgid "Used"
438
  msgstr ""
439
 
440
+ #: contact_form.php:997
441
  #, fuzzy
442
  msgid "Required"
443
  msgstr "必須フィールド"
444
 
445
+ #: contact_form.php:998
446
  msgid "Visible"
447
  msgstr ""
448
 
449
+ #: contact_form.php:999
450
  msgid "Disabled for editing"
451
  msgstr ""
452
 
453
+ #: contact_form.php:1000
454
  msgid "Field's default value"
455
  msgstr ""
456
 
457
+ #: contact_form.php:1005
458
+ #: contact_form.php:1362
459
+ #: contact_form.php:2125
460
+ #: contact_form.php:2161
461
  msgid "Name"
462
  msgstr "名前"
463
 
464
+ #: contact_form.php:1013
465
+ msgid "Location selectbox"
466
+ msgstr ""
467
+
468
+ #: contact_form.php:1021
469
+ #: contact_form.php:1367
470
+ #: contact_form.php:2131
471
+ #: contact_form.php:2165
472
  msgid "Address"
473
  msgstr "住所"
474
 
475
+ #: contact_form.php:1029
476
  msgid "Email Address"
477
  msgstr "Eメール・アドレス"
478
 
479
+ #: contact_form.php:1037
480
  #, fuzzy
481
  msgid "Phone number"
482
  msgstr "電話番号:"
483
 
484
+ #: contact_form.php:1045
485
+ #: contact_form.php:1382
486
+ #: contact_form.php:2146
487
+ #: contact_form.php:2174
488
  msgid "Subject"
489
  msgstr "件名"
490
 
491
+ #: contact_form.php:1053
492
+ #: contact_form.php:1386
493
+ #: contact_form.php:2149
494
+ #: contact_form.php:2176
495
  msgid "Message"
496
  msgstr "メッセージ"
497
 
498
+ #: contact_form.php:1077
499
  msgid "Attachment block"
500
  msgstr "添付ブロック"
501
 
502
+ #: contact_form.php:1079
503
  msgid "Users can attach the following file formats"
504
  msgstr "ユーザは、以下のタイプのファイルを添付できる"
505
 
506
+ #: contact_form.php:1092
507
  msgid "Add to the form"
508
  msgstr ""
509
 
510
+ #: contact_form.php:1097
511
  #, fuzzy
512
  msgid "Tips below the Attachment"
513
  msgstr "添付ブロックの下のチップス"
514
 
515
+ #: contact_form.php:1106
516
  #, fuzzy
517
  msgid "'Send me a copy' block"
518
  msgstr "コピーブロックを自分に送る"
519
 
520
+ #: contact_form.php:1117
521
+ #: contact_form.php:1120
522
+ #: contact_form.php:1124
523
+ #: contact_form.php:1396
524
  msgid "Captcha"
525
  msgstr "Captcha"
526
 
527
+ #: contact_form.php:1120
528
  msgid "Activate captcha"
529
  msgstr "有効なcaptcha"
530
 
531
+ #: contact_form.php:1124
532
  msgid "Download captcha"
533
  msgstr "captchaをダウンロード"
534
 
535
+ #: contact_form.php:1132
536
  msgid "Agreement checkbox"
537
  msgstr ""
538
 
539
+ #: contact_form.php:1132
540
  msgid "Required checkbox for submitting the form"
541
  msgstr ""
542
 
543
+ #: contact_form.php:1133
544
  msgid "Optional checkbox"
545
  msgstr ""
546
 
547
+ #: contact_form.php:1133
548
  msgid "Optional checkbox, the results of which will be displayed in email"
549
  msgstr ""
550
 
551
+ #: contact_form.php:1150
552
  msgid "Delete an attachment file from the server after the email is sent"
553
  msgstr ""
554
 
555
+ #: contact_form.php:1156
556
  msgid "Email in HTML format sending"
557
  msgstr ""
558
 
559
+ #: contact_form.php:1160
560
  msgid "Display additional info in the email"
561
  msgstr "メール中に追加情報を表示"
562
 
563
+ #: contact_form.php:1165
564
+ #: contact_form.php:2092
565
+ #: contact_form.php:2094
566
  msgid "Sent from (ip address)"
567
  msgstr "(IP-Adresse)から送られた"
568
 
569
+ #: contact_form.php:1165
570
  #, fuzzy
571
  msgid "Example: Sent from (IP address):\t127.0.0.1"
572
  msgstr "(IP-Adresse)から送られた"
573
 
574
+ #: contact_form.php:1166
575
+ #: contact_form.php:2098
576
+ #: contact_form.php:2100
577
  msgid "Date/Time"
578
  msgstr "日時"
579
 
580
+ #: contact_form.php:1166
581
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
582
  msgstr ""
583
 
584
+ #: contact_form.php:1167
585
+ #: contact_form.php:2104
586
+ #: contact_form.php:2106
587
  msgid "Sent from (referer)"
588
  msgstr "(referer)から送られている"
589
 
590
+ #: contact_form.php:1167
591
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
592
  msgstr ""
593
 
594
+ #: contact_form.php:1168
595
+ #: contact_form.php:2110
596
+ #: contact_form.php:2112
597
  msgid "Using (user agent)"
598
  msgstr "(user agent)使用"
599
 
600
+ #: contact_form.php:1168
601
  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"
602
  msgstr ""
603
 
604
+ #: contact_form.php:1172
605
  msgid "Language settings for the field names in the form"
606
  msgstr "フォームのフィールド名用の言語設定"
607
 
608
+ #: contact_form.php:1181
609
  msgid "Add a language"
610
  msgstr "言語の追加"
611
 
612
+ #: contact_form.php:1185
613
  msgid "Change the names of the contact form fields and error messages"
614
  msgstr "コンタクト・フォームのフィールドの名前及びエラーメッセージを変更"
615
 
616
+ #: contact_form.php:1190
617
+ #: contact_form.php:1277
618
  msgid "English"
619
  msgstr "英語"
620
 
621
+ #: contact_form.php:1198
622
+ #: contact_form.php:1232
623
  msgid "click to expand/hide the list"
624
  msgstr ""
625
 
626
+ #: contact_form.php:1207
627
+ #: contact_form.php:1241
628
  #, fuzzy
629
  msgid "Tips below the Attachment block"
630
  msgstr "添付ブロックの下のチップス"
631
 
632
+ #: contact_form.php:1210
633
+ #: contact_form.php:1244
634
  msgid "Error message for the Name field"
635
  msgstr "名前フィールド用のエラーメッセージ"
636
 
637
+ #: contact_form.php:1211
638
+ #: contact_form.php:1245
639
  msgid "Error message for the Address field"
640
  msgstr "住所フィールド用のエラーメッセージ"
641
 
642
+ #: contact_form.php:1212
643
+ #: contact_form.php:1246
644
  msgid "Error message for the Email field"
645
  msgstr "Eメール・フィールド用のエラーメッセージ"
646
 
647
+ #: contact_form.php:1213
648
+ #: contact_form.php:1247
649
  msgid "Error message for the Phone field"
650
  msgstr "電話フィールド用のエラーメッセージ"
651
 
652
+ #: contact_form.php:1214
653
+ #: contact_form.php:1248
654
  msgid "Error message for the Subject field"
655
  msgstr "件名フィールド用のエラーメッセージ"
656
 
657
+ #: contact_form.php:1215
658
+ #: contact_form.php:1249
659
  msgid "Error message for the Message field"
660
  msgstr "メッセージ・フィールド用のエラーメッセージ"
661
 
662
+ #: contact_form.php:1216
663
+ #: contact_form.php:1250
664
  msgid "Error message about the file type for the Attachment field"
665
  msgstr "添付フィールド用の拡張子タイプに関するエラーメッセージ"
666
 
667
+ #: contact_form.php:1217
668
+ #: contact_form.php:1251
669
  msgid "Error message while uploading a file for the Attachment field to the server"
670
  msgstr "添付フィールド用のファイルをサーバにアップロード中のエラーメッセージ"
671
 
672
+ #: contact_form.php:1218
673
+ #: contact_form.php:1252
674
  msgid "Error message while moving the file for the Attachment field"
675
  msgstr "添付フィールド用のファイルを移動中のエラーメッセージ"
676
 
677
+ #: contact_form.php:1219
678
+ #: contact_form.php:1253
679
  msgid "Error message when file size limit for the Attachment field is exceeded"
680
  msgstr "添付フィールド用のファイルサイズ制限を超した場合のエラーメッセージ"
681
 
682
+ #: contact_form.php:1220
683
+ #: contact_form.php:1254
684
  msgid "Error message for the Captcha field"
685
  msgstr "Captcha フィールド用のエラーメッセージ"
686
 
687
+ #: contact_form.php:1221
688
+ #: contact_form.php:1255
689
  msgid "Error message for the whole form"
690
  msgstr "全体フォーム用のエラーメッセージ"
691
 
 
 
 
 
 
 
 
692
  #: contact_form.php:1224
693
+ #: contact_form.php:1226
694
+ #: contact_form.php:1258
695
+ #: contact_form.php:1260
696
+ #: contact_form.php:1287
697
+ #: contact_form.php:1289
698
+ #: contact_form.php:1297
699
+ #: contact_form.php:1299
700
  msgid "Use shortcode"
701
  msgstr "短いコードの利用"
702
 
 
 
 
 
 
 
 
703
  #: contact_form.php:1224
704
+ #: contact_form.php:1226
705
+ #: contact_form.php:1258
706
+ #: contact_form.php:1260
707
+ #: contact_form.php:1287
708
+ #: contact_form.php:1289
709
+ #: contact_form.php:1297
710
+ #: contact_form.php:1299
711
  msgid "for this language"
712
  msgstr "この言語用"
713
 
714
+ #: contact_form.php:1268
715
+ #, fuzzy
716
+ msgid "Use the changed names of the contact form fields in the email"
717
+ msgstr "コンタクト・フォームのフィールドの名前及びエラーメッセージを変更"
718
+
719
+ #: contact_form.php:1274
720
  msgid "Action after email is sent"
721
  msgstr "メール送信後の行動"
722
 
723
+ #: contact_form.php:1276
724
  msgid "Display text"
725
  msgstr "テキストを表示"
726
 
727
+ #: contact_form.php:1285
728
+ #: contact_form.php:1295
729
  msgid "Text"
730
  msgstr "文字"
731
 
732
+ #: contact_form.php:1306
733
  msgid "Redirect to the page"
734
  msgstr "ページに転送"
735
 
736
+ #: contact_form.php:1307
737
  msgid "Url"
738
  msgstr "Url"
739
 
740
+ #: contact_form.php:1311
741
  msgid "The $_SERVER variable that is used to build a URL of the form"
742
  msgstr ""
743
 
744
+ #: contact_form.php:1315
745
  msgid "If you are not sure whether to change this setting or not, please do not do that."
746
  msgstr ""
747
 
748
+ #: contact_form.php:1321
749
+ #: contact_form.php:1505
750
  msgid "Save Changes"
751
  msgstr "変更を保存"
752
 
753
+ #: contact_form.php:1326
754
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
755
  msgstr ""
756
 
757
+ #: contact_form.php:1327
758
  #, fuzzy
759
  msgid "Rate the plugin"
760
  msgstr "無料プラグイン"
761
 
762
+ #: contact_form.php:1330
763
  #, fuzzy
764
  msgid "If there is something wrong about it, please contact us"
765
  msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
766
 
767
+ #: contact_form.php:1342
768
  msgid "Errors output"
769
  msgstr "エラー出力"
770
 
771
+ #: contact_form.php:1345
772
  msgid "Display error messages"
773
  msgstr "エラーメッセージの表示"
774
 
775
+ #: contact_form.php:1346
776
  msgid "Color of the input field errors."
777
  msgstr "入力フィールド・エラーの色"
778
 
779
+ #: contact_form.php:1347
780
  msgid "Display error messages & color of the input field errors"
781
  msgstr "エラーメッセージと入力フィールド・エラーの色を表示"
782
 
783
+ #: contact_form.php:1352
784
  msgid "Add placeholder to the input blocks"
785
  msgstr "プレースホルダーを入力ブロックに追加"
786
 
787
+ #: contact_form.php:1358
788
  msgid "Add tooltips"
789
  msgstr "ツールチップの追加"
790
 
791
+ #: contact_form.php:1372
792
  msgid "Email address"
793
  msgstr "Eメール・アドレス"
794
 
795
+ #: contact_form.php:1377
796
  msgid "Phone Number"
797
  msgstr "電話番号"
798
 
799
+ #: contact_form.php:1391
800
  msgid "Attachment"
801
  msgstr "添付"
802
 
803
+ #: contact_form.php:1396
804
  msgid "(powered by bestwebsoft.com)"
805
  msgstr "(powered by bestwebsoft.com)"
806
 
807
+ #: contact_form.php:1401
808
  msgid "Style options"
809
  msgstr "スタイル・オプション"
810
 
811
+ #: contact_form.php:1404
812
  msgid "Text color"
813
  msgstr "文字色"
814
 
815
+ #: contact_form.php:1407
816
+ #: contact_form.php:1412
817
+ #: contact_form.php:1422
818
+ #: contact_form.php:1427
819
+ #: contact_form.php:1432
820
+ #: contact_form.php:1437
821
+ #: contact_form.php:1447
822
+ #: contact_form.php:1452
823
+ #: contact_form.php:1458
824
+ #: contact_form.php:1469
825
+ #: contact_form.php:1474
826
+ #: contact_form.php:1479
827
  msgid "Default"
828
  msgstr "標準"
829
 
830
+ #: contact_form.php:1409
831
  msgid "Label text color"
832
  msgstr "ラベル文字色"
833
 
834
+ #: contact_form.php:1414
835
  msgid "Placeholder color"
836
  msgstr "プレースホルダ色"
837
 
838
+ #: contact_form.php:1419
839
  msgid "Errors color"
840
  msgstr "エラーの色"
841
 
842
+ #: contact_form.php:1424
843
  msgid "Error text color"
844
  msgstr "エラーテキストの色"
845
 
846
+ #: contact_form.php:1429
847
  msgid "Background color of the input field errors"
848
  msgstr "入力フィールド・エラーの背景色"
849
 
850
+ #: contact_form.php:1434
851
  msgid "Border color of the input field errors"
852
  msgstr "入力フィールド・エラーの罫線色"
853
 
854
+ #: contact_form.php:1439
855
  msgid "Placeholder color of the input field errors"
856
  msgstr "入力フィールド・エラー用のプレースホルダ色"
857
 
858
+ #: contact_form.php:1444
859
  msgid "Input fields"
860
  msgstr "フィールドを入力"
861
 
862
+ #: contact_form.php:1449
863
  msgid "Input fields background color"
864
  msgstr "フィールドの背景色の入力"
865
 
866
+ #: contact_form.php:1454
867
  msgid "Text fields color"
868
  msgstr "文字フィールド色"
869
 
870
+ #: contact_form.php:1456
871
  msgid "Border width in px, numbers only"
872
  msgstr "罫線幅(px単位)、数値のみ"
873
 
874
+ #: contact_form.php:1460
875
+ #: contact_form.php:1481
876
  msgid "Border color"
877
  msgstr "罫線色"
878
 
879
+ #: contact_form.php:1465
880
  msgid "Submit button"
881
  msgstr "送信ボタン"
882
 
883
+ #: contact_form.php:1467
884
  msgid "Width in px, numbers only"
885
  msgstr "px単位の幅、数字のみ"
886
 
887
+ #: contact_form.php:1471
888
  msgid "Button color"
889
  msgstr "ボタンの色"
890
 
891
+ #: contact_form.php:1476
892
  msgid "Button text color"
893
  msgstr "ボタン文字の色"
894
 
895
+ #: contact_form.php:1509
896
  msgid "Contact Form Pro | Preview"
897
  msgstr "Contact Form Pro | プレビュー"
898
 
899
+ #: contact_form.php:1512
900
  msgid "Show with errors"
901
  msgstr "エラーで表示"
902
 
903
+ #: contact_form.php:1520
904
+ #: contact_form.php:1522
905
  msgid "Please enter your full name..."
906
  msgstr "貴方の氏名を入力して下さい..."
907
 
908
+ #: contact_form.php:1533
909
+ #: contact_form.php:1535
910
  msgid "Please enter your address..."
911
  msgstr "貴方の住所を入力して下さい..."
912
 
913
+ #: contact_form.php:1544
914
+ #: contact_form.php:1546
915
  msgid "Please enter your email address..."
916
  msgstr "貴方のEメール・アドレスを入力して下さい..."
917
 
918
+ #: contact_form.php:1555
919
+ #: contact_form.php:1557
920
  msgid "Please enter your phone number..."
921
  msgstr "貴方の電話番号を入力して下さい..."
922
 
923
+ #: contact_form.php:1566
924
+ #: contact_form.php:1568
925
  msgid "Please enter subject..."
926
  msgstr "件名を入力して下さい..."
927
 
928
+ #: contact_form.php:1576
929
+ #: contact_form.php:1578
930
  msgid "Please enter your message..."
931
  msgstr "メッセージを入力して下さい..."
932
 
933
+ #: contact_form.php:1620
934
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
935
  msgstr ""
936
 
937
+ #: contact_form.php:1622
938
  msgid "Please, go to"
939
  msgstr ""
940
 
941
+ #: contact_form.php:1622
942
  #, fuzzy
943
  msgid "the setting page"
944
  msgstr "追加設定"
945
 
946
+ #: contact_form.php:1623
947
  msgid "You will be redirected automatically in 5 seconds."
948
  msgstr ""
949
 
950
+ #: contact_form.php:1628
951
  msgid "You can download and activate"
952
  msgstr ""
953
 
954
+ #: contact_form.php:1630
955
  msgid "version of this plugin by entering Your license key."
956
  msgstr ""
957
 
958
+ #: contact_form.php:1632
959
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
960
  msgstr ""
961
 
962
+ #: contact_form.php:1634
963
  msgid "(your username is the email you specify when purchasing the product)."
964
  msgstr ""
965
 
966
+ #: contact_form.php:1642
967
+ #: contact_form.php:1652
968
+ #, fuzzy
969
+ msgid "Activate"
970
+ msgstr "有効なcaptcha"
971
 
972
+ #: contact_form.php:1718
973
  msgid "Sorry, email message could not be delivered."
974
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
975
 
976
+ #: contact_form.php:2119
977
  msgid "Contact from"
978
  msgstr "コンタクトフォーム"
979
 
980
+ #: contact_form.php:2136
981
+ #: contact_form.php:2168
982
  msgid "Email"
983
  msgstr "Eメール"
984
 
985
+ #: contact_form.php:2141
986
+ #: contact_form.php:2171
987
  msgid "Phone"
988
  msgstr "電話"
989
 
990
+ #: contact_form.php:2152
991
+ #: contact_form.php:2178
992
  msgid "Site"
993
  msgstr "サイト"
994
 
995
+ #: contact_form.php:2250
996
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
997
  msgstr "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
998
 
999
+ #: contact_form.php:2320
 
 
 
 
1000
  msgid "Support"
1001
  msgstr "サポート"
1002
 
1003
+ #: contact_form.php:2368
1004
  msgid "Are you sure that you want to delete this language data?"
1005
  msgstr "本当に、この言語データを削除しますか?"
1006
 
1007
+ #: contact_form.php:2577
1008
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
1009
  msgstr ""
1010
 
1011
+ #: contact_form.php:2578
1012
  msgid "Extend standard plugin functionality with new great options."
1013
  msgstr ""
1014
 
1015
+ #: contact_form.php:2593
1016
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1017
  msgstr ""
1018
 
1019
+ #: contact_form.php:2594
1020
  msgid "Manage messages that have been sent from your website."
1021
  msgstr ""
1022
 
languages/contact_form-nl_NL.mo CHANGED
Binary file
languages/contact_form-nl_NL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-04-14 15:38+0300\n"
6
- "PO-Revision-Date: 2014-04-14 15:38+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Thomas Hartung, Dorine Kat-Stronck <thartung@adipositas-mm.de, info@katchy.nl>\n"
9
  "Language: nl_NL\n"
@@ -16,1024 +16,1035 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:73
20
- #: contact_form.php:785
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Contact Form Opties"
24
 
25
- #: contact_form.php:73
26
  msgid "Contact Form"
27
  msgstr "Contact Form"
28
 
29
- #: contact_form.php:149
30
- #: contact_form.php:1131
31
- #: contact_form.php:1165
32
  msgid "Name:"
33
  msgstr "Naam:"
34
 
35
- #: contact_form.php:150
36
- #: contact_form.php:1132
37
- #: contact_form.php:1166
38
  #, fuzzy
39
  msgid "Address:"
40
  msgstr "Email adres:"
41
 
42
- #: contact_form.php:151
43
- #: contact_form.php:1133
44
- #: contact_form.php:1167
45
  msgid "Email Address:"
46
  msgstr "E-mailadres:"
47
 
48
- #: contact_form.php:152
49
- #: contact_form.php:1134
50
- #: contact_form.php:1168
51
  msgid "Phone number:"
52
  msgstr "Telefoonnummer:"
53
 
54
- #: contact_form.php:153
55
- #: contact_form.php:1135
56
- #: contact_form.php:1169
57
  msgid "Subject:"
58
  msgstr "Onderwerp:"
59
 
60
- #: contact_form.php:154
61
- #: contact_form.php:1136
62
- #: contact_form.php:1170
63
  msgid "Message:"
64
  msgstr "Bericht:"
65
 
66
- #: contact_form.php:155
67
- #: contact_form.php:1137
68
- #: contact_form.php:1171
69
  msgid "Attachment:"
70
  msgstr "Bijlage:"
71
 
72
- #: contact_form.php:156
73
  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"
74
  msgstr ""
75
 
76
- #: contact_form.php:157
77
- #: contact_form.php:1139
78
- #: contact_form.php:1173
79
  msgid "Send me a copy"
80
  msgstr "Kopie aan mij sturen"
81
 
82
- #: contact_form.php:158
83
- #: contact_form.php:1140
84
- #: contact_form.php:1174
85
  msgid "Submit"
86
  msgstr "Versturen"
87
 
88
- #: contact_form.php:159
89
  msgid "Your name is required."
90
  msgstr "Uw naam is verplicht."
91
 
92
- #: contact_form.php:160
93
  #, fuzzy
94
  msgid "Address is required."
95
  msgstr "Een correct email adres is vereist."
96
 
97
- #: contact_form.php:161
98
  #, fuzzy
99
  msgid "A valid email address is required."
100
  msgstr "Een correct email adres is vereist."
101
 
102
- #: contact_form.php:162
103
  msgid "Phone number is required."
104
  msgstr "Telefoonnummer verplicht"
105
 
106
- #: contact_form.php:163
107
  msgid "Subject is required."
108
  msgstr "Onderwerp tekst is verplicht."
109
 
110
- #: contact_form.php:164
111
  msgid "Message text is required."
112
  msgstr "Bericht tekst is verplicht."
113
 
114
- #: contact_form.php:165
115
  msgid "File format is not valid."
116
  msgstr "Bijlage is beschadigd."
117
 
118
- #: contact_form.php:166
119
  msgid "File upload error."
120
  msgstr ""
121
 
122
- #: contact_form.php:167
123
  msgid "The file could not be uploaded."
124
  msgstr ""
125
 
126
- #: contact_form.php:168
127
  msgid "This file is too large."
128
  msgstr ""
129
 
130
- #: contact_form.php:169
131
  msgid "Please fill out the CAPTCHA."
132
  msgstr "Vul de CAPTCHA in."
133
 
134
- #: contact_form.php:170
135
  msgid "Please make corrections below and try again."
136
  msgstr "Vul alle vereiste informatie in en probeer het opnieuw."
137
 
138
- #: contact_form.php:172
139
  msgid "Thank you for contacting us."
140
  msgstr "Bedankt voor uw bericht."
141
 
142
- #: contact_form.php:322
143
  #, fuzzy
144
  msgid "requires"
145
  msgstr "Verplicht veld"
146
 
147
- #: contact_form.php:322
148
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
149
  msgstr ""
150
 
151
- #: contact_form.php:322
152
  msgid "Back to the WordPress"
153
  msgstr ""
154
 
155
- #: contact_form.php:322
156
  #, fuzzy
157
  msgid "Plugins page"
158
  msgstr "BWS Plugins"
159
 
160
- #: contact_form.php:626
161
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
162
  msgstr "Als de optie 'Doorsturen naar pagina' is geselecteerd, dient u het url veld in te vullen in de volgende format"
163
 
164
- #: contact_form.php:635
165
  msgid "Such user does not exist. Settings are not saved."
166
  msgstr "Deze gebruiker bestaat niet. Instellingen zijn niet opgeslagen."
167
 
168
- #: contact_form.php:639
169
- #: contact_form.php:645
170
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
171
  msgstr "Geef een geldig e-mailadres op. Instellingen zijn niet opgeslagen."
172
 
173
- #: contact_form.php:661
174
  #, fuzzy
175
  msgid "Settings saved."
176
  msgstr "Instellingen opgeslagen."
177
 
178
- #: contact_form.php:688
179
- #: contact_form.php:720
180
  msgid "Wrong license key"
181
  msgstr ""
182
 
183
- #: contact_form.php:713
184
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
185
  msgstr ""
186
 
187
- #: contact_form.php:722
188
  msgid "This license key is bind to another site"
189
  msgstr ""
190
 
191
- #: contact_form.php:724
192
- #: contact_form.php:1570
193
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
194
  msgstr ""
195
 
196
- #: contact_form.php:741
197
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
198
  msgstr ""
199
 
200
- #: contact_form.php:747
201
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
202
  msgstr ""
203
 
204
- #: contact_form.php:751
205
- #: contact_form.php:760
206
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
207
  msgstr ""
208
 
209
- #: contact_form.php:764
210
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
211
  msgstr ""
212
 
213
- #: contact_form.php:779
214
  #, fuzzy
215
  msgid "Please, enter Your license key"
216
  msgstr "Gebruik dit email adres:"
217
 
218
- #: contact_form.php:787
219
- #: contact_form.php:2216
220
- #: contact_form.php:2228
221
  msgid "Settings"
222
  msgstr "Instellingen"
223
 
224
- #: contact_form.php:788
225
  #, fuzzy
226
  msgid "Extra settings"
227
  msgstr "Instellingen"
228
 
229
- #: contact_form.php:789
 
 
 
 
 
230
  msgid "Go PRO"
231
  msgstr ""
232
 
233
- #: contact_form.php:792
234
  msgid "Notice:"
235
  msgstr ""
236
 
237
- #: contact_form.php:792
238
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
239
  msgstr ""
240
 
241
- #: contact_form.php:798
242
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
243
  msgstr ""
244
 
245
- #: contact_form.php:804
246
- #: contact_form.php:809
247
- #: contact_form.php:1529
248
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
249
  msgstr "Als je een Contact Form aan je website wil toevoegen, kopieer dan deze code in je bericht, op je pagina of widget:"
250
 
251
- #: contact_form.php:804
252
- #: contact_form.php:805
253
- #: contact_form.php:809
254
- #: contact_form.php:810
255
- #: contact_form.php:1155
256
- #: contact_form.php:1157
257
- #: contact_form.php:1212
258
- #: contact_form.php:1214
259
  msgid "or"
260
  msgstr ""
261
 
262
- #: contact_form.php:805
263
- #: contact_form.php:810
264
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
265
  msgstr ""
266
 
267
- #: contact_form.php:806
268
- #: contact_form.php:811
269
  msgid "They work the same way."
270
  msgstr ""
271
 
272
- #: contact_form.php:807
273
- #: contact_form.php:812
274
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
275
  msgstr "Als onderstaande velden leeg blijven, zal het bericht gestuurd worden aan het adres dat is gespecificeerd tijdens de registratie."
276
 
277
- #: contact_form.php:817
278
  msgid "The user's email address:"
279
  msgstr "Gebruik het e-mailadres van de Wordpress gebruiker:"
280
 
281
- #: contact_form.php:821
282
  msgid "Create a username"
283
  msgstr "Kies gebruikersnaam"
284
 
285
- #: contact_form.php:828
286
  msgid "Enter a username of the person who should get the messages from the contact form."
287
  msgstr "Voer de naam in van de gebruiker die berichten van dit contact formulier moet ontvangen."
288
 
289
- #: contact_form.php:832
290
  msgid "Use this email address:"
291
  msgstr "Gebruik dit e-mailadres:"
292
 
293
- #: contact_form.php:835
294
  msgid "Enter the email address you want the messages forwarded to."
295
  msgstr "Geef een e-mailadres op waar de berichten naar verstuurd moeten worden."
296
 
297
- #: contact_form.php:844
298
  msgid "Add department selectbox to the contact form:"
299
  msgstr ""
300
 
301
- #: contact_form.php:852
302
- #: contact_form.php:1412
303
  msgid "If you upgrade to Pro version all your settings will be saved."
304
  msgstr ""
305
 
306
- #: contact_form.php:859
307
- #: contact_form.php:997
308
- #: contact_form.php:1071
309
- #: contact_form.php:1419
310
  msgid "Unlock premium options by upgrading to a PRO version."
311
  msgstr ""
312
 
313
- #: contact_form.php:860
314
- #: contact_form.php:998
315
- #: contact_form.php:1072
316
- #: contact_form.php:1420
317
- #: contact_form.php:2473
318
- #: contact_form.php:2489
319
  msgid "Learn More"
320
  msgstr ""
321
 
322
- #: contact_form.php:863
323
- #: contact_form.php:1001
324
- #: contact_form.php:1075
325
- #: contact_form.php:1423
326
  msgid "Go"
327
  msgstr ""
328
 
329
- #: contact_form.php:870
330
  msgid "Save emails to the database"
331
  msgstr ""
332
 
333
- #: contact_form.php:876
334
  msgid "Using"
335
  msgstr ""
336
 
337
- #: contact_form.php:876
338
- #: contact_form.php:1048
339
- #: contact_form.php:1051
340
- #: contact_form.php:1055
341
  msgid "powered by"
342
  msgstr ""
343
 
344
- #: contact_form.php:879
345
- #: contact_form.php:883
346
  msgid "Using Contact Form to DB powered by"
347
  msgstr ""
348
 
349
- #: contact_form.php:879
350
  #, fuzzy
351
  msgid "Activate Contact Form to DB"
352
  msgstr "Contact Form"
353
 
354
- #: contact_form.php:883
355
  #, fuzzy
356
  msgid "Download Contact Form to DB"
357
  msgstr "Contact Form"
358
 
359
- #: contact_form.php:888
360
  msgid "Additional options"
361
  msgstr "Extra opties"
362
 
363
- #: contact_form.php:890
364
  msgid "Show"
365
  msgstr ""
366
 
367
- #: contact_form.php:891
368
  msgid "Hide"
369
  msgstr ""
370
 
371
- #: contact_form.php:895
372
  msgid "What to use?"
373
  msgstr "Voor welk gebruik?"
374
 
375
- #: contact_form.php:898
376
  msgid "Wp-mail"
377
  msgstr "Wp-mail"
378
 
379
- #: contact_form.php:898
380
  msgid "You can use the wp_mail function for mailing"
381
  msgstr "Om emails te verzenden kunt u the wordpress wp-mail functie gebruiken"
382
 
383
- #: contact_form.php:900
384
  msgid "Mail"
385
  msgstr "Mail"
386
 
387
- #: contact_form.php:900
388
  msgid "To send mail you can use the php mail function"
389
  msgstr "Om emails te verzenden kunt e de php mail functie gebruiken"
390
 
391
- #: contact_form.php:904
392
  #, fuzzy
393
  msgid "The text in the 'From' field"
394
  msgstr "Verander de tekst voor 'VAN' veld van het email adres"
395
 
396
- #: contact_form.php:906
397
  msgid "User name"
398
  msgstr ""
399
 
400
- #: contact_form.php:907
401
  #, fuzzy
402
  msgid "The name of the user who fills the form will be used in the field 'From'."
403
  msgstr "In het veld 'Van' in de email zal het email adres van degene die het formulier invult gebruikt worden."
404
 
405
- #: contact_form.php:910
406
  #, fuzzy
407
  msgid "This text will be used in the 'FROM' field"
408
  msgstr "In het veld 'Van' dit email adres zal worden gebruikt."
409
 
410
- #: contact_form.php:914
411
  #, fuzzy
412
  msgid "The email address in the 'From' field"
413
  msgstr "Kies het email adres voor 'Van' veld voor het versturen van de mail"
414
 
415
- #: contact_form.php:916
416
  msgid "User email"
417
  msgstr ""
418
 
419
- #: contact_form.php:917
420
  #, fuzzy
421
  msgid "The email address of the user who fills the form will be used in the field 'From'."
422
  msgstr "In het veld 'Van' in de email zal het email adres van degene die het formulier invult gebruikt worden."
423
 
424
- #: contact_form.php:920
425
  msgid "This email address will be used in the 'From' field."
426
  msgstr "In het veld 'Van' dit e-mailadres zal worden gebruikt."
427
 
428
- #: contact_form.php:924
429
  #, fuzzy
430
  msgid "Required symbol"
431
  msgstr "Verplicht veld"
432
 
433
- #: contact_form.php:934
434
  msgid "Fields"
435
  msgstr ""
436
 
437
- #: contact_form.php:935
438
  msgid "Used"
439
  msgstr ""
440
 
441
- #: contact_form.php:936
442
  #, fuzzy
443
  msgid "Required"
444
  msgstr "Verplicht veld"
445
 
446
- #: contact_form.php:937
447
  msgid "Visible"
448
  msgstr ""
449
 
450
- #: contact_form.php:938
451
  msgid "Disabled for editing"
452
  msgstr ""
453
 
454
- #: contact_form.php:939
455
  msgid "Field's default value"
456
  msgstr ""
457
 
458
- #: contact_form.php:944
459
- #: contact_form.php:1287
460
- #: contact_form.php:2059
461
- #: contact_form.php:2089
462
  msgid "Name"
463
  msgstr "Naam"
464
 
465
- #: contact_form.php:952
466
- #: contact_form.php:1292
467
- #: contact_form.php:2063
468
- #: contact_form.php:2091
 
 
 
 
469
  #, fuzzy
470
  msgid "Address"
471
  msgstr "Email adres:"
472
 
473
- #: contact_form.php:960
474
  #, fuzzy
475
  msgid "Email Address"
476
  msgstr "Email adres:"
477
 
478
- #: contact_form.php:968
479
  #, fuzzy
480
  msgid "Phone number"
481
  msgstr "Telefoonnummer:"
482
 
483
- #: contact_form.php:976
484
- #: contact_form.php:1307
485
- #: contact_form.php:2073
486
- #: contact_form.php:2095
487
  msgid "Subject"
488
  msgstr "Onderwerp"
489
 
490
- #: contact_form.php:984
491
- #: contact_form.php:1311
492
- #: contact_form.php:2076
493
- #: contact_form.php:2096
494
  msgid "Message"
495
  msgstr "Bericht"
496
 
497
- #: contact_form.php:1008
498
  #, fuzzy
499
  msgid "Attachment block"
500
  msgstr "Toon de bijlage knop"
501
 
502
- #: contact_form.php:1010
503
  msgid "Users can attach the following file formats"
504
  msgstr "Gebruikers kunnen de volgende bestandtypen toevoegen"
505
 
506
- #: contact_form.php:1023
507
  msgid "Add to the form"
508
  msgstr ""
509
 
510
- #: contact_form.php:1028
511
  #, fuzzy
512
  msgid "Tips below the Attachment"
513
  msgstr "Toon uitleg na Bijlage knop"
514
 
515
- #: contact_form.php:1037
516
  #, fuzzy
517
  msgid "'Send me a copy' block"
518
  msgstr "Geef 'Kopie aan mij sturen' weer"
519
 
520
- #: contact_form.php:1048
521
- #: contact_form.php:1051
522
- #: contact_form.php:1055
523
- #: contact_form.php:1321
524
  msgid "Captcha"
525
  msgstr ""
526
 
527
- #: contact_form.php:1051
528
  #, fuzzy
529
  msgid "Activate captcha"
530
  msgstr "Geactiveerde plugins"
531
 
532
- #: contact_form.php:1055
533
  #, fuzzy
534
  msgid "Download captcha"
535
  msgstr "Download"
536
 
537
- #: contact_form.php:1063
538
  msgid "Agreement checkbox"
539
  msgstr ""
540
 
541
- #: contact_form.php:1063
542
  msgid "Required checkbox for submitting the form"
543
  msgstr ""
544
 
545
- #: contact_form.php:1064
546
  msgid "Optional checkbox"
547
  msgstr ""
548
 
549
- #: contact_form.php:1064
550
  msgid "Optional checkbox, the results of which will be displayed in email"
551
  msgstr ""
552
 
553
- #: contact_form.php:1081
554
  msgid "Delete an attachment file from the server after the email is sent"
555
  msgstr ""
556
 
557
- #: contact_form.php:1087
558
  msgid "Email in HTML format sending"
559
  msgstr ""
560
 
561
- #: contact_form.php:1091
562
  #, fuzzy
563
  msgid "Display additional info in the email"
564
  msgstr "Toon aanvullende informatie in de email"
565
 
566
- #: contact_form.php:1096
567
- #: contact_form.php:2026
568
- #: contact_form.php:2028
569
  msgid "Sent from (ip address)"
570
  msgstr "Verstuurd van (IP-adres)"
571
 
572
- #: contact_form.php:1096
573
  #, fuzzy
574
  msgid "Example: Sent from (IP address):\t127.0.0.1"
575
  msgstr "Verstuurd van (IP-adres)"
576
 
577
- #: contact_form.php:1097
578
- #: contact_form.php:2032
579
- #: contact_form.php:2034
580
  msgid "Date/Time"
581
  msgstr "Datum/Tijd"
582
 
583
- #: contact_form.php:1097
584
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
585
  msgstr ""
586
 
587
- #: contact_form.php:1098
588
- #: contact_form.php:2038
589
- #: contact_form.php:2040
590
  msgid "Sent from (referer)"
591
  msgstr "Verstuurd vanaf (referer)"
592
 
593
- #: contact_form.php:1098
594
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
595
  msgstr ""
596
 
597
- #: contact_form.php:1099
598
- #: contact_form.php:2044
599
- #: contact_form.php:2046
600
  msgid "Using (user agent)"
601
  msgstr "Met (user agent)"
602
 
603
- #: contact_form.php:1099
604
  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"
605
  msgstr ""
606
 
607
- #: contact_form.php:1103
608
  msgid "Language settings for the field names in the form"
609
  msgstr "Taal instellingen voor velden met een label"
610
 
611
- #: contact_form.php:1112
612
  #, fuzzy
613
  msgid "Add a language"
614
  msgstr "Voeg een taal toe"
615
 
616
- #: contact_form.php:1116
617
  msgid "Change the names of the contact form fields and error messages"
618
  msgstr "Verander de namen van de labels en de foutmeldingen"
619
 
620
- #: contact_form.php:1121
621
- #: contact_form.php:1202
622
  msgid "English"
623
  msgstr "Engels"
624
 
625
- #: contact_form.php:1129
626
- #: contact_form.php:1163
627
  msgid "click to expand/hide the list"
628
  msgstr ""
629
 
630
- #: contact_form.php:1138
631
- #: contact_form.php:1172
632
  #, fuzzy
633
  msgid "Tips below the Attachment block"
634
  msgstr "Toon uitleg na Bijlage knop"
635
 
636
- #: contact_form.php:1141
637
- #: contact_form.php:1175
638
  msgid "Error message for the Name field"
639
  msgstr "Foutmelding voor naam veld"
640
 
641
- #: contact_form.php:1142
642
- #: contact_form.php:1176
643
  #, fuzzy
644
  msgid "Error message for the Address field"
645
  msgstr "Foutmelding voor bericht veld"
646
 
647
- #: contact_form.php:1143
648
- #: contact_form.php:1177
649
  msgid "Error message for the Email field"
650
  msgstr "Foutmelding voor email veld"
651
 
652
- #: contact_form.php:1144
653
- #: contact_form.php:1178
654
  msgid "Error message for the Phone field"
655
  msgstr "Foutmelding voor telefoonnummer veld"
656
 
657
- #: contact_form.php:1145
658
- #: contact_form.php:1179
659
  msgid "Error message for the Subject field"
660
  msgstr "Foutmelding voor onderwerp veld"
661
 
662
- #: contact_form.php:1146
663
- #: contact_form.php:1180
664
  msgid "Error message for the Message field"
665
  msgstr "Foutmelding voor bericht veld"
666
 
667
- #: contact_form.php:1147
668
- #: contact_form.php:1181
669
  #, fuzzy
670
  msgid "Error message about the file type for the Attachment field"
671
  msgstr "Foutmelding voor bijlage veld"
672
 
673
- #: contact_form.php:1148
674
- #: contact_form.php:1182
675
  #, fuzzy
676
  msgid "Error message while uploading a file for the Attachment field to the server"
677
  msgstr "Foutmelding voor bijlage veld"
678
 
679
- #: contact_form.php:1149
680
- #: contact_form.php:1183
681
  #, fuzzy
682
  msgid "Error message while moving the file for the Attachment field"
683
  msgstr "Foutmelding voor bijlage veld"
684
 
685
- #: contact_form.php:1150
686
- #: contact_form.php:1184
687
  #, fuzzy
688
  msgid "Error message when file size limit for the Attachment field is exceeded"
689
  msgstr "Foutmelding voor bijlage veld"
690
 
691
- #: contact_form.php:1151
692
- #: contact_form.php:1185
693
  msgid "Error message for the Captcha field"
694
  msgstr "Foutmelding voor captcha"
695
 
696
- #: contact_form.php:1152
697
- #: contact_form.php:1186
698
  msgid "Error message for the whole form"
699
  msgstr "Foutmelding voor het gehele formulier"
700
 
701
- #: contact_form.php:1155
702
- #: contact_form.php:1157
703
- #: contact_form.php:1189
704
- #: contact_form.php:1191
705
- #: contact_form.php:1212
706
- #: contact_form.php:1214
707
- #: contact_form.php:1222
708
  #: contact_form.php:1224
 
 
 
 
 
 
 
709
  msgid "Use shortcode"
710
  msgstr "Gebruik shortcode"
711
 
712
- #: contact_form.php:1155
713
- #: contact_form.php:1157
714
- #: contact_form.php:1189
715
- #: contact_form.php:1191
716
- #: contact_form.php:1212
717
- #: contact_form.php:1214
718
- #: contact_form.php:1222
719
  #: contact_form.php:1224
 
 
 
 
 
 
 
720
  msgid "for this language"
721
  msgstr "voor deze taal"
722
 
723
- #: contact_form.php:1199
 
 
 
 
 
724
  msgid "Action after email is sent"
725
  msgstr "Actie na het verzenden van de email"
726
 
727
- #: contact_form.php:1201
728
  msgid "Display text"
729
  msgstr "Toon tekst"
730
 
731
- #: contact_form.php:1210
732
- #: contact_form.php:1220
733
  msgid "Text"
734
  msgstr "Tekst"
735
 
736
- #: contact_form.php:1231
737
  msgid "Redirect to the page"
738
  msgstr "Dooorsturen naar pagina"
739
 
740
- #: contact_form.php:1232
741
  msgid "Url"
742
  msgstr "Url"
743
 
744
- #: contact_form.php:1236
745
  msgid "The $_SERVER variable that is used to build a URL of the form"
746
  msgstr ""
747
 
748
- #: contact_form.php:1240
749
  msgid "If you are not sure whether to change this setting or not, please do not do that."
750
  msgstr ""
751
 
752
- #: contact_form.php:1246
753
- #: contact_form.php:1430
754
  msgid "Save Changes"
755
  msgstr "Bewaar veranderingen"
756
 
757
- #: contact_form.php:1251
758
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
759
  msgstr ""
760
 
761
- #: contact_form.php:1252
762
  #, fuzzy
763
  msgid "Rate the plugin"
764
  msgstr "Aanbevolen Plugins"
765
 
766
- #: contact_form.php:1255
767
  #, fuzzy
768
  msgid "If there is something wrong about it, please contact us"
769
  msgstr "Mocht u nog vragen hebben, stuur dan een email naar plugin@bestwebsoft.com of vul het contactformulier op onze website in."
770
 
771
- #: contact_form.php:1267
772
  msgid "Errors output"
773
  msgstr ""
774
 
775
- #: contact_form.php:1270
776
  msgid "Display error messages"
777
  msgstr ""
778
 
779
- #: contact_form.php:1271
780
  msgid "Color of the input field errors."
781
  msgstr ""
782
 
783
- #: contact_form.php:1272
784
  #, fuzzy
785
  msgid "Display error messages & color of the input field errors"
786
  msgstr "Foutmelding voor onderwerp veld"
787
 
788
- #: contact_form.php:1277
789
  msgid "Add placeholder to the input blocks"
790
  msgstr ""
791
 
792
- #: contact_form.php:1283
793
  #, fuzzy
794
  msgid "Add tooltips"
795
  msgstr "Extra opties"
796
 
797
- #: contact_form.php:1297
798
  #, fuzzy
799
  msgid "Email address"
800
  msgstr "Email adres:"
801
 
802
- #: contact_form.php:1302
803
  #, fuzzy
804
  msgid "Phone Number"
805
  msgstr "Telefoonnummer:"
806
 
807
- #: contact_form.php:1316
808
  #, fuzzy
809
  msgid "Attachment"
810
  msgstr "Bijlage:"
811
 
812
- #: contact_form.php:1321
813
  msgid "(powered by bestwebsoft.com)"
814
  msgstr ""
815
 
816
- #: contact_form.php:1326
817
  #, fuzzy
818
  msgid "Style options"
819
  msgstr "Extra opties"
820
 
821
- #: contact_form.php:1329
822
  msgid "Text color"
823
  msgstr ""
824
 
825
- #: contact_form.php:1332
826
- #: contact_form.php:1337
827
- #: contact_form.php:1347
828
- #: contact_form.php:1352
829
- #: contact_form.php:1357
830
- #: contact_form.php:1362
831
- #: contact_form.php:1372
832
- #: contact_form.php:1377
833
- #: contact_form.php:1383
834
- #: contact_form.php:1394
835
- #: contact_form.php:1399
836
- #: contact_form.php:1404
837
  msgid "Default"
838
  msgstr ""
839
 
840
- #: contact_form.php:1334
841
  msgid "Label text color"
842
  msgstr ""
843
 
844
- #: contact_form.php:1339
845
  msgid "Placeholder color"
846
  msgstr ""
847
 
848
- #: contact_form.php:1344
849
  msgid "Errors color"
850
  msgstr ""
851
 
852
- #: contact_form.php:1349
853
  msgid "Error text color"
854
  msgstr ""
855
 
856
- #: contact_form.php:1354
857
  msgid "Background color of the input field errors"
858
  msgstr ""
859
 
860
- #: contact_form.php:1359
861
  msgid "Border color of the input field errors"
862
  msgstr ""
863
 
864
- #: contact_form.php:1364
865
  msgid "Placeholder color of the input field errors"
866
  msgstr ""
867
 
868
- #: contact_form.php:1369
869
  #, fuzzy
870
  msgid "Input fields"
871
  msgstr "Toon tekst"
872
 
873
- #: contact_form.php:1374
874
  msgid "Input fields background color"
875
  msgstr ""
876
 
877
- #: contact_form.php:1379
878
  msgid "Text fields color"
879
  msgstr ""
880
 
881
- #: contact_form.php:1381
882
  msgid "Border width in px, numbers only"
883
  msgstr ""
884
 
885
- #: contact_form.php:1385
886
- #: contact_form.php:1406
887
  msgid "Border color"
888
  msgstr ""
889
 
890
- #: contact_form.php:1390
891
  #, fuzzy
892
  msgid "Submit button"
893
  msgstr "Versturen"
894
 
895
- #: contact_form.php:1392
896
  msgid "Width in px, numbers only"
897
  msgstr ""
898
 
899
- #: contact_form.php:1396
900
  msgid "Button color"
901
  msgstr ""
902
 
903
- #: contact_form.php:1401
904
  msgid "Button text color"
905
  msgstr ""
906
 
907
- #: contact_form.php:1434
908
  #, fuzzy
909
  msgid "Contact Form Pro | Preview"
910
  msgstr "Contact Form"
911
 
912
- #: contact_form.php:1437
913
  msgid "Show with errors"
914
  msgstr ""
915
 
916
- #: contact_form.php:1445
917
- #: contact_form.php:1447
918
  msgid "Please enter your full name..."
919
  msgstr ""
920
 
921
- #: contact_form.php:1458
922
- #: contact_form.php:1460
923
  msgid "Please enter your address..."
924
  msgstr ""
925
 
926
- #: contact_form.php:1469
927
- #: contact_form.php:1471
928
  #, fuzzy
929
  msgid "Please enter your email address..."
930
  msgstr "Gebruik dit email adres:"
931
 
932
- #: contact_form.php:1480
933
- #: contact_form.php:1482
934
  msgid "Please enter your phone number..."
935
  msgstr ""
936
 
937
- #: contact_form.php:1491
938
- #: contact_form.php:1493
939
  msgid "Please enter subject..."
940
  msgstr ""
941
 
942
- #: contact_form.php:1501
943
- #: contact_form.php:1503
944
  msgid "Please enter your message..."
945
  msgstr ""
946
 
947
- #: contact_form.php:1545
948
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
949
  msgstr ""
950
 
951
- #: contact_form.php:1547
952
  msgid "Please, go to"
953
  msgstr ""
954
 
955
- #: contact_form.php:1547
956
  #, fuzzy
957
  msgid "the setting page"
958
  msgstr "Instellingen"
959
 
960
- #: contact_form.php:1548
961
  msgid "You will be redirected automatically in 5 seconds."
962
  msgstr ""
963
 
964
- #: contact_form.php:1553
965
  msgid "You can download and activate"
966
  msgstr ""
967
 
968
- #: contact_form.php:1555
969
  msgid "version of this plugin by entering Your license key."
970
  msgstr ""
971
 
972
- #: contact_form.php:1557
973
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
974
  msgstr ""
975
 
976
- #: contact_form.php:1559
977
  msgid "(your username is the email you specify when purchasing the product)."
978
  msgstr ""
979
 
980
- #: contact_form.php:1567
981
- #: contact_form.php:1577
982
- msgid "Go!"
983
- msgstr ""
 
984
 
985
- #: contact_form.php:1647
986
  msgid "Sorry, email message could not be delivered."
987
  msgstr "Sorry, uw bericht kon niet worden verstuurd."
988
 
989
- #: contact_form.php:2053
990
  msgid "Contact from"
991
  msgstr "Contact van"
992
 
993
- #: contact_form.php:2066
994
- #: contact_form.php:2092
995
  msgid "Email"
996
  msgstr "Email"
997
 
998
- #: contact_form.php:2070
999
- #: contact_form.php:2094
1000
  msgid "Phone"
1001
  msgstr "Telefoonnummer"
1002
 
1003
- #: contact_form.php:2079
1004
- #: contact_form.php:2097
1005
  msgid "Site"
1006
  msgstr "Website"
1007
 
1008
- #: contact_form.php:2160
1009
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1010
  msgstr "Als u deze MIME ziet, dan ondersteunt uw client geen MIME-Typen!"
1011
 
1012
- #: contact_form.php:2229
1013
- msgid "FAQ"
1014
- msgstr "Veel gestelde vragen (FAQ)"
1015
-
1016
- #: contact_form.php:2230
1017
  msgid "Support"
1018
  msgstr "Ondersteuning"
1019
 
1020
- #: contact_form.php:2280
1021
  msgid "Are you sure that you want to delete this language data?"
1022
  msgstr "Weet u zeker dat u deze taal wilt verwijderen?"
1023
 
1024
- #: contact_form.php:2476
1025
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
1026
  msgstr ""
1027
 
1028
- #: contact_form.php:2477
1029
  msgid "Extend standard plugin functionality with new great options."
1030
  msgstr ""
1031
 
1032
- #: contact_form.php:2492
1033
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1034
  msgstr ""
1035
 
1036
- #: contact_form.php:2493
1037
  msgid "Manage messages that have been sent from your website."
1038
  msgstr ""
1039
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-08 14:53+0300\n"
6
+ "PO-Revision-Date: 2014-07-08 14:53+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Thomas Hartung, Dorine Kat-Stronck <thartung@adipositas-mm.de, info@katchy.nl>\n"
9
  "Language: nl_NL\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:74
20
+ #: contact_form.php:845
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Contact Form Opties"
24
 
25
+ #: contact_form.php:74
26
  msgid "Contact Form"
27
  msgstr "Contact Form"
28
 
29
+ #: contact_form.php:150
30
+ #: contact_form.php:1200
31
+ #: contact_form.php:1234
32
  msgid "Name:"
33
  msgstr "Naam:"
34
 
35
+ #: contact_form.php:151
36
+ #: contact_form.php:1201
37
+ #: contact_form.php:1235
38
  #, fuzzy
39
  msgid "Address:"
40
  msgstr "Email adres:"
41
 
42
+ #: contact_form.php:152
43
+ #: contact_form.php:1202
44
+ #: contact_form.php:1236
45
  msgid "Email Address:"
46
  msgstr "E-mailadres:"
47
 
48
+ #: contact_form.php:153
49
+ #: contact_form.php:1203
50
+ #: contact_form.php:1237
51
  msgid "Phone number:"
52
  msgstr "Telefoonnummer:"
53
 
54
+ #: contact_form.php:154
55
+ #: contact_form.php:1204
56
+ #: contact_form.php:1238
57
  msgid "Subject:"
58
  msgstr "Onderwerp:"
59
 
60
+ #: contact_form.php:155
61
+ #: contact_form.php:1205
62
+ #: contact_form.php:1239
63
  msgid "Message:"
64
  msgstr "Bericht:"
65
 
66
+ #: contact_form.php:156
67
+ #: contact_form.php:1206
68
+ #: contact_form.php:1240
69
  msgid "Attachment:"
70
  msgstr "Bijlage:"
71
 
72
+ #: contact_form.php:157
73
  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"
74
  msgstr ""
75
 
76
+ #: contact_form.php:158
77
+ #: contact_form.php:1208
78
+ #: contact_form.php:1242
79
  msgid "Send me a copy"
80
  msgstr "Kopie aan mij sturen"
81
 
82
+ #: contact_form.php:159
83
+ #: contact_form.php:1209
84
+ #: contact_form.php:1243
85
  msgid "Submit"
86
  msgstr "Versturen"
87
 
88
+ #: contact_form.php:160
89
  msgid "Your name is required."
90
  msgstr "Uw naam is verplicht."
91
 
92
+ #: contact_form.php:161
93
  #, fuzzy
94
  msgid "Address is required."
95
  msgstr "Een correct email adres is vereist."
96
 
97
+ #: contact_form.php:162
98
  #, fuzzy
99
  msgid "A valid email address is required."
100
  msgstr "Een correct email adres is vereist."
101
 
102
+ #: contact_form.php:163
103
  msgid "Phone number is required."
104
  msgstr "Telefoonnummer verplicht"
105
 
106
+ #: contact_form.php:164
107
  msgid "Subject is required."
108
  msgstr "Onderwerp tekst is verplicht."
109
 
110
+ #: contact_form.php:165
111
  msgid "Message text is required."
112
  msgstr "Bericht tekst is verplicht."
113
 
114
+ #: contact_form.php:166
115
  msgid "File format is not valid."
116
  msgstr "Bijlage is beschadigd."
117
 
118
+ #: contact_form.php:167
119
  msgid "File upload error."
120
  msgstr ""
121
 
122
+ #: contact_form.php:168
123
  msgid "The file could not be uploaded."
124
  msgstr ""
125
 
126
+ #: contact_form.php:169
127
  msgid "This file is too large."
128
  msgstr ""
129
 
130
+ #: contact_form.php:170
131
  msgid "Please fill out the CAPTCHA."
132
  msgstr "Vul de CAPTCHA in."
133
 
134
+ #: contact_form.php:171
135
  msgid "Please make corrections below and try again."
136
  msgstr "Vul alle vereiste informatie in en probeer het opnieuw."
137
 
138
+ #: contact_form.php:173
139
  msgid "Thank you for contacting us."
140
  msgstr "Bedankt voor uw bericht."
141
 
142
+ #: contact_form.php:369
143
  #, fuzzy
144
  msgid "requires"
145
  msgstr "Verplicht veld"
146
 
147
+ #: contact_form.php:369
148
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
149
  msgstr ""
150
 
151
+ #: contact_form.php:369
152
  msgid "Back to the WordPress"
153
  msgstr ""
154
 
155
+ #: contact_form.php:369
156
  #, fuzzy
157
  msgid "Plugins page"
158
  msgstr "BWS Plugins"
159
 
160
+ #: contact_form.php:677
161
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
162
  msgstr "Als de optie 'Doorsturen naar pagina' is geselecteerd, dient u het url veld in te vullen in de volgende format"
163
 
164
+ #: contact_form.php:686
165
  msgid "Such user does not exist. Settings are not saved."
166
  msgstr "Deze gebruiker bestaat niet. Instellingen zijn niet opgeslagen."
167
 
168
+ #: contact_form.php:690
169
+ #: contact_form.php:696
170
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
171
  msgstr "Geef een geldig e-mailadres op. Instellingen zijn niet opgeslagen."
172
 
173
+ #: contact_form.php:721
174
  #, fuzzy
175
  msgid "Settings saved."
176
  msgstr "Instellingen opgeslagen."
177
 
178
+ #: contact_form.php:748
179
+ #: contact_form.php:780
180
  msgid "Wrong license key"
181
  msgstr ""
182
 
183
+ #: contact_form.php:773
184
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
185
  msgstr ""
186
 
187
+ #: contact_form.php:782
188
  msgid "This license key is bind to another site"
189
  msgstr ""
190
 
191
+ #: contact_form.php:784
192
+ #: contact_form.php:1645
193
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
194
  msgstr ""
195
 
196
+ #: contact_form.php:801
197
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
198
  msgstr ""
199
 
200
+ #: contact_form.php:807
201
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
202
  msgstr ""
203
 
204
+ #: contact_form.php:811
205
+ #: contact_form.php:820
206
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
207
  msgstr ""
208
 
209
+ #: contact_form.php:824
210
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
211
  msgstr ""
212
 
213
+ #: contact_form.php:839
214
  #, fuzzy
215
  msgid "Please, enter Your license key"
216
  msgstr "Gebruik dit email adres:"
217
 
218
+ #: contact_form.php:847
219
+ #: contact_form.php:2306
220
+ #: contact_form.php:2318
221
  msgid "Settings"
222
  msgstr "Instellingen"
223
 
224
+ #: contact_form.php:848
225
  #, fuzzy
226
  msgid "Extra settings"
227
  msgstr "Instellingen"
228
 
229
+ #: contact_form.php:849
230
+ #: contact_form.php:2319
231
+ msgid "FAQ"
232
+ msgstr "Veel gestelde vragen (FAQ)"
233
+
234
+ #: contact_form.php:850
235
  msgid "Go PRO"
236
  msgstr ""
237
 
238
+ #: contact_form.php:853
239
  msgid "Notice:"
240
  msgstr ""
241
 
242
+ #: contact_form.php:853
243
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
244
  msgstr ""
245
 
246
+ #: contact_form.php:859
247
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
248
  msgstr ""
249
 
250
+ #: contact_form.php:865
251
+ #: contact_form.php:870
252
+ #: contact_form.php:1604
253
  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:"
254
  msgstr "Als je een Contact Form aan je website wil toevoegen, kopieer dan deze code in je bericht, op je pagina of widget:"
255
 
256
+ #: contact_form.php:865
257
+ #: contact_form.php:866
258
+ #: contact_form.php:870
259
+ #: contact_form.php:871
260
+ #: contact_form.php:1224
261
+ #: contact_form.php:1226
262
+ #: contact_form.php:1287
263
+ #: contact_form.php:1289
264
  msgid "or"
265
  msgstr ""
266
 
267
+ #: contact_form.php:866
268
+ #: contact_form.php:871
269
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
270
  msgstr ""
271
 
272
+ #: contact_form.php:867
273
+ #: contact_form.php:872
274
  msgid "They work the same way."
275
  msgstr ""
276
 
277
+ #: contact_form.php:868
278
+ #: contact_form.php:873
279
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
280
  msgstr "Als onderstaande velden leeg blijven, zal het bericht gestuurd worden aan het adres dat is gespecificeerd tijdens de registratie."
281
 
282
+ #: contact_form.php:878
283
  msgid "The user's email address:"
284
  msgstr "Gebruik het e-mailadres van de Wordpress gebruiker:"
285
 
286
+ #: contact_form.php:882
287
  msgid "Create a username"
288
  msgstr "Kies gebruikersnaam"
289
 
290
+ #: contact_form.php:889
291
  msgid "Enter a username of the person who should get the messages from the contact form."
292
  msgstr "Voer de naam in van de gebruiker die berichten van dit contact formulier moet ontvangen."
293
 
294
+ #: contact_form.php:893
295
  msgid "Use this email address:"
296
  msgstr "Gebruik dit e-mailadres:"
297
 
298
+ #: contact_form.php:896
299
  msgid "Enter the email address you want the messages forwarded to."
300
  msgstr "Geef een e-mailadres op waar de berichten naar verstuurd moeten worden."
301
 
302
+ #: contact_form.php:905
303
  msgid "Add department selectbox to the contact form:"
304
  msgstr ""
305
 
306
+ #: contact_form.php:913
307
+ #: contact_form.php:1487
308
  msgid "If you upgrade to Pro version all your settings will be saved."
309
  msgstr ""
310
 
311
+ #: contact_form.php:920
312
+ #: contact_form.php:1066
313
+ #: contact_form.php:1140
314
+ #: contact_form.php:1494
315
  msgid "Unlock premium options by upgrading to a PRO version."
316
  msgstr ""
317
 
318
+ #: contact_form.php:921
319
+ #: contact_form.php:1067
320
+ #: contact_form.php:1141
321
+ #: contact_form.php:1495
322
+ #: contact_form.php:2574
323
+ #: contact_form.php:2590
324
  msgid "Learn More"
325
  msgstr ""
326
 
327
+ #: contact_form.php:924
328
+ #: contact_form.php:1070
329
+ #: contact_form.php:1144
330
+ #: contact_form.php:1498
331
  msgid "Go"
332
  msgstr ""
333
 
334
+ #: contact_form.php:931
335
  msgid "Save emails to the database"
336
  msgstr ""
337
 
338
+ #: contact_form.php:937
339
  msgid "Using"
340
  msgstr ""
341
 
342
+ #: contact_form.php:937
343
+ #: contact_form.php:1117
344
+ #: contact_form.php:1120
345
+ #: contact_form.php:1124
346
  msgid "powered by"
347
  msgstr ""
348
 
349
+ #: contact_form.php:940
350
+ #: contact_form.php:944
351
  msgid "Using Contact Form to DB powered by"
352
  msgstr ""
353
 
354
+ #: contact_form.php:940
355
  #, fuzzy
356
  msgid "Activate Contact Form to DB"
357
  msgstr "Contact Form"
358
 
359
+ #: contact_form.php:944
360
  #, fuzzy
361
  msgid "Download Contact Form to DB"
362
  msgstr "Contact Form"
363
 
364
+ #: contact_form.php:949
365
  msgid "Additional options"
366
  msgstr "Extra opties"
367
 
368
+ #: contact_form.php:951
369
  msgid "Show"
370
  msgstr ""
371
 
372
+ #: contact_form.php:952
373
  msgid "Hide"
374
  msgstr ""
375
 
376
+ #: contact_form.php:956
377
  msgid "What to use?"
378
  msgstr "Voor welk gebruik?"
379
 
380
+ #: contact_form.php:959
381
  msgid "Wp-mail"
382
  msgstr "Wp-mail"
383
 
384
+ #: contact_form.php:959
385
  msgid "You can use the wp_mail function for mailing"
386
  msgstr "Om emails te verzenden kunt u the wordpress wp-mail functie gebruiken"
387
 
388
+ #: contact_form.php:961
389
  msgid "Mail"
390
  msgstr "Mail"
391
 
392
+ #: contact_form.php:961
393
  msgid "To send mail you can use the php mail function"
394
  msgstr "Om emails te verzenden kunt e de php mail functie gebruiken"
395
 
396
+ #: contact_form.php:965
397
  #, fuzzy
398
  msgid "The text in the 'From' field"
399
  msgstr "Verander de tekst voor 'VAN' veld van het email adres"
400
 
401
+ #: contact_form.php:967
402
  msgid "User name"
403
  msgstr ""
404
 
405
+ #: contact_form.php:968
406
  #, fuzzy
407
  msgid "The name of the user who fills the form will be used in the field 'From'."
408
  msgstr "In het veld 'Van' in de email zal het email adres van degene die het formulier invult gebruikt worden."
409
 
410
+ #: contact_form.php:971
411
  #, fuzzy
412
  msgid "This text will be used in the 'FROM' field"
413
  msgstr "In het veld 'Van' dit email adres zal worden gebruikt."
414
 
415
+ #: contact_form.php:975
416
  #, fuzzy
417
  msgid "The email address in the 'From' field"
418
  msgstr "Kies het email adres voor 'Van' veld voor het versturen van de mail"
419
 
420
+ #: contact_form.php:977
421
  msgid "User email"
422
  msgstr ""
423
 
424
+ #: contact_form.php:978
425
  #, fuzzy
426
  msgid "The email address of the user who fills the form will be used in the field 'From'."
427
  msgstr "In het veld 'Van' in de email zal het email adres van degene die het formulier invult gebruikt worden."
428
 
429
+ #: contact_form.php:981
430
  msgid "This email address will be used in the 'From' field."
431
  msgstr "In het veld 'Van' dit e-mailadres zal worden gebruikt."
432
 
433
+ #: contact_form.php:985
434
  #, fuzzy
435
  msgid "Required symbol"
436
  msgstr "Verplicht veld"
437
 
438
+ #: contact_form.php:995
439
  msgid "Fields"
440
  msgstr ""
441
 
442
+ #: contact_form.php:996
443
  msgid "Used"
444
  msgstr ""
445
 
446
+ #: contact_form.php:997
447
  #, fuzzy
448
  msgid "Required"
449
  msgstr "Verplicht veld"
450
 
451
+ #: contact_form.php:998
452
  msgid "Visible"
453
  msgstr ""
454
 
455
+ #: contact_form.php:999
456
  msgid "Disabled for editing"
457
  msgstr ""
458
 
459
+ #: contact_form.php:1000
460
  msgid "Field's default value"
461
  msgstr ""
462
 
463
+ #: contact_form.php:1005
464
+ #: contact_form.php:1362
465
+ #: contact_form.php:2125
466
+ #: contact_form.php:2161
467
  msgid "Name"
468
  msgstr "Naam"
469
 
470
+ #: contact_form.php:1013
471
+ msgid "Location selectbox"
472
+ msgstr ""
473
+
474
+ #: contact_form.php:1021
475
+ #: contact_form.php:1367
476
+ #: contact_form.php:2131
477
+ #: contact_form.php:2165
478
  #, fuzzy
479
  msgid "Address"
480
  msgstr "Email adres:"
481
 
482
+ #: contact_form.php:1029
483
  #, fuzzy
484
  msgid "Email Address"
485
  msgstr "Email adres:"
486
 
487
+ #: contact_form.php:1037
488
  #, fuzzy
489
  msgid "Phone number"
490
  msgstr "Telefoonnummer:"
491
 
492
+ #: contact_form.php:1045
493
+ #: contact_form.php:1382
494
+ #: contact_form.php:2146
495
+ #: contact_form.php:2174
496
  msgid "Subject"
497
  msgstr "Onderwerp"
498
 
499
+ #: contact_form.php:1053
500
+ #: contact_form.php:1386
501
+ #: contact_form.php:2149
502
+ #: contact_form.php:2176
503
  msgid "Message"
504
  msgstr "Bericht"
505
 
506
+ #: contact_form.php:1077
507
  #, fuzzy
508
  msgid "Attachment block"
509
  msgstr "Toon de bijlage knop"
510
 
511
+ #: contact_form.php:1079
512
  msgid "Users can attach the following file formats"
513
  msgstr "Gebruikers kunnen de volgende bestandtypen toevoegen"
514
 
515
+ #: contact_form.php:1092
516
  msgid "Add to the form"
517
  msgstr ""
518
 
519
+ #: contact_form.php:1097
520
  #, fuzzy
521
  msgid "Tips below the Attachment"
522
  msgstr "Toon uitleg na Bijlage knop"
523
 
524
+ #: contact_form.php:1106
525
  #, fuzzy
526
  msgid "'Send me a copy' block"
527
  msgstr "Geef 'Kopie aan mij sturen' weer"
528
 
529
+ #: contact_form.php:1117
530
+ #: contact_form.php:1120
531
+ #: contact_form.php:1124
532
+ #: contact_form.php:1396
533
  msgid "Captcha"
534
  msgstr ""
535
 
536
+ #: contact_form.php:1120
537
  #, fuzzy
538
  msgid "Activate captcha"
539
  msgstr "Geactiveerde plugins"
540
 
541
+ #: contact_form.php:1124
542
  #, fuzzy
543
  msgid "Download captcha"
544
  msgstr "Download"
545
 
546
+ #: contact_form.php:1132
547
  msgid "Agreement checkbox"
548
  msgstr ""
549
 
550
+ #: contact_form.php:1132
551
  msgid "Required checkbox for submitting the form"
552
  msgstr ""
553
 
554
+ #: contact_form.php:1133
555
  msgid "Optional checkbox"
556
  msgstr ""
557
 
558
+ #: contact_form.php:1133
559
  msgid "Optional checkbox, the results of which will be displayed in email"
560
  msgstr ""
561
 
562
+ #: contact_form.php:1150
563
  msgid "Delete an attachment file from the server after the email is sent"
564
  msgstr ""
565
 
566
+ #: contact_form.php:1156
567
  msgid "Email in HTML format sending"
568
  msgstr ""
569
 
570
+ #: contact_form.php:1160
571
  #, fuzzy
572
  msgid "Display additional info in the email"
573
  msgstr "Toon aanvullende informatie in de email"
574
 
575
+ #: contact_form.php:1165
576
+ #: contact_form.php:2092
577
+ #: contact_form.php:2094
578
  msgid "Sent from (ip address)"
579
  msgstr "Verstuurd van (IP-adres)"
580
 
581
+ #: contact_form.php:1165
582
  #, fuzzy
583
  msgid "Example: Sent from (IP address):\t127.0.0.1"
584
  msgstr "Verstuurd van (IP-adres)"
585
 
586
+ #: contact_form.php:1166
587
+ #: contact_form.php:2098
588
+ #: contact_form.php:2100
589
  msgid "Date/Time"
590
  msgstr "Datum/Tijd"
591
 
592
+ #: contact_form.php:1166
593
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
594
  msgstr ""
595
 
596
+ #: contact_form.php:1167
597
+ #: contact_form.php:2104
598
+ #: contact_form.php:2106
599
  msgid "Sent from (referer)"
600
  msgstr "Verstuurd vanaf (referer)"
601
 
602
+ #: contact_form.php:1167
603
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
604
  msgstr ""
605
 
606
+ #: contact_form.php:1168
607
+ #: contact_form.php:2110
608
+ #: contact_form.php:2112
609
  msgid "Using (user agent)"
610
  msgstr "Met (user agent)"
611
 
612
+ #: contact_form.php:1168
613
  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"
614
  msgstr ""
615
 
616
+ #: contact_form.php:1172
617
  msgid "Language settings for the field names in the form"
618
  msgstr "Taal instellingen voor velden met een label"
619
 
620
+ #: contact_form.php:1181
621
  #, fuzzy
622
  msgid "Add a language"
623
  msgstr "Voeg een taal toe"
624
 
625
+ #: contact_form.php:1185
626
  msgid "Change the names of the contact form fields and error messages"
627
  msgstr "Verander de namen van de labels en de foutmeldingen"
628
 
629
+ #: contact_form.php:1190
630
+ #: contact_form.php:1277
631
  msgid "English"
632
  msgstr "Engels"
633
 
634
+ #: contact_form.php:1198
635
+ #: contact_form.php:1232
636
  msgid "click to expand/hide the list"
637
  msgstr ""
638
 
639
+ #: contact_form.php:1207
640
+ #: contact_form.php:1241
641
  #, fuzzy
642
  msgid "Tips below the Attachment block"
643
  msgstr "Toon uitleg na Bijlage knop"
644
 
645
+ #: contact_form.php:1210
646
+ #: contact_form.php:1244
647
  msgid "Error message for the Name field"
648
  msgstr "Foutmelding voor naam veld"
649
 
650
+ #: contact_form.php:1211
651
+ #: contact_form.php:1245
652
  #, fuzzy
653
  msgid "Error message for the Address field"
654
  msgstr "Foutmelding voor bericht veld"
655
 
656
+ #: contact_form.php:1212
657
+ #: contact_form.php:1246
658
  msgid "Error message for the Email field"
659
  msgstr "Foutmelding voor email veld"
660
 
661
+ #: contact_form.php:1213
662
+ #: contact_form.php:1247
663
  msgid "Error message for the Phone field"
664
  msgstr "Foutmelding voor telefoonnummer veld"
665
 
666
+ #: contact_form.php:1214
667
+ #: contact_form.php:1248
668
  msgid "Error message for the Subject field"
669
  msgstr "Foutmelding voor onderwerp veld"
670
 
671
+ #: contact_form.php:1215
672
+ #: contact_form.php:1249
673
  msgid "Error message for the Message field"
674
  msgstr "Foutmelding voor bericht veld"
675
 
676
+ #: contact_form.php:1216
677
+ #: contact_form.php:1250
678
  #, fuzzy
679
  msgid "Error message about the file type for the Attachment field"
680
  msgstr "Foutmelding voor bijlage veld"
681
 
682
+ #: contact_form.php:1217
683
+ #: contact_form.php:1251
684
  #, fuzzy
685
  msgid "Error message while uploading a file for the Attachment field to the server"
686
  msgstr "Foutmelding voor bijlage veld"
687
 
688
+ #: contact_form.php:1218
689
+ #: contact_form.php:1252
690
  #, fuzzy
691
  msgid "Error message while moving the file for the Attachment field"
692
  msgstr "Foutmelding voor bijlage veld"
693
 
694
+ #: contact_form.php:1219
695
+ #: contact_form.php:1253
696
  #, fuzzy
697
  msgid "Error message when file size limit for the Attachment field is exceeded"
698
  msgstr "Foutmelding voor bijlage veld"
699
 
700
+ #: contact_form.php:1220
701
+ #: contact_form.php:1254
702
  msgid "Error message for the Captcha field"
703
  msgstr "Foutmelding voor captcha"
704
 
705
+ #: contact_form.php:1221
706
+ #: contact_form.php:1255
707
  msgid "Error message for the whole form"
708
  msgstr "Foutmelding voor het gehele formulier"
709
 
 
 
 
 
 
 
 
710
  #: contact_form.php:1224
711
+ #: contact_form.php:1226
712
+ #: contact_form.php:1258
713
+ #: contact_form.php:1260
714
+ #: contact_form.php:1287
715
+ #: contact_form.php:1289
716
+ #: contact_form.php:1297
717
+ #: contact_form.php:1299
718
  msgid "Use shortcode"
719
  msgstr "Gebruik shortcode"
720
 
 
 
 
 
 
 
 
721
  #: contact_form.php:1224
722
+ #: contact_form.php:1226
723
+ #: contact_form.php:1258
724
+ #: contact_form.php:1260
725
+ #: contact_form.php:1287
726
+ #: contact_form.php:1289
727
+ #: contact_form.php:1297
728
+ #: contact_form.php:1299
729
  msgid "for this language"
730
  msgstr "voor deze taal"
731
 
732
+ #: contact_form.php:1268
733
+ #, fuzzy
734
+ msgid "Use the changed names of the contact form fields in the email"
735
+ msgstr "Verander de namen van de labels en de foutmeldingen"
736
+
737
+ #: contact_form.php:1274
738
  msgid "Action after email is sent"
739
  msgstr "Actie na het verzenden van de email"
740
 
741
+ #: contact_form.php:1276
742
  msgid "Display text"
743
  msgstr "Toon tekst"
744
 
745
+ #: contact_form.php:1285
746
+ #: contact_form.php:1295
747
  msgid "Text"
748
  msgstr "Tekst"
749
 
750
+ #: contact_form.php:1306
751
  msgid "Redirect to the page"
752
  msgstr "Dooorsturen naar pagina"
753
 
754
+ #: contact_form.php:1307
755
  msgid "Url"
756
  msgstr "Url"
757
 
758
+ #: contact_form.php:1311
759
  msgid "The $_SERVER variable that is used to build a URL of the form"
760
  msgstr ""
761
 
762
+ #: contact_form.php:1315
763
  msgid "If you are not sure whether to change this setting or not, please do not do that."
764
  msgstr ""
765
 
766
+ #: contact_form.php:1321
767
+ #: contact_form.php:1505
768
  msgid "Save Changes"
769
  msgstr "Bewaar veranderingen"
770
 
771
+ #: contact_form.php:1326
772
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
773
  msgstr ""
774
 
775
+ #: contact_form.php:1327
776
  #, fuzzy
777
  msgid "Rate the plugin"
778
  msgstr "Aanbevolen Plugins"
779
 
780
+ #: contact_form.php:1330
781
  #, fuzzy
782
  msgid "If there is something wrong about it, please contact us"
783
  msgstr "Mocht u nog vragen hebben, stuur dan een email naar plugin@bestwebsoft.com of vul het contactformulier op onze website in."
784
 
785
+ #: contact_form.php:1342
786
  msgid "Errors output"
787
  msgstr ""
788
 
789
+ #: contact_form.php:1345
790
  msgid "Display error messages"
791
  msgstr ""
792
 
793
+ #: contact_form.php:1346
794
  msgid "Color of the input field errors."
795
  msgstr ""
796
 
797
+ #: contact_form.php:1347
798
  #, fuzzy
799
  msgid "Display error messages & color of the input field errors"
800
  msgstr "Foutmelding voor onderwerp veld"
801
 
802
+ #: contact_form.php:1352
803
  msgid "Add placeholder to the input blocks"
804
  msgstr ""
805
 
806
+ #: contact_form.php:1358
807
  #, fuzzy
808
  msgid "Add tooltips"
809
  msgstr "Extra opties"
810
 
811
+ #: contact_form.php:1372
812
  #, fuzzy
813
  msgid "Email address"
814
  msgstr "Email adres:"
815
 
816
+ #: contact_form.php:1377
817
  #, fuzzy
818
  msgid "Phone Number"
819
  msgstr "Telefoonnummer:"
820
 
821
+ #: contact_form.php:1391
822
  #, fuzzy
823
  msgid "Attachment"
824
  msgstr "Bijlage:"
825
 
826
+ #: contact_form.php:1396
827
  msgid "(powered by bestwebsoft.com)"
828
  msgstr ""
829
 
830
+ #: contact_form.php:1401
831
  #, fuzzy
832
  msgid "Style options"
833
  msgstr "Extra opties"
834
 
835
+ #: contact_form.php:1404
836
  msgid "Text color"
837
  msgstr ""
838
 
839
+ #: contact_form.php:1407
840
+ #: contact_form.php:1412
841
+ #: contact_form.php:1422
842
+ #: contact_form.php:1427
843
+ #: contact_form.php:1432
844
+ #: contact_form.php:1437
845
+ #: contact_form.php:1447
846
+ #: contact_form.php:1452
847
+ #: contact_form.php:1458
848
+ #: contact_form.php:1469
849
+ #: contact_form.php:1474
850
+ #: contact_form.php:1479
851
  msgid "Default"
852
  msgstr ""
853
 
854
+ #: contact_form.php:1409
855
  msgid "Label text color"
856
  msgstr ""
857
 
858
+ #: contact_form.php:1414
859
  msgid "Placeholder color"
860
  msgstr ""
861
 
862
+ #: contact_form.php:1419
863
  msgid "Errors color"
864
  msgstr ""
865
 
866
+ #: contact_form.php:1424
867
  msgid "Error text color"
868
  msgstr ""
869
 
870
+ #: contact_form.php:1429
871
  msgid "Background color of the input field errors"
872
  msgstr ""
873
 
874
+ #: contact_form.php:1434
875
  msgid "Border color of the input field errors"
876
  msgstr ""
877
 
878
+ #: contact_form.php:1439
879
  msgid "Placeholder color of the input field errors"
880
  msgstr ""
881
 
882
+ #: contact_form.php:1444
883
  #, fuzzy
884
  msgid "Input fields"
885
  msgstr "Toon tekst"
886
 
887
+ #: contact_form.php:1449
888
  msgid "Input fields background color"
889
  msgstr ""
890
 
891
+ #: contact_form.php:1454
892
  msgid "Text fields color"
893
  msgstr ""
894
 
895
+ #: contact_form.php:1456
896
  msgid "Border width in px, numbers only"
897
  msgstr ""
898
 
899
+ #: contact_form.php:1460
900
+ #: contact_form.php:1481
901
  msgid "Border color"
902
  msgstr ""
903
 
904
+ #: contact_form.php:1465
905
  #, fuzzy
906
  msgid "Submit button"
907
  msgstr "Versturen"
908
 
909
+ #: contact_form.php:1467
910
  msgid "Width in px, numbers only"
911
  msgstr ""
912
 
913
+ #: contact_form.php:1471
914
  msgid "Button color"
915
  msgstr ""
916
 
917
+ #: contact_form.php:1476
918
  msgid "Button text color"
919
  msgstr ""
920
 
921
+ #: contact_form.php:1509
922
  #, fuzzy
923
  msgid "Contact Form Pro | Preview"
924
  msgstr "Contact Form"
925
 
926
+ #: contact_form.php:1512
927
  msgid "Show with errors"
928
  msgstr ""
929
 
930
+ #: contact_form.php:1520
931
+ #: contact_form.php:1522
932
  msgid "Please enter your full name..."
933
  msgstr ""
934
 
935
+ #: contact_form.php:1533
936
+ #: contact_form.php:1535
937
  msgid "Please enter your address..."
938
  msgstr ""
939
 
940
+ #: contact_form.php:1544
941
+ #: contact_form.php:1546
942
  #, fuzzy
943
  msgid "Please enter your email address..."
944
  msgstr "Gebruik dit email adres:"
945
 
946
+ #: contact_form.php:1555
947
+ #: contact_form.php:1557
948
  msgid "Please enter your phone number..."
949
  msgstr ""
950
 
951
+ #: contact_form.php:1566
952
+ #: contact_form.php:1568
953
  msgid "Please enter subject..."
954
  msgstr ""
955
 
956
+ #: contact_form.php:1576
957
+ #: contact_form.php:1578
958
  msgid "Please enter your message..."
959
  msgstr ""
960
 
961
+ #: contact_form.php:1620
962
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
963
  msgstr ""
964
 
965
+ #: contact_form.php:1622
966
  msgid "Please, go to"
967
  msgstr ""
968
 
969
+ #: contact_form.php:1622
970
  #, fuzzy
971
  msgid "the setting page"
972
  msgstr "Instellingen"
973
 
974
+ #: contact_form.php:1623
975
  msgid "You will be redirected automatically in 5 seconds."
976
  msgstr ""
977
 
978
+ #: contact_form.php:1628
979
  msgid "You can download and activate"
980
  msgstr ""
981
 
982
+ #: contact_form.php:1630
983
  msgid "version of this plugin by entering Your license key."
984
  msgstr ""
985
 
986
+ #: contact_form.php:1632
987
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
988
  msgstr ""
989
 
990
+ #: contact_form.php:1634
991
  msgid "(your username is the email you specify when purchasing the product)."
992
  msgstr ""
993
 
994
+ #: contact_form.php:1642
995
+ #: contact_form.php:1652
996
+ #, fuzzy
997
+ msgid "Activate"
998
+ msgstr "Geactiveerde plugins"
999
 
1000
+ #: contact_form.php:1718
1001
  msgid "Sorry, email message could not be delivered."
1002
  msgstr "Sorry, uw bericht kon niet worden verstuurd."
1003
 
1004
+ #: contact_form.php:2119
1005
  msgid "Contact from"
1006
  msgstr "Contact van"
1007
 
1008
+ #: contact_form.php:2136
1009
+ #: contact_form.php:2168
1010
  msgid "Email"
1011
  msgstr "Email"
1012
 
1013
+ #: contact_form.php:2141
1014
+ #: contact_form.php:2171
1015
  msgid "Phone"
1016
  msgstr "Telefoonnummer"
1017
 
1018
+ #: contact_form.php:2152
1019
+ #: contact_form.php:2178
1020
  msgid "Site"
1021
  msgstr "Website"
1022
 
1023
+ #: contact_form.php:2250
1024
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1025
  msgstr "Als u deze MIME ziet, dan ondersteunt uw client geen MIME-Typen!"
1026
 
1027
+ #: contact_form.php:2320
 
 
 
 
1028
  msgid "Support"
1029
  msgstr "Ondersteuning"
1030
 
1031
+ #: contact_form.php:2368
1032
  msgid "Are you sure that you want to delete this language data?"
1033
  msgstr "Weet u zeker dat u deze taal wilt verwijderen?"
1034
 
1035
+ #: contact_form.php:2577
1036
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
1037
  msgstr ""
1038
 
1039
+ #: contact_form.php:2578
1040
  msgid "Extend standard plugin functionality with new great options."
1041
  msgstr ""
1042
 
1043
+ #: contact_form.php:2593
1044
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1045
  msgstr ""
1046
 
1047
+ #: contact_form.php:2594
1048
  msgid "Manage messages that have been sent from your website."
1049
  msgstr ""
1050
 
languages/contact_form-pt_BR.mo CHANGED
Binary file
languages/contact_form-pt_BR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-04-14 15:38+0300\n"
6
- "PO-Revision-Date: 2014-04-14 15:38+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Breno Jacinto, DJIO | Dionizio Bonfim Bach <brenojac@gmail.com, wordpress@djio.com.br>\n"
9
  "Language: pt_BR\n"
@@ -19,1151 +19,1164 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ contact_form
22
- #: contact_form.php:73
23
- #: contact_form.php:785
24
  msgid "Contact Form Settings"
25
  msgstr "Configurações do Formulário de Contato"
26
 
27
  # @ contact_form
28
- #: contact_form.php:73
29
  msgid "Contact Form"
30
  msgstr "Formulário de contato"
31
 
32
  # @ contact_form
33
- #: contact_form.php:149
34
- #: contact_form.php:1131
35
- #: contact_form.php:1165
36
  msgid "Name:"
37
  msgstr "Nome:"
38
 
39
  # @ contact_form
40
- #: contact_form.php:150
41
- #: contact_form.php:1132
42
- #: contact_form.php:1166
43
  msgid "Address:"
44
  msgstr "Endereço:"
45
 
46
  # @ contact_form
47
- #: contact_form.php:151
48
- #: contact_form.php:1133
49
- #: contact_form.php:1167
50
  msgid "Email Address:"
51
  msgstr "Endereço de E-mail:"
52
 
53
  # @ contact_form
54
- #: contact_form.php:152
55
- #: contact_form.php:1134
56
- #: contact_form.php:1168
57
  msgid "Phone number:"
58
  msgstr "Número de Telefone:"
59
 
60
  # @ contact_form
61
- #: contact_form.php:153
62
- #: contact_form.php:1135
63
- #: contact_form.php:1169
64
  msgid "Subject:"
65
  msgstr "Assunto:"
66
 
67
  # @ contact_form
68
- #: contact_form.php:154
69
- #: contact_form.php:1136
70
- #: contact_form.php:1170
71
  msgid "Message:"
72
  msgstr "Mensagem:"
73
 
74
  # @ contact_form
75
- #: contact_form.php:155
76
- #: contact_form.php:1137
77
- #: contact_form.php:1171
78
  msgid "Attachment:"
79
  msgstr "Anexo:"
80
 
81
  # @ contact_form
82
- #: contact_form.php:156
83
  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"
84
  msgstr "Tipos de arquivo suportados: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Tamanho máximo do arquivo: 2Mb"
85
 
86
  # @ contact_form
87
- #: contact_form.php:157
88
- #: contact_form.php:1139
89
- #: contact_form.php:1173
90
  msgid "Send me a copy"
91
  msgstr "Envie-me uma cópia"
92
 
93
  # @ contact_form
94
- #: contact_form.php:158
95
- #: contact_form.php:1140
96
- #: contact_form.php:1174
97
  msgid "Submit"
98
  msgstr "Enviar"
99
 
100
  # @ contact_form
101
- #: contact_form.php:159
102
  msgid "Your name is required."
103
  msgstr "Seu nome é obrigatório"
104
 
105
  # @ contact_form
106
- #: contact_form.php:160
107
  msgid "Address is required."
108
  msgstr "Endereço é obrigatório."
109
 
110
  # @ contact_form
111
- #: contact_form.php:161
112
  msgid "A valid email address is required."
113
  msgstr "Um e-mail válido é obrigatório."
114
 
115
  # @ contact_form
116
- #: contact_form.php:162
117
  msgid "Phone number is required."
118
  msgstr "Telefone é obrigatório."
119
 
120
  # @ contact_form
121
- #: contact_form.php:163
122
  msgid "Subject is required."
123
  msgstr "O Assunto da mensagem é obrigatório."
124
 
125
  # @ contact_form
126
- #: contact_form.php:164
127
  msgid "Message text is required."
128
  msgstr "O texto da Mensagem é obrigatório."
129
 
130
  # @ contact_form
131
- #: contact_form.php:165
132
  msgid "File format is not valid."
133
  msgstr "Impossível anexar arquivo. "
134
 
135
  # @ contact_form
136
- #: contact_form.php:166
137
  msgid "File upload error."
138
  msgstr "Erro no upload do arquivo."
139
 
140
  # @ contact_form
141
- #: contact_form.php:167
142
  msgid "The file could not be uploaded."
143
  msgstr "O foi possível fazer upload do arquivo."
144
 
145
  # @ contact_form
146
- #: contact_form.php:168
147
  msgid "This file is too large."
148
  msgstr "Este arquivo é muito grande."
149
 
150
  # @ contact_form
151
- #: contact_form.php:169
152
  msgid "Please fill out the CAPTCHA."
153
  msgstr "Por favor, complete a resposta da charada ."
154
 
155
  # @ contact_form
156
- #: contact_form.php:170
157
  msgid "Please make corrections below and try again."
158
  msgstr "Por favor, faça as correções abaixo e tente enviar a mensagem novamente."
159
 
160
  # @ bestwebsoft
161
  # @ contact_form
162
- #: contact_form.php:172
163
  msgid "Thank you for contacting us."
164
  msgstr "Obrigado por nos contatar"
165
 
166
  # @ contact_form
167
- #: contact_form.php:322
168
  #, fuzzy
169
  msgid "requires"
170
  msgstr "Campos obrigatórios"
171
 
172
- #: contact_form.php:322
173
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
174
  msgstr ""
175
 
176
- #: contact_form.php:322
177
  msgid "Back to the WordPress"
178
  msgstr ""
179
 
180
- #: contact_form.php:322
181
  msgid "Plugins page"
182
  msgstr ""
183
 
184
  # @ contact_form
185
- #: contact_form.php:626
186
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
187
  msgstr "Se a opção 'Redirecionar para a pagina' estiver selecionada, então o campo URL deve ser no seguinte formato"
188
 
189
  # @ contact_form
190
- #: contact_form.php:635
191
  msgid "Such user does not exist. Settings are not saved."
192
  msgstr "Tal usuário não existe. Configurações não foram salvas."
193
 
194
  # @ contact_form
195
- #: contact_form.php:639
196
- #: contact_form.php:645
197
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
198
  msgstr "Por favor informe um email válido no campo 'DE'. Configurações não foram salvas."
199
 
200
  # @ contact_form
201
- #: contact_form.php:661
202
  msgid "Settings saved."
203
  msgstr "As configurações foram salvas."
204
 
205
- #: contact_form.php:688
206
- #: contact_form.php:720
207
  msgid "Wrong license key"
208
  msgstr ""
209
 
210
- #: contact_form.php:713
211
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
212
  msgstr ""
213
 
214
- #: contact_form.php:722
215
  msgid "This license key is bind to another site"
216
  msgstr ""
217
 
218
- #: contact_form.php:724
219
- #: contact_form.php:1570
220
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
221
  msgstr ""
222
 
223
- #: contact_form.php:741
224
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
225
  msgstr ""
226
 
227
- #: contact_form.php:747
228
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
229
  msgstr ""
230
 
231
- #: contact_form.php:751
232
- #: contact_form.php:760
233
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
234
  msgstr ""
235
 
236
- #: contact_form.php:764
237
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
238
  msgstr ""
239
 
240
  # @ contact_form
241
- #: contact_form.php:779
242
  #, fuzzy
243
  msgid "Please, enter Your license key"
244
  msgstr "Informe sua mensagem…"
245
 
246
  # @ bestwebsoft
247
  # @ contact_form
248
- #: contact_form.php:787
249
- #: contact_form.php:2216
250
- #: contact_form.php:2228
251
  msgid "Settings"
252
  msgstr "Configurações"
253
 
254
  # @ contact_form
255
- #: contact_form.php:788
256
  msgid "Extra settings"
257
  msgstr "Configurações extras"
258
 
259
- #: contact_form.php:789
 
 
 
 
 
 
260
  msgid "Go PRO"
261
  msgstr ""
262
 
263
- #: contact_form.php:792
264
  msgid "Notice:"
265
  msgstr ""
266
 
267
- #: contact_form.php:792
268
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
269
  msgstr ""
270
 
271
- #: contact_form.php:798
272
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
273
  msgstr ""
274
 
275
  # @ contact_form
276
- #: contact_form.php:804
277
- #: contact_form.php:809
278
- #: contact_form.php:1529
279
  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:"
280
  msgstr "Se você gostaria de adicionar o Formulário de Contato no seu site, apenas copie e cole este código na sua postagem ou página ou widget:"
281
 
282
  # @ contact_form
283
- #: contact_form.php:804
284
- #: contact_form.php:805
285
- #: contact_form.php:809
286
- #: contact_form.php:810
287
- #: contact_form.php:1155
288
- #: contact_form.php:1157
289
- #: contact_form.php:1212
290
- #: contact_form.php:1214
291
  msgid "or"
292
  msgstr "ou"
293
 
294
  # @ contact_form
295
- #: contact_form.php:805
296
- #: contact_form.php:810
297
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
298
  msgstr "Se tiver quaisquer problemas com o shortcode padrão [contact_form], você deve usar o shortcode"
299
 
300
  # @ contact_form
301
- #: contact_form.php:806
302
- #: contact_form.php:811
303
  msgid "They work the same way."
304
  msgstr "Eles funcionam da mesma forma."
305
 
306
  # @ contact_form
307
- #: contact_form.php:807
308
- #: contact_form.php:812
309
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
310
  msgstr "Se informações nos campos abaixo estiverem vazias, então as mensagens serão enviadas para um endereço que foi especificado durante o registro."
311
 
312
  # @ contact_form
313
- #: contact_form.php:817
314
  msgid "The user's email address:"
315
  msgstr "Use o email de um usuário do wordpress:"
316
 
317
  # @ contact_form
318
- #: contact_form.php:821
319
  msgid "Create a username"
320
  msgstr "Selecione o nome do usuário"
321
 
322
  # @ contact_form
323
- #: contact_form.php:828
324
  msgid "Enter a username of the person who should get the messages from the contact form."
325
  msgstr "Determine um nome de usuário que receberá as mensagens enviadas pelo Formulário de Contato."
326
 
327
  # @ contact_form
328
- #: contact_form.php:832
329
  msgid "Use this email address:"
330
  msgstr "Use este email:"
331
 
332
  # @ contact_form
333
- #: contact_form.php:835
334
  msgid "Enter the email address you want the messages forwarded to."
335
  msgstr "Configure um endereço de email que será usado para o recebimento de mensagens."
336
 
337
- #: contact_form.php:844
338
  msgid "Add department selectbox to the contact form:"
339
  msgstr ""
340
 
341
- #: contact_form.php:852
342
- #: contact_form.php:1412
343
  msgid "If you upgrade to Pro version all your settings will be saved."
344
  msgstr ""
345
 
346
- #: contact_form.php:859
347
- #: contact_form.php:997
348
- #: contact_form.php:1071
349
- #: contact_form.php:1419
350
  msgid "Unlock premium options by upgrading to a PRO version."
351
  msgstr ""
352
 
353
- #: contact_form.php:860
354
- #: contact_form.php:998
355
- #: contact_form.php:1072
356
- #: contact_form.php:1420
357
- #: contact_form.php:2473
358
- #: contact_form.php:2489
359
  msgid "Learn More"
360
  msgstr ""
361
 
362
- #: contact_form.php:863
363
- #: contact_form.php:1001
364
- #: contact_form.php:1075
365
- #: contact_form.php:1423
366
  msgid "Go"
367
  msgstr ""
368
 
369
- #: contact_form.php:870
370
  msgid "Save emails to the database"
371
  msgstr ""
372
 
373
- #: contact_form.php:876
374
  msgid "Using"
375
  msgstr ""
376
 
377
  # @ contact_form
378
- #: contact_form.php:876
379
- #: contact_form.php:1048
380
- #: contact_form.php:1051
381
- #: contact_form.php:1055
382
  msgid "powered by"
383
  msgstr "movido a"
384
 
385
- #: contact_form.php:879
386
- #: contact_form.php:883
387
  msgid "Using Contact Form to DB powered by"
388
  msgstr ""
389
 
390
  # @ contact_form
391
- #: contact_form.php:879
392
  #, fuzzy
393
  msgid "Activate Contact Form to DB"
394
  msgstr "Formulário de Contato Pro"
395
 
396
  # @ contact_form
397
- #: contact_form.php:883
398
  #, fuzzy
399
  msgid "Download Contact Form to DB"
400
  msgstr "Formulário de Contato Pro"
401
 
402
  # @ contact_form
403
- #: contact_form.php:888
404
  msgid "Additional options"
405
  msgstr "Opções adicionais"
406
 
407
- #: contact_form.php:890
408
  msgid "Show"
409
  msgstr ""
410
 
411
- #: contact_form.php:891
412
  msgid "Hide"
413
  msgstr ""
414
 
415
  # @ contact_form
416
- #: contact_form.php:895
417
  msgid "What to use?"
418
  msgstr "O que usar?"
419
 
420
  # @ contact_form
421
- #: contact_form.php:898
422
  msgid "Wp-mail"
423
  msgstr "Wp-mail"
424
 
425
  # @ contact_form
426
- #: contact_form.php:898
427
  msgid "You can use the wp_mail function for mailing"
428
  msgstr "Você pode usar a função wp_mail para enviar emails"
429
 
430
  # @ contact_form
431
- #: contact_form.php:900
432
  msgid "Mail"
433
  msgstr "Mail"
434
 
435
  # @ contact_form
436
- #: contact_form.php:900
437
  msgid "To send mail you can use the php mail function"
438
  msgstr "Para enviar emails você pode usar a função mail() do php"
439
 
440
  # @ contact_form
441
- #: contact_form.php:904
442
  #, fuzzy
443
  msgid "The text in the 'From' field"
444
  msgstr "Mude o texto do campo 'DE'"
445
 
446
  # @ contact_form
447
- #: contact_form.php:906
448
  #, fuzzy
449
  msgid "User name"
450
  msgstr "Email do usuário"
451
 
452
  # @ contact_form
453
- #: contact_form.php:907
454
  #, fuzzy
455
  msgid "The name of the user who fills the form will be used in the field 'From'."
456
  msgstr "O endereço de email do usuário que preencher o formulário será usado no campo 'De'"
457
 
458
  # @ contact_form
459
- #: contact_form.php:910
460
  #, fuzzy
461
  msgid "This text will be used in the 'FROM' field"
462
  msgstr "Este endereço de email será usado no campo 'De'"
463
 
464
  # @ contact_form
465
- #: contact_form.php:914
466
  #, fuzzy
467
  msgid "The email address in the 'From' field"
468
  msgstr "Entre com o endereço de e-mail no campo 'De'"
469
 
470
  # @ contact_form
471
- #: contact_form.php:916
472
  msgid "User email"
473
  msgstr "Email do usuário"
474
 
475
  # @ contact_form
476
- #: contact_form.php:917
477
  msgid "The email address of the user who fills the form will be used in the field 'From'."
478
  msgstr "O endereço de email do usuário que preencher o formulário será usado no campo 'De'"
479
 
480
  # @ contact_form
481
- #: contact_form.php:920
482
  msgid "This email address will be used in the 'From' field."
483
  msgstr "Este endereço de email será usado no campo 'De'"
484
 
485
  # @ contact_form
486
- #: contact_form.php:924
487
  #, fuzzy
488
  msgid "Required symbol"
489
  msgstr "Campos obrigatórios"
490
 
491
- #: contact_form.php:934
492
  msgid "Fields"
493
  msgstr ""
494
 
495
- #: contact_form.php:935
496
  msgid "Used"
497
  msgstr ""
498
 
499
  # @ contact_form
500
- #: contact_form.php:936
501
  #, fuzzy
502
  msgid "Required"
503
  msgstr "Campos obrigatórios"
504
 
505
- #: contact_form.php:937
506
  msgid "Visible"
507
  msgstr ""
508
 
509
- #: contact_form.php:938
510
  msgid "Disabled for editing"
511
  msgstr ""
512
 
513
- #: contact_form.php:939
514
  msgid "Field's default value"
515
  msgstr ""
516
 
517
  # @ contact_form
518
- #: contact_form.php:944
519
- #: contact_form.php:1287
520
- #: contact_form.php:2059
521
- #: contact_form.php:2089
522
  msgid "Name"
523
  msgstr "Nome"
524
 
 
 
 
 
525
  # @ contact_form
526
- #: contact_form.php:952
527
- #: contact_form.php:1292
528
- #: contact_form.php:2063
529
- #: contact_form.php:2091
530
  msgid "Address"
531
  msgstr "Endereço"
532
 
533
  # @ contact_form
534
- #: contact_form.php:960
535
  msgid "Email Address"
536
  msgstr "Endereço de email"
537
 
538
  # @ contact_form
539
- #: contact_form.php:968
540
  #, fuzzy
541
  msgid "Phone number"
542
  msgstr "Número de Telefone:"
543
 
544
  # @ contact_form
545
- #: contact_form.php:976
546
- #: contact_form.php:1307
547
- #: contact_form.php:2073
548
- #: contact_form.php:2095
549
  msgid "Subject"
550
  msgstr "Assunto"
551
 
552
  # @ contact_form
553
- #: contact_form.php:984
554
- #: contact_form.php:1311
555
- #: contact_form.php:2076
556
- #: contact_form.php:2096
557
  msgid "Message"
558
  msgstr "Mensagem"
559
 
560
  # @ contact_form
561
- #: contact_form.php:1008
562
  msgid "Attachment block"
563
  msgstr "Bloco de anexos"
564
 
565
  # @ contact_form
566
- #: contact_form.php:1010
567
  msgid "Users can attach the following file formats"
568
  msgstr "Usuários pode anexar arquivos do seguinte tipo:"
569
 
570
- #: contact_form.php:1023
571
  msgid "Add to the form"
572
  msgstr ""
573
 
574
  # @ contact_form
575
- #: contact_form.php:1028
576
  #, fuzzy
577
  msgid "Tips below the Attachment"
578
  msgstr "Exibir dicas abaixo do bloco de Anexos"
579
 
580
  # @ contact_form
581
- #: contact_form.php:1037
582
  #, fuzzy
583
  msgid "'Send me a copy' block"
584
  msgstr "Exibir bloco 'Enviar-me uma cópia'"
585
 
586
  # @ contact_form
587
- #: contact_form.php:1048
588
- #: contact_form.php:1051
589
- #: contact_form.php:1055
590
- #: contact_form.php:1321
591
  msgid "Captcha"
592
  msgstr "Captcha"
593
 
594
  # @ contact_form
595
- #: contact_form.php:1051
596
  msgid "Activate captcha"
597
  msgstr "Ativar captcha"
598
 
599
  # @ contact_form
600
- #: contact_form.php:1055
601
  msgid "Download captcha"
602
  msgstr "Fazer Download do Captcha"
603
 
604
- #: contact_form.php:1063
605
  msgid "Agreement checkbox"
606
  msgstr ""
607
 
608
- #: contact_form.php:1063
609
  msgid "Required checkbox for submitting the form"
610
  msgstr ""
611
 
612
- #: contact_form.php:1064
613
  msgid "Optional checkbox"
614
  msgstr ""
615
 
616
- #: contact_form.php:1064
617
  msgid "Optional checkbox, the results of which will be displayed in email"
618
  msgstr ""
619
 
620
  # @ contact_form
621
- #: contact_form.php:1081
622
  msgid "Delete an attachment file from the server after the email is sent"
623
  msgstr "Excluir um arquivo anexo do servidor depois que o e-mail for enviado"
624
 
625
- #: contact_form.php:1087
626
  msgid "Email in HTML format sending"
627
  msgstr ""
628
 
629
  # @ contact_form
630
- #: contact_form.php:1091
631
  msgid "Display additional info in the email"
632
  msgstr "Mostre informações adicionais no email"
633
 
634
  # @ contact_form
635
- #: contact_form.php:1096
636
- #: contact_form.php:2026
637
- #: contact_form.php:2028
638
  msgid "Sent from (ip address)"
639
  msgstr "Enviado de (Endereço IP)"
640
 
641
  # @ contact_form
642
- #: contact_form.php:1096
643
  msgid "Example: Sent from (IP address):\t127.0.0.1"
644
  msgstr "Examplo: Enviado de (endereço IP):\\\t127.0.0.1"
645
 
646
  # @ contact_form
647
- #: contact_form.php:1097
648
- #: contact_form.php:2032
649
- #: contact_form.php:2034
650
  msgid "Date/Time"
651
  msgstr "Data / Hora"
652
 
653
  # @ contact_form
654
- #: contact_form.php:1097
655
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
656
  msgstr "Exemplo: Data/Hora:\\\t19 de Agosto de 2013 20:50"
657
 
658
  # @ contact_form
659
- #: contact_form.php:1098
660
- #: contact_form.php:2038
661
- #: contact_form.php:2040
662
  msgid "Sent from (referer)"
663
  msgstr "Vindo de (origem)"
664
 
665
  # @ contact_form
666
- #: contact_form.php:1098
667
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
668
  msgstr "Exemplo: Enviado do (referer):\\\thttp://bestwebsoft.com/contacts/contact-us/"
669
 
670
  # @ contact_form
671
- #: contact_form.php:1099
672
- #: contact_form.php:2044
673
- #: contact_form.php:2046
674
  msgid "Using (user agent)"
675
  msgstr "Usando (cliente de email)"
676
 
677
  # @ contact_form
678
- #: contact_form.php:1099
679
  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"
680
  msgstr "Examplo: Usando (user agent):\\\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
681
 
682
  # @ contact_form
683
- #: contact_form.php:1103
684
  msgid "Language settings for the field names in the form"
685
  msgstr "Configurações de idioma para os nomes dos campos no formulário"
686
 
687
  # @ contact_form
688
- #: contact_form.php:1112
689
  msgid "Add a language"
690
  msgstr "Adicione um idioma"
691
 
692
  # @ contact_form
693
- #: contact_form.php:1116
694
  msgid "Change the names of the contact form fields and error messages"
695
  msgstr "Mude os nomes dos campos do formulário de contato e mensagens de erro."
696
 
697
  # @ contact_form
698
- #: contact_form.php:1121
699
- #: contact_form.php:1202
700
  msgid "English"
701
  msgstr "Inglês"
702
 
703
- #: contact_form.php:1129
704
- #: contact_form.php:1163
705
  msgid "click to expand/hide the list"
706
  msgstr ""
707
 
708
  # @ contact_form
709
- #: contact_form.php:1138
710
- #: contact_form.php:1172
711
  #, fuzzy
712
  msgid "Tips below the Attachment block"
713
  msgstr "Exibir dicas abaixo do bloco de Anexos"
714
 
715
  # @ contact_form
716
- #: contact_form.php:1141
717
- #: contact_form.php:1175
718
  msgid "Error message for the Name field"
719
  msgstr "Mensagem de erro para o campo Nome"
720
 
721
  # @ contact_form
722
- #: contact_form.php:1142
723
- #: contact_form.php:1176
724
  msgid "Error message for the Address field"
725
  msgstr "Mensagem de erro para o campo Endereço"
726
 
727
  # @ contact_form
728
- #: contact_form.php:1143
729
- #: contact_form.php:1177
730
  msgid "Error message for the Email field"
731
  msgstr "Mensagem de erro para o campo Email"
732
 
733
  # @ contact_form
734
- #: contact_form.php:1144
735
- #: contact_form.php:1178
736
  msgid "Error message for the Phone field"
737
  msgstr "Mensagem de erro para o campo Telefone"
738
 
739
  # @ contact_form
740
- #: contact_form.php:1145
741
- #: contact_form.php:1179
742
  msgid "Error message for the Subject field"
743
  msgstr "Mensagem de erro para o campo Assunto"
744
 
745
  # @ contact_form
746
- #: contact_form.php:1146
747
- #: contact_form.php:1180
748
  msgid "Error message for the Message field"
749
  msgstr "Mensagem de erro para o campo Mensagem"
750
 
751
  # @ contact_form
752
- #: contact_form.php:1147
753
- #: contact_form.php:1181
754
  msgid "Error message about the file type for the Attachment field"
755
  msgstr "Mensagem de erro para o campo Anexo sobre o tipo de arquivo"
756
 
757
  # @ contact_form
758
- #: contact_form.php:1148
759
- #: contact_form.php:1182
760
  msgid "Error message while uploading a file for the Attachment field to the server"
761
  msgstr "Mensagem de erro para o campo Anexo quando estiver fazendo upload para o servidor"
762
 
763
  # @ contact_form
764
- #: contact_form.php:1149
765
- #: contact_form.php:1183
766
  msgid "Error message while moving the file for the Attachment field"
767
  msgstr "Mensagem de erro para o campo Anexo quando estiver movendo o arquivo"
768
 
769
  # @ contact_form
770
- #: contact_form.php:1150
771
- #: contact_form.php:1184
772
  msgid "Error message when file size limit for the Attachment field is exceeded"
773
  msgstr "Mensagem de erro para o campo Anexo quando o tamanho máximo do arquivo for excedido"
774
 
775
  # @ contact_form
776
- #: contact_form.php:1151
777
- #: contact_form.php:1185
778
  msgid "Error message for the Captcha field"
779
  msgstr "Mensagem de erro para o campo Captcha"
780
 
781
  # @ contact_form
782
- #: contact_form.php:1152
783
- #: contact_form.php:1186
784
  msgid "Error message for the whole form"
785
  msgstr "Mensagem de erro para o formulário inteiro"
786
 
787
  # @ contact_form
788
- #: contact_form.php:1155
789
- #: contact_form.php:1157
790
- #: contact_form.php:1189
791
- #: contact_form.php:1191
792
- #: contact_form.php:1212
793
- #: contact_form.php:1214
794
- #: contact_form.php:1222
795
  #: contact_form.php:1224
 
 
 
 
 
 
 
796
  msgid "Use shortcode"
797
  msgstr "Use shortcode (abreviações)"
798
 
799
  # @ contact_form
800
- #: contact_form.php:1155
801
- #: contact_form.php:1157
802
- #: contact_form.php:1189
803
- #: contact_form.php:1191
804
- #: contact_form.php:1212
805
- #: contact_form.php:1214
806
- #: contact_form.php:1222
807
  #: contact_form.php:1224
 
 
 
 
 
 
 
808
  msgid "for this language"
809
  msgstr "para este idioma"
810
 
811
  # @ contact_form
812
- #: contact_form.php:1199
 
 
 
 
 
 
813
  msgid "Action after email is sent"
814
  msgstr "Ação após o email ser enviado"
815
 
816
  # @ contact_form
817
- #: contact_form.php:1201
818
  msgid "Display text"
819
  msgstr "Mostrar texto"
820
 
821
  # @ contact_form
822
- #: contact_form.php:1210
823
- #: contact_form.php:1220
824
  msgid "Text"
825
  msgstr "Texto"
826
 
827
  # @ contact_form
828
- #: contact_form.php:1231
829
  msgid "Redirect to the page"
830
  msgstr "Redirecione para a página"
831
 
832
  # @ contact_form
833
- #: contact_form.php:1232
834
  msgid "Url"
835
  msgstr "URL"
836
 
837
- #: contact_form.php:1236
838
  msgid "The $_SERVER variable that is used to build a URL of the form"
839
  msgstr ""
840
 
841
- #: contact_form.php:1240
842
  msgid "If you are not sure whether to change this setting or not, please do not do that."
843
  msgstr ""
844
 
845
  # @ default
846
- #: contact_form.php:1246
847
- #: contact_form.php:1430
848
  msgid "Save Changes"
849
  msgstr "Salvar Mudanças"
850
 
851
- #: contact_form.php:1251
852
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
853
  msgstr ""
854
 
855
- #: contact_form.php:1252
856
  msgid "Rate the plugin"
857
  msgstr ""
858
 
859
- #: contact_form.php:1255
860
  msgid "If there is something wrong about it, please contact us"
861
  msgstr ""
862
 
863
  # @ contact_form
864
- #: contact_form.php:1267
865
  msgid "Errors output"
866
  msgstr "Saída de erros."
867
 
868
  # @ contact_form
869
- #: contact_form.php:1270
870
  msgid "Display error messages"
871
  msgstr "Mostrar mensagens de erro"
872
 
873
  # @ contact_form
874
- #: contact_form.php:1271
875
  msgid "Color of the input field errors."
876
  msgstr "Cor do erro nos campos de formulário"
877
 
878
  # @ contact_form
879
- #: contact_form.php:1272
880
  msgid "Display error messages & color of the input field errors"
881
  msgstr "Mostrar mensagens de erro e cores para os campos com erro"
882
 
883
  # @ contact_form
884
- #: contact_form.php:1277
885
  msgid "Add placeholder to the input blocks"
886
  msgstr "Adicione reserva de espaço aos blocos de inserção"
887
 
888
  # @ contact_form
889
- #: contact_form.php:1283
890
  msgid "Add tooltips"
891
  msgstr "Adicionar mensagens de ajuda"
892
 
893
  # @ contact_form
894
- #: contact_form.php:1297
895
  msgid "Email address"
896
  msgstr "Endereço de email"
897
 
898
  # @ contact_form
899
- #: contact_form.php:1302
900
  msgid "Phone Number"
901
  msgstr "Telefone"
902
 
903
  # @ contact_form
904
- #: contact_form.php:1316
905
  msgid "Attachment"
906
  msgstr "Anexo"
907
 
908
  # @ contact_form
909
- #: contact_form.php:1321
910
  msgid "(powered by bestwebsoft.com)"
911
  msgstr "(produzido por bestwebsoft.com)"
912
 
913
  # @ contact_form
914
- #: contact_form.php:1326
915
  msgid "Style options"
916
  msgstr "Opções de estilo"
917
 
918
  # @ contact_form
919
- #: contact_form.php:1329
920
  msgid "Text color"
921
  msgstr "Cor do texto"
922
 
923
  # @ contact_form
924
- #: contact_form.php:1332
925
- #: contact_form.php:1337
926
- #: contact_form.php:1347
927
- #: contact_form.php:1352
928
- #: contact_form.php:1357
929
- #: contact_form.php:1362
930
- #: contact_form.php:1372
931
- #: contact_form.php:1377
932
- #: contact_form.php:1383
933
- #: contact_form.php:1394
934
- #: contact_form.php:1399
935
- #: contact_form.php:1404
936
  msgid "Default"
937
  msgstr "Padrão"
938
 
939
  # @ contact_form
940
- #: contact_form.php:1334
941
  msgid "Label text color"
942
  msgstr "Cor do texto descritivo"
943
 
944
  # @ contact_form
945
- #: contact_form.php:1339
946
  msgid "Placeholder color"
947
  msgstr "Cor da reserva de espaço"
948
 
949
  # @ contact_form
950
- #: contact_form.php:1344
951
  msgid "Errors color"
952
  msgstr "Cor dos erros"
953
 
954
  # @ contact_form
955
- #: contact_form.php:1349
956
  msgid "Error text color"
957
  msgstr "Cor de texto do erro"
958
 
959
  # @ contact_form
960
- #: contact_form.php:1354
961
  msgid "Background color of the input field errors"
962
  msgstr "Cor de fundo do campo de formulário com erros"
963
 
964
  # @ contact_form
965
- #: contact_form.php:1359
966
  msgid "Border color of the input field errors"
967
  msgstr "Cor de borda do campo de formulário com erros"
968
 
969
  # @ contact_form
970
- #: contact_form.php:1364
971
  msgid "Placeholder color of the input field errors"
972
  msgstr "Cor de reserva de espaço do campo de formulário com erros"
973
 
974
  # @ contact_form
975
- #: contact_form.php:1369
976
  msgid "Input fields"
977
  msgstr "Campos do folmulário"
978
 
979
  # @ contact_form
980
- #: contact_form.php:1374
981
  msgid "Input fields background color"
982
  msgstr "Cor de fundo dos campos de formulário"
983
 
984
  # @ contact_form
985
- #: contact_form.php:1379
986
  msgid "Text fields color"
987
  msgstr "Cor dos campos de texto"
988
 
989
  # @ contact_form
990
- #: contact_form.php:1381
991
  msgid "Border width in px, numbers only"
992
  msgstr "Largura da borda em px, somente o número"
993
 
994
  # @ contact_form
995
- #: contact_form.php:1385
996
- #: contact_form.php:1406
997
  msgid "Border color"
998
  msgstr "Cor da borda"
999
 
1000
  # @ contact_form
1001
- #: contact_form.php:1390
1002
  msgid "Submit button"
1003
  msgstr "Botão de Envio"
1004
 
1005
  # @ contact_form
1006
- #: contact_form.php:1392
1007
  msgid "Width in px, numbers only"
1008
  msgstr "Largura em px, somente o número"
1009
 
1010
  # @ contact_form
1011
- #: contact_form.php:1396
1012
  msgid "Button color"
1013
  msgstr "Cor do botão"
1014
 
1015
  # @ contact_form
1016
- #: contact_form.php:1401
1017
  msgid "Button text color"
1018
  msgstr "Cor do texto do botão"
1019
 
1020
  # @ contact_form
1021
- #: contact_form.php:1434
1022
  msgid "Contact Form Pro | Preview"
1023
  msgstr "Formulário de Contato Pro | Prévia"
1024
 
1025
  # @ contact_form
1026
- #: contact_form.php:1437
1027
  msgid "Show with errors"
1028
  msgstr "Mostrar com erros"
1029
 
1030
  # @ contact_form
1031
- #: contact_form.php:1445
1032
- #: contact_form.php:1447
1033
  msgid "Please enter your full name..."
1034
  msgstr "Informe seu nome completo..."
1035
 
1036
  # @ contact_form
1037
- #: contact_form.php:1458
1038
- #: contact_form.php:1460
1039
  msgid "Please enter your address..."
1040
  msgstr "Informe seu endereço…"
1041
 
1042
  # @ contact_form
1043
- #: contact_form.php:1469
1044
- #: contact_form.php:1471
1045
  msgid "Please enter your email address..."
1046
  msgstr "Informe seu endereço de email…"
1047
 
1048
  # @ contact_form
1049
- #: contact_form.php:1480
1050
- #: contact_form.php:1482
1051
  msgid "Please enter your phone number..."
1052
  msgstr "Informe seu telefone..."
1053
 
1054
  # @ contact_form
1055
- #: contact_form.php:1491
1056
- #: contact_form.php:1493
1057
  msgid "Please enter subject..."
1058
  msgstr "Informe o assunto…"
1059
 
1060
  # @ contact_form
1061
- #: contact_form.php:1501
1062
- #: contact_form.php:1503
1063
  msgid "Please enter your message..."
1064
  msgstr "Informe sua mensagem…"
1065
 
1066
- #: contact_form.php:1545
1067
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
1068
  msgstr ""
1069
 
1070
- #: contact_form.php:1547
1071
  msgid "Please, go to"
1072
  msgstr ""
1073
 
1074
  # @ contact_form
1075
- #: contact_form.php:1547
1076
  #, fuzzy
1077
  msgid "the setting page"
1078
  msgstr "Configurações extras"
1079
 
1080
- #: contact_form.php:1548
1081
  msgid "You will be redirected automatically in 5 seconds."
1082
  msgstr ""
1083
 
1084
- #: contact_form.php:1553
1085
  msgid "You can download and activate"
1086
  msgstr ""
1087
 
1088
- #: contact_form.php:1555
1089
  msgid "version of this plugin by entering Your license key."
1090
  msgstr ""
1091
 
1092
- #: contact_form.php:1557
1093
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
1094
  msgstr ""
1095
 
1096
- #: contact_form.php:1559
1097
  msgid "(your username is the email you specify when purchasing the product)."
1098
  msgstr ""
1099
 
1100
- #: contact_form.php:1567
1101
- #: contact_form.php:1577
1102
- msgid "Go!"
1103
- msgstr ""
 
 
1104
 
1105
  # @ bestwebsoft
1106
  # @ contact_form
1107
- #: contact_form.php:1647
1108
  msgid "Sorry, email message could not be delivered."
1109
  msgstr "Desculpe, seu e-mail não pode ser entregue."
1110
 
1111
  # @ contact_form
1112
- #: contact_form.php:2053
1113
  msgid "Contact from"
1114
  msgstr "Formulário de Contato"
1115
 
1116
  # @ contact_form
1117
- #: contact_form.php:2066
1118
- #: contact_form.php:2092
1119
  msgid "Email"
1120
  msgstr "E-Mail"
1121
 
1122
  # @ contact_form
1123
- #: contact_form.php:2070
1124
- #: contact_form.php:2094
1125
  msgid "Phone"
1126
  msgstr "Telefone"
1127
 
1128
  # @ contact_form
1129
- #: contact_form.php:2079
1130
- #: contact_form.php:2097
1131
  msgid "Site"
1132
  msgstr "Site"
1133
 
1134
  # @ contact_form
1135
- #: contact_form.php:2160
1136
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1137
  msgstr "Se você consegue ver esta MENSAGEM então seu cliente não aceita tipos MIME! Favor usar um cliente mais atualizado."
1138
 
1139
  # @ contact_form
1140
- #: contact_form.php:2229
1141
- msgid "FAQ"
1142
- msgstr "Perguntas Frequentes"
1143
-
1144
- # @ contact_form
1145
- #: contact_form.php:2230
1146
  msgid "Support"
1147
  msgstr "Suporte"
1148
 
1149
  # @ contact_form
1150
- #: contact_form.php:2280
1151
  msgid "Are you sure that you want to delete this language data?"
1152
  msgstr "Tem certeza que você quer apagar estes dados de idioma?"
1153
 
1154
- #: contact_form.php:2476
1155
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
1156
  msgstr ""
1157
 
1158
- #: contact_form.php:2477
1159
  msgid "Extend standard plugin functionality with new great options."
1160
  msgstr ""
1161
 
1162
- #: contact_form.php:2492
1163
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1164
  msgstr ""
1165
 
1166
- #: contact_form.php:2493
1167
  msgid "Manage messages that have been sent from your website."
1168
  msgstr ""
1169
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-08 14:53+0300\n"
6
+ "PO-Revision-Date: 2014-07-08 14:53+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Breno Jacinto, DJIO | Dionizio Bonfim Bach <brenojac@gmail.com, wordpress@djio.com.br>\n"
9
  "Language: pt_BR\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ contact_form
22
+ #: contact_form.php:74
23
+ #: contact_form.php:845
24
  msgid "Contact Form Settings"
25
  msgstr "Configurações do Formulário de Contato"
26
 
27
  # @ contact_form
28
+ #: contact_form.php:74
29
  msgid "Contact Form"
30
  msgstr "Formulário de contato"
31
 
32
  # @ contact_form
33
+ #: contact_form.php:150
34
+ #: contact_form.php:1200
35
+ #: contact_form.php:1234
36
  msgid "Name:"
37
  msgstr "Nome:"
38
 
39
  # @ contact_form
40
+ #: contact_form.php:151
41
+ #: contact_form.php:1201
42
+ #: contact_form.php:1235
43
  msgid "Address:"
44
  msgstr "Endereço:"
45
 
46
  # @ contact_form
47
+ #: contact_form.php:152
48
+ #: contact_form.php:1202
49
+ #: contact_form.php:1236
50
  msgid "Email Address:"
51
  msgstr "Endereço de E-mail:"
52
 
53
  # @ contact_form
54
+ #: contact_form.php:153
55
+ #: contact_form.php:1203
56
+ #: contact_form.php:1237
57
  msgid "Phone number:"
58
  msgstr "Número de Telefone:"
59
 
60
  # @ contact_form
61
+ #: contact_form.php:154
62
+ #: contact_form.php:1204
63
+ #: contact_form.php:1238
64
  msgid "Subject:"
65
  msgstr "Assunto:"
66
 
67
  # @ contact_form
68
+ #: contact_form.php:155
69
+ #: contact_form.php:1205
70
+ #: contact_form.php:1239
71
  msgid "Message:"
72
  msgstr "Mensagem:"
73
 
74
  # @ contact_form
75
+ #: contact_form.php:156
76
+ #: contact_form.php:1206
77
+ #: contact_form.php:1240
78
  msgid "Attachment:"
79
  msgstr "Anexo:"
80
 
81
  # @ contact_form
82
+ #: contact_form.php:157
83
  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"
84
  msgstr "Tipos de arquivo suportados: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Tamanho máximo do arquivo: 2Mb"
85
 
86
  # @ contact_form
87
+ #: contact_form.php:158
88
+ #: contact_form.php:1208
89
+ #: contact_form.php:1242
90
  msgid "Send me a copy"
91
  msgstr "Envie-me uma cópia"
92
 
93
  # @ contact_form
94
+ #: contact_form.php:159
95
+ #: contact_form.php:1209
96
+ #: contact_form.php:1243
97
  msgid "Submit"
98
  msgstr "Enviar"
99
 
100
  # @ contact_form
101
+ #: contact_form.php:160
102
  msgid "Your name is required."
103
  msgstr "Seu nome é obrigatório"
104
 
105
  # @ contact_form
106
+ #: contact_form.php:161
107
  msgid "Address is required."
108
  msgstr "Endereço é obrigatório."
109
 
110
  # @ contact_form
111
+ #: contact_form.php:162
112
  msgid "A valid email address is required."
113
  msgstr "Um e-mail válido é obrigatório."
114
 
115
  # @ contact_form
116
+ #: contact_form.php:163
117
  msgid "Phone number is required."
118
  msgstr "Telefone é obrigatório."
119
 
120
  # @ contact_form
121
+ #: contact_form.php:164
122
  msgid "Subject is required."
123
  msgstr "O Assunto da mensagem é obrigatório."
124
 
125
  # @ contact_form
126
+ #: contact_form.php:165
127
  msgid "Message text is required."
128
  msgstr "O texto da Mensagem é obrigatório."
129
 
130
  # @ contact_form
131
+ #: contact_form.php:166
132
  msgid "File format is not valid."
133
  msgstr "Impossível anexar arquivo. "
134
 
135
  # @ contact_form
136
+ #: contact_form.php:167
137
  msgid "File upload error."
138
  msgstr "Erro no upload do arquivo."
139
 
140
  # @ contact_form
141
+ #: contact_form.php:168
142
  msgid "The file could not be uploaded."
143
  msgstr "O foi possível fazer upload do arquivo."
144
 
145
  # @ contact_form
146
+ #: contact_form.php:169
147
  msgid "This file is too large."
148
  msgstr "Este arquivo é muito grande."
149
 
150
  # @ contact_form
151
+ #: contact_form.php:170
152
  msgid "Please fill out the CAPTCHA."
153
  msgstr "Por favor, complete a resposta da charada ."
154
 
155
  # @ contact_form
156
+ #: contact_form.php:171
157
  msgid "Please make corrections below and try again."
158
  msgstr "Por favor, faça as correções abaixo e tente enviar a mensagem novamente."
159
 
160
  # @ bestwebsoft
161
  # @ contact_form
162
+ #: contact_form.php:173
163
  msgid "Thank you for contacting us."
164
  msgstr "Obrigado por nos contatar"
165
 
166
  # @ contact_form
167
+ #: contact_form.php:369
168
  #, fuzzy
169
  msgid "requires"
170
  msgstr "Campos obrigatórios"
171
 
172
+ #: contact_form.php:369
173
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
174
  msgstr ""
175
 
176
+ #: contact_form.php:369
177
  msgid "Back to the WordPress"
178
  msgstr ""
179
 
180
+ #: contact_form.php:369
181
  msgid "Plugins page"
182
  msgstr ""
183
 
184
  # @ contact_form
185
+ #: contact_form.php:677
186
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
187
  msgstr "Se a opção 'Redirecionar para a pagina' estiver selecionada, então o campo URL deve ser no seguinte formato"
188
 
189
  # @ contact_form
190
+ #: contact_form.php:686
191
  msgid "Such user does not exist. Settings are not saved."
192
  msgstr "Tal usuário não existe. Configurações não foram salvas."
193
 
194
  # @ contact_form
195
+ #: contact_form.php:690
196
+ #: contact_form.php:696
197
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
198
  msgstr "Por favor informe um email válido no campo 'DE'. Configurações não foram salvas."
199
 
200
  # @ contact_form
201
+ #: contact_form.php:721
202
  msgid "Settings saved."
203
  msgstr "As configurações foram salvas."
204
 
205
+ #: contact_form.php:748
206
+ #: contact_form.php:780
207
  msgid "Wrong license key"
208
  msgstr ""
209
 
210
+ #: contact_form.php:773
211
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
212
  msgstr ""
213
 
214
+ #: contact_form.php:782
215
  msgid "This license key is bind to another site"
216
  msgstr ""
217
 
218
+ #: contact_form.php:784
219
+ #: contact_form.php:1645
220
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
221
  msgstr ""
222
 
223
+ #: contact_form.php:801
224
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
225
  msgstr ""
226
 
227
+ #: contact_form.php:807
228
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
229
  msgstr ""
230
 
231
+ #: contact_form.php:811
232
+ #: contact_form.php:820
233
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
234
  msgstr ""
235
 
236
+ #: contact_form.php:824
237
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
238
  msgstr ""
239
 
240
  # @ contact_form
241
+ #: contact_form.php:839
242
  #, fuzzy
243
  msgid "Please, enter Your license key"
244
  msgstr "Informe sua mensagem…"
245
 
246
  # @ bestwebsoft
247
  # @ contact_form
248
+ #: contact_form.php:847
249
+ #: contact_form.php:2306
250
+ #: contact_form.php:2318
251
  msgid "Settings"
252
  msgstr "Configurações"
253
 
254
  # @ contact_form
255
+ #: contact_form.php:848
256
  msgid "Extra settings"
257
  msgstr "Configurações extras"
258
 
259
+ # @ contact_form
260
+ #: contact_form.php:849
261
+ #: contact_form.php:2319
262
+ msgid "FAQ"
263
+ msgstr "Perguntas Frequentes"
264
+
265
+ #: contact_form.php:850
266
  msgid "Go PRO"
267
  msgstr ""
268
 
269
+ #: contact_form.php:853
270
  msgid "Notice:"
271
  msgstr ""
272
 
273
+ #: contact_form.php:853
274
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
275
  msgstr ""
276
 
277
+ #: contact_form.php:859
278
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
279
  msgstr ""
280
 
281
  # @ contact_form
282
+ #: contact_form.php:865
283
+ #: contact_form.php:870
284
+ #: contact_form.php:1604
285
  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:"
286
  msgstr "Se você gostaria de adicionar o Formulário de Contato no seu site, apenas copie e cole este código na sua postagem ou página ou widget:"
287
 
288
  # @ contact_form
289
+ #: contact_form.php:865
290
+ #: contact_form.php:866
291
+ #: contact_form.php:870
292
+ #: contact_form.php:871
293
+ #: contact_form.php:1224
294
+ #: contact_form.php:1226
295
+ #: contact_form.php:1287
296
+ #: contact_form.php:1289
297
  msgid "or"
298
  msgstr "ou"
299
 
300
  # @ contact_form
301
+ #: contact_form.php:866
302
+ #: contact_form.php:871
303
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
304
  msgstr "Se tiver quaisquer problemas com o shortcode padrão [contact_form], você deve usar o shortcode"
305
 
306
  # @ contact_form
307
+ #: contact_form.php:867
308
+ #: contact_form.php:872
309
  msgid "They work the same way."
310
  msgstr "Eles funcionam da mesma forma."
311
 
312
  # @ contact_form
313
+ #: contact_form.php:868
314
+ #: contact_form.php:873
315
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
316
  msgstr "Se informações nos campos abaixo estiverem vazias, então as mensagens serão enviadas para um endereço que foi especificado durante o registro."
317
 
318
  # @ contact_form
319
+ #: contact_form.php:878
320
  msgid "The user's email address:"
321
  msgstr "Use o email de um usuário do wordpress:"
322
 
323
  # @ contact_form
324
+ #: contact_form.php:882
325
  msgid "Create a username"
326
  msgstr "Selecione o nome do usuário"
327
 
328
  # @ contact_form
329
+ #: contact_form.php:889
330
  msgid "Enter a username of the person who should get the messages from the contact form."
331
  msgstr "Determine um nome de usuário que receberá as mensagens enviadas pelo Formulário de Contato."
332
 
333
  # @ contact_form
334
+ #: contact_form.php:893
335
  msgid "Use this email address:"
336
  msgstr "Use este email:"
337
 
338
  # @ contact_form
339
+ #: contact_form.php:896
340
  msgid "Enter the email address you want the messages forwarded to."
341
  msgstr "Configure um endereço de email que será usado para o recebimento de mensagens."
342
 
343
+ #: contact_form.php:905
344
  msgid "Add department selectbox to the contact form:"
345
  msgstr ""
346
 
347
+ #: contact_form.php:913
348
+ #: contact_form.php:1487
349
  msgid "If you upgrade to Pro version all your settings will be saved."
350
  msgstr ""
351
 
352
+ #: contact_form.php:920
353
+ #: contact_form.php:1066
354
+ #: contact_form.php:1140
355
+ #: contact_form.php:1494
356
  msgid "Unlock premium options by upgrading to a PRO version."
357
  msgstr ""
358
 
359
+ #: contact_form.php:921
360
+ #: contact_form.php:1067
361
+ #: contact_form.php:1141
362
+ #: contact_form.php:1495
363
+ #: contact_form.php:2574
364
+ #: contact_form.php:2590
365
  msgid "Learn More"
366
  msgstr ""
367
 
368
+ #: contact_form.php:924
369
+ #: contact_form.php:1070
370
+ #: contact_form.php:1144
371
+ #: contact_form.php:1498
372
  msgid "Go"
373
  msgstr ""
374
 
375
+ #: contact_form.php:931
376
  msgid "Save emails to the database"
377
  msgstr ""
378
 
379
+ #: contact_form.php:937
380
  msgid "Using"
381
  msgstr ""
382
 
383
  # @ contact_form
384
+ #: contact_form.php:937
385
+ #: contact_form.php:1117
386
+ #: contact_form.php:1120
387
+ #: contact_form.php:1124
388
  msgid "powered by"
389
  msgstr "movido a"
390
 
391
+ #: contact_form.php:940
392
+ #: contact_form.php:944
393
  msgid "Using Contact Form to DB powered by"
394
  msgstr ""
395
 
396
  # @ contact_form
397
+ #: contact_form.php:940
398
  #, fuzzy
399
  msgid "Activate Contact Form to DB"
400
  msgstr "Formulário de Contato Pro"
401
 
402
  # @ contact_form
403
+ #: contact_form.php:944
404
  #, fuzzy
405
  msgid "Download Contact Form to DB"
406
  msgstr "Formulário de Contato Pro"
407
 
408
  # @ contact_form
409
+ #: contact_form.php:949
410
  msgid "Additional options"
411
  msgstr "Opções adicionais"
412
 
413
+ #: contact_form.php:951
414
  msgid "Show"
415
  msgstr ""
416
 
417
+ #: contact_form.php:952
418
  msgid "Hide"
419
  msgstr ""
420
 
421
  # @ contact_form
422
+ #: contact_form.php:956
423
  msgid "What to use?"
424
  msgstr "O que usar?"
425
 
426
  # @ contact_form
427
+ #: contact_form.php:959
428
  msgid "Wp-mail"
429
  msgstr "Wp-mail"
430
 
431
  # @ contact_form
432
+ #: contact_form.php:959
433
  msgid "You can use the wp_mail function for mailing"
434
  msgstr "Você pode usar a função wp_mail para enviar emails"
435
 
436
  # @ contact_form
437
+ #: contact_form.php:961
438
  msgid "Mail"
439
  msgstr "Mail"
440
 
441
  # @ contact_form
442
+ #: contact_form.php:961
443
  msgid "To send mail you can use the php mail function"
444
  msgstr "Para enviar emails você pode usar a função mail() do php"
445
 
446
  # @ contact_form
447
+ #: contact_form.php:965
448
  #, fuzzy
449
  msgid "The text in the 'From' field"
450
  msgstr "Mude o texto do campo 'DE'"
451
 
452
  # @ contact_form
453
+ #: contact_form.php:967
454
  #, fuzzy
455
  msgid "User name"
456
  msgstr "Email do usuário"
457
 
458
  # @ contact_form
459
+ #: contact_form.php:968
460
  #, fuzzy
461
  msgid "The name of the user who fills the form will be used in the field 'From'."
462
  msgstr "O endereço de email do usuário que preencher o formulário será usado no campo 'De'"
463
 
464
  # @ contact_form
465
+ #: contact_form.php:971
466
  #, fuzzy
467
  msgid "This text will be used in the 'FROM' field"
468
  msgstr "Este endereço de email será usado no campo 'De'"
469
 
470
  # @ contact_form
471
+ #: contact_form.php:975
472
  #, fuzzy
473
  msgid "The email address in the 'From' field"
474
  msgstr "Entre com o endereço de e-mail no campo 'De'"
475
 
476
  # @ contact_form
477
+ #: contact_form.php:977
478
  msgid "User email"
479
  msgstr "Email do usuário"
480
 
481
  # @ contact_form
482
+ #: contact_form.php:978
483
  msgid "The email address of the user who fills the form will be used in the field 'From'."
484
  msgstr "O endereço de email do usuário que preencher o formulário será usado no campo 'De'"
485
 
486
  # @ contact_form
487
+ #: contact_form.php:981
488
  msgid "This email address will be used in the 'From' field."
489
  msgstr "Este endereço de email será usado no campo 'De'"
490
 
491
  # @ contact_form
492
+ #: contact_form.php:985
493
  #, fuzzy
494
  msgid "Required symbol"
495
  msgstr "Campos obrigatórios"
496
 
497
+ #: contact_form.php:995
498
  msgid "Fields"
499
  msgstr ""
500
 
501
+ #: contact_form.php:996
502
  msgid "Used"
503
  msgstr ""
504
 
505
  # @ contact_form
506
+ #: contact_form.php:997
507
  #, fuzzy
508
  msgid "Required"
509
  msgstr "Campos obrigatórios"
510
 
511
+ #: contact_form.php:998
512
  msgid "Visible"
513
  msgstr ""
514
 
515
+ #: contact_form.php:999
516
  msgid "Disabled for editing"
517
  msgstr ""
518
 
519
+ #: contact_form.php:1000
520
  msgid "Field's default value"
521
  msgstr ""
522
 
523
  # @ contact_form
524
+ #: contact_form.php:1005
525
+ #: contact_form.php:1362
526
+ #: contact_form.php:2125
527
+ #: contact_form.php:2161
528
  msgid "Name"
529
  msgstr "Nome"
530
 
531
+ #: contact_form.php:1013
532
+ msgid "Location selectbox"
533
+ msgstr ""
534
+
535
  # @ contact_form
536
+ #: contact_form.php:1021
537
+ #: contact_form.php:1367
538
+ #: contact_form.php:2131
539
+ #: contact_form.php:2165
540
  msgid "Address"
541
  msgstr "Endereço"
542
 
543
  # @ contact_form
544
+ #: contact_form.php:1029
545
  msgid "Email Address"
546
  msgstr "Endereço de email"
547
 
548
  # @ contact_form
549
+ #: contact_form.php:1037
550
  #, fuzzy
551
  msgid "Phone number"
552
  msgstr "Número de Telefone:"
553
 
554
  # @ contact_form
555
+ #: contact_form.php:1045
556
+ #: contact_form.php:1382
557
+ #: contact_form.php:2146
558
+ #: contact_form.php:2174
559
  msgid "Subject"
560
  msgstr "Assunto"
561
 
562
  # @ contact_form
563
+ #: contact_form.php:1053
564
+ #: contact_form.php:1386
565
+ #: contact_form.php:2149
566
+ #: contact_form.php:2176
567
  msgid "Message"
568
  msgstr "Mensagem"
569
 
570
  # @ contact_form
571
+ #: contact_form.php:1077
572
  msgid "Attachment block"
573
  msgstr "Bloco de anexos"
574
 
575
  # @ contact_form
576
+ #: contact_form.php:1079
577
  msgid "Users can attach the following file formats"
578
  msgstr "Usuários pode anexar arquivos do seguinte tipo:"
579
 
580
+ #: contact_form.php:1092
581
  msgid "Add to the form"
582
  msgstr ""
583
 
584
  # @ contact_form
585
+ #: contact_form.php:1097
586
  #, fuzzy
587
  msgid "Tips below the Attachment"
588
  msgstr "Exibir dicas abaixo do bloco de Anexos"
589
 
590
  # @ contact_form
591
+ #: contact_form.php:1106
592
  #, fuzzy
593
  msgid "'Send me a copy' block"
594
  msgstr "Exibir bloco 'Enviar-me uma cópia'"
595
 
596
  # @ contact_form
597
+ #: contact_form.php:1117
598
+ #: contact_form.php:1120
599
+ #: contact_form.php:1124
600
+ #: contact_form.php:1396
601
  msgid "Captcha"
602
  msgstr "Captcha"
603
 
604
  # @ contact_form
605
+ #: contact_form.php:1120
606
  msgid "Activate captcha"
607
  msgstr "Ativar captcha"
608
 
609
  # @ contact_form
610
+ #: contact_form.php:1124
611
  msgid "Download captcha"
612
  msgstr "Fazer Download do Captcha"
613
 
614
+ #: contact_form.php:1132
615
  msgid "Agreement checkbox"
616
  msgstr ""
617
 
618
+ #: contact_form.php:1132
619
  msgid "Required checkbox for submitting the form"
620
  msgstr ""
621
 
622
+ #: contact_form.php:1133
623
  msgid "Optional checkbox"
624
  msgstr ""
625
 
626
+ #: contact_form.php:1133
627
  msgid "Optional checkbox, the results of which will be displayed in email"
628
  msgstr ""
629
 
630
  # @ contact_form
631
+ #: contact_form.php:1150
632
  msgid "Delete an attachment file from the server after the email is sent"
633
  msgstr "Excluir um arquivo anexo do servidor depois que o e-mail for enviado"
634
 
635
+ #: contact_form.php:1156
636
  msgid "Email in HTML format sending"
637
  msgstr ""
638
 
639
  # @ contact_form
640
+ #: contact_form.php:1160
641
  msgid "Display additional info in the email"
642
  msgstr "Mostre informações adicionais no email"
643
 
644
  # @ contact_form
645
+ #: contact_form.php:1165
646
+ #: contact_form.php:2092
647
+ #: contact_form.php:2094
648
  msgid "Sent from (ip address)"
649
  msgstr "Enviado de (Endereço IP)"
650
 
651
  # @ contact_form
652
+ #: contact_form.php:1165
653
  msgid "Example: Sent from (IP address):\t127.0.0.1"
654
  msgstr "Examplo: Enviado de (endereço IP):\\\t127.0.0.1"
655
 
656
  # @ contact_form
657
+ #: contact_form.php:1166
658
+ #: contact_form.php:2098
659
+ #: contact_form.php:2100
660
  msgid "Date/Time"
661
  msgstr "Data / Hora"
662
 
663
  # @ contact_form
664
+ #: contact_form.php:1166
665
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
666
  msgstr "Exemplo: Data/Hora:\\\t19 de Agosto de 2013 20:50"
667
 
668
  # @ contact_form
669
+ #: contact_form.php:1167
670
+ #: contact_form.php:2104
671
+ #: contact_form.php:2106
672
  msgid "Sent from (referer)"
673
  msgstr "Vindo de (origem)"
674
 
675
  # @ contact_form
676
+ #: contact_form.php:1167
677
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
678
  msgstr "Exemplo: Enviado do (referer):\\\thttp://bestwebsoft.com/contacts/contact-us/"
679
 
680
  # @ contact_form
681
+ #: contact_form.php:1168
682
+ #: contact_form.php:2110
683
+ #: contact_form.php:2112
684
  msgid "Using (user agent)"
685
  msgstr "Usando (cliente de email)"
686
 
687
  # @ contact_form
688
+ #: contact_form.php:1168
689
  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"
690
  msgstr "Examplo: Usando (user agent):\\\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
691
 
692
  # @ contact_form
693
+ #: contact_form.php:1172
694
  msgid "Language settings for the field names in the form"
695
  msgstr "Configurações de idioma para os nomes dos campos no formulário"
696
 
697
  # @ contact_form
698
+ #: contact_form.php:1181
699
  msgid "Add a language"
700
  msgstr "Adicione um idioma"
701
 
702
  # @ contact_form
703
+ #: contact_form.php:1185
704
  msgid "Change the names of the contact form fields and error messages"
705
  msgstr "Mude os nomes dos campos do formulário de contato e mensagens de erro."
706
 
707
  # @ contact_form
708
+ #: contact_form.php:1190
709
+ #: contact_form.php:1277
710
  msgid "English"
711
  msgstr "Inglês"
712
 
713
+ #: contact_form.php:1198
714
+ #: contact_form.php:1232
715
  msgid "click to expand/hide the list"
716
  msgstr ""
717
 
718
  # @ contact_form
719
+ #: contact_form.php:1207
720
+ #: contact_form.php:1241
721
  #, fuzzy
722
  msgid "Tips below the Attachment block"
723
  msgstr "Exibir dicas abaixo do bloco de Anexos"
724
 
725
  # @ contact_form
726
+ #: contact_form.php:1210
727
+ #: contact_form.php:1244
728
  msgid "Error message for the Name field"
729
  msgstr "Mensagem de erro para o campo Nome"
730
 
731
  # @ contact_form
732
+ #: contact_form.php:1211
733
+ #: contact_form.php:1245
734
  msgid "Error message for the Address field"
735
  msgstr "Mensagem de erro para o campo Endereço"
736
 
737
  # @ contact_form
738
+ #: contact_form.php:1212
739
+ #: contact_form.php:1246
740
  msgid "Error message for the Email field"
741
  msgstr "Mensagem de erro para o campo Email"
742
 
743
  # @ contact_form
744
+ #: contact_form.php:1213
745
+ #: contact_form.php:1247
746
  msgid "Error message for the Phone field"
747
  msgstr "Mensagem de erro para o campo Telefone"
748
 
749
  # @ contact_form
750
+ #: contact_form.php:1214
751
+ #: contact_form.php:1248
752
  msgid "Error message for the Subject field"
753
  msgstr "Mensagem de erro para o campo Assunto"
754
 
755
  # @ contact_form
756
+ #: contact_form.php:1215
757
+ #: contact_form.php:1249
758
  msgid "Error message for the Message field"
759
  msgstr "Mensagem de erro para o campo Mensagem"
760
 
761
  # @ contact_form
762
+ #: contact_form.php:1216
763
+ #: contact_form.php:1250
764
  msgid "Error message about the file type for the Attachment field"
765
  msgstr "Mensagem de erro para o campo Anexo sobre o tipo de arquivo"
766
 
767
  # @ contact_form
768
+ #: contact_form.php:1217
769
+ #: contact_form.php:1251
770
  msgid "Error message while uploading a file for the Attachment field to the server"
771
  msgstr "Mensagem de erro para o campo Anexo quando estiver fazendo upload para o servidor"
772
 
773
  # @ contact_form
774
+ #: contact_form.php:1218
775
+ #: contact_form.php:1252
776
  msgid "Error message while moving the file for the Attachment field"
777
  msgstr "Mensagem de erro para o campo Anexo quando estiver movendo o arquivo"
778
 
779
  # @ contact_form
780
+ #: contact_form.php:1219
781
+ #: contact_form.php:1253
782
  msgid "Error message when file size limit for the Attachment field is exceeded"
783
  msgstr "Mensagem de erro para o campo Anexo quando o tamanho máximo do arquivo for excedido"
784
 
785
  # @ contact_form
786
+ #: contact_form.php:1220
787
+ #: contact_form.php:1254
788
  msgid "Error message for the Captcha field"
789
  msgstr "Mensagem de erro para o campo Captcha"
790
 
791
  # @ contact_form
792
+ #: contact_form.php:1221
793
+ #: contact_form.php:1255
794
  msgid "Error message for the whole form"
795
  msgstr "Mensagem de erro para o formulário inteiro"
796
 
797
  # @ contact_form
 
 
 
 
 
 
 
798
  #: contact_form.php:1224
799
+ #: contact_form.php:1226
800
+ #: contact_form.php:1258
801
+ #: contact_form.php:1260
802
+ #: contact_form.php:1287
803
+ #: contact_form.php:1289
804
+ #: contact_form.php:1297
805
+ #: contact_form.php:1299
806
  msgid "Use shortcode"
807
  msgstr "Use shortcode (abreviações)"
808
 
809
  # @ contact_form
 
 
 
 
 
 
 
810
  #: contact_form.php:1224
811
+ #: contact_form.php:1226
812
+ #: contact_form.php:1258
813
+ #: contact_form.php:1260
814
+ #: contact_form.php:1287
815
+ #: contact_form.php:1289
816
+ #: contact_form.php:1297
817
+ #: contact_form.php:1299
818
  msgid "for this language"
819
  msgstr "para este idioma"
820
 
821
  # @ contact_form
822
+ #: contact_form.php:1268
823
+ #, fuzzy
824
+ msgid "Use the changed names of the contact form fields in the email"
825
+ msgstr "Mude os nomes dos campos do formulário de contato e mensagens de erro."
826
+
827
+ # @ contact_form
828
+ #: contact_form.php:1274
829
  msgid "Action after email is sent"
830
  msgstr "Ação após o email ser enviado"
831
 
832
  # @ contact_form
833
+ #: contact_form.php:1276
834
  msgid "Display text"
835
  msgstr "Mostrar texto"
836
 
837
  # @ contact_form
838
+ #: contact_form.php:1285
839
+ #: contact_form.php:1295
840
  msgid "Text"
841
  msgstr "Texto"
842
 
843
  # @ contact_form
844
+ #: contact_form.php:1306
845
  msgid "Redirect to the page"
846
  msgstr "Redirecione para a página"
847
 
848
  # @ contact_form
849
+ #: contact_form.php:1307
850
  msgid "Url"
851
  msgstr "URL"
852
 
853
+ #: contact_form.php:1311
854
  msgid "The $_SERVER variable that is used to build a URL of the form"
855
  msgstr ""
856
 
857
+ #: contact_form.php:1315
858
  msgid "If you are not sure whether to change this setting or not, please do not do that."
859
  msgstr ""
860
 
861
  # @ default
862
+ #: contact_form.php:1321
863
+ #: contact_form.php:1505
864
  msgid "Save Changes"
865
  msgstr "Salvar Mudanças"
866
 
867
+ #: contact_form.php:1326
868
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
869
  msgstr ""
870
 
871
+ #: contact_form.php:1327
872
  msgid "Rate the plugin"
873
  msgstr ""
874
 
875
+ #: contact_form.php:1330
876
  msgid "If there is something wrong about it, please contact us"
877
  msgstr ""
878
 
879
  # @ contact_form
880
+ #: contact_form.php:1342
881
  msgid "Errors output"
882
  msgstr "Saída de erros."
883
 
884
  # @ contact_form
885
+ #: contact_form.php:1345
886
  msgid "Display error messages"
887
  msgstr "Mostrar mensagens de erro"
888
 
889
  # @ contact_form
890
+ #: contact_form.php:1346
891
  msgid "Color of the input field errors."
892
  msgstr "Cor do erro nos campos de formulário"
893
 
894
  # @ contact_form
895
+ #: contact_form.php:1347
896
  msgid "Display error messages & color of the input field errors"
897
  msgstr "Mostrar mensagens de erro e cores para os campos com erro"
898
 
899
  # @ contact_form
900
+ #: contact_form.php:1352
901
  msgid "Add placeholder to the input blocks"
902
  msgstr "Adicione reserva de espaço aos blocos de inserção"
903
 
904
  # @ contact_form
905
+ #: contact_form.php:1358
906
  msgid "Add tooltips"
907
  msgstr "Adicionar mensagens de ajuda"
908
 
909
  # @ contact_form
910
+ #: contact_form.php:1372
911
  msgid "Email address"
912
  msgstr "Endereço de email"
913
 
914
  # @ contact_form
915
+ #: contact_form.php:1377
916
  msgid "Phone Number"
917
  msgstr "Telefone"
918
 
919
  # @ contact_form
920
+ #: contact_form.php:1391
921
  msgid "Attachment"
922
  msgstr "Anexo"
923
 
924
  # @ contact_form
925
+ #: contact_form.php:1396
926
  msgid "(powered by bestwebsoft.com)"
927
  msgstr "(produzido por bestwebsoft.com)"
928
 
929
  # @ contact_form
930
+ #: contact_form.php:1401
931
  msgid "Style options"
932
  msgstr "Opções de estilo"
933
 
934
  # @ contact_form
935
+ #: contact_form.php:1404
936
  msgid "Text color"
937
  msgstr "Cor do texto"
938
 
939
  # @ contact_form
940
+ #: contact_form.php:1407
941
+ #: contact_form.php:1412
942
+ #: contact_form.php:1422
943
+ #: contact_form.php:1427
944
+ #: contact_form.php:1432
945
+ #: contact_form.php:1437
946
+ #: contact_form.php:1447
947
+ #: contact_form.php:1452
948
+ #: contact_form.php:1458
949
+ #: contact_form.php:1469
950
+ #: contact_form.php:1474
951
+ #: contact_form.php:1479
952
  msgid "Default"
953
  msgstr "Padrão"
954
 
955
  # @ contact_form
956
+ #: contact_form.php:1409
957
  msgid "Label text color"
958
  msgstr "Cor do texto descritivo"
959
 
960
  # @ contact_form
961
+ #: contact_form.php:1414
962
  msgid "Placeholder color"
963
  msgstr "Cor da reserva de espaço"
964
 
965
  # @ contact_form
966
+ #: contact_form.php:1419
967
  msgid "Errors color"
968
  msgstr "Cor dos erros"
969
 
970
  # @ contact_form
971
+ #: contact_form.php:1424
972
  msgid "Error text color"
973
  msgstr "Cor de texto do erro"
974
 
975
  # @ contact_form
976
+ #: contact_form.php:1429
977
  msgid "Background color of the input field errors"
978
  msgstr "Cor de fundo do campo de formulário com erros"
979
 
980
  # @ contact_form
981
+ #: contact_form.php:1434
982
  msgid "Border color of the input field errors"
983
  msgstr "Cor de borda do campo de formulário com erros"
984
 
985
  # @ contact_form
986
+ #: contact_form.php:1439
987
  msgid "Placeholder color of the input field errors"
988
  msgstr "Cor de reserva de espaço do campo de formulário com erros"
989
 
990
  # @ contact_form
991
+ #: contact_form.php:1444
992
  msgid "Input fields"
993
  msgstr "Campos do folmulário"
994
 
995
  # @ contact_form
996
+ #: contact_form.php:1449
997
  msgid "Input fields background color"
998
  msgstr "Cor de fundo dos campos de formulário"
999
 
1000
  # @ contact_form
1001
+ #: contact_form.php:1454
1002
  msgid "Text fields color"
1003
  msgstr "Cor dos campos de texto"
1004
 
1005
  # @ contact_form
1006
+ #: contact_form.php:1456
1007
  msgid "Border width in px, numbers only"
1008
  msgstr "Largura da borda em px, somente o número"
1009
 
1010
  # @ contact_form
1011
+ #: contact_form.php:1460
1012
+ #: contact_form.php:1481
1013
  msgid "Border color"
1014
  msgstr "Cor da borda"
1015
 
1016
  # @ contact_form
1017
+ #: contact_form.php:1465
1018
  msgid "Submit button"
1019
  msgstr "Botão de Envio"
1020
 
1021
  # @ contact_form
1022
+ #: contact_form.php:1467
1023
  msgid "Width in px, numbers only"
1024
  msgstr "Largura em px, somente o número"
1025
 
1026
  # @ contact_form
1027
+ #: contact_form.php:1471
1028
  msgid "Button color"
1029
  msgstr "Cor do botão"
1030
 
1031
  # @ contact_form
1032
+ #: contact_form.php:1476
1033
  msgid "Button text color"
1034
  msgstr "Cor do texto do botão"
1035
 
1036
  # @ contact_form
1037
+ #: contact_form.php:1509
1038
  msgid "Contact Form Pro | Preview"
1039
  msgstr "Formulário de Contato Pro | Prévia"
1040
 
1041
  # @ contact_form
1042
+ #: contact_form.php:1512
1043
  msgid "Show with errors"
1044
  msgstr "Mostrar com erros"
1045
 
1046
  # @ contact_form
1047
+ #: contact_form.php:1520
1048
+ #: contact_form.php:1522
1049
  msgid "Please enter your full name..."
1050
  msgstr "Informe seu nome completo..."
1051
 
1052
  # @ contact_form
1053
+ #: contact_form.php:1533
1054
+ #: contact_form.php:1535
1055
  msgid "Please enter your address..."
1056
  msgstr "Informe seu endereço…"
1057
 
1058
  # @ contact_form
1059
+ #: contact_form.php:1544
1060
+ #: contact_form.php:1546
1061
  msgid "Please enter your email address..."
1062
  msgstr "Informe seu endereço de email…"
1063
 
1064
  # @ contact_form
1065
+ #: contact_form.php:1555
1066
+ #: contact_form.php:1557
1067
  msgid "Please enter your phone number..."
1068
  msgstr "Informe seu telefone..."
1069
 
1070
  # @ contact_form
1071
+ #: contact_form.php:1566
1072
+ #: contact_form.php:1568
1073
  msgid "Please enter subject..."
1074
  msgstr "Informe o assunto…"
1075
 
1076
  # @ contact_form
1077
+ #: contact_form.php:1576
1078
+ #: contact_form.php:1578
1079
  msgid "Please enter your message..."
1080
  msgstr "Informe sua mensagem…"
1081
 
1082
+ #: contact_form.php:1620
1083
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
1084
  msgstr ""
1085
 
1086
+ #: contact_form.php:1622
1087
  msgid "Please, go to"
1088
  msgstr ""
1089
 
1090
  # @ contact_form
1091
+ #: contact_form.php:1622
1092
  #, fuzzy
1093
  msgid "the setting page"
1094
  msgstr "Configurações extras"
1095
 
1096
+ #: contact_form.php:1623
1097
  msgid "You will be redirected automatically in 5 seconds."
1098
  msgstr ""
1099
 
1100
+ #: contact_form.php:1628
1101
  msgid "You can download and activate"
1102
  msgstr ""
1103
 
1104
+ #: contact_form.php:1630
1105
  msgid "version of this plugin by entering Your license key."
1106
  msgstr ""
1107
 
1108
+ #: contact_form.php:1632
1109
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
1110
  msgstr ""
1111
 
1112
+ #: contact_form.php:1634
1113
  msgid "(your username is the email you specify when purchasing the product)."
1114
  msgstr ""
1115
 
1116
+ # @ contact_form
1117
+ #: contact_form.php:1642
1118
+ #: contact_form.php:1652
1119
+ #, fuzzy
1120
+ msgid "Activate"
1121
+ msgstr "Ativar captcha"
1122
 
1123
  # @ bestwebsoft
1124
  # @ contact_form
1125
+ #: contact_form.php:1718
1126
  msgid "Sorry, email message could not be delivered."
1127
  msgstr "Desculpe, seu e-mail não pode ser entregue."
1128
 
1129
  # @ contact_form
1130
+ #: contact_form.php:2119
1131
  msgid "Contact from"
1132
  msgstr "Formulário de Contato"
1133
 
1134
  # @ contact_form
1135
+ #: contact_form.php:2136
1136
+ #: contact_form.php:2168
1137
  msgid "Email"
1138
  msgstr "E-Mail"
1139
 
1140
  # @ contact_form
1141
+ #: contact_form.php:2141
1142
+ #: contact_form.php:2171
1143
  msgid "Phone"
1144
  msgstr "Telefone"
1145
 
1146
  # @ contact_form
1147
+ #: contact_form.php:2152
1148
+ #: contact_form.php:2178
1149
  msgid "Site"
1150
  msgstr "Site"
1151
 
1152
  # @ contact_form
1153
+ #: contact_form.php:2250
1154
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1155
  msgstr "Se você consegue ver esta MENSAGEM então seu cliente não aceita tipos MIME! Favor usar um cliente mais atualizado."
1156
 
1157
  # @ contact_form
1158
+ #: contact_form.php:2320
 
 
 
 
 
1159
  msgid "Support"
1160
  msgstr "Suporte"
1161
 
1162
  # @ contact_form
1163
+ #: contact_form.php:2368
1164
  msgid "Are you sure that you want to delete this language data?"
1165
  msgstr "Tem certeza que você quer apagar estes dados de idioma?"
1166
 
1167
+ #: contact_form.php:2577
1168
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
1169
  msgstr ""
1170
 
1171
+ #: contact_form.php:2578
1172
  msgid "Extend standard plugin functionality with new great options."
1173
  msgstr ""
1174
 
1175
+ #: contact_form.php:2593
1176
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1177
  msgstr ""
1178
 
1179
+ #: contact_form.php:2594
1180
  msgid "Manage messages that have been sent from your website."
1181
  msgstr ""
1182
 
languages/contact_form-pt_PT.mo CHANGED
Binary file
languages/contact_form-pt_PT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-04-14 15:38+0300\n"
6
- "PO-Revision-Date: 2014-04-14 15:38+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Thomas Hartung, César Silva <thartung@adipositas-mm.de, cesarbsilva@gmail.com>\n"
9
  "Language: rm_SH\n"
@@ -16,1027 +16,1038 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:73
20
- #: contact_form.php:785
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Opções do formulário de contato"
24
 
25
- #: contact_form.php:73
26
  msgid "Contact Form"
27
  msgstr "Formulário de contato"
28
 
29
- #: contact_form.php:149
30
- #: contact_form.php:1131
31
- #: contact_form.php:1165
32
  msgid "Name:"
33
  msgstr "Nome:"
34
 
35
- #: contact_form.php:150
36
- #: contact_form.php:1132
37
- #: contact_form.php:1166
38
  #, fuzzy
39
  msgid "Address:"
40
  msgstr "Endereço de E-mail:"
41
 
42
- #: contact_form.php:151
43
- #: contact_form.php:1133
44
- #: contact_form.php:1167
45
  msgid "Email Address:"
46
  msgstr "Endereço de E-mail:"
47
 
48
- #: contact_form.php:152
49
- #: contact_form.php:1134
50
- #: contact_form.php:1168
51
  msgid "Phone number:"
52
  msgstr "Número de Telefone :"
53
 
54
- #: contact_form.php:153
55
- #: contact_form.php:1135
56
- #: contact_form.php:1169
57
  msgid "Subject:"
58
  msgstr "Assunto:"
59
 
60
- #: contact_form.php:154
61
- #: contact_form.php:1136
62
- #: contact_form.php:1170
63
  msgid "Message:"
64
  msgstr "Mensagem:"
65
 
66
- #: contact_form.php:155
67
- #: contact_form.php:1137
68
- #: contact_form.php:1171
69
  msgid "Attachment:"
70
  msgstr "Anexo:"
71
 
72
- #: contact_form.php:156
73
  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"
74
  msgstr ""
75
 
76
- #: contact_form.php:157
77
- #: contact_form.php:1139
78
- #: contact_form.php:1173
79
  msgid "Send me a copy"
80
  msgstr "Envie-me uma cópia"
81
 
82
- #: contact_form.php:158
83
- #: contact_form.php:1140
84
- #: contact_form.php:1174
85
  msgid "Submit"
86
  msgstr "Enviar"
87
 
88
- #: contact_form.php:159
89
  msgid "Your name is required."
90
  msgstr "Nome é obrigatório"
91
 
92
- #: contact_form.php:160
93
  #, fuzzy
94
  msgid "Address is required."
95
  msgstr "Um e-mail correto é obrigatório."
96
 
97
- #: contact_form.php:161
98
  #, fuzzy
99
  msgid "A valid email address is required."
100
  msgstr "Um e-mail correto é obrigatório."
101
 
102
- #: contact_form.php:162
103
  msgid "Phone number is required."
104
  msgstr "Número de Telefone é obrigatório"
105
 
106
- #: contact_form.php:163
107
  msgid "Subject is required."
108
  msgstr "O Assunto da mensagem é obrigatório."
109
 
110
- #: contact_form.php:164
111
  msgid "Message text is required."
112
  msgstr "O texto da Mensagem é obrigatório."
113
 
114
- #: contact_form.php:165
115
  msgid "File format is not valid."
116
  msgstr "Impossível anexar arquivo. "
117
 
118
- #: contact_form.php:166
119
  msgid "File upload error."
120
  msgstr ""
121
 
122
- #: contact_form.php:167
123
  msgid "The file could not be uploaded."
124
  msgstr ""
125
 
126
- #: contact_form.php:168
127
  msgid "This file is too large."
128
  msgstr ""
129
 
130
- #: contact_form.php:169
131
  msgid "Please fill out the CAPTCHA."
132
  msgstr "Por favor, complete a resposta do CAPTCHA ."
133
 
134
- #: contact_form.php:170
135
  msgid "Please make corrections below and try again."
136
  msgstr "Por favor, faça as correções abaixo e tente enviar a mensagem novamente."
137
 
138
- #: contact_form.php:172
139
  msgid "Thank you for contacting us."
140
  msgstr "Obrigado por nos contactar"
141
 
142
- #: contact_form.php:322
143
  #, fuzzy
144
  msgid "requires"
145
  msgstr "Campos obrigatórios"
146
 
147
- #: contact_form.php:322
148
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
149
  msgstr ""
150
 
151
- #: contact_form.php:322
152
  msgid "Back to the WordPress"
153
  msgstr ""
154
 
155
- #: contact_form.php:322
156
  #, fuzzy
157
  msgid "Plugins page"
158
  msgstr "BWS Plugins"
159
 
160
- #: contact_form.php:626
161
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
162
  msgstr "Se o 'Redirecionamento para a página' estiver selecionado, o campo URL deve estar no seguinte formato"
163
 
164
- #: contact_form.php:635
165
  msgid "Such user does not exist. Settings are not saved."
166
  msgstr "O Utilizador não existe. Configurações não foram guardadas."
167
 
168
- #: contact_form.php:639
169
- #: contact_form.php:645
170
  #, fuzzy
171
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
172
  msgstr "Por favor digite o email corretamente. Configurações não foram salvas."
173
 
174
- #: contact_form.php:661
175
  #, fuzzy
176
  msgid "Settings saved."
177
  msgstr "Opções guardadas."
178
 
179
- #: contact_form.php:688
180
- #: contact_form.php:720
181
  msgid "Wrong license key"
182
  msgstr ""
183
 
184
- #: contact_form.php:713
185
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
186
  msgstr ""
187
 
188
- #: contact_form.php:722
189
  msgid "This license key is bind to another site"
190
  msgstr ""
191
 
192
- #: contact_form.php:724
193
- #: contact_form.php:1570
194
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
195
  msgstr ""
196
 
197
- #: contact_form.php:741
198
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
199
  msgstr ""
200
 
201
- #: contact_form.php:747
202
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
203
  msgstr ""
204
 
205
- #: contact_form.php:751
206
- #: contact_form.php:760
207
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
208
  msgstr ""
209
 
210
- #: contact_form.php:764
211
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
212
  msgstr ""
213
 
214
- #: contact_form.php:779
215
  #, fuzzy
216
  msgid "Please, enter Your license key"
217
  msgstr "Use este email:"
218
 
219
- #: contact_form.php:787
220
- #: contact_form.php:2216
221
- #: contact_form.php:2228
222
  msgid "Settings"
223
  msgstr "Configurações"
224
 
225
- #: contact_form.php:788
226
  #, fuzzy
227
  msgid "Extra settings"
228
  msgstr "Configurações"
229
 
230
- #: contact_form.php:789
 
 
 
 
 
231
  msgid "Go PRO"
232
  msgstr ""
233
 
234
- #: contact_form.php:792
235
  msgid "Notice:"
236
  msgstr ""
237
 
238
- #: contact_form.php:792
239
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
240
  msgstr ""
241
 
242
- #: contact_form.php:798
243
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
244
  msgstr ""
245
 
246
- #: contact_form.php:804
247
- #: contact_form.php:809
248
- #: contact_form.php:1529
249
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
250
  msgstr "Se você gostaria de adicionar o Formulário de Contato no seu site, apenas copie e cole este código na sua postagem ou página ou widget:"
251
 
252
- #: contact_form.php:804
253
- #: contact_form.php:805
254
- #: contact_form.php:809
255
- #: contact_form.php:810
256
- #: contact_form.php:1155
257
- #: contact_form.php:1157
258
- #: contact_form.php:1212
259
- #: contact_form.php:1214
260
  msgid "or"
261
  msgstr ""
262
 
263
- #: contact_form.php:805
264
- #: contact_form.php:810
265
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
266
  msgstr ""
267
 
268
- #: contact_form.php:806
269
- #: contact_form.php:811
270
  msgid "They work the same way."
271
  msgstr ""
272
 
273
- #: contact_form.php:807
274
- #: contact_form.php:812
275
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
276
  msgstr "Se informações nos campos abaixo estão vazias, então as mensagens serão enviadas para um endereço que foi especificado durante o registro."
277
 
278
- #: contact_form.php:817
279
  msgid "The user's email address:"
280
  msgstr "Use o email de um utilizador do wordpress:"
281
 
282
- #: contact_form.php:821
283
  msgid "Create a username"
284
  msgstr "Selecione o nome do utilizador"
285
 
286
- #: contact_form.php:828
287
  msgid "Enter a username of the person who should get the messages from the contact form."
288
  msgstr "Determine um nome de utilizador que receberá as mensagens enviadas pelo Formulário de Contato."
289
 
290
- #: contact_form.php:832
291
  msgid "Use this email address:"
292
  msgstr "Use este email:"
293
 
294
- #: contact_form.php:835
295
  msgid "Enter the email address you want the messages forwarded to."
296
  msgstr "Configure um endereço de email que será usado para o recebimento de mensagens."
297
 
298
- #: contact_form.php:844
299
  msgid "Add department selectbox to the contact form:"
300
  msgstr ""
301
 
302
- #: contact_form.php:852
303
- #: contact_form.php:1412
304
  msgid "If you upgrade to Pro version all your settings will be saved."
305
  msgstr ""
306
 
307
- #: contact_form.php:859
308
- #: contact_form.php:997
309
- #: contact_form.php:1071
310
- #: contact_form.php:1419
311
  msgid "Unlock premium options by upgrading to a PRO version."
312
  msgstr ""
313
 
314
- #: contact_form.php:860
315
- #: contact_form.php:998
316
- #: contact_form.php:1072
317
- #: contact_form.php:1420
318
- #: contact_form.php:2473
319
- #: contact_form.php:2489
320
  msgid "Learn More"
321
  msgstr ""
322
 
323
- #: contact_form.php:863
324
- #: contact_form.php:1001
325
- #: contact_form.php:1075
326
- #: contact_form.php:1423
327
  msgid "Go"
328
  msgstr ""
329
 
330
- #: contact_form.php:870
331
  msgid "Save emails to the database"
332
  msgstr ""
333
 
334
- #: contact_form.php:876
335
  msgid "Using"
336
  msgstr ""
337
 
338
- #: contact_form.php:876
339
- #: contact_form.php:1048
340
- #: contact_form.php:1051
341
- #: contact_form.php:1055
342
  msgid "powered by"
343
  msgstr ""
344
 
345
- #: contact_form.php:879
346
- #: contact_form.php:883
347
  msgid "Using Contact Form to DB powered by"
348
  msgstr ""
349
 
350
- #: contact_form.php:879
351
  #, fuzzy
352
  msgid "Activate Contact Form to DB"
353
  msgstr "Formulário de contato"
354
 
355
- #: contact_form.php:883
356
  #, fuzzy
357
  msgid "Download Contact Form to DB"
358
  msgstr "Formulário de contato"
359
 
360
- #: contact_form.php:888
361
  msgid "Additional options"
362
  msgstr "Opções adicionais"
363
 
364
- #: contact_form.php:890
365
  msgid "Show"
366
  msgstr ""
367
 
368
- #: contact_form.php:891
369
  msgid "Hide"
370
  msgstr ""
371
 
372
- #: contact_form.php:895
373
  msgid "What to use?"
374
  msgstr "O que usar?"
375
 
376
- #: contact_form.php:898
377
  msgid "Wp-mail"
378
  msgstr "Wp-mail"
379
 
380
- #: contact_form.php:898
381
  msgid "You can use the wp_mail function for mailing"
382
  msgstr "Pode usar a função wp_mail para emailing"
383
 
384
- #: contact_form.php:900
385
  msgid "Mail"
386
  msgstr "Mail"
387
 
388
- #: contact_form.php:900
389
  msgid "To send mail you can use the php mail function"
390
  msgstr "Para o envio de email pode usar a função de email existente no core do php"
391
 
392
- #: contact_form.php:904
393
  #, fuzzy
394
  msgid "The text in the 'From' field"
395
  msgstr "Mudar rótulo para os campos no formulário de contato"
396
 
397
- #: contact_form.php:906
398
  msgid "User name"
399
  msgstr ""
400
 
401
- #: contact_form.php:907
402
  #, fuzzy
403
  msgid "The name of the user who fills the form will be used in the field 'From'."
404
  msgstr "O endereço de e-mail do utilizador que preenche o formulário vai ser usado no campo 'De'."
405
 
406
- #: contact_form.php:910
407
  #, fuzzy
408
  msgid "This text will be used in the 'FROM' field"
409
  msgstr "Este endereço de e-mail será usado no campo 'De'."
410
 
411
- #: contact_form.php:914
412
  #, fuzzy
413
  msgid "The email address in the 'From' field"
414
  msgstr "Insira o email no campo 'Form'"
415
 
416
- #: contact_form.php:916
417
  msgid "User email"
418
  msgstr ""
419
 
420
- #: contact_form.php:917
421
  #, fuzzy
422
  msgid "The email address of the user who fills the form will be used in the field 'From'."
423
  msgstr "O endereço de e-mail do utilizador que preenche o formulário vai ser usado no campo 'De'."
424
 
425
- #: contact_form.php:920
426
  msgid "This email address will be used in the 'From' field."
427
  msgstr "Este endereço de e-mail será usado no campo 'De'."
428
 
429
- #: contact_form.php:924
430
  #, fuzzy
431
  msgid "Required symbol"
432
  msgstr "Campos obrigatórios"
433
 
434
- #: contact_form.php:934
435
  msgid "Fields"
436
  msgstr ""
437
 
438
- #: contact_form.php:935
439
  msgid "Used"
440
  msgstr ""
441
 
442
- #: contact_form.php:936
443
  #, fuzzy
444
  msgid "Required"
445
  msgstr "Campos obrigatórios"
446
 
447
- #: contact_form.php:937
448
  msgid "Visible"
449
  msgstr ""
450
 
451
- #: contact_form.php:938
452
  msgid "Disabled for editing"
453
  msgstr ""
454
 
455
- #: contact_form.php:939
456
  msgid "Field's default value"
457
  msgstr ""
458
 
459
- #: contact_form.php:944
460
- #: contact_form.php:1287
461
- #: contact_form.php:2059
462
- #: contact_form.php:2089
463
  msgid "Name"
464
  msgstr "Nome"
465
 
466
- #: contact_form.php:952
467
- #: contact_form.php:1292
468
- #: contact_form.php:2063
469
- #: contact_form.php:2091
 
 
 
 
470
  #, fuzzy
471
  msgid "Address"
472
  msgstr "Endereço de E-mail:"
473
 
474
- #: contact_form.php:960
475
  #, fuzzy
476
  msgid "Email Address"
477
  msgstr "Endereço de E-mail:"
478
 
479
- #: contact_form.php:968
480
  #, fuzzy
481
  msgid "Phone number"
482
  msgstr "Número de Telefone :"
483
 
484
- #: contact_form.php:976
485
- #: contact_form.php:1307
486
- #: contact_form.php:2073
487
- #: contact_form.php:2095
488
  msgid "Subject"
489
  msgstr "Assunto"
490
 
491
- #: contact_form.php:984
492
- #: contact_form.php:1311
493
- #: contact_form.php:2076
494
- #: contact_form.php:2096
495
  msgid "Message"
496
  msgstr "Mensagem"
497
 
498
- #: contact_form.php:1008
499
  #, fuzzy
500
  msgid "Attachment block"
501
  msgstr "Mostrar opção para anexar arquivos"
502
 
503
- #: contact_form.php:1010
504
  msgid "Users can attach the following file formats"
505
  msgstr "Utilizadores podem anexar arquivos do seguinte tipo:"
506
 
507
- #: contact_form.php:1023
508
  msgid "Add to the form"
509
  msgstr ""
510
 
511
- #: contact_form.php:1028
512
  #, fuzzy
513
  msgid "Tips below the Attachment"
514
  msgstr "Mostrar dicas para anexar arquivos"
515
 
516
- #: contact_form.php:1037
517
  #, fuzzy
518
  msgid "'Send me a copy' block"
519
  msgstr "Mostrar a opção Envie-me um cópia"
520
 
521
- #: contact_form.php:1048
522
- #: contact_form.php:1051
523
- #: contact_form.php:1055
524
- #: contact_form.php:1321
525
  msgid "Captcha"
526
  msgstr ""
527
 
528
- #: contact_form.php:1051
529
  #, fuzzy
530
  msgid "Activate captcha"
531
  msgstr "Plugins ativados"
532
 
533
- #: contact_form.php:1055
534
  #, fuzzy
535
  msgid "Download captcha"
536
  msgstr "Baixar"
537
 
538
- #: contact_form.php:1063
539
  msgid "Agreement checkbox"
540
  msgstr ""
541
 
542
- #: contact_form.php:1063
543
  msgid "Required checkbox for submitting the form"
544
  msgstr ""
545
 
546
- #: contact_form.php:1064
547
  msgid "Optional checkbox"
548
  msgstr ""
549
 
550
- #: contact_form.php:1064
551
  msgid "Optional checkbox, the results of which will be displayed in email"
552
  msgstr ""
553
 
554
- #: contact_form.php:1081
555
  msgid "Delete an attachment file from the server after the email is sent"
556
  msgstr ""
557
 
558
- #: contact_form.php:1087
559
  msgid "Email in HTML format sending"
560
  msgstr ""
561
 
562
- #: contact_form.php:1091
563
  #, fuzzy
564
  msgid "Display additional info in the email"
565
  msgstr "Mostrar informações adicionais no e-mail"
566
 
567
- #: contact_form.php:1096
568
- #: contact_form.php:2026
569
- #: contact_form.php:2028
570
  msgid "Sent from (ip address)"
571
  msgstr "Enviado de (Endereço IP)"
572
 
573
- #: contact_form.php:1096
574
  #, fuzzy
575
  msgid "Example: Sent from (IP address):\t127.0.0.1"
576
  msgstr "Enviado de (Endereço IP)"
577
 
578
- #: contact_form.php:1097
579
- #: contact_form.php:2032
580
- #: contact_form.php:2034
581
  msgid "Date/Time"
582
  msgstr "Data / Hora"
583
 
584
- #: contact_form.php:1097
585
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
586
  msgstr ""
587
 
588
- #: contact_form.php:1098
589
- #: contact_form.php:2038
590
- #: contact_form.php:2040
591
  msgid "Sent from (referer)"
592
  msgstr "Vindo de (origem)"
593
 
594
- #: contact_form.php:1098
595
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
596
  msgstr ""
597
 
598
- #: contact_form.php:1099
599
- #: contact_form.php:2044
600
- #: contact_form.php:2046
601
  msgid "Using (user agent)"
602
  msgstr "Usando (cliente de email)"
603
 
604
- #: contact_form.php:1099
605
  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"
606
  msgstr ""
607
 
608
- #: contact_form.php:1103
609
  msgid "Language settings for the field names in the form"
610
  msgstr "Configurações de idioma para os nomes dos campos do formulário"
611
 
612
- #: contact_form.php:1112
613
  #, fuzzy
614
  msgid "Add a language"
615
  msgstr "Adicionar idioma"
616
 
617
- #: contact_form.php:1116
618
  #, fuzzy
619
  msgid "Change the names of the contact form fields and error messages"
620
  msgstr "Mudar rótulo para os campos no formulário de contato"
621
 
622
- #: contact_form.php:1121
623
- #: contact_form.php:1202
624
  msgid "English"
625
  msgstr "Inglês"
626
 
627
- #: contact_form.php:1129
628
- #: contact_form.php:1163
629
  msgid "click to expand/hide the list"
630
  msgstr ""
631
 
632
- #: contact_form.php:1138
633
- #: contact_form.php:1172
634
  #, fuzzy
635
  msgid "Tips below the Attachment block"
636
  msgstr "Mostrar dicas para anexar arquivos"
637
 
638
- #: contact_form.php:1141
639
- #: contact_form.php:1175
640
  msgid "Error message for the Name field"
641
  msgstr "Mensagem de erro para o campo Nome"
642
 
643
- #: contact_form.php:1142
644
- #: contact_form.php:1176
645
  #, fuzzy
646
  msgid "Error message for the Address field"
647
  msgstr "Mensagem de erro para o campo Mensagem"
648
 
649
- #: contact_form.php:1143
650
- #: contact_form.php:1177
651
  msgid "Error message for the Email field"
652
  msgstr "Mensagem de erro para o campo de E-mail"
653
 
654
- #: contact_form.php:1144
655
- #: contact_form.php:1178
656
  msgid "Error message for the Phone field"
657
  msgstr "Mensagem de erro para o campo de Telefone"
658
 
659
- #: contact_form.php:1145
660
- #: contact_form.php:1179
661
  msgid "Error message for the Subject field"
662
  msgstr "Mensagem de erro para o campo Assunto"
663
 
664
- #: contact_form.php:1146
665
- #: contact_form.php:1180
666
  msgid "Error message for the Message field"
667
  msgstr "Mensagem de erro para o campo Mensagem"
668
 
669
- #: contact_form.php:1147
670
- #: contact_form.php:1181
671
  #, fuzzy
672
  msgid "Error message about the file type for the Attachment field"
673
  msgstr "Mensagem de erro para o campo Anexos"
674
 
675
- #: contact_form.php:1148
676
- #: contact_form.php:1182
677
  #, fuzzy
678
  msgid "Error message while uploading a file for the Attachment field to the server"
679
  msgstr "Mensagem de erro para o campo Anexos"
680
 
681
- #: contact_form.php:1149
682
- #: contact_form.php:1183
683
  #, fuzzy
684
  msgid "Error message while moving the file for the Attachment field"
685
  msgstr "Mensagem de erro para o campo Anexos"
686
 
687
- #: contact_form.php:1150
688
- #: contact_form.php:1184
689
  #, fuzzy
690
  msgid "Error message when file size limit for the Attachment field is exceeded"
691
  msgstr "Mensagem de erro para o campo Anexos"
692
 
693
- #: contact_form.php:1151
694
- #: contact_form.php:1185
695
  msgid "Error message for the Captcha field"
696
  msgstr "Mensagem de erro para o controlo Captcha"
697
 
698
- #: contact_form.php:1152
699
- #: contact_form.php:1186
700
  msgid "Error message for the whole form"
701
  msgstr "Mensagem de erro para todo o formulário"
702
 
703
- #: contact_form.php:1155
704
- #: contact_form.php:1157
705
- #: contact_form.php:1189
706
- #: contact_form.php:1191
707
- #: contact_form.php:1212
708
- #: contact_form.php:1214
709
- #: contact_form.php:1222
710
  #: contact_form.php:1224
 
 
 
 
 
 
 
711
  msgid "Use shortcode"
712
  msgstr "usar código abreviado"
713
 
714
- #: contact_form.php:1155
715
- #: contact_form.php:1157
716
- #: contact_form.php:1189
717
- #: contact_form.php:1191
718
- #: contact_form.php:1212
719
- #: contact_form.php:1214
720
- #: contact_form.php:1222
721
  #: contact_form.php:1224
 
 
 
 
 
 
 
722
  msgid "for this language"
723
  msgstr "para este idioma"
724
 
725
- #: contact_form.php:1199
 
 
 
 
 
726
  msgid "Action after email is sent"
727
  msgstr "Ação após envio de email"
728
 
729
- #: contact_form.php:1201
730
  #, fuzzy
731
  msgid "Display text"
732
  msgstr "Mostrar opção para anexar arquivos"
733
 
734
- #: contact_form.php:1210
735
- #: contact_form.php:1220
736
  msgid "Text"
737
  msgstr "Texto"
738
 
739
- #: contact_form.php:1231
740
  msgid "Redirect to the page"
741
  msgstr "Redirecionamento para a página"
742
 
743
- #: contact_form.php:1232
744
  msgid "Url"
745
  msgstr "Url"
746
 
747
- #: contact_form.php:1236
748
  msgid "The $_SERVER variable that is used to build a URL of the form"
749
  msgstr ""
750
 
751
- #: contact_form.php:1240
752
  msgid "If you are not sure whether to change this setting or not, please do not do that."
753
  msgstr ""
754
 
755
- #: contact_form.php:1246
756
- #: contact_form.php:1430
757
  msgid "Save Changes"
758
  msgstr "Salvar mudanças"
759
 
760
- #: contact_form.php:1251
761
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
762
  msgstr ""
763
 
764
- #: contact_form.php:1252
765
  #, fuzzy
766
  msgid "Rate the plugin"
767
  msgstr "Plugins recomendados"
768
 
769
- #: contact_form.php:1255
770
  #, fuzzy
771
  msgid "If there is something wrong about it, please contact us"
772
  msgstr "Se você tem quaisquer perguntas, por favor entre em contato através do email plugin@bestwebsoft.com ou preencha nosso formulário de contato pelo site. "
773
 
774
- #: contact_form.php:1267
775
  msgid "Errors output"
776
  msgstr ""
777
 
778
- #: contact_form.php:1270
779
  msgid "Display error messages"
780
  msgstr ""
781
 
782
- #: contact_form.php:1271
783
  msgid "Color of the input field errors."
784
  msgstr ""
785
 
786
- #: contact_form.php:1272
787
  #, fuzzy
788
  msgid "Display error messages & color of the input field errors"
789
  msgstr "Mensagem de erro para o campo Assunto"
790
 
791
- #: contact_form.php:1277
792
  msgid "Add placeholder to the input blocks"
793
  msgstr ""
794
 
795
- #: contact_form.php:1283
796
  #, fuzzy
797
  msgid "Add tooltips"
798
  msgstr "Opções adicionais"
799
 
800
- #: contact_form.php:1297
801
  #, fuzzy
802
  msgid "Email address"
803
  msgstr "Endereço de E-mail:"
804
 
805
- #: contact_form.php:1302
806
  #, fuzzy
807
  msgid "Phone Number"
808
  msgstr "Número de Telefone :"
809
 
810
- #: contact_form.php:1316
811
  #, fuzzy
812
  msgid "Attachment"
813
  msgstr "Anexo:"
814
 
815
- #: contact_form.php:1321
816
  msgid "(powered by bestwebsoft.com)"
817
  msgstr ""
818
 
819
- #: contact_form.php:1326
820
  #, fuzzy
821
  msgid "Style options"
822
  msgstr "Opções adicionais"
823
 
824
- #: contact_form.php:1329
825
  msgid "Text color"
826
  msgstr ""
827
 
828
- #: contact_form.php:1332
829
- #: contact_form.php:1337
830
- #: contact_form.php:1347
831
- #: contact_form.php:1352
832
- #: contact_form.php:1357
833
- #: contact_form.php:1362
834
- #: contact_form.php:1372
835
- #: contact_form.php:1377
836
- #: contact_form.php:1383
837
- #: contact_form.php:1394
838
- #: contact_form.php:1399
839
- #: contact_form.php:1404
840
  msgid "Default"
841
  msgstr ""
842
 
843
- #: contact_form.php:1334
844
  msgid "Label text color"
845
  msgstr ""
846
 
847
- #: contact_form.php:1339
848
  msgid "Placeholder color"
849
  msgstr ""
850
 
851
- #: contact_form.php:1344
852
  msgid "Errors color"
853
  msgstr ""
854
 
855
- #: contact_form.php:1349
856
  msgid "Error text color"
857
  msgstr ""
858
 
859
- #: contact_form.php:1354
860
  msgid "Background color of the input field errors"
861
  msgstr ""
862
 
863
- #: contact_form.php:1359
864
  msgid "Border color of the input field errors"
865
  msgstr ""
866
 
867
- #: contact_form.php:1364
868
  msgid "Placeholder color of the input field errors"
869
  msgstr ""
870
 
871
- #: contact_form.php:1369
872
  #, fuzzy
873
  msgid "Input fields"
874
  msgstr "Mostrar opção para anexar arquivos"
875
 
876
- #: contact_form.php:1374
877
  msgid "Input fields background color"
878
  msgstr ""
879
 
880
- #: contact_form.php:1379
881
  msgid "Text fields color"
882
  msgstr ""
883
 
884
- #: contact_form.php:1381
885
  msgid "Border width in px, numbers only"
886
  msgstr ""
887
 
888
- #: contact_form.php:1385
889
- #: contact_form.php:1406
890
  msgid "Border color"
891
  msgstr ""
892
 
893
- #: contact_form.php:1390
894
  #, fuzzy
895
  msgid "Submit button"
896
  msgstr "Enviar"
897
 
898
- #: contact_form.php:1392
899
  msgid "Width in px, numbers only"
900
  msgstr ""
901
 
902
- #: contact_form.php:1396
903
  msgid "Button color"
904
  msgstr ""
905
 
906
- #: contact_form.php:1401
907
  msgid "Button text color"
908
  msgstr ""
909
 
910
- #: contact_form.php:1434
911
  #, fuzzy
912
  msgid "Contact Form Pro | Preview"
913
  msgstr "Formulário de contato"
914
 
915
- #: contact_form.php:1437
916
  msgid "Show with errors"
917
  msgstr ""
918
 
919
- #: contact_form.php:1445
920
- #: contact_form.php:1447
921
  msgid "Please enter your full name..."
922
  msgstr ""
923
 
924
- #: contact_form.php:1458
925
- #: contact_form.php:1460
926
  msgid "Please enter your address..."
927
  msgstr ""
928
 
929
- #: contact_form.php:1469
930
- #: contact_form.php:1471
931
  #, fuzzy
932
  msgid "Please enter your email address..."
933
  msgstr "Use este email:"
934
 
935
- #: contact_form.php:1480
936
- #: contact_form.php:1482
937
  msgid "Please enter your phone number..."
938
  msgstr ""
939
 
940
- #: contact_form.php:1491
941
- #: contact_form.php:1493
942
  msgid "Please enter subject..."
943
  msgstr ""
944
 
945
- #: contact_form.php:1501
946
- #: contact_form.php:1503
947
  msgid "Please enter your message..."
948
  msgstr ""
949
 
950
- #: contact_form.php:1545
951
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
952
  msgstr ""
953
 
954
- #: contact_form.php:1547
955
  msgid "Please, go to"
956
  msgstr ""
957
 
958
- #: contact_form.php:1547
959
  #, fuzzy
960
  msgid "the setting page"
961
  msgstr "Configurações"
962
 
963
- #: contact_form.php:1548
964
  msgid "You will be redirected automatically in 5 seconds."
965
  msgstr ""
966
 
967
- #: contact_form.php:1553
968
  msgid "You can download and activate"
969
  msgstr ""
970
 
971
- #: contact_form.php:1555
972
  msgid "version of this plugin by entering Your license key."
973
  msgstr ""
974
 
975
- #: contact_form.php:1557
976
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
977
  msgstr ""
978
 
979
- #: contact_form.php:1559
980
  msgid "(your username is the email you specify when purchasing the product)."
981
  msgstr ""
982
 
983
- #: contact_form.php:1567
984
- #: contact_form.php:1577
985
- msgid "Go!"
986
- msgstr ""
 
987
 
988
- #: contact_form.php:1647
989
  msgid "Sorry, email message could not be delivered."
990
  msgstr "Desculpe, seu e-mail não pode ser entregue."
991
 
992
- #: contact_form.php:2053
993
  msgid "Contact from"
994
  msgstr "Formulário de Contato"
995
 
996
- #: contact_form.php:2066
997
- #: contact_form.php:2092
998
  msgid "Email"
999
  msgstr "E-Mail"
1000
 
1001
- #: contact_form.php:2070
1002
- #: contact_form.php:2094
1003
  msgid "Phone"
1004
  msgstr "Telefone"
1005
 
1006
- #: contact_form.php:2079
1007
- #: contact_form.php:2097
1008
  msgid "Site"
1009
  msgstr "Site"
1010
 
1011
- #: contact_form.php:2160
1012
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1013
  msgstr "Se você consegue ver esta MENSAGEM então seu cliente não aceita tipos MIME! Favor usar um cliente mais atualizado."
1014
 
1015
- #: contact_form.php:2229
1016
- msgid "FAQ"
1017
- msgstr "Perguntas Frequentes"
1018
-
1019
- #: contact_form.php:2230
1020
  msgid "Support"
1021
  msgstr "Suporte"
1022
 
1023
- #: contact_form.php:2280
1024
  msgid "Are you sure that you want to delete this language data?"
1025
  msgstr "Tem certeza que você deseja excluir os dados deste idioma?"
1026
 
1027
- #: contact_form.php:2476
1028
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
1029
  msgstr ""
1030
 
1031
- #: contact_form.php:2477
1032
  msgid "Extend standard plugin functionality with new great options."
1033
  msgstr ""
1034
 
1035
- #: contact_form.php:2492
1036
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1037
  msgstr ""
1038
 
1039
- #: contact_form.php:2493
1040
  msgid "Manage messages that have been sent from your website."
1041
  msgstr ""
1042
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-08 14:53+0300\n"
6
+ "PO-Revision-Date: 2014-07-08 14:53+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Thomas Hartung, César Silva <thartung@adipositas-mm.de, cesarbsilva@gmail.com>\n"
9
  "Language: rm_SH\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:74
20
+ #: contact_form.php:845
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Opções do formulário de contato"
24
 
25
+ #: contact_form.php:74
26
  msgid "Contact Form"
27
  msgstr "Formulário de contato"
28
 
29
+ #: contact_form.php:150
30
+ #: contact_form.php:1200
31
+ #: contact_form.php:1234
32
  msgid "Name:"
33
  msgstr "Nome:"
34
 
35
+ #: contact_form.php:151
36
+ #: contact_form.php:1201
37
+ #: contact_form.php:1235
38
  #, fuzzy
39
  msgid "Address:"
40
  msgstr "Endereço de E-mail:"
41
 
42
+ #: contact_form.php:152
43
+ #: contact_form.php:1202
44
+ #: contact_form.php:1236
45
  msgid "Email Address:"
46
  msgstr "Endereço de E-mail:"
47
 
48
+ #: contact_form.php:153
49
+ #: contact_form.php:1203
50
+ #: contact_form.php:1237
51
  msgid "Phone number:"
52
  msgstr "Número de Telefone :"
53
 
54
+ #: contact_form.php:154
55
+ #: contact_form.php:1204
56
+ #: contact_form.php:1238
57
  msgid "Subject:"
58
  msgstr "Assunto:"
59
 
60
+ #: contact_form.php:155
61
+ #: contact_form.php:1205
62
+ #: contact_form.php:1239
63
  msgid "Message:"
64
  msgstr "Mensagem:"
65
 
66
+ #: contact_form.php:156
67
+ #: contact_form.php:1206
68
+ #: contact_form.php:1240
69
  msgid "Attachment:"
70
  msgstr "Anexo:"
71
 
72
+ #: contact_form.php:157
73
  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"
74
  msgstr ""
75
 
76
+ #: contact_form.php:158
77
+ #: contact_form.php:1208
78
+ #: contact_form.php:1242
79
  msgid "Send me a copy"
80
  msgstr "Envie-me uma cópia"
81
 
82
+ #: contact_form.php:159
83
+ #: contact_form.php:1209
84
+ #: contact_form.php:1243
85
  msgid "Submit"
86
  msgstr "Enviar"
87
 
88
+ #: contact_form.php:160
89
  msgid "Your name is required."
90
  msgstr "Nome é obrigatório"
91
 
92
+ #: contact_form.php:161
93
  #, fuzzy
94
  msgid "Address is required."
95
  msgstr "Um e-mail correto é obrigatório."
96
 
97
+ #: contact_form.php:162
98
  #, fuzzy
99
  msgid "A valid email address is required."
100
  msgstr "Um e-mail correto é obrigatório."
101
 
102
+ #: contact_form.php:163
103
  msgid "Phone number is required."
104
  msgstr "Número de Telefone é obrigatório"
105
 
106
+ #: contact_form.php:164
107
  msgid "Subject is required."
108
  msgstr "O Assunto da mensagem é obrigatório."
109
 
110
+ #: contact_form.php:165
111
  msgid "Message text is required."
112
  msgstr "O texto da Mensagem é obrigatório."
113
 
114
+ #: contact_form.php:166
115
  msgid "File format is not valid."
116
  msgstr "Impossível anexar arquivo. "
117
 
118
+ #: contact_form.php:167
119
  msgid "File upload error."
120
  msgstr ""
121
 
122
+ #: contact_form.php:168
123
  msgid "The file could not be uploaded."
124
  msgstr ""
125
 
126
+ #: contact_form.php:169
127
  msgid "This file is too large."
128
  msgstr ""
129
 
130
+ #: contact_form.php:170
131
  msgid "Please fill out the CAPTCHA."
132
  msgstr "Por favor, complete a resposta do CAPTCHA ."
133
 
134
+ #: contact_form.php:171
135
  msgid "Please make corrections below and try again."
136
  msgstr "Por favor, faça as correções abaixo e tente enviar a mensagem novamente."
137
 
138
+ #: contact_form.php:173
139
  msgid "Thank you for contacting us."
140
  msgstr "Obrigado por nos contactar"
141
 
142
+ #: contact_form.php:369
143
  #, fuzzy
144
  msgid "requires"
145
  msgstr "Campos obrigatórios"
146
 
147
+ #: contact_form.php:369
148
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
149
  msgstr ""
150
 
151
+ #: contact_form.php:369
152
  msgid "Back to the WordPress"
153
  msgstr ""
154
 
155
+ #: contact_form.php:369
156
  #, fuzzy
157
  msgid "Plugins page"
158
  msgstr "BWS Plugins"
159
 
160
+ #: contact_form.php:677
161
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
162
  msgstr "Se o 'Redirecionamento para a página' estiver selecionado, o campo URL deve estar no seguinte formato"
163
 
164
+ #: contact_form.php:686
165
  msgid "Such user does not exist. Settings are not saved."
166
  msgstr "O Utilizador não existe. Configurações não foram guardadas."
167
 
168
+ #: contact_form.php:690
169
+ #: contact_form.php:696
170
  #, fuzzy
171
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
172
  msgstr "Por favor digite o email corretamente. Configurações não foram salvas."
173
 
174
+ #: contact_form.php:721
175
  #, fuzzy
176
  msgid "Settings saved."
177
  msgstr "Opções guardadas."
178
 
179
+ #: contact_form.php:748
180
+ #: contact_form.php:780
181
  msgid "Wrong license key"
182
  msgstr ""
183
 
184
+ #: contact_form.php:773
185
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
186
  msgstr ""
187
 
188
+ #: contact_form.php:782
189
  msgid "This license key is bind to another site"
190
  msgstr ""
191
 
192
+ #: contact_form.php:784
193
+ #: contact_form.php:1645
194
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
195
  msgstr ""
196
 
197
+ #: contact_form.php:801
198
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
199
  msgstr ""
200
 
201
+ #: contact_form.php:807
202
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
203
  msgstr ""
204
 
205
+ #: contact_form.php:811
206
+ #: contact_form.php:820
207
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
208
  msgstr ""
209
 
210
+ #: contact_form.php:824
211
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
212
  msgstr ""
213
 
214
+ #: contact_form.php:839
215
  #, fuzzy
216
  msgid "Please, enter Your license key"
217
  msgstr "Use este email:"
218
 
219
+ #: contact_form.php:847
220
+ #: contact_form.php:2306
221
+ #: contact_form.php:2318
222
  msgid "Settings"
223
  msgstr "Configurações"
224
 
225
+ #: contact_form.php:848
226
  #, fuzzy
227
  msgid "Extra settings"
228
  msgstr "Configurações"
229
 
230
+ #: contact_form.php:849
231
+ #: contact_form.php:2319
232
+ msgid "FAQ"
233
+ msgstr "Perguntas Frequentes"
234
+
235
+ #: contact_form.php:850
236
  msgid "Go PRO"
237
  msgstr ""
238
 
239
+ #: contact_form.php:853
240
  msgid "Notice:"
241
  msgstr ""
242
 
243
+ #: contact_form.php:853
244
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
245
  msgstr ""
246
 
247
+ #: contact_form.php:859
248
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
249
  msgstr ""
250
 
251
+ #: contact_form.php:865
252
+ #: contact_form.php:870
253
+ #: contact_form.php:1604
254
  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:"
255
  msgstr "Se você gostaria de adicionar o Formulário de Contato no seu site, apenas copie e cole este código na sua postagem ou página ou widget:"
256
 
257
+ #: contact_form.php:865
258
+ #: contact_form.php:866
259
+ #: contact_form.php:870
260
+ #: contact_form.php:871
261
+ #: contact_form.php:1224
262
+ #: contact_form.php:1226
263
+ #: contact_form.php:1287
264
+ #: contact_form.php:1289
265
  msgid "or"
266
  msgstr ""
267
 
268
+ #: contact_form.php:866
269
+ #: contact_form.php:871
270
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
271
  msgstr ""
272
 
273
+ #: contact_form.php:867
274
+ #: contact_form.php:872
275
  msgid "They work the same way."
276
  msgstr ""
277
 
278
+ #: contact_form.php:868
279
+ #: contact_form.php:873
280
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
281
  msgstr "Se informações nos campos abaixo estão vazias, então as mensagens serão enviadas para um endereço que foi especificado durante o registro."
282
 
283
+ #: contact_form.php:878
284
  msgid "The user's email address:"
285
  msgstr "Use o email de um utilizador do wordpress:"
286
 
287
+ #: contact_form.php:882
288
  msgid "Create a username"
289
  msgstr "Selecione o nome do utilizador"
290
 
291
+ #: contact_form.php:889
292
  msgid "Enter a username of the person who should get the messages from the contact form."
293
  msgstr "Determine um nome de utilizador que receberá as mensagens enviadas pelo Formulário de Contato."
294
 
295
+ #: contact_form.php:893
296
  msgid "Use this email address:"
297
  msgstr "Use este email:"
298
 
299
+ #: contact_form.php:896
300
  msgid "Enter the email address you want the messages forwarded to."
301
  msgstr "Configure um endereço de email que será usado para o recebimento de mensagens."
302
 
303
+ #: contact_form.php:905
304
  msgid "Add department selectbox to the contact form:"
305
  msgstr ""
306
 
307
+ #: contact_form.php:913
308
+ #: contact_form.php:1487
309
  msgid "If you upgrade to Pro version all your settings will be saved."
310
  msgstr ""
311
 
312
+ #: contact_form.php:920
313
+ #: contact_form.php:1066
314
+ #: contact_form.php:1140
315
+ #: contact_form.php:1494
316
  msgid "Unlock premium options by upgrading to a PRO version."
317
  msgstr ""
318
 
319
+ #: contact_form.php:921
320
+ #: contact_form.php:1067
321
+ #: contact_form.php:1141
322
+ #: contact_form.php:1495
323
+ #: contact_form.php:2574
324
+ #: contact_form.php:2590
325
  msgid "Learn More"
326
  msgstr ""
327
 
328
+ #: contact_form.php:924
329
+ #: contact_form.php:1070
330
+ #: contact_form.php:1144
331
+ #: contact_form.php:1498
332
  msgid "Go"
333
  msgstr ""
334
 
335
+ #: contact_form.php:931
336
  msgid "Save emails to the database"
337
  msgstr ""
338
 
339
+ #: contact_form.php:937
340
  msgid "Using"
341
  msgstr ""
342
 
343
+ #: contact_form.php:937
344
+ #: contact_form.php:1117
345
+ #: contact_form.php:1120
346
+ #: contact_form.php:1124
347
  msgid "powered by"
348
  msgstr ""
349
 
350
+ #: contact_form.php:940
351
+ #: contact_form.php:944
352
  msgid "Using Contact Form to DB powered by"
353
  msgstr ""
354
 
355
+ #: contact_form.php:940
356
  #, fuzzy
357
  msgid "Activate Contact Form to DB"
358
  msgstr "Formulário de contato"
359
 
360
+ #: contact_form.php:944
361
  #, fuzzy
362
  msgid "Download Contact Form to DB"
363
  msgstr "Formulário de contato"
364
 
365
+ #: contact_form.php:949
366
  msgid "Additional options"
367
  msgstr "Opções adicionais"
368
 
369
+ #: contact_form.php:951
370
  msgid "Show"
371
  msgstr ""
372
 
373
+ #: contact_form.php:952
374
  msgid "Hide"
375
  msgstr ""
376
 
377
+ #: contact_form.php:956
378
  msgid "What to use?"
379
  msgstr "O que usar?"
380
 
381
+ #: contact_form.php:959
382
  msgid "Wp-mail"
383
  msgstr "Wp-mail"
384
 
385
+ #: contact_form.php:959
386
  msgid "You can use the wp_mail function for mailing"
387
  msgstr "Pode usar a função wp_mail para emailing"
388
 
389
+ #: contact_form.php:961
390
  msgid "Mail"
391
  msgstr "Mail"
392
 
393
+ #: contact_form.php:961
394
  msgid "To send mail you can use the php mail function"
395
  msgstr "Para o envio de email pode usar a função de email existente no core do php"
396
 
397
+ #: contact_form.php:965
398
  #, fuzzy
399
  msgid "The text in the 'From' field"
400
  msgstr "Mudar rótulo para os campos no formulário de contato"
401
 
402
+ #: contact_form.php:967
403
  msgid "User name"
404
  msgstr ""
405
 
406
+ #: contact_form.php:968
407
  #, fuzzy
408
  msgid "The name of the user who fills the form will be used in the field 'From'."
409
  msgstr "O endereço de e-mail do utilizador que preenche o formulário vai ser usado no campo 'De'."
410
 
411
+ #: contact_form.php:971
412
  #, fuzzy
413
  msgid "This text will be used in the 'FROM' field"
414
  msgstr "Este endereço de e-mail será usado no campo 'De'."
415
 
416
+ #: contact_form.php:975
417
  #, fuzzy
418
  msgid "The email address in the 'From' field"
419
  msgstr "Insira o email no campo 'Form'"
420
 
421
+ #: contact_form.php:977
422
  msgid "User email"
423
  msgstr ""
424
 
425
+ #: contact_form.php:978
426
  #, fuzzy
427
  msgid "The email address of the user who fills the form will be used in the field 'From'."
428
  msgstr "O endereço de e-mail do utilizador que preenche o formulário vai ser usado no campo 'De'."
429
 
430
+ #: contact_form.php:981
431
  msgid "This email address will be used in the 'From' field."
432
  msgstr "Este endereço de e-mail será usado no campo 'De'."
433
 
434
+ #: contact_form.php:985
435
  #, fuzzy
436
  msgid "Required symbol"
437
  msgstr "Campos obrigatórios"
438
 
439
+ #: contact_form.php:995
440
  msgid "Fields"
441
  msgstr ""
442
 
443
+ #: contact_form.php:996
444
  msgid "Used"
445
  msgstr ""
446
 
447
+ #: contact_form.php:997
448
  #, fuzzy
449
  msgid "Required"
450
  msgstr "Campos obrigatórios"
451
 
452
+ #: contact_form.php:998
453
  msgid "Visible"
454
  msgstr ""
455
 
456
+ #: contact_form.php:999
457
  msgid "Disabled for editing"
458
  msgstr ""
459
 
460
+ #: contact_form.php:1000
461
  msgid "Field's default value"
462
  msgstr ""
463
 
464
+ #: contact_form.php:1005
465
+ #: contact_form.php:1362
466
+ #: contact_form.php:2125
467
+ #: contact_form.php:2161
468
  msgid "Name"
469
  msgstr "Nome"
470
 
471
+ #: contact_form.php:1013
472
+ msgid "Location selectbox"
473
+ msgstr ""
474
+
475
+ #: contact_form.php:1021
476
+ #: contact_form.php:1367
477
+ #: contact_form.php:2131
478
+ #: contact_form.php:2165
479
  #, fuzzy
480
  msgid "Address"
481
  msgstr "Endereço de E-mail:"
482
 
483
+ #: contact_form.php:1029
484
  #, fuzzy
485
  msgid "Email Address"
486
  msgstr "Endereço de E-mail:"
487
 
488
+ #: contact_form.php:1037
489
  #, fuzzy
490
  msgid "Phone number"
491
  msgstr "Número de Telefone :"
492
 
493
+ #: contact_form.php:1045
494
+ #: contact_form.php:1382
495
+ #: contact_form.php:2146
496
+ #: contact_form.php:2174
497
  msgid "Subject"
498
  msgstr "Assunto"
499
 
500
+ #: contact_form.php:1053
501
+ #: contact_form.php:1386
502
+ #: contact_form.php:2149
503
+ #: contact_form.php:2176
504
  msgid "Message"
505
  msgstr "Mensagem"
506
 
507
+ #: contact_form.php:1077
508
  #, fuzzy
509
  msgid "Attachment block"
510
  msgstr "Mostrar opção para anexar arquivos"
511
 
512
+ #: contact_form.php:1079
513
  msgid "Users can attach the following file formats"
514
  msgstr "Utilizadores podem anexar arquivos do seguinte tipo:"
515
 
516
+ #: contact_form.php:1092
517
  msgid "Add to the form"
518
  msgstr ""
519
 
520
+ #: contact_form.php:1097
521
  #, fuzzy
522
  msgid "Tips below the Attachment"
523
  msgstr "Mostrar dicas para anexar arquivos"
524
 
525
+ #: contact_form.php:1106
526
  #, fuzzy
527
  msgid "'Send me a copy' block"
528
  msgstr "Mostrar a opção Envie-me um cópia"
529
 
530
+ #: contact_form.php:1117
531
+ #: contact_form.php:1120
532
+ #: contact_form.php:1124
533
+ #: contact_form.php:1396
534
  msgid "Captcha"
535
  msgstr ""
536
 
537
+ #: contact_form.php:1120
538
  #, fuzzy
539
  msgid "Activate captcha"
540
  msgstr "Plugins ativados"
541
 
542
+ #: contact_form.php:1124
543
  #, fuzzy
544
  msgid "Download captcha"
545
  msgstr "Baixar"
546
 
547
+ #: contact_form.php:1132
548
  msgid "Agreement checkbox"
549
  msgstr ""
550
 
551
+ #: contact_form.php:1132
552
  msgid "Required checkbox for submitting the form"
553
  msgstr ""
554
 
555
+ #: contact_form.php:1133
556
  msgid "Optional checkbox"
557
  msgstr ""
558
 
559
+ #: contact_form.php:1133
560
  msgid "Optional checkbox, the results of which will be displayed in email"
561
  msgstr ""
562
 
563
+ #: contact_form.php:1150
564
  msgid "Delete an attachment file from the server after the email is sent"
565
  msgstr ""
566
 
567
+ #: contact_form.php:1156
568
  msgid "Email in HTML format sending"
569
  msgstr ""
570
 
571
+ #: contact_form.php:1160
572
  #, fuzzy
573
  msgid "Display additional info in the email"
574
  msgstr "Mostrar informações adicionais no e-mail"
575
 
576
+ #: contact_form.php:1165
577
+ #: contact_form.php:2092
578
+ #: contact_form.php:2094
579
  msgid "Sent from (ip address)"
580
  msgstr "Enviado de (Endereço IP)"
581
 
582
+ #: contact_form.php:1165
583
  #, fuzzy
584
  msgid "Example: Sent from (IP address):\t127.0.0.1"
585
  msgstr "Enviado de (Endereço IP)"
586
 
587
+ #: contact_form.php:1166
588
+ #: contact_form.php:2098
589
+ #: contact_form.php:2100
590
  msgid "Date/Time"
591
  msgstr "Data / Hora"
592
 
593
+ #: contact_form.php:1166
594
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
595
  msgstr ""
596
 
597
+ #: contact_form.php:1167
598
+ #: contact_form.php:2104
599
+ #: contact_form.php:2106
600
  msgid "Sent from (referer)"
601
  msgstr "Vindo de (origem)"
602
 
603
+ #: contact_form.php:1167
604
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
605
  msgstr ""
606
 
607
+ #: contact_form.php:1168
608
+ #: contact_form.php:2110
609
+ #: contact_form.php:2112
610
  msgid "Using (user agent)"
611
  msgstr "Usando (cliente de email)"
612
 
613
+ #: contact_form.php:1168
614
  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"
615
  msgstr ""
616
 
617
+ #: contact_form.php:1172
618
  msgid "Language settings for the field names in the form"
619
  msgstr "Configurações de idioma para os nomes dos campos do formulário"
620
 
621
+ #: contact_form.php:1181
622
  #, fuzzy
623
  msgid "Add a language"
624
  msgstr "Adicionar idioma"
625
 
626
+ #: contact_form.php:1185
627
  #, fuzzy
628
  msgid "Change the names of the contact form fields and error messages"
629
  msgstr "Mudar rótulo para os campos no formulário de contato"
630
 
631
+ #: contact_form.php:1190
632
+ #: contact_form.php:1277
633
  msgid "English"
634
  msgstr "Inglês"
635
 
636
+ #: contact_form.php:1198
637
+ #: contact_form.php:1232
638
  msgid "click to expand/hide the list"
639
  msgstr ""
640
 
641
+ #: contact_form.php:1207
642
+ #: contact_form.php:1241
643
  #, fuzzy
644
  msgid "Tips below the Attachment block"
645
  msgstr "Mostrar dicas para anexar arquivos"
646
 
647
+ #: contact_form.php:1210
648
+ #: contact_form.php:1244
649
  msgid "Error message for the Name field"
650
  msgstr "Mensagem de erro para o campo Nome"
651
 
652
+ #: contact_form.php:1211
653
+ #: contact_form.php:1245
654
  #, fuzzy
655
  msgid "Error message for the Address field"
656
  msgstr "Mensagem de erro para o campo Mensagem"
657
 
658
+ #: contact_form.php:1212
659
+ #: contact_form.php:1246
660
  msgid "Error message for the Email field"
661
  msgstr "Mensagem de erro para o campo de E-mail"
662
 
663
+ #: contact_form.php:1213
664
+ #: contact_form.php:1247
665
  msgid "Error message for the Phone field"
666
  msgstr "Mensagem de erro para o campo de Telefone"
667
 
668
+ #: contact_form.php:1214
669
+ #: contact_form.php:1248
670
  msgid "Error message for the Subject field"
671
  msgstr "Mensagem de erro para o campo Assunto"
672
 
673
+ #: contact_form.php:1215
674
+ #: contact_form.php:1249
675
  msgid "Error message for the Message field"
676
  msgstr "Mensagem de erro para o campo Mensagem"
677
 
678
+ #: contact_form.php:1216
679
+ #: contact_form.php:1250
680
  #, fuzzy
681
  msgid "Error message about the file type for the Attachment field"
682
  msgstr "Mensagem de erro para o campo Anexos"
683
 
684
+ #: contact_form.php:1217
685
+ #: contact_form.php:1251
686
  #, fuzzy
687
  msgid "Error message while uploading a file for the Attachment field to the server"
688
  msgstr "Mensagem de erro para o campo Anexos"
689
 
690
+ #: contact_form.php:1218
691
+ #: contact_form.php:1252
692
  #, fuzzy
693
  msgid "Error message while moving the file for the Attachment field"
694
  msgstr "Mensagem de erro para o campo Anexos"
695
 
696
+ #: contact_form.php:1219
697
+ #: contact_form.php:1253
698
  #, fuzzy
699
  msgid "Error message when file size limit for the Attachment field is exceeded"
700
  msgstr "Mensagem de erro para o campo Anexos"
701
 
702
+ #: contact_form.php:1220
703
+ #: contact_form.php:1254
704
  msgid "Error message for the Captcha field"
705
  msgstr "Mensagem de erro para o controlo Captcha"
706
 
707
+ #: contact_form.php:1221
708
+ #: contact_form.php:1255
709
  msgid "Error message for the whole form"
710
  msgstr "Mensagem de erro para todo o formulário"
711
 
 
 
 
 
 
 
 
712
  #: contact_form.php:1224
713
+ #: contact_form.php:1226
714
+ #: contact_form.php:1258
715
+ #: contact_form.php:1260
716
+ #: contact_form.php:1287
717
+ #: contact_form.php:1289
718
+ #: contact_form.php:1297
719
+ #: contact_form.php:1299
720
  msgid "Use shortcode"
721
  msgstr "usar código abreviado"
722
 
 
 
 
 
 
 
 
723
  #: contact_form.php:1224
724
+ #: contact_form.php:1226
725
+ #: contact_form.php:1258
726
+ #: contact_form.php:1260
727
+ #: contact_form.php:1287
728
+ #: contact_form.php:1289
729
+ #: contact_form.php:1297
730
+ #: contact_form.php:1299
731
  msgid "for this language"
732
  msgstr "para este idioma"
733
 
734
+ #: contact_form.php:1268
735
+ #, fuzzy
736
+ msgid "Use the changed names of the contact form fields in the email"
737
+ msgstr "Mudar rótulo para os campos no formulário de contato"
738
+
739
+ #: contact_form.php:1274
740
  msgid "Action after email is sent"
741
  msgstr "Ação após envio de email"
742
 
743
+ #: contact_form.php:1276
744
  #, fuzzy
745
  msgid "Display text"
746
  msgstr "Mostrar opção para anexar arquivos"
747
 
748
+ #: contact_form.php:1285
749
+ #: contact_form.php:1295
750
  msgid "Text"
751
  msgstr "Texto"
752
 
753
+ #: contact_form.php:1306
754
  msgid "Redirect to the page"
755
  msgstr "Redirecionamento para a página"
756
 
757
+ #: contact_form.php:1307
758
  msgid "Url"
759
  msgstr "Url"
760
 
761
+ #: contact_form.php:1311
762
  msgid "The $_SERVER variable that is used to build a URL of the form"
763
  msgstr ""
764
 
765
+ #: contact_form.php:1315
766
  msgid "If you are not sure whether to change this setting or not, please do not do that."
767
  msgstr ""
768
 
769
+ #: contact_form.php:1321
770
+ #: contact_form.php:1505
771
  msgid "Save Changes"
772
  msgstr "Salvar mudanças"
773
 
774
+ #: contact_form.php:1326
775
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
776
  msgstr ""
777
 
778
+ #: contact_form.php:1327
779
  #, fuzzy
780
  msgid "Rate the plugin"
781
  msgstr "Plugins recomendados"
782
 
783
+ #: contact_form.php:1330
784
  #, fuzzy
785
  msgid "If there is something wrong about it, please contact us"
786
  msgstr "Se você tem quaisquer perguntas, por favor entre em contato através do email plugin@bestwebsoft.com ou preencha nosso formulário de contato pelo site. "
787
 
788
+ #: contact_form.php:1342
789
  msgid "Errors output"
790
  msgstr ""
791
 
792
+ #: contact_form.php:1345
793
  msgid "Display error messages"
794
  msgstr ""
795
 
796
+ #: contact_form.php:1346
797
  msgid "Color of the input field errors."
798
  msgstr ""
799
 
800
+ #: contact_form.php:1347
801
  #, fuzzy
802
  msgid "Display error messages & color of the input field errors"
803
  msgstr "Mensagem de erro para o campo Assunto"
804
 
805
+ #: contact_form.php:1352
806
  msgid "Add placeholder to the input blocks"
807
  msgstr ""
808
 
809
+ #: contact_form.php:1358
810
  #, fuzzy
811
  msgid "Add tooltips"
812
  msgstr "Opções adicionais"
813
 
814
+ #: contact_form.php:1372
815
  #, fuzzy
816
  msgid "Email address"
817
  msgstr "Endereço de E-mail:"
818
 
819
+ #: contact_form.php:1377
820
  #, fuzzy
821
  msgid "Phone Number"
822
  msgstr "Número de Telefone :"
823
 
824
+ #: contact_form.php:1391
825
  #, fuzzy
826
  msgid "Attachment"
827
  msgstr "Anexo:"
828
 
829
+ #: contact_form.php:1396
830
  msgid "(powered by bestwebsoft.com)"
831
  msgstr ""
832
 
833
+ #: contact_form.php:1401
834
  #, fuzzy
835
  msgid "Style options"
836
  msgstr "Opções adicionais"
837
 
838
+ #: contact_form.php:1404
839
  msgid "Text color"
840
  msgstr ""
841
 
842
+ #: contact_form.php:1407
843
+ #: contact_form.php:1412
844
+ #: contact_form.php:1422
845
+ #: contact_form.php:1427
846
+ #: contact_form.php:1432
847
+ #: contact_form.php:1437
848
+ #: contact_form.php:1447
849
+ #: contact_form.php:1452
850
+ #: contact_form.php:1458
851
+ #: contact_form.php:1469
852
+ #: contact_form.php:1474
853
+ #: contact_form.php:1479
854
  msgid "Default"
855
  msgstr ""
856
 
857
+ #: contact_form.php:1409
858
  msgid "Label text color"
859
  msgstr ""
860
 
861
+ #: contact_form.php:1414
862
  msgid "Placeholder color"
863
  msgstr ""
864
 
865
+ #: contact_form.php:1419
866
  msgid "Errors color"
867
  msgstr ""
868
 
869
+ #: contact_form.php:1424
870
  msgid "Error text color"
871
  msgstr ""
872
 
873
+ #: contact_form.php:1429
874
  msgid "Background color of the input field errors"
875
  msgstr ""
876
 
877
+ #: contact_form.php:1434
878
  msgid "Border color of the input field errors"
879
  msgstr ""
880
 
881
+ #: contact_form.php:1439
882
  msgid "Placeholder color of the input field errors"
883
  msgstr ""
884
 
885
+ #: contact_form.php:1444
886
  #, fuzzy
887
  msgid "Input fields"
888
  msgstr "Mostrar opção para anexar arquivos"
889
 
890
+ #: contact_form.php:1449
891
  msgid "Input fields background color"
892
  msgstr ""
893
 
894
+ #: contact_form.php:1454
895
  msgid "Text fields color"
896
  msgstr ""
897
 
898
+ #: contact_form.php:1456
899
  msgid "Border width in px, numbers only"
900
  msgstr ""
901
 
902
+ #: contact_form.php:1460
903
+ #: contact_form.php:1481
904
  msgid "Border color"
905
  msgstr ""
906
 
907
+ #: contact_form.php:1465
908
  #, fuzzy
909
  msgid "Submit button"
910
  msgstr "Enviar"
911
 
912
+ #: contact_form.php:1467
913
  msgid "Width in px, numbers only"
914
  msgstr ""
915
 
916
+ #: contact_form.php:1471
917
  msgid "Button color"
918
  msgstr ""
919
 
920
+ #: contact_form.php:1476
921
  msgid "Button text color"
922
  msgstr ""
923
 
924
+ #: contact_form.php:1509
925
  #, fuzzy
926
  msgid "Contact Form Pro | Preview"
927
  msgstr "Formulário de contato"
928
 
929
+ #: contact_form.php:1512
930
  msgid "Show with errors"
931
  msgstr ""
932
 
933
+ #: contact_form.php:1520
934
+ #: contact_form.php:1522
935
  msgid "Please enter your full name..."
936
  msgstr ""
937
 
938
+ #: contact_form.php:1533
939
+ #: contact_form.php:1535
940
  msgid "Please enter your address..."
941
  msgstr ""
942
 
943
+ #: contact_form.php:1544
944
+ #: contact_form.php:1546
945
  #, fuzzy
946
  msgid "Please enter your email address..."
947
  msgstr "Use este email:"
948
 
949
+ #: contact_form.php:1555
950
+ #: contact_form.php:1557
951
  msgid "Please enter your phone number..."
952
  msgstr ""
953
 
954
+ #: contact_form.php:1566
955
+ #: contact_form.php:1568
956
  msgid "Please enter subject..."
957
  msgstr ""
958
 
959
+ #: contact_form.php:1576
960
+ #: contact_form.php:1578
961
  msgid "Please enter your message..."
962
  msgstr ""
963
 
964
+ #: contact_form.php:1620
965
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
966
  msgstr ""
967
 
968
+ #: contact_form.php:1622
969
  msgid "Please, go to"
970
  msgstr ""
971
 
972
+ #: contact_form.php:1622
973
  #, fuzzy
974
  msgid "the setting page"
975
  msgstr "Configurações"
976
 
977
+ #: contact_form.php:1623
978
  msgid "You will be redirected automatically in 5 seconds."
979
  msgstr ""
980
 
981
+ #: contact_form.php:1628
982
  msgid "You can download and activate"
983
  msgstr ""
984
 
985
+ #: contact_form.php:1630
986
  msgid "version of this plugin by entering Your license key."
987
  msgstr ""
988
 
989
+ #: contact_form.php:1632
990
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
991
  msgstr ""
992
 
993
+ #: contact_form.php:1634
994
  msgid "(your username is the email you specify when purchasing the product)."
995
  msgstr ""
996
 
997
+ #: contact_form.php:1642
998
+ #: contact_form.php:1652
999
+ #, fuzzy
1000
+ msgid "Activate"
1001
+ msgstr "Plugins ativados"
1002
 
1003
+ #: contact_form.php:1718
1004
  msgid "Sorry, email message could not be delivered."
1005
  msgstr "Desculpe, seu e-mail não pode ser entregue."
1006
 
1007
+ #: contact_form.php:2119
1008
  msgid "Contact from"
1009
  msgstr "Formulário de Contato"
1010
 
1011
+ #: contact_form.php:2136
1012
+ #: contact_form.php:2168
1013
  msgid "Email"
1014
  msgstr "E-Mail"
1015
 
1016
+ #: contact_form.php:2141
1017
+ #: contact_form.php:2171
1018
  msgid "Phone"
1019
  msgstr "Telefone"
1020
 
1021
+ #: contact_form.php:2152
1022
+ #: contact_form.php:2178
1023
  msgid "Site"
1024
  msgstr "Site"
1025
 
1026
+ #: contact_form.php:2250
1027
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1028
  msgstr "Se você consegue ver esta MENSAGEM então seu cliente não aceita tipos MIME! Favor usar um cliente mais atualizado."
1029
 
1030
+ #: contact_form.php:2320
 
 
 
 
1031
  msgid "Support"
1032
  msgstr "Suporte"
1033
 
1034
+ #: contact_form.php:2368
1035
  msgid "Are you sure that you want to delete this language data?"
1036
  msgstr "Tem certeza que você deseja excluir os dados deste idioma?"
1037
 
1038
+ #: contact_form.php:2577
1039
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
1040
  msgstr ""
1041
 
1042
+ #: contact_form.php:2578
1043
  msgid "Extend standard plugin functionality with new great options."
1044
  msgstr ""
1045
 
1046
+ #: contact_form.php:2593
1047
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1048
  msgstr ""
1049
 
1050
+ #: contact_form.php:2594
1051
  msgid "Manage messages that have been sent from your website."
1052
  msgstr ""
1053
 
languages/contact_form-ru_RU.mo CHANGED
Binary file
languages/contact_form-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-04-14 15:38+0300\n"
6
- "PO-Revision-Date: 2014-04-14 15:40+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
@@ -16,979 +16,993 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:73
20
- #: contact_form.php:785
21
  msgid "Contact Form Settings"
22
  msgstr "Настройки Contact Form"
23
 
24
- #: contact_form.php:73
25
  msgid "Contact Form"
26
  msgstr "Contact Form"
27
 
28
- #: contact_form.php:149
29
- #: contact_form.php:1131
30
- #: contact_form.php:1165
31
  msgid "Name:"
32
  msgstr "Имя:"
33
 
34
- #: contact_form.php:150
35
- #: contact_form.php:1132
36
- #: contact_form.php:1166
37
  msgid "Address:"
38
  msgstr "Адрес:"
39
 
40
- #: contact_form.php:151
41
- #: contact_form.php:1133
42
- #: contact_form.php:1167
43
  msgid "Email Address:"
44
  msgstr "E-mail адрес:"
45
 
46
- #: contact_form.php:152
47
- #: contact_form.php:1134
48
- #: contact_form.php:1168
49
  msgid "Phone number:"
50
  msgstr "Телефон:"
51
 
52
- #: contact_form.php:153
53
- #: contact_form.php:1135
54
- #: contact_form.php:1169
55
  msgid "Subject:"
56
  msgstr "Тема:"
57
 
58
- #: contact_form.php:154
59
- #: contact_form.php:1136
60
- #: contact_form.php:1170
61
  msgid "Message:"
62
  msgstr "Сообщение:"
63
 
64
- #: contact_form.php:155
65
- #: contact_form.php:1137
66
- #: contact_form.php:1171
67
  msgid "Attachment:"
68
  msgstr "Прикрепить файл:"
69
 
70
- #: contact_form.php:156
71
  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"
72
  msgstr "Поддерживаемые типы файлов: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Максимальный размер файла: 2 МБ"
73
 
74
- #: contact_form.php:157
75
- #: contact_form.php:1139
76
- #: contact_form.php:1173
77
  msgid "Send me a copy"
78
  msgstr "Отправить мне копию"
79
 
80
- #: contact_form.php:158
81
- #: contact_form.php:1140
82
- #: contact_form.php:1174
83
  msgid "Submit"
84
  msgstr "Отправить"
85
 
86
- #: contact_form.php:159
87
  msgid "Your name is required."
88
  msgstr "Ваше имя - это обязательное поле."
89
 
90
- #: contact_form.php:160
91
  msgid "Address is required."
92
  msgstr "Поле адреса - обязательное для заполнения."
93
 
94
- #: contact_form.php:161
95
  msgid "A valid email address is required."
96
  msgstr "Поле email адреса - обязательное для заполнения."
97
 
98
- #: contact_form.php:162
99
  msgid "Phone number is required."
100
  msgstr "Телефон - это обязательное поле."
101
 
102
- #: contact_form.php:163
103
  msgid "Subject is required."
104
  msgstr "Поле Тема - обязательное поле."
105
 
106
- #: contact_form.php:164
107
  msgid "Message text is required."
108
  msgstr "Поле Сообщение - обязательное поле."
109
 
110
- #: contact_form.php:165
111
  msgid "File format is not valid."
112
  msgstr "Прикрепленный тип файла не поддерживается"
113
 
114
- #: contact_form.php:166
115
  msgid "File upload error."
116
  msgstr "Ошибка загрузки файла."
117
 
118
- #: contact_form.php:167
119
  msgid "The file could not be uploaded."
120
  msgstr "Невозможно загрузить файл."
121
 
122
- #: contact_form.php:168
123
  msgid "This file is too large."
124
  msgstr "Размер файла слишком большой."
125
 
126
- #: contact_form.php:169
127
  msgid "Please fill out the CAPTCHA."
128
  msgstr "Пожалуйста, заполните CAPTCHA."
129
 
130
- #: contact_form.php:170
131
  msgid "Please make corrections below and try again."
132
  msgstr "Пожалуйста, сделайте исправления в отмеченных полях ниже и повторите попытку."
133
 
134
- #: contact_form.php:172
135
  msgid "Thank you for contacting us."
136
  msgstr "Спасибо за контакт с нами."
137
 
138
- #: contact_form.php:322
139
  msgid "requires"
140
  msgstr "требует"
141
 
142
- #: contact_form.php:322
143
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
144
  msgstr "или выше, поэтому плагин был деактивирован! Пожалуйста обновите WordPress и попробуйте снова."
145
 
146
- #: contact_form.php:322
147
  msgid "Back to the WordPress"
148
  msgstr "Вернуться к WordPress"
149
 
150
- #: contact_form.php:322
151
  msgid "Plugins page"
152
  msgstr "Странице плагинов"
153
 
154
- #: contact_form.php:626
155
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
156
  msgstr "Если опция 'Перейти на страницу \"выбран, то Урл поле должно быть заполнено в следующем формате"
157
 
158
- #: contact_form.php:635
159
  msgid "Such user does not exist. Settings are not saved."
160
  msgstr "Данный пользователь не найден. Настройки не сохранены"
161
 
162
- #: contact_form.php:639
163
- #: contact_form.php:645
164
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
165
  msgstr "Пожалуйста, введите корректный email для поля 'FROM'. Настройки не сохранены."
166
 
167
- #: contact_form.php:661
168
  msgid "Settings saved."
169
  msgstr "Опции сохранены."
170
 
171
- #: contact_form.php:688
172
- #: contact_form.php:720
173
  msgid "Wrong license key"
174
  msgstr "Неправильный лицензионный ключ"
175
 
176
- #: contact_form.php:713
177
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
178
  msgstr "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, пожалуйста, свяжитесь с нами <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Приносим извинения за неудобства."
179
 
180
- #: contact_form.php:722
181
  msgid "This license key is bind to another site"
182
  msgstr "Этот лицензионный ключ привязан к другому сайту"
183
 
184
- #: contact_form.php:724
185
- #: contact_form.php:1570
186
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
187
  msgstr "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, загрузите плагин вручную."
188
 
189
- #: contact_form.php:741
190
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
191
  msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
192
 
193
- #: contact_form.php:747
194
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
195
  msgstr "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. Пожалуйста, загрузите плагин вручную"
196
 
197
- #: contact_form.php:751
198
- #: contact_form.php:760
199
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
200
  msgstr "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
201
 
202
- #: contact_form.php:764
203
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
204
  msgstr "Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. Приносим извинения за неудобства."
205
 
206
- #: contact_form.php:779
207
  msgid "Please, enter Your license key"
208
  msgstr "Пожалуйста введите ваш лицензионный ключ"
209
 
210
- #: contact_form.php:787
211
- #: contact_form.php:2216
212
- #: contact_form.php:2228
213
  msgid "Settings"
214
  msgstr "Настройки"
215
 
216
- #: contact_form.php:788
217
  msgid "Extra settings"
218
  msgstr "Экстра Настройки"
219
 
220
- #: contact_form.php:789
 
 
 
 
 
221
  msgid "Go PRO"
222
  msgstr "Перейти на PRO версию"
223
 
224
- #: contact_form.php:792
225
  msgid "Notice:"
226
  msgstr "Обратите внимание:"
227
 
228
- #: contact_form.php:792
229
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
230
  msgstr "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, не забудьте нажать кнопку 'Сохранить изменения'."
231
 
232
- #: contact_form.php:798
233
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
234
  msgstr "Если вы хотите создать несколько разных контактных форм, пожалуйста, установите плагин Contact Form Multi."
235
 
236
- #: contact_form.php:804
237
- #: contact_form.php:809
238
- #: contact_form.php:1529
239
  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:"
240
  msgstr "Если вы хотите добавить контактную форму на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста или виджета:"
241
 
242
- #: contact_form.php:804
243
- #: contact_form.php:805
244
- #: contact_form.php:809
245
- #: contact_form.php:810
246
- #: contact_form.php:1155
247
- #: contact_form.php:1157
248
- #: contact_form.php:1212
249
- #: contact_form.php:1214
250
  msgid "or"
251
  msgstr "или"
252
 
253
- #: contact_form.php:805
254
- #: contact_form.php:810
255
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
256
  msgstr "Если у вас возникают проблемы с использованием стандартного шорткода [contact_form], то используйте шортокод"
257
 
258
- #: contact_form.php:806
259
- #: contact_form.php:811
260
  msgid "They work the same way."
261
  msgstr "Шорткоды работают одинаково."
262
 
263
- #: contact_form.php:807
264
- #: contact_form.php:812
265
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
266
  msgstr "Если информация в полях ниже отсутствует, соощения будут оправлены на email адрес, который был указан при регистрации сайта."
267
 
268
- #: contact_form.php:817
269
  msgid "The user's email address:"
270
  msgstr "Email пользователя сайта:"
271
 
272
- #: contact_form.php:821
273
  msgid "Create a username"
274
  msgstr "Выберите имя пользователя"
275
 
276
- #: contact_form.php:828
277
  msgid "Enter a username of the person who should get the messages from the contact form."
278
  msgstr "Укажите логин пользователя, который будет получать сообщения контактной формы."
279
 
280
- #: contact_form.php:832
281
  msgid "Use this email address:"
282
  msgstr "Использовать этот email:"
283
 
284
- #: contact_form.php:835
285
  msgid "Enter the email address you want the messages forwarded to."
286
  msgstr "Укажите email адрес, на который будут отправляться сообщения."
287
 
288
- #: contact_form.php:844
289
  msgid "Add department selectbox to the contact form:"
290
  msgstr "Добавить выбор отдела в контактную форму:"
291
 
292
- #: contact_form.php:852
293
- #: contact_form.php:1412
294
  msgid "If you upgrade to Pro version all your settings will be saved."
295
  msgstr "При установке Pro версии плагина, все ваши настройки сохраняются."
296
 
297
- #: contact_form.php:859
298
- #: contact_form.php:997
299
- #: contact_form.php:1071
300
- #: contact_form.php:1419
301
  msgid "Unlock premium options by upgrading to a PRO version."
302
  msgstr "Активируйте премиум опции обновившись до PRO версии."
303
 
304
- #: contact_form.php:860
305
- #: contact_form.php:998
306
- #: contact_form.php:1072
307
- #: contact_form.php:1420
308
- #: contact_form.php:2473
309
- #: contact_form.php:2489
310
  msgid "Learn More"
311
  msgstr "Подробнее"
312
 
313
- #: contact_form.php:863
314
- #: contact_form.php:1001
315
- #: contact_form.php:1075
316
- #: contact_form.php:1423
317
  msgid "Go"
318
  msgstr "Перейти на"
319
 
320
- #: contact_form.php:870
321
  msgid "Save emails to the database"
322
  msgstr "Сохранять email в базу данных"
323
 
324
- #: contact_form.php:876
325
  msgid "Using"
326
  msgstr "Используя"
327
 
328
- #: contact_form.php:876
329
- #: contact_form.php:1048
330
- #: contact_form.php:1051
331
- #: contact_form.php:1055
332
  msgid "powered by"
333
  msgstr "разработано компанией"
334
 
335
- #: contact_form.php:879
336
- #: contact_form.php:883
337
  msgid "Using Contact Form to DB powered by"
338
  msgstr "Используя Contact Form to DB, разработанный компанией"
339
 
340
- #: contact_form.php:879
341
  msgid "Activate Contact Form to DB"
342
  msgstr "Активировать Contact Form to DB"
343
 
344
- #: contact_form.php:883
345
  msgid "Download Contact Form to DB"
346
  msgstr "Загрузить Contact Form to DB"
347
 
348
- #: contact_form.php:888
349
  msgid "Additional options"
350
  msgstr "Дополнительные настройки"
351
 
352
- #: contact_form.php:890
353
  msgid "Show"
354
  msgstr "Отобразить"
355
 
356
- #: contact_form.php:891
357
  msgid "Hide"
358
  msgstr "Скрыть"
359
 
360
- #: contact_form.php:895
361
  msgid "What to use?"
362
  msgstr "Что использовать?"
363
 
364
- #: contact_form.php:898
365
  msgid "Wp-mail"
366
  msgstr "Wp-mail"
367
 
368
- #: contact_form.php:898
369
  msgid "You can use the wp_mail function for mailing"
370
  msgstr "Для отправки почты вы можете использовать функцию WordPress wp_mail"
371
 
372
- #: contact_form.php:900
373
  msgid "Mail"
374
  msgstr "Mail"
375
 
376
- #: contact_form.php:900
377
  msgid "To send mail you can use the php mail function"
378
  msgstr "Для отправки почты вы можете использовать функцию php mail"
379
 
380
- #: contact_form.php:904
381
  msgid "The text in the 'From' field"
382
  msgstr "Tекст для поля ОТ в письме"
383
 
384
- #: contact_form.php:906
385
  msgid "User name"
386
  msgstr "Имя пользователя"
387
 
388
- #: contact_form.php:907
389
  msgid "The name of the user who fills the form will be used in the field 'From'."
390
  msgstr "В поле \"From\" в письме будет использоваться имя того пользователя, который заполняет форму."
391
 
392
- #: contact_form.php:910
393
  msgid "This text will be used in the 'FROM' field"
394
  msgstr "В поле \"From\" в письме будет использоваться данный текст"
395
 
396
- #: contact_form.php:914
397
  msgid "The email address in the 'From' field"
398
  msgstr "Выберите email для поля 'FROM' письма"
399
 
400
- #: contact_form.php:916
401
  msgid "User email"
402
  msgstr "Email"
403
 
404
- #: contact_form.php:917
405
  msgid "The email address of the user who fills the form will be used in the field 'From'."
406
  msgstr "В поле \"From\" в письме будет использоваться электронная почта того пользователя, который заполняет форму."
407
 
408
- #: contact_form.php:920
409
  msgid "This email address will be used in the 'From' field."
410
  msgstr "В поле \"From\" в письме будет использоваться данная электронная почта."
411
 
412
- #: contact_form.php:924
413
  msgid "Required symbol"
414
  msgstr "Символ, отображающий обязательное поле"
415
 
416
- #: contact_form.php:934
417
  msgid "Fields"
418
  msgstr "Поля"
419
 
420
- #: contact_form.php:935
421
  msgid "Used"
422
  msgstr "Используется"
423
 
424
- #: contact_form.php:936
425
  msgid "Required"
426
  msgstr "Обязательные"
427
 
428
- #: contact_form.php:937
429
  msgid "Visible"
430
  msgstr "Видимое"
431
 
432
- #: contact_form.php:938
433
  msgid "Disabled for editing"
434
  msgstr "Нет возможности редактировать"
435
 
436
- #: contact_form.php:939
437
  msgid "Field's default value"
438
  msgstr "Значение по умолчанию"
439
 
440
- #: contact_form.php:944
441
- #: contact_form.php:1287
442
- #: contact_form.php:2059
443
- #: contact_form.php:2089
444
  msgid "Name"
445
  msgstr "Имя"
446
 
447
- #: contact_form.php:952
448
- #: contact_form.php:1292
449
- #: contact_form.php:2063
450
- #: contact_form.php:2091
 
 
 
 
451
  msgid "Address"
452
  msgstr "Адрес"
453
 
454
- #: contact_form.php:960
455
  msgid "Email Address"
456
  msgstr "Email адрес"
457
 
458
- #: contact_form.php:968
459
  msgid "Phone number"
460
  msgstr "Телефон"
461
 
462
- #: contact_form.php:976
463
- #: contact_form.php:1307
464
- #: contact_form.php:2073
465
- #: contact_form.php:2095
466
  msgid "Subject"
467
  msgstr "Тема"
468
 
469
- #: contact_form.php:984
470
- #: contact_form.php:1311
471
- #: contact_form.php:2076
472
- #: contact_form.php:2096
473
  msgid "Message"
474
  msgstr "Сообщение"
475
 
476
- #: contact_form.php:1008
477
  msgid "Attachment block"
478
  msgstr "Блок Прикрепить файл"
479
 
480
- #: contact_form.php:1010
481
  msgid "Users can attach the following file formats"
482
  msgstr "Пользователи могут прикрепить файлы таких типов"
483
 
484
- #: contact_form.php:1023
485
  msgid "Add to the form"
486
  msgstr "Добавить в форму"
487
 
488
- #: contact_form.php:1028
489
  msgid "Tips below the Attachment"
490
  msgstr "Пояснения после блока \"Прикрепить файл\""
491
 
492
- #: contact_form.php:1037
493
  msgid "'Send me a copy' block"
494
  msgstr "Блок 'Отправить мне копию'"
495
 
496
- #: contact_form.php:1048
497
- #: contact_form.php:1051
498
- #: contact_form.php:1055
499
- #: contact_form.php:1321
500
  msgid "Captcha"
501
  msgstr "Captcha"
502
 
503
- #: contact_form.php:1051
504
  msgid "Activate captcha"
505
  msgstr "Активировать captcha"
506
 
507
- #: contact_form.php:1055
508
  msgid "Download captcha"
509
  msgstr "Скачать captcha"
510
 
511
- #: contact_form.php:1063
512
  msgid "Agreement checkbox"
513
  msgstr "Чекбокс согласия с условиями"
514
 
515
- #: contact_form.php:1063
516
  msgid "Required checkbox for submitting the form"
517
  msgstr "Обязательный чекбокс для отправки формы"
518
 
519
- #: contact_form.php:1064
520
  msgid "Optional checkbox"
521
  msgstr "Дополнительный чекбокс"
522
 
523
- #: contact_form.php:1064
524
  msgid "Optional checkbox, the results of which will be displayed in email"
525
  msgstr "Дополнительный чекбокс, результаты которого будут отображениы в email"
526
 
527
- #: contact_form.php:1081
528
  msgid "Delete an attachment file from the server after the email is sent"
529
  msgstr "Удалить прикрепленный файл с сервера после отправки письма"
530
 
531
- #: contact_form.php:1087
532
  msgid "Email in HTML format sending"
533
  msgstr "Отправка еmail в формате HTML"
534
 
535
- #: contact_form.php:1091
536
  msgid "Display additional info in the email"
537
  msgstr "Отображение дополнительной информации в письме"
538
 
539
- #: contact_form.php:1096
540
- #: contact_form.php:2026
541
- #: contact_form.php:2028
542
  msgid "Sent from (ip address)"
543
  msgstr "Отправлено от (ip адрес)"
544
 
545
- #: contact_form.php:1096
546
  msgid "Example: Sent from (IP address):\t127.0.0.1"
547
  msgstr "Пример: Sent from (IP address):\t127.0.0.1"
548
 
549
- #: contact_form.php:1097
550
- #: contact_form.php:2032
551
- #: contact_form.php:2034
552
  msgid "Date/Time"
553
  msgstr "Дата/Время"
554
 
555
- #: contact_form.php:1097
556
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
557
  msgstr "Пример: Date/Time:\tAugust 19, 2013 8:50 pm"
558
 
559
- #: contact_form.php:1098
560
- #: contact_form.php:2038
561
- #: contact_form.php:2040
562
  msgid "Sent from (referer)"
563
  msgstr "Пришло из (реферер)"
564
 
565
- #: contact_form.php:1098
566
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
567
  msgstr "Пример: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
568
 
569
- #: contact_form.php:1099
570
- #: contact_form.php:2044
571
- #: contact_form.php:2046
572
  msgid "Using (user agent)"
573
  msgstr "Используя (user agent)"
574
 
575
- #: contact_form.php:1099
576
  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"
577
  msgstr "Пример: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
578
 
579
- #: contact_form.php:1103
580
  msgid "Language settings for the field names in the form"
581
  msgstr "Языковые настройки для названия полей в форме"
582
 
583
- #: contact_form.php:1112
584
  msgid "Add a language"
585
  msgstr "Добавить язык"
586
 
587
- #: contact_form.php:1116
588
  msgid "Change the names of the contact form fields and error messages"
589
  msgstr "Изменить названия полей контактной формы и сообщений об ошибках"
590
 
591
- #: contact_form.php:1121
592
- #: contact_form.php:1202
593
  msgid "English"
594
  msgstr "Английский"
595
 
596
- #: contact_form.php:1129
597
- #: contact_form.php:1163
598
  msgid "click to expand/hide the list"
599
  msgstr "нажмите чтобы развернуть/свернуть список"
600
 
601
- #: contact_form.php:1138
602
- #: contact_form.php:1172
603
  msgid "Tips below the Attachment block"
604
  msgstr "Пояснения после блока \"Прикрепить файл\""
605
 
606
- #: contact_form.php:1141
607
- #: contact_form.php:1175
608
  msgid "Error message for the Name field"
609
  msgstr "Сообщение об ошибке для поля Name"
610
 
611
- #: contact_form.php:1142
612
- #: contact_form.php:1176
613
  msgid "Error message for the Address field"
614
  msgstr "Сообщение об ошибке для поля Address"
615
 
616
- #: contact_form.php:1143
617
- #: contact_form.php:1177
618
  msgid "Error message for the Email field"
619
  msgstr "Сообщение об ошибке для поля Email"
620
 
621
- #: contact_form.php:1144
622
- #: contact_form.php:1178
623
  msgid "Error message for the Phone field"
624
  msgstr "Сообщение об ошибке для поля Phone"
625
 
626
- #: contact_form.php:1145
627
- #: contact_form.php:1179
628
  msgid "Error message for the Subject field"
629
  msgstr "Сообщение об ошибке для поля Subject"
630
 
631
- #: contact_form.php:1146
632
- #: contact_form.php:1180
633
  msgid "Error message for the Message field"
634
  msgstr "Сообщение об ошибке для поля Message"
635
 
636
- #: contact_form.php:1147
637
- #: contact_form.php:1181
638
  msgid "Error message about the file type for the Attachment field"
639
  msgstr "Сообщение об ошибке о типе файла для поля Attachment"
640
 
641
- #: contact_form.php:1148
642
- #: contact_form.php:1182
643
  msgid "Error message while uploading a file for the Attachment field to the server"
644
  msgstr "Сообщение об ошибке при загрузке файла на сервер для поля Attachment"
645
 
646
- #: contact_form.php:1149
647
- #: contact_form.php:1183
648
  msgid "Error message while moving the file for the Attachment field"
649
  msgstr "Сообщение об ошибке при перемещении файла для поля Attachment"
650
 
651
- #: contact_form.php:1150
652
- #: contact_form.php:1184
653
  msgid "Error message when file size limit for the Attachment field is exceeded"
654
  msgstr "Сообщение об ошибке когда размер файла превышает размер разрешенного сервером для поля Attachment"
655
 
656
- #: contact_form.php:1151
657
- #: contact_form.php:1185
658
  msgid "Error message for the Captcha field"
659
  msgstr "Сообщение об ошибке для поля Captcha"
660
 
661
- #: contact_form.php:1152
662
- #: contact_form.php:1186
663
  msgid "Error message for the whole form"
664
  msgstr "Сообщение об ошибке для всей формы"
665
 
666
- #: contact_form.php:1155
667
- #: contact_form.php:1157
668
- #: contact_form.php:1189
669
- #: contact_form.php:1191
670
- #: contact_form.php:1212
671
- #: contact_form.php:1214
672
- #: contact_form.php:1222
673
  #: contact_form.php:1224
 
 
 
 
 
 
 
674
  msgid "Use shortcode"
675
  msgstr "Использовать шорткод"
676
 
677
- #: contact_form.php:1155
678
- #: contact_form.php:1157
679
- #: contact_form.php:1189
680
- #: contact_form.php:1191
681
- #: contact_form.php:1212
682
- #: contact_form.php:1214
683
- #: contact_form.php:1222
684
  #: contact_form.php:1224
 
 
 
 
 
 
 
685
  msgid "for this language"
686
  msgstr "для данного языка"
687
 
688
- #: contact_form.php:1199
 
 
 
 
 
689
  msgid "Action after email is sent"
690
  msgstr "Действие после отправки письма"
691
 
692
- #: contact_form.php:1201
693
  msgid "Display text"
694
  msgstr "Отобразить текст"
695
 
696
- #: contact_form.php:1210
697
- #: contact_form.php:1220
698
  msgid "Text"
699
  msgstr "Текст"
700
 
701
- #: contact_form.php:1231
702
  msgid "Redirect to the page"
703
  msgstr "Перенаправление на страницу"
704
 
705
- #: contact_form.php:1232
706
  msgid "Url"
707
  msgstr "Урл"
708
 
709
- #: contact_form.php:1236
710
  msgid "The $_SERVER variable that is used to build a URL of the form"
711
  msgstr "$_SERVER переменная, используемая при формировании URL формы"
712
 
713
- #: contact_form.php:1240
714
  msgid "If you are not sure whether to change this setting or not, please do not do that."
715
  msgstr "If you are not sure whether to change this setting or not, please do not do that."
716
 
717
- #: contact_form.php:1246
718
- #: contact_form.php:1430
719
  msgid "Save Changes"
720
  msgstr "Save Changes"
721
 
722
- #: contact_form.php:1251
723
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
724
  msgstr "Если вам понравился плагин, пожалуйста, поставте нам 5 звезд на WordPress"
725
 
726
- #: contact_form.php:1252
727
  msgid "Rate the plugin"
728
  msgstr "Оценить плагин"
729
 
730
- #: contact_form.php:1255
731
  msgid "If there is something wrong about it, please contact us"
732
  msgstr "Если у вас есть какие-то вопросы, обращайтесь"
733
 
734
- #: contact_form.php:1267
735
  msgid "Errors output"
736
  msgstr "Отображение ошибок"
737
 
738
- #: contact_form.php:1270
739
  msgid "Display error messages"
740
  msgstr "Отображать сообщения об ошибках"
741
 
742
- #: contact_form.php:1271
743
  msgid "Color of the input field errors."
744
  msgstr "Отображать ошибки цветом для полей ввода"
745
 
746
- #: contact_form.php:1272
747
  msgid "Display error messages & color of the input field errors"
748
  msgstr "Отображать сообщения об ошибках & цвет полей ввода с ошибками"
749
 
750
- #: contact_form.php:1277
751
  msgid "Add placeholder to the input blocks"
752
  msgstr "Добавить вспомогательный текст в поля ввода"
753
 
754
- #: contact_form.php:1283
755
  msgid "Add tooltips"
756
  msgstr "Добавить подсказки"
757
 
758
- #: contact_form.php:1297
759
  msgid "Email address"
760
  msgstr "Email адрес"
761
 
762
- #: contact_form.php:1302
763
  msgid "Phone Number"
764
  msgstr "Телефон"
765
 
766
- #: contact_form.php:1316
767
  msgid "Attachment"
768
  msgstr "Прикрепить файл"
769
 
770
- #: contact_form.php:1321
771
  msgid "(powered by bestwebsoft.com)"
772
  msgstr "(разработано компанией bestwebsoft.com)"
773
 
774
- #: contact_form.php:1326
775
  msgid "Style options"
776
  msgstr "Настройки стиля"
777
 
778
- #: contact_form.php:1329
779
  msgid "Text color"
780
  msgstr "Цвет текста"
781
 
782
- #: contact_form.php:1332
783
- #: contact_form.php:1337
784
- #: contact_form.php:1347
785
- #: contact_form.php:1352
786
- #: contact_form.php:1357
787
- #: contact_form.php:1362
788
- #: contact_form.php:1372
789
- #: contact_form.php:1377
790
- #: contact_form.php:1383
791
- #: contact_form.php:1394
792
- #: contact_form.php:1399
793
- #: contact_form.php:1404
794
  msgid "Default"
795
  msgstr "По-умолчанию"
796
 
797
- #: contact_form.php:1334
798
  msgid "Label text color"
799
  msgstr "Цвет текста"
800
 
801
- #: contact_form.php:1339
802
  msgid "Placeholder color"
803
  msgstr "Цвет замещающегося текста"
804
 
805
- #: contact_form.php:1344
806
  msgid "Errors color"
807
  msgstr "Цвет ошибок"
808
 
809
- #: contact_form.php:1349
810
  msgid "Error text color"
811
  msgstr "Цвет текста для ошибок"
812
 
813
- #: contact_form.php:1354
814
  msgid "Background color of the input field errors"
815
  msgstr "Цвет фона для полей ввода с ошибками"
816
 
817
- #: contact_form.php:1359
818
  msgid "Border color of the input field errors"
819
  msgstr "Цвет рамки для полей ввода с ошибками"
820
 
821
- #: contact_form.php:1364
822
  msgid "Placeholder color of the input field errors"
823
  msgstr "Цвет вспомогательного текста для полей ввода с ошибками"
824
 
825
- #: contact_form.php:1369
826
  msgid "Input fields"
827
  msgstr "Поля ввода"
828
 
829
- #: contact_form.php:1374
830
  msgid "Input fields background color"
831
  msgstr "Цвет фона для полей ввода"
832
 
833
- #: contact_form.php:1379
834
  msgid "Text fields color"
835
  msgstr "Цвет текста для полей ввода"
836
 
837
- #: contact_form.php:1381
838
  msgid "Border width in px, numbers only"
839
  msgstr "Ширина рамки в пикселях, только цифры"
840
 
841
- #: contact_form.php:1385
842
- #: contact_form.php:1406
843
  msgid "Border color"
844
  msgstr "Цвет рамки"
845
 
846
- #: contact_form.php:1390
847
  msgid "Submit button"
848
  msgstr "Кнопка Отправить"
849
 
850
- #: contact_form.php:1392
851
  msgid "Width in px, numbers only"
852
  msgstr "Ширина в пикселях, только цифры"
853
 
854
- #: contact_form.php:1396
855
  msgid "Button color"
856
  msgstr "Цвет кнопки"
857
 
858
- #: contact_form.php:1401
859
  msgid "Button text color"
860
  msgstr "Цвет текста для кнопки"
861
 
862
- #: contact_form.php:1434
863
  msgid "Contact Form Pro | Preview"
864
  msgstr "Contact Form Pro | Предпросмотр"
865
 
866
- #: contact_form.php:1437
867
  msgid "Show with errors"
868
  msgstr "Отображать с ошибками"
869
 
870
- #: contact_form.php:1445
871
- #: contact_form.php:1447
872
  msgid "Please enter your full name..."
873
  msgstr "Пожалуйста введите ваше имя..."
874
 
875
- #: contact_form.php:1458
876
- #: contact_form.php:1460
877
  msgid "Please enter your address..."
878
  msgstr "Пожалуйста введите ваш адресс..."
879
 
880
- #: contact_form.php:1469
881
- #: contact_form.php:1471
882
  msgid "Please enter your email address..."
883
  msgstr "Пожалуйста введите ваш email..."
884
 
885
- #: contact_form.php:1480
886
- #: contact_form.php:1482
887
  msgid "Please enter your phone number..."
888
  msgstr "Пожалуйста введите ваш телефон..."
889
 
890
- #: contact_form.php:1491
891
- #: contact_form.php:1493
892
  msgid "Please enter subject..."
893
  msgstr "Пожалуйста введите тему..."
894
 
895
- #: contact_form.php:1501
896
- #: contact_form.php:1503
897
  msgid "Please enter your message..."
898
  msgstr "Пожалуйста введите ваше сообщение..."
899
 
900
- #: contact_form.php:1545
901
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
902
  msgstr "Поздравляем! PRO версия плагина была успешно загружена и активирована."
903
 
904
- #: contact_form.php:1547
905
  msgid "Please, go to"
906
  msgstr "Пожалуйста, перейдите на"
907
 
908
- #: contact_form.php:1547
909
  msgid "the setting page"
910
  msgstr "страницу настроек"
911
 
912
- #: contact_form.php:1548
913
  msgid "You will be redirected automatically in 5 seconds."
914
  msgstr "Вы будете перенаправлены автоматически через 5 секунд."
915
 
916
- #: contact_form.php:1553
917
  msgid "You can download and activate"
918
  msgstr "Вы можете скачать и активировать"
919
 
920
- #: contact_form.php:1555
921
  msgid "version of this plugin by entering Your license key."
922
  msgstr "версию этого плагина, введя ваш лицензионный ключ."
923
 
924
- #: contact_form.php:1557
925
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
926
  msgstr "Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, нажав на ссылку"
927
 
928
- #: contact_form.php:1559
929
  msgid "(your username is the email you specify when purchasing the product)."
930
  msgstr "(ваше имя пользователя - это электронный адрес, указанный при покупке продукта)."
931
 
932
- #: contact_form.php:1567
933
- #: contact_form.php:1577
934
- msgid "Go!"
935
- msgstr "Обновить!"
 
936
 
937
- #: contact_form.php:1647
938
  msgid "Sorry, email message could not be delivered."
939
  msgstr "Извините, ваш email не может быть отправлен."
940
 
941
- #: contact_form.php:2053
942
  msgid "Contact from"
943
  msgstr "Контактная Форма"
944
 
945
- #: contact_form.php:2066
946
- #: contact_form.php:2092
947
  msgid "Email"
948
  msgstr "Email"
949
 
950
- #: contact_form.php:2070
951
- #: contact_form.php:2094
952
  msgid "Phone"
953
  msgstr "Телефон"
954
 
955
- #: contact_form.php:2079
956
- #: contact_form.php:2097
957
  msgid "Site"
958
  msgstr "Сайт"
959
 
960
- #: contact_form.php:2160
961
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
962
  msgstr "Если вы можете видеть этот MIME значит ваш почтовый клиент не поддерживает MIME тип!"
963
 
964
- #: contact_form.php:2229
965
- msgid "FAQ"
966
- msgstr "FAQ"
967
-
968
- #: contact_form.php:2230
969
  msgid "Support"
970
  msgstr "Поддержка"
971
 
972
- #: contact_form.php:2280
973
  msgid "Are you sure that you want to delete this language data?"
974
  msgstr "Вы действительно хотите удалить данные для этого языка?"
975
 
976
- #: contact_form.php:2476
977
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
978
  msgstr "Пора обновить <strong>Contact Form plugin</strong> до <strong>PRO</strong> версии"
979
 
980
- #: contact_form.php:2477
981
  msgid "Extend standard plugin functionality with new great options."
982
  msgstr "Расширение стандартного функционала плагина новыми опциями."
983
 
984
- #: contact_form.php:2492
985
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
986
  msgstr "<strong>Contact Form to DB</strong> позволяет хранить ваши сообщения в базе данных."
987
 
988
- #: contact_form.php:2493
989
  msgid "Manage messages that have been sent from your website."
990
  msgstr "Управление сообщениями, которые были отправлены с вашего сайта."
991
 
 
 
 
992
  #~ msgid ""
993
  #~ "This functionality is available in the Pro version of the plugin. For "
994
  #~ "more details, please follow the link"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-08 14:53+0300\n"
6
+ "PO-Revision-Date: 2014-07-08 14:53+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:74
20
+ #: contact_form.php:845
21
  msgid "Contact Form Settings"
22
  msgstr "Настройки Contact Form"
23
 
24
+ #: contact_form.php:74
25
  msgid "Contact Form"
26
  msgstr "Contact Form"
27
 
28
+ #: contact_form.php:150
29
+ #: contact_form.php:1200
30
+ #: contact_form.php:1234
31
  msgid "Name:"
32
  msgstr "Имя:"
33
 
34
+ #: contact_form.php:151
35
+ #: contact_form.php:1201
36
+ #: contact_form.php:1235
37
  msgid "Address:"
38
  msgstr "Адрес:"
39
 
40
+ #: contact_form.php:152
41
+ #: contact_form.php:1202
42
+ #: contact_form.php:1236
43
  msgid "Email Address:"
44
  msgstr "E-mail адрес:"
45
 
46
+ #: contact_form.php:153
47
+ #: contact_form.php:1203
48
+ #: contact_form.php:1237
49
  msgid "Phone number:"
50
  msgstr "Телефон:"
51
 
52
+ #: contact_form.php:154
53
+ #: contact_form.php:1204
54
+ #: contact_form.php:1238
55
  msgid "Subject:"
56
  msgstr "Тема:"
57
 
58
+ #: contact_form.php:155
59
+ #: contact_form.php:1205
60
+ #: contact_form.php:1239
61
  msgid "Message:"
62
  msgstr "Сообщение:"
63
 
64
+ #: contact_form.php:156
65
+ #: contact_form.php:1206
66
+ #: contact_form.php:1240
67
  msgid "Attachment:"
68
  msgstr "Прикрепить файл:"
69
 
70
+ #: contact_form.php:157
71
  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"
72
  msgstr "Поддерживаемые типы файлов: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Максимальный размер файла: 2 МБ"
73
 
74
+ #: contact_form.php:158
75
+ #: contact_form.php:1208
76
+ #: contact_form.php:1242
77
  msgid "Send me a copy"
78
  msgstr "Отправить мне копию"
79
 
80
+ #: contact_form.php:159
81
+ #: contact_form.php:1209
82
+ #: contact_form.php:1243
83
  msgid "Submit"
84
  msgstr "Отправить"
85
 
86
+ #: contact_form.php:160
87
  msgid "Your name is required."
88
  msgstr "Ваше имя - это обязательное поле."
89
 
90
+ #: contact_form.php:161
91
  msgid "Address is required."
92
  msgstr "Поле адреса - обязательное для заполнения."
93
 
94
+ #: contact_form.php:162
95
  msgid "A valid email address is required."
96
  msgstr "Поле email адреса - обязательное для заполнения."
97
 
98
+ #: contact_form.php:163
99
  msgid "Phone number is required."
100
  msgstr "Телефон - это обязательное поле."
101
 
102
+ #: contact_form.php:164
103
  msgid "Subject is required."
104
  msgstr "Поле Тема - обязательное поле."
105
 
106
+ #: contact_form.php:165
107
  msgid "Message text is required."
108
  msgstr "Поле Сообщение - обязательное поле."
109
 
110
+ #: contact_form.php:166
111
  msgid "File format is not valid."
112
  msgstr "Прикрепленный тип файла не поддерживается"
113
 
114
+ #: contact_form.php:167
115
  msgid "File upload error."
116
  msgstr "Ошибка загрузки файла."
117
 
118
+ #: contact_form.php:168
119
  msgid "The file could not be uploaded."
120
  msgstr "Невозможно загрузить файл."
121
 
122
+ #: contact_form.php:169
123
  msgid "This file is too large."
124
  msgstr "Размер файла слишком большой."
125
 
126
+ #: contact_form.php:170
127
  msgid "Please fill out the CAPTCHA."
128
  msgstr "Пожалуйста, заполните CAPTCHA."
129
 
130
+ #: contact_form.php:171
131
  msgid "Please make corrections below and try again."
132
  msgstr "Пожалуйста, сделайте исправления в отмеченных полях ниже и повторите попытку."
133
 
134
+ #: contact_form.php:173
135
  msgid "Thank you for contacting us."
136
  msgstr "Спасибо за контакт с нами."
137
 
138
+ #: contact_form.php:369
139
  msgid "requires"
140
  msgstr "требует"
141
 
142
+ #: contact_form.php:369
143
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
144
  msgstr "или выше, поэтому плагин был деактивирован! Пожалуйста обновите WordPress и попробуйте снова."
145
 
146
+ #: contact_form.php:369
147
  msgid "Back to the WordPress"
148
  msgstr "Вернуться к WordPress"
149
 
150
+ #: contact_form.php:369
151
  msgid "Plugins page"
152
  msgstr "Странице плагинов"
153
 
154
+ #: contact_form.php:677
155
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
156
  msgstr "Если опция 'Перейти на страницу \"выбран, то Урл поле должно быть заполнено в следующем формате"
157
 
158
+ #: contact_form.php:686
159
  msgid "Such user does not exist. Settings are not saved."
160
  msgstr "Данный пользователь не найден. Настройки не сохранены"
161
 
162
+ #: contact_form.php:690
163
+ #: contact_form.php:696
164
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
165
  msgstr "Пожалуйста, введите корректный email для поля 'FROM'. Настройки не сохранены."
166
 
167
+ #: contact_form.php:721
168
  msgid "Settings saved."
169
  msgstr "Опции сохранены."
170
 
171
+ #: contact_form.php:748
172
+ #: contact_form.php:780
173
  msgid "Wrong license key"
174
  msgstr "Неправильный лицензионный ключ"
175
 
176
+ #: contact_form.php:773
177
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
178
  msgstr "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, пожалуйста, свяжитесь с нами <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Приносим извинения за неудобства."
179
 
180
+ #: contact_form.php:782
181
  msgid "This license key is bind to another site"
182
  msgstr "Этот лицензионный ключ привязан к другому сайту"
183
 
184
+ #: contact_form.php:784
185
+ #: contact_form.php:1645
186
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
187
  msgstr "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, загрузите плагин вручную."
188
 
189
+ #: contact_form.php:801
190
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
191
  msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
192
 
193
+ #: contact_form.php:807
194
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
195
  msgstr "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. Пожалуйста, загрузите плагин вручную"
196
 
197
+ #: contact_form.php:811
198
+ #: contact_form.php:820
199
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
200
  msgstr "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
201
 
202
+ #: contact_form.php:824
203
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
204
  msgstr "Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. Приносим извинения за неудобства."
205
 
206
+ #: contact_form.php:839
207
  msgid "Please, enter Your license key"
208
  msgstr "Пожалуйста введите ваш лицензионный ключ"
209
 
210
+ #: contact_form.php:847
211
+ #: contact_form.php:2306
212
+ #: contact_form.php:2318
213
  msgid "Settings"
214
  msgstr "Настройки"
215
 
216
+ #: contact_form.php:848
217
  msgid "Extra settings"
218
  msgstr "Экстра Настройки"
219
 
220
+ #: contact_form.php:849
221
+ #: contact_form.php:2319
222
+ msgid "FAQ"
223
+ msgstr "FAQ"
224
+
225
+ #: contact_form.php:850
226
  msgid "Go PRO"
227
  msgstr "Перейти на PRO версию"
228
 
229
+ #: contact_form.php:853
230
  msgid "Notice:"
231
  msgstr "Обратите внимание:"
232
 
233
+ #: contact_form.php:853
234
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
235
  msgstr "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, не забудьте нажать кнопку 'Сохранить изменения'."
236
 
237
+ #: contact_form.php:859
238
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
239
  msgstr "Если вы хотите создать несколько разных контактных форм, пожалуйста, установите плагин Contact Form Multi."
240
 
241
+ #: contact_form.php:865
242
+ #: contact_form.php:870
243
+ #: contact_form.php:1604
244
  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:"
245
  msgstr "Если вы хотите добавить контактную форму на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста или виджета:"
246
 
247
+ #: contact_form.php:865
248
+ #: contact_form.php:866
249
+ #: contact_form.php:870
250
+ #: contact_form.php:871
251
+ #: contact_form.php:1224
252
+ #: contact_form.php:1226
253
+ #: contact_form.php:1287
254
+ #: contact_form.php:1289
255
  msgid "or"
256
  msgstr "или"
257
 
258
+ #: contact_form.php:866
259
+ #: contact_form.php:871
260
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
261
  msgstr "Если у вас возникают проблемы с использованием стандартного шорткода [contact_form], то используйте шортокод"
262
 
263
+ #: contact_form.php:867
264
+ #: contact_form.php:872
265
  msgid "They work the same way."
266
  msgstr "Шорткоды работают одинаково."
267
 
268
+ #: contact_form.php:868
269
+ #: contact_form.php:873
270
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
271
  msgstr "Если информация в полях ниже отсутствует, соощения будут оправлены на email адрес, который был указан при регистрации сайта."
272
 
273
+ #: contact_form.php:878
274
  msgid "The user's email address:"
275
  msgstr "Email пользователя сайта:"
276
 
277
+ #: contact_form.php:882
278
  msgid "Create a username"
279
  msgstr "Выберите имя пользователя"
280
 
281
+ #: contact_form.php:889
282
  msgid "Enter a username of the person who should get the messages from the contact form."
283
  msgstr "Укажите логин пользователя, который будет получать сообщения контактной формы."
284
 
285
+ #: contact_form.php:893
286
  msgid "Use this email address:"
287
  msgstr "Использовать этот email:"
288
 
289
+ #: contact_form.php:896
290
  msgid "Enter the email address you want the messages forwarded to."
291
  msgstr "Укажите email адрес, на который будут отправляться сообщения."
292
 
293
+ #: contact_form.php:905
294
  msgid "Add department selectbox to the contact form:"
295
  msgstr "Добавить выбор отдела в контактную форму:"
296
 
297
+ #: contact_form.php:913
298
+ #: contact_form.php:1487
299
  msgid "If you upgrade to Pro version all your settings will be saved."
300
  msgstr "При установке Pro версии плагина, все ваши настройки сохраняются."
301
 
302
+ #: contact_form.php:920
303
+ #: contact_form.php:1066
304
+ #: contact_form.php:1140
305
+ #: contact_form.php:1494
306
  msgid "Unlock premium options by upgrading to a PRO version."
307
  msgstr "Активируйте премиум опции обновившись до PRO версии."
308
 
309
+ #: contact_form.php:921
310
+ #: contact_form.php:1067
311
+ #: contact_form.php:1141
312
+ #: contact_form.php:1495
313
+ #: contact_form.php:2574
314
+ #: contact_form.php:2590
315
  msgid "Learn More"
316
  msgstr "Подробнее"
317
 
318
+ #: contact_form.php:924
319
+ #: contact_form.php:1070
320
+ #: contact_form.php:1144
321
+ #: contact_form.php:1498
322
  msgid "Go"
323
  msgstr "Перейти на"
324
 
325
+ #: contact_form.php:931
326
  msgid "Save emails to the database"
327
  msgstr "Сохранять email в базу данных"
328
 
329
+ #: contact_form.php:937
330
  msgid "Using"
331
  msgstr "Используя"
332
 
333
+ #: contact_form.php:937
334
+ #: contact_form.php:1117
335
+ #: contact_form.php:1120
336
+ #: contact_form.php:1124
337
  msgid "powered by"
338
  msgstr "разработано компанией"
339
 
340
+ #: contact_form.php:940
341
+ #: contact_form.php:944
342
  msgid "Using Contact Form to DB powered by"
343
  msgstr "Используя Contact Form to DB, разработанный компанией"
344
 
345
+ #: contact_form.php:940
346
  msgid "Activate Contact Form to DB"
347
  msgstr "Активировать Contact Form to DB"
348
 
349
+ #: contact_form.php:944
350
  msgid "Download Contact Form to DB"
351
  msgstr "Загрузить Contact Form to DB"
352
 
353
+ #: contact_form.php:949
354
  msgid "Additional options"
355
  msgstr "Дополнительные настройки"
356
 
357
+ #: contact_form.php:951
358
  msgid "Show"
359
  msgstr "Отобразить"
360
 
361
+ #: contact_form.php:952
362
  msgid "Hide"
363
  msgstr "Скрыть"
364
 
365
+ #: contact_form.php:956
366
  msgid "What to use?"
367
  msgstr "Что использовать?"
368
 
369
+ #: contact_form.php:959
370
  msgid "Wp-mail"
371
  msgstr "Wp-mail"
372
 
373
+ #: contact_form.php:959
374
  msgid "You can use the wp_mail function for mailing"
375
  msgstr "Для отправки почты вы можете использовать функцию WordPress wp_mail"
376
 
377
+ #: contact_form.php:961
378
  msgid "Mail"
379
  msgstr "Mail"
380
 
381
+ #: contact_form.php:961
382
  msgid "To send mail you can use the php mail function"
383
  msgstr "Для отправки почты вы можете использовать функцию php mail"
384
 
385
+ #: contact_form.php:965
386
  msgid "The text in the 'From' field"
387
  msgstr "Tекст для поля ОТ в письме"
388
 
389
+ #: contact_form.php:967
390
  msgid "User name"
391
  msgstr "Имя пользователя"
392
 
393
+ #: contact_form.php:968
394
  msgid "The name of the user who fills the form will be used in the field 'From'."
395
  msgstr "В поле \"From\" в письме будет использоваться имя того пользователя, который заполняет форму."
396
 
397
+ #: contact_form.php:971
398
  msgid "This text will be used in the 'FROM' field"
399
  msgstr "В поле \"From\" в письме будет использоваться данный текст"
400
 
401
+ #: contact_form.php:975
402
  msgid "The email address in the 'From' field"
403
  msgstr "Выберите email для поля 'FROM' письма"
404
 
405
+ #: contact_form.php:977
406
  msgid "User email"
407
  msgstr "Email"
408
 
409
+ #: contact_form.php:978
410
  msgid "The email address of the user who fills the form will be used in the field 'From'."
411
  msgstr "В поле \"From\" в письме будет использоваться электронная почта того пользователя, который заполняет форму."
412
 
413
+ #: contact_form.php:981
414
  msgid "This email address will be used in the 'From' field."
415
  msgstr "В поле \"From\" в письме будет использоваться данная электронная почта."
416
 
417
+ #: contact_form.php:985
418
  msgid "Required symbol"
419
  msgstr "Символ, отображающий обязательное поле"
420
 
421
+ #: contact_form.php:995
422
  msgid "Fields"
423
  msgstr "Поля"
424
 
425
+ #: contact_form.php:996
426
  msgid "Used"
427
  msgstr "Используется"
428
 
429
+ #: contact_form.php:997
430
  msgid "Required"
431
  msgstr "Обязательные"
432
 
433
+ #: contact_form.php:998
434
  msgid "Visible"
435
  msgstr "Видимое"
436
 
437
+ #: contact_form.php:999
438
  msgid "Disabled for editing"
439
  msgstr "Нет возможности редактировать"
440
 
441
+ #: contact_form.php:1000
442
  msgid "Field's default value"
443
  msgstr "Значение по умолчанию"
444
 
445
+ #: contact_form.php:1005
446
+ #: contact_form.php:1362
447
+ #: contact_form.php:2125
448
+ #: contact_form.php:2161
449
  msgid "Name"
450
  msgstr "Имя"
451
 
452
+ #: contact_form.php:1013
453
+ msgid "Location selectbox"
454
+ msgstr ""
455
+
456
+ #: contact_form.php:1021
457
+ #: contact_form.php:1367
458
+ #: contact_form.php:2131
459
+ #: contact_form.php:2165
460
  msgid "Address"
461
  msgstr "Адрес"
462
 
463
+ #: contact_form.php:1029
464
  msgid "Email Address"
465
  msgstr "Email адрес"
466
 
467
+ #: contact_form.php:1037
468
  msgid "Phone number"
469
  msgstr "Телефон"
470
 
471
+ #: contact_form.php:1045
472
+ #: contact_form.php:1382
473
+ #: contact_form.php:2146
474
+ #: contact_form.php:2174
475
  msgid "Subject"
476
  msgstr "Тема"
477
 
478
+ #: contact_form.php:1053
479
+ #: contact_form.php:1386
480
+ #: contact_form.php:2149
481
+ #: contact_form.php:2176
482
  msgid "Message"
483
  msgstr "Сообщение"
484
 
485
+ #: contact_form.php:1077
486
  msgid "Attachment block"
487
  msgstr "Блок Прикрепить файл"
488
 
489
+ #: contact_form.php:1079
490
  msgid "Users can attach the following file formats"
491
  msgstr "Пользователи могут прикрепить файлы таких типов"
492
 
493
+ #: contact_form.php:1092
494
  msgid "Add to the form"
495
  msgstr "Добавить в форму"
496
 
497
+ #: contact_form.php:1097
498
  msgid "Tips below the Attachment"
499
  msgstr "Пояснения после блока \"Прикрепить файл\""
500
 
501
+ #: contact_form.php:1106
502
  msgid "'Send me a copy' block"
503
  msgstr "Блок 'Отправить мне копию'"
504
 
505
+ #: contact_form.php:1117
506
+ #: contact_form.php:1120
507
+ #: contact_form.php:1124
508
+ #: contact_form.php:1396
509
  msgid "Captcha"
510
  msgstr "Captcha"
511
 
512
+ #: contact_form.php:1120
513
  msgid "Activate captcha"
514
  msgstr "Активировать captcha"
515
 
516
+ #: contact_form.php:1124
517
  msgid "Download captcha"
518
  msgstr "Скачать captcha"
519
 
520
+ #: contact_form.php:1132
521
  msgid "Agreement checkbox"
522
  msgstr "Чекбокс согласия с условиями"
523
 
524
+ #: contact_form.php:1132
525
  msgid "Required checkbox for submitting the form"
526
  msgstr "Обязательный чекбокс для отправки формы"
527
 
528
+ #: contact_form.php:1133
529
  msgid "Optional checkbox"
530
  msgstr "Дополнительный чекбокс"
531
 
532
+ #: contact_form.php:1133
533
  msgid "Optional checkbox, the results of which will be displayed in email"
534
  msgstr "Дополнительный чекбокс, результаты которого будут отображениы в email"
535
 
536
+ #: contact_form.php:1150
537
  msgid "Delete an attachment file from the server after the email is sent"
538
  msgstr "Удалить прикрепленный файл с сервера после отправки письма"
539
 
540
+ #: contact_form.php:1156
541
  msgid "Email in HTML format sending"
542
  msgstr "Отправка еmail в формате HTML"
543
 
544
+ #: contact_form.php:1160
545
  msgid "Display additional info in the email"
546
  msgstr "Отображение дополнительной информации в письме"
547
 
548
+ #: contact_form.php:1165
549
+ #: contact_form.php:2092
550
+ #: contact_form.php:2094
551
  msgid "Sent from (ip address)"
552
  msgstr "Отправлено от (ip адрес)"
553
 
554
+ #: contact_form.php:1165
555
  msgid "Example: Sent from (IP address):\t127.0.0.1"
556
  msgstr "Пример: Sent from (IP address):\t127.0.0.1"
557
 
558
+ #: contact_form.php:1166
559
+ #: contact_form.php:2098
560
+ #: contact_form.php:2100
561
  msgid "Date/Time"
562
  msgstr "Дата/Время"
563
 
564
+ #: contact_form.php:1166
565
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
566
  msgstr "Пример: Date/Time:\tAugust 19, 2013 8:50 pm"
567
 
568
+ #: contact_form.php:1167
569
+ #: contact_form.php:2104
570
+ #: contact_form.php:2106
571
  msgid "Sent from (referer)"
572
  msgstr "Пришло из (реферер)"
573
 
574
+ #: contact_form.php:1167
575
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
576
  msgstr "Пример: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
577
 
578
+ #: contact_form.php:1168
579
+ #: contact_form.php:2110
580
+ #: contact_form.php:2112
581
  msgid "Using (user agent)"
582
  msgstr "Используя (user agent)"
583
 
584
+ #: contact_form.php:1168
585
  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"
586
  msgstr "Пример: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
587
 
588
+ #: contact_form.php:1172
589
  msgid "Language settings for the field names in the form"
590
  msgstr "Языковые настройки для названия полей в форме"
591
 
592
+ #: contact_form.php:1181
593
  msgid "Add a language"
594
  msgstr "Добавить язык"
595
 
596
+ #: contact_form.php:1185
597
  msgid "Change the names of the contact form fields and error messages"
598
  msgstr "Изменить названия полей контактной формы и сообщений об ошибках"
599
 
600
+ #: contact_form.php:1190
601
+ #: contact_form.php:1277
602
  msgid "English"
603
  msgstr "Английский"
604
 
605
+ #: contact_form.php:1198
606
+ #: contact_form.php:1232
607
  msgid "click to expand/hide the list"
608
  msgstr "нажмите чтобы развернуть/свернуть список"
609
 
610
+ #: contact_form.php:1207
611
+ #: contact_form.php:1241
612
  msgid "Tips below the Attachment block"
613
  msgstr "Пояснения после блока \"Прикрепить файл\""
614
 
615
+ #: contact_form.php:1210
616
+ #: contact_form.php:1244
617
  msgid "Error message for the Name field"
618
  msgstr "Сообщение об ошибке для поля Name"
619
 
620
+ #: contact_form.php:1211
621
+ #: contact_form.php:1245
622
  msgid "Error message for the Address field"
623
  msgstr "Сообщение об ошибке для поля Address"
624
 
625
+ #: contact_form.php:1212
626
+ #: contact_form.php:1246
627
  msgid "Error message for the Email field"
628
  msgstr "Сообщение об ошибке для поля Email"
629
 
630
+ #: contact_form.php:1213
631
+ #: contact_form.php:1247
632
  msgid "Error message for the Phone field"
633
  msgstr "Сообщение об ошибке для поля Phone"
634
 
635
+ #: contact_form.php:1214
636
+ #: contact_form.php:1248
637
  msgid "Error message for the Subject field"
638
  msgstr "Сообщение об ошибке для поля Subject"
639
 
640
+ #: contact_form.php:1215
641
+ #: contact_form.php:1249
642
  msgid "Error message for the Message field"
643
  msgstr "Сообщение об ошибке для поля Message"
644
 
645
+ #: contact_form.php:1216
646
+ #: contact_form.php:1250
647
  msgid "Error message about the file type for the Attachment field"
648
  msgstr "Сообщение об ошибке о типе файла для поля Attachment"
649
 
650
+ #: contact_form.php:1217
651
+ #: contact_form.php:1251
652
  msgid "Error message while uploading a file for the Attachment field to the server"
653
  msgstr "Сообщение об ошибке при загрузке файла на сервер для поля Attachment"
654
 
655
+ #: contact_form.php:1218
656
+ #: contact_form.php:1252
657
  msgid "Error message while moving the file for the Attachment field"
658
  msgstr "Сообщение об ошибке при перемещении файла для поля Attachment"
659
 
660
+ #: contact_form.php:1219
661
+ #: contact_form.php:1253
662
  msgid "Error message when file size limit for the Attachment field is exceeded"
663
  msgstr "Сообщение об ошибке когда размер файла превышает размер разрешенного сервером для поля Attachment"
664
 
665
+ #: contact_form.php:1220
666
+ #: contact_form.php:1254
667
  msgid "Error message for the Captcha field"
668
  msgstr "Сообщение об ошибке для поля Captcha"
669
 
670
+ #: contact_form.php:1221
671
+ #: contact_form.php:1255
672
  msgid "Error message for the whole form"
673
  msgstr "Сообщение об ошибке для всей формы"
674
 
 
 
 
 
 
 
 
675
  #: contact_form.php:1224
676
+ #: contact_form.php:1226
677
+ #: contact_form.php:1258
678
+ #: contact_form.php:1260
679
+ #: contact_form.php:1287
680
+ #: contact_form.php:1289
681
+ #: contact_form.php:1297
682
+ #: contact_form.php:1299
683
  msgid "Use shortcode"
684
  msgstr "Использовать шорткод"
685
 
 
 
 
 
 
 
 
686
  #: contact_form.php:1224
687
+ #: contact_form.php:1226
688
+ #: contact_form.php:1258
689
+ #: contact_form.php:1260
690
+ #: contact_form.php:1287
691
+ #: contact_form.php:1289
692
+ #: contact_form.php:1297
693
+ #: contact_form.php:1299
694
  msgid "for this language"
695
  msgstr "для данного языка"
696
 
697
+ #: contact_form.php:1268
698
+ #, fuzzy
699
+ msgid "Use the changed names of the contact form fields in the email"
700
+ msgstr "Изменить названия полей контактной формы и сообщений об ошибках"
701
+
702
+ #: contact_form.php:1274
703
  msgid "Action after email is sent"
704
  msgstr "Действие после отправки письма"
705
 
706
+ #: contact_form.php:1276
707
  msgid "Display text"
708
  msgstr "Отобразить текст"
709
 
710
+ #: contact_form.php:1285
711
+ #: contact_form.php:1295
712
  msgid "Text"
713
  msgstr "Текст"
714
 
715
+ #: contact_form.php:1306
716
  msgid "Redirect to the page"
717
  msgstr "Перенаправление на страницу"
718
 
719
+ #: contact_form.php:1307
720
  msgid "Url"
721
  msgstr "Урл"
722
 
723
+ #: contact_form.php:1311
724
  msgid "The $_SERVER variable that is used to build a URL of the form"
725
  msgstr "$_SERVER переменная, используемая при формировании URL формы"
726
 
727
+ #: contact_form.php:1315
728
  msgid "If you are not sure whether to change this setting or not, please do not do that."
729
  msgstr "If you are not sure whether to change this setting or not, please do not do that."
730
 
731
+ #: contact_form.php:1321
732
+ #: contact_form.php:1505
733
  msgid "Save Changes"
734
  msgstr "Save Changes"
735
 
736
+ #: contact_form.php:1326
737
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
738
  msgstr "Если вам понравился плагин, пожалуйста, поставте нам 5 звезд на WordPress"
739
 
740
+ #: contact_form.php:1327
741
  msgid "Rate the plugin"
742
  msgstr "Оценить плагин"
743
 
744
+ #: contact_form.php:1330
745
  msgid "If there is something wrong about it, please contact us"
746
  msgstr "Если у вас есть какие-то вопросы, обращайтесь"
747
 
748
+ #: contact_form.php:1342
749
  msgid "Errors output"
750
  msgstr "Отображение ошибок"
751
 
752
+ #: contact_form.php:1345
753
  msgid "Display error messages"
754
  msgstr "Отображать сообщения об ошибках"
755
 
756
+ #: contact_form.php:1346
757
  msgid "Color of the input field errors."
758
  msgstr "Отображать ошибки цветом для полей ввода"
759
 
760
+ #: contact_form.php:1347
761
  msgid "Display error messages & color of the input field errors"
762
  msgstr "Отображать сообщения об ошибках & цвет полей ввода с ошибками"
763
 
764
+ #: contact_form.php:1352
765
  msgid "Add placeholder to the input blocks"
766
  msgstr "Добавить вспомогательный текст в поля ввода"
767
 
768
+ #: contact_form.php:1358
769
  msgid "Add tooltips"
770
  msgstr "Добавить подсказки"
771
 
772
+ #: contact_form.php:1372
773
  msgid "Email address"
774
  msgstr "Email адрес"
775
 
776
+ #: contact_form.php:1377
777
  msgid "Phone Number"
778
  msgstr "Телефон"
779
 
780
+ #: contact_form.php:1391
781
  msgid "Attachment"
782
  msgstr "Прикрепить файл"
783
 
784
+ #: contact_form.php:1396
785
  msgid "(powered by bestwebsoft.com)"
786
  msgstr "(разработано компанией bestwebsoft.com)"
787
 
788
+ #: contact_form.php:1401
789
  msgid "Style options"
790
  msgstr "Настройки стиля"
791
 
792
+ #: contact_form.php:1404
793
  msgid "Text color"
794
  msgstr "Цвет текста"
795
 
796
+ #: contact_form.php:1407
797
+ #: contact_form.php:1412
798
+ #: contact_form.php:1422
799
+ #: contact_form.php:1427
800
+ #: contact_form.php:1432
801
+ #: contact_form.php:1437
802
+ #: contact_form.php:1447
803
+ #: contact_form.php:1452
804
+ #: contact_form.php:1458
805
+ #: contact_form.php:1469
806
+ #: contact_form.php:1474
807
+ #: contact_form.php:1479
808
  msgid "Default"
809
  msgstr "По-умолчанию"
810
 
811
+ #: contact_form.php:1409
812
  msgid "Label text color"
813
  msgstr "Цвет текста"
814
 
815
+ #: contact_form.php:1414
816
  msgid "Placeholder color"
817
  msgstr "Цвет замещающегося текста"
818
 
819
+ #: contact_form.php:1419
820
  msgid "Errors color"
821
  msgstr "Цвет ошибок"
822
 
823
+ #: contact_form.php:1424
824
  msgid "Error text color"
825
  msgstr "Цвет текста для ошибок"
826
 
827
+ #: contact_form.php:1429
828
  msgid "Background color of the input field errors"
829
  msgstr "Цвет фона для полей ввода с ошибками"
830
 
831
+ #: contact_form.php:1434
832
  msgid "Border color of the input field errors"
833
  msgstr "Цвет рамки для полей ввода с ошибками"
834
 
835
+ #: contact_form.php:1439
836
  msgid "Placeholder color of the input field errors"
837
  msgstr "Цвет вспомогательного текста для полей ввода с ошибками"
838
 
839
+ #: contact_form.php:1444
840
  msgid "Input fields"
841
  msgstr "Поля ввода"
842
 
843
+ #: contact_form.php:1449
844
  msgid "Input fields background color"
845
  msgstr "Цвет фона для полей ввода"
846
 
847
+ #: contact_form.php:1454
848
  msgid "Text fields color"
849
  msgstr "Цвет текста для полей ввода"
850
 
851
+ #: contact_form.php:1456
852
  msgid "Border width in px, numbers only"
853
  msgstr "Ширина рамки в пикселях, только цифры"
854
 
855
+ #: contact_form.php:1460
856
+ #: contact_form.php:1481
857
  msgid "Border color"
858
  msgstr "Цвет рамки"
859
 
860
+ #: contact_form.php:1465
861
  msgid "Submit button"
862
  msgstr "Кнопка Отправить"
863
 
864
+ #: contact_form.php:1467
865
  msgid "Width in px, numbers only"
866
  msgstr "Ширина в пикселях, только цифры"
867
 
868
+ #: contact_form.php:1471
869
  msgid "Button color"
870
  msgstr "Цвет кнопки"
871
 
872
+ #: contact_form.php:1476
873
  msgid "Button text color"
874
  msgstr "Цвет текста для кнопки"
875
 
876
+ #: contact_form.php:1509
877
  msgid "Contact Form Pro | Preview"
878
  msgstr "Contact Form Pro | Предпросмотр"
879
 
880
+ #: contact_form.php:1512
881
  msgid "Show with errors"
882
  msgstr "Отображать с ошибками"
883
 
884
+ #: contact_form.php:1520
885
+ #: contact_form.php:1522
886
  msgid "Please enter your full name..."
887
  msgstr "Пожалуйста введите ваше имя..."
888
 
889
+ #: contact_form.php:1533
890
+ #: contact_form.php:1535
891
  msgid "Please enter your address..."
892
  msgstr "Пожалуйста введите ваш адресс..."
893
 
894
+ #: contact_form.php:1544
895
+ #: contact_form.php:1546
896
  msgid "Please enter your email address..."
897
  msgstr "Пожалуйста введите ваш email..."
898
 
899
+ #: contact_form.php:1555
900
+ #: contact_form.php:1557
901
  msgid "Please enter your phone number..."
902
  msgstr "Пожалуйста введите ваш телефон..."
903
 
904
+ #: contact_form.php:1566
905
+ #: contact_form.php:1568
906
  msgid "Please enter subject..."
907
  msgstr "Пожалуйста введите тему..."
908
 
909
+ #: contact_form.php:1576
910
+ #: contact_form.php:1578
911
  msgid "Please enter your message..."
912
  msgstr "Пожалуйста введите ваше сообщение..."
913
 
914
+ #: contact_form.php:1620
915
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
916
  msgstr "Поздравляем! PRO версия плагина была успешно загружена и активирована."
917
 
918
+ #: contact_form.php:1622
919
  msgid "Please, go to"
920
  msgstr "Пожалуйста, перейдите на"
921
 
922
+ #: contact_form.php:1622
923
  msgid "the setting page"
924
  msgstr "страницу настроек"
925
 
926
+ #: contact_form.php:1623
927
  msgid "You will be redirected automatically in 5 seconds."
928
  msgstr "Вы будете перенаправлены автоматически через 5 секунд."
929
 
930
+ #: contact_form.php:1628
931
  msgid "You can download and activate"
932
  msgstr "Вы можете скачать и активировать"
933
 
934
+ #: contact_form.php:1630
935
  msgid "version of this plugin by entering Your license key."
936
  msgstr "версию этого плагина, введя ваш лицензионный ключ."
937
 
938
+ #: contact_form.php:1632
939
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
940
  msgstr "Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, нажав на ссылку"
941
 
942
+ #: contact_form.php:1634
943
  msgid "(your username is the email you specify when purchasing the product)."
944
  msgstr "(ваше имя пользователя - это электронный адрес, указанный при покупке продукта)."
945
 
946
+ #: contact_form.php:1642
947
+ #: contact_form.php:1652
948
+ #, fuzzy
949
+ msgid "Activate"
950
+ msgstr "Активировать captcha"
951
 
952
+ #: contact_form.php:1718
953
  msgid "Sorry, email message could not be delivered."
954
  msgstr "Извините, ваш email не может быть отправлен."
955
 
956
+ #: contact_form.php:2119
957
  msgid "Contact from"
958
  msgstr "Контактная Форма"
959
 
960
+ #: contact_form.php:2136
961
+ #: contact_form.php:2168
962
  msgid "Email"
963
  msgstr "Email"
964
 
965
+ #: contact_form.php:2141
966
+ #: contact_form.php:2171
967
  msgid "Phone"
968
  msgstr "Телефон"
969
 
970
+ #: contact_form.php:2152
971
+ #: contact_form.php:2178
972
  msgid "Site"
973
  msgstr "Сайт"
974
 
975
+ #: contact_form.php:2250
976
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
977
  msgstr "Если вы можете видеть этот MIME значит ваш почтовый клиент не поддерживает MIME тип!"
978
 
979
+ #: contact_form.php:2320
 
 
 
 
980
  msgid "Support"
981
  msgstr "Поддержка"
982
 
983
+ #: contact_form.php:2368
984
  msgid "Are you sure that you want to delete this language data?"
985
  msgstr "Вы действительно хотите удалить данные для этого языка?"
986
 
987
+ #: contact_form.php:2577
988
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
989
  msgstr "Пора обновить <strong>Contact Form plugin</strong> до <strong>PRO</strong> версии"
990
 
991
+ #: contact_form.php:2578
992
  msgid "Extend standard plugin functionality with new great options."
993
  msgstr "Расширение стандартного функционала плагина новыми опциями."
994
 
995
+ #: contact_form.php:2593
996
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
997
  msgstr "<strong>Contact Form to DB</strong> позволяет хранить ваши сообщения в базе данных."
998
 
999
+ #: contact_form.php:2594
1000
  msgid "Manage messages that have been sent from your website."
1001
  msgstr "Управление сообщениями, которые были отправлены с вашего сайта."
1002
 
1003
+ #~ msgid "Go!"
1004
+ #~ msgstr "Обновить!"
1005
+
1006
  #~ msgid ""
1007
  #~ "This functionality is available in the Pro version of the plugin. For "
1008
  #~ "more details, please follow the link"
languages/contact_form-sk_SK.mo CHANGED
Binary file
languages/contact_form-sk_SK.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-04-14 15:41+0300\n"
6
- "PO-Revision-Date: 2014-04-14 15:41+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Book Ing <book.ing@zoznam.sk>\n"
9
  "Language: cs_CZ\n"
@@ -16,994 +16,1005 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:73
20
- #: contact_form.php:785
21
  msgid "Contact Form Settings"
22
  msgstr "Nastavenie kontaktného formulára"
23
 
24
- #: contact_form.php:73
25
  msgid "Contact Form"
26
  msgstr "Kontaktný formulár"
27
 
28
- #: contact_form.php:149
29
- #: contact_form.php:1131
30
- #: contact_form.php:1165
31
  msgid "Name:"
32
  msgstr "Meno:"
33
 
34
- #: contact_form.php:150
35
- #: contact_form.php:1132
36
- #: contact_form.php:1166
37
  msgid "Address:"
38
  msgstr "Adresa::"
39
 
40
- #: contact_form.php:151
41
- #: contact_form.php:1133
42
- #: contact_form.php:1167
43
  msgid "Email Address:"
44
  msgstr "E-Mail:"
45
 
46
- #: contact_form.php:152
47
- #: contact_form.php:1134
48
- #: contact_form.php:1168
49
  msgid "Phone number:"
50
  msgstr ""
51
 
52
- #: contact_form.php:153
53
- #: contact_form.php:1135
54
- #: contact_form.php:1169
55
  msgid "Subject:"
56
  msgstr "Predmet:"
57
 
58
- #: contact_form.php:154
59
- #: contact_form.php:1136
60
- #: contact_form.php:1170
61
  msgid "Message:"
62
  msgstr "Správa:"
63
 
64
- #: contact_form.php:155
65
- #: contact_form.php:1137
66
- #: contact_form.php:1171
67
  msgid "Attachment:"
68
  msgstr "Príloha"
69
 
70
- #: contact_form.php:156
71
  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"
72
  msgstr ""
73
 
74
- #: contact_form.php:157
75
- #: contact_form.php:1139
76
- #: contact_form.php:1173
77
  msgid "Send me a copy"
78
  msgstr "Zaslať mi kópiu"
79
 
80
- #: contact_form.php:158
81
- #: contact_form.php:1140
82
- #: contact_form.php:1174
83
  msgid "Submit"
84
  msgstr "Odoslať"
85
 
86
- #: contact_form.php:159
87
  msgid "Your name is required."
88
  msgstr "Vaše meno je vyžadované."
89
 
90
- #: contact_form.php:160
91
  msgid "Address is required."
92
  msgstr "Adresa je vyžadovaná."
93
 
94
- #: contact_form.php:161
95
  msgid "A valid email address is required."
96
  msgstr "Platný E-mail je vyžadovaný."
97
 
98
- #: contact_form.php:162
99
  msgid "Phone number is required."
100
  msgstr "Telefónne číslo je vyžadované."
101
 
102
- #: contact_form.php:163
103
  msgid "Subject is required."
104
  msgstr "Predmet je vyžadovaný."
105
 
106
- #: contact_form.php:164
107
  msgid "Message text is required."
108
  msgstr "Správa je vyžadovaná."
109
 
110
- #: contact_form.php:165
111
  msgid "File format is not valid."
112
  msgstr "Nesprávny typ súboru."
113
 
114
- #: contact_form.php:166
115
  msgid "File upload error."
116
  msgstr ""
117
 
118
- #: contact_form.php:167
119
  msgid "The file could not be uploaded."
120
  msgstr ""
121
 
122
- #: contact_form.php:168
123
  msgid "This file is too large."
124
  msgstr ""
125
 
126
- #: contact_form.php:169
127
  msgid "Please fill out the CAPTCHA."
128
  msgstr "Prosím opíšte CAPTCHA text."
129
 
130
- #: contact_form.php:170
131
  msgid "Please make corrections below and try again."
132
  msgstr "Prosím opravte chyby a skúste to opäť."
133
 
134
- #: contact_form.php:172
135
  msgid "Thank you for contacting us."
136
  msgstr "Ďakujeme za správu."
137
 
138
- #: contact_form.php:322
139
  #, fuzzy
140
  msgid "requires"
141
  msgstr "Vyžadované polia"
142
 
143
- #: contact_form.php:322
144
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
145
  msgstr ""
146
 
147
- #: contact_form.php:322
148
  msgid "Back to the WordPress"
149
  msgstr ""
150
 
151
- #: contact_form.php:322
152
  #, fuzzy
153
  msgid "Plugins page"
154
  msgstr "Pro Plugins"
155
 
156
- #: contact_form.php:626
157
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
158
  msgstr "Ak je vybratá možnosť \"Presmerovanie na stránku\" potom pole URL by malo mať nasledujúci formát"
159
 
160
- #: contact_form.php:635
161
  msgid "Such user does not exist. Settings are not saved."
162
  msgstr "Taký užívateľ neexistuje. Nastavenie sa neuloží."
163
 
164
- #: contact_form.php:639
165
- #: contact_form.php:645
166
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
167
  msgstr "Zadajte platnú e-mailovú adresu v poli \"Od\". Nastavenie sa neuloží."
168
 
169
- #: contact_form.php:661
170
  msgid "Settings saved."
171
  msgstr "Nastavenie uložené."
172
 
173
- #: contact_form.php:688
174
- #: contact_form.php:720
175
  msgid "Wrong license key"
176
  msgstr ""
177
 
178
- #: contact_form.php:713
179
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
180
  msgstr ""
181
 
182
- #: contact_form.php:722
183
  msgid "This license key is bind to another site"
184
  msgstr ""
185
 
186
- #: contact_form.php:724
187
- #: contact_form.php:1570
188
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
189
  msgstr ""
190
 
191
- #: contact_form.php:741
192
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
193
  msgstr ""
194
 
195
- #: contact_form.php:747
196
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
197
  msgstr ""
198
 
199
- #: contact_form.php:751
200
- #: contact_form.php:760
201
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
202
  msgstr ""
203
 
204
- #: contact_form.php:764
205
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
206
  msgstr ""
207
 
208
- #: contact_form.php:779
209
  #, fuzzy
210
  msgid "Please, enter Your license key"
211
  msgstr "Prosím zadajte vašu e-mailovú adresu..."
212
 
213
- #: contact_form.php:787
214
- #: contact_form.php:2216
215
- #: contact_form.php:2228
216
  msgid "Settings"
217
  msgstr "Nastavenia"
218
 
219
- #: contact_form.php:788
220
  msgid "Extra settings"
221
  msgstr "Extra nastavenia"
222
 
223
- #: contact_form.php:789
 
 
 
 
 
224
  msgid "Go PRO"
225
  msgstr ""
226
 
227
- #: contact_form.php:792
228
  msgid "Notice:"
229
  msgstr ""
230
 
231
- #: contact_form.php:792
232
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
233
  msgstr ""
234
 
235
- #: contact_form.php:798
236
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
237
  msgstr ""
238
 
239
- #: contact_form.php:804
240
- #: contact_form.php:809
241
- #: contact_form.php:1529
242
  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:"
243
  msgstr "Ak by ste chceli pridať kontaktný formulár na svoje webové stránky, stačí skopírovať a vložiť shortcode k príspevku, stránke alebo widgetu:"
244
 
245
- #: contact_form.php:804
246
- #: contact_form.php:805
247
- #: contact_form.php:809
248
- #: contact_form.php:810
249
- #: contact_form.php:1155
250
- #: contact_form.php:1157
251
- #: contact_form.php:1212
252
- #: contact_form.php:1214
253
  msgid "or"
254
  msgstr "alebo"
255
 
256
- #: contact_form.php:805
257
- #: contact_form.php:810
258
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
259
  msgstr "Ak máte nejaké problémy so štandardným shortcode [contact_form], mali by ste použiť shortcode"
260
 
261
- #: contact_form.php:806
262
- #: contact_form.php:811
263
  msgid "They work the same way."
264
  msgstr "Fungujú rovnakým spôsobom."
265
 
266
- #: contact_form.php:807
267
- #: contact_form.php:812
268
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
269
  msgstr "Ak necháte pole prázdne, budú správy posielané na e-mailovú adresu zadanú pri registrácii."
270
 
271
- #: contact_form.php:817
272
  msgid "The user's email address:"
273
  msgstr "Užívateľova e-mailová adresa:"
274
 
275
- #: contact_form.php:821
276
  msgid "Create a username"
277
  msgstr "Vytvorte užívateľské meno"
278
 
279
- #: contact_form.php:828
280
  msgid "Enter a username of the person who should get the messages from the contact form."
281
  msgstr "Zadajte užívateľské meno osoby, ktorá by mala dostať správy z kontaktného formulára."
282
 
283
- #: contact_form.php:832
284
  msgid "Use this email address:"
285
  msgstr "Použíte tento email::"
286
 
287
- #: contact_form.php:835
288
  msgid "Enter the email address you want the messages forwarded to."
289
  msgstr "Zadajte e-mailovú adresu, ktorú chcete do správy presmerovať."
290
 
291
- #: contact_form.php:844
292
  msgid "Add department selectbox to the contact form:"
293
  msgstr ""
294
 
295
- #: contact_form.php:852
296
- #: contact_form.php:1412
297
  msgid "If you upgrade to Pro version all your settings will be saved."
298
  msgstr ""
299
 
300
- #: contact_form.php:859
301
- #: contact_form.php:997
302
- #: contact_form.php:1071
303
- #: contact_form.php:1419
304
  msgid "Unlock premium options by upgrading to a PRO version."
305
  msgstr ""
306
 
307
- #: contact_form.php:860
308
- #: contact_form.php:998
309
- #: contact_form.php:1072
310
- #: contact_form.php:1420
311
- #: contact_form.php:2473
312
- #: contact_form.php:2489
313
  msgid "Learn More"
314
  msgstr ""
315
 
316
- #: contact_form.php:863
317
- #: contact_form.php:1001
318
- #: contact_form.php:1075
319
- #: contact_form.php:1423
320
  msgid "Go"
321
  msgstr ""
322
 
323
- #: contact_form.php:870
324
  msgid "Save emails to the database"
325
  msgstr ""
326
 
327
- #: contact_form.php:876
328
  msgid "Using"
329
  msgstr ""
330
 
331
- #: contact_form.php:876
332
- #: contact_form.php:1048
333
- #: contact_form.php:1051
334
- #: contact_form.php:1055
335
  msgid "powered by"
336
  msgstr ""
337
 
338
- #: contact_form.php:879
339
- #: contact_form.php:883
340
  msgid "Using Contact Form to DB powered by"
341
  msgstr ""
342
 
343
- #: contact_form.php:879
344
  #, fuzzy
345
  msgid "Activate Contact Form to DB"
346
  msgstr "Kontaktný formulár Pro"
347
 
348
- #: contact_form.php:883
349
  #, fuzzy
350
  msgid "Download Contact Form to DB"
351
  msgstr "Kontaktný formulár Pro"
352
 
353
- #: contact_form.php:888
354
  msgid "Additional options"
355
  msgstr "Ďalšie nastavenia"
356
 
357
- #: contact_form.php:890
358
  msgid "Show"
359
  msgstr ""
360
 
361
- #: contact_form.php:891
362
  msgid "Hide"
363
  msgstr ""
364
 
365
- #: contact_form.php:895
366
  msgid "What to use?"
367
  msgstr "Čo používať?"
368
 
369
- #: contact_form.php:898
370
  msgid "Wp-mail"
371
  msgstr "Wp-mail"
372
 
373
- #: contact_form.php:898
374
  msgid "You can use the wp_mail function for mailing"
375
  msgstr "Môžete použiť wp_mail funkcie pre zasielanie"
376
 
377
- #: contact_form.php:900
378
  msgid "Mail"
379
  msgstr "Mail"
380
 
381
- #: contact_form.php:900
382
  msgid "To send mail you can use the php mail function"
383
  msgstr "Ak chcete odosielať poštu, môžete použiť e-mailoé PHP funkcie"
384
 
385
- #: contact_form.php:904
386
  #, fuzzy
387
  msgid "The text in the 'From' field"
388
  msgstr "Zmena textu pola \"od\""
389
 
390
- #: contact_form.php:906
391
  msgid "User name"
392
  msgstr ""
393
 
394
- #: contact_form.php:907
395
  msgid "The name of the user who fills the form will be used in the field 'From'."
396
  msgstr ""
397
 
398
- #: contact_form.php:910
399
  #, fuzzy
400
  msgid "This text will be used in the 'FROM' field"
401
  msgstr "Táto e-mailová adresa bude použitá v poli 'od'."
402
 
403
- #: contact_form.php:914
404
  #, fuzzy
405
  msgid "The email address in the 'From' field"
406
  msgstr "Zadajte e-mailovú adresu v poli \"od\""
407
 
408
- #: contact_form.php:916
409
  msgid "User email"
410
  msgstr ""
411
 
412
- #: contact_form.php:917
413
  msgid "The email address of the user who fills the form will be used in the field 'From'."
414
  msgstr ""
415
 
416
- #: contact_form.php:920
417
  msgid "This email address will be used in the 'From' field."
418
  msgstr "Táto e-mailová adresa bude použitá v poli 'od'."
419
 
420
- #: contact_form.php:924
421
  #, fuzzy
422
  msgid "Required symbol"
423
  msgstr "Vyžadované polia"
424
 
425
- #: contact_form.php:934
426
  msgid "Fields"
427
  msgstr ""
428
 
429
- #: contact_form.php:935
430
  msgid "Used"
431
  msgstr ""
432
 
433
- #: contact_form.php:936
434
  #, fuzzy
435
  msgid "Required"
436
  msgstr "Vyžadované polia"
437
 
438
- #: contact_form.php:937
439
  msgid "Visible"
440
  msgstr ""
441
 
442
- #: contact_form.php:938
443
  msgid "Disabled for editing"
444
  msgstr ""
445
 
446
- #: contact_form.php:939
447
  msgid "Field's default value"
448
  msgstr ""
449
 
450
- #: contact_form.php:944
451
- #: contact_form.php:1287
452
- #: contact_form.php:2059
453
- #: contact_form.php:2089
454
  msgid "Name"
455
  msgstr "Meno"
456
 
457
- #: contact_form.php:952
458
- #: contact_form.php:1292
459
- #: contact_form.php:2063
460
- #: contact_form.php:2091
 
 
 
 
461
  msgid "Address"
462
  msgstr "Adresa"
463
 
464
- #: contact_form.php:960
465
  msgid "Email Address"
466
  msgstr "Emailová adresa"
467
 
468
- #: contact_form.php:968
469
  #, fuzzy
470
  msgid "Phone number"
471
  msgstr "Tel. číslo"
472
 
473
- #: contact_form.php:976
474
- #: contact_form.php:1307
475
- #: contact_form.php:2073
476
- #: contact_form.php:2095
477
  msgid "Subject"
478
  msgstr "Predmet"
479
 
480
- #: contact_form.php:984
481
- #: contact_form.php:1311
482
- #: contact_form.php:2076
483
- #: contact_form.php:2096
484
  msgid "Message"
485
  msgstr "Správa"
486
 
487
- #: contact_form.php:1008
488
  msgid "Attachment block"
489
  msgstr "Blok príloh"
490
 
491
- #: contact_form.php:1010
492
  msgid "Users can attach the following file formats"
493
  msgstr "Užívatelia môžu pripojiť nasledujúce formáty súborov"
494
 
495
- #: contact_form.php:1023
496
  msgid "Add to the form"
497
  msgstr ""
498
 
499
- #: contact_form.php:1028
500
  #, fuzzy
501
  msgid "Tips below the Attachment"
502
  msgstr "Zobrazenie tipov pod blokom príloh"
503
 
504
- #: contact_form.php:1037
505
  #, fuzzy
506
  msgid "'Send me a copy' block"
507
  msgstr "Zobraz 'Zaslať kópiu' blok"
508
 
509
- #: contact_form.php:1048
510
- #: contact_form.php:1051
511
- #: contact_form.php:1055
512
- #: contact_form.php:1321
513
  msgid "Captcha"
514
  msgstr ""
515
 
516
- #: contact_form.php:1051
517
  msgid "Activate captcha"
518
  msgstr "Aktivovať captcha"
519
 
520
- #: contact_form.php:1055
521
  msgid "Download captcha"
522
  msgstr "Stiahnuť captcha"
523
 
524
- #: contact_form.php:1063
525
  msgid "Agreement checkbox"
526
  msgstr ""
527
 
528
- #: contact_form.php:1063
529
  msgid "Required checkbox for submitting the form"
530
  msgstr ""
531
 
532
- #: contact_form.php:1064
533
  msgid "Optional checkbox"
534
  msgstr ""
535
 
536
- #: contact_form.php:1064
537
  msgid "Optional checkbox, the results of which will be displayed in email"
538
  msgstr ""
539
 
540
- #: contact_form.php:1081
541
  msgid "Delete an attachment file from the server after the email is sent"
542
  msgstr ""
543
 
544
- #: contact_form.php:1087
545
  msgid "Email in HTML format sending"
546
  msgstr ""
547
 
548
- #: contact_form.php:1091
549
  msgid "Display additional info in the email"
550
  msgstr "Zobraziť ďalšie informácie v e-maile"
551
 
552
- #: contact_form.php:1096
553
- #: contact_form.php:2026
554
- #: contact_form.php:2028
555
  msgid "Sent from (ip address)"
556
  msgstr "Odoslané z (ip adresa)"
557
 
558
- #: contact_form.php:1096
559
  #, fuzzy
560
  msgid "Example: Sent from (IP address):\t127.0.0.1"
561
  msgstr "Odoslané z (ip adresa)"
562
 
563
- #: contact_form.php:1097
564
- #: contact_form.php:2032
565
- #: contact_form.php:2034
566
  msgid "Date/Time"
567
  msgstr "Datum / Čas"
568
 
569
- #: contact_form.php:1097
570
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
571
  msgstr ""
572
 
573
- #: contact_form.php:1098
574
- #: contact_form.php:2038
575
- #: contact_form.php:2040
576
  msgid "Sent from (referer)"
577
  msgstr "Odoslané z"
578
 
579
- #: contact_form.php:1098
580
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
581
  msgstr ""
582
 
583
- #: contact_form.php:1099
584
- #: contact_form.php:2044
585
- #: contact_form.php:2046
586
  msgid "Using (user agent)"
587
  msgstr "Použitie (user agent)"
588
 
589
- #: contact_form.php:1099
590
  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"
591
  msgstr ""
592
 
593
- #: contact_form.php:1103
594
  msgid "Language settings for the field names in the form"
595
  msgstr "Nastavenie jazyka pre názvy polí vo formulári"
596
 
597
- #: contact_form.php:1112
598
  msgid "Add a language"
599
  msgstr "Pridať jazyk"
600
 
601
- #: contact_form.php:1116
602
  msgid "Change the names of the contact form fields and error messages"
603
  msgstr "Zmena názvov polí kontaktného formulára a chybových hlásení"
604
 
605
- #: contact_form.php:1121
606
- #: contact_form.php:1202
607
  msgid "English"
608
  msgstr ""
609
 
610
- #: contact_form.php:1129
611
- #: contact_form.php:1163
612
  msgid "click to expand/hide the list"
613
  msgstr ""
614
 
615
- #: contact_form.php:1138
616
- #: contact_form.php:1172
617
  #, fuzzy
618
  msgid "Tips below the Attachment block"
619
  msgstr "Zobrazenie tipov pod blokom príloh"
620
 
621
- #: contact_form.php:1141
622
- #: contact_form.php:1175
623
  msgid "Error message for the Name field"
624
  msgstr ""
625
 
626
- #: contact_form.php:1142
627
- #: contact_form.php:1176
628
  msgid "Error message for the Address field"
629
  msgstr ""
630
 
631
- #: contact_form.php:1143
632
- #: contact_form.php:1177
633
  msgid "Error message for the Email field"
634
  msgstr ""
635
 
636
- #: contact_form.php:1144
637
- #: contact_form.php:1178
638
  msgid "Error message for the Phone field"
639
  msgstr ""
640
 
641
- #: contact_form.php:1145
642
- #: contact_form.php:1179
643
  msgid "Error message for the Subject field"
644
  msgstr ""
645
 
646
- #: contact_form.php:1146
647
- #: contact_form.php:1180
648
  msgid "Error message for the Message field"
649
  msgstr ""
650
 
651
- #: contact_form.php:1147
652
- #: contact_form.php:1181
653
  msgid "Error message about the file type for the Attachment field"
654
  msgstr ""
655
 
656
- #: contact_form.php:1148
657
- #: contact_form.php:1182
658
  msgid "Error message while uploading a file for the Attachment field to the server"
659
  msgstr ""
660
 
661
- #: contact_form.php:1149
662
- #: contact_form.php:1183
663
  msgid "Error message while moving the file for the Attachment field"
664
  msgstr ""
665
 
666
- #: contact_form.php:1150
667
- #: contact_form.php:1184
668
  msgid "Error message when file size limit for the Attachment field is exceeded"
669
  msgstr ""
670
 
671
- #: contact_form.php:1151
672
- #: contact_form.php:1185
673
  msgid "Error message for the Captcha field"
674
  msgstr ""
675
 
676
- #: contact_form.php:1152
677
- #: contact_form.php:1186
678
  msgid "Error message for the whole form"
679
  msgstr ""
680
 
681
- #: contact_form.php:1155
682
- #: contact_form.php:1157
683
- #: contact_form.php:1189
684
- #: contact_form.php:1191
685
- #: contact_form.php:1212
686
- #: contact_form.php:1214
687
- #: contact_form.php:1222
688
  #: contact_form.php:1224
 
 
 
 
 
 
 
689
  msgid "Use shortcode"
690
  msgstr "Použite shortcode "
691
 
692
- #: contact_form.php:1155
693
- #: contact_form.php:1157
694
- #: contact_form.php:1189
695
- #: contact_form.php:1191
696
- #: contact_form.php:1212
697
- #: contact_form.php:1214
698
- #: contact_form.php:1222
699
  #: contact_form.php:1224
 
 
 
 
 
 
 
700
  msgid "for this language"
701
  msgstr "pre tento jazyk"
702
 
703
- #: contact_form.php:1199
 
 
 
 
 
704
  msgid "Action after email is sent"
705
  msgstr "Akcia po zaslaní mailu."
706
 
707
- #: contact_form.php:1201
708
  msgid "Display text"
709
  msgstr "Zobraziť text"
710
 
711
- #: contact_form.php:1210
712
- #: contact_form.php:1220
713
  msgid "Text"
714
  msgstr "Text"
715
 
716
- #: contact_form.php:1231
717
  msgid "Redirect to the page"
718
  msgstr "Presmerovať na stránku"
719
 
720
- #: contact_form.php:1232
721
  msgid "Url"
722
  msgstr "Url"
723
 
724
- #: contact_form.php:1236
725
  msgid "The $_SERVER variable that is used to build a URL of the form"
726
  msgstr ""
727
 
728
- #: contact_form.php:1240
729
  msgid "If you are not sure whether to change this setting or not, please do not do that."
730
  msgstr ""
731
 
732
- #: contact_form.php:1246
733
- #: contact_form.php:1430
734
  msgid "Save Changes"
735
  msgstr "Uložiť zmeny"
736
 
737
- #: contact_form.php:1251
738
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
739
  msgstr ""
740
 
741
- #: contact_form.php:1252
742
  #, fuzzy
743
  msgid "Rate the plugin"
744
  msgstr "Voľné pluginy"
745
 
746
- #: contact_form.php:1255
747
  #, fuzzy
748
  msgid "If there is something wrong about it, please contact us"
749
  msgstr "Ak máte akékoľvek otázky kontaktujte nás prostredníctvom"
750
 
751
- #: contact_form.php:1267
752
  msgid "Errors output"
753
  msgstr ""
754
 
755
- #: contact_form.php:1270
756
  msgid "Display error messages"
757
  msgstr ""
758
 
759
- #: contact_form.php:1271
760
  msgid "Color of the input field errors."
761
  msgstr ""
762
 
763
- #: contact_form.php:1272
764
  msgid "Display error messages & color of the input field errors"
765
  msgstr ""
766
 
767
- #: contact_form.php:1277
768
  msgid "Add placeholder to the input blocks"
769
  msgstr ""
770
 
771
- #: contact_form.php:1283
772
  msgid "Add tooltips"
773
  msgstr "Pridať popisky"
774
 
775
- #: contact_form.php:1297
776
  msgid "Email address"
777
  msgstr "Emailová adresa"
778
 
779
- #: contact_form.php:1302
780
  msgid "Phone Number"
781
  msgstr "Tel. číslo"
782
 
783
- #: contact_form.php:1316
784
  msgid "Attachment"
785
  msgstr "Príloha"
786
 
787
- #: contact_form.php:1321
788
  msgid "(powered by bestwebsoft.com)"
789
  msgstr ""
790
 
791
- #: contact_form.php:1326
792
  msgid "Style options"
793
  msgstr "Nastavenie štýlu"
794
 
795
- #: contact_form.php:1329
796
  msgid "Text color"
797
  msgstr ""
798
 
799
- #: contact_form.php:1332
800
- #: contact_form.php:1337
801
- #: contact_form.php:1347
802
- #: contact_form.php:1352
803
- #: contact_form.php:1357
804
- #: contact_form.php:1362
805
- #: contact_form.php:1372
806
- #: contact_form.php:1377
807
- #: contact_form.php:1383
808
- #: contact_form.php:1394
809
- #: contact_form.php:1399
810
- #: contact_form.php:1404
811
  msgid "Default"
812
  msgstr ""
813
 
814
- #: contact_form.php:1334
815
  msgid "Label text color"
816
  msgstr ""
817
 
818
- #: contact_form.php:1339
819
  msgid "Placeholder color"
820
  msgstr ""
821
 
822
- #: contact_form.php:1344
823
  msgid "Errors color"
824
  msgstr ""
825
 
826
- #: contact_form.php:1349
827
  msgid "Error text color"
828
  msgstr ""
829
 
830
- #: contact_form.php:1354
831
  msgid "Background color of the input field errors"
832
  msgstr ""
833
 
834
- #: contact_form.php:1359
835
  msgid "Border color of the input field errors"
836
  msgstr ""
837
 
838
- #: contact_form.php:1364
839
  msgid "Placeholder color of the input field errors"
840
  msgstr ""
841
 
842
- #: contact_form.php:1369
843
  msgid "Input fields"
844
  msgstr "Vložiť polia"
845
 
846
- #: contact_form.php:1374
847
  msgid "Input fields background color"
848
  msgstr ""
849
 
850
- #: contact_form.php:1379
851
  msgid "Text fields color"
852
  msgstr ""
853
 
854
- #: contact_form.php:1381
855
  msgid "Border width in px, numbers only"
856
  msgstr ""
857
 
858
- #: contact_form.php:1385
859
- #: contact_form.php:1406
860
  msgid "Border color"
861
  msgstr ""
862
 
863
- #: contact_form.php:1390
864
  msgid "Submit button"
865
  msgstr "Odoslať"
866
 
867
- #: contact_form.php:1392
868
  msgid "Width in px, numbers only"
869
  msgstr ""
870
 
871
- #: contact_form.php:1396
872
  msgid "Button color"
873
  msgstr ""
874
 
875
- #: contact_form.php:1401
876
  msgid "Button text color"
877
  msgstr ""
878
 
879
- #: contact_form.php:1434
880
  msgid "Contact Form Pro | Preview"
881
  msgstr "Kontaktný formulár Pro | Zobrazenie"
882
 
883
- #: contact_form.php:1437
884
  msgid "Show with errors"
885
  msgstr ""
886
 
887
- #: contact_form.php:1445
888
- #: contact_form.php:1447
889
  msgid "Please enter your full name..."
890
  msgstr ""
891
 
892
- #: contact_form.php:1458
893
- #: contact_form.php:1460
894
  msgid "Please enter your address..."
895
  msgstr ""
896
 
897
- #: contact_form.php:1469
898
- #: contact_form.php:1471
899
  msgid "Please enter your email address..."
900
  msgstr "Prosím zadajte vašu e-mailovú adresu..."
901
 
902
- #: contact_form.php:1480
903
- #: contact_form.php:1482
904
  msgid "Please enter your phone number..."
905
  msgstr ""
906
 
907
- #: contact_form.php:1491
908
- #: contact_form.php:1493
909
  msgid "Please enter subject..."
910
  msgstr ""
911
 
912
- #: contact_form.php:1501
913
- #: contact_form.php:1503
914
  msgid "Please enter your message..."
915
  msgstr ""
916
 
917
- #: contact_form.php:1545
918
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
919
  msgstr ""
920
 
921
- #: contact_form.php:1547
922
  msgid "Please, go to"
923
  msgstr ""
924
 
925
- #: contact_form.php:1547
926
  #, fuzzy
927
  msgid "the setting page"
928
  msgstr "Extra nastavenia"
929
 
930
- #: contact_form.php:1548
931
  msgid "You will be redirected automatically in 5 seconds."
932
  msgstr ""
933
 
934
- #: contact_form.php:1553
935
  msgid "You can download and activate"
936
  msgstr ""
937
 
938
- #: contact_form.php:1555
939
  msgid "version of this plugin by entering Your license key."
940
  msgstr ""
941
 
942
- #: contact_form.php:1557
943
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
944
  msgstr ""
945
 
946
- #: contact_form.php:1559
947
  msgid "(your username is the email you specify when purchasing the product)."
948
  msgstr ""
949
 
950
- #: contact_form.php:1567
951
- #: contact_form.php:1577
952
- msgid "Go!"
953
- msgstr ""
 
954
 
955
- #: contact_form.php:1647
956
  msgid "Sorry, email message could not be delivered."
957
  msgstr "Prepáčte, správa nemohla byť doručená."
958
 
959
- #: contact_form.php:2053
960
  msgid "Contact from"
961
  msgstr "Kontaktný formulár"
962
 
963
- #: contact_form.php:2066
964
- #: contact_form.php:2092
965
  msgid "Email"
966
  msgstr "E-Mail"
967
 
968
- #: contact_form.php:2070
969
- #: contact_form.php:2094
970
  msgid "Phone"
971
  msgstr "Telefón"
972
 
973
- #: contact_form.php:2079
974
- #: contact_form.php:2097
975
  msgid "Site"
976
  msgstr "Stránka"
977
 
978
- #: contact_form.php:2160
979
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
980
  msgstr "Ak vidíte túto MIME, znamená to, že MIME typ nie je podporovaný vyším e-mailovým klientom!"
981
 
982
- #: contact_form.php:2229
983
- msgid "FAQ"
984
- msgstr "FAQ"
985
-
986
- #: contact_form.php:2230
987
  msgid "Support"
988
  msgstr "Podpora"
989
 
990
- #: contact_form.php:2280
991
  msgid "Are you sure that you want to delete this language data?"
992
  msgstr ""
993
 
994
- #: contact_form.php:2476
995
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
996
  msgstr ""
997
 
998
- #: contact_form.php:2477
999
  msgid "Extend standard plugin functionality with new great options."
1000
  msgstr ""
1001
 
1002
- #: contact_form.php:2492
1003
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1004
  msgstr ""
1005
 
1006
- #: contact_form.php:2493
1007
  msgid "Manage messages that have been sent from your website."
1008
  msgstr ""
1009
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-08 14:53+0300\n"
6
+ "PO-Revision-Date: 2014-07-08 14:53+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Book Ing <book.ing@zoznam.sk>\n"
9
  "Language: cs_CZ\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:74
20
+ #: contact_form.php:845
21
  msgid "Contact Form Settings"
22
  msgstr "Nastavenie kontaktného formulára"
23
 
24
+ #: contact_form.php:74
25
  msgid "Contact Form"
26
  msgstr "Kontaktný formulár"
27
 
28
+ #: contact_form.php:150
29
+ #: contact_form.php:1200
30
+ #: contact_form.php:1234
31
  msgid "Name:"
32
  msgstr "Meno:"
33
 
34
+ #: contact_form.php:151
35
+ #: contact_form.php:1201
36
+ #: contact_form.php:1235
37
  msgid "Address:"
38
  msgstr "Adresa::"
39
 
40
+ #: contact_form.php:152
41
+ #: contact_form.php:1202
42
+ #: contact_form.php:1236
43
  msgid "Email Address:"
44
  msgstr "E-Mail:"
45
 
46
+ #: contact_form.php:153
47
+ #: contact_form.php:1203
48
+ #: contact_form.php:1237
49
  msgid "Phone number:"
50
  msgstr ""
51
 
52
+ #: contact_form.php:154
53
+ #: contact_form.php:1204
54
+ #: contact_form.php:1238
55
  msgid "Subject:"
56
  msgstr "Predmet:"
57
 
58
+ #: contact_form.php:155
59
+ #: contact_form.php:1205
60
+ #: contact_form.php:1239
61
  msgid "Message:"
62
  msgstr "Správa:"
63
 
64
+ #: contact_form.php:156
65
+ #: contact_form.php:1206
66
+ #: contact_form.php:1240
67
  msgid "Attachment:"
68
  msgstr "Príloha"
69
 
70
+ #: contact_form.php:157
71
  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"
72
  msgstr ""
73
 
74
+ #: contact_form.php:158
75
+ #: contact_form.php:1208
76
+ #: contact_form.php:1242
77
  msgid "Send me a copy"
78
  msgstr "Zaslať mi kópiu"
79
 
80
+ #: contact_form.php:159
81
+ #: contact_form.php:1209
82
+ #: contact_form.php:1243
83
  msgid "Submit"
84
  msgstr "Odoslať"
85
 
86
+ #: contact_form.php:160
87
  msgid "Your name is required."
88
  msgstr "Vaše meno je vyžadované."
89
 
90
+ #: contact_form.php:161
91
  msgid "Address is required."
92
  msgstr "Adresa je vyžadovaná."
93
 
94
+ #: contact_form.php:162
95
  msgid "A valid email address is required."
96
  msgstr "Platný E-mail je vyžadovaný."
97
 
98
+ #: contact_form.php:163
99
  msgid "Phone number is required."
100
  msgstr "Telefónne číslo je vyžadované."
101
 
102
+ #: contact_form.php:164
103
  msgid "Subject is required."
104
  msgstr "Predmet je vyžadovaný."
105
 
106
+ #: contact_form.php:165
107
  msgid "Message text is required."
108
  msgstr "Správa je vyžadovaná."
109
 
110
+ #: contact_form.php:166
111
  msgid "File format is not valid."
112
  msgstr "Nesprávny typ súboru."
113
 
114
+ #: contact_form.php:167
115
  msgid "File upload error."
116
  msgstr ""
117
 
118
+ #: contact_form.php:168
119
  msgid "The file could not be uploaded."
120
  msgstr ""
121
 
122
+ #: contact_form.php:169
123
  msgid "This file is too large."
124
  msgstr ""
125
 
126
+ #: contact_form.php:170
127
  msgid "Please fill out the CAPTCHA."
128
  msgstr "Prosím opíšte CAPTCHA text."
129
 
130
+ #: contact_form.php:171
131
  msgid "Please make corrections below and try again."
132
  msgstr "Prosím opravte chyby a skúste to opäť."
133
 
134
+ #: contact_form.php:173
135
  msgid "Thank you for contacting us."
136
  msgstr "Ďakujeme za správu."
137
 
138
+ #: contact_form.php:369
139
  #, fuzzy
140
  msgid "requires"
141
  msgstr "Vyžadované polia"
142
 
143
+ #: contact_form.php:369
144
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
145
  msgstr ""
146
 
147
+ #: contact_form.php:369
148
  msgid "Back to the WordPress"
149
  msgstr ""
150
 
151
+ #: contact_form.php:369
152
  #, fuzzy
153
  msgid "Plugins page"
154
  msgstr "Pro Plugins"
155
 
156
+ #: contact_form.php:677
157
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
158
  msgstr "Ak je vybratá možnosť \"Presmerovanie na stránku\" potom pole URL by malo mať nasledujúci formát"
159
 
160
+ #: contact_form.php:686
161
  msgid "Such user does not exist. Settings are not saved."
162
  msgstr "Taký užívateľ neexistuje. Nastavenie sa neuloží."
163
 
164
+ #: contact_form.php:690
165
+ #: contact_form.php:696
166
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
167
  msgstr "Zadajte platnú e-mailovú adresu v poli \"Od\". Nastavenie sa neuloží."
168
 
169
+ #: contact_form.php:721
170
  msgid "Settings saved."
171
  msgstr "Nastavenie uložené."
172
 
173
+ #: contact_form.php:748
174
+ #: contact_form.php:780
175
  msgid "Wrong license key"
176
  msgstr ""
177
 
178
+ #: contact_form.php:773
179
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
180
  msgstr ""
181
 
182
+ #: contact_form.php:782
183
  msgid "This license key is bind to another site"
184
  msgstr ""
185
 
186
+ #: contact_form.php:784
187
+ #: contact_form.php:1645
188
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
189
  msgstr ""
190
 
191
+ #: contact_form.php:801
192
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
193
  msgstr ""
194
 
195
+ #: contact_form.php:807
196
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
197
  msgstr ""
198
 
199
+ #: contact_form.php:811
200
+ #: contact_form.php:820
201
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
202
  msgstr ""
203
 
204
+ #: contact_form.php:824
205
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
206
  msgstr ""
207
 
208
+ #: contact_form.php:839
209
  #, fuzzy
210
  msgid "Please, enter Your license key"
211
  msgstr "Prosím zadajte vašu e-mailovú adresu..."
212
 
213
+ #: contact_form.php:847
214
+ #: contact_form.php:2306
215
+ #: contact_form.php:2318
216
  msgid "Settings"
217
  msgstr "Nastavenia"
218
 
219
+ #: contact_form.php:848
220
  msgid "Extra settings"
221
  msgstr "Extra nastavenia"
222
 
223
+ #: contact_form.php:849
224
+ #: contact_form.php:2319
225
+ msgid "FAQ"
226
+ msgstr "FAQ"
227
+
228
+ #: contact_form.php:850
229
  msgid "Go PRO"
230
  msgstr ""
231
 
232
+ #: contact_form.php:853
233
  msgid "Notice:"
234
  msgstr ""
235
 
236
+ #: contact_form.php:853
237
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
238
  msgstr ""
239
 
240
+ #: contact_form.php:859
241
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
242
  msgstr ""
243
 
244
+ #: contact_form.php:865
245
+ #: contact_form.php:870
246
+ #: contact_form.php:1604
247
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
248
  msgstr "Ak by ste chceli pridať kontaktný formulár na svoje webové stránky, stačí skopírovať a vložiť shortcode k príspevku, stránke alebo widgetu:"
249
 
250
+ #: contact_form.php:865
251
+ #: contact_form.php:866
252
+ #: contact_form.php:870
253
+ #: contact_form.php:871
254
+ #: contact_form.php:1224
255
+ #: contact_form.php:1226
256
+ #: contact_form.php:1287
257
+ #: contact_form.php:1289
258
  msgid "or"
259
  msgstr "alebo"
260
 
261
+ #: contact_form.php:866
262
+ #: contact_form.php:871
263
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
264
  msgstr "Ak máte nejaké problémy so štandardným shortcode [contact_form], mali by ste použiť shortcode"
265
 
266
+ #: contact_form.php:867
267
+ #: contact_form.php:872
268
  msgid "They work the same way."
269
  msgstr "Fungujú rovnakým spôsobom."
270
 
271
+ #: contact_form.php:868
272
+ #: contact_form.php:873
273
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
274
  msgstr "Ak necháte pole prázdne, budú správy posielané na e-mailovú adresu zadanú pri registrácii."
275
 
276
+ #: contact_form.php:878
277
  msgid "The user's email address:"
278
  msgstr "Užívateľova e-mailová adresa:"
279
 
280
+ #: contact_form.php:882
281
  msgid "Create a username"
282
  msgstr "Vytvorte užívateľské meno"
283
 
284
+ #: contact_form.php:889
285
  msgid "Enter a username of the person who should get the messages from the contact form."
286
  msgstr "Zadajte užívateľské meno osoby, ktorá by mala dostať správy z kontaktného formulára."
287
 
288
+ #: contact_form.php:893
289
  msgid "Use this email address:"
290
  msgstr "Použíte tento email::"
291
 
292
+ #: contact_form.php:896
293
  msgid "Enter the email address you want the messages forwarded to."
294
  msgstr "Zadajte e-mailovú adresu, ktorú chcete do správy presmerovať."
295
 
296
+ #: contact_form.php:905
297
  msgid "Add department selectbox to the contact form:"
298
  msgstr ""
299
 
300
+ #: contact_form.php:913
301
+ #: contact_form.php:1487
302
  msgid "If you upgrade to Pro version all your settings will be saved."
303
  msgstr ""
304
 
305
+ #: contact_form.php:920
306
+ #: contact_form.php:1066
307
+ #: contact_form.php:1140
308
+ #: contact_form.php:1494
309
  msgid "Unlock premium options by upgrading to a PRO version."
310
  msgstr ""
311
 
312
+ #: contact_form.php:921
313
+ #: contact_form.php:1067
314
+ #: contact_form.php:1141
315
+ #: contact_form.php:1495
316
+ #: contact_form.php:2574
317
+ #: contact_form.php:2590
318
  msgid "Learn More"
319
  msgstr ""
320
 
321
+ #: contact_form.php:924
322
+ #: contact_form.php:1070
323
+ #: contact_form.php:1144
324
+ #: contact_form.php:1498
325
  msgid "Go"
326
  msgstr ""
327
 
328
+ #: contact_form.php:931
329
  msgid "Save emails to the database"
330
  msgstr ""
331
 
332
+ #: contact_form.php:937
333
  msgid "Using"
334
  msgstr ""
335
 
336
+ #: contact_form.php:937
337
+ #: contact_form.php:1117
338
+ #: contact_form.php:1120
339
+ #: contact_form.php:1124
340
  msgid "powered by"
341
  msgstr ""
342
 
343
+ #: contact_form.php:940
344
+ #: contact_form.php:944
345
  msgid "Using Contact Form to DB powered by"
346
  msgstr ""
347
 
348
+ #: contact_form.php:940
349
  #, fuzzy
350
  msgid "Activate Contact Form to DB"
351
  msgstr "Kontaktný formulár Pro"
352
 
353
+ #: contact_form.php:944
354
  #, fuzzy
355
  msgid "Download Contact Form to DB"
356
  msgstr "Kontaktný formulár Pro"
357
 
358
+ #: contact_form.php:949
359
  msgid "Additional options"
360
  msgstr "Ďalšie nastavenia"
361
 
362
+ #: contact_form.php:951
363
  msgid "Show"
364
  msgstr ""
365
 
366
+ #: contact_form.php:952
367
  msgid "Hide"
368
  msgstr ""
369
 
370
+ #: contact_form.php:956
371
  msgid "What to use?"
372
  msgstr "Čo používať?"
373
 
374
+ #: contact_form.php:959
375
  msgid "Wp-mail"
376
  msgstr "Wp-mail"
377
 
378
+ #: contact_form.php:959
379
  msgid "You can use the wp_mail function for mailing"
380
  msgstr "Môžete použiť wp_mail funkcie pre zasielanie"
381
 
382
+ #: contact_form.php:961
383
  msgid "Mail"
384
  msgstr "Mail"
385
 
386
+ #: contact_form.php:961
387
  msgid "To send mail you can use the php mail function"
388
  msgstr "Ak chcete odosielať poštu, môžete použiť e-mailoé PHP funkcie"
389
 
390
+ #: contact_form.php:965
391
  #, fuzzy
392
  msgid "The text in the 'From' field"
393
  msgstr "Zmena textu pola \"od\""
394
 
395
+ #: contact_form.php:967
396
  msgid "User name"
397
  msgstr ""
398
 
399
+ #: contact_form.php:968
400
  msgid "The name of the user who fills the form will be used in the field 'From'."
401
  msgstr ""
402
 
403
+ #: contact_form.php:971
404
  #, fuzzy
405
  msgid "This text will be used in the 'FROM' field"
406
  msgstr "Táto e-mailová adresa bude použitá v poli 'od'."
407
 
408
+ #: contact_form.php:975
409
  #, fuzzy
410
  msgid "The email address in the 'From' field"
411
  msgstr "Zadajte e-mailovú adresu v poli \"od\""
412
 
413
+ #: contact_form.php:977
414
  msgid "User email"
415
  msgstr ""
416
 
417
+ #: contact_form.php:978
418
  msgid "The email address of the user who fills the form will be used in the field 'From'."
419
  msgstr ""
420
 
421
+ #: contact_form.php:981
422
  msgid "This email address will be used in the 'From' field."
423
  msgstr "Táto e-mailová adresa bude použitá v poli 'od'."
424
 
425
+ #: contact_form.php:985
426
  #, fuzzy
427
  msgid "Required symbol"
428
  msgstr "Vyžadované polia"
429
 
430
+ #: contact_form.php:995
431
  msgid "Fields"
432
  msgstr ""
433
 
434
+ #: contact_form.php:996
435
  msgid "Used"
436
  msgstr ""
437
 
438
+ #: contact_form.php:997
439
  #, fuzzy
440
  msgid "Required"
441
  msgstr "Vyžadované polia"
442
 
443
+ #: contact_form.php:998
444
  msgid "Visible"
445
  msgstr ""
446
 
447
+ #: contact_form.php:999
448
  msgid "Disabled for editing"
449
  msgstr ""
450
 
451
+ #: contact_form.php:1000
452
  msgid "Field's default value"
453
  msgstr ""
454
 
455
+ #: contact_form.php:1005
456
+ #: contact_form.php:1362
457
+ #: contact_form.php:2125
458
+ #: contact_form.php:2161
459
  msgid "Name"
460
  msgstr "Meno"
461
 
462
+ #: contact_form.php:1013
463
+ msgid "Location selectbox"
464
+ msgstr ""
465
+
466
+ #: contact_form.php:1021
467
+ #: contact_form.php:1367
468
+ #: contact_form.php:2131
469
+ #: contact_form.php:2165
470
  msgid "Address"
471
  msgstr "Adresa"
472
 
473
+ #: contact_form.php:1029
474
  msgid "Email Address"
475
  msgstr "Emailová adresa"
476
 
477
+ #: contact_form.php:1037
478
  #, fuzzy
479
  msgid "Phone number"
480
  msgstr "Tel. číslo"
481
 
482
+ #: contact_form.php:1045
483
+ #: contact_form.php:1382
484
+ #: contact_form.php:2146
485
+ #: contact_form.php:2174
486
  msgid "Subject"
487
  msgstr "Predmet"
488
 
489
+ #: contact_form.php:1053
490
+ #: contact_form.php:1386
491
+ #: contact_form.php:2149
492
+ #: contact_form.php:2176
493
  msgid "Message"
494
  msgstr "Správa"
495
 
496
+ #: contact_form.php:1077
497
  msgid "Attachment block"
498
  msgstr "Blok príloh"
499
 
500
+ #: contact_form.php:1079
501
  msgid "Users can attach the following file formats"
502
  msgstr "Užívatelia môžu pripojiť nasledujúce formáty súborov"
503
 
504
+ #: contact_form.php:1092
505
  msgid "Add to the form"
506
  msgstr ""
507
 
508
+ #: contact_form.php:1097
509
  #, fuzzy
510
  msgid "Tips below the Attachment"
511
  msgstr "Zobrazenie tipov pod blokom príloh"
512
 
513
+ #: contact_form.php:1106
514
  #, fuzzy
515
  msgid "'Send me a copy' block"
516
  msgstr "Zobraz 'Zaslať kópiu' blok"
517
 
518
+ #: contact_form.php:1117
519
+ #: contact_form.php:1120
520
+ #: contact_form.php:1124
521
+ #: contact_form.php:1396
522
  msgid "Captcha"
523
  msgstr ""
524
 
525
+ #: contact_form.php:1120
526
  msgid "Activate captcha"
527
  msgstr "Aktivovať captcha"
528
 
529
+ #: contact_form.php:1124
530
  msgid "Download captcha"
531
  msgstr "Stiahnuť captcha"
532
 
533
+ #: contact_form.php:1132
534
  msgid "Agreement checkbox"
535
  msgstr ""
536
 
537
+ #: contact_form.php:1132
538
  msgid "Required checkbox for submitting the form"
539
  msgstr ""
540
 
541
+ #: contact_form.php:1133
542
  msgid "Optional checkbox"
543
  msgstr ""
544
 
545
+ #: contact_form.php:1133
546
  msgid "Optional checkbox, the results of which will be displayed in email"
547
  msgstr ""
548
 
549
+ #: contact_form.php:1150
550
  msgid "Delete an attachment file from the server after the email is sent"
551
  msgstr ""
552
 
553
+ #: contact_form.php:1156
554
  msgid "Email in HTML format sending"
555
  msgstr ""
556
 
557
+ #: contact_form.php:1160
558
  msgid "Display additional info in the email"
559
  msgstr "Zobraziť ďalšie informácie v e-maile"
560
 
561
+ #: contact_form.php:1165
562
+ #: contact_form.php:2092
563
+ #: contact_form.php:2094
564
  msgid "Sent from (ip address)"
565
  msgstr "Odoslané z (ip adresa)"
566
 
567
+ #: contact_form.php:1165
568
  #, fuzzy
569
  msgid "Example: Sent from (IP address):\t127.0.0.1"
570
  msgstr "Odoslané z (ip adresa)"
571
 
572
+ #: contact_form.php:1166
573
+ #: contact_form.php:2098
574
+ #: contact_form.php:2100
575
  msgid "Date/Time"
576
  msgstr "Datum / Čas"
577
 
578
+ #: contact_form.php:1166
579
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
580
  msgstr ""
581
 
582
+ #: contact_form.php:1167
583
+ #: contact_form.php:2104
584
+ #: contact_form.php:2106
585
  msgid "Sent from (referer)"
586
  msgstr "Odoslané z"
587
 
588
+ #: contact_form.php:1167
589
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
590
  msgstr ""
591
 
592
+ #: contact_form.php:1168
593
+ #: contact_form.php:2110
594
+ #: contact_form.php:2112
595
  msgid "Using (user agent)"
596
  msgstr "Použitie (user agent)"
597
 
598
+ #: contact_form.php:1168
599
  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"
600
  msgstr ""
601
 
602
+ #: contact_form.php:1172
603
  msgid "Language settings for the field names in the form"
604
  msgstr "Nastavenie jazyka pre názvy polí vo formulári"
605
 
606
+ #: contact_form.php:1181
607
  msgid "Add a language"
608
  msgstr "Pridať jazyk"
609
 
610
+ #: contact_form.php:1185
611
  msgid "Change the names of the contact form fields and error messages"
612
  msgstr "Zmena názvov polí kontaktného formulára a chybových hlásení"
613
 
614
+ #: contact_form.php:1190
615
+ #: contact_form.php:1277
616
  msgid "English"
617
  msgstr ""
618
 
619
+ #: contact_form.php:1198
620
+ #: contact_form.php:1232
621
  msgid "click to expand/hide the list"
622
  msgstr ""
623
 
624
+ #: contact_form.php:1207
625
+ #: contact_form.php:1241
626
  #, fuzzy
627
  msgid "Tips below the Attachment block"
628
  msgstr "Zobrazenie tipov pod blokom príloh"
629
 
630
+ #: contact_form.php:1210
631
+ #: contact_form.php:1244
632
  msgid "Error message for the Name field"
633
  msgstr ""
634
 
635
+ #: contact_form.php:1211
636
+ #: contact_form.php:1245
637
  msgid "Error message for the Address field"
638
  msgstr ""
639
 
640
+ #: contact_form.php:1212
641
+ #: contact_form.php:1246
642
  msgid "Error message for the Email field"
643
  msgstr ""
644
 
645
+ #: contact_form.php:1213
646
+ #: contact_form.php:1247
647
  msgid "Error message for the Phone field"
648
  msgstr ""
649
 
650
+ #: contact_form.php:1214
651
+ #: contact_form.php:1248
652
  msgid "Error message for the Subject field"
653
  msgstr ""
654
 
655
+ #: contact_form.php:1215
656
+ #: contact_form.php:1249
657
  msgid "Error message for the Message field"
658
  msgstr ""
659
 
660
+ #: contact_form.php:1216
661
+ #: contact_form.php:1250
662
  msgid "Error message about the file type for the Attachment field"
663
  msgstr ""
664
 
665
+ #: contact_form.php:1217
666
+ #: contact_form.php:1251
667
  msgid "Error message while uploading a file for the Attachment field to the server"
668
  msgstr ""
669
 
670
+ #: contact_form.php:1218
671
+ #: contact_form.php:1252
672
  msgid "Error message while moving the file for the Attachment field"
673
  msgstr ""
674
 
675
+ #: contact_form.php:1219
676
+ #: contact_form.php:1253
677
  msgid "Error message when file size limit for the Attachment field is exceeded"
678
  msgstr ""
679
 
680
+ #: contact_form.php:1220
681
+ #: contact_form.php:1254
682
  msgid "Error message for the Captcha field"
683
  msgstr ""
684
 
685
+ #: contact_form.php:1221
686
+ #: contact_form.php:1255
687
  msgid "Error message for the whole form"
688
  msgstr ""
689
 
 
 
 
 
 
 
 
690
  #: contact_form.php:1224
691
+ #: contact_form.php:1226
692
+ #: contact_form.php:1258
693
+ #: contact_form.php:1260
694
+ #: contact_form.php:1287
695
+ #: contact_form.php:1289
696
+ #: contact_form.php:1297
697
+ #: contact_form.php:1299
698
  msgid "Use shortcode"
699
  msgstr "Použite shortcode "
700
 
 
 
 
 
 
 
 
701
  #: contact_form.php:1224
702
+ #: contact_form.php:1226
703
+ #: contact_form.php:1258
704
+ #: contact_form.php:1260
705
+ #: contact_form.php:1287
706
+ #: contact_form.php:1289
707
+ #: contact_form.php:1297
708
+ #: contact_form.php:1299
709
  msgid "for this language"
710
  msgstr "pre tento jazyk"
711
 
712
+ #: contact_form.php:1268
713
+ #, fuzzy
714
+ msgid "Use the changed names of the contact form fields in the email"
715
+ msgstr "Zmena názvov polí kontaktného formulára a chybových hlásení"
716
+
717
+ #: contact_form.php:1274
718
  msgid "Action after email is sent"
719
  msgstr "Akcia po zaslaní mailu."
720
 
721
+ #: contact_form.php:1276
722
  msgid "Display text"
723
  msgstr "Zobraziť text"
724
 
725
+ #: contact_form.php:1285
726
+ #: contact_form.php:1295
727
  msgid "Text"
728
  msgstr "Text"
729
 
730
+ #: contact_form.php:1306
731
  msgid "Redirect to the page"
732
  msgstr "Presmerovať na stránku"
733
 
734
+ #: contact_form.php:1307
735
  msgid "Url"
736
  msgstr "Url"
737
 
738
+ #: contact_form.php:1311
739
  msgid "The $_SERVER variable that is used to build a URL of the form"
740
  msgstr ""
741
 
742
+ #: contact_form.php:1315
743
  msgid "If you are not sure whether to change this setting or not, please do not do that."
744
  msgstr ""
745
 
746
+ #: contact_form.php:1321
747
+ #: contact_form.php:1505
748
  msgid "Save Changes"
749
  msgstr "Uložiť zmeny"
750
 
751
+ #: contact_form.php:1326
752
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
753
  msgstr ""
754
 
755
+ #: contact_form.php:1327
756
  #, fuzzy
757
  msgid "Rate the plugin"
758
  msgstr "Voľné pluginy"
759
 
760
+ #: contact_form.php:1330
761
  #, fuzzy
762
  msgid "If there is something wrong about it, please contact us"
763
  msgstr "Ak máte akékoľvek otázky kontaktujte nás prostredníctvom"
764
 
765
+ #: contact_form.php:1342
766
  msgid "Errors output"
767
  msgstr ""
768
 
769
+ #: contact_form.php:1345
770
  msgid "Display error messages"
771
  msgstr ""
772
 
773
+ #: contact_form.php:1346
774
  msgid "Color of the input field errors."
775
  msgstr ""
776
 
777
+ #: contact_form.php:1347
778
  msgid "Display error messages & color of the input field errors"
779
  msgstr ""
780
 
781
+ #: contact_form.php:1352
782
  msgid "Add placeholder to the input blocks"
783
  msgstr ""
784
 
785
+ #: contact_form.php:1358
786
  msgid "Add tooltips"
787
  msgstr "Pridať popisky"
788
 
789
+ #: contact_form.php:1372
790
  msgid "Email address"
791
  msgstr "Emailová adresa"
792
 
793
+ #: contact_form.php:1377
794
  msgid "Phone Number"
795
  msgstr "Tel. číslo"
796
 
797
+ #: contact_form.php:1391
798
  msgid "Attachment"
799
  msgstr "Príloha"
800
 
801
+ #: contact_form.php:1396
802
  msgid "(powered by bestwebsoft.com)"
803
  msgstr ""
804
 
805
+ #: contact_form.php:1401
806
  msgid "Style options"
807
  msgstr "Nastavenie štýlu"
808
 
809
+ #: contact_form.php:1404
810
  msgid "Text color"
811
  msgstr ""
812
 
813
+ #: contact_form.php:1407
814
+ #: contact_form.php:1412
815
+ #: contact_form.php:1422
816
+ #: contact_form.php:1427
817
+ #: contact_form.php:1432
818
+ #: contact_form.php:1437
819
+ #: contact_form.php:1447
820
+ #: contact_form.php:1452
821
+ #: contact_form.php:1458
822
+ #: contact_form.php:1469
823
+ #: contact_form.php:1474
824
+ #: contact_form.php:1479
825
  msgid "Default"
826
  msgstr ""
827
 
828
+ #: contact_form.php:1409
829
  msgid "Label text color"
830
  msgstr ""
831
 
832
+ #: contact_form.php:1414
833
  msgid "Placeholder color"
834
  msgstr ""
835
 
836
+ #: contact_form.php:1419
837
  msgid "Errors color"
838
  msgstr ""
839
 
840
+ #: contact_form.php:1424
841
  msgid "Error text color"
842
  msgstr ""
843
 
844
+ #: contact_form.php:1429
845
  msgid "Background color of the input field errors"
846
  msgstr ""
847
 
848
+ #: contact_form.php:1434
849
  msgid "Border color of the input field errors"
850
  msgstr ""
851
 
852
+ #: contact_form.php:1439
853
  msgid "Placeholder color of the input field errors"
854
  msgstr ""
855
 
856
+ #: contact_form.php:1444
857
  msgid "Input fields"
858
  msgstr "Vložiť polia"
859
 
860
+ #: contact_form.php:1449
861
  msgid "Input fields background color"
862
  msgstr ""
863
 
864
+ #: contact_form.php:1454
865
  msgid "Text fields color"
866
  msgstr ""
867
 
868
+ #: contact_form.php:1456
869
  msgid "Border width in px, numbers only"
870
  msgstr ""
871
 
872
+ #: contact_form.php:1460
873
+ #: contact_form.php:1481
874
  msgid "Border color"
875
  msgstr ""
876
 
877
+ #: contact_form.php:1465
878
  msgid "Submit button"
879
  msgstr "Odoslať"
880
 
881
+ #: contact_form.php:1467
882
  msgid "Width in px, numbers only"
883
  msgstr ""
884
 
885
+ #: contact_form.php:1471
886
  msgid "Button color"
887
  msgstr ""
888
 
889
+ #: contact_form.php:1476
890
  msgid "Button text color"
891
  msgstr ""
892
 
893
+ #: contact_form.php:1509
894
  msgid "Contact Form Pro | Preview"
895
  msgstr "Kontaktný formulár Pro | Zobrazenie"
896
 
897
+ #: contact_form.php:1512
898
  msgid "Show with errors"
899
  msgstr ""
900
 
901
+ #: contact_form.php:1520
902
+ #: contact_form.php:1522
903
  msgid "Please enter your full name..."
904
  msgstr ""
905
 
906
+ #: contact_form.php:1533
907
+ #: contact_form.php:1535
908
  msgid "Please enter your address..."
909
  msgstr ""
910
 
911
+ #: contact_form.php:1544
912
+ #: contact_form.php:1546
913
  msgid "Please enter your email address..."
914
  msgstr "Prosím zadajte vašu e-mailovú adresu..."
915
 
916
+ #: contact_form.php:1555
917
+ #: contact_form.php:1557
918
  msgid "Please enter your phone number..."
919
  msgstr ""
920
 
921
+ #: contact_form.php:1566
922
+ #: contact_form.php:1568
923
  msgid "Please enter subject..."
924
  msgstr ""
925
 
926
+ #: contact_form.php:1576
927
+ #: contact_form.php:1578
928
  msgid "Please enter your message..."
929
  msgstr ""
930
 
931
+ #: contact_form.php:1620
932
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
933
  msgstr ""
934
 
935
+ #: contact_form.php:1622
936
  msgid "Please, go to"
937
  msgstr ""
938
 
939
+ #: contact_form.php:1622
940
  #, fuzzy
941
  msgid "the setting page"
942
  msgstr "Extra nastavenia"
943
 
944
+ #: contact_form.php:1623
945
  msgid "You will be redirected automatically in 5 seconds."
946
  msgstr ""
947
 
948
+ #: contact_form.php:1628
949
  msgid "You can download and activate"
950
  msgstr ""
951
 
952
+ #: contact_form.php:1630
953
  msgid "version of this plugin by entering Your license key."
954
  msgstr ""
955
 
956
+ #: contact_form.php:1632
957
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
958
  msgstr ""
959
 
960
+ #: contact_form.php:1634
961
  msgid "(your username is the email you specify when purchasing the product)."
962
  msgstr ""
963
 
964
+ #: contact_form.php:1642
965
+ #: contact_form.php:1652
966
+ #, fuzzy
967
+ msgid "Activate"
968
+ msgstr "Aktivovať captcha"
969
 
970
+ #: contact_form.php:1718
971
  msgid "Sorry, email message could not be delivered."
972
  msgstr "Prepáčte, správa nemohla byť doručená."
973
 
974
+ #: contact_form.php:2119
975
  msgid "Contact from"
976
  msgstr "Kontaktný formulár"
977
 
978
+ #: contact_form.php:2136
979
+ #: contact_form.php:2168
980
  msgid "Email"
981
  msgstr "E-Mail"
982
 
983
+ #: contact_form.php:2141
984
+ #: contact_form.php:2171
985
  msgid "Phone"
986
  msgstr "Telefón"
987
 
988
+ #: contact_form.php:2152
989
+ #: contact_form.php:2178
990
  msgid "Site"
991
  msgstr "Stránka"
992
 
993
+ #: contact_form.php:2250
994
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
995
  msgstr "Ak vidíte túto MIME, znamená to, že MIME typ nie je podporovaný vyším e-mailovým klientom!"
996
 
997
+ #: contact_form.php:2320
 
 
 
 
998
  msgid "Support"
999
  msgstr "Podpora"
1000
 
1001
+ #: contact_form.php:2368
1002
  msgid "Are you sure that you want to delete this language data?"
1003
  msgstr ""
1004
 
1005
+ #: contact_form.php:2577
1006
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
1007
  msgstr ""
1008
 
1009
+ #: contact_form.php:2578
1010
  msgid "Extend standard plugin functionality with new great options."
1011
  msgstr ""
1012
 
1013
+ #: contact_form.php:2593
1014
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1015
  msgstr ""
1016
 
1017
+ #: contact_form.php:2594
1018
  msgid "Manage messages that have been sent from your website."
1019
  msgstr ""
1020
 
languages/contact_form-sr_RS.mo CHANGED
Binary file
languages/contact_form-sr_RS.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-04-14 15:41+0300\n"
6
- "PO-Revision-Date: 2014-04-14 15:41+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Georgijevic Team <http://www.georgijevic.info>\n"
9
  "Language: sr_RS\n"
@@ -16,1024 +16,1035 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:73
20
- #: contact_form.php:785
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Opcije Kontakt Forme"
24
 
25
- #: contact_form.php:73
26
  msgid "Contact Form"
27
  msgstr "Kontakt Forma"
28
 
29
- #: contact_form.php:149
30
- #: contact_form.php:1131
31
- #: contact_form.php:1165
32
  msgid "Name:"
33
  msgstr "Ime:"
34
 
35
- #: contact_form.php:150
36
- #: contact_form.php:1132
37
- #: contact_form.php:1166
38
  #, fuzzy
39
  msgid "Address:"
40
  msgstr "E-mail Adresa:"
41
 
42
- #: contact_form.php:151
43
- #: contact_form.php:1133
44
- #: contact_form.php:1167
45
  msgid "Email Address:"
46
  msgstr "E-mail Adresa:"
47
 
48
- #: contact_form.php:152
49
- #: contact_form.php:1134
50
- #: contact_form.php:1168
51
  msgid "Phone number:"
52
  msgstr "Broj telefona"
53
 
54
- #: contact_form.php:153
55
- #: contact_form.php:1135
56
- #: contact_form.php:1169
57
  msgid "Subject:"
58
  msgstr "Tema:"
59
 
60
- #: contact_form.php:154
61
- #: contact_form.php:1136
62
- #: contact_form.php:1170
63
  msgid "Message:"
64
  msgstr "Poruka:"
65
 
66
- #: contact_form.php:155
67
- #: contact_form.php:1137
68
- #: contact_form.php:1171
69
  msgid "Attachment:"
70
  msgstr "Priveži fajl:"
71
 
72
- #: contact_form.php:156
73
  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"
74
  msgstr ""
75
 
76
- #: contact_form.php:157
77
- #: contact_form.php:1139
78
- #: contact_form.php:1173
79
  msgid "Send me a copy"
80
  msgstr "Pošalji mi kopiju"
81
 
82
- #: contact_form.php:158
83
- #: contact_form.php:1140
84
- #: contact_form.php:1174
85
  msgid "Submit"
86
  msgstr "Podnesi"
87
 
88
- #: contact_form.php:159
89
  msgid "Your name is required."
90
  msgstr "Vaše ime je potrebno."
91
 
92
- #: contact_form.php:160
93
  #, fuzzy
94
  msgid "Address is required."
95
  msgstr "Ispravna e-mail adresa potrebna."
96
 
97
- #: contact_form.php:161
98
  #, fuzzy
99
  msgid "A valid email address is required."
100
  msgstr "Ispravna e-mail adresa potrebna."
101
 
102
- #: contact_form.php:162
103
  msgid "Phone number is required."
104
  msgstr "Broj telefona je potreban."
105
 
106
- #: contact_form.php:163
107
  msgid "Subject is required."
108
  msgstr "Tekst Teme je potreban."
109
 
110
- #: contact_form.php:164
111
  msgid "Message text is required."
112
  msgstr "Tekst poruke je potreban."
113
 
114
- #: contact_form.php:165
115
  msgid "File format is not valid."
116
  msgstr "Privezak ne radi"
117
 
118
- #: contact_form.php:166
119
  msgid "File upload error."
120
  msgstr ""
121
 
122
- #: contact_form.php:167
123
  msgid "The file could not be uploaded."
124
  msgstr ""
125
 
126
- #: contact_form.php:168
127
  msgid "This file is too large."
128
  msgstr ""
129
 
130
- #: contact_form.php:169
131
  msgid "Please fill out the CAPTCHA."
132
  msgstr "Molimo vas popunite CAPTCHA."
133
 
134
- #: contact_form.php:170
135
  msgid "Please make corrections below and try again."
136
  msgstr "Molimo vas da izvršite izmene ispod i pokušate ponovo."
137
 
138
- #: contact_form.php:172
139
  msgid "Thank you for contacting us."
140
  msgstr "Hvala što ste nas kontaktirali."
141
 
142
- #: contact_form.php:322
143
  #, fuzzy
144
  msgid "requires"
145
  msgstr "Zahtevana polja"
146
 
147
- #: contact_form.php:322
148
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
149
  msgstr ""
150
 
151
- #: contact_form.php:322
152
  msgid "Back to the WordPress"
153
  msgstr ""
154
 
155
- #: contact_form.php:322
156
  #, fuzzy
157
  msgid "Plugins page"
158
  msgstr "BWS Dodaci"
159
 
160
- #: contact_form.php:626
161
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
162
  msgstr "Ako opcija 'Prosledi na stranu' je izabrana onda polje za URL možete popuniti u sledećem formatu"
163
 
164
- #: contact_form.php:635
165
  msgid "Such user does not exist. Settings are not saved."
166
  msgstr "Takav korisnik ne postoji. Podešavanja nisu sačuvana"
167
 
168
- #: contact_form.php:639
169
- #: contact_form.php:645
170
  #, fuzzy
171
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
172
  msgstr "Molim Vas unesite ispravan mejl u polje 'OD'. Podešavanja nisu sačuvana."
173
 
174
- #: contact_form.php:661
175
  #, fuzzy
176
  msgid "Settings saved."
177
  msgstr "Opcije sačuvane"
178
 
179
- #: contact_form.php:688
180
- #: contact_form.php:720
181
  msgid "Wrong license key"
182
  msgstr ""
183
 
184
- #: contact_form.php:713
185
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
186
  msgstr ""
187
 
188
- #: contact_form.php:722
189
  msgid "This license key is bind to another site"
190
  msgstr ""
191
 
192
- #: contact_form.php:724
193
- #: contact_form.php:1570
194
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
195
  msgstr ""
196
 
197
- #: contact_form.php:741
198
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
199
  msgstr ""
200
 
201
- #: contact_form.php:747
202
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
203
  msgstr ""
204
 
205
- #: contact_form.php:751
206
- #: contact_form.php:760
207
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
208
  msgstr ""
209
 
210
- #: contact_form.php:764
211
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
212
  msgstr ""
213
 
214
- #: contact_form.php:779
215
  #, fuzzy
216
  msgid "Please, enter Your license key"
217
  msgstr "Koristi ovaj mejl:"
218
 
219
- #: contact_form.php:787
220
- #: contact_form.php:2216
221
- #: contact_form.php:2228
222
  msgid "Settings"
223
  msgstr "Podešavanja"
224
 
225
- #: contact_form.php:788
226
  #, fuzzy
227
  msgid "Extra settings"
228
  msgstr "Podešavanja"
229
 
230
- #: contact_form.php:789
 
 
 
 
 
231
  msgid "Go PRO"
232
  msgstr ""
233
 
234
- #: contact_form.php:792
235
  msgid "Notice:"
236
  msgstr ""
237
 
238
- #: contact_form.php:792
239
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
240
  msgstr ""
241
 
242
- #: contact_form.php:798
243
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
244
  msgstr ""
245
 
246
- #: contact_form.php:804
247
- #: contact_form.php:809
248
- #: contact_form.php:1529
249
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
250
  msgstr "Ako želite da dodate Kontakt Formu na vaš veb sajt, jednostavno iskopirajte ovaj kratak kod na vašu stranu, članak ili vidžet:"
251
 
252
- #: contact_form.php:804
253
- #: contact_form.php:805
254
- #: contact_form.php:809
255
- #: contact_form.php:810
256
- #: contact_form.php:1155
257
- #: contact_form.php:1157
258
- #: contact_form.php:1212
259
- #: contact_form.php:1214
260
  msgid "or"
261
  msgstr ""
262
 
263
- #: contact_form.php:805
264
- #: contact_form.php:810
265
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
266
  msgstr ""
267
 
268
- #: contact_form.php:806
269
- #: contact_form.php:811
270
  msgid "They work the same way."
271
  msgstr ""
272
 
273
- #: contact_form.php:807
274
- #: contact_form.php:812
275
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
276
  msgstr "Ako je polje za podatke ispod prazno tada će poruka biti poslata na adresu koja je navedena prilikom registracije."
277
 
278
- #: contact_form.php:817
279
  msgid "The user's email address:"
280
  msgstr "Koristi mejl wordpress korisnika:"
281
 
282
- #: contact_form.php:821
283
  msgid "Create a username"
284
  msgstr "Odaberi korisničko ime"
285
 
286
- #: contact_form.php:828
287
  msgid "Enter a username of the person who should get the messages from the contact form."
288
  msgstr "Podesi ime korisnika koji će primiti poruku sa ove kontakt forme."
289
 
290
- #: contact_form.php:832
291
  msgid "Use this email address:"
292
  msgstr "Koristi ovaj mejl:"
293
 
294
- #: contact_form.php:835
295
  msgid "Enter the email address you want the messages forwarded to."
296
  msgstr "Podesi mejl adresu koja će biti korišćena za prijem poruka."
297
 
298
- #: contact_form.php:844
299
  msgid "Add department selectbox to the contact form:"
300
  msgstr ""
301
 
302
- #: contact_form.php:852
303
- #: contact_form.php:1412
304
  msgid "If you upgrade to Pro version all your settings will be saved."
305
  msgstr ""
306
 
307
- #: contact_form.php:859
308
- #: contact_form.php:997
309
- #: contact_form.php:1071
310
- #: contact_form.php:1419
311
  msgid "Unlock premium options by upgrading to a PRO version."
312
  msgstr ""
313
 
314
- #: contact_form.php:860
315
- #: contact_form.php:998
316
- #: contact_form.php:1072
317
- #: contact_form.php:1420
318
- #: contact_form.php:2473
319
- #: contact_form.php:2489
320
  msgid "Learn More"
321
  msgstr ""
322
 
323
- #: contact_form.php:863
324
- #: contact_form.php:1001
325
- #: contact_form.php:1075
326
- #: contact_form.php:1423
327
  msgid "Go"
328
  msgstr ""
329
 
330
- #: contact_form.php:870
331
  msgid "Save emails to the database"
332
  msgstr ""
333
 
334
- #: contact_form.php:876
335
  msgid "Using"
336
  msgstr ""
337
 
338
- #: contact_form.php:876
339
- #: contact_form.php:1048
340
- #: contact_form.php:1051
341
- #: contact_form.php:1055
342
  msgid "powered by"
343
  msgstr ""
344
 
345
- #: contact_form.php:879
346
- #: contact_form.php:883
347
  msgid "Using Contact Form to DB powered by"
348
  msgstr ""
349
 
350
- #: contact_form.php:879
351
  #, fuzzy
352
  msgid "Activate Contact Form to DB"
353
  msgstr "Kontakt Forma"
354
 
355
- #: contact_form.php:883
356
  #, fuzzy
357
  msgid "Download Contact Form to DB"
358
  msgstr "Kontakt Forma"
359
 
360
- #: contact_form.php:888
361
  msgid "Additional options"
362
  msgstr "Dodatne opcije"
363
 
364
- #: contact_form.php:890
365
  msgid "Show"
366
  msgstr ""
367
 
368
- #: contact_form.php:891
369
  msgid "Hide"
370
  msgstr ""
371
 
372
- #: contact_form.php:895
373
  msgid "What to use?"
374
  msgstr "Šta koristite?"
375
 
376
- #: contact_form.php:898
377
  msgid "Wp-mail"
378
  msgstr "Wp-mail"
379
 
380
- #: contact_form.php:898
381
  msgid "You can use the wp_mail function for mailing"
382
  msgstr "Da biste poslali mejl možete koristiti wordpress-ovu wp_mail funkciju"
383
 
384
- #: contact_form.php:900
385
  msgid "Mail"
386
  msgstr "Mail"
387
 
388
- #: contact_form.php:900
389
  msgid "To send mail you can use the php mail function"
390
  msgstr "Da biste poslali mejl možete koristiti php mail funkciju"
391
 
392
- #: contact_form.php:904
393
  #, fuzzy
394
  msgid "The text in the 'From' field"
395
  msgstr "Promeni tekst 'OD' polja u kontakt formi"
396
 
397
- #: contact_form.php:906
398
  msgid "User name"
399
  msgstr ""
400
 
401
- #: contact_form.php:907
402
  #, fuzzy
403
  msgid "The name of the user who fills the form will be used in the field 'From'."
404
  msgstr "Mejl adresa korisnika koji je popunio polja će se koristiti u polju 'OD'"
405
 
406
- #: contact_form.php:910
407
  #, fuzzy
408
  msgid "This text will be used in the 'FROM' field"
409
  msgstr "Ova mejl adresa će biti korišćena u polju 'OD'"
410
 
411
- #: contact_form.php:914
412
  #, fuzzy
413
  msgid "The email address in the 'From' field"
414
  msgstr "Unesi mejl adresu u polje 'OD'"
415
 
416
- #: contact_form.php:916
417
  msgid "User email"
418
  msgstr ""
419
 
420
- #: contact_form.php:917
421
  #, fuzzy
422
  msgid "The email address of the user who fills the form will be used in the field 'From'."
423
  msgstr "Mejl adresa korisnika koji je popunio polja će se koristiti u polju 'OD'"
424
 
425
- #: contact_form.php:920
426
  msgid "This email address will be used in the 'From' field."
427
  msgstr "Ova mejl adresa će biti korišćena u polju 'OD'"
428
 
429
- #: contact_form.php:924
430
  #, fuzzy
431
  msgid "Required symbol"
432
  msgstr "Zahtevana polja"
433
 
434
- #: contact_form.php:934
435
  msgid "Fields"
436
  msgstr ""
437
 
438
- #: contact_form.php:935
439
  msgid "Used"
440
  msgstr ""
441
 
442
- #: contact_form.php:936
443
  #, fuzzy
444
  msgid "Required"
445
  msgstr "Zahtevana polja"
446
 
447
- #: contact_form.php:937
448
  msgid "Visible"
449
  msgstr ""
450
 
451
- #: contact_form.php:938
452
  msgid "Disabled for editing"
453
  msgstr ""
454
 
455
- #: contact_form.php:939
456
  msgid "Field's default value"
457
  msgstr ""
458
 
459
- #: contact_form.php:944
460
- #: contact_form.php:1287
461
- #: contact_form.php:2059
462
- #: contact_form.php:2089
463
  msgid "Name"
464
  msgstr "Ime"
465
 
466
- #: contact_form.php:952
467
- #: contact_form.php:1292
468
- #: contact_form.php:2063
469
- #: contact_form.php:2091
 
 
 
 
470
  #, fuzzy
471
  msgid "Address"
472
  msgstr "E-mail Adresa:"
473
 
474
- #: contact_form.php:960
475
  #, fuzzy
476
  msgid "Email Address"
477
  msgstr "E-mail Adresa:"
478
 
479
- #: contact_form.php:968
480
  #, fuzzy
481
  msgid "Phone number"
482
  msgstr "Broj telefona"
483
 
484
- #: contact_form.php:976
485
- #: contact_form.php:1307
486
- #: contact_form.php:2073
487
- #: contact_form.php:2095
488
  msgid "Subject"
489
  msgstr "Tema"
490
 
491
- #: contact_form.php:984
492
- #: contact_form.php:1311
493
- #: contact_form.php:2076
494
- #: contact_form.php:2096
495
  msgid "Message"
496
  msgstr "Poruka"
497
 
498
- #: contact_form.php:1008
499
  #, fuzzy
500
  msgid "Attachment block"
501
  msgstr "Prikaži blok privezaka"
502
 
503
- #: contact_form.php:1010
504
  msgid "Users can attach the following file formats"
505
  msgstr "Korisnici mogu privezivati fajlove sledećih tipova"
506
 
507
- #: contact_form.php:1023
508
  msgid "Add to the form"
509
  msgstr ""
510
 
511
- #: contact_form.php:1028
512
  #, fuzzy
513
  msgid "Tips below the Attachment"
514
  msgstr "Prikaži objašnjenja posle bloka Privezaka"
515
 
516
- #: contact_form.php:1037
517
  #, fuzzy
518
  msgid "'Send me a copy' block"
519
  msgstr "Prikaži Pošalji mi kopiju blok"
520
 
521
- #: contact_form.php:1048
522
- #: contact_form.php:1051
523
- #: contact_form.php:1055
524
- #: contact_form.php:1321
525
  msgid "Captcha"
526
  msgstr ""
527
 
528
- #: contact_form.php:1051
529
  #, fuzzy
530
  msgid "Activate captcha"
531
  msgstr "Aktivni dodaci"
532
 
533
- #: contact_form.php:1055
534
  #, fuzzy
535
  msgid "Download captcha"
536
  msgstr "Preuzmi"
537
 
538
- #: contact_form.php:1063
539
  msgid "Agreement checkbox"
540
  msgstr ""
541
 
542
- #: contact_form.php:1063
543
  msgid "Required checkbox for submitting the form"
544
  msgstr ""
545
 
546
- #: contact_form.php:1064
547
  msgid "Optional checkbox"
548
  msgstr ""
549
 
550
- #: contact_form.php:1064
551
  msgid "Optional checkbox, the results of which will be displayed in email"
552
  msgstr ""
553
 
554
- #: contact_form.php:1081
555
  msgid "Delete an attachment file from the server after the email is sent"
556
  msgstr ""
557
 
558
- #: contact_form.php:1087
559
  msgid "Email in HTML format sending"
560
  msgstr ""
561
 
562
- #: contact_form.php:1091
563
  #, fuzzy
564
  msgid "Display additional info in the email"
565
  msgstr "Prikaži dodatne informacije u mejlu"
566
 
567
- #: contact_form.php:1096
568
- #: contact_form.php:2026
569
- #: contact_form.php:2028
570
  msgid "Sent from (ip address)"
571
  msgstr "Poslato sa (ip adresa)"
572
 
573
- #: contact_form.php:1096
574
  #, fuzzy
575
  msgid "Example: Sent from (IP address):\t127.0.0.1"
576
  msgstr "Poslato sa (ip adresa)"
577
 
578
- #: contact_form.php:1097
579
- #: contact_form.php:2032
580
- #: contact_form.php:2034
581
  msgid "Date/Time"
582
  msgstr "Datum/Vreme"
583
 
584
- #: contact_form.php:1097
585
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
586
  msgstr ""
587
 
588
- #: contact_form.php:1098
589
- #: contact_form.php:2038
590
- #: contact_form.php:2040
591
  msgid "Sent from (referer)"
592
  msgstr "Poslato od (prosleđivač)"
593
 
594
- #: contact_form.php:1098
595
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
596
  msgstr ""
597
 
598
- #: contact_form.php:1099
599
- #: contact_form.php:2044
600
- #: contact_form.php:2046
601
  msgid "Using (user agent)"
602
  msgstr "Koristi (user agent)"
603
 
604
- #: contact_form.php:1099
605
  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"
606
  msgstr ""
607
 
608
- #: contact_form.php:1103
609
  msgid "Language settings for the field names in the form"
610
  msgstr "Podešavanja jezika za polje imena u obrascu"
611
 
612
- #: contact_form.php:1112
613
  #, fuzzy
614
  msgid "Add a language"
615
  msgstr "Dodaj jezik"
616
 
617
- #: contact_form.php:1116
618
  msgid "Change the names of the contact form fields and error messages"
619
  msgstr "Promeni oznaku za polja u kontakt formi i poruku greške"
620
 
621
- #: contact_form.php:1121
622
- #: contact_form.php:1202
623
  msgid "English"
624
  msgstr "Engleski"
625
 
626
- #: contact_form.php:1129
627
- #: contact_form.php:1163
628
  msgid "click to expand/hide the list"
629
  msgstr ""
630
 
631
- #: contact_form.php:1138
632
- #: contact_form.php:1172
633
  #, fuzzy
634
  msgid "Tips below the Attachment block"
635
  msgstr "Prikaži objašnjenja posle bloka Privezaka"
636
 
637
- #: contact_form.php:1141
638
- #: contact_form.php:1175
639
  msgid "Error message for the Name field"
640
  msgstr "Poruka greške za polje Ime"
641
 
642
- #: contact_form.php:1142
643
- #: contact_form.php:1176
644
  #, fuzzy
645
  msgid "Error message for the Address field"
646
  msgstr "Poruka greške za polje Poruka"
647
 
648
- #: contact_form.php:1143
649
- #: contact_form.php:1177
650
  msgid "Error message for the Email field"
651
  msgstr "Poruka greške za polje imejl"
652
 
653
- #: contact_form.php:1144
654
- #: contact_form.php:1178
655
  msgid "Error message for the Phone field"
656
  msgstr "Poruka greške za polje Broj telefona"
657
 
658
- #: contact_form.php:1145
659
- #: contact_form.php:1179
660
  msgid "Error message for the Subject field"
661
  msgstr "Poruka greške za polje Tema"
662
 
663
- #: contact_form.php:1146
664
- #: contact_form.php:1180
665
  msgid "Error message for the Message field"
666
  msgstr "Poruka greške za polje Poruka"
667
 
668
- #: contact_form.php:1147
669
- #: contact_form.php:1181
670
  #, fuzzy
671
  msgid "Error message about the file type for the Attachment field"
672
  msgstr "Poruka greške za polje Privezaka"
673
 
674
- #: contact_form.php:1148
675
- #: contact_form.php:1182
676
  #, fuzzy
677
  msgid "Error message while uploading a file for the Attachment field to the server"
678
  msgstr "Poruka greške za polje Privezaka"
679
 
680
- #: contact_form.php:1149
681
- #: contact_form.php:1183
682
  #, fuzzy
683
  msgid "Error message while moving the file for the Attachment field"
684
  msgstr "Poruka greške za polje Privezaka"
685
 
686
- #: contact_form.php:1150
687
- #: contact_form.php:1184
688
  #, fuzzy
689
  msgid "Error message when file size limit for the Attachment field is exceeded"
690
  msgstr "Poruka greške za polje Privezaka"
691
 
692
- #: contact_form.php:1151
693
- #: contact_form.php:1185
694
  msgid "Error message for the Captcha field"
695
  msgstr "Poruka greške za polje Kapča"
696
 
697
- #: contact_form.php:1152
698
- #: contact_form.php:1186
699
  msgid "Error message for the whole form"
700
  msgstr "Poruka greške za ceo obrazac"
701
 
702
- #: contact_form.php:1155
703
- #: contact_form.php:1157
704
- #: contact_form.php:1189
705
- #: contact_form.php:1191
706
- #: contact_form.php:1212
707
- #: contact_form.php:1214
708
- #: contact_form.php:1222
709
  #: contact_form.php:1224
 
 
 
 
 
 
 
710
  msgid "Use shortcode"
711
  msgstr "Koristi prečicu"
712
 
713
- #: contact_form.php:1155
714
- #: contact_form.php:1157
715
- #: contact_form.php:1189
716
- #: contact_form.php:1191
717
- #: contact_form.php:1212
718
- #: contact_form.php:1214
719
- #: contact_form.php:1222
720
  #: contact_form.php:1224
 
 
 
 
 
 
 
721
  msgid "for this language"
722
  msgstr "za ovaj jezik"
723
 
724
- #: contact_form.php:1199
 
 
 
 
 
725
  msgid "Action after email is sent"
726
  msgstr "Akcija posle poslatog mejla"
727
 
728
- #: contact_form.php:1201
729
  msgid "Display text"
730
  msgstr "Prikaži tekst"
731
 
732
- #: contact_form.php:1210
733
- #: contact_form.php:1220
734
  msgid "Text"
735
  msgstr "Tekst"
736
 
737
- #: contact_form.php:1231
738
  msgid "Redirect to the page"
739
  msgstr "Preusmeri na stranu"
740
 
741
- #: contact_form.php:1232
742
  msgid "Url"
743
  msgstr "Url"
744
 
745
- #: contact_form.php:1236
746
  msgid "The $_SERVER variable that is used to build a URL of the form"
747
  msgstr ""
748
 
749
- #: contact_form.php:1240
750
  msgid "If you are not sure whether to change this setting or not, please do not do that."
751
  msgstr ""
752
 
753
- #: contact_form.php:1246
754
- #: contact_form.php:1430
755
  msgid "Save Changes"
756
  msgstr "Sačuvaj izmene"
757
 
758
- #: contact_form.php:1251
759
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
760
  msgstr ""
761
 
762
- #: contact_form.php:1252
763
  #, fuzzy
764
  msgid "Rate the plugin"
765
  msgstr "Preporučeni dodaci"
766
 
767
- #: contact_form.php:1255
768
  #, fuzzy
769
  msgid "If there is something wrong about it, please contact us"
770
  msgstr "Ako imate bilo kakva pitanja, kontaktirajte na mejl plugin@bestwebsoft.com ili popunite kontakt formu na našem sajtu"
771
 
772
- #: contact_form.php:1267
773
  msgid "Errors output"
774
  msgstr ""
775
 
776
- #: contact_form.php:1270
777
  msgid "Display error messages"
778
  msgstr ""
779
 
780
- #: contact_form.php:1271
781
  msgid "Color of the input field errors."
782
  msgstr ""
783
 
784
- #: contact_form.php:1272
785
  #, fuzzy
786
  msgid "Display error messages & color of the input field errors"
787
  msgstr "Poruka greške za polje Tema"
788
 
789
- #: contact_form.php:1277
790
  msgid "Add placeholder to the input blocks"
791
  msgstr ""
792
 
793
- #: contact_form.php:1283
794
  #, fuzzy
795
  msgid "Add tooltips"
796
  msgstr "Dodatne opcije"
797
 
798
- #: contact_form.php:1297
799
  #, fuzzy
800
  msgid "Email address"
801
  msgstr "E-mail Adresa:"
802
 
803
- #: contact_form.php:1302
804
  #, fuzzy
805
  msgid "Phone Number"
806
  msgstr "Broj telefona"
807
 
808
- #: contact_form.php:1316
809
  #, fuzzy
810
  msgid "Attachment"
811
  msgstr "Priveži fajl:"
812
 
813
- #: contact_form.php:1321
814
  msgid "(powered by bestwebsoft.com)"
815
  msgstr ""
816
 
817
- #: contact_form.php:1326
818
  #, fuzzy
819
  msgid "Style options"
820
  msgstr "Dodatne opcije"
821
 
822
- #: contact_form.php:1329
823
  msgid "Text color"
824
  msgstr ""
825
 
826
- #: contact_form.php:1332
827
- #: contact_form.php:1337
828
- #: contact_form.php:1347
829
- #: contact_form.php:1352
830
- #: contact_form.php:1357
831
- #: contact_form.php:1362
832
- #: contact_form.php:1372
833
- #: contact_form.php:1377
834
- #: contact_form.php:1383
835
- #: contact_form.php:1394
836
- #: contact_form.php:1399
837
- #: contact_form.php:1404
838
  msgid "Default"
839
  msgstr ""
840
 
841
- #: contact_form.php:1334
842
  msgid "Label text color"
843
  msgstr ""
844
 
845
- #: contact_form.php:1339
846
  msgid "Placeholder color"
847
  msgstr ""
848
 
849
- #: contact_form.php:1344
850
  msgid "Errors color"
851
  msgstr ""
852
 
853
- #: contact_form.php:1349
854
  msgid "Error text color"
855
  msgstr ""
856
 
857
- #: contact_form.php:1354
858
  msgid "Background color of the input field errors"
859
  msgstr ""
860
 
861
- #: contact_form.php:1359
862
  msgid "Border color of the input field errors"
863
  msgstr ""
864
 
865
- #: contact_form.php:1364
866
  msgid "Placeholder color of the input field errors"
867
  msgstr ""
868
 
869
- #: contact_form.php:1369
870
  msgid "Input fields"
871
  msgstr ""
872
 
873
- #: contact_form.php:1374
874
  msgid "Input fields background color"
875
  msgstr ""
876
 
877
- #: contact_form.php:1379
878
  msgid "Text fields color"
879
  msgstr ""
880
 
881
- #: contact_form.php:1381
882
  msgid "Border width in px, numbers only"
883
  msgstr ""
884
 
885
- #: contact_form.php:1385
886
- #: contact_form.php:1406
887
  msgid "Border color"
888
  msgstr ""
889
 
890
- #: contact_form.php:1390
891
  #, fuzzy
892
  msgid "Submit button"
893
  msgstr "Podnesi"
894
 
895
- #: contact_form.php:1392
896
  msgid "Width in px, numbers only"
897
  msgstr ""
898
 
899
- #: contact_form.php:1396
900
  msgid "Button color"
901
  msgstr ""
902
 
903
- #: contact_form.php:1401
904
  msgid "Button text color"
905
  msgstr ""
906
 
907
- #: contact_form.php:1434
908
  #, fuzzy
909
  msgid "Contact Form Pro | Preview"
910
  msgstr "Kontakt Forma"
911
 
912
- #: contact_form.php:1437
913
  msgid "Show with errors"
914
  msgstr ""
915
 
916
- #: contact_form.php:1445
917
- #: contact_form.php:1447
918
  msgid "Please enter your full name..."
919
  msgstr ""
920
 
921
- #: contact_form.php:1458
922
- #: contact_form.php:1460
923
  msgid "Please enter your address..."
924
  msgstr ""
925
 
926
- #: contact_form.php:1469
927
- #: contact_form.php:1471
928
  #, fuzzy
929
  msgid "Please enter your email address..."
930
  msgstr "Koristi ovaj mejl:"
931
 
932
- #: contact_form.php:1480
933
- #: contact_form.php:1482
934
  msgid "Please enter your phone number..."
935
  msgstr ""
936
 
937
- #: contact_form.php:1491
938
- #: contact_form.php:1493
939
  msgid "Please enter subject..."
940
  msgstr ""
941
 
942
- #: contact_form.php:1501
943
- #: contact_form.php:1503
944
  msgid "Please enter your message..."
945
  msgstr ""
946
 
947
- #: contact_form.php:1545
948
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
949
  msgstr ""
950
 
951
- #: contact_form.php:1547
952
  msgid "Please, go to"
953
  msgstr ""
954
 
955
- #: contact_form.php:1547
956
  #, fuzzy
957
  msgid "the setting page"
958
  msgstr "Podešavanja"
959
 
960
- #: contact_form.php:1548
961
  msgid "You will be redirected automatically in 5 seconds."
962
  msgstr ""
963
 
964
- #: contact_form.php:1553
965
  msgid "You can download and activate"
966
  msgstr ""
967
 
968
- #: contact_form.php:1555
969
  msgid "version of this plugin by entering Your license key."
970
  msgstr ""
971
 
972
- #: contact_form.php:1557
973
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
974
  msgstr ""
975
 
976
- #: contact_form.php:1559
977
  msgid "(your username is the email you specify when purchasing the product)."
978
  msgstr ""
979
 
980
- #: contact_form.php:1567
981
- #: contact_form.php:1577
982
- msgid "Go!"
983
- msgstr ""
 
984
 
985
- #: contact_form.php:1647
986
  msgid "Sorry, email message could not be delivered."
987
  msgstr "Izvinite, vaš mejl nije mogao biti dostavljen."
988
 
989
- #: contact_form.php:2053
990
  msgid "Contact from"
991
  msgstr "Kontakt forma"
992
 
993
- #: contact_form.php:2066
994
- #: contact_form.php:2092
995
  msgid "Email"
996
  msgstr "Email"
997
 
998
- #: contact_form.php:2070
999
- #: contact_form.php:2094
1000
  msgid "Phone"
1001
  msgstr "Broj telefona"
1002
 
1003
- #: contact_form.php:2079
1004
- #: contact_form.php:2097
1005
  msgid "Site"
1006
  msgstr "Sajt"
1007
 
1008
- #: contact_form.php:2160
1009
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1010
  msgstr "Ako možete da vidite ovaj MIME to znači da vaš klijent ne prihvata MIME tipove!"
1011
 
1012
- #: contact_form.php:2229
1013
- msgid "FAQ"
1014
- msgstr "FAQ"
1015
-
1016
- #: contact_form.php:2230
1017
  msgid "Support"
1018
  msgstr "Podrška"
1019
 
1020
- #: contact_form.php:2280
1021
  msgid "Are you sure that you want to delete this language data?"
1022
  msgstr "Da li ste sigurni da želite da obrišete podatke jezika?"
1023
 
1024
- #: contact_form.php:2476
1025
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
1026
  msgstr ""
1027
 
1028
- #: contact_form.php:2477
1029
  msgid "Extend standard plugin functionality with new great options."
1030
  msgstr ""
1031
 
1032
- #: contact_form.php:2492
1033
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1034
  msgstr ""
1035
 
1036
- #: contact_form.php:2493
1037
  msgid "Manage messages that have been sent from your website."
1038
  msgstr ""
1039
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-08 14:55+0300\n"
6
+ "PO-Revision-Date: 2014-07-08 14:55+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Georgijevic Team <http://www.georgijevic.info>\n"
9
  "Language: sr_RS\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:74
20
+ #: contact_form.php:845
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Opcije Kontakt Forme"
24
 
25
+ #: contact_form.php:74
26
  msgid "Contact Form"
27
  msgstr "Kontakt Forma"
28
 
29
+ #: contact_form.php:150
30
+ #: contact_form.php:1200
31
+ #: contact_form.php:1234
32
  msgid "Name:"
33
  msgstr "Ime:"
34
 
35
+ #: contact_form.php:151
36
+ #: contact_form.php:1201
37
+ #: contact_form.php:1235
38
  #, fuzzy
39
  msgid "Address:"
40
  msgstr "E-mail Adresa:"
41
 
42
+ #: contact_form.php:152
43
+ #: contact_form.php:1202
44
+ #: contact_form.php:1236
45
  msgid "Email Address:"
46
  msgstr "E-mail Adresa:"
47
 
48
+ #: contact_form.php:153
49
+ #: contact_form.php:1203
50
+ #: contact_form.php:1237
51
  msgid "Phone number:"
52
  msgstr "Broj telefona"
53
 
54
+ #: contact_form.php:154
55
+ #: contact_form.php:1204
56
+ #: contact_form.php:1238
57
  msgid "Subject:"
58
  msgstr "Tema:"
59
 
60
+ #: contact_form.php:155
61
+ #: contact_form.php:1205
62
+ #: contact_form.php:1239
63
  msgid "Message:"
64
  msgstr "Poruka:"
65
 
66
+ #: contact_form.php:156
67
+ #: contact_form.php:1206
68
+ #: contact_form.php:1240
69
  msgid "Attachment:"
70
  msgstr "Priveži fajl:"
71
 
72
+ #: contact_form.php:157
73
  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"
74
  msgstr ""
75
 
76
+ #: contact_form.php:158
77
+ #: contact_form.php:1208
78
+ #: contact_form.php:1242
79
  msgid "Send me a copy"
80
  msgstr "Pošalji mi kopiju"
81
 
82
+ #: contact_form.php:159
83
+ #: contact_form.php:1209
84
+ #: contact_form.php:1243
85
  msgid "Submit"
86
  msgstr "Podnesi"
87
 
88
+ #: contact_form.php:160
89
  msgid "Your name is required."
90
  msgstr "Vaše ime je potrebno."
91
 
92
+ #: contact_form.php:161
93
  #, fuzzy
94
  msgid "Address is required."
95
  msgstr "Ispravna e-mail adresa potrebna."
96
 
97
+ #: contact_form.php:162
98
  #, fuzzy
99
  msgid "A valid email address is required."
100
  msgstr "Ispravna e-mail adresa potrebna."
101
 
102
+ #: contact_form.php:163
103
  msgid "Phone number is required."
104
  msgstr "Broj telefona je potreban."
105
 
106
+ #: contact_form.php:164
107
  msgid "Subject is required."
108
  msgstr "Tekst Teme je potreban."
109
 
110
+ #: contact_form.php:165
111
  msgid "Message text is required."
112
  msgstr "Tekst poruke je potreban."
113
 
114
+ #: contact_form.php:166
115
  msgid "File format is not valid."
116
  msgstr "Privezak ne radi"
117
 
118
+ #: contact_form.php:167
119
  msgid "File upload error."
120
  msgstr ""
121
 
122
+ #: contact_form.php:168
123
  msgid "The file could not be uploaded."
124
  msgstr ""
125
 
126
+ #: contact_form.php:169
127
  msgid "This file is too large."
128
  msgstr ""
129
 
130
+ #: contact_form.php:170
131
  msgid "Please fill out the CAPTCHA."
132
  msgstr "Molimo vas popunite CAPTCHA."
133
 
134
+ #: contact_form.php:171
135
  msgid "Please make corrections below and try again."
136
  msgstr "Molimo vas da izvršite izmene ispod i pokušate ponovo."
137
 
138
+ #: contact_form.php:173
139
  msgid "Thank you for contacting us."
140
  msgstr "Hvala što ste nas kontaktirali."
141
 
142
+ #: contact_form.php:369
143
  #, fuzzy
144
  msgid "requires"
145
  msgstr "Zahtevana polja"
146
 
147
+ #: contact_form.php:369
148
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
149
  msgstr ""
150
 
151
+ #: contact_form.php:369
152
  msgid "Back to the WordPress"
153
  msgstr ""
154
 
155
+ #: contact_form.php:369
156
  #, fuzzy
157
  msgid "Plugins page"
158
  msgstr "BWS Dodaci"
159
 
160
+ #: contact_form.php:677
161
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
162
  msgstr "Ako opcija 'Prosledi na stranu' je izabrana onda polje za URL možete popuniti u sledećem formatu"
163
 
164
+ #: contact_form.php:686
165
  msgid "Such user does not exist. Settings are not saved."
166
  msgstr "Takav korisnik ne postoji. Podešavanja nisu sačuvana"
167
 
168
+ #: contact_form.php:690
169
+ #: contact_form.php:696
170
  #, fuzzy
171
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
172
  msgstr "Molim Vas unesite ispravan mejl u polje 'OD'. Podešavanja nisu sačuvana."
173
 
174
+ #: contact_form.php:721
175
  #, fuzzy
176
  msgid "Settings saved."
177
  msgstr "Opcije sačuvane"
178
 
179
+ #: contact_form.php:748
180
+ #: contact_form.php:780
181
  msgid "Wrong license key"
182
  msgstr ""
183
 
184
+ #: contact_form.php:773
185
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
186
  msgstr ""
187
 
188
+ #: contact_form.php:782
189
  msgid "This license key is bind to another site"
190
  msgstr ""
191
 
192
+ #: contact_form.php:784
193
+ #: contact_form.php:1645
194
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
195
  msgstr ""
196
 
197
+ #: contact_form.php:801
198
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
199
  msgstr ""
200
 
201
+ #: contact_form.php:807
202
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
203
  msgstr ""
204
 
205
+ #: contact_form.php:811
206
+ #: contact_form.php:820
207
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
208
  msgstr ""
209
 
210
+ #: contact_form.php:824
211
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
212
  msgstr ""
213
 
214
+ #: contact_form.php:839
215
  #, fuzzy
216
  msgid "Please, enter Your license key"
217
  msgstr "Koristi ovaj mejl:"
218
 
219
+ #: contact_form.php:847
220
+ #: contact_form.php:2306
221
+ #: contact_form.php:2318
222
  msgid "Settings"
223
  msgstr "Podešavanja"
224
 
225
+ #: contact_form.php:848
226
  #, fuzzy
227
  msgid "Extra settings"
228
  msgstr "Podešavanja"
229
 
230
+ #: contact_form.php:849
231
+ #: contact_form.php:2319
232
+ msgid "FAQ"
233
+ msgstr "FAQ"
234
+
235
+ #: contact_form.php:850
236
  msgid "Go PRO"
237
  msgstr ""
238
 
239
+ #: contact_form.php:853
240
  msgid "Notice:"
241
  msgstr ""
242
 
243
+ #: contact_form.php:853
244
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
245
  msgstr ""
246
 
247
+ #: contact_form.php:859
248
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
249
  msgstr ""
250
 
251
+ #: contact_form.php:865
252
+ #: contact_form.php:870
253
+ #: contact_form.php:1604
254
  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:"
255
  msgstr "Ako želite da dodate Kontakt Formu na vaš veb sajt, jednostavno iskopirajte ovaj kratak kod na vašu stranu, članak ili vidžet:"
256
 
257
+ #: contact_form.php:865
258
+ #: contact_form.php:866
259
+ #: contact_form.php:870
260
+ #: contact_form.php:871
261
+ #: contact_form.php:1224
262
+ #: contact_form.php:1226
263
+ #: contact_form.php:1287
264
+ #: contact_form.php:1289
265
  msgid "or"
266
  msgstr ""
267
 
268
+ #: contact_form.php:866
269
+ #: contact_form.php:871
270
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
271
  msgstr ""
272
 
273
+ #: contact_form.php:867
274
+ #: contact_form.php:872
275
  msgid "They work the same way."
276
  msgstr ""
277
 
278
+ #: contact_form.php:868
279
+ #: contact_form.php:873
280
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
281
  msgstr "Ako je polje za podatke ispod prazno tada će poruka biti poslata na adresu koja je navedena prilikom registracije."
282
 
283
+ #: contact_form.php:878
284
  msgid "The user's email address:"
285
  msgstr "Koristi mejl wordpress korisnika:"
286
 
287
+ #: contact_form.php:882
288
  msgid "Create a username"
289
  msgstr "Odaberi korisničko ime"
290
 
291
+ #: contact_form.php:889
292
  msgid "Enter a username of the person who should get the messages from the contact form."
293
  msgstr "Podesi ime korisnika koji će primiti poruku sa ove kontakt forme."
294
 
295
+ #: contact_form.php:893
296
  msgid "Use this email address:"
297
  msgstr "Koristi ovaj mejl:"
298
 
299
+ #: contact_form.php:896
300
  msgid "Enter the email address you want the messages forwarded to."
301
  msgstr "Podesi mejl adresu koja će biti korišćena za prijem poruka."
302
 
303
+ #: contact_form.php:905
304
  msgid "Add department selectbox to the contact form:"
305
  msgstr ""
306
 
307
+ #: contact_form.php:913
308
+ #: contact_form.php:1487
309
  msgid "If you upgrade to Pro version all your settings will be saved."
310
  msgstr ""
311
 
312
+ #: contact_form.php:920
313
+ #: contact_form.php:1066
314
+ #: contact_form.php:1140
315
+ #: contact_form.php:1494
316
  msgid "Unlock premium options by upgrading to a PRO version."
317
  msgstr ""
318
 
319
+ #: contact_form.php:921
320
+ #: contact_form.php:1067
321
+ #: contact_form.php:1141
322
+ #: contact_form.php:1495
323
+ #: contact_form.php:2574
324
+ #: contact_form.php:2590
325
  msgid "Learn More"
326
  msgstr ""
327
 
328
+ #: contact_form.php:924
329
+ #: contact_form.php:1070
330
+ #: contact_form.php:1144
331
+ #: contact_form.php:1498
332
  msgid "Go"
333
  msgstr ""
334
 
335
+ #: contact_form.php:931
336
  msgid "Save emails to the database"
337
  msgstr ""
338
 
339
+ #: contact_form.php:937
340
  msgid "Using"
341
  msgstr ""
342
 
343
+ #: contact_form.php:937
344
+ #: contact_form.php:1117
345
+ #: contact_form.php:1120
346
+ #: contact_form.php:1124
347
  msgid "powered by"
348
  msgstr ""
349
 
350
+ #: contact_form.php:940
351
+ #: contact_form.php:944
352
  msgid "Using Contact Form to DB powered by"
353
  msgstr ""
354
 
355
+ #: contact_form.php:940
356
  #, fuzzy
357
  msgid "Activate Contact Form to DB"
358
  msgstr "Kontakt Forma"
359
 
360
+ #: contact_form.php:944
361
  #, fuzzy
362
  msgid "Download Contact Form to DB"
363
  msgstr "Kontakt Forma"
364
 
365
+ #: contact_form.php:949
366
  msgid "Additional options"
367
  msgstr "Dodatne opcije"
368
 
369
+ #: contact_form.php:951
370
  msgid "Show"
371
  msgstr ""
372
 
373
+ #: contact_form.php:952
374
  msgid "Hide"
375
  msgstr ""
376
 
377
+ #: contact_form.php:956
378
  msgid "What to use?"
379
  msgstr "Šta koristite?"
380
 
381
+ #: contact_form.php:959
382
  msgid "Wp-mail"
383
  msgstr "Wp-mail"
384
 
385
+ #: contact_form.php:959
386
  msgid "You can use the wp_mail function for mailing"
387
  msgstr "Da biste poslali mejl možete koristiti wordpress-ovu wp_mail funkciju"
388
 
389
+ #: contact_form.php:961
390
  msgid "Mail"
391
  msgstr "Mail"
392
 
393
+ #: contact_form.php:961
394
  msgid "To send mail you can use the php mail function"
395
  msgstr "Da biste poslali mejl možete koristiti php mail funkciju"
396
 
397
+ #: contact_form.php:965
398
  #, fuzzy
399
  msgid "The text in the 'From' field"
400
  msgstr "Promeni tekst 'OD' polja u kontakt formi"
401
 
402
+ #: contact_form.php:967
403
  msgid "User name"
404
  msgstr ""
405
 
406
+ #: contact_form.php:968
407
  #, fuzzy
408
  msgid "The name of the user who fills the form will be used in the field 'From'."
409
  msgstr "Mejl adresa korisnika koji je popunio polja će se koristiti u polju 'OD'"
410
 
411
+ #: contact_form.php:971
412
  #, fuzzy
413
  msgid "This text will be used in the 'FROM' field"
414
  msgstr "Ova mejl adresa će biti korišćena u polju 'OD'"
415
 
416
+ #: contact_form.php:975
417
  #, fuzzy
418
  msgid "The email address in the 'From' field"
419
  msgstr "Unesi mejl adresu u polje 'OD'"
420
 
421
+ #: contact_form.php:977
422
  msgid "User email"
423
  msgstr ""
424
 
425
+ #: contact_form.php:978
426
  #, fuzzy
427
  msgid "The email address of the user who fills the form will be used in the field 'From'."
428
  msgstr "Mejl adresa korisnika koji je popunio polja će se koristiti u polju 'OD'"
429
 
430
+ #: contact_form.php:981
431
  msgid "This email address will be used in the 'From' field."
432
  msgstr "Ova mejl adresa će biti korišćena u polju 'OD'"
433
 
434
+ #: contact_form.php:985
435
  #, fuzzy
436
  msgid "Required symbol"
437
  msgstr "Zahtevana polja"
438
 
439
+ #: contact_form.php:995
440
  msgid "Fields"
441
  msgstr ""
442
 
443
+ #: contact_form.php:996
444
  msgid "Used"
445
  msgstr ""
446
 
447
+ #: contact_form.php:997
448
  #, fuzzy
449
  msgid "Required"
450
  msgstr "Zahtevana polja"
451
 
452
+ #: contact_form.php:998
453
  msgid "Visible"
454
  msgstr ""
455
 
456
+ #: contact_form.php:999
457
  msgid "Disabled for editing"
458
  msgstr ""
459
 
460
+ #: contact_form.php:1000
461
  msgid "Field's default value"
462
  msgstr ""
463
 
464
+ #: contact_form.php:1005
465
+ #: contact_form.php:1362
466
+ #: contact_form.php:2125
467
+ #: contact_form.php:2161
468
  msgid "Name"
469
  msgstr "Ime"
470
 
471
+ #: contact_form.php:1013
472
+ msgid "Location selectbox"
473
+ msgstr ""
474
+
475
+ #: contact_form.php:1021
476
+ #: contact_form.php:1367
477
+ #: contact_form.php:2131
478
+ #: contact_form.php:2165
479
  #, fuzzy
480
  msgid "Address"
481
  msgstr "E-mail Adresa:"
482
 
483
+ #: contact_form.php:1029
484
  #, fuzzy
485
  msgid "Email Address"
486
  msgstr "E-mail Adresa:"
487
 
488
+ #: contact_form.php:1037
489
  #, fuzzy
490
  msgid "Phone number"
491
  msgstr "Broj telefona"
492
 
493
+ #: contact_form.php:1045
494
+ #: contact_form.php:1382
495
+ #: contact_form.php:2146
496
+ #: contact_form.php:2174
497
  msgid "Subject"
498
  msgstr "Tema"
499
 
500
+ #: contact_form.php:1053
501
+ #: contact_form.php:1386
502
+ #: contact_form.php:2149
503
+ #: contact_form.php:2176
504
  msgid "Message"
505
  msgstr "Poruka"
506
 
507
+ #: contact_form.php:1077
508
  #, fuzzy
509
  msgid "Attachment block"
510
  msgstr "Prikaži blok privezaka"
511
 
512
+ #: contact_form.php:1079
513
  msgid "Users can attach the following file formats"
514
  msgstr "Korisnici mogu privezivati fajlove sledećih tipova"
515
 
516
+ #: contact_form.php:1092
517
  msgid "Add to the form"
518
  msgstr ""
519
 
520
+ #: contact_form.php:1097
521
  #, fuzzy
522
  msgid "Tips below the Attachment"
523
  msgstr "Prikaži objašnjenja posle bloka Privezaka"
524
 
525
+ #: contact_form.php:1106
526
  #, fuzzy
527
  msgid "'Send me a copy' block"
528
  msgstr "Prikaži Pošalji mi kopiju blok"
529
 
530
+ #: contact_form.php:1117
531
+ #: contact_form.php:1120
532
+ #: contact_form.php:1124
533
+ #: contact_form.php:1396
534
  msgid "Captcha"
535
  msgstr ""
536
 
537
+ #: contact_form.php:1120
538
  #, fuzzy
539
  msgid "Activate captcha"
540
  msgstr "Aktivni dodaci"
541
 
542
+ #: contact_form.php:1124
543
  #, fuzzy
544
  msgid "Download captcha"
545
  msgstr "Preuzmi"
546
 
547
+ #: contact_form.php:1132
548
  msgid "Agreement checkbox"
549
  msgstr ""
550
 
551
+ #: contact_form.php:1132
552
  msgid "Required checkbox for submitting the form"
553
  msgstr ""
554
 
555
+ #: contact_form.php:1133
556
  msgid "Optional checkbox"
557
  msgstr ""
558
 
559
+ #: contact_form.php:1133
560
  msgid "Optional checkbox, the results of which will be displayed in email"
561
  msgstr ""
562
 
563
+ #: contact_form.php:1150
564
  msgid "Delete an attachment file from the server after the email is sent"
565
  msgstr ""
566
 
567
+ #: contact_form.php:1156
568
  msgid "Email in HTML format sending"
569
  msgstr ""
570
 
571
+ #: contact_form.php:1160
572
  #, fuzzy
573
  msgid "Display additional info in the email"
574
  msgstr "Prikaži dodatne informacije u mejlu"
575
 
576
+ #: contact_form.php:1165
577
+ #: contact_form.php:2092
578
+ #: contact_form.php:2094
579
  msgid "Sent from (ip address)"
580
  msgstr "Poslato sa (ip adresa)"
581
 
582
+ #: contact_form.php:1165
583
  #, fuzzy
584
  msgid "Example: Sent from (IP address):\t127.0.0.1"
585
  msgstr "Poslato sa (ip adresa)"
586
 
587
+ #: contact_form.php:1166
588
+ #: contact_form.php:2098
589
+ #: contact_form.php:2100
590
  msgid "Date/Time"
591
  msgstr "Datum/Vreme"
592
 
593
+ #: contact_form.php:1166
594
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
595
  msgstr ""
596
 
597
+ #: contact_form.php:1167
598
+ #: contact_form.php:2104
599
+ #: contact_form.php:2106
600
  msgid "Sent from (referer)"
601
  msgstr "Poslato od (prosleđivač)"
602
 
603
+ #: contact_form.php:1167
604
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
605
  msgstr ""
606
 
607
+ #: contact_form.php:1168
608
+ #: contact_form.php:2110
609
+ #: contact_form.php:2112
610
  msgid "Using (user agent)"
611
  msgstr "Koristi (user agent)"
612
 
613
+ #: contact_form.php:1168
614
  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"
615
  msgstr ""
616
 
617
+ #: contact_form.php:1172
618
  msgid "Language settings for the field names in the form"
619
  msgstr "Podešavanja jezika za polje imena u obrascu"
620
 
621
+ #: contact_form.php:1181
622
  #, fuzzy
623
  msgid "Add a language"
624
  msgstr "Dodaj jezik"
625
 
626
+ #: contact_form.php:1185
627
  msgid "Change the names of the contact form fields and error messages"
628
  msgstr "Promeni oznaku za polja u kontakt formi i poruku greške"
629
 
630
+ #: contact_form.php:1190
631
+ #: contact_form.php:1277
632
  msgid "English"
633
  msgstr "Engleski"
634
 
635
+ #: contact_form.php:1198
636
+ #: contact_form.php:1232
637
  msgid "click to expand/hide the list"
638
  msgstr ""
639
 
640
+ #: contact_form.php:1207
641
+ #: contact_form.php:1241
642
  #, fuzzy
643
  msgid "Tips below the Attachment block"
644
  msgstr "Prikaži objašnjenja posle bloka Privezaka"
645
 
646
+ #: contact_form.php:1210
647
+ #: contact_form.php:1244
648
  msgid "Error message for the Name field"
649
  msgstr "Poruka greške za polje Ime"
650
 
651
+ #: contact_form.php:1211
652
+ #: contact_form.php:1245
653
  #, fuzzy
654
  msgid "Error message for the Address field"
655
  msgstr "Poruka greške za polje Poruka"
656
 
657
+ #: contact_form.php:1212
658
+ #: contact_form.php:1246
659
  msgid "Error message for the Email field"
660
  msgstr "Poruka greške za polje imejl"
661
 
662
+ #: contact_form.php:1213
663
+ #: contact_form.php:1247
664
  msgid "Error message for the Phone field"
665
  msgstr "Poruka greške za polje Broj telefona"
666
 
667
+ #: contact_form.php:1214
668
+ #: contact_form.php:1248
669
  msgid "Error message for the Subject field"
670
  msgstr "Poruka greške za polje Tema"
671
 
672
+ #: contact_form.php:1215
673
+ #: contact_form.php:1249
674
  msgid "Error message for the Message field"
675
  msgstr "Poruka greške za polje Poruka"
676
 
677
+ #: contact_form.php:1216
678
+ #: contact_form.php:1250
679
  #, fuzzy
680
  msgid "Error message about the file type for the Attachment field"
681
  msgstr "Poruka greške za polje Privezaka"
682
 
683
+ #: contact_form.php:1217
684
+ #: contact_form.php:1251
685
  #, fuzzy
686
  msgid "Error message while uploading a file for the Attachment field to the server"
687
  msgstr "Poruka greške za polje Privezaka"
688
 
689
+ #: contact_form.php:1218
690
+ #: contact_form.php:1252
691
  #, fuzzy
692
  msgid "Error message while moving the file for the Attachment field"
693
  msgstr "Poruka greške za polje Privezaka"
694
 
695
+ #: contact_form.php:1219
696
+ #: contact_form.php:1253
697
  #, fuzzy
698
  msgid "Error message when file size limit for the Attachment field is exceeded"
699
  msgstr "Poruka greške za polje Privezaka"
700
 
701
+ #: contact_form.php:1220
702
+ #: contact_form.php:1254
703
  msgid "Error message for the Captcha field"
704
  msgstr "Poruka greške za polje Kapča"
705
 
706
+ #: contact_form.php:1221
707
+ #: contact_form.php:1255
708
  msgid "Error message for the whole form"
709
  msgstr "Poruka greške za ceo obrazac"
710
 
 
 
 
 
 
 
 
711
  #: contact_form.php:1224
712
+ #: contact_form.php:1226
713
+ #: contact_form.php:1258
714
+ #: contact_form.php:1260
715
+ #: contact_form.php:1287
716
+ #: contact_form.php:1289
717
+ #: contact_form.php:1297
718
+ #: contact_form.php:1299
719
  msgid "Use shortcode"
720
  msgstr "Koristi prečicu"
721
 
 
 
 
 
 
 
 
722
  #: contact_form.php:1224
723
+ #: contact_form.php:1226
724
+ #: contact_form.php:1258
725
+ #: contact_form.php:1260
726
+ #: contact_form.php:1287
727
+ #: contact_form.php:1289
728
+ #: contact_form.php:1297
729
+ #: contact_form.php:1299
730
  msgid "for this language"
731
  msgstr "za ovaj jezik"
732
 
733
+ #: contact_form.php:1268
734
+ #, fuzzy
735
+ msgid "Use the changed names of the contact form fields in the email"
736
+ msgstr "Promeni oznaku za polja u kontakt formi i poruku greške"
737
+
738
+ #: contact_form.php:1274
739
  msgid "Action after email is sent"
740
  msgstr "Akcija posle poslatog mejla"
741
 
742
+ #: contact_form.php:1276
743
  msgid "Display text"
744
  msgstr "Prikaži tekst"
745
 
746
+ #: contact_form.php:1285
747
+ #: contact_form.php:1295
748
  msgid "Text"
749
  msgstr "Tekst"
750
 
751
+ #: contact_form.php:1306
752
  msgid "Redirect to the page"
753
  msgstr "Preusmeri na stranu"
754
 
755
+ #: contact_form.php:1307
756
  msgid "Url"
757
  msgstr "Url"
758
 
759
+ #: contact_form.php:1311
760
  msgid "The $_SERVER variable that is used to build a URL of the form"
761
  msgstr ""
762
 
763
+ #: contact_form.php:1315
764
  msgid "If you are not sure whether to change this setting or not, please do not do that."
765
  msgstr ""
766
 
767
+ #: contact_form.php:1321
768
+ #: contact_form.php:1505
769
  msgid "Save Changes"
770
  msgstr "Sačuvaj izmene"
771
 
772
+ #: contact_form.php:1326
773
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
774
  msgstr ""
775
 
776
+ #: contact_form.php:1327
777
  #, fuzzy
778
  msgid "Rate the plugin"
779
  msgstr "Preporučeni dodaci"
780
 
781
+ #: contact_form.php:1330
782
  #, fuzzy
783
  msgid "If there is something wrong about it, please contact us"
784
  msgstr "Ako imate bilo kakva pitanja, kontaktirajte na mejl plugin@bestwebsoft.com ili popunite kontakt formu na našem sajtu"
785
 
786
+ #: contact_form.php:1342
787
  msgid "Errors output"
788
  msgstr ""
789
 
790
+ #: contact_form.php:1345
791
  msgid "Display error messages"
792
  msgstr ""
793
 
794
+ #: contact_form.php:1346
795
  msgid "Color of the input field errors."
796
  msgstr ""
797
 
798
+ #: contact_form.php:1347
799
  #, fuzzy
800
  msgid "Display error messages & color of the input field errors"
801
  msgstr "Poruka greške za polje Tema"
802
 
803
+ #: contact_form.php:1352
804
  msgid "Add placeholder to the input blocks"
805
  msgstr ""
806
 
807
+ #: contact_form.php:1358
808
  #, fuzzy
809
  msgid "Add tooltips"
810
  msgstr "Dodatne opcije"
811
 
812
+ #: contact_form.php:1372
813
  #, fuzzy
814
  msgid "Email address"
815
  msgstr "E-mail Adresa:"
816
 
817
+ #: contact_form.php:1377
818
  #, fuzzy
819
  msgid "Phone Number"
820
  msgstr "Broj telefona"
821
 
822
+ #: contact_form.php:1391
823
  #, fuzzy
824
  msgid "Attachment"
825
  msgstr "Priveži fajl:"
826
 
827
+ #: contact_form.php:1396
828
  msgid "(powered by bestwebsoft.com)"
829
  msgstr ""
830
 
831
+ #: contact_form.php:1401
832
  #, fuzzy
833
  msgid "Style options"
834
  msgstr "Dodatne opcije"
835
 
836
+ #: contact_form.php:1404
837
  msgid "Text color"
838
  msgstr ""
839
 
840
+ #: contact_form.php:1407
841
+ #: contact_form.php:1412
842
+ #: contact_form.php:1422
843
+ #: contact_form.php:1427
844
+ #: contact_form.php:1432
845
+ #: contact_form.php:1437
846
+ #: contact_form.php:1447
847
+ #: contact_form.php:1452
848
+ #: contact_form.php:1458
849
+ #: contact_form.php:1469
850
+ #: contact_form.php:1474
851
+ #: contact_form.php:1479
852
  msgid "Default"
853
  msgstr ""
854
 
855
+ #: contact_form.php:1409
856
  msgid "Label text color"
857
  msgstr ""
858
 
859
+ #: contact_form.php:1414
860
  msgid "Placeholder color"
861
  msgstr ""
862
 
863
+ #: contact_form.php:1419
864
  msgid "Errors color"
865
  msgstr ""
866
 
867
+ #: contact_form.php:1424
868
  msgid "Error text color"
869
  msgstr ""
870
 
871
+ #: contact_form.php:1429
872
  msgid "Background color of the input field errors"
873
  msgstr ""
874
 
875
+ #: contact_form.php:1434
876
  msgid "Border color of the input field errors"
877
  msgstr ""
878
 
879
+ #: contact_form.php:1439
880
  msgid "Placeholder color of the input field errors"
881
  msgstr ""
882
 
883
+ #: contact_form.php:1444
884
  msgid "Input fields"
885
  msgstr ""
886
 
887
+ #: contact_form.php:1449
888
  msgid "Input fields background color"
889
  msgstr ""
890
 
891
+ #: contact_form.php:1454
892
  msgid "Text fields color"
893
  msgstr ""
894
 
895
+ #: contact_form.php:1456
896
  msgid "Border width in px, numbers only"
897
  msgstr ""
898
 
899
+ #: contact_form.php:1460
900
+ #: contact_form.php:1481
901
  msgid "Border color"
902
  msgstr ""
903
 
904
+ #: contact_form.php:1465
905
  #, fuzzy
906
  msgid "Submit button"
907
  msgstr "Podnesi"
908
 
909
+ #: contact_form.php:1467
910
  msgid "Width in px, numbers only"
911
  msgstr ""
912
 
913
+ #: contact_form.php:1471
914
  msgid "Button color"
915
  msgstr ""
916
 
917
+ #: contact_form.php:1476
918
  msgid "Button text color"
919
  msgstr ""
920
 
921
+ #: contact_form.php:1509
922
  #, fuzzy
923
  msgid "Contact Form Pro | Preview"
924
  msgstr "Kontakt Forma"
925
 
926
+ #: contact_form.php:1512
927
  msgid "Show with errors"
928
  msgstr ""
929
 
930
+ #: contact_form.php:1520
931
+ #: contact_form.php:1522
932
  msgid "Please enter your full name..."
933
  msgstr ""
934
 
935
+ #: contact_form.php:1533
936
+ #: contact_form.php:1535
937
  msgid "Please enter your address..."
938
  msgstr ""
939
 
940
+ #: contact_form.php:1544
941
+ #: contact_form.php:1546
942
  #, fuzzy
943
  msgid "Please enter your email address..."
944
  msgstr "Koristi ovaj mejl:"
945
 
946
+ #: contact_form.php:1555
947
+ #: contact_form.php:1557
948
  msgid "Please enter your phone number..."
949
  msgstr ""
950
 
951
+ #: contact_form.php:1566
952
+ #: contact_form.php:1568
953
  msgid "Please enter subject..."
954
  msgstr ""
955
 
956
+ #: contact_form.php:1576
957
+ #: contact_form.php:1578
958
  msgid "Please enter your message..."
959
  msgstr ""
960
 
961
+ #: contact_form.php:1620
962
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
963
  msgstr ""
964
 
965
+ #: contact_form.php:1622
966
  msgid "Please, go to"
967
  msgstr ""
968
 
969
+ #: contact_form.php:1622
970
  #, fuzzy
971
  msgid "the setting page"
972
  msgstr "Podešavanja"
973
 
974
+ #: contact_form.php:1623
975
  msgid "You will be redirected automatically in 5 seconds."
976
  msgstr ""
977
 
978
+ #: contact_form.php:1628
979
  msgid "You can download and activate"
980
  msgstr ""
981
 
982
+ #: contact_form.php:1630
983
  msgid "version of this plugin by entering Your license key."
984
  msgstr ""
985
 
986
+ #: contact_form.php:1632
987
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
988
  msgstr ""
989
 
990
+ #: contact_form.php:1634
991
  msgid "(your username is the email you specify when purchasing the product)."
992
  msgstr ""
993
 
994
+ #: contact_form.php:1642
995
+ #: contact_form.php:1652
996
+ #, fuzzy
997
+ msgid "Activate"
998
+ msgstr "Aktivni dodaci"
999
 
1000
+ #: contact_form.php:1718
1001
  msgid "Sorry, email message could not be delivered."
1002
  msgstr "Izvinite, vaš mejl nije mogao biti dostavljen."
1003
 
1004
+ #: contact_form.php:2119
1005
  msgid "Contact from"
1006
  msgstr "Kontakt forma"
1007
 
1008
+ #: contact_form.php:2136
1009
+ #: contact_form.php:2168
1010
  msgid "Email"
1011
  msgstr "Email"
1012
 
1013
+ #: contact_form.php:2141
1014
+ #: contact_form.php:2171
1015
  msgid "Phone"
1016
  msgstr "Broj telefona"
1017
 
1018
+ #: contact_form.php:2152
1019
+ #: contact_form.php:2178
1020
  msgid "Site"
1021
  msgstr "Sajt"
1022
 
1023
+ #: contact_form.php:2250
1024
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1025
  msgstr "Ako možete da vidite ovaj MIME to znači da vaš klijent ne prihvata MIME tipove!"
1026
 
1027
+ #: contact_form.php:2320
 
 
 
 
1028
  msgid "Support"
1029
  msgstr "Podrška"
1030
 
1031
+ #: contact_form.php:2368
1032
  msgid "Are you sure that you want to delete this language data?"
1033
  msgstr "Da li ste sigurni da želite da obrišete podatke jezika?"
1034
 
1035
+ #: contact_form.php:2577
1036
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
1037
  msgstr ""
1038
 
1039
+ #: contact_form.php:2578
1040
  msgid "Extend standard plugin functionality with new great options."
1041
  msgstr ""
1042
 
1043
+ #: contact_form.php:2593
1044
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1045
  msgstr ""
1046
 
1047
+ #: contact_form.php:2594
1048
  msgid "Manage messages that have been sent from your website."
1049
  msgstr ""
1050
 
languages/contact_form-sv_SE.mo CHANGED
Binary file
languages/contact_form-sv_SE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-04-14 15:41+0300\n"
6
- "PO-Revision-Date: 2014-04-14 15:41+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Martin Tonek, Joakim Lindskog, Maarten van den Driest <joakim@limewoodmedia.com, maarten@vandendriest.com>\n"
9
  "Language: ru_RU\n"
@@ -16,996 +16,1007 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:73
20
- #: contact_form.php:785
21
  msgid "Contact Form Settings"
22
  msgstr "Kontaktformulärinställningar"
23
 
24
- #: contact_form.php:73
25
  msgid "Contact Form"
26
  msgstr "Kontaktformulär"
27
 
28
- #: contact_form.php:149
29
- #: contact_form.php:1131
30
- #: contact_form.php:1165
31
  msgid "Name:"
32
  msgstr "Namn:"
33
 
34
- #: contact_form.php:150
35
- #: contact_form.php:1132
36
- #: contact_form.php:1166
37
  msgid "Address:"
38
  msgstr "Adress:"
39
 
40
- #: contact_form.php:151
41
- #: contact_form.php:1133
42
- #: contact_form.php:1167
43
  msgid "Email Address:"
44
  msgstr "E-postadress:"
45
 
46
- #: contact_form.php:152
47
- #: contact_form.php:1134
48
- #: contact_form.php:1168
49
  msgid "Phone number:"
50
  msgstr "Telefonnummer:"
51
 
52
- #: contact_form.php:153
53
- #: contact_form.php:1135
54
- #: contact_form.php:1169
55
  msgid "Subject:"
56
  msgstr "Ämne:"
57
 
58
- #: contact_form.php:154
59
- #: contact_form.php:1136
60
- #: contact_form.php:1170
61
  msgid "Message:"
62
  msgstr "Meddelande:"
63
 
64
- #: contact_form.php:155
65
- #: contact_form.php:1137
66
- #: contact_form.php:1171
67
  msgid "Attachment:"
68
  msgstr "Bifogad fil:"
69
 
70
- #: contact_form.php:156
71
  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"
72
  msgstr "Stödda filformat: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max filstorlek: 2MB"
73
 
74
- #: contact_form.php:157
75
- #: contact_form.php:1139
76
- #: contact_form.php:1173
77
  msgid "Send me a copy"
78
  msgstr "Skicka mig en kopia"
79
 
80
- #: contact_form.php:158
81
- #: contact_form.php:1140
82
- #: contact_form.php:1174
83
  msgid "Submit"
84
  msgstr "Skicka"
85
 
86
- #: contact_form.php:159
87
  msgid "Your name is required."
88
  msgstr "Ditt namn krävs."
89
 
90
- #: contact_form.php:160
91
  msgid "Address is required."
92
  msgstr "Adress krävs."
93
 
94
- #: contact_form.php:161
95
  msgid "A valid email address is required."
96
  msgstr "En giltig e-postadress krävs."
97
 
98
- #: contact_form.php:162
99
  msgid "Phone number is required."
100
  msgstr "Telefonnummer krävs."
101
 
102
- #: contact_form.php:163
103
  msgid "Subject is required."
104
  msgstr "Ämne krävs."
105
 
106
- #: contact_form.php:164
107
  msgid "Message text is required."
108
  msgstr "Meddelande krävs."
109
 
110
- #: contact_form.php:165
111
  msgid "File format is not valid."
112
  msgstr "Bilageformaten är inte giltigt."
113
 
114
- #: contact_form.php:166
115
  msgid "File upload error."
116
  msgstr "Filuppladdningsfel."
117
 
118
- #: contact_form.php:167
119
  msgid "The file could not be uploaded."
120
  msgstr "Filen kunde inte laddas upp."
121
 
122
- #: contact_form.php:168
123
  msgid "This file is too large."
124
  msgstr "Filen är för stor."
125
 
126
- #: contact_form.php:169
127
  msgid "Please fill out the CAPTCHA."
128
  msgstr "Var god fyll i CAPTCHA."
129
 
130
- #: contact_form.php:170
131
  msgid "Please make corrections below and try again."
132
  msgstr "Var god gör korrigeringar nedan och försök igen."
133
 
134
- #: contact_form.php:172
135
  msgid "Thank you for contacting us."
136
  msgstr "Tack för att du kontaktade oss."
137
 
138
- #: contact_form.php:322
139
  #, fuzzy
140
  msgid "requires"
141
  msgstr "Obligatoriska fält"
142
 
143
- #: contact_form.php:322
144
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
145
  msgstr ""
146
 
147
- #: contact_form.php:322
148
  msgid "Back to the WordPress"
149
  msgstr ""
150
 
151
- #: contact_form.php:322
152
  #, fuzzy
153
  msgid "Plugins page"
154
  msgstr "Pro-tillägg"
155
 
156
- #: contact_form.php:626
157
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
158
  msgstr "Om alternativet 'Omdirigera till sida' väljs ska URL-fältet fyllas i med följande format"
159
 
160
- #: contact_form.php:635
161
  msgid "Such user does not exist. Settings are not saved."
162
  msgstr "Användaren finns inte. Inställningarna sparades inte."
163
 
164
- #: contact_form.php:639
165
- #: contact_form.php:645
166
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
167
  msgstr "Var god ange en giltig e-postadress i 'FRÅN'-fältet. Inställningarna sparades inte."
168
 
169
- #: contact_form.php:661
170
  msgid "Settings saved."
171
  msgstr "Inställningar sparades."
172
 
173
- #: contact_form.php:688
174
- #: contact_form.php:720
175
  msgid "Wrong license key"
176
  msgstr ""
177
 
178
- #: contact_form.php:713
179
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
180
  msgstr ""
181
 
182
- #: contact_form.php:722
183
  msgid "This license key is bind to another site"
184
  msgstr ""
185
 
186
- #: contact_form.php:724
187
- #: contact_form.php:1570
188
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
189
  msgstr ""
190
 
191
- #: contact_form.php:741
192
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
193
  msgstr ""
194
 
195
- #: contact_form.php:747
196
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
197
  msgstr ""
198
 
199
- #: contact_form.php:751
200
- #: contact_form.php:760
201
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
202
  msgstr ""
203
 
204
- #: contact_form.php:764
205
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
206
  msgstr ""
207
 
208
- #: contact_form.php:779
209
  #, fuzzy
210
  msgid "Please, enter Your license key"
211
  msgstr "Var god ange ditt meddelande…"
212
 
213
- #: contact_form.php:787
214
- #: contact_form.php:2216
215
- #: contact_form.php:2228
216
  msgid "Settings"
217
  msgstr "Inställningar"
218
 
219
- #: contact_form.php:788
220
  msgid "Extra settings"
221
  msgstr "Extra inställningar"
222
 
223
- #: contact_form.php:789
 
 
 
 
 
224
  msgid "Go PRO"
225
  msgstr ""
226
 
227
- #: contact_form.php:792
228
  msgid "Notice:"
229
  msgstr ""
230
 
231
- #: contact_form.php:792
232
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
233
  msgstr ""
234
 
235
- #: contact_form.php:798
236
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
237
  msgstr ""
238
 
239
- #: contact_form.php:804
240
- #: contact_form.php:809
241
- #: contact_form.php:1529
242
  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:"
243
  msgstr "Om du vill lägga till ett kontaktformulär på din webbplats, kopiera följande kortkod och klistra in den på rätt inlägg, sida eller widget:"
244
 
245
- #: contact_form.php:804
246
- #: contact_form.php:805
247
- #: contact_form.php:809
248
- #: contact_form.php:810
249
- #: contact_form.php:1155
250
- #: contact_form.php:1157
251
- #: contact_form.php:1212
252
- #: contact_form.php:1214
253
  msgid "or"
254
  msgstr ""
255
 
256
- #: contact_form.php:805
257
- #: contact_form.php:810
258
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
259
  msgstr ""
260
 
261
- #: contact_form.php:806
262
- #: contact_form.php:811
263
  msgid "They work the same way."
264
  msgstr ""
265
 
266
- #: contact_form.php:807
267
- #: contact_form.php:812
268
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
269
  msgstr "Om du lämnar fälten tomma kommer meddelandena att skickas till den e-postadressen som angavs under registreringen."
270
 
271
- #: contact_form.php:817
272
  msgid "The user's email address:"
273
  msgstr "Användarens e-postadress:"
274
 
275
- #: contact_form.php:821
276
  msgid "Create a username"
277
  msgstr "Skapa ett användarnamn"
278
 
279
- #: contact_form.php:828
280
  msgid "Enter a username of the person who should get the messages from the contact form."
281
  msgstr "Ange ett användarnamn på den användare som ska få meddelanden från kontaktformuläret."
282
 
283
- #: contact_form.php:832
284
  msgid "Use this email address:"
285
  msgstr "Använd den här e-postadressen:"
286
 
287
- #: contact_form.php:835
288
  msgid "Enter the email address you want the messages forwarded to."
289
  msgstr "Ange en e-postadress som ska användas för att ta emot meddelanden."
290
 
291
- #: contact_form.php:844
292
  msgid "Add department selectbox to the contact form:"
293
  msgstr ""
294
 
295
- #: contact_form.php:852
296
- #: contact_form.php:1412
297
  msgid "If you upgrade to Pro version all your settings will be saved."
298
  msgstr ""
299
 
300
- #: contact_form.php:859
301
- #: contact_form.php:997
302
- #: contact_form.php:1071
303
- #: contact_form.php:1419
304
  msgid "Unlock premium options by upgrading to a PRO version."
305
  msgstr ""
306
 
307
- #: contact_form.php:860
308
- #: contact_form.php:998
309
- #: contact_form.php:1072
310
- #: contact_form.php:1420
311
- #: contact_form.php:2473
312
- #: contact_form.php:2489
313
  msgid "Learn More"
314
  msgstr ""
315
 
316
- #: contact_form.php:863
317
- #: contact_form.php:1001
318
- #: contact_form.php:1075
319
- #: contact_form.php:1423
320
  msgid "Go"
321
  msgstr ""
322
 
323
- #: contact_form.php:870
324
  msgid "Save emails to the database"
325
  msgstr ""
326
 
327
- #: contact_form.php:876
328
  msgid "Using"
329
  msgstr ""
330
 
331
- #: contact_form.php:876
332
- #: contact_form.php:1048
333
- #: contact_form.php:1051
334
- #: contact_form.php:1055
335
  msgid "powered by"
336
  msgstr ""
337
 
338
- #: contact_form.php:879
339
- #: contact_form.php:883
340
  msgid "Using Contact Form to DB powered by"
341
  msgstr ""
342
 
343
- #: contact_form.php:879
344
  #, fuzzy
345
  msgid "Activate Contact Form to DB"
346
  msgstr "Kontaktformulär Pro"
347
 
348
- #: contact_form.php:883
349
  #, fuzzy
350
  msgid "Download Contact Form to DB"
351
  msgstr "Kontaktformulär Pro"
352
 
353
- #: contact_form.php:888
354
  msgid "Additional options"
355
  msgstr "Ytterligare alternativ"
356
 
357
- #: contact_form.php:890
358
  msgid "Show"
359
  msgstr ""
360
 
361
- #: contact_form.php:891
362
  msgid "Hide"
363
  msgstr ""
364
 
365
- #: contact_form.php:895
366
  msgid "What to use?"
367
  msgstr "Vad ska användas?"
368
 
369
- #: contact_form.php:898
370
  msgid "Wp-mail"
371
  msgstr "Wp-mail"
372
 
373
- #: contact_form.php:898
374
  msgid "You can use the wp_mail function for mailing"
375
  msgstr "Du kan använda wp_mail-funktionen för att skicka e-post"
376
 
377
- #: contact_form.php:900
378
  msgid "Mail"
379
  msgstr "E-post"
380
 
381
- #: contact_form.php:900
382
  msgid "To send mail you can use the php mail function"
383
  msgstr "Du kan använda php-funktionen för att skicka e-post"
384
 
385
- #: contact_form.php:904
386
  #, fuzzy
387
  msgid "The text in the 'From' field"
388
  msgstr "Ändra text för 'FRÅN'-fältet"
389
 
390
- #: contact_form.php:906
391
  #, fuzzy
392
  msgid "User name"
393
  msgstr "Användarens e-post"
394
 
395
- #: contact_form.php:907
396
  #, fuzzy
397
  msgid "The name of the user who fills the form will be used in the field 'From'."
398
  msgstr "E-postadressen för användaren som fyller i formuläret kommer att användas i 'Från'-fältet."
399
 
400
- #: contact_form.php:910
401
  #, fuzzy
402
  msgid "This text will be used in the 'FROM' field"
403
  msgstr "Denna e-postadress kommer att användas för 'Från'-fältet."
404
 
405
- #: contact_form.php:914
406
  #, fuzzy
407
  msgid "The email address in the 'From' field"
408
  msgstr "Ange e-postadress för 'Från'-fältet"
409
 
410
- #: contact_form.php:916
411
  msgid "User email"
412
  msgstr "Användarens e-post"
413
 
414
- #: contact_form.php:917
415
  msgid "The email address of the user who fills the form will be used in the field 'From'."
416
  msgstr "E-postadressen för användaren som fyller i formuläret kommer att användas i 'Från'-fältet."
417
 
418
- #: contact_form.php:920
419
  msgid "This email address will be used in the 'From' field."
420
  msgstr "Denna e-postadress kommer att användas för 'Från'-fältet."
421
 
422
- #: contact_form.php:924
423
  #, fuzzy
424
  msgid "Required symbol"
425
  msgstr "Obligatoriska fält"
426
 
427
- #: contact_form.php:934
428
  msgid "Fields"
429
  msgstr ""
430
 
431
- #: contact_form.php:935
432
  msgid "Used"
433
  msgstr ""
434
 
435
- #: contact_form.php:936
436
  #, fuzzy
437
  msgid "Required"
438
  msgstr "Obligatoriska fält"
439
 
440
- #: contact_form.php:937
441
  msgid "Visible"
442
  msgstr ""
443
 
444
- #: contact_form.php:938
445
  msgid "Disabled for editing"
446
  msgstr ""
447
 
448
- #: contact_form.php:939
449
  msgid "Field's default value"
450
  msgstr ""
451
 
452
- #: contact_form.php:944
453
- #: contact_form.php:1287
454
- #: contact_form.php:2059
455
- #: contact_form.php:2089
456
  msgid "Name"
457
  msgstr "Namn"
458
 
459
- #: contact_form.php:952
460
- #: contact_form.php:1292
461
- #: contact_form.php:2063
462
- #: contact_form.php:2091
 
 
 
 
463
  msgid "Address"
464
  msgstr "Adress"
465
 
466
- #: contact_form.php:960
467
  msgid "Email Address"
468
  msgstr "E-postadress"
469
 
470
- #: contact_form.php:968
471
  #, fuzzy
472
  msgid "Phone number"
473
  msgstr "Telefonnummer:"
474
 
475
- #: contact_form.php:976
476
- #: contact_form.php:1307
477
- #: contact_form.php:2073
478
- #: contact_form.php:2095
479
  msgid "Subject"
480
  msgstr "Ämne"
481
 
482
- #: contact_form.php:984
483
- #: contact_form.php:1311
484
- #: contact_form.php:2076
485
- #: contact_form.php:2096
486
  msgid "Message"
487
  msgstr "Meddelande"
488
 
489
- #: contact_form.php:1008
490
  msgid "Attachment block"
491
  msgstr "Bilageblock"
492
 
493
- #: contact_form.php:1010
494
  msgid "Users can attach the following file formats"
495
  msgstr "Användare kan bifoga filer av följande format"
496
 
497
- #: contact_form.php:1023
498
  msgid "Add to the form"
499
  msgstr ""
500
 
501
- #: contact_form.php:1028
502
  #, fuzzy
503
  msgid "Tips below the Attachment"
504
  msgstr "Visa förklaringar under bilageblocket"
505
 
506
- #: contact_form.php:1037
507
  #, fuzzy
508
  msgid "'Send me a copy' block"
509
  msgstr "Skicka mig en kopia-block"
510
 
511
- #: contact_form.php:1048
512
- #: contact_form.php:1051
513
- #: contact_form.php:1055
514
- #: contact_form.php:1321
515
  msgid "Captcha"
516
  msgstr "Captcha"
517
 
518
- #: contact_form.php:1051
519
  msgid "Activate captcha"
520
  msgstr "Aktivera captcha"
521
 
522
- #: contact_form.php:1055
523
  msgid "Download captcha"
524
  msgstr "Hämta captcha"
525
 
526
- #: contact_form.php:1063
527
  msgid "Agreement checkbox"
528
  msgstr ""
529
 
530
- #: contact_form.php:1063
531
  msgid "Required checkbox for submitting the form"
532
  msgstr ""
533
 
534
- #: contact_form.php:1064
535
  msgid "Optional checkbox"
536
  msgstr ""
537
 
538
- #: contact_form.php:1064
539
  msgid "Optional checkbox, the results of which will be displayed in email"
540
  msgstr ""
541
 
542
- #: contact_form.php:1081
543
  msgid "Delete an attachment file from the server after the email is sent"
544
  msgstr ""
545
 
546
- #: contact_form.php:1087
547
  msgid "Email in HTML format sending"
548
  msgstr ""
549
 
550
- #: contact_form.php:1091
551
  msgid "Display additional info in the email"
552
  msgstr "Visa ytterligare information i meddelandet"
553
 
554
- #: contact_form.php:1096
555
- #: contact_form.php:2026
556
- #: contact_form.php:2028
557
  msgid "Sent from (ip address)"
558
  msgstr "Skickat från (ip-adress)"
559
 
560
- #: contact_form.php:1096
561
  #, fuzzy
562
  msgid "Example: Sent from (IP address):\t127.0.0.1"
563
  msgstr "Skickat från (ip-adress)"
564
 
565
- #: contact_form.php:1097
566
- #: contact_form.php:2032
567
- #: contact_form.php:2034
568
  msgid "Date/Time"
569
  msgstr "Datum/Tid"
570
 
571
- #: contact_form.php:1097
572
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
573
  msgstr ""
574
 
575
- #: contact_form.php:1098
576
- #: contact_form.php:2038
577
- #: contact_form.php:2040
578
  msgid "Sent from (referer)"
579
  msgstr "Skickat från (referer)"
580
 
581
- #: contact_form.php:1098
582
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
583
  msgstr ""
584
 
585
- #: contact_form.php:1099
586
- #: contact_form.php:2044
587
- #: contact_form.php:2046
588
  msgid "Using (user agent)"
589
  msgstr "Använder (user agent)"
590
 
591
- #: contact_form.php:1099
592
  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"
593
  msgstr ""
594
 
595
- #: contact_form.php:1103
596
  msgid "Language settings for the field names in the form"
597
  msgstr "Språkinställningar för etikettnamn in formuläret"
598
 
599
- #: contact_form.php:1112
600
  msgid "Add a language"
601
  msgstr "Lägg till ett språk"
602
 
603
- #: contact_form.php:1116
604
  msgid "Change the names of the contact form fields and error messages"
605
  msgstr "Ändra etikett för fälten i kontaktformuläret och felmeddelanden"
606
 
607
- #: contact_form.php:1121
608
- #: contact_form.php:1202
609
  msgid "English"
610
  msgstr "Engelska"
611
 
612
- #: contact_form.php:1129
613
- #: contact_form.php:1163
614
  msgid "click to expand/hide the list"
615
  msgstr ""
616
 
617
- #: contact_form.php:1138
618
- #: contact_form.php:1172
619
  #, fuzzy
620
  msgid "Tips below the Attachment block"
621
  msgstr "Visa förklaringar under bilageblocket"
622
 
623
- #: contact_form.php:1141
624
- #: contact_form.php:1175
625
  msgid "Error message for the Name field"
626
  msgstr "Felmeddelande för namnfältet"
627
 
628
- #: contact_form.php:1142
629
- #: contact_form.php:1176
630
  msgid "Error message for the Address field"
631
  msgstr "Felmeddelande för adressfältet"
632
 
633
- #: contact_form.php:1143
634
- #: contact_form.php:1177
635
  msgid "Error message for the Email field"
636
  msgstr "Felmeddelande för e-postadressfältet"
637
 
638
- #: contact_form.php:1144
639
- #: contact_form.php:1178
640
  msgid "Error message for the Phone field"
641
  msgstr "Felmeddelande för telefonfältet"
642
 
643
- #: contact_form.php:1145
644
- #: contact_form.php:1179
645
  msgid "Error message for the Subject field"
646
  msgstr "Felmeddelande for ämnesfältet"
647
 
648
- #: contact_form.php:1146
649
- #: contact_form.php:1180
650
  msgid "Error message for the Message field"
651
  msgstr "Felmeddelande för meddelandefältet"
652
 
653
- #: contact_form.php:1147
654
- #: contact_form.php:1181
655
  msgid "Error message about the file type for the Attachment field"
656
  msgstr "Felmeddelande för filformat i bilagefältet"
657
 
658
- #: contact_form.php:1148
659
- #: contact_form.php:1182
660
  msgid "Error message while uploading a file for the Attachment field to the server"
661
  msgstr "Felmeddelande för uppladdning av fil till bilagefältet på servern"
662
 
663
- #: contact_form.php:1149
664
- #: contact_form.php:1183
665
  msgid "Error message while moving the file for the Attachment field"
666
  msgstr "Felmeddelande för flytt av fil till bilagefältet"
667
 
668
- #: contact_form.php:1150
669
- #: contact_form.php:1184
670
  msgid "Error message when file size limit for the Attachment field is exceeded"
671
  msgstr "Felmeddelande för max filstorlek i bilagefältet "
672
 
673
- #: contact_form.php:1151
674
- #: contact_form.php:1185
675
  msgid "Error message for the Captcha field"
676
  msgstr "Felmeddelande för CAPTCHA"
677
 
678
- #: contact_form.php:1152
679
- #: contact_form.php:1186
680
  msgid "Error message for the whole form"
681
  msgstr "Felmeddelande för formuläret"
682
 
683
- #: contact_form.php:1155
684
- #: contact_form.php:1157
685
- #: contact_form.php:1189
686
- #: contact_form.php:1191
687
- #: contact_form.php:1212
688
- #: contact_form.php:1214
689
- #: contact_form.php:1222
690
  #: contact_form.php:1224
 
 
 
 
 
 
 
691
  msgid "Use shortcode"
692
  msgstr "Använd kortkod"
693
 
694
- #: contact_form.php:1155
695
- #: contact_form.php:1157
696
- #: contact_form.php:1189
697
- #: contact_form.php:1191
698
- #: contact_form.php:1212
699
- #: contact_form.php:1214
700
- #: contact_form.php:1222
701
  #: contact_form.php:1224
 
 
 
 
 
 
 
702
  msgid "for this language"
703
  msgstr "för detta språk"
704
 
705
- #: contact_form.php:1199
 
 
 
 
 
706
  msgid "Action after email is sent"
707
  msgstr "Åtgärd efter meddelande skickats"
708
 
709
- #: contact_form.php:1201
710
  msgid "Display text"
711
  msgstr "Visa text"
712
 
713
- #: contact_form.php:1210
714
- #: contact_form.php:1220
715
  msgid "Text"
716
  msgstr "Text"
717
 
718
- #: contact_form.php:1231
719
  msgid "Redirect to the page"
720
  msgstr "Omdirigera till sida"
721
 
722
- #: contact_form.php:1232
723
  msgid "Url"
724
  msgstr "Url"
725
 
726
- #: contact_form.php:1236
727
  msgid "The $_SERVER variable that is used to build a URL of the form"
728
  msgstr ""
729
 
730
- #: contact_form.php:1240
731
  msgid "If you are not sure whether to change this setting or not, please do not do that."
732
  msgstr ""
733
 
734
- #: contact_form.php:1246
735
- #: contact_form.php:1430
736
  msgid "Save Changes"
737
  msgstr "Spara ändringar"
738
 
739
- #: contact_form.php:1251
740
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
741
  msgstr ""
742
 
743
- #: contact_form.php:1252
744
  #, fuzzy
745
  msgid "Rate the plugin"
746
  msgstr "Gratis tillägg"
747
 
748
- #: contact_form.php:1255
749
  #, fuzzy
750
  msgid "If there is something wrong about it, please contact us"
751
  msgstr "Om du har några frågor, kontakta oss via"
752
 
753
- #: contact_form.php:1267
754
  msgid "Errors output"
755
  msgstr "Felutmatning"
756
 
757
- #: contact_form.php:1270
758
  msgid "Display error messages"
759
  msgstr "Visa felmeddelanden"
760
 
761
- #: contact_form.php:1271
762
  msgid "Color of the input field errors."
763
  msgstr "Färg på inmatningfältsfel."
764
 
765
- #: contact_form.php:1272
766
  msgid "Display error messages & color of the input field errors"
767
  msgstr "Visa felmeddelanden & färg på inmatningfältsfel"
768
 
769
- #: contact_form.php:1277
770
  msgid "Add placeholder to the input blocks"
771
  msgstr "Lägg till platshållare på inmatningsblocken"
772
 
773
- #: contact_form.php:1283
774
  msgid "Add tooltips"
775
  msgstr "Visa verktygstips"
776
 
777
- #: contact_form.php:1297
778
  msgid "Email address"
779
  msgstr "E-postadress"
780
 
781
- #: contact_form.php:1302
782
  msgid "Phone Number"
783
  msgstr "Telefonnummer"
784
 
785
- #: contact_form.php:1316
786
  msgid "Attachment"
787
  msgstr "Bifoga fil"
788
 
789
- #: contact_form.php:1321
790
  msgid "(powered by bestwebsoft.com)"
791
  msgstr "(tillhandahålls av bestwebsoft.com)"
792
 
793
- #: contact_form.php:1326
794
  msgid "Style options"
795
  msgstr "Stilalternativ"
796
 
797
- #: contact_form.php:1329
798
  msgid "Text color"
799
  msgstr "Textfärg"
800
 
801
- #: contact_form.php:1332
802
- #: contact_form.php:1337
803
- #: contact_form.php:1347
804
- #: contact_form.php:1352
805
- #: contact_form.php:1357
806
- #: contact_form.php:1362
807
- #: contact_form.php:1372
808
- #: contact_form.php:1377
809
- #: contact_form.php:1383
810
- #: contact_form.php:1394
811
- #: contact_form.php:1399
812
- #: contact_form.php:1404
813
  msgid "Default"
814
  msgstr "Standard"
815
 
816
- #: contact_form.php:1334
817
  msgid "Label text color"
818
  msgstr "Etikett-textfärg"
819
 
820
- #: contact_form.php:1339
821
  msgid "Placeholder color"
822
  msgstr "Platshållarfärg"
823
 
824
- #: contact_form.php:1344
825
  msgid "Errors color"
826
  msgstr "Felfärg"
827
 
828
- #: contact_form.php:1349
829
  msgid "Error text color"
830
  msgstr "Feltextfärg"
831
 
832
- #: contact_form.php:1354
833
  msgid "Background color of the input field errors"
834
  msgstr "Bakgrundsfärg på inmatningfältsfel"
835
 
836
- #: contact_form.php:1359
837
  msgid "Border color of the input field errors"
838
  msgstr "Ramfärg på inmatningfältsfel"
839
 
840
- #: contact_form.php:1364
841
  msgid "Placeholder color of the input field errors"
842
  msgstr "Platshållarfärg för inmatningfältsfel"
843
 
844
- #: contact_form.php:1369
845
  msgid "Input fields"
846
  msgstr "Inmatningsfält"
847
 
848
- #: contact_form.php:1374
849
  msgid "Input fields background color"
850
  msgstr "Inmatningfältsbakgrundsfärg"
851
 
852
- #: contact_form.php:1379
853
  msgid "Text fields color"
854
  msgstr "Textfältfärg"
855
 
856
- #: contact_form.php:1381
857
  msgid "Border width in px, numbers only"
858
  msgstr "Rambredd i px, endast siffror"
859
 
860
- #: contact_form.php:1385
861
- #: contact_form.php:1406
862
  msgid "Border color"
863
  msgstr "Ramfärg"
864
 
865
- #: contact_form.php:1390
866
  msgid "Submit button"
867
  msgstr "Skicka-knapp"
868
 
869
- #: contact_form.php:1392
870
  msgid "Width in px, numbers only"
871
  msgstr "Bredd i px, endast siffror"
872
 
873
- #: contact_form.php:1396
874
  msgid "Button color"
875
  msgstr "Knappfärg"
876
 
877
- #: contact_form.php:1401
878
  msgid "Button text color"
879
  msgstr "Knapptextfärg"
880
 
881
- #: contact_form.php:1434
882
  msgid "Contact Form Pro | Preview"
883
  msgstr "Kontaktformulär Pro | Förhandsgranskning"
884
 
885
- #: contact_form.php:1437
886
  msgid "Show with errors"
887
  msgstr "Visa med fel"
888
 
889
- #: contact_form.php:1445
890
- #: contact_form.php:1447
891
  msgid "Please enter your full name..."
892
  msgstr "Var god ange ditt fullständiga namn…"
893
 
894
- #: contact_form.php:1458
895
- #: contact_form.php:1460
896
  msgid "Please enter your address..."
897
  msgstr "Var god ange din adress…"
898
 
899
- #: contact_form.php:1469
900
- #: contact_form.php:1471
901
  msgid "Please enter your email address..."
902
  msgstr "Var god ange din e-postadress…"
903
 
904
- #: contact_form.php:1480
905
- #: contact_form.php:1482
906
  msgid "Please enter your phone number..."
907
  msgstr "Var god ange ditt telefonnummer…"
908
 
909
- #: contact_form.php:1491
910
- #: contact_form.php:1493
911
  msgid "Please enter subject..."
912
  msgstr "Var god ange ämne…"
913
 
914
- #: contact_form.php:1501
915
- #: contact_form.php:1503
916
  msgid "Please enter your message..."
917
  msgstr "Var god ange ditt meddelande…"
918
 
919
- #: contact_form.php:1545
920
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
921
  msgstr ""
922
 
923
- #: contact_form.php:1547
924
  msgid "Please, go to"
925
  msgstr ""
926
 
927
- #: contact_form.php:1547
928
  #, fuzzy
929
  msgid "the setting page"
930
  msgstr "Extra inställningar"
931
 
932
- #: contact_form.php:1548
933
  msgid "You will be redirected automatically in 5 seconds."
934
  msgstr ""
935
 
936
- #: contact_form.php:1553
937
  msgid "You can download and activate"
938
  msgstr ""
939
 
940
- #: contact_form.php:1555
941
  msgid "version of this plugin by entering Your license key."
942
  msgstr ""
943
 
944
- #: contact_form.php:1557
945
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
946
  msgstr ""
947
 
948
- #: contact_form.php:1559
949
  msgid "(your username is the email you specify when purchasing the product)."
950
  msgstr ""
951
 
952
- #: contact_form.php:1567
953
- #: contact_form.php:1577
954
- msgid "Go!"
955
- msgstr ""
 
956
 
957
- #: contact_form.php:1647
958
  msgid "Sorry, email message could not be delivered."
959
  msgstr "Tyvärr kunde ditt meddelande inte levereras."
960
 
961
- #: contact_form.php:2053
962
  msgid "Contact from"
963
  msgstr "Kontaktformulär"
964
 
965
- #: contact_form.php:2066
966
- #: contact_form.php:2092
967
  msgid "Email"
968
  msgstr "E-post"
969
 
970
- #: contact_form.php:2070
971
- #: contact_form.php:2094
972
  msgid "Phone"
973
  msgstr "Telefon"
974
 
975
- #: contact_form.php:2079
976
- #: contact_form.php:2097
977
  msgid "Site"
978
  msgstr "Sajt"
979
 
980
- #: contact_form.php:2160
981
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
982
  msgstr "Om du kan se detta MIME, så accepterar inte din e-postklient denna MIME-typ!"
983
 
984
- #: contact_form.php:2229
985
- msgid "FAQ"
986
- msgstr "FAQ"
987
-
988
- #: contact_form.php:2230
989
  msgid "Support"
990
  msgstr "Support"
991
 
992
- #: contact_form.php:2280
993
  msgid "Are you sure that you want to delete this language data?"
994
  msgstr "Är du säker på att du vill ta bort språkdatan?"
995
 
996
- #: contact_form.php:2476
997
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
998
  msgstr ""
999
 
1000
- #: contact_form.php:2477
1001
  msgid "Extend standard plugin functionality with new great options."
1002
  msgstr ""
1003
 
1004
- #: contact_form.php:2492
1005
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1006
  msgstr ""
1007
 
1008
- #: contact_form.php:2493
1009
  msgid "Manage messages that have been sent from your website."
1010
  msgstr ""
1011
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-08 14:55+0300\n"
6
+ "PO-Revision-Date: 2014-07-08 14:55+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Martin Tonek, Joakim Lindskog, Maarten van den Driest <joakim@limewoodmedia.com, maarten@vandendriest.com>\n"
9
  "Language: ru_RU\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:74
20
+ #: contact_form.php:845
21
  msgid "Contact Form Settings"
22
  msgstr "Kontaktformulärinställningar"
23
 
24
+ #: contact_form.php:74
25
  msgid "Contact Form"
26
  msgstr "Kontaktformulär"
27
 
28
+ #: contact_form.php:150
29
+ #: contact_form.php:1200
30
+ #: contact_form.php:1234
31
  msgid "Name:"
32
  msgstr "Namn:"
33
 
34
+ #: contact_form.php:151
35
+ #: contact_form.php:1201
36
+ #: contact_form.php:1235
37
  msgid "Address:"
38
  msgstr "Adress:"
39
 
40
+ #: contact_form.php:152
41
+ #: contact_form.php:1202
42
+ #: contact_form.php:1236
43
  msgid "Email Address:"
44
  msgstr "E-postadress:"
45
 
46
+ #: contact_form.php:153
47
+ #: contact_form.php:1203
48
+ #: contact_form.php:1237
49
  msgid "Phone number:"
50
  msgstr "Telefonnummer:"
51
 
52
+ #: contact_form.php:154
53
+ #: contact_form.php:1204
54
+ #: contact_form.php:1238
55
  msgid "Subject:"
56
  msgstr "Ämne:"
57
 
58
+ #: contact_form.php:155
59
+ #: contact_form.php:1205
60
+ #: contact_form.php:1239
61
  msgid "Message:"
62
  msgstr "Meddelande:"
63
 
64
+ #: contact_form.php:156
65
+ #: contact_form.php:1206
66
+ #: contact_form.php:1240
67
  msgid "Attachment:"
68
  msgstr "Bifogad fil:"
69
 
70
+ #: contact_form.php:157
71
  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"
72
  msgstr "Stödda filformat: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max filstorlek: 2MB"
73
 
74
+ #: contact_form.php:158
75
+ #: contact_form.php:1208
76
+ #: contact_form.php:1242
77
  msgid "Send me a copy"
78
  msgstr "Skicka mig en kopia"
79
 
80
+ #: contact_form.php:159
81
+ #: contact_form.php:1209
82
+ #: contact_form.php:1243
83
  msgid "Submit"
84
  msgstr "Skicka"
85
 
86
+ #: contact_form.php:160
87
  msgid "Your name is required."
88
  msgstr "Ditt namn krävs."
89
 
90
+ #: contact_form.php:161
91
  msgid "Address is required."
92
  msgstr "Adress krävs."
93
 
94
+ #: contact_form.php:162
95
  msgid "A valid email address is required."
96
  msgstr "En giltig e-postadress krävs."
97
 
98
+ #: contact_form.php:163
99
  msgid "Phone number is required."
100
  msgstr "Telefonnummer krävs."
101
 
102
+ #: contact_form.php:164
103
  msgid "Subject is required."
104
  msgstr "Ämne krävs."
105
 
106
+ #: contact_form.php:165
107
  msgid "Message text is required."
108
  msgstr "Meddelande krävs."
109
 
110
+ #: contact_form.php:166
111
  msgid "File format is not valid."
112
  msgstr "Bilageformaten är inte giltigt."
113
 
114
+ #: contact_form.php:167
115
  msgid "File upload error."
116
  msgstr "Filuppladdningsfel."
117
 
118
+ #: contact_form.php:168
119
  msgid "The file could not be uploaded."
120
  msgstr "Filen kunde inte laddas upp."
121
 
122
+ #: contact_form.php:169
123
  msgid "This file is too large."
124
  msgstr "Filen är för stor."
125
 
126
+ #: contact_form.php:170
127
  msgid "Please fill out the CAPTCHA."
128
  msgstr "Var god fyll i CAPTCHA."
129
 
130
+ #: contact_form.php:171
131
  msgid "Please make corrections below and try again."
132
  msgstr "Var god gör korrigeringar nedan och försök igen."
133
 
134
+ #: contact_form.php:173
135
  msgid "Thank you for contacting us."
136
  msgstr "Tack för att du kontaktade oss."
137
 
138
+ #: contact_form.php:369
139
  #, fuzzy
140
  msgid "requires"
141
  msgstr "Obligatoriska fält"
142
 
143
+ #: contact_form.php:369
144
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
145
  msgstr ""
146
 
147
+ #: contact_form.php:369
148
  msgid "Back to the WordPress"
149
  msgstr ""
150
 
151
+ #: contact_form.php:369
152
  #, fuzzy
153
  msgid "Plugins page"
154
  msgstr "Pro-tillägg"
155
 
156
+ #: contact_form.php:677
157
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
158
  msgstr "Om alternativet 'Omdirigera till sida' väljs ska URL-fältet fyllas i med följande format"
159
 
160
+ #: contact_form.php:686
161
  msgid "Such user does not exist. Settings are not saved."
162
  msgstr "Användaren finns inte. Inställningarna sparades inte."
163
 
164
+ #: contact_form.php:690
165
+ #: contact_form.php:696
166
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
167
  msgstr "Var god ange en giltig e-postadress i 'FRÅN'-fältet. Inställningarna sparades inte."
168
 
169
+ #: contact_form.php:721
170
  msgid "Settings saved."
171
  msgstr "Inställningar sparades."
172
 
173
+ #: contact_form.php:748
174
+ #: contact_form.php:780
175
  msgid "Wrong license key"
176
  msgstr ""
177
 
178
+ #: contact_form.php:773
179
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
180
  msgstr ""
181
 
182
+ #: contact_form.php:782
183
  msgid "This license key is bind to another site"
184
  msgstr ""
185
 
186
+ #: contact_form.php:784
187
+ #: contact_form.php:1645
188
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
189
  msgstr ""
190
 
191
+ #: contact_form.php:801
192
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
193
  msgstr ""
194
 
195
+ #: contact_form.php:807
196
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
197
  msgstr ""
198
 
199
+ #: contact_form.php:811
200
+ #: contact_form.php:820
201
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
202
  msgstr ""
203
 
204
+ #: contact_form.php:824
205
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
206
  msgstr ""
207
 
208
+ #: contact_form.php:839
209
  #, fuzzy
210
  msgid "Please, enter Your license key"
211
  msgstr "Var god ange ditt meddelande…"
212
 
213
+ #: contact_form.php:847
214
+ #: contact_form.php:2306
215
+ #: contact_form.php:2318
216
  msgid "Settings"
217
  msgstr "Inställningar"
218
 
219
+ #: contact_form.php:848
220
  msgid "Extra settings"
221
  msgstr "Extra inställningar"
222
 
223
+ #: contact_form.php:849
224
+ #: contact_form.php:2319
225
+ msgid "FAQ"
226
+ msgstr "FAQ"
227
+
228
+ #: contact_form.php:850
229
  msgid "Go PRO"
230
  msgstr ""
231
 
232
+ #: contact_form.php:853
233
  msgid "Notice:"
234
  msgstr ""
235
 
236
+ #: contact_form.php:853
237
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
238
  msgstr ""
239
 
240
+ #: contact_form.php:859
241
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
242
  msgstr ""
243
 
244
+ #: contact_form.php:865
245
+ #: contact_form.php:870
246
+ #: contact_form.php:1604
247
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
248
  msgstr "Om du vill lägga till ett kontaktformulär på din webbplats, kopiera följande kortkod och klistra in den på rätt inlägg, sida eller widget:"
249
 
250
+ #: contact_form.php:865
251
+ #: contact_form.php:866
252
+ #: contact_form.php:870
253
+ #: contact_form.php:871
254
+ #: contact_form.php:1224
255
+ #: contact_form.php:1226
256
+ #: contact_form.php:1287
257
+ #: contact_form.php:1289
258
  msgid "or"
259
  msgstr ""
260
 
261
+ #: contact_form.php:866
262
+ #: contact_form.php:871
263
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
264
  msgstr ""
265
 
266
+ #: contact_form.php:867
267
+ #: contact_form.php:872
268
  msgid "They work the same way."
269
  msgstr ""
270
 
271
+ #: contact_form.php:868
272
+ #: contact_form.php:873
273
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
274
  msgstr "Om du lämnar fälten tomma kommer meddelandena att skickas till den e-postadressen som angavs under registreringen."
275
 
276
+ #: contact_form.php:878
277
  msgid "The user's email address:"
278
  msgstr "Användarens e-postadress:"
279
 
280
+ #: contact_form.php:882
281
  msgid "Create a username"
282
  msgstr "Skapa ett användarnamn"
283
 
284
+ #: contact_form.php:889
285
  msgid "Enter a username of the person who should get the messages from the contact form."
286
  msgstr "Ange ett användarnamn på den användare som ska få meddelanden från kontaktformuläret."
287
 
288
+ #: contact_form.php:893
289
  msgid "Use this email address:"
290
  msgstr "Använd den här e-postadressen:"
291
 
292
+ #: contact_form.php:896
293
  msgid "Enter the email address you want the messages forwarded to."
294
  msgstr "Ange en e-postadress som ska användas för att ta emot meddelanden."
295
 
296
+ #: contact_form.php:905
297
  msgid "Add department selectbox to the contact form:"
298
  msgstr ""
299
 
300
+ #: contact_form.php:913
301
+ #: contact_form.php:1487
302
  msgid "If you upgrade to Pro version all your settings will be saved."
303
  msgstr ""
304
 
305
+ #: contact_form.php:920
306
+ #: contact_form.php:1066
307
+ #: contact_form.php:1140
308
+ #: contact_form.php:1494
309
  msgid "Unlock premium options by upgrading to a PRO version."
310
  msgstr ""
311
 
312
+ #: contact_form.php:921
313
+ #: contact_form.php:1067
314
+ #: contact_form.php:1141
315
+ #: contact_form.php:1495
316
+ #: contact_form.php:2574
317
+ #: contact_form.php:2590
318
  msgid "Learn More"
319
  msgstr ""
320
 
321
+ #: contact_form.php:924
322
+ #: contact_form.php:1070
323
+ #: contact_form.php:1144
324
+ #: contact_form.php:1498
325
  msgid "Go"
326
  msgstr ""
327
 
328
+ #: contact_form.php:931
329
  msgid "Save emails to the database"
330
  msgstr ""
331
 
332
+ #: contact_form.php:937
333
  msgid "Using"
334
  msgstr ""
335
 
336
+ #: contact_form.php:937
337
+ #: contact_form.php:1117
338
+ #: contact_form.php:1120
339
+ #: contact_form.php:1124
340
  msgid "powered by"
341
  msgstr ""
342
 
343
+ #: contact_form.php:940
344
+ #: contact_form.php:944
345
  msgid "Using Contact Form to DB powered by"
346
  msgstr ""
347
 
348
+ #: contact_form.php:940
349
  #, fuzzy
350
  msgid "Activate Contact Form to DB"
351
  msgstr "Kontaktformulär Pro"
352
 
353
+ #: contact_form.php:944
354
  #, fuzzy
355
  msgid "Download Contact Form to DB"
356
  msgstr "Kontaktformulär Pro"
357
 
358
+ #: contact_form.php:949
359
  msgid "Additional options"
360
  msgstr "Ytterligare alternativ"
361
 
362
+ #: contact_form.php:951
363
  msgid "Show"
364
  msgstr ""
365
 
366
+ #: contact_form.php:952
367
  msgid "Hide"
368
  msgstr ""
369
 
370
+ #: contact_form.php:956
371
  msgid "What to use?"
372
  msgstr "Vad ska användas?"
373
 
374
+ #: contact_form.php:959
375
  msgid "Wp-mail"
376
  msgstr "Wp-mail"
377
 
378
+ #: contact_form.php:959
379
  msgid "You can use the wp_mail function for mailing"
380
  msgstr "Du kan använda wp_mail-funktionen för att skicka e-post"
381
 
382
+ #: contact_form.php:961
383
  msgid "Mail"
384
  msgstr "E-post"
385
 
386
+ #: contact_form.php:961
387
  msgid "To send mail you can use the php mail function"
388
  msgstr "Du kan använda php-funktionen för att skicka e-post"
389
 
390
+ #: contact_form.php:965
391
  #, fuzzy
392
  msgid "The text in the 'From' field"
393
  msgstr "Ändra text för 'FRÅN'-fältet"
394
 
395
+ #: contact_form.php:967
396
  #, fuzzy
397
  msgid "User name"
398
  msgstr "Användarens e-post"
399
 
400
+ #: contact_form.php:968
401
  #, fuzzy
402
  msgid "The name of the user who fills the form will be used in the field 'From'."
403
  msgstr "E-postadressen för användaren som fyller i formuläret kommer att användas i 'Från'-fältet."
404
 
405
+ #: contact_form.php:971
406
  #, fuzzy
407
  msgid "This text will be used in the 'FROM' field"
408
  msgstr "Denna e-postadress kommer att användas för 'Från'-fältet."
409
 
410
+ #: contact_form.php:975
411
  #, fuzzy
412
  msgid "The email address in the 'From' field"
413
  msgstr "Ange e-postadress för 'Från'-fältet"
414
 
415
+ #: contact_form.php:977
416
  msgid "User email"
417
  msgstr "Användarens e-post"
418
 
419
+ #: contact_form.php:978
420
  msgid "The email address of the user who fills the form will be used in the field 'From'."
421
  msgstr "E-postadressen för användaren som fyller i formuläret kommer att användas i 'Från'-fältet."
422
 
423
+ #: contact_form.php:981
424
  msgid "This email address will be used in the 'From' field."
425
  msgstr "Denna e-postadress kommer att användas för 'Från'-fältet."
426
 
427
+ #: contact_form.php:985
428
  #, fuzzy
429
  msgid "Required symbol"
430
  msgstr "Obligatoriska fält"
431
 
432
+ #: contact_form.php:995
433
  msgid "Fields"
434
  msgstr ""
435
 
436
+ #: contact_form.php:996
437
  msgid "Used"
438
  msgstr ""
439
 
440
+ #: contact_form.php:997
441
  #, fuzzy
442
  msgid "Required"
443
  msgstr "Obligatoriska fält"
444
 
445
+ #: contact_form.php:998
446
  msgid "Visible"
447
  msgstr ""
448
 
449
+ #: contact_form.php:999
450
  msgid "Disabled for editing"
451
  msgstr ""
452
 
453
+ #: contact_form.php:1000
454
  msgid "Field's default value"
455
  msgstr ""
456
 
457
+ #: contact_form.php:1005
458
+ #: contact_form.php:1362
459
+ #: contact_form.php:2125
460
+ #: contact_form.php:2161
461
  msgid "Name"
462
  msgstr "Namn"
463
 
464
+ #: contact_form.php:1013
465
+ msgid "Location selectbox"
466
+ msgstr ""
467
+
468
+ #: contact_form.php:1021
469
+ #: contact_form.php:1367
470
+ #: contact_form.php:2131
471
+ #: contact_form.php:2165
472
  msgid "Address"
473
  msgstr "Adress"
474
 
475
+ #: contact_form.php:1029
476
  msgid "Email Address"
477
  msgstr "E-postadress"
478
 
479
+ #: contact_form.php:1037
480
  #, fuzzy
481
  msgid "Phone number"
482
  msgstr "Telefonnummer:"
483
 
484
+ #: contact_form.php:1045
485
+ #: contact_form.php:1382
486
+ #: contact_form.php:2146
487
+ #: contact_form.php:2174
488
  msgid "Subject"
489
  msgstr "Ämne"
490
 
491
+ #: contact_form.php:1053
492
+ #: contact_form.php:1386
493
+ #: contact_form.php:2149
494
+ #: contact_form.php:2176
495
  msgid "Message"
496
  msgstr "Meddelande"
497
 
498
+ #: contact_form.php:1077
499
  msgid "Attachment block"
500
  msgstr "Bilageblock"
501
 
502
+ #: contact_form.php:1079
503
  msgid "Users can attach the following file formats"
504
  msgstr "Användare kan bifoga filer av följande format"
505
 
506
+ #: contact_form.php:1092
507
  msgid "Add to the form"
508
  msgstr ""
509
 
510
+ #: contact_form.php:1097
511
  #, fuzzy
512
  msgid "Tips below the Attachment"
513
  msgstr "Visa förklaringar under bilageblocket"
514
 
515
+ #: contact_form.php:1106
516
  #, fuzzy
517
  msgid "'Send me a copy' block"
518
  msgstr "Skicka mig en kopia-block"
519
 
520
+ #: contact_form.php:1117
521
+ #: contact_form.php:1120
522
+ #: contact_form.php:1124
523
+ #: contact_form.php:1396
524
  msgid "Captcha"
525
  msgstr "Captcha"
526
 
527
+ #: contact_form.php:1120
528
  msgid "Activate captcha"
529
  msgstr "Aktivera captcha"
530
 
531
+ #: contact_form.php:1124
532
  msgid "Download captcha"
533
  msgstr "Hämta captcha"
534
 
535
+ #: contact_form.php:1132
536
  msgid "Agreement checkbox"
537
  msgstr ""
538
 
539
+ #: contact_form.php:1132
540
  msgid "Required checkbox for submitting the form"
541
  msgstr ""
542
 
543
+ #: contact_form.php:1133
544
  msgid "Optional checkbox"
545
  msgstr ""
546
 
547
+ #: contact_form.php:1133
548
  msgid "Optional checkbox, the results of which will be displayed in email"
549
  msgstr ""
550
 
551
+ #: contact_form.php:1150
552
  msgid "Delete an attachment file from the server after the email is sent"
553
  msgstr ""
554
 
555
+ #: contact_form.php:1156
556
  msgid "Email in HTML format sending"
557
  msgstr ""
558
 
559
+ #: contact_form.php:1160
560
  msgid "Display additional info in the email"
561
  msgstr "Visa ytterligare information i meddelandet"
562
 
563
+ #: contact_form.php:1165
564
+ #: contact_form.php:2092
565
+ #: contact_form.php:2094
566
  msgid "Sent from (ip address)"
567
  msgstr "Skickat från (ip-adress)"
568
 
569
+ #: contact_form.php:1165
570
  #, fuzzy
571
  msgid "Example: Sent from (IP address):\t127.0.0.1"
572
  msgstr "Skickat från (ip-adress)"
573
 
574
+ #: contact_form.php:1166
575
+ #: contact_form.php:2098
576
+ #: contact_form.php:2100
577
  msgid "Date/Time"
578
  msgstr "Datum/Tid"
579
 
580
+ #: contact_form.php:1166
581
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
582
  msgstr ""
583
 
584
+ #: contact_form.php:1167
585
+ #: contact_form.php:2104
586
+ #: contact_form.php:2106
587
  msgid "Sent from (referer)"
588
  msgstr "Skickat från (referer)"
589
 
590
+ #: contact_form.php:1167
591
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
592
  msgstr ""
593
 
594
+ #: contact_form.php:1168
595
+ #: contact_form.php:2110
596
+ #: contact_form.php:2112
597
  msgid "Using (user agent)"
598
  msgstr "Använder (user agent)"
599
 
600
+ #: contact_form.php:1168
601
  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"
602
  msgstr ""
603
 
604
+ #: contact_form.php:1172
605
  msgid "Language settings for the field names in the form"
606
  msgstr "Språkinställningar för etikettnamn in formuläret"
607
 
608
+ #: contact_form.php:1181
609
  msgid "Add a language"
610
  msgstr "Lägg till ett språk"
611
 
612
+ #: contact_form.php:1185
613
  msgid "Change the names of the contact form fields and error messages"
614
  msgstr "Ändra etikett för fälten i kontaktformuläret och felmeddelanden"
615
 
616
+ #: contact_form.php:1190
617
+ #: contact_form.php:1277
618
  msgid "English"
619
  msgstr "Engelska"
620
 
621
+ #: contact_form.php:1198
622
+ #: contact_form.php:1232
623
  msgid "click to expand/hide the list"
624
  msgstr ""
625
 
626
+ #: contact_form.php:1207
627
+ #: contact_form.php:1241
628
  #, fuzzy
629
  msgid "Tips below the Attachment block"
630
  msgstr "Visa förklaringar under bilageblocket"
631
 
632
+ #: contact_form.php:1210
633
+ #: contact_form.php:1244
634
  msgid "Error message for the Name field"
635
  msgstr "Felmeddelande för namnfältet"
636
 
637
+ #: contact_form.php:1211
638
+ #: contact_form.php:1245
639
  msgid "Error message for the Address field"
640
  msgstr "Felmeddelande för adressfältet"
641
 
642
+ #: contact_form.php:1212
643
+ #: contact_form.php:1246
644
  msgid "Error message for the Email field"
645
  msgstr "Felmeddelande för e-postadressfältet"
646
 
647
+ #: contact_form.php:1213
648
+ #: contact_form.php:1247
649
  msgid "Error message for the Phone field"
650
  msgstr "Felmeddelande för telefonfältet"
651
 
652
+ #: contact_form.php:1214
653
+ #: contact_form.php:1248
654
  msgid "Error message for the Subject field"
655
  msgstr "Felmeddelande for ämnesfältet"
656
 
657
+ #: contact_form.php:1215
658
+ #: contact_form.php:1249
659
  msgid "Error message for the Message field"
660
  msgstr "Felmeddelande för meddelandefältet"
661
 
662
+ #: contact_form.php:1216
663
+ #: contact_form.php:1250
664
  msgid "Error message about the file type for the Attachment field"
665
  msgstr "Felmeddelande för filformat i bilagefältet"
666
 
667
+ #: contact_form.php:1217
668
+ #: contact_form.php:1251
669
  msgid "Error message while uploading a file for the Attachment field to the server"
670
  msgstr "Felmeddelande för uppladdning av fil till bilagefältet på servern"
671
 
672
+ #: contact_form.php:1218
673
+ #: contact_form.php:1252
674
  msgid "Error message while moving the file for the Attachment field"
675
  msgstr "Felmeddelande för flytt av fil till bilagefältet"
676
 
677
+ #: contact_form.php:1219
678
+ #: contact_form.php:1253
679
  msgid "Error message when file size limit for the Attachment field is exceeded"
680
  msgstr "Felmeddelande för max filstorlek i bilagefältet "
681
 
682
+ #: contact_form.php:1220
683
+ #: contact_form.php:1254
684
  msgid "Error message for the Captcha field"
685
  msgstr "Felmeddelande för CAPTCHA"
686
 
687
+ #: contact_form.php:1221
688
+ #: contact_form.php:1255
689
  msgid "Error message for the whole form"
690
  msgstr "Felmeddelande för formuläret"
691
 
 
 
 
 
 
 
 
692
  #: contact_form.php:1224
693
+ #: contact_form.php:1226
694
+ #: contact_form.php:1258
695
+ #: contact_form.php:1260
696
+ #: contact_form.php:1287
697
+ #: contact_form.php:1289
698
+ #: contact_form.php:1297
699
+ #: contact_form.php:1299
700
  msgid "Use shortcode"
701
  msgstr "Använd kortkod"
702
 
 
 
 
 
 
 
 
703
  #: contact_form.php:1224
704
+ #: contact_form.php:1226
705
+ #: contact_form.php:1258
706
+ #: contact_form.php:1260
707
+ #: contact_form.php:1287
708
+ #: contact_form.php:1289
709
+ #: contact_form.php:1297
710
+ #: contact_form.php:1299
711
  msgid "for this language"
712
  msgstr "för detta språk"
713
 
714
+ #: contact_form.php:1268
715
+ #, fuzzy
716
+ msgid "Use the changed names of the contact form fields in the email"
717
+ msgstr "Ändra etikett för fälten i kontaktformuläret och felmeddelanden"
718
+
719
+ #: contact_form.php:1274
720
  msgid "Action after email is sent"
721
  msgstr "Åtgärd efter meddelande skickats"
722
 
723
+ #: contact_form.php:1276
724
  msgid "Display text"
725
  msgstr "Visa text"
726
 
727
+ #: contact_form.php:1285
728
+ #: contact_form.php:1295
729
  msgid "Text"
730
  msgstr "Text"
731
 
732
+ #: contact_form.php:1306
733
  msgid "Redirect to the page"
734
  msgstr "Omdirigera till sida"
735
 
736
+ #: contact_form.php:1307
737
  msgid "Url"
738
  msgstr "Url"
739
 
740
+ #: contact_form.php:1311
741
  msgid "The $_SERVER variable that is used to build a URL of the form"
742
  msgstr ""
743
 
744
+ #: contact_form.php:1315
745
  msgid "If you are not sure whether to change this setting or not, please do not do that."
746
  msgstr ""
747
 
748
+ #: contact_form.php:1321
749
+ #: contact_form.php:1505
750
  msgid "Save Changes"
751
  msgstr "Spara ändringar"
752
 
753
+ #: contact_form.php:1326
754
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
755
  msgstr ""
756
 
757
+ #: contact_form.php:1327
758
  #, fuzzy
759
  msgid "Rate the plugin"
760
  msgstr "Gratis tillägg"
761
 
762
+ #: contact_form.php:1330
763
  #, fuzzy
764
  msgid "If there is something wrong about it, please contact us"
765
  msgstr "Om du har några frågor, kontakta oss via"
766
 
767
+ #: contact_form.php:1342
768
  msgid "Errors output"
769
  msgstr "Felutmatning"
770
 
771
+ #: contact_form.php:1345
772
  msgid "Display error messages"
773
  msgstr "Visa felmeddelanden"
774
 
775
+ #: contact_form.php:1346
776
  msgid "Color of the input field errors."
777
  msgstr "Färg på inmatningfältsfel."
778
 
779
+ #: contact_form.php:1347
780
  msgid "Display error messages & color of the input field errors"
781
  msgstr "Visa felmeddelanden & färg på inmatningfältsfel"
782
 
783
+ #: contact_form.php:1352
784
  msgid "Add placeholder to the input blocks"
785
  msgstr "Lägg till platshållare på inmatningsblocken"
786
 
787
+ #: contact_form.php:1358
788
  msgid "Add tooltips"
789
  msgstr "Visa verktygstips"
790
 
791
+ #: contact_form.php:1372
792
  msgid "Email address"
793
  msgstr "E-postadress"
794
 
795
+ #: contact_form.php:1377
796
  msgid "Phone Number"
797
  msgstr "Telefonnummer"
798
 
799
+ #: contact_form.php:1391
800
  msgid "Attachment"
801
  msgstr "Bifoga fil"
802
 
803
+ #: contact_form.php:1396
804
  msgid "(powered by bestwebsoft.com)"
805
  msgstr "(tillhandahålls av bestwebsoft.com)"
806
 
807
+ #: contact_form.php:1401
808
  msgid "Style options"
809
  msgstr "Stilalternativ"
810
 
811
+ #: contact_form.php:1404
812
  msgid "Text color"
813
  msgstr "Textfärg"
814
 
815
+ #: contact_form.php:1407
816
+ #: contact_form.php:1412
817
+ #: contact_form.php:1422
818
+ #: contact_form.php:1427
819
+ #: contact_form.php:1432
820
+ #: contact_form.php:1437
821
+ #: contact_form.php:1447
822
+ #: contact_form.php:1452
823
+ #: contact_form.php:1458
824
+ #: contact_form.php:1469
825
+ #: contact_form.php:1474
826
+ #: contact_form.php:1479
827
  msgid "Default"
828
  msgstr "Standard"
829
 
830
+ #: contact_form.php:1409
831
  msgid "Label text color"
832
  msgstr "Etikett-textfärg"
833
 
834
+ #: contact_form.php:1414
835
  msgid "Placeholder color"
836
  msgstr "Platshållarfärg"
837
 
838
+ #: contact_form.php:1419
839
  msgid "Errors color"
840
  msgstr "Felfärg"
841
 
842
+ #: contact_form.php:1424
843
  msgid "Error text color"
844
  msgstr "Feltextfärg"
845
 
846
+ #: contact_form.php:1429
847
  msgid "Background color of the input field errors"
848
  msgstr "Bakgrundsfärg på inmatningfältsfel"
849
 
850
+ #: contact_form.php:1434
851
  msgid "Border color of the input field errors"
852
  msgstr "Ramfärg på inmatningfältsfel"
853
 
854
+ #: contact_form.php:1439
855
  msgid "Placeholder color of the input field errors"
856
  msgstr "Platshållarfärg för inmatningfältsfel"
857
 
858
+ #: contact_form.php:1444
859
  msgid "Input fields"
860
  msgstr "Inmatningsfält"
861
 
862
+ #: contact_form.php:1449
863
  msgid "Input fields background color"
864
  msgstr "Inmatningfältsbakgrundsfärg"
865
 
866
+ #: contact_form.php:1454
867
  msgid "Text fields color"
868
  msgstr "Textfältfärg"
869
 
870
+ #: contact_form.php:1456
871
  msgid "Border width in px, numbers only"
872
  msgstr "Rambredd i px, endast siffror"
873
 
874
+ #: contact_form.php:1460
875
+ #: contact_form.php:1481
876
  msgid "Border color"
877
  msgstr "Ramfärg"
878
 
879
+ #: contact_form.php:1465
880
  msgid "Submit button"
881
  msgstr "Skicka-knapp"
882
 
883
+ #: contact_form.php:1467
884
  msgid "Width in px, numbers only"
885
  msgstr "Bredd i px, endast siffror"
886
 
887
+ #: contact_form.php:1471
888
  msgid "Button color"
889
  msgstr "Knappfärg"
890
 
891
+ #: contact_form.php:1476
892
  msgid "Button text color"
893
  msgstr "Knapptextfärg"
894
 
895
+ #: contact_form.php:1509
896
  msgid "Contact Form Pro | Preview"
897
  msgstr "Kontaktformulär Pro | Förhandsgranskning"
898
 
899
+ #: contact_form.php:1512
900
  msgid "Show with errors"
901
  msgstr "Visa med fel"
902
 
903
+ #: contact_form.php:1520
904
+ #: contact_form.php:1522
905
  msgid "Please enter your full name..."
906
  msgstr "Var god ange ditt fullständiga namn…"
907
 
908
+ #: contact_form.php:1533
909
+ #: contact_form.php:1535
910
  msgid "Please enter your address..."
911
  msgstr "Var god ange din adress…"
912
 
913
+ #: contact_form.php:1544
914
+ #: contact_form.php:1546
915
  msgid "Please enter your email address..."
916
  msgstr "Var god ange din e-postadress…"
917
 
918
+ #: contact_form.php:1555
919
+ #: contact_form.php:1557
920
  msgid "Please enter your phone number..."
921
  msgstr "Var god ange ditt telefonnummer…"
922
 
923
+ #: contact_form.php:1566
924
+ #: contact_form.php:1568
925
  msgid "Please enter subject..."
926
  msgstr "Var god ange ämne…"
927
 
928
+ #: contact_form.php:1576
929
+ #: contact_form.php:1578
930
  msgid "Please enter your message..."
931
  msgstr "Var god ange ditt meddelande…"
932
 
933
+ #: contact_form.php:1620
934
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
935
  msgstr ""
936
 
937
+ #: contact_form.php:1622
938
  msgid "Please, go to"
939
  msgstr ""
940
 
941
+ #: contact_form.php:1622
942
  #, fuzzy
943
  msgid "the setting page"
944
  msgstr "Extra inställningar"
945
 
946
+ #: contact_form.php:1623
947
  msgid "You will be redirected automatically in 5 seconds."
948
  msgstr ""
949
 
950
+ #: contact_form.php:1628
951
  msgid "You can download and activate"
952
  msgstr ""
953
 
954
+ #: contact_form.php:1630
955
  msgid "version of this plugin by entering Your license key."
956
  msgstr ""
957
 
958
+ #: contact_form.php:1632
959
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
960
  msgstr ""
961
 
962
+ #: contact_form.php:1634
963
  msgid "(your username is the email you specify when purchasing the product)."
964
  msgstr ""
965
 
966
+ #: contact_form.php:1642
967
+ #: contact_form.php:1652
968
+ #, fuzzy
969
+ msgid "Activate"
970
+ msgstr "Aktivera captcha"
971
 
972
+ #: contact_form.php:1718
973
  msgid "Sorry, email message could not be delivered."
974
  msgstr "Tyvärr kunde ditt meddelande inte levereras."
975
 
976
+ #: contact_form.php:2119
977
  msgid "Contact from"
978
  msgstr "Kontaktformulär"
979
 
980
+ #: contact_form.php:2136
981
+ #: contact_form.php:2168
982
  msgid "Email"
983
  msgstr "E-post"
984
 
985
+ #: contact_form.php:2141
986
+ #: contact_form.php:2171
987
  msgid "Phone"
988
  msgstr "Telefon"
989
 
990
+ #: contact_form.php:2152
991
+ #: contact_form.php:2178
992
  msgid "Site"
993
  msgstr "Sajt"
994
 
995
+ #: contact_form.php:2250
996
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
997
  msgstr "Om du kan se detta MIME, så accepterar inte din e-postklient denna MIME-typ!"
998
 
999
+ #: contact_form.php:2320
 
 
 
 
1000
  msgid "Support"
1001
  msgstr "Support"
1002
 
1003
+ #: contact_form.php:2368
1004
  msgid "Are you sure that you want to delete this language data?"
1005
  msgstr "Är du säker på att du vill ta bort språkdatan?"
1006
 
1007
+ #: contact_form.php:2577
1008
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
1009
  msgstr ""
1010
 
1011
+ #: contact_form.php:2578
1012
  msgid "Extend standard plugin functionality with new great options."
1013
  msgstr ""
1014
 
1015
+ #: contact_form.php:2593
1016
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1017
  msgstr ""
1018
 
1019
+ #: contact_form.php:2594
1020
  msgid "Manage messages that have been sent from your website."
1021
  msgstr ""
1022
 
languages/contact_form-tr.mo CHANGED
Binary file
languages/contact_form-tr.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-04-14 15:41+0300\n"
6
- "PO-Revision-Date: 2014-04-14 15:41+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Can Atasever <webmaster@candanblog.com>\n"
9
  "Language: ca_ES\n"
@@ -16,979 +16,990 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:73
20
- #: contact_form.php:785
21
  msgid "Contact Form Settings"
22
  msgstr "İletişim Formu Ayarları"
23
 
24
- #: contact_form.php:73
25
  msgid "Contact Form"
26
  msgstr "İletişim Formu"
27
 
28
- #: contact_form.php:149
29
- #: contact_form.php:1131
30
- #: contact_form.php:1165
31
  msgid "Name:"
32
  msgstr "İsim:"
33
 
34
- #: contact_form.php:150
35
- #: contact_form.php:1132
36
- #: contact_form.php:1166
37
  msgid "Address:"
38
  msgstr "Adres:"
39
 
40
- #: contact_form.php:151
41
- #: contact_form.php:1133
42
- #: contact_form.php:1167
43
  msgid "Email Address:"
44
  msgstr "E-posta Adresi:"
45
 
46
- #: contact_form.php:152
47
- #: contact_form.php:1134
48
- #: contact_form.php:1168
49
  msgid "Phone number:"
50
  msgstr "Telefon Numarası:"
51
 
52
- #: contact_form.php:153
53
- #: contact_form.php:1135
54
- #: contact_form.php:1169
55
  msgid "Subject:"
56
  msgstr "Başlık:"
57
 
58
- #: contact_form.php:154
59
- #: contact_form.php:1136
60
- #: contact_form.php:1170
61
  msgid "Message:"
62
  msgstr "Mesaj:"
63
 
64
- #: contact_form.php:155
65
- #: contact_form.php:1137
66
- #: contact_form.php:1171
67
  msgid "Attachment:"
68
  msgstr "Eklenecek Dosya:"
69
 
70
- #: contact_form.php:156
71
  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"
72
  msgstr "Desteklenen dosya uzantıları: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. En büyük dosya boyutu: 2MB"
73
 
74
- #: contact_form.php:157
75
- #: contact_form.php:1139
76
- #: contact_form.php:1173
77
  msgid "Send me a copy"
78
  msgstr "Bana bir kopyasını gönder"
79
 
80
- #: contact_form.php:158
81
- #: contact_form.php:1140
82
- #: contact_form.php:1174
83
  msgid "Submit"
84
  msgstr "Gönder"
85
 
86
- #: contact_form.php:159
87
  msgid "Your name is required."
88
  msgstr "İsminizi yazmanız gerekiyor."
89
 
90
- #: contact_form.php:160
91
  msgid "Address is required."
92
  msgstr "Adresinizi yazmanız gerekiyor."
93
 
94
- #: contact_form.php:161
95
  msgid "A valid email address is required."
96
  msgstr "Geçerli bir e-posta adresi yazmanız gerekiyor."
97
 
98
- #: contact_form.php:162
99
  msgid "Phone number is required."
100
  msgstr "Telefon numaranızı yazmanız gerekiyor."
101
 
102
- #: contact_form.php:163
103
  msgid "Subject is required."
104
  msgstr "Başlık kısmını doldurmanız gerekiyor."
105
 
106
- #: contact_form.php:164
107
  msgid "Message text is required."
108
  msgstr "Mesaj kısmını doldurmanız gerekiyor."
109
 
110
- #: contact_form.php:165
111
  msgid "File format is not valid."
112
  msgstr "Dosya uzantısı uygun değil."
113
 
114
- #: contact_form.php:166
115
  msgid "File upload error."
116
  msgstr "Dosya yükleme hatası."
117
 
118
- #: contact_form.php:167
119
  msgid "The file could not be uploaded."
120
  msgstr "Dosya yüklenemedi."
121
 
122
- #: contact_form.php:168
123
  msgid "This file is too large."
124
  msgstr "Dosyanın boyutu çok büyük."
125
 
126
- #: contact_form.php:169
127
  msgid "Please fill out the CAPTCHA."
128
  msgstr "Lütfen CAPTCHA kısmını doldurun."
129
 
130
- #: contact_form.php:170
131
  msgid "Please make corrections below and try again."
132
  msgstr "Lütfen aşağıdaki düzeltmeleri yapın ve yeniden deneyin."
133
 
134
- #: contact_form.php:172
135
  msgid "Thank you for contacting us."
136
  msgstr "İletişime geçtiğiniz için teşekkürler."
137
 
138
- #: contact_form.php:322
139
  msgid "requires"
140
  msgstr "Gerekli"
141
 
142
- #: contact_form.php:322
143
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
144
  msgstr "ya da daha üstü, pasifleştirilmesinin sebebi bu! Lütfen Wordpress'i güncelleyin ve yeniden deneyin."
145
 
146
- #: contact_form.php:322
147
  msgid "Back to the WordPress"
148
  msgstr "Wordpress'e geri dön"
149
 
150
- #: contact_form.php:322
151
  msgid "Plugins page"
152
  msgstr "Eklenti Sayfası"
153
 
154
- #: contact_form.php:626
155
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
156
  msgstr "Eğer 'Sayfaya Yönlendir' seçeneği seçilmişse, URL alanı şu formatta olmalı:"
157
 
158
- #: contact_form.php:635
159
  msgid "Such user does not exist. Settings are not saved."
160
  msgstr "Böyle bir kullanıcı adı bulunamadı. Ayarlar kaydedilmedi."
161
 
162
- #: contact_form.php:639
163
- #: contact_form.php:645
164
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
165
  msgstr "Lütfen 'GÖNDERİCİ' alanına geçerli bir e-posta adresi girin. Ayarlar kaydedilmedi."
166
 
167
- #: contact_form.php:661
168
  msgid "Settings saved."
169
  msgstr "Ayarlar kaydedildi."
170
 
171
- #: contact_form.php:688
172
- #: contact_form.php:720
173
  msgid "Wrong license key"
174
  msgstr ""
175
 
176
- #: contact_form.php:713
177
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
178
  msgstr ""
179
 
180
- #: contact_form.php:722
181
  msgid "This license key is bind to another site"
182
  msgstr ""
183
 
184
- #: contact_form.php:724
185
- #: contact_form.php:1570
186
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
187
  msgstr ""
188
 
189
- #: contact_form.php:741
190
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
191
  msgstr ""
192
 
193
- #: contact_form.php:747
194
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
195
  msgstr ""
196
 
197
- #: contact_form.php:751
198
- #: contact_form.php:760
199
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
200
  msgstr ""
201
 
202
- #: contact_form.php:764
203
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
204
  msgstr ""
205
 
206
- #: contact_form.php:779
207
  #, fuzzy
208
  msgid "Please, enter Your license key"
209
  msgstr "Lütfen mesajınızı yazın"
210
 
211
- #: contact_form.php:787
212
- #: contact_form.php:2216
213
- #: contact_form.php:2228
214
  msgid "Settings"
215
  msgstr "Ayarlar"
216
 
217
- #: contact_form.php:788
218
  msgid "Extra settings"
219
  msgstr "Ekstra ayarlar"
220
 
221
- #: contact_form.php:789
 
 
 
 
 
222
  msgid "Go PRO"
223
  msgstr ""
224
 
225
- #: contact_form.php:792
226
  msgid "Notice:"
227
  msgstr "Bilgi Notu:"
228
 
229
- #: contact_form.php:792
230
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
231
  msgstr "Eklentinin ayarları değiştirildi. Değişiklikleri kaydetmek için 'Değişiklikleri Kaydet' butonuna basmayı unutmayın."
232
 
233
- #: contact_form.php:798
234
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
235
  msgstr ""
236
 
237
- #: contact_form.php:804
238
- #: contact_form.php:809
239
- #: contact_form.php:1529
240
  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:"
241
  msgstr "Eğer sitenize iletişim formu eklemek istiyorsanız, şu kısa kodu yazınıza, sayfanıza ya da bileşen alanınıza eklemeniz yeterli."
242
 
243
- #: contact_form.php:804
244
- #: contact_form.php:805
245
- #: contact_form.php:809
246
- #: contact_form.php:810
247
- #: contact_form.php:1155
248
- #: contact_form.php:1157
249
- #: contact_form.php:1212
250
- #: contact_form.php:1214
251
  msgid "or"
252
  msgstr "ya da"
253
 
254
- #: contact_form.php:805
255
- #: contact_form.php:810
256
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
257
  msgstr "Eğer standart [contact_form] kısa koduyla ilgili bir sorun yaşarsanız, şunlardan birini kullanmalısınız"
258
 
259
- #: contact_form.php:806
260
- #: contact_form.php:811
261
  msgid "They work the same way."
262
  msgstr "Aynı şekilde çalışırlar."
263
 
264
- #: contact_form.php:807
265
- #: contact_form.php:812
266
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
267
  msgstr "Eğer aşağıdaki alanları boş bırakırsanız, kullanıcının mesajı kayıt sırasında girilen e-posta adresine gönderilecek."
268
 
269
- #: contact_form.php:817
270
  msgid "The user's email address:"
271
  msgstr "Kullanıcının e-posta adresine:"
272
 
273
- #: contact_form.php:821
274
  msgid "Create a username"
275
  msgstr "Kullanıcı oluştur"
276
 
277
- #: contact_form.php:828
278
  msgid "Enter a username of the person who should get the messages from the contact form."
279
  msgstr "İletişim Formu ile gönderilen mesajı almasını istediğiniz kullanıcının adını girin."
280
 
281
- #: contact_form.php:832
282
  msgid "Use this email address:"
283
  msgstr "Mesaj bu e-posta adresine gönderilsin:"
284
 
285
- #: contact_form.php:835
286
  msgid "Enter the email address you want the messages forwarded to."
287
  msgstr "Mesajın gönderilmesini istediğiniz e-posta adresini girin."
288
 
289
- #: contact_form.php:844
290
  msgid "Add department selectbox to the contact form:"
291
  msgstr "İletişim Formu'na departman seçenekleri ekleyin"
292
 
293
- #: contact_form.php:852
294
- #: contact_form.php:1412
295
  msgid "If you upgrade to Pro version all your settings will be saved."
296
  msgstr "Ücretli sürümü satın alırsanız tüm değişiklikler kaydedilecek."
297
 
298
- #: contact_form.php:859
299
- #: contact_form.php:997
300
- #: contact_form.php:1071
301
- #: contact_form.php:1419
302
  msgid "Unlock premium options by upgrading to a PRO version."
303
  msgstr ""
304
 
305
- #: contact_form.php:860
306
- #: contact_form.php:998
307
- #: contact_form.php:1072
308
- #: contact_form.php:1420
309
- #: contact_form.php:2473
310
- #: contact_form.php:2489
311
  msgid "Learn More"
312
  msgstr ""
313
 
314
- #: contact_form.php:863
315
- #: contact_form.php:1001
316
- #: contact_form.php:1075
317
- #: contact_form.php:1423
318
  msgid "Go"
319
  msgstr ""
320
 
321
- #: contact_form.php:870
322
  msgid "Save emails to the database"
323
  msgstr "E-postaları veritabanına kaydet"
324
 
325
- #: contact_form.php:876
326
  msgid "Using"
327
  msgstr ""
328
 
329
- #: contact_form.php:876
330
- #: contact_form.php:1048
331
- #: contact_form.php:1051
332
- #: contact_form.php:1055
333
  msgid "powered by"
334
  msgstr "geliştirici: "
335
 
336
- #: contact_form.php:879
337
- #: contact_form.php:883
338
  msgid "Using Contact Form to DB powered by"
339
  msgstr "Contact Form to DB eklentisi ile,"
340
 
341
- #: contact_form.php:879
342
  msgid "Activate Contact Form to DB"
343
  msgstr "Contact Form to DB eklentisini aktifleştir"
344
 
345
- #: contact_form.php:883
346
  msgid "Download Contact Form to DB"
347
  msgstr "Contact Form to DB eklentisini yükle"
348
 
349
- #: contact_form.php:888
350
  msgid "Additional options"
351
  msgstr "Ek seçenekler"
352
 
353
- #: contact_form.php:890
354
  msgid "Show"
355
  msgstr "Göster"
356
 
357
- #: contact_form.php:891
358
  msgid "Hide"
359
  msgstr "Gizle"
360
 
361
- #: contact_form.php:895
362
  msgid "What to use?"
363
  msgstr "Hangi yöntem?"
364
 
365
- #: contact_form.php:898
366
  msgid "Wp-mail"
367
  msgstr "Wp-Mail"
368
 
369
- #: contact_form.php:898
370
  msgid "You can use the wp_mail function for mailing"
371
  msgstr "E-postanın gönderimi için wp_mail fonksiyonunu kullanabilirsiniz."
372
 
373
- #: contact_form.php:900
374
  msgid "Mail"
375
  msgstr "Mail"
376
 
377
- #: contact_form.php:900
378
  msgid "To send mail you can use the php mail function"
379
  msgstr "E-postanın gönderimi için PHP Mail fonksiyonunu kullanabilirsiniz."
380
 
381
- #: contact_form.php:904
382
  msgid "The text in the 'From' field"
383
  msgstr "'Gönderici' alanındaki metin"
384
 
385
- #: contact_form.php:906
386
  msgid "User name"
387
  msgstr "Kullanıcı adı"
388
 
389
- #: contact_form.php:907
390
  msgid "The name of the user who fills the form will be used in the field 'From'."
391
  msgstr "'Gönderici' alanında formu dolduran ziyaretçinin adı kullanılacak."
392
 
393
- #: contact_form.php:910
394
  msgid "This text will be used in the 'FROM' field"
395
  msgstr "'GÖNDERİCİ' alanında bu metin kullanılacak"
396
 
397
- #: contact_form.php:914
398
  msgid "The email address in the 'From' field"
399
  msgstr "'Gönderen' alanındaki e-posta adresi"
400
 
401
- #: contact_form.php:916
402
  msgid "User email"
403
  msgstr "Kullanıcı e-postası"
404
 
405
- #: contact_form.php:917
406
  msgid "The email address of the user who fills the form will be used in the field 'From'."
407
  msgstr "'Gönderici' alanında formu dolduran kullanıcının e-posta adresi gösterilecek."
408
 
409
- #: contact_form.php:920
410
  msgid "This email address will be used in the 'From' field."
411
  msgstr "'Gönderici' alanında bu e-posta adresi gösterilecek."
412
 
413
- #: contact_form.php:924
414
  msgid "Required symbol"
415
  msgstr "Zorunlu işareti"
416
 
417
- #: contact_form.php:934
418
  msgid "Fields"
419
  msgstr "Alanlar"
420
 
421
- #: contact_form.php:935
422
  msgid "Used"
423
  msgstr "Kullanılsın mı?"
424
 
425
- #: contact_form.php:936
426
  msgid "Required"
427
  msgstr "Zorunlu"
428
 
429
- #: contact_form.php:937
430
  msgid "Visible"
431
  msgstr "Görünür"
432
 
433
- #: contact_form.php:938
434
  msgid "Disabled for editing"
435
  msgstr "Düzenlemeye kapatılmış"
436
 
437
- #: contact_form.php:939
438
  msgid "Field's default value"
439
  msgstr "Alanın varsayılan değeri"
440
 
441
- #: contact_form.php:944
442
- #: contact_form.php:1287
443
- #: contact_form.php:2059
444
- #: contact_form.php:2089
445
  msgid "Name"
446
  msgstr "İsim"
447
 
448
- #: contact_form.php:952
449
- #: contact_form.php:1292
450
- #: contact_form.php:2063
451
- #: contact_form.php:2091
 
 
 
 
452
  msgid "Address"
453
  msgstr "Adres:"
454
 
455
- #: contact_form.php:960
456
  msgid "Email Address"
457
  msgstr "E-posta Adresi"
458
 
459
- #: contact_form.php:968
460
  msgid "Phone number"
461
  msgstr "Telefon numarası"
462
 
463
- #: contact_form.php:976
464
- #: contact_form.php:1307
465
- #: contact_form.php:2073
466
- #: contact_form.php:2095
467
  msgid "Subject"
468
  msgstr "Başlık"
469
 
470
- #: contact_form.php:984
471
- #: contact_form.php:1311
472
- #: contact_form.php:2076
473
- #: contact_form.php:2096
474
  msgid "Message"
475
  msgstr "Mesaj"
476
 
477
- #: contact_form.php:1008
478
  msgid "Attachment block"
479
  msgstr "Dosya Yükleme"
480
 
481
- #: contact_form.php:1010
482
  msgid "Users can attach the following file formats"
483
  msgstr "Kullanıcılar şu uzantılardaki dosyaları yükleyebilirler"
484
 
485
- #: contact_form.php:1023
486
  msgid "Add to the form"
487
  msgstr "Forma ekle"
488
 
489
- #: contact_form.php:1028
490
  msgid "Tips below the Attachment"
491
  msgstr "Dosya yükleme alanı altında açıklama"
492
 
493
- #: contact_form.php:1037
494
  msgid "'Send me a copy' block"
495
  msgstr "'Mesajın bir kopyasını e-posta adresime gönder' seçeneği"
496
 
497
- #: contact_form.php:1048
498
- #: contact_form.php:1051
499
- #: contact_form.php:1055
500
- #: contact_form.php:1321
501
  msgid "Captcha"
502
  msgstr "CAPTCHA"
503
 
504
- #: contact_form.php:1051
505
  msgid "Activate captcha"
506
  msgstr "CAPTCHA'yı etkinleştir"
507
 
508
- #: contact_form.php:1055
509
  msgid "Download captcha"
510
  msgstr "CAPTCHA'yı yükle"
511
 
512
- #: contact_form.php:1063
513
  msgid "Agreement checkbox"
514
  msgstr "Onay kutusu"
515
 
516
- #: contact_form.php:1063
517
  msgid "Required checkbox for submitting the form"
518
  msgstr "Formu göndermek için işaretlenmesi gereken onay kutusu"
519
 
520
- #: contact_form.php:1064
521
  msgid "Optional checkbox"
522
  msgstr "İsteğe bağlı onay kutusu"
523
 
524
- #: contact_form.php:1064
525
  msgid "Optional checkbox, the results of which will be displayed in email"
526
  msgstr "E-posta'da gösterilecek, isteğe bağlı onay kutusu"
527
 
528
- #: contact_form.php:1081
529
  msgid "Delete an attachment file from the server after the email is sent"
530
  msgstr "E-posta gönderildikten sonra eklenen dosyayı sunucudan sil"
531
 
532
- #: contact_form.php:1087
533
  msgid "Email in HTML format sending"
534
  msgstr "E-postayı HTML formatında gönder"
535
 
536
- #: contact_form.php:1091
537
  msgid "Display additional info in the email"
538
  msgstr "E-postanın içerisinde ek bilgiler göster"
539
 
540
- #: contact_form.php:1096
541
- #: contact_form.php:2026
542
- #: contact_form.php:2028
543
  msgid "Sent from (ip address)"
544
  msgstr "Gönderilen (IP Adresi)"
545
 
546
- #: contact_form.php:1096
547
  msgid "Example: Sent from (IP address):\t127.0.0.1"
548
  msgstr "Örnek: Şu IP adresinden gönderildi:\t127.0.0.1"
549
 
550
- #: contact_form.php:1097
551
- #: contact_form.php:2032
552
- #: contact_form.php:2034
553
  msgid "Date/Time"
554
  msgstr "Tarih/Zaman"
555
 
556
- #: contact_form.php:1097
557
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
558
  msgstr "Örnek: Tarih/Saat:\t19 Ağustos, 2013 - 8:50 ÖS"
559
 
560
- #: contact_form.php:1098
561
- #: contact_form.php:2038
562
- #: contact_form.php:2040
563
  msgid "Sent from (referer)"
564
  msgstr "Gönderilen (referer)"
565
 
566
- #: contact_form.php:1098
567
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
568
  msgstr "Örnek: Gönderici:\thttp://bestwebsoft.com/contacts/contact-us/"
569
 
570
- #: contact_form.php:1099
571
- #: contact_form.php:2044
572
- #: contact_form.php:2046
573
  msgid "Using (user agent)"
574
  msgstr "Şununla: "
575
 
576
- #: contact_form.php:1099
577
  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"
578
  msgstr "Örnek: Şunu kullanarak:\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
579
 
580
- #: contact_form.php:1103
581
  msgid "Language settings for the field names in the form"
582
  msgstr "Formdaki alan adları için dil ayarları 8aşağıdaki iki seçenek için)"
583
 
584
- #: contact_form.php:1112
585
  msgid "Add a language"
586
  msgstr "Bir dil ekle"
587
 
588
- #: contact_form.php:1116
589
  msgid "Change the names of the contact form fields and error messages"
590
  msgstr "Yukarıdan eklenen dile göre İletişim Formu alanlarının isimlerini ve hata mesajlarını değiştir"
591
 
592
- #: contact_form.php:1121
593
- #: contact_form.php:1202
594
  msgid "English"
595
  msgstr "İngilizce"
596
 
597
- #: contact_form.php:1129
598
- #: contact_form.php:1163
599
  msgid "click to expand/hide the list"
600
  msgstr ""
601
 
602
- #: contact_form.php:1138
603
- #: contact_form.php:1172
604
  msgid "Tips below the Attachment block"
605
  msgstr "Dosya yükleme alanı altında gösterilecek açıklamalar"
606
 
607
- #: contact_form.php:1141
608
- #: contact_form.php:1175
609
  msgid "Error message for the Name field"
610
  msgstr "'İsim' alanı için hata mesajı"
611
 
612
- #: contact_form.php:1142
613
- #: contact_form.php:1176
614
  msgid "Error message for the Address field"
615
  msgstr "'Adres' alanı için hata mesajı"
616
 
617
- #: contact_form.php:1143
618
- #: contact_form.php:1177
619
  msgid "Error message for the Email field"
620
  msgstr "'E-posta adresş' alanı için hata mesajı"
621
 
622
- #: contact_form.php:1144
623
- #: contact_form.php:1178
624
  msgid "Error message for the Phone field"
625
  msgstr "'Telefon numarası' alanı için hata mesajı"
626
 
627
- #: contact_form.php:1145
628
- #: contact_form.php:1179
629
  msgid "Error message for the Subject field"
630
  msgstr "'Başlık' alanı için hata mesajı"
631
 
632
- #: contact_form.php:1146
633
- #: contact_form.php:1180
634
  msgid "Error message for the Message field"
635
  msgstr "'Mesaj' alanı için hata mesajı"
636
 
637
- #: contact_form.php:1147
638
- #: contact_form.php:1181
639
  msgid "Error message about the file type for the Attachment field"
640
  msgstr "Yüklenen dosyanın uzantısıyla ilgili hata mesajı"
641
 
642
- #: contact_form.php:1148
643
- #: contact_form.php:1182
644
  msgid "Error message while uploading a file for the Attachment field to the server"
645
  msgstr "Dosya yüklenirken oluşan hata için hata mesajı"
646
 
647
- #: contact_form.php:1149
648
- #: contact_form.php:1183
649
  msgid "Error message while moving the file for the Attachment field"
650
  msgstr "Yüklenecek dosya seçilirken oluşan hata için hata mesajı"
651
 
652
- #: contact_form.php:1150
653
- #: contact_form.php:1184
654
  msgid "Error message when file size limit for the Attachment field is exceeded"
655
  msgstr "En fazla dosya yükleme boyutu sınırı açıldığında oluşan hata mesajı"
656
 
657
- #: contact_form.php:1151
658
- #: contact_form.php:1185
659
  msgid "Error message for the Captcha field"
660
  msgstr "CAPTCHA alanı için hata mesajı"
661
 
662
- #: contact_form.php:1152
663
- #: contact_form.php:1186
664
  msgid "Error message for the whole form"
665
  msgstr "Formun geneli için hata mesajı"
666
 
667
- #: contact_form.php:1155
668
- #: contact_form.php:1157
669
- #: contact_form.php:1189
670
- #: contact_form.php:1191
671
- #: contact_form.php:1212
672
- #: contact_form.php:1214
673
- #: contact_form.php:1222
674
  #: contact_form.php:1224
 
 
 
 
 
 
 
675
  msgid "Use shortcode"
676
  msgstr "Kısa kodu kullan"
677
 
678
- #: contact_form.php:1155
679
- #: contact_form.php:1157
680
- #: contact_form.php:1189
681
- #: contact_form.php:1191
682
- #: contact_form.php:1212
683
- #: contact_form.php:1214
684
- #: contact_form.php:1222
685
  #: contact_form.php:1224
 
 
 
 
 
 
 
686
  msgid "for this language"
687
  msgstr "bu dil için"
688
 
689
- #: contact_form.php:1199
 
 
 
 
 
690
  msgid "Action after email is sent"
691
  msgstr "E-posta gönderildikten sonra ne yapılsın?"
692
 
693
- #: contact_form.php:1201
694
  msgid "Display text"
695
  msgstr "Metin göster"
696
 
697
- #: contact_form.php:1210
698
- #: contact_form.php:1220
699
  msgid "Text"
700
  msgstr "Metin"
701
 
702
- #: contact_form.php:1231
703
  msgid "Redirect to the page"
704
  msgstr "Sayfaya yönlendir"
705
 
706
- #: contact_form.php:1232
707
  msgid "Url"
708
  msgstr "URL"
709
 
710
- #: contact_form.php:1236
711
  msgid "The $_SERVER variable that is used to build a URL of the form"
712
  msgstr ""
713
 
714
- #: contact_form.php:1240
715
  msgid "If you are not sure whether to change this setting or not, please do not do that."
716
  msgstr ""
717
 
718
- #: contact_form.php:1246
719
- #: contact_form.php:1430
720
  msgid "Save Changes"
721
  msgstr "Değişiklikleri Kaydet"
722
 
723
- #: contact_form.php:1251
724
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
725
  msgstr "Eğer eklentiyi beğenerek kullanıyorsanız, lütfen Wordpress'te eklentiye 5 yıldız verin"
726
 
727
- #: contact_form.php:1252
728
  msgid "Rate the plugin"
729
  msgstr "Eklentiyi değerlendir"
730
 
731
- #: contact_form.php:1255
732
  msgid "If there is something wrong about it, please contact us"
733
  msgstr "Eğer eklenti hakkında problem tespit ederseniz lütfen bizimle iletişime geçin"
734
 
735
- #: contact_form.php:1267
736
  msgid "Errors output"
737
  msgstr "Hata çıktısı"
738
 
739
- #: contact_form.php:1270
740
  msgid "Display error messages"
741
  msgstr "Hata mesajlarını göster"
742
 
743
- #: contact_form.php:1271
744
  msgid "Color of the input field errors."
745
  msgstr "Giriş alanlarının hata rengi"
746
 
747
- #: contact_form.php:1272
748
  msgid "Display error messages & color of the input field errors"
749
  msgstr "Hata mesajlarını ve giriş alanı hata rengini göster"
750
 
751
- #: contact_form.php:1277
752
  msgid "Add placeholder to the input blocks"
753
  msgstr "Giriş alanlarına bilgilendirme notu ekle"
754
 
755
- #: contact_form.php:1283
756
  msgid "Add tooltips"
757
  msgstr "Şunları ekle:"
758
 
759
- #: contact_form.php:1297
760
  msgid "Email address"
761
  msgstr "E-posta adresi"
762
 
763
- #: contact_form.php:1302
764
  msgid "Phone Number"
765
  msgstr "Telefon Numarası"
766
 
767
- #: contact_form.php:1316
768
  msgid "Attachment"
769
  msgstr "Dosya Yükleme"
770
 
771
- #: contact_form.php:1321
772
  msgid "(powered by bestwebsoft.com)"
773
  msgstr "(Geliştirici bestwebsoft.com)"
774
 
775
- #: contact_form.php:1326
776
  msgid "Style options"
777
  msgstr "Tasarım ayarları"
778
 
779
- #: contact_form.php:1329
780
  msgid "Text color"
781
  msgstr "Metin rengi"
782
 
783
- #: contact_form.php:1332
784
- #: contact_form.php:1337
785
- #: contact_form.php:1347
786
- #: contact_form.php:1352
787
- #: contact_form.php:1357
788
- #: contact_form.php:1362
789
- #: contact_form.php:1372
790
- #: contact_form.php:1377
791
- #: contact_form.php:1383
792
- #: contact_form.php:1394
793
- #: contact_form.php:1399
794
- #: contact_form.php:1404
795
  msgid "Default"
796
  msgstr "Varsayılan"
797
 
798
- #: contact_form.php:1334
799
  msgid "Label text color"
800
  msgstr "Etiket metninin rengi"
801
 
802
- #: contact_form.php:1339
803
  msgid "Placeholder color"
804
  msgstr "Bilgilendirme notu rengi"
805
 
806
- #: contact_form.php:1344
807
  msgid "Errors color"
808
  msgstr "Hataların renkleri"
809
 
810
- #: contact_form.php:1349
811
  msgid "Error text color"
812
  msgstr "Hata metni rengi"
813
 
814
- #: contact_form.php:1354
815
  msgid "Background color of the input field errors"
816
  msgstr "giriş alanı hataları için arka plan rengi"
817
 
818
- #: contact_form.php:1359
819
  msgid "Border color of the input field errors"
820
  msgstr "Giriş alanı hataları için border rengi"
821
 
822
- #: contact_form.php:1364
823
  msgid "Placeholder color of the input field errors"
824
  msgstr "Giriş alanı hataları için bilgilendirme notu rengi"
825
 
826
- #: contact_form.php:1369
827
  msgid "Input fields"
828
  msgstr "Giriş alanları"
829
 
830
- #: contact_form.php:1374
831
  msgid "Input fields background color"
832
  msgstr "Giriş alanları arka plan rengi"
833
 
834
- #: contact_form.php:1379
835
  msgid "Text fields color"
836
  msgstr "Metin alanlarının rengi"
837
 
838
- #: contact_form.php:1381
839
  msgid "Border width in px, numbers only"
840
  msgstr "Bırder genişliği, piksel cinsinden, sadece sayı"
841
 
842
- #: contact_form.php:1385
843
- #: contact_form.php:1406
844
  msgid "Border color"
845
  msgstr "Border rengi"
846
 
847
- #: contact_form.php:1390
848
  msgid "Submit button"
849
  msgstr "Gönderme butonu"
850
 
851
  # #: contact_form.php:928
852
- #: contact_form.php:1392
853
  msgid "Width in px, numbers only"
854
  msgstr "Piksel cinsinden genişlik, sadece sayı"
855
 
856
- #: contact_form.php:1396
857
  msgid "Button color"
858
  msgstr "Buton rengi"
859
 
860
- #: contact_form.php:1401
861
  msgid "Button text color"
862
  msgstr "Buton yazı rengi"
863
 
864
- #: contact_form.php:1434
865
  msgid "Contact Form Pro | Preview"
866
  msgstr "İletişim Formu PRO | Ön İzleme"
867
 
868
- #: contact_form.php:1437
869
  msgid "Show with errors"
870
  msgstr "Hatalarla göster"
871
 
872
- #: contact_form.php:1445
873
- #: contact_form.php:1447
874
  msgid "Please enter your full name..."
875
  msgstr "Lütfen tam adınızı yazın"
876
 
877
- #: contact_form.php:1458
878
- #: contact_form.php:1460
879
  msgid "Please enter your address..."
880
  msgstr "Lütfen adresinizi yazın"
881
 
882
- #: contact_form.php:1469
883
- #: contact_form.php:1471
884
  msgid "Please enter your email address..."
885
  msgstr "Lütfen e-posta adresinizi yazın"
886
 
887
- #: contact_form.php:1480
888
- #: contact_form.php:1482
889
  msgid "Please enter your phone number..."
890
  msgstr "Lütfen telefon numaranızı yazın"
891
 
892
- #: contact_form.php:1491
893
- #: contact_form.php:1493
894
  msgid "Please enter subject..."
895
  msgstr "Lütfen başlık yazın"
896
 
897
- #: contact_form.php:1501
898
- #: contact_form.php:1503
899
  msgid "Please enter your message..."
900
  msgstr "Lütfen mesajınızı yazın"
901
 
902
- #: contact_form.php:1545
903
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
904
  msgstr ""
905
 
906
- #: contact_form.php:1547
907
  msgid "Please, go to"
908
  msgstr ""
909
 
910
- #: contact_form.php:1547
911
  #, fuzzy
912
  msgid "the setting page"
913
  msgstr "Ekstra ayarlar"
914
 
915
- #: contact_form.php:1548
916
  msgid "You will be redirected automatically in 5 seconds."
917
  msgstr ""
918
 
919
- #: contact_form.php:1553
920
  msgid "You can download and activate"
921
  msgstr ""
922
 
923
- #: contact_form.php:1555
924
  msgid "version of this plugin by entering Your license key."
925
  msgstr ""
926
 
927
- #: contact_form.php:1557
928
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
929
  msgstr ""
930
 
931
- #: contact_form.php:1559
932
  msgid "(your username is the email you specify when purchasing the product)."
933
  msgstr ""
934
 
935
- #: contact_form.php:1567
936
- #: contact_form.php:1577
937
- msgid "Go!"
938
- msgstr ""
 
939
 
940
- #: contact_form.php:1647
941
  msgid "Sorry, email message could not be delivered."
942
  msgstr "Üzgünüz, e-posta mesajınız gönderilemedi."
943
 
944
- #: contact_form.php:2053
945
  msgid "Contact from"
946
  msgstr "İletişim Formu"
947
 
948
- #: contact_form.php:2066
949
- #: contact_form.php:2092
950
  msgid "Email"
951
  msgstr "E-Posta Adresi"
952
 
953
- #: contact_form.php:2070
954
- #: contact_form.php:2094
955
  msgid "Phone"
956
  msgstr "Telefon"
957
 
958
- #: contact_form.php:2079
959
- #: contact_form.php:2097
960
  msgid "Site"
961
  msgstr "Website"
962
 
963
- #: contact_form.php:2160
964
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
965
  msgstr "Eğer bu MIME'ı görüyorsanız, bu e-posta sunucunuzun MIME'ı desteklemediği anlamına gelir!"
966
 
967
- #: contact_form.php:2229
968
- msgid "FAQ"
969
- msgstr "SSS"
970
-
971
- #: contact_form.php:2230
972
  msgid "Support"
973
  msgstr "Destek"
974
 
975
- #: contact_form.php:2280
976
  msgid "Are you sure that you want to delete this language data?"
977
  msgstr "Bu dile ait verileri silmek istediğinize emin misiniz?"
978
 
979
- #: contact_form.php:2476
980
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
981
  msgstr ""
982
 
983
- #: contact_form.php:2477
984
  msgid "Extend standard plugin functionality with new great options."
985
  msgstr ""
986
 
987
- #: contact_form.php:2492
988
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
989
  msgstr ""
990
 
991
- #: contact_form.php:2493
992
  msgid "Manage messages that have been sent from your website."
993
  msgstr ""
994
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-08 14:55+0300\n"
6
+ "PO-Revision-Date: 2014-07-08 14:55+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Can Atasever <webmaster@candanblog.com>\n"
9
  "Language: ca_ES\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:74
20
+ #: contact_form.php:845
21
  msgid "Contact Form Settings"
22
  msgstr "İletişim Formu Ayarları"
23
 
24
+ #: contact_form.php:74
25
  msgid "Contact Form"
26
  msgstr "İletişim Formu"
27
 
28
+ #: contact_form.php:150
29
+ #: contact_form.php:1200
30
+ #: contact_form.php:1234
31
  msgid "Name:"
32
  msgstr "İsim:"
33
 
34
+ #: contact_form.php:151
35
+ #: contact_form.php:1201
36
+ #: contact_form.php:1235
37
  msgid "Address:"
38
  msgstr "Adres:"
39
 
40
+ #: contact_form.php:152
41
+ #: contact_form.php:1202
42
+ #: contact_form.php:1236
43
  msgid "Email Address:"
44
  msgstr "E-posta Adresi:"
45
 
46
+ #: contact_form.php:153
47
+ #: contact_form.php:1203
48
+ #: contact_form.php:1237
49
  msgid "Phone number:"
50
  msgstr "Telefon Numarası:"
51
 
52
+ #: contact_form.php:154
53
+ #: contact_form.php:1204
54
+ #: contact_form.php:1238
55
  msgid "Subject:"
56
  msgstr "Başlık:"
57
 
58
+ #: contact_form.php:155
59
+ #: contact_form.php:1205
60
+ #: contact_form.php:1239
61
  msgid "Message:"
62
  msgstr "Mesaj:"
63
 
64
+ #: contact_form.php:156
65
+ #: contact_form.php:1206
66
+ #: contact_form.php:1240
67
  msgid "Attachment:"
68
  msgstr "Eklenecek Dosya:"
69
 
70
+ #: contact_form.php:157
71
  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"
72
  msgstr "Desteklenen dosya uzantıları: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. En büyük dosya boyutu: 2MB"
73
 
74
+ #: contact_form.php:158
75
+ #: contact_form.php:1208
76
+ #: contact_form.php:1242
77
  msgid "Send me a copy"
78
  msgstr "Bana bir kopyasını gönder"
79
 
80
+ #: contact_form.php:159
81
+ #: contact_form.php:1209
82
+ #: contact_form.php:1243
83
  msgid "Submit"
84
  msgstr "Gönder"
85
 
86
+ #: contact_form.php:160
87
  msgid "Your name is required."
88
  msgstr "İsminizi yazmanız gerekiyor."
89
 
90
+ #: contact_form.php:161
91
  msgid "Address is required."
92
  msgstr "Adresinizi yazmanız gerekiyor."
93
 
94
+ #: contact_form.php:162
95
  msgid "A valid email address is required."
96
  msgstr "Geçerli bir e-posta adresi yazmanız gerekiyor."
97
 
98
+ #: contact_form.php:163
99
  msgid "Phone number is required."
100
  msgstr "Telefon numaranızı yazmanız gerekiyor."
101
 
102
+ #: contact_form.php:164
103
  msgid "Subject is required."
104
  msgstr "Başlık kısmını doldurmanız gerekiyor."
105
 
106
+ #: contact_form.php:165
107
  msgid "Message text is required."
108
  msgstr "Mesaj kısmını doldurmanız gerekiyor."
109
 
110
+ #: contact_form.php:166
111
  msgid "File format is not valid."
112
  msgstr "Dosya uzantısı uygun değil."
113
 
114
+ #: contact_form.php:167
115
  msgid "File upload error."
116
  msgstr "Dosya yükleme hatası."
117
 
118
+ #: contact_form.php:168
119
  msgid "The file could not be uploaded."
120
  msgstr "Dosya yüklenemedi."
121
 
122
+ #: contact_form.php:169
123
  msgid "This file is too large."
124
  msgstr "Dosyanın boyutu çok büyük."
125
 
126
+ #: contact_form.php:170
127
  msgid "Please fill out the CAPTCHA."
128
  msgstr "Lütfen CAPTCHA kısmını doldurun."
129
 
130
+ #: contact_form.php:171
131
  msgid "Please make corrections below and try again."
132
  msgstr "Lütfen aşağıdaki düzeltmeleri yapın ve yeniden deneyin."
133
 
134
+ #: contact_form.php:173
135
  msgid "Thank you for contacting us."
136
  msgstr "İletişime geçtiğiniz için teşekkürler."
137
 
138
+ #: contact_form.php:369
139
  msgid "requires"
140
  msgstr "Gerekli"
141
 
142
+ #: contact_form.php:369
143
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
144
  msgstr "ya da daha üstü, pasifleştirilmesinin sebebi bu! Lütfen Wordpress'i güncelleyin ve yeniden deneyin."
145
 
146
+ #: contact_form.php:369
147
  msgid "Back to the WordPress"
148
  msgstr "Wordpress'e geri dön"
149
 
150
+ #: contact_form.php:369
151
  msgid "Plugins page"
152
  msgstr "Eklenti Sayfası"
153
 
154
+ #: contact_form.php:677
155
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
156
  msgstr "Eğer 'Sayfaya Yönlendir' seçeneği seçilmişse, URL alanı şu formatta olmalı:"
157
 
158
+ #: contact_form.php:686
159
  msgid "Such user does not exist. Settings are not saved."
160
  msgstr "Böyle bir kullanıcı adı bulunamadı. Ayarlar kaydedilmedi."
161
 
162
+ #: contact_form.php:690
163
+ #: contact_form.php:696
164
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
165
  msgstr "Lütfen 'GÖNDERİCİ' alanına geçerli bir e-posta adresi girin. Ayarlar kaydedilmedi."
166
 
167
+ #: contact_form.php:721
168
  msgid "Settings saved."
169
  msgstr "Ayarlar kaydedildi."
170
 
171
+ #: contact_form.php:748
172
+ #: contact_form.php:780
173
  msgid "Wrong license key"
174
  msgstr ""
175
 
176
+ #: contact_form.php:773
177
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
178
  msgstr ""
179
 
180
+ #: contact_form.php:782
181
  msgid "This license key is bind to another site"
182
  msgstr ""
183
 
184
+ #: contact_form.php:784
185
+ #: contact_form.php:1645
186
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
187
  msgstr ""
188
 
189
+ #: contact_form.php:801
190
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
191
  msgstr ""
192
 
193
+ #: contact_form.php:807
194
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
195
  msgstr ""
196
 
197
+ #: contact_form.php:811
198
+ #: contact_form.php:820
199
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
200
  msgstr ""
201
 
202
+ #: contact_form.php:824
203
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
204
  msgstr ""
205
 
206
+ #: contact_form.php:839
207
  #, fuzzy
208
  msgid "Please, enter Your license key"
209
  msgstr "Lütfen mesajınızı yazın"
210
 
211
+ #: contact_form.php:847
212
+ #: contact_form.php:2306
213
+ #: contact_form.php:2318
214
  msgid "Settings"
215
  msgstr "Ayarlar"
216
 
217
+ #: contact_form.php:848
218
  msgid "Extra settings"
219
  msgstr "Ekstra ayarlar"
220
 
221
+ #: contact_form.php:849
222
+ #: contact_form.php:2319
223
+ msgid "FAQ"
224
+ msgstr "SSS"
225
+
226
+ #: contact_form.php:850
227
  msgid "Go PRO"
228
  msgstr ""
229
 
230
+ #: contact_form.php:853
231
  msgid "Notice:"
232
  msgstr "Bilgi Notu:"
233
 
234
+ #: contact_form.php:853
235
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
236
  msgstr "Eklentinin ayarları değiştirildi. Değişiklikleri kaydetmek için 'Değişiklikleri Kaydet' butonuna basmayı unutmayın."
237
 
238
+ #: contact_form.php:859
239
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
240
  msgstr ""
241
 
242
+ #: contact_form.php:865
243
+ #: contact_form.php:870
244
+ #: contact_form.php:1604
245
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
246
  msgstr "Eğer sitenize iletişim formu eklemek istiyorsanız, şu kısa kodu yazınıza, sayfanıza ya da bileşen alanınıza eklemeniz yeterli."
247
 
248
+ #: contact_form.php:865
249
+ #: contact_form.php:866
250
+ #: contact_form.php:870
251
+ #: contact_form.php:871
252
+ #: contact_form.php:1224
253
+ #: contact_form.php:1226
254
+ #: contact_form.php:1287
255
+ #: contact_form.php:1289
256
  msgid "or"
257
  msgstr "ya da"
258
 
259
+ #: contact_form.php:866
260
+ #: contact_form.php:871
261
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
262
  msgstr "Eğer standart [contact_form] kısa koduyla ilgili bir sorun yaşarsanız, şunlardan birini kullanmalısınız"
263
 
264
+ #: contact_form.php:867
265
+ #: contact_form.php:872
266
  msgid "They work the same way."
267
  msgstr "Aynı şekilde çalışırlar."
268
 
269
+ #: contact_form.php:868
270
+ #: contact_form.php:873
271
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
272
  msgstr "Eğer aşağıdaki alanları boş bırakırsanız, kullanıcının mesajı kayıt sırasında girilen e-posta adresine gönderilecek."
273
 
274
+ #: contact_form.php:878
275
  msgid "The user's email address:"
276
  msgstr "Kullanıcının e-posta adresine:"
277
 
278
+ #: contact_form.php:882
279
  msgid "Create a username"
280
  msgstr "Kullanıcı oluştur"
281
 
282
+ #: contact_form.php:889
283
  msgid "Enter a username of the person who should get the messages from the contact form."
284
  msgstr "İletişim Formu ile gönderilen mesajı almasını istediğiniz kullanıcının adını girin."
285
 
286
+ #: contact_form.php:893
287
  msgid "Use this email address:"
288
  msgstr "Mesaj bu e-posta adresine gönderilsin:"
289
 
290
+ #: contact_form.php:896
291
  msgid "Enter the email address you want the messages forwarded to."
292
  msgstr "Mesajın gönderilmesini istediğiniz e-posta adresini girin."
293
 
294
+ #: contact_form.php:905
295
  msgid "Add department selectbox to the contact form:"
296
  msgstr "İletişim Formu'na departman seçenekleri ekleyin"
297
 
298
+ #: contact_form.php:913
299
+ #: contact_form.php:1487
300
  msgid "If you upgrade to Pro version all your settings will be saved."
301
  msgstr "Ücretli sürümü satın alırsanız tüm değişiklikler kaydedilecek."
302
 
303
+ #: contact_form.php:920
304
+ #: contact_form.php:1066
305
+ #: contact_form.php:1140
306
+ #: contact_form.php:1494
307
  msgid "Unlock premium options by upgrading to a PRO version."
308
  msgstr ""
309
 
310
+ #: contact_form.php:921
311
+ #: contact_form.php:1067
312
+ #: contact_form.php:1141
313
+ #: contact_form.php:1495
314
+ #: contact_form.php:2574
315
+ #: contact_form.php:2590
316
  msgid "Learn More"
317
  msgstr ""
318
 
319
+ #: contact_form.php:924
320
+ #: contact_form.php:1070
321
+ #: contact_form.php:1144
322
+ #: contact_form.php:1498
323
  msgid "Go"
324
  msgstr ""
325
 
326
+ #: contact_form.php:931
327
  msgid "Save emails to the database"
328
  msgstr "E-postaları veritabanına kaydet"
329
 
330
+ #: contact_form.php:937
331
  msgid "Using"
332
  msgstr ""
333
 
334
+ #: contact_form.php:937
335
+ #: contact_form.php:1117
336
+ #: contact_form.php:1120
337
+ #: contact_form.php:1124
338
  msgid "powered by"
339
  msgstr "geliştirici: "
340
 
341
+ #: contact_form.php:940
342
+ #: contact_form.php:944
343
  msgid "Using Contact Form to DB powered by"
344
  msgstr "Contact Form to DB eklentisi ile,"
345
 
346
+ #: contact_form.php:940
347
  msgid "Activate Contact Form to DB"
348
  msgstr "Contact Form to DB eklentisini aktifleştir"
349
 
350
+ #: contact_form.php:944
351
  msgid "Download Contact Form to DB"
352
  msgstr "Contact Form to DB eklentisini yükle"
353
 
354
+ #: contact_form.php:949
355
  msgid "Additional options"
356
  msgstr "Ek seçenekler"
357
 
358
+ #: contact_form.php:951
359
  msgid "Show"
360
  msgstr "Göster"
361
 
362
+ #: contact_form.php:952
363
  msgid "Hide"
364
  msgstr "Gizle"
365
 
366
+ #: contact_form.php:956
367
  msgid "What to use?"
368
  msgstr "Hangi yöntem?"
369
 
370
+ #: contact_form.php:959
371
  msgid "Wp-mail"
372
  msgstr "Wp-Mail"
373
 
374
+ #: contact_form.php:959
375
  msgid "You can use the wp_mail function for mailing"
376
  msgstr "E-postanın gönderimi için wp_mail fonksiyonunu kullanabilirsiniz."
377
 
378
+ #: contact_form.php:961
379
  msgid "Mail"
380
  msgstr "Mail"
381
 
382
+ #: contact_form.php:961
383
  msgid "To send mail you can use the php mail function"
384
  msgstr "E-postanın gönderimi için PHP Mail fonksiyonunu kullanabilirsiniz."
385
 
386
+ #: contact_form.php:965
387
  msgid "The text in the 'From' field"
388
  msgstr "'Gönderici' alanındaki metin"
389
 
390
+ #: contact_form.php:967
391
  msgid "User name"
392
  msgstr "Kullanıcı adı"
393
 
394
+ #: contact_form.php:968
395
  msgid "The name of the user who fills the form will be used in the field 'From'."
396
  msgstr "'Gönderici' alanında formu dolduran ziyaretçinin adı kullanılacak."
397
 
398
+ #: contact_form.php:971
399
  msgid "This text will be used in the 'FROM' field"
400
  msgstr "'GÖNDERİCİ' alanında bu metin kullanılacak"
401
 
402
+ #: contact_form.php:975
403
  msgid "The email address in the 'From' field"
404
  msgstr "'Gönderen' alanındaki e-posta adresi"
405
 
406
+ #: contact_form.php:977
407
  msgid "User email"
408
  msgstr "Kullanıcı e-postası"
409
 
410
+ #: contact_form.php:978
411
  msgid "The email address of the user who fills the form will be used in the field 'From'."
412
  msgstr "'Gönderici' alanında formu dolduran kullanıcının e-posta adresi gösterilecek."
413
 
414
+ #: contact_form.php:981
415
  msgid "This email address will be used in the 'From' field."
416
  msgstr "'Gönderici' alanında bu e-posta adresi gösterilecek."
417
 
418
+ #: contact_form.php:985
419
  msgid "Required symbol"
420
  msgstr "Zorunlu işareti"
421
 
422
+ #: contact_form.php:995
423
  msgid "Fields"
424
  msgstr "Alanlar"
425
 
426
+ #: contact_form.php:996
427
  msgid "Used"
428
  msgstr "Kullanılsın mı?"
429
 
430
+ #: contact_form.php:997
431
  msgid "Required"
432
  msgstr "Zorunlu"
433
 
434
+ #: contact_form.php:998
435
  msgid "Visible"
436
  msgstr "Görünür"
437
 
438
+ #: contact_form.php:999
439
  msgid "Disabled for editing"
440
  msgstr "Düzenlemeye kapatılmış"
441
 
442
+ #: contact_form.php:1000
443
  msgid "Field's default value"
444
  msgstr "Alanın varsayılan değeri"
445
 
446
+ #: contact_form.php:1005
447
+ #: contact_form.php:1362
448
+ #: contact_form.php:2125
449
+ #: contact_form.php:2161
450
  msgid "Name"
451
  msgstr "İsim"
452
 
453
+ #: contact_form.php:1013
454
+ msgid "Location selectbox"
455
+ msgstr ""
456
+
457
+ #: contact_form.php:1021
458
+ #: contact_form.php:1367
459
+ #: contact_form.php:2131
460
+ #: contact_form.php:2165
461
  msgid "Address"
462
  msgstr "Adres:"
463
 
464
+ #: contact_form.php:1029
465
  msgid "Email Address"
466
  msgstr "E-posta Adresi"
467
 
468
+ #: contact_form.php:1037
469
  msgid "Phone number"
470
  msgstr "Telefon numarası"
471
 
472
+ #: contact_form.php:1045
473
+ #: contact_form.php:1382
474
+ #: contact_form.php:2146
475
+ #: contact_form.php:2174
476
  msgid "Subject"
477
  msgstr "Başlık"
478
 
479
+ #: contact_form.php:1053
480
+ #: contact_form.php:1386
481
+ #: contact_form.php:2149
482
+ #: contact_form.php:2176
483
  msgid "Message"
484
  msgstr "Mesaj"
485
 
486
+ #: contact_form.php:1077
487
  msgid "Attachment block"
488
  msgstr "Dosya Yükleme"
489
 
490
+ #: contact_form.php:1079
491
  msgid "Users can attach the following file formats"
492
  msgstr "Kullanıcılar şu uzantılardaki dosyaları yükleyebilirler"
493
 
494
+ #: contact_form.php:1092
495
  msgid "Add to the form"
496
  msgstr "Forma ekle"
497
 
498
+ #: contact_form.php:1097
499
  msgid "Tips below the Attachment"
500
  msgstr "Dosya yükleme alanı altında açıklama"
501
 
502
+ #: contact_form.php:1106
503
  msgid "'Send me a copy' block"
504
  msgstr "'Mesajın bir kopyasını e-posta adresime gönder' seçeneği"
505
 
506
+ #: contact_form.php:1117
507
+ #: contact_form.php:1120
508
+ #: contact_form.php:1124
509
+ #: contact_form.php:1396
510
  msgid "Captcha"
511
  msgstr "CAPTCHA"
512
 
513
+ #: contact_form.php:1120
514
  msgid "Activate captcha"
515
  msgstr "CAPTCHA'yı etkinleştir"
516
 
517
+ #: contact_form.php:1124
518
  msgid "Download captcha"
519
  msgstr "CAPTCHA'yı yükle"
520
 
521
+ #: contact_form.php:1132
522
  msgid "Agreement checkbox"
523
  msgstr "Onay kutusu"
524
 
525
+ #: contact_form.php:1132
526
  msgid "Required checkbox for submitting the form"
527
  msgstr "Formu göndermek için işaretlenmesi gereken onay kutusu"
528
 
529
+ #: contact_form.php:1133
530
  msgid "Optional checkbox"
531
  msgstr "İsteğe bağlı onay kutusu"
532
 
533
+ #: contact_form.php:1133
534
  msgid "Optional checkbox, the results of which will be displayed in email"
535
  msgstr "E-posta'da gösterilecek, isteğe bağlı onay kutusu"
536
 
537
+ #: contact_form.php:1150
538
  msgid "Delete an attachment file from the server after the email is sent"
539
  msgstr "E-posta gönderildikten sonra eklenen dosyayı sunucudan sil"
540
 
541
+ #: contact_form.php:1156
542
  msgid "Email in HTML format sending"
543
  msgstr "E-postayı HTML formatında gönder"
544
 
545
+ #: contact_form.php:1160
546
  msgid "Display additional info in the email"
547
  msgstr "E-postanın içerisinde ek bilgiler göster"
548
 
549
+ #: contact_form.php:1165
550
+ #: contact_form.php:2092
551
+ #: contact_form.php:2094
552
  msgid "Sent from (ip address)"
553
  msgstr "Gönderilen (IP Adresi)"
554
 
555
+ #: contact_form.php:1165
556
  msgid "Example: Sent from (IP address):\t127.0.0.1"
557
  msgstr "Örnek: Şu IP adresinden gönderildi:\t127.0.0.1"
558
 
559
+ #: contact_form.php:1166
560
+ #: contact_form.php:2098
561
+ #: contact_form.php:2100
562
  msgid "Date/Time"
563
  msgstr "Tarih/Zaman"
564
 
565
+ #: contact_form.php:1166
566
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
567
  msgstr "Örnek: Tarih/Saat:\t19 Ağustos, 2013 - 8:50 ÖS"
568
 
569
+ #: contact_form.php:1167
570
+ #: contact_form.php:2104
571
+ #: contact_form.php:2106
572
  msgid "Sent from (referer)"
573
  msgstr "Gönderilen (referer)"
574
 
575
+ #: contact_form.php:1167
576
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
577
  msgstr "Örnek: Gönderici:\thttp://bestwebsoft.com/contacts/contact-us/"
578
 
579
+ #: contact_form.php:1168
580
+ #: contact_form.php:2110
581
+ #: contact_form.php:2112
582
  msgid "Using (user agent)"
583
  msgstr "Şununla: "
584
 
585
+ #: contact_form.php:1168
586
  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"
587
  msgstr "Örnek: Şunu kullanarak:\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
588
 
589
+ #: contact_form.php:1172
590
  msgid "Language settings for the field names in the form"
591
  msgstr "Formdaki alan adları için dil ayarları 8aşağıdaki iki seçenek için)"
592
 
593
+ #: contact_form.php:1181
594
  msgid "Add a language"
595
  msgstr "Bir dil ekle"
596
 
597
+ #: contact_form.php:1185
598
  msgid "Change the names of the contact form fields and error messages"
599
  msgstr "Yukarıdan eklenen dile göre İletişim Formu alanlarının isimlerini ve hata mesajlarını değiştir"
600
 
601
+ #: contact_form.php:1190
602
+ #: contact_form.php:1277
603
  msgid "English"
604
  msgstr "İngilizce"
605
 
606
+ #: contact_form.php:1198
607
+ #: contact_form.php:1232
608
  msgid "click to expand/hide the list"
609
  msgstr ""
610
 
611
+ #: contact_form.php:1207
612
+ #: contact_form.php:1241
613
  msgid "Tips below the Attachment block"
614
  msgstr "Dosya yükleme alanı altında gösterilecek açıklamalar"
615
 
616
+ #: contact_form.php:1210
617
+ #: contact_form.php:1244
618
  msgid "Error message for the Name field"
619
  msgstr "'İsim' alanı için hata mesajı"
620
 
621
+ #: contact_form.php:1211
622
+ #: contact_form.php:1245
623
  msgid "Error message for the Address field"
624
  msgstr "'Adres' alanı için hata mesajı"
625
 
626
+ #: contact_form.php:1212
627
+ #: contact_form.php:1246
628
  msgid "Error message for the Email field"
629
  msgstr "'E-posta adresş' alanı için hata mesajı"
630
 
631
+ #: contact_form.php:1213
632
+ #: contact_form.php:1247
633
  msgid "Error message for the Phone field"
634
  msgstr "'Telefon numarası' alanı için hata mesajı"
635
 
636
+ #: contact_form.php:1214
637
+ #: contact_form.php:1248
638
  msgid "Error message for the Subject field"
639
  msgstr "'Başlık' alanı için hata mesajı"
640
 
641
+ #: contact_form.php:1215
642
+ #: contact_form.php:1249
643
  msgid "Error message for the Message field"
644
  msgstr "'Mesaj' alanı için hata mesajı"
645
 
646
+ #: contact_form.php:1216
647
+ #: contact_form.php:1250
648
  msgid "Error message about the file type for the Attachment field"
649
  msgstr "Yüklenen dosyanın uzantısıyla ilgili hata mesajı"
650
 
651
+ #: contact_form.php:1217
652
+ #: contact_form.php:1251
653
  msgid "Error message while uploading a file for the Attachment field to the server"
654
  msgstr "Dosya yüklenirken oluşan hata için hata mesajı"
655
 
656
+ #: contact_form.php:1218
657
+ #: contact_form.php:1252
658
  msgid "Error message while moving the file for the Attachment field"
659
  msgstr "Yüklenecek dosya seçilirken oluşan hata için hata mesajı"
660
 
661
+ #: contact_form.php:1219
662
+ #: contact_form.php:1253
663
  msgid "Error message when file size limit for the Attachment field is exceeded"
664
  msgstr "En fazla dosya yükleme boyutu sınırı açıldığında oluşan hata mesajı"
665
 
666
+ #: contact_form.php:1220
667
+ #: contact_form.php:1254
668
  msgid "Error message for the Captcha field"
669
  msgstr "CAPTCHA alanı için hata mesajı"
670
 
671
+ #: contact_form.php:1221
672
+ #: contact_form.php:1255
673
  msgid "Error message for the whole form"
674
  msgstr "Formun geneli için hata mesajı"
675
 
 
 
 
 
 
 
 
676
  #: contact_form.php:1224
677
+ #: contact_form.php:1226
678
+ #: contact_form.php:1258
679
+ #: contact_form.php:1260
680
+ #: contact_form.php:1287
681
+ #: contact_form.php:1289
682
+ #: contact_form.php:1297
683
+ #: contact_form.php:1299
684
  msgid "Use shortcode"
685
  msgstr "Kısa kodu kullan"
686
 
 
 
 
 
 
 
 
687
  #: contact_form.php:1224
688
+ #: contact_form.php:1226
689
+ #: contact_form.php:1258
690
+ #: contact_form.php:1260
691
+ #: contact_form.php:1287
692
+ #: contact_form.php:1289
693
+ #: contact_form.php:1297
694
+ #: contact_form.php:1299
695
  msgid "for this language"
696
  msgstr "bu dil için"
697
 
698
+ #: contact_form.php:1268
699
+ #, fuzzy
700
+ msgid "Use the changed names of the contact form fields in the email"
701
+ msgstr "Yukarıdan eklenen dile göre İletişim Formu alanlarının isimlerini ve hata mesajlarını değiştir"
702
+
703
+ #: contact_form.php:1274
704
  msgid "Action after email is sent"
705
  msgstr "E-posta gönderildikten sonra ne yapılsın?"
706
 
707
+ #: contact_form.php:1276
708
  msgid "Display text"
709
  msgstr "Metin göster"
710
 
711
+ #: contact_form.php:1285
712
+ #: contact_form.php:1295
713
  msgid "Text"
714
  msgstr "Metin"
715
 
716
+ #: contact_form.php:1306
717
  msgid "Redirect to the page"
718
  msgstr "Sayfaya yönlendir"
719
 
720
+ #: contact_form.php:1307
721
  msgid "Url"
722
  msgstr "URL"
723
 
724
+ #: contact_form.php:1311
725
  msgid "The $_SERVER variable that is used to build a URL of the form"
726
  msgstr ""
727
 
728
+ #: contact_form.php:1315
729
  msgid "If you are not sure whether to change this setting or not, please do not do that."
730
  msgstr ""
731
 
732
+ #: contact_form.php:1321
733
+ #: contact_form.php:1505
734
  msgid "Save Changes"
735
  msgstr "Değişiklikleri Kaydet"
736
 
737
+ #: contact_form.php:1326
738
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
739
  msgstr "Eğer eklentiyi beğenerek kullanıyorsanız, lütfen Wordpress'te eklentiye 5 yıldız verin"
740
 
741
+ #: contact_form.php:1327
742
  msgid "Rate the plugin"
743
  msgstr "Eklentiyi değerlendir"
744
 
745
+ #: contact_form.php:1330
746
  msgid "If there is something wrong about it, please contact us"
747
  msgstr "Eğer eklenti hakkında problem tespit ederseniz lütfen bizimle iletişime geçin"
748
 
749
+ #: contact_form.php:1342
750
  msgid "Errors output"
751
  msgstr "Hata çıktısı"
752
 
753
+ #: contact_form.php:1345
754
  msgid "Display error messages"
755
  msgstr "Hata mesajlarını göster"
756
 
757
+ #: contact_form.php:1346
758
  msgid "Color of the input field errors."
759
  msgstr "Giriş alanlarının hata rengi"
760
 
761
+ #: contact_form.php:1347
762
  msgid "Display error messages & color of the input field errors"
763
  msgstr "Hata mesajlarını ve giriş alanı hata rengini göster"
764
 
765
+ #: contact_form.php:1352
766
  msgid "Add placeholder to the input blocks"
767
  msgstr "Giriş alanlarına bilgilendirme notu ekle"
768
 
769
+ #: contact_form.php:1358
770
  msgid "Add tooltips"
771
  msgstr "Şunları ekle:"
772
 
773
+ #: contact_form.php:1372
774
  msgid "Email address"
775
  msgstr "E-posta adresi"
776
 
777
+ #: contact_form.php:1377
778
  msgid "Phone Number"
779
  msgstr "Telefon Numarası"
780
 
781
+ #: contact_form.php:1391
782
  msgid "Attachment"
783
  msgstr "Dosya Yükleme"
784
 
785
+ #: contact_form.php:1396
786
  msgid "(powered by bestwebsoft.com)"
787
  msgstr "(Geliştirici bestwebsoft.com)"
788
 
789
+ #: contact_form.php:1401
790
  msgid "Style options"
791
  msgstr "Tasarım ayarları"
792
 
793
+ #: contact_form.php:1404
794
  msgid "Text color"
795
  msgstr "Metin rengi"
796
 
797
+ #: contact_form.php:1407
798
+ #: contact_form.php:1412
799
+ #: contact_form.php:1422
800
+ #: contact_form.php:1427
801
+ #: contact_form.php:1432
802
+ #: contact_form.php:1437
803
+ #: contact_form.php:1447
804
+ #: contact_form.php:1452
805
+ #: contact_form.php:1458
806
+ #: contact_form.php:1469
807
+ #: contact_form.php:1474
808
+ #: contact_form.php:1479
809
  msgid "Default"
810
  msgstr "Varsayılan"
811
 
812
+ #: contact_form.php:1409
813
  msgid "Label text color"
814
  msgstr "Etiket metninin rengi"
815
 
816
+ #: contact_form.php:1414
817
  msgid "Placeholder color"
818
  msgstr "Bilgilendirme notu rengi"
819
 
820
+ #: contact_form.php:1419
821
  msgid "Errors color"
822
  msgstr "Hataların renkleri"
823
 
824
+ #: contact_form.php:1424
825
  msgid "Error text color"
826
  msgstr "Hata metni rengi"
827
 
828
+ #: contact_form.php:1429
829
  msgid "Background color of the input field errors"
830
  msgstr "giriş alanı hataları için arka plan rengi"
831
 
832
+ #: contact_form.php:1434
833
  msgid "Border color of the input field errors"
834
  msgstr "Giriş alanı hataları için border rengi"
835
 
836
+ #: contact_form.php:1439
837
  msgid "Placeholder color of the input field errors"
838
  msgstr "Giriş alanı hataları için bilgilendirme notu rengi"
839
 
840
+ #: contact_form.php:1444
841
  msgid "Input fields"
842
  msgstr "Giriş alanları"
843
 
844
+ #: contact_form.php:1449
845
  msgid "Input fields background color"
846
  msgstr "Giriş alanları arka plan rengi"
847
 
848
+ #: contact_form.php:1454
849
  msgid "Text fields color"
850
  msgstr "Metin alanlarının rengi"
851
 
852
+ #: contact_form.php:1456
853
  msgid "Border width in px, numbers only"
854
  msgstr "Bırder genişliği, piksel cinsinden, sadece sayı"
855
 
856
+ #: contact_form.php:1460
857
+ #: contact_form.php:1481
858
  msgid "Border color"
859
  msgstr "Border rengi"
860
 
861
+ #: contact_form.php:1465
862
  msgid "Submit button"
863
  msgstr "Gönderme butonu"
864
 
865
  # #: contact_form.php:928
866
+ #: contact_form.php:1467
867
  msgid "Width in px, numbers only"
868
  msgstr "Piksel cinsinden genişlik, sadece sayı"
869
 
870
+ #: contact_form.php:1471
871
  msgid "Button color"
872
  msgstr "Buton rengi"
873
 
874
+ #: contact_form.php:1476
875
  msgid "Button text color"
876
  msgstr "Buton yazı rengi"
877
 
878
+ #: contact_form.php:1509
879
  msgid "Contact Form Pro | Preview"
880
  msgstr "İletişim Formu PRO | Ön İzleme"
881
 
882
+ #: contact_form.php:1512
883
  msgid "Show with errors"
884
  msgstr "Hatalarla göster"
885
 
886
+ #: contact_form.php:1520
887
+ #: contact_form.php:1522
888
  msgid "Please enter your full name..."
889
  msgstr "Lütfen tam adınızı yazın"
890
 
891
+ #: contact_form.php:1533
892
+ #: contact_form.php:1535
893
  msgid "Please enter your address..."
894
  msgstr "Lütfen adresinizi yazın"
895
 
896
+ #: contact_form.php:1544
897
+ #: contact_form.php:1546
898
  msgid "Please enter your email address..."
899
  msgstr "Lütfen e-posta adresinizi yazın"
900
 
901
+ #: contact_form.php:1555
902
+ #: contact_form.php:1557
903
  msgid "Please enter your phone number..."
904
  msgstr "Lütfen telefon numaranızı yazın"
905
 
906
+ #: contact_form.php:1566
907
+ #: contact_form.php:1568
908
  msgid "Please enter subject..."
909
  msgstr "Lütfen başlık yazın"
910
 
911
+ #: contact_form.php:1576
912
+ #: contact_form.php:1578
913
  msgid "Please enter your message..."
914
  msgstr "Lütfen mesajınızı yazın"
915
 
916
+ #: contact_form.php:1620
917
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
918
  msgstr ""
919
 
920
+ #: contact_form.php:1622
921
  msgid "Please, go to"
922
  msgstr ""
923
 
924
+ #: contact_form.php:1622
925
  #, fuzzy
926
  msgid "the setting page"
927
  msgstr "Ekstra ayarlar"
928
 
929
+ #: contact_form.php:1623
930
  msgid "You will be redirected automatically in 5 seconds."
931
  msgstr ""
932
 
933
+ #: contact_form.php:1628
934
  msgid "You can download and activate"
935
  msgstr ""
936
 
937
+ #: contact_form.php:1630
938
  msgid "version of this plugin by entering Your license key."
939
  msgstr ""
940
 
941
+ #: contact_form.php:1632
942
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
943
  msgstr ""
944
 
945
+ #: contact_form.php:1634
946
  msgid "(your username is the email you specify when purchasing the product)."
947
  msgstr ""
948
 
949
+ #: contact_form.php:1642
950
+ #: contact_form.php:1652
951
+ #, fuzzy
952
+ msgid "Activate"
953
+ msgstr "CAPTCHA'yı etkinleştir"
954
 
955
+ #: contact_form.php:1718
956
  msgid "Sorry, email message could not be delivered."
957
  msgstr "Üzgünüz, e-posta mesajınız gönderilemedi."
958
 
959
+ #: contact_form.php:2119
960
  msgid "Contact from"
961
  msgstr "İletişim Formu"
962
 
963
+ #: contact_form.php:2136
964
+ #: contact_form.php:2168
965
  msgid "Email"
966
  msgstr "E-Posta Adresi"
967
 
968
+ #: contact_form.php:2141
969
+ #: contact_form.php:2171
970
  msgid "Phone"
971
  msgstr "Telefon"
972
 
973
+ #: contact_form.php:2152
974
+ #: contact_form.php:2178
975
  msgid "Site"
976
  msgstr "Website"
977
 
978
+ #: contact_form.php:2250
979
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
980
  msgstr "Eğer bu MIME'ı görüyorsanız, bu e-posta sunucunuzun MIME'ı desteklemediği anlamına gelir!"
981
 
982
+ #: contact_form.php:2320
 
 
 
 
983
  msgid "Support"
984
  msgstr "Destek"
985
 
986
+ #: contact_form.php:2368
987
  msgid "Are you sure that you want to delete this language data?"
988
  msgstr "Bu dile ait verileri silmek istediğinize emin misiniz?"
989
 
990
+ #: contact_form.php:2577
991
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
992
  msgstr ""
993
 
994
+ #: contact_form.php:2578
995
  msgid "Extend standard plugin functionality with new great options."
996
  msgstr ""
997
 
998
+ #: contact_form.php:2593
999
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1000
  msgstr ""
1001
 
1002
+ #: contact_form.php:2594
1003
  msgid "Manage messages that have been sent from your website."
1004
  msgstr ""
1005
 
languages/contact_form-uk.mo CHANGED
Binary file
languages/contact_form-uk.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-04-17 17:08+0300\n"
6
- "PO-Revision-Date: 2014-04-18 12:08+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: The BestWebSoft Team <plugin@bestwebsoft.com>\n"
9
  "Language: ua_UA\n"
@@ -17,979 +17,993 @@ msgstr ""
17
  "X-Poedit-Language: Ukrainian\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: contact_form.php:73
21
- #: contact_form.php:785
22
  msgid "Contact Form Settings"
23
  msgstr "Установки Contact Form"
24
 
25
- #: contact_form.php:73
26
  msgid "Contact Form"
27
  msgstr "Contact Form"
28
 
29
- #: contact_form.php:149
30
- #: contact_form.php:1131
31
- #: contact_form.php:1165
32
  msgid "Name:"
33
  msgstr "Ім'я:"
34
 
35
- #: contact_form.php:150
36
- #: contact_form.php:1132
37
- #: contact_form.php:1166
38
  msgid "Address:"
39
  msgstr "Адреса:"
40
 
41
- #: contact_form.php:151
42
- #: contact_form.php:1133
43
- #: contact_form.php:1167
44
  msgid "Email Address:"
45
  msgstr "E-mail адреса:"
46
 
47
- #: contact_form.php:152
48
- #: contact_form.php:1134
49
- #: contact_form.php:1168
50
  msgid "Phone number:"
51
  msgstr "Номер телефону:"
52
 
53
- #: contact_form.php:153
54
- #: contact_form.php:1135
55
- #: contact_form.php:1169
56
  msgid "Subject:"
57
  msgstr "Тема:"
58
 
59
- #: contact_form.php:154
60
- #: contact_form.php:1136
61
- #: contact_form.php:1170
62
  msgid "Message:"
63
  msgstr "Повідомлення:"
64
 
65
- #: contact_form.php:155
66
- #: contact_form.php:1137
67
- #: contact_form.php:1171
68
  msgid "Attachment:"
69
  msgstr "Вкладений файл:"
70
 
71
- #: contact_form.php:156
72
  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"
73
  msgstr "Типи файлів, що підтримуються: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Максимальний розмір: 2MB"
74
 
75
- #: contact_form.php:157
76
- #: contact_form.php:1139
77
- #: contact_form.php:1173
78
  msgid "Send me a copy"
79
  msgstr "Надіслати мені копію"
80
 
81
- #: contact_form.php:158
82
- #: contact_form.php:1140
83
- #: contact_form.php:1174
84
  msgid "Submit"
85
  msgstr "Підтвердити"
86
 
87
- #: contact_form.php:159
88
  msgid "Your name is required."
89
  msgstr "Необхідно вказати своє ім'я."
90
 
91
- #: contact_form.php:160
92
  msgid "Address is required."
93
  msgstr "Необхідно вказати правильну адресу."
94
 
95
- #: contact_form.php:161
96
  msgid "A valid email address is required."
97
  msgstr "Необхідно вказати правильну адресу ел.пошти."
98
 
99
- #: contact_form.php:162
100
  msgid "Phone number is required."
101
  msgstr "Необхідно вказати номер телефону."
102
 
103
- #: contact_form.php:163
104
  msgid "Subject is required."
105
  msgstr "Необхідно вказати тему."
106
 
107
- #: contact_form.php:164
108
  msgid "Message text is required."
109
  msgstr "Повідомлення не може бути порожнім."
110
 
111
- #: contact_form.php:165
112
  msgid "File format is not valid."
113
  msgstr "Неправильний формат файлу."
114
 
115
- #: contact_form.php:166
116
  msgid "File upload error."
117
  msgstr "Помилка завантаження файлу."
118
 
119
- #: contact_form.php:167
120
  msgid "The file could not be uploaded."
121
  msgstr "Файл не вдалося завантажити."
122
 
123
- #: contact_form.php:168
124
  msgid "This file is too large."
125
  msgstr "Файл занадто великий."
126
 
127
- #: contact_form.php:169
128
  msgid "Please fill out the CAPTCHA."
129
  msgstr "Будь ласка, введіть код CAPTCHA."
130
 
131
- #: contact_form.php:170
132
  msgid "Please make corrections below and try again."
133
  msgstr "Будь ласка, внесіть поправки у відмічені поля і спробуйте знову."
134
 
135
- #: contact_form.php:172
136
  msgid "Thank you for contacting us."
137
  msgstr "Дякуємо, що зв'язалися з нами."
138
 
139
- #: contact_form.php:322
140
  msgid "requires"
141
  msgstr "потребує"
142
 
143
- #: contact_form.php:322
144
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
145
  msgstr "або вище, ось чому його було деактивовано! Будь ласка, оновіть WordPress та спробуйте ще раз. "
146
 
147
- #: contact_form.php:322
148
  msgid "Back to the WordPress"
149
  msgstr "Назад до WordPress"
150
 
151
- #: contact_form.php:322
152
  msgid "Plugins page"
153
  msgstr "Сторінка плагінів"
154
 
155
- #: contact_form.php:626
156
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
157
  msgstr "Якщо опція \"Перенаправлення на сторінку\" вибрана, то поле URL повинне бути заповнене в наступному форматі"
158
 
159
- #: contact_form.php:635
160
  msgid "Such user does not exist. Settings are not saved."
161
  msgstr "Такого користувача не існує. Установки не збережені"
162
 
163
- #: contact_form.php:639
164
- #: contact_form.php:645
165
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
166
  msgstr "Будь ласка, введіть правильну ел.адресу у полі \"Відправник\". Установки не збережені."
167
 
168
- #: contact_form.php:661
169
  msgid "Settings saved."
170
  msgstr "Установки збережені."
171
 
172
- #: contact_form.php:688
173
- #: contact_form.php:720
174
  msgid "Wrong license key"
175
  msgstr "Невірний ліцензійний ключ!"
176
 
177
- #: contact_form.php:713
178
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
179
  msgstr "Виникли певні проблеми. Спробуйте ще раз пізніше. Якщо помилка виникатиме знову, будь ласка, зверніться до нашої служби підтримки href=http://support.bestwebsoft.com>BestWebSoft</a>. Просимо вибачення за незручності."
180
 
181
- #: contact_form.php:722
182
  msgid "This license key is bind to another site"
183
  msgstr "Ліцензійний ключ прив'язано до іншого сайту"
184
 
185
- #: contact_form.php:724
186
- #: contact_form.php:1570
187
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
188
  msgstr "На жаль, Ви перевищили кількість доступних спроб на день. Будь ласка, завантажте плагін вручну."
189
 
190
- #: contact_form.php:741
191
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
192
  msgstr "Виникли проблеми під чаз розпакування zip-архіву. Будь ласка, завантажте плагін вручну."
193
 
194
- #: contact_form.php:747
195
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
196
  msgstr "Ваш сервер не підтримує ані ZipArchive, ані Phar. Будь ласка, завантажте плагін вручну"
197
 
198
- #: contact_form.php:751
199
- #: contact_form.php:760
200
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
201
  msgstr "Виникли проблеми під час завантаження zip-архіву. Будь ласка, завантажте архів вручну."
202
 
203
- #: contact_form.php:764
204
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
205
  msgstr "Виникли певні проблеми. Спробуйте ще раз пізніше або завантажте плагін вручну. Просимо вібачення за незручності."
206
 
207
- #: contact_form.php:779
208
  msgid "Please, enter Your license key"
209
  msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
210
 
211
- #: contact_form.php:787
212
- #: contact_form.php:2216
213
- #: contact_form.php:2228
214
  msgid "Settings"
215
  msgstr "Установки"
216
 
217
- #: contact_form.php:788
218
  msgid "Extra settings"
219
  msgstr "Розширені установки"
220
 
221
- #: contact_form.php:789
 
 
 
 
 
222
  msgid "Go PRO"
223
  msgstr "Перейти на Pro версію"
224
 
225
- #: contact_form.php:792
226
  msgid "Notice:"
227
  msgstr "Нагадування:"
228
 
229
- #: contact_form.php:792
230
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
231
  msgstr "Налаштування плагіну було змінено. Для того, щоб зберегти ці зміни, не забудьте нажати кнопку \"Зберегти зміни\"."
232
 
233
- #: contact_form.php:798
234
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
235
  msgstr "Якщо ві хочете створити декілька різних контактних форм, будь ласка, всановіть плагін Contact Form Multi"
236
 
237
- #: contact_form.php:804
238
- #: contact_form.php:809
239
- #: contact_form.php:1529
240
  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:"
241
  msgstr "Якщо Ви хочете додати контактну форму на свій сайт, просто скопіюйте і вставите цей шорткод у Вашу публікацію, сторінку або віджет:"
242
 
243
- #: contact_form.php:804
244
- #: contact_form.php:805
245
- #: contact_form.php:809
246
- #: contact_form.php:810
247
- #: contact_form.php:1155
248
- #: contact_form.php:1157
249
- #: contact_form.php:1212
250
- #: contact_form.php:1214
251
  msgid "or"
252
  msgstr "або"
253
 
254
- #: contact_form.php:805
255
- #: contact_form.php:810
256
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
257
  msgstr "Якщо виникли якісь проблеми зі стандартним шорткодом [contact_form], ви можете використати шорткод"
258
 
259
- #: contact_form.php:806
260
- #: contact_form.php:811
261
  msgid "They work the same way."
262
  msgstr "Вони працюють однаково."
263
 
264
- #: contact_form.php:807
265
- #: contact_form.php:812
266
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
267
  msgstr "Якщо Ви залишите поля порожніми, повідомлення буде надіслано на адресу ел.пошти, вказану під час реєстрації."
268
 
269
- #: contact_form.php:817
270
  msgid "The user's email address:"
271
  msgstr "Адреса ел.пошти користувача:"
272
 
273
- #: contact_form.php:821
274
  msgid "Create a username"
275
  msgstr "Виберіть ім'я користувача"
276
 
277
- #: contact_form.php:828
278
  msgid "Enter a username of the person who should get the messages from the contact form."
279
  msgstr "Введіть ім'я користувача, який повинен одержувати повідомлення з контактної форми."
280
 
281
- #: contact_form.php:832
282
  msgid "Use this email address:"
283
  msgstr "Використовувати цю адресу ел.пошти:"
284
 
285
- #: contact_form.php:835
286
  msgid "Enter the email address you want the messages forwarded to."
287
  msgstr "Вкажіть адресу ел.пошти, на яку бажаєте отримувати повідомлення."
288
 
289
- #: contact_form.php:844
290
  msgid "Add department selectbox to the contact form:"
291
  msgstr "Додати поле для вибору департаменту до контактної форми:"
292
 
293
- #: contact_form.php:852
294
- #: contact_form.php:1412
295
  msgid "If you upgrade to Pro version all your settings will be saved."
296
  msgstr "Якщо ви перейдете на Pro версію, усі установки будуть збережені."
297
 
298
- #: contact_form.php:859
299
- #: contact_form.php:997
300
- #: contact_form.php:1071
301
- #: contact_form.php:1419
302
  msgid "Unlock premium options by upgrading to a PRO version."
303
  msgstr "Зробити доступними преміум-опції, перейшовши на PRO версію."
304
 
305
- #: contact_form.php:860
306
- #: contact_form.php:998
307
- #: contact_form.php:1072
308
- #: contact_form.php:1420
309
- #: contact_form.php:2474
310
- #: contact_form.php:2490
311
  msgid "Learn More"
312
  msgstr "Докладніше"
313
 
314
- #: contact_form.php:863
315
- #: contact_form.php:1001
316
- #: contact_form.php:1075
317
- #: contact_form.php:1423
318
  msgid "Go"
319
  msgstr "Перейти"
320
 
321
- #: contact_form.php:870
322
  msgid "Save emails to the database"
323
  msgstr "Зберігати електронні повідомлення у базі даних"
324
 
325
- #: contact_form.php:876
326
  msgid "Using"
327
  msgstr "Використовуючи"
328
 
329
- #: contact_form.php:876
330
- #: contact_form.php:1048
331
- #: contact_form.php:1051
332
- #: contact_form.php:1055
333
  msgid "powered by"
334
  msgstr "за підтримки"
335
 
336
- #: contact_form.php:879
337
- #: contact_form.php:883
338
  msgid "Using Contact Form to DB powered by"
339
  msgstr "Використовуючи Contact Form to DB, розроблену"
340
 
341
- #: contact_form.php:879
342
  msgid "Activate Contact Form to DB"
343
  msgstr "Активувати Contact Form to DB"
344
 
345
- #: contact_form.php:883
346
  msgid "Download Contact Form to DB"
347
  msgstr "Завантажити Contact Form to DB"
348
 
349
- #: contact_form.php:888
350
  msgid "Additional options"
351
  msgstr "Додаткові опції"
352
 
353
- #: contact_form.php:890
354
  msgid "Show"
355
  msgstr "Показувати"
356
 
357
- #: contact_form.php:891
358
  msgid "Hide"
359
  msgstr "Сховати"
360
 
361
- #: contact_form.php:895
362
  msgid "What to use?"
363
  msgstr "Що використовувати?"
364
 
365
- #: contact_form.php:898
366
  msgid "Wp-mail"
367
  msgstr "Wp-mail"
368
 
369
- #: contact_form.php:898
370
  msgid "You can use the wp_mail function for mailing"
371
  msgstr "Для відправлення пошти ви можете використовувати функцію WordPress wp_mail"
372
 
373
- #: contact_form.php:900
374
  msgid "Mail"
375
  msgstr "Пошта"
376
 
377
- #: contact_form.php:900
378
  msgid "To send mail you can use the php mail function"
379
  msgstr "Для відправлення пошти Ви можете використовувати функцію php mail"
380
 
381
- #: contact_form.php:904
382
  msgid "The text in the 'From' field"
383
  msgstr "Текст поля \"Відправник\""
384
 
385
- #: contact_form.php:906
386
  msgid "User name"
387
  msgstr "Ім’я користувача"
388
 
389
- #: contact_form.php:907
390
  msgid "The name of the user who fills the form will be used in the field 'From'."
391
  msgstr "Email-адреса користувача, який заповнює форму, буде використана у полі \"Відправник\"."
392
 
393
- #: contact_form.php:910
394
  msgid "This text will be used in the 'FROM' field"
395
  msgstr "Ця адреса ел.пошти буде використана у полі \"Відправник\"."
396
 
397
- #: contact_form.php:914
398
  msgid "The email address in the 'From' field"
399
  msgstr "Адреса ел.пошти в полі \"Відправник\""
400
 
401
- #: contact_form.php:916
402
  msgid "User email"
403
  msgstr "Ел.пошта користувача"
404
 
405
- #: contact_form.php:917
406
  msgid "The email address of the user who fills the form will be used in the field 'From'."
407
  msgstr "Email-адреса користувача, який заповнює форму, буде використана у полі \"Відправник\"."
408
 
409
- #: contact_form.php:920
410
  msgid "This email address will be used in the 'From' field."
411
  msgstr "Ця адреса ел.пошти буде використана у полі \"Відправник\"."
412
 
413
- #: contact_form.php:924
414
  msgid "Required symbol"
415
  msgstr "Обов'язковий символ"
416
 
417
- #: contact_form.php:934
418
  msgid "Fields"
419
  msgstr "Поля"
420
 
421
- #: contact_form.php:935
422
  msgid "Used"
423
  msgstr "Що використовуються"
424
 
425
- #: contact_form.php:936
426
  msgid "Required"
427
  msgstr "Обов’язковий"
428
 
429
- #: contact_form.php:937
430
  msgid "Visible"
431
  msgstr "Видимі"
432
 
433
- #: contact_form.php:938
434
  msgid "Disabled for editing"
435
  msgstr "Відключено для редагування"
436
 
437
- #: contact_form.php:939
438
  msgid "Field's default value"
439
  msgstr "Стандартне значення для поля"
440
 
441
- #: contact_form.php:944
442
- #: contact_form.php:1287
443
- #: contact_form.php:2059
444
- #: contact_form.php:2089
445
  msgid "Name"
446
  msgstr "Ім'я"
447
 
448
- #: contact_form.php:952
449
- #: contact_form.php:1292
450
- #: contact_form.php:2063
451
- #: contact_form.php:2091
 
 
 
 
452
  msgid "Address"
453
  msgstr "Адреса"
454
 
455
- #: contact_form.php:960
456
  msgid "Email Address"
457
  msgstr "Адреса ел.пошти"
458
 
459
- #: contact_form.php:968
460
  msgid "Phone number"
461
  msgstr "Номер телефону"
462
 
463
- #: contact_form.php:976
464
- #: contact_form.php:1307
465
- #: contact_form.php:2073
466
- #: contact_form.php:2095
467
  msgid "Subject"
468
  msgstr "Тема"
469
 
470
- #: contact_form.php:984
471
- #: contact_form.php:1311
472
- #: contact_form.php:2076
473
- #: contact_form.php:2096
474
  msgid "Message"
475
  msgstr "Повідомлення"
476
 
477
- #: contact_form.php:1008
478
  msgid "Attachment block"
479
  msgstr "Блок \"Прикріпити файл\" "
480
 
481
- #: contact_form.php:1010
482
  msgid "Users can attach the following file formats"
483
  msgstr "Користувачі можуть прикріплювати файли наступних форматів"
484
 
485
- #: contact_form.php:1023
486
  msgid "Add to the form"
487
  msgstr "Додати до форми"
488
 
489
- #: contact_form.php:1028
490
  msgid "Tips below the Attachment"
491
  msgstr "Показувати підказки під блоком \"Прикріпити файл\""
492
 
493
- #: contact_form.php:1037
494
  msgid "'Send me a copy' block"
495
  msgstr "Показати блок \"Надіслати мені копію\""
496
 
497
- #: contact_form.php:1048
498
- #: contact_form.php:1051
499
- #: contact_form.php:1055
500
- #: contact_form.php:1321
501
  msgid "Captcha"
502
  msgstr "Captcha"
503
 
504
- #: contact_form.php:1051
505
  msgid "Activate captcha"
506
  msgstr "Активувати captcha"
507
 
508
- #: contact_form.php:1055
509
  msgid "Download captcha"
510
  msgstr "Завантажити captcha"
511
 
512
- #: contact_form.php:1063
513
  msgid "Agreement checkbox"
514
  msgstr "Чекбокс для погодження"
515
 
516
- #: contact_form.php:1063
517
  msgid "Required checkbox for submitting the form"
518
  msgstr "Необхідний чекбокс для відправки форми"
519
 
520
- #: contact_form.php:1064
521
  msgid "Optional checkbox"
522
  msgstr "Необов’язковий чекбокс"
523
 
524
- #: contact_form.php:1064
525
  msgid "Optional checkbox, the results of which will be displayed in email"
526
  msgstr "Необов’язковий чекбокс, результати якого буде відображено в електронному листі"
527
 
528
- #: contact_form.php:1081
529
  msgid "Delete an attachment file from the server after the email is sent"
530
  msgstr "Видаляти прикріплений файл з серверу після того, як ел.пошта відправлена"
531
 
532
- #: contact_form.php:1087
533
  msgid "Email in HTML format sending"
534
  msgstr "Відправка електронної пошти в форматі HTML"
535
 
536
- #: contact_form.php:1091
537
  msgid "Display additional info in the email"
538
  msgstr "Відображати додаткову інформацію в ел.пошті"
539
 
540
- #: contact_form.php:1096
541
- #: contact_form.php:2026
542
- #: contact_form.php:2028
543
  msgid "Sent from (ip address)"
544
  msgstr "Надіслано від (ip адреса)"
545
 
546
- #: contact_form.php:1096
547
  msgid "Example: Sent from (IP address):\t127.0.0.1"
548
  msgstr "Приклад: Надіслано від (IP адреса):\t127.0.0.1"
549
 
550
- #: contact_form.php:1097
551
- #: contact_form.php:2032
552
- #: contact_form.php:2034
553
  msgid "Date/Time"
554
  msgstr "Дата/Час"
555
 
556
- #: contact_form.php:1097
557
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
558
  msgstr "Приклад: Date/Time:\tAugust 19, 2013 8:50 pm"
559
 
560
- #: contact_form.php:1098
561
- #: contact_form.php:2038
562
- #: contact_form.php:2040
563
  msgid "Sent from (referer)"
564
  msgstr "Надіслано від (реферер)"
565
 
566
- #: contact_form.php:1098
567
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
568
  msgstr "Приклад: Надіслано від (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
569
 
570
- #: contact_form.php:1099
571
- #: contact_form.php:2044
572
- #: contact_form.php:2046
573
  msgid "Using (user agent)"
574
  msgstr "Використовується (user agent)"
575
 
576
- #: contact_form.php:1099
577
  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"
578
  msgstr "Приклад: Використовує (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
579
 
580
- #: contact_form.php:1103
581
  msgid "Language settings for the field names in the form"
582
  msgstr "Налаштування мови для назв полів форми"
583
 
584
- #: contact_form.php:1112
585
  msgid "Add a language"
586
  msgstr "Додати мову"
587
 
588
- #: contact_form.php:1116
589
  msgid "Change the names of the contact form fields and error messages"
590
  msgstr "Змінити назви полів контактної форми і повідомлення про помилку"
591
 
592
- #: contact_form.php:1121
593
- #: contact_form.php:1202
594
  msgid "English"
595
  msgstr "Англійська"
596
 
597
- #: contact_form.php:1129
598
- #: contact_form.php:1163
599
  msgid "click to expand/hide the list"
600
  msgstr "натиснути, щоб розгорнути/згорнути список"
601
 
602
- #: contact_form.php:1138
603
- #: contact_form.php:1172
604
  msgid "Tips below the Attachment block"
605
  msgstr "Показувати підказки під блоком \"Прикріпити файл\""
606
 
607
- #: contact_form.php:1141
608
- #: contact_form.php:1175
609
  msgid "Error message for the Name field"
610
  msgstr "Повідомлення про помилку для поля Ім'я"
611
 
612
- #: contact_form.php:1142
613
- #: contact_form.php:1176
614
  msgid "Error message for the Address field"
615
  msgstr "Повідомлення про помилку для поля Адреса"
616
 
617
- #: contact_form.php:1143
618
- #: contact_form.php:1177
619
  msgid "Error message for the Email field"
620
  msgstr "Повідомлення про помилку для поля Email"
621
 
622
- #: contact_form.php:1144
623
- #: contact_form.php:1178
624
  msgid "Error message for the Phone field"
625
  msgstr "Повідомлення про помилку для поля Номер телефону"
626
 
627
- #: contact_form.php:1145
628
- #: contact_form.php:1179
629
  msgid "Error message for the Subject field"
630
  msgstr "Повідомлення про помилку для поля Тема"
631
 
632
- #: contact_form.php:1146
633
- #: contact_form.php:1180
634
  msgid "Error message for the Message field"
635
  msgstr "Повідомлення про помилку для поля Повідомлення"
636
 
637
- #: contact_form.php:1147
638
- #: contact_form.php:1181
639
  msgid "Error message about the file type for the Attachment field"
640
  msgstr "Повідомлення про помилку для поля Вкладені файли"
641
 
642
- #: contact_form.php:1148
643
- #: contact_form.php:1182
644
  msgid "Error message while uploading a file for the Attachment field to the server"
645
  msgstr "Повідомлення про помилку під час завантаження файлу на сервер для поля Вкладені файли"
646
 
647
- #: contact_form.php:1149
648
- #: contact_form.php:1183
649
  msgid "Error message while moving the file for the Attachment field"
650
  msgstr "Повідомлення про помилку під час переміщення файлу для поля Вкладені файли"
651
 
652
- #: contact_form.php:1150
653
- #: contact_form.php:1184
654
  msgid "Error message when file size limit for the Attachment field is exceeded"
655
  msgstr "Повідомлення про помилку для поля Вкладені файли, коли розмір файлу перевищує допустимий"
656
 
657
- #: contact_form.php:1151
658
- #: contact_form.php:1185
659
  msgid "Error message for the Captcha field"
660
  msgstr "Повідомлення про помилку для поля Captcha"
661
 
662
- #: contact_form.php:1152
663
- #: contact_form.php:1186
664
  msgid "Error message for the whole form"
665
  msgstr "Повідомлення про помилку для всієї форми"
666
 
667
- #: contact_form.php:1155
668
- #: contact_form.php:1157
669
- #: contact_form.php:1189
670
- #: contact_form.php:1191
671
- #: contact_form.php:1212
672
- #: contact_form.php:1214
673
- #: contact_form.php:1222
674
  #: contact_form.php:1224
 
 
 
 
 
 
 
675
  msgid "Use shortcode"
676
  msgstr "Використовувати шорткод"
677
 
678
- #: contact_form.php:1155
679
- #: contact_form.php:1157
680
- #: contact_form.php:1189
681
- #: contact_form.php:1191
682
- #: contact_form.php:1212
683
- #: contact_form.php:1214
684
- #: contact_form.php:1222
685
  #: contact_form.php:1224
 
 
 
 
 
 
 
686
  msgid "for this language"
687
  msgstr "для цієї мови"
688
 
689
- #: contact_form.php:1199
 
 
 
 
 
690
  msgid "Action after email is sent"
691
  msgstr "Дія після відправлення ел.листа"
692
 
693
- #: contact_form.php:1201
694
  msgid "Display text"
695
  msgstr "Показати текст"
696
 
697
- #: contact_form.php:1210
698
- #: contact_form.php:1220
699
  msgid "Text"
700
  msgstr "Текст"
701
 
702
- #: contact_form.php:1231
703
  msgid "Redirect to the page"
704
  msgstr "Перенаправлення на сторінку"
705
 
706
- #: contact_form.php:1232
707
  msgid "Url"
708
  msgstr "Url"
709
 
710
- #: contact_form.php:1236
711
  msgid "The $_SERVER variable that is used to build a URL of the form"
712
  msgstr "Змінна $_SERVER, що використовується для строрення URL форми"
713
 
714
- #: contact_form.php:1240
715
  msgid "If you are not sure whether to change this setting or not, please do not do that."
716
  msgstr "Якщо ви не впевнені, варто змінювати цю установку чи ні, будь ласка, не змінюйте."
717
 
718
- #: contact_form.php:1246
719
- #: contact_form.php:1430
720
  msgid "Save Changes"
721
  msgstr "Зберегти зміни"
722
 
723
- #: contact_form.php:1251
724
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
725
  msgstr "Якщо Вам сподобався наш плагін, ми будемо раді, якщо Ви оціните його у п'ять зірочок на WordPress"
726
 
727
- #: contact_form.php:1252
728
  msgid "Rate the plugin"
729
  msgstr "Оцініти плагін"
730
 
731
- #: contact_form.php:1255
732
  msgid "If there is something wrong about it, please contact us"
733
  msgstr "Якщо у вас є запитання, будь ласка, звертайтесь до нас"
734
 
735
- #: contact_form.php:1267
736
  msgid "Errors output"
737
  msgstr "Виведення помилок"
738
 
739
- #: contact_form.php:1270
740
  msgid "Display error messages"
741
  msgstr "Показ повідомлень про помилки"
742
 
743
- #: contact_form.php:1271
744
  msgid "Color of the input field errors."
745
  msgstr "Колір для помилок у полях введення."
746
 
747
- #: contact_form.php:1272
748
  msgid "Display error messages & color of the input field errors"
749
  msgstr "Відображення повідомлень про помилку і колір для полів з помилками введення"
750
 
751
- #: contact_form.php:1277
752
  msgid "Add placeholder to the input blocks"
753
  msgstr "Додати текст заміщення для блоків введення"
754
 
755
- #: contact_form.php:1283
756
  msgid "Add tooltips"
757
  msgstr "Додати підказки"
758
 
759
- #: contact_form.php:1297
760
  msgid "Email address"
761
  msgstr "Адреса ел.пошти"
762
 
763
- #: contact_form.php:1302
764
  msgid "Phone Number"
765
  msgstr "Номер телефону"
766
 
767
- #: contact_form.php:1316
768
  msgid "Attachment"
769
  msgstr "Вкладений файл"
770
 
771
- #: contact_form.php:1321
772
  msgid "(powered by bestwebsoft.com)"
773
  msgstr "(розроблено компанією bestwebsoft.com)"
774
 
775
- #: contact_form.php:1326
776
  msgid "Style options"
777
  msgstr "Опції для стилю"
778
 
779
- #: contact_form.php:1329
780
  msgid "Text color"
781
  msgstr "Колір тексту"
782
 
783
- #: contact_form.php:1332
784
- #: contact_form.php:1337
785
- #: contact_form.php:1347
786
- #: contact_form.php:1352
787
- #: contact_form.php:1357
788
- #: contact_form.php:1362
789
- #: contact_form.php:1372
790
- #: contact_form.php:1377
791
- #: contact_form.php:1383
792
- #: contact_form.php:1394
793
- #: contact_form.php:1399
794
- #: contact_form.php:1404
795
  msgid "Default"
796
  msgstr "Стандартно"
797
 
798
- #: contact_form.php:1334
799
  msgid "Label text color"
800
  msgstr "Колір написів"
801
 
802
- #: contact_form.php:1339
803
  msgid "Placeholder color"
804
  msgstr "Колір тексту заміщення"
805
 
806
- #: contact_form.php:1344
807
  msgid "Errors color"
808
  msgstr "Колір помилок"
809
 
810
- #: contact_form.php:1349
811
  msgid "Error text color"
812
  msgstr "Колір тексту помилок"
813
 
814
- #: contact_form.php:1354
815
  msgid "Background color of the input field errors"
816
  msgstr "Колір заднього фону для полів введення з помилками"
817
 
818
- #: contact_form.php:1359
819
  msgid "Border color of the input field errors"
820
  msgstr "Колір рамки для полів введення з помилками"
821
 
822
- #: contact_form.php:1364
823
  msgid "Placeholder color of the input field errors"
824
  msgstr "Колір тексту заміщення для полів введення з помилками"
825
 
826
- #: contact_form.php:1369
827
  msgid "Input fields"
828
  msgstr "Поля введення тексту"
829
 
830
- #: contact_form.php:1374
831
  msgid "Input fields background color"
832
  msgstr "Колір фону полів введення"
833
 
834
- #: contact_form.php:1379
835
  msgid "Text fields color"
836
  msgstr "Колір текстових полів"
837
 
838
- #: contact_form.php:1381
839
  msgid "Border width in px, numbers only"
840
  msgstr "Ширина рамки в точках, тільки числа"
841
 
842
- #: contact_form.php:1385
843
- #: contact_form.php:1406
844
  msgid "Border color"
845
  msgstr "Колір рамки"
846
 
847
- #: contact_form.php:1390
848
  msgid "Submit button"
849
  msgstr "Кнопка підтвердження"
850
 
851
- #: contact_form.php:1392
852
  msgid "Width in px, numbers only"
853
  msgstr "Ширина в точках, тільки числа"
854
 
855
- #: contact_form.php:1396
856
  msgid "Button color"
857
  msgstr "Колір кнопок"
858
 
859
- #: contact_form.php:1401
860
  msgid "Button text color"
861
  msgstr "Колір тексту кнопок"
862
 
863
- #: contact_form.php:1434
864
  msgid "Contact Form Pro | Preview"
865
  msgstr "Contact Form Pro | Попередній перегляд"
866
 
867
- #: contact_form.php:1437
868
  msgid "Show with errors"
869
  msgstr "Показувати з помилками"
870
 
871
- #: contact_form.php:1445
872
- #: contact_form.php:1447
873
  msgid "Please enter your full name..."
874
  msgstr "Будь ласка, вкажіть своє повне ім'я..."
875
 
876
- #: contact_form.php:1458
877
- #: contact_form.php:1460
878
  msgid "Please enter your address..."
879
  msgstr "Будь ласка, вкажіть свою адресу..."
880
 
881
- #: contact_form.php:1469
882
- #: contact_form.php:1471
883
  msgid "Please enter your email address..."
884
  msgstr "Будь ласка, введіть свою адресу ел.пошти:"
885
 
886
- #: contact_form.php:1480
887
- #: contact_form.php:1482
888
  msgid "Please enter your phone number..."
889
  msgstr "Будь ласка, вкажіть свій номер телефону..."
890
 
891
- #: contact_form.php:1491
892
- #: contact_form.php:1493
893
  msgid "Please enter subject..."
894
  msgstr "Будь ласка, вкажіть тему..."
895
 
896
- #: contact_form.php:1501
897
- #: contact_form.php:1503
898
  msgid "Please enter your message..."
899
  msgstr "Будь ласка, напишіть своє повідомлення..."
900
 
901
- #: contact_form.php:1545
902
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
903
  msgstr "Вітаємо! PRO версію плагіну успішно завантажено та активовано."
904
 
905
- #: contact_form.php:1547
906
  msgid "Please, go to"
907
  msgstr "Будь ласка, перейдіть"
908
 
909
- #: contact_form.php:1547
910
  msgid "the setting page"
911
  msgstr "сторінка установок"
912
 
913
- #: contact_form.php:1548
914
  msgid "You will be redirected automatically in 5 seconds."
915
  msgstr "Вас буде перенаправлено автоматично через 5 секунд."
916
 
917
- #: contact_form.php:1553
918
  msgid "You can download and activate"
919
  msgstr "Ви можете завантажити та активувати"
920
 
921
- #: contact_form.php:1555
922
  msgid "version of this plugin by entering Your license key."
923
  msgstr "версію уього плагіну, якщо впишете ваш ліцензійний ключ."
924
 
925
- #: contact_form.php:1557
926
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
927
  msgstr "Ви можете знайти ваш ліцензійний ключ на вашій персональній сторінці у Client area, перейшовши за посиланням"
928
 
929
- #: contact_form.php:1559
930
  msgid "(your username is the email you specify when purchasing the product)."
931
  msgstr "(your username is the email you specify when purchasing the product)."
932
 
933
- #: contact_form.php:1567
934
- #: contact_form.php:1577
935
- msgid "Go!"
936
- msgstr "Перейти!"
 
937
 
938
- #: contact_form.php:1647
939
  msgid "Sorry, email message could not be delivered."
940
  msgstr "Вибачте, ваше повідомлення ел.пошти не може бути доставлене."
941
 
942
- #: contact_form.php:2053
943
  msgid "Contact from"
944
  msgstr "Контактна форма"
945
 
946
- #: contact_form.php:2066
947
- #: contact_form.php:2092
948
  msgid "Email"
949
  msgstr "Ел.пошта"
950
 
951
- #: contact_form.php:2070
952
- #: contact_form.php:2094
953
  msgid "Phone"
954
  msgstr "Телефон"
955
 
956
- #: contact_form.php:2079
957
- #: contact_form.php:2097
958
  msgid "Site"
959
  msgstr "Сайт"
960
 
961
- #: contact_form.php:2160
962
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
963
  msgstr "Якщо Ви не бачите цей MIME, це означає, що цей MIME тип не підтримується Вашим поштовим клієнтом!"
964
 
965
- #: contact_form.php:2229
966
- msgid "FAQ"
967
- msgstr "Часті питання"
968
-
969
- #: contact_form.php:2230
970
  msgid "Support"
971
  msgstr "Підтримка"
972
 
973
- #: contact_form.php:2280
974
  msgid "Are you sure that you want to delete this language data?"
975
  msgstr "Ви справді хочете видалити дані для цієї мови?"
976
 
977
- #: contact_form.php:2477
978
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
979
  msgstr "Чай оновити ваш <strong>Contact Form plugin</strong> до <strong>PRO</strong> версії"
980
 
981
- #: contact_form.php:2478
982
  msgid "Extend standard plugin functionality with new great options."
983
  msgstr "Розширити стандартний функціонал плагіну новими опціями."
984
 
985
- #: contact_form.php:2493
986
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
987
  msgstr "<strong>Contact Form to DB</strong> дозволяє зберігати ваші повідомлення у базі даних."
988
 
989
- #: contact_form.php:2494
990
  msgid "Manage messages that have been sent from your website."
991
  msgstr "Контролювати повідомлення, які було відправлено з Вашого сайту. "
992
 
 
 
 
993
  #~ msgid ""
994
  #~ "This functionality is available in the Pro version of the plugin. For "
995
  #~ "more details, please follow the link"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-08 14:55+0300\n"
6
+ "PO-Revision-Date: 2014-07-08 14:55+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: The BestWebSoft Team <plugin@bestwebsoft.com>\n"
9
  "Language: ua_UA\n"
17
  "X-Poedit-Language: Ukrainian\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: contact_form.php:74
21
+ #: contact_form.php:845
22
  msgid "Contact Form Settings"
23
  msgstr "Установки Contact Form"
24
 
25
+ #: contact_form.php:74
26
  msgid "Contact Form"
27
  msgstr "Contact Form"
28
 
29
+ #: contact_form.php:150
30
+ #: contact_form.php:1200
31
+ #: contact_form.php:1234
32
  msgid "Name:"
33
  msgstr "Ім'я:"
34
 
35
+ #: contact_form.php:151
36
+ #: contact_form.php:1201
37
+ #: contact_form.php:1235
38
  msgid "Address:"
39
  msgstr "Адреса:"
40
 
41
+ #: contact_form.php:152
42
+ #: contact_form.php:1202
43
+ #: contact_form.php:1236
44
  msgid "Email Address:"
45
  msgstr "E-mail адреса:"
46
 
47
+ #: contact_form.php:153
48
+ #: contact_form.php:1203
49
+ #: contact_form.php:1237
50
  msgid "Phone number:"
51
  msgstr "Номер телефону:"
52
 
53
+ #: contact_form.php:154
54
+ #: contact_form.php:1204
55
+ #: contact_form.php:1238
56
  msgid "Subject:"
57
  msgstr "Тема:"
58
 
59
+ #: contact_form.php:155
60
+ #: contact_form.php:1205
61
+ #: contact_form.php:1239
62
  msgid "Message:"
63
  msgstr "Повідомлення:"
64
 
65
+ #: contact_form.php:156
66
+ #: contact_form.php:1206
67
+ #: contact_form.php:1240
68
  msgid "Attachment:"
69
  msgstr "Вкладений файл:"
70
 
71
+ #: contact_form.php:157
72
  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"
73
  msgstr "Типи файлів, що підтримуються: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Максимальний розмір: 2MB"
74
 
75
+ #: contact_form.php:158
76
+ #: contact_form.php:1208
77
+ #: contact_form.php:1242
78
  msgid "Send me a copy"
79
  msgstr "Надіслати мені копію"
80
 
81
+ #: contact_form.php:159
82
+ #: contact_form.php:1209
83
+ #: contact_form.php:1243
84
  msgid "Submit"
85
  msgstr "Підтвердити"
86
 
87
+ #: contact_form.php:160
88
  msgid "Your name is required."
89
  msgstr "Необхідно вказати своє ім'я."
90
 
91
+ #: contact_form.php:161
92
  msgid "Address is required."
93
  msgstr "Необхідно вказати правильну адресу."
94
 
95
+ #: contact_form.php:162
96
  msgid "A valid email address is required."
97
  msgstr "Необхідно вказати правильну адресу ел.пошти."
98
 
99
+ #: contact_form.php:163
100
  msgid "Phone number is required."
101
  msgstr "Необхідно вказати номер телефону."
102
 
103
+ #: contact_form.php:164
104
  msgid "Subject is required."
105
  msgstr "Необхідно вказати тему."
106
 
107
+ #: contact_form.php:165
108
  msgid "Message text is required."
109
  msgstr "Повідомлення не може бути порожнім."
110
 
111
+ #: contact_form.php:166
112
  msgid "File format is not valid."
113
  msgstr "Неправильний формат файлу."
114
 
115
+ #: contact_form.php:167
116
  msgid "File upload error."
117
  msgstr "Помилка завантаження файлу."
118
 
119
+ #: contact_form.php:168
120
  msgid "The file could not be uploaded."
121
  msgstr "Файл не вдалося завантажити."
122
 
123
+ #: contact_form.php:169
124
  msgid "This file is too large."
125
  msgstr "Файл занадто великий."
126
 
127
+ #: contact_form.php:170
128
  msgid "Please fill out the CAPTCHA."
129
  msgstr "Будь ласка, введіть код CAPTCHA."
130
 
131
+ #: contact_form.php:171
132
  msgid "Please make corrections below and try again."
133
  msgstr "Будь ласка, внесіть поправки у відмічені поля і спробуйте знову."
134
 
135
+ #: contact_form.php:173
136
  msgid "Thank you for contacting us."
137
  msgstr "Дякуємо, що зв'язалися з нами."
138
 
139
+ #: contact_form.php:369
140
  msgid "requires"
141
  msgstr "потребує"
142
 
143
+ #: contact_form.php:369
144
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
145
  msgstr "або вище, ось чому його було деактивовано! Будь ласка, оновіть WordPress та спробуйте ще раз. "
146
 
147
+ #: contact_form.php:369
148
  msgid "Back to the WordPress"
149
  msgstr "Назад до WordPress"
150
 
151
+ #: contact_form.php:369
152
  msgid "Plugins page"
153
  msgstr "Сторінка плагінів"
154
 
155
+ #: contact_form.php:677
156
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
157
  msgstr "Якщо опція \"Перенаправлення на сторінку\" вибрана, то поле URL повинне бути заповнене в наступному форматі"
158
 
159
+ #: contact_form.php:686
160
  msgid "Such user does not exist. Settings are not saved."
161
  msgstr "Такого користувача не існує. Установки не збережені"
162
 
163
+ #: contact_form.php:690
164
+ #: contact_form.php:696
165
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
166
  msgstr "Будь ласка, введіть правильну ел.адресу у полі \"Відправник\". Установки не збережені."
167
 
168
+ #: contact_form.php:721
169
  msgid "Settings saved."
170
  msgstr "Установки збережені."
171
 
172
+ #: contact_form.php:748
173
+ #: contact_form.php:780
174
  msgid "Wrong license key"
175
  msgstr "Невірний ліцензійний ключ!"
176
 
177
+ #: contact_form.php:773
178
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
179
  msgstr "Виникли певні проблеми. Спробуйте ще раз пізніше. Якщо помилка виникатиме знову, будь ласка, зверніться до нашої служби підтримки href=http://support.bestwebsoft.com>BestWebSoft</a>. Просимо вибачення за незручності."
180
 
181
+ #: contact_form.php:782
182
  msgid "This license key is bind to another site"
183
  msgstr "Ліцензійний ключ прив'язано до іншого сайту"
184
 
185
+ #: contact_form.php:784
186
+ #: contact_form.php:1645
187
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
188
  msgstr "На жаль, Ви перевищили кількість доступних спроб на день. Будь ласка, завантажте плагін вручну."
189
 
190
+ #: contact_form.php:801
191
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
192
  msgstr "Виникли проблеми під чаз розпакування zip-архіву. Будь ласка, завантажте плагін вручну."
193
 
194
+ #: contact_form.php:807
195
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
196
  msgstr "Ваш сервер не підтримує ані ZipArchive, ані Phar. Будь ласка, завантажте плагін вручну"
197
 
198
+ #: contact_form.php:811
199
+ #: contact_form.php:820
200
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
201
  msgstr "Виникли проблеми під час завантаження zip-архіву. Будь ласка, завантажте архів вручну."
202
 
203
+ #: contact_form.php:824
204
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
205
  msgstr "Виникли певні проблеми. Спробуйте ще раз пізніше або завантажте плагін вручну. Просимо вібачення за незручності."
206
 
207
+ #: contact_form.php:839
208
  msgid "Please, enter Your license key"
209
  msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
210
 
211
+ #: contact_form.php:847
212
+ #: contact_form.php:2306
213
+ #: contact_form.php:2318
214
  msgid "Settings"
215
  msgstr "Установки"
216
 
217
+ #: contact_form.php:848
218
  msgid "Extra settings"
219
  msgstr "Розширені установки"
220
 
221
+ #: contact_form.php:849
222
+ #: contact_form.php:2319
223
+ msgid "FAQ"
224
+ msgstr "Часті питання"
225
+
226
+ #: contact_form.php:850
227
  msgid "Go PRO"
228
  msgstr "Перейти на Pro версію"
229
 
230
+ #: contact_form.php:853
231
  msgid "Notice:"
232
  msgstr "Нагадування:"
233
 
234
+ #: contact_form.php:853
235
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
236
  msgstr "Налаштування плагіну було змінено. Для того, щоб зберегти ці зміни, не забудьте нажати кнопку \"Зберегти зміни\"."
237
 
238
+ #: contact_form.php:859
239
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
240
  msgstr "Якщо ві хочете створити декілька різних контактних форм, будь ласка, всановіть плагін Contact Form Multi"
241
 
242
+ #: contact_form.php:865
243
+ #: contact_form.php:870
244
+ #: contact_form.php:1604
245
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
246
  msgstr "Якщо Ви хочете додати контактну форму на свій сайт, просто скопіюйте і вставите цей шорткод у Вашу публікацію, сторінку або віджет:"
247
 
248
+ #: contact_form.php:865
249
+ #: contact_form.php:866
250
+ #: contact_form.php:870
251
+ #: contact_form.php:871
252
+ #: contact_form.php:1224
253
+ #: contact_form.php:1226
254
+ #: contact_form.php:1287
255
+ #: contact_form.php:1289
256
  msgid "or"
257
  msgstr "або"
258
 
259
+ #: contact_form.php:866
260
+ #: contact_form.php:871
261
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
262
  msgstr "Якщо виникли якісь проблеми зі стандартним шорткодом [contact_form], ви можете використати шорткод"
263
 
264
+ #: contact_form.php:867
265
+ #: contact_form.php:872
266
  msgid "They work the same way."
267
  msgstr "Вони працюють однаково."
268
 
269
+ #: contact_form.php:868
270
+ #: contact_form.php:873
271
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
272
  msgstr "Якщо Ви залишите поля порожніми, повідомлення буде надіслано на адресу ел.пошти, вказану під час реєстрації."
273
 
274
+ #: contact_form.php:878
275
  msgid "The user's email address:"
276
  msgstr "Адреса ел.пошти користувача:"
277
 
278
+ #: contact_form.php:882
279
  msgid "Create a username"
280
  msgstr "Виберіть ім'я користувача"
281
 
282
+ #: contact_form.php:889
283
  msgid "Enter a username of the person who should get the messages from the contact form."
284
  msgstr "Введіть ім'я користувача, який повинен одержувати повідомлення з контактної форми."
285
 
286
+ #: contact_form.php:893
287
  msgid "Use this email address:"
288
  msgstr "Використовувати цю адресу ел.пошти:"
289
 
290
+ #: contact_form.php:896
291
  msgid "Enter the email address you want the messages forwarded to."
292
  msgstr "Вкажіть адресу ел.пошти, на яку бажаєте отримувати повідомлення."
293
 
294
+ #: contact_form.php:905
295
  msgid "Add department selectbox to the contact form:"
296
  msgstr "Додати поле для вибору департаменту до контактної форми:"
297
 
298
+ #: contact_form.php:913
299
+ #: contact_form.php:1487
300
  msgid "If you upgrade to Pro version all your settings will be saved."
301
  msgstr "Якщо ви перейдете на Pro версію, усі установки будуть збережені."
302
 
303
+ #: contact_form.php:920
304
+ #: contact_form.php:1066
305
+ #: contact_form.php:1140
306
+ #: contact_form.php:1494
307
  msgid "Unlock premium options by upgrading to a PRO version."
308
  msgstr "Зробити доступними преміум-опції, перейшовши на PRO версію."
309
 
310
+ #: contact_form.php:921
311
+ #: contact_form.php:1067
312
+ #: contact_form.php:1141
313
+ #: contact_form.php:1495
314
+ #: contact_form.php:2574
315
+ #: contact_form.php:2590
316
  msgid "Learn More"
317
  msgstr "Докладніше"
318
 
319
+ #: contact_form.php:924
320
+ #: contact_form.php:1070
321
+ #: contact_form.php:1144
322
+ #: contact_form.php:1498
323
  msgid "Go"
324
  msgstr "Перейти"
325
 
326
+ #: contact_form.php:931
327
  msgid "Save emails to the database"
328
  msgstr "Зберігати електронні повідомлення у базі даних"
329
 
330
+ #: contact_form.php:937
331
  msgid "Using"
332
  msgstr "Використовуючи"
333
 
334
+ #: contact_form.php:937
335
+ #: contact_form.php:1117
336
+ #: contact_form.php:1120
337
+ #: contact_form.php:1124
338
  msgid "powered by"
339
  msgstr "за підтримки"
340
 
341
+ #: contact_form.php:940
342
+ #: contact_form.php:944
343
  msgid "Using Contact Form to DB powered by"
344
  msgstr "Використовуючи Contact Form to DB, розроблену"
345
 
346
+ #: contact_form.php:940
347
  msgid "Activate Contact Form to DB"
348
  msgstr "Активувати Contact Form to DB"
349
 
350
+ #: contact_form.php:944
351
  msgid "Download Contact Form to DB"
352
  msgstr "Завантажити Contact Form to DB"
353
 
354
+ #: contact_form.php:949
355
  msgid "Additional options"
356
  msgstr "Додаткові опції"
357
 
358
+ #: contact_form.php:951
359
  msgid "Show"
360
  msgstr "Показувати"
361
 
362
+ #: contact_form.php:952
363
  msgid "Hide"
364
  msgstr "Сховати"
365
 
366
+ #: contact_form.php:956
367
  msgid "What to use?"
368
  msgstr "Що використовувати?"
369
 
370
+ #: contact_form.php:959
371
  msgid "Wp-mail"
372
  msgstr "Wp-mail"
373
 
374
+ #: contact_form.php:959
375
  msgid "You can use the wp_mail function for mailing"
376
  msgstr "Для відправлення пошти ви можете використовувати функцію WordPress wp_mail"
377
 
378
+ #: contact_form.php:961
379
  msgid "Mail"
380
  msgstr "Пошта"
381
 
382
+ #: contact_form.php:961
383
  msgid "To send mail you can use the php mail function"
384
  msgstr "Для відправлення пошти Ви можете використовувати функцію php mail"
385
 
386
+ #: contact_form.php:965
387
  msgid "The text in the 'From' field"
388
  msgstr "Текст поля \"Відправник\""
389
 
390
+ #: contact_form.php:967
391
  msgid "User name"
392
  msgstr "Ім’я користувача"
393
 
394
+ #: contact_form.php:968
395
  msgid "The name of the user who fills the form will be used in the field 'From'."
396
  msgstr "Email-адреса користувача, який заповнює форму, буде використана у полі \"Відправник\"."
397
 
398
+ #: contact_form.php:971
399
  msgid "This text will be used in the 'FROM' field"
400
  msgstr "Ця адреса ел.пошти буде використана у полі \"Відправник\"."
401
 
402
+ #: contact_form.php:975
403
  msgid "The email address in the 'From' field"
404
  msgstr "Адреса ел.пошти в полі \"Відправник\""
405
 
406
+ #: contact_form.php:977
407
  msgid "User email"
408
  msgstr "Ел.пошта користувача"
409
 
410
+ #: contact_form.php:978
411
  msgid "The email address of the user who fills the form will be used in the field 'From'."
412
  msgstr "Email-адреса користувача, який заповнює форму, буде використана у полі \"Відправник\"."
413
 
414
+ #: contact_form.php:981
415
  msgid "This email address will be used in the 'From' field."
416
  msgstr "Ця адреса ел.пошти буде використана у полі \"Відправник\"."
417
 
418
+ #: contact_form.php:985
419
  msgid "Required symbol"
420
  msgstr "Обов'язковий символ"
421
 
422
+ #: contact_form.php:995
423
  msgid "Fields"
424
  msgstr "Поля"
425
 
426
+ #: contact_form.php:996
427
  msgid "Used"
428
  msgstr "Що використовуються"
429
 
430
+ #: contact_form.php:997
431
  msgid "Required"
432
  msgstr "Обов’язковий"
433
 
434
+ #: contact_form.php:998
435
  msgid "Visible"
436
  msgstr "Видимі"
437
 
438
+ #: contact_form.php:999
439
  msgid "Disabled for editing"
440
  msgstr "Відключено для редагування"
441
 
442
+ #: contact_form.php:1000
443
  msgid "Field's default value"
444
  msgstr "Стандартне значення для поля"
445
 
446
+ #: contact_form.php:1005
447
+ #: contact_form.php:1362
448
+ #: contact_form.php:2125
449
+ #: contact_form.php:2161
450
  msgid "Name"
451
  msgstr "Ім'я"
452
 
453
+ #: contact_form.php:1013
454
+ msgid "Location selectbox"
455
+ msgstr ""
456
+
457
+ #: contact_form.php:1021
458
+ #: contact_form.php:1367
459
+ #: contact_form.php:2131
460
+ #: contact_form.php:2165
461
  msgid "Address"
462
  msgstr "Адреса"
463
 
464
+ #: contact_form.php:1029
465
  msgid "Email Address"
466
  msgstr "Адреса ел.пошти"
467
 
468
+ #: contact_form.php:1037
469
  msgid "Phone number"
470
  msgstr "Номер телефону"
471
 
472
+ #: contact_form.php:1045
473
+ #: contact_form.php:1382
474
+ #: contact_form.php:2146
475
+ #: contact_form.php:2174
476
  msgid "Subject"
477
  msgstr "Тема"
478
 
479
+ #: contact_form.php:1053
480
+ #: contact_form.php:1386
481
+ #: contact_form.php:2149
482
+ #: contact_form.php:2176
483
  msgid "Message"
484
  msgstr "Повідомлення"
485
 
486
+ #: contact_form.php:1077
487
  msgid "Attachment block"
488
  msgstr "Блок \"Прикріпити файл\" "
489
 
490
+ #: contact_form.php:1079
491
  msgid "Users can attach the following file formats"
492
  msgstr "Користувачі можуть прикріплювати файли наступних форматів"
493
 
494
+ #: contact_form.php:1092
495
  msgid "Add to the form"
496
  msgstr "Додати до форми"
497
 
498
+ #: contact_form.php:1097
499
  msgid "Tips below the Attachment"
500
  msgstr "Показувати підказки під блоком \"Прикріпити файл\""
501
 
502
+ #: contact_form.php:1106
503
  msgid "'Send me a copy' block"
504
  msgstr "Показати блок \"Надіслати мені копію\""
505
 
506
+ #: contact_form.php:1117
507
+ #: contact_form.php:1120
508
+ #: contact_form.php:1124
509
+ #: contact_form.php:1396
510
  msgid "Captcha"
511
  msgstr "Captcha"
512
 
513
+ #: contact_form.php:1120
514
  msgid "Activate captcha"
515
  msgstr "Активувати captcha"
516
 
517
+ #: contact_form.php:1124
518
  msgid "Download captcha"
519
  msgstr "Завантажити captcha"
520
 
521
+ #: contact_form.php:1132
522
  msgid "Agreement checkbox"
523
  msgstr "Чекбокс для погодження"
524
 
525
+ #: contact_form.php:1132
526
  msgid "Required checkbox for submitting the form"
527
  msgstr "Необхідний чекбокс для відправки форми"
528
 
529
+ #: contact_form.php:1133
530
  msgid "Optional checkbox"
531
  msgstr "Необов’язковий чекбокс"
532
 
533
+ #: contact_form.php:1133
534
  msgid "Optional checkbox, the results of which will be displayed in email"
535
  msgstr "Необов’язковий чекбокс, результати якого буде відображено в електронному листі"
536
 
537
+ #: contact_form.php:1150
538
  msgid "Delete an attachment file from the server after the email is sent"
539
  msgstr "Видаляти прикріплений файл з серверу після того, як ел.пошта відправлена"
540
 
541
+ #: contact_form.php:1156
542
  msgid "Email in HTML format sending"
543
  msgstr "Відправка електронної пошти в форматі HTML"
544
 
545
+ #: contact_form.php:1160
546
  msgid "Display additional info in the email"
547
  msgstr "Відображати додаткову інформацію в ел.пошті"
548
 
549
+ #: contact_form.php:1165
550
+ #: contact_form.php:2092
551
+ #: contact_form.php:2094
552
  msgid "Sent from (ip address)"
553
  msgstr "Надіслано від (ip адреса)"
554
 
555
+ #: contact_form.php:1165
556
  msgid "Example: Sent from (IP address):\t127.0.0.1"
557
  msgstr "Приклад: Надіслано від (IP адреса):\t127.0.0.1"
558
 
559
+ #: contact_form.php:1166
560
+ #: contact_form.php:2098
561
+ #: contact_form.php:2100
562
  msgid "Date/Time"
563
  msgstr "Дата/Час"
564
 
565
+ #: contact_form.php:1166
566
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
567
  msgstr "Приклад: Date/Time:\tAugust 19, 2013 8:50 pm"
568
 
569
+ #: contact_form.php:1167
570
+ #: contact_form.php:2104
571
+ #: contact_form.php:2106
572
  msgid "Sent from (referer)"
573
  msgstr "Надіслано від (реферер)"
574
 
575
+ #: contact_form.php:1167
576
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
577
  msgstr "Приклад: Надіслано від (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
578
 
579
+ #: contact_form.php:1168
580
+ #: contact_form.php:2110
581
+ #: contact_form.php:2112
582
  msgid "Using (user agent)"
583
  msgstr "Використовується (user agent)"
584
 
585
+ #: contact_form.php:1168
586
  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"
587
  msgstr "Приклад: Використовує (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
588
 
589
+ #: contact_form.php:1172
590
  msgid "Language settings for the field names in the form"
591
  msgstr "Налаштування мови для назв полів форми"
592
 
593
+ #: contact_form.php:1181
594
  msgid "Add a language"
595
  msgstr "Додати мову"
596
 
597
+ #: contact_form.php:1185
598
  msgid "Change the names of the contact form fields and error messages"
599
  msgstr "Змінити назви полів контактної форми і повідомлення про помилку"
600
 
601
+ #: contact_form.php:1190
602
+ #: contact_form.php:1277
603
  msgid "English"
604
  msgstr "Англійська"
605
 
606
+ #: contact_form.php:1198
607
+ #: contact_form.php:1232
608
  msgid "click to expand/hide the list"
609
  msgstr "натиснути, щоб розгорнути/згорнути список"
610
 
611
+ #: contact_form.php:1207
612
+ #: contact_form.php:1241
613
  msgid "Tips below the Attachment block"
614
  msgstr "Показувати підказки під блоком \"Прикріпити файл\""
615
 
616
+ #: contact_form.php:1210
617
+ #: contact_form.php:1244
618
  msgid "Error message for the Name field"
619
  msgstr "Повідомлення про помилку для поля Ім'я"
620
 
621
+ #: contact_form.php:1211
622
+ #: contact_form.php:1245
623
  msgid "Error message for the Address field"
624
  msgstr "Повідомлення про помилку для поля Адреса"
625
 
626
+ #: contact_form.php:1212
627
+ #: contact_form.php:1246
628
  msgid "Error message for the Email field"
629
  msgstr "Повідомлення про помилку для поля Email"
630
 
631
+ #: contact_form.php:1213
632
+ #: contact_form.php:1247
633
  msgid "Error message for the Phone field"
634
  msgstr "Повідомлення про помилку для поля Номер телефону"
635
 
636
+ #: contact_form.php:1214
637
+ #: contact_form.php:1248
638
  msgid "Error message for the Subject field"
639
  msgstr "Повідомлення про помилку для поля Тема"
640
 
641
+ #: contact_form.php:1215
642
+ #: contact_form.php:1249
643
  msgid "Error message for the Message field"
644
  msgstr "Повідомлення про помилку для поля Повідомлення"
645
 
646
+ #: contact_form.php:1216
647
+ #: contact_form.php:1250
648
  msgid "Error message about the file type for the Attachment field"
649
  msgstr "Повідомлення про помилку для поля Вкладені файли"
650
 
651
+ #: contact_form.php:1217
652
+ #: contact_form.php:1251
653
  msgid "Error message while uploading a file for the Attachment field to the server"
654
  msgstr "Повідомлення про помилку під час завантаження файлу на сервер для поля Вкладені файли"
655
 
656
+ #: contact_form.php:1218
657
+ #: contact_form.php:1252
658
  msgid "Error message while moving the file for the Attachment field"
659
  msgstr "Повідомлення про помилку під час переміщення файлу для поля Вкладені файли"
660
 
661
+ #: contact_form.php:1219
662
+ #: contact_form.php:1253
663
  msgid "Error message when file size limit for the Attachment field is exceeded"
664
  msgstr "Повідомлення про помилку для поля Вкладені файли, коли розмір файлу перевищує допустимий"
665
 
666
+ #: contact_form.php:1220
667
+ #: contact_form.php:1254
668
  msgid "Error message for the Captcha field"
669
  msgstr "Повідомлення про помилку для поля Captcha"
670
 
671
+ #: contact_form.php:1221
672
+ #: contact_form.php:1255
673
  msgid "Error message for the whole form"
674
  msgstr "Повідомлення про помилку для всієї форми"
675
 
 
 
 
 
 
 
 
676
  #: contact_form.php:1224
677
+ #: contact_form.php:1226
678
+ #: contact_form.php:1258
679
+ #: contact_form.php:1260
680
+ #: contact_form.php:1287
681
+ #: contact_form.php:1289
682
+ #: contact_form.php:1297
683
+ #: contact_form.php:1299
684
  msgid "Use shortcode"
685
  msgstr "Використовувати шорткод"
686
 
 
 
 
 
 
 
 
687
  #: contact_form.php:1224
688
+ #: contact_form.php:1226
689
+ #: contact_form.php:1258
690
+ #: contact_form.php:1260
691
+ #: contact_form.php:1287
692
+ #: contact_form.php:1289
693
+ #: contact_form.php:1297
694
+ #: contact_form.php:1299
695
  msgid "for this language"
696
  msgstr "для цієї мови"
697
 
698
+ #: contact_form.php:1268
699
+ #, fuzzy
700
+ msgid "Use the changed names of the contact form fields in the email"
701
+ msgstr "Змінити назви полів контактної форми і повідомлення про помилку"
702
+
703
+ #: contact_form.php:1274
704
  msgid "Action after email is sent"
705
  msgstr "Дія після відправлення ел.листа"
706
 
707
+ #: contact_form.php:1276
708
  msgid "Display text"
709
  msgstr "Показати текст"
710
 
711
+ #: contact_form.php:1285
712
+ #: contact_form.php:1295
713
  msgid "Text"
714
  msgstr "Текст"
715
 
716
+ #: contact_form.php:1306
717
  msgid "Redirect to the page"
718
  msgstr "Перенаправлення на сторінку"
719
 
720
+ #: contact_form.php:1307
721
  msgid "Url"
722
  msgstr "Url"
723
 
724
+ #: contact_form.php:1311
725
  msgid "The $_SERVER variable that is used to build a URL of the form"
726
  msgstr "Змінна $_SERVER, що використовується для строрення URL форми"
727
 
728
+ #: contact_form.php:1315
729
  msgid "If you are not sure whether to change this setting or not, please do not do that."
730
  msgstr "Якщо ви не впевнені, варто змінювати цю установку чи ні, будь ласка, не змінюйте."
731
 
732
+ #: contact_form.php:1321
733
+ #: contact_form.php:1505
734
  msgid "Save Changes"
735
  msgstr "Зберегти зміни"
736
 
737
+ #: contact_form.php:1326
738
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
739
  msgstr "Якщо Вам сподобався наш плагін, ми будемо раді, якщо Ви оціните його у п'ять зірочок на WordPress"
740
 
741
+ #: contact_form.php:1327
742
  msgid "Rate the plugin"
743
  msgstr "Оцініти плагін"
744
 
745
+ #: contact_form.php:1330
746
  msgid "If there is something wrong about it, please contact us"
747
  msgstr "Якщо у вас є запитання, будь ласка, звертайтесь до нас"
748
 
749
+ #: contact_form.php:1342
750
  msgid "Errors output"
751
  msgstr "Виведення помилок"
752
 
753
+ #: contact_form.php:1345
754
  msgid "Display error messages"
755
  msgstr "Показ повідомлень про помилки"
756
 
757
+ #: contact_form.php:1346
758
  msgid "Color of the input field errors."
759
  msgstr "Колір для помилок у полях введення."
760
 
761
+ #: contact_form.php:1347
762
  msgid "Display error messages & color of the input field errors"
763
  msgstr "Відображення повідомлень про помилку і колір для полів з помилками введення"
764
 
765
+ #: contact_form.php:1352
766
  msgid "Add placeholder to the input blocks"
767
  msgstr "Додати текст заміщення для блоків введення"
768
 
769
+ #: contact_form.php:1358
770
  msgid "Add tooltips"
771
  msgstr "Додати підказки"
772
 
773
+ #: contact_form.php:1372
774
  msgid "Email address"
775
  msgstr "Адреса ел.пошти"
776
 
777
+ #: contact_form.php:1377
778
  msgid "Phone Number"
779
  msgstr "Номер телефону"
780
 
781
+ #: contact_form.php:1391
782
  msgid "Attachment"
783
  msgstr "Вкладений файл"
784
 
785
+ #: contact_form.php:1396
786
  msgid "(powered by bestwebsoft.com)"
787
  msgstr "(розроблено компанією bestwebsoft.com)"
788
 
789
+ #: contact_form.php:1401
790
  msgid "Style options"
791
  msgstr "Опції для стилю"
792
 
793
+ #: contact_form.php:1404
794
  msgid "Text color"
795
  msgstr "Колір тексту"
796
 
797
+ #: contact_form.php:1407
798
+ #: contact_form.php:1412
799
+ #: contact_form.php:1422
800
+ #: contact_form.php:1427
801
+ #: contact_form.php:1432
802
+ #: contact_form.php:1437
803
+ #: contact_form.php:1447
804
+ #: contact_form.php:1452
805
+ #: contact_form.php:1458
806
+ #: contact_form.php:1469
807
+ #: contact_form.php:1474
808
+ #: contact_form.php:1479
809
  msgid "Default"
810
  msgstr "Стандартно"
811
 
812
+ #: contact_form.php:1409
813
  msgid "Label text color"
814
  msgstr "Колір написів"
815
 
816
+ #: contact_form.php:1414
817
  msgid "Placeholder color"
818
  msgstr "Колір тексту заміщення"
819
 
820
+ #: contact_form.php:1419
821
  msgid "Errors color"
822
  msgstr "Колір помилок"
823
 
824
+ #: contact_form.php:1424
825
  msgid "Error text color"
826
  msgstr "Колір тексту помилок"
827
 
828
+ #: contact_form.php:1429
829
  msgid "Background color of the input field errors"
830
  msgstr "Колір заднього фону для полів введення з помилками"
831
 
832
+ #: contact_form.php:1434
833
  msgid "Border color of the input field errors"
834
  msgstr "Колір рамки для полів введення з помилками"
835
 
836
+ #: contact_form.php:1439
837
  msgid "Placeholder color of the input field errors"
838
  msgstr "Колір тексту заміщення для полів введення з помилками"
839
 
840
+ #: contact_form.php:1444
841
  msgid "Input fields"
842
  msgstr "Поля введення тексту"
843
 
844
+ #: contact_form.php:1449
845
  msgid "Input fields background color"
846
  msgstr "Колір фону полів введення"
847
 
848
+ #: contact_form.php:1454
849
  msgid "Text fields color"
850
  msgstr "Колір текстових полів"
851
 
852
+ #: contact_form.php:1456
853
  msgid "Border width in px, numbers only"
854
  msgstr "Ширина рамки в точках, тільки числа"
855
 
856
+ #: contact_form.php:1460
857
+ #: contact_form.php:1481
858
  msgid "Border color"
859
  msgstr "Колір рамки"
860
 
861
+ #: contact_form.php:1465
862
  msgid "Submit button"
863
  msgstr "Кнопка підтвердження"
864
 
865
+ #: contact_form.php:1467
866
  msgid "Width in px, numbers only"
867
  msgstr "Ширина в точках, тільки числа"
868
 
869
+ #: contact_form.php:1471
870
  msgid "Button color"
871
  msgstr "Колір кнопок"
872
 
873
+ #: contact_form.php:1476
874
  msgid "Button text color"
875
  msgstr "Колір тексту кнопок"
876
 
877
+ #: contact_form.php:1509
878
  msgid "Contact Form Pro | Preview"
879
  msgstr "Contact Form Pro | Попередній перегляд"
880
 
881
+ #: contact_form.php:1512
882
  msgid "Show with errors"
883
  msgstr "Показувати з помилками"
884
 
885
+ #: contact_form.php:1520
886
+ #: contact_form.php:1522
887
  msgid "Please enter your full name..."
888
  msgstr "Будь ласка, вкажіть своє повне ім'я..."
889
 
890
+ #: contact_form.php:1533
891
+ #: contact_form.php:1535
892
  msgid "Please enter your address..."
893
  msgstr "Будь ласка, вкажіть свою адресу..."
894
 
895
+ #: contact_form.php:1544
896
+ #: contact_form.php:1546
897
  msgid "Please enter your email address..."
898
  msgstr "Будь ласка, введіть свою адресу ел.пошти:"
899
 
900
+ #: contact_form.php:1555
901
+ #: contact_form.php:1557
902
  msgid "Please enter your phone number..."
903
  msgstr "Будь ласка, вкажіть свій номер телефону..."
904
 
905
+ #: contact_form.php:1566
906
+ #: contact_form.php:1568
907
  msgid "Please enter subject..."
908
  msgstr "Будь ласка, вкажіть тему..."
909
 
910
+ #: contact_form.php:1576
911
+ #: contact_form.php:1578
912
  msgid "Please enter your message..."
913
  msgstr "Будь ласка, напишіть своє повідомлення..."
914
 
915
+ #: contact_form.php:1620
916
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
917
  msgstr "Вітаємо! PRO версію плагіну успішно завантажено та активовано."
918
 
919
+ #: contact_form.php:1622
920
  msgid "Please, go to"
921
  msgstr "Будь ласка, перейдіть"
922
 
923
+ #: contact_form.php:1622
924
  msgid "the setting page"
925
  msgstr "сторінка установок"
926
 
927
+ #: contact_form.php:1623
928
  msgid "You will be redirected automatically in 5 seconds."
929
  msgstr "Вас буде перенаправлено автоматично через 5 секунд."
930
 
931
+ #: contact_form.php:1628
932
  msgid "You can download and activate"
933
  msgstr "Ви можете завантажити та активувати"
934
 
935
+ #: contact_form.php:1630
936
  msgid "version of this plugin by entering Your license key."
937
  msgstr "версію уього плагіну, якщо впишете ваш ліцензійний ключ."
938
 
939
+ #: contact_form.php:1632
940
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
941
  msgstr "Ви можете знайти ваш ліцензійний ключ на вашій персональній сторінці у Client area, перейшовши за посиланням"
942
 
943
+ #: contact_form.php:1634
944
  msgid "(your username is the email you specify when purchasing the product)."
945
  msgstr "(your username is the email you specify when purchasing the product)."
946
 
947
+ #: contact_form.php:1642
948
+ #: contact_form.php:1652
949
+ #, fuzzy
950
+ msgid "Activate"
951
+ msgstr "Активувати captcha"
952
 
953
+ #: contact_form.php:1718
954
  msgid "Sorry, email message could not be delivered."
955
  msgstr "Вибачте, ваше повідомлення ел.пошти не може бути доставлене."
956
 
957
+ #: contact_form.php:2119
958
  msgid "Contact from"
959
  msgstr "Контактна форма"
960
 
961
+ #: contact_form.php:2136
962
+ #: contact_form.php:2168
963
  msgid "Email"
964
  msgstr "Ел.пошта"
965
 
966
+ #: contact_form.php:2141
967
+ #: contact_form.php:2171
968
  msgid "Phone"
969
  msgstr "Телефон"
970
 
971
+ #: contact_form.php:2152
972
+ #: contact_form.php:2178
973
  msgid "Site"
974
  msgstr "Сайт"
975
 
976
+ #: contact_form.php:2250
977
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
978
  msgstr "Якщо Ви не бачите цей MIME, це означає, що цей MIME тип не підтримується Вашим поштовим клієнтом!"
979
 
980
+ #: contact_form.php:2320
 
 
 
 
981
  msgid "Support"
982
  msgstr "Підтримка"
983
 
984
+ #: contact_form.php:2368
985
  msgid "Are you sure that you want to delete this language data?"
986
  msgstr "Ви справді хочете видалити дані для цієї мови?"
987
 
988
+ #: contact_form.php:2577
989
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
990
  msgstr "Чай оновити ваш <strong>Contact Form plugin</strong> до <strong>PRO</strong> версії"
991
 
992
+ #: contact_form.php:2578
993
  msgid "Extend standard plugin functionality with new great options."
994
  msgstr "Розширити стандартний функціонал плагіну новими опціями."
995
 
996
+ #: contact_form.php:2593
997
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
998
  msgstr "<strong>Contact Form to DB</strong> дозволяє зберігати ваші повідомлення у базі даних."
999
 
1000
+ #: contact_form.php:2594
1001
  msgid "Manage messages that have been sent from your website."
1002
  msgstr "Контролювати повідомлення, які було відправлено з Вашого сайту. "
1003
 
1004
+ #~ msgid "Go!"
1005
+ #~ msgstr "Перейти!"
1006
+
1007
  #~ msgid ""
1008
  #~ "This functionality is available in the Pro version of the plugin. For "
1009
  #~ "more details, please follow the link"
languages/contact_form-vi.mo CHANGED
Binary file
languages/contact_form-vi.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: 2014-04-14 15:41+0300\n"
6
- "PO-Revision-Date: 2014-04-14 15:41+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Localization blog | http://bizover.net <contact@bizover.net>\n"
9
  "Language: \n"
@@ -16,978 +16,989 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:73
20
- #: contact_form.php:785
21
  msgid "Contact Form Settings"
22
  msgstr "Cài đặt hình thức liên lạc"
23
 
24
- #: contact_form.php:73
25
  msgid "Contact Form"
26
  msgstr "Mẫu liên hệ"
27
 
28
- #: contact_form.php:149
29
- #: contact_form.php:1131
30
- #: contact_form.php:1165
31
  msgid "Name:"
32
  msgstr "Tên:"
33
 
34
- #: contact_form.php:150
35
- #: contact_form.php:1132
36
- #: contact_form.php:1166
37
  msgid "Address:"
38
  msgstr "Địa chỉ:"
39
 
40
- #: contact_form.php:151
41
- #: contact_form.php:1133
42
- #: contact_form.php:1167
43
  msgid "Email Address:"
44
  msgstr "Địa chỉ email:"
45
 
46
- #: contact_form.php:152
47
- #: contact_form.php:1134
48
- #: contact_form.php:1168
49
  msgid "Phone number:"
50
  msgstr "Số điện thoại:"
51
 
52
- #: contact_form.php:153
53
- #: contact_form.php:1135
54
- #: contact_form.php:1169
55
  msgid "Subject:"
56
  msgstr "Tiêu đề:"
57
 
58
- #: contact_form.php:154
59
- #: contact_form.php:1136
60
- #: contact_form.php:1170
61
  msgid "Message:"
62
  msgstr "Thông báo:"
63
 
64
- #: contact_form.php:155
65
- #: contact_form.php:1137
66
- #: contact_form.php:1171
67
  msgid "Attachment:"
68
  msgstr "File đính kèm:"
69
 
70
- #: contact_form.php:156
71
  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"
72
  msgstr "Hỗ trợ các loại tập tin: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, vùng tối đa kích thước: 2MB"
73
 
74
- #: contact_form.php:157
75
- #: contact_form.php:1139
76
- #: contact_form.php:1173
77
  msgid "Send me a copy"
78
  msgstr "Gửi cho tôi một bản sao"
79
 
80
- #: contact_form.php:158
81
- #: contact_form.php:1140
82
- #: contact_form.php:1174
83
  msgid "Submit"
84
  msgstr "Gửi"
85
 
86
- #: contact_form.php:159
87
  msgid "Your name is required."
88
  msgstr "Tên của bạn là cần thiết."
89
 
90
- #: contact_form.php:160
91
  msgid "Address is required."
92
  msgstr "Địa chỉ được yêu cầu."
93
 
94
- #: contact_form.php:161
95
  msgid "A valid email address is required."
96
  msgstr "Một địa chỉ email hợp lệ là bắt buộc."
97
 
98
- #: contact_form.php:162
99
  msgid "Phone number is required."
100
  msgstr "Số điện thoại được yêu cầu."
101
 
102
- #: contact_form.php:163
103
  msgid "Subject is required."
104
  msgstr "Chủ đề là bắt buộc."
105
 
106
- #: contact_form.php:164
107
  msgid "Message text is required."
108
  msgstr "Tin nhắn văn bản được yêu cầu."
109
 
110
- #: contact_form.php:165
111
  msgid "File format is not valid."
112
  msgstr "Định dạng tập tin là không hợp lệ."
113
 
114
- #: contact_form.php:166
115
  msgid "File upload error."
116
  msgstr "Lỗi tải lên tệp."
117
 
118
- #: contact_form.php:167
119
  msgid "The file could not be uploaded."
120
  msgstr "Không thể tải các tập tin."
121
 
122
- #: contact_form.php:168
123
  msgid "This file is too large."
124
  msgstr "Tập tin này là quá lớn."
125
 
126
- #: contact_form.php:169
127
  msgid "Please fill out the CAPTCHA."
128
  msgstr "Xin vui lòng điền CAPTCHA."
129
 
130
- #: contact_form.php:170
131
  msgid "Please make corrections below and try again."
132
  msgstr "Xin vui lòng làm cho chỉnh dưới đây và thử lại."
133
 
134
- #: contact_form.php:172
135
  msgid "Thank you for contacting us."
136
  msgstr "Cảm ơn bạn đã liên hệ với chúng tôi."
137
 
138
- #: contact_form.php:322
139
  msgid "requires"
140
  msgstr "yêu cầu"
141
 
142
- #: contact_form.php:322
143
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
144
  msgstr "hoặc cao hơn, đó là lý do tại sao nó đã bị ngừng hoạt động! Xin vui lòng nâng cấp WordPress và thử lại."
145
 
146
- #: contact_form.php:322
147
  msgid "Back to the WordPress"
148
  msgstr "Quay lại WordPress"
149
 
150
- #: contact_form.php:322
151
  msgid "Plugins page"
152
  msgstr "Trang Plugins"
153
 
154
- #: contact_form.php:626
155
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
156
  msgstr "Nếu tùy chọn 'Chuyển hướng đến trang' được chọn thì trường URL nên ở định dạng sau"
157
 
158
- #: contact_form.php:635
159
  msgid "Such user does not exist. Settings are not saved."
160
  msgstr "Người dùng như vậy không tồn tại. Cài đặt không được lưu."
161
 
162
- #: contact_form.php:639
163
- #: contact_form.php:645
164
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
165
  msgstr "Vui lòng nhập một địa chỉ email hợp lệ trong trường 'Từ'. Cài đặt không được lưu."
166
 
167
- #: contact_form.php:661
168
  msgid "Settings saved."
169
  msgstr "Cài đặt đã lưu."
170
 
171
- #: contact_form.php:688
172
- #: contact_form.php:720
173
  msgid "Wrong license key"
174
  msgstr ""
175
 
176
- #: contact_form.php:713
177
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
178
  msgstr ""
179
 
180
- #: contact_form.php:722
181
  msgid "This license key is bind to another site"
182
  msgstr ""
183
 
184
- #: contact_form.php:724
185
- #: contact_form.php:1570
186
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
187
  msgstr ""
188
 
189
- #: contact_form.php:741
190
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
191
  msgstr ""
192
 
193
- #: contact_form.php:747
194
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
195
  msgstr ""
196
 
197
- #: contact_form.php:751
198
- #: contact_form.php:760
199
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
200
  msgstr ""
201
 
202
- #: contact_form.php:764
203
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
204
  msgstr ""
205
 
206
- #: contact_form.php:779
207
  #, fuzzy
208
  msgid "Please, enter Your license key"
209
  msgstr "Vui lòng nhập tin nhắn của bạn..."
210
 
211
- #: contact_form.php:787
212
- #: contact_form.php:2216
213
- #: contact_form.php:2228
214
  msgid "Settings"
215
  msgstr "Cài đặt"
216
 
217
- #: contact_form.php:788
218
  msgid "Extra settings"
219
  msgstr "Cài đặt phụ"
220
 
221
- #: contact_form.php:789
 
 
 
 
 
222
  msgid "Go PRO"
223
  msgstr ""
224
 
225
- #: contact_form.php:792
226
  msgid "Notice:"
227
  msgstr "Thông báo:"
228
 
229
- #: contact_form.php:792
230
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
231
  msgstr "Cài đặt của plugin đã được thay đổi. Để tiết kiệm họ xin đừng quên để nhấp vào nút 'Lưu thay đổi'."
232
 
233
- #: contact_form.php:798
234
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
235
  msgstr ""
236
 
237
- #: contact_form.php:804
238
- #: contact_form.php:809
239
- #: contact_form.php:1529
240
  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:"
241
  msgstr "Nếu bạn muốn thêm các hình thức liên lạc để trang web của bạn, chỉ cần sao chép và dán này shortcode để đăng bài hay trang hoặc phụ tùng của bạn:"
242
 
243
- #: contact_form.php:804
244
- #: contact_form.php:805
245
- #: contact_form.php:809
246
- #: contact_form.php:810
247
- #: contact_form.php:1155
248
- #: contact_form.php:1157
249
- #: contact_form.php:1212
250
- #: contact_form.php:1214
251
  msgid "or"
252
  msgstr "hoặc"
253
 
254
- #: contact_form.php:805
255
- #: contact_form.php:810
256
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
257
  msgstr "Nếu có bất kỳ vấn đề với tiêu chuẩn shortcode [contact_form], bạn nên sử dụng shortcode"
258
 
259
- #: contact_form.php:806
260
- #: contact_form.php:811
261
  msgid "They work the same way."
262
  msgstr "Họ làm việc cùng một cách."
263
 
264
- #: contact_form.php:807
265
- #: contact_form.php:812
266
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
267
  msgstr "Nếu bạn để các lĩnh vực trống, các tin nhắn sẽ được gửi đến địa chỉ email được chỉ định trong quá trình đăng ký."
268
 
269
- #: contact_form.php:817
270
  msgid "The user's email address:"
271
  msgstr "Các địa chỉ email của người dùng:"
272
 
273
- #: contact_form.php:821
274
  msgid "Create a username"
275
  msgstr "Tạo một tên người dùng"
276
 
277
- #: contact_form.php:828
278
  msgid "Enter a username of the person who should get the messages from the contact form."
279
  msgstr "Nhập tên người dùng của người sẽ nhận được các tin nhắn từ hình thức liên lạc."
280
 
281
- #: contact_form.php:832
282
  msgid "Use this email address:"
283
  msgstr "Sử dụng địa chỉ email này:"
284
 
285
- #: contact_form.php:835
286
  msgid "Enter the email address you want the messages forwarded to."
287
  msgstr "Nhập địa chỉ email mà bạn muốn các thư được chuyển tiếp đến."
288
 
289
- #: contact_form.php:844
290
  msgid "Add department selectbox to the contact form:"
291
  msgstr "Địa chỉ sở selectbox để hình thức liên lạc:"
292
 
293
- #: contact_form.php:852
294
- #: contact_form.php:1412
295
  msgid "If you upgrade to Pro version all your settings will be saved."
296
  msgstr "Nếu bạn nâng cấp lên phiên bản Pro, tất cả các thiết lập của bạn sẽ được lưu."
297
 
298
- #: contact_form.php:859
299
- #: contact_form.php:997
300
- #: contact_form.php:1071
301
- #: contact_form.php:1419
302
  msgid "Unlock premium options by upgrading to a PRO version."
303
  msgstr ""
304
 
305
- #: contact_form.php:860
306
- #: contact_form.php:998
307
- #: contact_form.php:1072
308
- #: contact_form.php:1420
309
- #: contact_form.php:2473
310
- #: contact_form.php:2489
311
  msgid "Learn More"
312
  msgstr ""
313
 
314
- #: contact_form.php:863
315
- #: contact_form.php:1001
316
- #: contact_form.php:1075
317
- #: contact_form.php:1423
318
  msgid "Go"
319
  msgstr ""
320
 
321
- #: contact_form.php:870
322
  msgid "Save emails to the database"
323
  msgstr "Lưu email vào cơ sở dữ liệu"
324
 
325
- #: contact_form.php:876
326
  msgid "Using"
327
  msgstr ""
328
 
329
- #: contact_form.php:876
330
- #: contact_form.php:1048
331
- #: contact_form.php:1051
332
- #: contact_form.php:1055
333
  msgid "powered by"
334
  msgstr "Được tài trợ bởi"
335
 
336
- #: contact_form.php:879
337
- #: contact_form.php:883
338
  msgid "Using Contact Form to DB powered by"
339
  msgstr "Bằng cách sử dụng mẫu liên hệ để DB được tài trợ bởi"
340
 
341
- #: contact_form.php:879
342
  msgid "Activate Contact Form to DB"
343
  msgstr "Kích hoạt các hình thức liên lạc để DB"
344
 
345
- #: contact_form.php:883
346
  msgid "Download Contact Form to DB"
347
  msgstr "Tải về hình thức liên lạc để DB"
348
 
349
- #: contact_form.php:888
350
  msgid "Additional options"
351
  msgstr "Tùy chọn bổ sung"
352
 
353
- #: contact_form.php:890
354
  msgid "Show"
355
  msgstr "Hiển thị"
356
 
357
- #: contact_form.php:891
358
  msgid "Hide"
359
  msgstr "Ẩn"
360
 
361
- #: contact_form.php:895
362
  msgid "What to use?"
363
  msgstr "Những gì để sử dụng?"
364
 
365
- #: contact_form.php:898
366
  msgid "Wp-mail"
367
  msgstr "WP-thư"
368
 
369
- #: contact_form.php:898
370
  msgid "You can use the wp_mail function for mailing"
371
  msgstr "Bạn có thể sử dụng các chức năng wp_mail để gửi thư"
372
 
373
- #: contact_form.php:900
374
  msgid "Mail"
375
  msgstr "Thư"
376
 
377
- #: contact_form.php:900
378
  msgid "To send mail you can use the php mail function"
379
  msgstr "Để gửi thư, bạn có thể sử dụng chức năng php thư"
380
 
381
- #: contact_form.php:904
382
  msgid "The text in the 'From' field"
383
  msgstr "Các văn bản trong trường 'Từ'"
384
 
385
- #: contact_form.php:906
386
  msgid "User name"
387
  msgstr "Tên người dùng"
388
 
389
- #: contact_form.php:907
390
  msgid "The name of the user who fills the form will be used in the field 'From'."
391
  msgstr "Tên người dùng đã điền vào các hình thức sẽ được sử dụng trong trường 'Từ'."
392
 
393
- #: contact_form.php:910
394
  msgid "This text will be used in the 'FROM' field"
395
  msgstr "Văn bản này sẽ được sử dụng trong trường 'Từ'"
396
 
397
- #: contact_form.php:914
398
  msgid "The email address in the 'From' field"
399
  msgstr "Địa chỉ email vào trường 'Từ'"
400
 
401
- #: contact_form.php:916
402
  msgid "User email"
403
  msgstr "Người dùng thư điện tử"
404
 
405
- #: contact_form.php:917
406
  msgid "The email address of the user who fills the form will be used in the field 'From'."
407
  msgstr "Địa chỉ email của người dùng đã điền vào các hình thức sẽ được sử dụng trong trường 'Từ'."
408
 
409
- #: contact_form.php:920
410
  msgid "This email address will be used in the 'From' field."
411
  msgstr "Địa chỉ email này sẽ được sử dụng trong trường 'Từ'."
412
 
413
- #: contact_form.php:924
414
  msgid "Required symbol"
415
  msgstr "Biểu tượng yêu cầu"
416
 
417
- #: contact_form.php:934
418
  msgid "Fields"
419
  msgstr "Lĩnh vực"
420
 
421
- #: contact_form.php:935
422
  msgid "Used"
423
  msgstr "Sử dụng"
424
 
425
- #: contact_form.php:936
426
  msgid "Required"
427
  msgstr "Yêu cầu"
428
 
429
- #: contact_form.php:937
430
  msgid "Visible"
431
  msgstr "Có thể nhìn thấy"
432
 
433
- #: contact_form.php:938
434
  msgid "Disabled for editing"
435
  msgstr "Khuyết tật để chỉnh sửa"
436
 
437
- #: contact_form.php:939
438
  msgid "Field's default value"
439
  msgstr "Giá trị mặc định của trường"
440
 
441
- #: contact_form.php:944
442
- #: contact_form.php:1287
443
- #: contact_form.php:2059
444
- #: contact_form.php:2089
445
  msgid "Name"
446
  msgstr "Tên"
447
 
448
- #: contact_form.php:952
449
- #: contact_form.php:1292
450
- #: contact_form.php:2063
451
- #: contact_form.php:2091
 
 
 
 
452
  msgid "Address"
453
  msgstr "Địa chỉ"
454
 
455
- #: contact_form.php:960
456
  msgid "Email Address"
457
  msgstr "Địa chỉ email"
458
 
459
- #: contact_form.php:968
460
  msgid "Phone number"
461
  msgstr "Số điện thoại"
462
 
463
- #: contact_form.php:976
464
- #: contact_form.php:1307
465
- #: contact_form.php:2073
466
- #: contact_form.php:2095
467
  msgid "Subject"
468
  msgstr "Chủ đề"
469
 
470
- #: contact_form.php:984
471
- #: contact_form.php:1311
472
- #: contact_form.php:2076
473
- #: contact_form.php:2096
474
  msgid "Message"
475
  msgstr "Tin nhắn"
476
 
477
- #: contact_form.php:1008
478
  msgid "Attachment block"
479
  msgstr "Tập tin đính kèm khối"
480
 
481
- #: contact_form.php:1010
482
  msgid "Users can attach the following file formats"
483
  msgstr "Người dùng có thể đính kèm các định dạng tệp sau"
484
 
485
- #: contact_form.php:1023
486
  msgid "Add to the form"
487
  msgstr "Thêm vào các hình thức"
488
 
489
- #: contact_form.php:1028
490
  msgid "Tips below the Attachment"
491
  msgstr "Mẹo bên dưới phần đính kèm"
492
 
493
- #: contact_form.php:1037
494
  msgid "'Send me a copy' block"
495
  msgstr "'Gửi tôi một bản sao' khối"
496
 
497
- #: contact_form.php:1048
498
- #: contact_form.php:1051
499
- #: contact_form.php:1055
500
- #: contact_form.php:1321
501
  msgid "Captcha"
502
  msgstr "CAPTCHA"
503
 
504
- #: contact_form.php:1051
505
  msgid "Activate captcha"
506
  msgstr "Kích hoạt captcha"
507
 
508
- #: contact_form.php:1055
509
  msgid "Download captcha"
510
  msgstr "Tải về captcha"
511
 
512
- #: contact_form.php:1063
513
  msgid "Agreement checkbox"
514
  msgstr "Thỏa thuận hộp kiểm"
515
 
516
- #: contact_form.php:1063
517
  msgid "Required checkbox for submitting the form"
518
  msgstr "Các hộp kiểm yêu cầu để gửi biểu mẫu"
519
 
520
- #: contact_form.php:1064
521
  msgid "Optional checkbox"
522
  msgstr "Tùy chọn hộp kiểm"
523
 
524
- #: contact_form.php:1064
525
  msgid "Optional checkbox, the results of which will be displayed in email"
526
  msgstr "Tùy chọn hộp kiểm, kết quả trong đó sẽ được hiển thị trong email"
527
 
528
- #: contact_form.php:1081
529
  msgid "Delete an attachment file from the server after the email is sent"
530
  msgstr "Xóa một tập tin đính kèm từ hệ phục vụ sau khi các email được gửi"
531
 
532
- #: contact_form.php:1087
533
  msgid "Email in HTML format sending"
534
  msgstr "Gửi email cho HTML định dạng gửi"
535
 
536
- #: contact_form.php:1091
537
  msgid "Display additional info in the email"
538
  msgstr "Hiển thị thông tin bổ sung trong email"
539
 
540
- #: contact_form.php:1096
541
- #: contact_form.php:2026
542
- #: contact_form.php:2028
543
  msgid "Sent from (ip address)"
544
  msgstr "Gửi từ (địa chỉ ip)"
545
 
546
- #: contact_form.php:1096
547
  msgid "Example: Sent from (IP address):\t127.0.0.1"
548
  msgstr "Ví dụ: Gửi từ (địa chỉ IP):\t127.0.0.1"
549
 
550
- #: contact_form.php:1097
551
- #: contact_form.php:2032
552
- #: contact_form.php:2034
553
  msgid "Date/Time"
554
  msgstr "Ngày/thời gian"
555
 
556
- #: contact_form.php:1097
557
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
558
  msgstr "Ví dụ: Ngày/thời gian:\tngày 19 tháng 8 năm 2013 8:50 pm"
559
 
560
- #: contact_form.php:1098
561
- #: contact_form.php:2038
562
- #: contact_form.php:2040
563
  msgid "Sent from (referer)"
564
  msgstr "Gửi từ (referer)"
565
 
566
- #: contact_form.php:1098
567
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
568
  msgstr "Ví dụ: Gửi từ (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
569
 
570
- #: contact_form.php:1099
571
- #: contact_form.php:2044
572
- #: contact_form.php:2046
573
  msgid "Using (user agent)"
574
  msgstr "Sử dụng (người sử dụng đại lý)"
575
 
576
- #: contact_form.php:1099
577
  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"
578
  msgstr "Ví dụ: Sử dụng (người sử dụng đại lý):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, như Gecko) Chrome/28.0.1500.95 Safari/537.36"
579
 
580
- #: contact_form.php:1103
581
  msgid "Language settings for the field names in the form"
582
  msgstr "Cài đặt ngôn ngữ cho tên trường trong các hình thức"
583
 
584
- #: contact_form.php:1112
585
  msgid "Add a language"
586
  msgstr "Thêm một ngôn ngữ"
587
 
588
- #: contact_form.php:1116
589
  msgid "Change the names of the contact form fields and error messages"
590
  msgstr "Thay đổi tên của các lĩnh vực hình thức liên lạc và thông báo lỗi"
591
 
592
- #: contact_form.php:1121
593
- #: contact_form.php:1202
594
  msgid "English"
595
  msgstr "Tiếng Anh"
596
 
597
- #: contact_form.php:1129
598
- #: contact_form.php:1163
599
  msgid "click to expand/hide the list"
600
  msgstr ""
601
 
602
- #: contact_form.php:1138
603
- #: contact_form.php:1172
604
  msgid "Tips below the Attachment block"
605
  msgstr "Lời khuyên dưới đây khối tập tin đính kèm"
606
 
607
- #: contact_form.php:1141
608
- #: contact_form.php:1175
609
  msgid "Error message for the Name field"
610
  msgstr "Thông báo lỗi cho trường tên"
611
 
612
- #: contact_form.php:1142
613
- #: contact_form.php:1176
614
  msgid "Error message for the Address field"
615
  msgstr "Thông báo lỗi cho trường địa chỉ"
616
 
617
- #: contact_form.php:1143
618
- #: contact_form.php:1177
619
  msgid "Error message for the Email field"
620
  msgstr "Thông báo lỗi cho trường Email"
621
 
622
- #: contact_form.php:1144
623
- #: contact_form.php:1178
624
  msgid "Error message for the Phone field"
625
  msgstr "Thông báo lỗi cho lĩnh vực điện thoại"
626
 
627
- #: contact_form.php:1145
628
- #: contact_form.php:1179
629
  msgid "Error message for the Subject field"
630
  msgstr "Thông báo lỗi cho trường chủ đề"
631
 
632
- #: contact_form.php:1146
633
- #: contact_form.php:1180
634
  msgid "Error message for the Message field"
635
  msgstr "Thông báo lỗi cho trường tin nhắn"
636
 
637
- #: contact_form.php:1147
638
- #: contact_form.php:1181
639
  msgid "Error message about the file type for the Attachment field"
640
  msgstr "Thông báo lỗi về các loại tập tin cho trường đính kèm"
641
 
642
- #: contact_form.php:1148
643
- #: contact_form.php:1182
644
  msgid "Error message while uploading a file for the Attachment field to the server"
645
  msgstr "Thông báo lỗi trong khi tải lên một tập tin cho trường đính kèm vào hệ phục vụ"
646
 
647
- #: contact_form.php:1149
648
- #: contact_form.php:1183
649
  msgid "Error message while moving the file for the Attachment field"
650
  msgstr "Thông báo lỗi trong khi di chuyển tập tin đối với lĩnh vực tập tin đính kèm"
651
 
652
- #: contact_form.php:1150
653
- #: contact_form.php:1184
654
  msgid "Error message when file size limit for the Attachment field is exceeded"
655
  msgstr "Thông báo lỗi khi vượt quá giới hạn kích thước tập tin cho trường đính kèm"
656
 
657
- #: contact_form.php:1151
658
- #: contact_form.php:1185
659
  msgid "Error message for the Captcha field"
660
  msgstr "Thông báo lỗi cho lĩnh vực Captcha"
661
 
662
- #: contact_form.php:1152
663
- #: contact_form.php:1186
664
  msgid "Error message for the whole form"
665
  msgstr "Thông báo lỗi cho các hình thức toàn bộ"
666
 
667
- #: contact_form.php:1155
668
- #: contact_form.php:1157
669
- #: contact_form.php:1189
670
- #: contact_form.php:1191
671
- #: contact_form.php:1212
672
- #: contact_form.php:1214
673
- #: contact_form.php:1222
674
  #: contact_form.php:1224
 
 
 
 
 
 
 
675
  msgid "Use shortcode"
676
  msgstr "Sử dụng shortcode"
677
 
678
- #: contact_form.php:1155
679
- #: contact_form.php:1157
680
- #: contact_form.php:1189
681
- #: contact_form.php:1191
682
- #: contact_form.php:1212
683
- #: contact_form.php:1214
684
- #: contact_form.php:1222
685
  #: contact_form.php:1224
 
 
 
 
 
 
 
686
  msgid "for this language"
687
  msgstr "cho ngôn ngữ này"
688
 
689
- #: contact_form.php:1199
 
 
 
 
 
690
  msgid "Action after email is sent"
691
  msgstr "Hành động sau khi email được gửi"
692
 
693
- #: contact_form.php:1201
694
  msgid "Display text"
695
  msgstr "Hiển thị văn bản"
696
 
697
- #: contact_form.php:1210
698
- #: contact_form.php:1220
699
  msgid "Text"
700
  msgstr "Văn bản"
701
 
702
- #: contact_form.php:1231
703
  msgid "Redirect to the page"
704
  msgstr "Chuyển hướng đến trang"
705
 
706
- #: contact_form.php:1232
707
  msgid "Url"
708
  msgstr "URL"
709
 
710
- #: contact_form.php:1236
711
  msgid "The $_SERVER variable that is used to build a URL of the form"
712
  msgstr ""
713
 
714
- #: contact_form.php:1240
715
  msgid "If you are not sure whether to change this setting or not, please do not do that."
716
  msgstr ""
717
 
718
- #: contact_form.php:1246
719
- #: contact_form.php:1430
720
  msgid "Save Changes"
721
  msgstr "Lưu thay đổi"
722
 
723
- #: contact_form.php:1251
724
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
725
  msgstr "Nếu bạn thích plugin của chúng tôi, xin vui lòng cho nó 5 sao trên WordPress"
726
 
727
- #: contact_form.php:1252
728
  msgid "Rate the plugin"
729
  msgstr "Tỷ lệ plugin"
730
 
731
- #: contact_form.php:1255
732
  msgid "If there is something wrong about it, please contact us"
733
  msgstr "Nếu có điều gì sai về nó, xin vui lòng liên hệ với chúng tôi"
734
 
735
- #: contact_form.php:1267
736
  msgid "Errors output"
737
  msgstr "Đầu ra lỗi"
738
 
739
- #: contact_form.php:1270
740
  msgid "Display error messages"
741
  msgstr "Hiển thị thông báo lỗi"
742
 
743
- #: contact_form.php:1271
744
  msgid "Color of the input field errors."
745
  msgstr "Màu sắc của trường nhập lỗi."
746
 
747
- #: contact_form.php:1272
748
  msgid "Display error messages & color of the input field errors"
749
  msgstr "Hiển thị thông báo lỗi và màu sắc của trường nhập lỗi"
750
 
751
- #: contact_form.php:1277
752
  msgid "Add placeholder to the input blocks"
753
  msgstr "Thêm giữ chỗ để các khối đầu vào"
754
 
755
- #: contact_form.php:1283
756
  msgid "Add tooltips"
757
  msgstr "Thêm chú giải công cụ"
758
 
759
- #: contact_form.php:1297
760
  msgid "Email address"
761
  msgstr "Địa chỉ email"
762
 
763
- #: contact_form.php:1302
764
  msgid "Phone Number"
765
  msgstr "Số điện thoại"
766
 
767
- #: contact_form.php:1316
768
  msgid "Attachment"
769
  msgstr "Tập tin đính kèm"
770
 
771
- #: contact_form.php:1321
772
  msgid "(powered by bestwebsoft.com)"
773
  msgstr "(cung cấp bởi bestwebsoft.com)"
774
 
775
- #: contact_form.php:1326
776
  msgid "Style options"
777
  msgstr "Tùy chọn phong cách"
778
 
779
- #: contact_form.php:1329
780
  msgid "Text color"
781
  msgstr "Văn bản màu"
782
 
783
- #: contact_form.php:1332
784
- #: contact_form.php:1337
785
- #: contact_form.php:1347
786
- #: contact_form.php:1352
787
- #: contact_form.php:1357
788
- #: contact_form.php:1362
789
- #: contact_form.php:1372
790
- #: contact_form.php:1377
791
- #: contact_form.php:1383
792
- #: contact_form.php:1394
793
- #: contact_form.php:1399
794
- #: contact_form.php:1404
795
  msgid "Default"
796
  msgstr "Mặc định"
797
 
798
- #: contact_form.php:1334
799
  msgid "Label text color"
800
  msgstr "Nhãn văn bản màu"
801
 
802
- #: contact_form.php:1339
803
  msgid "Placeholder color"
804
  msgstr "Giữ chỗ màu"
805
 
806
- #: contact_form.php:1344
807
  msgid "Errors color"
808
  msgstr "Lỗi màu"
809
 
810
- #: contact_form.php:1349
811
  msgid "Error text color"
812
  msgstr "Lỗi văn bản màu"
813
 
814
- #: contact_form.php:1354
815
  msgid "Background color of the input field errors"
816
  msgstr "Màu nền của trường nhập lỗi"
817
 
818
- #: contact_form.php:1359
819
  msgid "Border color of the input field errors"
820
  msgstr "Biên giới màu sắc của trường nhập lỗi"
821
 
822
- #: contact_form.php:1364
823
  msgid "Placeholder color of the input field errors"
824
  msgstr "Giữ chỗ màu sắc của trường nhập lỗi"
825
 
826
- #: contact_form.php:1369
827
  msgid "Input fields"
828
  msgstr "Lĩnh vực đầu vào"
829
 
830
- #: contact_form.php:1374
831
  msgid "Input fields background color"
832
  msgstr "Lĩnh vực đầu vào nền màu"
833
 
834
- #: contact_form.php:1379
835
  msgid "Text fields color"
836
  msgstr "Văn bản lĩnh vực màu"
837
 
838
- #: contact_form.php:1381
839
  msgid "Border width in px, numbers only"
840
  msgstr "Chiều rộng biên giới ở px, chỉ có số điện thoại"
841
 
842
- #: contact_form.php:1385
843
- #: contact_form.php:1406
844
  msgid "Border color"
845
  msgstr "Biên giới màu sắc"
846
 
847
- #: contact_form.php:1390
848
  msgid "Submit button"
849
  msgstr "Gửi nút"
850
 
851
- #: contact_form.php:1392
852
  msgid "Width in px, numbers only"
853
  msgstr "Chiều rộng trong px, chỉ có số điện thoại"
854
 
855
- #: contact_form.php:1396
856
  msgid "Button color"
857
  msgstr "Nút màu"
858
 
859
- #: contact_form.php:1401
860
  msgid "Button text color"
861
  msgstr "Nút màu chữ"
862
 
863
- #: contact_form.php:1434
864
  msgid "Contact Form Pro | Preview"
865
  msgstr "Liên hệ tạo thành Pro | Xem trước"
866
 
867
- #: contact_form.php:1437
868
  msgid "Show with errors"
869
  msgstr "Hiển thị lỗi"
870
 
871
- #: contact_form.php:1445
872
- #: contact_form.php:1447
873
  msgid "Please enter your full name..."
874
  msgstr "Vui lòng nhập tên đầy đủ của bạn..."
875
 
876
- #: contact_form.php:1458
877
- #: contact_form.php:1460
878
  msgid "Please enter your address..."
879
  msgstr "Vui lòng nhập địa chỉ của bạn..."
880
 
881
- #: contact_form.php:1469
882
- #: contact_form.php:1471
883
  msgid "Please enter your email address..."
884
  msgstr "Vui lòng nhập địa chỉ email của bạn..."
885
 
886
- #: contact_form.php:1480
887
- #: contact_form.php:1482
888
  msgid "Please enter your phone number..."
889
  msgstr "Vui lòng nhập số điện thoại của bạn..."
890
 
891
- #: contact_form.php:1491
892
- #: contact_form.php:1493
893
  msgid "Please enter subject..."
894
  msgstr "Vui lòng nhập Chủ đề..."
895
 
896
- #: contact_form.php:1501
897
- #: contact_form.php:1503
898
  msgid "Please enter your message..."
899
  msgstr "Vui lòng nhập tin nhắn của bạn..."
900
 
901
- #: contact_form.php:1545
902
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
903
  msgstr ""
904
 
905
- #: contact_form.php:1547
906
  msgid "Please, go to"
907
  msgstr ""
908
 
909
- #: contact_form.php:1547
910
  #, fuzzy
911
  msgid "the setting page"
912
  msgstr "Cài đặt phụ"
913
 
914
- #: contact_form.php:1548
915
  msgid "You will be redirected automatically in 5 seconds."
916
  msgstr ""
917
 
918
- #: contact_form.php:1553
919
  msgid "You can download and activate"
920
  msgstr ""
921
 
922
- #: contact_form.php:1555
923
  msgid "version of this plugin by entering Your license key."
924
  msgstr ""
925
 
926
- #: contact_form.php:1557
927
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
928
  msgstr ""
929
 
930
- #: contact_form.php:1559
931
  msgid "(your username is the email you specify when purchasing the product)."
932
  msgstr ""
933
 
934
- #: contact_form.php:1567
935
- #: contact_form.php:1577
936
- msgid "Go!"
937
- msgstr ""
 
938
 
939
- #: contact_form.php:1647
940
  msgid "Sorry, email message could not be delivered."
941
  msgstr "Xin lỗi, không thể gửi được thư email."
942
 
943
- #: contact_form.php:2053
944
  msgid "Contact from"
945
  msgstr "Liên hệ với từ"
946
 
947
- #: contact_form.php:2066
948
- #: contact_form.php:2092
949
  msgid "Email"
950
  msgstr "Thư điện tử"
951
 
952
- #: contact_form.php:2070
953
- #: contact_form.php:2094
954
  msgid "Phone"
955
  msgstr "Điện thoại"
956
 
957
- #: contact_form.php:2079
958
- #: contact_form.php:2097
959
  msgid "Site"
960
  msgstr "Trang web"
961
 
962
- #: contact_form.php:2160
963
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
964
  msgstr "Nếu bạn có thể thấy MIME này, nó có nghĩa là rằng loại MIME không được hỗ trợ bởi ứng dụng email của bạn!"
965
 
966
- #: contact_form.php:2229
967
- msgid "FAQ"
968
- msgstr "CÂU HỎI THƯỜNG GẶP"
969
-
970
- #: contact_form.php:2230
971
  msgid "Support"
972
  msgstr "Hỗ trợ"
973
 
974
- #: contact_form.php:2280
975
  msgid "Are you sure that you want to delete this language data?"
976
  msgstr "Bạn có chắc rằng bạn muốn xóa dữ liệu ngôn ngữ này không?"
977
 
978
- #: contact_form.php:2476
979
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
980
  msgstr ""
981
 
982
- #: contact_form.php:2477
983
  msgid "Extend standard plugin functionality with new great options."
984
  msgstr ""
985
 
986
- #: contact_form.php:2492
987
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
988
  msgstr ""
989
 
990
- #: contact_form.php:2493
991
  msgid "Manage messages that have been sent from your website."
992
  msgstr ""
993
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-08 14:56+0300\n"
6
+ "PO-Revision-Date: 2014-07-08 14:56+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Localization blog | http://bizover.net <contact@bizover.net>\n"
9
  "Language: \n"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:74
20
+ #: contact_form.php:845
21
  msgid "Contact Form Settings"
22
  msgstr "Cài đặt hình thức liên lạc"
23
 
24
+ #: contact_form.php:74
25
  msgid "Contact Form"
26
  msgstr "Mẫu liên hệ"
27
 
28
+ #: contact_form.php:150
29
+ #: contact_form.php:1200
30
+ #: contact_form.php:1234
31
  msgid "Name:"
32
  msgstr "Tên:"
33
 
34
+ #: contact_form.php:151
35
+ #: contact_form.php:1201
36
+ #: contact_form.php:1235
37
  msgid "Address:"
38
  msgstr "Địa chỉ:"
39
 
40
+ #: contact_form.php:152
41
+ #: contact_form.php:1202
42
+ #: contact_form.php:1236
43
  msgid "Email Address:"
44
  msgstr "Địa chỉ email:"
45
 
46
+ #: contact_form.php:153
47
+ #: contact_form.php:1203
48
+ #: contact_form.php:1237
49
  msgid "Phone number:"
50
  msgstr "Số điện thoại:"
51
 
52
+ #: contact_form.php:154
53
+ #: contact_form.php:1204
54
+ #: contact_form.php:1238
55
  msgid "Subject:"
56
  msgstr "Tiêu đề:"
57
 
58
+ #: contact_form.php:155
59
+ #: contact_form.php:1205
60
+ #: contact_form.php:1239
61
  msgid "Message:"
62
  msgstr "Thông báo:"
63
 
64
+ #: contact_form.php:156
65
+ #: contact_form.php:1206
66
+ #: contact_form.php:1240
67
  msgid "Attachment:"
68
  msgstr "File đính kèm:"
69
 
70
+ #: contact_form.php:157
71
  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"
72
  msgstr "Hỗ trợ các loại tập tin: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, vùng tối đa kích thước: 2MB"
73
 
74
+ #: contact_form.php:158
75
+ #: contact_form.php:1208
76
+ #: contact_form.php:1242
77
  msgid "Send me a copy"
78
  msgstr "Gửi cho tôi một bản sao"
79
 
80
+ #: contact_form.php:159
81
+ #: contact_form.php:1209
82
+ #: contact_form.php:1243
83
  msgid "Submit"
84
  msgstr "Gửi"
85
 
86
+ #: contact_form.php:160
87
  msgid "Your name is required."
88
  msgstr "Tên của bạn là cần thiết."
89
 
90
+ #: contact_form.php:161
91
  msgid "Address is required."
92
  msgstr "Địa chỉ được yêu cầu."
93
 
94
+ #: contact_form.php:162
95
  msgid "A valid email address is required."
96
  msgstr "Một địa chỉ email hợp lệ là bắt buộc."
97
 
98
+ #: contact_form.php:163
99
  msgid "Phone number is required."
100
  msgstr "Số điện thoại được yêu cầu."
101
 
102
+ #: contact_form.php:164
103
  msgid "Subject is required."
104
  msgstr "Chủ đề là bắt buộc."
105
 
106
+ #: contact_form.php:165
107
  msgid "Message text is required."
108
  msgstr "Tin nhắn văn bản được yêu cầu."
109
 
110
+ #: contact_form.php:166
111
  msgid "File format is not valid."
112
  msgstr "Định dạng tập tin là không hợp lệ."
113
 
114
+ #: contact_form.php:167
115
  msgid "File upload error."
116
  msgstr "Lỗi tải lên tệp."
117
 
118
+ #: contact_form.php:168
119
  msgid "The file could not be uploaded."
120
  msgstr "Không thể tải các tập tin."
121
 
122
+ #: contact_form.php:169
123
  msgid "This file is too large."
124
  msgstr "Tập tin này là quá lớn."
125
 
126
+ #: contact_form.php:170
127
  msgid "Please fill out the CAPTCHA."
128
  msgstr "Xin vui lòng điền CAPTCHA."
129
 
130
+ #: contact_form.php:171
131
  msgid "Please make corrections below and try again."
132
  msgstr "Xin vui lòng làm cho chỉnh dưới đây và thử lại."
133
 
134
+ #: contact_form.php:173
135
  msgid "Thank you for contacting us."
136
  msgstr "Cảm ơn bạn đã liên hệ với chúng tôi."
137
 
138
+ #: contact_form.php:369
139
  msgid "requires"
140
  msgstr "yêu cầu"
141
 
142
+ #: contact_form.php:369
143
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
144
  msgstr "hoặc cao hơn, đó là lý do tại sao nó đã bị ngừng hoạt động! Xin vui lòng nâng cấp WordPress và thử lại."
145
 
146
+ #: contact_form.php:369
147
  msgid "Back to the WordPress"
148
  msgstr "Quay lại WordPress"
149
 
150
+ #: contact_form.php:369
151
  msgid "Plugins page"
152
  msgstr "Trang Plugins"
153
 
154
+ #: contact_form.php:677
155
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
156
  msgstr "Nếu tùy chọn 'Chuyển hướng đến trang' được chọn thì trường URL nên ở định dạng sau"
157
 
158
+ #: contact_form.php:686
159
  msgid "Such user does not exist. Settings are not saved."
160
  msgstr "Người dùng như vậy không tồn tại. Cài đặt không được lưu."
161
 
162
+ #: contact_form.php:690
163
+ #: contact_form.php:696
164
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
165
  msgstr "Vui lòng nhập một địa chỉ email hợp lệ trong trường 'Từ'. Cài đặt không được lưu."
166
 
167
+ #: contact_form.php:721
168
  msgid "Settings saved."
169
  msgstr "Cài đặt đã lưu."
170
 
171
+ #: contact_form.php:748
172
+ #: contact_form.php:780
173
  msgid "Wrong license key"
174
  msgstr ""
175
 
176
+ #: contact_form.php:773
177
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
178
  msgstr ""
179
 
180
+ #: contact_form.php:782
181
  msgid "This license key is bind to another site"
182
  msgstr ""
183
 
184
+ #: contact_form.php:784
185
+ #: contact_form.php:1645
186
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
187
  msgstr ""
188
 
189
+ #: contact_form.php:801
190
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
191
  msgstr ""
192
 
193
+ #: contact_form.php:807
194
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
195
  msgstr ""
196
 
197
+ #: contact_form.php:811
198
+ #: contact_form.php:820
199
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
200
  msgstr ""
201
 
202
+ #: contact_form.php:824
203
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
204
  msgstr ""
205
 
206
+ #: contact_form.php:839
207
  #, fuzzy
208
  msgid "Please, enter Your license key"
209
  msgstr "Vui lòng nhập tin nhắn của bạn..."
210
 
211
+ #: contact_form.php:847
212
+ #: contact_form.php:2306
213
+ #: contact_form.php:2318
214
  msgid "Settings"
215
  msgstr "Cài đặt"
216
 
217
+ #: contact_form.php:848
218
  msgid "Extra settings"
219
  msgstr "Cài đặt phụ"
220
 
221
+ #: contact_form.php:849
222
+ #: contact_form.php:2319
223
+ msgid "FAQ"
224
+ msgstr "CÂU HỎI THƯỜNG GẶP"
225
+
226
+ #: contact_form.php:850
227
  msgid "Go PRO"
228
  msgstr ""
229
 
230
+ #: contact_form.php:853
231
  msgid "Notice:"
232
  msgstr "Thông báo:"
233
 
234
+ #: contact_form.php:853
235
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
236
  msgstr "Cài đặt của plugin đã được thay đổi. Để tiết kiệm họ xin đừng quên để nhấp vào nút 'Lưu thay đổi'."
237
 
238
+ #: contact_form.php:859
239
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
240
  msgstr ""
241
 
242
+ #: contact_form.php:865
243
+ #: contact_form.php:870
244
+ #: contact_form.php:1604
245
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
246
  msgstr "Nếu bạn muốn thêm các hình thức liên lạc để trang web của bạn, chỉ cần sao chép và dán này shortcode để đăng bài hay trang hoặc phụ tùng của bạn:"
247
 
248
+ #: contact_form.php:865
249
+ #: contact_form.php:866
250
+ #: contact_form.php:870
251
+ #: contact_form.php:871
252
+ #: contact_form.php:1224
253
+ #: contact_form.php:1226
254
+ #: contact_form.php:1287
255
+ #: contact_form.php:1289
256
  msgid "or"
257
  msgstr "hoặc"
258
 
259
+ #: contact_form.php:866
260
+ #: contact_form.php:871
261
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
262
  msgstr "Nếu có bất kỳ vấn đề với tiêu chuẩn shortcode [contact_form], bạn nên sử dụng shortcode"
263
 
264
+ #: contact_form.php:867
265
+ #: contact_form.php:872
266
  msgid "They work the same way."
267
  msgstr "Họ làm việc cùng một cách."
268
 
269
+ #: contact_form.php:868
270
+ #: contact_form.php:873
271
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
272
  msgstr "Nếu bạn để các lĩnh vực trống, các tin nhắn sẽ được gửi đến địa chỉ email được chỉ định trong quá trình đăng ký."
273
 
274
+ #: contact_form.php:878
275
  msgid "The user's email address:"
276
  msgstr "Các địa chỉ email của người dùng:"
277
 
278
+ #: contact_form.php:882
279
  msgid "Create a username"
280
  msgstr "Tạo một tên người dùng"
281
 
282
+ #: contact_form.php:889
283
  msgid "Enter a username of the person who should get the messages from the contact form."
284
  msgstr "Nhập tên người dùng của người sẽ nhận được các tin nhắn từ hình thức liên lạc."
285
 
286
+ #: contact_form.php:893
287
  msgid "Use this email address:"
288
  msgstr "Sử dụng địa chỉ email này:"
289
 
290
+ #: contact_form.php:896
291
  msgid "Enter the email address you want the messages forwarded to."
292
  msgstr "Nhập địa chỉ email mà bạn muốn các thư được chuyển tiếp đến."
293
 
294
+ #: contact_form.php:905
295
  msgid "Add department selectbox to the contact form:"
296
  msgstr "Địa chỉ sở selectbox để hình thức liên lạc:"
297
 
298
+ #: contact_form.php:913
299
+ #: contact_form.php:1487
300
  msgid "If you upgrade to Pro version all your settings will be saved."
301
  msgstr "Nếu bạn nâng cấp lên phiên bản Pro, tất cả các thiết lập của bạn sẽ được lưu."
302
 
303
+ #: contact_form.php:920
304
+ #: contact_form.php:1066
305
+ #: contact_form.php:1140
306
+ #: contact_form.php:1494
307
  msgid "Unlock premium options by upgrading to a PRO version."
308
  msgstr ""
309
 
310
+ #: contact_form.php:921
311
+ #: contact_form.php:1067
312
+ #: contact_form.php:1141
313
+ #: contact_form.php:1495
314
+ #: contact_form.php:2574
315
+ #: contact_form.php:2590
316
  msgid "Learn More"
317
  msgstr ""
318
 
319
+ #: contact_form.php:924
320
+ #: contact_form.php:1070
321
+ #: contact_form.php:1144
322
+ #: contact_form.php:1498
323
  msgid "Go"
324
  msgstr ""
325
 
326
+ #: contact_form.php:931
327
  msgid "Save emails to the database"
328
  msgstr "Lưu email vào cơ sở dữ liệu"
329
 
330
+ #: contact_form.php:937
331
  msgid "Using"
332
  msgstr ""
333
 
334
+ #: contact_form.php:937
335
+ #: contact_form.php:1117
336
+ #: contact_form.php:1120
337
+ #: contact_form.php:1124
338
  msgid "powered by"
339
  msgstr "Được tài trợ bởi"
340
 
341
+ #: contact_form.php:940
342
+ #: contact_form.php:944
343
  msgid "Using Contact Form to DB powered by"
344
  msgstr "Bằng cách sử dụng mẫu liên hệ để DB được tài trợ bởi"
345
 
346
+ #: contact_form.php:940
347
  msgid "Activate Contact Form to DB"
348
  msgstr "Kích hoạt các hình thức liên lạc để DB"
349
 
350
+ #: contact_form.php:944
351
  msgid "Download Contact Form to DB"
352
  msgstr "Tải về hình thức liên lạc để DB"
353
 
354
+ #: contact_form.php:949
355
  msgid "Additional options"
356
  msgstr "Tùy chọn bổ sung"
357
 
358
+ #: contact_form.php:951
359
  msgid "Show"
360
  msgstr "Hiển thị"
361
 
362
+ #: contact_form.php:952
363
  msgid "Hide"
364
  msgstr "Ẩn"
365
 
366
+ #: contact_form.php:956
367
  msgid "What to use?"
368
  msgstr "Những gì để sử dụng?"
369
 
370
+ #: contact_form.php:959
371
  msgid "Wp-mail"
372
  msgstr "WP-thư"
373
 
374
+ #: contact_form.php:959
375
  msgid "You can use the wp_mail function for mailing"
376
  msgstr "Bạn có thể sử dụng các chức năng wp_mail để gửi thư"
377
 
378
+ #: contact_form.php:961
379
  msgid "Mail"
380
  msgstr "Thư"
381
 
382
+ #: contact_form.php:961
383
  msgid "To send mail you can use the php mail function"
384
  msgstr "Để gửi thư, bạn có thể sử dụng chức năng php thư"
385
 
386
+ #: contact_form.php:965
387
  msgid "The text in the 'From' field"
388
  msgstr "Các văn bản trong trường 'Từ'"
389
 
390
+ #: contact_form.php:967
391
  msgid "User name"
392
  msgstr "Tên người dùng"
393
 
394
+ #: contact_form.php:968
395
  msgid "The name of the user who fills the form will be used in the field 'From'."
396
  msgstr "Tên người dùng đã điền vào các hình thức sẽ được sử dụng trong trường 'Từ'."
397
 
398
+ #: contact_form.php:971
399
  msgid "This text will be used in the 'FROM' field"
400
  msgstr "Văn bản này sẽ được sử dụng trong trường 'Từ'"
401
 
402
+ #: contact_form.php:975
403
  msgid "The email address in the 'From' field"
404
  msgstr "Địa chỉ email vào trường 'Từ'"
405
 
406
+ #: contact_form.php:977
407
  msgid "User email"
408
  msgstr "Người dùng thư điện tử"
409
 
410
+ #: contact_form.php:978
411
  msgid "The email address of the user who fills the form will be used in the field 'From'."
412
  msgstr "Địa chỉ email của người dùng đã điền vào các hình thức sẽ được sử dụng trong trường 'Từ'."
413
 
414
+ #: contact_form.php:981
415
  msgid "This email address will be used in the 'From' field."
416
  msgstr "Địa chỉ email này sẽ được sử dụng trong trường 'Từ'."
417
 
418
+ #: contact_form.php:985
419
  msgid "Required symbol"
420
  msgstr "Biểu tượng yêu cầu"
421
 
422
+ #: contact_form.php:995
423
  msgid "Fields"
424
  msgstr "Lĩnh vực"
425
 
426
+ #: contact_form.php:996
427
  msgid "Used"
428
  msgstr "Sử dụng"
429
 
430
+ #: contact_form.php:997
431
  msgid "Required"
432
  msgstr "Yêu cầu"
433
 
434
+ #: contact_form.php:998
435
  msgid "Visible"
436
  msgstr "Có thể nhìn thấy"
437
 
438
+ #: contact_form.php:999
439
  msgid "Disabled for editing"
440
  msgstr "Khuyết tật để chỉnh sửa"
441
 
442
+ #: contact_form.php:1000
443
  msgid "Field's default value"
444
  msgstr "Giá trị mặc định của trường"
445
 
446
+ #: contact_form.php:1005
447
+ #: contact_form.php:1362
448
+ #: contact_form.php:2125
449
+ #: contact_form.php:2161
450
  msgid "Name"
451
  msgstr "Tên"
452
 
453
+ #: contact_form.php:1013
454
+ msgid "Location selectbox"
455
+ msgstr ""
456
+
457
+ #: contact_form.php:1021
458
+ #: contact_form.php:1367
459
+ #: contact_form.php:2131
460
+ #: contact_form.php:2165
461
  msgid "Address"
462
  msgstr "Địa chỉ"
463
 
464
+ #: contact_form.php:1029
465
  msgid "Email Address"
466
  msgstr "Địa chỉ email"
467
 
468
+ #: contact_form.php:1037
469
  msgid "Phone number"
470
  msgstr "Số điện thoại"
471
 
472
+ #: contact_form.php:1045
473
+ #: contact_form.php:1382
474
+ #: contact_form.php:2146
475
+ #: contact_form.php:2174
476
  msgid "Subject"
477
  msgstr "Chủ đề"
478
 
479
+ #: contact_form.php:1053
480
+ #: contact_form.php:1386
481
+ #: contact_form.php:2149
482
+ #: contact_form.php:2176
483
  msgid "Message"
484
  msgstr "Tin nhắn"
485
 
486
+ #: contact_form.php:1077
487
  msgid "Attachment block"
488
  msgstr "Tập tin đính kèm khối"
489
 
490
+ #: contact_form.php:1079
491
  msgid "Users can attach the following file formats"
492
  msgstr "Người dùng có thể đính kèm các định dạng tệp sau"
493
 
494
+ #: contact_form.php:1092
495
  msgid "Add to the form"
496
  msgstr "Thêm vào các hình thức"
497
 
498
+ #: contact_form.php:1097
499
  msgid "Tips below the Attachment"
500
  msgstr "Mẹo bên dưới phần đính kèm"
501
 
502
+ #: contact_form.php:1106
503
  msgid "'Send me a copy' block"
504
  msgstr "'Gửi tôi một bản sao' khối"
505
 
506
+ #: contact_form.php:1117
507
+ #: contact_form.php:1120
508
+ #: contact_form.php:1124
509
+ #: contact_form.php:1396
510
  msgid "Captcha"
511
  msgstr "CAPTCHA"
512
 
513
+ #: contact_form.php:1120
514
  msgid "Activate captcha"
515
  msgstr "Kích hoạt captcha"
516
 
517
+ #: contact_form.php:1124
518
  msgid "Download captcha"
519
  msgstr "Tải về captcha"
520
 
521
+ #: contact_form.php:1132
522
  msgid "Agreement checkbox"
523
  msgstr "Thỏa thuận hộp kiểm"
524
 
525
+ #: contact_form.php:1132
526
  msgid "Required checkbox for submitting the form"
527
  msgstr "Các hộp kiểm yêu cầu để gửi biểu mẫu"
528
 
529
+ #: contact_form.php:1133
530
  msgid "Optional checkbox"
531
  msgstr "Tùy chọn hộp kiểm"
532
 
533
+ #: contact_form.php:1133
534
  msgid "Optional checkbox, the results of which will be displayed in email"
535
  msgstr "Tùy chọn hộp kiểm, kết quả trong đó sẽ được hiển thị trong email"
536
 
537
+ #: contact_form.php:1150
538
  msgid "Delete an attachment file from the server after the email is sent"
539
  msgstr "Xóa một tập tin đính kèm từ hệ phục vụ sau khi các email được gửi"
540
 
541
+ #: contact_form.php:1156
542
  msgid "Email in HTML format sending"
543
  msgstr "Gửi email cho HTML định dạng gửi"
544
 
545
+ #: contact_form.php:1160
546
  msgid "Display additional info in the email"
547
  msgstr "Hiển thị thông tin bổ sung trong email"
548
 
549
+ #: contact_form.php:1165
550
+ #: contact_form.php:2092
551
+ #: contact_form.php:2094
552
  msgid "Sent from (ip address)"
553
  msgstr "Gửi từ (địa chỉ ip)"
554
 
555
+ #: contact_form.php:1165
556
  msgid "Example: Sent from (IP address):\t127.0.0.1"
557
  msgstr "Ví dụ: Gửi từ (địa chỉ IP):\t127.0.0.1"
558
 
559
+ #: contact_form.php:1166
560
+ #: contact_form.php:2098
561
+ #: contact_form.php:2100
562
  msgid "Date/Time"
563
  msgstr "Ngày/thời gian"
564
 
565
+ #: contact_form.php:1166
566
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
567
  msgstr "Ví dụ: Ngày/thời gian:\tngày 19 tháng 8 năm 2013 8:50 pm"
568
 
569
+ #: contact_form.php:1167
570
+ #: contact_form.php:2104
571
+ #: contact_form.php:2106
572
  msgid "Sent from (referer)"
573
  msgstr "Gửi từ (referer)"
574
 
575
+ #: contact_form.php:1167
576
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
577
  msgstr "Ví dụ: Gửi từ (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
578
 
579
+ #: contact_form.php:1168
580
+ #: contact_form.php:2110
581
+ #: contact_form.php:2112
582
  msgid "Using (user agent)"
583
  msgstr "Sử dụng (người sử dụng đại lý)"
584
 
585
+ #: contact_form.php:1168
586
  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"
587
  msgstr "Ví dụ: Sử dụng (người sử dụng đại lý):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, như Gecko) Chrome/28.0.1500.95 Safari/537.36"
588
 
589
+ #: contact_form.php:1172
590
  msgid "Language settings for the field names in the form"
591
  msgstr "Cài đặt ngôn ngữ cho tên trường trong các hình thức"
592
 
593
+ #: contact_form.php:1181
594
  msgid "Add a language"
595
  msgstr "Thêm một ngôn ngữ"
596
 
597
+ #: contact_form.php:1185
598
  msgid "Change the names of the contact form fields and error messages"
599
  msgstr "Thay đổi tên của các lĩnh vực hình thức liên lạc và thông báo lỗi"
600
 
601
+ #: contact_form.php:1190
602
+ #: contact_form.php:1277
603
  msgid "English"
604
  msgstr "Tiếng Anh"
605
 
606
+ #: contact_form.php:1198
607
+ #: contact_form.php:1232
608
  msgid "click to expand/hide the list"
609
  msgstr ""
610
 
611
+ #: contact_form.php:1207
612
+ #: contact_form.php:1241
613
  msgid "Tips below the Attachment block"
614
  msgstr "Lời khuyên dưới đây khối tập tin đính kèm"
615
 
616
+ #: contact_form.php:1210
617
+ #: contact_form.php:1244
618
  msgid "Error message for the Name field"
619
  msgstr "Thông báo lỗi cho trường tên"
620
 
621
+ #: contact_form.php:1211
622
+ #: contact_form.php:1245
623
  msgid "Error message for the Address field"
624
  msgstr "Thông báo lỗi cho trường địa chỉ"
625
 
626
+ #: contact_form.php:1212
627
+ #: contact_form.php:1246
628
  msgid "Error message for the Email field"
629
  msgstr "Thông báo lỗi cho trường Email"
630
 
631
+ #: contact_form.php:1213
632
+ #: contact_form.php:1247
633
  msgid "Error message for the Phone field"
634
  msgstr "Thông báo lỗi cho lĩnh vực điện thoại"
635
 
636
+ #: contact_form.php:1214
637
+ #: contact_form.php:1248
638
  msgid "Error message for the Subject field"
639
  msgstr "Thông báo lỗi cho trường chủ đề"
640
 
641
+ #: contact_form.php:1215
642
+ #: contact_form.php:1249
643
  msgid "Error message for the Message field"
644
  msgstr "Thông báo lỗi cho trường tin nhắn"
645
 
646
+ #: contact_form.php:1216
647
+ #: contact_form.php:1250
648
  msgid "Error message about the file type for the Attachment field"
649
  msgstr "Thông báo lỗi về các loại tập tin cho trường đính kèm"
650
 
651
+ #: contact_form.php:1217
652
+ #: contact_form.php:1251
653
  msgid "Error message while uploading a file for the Attachment field to the server"
654
  msgstr "Thông báo lỗi trong khi tải lên một tập tin cho trường đính kèm vào hệ phục vụ"
655
 
656
+ #: contact_form.php:1218
657
+ #: contact_form.php:1252
658
  msgid "Error message while moving the file for the Attachment field"
659
  msgstr "Thông báo lỗi trong khi di chuyển tập tin đối với lĩnh vực tập tin đính kèm"
660
 
661
+ #: contact_form.php:1219
662
+ #: contact_form.php:1253
663
  msgid "Error message when file size limit for the Attachment field is exceeded"
664
  msgstr "Thông báo lỗi khi vượt quá giới hạn kích thước tập tin cho trường đính kèm"
665
 
666
+ #: contact_form.php:1220
667
+ #: contact_form.php:1254
668
  msgid "Error message for the Captcha field"
669
  msgstr "Thông báo lỗi cho lĩnh vực Captcha"
670
 
671
+ #: contact_form.php:1221
672
+ #: contact_form.php:1255
673
  msgid "Error message for the whole form"
674
  msgstr "Thông báo lỗi cho các hình thức toàn bộ"
675
 
 
 
 
 
 
 
 
676
  #: contact_form.php:1224
677
+ #: contact_form.php:1226
678
+ #: contact_form.php:1258
679
+ #: contact_form.php:1260
680
+ #: contact_form.php:1287
681
+ #: contact_form.php:1289
682
+ #: contact_form.php:1297
683
+ #: contact_form.php:1299
684
  msgid "Use shortcode"
685
  msgstr "Sử dụng shortcode"
686
 
 
 
 
 
 
 
 
687
  #: contact_form.php:1224
688
+ #: contact_form.php:1226
689
+ #: contact_form.php:1258
690
+ #: contact_form.php:1260
691
+ #: contact_form.php:1287
692
+ #: contact_form.php:1289
693
+ #: contact_form.php:1297
694
+ #: contact_form.php:1299
695
  msgid "for this language"
696
  msgstr "cho ngôn ngữ này"
697
 
698
+ #: contact_form.php:1268
699
+ #, fuzzy
700
+ msgid "Use the changed names of the contact form fields in the email"
701
+ msgstr "Thay đổi tên của các lĩnh vực hình thức liên lạc và thông báo lỗi"
702
+
703
+ #: contact_form.php:1274
704
  msgid "Action after email is sent"
705
  msgstr "Hành động sau khi email được gửi"
706
 
707
+ #: contact_form.php:1276
708
  msgid "Display text"
709
  msgstr "Hiển thị văn bản"
710
 
711
+ #: contact_form.php:1285
712
+ #: contact_form.php:1295
713
  msgid "Text"
714
  msgstr "Văn bản"
715
 
716
+ #: contact_form.php:1306
717
  msgid "Redirect to the page"
718
  msgstr "Chuyển hướng đến trang"
719
 
720
+ #: contact_form.php:1307
721
  msgid "Url"
722
  msgstr "URL"
723
 
724
+ #: contact_form.php:1311
725
  msgid "The $_SERVER variable that is used to build a URL of the form"
726
  msgstr ""
727
 
728
+ #: contact_form.php:1315
729
  msgid "If you are not sure whether to change this setting or not, please do not do that."
730
  msgstr ""
731
 
732
+ #: contact_form.php:1321
733
+ #: contact_form.php:1505
734
  msgid "Save Changes"
735
  msgstr "Lưu thay đổi"
736
 
737
+ #: contact_form.php:1326
738
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
739
  msgstr "Nếu bạn thích plugin của chúng tôi, xin vui lòng cho nó 5 sao trên WordPress"
740
 
741
+ #: contact_form.php:1327
742
  msgid "Rate the plugin"
743
  msgstr "Tỷ lệ plugin"
744
 
745
+ #: contact_form.php:1330
746
  msgid "If there is something wrong about it, please contact us"
747
  msgstr "Nếu có điều gì sai về nó, xin vui lòng liên hệ với chúng tôi"
748
 
749
+ #: contact_form.php:1342
750
  msgid "Errors output"
751
  msgstr "Đầu ra lỗi"
752
 
753
+ #: contact_form.php:1345
754
  msgid "Display error messages"
755
  msgstr "Hiển thị thông báo lỗi"
756
 
757
+ #: contact_form.php:1346
758
  msgid "Color of the input field errors."
759
  msgstr "Màu sắc của trường nhập lỗi."
760
 
761
+ #: contact_form.php:1347
762
  msgid "Display error messages & color of the input field errors"
763
  msgstr "Hiển thị thông báo lỗi và màu sắc của trường nhập lỗi"
764
 
765
+ #: contact_form.php:1352
766
  msgid "Add placeholder to the input blocks"
767
  msgstr "Thêm giữ chỗ để các khối đầu vào"
768
 
769
+ #: contact_form.php:1358
770
  msgid "Add tooltips"
771
  msgstr "Thêm chú giải công cụ"
772
 
773
+ #: contact_form.php:1372
774
  msgid "Email address"
775
  msgstr "Địa chỉ email"
776
 
777
+ #: contact_form.php:1377
778
  msgid "Phone Number"
779
  msgstr "Số điện thoại"
780
 
781
+ #: contact_form.php:1391
782
  msgid "Attachment"
783
  msgstr "Tập tin đính kèm"
784
 
785
+ #: contact_form.php:1396
786
  msgid "(powered by bestwebsoft.com)"
787
  msgstr "(cung cấp bởi bestwebsoft.com)"
788
 
789
+ #: contact_form.php:1401
790
  msgid "Style options"
791
  msgstr "Tùy chọn phong cách"
792
 
793
+ #: contact_form.php:1404
794
  msgid "Text color"
795
  msgstr "Văn bản màu"
796
 
797
+ #: contact_form.php:1407
798
+ #: contact_form.php:1412
799
+ #: contact_form.php:1422
800
+ #: contact_form.php:1427
801
+ #: contact_form.php:1432
802
+ #: contact_form.php:1437
803
+ #: contact_form.php:1447
804
+ #: contact_form.php:1452
805
+ #: contact_form.php:1458
806
+ #: contact_form.php:1469
807
+ #: contact_form.php:1474
808
+ #: contact_form.php:1479
809
  msgid "Default"
810
  msgstr "Mặc định"
811
 
812
+ #: contact_form.php:1409
813
  msgid "Label text color"
814
  msgstr "Nhãn văn bản màu"
815
 
816
+ #: contact_form.php:1414
817
  msgid "Placeholder color"
818
  msgstr "Giữ chỗ màu"
819
 
820
+ #: contact_form.php:1419
821
  msgid "Errors color"
822
  msgstr "Lỗi màu"
823
 
824
+ #: contact_form.php:1424
825
  msgid "Error text color"
826
  msgstr "Lỗi văn bản màu"
827
 
828
+ #: contact_form.php:1429
829
  msgid "Background color of the input field errors"
830
  msgstr "Màu nền của trường nhập lỗi"
831
 
832
+ #: contact_form.php:1434
833
  msgid "Border color of the input field errors"
834
  msgstr "Biên giới màu sắc của trường nhập lỗi"
835
 
836
+ #: contact_form.php:1439
837
  msgid "Placeholder color of the input field errors"
838
  msgstr "Giữ chỗ màu sắc của trường nhập lỗi"
839
 
840
+ #: contact_form.php:1444
841
  msgid "Input fields"
842
  msgstr "Lĩnh vực đầu vào"
843
 
844
+ #: contact_form.php:1449
845
  msgid "Input fields background color"
846
  msgstr "Lĩnh vực đầu vào nền màu"
847
 
848
+ #: contact_form.php:1454
849
  msgid "Text fields color"
850
  msgstr "Văn bản lĩnh vực màu"
851
 
852
+ #: contact_form.php:1456
853
  msgid "Border width in px, numbers only"
854
  msgstr "Chiều rộng biên giới ở px, chỉ có số điện thoại"
855
 
856
+ #: contact_form.php:1460
857
+ #: contact_form.php:1481
858
  msgid "Border color"
859
  msgstr "Biên giới màu sắc"
860
 
861
+ #: contact_form.php:1465
862
  msgid "Submit button"
863
  msgstr "Gửi nút"
864
 
865
+ #: contact_form.php:1467
866
  msgid "Width in px, numbers only"
867
  msgstr "Chiều rộng trong px, chỉ có số điện thoại"
868
 
869
+ #: contact_form.php:1471
870
  msgid "Button color"
871
  msgstr "Nút màu"
872
 
873
+ #: contact_form.php:1476
874
  msgid "Button text color"
875
  msgstr "Nút màu chữ"
876
 
877
+ #: contact_form.php:1509
878
  msgid "Contact Form Pro | Preview"
879
  msgstr "Liên hệ tạo thành Pro | Xem trước"
880
 
881
+ #: contact_form.php:1512
882
  msgid "Show with errors"
883
  msgstr "Hiển thị lỗi"
884
 
885
+ #: contact_form.php:1520
886
+ #: contact_form.php:1522
887
  msgid "Please enter your full name..."
888
  msgstr "Vui lòng nhập tên đầy đủ của bạn..."
889
 
890
+ #: contact_form.php:1533
891
+ #: contact_form.php:1535
892
  msgid "Please enter your address..."
893
  msgstr "Vui lòng nhập địa chỉ của bạn..."
894
 
895
+ #: contact_form.php:1544
896
+ #: contact_form.php:1546
897
  msgid "Please enter your email address..."
898
  msgstr "Vui lòng nhập địa chỉ email của bạn..."
899
 
900
+ #: contact_form.php:1555
901
+ #: contact_form.php:1557
902
  msgid "Please enter your phone number..."
903
  msgstr "Vui lòng nhập số điện thoại của bạn..."
904
 
905
+ #: contact_form.php:1566
906
+ #: contact_form.php:1568
907
  msgid "Please enter subject..."
908
  msgstr "Vui lòng nhập Chủ đề..."
909
 
910
+ #: contact_form.php:1576
911
+ #: contact_form.php:1578
912
  msgid "Please enter your message..."
913
  msgstr "Vui lòng nhập tin nhắn của bạn..."
914
 
915
+ #: contact_form.php:1620
916
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
917
  msgstr ""
918
 
919
+ #: contact_form.php:1622
920
  msgid "Please, go to"
921
  msgstr ""
922
 
923
+ #: contact_form.php:1622
924
  #, fuzzy
925
  msgid "the setting page"
926
  msgstr "Cài đặt phụ"
927
 
928
+ #: contact_form.php:1623
929
  msgid "You will be redirected automatically in 5 seconds."
930
  msgstr ""
931
 
932
+ #: contact_form.php:1628
933
  msgid "You can download and activate"
934
  msgstr ""
935
 
936
+ #: contact_form.php:1630
937
  msgid "version of this plugin by entering Your license key."
938
  msgstr ""
939
 
940
+ #: contact_form.php:1632
941
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
942
  msgstr ""
943
 
944
+ #: contact_form.php:1634
945
  msgid "(your username is the email you specify when purchasing the product)."
946
  msgstr ""
947
 
948
+ #: contact_form.php:1642
949
+ #: contact_form.php:1652
950
+ #, fuzzy
951
+ msgid "Activate"
952
+ msgstr "Kích hoạt captcha"
953
 
954
+ #: contact_form.php:1718
955
  msgid "Sorry, email message could not be delivered."
956
  msgstr "Xin lỗi, không thể gửi được thư email."
957
 
958
+ #: contact_form.php:2119
959
  msgid "Contact from"
960
  msgstr "Liên hệ với từ"
961
 
962
+ #: contact_form.php:2136
963
+ #: contact_form.php:2168
964
  msgid "Email"
965
  msgstr "Thư điện tử"
966
 
967
+ #: contact_form.php:2141
968
+ #: contact_form.php:2171
969
  msgid "Phone"
970
  msgstr "Điện thoại"
971
 
972
+ #: contact_form.php:2152
973
+ #: contact_form.php:2178
974
  msgid "Site"
975
  msgstr "Trang web"
976
 
977
+ #: contact_form.php:2250
978
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
979
  msgstr "Nếu bạn có thể thấy MIME này, nó có nghĩa là rằng loại MIME không được hỗ trợ bởi ứng dụng email của bạn!"
980
 
981
+ #: contact_form.php:2320
 
 
 
 
982
  msgid "Support"
983
  msgstr "Hỗ trợ"
984
 
985
+ #: contact_form.php:2368
986
  msgid "Are you sure that you want to delete this language data?"
987
  msgstr "Bạn có chắc rằng bạn muốn xóa dữ liệu ngôn ngữ này không?"
988
 
989
+ #: contact_form.php:2577
990
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
991
  msgstr ""
992
 
993
+ #: contact_form.php:2578
994
  msgid "Extend standard plugin functionality with new great options."
995
  msgstr ""
996
 
997
+ #: contact_form.php:2593
998
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
999
  msgstr ""
1000
 
1001
+ #: contact_form.php:2594
1002
  msgid "Manage messages that have been sent from your website."
1003
  msgstr ""
1004
 
languages/contact_form-zh_CN.mo CHANGED
Binary file
languages/contact_form-zh_CN.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: 2014-04-14 15:41+0300\n"
6
- "PO-Revision-Date: 2014-04-14 15:41+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: kplam <kplam@qq.com>\n"
9
  "Language: zh_CN\n"
@@ -16,984 +16,995 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:73
20
- #: contact_form.php:785
21
  msgid "Contact Form Settings"
22
  msgstr "联系表单设置"
23
 
24
- #: contact_form.php:73
25
  msgid "Contact Form"
26
  msgstr "联系表单"
27
 
28
- #: contact_form.php:149
29
- #: contact_form.php:1131
30
- #: contact_form.php:1165
31
  msgid "Name:"
32
  msgstr "姓名:"
33
 
34
- #: contact_form.php:150
35
- #: contact_form.php:1132
36
- #: contact_form.php:1166
37
  msgid "Address:"
38
  msgstr "地址:"
39
 
40
- #: contact_form.php:151
41
- #: contact_form.php:1133
42
- #: contact_form.php:1167
43
  msgid "Email Address:"
44
  msgstr "电子邮箱:"
45
 
46
- #: contact_form.php:152
47
- #: contact_form.php:1134
48
- #: contact_form.php:1168
49
  msgid "Phone number:"
50
  msgstr "电话:"
51
 
52
- #: contact_form.php:153
53
- #: contact_form.php:1135
54
- #: contact_form.php:1169
55
  msgid "Subject:"
56
  msgstr "主题:"
57
 
58
- #: contact_form.php:154
59
- #: contact_form.php:1136
60
- #: contact_form.php:1170
61
  msgid "Message:"
62
  msgstr "内容:"
63
 
64
- #: contact_form.php:155
65
- #: contact_form.php:1137
66
- #: contact_form.php:1171
67
  msgid "Attachment:"
68
  msgstr "附件:"
69
 
70
- #: contact_form.php:156
71
  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"
72
  msgstr "支持的文件类型: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. 最大文件限制: 2MB"
73
 
74
- #: contact_form.php:157
75
- #: contact_form.php:1139
76
- #: contact_form.php:1173
77
  msgid "Send me a copy"
78
  msgstr "抄送一份给我"
79
 
80
- #: contact_form.php:158
81
- #: contact_form.php:1140
82
- #: contact_form.php:1174
83
  msgid "Submit"
84
  msgstr "提交"
85
 
86
- #: contact_form.php:159
87
  msgid "Your name is required."
88
  msgstr "姓名是必需的。"
89
 
90
- #: contact_form.php:160
91
  msgid "Address is required."
92
  msgstr "地址是必需的。"
93
 
94
- #: contact_form.php:161
95
  msgid "A valid email address is required."
96
  msgstr "一个有效的电子邮件地址是必需的。"
97
 
98
- #: contact_form.php:162
99
  msgid "Phone number is required."
100
  msgstr "电话号码是必需的。"
101
 
102
- #: contact_form.php:163
103
  msgid "Subject is required."
104
  msgstr "主题是必需的。"
105
 
106
- #: contact_form.php:164
107
  msgid "Message text is required."
108
  msgstr "内容是必需的。"
109
 
110
- #: contact_form.php:165
111
  msgid "File format is not valid."
112
  msgstr "文件格式是无效的。"
113
 
114
- #: contact_form.php:166
115
  msgid "File upload error."
116
  msgstr "文件上传错误。"
117
 
118
- #: contact_form.php:167
119
  msgid "The file could not be uploaded."
120
  msgstr "文件不能上传。"
121
 
122
- #: contact_form.php:168
123
  msgid "This file is too large."
124
  msgstr "此文件太大。"
125
 
126
- #: contact_form.php:169
127
  msgid "Please fill out the CAPTCHA."
128
  msgstr "请填写验证码。"
129
 
130
- #: contact_form.php:170
131
  msgid "Please make corrections below and try again."
132
  msgstr "请改正,然后再试一次。"
133
 
134
- #: contact_form.php:172
135
  msgid "Thank you for contacting us."
136
  msgstr "感谢您与我们联系。"
137
 
138
- #: contact_form.php:322
139
  msgid "requires"
140
  msgstr "必填"
141
 
142
- #: contact_form.php:322
143
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
144
  msgstr "或更高,这就是为什么它已停用!请升级WordPress和再试一次。"
145
 
146
- #: contact_form.php:322
147
  msgid "Back to the WordPress"
148
  msgstr "回到 WordPress"
149
 
150
- #: contact_form.php:322
151
  msgid "Plugins page"
152
  msgstr "插件页面"
153
 
154
- #: contact_form.php:626
155
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
156
  msgstr "如果'重定向到页面“选项被选中,那么URL字段应为以下格式。"
157
 
158
- #: contact_form.php:635
159
  msgid "Such user does not exist. Settings are not saved."
160
  msgstr "用户不存在。设置不被保存。"
161
 
162
- #: contact_form.php:639
163
- #: contact_form.php:645
164
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
165
  msgstr "请在“发件人”字段输入一个有效的电子邮件地址。设置不被保存。"
166
 
167
- #: contact_form.php:661
168
  msgid "Settings saved."
169
  msgstr "设置已保存。"
170
 
171
- #: contact_form.php:688
172
- #: contact_form.php:720
173
  msgid "Wrong license key"
174
  msgstr ""
175
 
176
- #: contact_form.php:713
177
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
178
  msgstr ""
179
 
180
- #: contact_form.php:722
181
  msgid "This license key is bind to another site"
182
  msgstr ""
183
 
184
- #: contact_form.php:724
185
- #: contact_form.php:1570
186
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
187
  msgstr ""
188
 
189
- #: contact_form.php:741
190
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
191
  msgstr ""
192
 
193
- #: contact_form.php:747
194
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
195
  msgstr ""
196
 
197
- #: contact_form.php:751
198
- #: contact_form.php:760
199
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
200
  msgstr ""
201
 
202
- #: contact_form.php:764
203
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
204
  msgstr ""
205
 
206
- #: contact_form.php:779
207
  #, fuzzy
208
  msgid "Please, enter Your license key"
209
  msgstr "请输入你的信息"
210
 
211
- #: contact_form.php:787
212
- #: contact_form.php:2216
213
- #: contact_form.php:2228
214
  msgid "Settings"
215
  msgstr "设置"
216
 
217
- #: contact_form.php:788
218
  msgid "Extra settings"
219
  msgstr "额外的设置"
220
 
221
- #: contact_form.php:789
 
 
 
 
 
222
  msgid "Go PRO"
223
  msgstr ""
224
 
225
- #: contact_form.php:792
226
  msgid "Notice:"
227
  msgstr ""
228
 
229
- #: contact_form.php:792
230
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
231
  msgstr ""
232
 
233
- #: contact_form.php:798
234
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
235
  msgstr ""
236
 
237
- #: contact_form.php:804
238
- #: contact_form.php:809
239
- #: contact_form.php:1529
240
  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:"
241
  msgstr "如果你想添加联系表单到你的网站,只需复制并粘贴短码到您的文章、页面或部件:"
242
 
243
- #: contact_form.php:804
244
- #: contact_form.php:805
245
- #: contact_form.php:809
246
- #: contact_form.php:810
247
- #: contact_form.php:1155
248
- #: contact_form.php:1157
249
- #: contact_form.php:1212
250
- #: contact_form.php:1214
251
  msgid "or"
252
  msgstr "或"
253
 
254
- #: contact_form.php:805
255
- #: contact_form.php:810
256
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
257
  msgstr "如果用标准短码[contact_form]遇到任何问题,你应该使用短代码"
258
 
259
- #: contact_form.php:806
260
- #: contact_form.php:811
261
  msgid "They work the same way."
262
  msgstr "他们的运作方式相同。"
263
 
264
- #: contact_form.php:807
265
- #: contact_form.php:812
266
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
267
  msgstr "如果你留下字段为空,消息将在注册过程中被发送到指定的电子邮件地址。"
268
 
269
- #: contact_form.php:817
270
  msgid "The user's email address:"
271
  msgstr "用户的电子邮件地址:"
272
 
273
- #: contact_form.php:821
274
  msgid "Create a username"
275
  msgstr "新建一个用户名"
276
 
277
- #: contact_form.php:828
278
  msgid "Enter a username of the person who should get the messages from the contact form."
279
  msgstr "请输入从联系的表单获得消息的人的名字。"
280
 
281
- #: contact_form.php:832
282
  msgid "Use this email address:"
283
  msgstr "使用这个邮箱地址:"
284
 
285
- #: contact_form.php:835
286
  msgid "Enter the email address you want the messages forwarded to."
287
  msgstr "输入你要转发消息的电子邮件地址。"
288
 
289
- #: contact_form.php:844
290
  msgid "Add department selectbox to the contact form:"
291
  msgstr "添加部门选择框到联系表单:"
292
 
293
- #: contact_form.php:852
294
- #: contact_form.php:1412
295
  msgid "If you upgrade to Pro version all your settings will be saved."
296
  msgstr ""
297
 
298
- #: contact_form.php:859
299
- #: contact_form.php:997
300
- #: contact_form.php:1071
301
- #: contact_form.php:1419
302
  msgid "Unlock premium options by upgrading to a PRO version."
303
  msgstr ""
304
 
305
- #: contact_form.php:860
306
- #: contact_form.php:998
307
- #: contact_form.php:1072
308
- #: contact_form.php:1420
309
- #: contact_form.php:2473
310
- #: contact_form.php:2489
311
  msgid "Learn More"
312
  msgstr ""
313
 
314
- #: contact_form.php:863
315
- #: contact_form.php:1001
316
- #: contact_form.php:1075
317
- #: contact_form.php:1423
318
  msgid "Go"
319
  msgstr ""
320
 
321
- #: contact_form.php:870
322
  msgid "Save emails to the database"
323
  msgstr "将邮件保存到数据库"
324
 
325
- #: contact_form.php:876
326
  msgid "Using"
327
  msgstr ""
328
 
329
- #: contact_form.php:876
330
- #: contact_form.php:1048
331
- #: contact_form.php:1051
332
- #: contact_form.php:1055
333
  msgid "powered by"
334
  msgstr "powered by"
335
 
336
- #: contact_form.php:879
337
- #: contact_form.php:883
338
  msgid "Using Contact Form to DB powered by"
339
  msgstr "使用联系表单到DB powered by"
340
 
341
- #: contact_form.php:879
342
  msgid "Activate Contact Form to DB"
343
  msgstr "激活联系表单到DB"
344
 
345
- #: contact_form.php:883
346
  msgid "Download Contact Form to DB"
347
  msgstr "下载联系表单到DB"
348
 
349
- #: contact_form.php:888
350
  msgid "Additional options"
351
  msgstr "附加选项"
352
 
353
- #: contact_form.php:890
354
  msgid "Show"
355
  msgstr "显示"
356
 
357
- #: contact_form.php:891
358
  msgid "Hide"
359
  msgstr "隐藏"
360
 
361
- #: contact_form.php:895
362
  msgid "What to use?"
363
  msgstr "使用什么呢?"
364
 
365
- #: contact_form.php:898
366
  msgid "Wp-mail"
367
  msgstr "Wp-mail"
368
 
369
- #: contact_form.php:898
370
  msgid "You can use the wp_mail function for mailing"
371
  msgstr "您可以使用wp_mail的邮件功能"
372
 
373
- #: contact_form.php:900
374
  msgid "Mail"
375
  msgstr "邮件"
376
 
377
- #: contact_form.php:900
378
  msgid "To send mail you can use the php mail function"
379
  msgstr "要发送邮件,可以使用PHP的邮件功能"
380
 
381
- #: contact_form.php:904
382
  msgid "The text in the 'From' field"
383
  msgstr "“发件人”字段中的文本"
384
 
385
- #: contact_form.php:906
386
  msgid "User name"
387
  msgstr "用户名"
388
 
389
- #: contact_form.php:907
390
  msgid "The name of the user who fills the form will be used in the field 'From'."
391
  msgstr "填充表单的用户的名字将被显示为'发件人'"
392
 
393
- #: contact_form.php:910
394
  msgid "This text will be used in the 'FROM' field"
395
  msgstr "此文字将用于 'FROM' 栏"
396
 
397
- #: contact_form.php:914
398
  msgid "The email address in the 'From' field"
399
  msgstr "“发件人”字段中的电子邮件地址"
400
 
401
- #: contact_form.php:916
402
  msgid "User email"
403
  msgstr "用户的电子邮件"
404
 
405
- #: contact_form.php:917
406
  msgid "The email address of the user who fills the form will be used in the field 'From'."
407
  msgstr "填充表单的用户的电子邮箱地址将被显示为'发件人'"
408
 
409
- #: contact_form.php:920
410
  msgid "This email address will be used in the 'From' field."
411
  msgstr "此电子邮件地址将被用于在“发件人”字段。"
412
 
413
- #: contact_form.php:924
414
  msgid "Required symbol"
415
  msgstr "必填符号"
416
 
417
- #: contact_form.php:934
418
  msgid "Fields"
419
  msgstr ""
420
 
421
- #: contact_form.php:935
422
  msgid "Used"
423
  msgstr ""
424
 
425
- #: contact_form.php:936
426
  #, fuzzy
427
  msgid "Required"
428
  msgstr "必填"
429
 
430
- #: contact_form.php:937
431
  msgid "Visible"
432
  msgstr ""
433
 
434
- #: contact_form.php:938
435
  msgid "Disabled for editing"
436
  msgstr ""
437
 
438
- #: contact_form.php:939
439
  msgid "Field's default value"
440
  msgstr ""
441
 
442
- #: contact_form.php:944
443
- #: contact_form.php:1287
444
- #: contact_form.php:2059
445
- #: contact_form.php:2089
446
  msgid "Name"
447
  msgstr "姓名"
448
 
449
- #: contact_form.php:952
450
- #: contact_form.php:1292
451
- #: contact_form.php:2063
452
- #: contact_form.php:2091
 
 
 
 
453
  msgid "Address"
454
  msgstr "地址"
455
 
456
- #: contact_form.php:960
457
  msgid "Email Address"
458
  msgstr "电子邮箱"
459
 
460
- #: contact_form.php:968
461
  #, fuzzy
462
  msgid "Phone number"
463
  msgstr "电话:"
464
 
465
- #: contact_form.php:976
466
- #: contact_form.php:1307
467
- #: contact_form.php:2073
468
- #: contact_form.php:2095
469
  msgid "Subject"
470
  msgstr "主题"
471
 
472
- #: contact_form.php:984
473
- #: contact_form.php:1311
474
- #: contact_form.php:2076
475
- #: contact_form.php:2096
476
  msgid "Message"
477
  msgstr "内容"
478
 
479
- #: contact_form.php:1008
480
  msgid "Attachment block"
481
  msgstr "附件区块"
482
 
483
- #: contact_form.php:1010
484
  msgid "Users can attach the following file formats"
485
  msgstr "用户可以将以下文件格式"
486
 
487
- #: contact_form.php:1023
488
  msgid "Add to the form"
489
  msgstr ""
490
 
491
- #: contact_form.php:1028
492
  #, fuzzy
493
  msgid "Tips below the Attachment"
494
  msgstr "下面的附件块的提示"
495
 
496
- #: contact_form.php:1037
497
  #, fuzzy
498
  msgid "'Send me a copy' block"
499
  msgstr "显示'发送副本给我'区块"
500
 
501
- #: contact_form.php:1048
502
- #: contact_form.php:1051
503
- #: contact_form.php:1055
504
- #: contact_form.php:1321
505
  msgid "Captcha"
506
  msgstr "Captcha"
507
 
508
- #: contact_form.php:1051
509
  msgid "Activate captcha"
510
  msgstr "激活captcha"
511
 
512
- #: contact_form.php:1055
513
  msgid "Download captcha"
514
  msgstr "下载captcha"
515
 
516
- #: contact_form.php:1063
517
  msgid "Agreement checkbox"
518
  msgstr ""
519
 
520
- #: contact_form.php:1063
521
  msgid "Required checkbox for submitting the form"
522
  msgstr ""
523
 
524
- #: contact_form.php:1064
525
  msgid "Optional checkbox"
526
  msgstr ""
527
 
528
- #: contact_form.php:1064
529
  msgid "Optional checkbox, the results of which will be displayed in email"
530
  msgstr ""
531
 
532
- #: contact_form.php:1081
533
  msgid "Delete an attachment file from the server after the email is sent"
534
  msgstr "发送的电子邮件后从服务器删除附件文件"
535
 
536
- #: contact_form.php:1087
537
  msgid "Email in HTML format sending"
538
  msgstr ""
539
 
540
- #: contact_form.php:1091
541
  msgid "Display additional info in the email"
542
  msgstr "在电子邮件中显示附加信息"
543
 
544
- #: contact_form.php:1096
545
- #: contact_form.php:2026
546
- #: contact_form.php:2028
547
  msgid "Sent from (ip address)"
548
  msgstr "发送(IP地址)"
549
 
550
- #: contact_form.php:1096
551
  msgid "Example: Sent from (IP address):\t127.0.0.1"
552
  msgstr "例如: 发送 (IP地址):\t127.0.0.1"
553
 
554
- #: contact_form.php:1097
555
- #: contact_form.php:2032
556
- #: contact_form.php:2034
557
  msgid "Date/Time"
558
  msgstr "日期/时间"
559
 
560
- #: contact_form.php:1097
561
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
562
  msgstr "例如:日期/时间:\tAugust 19, 2013 8:50 pm"
563
 
564
- #: contact_form.php:1098
565
- #: contact_form.php:2038
566
- #: contact_form.php:2040
567
  msgid "Sent from (referer)"
568
  msgstr "发送 (请求)"
569
 
570
- #: contact_form.php:1098
571
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
572
  msgstr "示例:发送 (请求):\thttp://bestwebsoft.com/contacts/contact-us/"
573
 
574
- #: contact_form.php:1099
575
- #: contact_form.php:2044
576
- #: contact_form.php:2046
577
  msgid "Using (user agent)"
578
  msgstr "使用(用户代理)"
579
 
580
- #: contact_form.php:1099
581
  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"
582
  msgstr "示例:使用(用户代理):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
583
 
584
- #: contact_form.php:1103
585
  msgid "Language settings for the field names in the form"
586
  msgstr "表单中的字段名语言设置"
587
 
588
- #: contact_form.php:1112
589
  msgid "Add a language"
590
  msgstr "添加一种语言"
591
 
592
- #: contact_form.php:1116
593
  msgid "Change the names of the contact form fields and error messages"
594
  msgstr "更改联系表单字段和错误消息和名称"
595
 
596
- #: contact_form.php:1121
597
- #: contact_form.php:1202
598
  msgid "English"
599
  msgstr "英语"
600
 
601
- #: contact_form.php:1129
602
- #: contact_form.php:1163
603
  msgid "click to expand/hide the list"
604
  msgstr ""
605
 
606
- #: contact_form.php:1138
607
- #: contact_form.php:1172
608
  msgid "Tips below the Attachment block"
609
  msgstr "下面的附件块的提示"
610
 
611
- #: contact_form.php:1141
612
- #: contact_form.php:1175
613
  msgid "Error message for the Name field"
614
  msgstr "“姓名”字段中的错误消息"
615
 
616
- #: contact_form.php:1142
617
- #: contact_form.php:1176
618
  msgid "Error message for the Address field"
619
  msgstr "“地址”字段的错误信息"
620
 
621
- #: contact_form.php:1143
622
- #: contact_form.php:1177
623
  msgid "Error message for the Email field"
624
  msgstr "“电子邮件”字段的错误消息"
625
 
626
- #: contact_form.php:1144
627
- #: contact_form.php:1178
628
  msgid "Error message for the Phone field"
629
  msgstr "“电话”字段的错误信息"
630
 
631
- #: contact_form.php:1145
632
- #: contact_form.php:1179
633
  msgid "Error message for the Subject field"
634
  msgstr "“主题”字段的错误消息"
635
 
636
- #: contact_form.php:1146
637
- #: contact_form.php:1180
638
  msgid "Error message for the Message field"
639
  msgstr "“消息”字段的错误消息"
640
 
641
- #: contact_form.php:1147
642
- #: contact_form.php:1181
643
  msgid "Error message about the file type for the Attachment field"
644
  msgstr "附件栏的文件类型错误讯息"
645
 
646
- #: contact_form.php:1148
647
- #: contact_form.php:1182
648
  msgid "Error message while uploading a file for the Attachment field to the server"
649
  msgstr "从附件栏上传一个文件到服务器的错误信息"
650
 
651
- #: contact_form.php:1149
652
- #: contact_form.php:1183
653
  msgid "Error message while moving the file for the Attachment field"
654
  msgstr "从附件栏移动文件的错误信息"
655
 
656
- #: contact_form.php:1150
657
- #: contact_form.php:1184
658
  msgid "Error message when file size limit for the Attachment field is exceeded"
659
  msgstr "超过文件大小限制附件字段时出现错误消息"
660
 
661
- #: contact_form.php:1151
662
- #: contact_form.php:1185
663
  msgid "Error message for the Captcha field"
664
  msgstr "Captcha字段的错误消息"
665
 
666
- #: contact_form.php:1152
667
- #: contact_form.php:1186
668
  msgid "Error message for the whole form"
669
  msgstr "整个表单的错误消息"
670
 
671
- #: contact_form.php:1155
672
- #: contact_form.php:1157
673
- #: contact_form.php:1189
674
- #: contact_form.php:1191
675
- #: contact_form.php:1212
676
- #: contact_form.php:1214
677
- #: contact_form.php:1222
678
  #: contact_form.php:1224
 
 
 
 
 
 
 
679
  msgid "Use shortcode"
680
  msgstr "使用简码"
681
 
682
- #: contact_form.php:1155
683
- #: contact_form.php:1157
684
- #: contact_form.php:1189
685
- #: contact_form.php:1191
686
- #: contact_form.php:1212
687
- #: contact_form.php:1214
688
- #: contact_form.php:1222
689
  #: contact_form.php:1224
 
 
 
 
 
 
 
690
  msgid "for this language"
691
  msgstr "此语言"
692
 
693
- #: contact_form.php:1199
 
 
 
 
 
694
  msgid "Action after email is sent"
695
  msgstr "发送电子邮件后行动"
696
 
697
- #: contact_form.php:1201
698
  msgid "Display text"
699
  msgstr "显示文本"
700
 
701
- #: contact_form.php:1210
702
- #: contact_form.php:1220
703
  msgid "Text"
704
  msgstr "文本"
705
 
706
- #: contact_form.php:1231
707
  msgid "Redirect to the page"
708
  msgstr "重定向到的页面"
709
 
710
- #: contact_form.php:1232
711
  msgid "Url"
712
  msgstr "Url"
713
 
714
- #: contact_form.php:1236
715
  msgid "The $_SERVER variable that is used to build a URL of the form"
716
  msgstr ""
717
 
718
- #: contact_form.php:1240
719
  msgid "If you are not sure whether to change this setting or not, please do not do that."
720
  msgstr ""
721
 
722
- #: contact_form.php:1246
723
- #: contact_form.php:1430
724
  msgid "Save Changes"
725
  msgstr "保存更改"
726
 
727
- #: contact_form.php:1251
728
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
729
  msgstr ""
730
 
731
- #: contact_form.php:1252
732
  #, fuzzy
733
  msgid "Rate the plugin"
734
  msgstr "Рекомендовані плагіни"
735
 
736
- #: contact_form.php:1255
737
  #, fuzzy
738
  msgid "If there is something wrong about it, please contact us"
739
  msgstr "Якщо у вас є запитання, звертайтесь на plugin@bestwebsoft.com або заповніть контактну форму на нашому сайті"
740
 
741
- #: contact_form.php:1267
742
  msgid "Errors output"
743
  msgstr "错误输出"
744
 
745
- #: contact_form.php:1270
746
  msgid "Display error messages"
747
  msgstr "显示错误消息"
748
 
749
- #: contact_form.php:1271
750
  msgid "Color of the input field errors."
751
  msgstr "输入栏错误的颜色。"
752
 
753
- #: contact_form.php:1272
754
  msgid "Display error messages & color of the input field errors"
755
  msgstr "显示输入栏错误的错误消息和颜色"
756
 
757
- #: contact_form.php:1277
758
  msgid "Add placeholder to the input blocks"
759
  msgstr "添加占位符输入块"
760
 
761
- #: contact_form.php:1283
762
  msgid "Add tooltips"
763
  msgstr "添加工具提示"
764
 
765
- #: contact_form.php:1297
766
  msgid "Email address"
767
  msgstr "电子邮箱"
768
 
769
- #: contact_form.php:1302
770
  msgid "Phone Number"
771
  msgstr "电话号码"
772
 
773
- #: contact_form.php:1316
774
  msgid "Attachment"
775
  msgstr "附件"
776
 
777
- #: contact_form.php:1321
778
  msgid "(powered by bestwebsoft.com)"
779
  msgstr "(powered by bestwebsoft.com)"
780
 
781
- #: contact_form.php:1326
782
  msgid "Style options"
783
  msgstr "风格选择"
784
 
785
- #: contact_form.php:1329
786
  msgid "Text color"
787
  msgstr "文字颜色"
788
 
789
- #: contact_form.php:1332
790
- #: contact_form.php:1337
791
- #: contact_form.php:1347
792
- #: contact_form.php:1352
793
- #: contact_form.php:1357
794
- #: contact_form.php:1362
795
- #: contact_form.php:1372
796
- #: contact_form.php:1377
797
- #: contact_form.php:1383
798
- #: contact_form.php:1394
799
- #: contact_form.php:1399
800
- #: contact_form.php:1404
801
  msgid "Default"
802
  msgstr "默认"
803
 
804
- #: contact_form.php:1334
805
  msgid "Label text color"
806
  msgstr "标签文字颜色"
807
 
808
- #: contact_form.php:1339
809
  msgid "Placeholder color"
810
  msgstr "占位符的颜色"
811
 
812
- #: contact_form.php:1344
813
  msgid "Errors color"
814
  msgstr "错误颜色"
815
 
816
- #: contact_form.php:1349
817
  msgid "Error text color"
818
  msgstr "错误文字颜色"
819
 
820
- #: contact_form.php:1354
821
  msgid "Background color of the input field errors"
822
  msgstr "输入栏错误的背景颜色"
823
 
824
- #: contact_form.php:1359
825
  msgid "Border color of the input field errors"
826
  msgstr "输入栏错误的边框颜色"
827
 
828
- #: contact_form.php:1364
829
  msgid "Placeholder color of the input field errors"
830
  msgstr "输入栏错误的占位符颜色"
831
 
832
- #: contact_form.php:1369
833
  msgid "Input fields"
834
  msgstr "输入栏"
835
 
836
- #: contact_form.php:1374
837
  msgid "Input fields background color"
838
  msgstr "输入栏的背景颜色"
839
 
840
- #: contact_form.php:1379
841
  msgid "Text fields color"
842
  msgstr "文本字段颜色"
843
 
844
- #: contact_form.php:1381
845
  msgid "Border width in px, numbers only"
846
  msgstr "边框宽度(像素,数字)"
847
 
848
- #: contact_form.php:1385
849
- #: contact_form.php:1406
850
  msgid "Border color"
851
  msgstr "边框颜色"
852
 
853
- #: contact_form.php:1390
854
  msgid "Submit button"
855
  msgstr "“提交”按钮"
856
 
857
- #: contact_form.php:1392
858
  msgid "Width in px, numbers only"
859
  msgstr "Width in px, numbers only"
860
 
861
- #: contact_form.php:1396
862
  msgid "Button color"
863
  msgstr "按钮的颜色"
864
 
865
- #: contact_form.php:1401
866
  msgid "Button text color"
867
  msgstr "按钮的文字颜色"
868
 
869
- #: contact_form.php:1434
870
  msgid "Contact Form Pro | Preview"
871
  msgstr "联系表单(Pro) | 预览"
872
 
873
- #: contact_form.php:1437
874
  msgid "Show with errors"
875
  msgstr "显示错误"
876
 
877
- #: contact_form.php:1445
878
- #: contact_form.php:1447
879
  msgid "Please enter your full name..."
880
  msgstr "请输入您的全名..."
881
 
882
- #: contact_form.php:1458
883
- #: contact_form.php:1460
884
  msgid "Please enter your address..."
885
  msgstr "请输入您的地址..."
886
 
887
- #: contact_form.php:1469
888
- #: contact_form.php:1471
889
  msgid "Please enter your email address..."
890
  msgstr "请输入你的电子邮件地址..."
891
 
892
- #: contact_form.php:1480
893
- #: contact_form.php:1482
894
  msgid "Please enter your phone number..."
895
  msgstr "请输入你的手机号码..."
896
 
897
- #: contact_form.php:1491
898
- #: contact_form.php:1493
899
  msgid "Please enter subject..."
900
  msgstr "请输入主题..."
901
 
902
- #: contact_form.php:1501
903
- #: contact_form.php:1503
904
  msgid "Please enter your message..."
905
  msgstr "请输入你的信息"
906
 
907
- #: contact_form.php:1545
908
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
909
  msgstr ""
910
 
911
- #: contact_form.php:1547
912
  msgid "Please, go to"
913
  msgstr ""
914
 
915
- #: contact_form.php:1547
916
  #, fuzzy
917
  msgid "the setting page"
918
  msgstr "额外的设置"
919
 
920
- #: contact_form.php:1548
921
  msgid "You will be redirected automatically in 5 seconds."
922
  msgstr ""
923
 
924
- #: contact_form.php:1553
925
  msgid "You can download and activate"
926
  msgstr ""
927
 
928
- #: contact_form.php:1555
929
  msgid "version of this plugin by entering Your license key."
930
  msgstr ""
931
 
932
- #: contact_form.php:1557
933
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
934
  msgstr ""
935
 
936
- #: contact_form.php:1559
937
  msgid "(your username is the email you specify when purchasing the product)."
938
  msgstr ""
939
 
940
- #: contact_form.php:1567
941
- #: contact_form.php:1577
942
- msgid "Go!"
943
- msgstr ""
 
944
 
945
- #: contact_form.php:1647
946
  msgid "Sorry, email message could not be delivered."
947
  msgstr "对不起,电子邮件讯息无法传递。"
948
 
949
- #: contact_form.php:2053
950
  msgid "Contact from"
951
  msgstr "联系表单"
952
 
953
- #: contact_form.php:2066
954
- #: contact_form.php:2092
955
  msgid "Email"
956
  msgstr "邮箱"
957
 
958
- #: contact_form.php:2070
959
- #: contact_form.php:2094
960
  msgid "Phone"
961
  msgstr "电话"
962
 
963
- #: contact_form.php:2079
964
- #: contact_form.php:2097
965
  msgid "Site"
966
  msgstr "站点"
967
 
968
- #: contact_form.php:2160
969
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
970
  msgstr "如果你能看到这个MIME,这意味着你的电子邮件客户端不支持该MIME类型!"
971
 
972
- #: contact_form.php:2229
973
- msgid "FAQ"
974
- msgstr "常问问题"
975
-
976
- #: contact_form.php:2230
977
  msgid "Support"
978
  msgstr "支持"
979
 
980
- #: contact_form.php:2280
981
  msgid "Are you sure that you want to delete this language data?"
982
  msgstr "您确定要删除此语言数据吗"
983
 
984
- #: contact_form.php:2476
985
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
986
  msgstr ""
987
 
988
- #: contact_form.php:2477
989
  msgid "Extend standard plugin functionality with new great options."
990
  msgstr ""
991
 
992
- #: contact_form.php:2492
993
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
994
  msgstr ""
995
 
996
- #: contact_form.php:2493
997
  msgid "Manage messages that have been sent from your website."
998
  msgstr ""
999
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-08 14:56+0300\n"
6
+ "PO-Revision-Date: 2014-07-08 14:56+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: kplam <kplam@qq.com>\n"
9
  "Language: zh_CN\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:74
20
+ #: contact_form.php:845
21
  msgid "Contact Form Settings"
22
  msgstr "联系表单设置"
23
 
24
+ #: contact_form.php:74
25
  msgid "Contact Form"
26
  msgstr "联系表单"
27
 
28
+ #: contact_form.php:150
29
+ #: contact_form.php:1200
30
+ #: contact_form.php:1234
31
  msgid "Name:"
32
  msgstr "姓名:"
33
 
34
+ #: contact_form.php:151
35
+ #: contact_form.php:1201
36
+ #: contact_form.php:1235
37
  msgid "Address:"
38
  msgstr "地址:"
39
 
40
+ #: contact_form.php:152
41
+ #: contact_form.php:1202
42
+ #: contact_form.php:1236
43
  msgid "Email Address:"
44
  msgstr "电子邮箱:"
45
 
46
+ #: contact_form.php:153
47
+ #: contact_form.php:1203
48
+ #: contact_form.php:1237
49
  msgid "Phone number:"
50
  msgstr "电话:"
51
 
52
+ #: contact_form.php:154
53
+ #: contact_form.php:1204
54
+ #: contact_form.php:1238
55
  msgid "Subject:"
56
  msgstr "主题:"
57
 
58
+ #: contact_form.php:155
59
+ #: contact_form.php:1205
60
+ #: contact_form.php:1239
61
  msgid "Message:"
62
  msgstr "内容:"
63
 
64
+ #: contact_form.php:156
65
+ #: contact_form.php:1206
66
+ #: contact_form.php:1240
67
  msgid "Attachment:"
68
  msgstr "附件:"
69
 
70
+ #: contact_form.php:157
71
  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"
72
  msgstr "支持的文件类型: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. 最大文件限制: 2MB"
73
 
74
+ #: contact_form.php:158
75
+ #: contact_form.php:1208
76
+ #: contact_form.php:1242
77
  msgid "Send me a copy"
78
  msgstr "抄送一份给我"
79
 
80
+ #: contact_form.php:159
81
+ #: contact_form.php:1209
82
+ #: contact_form.php:1243
83
  msgid "Submit"
84
  msgstr "提交"
85
 
86
+ #: contact_form.php:160
87
  msgid "Your name is required."
88
  msgstr "姓名是必需的。"
89
 
90
+ #: contact_form.php:161
91
  msgid "Address is required."
92
  msgstr "地址是必需的。"
93
 
94
+ #: contact_form.php:162
95
  msgid "A valid email address is required."
96
  msgstr "一个有效的电子邮件地址是必需的。"
97
 
98
+ #: contact_form.php:163
99
  msgid "Phone number is required."
100
  msgstr "电话号码是必需的。"
101
 
102
+ #: contact_form.php:164
103
  msgid "Subject is required."
104
  msgstr "主题是必需的。"
105
 
106
+ #: contact_form.php:165
107
  msgid "Message text is required."
108
  msgstr "内容是必需的。"
109
 
110
+ #: contact_form.php:166
111
  msgid "File format is not valid."
112
  msgstr "文件格式是无效的。"
113
 
114
+ #: contact_form.php:167
115
  msgid "File upload error."
116
  msgstr "文件上传错误。"
117
 
118
+ #: contact_form.php:168
119
  msgid "The file could not be uploaded."
120
  msgstr "文件不能上传。"
121
 
122
+ #: contact_form.php:169
123
  msgid "This file is too large."
124
  msgstr "此文件太大。"
125
 
126
+ #: contact_form.php:170
127
  msgid "Please fill out the CAPTCHA."
128
  msgstr "请填写验证码。"
129
 
130
+ #: contact_form.php:171
131
  msgid "Please make corrections below and try again."
132
  msgstr "请改正,然后再试一次。"
133
 
134
+ #: contact_form.php:173
135
  msgid "Thank you for contacting us."
136
  msgstr "感谢您与我们联系。"
137
 
138
+ #: contact_form.php:369
139
  msgid "requires"
140
  msgstr "必填"
141
 
142
+ #: contact_form.php:369
143
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
144
  msgstr "或更高,这就是为什么它已停用!请升级WordPress和再试一次。"
145
 
146
+ #: contact_form.php:369
147
  msgid "Back to the WordPress"
148
  msgstr "回到 WordPress"
149
 
150
+ #: contact_form.php:369
151
  msgid "Plugins page"
152
  msgstr "插件页面"
153
 
154
+ #: contact_form.php:677
155
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
156
  msgstr "如果'重定向到页面“选项被选中,那么URL字段应为以下格式。"
157
 
158
+ #: contact_form.php:686
159
  msgid "Such user does not exist. Settings are not saved."
160
  msgstr "用户不存在。设置不被保存。"
161
 
162
+ #: contact_form.php:690
163
+ #: contact_form.php:696
164
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
165
  msgstr "请在“发件人”字段输入一个有效的电子邮件地址。设置不被保存。"
166
 
167
+ #: contact_form.php:721
168
  msgid "Settings saved."
169
  msgstr "设置已保存。"
170
 
171
+ #: contact_form.php:748
172
+ #: contact_form.php:780
173
  msgid "Wrong license key"
174
  msgstr ""
175
 
176
+ #: contact_form.php:773
177
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
178
  msgstr ""
179
 
180
+ #: contact_form.php:782
181
  msgid "This license key is bind to another site"
182
  msgstr ""
183
 
184
+ #: contact_form.php:784
185
+ #: contact_form.php:1645
186
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
187
  msgstr ""
188
 
189
+ #: contact_form.php:801
190
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
191
  msgstr ""
192
 
193
+ #: contact_form.php:807
194
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
195
  msgstr ""
196
 
197
+ #: contact_form.php:811
198
+ #: contact_form.php:820
199
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
200
  msgstr ""
201
 
202
+ #: contact_form.php:824
203
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
204
  msgstr ""
205
 
206
+ #: contact_form.php:839
207
  #, fuzzy
208
  msgid "Please, enter Your license key"
209
  msgstr "请输入你的信息"
210
 
211
+ #: contact_form.php:847
212
+ #: contact_form.php:2306
213
+ #: contact_form.php:2318
214
  msgid "Settings"
215
  msgstr "设置"
216
 
217
+ #: contact_form.php:848
218
  msgid "Extra settings"
219
  msgstr "额外的设置"
220
 
221
+ #: contact_form.php:849
222
+ #: contact_form.php:2319
223
+ msgid "FAQ"
224
+ msgstr "常问问题"
225
+
226
+ #: contact_form.php:850
227
  msgid "Go PRO"
228
  msgstr ""
229
 
230
+ #: contact_form.php:853
231
  msgid "Notice:"
232
  msgstr ""
233
 
234
+ #: contact_form.php:853
235
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
236
  msgstr ""
237
 
238
+ #: contact_form.php:859
239
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
240
  msgstr ""
241
 
242
+ #: contact_form.php:865
243
+ #: contact_form.php:870
244
+ #: contact_form.php:1604
245
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
246
  msgstr "如果你想添加联系表单到你的网站,只需复制并粘贴短码到您的文章、页面或部件:"
247
 
248
+ #: contact_form.php:865
249
+ #: contact_form.php:866
250
+ #: contact_form.php:870
251
+ #: contact_form.php:871
252
+ #: contact_form.php:1224
253
+ #: contact_form.php:1226
254
+ #: contact_form.php:1287
255
+ #: contact_form.php:1289
256
  msgid "or"
257
  msgstr "或"
258
 
259
+ #: contact_form.php:866
260
+ #: contact_form.php:871
261
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
262
  msgstr "如果用标准短码[contact_form]遇到任何问题,你应该使用短代码"
263
 
264
+ #: contact_form.php:867
265
+ #: contact_form.php:872
266
  msgid "They work the same way."
267
  msgstr "他们的运作方式相同。"
268
 
269
+ #: contact_form.php:868
270
+ #: contact_form.php:873
271
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
272
  msgstr "如果你留下字段为空,消息将在注册过程中被发送到指定的电子邮件地址。"
273
 
274
+ #: contact_form.php:878
275
  msgid "The user's email address:"
276
  msgstr "用户的电子邮件地址:"
277
 
278
+ #: contact_form.php:882
279
  msgid "Create a username"
280
  msgstr "新建一个用户名"
281
 
282
+ #: contact_form.php:889
283
  msgid "Enter a username of the person who should get the messages from the contact form."
284
  msgstr "请输入从联系的表单获得消息的人的名字。"
285
 
286
+ #: contact_form.php:893
287
  msgid "Use this email address:"
288
  msgstr "使用这个邮箱地址:"
289
 
290
+ #: contact_form.php:896
291
  msgid "Enter the email address you want the messages forwarded to."
292
  msgstr "输入你要转发消息的电子邮件地址。"
293
 
294
+ #: contact_form.php:905
295
  msgid "Add department selectbox to the contact form:"
296
  msgstr "添加部门选择框到联系表单:"
297
 
298
+ #: contact_form.php:913
299
+ #: contact_form.php:1487
300
  msgid "If you upgrade to Pro version all your settings will be saved."
301
  msgstr ""
302
 
303
+ #: contact_form.php:920
304
+ #: contact_form.php:1066
305
+ #: contact_form.php:1140
306
+ #: contact_form.php:1494
307
  msgid "Unlock premium options by upgrading to a PRO version."
308
  msgstr ""
309
 
310
+ #: contact_form.php:921
311
+ #: contact_form.php:1067
312
+ #: contact_form.php:1141
313
+ #: contact_form.php:1495
314
+ #: contact_form.php:2574
315
+ #: contact_form.php:2590
316
  msgid "Learn More"
317
  msgstr ""
318
 
319
+ #: contact_form.php:924
320
+ #: contact_form.php:1070
321
+ #: contact_form.php:1144
322
+ #: contact_form.php:1498
323
  msgid "Go"
324
  msgstr ""
325
 
326
+ #: contact_form.php:931
327
  msgid "Save emails to the database"
328
  msgstr "将邮件保存到数据库"
329
 
330
+ #: contact_form.php:937
331
  msgid "Using"
332
  msgstr ""
333
 
334
+ #: contact_form.php:937
335
+ #: contact_form.php:1117
336
+ #: contact_form.php:1120
337
+ #: contact_form.php:1124
338
  msgid "powered by"
339
  msgstr "powered by"
340
 
341
+ #: contact_form.php:940
342
+ #: contact_form.php:944
343
  msgid "Using Contact Form to DB powered by"
344
  msgstr "使用联系表单到DB powered by"
345
 
346
+ #: contact_form.php:940
347
  msgid "Activate Contact Form to DB"
348
  msgstr "激活联系表单到DB"
349
 
350
+ #: contact_form.php:944
351
  msgid "Download Contact Form to DB"
352
  msgstr "下载联系表单到DB"
353
 
354
+ #: contact_form.php:949
355
  msgid "Additional options"
356
  msgstr "附加选项"
357
 
358
+ #: contact_form.php:951
359
  msgid "Show"
360
  msgstr "显示"
361
 
362
+ #: contact_form.php:952
363
  msgid "Hide"
364
  msgstr "隐藏"
365
 
366
+ #: contact_form.php:956
367
  msgid "What to use?"
368
  msgstr "使用什么呢?"
369
 
370
+ #: contact_form.php:959
371
  msgid "Wp-mail"
372
  msgstr "Wp-mail"
373
 
374
+ #: contact_form.php:959
375
  msgid "You can use the wp_mail function for mailing"
376
  msgstr "您可以使用wp_mail的邮件功能"
377
 
378
+ #: contact_form.php:961
379
  msgid "Mail"
380
  msgstr "邮件"
381
 
382
+ #: contact_form.php:961
383
  msgid "To send mail you can use the php mail function"
384
  msgstr "要发送邮件,可以使用PHP的邮件功能"
385
 
386
+ #: contact_form.php:965
387
  msgid "The text in the 'From' field"
388
  msgstr "“发件人”字段中的文本"
389
 
390
+ #: contact_form.php:967
391
  msgid "User name"
392
  msgstr "用户名"
393
 
394
+ #: contact_form.php:968
395
  msgid "The name of the user who fills the form will be used in the field 'From'."
396
  msgstr "填充表单的用户的名字将被显示为'发件人'"
397
 
398
+ #: contact_form.php:971
399
  msgid "This text will be used in the 'FROM' field"
400
  msgstr "此文字将用于 'FROM' 栏"
401
 
402
+ #: contact_form.php:975
403
  msgid "The email address in the 'From' field"
404
  msgstr "“发件人”字段中的电子邮件地址"
405
 
406
+ #: contact_form.php:977
407
  msgid "User email"
408
  msgstr "用户的电子邮件"
409
 
410
+ #: contact_form.php:978
411
  msgid "The email address of the user who fills the form will be used in the field 'From'."
412
  msgstr "填充表单的用户的电子邮箱地址将被显示为'发件人'"
413
 
414
+ #: contact_form.php:981
415
  msgid "This email address will be used in the 'From' field."
416
  msgstr "此电子邮件地址将被用于在“发件人”字段。"
417
 
418
+ #: contact_form.php:985
419
  msgid "Required symbol"
420
  msgstr "必填符号"
421
 
422
+ #: contact_form.php:995
423
  msgid "Fields"
424
  msgstr ""
425
 
426
+ #: contact_form.php:996
427
  msgid "Used"
428
  msgstr ""
429
 
430
+ #: contact_form.php:997
431
  #, fuzzy
432
  msgid "Required"
433
  msgstr "必填"
434
 
435
+ #: contact_form.php:998
436
  msgid "Visible"
437
  msgstr ""
438
 
439
+ #: contact_form.php:999
440
  msgid "Disabled for editing"
441
  msgstr ""
442
 
443
+ #: contact_form.php:1000
444
  msgid "Field's default value"
445
  msgstr ""
446
 
447
+ #: contact_form.php:1005
448
+ #: contact_form.php:1362
449
+ #: contact_form.php:2125
450
+ #: contact_form.php:2161
451
  msgid "Name"
452
  msgstr "姓名"
453
 
454
+ #: contact_form.php:1013
455
+ msgid "Location selectbox"
456
+ msgstr ""
457
+
458
+ #: contact_form.php:1021
459
+ #: contact_form.php:1367
460
+ #: contact_form.php:2131
461
+ #: contact_form.php:2165
462
  msgid "Address"
463
  msgstr "地址"
464
 
465
+ #: contact_form.php:1029
466
  msgid "Email Address"
467
  msgstr "电子邮箱"
468
 
469
+ #: contact_form.php:1037
470
  #, fuzzy
471
  msgid "Phone number"
472
  msgstr "电话:"
473
 
474
+ #: contact_form.php:1045
475
+ #: contact_form.php:1382
476
+ #: contact_form.php:2146
477
+ #: contact_form.php:2174
478
  msgid "Subject"
479
  msgstr "主题"
480
 
481
+ #: contact_form.php:1053
482
+ #: contact_form.php:1386
483
+ #: contact_form.php:2149
484
+ #: contact_form.php:2176
485
  msgid "Message"
486
  msgstr "内容"
487
 
488
+ #: contact_form.php:1077
489
  msgid "Attachment block"
490
  msgstr "附件区块"
491
 
492
+ #: contact_form.php:1079
493
  msgid "Users can attach the following file formats"
494
  msgstr "用户可以将以下文件格式"
495
 
496
+ #: contact_form.php:1092
497
  msgid "Add to the form"
498
  msgstr ""
499
 
500
+ #: contact_form.php:1097
501
  #, fuzzy
502
  msgid "Tips below the Attachment"
503
  msgstr "下面的附件块的提示"
504
 
505
+ #: contact_form.php:1106
506
  #, fuzzy
507
  msgid "'Send me a copy' block"
508
  msgstr "显示'发送副本给我'区块"
509
 
510
+ #: contact_form.php:1117
511
+ #: contact_form.php:1120
512
+ #: contact_form.php:1124
513
+ #: contact_form.php:1396
514
  msgid "Captcha"
515
  msgstr "Captcha"
516
 
517
+ #: contact_form.php:1120
518
  msgid "Activate captcha"
519
  msgstr "激活captcha"
520
 
521
+ #: contact_form.php:1124
522
  msgid "Download captcha"
523
  msgstr "下载captcha"
524
 
525
+ #: contact_form.php:1132
526
  msgid "Agreement checkbox"
527
  msgstr ""
528
 
529
+ #: contact_form.php:1132
530
  msgid "Required checkbox for submitting the form"
531
  msgstr ""
532
 
533
+ #: contact_form.php:1133
534
  msgid "Optional checkbox"
535
  msgstr ""
536
 
537
+ #: contact_form.php:1133
538
  msgid "Optional checkbox, the results of which will be displayed in email"
539
  msgstr ""
540
 
541
+ #: contact_form.php:1150
542
  msgid "Delete an attachment file from the server after the email is sent"
543
  msgstr "发送的电子邮件后从服务器删除附件文件"
544
 
545
+ #: contact_form.php:1156
546
  msgid "Email in HTML format sending"
547
  msgstr ""
548
 
549
+ #: contact_form.php:1160
550
  msgid "Display additional info in the email"
551
  msgstr "在电子邮件中显示附加信息"
552
 
553
+ #: contact_form.php:1165
554
+ #: contact_form.php:2092
555
+ #: contact_form.php:2094
556
  msgid "Sent from (ip address)"
557
  msgstr "发送(IP地址)"
558
 
559
+ #: contact_form.php:1165
560
  msgid "Example: Sent from (IP address):\t127.0.0.1"
561
  msgstr "例如: 发送 (IP地址):\t127.0.0.1"
562
 
563
+ #: contact_form.php:1166
564
+ #: contact_form.php:2098
565
+ #: contact_form.php:2100
566
  msgid "Date/Time"
567
  msgstr "日期/时间"
568
 
569
+ #: contact_form.php:1166
570
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
571
  msgstr "例如:日期/时间:\tAugust 19, 2013 8:50 pm"
572
 
573
+ #: contact_form.php:1167
574
+ #: contact_form.php:2104
575
+ #: contact_form.php:2106
576
  msgid "Sent from (referer)"
577
  msgstr "发送 (请求)"
578
 
579
+ #: contact_form.php:1167
580
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
581
  msgstr "示例:发送 (请求):\thttp://bestwebsoft.com/contacts/contact-us/"
582
 
583
+ #: contact_form.php:1168
584
+ #: contact_form.php:2110
585
+ #: contact_form.php:2112
586
  msgid "Using (user agent)"
587
  msgstr "使用(用户代理)"
588
 
589
+ #: contact_form.php:1168
590
  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"
591
  msgstr "示例:使用(用户代理):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
592
 
593
+ #: contact_form.php:1172
594
  msgid "Language settings for the field names in the form"
595
  msgstr "表单中的字段名语言设置"
596
 
597
+ #: contact_form.php:1181
598
  msgid "Add a language"
599
  msgstr "添加一种语言"
600
 
601
+ #: contact_form.php:1185
602
  msgid "Change the names of the contact form fields and error messages"
603
  msgstr "更改联系表单字段和错误消息和名称"
604
 
605
+ #: contact_form.php:1190
606
+ #: contact_form.php:1277
607
  msgid "English"
608
  msgstr "英语"
609
 
610
+ #: contact_form.php:1198
611
+ #: contact_form.php:1232
612
  msgid "click to expand/hide the list"
613
  msgstr ""
614
 
615
+ #: contact_form.php:1207
616
+ #: contact_form.php:1241
617
  msgid "Tips below the Attachment block"
618
  msgstr "下面的附件块的提示"
619
 
620
+ #: contact_form.php:1210
621
+ #: contact_form.php:1244
622
  msgid "Error message for the Name field"
623
  msgstr "“姓名”字段中的错误消息"
624
 
625
+ #: contact_form.php:1211
626
+ #: contact_form.php:1245
627
  msgid "Error message for the Address field"
628
  msgstr "“地址”字段的错误信息"
629
 
630
+ #: contact_form.php:1212
631
+ #: contact_form.php:1246
632
  msgid "Error message for the Email field"
633
  msgstr "“电子邮件”字段的错误消息"
634
 
635
+ #: contact_form.php:1213
636
+ #: contact_form.php:1247
637
  msgid "Error message for the Phone field"
638
  msgstr "“电话”字段的错误信息"
639
 
640
+ #: contact_form.php:1214
641
+ #: contact_form.php:1248
642
  msgid "Error message for the Subject field"
643
  msgstr "“主题”字段的错误消息"
644
 
645
+ #: contact_form.php:1215
646
+ #: contact_form.php:1249
647
  msgid "Error message for the Message field"
648
  msgstr "“消息”字段的错误消息"
649
 
650
+ #: contact_form.php:1216
651
+ #: contact_form.php:1250
652
  msgid "Error message about the file type for the Attachment field"
653
  msgstr "附件栏的文件类型错误讯息"
654
 
655
+ #: contact_form.php:1217
656
+ #: contact_form.php:1251
657
  msgid "Error message while uploading a file for the Attachment field to the server"
658
  msgstr "从附件栏上传一个文件到服务器的错误信息"
659
 
660
+ #: contact_form.php:1218
661
+ #: contact_form.php:1252
662
  msgid "Error message while moving the file for the Attachment field"
663
  msgstr "从附件栏移动文件的错误信息"
664
 
665
+ #: contact_form.php:1219
666
+ #: contact_form.php:1253
667
  msgid "Error message when file size limit for the Attachment field is exceeded"
668
  msgstr "超过文件大小限制附件字段时出现错误消息"
669
 
670
+ #: contact_form.php:1220
671
+ #: contact_form.php:1254
672
  msgid "Error message for the Captcha field"
673
  msgstr "Captcha字段的错误消息"
674
 
675
+ #: contact_form.php:1221
676
+ #: contact_form.php:1255
677
  msgid "Error message for the whole form"
678
  msgstr "整个表单的错误消息"
679
 
 
 
 
 
 
 
 
680
  #: contact_form.php:1224
681
+ #: contact_form.php:1226
682
+ #: contact_form.php:1258
683
+ #: contact_form.php:1260
684
+ #: contact_form.php:1287
685
+ #: contact_form.php:1289
686
+ #: contact_form.php:1297
687
+ #: contact_form.php:1299
688
  msgid "Use shortcode"
689
  msgstr "使用简码"
690
 
 
 
 
 
 
 
 
691
  #: contact_form.php:1224
692
+ #: contact_form.php:1226
693
+ #: contact_form.php:1258
694
+ #: contact_form.php:1260
695
+ #: contact_form.php:1287
696
+ #: contact_form.php:1289
697
+ #: contact_form.php:1297
698
+ #: contact_form.php:1299
699
  msgid "for this language"
700
  msgstr "此语言"
701
 
702
+ #: contact_form.php:1268
703
+ #, fuzzy
704
+ msgid "Use the changed names of the contact form fields in the email"
705
+ msgstr "更改联系表单字段和错误消息和名称"
706
+
707
+ #: contact_form.php:1274
708
  msgid "Action after email is sent"
709
  msgstr "发送电子邮件后行动"
710
 
711
+ #: contact_form.php:1276
712
  msgid "Display text"
713
  msgstr "显示文本"
714
 
715
+ #: contact_form.php:1285
716
+ #: contact_form.php:1295
717
  msgid "Text"
718
  msgstr "文本"
719
 
720
+ #: contact_form.php:1306
721
  msgid "Redirect to the page"
722
  msgstr "重定向到的页面"
723
 
724
+ #: contact_form.php:1307
725
  msgid "Url"
726
  msgstr "Url"
727
 
728
+ #: contact_form.php:1311
729
  msgid "The $_SERVER variable that is used to build a URL of the form"
730
  msgstr ""
731
 
732
+ #: contact_form.php:1315
733
  msgid "If you are not sure whether to change this setting or not, please do not do that."
734
  msgstr ""
735
 
736
+ #: contact_form.php:1321
737
+ #: contact_form.php:1505
738
  msgid "Save Changes"
739
  msgstr "保存更改"
740
 
741
+ #: contact_form.php:1326
742
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
743
  msgstr ""
744
 
745
+ #: contact_form.php:1327
746
  #, fuzzy
747
  msgid "Rate the plugin"
748
  msgstr "Рекомендовані плагіни"
749
 
750
+ #: contact_form.php:1330
751
  #, fuzzy
752
  msgid "If there is something wrong about it, please contact us"
753
  msgstr "Якщо у вас є запитання, звертайтесь на plugin@bestwebsoft.com або заповніть контактну форму на нашому сайті"
754
 
755
+ #: contact_form.php:1342
756
  msgid "Errors output"
757
  msgstr "错误输出"
758
 
759
+ #: contact_form.php:1345
760
  msgid "Display error messages"
761
  msgstr "显示错误消息"
762
 
763
+ #: contact_form.php:1346
764
  msgid "Color of the input field errors."
765
  msgstr "输入栏错误的颜色。"
766
 
767
+ #: contact_form.php:1347
768
  msgid "Display error messages & color of the input field errors"
769
  msgstr "显示输入栏错误的错误消息和颜色"
770
 
771
+ #: contact_form.php:1352
772
  msgid "Add placeholder to the input blocks"
773
  msgstr "添加占位符输入块"
774
 
775
+ #: contact_form.php:1358
776
  msgid "Add tooltips"
777
  msgstr "添加工具提示"
778
 
779
+ #: contact_form.php:1372
780
  msgid "Email address"
781
  msgstr "电子邮箱"
782
 
783
+ #: contact_form.php:1377
784
  msgid "Phone Number"
785
  msgstr "电话号码"
786
 
787
+ #: contact_form.php:1391
788
  msgid "Attachment"
789
  msgstr "附件"
790
 
791
+ #: contact_form.php:1396
792
  msgid "(powered by bestwebsoft.com)"
793
  msgstr "(powered by bestwebsoft.com)"
794
 
795
+ #: contact_form.php:1401
796
  msgid "Style options"
797
  msgstr "风格选择"
798
 
799
+ #: contact_form.php:1404
800
  msgid "Text color"
801
  msgstr "文字颜色"
802
 
803
+ #: contact_form.php:1407
804
+ #: contact_form.php:1412
805
+ #: contact_form.php:1422
806
+ #: contact_form.php:1427
807
+ #: contact_form.php:1432
808
+ #: contact_form.php:1437
809
+ #: contact_form.php:1447
810
+ #: contact_form.php:1452
811
+ #: contact_form.php:1458
812
+ #: contact_form.php:1469
813
+ #: contact_form.php:1474
814
+ #: contact_form.php:1479
815
  msgid "Default"
816
  msgstr "默认"
817
 
818
+ #: contact_form.php:1409
819
  msgid "Label text color"
820
  msgstr "标签文字颜色"
821
 
822
+ #: contact_form.php:1414
823
  msgid "Placeholder color"
824
  msgstr "占位符的颜色"
825
 
826
+ #: contact_form.php:1419
827
  msgid "Errors color"
828
  msgstr "错误颜色"
829
 
830
+ #: contact_form.php:1424
831
  msgid "Error text color"
832
  msgstr "错误文字颜色"
833
 
834
+ #: contact_form.php:1429
835
  msgid "Background color of the input field errors"
836
  msgstr "输入栏错误的背景颜色"
837
 
838
+ #: contact_form.php:1434
839
  msgid "Border color of the input field errors"
840
  msgstr "输入栏错误的边框颜色"
841
 
842
+ #: contact_form.php:1439
843
  msgid "Placeholder color of the input field errors"
844
  msgstr "输入栏错误的占位符颜色"
845
 
846
+ #: contact_form.php:1444
847
  msgid "Input fields"
848
  msgstr "输入栏"
849
 
850
+ #: contact_form.php:1449
851
  msgid "Input fields background color"
852
  msgstr "输入栏的背景颜色"
853
 
854
+ #: contact_form.php:1454
855
  msgid "Text fields color"
856
  msgstr "文本字段颜色"
857
 
858
+ #: contact_form.php:1456
859
  msgid "Border width in px, numbers only"
860
  msgstr "边框宽度(像素,数字)"
861
 
862
+ #: contact_form.php:1460
863
+ #: contact_form.php:1481
864
  msgid "Border color"
865
  msgstr "边框颜色"
866
 
867
+ #: contact_form.php:1465
868
  msgid "Submit button"
869
  msgstr "“提交”按钮"
870
 
871
+ #: contact_form.php:1467
872
  msgid "Width in px, numbers only"
873
  msgstr "Width in px, numbers only"
874
 
875
+ #: contact_form.php:1471
876
  msgid "Button color"
877
  msgstr "按钮的颜色"
878
 
879
+ #: contact_form.php:1476
880
  msgid "Button text color"
881
  msgstr "按钮的文字颜色"
882
 
883
+ #: contact_form.php:1509
884
  msgid "Contact Form Pro | Preview"
885
  msgstr "联系表单(Pro) | 预览"
886
 
887
+ #: contact_form.php:1512
888
  msgid "Show with errors"
889
  msgstr "显示错误"
890
 
891
+ #: contact_form.php:1520
892
+ #: contact_form.php:1522
893
  msgid "Please enter your full name..."
894
  msgstr "请输入您的全名..."
895
 
896
+ #: contact_form.php:1533
897
+ #: contact_form.php:1535
898
  msgid "Please enter your address..."
899
  msgstr "请输入您的地址..."
900
 
901
+ #: contact_form.php:1544
902
+ #: contact_form.php:1546
903
  msgid "Please enter your email address..."
904
  msgstr "请输入你的电子邮件地址..."
905
 
906
+ #: contact_form.php:1555
907
+ #: contact_form.php:1557
908
  msgid "Please enter your phone number..."
909
  msgstr "请输入你的手机号码..."
910
 
911
+ #: contact_form.php:1566
912
+ #: contact_form.php:1568
913
  msgid "Please enter subject..."
914
  msgstr "请输入主题..."
915
 
916
+ #: contact_form.php:1576
917
+ #: contact_form.php:1578
918
  msgid "Please enter your message..."
919
  msgstr "请输入你的信息"
920
 
921
+ #: contact_form.php:1620
922
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
923
  msgstr ""
924
 
925
+ #: contact_form.php:1622
926
  msgid "Please, go to"
927
  msgstr ""
928
 
929
+ #: contact_form.php:1622
930
  #, fuzzy
931
  msgid "the setting page"
932
  msgstr "额外的设置"
933
 
934
+ #: contact_form.php:1623
935
  msgid "You will be redirected automatically in 5 seconds."
936
  msgstr ""
937
 
938
+ #: contact_form.php:1628
939
  msgid "You can download and activate"
940
  msgstr ""
941
 
942
+ #: contact_form.php:1630
943
  msgid "version of this plugin by entering Your license key."
944
  msgstr ""
945
 
946
+ #: contact_form.php:1632
947
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
948
  msgstr ""
949
 
950
+ #: contact_form.php:1634
951
  msgid "(your username is the email you specify when purchasing the product)."
952
  msgstr ""
953
 
954
+ #: contact_form.php:1642
955
+ #: contact_form.php:1652
956
+ #, fuzzy
957
+ msgid "Activate"
958
+ msgstr "激活captcha"
959
 
960
+ #: contact_form.php:1718
961
  msgid "Sorry, email message could not be delivered."
962
  msgstr "对不起,电子邮件讯息无法传递。"
963
 
964
+ #: contact_form.php:2119
965
  msgid "Contact from"
966
  msgstr "联系表单"
967
 
968
+ #: contact_form.php:2136
969
+ #: contact_form.php:2168
970
  msgid "Email"
971
  msgstr "邮箱"
972
 
973
+ #: contact_form.php:2141
974
+ #: contact_form.php:2171
975
  msgid "Phone"
976
  msgstr "电话"
977
 
978
+ #: contact_form.php:2152
979
+ #: contact_form.php:2178
980
  msgid "Site"
981
  msgstr "站点"
982
 
983
+ #: contact_form.php:2250
984
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
985
  msgstr "如果你能看到这个MIME,这意味着你的电子邮件客户端不支持该MIME类型!"
986
 
987
+ #: contact_form.php:2320
 
 
 
 
988
  msgid "Support"
989
  msgstr "支持"
990
 
991
+ #: contact_form.php:2368
992
  msgid "Are you sure that you want to delete this language data?"
993
  msgstr "您确定要删除此语言数据吗"
994
 
995
+ #: contact_form.php:2577
996
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
997
  msgstr ""
998
 
999
+ #: contact_form.php:2578
1000
  msgid "Extend standard plugin functionality with new great options."
1001
  msgstr ""
1002
 
1003
+ #: contact_form.php:2593
1004
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1005
  msgstr ""
1006
 
1007
+ #: contact_form.php:2594
1008
  msgid "Manage messages that have been sent from your website."
1009
  msgstr ""
1010
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&
4
  Tags: attachment, contact, contatc, conact, cnotact, contact button, contact form, contact form plugin, contact me, contacts, contacts form plugin, copy, feedback, feedback form, form, insert the shortcode, post feedback, request, send, send copy, send messages, shortcode, text, web-page feedback
5
  Requires at least: 3.1
6
  Tested up to: 3.9.1
7
- Stable tag: 3.79
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -156,6 +156,10 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
156
 
157
  == Changelog ==
158
 
 
 
 
 
159
  = V3.79 - 06.06.2014 =
160
  * Bugfix : We fixed the bug with getting default settings.
161
  * Bugfix : We fixed the bug with plugin Contact Form Multi.
@@ -511,6 +515,10 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
511
 
512
  == Upgrade Notice ==
513
 
 
 
 
 
514
  = V3.79 =
515
  We fixed the bug with getting default settings. We fixed the bug with plugin Contact Form Multi.
516
 
4
  Tags: attachment, contact, contatc, conact, cnotact, contact button, contact form, contact form plugin, contact me, contacts, contacts form plugin, copy, feedback, feedback form, form, insert the shortcode, post feedback, request, send, send copy, send messages, shortcode, text, web-page feedback
5
  Requires at least: 3.1
6
  Tested up to: 3.9.1
7
+ Stable tag: 3.80
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
156
 
157
  == Changelog ==
158
 
159
+ = V3.80 - 08.07.2014 =
160
+ * Bugfix : The bug related to overwriting of the attachments with the same names was fixed.
161
+ * NEW : We added ability to use the changed names of the fields of the contact form in the sent letter.
162
+
163
  = V3.79 - 06.06.2014 =
164
  * Bugfix : We fixed the bug with getting default settings.
165
  * Bugfix : We fixed the bug with plugin Contact Form Multi.
515
 
516
  == Upgrade Notice ==
517
 
518
+ = V3.80 =
519
+ The bug related to overwriting of the attachments with the same names was fixed.
520
+ We added ability to use the changed names of the fields of the contact form in the sent letter.
521
+
522
  = V3.79 =
523
  We fixed the bug with getting default settings. We fixed the bug with plugin Contact Form Multi.
524