Contact Form by BestWebSoft - Version 3.45

Version Description

  • 27.05.2013 =
  • Bugfix : The error related to use function 'get_userdatabylogin' instead 'get_user_by('login')' is fixed.
  • Update : BWS plugins section is updated.
  • Update : We updated the Italian, the French and the Brazilian Portuguese language files in the plugin.
Download this release

Release Info

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

Code changes from version 3.44 to 3.45

Files changed (50) hide show
  1. contact_form.php +151 -103
  2. languages/contact_form-ar.mo +0 -0
  3. languages/contact_form-ar.po +231 -158
  4. languages/contact_form-be_BY.mo +0 -0
  5. languages/contact_form-be_BY.po +239 -159
  6. languages/contact_form-bg_BG.mo +0 -0
  7. languages/contact_form-bg_BG.po +231 -158
  8. languages/contact_form-cs_CZ.mo +0 -0
  9. languages/contact_form-cs_CZ.po +231 -158
  10. languages/contact_form-da_DK.mo +0 -0
  11. languages/contact_form-da_DK.po +231 -158
  12. languages/contact_form-de_DE.mo +0 -0
  13. languages/contact_form-de_DE.po +231 -158
  14. languages/contact_form-el_GR.mo +0 -0
  15. languages/contact_form-el_GR.po +231 -158
  16. languages/contact_form-es_ES.mo +0 -0
  17. languages/contact_form-es_ES.po +231 -158
  18. languages/contact_form-fa_IR.mo +0 -0
  19. languages/contact_form-fa_IR.po +234 -159
  20. languages/contact_form-fr_FR.mo +0 -0
  21. languages/contact_form-fr_FR.po +234 -170
  22. languages/contact_form-gl_ES.mo +0 -0
  23. languages/contact_form-gl_ES.po +234 -159
  24. languages/contact_form-he_IL.mo +0 -0
  25. languages/contact_form-he_IL.po +237 -156
  26. languages/contact_form-hi_IN.mo +0 -0
  27. languages/contact_form-hi_IN.po +231 -158
  28. languages/contact_form-hu_HU.mo +0 -0
  29. languages/contact_form-hu_HU.po +239 -157
  30. languages/contact_form-it_IT.mo +0 -0
  31. languages/contact_form-it_IT.po +275 -201
  32. languages/contact_form-ja.mo +0 -0
  33. languages/contact_form-ja.po +231 -158
  34. languages/contact_form-lt_LT.mo +0 -0
  35. languages/contact_form-lt_LT.po +231 -158
  36. languages/contact_form-nb_NO.mo +0 -0
  37. languages/contact_form-nb_NO.po +231 -158
  38. languages/contact_form-nl_NL.mo +0 -0
  39. languages/contact_form-nl_NL.po +239 -159
  40. languages/contact_form-pl_PL.mo +0 -0
  41. languages/contact_form-pl_PL.po +237 -156
  42. languages/contact_form-pt_BR.mo +0 -0
  43. languages/contact_form-pt_BR.po +273 -193
  44. languages/contact_form-pt_PT.mo +0 -0
  45. languages/contact_form-pt_PT.po +239 -159
  46. languages/contact_form-ro_RO.mo +0 -0
  47. languages/contact_form-ro_RO.po +231 -158
  48. languages/contact_form-ru_RU.mo +0 -0
  49. languages/contact_form-ru_RU.po +208 -164
  50. readme.txt +15 -1
contact_form.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Contact Form Plugin
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: Plugin for Contact Form.
6
  Author: BestWebSoft
7
- Version: 3.44
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
@@ -24,83 +24,133 @@ License: GPLv2 or later
24
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
25
  */
26
 
27
- if( ! function_exists( 'bws_add_menu_render' ) ) {
28
  function bws_add_menu_render() {
29
  global $title;
30
  $active_plugins = get_option('active_plugins');
31
- $all_plugins = get_plugins();
32
 
33
  $array_activate = array();
34
  $array_install = array();
35
  $array_recomend = array();
36
  $count_activate = $count_install = $count_recomend = 0;
37
  $array_plugins = array(
38
- array( 'captcha\/captcha.php', 'Captcha', 'http://wordpress.org/extend/plugins/captcha/', 'http://bestwebsoft.com/plugin/captcha-plugin/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Captcha+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=captcha.php' ),
39
- array( 'contact-form-plugin\/contact_form.php', 'Contact Form', 'http://wordpress.org/extend/plugins/contact-form-plugin/', 'http://bestwebsoft.com/plugin/contact-form/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Contact+Form+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=contact_form.php' ),
40
- array( 'facebook-button-plugin\/facebook-button-plugin.php', 'Facebook Like Button Plugin', 'http://wordpress.org/extend/plugins/facebook-button-plugin/', 'http://bestwebsoft.com/plugin/facebook-like-button-plugin/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Facebook+Like+Button+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=facebook-button-plugin.php' ),
41
- array( 'twitter-plugin\/twitter.php', 'Twitter Plugin', 'http://wordpress.org/extend/plugins/twitter-plugin/', 'http://bestwebsoft.com/plugin/twitter-plugin/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Twitter+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=twitter.php' ),
42
- array( 'portfolio\/portfolio.php', 'Portfolio', 'http://wordpress.org/extend/plugins/portfolio/', 'http://bestwebsoft.com/plugin/portfolio-plugin/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Portfolio+bestwebsoft&plugin-search-input=Search+Plugins', '' ),
43
- array( 'gallery-plugin\/gallery-plugin.php', 'Gallery', 'http://wordpress.org/extend/plugins/gallery-plugin/', 'http://bestwebsoft.com/plugin/gallery-plugin/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Gallery+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', '' ),
44
- array( 'adsense-plugin\/adsense-plugin.php', 'Google AdSense Plugin', 'http://wordpress.org/extend/plugins/adsense-plugin/', 'http://bestwebsoft.com/plugin/google-adsense-plugin/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Adsense+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=adsense-plugin.php' ),
45
- array( 'custom-search-plugin\/custom-search-plugin.php', 'Custom Search Plugin', 'http://wordpress.org/extend/plugins/custom-search-plugin/', 'http://bestwebsoft.com/plugin/custom-search-plugin/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Search+plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=custom_search.php' ),
46
- array( 'quotes-and-tips\/quotes-and-tips.php', 'Quotes and Tips', 'http://wordpress.org/extend/plugins/quotes-and-tips/', 'http://bestwebsoft.com/plugin/quotes-and-tips/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Quotes+and+Tips+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=quotes-and-tips.php' ),
47
- array( 'google-sitemap-plugin\/google-sitemap-plugin.php', 'Google sitemap plugin', 'http://wordpress.org/extend/plugins/google-sitemap-plugin/', 'http://bestwebsoft.com/plugin/google-sitemap-plugin/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+sitemap+plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=google-sitemap-plugin.php' ),
48
- array( 'updater\/updater.php', 'Updater', 'http://wordpress.org/extend/plugins/updater/', 'http://bestwebsoft.com/plugin/updater/', '/wp-admin/plugin-install.php?tab=search&s=updater+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=updater-options' )
49
  );
50
- foreach($array_plugins as $plugins) {
51
- if( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
52
- $array_activate[$count_activate]['title'] = $plugins[1];
53
- $array_activate[$count_activate]['link'] = $plugins[2];
54
- $array_activate[$count_activate]['href'] = $plugins[3];
55
- $array_activate[$count_activate]['url'] = $plugins[5];
56
  $count_activate++;
57
- }
58
- else if( array_key_exists(str_replace("\\", "", $plugins[0]), $all_plugins) ) {
59
- $array_install[$count_install]['title'] = $plugins[1];
60
- $array_install[$count_install]['link'] = $plugins[2];
61
- $array_install[$count_install]['href'] = $plugins[3];
62
  $count_install++;
63
- }
64
- else {
65
- $array_recomend[$count_recomend]['title'] = $plugins[1];
66
- $array_recomend[$count_recomend]['link'] = $plugins[2];
67
- $array_recomend[$count_recomend]['href'] = $plugins[3];
68
- $array_recomend[$count_recomend]['slug'] = $plugins[4];
69
  $count_recomend++;
70
  }
71
  }
72
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
  <div class="wrap">
74
  <div class="icon32 icon32-bws" id="icon-options-general"></div>
75
  <h2><?php echo $title;?></h2>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  <?php if( 0 < $count_activate ) { ?>
77
- <div>
78
- <h3><?php _e( 'Activated plugins', 'contact_form' ); ?></h3>
79
  <?php foreach( $array_activate as $activate_plugin ) { ?>
80
- <div style="float:left; width:200px;"><?php echo $activate_plugin['title']; ?></div> <p><a href="<?php echo $activate_plugin['link']; ?>" target="_blank"><?php echo __( "Read more", 'contact_form'); ?></a> <a href="<?php echo $activate_plugin['url']; ?>"><?php echo __( "Settings", 'contact_form'); ?></a></p>
81
  <?php } ?>
82
  </div>
83
  <?php } ?>
84
  <?php if( 0 < $count_install ) { ?>
85
- <div>
86
- <h3><?php _e( 'Installed plugins', 'contact_form' ); ?></h3>
87
- <?php foreach($array_install as $install_plugin) { ?>
88
- <div style="float:left; width:200px;"><?php echo $install_plugin['title']; ?></div> <p><a href="<?php echo $install_plugin['link']; ?>" target="_blank"><?php echo __( "Read more", 'contact_form'); ?></a></p>
89
  <?php } ?>
90
  </div>
91
  <?php } ?>
92
  <?php if( 0 < $count_recomend ) { ?>
93
- <div>
94
- <h3><?php _e( 'Recommended plugins', 'contact_form' ); ?></h3>
95
- <?php foreach( $array_recomend as $recomend_plugin ) { ?>
96
- <div style="float:left; width:200px;"><?php echo $recomend_plugin['title']; ?></div> <p><a href="<?php echo $recomend_plugin['link']; ?>" target="_blank"><?php echo __( "Read more", 'contact_form'); ?></a> <a href="<?php echo $recomend_plugin['href']; ?>" target="_blank"><?php echo __( "Download", 'contact_form'); ?></a> <a class="install-now" href="<?php echo get_bloginfo( "url" ) . $recomend_plugin['slug']; ?>" title="<?php esc_attr( sprintf( __( 'Install %s' ), $recomend_plugin['title'] ) ) ?>" target="_blank"><?php echo __( 'Install now from wordpress.org', 'contact_form' ) ?></a></p>
97
  <?php } ?>
98
- <span style="color: rgb(136, 136, 136); font-size: 10px;"><?php _e( 'If you have any questions, please contact us via', 'contact_form' ); ?> <a href="http://support.bestwebsoft.com">http://support.bestwebsoft.com</a></span>
99
  </div>
100
- <?php } ?>
 
 
101
  </div>
102
- <?php
103
- }
104
  }
105
 
106
  // Add option page in admin menu
@@ -171,11 +221,11 @@ if( ! function_exists( 'cntctfrm_settings' ) ) {
171
  'cntctfrm_thank_text' => array( 'en' => __( "Thank you for contacting us.", 'contact_form' ) ),
172
  'cntctfrm_redirect_url' => ''
173
  );
174
- if( ! get_option( 'cntctfrm_options' ) )
175
  add_option( 'cntctfrm_options', $cntctfrm_option_defaults, '', 'yes' );
176
 
177
  $cntctfrm_options = get_option( 'cntctfrm_options' );
178
- if( empty( $cntctfrm_options['cntctfrm_language'] ) && ! is_array( $cntctfrm_options['cntctfrm_name_label'] ) ) {
179
  $cntctfrm_options['cntctfrm_name_label'] = array( 'en' => $cntctfrm_options['cntctfrm_name_label'] );
180
  $cntctfrm_options['cntctfrm_address_label'] = array( 'en' => $cntctfrm_options['cntctfrm_address_label'] );
181
  $cntctfrm_options['cntctfrm_email_label'] = array( 'en' => $cntctfrm_options['cntctfrm_email_label'] );
@@ -217,7 +267,7 @@ if( ! function_exists( 'cntctfrm_settings' ) ) {
217
  // Add settings page in admin area
218
  if( ! function_exists( 'cntctfrm_settings_page' ) ) {
219
  function cntctfrm_settings_page() {
220
- global $cntctfrm_options, $wpdb, $cntctfrm_option_defaults;
221
 
222
  $userslogin = $wpdb->get_col( "SELECT user_login FROM $wpdb->users ", 0 );
223
 
@@ -430,12 +480,12 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
430
  $error .=__( "If the 'Redirect to page' option is selected then the URL field should be in the following format", 'contact_form' )." <code>http://your_site/your_page</code>";
431
  $cntctfrm_options['cntctfrm_action_after_send'] = 1;
432
  }
433
- if( 'user' == $cntctfrm_options_submit['cntctfrm_select_email'] ) {
434
- if( function_exists('get_userdatabylogin') && false !== get_userdatabylogin( $cntctfrm_options_submit['cntctfrm_user_email'] ) ){
435
- }
436
- else if( false !== get_user_by( 'login', $cntctfrm_options_submit['cntctfrm_user_email'] ) ){
437
- }
438
- else {
439
  $error .=__( "Such user does not exist. Settings are not saved.", 'contact_form' );
440
  }
441
  }
@@ -444,13 +494,13 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
444
  $error .= __( "Please enter a valid email address in the 'FROM' field. Settings are not saved.", 'contact_form' );
445
  }
446
  }
447
- if( 'custom' == $cntctfrm_options_submit['cntctfrm_from_email'] ) {
448
  if( $cntctfrm_options_submit['cntctfrm_custom_from_email'] == ""
449
  && !preg_match( "/^((?:[a-z0-9']+(?:[a-z0-9\-_\.']+)?@[a-z0-9]+(?:[a-z0-9\-\.]+)?\.[a-z]{2,5})[, ]*)+$/i", trim( $cntctfrm_options_submit['cntctfrm_custom_from_email'] ) ) ) {
450
  $error .= __( "Please enter a valid email address in the 'FROM' field. Settings are not saved.", 'contact_form' );
451
  }
452
  }
453
- if( $error == '' ){
454
  update_option( 'cntctfrm_options', $cntctfrm_options, '', 'yes' );
455
  $message = __( "Options saved.", 'contact_form' );
456
  }
@@ -853,22 +903,22 @@ if( ! function_exists( 'cntctfrm_display_form' ) ) {
853
  }
854
 
855
  if( ! function_exists( 'cntctfrm_check_and_send' ) ) {
856
- function cntctfrm_check_and_send() {
857
- global $cntctfrm_result;
858
- $cntctfrm_options = get_option( 'cntctfrm_options' );
859
- if( isset( $_POST['cntctfrm_contact_action'] ) ){
860
- // Check all input data
861
- $cntctfrm_result = cntctfrm_check_form();
862
- }
863
- // If it is good
864
- if( true === $cntctfrm_result ) {
865
- $_SESSION['cntctfrm_send_mail'] = true;
866
- if( $cntctfrm_options['cntctfrm_action_after_send'] == 0 ){
867
- wp_redirect( $cntctfrm_options['cntctfrm_redirect_url'] );
868
- exit;
869
- }
870
- }
871
  }
 
 
 
 
 
 
 
 
 
872
  }
873
 
874
  // Check all input data
@@ -1030,7 +1080,7 @@ if( ! function_exists( 'cntctfrm_check_form' ) ) {
1030
  // Send mail function
1031
  if( ! function_exists( 'cntctfrm_send_mail' ) ) {
1032
  function cntctfrm_send_mail() {
1033
- global $cntctfrm_options, $path_of_uploaded_file;
1034
  $to = "";
1035
 
1036
  $name = isset( $_POST['cntctfrm_contact_name'] ) ? $_POST['cntctfrm_contact_name'] : "";
@@ -1047,23 +1097,21 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
1047
  $message = stripslashes( strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $message ) ) ) );
1048
  $phone = stripslashes( strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $phone ) ) ) );
1049
 
1050
- if( isset( $_SESSION['cntctfrm_send_mail'] ) && $_SESSION['cntctfrm_send_mail'] == true )
1051
  return true;
1052
- if( $cntctfrm_options['cntctfrm_select_email'] == 'user' ) {
1053
- if( function_exists('get_userdatabylogin') && false !== $user = get_userdatabylogin( $cntctfrm_options['cntctfrm_user_email'] ) ){
1054
- $to = $user->user_email;
1055
- }
1056
- else if( false !== $user = get_user_by( 'login', $cntctfrm_options_submit['cntctfrm_user_email'] ) )
1057
- $to = $user->user_email;
1058
- }
1059
- else {
1060
  $to = $cntctfrm_options['cntctfrm_custom_email'];
1061
  }
1062
- if( "" == $to ) {
1063
  // If email options are not certain choose admin email
1064
  $to = get_option("admin_email");
1065
  }
1066
- if( "" != $to ) {
1067
  $user_info_string = '';
1068
  $userdomain = '';
1069
  $form_action_url = '';
@@ -1076,9 +1124,9 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
1076
  $form_action_url = 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
1077
  }
1078
 
1079
- if( $cntctfrm_options['cntctfrm_display_add_info'] == 1) {
1080
  $userdomain = @gethostbyaddr($_SERVER['REMOTE_ADDR']);
1081
- if( $cntctfrm_options['cntctfrm_display_add_info'] == 1 ||
1082
  $cntctfrm_options['cntctfrm_display_sent_from'] == 1 ||
1083
  $cntctfrm_options['cntctfrm_display_coming_from'] == 1 ||
1084
  $cntctfrm_options['cntctfrm_display_user_agent'] == 1 ) {
@@ -1086,22 +1134,22 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
1086
  <td><br /></td><td><br /></td>
1087
  </tr>';
1088
  }
1089
- if( $cntctfrm_options['cntctfrm_display_sent_from'] == 1) {
1090
  $user_info_string .= '<tr>
1091
  <td>'.__('Sent from (ip address)', 'contact_form').':</td><td>'.$_SERVER['REMOTE_ADDR']." ( ". $userdomain ." )".'</td>
1092
  </tr>';
1093
  }
1094
- if( $cntctfrm_options['cntctfrm_display_date_time'] == 1) {
1095
  $user_info_string .= '<tr>
1096
  <td>'.__('Date/Time', 'contact_form').':</td><td>'.date_i18n( get_option( 'date_format' ).' '.get_option( 'time_format' ), strtotime( current_time( 'mysql' ) ) ).'</td>
1097
  </tr>';
1098
  }
1099
- if( $cntctfrm_options['cntctfrm_display_coming_from'] == 1) {
1100
  $user_info_string .= '<tr>
1101
  <td>'.__('Sent from (referer)', 'contact_form').':</td><td>'.$form_action_url.'</td>
1102
  </tr>';
1103
  }
1104
- if( $cntctfrm_options['cntctfrm_display_user_agent'] == 1) {
1105
  $user_info_string .= '<tr>
1106
  <td>'.__('Using (user agent)', 'contact_form').':</td><td>'.cntctfrm_clean_input($_SERVER['HTTP_USER_AGENT']).'</td>
1107
  </tr>';
@@ -1148,7 +1196,7 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
1148
  </body>
1149
  </html>
1150
  ';
1151
- if( $cntctfrm_options['cntctfrm_mail_method'] == 'wp-mail' ){
1152
  // To send HTML mail, the Content-type header must be set
1153
  $headers = 'MIME-Version: 1.0' . "\n";
1154
  $headers .= 'Content-type: text/html; charset=utf-8' . "\n";
@@ -1167,15 +1215,14 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
1167
 
1168
  // Mail it
1169
  return wp_mail( $to, $subject, $message_text, $headers, $attachments );
1170
- }
1171
- else{
1172
- if( $cntctfrm_options['cntctfrm_attachment'] == 1 && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && $_FILES["cntctfrm_contact_attachment"]["tmp_name"] != "") {
1173
  global $path_of_uploaded_file;
1174
  $headers = "";
1175
  $message_block = $message;
1176
 
1177
  // Additional headers
1178
- if( 'custom' == $cntctfrm_options['cntctfrm_from_email'] )
1179
  $headers .= 'From: '.stripslashes( $cntctfrm_options['cntctfrm_from_field'] ).' <'.stripslashes( $cntctfrm_options['cntctfrm_custom_from_email'] ). '>' . "\n";
1180
  else
1181
  $headers .= 'From: '.stripslashes( $cntctfrm_options['cntctfrm_from_field'] ).' <'.stripslashes( $email ). '>' . "\n";
@@ -1203,8 +1250,7 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
1203
  "Content-Disposition: attachment;\n" . " filename=\"".basename($path_of_uploaded_file)."\"; size=".filesize($path_of_uploaded_file).";\n" .
1204
  "Content-Transfer-Encoding: base64\n\n" . chunk_split( base64_encode( $file ) ) . "\n\n";
1205
  $message_text .= $bound_last;
1206
- }
1207
- else {
1208
  // To send HTML mail, the Content-type header must be set
1209
  $headers = 'MIME-Version: 1.0' . "\n";
1210
  $headers .= 'Content-type: text/html; charset=utf-8' . "\n";
@@ -1215,12 +1261,11 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
1215
  else
1216
  $headers .= 'From: '.stripslashes( $cntctfrm_options['cntctfrm_from_field'] ).' <'.$email. '>' . "\n";
1217
  }
1218
- if( isset( $_POST['cntctfrm_contact_send_copy'] ) && $_POST['cntctfrm_contact_send_copy'] == 1 )
1219
  @mail( $email, $subject, $message_text, $headers );
1220
 
1221
  return @mail( $to, $subject , $message_text, $headers);
1222
- }
1223
-
1224
  }
1225
  return false;
1226
  }
@@ -1288,8 +1333,11 @@ if ( ! function_exists ( 'cntctfrm_plugin_init' ) ) {
1288
  if ( ! function_exists ( 'cntctfrm_admin_head' ) ) {
1289
  function cntctfrm_admin_head() {
1290
  wp_enqueue_style( 'cntctfrmStylesheet', plugins_url( 'css/style.css', __FILE__ ) );
1291
- wp_enqueue_script( 'cntctfrmScript', plugins_url( 'js/script.js', __FILE__ ) );
1292
- echo '<script type="text/javascript">var confirm_text = "'.__('Are you sure that you want to delete this language data?', 'contact_form').'"</script>';
 
 
 
1293
  }
1294
  }
1295
 
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: Plugin for Contact Form.
6
  Author: BestWebSoft
7
+ Version: 3.45
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
24
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
25
  */
26
 
27
+ if ( ! function_exists( 'bws_add_menu_render' ) ) {
28
  function bws_add_menu_render() {
29
  global $title;
30
  $active_plugins = get_option('active_plugins');
31
+ $all_plugins = get_plugins();
32
 
33
  $array_activate = array();
34
  $array_install = array();
35
  $array_recomend = array();
36
  $count_activate = $count_install = $count_recomend = 0;
37
  $array_plugins = array(
38
+ array( 'captcha\/captcha.php', 'Captcha', 'http://bestwebsoft.com/plugin/captcha-plugin/', 'http://bestwebsoft.com/plugin/captcha-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Captcha+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=captcha.php' ),
39
+ array( 'contact-form-plugin\/contact_form.php', 'Contact Form', 'http://bestwebsoft.com/plugin/contact-form/', 'http://bestwebsoft.com/plugin/contact-form/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Contact+Form+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=contact_form.php' ),
40
+ array( 'facebook-button-plugin\/facebook-button-plugin.php', 'Facebook Like Button Plugin', 'http://bestwebsoft.com/plugin/facebook-like-button-plugin/', 'http://bestwebsoft.com/plugin/facebook-like-button-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Facebook+Like+Button+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=facebook-button-plugin.php' ),
41
+ array( 'twitter-plugin\/twitter.php', 'Twitter Plugin', 'http://bestwebsoft.com/plugin/twitter-plugin/', 'http://bestwebsoft.com/plugin/twitter-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Twitter+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=twitter.php' ),
42
+ array( 'portfolio\/portfolio.php', 'Portfolio', 'http://bestwebsoft.com/plugin/portfolio-plugin/', 'http://bestwebsoft.com/plugin/portfolio-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Portfolio+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=portfolio.php' ),
43
+ array( 'gallery-plugin\/gallery-plugin.php', 'Gallery', 'http://bestwebsoft.com/plugin/gallery-plugin/', 'http://bestwebsoft.com/plugin/gallery-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Gallery+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=gallery-plugin.php' ),
44
+ array( 'adsense-plugin\/adsense-plugin.php', 'Google AdSense Plugin', 'http://bestwebsoft.com/plugin/google-adsense-plugin/', 'http://bestwebsoft.com/plugin/google-adsense-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Adsense+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=adsense-plugin.php' ),
45
+ array( 'custom-search-plugin\/custom-search-plugin.php', 'Custom Search Plugin', 'http://bestwebsoft.com/plugin/custom-search-plugin/', 'http://bestwebsoft.com/plugin/custom-search-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Search+plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=custom_search.php' ),
46
+ array( 'quotes-and-tips\/quotes-and-tips.php', 'Quotes and Tips', 'http://bestwebsoft.com/plugin/quotes-and-tips/', 'http://bestwebsoft.com/plugin/quotes-and-tips/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Quotes+and+Tips+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=quotes-and-tips.php' ),
47
+ array( 'google-sitemap-plugin\/google-sitemap-plugin.php', 'Google sitemap plugin', 'http://bestwebsoft.com/plugin/google-sitemap-plugin/', 'http://bestwebsoft.com/plugin/google-sitemap-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+sitemap+plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=google-sitemap-plugin.php' ),
48
+ array( 'updater\/updater.php', 'Updater', 'http://bestwebsoft.com/plugin/updater-plugin/', 'http://bestwebsoft.com/plugin/updater-plugin/#download', '/wp-admin/plugin-install.php?tab=search&s=updater+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=updater-options' )
49
  );
50
+ foreach ( $array_plugins as $plugins ) {
51
+ if ( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
52
+ $array_activate[$count_activate]["title"] = $plugins[1];
53
+ $array_activate[$count_activate]["link"] = $plugins[2];
54
+ $array_activate[$count_activate]["href"] = $plugins[3];
55
+ $array_activate[$count_activate]["url"] = $plugins[5];
56
  $count_activate++;
57
+ } elseif ( array_key_exists(str_replace( "\\", "", $plugins[0]), $all_plugins ) ) {
58
+ $array_install[$count_install]["title"] = $plugins[1];
59
+ $array_install[$count_install]["link"] = $plugins[2];
60
+ $array_install[$count_install]["href"] = $plugins[3];
 
61
  $count_install++;
62
+ } else {
63
+ $array_recomend[$count_recomend]["title"] = $plugins[1];
64
+ $array_recomend[$count_recomend]["link"] = $plugins[2];
65
+ $array_recomend[$count_recomend]["href"] = $plugins[3];
66
+ $array_recomend[$count_recomend]["slug"] = $plugins[4];
 
67
  $count_recomend++;
68
  }
69
  }
70
+ $array_activate_pro = array();
71
+ $array_install_pro = array();
72
+ $array_recomend_pro = array();
73
+ $count_activate_pro = $count_install_pro = $count_recomend_pro = 0;
74
+ $array_plugins_pro = array(
75
+ array( 'gallery-plugin-pro\/gallery-plugin-pro.php', 'Gallery Pro', 'http://bestwebsoft.com/plugin/gallery-pro/', 'http://bestwebsoft.com/plugin/gallery-pro/#purchase', 'admin.php?page=gallery-plugin-pro.php' )
76
+ );
77
+ foreach ( $array_plugins_pro as $plugins ) {
78
+ if ( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
79
+ $array_activate_pro[$count_activate_pro]["title"] = $plugins[1];
80
+ $array_activate_pro[$count_activate_pro]["link"] = $plugins[2];
81
+ $array_activate_pro[$count_activate_pro]["href"] = $plugins[3];
82
+ $array_activate_pro[$count_activate_pro]["url"] = $plugins[4];
83
+ $count_activate_pro++;
84
+ } elseif( array_key_exists(str_replace( "\\", "", $plugins[0]), $all_plugins ) ) {
85
+ $array_install_pro[$count_install_pro]["title"] = $plugins[1];
86
+ $array_install_pro[$count_install_pro]["link"] = $plugins[2];
87
+ $array_install_pro[$count_install_pro]["href"] = $plugins[3];
88
+ $count_install_pro++;
89
+ } else {
90
+ $array_recomend_pro[$count_recomend_pro]["title"] = $plugins[1];
91
+ $array_recomend_pro[$count_recomend_pro]["link"] = $plugins[2];
92
+ $array_recomend_pro[$count_recomend_pro]["href"] = $plugins[3];
93
+ $count_recomend_pro++;
94
+ }
95
+ } ?>
96
  <div class="wrap">
97
  <div class="icon32 icon32-bws" id="icon-options-general"></div>
98
  <h2><?php echo $title;?></h2>
99
+ <h3 style="color: blue"><?php _e( 'Pro plugins', 'contact_form' ); ?></h3>
100
+ <?php if( 0 < $count_activate_pro ) { ?>
101
+ <div style="padding-left:15px;">
102
+ <h4><?php _e( 'Activated plugins', 'contact_form' ); ?></h4>
103
+ <?php foreach ( $array_activate_pro as $activate_plugin ) { ?>
104
+ <div style="float:left; width:200px;"><?php echo $activate_plugin["title"]; ?></div> <p><a href="<?php echo $activate_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'contact_form' ); ?></a> <a href="<?php echo $activate_plugin["url"]; ?>"><?php echo __( "Settings", 'contact_form' ); ?></a></p>
105
+ <?php } ?>
106
+ </div>
107
+ <?php } ?>
108
+ <?php if( 0 < $count_install_pro ) { ?>
109
+ <div style="padding-left:15px;">
110
+ <h4><?php _e( 'Installed plugins', 'contact_form' ); ?></h4>
111
+ <?php foreach ( $array_install_pro as $install_plugin) { ?>
112
+ <div style="float:left; width:200px;"><?php echo $install_plugin["title"]; ?></div> <p><a href="<?php echo $install_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'contact_form' ); ?></a></p>
113
+ <?php } ?>
114
+ </div>
115
+ <?php } ?>
116
+ <?php if( 0 < $count_recomend_pro ) { ?>
117
+ <div style="padding-left:15px;">
118
+ <h4><?php _e( 'Recommended plugins', 'contact_form' ); ?></h4>
119
+ <?php foreach ( $array_recomend_pro as $recomend_plugin ) { ?>
120
+ <div style="float:left; width:200px;"><?php echo $recomend_plugin["title"]; ?></div> <p><a href="<?php echo $recomend_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'contact_form' ); ?></a> <a href="<?php echo $recomend_plugin["href"]; ?>" target="_blank"><?php echo __( "Purchase", 'contact_form' ); ?></a></p>
121
+ <?php } ?>
122
+ </div>
123
+ <?php } ?>
124
+ <br />
125
+ <h3 style="color: green"><?php _e( 'Free plugins', 'contact_form' ); ?></h3>
126
  <?php if( 0 < $count_activate ) { ?>
127
+ <div style="padding-left:15px;">
128
+ <h4><?php _e( 'Activated plugins', 'contact_form' ); ?></h4>
129
  <?php foreach( $array_activate as $activate_plugin ) { ?>
130
+ <div style="float:left; width:200px;"><?php echo $activate_plugin["title"]; ?></div> <p><a href="<?php echo $activate_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'contact_form' ); ?></a> <a href="<?php echo $activate_plugin["url"]; ?>"><?php echo __( "Settings", 'contact_form' ); ?></a></p>
131
  <?php } ?>
132
  </div>
133
  <?php } ?>
134
  <?php if( 0 < $count_install ) { ?>
135
+ <div style="padding-left:15px;">
136
+ <h4><?php _e( 'Installed plugins', 'contact_form' ); ?></h4>
137
+ <?php foreach ( $array_install as $install_plugin ) { ?>
138
+ <div style="float:left; width:200px;"><?php echo $install_plugin["title"]; ?></div> <p><a href="<?php echo $install_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'contact_form' ); ?></a></p>
139
  <?php } ?>
140
  </div>
141
  <?php } ?>
142
  <?php if( 0 < $count_recomend ) { ?>
143
+ <div style="padding-left:15px;">
144
+ <h4><?php _e( 'Recommended plugins', 'contact_form' ); ?></h4>
145
+ <?php foreach ( $array_recomend as $recomend_plugin ) { ?>
146
+ <div style="float:left; width:200px;"><?php echo $recomend_plugin["title"]; ?></div> <p><a href="<?php echo $recomend_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'contact_form' ); ?></a> <a href="<?php echo $recomend_plugin["href"]; ?>" target="_blank"><?php echo __( "Download", 'contact_form' ); ?></a> <a class="install-now" href="<?php echo get_bloginfo( "url" ) . $recomend_plugin["slug"]; ?>" title="<?php esc_attr( sprintf( __( 'Install %s' ), $recomend_plugin["title"] ) ) ?>" target="_blank"><?php echo __( 'Install now from wordpress.org', 'contact_form' ) ?></a></p>
147
  <?php } ?>
 
148
  </div>
149
+ <?php } ?>
150
+ <br />
151
+ <span style="color: rgb(136, 136, 136); font-size: 10px;"><?php _e( 'If you have any questions, please contact us via', 'contact_form' ); ?> <a href="http://support.bestwebsoft.com">http://support.bestwebsoft.com</a></span>
152
  </div>
153
+ <?php }
 
154
  }
155
 
156
  // Add option page in admin menu
221
  'cntctfrm_thank_text' => array( 'en' => __( "Thank you for contacting us.", 'contact_form' ) ),
222
  'cntctfrm_redirect_url' => ''
223
  );
224
+ if ( ! get_option( 'cntctfrm_options' ) )
225
  add_option( 'cntctfrm_options', $cntctfrm_option_defaults, '', 'yes' );
226
 
227
  $cntctfrm_options = get_option( 'cntctfrm_options' );
228
+ if ( empty( $cntctfrm_options['cntctfrm_language'] ) && ! is_array( $cntctfrm_options['cntctfrm_name_label'] ) ) {
229
  $cntctfrm_options['cntctfrm_name_label'] = array( 'en' => $cntctfrm_options['cntctfrm_name_label'] );
230
  $cntctfrm_options['cntctfrm_address_label'] = array( 'en' => $cntctfrm_options['cntctfrm_address_label'] );
231
  $cntctfrm_options['cntctfrm_email_label'] = array( 'en' => $cntctfrm_options['cntctfrm_email_label'] );
267
  // Add settings page in admin area
268
  if( ! function_exists( 'cntctfrm_settings_page' ) ) {
269
  function cntctfrm_settings_page() {
270
+ global $cntctfrm_options, $wpdb, $cntctfrm_option_defaults, $wp_version;
271
 
272
  $userslogin = $wpdb->get_col( "SELECT user_login FROM $wpdb->users ", 0 );
273
 
480
  $error .=__( "If the 'Redirect to page' option is selected then the URL field should be in the following format", 'contact_form' )." <code>http://your_site/your_page</code>";
481
  $cntctfrm_options['cntctfrm_action_after_send'] = 1;
482
  }
483
+ if ( 'user' == $cntctfrm_options_submit['cntctfrm_select_email'] ) {
484
+ if ( '3.3' > $wp_version && function_exists('get_userdatabylogin') && false !== get_userdatabylogin( $cntctfrm_options_submit['cntctfrm_user_email'] ) ) {
485
+ //
486
+ } else if( false !== get_user_by( 'login', $cntctfrm_options_submit['cntctfrm_user_email'] ) ) {
487
+ //
488
+ } else {
489
  $error .=__( "Such user does not exist. Settings are not saved.", 'contact_form' );
490
  }
491
  }
494
  $error .= __( "Please enter a valid email address in the 'FROM' field. Settings are not saved.", 'contact_form' );
495
  }
496
  }
497
+ if ( 'custom' == $cntctfrm_options_submit['cntctfrm_from_email'] ) {
498
  if( $cntctfrm_options_submit['cntctfrm_custom_from_email'] == ""
499
  && !preg_match( "/^((?:[a-z0-9']+(?:[a-z0-9\-_\.']+)?@[a-z0-9]+(?:[a-z0-9\-\.]+)?\.[a-z]{2,5})[, ]*)+$/i", trim( $cntctfrm_options_submit['cntctfrm_custom_from_email'] ) ) ) {
500
  $error .= __( "Please enter a valid email address in the 'FROM' field. Settings are not saved.", 'contact_form' );
501
  }
502
  }
503
+ if ( $error == '' ) {
504
  update_option( 'cntctfrm_options', $cntctfrm_options, '', 'yes' );
505
  $message = __( "Options saved.", 'contact_form' );
506
  }
903
  }
904
 
905
  if( ! function_exists( 'cntctfrm_check_and_send' ) ) {
906
+ function cntctfrm_check_and_send() {
907
+ global $cntctfrm_result;
908
+ $cntctfrm_options = get_option( 'cntctfrm_options' );
909
+ if( isset( $_POST['cntctfrm_contact_action'] ) ){
910
+ // Check all input data
911
+ $cntctfrm_result = cntctfrm_check_form();
 
 
 
 
 
 
 
 
 
912
  }
913
+ // If it is good
914
+ if( true === $cntctfrm_result ) {
915
+ $_SESSION['cntctfrm_send_mail'] = true;
916
+ if( $cntctfrm_options['cntctfrm_action_after_send'] == 0 ){
917
+ wp_redirect( $cntctfrm_options['cntctfrm_redirect_url'] );
918
+ exit;
919
+ }
920
+ }
921
+ }
922
  }
923
 
924
  // Check all input data
1080
  // Send mail function
1081
  if( ! function_exists( 'cntctfrm_send_mail' ) ) {
1082
  function cntctfrm_send_mail() {
1083
+ global $cntctfrm_options, $path_of_uploaded_file, $wp_version;
1084
  $to = "";
1085
 
1086
  $name = isset( $_POST['cntctfrm_contact_name'] ) ? $_POST['cntctfrm_contact_name'] : "";
1097
  $message = stripslashes( strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $message ) ) ) );
1098
  $phone = stripslashes( strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $phone ) ) ) );
1099
 
1100
+ if ( isset( $_SESSION['cntctfrm_send_mail'] ) && $_SESSION['cntctfrm_send_mail'] == true )
1101
  return true;
1102
+ if ( $cntctfrm_options['cntctfrm_select_email'] == 'user' ) {
1103
+ if ( '3.3' > $wp_version && function_exists('get_userdatabylogin') && false !== $user = get_userdatabylogin( $cntctfrm_options['cntctfrm_user_email'] ) ) {
1104
+ $to = $user->user_email;
1105
+ } elseif ( false !== $user = get_user_by( 'login', $cntctfrm_options['cntctfrm_user_email'] ) )
1106
+ $to = $user->user_email;
1107
+ } else {
 
 
1108
  $to = $cntctfrm_options['cntctfrm_custom_email'];
1109
  }
1110
+ if ( "" == $to ) {
1111
  // If email options are not certain choose admin email
1112
  $to = get_option("admin_email");
1113
  }
1114
+ if ( "" != $to ) {
1115
  $user_info_string = '';
1116
  $userdomain = '';
1117
  $form_action_url = '';
1124
  $form_action_url = 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
1125
  }
1126
 
1127
+ if ( $cntctfrm_options['cntctfrm_display_add_info'] == 1) {
1128
  $userdomain = @gethostbyaddr($_SERVER['REMOTE_ADDR']);
1129
+ if ( $cntctfrm_options['cntctfrm_display_add_info'] == 1 ||
1130
  $cntctfrm_options['cntctfrm_display_sent_from'] == 1 ||
1131
  $cntctfrm_options['cntctfrm_display_coming_from'] == 1 ||
1132
  $cntctfrm_options['cntctfrm_display_user_agent'] == 1 ) {
1134
  <td><br /></td><td><br /></td>
1135
  </tr>';
1136
  }
1137
+ if ( $cntctfrm_options['cntctfrm_display_sent_from'] == 1) {
1138
  $user_info_string .= '<tr>
1139
  <td>'.__('Sent from (ip address)', 'contact_form').':</td><td>'.$_SERVER['REMOTE_ADDR']." ( ". $userdomain ." )".'</td>
1140
  </tr>';
1141
  }
1142
+ if ( $cntctfrm_options['cntctfrm_display_date_time'] == 1) {
1143
  $user_info_string .= '<tr>
1144
  <td>'.__('Date/Time', 'contact_form').':</td><td>'.date_i18n( get_option( 'date_format' ).' '.get_option( 'time_format' ), strtotime( current_time( 'mysql' ) ) ).'</td>
1145
  </tr>';
1146
  }
1147
+ if ( $cntctfrm_options['cntctfrm_display_coming_from'] == 1) {
1148
  $user_info_string .= '<tr>
1149
  <td>'.__('Sent from (referer)', 'contact_form').':</td><td>'.$form_action_url.'</td>
1150
  </tr>';
1151
  }
1152
+ if ( $cntctfrm_options['cntctfrm_display_user_agent'] == 1) {
1153
  $user_info_string .= '<tr>
1154
  <td>'.__('Using (user agent)', 'contact_form').':</td><td>'.cntctfrm_clean_input($_SERVER['HTTP_USER_AGENT']).'</td>
1155
  </tr>';
1196
  </body>
1197
  </html>
1198
  ';
1199
+ if ( $cntctfrm_options['cntctfrm_mail_method'] == 'wp-mail' ) {
1200
  // To send HTML mail, the Content-type header must be set
1201
  $headers = 'MIME-Version: 1.0' . "\n";
1202
  $headers .= 'Content-type: text/html; charset=utf-8' . "\n";
1215
 
1216
  // Mail it
1217
  return wp_mail( $to, $subject, $message_text, $headers, $attachments );
1218
+ } else{
1219
+ if ( $cntctfrm_options['cntctfrm_attachment'] == 1 && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && $_FILES["cntctfrm_contact_attachment"]["tmp_name"] != "") {
 
1220
  global $path_of_uploaded_file;
1221
  $headers = "";
1222
  $message_block = $message;
1223
 
1224
  // Additional headers
1225
+ if ( 'custom' == $cntctfrm_options['cntctfrm_from_email'] )
1226
  $headers .= 'From: '.stripslashes( $cntctfrm_options['cntctfrm_from_field'] ).' <'.stripslashes( $cntctfrm_options['cntctfrm_custom_from_email'] ). '>' . "\n";
1227
  else
1228
  $headers .= 'From: '.stripslashes( $cntctfrm_options['cntctfrm_from_field'] ).' <'.stripslashes( $email ). '>' . "\n";
1250
  "Content-Disposition: attachment;\n" . " filename=\"".basename($path_of_uploaded_file)."\"; size=".filesize($path_of_uploaded_file).";\n" .
1251
  "Content-Transfer-Encoding: base64\n\n" . chunk_split( base64_encode( $file ) ) . "\n\n";
1252
  $message_text .= $bound_last;
1253
+ } else {
 
1254
  // To send HTML mail, the Content-type header must be set
1255
  $headers = 'MIME-Version: 1.0' . "\n";
1256
  $headers .= 'Content-type: text/html; charset=utf-8' . "\n";
1261
  else
1262
  $headers .= 'From: '.stripslashes( $cntctfrm_options['cntctfrm_from_field'] ).' <'.$email. '>' . "\n";
1263
  }
1264
+ if ( isset( $_POST['cntctfrm_contact_send_copy'] ) && $_POST['cntctfrm_contact_send_copy'] == 1 )
1265
  @mail( $email, $subject, $message_text, $headers );
1266
 
1267
  return @mail( $to, $subject , $message_text, $headers);
1268
+ }
 
1269
  }
1270
  return false;
1271
  }
1333
  if ( ! function_exists ( 'cntctfrm_admin_head' ) ) {
1334
  function cntctfrm_admin_head() {
1335
  wp_enqueue_style( 'cntctfrmStylesheet', plugins_url( 'css/style.css', __FILE__ ) );
1336
+
1337
+ if ( isset( $_REQUEST['page'] ) && $_REQUEST['page'] == 'contact_form.php' ) {
1338
+ wp_enqueue_script( 'cntctfrmScript', plugins_url( 'js/script.js', __FILE__ ) );
1339
+ echo '<script type="text/javascript">var confirm_text = "'.__('Are you sure that you want to delete this language data?', 'contact_form').'"</script>';
1340
+ }
1341
  }
1342
  }
1343
 
languages/contact_form-ar.mo CHANGED
Binary file
languages/contact_form-ar.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 15:06+0300\n"
6
- "PO-Revision-Date: 2013-04-22 15:06+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Hammad Alshammari (ABU HATIM) www.abuhatim.net <al3zz.com@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,447 +16,522 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:78
 
 
 
 
 
 
20
  msgid "Activated plugins"
21
  msgstr "تفعيل الإضافات"
22
 
23
- #: contact_form.php:80
24
- #: contact_form.php:88
25
- #: contact_form.php:96
 
 
 
26
  msgid "Read more"
27
  msgstr "اقرأ المزيد"
28
 
29
- #: contact_form.php:80
30
- #: contact_form.php:1127
31
- #: contact_form.php:1136
 
32
  msgid "Settings"
33
  msgstr "إعدادات"
34
 
35
- #: contact_form.php:86
 
36
  msgid "Installed plugins"
37
  msgstr "تثبيت الإضافات"
38
 
39
- #: contact_form.php:94
 
40
  msgid "Recommended plugins"
41
  msgstr "اضافات موصى بها"
42
 
43
- #: contact_form.php:96
 
 
 
 
 
 
 
 
 
44
  msgid "Download"
45
  msgstr "تحميل"
46
 
47
- #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "تنصيب %s"
51
 
52
- #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "تثبيت من wordpress.org"
55
 
56
- #: contact_form.php:98
57
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
 
58
  msgstr "إذا كان لديك أي أسئلة، يرجى الاتصال بنا عبر plugin@bestwebsoft.com أو ملء استمارة الاتصال على موقعنا"
59
 
60
- #: contact_form.php:110
61
- #: contact_form.php:430
62
  msgid "Contact Form Options"
63
  msgstr "خيارات نموذج اتصل بنا"
64
 
65
- #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "نموذج الاتصال"
68
 
69
- #: contact_form.php:147
70
- #: contact_form.php:564
71
- #: contact_form.php:585
72
  msgid "Name:"
73
  msgstr "الأسم:"
74
 
75
- #: contact_form.php:148
76
- #: contact_form.php:565
77
- #: contact_form.php:586
 
 
 
 
 
 
 
78
  msgid "Email Address:"
79
  msgstr "البريد الالكتروني:"
80
 
81
- #: contact_form.php:149
82
- #: contact_form.php:566
83
- #: contact_form.php:587
84
  msgid "Phone number:"
85
  msgstr ""
86
 
87
- #: contact_form.php:150
88
- #: contact_form.php:567
89
- #: contact_form.php:588
90
  msgid "Subject:"
91
  msgstr "موضوع الرسالة:"
92
 
93
- #: contact_form.php:151
94
- #: contact_form.php:568
95
- #: contact_form.php:589
96
  msgid "Message:"
97
  msgstr "الرسالة:"
98
 
99
- #: contact_form.php:152
100
- #: contact_form.php:569
101
- #: contact_form.php:590
102
  msgid "Attachment:"
103
  msgstr "المرفقات:"
104
 
105
- #: contact_form.php:153
106
- #: contact_form.php:199
107
- #: contact_form.php:570
108
- #: contact_form.php:591
109
  msgid "Send me a copy"
110
  msgstr "أرسل لي نسخة"
111
 
112
- #: contact_form.php:154
113
- #: contact_form.php:571
114
- #: contact_form.php:592
115
  msgid "Submit"
116
  msgstr "تقدم"
117
 
118
- #: contact_form.php:155
119
  msgid "Your name is required."
120
  msgstr "مطلوب اسمك."
121
 
122
- #: contact_form.php:156
 
 
 
 
 
123
  #, fuzzy
124
  msgid "A valid email address is required."
125
  msgstr "مطلوب بريد الكتروني صحيح."
126
 
127
- #: contact_form.php:157
128
- #: contact_form.php:194
129
- #: contact_form.php:197
130
  #, fuzzy
131
  msgid "Phone number is required."
132
  msgstr "مطلوب اسمك."
133
 
134
- #: contact_form.php:158
135
- #: contact_form.php:193
136
- #: contact_form.php:196
137
  msgid "Subject is required."
138
  msgstr "مطلوب نص الموضوع."
139
 
140
- #: contact_form.php:159
141
- #: contact_form.php:192
142
- #: contact_form.php:195
143
  msgid "Message text is required."
144
  msgstr "مطلوب نص الرسالة."
145
 
146
- #: contact_form.php:160
147
  msgid "File format is not valid."
148
  msgstr "المرفق تعطل."
149
 
150
- #: contact_form.php:161
 
 
 
 
 
 
 
 
 
 
 
 
151
  msgid "Please fill out the CAPTCHA."
152
  msgstr "يرجى استكمال رمز التحقق."
153
 
154
- #: contact_form.php:162
155
  msgid "Please make corrections below and try again."
156
  msgstr "يرجى إجراء التصحيحات أدناه وحاول مرة أخرى."
157
 
158
- #: contact_form.php:164
159
  msgid "Thank you for contacting us."
160
  msgstr "أشكركم على الاتصال بنا. سيتم الرد عليكم في أقرب فرصة."
161
 
162
- #: contact_form.php:385
163
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
164
  msgstr ""
165
 
166
- #: contact_form.php:394
167
  msgid "Such user does not exist. Settings are not saved."
168
  msgstr "هذا المستخدم لا وجود له. لم يتم حفظ الإعدادات."
169
 
170
- #: contact_form.php:399
171
- #: contact_form.php:405
172
  #, fuzzy
173
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
174
  msgstr "الرجاء إدخال بريد الكتروني صحيح. الاعدادات لم تُحفظ."
175
 
176
- #: contact_form.php:410
177
  msgid "Options saved."
178
  msgstr "الخيارات حُفظت."
179
 
180
- #: contact_form.php:435
181
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
182
  msgstr "إذا كنت ترغب في إضافة نموذج الاتصال إلى موقع الويب الخاص بك، قم بنسخ ولصق هذا الرمز القصير:"
183
 
184
- #: contact_form.php:436
185
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
186
  msgstr "إذا كانت المعلومات في الحقول أدناه فارغة سيتم إرسال الرسالة إلى عنوان الذي تم تحديده أثناء التسجيل."
187
 
188
- #: contact_form.php:440
189
  msgid "The user's email address:"
190
  msgstr "أستخدم بريد العضو في وورد بريس:"
191
 
192
- #: contact_form.php:444
193
  msgid "Create a username"
194
  msgstr "اختر اسم المستخدم"
195
 
196
- #: contact_form.php:449
197
  msgid "Enter a username of the person who should get the messages from the contact form."
198
  msgstr "تعيين اسم المستخدم من الذين سيحصلون على رسائل من شكل من أشكال الاتصال."
199
 
200
- #: contact_form.php:453
201
  msgid "Use this email address:"
202
  msgstr "استخدام هذا البريد الالكتروني:"
203
 
204
- #: contact_form.php:456
205
  msgid "Enter the email address you want the messages forwarded to."
206
  msgstr "تعيين عنوان البريد الإلكتروني التي سيتم استخدامها لاستقبال الرسائل."
207
 
208
- #: contact_form.php:460
209
  msgid "Additional options"
210
  msgstr "خيارات إضافية"
211
 
212
- #: contact_form.php:463
213
  msgid "Display Attachment block"
214
  msgstr "عرض حقل المرفقات"
215
 
216
- #: contact_form.php:465
217
  msgid "Users can attach the following file formats"
218
  msgstr "يمكن للمستخدمين إرفاق الملفات من الأنواع التالية"
219
 
220
- #: contact_form.php:469
221
  #, fuzzy
222
  msgid "Display Attachment tips"
223
  msgstr "عرض حقل المرفقات"
224
 
225
- #: contact_form.php:471
226
  #, fuzzy
227
  msgid "Display tips below the Attachment block"
228
  msgstr "عرض حقل المرفقات"
229
 
230
- #: contact_form.php:475
231
  msgid "Display Send me a copy block"
232
  msgstr "عرض خيار (أرسل لي نسخة)"
233
 
234
- #: contact_form.php:481
235
  msgid "What to use?"
236
  msgstr "ماذا تستخدم؟"
237
 
238
- #: contact_form.php:484
239
  msgid "Wp-mail"
240
  msgstr "Wp-mail"
241
 
242
- #: contact_form.php:485
243
  msgid "You can use the wp_mail function for mailing"
244
  msgstr "لإرسال البريد يمكنك استخدام وظيفة wp_mail"
245
 
246
- #: contact_form.php:491
247
  msgid "Mail"
248
  msgstr "Mail"
249
 
250
- #: contact_form.php:492
251
  msgid "To send mail you can use the php mail function"
252
  msgstr "لإرسال البريد يمكنك استخدام وظيفة البريد PHP"
253
 
254
- #: contact_form.php:496
255
  #, fuzzy
256
  msgid "Change text of the 'FROM' field"
257
  msgstr "تغيير من الحقول من نموذج الاتصال"
258
 
259
- #: contact_form.php:502
260
  msgid "Enter the email address in the 'From' field"
261
  msgstr ""
262
 
263
- #: contact_form.php:504
264
  msgid "The email address of the user who fills the form will be used in the field 'From'."
265
  msgstr ""
266
 
267
- #: contact_form.php:506
268
  msgid "This email address will be used in the 'From' field."
269
  msgstr ""
270
 
271
- #: contact_form.php:510
272
- msgid "Display a phone number field"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
273
  msgstr ""
274
 
275
- #: contact_form.php:516
276
  msgid "Required fields"
277
  msgstr ""
278
 
279
- #: contact_form.php:518
280
- #: contact_form.php:1016
281
  msgid "Name"
282
  msgstr "الأسم"
283
 
284
- #: contact_form.php:519
285
  #, fuzzy
286
  msgid "Email Address"
287
  msgstr "البريد الالكتروني:"
288
 
289
- #: contact_form.php:520
290
- #: contact_form.php:1024
291
- msgid "Phone"
292
- msgstr ""
293
-
294
- #: contact_form.php:521
295
- #: contact_form.php:1027
296
  msgid "Subject"
297
  msgstr "موضوع الرسالة"
298
 
299
- #: contact_form.php:522
300
- #: contact_form.php:1030
301
  msgid "Message"
302
  msgstr "الرسالة"
303
 
304
- #: contact_form.php:526
305
  #, fuzzy
306
  msgid "Display additional info in the email"
307
  msgstr "عرض معلومات اضافية في البريد الالكتروني"
308
 
309
- #: contact_form.php:531
310
- #: contact_form.php:988
311
  msgid "Sent from (ip address)"
312
  msgstr "ارسلت من (عنوان IP)"
313
 
314
- #: contact_form.php:532
315
- #: contact_form.php:993
316
  msgid "Date/Time"
317
  msgstr "الوقت/التاريخ"
318
 
319
- #: contact_form.php:533
320
- #: contact_form.php:998
321
  msgid "Sent from (referer)"
322
  msgstr "Sent from (referer)"
323
 
324
- #: contact_form.php:534
325
- #: contact_form.php:1003
326
  msgid "Using (user agent)"
327
  msgstr "باستخدام (وكيل المستخدم)"
328
 
329
- #: contact_form.php:538
330
  msgid "Language settings for the field names in the form"
331
  msgstr ""
332
 
333
- #: contact_form.php:547
334
  msgid "Add a language"
335
  msgstr ""
336
 
337
- #: contact_form.php:551
338
  #, fuzzy
339
  msgid "Change the names of the contact form fields and error messages"
340
  msgstr "تغيير تسمية حقول نموذج الاتصال"
341
 
342
- #: contact_form.php:556
343
- #: contact_form.php:611
344
  msgid "English"
345
  msgstr ""
346
 
347
- #: contact_form.php:572
348
- #: contact_form.php:593
349
  msgid "Error message for the Name field"
350
  msgstr ""
351
 
352
- #: contact_form.php:573
353
- #: contact_form.php:594
 
 
 
 
 
354
  msgid "Error message for the Email field"
355
  msgstr ""
356
 
357
- #: contact_form.php:574
358
- #: contact_form.php:595
359
  msgid "Error message for the Phone field"
360
  msgstr ""
361
 
362
- #: contact_form.php:575
363
- #: contact_form.php:596
364
  msgid "Error message for the Subject field"
365
  msgstr ""
366
 
367
- #: contact_form.php:576
368
- #: contact_form.php:597
369
  msgid "Error message for the Message field"
370
  msgstr ""
371
 
372
- #: contact_form.php:577
373
- #: contact_form.php:598
374
- msgid "Error message for the Attachment field"
375
  msgstr ""
376
 
377
- #: contact_form.php:578
378
- #: contact_form.php:599
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
379
  msgid "Error message for the Captcha field"
380
  msgstr ""
381
 
382
- #: contact_form.php:579
383
- #: contact_form.php:600
384
  msgid "Error message for the whole form"
385
  msgstr ""
386
 
387
- #: contact_form.php:580
388
- #: contact_form.php:601
389
- #: contact_form.php:620
390
- #: contact_form.php:626
391
  msgid "Use shortcode"
392
  msgstr ""
393
 
394
- #: contact_form.php:580
395
- #: contact_form.php:601
396
- #: contact_form.php:620
397
- #: contact_form.php:626
398
  msgid "for this language"
399
  msgstr ""
400
 
401
- #: contact_form.php:608
402
  msgid "Action after email is sent"
403
  msgstr ""
404
 
405
- #: contact_form.php:610
406
  #, fuzzy
407
  msgid "Display text"
408
  msgstr "عرض حقل المرفقات"
409
 
410
- #: contact_form.php:619
411
- #: contact_form.php:625
412
  msgid "Text"
413
  msgstr ""
414
 
415
- #: contact_form.php:632
416
  msgid "Redirect to the page"
417
  msgstr ""
418
 
419
- #: contact_form.php:633
420
  msgid "Url"
421
  msgstr ""
422
 
423
- #: contact_form.php:638
424
  msgid "Save Changes"
425
  msgstr "حفظ التغييرات"
426
 
427
- #: contact_form.php:685
428
  msgid "Sorry, email message could not be delivered."
429
  msgstr "عذراً, لم نستطيع تسليم رسالتك."
430
 
431
- #: contact_form.php:755
432
  msgid "You can attach the following file formats"
433
  msgstr "يمكنك إرفاق الملفات من الأنواع التالية"
434
 
435
- #: contact_form.php:1011
436
  msgid "Contact from"
437
  msgstr "اتصل من"
438
 
439
- #: contact_form.php:1019
440
  msgid "Email"
441
  msgstr "البريد الألكتروني"
442
 
443
- #: contact_form.php:1033
444
  msgid "Site"
445
  msgstr "الموقع"
446
 
447
- #: contact_form.php:1084
448
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
449
  msgstr "إذا يمكنك أن ترى هذه MIME من العميل الخاص بك لا يقبل أنواع MIME!"
450
 
451
- #: contact_form.php:1137
452
  msgid "FAQ"
453
  msgstr "أسئلة وأجوبة"
454
 
455
- #: contact_form.php:1138
456
  msgid "Support"
457
  msgstr "دعم"
458
 
459
- #: contact_form.php:1184
460
  msgid "Are you sure that you want to delete this language data?"
461
  msgstr ""
462
 
@@ -470,6 +545,4 @@ msgstr ""
470
  #~ msgstr "Indirizzo e-mail:"
471
  #~ msgid "Install Now"
472
  #~ msgstr "Installa Ora"
473
- #~ msgid "BWS Plugins"
474
- #~ msgstr "BWS Plugins"
475
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-27 16:49+0300\n"
6
+ "PO-Revision-Date: 2013-05-27 16:49+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Hammad Alshammari (ABU HATIM) www.abuhatim.net <al3zz.com@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:99
20
+ #, fuzzy
21
+ msgid "Pro plugins"
22
+ msgstr "BWS Plugins"
23
+
24
+ #: contact_form.php:102
25
+ #: contact_form.php:128
26
  msgid "Activated plugins"
27
  msgstr "تفعيل الإضافات"
28
 
29
+ #: contact_form.php:104
30
+ #: contact_form.php:112
31
+ #: contact_form.php:120
32
+ #: contact_form.php:130
33
+ #: contact_form.php:138
34
+ #: contact_form.php:146
35
  msgid "Read more"
36
  msgstr "اقرأ المزيد"
37
 
38
+ #: contact_form.php:104
39
+ #: contact_form.php:130
40
+ #: contact_form.php:1280
41
+ #: contact_form.php:1289
42
  msgid "Settings"
43
  msgstr "إعدادات"
44
 
45
+ #: contact_form.php:110
46
+ #: contact_form.php:136
47
  msgid "Installed plugins"
48
  msgstr "تثبيت الإضافات"
49
 
50
+ #: contact_form.php:118
51
+ #: contact_form.php:144
52
  msgid "Recommended plugins"
53
  msgstr "اضافات موصى بها"
54
 
55
+ #: contact_form.php:120
56
+ msgid "Purchase"
57
+ msgstr ""
58
+
59
+ #: contact_form.php:125
60
+ #, fuzzy
61
+ msgid "Free plugins"
62
+ msgstr "اضافات موصى بها"
63
+
64
+ #: contact_form.php:146
65
  msgid "Download"
66
  msgstr "تحميل"
67
 
68
+ #: contact_form.php:146
69
  #, php-format
70
  msgid "Install %s"
71
  msgstr "تنصيب %s"
72
 
73
+ #: contact_form.php:146
74
  msgid "Install now from wordpress.org"
75
  msgstr "تثبيت من wordpress.org"
76
 
77
+ #: contact_form.php:151
78
+ #, fuzzy
79
+ msgid "If you have any questions, please contact us via"
80
  msgstr "إذا كان لديك أي أسئلة، يرجى الاتصال بنا عبر plugin@bestwebsoft.com أو ملء استمارة الاتصال على موقعنا"
81
 
82
+ #: contact_form.php:160
83
+ #: contact_form.php:525
84
  msgid "Contact Form Options"
85
  msgstr "خيارات نموذج اتصل بنا"
86
 
87
+ #: contact_form.php:160
88
  msgid "Contact Form"
89
  msgstr "نموذج الاتصال"
90
 
91
+ #: contact_form.php:199
92
+ #: contact_form.php:661
93
+ #: contact_form.php:687
94
  msgid "Name:"
95
  msgstr "الأسم:"
96
 
97
+ #: contact_form.php:200
98
+ #: contact_form.php:662
99
+ #: contact_form.php:688
100
+ #, fuzzy
101
+ msgid "Address:"
102
+ msgstr "البريد الالكتروني:"
103
+
104
+ #: contact_form.php:201
105
+ #: contact_form.php:663
106
+ #: contact_form.php:689
107
  msgid "Email Address:"
108
  msgstr "البريد الالكتروني:"
109
 
110
+ #: contact_form.php:202
111
+ #: contact_form.php:664
112
+ #: contact_form.php:690
113
  msgid "Phone number:"
114
  msgstr ""
115
 
116
+ #: contact_form.php:203
117
+ #: contact_form.php:665
118
+ #: contact_form.php:691
119
  msgid "Subject:"
120
  msgstr "موضوع الرسالة:"
121
 
122
+ #: contact_form.php:204
123
+ #: contact_form.php:666
124
+ #: contact_form.php:692
125
  msgid "Message:"
126
  msgstr "الرسالة:"
127
 
128
+ #: contact_form.php:205
129
+ #: contact_form.php:667
130
+ #: contact_form.php:693
131
  msgid "Attachment:"
132
  msgstr "المرفقات:"
133
 
134
+ #: contact_form.php:206
135
+ #: contact_form.php:261
136
+ #: contact_form.php:668
137
+ #: contact_form.php:694
138
  msgid "Send me a copy"
139
  msgstr "أرسل لي نسخة"
140
 
141
+ #: contact_form.php:207
142
+ #: contact_form.php:669
143
+ #: contact_form.php:695
144
  msgid "Submit"
145
  msgstr "تقدم"
146
 
147
+ #: contact_form.php:208
148
  msgid "Your name is required."
149
  msgstr "مطلوب اسمك."
150
 
151
+ #: contact_form.php:209
152
+ #, fuzzy
153
+ msgid "Address is required."
154
+ msgstr "مطلوب بريد الكتروني صحيح."
155
+
156
+ #: contact_form.php:210
157
  #, fuzzy
158
  msgid "A valid email address is required."
159
  msgstr "مطلوب بريد الكتروني صحيح."
160
 
161
+ #: contact_form.php:211
162
+ #: contact_form.php:256
163
+ #: contact_form.php:259
164
  #, fuzzy
165
  msgid "Phone number is required."
166
  msgstr "مطلوب اسمك."
167
 
168
+ #: contact_form.php:212
169
+ #: contact_form.php:255
170
+ #: contact_form.php:258
171
  msgid "Subject is required."
172
  msgstr "مطلوب نص الموضوع."
173
 
174
+ #: contact_form.php:213
175
+ #: contact_form.php:254
176
+ #: contact_form.php:257
177
  msgid "Message text is required."
178
  msgstr "مطلوب نص الرسالة."
179
 
180
+ #: contact_form.php:214
181
  msgid "File format is not valid."
182
  msgstr "المرفق تعطل."
183
 
184
+ #: contact_form.php:215
185
+ msgid "File upload error."
186
+ msgstr ""
187
+
188
+ #: contact_form.php:216
189
+ msgid "The file could not be uploaded."
190
+ msgstr ""
191
+
192
+ #: contact_form.php:217
193
+ msgid "This file is too large."
194
+ msgstr ""
195
+
196
+ #: contact_form.php:218
197
  msgid "Please fill out the CAPTCHA."
198
  msgstr "يرجى استكمال رمز التحقق."
199
 
200
+ #: contact_form.php:219
201
  msgid "Please make corrections below and try again."
202
  msgstr "يرجى إجراء التصحيحات أدناه وحاول مرة أخرى."
203
 
204
+ #: contact_form.php:221
205
  msgid "Thank you for contacting us."
206
  msgstr "أشكركم على الاتصال بنا. سيتم الرد عليكم في أقرب فرصة."
207
 
208
+ #: contact_form.php:480
209
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
210
  msgstr ""
211
 
212
+ #: contact_form.php:489
213
  msgid "Such user does not exist. Settings are not saved."
214
  msgstr "هذا المستخدم لا وجود له. لم يتم حفظ الإعدادات."
215
 
216
+ #: contact_form.php:494
217
+ #: contact_form.php:500
218
  #, fuzzy
219
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
220
  msgstr "الرجاء إدخال بريد الكتروني صحيح. الاعدادات لم تُحفظ."
221
 
222
+ #: contact_form.php:505
223
  msgid "Options saved."
224
  msgstr "الخيارات حُفظت."
225
 
226
+ #: contact_form.php:530
227
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
228
  msgstr "إذا كنت ترغب في إضافة نموذج الاتصال إلى موقع الويب الخاص بك، قم بنسخ ولصق هذا الرمز القصير:"
229
 
230
+ #: contact_form.php:531
231
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
232
  msgstr "إذا كانت المعلومات في الحقول أدناه فارغة سيتم إرسال الرسالة إلى عنوان الذي تم تحديده أثناء التسجيل."
233
 
234
+ #: contact_form.php:535
235
  msgid "The user's email address:"
236
  msgstr "أستخدم بريد العضو في وورد بريس:"
237
 
238
+ #: contact_form.php:539
239
  msgid "Create a username"
240
  msgstr "اختر اسم المستخدم"
241
 
242
+ #: contact_form.php:544
243
  msgid "Enter a username of the person who should get the messages from the contact form."
244
  msgstr "تعيين اسم المستخدم من الذين سيحصلون على رسائل من شكل من أشكال الاتصال."
245
 
246
+ #: contact_form.php:548
247
  msgid "Use this email address:"
248
  msgstr "استخدام هذا البريد الالكتروني:"
249
 
250
+ #: contact_form.php:551
251
  msgid "Enter the email address you want the messages forwarded to."
252
  msgstr "تعيين عنوان البريد الإلكتروني التي سيتم استخدامها لاستقبال الرسائل."
253
 
254
+ #: contact_form.php:555
255
  msgid "Additional options"
256
  msgstr "خيارات إضافية"
257
 
258
+ #: contact_form.php:558
259
  msgid "Display Attachment block"
260
  msgstr "عرض حقل المرفقات"
261
 
262
+ #: contact_form.php:560
263
  msgid "Users can attach the following file formats"
264
  msgstr "يمكن للمستخدمين إرفاق الملفات من الأنواع التالية"
265
 
266
+ #: contact_form.php:564
267
  #, fuzzy
268
  msgid "Display Attachment tips"
269
  msgstr "عرض حقل المرفقات"
270
 
271
+ #: contact_form.php:566
272
  #, fuzzy
273
  msgid "Display tips below the Attachment block"
274
  msgstr "عرض حقل المرفقات"
275
 
276
+ #: contact_form.php:570
277
  msgid "Display Send me a copy block"
278
  msgstr "عرض خيار (أرسل لي نسخة)"
279
 
280
+ #: contact_form.php:576
281
  msgid "What to use?"
282
  msgstr "ماذا تستخدم؟"
283
 
284
+ #: contact_form.php:579
285
  msgid "Wp-mail"
286
  msgstr "Wp-mail"
287
 
288
+ #: contact_form.php:580
289
  msgid "You can use the wp_mail function for mailing"
290
  msgstr "لإرسال البريد يمكنك استخدام وظيفة wp_mail"
291
 
292
+ #: contact_form.php:586
293
  msgid "Mail"
294
  msgstr "Mail"
295
 
296
+ #: contact_form.php:587
297
  msgid "To send mail you can use the php mail function"
298
  msgstr "لإرسال البريد يمكنك استخدام وظيفة البريد PHP"
299
 
300
+ #: contact_form.php:591
301
  #, fuzzy
302
  msgid "Change text of the 'FROM' field"
303
  msgstr "تغيير من الحقول من نموذج الاتصال"
304
 
305
+ #: contact_form.php:597
306
  msgid "Enter the email address in the 'From' field"
307
  msgstr ""
308
 
309
+ #: contact_form.php:599
310
  msgid "The email address of the user who fills the form will be used in the field 'From'."
311
  msgstr ""
312
 
313
+ #: contact_form.php:601
314
  msgid "This email address will be used in the 'From' field."
315
  msgstr ""
316
 
317
+ #: contact_form.php:605
318
+ #, fuzzy
319
+ msgid "Display fields"
320
+ msgstr "عرض حقل المرفقات"
321
+
322
+ #: contact_form.php:607
323
+ #: contact_form.php:615
324
+ #: contact_form.php:1172
325
+ #, fuzzy
326
+ msgid "Address"
327
+ msgstr "البريد الالكتروني:"
328
+
329
+ #: contact_form.php:608
330
+ #: contact_form.php:617
331
+ #: contact_form.php:1180
332
+ msgid "Phone"
333
  msgstr ""
334
 
335
+ #: contact_form.php:612
336
  msgid "Required fields"
337
  msgstr ""
338
 
339
+ #: contact_form.php:614
340
+ #: contact_form.php:1167
341
  msgid "Name"
342
  msgstr "الأسم"
343
 
344
+ #: contact_form.php:616
345
  #, fuzzy
346
  msgid "Email Address"
347
  msgstr "البريد الالكتروني:"
348
 
349
+ #: contact_form.php:618
350
+ #: contact_form.php:1183
 
 
 
 
 
351
  msgid "Subject"
352
  msgstr "موضوع الرسالة"
353
 
354
+ #: contact_form.php:619
355
+ #: contact_form.php:1186
356
  msgid "Message"
357
  msgstr "الرسالة"
358
 
359
+ #: contact_form.php:623
360
  #, fuzzy
361
  msgid "Display additional info in the email"
362
  msgstr "عرض معلومات اضافية في البريد الالكتروني"
363
 
364
+ #: contact_form.php:628
365
+ #: contact_form.php:1139
366
  msgid "Sent from (ip address)"
367
  msgstr "ارسلت من (عنوان IP)"
368
 
369
+ #: contact_form.php:629
370
+ #: contact_form.php:1144
371
  msgid "Date/Time"
372
  msgstr "الوقت/التاريخ"
373
 
374
+ #: contact_form.php:630
375
+ #: contact_form.php:1149
376
  msgid "Sent from (referer)"
377
  msgstr "Sent from (referer)"
378
 
379
+ #: contact_form.php:631
380
+ #: contact_form.php:1154
381
  msgid "Using (user agent)"
382
  msgstr "باستخدام (وكيل المستخدم)"
383
 
384
+ #: contact_form.php:635
385
  msgid "Language settings for the field names in the form"
386
  msgstr ""
387
 
388
+ #: contact_form.php:644
389
  msgid "Add a language"
390
  msgstr ""
391
 
392
+ #: contact_form.php:648
393
  #, fuzzy
394
  msgid "Change the names of the contact form fields and error messages"
395
  msgstr "تغيير تسمية حقول نموذج الاتصال"
396
 
397
+ #: contact_form.php:653
398
+ #: contact_form.php:718
399
  msgid "English"
400
  msgstr ""
401
 
402
+ #: contact_form.php:670
403
+ #: contact_form.php:696
404
  msgid "Error message for the Name field"
405
  msgstr ""
406
 
407
+ #: contact_form.php:671
408
+ #: contact_form.php:697
409
+ msgid "Error message for the Address field"
410
+ msgstr ""
411
+
412
+ #: contact_form.php:672
413
+ #: contact_form.php:698
414
  msgid "Error message for the Email field"
415
  msgstr ""
416
 
417
+ #: contact_form.php:673
418
+ #: contact_form.php:699
419
  msgid "Error message for the Phone field"
420
  msgstr ""
421
 
422
+ #: contact_form.php:674
423
+ #: contact_form.php:700
424
  msgid "Error message for the Subject field"
425
  msgstr ""
426
 
427
+ #: contact_form.php:675
428
+ #: contact_form.php:701
429
  msgid "Error message for the Message field"
430
  msgstr ""
431
 
432
+ #: contact_form.php:676
433
+ #: contact_form.php:702
434
+ msgid "Error message about the file type for the Attachment field"
435
  msgstr ""
436
 
437
+ #: contact_form.php:677
438
+ #: contact_form.php:703
439
+ msgid "Error message while uploading a file for the Attachment field to the server"
440
+ msgstr ""
441
+
442
+ #: contact_form.php:678
443
+ #: contact_form.php:704
444
+ msgid "Error message while moving the file for the Attachment field"
445
+ msgstr ""
446
+
447
+ #: contact_form.php:679
448
+ #: contact_form.php:705
449
+ msgid "Error message when file size limit for the Attachment field is exceeded"
450
+ msgstr ""
451
+
452
+ #: contact_form.php:680
453
+ #: contact_form.php:706
454
  msgid "Error message for the Captcha field"
455
  msgstr ""
456
 
457
+ #: contact_form.php:681
458
+ #: contact_form.php:707
459
  msgid "Error message for the whole form"
460
  msgstr ""
461
 
462
+ #: contact_form.php:682
463
+ #: contact_form.php:708
464
+ #: contact_form.php:727
465
+ #: contact_form.php:733
466
  msgid "Use shortcode"
467
  msgstr ""
468
 
469
+ #: contact_form.php:682
470
+ #: contact_form.php:708
471
+ #: contact_form.php:727
472
+ #: contact_form.php:733
473
  msgid "for this language"
474
  msgstr ""
475
 
476
+ #: contact_form.php:715
477
  msgid "Action after email is sent"
478
  msgstr ""
479
 
480
+ #: contact_form.php:717
481
  #, fuzzy
482
  msgid "Display text"
483
  msgstr "عرض حقل المرفقات"
484
 
485
+ #: contact_form.php:726
486
+ #: contact_form.php:732
487
  msgid "Text"
488
  msgstr ""
489
 
490
+ #: contact_form.php:739
491
  msgid "Redirect to the page"
492
  msgstr ""
493
 
494
+ #: contact_form.php:740
495
  msgid "Url"
496
  msgstr ""
497
 
498
+ #: contact_form.php:745
499
  msgid "Save Changes"
500
  msgstr "حفظ التغييرات"
501
 
502
+ #: contact_form.php:794
503
  msgid "Sorry, email message could not be delivered."
504
  msgstr "عذراً, لم نستطيع تسليم رسالتك."
505
 
506
+ #: contact_form.php:878
507
  msgid "You can attach the following file formats"
508
  msgstr "يمكنك إرفاق الملفات من الأنواع التالية"
509
 
510
+ #: contact_form.php:1162
511
  msgid "Contact from"
512
  msgstr "اتصل من"
513
 
514
+ #: contact_form.php:1175
515
  msgid "Email"
516
  msgstr "البريد الألكتروني"
517
 
518
+ #: contact_form.php:1189
519
  msgid "Site"
520
  msgstr "الموقع"
521
 
522
+ #: contact_form.php:1239
523
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
524
  msgstr "إذا يمكنك أن ترى هذه MIME من العميل الخاص بك لا يقبل أنواع MIME!"
525
 
526
+ #: contact_form.php:1290
527
  msgid "FAQ"
528
  msgstr "أسئلة وأجوبة"
529
 
530
+ #: contact_form.php:1291
531
  msgid "Support"
532
  msgstr "دعم"
533
 
534
+ #: contact_form.php:1339
535
  msgid "Are you sure that you want to delete this language data?"
536
  msgstr ""
537
 
545
  #~ msgstr "Indirizzo e-mail:"
546
  #~ msgid "Install Now"
547
  #~ msgstr "Installa Ora"
 
 
548
 
languages/contact_form-be_BY.mo CHANGED
Binary file
languages/contact_form-be_BY.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 15:06+0300\n"
6
- "PO-Revision-Date: 2013-04-22 15:06+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Sakałoŭ Alaksiej <nullbsd@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,446 +16,528 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:78
 
 
 
 
 
 
20
  msgid "Activated plugins"
21
  msgstr "Актываваныя пашырэньні"
22
 
23
- #: contact_form.php:80
24
- #: contact_form.php:88
25
- #: contact_form.php:96
 
 
 
26
  msgid "Read more"
27
  msgstr "Чытаць далей"
28
 
29
- #: contact_form.php:80
30
- #: contact_form.php:1127
31
- #: contact_form.php:1136
 
32
  msgid "Settings"
33
  msgstr "Наладкі"
34
 
35
- #: contact_form.php:86
 
36
  msgid "Installed plugins"
37
  msgstr "Усталяваныя пашырэньні"
38
 
39
- #: contact_form.php:94
 
40
  msgid "Recommended plugins"
41
  msgstr "Рэкамэндаваныя да ўсталёўкі пашырэньні"
42
 
43
- #: contact_form.php:96
 
 
 
 
 
 
 
 
 
44
  msgid "Download"
45
  msgstr "Спампаваць"
46
 
47
- #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "Усталявана %s"
51
 
52
- #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "Усталяваць з wordpress.org"
55
 
56
- #: contact_form.php:98
57
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
 
58
  msgstr "Калі ў вас ёсьць якія небудзь пытаньні, зьвяртайцеся да plugin@bestwebsoft.com ці запоўніце кантактную форму на нашым сайце"
59
 
60
- #: contact_form.php:110
61
- #: contact_form.php:430
62
  msgid "Contact Form Options"
63
  msgstr "Наладкі кантактнай формы"
64
 
65
- #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "Кантактная форма"
68
 
69
- #: contact_form.php:147
70
- #: contact_form.php:564
71
- #: contact_form.php:585
72
  msgid "Name:"
73
  msgstr "Імя:"
74
 
75
- #: contact_form.php:148
76
- #: contact_form.php:565
77
- #: contact_form.php:586
 
 
 
 
 
 
 
78
  msgid "Email Address:"
79
  msgstr "E-mail адрас:"
80
 
81
- #: contact_form.php:149
82
- #: contact_form.php:566
83
- #: contact_form.php:587
84
  msgid "Phone number:"
85
  msgstr "Тэлефон:"
86
 
87
- #: contact_form.php:150
88
- #: contact_form.php:567
89
- #: contact_form.php:588
90
  msgid "Subject:"
91
  msgstr "Тэма:"
92
 
93
- #: contact_form.php:151
94
- #: contact_form.php:568
95
- #: contact_form.php:589
96
  msgid "Message:"
97
  msgstr "Паведамленьне:"
98
 
99
- #: contact_form.php:152
100
- #: contact_form.php:569
101
- #: contact_form.php:590
102
  msgid "Attachment:"
103
  msgstr "Прычапіць файл:"
104
 
105
- #: contact_form.php:153
106
- #: contact_form.php:199
107
- #: contact_form.php:570
108
- #: contact_form.php:591
109
  msgid "Send me a copy"
110
  msgstr "Адправіць мне копію"
111
 
112
- #: contact_form.php:154
113
- #: contact_form.php:571
114
- #: contact_form.php:592
115
  msgid "Submit"
116
  msgstr "Адправіць"
117
 
118
- #: contact_form.php:155
119
  msgid "Your name is required."
120
  msgstr "Вашае імя - гэта абавязковы радок."
121
 
122
- #: contact_form.php:156
 
 
 
 
 
123
  #, fuzzy
124
  msgid "A valid email address is required."
125
  msgstr "Радок e-mail адраса - обавязковы да запаўненьня"
126
 
127
- #: contact_form.php:157
128
- #: contact_form.php:194
129
- #: contact_form.php:197
130
  msgid "Phone number is required."
131
  msgstr "Вашае імя - абавязковае поле."
132
 
133
- #: contact_form.php:158
134
- #: contact_form.php:193
135
- #: contact_form.php:196
136
  msgid "Subject is required."
137
  msgstr "Поле Тэма - абавязковае."
138
 
139
- #: contact_form.php:159
140
- #: contact_form.php:192
141
- #: contact_form.php:195
142
  msgid "Message text is required."
143
  msgstr "Радок паведамленьня - абавязковы."
144
 
145
- #: contact_form.php:160
146
  msgid "File format is not valid."
147
  msgstr "Фармат файла не зьяўляецца дапушчальным."
148
 
149
- #: contact_form.php:161
 
 
 
 
 
 
 
 
 
 
 
 
150
  msgid "Please fill out the CAPTCHA."
151
  msgstr "Калі ласка, запоўніце сымбалі з выявы."
152
 
153
- #: contact_form.php:162
154
  msgid "Please make corrections below and try again."
155
  msgstr "Калі ласка, зрабіце выпраўленьне ў радках ніжэй ды паўтарыце працэдуру"
156
 
157
- #: contact_form.php:164
158
  msgid "Thank you for contacting us."
159
  msgstr "Дзякуем за кантакт з намі."
160
 
161
- #: contact_form.php:385
162
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
163
  msgstr "Калі наладка 'Перайсьці на старонку' абрана, тады URL павінен быць запоўнены ў наступным фармаце"
164
 
165
- #: contact_form.php:394
166
  msgid "Such user does not exist. Settings are not saved."
167
  msgstr "Дадзены карыстальнік ня знойдзен. Наладкі не захаваны"
168
 
169
- #: contact_form.php:399
170
- #: contact_form.php:405
171
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
172
  msgstr "Калі ласка, увядзіце карэктны адрас для радка 'FROM'. Наладкі не захаваны."
173
 
174
- #: contact_form.php:410
175
  msgid "Options saved."
176
  msgstr "Наладкі захаваны."
177
 
178
- #: contact_form.php:435
179
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
180
  msgstr "Калі вы жадаеце дадаць Кантактную Форму на свой сайт, тады вам неабходна толькі скапіяваць ды ўставіць Shortcode у канктэнт старонкі, ці запісу, ці аздабленьня:"
181
 
182
- #: contact_form.php:436
183
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
184
  msgstr "Калі інфармацыя ў палях ніжэй адсутнічае, паведамленьне будзе адпраўлена на email адрас, які быў указаны пры рэгістрацыі на сайце."
185
 
186
- #: contact_form.php:440
187
  msgid "The user's email address:"
188
  msgstr "Электронны адрас карыстальніка:"
189
 
190
- #: contact_form.php:444
191
  msgid "Create a username"
192
  msgstr "Абярыце імя карыстальніка"
193
 
194
- #: contact_form.php:449
195
  msgid "Enter a username of the person who should get the messages from the contact form."
196
  msgstr "Увядзіце імя карыстальніка, які будзе атрымліваць паведамленьні кантактнай формы."
197
 
198
- #: contact_form.php:453
199
  msgid "Use this email address:"
200
  msgstr "Выкарыстоўваць гэты email-адрас:"
201
 
202
- #: contact_form.php:456
203
  msgid "Enter the email address you want the messages forwarded to."
204
  msgstr "Увядзіце адрас, на які хочаце перанакіраваць паведамленьне."
205
 
206
- #: contact_form.php:460
207
  msgid "Additional options"
208
  msgstr "Дадатковыя наладкі"
209
 
210
- #: contact_form.php:463
211
  msgid "Display Attachment block"
212
  msgstr "Паказваць блок Прычапіць Файл"
213
 
214
- #: contact_form.php:465
215
  msgid "Users can attach the following file formats"
216
  msgstr "Карыстальнікі могуць прычапляць файлы наступных тыпаў"
217
 
218
- #: contact_form.php:469
219
  msgid "Display Attachment tips"
220
  msgstr "Паказаць дадатковую інфармацыю для блока Прычапіць Файл"
221
 
222
- #: contact_form.php:471
223
  msgid "Display tips below the Attachment block"
224
  msgstr "Паказваць блок Прычапіць Файл"
225
 
226
- #: contact_form.php:475
227
  msgid "Display Send me a copy block"
228
  msgstr "Паказаць блок Адправіць мне копію"
229
 
230
- #: contact_form.php:481
231
  msgid "What to use?"
232
  msgstr "Што выкарыстоўваць?"
233
 
234
- #: contact_form.php:484
235
  msgid "Wp-mail"
236
  msgstr "Wp-mail"
237
 
238
- #: contact_form.php:485
239
  msgid "You can use the wp_mail function for mailing"
240
  msgstr "Для адпраўкі пошты вы можаце выкарыстоўваць функцыю php mail"
241
 
242
- #: contact_form.php:491
243
  msgid "Mail"
244
  msgstr "Mail"
245
 
246
- #: contact_form.php:492
247
  msgid "To send mail you can use the php mail function"
248
  msgstr "Для адпраўкі пошты вы можаце выкарыстоўваць функцыю php mail"
249
 
250
- #: contact_form.php:496
251
  msgid "Change text of the 'FROM' field"
252
  msgstr "Зьмяніць тэкст для радка 'FROM' у лісьце"
253
 
254
- #: contact_form.php:502
255
  msgid "Enter the email address in the 'From' field"
256
  msgstr "Калі ласка, увядзіце адрас электроннай пошты ў поле 'From'"
257
 
258
- #: contact_form.php:504
259
  #, fuzzy
260
  msgid "The email address of the user who fills the form will be used in the field 'From'."
261
  msgstr "Адрас электроннай пошты карыстальніка, які запаўняе форму будзе выкарыстоўвацца ў поле 'From'."
262
 
263
- #: contact_form.php:506
264
  msgid "This email address will be used in the 'From' field."
265
  msgstr "Гэты адрас будзе выкарыстоўвацца ў поле 'From'"
266
 
267
- #: contact_form.php:510
268
  #, fuzzy
269
- msgid "Display a phone number field"
270
- msgstr "Паказаць радок для тэлефона"
 
 
 
 
 
 
 
 
 
 
 
 
 
271
 
272
- #: contact_form.php:516
273
  msgid "Required fields"
274
  msgstr "Абавязковыя палі"
275
 
276
- #: contact_form.php:518
277
- #: contact_form.php:1016
278
  msgid "Name"
279
  msgstr "Імя"
280
 
281
- #: contact_form.php:519
282
  #, fuzzy
283
  msgid "Email Address"
284
  msgstr "E-mail адрас:"
285
 
286
- #: contact_form.php:520
287
- #: contact_form.php:1024
288
- msgid "Phone"
289
- msgstr "Тэлефон"
290
-
291
- #: contact_form.php:521
292
- #: contact_form.php:1027
293
  msgid "Subject"
294
  msgstr "Тэма"
295
 
296
- #: contact_form.php:522
297
- #: contact_form.php:1030
298
  msgid "Message"
299
  msgstr "Паведамленьне"
300
 
301
- #: contact_form.php:526
302
  #, fuzzy
303
  msgid "Display additional info in the email"
304
  msgstr "Паказ дадатковай інфармацыі ў лісьце"
305
 
306
- #: contact_form.php:531
307
- #: contact_form.php:988
308
  msgid "Sent from (ip address)"
309
  msgstr "Адпраўлена ад (IP адрас)"
310
 
311
- #: contact_form.php:532
312
- #: contact_form.php:993
313
  msgid "Date/Time"
314
  msgstr "Дата/Час"
315
 
316
- #: contact_form.php:533
317
- #: contact_form.php:998
318
  msgid "Sent from (referer)"
319
  msgstr "Прыйшло з "
320
 
321
- #: contact_form.php:534
322
- #: contact_form.php:1003
323
  msgid "Using (user agent)"
324
  msgstr "Выкарыстоўваць (user agent)"
325
 
326
- #: contact_form.php:538
327
  msgid "Language settings for the field names in the form"
328
  msgstr "Моўныя наладкі для палёў у форме"
329
 
330
- #: contact_form.php:547
331
  #, fuzzy
332
  msgid "Add a language"
333
  msgstr "Дадаць мову"
334
 
335
- #: contact_form.php:551
336
  msgid "Change the names of the contact form fields and error messages"
337
  msgstr "Зьмяніць назвы палёў кантактнай формы й паведамленьняў аб памылках"
338
 
339
- #: contact_form.php:556
340
- #: contact_form.php:611
341
  msgid "English"
342
  msgstr "Ангельская"
343
 
344
- #: contact_form.php:572
345
- #: contact_form.php:593
346
  msgid "Error message for the Name field"
347
  msgstr "Паведамленьне аб памылкі для поля Імя Карыстальніка"
348
 
349
- #: contact_form.php:573
350
- #: contact_form.php:594
 
 
 
 
 
 
351
  msgid "Error message for the Email field"
352
  msgstr "Паведамленьне аб памылкі для поля Электронная Пошта"
353
 
354
- #: contact_form.php:574
355
- #: contact_form.php:595
356
  msgid "Error message for the Phone field"
357
  msgstr "Паведамленьне аб памылкі для поля Тэлефон"
358
 
359
- #: contact_form.php:575
360
- #: contact_form.php:596
361
  msgid "Error message for the Subject field"
362
  msgstr "Паведамленьне аб памылкі для поля Тэма"
363
 
364
- #: contact_form.php:576
365
- #: contact_form.php:597
366
  msgid "Error message for the Message field"
367
  msgstr "Паведамленьне аб памылкі для поля Паведамленьне"
368
 
369
- #: contact_form.php:577
370
- #: contact_form.php:598
371
- msgid "Error message for the Attachment field"
 
 
 
 
 
 
 
 
 
 
 
 
 
372
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
373
 
374
- #: contact_form.php:578
375
- #: contact_form.php:599
 
 
 
 
 
 
376
  msgid "Error message for the Captcha field"
377
  msgstr "Паведамленьне аб памылкі для поля Captcha"
378
 
379
- #: contact_form.php:579
380
- #: contact_form.php:600
381
  msgid "Error message for the whole form"
382
  msgstr "Паведамленьне аб памылцы для усёй формы"
383
 
384
- #: contact_form.php:580
385
- #: contact_form.php:601
386
- #: contact_form.php:620
387
- #: contact_form.php:626
388
  msgid "Use shortcode"
389
  msgstr "Выкарыстоўваць shortcode"
390
 
391
- #: contact_form.php:580
392
- #: contact_form.php:601
393
- #: contact_form.php:620
394
- #: contact_form.php:626
395
  msgid "for this language"
396
  msgstr "для дадзенай мовы"
397
 
398
- #: contact_form.php:608
399
  msgid "Action after email is sent"
400
  msgstr "Дзеяньні пасьля адпраўкі ліста"
401
 
402
- #: contact_form.php:610
403
  msgid "Display text"
404
  msgstr "Адлюстраваць тэкст"
405
 
406
- #: contact_form.php:619
407
- #: contact_form.php:625
408
  msgid "Text"
409
  msgstr "Тэкст"
410
 
411
- #: contact_form.php:632
412
  msgid "Redirect to the page"
413
  msgstr "Перакінуць на старонку"
414
 
415
- #: contact_form.php:633
416
  msgid "Url"
417
  msgstr "www-адрас"
418
 
419
- #: contact_form.php:638
420
  msgid "Save Changes"
421
  msgstr "Захаваць зьмены"
422
 
423
- #: contact_form.php:685
424
  msgid "Sorry, email message could not be delivered."
425
  msgstr "Прабачце, вашая электронная пошта не можа быць адпраўленай."
426
 
427
- #: contact_form.php:755
428
  msgid "You can attach the following file formats"
429
  msgstr "Карыстальнікі могуць прычапіць файлы наступных тыпаў"
430
 
431
- #: contact_form.php:1011
432
  msgid "Contact from"
433
  msgstr "Кантактная форма"
434
 
435
- #: contact_form.php:1019
436
  msgid "Email"
437
  msgstr "Электронная пошта"
438
 
439
- #: contact_form.php:1033
440
  msgid "Site"
441
  msgstr "Сайт"
442
 
443
- #: contact_form.php:1084
444
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
445
  msgstr "Калі вы бачыце гэты MIME, значыць гэты тып не падтрымліваецца вашым паштовым кліентам!"
446
 
447
- #: contact_form.php:1137
448
  msgid "FAQ"
449
  msgstr "Пытаньні й адказы"
450
 
451
- #: contact_form.php:1138
452
  msgid "Support"
453
  msgstr "Падтрымка"
454
 
455
- #: contact_form.php:1184
456
  msgid "Are you sure that you want to delete this language data?"
457
  msgstr "Вы сапраўды хочаце выдаліць дадзеныя для гэтай мовы?"
458
 
 
 
 
459
  #~ msgid "Please enter a valid email address. Settings are not saved."
460
  #~ msgstr "Калі ласка, увядзіце карэктны адрас. Наладкі не захаваны."
461
  #~ msgid "E-Mail Address"
@@ -493,6 +575,4 @@ msgstr "Вы сапраўды хочаце выдаліць дадзеныя д
493
  #~ msgstr "E-mail адрес:"
494
  #~ msgid "Install Now"
495
  #~ msgstr "Установить сейчас"
496
- #~ msgid "BWS Plugins"
497
- #~ msgstr "Плагины BWS"
498
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-27 16:04+0300\n"
6
+ "PO-Revision-Date: 2013-05-27 16:04+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Sakałoŭ Alaksiej <nullbsd@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:100
20
+ #, fuzzy
21
+ msgid "Pro plugins"
22
+ msgstr "Плагины BWS"
23
+
24
+ #: contact_form.php:103
25
+ #: contact_form.php:129
26
  msgid "Activated plugins"
27
  msgstr "Актываваныя пашырэньні"
28
 
29
+ #: contact_form.php:105
30
+ #: contact_form.php:113
31
+ #: contact_form.php:121
32
+ #: contact_form.php:131
33
+ #: contact_form.php:139
34
+ #: contact_form.php:147
35
  msgid "Read more"
36
  msgstr "Чытаць далей"
37
 
38
+ #: contact_form.php:105
39
+ #: contact_form.php:131
40
+ #: contact_form.php:1286
41
+ #: contact_form.php:1295
42
  msgid "Settings"
43
  msgstr "Наладкі"
44
 
45
+ #: contact_form.php:111
46
+ #: contact_form.php:137
47
  msgid "Installed plugins"
48
  msgstr "Усталяваныя пашырэньні"
49
 
50
+ #: contact_form.php:119
51
+ #: contact_form.php:145
52
  msgid "Recommended plugins"
53
  msgstr "Рэкамэндаваныя да ўсталёўкі пашырэньні"
54
 
55
+ #: contact_form.php:121
56
+ msgid "Purchase"
57
+ msgstr ""
58
+
59
+ #: contact_form.php:126
60
+ #, fuzzy
61
+ msgid "Free plugins"
62
+ msgstr "Рэкамэндаваныя да ўсталёўкі пашырэньні"
63
+
64
+ #: contact_form.php:147
65
  msgid "Download"
66
  msgstr "Спампаваць"
67
 
68
+ #: contact_form.php:147
69
  #, php-format
70
  msgid "Install %s"
71
  msgstr "Усталявана %s"
72
 
73
+ #: contact_form.php:147
74
  msgid "Install now from wordpress.org"
75
  msgstr "Усталяваць з wordpress.org"
76
 
77
+ #: contact_form.php:152
78
+ #, fuzzy
79
+ msgid "If you have any questions, please contact us via"
80
  msgstr "Калі ў вас ёсьць якія небудзь пытаньні, зьвяртайцеся да plugin@bestwebsoft.com ці запоўніце кантактную форму на нашым сайце"
81
 
82
+ #: contact_form.php:161
83
+ #: contact_form.php:526
84
  msgid "Contact Form Options"
85
  msgstr "Наладкі кантактнай формы"
86
 
87
+ #: contact_form.php:161
88
  msgid "Contact Form"
89
  msgstr "Кантактная форма"
90
 
91
+ #: contact_form.php:200
92
+ #: contact_form.php:662
93
+ #: contact_form.php:688
94
  msgid "Name:"
95
  msgstr "Імя:"
96
 
97
+ #: contact_form.php:201
98
+ #: contact_form.php:663
99
+ #: contact_form.php:689
100
+ #, fuzzy
101
+ msgid "Address:"
102
+ msgstr "E-mail адрас:"
103
+
104
+ #: contact_form.php:202
105
+ #: contact_form.php:664
106
+ #: contact_form.php:690
107
  msgid "Email Address:"
108
  msgstr "E-mail адрас:"
109
 
110
+ #: contact_form.php:203
111
+ #: contact_form.php:665
112
+ #: contact_form.php:691
113
  msgid "Phone number:"
114
  msgstr "Тэлефон:"
115
 
116
+ #: contact_form.php:204
117
+ #: contact_form.php:666
118
+ #: contact_form.php:692
119
  msgid "Subject:"
120
  msgstr "Тэма:"
121
 
122
+ #: contact_form.php:205
123
+ #: contact_form.php:667
124
+ #: contact_form.php:693
125
  msgid "Message:"
126
  msgstr "Паведамленьне:"
127
 
128
+ #: contact_form.php:206
129
+ #: contact_form.php:668
130
+ #: contact_form.php:694
131
  msgid "Attachment:"
132
  msgstr "Прычапіць файл:"
133
 
134
+ #: contact_form.php:207
135
+ #: contact_form.php:262
136
+ #: contact_form.php:669
137
+ #: contact_form.php:695
138
  msgid "Send me a copy"
139
  msgstr "Адправіць мне копію"
140
 
141
+ #: contact_form.php:208
142
+ #: contact_form.php:670
143
+ #: contact_form.php:696
144
  msgid "Submit"
145
  msgstr "Адправіць"
146
 
147
+ #: contact_form.php:209
148
  msgid "Your name is required."
149
  msgstr "Вашае імя - гэта абавязковы радок."
150
 
151
+ #: contact_form.php:210
152
+ #, fuzzy
153
+ msgid "Address is required."
154
+ msgstr "Радок e-mail адраса - обавязковы да запаўненьня"
155
+
156
+ #: contact_form.php:211
157
  #, fuzzy
158
  msgid "A valid email address is required."
159
  msgstr "Радок e-mail адраса - обавязковы да запаўненьня"
160
 
161
+ #: contact_form.php:212
162
+ #: contact_form.php:257
163
+ #: contact_form.php:260
164
  msgid "Phone number is required."
165
  msgstr "Вашае імя - абавязковае поле."
166
 
167
+ #: contact_form.php:213
168
+ #: contact_form.php:256
169
+ #: contact_form.php:259
170
  msgid "Subject is required."
171
  msgstr "Поле Тэма - абавязковае."
172
 
173
+ #: contact_form.php:214
174
+ #: contact_form.php:255
175
+ #: contact_form.php:258
176
  msgid "Message text is required."
177
  msgstr "Радок паведамленьня - абавязковы."
178
 
179
+ #: contact_form.php:215
180
  msgid "File format is not valid."
181
  msgstr "Фармат файла не зьяўляецца дапушчальным."
182
 
183
+ #: contact_form.php:216
184
+ msgid "File upload error."
185
+ msgstr ""
186
+
187
+ #: contact_form.php:217
188
+ msgid "The file could not be uploaded."
189
+ msgstr ""
190
+
191
+ #: contact_form.php:218
192
+ msgid "This file is too large."
193
+ msgstr ""
194
+
195
+ #: contact_form.php:219
196
  msgid "Please fill out the CAPTCHA."
197
  msgstr "Калі ласка, запоўніце сымбалі з выявы."
198
 
199
+ #: contact_form.php:220
200
  msgid "Please make corrections below and try again."
201
  msgstr "Калі ласка, зрабіце выпраўленьне ў радках ніжэй ды паўтарыце працэдуру"
202
 
203
+ #: contact_form.php:222
204
  msgid "Thank you for contacting us."
205
  msgstr "Дзякуем за кантакт з намі."
206
 
207
+ #: contact_form.php:481
208
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
209
  msgstr "Калі наладка 'Перайсьці на старонку' абрана, тады URL павінен быць запоўнены ў наступным фармаце"
210
 
211
+ #: contact_form.php:490
212
  msgid "Such user does not exist. Settings are not saved."
213
  msgstr "Дадзены карыстальнік ня знойдзен. Наладкі не захаваны"
214
 
215
+ #: contact_form.php:495
216
+ #: contact_form.php:501
217
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
218
  msgstr "Калі ласка, увядзіце карэктны адрас для радка 'FROM'. Наладкі не захаваны."
219
 
220
+ #: contact_form.php:506
221
  msgid "Options saved."
222
  msgstr "Наладкі захаваны."
223
 
224
+ #: contact_form.php:531
225
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
226
  msgstr "Калі вы жадаеце дадаць Кантактную Форму на свой сайт, тады вам неабходна толькі скапіяваць ды ўставіць Shortcode у канктэнт старонкі, ці запісу, ці аздабленьня:"
227
 
228
+ #: contact_form.php:532
229
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
230
  msgstr "Калі інфармацыя ў палях ніжэй адсутнічае, паведамленьне будзе адпраўлена на email адрас, які быў указаны пры рэгістрацыі на сайце."
231
 
232
+ #: contact_form.php:536
233
  msgid "The user's email address:"
234
  msgstr "Электронны адрас карыстальніка:"
235
 
236
+ #: contact_form.php:540
237
  msgid "Create a username"
238
  msgstr "Абярыце імя карыстальніка"
239
 
240
+ #: contact_form.php:545
241
  msgid "Enter a username of the person who should get the messages from the contact form."
242
  msgstr "Увядзіце імя карыстальніка, які будзе атрымліваць паведамленьні кантактнай формы."
243
 
244
+ #: contact_form.php:549
245
  msgid "Use this email address:"
246
  msgstr "Выкарыстоўваць гэты email-адрас:"
247
 
248
+ #: contact_form.php:552
249
  msgid "Enter the email address you want the messages forwarded to."
250
  msgstr "Увядзіце адрас, на які хочаце перанакіраваць паведамленьне."
251
 
252
+ #: contact_form.php:556
253
  msgid "Additional options"
254
  msgstr "Дадатковыя наладкі"
255
 
256
+ #: contact_form.php:559
257
  msgid "Display Attachment block"
258
  msgstr "Паказваць блок Прычапіць Файл"
259
 
260
+ #: contact_form.php:561
261
  msgid "Users can attach the following file formats"
262
  msgstr "Карыстальнікі могуць прычапляць файлы наступных тыпаў"
263
 
264
+ #: contact_form.php:565
265
  msgid "Display Attachment tips"
266
  msgstr "Паказаць дадатковую інфармацыю для блока Прычапіць Файл"
267
 
268
+ #: contact_form.php:567
269
  msgid "Display tips below the Attachment block"
270
  msgstr "Паказваць блок Прычапіць Файл"
271
 
272
+ #: contact_form.php:571
273
  msgid "Display Send me a copy block"
274
  msgstr "Паказаць блок Адправіць мне копію"
275
 
276
+ #: contact_form.php:577
277
  msgid "What to use?"
278
  msgstr "Што выкарыстоўваць?"
279
 
280
+ #: contact_form.php:580
281
  msgid "Wp-mail"
282
  msgstr "Wp-mail"
283
 
284
+ #: contact_form.php:581
285
  msgid "You can use the wp_mail function for mailing"
286
  msgstr "Для адпраўкі пошты вы можаце выкарыстоўваць функцыю php mail"
287
 
288
+ #: contact_form.php:587
289
  msgid "Mail"
290
  msgstr "Mail"
291
 
292
+ #: contact_form.php:588
293
  msgid "To send mail you can use the php mail function"
294
  msgstr "Для адпраўкі пошты вы можаце выкарыстоўваць функцыю php mail"
295
 
296
+ #: contact_form.php:592
297
  msgid "Change text of the 'FROM' field"
298
  msgstr "Зьмяніць тэкст для радка 'FROM' у лісьце"
299
 
300
+ #: contact_form.php:598
301
  msgid "Enter the email address in the 'From' field"
302
  msgstr "Калі ласка, увядзіце адрас электроннай пошты ў поле 'From'"
303
 
304
+ #: contact_form.php:600
305
  #, fuzzy
306
  msgid "The email address of the user who fills the form will be used in the field 'From'."
307
  msgstr "Адрас электроннай пошты карыстальніка, які запаўняе форму будзе выкарыстоўвацца ў поле 'From'."
308
 
309
+ #: contact_form.php:602
310
  msgid "This email address will be used in the 'From' field."
311
  msgstr "Гэты адрас будзе выкарыстоўвацца ў поле 'From'"
312
 
313
+ #: contact_form.php:606
314
  #, fuzzy
315
+ msgid "Display fields"
316
+ msgstr "Адлюстраваць тэкст"
317
+
318
+ #: contact_form.php:608
319
+ #: contact_form.php:616
320
+ #: contact_form.php:1175
321
+ #, fuzzy
322
+ msgid "Address"
323
+ msgstr "E-mail адрас:"
324
+
325
+ #: contact_form.php:609
326
+ #: contact_form.php:618
327
+ #: contact_form.php:1183
328
+ msgid "Phone"
329
+ msgstr "Тэлефон"
330
 
331
+ #: contact_form.php:613
332
  msgid "Required fields"
333
  msgstr "Абавязковыя палі"
334
 
335
+ #: contact_form.php:615
336
+ #: contact_form.php:1170
337
  msgid "Name"
338
  msgstr "Імя"
339
 
340
+ #: contact_form.php:617
341
  #, fuzzy
342
  msgid "Email Address"
343
  msgstr "E-mail адрас:"
344
 
345
+ #: contact_form.php:619
346
+ #: contact_form.php:1186
 
 
 
 
 
347
  msgid "Subject"
348
  msgstr "Тэма"
349
 
350
+ #: contact_form.php:620
351
+ #: contact_form.php:1189
352
  msgid "Message"
353
  msgstr "Паведамленьне"
354
 
355
+ #: contact_form.php:624
356
  #, fuzzy
357
  msgid "Display additional info in the email"
358
  msgstr "Паказ дадатковай інфармацыі ў лісьце"
359
 
360
+ #: contact_form.php:629
361
+ #: contact_form.php:1142
362
  msgid "Sent from (ip address)"
363
  msgstr "Адпраўлена ад (IP адрас)"
364
 
365
+ #: contact_form.php:630
366
+ #: contact_form.php:1147
367
  msgid "Date/Time"
368
  msgstr "Дата/Час"
369
 
370
+ #: contact_form.php:631
371
+ #: contact_form.php:1152
372
  msgid "Sent from (referer)"
373
  msgstr "Прыйшло з "
374
 
375
+ #: contact_form.php:632
376
+ #: contact_form.php:1157
377
  msgid "Using (user agent)"
378
  msgstr "Выкарыстоўваць (user agent)"
379
 
380
+ #: contact_form.php:636
381
  msgid "Language settings for the field names in the form"
382
  msgstr "Моўныя наладкі для палёў у форме"
383
 
384
+ #: contact_form.php:645
385
  #, fuzzy
386
  msgid "Add a language"
387
  msgstr "Дадаць мову"
388
 
389
+ #: contact_form.php:649
390
  msgid "Change the names of the contact form fields and error messages"
391
  msgstr "Зьмяніць назвы палёў кантактнай формы й паведамленьняў аб памылках"
392
 
393
+ #: contact_form.php:654
394
+ #: contact_form.php:719
395
  msgid "English"
396
  msgstr "Ангельская"
397
 
398
+ #: contact_form.php:671
399
+ #: contact_form.php:697
400
  msgid "Error message for the Name field"
401
  msgstr "Паведамленьне аб памылкі для поля Імя Карыстальніка"
402
 
403
+ #: contact_form.php:672
404
+ #: contact_form.php:698
405
+ #, fuzzy
406
+ msgid "Error message for the Address field"
407
+ msgstr "Паведамленьне аб памылкі для поля Паведамленьне"
408
+
409
+ #: contact_form.php:673
410
+ #: contact_form.php:699
411
  msgid "Error message for the Email field"
412
  msgstr "Паведамленьне аб памылкі для поля Электронная Пошта"
413
 
414
+ #: contact_form.php:674
415
+ #: contact_form.php:700
416
  msgid "Error message for the Phone field"
417
  msgstr "Паведамленьне аб памылкі для поля Тэлефон"
418
 
419
+ #: contact_form.php:675
420
+ #: contact_form.php:701
421
  msgid "Error message for the Subject field"
422
  msgstr "Паведамленьне аб памылкі для поля Тэма"
423
 
424
+ #: contact_form.php:676
425
+ #: contact_form.php:702
426
  msgid "Error message for the Message field"
427
  msgstr "Паведамленьне аб памылкі для поля Паведамленьне"
428
 
429
+ #: contact_form.php:677
430
+ #: contact_form.php:703
431
+ #, fuzzy
432
+ msgid "Error message about the file type for the Attachment field"
433
+ msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
434
+
435
+ #: contact_form.php:678
436
+ #: contact_form.php:704
437
+ #, fuzzy
438
+ msgid "Error message while uploading a file for the Attachment field to the server"
439
+ msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
440
+
441
+ #: contact_form.php:679
442
+ #: contact_form.php:705
443
+ #, fuzzy
444
+ msgid "Error message while moving the file for the Attachment field"
445
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
446
 
447
+ #: contact_form.php:680
448
+ #: contact_form.php:706
449
+ #, fuzzy
450
+ msgid "Error message when file size limit for the Attachment field is exceeded"
451
+ msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
452
+
453
+ #: contact_form.php:681
454
+ #: contact_form.php:707
455
  msgid "Error message for the Captcha field"
456
  msgstr "Паведамленьне аб памылкі для поля Captcha"
457
 
458
+ #: contact_form.php:682
459
+ #: contact_form.php:708
460
  msgid "Error message for the whole form"
461
  msgstr "Паведамленьне аб памылцы для усёй формы"
462
 
463
+ #: contact_form.php:683
464
+ #: contact_form.php:709
465
+ #: contact_form.php:728
466
+ #: contact_form.php:734
467
  msgid "Use shortcode"
468
  msgstr "Выкарыстоўваць shortcode"
469
 
470
+ #: contact_form.php:683
471
+ #: contact_form.php:709
472
+ #: contact_form.php:728
473
+ #: contact_form.php:734
474
  msgid "for this language"
475
  msgstr "для дадзенай мовы"
476
 
477
+ #: contact_form.php:716
478
  msgid "Action after email is sent"
479
  msgstr "Дзеяньні пасьля адпраўкі ліста"
480
 
481
+ #: contact_form.php:718
482
  msgid "Display text"
483
  msgstr "Адлюстраваць тэкст"
484
 
485
+ #: contact_form.php:727
486
+ #: contact_form.php:733
487
  msgid "Text"
488
  msgstr "Тэкст"
489
 
490
+ #: contact_form.php:740
491
  msgid "Redirect to the page"
492
  msgstr "Перакінуць на старонку"
493
 
494
+ #: contact_form.php:741
495
  msgid "Url"
496
  msgstr "www-адрас"
497
 
498
+ #: contact_form.php:746
499
  msgid "Save Changes"
500
  msgstr "Захаваць зьмены"
501
 
502
+ #: contact_form.php:795
503
  msgid "Sorry, email message could not be delivered."
504
  msgstr "Прабачце, вашая электронная пошта не можа быць адпраўленай."
505
 
506
+ #: contact_form.php:879
507
  msgid "You can attach the following file formats"
508
  msgstr "Карыстальнікі могуць прычапіць файлы наступных тыпаў"
509
 
510
+ #: contact_form.php:1165
511
  msgid "Contact from"
512
  msgstr "Кантактная форма"
513
 
514
+ #: contact_form.php:1178
515
  msgid "Email"
516
  msgstr "Электронная пошта"
517
 
518
+ #: contact_form.php:1192
519
  msgid "Site"
520
  msgstr "Сайт"
521
 
522
+ #: contact_form.php:1243
523
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
524
  msgstr "Калі вы бачыце гэты MIME, значыць гэты тып не падтрымліваецца вашым паштовым кліентам!"
525
 
526
+ #: contact_form.php:1296
527
  msgid "FAQ"
528
  msgstr "Пытаньні й адказы"
529
 
530
+ #: contact_form.php:1297
531
  msgid "Support"
532
  msgstr "Падтрымка"
533
 
534
+ #: contact_form.php:1345
535
  msgid "Are you sure that you want to delete this language data?"
536
  msgstr "Вы сапраўды хочаце выдаліць дадзеныя для гэтай мовы?"
537
 
538
+ #, fuzzy
539
+ #~ msgid "Display a phone number field"
540
+ #~ msgstr "Паказаць радок для тэлефона"
541
  #~ msgid "Please enter a valid email address. Settings are not saved."
542
  #~ msgstr "Калі ласка, увядзіце карэктны адрас. Наладкі не захаваны."
543
  #~ msgid "E-Mail Address"
575
  #~ msgstr "E-mail адрес:"
576
  #~ msgid "Install Now"
577
  #~ msgstr "Установить сейчас"
 
 
578
 
languages/contact_form-bg_BG.mo CHANGED
Binary file
languages/contact_form-bg_BG.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 15:06+0300\n"
6
- "PO-Revision-Date: 2013-04-22 15:06+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,444 +16,519 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:78
 
 
 
 
 
 
20
  msgid "Activated plugins"
21
  msgstr "Активиране на приложението"
22
 
23
- #: contact_form.php:80
24
- #: contact_form.php:88
25
- #: contact_form.php:96
 
 
 
26
  msgid "Read more"
27
  msgstr "Прочетете повече"
28
 
29
- #: contact_form.php:80
30
- #: contact_form.php:1127
31
- #: contact_form.php:1136
 
32
  msgid "Settings"
33
  msgstr "Настройки"
34
 
35
- #: contact_form.php:86
 
36
  msgid "Installed plugins"
37
  msgstr "Инсталиране на приложението"
38
 
39
- #: contact_form.php:94
 
40
  msgid "Recommended plugins"
41
  msgstr "Препоръчани приложения"
42
 
43
- #: contact_form.php:96
 
 
 
 
 
 
 
 
 
44
  msgid "Download"
45
  msgstr "Изтегляне"
46
 
47
- #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "Инсталиране %s"
51
 
52
- #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "Инсталирай сега от wordpress.org"
55
 
56
- #: contact_form.php:98
57
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
 
58
  msgstr "Ако имате някакви въпроси, моля свържете с нас чрез plugin@bestwebsoft.com или попълнете нашата форма за контакти на нашия сайт"
59
 
60
- #: contact_form.php:110
61
- #: contact_form.php:430
62
  msgid "Contact Form Options"
63
  msgstr "Настройки на Формата за контакт"
64
 
65
- #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "Форма за контакт"
68
 
69
- #: contact_form.php:147
70
- #: contact_form.php:564
71
- #: contact_form.php:585
72
  msgid "Name:"
73
  msgstr "Име:"
74
 
75
- #: contact_form.php:148
76
- #: contact_form.php:565
77
- #: contact_form.php:586
 
 
 
 
 
 
 
78
  msgid "Email Address:"
79
  msgstr "E-mail адрес:"
80
 
81
- #: contact_form.php:149
82
- #: contact_form.php:566
83
- #: contact_form.php:587
84
  msgid "Phone number:"
85
  msgstr ""
86
 
87
- #: contact_form.php:150
88
- #: contact_form.php:567
89
- #: contact_form.php:588
90
  msgid "Subject:"
91
  msgstr "Тема:"
92
 
93
- #: contact_form.php:151
94
- #: contact_form.php:568
95
- #: contact_form.php:589
96
  msgid "Message:"
97
  msgstr "Съобщение:"
98
 
99
- #: contact_form.php:152
100
- #: contact_form.php:569
101
- #: contact_form.php:590
102
  msgid "Attachment:"
103
  msgstr "Прикачване на файл:"
104
 
105
- #: contact_form.php:153
106
- #: contact_form.php:199
107
- #: contact_form.php:570
108
- #: contact_form.php:591
109
  msgid "Send me a copy"
110
  msgstr "Изпрати ми копие"
111
 
112
- #: contact_form.php:154
113
- #: contact_form.php:571
114
- #: contact_form.php:592
115
  msgid "Submit"
116
  msgstr "Изпрати"
117
 
118
- #: contact_form.php:155
119
  msgid "Your name is required."
120
  msgstr "Вашето име е задължително."
121
 
122
- #: contact_form.php:156
 
 
 
 
 
123
  #, fuzzy
124
  msgid "A valid email address is required."
125
  msgstr "Правилният Email адрес е задължителен."
126
 
127
- #: contact_form.php:157
128
- #: contact_form.php:194
129
- #: contact_form.php:197
130
  #, fuzzy
131
  msgid "Phone number is required."
132
  msgstr "Вашето име е задължително."
133
 
134
- #: contact_form.php:158
135
- #: contact_form.php:193
136
- #: contact_form.php:196
137
  msgid "Subject is required."
138
  msgstr "Заглавието е задължитено."
139
 
140
- #: contact_form.php:159
141
- #: contact_form.php:192
142
- #: contact_form.php:195
143
  msgid "Message text is required."
144
  msgstr "Текстовото съобщение е задължително."
145
 
146
- #: contact_form.php:160
147
  msgid "File format is not valid."
148
  msgstr "Прикаченият файл не се поддържа"
149
 
150
- #: contact_form.php:161
 
 
 
 
 
 
 
 
 
 
 
 
151
  msgid "Please fill out the CAPTCHA."
152
  msgstr "Моля попълнете CAPTCHA."
153
 
154
- #: contact_form.php:162
155
  msgid "Please make corrections below and try again."
156
  msgstr "Моля направете необходимите корекции по-долу и опитайте отново."
157
 
158
- #: contact_form.php:164
159
  msgid "Thank you for contacting us."
160
  msgstr "Благодарим Ви, че се свързахте с нас."
161
 
162
- #: contact_form.php:385
163
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
164
  msgstr ""
165
 
166
- #: contact_form.php:394
167
  msgid "Such user does not exist. Settings are not saved."
168
  msgstr "Не са намерени данни за потребителя. Настройките не са запазени"
169
 
170
- #: contact_form.php:399
171
- #: contact_form.php:405
172
  #, fuzzy
173
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
174
  msgstr "Моля, въведете коректен Email. Настройките не са запазени."
175
 
176
- #: contact_form.php:410
177
  msgid "Options saved."
178
  msgstr "Опциите са запазени"
179
 
180
- #: contact_form.php:435
181
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
182
  msgstr "Ако искате да добавите формата за контакт на своят сайт копирайте и поставете този код в страницата или публикацията или джаджа:"
183
 
184
- #: contact_form.php:436
185
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
186
  msgstr "Ако посочените по-долу полета не са попълнени, съобщението ще бъде изпратено на Email адрес, който е определен по време на регистрацията"
187
 
188
- #: contact_form.php:440
189
  msgid "The user's email address:"
190
  msgstr "Използвайте Email на Wordpress потребител:"
191
 
192
- #: contact_form.php:444
193
  msgid "Create a username"
194
  msgstr "Избиране на потребител"
195
 
196
- #: contact_form.php:449
197
  msgid "Enter a username of the person who should get the messages from the contact form."
198
  msgstr "Задайте името на потребителя, който ще получава съобщенията от формата за контакт."
199
 
200
- #: contact_form.php:453
201
  msgid "Use this email address:"
202
  msgstr "Използвайте този Email:"
203
 
204
- #: contact_form.php:456
205
  msgid "Enter the email address you want the messages forwarded to."
206
  msgstr "Задаване на Email адрес, който ще се използва за получаване на съобщения."
207
 
208
- #: contact_form.php:460
209
  msgid "Additional options"
210
  msgstr "Допълнителни настройки"
211
 
212
- #: contact_form.php:463
213
  msgid "Display Attachment block"
214
  msgstr "Покажи опция за прикачване на файл"
215
 
216
- #: contact_form.php:465
217
  msgid "Users can attach the following file formats"
218
  msgstr "Потребителите могат да прикачват файлове от следните видове"
219
 
220
- #: contact_form.php:469
221
  msgid "Display Attachment tips"
222
  msgstr ""
223
 
224
- #: contact_form.php:471
225
  msgid "Display tips below the Attachment block"
226
  msgstr ""
227
 
228
- #: contact_form.php:475
229
  msgid "Display Send me a copy block"
230
  msgstr "Показване на опция за изпращане на копие"
231
 
232
- #: contact_form.php:481
233
  msgid "What to use?"
234
  msgstr ""
235
 
236
- #: contact_form.php:484
237
  msgid "Wp-mail"
238
  msgstr "Wp-mail"
239
 
240
- #: contact_form.php:485
241
  msgid "You can use the wp_mail function for mailing"
242
  msgstr ""
243
 
244
- #: contact_form.php:491
245
  msgid "Mail"
246
  msgstr "Mail"
247
 
248
- #: contact_form.php:492
249
  msgid "To send mail you can use the php mail function"
250
  msgstr ""
251
 
252
- #: contact_form.php:496
253
  #, fuzzy
254
  msgid "Change text of the 'FROM' field"
255
  msgstr "Промяна от полета на формата за контакт"
256
 
257
- #: contact_form.php:502
258
  msgid "Enter the email address in the 'From' field"
259
  msgstr ""
260
 
261
- #: contact_form.php:504
262
  msgid "The email address of the user who fills the form will be used in the field 'From'."
263
  msgstr ""
264
 
265
- #: contact_form.php:506
266
  msgid "This email address will be used in the 'From' field."
267
  msgstr ""
268
 
269
- #: contact_form.php:510
270
- msgid "Display a phone number field"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
271
  msgstr ""
272
 
273
- #: contact_form.php:516
274
  msgid "Required fields"
275
  msgstr ""
276
 
277
- #: contact_form.php:518
278
- #: contact_form.php:1016
279
  msgid "Name"
280
  msgstr "Име"
281
 
282
- #: contact_form.php:519
283
  #, fuzzy
284
  msgid "Email Address"
285
  msgstr "E-mail адрес:"
286
 
287
- #: contact_form.php:520
288
- #: contact_form.php:1024
289
- msgid "Phone"
290
- msgstr ""
291
-
292
- #: contact_form.php:521
293
- #: contact_form.php:1027
294
  msgid "Subject"
295
  msgstr "Относно"
296
 
297
- #: contact_form.php:522
298
- #: contact_form.php:1030
299
  msgid "Message"
300
  msgstr "Съобщение"
301
 
302
- #: contact_form.php:526
303
  msgid "Display additional info in the email"
304
  msgstr ""
305
 
306
- #: contact_form.php:531
307
- #: contact_form.php:988
308
  msgid "Sent from (ip address)"
309
  msgstr "Изпратено от (ip адрес)"
310
 
311
- #: contact_form.php:532
312
- #: contact_form.php:993
313
  msgid "Date/Time"
314
  msgstr "Дата/Час"
315
 
316
- #: contact_form.php:533
317
- #: contact_form.php:998
318
  msgid "Sent from (referer)"
319
  msgstr "Идва от (referer)"
320
 
321
- #: contact_form.php:534
322
- #: contact_form.php:1003
323
  msgid "Using (user agent)"
324
  msgstr "Използвайки (user agent)"
325
 
326
- #: contact_form.php:538
327
  msgid "Language settings for the field names in the form"
328
  msgstr ""
329
 
330
- #: contact_form.php:547
331
  msgid "Add a language"
332
  msgstr ""
333
 
334
- #: contact_form.php:551
335
  #, fuzzy
336
  msgid "Change the names of the contact form fields and error messages"
337
  msgstr "Промяна на етикетите за полета във формата за контакт"
338
 
339
- #: contact_form.php:556
340
- #: contact_form.php:611
341
  msgid "English"
342
  msgstr ""
343
 
344
- #: contact_form.php:572
345
- #: contact_form.php:593
346
  msgid "Error message for the Name field"
347
  msgstr ""
348
 
349
- #: contact_form.php:573
350
- #: contact_form.php:594
 
 
 
 
 
351
  msgid "Error message for the Email field"
352
  msgstr ""
353
 
354
- #: contact_form.php:574
355
- #: contact_form.php:595
356
  msgid "Error message for the Phone field"
357
  msgstr ""
358
 
359
- #: contact_form.php:575
360
- #: contact_form.php:596
361
  msgid "Error message for the Subject field"
362
  msgstr ""
363
 
364
- #: contact_form.php:576
365
- #: contact_form.php:597
366
  msgid "Error message for the Message field"
367
  msgstr ""
368
 
369
- #: contact_form.php:577
370
- #: contact_form.php:598
371
- msgid "Error message for the Attachment field"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
372
  msgstr ""
373
 
374
- #: contact_form.php:578
375
- #: contact_form.php:599
376
  msgid "Error message for the Captcha field"
377
  msgstr ""
378
 
379
- #: contact_form.php:579
380
- #: contact_form.php:600
381
  msgid "Error message for the whole form"
382
  msgstr ""
383
 
384
- #: contact_form.php:580
385
- #: contact_form.php:601
386
- #: contact_form.php:620
387
- #: contact_form.php:626
388
  msgid "Use shortcode"
389
  msgstr ""
390
 
391
- #: contact_form.php:580
392
- #: contact_form.php:601
393
- #: contact_form.php:620
394
- #: contact_form.php:626
395
  msgid "for this language"
396
  msgstr ""
397
 
398
- #: contact_form.php:608
399
  msgid "Action after email is sent"
400
  msgstr ""
401
 
402
- #: contact_form.php:610
403
  #, fuzzy
404
  msgid "Display text"
405
  msgstr "Покажи опция за прикачване на файл"
406
 
407
- #: contact_form.php:619
408
- #: contact_form.php:625
409
  msgid "Text"
410
  msgstr ""
411
 
412
- #: contact_form.php:632
413
  msgid "Redirect to the page"
414
  msgstr ""
415
 
416
- #: contact_form.php:633
417
  msgid "Url"
418
  msgstr ""
419
 
420
- #: contact_form.php:638
421
  msgid "Save Changes"
422
  msgstr "Запис на промените"
423
 
424
- #: contact_form.php:685
425
  msgid "Sorry, email message could not be delivered."
426
  msgstr "Съжаляваме, Вашето съобщение не може да бъде изпратено."
427
 
428
- #: contact_form.php:755
429
  msgid "You can attach the following file formats"
430
  msgstr "Можете да прикачвате файлове от следните типове"
431
 
432
- #: contact_form.php:1011
433
  msgid "Contact from"
434
  msgstr "Форма за контакт"
435
 
436
- #: contact_form.php:1019
437
  msgid "Email"
438
  msgstr "Email"
439
 
440
- #: contact_form.php:1033
441
  msgid "Site"
442
  msgstr "Сайт"
443
 
444
- #: contact_form.php:1084
445
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
446
  msgstr "Ако видиждате това значи, че вашият MIME клиент за електронна поща не поддържа MIME тип!"
447
 
448
- #: contact_form.php:1137
449
  msgid "FAQ"
450
  msgstr "FAQ"
451
 
452
- #: contact_form.php:1138
453
  msgid "Support"
454
  msgstr "Поддръжка"
455
 
456
- #: contact_form.php:1184
457
  msgid "Are you sure that you want to delete this language data?"
458
  msgstr ""
459
 
@@ -467,6 +542,4 @@ msgstr ""
467
  #~ msgstr "E-mail адрес:"
468
  #~ msgid "Install Now"
469
  #~ msgstr "Инсталирайте сега"
470
- #~ msgid "BWS Plugins"
471
- #~ msgstr "Разширение BWS"
472
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-27 16:04+0300\n"
6
+ "PO-Revision-Date: 2013-05-27 16:04+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:100
20
+ #, fuzzy
21
+ msgid "Pro plugins"
22
+ msgstr "Разширение BWS"
23
+
24
+ #: contact_form.php:103
25
+ #: contact_form.php:129
26
  msgid "Activated plugins"
27
  msgstr "Активиране на приложението"
28
 
29
+ #: contact_form.php:105
30
+ #: contact_form.php:113
31
+ #: contact_form.php:121
32
+ #: contact_form.php:131
33
+ #: contact_form.php:139
34
+ #: contact_form.php:147
35
  msgid "Read more"
36
  msgstr "Прочетете повече"
37
 
38
+ #: contact_form.php:105
39
+ #: contact_form.php:131
40
+ #: contact_form.php:1286
41
+ #: contact_form.php:1295
42
  msgid "Settings"
43
  msgstr "Настройки"
44
 
45
+ #: contact_form.php:111
46
+ #: contact_form.php:137
47
  msgid "Installed plugins"
48
  msgstr "Инсталиране на приложението"
49
 
50
+ #: contact_form.php:119
51
+ #: contact_form.php:145
52
  msgid "Recommended plugins"
53
  msgstr "Препоръчани приложения"
54
 
55
+ #: contact_form.php:121
56
+ msgid "Purchase"
57
+ msgstr ""
58
+
59
+ #: contact_form.php:126
60
+ #, fuzzy
61
+ msgid "Free plugins"
62
+ msgstr "Препоръчани приложения"
63
+
64
+ #: contact_form.php:147
65
  msgid "Download"
66
  msgstr "Изтегляне"
67
 
68
+ #: contact_form.php:147
69
  #, php-format
70
  msgid "Install %s"
71
  msgstr "Инсталиране %s"
72
 
73
+ #: contact_form.php:147
74
  msgid "Install now from wordpress.org"
75
  msgstr "Инсталирай сега от wordpress.org"
76
 
77
+ #: contact_form.php:152
78
+ #, fuzzy
79
+ msgid "If you have any questions, please contact us via"
80
  msgstr "Ако имате някакви въпроси, моля свържете с нас чрез plugin@bestwebsoft.com или попълнете нашата форма за контакти на нашия сайт"
81
 
82
+ #: contact_form.php:161
83
+ #: contact_form.php:526
84
  msgid "Contact Form Options"
85
  msgstr "Настройки на Формата за контакт"
86
 
87
+ #: contact_form.php:161
88
  msgid "Contact Form"
89
  msgstr "Форма за контакт"
90
 
91
+ #: contact_form.php:200
92
+ #: contact_form.php:662
93
+ #: contact_form.php:688
94
  msgid "Name:"
95
  msgstr "Име:"
96
 
97
+ #: contact_form.php:201
98
+ #: contact_form.php:663
99
+ #: contact_form.php:689
100
+ #, fuzzy
101
+ msgid "Address:"
102
+ msgstr "E-mail адрес:"
103
+
104
+ #: contact_form.php:202
105
+ #: contact_form.php:664
106
+ #: contact_form.php:690
107
  msgid "Email Address:"
108
  msgstr "E-mail адрес:"
109
 
110
+ #: contact_form.php:203
111
+ #: contact_form.php:665
112
+ #: contact_form.php:691
113
  msgid "Phone number:"
114
  msgstr ""
115
 
116
+ #: contact_form.php:204
117
+ #: contact_form.php:666
118
+ #: contact_form.php:692
119
  msgid "Subject:"
120
  msgstr "Тема:"
121
 
122
+ #: contact_form.php:205
123
+ #: contact_form.php:667
124
+ #: contact_form.php:693
125
  msgid "Message:"
126
  msgstr "Съобщение:"
127
 
128
+ #: contact_form.php:206
129
+ #: contact_form.php:668
130
+ #: contact_form.php:694
131
  msgid "Attachment:"
132
  msgstr "Прикачване на файл:"
133
 
134
+ #: contact_form.php:207
135
+ #: contact_form.php:262
136
+ #: contact_form.php:669
137
+ #: contact_form.php:695
138
  msgid "Send me a copy"
139
  msgstr "Изпрати ми копие"
140
 
141
+ #: contact_form.php:208
142
+ #: contact_form.php:670
143
+ #: contact_form.php:696
144
  msgid "Submit"
145
  msgstr "Изпрати"
146
 
147
+ #: contact_form.php:209
148
  msgid "Your name is required."
149
  msgstr "Вашето име е задължително."
150
 
151
+ #: contact_form.php:210
152
+ #, fuzzy
153
+ msgid "Address is required."
154
+ msgstr "Правилният Email адрес е задължителен."
155
+
156
+ #: contact_form.php:211
157
  #, fuzzy
158
  msgid "A valid email address is required."
159
  msgstr "Правилният Email адрес е задължителен."
160
 
161
+ #: contact_form.php:212
162
+ #: contact_form.php:257
163
+ #: contact_form.php:260
164
  #, fuzzy
165
  msgid "Phone number is required."
166
  msgstr "Вашето име е задължително."
167
 
168
+ #: contact_form.php:213
169
+ #: contact_form.php:256
170
+ #: contact_form.php:259
171
  msgid "Subject is required."
172
  msgstr "Заглавието е задължитено."
173
 
174
+ #: contact_form.php:214
175
+ #: contact_form.php:255
176
+ #: contact_form.php:258
177
  msgid "Message text is required."
178
  msgstr "Текстовото съобщение е задължително."
179
 
180
+ #: contact_form.php:215
181
  msgid "File format is not valid."
182
  msgstr "Прикаченият файл не се поддържа"
183
 
184
+ #: contact_form.php:216
185
+ msgid "File upload error."
186
+ msgstr ""
187
+
188
+ #: contact_form.php:217
189
+ msgid "The file could not be uploaded."
190
+ msgstr ""
191
+
192
+ #: contact_form.php:218
193
+ msgid "This file is too large."
194
+ msgstr ""
195
+
196
+ #: contact_form.php:219
197
  msgid "Please fill out the CAPTCHA."
198
  msgstr "Моля попълнете CAPTCHA."
199
 
200
+ #: contact_form.php:220
201
  msgid "Please make corrections below and try again."
202
  msgstr "Моля направете необходимите корекции по-долу и опитайте отново."
203
 
204
+ #: contact_form.php:222
205
  msgid "Thank you for contacting us."
206
  msgstr "Благодарим Ви, че се свързахте с нас."
207
 
208
+ #: contact_form.php:481
209
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
210
  msgstr ""
211
 
212
+ #: contact_form.php:490
213
  msgid "Such user does not exist. Settings are not saved."
214
  msgstr "Не са намерени данни за потребителя. Настройките не са запазени"
215
 
216
+ #: contact_form.php:495
217
+ #: contact_form.php:501
218
  #, fuzzy
219
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
220
  msgstr "Моля, въведете коректен Email. Настройките не са запазени."
221
 
222
+ #: contact_form.php:506
223
  msgid "Options saved."
224
  msgstr "Опциите са запазени"
225
 
226
+ #: contact_form.php:531
227
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
228
  msgstr "Ако искате да добавите формата за контакт на своят сайт копирайте и поставете този код в страницата или публикацията или джаджа:"
229
 
230
+ #: contact_form.php:532
231
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
232
  msgstr "Ако посочените по-долу полета не са попълнени, съобщението ще бъде изпратено на Email адрес, който е определен по време на регистрацията"
233
 
234
+ #: contact_form.php:536
235
  msgid "The user's email address:"
236
  msgstr "Използвайте Email на Wordpress потребител:"
237
 
238
+ #: contact_form.php:540
239
  msgid "Create a username"
240
  msgstr "Избиране на потребител"
241
 
242
+ #: contact_form.php:545
243
  msgid "Enter a username of the person who should get the messages from the contact form."
244
  msgstr "Задайте името на потребителя, който ще получава съобщенията от формата за контакт."
245
 
246
+ #: contact_form.php:549
247
  msgid "Use this email address:"
248
  msgstr "Използвайте този Email:"
249
 
250
+ #: contact_form.php:552
251
  msgid "Enter the email address you want the messages forwarded to."
252
  msgstr "Задаване на Email адрес, който ще се използва за получаване на съобщения."
253
 
254
+ #: contact_form.php:556
255
  msgid "Additional options"
256
  msgstr "Допълнителни настройки"
257
 
258
+ #: contact_form.php:559
259
  msgid "Display Attachment block"
260
  msgstr "Покажи опция за прикачване на файл"
261
 
262
+ #: contact_form.php:561
263
  msgid "Users can attach the following file formats"
264
  msgstr "Потребителите могат да прикачват файлове от следните видове"
265
 
266
+ #: contact_form.php:565
267
  msgid "Display Attachment tips"
268
  msgstr ""
269
 
270
+ #: contact_form.php:567
271
  msgid "Display tips below the Attachment block"
272
  msgstr ""
273
 
274
+ #: contact_form.php:571
275
  msgid "Display Send me a copy block"
276
  msgstr "Показване на опция за изпращане на копие"
277
 
278
+ #: contact_form.php:577
279
  msgid "What to use?"
280
  msgstr ""
281
 
282
+ #: contact_form.php:580
283
  msgid "Wp-mail"
284
  msgstr "Wp-mail"
285
 
286
+ #: contact_form.php:581
287
  msgid "You can use the wp_mail function for mailing"
288
  msgstr ""
289
 
290
+ #: contact_form.php:587
291
  msgid "Mail"
292
  msgstr "Mail"
293
 
294
+ #: contact_form.php:588
295
  msgid "To send mail you can use the php mail function"
296
  msgstr ""
297
 
298
+ #: contact_form.php:592
299
  #, fuzzy
300
  msgid "Change text of the 'FROM' field"
301
  msgstr "Промяна от полета на формата за контакт"
302
 
303
+ #: contact_form.php:598
304
  msgid "Enter the email address in the 'From' field"
305
  msgstr ""
306
 
307
+ #: contact_form.php:600
308
  msgid "The email address of the user who fills the form will be used in the field 'From'."
309
  msgstr ""
310
 
311
+ #: contact_form.php:602
312
  msgid "This email address will be used in the 'From' field."
313
  msgstr ""
314
 
315
+ #: contact_form.php:606
316
+ #, fuzzy
317
+ msgid "Display fields"
318
+ msgstr "Покажи опция за прикачване на файл"
319
+
320
+ #: contact_form.php:608
321
+ #: contact_form.php:616
322
+ #: contact_form.php:1175
323
+ #, fuzzy
324
+ msgid "Address"
325
+ msgstr "E-mail адрес:"
326
+
327
+ #: contact_form.php:609
328
+ #: contact_form.php:618
329
+ #: contact_form.php:1183
330
+ msgid "Phone"
331
  msgstr ""
332
 
333
+ #: contact_form.php:613
334
  msgid "Required fields"
335
  msgstr ""
336
 
337
+ #: contact_form.php:615
338
+ #: contact_form.php:1170
339
  msgid "Name"
340
  msgstr "Име"
341
 
342
+ #: contact_form.php:617
343
  #, fuzzy
344
  msgid "Email Address"
345
  msgstr "E-mail адрес:"
346
 
347
+ #: contact_form.php:619
348
+ #: contact_form.php:1186
 
 
 
 
 
349
  msgid "Subject"
350
  msgstr "Относно"
351
 
352
+ #: contact_form.php:620
353
+ #: contact_form.php:1189
354
  msgid "Message"
355
  msgstr "Съобщение"
356
 
357
+ #: contact_form.php:624
358
  msgid "Display additional info in the email"
359
  msgstr ""
360
 
361
+ #: contact_form.php:629
362
+ #: contact_form.php:1142
363
  msgid "Sent from (ip address)"
364
  msgstr "Изпратено от (ip адрес)"
365
 
366
+ #: contact_form.php:630
367
+ #: contact_form.php:1147
368
  msgid "Date/Time"
369
  msgstr "Дата/Час"
370
 
371
+ #: contact_form.php:631
372
+ #: contact_form.php:1152
373
  msgid "Sent from (referer)"
374
  msgstr "Идва от (referer)"
375
 
376
+ #: contact_form.php:632
377
+ #: contact_form.php:1157
378
  msgid "Using (user agent)"
379
  msgstr "Използвайки (user agent)"
380
 
381
+ #: contact_form.php:636
382
  msgid "Language settings for the field names in the form"
383
  msgstr ""
384
 
385
+ #: contact_form.php:645
386
  msgid "Add a language"
387
  msgstr ""
388
 
389
+ #: contact_form.php:649
390
  #, fuzzy
391
  msgid "Change the names of the contact form fields and error messages"
392
  msgstr "Промяна на етикетите за полета във формата за контакт"
393
 
394
+ #: contact_form.php:654
395
+ #: contact_form.php:719
396
  msgid "English"
397
  msgstr ""
398
 
399
+ #: contact_form.php:671
400
+ #: contact_form.php:697
401
  msgid "Error message for the Name field"
402
  msgstr ""
403
 
404
+ #: contact_form.php:672
405
+ #: contact_form.php:698
406
+ msgid "Error message for the Address field"
407
+ msgstr ""
408
+
409
+ #: contact_form.php:673
410
+ #: contact_form.php:699
411
  msgid "Error message for the Email field"
412
  msgstr ""
413
 
414
+ #: contact_form.php:674
415
+ #: contact_form.php:700
416
  msgid "Error message for the Phone field"
417
  msgstr ""
418
 
419
+ #: contact_form.php:675
420
+ #: contact_form.php:701
421
  msgid "Error message for the Subject field"
422
  msgstr ""
423
 
424
+ #: contact_form.php:676
425
+ #: contact_form.php:702
426
  msgid "Error message for the Message field"
427
  msgstr ""
428
 
429
+ #: contact_form.php:677
430
+ #: contact_form.php:703
431
+ msgid "Error message about the file type for the Attachment field"
432
+ msgstr ""
433
+
434
+ #: contact_form.php:678
435
+ #: contact_form.php:704
436
+ msgid "Error message while uploading a file for the Attachment field to the server"
437
+ msgstr ""
438
+
439
+ #: contact_form.php:679
440
+ #: contact_form.php:705
441
+ msgid "Error message while moving the file for the Attachment field"
442
+ msgstr ""
443
+
444
+ #: contact_form.php:680
445
+ #: contact_form.php:706
446
+ msgid "Error message when file size limit for the Attachment field is exceeded"
447
  msgstr ""
448
 
449
+ #: contact_form.php:681
450
+ #: contact_form.php:707
451
  msgid "Error message for the Captcha field"
452
  msgstr ""
453
 
454
+ #: contact_form.php:682
455
+ #: contact_form.php:708
456
  msgid "Error message for the whole form"
457
  msgstr ""
458
 
459
+ #: contact_form.php:683
460
+ #: contact_form.php:709
461
+ #: contact_form.php:728
462
+ #: contact_form.php:734
463
  msgid "Use shortcode"
464
  msgstr ""
465
 
466
+ #: contact_form.php:683
467
+ #: contact_form.php:709
468
+ #: contact_form.php:728
469
+ #: contact_form.php:734
470
  msgid "for this language"
471
  msgstr ""
472
 
473
+ #: contact_form.php:716
474
  msgid "Action after email is sent"
475
  msgstr ""
476
 
477
+ #: contact_form.php:718
478
  #, fuzzy
479
  msgid "Display text"
480
  msgstr "Покажи опция за прикачване на файл"
481
 
482
+ #: contact_form.php:727
483
+ #: contact_form.php:733
484
  msgid "Text"
485
  msgstr ""
486
 
487
+ #: contact_form.php:740
488
  msgid "Redirect to the page"
489
  msgstr ""
490
 
491
+ #: contact_form.php:741
492
  msgid "Url"
493
  msgstr ""
494
 
495
+ #: contact_form.php:746
496
  msgid "Save Changes"
497
  msgstr "Запис на промените"
498
 
499
+ #: contact_form.php:795
500
  msgid "Sorry, email message could not be delivered."
501
  msgstr "Съжаляваме, Вашето съобщение не може да бъде изпратено."
502
 
503
+ #: contact_form.php:879
504
  msgid "You can attach the following file formats"
505
  msgstr "Можете да прикачвате файлове от следните типове"
506
 
507
+ #: contact_form.php:1165
508
  msgid "Contact from"
509
  msgstr "Форма за контакт"
510
 
511
+ #: contact_form.php:1178
512
  msgid "Email"
513
  msgstr "Email"
514
 
515
+ #: contact_form.php:1192
516
  msgid "Site"
517
  msgstr "Сайт"
518
 
519
+ #: contact_form.php:1243
520
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
521
  msgstr "Ако видиждате това значи, че вашият MIME клиент за електронна поща не поддържа MIME тип!"
522
 
523
+ #: contact_form.php:1296
524
  msgid "FAQ"
525
  msgstr "FAQ"
526
 
527
+ #: contact_form.php:1297
528
  msgid "Support"
529
  msgstr "Поддръжка"
530
 
531
+ #: contact_form.php:1345
532
  msgid "Are you sure that you want to delete this language data?"
533
  msgstr ""
534
 
542
  #~ msgstr "E-mail адрес:"
543
  #~ msgid "Install Now"
544
  #~ msgstr "Инсталирайте сега"
 
 
545
 
languages/contact_form-cs_CZ.mo CHANGED
Binary file
languages/contact_form-cs_CZ.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 15:07+0300\n"
6
- "PO-Revision-Date: 2013-04-22 15:07+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Petr Zápotocký <\\tpetr.zapotocky@centrum.cz>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,444 +16,519 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:78
 
 
 
 
 
 
20
  msgid "Activated plugins"
21
  msgstr "Aktivované pluginy"
22
 
23
- #: contact_form.php:80
24
- #: contact_form.php:88
25
- #: contact_form.php:96
 
 
 
26
  msgid "Read more"
27
  msgstr "Čti více"
28
 
29
- #: contact_form.php:80
30
- #: contact_form.php:1127
31
- #: contact_form.php:1136
 
32
  msgid "Settings"
33
  msgstr "Nastavení"
34
 
35
- #: contact_form.php:86
 
36
  msgid "Installed plugins"
37
  msgstr "Instalované pluginy"
38
 
39
- #: contact_form.php:94
 
40
  msgid "Recommended plugins"
41
  msgstr "Doporučené pluginy"
42
 
43
- #: contact_form.php:96
 
 
 
 
 
 
 
 
 
44
  msgid "Download"
45
  msgstr "Download"
46
 
47
- #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "Instalace %s"
51
 
52
- #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "instalace z wordpress.org"
55
 
56
- #: contact_form.php:98
57
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
 
58
  msgstr "Pokud máte dotazy, kontaktujte nás na mail: plugin@bestwebsoft.com nebo přes náš kontaktní formulář"
59
 
60
- #: contact_form.php:110
61
- #: contact_form.php:430
62
  msgid "Contact Form Options"
63
  msgstr "Nastavení kontaktního formuláře"
64
 
65
- #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "Kontaktní formulář"
68
 
69
- #: contact_form.php:147
70
- #: contact_form.php:564
71
- #: contact_form.php:585
72
  msgid "Name:"
73
  msgstr "Jméno:"
74
 
75
- #: contact_form.php:148
76
- #: contact_form.php:565
77
- #: contact_form.php:586
 
 
 
 
 
 
 
78
  msgid "Email Address:"
79
  msgstr "E-Mail:"
80
 
81
- #: contact_form.php:149
82
- #: contact_form.php:566
83
- #: contact_form.php:587
84
  msgid "Phone number:"
85
  msgstr ""
86
 
87
- #: contact_form.php:150
88
- #: contact_form.php:567
89
- #: contact_form.php:588
90
  msgid "Subject:"
91
  msgstr "Předmět:"
92
 
93
- #: contact_form.php:151
94
- #: contact_form.php:568
95
- #: contact_form.php:589
96
  msgid "Message:"
97
  msgstr "Zpráva:"
98
 
99
- #: contact_form.php:152
100
- #: contact_form.php:569
101
- #: contact_form.php:590
102
  msgid "Attachment:"
103
  msgstr "Příloha:"
104
 
105
- #: contact_form.php:153
106
- #: contact_form.php:199
107
- #: contact_form.php:570
108
- #: contact_form.php:591
109
  msgid "Send me a copy"
110
  msgstr "Zaslat mi kopii"
111
 
112
- #: contact_form.php:154
113
- #: contact_form.php:571
114
- #: contact_form.php:592
115
  msgid "Submit"
116
  msgstr "Zaslat"
117
 
118
- #: contact_form.php:155
119
  msgid "Your name is required."
120
  msgstr "Jméno je požadováno."
121
 
122
- #: contact_form.php:156
 
 
 
 
 
123
  #, fuzzy
124
  msgid "A valid email address is required."
125
  msgstr "E-mail je požadován."
126
 
127
- #: contact_form.php:157
128
- #: contact_form.php:194
129
- #: contact_form.php:197
130
  #, fuzzy
131
  msgid "Phone number is required."
132
  msgstr "Jméno je požadováno."
133
 
134
- #: contact_form.php:158
135
- #: contact_form.php:193
136
- #: contact_form.php:196
137
  msgid "Subject is required."
138
  msgstr "Předmět je požadován."
139
 
140
- #: contact_form.php:159
141
- #: contact_form.php:192
142
- #: contact_form.php:195
143
  msgid "Message text is required."
144
  msgstr "Zpráva je požadována."
145
 
146
- #: contact_form.php:160
147
  msgid "File format is not valid."
148
  msgstr "Příloha nelze odeslat."
149
 
150
- #: contact_form.php:161
 
 
 
 
 
 
 
 
 
 
 
 
151
  msgid "Please fill out the CAPTCHA."
152
  msgstr "Prosím opište následující text."
153
 
154
- #: contact_form.php:162
155
  msgid "Please make corrections below and try again."
156
  msgstr "Prosím opravte následující chyby a zkuste to znovu."
157
 
158
- #: contact_form.php:164
159
  msgid "Thank you for contacting us."
160
  msgstr "Děkujeme za zprávu."
161
 
162
- #: contact_form.php:385
163
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
164
  msgstr "Pokud vyberete \"Přesměrování na stránku\" do políčka url byste měli vložit adresu v tomto formátu"
165
 
166
- #: contact_form.php:394
167
  msgid "Such user does not exist. Settings are not saved."
168
  msgstr "Uživatel neexistuje. Nastavení neuloženo."
169
 
170
- #: contact_form.php:399
171
- #: contact_form.php:405
172
  #, fuzzy
173
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
174
  msgstr "Vložte správný mail. Nastavení neuloženo."
175
 
176
- #: contact_form.php:410
177
  msgid "Options saved."
178
  msgstr "Nastavení uloženo."
179
 
180
- #: contact_form.php:435
181
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
182
  msgstr "Pokud chcete vložit kontaktní formulář na stránku, zkopírujte a vložte tento kód do přípsěvku, stránky nebo widgetu:"
183
 
184
- #: contact_form.php:436
185
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
186
  msgstr "Pokud nebudou informace vyplněny, zprávy budou zasílány na mail, který byl uveden při registraci."
187
 
188
- #: contact_form.php:440
189
  msgid "The user's email address:"
190
  msgstr "Použít email uživatele wordpressu:"
191
 
192
- #: contact_form.php:444
193
  msgid "Create a username"
194
  msgstr "Vyberte uživatelské jméno"
195
 
196
- #: contact_form.php:449
197
  msgid "Enter a username of the person who should get the messages from the contact form."
198
  msgstr "Nastavte uživatele, který bude dostávat zprávy z kontaktního formuláře."
199
 
200
- #: contact_form.php:453
201
  msgid "Use this email address:"
202
  msgstr "Použít tento email:"
203
 
204
- #: contact_form.php:456
205
  msgid "Enter the email address you want the messages forwarded to."
206
  msgstr "Nastavit email, který bude použit pro příjem zpráv."
207
 
208
- #: contact_form.php:460
209
  msgid "Additional options"
210
  msgstr "Další nastavení"
211
 
212
- #: contact_form.php:463
213
  msgid "Display Attachment block"
214
  msgstr "Zobrazit možnost přílohy"
215
 
216
- #: contact_form.php:465
217
  msgid "Users can attach the following file formats"
218
  msgstr "Uživatelé mohou vkládat soubory těchto typů"
219
 
220
- #: contact_form.php:469
221
  msgid "Display Attachment tips"
222
  msgstr "Zobrazit vysvětlivky k příloze."
223
 
224
- #: contact_form.php:471
225
  msgid "Display tips below the Attachment block"
226
  msgstr "Zobrazit vysvětlivky po bloku s přílohou."
227
 
228
- #: contact_form.php:475
229
  msgid "Display Send me a copy block"
230
  msgstr "Zobrazit Zaslat kopii"
231
 
232
- #: contact_form.php:481
233
  msgid "What to use?"
234
  msgstr "K čemu?"
235
 
236
- #: contact_form.php:484
237
  msgid "Wp-mail"
238
  msgstr "Wp-mail"
239
 
240
- #: contact_form.php:485
241
  msgid "You can use the wp_mail function for mailing"
242
  msgstr "Pro zaslání mailu můžete použít wordpress wp_mail funkce"
243
 
244
- #: contact_form.php:491
245
  msgid "Mail"
246
  msgstr "Mail"
247
 
248
- #: contact_form.php:492
249
  msgid "To send mail you can use the php mail function"
250
  msgstr "Pro zaslání mailu můžete použít php mail funkce"
251
 
252
- #: contact_form.php:496
253
  #, fuzzy
254
  msgid "Change text of the 'FROM' field"
255
  msgstr "Změnit políčko OD"
256
 
257
- #: contact_form.php:502
258
  msgid "Enter the email address in the 'From' field"
259
  msgstr ""
260
 
261
- #: contact_form.php:504
262
  msgid "The email address of the user who fills the form will be used in the field 'From'."
263
  msgstr ""
264
 
265
- #: contact_form.php:506
266
  msgid "This email address will be used in the 'From' field."
267
  msgstr ""
268
 
269
- #: contact_form.php:510
270
- msgid "Display a phone number field"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
271
  msgstr ""
272
 
273
- #: contact_form.php:516
274
  msgid "Required fields"
275
  msgstr ""
276
 
277
- #: contact_form.php:518
278
- #: contact_form.php:1016
279
  msgid "Name"
280
  msgstr "Jméno"
281
 
282
- #: contact_form.php:519
283
  #, fuzzy
284
  msgid "Email Address"
285
  msgstr "E-Mail:"
286
 
287
- #: contact_form.php:520
288
- #: contact_form.php:1024
289
- msgid "Phone"
290
- msgstr ""
291
-
292
- #: contact_form.php:521
293
- #: contact_form.php:1027
294
  msgid "Subject"
295
  msgstr "Předmět"
296
 
297
- #: contact_form.php:522
298
- #: contact_form.php:1030
299
  msgid "Message"
300
  msgstr "Zpráva"
301
 
302
- #: contact_form.php:526
303
  #, fuzzy
304
  msgid "Display additional info in the email"
305
  msgstr "Zobrazit přidané info v mailu."
306
 
307
- #: contact_form.php:531
308
- #: contact_form.php:988
309
  msgid "Sent from (ip address)"
310
  msgstr "Zasláno z (ip adresa)"
311
 
312
- #: contact_form.php:532
313
- #: contact_form.php:993
314
  msgid "Date/Time"
315
  msgstr "Datum / Čas"
316
 
317
- #: contact_form.php:533
318
- #: contact_form.php:998
319
  msgid "Sent from (referer)"
320
  msgstr "Příchozí od"
321
 
322
- #: contact_form.php:534
323
- #: contact_form.php:1003
324
  msgid "Using (user agent)"
325
  msgstr "Používání"
326
 
327
- #: contact_form.php:538
328
  msgid "Language settings for the field names in the form"
329
  msgstr ""
330
 
331
- #: contact_form.php:547
332
  msgid "Add a language"
333
  msgstr ""
334
 
335
- #: contact_form.php:551
336
  #, fuzzy
337
  msgid "Change the names of the contact form fields and error messages"
338
  msgstr "Změnit popisek políček"
339
 
340
- #: contact_form.php:556
341
- #: contact_form.php:611
342
  msgid "English"
343
  msgstr ""
344
 
345
- #: contact_form.php:572
346
- #: contact_form.php:593
347
  msgid "Error message for the Name field"
348
  msgstr ""
349
 
350
- #: contact_form.php:573
351
- #: contact_form.php:594
 
 
 
 
 
352
  msgid "Error message for the Email field"
353
  msgstr ""
354
 
355
- #: contact_form.php:574
356
- #: contact_form.php:595
357
  msgid "Error message for the Phone field"
358
  msgstr ""
359
 
360
- #: contact_form.php:575
361
- #: contact_form.php:596
362
  msgid "Error message for the Subject field"
363
  msgstr ""
364
 
365
- #: contact_form.php:576
366
- #: contact_form.php:597
367
  msgid "Error message for the Message field"
368
  msgstr ""
369
 
370
- #: contact_form.php:577
371
- #: contact_form.php:598
372
- msgid "Error message for the Attachment field"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
373
  msgstr ""
374
 
375
- #: contact_form.php:578
376
- #: contact_form.php:599
377
  msgid "Error message for the Captcha field"
378
  msgstr ""
379
 
380
- #: contact_form.php:579
381
- #: contact_form.php:600
382
  msgid "Error message for the whole form"
383
  msgstr ""
384
 
385
- #: contact_form.php:580
386
- #: contact_form.php:601
387
- #: contact_form.php:620
388
- #: contact_form.php:626
389
  msgid "Use shortcode"
390
  msgstr ""
391
 
392
- #: contact_form.php:580
393
- #: contact_form.php:601
394
- #: contact_form.php:620
395
- #: contact_form.php:626
396
  msgid "for this language"
397
  msgstr ""
398
 
399
- #: contact_form.php:608
400
  msgid "Action after email is sent"
401
  msgstr "Akce po zaslání mailu."
402
 
403
- #: contact_form.php:610
404
  msgid "Display text"
405
  msgstr "Zobraz text"
406
 
407
- #: contact_form.php:619
408
- #: contact_form.php:625
409
  msgid "Text"
410
  msgstr "Text"
411
 
412
- #: contact_form.php:632
413
  msgid "Redirect to the page"
414
  msgstr "Přesměrovat na stránku"
415
 
416
- #: contact_form.php:633
417
  msgid "Url"
418
  msgstr "Url"
419
 
420
- #: contact_form.php:638
421
  msgid "Save Changes"
422
  msgstr "Uložit změny"
423
 
424
- #: contact_form.php:685
425
  msgid "Sorry, email message could not be delivered."
426
  msgstr "Omlouváme se, váš email nemohl být odeslán."
427
 
428
- #: contact_form.php:755
429
  msgid "You can attach the following file formats"
430
  msgstr "Můžete přiložit soubory těchto typů"
431
 
432
- #: contact_form.php:1011
433
  msgid "Contact from"
434
  msgstr "Kontaktní formulář"
435
 
436
- #: contact_form.php:1019
437
  msgid "Email"
438
  msgstr "E-Mail"
439
 
440
- #: contact_form.php:1033
441
  msgid "Site"
442
  msgstr "Stránka"
443
 
444
- #: contact_form.php:1084
445
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
446
  msgstr "Když uvidíte MIME, váš klient neakceptoval MIME typy."
447
 
448
- #: contact_form.php:1137
449
  msgid "FAQ"
450
  msgstr "FAQ"
451
 
452
- #: contact_form.php:1138
453
  msgid "Support"
454
  msgstr "Podpora"
455
 
456
- #: contact_form.php:1184
457
  msgid "Are you sure that you want to delete this language data?"
458
  msgstr ""
459
 
@@ -467,6 +542,4 @@ msgstr ""
467
  #~ msgstr "Indirizzo e-mail:"
468
  #~ msgid "Install Now"
469
  #~ msgstr "Installa Ora"
470
- #~ msgid "BWS Plugins"
471
- #~ msgstr "BWS Plugins"
472
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-27 16:04+0300\n"
6
+ "PO-Revision-Date: 2013-05-27 16:04+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Petr Zápotocký <\\tpetr.zapotocky@centrum.cz>\n"
9
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:100
20
+ #, fuzzy
21
+ msgid "Pro plugins"
22
+ msgstr "BWS Plugins"
23
+
24
+ #: contact_form.php:103
25
+ #: contact_form.php:129
26
  msgid "Activated plugins"
27
  msgstr "Aktivované pluginy"
28
 
29
+ #: contact_form.php:105
30
+ #: contact_form.php:113
31
+ #: contact_form.php:121
32
+ #: contact_form.php:131
33
+ #: contact_form.php:139
34
+ #: contact_form.php:147
35
  msgid "Read more"
36
  msgstr "Čti více"
37
 
38
+ #: contact_form.php:105
39
+ #: contact_form.php:131
40
+ #: contact_form.php:1286
41
+ #: contact_form.php:1295
42
  msgid "Settings"
43
  msgstr "Nastavení"
44
 
45
+ #: contact_form.php:111
46
+ #: contact_form.php:137
47
  msgid "Installed plugins"
48
  msgstr "Instalované pluginy"
49
 
50
+ #: contact_form.php:119
51
+ #: contact_form.php:145
52
  msgid "Recommended plugins"
53
  msgstr "Doporučené pluginy"
54
 
55
+ #: contact_form.php:121
56
+ msgid "Purchase"
57
+ msgstr ""
58
+
59
+ #: contact_form.php:126
60
+ #, fuzzy
61
+ msgid "Free plugins"
62
+ msgstr "Doporučené pluginy"
63
+
64
+ #: contact_form.php:147
65
  msgid "Download"
66
  msgstr "Download"
67
 
68
+ #: contact_form.php:147
69
  #, php-format
70
  msgid "Install %s"
71
  msgstr "Instalace %s"
72
 
73
+ #: contact_form.php:147
74
  msgid "Install now from wordpress.org"
75
  msgstr "instalace z wordpress.org"
76
 
77
+ #: contact_form.php:152
78
+ #, fuzzy
79
+ msgid "If you have any questions, please contact us via"
80
  msgstr "Pokud máte dotazy, kontaktujte nás na mail: plugin@bestwebsoft.com nebo přes náš kontaktní formulář"
81
 
82
+ #: contact_form.php:161
83
+ #: contact_form.php:526
84
  msgid "Contact Form Options"
85
  msgstr "Nastavení kontaktního formuláře"
86
 
87
+ #: contact_form.php:161
88
  msgid "Contact Form"
89
  msgstr "Kontaktní formulář"
90
 
91
+ #: contact_form.php:200
92
+ #: contact_form.php:662
93
+ #: contact_form.php:688
94
  msgid "Name:"
95
  msgstr "Jméno:"
96
 
97
+ #: contact_form.php:201
98
+ #: contact_form.php:663
99
+ #: contact_form.php:689
100
+ #, fuzzy
101
+ msgid "Address:"
102
+ msgstr "E-Mail:"
103
+
104
+ #: contact_form.php:202
105
+ #: contact_form.php:664
106
+ #: contact_form.php:690
107
  msgid "Email Address:"
108
  msgstr "E-Mail:"
109
 
110
+ #: contact_form.php:203
111
+ #: contact_form.php:665
112
+ #: contact_form.php:691
113
  msgid "Phone number:"
114
  msgstr ""
115
 
116
+ #: contact_form.php:204
117
+ #: contact_form.php:666
118
+ #: contact_form.php:692
119
  msgid "Subject:"
120
  msgstr "Předmět:"
121
 
122
+ #: contact_form.php:205
123
+ #: contact_form.php:667
124
+ #: contact_form.php:693
125
  msgid "Message:"
126
  msgstr "Zpráva:"
127
 
128
+ #: contact_form.php:206
129
+ #: contact_form.php:668
130
+ #: contact_form.php:694
131
  msgid "Attachment:"
132
  msgstr "Příloha:"
133
 
134
+ #: contact_form.php:207
135
+ #: contact_form.php:262
136
+ #: contact_form.php:669
137
+ #: contact_form.php:695
138
  msgid "Send me a copy"
139
  msgstr "Zaslat mi kopii"
140
 
141
+ #: contact_form.php:208
142
+ #: contact_form.php:670
143
+ #: contact_form.php:696
144
  msgid "Submit"
145
  msgstr "Zaslat"
146
 
147
+ #: contact_form.php:209
148
  msgid "Your name is required."
149
  msgstr "Jméno je požadováno."
150
 
151
+ #: contact_form.php:210
152
+ #, fuzzy
153
+ msgid "Address is required."
154
+ msgstr "E-mail je požadován."
155
+
156
+ #: contact_form.php:211
157
  #, fuzzy
158
  msgid "A valid email address is required."
159
  msgstr "E-mail je požadován."
160
 
161
+ #: contact_form.php:212
162
+ #: contact_form.php:257
163
+ #: contact_form.php:260
164
  #, fuzzy
165
  msgid "Phone number is required."
166
  msgstr "Jméno je požadováno."
167
 
168
+ #: contact_form.php:213
169
+ #: contact_form.php:256
170
+ #: contact_form.php:259
171
  msgid "Subject is required."
172
  msgstr "Předmět je požadován."
173
 
174
+ #: contact_form.php:214
175
+ #: contact_form.php:255
176
+ #: contact_form.php:258
177
  msgid "Message text is required."
178
  msgstr "Zpráva je požadována."
179
 
180
+ #: contact_form.php:215
181
  msgid "File format is not valid."
182
  msgstr "Příloha nelze odeslat."
183
 
184
+ #: contact_form.php:216
185
+ msgid "File upload error."
186
+ msgstr ""
187
+
188
+ #: contact_form.php:217
189
+ msgid "The file could not be uploaded."
190
+ msgstr ""
191
+
192
+ #: contact_form.php:218
193
+ msgid "This file is too large."
194
+ msgstr ""
195
+
196
+ #: contact_form.php:219
197
  msgid "Please fill out the CAPTCHA."
198
  msgstr "Prosím opište následující text."
199
 
200
+ #: contact_form.php:220
201
  msgid "Please make corrections below and try again."
202
  msgstr "Prosím opravte následující chyby a zkuste to znovu."
203
 
204
+ #: contact_form.php:222
205
  msgid "Thank you for contacting us."
206
  msgstr "Děkujeme za zprávu."
207
 
208
+ #: contact_form.php:481
209
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
210
  msgstr "Pokud vyberete \"Přesměrování na stránku\" do políčka url byste měli vložit adresu v tomto formátu"
211
 
212
+ #: contact_form.php:490
213
  msgid "Such user does not exist. Settings are not saved."
214
  msgstr "Uživatel neexistuje. Nastavení neuloženo."
215
 
216
+ #: contact_form.php:495
217
+ #: contact_form.php:501
218
  #, fuzzy
219
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
220
  msgstr "Vložte správný mail. Nastavení neuloženo."
221
 
222
+ #: contact_form.php:506
223
  msgid "Options saved."
224
  msgstr "Nastavení uloženo."
225
 
226
+ #: contact_form.php:531
227
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
228
  msgstr "Pokud chcete vložit kontaktní formulář na stránku, zkopírujte a vložte tento kód do přípsěvku, stránky nebo widgetu:"
229
 
230
+ #: contact_form.php:532
231
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
232
  msgstr "Pokud nebudou informace vyplněny, zprávy budou zasílány na mail, který byl uveden při registraci."
233
 
234
+ #: contact_form.php:536
235
  msgid "The user's email address:"
236
  msgstr "Použít email uživatele wordpressu:"
237
 
238
+ #: contact_form.php:540
239
  msgid "Create a username"
240
  msgstr "Vyberte uživatelské jméno"
241
 
242
+ #: contact_form.php:545
243
  msgid "Enter a username of the person who should get the messages from the contact form."
244
  msgstr "Nastavte uživatele, který bude dostávat zprávy z kontaktního formuláře."
245
 
246
+ #: contact_form.php:549
247
  msgid "Use this email address:"
248
  msgstr "Použít tento email:"
249
 
250
+ #: contact_form.php:552
251
  msgid "Enter the email address you want the messages forwarded to."
252
  msgstr "Nastavit email, který bude použit pro příjem zpráv."
253
 
254
+ #: contact_form.php:556
255
  msgid "Additional options"
256
  msgstr "Další nastavení"
257
 
258
+ #: contact_form.php:559
259
  msgid "Display Attachment block"
260
  msgstr "Zobrazit možnost přílohy"
261
 
262
+ #: contact_form.php:561
263
  msgid "Users can attach the following file formats"
264
  msgstr "Uživatelé mohou vkládat soubory těchto typů"
265
 
266
+ #: contact_form.php:565
267
  msgid "Display Attachment tips"
268
  msgstr "Zobrazit vysvětlivky k příloze."
269
 
270
+ #: contact_form.php:567
271
  msgid "Display tips below the Attachment block"
272
  msgstr "Zobrazit vysvětlivky po bloku s přílohou."
273
 
274
+ #: contact_form.php:571
275
  msgid "Display Send me a copy block"
276
  msgstr "Zobrazit Zaslat kopii"
277
 
278
+ #: contact_form.php:577
279
  msgid "What to use?"
280
  msgstr "K čemu?"
281
 
282
+ #: contact_form.php:580
283
  msgid "Wp-mail"
284
  msgstr "Wp-mail"
285
 
286
+ #: contact_form.php:581
287
  msgid "You can use the wp_mail function for mailing"
288
  msgstr "Pro zaslání mailu můžete použít wordpress wp_mail funkce"
289
 
290
+ #: contact_form.php:587
291
  msgid "Mail"
292
  msgstr "Mail"
293
 
294
+ #: contact_form.php:588
295
  msgid "To send mail you can use the php mail function"
296
  msgstr "Pro zaslání mailu můžete použít php mail funkce"
297
 
298
+ #: contact_form.php:592
299
  #, fuzzy
300
  msgid "Change text of the 'FROM' field"
301
  msgstr "Změnit políčko OD"
302
 
303
+ #: contact_form.php:598
304
  msgid "Enter the email address in the 'From' field"
305
  msgstr ""
306
 
307
+ #: contact_form.php:600
308
  msgid "The email address of the user who fills the form will be used in the field 'From'."
309
  msgstr ""
310
 
311
+ #: contact_form.php:602
312
  msgid "This email address will be used in the 'From' field."
313
  msgstr ""
314
 
315
+ #: contact_form.php:606
316
+ #, fuzzy
317
+ msgid "Display fields"
318
+ msgstr "Zobraz text"
319
+
320
+ #: contact_form.php:608
321
+ #: contact_form.php:616
322
+ #: contact_form.php:1175
323
+ #, fuzzy
324
+ msgid "Address"
325
+ msgstr "E-Mail:"
326
+
327
+ #: contact_form.php:609
328
+ #: contact_form.php:618
329
+ #: contact_form.php:1183
330
+ msgid "Phone"
331
  msgstr ""
332
 
333
+ #: contact_form.php:613
334
  msgid "Required fields"
335
  msgstr ""
336
 
337
+ #: contact_form.php:615
338
+ #: contact_form.php:1170
339
  msgid "Name"
340
  msgstr "Jméno"
341
 
342
+ #: contact_form.php:617
343
  #, fuzzy
344
  msgid "Email Address"
345
  msgstr "E-Mail:"
346
 
347
+ #: contact_form.php:619
348
+ #: contact_form.php:1186
 
 
 
 
 
349
  msgid "Subject"
350
  msgstr "Předmět"
351
 
352
+ #: contact_form.php:620
353
+ #: contact_form.php:1189
354
  msgid "Message"
355
  msgstr "Zpráva"
356
 
357
+ #: contact_form.php:624
358
  #, fuzzy
359
  msgid "Display additional info in the email"
360
  msgstr "Zobrazit přidané info v mailu."
361
 
362
+ #: contact_form.php:629
363
+ #: contact_form.php:1142
364
  msgid "Sent from (ip address)"
365
  msgstr "Zasláno z (ip adresa)"
366
 
367
+ #: contact_form.php:630
368
+ #: contact_form.php:1147
369
  msgid "Date/Time"
370
  msgstr "Datum / Čas"
371
 
372
+ #: contact_form.php:631
373
+ #: contact_form.php:1152
374
  msgid "Sent from (referer)"
375
  msgstr "Příchozí od"
376
 
377
+ #: contact_form.php:632
378
+ #: contact_form.php:1157
379
  msgid "Using (user agent)"
380
  msgstr "Používání"
381
 
382
+ #: contact_form.php:636
383
  msgid "Language settings for the field names in the form"
384
  msgstr ""
385
 
386
+ #: contact_form.php:645
387
  msgid "Add a language"
388
  msgstr ""
389
 
390
+ #: contact_form.php:649
391
  #, fuzzy
392
  msgid "Change the names of the contact form fields and error messages"
393
  msgstr "Změnit popisek políček"
394
 
395
+ #: contact_form.php:654
396
+ #: contact_form.php:719
397
  msgid "English"
398
  msgstr ""
399
 
400
+ #: contact_form.php:671
401
+ #: contact_form.php:697
402
  msgid "Error message for the Name field"
403
  msgstr ""
404
 
405
+ #: contact_form.php:672
406
+ #: contact_form.php:698
407
+ msgid "Error message for the Address field"
408
+ msgstr ""
409
+
410
+ #: contact_form.php:673
411
+ #: contact_form.php:699
412
  msgid "Error message for the Email field"
413
  msgstr ""
414
 
415
+ #: contact_form.php:674
416
+ #: contact_form.php:700
417
  msgid "Error message for the Phone field"
418
  msgstr ""
419
 
420
+ #: contact_form.php:675
421
+ #: contact_form.php:701
422
  msgid "Error message for the Subject field"
423
  msgstr ""
424
 
425
+ #: contact_form.php:676
426
+ #: contact_form.php:702
427
  msgid "Error message for the Message field"
428
  msgstr ""
429
 
430
+ #: contact_form.php:677
431
+ #: contact_form.php:703
432
+ msgid "Error message about the file type for the Attachment field"
433
+ msgstr ""
434
+
435
+ #: contact_form.php:678
436
+ #: contact_form.php:704
437
+ msgid "Error message while uploading a file for the Attachment field to the server"
438
+ msgstr ""
439
+
440
+ #: contact_form.php:679
441
+ #: contact_form.php:705
442
+ msgid "Error message while moving the file for the Attachment field"
443
+ msgstr ""
444
+
445
+ #: contact_form.php:680
446
+ #: contact_form.php:706
447
+ msgid "Error message when file size limit for the Attachment field is exceeded"
448
  msgstr ""
449
 
450
+ #: contact_form.php:681
451
+ #: contact_form.php:707
452
  msgid "Error message for the Captcha field"
453
  msgstr ""
454
 
455
+ #: contact_form.php:682
456
+ #: contact_form.php:708
457
  msgid "Error message for the whole form"
458
  msgstr ""
459
 
460
+ #: contact_form.php:683
461
+ #: contact_form.php:709
462
+ #: contact_form.php:728
463
+ #: contact_form.php:734
464
  msgid "Use shortcode"
465
  msgstr ""
466
 
467
+ #: contact_form.php:683
468
+ #: contact_form.php:709
469
+ #: contact_form.php:728
470
+ #: contact_form.php:734
471
  msgid "for this language"
472
  msgstr ""
473
 
474
+ #: contact_form.php:716
475
  msgid "Action after email is sent"
476
  msgstr "Akce po zaslání mailu."
477
 
478
+ #: contact_form.php:718
479
  msgid "Display text"
480
  msgstr "Zobraz text"
481
 
482
+ #: contact_form.php:727
483
+ #: contact_form.php:733
484
  msgid "Text"
485
  msgstr "Text"
486
 
487
+ #: contact_form.php:740
488
  msgid "Redirect to the page"
489
  msgstr "Přesměrovat na stránku"
490
 
491
+ #: contact_form.php:741
492
  msgid "Url"
493
  msgstr "Url"
494
 
495
+ #: contact_form.php:746
496
  msgid "Save Changes"
497
  msgstr "Uložit změny"
498
 
499
+ #: contact_form.php:795
500
  msgid "Sorry, email message could not be delivered."
501
  msgstr "Omlouváme se, váš email nemohl být odeslán."
502
 
503
+ #: contact_form.php:879
504
  msgid "You can attach the following file formats"
505
  msgstr "Můžete přiložit soubory těchto typů"
506
 
507
+ #: contact_form.php:1165
508
  msgid "Contact from"
509
  msgstr "Kontaktní formulář"
510
 
511
+ #: contact_form.php:1178
512
  msgid "Email"
513
  msgstr "E-Mail"
514
 
515
+ #: contact_form.php:1192
516
  msgid "Site"
517
  msgstr "Stránka"
518
 
519
+ #: contact_form.php:1243
520
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
521
  msgstr "Když uvidíte MIME, váš klient neakceptoval MIME typy."
522
 
523
+ #: contact_form.php:1296
524
  msgid "FAQ"
525
  msgstr "FAQ"
526
 
527
+ #: contact_form.php:1297
528
  msgid "Support"
529
  msgstr "Podpora"
530
 
531
+ #: contact_form.php:1345
532
  msgid "Are you sure that you want to delete this language data?"
533
  msgstr ""
534
 
542
  #~ msgstr "Indirizzo e-mail:"
543
  #~ msgid "Install Now"
544
  #~ msgstr "Installa Ora"
 
 
545
 
languages/contact_form-da_DK.mo CHANGED
Binary file
languages/contact_form-da_DK.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 15:07+0300\n"
6
- "PO-Revision-Date: 2013-04-22 15:07+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Mads Hannibal <mh@shortcuts.dk>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,445 +16,520 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:78
 
 
 
 
 
 
20
  msgid "Activated plugins"
21
  msgstr "Aktiverede plugins"
22
 
23
- #: contact_form.php:80
24
- #: contact_form.php:88
25
- #: contact_form.php:96
 
 
 
26
  msgid "Read more"
27
  msgstr "Læs mere"
28
 
29
- #: contact_form.php:80
30
- #: contact_form.php:1127
31
- #: contact_form.php:1136
 
32
  msgid "Settings"
33
  msgstr "Indstillinger"
34
 
35
- #: contact_form.php:86
 
36
  msgid "Installed plugins"
37
  msgstr "Installerede plugins"
38
 
39
- #: contact_form.php:94
 
40
  msgid "Recommended plugins"
41
  msgstr "Anbefalede plugins"
42
 
43
- #: contact_form.php:96
 
 
 
 
 
 
 
 
 
44
  msgid "Download"
45
  msgstr "Download"
46
 
47
- #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "Installér %s"
51
 
52
- #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "Installér nu fra wordpress.org"
55
 
56
- #: contact_form.php:98
57
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
 
58
  msgstr "Hvis du har spørgsmål kan du kontakte os på plugin@bestwebsoft.com eller bruge kontaktformularen på vores hjemmeside"
59
 
60
- #: contact_form.php:110
61
- #: contact_form.php:430
62
  msgid "Contact Form Options"
63
  msgstr "Indstillinger for kontaktformular"
64
 
65
- #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "Kontaktformular"
68
 
69
- #: contact_form.php:147
70
- #: contact_form.php:564
71
- #: contact_form.php:585
72
  msgid "Name:"
73
  msgstr "Navn:"
74
 
75
- #: contact_form.php:148
76
- #: contact_form.php:565
77
- #: contact_form.php:586
 
 
 
 
 
 
 
78
  msgid "Email Address:"
79
  msgstr "E-mail-adresse:"
80
 
81
- #: contact_form.php:149
82
- #: contact_form.php:566
83
- #: contact_form.php:587
84
  msgid "Phone number:"
85
  msgstr ""
86
 
87
- #: contact_form.php:150
88
- #: contact_form.php:567
89
- #: contact_form.php:588
90
  msgid "Subject:"
91
  msgstr "Emne:"
92
 
93
- #: contact_form.php:151
94
- #: contact_form.php:568
95
- #: contact_form.php:589
96
  msgid "Message:"
97
  msgstr "Besked:"
98
 
99
- #: contact_form.php:152
100
- #: contact_form.php:569
101
- #: contact_form.php:590
102
  msgid "Attachment:"
103
  msgstr "Bilag:"
104
 
105
- #: contact_form.php:153
106
- #: contact_form.php:199
107
- #: contact_form.php:570
108
- #: contact_form.php:591
109
  msgid "Send me a copy"
110
  msgstr "Send mig en kopi"
111
 
112
- #: contact_form.php:154
113
- #: contact_form.php:571
114
- #: contact_form.php:592
115
  msgid "Submit"
116
  msgstr "Send"
117
 
118
- #: contact_form.php:155
119
  msgid "Your name is required."
120
  msgstr "Dit navn er obligatorisk"
121
 
122
- #: contact_form.php:156
 
 
 
 
 
123
  #, fuzzy
124
  msgid "A valid email address is required."
125
  msgstr "En korrekt e-mail-adresse er påkrævet."
126
 
127
- #: contact_form.php:157
128
- #: contact_form.php:194
129
- #: contact_form.php:197
130
  #, fuzzy
131
  msgid "Phone number is required."
132
  msgstr "Dit navn er obligatorisk"
133
 
134
- #: contact_form.php:158
135
- #: contact_form.php:193
136
- #: contact_form.php:196
137
  msgid "Subject is required."
138
  msgstr "Emnefeltet er obligatorisk."
139
 
140
- #: contact_form.php:159
141
- #: contact_form.php:192
142
- #: contact_form.php:195
143
  msgid "Message text is required."
144
  msgstr "Du skal angive en besked"
145
 
146
- #: contact_form.php:160
147
  msgid "File format is not valid."
148
  msgstr "Bilaget er korrupt."
149
 
150
- #: contact_form.php:161
 
 
 
 
 
 
 
 
 
 
 
 
151
  msgid "Please fill out the CAPTCHA."
152
  msgstr "Venligst udfyld CAPTCHA-feltet."
153
 
154
- #: contact_form.php:162
155
  msgid "Please make corrections below and try again."
156
  msgstr "Ret venligst nedenstående og prøv igen."
157
 
158
- #: contact_form.php:164
159
  msgid "Thank you for contacting us."
160
  msgstr "Tak fordi du kontaktede os"
161
 
162
- #: contact_form.php:385
163
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
164
  msgstr ""
165
 
166
- #: contact_form.php:394
167
  msgid "Such user does not exist. Settings are not saved."
168
  msgstr "Brugeren eksisterer ikke. Indstillingerne er ikke gemt."
169
 
170
- #: contact_form.php:399
171
- #: contact_form.php:405
172
  #, fuzzy
173
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
174
  msgstr "Benyt venligst en korrekt e-mail-adresse. Indstillingerne er ikke gemt."
175
 
176
- #: contact_form.php:410
177
  msgid "Options saved."
178
  msgstr "Indstillinger gemt."
179
 
180
- #: contact_form.php:435
181
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
182
  msgstr "Hvis du ønsker at tilføje en kontaktformular til din side, kopier og put denne kode i din kommentar eller på din side: "
183
 
184
- #: contact_form.php:436
185
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
186
  msgstr "Hvis felterne nedenunder er tomme, vil meddelesen blive sendt til den adresse, som var angivet ved registreringen."
187
 
188
- #: contact_form.php:440
189
  msgid "The user's email address:"
190
  msgstr "Benyt e-mail-adressen til wordpressbrugeren:"
191
 
192
- #: contact_form.php:444
193
  msgid "Create a username"
194
  msgstr "Vælg brugernavn"
195
 
196
- #: contact_form.php:449
197
  msgid "Enter a username of the person who should get the messages from the contact form."
198
  msgstr "Angiv det brugernavn, som vil modtage beskeder fra en kontaktformular."
199
 
200
- #: contact_form.php:453
201
  msgid "Use this email address:"
202
  msgstr "Benyt denne e-mail-adresse:"
203
 
204
- #: contact_form.php:456
205
  msgid "Enter the email address you want the messages forwarded to."
206
  msgstr "Angiv den e-mail-adresse, som vil blive benyttet ved modtagelse af beskeder."
207
 
208
- #: contact_form.php:460
209
  msgid "Additional options"
210
  msgstr "Flere valgmuligheder"
211
 
212
- #: contact_form.php:463
213
  msgid "Display Attachment block"
214
  msgstr "Vis bilag"
215
 
216
- #: contact_form.php:465
217
  msgid "Users can attach the following file formats"
218
  msgstr "Brugere kan vedlægge filer af følgende typer"
219
 
220
- #: contact_form.php:469
221
  msgid "Display Attachment tips"
222
  msgstr ""
223
 
224
- #: contact_form.php:471
225
  msgid "Display tips below the Attachment block"
226
  msgstr ""
227
 
228
- #: contact_form.php:475
229
  msgid "Display Send me a copy block"
230
  msgstr "Vis \"Send mig en kopi\"-afsnit"
231
 
232
- #: contact_form.php:481
233
  msgid "What to use?"
234
  msgstr ""
235
 
236
- #: contact_form.php:484
237
  msgid "Wp-mail"
238
  msgstr "Wp-mail"
239
 
240
- #: contact_form.php:485
241
  msgid "You can use the wp_mail function for mailing"
242
  msgstr ""
243
 
244
- #: contact_form.php:491
245
  msgid "Mail"
246
  msgstr "Mail"
247
 
248
- #: contact_form.php:492
249
  msgid "To send mail you can use the php mail function"
250
  msgstr ""
251
 
252
- #: contact_form.php:496
253
  #, fuzzy
254
  msgid "Change text of the 'FROM' field"
255
  msgstr "Skift FRA-felterne i kontaktformularen"
256
 
257
- #: contact_form.php:502
258
  msgid "Enter the email address in the 'From' field"
259
  msgstr ""
260
 
261
- #: contact_form.php:504
262
  msgid "The email address of the user who fills the form will be used in the field 'From'."
263
  msgstr ""
264
 
265
- #: contact_form.php:506
266
  msgid "This email address will be used in the 'From' field."
267
  msgstr ""
268
 
269
- #: contact_form.php:510
270
- msgid "Display a phone number field"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
271
  msgstr ""
272
 
273
- #: contact_form.php:516
274
  msgid "Required fields"
275
  msgstr ""
276
 
277
- #: contact_form.php:518
278
- #: contact_form.php:1016
279
  msgid "Name"
280
  msgstr "Navn"
281
 
282
- #: contact_form.php:519
283
  #, fuzzy
284
  msgid "Email Address"
285
  msgstr "E-mail-adresse:"
286
 
287
- #: contact_form.php:520
288
- #: contact_form.php:1024
289
- msgid "Phone"
290
- msgstr ""
291
-
292
- #: contact_form.php:521
293
- #: contact_form.php:1027
294
  msgid "Subject"
295
  msgstr "Emne"
296
 
297
- #: contact_form.php:522
298
- #: contact_form.php:1030
299
  msgid "Message"
300
  msgstr "Besked"
301
 
302
- #: contact_form.php:526
303
  #, fuzzy
304
  msgid "Display additional info in the email"
305
  msgstr "Vis yderligere information i e-mail"
306
 
307
- #: contact_form.php:531
308
- #: contact_form.php:988
309
  msgid "Sent from (ip address)"
310
  msgstr "Sendt fra (IP-adresse)"
311
 
312
- #: contact_form.php:532
313
- #: contact_form.php:993
314
  msgid "Date/Time"
315
  msgstr "Dato/klokkeslæt"
316
 
317
- #: contact_form.php:533
318
- #: contact_form.php:998
319
  msgid "Sent from (referer)"
320
  msgstr "Sendt fra (referent)"
321
 
322
- #: contact_form.php:534
323
- #: contact_form.php:1003
324
  msgid "Using (user agent)"
325
  msgstr "Med (user agent)"
326
 
327
- #: contact_form.php:538
328
  msgid "Language settings for the field names in the form"
329
  msgstr ""
330
 
331
- #: contact_form.php:547
332
  msgid "Add a language"
333
  msgstr ""
334
 
335
- #: contact_form.php:551
336
  #, fuzzy
337
  msgid "Change the names of the contact form fields and error messages"
338
  msgstr "Skifte etiketter til felterne i kontaktformularen"
339
 
340
- #: contact_form.php:556
341
- #: contact_form.php:611
342
  msgid "English"
343
  msgstr ""
344
 
345
- #: contact_form.php:572
346
- #: contact_form.php:593
347
  msgid "Error message for the Name field"
348
  msgstr ""
349
 
350
- #: contact_form.php:573
351
- #: contact_form.php:594
 
 
 
 
 
352
  msgid "Error message for the Email field"
353
  msgstr ""
354
 
355
- #: contact_form.php:574
356
- #: contact_form.php:595
357
  msgid "Error message for the Phone field"
358
  msgstr ""
359
 
360
- #: contact_form.php:575
361
- #: contact_form.php:596
362
  msgid "Error message for the Subject field"
363
  msgstr ""
364
 
365
- #: contact_form.php:576
366
- #: contact_form.php:597
367
  msgid "Error message for the Message field"
368
  msgstr ""
369
 
370
- #: contact_form.php:577
371
- #: contact_form.php:598
372
- msgid "Error message for the Attachment field"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
373
  msgstr ""
374
 
375
- #: contact_form.php:578
376
- #: contact_form.php:599
377
  msgid "Error message for the Captcha field"
378
  msgstr ""
379
 
380
- #: contact_form.php:579
381
- #: contact_form.php:600
382
  msgid "Error message for the whole form"
383
  msgstr ""
384
 
385
- #: contact_form.php:580
386
- #: contact_form.php:601
387
- #: contact_form.php:620
388
- #: contact_form.php:626
389
  msgid "Use shortcode"
390
  msgstr ""
391
 
392
- #: contact_form.php:580
393
- #: contact_form.php:601
394
- #: contact_form.php:620
395
- #: contact_form.php:626
396
  msgid "for this language"
397
  msgstr ""
398
 
399
- #: contact_form.php:608
400
  msgid "Action after email is sent"
401
  msgstr ""
402
 
403
- #: contact_form.php:610
404
  #, fuzzy
405
  msgid "Display text"
406
  msgstr "Vis bilag"
407
 
408
- #: contact_form.php:619
409
- #: contact_form.php:625
410
  msgid "Text"
411
  msgstr ""
412
 
413
- #: contact_form.php:632
414
  msgid "Redirect to the page"
415
  msgstr ""
416
 
417
- #: contact_form.php:633
418
  msgid "Url"
419
  msgstr ""
420
 
421
- #: contact_form.php:638
422
  msgid "Save Changes"
423
  msgstr "Gem ændringer"
424
 
425
- #: contact_form.php:685
426
  msgid "Sorry, email message could not be delivered."
427
  msgstr "Beklager, men din e-mail kunne ikke leveres."
428
 
429
- #: contact_form.php:755
430
  msgid "You can attach the following file formats"
431
  msgstr "Du kan vedhæfte filer af følgende typer"
432
 
433
- #: contact_form.php:1011
434
  msgid "Contact from"
435
  msgstr "Kontakt fra"
436
 
437
- #: contact_form.php:1019
438
  msgid "Email"
439
  msgstr "E-mail"
440
 
441
- #: contact_form.php:1033
442
  msgid "Site"
443
  msgstr "Site"
444
 
445
- #: contact_form.php:1084
446
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
447
  msgstr "Dersom du kan se denne MIME, så aksepterer ikke klienten din MIME-typer!"
448
 
449
- #: contact_form.php:1137
450
  msgid "FAQ"
451
  msgstr "Ofte stillede spørgsmål"
452
 
453
- #: contact_form.php:1138
454
  msgid "Support"
455
  msgstr "Support"
456
 
457
- #: contact_form.php:1184
458
  msgid "Are you sure that you want to delete this language data?"
459
  msgstr ""
460
 
@@ -469,6 +544,4 @@ msgstr ""
469
  #~ msgstr "Indirizzo e-mail:"
470
  #~ msgid "Install Now"
471
  #~ msgstr "Installa Ora"
472
- #~ msgid "BWS Plugins"
473
- #~ msgstr "BWS Plugins"
474
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-27 16:04+0300\n"
6
+ "PO-Revision-Date: 2013-05-27 16:04+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Mads Hannibal <mh@shortcuts.dk>\n"
9
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:100
20
+ #, fuzzy
21
+ msgid "Pro plugins"
22
+ msgstr "BWS Plugins"
23
+
24
+ #: contact_form.php:103
25
+ #: contact_form.php:129
26
  msgid "Activated plugins"
27
  msgstr "Aktiverede plugins"
28
 
29
+ #: contact_form.php:105
30
+ #: contact_form.php:113
31
+ #: contact_form.php:121
32
+ #: contact_form.php:131
33
+ #: contact_form.php:139
34
+ #: contact_form.php:147
35
  msgid "Read more"
36
  msgstr "Læs mere"
37
 
38
+ #: contact_form.php:105
39
+ #: contact_form.php:131
40
+ #: contact_form.php:1286
41
+ #: contact_form.php:1295
42
  msgid "Settings"
43
  msgstr "Indstillinger"
44
 
45
+ #: contact_form.php:111
46
+ #: contact_form.php:137
47
  msgid "Installed plugins"
48
  msgstr "Installerede plugins"
49
 
50
+ #: contact_form.php:119
51
+ #: contact_form.php:145
52
  msgid "Recommended plugins"
53
  msgstr "Anbefalede plugins"
54
 
55
+ #: contact_form.php:121
56
+ msgid "Purchase"
57
+ msgstr ""
58
+
59
+ #: contact_form.php:126
60
+ #, fuzzy
61
+ msgid "Free plugins"
62
+ msgstr "Anbefalede plugins"
63
+
64
+ #: contact_form.php:147
65
  msgid "Download"
66
  msgstr "Download"
67
 
68
+ #: contact_form.php:147
69
  #, php-format
70
  msgid "Install %s"
71
  msgstr "Installér %s"
72
 
73
+ #: contact_form.php:147
74
  msgid "Install now from wordpress.org"
75
  msgstr "Installér nu fra wordpress.org"
76
 
77
+ #: contact_form.php:152
78
+ #, fuzzy
79
+ msgid "If you have any questions, please contact us via"
80
  msgstr "Hvis du har spørgsmål kan du kontakte os på plugin@bestwebsoft.com eller bruge kontaktformularen på vores hjemmeside"
81
 
82
+ #: contact_form.php:161
83
+ #: contact_form.php:526
84
  msgid "Contact Form Options"
85
  msgstr "Indstillinger for kontaktformular"
86
 
87
+ #: contact_form.php:161
88
  msgid "Contact Form"
89
  msgstr "Kontaktformular"
90
 
91
+ #: contact_form.php:200
92
+ #: contact_form.php:662
93
+ #: contact_form.php:688
94
  msgid "Name:"
95
  msgstr "Navn:"
96
 
97
+ #: contact_form.php:201
98
+ #: contact_form.php:663
99
+ #: contact_form.php:689
100
+ #, fuzzy
101
+ msgid "Address:"
102
+ msgstr "E-mail-adresse:"
103
+
104
+ #: contact_form.php:202
105
+ #: contact_form.php:664
106
+ #: contact_form.php:690
107
  msgid "Email Address:"
108
  msgstr "E-mail-adresse:"
109
 
110
+ #: contact_form.php:203
111
+ #: contact_form.php:665
112
+ #: contact_form.php:691
113
  msgid "Phone number:"
114
  msgstr ""
115
 
116
+ #: contact_form.php:204
117
+ #: contact_form.php:666
118
+ #: contact_form.php:692
119
  msgid "Subject:"
120
  msgstr "Emne:"
121
 
122
+ #: contact_form.php:205
123
+ #: contact_form.php:667
124
+ #: contact_form.php:693
125
  msgid "Message:"
126
  msgstr "Besked:"
127
 
128
+ #: contact_form.php:206
129
+ #: contact_form.php:668
130
+ #: contact_form.php:694
131
  msgid "Attachment:"
132
  msgstr "Bilag:"
133
 
134
+ #: contact_form.php:207
135
+ #: contact_form.php:262
136
+ #: contact_form.php:669
137
+ #: contact_form.php:695
138
  msgid "Send me a copy"
139
  msgstr "Send mig en kopi"
140
 
141
+ #: contact_form.php:208
142
+ #: contact_form.php:670
143
+ #: contact_form.php:696
144
  msgid "Submit"
145
  msgstr "Send"
146
 
147
+ #: contact_form.php:209
148
  msgid "Your name is required."
149
  msgstr "Dit navn er obligatorisk"
150
 
151
+ #: contact_form.php:210
152
+ #, fuzzy
153
+ msgid "Address is required."
154
+ msgstr "En korrekt e-mail-adresse er påkrævet."
155
+
156
+ #: contact_form.php:211
157
  #, fuzzy
158
  msgid "A valid email address is required."
159
  msgstr "En korrekt e-mail-adresse er påkrævet."
160
 
161
+ #: contact_form.php:212
162
+ #: contact_form.php:257
163
+ #: contact_form.php:260
164
  #, fuzzy
165
  msgid "Phone number is required."
166
  msgstr "Dit navn er obligatorisk"
167
 
168
+ #: contact_form.php:213
169
+ #: contact_form.php:256
170
+ #: contact_form.php:259
171
  msgid "Subject is required."
172
  msgstr "Emnefeltet er obligatorisk."
173
 
174
+ #: contact_form.php:214
175
+ #: contact_form.php:255
176
+ #: contact_form.php:258
177
  msgid "Message text is required."
178
  msgstr "Du skal angive en besked"
179
 
180
+ #: contact_form.php:215
181
  msgid "File format is not valid."
182
  msgstr "Bilaget er korrupt."
183
 
184
+ #: contact_form.php:216
185
+ msgid "File upload error."
186
+ msgstr ""
187
+
188
+ #: contact_form.php:217
189
+ msgid "The file could not be uploaded."
190
+ msgstr ""
191
+
192
+ #: contact_form.php:218
193
+ msgid "This file is too large."
194
+ msgstr ""
195
+
196
+ #: contact_form.php:219
197
  msgid "Please fill out the CAPTCHA."
198
  msgstr "Venligst udfyld CAPTCHA-feltet."
199
 
200
+ #: contact_form.php:220
201
  msgid "Please make corrections below and try again."
202
  msgstr "Ret venligst nedenstående og prøv igen."
203
 
204
+ #: contact_form.php:222
205
  msgid "Thank you for contacting us."
206
  msgstr "Tak fordi du kontaktede os"
207
 
208
+ #: contact_form.php:481
209
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
210
  msgstr ""
211
 
212
+ #: contact_form.php:490
213
  msgid "Such user does not exist. Settings are not saved."
214
  msgstr "Brugeren eksisterer ikke. Indstillingerne er ikke gemt."
215
 
216
+ #: contact_form.php:495
217
+ #: contact_form.php:501
218
  #, fuzzy
219
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
220
  msgstr "Benyt venligst en korrekt e-mail-adresse. Indstillingerne er ikke gemt."
221
 
222
+ #: contact_form.php:506
223
  msgid "Options saved."
224
  msgstr "Indstillinger gemt."
225
 
226
+ #: contact_form.php:531
227
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
228
  msgstr "Hvis du ønsker at tilføje en kontaktformular til din side, kopier og put denne kode i din kommentar eller på din side: "
229
 
230
+ #: contact_form.php:532
231
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
232
  msgstr "Hvis felterne nedenunder er tomme, vil meddelesen blive sendt til den adresse, som var angivet ved registreringen."
233
 
234
+ #: contact_form.php:536
235
  msgid "The user's email address:"
236
  msgstr "Benyt e-mail-adressen til wordpressbrugeren:"
237
 
238
+ #: contact_form.php:540
239
  msgid "Create a username"
240
  msgstr "Vælg brugernavn"
241
 
242
+ #: contact_form.php:545
243
  msgid "Enter a username of the person who should get the messages from the contact form."
244
  msgstr "Angiv det brugernavn, som vil modtage beskeder fra en kontaktformular."
245
 
246
+ #: contact_form.php:549
247
  msgid "Use this email address:"
248
  msgstr "Benyt denne e-mail-adresse:"
249
 
250
+ #: contact_form.php:552
251
  msgid "Enter the email address you want the messages forwarded to."
252
  msgstr "Angiv den e-mail-adresse, som vil blive benyttet ved modtagelse af beskeder."
253
 
254
+ #: contact_form.php:556
255
  msgid "Additional options"
256
  msgstr "Flere valgmuligheder"
257
 
258
+ #: contact_form.php:559
259
  msgid "Display Attachment block"
260
  msgstr "Vis bilag"
261
 
262
+ #: contact_form.php:561
263
  msgid "Users can attach the following file formats"
264
  msgstr "Brugere kan vedlægge filer af følgende typer"
265
 
266
+ #: contact_form.php:565
267
  msgid "Display Attachment tips"
268
  msgstr ""
269
 
270
+ #: contact_form.php:567
271
  msgid "Display tips below the Attachment block"
272
  msgstr ""
273
 
274
+ #: contact_form.php:571
275
  msgid "Display Send me a copy block"
276
  msgstr "Vis \"Send mig en kopi\"-afsnit"
277
 
278
+ #: contact_form.php:577
279
  msgid "What to use?"
280
  msgstr ""
281
 
282
+ #: contact_form.php:580
283
  msgid "Wp-mail"
284
  msgstr "Wp-mail"
285
 
286
+ #: contact_form.php:581
287
  msgid "You can use the wp_mail function for mailing"
288
  msgstr ""
289
 
290
+ #: contact_form.php:587
291
  msgid "Mail"
292
  msgstr "Mail"
293
 
294
+ #: contact_form.php:588
295
  msgid "To send mail you can use the php mail function"
296
  msgstr ""
297
 
298
+ #: contact_form.php:592
299
  #, fuzzy
300
  msgid "Change text of the 'FROM' field"
301
  msgstr "Skift FRA-felterne i kontaktformularen"
302
 
303
+ #: contact_form.php:598
304
  msgid "Enter the email address in the 'From' field"
305
  msgstr ""
306
 
307
+ #: contact_form.php:600
308
  msgid "The email address of the user who fills the form will be used in the field 'From'."
309
  msgstr ""
310
 
311
+ #: contact_form.php:602
312
  msgid "This email address will be used in the 'From' field."
313
  msgstr ""
314
 
315
+ #: contact_form.php:606
316
+ #, fuzzy
317
+ msgid "Display fields"
318
+ msgstr "Vis bilag"
319
+
320
+ #: contact_form.php:608
321
+ #: contact_form.php:616
322
+ #: contact_form.php:1175
323
+ #, fuzzy
324
+ msgid "Address"
325
+ msgstr "E-mail-adresse:"
326
+
327
+ #: contact_form.php:609
328
+ #: contact_form.php:618
329
+ #: contact_form.php:1183
330
+ msgid "Phone"
331
  msgstr ""
332
 
333
+ #: contact_form.php:613
334
  msgid "Required fields"
335
  msgstr ""
336
 
337
+ #: contact_form.php:615
338
+ #: contact_form.php:1170
339
  msgid "Name"
340
  msgstr "Navn"
341
 
342
+ #: contact_form.php:617
343
  #, fuzzy
344
  msgid "Email Address"
345
  msgstr "E-mail-adresse:"
346
 
347
+ #: contact_form.php:619
348
+ #: contact_form.php:1186
 
 
 
 
 
349
  msgid "Subject"
350
  msgstr "Emne"
351
 
352
+ #: contact_form.php:620
353
+ #: contact_form.php:1189
354
  msgid "Message"
355
  msgstr "Besked"
356
 
357
+ #: contact_form.php:624
358
  #, fuzzy
359
  msgid "Display additional info in the email"
360
  msgstr "Vis yderligere information i e-mail"
361
 
362
+ #: contact_form.php:629
363
+ #: contact_form.php:1142
364
  msgid "Sent from (ip address)"
365
  msgstr "Sendt fra (IP-adresse)"
366
 
367
+ #: contact_form.php:630
368
+ #: contact_form.php:1147
369
  msgid "Date/Time"
370
  msgstr "Dato/klokkeslæt"
371
 
372
+ #: contact_form.php:631
373
+ #: contact_form.php:1152
374
  msgid "Sent from (referer)"
375
  msgstr "Sendt fra (referent)"
376
 
377
+ #: contact_form.php:632
378
+ #: contact_form.php:1157
379
  msgid "Using (user agent)"
380
  msgstr "Med (user agent)"
381
 
382
+ #: contact_form.php:636
383
  msgid "Language settings for the field names in the form"
384
  msgstr ""
385
 
386
+ #: contact_form.php:645
387
  msgid "Add a language"
388
  msgstr ""
389
 
390
+ #: contact_form.php:649
391
  #, fuzzy
392
  msgid "Change the names of the contact form fields and error messages"
393
  msgstr "Skifte etiketter til felterne i kontaktformularen"
394
 
395
+ #: contact_form.php:654
396
+ #: contact_form.php:719
397
  msgid "English"
398
  msgstr ""
399
 
400
+ #: contact_form.php:671
401
+ #: contact_form.php:697
402
  msgid "Error message for the Name field"
403
  msgstr ""
404
 
405
+ #: contact_form.php:672
406
+ #: contact_form.php:698
407
+ msgid "Error message for the Address field"
408
+ msgstr ""
409
+
410
+ #: contact_form.php:673
411
+ #: contact_form.php:699
412
  msgid "Error message for the Email field"
413
  msgstr ""
414
 
415
+ #: contact_form.php:674
416
+ #: contact_form.php:700
417
  msgid "Error message for the Phone field"
418
  msgstr ""
419
 
420
+ #: contact_form.php:675
421
+ #: contact_form.php:701
422
  msgid "Error message for the Subject field"
423
  msgstr ""
424
 
425
+ #: contact_form.php:676
426
+ #: contact_form.php:702
427
  msgid "Error message for the Message field"
428
  msgstr ""
429
 
430
+ #: contact_form.php:677
431
+ #: contact_form.php:703
432
+ msgid "Error message about the file type for the Attachment field"
433
+ msgstr ""
434
+
435
+ #: contact_form.php:678
436
+ #: contact_form.php:704
437
+ msgid "Error message while uploading a file for the Attachment field to the server"
438
+ msgstr ""
439
+
440
+ #: contact_form.php:679
441
+ #: contact_form.php:705
442
+ msgid "Error message while moving the file for the Attachment field"
443
+ msgstr ""
444
+
445
+ #: contact_form.php:680
446
+ #: contact_form.php:706
447
+ msgid "Error message when file size limit for the Attachment field is exceeded"
448
  msgstr ""
449
 
450
+ #: contact_form.php:681
451
+ #: contact_form.php:707
452
  msgid "Error message for the Captcha field"
453
  msgstr ""
454
 
455
+ #: contact_form.php:682
456
+ #: contact_form.php:708
457
  msgid "Error message for the whole form"
458
  msgstr ""
459
 
460
+ #: contact_form.php:683
461
+ #: contact_form.php:709
462
+ #: contact_form.php:728
463
+ #: contact_form.php:734
464
  msgid "Use shortcode"
465
  msgstr ""
466
 
467
+ #: contact_form.php:683
468
+ #: contact_form.php:709
469
+ #: contact_form.php:728
470
+ #: contact_form.php:734
471
  msgid "for this language"
472
  msgstr ""
473
 
474
+ #: contact_form.php:716
475
  msgid "Action after email is sent"
476
  msgstr ""
477
 
478
+ #: contact_form.php:718
479
  #, fuzzy
480
  msgid "Display text"
481
  msgstr "Vis bilag"
482
 
483
+ #: contact_form.php:727
484
+ #: contact_form.php:733
485
  msgid "Text"
486
  msgstr ""
487
 
488
+ #: contact_form.php:740
489
  msgid "Redirect to the page"
490
  msgstr ""
491
 
492
+ #: contact_form.php:741
493
  msgid "Url"
494
  msgstr ""
495
 
496
+ #: contact_form.php:746
497
  msgid "Save Changes"
498
  msgstr "Gem ændringer"
499
 
500
+ #: contact_form.php:795
501
  msgid "Sorry, email message could not be delivered."
502
  msgstr "Beklager, men din e-mail kunne ikke leveres."
503
 
504
+ #: contact_form.php:879
505
  msgid "You can attach the following file formats"
506
  msgstr "Du kan vedhæfte filer af følgende typer"
507
 
508
+ #: contact_form.php:1165
509
  msgid "Contact from"
510
  msgstr "Kontakt fra"
511
 
512
+ #: contact_form.php:1178
513
  msgid "Email"
514
  msgstr "E-mail"
515
 
516
+ #: contact_form.php:1192
517
  msgid "Site"
518
  msgstr "Site"
519
 
520
+ #: contact_form.php:1243
521
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
522
  msgstr "Dersom du kan se denne MIME, så aksepterer ikke klienten din MIME-typer!"
523
 
524
+ #: contact_form.php:1296
525
  msgid "FAQ"
526
  msgstr "Ofte stillede spørgsmål"
527
 
528
+ #: contact_form.php:1297
529
  msgid "Support"
530
  msgstr "Support"
531
 
532
+ #: contact_form.php:1345
533
  msgid "Are you sure that you want to delete this language data?"
534
  msgstr ""
535
 
544
  #~ msgstr "Indirizzo e-mail:"
545
  #~ msgid "Install Now"
546
  #~ msgstr "Installa Ora"
 
 
547
 
languages/contact_form-de_DE.mo CHANGED
Binary file
languages/contact_form-de_DE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 15:07+0300\n"
6
- "PO-Revision-Date: 2013-04-22 15:07+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,444 +16,519 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:78
 
 
 
 
 
 
20
  msgid "Activated plugins"
21
  msgstr "Aktivierte PlugIns"
22
 
23
- #: contact_form.php:80
24
- #: contact_form.php:88
25
- #: contact_form.php:96
 
 
 
26
  msgid "Read more"
27
  msgstr "Lesen Sie mehr"
28
 
29
- #: contact_form.php:80
30
- #: contact_form.php:1127
31
- #: contact_form.php:1136
 
32
  msgid "Settings"
33
  msgstr "Einstellungen"
34
 
35
- #: contact_form.php:86
 
36
  msgid "Installed plugins"
37
  msgstr "Installierte PlugIns"
38
 
39
- #: contact_form.php:94
 
40
  msgid "Recommended plugins"
41
  msgstr "Empfohlene PlugIns"
42
 
43
- #: contact_form.php:96
 
 
 
 
 
 
 
 
 
44
  msgid "Download"
45
  msgstr "Download"
46
 
47
- #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "Installiere %s"
51
 
52
- #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "installiere jetzt von wordpress.org"
55
 
56
- #: contact_form.php:98
57
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
 
58
  msgstr "Bei Fragen wenden Sie sich an plugin@bestwebsoft.com oder füllen Sie das Kontakformular auf unserer Webseite aus"
59
 
60
- #: contact_form.php:110
61
- #: contact_form.php:430
62
  msgid "Contact Form Options"
63
  msgstr "Contact Form Einstellungen"
64
 
65
- #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "Contact Form"
68
 
69
- #: contact_form.php:147
70
- #: contact_form.php:564
71
- #: contact_form.php:585
72
  msgid "Name:"
73
  msgstr "Name:"
74
 
75
- #: contact_form.php:148
76
- #: contact_form.php:565
77
- #: contact_form.php:586
 
 
 
 
 
 
 
78
  msgid "Email Address:"
79
  msgstr "E-Mail-Adresse:"
80
 
81
- #: contact_form.php:149
82
- #: contact_form.php:566
83
- #: contact_form.php:587
84
  msgid "Phone number:"
85
  msgstr ""
86
 
87
- #: contact_form.php:150
88
- #: contact_form.php:567
89
- #: contact_form.php:588
90
  msgid "Subject:"
91
  msgstr "Betreff:"
92
 
93
- #: contact_form.php:151
94
- #: contact_form.php:568
95
- #: contact_form.php:589
96
  msgid "Message:"
97
  msgstr "Nachricht:"
98
 
99
- #: contact_form.php:152
100
- #: contact_form.php:569
101
- #: contact_form.php:590
102
  msgid "Attachment:"
103
  msgstr "Anhang:"
104
 
105
- #: contact_form.php:153
106
- #: contact_form.php:199
107
- #: contact_form.php:570
108
- #: contact_form.php:591
109
  msgid "Send me a copy"
110
  msgstr "Kopie an mich senden"
111
 
112
- #: contact_form.php:154
113
- #: contact_form.php:571
114
- #: contact_form.php:592
115
  msgid "Submit"
116
  msgstr "senden"
117
 
118
- #: contact_form.php:155
119
  msgid "Your name is required."
120
  msgstr "Ihr Name wird benötigt"
121
 
122
- #: contact_form.php:156
 
 
 
 
 
123
  #, fuzzy
124
  msgid "A valid email address is required."
125
  msgstr "Eine korrekte E-Mail-Adresse ist zwingend."
126
 
127
- #: contact_form.php:157
128
- #: contact_form.php:194
129
- #: contact_form.php:197
130
  #, fuzzy
131
  msgid "Phone number is required."
132
  msgstr "Ihr Name wird benötigt"
133
 
134
- #: contact_form.php:158
135
- #: contact_form.php:193
136
- #: contact_form.php:196
137
  msgid "Subject is required."
138
  msgstr "Bitte geben Sie einen Betreff ein."
139
 
140
- #: contact_form.php:159
141
- #: contact_form.php:192
142
- #: contact_form.php:195
143
  msgid "Message text is required."
144
  msgstr "Bitte geben Sie eine Nachricht ein."
145
 
146
- #: contact_form.php:160
147
  msgid "File format is not valid."
148
  msgstr "Anhang scheint defekt zu sein."
149
 
150
- #: contact_form.php:161
 
 
 
 
 
 
 
 
 
 
 
 
151
  msgid "Please fill out the CAPTCHA."
152
  msgstr "Bitte ergänzen Sie das CAPTCHA."
153
 
154
- #: contact_form.php:162
155
  msgid "Please make corrections below and try again."
156
  msgstr "Bitte führen Sie die Korrekturen unten durch und versuchen Sie es erneut."
157
 
158
- #: contact_form.php:164
159
  msgid "Thank you for contacting us."
160
  msgstr "Danke für Ihre Nachricht."
161
 
162
- #: contact_form.php:385
163
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
164
  msgstr ""
165
 
166
- #: contact_form.php:394
167
  msgid "Such user does not exist. Settings are not saved."
168
  msgstr "Dieser Benutzer existiert nicht. Einstellungen nicht gespeichert."
169
 
170
- #: contact_form.php:399
171
- #: contact_form.php:405
172
  #, fuzzy
173
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
174
  msgstr "Bitte geben Sie eine korrekte E-Mail-Adresse ein. Einstellungen nicht gespeichert."
175
 
176
- #: contact_form.php:410
177
  msgid "Options saved."
178
  msgstr "Einstellungen gespeichert."
179
 
180
- #: contact_form.php:435
181
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
182
  msgstr "Wenn Sie Contact Form in Ihrer Webpräsenz verwenden wollen, kopieren Sie einfach folgenden shortcode auf Ihre Seite oder Ihren Artikel oder widget:"
183
 
184
- #: contact_form.php:436
185
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
186
  msgstr "Wenn das folgende Feld leer bleibt wird die Nachricht an die Adresse gesandt, die bei der Registrierung angegeben wurde."
187
 
188
- #: contact_form.php:440
189
  msgid "The user's email address:"
190
  msgstr "Benutze die E-Mail-Adresse von WordPress-Benutzer:"
191
 
192
- #: contact_form.php:444
193
  msgid "Create a username"
194
  msgstr "Wähle Benutzer"
195
 
196
- #: contact_form.php:449
197
  msgid "Enter a username of the person who should get the messages from the contact form."
198
  msgstr "Definieren Sie die Benutzer, die Nachrichten von Contact Form bekommen sollen."
199
 
200
- #: contact_form.php:453
201
  msgid "Use this email address:"
202
  msgstr "Verwende diese E-Mail-Adresse:"
203
 
204
- #: contact_form.php:456
205
  msgid "Enter the email address you want the messages forwarded to."
206
  msgstr "Definieren Sie die E-Mail-Adresse, die Contact Form verwenden soll."
207
 
208
- #: contact_form.php:460
209
  msgid "Additional options"
210
  msgstr "Erweiterte Optionen"
211
 
212
- #: contact_form.php:463
213
  msgid "Display Attachment block"
214
  msgstr "Anhänge erlauben"
215
 
216
- #: contact_form.php:465
217
  msgid "Users can attach the following file formats"
218
  msgstr "Benutzer können folgende Dateitypen anhängen"
219
 
220
- #: contact_form.php:469
221
  msgid "Display Attachment tips"
222
  msgstr ""
223
 
224
- #: contact_form.php:471
225
  msgid "Display tips below the Attachment block"
226
  msgstr ""
227
 
228
- #: contact_form.php:475
229
  msgid "Display Send me a copy block"
230
  msgstr "Kopie-an-mich anzeigen"
231
 
232
- #: contact_form.php:481
233
  msgid "What to use?"
234
  msgstr ""
235
 
236
- #: contact_form.php:484
237
  msgid "Wp-mail"
238
  msgstr "Wp-mail"
239
 
240
- #: contact_form.php:485
241
  msgid "You can use the wp_mail function for mailing"
242
  msgstr ""
243
 
244
- #: contact_form.php:491
245
  msgid "Mail"
246
  msgstr "Mail"
247
 
248
- #: contact_form.php:492
249
  msgid "To send mail you can use the php mail function"
250
  msgstr ""
251
 
252
- #: contact_form.php:496
253
  #, fuzzy
254
  msgid "Change text of the 'FROM' field"
255
  msgstr "Veränderung gegenüber Felder des Kontaktformulars"
256
 
257
- #: contact_form.php:502
258
  msgid "Enter the email address in the 'From' field"
259
  msgstr ""
260
 
261
- #: contact_form.php:504
262
  msgid "The email address of the user who fills the form will be used in the field 'From'."
263
  msgstr ""
264
 
265
- #: contact_form.php:506
266
  msgid "This email address will be used in the 'From' field."
267
  msgstr ""
268
 
269
- #: contact_form.php:510
270
- msgid "Display a phone number field"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
271
  msgstr ""
272
 
273
- #: contact_form.php:516
274
  msgid "Required fields"
275
  msgstr ""
276
 
277
- #: contact_form.php:518
278
- #: contact_form.php:1016
279
  msgid "Name"
280
  msgstr "Nome"
281
 
282
- #: contact_form.php:519
283
  #, fuzzy
284
  msgid "Email Address"
285
  msgstr "E-Mail-Adresse:"
286
 
287
- #: contact_form.php:520
288
- #: contact_form.php:1024
289
- msgid "Phone"
290
- msgstr ""
291
-
292
- #: contact_form.php:521
293
- #: contact_form.php:1027
294
  msgid "Subject"
295
  msgstr "Betreff"
296
 
297
- #: contact_form.php:522
298
- #: contact_form.php:1030
299
  msgid "Message"
300
  msgstr "Nachricht"
301
 
302
- #: contact_form.php:526
303
  msgid "Display additional info in the email"
304
  msgstr ""
305
 
306
- #: contact_form.php:531
307
- #: contact_form.php:988
308
  msgid "Sent from (ip address)"
309
  msgstr "Gesendet von (IP-Adresse)"
310
 
311
- #: contact_form.php:532
312
- #: contact_form.php:993
313
  msgid "Date/Time"
314
  msgstr "Datum / Uhrzeit"
315
 
316
- #: contact_form.php:533
317
- #: contact_form.php:998
318
  msgid "Sent from (referer)"
319
  msgstr "gesendet von (referer)"
320
 
321
- #: contact_form.php:534
322
- #: contact_form.php:1003
323
  msgid "Using (user agent)"
324
  msgstr "mit (user agent)"
325
 
326
- #: contact_form.php:538
327
  msgid "Language settings for the field names in the form"
328
  msgstr ""
329
 
330
- #: contact_form.php:547
331
  msgid "Add a language"
332
  msgstr ""
333
 
334
- #: contact_form.php:551
335
  #, fuzzy
336
  msgid "Change the names of the contact form fields and error messages"
337
  msgstr "Ändern Sie die Bezeichnung der Felder des Kontaktformulars"
338
 
339
- #: contact_form.php:556
340
- #: contact_form.php:611
341
  msgid "English"
342
  msgstr ""
343
 
344
- #: contact_form.php:572
345
- #: contact_form.php:593
346
  msgid "Error message for the Name field"
347
  msgstr ""
348
 
349
- #: contact_form.php:573
350
- #: contact_form.php:594
 
 
 
 
 
351
  msgid "Error message for the Email field"
352
  msgstr ""
353
 
354
- #: contact_form.php:574
355
- #: contact_form.php:595
356
  msgid "Error message for the Phone field"
357
  msgstr ""
358
 
359
- #: contact_form.php:575
360
- #: contact_form.php:596
361
  msgid "Error message for the Subject field"
362
  msgstr ""
363
 
364
- #: contact_form.php:576
365
- #: contact_form.php:597
366
  msgid "Error message for the Message field"
367
  msgstr ""
368
 
369
- #: contact_form.php:577
370
- #: contact_form.php:598
371
- msgid "Error message for the Attachment field"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
372
  msgstr ""
373
 
374
- #: contact_form.php:578
375
- #: contact_form.php:599
376
  msgid "Error message for the Captcha field"
377
  msgstr ""
378
 
379
- #: contact_form.php:579
380
- #: contact_form.php:600
381
  msgid "Error message for the whole form"
382
  msgstr ""
383
 
384
- #: contact_form.php:580
385
- #: contact_form.php:601
386
- #: contact_form.php:620
387
- #: contact_form.php:626
388
  msgid "Use shortcode"
389
  msgstr ""
390
 
391
- #: contact_form.php:580
392
- #: contact_form.php:601
393
- #: contact_form.php:620
394
- #: contact_form.php:626
395
  msgid "for this language"
396
  msgstr ""
397
 
398
- #: contact_form.php:608
399
  msgid "Action after email is sent"
400
  msgstr ""
401
 
402
- #: contact_form.php:610
403
  #, fuzzy
404
  msgid "Display text"
405
  msgstr "Anhänge erlauben"
406
 
407
- #: contact_form.php:619
408
- #: contact_form.php:625
409
  msgid "Text"
410
  msgstr ""
411
 
412
- #: contact_form.php:632
413
  msgid "Redirect to the page"
414
  msgstr ""
415
 
416
- #: contact_form.php:633
417
  msgid "Url"
418
  msgstr ""
419
 
420
- #: contact_form.php:638
421
  msgid "Save Changes"
422
  msgstr "Änderungen speichern"
423
 
424
- #: contact_form.php:685
425
  msgid "Sorry, email message could not be delivered."
426
  msgstr "Entschuldigung, Ihre E-Mail konnte leider nicht zugestellt werden."
427
 
428
- #: contact_form.php:755
429
  msgid "You can attach the following file formats"
430
  msgstr "Sie können folgende Dateitypen anhängen"
431
 
432
- #: contact_form.php:1011
433
  msgid "Contact from"
434
  msgstr "Kontakt von"
435
 
436
- #: contact_form.php:1019
437
  msgid "Email"
438
  msgstr "E-Mail"
439
 
440
- #: contact_form.php:1033
441
  msgid "Site"
442
  msgstr "Site"
443
 
444
- #: contact_form.php:1084
445
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
446
  msgstr "Wenn Sie dieses MIME sehen, unterstützt Ihr Client keine MIME-Typen!"
447
 
448
- #: contact_form.php:1137
449
  msgid "FAQ"
450
  msgstr "Häufig gestellte Fragen (FAQ)"
451
 
452
- #: contact_form.php:1138
453
  msgid "Support"
454
  msgstr "Unterstützung"
455
 
456
- #: contact_form.php:1184
457
  msgid "Are you sure that you want to delete this language data?"
458
  msgstr ""
459
 
@@ -469,6 +544,4 @@ msgstr ""
469
  #~ msgstr "Indirizzo e-mail:"
470
  #~ msgid "Install Now"
471
  #~ msgstr "Installa Ora"
472
- #~ msgid "BWS Plugins"
473
- #~ msgstr "BWS Plugins"
474
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-27 16:04+0300\n"
6
+ "PO-Revision-Date: 2013-05-27 16:04+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:100
20
+ #, fuzzy
21
+ msgid "Pro plugins"
22
+ msgstr "BWS Plugins"
23
+
24
+ #: contact_form.php:103
25
+ #: contact_form.php:129
26
  msgid "Activated plugins"
27
  msgstr "Aktivierte PlugIns"
28
 
29
+ #: contact_form.php:105
30
+ #: contact_form.php:113
31
+ #: contact_form.php:121
32
+ #: contact_form.php:131
33
+ #: contact_form.php:139
34
+ #: contact_form.php:147
35
  msgid "Read more"
36
  msgstr "Lesen Sie mehr"
37
 
38
+ #: contact_form.php:105
39
+ #: contact_form.php:131
40
+ #: contact_form.php:1286
41
+ #: contact_form.php:1295
42
  msgid "Settings"
43
  msgstr "Einstellungen"
44
 
45
+ #: contact_form.php:111
46
+ #: contact_form.php:137
47
  msgid "Installed plugins"
48
  msgstr "Installierte PlugIns"
49
 
50
+ #: contact_form.php:119
51
+ #: contact_form.php:145
52
  msgid "Recommended plugins"
53
  msgstr "Empfohlene PlugIns"
54
 
55
+ #: contact_form.php:121
56
+ msgid "Purchase"
57
+ msgstr ""
58
+
59
+ #: contact_form.php:126
60
+ #, fuzzy
61
+ msgid "Free plugins"
62
+ msgstr "Empfohlene PlugIns"
63
+
64
+ #: contact_form.php:147
65
  msgid "Download"
66
  msgstr "Download"
67
 
68
+ #: contact_form.php:147
69
  #, php-format
70
  msgid "Install %s"
71
  msgstr "Installiere %s"
72
 
73
+ #: contact_form.php:147
74
  msgid "Install now from wordpress.org"
75
  msgstr "installiere jetzt von wordpress.org"
76
 
77
+ #: contact_form.php:152
78
+ #, fuzzy
79
+ msgid "If you have any questions, please contact us via"
80
  msgstr "Bei Fragen wenden Sie sich an plugin@bestwebsoft.com oder füllen Sie das Kontakformular auf unserer Webseite aus"
81
 
82
+ #: contact_form.php:161
83
+ #: contact_form.php:526
84
  msgid "Contact Form Options"
85
  msgstr "Contact Form Einstellungen"
86
 
87
+ #: contact_form.php:161
88
  msgid "Contact Form"
89
  msgstr "Contact Form"
90
 
91
+ #: contact_form.php:200
92
+ #: contact_form.php:662
93
+ #: contact_form.php:688
94
  msgid "Name:"
95
  msgstr "Name:"
96
 
97
+ #: contact_form.php:201
98
+ #: contact_form.php:663
99
+ #: contact_form.php:689
100
+ #, fuzzy
101
+ msgid "Address:"
102
+ msgstr "E-Mail-Adresse:"
103
+
104
+ #: contact_form.php:202
105
+ #: contact_form.php:664
106
+ #: contact_form.php:690
107
  msgid "Email Address:"
108
  msgstr "E-Mail-Adresse:"
109
 
110
+ #: contact_form.php:203
111
+ #: contact_form.php:665
112
+ #: contact_form.php:691
113
  msgid "Phone number:"
114
  msgstr ""
115
 
116
+ #: contact_form.php:204
117
+ #: contact_form.php:666
118
+ #: contact_form.php:692
119
  msgid "Subject:"
120
  msgstr "Betreff:"
121
 
122
+ #: contact_form.php:205
123
+ #: contact_form.php:667
124
+ #: contact_form.php:693
125
  msgid "Message:"
126
  msgstr "Nachricht:"
127
 
128
+ #: contact_form.php:206
129
+ #: contact_form.php:668
130
+ #: contact_form.php:694
131
  msgid "Attachment:"
132
  msgstr "Anhang:"
133
 
134
+ #: contact_form.php:207
135
+ #: contact_form.php:262
136
+ #: contact_form.php:669
137
+ #: contact_form.php:695
138
  msgid "Send me a copy"
139
  msgstr "Kopie an mich senden"
140
 
141
+ #: contact_form.php:208
142
+ #: contact_form.php:670
143
+ #: contact_form.php:696
144
  msgid "Submit"
145
  msgstr "senden"
146
 
147
+ #: contact_form.php:209
148
  msgid "Your name is required."
149
  msgstr "Ihr Name wird benötigt"
150
 
151
+ #: contact_form.php:210
152
+ #, fuzzy
153
+ msgid "Address is required."
154
+ msgstr "Eine korrekte E-Mail-Adresse ist zwingend."
155
+
156
+ #: contact_form.php:211
157
  #, fuzzy
158
  msgid "A valid email address is required."
159
  msgstr "Eine korrekte E-Mail-Adresse ist zwingend."
160
 
161
+ #: contact_form.php:212
162
+ #: contact_form.php:257
163
+ #: contact_form.php:260
164
  #, fuzzy
165
  msgid "Phone number is required."
166
  msgstr "Ihr Name wird benötigt"
167
 
168
+ #: contact_form.php:213
169
+ #: contact_form.php:256
170
+ #: contact_form.php:259
171
  msgid "Subject is required."
172
  msgstr "Bitte geben Sie einen Betreff ein."
173
 
174
+ #: contact_form.php:214
175
+ #: contact_form.php:255
176
+ #: contact_form.php:258
177
  msgid "Message text is required."
178
  msgstr "Bitte geben Sie eine Nachricht ein."
179
 
180
+ #: contact_form.php:215
181
  msgid "File format is not valid."
182
  msgstr "Anhang scheint defekt zu sein."
183
 
184
+ #: contact_form.php:216
185
+ msgid "File upload error."
186
+ msgstr ""
187
+
188
+ #: contact_form.php:217
189
+ msgid "The file could not be uploaded."
190
+ msgstr ""
191
+
192
+ #: contact_form.php:218
193
+ msgid "This file is too large."
194
+ msgstr ""
195
+
196
+ #: contact_form.php:219
197
  msgid "Please fill out the CAPTCHA."
198
  msgstr "Bitte ergänzen Sie das CAPTCHA."
199
 
200
+ #: contact_form.php:220
201
  msgid "Please make corrections below and try again."
202
  msgstr "Bitte führen Sie die Korrekturen unten durch und versuchen Sie es erneut."
203
 
204
+ #: contact_form.php:222
205
  msgid "Thank you for contacting us."
206
  msgstr "Danke für Ihre Nachricht."
207
 
208
+ #: contact_form.php:481
209
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
210
  msgstr ""
211
 
212
+ #: contact_form.php:490
213
  msgid "Such user does not exist. Settings are not saved."
214
  msgstr "Dieser Benutzer existiert nicht. Einstellungen nicht gespeichert."
215
 
216
+ #: contact_form.php:495
217
+ #: contact_form.php:501
218
  #, fuzzy
219
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
220
  msgstr "Bitte geben Sie eine korrekte E-Mail-Adresse ein. Einstellungen nicht gespeichert."
221
 
222
+ #: contact_form.php:506
223
  msgid "Options saved."
224
  msgstr "Einstellungen gespeichert."
225
 
226
+ #: contact_form.php:531
227
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
228
  msgstr "Wenn Sie Contact Form in Ihrer Webpräsenz verwenden wollen, kopieren Sie einfach folgenden shortcode auf Ihre Seite oder Ihren Artikel oder widget:"
229
 
230
+ #: contact_form.php:532
231
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
232
  msgstr "Wenn das folgende Feld leer bleibt wird die Nachricht an die Adresse gesandt, die bei der Registrierung angegeben wurde."
233
 
234
+ #: contact_form.php:536
235
  msgid "The user's email address:"
236
  msgstr "Benutze die E-Mail-Adresse von WordPress-Benutzer:"
237
 
238
+ #: contact_form.php:540
239
  msgid "Create a username"
240
  msgstr "Wähle Benutzer"
241
 
242
+ #: contact_form.php:545
243
  msgid "Enter a username of the person who should get the messages from the contact form."
244
  msgstr "Definieren Sie die Benutzer, die Nachrichten von Contact Form bekommen sollen."
245
 
246
+ #: contact_form.php:549
247
  msgid "Use this email address:"
248
  msgstr "Verwende diese E-Mail-Adresse:"
249
 
250
+ #: contact_form.php:552
251
  msgid "Enter the email address you want the messages forwarded to."
252
  msgstr "Definieren Sie die E-Mail-Adresse, die Contact Form verwenden soll."
253
 
254
+ #: contact_form.php:556
255
  msgid "Additional options"
256
  msgstr "Erweiterte Optionen"
257
 
258
+ #: contact_form.php:559
259
  msgid "Display Attachment block"
260
  msgstr "Anhänge erlauben"
261
 
262
+ #: contact_form.php:561
263
  msgid "Users can attach the following file formats"
264
  msgstr "Benutzer können folgende Dateitypen anhängen"
265
 
266
+ #: contact_form.php:565
267
  msgid "Display Attachment tips"
268
  msgstr ""
269
 
270
+ #: contact_form.php:567
271
  msgid "Display tips below the Attachment block"
272
  msgstr ""
273
 
274
+ #: contact_form.php:571
275
  msgid "Display Send me a copy block"
276
  msgstr "Kopie-an-mich anzeigen"
277
 
278
+ #: contact_form.php:577
279
  msgid "What to use?"
280
  msgstr ""
281
 
282
+ #: contact_form.php:580
283
  msgid "Wp-mail"
284
  msgstr "Wp-mail"
285
 
286
+ #: contact_form.php:581
287
  msgid "You can use the wp_mail function for mailing"
288
  msgstr ""
289
 
290
+ #: contact_form.php:587
291
  msgid "Mail"
292
  msgstr "Mail"
293
 
294
+ #: contact_form.php:588
295
  msgid "To send mail you can use the php mail function"
296
  msgstr ""
297
 
298
+ #: contact_form.php:592
299
  #, fuzzy
300
  msgid "Change text of the 'FROM' field"
301
  msgstr "Veränderung gegenüber Felder des Kontaktformulars"
302
 
303
+ #: contact_form.php:598
304
  msgid "Enter the email address in the 'From' field"
305
  msgstr ""
306
 
307
+ #: contact_form.php:600
308
  msgid "The email address of the user who fills the form will be used in the field 'From'."
309
  msgstr ""
310
 
311
+ #: contact_form.php:602
312
  msgid "This email address will be used in the 'From' field."
313
  msgstr ""
314
 
315
+ #: contact_form.php:606
316
+ #, fuzzy
317
+ msgid "Display fields"
318
+ msgstr "Anhänge erlauben"
319
+
320
+ #: contact_form.php:608
321
+ #: contact_form.php:616
322
+ #: contact_form.php:1175
323
+ #, fuzzy
324
+ msgid "Address"
325
+ msgstr "E-Mail-Adresse:"
326
+
327
+ #: contact_form.php:609
328
+ #: contact_form.php:618
329
+ #: contact_form.php:1183
330
+ msgid "Phone"
331
  msgstr ""
332
 
333
+ #: contact_form.php:613
334
  msgid "Required fields"
335
  msgstr ""
336
 
337
+ #: contact_form.php:615
338
+ #: contact_form.php:1170
339
  msgid "Name"
340
  msgstr "Nome"
341
 
342
+ #: contact_form.php:617
343
  #, fuzzy
344
  msgid "Email Address"
345
  msgstr "E-Mail-Adresse:"
346
 
347
+ #: contact_form.php:619
348
+ #: contact_form.php:1186
 
 
 
 
 
349
  msgid "Subject"
350
  msgstr "Betreff"
351
 
352
+ #: contact_form.php:620
353
+ #: contact_form.php:1189
354
  msgid "Message"
355
  msgstr "Nachricht"
356
 
357
+ #: contact_form.php:624
358
  msgid "Display additional info in the email"
359
  msgstr ""
360
 
361
+ #: contact_form.php:629
362
+ #: contact_form.php:1142
363
  msgid "Sent from (ip address)"
364
  msgstr "Gesendet von (IP-Adresse)"
365
 
366
+ #: contact_form.php:630
367
+ #: contact_form.php:1147
368
  msgid "Date/Time"
369
  msgstr "Datum / Uhrzeit"
370
 
371
+ #: contact_form.php:631
372
+ #: contact_form.php:1152
373
  msgid "Sent from (referer)"
374
  msgstr "gesendet von (referer)"
375
 
376
+ #: contact_form.php:632
377
+ #: contact_form.php:1157
378
  msgid "Using (user agent)"
379
  msgstr "mit (user agent)"
380
 
381
+ #: contact_form.php:636
382
  msgid "Language settings for the field names in the form"
383
  msgstr ""
384
 
385
+ #: contact_form.php:645
386
  msgid "Add a language"
387
  msgstr ""
388
 
389
+ #: contact_form.php:649
390
  #, fuzzy
391
  msgid "Change the names of the contact form fields and error messages"
392
  msgstr "Ändern Sie die Bezeichnung der Felder des Kontaktformulars"
393
 
394
+ #: contact_form.php:654
395
+ #: contact_form.php:719
396
  msgid "English"
397
  msgstr ""
398
 
399
+ #: contact_form.php:671
400
+ #: contact_form.php:697
401
  msgid "Error message for the Name field"
402
  msgstr ""
403
 
404
+ #: contact_form.php:672
405
+ #: contact_form.php:698
406
+ msgid "Error message for the Address field"
407
+ msgstr ""
408
+
409
+ #: contact_form.php:673
410
+ #: contact_form.php:699
411
  msgid "Error message for the Email field"
412
  msgstr ""
413
 
414
+ #: contact_form.php:674
415
+ #: contact_form.php:700
416
  msgid "Error message for the Phone field"
417
  msgstr ""
418
 
419
+ #: contact_form.php:675
420
+ #: contact_form.php:701
421
  msgid "Error message for the Subject field"
422
  msgstr ""
423
 
424
+ #: contact_form.php:676
425
+ #: contact_form.php:702
426
  msgid "Error message for the Message field"
427
  msgstr ""
428
 
429
+ #: contact_form.php:677
430
+ #: contact_form.php:703
431
+ msgid "Error message about the file type for the Attachment field"
432
+ msgstr ""
433
+
434
+ #: contact_form.php:678
435
+ #: contact_form.php:704
436
+ msgid "Error message while uploading a file for the Attachment field to the server"
437
+ msgstr ""
438
+
439
+ #: contact_form.php:679
440
+ #: contact_form.php:705
441
+ msgid "Error message while moving the file for the Attachment field"
442
+ msgstr ""
443
+
444
+ #: contact_form.php:680
445
+ #: contact_form.php:706
446
+ msgid "Error message when file size limit for the Attachment field is exceeded"
447
  msgstr ""
448
 
449
+ #: contact_form.php:681
450
+ #: contact_form.php:707
451
  msgid "Error message for the Captcha field"
452
  msgstr ""
453
 
454
+ #: contact_form.php:682
455
+ #: contact_form.php:708
456
  msgid "Error message for the whole form"
457
  msgstr ""
458
 
459
+ #: contact_form.php:683
460
+ #: contact_form.php:709
461
+ #: contact_form.php:728
462
+ #: contact_form.php:734
463
  msgid "Use shortcode"
464
  msgstr ""
465
 
466
+ #: contact_form.php:683
467
+ #: contact_form.php:709
468
+ #: contact_form.php:728
469
+ #: contact_form.php:734
470
  msgid "for this language"
471
  msgstr ""
472
 
473
+ #: contact_form.php:716
474
  msgid "Action after email is sent"
475
  msgstr ""
476
 
477
+ #: contact_form.php:718
478
  #, fuzzy
479
  msgid "Display text"
480
  msgstr "Anhänge erlauben"
481
 
482
+ #: contact_form.php:727
483
+ #: contact_form.php:733
484
  msgid "Text"
485
  msgstr ""
486
 
487
+ #: contact_form.php:740
488
  msgid "Redirect to the page"
489
  msgstr ""
490
 
491
+ #: contact_form.php:741
492
  msgid "Url"
493
  msgstr ""
494
 
495
+ #: contact_form.php:746
496
  msgid "Save Changes"
497
  msgstr "Änderungen speichern"
498
 
499
+ #: contact_form.php:795
500
  msgid "Sorry, email message could not be delivered."
501
  msgstr "Entschuldigung, Ihre E-Mail konnte leider nicht zugestellt werden."
502
 
503
+ #: contact_form.php:879
504
  msgid "You can attach the following file formats"
505
  msgstr "Sie können folgende Dateitypen anhängen"
506
 
507
+ #: contact_form.php:1165
508
  msgid "Contact from"
509
  msgstr "Kontakt von"
510
 
511
+ #: contact_form.php:1178
512
  msgid "Email"
513
  msgstr "E-Mail"
514
 
515
+ #: contact_form.php:1192
516
  msgid "Site"
517
  msgstr "Site"
518
 
519
+ #: contact_form.php:1243
520
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
521
  msgstr "Wenn Sie dieses MIME sehen, unterstützt Ihr Client keine MIME-Typen!"
522
 
523
+ #: contact_form.php:1296
524
  msgid "FAQ"
525
  msgstr "Häufig gestellte Fragen (FAQ)"
526
 
527
+ #: contact_form.php:1297
528
  msgid "Support"
529
  msgstr "Unterstützung"
530
 
531
+ #: contact_form.php:1345
532
  msgid "Are you sure that you want to delete this language data?"
533
  msgstr ""
534
 
544
  #~ msgstr "Indirizzo e-mail:"
545
  #~ msgid "Install Now"
546
  #~ msgstr "Installa Ora"
 
 
547
 
languages/contact_form-el_GR.mo CHANGED
Binary file
languages/contact_form-el_GR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 15:07+0300\n"
6
- "PO-Revision-Date: 2013-04-22 15:07+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Pantelis Panteloglou <ppanteloglou@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,445 +16,520 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:78
 
 
 
 
 
 
20
  msgid "Activated plugins"
21
  msgstr "Ενεργοποιημένα πρόσθετα"
22
 
23
- #: contact_form.php:80
24
- #: contact_form.php:88
25
- #: contact_form.php:96
 
 
 
26
  msgid "Read more"
27
  msgstr "Διαβάστε περισσότερα"
28
 
29
- #: contact_form.php:80
30
- #: contact_form.php:1127
31
- #: contact_form.php:1136
 
32
  msgid "Settings"
33
  msgstr "Ρυθμίσεις"
34
 
35
- #: contact_form.php:86
 
36
  msgid "Installed plugins"
37
  msgstr "Εγκατεστημένα πρόσθετα"
38
 
39
- #: contact_form.php:94
 
40
  msgid "Recommended plugins"
41
  msgstr "Προτεινόμενα πρόσθετα"
42
 
43
- #: contact_form.php:96
 
 
 
 
 
 
 
 
 
44
  msgid "Download"
45
  msgstr "Κατέβασμα"
46
 
47
- #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "Εγκατάσταση %s"
51
 
52
- #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "Εγκαταστήστε τώρα από το wordpress.org"
55
 
56
- #: contact_form.php:98
57
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
 
58
  msgstr "Αν έχετε απορίες, επικοινωνήστε στο plugin@bestwebsoft.com ή μέσω της φόρμας επικοινωνίας της ιστοσελίδας μας"
59
 
60
- #: contact_form.php:110
61
- #: contact_form.php:430
62
  msgid "Contact Form Options"
63
  msgstr "Επιλογές φόρμας επικοινωνίας"
64
 
65
- #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "Φόρμα επικοινωνίας"
68
 
69
- #: contact_form.php:147
70
- #: contact_form.php:564
71
- #: contact_form.php:585
72
  msgid "Name:"
73
  msgstr "Όνομα:"
74
 
75
- #: contact_form.php:148
76
- #: contact_form.php:565
77
- #: contact_form.php:586
 
 
 
 
 
 
 
78
  msgid "Email Address:"
79
  msgstr "Διεύθυνση e-mail:"
80
 
81
- #: contact_form.php:149
82
- #: contact_form.php:566
83
- #: contact_form.php:587
84
  msgid "Phone number:"
85
  msgstr ""
86
 
87
- #: contact_form.php:150
88
- #: contact_form.php:567
89
- #: contact_form.php:588
90
  msgid "Subject:"
91
  msgstr "Θέμα:"
92
 
93
- #: contact_form.php:151
94
- #: contact_form.php:568
95
- #: contact_form.php:589
96
  msgid "Message:"
97
  msgstr "Μήνυμα:"
98
 
99
- #: contact_form.php:152
100
- #: contact_form.php:569
101
- #: contact_form.php:590
102
  msgid "Attachment:"
103
  msgstr "Επισύναψη:"
104
 
105
- #: contact_form.php:153
106
- #: contact_form.php:199
107
- #: contact_form.php:570
108
- #: contact_form.php:591
109
  msgid "Send me a copy"
110
  msgstr "Στείλε μου ένα αντίγραφο"
111
 
112
- #: contact_form.php:154
113
- #: contact_form.php:571
114
- #: contact_form.php:592
115
  msgid "Submit"
116
  msgstr "Υποβολή"
117
 
118
- #: contact_form.php:155
119
  msgid "Your name is required."
120
  msgstr "Γράψτε οπωσδήποτε το όνομά σας."
121
 
122
- #: contact_form.php:156
 
 
 
 
 
123
  #, fuzzy
124
  msgid "A valid email address is required."
125
  msgstr "Απαιτείται μια έγκυρη διεύθυνση e-mail."
126
 
127
- #: contact_form.php:157
128
- #: contact_form.php:194
129
- #: contact_form.php:197
130
  #, fuzzy
131
  msgid "Phone number is required."
132
  msgstr "Γράψτε οπωσδήποτε το όνομά σας."
133
 
134
- #: contact_form.php:158
135
- #: contact_form.php:193
136
- #: contact_form.php:196
137
  msgid "Subject is required."
138
  msgstr "Γράψτε οπωσδήποτε ένα θέμα"
139
 
140
- #: contact_form.php:159
141
- #: contact_form.php:192
142
- #: contact_form.php:195
143
  msgid "Message text is required."
144
  msgstr "Απαιτείται κείμενο μηνύματος."
145
 
146
- #: contact_form.php:160
147
  msgid "File format is not valid."
148
  msgstr "Το επισυναπτόμενο δεν λειτουργεί."
149
 
150
- #: contact_form.php:161
 
 
 
 
 
 
 
 
 
 
 
 
151
  msgid "Please fill out the CAPTCHA."
152
  msgstr "Συμπληρώστε το CAPTCHA."
153
 
154
- #: contact_form.php:162
155
  msgid "Please make corrections below and try again."
156
  msgstr "Κάνετε διορθώσεις παρακάτω και ξαναπροσπαθήστε."
157
 
158
- #: contact_form.php:164
159
  msgid "Thank you for contacting us."
160
  msgstr "Ευχαριστούμε για την επικοινωνία."
161
 
162
- #: contact_form.php:385
163
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
164
  msgstr ""
165
 
166
- #: contact_form.php:394
167
  msgid "Such user does not exist. Settings are not saved."
168
  msgstr "Δεν υπάρχει τέτοιος χρήστης. Οι επιλογές δεν αποθηκεύτηκαν."
169
 
170
- #: contact_form.php:399
171
- #: contact_form.php:405
172
  #, fuzzy
173
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
174
  msgstr "Παρακαλούμε εισάγετε μια σωστή διεύθυνση email. Οι επιλογές δεν αποθηκεύτηκαν."
175
 
176
- #: contact_form.php:410
177
  msgid "Options saved."
178
  msgstr "Οι επιλογές αποθηκεύτηκαν."
179
 
180
- #: contact_form.php:435
181
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
182
  msgstr "Αν θέλετε να προσθέσετε μια φόρμα επικοινωνίας στην ιστοσελίδα σας, αντιγράψτε αυτό τον σύντομο κώδικα στην ανάρτηση, τη σελίδα ή το πρόσθετό σας:"
183
 
184
- #: contact_form.php:436
185
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
186
  msgstr "Αν τα παρακάτω πεδία είναι κενά, το μήνυμα θα σταλεί στη διεύθυνση που ορίστηκε κατά την εγγραφή"
187
 
188
- #: contact_form.php:440
189
  msgid "The user's email address:"
190
  msgstr "Τα μηνύματα θα στέλνονται στο email του χρήστη:"
191
 
192
- #: contact_form.php:444
193
  msgid "Create a username"
194
  msgstr "επιλογή χρήστη"
195
 
196
- #: contact_form.php:449
197
  msgid "Enter a username of the person who should get the messages from the contact form."
198
  msgstr "Τα μηνύματα θα λαμβάνει ο χρήστης"
199
 
200
- #: contact_form.php:453
201
  msgid "Use this email address:"
202
  msgstr "Τα μηνύματα θα στέλνονται στο email "
203
 
204
- #: contact_form.php:456
205
  msgid "Enter the email address you want the messages forwarded to."
206
  msgstr "Ορίστε την διεύθυνση email στην οποία θα αποστέλλονται τα μηνύματα."
207
 
208
- #: contact_form.php:460
209
  msgid "Additional options"
210
  msgstr "Πρόσθετες επιλογές"
211
 
212
- #: contact_form.php:463
213
  msgid "Display Attachment block"
214
  msgstr "Προβολή κουτιού επισύναψης αρχείου"
215
 
216
- #: contact_form.php:465
217
  msgid "Users can attach the following file formats"
218
  msgstr "Οι χρήστες μπορούν να επισυνάψουν αρχεία τύπου"
219
 
220
- #: contact_form.php:469
221
  msgid "Display Attachment tips"
222
  msgstr ""
223
 
224
- #: contact_form.php:471
225
  msgid "Display tips below the Attachment block"
226
  msgstr ""
227
 
228
- #: contact_form.php:475
229
  msgid "Display Send me a copy block"
230
  msgstr "Προβολή κουτιού \"Στείλτο και σ' εμένα\""
231
 
232
- #: contact_form.php:481
233
  msgid "What to use?"
234
  msgstr ""
235
 
236
- #: contact_form.php:484
237
  msgid "Wp-mail"
238
  msgstr "Wp-mail"
239
 
240
- #: contact_form.php:485
241
  msgid "You can use the wp_mail function for mailing"
242
  msgstr ""
243
 
244
- #: contact_form.php:491
245
  msgid "Mail"
246
  msgstr "Mail"
247
 
248
- #: contact_form.php:492
249
  msgid "To send mail you can use the php mail function"
250
  msgstr ""
251
 
252
- #: contact_form.php:496
253
  #, fuzzy
254
  msgid "Change text of the 'FROM' field"
255
  msgstr "Αλλάξτε το πεδίο \"ΑΠΟ\" της φόρμας επικοινωνίας"
256
 
257
- #: contact_form.php:502
258
  msgid "Enter the email address in the 'From' field"
259
  msgstr ""
260
 
261
- #: contact_form.php:504
262
  msgid "The email address of the user who fills the form will be used in the field 'From'."
263
  msgstr ""
264
 
265
- #: contact_form.php:506
266
  msgid "This email address will be used in the 'From' field."
267
  msgstr ""
268
 
269
- #: contact_form.php:510
270
- msgid "Display a phone number field"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
271
  msgstr ""
272
 
273
- #: contact_form.php:516
274
  msgid "Required fields"
275
  msgstr ""
276
 
277
- #: contact_form.php:518
278
- #: contact_form.php:1016
279
  msgid "Name"
280
  msgstr "Όνομα"
281
 
282
- #: contact_form.php:519
283
  #, fuzzy
284
  msgid "Email Address"
285
  msgstr "Διεύθυνση e-mail:"
286
 
287
- #: contact_form.php:520
288
- #: contact_form.php:1024
289
- msgid "Phone"
290
- msgstr ""
291
-
292
- #: contact_form.php:521
293
- #: contact_form.php:1027
294
  msgid "Subject"
295
  msgstr "Θέμα"
296
 
297
- #: contact_form.php:522
298
- #: contact_form.php:1030
299
  msgid "Message"
300
  msgstr "Μήνυμα"
301
 
302
- #: contact_form.php:526
303
  #, fuzzy
304
  msgid "Display additional info in the email"
305
  msgstr "Προβολή πρόσθετων πληροφοριών στο email"
306
 
307
- #: contact_form.php:531
308
- #: contact_form.php:988
309
  msgid "Sent from (ip address)"
310
  msgstr "Στάλθηκε από (διεύθυνση ip)"
311
 
312
- #: contact_form.php:532
313
- #: contact_form.php:993
314
  msgid "Date/Time"
315
  msgstr "Ημερομηνία/Ώρα"
316
 
317
- #: contact_form.php:533
318
- #: contact_form.php:998
319
  msgid "Sent from (referer)"
320
  msgstr "Από (referer)"
321
 
322
- #: contact_form.php:534
323
- #: contact_form.php:1003
324
  msgid "Using (user agent)"
325
  msgstr "με χρήση (user agent)"
326
 
327
- #: contact_form.php:538
328
  msgid "Language settings for the field names in the form"
329
  msgstr ""
330
 
331
- #: contact_form.php:547
332
  msgid "Add a language"
333
  msgstr ""
334
 
335
- #: contact_form.php:551
336
  #, fuzzy
337
  msgid "Change the names of the contact form fields and error messages"
338
  msgstr "Αλλαγή ετικετών πεδίων της φόρμας επικοινωνίας"
339
 
340
- #: contact_form.php:556
341
- #: contact_form.php:611
342
  msgid "English"
343
  msgstr ""
344
 
345
- #: contact_form.php:572
346
- #: contact_form.php:593
347
  msgid "Error message for the Name field"
348
  msgstr ""
349
 
350
- #: contact_form.php:573
351
- #: contact_form.php:594
 
 
 
 
 
352
  msgid "Error message for the Email field"
353
  msgstr ""
354
 
355
- #: contact_form.php:574
356
- #: contact_form.php:595
357
  msgid "Error message for the Phone field"
358
  msgstr ""
359
 
360
- #: contact_form.php:575
361
- #: contact_form.php:596
362
  msgid "Error message for the Subject field"
363
  msgstr ""
364
 
365
- #: contact_form.php:576
366
- #: contact_form.php:597
367
  msgid "Error message for the Message field"
368
  msgstr ""
369
 
370
- #: contact_form.php:577
371
- #: contact_form.php:598
372
- msgid "Error message for the Attachment field"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
373
  msgstr ""
374
 
375
- #: contact_form.php:578
376
- #: contact_form.php:599
377
  msgid "Error message for the Captcha field"
378
  msgstr ""
379
 
380
- #: contact_form.php:579
381
- #: contact_form.php:600
382
  msgid "Error message for the whole form"
383
  msgstr ""
384
 
385
- #: contact_form.php:580
386
- #: contact_form.php:601
387
- #: contact_form.php:620
388
- #: contact_form.php:626
389
  msgid "Use shortcode"
390
  msgstr ""
391
 
392
- #: contact_form.php:580
393
- #: contact_form.php:601
394
- #: contact_form.php:620
395
- #: contact_form.php:626
396
  msgid "for this language"
397
  msgstr ""
398
 
399
- #: contact_form.php:608
400
  msgid "Action after email is sent"
401
  msgstr ""
402
 
403
- #: contact_form.php:610
404
  #, fuzzy
405
  msgid "Display text"
406
  msgstr "Προβολή κουτιού επισύναψης αρχείου"
407
 
408
- #: contact_form.php:619
409
- #: contact_form.php:625
410
  msgid "Text"
411
  msgstr ""
412
 
413
- #: contact_form.php:632
414
  msgid "Redirect to the page"
415
  msgstr ""
416
 
417
- #: contact_form.php:633
418
  msgid "Url"
419
  msgstr ""
420
 
421
- #: contact_form.php:638
422
  msgid "Save Changes"
423
  msgstr "Αποθήκευση αλλαγών"
424
 
425
- #: contact_form.php:685
426
  msgid "Sorry, email message could not be delivered."
427
  msgstr "Δυστυχώς δεν μπορέσαμε να στείλουμε το email σας."
428
 
429
- #: contact_form.php:755
430
  msgid "You can attach the following file formats"
431
  msgstr "Μπορείτε να επισυνάψετε αρχεία τύπου"
432
 
433
- #: contact_form.php:1011
434
  msgid "Contact from"
435
  msgstr "Επικοινωνία από"
436
 
437
- #: contact_form.php:1019
438
  msgid "Email"
439
  msgstr "E-Mail"
440
 
441
- #: contact_form.php:1033
442
  msgid "Site"
443
  msgstr "Ιστοσελίδα"
444
 
445
- #: contact_form.php:1084
446
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
447
  msgstr "Wenn Sie dieses MIME sehen, unterstützt Ihr Client keine MIME-Typen!"
448
 
449
- #: contact_form.php:1137
450
  msgid "FAQ"
451
  msgstr "Συχνές ερωτήσεις"
452
 
453
- #: contact_form.php:1138
454
  msgid "Support"
455
  msgstr "Υποστήριξη"
456
 
457
- #: contact_form.php:1184
458
  msgid "Are you sure that you want to delete this language data?"
459
  msgstr ""
460
 
@@ -470,6 +545,4 @@ msgstr ""
470
  #~ msgstr "Indirizzo e-mail:"
471
  #~ msgid "Install Now"
472
  #~ msgstr "Installa Ora"
473
- #~ msgid "BWS Plugins"
474
- #~ msgstr "BWS Plugins"
475
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-27 16:04+0300\n"
6
+ "PO-Revision-Date: 2013-05-27 16:04+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Pantelis Panteloglou <ppanteloglou@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:100
20
+ #, fuzzy
21
+ msgid "Pro plugins"
22
+ msgstr "BWS Plugins"
23
+
24
+ #: contact_form.php:103
25
+ #: contact_form.php:129
26
  msgid "Activated plugins"
27
  msgstr "Ενεργοποιημένα πρόσθετα"
28
 
29
+ #: contact_form.php:105
30
+ #: contact_form.php:113
31
+ #: contact_form.php:121
32
+ #: contact_form.php:131
33
+ #: contact_form.php:139
34
+ #: contact_form.php:147
35
  msgid "Read more"
36
  msgstr "Διαβάστε περισσότερα"
37
 
38
+ #: contact_form.php:105
39
+ #: contact_form.php:131
40
+ #: contact_form.php:1286
41
+ #: contact_form.php:1295
42
  msgid "Settings"
43
  msgstr "Ρυθμίσεις"
44
 
45
+ #: contact_form.php:111
46
+ #: contact_form.php:137
47
  msgid "Installed plugins"
48
  msgstr "Εγκατεστημένα πρόσθετα"
49
 
50
+ #: contact_form.php:119
51
+ #: contact_form.php:145
52
  msgid "Recommended plugins"
53
  msgstr "Προτεινόμενα πρόσθετα"
54
 
55
+ #: contact_form.php:121
56
+ msgid "Purchase"
57
+ msgstr ""
58
+
59
+ #: contact_form.php:126
60
+ #, fuzzy
61
+ msgid "Free plugins"
62
+ msgstr "Προτεινόμενα πρόσθετα"
63
+
64
+ #: contact_form.php:147
65
  msgid "Download"
66
  msgstr "Κατέβασμα"
67
 
68
+ #: contact_form.php:147
69
  #, php-format
70
  msgid "Install %s"
71
  msgstr "Εγκατάσταση %s"
72
 
73
+ #: contact_form.php:147
74
  msgid "Install now from wordpress.org"
75
  msgstr "Εγκαταστήστε τώρα από το wordpress.org"
76
 
77
+ #: contact_form.php:152
78
+ #, fuzzy
79
+ msgid "If you have any questions, please contact us via"
80
  msgstr "Αν έχετε απορίες, επικοινωνήστε στο plugin@bestwebsoft.com ή μέσω της φόρμας επικοινωνίας της ιστοσελίδας μας"
81
 
82
+ #: contact_form.php:161
83
+ #: contact_form.php:526
84
  msgid "Contact Form Options"
85
  msgstr "Επιλογές φόρμας επικοινωνίας"
86
 
87
+ #: contact_form.php:161
88
  msgid "Contact Form"
89
  msgstr "Φόρμα επικοινωνίας"
90
 
91
+ #: contact_form.php:200
92
+ #: contact_form.php:662
93
+ #: contact_form.php:688
94
  msgid "Name:"
95
  msgstr "Όνομα:"
96
 
97
+ #: contact_form.php:201
98
+ #: contact_form.php:663
99
+ #: contact_form.php:689
100
+ #, fuzzy
101
+ msgid "Address:"
102
+ msgstr "Διεύθυνση e-mail:"
103
+
104
+ #: contact_form.php:202
105
+ #: contact_form.php:664
106
+ #: contact_form.php:690
107
  msgid "Email Address:"
108
  msgstr "Διεύθυνση e-mail:"
109
 
110
+ #: contact_form.php:203
111
+ #: contact_form.php:665
112
+ #: contact_form.php:691
113
  msgid "Phone number:"
114
  msgstr ""
115
 
116
+ #: contact_form.php:204
117
+ #: contact_form.php:666
118
+ #: contact_form.php:692
119
  msgid "Subject:"
120
  msgstr "Θέμα:"
121
 
122
+ #: contact_form.php:205
123
+ #: contact_form.php:667
124
+ #: contact_form.php:693
125
  msgid "Message:"
126
  msgstr "Μήνυμα:"
127
 
128
+ #: contact_form.php:206
129
+ #: contact_form.php:668
130
+ #: contact_form.php:694
131
  msgid "Attachment:"
132
  msgstr "Επισύναψη:"
133
 
134
+ #: contact_form.php:207
135
+ #: contact_form.php:262
136
+ #: contact_form.php:669
137
+ #: contact_form.php:695
138
  msgid "Send me a copy"
139
  msgstr "Στείλε μου ένα αντίγραφο"
140
 
141
+ #: contact_form.php:208
142
+ #: contact_form.php:670
143
+ #: contact_form.php:696
144
  msgid "Submit"
145
  msgstr "Υποβολή"
146
 
147
+ #: contact_form.php:209
148
  msgid "Your name is required."
149
  msgstr "Γράψτε οπωσδήποτε το όνομά σας."
150
 
151
+ #: contact_form.php:210
152
+ #, fuzzy
153
+ msgid "Address is required."
154
+ msgstr "Απαιτείται μια έγκυρη διεύθυνση e-mail."
155
+
156
+ #: contact_form.php:211
157
  #, fuzzy
158
  msgid "A valid email address is required."
159
  msgstr "Απαιτείται μια έγκυρη διεύθυνση e-mail."
160
 
161
+ #: contact_form.php:212
162
+ #: contact_form.php:257
163
+ #: contact_form.php:260
164
  #, fuzzy
165
  msgid "Phone number is required."
166
  msgstr "Γράψτε οπωσδήποτε το όνομά σας."
167
 
168
+ #: contact_form.php:213
169
+ #: contact_form.php:256
170
+ #: contact_form.php:259
171
  msgid "Subject is required."
172
  msgstr "Γράψτε οπωσδήποτε ένα θέμα"
173
 
174
+ #: contact_form.php:214
175
+ #: contact_form.php:255
176
+ #: contact_form.php:258
177
  msgid "Message text is required."
178
  msgstr "Απαιτείται κείμενο μηνύματος."
179
 
180
+ #: contact_form.php:215
181
  msgid "File format is not valid."
182
  msgstr "Το επισυναπτόμενο δεν λειτουργεί."
183
 
184
+ #: contact_form.php:216
185
+ msgid "File upload error."
186
+ msgstr ""
187
+
188
+ #: contact_form.php:217
189
+ msgid "The file could not be uploaded."
190
+ msgstr ""
191
+
192
+ #: contact_form.php:218
193
+ msgid "This file is too large."
194
+ msgstr ""
195
+
196
+ #: contact_form.php:219
197
  msgid "Please fill out the CAPTCHA."
198
  msgstr "Συμπληρώστε το CAPTCHA."
199
 
200
+ #: contact_form.php:220
201
  msgid "Please make corrections below and try again."
202
  msgstr "Κάνετε διορθώσεις παρακάτω και ξαναπροσπαθήστε."
203
 
204
+ #: contact_form.php:222
205
  msgid "Thank you for contacting us."
206
  msgstr "Ευχαριστούμε για την επικοινωνία."
207
 
208
+ #: contact_form.php:481
209
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
210
  msgstr ""
211
 
212
+ #: contact_form.php:490
213
  msgid "Such user does not exist. Settings are not saved."
214
  msgstr "Δεν υπάρχει τέτοιος χρήστης. Οι επιλογές δεν αποθηκεύτηκαν."
215
 
216
+ #: contact_form.php:495
217
+ #: contact_form.php:501
218
  #, fuzzy
219
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
220
  msgstr "Παρακαλούμε εισάγετε μια σωστή διεύθυνση email. Οι επιλογές δεν αποθηκεύτηκαν."
221
 
222
+ #: contact_form.php:506
223
  msgid "Options saved."
224
  msgstr "Οι επιλογές αποθηκεύτηκαν."
225
 
226
+ #: contact_form.php:531
227
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
228
  msgstr "Αν θέλετε να προσθέσετε μια φόρμα επικοινωνίας στην ιστοσελίδα σας, αντιγράψτε αυτό τον σύντομο κώδικα στην ανάρτηση, τη σελίδα ή το πρόσθετό σας:"
229
 
230
+ #: contact_form.php:532
231
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
232
  msgstr "Αν τα παρακάτω πεδία είναι κενά, το μήνυμα θα σταλεί στη διεύθυνση που ορίστηκε κατά την εγγραφή"
233
 
234
+ #: contact_form.php:536
235
  msgid "The user's email address:"
236
  msgstr "Τα μηνύματα θα στέλνονται στο email του χρήστη:"
237
 
238
+ #: contact_form.php:540
239
  msgid "Create a username"
240
  msgstr "επιλογή χρήστη"
241
 
242
+ #: contact_form.php:545
243
  msgid "Enter a username of the person who should get the messages from the contact form."
244
  msgstr "Τα μηνύματα θα λαμβάνει ο χρήστης"
245
 
246
+ #: contact_form.php:549
247
  msgid "Use this email address:"
248
  msgstr "Τα μηνύματα θα στέλνονται στο email "
249
 
250
+ #: contact_form.php:552
251
  msgid "Enter the email address you want the messages forwarded to."
252
  msgstr "Ορίστε την διεύθυνση email στην οποία θα αποστέλλονται τα μηνύματα."
253
 
254
+ #: contact_form.php:556
255
  msgid "Additional options"
256
  msgstr "Πρόσθετες επιλογές"
257
 
258
+ #: contact_form.php:559
259
  msgid "Display Attachment block"
260
  msgstr "Προβολή κουτιού επισύναψης αρχείου"
261
 
262
+ #: contact_form.php:561
263
  msgid "Users can attach the following file formats"
264
  msgstr "Οι χρήστες μπορούν να επισυνάψουν αρχεία τύπου"
265
 
266
+ #: contact_form.php:565
267
  msgid "Display Attachment tips"
268
  msgstr ""
269
 
270
+ #: contact_form.php:567
271
  msgid "Display tips below the Attachment block"
272
  msgstr ""
273
 
274
+ #: contact_form.php:571
275
  msgid "Display Send me a copy block"
276
  msgstr "Προβολή κουτιού \"Στείλτο και σ' εμένα\""
277
 
278
+ #: contact_form.php:577
279
  msgid "What to use?"
280
  msgstr ""
281
 
282
+ #: contact_form.php:580
283
  msgid "Wp-mail"
284
  msgstr "Wp-mail"
285
 
286
+ #: contact_form.php:581
287
  msgid "You can use the wp_mail function for mailing"
288
  msgstr ""
289
 
290
+ #: contact_form.php:587
291
  msgid "Mail"
292
  msgstr "Mail"
293
 
294
+ #: contact_form.php:588
295
  msgid "To send mail you can use the php mail function"
296
  msgstr ""
297
 
298
+ #: contact_form.php:592
299
  #, fuzzy
300
  msgid "Change text of the 'FROM' field"
301
  msgstr "Αλλάξτε το πεδίο \"ΑΠΟ\" της φόρμας επικοινωνίας"
302
 
303
+ #: contact_form.php:598
304
  msgid "Enter the email address in the 'From' field"
305
  msgstr ""
306
 
307
+ #: contact_form.php:600
308
  msgid "The email address of the user who fills the form will be used in the field 'From'."
309
  msgstr ""
310
 
311
+ #: contact_form.php:602
312
  msgid "This email address will be used in the 'From' field."
313
  msgstr ""
314
 
315
+ #: contact_form.php:606
316
+ #, fuzzy
317
+ msgid "Display fields"
318
+ msgstr "Προβολή κουτιού επισύναψης αρχείου"
319
+
320
+ #: contact_form.php:608
321
+ #: contact_form.php:616
322
+ #: contact_form.php:1175
323
+ #, fuzzy
324
+ msgid "Address"
325
+ msgstr "Διεύθυνση e-mail:"
326
+
327
+ #: contact_form.php:609
328
+ #: contact_form.php:618
329
+ #: contact_form.php:1183
330
+ msgid "Phone"
331
  msgstr ""
332
 
333
+ #: contact_form.php:613
334
  msgid "Required fields"
335
  msgstr ""
336
 
337
+ #: contact_form.php:615
338
+ #: contact_form.php:1170
339
  msgid "Name"
340
  msgstr "Όνομα"
341
 
342
+ #: contact_form.php:617
343
  #, fuzzy
344
  msgid "Email Address"
345
  msgstr "Διεύθυνση e-mail:"
346
 
347
+ #: contact_form.php:619
348
+ #: contact_form.php:1186
 
 
 
 
 
349
  msgid "Subject"
350
  msgstr "Θέμα"
351
 
352
+ #: contact_form.php:620
353
+ #: contact_form.php:1189
354
  msgid "Message"
355
  msgstr "Μήνυμα"
356
 
357
+ #: contact_form.php:624
358
  #, fuzzy
359
  msgid "Display additional info in the email"
360
  msgstr "Προβολή πρόσθετων πληροφοριών στο email"
361
 
362
+ #: contact_form.php:629
363
+ #: contact_form.php:1142
364
  msgid "Sent from (ip address)"
365
  msgstr "Στάλθηκε από (διεύθυνση ip)"
366
 
367
+ #: contact_form.php:630
368
+ #: contact_form.php:1147
369
  msgid "Date/Time"
370
  msgstr "Ημερομηνία/Ώρα"
371
 
372
+ #: contact_form.php:631
373
+ #: contact_form.php:1152
374
  msgid "Sent from (referer)"
375
  msgstr "Από (referer)"
376
 
377
+ #: contact_form.php:632
378
+ #: contact_form.php:1157
379
  msgid "Using (user agent)"
380
  msgstr "με χρήση (user agent)"
381
 
382
+ #: contact_form.php:636
383
  msgid "Language settings for the field names in the form"
384
  msgstr ""
385
 
386
+ #: contact_form.php:645
387
  msgid "Add a language"
388
  msgstr ""
389
 
390
+ #: contact_form.php:649
391
  #, fuzzy
392
  msgid "Change the names of the contact form fields and error messages"
393
  msgstr "Αλλαγή ετικετών πεδίων της φόρμας επικοινωνίας"
394
 
395
+ #: contact_form.php:654
396
+ #: contact_form.php:719
397
  msgid "English"
398
  msgstr ""
399
 
400
+ #: contact_form.php:671
401
+ #: contact_form.php:697
402
  msgid "Error message for the Name field"
403
  msgstr ""
404
 
405
+ #: contact_form.php:672
406
+ #: contact_form.php:698
407
+ msgid "Error message for the Address field"
408
+ msgstr ""
409
+
410
+ #: contact_form.php:673
411
+ #: contact_form.php:699
412
  msgid "Error message for the Email field"
413
  msgstr ""
414
 
415
+ #: contact_form.php:674
416
+ #: contact_form.php:700
417
  msgid "Error message for the Phone field"
418
  msgstr ""
419
 
420
+ #: contact_form.php:675
421
+ #: contact_form.php:701
422
  msgid "Error message for the Subject field"
423
  msgstr ""
424
 
425
+ #: contact_form.php:676
426
+ #: contact_form.php:702
427
  msgid "Error message for the Message field"
428
  msgstr ""
429
 
430
+ #: contact_form.php:677
431
+ #: contact_form.php:703
432
+ msgid "Error message about the file type for the Attachment field"
433
+ msgstr ""
434
+
435
+ #: contact_form.php:678
436
+ #: contact_form.php:704
437
+ msgid "Error message while uploading a file for the Attachment field to the server"
438
+ msgstr ""
439
+
440
+ #: contact_form.php:679
441
+ #: contact_form.php:705
442
+ msgid "Error message while moving the file for the Attachment field"
443
+ msgstr ""
444
+
445
+ #: contact_form.php:680
446
+ #: contact_form.php:706
447
+ msgid "Error message when file size limit for the Attachment field is exceeded"
448
  msgstr ""
449
 
450
+ #: contact_form.php:681
451
+ #: contact_form.php:707
452
  msgid "Error message for the Captcha field"
453
  msgstr ""
454
 
455
+ #: contact_form.php:682
456
+ #: contact_form.php:708
457
  msgid "Error message for the whole form"
458
  msgstr ""
459
 
460
+ #: contact_form.php:683
461
+ #: contact_form.php:709
462
+ #: contact_form.php:728
463
+ #: contact_form.php:734
464
  msgid "Use shortcode"
465
  msgstr ""
466
 
467
+ #: contact_form.php:683
468
+ #: contact_form.php:709
469
+ #: contact_form.php:728
470
+ #: contact_form.php:734
471
  msgid "for this language"
472
  msgstr ""
473
 
474
+ #: contact_form.php:716
475
  msgid "Action after email is sent"
476
  msgstr ""
477
 
478
+ #: contact_form.php:718
479
  #, fuzzy
480
  msgid "Display text"
481
  msgstr "Προβολή κουτιού επισύναψης αρχείου"
482
 
483
+ #: contact_form.php:727
484
+ #: contact_form.php:733
485
  msgid "Text"
486
  msgstr ""
487
 
488
+ #: contact_form.php:740
489
  msgid "Redirect to the page"
490
  msgstr ""
491
 
492
+ #: contact_form.php:741
493
  msgid "Url"
494
  msgstr ""
495
 
496
+ #: contact_form.php:746
497
  msgid "Save Changes"
498
  msgstr "Αποθήκευση αλλαγών"
499
 
500
+ #: contact_form.php:795
501
  msgid "Sorry, email message could not be delivered."
502
  msgstr "Δυστυχώς δεν μπορέσαμε να στείλουμε το email σας."
503
 
504
+ #: contact_form.php:879
505
  msgid "You can attach the following file formats"
506
  msgstr "Μπορείτε να επισυνάψετε αρχεία τύπου"
507
 
508
+ #: contact_form.php:1165
509
  msgid "Contact from"
510
  msgstr "Επικοινωνία από"
511
 
512
+ #: contact_form.php:1178
513
  msgid "Email"
514
  msgstr "E-Mail"
515
 
516
+ #: contact_form.php:1192
517
  msgid "Site"
518
  msgstr "Ιστοσελίδα"
519
 
520
+ #: contact_form.php:1243
521
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
522
  msgstr "Wenn Sie dieses MIME sehen, unterstützt Ihr Client keine MIME-Typen!"
523
 
524
+ #: contact_form.php:1296
525
  msgid "FAQ"
526
  msgstr "Συχνές ερωτήσεις"
527
 
528
+ #: contact_form.php:1297
529
  msgid "Support"
530
  msgstr "Υποστήριξη"
531
 
532
+ #: contact_form.php:1345
533
  msgid "Are you sure that you want to delete this language data?"
534
  msgstr ""
535
 
545
  #~ msgstr "Indirizzo e-mail:"
546
  #~ msgid "Install Now"
547
  #~ msgstr "Installa Ora"
 
 
548
 
languages/contact_form-es_ES.mo CHANGED
Binary file
languages/contact_form-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 15:07+0300\n"
6
- "PO-Revision-Date: 2013-04-22 15:07+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,444 +16,519 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:78
 
 
 
 
 
 
20
  msgid "Activated plugins"
21
  msgstr "Plugin ativado"
22
 
23
- #: contact_form.php:80
24
- #: contact_form.php:88
25
- #: contact_form.php:96
 
 
 
26
  msgid "Read more"
27
  msgstr "Lea mas"
28
 
29
- #: contact_form.php:80
30
- #: contact_form.php:1127
31
- #: contact_form.php:1136
 
32
  msgid "Settings"
33
  msgstr "Configuración"
34
 
35
- #: contact_form.php:86
 
36
  msgid "Installed plugins"
37
  msgstr "Plugin instalados"
38
 
39
- #: contact_form.php:94
 
40
  msgid "Recommended plugins"
41
  msgstr "Plugins recomendados"
42
 
43
- #: contact_form.php:96
 
 
 
 
 
 
 
 
 
44
  msgid "Download"
45
  msgstr "Descargar"
46
 
47
- #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "Instala %s"
51
 
52
- #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "Instala ahora de wordpress.org"
55
 
56
- #: contact_form.php:98
57
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
 
58
  msgstr "Si tiene alguna pregunta, por favor contactenos via plugin@bestwebsoft.com o use el formulario de contacto de nuestra web"
59
 
60
- #: contact_form.php:110
61
- #: contact_form.php:430
62
  msgid "Contact Form Options"
63
  msgstr "Opciones Contact Form"
64
 
65
- #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "Contact Form"
68
 
69
- #: contact_form.php:147
70
- #: contact_form.php:564
71
- #: contact_form.php:585
72
  msgid "Name:"
73
  msgstr "Nombre:"
74
 
75
- #: contact_form.php:148
76
- #: contact_form.php:565
77
- #: contact_form.php:586
 
 
 
 
 
 
 
78
  msgid "Email Address:"
79
  msgstr "Dirección e-mail:"
80
 
81
- #: contact_form.php:149
82
- #: contact_form.php:566
83
- #: contact_form.php:587
84
  msgid "Phone number:"
85
  msgstr ""
86
 
87
- #: contact_form.php:150
88
- #: contact_form.php:567
89
- #: contact_form.php:588
90
  msgid "Subject:"
91
  msgstr "Asunto:"
92
 
93
- #: contact_form.php:151
94
- #: contact_form.php:568
95
- #: contact_form.php:589
96
  msgid "Message:"
97
  msgstr "Mensaje:"
98
 
99
- #: contact_form.php:152
100
- #: contact_form.php:569
101
- #: contact_form.php:590
102
  msgid "Attachment:"
103
  msgstr "Adjunto:"
104
 
105
- #: contact_form.php:153
106
- #: contact_form.php:199
107
- #: contact_form.php:570
108
- #: contact_form.php:591
109
  msgid "Send me a copy"
110
  msgstr "Envíame una copia"
111
 
112
- #: contact_form.php:154
113
- #: contact_form.php:571
114
- #: contact_form.php:592
115
  msgid "Submit"
116
  msgstr "Enviar"
117
 
118
- #: contact_form.php:155
119
  msgid "Your name is required."
120
  msgstr "Su nombre es obligatorio."
121
 
122
- #: contact_form.php:156
 
 
 
 
 
123
  #, fuzzy
124
  msgid "A valid email address is required."
125
  msgstr "Una dirección válida es obligatoria."
126
 
127
- #: contact_form.php:157
128
- #: contact_form.php:194
129
- #: contact_form.php:197
130
  #, fuzzy
131
  msgid "Phone number is required."
132
  msgstr "Su nombre es obligatorio."
133
 
134
- #: contact_form.php:158
135
- #: contact_form.php:193
136
- #: contact_form.php:196
137
  msgid "Subject is required."
138
  msgstr "El asunto es obligatorio."
139
 
140
- #: contact_form.php:159
141
- #: contact_form.php:192
142
- #: contact_form.php:195
143
  msgid "Message text is required."
144
  msgstr "El mensaje es obligatorio."
145
 
146
- #: contact_form.php:160
147
  msgid "File format is not valid."
148
  msgstr "El adjunto es incorrecto."
149
 
150
- #: contact_form.php:161
 
 
 
 
 
 
 
 
 
 
 
 
151
  msgid "Please fill out the CAPTCHA."
152
  msgstr "Por favor completa el CAPTCHA"
153
 
154
- #: contact_form.php:162
155
  msgid "Please make corrections below and try again."
156
  msgstr "Por favor, corrija los datos y pruebe de nuevo."
157
 
158
- #: contact_form.php:164
159
  msgid "Thank you for contacting us."
160
  msgstr "Gracias por contactar con nosotros"
161
 
162
- #: contact_form.php:385
163
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
164
  msgstr ""
165
 
166
- #: contact_form.php:394
167
  msgid "Such user does not exist. Settings are not saved."
168
  msgstr "Usuario inexistente. Los cambios no se han guardado."
169
 
170
- #: contact_form.php:399
171
- #: contact_form.php:405
172
  #, fuzzy
173
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
174
  msgstr "Por favor introduzca un e-mail correcto. Los cambios no se han guardado."
175
 
176
- #: contact_form.php:410
177
  msgid "Options saved."
178
  msgstr "Configuración guardada."
179
 
180
- #: contact_form.php:435
181
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
182
  msgstr "Si quiere añadir Contact Form en su web, copie y pegue este código en su mensaje o página o widget:"
183
 
184
- #: contact_form.php:436
185
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
186
  msgstr "Si la información en este campo está vacia, se usará la dirección especificada en el registro."
187
 
188
- #: contact_form.php:440
189
  msgid "The user's email address:"
190
  msgstr "Use el email del usuario de Wordpress:"
191
 
192
- #: contact_form.php:444
193
  msgid "Create a username"
194
  msgstr "Seleccione nombre de usuario"
195
 
196
- #: contact_form.php:449
197
  msgid "Enter a username of the person who should get the messages from the contact form."
198
  msgstr "Introduzca el nombre del usuario que va a recibir mensajes desde contact form"
199
 
200
- #: contact_form.php:453
201
  msgid "Use this email address:"
202
  msgstr "Use este emaill:"
203
 
204
- #: contact_form.php:456
205
  msgid "Enter the email address you want the messages forwarded to."
206
  msgstr "Establecer una dirección de correo electrónico que se utiliza para los mensajes que reciben."
207
 
208
- #: contact_form.php:460
209
  msgid "Additional options"
210
  msgstr "Opciones adicionales"
211
 
212
- #: contact_form.php:463
213
  msgid "Display Attachment block"
214
  msgstr "Visualiza el adjunto"
215
 
216
- #: contact_form.php:465
217
  msgid "Users can attach the following file formats"
218
  msgstr "Usuarios pueden adjuntar archivos de este tipo"
219
 
220
- #: contact_form.php:469
221
  msgid "Display Attachment tips"
222
  msgstr ""
223
 
224
- #: contact_form.php:471
225
  msgid "Display tips below the Attachment block"
226
  msgstr ""
227
 
228
- #: contact_form.php:475
229
  msgid "Display Send me a copy block"
230
  msgstr "Ver envíame una copia"
231
 
232
- #: contact_form.php:481
233
  msgid "What to use?"
234
  msgstr ""
235
 
236
- #: contact_form.php:484
237
  msgid "Wp-mail"
238
  msgstr "Wp-mail"
239
 
240
- #: contact_form.php:485
241
  msgid "You can use the wp_mail function for mailing"
242
  msgstr ""
243
 
244
- #: contact_form.php:491
245
  msgid "Mail"
246
  msgstr "Mail"
247
 
248
- #: contact_form.php:492
249
  msgid "To send mail you can use the php mail function"
250
  msgstr ""
251
 
252
- #: contact_form.php:496
253
  #, fuzzy
254
  msgid "Change text of the 'FROM' field"
255
  msgstr "Modifica DE los campos en contact form"
256
 
257
- #: contact_form.php:502
258
  msgid "Enter the email address in the 'From' field"
259
  msgstr ""
260
 
261
- #: contact_form.php:504
262
  msgid "The email address of the user who fills the form will be used in the field 'From'."
263
  msgstr ""
264
 
265
- #: contact_form.php:506
266
  msgid "This email address will be used in the 'From' field."
267
  msgstr ""
268
 
269
- #: contact_form.php:510
270
- msgid "Display a phone number field"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
271
  msgstr ""
272
 
273
- #: contact_form.php:516
274
  msgid "Required fields"
275
  msgstr ""
276
 
277
- #: contact_form.php:518
278
- #: contact_form.php:1016
279
  msgid "Name"
280
  msgstr "Nombre"
281
 
282
- #: contact_form.php:519
283
  #, fuzzy
284
  msgid "Email Address"
285
  msgstr "Dirección e-mail:"
286
 
287
- #: contact_form.php:520
288
- #: contact_form.php:1024
289
- msgid "Phone"
290
- msgstr ""
291
-
292
- #: contact_form.php:521
293
- #: contact_form.php:1027
294
  msgid "Subject"
295
  msgstr "Asunto"
296
 
297
- #: contact_form.php:522
298
- #: contact_form.php:1030
299
  msgid "Message"
300
  msgstr "Mensaje"
301
 
302
- #: contact_form.php:526
303
  msgid "Display additional info in the email"
304
  msgstr ""
305
 
306
- #: contact_form.php:531
307
- #: contact_form.php:988
308
  msgid "Sent from (ip address)"
309
  msgstr "Enviado desde (dirección IP)"
310
 
311
- #: contact_form.php:532
312
- #: contact_form.php:993
313
  msgid "Date/Time"
314
  msgstr "Fecha/hora"
315
 
316
- #: contact_form.php:533
317
- #: contact_form.php:998
318
  msgid "Sent from (referer)"
319
  msgstr "De (referente)"
320
 
321
- #: contact_form.php:534
322
- #: contact_form.php:1003
323
  msgid "Using (user agent)"
324
  msgstr "Usando (user agent)"
325
 
326
- #: contact_form.php:538
327
  msgid "Language settings for the field names in the form"
328
  msgstr ""
329
 
330
- #: contact_form.php:547
331
  msgid "Add a language"
332
  msgstr ""
333
 
334
- #: contact_form.php:551
335
  #, fuzzy
336
  msgid "Change the names of the contact form fields and error messages"
337
  msgstr "Modifica las etiquetas de los campos en contact form"
338
 
339
- #: contact_form.php:556
340
- #: contact_form.php:611
341
  msgid "English"
342
  msgstr ""
343
 
344
- #: contact_form.php:572
345
- #: contact_form.php:593
346
  msgid "Error message for the Name field"
347
  msgstr ""
348
 
349
- #: contact_form.php:573
350
- #: contact_form.php:594
 
 
 
 
 
351
  msgid "Error message for the Email field"
352
  msgstr ""
353
 
354
- #: contact_form.php:574
355
- #: contact_form.php:595
356
  msgid "Error message for the Phone field"
357
  msgstr ""
358
 
359
- #: contact_form.php:575
360
- #: contact_form.php:596
361
  msgid "Error message for the Subject field"
362
  msgstr ""
363
 
364
- #: contact_form.php:576
365
- #: contact_form.php:597
366
  msgid "Error message for the Message field"
367
  msgstr ""
368
 
369
- #: contact_form.php:577
370
- #: contact_form.php:598
371
- msgid "Error message for the Attachment field"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
372
  msgstr ""
373
 
374
- #: contact_form.php:578
375
- #: contact_form.php:599
376
  msgid "Error message for the Captcha field"
377
  msgstr ""
378
 
379
- #: contact_form.php:579
380
- #: contact_form.php:600
381
  msgid "Error message for the whole form"
382
  msgstr ""
383
 
384
- #: contact_form.php:580
385
- #: contact_form.php:601
386
- #: contact_form.php:620
387
- #: contact_form.php:626
388
  msgid "Use shortcode"
389
  msgstr ""
390
 
391
- #: contact_form.php:580
392
- #: contact_form.php:601
393
- #: contact_form.php:620
394
- #: contact_form.php:626
395
  msgid "for this language"
396
  msgstr ""
397
 
398
- #: contact_form.php:608
399
  msgid "Action after email is sent"
400
  msgstr ""
401
 
402
- #: contact_form.php:610
403
  #, fuzzy
404
  msgid "Display text"
405
  msgstr "Visualiza el adjunto"
406
 
407
- #: contact_form.php:619
408
- #: contact_form.php:625
409
  msgid "Text"
410
  msgstr ""
411
 
412
- #: contact_form.php:632
413
  msgid "Redirect to the page"
414
  msgstr ""
415
 
416
- #: contact_form.php:633
417
  msgid "Url"
418
  msgstr ""
419
 
420
- #: contact_form.php:638
421
  msgid "Save Changes"
422
  msgstr "Guardar los cambios"
423
 
424
- #: contact_form.php:685
425
  msgid "Sorry, email message could not be delivered."
426
  msgstr "Disculpe, su email no se puede entregar."
427
 
428
- #: contact_form.php:755
429
  msgid "You can attach the following file formats"
430
  msgstr "Puede adjuntar archivos de estos tipos"
431
 
432
- #: contact_form.php:1011
433
  msgid "Contact from"
434
  msgstr "Contact from"
435
 
436
- #: contact_form.php:1019
437
  msgid "Email"
438
  msgstr "E-mail"
439
 
440
- #: contact_form.php:1033
441
  msgid "Site"
442
  msgstr "Sitio"
443
 
444
- #: contact_form.php:1084
445
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
446
  msgstr "Si usted puede ver esta MIME es que su cliente no acepta los tipos MIME!"
447
 
448
- #: contact_form.php:1137
449
  msgid "FAQ"
450
  msgstr "FAQ"
451
 
452
- #: contact_form.php:1138
453
  msgid "Support"
454
  msgstr "Soporte"
455
 
456
- #: contact_form.php:1184
457
  msgid "Are you sure that you want to delete this language data?"
458
  msgstr ""
459
 
@@ -468,6 +543,4 @@ msgstr ""
468
  #~ msgstr "Indirizzo e-mail:"
469
  #~ msgid "Install Now"
470
  #~ msgstr "Installa Ora"
471
- #~ msgid "BWS Plugins"
472
- #~ msgstr "BWS Plugins"
473
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-27 16:04+0300\n"
6
+ "PO-Revision-Date: 2013-05-27 16:04+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:100
20
+ #, fuzzy
21
+ msgid "Pro plugins"
22
+ msgstr "BWS Plugins"
23
+
24
+ #: contact_form.php:103
25
+ #: contact_form.php:129
26
  msgid "Activated plugins"
27
  msgstr "Plugin ativado"
28
 
29
+ #: contact_form.php:105
30
+ #: contact_form.php:113
31
+ #: contact_form.php:121
32
+ #: contact_form.php:131
33
+ #: contact_form.php:139
34
+ #: contact_form.php:147
35
  msgid "Read more"
36
  msgstr "Lea mas"
37
 
38
+ #: contact_form.php:105
39
+ #: contact_form.php:131
40
+ #: contact_form.php:1286
41
+ #: contact_form.php:1295
42
  msgid "Settings"
43
  msgstr "Configuración"
44
 
45
+ #: contact_form.php:111
46
+ #: contact_form.php:137
47
  msgid "Installed plugins"
48
  msgstr "Plugin instalados"
49
 
50
+ #: contact_form.php:119
51
+ #: contact_form.php:145
52
  msgid "Recommended plugins"
53
  msgstr "Plugins recomendados"
54
 
55
+ #: contact_form.php:121
56
+ msgid "Purchase"
57
+ msgstr ""
58
+
59
+ #: contact_form.php:126
60
+ #, fuzzy
61
+ msgid "Free plugins"
62
+ msgstr "Plugins recomendados"
63
+
64
+ #: contact_form.php:147
65
  msgid "Download"
66
  msgstr "Descargar"
67
 
68
+ #: contact_form.php:147
69
  #, php-format
70
  msgid "Install %s"
71
  msgstr "Instala %s"
72
 
73
+ #: contact_form.php:147
74
  msgid "Install now from wordpress.org"
75
  msgstr "Instala ahora de wordpress.org"
76
 
77
+ #: contact_form.php:152
78
+ #, fuzzy
79
+ msgid "If you have any questions, please contact us via"
80
  msgstr "Si tiene alguna pregunta, por favor contactenos via plugin@bestwebsoft.com o use el formulario de contacto de nuestra web"
81
 
82
+ #: contact_form.php:161
83
+ #: contact_form.php:526
84
  msgid "Contact Form Options"
85
  msgstr "Opciones Contact Form"
86
 
87
+ #: contact_form.php:161
88
  msgid "Contact Form"
89
  msgstr "Contact Form"
90
 
91
+ #: contact_form.php:200
92
+ #: contact_form.php:662
93
+ #: contact_form.php:688
94
  msgid "Name:"
95
  msgstr "Nombre:"
96
 
97
+ #: contact_form.php:201
98
+ #: contact_form.php:663
99
+ #: contact_form.php:689
100
+ #, fuzzy
101
+ msgid "Address:"
102
+ msgstr "Dirección e-mail:"
103
+
104
+ #: contact_form.php:202
105
+ #: contact_form.php:664
106
+ #: contact_form.php:690
107
  msgid "Email Address:"
108
  msgstr "Dirección e-mail:"
109
 
110
+ #: contact_form.php:203
111
+ #: contact_form.php:665
112
+ #: contact_form.php:691
113
  msgid "Phone number:"
114
  msgstr ""
115
 
116
+ #: contact_form.php:204
117
+ #: contact_form.php:666
118
+ #: contact_form.php:692
119
  msgid "Subject:"
120
  msgstr "Asunto:"
121
 
122
+ #: contact_form.php:205
123
+ #: contact_form.php:667
124
+ #: contact_form.php:693
125
  msgid "Message:"
126
  msgstr "Mensaje:"
127
 
128
+ #: contact_form.php:206
129
+ #: contact_form.php:668
130
+ #: contact_form.php:694
131
  msgid "Attachment:"
132
  msgstr "Adjunto:"
133
 
134
+ #: contact_form.php:207
135
+ #: contact_form.php:262
136
+ #: contact_form.php:669
137
+ #: contact_form.php:695
138
  msgid "Send me a copy"
139
  msgstr "Envíame una copia"
140
 
141
+ #: contact_form.php:208
142
+ #: contact_form.php:670
143
+ #: contact_form.php:696
144
  msgid "Submit"
145
  msgstr "Enviar"
146
 
147
+ #: contact_form.php:209
148
  msgid "Your name is required."
149
  msgstr "Su nombre es obligatorio."
150
 
151
+ #: contact_form.php:210
152
+ #, fuzzy
153
+ msgid "Address is required."
154
+ msgstr "Una dirección válida es obligatoria."
155
+
156
+ #: contact_form.php:211
157
  #, fuzzy
158
  msgid "A valid email address is required."
159
  msgstr "Una dirección válida es obligatoria."
160
 
161
+ #: contact_form.php:212
162
+ #: contact_form.php:257
163
+ #: contact_form.php:260
164
  #, fuzzy
165
  msgid "Phone number is required."
166
  msgstr "Su nombre es obligatorio."
167
 
168
+ #: contact_form.php:213
169
+ #: contact_form.php:256
170
+ #: contact_form.php:259
171
  msgid "Subject is required."
172
  msgstr "El asunto es obligatorio."
173
 
174
+ #: contact_form.php:214
175
+ #: contact_form.php:255
176
+ #: contact_form.php:258
177
  msgid "Message text is required."
178
  msgstr "El mensaje es obligatorio."
179
 
180
+ #: contact_form.php:215
181
  msgid "File format is not valid."
182
  msgstr "El adjunto es incorrecto."
183
 
184
+ #: contact_form.php:216
185
+ msgid "File upload error."
186
+ msgstr ""
187
+
188
+ #: contact_form.php:217
189
+ msgid "The file could not be uploaded."
190
+ msgstr ""
191
+
192
+ #: contact_form.php:218
193
+ msgid "This file is too large."
194
+ msgstr ""
195
+
196
+ #: contact_form.php:219
197
  msgid "Please fill out the CAPTCHA."
198
  msgstr "Por favor completa el CAPTCHA"
199
 
200
+ #: contact_form.php:220
201
  msgid "Please make corrections below and try again."
202
  msgstr "Por favor, corrija los datos y pruebe de nuevo."
203
 
204
+ #: contact_form.php:222
205
  msgid "Thank you for contacting us."
206
  msgstr "Gracias por contactar con nosotros"
207
 
208
+ #: contact_form.php:481
209
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
210
  msgstr ""
211
 
212
+ #: contact_form.php:490
213
  msgid "Such user does not exist. Settings are not saved."
214
  msgstr "Usuario inexistente. Los cambios no se han guardado."
215
 
216
+ #: contact_form.php:495
217
+ #: contact_form.php:501
218
  #, fuzzy
219
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
220
  msgstr "Por favor introduzca un e-mail correcto. Los cambios no se han guardado."
221
 
222
+ #: contact_form.php:506
223
  msgid "Options saved."
224
  msgstr "Configuración guardada."
225
 
226
+ #: contact_form.php:531
227
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
228
  msgstr "Si quiere añadir Contact Form en su web, copie y pegue este código en su mensaje o página o widget:"
229
 
230
+ #: contact_form.php:532
231
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
232
  msgstr "Si la información en este campo está vacia, se usará la dirección especificada en el registro."
233
 
234
+ #: contact_form.php:536
235
  msgid "The user's email address:"
236
  msgstr "Use el email del usuario de Wordpress:"
237
 
238
+ #: contact_form.php:540
239
  msgid "Create a username"
240
  msgstr "Seleccione nombre de usuario"
241
 
242
+ #: contact_form.php:545
243
  msgid "Enter a username of the person who should get the messages from the contact form."
244
  msgstr "Introduzca el nombre del usuario que va a recibir mensajes desde contact form"
245
 
246
+ #: contact_form.php:549
247
  msgid "Use this email address:"
248
  msgstr "Use este emaill:"
249
 
250
+ #: contact_form.php:552
251
  msgid "Enter the email address you want the messages forwarded to."
252
  msgstr "Establecer una dirección de correo electrónico que se utiliza para los mensajes que reciben."
253
 
254
+ #: contact_form.php:556
255
  msgid "Additional options"
256
  msgstr "Opciones adicionales"
257
 
258
+ #: contact_form.php:559
259
  msgid "Display Attachment block"
260
  msgstr "Visualiza el adjunto"
261
 
262
+ #: contact_form.php:561
263
  msgid "Users can attach the following file formats"
264
  msgstr "Usuarios pueden adjuntar archivos de este tipo"
265
 
266
+ #: contact_form.php:565
267
  msgid "Display Attachment tips"
268
  msgstr ""
269
 
270
+ #: contact_form.php:567
271
  msgid "Display tips below the Attachment block"
272
  msgstr ""
273
 
274
+ #: contact_form.php:571
275
  msgid "Display Send me a copy block"
276
  msgstr "Ver envíame una copia"
277
 
278
+ #: contact_form.php:577
279
  msgid "What to use?"
280
  msgstr ""
281
 
282
+ #: contact_form.php:580
283
  msgid "Wp-mail"
284
  msgstr "Wp-mail"
285
 
286
+ #: contact_form.php:581
287
  msgid "You can use the wp_mail function for mailing"
288
  msgstr ""
289
 
290
+ #: contact_form.php:587
291
  msgid "Mail"
292
  msgstr "Mail"
293
 
294
+ #: contact_form.php:588
295
  msgid "To send mail you can use the php mail function"
296
  msgstr ""
297
 
298
+ #: contact_form.php:592
299
  #, fuzzy
300
  msgid "Change text of the 'FROM' field"
301
  msgstr "Modifica DE los campos en contact form"
302
 
303
+ #: contact_form.php:598
304
  msgid "Enter the email address in the 'From' field"
305
  msgstr ""
306
 
307
+ #: contact_form.php:600
308
  msgid "The email address of the user who fills the form will be used in the field 'From'."
309
  msgstr ""
310
 
311
+ #: contact_form.php:602
312
  msgid "This email address will be used in the 'From' field."
313
  msgstr ""
314
 
315
+ #: contact_form.php:606
316
+ #, fuzzy
317
+ msgid "Display fields"
318
+ msgstr "Visualiza el adjunto"
319
+
320
+ #: contact_form.php:608
321
+ #: contact_form.php:616
322
+ #: contact_form.php:1175
323
+ #, fuzzy
324
+ msgid "Address"
325
+ msgstr "Dirección e-mail:"
326
+
327
+ #: contact_form.php:609
328
+ #: contact_form.php:618
329
+ #: contact_form.php:1183
330
+ msgid "Phone"
331
  msgstr ""
332
 
333
+ #: contact_form.php:613
334
  msgid "Required fields"
335
  msgstr ""
336
 
337
+ #: contact_form.php:615
338
+ #: contact_form.php:1170
339
  msgid "Name"
340
  msgstr "Nombre"
341
 
342
+ #: contact_form.php:617
343
  #, fuzzy
344
  msgid "Email Address"
345
  msgstr "Dirección e-mail:"
346
 
347
+ #: contact_form.php:619
348
+ #: contact_form.php:1186
 
 
 
 
 
349
  msgid "Subject"
350
  msgstr "Asunto"
351
 
352
+ #: contact_form.php:620
353
+ #: contact_form.php:1189
354
  msgid "Message"
355
  msgstr "Mensaje"
356
 
357
+ #: contact_form.php:624
358
  msgid "Display additional info in the email"
359
  msgstr ""
360
 
361
+ #: contact_form.php:629
362
+ #: contact_form.php:1142
363
  msgid "Sent from (ip address)"
364
  msgstr "Enviado desde (dirección IP)"
365
 
366
+ #: contact_form.php:630
367
+ #: contact_form.php:1147
368
  msgid "Date/Time"
369
  msgstr "Fecha/hora"
370
 
371
+ #: contact_form.php:631
372
+ #: contact_form.php:1152
373
  msgid "Sent from (referer)"
374
  msgstr "De (referente)"
375
 
376
+ #: contact_form.php:632
377
+ #: contact_form.php:1157
378
  msgid "Using (user agent)"
379
  msgstr "Usando (user agent)"
380
 
381
+ #: contact_form.php:636
382
  msgid "Language settings for the field names in the form"
383
  msgstr ""
384
 
385
+ #: contact_form.php:645
386
  msgid "Add a language"
387
  msgstr ""
388
 
389
+ #: contact_form.php:649
390
  #, fuzzy
391
  msgid "Change the names of the contact form fields and error messages"
392
  msgstr "Modifica las etiquetas de los campos en contact form"
393
 
394
+ #: contact_form.php:654
395
+ #: contact_form.php:719
396
  msgid "English"
397
  msgstr ""
398
 
399
+ #: contact_form.php:671
400
+ #: contact_form.php:697
401
  msgid "Error message for the Name field"
402
  msgstr ""
403
 
404
+ #: contact_form.php:672
405
+ #: contact_form.php:698
406
+ msgid "Error message for the Address field"
407
+ msgstr ""
408
+
409
+ #: contact_form.php:673
410
+ #: contact_form.php:699
411
  msgid "Error message for the Email field"
412
  msgstr ""
413
 
414
+ #: contact_form.php:674
415
+ #: contact_form.php:700
416
  msgid "Error message for the Phone field"
417
  msgstr ""
418
 
419
+ #: contact_form.php:675
420
+ #: contact_form.php:701
421
  msgid "Error message for the Subject field"
422
  msgstr ""
423
 
424
+ #: contact_form.php:676
425
+ #: contact_form.php:702
426
  msgid "Error message for the Message field"
427
  msgstr ""
428
 
429
+ #: contact_form.php:677
430
+ #: contact_form.php:703
431
+ msgid "Error message about the file type for the Attachment field"
432
+ msgstr ""
433
+
434
+ #: contact_form.php:678
435
+ #: contact_form.php:704
436
+ msgid "Error message while uploading a file for the Attachment field to the server"
437
+ msgstr ""
438
+
439
+ #: contact_form.php:679
440
+ #: contact_form.php:705
441
+ msgid "Error message while moving the file for the Attachment field"
442
+ msgstr ""
443
+
444
+ #: contact_form.php:680
445
+ #: contact_form.php:706
446
+ msgid "Error message when file size limit for the Attachment field is exceeded"
447
  msgstr ""
448
 
449
+ #: contact_form.php:681
450
+ #: contact_form.php:707
451
  msgid "Error message for the Captcha field"
452
  msgstr ""
453
 
454
+ #: contact_form.php:682
455
+ #: contact_form.php:708
456
  msgid "Error message for the whole form"
457
  msgstr ""
458
 
459
+ #: contact_form.php:683
460
+ #: contact_form.php:709
461
+ #: contact_form.php:728
462
+ #: contact_form.php:734
463
  msgid "Use shortcode"
464
  msgstr ""
465
 
466
+ #: contact_form.php:683
467
+ #: contact_form.php:709
468
+ #: contact_form.php:728
469
+ #: contact_form.php:734
470
  msgid "for this language"
471
  msgstr ""
472
 
473
+ #: contact_form.php:716
474
  msgid "Action after email is sent"
475
  msgstr ""
476
 
477
+ #: contact_form.php:718
478
  #, fuzzy
479
  msgid "Display text"
480
  msgstr "Visualiza el adjunto"
481
 
482
+ #: contact_form.php:727
483
+ #: contact_form.php:733
484
  msgid "Text"
485
  msgstr ""
486
 
487
+ #: contact_form.php:740
488
  msgid "Redirect to the page"
489
  msgstr ""
490
 
491
+ #: contact_form.php:741
492
  msgid "Url"
493
  msgstr ""
494
 
495
+ #: contact_form.php:746
496
  msgid "Save Changes"
497
  msgstr "Guardar los cambios"
498
 
499
+ #: contact_form.php:795
500
  msgid "Sorry, email message could not be delivered."
501
  msgstr "Disculpe, su email no se puede entregar."
502
 
503
+ #: contact_form.php:879
504
  msgid "You can attach the following file formats"
505
  msgstr "Puede adjuntar archivos de estos tipos"
506
 
507
+ #: contact_form.php:1165
508
  msgid "Contact from"
509
  msgstr "Contact from"
510
 
511
+ #: contact_form.php:1178
512
  msgid "Email"
513
  msgstr "E-mail"
514
 
515
+ #: contact_form.php:1192
516
  msgid "Site"
517
  msgstr "Sitio"
518
 
519
+ #: contact_form.php:1243
520
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
521
  msgstr "Si usted puede ver esta MIME es que su cliente no acepta los tipos MIME!"
522
 
523
+ #: contact_form.php:1296
524
  msgid "FAQ"
525
  msgstr "FAQ"
526
 
527
+ #: contact_form.php:1297
528
  msgid "Support"
529
  msgstr "Soporte"
530
 
531
+ #: contact_form.php:1345
532
  msgid "Are you sure that you want to delete this language data?"
533
  msgstr ""
534
 
543
  #~ msgstr "Indirizzo e-mail:"
544
  #~ msgid "Install Now"
545
  #~ msgstr "Installa Ora"
 
 
546
 
languages/contact_form-fa_IR.mo CHANGED
Binary file
languages/contact_form-fa_IR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 15:07+0300\n"
6
- "PO-Revision-Date: 2013-04-22 15:08+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: AlirezaJamali <me@alirezaJamali.net>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,448 +16,525 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:78
 
 
 
 
 
 
20
  msgid "Activated plugins"
21
  msgstr "افزونه های فعال"
22
 
23
- #: contact_form.php:80
24
- #: contact_form.php:88
25
- #: contact_form.php:96
 
 
 
26
  msgid "Read more"
27
  msgstr "متن کامل"
28
 
29
- #: contact_form.php:80
30
- #: contact_form.php:1127
31
- #: contact_form.php:1136
 
32
  msgid "Settings"
33
  msgstr "تنظیمات"
34
 
35
- #: contact_form.php:86
 
36
  msgid "Installed plugins"
37
  msgstr "افزونه های نصب شده"
38
 
39
- #: contact_form.php:94
 
40
  msgid "Recommended plugins"
41
  msgstr "افزونه های پیشنهادی"
42
 
43
- #: contact_form.php:96
 
 
 
 
 
 
 
 
 
44
  msgid "Download"
45
  msgstr "دانلود"
46
 
47
- #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "نصب %s"
51
 
52
- #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "هم اکنون نصب کنید wordpress.org"
55
 
56
- #: contact_form.php:98
57
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
 
58
  msgstr "چنانچه سئوالی دارید لطفا از طریق رایانامه plugin@bestwebsoft.com یا فرم ارتباطی سایت با با تماس بگیرید."
59
 
60
- #: contact_form.php:110
61
- #: contact_form.php:430
62
  msgid "Contact Form Options"
63
  msgstr "گزینه های فرم ارتباط با مدیریت"
64
 
65
- #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "فرم ارتباط با مدیریت"
68
 
69
- #: contact_form.php:147
70
- #: contact_form.php:564
71
- #: contact_form.php:585
72
  msgid "Name:"
73
  msgstr "نام "
74
 
75
- #: contact_form.php:148
76
- #: contact_form.php:565
77
- #: contact_form.php:586
 
 
 
 
 
 
 
78
  msgid "Email Address:"
79
  msgstr "رایانامه "
80
 
81
- #: contact_form.php:149
82
- #: contact_form.php:566
83
- #: contact_form.php:587
84
  msgid "Phone number:"
85
  msgstr "شماره تماس "
86
 
87
- #: contact_form.php:150
88
- #: contact_form.php:567
89
- #: contact_form.php:588
90
  msgid "Subject:"
91
  msgstr "موضوع "
92
 
93
- #: contact_form.php:151
94
- #: contact_form.php:568
95
- #: contact_form.php:589
96
  msgid "Message:"
97
  msgstr "متن پیام "
98
 
99
- #: contact_form.php:152
100
- #: contact_form.php:569
101
- #: contact_form.php:590
102
  msgid "Attachment:"
103
  msgstr "پیوست "
104
 
105
- #: contact_form.php:153
106
- #: contact_form.php:199
107
- #: contact_form.php:570
108
- #: contact_form.php:591
109
  msgid "Send me a copy"
110
  msgstr "به رایانامه من ارسال شود"
111
 
112
- #: contact_form.php:154
113
- #: contact_form.php:571
114
- #: contact_form.php:592
115
  msgid "Submit"
116
  msgstr "ارسال"
117
 
118
- #: contact_form.php:155
119
  msgid "Your name is required."
120
  msgstr "نام ضروری می باشد. "
121
 
122
- #: contact_form.php:156
 
 
 
 
 
123
  #, fuzzy
124
  msgid "A valid email address is required."
125
  msgstr "رایانامه ضروری می باشد. "
126
 
127
- #: contact_form.php:157
128
- #: contact_form.php:194
129
- #: contact_form.php:197
130
  #, fuzzy
131
  msgid "Phone number is required."
132
  msgstr "نام ضروری می باشد. "
133
 
134
- #: contact_form.php:158
135
- #: contact_form.php:193
136
- #: contact_form.php:196
137
  msgid "Subject is required."
138
  msgstr "عنوان ضروری می باشد. "
139
 
140
- #: contact_form.php:159
141
- #: contact_form.php:192
142
- #: contact_form.php:195
143
  msgid "Message text is required."
144
  msgstr "متن پیام ضروری می باشد. "
145
 
146
- #: contact_form.php:160
147
  msgid "File format is not valid."
148
  msgstr "فایل آسیب دیده می باشد. "
149
 
150
- #: contact_form.php:161
 
 
 
 
 
 
 
 
 
 
 
 
151
  msgid "Please fill out the CAPTCHA."
152
  msgstr "لطفا کد امنیتی را وارد کنید. "
153
 
154
- #: contact_form.php:162
155
  msgid "Please make corrections below and try again."
156
  msgstr "لطفا پس از انجام اصلاحات دوباره ارسال نمایید. "
157
 
158
- #: contact_form.php:164
159
  msgid "Thank you for contacting us."
160
  msgstr "قدردان همیاری شما هستیم."
161
 
162
- #: contact_form.php:385
163
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
164
  msgstr "اگر گزینه \"انتقال به\" انتخاب شود بایستی فیلد مربوط به تارنما را تکمیل کنید"
165
 
166
- #: contact_form.php:394
167
  msgid "Such user does not exist. Settings are not saved."
168
  msgstr "این کاربر وجود ندارد، تغییرات ثبت نشد."
169
 
170
- #: contact_form.php:399
171
- #: contact_form.php:405
172
  #, fuzzy
173
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
174
  msgstr "لطفا از صحت رایانامه اطمینان حاصل فرمایید، تغییرات ثبت نشد."
175
 
176
- #: contact_form.php:410
177
  msgid "Options saved."
178
  msgstr "تغییرات ثبت شد."
179
 
180
- #: contact_form.php:435
181
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
182
  msgstr "اگر مایل به استفاده از فرم ارتباط با مدیریت می باشید، کد را در صفحه یا نوشته دلخواه قرار دهید : "
183
 
184
- #: contact_form.php:436
185
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
186
  msgstr "اگر اطلاعات درخواستی زیر تکمیل نشود پیام به آدرس ثبت نام ارسال خواهد شد."
187
 
188
- #: contact_form.php:440
189
  msgid "The user's email address:"
190
  msgstr "از رایانامه کاربران استفاده کن : "
191
 
192
- #: contact_form.php:444
193
  msgid "Create a username"
194
  msgstr "انتخاب شناسه کاربری"
195
 
196
- #: contact_form.php:449
197
  msgid "Enter a username of the person who should get the messages from the contact form."
198
  msgstr "نام کاربری را که پیام را دریافت می کند مشخص کنید. "
199
 
200
- #: contact_form.php:453
201
  msgid "Use this email address:"
202
  msgstr "استفاده از این رایانامه : "
203
 
204
- #: contact_form.php:456
205
  msgid "Enter the email address you want the messages forwarded to."
206
  msgstr "رایانامه ای را برای دریافت پیام مشخص کنید."
207
 
208
- #: contact_form.php:460
209
  msgid "Additional options"
210
  msgstr "گزینه های بیشتر"
211
 
212
- #: contact_form.php:463
213
  msgid "Display Attachment block"
214
  msgstr "نمایش گزینه پیوست"
215
 
216
- #: contact_form.php:465
217
  msgid "Users can attach the following file formats"
218
  msgstr "کاربران قادر به ارسال این نوع فایلها می باشند"
219
 
220
- #: contact_form.php:469
221
  msgid "Display Attachment tips"
222
  msgstr "نمایش توضیحات پیوست"
223
 
224
- #: contact_form.php:471
225
  msgid "Display tips below the Attachment block"
226
  msgstr "نمایش توضیحات بعد از پیوست"
227
 
228
- #: contact_form.php:475
229
  msgid "Display Send me a copy block"
230
  msgstr "نمایش گزینه \"ارسال یک نسخه برای من\""
231
 
232
- #: contact_form.php:481
233
  msgid "What to use?"
234
  msgstr "چه استفاده ای؟"
235
 
236
- #: contact_form.php:484
237
  msgid "Wp-mail"
238
  msgstr "افزونه ارسال رایانامه Wp-mail"
239
 
240
- #: contact_form.php:485
241
  msgid "You can use the wp_mail function for mailing"
242
  msgstr "جهت ارسال رایانامه افزونه Wp-mail نصب کنید"
243
 
244
- #: contact_form.php:491
245
  msgid "Mail"
246
  msgstr "رایانامه"
247
 
248
- #: contact_form.php:492
249
  msgid "To send mail you can use the php mail function"
250
  msgstr "برای ارسال رایانامه می توانید از امکانات PHP استفاده کنید"
251
 
252
- #: contact_form.php:496
253
  #, fuzzy
254
  msgid "Change text of the 'FROM' field"
255
  msgstr "از طریق موارد فرم ارتباط با مدیریت تغییر دهید"
256
 
257
- #: contact_form.php:502
258
  msgid "Enter the email address in the 'From' field"
259
  msgstr ""
260
 
261
- #: contact_form.php:504
262
  msgid "The email address of the user who fills the form will be used in the field 'From'."
263
  msgstr ""
264
 
265
- #: contact_form.php:506
266
  msgid "This email address will be used in the 'From' field."
267
  msgstr ""
268
 
269
- #: contact_form.php:510
270
  #, fuzzy
271
- msgid "Display a phone number field"
272
- msgstr "نمایش فیلد شماره تماس"
273
 
274
- #: contact_form.php:516
 
 
 
 
 
 
 
 
 
 
 
 
 
275
  msgid "Required fields"
276
  msgstr ""
277
 
278
- #: contact_form.php:518
279
- #: contact_form.php:1016
280
  msgid "Name"
281
  msgstr "نام "
282
 
283
- #: contact_form.php:519
284
  #, fuzzy
285
  msgid "Email Address"
286
  msgstr "رایانامه "
287
 
288
- #: contact_form.php:520
289
- #: contact_form.php:1024
290
- msgid "Phone"
291
- msgstr "شماره تماس"
292
-
293
- #: contact_form.php:521
294
- #: contact_form.php:1027
295
  msgid "Subject"
296
  msgstr "موضوع "
297
 
298
- #: contact_form.php:522
299
- #: contact_form.php:1030
300
  msgid "Message"
301
  msgstr "متن پیام "
302
 
303
- #: contact_form.php:526
304
  #, fuzzy
305
  msgid "Display additional info in the email"
306
  msgstr "اطلاعات بیشتر را در رایانامه نمایش بده"
307
 
308
- #: contact_form.php:531
309
- #: contact_form.php:988
310
  msgid "Sent from (ip address)"
311
  msgstr "ارسال از سوی (ip address)"
312
 
313
- #: contact_form.php:532
314
- #: contact_form.php:993
315
  msgid "Date/Time"
316
  msgstr "روز / زمان"
317
 
318
- #: contact_form.php:533
319
- #: contact_form.php:998
320
  msgid "Sent from (referer)"
321
  msgstr "دریافت از سوی (referer)"
322
 
323
- #: contact_form.php:534
324
- #: contact_form.php:1003
325
  msgid "Using (user agent)"
326
  msgstr "استفاده از (user agent)"
327
 
328
- #: contact_form.php:538
329
  msgid "Language settings for the field names in the form"
330
  msgstr ""
331
 
332
- #: contact_form.php:547
333
  msgid "Add a language"
334
  msgstr ""
335
 
336
- #: contact_form.php:551
337
  #, fuzzy
338
  msgid "Change the names of the contact form fields and error messages"
339
  msgstr "تغییر عناوین فیلدهای فرم تماس با مدیریت "
340
 
341
- #: contact_form.php:556
342
- #: contact_form.php:611
343
  msgid "English"
344
  msgstr ""
345
 
346
- #: contact_form.php:572
347
- #: contact_form.php:593
348
  msgid "Error message for the Name field"
349
  msgstr ""
350
 
351
- #: contact_form.php:573
352
- #: contact_form.php:594
 
 
 
 
 
353
  msgid "Error message for the Email field"
354
  msgstr ""
355
 
356
- #: contact_form.php:574
357
- #: contact_form.php:595
358
  msgid "Error message for the Phone field"
359
  msgstr ""
360
 
361
- #: contact_form.php:575
362
- #: contact_form.php:596
363
  msgid "Error message for the Subject field"
364
  msgstr ""
365
 
366
- #: contact_form.php:576
367
- #: contact_form.php:597
368
  msgid "Error message for the Message field"
369
  msgstr ""
370
 
371
- #: contact_form.php:577
372
- #: contact_form.php:598
373
- msgid "Error message for the Attachment field"
 
 
 
 
 
 
 
 
 
 
374
  msgstr ""
375
 
376
- #: contact_form.php:578
377
- #: contact_form.php:599
 
 
 
 
 
378
  msgid "Error message for the Captcha field"
379
  msgstr ""
380
 
381
- #: contact_form.php:579
382
- #: contact_form.php:600
383
  msgid "Error message for the whole form"
384
  msgstr ""
385
 
386
- #: contact_form.php:580
387
- #: contact_form.php:601
388
- #: contact_form.php:620
389
- #: contact_form.php:626
390
  msgid "Use shortcode"
391
  msgstr ""
392
 
393
- #: contact_form.php:580
394
- #: contact_form.php:601
395
- #: contact_form.php:620
396
- #: contact_form.php:626
397
  msgid "for this language"
398
  msgstr ""
399
 
400
- #: contact_form.php:608
401
  msgid "Action after email is sent"
402
  msgstr "عکس العمل پس از ارسال"
403
 
404
- #: contact_form.php:610
405
  msgid "Display text"
406
  msgstr "نمایش متن"
407
 
408
- #: contact_form.php:619
409
- #: contact_form.php:625
410
  msgid "Text"
411
  msgstr "متن"
412
 
413
- #: contact_form.php:632
414
  msgid "Redirect to the page"
415
  msgstr "انتقال به "
416
 
417
- #: contact_form.php:633
418
  msgid "Url"
419
  msgstr "تارنما"
420
 
421
- #: contact_form.php:638
422
  msgid "Save Changes"
423
  msgstr "ثبت تغییرات"
424
 
425
- #: contact_form.php:685
426
  msgid "Sorry, email message could not be delivered."
427
  msgstr "امکان ارسال رایانامه برای شما وجود ندارد."
428
 
429
- #: contact_form.php:755
430
  msgid "You can attach the following file formats"
431
  msgstr "می توانید فایل با این فرمت ارسال فرمایید "
432
 
433
- #: contact_form.php:1011
434
  msgid "Contact from"
435
  msgstr "فرم ارتباط با مدیریت"
436
 
437
- #: contact_form.php:1019
438
  msgid "Email"
439
  msgstr "رایانامه "
440
 
441
- #: contact_form.php:1033
442
  msgid "Site"
443
  msgstr "سایت"
444
 
445
- #: contact_form.php:1084
446
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
447
  msgstr "اگر می توانید این MIME کاربران را ببینید، نوع آن قابل پذیرش نیست!"
448
 
449
- #: contact_form.php:1137
450
  msgid "FAQ"
451
  msgstr "سئوالات مطرح"
452
 
453
- #: contact_form.php:1138
454
  msgid "Support"
455
  msgstr "پشتیبانی"
456
 
457
- #: contact_form.php:1184
458
  msgid "Are you sure that you want to delete this language data?"
459
  msgstr ""
460
 
 
 
 
461
  #~ msgid "Please enter a valid email address. Settings are not saved."
462
  #~ msgstr "لطفا از صحت رایانامه اطمینان حاصل فرمایید، تغییرات ثبت نشد."
463
 
@@ -468,6 +545,4 @@ msgstr ""
468
  #~ msgstr "Indirizzo e-mail:"
469
  #~ msgid "Install Now"
470
  #~ msgstr "Installa Ora"
471
- #~ msgid "BWS Plugins"
472
- #~ msgstr "BWS Plugins"
473
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-27 16:05+0300\n"
6
+ "PO-Revision-Date: 2013-05-27 16:05+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: AlirezaJamali <me@alirezaJamali.net>\n"
9
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:100
20
+ #, fuzzy
21
+ msgid "Pro plugins"
22
+ msgstr "BWS Plugins"
23
+
24
+ #: contact_form.php:103
25
+ #: contact_form.php:129
26
  msgid "Activated plugins"
27
  msgstr "افزونه های فعال"
28
 
29
+ #: contact_form.php:105
30
+ #: contact_form.php:113
31
+ #: contact_form.php:121
32
+ #: contact_form.php:131
33
+ #: contact_form.php:139
34
+ #: contact_form.php:147
35
  msgid "Read more"
36
  msgstr "متن کامل"
37
 
38
+ #: contact_form.php:105
39
+ #: contact_form.php:131
40
+ #: contact_form.php:1286
41
+ #: contact_form.php:1295
42
  msgid "Settings"
43
  msgstr "تنظیمات"
44
 
45
+ #: contact_form.php:111
46
+ #: contact_form.php:137
47
  msgid "Installed plugins"
48
  msgstr "افزونه های نصب شده"
49
 
50
+ #: contact_form.php:119
51
+ #: contact_form.php:145
52
  msgid "Recommended plugins"
53
  msgstr "افزونه های پیشنهادی"
54
 
55
+ #: contact_form.php:121
56
+ msgid "Purchase"
57
+ msgstr ""
58
+
59
+ #: contact_form.php:126
60
+ #, fuzzy
61
+ msgid "Free plugins"
62
+ msgstr "افزونه های پیشنهادی"
63
+
64
+ #: contact_form.php:147
65
  msgid "Download"
66
  msgstr "دانلود"
67
 
68
+ #: contact_form.php:147
69
  #, php-format
70
  msgid "Install %s"
71
  msgstr "نصب %s"
72
 
73
+ #: contact_form.php:147
74
  msgid "Install now from wordpress.org"
75
  msgstr "هم اکنون نصب کنید wordpress.org"
76
 
77
+ #: contact_form.php:152
78
+ #, fuzzy
79
+ msgid "If you have any questions, please contact us via"
80
  msgstr "چنانچه سئوالی دارید لطفا از طریق رایانامه plugin@bestwebsoft.com یا فرم ارتباطی سایت با با تماس بگیرید."
81
 
82
+ #: contact_form.php:161
83
+ #: contact_form.php:526
84
  msgid "Contact Form Options"
85
  msgstr "گزینه های فرم ارتباط با مدیریت"
86
 
87
+ #: contact_form.php:161
88
  msgid "Contact Form"
89
  msgstr "فرم ارتباط با مدیریت"
90
 
91
+ #: contact_form.php:200
92
+ #: contact_form.php:662
93
+ #: contact_form.php:688
94
  msgid "Name:"
95
  msgstr "نام "
96
 
97
+ #: contact_form.php:201
98
+ #: contact_form.php:663
99
+ #: contact_form.php:689
100
+ #, fuzzy
101
+ msgid "Address:"
102
+ msgstr "رایانامه "
103
+
104
+ #: contact_form.php:202
105
+ #: contact_form.php:664
106
+ #: contact_form.php:690
107
  msgid "Email Address:"
108
  msgstr "رایانامه "
109
 
110
+ #: contact_form.php:203
111
+ #: contact_form.php:665
112
+ #: contact_form.php:691
113
  msgid "Phone number:"
114
  msgstr "شماره تماس "
115
 
116
+ #: contact_form.php:204
117
+ #: contact_form.php:666
118
+ #: contact_form.php:692
119
  msgid "Subject:"
120
  msgstr "موضوع "
121
 
122
+ #: contact_form.php:205
123
+ #: contact_form.php:667
124
+ #: contact_form.php:693
125
  msgid "Message:"
126
  msgstr "متن پیام "
127
 
128
+ #: contact_form.php:206
129
+ #: contact_form.php:668
130
+ #: contact_form.php:694
131
  msgid "Attachment:"
132
  msgstr "پیوست "
133
 
134
+ #: contact_form.php:207
135
+ #: contact_form.php:262
136
+ #: contact_form.php:669
137
+ #: contact_form.php:695
138
  msgid "Send me a copy"
139
  msgstr "به رایانامه من ارسال شود"
140
 
141
+ #: contact_form.php:208
142
+ #: contact_form.php:670
143
+ #: contact_form.php:696
144
  msgid "Submit"
145
  msgstr "ارسال"
146
 
147
+ #: contact_form.php:209
148
  msgid "Your name is required."
149
  msgstr "نام ضروری می باشد. "
150
 
151
+ #: contact_form.php:210
152
+ #, fuzzy
153
+ msgid "Address is required."
154
+ msgstr "رایانامه ضروری می باشد. "
155
+
156
+ #: contact_form.php:211
157
  #, fuzzy
158
  msgid "A valid email address is required."
159
  msgstr "رایانامه ضروری می باشد. "
160
 
161
+ #: contact_form.php:212
162
+ #: contact_form.php:257
163
+ #: contact_form.php:260
164
  #, fuzzy
165
  msgid "Phone number is required."
166
  msgstr "نام ضروری می باشد. "
167
 
168
+ #: contact_form.php:213
169
+ #: contact_form.php:256
170
+ #: contact_form.php:259
171
  msgid "Subject is required."
172
  msgstr "عنوان ضروری می باشد. "
173
 
174
+ #: contact_form.php:214
175
+ #: contact_form.php:255
176
+ #: contact_form.php:258
177
  msgid "Message text is required."
178
  msgstr "متن پیام ضروری می باشد. "
179
 
180
+ #: contact_form.php:215
181
  msgid "File format is not valid."
182
  msgstr "فایل آسیب دیده می باشد. "
183
 
184
+ #: contact_form.php:216
185
+ msgid "File upload error."
186
+ msgstr ""
187
+
188
+ #: contact_form.php:217
189
+ msgid "The file could not be uploaded."
190
+ msgstr ""
191
+
192
+ #: contact_form.php:218
193
+ msgid "This file is too large."
194
+ msgstr ""
195
+
196
+ #: contact_form.php:219
197
  msgid "Please fill out the CAPTCHA."
198
  msgstr "لطفا کد امنیتی را وارد کنید. "
199
 
200
+ #: contact_form.php:220
201
  msgid "Please make corrections below and try again."
202
  msgstr "لطفا پس از انجام اصلاحات دوباره ارسال نمایید. "
203
 
204
+ #: contact_form.php:222
205
  msgid "Thank you for contacting us."
206
  msgstr "قدردان همیاری شما هستیم."
207
 
208
+ #: contact_form.php:481
209
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
210
  msgstr "اگر گزینه \"انتقال به\" انتخاب شود بایستی فیلد مربوط به تارنما را تکمیل کنید"
211
 
212
+ #: contact_form.php:490
213
  msgid "Such user does not exist. Settings are not saved."
214
  msgstr "این کاربر وجود ندارد، تغییرات ثبت نشد."
215
 
216
+ #: contact_form.php:495
217
+ #: contact_form.php:501
218
  #, fuzzy
219
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
220
  msgstr "لطفا از صحت رایانامه اطمینان حاصل فرمایید، تغییرات ثبت نشد."
221
 
222
+ #: contact_form.php:506
223
  msgid "Options saved."
224
  msgstr "تغییرات ثبت شد."
225
 
226
+ #: contact_form.php:531
227
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
228
  msgstr "اگر مایل به استفاده از فرم ارتباط با مدیریت می باشید، کد را در صفحه یا نوشته دلخواه قرار دهید : "
229
 
230
+ #: contact_form.php:532
231
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
232
  msgstr "اگر اطلاعات درخواستی زیر تکمیل نشود پیام به آدرس ثبت نام ارسال خواهد شد."
233
 
234
+ #: contact_form.php:536
235
  msgid "The user's email address:"
236
  msgstr "از رایانامه کاربران استفاده کن : "
237
 
238
+ #: contact_form.php:540
239
  msgid "Create a username"
240
  msgstr "انتخاب شناسه کاربری"
241
 
242
+ #: contact_form.php:545
243
  msgid "Enter a username of the person who should get the messages from the contact form."
244
  msgstr "نام کاربری را که پیام را دریافت می کند مشخص کنید. "
245
 
246
+ #: contact_form.php:549
247
  msgid "Use this email address:"
248
  msgstr "استفاده از این رایانامه : "
249
 
250
+ #: contact_form.php:552
251
  msgid "Enter the email address you want the messages forwarded to."
252
  msgstr "رایانامه ای را برای دریافت پیام مشخص کنید."
253
 
254
+ #: contact_form.php:556
255
  msgid "Additional options"
256
  msgstr "گزینه های بیشتر"
257
 
258
+ #: contact_form.php:559
259
  msgid "Display Attachment block"
260
  msgstr "نمایش گزینه پیوست"
261
 
262
+ #: contact_form.php:561
263
  msgid "Users can attach the following file formats"
264
  msgstr "کاربران قادر به ارسال این نوع فایلها می باشند"
265
 
266
+ #: contact_form.php:565
267
  msgid "Display Attachment tips"
268
  msgstr "نمایش توضیحات پیوست"
269
 
270
+ #: contact_form.php:567
271
  msgid "Display tips below the Attachment block"
272
  msgstr "نمایش توضیحات بعد از پیوست"
273
 
274
+ #: contact_form.php:571
275
  msgid "Display Send me a copy block"
276
  msgstr "نمایش گزینه \"ارسال یک نسخه برای من\""
277
 
278
+ #: contact_form.php:577
279
  msgid "What to use?"
280
  msgstr "چه استفاده ای؟"
281
 
282
+ #: contact_form.php:580
283
  msgid "Wp-mail"
284
  msgstr "افزونه ارسال رایانامه Wp-mail"
285
 
286
+ #: contact_form.php:581
287
  msgid "You can use the wp_mail function for mailing"
288
  msgstr "جهت ارسال رایانامه افزونه Wp-mail نصب کنید"
289
 
290
+ #: contact_form.php:587
291
  msgid "Mail"
292
  msgstr "رایانامه"
293
 
294
+ #: contact_form.php:588
295
  msgid "To send mail you can use the php mail function"
296
  msgstr "برای ارسال رایانامه می توانید از امکانات PHP استفاده کنید"
297
 
298
+ #: contact_form.php:592
299
  #, fuzzy
300
  msgid "Change text of the 'FROM' field"
301
  msgstr "از طریق موارد فرم ارتباط با مدیریت تغییر دهید"
302
 
303
+ #: contact_form.php:598
304
  msgid "Enter the email address in the 'From' field"
305
  msgstr ""
306
 
307
+ #: contact_form.php:600
308
  msgid "The email address of the user who fills the form will be used in the field 'From'."
309
  msgstr ""
310
 
311
+ #: contact_form.php:602
312
  msgid "This email address will be used in the 'From' field."
313
  msgstr ""
314
 
315
+ #: contact_form.php:606
316
  #, fuzzy
317
+ msgid "Display fields"
318
+ msgstr "نمایش متن"
319
 
320
+ #: contact_form.php:608
321
+ #: contact_form.php:616
322
+ #: contact_form.php:1175
323
+ #, fuzzy
324
+ msgid "Address"
325
+ msgstr "رایانامه "
326
+
327
+ #: contact_form.php:609
328
+ #: contact_form.php:618
329
+ #: contact_form.php:1183
330
+ msgid "Phone"
331
+ msgstr "شماره تماس"
332
+
333
+ #: contact_form.php:613
334
  msgid "Required fields"
335
  msgstr ""
336
 
337
+ #: contact_form.php:615
338
+ #: contact_form.php:1170
339
  msgid "Name"
340
  msgstr "نام "
341
 
342
+ #: contact_form.php:617
343
  #, fuzzy
344
  msgid "Email Address"
345
  msgstr "رایانامه "
346
 
347
+ #: contact_form.php:619
348
+ #: contact_form.php:1186
 
 
 
 
 
349
  msgid "Subject"
350
  msgstr "موضوع "
351
 
352
+ #: contact_form.php:620
353
+ #: contact_form.php:1189
354
  msgid "Message"
355
  msgstr "متن پیام "
356
 
357
+ #: contact_form.php:624
358
  #, fuzzy
359
  msgid "Display additional info in the email"
360
  msgstr "اطلاعات بیشتر را در رایانامه نمایش بده"
361
 
362
+ #: contact_form.php:629
363
+ #: contact_form.php:1142
364
  msgid "Sent from (ip address)"
365
  msgstr "ارسال از سوی (ip address)"
366
 
367
+ #: contact_form.php:630
368
+ #: contact_form.php:1147
369
  msgid "Date/Time"
370
  msgstr "روز / زمان"
371
 
372
+ #: contact_form.php:631
373
+ #: contact_form.php:1152
374
  msgid "Sent from (referer)"
375
  msgstr "دریافت از سوی (referer)"
376
 
377
+ #: contact_form.php:632
378
+ #: contact_form.php:1157
379
  msgid "Using (user agent)"
380
  msgstr "استفاده از (user agent)"
381
 
382
+ #: contact_form.php:636
383
  msgid "Language settings for the field names in the form"
384
  msgstr ""
385
 
386
+ #: contact_form.php:645
387
  msgid "Add a language"
388
  msgstr ""
389
 
390
+ #: contact_form.php:649
391
  #, fuzzy
392
  msgid "Change the names of the contact form fields and error messages"
393
  msgstr "تغییر عناوین فیلدهای فرم تماس با مدیریت "
394
 
395
+ #: contact_form.php:654
396
+ #: contact_form.php:719
397
  msgid "English"
398
  msgstr ""
399
 
400
+ #: contact_form.php:671
401
+ #: contact_form.php:697
402
  msgid "Error message for the Name field"
403
  msgstr ""
404
 
405
+ #: contact_form.php:672
406
+ #: contact_form.php:698
407
+ msgid "Error message for the Address field"
408
+ msgstr ""
409
+
410
+ #: contact_form.php:673
411
+ #: contact_form.php:699
412
  msgid "Error message for the Email field"
413
  msgstr ""
414
 
415
+ #: contact_form.php:674
416
+ #: contact_form.php:700
417
  msgid "Error message for the Phone field"
418
  msgstr ""
419
 
420
+ #: contact_form.php:675
421
+ #: contact_form.php:701
422
  msgid "Error message for the Subject field"
423
  msgstr ""
424
 
425
+ #: contact_form.php:676
426
+ #: contact_form.php:702
427
  msgid "Error message for the Message field"
428
  msgstr ""
429
 
430
+ #: contact_form.php:677
431
+ #: contact_form.php:703
432
+ msgid "Error message about the file type for the Attachment field"
433
+ msgstr ""
434
+
435
+ #: contact_form.php:678
436
+ #: contact_form.php:704
437
+ msgid "Error message while uploading a file for the Attachment field to the server"
438
+ msgstr ""
439
+
440
+ #: contact_form.php:679
441
+ #: contact_form.php:705
442
+ msgid "Error message while moving the file for the Attachment field"
443
  msgstr ""
444
 
445
+ #: contact_form.php:680
446
+ #: contact_form.php:706
447
+ msgid "Error message when file size limit for the Attachment field is exceeded"
448
+ msgstr ""
449
+
450
+ #: contact_form.php:681
451
+ #: contact_form.php:707
452
  msgid "Error message for the Captcha field"
453
  msgstr ""
454
 
455
+ #: contact_form.php:682
456
+ #: contact_form.php:708
457
  msgid "Error message for the whole form"
458
  msgstr ""
459
 
460
+ #: contact_form.php:683
461
+ #: contact_form.php:709
462
+ #: contact_form.php:728
463
+ #: contact_form.php:734
464
  msgid "Use shortcode"
465
  msgstr ""
466
 
467
+ #: contact_form.php:683
468
+ #: contact_form.php:709
469
+ #: contact_form.php:728
470
+ #: contact_form.php:734
471
  msgid "for this language"
472
  msgstr ""
473
 
474
+ #: contact_form.php:716
475
  msgid "Action after email is sent"
476
  msgstr "عکس العمل پس از ارسال"
477
 
478
+ #: contact_form.php:718
479
  msgid "Display text"
480
  msgstr "نمایش متن"
481
 
482
+ #: contact_form.php:727
483
+ #: contact_form.php:733
484
  msgid "Text"
485
  msgstr "متن"
486
 
487
+ #: contact_form.php:740
488
  msgid "Redirect to the page"
489
  msgstr "انتقال به "
490
 
491
+ #: contact_form.php:741
492
  msgid "Url"
493
  msgstr "تارنما"
494
 
495
+ #: contact_form.php:746
496
  msgid "Save Changes"
497
  msgstr "ثبت تغییرات"
498
 
499
+ #: contact_form.php:795
500
  msgid "Sorry, email message could not be delivered."
501
  msgstr "امکان ارسال رایانامه برای شما وجود ندارد."
502
 
503
+ #: contact_form.php:879
504
  msgid "You can attach the following file formats"
505
  msgstr "می توانید فایل با این فرمت ارسال فرمایید "
506
 
507
+ #: contact_form.php:1165
508
  msgid "Contact from"
509
  msgstr "فرم ارتباط با مدیریت"
510
 
511
+ #: contact_form.php:1178
512
  msgid "Email"
513
  msgstr "رایانامه "
514
 
515
+ #: contact_form.php:1192
516
  msgid "Site"
517
  msgstr "سایت"
518
 
519
+ #: contact_form.php:1243
520
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
521
  msgstr "اگر می توانید این MIME کاربران را ببینید، نوع آن قابل پذیرش نیست!"
522
 
523
+ #: contact_form.php:1296
524
  msgid "FAQ"
525
  msgstr "سئوالات مطرح"
526
 
527
+ #: contact_form.php:1297
528
  msgid "Support"
529
  msgstr "پشتیبانی"
530
 
531
+ #: contact_form.php:1345
532
  msgid "Are you sure that you want to delete this language data?"
533
  msgstr ""
534
 
535
+ #, fuzzy
536
+ #~ msgid "Display a phone number field"
537
+ #~ msgstr "نمایش فیلد شماره تماس"
538
  #~ msgid "Please enter a valid email address. Settings are not saved."
539
  #~ msgstr "لطفا از صحت رایانامه اطمینان حاصل فرمایید، تغییرات ثبت نشد."
540
 
545
  #~ msgstr "Indirizzo e-mail:"
546
  #~ msgid "Install Now"
547
  #~ msgstr "Installa Ora"
 
 
548
 
languages/contact_form-fr_FR.mo CHANGED
Binary file
languages/contact_form-fr_FR.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: contact_form 3.29\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 15:08+0300\n"
6
- "PO-Revision-Date: 2013-04-22 15:08+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -14,449 +14,515 @@ msgstr ""
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "Plural-Forms: nplurals=2;plural=n>2;\n"
17
- "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: contact_form.php:78
 
 
 
 
 
 
21
  msgid "Activated plugins"
22
  msgstr "Plugin activé"
23
 
24
- #: contact_form.php:80
25
- #: contact_form.php:88
26
- #: contact_form.php:96
 
 
 
27
  msgid "Read more"
28
  msgstr "Lire la suite"
29
 
30
- #: contact_form.php:80
31
- #: contact_form.php:1127
32
- #: contact_form.php:1136
 
33
  msgid "Settings"
34
  msgstr "Réglages"
35
 
36
- #: contact_form.php:86
 
37
  msgid "Installed plugins"
38
  msgstr "Plugin installé"
39
 
40
- #: contact_form.php:94
 
41
  msgid "Recommended plugins"
42
  msgstr "Plugin recommandé"
43
 
44
- #: contact_form.php:96
 
 
 
 
 
 
 
 
 
45
  msgid "Download"
46
  msgstr "Téléchargement"
47
 
48
- #: contact_form.php:96
49
  #, php-format
50
  msgid "Install %s"
51
  msgstr "%s installé"
52
 
53
- #: contact_form.php:96
54
  msgid "Install now from wordpress.org"
55
  msgstr "Installer maintenant depuis wordpress.org"
56
 
57
- #: contact_form.php:98
58
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
59
- msgstr "Si vous avez des questions, merci de contacter plugin@bestwebsoft.com ou d'utilisez le formulaire de contact \"contact form\" sur notre site"
60
 
61
- #: contact_form.php:110
62
- #: contact_form.php:430
63
  msgid "Contact Form Options"
64
  msgstr "Options du Formulaire de Contact"
65
 
66
- #: contact_form.php:110
67
  msgid "Contact Form"
68
  msgstr "Formulaire de Contact"
69
 
70
- #: contact_form.php:147
71
- #: contact_form.php:564
72
- #: contact_form.php:585
73
  msgid "Name:"
74
  msgstr "Nom:"
75
 
76
- #: contact_form.php:148
77
- #: contact_form.php:565
78
- #: contact_form.php:586
 
 
 
 
 
 
79
  msgid "Email Address:"
80
  msgstr "Adresse e-mail:"
81
 
82
- #: contact_form.php:149
83
- #: contact_form.php:566
84
- #: contact_form.php:587
85
  msgid "Phone number:"
86
  msgstr "Téléphone:"
87
 
88
- #: contact_form.php:150
89
- #: contact_form.php:567
90
- #: contact_form.php:588
91
  msgid "Subject:"
92
  msgstr "Sujet:"
93
 
94
- #: contact_form.php:151
95
- #: contact_form.php:568
96
- #: contact_form.php:589
97
  msgid "Message:"
98
  msgstr "Message:"
99
 
100
- #: contact_form.php:152
101
- #: contact_form.php:569
102
- #: contact_form.php:590
103
  msgid "Attachment:"
104
  msgstr "Pièce-jointe:"
105
 
106
- #: contact_form.php:153
107
- #: contact_form.php:199
108
- #: contact_form.php:570
109
- #: contact_form.php:591
110
  msgid "Send me a copy"
111
  msgstr "M'envoyer une copie"
112
 
113
- #: contact_form.php:154
114
- #: contact_form.php:571
115
- #: contact_form.php:592
116
  msgid "Submit"
117
  msgstr "Envoyer"
118
 
119
- #: contact_form.php:155
120
  msgid "Your name is required."
121
  msgstr "Un nom est obligatoire."
122
 
123
- #: contact_form.php:156
124
- #, fuzzy
 
 
 
125
  msgid "A valid email address is required."
126
  msgstr "Une adresse e-mail valide est obligatoire."
127
 
128
- #: contact_form.php:157
129
- #: contact_form.php:194
130
- #: contact_form.php:197
131
  msgid "Phone number is required."
132
  msgstr "Le numéro de téléphone est obligatoire."
133
 
134
- #: contact_form.php:158
135
- #: contact_form.php:193
136
- #: contact_form.php:196
137
  msgid "Subject is required."
138
  msgstr "Sujet obligatoire."
139
 
140
- #: contact_form.php:159
141
- #: contact_form.php:192
142
- #: contact_form.php:195
143
  msgid "Message text is required."
144
  msgstr "Un message est obligatoire."
145
 
146
- #: contact_form.php:160
147
  msgid "File format is not valid."
148
  msgstr "La pièce-jointe n'est pas valide."
149
 
150
- #: contact_form.php:161
 
 
 
 
 
 
 
 
 
 
 
 
151
  msgid "Please fill out the CAPTCHA."
152
  msgstr "Merci de compléter le CAPTCHA."
153
 
154
- #: contact_form.php:162
155
  msgid "Please make corrections below and try again."
156
  msgstr "Merci de faire les corrections suivantes et de réessayer."
157
 
158
- #: contact_form.php:164
159
  msgid "Thank you for contacting us."
160
  msgstr "Merci de nous avoir contacté."
161
 
162
- #: contact_form.php:385
163
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
164
  msgstr "Si l'ioption 'Rediriger vers la page' est positionnée, alors le champ Url doit être rempli avec le format suivant"
165
 
166
- #: contact_form.php:394
167
  msgid "Such user does not exist. Settings are not saved."
168
  msgstr "Cet utilisateur est inconnu. Les modifications ne sont pas sauvegardées."
169
 
170
- #: contact_form.php:399
171
- #: contact_form.php:405
172
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
173
  msgstr "Merci de saisir une adresse e-mail valide pour le 'FROM'. Les modifications ne sont pas sauvegardées."
174
 
175
- #: contact_form.php:410
176
  msgid "Options saved."
177
  msgstr "Options sauvegardées."
178
 
179
- #: contact_form.php:435
180
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
181
  msgstr "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:"
182
 
183
- #: contact_form.php:436
184
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
185
  msgstr "Si les champs ci-dessous ne sont pas renseignés le message sera envoyé à l'adresse spécifiée lors de l'enregistrement."
186
 
187
- #: contact_form.php:440
188
  msgid "The user's email address:"
189
  msgstr "Utiliser l'e-mail du compte wordpress:"
190
 
191
- #: contact_form.php:444
192
  msgid "Create a username"
193
  msgstr "Choisir un nom d'utilisateur"
194
 
195
- #: contact_form.php:449
196
  msgid "Enter a username of the person who should get the messages from the contact form."
197
  msgstr "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le formulaire de contact."
198
 
199
- #: contact_form.php:453
200
  msgid "Use this email address:"
201
  msgstr "Utiliser cette adresse e-mail:"
202
 
203
- #: contact_form.php:456
204
  msgid "Enter the email address you want the messages forwarded to."
205
  msgstr "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages."
206
 
207
- #: contact_form.php:460
208
  msgid "Additional options"
209
  msgstr "Options supplémentaires"
210
 
211
- #: contact_form.php:463
212
  msgid "Display Attachment block"
213
  msgstr "Afficher le bloc pièce-jointe"
214
 
215
- #: contact_form.php:465
216
  msgid "Users can attach the following file formats"
217
  msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
218
 
219
- #: contact_form.php:469
220
  msgid "Display Attachment tips"
221
  msgstr "Afficher les explications sur les pièces jointes"
222
 
223
- #: contact_form.php:471
224
  msgid "Display tips below the Attachment block"
225
  msgstr "Afficher les explications après le bloc des pièces jointes"
226
 
227
- #: contact_form.php:475
228
  msgid "Display Send me a copy block"
229
  msgstr "Afficher \"M'envoyer une copie\" "
230
 
231
- #: contact_form.php:481
232
  msgid "What to use?"
233
  msgstr "Quel utilisation?"
234
 
235
- #: contact_form.php:484
236
  msgid "Wp-mail"
237
  msgstr "Wp-mail"
238
 
239
- #: contact_form.php:485
240
  msgid "You can use the wp_mail function for mailing"
241
  msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction wp_mail de wordpress"
242
 
243
- #: contact_form.php:491
244
  msgid "Mail"
245
  msgstr "E-mail"
246
 
247
- #: contact_form.php:492
248
  msgid "To send mail you can use the php mail function"
249
  msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction mail de php"
250
 
251
- #: contact_form.php:496
252
  msgid "Change text of the 'FROM' field"
253
  msgstr "Modifier le texte pour le champ 'FROM' du courriel"
254
 
255
- #: contact_form.php:502
256
  msgid "Enter the email address in the 'From' field"
257
  msgstr "Sélectionner l'adresse e-mail pour le champ 'FROM' du courriel"
258
 
259
- #: contact_form.php:504
260
- #, fuzzy
261
  msgid "The email address of the user who fills the form will be used in the field 'From'."
262
  msgstr "Dans le champ 'From' du courriel, il sera utilisé l'adresse e-mail de l'utlisateur qui rempli le formulaire."
263
 
264
- #: contact_form.php:506
265
  msgid "This email address will be used in the 'From' field."
266
  msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
267
 
268
- #: contact_form.php:510
269
- #, fuzzy
270
- msgid "Display a phone number field"
271
- msgstr "Afficher le champ téléphone"
272
 
273
- #: contact_form.php:516
 
 
 
 
 
 
 
 
 
 
 
 
274
  msgid "Required fields"
275
  msgstr "Champ obligatoire"
276
 
277
- #: contact_form.php:518
278
- #: contact_form.php:1016
279
  msgid "Name"
280
  msgstr "Nom"
281
 
282
- #: contact_form.php:519
283
- #, fuzzy
284
  msgid "Email Address"
285
- msgstr "Adresse e-mail:"
286
-
287
- #: contact_form.php:520
288
- #: contact_form.php:1024
289
- msgid "Phone"
290
- msgstr "Téléphone"
291
 
292
- #: contact_form.php:521
293
- #: contact_form.php:1027
294
  msgid "Subject"
295
  msgstr "Sujet"
296
 
297
- #: contact_form.php:522
298
- #: contact_form.php:1030
299
  msgid "Message"
300
  msgstr "Message"
301
 
302
- #: contact_form.php:526
303
- #, fuzzy
304
  msgid "Display additional info in the email"
305
  msgstr "Afficher les informations complémentaires dans le courriel"
306
 
307
- #: contact_form.php:531
308
- #: contact_form.php:988
309
  msgid "Sent from (ip address)"
310
  msgstr "Envoyé de (adresse IP)"
311
 
312
- #: contact_form.php:532
313
- #: contact_form.php:993
314
  msgid "Date/Time"
315
  msgstr "Date/Heure"
316
 
317
- #: contact_form.php:533
318
- #: contact_form.php:998
319
  msgid "Sent from (referer)"
320
  msgstr "Envoyer de (référence)"
321
 
322
- #: contact_form.php:534
323
- #: contact_form.php:1003
324
  msgid "Using (user agent)"
325
  msgstr "Depuis (navigateur)"
326
 
327
- #: contact_form.php:538
328
  msgid "Language settings for the field names in the form"
329
  msgstr "Définition des langues pour les titres des champs"
330
 
331
- #: contact_form.php:547
332
- #, fuzzy
333
  msgid "Add a language"
334
  msgstr "Ajouter une langue"
335
 
336
- #: contact_form.php:551
337
  msgid "Change the names of the contact form fields and error messages"
338
  msgstr "Modifier le texte pour les champs du formulaire de contact et les messages d'erreur"
339
 
340
- #: contact_form.php:556
341
- #: contact_form.php:611
342
  msgid "English"
343
  msgstr "Anglais"
344
 
345
- #: contact_form.php:572
346
- #: contact_form.php:593
347
  msgid "Error message for the Name field"
348
  msgstr "Message d'erreur pour le champ nom"
349
 
350
- #: contact_form.php:573
351
- #: contact_form.php:594
 
 
 
 
 
352
  msgid "Error message for the Email field"
353
  msgstr "Message d'erreur pour le champ e-mail"
354
 
355
- #: contact_form.php:574
356
- #: contact_form.php:595
357
  msgid "Error message for the Phone field"
358
  msgstr "Message d'erreur pour le champ téléphone"
359
 
360
- #: contact_form.php:575
361
- #: contact_form.php:596
362
  msgid "Error message for the Subject field"
363
  msgstr "Message d'erreur pour le champ sujet"
364
 
365
- #: contact_form.php:576
366
- #: contact_form.php:597
367
  msgid "Error message for the Message field"
368
  msgstr "Message d'erreur pour le champ message"
369
 
370
- #: contact_form.php:577
371
- #: contact_form.php:598
372
- msgid "Error message for the Attachment field"
373
- msgstr "Message d'erreur pour le champ fichier joint"
 
 
 
 
 
374
 
375
- #: contact_form.php:578
376
- #: contact_form.php:599
 
 
 
 
 
 
 
 
 
 
377
  msgid "Error message for the Captcha field"
378
  msgstr "Message d'erreur pour le captcha"
379
 
380
- #: contact_form.php:579
381
- #: contact_form.php:600
382
  msgid "Error message for the whole form"
383
  msgstr "Message d'erreur demandant à compléter les champs manquants"
384
 
385
- #: contact_form.php:580
386
- #: contact_form.php:601
387
- #: contact_form.php:620
388
- #: contact_form.php:626
389
  msgid "Use shortcode"
390
  msgstr "Utiliser le code court"
391
 
392
- #: contact_form.php:580
393
- #: contact_form.php:601
394
- #: contact_form.php:620
395
- #: contact_form.php:626
396
  msgid "for this language"
397
  msgstr "pour cette langue"
398
 
399
- #: contact_form.php:608
400
  msgid "Action after email is sent"
401
  msgstr "Action après l'envoie de l'e-mail"
402
 
403
- #: contact_form.php:610
404
  msgid "Display text"
405
  msgstr "Afficher le texte"
406
 
407
- #: contact_form.php:619
408
- #: contact_form.php:625
409
  msgid "Text"
410
  msgstr "Texte"
411
 
412
- #: contact_form.php:632
413
  msgid "Redirect to the page"
414
  msgstr "Rediriger vers la page"
415
 
416
- #: contact_form.php:633
417
  msgid "Url"
418
  msgstr "Url"
419
 
420
- #: contact_form.php:638
421
  msgid "Save Changes"
422
  msgstr "Sauvegarder les modifications"
423
 
424
- #: contact_form.php:685
425
  msgid "Sorry, email message could not be delivered."
426
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
427
 
428
- #: contact_form.php:755
429
  msgid "You can attach the following file formats"
430
  msgstr "Vous pouvez joindre des fichiers aux formats suivants"
431
 
432
- #: contact_form.php:1011
433
  msgid "Contact from"
434
  msgstr "Contact de"
435
 
436
- #: contact_form.php:1019
437
  msgid "Email"
438
  msgstr "E-mail"
439
 
440
- #: contact_form.php:1033
441
  msgid "Site"
442
  msgstr "Site"
443
 
444
- #: contact_form.php:1084
445
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
446
  msgstr "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de MIME !"
447
 
448
- #: contact_form.php:1137
449
  msgid "FAQ"
450
  msgstr "FAQ"
451
 
452
- #: contact_form.php:1138
453
  msgid "Support"
454
  msgstr "Support"
455
 
456
- #: contact_form.php:1184
457
  msgid "Are you sure that you want to delete this language data?"
458
  msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
459
 
 
 
460
  #~ msgid "Please enter a valid email address. Settings are not saved."
461
  #~ msgstr ""
462
  #~ "Merci de saisir une adresse e-mail valide. Les modifications ne sont pas "
@@ -473,8 +539,6 @@ msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
473
  #~ "copiez juste ce code dans un article ou sur une page ou un widget:"
474
  #~ msgid "Install Now"
475
  #~ msgstr "Installa Ora"
476
- #~ msgid "BWS Plugins"
477
- #~ msgstr "BWS Plugins"
478
 
479
  #, fuzzy
480
  #~ msgid "Thank you for contact."
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-27 15:57+0300\n"
6
+ "PO-Revision-Date: 2013-05-27 16:05+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "MIME-Version: 1.0\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "Plural-Forms: nplurals=2;plural=n>2;\n"
17
+ "X-Generator: Poedit 1.5.5\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: contact_form.php:100
21
+ #, fuzzy
22
+ msgid "Pro plugins"
23
+ msgstr "BWS Plugins"
24
+
25
+ #: contact_form.php:103
26
+ #: contact_form.php:129
27
  msgid "Activated plugins"
28
  msgstr "Plugin activé"
29
 
30
+ #: contact_form.php:105
31
+ #: contact_form.php:113
32
+ #: contact_form.php:121
33
+ #: contact_form.php:131
34
+ #: contact_form.php:139
35
+ #: contact_form.php:147
36
  msgid "Read more"
37
  msgstr "Lire la suite"
38
 
39
+ #: contact_form.php:105
40
+ #: contact_form.php:131
41
+ #: contact_form.php:1286
42
+ #: contact_form.php:1295
43
  msgid "Settings"
44
  msgstr "Réglages"
45
 
46
+ #: contact_form.php:111
47
+ #: contact_form.php:137
48
  msgid "Installed plugins"
49
  msgstr "Plugin installé"
50
 
51
+ #: contact_form.php:119
52
+ #: contact_form.php:145
53
  msgid "Recommended plugins"
54
  msgstr "Plugin recommandé"
55
 
56
+ #: contact_form.php:121
57
+ msgid "Purchase"
58
+ msgstr ""
59
+
60
+ #: contact_form.php:126
61
+ #, fuzzy
62
+ msgid "Free plugins"
63
+ msgstr "Plugin recommandé"
64
+
65
+ #: contact_form.php:147
66
  msgid "Download"
67
  msgstr "Téléchargement"
68
 
69
+ #: contact_form.php:147
70
  #, php-format
71
  msgid "Install %s"
72
  msgstr "%s installé"
73
 
74
+ #: contact_form.php:147
75
  msgid "Install now from wordpress.org"
76
  msgstr "Installer maintenant depuis wordpress.org"
77
 
78
+ #: contact_form.php:152
79
+ msgid "If you have any questions, please contact us via"
80
+ msgstr "Si vous avez des questions, merci de contacter via "
81
 
82
+ #: contact_form.php:161
83
+ #: contact_form.php:526
84
  msgid "Contact Form Options"
85
  msgstr "Options du Formulaire de Contact"
86
 
87
+ #: contact_form.php:161
88
  msgid "Contact Form"
89
  msgstr "Formulaire de Contact"
90
 
91
+ #: contact_form.php:200
92
+ #: contact_form.php:662
93
+ #: contact_form.php:688
94
  msgid "Name:"
95
  msgstr "Nom:"
96
 
97
+ #: contact_form.php:201
98
+ #: contact_form.php:663
99
+ #: contact_form.php:689
100
+ msgid "Address:"
101
+ msgstr "Adresse :"
102
+
103
+ #: contact_form.php:202
104
+ #: contact_form.php:664
105
+ #: contact_form.php:690
106
  msgid "Email Address:"
107
  msgstr "Adresse e-mail:"
108
 
109
+ #: contact_form.php:203
110
+ #: contact_form.php:665
111
+ #: contact_form.php:691
112
  msgid "Phone number:"
113
  msgstr "Téléphone:"
114
 
115
+ #: contact_form.php:204
116
+ #: contact_form.php:666
117
+ #: contact_form.php:692
118
  msgid "Subject:"
119
  msgstr "Sujet:"
120
 
121
+ #: contact_form.php:205
122
+ #: contact_form.php:667
123
+ #: contact_form.php:693
124
  msgid "Message:"
125
  msgstr "Message:"
126
 
127
+ #: contact_form.php:206
128
+ #: contact_form.php:668
129
+ #: contact_form.php:694
130
  msgid "Attachment:"
131
  msgstr "Pièce-jointe:"
132
 
133
+ #: contact_form.php:207
134
+ #: contact_form.php:262
135
+ #: contact_form.php:669
136
+ #: contact_form.php:695
137
  msgid "Send me a copy"
138
  msgstr "M'envoyer une copie"
139
 
140
+ #: contact_form.php:208
141
+ #: contact_form.php:670
142
+ #: contact_form.php:696
143
  msgid "Submit"
144
  msgstr "Envoyer"
145
 
146
+ #: contact_form.php:209
147
  msgid "Your name is required."
148
  msgstr "Un nom est obligatoire."
149
 
150
+ #: contact_form.php:210
151
+ msgid "Address is required."
152
+ msgstr "Une adresse est obligatoire."
153
+
154
+ #: contact_form.php:211
155
  msgid "A valid email address is required."
156
  msgstr "Une adresse e-mail valide est obligatoire."
157
 
158
+ #: contact_form.php:212
159
+ #: contact_form.php:257
160
+ #: contact_form.php:260
161
  msgid "Phone number is required."
162
  msgstr "Le numéro de téléphone est obligatoire."
163
 
164
+ #: contact_form.php:213
165
+ #: contact_form.php:256
166
+ #: contact_form.php:259
167
  msgid "Subject is required."
168
  msgstr "Sujet obligatoire."
169
 
170
+ #: contact_form.php:214
171
+ #: contact_form.php:255
172
+ #: contact_form.php:258
173
  msgid "Message text is required."
174
  msgstr "Un message est obligatoire."
175
 
176
+ #: contact_form.php:215
177
  msgid "File format is not valid."
178
  msgstr "La pièce-jointe n'est pas valide."
179
 
180
+ #: contact_form.php:216
181
+ msgid "File upload error."
182
+ msgstr "Erreur de chargement du fichier."
183
+
184
+ #: contact_form.php:217
185
+ msgid "The file could not be uploaded."
186
+ msgstr "Le fichier n'a pas pu être envoyé."
187
+
188
+ #: contact_form.php:218
189
+ msgid "This file is too large."
190
+ msgstr "Le fichier est trop volumineux."
191
+
192
+ #: contact_form.php:219
193
  msgid "Please fill out the CAPTCHA."
194
  msgstr "Merci de compléter le CAPTCHA."
195
 
196
+ #: contact_form.php:220
197
  msgid "Please make corrections below and try again."
198
  msgstr "Merci de faire les corrections suivantes et de réessayer."
199
 
200
+ #: contact_form.php:222
201
  msgid "Thank you for contacting us."
202
  msgstr "Merci de nous avoir contacté."
203
 
204
+ #: contact_form.php:481
205
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
206
  msgstr "Si l'ioption 'Rediriger vers la page' est positionnée, alors le champ Url doit être rempli avec le format suivant"
207
 
208
+ #: contact_form.php:490
209
  msgid "Such user does not exist. Settings are not saved."
210
  msgstr "Cet utilisateur est inconnu. Les modifications ne sont pas sauvegardées."
211
 
212
+ #: contact_form.php:495
213
+ #: contact_form.php:501
214
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
215
  msgstr "Merci de saisir une adresse e-mail valide pour le 'FROM'. Les modifications ne sont pas sauvegardées."
216
 
217
+ #: contact_form.php:506
218
  msgid "Options saved."
219
  msgstr "Options sauvegardées."
220
 
221
+ #: contact_form.php:531
222
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
223
  msgstr "Si vous souhaiter ajouter un formulaire de contact à votre site web, copiez juste ce code dans un article ou sur une page ou un widget:"
224
 
225
+ #: contact_form.php:532
226
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
227
  msgstr "Si les champs ci-dessous ne sont pas renseignés le message sera envoyé à l'adresse spécifiée lors de l'enregistrement."
228
 
229
+ #: contact_form.php:536
230
  msgid "The user's email address:"
231
  msgstr "Utiliser l'e-mail du compte wordpress:"
232
 
233
+ #: contact_form.php:540
234
  msgid "Create a username"
235
  msgstr "Choisir un nom d'utilisateur"
236
 
237
+ #: contact_form.php:545
238
  msgid "Enter a username of the person who should get the messages from the contact form."
239
  msgstr "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le formulaire de contact."
240
 
241
+ #: contact_form.php:549
242
  msgid "Use this email address:"
243
  msgstr "Utiliser cette adresse e-mail:"
244
 
245
+ #: contact_form.php:552
246
  msgid "Enter the email address you want the messages forwarded to."
247
  msgstr "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages."
248
 
249
+ #: contact_form.php:556
250
  msgid "Additional options"
251
  msgstr "Options supplémentaires"
252
 
253
+ #: contact_form.php:559
254
  msgid "Display Attachment block"
255
  msgstr "Afficher le bloc pièce-jointe"
256
 
257
+ #: contact_form.php:561
258
  msgid "Users can attach the following file formats"
259
  msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
260
 
261
+ #: contact_form.php:565
262
  msgid "Display Attachment tips"
263
  msgstr "Afficher les explications sur les pièces jointes"
264
 
265
+ #: contact_form.php:567
266
  msgid "Display tips below the Attachment block"
267
  msgstr "Afficher les explications après le bloc des pièces jointes"
268
 
269
+ #: contact_form.php:571
270
  msgid "Display Send me a copy block"
271
  msgstr "Afficher \"M'envoyer une copie\" "
272
 
273
+ #: contact_form.php:577
274
  msgid "What to use?"
275
  msgstr "Quel utilisation?"
276
 
277
+ #: contact_form.php:580
278
  msgid "Wp-mail"
279
  msgstr "Wp-mail"
280
 
281
+ #: contact_form.php:581
282
  msgid "You can use the wp_mail function for mailing"
283
  msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction wp_mail de wordpress"
284
 
285
+ #: contact_form.php:587
286
  msgid "Mail"
287
  msgstr "E-mail"
288
 
289
+ #: contact_form.php:588
290
  msgid "To send mail you can use the php mail function"
291
  msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction mail de php"
292
 
293
+ #: contact_form.php:592
294
  msgid "Change text of the 'FROM' field"
295
  msgstr "Modifier le texte pour le champ 'FROM' du courriel"
296
 
297
+ #: contact_form.php:598
298
  msgid "Enter the email address in the 'From' field"
299
  msgstr "Sélectionner l'adresse e-mail pour le champ 'FROM' du courriel"
300
 
301
+ #: contact_form.php:600
 
302
  msgid "The email address of the user who fills the form will be used in the field 'From'."
303
  msgstr "Dans le champ 'From' du courriel, il sera utilisé l'adresse e-mail de l'utlisateur qui rempli le formulaire."
304
 
305
+ #: contact_form.php:602
306
  msgid "This email address will be used in the 'From' field."
307
  msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
308
 
309
+ #: contact_form.php:606
310
+ msgid "Display fields"
311
+ msgstr "Afficher le texte"
 
312
 
313
+ #: contact_form.php:608
314
+ #: contact_form.php:616
315
+ #: contact_form.php:1175
316
+ msgid "Address"
317
+ msgstr "Adresse"
318
+
319
+ #: contact_form.php:609
320
+ #: contact_form.php:618
321
+ #: contact_form.php:1183
322
+ msgid "Phone"
323
+ msgstr "Téléphone"
324
+
325
+ #: contact_form.php:613
326
  msgid "Required fields"
327
  msgstr "Champ obligatoire"
328
 
329
+ #: contact_form.php:615
330
+ #: contact_form.php:1170
331
  msgid "Name"
332
  msgstr "Nom"
333
 
334
+ #: contact_form.php:617
 
335
  msgid "Email Address"
336
+ msgstr "Adresse e-mail"
 
 
 
 
 
337
 
338
+ #: contact_form.php:619
339
+ #: contact_form.php:1186
340
  msgid "Subject"
341
  msgstr "Sujet"
342
 
343
+ #: contact_form.php:620
344
+ #: contact_form.php:1189
345
  msgid "Message"
346
  msgstr "Message"
347
 
348
+ #: contact_form.php:624
 
349
  msgid "Display additional info in the email"
350
  msgstr "Afficher les informations complémentaires dans le courriel"
351
 
352
+ #: contact_form.php:629
353
+ #: contact_form.php:1142
354
  msgid "Sent from (ip address)"
355
  msgstr "Envoyé de (adresse IP)"
356
 
357
+ #: contact_form.php:630
358
+ #: contact_form.php:1147
359
  msgid "Date/Time"
360
  msgstr "Date/Heure"
361
 
362
+ #: contact_form.php:631
363
+ #: contact_form.php:1152
364
  msgid "Sent from (referer)"
365
  msgstr "Envoyer de (référence)"
366
 
367
+ #: contact_form.php:632
368
+ #: contact_form.php:1157
369
  msgid "Using (user agent)"
370
  msgstr "Depuis (navigateur)"
371
 
372
+ #: contact_form.php:636
373
  msgid "Language settings for the field names in the form"
374
  msgstr "Définition des langues pour les titres des champs"
375
 
376
+ #: contact_form.php:645
 
377
  msgid "Add a language"
378
  msgstr "Ajouter une langue"
379
 
380
+ #: contact_form.php:649
381
  msgid "Change the names of the contact form fields and error messages"
382
  msgstr "Modifier le texte pour les champs du formulaire de contact et les messages d'erreur"
383
 
384
+ #: contact_form.php:654
385
+ #: contact_form.php:719
386
  msgid "English"
387
  msgstr "Anglais"
388
 
389
+ #: contact_form.php:671
390
+ #: contact_form.php:697
391
  msgid "Error message for the Name field"
392
  msgstr "Message d'erreur pour le champ nom"
393
 
394
+ #: contact_form.php:672
395
+ #: contact_form.php:698
396
+ msgid "Error message for the Address field"
397
+ msgstr "Message d'erreur pour le champ Adresse"
398
+
399
+ #: contact_form.php:673
400
+ #: contact_form.php:699
401
  msgid "Error message for the Email field"
402
  msgstr "Message d'erreur pour le champ e-mail"
403
 
404
+ #: contact_form.php:674
405
+ #: contact_form.php:700
406
  msgid "Error message for the Phone field"
407
  msgstr "Message d'erreur pour le champ téléphone"
408
 
409
+ #: contact_form.php:675
410
+ #: contact_form.php:701
411
  msgid "Error message for the Subject field"
412
  msgstr "Message d'erreur pour le champ sujet"
413
 
414
+ #: contact_form.php:676
415
+ #: contact_form.php:702
416
  msgid "Error message for the Message field"
417
  msgstr "Message d'erreur pour le champ message"
418
 
419
+ #: contact_form.php:677
420
+ #: contact_form.php:703
421
+ msgid "Error message about the file type for the Attachment field"
422
+ msgstr "Message d'erreur pour le champ fichier joint (type du fichier)"
423
+
424
+ #: contact_form.php:678
425
+ #: contact_form.php:704
426
+ msgid "Error message while uploading a file for the Attachment field to the server"
427
+ msgstr "Message d'erreur pour le champ fichier joint (problème d'envoie vers le serveur)"
428
 
429
+ #: contact_form.php:679
430
+ #: contact_form.php:705
431
+ msgid "Error message while moving the file for the Attachment field"
432
+ msgstr "Message d'erreur pour le champ fichier joint (déplacement du fichier)"
433
+
434
+ #: contact_form.php:680
435
+ #: contact_form.php:706
436
+ msgid "Error message when file size limit for the Attachment field is exceeded"
437
+ msgstr "Message d'erreur pour le champ fichier joint (taille limite du fichier atteinte)"
438
+
439
+ #: contact_form.php:681
440
+ #: contact_form.php:707
441
  msgid "Error message for the Captcha field"
442
  msgstr "Message d'erreur pour le captcha"
443
 
444
+ #: contact_form.php:682
445
+ #: contact_form.php:708
446
  msgid "Error message for the whole form"
447
  msgstr "Message d'erreur demandant à compléter les champs manquants"
448
 
449
+ #: contact_form.php:683
450
+ #: contact_form.php:709
451
+ #: contact_form.php:728
452
+ #: contact_form.php:734
453
  msgid "Use shortcode"
454
  msgstr "Utiliser le code court"
455
 
456
+ #: contact_form.php:683
457
+ #: contact_form.php:709
458
+ #: contact_form.php:728
459
+ #: contact_form.php:734
460
  msgid "for this language"
461
  msgstr "pour cette langue"
462
 
463
+ #: contact_form.php:716
464
  msgid "Action after email is sent"
465
  msgstr "Action après l'envoie de l'e-mail"
466
 
467
+ #: contact_form.php:718
468
  msgid "Display text"
469
  msgstr "Afficher le texte"
470
 
471
+ #: contact_form.php:727
472
+ #: contact_form.php:733
473
  msgid "Text"
474
  msgstr "Texte"
475
 
476
+ #: contact_form.php:740
477
  msgid "Redirect to the page"
478
  msgstr "Rediriger vers la page"
479
 
480
+ #: contact_form.php:741
481
  msgid "Url"
482
  msgstr "Url"
483
 
484
+ #: contact_form.php:746
485
  msgid "Save Changes"
486
  msgstr "Sauvegarder les modifications"
487
 
488
+ #: contact_form.php:795
489
  msgid "Sorry, email message could not be delivered."
490
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
491
 
492
+ #: contact_form.php:879
493
  msgid "You can attach the following file formats"
494
  msgstr "Vous pouvez joindre des fichiers aux formats suivants"
495
 
496
+ #: contact_form.php:1165
497
  msgid "Contact from"
498
  msgstr "Contact de"
499
 
500
+ #: contact_form.php:1178
501
  msgid "Email"
502
  msgstr "E-mail"
503
 
504
+ #: contact_form.php:1192
505
  msgid "Site"
506
  msgstr "Site"
507
 
508
+ #: contact_form.php:1243
509
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
510
  msgstr "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de MIME !"
511
 
512
+ #: contact_form.php:1296
513
  msgid "FAQ"
514
  msgstr "FAQ"
515
 
516
+ #: contact_form.php:1297
517
  msgid "Support"
518
  msgstr "Support"
519
 
520
+ #: contact_form.php:1345
521
  msgid "Are you sure that you want to delete this language data?"
522
  msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
523
 
524
+ #~ msgid "Display a phone number field"
525
+ #~ msgstr "Afficher le champ téléphone"
526
  #~ msgid "Please enter a valid email address. Settings are not saved."
527
  #~ msgstr ""
528
  #~ "Merci de saisir une adresse e-mail valide. Les modifications ne sont pas "
539
  #~ "copiez juste ce code dans un article ou sur une page ou un widget:"
540
  #~ msgid "Install Now"
541
  #~ msgstr "Installa Ora"
 
 
542
 
543
  #, fuzzy
544
  #~ msgid "Thank you for contact."
languages/contact_form-gl_ES.mo CHANGED
Binary file
languages/contact_form-gl_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 15:08+0300\n"
6
- "PO-Revision-Date: 2013-04-22 15:08+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Paula Rios <paulacompos@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,444 +17,521 @@ msgstr ""
17
  "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: contact_form.php:78
 
 
 
 
 
 
21
  msgid "Activated plugins"
22
  msgstr "Plugins activados"
23
 
24
- #: contact_form.php:80
25
- #: contact_form.php:88
26
- #: contact_form.php:96
 
 
 
27
  msgid "Read more"
28
  msgstr "Ler máis"
29
 
30
- #: contact_form.php:80
31
- #: contact_form.php:1127
32
- #: contact_form.php:1136
 
33
  msgid "Settings"
34
  msgstr "Configuracións"
35
 
36
- #: contact_form.php:86
 
37
  msgid "Installed plugins"
38
  msgstr "Plugins instalados"
39
 
40
- #: contact_form.php:94
 
41
  msgid "Recommended plugins"
42
  msgstr "Plugins recomendados"
43
 
44
- #: contact_form.php:96
 
 
 
 
 
 
 
 
 
45
  msgid "Download"
46
  msgstr "Baixar"
47
 
48
- #: contact_form.php:96
49
  #, php-format
50
  msgid "Install %s"
51
  msgstr "Instalar %s"
52
 
53
- #: contact_form.php:96
54
  msgid "Install now from wordpress.org"
55
  msgstr "Instalar agora desde wordpress.org"
56
 
57
- #: contact_form.php:98
58
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
 
59
  msgstr "Se tes calquera dúbida, contacta no email plugin@bestwebsoft.com ou por medio do noso formulário de contato no sitio web."
60
 
61
- #: contact_form.php:110
62
- #: contact_form.php:430
63
  msgid "Contact Form Options"
64
  msgstr "Configuracións do Formulário de contato"
65
 
66
- #: contact_form.php:110
67
  msgid "Contact Form"
68
  msgstr "Formulario de contato"
69
 
70
- #: contact_form.php:147
71
- #: contact_form.php:564
72
- #: contact_form.php:585
73
  msgid "Name:"
74
  msgstr "Nome:"
75
 
76
- #: contact_form.php:148
77
- #: contact_form.php:565
78
- #: contact_form.php:586
 
 
 
 
 
 
 
79
  msgid "Email Address:"
80
  msgstr "Enderezo electrónico:"
81
 
82
- #: contact_form.php:149
83
- #: contact_form.php:566
84
- #: contact_form.php:587
85
  msgid "Phone number:"
86
  msgstr "Teléfono:"
87
 
88
- #: contact_form.php:150
89
- #: contact_form.php:567
90
- #: contact_form.php:588
91
  msgid "Subject:"
92
  msgstr "Asunto:"
93
 
94
- #: contact_form.php:151
95
- #: contact_form.php:568
96
- #: contact_form.php:589
97
  msgid "Message:"
98
  msgstr "Mensaxe:"
99
 
100
- #: contact_form.php:152
101
- #: contact_form.php:569
102
- #: contact_form.php:590
103
  msgid "Attachment:"
104
  msgstr "Anexo:"
105
 
106
- #: contact_form.php:153
107
- #: contact_form.php:199
108
- #: contact_form.php:570
109
- #: contact_form.php:591
110
  msgid "Send me a copy"
111
  msgstr "Enviarme unha copia"
112
 
113
- #: contact_form.php:154
114
- #: contact_form.php:571
115
- #: contact_form.php:592
116
  msgid "Submit"
117
  msgstr "Enviar"
118
 
119
- #: contact_form.php:155
120
  msgid "Your name is required."
121
  msgstr "O teu nome é obrigatorio."
122
 
123
- #: contact_form.php:156
 
 
 
 
 
124
  #, fuzzy
125
  msgid "A valid email address is required."
126
  msgstr "É obrigatorio un enderezo de correo válido."
127
 
128
- #: contact_form.php:157
129
- #: contact_form.php:194
130
- #: contact_form.php:197
131
  msgid "Phone number is required."
132
  msgstr "O teléfono é obrigatorio."
133
 
134
- #: contact_form.php:158
135
- #: contact_form.php:193
136
- #: contact_form.php:196
137
  msgid "Subject is required."
138
  msgstr "O Assunto é obrigatorio."
139
 
140
- #: contact_form.php:159
141
- #: contact_form.php:192
142
- #: contact_form.php:195
143
  msgid "Message text is required."
144
  msgstr "O texto da Mensaxe é obrigatorio."
145
 
146
- #: contact_form.php:160
147
  msgid "File format is not valid."
148
  msgstr "Non é posíbel anexar o arquivo. "
149
 
150
- #: contact_form.php:161
 
 
 
 
 
 
 
 
 
 
 
 
151
  msgid "Please fill out the CAPTCHA."
152
  msgstr "Por favor, completa o CAPTCHA."
153
 
154
- #: contact_form.php:162
155
  msgid "Please make corrections below and try again."
156
  msgstr "Por favor, fai as correccións abaixo e tenta enviar de novo a mensaxe."
157
 
158
- #: contact_form.php:164
159
  msgid "Thank you for contacting us."
160
  msgstr "Moitas grazas contatares con nós."
161
 
162
- #: contact_form.php:385
163
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
164
  msgstr "Se seleccionas a opción de Redireccionar para a páxina, tes que engadir un URL no seguinte campo"
165
 
166
- #: contact_form.php:394
167
  msgid "Such user does not exist. Settings are not saved."
168
  msgstr "Non existe esta persoa usuaria. No se gardaron as configuracións."
169
 
170
- #: contact_form.php:399
171
- #: contact_form.php:405
172
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
173
  msgstr "Por favor intorduce un enderezo electrónico válido. Non se gardaron as configuracións."
174
 
175
- #: contact_form.php:410
176
  msgid "Options saved."
177
  msgstr "Configuracións gardadas."
178
 
179
- #: contact_form.php:435
180
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
181
  msgstr "Se queres engadir o Formulário de Contato no seu sitio web, só tes que copiar e colar este código no artigo, páxina ou widget:"
182
 
183
- #: contact_form.php:436
184
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
185
  msgstr "Se a inforación nos campos abaixo está baleira, as mensaxes han ser enviadas para um enderezo que xa foi especificado durante o rexistro."
186
 
187
- #: contact_form.php:440
188
  msgid "The user's email address:"
189
  msgstr "Usar o enderezo dunha das persoas usuarias:"
190
 
191
- #: contact_form.php:444
192
  msgid "Create a username"
193
  msgstr "Seleciona o nome da persoa usuaria"
194
 
195
- #: contact_form.php:449
196
  msgid "Enter a username of the person who should get the messages from the contact form."
197
  msgstr "Determina a persoa usuaria que recibirá as mensaxes enviadas polo Formulario de Contato."
198
 
199
- #: contact_form.php:453
200
  msgid "Use this email address:"
201
  msgstr "Usar este enderezo electrónico:"
202
 
203
- #: contact_form.php:456
204
  msgid "Enter the email address you want the messages forwarded to."
205
  msgstr "Configura o enderezo electrónico que vai ser usado para recibires as mensaxes."
206
 
207
- #: contact_form.php:460
208
  msgid "Additional options"
209
  msgstr "Opcións adicionais"
210
 
211
- #: contact_form.php:463
212
  msgid "Display Attachment block"
213
  msgstr "Mostrar a opción para anexar arquivos"
214
 
215
- #: contact_form.php:465
216
  msgid "Users can attach the following file formats"
217
  msgstr "As persoas usuarias poden anexar arquivos do tipo:"
218
 
219
- #: contact_form.php:469
220
  msgid "Display Attachment tips"
221
  msgstr "Ver as explicacións dos anexos"
222
 
223
- #: contact_form.php:471
224
  msgid "Display tips below the Attachment block"
225
  msgstr "Amosar explicacións tras o bloqueo de arquivos adxuntos"
226
 
227
- #: contact_form.php:475
228
  msgid "Display Send me a copy block"
229
  msgstr "Mostrar a opción Enviarme unha cópia"
230
 
231
- #: contact_form.php:481
232
  msgid "What to use?"
233
  msgstr "Que queres usar?"
234
 
235
- #: contact_form.php:484
236
  msgid "Wp-mail"
237
  msgstr "Wp-mail"
238
 
239
- #: contact_form.php:485
240
  msgid "You can use the wp_mail function for mailing"
241
  msgstr "Para enviar o correo podes usar a función wp_mail do WordPress"
242
 
243
- #: contact_form.php:491
244
  msgid "Mail"
245
  msgstr "Enderezo electrónico"
246
 
247
- #: contact_form.php:492
248
  msgid "To send mail you can use the php mail function"
249
  msgstr "Para enviar o correo podes usar a función php mail"
250
 
251
- #: contact_form.php:496
252
  msgid "Change text of the 'FROM' field"
253
  msgstr "Mudar campos do formulario de contato"
254
 
255
- #: contact_form.php:502
256
  msgid "Enter the email address in the 'From' field"
257
  msgstr ""
258
 
259
- #: contact_form.php:504
260
  msgid "The email address of the user who fills the form will be used in the field 'From'."
261
  msgstr ""
262
 
263
- #: contact_form.php:506
264
  msgid "This email address will be used in the 'From' field."
265
  msgstr ""
266
 
267
- #: contact_form.php:510
268
  #, fuzzy
269
- msgid "Display a phone number field"
270
- msgstr "Amosar campo teléfono"
271
 
272
- #: contact_form.php:516
 
 
 
 
 
 
 
 
 
 
 
 
 
273
  msgid "Required fields"
274
  msgstr "Campo obrigatorio"
275
 
276
- #: contact_form.php:518
277
- #: contact_form.php:1016
278
  msgid "Name"
279
  msgstr "Nome"
280
 
281
- #: contact_form.php:519
282
  #, fuzzy
283
  msgid "Email Address"
284
  msgstr "Enderezo electrónico:"
285
 
286
- #: contact_form.php:520
287
- #: contact_form.php:1024
288
- msgid "Phone"
289
- msgstr "Teléfono"
290
-
291
- #: contact_form.php:521
292
- #: contact_form.php:1027
293
  msgid "Subject"
294
  msgstr "Asunto"
295
 
296
- #: contact_form.php:522
297
- #: contact_form.php:1030
298
  msgid "Message"
299
  msgstr "Mensaxe"
300
 
301
- #: contact_form.php:526
302
  #, fuzzy
303
  msgid "Display additional info in the email"
304
  msgstr "Ver Información adicional no correo"
305
 
306
- #: contact_form.php:531
307
- #: contact_form.php:988
308
  msgid "Sent from (ip address)"
309
  msgstr "Enviado desde (Enderezo IP)"
310
 
311
- #: contact_form.php:532
312
- #: contact_form.php:993
313
  msgid "Date/Time"
314
  msgstr "Data/Hora"
315
 
316
- #: contact_form.php:533
317
- #: contact_form.php:998
318
  msgid "Sent from (referer)"
319
  msgstr "Procedente de de (orixe)"
320
 
321
- #: contact_form.php:534
322
- #: contact_form.php:1003
323
  msgid "Using (user agent)"
324
  msgstr "Usando (cliente de email)"
325
 
326
- #: contact_form.php:538
327
  msgid "Language settings for the field names in the form"
328
  msgstr ""
329
 
330
- #: contact_form.php:547
331
  msgid "Add a language"
332
  msgstr ""
333
 
334
- #: contact_form.php:551
335
  msgid "Change the names of the contact form fields and error messages"
336
  msgstr "Mudar a etiqueta dos campos no Formulario de contato"
337
 
338
- #: contact_form.php:556
339
- #: contact_form.php:611
340
  msgid "English"
341
  msgstr ""
342
 
343
- #: contact_form.php:572
344
- #: contact_form.php:593
345
  msgid "Error message for the Name field"
346
  msgstr ""
347
 
348
- #: contact_form.php:573
349
- #: contact_form.php:594
 
 
 
 
 
350
  msgid "Error message for the Email field"
351
  msgstr ""
352
 
353
- #: contact_form.php:574
354
- #: contact_form.php:595
355
  msgid "Error message for the Phone field"
356
  msgstr ""
357
 
358
- #: contact_form.php:575
359
- #: contact_form.php:596
360
  msgid "Error message for the Subject field"
361
  msgstr ""
362
 
363
- #: contact_form.php:576
364
- #: contact_form.php:597
365
  msgid "Error message for the Message field"
366
  msgstr ""
367
 
368
- #: contact_form.php:577
369
- #: contact_form.php:598
370
- msgid "Error message for the Attachment field"
 
 
 
 
 
 
 
 
 
 
371
  msgstr ""
372
 
373
- #: contact_form.php:578
374
- #: contact_form.php:599
 
 
 
 
 
375
  msgid "Error message for the Captcha field"
376
  msgstr ""
377
 
378
- #: contact_form.php:579
379
- #: contact_form.php:600
380
  msgid "Error message for the whole form"
381
  msgstr ""
382
 
383
- #: contact_form.php:580
384
- #: contact_form.php:601
385
- #: contact_form.php:620
386
- #: contact_form.php:626
387
  msgid "Use shortcode"
388
  msgstr ""
389
 
390
- #: contact_form.php:580
391
- #: contact_form.php:601
392
- #: contact_form.php:620
393
- #: contact_form.php:626
394
  msgid "for this language"
395
  msgstr ""
396
 
397
- #: contact_form.php:608
398
  msgid "Action after email is sent"
399
  msgstr "Acción despois do envío de correo"
400
 
401
- #: contact_form.php:610
402
  msgid "Display text"
403
  msgstr "Mostrar a opción para anexar arquivos"
404
 
405
- #: contact_form.php:619
406
- #: contact_form.php:625
407
  msgid "Text"
408
  msgstr "Texto"
409
 
410
- #: contact_form.php:632
411
  msgid "Redirect to the page"
412
  msgstr "Redirecionar á páxina"
413
 
414
- #: contact_form.php:633
415
  msgid "Url"
416
  msgstr "URL"
417
 
418
- #: contact_form.php:638
419
  msgid "Save Changes"
420
  msgstr "Gardar as mudanzas"
421
 
422
- #: contact_form.php:685
423
  msgid "Sorry, email message could not be delivered."
424
  msgstr "Sentímoscho, o teu correo non pode ser entregado."
425
 
426
- #: contact_form.php:755
427
  msgid "You can attach the following file formats"
428
  msgstr "Podes anexar arquivos do tipo:"
429
 
430
- #: contact_form.php:1011
431
  msgid "Contact from"
432
  msgstr "Formulario de contato"
433
 
434
- #: contact_form.php:1019
435
  msgid "Email"
436
  msgstr "Correo electrónico"
437
 
438
- #: contact_form.php:1033
439
  msgid "Site"
440
  msgstr "Sitio web"
441
 
442
- #: contact_form.php:1084
443
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
444
  msgstr "Se consegues ver esta MENSAXE entón é que o teu cliente non acepta tipos MIME! Por favor utiliza un cliente máis actualizado."
445
 
446
- #: contact_form.php:1137
447
  msgid "FAQ"
448
  msgstr "Preguntas frecuentes"
449
 
450
- #: contact_form.php:1138
451
  msgid "Support"
452
  msgstr "Soporte"
453
 
454
- #: contact_form.php:1184
455
  msgid "Are you sure that you want to delete this language data?"
456
  msgstr ""
457
 
 
 
 
458
  #~ msgid "Please enter a valid email address. Settings are not saved."
459
  #~ msgstr ""
460
  #~ "Por favor intorduce un enderezo electrónico válido. Non se gardaron as "
@@ -465,6 +542,4 @@ msgstr ""
465
  #~ msgstr "Indirizzo e-mail:"
466
  #~ msgid "Install Now"
467
  #~ msgstr "Installa Ora"
468
- #~ msgid "BWS Plugins"
469
- #~ msgstr "BWS Plugins"
470
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-27 16:05+0300\n"
6
+ "PO-Revision-Date: 2013-05-27 16:05+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Paula Rios <paulacompos@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: contact_form.php:100
21
+ #, fuzzy
22
+ msgid "Pro plugins"
23
+ msgstr "BWS Plugins"
24
+
25
+ #: contact_form.php:103
26
+ #: contact_form.php:129
27
  msgid "Activated plugins"
28
  msgstr "Plugins activados"
29
 
30
+ #: contact_form.php:105
31
+ #: contact_form.php:113
32
+ #: contact_form.php:121
33
+ #: contact_form.php:131
34
+ #: contact_form.php:139
35
+ #: contact_form.php:147
36
  msgid "Read more"
37
  msgstr "Ler máis"
38
 
39
+ #: contact_form.php:105
40
+ #: contact_form.php:131
41
+ #: contact_form.php:1286
42
+ #: contact_form.php:1295
43
  msgid "Settings"
44
  msgstr "Configuracións"
45
 
46
+ #: contact_form.php:111
47
+ #: contact_form.php:137
48
  msgid "Installed plugins"
49
  msgstr "Plugins instalados"
50
 
51
+ #: contact_form.php:119
52
+ #: contact_form.php:145
53
  msgid "Recommended plugins"
54
  msgstr "Plugins recomendados"
55
 
56
+ #: contact_form.php:121
57
+ msgid "Purchase"
58
+ msgstr ""
59
+
60
+ #: contact_form.php:126
61
+ #, fuzzy
62
+ msgid "Free plugins"
63
+ msgstr "Plugins recomendados"
64
+
65
+ #: contact_form.php:147
66
  msgid "Download"
67
  msgstr "Baixar"
68
 
69
+ #: contact_form.php:147
70
  #, php-format
71
  msgid "Install %s"
72
  msgstr "Instalar %s"
73
 
74
+ #: contact_form.php:147
75
  msgid "Install now from wordpress.org"
76
  msgstr "Instalar agora desde wordpress.org"
77
 
78
+ #: contact_form.php:152
79
+ #, fuzzy
80
+ msgid "If you have any questions, please contact us via"
81
  msgstr "Se tes calquera dúbida, contacta no email plugin@bestwebsoft.com ou por medio do noso formulário de contato no sitio web."
82
 
83
+ #: contact_form.php:161
84
+ #: contact_form.php:526
85
  msgid "Contact Form Options"
86
  msgstr "Configuracións do Formulário de contato"
87
 
88
+ #: contact_form.php:161
89
  msgid "Contact Form"
90
  msgstr "Formulario de contato"
91
 
92
+ #: contact_form.php:200
93
+ #: contact_form.php:662
94
+ #: contact_form.php:688
95
  msgid "Name:"
96
  msgstr "Nome:"
97
 
98
+ #: contact_form.php:201
99
+ #: contact_form.php:663
100
+ #: contact_form.php:689
101
+ #, fuzzy
102
+ msgid "Address:"
103
+ msgstr "Enderezo electrónico:"
104
+
105
+ #: contact_form.php:202
106
+ #: contact_form.php:664
107
+ #: contact_form.php:690
108
  msgid "Email Address:"
109
  msgstr "Enderezo electrónico:"
110
 
111
+ #: contact_form.php:203
112
+ #: contact_form.php:665
113
+ #: contact_form.php:691
114
  msgid "Phone number:"
115
  msgstr "Teléfono:"
116
 
117
+ #: contact_form.php:204
118
+ #: contact_form.php:666
119
+ #: contact_form.php:692
120
  msgid "Subject:"
121
  msgstr "Asunto:"
122
 
123
+ #: contact_form.php:205
124
+ #: contact_form.php:667
125
+ #: contact_form.php:693
126
  msgid "Message:"
127
  msgstr "Mensaxe:"
128
 
129
+ #: contact_form.php:206
130
+ #: contact_form.php:668
131
+ #: contact_form.php:694
132
  msgid "Attachment:"
133
  msgstr "Anexo:"
134
 
135
+ #: contact_form.php:207
136
+ #: contact_form.php:262
137
+ #: contact_form.php:669
138
+ #: contact_form.php:695
139
  msgid "Send me a copy"
140
  msgstr "Enviarme unha copia"
141
 
142
+ #: contact_form.php:208
143
+ #: contact_form.php:670
144
+ #: contact_form.php:696
145
  msgid "Submit"
146
  msgstr "Enviar"
147
 
148
+ #: contact_form.php:209
149
  msgid "Your name is required."
150
  msgstr "O teu nome é obrigatorio."
151
 
152
+ #: contact_form.php:210
153
+ #, fuzzy
154
+ msgid "Address is required."
155
+ msgstr "É obrigatorio un enderezo de correo válido."
156
+
157
+ #: contact_form.php:211
158
  #, fuzzy
159
  msgid "A valid email address is required."
160
  msgstr "É obrigatorio un enderezo de correo válido."
161
 
162
+ #: contact_form.php:212
163
+ #: contact_form.php:257
164
+ #: contact_form.php:260
165
  msgid "Phone number is required."
166
  msgstr "O teléfono é obrigatorio."
167
 
168
+ #: contact_form.php:213
169
+ #: contact_form.php:256
170
+ #: contact_form.php:259
171
  msgid "Subject is required."
172
  msgstr "O Assunto é obrigatorio."
173
 
174
+ #: contact_form.php:214
175
+ #: contact_form.php:255
176
+ #: contact_form.php:258
177
  msgid "Message text is required."
178
  msgstr "O texto da Mensaxe é obrigatorio."
179
 
180
+ #: contact_form.php:215
181
  msgid "File format is not valid."
182
  msgstr "Non é posíbel anexar o arquivo. "
183
 
184
+ #: contact_form.php:216
185
+ msgid "File upload error."
186
+ msgstr ""
187
+
188
+ #: contact_form.php:217
189
+ msgid "The file could not be uploaded."
190
+ msgstr ""
191
+
192
+ #: contact_form.php:218
193
+ msgid "This file is too large."
194
+ msgstr ""
195
+
196
+ #: contact_form.php:219
197
  msgid "Please fill out the CAPTCHA."
198
  msgstr "Por favor, completa o CAPTCHA."
199
 
200
+ #: contact_form.php:220
201
  msgid "Please make corrections below and try again."
202
  msgstr "Por favor, fai as correccións abaixo e tenta enviar de novo a mensaxe."
203
 
204
+ #: contact_form.php:222
205
  msgid "Thank you for contacting us."
206
  msgstr "Moitas grazas contatares con nós."
207
 
208
+ #: contact_form.php:481
209
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
210
  msgstr "Se seleccionas a opción de Redireccionar para a páxina, tes que engadir un URL no seguinte campo"
211
 
212
+ #: contact_form.php:490
213
  msgid "Such user does not exist. Settings are not saved."
214
  msgstr "Non existe esta persoa usuaria. No se gardaron as configuracións."
215
 
216
+ #: contact_form.php:495
217
+ #: contact_form.php:501
218
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
219
  msgstr "Por favor intorduce un enderezo electrónico válido. Non se gardaron as configuracións."
220
 
221
+ #: contact_form.php:506
222
  msgid "Options saved."
223
  msgstr "Configuracións gardadas."
224
 
225
+ #: contact_form.php:531
226
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
227
  msgstr "Se queres engadir o Formulário de Contato no seu sitio web, só tes que copiar e colar este código no artigo, páxina ou widget:"
228
 
229
+ #: contact_form.php:532
230
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
231
  msgstr "Se a inforación nos campos abaixo está baleira, as mensaxes han ser enviadas para um enderezo que xa foi especificado durante o rexistro."
232
 
233
+ #: contact_form.php:536
234
  msgid "The user's email address:"
235
  msgstr "Usar o enderezo dunha das persoas usuarias:"
236
 
237
+ #: contact_form.php:540
238
  msgid "Create a username"
239
  msgstr "Seleciona o nome da persoa usuaria"
240
 
241
+ #: contact_form.php:545
242
  msgid "Enter a username of the person who should get the messages from the contact form."
243
  msgstr "Determina a persoa usuaria que recibirá as mensaxes enviadas polo Formulario de Contato."
244
 
245
+ #: contact_form.php:549
246
  msgid "Use this email address:"
247
  msgstr "Usar este enderezo electrónico:"
248
 
249
+ #: contact_form.php:552
250
  msgid "Enter the email address you want the messages forwarded to."
251
  msgstr "Configura o enderezo electrónico que vai ser usado para recibires as mensaxes."
252
 
253
+ #: contact_form.php:556
254
  msgid "Additional options"
255
  msgstr "Opcións adicionais"
256
 
257
+ #: contact_form.php:559
258
  msgid "Display Attachment block"
259
  msgstr "Mostrar a opción para anexar arquivos"
260
 
261
+ #: contact_form.php:561
262
  msgid "Users can attach the following file formats"
263
  msgstr "As persoas usuarias poden anexar arquivos do tipo:"
264
 
265
+ #: contact_form.php:565
266
  msgid "Display Attachment tips"
267
  msgstr "Ver as explicacións dos anexos"
268
 
269
+ #: contact_form.php:567
270
  msgid "Display tips below the Attachment block"
271
  msgstr "Amosar explicacións tras o bloqueo de arquivos adxuntos"
272
 
273
+ #: contact_form.php:571
274
  msgid "Display Send me a copy block"
275
  msgstr "Mostrar a opción Enviarme unha cópia"
276
 
277
+ #: contact_form.php:577
278
  msgid "What to use?"
279
  msgstr "Que queres usar?"
280
 
281
+ #: contact_form.php:580
282
  msgid "Wp-mail"
283
  msgstr "Wp-mail"
284
 
285
+ #: contact_form.php:581
286
  msgid "You can use the wp_mail function for mailing"
287
  msgstr "Para enviar o correo podes usar a función wp_mail do WordPress"
288
 
289
+ #: contact_form.php:587
290
  msgid "Mail"
291
  msgstr "Enderezo electrónico"
292
 
293
+ #: contact_form.php:588
294
  msgid "To send mail you can use the php mail function"
295
  msgstr "Para enviar o correo podes usar a función php mail"
296
 
297
+ #: contact_form.php:592
298
  msgid "Change text of the 'FROM' field"
299
  msgstr "Mudar campos do formulario de contato"
300
 
301
+ #: contact_form.php:598
302
  msgid "Enter the email address in the 'From' field"
303
  msgstr ""
304
 
305
+ #: contact_form.php:600
306
  msgid "The email address of the user who fills the form will be used in the field 'From'."
307
  msgstr ""
308
 
309
+ #: contact_form.php:602
310
  msgid "This email address will be used in the 'From' field."
311
  msgstr ""
312
 
313
+ #: contact_form.php:606
314
  #, fuzzy
315
+ msgid "Display fields"
316
+ msgstr "Mostrar a opción para anexar arquivos"
317
 
318
+ #: contact_form.php:608
319
+ #: contact_form.php:616
320
+ #: contact_form.php:1175
321
+ #, fuzzy
322
+ msgid "Address"
323
+ msgstr "Enderezo electrónico:"
324
+
325
+ #: contact_form.php:609
326
+ #: contact_form.php:618
327
+ #: contact_form.php:1183
328
+ msgid "Phone"
329
+ msgstr "Teléfono"
330
+
331
+ #: contact_form.php:613
332
  msgid "Required fields"
333
  msgstr "Campo obrigatorio"
334
 
335
+ #: contact_form.php:615
336
+ #: contact_form.php:1170
337
  msgid "Name"
338
  msgstr "Nome"
339
 
340
+ #: contact_form.php:617
341
  #, fuzzy
342
  msgid "Email Address"
343
  msgstr "Enderezo electrónico:"
344
 
345
+ #: contact_form.php:619
346
+ #: contact_form.php:1186
 
 
 
 
 
347
  msgid "Subject"
348
  msgstr "Asunto"
349
 
350
+ #: contact_form.php:620
351
+ #: contact_form.php:1189
352
  msgid "Message"
353
  msgstr "Mensaxe"
354
 
355
+ #: contact_form.php:624
356
  #, fuzzy
357
  msgid "Display additional info in the email"
358
  msgstr "Ver Información adicional no correo"
359
 
360
+ #: contact_form.php:629
361
+ #: contact_form.php:1142
362
  msgid "Sent from (ip address)"
363
  msgstr "Enviado desde (Enderezo IP)"
364
 
365
+ #: contact_form.php:630
366
+ #: contact_form.php:1147
367
  msgid "Date/Time"
368
  msgstr "Data/Hora"
369
 
370
+ #: contact_form.php:631
371
+ #: contact_form.php:1152
372
  msgid "Sent from (referer)"
373
  msgstr "Procedente de de (orixe)"
374
 
375
+ #: contact_form.php:632
376
+ #: contact_form.php:1157
377
  msgid "Using (user agent)"
378
  msgstr "Usando (cliente de email)"
379
 
380
+ #: contact_form.php:636
381
  msgid "Language settings for the field names in the form"
382
  msgstr ""
383
 
384
+ #: contact_form.php:645
385
  msgid "Add a language"
386
  msgstr ""
387
 
388
+ #: contact_form.php:649
389
  msgid "Change the names of the contact form fields and error messages"
390
  msgstr "Mudar a etiqueta dos campos no Formulario de contato"
391
 
392
+ #: contact_form.php:654
393
+ #: contact_form.php:719
394
  msgid "English"
395
  msgstr ""
396
 
397
+ #: contact_form.php:671
398
+ #: contact_form.php:697
399
  msgid "Error message for the Name field"
400
  msgstr ""
401
 
402
+ #: contact_form.php:672
403
+ #: contact_form.php:698
404
+ msgid "Error message for the Address field"
405
+ msgstr ""
406
+
407
+ #: contact_form.php:673
408
+ #: contact_form.php:699
409
  msgid "Error message for the Email field"
410
  msgstr ""
411
 
412
+ #: contact_form.php:674
413
+ #: contact_form.php:700
414
  msgid "Error message for the Phone field"
415
  msgstr ""
416
 
417
+ #: contact_form.php:675
418
+ #: contact_form.php:701
419
  msgid "Error message for the Subject field"
420
  msgstr ""
421
 
422
+ #: contact_form.php:676
423
+ #: contact_form.php:702
424
  msgid "Error message for the Message field"
425
  msgstr ""
426
 
427
+ #: contact_form.php:677
428
+ #: contact_form.php:703
429
+ msgid "Error message about the file type for the Attachment field"
430
+ msgstr ""
431
+
432
+ #: contact_form.php:678
433
+ #: contact_form.php:704
434
+ msgid "Error message while uploading a file for the Attachment field to the server"
435
+ msgstr ""
436
+
437
+ #: contact_form.php:679
438
+ #: contact_form.php:705
439
+ msgid "Error message while moving the file for the Attachment field"
440
  msgstr ""
441
 
442
+ #: contact_form.php:680
443
+ #: contact_form.php:706
444
+ msgid "Error message when file size limit for the Attachment field is exceeded"
445
+ msgstr ""
446
+
447
+ #: contact_form.php:681
448
+ #: contact_form.php:707
449
  msgid "Error message for the Captcha field"
450
  msgstr ""
451
 
452
+ #: contact_form.php:682
453
+ #: contact_form.php:708
454
  msgid "Error message for the whole form"
455
  msgstr ""
456
 
457
+ #: contact_form.php:683
458
+ #: contact_form.php:709
459
+ #: contact_form.php:728
460
+ #: contact_form.php:734
461
  msgid "Use shortcode"
462
  msgstr ""
463
 
464
+ #: contact_form.php:683
465
+ #: contact_form.php:709
466
+ #: contact_form.php:728
467
+ #: contact_form.php:734
468
  msgid "for this language"
469
  msgstr ""
470
 
471
+ #: contact_form.php:716
472
  msgid "Action after email is sent"
473
  msgstr "Acción despois do envío de correo"
474
 
475
+ #: contact_form.php:718
476
  msgid "Display text"
477
  msgstr "Mostrar a opción para anexar arquivos"
478
 
479
+ #: contact_form.php:727
480
+ #: contact_form.php:733
481
  msgid "Text"
482
  msgstr "Texto"
483
 
484
+ #: contact_form.php:740
485
  msgid "Redirect to the page"
486
  msgstr "Redirecionar á páxina"
487
 
488
+ #: contact_form.php:741
489
  msgid "Url"
490
  msgstr "URL"
491
 
492
+ #: contact_form.php:746
493
  msgid "Save Changes"
494
  msgstr "Gardar as mudanzas"
495
 
496
+ #: contact_form.php:795
497
  msgid "Sorry, email message could not be delivered."
498
  msgstr "Sentímoscho, o teu correo non pode ser entregado."
499
 
500
+ #: contact_form.php:879
501
  msgid "You can attach the following file formats"
502
  msgstr "Podes anexar arquivos do tipo:"
503
 
504
+ #: contact_form.php:1165
505
  msgid "Contact from"
506
  msgstr "Formulario de contato"
507
 
508
+ #: contact_form.php:1178
509
  msgid "Email"
510
  msgstr "Correo electrónico"
511
 
512
+ #: contact_form.php:1192
513
  msgid "Site"
514
  msgstr "Sitio web"
515
 
516
+ #: contact_form.php:1243
517
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
518
  msgstr "Se consegues ver esta MENSAXE entón é que o teu cliente non acepta tipos MIME! Por favor utiliza un cliente máis actualizado."
519
 
520
+ #: contact_form.php:1296
521
  msgid "FAQ"
522
  msgstr "Preguntas frecuentes"
523
 
524
+ #: contact_form.php:1297
525
  msgid "Support"
526
  msgstr "Soporte"
527
 
528
+ #: contact_form.php:1345
529
  msgid "Are you sure that you want to delete this language data?"
530
  msgstr ""
531
 
532
+ #, fuzzy
533
+ #~ msgid "Display a phone number field"
534
+ #~ msgstr "Amosar campo teléfono"
535
  #~ msgid "Please enter a valid email address. Settings are not saved."
536
  #~ msgstr ""
537
  #~ "Por favor intorduce un enderezo electrónico válido. Non se gardaron as "
542
  #~ msgstr "Indirizzo e-mail:"
543
  #~ msgid "Install Now"
544
  #~ msgstr "Installa Ora"
 
 
545
 
languages/contact_form-he_IL.mo CHANGED
Binary file
languages/contact_form-he_IL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Contact Form Plugin v3.20\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 15:09+0300\n"
6
- "PO-Revision-Date: 2013-04-22 15:09+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -19,517 +19,598 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ contact_form
22
- #: contact_form.php:78
 
 
 
 
 
 
 
23
  msgid "Activated plugins"
24
  msgstr "תוספים פעילים"
25
 
26
  # @ contact_form
27
- #: contact_form.php:80
28
- #: contact_form.php:88
29
- #: contact_form.php:96
 
 
 
30
  msgid "Read more"
31
  msgstr "קרא עוד"
32
 
33
  # @ contact_form
34
- #: contact_form.php:80
35
- #: contact_form.php:1127
36
- #: contact_form.php:1136
 
37
  msgid "Settings"
38
  msgstr "הגדרות"
39
 
40
  # @ contact_form
41
- #: contact_form.php:86
 
42
  msgid "Installed plugins"
43
  msgstr "תוספים מותקנים"
44
 
45
  # @ contact_form
46
- #: contact_form.php:94
 
47
  msgid "Recommended plugins"
48
  msgstr "תוספים מומלצים"
49
 
 
 
 
 
50
  # @ contact_form
51
- #: contact_form.php:96
 
 
 
 
 
 
52
  msgid "Download"
53
  msgstr "הורד"
54
 
55
  # @ default
56
- #: contact_form.php:96
57
  #, php-format
58
  msgid "Install %s"
59
  msgstr ""
60
 
61
  # @ contact_form
62
- #: contact_form.php:96
63
  msgid "Install now from wordpress.org"
64
  msgstr "התקן כעת מ wordpress.org"
65
 
66
  # @ contact_form
67
- #: contact_form.php:98
68
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
 
69
  msgstr "אם יש לך שאלות כלשהן, אנא צור עמנו קשר דרך plugin@bestwebsoft.com או שתמלא את טופס יצירת הקשר באתר שלנו"
70
 
71
  # @ contact_form
72
- #: contact_form.php:110
73
- #: contact_form.php:430
74
  msgid "Contact Form Options"
75
  msgstr "אפשרויות טופס צור קשר"
76
 
77
  # @ contact_form
78
- #: contact_form.php:110
79
  msgid "Contact Form"
80
  msgstr "טופס צור קשר"
81
 
82
  # @ contact_form
83
- #: contact_form.php:147
84
- #: contact_form.php:564
85
- #: contact_form.php:585
86
  msgid "Name:"
87
  msgstr "שם:"
88
 
89
  # @ contact_form
90
- #: contact_form.php:148
91
- #: contact_form.php:565
92
- #: contact_form.php:586
 
 
 
 
 
 
 
 
93
  msgid "Email Address:"
94
  msgstr "כתובת דוא\\\"ל:"
95
 
96
- #: contact_form.php:149
97
- #: contact_form.php:566
98
- #: contact_form.php:587
99
  msgid "Phone number:"
100
  msgstr ""
101
 
102
  # @ contact_form
103
- #: contact_form.php:150
104
- #: contact_form.php:567
105
- #: contact_form.php:588
106
  msgid "Subject:"
107
  msgstr "נושא:"
108
 
109
  # @ contact_form
110
- #: contact_form.php:151
111
- #: contact_form.php:568
112
- #: contact_form.php:589
113
  msgid "Message:"
114
  msgstr "הודעה:"
115
 
116
  # @ contact_form
117
- #: contact_form.php:152
118
- #: contact_form.php:569
119
- #: contact_form.php:590
120
  msgid "Attachment:"
121
  msgstr "קובץ מצורף:"
122
 
123
  # @ contact_form
124
- #: contact_form.php:153
125
- #: contact_form.php:199
126
- #: contact_form.php:570
127
- #: contact_form.php:591
128
  msgid "Send me a copy"
129
  msgstr "שלח לי עותק"
130
 
131
  # @ contact_form
132
- #: contact_form.php:154
133
- #: contact_form.php:571
134
- #: contact_form.php:592
135
  msgid "Submit"
136
  msgstr "שלח"
137
 
138
  # @ contact_form
139
- #: contact_form.php:155
140
  msgid "Your name is required."
141
  msgstr "השם שלך הכרחי."
142
 
143
  # @ contact_form
144
- #: contact_form.php:156
 
 
 
 
 
 
145
  #, fuzzy
146
  msgid "A valid email address is required."
147
  msgstr "כתובת מייל תקנית הכרחית."
148
 
149
  # @ contact_form
150
- #: contact_form.php:157
151
- #: contact_form.php:194
152
- #: contact_form.php:197
153
  #, fuzzy
154
  msgid "Phone number is required."
155
  msgstr "השם שלך הכרחי."
156
 
157
  # @ contact_form
158
- #: contact_form.php:158
159
- #: contact_form.php:193
160
- #: contact_form.php:196
161
  msgid "Subject is required."
162
  msgstr "הנושא הכרחי."
163
 
164
  # @ contact_form
165
- #: contact_form.php:159
166
- #: contact_form.php:192
167
- #: contact_form.php:195
168
  msgid "Message text is required."
169
  msgstr "מילוי שדה ההודעה הכרחי."
170
 
171
  # @ contact_form
172
- #: contact_form.php:160
173
  msgid "File format is not valid."
174
  msgstr "הקובץ המצורף שבור"
175
 
 
 
 
 
 
 
 
 
 
 
 
 
176
  # @ contact_form
177
- #: contact_form.php:161
178
  msgid "Please fill out the CAPTCHA."
179
  msgstr "אנא השלם את קוד האימות."
180
 
181
  # @ contact_form
182
- #: contact_form.php:162
183
  msgid "Please make corrections below and try again."
184
  msgstr "אנא עשה תיקונים להלן ונסה שוב."
185
 
186
  # @ contact_form
187
- #: contact_form.php:164
188
  msgid "Thank you for contacting us."
189
  msgstr "תודה שיצרת עמנו קשר."
190
 
191
  # @ contact_form
192
- #: contact_form.php:385
193
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
194
  msgstr "אם האפשרות 'הפנה מחדש לדף' מסומנת אז חייבים למלא את שדה כתובת ה URL בפורמט הבא"
195
 
196
  # @ contact_form
197
- #: contact_form.php:394
198
  msgid "Such user does not exist. Settings are not saved."
199
  msgstr "משתמש כזה אינו קיים. ההגדרות לא נשמרו."
200
 
201
  # @ contact_form
202
- #: contact_form.php:399
203
- #: contact_form.php:405
204
  #, fuzzy
205
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
206
  msgstr "בבקשה הזן כתובת מייל נכונה. ההגדרות לא נשמרו."
207
 
208
  # @ contact_form
209
- #: contact_form.php:410
210
  msgid "Options saved."
211
  msgstr "האפשרויות נשמרו."
212
 
213
  # @ contact_form
214
- #: contact_form.php:435
215
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
216
  msgstr "אם אתה מעוניין להוסיף טופס צור קשר לאתר שלך, פשוט העתק את קיצור הקוד שלהלן אל הפוסט או הדף או הוידג'ט שלך:"
217
 
218
  # @ contact_form
219
- #: contact_form.php:436
220
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
221
  msgstr "אם השדות שלהלן ריקים, אז המייל יישלח אל לכתובת שצוינה בעת ההרשמה."
222
 
223
  # @ contact_form
224
- #: contact_form.php:440
225
  msgid "The user's email address:"
226
  msgstr "השתמש במייל של משתמש וורדפרס:"
227
 
228
  # @ contact_form
229
- #: contact_form.php:444
230
  msgid "Create a username"
231
  msgstr "בחר שם משתמש"
232
 
233
  # @ contact_form
234
- #: contact_form.php:449
235
  msgid "Enter a username of the person who should get the messages from the contact form."
236
  msgstr "הגדר שם משתמש, אשר יקבל את ההודעות הנשלחות דרך טופס יצירת הקשר."
237
 
238
  # @ contact_form
239
- #: contact_form.php:453
240
  msgid "Use this email address:"
241
  msgstr "השתמש במייל זה:"
242
 
243
  # @ contact_form
244
- #: contact_form.php:456
245
  msgid "Enter the email address you want the messages forwarded to."
246
  msgstr "הגדר כתובת מייל שתשמש לקבלת הודעות."
247
 
248
  # @ contact_form
249
- #: contact_form.php:460
250
  msgid "Additional options"
251
  msgstr "אפשרויות נוספות"
252
 
253
  # @ contact_form
254
- #: contact_form.php:463
255
  msgid "Display Attachment block"
256
  msgstr "הצג אפשרות קובץ מצורף"
257
 
258
  # @ contact_form
259
- #: contact_form.php:465
260
  msgid "Users can attach the following file formats"
261
  msgstr "משתמשים יוכלו לצרף קבצים מהסוגים הבאים"
262
 
263
  # @ contact_form
264
- #: contact_form.php:469
265
  msgid "Display Attachment tips"
266
  msgstr "הצג הסברי קובץ מצורף"
267
 
268
  # @ contact_form
269
- #: contact_form.php:471
270
  msgid "Display tips below the Attachment block"
271
  msgstr "הצג את ההסברים אחרי תיבת הקובץ המצורף"
272
 
273
  # @ contact_form
274
- #: contact_form.php:475
275
  msgid "Display Send me a copy block"
276
  msgstr "הצג תיבת שלח לי עותק"
277
 
278
  # @ contact_form
279
- #: contact_form.php:481
280
  msgid "What to use?"
281
  msgstr "איזה שימוש?"
282
 
283
  # @ mail-send
284
- #: contact_form.php:484
285
  msgid "Wp-mail"
286
  msgstr ""
287
 
288
  # @ mail_send
289
- #: contact_form.php:485
290
  msgid "You can use the wp_mail function for mailing"
291
  msgstr ""
292
 
293
  # @ mail-send
294
- #: contact_form.php:491
295
  msgid "Mail"
296
  msgstr ""
297
 
298
  # @ mail_send
299
- #: contact_form.php:492
300
  msgid "To send mail you can use the php mail function"
301
  msgstr ""
302
 
303
  # @ contact_form
304
- #: contact_form.php:496
305
  #, fuzzy
306
  msgid "Change text of the 'FROM' field"
307
  msgstr "שנה את השדות של טופס יצירת הקשר"
308
 
309
- #: contact_form.php:502
310
  msgid "Enter the email address in the 'From' field"
311
  msgstr ""
312
 
313
- #: contact_form.php:504
314
  msgid "The email address of the user who fills the form will be used in the field 'From'."
315
  msgstr ""
316
 
317
- #: contact_form.php:506
318
  msgid "This email address will be used in the 'From' field."
319
  msgstr ""
320
 
321
- #: contact_form.php:510
322
- msgid "Display a phone number field"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
323
  msgstr ""
324
 
325
- #: contact_form.php:516
326
  msgid "Required fields"
327
  msgstr ""
328
 
329
  # @ contact_form
330
- #: contact_form.php:518
331
- #: contact_form.php:1016
332
  msgid "Name"
333
  msgstr "שם"
334
 
335
  # @ contact_form
336
- #: contact_form.php:519
337
  #, fuzzy
338
  msgid "Email Address"
339
  msgstr "כתובת דוא\\\"ל:"
340
 
341
- #: contact_form.php:520
342
- #: contact_form.php:1024
343
- msgid "Phone"
344
- msgstr ""
345
-
346
  # @ contact_form
347
- #: contact_form.php:521
348
- #: contact_form.php:1027
349
  msgid "Subject"
350
  msgstr "נושא"
351
 
352
  # @ contact_form
353
- #: contact_form.php:522
354
- #: contact_form.php:1030
355
  msgid "Message"
356
  msgstr "תוכן ההודעה"
357
 
358
  # @ contact_form
359
- #: contact_form.php:526
360
  #, fuzzy
361
  msgid "Display additional info in the email"
362
  msgstr "הצג מידע נוסף במייל"
363
 
364
  # @ contact_form
365
- #: contact_form.php:531
366
- #: contact_form.php:988
367
  msgid "Sent from (ip address)"
368
  msgstr "נשלח מ (כתובת IP)"
369
 
370
  # @ contact_form
371
- #: contact_form.php:532
372
- #: contact_form.php:993
373
  msgid "Date/Time"
374
  msgstr "תאריך\\שעה"
375
 
376
  # @ contact_form
377
- #: contact_form.php:533
378
- #: contact_form.php:998
379
  msgid "Sent from (referer)"
380
  msgstr "מגיע מ (השולח)"
381
 
382
  # @ contact_form
383
- #: contact_form.php:534
384
- #: contact_form.php:1003
385
  msgid "Using (user agent)"
386
  msgstr "משתמש ב (user agent)"
387
 
388
- #: contact_form.php:538
389
  msgid "Language settings for the field names in the form"
390
  msgstr ""
391
 
392
- #: contact_form.php:547
393
  msgid "Add a language"
394
  msgstr ""
395
 
396
  # @ contact_form
397
- #: contact_form.php:551
398
  #, fuzzy
399
  msgid "Change the names of the contact form fields and error messages"
400
  msgstr "שנה את תוויות הטופס"
401
 
402
- #: contact_form.php:556
403
- #: contact_form.php:611
404
  msgid "English"
405
  msgstr ""
406
 
407
- #: contact_form.php:572
408
- #: contact_form.php:593
409
  msgid "Error message for the Name field"
410
  msgstr ""
411
 
412
- #: contact_form.php:573
413
- #: contact_form.php:594
 
 
 
 
 
414
  msgid "Error message for the Email field"
415
  msgstr ""
416
 
417
- #: contact_form.php:574
418
- #: contact_form.php:595
419
  msgid "Error message for the Phone field"
420
  msgstr ""
421
 
422
- #: contact_form.php:575
423
- #: contact_form.php:596
424
  msgid "Error message for the Subject field"
425
  msgstr ""
426
 
427
- #: contact_form.php:576
428
- #: contact_form.php:597
429
  msgid "Error message for the Message field"
430
  msgstr ""
431
 
432
- #: contact_form.php:577
433
- #: contact_form.php:598
434
- msgid "Error message for the Attachment field"
 
 
 
 
 
435
  msgstr ""
436
 
437
- #: contact_form.php:578
438
- #: contact_form.php:599
 
 
 
 
 
 
 
 
 
 
439
  msgid "Error message for the Captcha field"
440
  msgstr ""
441
 
442
- #: contact_form.php:579
443
- #: contact_form.php:600
444
  msgid "Error message for the whole form"
445
  msgstr ""
446
 
447
- #: contact_form.php:580
448
- #: contact_form.php:601
449
- #: contact_form.php:620
450
- #: contact_form.php:626
451
  msgid "Use shortcode"
452
  msgstr ""
453
 
454
- #: contact_form.php:580
455
- #: contact_form.php:601
456
- #: contact_form.php:620
457
- #: contact_form.php:626
458
  msgid "for this language"
459
  msgstr ""
460
 
461
  # @ contact_form
462
- #: contact_form.php:608
463
  msgid "Action after email is sent"
464
  msgstr "הפעולה שלאחר שליחת הטופס"
465
 
466
  # @ contact_form
467
- #: contact_form.php:610
468
  msgid "Display text"
469
  msgstr "הטקסט המוצג"
470
 
471
  # @ contact_form
472
- #: contact_form.php:619
473
- #: contact_form.php:625
474
  msgid "Text"
475
  msgstr "טקסט"
476
 
477
  # @ contact_form
478
- #: contact_form.php:632
479
  msgid "Redirect to the page"
480
  msgstr "הפנה אל הדף"
481
 
482
  # @ contact_form
483
- #: contact_form.php:633
484
  msgid "Url"
485
  msgstr "URL"
486
 
487
  # @ default
488
- #: contact_form.php:638
489
  msgid "Save Changes"
490
  msgstr ""
491
 
492
  # @ contact_form
493
- #: contact_form.php:685
494
  msgid "Sorry, email message could not be delivered."
495
  msgstr "מצטערים, אי אפשר היה לשלוח את המייל שלך."
496
 
497
  # @ contact_form
498
- #: contact_form.php:755
499
  msgid "You can attach the following file formats"
500
  msgstr "אתה יכול לצרף קבצים מן הסוגים הבאים"
501
 
502
  # @ contact_form
503
- #: contact_form.php:1011
504
  msgid "Contact from"
505
  msgstr "טופס צור קשר"
506
 
507
  # @ contact_form
508
- #: contact_form.php:1019
509
  msgid "Email"
510
  msgstr "כתובת מייל"
511
 
512
  # @ contact_form
513
- #: contact_form.php:1033
514
  msgid "Site"
515
  msgstr "אתר"
516
 
517
  # @ contact_form
518
- #: contact_form.php:1084
519
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
520
  msgstr "אם אתה יכול לראות את ה MIME הזה, אז הלקוח שלך אינו יכול לקבל סוגי MIME!"
521
 
522
  # @ contact_form
523
- #: contact_form.php:1137
524
  msgid "FAQ"
525
  msgstr "שאלות ותשובות"
526
 
527
  # @ contact_form
528
- #: contact_form.php:1138
529
  msgid "Support"
530
  msgstr "תמיכה"
531
 
532
- #: contact_form.php:1184
533
  msgid "Are you sure that you want to delete this language data?"
534
  msgstr ""
535
 
2
  msgstr ""
3
  "Project-Id-Version: Contact Form Plugin v3.20\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-27 16:05+0300\n"
6
+ "PO-Revision-Date: 2013-05-27 16:05+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ contact_form
22
+ #: contact_form.php:100
23
+ #, fuzzy
24
+ msgid "Pro plugins"
25
+ msgstr "תוספים מומלצים"
26
+
27
+ # @ contact_form
28
+ #: contact_form.php:103
29
+ #: contact_form.php:129
30
  msgid "Activated plugins"
31
  msgstr "תוספים פעילים"
32
 
33
  # @ contact_form
34
+ #: contact_form.php:105
35
+ #: contact_form.php:113
36
+ #: contact_form.php:121
37
+ #: contact_form.php:131
38
+ #: contact_form.php:139
39
+ #: contact_form.php:147
40
  msgid "Read more"
41
  msgstr "קרא עוד"
42
 
43
  # @ contact_form
44
+ #: contact_form.php:105
45
+ #: contact_form.php:131
46
+ #: contact_form.php:1286
47
+ #: contact_form.php:1295
48
  msgid "Settings"
49
  msgstr "הגדרות"
50
 
51
  # @ contact_form
52
+ #: contact_form.php:111
53
+ #: contact_form.php:137
54
  msgid "Installed plugins"
55
  msgstr "תוספים מותקנים"
56
 
57
  # @ contact_form
58
+ #: contact_form.php:119
59
+ #: contact_form.php:145
60
  msgid "Recommended plugins"
61
  msgstr "תוספים מומלצים"
62
 
63
+ #: contact_form.php:121
64
+ msgid "Purchase"
65
+ msgstr ""
66
+
67
  # @ contact_form
68
+ #: contact_form.php:126
69
+ #, fuzzy
70
+ msgid "Free plugins"
71
+ msgstr "תוספים מומלצים"
72
+
73
+ # @ contact_form
74
+ #: contact_form.php:147
75
  msgid "Download"
76
  msgstr "הורד"
77
 
78
  # @ default
79
+ #: contact_form.php:147
80
  #, php-format
81
  msgid "Install %s"
82
  msgstr ""
83
 
84
  # @ contact_form
85
+ #: contact_form.php:147
86
  msgid "Install now from wordpress.org"
87
  msgstr "התקן כעת מ wordpress.org"
88
 
89
  # @ contact_form
90
+ #: contact_form.php:152
91
+ #, fuzzy
92
+ msgid "If you have any questions, please contact us via"
93
  msgstr "אם יש לך שאלות כלשהן, אנא צור עמנו קשר דרך plugin@bestwebsoft.com או שתמלא את טופס יצירת הקשר באתר שלנו"
94
 
95
  # @ contact_form
96
+ #: contact_form.php:161
97
+ #: contact_form.php:526
98
  msgid "Contact Form Options"
99
  msgstr "אפשרויות טופס צור קשר"
100
 
101
  # @ contact_form
102
+ #: contact_form.php:161
103
  msgid "Contact Form"
104
  msgstr "טופס צור קשר"
105
 
106
  # @ contact_form
107
+ #: contact_form.php:200
108
+ #: contact_form.php:662
109
+ #: contact_form.php:688
110
  msgid "Name:"
111
  msgstr "שם:"
112
 
113
  # @ contact_form
114
+ #: contact_form.php:201
115
+ #: contact_form.php:663
116
+ #: contact_form.php:689
117
+ #, fuzzy
118
+ msgid "Address:"
119
+ msgstr "כתובת דוא\\\"ל:"
120
+
121
+ # @ contact_form
122
+ #: contact_form.php:202
123
+ #: contact_form.php:664
124
+ #: contact_form.php:690
125
  msgid "Email Address:"
126
  msgstr "כתובת דוא\\\"ל:"
127
 
128
+ #: contact_form.php:203
129
+ #: contact_form.php:665
130
+ #: contact_form.php:691
131
  msgid "Phone number:"
132
  msgstr ""
133
 
134
  # @ contact_form
135
+ #: contact_form.php:204
136
+ #: contact_form.php:666
137
+ #: contact_form.php:692
138
  msgid "Subject:"
139
  msgstr "נושא:"
140
 
141
  # @ contact_form
142
+ #: contact_form.php:205
143
+ #: contact_form.php:667
144
+ #: contact_form.php:693
145
  msgid "Message:"
146
  msgstr "הודעה:"
147
 
148
  # @ contact_form
149
+ #: contact_form.php:206
150
+ #: contact_form.php:668
151
+ #: contact_form.php:694
152
  msgid "Attachment:"
153
  msgstr "קובץ מצורף:"
154
 
155
  # @ contact_form
156
+ #: contact_form.php:207
157
+ #: contact_form.php:262
158
+ #: contact_form.php:669
159
+ #: contact_form.php:695
160
  msgid "Send me a copy"
161
  msgstr "שלח לי עותק"
162
 
163
  # @ contact_form
164
+ #: contact_form.php:208
165
+ #: contact_form.php:670
166
+ #: contact_form.php:696
167
  msgid "Submit"
168
  msgstr "שלח"
169
 
170
  # @ contact_form
171
+ #: contact_form.php:209
172
  msgid "Your name is required."
173
  msgstr "השם שלך הכרחי."
174
 
175
  # @ contact_form
176
+ #: contact_form.php:210
177
+ #, fuzzy
178
+ msgid "Address is required."
179
+ msgstr "כתובת מייל תקנית הכרחית."
180
+
181
+ # @ contact_form
182
+ #: contact_form.php:211
183
  #, fuzzy
184
  msgid "A valid email address is required."
185
  msgstr "כתובת מייל תקנית הכרחית."
186
 
187
  # @ contact_form
188
+ #: contact_form.php:212
189
+ #: contact_form.php:257
190
+ #: contact_form.php:260
191
  #, fuzzy
192
  msgid "Phone number is required."
193
  msgstr "השם שלך הכרחי."
194
 
195
  # @ contact_form
196
+ #: contact_form.php:213
197
+ #: contact_form.php:256
198
+ #: contact_form.php:259
199
  msgid "Subject is required."
200
  msgstr "הנושא הכרחי."
201
 
202
  # @ contact_form
203
+ #: contact_form.php:214
204
+ #: contact_form.php:255
205
+ #: contact_form.php:258
206
  msgid "Message text is required."
207
  msgstr "מילוי שדה ההודעה הכרחי."
208
 
209
  # @ contact_form
210
+ #: contact_form.php:215
211
  msgid "File format is not valid."
212
  msgstr "הקובץ המצורף שבור"
213
 
214
+ #: contact_form.php:216
215
+ msgid "File upload error."
216
+ msgstr ""
217
+
218
+ #: contact_form.php:217
219
+ msgid "The file could not be uploaded."
220
+ msgstr ""
221
+
222
+ #: contact_form.php:218
223
+ msgid "This file is too large."
224
+ msgstr ""
225
+
226
  # @ contact_form
227
+ #: contact_form.php:219
228
  msgid "Please fill out the CAPTCHA."
229
  msgstr "אנא השלם את קוד האימות."
230
 
231
  # @ contact_form
232
+ #: contact_form.php:220
233
  msgid "Please make corrections below and try again."
234
  msgstr "אנא עשה תיקונים להלן ונסה שוב."
235
 
236
  # @ contact_form
237
+ #: contact_form.php:222
238
  msgid "Thank you for contacting us."
239
  msgstr "תודה שיצרת עמנו קשר."
240
 
241
  # @ contact_form
242
+ #: contact_form.php:481
243
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
244
  msgstr "אם האפשרות 'הפנה מחדש לדף' מסומנת אז חייבים למלא את שדה כתובת ה URL בפורמט הבא"
245
 
246
  # @ contact_form
247
+ #: contact_form.php:490
248
  msgid "Such user does not exist. Settings are not saved."
249
  msgstr "משתמש כזה אינו קיים. ההגדרות לא נשמרו."
250
 
251
  # @ contact_form
252
+ #: contact_form.php:495
253
+ #: contact_form.php:501
254
  #, fuzzy
255
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
256
  msgstr "בבקשה הזן כתובת מייל נכונה. ההגדרות לא נשמרו."
257
 
258
  # @ contact_form
259
+ #: contact_form.php:506
260
  msgid "Options saved."
261
  msgstr "האפשרויות נשמרו."
262
 
263
  # @ contact_form
264
+ #: contact_form.php:531
265
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
266
  msgstr "אם אתה מעוניין להוסיף טופס צור קשר לאתר שלך, פשוט העתק את קיצור הקוד שלהלן אל הפוסט או הדף או הוידג'ט שלך:"
267
 
268
  # @ contact_form
269
+ #: contact_form.php:532
270
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
271
  msgstr "אם השדות שלהלן ריקים, אז המייל יישלח אל לכתובת שצוינה בעת ההרשמה."
272
 
273
  # @ contact_form
274
+ #: contact_form.php:536
275
  msgid "The user's email address:"
276
  msgstr "השתמש במייל של משתמש וורדפרס:"
277
 
278
  # @ contact_form
279
+ #: contact_form.php:540
280
  msgid "Create a username"
281
  msgstr "בחר שם משתמש"
282
 
283
  # @ contact_form
284
+ #: contact_form.php:545
285
  msgid "Enter a username of the person who should get the messages from the contact form."
286
  msgstr "הגדר שם משתמש, אשר יקבל את ההודעות הנשלחות דרך טופס יצירת הקשר."
287
 
288
  # @ contact_form
289
+ #: contact_form.php:549
290
  msgid "Use this email address:"
291
  msgstr "השתמש במייל זה:"
292
 
293
  # @ contact_form
294
+ #: contact_form.php:552
295
  msgid "Enter the email address you want the messages forwarded to."
296
  msgstr "הגדר כתובת מייל שתשמש לקבלת הודעות."
297
 
298
  # @ contact_form
299
+ #: contact_form.php:556
300
  msgid "Additional options"
301
  msgstr "אפשרויות נוספות"
302
 
303
  # @ contact_form
304
+ #: contact_form.php:559
305
  msgid "Display Attachment block"
306
  msgstr "הצג אפשרות קובץ מצורף"
307
 
308
  # @ contact_form
309
+ #: contact_form.php:561
310
  msgid "Users can attach the following file formats"
311
  msgstr "משתמשים יוכלו לצרף קבצים מהסוגים הבאים"
312
 
313
  # @ contact_form
314
+ #: contact_form.php:565
315
  msgid "Display Attachment tips"
316
  msgstr "הצג הסברי קובץ מצורף"
317
 
318
  # @ contact_form
319
+ #: contact_form.php:567
320
  msgid "Display tips below the Attachment block"
321
  msgstr "הצג את ההסברים אחרי תיבת הקובץ המצורף"
322
 
323
  # @ contact_form
324
+ #: contact_form.php:571
325
  msgid "Display Send me a copy block"
326
  msgstr "הצג תיבת שלח לי עותק"
327
 
328
  # @ contact_form
329
+ #: contact_form.php:577
330
  msgid "What to use?"
331
  msgstr "איזה שימוש?"
332
 
333
  # @ mail-send
334
+ #: contact_form.php:580
335
  msgid "Wp-mail"
336
  msgstr ""
337
 
338
  # @ mail_send
339
+ #: contact_form.php:581
340
  msgid "You can use the wp_mail function for mailing"
341
  msgstr ""
342
 
343
  # @ mail-send
344
+ #: contact_form.php:587
345
  msgid "Mail"
346
  msgstr ""
347
 
348
  # @ mail_send
349
+ #: contact_form.php:588
350
  msgid "To send mail you can use the php mail function"
351
  msgstr ""
352
 
353
  # @ contact_form
354
+ #: contact_form.php:592
355
  #, fuzzy
356
  msgid "Change text of the 'FROM' field"
357
  msgstr "שנה את השדות של טופס יצירת הקשר"
358
 
359
+ #: contact_form.php:598
360
  msgid "Enter the email address in the 'From' field"
361
  msgstr ""
362
 
363
+ #: contact_form.php:600
364
  msgid "The email address of the user who fills the form will be used in the field 'From'."
365
  msgstr ""
366
 
367
+ #: contact_form.php:602
368
  msgid "This email address will be used in the 'From' field."
369
  msgstr ""
370
 
371
+ # @ contact_form
372
+ #: contact_form.php:606
373
+ #, fuzzy
374
+ msgid "Display fields"
375
+ msgstr "הטקסט המוצג"
376
+
377
+ # @ contact_form
378
+ #: contact_form.php:608
379
+ #: contact_form.php:616
380
+ #: contact_form.php:1175
381
+ #, fuzzy
382
+ msgid "Address"
383
+ msgstr "כתובת דוא\\\"ל:"
384
+
385
+ #: contact_form.php:609
386
+ #: contact_form.php:618
387
+ #: contact_form.php:1183
388
+ msgid "Phone"
389
  msgstr ""
390
 
391
+ #: contact_form.php:613
392
  msgid "Required fields"
393
  msgstr ""
394
 
395
  # @ contact_form
396
+ #: contact_form.php:615
397
+ #: contact_form.php:1170
398
  msgid "Name"
399
  msgstr "שם"
400
 
401
  # @ contact_form
402
+ #: contact_form.php:617
403
  #, fuzzy
404
  msgid "Email Address"
405
  msgstr "כתובת דוא\\\"ל:"
406
 
 
 
 
 
 
407
  # @ contact_form
408
+ #: contact_form.php:619
409
+ #: contact_form.php:1186
410
  msgid "Subject"
411
  msgstr "נושא"
412
 
413
  # @ contact_form
414
+ #: contact_form.php:620
415
+ #: contact_form.php:1189
416
  msgid "Message"
417
  msgstr "תוכן ההודעה"
418
 
419
  # @ contact_form
420
+ #: contact_form.php:624
421
  #, fuzzy
422
  msgid "Display additional info in the email"
423
  msgstr "הצג מידע נוסף במייל"
424
 
425
  # @ contact_form
426
+ #: contact_form.php:629
427
+ #: contact_form.php:1142
428
  msgid "Sent from (ip address)"
429
  msgstr "נשלח מ (כתובת IP)"
430
 
431
  # @ contact_form
432
+ #: contact_form.php:630
433
+ #: contact_form.php:1147
434
  msgid "Date/Time"
435
  msgstr "תאריך\\שעה"
436
 
437
  # @ contact_form
438
+ #: contact_form.php:631
439
+ #: contact_form.php:1152
440
  msgid "Sent from (referer)"
441
  msgstr "מגיע מ (השולח)"
442
 
443
  # @ contact_form
444
+ #: contact_form.php:632
445
+ #: contact_form.php:1157
446
  msgid "Using (user agent)"
447
  msgstr "משתמש ב (user agent)"
448
 
449
+ #: contact_form.php:636
450
  msgid "Language settings for the field names in the form"
451
  msgstr ""
452
 
453
+ #: contact_form.php:645
454
  msgid "Add a language"
455
  msgstr ""
456
 
457
  # @ contact_form
458
+ #: contact_form.php:649
459
  #, fuzzy
460
  msgid "Change the names of the contact form fields and error messages"
461
  msgstr "שנה את תוויות הטופס"
462
 
463
+ #: contact_form.php:654
464
+ #: contact_form.php:719
465
  msgid "English"
466
  msgstr ""
467
 
468
+ #: contact_form.php:671
469
+ #: contact_form.php:697
470
  msgid "Error message for the Name field"
471
  msgstr ""
472
 
473
+ #: contact_form.php:672
474
+ #: contact_form.php:698
475
+ msgid "Error message for the Address field"
476
+ msgstr ""
477
+
478
+ #: contact_form.php:673
479
+ #: contact_form.php:699
480
  msgid "Error message for the Email field"
481
  msgstr ""
482
 
483
+ #: contact_form.php:674
484
+ #: contact_form.php:700
485
  msgid "Error message for the Phone field"
486
  msgstr ""
487
 
488
+ #: contact_form.php:675
489
+ #: contact_form.php:701
490
  msgid "Error message for the Subject field"
491
  msgstr ""
492
 
493
+ #: contact_form.php:676
494
+ #: contact_form.php:702
495
  msgid "Error message for the Message field"
496
  msgstr ""
497
 
498
+ #: contact_form.php:677
499
+ #: contact_form.php:703
500
+ msgid "Error message about the file type for the Attachment field"
501
+ msgstr ""
502
+
503
+ #: contact_form.php:678
504
+ #: contact_form.php:704
505
+ msgid "Error message while uploading a file for the Attachment field to the server"
506
  msgstr ""
507
 
508
+ #: contact_form.php:679
509
+ #: contact_form.php:705
510
+ msgid "Error message while moving the file for the Attachment field"
511
+ msgstr ""
512
+
513
+ #: contact_form.php:680
514
+ #: contact_form.php:706
515
+ msgid "Error message when file size limit for the Attachment field is exceeded"
516
+ msgstr ""
517
+
518
+ #: contact_form.php:681
519
+ #: contact_form.php:707
520
  msgid "Error message for the Captcha field"
521
  msgstr ""
522
 
523
+ #: contact_form.php:682
524
+ #: contact_form.php:708
525
  msgid "Error message for the whole form"
526
  msgstr ""
527
 
528
+ #: contact_form.php:683
529
+ #: contact_form.php:709
530
+ #: contact_form.php:728
531
+ #: contact_form.php:734
532
  msgid "Use shortcode"
533
  msgstr ""
534
 
535
+ #: contact_form.php:683
536
+ #: contact_form.php:709
537
+ #: contact_form.php:728
538
+ #: contact_form.php:734
539
  msgid "for this language"
540
  msgstr ""
541
 
542
  # @ contact_form
543
+ #: contact_form.php:716
544
  msgid "Action after email is sent"
545
  msgstr "הפעולה שלאחר שליחת הטופס"
546
 
547
  # @ contact_form
548
+ #: contact_form.php:718
549
  msgid "Display text"
550
  msgstr "הטקסט המוצג"
551
 
552
  # @ contact_form
553
+ #: contact_form.php:727
554
+ #: contact_form.php:733
555
  msgid "Text"
556
  msgstr "טקסט"
557
 
558
  # @ contact_form
559
+ #: contact_form.php:740
560
  msgid "Redirect to the page"
561
  msgstr "הפנה אל הדף"
562
 
563
  # @ contact_form
564
+ #: contact_form.php:741
565
  msgid "Url"
566
  msgstr "URL"
567
 
568
  # @ default
569
+ #: contact_form.php:746
570
  msgid "Save Changes"
571
  msgstr ""
572
 
573
  # @ contact_form
574
+ #: contact_form.php:795
575
  msgid "Sorry, email message could not be delivered."
576
  msgstr "מצטערים, אי אפשר היה לשלוח את המייל שלך."
577
 
578
  # @ contact_form
579
+ #: contact_form.php:879
580
  msgid "You can attach the following file formats"
581
  msgstr "אתה יכול לצרף קבצים מן הסוגים הבאים"
582
 
583
  # @ contact_form
584
+ #: contact_form.php:1165
585
  msgid "Contact from"
586
  msgstr "טופס צור קשר"
587
 
588
  # @ contact_form
589
+ #: contact_form.php:1178
590
  msgid "Email"
591
  msgstr "כתובת מייל"
592
 
593
  # @ contact_form
594
+ #: contact_form.php:1192
595
  msgid "Site"
596
  msgstr "אתר"
597
 
598
  # @ contact_form
599
+ #: contact_form.php:1243
600
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
601
  msgstr "אם אתה יכול לראות את ה MIME הזה, אז הלקוח שלך אינו יכול לקבל סוגי MIME!"
602
 
603
  # @ contact_form
604
+ #: contact_form.php:1296
605
  msgid "FAQ"
606
  msgstr "שאלות ותשובות"
607
 
608
  # @ contact_form
609
+ #: contact_form.php:1297
610
  msgid "Support"
611
  msgstr "תמיכה"
612
 
613
+ #: contact_form.php:1345
614
  msgid "Are you sure that you want to delete this language data?"
615
  msgstr ""
616
 
languages/contact_form-hi_IN.mo CHANGED
Binary file
languages/contact_form-hi_IN.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 15:09+0300\n"
6
- "PO-Revision-Date: 2013-04-22 15:09+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Team Outshine <ash.pr@outshinesolutions.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,447 +16,522 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:78
 
 
 
 
 
 
20
  msgid "Activated plugins"
21
  msgstr "सक्रिय प्लगिन"
22
 
23
- #: contact_form.php:80
24
- #: contact_form.php:88
25
- #: contact_form.php:96
 
 
 
26
  msgid "Read more"
27
  msgstr "अधिक पढ़ें"
28
 
29
- #: contact_form.php:80
30
- #: contact_form.php:1127
31
- #: contact_form.php:1136
 
32
  msgid "Settings"
33
  msgstr "सेटिंग्स"
34
 
35
- #: contact_form.php:86
 
36
  msgid "Installed plugins"
37
  msgstr "स्थापित plugins"
38
 
39
- #: contact_form.php:94
 
40
  msgid "Recommended plugins"
41
  msgstr "अनुशंसित प्लगिन"
42
 
43
- #: contact_form.php:96
 
 
 
 
 
 
 
 
 
44
  msgid "Download"
45
  msgstr "डाउनलोड"
46
 
47
- #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "स्थापित%s"
51
 
52
- #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "Wordpress.org से अब स्थापित"
55
 
56
- #: contact_form.php:98
57
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
 
58
  msgstr "यदि आप कोई प्रश्न हैं, हमें plugin@bestwebsoft.com के माध्यम से संपर्क करें या हमारी साइट पर हमारे संपर्क फार्म में भरें"
59
 
60
- #: contact_form.php:110
61
- #: contact_form.php:430
62
  msgid "Contact Form Options"
63
  msgstr "संपर्क प्रपत्र विकल्प"
64
 
65
- #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "संपर्क प्रपत्र"
68
 
69
- #: contact_form.php:147
70
- #: contact_form.php:564
71
- #: contact_form.php:585
72
  msgid "Name:"
73
  msgstr "नाम:"
74
 
75
- #: contact_form.php:148
76
- #: contact_form.php:565
77
- #: contact_form.php:586
 
 
 
 
 
 
 
78
  msgid "Email Address:"
79
  msgstr "ई - मेल पता:"
80
 
81
- #: contact_form.php:149
82
- #: contact_form.php:566
83
- #: contact_form.php:587
84
  msgid "Phone number:"
85
  msgstr ""
86
 
87
- #: contact_form.php:150
88
- #: contact_form.php:567
89
- #: contact_form.php:588
90
  msgid "Subject:"
91
  msgstr "विषय:"
92
 
93
- #: contact_form.php:151
94
- #: contact_form.php:568
95
- #: contact_form.php:589
96
  msgid "Message:"
97
  msgstr "संदेश:"
98
 
99
- #: contact_form.php:152
100
- #: contact_form.php:569
101
- #: contact_form.php:590
102
  msgid "Attachment:"
103
  msgstr "लगाव:"
104
 
105
- #: contact_form.php:153
106
- #: contact_form.php:199
107
- #: contact_form.php:570
108
- #: contact_form.php:591
109
  msgid "Send me a copy"
110
  msgstr "मुझे एक प्रतिलिपि भेजें"
111
 
112
- #: contact_form.php:154
113
- #: contact_form.php:571
114
- #: contact_form.php:592
115
  msgid "Submit"
116
  msgstr "सबमिट"
117
 
118
- #: contact_form.php:155
119
  msgid "Your name is required."
120
  msgstr "आपका नाम की आवश्यकता है."
121
 
122
- #: contact_form.php:156
 
 
 
 
 
123
  #, fuzzy
124
  msgid "A valid email address is required."
125
  msgstr "एक उचित ई - मेल पते की आवश्यकता है."
126
 
127
- #: contact_form.php:157
128
- #: contact_form.php:194
129
- #: contact_form.php:197
130
  #, fuzzy
131
  msgid "Phone number is required."
132
  msgstr "आपका नाम की आवश्यकता है."
133
 
134
- #: contact_form.php:158
135
- #: contact_form.php:193
136
- #: contact_form.php:196
137
  msgid "Subject is required."
138
  msgstr "विषय पाठ की आवश्यकता होती है"
139
 
140
- #: contact_form.php:159
141
- #: contact_form.php:192
142
- #: contact_form.php:195
143
  msgid "Message text is required."
144
  msgstr "संदेश पाठ की आवश्यकता है."
145
 
146
- #: contact_form.php:160
147
  msgid "File format is not valid."
148
  msgstr "अटैचमेंट टूटा ."
149
 
150
- #: contact_form.php:161
 
 
 
 
 
 
 
 
 
 
 
 
151
  msgid "Please fill out the CAPTCHA."
152
  msgstr "कॅप्चा पूरा करें."
153
 
154
- #: contact_form.php:162
155
  msgid "Please make corrections below and try again."
156
  msgstr "सुधार नीचे बनाने के लिए और फिर प्रयास करें"
157
 
158
- #: contact_form.php:164
159
  msgid "Thank you for contacting us."
160
  msgstr "हमसे संपर्क करने के लिए धन्यवाद.हमसे संपर्क करने के लिए धन्यवाद."
161
 
162
- #: contact_form.php:385
163
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
164
  msgstr ""
165
 
166
- #: contact_form.php:394
167
  msgid "Such user does not exist. Settings are not saved."
168
  msgstr "इस तरह के उपयोगकर्ता मौजूद नहीं है. सेटिंग्स सहेजे नहीं जाते हैं."
169
 
170
- #: contact_form.php:399
171
- #: contact_form.php:405
172
  #, fuzzy
173
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
174
  msgstr "कृपया सही ईमेल इनपुट करे . सेटिंग्स सहेजे नहीं जाते हैं."
175
 
176
- #: contact_form.php:410
177
  msgid "Options saved."
178
  msgstr "विकल्प बचाया."
179
 
180
- #: contact_form.php:435
181
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
182
  msgstr "यदि आप अपनी वेबसाइट पर एक संपर्क फ़ॉर्म को जोड़ना चाहते हैं, बस कॉपी और अपनी पोस्ट या पृष्ठ या विजेट पर यह लघुकोडः को रखा:"
183
 
184
- #: contact_form.php:436
185
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
186
  msgstr "यदि नीचे दी गई फ़ील्ड्स में जानकारी खाली रहे हैं तो जो पंजीकरण के दौरान निर्दिष्ट किया गया था एक पता करने के लिए संदेश भेजने के लिए किया जाएगा."
187
 
188
- #: contact_form.php:440
189
  msgid "The user's email address:"
190
  msgstr "WordPress के उपयोगकर्ता का ईमेल का उपयोग करें:"
191
 
192
- #: contact_form.php:444
193
  msgid "Create a username"
194
  msgstr "उपयोगकर्ता नाम का चयन करें"
195
 
196
- #: contact_form.php:449
197
  msgid "Enter a username of the person who should get the messages from the contact form."
198
  msgstr "उपयोगकर्ता का नाम है जो एक संपर्क फ़ॉर्म से संदेश मिल जाएगा"
199
 
200
- #: contact_form.php:453
201
  msgid "Use this email address:"
202
  msgstr "इस ईमेल का उपयोग करें:"
203
 
204
- #: contact_form.php:456
205
  msgid "Enter the email address you want the messages forwarded to."
206
  msgstr "एक ईमेल पता है जो संदेश प्राप्त करने के लिए इस्तेमाल किया जाएगा "
207
 
208
- #: contact_form.php:460
209
  msgid "Additional options"
210
  msgstr "अतिरिक्त विकल्प"
211
 
212
- #: contact_form.php:463
213
  msgid "Display Attachment block"
214
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
215
 
216
- #: contact_form.php:465
217
  msgid "Users can attach the following file formats"
218
  msgstr "उपयोगकर्ताओं को निम्नलिखित प्रकार की फ़ाइलों को संलग्न कर सकते हैं"
219
 
220
- #: contact_form.php:469
221
  #, fuzzy
222
  msgid "Display Attachment tips"
223
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
224
 
225
- #: contact_form.php:471
226
  #, fuzzy
227
  msgid "Display tips below the Attachment block"
228
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
229
 
230
- #: contact_form.php:475
231
  msgid "Display Send me a copy block"
232
  msgstr "मुझे एक प्रति ब्लॉक भेजें प्रदर्शित करें"
233
 
234
- #: contact_form.php:481
235
  msgid "What to use?"
236
  msgstr "किस का उपयोग करें?."
237
 
238
- #: contact_form.php:484
239
  msgid "Wp-mail"
240
  msgstr "Wp-mail"
241
 
242
- #: contact_form.php:485
243
  msgid "You can use the wp_mail function for mailing"
244
  msgstr "मेल भेजने के लिए आपको WordPress के wp_mail समारोह का उपयोग कर सकते हैं"
245
 
246
- #: contact_form.php:491
247
  msgid "Mail"
248
  msgstr "मेल"
249
 
250
- #: contact_form.php:492
251
  msgid "To send mail you can use the php mail function"
252
  msgstr "मेल भेजने के लिए आपको php मेल समारोह का उपयोग कर सकते हैं"
253
 
254
- #: contact_form.php:496
255
  #, fuzzy
256
  msgid "Change text of the 'FROM' field"
257
  msgstr "संपर्क प्रपत्र की फ़ील्ड्स से बदलें"
258
 
259
- #: contact_form.php:502
260
  msgid "Enter the email address in the 'From' field"
261
  msgstr ""
262
 
263
- #: contact_form.php:504
264
  msgid "The email address of the user who fills the form will be used in the field 'From'."
265
  msgstr ""
266
 
267
- #: contact_form.php:506
268
  msgid "This email address will be used in the 'From' field."
269
  msgstr ""
270
 
271
- #: contact_form.php:510
272
- msgid "Display a phone number field"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
273
  msgstr ""
274
 
275
- #: contact_form.php:516
276
  msgid "Required fields"
277
  msgstr ""
278
 
279
- #: contact_form.php:518
280
- #: contact_form.php:1016
281
  msgid "Name"
282
  msgstr "नाम"
283
 
284
- #: contact_form.php:519
285
  #, fuzzy
286
  msgid "Email Address"
287
  msgstr "ई - मेल पता:"
288
 
289
- #: contact_form.php:520
290
- #: contact_form.php:1024
291
- msgid "Phone"
292
- msgstr ""
293
-
294
- #: contact_form.php:521
295
- #: contact_form.php:1027
296
  msgid "Subject"
297
  msgstr "विषय"
298
 
299
- #: contact_form.php:522
300
- #: contact_form.php:1030
301
  msgid "Message"
302
  msgstr "संदेश"
303
 
304
- #: contact_form.php:526
305
  #, fuzzy
306
  msgid "Display additional info in the email"
307
  msgstr "ईमेल में अतिरिक्त जानकारी प्रदर्शित करें"
308
 
309
- #: contact_form.php:531
310
- #: contact_form.php:988
311
  msgid "Sent from (ip address)"
312
  msgstr "(आईपी पते से भेजा गया)"
313
 
314
- #: contact_form.php:532
315
- #: contact_form.php:993
316
  msgid "Date/Time"
317
  msgstr "दिनांक / समय"
318
 
319
- #: contact_form.php:533
320
- #: contact_form.php:998
321
  msgid "Sent from (referer)"
322
  msgstr "से आ रहा है (referer)"
323
 
324
- #: contact_form.php:534
325
- #: contact_form.php:1003
326
  msgid "Using (user agent)"
327
  msgstr "उपयोग करना (प्रयोक्ता एजेंट)"
328
 
329
- #: contact_form.php:538
330
  msgid "Language settings for the field names in the form"
331
  msgstr ""
332
 
333
- #: contact_form.php:547
334
  msgid "Add a language"
335
  msgstr ""
336
 
337
- #: contact_form.php:551
338
  #, fuzzy
339
  msgid "Change the names of the contact form fields and error messages"
340
  msgstr "संपर्क प्रपत्र का फ़ील्ड्स के लिए लेबल बदलें"
341
 
342
- #: contact_form.php:556
343
- #: contact_form.php:611
344
  msgid "English"
345
  msgstr ""
346
 
347
- #: contact_form.php:572
348
- #: contact_form.php:593
349
  msgid "Error message for the Name field"
350
  msgstr ""
351
 
352
- #: contact_form.php:573
353
- #: contact_form.php:594
 
 
 
 
 
354
  msgid "Error message for the Email field"
355
  msgstr ""
356
 
357
- #: contact_form.php:574
358
- #: contact_form.php:595
359
  msgid "Error message for the Phone field"
360
  msgstr ""
361
 
362
- #: contact_form.php:575
363
- #: contact_form.php:596
364
  msgid "Error message for the Subject field"
365
  msgstr ""
366
 
367
- #: contact_form.php:576
368
- #: contact_form.php:597
369
  msgid "Error message for the Message field"
370
  msgstr ""
371
 
372
- #: contact_form.php:577
373
- #: contact_form.php:598
374
- msgid "Error message for the Attachment field"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
375
  msgstr ""
376
 
377
- #: contact_form.php:578
378
- #: contact_form.php:599
379
  msgid "Error message for the Captcha field"
380
  msgstr ""
381
 
382
- #: contact_form.php:579
383
- #: contact_form.php:600
384
  msgid "Error message for the whole form"
385
  msgstr ""
386
 
387
- #: contact_form.php:580
388
- #: contact_form.php:601
389
- #: contact_form.php:620
390
- #: contact_form.php:626
391
  msgid "Use shortcode"
392
  msgstr ""
393
 
394
- #: contact_form.php:580
395
- #: contact_form.php:601
396
- #: contact_form.php:620
397
- #: contact_form.php:626
398
  msgid "for this language"
399
  msgstr ""
400
 
401
- #: contact_form.php:608
402
  msgid "Action after email is sent"
403
  msgstr ""
404
 
405
- #: contact_form.php:610
406
  #, fuzzy
407
  msgid "Display text"
408
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
409
 
410
- #: contact_form.php:619
411
- #: contact_form.php:625
412
  msgid "Text"
413
  msgstr ""
414
 
415
- #: contact_form.php:632
416
  msgid "Redirect to the page"
417
  msgstr ""
418
 
419
- #: contact_form.php:633
420
  msgid "Url"
421
  msgstr ""
422
 
423
- #: contact_form.php:638
424
  msgid "Save Changes"
425
  msgstr "परिवर्तन सहेजें"
426
 
427
- #: contact_form.php:685
428
  msgid "Sorry, email message could not be delivered."
429
  msgstr "क्षमा करें, आपका ई - मेल वितरित नहीं किया जा सकता है."
430
 
431
- #: contact_form.php:755
432
  msgid "You can attach the following file formats"
433
  msgstr "आप निम्न प्रकार का फ़ाइलों को संलग्न कर सकते हैं"
434
 
435
- #: contact_form.php:1011
436
  msgid "Contact from"
437
  msgstr "संपर्क करें"
438
 
439
- #: contact_form.php:1019
440
  msgid "Email"
441
  msgstr "ईमेल"
442
 
443
- #: contact_form.php:1033
444
  msgid "Site"
445
  msgstr "साइट"
446
 
447
- #: contact_form.php:1084
448
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
449
  msgstr "यदि आप अपने ग्राहक की तुलना में इस माइम देख सकते हैं MIME प्रकार स्वीकार नहीं करता है!"
450
 
451
- #: contact_form.php:1137
452
  msgid "FAQ"
453
  msgstr "अक्सर पूछे जाने वाले प्रश्न"
454
 
455
- #: contact_form.php:1138
456
  msgid "Support"
457
  msgstr "समर्थन"
458
 
459
- #: contact_form.php:1184
460
  msgid "Are you sure that you want to delete this language data?"
461
  msgstr ""
462
 
@@ -470,6 +545,4 @@ msgstr ""
470
  #~ msgstr "Indirizzo e-mail:"
471
  #~ msgid "Install Now"
472
  #~ msgstr "Installa Ora"
473
- #~ msgid "BWS Plugins"
474
- #~ msgstr "BWS Plugins"
475
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-27 16:05+0300\n"
6
+ "PO-Revision-Date: 2013-05-27 16:05+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Team Outshine <ash.pr@outshinesolutions.com>\n"
9
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:100
20
+ #, fuzzy
21
+ msgid "Pro plugins"
22
+ msgstr "BWS Plugins"
23
+
24
+ #: contact_form.php:103
25
+ #: contact_form.php:129
26
  msgid "Activated plugins"
27
  msgstr "सक्रिय प्लगिन"
28
 
29
+ #: contact_form.php:105
30
+ #: contact_form.php:113
31
+ #: contact_form.php:121
32
+ #: contact_form.php:131
33
+ #: contact_form.php:139
34
+ #: contact_form.php:147
35
  msgid "Read more"
36
  msgstr "अधिक पढ़ें"
37
 
38
+ #: contact_form.php:105
39
+ #: contact_form.php:131
40
+ #: contact_form.php:1286
41
+ #: contact_form.php:1295
42
  msgid "Settings"
43
  msgstr "सेटिंग्स"
44
 
45
+ #: contact_form.php:111
46
+ #: contact_form.php:137
47
  msgid "Installed plugins"
48
  msgstr "स्थापित plugins"
49
 
50
+ #: contact_form.php:119
51
+ #: contact_form.php:145
52
  msgid "Recommended plugins"
53
  msgstr "अनुशंसित प्लगिन"
54
 
55
+ #: contact_form.php:121
56
+ msgid "Purchase"
57
+ msgstr ""
58
+
59
+ #: contact_form.php:126
60
+ #, fuzzy
61
+ msgid "Free plugins"
62
+ msgstr "अनुशंसित प्लगिन"
63
+
64
+ #: contact_form.php:147
65
  msgid "Download"
66
  msgstr "डाउनलोड"
67
 
68
+ #: contact_form.php:147
69
  #, php-format
70
  msgid "Install %s"
71
  msgstr "स्थापित%s"
72
 
73
+ #: contact_form.php:147
74
  msgid "Install now from wordpress.org"
75
  msgstr "Wordpress.org से अब स्थापित"
76
 
77
+ #: contact_form.php:152
78
+ #, fuzzy
79
+ msgid "If you have any questions, please contact us via"
80
  msgstr "यदि आप कोई प्रश्न हैं, हमें plugin@bestwebsoft.com के माध्यम से संपर्क करें या हमारी साइट पर हमारे संपर्क फार्म में भरें"
81
 
82
+ #: contact_form.php:161
83
+ #: contact_form.php:526
84
  msgid "Contact Form Options"
85
  msgstr "संपर्क प्रपत्र विकल्प"
86
 
87
+ #: contact_form.php:161
88
  msgid "Contact Form"
89
  msgstr "संपर्क प्रपत्र"
90
 
91
+ #: contact_form.php:200
92
+ #: contact_form.php:662
93
+ #: contact_form.php:688
94
  msgid "Name:"
95
  msgstr "नाम:"
96
 
97
+ #: contact_form.php:201
98
+ #: contact_form.php:663
99
+ #: contact_form.php:689
100
+ #, fuzzy
101
+ msgid "Address:"
102
+ msgstr "ई - मेल पता:"
103
+
104
+ #: contact_form.php:202
105
+ #: contact_form.php:664
106
+ #: contact_form.php:690
107
  msgid "Email Address:"
108
  msgstr "ई - मेल पता:"
109
 
110
+ #: contact_form.php:203
111
+ #: contact_form.php:665
112
+ #: contact_form.php:691
113
  msgid "Phone number:"
114
  msgstr ""
115
 
116
+ #: contact_form.php:204
117
+ #: contact_form.php:666
118
+ #: contact_form.php:692
119
  msgid "Subject:"
120
  msgstr "विषय:"
121
 
122
+ #: contact_form.php:205
123
+ #: contact_form.php:667
124
+ #: contact_form.php:693
125
  msgid "Message:"
126
  msgstr "संदेश:"
127
 
128
+ #: contact_form.php:206
129
+ #: contact_form.php:668
130
+ #: contact_form.php:694
131
  msgid "Attachment:"
132
  msgstr "लगाव:"
133
 
134
+ #: contact_form.php:207
135
+ #: contact_form.php:262
136
+ #: contact_form.php:669
137
+ #: contact_form.php:695
138
  msgid "Send me a copy"
139
  msgstr "मुझे एक प्रतिलिपि भेजें"
140
 
141
+ #: contact_form.php:208
142
+ #: contact_form.php:670
143
+ #: contact_form.php:696
144
  msgid "Submit"
145
  msgstr "सबमिट"
146
 
147
+ #: contact_form.php:209
148
  msgid "Your name is required."
149
  msgstr "आपका नाम की आवश्यकता है."
150
 
151
+ #: contact_form.php:210
152
+ #, fuzzy
153
+ msgid "Address is required."
154
+ msgstr "एक उचित ई - मेल पते की आवश्यकता है."
155
+
156
+ #: contact_form.php:211
157
  #, fuzzy
158
  msgid "A valid email address is required."
159
  msgstr "एक उचित ई - मेल पते की आवश्यकता है."
160
 
161
+ #: contact_form.php:212
162
+ #: contact_form.php:257
163
+ #: contact_form.php:260
164
  #, fuzzy
165
  msgid "Phone number is required."
166
  msgstr "आपका नाम की आवश्यकता है."
167
 
168
+ #: contact_form.php:213
169
+ #: contact_form.php:256
170
+ #: contact_form.php:259
171
  msgid "Subject is required."
172
  msgstr "विषय पाठ की आवश्यकता होती है"
173
 
174
+ #: contact_form.php:214
175
+ #: contact_form.php:255
176
+ #: contact_form.php:258
177
  msgid "Message text is required."
178
  msgstr "संदेश पाठ की आवश्यकता है."
179
 
180
+ #: contact_form.php:215
181
  msgid "File format is not valid."
182
  msgstr "अटैचमेंट टूटा ."
183
 
184
+ #: contact_form.php:216
185
+ msgid "File upload error."
186
+ msgstr ""
187
+
188
+ #: contact_form.php:217
189
+ msgid "The file could not be uploaded."
190
+ msgstr ""
191
+
192
+ #: contact_form.php:218
193
+ msgid "This file is too large."
194
+ msgstr ""
195
+
196
+ #: contact_form.php:219
197
  msgid "Please fill out the CAPTCHA."
198
  msgstr "कॅप्चा पूरा करें."
199
 
200
+ #: contact_form.php:220
201
  msgid "Please make corrections below and try again."
202
  msgstr "सुधार नीचे बनाने के लिए और फिर प्रयास करें"
203
 
204
+ #: contact_form.php:222
205
  msgid "Thank you for contacting us."
206
  msgstr "हमसे संपर्क करने के लिए धन्यवाद.हमसे संपर्क करने के लिए धन्यवाद."
207
 
208
+ #: contact_form.php:481
209
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
210
  msgstr ""
211
 
212
+ #: contact_form.php:490
213
  msgid "Such user does not exist. Settings are not saved."
214
  msgstr "इस तरह के उपयोगकर्ता मौजूद नहीं है. सेटिंग्स सहेजे नहीं जाते हैं."
215
 
216
+ #: contact_form.php:495
217
+ #: contact_form.php:501
218
  #, fuzzy
219
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
220
  msgstr "कृपया सही ईमेल इनपुट करे . सेटिंग्स सहेजे नहीं जाते हैं."
221
 
222
+ #: contact_form.php:506
223
  msgid "Options saved."
224
  msgstr "विकल्प बचाया."
225
 
226
+ #: contact_form.php:531
227
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
228
  msgstr "यदि आप अपनी वेबसाइट पर एक संपर्क फ़ॉर्म को जोड़ना चाहते हैं, बस कॉपी और अपनी पोस्ट या पृष्ठ या विजेट पर यह लघुकोडः को रखा:"
229
 
230
+ #: contact_form.php:532
231
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
232
  msgstr "यदि नीचे दी गई फ़ील्ड्स में जानकारी खाली रहे हैं तो जो पंजीकरण के दौरान निर्दिष्ट किया गया था एक पता करने के लिए संदेश भेजने के लिए किया जाएगा."
233
 
234
+ #: contact_form.php:536
235
  msgid "The user's email address:"
236
  msgstr "WordPress के उपयोगकर्ता का ईमेल का उपयोग करें:"
237
 
238
+ #: contact_form.php:540
239
  msgid "Create a username"
240
  msgstr "उपयोगकर्ता नाम का चयन करें"
241
 
242
+ #: contact_form.php:545
243
  msgid "Enter a username of the person who should get the messages from the contact form."
244
  msgstr "उपयोगकर्ता का नाम है जो एक संपर्क फ़ॉर्म से संदेश मिल जाएगा"
245
 
246
+ #: contact_form.php:549
247
  msgid "Use this email address:"
248
  msgstr "इस ईमेल का उपयोग करें:"
249
 
250
+ #: contact_form.php:552
251
  msgid "Enter the email address you want the messages forwarded to."
252
  msgstr "एक ईमेल पता है जो संदेश प्राप्त करने के लिए इस्तेमाल किया जाएगा "
253
 
254
+ #: contact_form.php:556
255
  msgid "Additional options"
256
  msgstr "अतिरिक्त विकल्प"
257
 
258
+ #: contact_form.php:559
259
  msgid "Display Attachment block"
260
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
261
 
262
+ #: contact_form.php:561
263
  msgid "Users can attach the following file formats"
264
  msgstr "उपयोगकर्ताओं को निम्नलिखित प्रकार की फ़ाइलों को संलग्न कर सकते हैं"
265
 
266
+ #: contact_form.php:565
267
  #, fuzzy
268
  msgid "Display Attachment tips"
269
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
270
 
271
+ #: contact_form.php:567
272
  #, fuzzy
273
  msgid "Display tips below the Attachment block"
274
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
275
 
276
+ #: contact_form.php:571
277
  msgid "Display Send me a copy block"
278
  msgstr "मुझे एक प्रति ब्लॉक भेजें प्रदर्शित करें"
279
 
280
+ #: contact_form.php:577
281
  msgid "What to use?"
282
  msgstr "किस का उपयोग करें?."
283
 
284
+ #: contact_form.php:580
285
  msgid "Wp-mail"
286
  msgstr "Wp-mail"
287
 
288
+ #: contact_form.php:581
289
  msgid "You can use the wp_mail function for mailing"
290
  msgstr "मेल भेजने के लिए आपको WordPress के wp_mail समारोह का उपयोग कर सकते हैं"
291
 
292
+ #: contact_form.php:587
293
  msgid "Mail"
294
  msgstr "मेल"
295
 
296
+ #: contact_form.php:588
297
  msgid "To send mail you can use the php mail function"
298
  msgstr "मेल भेजने के लिए आपको php मेल समारोह का उपयोग कर सकते हैं"
299
 
300
+ #: contact_form.php:592
301
  #, fuzzy
302
  msgid "Change text of the 'FROM' field"
303
  msgstr "संपर्क प्रपत्र की फ़ील्ड्स से बदलें"
304
 
305
+ #: contact_form.php:598
306
  msgid "Enter the email address in the 'From' field"
307
  msgstr ""
308
 
309
+ #: contact_form.php:600
310
  msgid "The email address of the user who fills the form will be used in the field 'From'."
311
  msgstr ""
312
 
313
+ #: contact_form.php:602
314
  msgid "This email address will be used in the 'From' field."
315
  msgstr ""
316
 
317
+ #: contact_form.php:606
318
+ #, fuzzy
319
+ msgid "Display fields"
320
+ msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
321
+
322
+ #: contact_form.php:608
323
+ #: contact_form.php:616
324
+ #: contact_form.php:1175
325
+ #, fuzzy
326
+ msgid "Address"
327
+ msgstr "ई - मेल पता:"
328
+
329
+ #: contact_form.php:609
330
+ #: contact_form.php:618
331
+ #: contact_form.php:1183
332
+ msgid "Phone"
333
  msgstr ""
334
 
335
+ #: contact_form.php:613
336
  msgid "Required fields"
337
  msgstr ""
338
 
339
+ #: contact_form.php:615
340
+ #: contact_form.php:1170
341
  msgid "Name"
342
  msgstr "नाम"
343
 
344
+ #: contact_form.php:617
345
  #, fuzzy
346
  msgid "Email Address"
347
  msgstr "ई - मेल पता:"
348
 
349
+ #: contact_form.php:619
350
+ #: contact_form.php:1186
 
 
 
 
 
351
  msgid "Subject"
352
  msgstr "विषय"
353
 
354
+ #: contact_form.php:620
355
+ #: contact_form.php:1189
356
  msgid "Message"
357
  msgstr "संदेश"
358
 
359
+ #: contact_form.php:624
360
  #, fuzzy
361
  msgid "Display additional info in the email"
362
  msgstr "ईमेल में अतिरिक्त जानकारी प्रदर्शित करें"
363
 
364
+ #: contact_form.php:629
365
+ #: contact_form.php:1142
366
  msgid "Sent from (ip address)"
367
  msgstr "(आईपी पते से भेजा गया)"
368
 
369
+ #: contact_form.php:630
370
+ #: contact_form.php:1147
371
  msgid "Date/Time"
372
  msgstr "दिनांक / समय"
373
 
374
+ #: contact_form.php:631
375
+ #: contact_form.php:1152
376
  msgid "Sent from (referer)"
377
  msgstr "से आ रहा है (referer)"
378
 
379
+ #: contact_form.php:632
380
+ #: contact_form.php:1157
381
  msgid "Using (user agent)"
382
  msgstr "उपयोग करना (प्रयोक्ता एजेंट)"
383
 
384
+ #: contact_form.php:636
385
  msgid "Language settings for the field names in the form"
386
  msgstr ""
387
 
388
+ #: contact_form.php:645
389
  msgid "Add a language"
390
  msgstr ""
391
 
392
+ #: contact_form.php:649
393
  #, fuzzy
394
  msgid "Change the names of the contact form fields and error messages"
395
  msgstr "संपर्क प्रपत्र का फ़ील्ड्स के लिए लेबल बदलें"
396
 
397
+ #: contact_form.php:654
398
+ #: contact_form.php:719
399
  msgid "English"
400
  msgstr ""
401
 
402
+ #: contact_form.php:671
403
+ #: contact_form.php:697
404
  msgid "Error message for the Name field"
405
  msgstr ""
406
 
407
+ #: contact_form.php:672
408
+ #: contact_form.php:698
409
+ msgid "Error message for the Address field"
410
+ msgstr ""
411
+
412
+ #: contact_form.php:673
413
+ #: contact_form.php:699
414
  msgid "Error message for the Email field"
415
  msgstr ""
416
 
417
+ #: contact_form.php:674
418
+ #: contact_form.php:700
419
  msgid "Error message for the Phone field"
420
  msgstr ""
421
 
422
+ #: contact_form.php:675
423
+ #: contact_form.php:701
424
  msgid "Error message for the Subject field"
425
  msgstr ""
426
 
427
+ #: contact_form.php:676
428
+ #: contact_form.php:702
429
  msgid "Error message for the Message field"
430
  msgstr ""
431
 
432
+ #: contact_form.php:677
433
+ #: contact_form.php:703
434
+ msgid "Error message about the file type for the Attachment field"
435
+ msgstr ""
436
+
437
+ #: contact_form.php:678
438
+ #: contact_form.php:704
439
+ msgid "Error message while uploading a file for the Attachment field to the server"
440
+ msgstr ""
441
+
442
+ #: contact_form.php:679
443
+ #: contact_form.php:705
444
+ msgid "Error message while moving the file for the Attachment field"
445
+ msgstr ""
446
+
447
+ #: contact_form.php:680
448
+ #: contact_form.php:706
449
+ msgid "Error message when file size limit for the Attachment field is exceeded"
450
  msgstr ""
451
 
452
+ #: contact_form.php:681
453
+ #: contact_form.php:707
454
  msgid "Error message for the Captcha field"
455
  msgstr ""
456
 
457
+ #: contact_form.php:682
458
+ #: contact_form.php:708
459
  msgid "Error message for the whole form"
460
  msgstr ""
461
 
462
+ #: contact_form.php:683
463
+ #: contact_form.php:709
464
+ #: contact_form.php:728
465
+ #: contact_form.php:734
466
  msgid "Use shortcode"
467
  msgstr ""
468
 
469
+ #: contact_form.php:683
470
+ #: contact_form.php:709
471
+ #: contact_form.php:728
472
+ #: contact_form.php:734
473
  msgid "for this language"
474
  msgstr ""
475
 
476
+ #: contact_form.php:716
477
  msgid "Action after email is sent"
478
  msgstr ""
479
 
480
+ #: contact_form.php:718
481
  #, fuzzy
482
  msgid "Display text"
483
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
484
 
485
+ #: contact_form.php:727
486
+ #: contact_form.php:733
487
  msgid "Text"
488
  msgstr ""
489
 
490
+ #: contact_form.php:740
491
  msgid "Redirect to the page"
492
  msgstr ""
493
 
494
+ #: contact_form.php:741
495
  msgid "Url"
496
  msgstr ""
497
 
498
+ #: contact_form.php:746
499
  msgid "Save Changes"
500
  msgstr "परिवर्तन सहेजें"
501
 
502
+ #: contact_form.php:795
503
  msgid "Sorry, email message could not be delivered."
504
  msgstr "क्षमा करें, आपका ई - मेल वितरित नहीं किया जा सकता है."
505
 
506
+ #: contact_form.php:879
507
  msgid "You can attach the following file formats"
508
  msgstr "आप निम्न प्रकार का फ़ाइलों को संलग्न कर सकते हैं"
509
 
510
+ #: contact_form.php:1165
511
  msgid "Contact from"
512
  msgstr "संपर्क करें"
513
 
514
+ #: contact_form.php:1178
515
  msgid "Email"
516
  msgstr "ईमेल"
517
 
518
+ #: contact_form.php:1192
519
  msgid "Site"
520
  msgstr "साइट"
521
 
522
+ #: contact_form.php:1243
523
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
524
  msgstr "यदि आप अपने ग्राहक की तुलना में इस माइम देख सकते हैं MIME प्रकार स्वीकार नहीं करता है!"
525
 
526
+ #: contact_form.php:1296
527
  msgid "FAQ"
528
  msgstr "अक्सर पूछे जाने वाले प्रश्न"
529
 
530
+ #: contact_form.php:1297
531
  msgid "Support"
532
  msgstr "समर्थन"
533
 
534
+ #: contact_form.php:1345
535
  msgid "Are you sure that you want to delete this language data?"
536
  msgstr ""
537
 
545
  #~ msgstr "Indirizzo e-mail:"
546
  #~ msgid "Install Now"
547
  #~ msgstr "Installa Ora"
 
 
548
 
languages/contact_form-hu_HU.mo CHANGED
Binary file
languages/contact_form-hu_HU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 15:09+0300\n"
6
- "PO-Revision-Date: 2013-04-22 15:09+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Karoly Kovacs <karcsi1978@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,446 +17,528 @@ msgstr ""
17
  "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: contact_form.php:78
 
 
 
 
 
 
21
  msgid "Activated plugins"
22
  msgstr "Aktivált pluginok"
23
 
24
- #: contact_form.php:80
25
- #: contact_form.php:88
26
- #: contact_form.php:96
 
 
 
27
  msgid "Read more"
28
  msgstr "Részletek megtekintése"
29
 
30
- #: contact_form.php:80
31
- #: contact_form.php:1127
32
- #: contact_form.php:1136
 
33
  msgid "Settings"
34
  msgstr "Beállítások"
35
 
36
- #: contact_form.php:86
 
37
  msgid "Installed plugins"
38
  msgstr "Telepített pluginok"
39
 
40
- #: contact_form.php:94
 
41
  msgid "Recommended plugins"
42
  msgstr "Ajánlott pluginok"
43
 
44
- #: contact_form.php:96
 
 
 
 
 
 
 
 
 
45
  msgid "Download"
46
  msgstr "Letöltés"
47
 
48
- #: contact_form.php:96
49
  #, php-format
50
  msgid "Install %s"
51
  msgstr "%s telepítése"
52
 
53
- #: contact_form.php:96
54
  msgid "Install now from wordpress.org"
55
  msgstr "Telepítés most a wordpress.org oldalról"
56
 
57
- #: contact_form.php:98
58
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
 
59
  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"
60
 
61
- #: contact_form.php:110
62
- #: contact_form.php:430
63
  msgid "Contact Form Options"
64
  msgstr "Kapcsolatfelvételi Ürlap Beállítások"
65
 
66
- #: contact_form.php:110
67
  msgid "Contact Form"
68
  msgstr "Kapcsolatfelvételi Ürlap"
69
 
70
- #: contact_form.php:147
71
- #: contact_form.php:564
72
- #: contact_form.php:585
73
  msgid "Name:"
74
  msgstr "Noév:"
75
 
76
- #: contact_form.php:148
77
- #: contact_form.php:565
78
- #: contact_form.php:586
 
 
 
 
 
 
 
79
  msgid "Email Address:"
80
  msgstr "Email cím:"
81
 
82
- #: contact_form.php:149
83
- #: contact_form.php:566
84
- #: contact_form.php:587
85
  msgid "Phone number:"
86
  msgstr "Telefonszám:"
87
 
88
- #: contact_form.php:150
89
- #: contact_form.php:567
90
- #: contact_form.php:588
91
  msgid "Subject:"
92
  msgstr "Tárgy:"
93
 
94
- #: contact_form.php:151
95
- #: contact_form.php:568
96
- #: contact_form.php:589
97
  msgid "Message:"
98
  msgstr "Üzenet:"
99
 
100
- #: contact_form.php:152
101
- #: contact_form.php:569
102
- #: contact_form.php:590
103
  msgid "Attachment:"
104
  msgstr "Csatolmány:"
105
 
106
- #: contact_form.php:153
107
- #: contact_form.php:199
108
- #: contact_form.php:570
109
- #: contact_form.php:591
110
  msgid "Send me a copy"
111
  msgstr "Kérek másolatot"
112
 
113
- #: contact_form.php:154
114
- #: contact_form.php:571
115
- #: contact_form.php:592
116
  msgid "Submit"
117
  msgstr "Küldés"
118
 
119
- #: contact_form.php:155
120
  msgid "Your name is required."
121
  msgstr "Név megadása kötelező."
122
 
123
- #: contact_form.php:156
 
 
 
 
 
124
  #, fuzzy
125
  msgid "A valid email address is required."
126
  msgstr "Valós email cím megadása kötelező."
127
 
128
- #: contact_form.php:157
129
- #: contact_form.php:194
130
- #: contact_form.php:197
131
  msgid "Phone number is required."
132
  msgstr "Le numéro de téléphone est obligatoire."
133
 
134
- #: contact_form.php:158
135
- #: contact_form.php:193
136
- #: contact_form.php:196
137
  msgid "Subject is required."
138
  msgstr "Tárgy megadása kötelező."
139
 
140
- #: contact_form.php:159
141
- #: contact_form.php:192
142
- #: contact_form.php:195
143
  msgid "Message text is required."
144
  msgstr "Üzenet megírása kötelező."
145
 
146
- #: contact_form.php:160
147
  msgid "File format is not valid."
148
  msgstr "Fájl formátuma nem megengedett."
149
 
150
- #: contact_form.php:161
 
 
 
 
 
 
 
 
 
 
 
 
151
  msgid "Please fill out the CAPTCHA."
152
  msgstr "Kérem töltse ki a CAPTCHA mezőt."
153
 
154
- #: contact_form.php:162
155
  msgid "Please make corrections below and try again."
156
  msgstr "Kérem javítsa ki a szükséges mezőket és próbálja újra."
157
 
158
- #: contact_form.php:164
159
  msgid "Thank you for contacting us."
160
  msgstr "Köszönjük az üzenetét."
161
 
162
- #: contact_form.php:385
163
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
164
  msgstr "Amennyiben az 'Átirányítás egy oldalra' opció kiválasztásra kerül, az URL-t az alábbi formátumban kell megadni"
165
 
166
- #: contact_form.php:394
167
  msgid "Such user does not exist. Settings are not saved."
168
  msgstr "Nincs ilyen felhasználó. Beállítások nem kerültek mentésre."
169
 
170
- #: contact_form.php:399
171
- #: contact_form.php:405
172
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
173
  msgstr "Kérem valós email címet adjon meg a 'FKITÖL' mezőben. Beállítások nem kerültek mentésre."
174
 
175
- #: contact_form.php:410
176
  msgid "Options saved."
177
  msgstr "Opciók elmentve."
178
 
179
- #: contact_form.php:435
180
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
181
  msgstr "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:"
182
 
183
- #: contact_form.php:436
184
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
185
  msgstr "Amennyiben ezeket a mezőket üresen hagyja, az üzenet a regisztráció során megadott email címre lesz elküldve."
186
 
187
- #: contact_form.php:440
188
  msgid "The user's email address:"
189
  msgstr "A felhasználó email címe:"
190
 
191
- #: contact_form.php:444
192
  msgid "Create a username"
193
  msgstr "felhasználónév létrehozása"
194
 
195
- #: contact_form.php:449
196
  msgid "Enter a username of the person who should get the messages from the contact form."
197
  msgstr "Adja meg azon személy felhasználónevét, akitől az üzeneteket szeretné kapni a Kapcsolatfelvételi Ürlap segítségével."
198
 
199
- #: contact_form.php:453
200
  msgid "Use this email address:"
201
  msgstr "Ezen email cím használata:"
202
 
203
- #: contact_form.php:456
204
  msgid "Enter the email address you want the messages forwarded to."
205
  msgstr "Adja meg az email címet, ahova az üzenetek érkezzenek."
206
 
207
- #: contact_form.php:460
208
  msgid "Additional options"
209
  msgstr "További opciók"
210
 
211
- #: contact_form.php:463
212
  msgid "Display Attachment block"
213
  msgstr "Csatolmány doboz megjelenítése"
214
 
215
- #: contact_form.php:465
216
  msgid "Users can attach the following file formats"
217
  msgstr "A felhasználók a következő fájlformátumokat csatolhatják"
218
 
219
- #: contact_form.php:469
220
  msgid "Display Attachment tips"
221
  msgstr "Tippek megjelenítése a Csatolmányokhoz"
222
 
223
- #: contact_form.php:471
224
  msgid "Display tips below the Attachment block"
225
  msgstr "Tippek megjelenítése a Csatolmányok doboz alatt"
226
 
227
- #: contact_form.php:475
228
  msgid "Display Send me a copy block"
229
  msgstr "A 'Kérek másolatot' opció megjelenítése"
230
 
231
- #: contact_form.php:481
232
  msgid "What to use?"
233
  msgstr "Mit szeretne használni?"
234
 
235
- #: contact_form.php:484
236
  msgid "Wp-mail"
237
  msgstr "Wp-mail"
238
 
239
- #: contact_form.php:485
240
  msgid "You can use the wp_mail function for mailing"
241
  msgstr "Használhatja a wp_mail funkciót a levelezéshez"
242
 
243
- #: contact_form.php:491
244
  msgid "Mail"
245
  msgstr "E-mail"
246
 
247
- #: contact_form.php:492
248
  msgid "To send mail you can use the php mail function"
249
  msgstr "Email küldéshez használhatja a php mail funkciót"
250
 
251
- #: contact_form.php:496
252
  msgid "Change text of the 'FROM' field"
253
  msgstr "A 'KITÖL' mező szövegének módosítása"
254
 
255
- #: contact_form.php:502
256
  msgid "Enter the email address in the 'From' field"
257
  msgstr "Adja meg a 'KITÖL' mező email címét"
258
 
259
- #: contact_form.php:504
260
  #, fuzzy
261
  msgid "The email address of the user who fills the form will be used in the field 'From'."
262
  msgstr "A felhasználó e-mail címe, akinek az adatai szerepelnek a 'KITÖL' mezőben."
263
 
264
- #: contact_form.php:506
265
  msgid "This email address will be used in the 'From' field."
266
  msgstr "Ez az email cím szerepel a 'KITÖL' mezőben."
267
 
268
- #: contact_form.php:510
269
  #, fuzzy
270
- msgid "Display a phone number field"
271
- msgstr "Telefonszám mező megjelenítése"
 
 
 
 
 
 
 
 
 
 
 
 
 
272
 
273
- #: contact_form.php:516
274
  msgid "Required fields"
275
  msgstr "Kötelező mező"
276
 
277
- #: contact_form.php:518
278
- #: contact_form.php:1016
279
  msgid "Name"
280
  msgstr "Név"
281
 
282
- #: contact_form.php:519
283
  #, fuzzy
284
  msgid "Email Address"
285
  msgstr "Email cím:"
286
 
287
- #: contact_form.php:520
288
- #: contact_form.php:1024
289
- msgid "Phone"
290
- msgstr "Telefonszám"
291
-
292
- #: contact_form.php:521
293
- #: contact_form.php:1027
294
  msgid "Subject"
295
  msgstr "Sujet"
296
 
297
- #: contact_form.php:522
298
- #: contact_form.php:1030
299
  msgid "Message"
300
  msgstr "Üzenet"
301
 
302
- #: contact_form.php:526
303
  #, fuzzy
304
  msgid "Display additional info in the email"
305
  msgstr "További információk megjelenítése az emailben"
306
 
307
- #: contact_form.php:531
308
- #: contact_form.php:988
309
  msgid "Sent from (ip address)"
310
  msgstr "Küldő (IP cím)"
311
 
312
- #: contact_form.php:532
313
- #: contact_form.php:993
314
  msgid "Date/Time"
315
  msgstr "Dátum/Idő"
316
 
317
- #: contact_form.php:533
318
- #: contact_form.php:998
319
  msgid "Sent from (referer)"
320
  msgstr "Envoyer de (référence)"
321
 
322
- #: contact_form.php:534
323
- #: contact_form.php:1003
324
  msgid "Using (user agent)"
325
  msgstr "Alkalmazás (böngésző)"
326
 
327
- #: contact_form.php:538
328
  msgid "Language settings for the field names in the form"
329
  msgstr "Az ürlap mezőinek nyelvi beállítása"
330
 
331
- #: contact_form.php:547
332
  #, fuzzy
333
  msgid "Add a language"
334
  msgstr "Nyelv hozzáadása"
335
 
336
- #: contact_form.php:551
337
  msgid "Change the names of the contact form fields and error messages"
338
  msgstr "A Kapcsolatfelvételi Ürlap mező és hibaüzenet neveinek módosítása"
339
 
340
- #: contact_form.php:556
341
- #: contact_form.php:611
342
  msgid "English"
343
  msgstr "Angol"
344
 
345
- #: contact_form.php:572
346
- #: contact_form.php:593
347
  msgid "Error message for the Name field"
348
  msgstr "Név mező hibaüzenet"
349
 
350
- #: contact_form.php:573
351
- #: contact_form.php:594
 
 
 
 
 
 
352
  msgid "Error message for the Email field"
353
  msgstr "Email cím mező hibaüzenet"
354
 
355
- #: contact_form.php:574
356
- #: contact_form.php:595
357
  msgid "Error message for the Phone field"
358
  msgstr "Telefonszám mező hibaüzenet"
359
 
360
- #: contact_form.php:575
361
- #: contact_form.php:596
362
  msgid "Error message for the Subject field"
363
  msgstr "Tárgy mező hibaüzenet"
364
 
365
- #: contact_form.php:576
366
- #: contact_form.php:597
367
  msgid "Error message for the Message field"
368
  msgstr "Üzenet mező hibaüzenet"
369
 
370
- #: contact_form.php:577
371
- #: contact_form.php:598
372
- msgid "Error message for the Attachment field"
 
 
 
 
 
 
 
 
 
 
 
 
 
373
  msgstr "Csatolmány doboz hibaüzenet"
374
 
375
- #: contact_form.php:578
376
- #: contact_form.php:599
 
 
 
 
 
 
377
  msgid "Error message for the Captcha field"
378
  msgstr "CAPTCHA mező hibaüzenet"
379
 
380
- #: contact_form.php:579
381
- #: contact_form.php:600
382
  msgid "Error message for the whole form"
383
  msgstr "Hibaüzenet az egész form számára"
384
 
385
- #: contact_form.php:580
386
- #: contact_form.php:601
387
- #: contact_form.php:620
388
- #: contact_form.php:626
389
  msgid "Use shortcode"
390
  msgstr "Gyorskód használata"
391
 
392
- #: contact_form.php:580
393
- #: contact_form.php:601
394
- #: contact_form.php:620
395
- #: contact_form.php:626
396
  msgid "for this language"
397
  msgstr "ehhez a nyelvhez"
398
 
399
- #: contact_form.php:608
400
  msgid "Action after email is sent"
401
  msgstr "Művelet az email elküldése után"
402
 
403
- #: contact_form.php:610
404
  msgid "Display text"
405
  msgstr "Szöveg megjelenítése"
406
 
407
- #: contact_form.php:619
408
- #: contact_form.php:625
409
  msgid "Text"
410
  msgstr "Szöveg"
411
 
412
- #: contact_form.php:632
413
  msgid "Redirect to the page"
414
  msgstr "Átirányítás egy weboldalra"
415
 
416
- #: contact_form.php:633
417
  msgid "Url"
418
  msgstr "Url"
419
 
420
- #: contact_form.php:638
421
  msgid "Save Changes"
422
  msgstr "Módosítások Mentése"
423
 
424
- #: contact_form.php:685
425
  msgid "Sorry, email message could not be delivered."
426
  msgstr "Sajnáljuk, az email üzenet nem továbbítható."
427
 
428
- #: contact_form.php:755
429
  msgid "You can attach the following file formats"
430
  msgstr "A következő fájlformátumokat csatolhatja"
431
 
432
- #: contact_form.php:1011
433
  msgid "Contact from"
434
  msgstr "Üzenet küldött"
435
 
436
- #: contact_form.php:1019
437
  msgid "Email"
438
  msgstr "E-mail"
439
 
440
- #: contact_form.php:1033
441
  msgid "Site"
442
  msgstr "Oldal"
443
 
444
- #: contact_form.php:1084
445
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
446
  msgstr "Amennyiben ez a MIME nem jelenik meg, akkör az ön Levelezője nem támogatja ezt a MIME típust !"
447
 
448
- #: contact_form.php:1137
449
  msgid "FAQ"
450
  msgstr "GYIK (FAQ)"
451
 
452
- #: contact_form.php:1138
453
  msgid "Support"
454
  msgstr "Támogatás"
455
 
456
- #: contact_form.php:1184
457
  msgid "Are you sure that you want to delete this language data?"
458
  msgstr "Biztosan törölni szeretné ezt a nyelvi adatot ?"
459
 
 
 
 
460
  #~ msgid "Please enter a valid email address. Settings are not saved."
461
  #~ msgstr ""
462
  #~ "Kérem valós email címet adjon meg. Beállítások nem kerültek mentésre."
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-27 16:05+0300\n"
6
+ "PO-Revision-Date: 2013-05-27 16:05+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Karoly Kovacs <karcsi1978@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: contact_form.php:100
21
+ #, fuzzy
22
+ msgid "Pro plugins"
23
+ msgstr "Ajánlott pluginok"
24
+
25
+ #: contact_form.php:103
26
+ #: contact_form.php:129
27
  msgid "Activated plugins"
28
  msgstr "Aktivált pluginok"
29
 
30
+ #: contact_form.php:105
31
+ #: contact_form.php:113
32
+ #: contact_form.php:121
33
+ #: contact_form.php:131
34
+ #: contact_form.php:139
35
+ #: contact_form.php:147
36
  msgid "Read more"
37
  msgstr "Részletek megtekintése"
38
 
39
+ #: contact_form.php:105
40
+ #: contact_form.php:131
41
+ #: contact_form.php:1286
42
+ #: contact_form.php:1295
43
  msgid "Settings"
44
  msgstr "Beállítások"
45
 
46
+ #: contact_form.php:111
47
+ #: contact_form.php:137
48
  msgid "Installed plugins"
49
  msgstr "Telepített pluginok"
50
 
51
+ #: contact_form.php:119
52
+ #: contact_form.php:145
53
  msgid "Recommended plugins"
54
  msgstr "Ajánlott pluginok"
55
 
56
+ #: contact_form.php:121
57
+ msgid "Purchase"
58
+ msgstr ""
59
+
60
+ #: contact_form.php:126
61
+ #, fuzzy
62
+ msgid "Free plugins"
63
+ msgstr "Ajánlott pluginok"
64
+
65
+ #: contact_form.php:147
66
  msgid "Download"
67
  msgstr "Letöltés"
68
 
69
+ #: contact_form.php:147
70
  #, php-format
71
  msgid "Install %s"
72
  msgstr "%s telepítése"
73
 
74
+ #: contact_form.php:147
75
  msgid "Install now from wordpress.org"
76
  msgstr "Telepítés most a wordpress.org oldalról"
77
 
78
+ #: contact_form.php:152
79
+ #, fuzzy
80
+ msgid "If you have any questions, please contact us via"
81
  msgstr "Amennyiben kérdése van, kérjük írjon nekünk a plugin@bestwebsoft.com címre vagy töltse ki a kapcsolatfelvételi lapot a weboldalon"
82
 
83
+ #: contact_form.php:161
84
+ #: contact_form.php:526
85
  msgid "Contact Form Options"
86
  msgstr "Kapcsolatfelvételi Ürlap Beállítások"
87
 
88
+ #: contact_form.php:161
89
  msgid "Contact Form"
90
  msgstr "Kapcsolatfelvételi Ürlap"
91
 
92
+ #: contact_form.php:200
93
+ #: contact_form.php:662
94
+ #: contact_form.php:688
95
  msgid "Name:"
96
  msgstr "Noév:"
97
 
98
+ #: contact_form.php:201
99
+ #: contact_form.php:663
100
+ #: contact_form.php:689
101
+ #, fuzzy
102
+ msgid "Address:"
103
+ msgstr "Email cím:"
104
+
105
+ #: contact_form.php:202
106
+ #: contact_form.php:664
107
+ #: contact_form.php:690
108
  msgid "Email Address:"
109
  msgstr "Email cím:"
110
 
111
+ #: contact_form.php:203
112
+ #: contact_form.php:665
113
+ #: contact_form.php:691
114
  msgid "Phone number:"
115
  msgstr "Telefonszám:"
116
 
117
+ #: contact_form.php:204
118
+ #: contact_form.php:666
119
+ #: contact_form.php:692
120
  msgid "Subject:"
121
  msgstr "Tárgy:"
122
 
123
+ #: contact_form.php:205
124
+ #: contact_form.php:667
125
+ #: contact_form.php:693
126
  msgid "Message:"
127
  msgstr "Üzenet:"
128
 
129
+ #: contact_form.php:206
130
+ #: contact_form.php:668
131
+ #: contact_form.php:694
132
  msgid "Attachment:"
133
  msgstr "Csatolmány:"
134
 
135
+ #: contact_form.php:207
136
+ #: contact_form.php:262
137
+ #: contact_form.php:669
138
+ #: contact_form.php:695
139
  msgid "Send me a copy"
140
  msgstr "Kérek másolatot"
141
 
142
+ #: contact_form.php:208
143
+ #: contact_form.php:670
144
+ #: contact_form.php:696
145
  msgid "Submit"
146
  msgstr "Küldés"
147
 
148
+ #: contact_form.php:209
149
  msgid "Your name is required."
150
  msgstr "Név megadása kötelező."
151
 
152
+ #: contact_form.php:210
153
+ #, fuzzy
154
+ msgid "Address is required."
155
+ msgstr "Valós email cím megadása kötelező."
156
+
157
+ #: contact_form.php:211
158
  #, fuzzy
159
  msgid "A valid email address is required."
160
  msgstr "Valós email cím megadása kötelező."
161
 
162
+ #: contact_form.php:212
163
+ #: contact_form.php:257
164
+ #: contact_form.php:260
165
  msgid "Phone number is required."
166
  msgstr "Le numéro de téléphone est obligatoire."
167
 
168
+ #: contact_form.php:213
169
+ #: contact_form.php:256
170
+ #: contact_form.php:259
171
  msgid "Subject is required."
172
  msgstr "Tárgy megadása kötelező."
173
 
174
+ #: contact_form.php:214
175
+ #: contact_form.php:255
176
+ #: contact_form.php:258
177
  msgid "Message text is required."
178
  msgstr "Üzenet megírása kötelező."
179
 
180
+ #: contact_form.php:215
181
  msgid "File format is not valid."
182
  msgstr "Fájl formátuma nem megengedett."
183
 
184
+ #: contact_form.php:216
185
+ msgid "File upload error."
186
+ msgstr ""
187
+
188
+ #: contact_form.php:217
189
+ msgid "The file could not be uploaded."
190
+ msgstr ""
191
+
192
+ #: contact_form.php:218
193
+ msgid "This file is too large."
194
+ msgstr ""
195
+
196
+ #: contact_form.php:219
197
  msgid "Please fill out the CAPTCHA."
198
  msgstr "Kérem töltse ki a CAPTCHA mezőt."
199
 
200
+ #: contact_form.php:220
201
  msgid "Please make corrections below and try again."
202
  msgstr "Kérem javítsa ki a szükséges mezőket és próbálja újra."
203
 
204
+ #: contact_form.php:222
205
  msgid "Thank you for contacting us."
206
  msgstr "Köszönjük az üzenetét."
207
 
208
+ #: contact_form.php:481
209
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
210
  msgstr "Amennyiben az 'Átirányítás egy oldalra' opció kiválasztásra kerül, az URL-t az alábbi formátumban kell megadni"
211
 
212
+ #: contact_form.php:490
213
  msgid "Such user does not exist. Settings are not saved."
214
  msgstr "Nincs ilyen felhasználó. Beállítások nem kerültek mentésre."
215
 
216
+ #: contact_form.php:495
217
+ #: contact_form.php:501
218
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
219
  msgstr "Kérem valós email címet adjon meg a 'FKITÖL' mezőben. Beállítások nem kerültek mentésre."
220
 
221
+ #: contact_form.php:506
222
  msgid "Options saved."
223
  msgstr "Opciók elmentve."
224
 
225
+ #: contact_form.php:531
226
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
227
  msgstr "Amennyiben szeretné hozzáadni a Kapcsolatfelvételi Ürlapot a weboldalához, másolja ki és illessze be az alábbi kódot egy bejegyzésbe, oldalba vagy widgetbe:"
228
 
229
+ #: contact_form.php:532
230
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
231
  msgstr "Amennyiben ezeket a mezőket üresen hagyja, az üzenet a regisztráció során megadott email címre lesz elküldve."
232
 
233
+ #: contact_form.php:536
234
  msgid "The user's email address:"
235
  msgstr "A felhasználó email címe:"
236
 
237
+ #: contact_form.php:540
238
  msgid "Create a username"
239
  msgstr "felhasználónév létrehozása"
240
 
241
+ #: contact_form.php:545
242
  msgid "Enter a username of the person who should get the messages from the contact form."
243
  msgstr "Adja meg azon személy felhasználónevét, akitől az üzeneteket szeretné kapni a Kapcsolatfelvételi Ürlap segítségével."
244
 
245
+ #: contact_form.php:549
246
  msgid "Use this email address:"
247
  msgstr "Ezen email cím használata:"
248
 
249
+ #: contact_form.php:552
250
  msgid "Enter the email address you want the messages forwarded to."
251
  msgstr "Adja meg az email címet, ahova az üzenetek érkezzenek."
252
 
253
+ #: contact_form.php:556
254
  msgid "Additional options"
255
  msgstr "További opciók"
256
 
257
+ #: contact_form.php:559
258
  msgid "Display Attachment block"
259
  msgstr "Csatolmány doboz megjelenítése"
260
 
261
+ #: contact_form.php:561
262
  msgid "Users can attach the following file formats"
263
  msgstr "A felhasználók a következő fájlformátumokat csatolhatják"
264
 
265
+ #: contact_form.php:565
266
  msgid "Display Attachment tips"
267
  msgstr "Tippek megjelenítése a Csatolmányokhoz"
268
 
269
+ #: contact_form.php:567
270
  msgid "Display tips below the Attachment block"
271
  msgstr "Tippek megjelenítése a Csatolmányok doboz alatt"
272
 
273
+ #: contact_form.php:571
274
  msgid "Display Send me a copy block"
275
  msgstr "A 'Kérek másolatot' opció megjelenítése"
276
 
277
+ #: contact_form.php:577
278
  msgid "What to use?"
279
  msgstr "Mit szeretne használni?"
280
 
281
+ #: contact_form.php:580
282
  msgid "Wp-mail"
283
  msgstr "Wp-mail"
284
 
285
+ #: contact_form.php:581
286
  msgid "You can use the wp_mail function for mailing"
287
  msgstr "Használhatja a wp_mail funkciót a levelezéshez"
288
 
289
+ #: contact_form.php:587
290
  msgid "Mail"
291
  msgstr "E-mail"
292
 
293
+ #: contact_form.php:588
294
  msgid "To send mail you can use the php mail function"
295
  msgstr "Email küldéshez használhatja a php mail funkciót"
296
 
297
+ #: contact_form.php:592
298
  msgid "Change text of the 'FROM' field"
299
  msgstr "A 'KITÖL' mező szövegének módosítása"
300
 
301
+ #: contact_form.php:598
302
  msgid "Enter the email address in the 'From' field"
303
  msgstr "Adja meg a 'KITÖL' mező email címét"
304
 
305
+ #: contact_form.php:600
306
  #, fuzzy
307
  msgid "The email address of the user who fills the form will be used in the field 'From'."
308
  msgstr "A felhasználó e-mail címe, akinek az adatai szerepelnek a 'KITÖL' mezőben."
309
 
310
+ #: contact_form.php:602
311
  msgid "This email address will be used in the 'From' field."
312
  msgstr "Ez az email cím szerepel a 'KITÖL' mezőben."
313
 
314
+ #: contact_form.php:606
315
  #, fuzzy
316
+ msgid "Display fields"
317
+ msgstr "Szöveg megjelenítése"
318
+
319
+ #: contact_form.php:608
320
+ #: contact_form.php:616
321
+ #: contact_form.php:1175
322
+ #, fuzzy
323
+ msgid "Address"
324
+ msgstr "Email cím:"
325
+
326
+ #: contact_form.php:609
327
+ #: contact_form.php:618
328
+ #: contact_form.php:1183
329
+ msgid "Phone"
330
+ msgstr "Telefonszám"
331
 
332
+ #: contact_form.php:613
333
  msgid "Required fields"
334
  msgstr "Kötelező mező"
335
 
336
+ #: contact_form.php:615
337
+ #: contact_form.php:1170
338
  msgid "Name"
339
  msgstr "Név"
340
 
341
+ #: contact_form.php:617
342
  #, fuzzy
343
  msgid "Email Address"
344
  msgstr "Email cím:"
345
 
346
+ #: contact_form.php:619
347
+ #: contact_form.php:1186
 
 
 
 
 
348
  msgid "Subject"
349
  msgstr "Sujet"
350
 
351
+ #: contact_form.php:620
352
+ #: contact_form.php:1189
353
  msgid "Message"
354
  msgstr "Üzenet"
355
 
356
+ #: contact_form.php:624
357
  #, fuzzy
358
  msgid "Display additional info in the email"
359
  msgstr "További információk megjelenítése az emailben"
360
 
361
+ #: contact_form.php:629
362
+ #: contact_form.php:1142
363
  msgid "Sent from (ip address)"
364
  msgstr "Küldő (IP cím)"
365
 
366
+ #: contact_form.php:630
367
+ #: contact_form.php:1147
368
  msgid "Date/Time"
369
  msgstr "Dátum/Idő"
370
 
371
+ #: contact_form.php:631
372
+ #: contact_form.php:1152
373
  msgid "Sent from (referer)"
374
  msgstr "Envoyer de (référence)"
375
 
376
+ #: contact_form.php:632
377
+ #: contact_form.php:1157
378
  msgid "Using (user agent)"
379
  msgstr "Alkalmazás (böngésző)"
380
 
381
+ #: contact_form.php:636
382
  msgid "Language settings for the field names in the form"
383
  msgstr "Az ürlap mezőinek nyelvi beállítása"
384
 
385
+ #: contact_form.php:645
386
  #, fuzzy
387
  msgid "Add a language"
388
  msgstr "Nyelv hozzáadása"
389
 
390
+ #: contact_form.php:649
391
  msgid "Change the names of the contact form fields and error messages"
392
  msgstr "A Kapcsolatfelvételi Ürlap mező és hibaüzenet neveinek módosítása"
393
 
394
+ #: contact_form.php:654
395
+ #: contact_form.php:719
396
  msgid "English"
397
  msgstr "Angol"
398
 
399
+ #: contact_form.php:671
400
+ #: contact_form.php:697
401
  msgid "Error message for the Name field"
402
  msgstr "Név mező hibaüzenet"
403
 
404
+ #: contact_form.php:672
405
+ #: contact_form.php:698
406
+ #, fuzzy
407
+ msgid "Error message for the Address field"
408
+ msgstr "Üzenet mező hibaüzenet"
409
+
410
+ #: contact_form.php:673
411
+ #: contact_form.php:699
412
  msgid "Error message for the Email field"
413
  msgstr "Email cím mező hibaüzenet"
414
 
415
+ #: contact_form.php:674
416
+ #: contact_form.php:700
417
  msgid "Error message for the Phone field"
418
  msgstr "Telefonszám mező hibaüzenet"
419
 
420
+ #: contact_form.php:675
421
+ #: contact_form.php:701
422
  msgid "Error message for the Subject field"
423
  msgstr "Tárgy mező hibaüzenet"
424
 
425
+ #: contact_form.php:676
426
+ #: contact_form.php:702
427
  msgid "Error message for the Message field"
428
  msgstr "Üzenet mező hibaüzenet"
429
 
430
+ #: contact_form.php:677
431
+ #: contact_form.php:703
432
+ #, fuzzy
433
+ msgid "Error message about the file type for the Attachment field"
434
+ msgstr "Csatolmány doboz hibaüzenet"
435
+
436
+ #: contact_form.php:678
437
+ #: contact_form.php:704
438
+ #, fuzzy
439
+ msgid "Error message while uploading a file for the Attachment field to the server"
440
+ msgstr "Csatolmány doboz hibaüzenet"
441
+
442
+ #: contact_form.php:679
443
+ #: contact_form.php:705
444
+ #, fuzzy
445
+ msgid "Error message while moving the file for the Attachment field"
446
  msgstr "Csatolmány doboz hibaüzenet"
447
 
448
+ #: contact_form.php:680
449
+ #: contact_form.php:706
450
+ #, fuzzy
451
+ msgid "Error message when file size limit for the Attachment field is exceeded"
452
+ msgstr "Csatolmány doboz hibaüzenet"
453
+
454
+ #: contact_form.php:681
455
+ #: contact_form.php:707
456
  msgid "Error message for the Captcha field"
457
  msgstr "CAPTCHA mező hibaüzenet"
458
 
459
+ #: contact_form.php:682
460
+ #: contact_form.php:708
461
  msgid "Error message for the whole form"
462
  msgstr "Hibaüzenet az egész form számára"
463
 
464
+ #: contact_form.php:683
465
+ #: contact_form.php:709
466
+ #: contact_form.php:728
467
+ #: contact_form.php:734
468
  msgid "Use shortcode"
469
  msgstr "Gyorskód használata"
470
 
471
+ #: contact_form.php:683
472
+ #: contact_form.php:709
473
+ #: contact_form.php:728
474
+ #: contact_form.php:734
475
  msgid "for this language"
476
  msgstr "ehhez a nyelvhez"
477
 
478
+ #: contact_form.php:716
479
  msgid "Action after email is sent"
480
  msgstr "Művelet az email elküldése után"
481
 
482
+ #: contact_form.php:718
483
  msgid "Display text"
484
  msgstr "Szöveg megjelenítése"
485
 
486
+ #: contact_form.php:727
487
+ #: contact_form.php:733
488
  msgid "Text"
489
  msgstr "Szöveg"
490
 
491
+ #: contact_form.php:740
492
  msgid "Redirect to the page"
493
  msgstr "Átirányítás egy weboldalra"
494
 
495
+ #: contact_form.php:741
496
  msgid "Url"
497
  msgstr "Url"
498
 
499
+ #: contact_form.php:746
500
  msgid "Save Changes"
501
  msgstr "Módosítások Mentése"
502
 
503
+ #: contact_form.php:795
504
  msgid "Sorry, email message could not be delivered."
505
  msgstr "Sajnáljuk, az email üzenet nem továbbítható."
506
 
507
+ #: contact_form.php:879
508
  msgid "You can attach the following file formats"
509
  msgstr "A következő fájlformátumokat csatolhatja"
510
 
511
+ #: contact_form.php:1165
512
  msgid "Contact from"
513
  msgstr "Üzenet küldött"
514
 
515
+ #: contact_form.php:1178
516
  msgid "Email"
517
  msgstr "E-mail"
518
 
519
+ #: contact_form.php:1192
520
  msgid "Site"
521
  msgstr "Oldal"
522
 
523
+ #: contact_form.php:1243
524
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
525
  msgstr "Amennyiben ez a MIME nem jelenik meg, akkör az ön Levelezője nem támogatja ezt a MIME típust !"
526
 
527
+ #: contact_form.php:1296
528
  msgid "FAQ"
529
  msgstr "GYIK (FAQ)"
530
 
531
+ #: contact_form.php:1297
532
  msgid "Support"
533
  msgstr "Támogatás"
534
 
535
+ #: contact_form.php:1345
536
  msgid "Are you sure that you want to delete this language data?"
537
  msgstr "Biztosan törölni szeretné ezt a nyelvi adatot ?"
538
 
539
+ #, fuzzy
540
+ #~ msgid "Display a phone number field"
541
+ #~ msgstr "Telefonszám mező megjelenítése"
542
  #~ msgid "Please enter a valid email address. Settings are not saved."
543
  #~ msgstr ""
544
  #~ "Kérem valós email címet adjon meg. Beállítások nem kerültek mentésre."
languages/contact_form-it_IT.mo CHANGED
Binary file
languages/contact_form-it_IT.po CHANGED
@@ -2,10 +2,10 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 15:09+0300\n"
6
- "PO-Revision-Date: 2013-04-22 15:09+0300\n"
7
  "Last-Translator: \n"
8
- "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -16,446 +16,522 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:78
 
 
 
 
 
 
20
  msgid "Activated plugins"
21
  msgstr "Plugin attivati"
22
 
23
- #: contact_form.php:80
24
- #: contact_form.php:88
25
- #: contact_form.php:96
 
 
 
26
  msgid "Read more"
27
  msgstr "Leggi"
28
 
29
- #: contact_form.php:80
30
- #: contact_form.php:1127
31
- #: contact_form.php:1136
 
32
  msgid "Settings"
33
  msgstr "Settaggi"
34
 
35
- #: contact_form.php:86
 
36
  msgid "Installed plugins"
37
  msgstr "Plugin installati"
38
 
39
- #: contact_form.php:94
 
40
  msgid "Recommended plugins"
41
  msgstr "Plugin raccomandati"
42
 
43
- #: contact_form.php:96
 
 
 
 
 
 
 
 
 
44
  msgid "Download"
45
  msgstr "Download"
46
 
47
- #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "Installa %s"
51
 
52
- #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "Installa ora da wordpress.org"
55
 
56
- #: contact_form.php:98
57
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
 
58
  msgstr "Se hai domande, per favore contattaci a plugin@bestwebsoft.com o compila il modulo \"contact form\" sul nostro sito"
59
 
60
- #: contact_form.php:110
61
- #: contact_form.php:430
62
  msgid "Contact Form Options"
63
  msgstr "Opzioni Contact Form"
64
 
65
- #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "Contact Form"
68
 
69
- #: contact_form.php:147
70
- #: contact_form.php:564
71
- #: contact_form.php:585
72
  msgid "Name:"
73
  msgstr "Nome:"
74
 
75
- #: contact_form.php:148
76
- #: contact_form.php:565
77
- #: contact_form.php:586
 
 
 
 
 
 
 
78
  msgid "Email Address:"
79
  msgstr "Indirizzo e-mail:"
80
 
81
- #: contact_form.php:149
82
- #: contact_form.php:566
83
- #: contact_form.php:587
84
  msgid "Phone number:"
85
- msgstr ""
86
 
87
- #: contact_form.php:150
88
- #: contact_form.php:567
89
- #: contact_form.php:588
90
  msgid "Subject:"
91
  msgstr "Oggetto:"
92
 
93
- #: contact_form.php:151
94
- #: contact_form.php:568
95
- #: contact_form.php:589
96
  msgid "Message:"
97
  msgstr "Messaggio:"
98
 
99
- #: contact_form.php:152
100
- #: contact_form.php:569
101
- #: contact_form.php:590
102
  msgid "Attachment:"
103
  msgstr "Attachment:"
104
 
105
- #: contact_form.php:153
106
- #: contact_form.php:199
107
- #: contact_form.php:570
108
- #: contact_form.php:591
109
  msgid "Send me a copy"
110
  msgstr "Inviami una copia"
111
 
112
- #: contact_form.php:154
113
- #: contact_form.php:571
114
- #: contact_form.php:592
115
  msgid "Submit"
116
  msgstr "Invia"
117
 
118
- #: contact_form.php:155
119
  msgid "Your name is required."
120
  msgstr "Il nome è obbligatorio"
121
 
122
- #: contact_form.php:156
123
  #, fuzzy
 
 
 
 
124
  msgid "A valid email address is required."
125
- msgstr "È richiesto un indirizzo e-mail corretto"
126
 
127
- #: contact_form.php:157
128
- #: contact_form.php:194
129
- #: contact_form.php:197
130
- #, fuzzy
131
  msgid "Phone number is required."
132
- msgstr "Il nome è obbligatorio"
133
 
134
- #: contact_form.php:158
135
- #: contact_form.php:193
136
- #: contact_form.php:196
137
  msgid "Subject is required."
138
  msgstr "L'oggetto è obbligatorio"
139
 
140
- #: contact_form.php:159
141
- #: contact_form.php:192
142
- #: contact_form.php:195
143
  msgid "Message text is required."
144
  msgstr "Il campo messaggio è obbligatorio"
145
 
146
- #: contact_form.php:160
147
  msgid "File format is not valid."
148
  msgstr "L'attachment non è corretto"
149
 
150
- #: contact_form.php:161
 
 
 
 
 
 
 
 
 
 
 
 
151
  msgid "Please fill out the CAPTCHA."
152
  msgstr "Completa il CAPTCHA"
153
 
154
- #: contact_form.php:162
155
  msgid "Please make corrections below and try again."
156
  msgstr "Controlla i dati del modulo e riprova!"
157
 
158
- #: contact_form.php:164
159
  msgid "Thank you for contacting us."
160
  msgstr "Grazie per averci contattato."
161
 
162
- #: contact_form.php:385
163
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
164
- msgstr ""
165
 
166
- #: contact_form.php:394
167
  msgid "Such user does not exist. Settings are not saved."
168
  msgstr "L'utente indicato non esiste. Le opzioni non sono state salvate."
169
 
170
- #: contact_form.php:399
171
- #: contact_form.php:405
172
- #, fuzzy
173
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
174
- msgstr "Perfavore inserisci una e-mail corretta. Opzioni non salvate."
175
 
176
- #: contact_form.php:410
177
  msgid "Options saved."
178
  msgstr "Opzioni salvate."
179
 
180
- #: contact_form.php:435
181
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
182
  msgstr "Se vuoi aggiungere un Contact Form al tuo sito, copia e incolla questo shortcode nei tuoi post o nelle tue pagine o widget:"
183
 
184
- #: contact_form.php:436
185
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
186
  msgstr "Se le informazioni nei campi sottostanti sono vuote allora il messaggio sarà inviato ad un indirizzo che è stato specificato durante la fase di registrazione. "
187
 
188
- #: contact_form.php:440
189
  msgid "The user's email address:"
190
  msgstr "Utilizza l'e-mail dell'utente wordpress:"
191
 
192
- #: contact_form.php:444
193
  msgid "Create a username"
194
  msgstr "Seleziona nome utente"
195
 
196
- #: contact_form.php:449
197
  msgid "Enter a username of the person who should get the messages from the contact form."
198
  msgstr "Imposta il nome dell'utente che riceverà i messaggi da un contact form."
199
 
200
- #: contact_form.php:453
201
  msgid "Use this email address:"
202
  msgstr "Utilizza questa e-mail:"
203
 
204
- #: contact_form.php:456
205
  msgid "Enter the email address you want the messages forwarded to."
206
  msgstr "Imposta una e-mail che verrà utilizzata per ricevere i messaggi."
207
 
208
- #: contact_form.php:460
209
  msgid "Additional options"
210
  msgstr "Impostazioni aggiuntive"
211
 
212
- #: contact_form.php:463
213
  msgid "Display Attachment block"
214
  msgstr "Visualizza l'attachment"
215
 
216
- #: contact_form.php:465
217
  msgid "Users can attach the following file formats"
218
  msgstr "Gli utenti possono allegare i files nei seguenti tipi"
219
 
220
- #: contact_form.php:469
221
  msgid "Display Attachment tips"
222
- msgstr ""
223
 
224
- #: contact_form.php:471
225
  msgid "Display tips below the Attachment block"
226
- msgstr ""
227
 
228
- #: contact_form.php:475
229
  msgid "Display Send me a copy block"
230
  msgstr "Visualizza il blocco \"Inviami una copia\" "
231
 
232
- #: contact_form.php:481
233
  msgid "What to use?"
234
- msgstr ""
235
 
236
- #: contact_form.php:484
237
  msgid "Wp-mail"
238
  msgstr "Wp-mail"
239
 
240
- #: contact_form.php:485
241
  msgid "You can use the wp_mail function for mailing"
242
- msgstr ""
243
 
244
- #: contact_form.php:491
245
  msgid "Mail"
246
  msgstr "Mail"
247
 
248
- #: contact_form.php:492
249
  msgid "To send mail you can use the php mail function"
250
- msgstr ""
251
 
252
- #: contact_form.php:496
253
- #, fuzzy
254
  msgid "Change text of the 'FROM' field"
255
- msgstr "Modifica da campi del contact form"
256
 
257
- #: contact_form.php:502
258
  msgid "Enter the email address in the 'From' field"
259
- msgstr ""
260
 
261
- #: contact_form.php:504
262
  msgid "The email address of the user who fills the form will be used in the field 'From'."
263
- msgstr ""
264
 
265
- #: contact_form.php:506
266
  msgid "This email address will be used in the 'From' field."
267
- msgstr ""
268
 
269
- #: contact_form.php:510
270
- msgid "Display a phone number field"
271
- msgstr ""
 
 
 
 
 
 
 
 
272
 
273
- #: contact_form.php:516
 
 
 
 
 
 
274
  msgid "Required fields"
275
- msgstr ""
276
 
277
- #: contact_form.php:518
278
- #: contact_form.php:1016
279
  msgid "Name"
280
  msgstr "Nome"
281
 
282
- #: contact_form.php:519
283
- #, fuzzy
284
  msgid "Email Address"
285
- msgstr "Indirizzo e-mail:"
286
-
287
- #: contact_form.php:520
288
- #: contact_form.php:1024
289
- msgid "Phone"
290
- msgstr ""
291
 
292
- #: contact_form.php:521
293
- #: contact_form.php:1027
294
  msgid "Subject"
295
  msgstr "Oggetto"
296
 
297
- #: contact_form.php:522
298
- #: contact_form.php:1030
299
  msgid "Message"
300
  msgstr "Messaggio"
301
 
302
- #: contact_form.php:526
303
  msgid "Display additional info in the email"
304
- msgstr ""
305
 
306
- #: contact_form.php:531
307
- #: contact_form.php:988
308
  msgid "Sent from (ip address)"
309
  msgstr "Inviato da (indirizzi IP)"
310
 
311
- #: contact_form.php:532
312
- #: contact_form.php:993
313
  msgid "Date/Time"
314
  msgstr "Data/Ora"
315
 
316
- #: contact_form.php:533
317
- #: contact_form.php:998
318
  msgid "Sent from (referer)"
319
  msgstr "Da (referente)"
320
 
321
- #: contact_form.php:534
322
- #: contact_form.php:1003
323
  msgid "Using (user agent)"
324
  msgstr "Utilizza (user agent)"
325
 
326
- #: contact_form.php:538
327
  msgid "Language settings for the field names in the form"
328
- msgstr ""
329
 
330
- #: contact_form.php:547
331
  msgid "Add a language"
332
- msgstr ""
333
 
334
- #: contact_form.php:551
335
  msgid "Change the names of the contact form fields and error messages"
336
  msgstr "Modifica le etichette dei campi del contact form"
337
 
338
- #: contact_form.php:556
339
- #: contact_form.php:611
340
  msgid "English"
341
- msgstr ""
342
 
343
- #: contact_form.php:572
344
- #: contact_form.php:593
345
  msgid "Error message for the Name field"
346
- msgstr ""
347
 
348
- #: contact_form.php:573
349
- #: contact_form.php:594
 
 
 
 
 
 
350
  msgid "Error message for the Email field"
351
- msgstr ""
352
 
353
- #: contact_form.php:574
354
- #: contact_form.php:595
355
  msgid "Error message for the Phone field"
356
- msgstr ""
357
 
358
- #: contact_form.php:575
359
- #: contact_form.php:596
360
  msgid "Error message for the Subject field"
361
- msgstr ""
362
 
363
- #: contact_form.php:576
364
- #: contact_form.php:597
365
  msgid "Error message for the Message field"
366
- msgstr ""
367
 
368
- #: contact_form.php:577
369
- #: contact_form.php:598
370
- msgid "Error message for the Attachment field"
371
- msgstr ""
 
 
 
 
 
 
 
372
 
373
- #: contact_form.php:578
374
- #: contact_form.php:599
 
 
 
 
 
 
 
 
 
 
 
 
375
  msgid "Error message for the Captcha field"
376
- msgstr ""
377
 
378
- #: contact_form.php:579
379
- #: contact_form.php:600
380
  msgid "Error message for the whole form"
381
- msgstr ""
382
 
383
- #: contact_form.php:580
384
- #: contact_form.php:601
385
- #: contact_form.php:620
386
- #: contact_form.php:626
387
  msgid "Use shortcode"
388
- msgstr ""
389
 
390
- #: contact_form.php:580
391
- #: contact_form.php:601
392
- #: contact_form.php:620
393
- #: contact_form.php:626
394
  msgid "for this language"
395
- msgstr ""
396
 
397
- #: contact_form.php:608
398
  msgid "Action after email is sent"
399
- msgstr ""
400
 
401
- #: contact_form.php:610
402
- #, fuzzy
403
  msgid "Display text"
404
- msgstr "Visualizza l'attachment"
405
 
406
- #: contact_form.php:619
407
- #: contact_form.php:625
408
  msgid "Text"
409
- msgstr ""
410
 
411
- #: contact_form.php:632
412
  msgid "Redirect to the page"
413
- msgstr ""
414
 
415
- #: contact_form.php:633
416
  msgid "Url"
417
- msgstr ""
418
 
419
- #: contact_form.php:638
420
  msgid "Save Changes"
421
  msgstr "Salva le modifiche"
422
 
423
- #: contact_form.php:685
424
  msgid "Sorry, email message could not be delivered."
425
  msgstr "Spiacenti, la tua e-mail non può essere consegnata al momento."
426
 
427
- #: contact_form.php:755
428
  msgid "You can attach the following file formats"
429
  msgstr "Gli utenti possono allegare i files nei seguenti tipi"
430
 
431
- #: contact_form.php:1011
432
  msgid "Contact from"
433
  msgstr "Contact from"
434
 
435
- #: contact_form.php:1019
436
  msgid "Email"
437
  msgstr "e-mail"
438
 
439
- #: contact_form.php:1033
440
  msgid "Site"
441
  msgstr "Sito"
442
 
443
- #: contact_form.php:1084
444
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
445
  msgstr "Se puoi visualizzare questo MIME il tuo client non supporta i MIME types!"
446
 
447
- #: contact_form.php:1137
448
  msgid "FAQ"
449
  msgstr "FAQ"
450
 
451
- #: contact_form.php:1138
452
  msgid "Support"
453
  msgstr "Supporto"
454
 
455
- #: contact_form.php:1184
456
  msgid "Are you sure that you want to delete this language data?"
457
- msgstr ""
458
 
 
 
459
  #~ msgid "Please enter a valid email address. Settings are not saved."
460
  #~ msgstr "Perfavore inserisci una e-mail corretta. Opzioni non salvate."
461
 
@@ -466,6 +542,4 @@ msgstr ""
466
  #~ msgstr "Indirizzo e-mail:"
467
  #~ msgid "Install Now"
468
  #~ msgstr "Installa Ora"
469
- #~ msgid "BWS Plugins"
470
- #~ msgstr "BWS Plugins"
471
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-27 16:05+0300\n"
6
+ "PO-Revision-Date: 2013-05-27 16:06+0300\n"
7
  "Last-Translator: \n"
8
+ "Language-Team: Ilian Gagliardi <ilian@ultra-violet.it>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:100
20
+ #, fuzzy
21
+ msgid "Pro plugins"
22
+ msgstr "BWS Plugins"
23
+
24
+ #: contact_form.php:103
25
+ #: contact_form.php:129
26
  msgid "Activated plugins"
27
  msgstr "Plugin attivati"
28
 
29
+ #: contact_form.php:105
30
+ #: contact_form.php:113
31
+ #: contact_form.php:121
32
+ #: contact_form.php:131
33
+ #: contact_form.php:139
34
+ #: contact_form.php:147
35
  msgid "Read more"
36
  msgstr "Leggi"
37
 
38
+ #: contact_form.php:105
39
+ #: contact_form.php:131
40
+ #: contact_form.php:1286
41
+ #: contact_form.php:1295
42
  msgid "Settings"
43
  msgstr "Settaggi"
44
 
45
+ #: contact_form.php:111
46
+ #: contact_form.php:137
47
  msgid "Installed plugins"
48
  msgstr "Plugin installati"
49
 
50
+ #: contact_form.php:119
51
+ #: contact_form.php:145
52
  msgid "Recommended plugins"
53
  msgstr "Plugin raccomandati"
54
 
55
+ #: contact_form.php:121
56
+ msgid "Purchase"
57
+ msgstr ""
58
+
59
+ #: contact_form.php:126
60
+ #, fuzzy
61
+ msgid "Free plugins"
62
+ msgstr "Plugin raccomandati"
63
+
64
+ #: contact_form.php:147
65
  msgid "Download"
66
  msgstr "Download"
67
 
68
+ #: contact_form.php:147
69
  #, php-format
70
  msgid "Install %s"
71
  msgstr "Installa %s"
72
 
73
+ #: contact_form.php:147
74
  msgid "Install now from wordpress.org"
75
  msgstr "Installa ora da wordpress.org"
76
 
77
+ #: contact_form.php:152
78
+ #, fuzzy
79
+ msgid "If you have any questions, please contact us via"
80
  msgstr "Se hai domande, per favore contattaci a plugin@bestwebsoft.com o compila il modulo \"contact form\" sul nostro sito"
81
 
82
+ #: contact_form.php:161
83
+ #: contact_form.php:526
84
  msgid "Contact Form Options"
85
  msgstr "Opzioni Contact Form"
86
 
87
+ #: contact_form.php:161
88
  msgid "Contact Form"
89
  msgstr "Contact Form"
90
 
91
+ #: contact_form.php:200
92
+ #: contact_form.php:662
93
+ #: contact_form.php:688
94
  msgid "Name:"
95
  msgstr "Nome:"
96
 
97
+ #: contact_form.php:201
98
+ #: contact_form.php:663
99
+ #: contact_form.php:689
100
+ #, fuzzy
101
+ msgid "Address:"
102
+ msgstr "Indirizzo e-mail:"
103
+
104
+ #: contact_form.php:202
105
+ #: contact_form.php:664
106
+ #: contact_form.php:690
107
  msgid "Email Address:"
108
  msgstr "Indirizzo e-mail:"
109
 
110
+ #: contact_form.php:203
111
+ #: contact_form.php:665
112
+ #: contact_form.php:691
113
  msgid "Phone number:"
114
+ msgstr "Numero di telefono:"
115
 
116
+ #: contact_form.php:204
117
+ #: contact_form.php:666
118
+ #: contact_form.php:692
119
  msgid "Subject:"
120
  msgstr "Oggetto:"
121
 
122
+ #: contact_form.php:205
123
+ #: contact_form.php:667
124
+ #: contact_form.php:693
125
  msgid "Message:"
126
  msgstr "Messaggio:"
127
 
128
+ #: contact_form.php:206
129
+ #: contact_form.php:668
130
+ #: contact_form.php:694
131
  msgid "Attachment:"
132
  msgstr "Attachment:"
133
 
134
+ #: contact_form.php:207
135
+ #: contact_form.php:262
136
+ #: contact_form.php:669
137
+ #: contact_form.php:695
138
  msgid "Send me a copy"
139
  msgstr "Inviami una copia"
140
 
141
+ #: contact_form.php:208
142
+ #: contact_form.php:670
143
+ #: contact_form.php:696
144
  msgid "Submit"
145
  msgstr "Invia"
146
 
147
+ #: contact_form.php:209
148
  msgid "Your name is required."
149
  msgstr "Il nome è obbligatorio"
150
 
151
+ #: contact_form.php:210
152
  #, fuzzy
153
+ msgid "Address is required."
154
+ msgstr "È richiesto un indirizzo e-mail valido."
155
+
156
+ #: contact_form.php:211
157
  msgid "A valid email address is required."
158
+ msgstr "È richiesto un indirizzo e-mail valido."
159
 
160
+ #: contact_form.php:212
161
+ #: contact_form.php:257
162
+ #: contact_form.php:260
 
163
  msgid "Phone number is required."
164
+ msgstr "Il numero di telefono è obbligatorio"
165
 
166
+ #: contact_form.php:213
167
+ #: contact_form.php:256
168
+ #: contact_form.php:259
169
  msgid "Subject is required."
170
  msgstr "L'oggetto è obbligatorio"
171
 
172
+ #: contact_form.php:214
173
+ #: contact_form.php:255
174
+ #: contact_form.php:258
175
  msgid "Message text is required."
176
  msgstr "Il campo messaggio è obbligatorio"
177
 
178
+ #: contact_form.php:215
179
  msgid "File format is not valid."
180
  msgstr "L'attachment non è corretto"
181
 
182
+ #: contact_form.php:216
183
+ msgid "File upload error."
184
+ msgstr ""
185
+
186
+ #: contact_form.php:217
187
+ msgid "The file could not be uploaded."
188
+ msgstr ""
189
+
190
+ #: contact_form.php:218
191
+ msgid "This file is too large."
192
+ msgstr ""
193
+
194
+ #: contact_form.php:219
195
  msgid "Please fill out the CAPTCHA."
196
  msgstr "Completa il CAPTCHA"
197
 
198
+ #: contact_form.php:220
199
  msgid "Please make corrections below and try again."
200
  msgstr "Controlla i dati del modulo e riprova!"
201
 
202
+ #: contact_form.php:222
203
  msgid "Thank you for contacting us."
204
  msgstr "Grazie per averci contattato."
205
 
206
+ #: contact_form.php:481
207
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
208
+ msgstr "se l'opzione 'Reindirizza a pagina' è impostata, allora il campo URL deve essere nel seguente formato"
209
 
210
+ #: contact_form.php:490
211
  msgid "Such user does not exist. Settings are not saved."
212
  msgstr "L'utente indicato non esiste. Le opzioni non sono state salvate."
213
 
214
+ #: contact_form.php:495
215
+ #: contact_form.php:501
 
216
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
217
+ msgstr "Perfavore inserisci una e-mail corretta nel campo 'DA'. Opzioni non salvate."
218
 
219
+ #: contact_form.php:506
220
  msgid "Options saved."
221
  msgstr "Opzioni salvate."
222
 
223
+ #: contact_form.php:531
224
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
225
  msgstr "Se vuoi aggiungere un Contact Form al tuo sito, copia e incolla questo shortcode nei tuoi post o nelle tue pagine o widget:"
226
 
227
+ #: contact_form.php:532
228
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
229
  msgstr "Se le informazioni nei campi sottostanti sono vuote allora il messaggio sarà inviato ad un indirizzo che è stato specificato durante la fase di registrazione. "
230
 
231
+ #: contact_form.php:536
232
  msgid "The user's email address:"
233
  msgstr "Utilizza l'e-mail dell'utente wordpress:"
234
 
235
+ #: contact_form.php:540
236
  msgid "Create a username"
237
  msgstr "Seleziona nome utente"
238
 
239
+ #: contact_form.php:545
240
  msgid "Enter a username of the person who should get the messages from the contact form."
241
  msgstr "Imposta il nome dell'utente che riceverà i messaggi da un contact form."
242
 
243
+ #: contact_form.php:549
244
  msgid "Use this email address:"
245
  msgstr "Utilizza questa e-mail:"
246
 
247
+ #: contact_form.php:552
248
  msgid "Enter the email address you want the messages forwarded to."
249
  msgstr "Imposta una e-mail che verrà utilizzata per ricevere i messaggi."
250
 
251
+ #: contact_form.php:556
252
  msgid "Additional options"
253
  msgstr "Impostazioni aggiuntive"
254
 
255
+ #: contact_form.php:559
256
  msgid "Display Attachment block"
257
  msgstr "Visualizza l'attachment"
258
 
259
+ #: contact_form.php:561
260
  msgid "Users can attach the following file formats"
261
  msgstr "Gli utenti possono allegare i files nei seguenti tipi"
262
 
263
+ #: contact_form.php:565
264
  msgid "Display Attachment tips"
265
+ msgstr "Visualizza suggerimenti Allegato"
266
 
267
+ #: contact_form.php:567
268
  msgid "Display tips below the Attachment block"
269
+ msgstr "Visualizza suggeriementi sotto il blocco Allegato"
270
 
271
+ #: contact_form.php:571
272
  msgid "Display Send me a copy block"
273
  msgstr "Visualizza il blocco \"Inviami una copia\" "
274
 
275
+ #: contact_form.php:577
276
  msgid "What to use?"
277
+ msgstr "Cosa utilizzare?"
278
 
279
+ #: contact_form.php:580
280
  msgid "Wp-mail"
281
  msgstr "Wp-mail"
282
 
283
+ #: contact_form.php:581
284
  msgid "You can use the wp_mail function for mailing"
285
+ msgstr "Per inviare e-mail puoi utilizzare la funzione wp_mail"
286
 
287
+ #: contact_form.php:587
288
  msgid "Mail"
289
  msgstr "Mail"
290
 
291
+ #: contact_form.php:588
292
  msgid "To send mail you can use the php mail function"
293
+ msgstr "Per inviare e-mail puoi utilizzare la funzione mail di php"
294
 
295
+ #: contact_form.php:592
 
296
  msgid "Change text of the 'FROM' field"
297
+ msgstr "Modifica il contenuto del campo 'DA'"
298
 
299
+ #: contact_form.php:598
300
  msgid "Enter the email address in the 'From' field"
301
+ msgstr "Inserisci l'indirizzo e-mail nel campo 'DA'"
302
 
303
+ #: contact_form.php:600
304
  msgid "The email address of the user who fills the form will be used in the field 'From'."
305
+ msgstr "L'indirizzo e-mail dell'utente che compila il form verrà usato nel campo 'DA'"
306
 
307
+ #: contact_form.php:602
308
  msgid "This email address will be used in the 'From' field."
309
+ msgstr "Questo indirizzo e-mail verrà utilizzato nel campo 'DA'"
310
 
311
+ #: contact_form.php:606
312
+ #, fuzzy
313
+ msgid "Display fields"
314
+ msgstr "Visualizza il testo"
315
+
316
+ #: contact_form.php:608
317
+ #: contact_form.php:616
318
+ #: contact_form.php:1175
319
+ #, fuzzy
320
+ msgid "Address"
321
+ msgstr "Indirizzo e-mail"
322
 
323
+ #: contact_form.php:609
324
+ #: contact_form.php:618
325
+ #: contact_form.php:1183
326
+ msgid "Phone"
327
+ msgstr "Telefono"
328
+
329
+ #: contact_form.php:613
330
  msgid "Required fields"
331
+ msgstr "Campi richiesti"
332
 
333
+ #: contact_form.php:615
334
+ #: contact_form.php:1170
335
  msgid "Name"
336
  msgstr "Nome"
337
 
338
+ #: contact_form.php:617
 
339
  msgid "Email Address"
340
+ msgstr "Indirizzo e-mail"
 
 
 
 
 
341
 
342
+ #: contact_form.php:619
343
+ #: contact_form.php:1186
344
  msgid "Subject"
345
  msgstr "Oggetto"
346
 
347
+ #: contact_form.php:620
348
+ #: contact_form.php:1189
349
  msgid "Message"
350
  msgstr "Messaggio"
351
 
352
+ #: contact_form.php:624
353
  msgid "Display additional info in the email"
354
+ msgstr "Visualizza informazioni aggiuntive nella e-mail"
355
 
356
+ #: contact_form.php:629
357
+ #: contact_form.php:1142
358
  msgid "Sent from (ip address)"
359
  msgstr "Inviato da (indirizzi IP)"
360
 
361
+ #: contact_form.php:630
362
+ #: contact_form.php:1147
363
  msgid "Date/Time"
364
  msgstr "Data/Ora"
365
 
366
+ #: contact_form.php:631
367
+ #: contact_form.php:1152
368
  msgid "Sent from (referer)"
369
  msgstr "Da (referente)"
370
 
371
+ #: contact_form.php:632
372
+ #: contact_form.php:1157
373
  msgid "Using (user agent)"
374
  msgstr "Utilizza (user agent)"
375
 
376
+ #: contact_form.php:636
377
  msgid "Language settings for the field names in the form"
378
+ msgstr "Impostazione della lingua per i nomi dei campi del form"
379
 
380
+ #: contact_form.php:645
381
  msgid "Add a language"
382
+ msgstr "Aggiungi un linguaggio"
383
 
384
+ #: contact_form.php:649
385
  msgid "Change the names of the contact form fields and error messages"
386
  msgstr "Modifica le etichette dei campi del contact form"
387
 
388
+ #: contact_form.php:654
389
+ #: contact_form.php:719
390
  msgid "English"
391
+ msgstr "Inglese"
392
 
393
+ #: contact_form.php:671
394
+ #: contact_form.php:697
395
  msgid "Error message for the Name field"
396
+ msgstr "Messaggio d'errore per il campo Nome"
397
 
398
+ #: contact_form.php:672
399
+ #: contact_form.php:698
400
+ #, fuzzy
401
+ msgid "Error message for the Address field"
402
+ msgstr "Messaggio d'errore per il campo Testo del Messaggio"
403
+
404
+ #: contact_form.php:673
405
+ #: contact_form.php:699
406
  msgid "Error message for the Email field"
407
+ msgstr "Messaggio d'errore per il campo e-mail"
408
 
409
+ #: contact_form.php:674
410
+ #: contact_form.php:700
411
  msgid "Error message for the Phone field"
412
+ msgstr "Messaggio d'errore per il campo Telefono"
413
 
414
+ #: contact_form.php:675
415
+ #: contact_form.php:701
416
  msgid "Error message for the Subject field"
417
+ msgstr "Messaggio d'errore per il campo Soggetto"
418
 
419
+ #: contact_form.php:676
420
+ #: contact_form.php:702
421
  msgid "Error message for the Message field"
422
+ msgstr "Messaggio d'errore per il campo Testo del Messaggio"
423
 
424
+ #: contact_form.php:677
425
+ #: contact_form.php:703
426
+ #, fuzzy
427
+ msgid "Error message about the file type for the Attachment field"
428
+ msgstr "Messaggio d'errore per il campo Allegato"
429
+
430
+ #: contact_form.php:678
431
+ #: contact_form.php:704
432
+ #, fuzzy
433
+ msgid "Error message while uploading a file for the Attachment field to the server"
434
+ msgstr "Messaggio d'errore per il campo Allegato"
435
 
436
+ #: contact_form.php:679
437
+ #: contact_form.php:705
438
+ #, fuzzy
439
+ msgid "Error message while moving the file for the Attachment field"
440
+ msgstr "Messaggio d'errore per il campo Allegato"
441
+
442
+ #: contact_form.php:680
443
+ #: contact_form.php:706
444
+ #, fuzzy
445
+ msgid "Error message when file size limit for the Attachment field is exceeded"
446
+ msgstr "Messaggio d'errore per il campo Allegato"
447
+
448
+ #: contact_form.php:681
449
+ #: contact_form.php:707
450
  msgid "Error message for the Captcha field"
451
+ msgstr "Messaggio d'errore per il campo Captcha"
452
 
453
+ #: contact_form.php:682
454
+ #: contact_form.php:708
455
  msgid "Error message for the whole form"
456
+ msgstr "Messaggio d'errore per l'intero modulo"
457
 
458
+ #: contact_form.php:683
459
+ #: contact_form.php:709
460
+ #: contact_form.php:728
461
+ #: contact_form.php:734
462
  msgid "Use shortcode"
463
+ msgstr "usa lo shortcode"
464
 
465
+ #: contact_form.php:683
466
+ #: contact_form.php:709
467
+ #: contact_form.php:728
468
+ #: contact_form.php:734
469
  msgid "for this language"
470
+ msgstr "per questa lingua"
471
 
472
+ #: contact_form.php:716
473
  msgid "Action after email is sent"
474
+ msgstr "Azione successiva all'invio dell'e-mail"
475
 
476
+ #: contact_form.php:718
 
477
  msgid "Display text"
478
+ msgstr "Visualizza il testo"
479
 
480
+ #: contact_form.php:727
481
+ #: contact_form.php:733
482
  msgid "Text"
483
+ msgstr "Testo"
484
 
485
+ #: contact_form.php:740
486
  msgid "Redirect to the page"
487
+ msgstr "Reindirizza alla pagina"
488
 
489
+ #: contact_form.php:741
490
  msgid "Url"
491
+ msgstr "Url"
492
 
493
+ #: contact_form.php:746
494
  msgid "Save Changes"
495
  msgstr "Salva le modifiche"
496
 
497
+ #: contact_form.php:795
498
  msgid "Sorry, email message could not be delivered."
499
  msgstr "Spiacenti, la tua e-mail non può essere consegnata al momento."
500
 
501
+ #: contact_form.php:879
502
  msgid "You can attach the following file formats"
503
  msgstr "Gli utenti possono allegare i files nei seguenti tipi"
504
 
505
+ #: contact_form.php:1165
506
  msgid "Contact from"
507
  msgstr "Contact from"
508
 
509
+ #: contact_form.php:1178
510
  msgid "Email"
511
  msgstr "e-mail"
512
 
513
+ #: contact_form.php:1192
514
  msgid "Site"
515
  msgstr "Sito"
516
 
517
+ #: contact_form.php:1243
518
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
519
  msgstr "Se puoi visualizzare questo MIME il tuo client non supporta i MIME types!"
520
 
521
+ #: contact_form.php:1296
522
  msgid "FAQ"
523
  msgstr "FAQ"
524
 
525
+ #: contact_form.php:1297
526
  msgid "Support"
527
  msgstr "Supporto"
528
 
529
+ #: contact_form.php:1345
530
  msgid "Are you sure that you want to delete this language data?"
531
+ msgstr "Sei sicuro di voler cancellare questo linguaggio?"
532
 
533
+ #~ msgid "Display a phone number field"
534
+ #~ msgstr "VIsualizza un campo numero di telefono"
535
  #~ msgid "Please enter a valid email address. Settings are not saved."
536
  #~ msgstr "Perfavore inserisci una e-mail corretta. Opzioni non salvate."
537
 
542
  #~ msgstr "Indirizzo e-mail:"
543
  #~ msgid "Install Now"
544
  #~ msgstr "Installa Ora"
 
 
545
 
languages/contact_form-ja.mo CHANGED
Binary file
languages/contact_form-ja.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 15:09+0300\n"
6
- "PO-Revision-Date: 2013-04-22 15:09+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,449 +16,524 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:78
 
 
 
 
 
 
20
  msgid "Activated plugins"
21
  msgstr "有効なプラグイン"
22
 
23
- #: contact_form.php:80
24
- #: contact_form.php:88
25
- #: contact_form.php:96
 
 
 
26
  msgid "Read more"
27
  msgstr "もっと読む"
28
 
29
- #: contact_form.php:80
30
- #: contact_form.php:1127
31
- #: contact_form.php:1136
 
32
  msgid "Settings"
33
  msgstr "設定"
34
 
35
- #: contact_form.php:86
 
36
  msgid "Installed plugins"
37
  msgstr "導入済みプラグイン"
38
 
39
- #: contact_form.php:94
 
40
  msgid "Recommended plugins"
41
  msgstr "推奨プラグイン"
42
 
43
- #: contact_form.php:96
 
 
 
 
 
 
 
 
 
44
  msgid "Download"
45
  msgstr "ダウンロード"
46
 
47
- #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "%s 導入"
51
 
52
- #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "wordpress.org から直ぐに導入"
55
 
56
- #: contact_form.php:98
57
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
 
58
  msgstr "もそご質問がある場合は、plugin@bestwebsoft.comにご連絡頂くか、我々のサイトのコンタクトフォームからお願いします。"
59
 
60
- #: contact_form.php:110
61
- #: contact_form.php:430
62
  msgid "Contact Form Options"
63
  msgstr "コンタクトフォーム オプション"
64
 
65
- #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "Contact Form"
68
 
69
- #: contact_form.php:147
70
- #: contact_form.php:564
71
- #: contact_form.php:585
72
  msgid "Name:"
73
  msgstr "名前:"
74
 
75
- #: contact_form.php:148
76
- #: contact_form.php:565
77
- #: contact_form.php:586
 
 
 
 
 
 
 
78
  msgid "Email Address:"
79
  msgstr "E-Mail:"
80
 
81
- #: contact_form.php:149
82
- #: contact_form.php:566
83
- #: contact_form.php:587
84
  msgid "Phone number:"
85
  msgstr ""
86
 
87
- #: contact_form.php:150
88
- #: contact_form.php:567
89
- #: contact_form.php:588
90
  msgid "Subject:"
91
  msgstr "件名:"
92
 
93
- #: contact_form.php:151
94
- #: contact_form.php:568
95
- #: contact_form.php:589
96
  msgid "Message:"
97
  msgstr "メッセージ:"
98
 
99
- #: contact_form.php:152
100
- #: contact_form.php:569
101
- #: contact_form.php:590
102
  msgid "Attachment:"
103
  msgstr "添付:"
104
 
105
- #: contact_form.php:153
106
- #: contact_form.php:199
107
- #: contact_form.php:570
108
- #: contact_form.php:591
109
  msgid "Send me a copy"
110
  msgstr "コピーを自分に送る"
111
 
112
- #: contact_form.php:154
113
- #: contact_form.php:571
114
- #: contact_form.php:592
115
  msgid "Submit"
116
  msgstr "送信"
117
 
118
- #: contact_form.php:155
119
  msgid "Your name is required."
120
  msgstr "名前は必須です。"
121
 
122
- #: contact_form.php:156
 
 
 
 
 
123
  #, fuzzy
124
  msgid "A valid email address is required."
125
  msgstr "正確なemailが必須です。"
126
 
127
- #: contact_form.php:157
128
- #: contact_form.php:194
129
- #: contact_form.php:197
130
  #, fuzzy
131
  msgid "Phone number is required."
132
  msgstr "名前は必須です。"
133
 
134
- #: contact_form.php:158
135
- #: contact_form.php:193
136
- #: contact_form.php:196
137
  msgid "Subject is required."
138
  msgstr "件名は必須です。"
139
 
140
- #: contact_form.php:159
141
- #: contact_form.php:192
142
- #: contact_form.php:195
143
  msgid "Message text is required."
144
  msgstr "メッセージ本文は必須です。"
145
 
146
- #: contact_form.php:160
147
  msgid "File format is not valid."
148
  msgstr "添付が壊れています。"
149
 
150
- #: contact_form.php:161
 
 
 
 
 
 
 
 
 
 
 
 
151
  msgid "Please fill out the CAPTCHA."
152
  msgstr "CAPTCHAを入力して下さい。"
153
 
154
- #: contact_form.php:162
155
  msgid "Please make corrections below and try again."
156
  msgstr "以下を修正し、再度試して下さい。"
157
 
158
- #: contact_form.php:164
159
  msgid "Thank you for contacting us."
160
  msgstr "ご連絡ありがとうございます"
161
 
162
- #: contact_form.php:385
163
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
164
  msgstr ""
165
 
166
- #: contact_form.php:394
167
  msgid "Such user does not exist. Settings are not saved."
168
  msgstr "このようなユーザは存在しません。設定は保存されません。"
169
 
170
- #: contact_form.php:399
171
- #: contact_form.php:405
172
  #, fuzzy
173
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
174
  msgstr "正確なemailを入力して下さい。設定は保存されません。"
175
 
176
- #: contact_form.php:410
177
  msgid "Options saved."
178
  msgstr "オプション保存."
179
 
180
- #: contact_form.php:435
181
  #, fuzzy
182
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
183
  msgstr "コンタクトフォームをあなたのサイトに追加したい場合は、このショートカットを投稿またはページにコピーして貼り付けるだけです。"
184
 
185
- #: contact_form.php:436
186
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
187
  msgstr "以下の項目の情報が空欄の場合、登録の際に記述したアドレスにメッセージが送られます。"
188
 
189
- #: contact_form.php:440
190
  msgid "The user's email address:"
191
  msgstr "wordpressユーザのemailを利用r:"
192
 
193
- #: contact_form.php:444
194
  msgid "Create a username"
195
  msgstr "ユーザ名の選択"
196
 
197
- #: contact_form.php:449
198
  #, fuzzy
199
  msgid "Enter a username of the person who should get the messages from the contact form."
200
  msgstr "コンタクトフォームからメッセージを受け取るユーザ名を設定。"
201
 
202
- #: contact_form.php:453
203
  msgid "Use this email address:"
204
  msgstr "このemailを利用:"
205
 
206
- #: contact_form.php:456
207
  msgid "Enter the email address you want the messages forwarded to."
208
  msgstr "メッセージ受信用のemailを設定。"
209
 
210
- #: contact_form.php:460
211
  msgid "Additional options"
212
  msgstr "追加オプション"
213
 
214
- #: contact_form.php:463
215
  msgid "Display Attachment block"
216
  msgstr "添付ブロックを表示"
217
 
218
- #: contact_form.php:465
219
  msgid "Users can attach the following file formats"
220
  msgstr "ユーザは、以下のタイプのファイルを添付できる"
221
 
222
- #: contact_form.php:469
223
  #, fuzzy
224
  msgid "Display Attachment tips"
225
  msgstr "添付ブロックを表示"
226
 
227
- #: contact_form.php:471
228
  #, fuzzy
229
  msgid "Display tips below the Attachment block"
230
  msgstr "添付ブロックを表示"
231
 
232
- #: contact_form.php:475
233
  msgid "Display Send me a copy block"
234
  msgstr "コピーブロックを自分に送るを表示"
235
 
236
- #: contact_form.php:481
237
  msgid "What to use?"
238
  msgstr ""
239
 
240
- #: contact_form.php:484
241
  #, fuzzy
242
  msgid "Wp-mail"
243
  msgstr "E-Mail"
244
 
245
- #: contact_form.php:485
246
  msgid "You can use the wp_mail function for mailing"
247
  msgstr ""
248
 
249
- #: contact_form.php:491
250
  msgid "Mail"
251
  msgstr ""
252
 
253
- #: contact_form.php:492
254
  msgid "To send mail you can use the php mail function"
255
  msgstr ""
256
 
257
- #: contact_form.php:496
258
  #, fuzzy
259
  msgid "Change text of the 'FROM' field"
260
  msgstr "コンタクトフォームのフィールドのラベルを変更"
261
 
262
- #: contact_form.php:502
263
  msgid "Enter the email address in the 'From' field"
264
  msgstr ""
265
 
266
- #: contact_form.php:504
267
  msgid "The email address of the user who fills the form will be used in the field 'From'."
268
  msgstr ""
269
 
270
- #: contact_form.php:506
271
  msgid "This email address will be used in the 'From' field."
272
  msgstr ""
273
 
274
- #: contact_form.php:510
275
- msgid "Display a phone number field"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
276
  msgstr ""
277
 
278
- #: contact_form.php:516
279
  msgid "Required fields"
280
  msgstr ""
281
 
282
- #: contact_form.php:518
283
- #: contact_form.php:1016
284
  msgid "Name"
285
  msgstr "名前"
286
 
287
- #: contact_form.php:519
288
  #, fuzzy
289
  msgid "Email Address"
290
  msgstr "E-Mail:"
291
 
292
- #: contact_form.php:520
293
- #: contact_form.php:1024
294
- msgid "Phone"
295
- msgstr ""
296
-
297
- #: contact_form.php:521
298
- #: contact_form.php:1027
299
  msgid "Subject"
300
  msgstr "件名"
301
 
302
- #: contact_form.php:522
303
- #: contact_form.php:1030
304
  msgid "Message"
305
  msgstr "メッセージ"
306
 
307
- #: contact_form.php:526
308
  msgid "Display additional info in the email"
309
  msgstr ""
310
 
311
- #: contact_form.php:531
312
- #: contact_form.php:988
313
  msgid "Sent from (ip address)"
314
  msgstr "(IP-Adresse)から送られた"
315
 
316
- #: contact_form.php:532
317
- #: contact_form.php:993
318
  msgid "Date/Time"
319
  msgstr "日時"
320
 
321
- #: contact_form.php:533
322
- #: contact_form.php:998
323
  msgid "Sent from (referer)"
324
  msgstr "(referer)から送られている"
325
 
326
- #: contact_form.php:534
327
- #: contact_form.php:1003
328
  msgid "Using (user agent)"
329
  msgstr "(user agent)使用"
330
 
331
- #: contact_form.php:538
332
  msgid "Language settings for the field names in the form"
333
  msgstr ""
334
 
335
- #: contact_form.php:547
336
  msgid "Add a language"
337
  msgstr ""
338
 
339
- #: contact_form.php:551
340
  #, fuzzy
341
  msgid "Change the names of the contact form fields and error messages"
342
  msgstr "コンタクトフォームのフィールドのラベルを変更"
343
 
344
- #: contact_form.php:556
345
- #: contact_form.php:611
346
  msgid "English"
347
  msgstr ""
348
 
349
- #: contact_form.php:572
350
- #: contact_form.php:593
351
  msgid "Error message for the Name field"
352
  msgstr ""
353
 
354
- #: contact_form.php:573
355
- #: contact_form.php:594
 
 
 
 
 
356
  msgid "Error message for the Email field"
357
  msgstr ""
358
 
359
- #: contact_form.php:574
360
- #: contact_form.php:595
361
  msgid "Error message for the Phone field"
362
  msgstr ""
363
 
364
- #: contact_form.php:575
365
- #: contact_form.php:596
366
  msgid "Error message for the Subject field"
367
  msgstr ""
368
 
369
- #: contact_form.php:576
370
- #: contact_form.php:597
371
  msgid "Error message for the Message field"
372
  msgstr ""
373
 
374
- #: contact_form.php:577
375
- #: contact_form.php:598
376
- msgid "Error message for the Attachment field"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
377
  msgstr ""
378
 
379
- #: contact_form.php:578
380
- #: contact_form.php:599
381
  msgid "Error message for the Captcha field"
382
  msgstr ""
383
 
384
- #: contact_form.php:579
385
- #: contact_form.php:600
386
  msgid "Error message for the whole form"
387
  msgstr ""
388
 
389
- #: contact_form.php:580
390
- #: contact_form.php:601
391
- #: contact_form.php:620
392
- #: contact_form.php:626
393
  msgid "Use shortcode"
394
  msgstr ""
395
 
396
- #: contact_form.php:580
397
- #: contact_form.php:601
398
- #: contact_form.php:620
399
- #: contact_form.php:626
400
  msgid "for this language"
401
  msgstr ""
402
 
403
- #: contact_form.php:608
404
  msgid "Action after email is sent"
405
  msgstr ""
406
 
407
- #: contact_form.php:610
408
  #, fuzzy
409
  msgid "Display text"
410
  msgstr "添付ブロックを表示"
411
 
412
- #: contact_form.php:619
413
- #: contact_form.php:625
414
  msgid "Text"
415
  msgstr ""
416
 
417
- #: contact_form.php:632
418
  msgid "Redirect to the page"
419
  msgstr ""
420
 
421
- #: contact_form.php:633
422
  msgid "Url"
423
  msgstr ""
424
 
425
- #: contact_form.php:638
426
  msgid "Save Changes"
427
  msgstr "変更を保存"
428
 
429
- #: contact_form.php:685
430
  msgid "Sorry, email message could not be delivered."
431
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
432
 
433
- #: contact_form.php:755
434
  msgid "You can attach the following file formats"
435
  msgstr "貴方は、以下のタイプのファイルを添付できます"
436
 
437
- #: contact_form.php:1011
438
  msgid "Contact from"
439
  msgstr "コンタクトフォーム"
440
 
441
- #: contact_form.php:1019
442
  msgid "Email"
443
  msgstr "E-Mail"
444
 
445
- #: contact_form.php:1033
446
  msgid "Site"
447
  msgstr "サイト"
448
 
449
- #: contact_form.php:1084
450
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
451
  msgstr "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
452
 
453
- #: contact_form.php:1137
454
  msgid "FAQ"
455
  msgstr "FAQ"
456
 
457
- #: contact_form.php:1138
458
  msgid "Support"
459
  msgstr "サポート"
460
 
461
- #: contact_form.php:1184
462
  msgid "Are you sure that you want to delete this language data?"
463
  msgstr ""
464
 
@@ -472,6 +547,4 @@ msgstr ""
472
  #~ msgstr "Indirizzo e-mail:"
473
  #~ msgid "Install Now"
474
  #~ msgstr "Installa Ora"
475
- #~ msgid "BWS Plugins"
476
- #~ msgstr "BWS Plugins"
477
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-27 16:06+0300\n"
6
+ "PO-Revision-Date: 2013-05-27 16:06+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:100
20
+ #, fuzzy
21
+ msgid "Pro plugins"
22
+ msgstr "BWS Plugins"
23
+
24
+ #: contact_form.php:103
25
+ #: contact_form.php:129
26
  msgid "Activated plugins"
27
  msgstr "有効なプラグイン"
28
 
29
+ #: contact_form.php:105
30
+ #: contact_form.php:113
31
+ #: contact_form.php:121
32
+ #: contact_form.php:131
33
+ #: contact_form.php:139
34
+ #: contact_form.php:147
35
  msgid "Read more"
36
  msgstr "もっと読む"
37
 
38
+ #: contact_form.php:105
39
+ #: contact_form.php:131
40
+ #: contact_form.php:1286
41
+ #: contact_form.php:1295
42
  msgid "Settings"
43
  msgstr "設定"
44
 
45
+ #: contact_form.php:111
46
+ #: contact_form.php:137
47
  msgid "Installed plugins"
48
  msgstr "導入済みプラグイン"
49
 
50
+ #: contact_form.php:119
51
+ #: contact_form.php:145
52
  msgid "Recommended plugins"
53
  msgstr "推奨プラグイン"
54
 
55
+ #: contact_form.php:121
56
+ msgid "Purchase"
57
+ msgstr ""
58
+
59
+ #: contact_form.php:126
60
+ #, fuzzy
61
+ msgid "Free plugins"
62
+ msgstr "推奨プラグイン"
63
+
64
+ #: contact_form.php:147
65
  msgid "Download"
66
  msgstr "ダウンロード"
67
 
68
+ #: contact_form.php:147
69
  #, php-format
70
  msgid "Install %s"
71
  msgstr "%s 導入"
72
 
73
+ #: contact_form.php:147
74
  msgid "Install now from wordpress.org"
75
  msgstr "wordpress.org から直ぐに導入"
76
 
77
+ #: contact_form.php:152
78
+ #, fuzzy
79
+ msgid "If you have any questions, please contact us via"
80
  msgstr "もそご質問がある場合は、plugin@bestwebsoft.comにご連絡頂くか、我々のサイトのコンタクトフォームからお願いします。"
81
 
82
+ #: contact_form.php:161
83
+ #: contact_form.php:526
84
  msgid "Contact Form Options"
85
  msgstr "コンタクトフォーム オプション"
86
 
87
+ #: contact_form.php:161
88
  msgid "Contact Form"
89
  msgstr "Contact Form"
90
 
91
+ #: contact_form.php:200
92
+ #: contact_form.php:662
93
+ #: contact_form.php:688
94
  msgid "Name:"
95
  msgstr "名前:"
96
 
97
+ #: contact_form.php:201
98
+ #: contact_form.php:663
99
+ #: contact_form.php:689
100
+ #, fuzzy
101
+ msgid "Address:"
102
+ msgstr "E-Mail:"
103
+
104
+ #: contact_form.php:202
105
+ #: contact_form.php:664
106
+ #: contact_form.php:690
107
  msgid "Email Address:"
108
  msgstr "E-Mail:"
109
 
110
+ #: contact_form.php:203
111
+ #: contact_form.php:665
112
+ #: contact_form.php:691
113
  msgid "Phone number:"
114
  msgstr ""
115
 
116
+ #: contact_form.php:204
117
+ #: contact_form.php:666
118
+ #: contact_form.php:692
119
  msgid "Subject:"
120
  msgstr "件名:"
121
 
122
+ #: contact_form.php:205
123
+ #: contact_form.php:667
124
+ #: contact_form.php:693
125
  msgid "Message:"
126
  msgstr "メッセージ:"
127
 
128
+ #: contact_form.php:206
129
+ #: contact_form.php:668
130
+ #: contact_form.php:694
131
  msgid "Attachment:"
132
  msgstr "添付:"
133
 
134
+ #: contact_form.php:207
135
+ #: contact_form.php:262
136
+ #: contact_form.php:669
137
+ #: contact_form.php:695
138
  msgid "Send me a copy"
139
  msgstr "コピーを自分に送る"
140
 
141
+ #: contact_form.php:208
142
+ #: contact_form.php:670
143
+ #: contact_form.php:696
144
  msgid "Submit"
145
  msgstr "送信"
146
 
147
+ #: contact_form.php:209
148
  msgid "Your name is required."
149
  msgstr "名前は必須です。"
150
 
151
+ #: contact_form.php:210
152
+ #, fuzzy
153
+ msgid "Address is required."
154
+ msgstr "正確なemailが必須です。"
155
+
156
+ #: contact_form.php:211
157
  #, fuzzy
158
  msgid "A valid email address is required."
159
  msgstr "正確なemailが必須です。"
160
 
161
+ #: contact_form.php:212
162
+ #: contact_form.php:257
163
+ #: contact_form.php:260
164
  #, fuzzy
165
  msgid "Phone number is required."
166
  msgstr "名前は必須です。"
167
 
168
+ #: contact_form.php:213
169
+ #: contact_form.php:256
170
+ #: contact_form.php:259
171
  msgid "Subject is required."
172
  msgstr "件名は必須です。"
173
 
174
+ #: contact_form.php:214
175
+ #: contact_form.php:255
176
+ #: contact_form.php:258
177
  msgid "Message text is required."
178
  msgstr "メッセージ本文は必須です。"
179
 
180
+ #: contact_form.php:215
181
  msgid "File format is not valid."
182
  msgstr "添付が壊れています。"
183
 
184
+ #: contact_form.php:216
185
+ msgid "File upload error."
186
+ msgstr ""
187
+
188
+ #: contact_form.php:217
189
+ msgid "The file could not be uploaded."
190
+ msgstr ""
191
+
192
+ #: contact_form.php:218
193
+ msgid "This file is too large."
194
+ msgstr ""
195
+
196
+ #: contact_form.php:219
197
  msgid "Please fill out the CAPTCHA."
198
  msgstr "CAPTCHAを入力して下さい。"
199
 
200
+ #: contact_form.php:220
201
  msgid "Please make corrections below and try again."
202
  msgstr "以下を修正し、再度試して下さい。"
203
 
204
+ #: contact_form.php:222
205
  msgid "Thank you for contacting us."
206
  msgstr "ご連絡ありがとうございます"
207
 
208
+ #: contact_form.php:481
209
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
210
  msgstr ""
211
 
212
+ #: contact_form.php:490
213
  msgid "Such user does not exist. Settings are not saved."
214
  msgstr "このようなユーザは存在しません。設定は保存されません。"
215
 
216
+ #: contact_form.php:495
217
+ #: contact_form.php:501
218
  #, fuzzy
219
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
220
  msgstr "正確なemailを入力して下さい。設定は保存されません。"
221
 
222
+ #: contact_form.php:506
223
  msgid "Options saved."
224
  msgstr "オプション保存."
225
 
226
+ #: contact_form.php:531
227
  #, fuzzy
228
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
229
  msgstr "コンタクトフォームをあなたのサイトに追加したい場合は、このショートカットを投稿またはページにコピーして貼り付けるだけです。"
230
 
231
+ #: contact_form.php:532
232
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
233
  msgstr "以下の項目の情報が空欄の場合、登録の際に記述したアドレスにメッセージが送られます。"
234
 
235
+ #: contact_form.php:536
236
  msgid "The user's email address:"
237
  msgstr "wordpressユーザのemailを利用r:"
238
 
239
+ #: contact_form.php:540
240
  msgid "Create a username"
241
  msgstr "ユーザ名の選択"
242
 
243
+ #: contact_form.php:545
244
  #, fuzzy
245
  msgid "Enter a username of the person who should get the messages from the contact form."
246
  msgstr "コンタクトフォームからメッセージを受け取るユーザ名を設定。"
247
 
248
+ #: contact_form.php:549
249
  msgid "Use this email address:"
250
  msgstr "このemailを利用:"
251
 
252
+ #: contact_form.php:552
253
  msgid "Enter the email address you want the messages forwarded to."
254
  msgstr "メッセージ受信用のemailを設定。"
255
 
256
+ #: contact_form.php:556
257
  msgid "Additional options"
258
  msgstr "追加オプション"
259
 
260
+ #: contact_form.php:559
261
  msgid "Display Attachment block"
262
  msgstr "添付ブロックを表示"
263
 
264
+ #: contact_form.php:561
265
  msgid "Users can attach the following file formats"
266
  msgstr "ユーザは、以下のタイプのファイルを添付できる"
267
 
268
+ #: contact_form.php:565
269
  #, fuzzy
270
  msgid "Display Attachment tips"
271
  msgstr "添付ブロックを表示"
272
 
273
+ #: contact_form.php:567
274
  #, fuzzy
275
  msgid "Display tips below the Attachment block"
276
  msgstr "添付ブロックを表示"
277
 
278
+ #: contact_form.php:571
279
  msgid "Display Send me a copy block"
280
  msgstr "コピーブロックを自分に送るを表示"
281
 
282
+ #: contact_form.php:577
283
  msgid "What to use?"
284
  msgstr ""
285
 
286
+ #: contact_form.php:580
287
  #, fuzzy
288
  msgid "Wp-mail"
289
  msgstr "E-Mail"
290
 
291
+ #: contact_form.php:581
292
  msgid "You can use the wp_mail function for mailing"
293
  msgstr ""
294
 
295
+ #: contact_form.php:587
296
  msgid "Mail"
297
  msgstr ""
298
 
299
+ #: contact_form.php:588
300
  msgid "To send mail you can use the php mail function"
301
  msgstr ""
302
 
303
+ #: contact_form.php:592
304
  #, fuzzy
305
  msgid "Change text of the 'FROM' field"
306
  msgstr "コンタクトフォームのフィールドのラベルを変更"
307
 
308
+ #: contact_form.php:598
309
  msgid "Enter the email address in the 'From' field"
310
  msgstr ""
311
 
312
+ #: contact_form.php:600
313
  msgid "The email address of the user who fills the form will be used in the field 'From'."
314
  msgstr ""
315
 
316
+ #: contact_form.php:602
317
  msgid "This email address will be used in the 'From' field."
318
  msgstr ""
319
 
320
+ #: contact_form.php:606
321
+ #, fuzzy
322
+ msgid "Display fields"
323
+ msgstr "添付ブロックを表示"
324
+
325
+ #: contact_form.php:608
326
+ #: contact_form.php:616
327
+ #: contact_form.php:1175
328
+ #, fuzzy
329
+ msgid "Address"
330
+ msgstr "E-Mail:"
331
+
332
+ #: contact_form.php:609
333
+ #: contact_form.php:618
334
+ #: contact_form.php:1183
335
+ msgid "Phone"
336
  msgstr ""
337
 
338
+ #: contact_form.php:613
339
  msgid "Required fields"
340
  msgstr ""
341
 
342
+ #: contact_form.php:615
343
+ #: contact_form.php:1170
344
  msgid "Name"
345
  msgstr "名前"
346
 
347
+ #: contact_form.php:617
348
  #, fuzzy
349
  msgid "Email Address"
350
  msgstr "E-Mail:"
351
 
352
+ #: contact_form.php:619
353
+ #: contact_form.php:1186
 
 
 
 
 
354
  msgid "Subject"
355
  msgstr "件名"
356
 
357
+ #: contact_form.php:620
358
+ #: contact_form.php:1189
359
  msgid "Message"
360
  msgstr "メッセージ"
361
 
362
+ #: contact_form.php:624
363
  msgid "Display additional info in the email"
364
  msgstr ""
365
 
366
+ #: contact_form.php:629
367
+ #: contact_form.php:1142
368
  msgid "Sent from (ip address)"
369
  msgstr "(IP-Adresse)から送られた"
370
 
371
+ #: contact_form.php:630
372
+ #: contact_form.php:1147
373
  msgid "Date/Time"
374
  msgstr "日時"
375
 
376
+ #: contact_form.php:631
377
+ #: contact_form.php:1152
378
  msgid "Sent from (referer)"
379
  msgstr "(referer)から送られている"
380
 
381
+ #: contact_form.php:632
382
+ #: contact_form.php:1157
383
  msgid "Using (user agent)"
384
  msgstr "(user agent)使用"
385
 
386
+ #: contact_form.php:636
387
  msgid "Language settings for the field names in the form"
388
  msgstr ""
389
 
390
+ #: contact_form.php:645
391
  msgid "Add a language"
392
  msgstr ""
393
 
394
+ #: contact_form.php:649
395
  #, fuzzy
396
  msgid "Change the names of the contact form fields and error messages"
397
  msgstr "コンタクトフォームのフィールドのラベルを変更"
398
 
399
+ #: contact_form.php:654
400
+ #: contact_form.php:719
401
  msgid "English"
402
  msgstr ""
403
 
404
+ #: contact_form.php:671
405
+ #: contact_form.php:697
406
  msgid "Error message for the Name field"
407
  msgstr ""
408
 
409
+ #: contact_form.php:672
410
+ #: contact_form.php:698
411
+ msgid "Error message for the Address field"
412
+ msgstr ""
413
+
414
+ #: contact_form.php:673
415
+ #: contact_form.php:699
416
  msgid "Error message for the Email field"
417
  msgstr ""
418
 
419
+ #: contact_form.php:674
420
+ #: contact_form.php:700
421
  msgid "Error message for the Phone field"
422
  msgstr ""
423
 
424
+ #: contact_form.php:675
425
+ #: contact_form.php:701
426
  msgid "Error message for the Subject field"
427
  msgstr ""
428
 
429
+ #: contact_form.php:676
430
+ #: contact_form.php:702
431
  msgid "Error message for the Message field"
432
  msgstr ""
433
 
434
+ #: contact_form.php:677
435
+ #: contact_form.php:703
436
+ msgid "Error message about the file type for the Attachment field"
437
+ msgstr ""
438
+
439
+ #: contact_form.php:678
440
+ #: contact_form.php:704
441
+ msgid "Error message while uploading a file for the Attachment field to the server"
442
+ msgstr ""
443
+
444
+ #: contact_form.php:679
445
+ #: contact_form.php:705
446
+ msgid "Error message while moving the file for the Attachment field"
447
+ msgstr ""
448
+
449
+ #: contact_form.php:680
450
+ #: contact_form.php:706
451
+ msgid "Error message when file size limit for the Attachment field is exceeded"
452
  msgstr ""
453
 
454
+ #: contact_form.php:681
455
+ #: contact_form.php:707
456
  msgid "Error message for the Captcha field"
457
  msgstr ""
458
 
459
+ #: contact_form.php:682
460
+ #: contact_form.php:708
461
  msgid "Error message for the whole form"
462
  msgstr ""
463
 
464
+ #: contact_form.php:683
465
+ #: contact_form.php:709
466
+ #: contact_form.php:728
467
+ #: contact_form.php:734
468
  msgid "Use shortcode"
469
  msgstr ""
470
 
471
+ #: contact_form.php:683
472
+ #: contact_form.php:709
473
+ #: contact_form.php:728
474
+ #: contact_form.php:734
475
  msgid "for this language"
476
  msgstr ""
477
 
478
+ #: contact_form.php:716
479
  msgid "Action after email is sent"
480
  msgstr ""
481
 
482
+ #: contact_form.php:718
483
  #, fuzzy
484
  msgid "Display text"
485
  msgstr "添付ブロックを表示"
486
 
487
+ #: contact_form.php:727
488
+ #: contact_form.php:733
489
  msgid "Text"
490
  msgstr ""
491
 
492
+ #: contact_form.php:740
493
  msgid "Redirect to the page"
494
  msgstr ""
495
 
496
+ #: contact_form.php:741
497
  msgid "Url"
498
  msgstr ""
499
 
500
+ #: contact_form.php:746
501
  msgid "Save Changes"
502
  msgstr "変更を保存"
503
 
504
+ #: contact_form.php:795
505
  msgid "Sorry, email message could not be delivered."
506
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
507
 
508
+ #: contact_form.php:879
509
  msgid "You can attach the following file formats"
510
  msgstr "貴方は、以下のタイプのファイルを添付できます"
511
 
512
+ #: contact_form.php:1165
513
  msgid "Contact from"
514
  msgstr "コンタクトフォーム"
515
 
516
+ #: contact_form.php:1178
517
  msgid "Email"
518
  msgstr "E-Mail"
519
 
520
+ #: contact_form.php:1192
521
  msgid "Site"
522
  msgstr "サイト"
523
 
524
+ #: contact_form.php:1243
525
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
526
  msgstr "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
527
 
528
+ #: contact_form.php:1296
529
  msgid "FAQ"
530
  msgstr "FAQ"
531
 
532
+ #: contact_form.php:1297
533
  msgid "Support"
534
  msgstr "サポート"
535
 
536
+ #: contact_form.php:1345
537
  msgid "Are you sure that you want to delete this language data?"
538
  msgstr ""
539
 
547
  #~ msgstr "Indirizzo e-mail:"
548
  #~ msgid "Install Now"
549
  #~ msgstr "Installa Ora"
 
 
550
 
languages/contact_form-lt_LT.mo CHANGED
Binary file
languages/contact_form-lt_LT.po CHANGED
@@ -3,8 +3,8 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: contact_form\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2013-04-22 15:09+0300\n"
7
- "PO-Revision-Date: 2013-04-22 15:09+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: Lithuanian <kde-i18n-lt@kde.org>\n"
10
  "MIME-Version: 1.0\n"
@@ -18,444 +18,519 @@ msgstr ""
18
  "X-Generator: Poedit 1.5.4\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: contact_form.php:78
 
 
 
 
 
 
22
  msgid "Activated plugins"
23
  msgstr "Aktyvuoti įskiepiai"
24
 
25
- #: contact_form.php:80
26
- #: contact_form.php:88
27
- #: contact_form.php:96
 
 
 
28
  msgid "Read more"
29
  msgstr "Skaityti daugiau"
30
 
31
- #: contact_form.php:80
32
- #: contact_form.php:1127
33
- #: contact_form.php:1136
 
34
  msgid "Settings"
35
  msgstr "Nustatymai"
36
 
37
- #: contact_form.php:86
 
38
  msgid "Installed plugins"
39
  msgstr "Įdiegti įskiepiai"
40
 
41
- #: contact_form.php:94
 
42
  msgid "Recommended plugins"
43
  msgstr "Rekomenduojami įskiepiai"
44
 
45
- #: contact_form.php:96
 
 
 
 
 
 
 
 
 
46
  msgid "Download"
47
  msgstr "Atsisiųsti"
48
 
49
- #: contact_form.php:96
50
  #, php-format
51
  msgid "Install %s"
52
  msgstr "Įdiegti %s"
53
 
54
- #: contact_form.php:96
55
  msgid "Install now from wordpress.org"
56
  msgstr "Įdiegti dabar iš wordpress.org"
57
 
58
- #: contact_form.php:98
59
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
 
60
  msgstr "Jei turite klausimų, prašome susisiekti su mumis per plugin@bestwebsoft.com arba užpildykite mūsų kontaktų formą mūsų svetainėje"
61
 
62
- #: contact_form.php:110
63
- #: contact_form.php:430
64
  msgid "Contact Form Options"
65
  msgstr "Kontaktų formos parinktys"
66
 
67
- #: contact_form.php:110
68
  msgid "Contact Form"
69
  msgstr "Kontaktų forma"
70
 
71
- #: contact_form.php:147
72
- #: contact_form.php:564
73
- #: contact_form.php:585
74
  msgid "Name:"
75
  msgstr "Vardas:"
76
 
77
- #: contact_form.php:148
78
- #: contact_form.php:565
79
- #: contact_form.php:586
 
 
 
 
 
 
 
80
  msgid "Email Address:"
81
  msgstr "El. pašto adresas:"
82
 
83
- #: contact_form.php:149
84
- #: contact_form.php:566
85
- #: contact_form.php:587
86
  msgid "Phone number:"
87
  msgstr ""
88
 
89
- #: contact_form.php:150
90
- #: contact_form.php:567
91
- #: contact_form.php:588
92
  msgid "Subject:"
93
  msgstr "Tema:"
94
 
95
- #: contact_form.php:151
96
- #: contact_form.php:568
97
- #: contact_form.php:589
98
  msgid "Message:"
99
  msgstr "Pranešimas:"
100
 
101
- #: contact_form.php:152
102
- #: contact_form.php:569
103
- #: contact_form.php:590
104
  msgid "Attachment:"
105
  msgstr "Priedas:"
106
 
107
- #: contact_form.php:153
108
- #: contact_form.php:199
109
- #: contact_form.php:570
110
- #: contact_form.php:591
111
  msgid "Send me a copy"
112
  msgstr "Siųsti kopiją man"
113
 
114
- #: contact_form.php:154
115
- #: contact_form.php:571
116
- #: contact_form.php:592
117
  msgid "Submit"
118
  msgstr "Siųsti"
119
 
120
- #: contact_form.php:155
121
  msgid "Your name is required."
122
  msgstr "Būtina įrašyti vardą."
123
 
124
- #: contact_form.php:156
 
 
 
 
 
125
  #, fuzzy
126
  msgid "A valid email address is required."
127
  msgstr "Būtina įrašyti teisingą el. pašto adresą."
128
 
129
- #: contact_form.php:157
130
- #: contact_form.php:194
131
- #: contact_form.php:197
132
  #, fuzzy
133
  msgid "Phone number is required."
134
  msgstr "Būtina įrašyti vardą."
135
 
136
- #: contact_form.php:158
137
- #: contact_form.php:193
138
- #: contact_form.php:196
139
  msgid "Subject is required."
140
  msgstr "Būtina įrašyti temą."
141
 
142
- #: contact_form.php:159
143
- #: contact_form.php:192
144
- #: contact_form.php:195
145
  msgid "Message text is required."
146
  msgstr "Būtina įrašyti laiško turinį."
147
 
148
- #: contact_form.php:160
149
  msgid "File format is not valid."
150
  msgstr "Pridedamas failas sugadintas."
151
 
152
- #: contact_form.php:161
 
 
 
 
 
 
 
 
 
 
 
 
153
  msgid "Please fill out the CAPTCHA."
154
  msgstr "Prašome užpildyti CAPTCHA."
155
 
156
- #: contact_form.php:162
157
  msgid "Please make corrections below and try again."
158
  msgstr "Prašome pataisyti laišką ir bandyti iš naujo."
159
 
160
- #: contact_form.php:164
161
  msgid "Thank you for contacting us."
162
  msgstr "Dėkojame, kad su mumis susisiekėte."
163
 
164
- #: contact_form.php:385
165
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
166
  msgstr ""
167
 
168
- #: contact_form.php:394
169
  msgid "Such user does not exist. Settings are not saved."
170
  msgstr "Toks vartotojas neegzistuoja. Nustatymai neišsaugoti."
171
 
172
- #: contact_form.php:399
173
- #: contact_form.php:405
174
  #, fuzzy
175
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
176
  msgstr "Prašome įrašyti teisingą el. pašto adresą. Nustatymai neįrašyti."
177
 
178
- #: contact_form.php:410
179
  msgid "Options saved."
180
  msgstr "Parinktys išsaugotos."
181
 
182
- #: contact_form.php:435
183
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
184
  msgstr "Jei norite pridėti kontaktų formą prie savo svetainės, tiesiog nukopijuokite šį trumpą kodą į savo puslapį ar elementą:"
185
 
186
- #: contact_form.php:436
187
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
188
  msgstr "Jei informacijos žemiau esančiuose laukuose nėra, pranešimas bus išsiųstas adresu, kuris buvo nurodytas prisiregistravimo metu."
189
 
190
- #: contact_form.php:440
191
  msgid "The user's email address:"
192
  msgstr "Naudoti wordpress vartotojo el. pašto adresą:"
193
 
194
- #: contact_form.php:444
195
  msgid "Create a username"
196
  msgstr "Pasirinkite vartotojo vardą"
197
 
198
- #: contact_form.php:449
199
  msgid "Enter a username of the person who should get the messages from the contact form."
200
  msgstr "Nurodykite vardą vartotojo, kuris gaus pranešimus iš Kontaktų formos."
201
 
202
- #: contact_form.php:453
203
  msgid "Use this email address:"
204
  msgstr "Naudoti šį el. pašto adresą:"
205
 
206
- #: contact_form.php:456
207
  msgid "Enter the email address you want the messages forwarded to."
208
  msgstr "Nustatykite el. pašto adresą, kuris bus naudojamas pranešimams gauti."
209
 
210
- #: contact_form.php:460
211
  msgid "Additional options"
212
  msgstr "Papildomos parinktys"
213
 
214
- #: contact_form.php:463
215
  msgid "Display Attachment block"
216
  msgstr "Rodyti priedų įrašą"
217
 
218
- #: contact_form.php:465
219
  msgid "Users can attach the following file formats"
220
  msgstr "Vartotojai gali prikabinti šių tipų failus"
221
 
222
- #: contact_form.php:469
223
  msgid "Display Attachment tips"
224
  msgstr ""
225
 
226
- #: contact_form.php:471
227
  msgid "Display tips below the Attachment block"
228
  msgstr ""
229
 
230
- #: contact_form.php:475
231
  msgid "Display Send me a copy block"
232
  msgstr "Rodyti „Siųsti kopiją man“ įrašą"
233
 
234
- #: contact_form.php:481
235
  msgid "What to use?"
236
  msgstr ""
237
 
238
- #: contact_form.php:484
239
  msgid "Wp-mail"
240
  msgstr "Wp-mail"
241
 
242
- #: contact_form.php:485
243
  msgid "You can use the wp_mail function for mailing"
244
  msgstr ""
245
 
246
- #: contact_form.php:491
247
  msgid "Mail"
248
  msgstr "Mail"
249
 
250
- #: contact_form.php:492
251
  msgid "To send mail you can use the php mail function"
252
  msgstr ""
253
 
254
- #: contact_form.php:496
255
  #, fuzzy
256
  msgid "Change text of the 'FROM' field"
257
  msgstr "Pakeiskite IŠ srityse kontaktų formos"
258
 
259
- #: contact_form.php:502
260
  msgid "Enter the email address in the 'From' field"
261
  msgstr ""
262
 
263
- #: contact_form.php:504
264
  msgid "The email address of the user who fills the form will be used in the field 'From'."
265
  msgstr ""
266
 
267
- #: contact_form.php:506
268
  msgid "This email address will be used in the 'From' field."
269
  msgstr ""
270
 
271
- #: contact_form.php:510
272
- msgid "Display a phone number field"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
273
  msgstr ""
274
 
275
- #: contact_form.php:516
276
  msgid "Required fields"
277
  msgstr ""
278
 
279
- #: contact_form.php:518
280
- #: contact_form.php:1016
281
  msgid "Name"
282
  msgstr "Vardas"
283
 
284
- #: contact_form.php:519
285
  #, fuzzy
286
  msgid "Email Address"
287
  msgstr "El. pašto adresas:"
288
 
289
- #: contact_form.php:520
290
- #: contact_form.php:1024
291
- msgid "Phone"
292
- msgstr ""
293
-
294
- #: contact_form.php:521
295
- #: contact_form.php:1027
296
  msgid "Subject"
297
  msgstr "Tema"
298
 
299
- #: contact_form.php:522
300
- #: contact_form.php:1030
301
  msgid "Message"
302
  msgstr "Tekstas"
303
 
304
- #: contact_form.php:526
305
  msgid "Display additional info in the email"
306
  msgstr ""
307
 
308
- #: contact_form.php:531
309
- #: contact_form.php:988
310
  msgid "Sent from (ip address)"
311
  msgstr "Siųsta iš (ip adresas)"
312
 
313
- #: contact_form.php:532
314
- #: contact_form.php:993
315
  msgid "Date/Time"
316
  msgstr "Data/laikas"
317
 
318
- #: contact_form.php:533
319
- #: contact_form.php:998
320
  msgid "Sent from (referer)"
321
  msgstr "Ateita iš (nukreipiklis)"
322
 
323
- #: contact_form.php:534
324
- #: contact_form.php:1003
325
  msgid "Using (user agent)"
326
  msgstr "Naudoja (naršyklės įrašas)"
327
 
328
- #: contact_form.php:538
329
  msgid "Language settings for the field names in the form"
330
  msgstr ""
331
 
332
- #: contact_form.php:547
333
  msgid "Add a language"
334
  msgstr ""
335
 
336
- #: contact_form.php:551
337
  #, fuzzy
338
  msgid "Change the names of the contact form fields and error messages"
339
  msgstr "Pakeiskite antraštes kontaktų formos etiketėms"
340
 
341
- #: contact_form.php:556
342
- #: contact_form.php:611
343
  msgid "English"
344
  msgstr ""
345
 
346
- #: contact_form.php:572
347
- #: contact_form.php:593
348
  msgid "Error message for the Name field"
349
  msgstr ""
350
 
351
- #: contact_form.php:573
352
- #: contact_form.php:594
 
 
 
 
 
353
  msgid "Error message for the Email field"
354
  msgstr ""
355
 
356
- #: contact_form.php:574
357
- #: contact_form.php:595
358
  msgid "Error message for the Phone field"
359
  msgstr ""
360
 
361
- #: contact_form.php:575
362
- #: contact_form.php:596
363
  msgid "Error message for the Subject field"
364
  msgstr ""
365
 
366
- #: contact_form.php:576
367
- #: contact_form.php:597
368
  msgid "Error message for the Message field"
369
  msgstr ""
370
 
371
- #: contact_form.php:577
372
- #: contact_form.php:598
373
- msgid "Error message for the Attachment field"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
374
  msgstr ""
375
 
376
- #: contact_form.php:578
377
- #: contact_form.php:599
378
  msgid "Error message for the Captcha field"
379
  msgstr ""
380
 
381
- #: contact_form.php:579
382
- #: contact_form.php:600
383
  msgid "Error message for the whole form"
384
  msgstr ""
385
 
386
- #: contact_form.php:580
387
- #: contact_form.php:601
388
- #: contact_form.php:620
389
- #: contact_form.php:626
390
  msgid "Use shortcode"
391
  msgstr ""
392
 
393
- #: contact_form.php:580
394
- #: contact_form.php:601
395
- #: contact_form.php:620
396
- #: contact_form.php:626
397
  msgid "for this language"
398
  msgstr ""
399
 
400
- #: contact_form.php:608
401
  msgid "Action after email is sent"
402
  msgstr ""
403
 
404
- #: contact_form.php:610
405
  #, fuzzy
406
  msgid "Display text"
407
  msgstr "Rodyti priedų įrašą"
408
 
409
- #: contact_form.php:619
410
- #: contact_form.php:625
411
  msgid "Text"
412
  msgstr ""
413
 
414
- #: contact_form.php:632
415
  msgid "Redirect to the page"
416
  msgstr ""
417
 
418
- #: contact_form.php:633
419
  msgid "Url"
420
  msgstr ""
421
 
422
- #: contact_form.php:638
423
  msgid "Save Changes"
424
  msgstr "Įrašyti pakeitimus"
425
 
426
- #: contact_form.php:685
427
  msgid "Sorry, email message could not be delivered."
428
  msgstr "Deja, jūsų el. laiško nepavyko pristatyti."
429
 
430
- #: contact_form.php:755
431
  msgid "You can attach the following file formats"
432
  msgstr "Galite prikabinti šių tipų failus"
433
 
434
- #: contact_form.php:1011
435
  msgid "Contact from"
436
  msgstr "Kontaktų forma"
437
 
438
- #: contact_form.php:1019
439
  msgid "Email"
440
  msgstr "El. paštas"
441
 
442
- #: contact_form.php:1033
443
  msgid "Site"
444
  msgstr "Svetainė"
445
 
446
- #: contact_form.php:1084
447
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
448
  msgstr "Jei galite matyti šį MIME tipą, jūsų klientas nepriima MIME tipų!"
449
 
450
- #: contact_form.php:1137
451
  msgid "FAQ"
452
  msgstr "DUK"
453
 
454
- #: contact_form.php:1138
455
  msgid "Support"
456
  msgstr "Palaikymas"
457
 
458
- #: contact_form.php:1184
459
  msgid "Are you sure that you want to delete this language data?"
460
  msgstr ""
461
 
@@ -469,6 +544,4 @@ msgstr ""
469
  #~ msgstr "E-mail адрес:"
470
  #~ msgid "Install Now"
471
  #~ msgstr "Инсталирайте сега"
472
- #~ msgid "BWS Plugins"
473
- #~ msgstr "Разширение BWS"
474
 
3
  msgstr ""
4
  "Project-Id-Version: contact_form\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2013-05-27 16:06+0300\n"
7
+ "PO-Revision-Date: 2013-05-27 16:06+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: Lithuanian <kde-i18n-lt@kde.org>\n"
10
  "MIME-Version: 1.0\n"
18
  "X-Generator: Poedit 1.5.4\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: contact_form.php:100
22
+ #, fuzzy
23
+ msgid "Pro plugins"
24
+ msgstr "Разширение BWS"
25
+
26
+ #: contact_form.php:103
27
+ #: contact_form.php:129
28
  msgid "Activated plugins"
29
  msgstr "Aktyvuoti įskiepiai"
30
 
31
+ #: contact_form.php:105
32
+ #: contact_form.php:113
33
+ #: contact_form.php:121
34
+ #: contact_form.php:131
35
+ #: contact_form.php:139
36
+ #: contact_form.php:147
37
  msgid "Read more"
38
  msgstr "Skaityti daugiau"
39
 
40
+ #: contact_form.php:105
41
+ #: contact_form.php:131
42
+ #: contact_form.php:1286
43
+ #: contact_form.php:1295
44
  msgid "Settings"
45
  msgstr "Nustatymai"
46
 
47
+ #: contact_form.php:111
48
+ #: contact_form.php:137
49
  msgid "Installed plugins"
50
  msgstr "Įdiegti įskiepiai"
51
 
52
+ #: contact_form.php:119
53
+ #: contact_form.php:145
54
  msgid "Recommended plugins"
55
  msgstr "Rekomenduojami įskiepiai"
56
 
57
+ #: contact_form.php:121
58
+ msgid "Purchase"
59
+ msgstr ""
60
+
61
+ #: contact_form.php:126
62
+ #, fuzzy
63
+ msgid "Free plugins"
64
+ msgstr "Rekomenduojami įskiepiai"
65
+
66
+ #: contact_form.php:147
67
  msgid "Download"
68
  msgstr "Atsisiųsti"
69
 
70
+ #: contact_form.php:147
71
  #, php-format
72
  msgid "Install %s"
73
  msgstr "Įdiegti %s"
74
 
75
+ #: contact_form.php:147
76
  msgid "Install now from wordpress.org"
77
  msgstr "Įdiegti dabar iš wordpress.org"
78
 
79
+ #: contact_form.php:152
80
+ #, fuzzy
81
+ msgid "If you have any questions, please contact us via"
82
  msgstr "Jei turite klausimų, prašome susisiekti su mumis per plugin@bestwebsoft.com arba užpildykite mūsų kontaktų formą mūsų svetainėje"
83
 
84
+ #: contact_form.php:161
85
+ #: contact_form.php:526
86
  msgid "Contact Form Options"
87
  msgstr "Kontaktų formos parinktys"
88
 
89
+ #: contact_form.php:161
90
  msgid "Contact Form"
91
  msgstr "Kontaktų forma"
92
 
93
+ #: contact_form.php:200
94
+ #: contact_form.php:662
95
+ #: contact_form.php:688
96
  msgid "Name:"
97
  msgstr "Vardas:"
98
 
99
+ #: contact_form.php:201
100
+ #: contact_form.php:663
101
+ #: contact_form.php:689
102
+ #, fuzzy
103
+ msgid "Address:"
104
+ msgstr "El. pašto adresas:"
105
+
106
+ #: contact_form.php:202
107
+ #: contact_form.php:664
108
+ #: contact_form.php:690
109
  msgid "Email Address:"
110
  msgstr "El. pašto adresas:"
111
 
112
+ #: contact_form.php:203
113
+ #: contact_form.php:665
114
+ #: contact_form.php:691
115
  msgid "Phone number:"
116
  msgstr ""
117
 
118
+ #: contact_form.php:204
119
+ #: contact_form.php:666
120
+ #: contact_form.php:692
121
  msgid "Subject:"
122
  msgstr "Tema:"
123
 
124
+ #: contact_form.php:205
125
+ #: contact_form.php:667
126
+ #: contact_form.php:693
127
  msgid "Message:"
128
  msgstr "Pranešimas:"
129
 
130
+ #: contact_form.php:206
131
+ #: contact_form.php:668
132
+ #: contact_form.php:694
133
  msgid "Attachment:"
134
  msgstr "Priedas:"
135
 
136
+ #: contact_form.php:207
137
+ #: contact_form.php:262
138
+ #: contact_form.php:669
139
+ #: contact_form.php:695
140
  msgid "Send me a copy"
141
  msgstr "Siųsti kopiją man"
142
 
143
+ #: contact_form.php:208
144
+ #: contact_form.php:670
145
+ #: contact_form.php:696
146
  msgid "Submit"
147
  msgstr "Siųsti"
148
 
149
+ #: contact_form.php:209
150
  msgid "Your name is required."
151
  msgstr "Būtina įrašyti vardą."
152
 
153
+ #: contact_form.php:210
154
+ #, fuzzy
155
+ msgid "Address is required."
156
+ msgstr "Būtina įrašyti teisingą el. pašto adresą."
157
+
158
+ #: contact_form.php:211
159
  #, fuzzy
160
  msgid "A valid email address is required."
161
  msgstr "Būtina įrašyti teisingą el. pašto adresą."
162
 
163
+ #: contact_form.php:212
164
+ #: contact_form.php:257
165
+ #: contact_form.php:260
166
  #, fuzzy
167
  msgid "Phone number is required."
168
  msgstr "Būtina įrašyti vardą."
169
 
170
+ #: contact_form.php:213
171
+ #: contact_form.php:256
172
+ #: contact_form.php:259
173
  msgid "Subject is required."
174
  msgstr "Būtina įrašyti temą."
175
 
176
+ #: contact_form.php:214
177
+ #: contact_form.php:255
178
+ #: contact_form.php:258
179
  msgid "Message text is required."
180
  msgstr "Būtina įrašyti laiško turinį."
181
 
182
+ #: contact_form.php:215
183
  msgid "File format is not valid."
184
  msgstr "Pridedamas failas sugadintas."
185
 
186
+ #: contact_form.php:216
187
+ msgid "File upload error."
188
+ msgstr ""
189
+
190
+ #: contact_form.php:217
191
+ msgid "The file could not be uploaded."
192
+ msgstr ""
193
+
194
+ #: contact_form.php:218
195
+ msgid "This file is too large."
196
+ msgstr ""
197
+
198
+ #: contact_form.php:219
199
  msgid "Please fill out the CAPTCHA."
200
  msgstr "Prašome užpildyti CAPTCHA."
201
 
202
+ #: contact_form.php:220
203
  msgid "Please make corrections below and try again."
204
  msgstr "Prašome pataisyti laišką ir bandyti iš naujo."
205
 
206
+ #: contact_form.php:222
207
  msgid "Thank you for contacting us."
208
  msgstr "Dėkojame, kad su mumis susisiekėte."
209
 
210
+ #: contact_form.php:481
211
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
212
  msgstr ""
213
 
214
+ #: contact_form.php:490
215
  msgid "Such user does not exist. Settings are not saved."
216
  msgstr "Toks vartotojas neegzistuoja. Nustatymai neišsaugoti."
217
 
218
+ #: contact_form.php:495
219
+ #: contact_form.php:501
220
  #, fuzzy
221
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
222
  msgstr "Prašome įrašyti teisingą el. pašto adresą. Nustatymai neįrašyti."
223
 
224
+ #: contact_form.php:506
225
  msgid "Options saved."
226
  msgstr "Parinktys išsaugotos."
227
 
228
+ #: contact_form.php:531
229
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
230
  msgstr "Jei norite pridėti kontaktų formą prie savo svetainės, tiesiog nukopijuokite šį trumpą kodą į savo puslapį ar elementą:"
231
 
232
+ #: contact_form.php:532
233
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
234
  msgstr "Jei informacijos žemiau esančiuose laukuose nėra, pranešimas bus išsiųstas adresu, kuris buvo nurodytas prisiregistravimo metu."
235
 
236
+ #: contact_form.php:536
237
  msgid "The user's email address:"
238
  msgstr "Naudoti wordpress vartotojo el. pašto adresą:"
239
 
240
+ #: contact_form.php:540
241
  msgid "Create a username"
242
  msgstr "Pasirinkite vartotojo vardą"
243
 
244
+ #: contact_form.php:545
245
  msgid "Enter a username of the person who should get the messages from the contact form."
246
  msgstr "Nurodykite vardą vartotojo, kuris gaus pranešimus iš Kontaktų formos."
247
 
248
+ #: contact_form.php:549
249
  msgid "Use this email address:"
250
  msgstr "Naudoti šį el. pašto adresą:"
251
 
252
+ #: contact_form.php:552
253
  msgid "Enter the email address you want the messages forwarded to."
254
  msgstr "Nustatykite el. pašto adresą, kuris bus naudojamas pranešimams gauti."
255
 
256
+ #: contact_form.php:556
257
  msgid "Additional options"
258
  msgstr "Papildomos parinktys"
259
 
260
+ #: contact_form.php:559
261
  msgid "Display Attachment block"
262
  msgstr "Rodyti priedų įrašą"
263
 
264
+ #: contact_form.php:561
265
  msgid "Users can attach the following file formats"
266
  msgstr "Vartotojai gali prikabinti šių tipų failus"
267
 
268
+ #: contact_form.php:565
269
  msgid "Display Attachment tips"
270
  msgstr ""
271
 
272
+ #: contact_form.php:567
273
  msgid "Display tips below the Attachment block"
274
  msgstr ""
275
 
276
+ #: contact_form.php:571
277
  msgid "Display Send me a copy block"
278
  msgstr "Rodyti „Siųsti kopiją man“ įrašą"
279
 
280
+ #: contact_form.php:577
281
  msgid "What to use?"
282
  msgstr ""
283
 
284
+ #: contact_form.php:580
285
  msgid "Wp-mail"
286
  msgstr "Wp-mail"
287
 
288
+ #: contact_form.php:581
289
  msgid "You can use the wp_mail function for mailing"
290
  msgstr ""
291
 
292
+ #: contact_form.php:587
293
  msgid "Mail"
294
  msgstr "Mail"
295
 
296
+ #: contact_form.php:588
297
  msgid "To send mail you can use the php mail function"
298
  msgstr ""
299
 
300
+ #: contact_form.php:592
301
  #, fuzzy
302
  msgid "Change text of the 'FROM' field"
303
  msgstr "Pakeiskite IŠ srityse kontaktų formos"
304
 
305
+ #: contact_form.php:598
306
  msgid "Enter the email address in the 'From' field"
307
  msgstr ""
308
 
309
+ #: contact_form.php:600
310
  msgid "The email address of the user who fills the form will be used in the field 'From'."
311
  msgstr ""
312
 
313
+ #: contact_form.php:602
314
  msgid "This email address will be used in the 'From' field."
315
  msgstr ""
316
 
317
+ #: contact_form.php:606
318
+ #, fuzzy
319
+ msgid "Display fields"
320
+ msgstr "Rodyti priedų įrašą"
321
+
322
+ #: contact_form.php:608
323
+ #: contact_form.php:616
324
+ #: contact_form.php:1175
325
+ #, fuzzy
326
+ msgid "Address"
327
+ msgstr "El. pašto adresas:"
328
+
329
+ #: contact_form.php:609
330
+ #: contact_form.php:618
331
+ #: contact_form.php:1183
332
+ msgid "Phone"
333
  msgstr ""
334
 
335
+ #: contact_form.php:613
336
  msgid "Required fields"
337
  msgstr ""
338
 
339
+ #: contact_form.php:615
340
+ #: contact_form.php:1170
341
  msgid "Name"
342
  msgstr "Vardas"
343
 
344
+ #: contact_form.php:617
345
  #, fuzzy
346
  msgid "Email Address"
347
  msgstr "El. pašto adresas:"
348
 
349
+ #: contact_form.php:619
350
+ #: contact_form.php:1186
 
 
 
 
 
351
  msgid "Subject"
352
  msgstr "Tema"
353
 
354
+ #: contact_form.php:620
355
+ #: contact_form.php:1189
356
  msgid "Message"
357
  msgstr "Tekstas"
358
 
359
+ #: contact_form.php:624
360
  msgid "Display additional info in the email"
361
  msgstr ""
362
 
363
+ #: contact_form.php:629
364
+ #: contact_form.php:1142
365
  msgid "Sent from (ip address)"
366
  msgstr "Siųsta iš (ip adresas)"
367
 
368
+ #: contact_form.php:630
369
+ #: contact_form.php:1147
370
  msgid "Date/Time"
371
  msgstr "Data/laikas"
372
 
373
+ #: contact_form.php:631
374
+ #: contact_form.php:1152
375
  msgid "Sent from (referer)"
376
  msgstr "Ateita iš (nukreipiklis)"
377
 
378
+ #: contact_form.php:632
379
+ #: contact_form.php:1157
380
  msgid "Using (user agent)"
381
  msgstr "Naudoja (naršyklės įrašas)"
382
 
383
+ #: contact_form.php:636
384
  msgid "Language settings for the field names in the form"
385
  msgstr ""
386
 
387
+ #: contact_form.php:645
388
  msgid "Add a language"
389
  msgstr ""
390
 
391
+ #: contact_form.php:649
392
  #, fuzzy
393
  msgid "Change the names of the contact form fields and error messages"
394
  msgstr "Pakeiskite antraštes kontaktų formos etiketėms"
395
 
396
+ #: contact_form.php:654
397
+ #: contact_form.php:719
398
  msgid "English"
399
  msgstr ""
400
 
401
+ #: contact_form.php:671
402
+ #: contact_form.php:697
403
  msgid "Error message for the Name field"
404
  msgstr ""
405
 
406
+ #: contact_form.php:672
407
+ #: contact_form.php:698
408
+ msgid "Error message for the Address field"
409
+ msgstr ""
410
+
411
+ #: contact_form.php:673
412
+ #: contact_form.php:699
413
  msgid "Error message for the Email field"
414
  msgstr ""
415
 
416
+ #: contact_form.php:674
417
+ #: contact_form.php:700
418
  msgid "Error message for the Phone field"
419
  msgstr ""
420
 
421
+ #: contact_form.php:675
422
+ #: contact_form.php:701
423
  msgid "Error message for the Subject field"
424
  msgstr ""
425
 
426
+ #: contact_form.php:676
427
+ #: contact_form.php:702
428
  msgid "Error message for the Message field"
429
  msgstr ""
430
 
431
+ #: contact_form.php:677
432
+ #: contact_form.php:703
433
+ msgid "Error message about the file type for the Attachment field"
434
+ msgstr ""
435
+
436
+ #: contact_form.php:678
437
+ #: contact_form.php:704
438
+ msgid "Error message while uploading a file for the Attachment field to the server"
439
+ msgstr ""
440
+
441
+ #: contact_form.php:679
442
+ #: contact_form.php:705
443
+ msgid "Error message while moving the file for the Attachment field"
444
+ msgstr ""
445
+
446
+ #: contact_form.php:680
447
+ #: contact_form.php:706
448
+ msgid "Error message when file size limit for the Attachment field is exceeded"
449
  msgstr ""
450
 
451
+ #: contact_form.php:681
452
+ #: contact_form.php:707
453
  msgid "Error message for the Captcha field"
454
  msgstr ""
455
 
456
+ #: contact_form.php:682
457
+ #: contact_form.php:708
458
  msgid "Error message for the whole form"
459
  msgstr ""
460
 
461
+ #: contact_form.php:683
462
+ #: contact_form.php:709
463
+ #: contact_form.php:728
464
+ #: contact_form.php:734
465
  msgid "Use shortcode"
466
  msgstr ""
467
 
468
+ #: contact_form.php:683
469
+ #: contact_form.php:709
470
+ #: contact_form.php:728
471
+ #: contact_form.php:734
472
  msgid "for this language"
473
  msgstr ""
474
 
475
+ #: contact_form.php:716
476
  msgid "Action after email is sent"
477
  msgstr ""
478
 
479
+ #: contact_form.php:718
480
  #, fuzzy
481
  msgid "Display text"
482
  msgstr "Rodyti priedų įrašą"
483
 
484
+ #: contact_form.php:727
485
+ #: contact_form.php:733
486
  msgid "Text"
487
  msgstr ""
488
 
489
+ #: contact_form.php:740
490
  msgid "Redirect to the page"
491
  msgstr ""
492
 
493
+ #: contact_form.php:741
494
  msgid "Url"
495
  msgstr ""
496
 
497
+ #: contact_form.php:746
498
  msgid "Save Changes"
499
  msgstr "Įrašyti pakeitimus"
500
 
501
+ #: contact_form.php:795
502
  msgid "Sorry, email message could not be delivered."
503
  msgstr "Deja, jūsų el. laiško nepavyko pristatyti."
504
 
505
+ #: contact_form.php:879
506
  msgid "You can attach the following file formats"
507
  msgstr "Galite prikabinti šių tipų failus"
508
 
509
+ #: contact_form.php:1165
510
  msgid "Contact from"
511
  msgstr "Kontaktų forma"
512
 
513
+ #: contact_form.php:1178
514
  msgid "Email"
515
  msgstr "El. paštas"
516
 
517
+ #: contact_form.php:1192
518
  msgid "Site"
519
  msgstr "Svetainė"
520
 
521
+ #: contact_form.php:1243
522
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
523
  msgstr "Jei galite matyti šį MIME tipą, jūsų klientas nepriima MIME tipų!"
524
 
525
+ #: contact_form.php:1296
526
  msgid "FAQ"
527
  msgstr "DUK"
528
 
529
+ #: contact_form.php:1297
530
  msgid "Support"
531
  msgstr "Palaikymas"
532
 
533
+ #: contact_form.php:1345
534
  msgid "Are you sure that you want to delete this language data?"
535
  msgstr ""
536
 
544
  #~ msgstr "E-mail адрес:"
545
  #~ msgid "Install Now"
546
  #~ msgstr "Инсталирайте сега"
 
 
547
 
languages/contact_form-nb_NO.mo CHANGED
Binary file
languages/contact_form-nb_NO.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 15:10+0300\n"
6
- "PO-Revision-Date: 2013-04-22 15:10+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,444 +16,519 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:78
 
 
 
 
 
 
20
  msgid "Activated plugins"
21
  msgstr "Aktiverte innstikk"
22
 
23
- #: contact_form.php:80
24
- #: contact_form.php:88
25
- #: contact_form.php:96
 
 
 
26
  msgid "Read more"
27
  msgstr "Les mer"
28
 
29
- #: contact_form.php:80
30
- #: contact_form.php:1127
31
- #: contact_form.php:1136
 
32
  msgid "Settings"
33
  msgstr "Innstilllinger"
34
 
35
- #: contact_form.php:86
 
36
  msgid "Installed plugins"
37
  msgstr "Installerte instikk"
38
 
39
- #: contact_form.php:94
 
40
  msgid "Recommended plugins"
41
  msgstr "Anbefalte innstikk"
42
 
43
- #: contact_form.php:96
 
 
 
 
 
 
 
 
 
44
  msgid "Download"
45
  msgstr "Last ned"
46
 
47
- #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "Installér %s"
51
 
52
- #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "Innstallér nå fra wordpress.org"
55
 
56
- #: contact_form.php:98
57
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
 
58
  msgstr "Hvis du har spørsmål kan du kontakte oss på plugin@bestwebsoft.com eller bruke kontaktskjemaet på hjemmesiden vår"
59
 
60
- #: contact_form.php:110
61
- #: contact_form.php:430
62
  msgid "Contact Form Options"
63
  msgstr "Innstillinger for kontaktskjema"
64
 
65
- #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "Kontaktskjema"
68
 
69
- #: contact_form.php:147
70
- #: contact_form.php:564
71
- #: contact_form.php:585
72
  msgid "Name:"
73
  msgstr "Navn:"
74
 
75
- #: contact_form.php:148
76
- #: contact_form.php:565
77
- #: contact_form.php:586
 
 
 
 
 
 
 
78
  msgid "Email Address:"
79
  msgstr "Epostadresse:"
80
 
81
- #: contact_form.php:149
82
- #: contact_form.php:566
83
- #: contact_form.php:587
84
  msgid "Phone number:"
85
  msgstr ""
86
 
87
- #: contact_form.php:150
88
- #: contact_form.php:567
89
- #: contact_form.php:588
90
  msgid "Subject:"
91
  msgstr "Tema:"
92
 
93
- #: contact_form.php:151
94
- #: contact_form.php:568
95
- #: contact_form.php:589
96
  msgid "Message:"
97
  msgstr "Melding:"
98
 
99
- #: contact_form.php:152
100
- #: contact_form.php:569
101
- #: contact_form.php:590
102
  msgid "Attachment:"
103
  msgstr "Vedlegg:"
104
 
105
- #: contact_form.php:153
106
- #: contact_form.php:199
107
- #: contact_form.php:570
108
- #: contact_form.php:591
109
  msgid "Send me a copy"
110
  msgstr "Send meg en kopi"
111
 
112
- #: contact_form.php:154
113
- #: contact_form.php:571
114
- #: contact_form.php:592
115
  msgid "Submit"
116
  msgstr "Send"
117
 
118
- #: contact_form.php:155
119
  msgid "Your name is required."
120
  msgstr "Navnet ditt er påkrevet."
121
 
122
- #: contact_form.php:156
 
 
 
 
 
123
  #, fuzzy
124
  msgid "A valid email address is required."
125
  msgstr "En korrekt epostadresse er påkrevet."
126
 
127
- #: contact_form.php:157
128
- #: contact_form.php:194
129
- #: contact_form.php:197
130
  #, fuzzy
131
  msgid "Phone number is required."
132
  msgstr "Navnet ditt er påkrevet."
133
 
134
- #: contact_form.php:158
135
- #: contact_form.php:193
136
- #: contact_form.php:196
137
  msgid "Subject is required."
138
  msgstr "Tekst i temafeltet er påkrevet."
139
 
140
- #: contact_form.php:159
141
- #: contact_form.php:192
142
- #: contact_form.php:195
143
  msgid "Message text is required."
144
  msgstr "Tekst i meldingsfeltet er påkrevet"
145
 
146
- #: contact_form.php:160
147
  msgid "File format is not valid."
148
  msgstr "Vedlegget fungerer ikke."
149
 
150
- #: contact_form.php:161
 
 
 
 
 
 
 
 
 
 
 
 
151
  msgid "Please fill out the CAPTCHA."
152
  msgstr "Vennligst fyll ut CAPTCHA"
153
 
154
- #: contact_form.php:162
155
  msgid "Please make corrections below and try again."
156
  msgstr "Vennligst gjør endringer nedenfor og forsøk igjen."
157
 
158
- #: contact_form.php:164
159
  msgid "Thank you for contacting us."
160
  msgstr "Takk for at du tok kontakt med oss"
161
 
162
- #: contact_form.php:385
163
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
164
  msgstr ""
165
 
166
- #: contact_form.php:394
167
  msgid "Such user does not exist. Settings are not saved."
168
  msgstr "Denne brukeren finnes ikke. Innstillingene er ikke lagret."
169
 
170
- #: contact_form.php:399
171
- #: contact_form.php:405
172
  #, fuzzy
173
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
174
  msgstr "Vennligst benytt en korrekt epostadresse. Innstillingene er ikke lagret."
175
 
176
- #: contact_form.php:410
177
  msgid "Options saved."
178
  msgstr "Innstillinger lagret."
179
 
180
- #: contact_form.php:435
181
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
182
  msgstr "Dersom du ønsket å legge til et kontaktskjema på wedsiden din, kopier og put denne koden i kommentaren din eller på siden din: "
183
 
184
- #: contact_form.php:436
185
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
186
  msgstr "Dersom feltene under er tomme, vil meldingen bli sendt til en adresse som var spesifisert ved registrering."
187
 
188
- #: contact_form.php:440
189
  msgid "The user's email address:"
190
  msgstr "Benytt eposten til wordpressbruker:"
191
 
192
- #: contact_form.php:444
193
  msgid "Create a username"
194
  msgstr "Velg brukernavn"
195
 
196
- #: contact_form.php:449
197
  msgid "Enter a username of the person who should get the messages from the contact form."
198
  msgstr "Sett et brukernavn for mottaker av meldinger fra kontaktskjemaet"
199
 
200
- #: contact_form.php:453
201
  msgid "Use this email address:"
202
  msgstr "Benytt denne epostadressen:"
203
 
204
- #: contact_form.php:456
205
  msgid "Enter the email address you want the messages forwarded to."
206
  msgstr "Sett en epostadresse som skal benyttes for å motta meldinger."
207
 
208
- #: contact_form.php:460
209
  msgid "Additional options"
210
  msgstr "Flere valg"
211
 
212
- #: contact_form.php:463
213
  msgid "Display Attachment block"
214
  msgstr "Vis vedlegg"
215
 
216
- #: contact_form.php:465
217
  msgid "Users can attach the following file formats"
218
  msgstr "Brukere kan legge ved filer av følgende typer"
219
 
220
- #: contact_form.php:469
221
  msgid "Display Attachment tips"
222
  msgstr ""
223
 
224
- #: contact_form.php:471
225
  msgid "Display tips below the Attachment block"
226
  msgstr ""
227
 
228
- #: contact_form.php:475
229
  msgid "Display Send me a copy block"
230
  msgstr "Vis send meg en kopi"
231
 
232
- #: contact_form.php:481
233
  msgid "What to use?"
234
  msgstr ""
235
 
236
- #: contact_form.php:484
237
  msgid "Wp-mail"
238
  msgstr "Wp-mail"
239
 
240
- #: contact_form.php:485
241
  msgid "You can use the wp_mail function for mailing"
242
  msgstr ""
243
 
244
- #: contact_form.php:491
245
  msgid "Mail"
246
  msgstr "Mail"
247
 
248
- #: contact_form.php:492
249
  msgid "To send mail you can use the php mail function"
250
  msgstr ""
251
 
252
- #: contact_form.php:496
253
  #, fuzzy
254
  msgid "Change text of the 'FROM' field"
255
  msgstr "Endring fra feltene i kontaktskjemaet"
256
 
257
- #: contact_form.php:502
258
  msgid "Enter the email address in the 'From' field"
259
  msgstr ""
260
 
261
- #: contact_form.php:504
262
  msgid "The email address of the user who fills the form will be used in the field 'From'."
263
  msgstr ""
264
 
265
- #: contact_form.php:506
266
  msgid "This email address will be used in the 'From' field."
267
  msgstr ""
268
 
269
- #: contact_form.php:510
270
- msgid "Display a phone number field"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
271
  msgstr ""
272
 
273
- #: contact_form.php:516
274
  msgid "Required fields"
275
  msgstr ""
276
 
277
- #: contact_form.php:518
278
- #: contact_form.php:1016
279
  msgid "Name"
280
  msgstr "Navn"
281
 
282
- #: contact_form.php:519
283
  #, fuzzy
284
  msgid "Email Address"
285
  msgstr "Epostadresse:"
286
 
287
- #: contact_form.php:520
288
- #: contact_form.php:1024
289
- msgid "Phone"
290
- msgstr ""
291
-
292
- #: contact_form.php:521
293
- #: contact_form.php:1027
294
  msgid "Subject"
295
  msgstr "Tema"
296
 
297
- #: contact_form.php:522
298
- #: contact_form.php:1030
299
  msgid "Message"
300
  msgstr "Melding"
301
 
302
- #: contact_form.php:526
303
  msgid "Display additional info in the email"
304
  msgstr ""
305
 
306
- #: contact_form.php:531
307
- #: contact_form.php:988
308
  msgid "Sent from (ip address)"
309
  msgstr "Sendt fra (IP-adresse)"
310
 
311
- #: contact_form.php:532
312
- #: contact_form.php:993
313
  msgid "Date/Time"
314
  msgstr "Dato/tid"
315
 
316
- #: contact_form.php:533
317
- #: contact_form.php:998
318
  msgid "Sent from (referer)"
319
  msgstr "Sendt fra (referent)"
320
 
321
- #: contact_form.php:534
322
- #: contact_form.php:1003
323
  msgid "Using (user agent)"
324
  msgstr "med (user agent)"
325
 
326
- #: contact_form.php:538
327
  msgid "Language settings for the field names in the form"
328
  msgstr ""
329
 
330
- #: contact_form.php:547
331
  msgid "Add a language"
332
  msgstr ""
333
 
334
- #: contact_form.php:551
335
  #, fuzzy
336
  msgid "Change the names of the contact form fields and error messages"
337
  msgstr "Forandre etikett for felter i kontaktskjemaet"
338
 
339
- #: contact_form.php:556
340
- #: contact_form.php:611
341
  msgid "English"
342
  msgstr ""
343
 
344
- #: contact_form.php:572
345
- #: contact_form.php:593
346
  msgid "Error message for the Name field"
347
  msgstr ""
348
 
349
- #: contact_form.php:573
350
- #: contact_form.php:594
 
 
 
 
 
351
  msgid "Error message for the Email field"
352
  msgstr ""
353
 
354
- #: contact_form.php:574
355
- #: contact_form.php:595
356
  msgid "Error message for the Phone field"
357
  msgstr ""
358
 
359
- #: contact_form.php:575
360
- #: contact_form.php:596
361
  msgid "Error message for the Subject field"
362
  msgstr ""
363
 
364
- #: contact_form.php:576
365
- #: contact_form.php:597
366
  msgid "Error message for the Message field"
367
  msgstr ""
368
 
369
- #: contact_form.php:577
370
- #: contact_form.php:598
371
- msgid "Error message for the Attachment field"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
372
  msgstr ""
373
 
374
- #: contact_form.php:578
375
- #: contact_form.php:599
376
  msgid "Error message for the Captcha field"
377
  msgstr ""
378
 
379
- #: contact_form.php:579
380
- #: contact_form.php:600
381
  msgid "Error message for the whole form"
382
  msgstr ""
383
 
384
- #: contact_form.php:580
385
- #: contact_form.php:601
386
- #: contact_form.php:620
387
- #: contact_form.php:626
388
  msgid "Use shortcode"
389
  msgstr ""
390
 
391
- #: contact_form.php:580
392
- #: contact_form.php:601
393
- #: contact_form.php:620
394
- #: contact_form.php:626
395
  msgid "for this language"
396
  msgstr ""
397
 
398
- #: contact_form.php:608
399
  msgid "Action after email is sent"
400
  msgstr ""
401
 
402
- #: contact_form.php:610
403
  #, fuzzy
404
  msgid "Display text"
405
  msgstr "Vis vedlegg"
406
 
407
- #: contact_form.php:619
408
- #: contact_form.php:625
409
  msgid "Text"
410
  msgstr ""
411
 
412
- #: contact_form.php:632
413
  msgid "Redirect to the page"
414
  msgstr ""
415
 
416
- #: contact_form.php:633
417
  msgid "Url"
418
  msgstr ""
419
 
420
- #: contact_form.php:638
421
  msgid "Save Changes"
422
  msgstr "Lagre endringer"
423
 
424
- #: contact_form.php:685
425
  msgid "Sorry, email message could not be delivered."
426
  msgstr "Beklager, eposten din kunne ikke leveres."
427
 
428
- #: contact_form.php:755
429
  msgid "You can attach the following file formats"
430
  msgstr "Du kan legge til filer av følgende typer"
431
 
432
- #: contact_form.php:1011
433
  msgid "Contact from"
434
  msgstr "Kontakt fra"
435
 
436
- #: contact_form.php:1019
437
  msgid "Email"
438
  msgstr "Epost"
439
 
440
- #: contact_form.php:1033
441
  msgid "Site"
442
  msgstr "Site"
443
 
444
- #: contact_form.php:1084
445
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
446
  msgstr "Dersom du kan se denne MIME, så aksepterer ikke klienten din MIME-typer!"
447
 
448
- #: contact_form.php:1137
449
  msgid "FAQ"
450
  msgstr "Vanlige spørsmål"
451
 
452
- #: contact_form.php:1138
453
  msgid "Support"
454
  msgstr "Support"
455
 
456
- #: contact_form.php:1184
457
  msgid "Are you sure that you want to delete this language data?"
458
  msgstr ""
459
 
@@ -468,6 +543,4 @@ msgstr ""
468
  #~ msgstr "Indirizzo e-mail:"
469
  #~ msgid "Install Now"
470
  #~ msgstr "Installa Ora"
471
- #~ msgid "BWS Plugins"
472
- #~ msgstr "BWS Plugins"
473
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-27 16:06+0300\n"
6
+ "PO-Revision-Date: 2013-05-27 16:06+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:100
20
+ #, fuzzy
21
+ msgid "Pro plugins"
22
+ msgstr "BWS Plugins"
23
+
24
+ #: contact_form.php:103
25
+ #: contact_form.php:129
26
  msgid "Activated plugins"
27
  msgstr "Aktiverte innstikk"
28
 
29
+ #: contact_form.php:105
30
+ #: contact_form.php:113
31
+ #: contact_form.php:121
32
+ #: contact_form.php:131
33
+ #: contact_form.php:139
34
+ #: contact_form.php:147
35
  msgid "Read more"
36
  msgstr "Les mer"
37
 
38
+ #: contact_form.php:105
39
+ #: contact_form.php:131
40
+ #: contact_form.php:1286
41
+ #: contact_form.php:1295
42
  msgid "Settings"
43
  msgstr "Innstilllinger"
44
 
45
+ #: contact_form.php:111
46
+ #: contact_form.php:137
47
  msgid "Installed plugins"
48
  msgstr "Installerte instikk"
49
 
50
+ #: contact_form.php:119
51
+ #: contact_form.php:145
52
  msgid "Recommended plugins"
53
  msgstr "Anbefalte innstikk"
54
 
55
+ #: contact_form.php:121
56
+ msgid "Purchase"
57
+ msgstr ""
58
+
59
+ #: contact_form.php:126
60
+ #, fuzzy
61
+ msgid "Free plugins"
62
+ msgstr "Anbefalte innstikk"
63
+
64
+ #: contact_form.php:147
65
  msgid "Download"
66
  msgstr "Last ned"
67
 
68
+ #: contact_form.php:147
69
  #, php-format
70
  msgid "Install %s"
71
  msgstr "Installér %s"
72
 
73
+ #: contact_form.php:147
74
  msgid "Install now from wordpress.org"
75
  msgstr "Innstallér nå fra wordpress.org"
76
 
77
+ #: contact_form.php:152
78
+ #, fuzzy
79
+ msgid "If you have any questions, please contact us via"
80
  msgstr "Hvis du har spørsmål kan du kontakte oss på plugin@bestwebsoft.com eller bruke kontaktskjemaet på hjemmesiden vår"
81
 
82
+ #: contact_form.php:161
83
+ #: contact_form.php:526
84
  msgid "Contact Form Options"
85
  msgstr "Innstillinger for kontaktskjema"
86
 
87
+ #: contact_form.php:161
88
  msgid "Contact Form"
89
  msgstr "Kontaktskjema"
90
 
91
+ #: contact_form.php:200
92
+ #: contact_form.php:662
93
+ #: contact_form.php:688
94
  msgid "Name:"
95
  msgstr "Navn:"
96
 
97
+ #: contact_form.php:201
98
+ #: contact_form.php:663
99
+ #: contact_form.php:689
100
+ #, fuzzy
101
+ msgid "Address:"
102
+ msgstr "Epostadresse:"
103
+
104
+ #: contact_form.php:202
105
+ #: contact_form.php:664
106
+ #: contact_form.php:690
107
  msgid "Email Address:"
108
  msgstr "Epostadresse:"
109
 
110
+ #: contact_form.php:203
111
+ #: contact_form.php:665
112
+ #: contact_form.php:691
113
  msgid "Phone number:"
114
  msgstr ""
115
 
116
+ #: contact_form.php:204
117
+ #: contact_form.php:666
118
+ #: contact_form.php:692
119
  msgid "Subject:"
120
  msgstr "Tema:"
121
 
122
+ #: contact_form.php:205
123
+ #: contact_form.php:667
124
+ #: contact_form.php:693
125
  msgid "Message:"
126
  msgstr "Melding:"
127
 
128
+ #: contact_form.php:206
129
+ #: contact_form.php:668
130
+ #: contact_form.php:694
131
  msgid "Attachment:"
132
  msgstr "Vedlegg:"
133
 
134
+ #: contact_form.php:207
135
+ #: contact_form.php:262
136
+ #: contact_form.php:669
137
+ #: contact_form.php:695
138
  msgid "Send me a copy"
139
  msgstr "Send meg en kopi"
140
 
141
+ #: contact_form.php:208
142
+ #: contact_form.php:670
143
+ #: contact_form.php:696
144
  msgid "Submit"
145
  msgstr "Send"
146
 
147
+ #: contact_form.php:209
148
  msgid "Your name is required."
149
  msgstr "Navnet ditt er påkrevet."
150
 
151
+ #: contact_form.php:210
152
+ #, fuzzy
153
+ msgid "Address is required."
154
+ msgstr "En korrekt epostadresse er påkrevet."
155
+
156
+ #: contact_form.php:211
157
  #, fuzzy
158
  msgid "A valid email address is required."
159
  msgstr "En korrekt epostadresse er påkrevet."
160
 
161
+ #: contact_form.php:212
162
+ #: contact_form.php:257
163
+ #: contact_form.php:260
164
  #, fuzzy
165
  msgid "Phone number is required."
166
  msgstr "Navnet ditt er påkrevet."
167
 
168
+ #: contact_form.php:213
169
+ #: contact_form.php:256
170
+ #: contact_form.php:259
171
  msgid "Subject is required."
172
  msgstr "Tekst i temafeltet er påkrevet."
173
 
174
+ #: contact_form.php:214
175
+ #: contact_form.php:255
176
+ #: contact_form.php:258
177
  msgid "Message text is required."
178
  msgstr "Tekst i meldingsfeltet er påkrevet"
179
 
180
+ #: contact_form.php:215
181
  msgid "File format is not valid."
182
  msgstr "Vedlegget fungerer ikke."
183
 
184
+ #: contact_form.php:216
185
+ msgid "File upload error."
186
+ msgstr ""
187
+
188
+ #: contact_form.php:217
189
+ msgid "The file could not be uploaded."
190
+ msgstr ""
191
+
192
+ #: contact_form.php:218
193
+ msgid "This file is too large."
194
+ msgstr ""
195
+
196
+ #: contact_form.php:219
197
  msgid "Please fill out the CAPTCHA."
198
  msgstr "Vennligst fyll ut CAPTCHA"
199
 
200
+ #: contact_form.php:220
201
  msgid "Please make corrections below and try again."
202
  msgstr "Vennligst gjør endringer nedenfor og forsøk igjen."
203
 
204
+ #: contact_form.php:222
205
  msgid "Thank you for contacting us."
206
  msgstr "Takk for at du tok kontakt med oss"
207
 
208
+ #: contact_form.php:481
209
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
210
  msgstr ""
211
 
212
+ #: contact_form.php:490
213
  msgid "Such user does not exist. Settings are not saved."
214
  msgstr "Denne brukeren finnes ikke. Innstillingene er ikke lagret."
215
 
216
+ #: contact_form.php:495
217
+ #: contact_form.php:501
218
  #, fuzzy
219
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
220
  msgstr "Vennligst benytt en korrekt epostadresse. Innstillingene er ikke lagret."
221
 
222
+ #: contact_form.php:506
223
  msgid "Options saved."
224
  msgstr "Innstillinger lagret."
225
 
226
+ #: contact_form.php:531
227
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
228
  msgstr "Dersom du ønsket å legge til et kontaktskjema på wedsiden din, kopier og put denne koden i kommentaren din eller på siden din: "
229
 
230
+ #: contact_form.php:532
231
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
232
  msgstr "Dersom feltene under er tomme, vil meldingen bli sendt til en adresse som var spesifisert ved registrering."
233
 
234
+ #: contact_form.php:536
235
  msgid "The user's email address:"
236
  msgstr "Benytt eposten til wordpressbruker:"
237
 
238
+ #: contact_form.php:540
239
  msgid "Create a username"
240
  msgstr "Velg brukernavn"
241
 
242
+ #: contact_form.php:545
243
  msgid "Enter a username of the person who should get the messages from the contact form."
244
  msgstr "Sett et brukernavn for mottaker av meldinger fra kontaktskjemaet"
245
 
246
+ #: contact_form.php:549
247
  msgid "Use this email address:"
248
  msgstr "Benytt denne epostadressen:"
249
 
250
+ #: contact_form.php:552
251
  msgid "Enter the email address you want the messages forwarded to."
252
  msgstr "Sett en epostadresse som skal benyttes for å motta meldinger."
253
 
254
+ #: contact_form.php:556
255
  msgid "Additional options"
256
  msgstr "Flere valg"
257
 
258
+ #: contact_form.php:559
259
  msgid "Display Attachment block"
260
  msgstr "Vis vedlegg"
261
 
262
+ #: contact_form.php:561
263
  msgid "Users can attach the following file formats"
264
  msgstr "Brukere kan legge ved filer av følgende typer"
265
 
266
+ #: contact_form.php:565
267
  msgid "Display Attachment tips"
268
  msgstr ""
269
 
270
+ #: contact_form.php:567
271
  msgid "Display tips below the Attachment block"
272
  msgstr ""
273
 
274
+ #: contact_form.php:571
275
  msgid "Display Send me a copy block"
276
  msgstr "Vis send meg en kopi"
277
 
278
+ #: contact_form.php:577
279
  msgid "What to use?"
280
  msgstr ""
281
 
282
+ #: contact_form.php:580
283
  msgid "Wp-mail"
284
  msgstr "Wp-mail"
285
 
286
+ #: contact_form.php:581
287
  msgid "You can use the wp_mail function for mailing"
288
  msgstr ""
289
 
290
+ #: contact_form.php:587
291
  msgid "Mail"
292
  msgstr "Mail"
293
 
294
+ #: contact_form.php:588
295
  msgid "To send mail you can use the php mail function"
296
  msgstr ""
297
 
298
+ #: contact_form.php:592
299
  #, fuzzy
300
  msgid "Change text of the 'FROM' field"
301
  msgstr "Endring fra feltene i kontaktskjemaet"
302
 
303
+ #: contact_form.php:598
304
  msgid "Enter the email address in the 'From' field"
305
  msgstr ""
306
 
307
+ #: contact_form.php:600
308
  msgid "The email address of the user who fills the form will be used in the field 'From'."
309
  msgstr ""
310
 
311
+ #: contact_form.php:602
312
  msgid "This email address will be used in the 'From' field."
313
  msgstr ""
314
 
315
+ #: contact_form.php:606
316
+ #, fuzzy
317
+ msgid "Display fields"
318
+ msgstr "Vis vedlegg"
319
+
320
+ #: contact_form.php:608
321
+ #: contact_form.php:616
322
+ #: contact_form.php:1175
323
+ #, fuzzy
324
+ msgid "Address"
325
+ msgstr "Epostadresse:"
326
+
327
+ #: contact_form.php:609
328
+ #: contact_form.php:618
329
+ #: contact_form.php:1183
330
+ msgid "Phone"
331
  msgstr ""
332
 
333
+ #: contact_form.php:613
334
  msgid "Required fields"
335
  msgstr ""
336
 
337
+ #: contact_form.php:615
338
+ #: contact_form.php:1170
339
  msgid "Name"
340
  msgstr "Navn"
341
 
342
+ #: contact_form.php:617
343
  #, fuzzy
344
  msgid "Email Address"
345
  msgstr "Epostadresse:"
346
 
347
+ #: contact_form.php:619
348
+ #: contact_form.php:1186
 
 
 
 
 
349
  msgid "Subject"
350
  msgstr "Tema"
351
 
352
+ #: contact_form.php:620
353
+ #: contact_form.php:1189
354
  msgid "Message"
355
  msgstr "Melding"
356
 
357
+ #: contact_form.php:624
358
  msgid "Display additional info in the email"
359
  msgstr ""
360
 
361
+ #: contact_form.php:629
362
+ #: contact_form.php:1142
363
  msgid "Sent from (ip address)"
364
  msgstr "Sendt fra (IP-adresse)"
365
 
366
+ #: contact_form.php:630
367
+ #: contact_form.php:1147
368
  msgid "Date/Time"
369
  msgstr "Dato/tid"
370
 
371
+ #: contact_form.php:631
372
+ #: contact_form.php:1152
373
  msgid "Sent from (referer)"
374
  msgstr "Sendt fra (referent)"
375
 
376
+ #: contact_form.php:632
377
+ #: contact_form.php:1157
378
  msgid "Using (user agent)"
379
  msgstr "med (user agent)"
380
 
381
+ #: contact_form.php:636
382
  msgid "Language settings for the field names in the form"
383
  msgstr ""
384
 
385
+ #: contact_form.php:645
386
  msgid "Add a language"
387
  msgstr ""
388
 
389
+ #: contact_form.php:649
390
  #, fuzzy
391
  msgid "Change the names of the contact form fields and error messages"
392
  msgstr "Forandre etikett for felter i kontaktskjemaet"
393
 
394
+ #: contact_form.php:654
395
+ #: contact_form.php:719
396
  msgid "English"
397
  msgstr ""
398
 
399
+ #: contact_form.php:671
400
+ #: contact_form.php:697
401
  msgid "Error message for the Name field"
402
  msgstr ""
403
 
404
+ #: contact_form.php:672
405
+ #: contact_form.php:698
406
+ msgid "Error message for the Address field"
407
+ msgstr ""
408
+
409
+ #: contact_form.php:673
410
+ #: contact_form.php:699
411
  msgid "Error message for the Email field"
412
  msgstr ""
413
 
414
+ #: contact_form.php:674
415
+ #: contact_form.php:700
416
  msgid "Error message for the Phone field"
417
  msgstr ""
418
 
419
+ #: contact_form.php:675
420
+ #: contact_form.php:701
421
  msgid "Error message for the Subject field"
422
  msgstr ""
423
 
424
+ #: contact_form.php:676
425
+ #: contact_form.php:702
426
  msgid "Error message for the Message field"
427
  msgstr ""
428
 
429
+ #: contact_form.php:677
430
+ #: contact_form.php:703
431
+ msgid "Error message about the file type for the Attachment field"
432
+ msgstr ""
433
+
434
+ #: contact_form.php:678
435
+ #: contact_form.php:704
436
+ msgid "Error message while uploading a file for the Attachment field to the server"
437
+ msgstr ""
438
+
439
+ #: contact_form.php:679
440
+ #: contact_form.php:705
441
+ msgid "Error message while moving the file for the Attachment field"
442
+ msgstr ""
443
+
444
+ #: contact_form.php:680
445
+ #: contact_form.php:706
446
+ msgid "Error message when file size limit for the Attachment field is exceeded"
447
  msgstr ""
448
 
449
+ #: contact_form.php:681
450
+ #: contact_form.php:707
451
  msgid "Error message for the Captcha field"
452
  msgstr ""
453
 
454
+ #: contact_form.php:682
455
+ #: contact_form.php:708
456
  msgid "Error message for the whole form"
457
  msgstr ""
458
 
459
+ #: contact_form.php:683
460
+ #: contact_form.php:709
461
+ #: contact_form.php:728
462
+ #: contact_form.php:734
463
  msgid "Use shortcode"
464
  msgstr ""
465
 
466
+ #: contact_form.php:683
467
+ #: contact_form.php:709
468
+ #: contact_form.php:728
469
+ #: contact_form.php:734
470
  msgid "for this language"
471
  msgstr ""
472
 
473
+ #: contact_form.php:716
474
  msgid "Action after email is sent"
475
  msgstr ""
476
 
477
+ #: contact_form.php:718
478
  #, fuzzy
479
  msgid "Display text"
480
  msgstr "Vis vedlegg"
481
 
482
+ #: contact_form.php:727
483
+ #: contact_form.php:733
484
  msgid "Text"
485
  msgstr ""
486
 
487
+ #: contact_form.php:740
488
  msgid "Redirect to the page"
489
  msgstr ""
490
 
491
+ #: contact_form.php:741
492
  msgid "Url"
493
  msgstr ""
494
 
495
+ #: contact_form.php:746
496
  msgid "Save Changes"
497
  msgstr "Lagre endringer"
498
 
499
+ #: contact_form.php:795
500
  msgid "Sorry, email message could not be delivered."
501
  msgstr "Beklager, eposten din kunne ikke leveres."
502
 
503
+ #: contact_form.php:879
504
  msgid "You can attach the following file formats"
505
  msgstr "Du kan legge til filer av følgende typer"
506
 
507
+ #: contact_form.php:1165
508
  msgid "Contact from"
509
  msgstr "Kontakt fra"
510
 
511
+ #: contact_form.php:1178
512
  msgid "Email"
513
  msgstr "Epost"
514
 
515
+ #: contact_form.php:1192
516
  msgid "Site"
517
  msgstr "Site"
518
 
519
+ #: contact_form.php:1243
520
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
521
  msgstr "Dersom du kan se denne MIME, så aksepterer ikke klienten din MIME-typer!"
522
 
523
+ #: contact_form.php:1296
524
  msgid "FAQ"
525
  msgstr "Vanlige spørsmål"
526
 
527
+ #: contact_form.php:1297
528
  msgid "Support"
529
  msgstr "Support"
530
 
531
+ #: contact_form.php:1345
532
  msgid "Are you sure that you want to delete this language data?"
533
  msgstr ""
534
 
543
  #~ msgstr "Indirizzo e-mail:"
544
  #~ msgid "Install Now"
545
  #~ msgstr "Installa Ora"
 
 
546
 
languages/contact_form-nl_NL.mo CHANGED
Binary file
languages/contact_form-nl_NL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 15:10+0300\n"
6
- "PO-Revision-Date: 2013-04-22 15:10+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Thomas Hartung, Dorine Kat-Stronck <thartung@adipositas-mm.de, info@katchy.nl>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,446 +16,528 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:78
 
 
 
 
 
 
20
  msgid "Activated plugins"
21
  msgstr "Geactiveerde plugins"
22
 
23
- #: contact_form.php:80
24
- #: contact_form.php:88
25
- #: contact_form.php:96
 
 
 
26
  msgid "Read more"
27
  msgstr "Lees verder"
28
 
29
- #: contact_form.php:80
30
- #: contact_form.php:1127
31
- #: contact_form.php:1136
 
32
  msgid "Settings"
33
  msgstr "Instellingen"
34
 
35
- #: contact_form.php:86
 
36
  msgid "Installed plugins"
37
  msgstr "Geïnstalleerde Plugins"
38
 
39
- #: contact_form.php:94
 
40
  msgid "Recommended plugins"
41
  msgstr "Aanbevolen Plugins"
42
 
43
- #: contact_form.php:96
 
 
 
 
 
 
 
 
 
44
  msgid "Download"
45
  msgstr "Download"
46
 
47
- #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "Installeer %s"
51
 
52
- #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "Installeer nu via wordpress.org"
55
 
56
- #: contact_form.php:98
57
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
 
58
  msgstr "Mocht u nog vragen hebben, stuur dan een email naar plugin@bestwebsoft.com of vul het contactformulier op onze website in."
59
 
60
- #: contact_form.php:110
61
- #: contact_form.php:430
62
  msgid "Contact Form Options"
63
  msgstr "Contact Form Opties"
64
 
65
- #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "Contact Form"
68
 
69
- #: contact_form.php:147
70
- #: contact_form.php:564
71
- #: contact_form.php:585
72
  msgid "Name:"
73
  msgstr "Naam:"
74
 
75
- #: contact_form.php:148
76
- #: contact_form.php:565
77
- #: contact_form.php:586
 
 
 
 
 
 
 
78
  msgid "Email Address:"
79
  msgstr "Email adres:"
80
 
81
- #: contact_form.php:149
82
- #: contact_form.php:566
83
- #: contact_form.php:587
84
  msgid "Phone number:"
85
  msgstr "Telefoonnummer:"
86
 
87
- #: contact_form.php:150
88
- #: contact_form.php:567
89
- #: contact_form.php:588
90
  msgid "Subject:"
91
  msgstr "Onderwerp:"
92
 
93
- #: contact_form.php:151
94
- #: contact_form.php:568
95
- #: contact_form.php:589
96
  msgid "Message:"
97
  msgstr "Bericht:"
98
 
99
- #: contact_form.php:152
100
- #: contact_form.php:569
101
- #: contact_form.php:590
102
  msgid "Attachment:"
103
  msgstr "Bijlage:"
104
 
105
- #: contact_form.php:153
106
- #: contact_form.php:199
107
- #: contact_form.php:570
108
- #: contact_form.php:591
109
  msgid "Send me a copy"
110
  msgstr "Kopie aan mij sturen"
111
 
112
- #: contact_form.php:154
113
- #: contact_form.php:571
114
- #: contact_form.php:592
115
  msgid "Submit"
116
  msgstr "Versturen"
117
 
118
- #: contact_form.php:155
119
  msgid "Your name is required."
120
  msgstr "Uw naam is verplicht."
121
 
122
- #: contact_form.php:156
 
 
 
 
 
123
  #, fuzzy
124
  msgid "A valid email address is required."
125
  msgstr "Een correct email adres is vereist."
126
 
127
- #: contact_form.php:157
128
- #: contact_form.php:194
129
- #: contact_form.php:197
130
  msgid "Phone number is required."
131
  msgstr "Telefoonnummer verplicht"
132
 
133
- #: contact_form.php:158
134
- #: contact_form.php:193
135
- #: contact_form.php:196
136
  msgid "Subject is required."
137
  msgstr "Onderwerp tekst is verplicht."
138
 
139
- #: contact_form.php:159
140
- #: contact_form.php:192
141
- #: contact_form.php:195
142
  msgid "Message text is required."
143
  msgstr "Bericht tekst is verplicht."
144
 
145
- #: contact_form.php:160
146
  msgid "File format is not valid."
147
  msgstr "Bijlage is beschadigd."
148
 
149
- #: contact_form.php:161
 
 
 
 
 
 
 
 
 
 
 
 
150
  msgid "Please fill out the CAPTCHA."
151
  msgstr "Vul de CAPTCHA in."
152
 
153
- #: contact_form.php:162
154
  msgid "Please make corrections below and try again."
155
  msgstr "Vul alle vereiste informatie in en probeer het opnieuw."
156
 
157
- #: contact_form.php:164
158
  msgid "Thank you for contacting us."
159
  msgstr "Bedankt voor uw bericht."
160
 
161
- #: contact_form.php:385
162
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
163
  msgstr "Als de optie 'Doorsturen naar pagina' is geselecteerd, dient u het url veld in te vullen in de volgende format"
164
 
165
- #: contact_form.php:394
166
  msgid "Such user does not exist. Settings are not saved."
167
  msgstr "Deze gebruiker bestaat niet. Instellingen zijn niet opgeslagen."
168
 
169
- #: contact_form.php:399
170
- #: contact_form.php:405
171
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
172
  msgstr "Geef een geldig email adres op. Instellingen zijn niet opgeslagen."
173
 
174
- #: contact_form.php:410
175
  msgid "Options saved."
176
  msgstr "Instellingen opgeslagen."
177
 
178
- #: contact_form.php:435
179
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
180
  msgstr "Als je een Contact Form aan je website wil toevoegen, kopieer dan deze code in je bericht, op je pagina of widget:"
181
 
182
- #: contact_form.php:436
183
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
184
  msgstr "Als onderstaande velden leeg blijven, zal het bericht gestuurd worden aan het adres dat is gespecificeerd tijdens de registratie."
185
 
186
- #: contact_form.php:440
187
  msgid "The user's email address:"
188
  msgstr "Gebruik het email adres van de Wordpress gebruiker:"
189
 
190
- #: contact_form.php:444
191
  msgid "Create a username"
192
  msgstr "Kies gebruikersnaam"
193
 
194
- #: contact_form.php:449
195
  msgid "Enter a username of the person who should get the messages from the contact form."
196
  msgstr "Voer de naam in van de gebruiker die berichten van dit contact formulier moet ontvangen."
197
 
198
- #: contact_form.php:453
199
  msgid "Use this email address:"
200
  msgstr "Gebruik dit email adres:"
201
 
202
- #: contact_form.php:456
203
  msgid "Enter the email address you want the messages forwarded to."
204
  msgstr "Geef een email adres op waar de berichten naar verstuurd moeten worden."
205
 
206
- #: contact_form.php:460
207
  msgid "Additional options"
208
  msgstr "Extra opties"
209
 
210
- #: contact_form.php:463
211
  msgid "Display Attachment block"
212
  msgstr "Toon de bijlage knop"
213
 
214
- #: contact_form.php:465
215
  msgid "Users can attach the following file formats"
216
  msgstr "Gebruikers kunnen de volgende bestandtypen toevoegen"
217
 
218
- #: contact_form.php:469
219
  msgid "Display Attachment tips"
220
  msgstr "Toon Bijlage uitleg"
221
 
222
- #: contact_form.php:471
223
  msgid "Display tips below the Attachment block"
224
  msgstr "Toon uitleg na Bijlage knop"
225
 
226
- #: contact_form.php:475
227
  msgid "Display Send me a copy block"
228
  msgstr "Geef 'Kopie aan mij sturen' weer"
229
 
230
- #: contact_form.php:481
231
  msgid "What to use?"
232
  msgstr "Voor welk gebruik?"
233
 
234
- #: contact_form.php:484
235
  msgid "Wp-mail"
236
  msgstr "Wp-mail"
237
 
238
- #: contact_form.php:485
239
  msgid "You can use the wp_mail function for mailing"
240
  msgstr "Om emails te verzenden kunt u the wordpress wp-mail functie gebruiken"
241
 
242
- #: contact_form.php:491
243
  msgid "Mail"
244
  msgstr "Mail"
245
 
246
- #: contact_form.php:492
247
  msgid "To send mail you can use the php mail function"
248
  msgstr "Om emails te verzenden kunt e de php mail functie gebruiken"
249
 
250
- #: contact_form.php:496
251
  msgid "Change text of the 'FROM' field"
252
  msgstr "Verander de tekst voor 'VAN' veld van het email adres"
253
 
254
- #: contact_form.php:502
255
  msgid "Enter the email address in the 'From' field"
256
  msgstr "Kies het email adres voor 'Van' veld voor het versturen van de mail"
257
 
258
- #: contact_form.php:504
259
  #, fuzzy
260
  msgid "The email address of the user who fills the form will be used in the field 'From'."
261
  msgstr "In het veld 'Van' in de email zal het email adres van degene die het formulier invult gebruikt worden."
262
 
263
- #: contact_form.php:506
264
  msgid "This email address will be used in the 'From' field."
265
  msgstr "In het veld 'Van' dit email adres zal worden gebruikt."
266
 
267
- #: contact_form.php:510
268
  #, fuzzy
269
- msgid "Display a phone number field"
270
- msgstr "Toon telefoonnummer veld"
 
 
 
 
 
 
 
 
 
 
 
 
 
271
 
272
- #: contact_form.php:516
273
  msgid "Required fields"
274
  msgstr "Verplicht veld"
275
 
276
- #: contact_form.php:518
277
- #: contact_form.php:1016
278
  msgid "Name"
279
  msgstr "Naam"
280
 
281
- #: contact_form.php:519
282
  #, fuzzy
283
  msgid "Email Address"
284
  msgstr "Email adres:"
285
 
286
- #: contact_form.php:520
287
- #: contact_form.php:1024
288
- msgid "Phone"
289
- msgstr "Telefoonnummer"
290
-
291
- #: contact_form.php:521
292
- #: contact_form.php:1027
293
  msgid "Subject"
294
  msgstr "Onderwerp"
295
 
296
- #: contact_form.php:522
297
- #: contact_form.php:1030
298
  msgid "Message"
299
  msgstr "Bericht"
300
 
301
- #: contact_form.php:526
302
  #, fuzzy
303
  msgid "Display additional info in the email"
304
  msgstr "Toon aanvullende informatie in de email"
305
 
306
- #: contact_form.php:531
307
- #: contact_form.php:988
308
  msgid "Sent from (ip address)"
309
  msgstr "Verstuurd van (IP-adres)"
310
 
311
- #: contact_form.php:532
312
- #: contact_form.php:993
313
  msgid "Date/Time"
314
  msgstr "Datum/Tijd"
315
 
316
- #: contact_form.php:533
317
- #: contact_form.php:998
318
  msgid "Sent from (referer)"
319
  msgstr "Verstuurd vanaf (referer)"
320
 
321
- #: contact_form.php:534
322
- #: contact_form.php:1003
323
  msgid "Using (user agent)"
324
  msgstr "Met (user agent)"
325
 
326
- #: contact_form.php:538
327
  msgid "Language settings for the field names in the form"
328
  msgstr "Taal instellingen voor velden met een label"
329
 
330
- #: contact_form.php:547
331
  #, fuzzy
332
  msgid "Add a language"
333
  msgstr "Voeg een taal toe"
334
 
335
- #: contact_form.php:551
336
  msgid "Change the names of the contact form fields and error messages"
337
  msgstr "Verander de namen van de labels en de foutmeldingen"
338
 
339
- #: contact_form.php:556
340
- #: contact_form.php:611
341
  msgid "English"
342
  msgstr "Engels"
343
 
344
- #: contact_form.php:572
345
- #: contact_form.php:593
346
  msgid "Error message for the Name field"
347
  msgstr "Foutmelding voor naam veld"
348
 
349
- #: contact_form.php:573
350
- #: contact_form.php:594
 
 
 
 
 
 
351
  msgid "Error message for the Email field"
352
  msgstr "Foutmelding voor email veld"
353
 
354
- #: contact_form.php:574
355
- #: contact_form.php:595
356
  msgid "Error message for the Phone field"
357
  msgstr "Foutmelding voor telefoonnummer veld"
358
 
359
- #: contact_form.php:575
360
- #: contact_form.php:596
361
  msgid "Error message for the Subject field"
362
  msgstr "Foutmelding voor onderwerp veld"
363
 
364
- #: contact_form.php:576
365
- #: contact_form.php:597
366
  msgid "Error message for the Message field"
367
  msgstr "Foutmelding voor bericht veld"
368
 
369
- #: contact_form.php:577
370
- #: contact_form.php:598
371
- msgid "Error message for the Attachment field"
 
 
 
 
 
 
 
 
 
 
 
 
 
372
  msgstr "Foutmelding voor bijlage veld"
373
 
374
- #: contact_form.php:578
375
- #: contact_form.php:599
 
 
 
 
 
 
376
  msgid "Error message for the Captcha field"
377
  msgstr "Foutmelding voor captcha"
378
 
379
- #: contact_form.php:579
380
- #: contact_form.php:600
381
  msgid "Error message for the whole form"
382
  msgstr "Foutmelding voor het gehele formulier"
383
 
384
- #: contact_form.php:580
385
- #: contact_form.php:601
386
- #: contact_form.php:620
387
- #: contact_form.php:626
388
  msgid "Use shortcode"
389
  msgstr "Gebruik shortcode"
390
 
391
- #: contact_form.php:580
392
- #: contact_form.php:601
393
- #: contact_form.php:620
394
- #: contact_form.php:626
395
  msgid "for this language"
396
  msgstr "voor deze taal"
397
 
398
- #: contact_form.php:608
399
  msgid "Action after email is sent"
400
  msgstr "Actie na het verzenden van de email"
401
 
402
- #: contact_form.php:610
403
  msgid "Display text"
404
  msgstr "Toon tekst"
405
 
406
- #: contact_form.php:619
407
- #: contact_form.php:625
408
  msgid "Text"
409
  msgstr "Tekst"
410
 
411
- #: contact_form.php:632
412
  msgid "Redirect to the page"
413
  msgstr "Dooorsturen naar pagina"
414
 
415
- #: contact_form.php:633
416
  msgid "Url"
417
  msgstr "Url"
418
 
419
- #: contact_form.php:638
420
  msgid "Save Changes"
421
  msgstr "Bewaar veranderingen"
422
 
423
- #: contact_form.php:685
424
  msgid "Sorry, email message could not be delivered."
425
  msgstr "Sorry, uw bericht kon niet worden verstuurd."
426
 
427
- #: contact_form.php:755
428
  msgid "You can attach the following file formats"
429
  msgstr "Bestanden van de volgende formaten kunnen worden bijgevoegd"
430
 
431
- #: contact_form.php:1011
432
  msgid "Contact from"
433
  msgstr "Contact van"
434
 
435
- #: contact_form.php:1019
436
  msgid "Email"
437
  msgstr "Email"
438
 
439
- #: contact_form.php:1033
440
  msgid "Site"
441
  msgstr "Website"
442
 
443
- #: contact_form.php:1084
444
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
445
  msgstr "Als u deze MIME ziet, dan ondersteunt uw client geen MIME-Typen!"
446
 
447
- #: contact_form.php:1137
448
  msgid "FAQ"
449
  msgstr "Veel gestelde vragen (FAQ)"
450
 
451
- #: contact_form.php:1138
452
  msgid "Support"
453
  msgstr "Ondersteuning"
454
 
455
- #: contact_form.php:1184
456
  msgid "Are you sure that you want to delete this language data?"
457
  msgstr "Weet u zeker dat u deze taal wilt verwijderen?"
458
 
 
 
 
459
  #~ msgid "Please enter a valid email address. Settings are not saved."
460
  #~ msgstr "Geef een geldig email adres op. Instellingen zijn niet opgeslagen."
461
  #~ msgid "E-Mail Address"
@@ -464,6 +546,4 @@ msgstr "Weet u zeker dat u deze taal wilt verwijderen?"
464
  #~ msgstr "Indirizzo e-mail:"
465
  #~ msgid "Install Now"
466
  #~ msgstr "Installa Ora"
467
- #~ msgid "BWS Plugins"
468
- #~ msgstr "BWS Plugins"
469
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-27 16:06+0300\n"
6
+ "PO-Revision-Date: 2013-05-27 16:06+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Thomas Hartung, Dorine Kat-Stronck <thartung@adipositas-mm.de, info@katchy.nl>\n"
9
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:100
20
+ #, fuzzy
21
+ msgid "Pro plugins"
22
+ msgstr "BWS Plugins"
23
+
24
+ #: contact_form.php:103
25
+ #: contact_form.php:129
26
  msgid "Activated plugins"
27
  msgstr "Geactiveerde plugins"
28
 
29
+ #: contact_form.php:105
30
+ #: contact_form.php:113
31
+ #: contact_form.php:121
32
+ #: contact_form.php:131
33
+ #: contact_form.php:139
34
+ #: contact_form.php:147
35
  msgid "Read more"
36
  msgstr "Lees verder"
37
 
38
+ #: contact_form.php:105
39
+ #: contact_form.php:131
40
+ #: contact_form.php:1286
41
+ #: contact_form.php:1295
42
  msgid "Settings"
43
  msgstr "Instellingen"
44
 
45
+ #: contact_form.php:111
46
+ #: contact_form.php:137
47
  msgid "Installed plugins"
48
  msgstr "Geïnstalleerde Plugins"
49
 
50
+ #: contact_form.php:119
51
+ #: contact_form.php:145
52
  msgid "Recommended plugins"
53
  msgstr "Aanbevolen Plugins"
54
 
55
+ #: contact_form.php:121
56
+ msgid "Purchase"
57
+ msgstr ""
58
+
59
+ #: contact_form.php:126
60
+ #, fuzzy
61
+ msgid "Free plugins"
62
+ msgstr "Aanbevolen Plugins"
63
+
64
+ #: contact_form.php:147
65
  msgid "Download"
66
  msgstr "Download"
67
 
68
+ #: contact_form.php:147
69
  #, php-format
70
  msgid "Install %s"
71
  msgstr "Installeer %s"
72
 
73
+ #: contact_form.php:147
74
  msgid "Install now from wordpress.org"
75
  msgstr "Installeer nu via wordpress.org"
76
 
77
+ #: contact_form.php:152
78
+ #, fuzzy
79
+ msgid "If you have any questions, please contact us via"
80
  msgstr "Mocht u nog vragen hebben, stuur dan een email naar plugin@bestwebsoft.com of vul het contactformulier op onze website in."
81
 
82
+ #: contact_form.php:161
83
+ #: contact_form.php:526
84
  msgid "Contact Form Options"
85
  msgstr "Contact Form Opties"
86
 
87
+ #: contact_form.php:161
88
  msgid "Contact Form"
89
  msgstr "Contact Form"
90
 
91
+ #: contact_form.php:200
92
+ #: contact_form.php:662
93
+ #: contact_form.php:688
94
  msgid "Name:"
95
  msgstr "Naam:"
96
 
97
+ #: contact_form.php:201
98
+ #: contact_form.php:663
99
+ #: contact_form.php:689
100
+ #, fuzzy
101
+ msgid "Address:"
102
+ msgstr "Email adres:"
103
+
104
+ #: contact_form.php:202
105
+ #: contact_form.php:664
106
+ #: contact_form.php:690
107
  msgid "Email Address:"
108
  msgstr "Email adres:"
109
 
110
+ #: contact_form.php:203
111
+ #: contact_form.php:665
112
+ #: contact_form.php:691
113
  msgid "Phone number:"
114
  msgstr "Telefoonnummer:"
115
 
116
+ #: contact_form.php:204
117
+ #: contact_form.php:666
118
+ #: contact_form.php:692
119
  msgid "Subject:"
120
  msgstr "Onderwerp:"
121
 
122
+ #: contact_form.php:205
123
+ #: contact_form.php:667
124
+ #: contact_form.php:693
125
  msgid "Message:"
126
  msgstr "Bericht:"
127
 
128
+ #: contact_form.php:206
129
+ #: contact_form.php:668
130
+ #: contact_form.php:694
131
  msgid "Attachment:"
132
  msgstr "Bijlage:"
133
 
134
+ #: contact_form.php:207
135
+ #: contact_form.php:262
136
+ #: contact_form.php:669
137
+ #: contact_form.php:695
138
  msgid "Send me a copy"
139
  msgstr "Kopie aan mij sturen"
140
 
141
+ #: contact_form.php:208
142
+ #: contact_form.php:670
143
+ #: contact_form.php:696
144
  msgid "Submit"
145
  msgstr "Versturen"
146
 
147
+ #: contact_form.php:209
148
  msgid "Your name is required."
149
  msgstr "Uw naam is verplicht."
150
 
151
+ #: contact_form.php:210
152
+ #, fuzzy
153
+ msgid "Address is required."
154
+ msgstr "Een correct email adres is vereist."
155
+
156
+ #: contact_form.php:211
157
  #, fuzzy
158
  msgid "A valid email address is required."
159
  msgstr "Een correct email adres is vereist."
160
 
161
+ #: contact_form.php:212
162
+ #: contact_form.php:257
163
+ #: contact_form.php:260
164
  msgid "Phone number is required."
165
  msgstr "Telefoonnummer verplicht"
166
 
167
+ #: contact_form.php:213
168
+ #: contact_form.php:256
169
+ #: contact_form.php:259
170
  msgid "Subject is required."
171
  msgstr "Onderwerp tekst is verplicht."
172
 
173
+ #: contact_form.php:214
174
+ #: contact_form.php:255
175
+ #: contact_form.php:258
176
  msgid "Message text is required."
177
  msgstr "Bericht tekst is verplicht."
178
 
179
+ #: contact_form.php:215
180
  msgid "File format is not valid."
181
  msgstr "Bijlage is beschadigd."
182
 
183
+ #: contact_form.php:216
184
+ msgid "File upload error."
185
+ msgstr ""
186
+
187
+ #: contact_form.php:217
188
+ msgid "The file could not be uploaded."
189
+ msgstr ""
190
+
191
+ #: contact_form.php:218
192
+ msgid "This file is too large."
193
+ msgstr ""
194
+
195
+ #: contact_form.php:219
196
  msgid "Please fill out the CAPTCHA."
197
  msgstr "Vul de CAPTCHA in."
198
 
199
+ #: contact_form.php:220
200
  msgid "Please make corrections below and try again."
201
  msgstr "Vul alle vereiste informatie in en probeer het opnieuw."
202
 
203
+ #: contact_form.php:222
204
  msgid "Thank you for contacting us."
205
  msgstr "Bedankt voor uw bericht."
206
 
207
+ #: contact_form.php:481
208
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
209
  msgstr "Als de optie 'Doorsturen naar pagina' is geselecteerd, dient u het url veld in te vullen in de volgende format"
210
 
211
+ #: contact_form.php:490
212
  msgid "Such user does not exist. Settings are not saved."
213
  msgstr "Deze gebruiker bestaat niet. Instellingen zijn niet opgeslagen."
214
 
215
+ #: contact_form.php:495
216
+ #: contact_form.php:501
217
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
218
  msgstr "Geef een geldig email adres op. Instellingen zijn niet opgeslagen."
219
 
220
+ #: contact_form.php:506
221
  msgid "Options saved."
222
  msgstr "Instellingen opgeslagen."
223
 
224
+ #: contact_form.php:531
225
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
226
  msgstr "Als je een Contact Form aan je website wil toevoegen, kopieer dan deze code in je bericht, op je pagina of widget:"
227
 
228
+ #: contact_form.php:532
229
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
230
  msgstr "Als onderstaande velden leeg blijven, zal het bericht gestuurd worden aan het adres dat is gespecificeerd tijdens de registratie."
231
 
232
+ #: contact_form.php:536
233
  msgid "The user's email address:"
234
  msgstr "Gebruik het email adres van de Wordpress gebruiker:"
235
 
236
+ #: contact_form.php:540
237
  msgid "Create a username"
238
  msgstr "Kies gebruikersnaam"
239
 
240
+ #: contact_form.php:545
241
  msgid "Enter a username of the person who should get the messages from the contact form."
242
  msgstr "Voer de naam in van de gebruiker die berichten van dit contact formulier moet ontvangen."
243
 
244
+ #: contact_form.php:549
245
  msgid "Use this email address:"
246
  msgstr "Gebruik dit email adres:"
247
 
248
+ #: contact_form.php:552
249
  msgid "Enter the email address you want the messages forwarded to."
250
  msgstr "Geef een email adres op waar de berichten naar verstuurd moeten worden."
251
 
252
+ #: contact_form.php:556
253
  msgid "Additional options"
254
  msgstr "Extra opties"
255
 
256
+ #: contact_form.php:559
257
  msgid "Display Attachment block"
258
  msgstr "Toon de bijlage knop"
259
 
260
+ #: contact_form.php:561
261
  msgid "Users can attach the following file formats"
262
  msgstr "Gebruikers kunnen de volgende bestandtypen toevoegen"
263
 
264
+ #: contact_form.php:565
265
  msgid "Display Attachment tips"
266
  msgstr "Toon Bijlage uitleg"
267
 
268
+ #: contact_form.php:567
269
  msgid "Display tips below the Attachment block"
270
  msgstr "Toon uitleg na Bijlage knop"
271
 
272
+ #: contact_form.php:571
273
  msgid "Display Send me a copy block"
274
  msgstr "Geef 'Kopie aan mij sturen' weer"
275
 
276
+ #: contact_form.php:577
277
  msgid "What to use?"
278
  msgstr "Voor welk gebruik?"
279
 
280
+ #: contact_form.php:580
281
  msgid "Wp-mail"
282
  msgstr "Wp-mail"
283
 
284
+ #: contact_form.php:581
285
  msgid "You can use the wp_mail function for mailing"
286
  msgstr "Om emails te verzenden kunt u the wordpress wp-mail functie gebruiken"
287
 
288
+ #: contact_form.php:587
289
  msgid "Mail"
290
  msgstr "Mail"
291
 
292
+ #: contact_form.php:588
293
  msgid "To send mail you can use the php mail function"
294
  msgstr "Om emails te verzenden kunt e de php mail functie gebruiken"
295
 
296
+ #: contact_form.php:592
297
  msgid "Change text of the 'FROM' field"
298
  msgstr "Verander de tekst voor 'VAN' veld van het email adres"
299
 
300
+ #: contact_form.php:598
301
  msgid "Enter the email address in the 'From' field"
302
  msgstr "Kies het email adres voor 'Van' veld voor het versturen van de mail"
303
 
304
+ #: contact_form.php:600
305
  #, fuzzy
306
  msgid "The email address of the user who fills the form will be used in the field 'From'."
307
  msgstr "In het veld 'Van' in de email zal het email adres van degene die het formulier invult gebruikt worden."
308
 
309
+ #: contact_form.php:602
310
  msgid "This email address will be used in the 'From' field."
311
  msgstr "In het veld 'Van' dit email adres zal worden gebruikt."
312
 
313
+ #: contact_form.php:606
314
  #, fuzzy
315
+ msgid "Display fields"
316
+ msgstr "Toon tekst"
317
+
318
+ #: contact_form.php:608
319
+ #: contact_form.php:616
320
+ #: contact_form.php:1175
321
+ #, fuzzy
322
+ msgid "Address"
323
+ msgstr "Email adres:"
324
+
325
+ #: contact_form.php:609
326
+ #: contact_form.php:618
327
+ #: contact_form.php:1183
328
+ msgid "Phone"
329
+ msgstr "Telefoonnummer"
330
 
331
+ #: contact_form.php:613
332
  msgid "Required fields"
333
  msgstr "Verplicht veld"
334
 
335
+ #: contact_form.php:615
336
+ #: contact_form.php:1170
337
  msgid "Name"
338
  msgstr "Naam"
339
 
340
+ #: contact_form.php:617
341
  #, fuzzy
342
  msgid "Email Address"
343
  msgstr "Email adres:"
344
 
345
+ #: contact_form.php:619
346
+ #: contact_form.php:1186
 
 
 
 
 
347
  msgid "Subject"
348
  msgstr "Onderwerp"
349
 
350
+ #: contact_form.php:620
351
+ #: contact_form.php:1189
352
  msgid "Message"
353
  msgstr "Bericht"
354
 
355
+ #: contact_form.php:624
356
  #, fuzzy
357
  msgid "Display additional info in the email"
358
  msgstr "Toon aanvullende informatie in de email"
359
 
360
+ #: contact_form.php:629
361
+ #: contact_form.php:1142
362
  msgid "Sent from (ip address)"
363
  msgstr "Verstuurd van (IP-adres)"
364
 
365
+ #: contact_form.php:630
366
+ #: contact_form.php:1147
367
  msgid "Date/Time"
368
  msgstr "Datum/Tijd"
369
 
370
+ #: contact_form.php:631
371
+ #: contact_form.php:1152
372
  msgid "Sent from (referer)"
373
  msgstr "Verstuurd vanaf (referer)"
374
 
375
+ #: contact_form.php:632
376
+ #: contact_form.php:1157
377
  msgid "Using (user agent)"
378
  msgstr "Met (user agent)"
379
 
380
+ #: contact_form.php:636
381
  msgid "Language settings for the field names in the form"
382
  msgstr "Taal instellingen voor velden met een label"
383
 
384
+ #: contact_form.php:645
385
  #, fuzzy
386
  msgid "Add a language"
387
  msgstr "Voeg een taal toe"
388
 
389
+ #: contact_form.php:649
390
  msgid "Change the names of the contact form fields and error messages"
391
  msgstr "Verander de namen van de labels en de foutmeldingen"
392
 
393
+ #: contact_form.php:654
394
+ #: contact_form.php:719
395
  msgid "English"
396
  msgstr "Engels"
397
 
398
+ #: contact_form.php:671
399
+ #: contact_form.php:697
400
  msgid "Error message for the Name field"
401
  msgstr "Foutmelding voor naam veld"
402
 
403
+ #: contact_form.php:672
404
+ #: contact_form.php:698
405
+ #, fuzzy
406
+ msgid "Error message for the Address field"
407
+ msgstr "Foutmelding voor bericht veld"
408
+
409
+ #: contact_form.php:673
410
+ #: contact_form.php:699
411
  msgid "Error message for the Email field"
412
  msgstr "Foutmelding voor email veld"
413
 
414
+ #: contact_form.php:674
415
+ #: contact_form.php:700
416
  msgid "Error message for the Phone field"
417
  msgstr "Foutmelding voor telefoonnummer veld"
418
 
419
+ #: contact_form.php:675
420
+ #: contact_form.php:701
421
  msgid "Error message for the Subject field"
422
  msgstr "Foutmelding voor onderwerp veld"
423
 
424
+ #: contact_form.php:676
425
+ #: contact_form.php:702
426
  msgid "Error message for the Message field"
427
  msgstr "Foutmelding voor bericht veld"
428
 
429
+ #: contact_form.php:677
430
+ #: contact_form.php:703
431
+ #, fuzzy
432
+ msgid "Error message about the file type for the Attachment field"
433
+ msgstr "Foutmelding voor bijlage veld"
434
+
435
+ #: contact_form.php:678
436
+ #: contact_form.php:704
437
+ #, fuzzy
438
+ msgid "Error message while uploading a file for the Attachment field to the server"
439
+ msgstr "Foutmelding voor bijlage veld"
440
+
441
+ #: contact_form.php:679
442
+ #: contact_form.php:705
443
+ #, fuzzy
444
+ msgid "Error message while moving the file for the Attachment field"
445
  msgstr "Foutmelding voor bijlage veld"
446
 
447
+ #: contact_form.php:680
448
+ #: contact_form.php:706
449
+ #, fuzzy
450
+ msgid "Error message when file size limit for the Attachment field is exceeded"
451
+ msgstr "Foutmelding voor bijlage veld"
452
+
453
+ #: contact_form.php:681
454
+ #: contact_form.php:707
455
  msgid "Error message for the Captcha field"
456
  msgstr "Foutmelding voor captcha"
457
 
458
+ #: contact_form.php:682
459
+ #: contact_form.php:708
460
  msgid "Error message for the whole form"
461
  msgstr "Foutmelding voor het gehele formulier"
462
 
463
+ #: contact_form.php:683
464
+ #: contact_form.php:709
465
+ #: contact_form.php:728
466
+ #: contact_form.php:734
467
  msgid "Use shortcode"
468
  msgstr "Gebruik shortcode"
469
 
470
+ #: contact_form.php:683
471
+ #: contact_form.php:709
472
+ #: contact_form.php:728
473
+ #: contact_form.php:734
474
  msgid "for this language"
475
  msgstr "voor deze taal"
476
 
477
+ #: contact_form.php:716
478
  msgid "Action after email is sent"
479
  msgstr "Actie na het verzenden van de email"
480
 
481
+ #: contact_form.php:718
482
  msgid "Display text"
483
  msgstr "Toon tekst"
484
 
485
+ #: contact_form.php:727
486
+ #: contact_form.php:733
487
  msgid "Text"
488
  msgstr "Tekst"
489
 
490
+ #: contact_form.php:740
491
  msgid "Redirect to the page"
492
  msgstr "Dooorsturen naar pagina"
493
 
494
+ #: contact_form.php:741
495
  msgid "Url"
496
  msgstr "Url"
497
 
498
+ #: contact_form.php:746
499
  msgid "Save Changes"
500
  msgstr "Bewaar veranderingen"
501
 
502
+ #: contact_form.php:795
503
  msgid "Sorry, email message could not be delivered."
504
  msgstr "Sorry, uw bericht kon niet worden verstuurd."
505
 
506
+ #: contact_form.php:879
507
  msgid "You can attach the following file formats"
508
  msgstr "Bestanden van de volgende formaten kunnen worden bijgevoegd"
509
 
510
+ #: contact_form.php:1165
511
  msgid "Contact from"
512
  msgstr "Contact van"
513
 
514
+ #: contact_form.php:1178
515
  msgid "Email"
516
  msgstr "Email"
517
 
518
+ #: contact_form.php:1192
519
  msgid "Site"
520
  msgstr "Website"
521
 
522
+ #: contact_form.php:1243
523
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
524
  msgstr "Als u deze MIME ziet, dan ondersteunt uw client geen MIME-Typen!"
525
 
526
+ #: contact_form.php:1296
527
  msgid "FAQ"
528
  msgstr "Veel gestelde vragen (FAQ)"
529
 
530
+ #: contact_form.php:1297
531
  msgid "Support"
532
  msgstr "Ondersteuning"
533
 
534
+ #: contact_form.php:1345
535
  msgid "Are you sure that you want to delete this language data?"
536
  msgstr "Weet u zeker dat u deze taal wilt verwijderen?"
537
 
538
+ #, fuzzy
539
+ #~ msgid "Display a phone number field"
540
+ #~ msgstr "Toon telefoonnummer veld"
541
  #~ msgid "Please enter a valid email address. Settings are not saved."
542
  #~ msgstr "Geef een geldig email adres op. Instellingen zijn niet opgeslagen."
543
  #~ msgid "E-Mail Address"
546
  #~ msgstr "Indirizzo e-mail:"
547
  #~ msgid "Install Now"
548
  #~ msgstr "Installa Ora"
 
 
549
 
languages/contact_form-pl_PL.mo CHANGED
Binary file
languages/contact_form-pl_PL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Contact Form Plugin v3.05\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 15:10+0300\n"
6
- "PO-Revision-Date: 2013-04-22 15:10+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -19,507 +19,588 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ contact_form
22
- #: contact_form.php:78
 
 
 
 
 
 
 
23
  msgid "Activated plugins"
24
  msgstr "Aktywne wtyczki"
25
 
26
  # @ contact_form
27
- #: contact_form.php:80
28
- #: contact_form.php:88
29
- #: contact_form.php:96
 
 
 
30
  msgid "Read more"
31
  msgstr "Czytaj więcej"
32
 
33
  # @ contact_form
34
- #: contact_form.php:80
35
- #: contact_form.php:1127
36
- #: contact_form.php:1136
 
37
  msgid "Settings"
38
  msgstr "Ustawienia"
39
 
40
  # @ contact_form
41
- #: contact_form.php:86
 
42
  msgid "Installed plugins"
43
  msgstr "Zainstalowane wtyczki"
44
 
45
  # @ contact_form
46
- #: contact_form.php:94
 
47
  msgid "Recommended plugins"
48
  msgstr "Polecane wtyczki"
49
 
 
 
 
 
50
  # @ contact_form
51
- #: contact_form.php:96
 
 
 
 
 
 
52
  msgid "Download"
53
  msgstr "Pobierz"
54
 
55
  # @ default
56
- #: contact_form.php:96
57
  #, php-format
58
  msgid "Install %s"
59
  msgstr "Instaluj %s"
60
 
61
  # @ contact_form
62
- #: contact_form.php:96
63
  msgid "Install now from wordpress.org"
64
  msgstr "Zainstaluj z wordpress.org"
65
 
66
  # @ contact_form
67
- #: contact_form.php:98
68
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
 
69
  msgstr "Jeśli masz pytania, napisz na adres plugin@bestwebsoft.com lub skorzystaj z formularza na naszej stronie"
70
 
71
  # @ contact_form
72
- #: contact_form.php:110
73
- #: contact_form.php:430
74
  msgid "Contact Form Options"
75
  msgstr "Opcje Contact Form"
76
 
77
  # @ contact_form
78
- #: contact_form.php:110
79
  msgid "Contact Form"
80
  msgstr "Contact Form"
81
 
82
  # @ contact_form
83
- #: contact_form.php:147
84
- #: contact_form.php:564
85
- #: contact_form.php:585
86
  msgid "Name:"
87
  msgstr "Imię:"
88
 
89
  # @ contact_form
90
- #: contact_form.php:148
91
- #: contact_form.php:565
92
- #: contact_form.php:586
 
 
 
 
 
 
 
 
93
  msgid "Email Address:"
94
  msgstr "Adres e-mail"
95
 
96
- #: contact_form.php:149
97
- #: contact_form.php:566
98
- #: contact_form.php:587
99
  msgid "Phone number:"
100
  msgstr ""
101
 
102
  # @ contact_form
103
- #: contact_form.php:150
104
- #: contact_form.php:567
105
- #: contact_form.php:588
106
  msgid "Subject:"
107
  msgstr "Temat:"
108
 
109
  # @ contact_form
110
- #: contact_form.php:151
111
- #: contact_form.php:568
112
- #: contact_form.php:589
113
  msgid "Message:"
114
  msgstr "Treść wiadomości:"
115
 
116
  # @ contact_form
117
- #: contact_form.php:152
118
- #: contact_form.php:569
119
- #: contact_form.php:590
120
  msgid "Attachment:"
121
  msgstr "Załączniki:"
122
 
123
  # @ contact_form
124
- #: contact_form.php:153
125
- #: contact_form.php:199
126
- #: contact_form.php:570
127
- #: contact_form.php:591
128
  msgid "Send me a copy"
129
  msgstr "Wyślij mi kopię"
130
 
131
  # @ contact_form
132
- #: contact_form.php:154
133
- #: contact_form.php:571
134
- #: contact_form.php:592
135
  msgid "Submit"
136
  msgstr "Wyślij"
137
 
138
  # @ contact_form
139
- #: contact_form.php:155
140
  msgid "Your name is required."
141
  msgstr "Podanie imienia jest wymagane."
142
 
143
  # @ contact_form
144
- #: contact_form.php:156
 
 
 
 
 
 
145
  #, fuzzy
146
  msgid "A valid email address is required."
147
  msgstr "Podanie prawidłowego adresu e-mail jest wymagane."
148
 
149
  # @ contact_form
150
- #: contact_form.php:157
151
- #: contact_form.php:194
152
- #: contact_form.php:197
153
  #, fuzzy
154
  msgid "Phone number is required."
155
  msgstr "Podanie imienia jest wymagane."
156
 
157
  # @ contact_form
158
- #: contact_form.php:158
159
- #: contact_form.php:193
160
- #: contact_form.php:196
161
  msgid "Subject is required."
162
  msgstr "Podanie tematu jest wymagane."
163
 
164
  # @ contact_form
165
- #: contact_form.php:159
166
- #: contact_form.php:192
167
- #: contact_form.php:195
168
  msgid "Message text is required."
169
  msgstr "Wiadomość musi mieć jakąś treść."
170
 
171
  # @ contact_form
172
- #: contact_form.php:160
173
  msgid "File format is not valid."
174
  msgstr "Załącznik jest uszkodzony."
175
 
 
 
 
 
 
 
 
 
 
 
 
 
176
  # @ contact_form
177
- #: contact_form.php:161
178
  msgid "Please fill out the CAPTCHA."
179
  msgstr "Proszę dokładnie przepisać kod."
180
 
181
  # @ contact_form
182
- #: contact_form.php:162
183
  msgid "Please make corrections below and try again."
184
  msgstr "Proszę nanieść poprawki i spróbować jeszcze raz."
185
 
186
  # @ contact_form
187
- #: contact_form.php:164
188
  msgid "Thank you for contacting us."
189
  msgstr "Dziękujemy za wiadomość."
190
 
191
- #: contact_form.php:385
192
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
193
  msgstr ""
194
 
195
  # @ contact_form
196
- #: contact_form.php:394
197
  msgid "Such user does not exist. Settings are not saved."
198
  msgstr "Nie ma takiego użytkownika. Ustawienia nie zostały zapisane."
199
 
200
  # @ contact_form
201
- #: contact_form.php:399
202
- #: contact_form.php:405
203
  #, fuzzy
204
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
205
  msgstr "Proszę wpisać prawidłowy e-mail. Ustawienia nie zostały zapisane."
206
 
207
  # @ contact_form
208
- #: contact_form.php:410
209
  msgid "Options saved."
210
  msgstr "Opcje zapisano"
211
 
212
  # @ contact_form
213
- #: contact_form.php:435
214
  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:"
215
  msgstr "Jeśli chcesz dodać formularz do swojej strony, po prostu skopiuj ten kod i wklej go do wpisu lub treści strony lub Widget:"
216
 
217
  # @ contact_form
218
- #: contact_form.php:436
219
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
220
  msgstr "Jeśli poniższe pola zostaną puste, wiadomość zostanie wysłana na adres podany podczas rejestracji."
221
 
222
  # @ contact_form
223
- #: contact_form.php:440
224
  msgid "The user's email address:"
225
  msgstr "Użyj adresu e-mail użytkownika:"
226
 
227
  # @ contact_form
228
- #: contact_form.php:444
229
  msgid "Create a username"
230
  msgstr "Wybierz użytkownika"
231
 
232
  # @ contact_form
233
- #: contact_form.php:449
234
  msgid "Enter a username of the person who should get the messages from the contact form."
235
  msgstr "Wybierz użytkownika, który będzie dostawał wiadomości z formularza."
236
 
237
  # @ contact_form
238
- #: contact_form.php:453
239
  msgid "Use this email address:"
240
  msgstr "Wybierz ten e-mail:"
241
 
242
  # @ contact_form
243
- #: contact_form.php:456
244
  msgid "Enter the email address you want the messages forwarded to."
245
  msgstr "Ustaw adres e-mail, który będzie używany do odbierania wiadomości."
246
 
247
  # @ contact_form
248
- #: contact_form.php:460
249
  msgid "Additional options"
250
  msgstr "Dodatkowe opcje"
251
 
252
  # @ contact_form
253
- #: contact_form.php:463
254
  msgid "Display Attachment block"
255
  msgstr "Wyświetlaj blok załączników"
256
 
257
  # @ contact_form
258
- #: contact_form.php:465
259
  msgid "Users can attach the following file formats"
260
  msgstr "Można załączać pliki następujących typów"
261
 
262
  # @ contact_form
263
- #: contact_form.php:469
264
  msgid "Display Attachment tips"
265
  msgstr ""
266
 
267
  # @ contact_form
268
- #: contact_form.php:471
269
  msgid "Display tips below the Attachment block"
270
  msgstr ""
271
 
272
  # @ contact_form
273
- #: contact_form.php:475
274
  msgid "Display Send me a copy block"
275
  msgstr "Wyświetlaj blok wysyłania kopii do nadawcy"
276
 
277
- #: contact_form.php:481
278
  msgid "What to use?"
279
  msgstr ""
280
 
281
  # @ contact_form
282
- #: contact_form.php:484
283
  msgid "Wp-mail"
284
  msgstr "Wp-mail"
285
 
286
- #: contact_form.php:485
287
  msgid "You can use the wp_mail function for mailing"
288
  msgstr ""
289
 
290
  # @ contact_form
291
- #: contact_form.php:491
292
  msgid "Mail"
293
  msgstr "Mail"
294
 
295
- #: contact_form.php:492
296
  msgid "To send mail you can use the php mail function"
297
  msgstr ""
298
 
299
  # @ contact_form
300
- #: contact_form.php:496
301
  #, fuzzy
302
  msgid "Change text of the 'FROM' field"
303
  msgstr "Zmień od pola formularza"
304
 
305
- #: contact_form.php:502
306
  msgid "Enter the email address in the 'From' field"
307
  msgstr ""
308
 
309
- #: contact_form.php:504
310
  msgid "The email address of the user who fills the form will be used in the field 'From'."
311
  msgstr ""
312
 
313
- #: contact_form.php:506
314
  msgid "This email address will be used in the 'From' field."
315
  msgstr ""
316
 
317
- #: contact_form.php:510
318
- msgid "Display a phone number field"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
319
  msgstr ""
320
 
321
- #: contact_form.php:516
322
  msgid "Required fields"
323
  msgstr ""
324
 
325
  # @ contact_form
326
- #: contact_form.php:518
327
- #: contact_form.php:1016
328
  msgid "Name"
329
  msgstr "Imię"
330
 
331
  # @ contact_form
332
- #: contact_form.php:519
333
  #, fuzzy
334
  msgid "Email Address"
335
  msgstr "Adres e-mail"
336
 
337
- #: contact_form.php:520
338
- #: contact_form.php:1024
339
- msgid "Phone"
340
- msgstr ""
341
-
342
  # @ contact_form
343
- #: contact_form.php:521
344
- #: contact_form.php:1027
345
  msgid "Subject"
346
  msgstr "Temat"
347
 
348
  # @ contact_form
349
- #: contact_form.php:522
350
- #: contact_form.php:1030
351
  msgid "Message"
352
  msgstr "Wiadomość"
353
 
354
- #: contact_form.php:526
355
  msgid "Display additional info in the email"
356
  msgstr ""
357
 
358
  # @ contact_form
359
- #: contact_form.php:531
360
- #: contact_form.php:988
361
  msgid "Sent from (ip address)"
362
  msgstr "Przysłane z (adres IP)"
363
 
364
  # @ contact_form
365
- #: contact_form.php:532
366
- #: contact_form.php:993
367
  msgid "Date/Time"
368
  msgstr "Data/czas"
369
 
370
  # @ contact_form
371
- #: contact_form.php:533
372
- #: contact_form.php:998
373
  msgid "Sent from (referer)"
374
  msgstr "Przekierowane z (referrer)"
375
 
376
  # @ contact_form
377
- #: contact_form.php:534
378
- #: contact_form.php:1003
379
  msgid "Using (user agent)"
380
  msgstr "Klient (program użytkownika)"
381
 
382
- #: contact_form.php:538
383
  msgid "Language settings for the field names in the form"
384
  msgstr ""
385
 
386
- #: contact_form.php:547
387
  msgid "Add a language"
388
  msgstr ""
389
 
390
  # @ contact_form
391
- #: contact_form.php:551
392
  #, fuzzy
393
  msgid "Change the names of the contact form fields and error messages"
394
  msgstr "Zmień etykiety pól formularza"
395
 
396
- #: contact_form.php:556
397
- #: contact_form.php:611
398
  msgid "English"
399
  msgstr ""
400
 
401
- #: contact_form.php:572
402
- #: contact_form.php:593
403
  msgid "Error message for the Name field"
404
  msgstr ""
405
 
406
- #: contact_form.php:573
407
- #: contact_form.php:594
 
 
 
 
 
408
  msgid "Error message for the Email field"
409
  msgstr ""
410
 
411
- #: contact_form.php:574
412
- #: contact_form.php:595
413
  msgid "Error message for the Phone field"
414
  msgstr ""
415
 
416
- #: contact_form.php:575
417
- #: contact_form.php:596
418
  msgid "Error message for the Subject field"
419
  msgstr ""
420
 
421
- #: contact_form.php:576
422
- #: contact_form.php:597
423
  msgid "Error message for the Message field"
424
  msgstr ""
425
 
426
- #: contact_form.php:577
427
- #: contact_form.php:598
428
- msgid "Error message for the Attachment field"
 
 
 
 
 
429
  msgstr ""
430
 
431
- #: contact_form.php:578
432
- #: contact_form.php:599
 
 
 
 
 
 
 
 
 
 
433
  msgid "Error message for the Captcha field"
434
  msgstr ""
435
 
436
- #: contact_form.php:579
437
- #: contact_form.php:600
438
  msgid "Error message for the whole form"
439
  msgstr ""
440
 
441
- #: contact_form.php:580
442
- #: contact_form.php:601
443
- #: contact_form.php:620
444
- #: contact_form.php:626
445
  msgid "Use shortcode"
446
  msgstr ""
447
 
448
- #: contact_form.php:580
449
- #: contact_form.php:601
450
- #: contact_form.php:620
451
- #: contact_form.php:626
452
  msgid "for this language"
453
  msgstr ""
454
 
455
- #: contact_form.php:608
456
  msgid "Action after email is sent"
457
  msgstr ""
458
 
459
  # @ contact_form
460
- #: contact_form.php:610
461
  #, fuzzy
462
  msgid "Display text"
463
  msgstr "Wyświetlaj blok załączników"
464
 
465
- #: contact_form.php:619
466
- #: contact_form.php:625
467
  msgid "Text"
468
  msgstr ""
469
 
470
- #: contact_form.php:632
471
  msgid "Redirect to the page"
472
  msgstr ""
473
 
474
- #: contact_form.php:633
475
  msgid "Url"
476
  msgstr ""
477
 
478
  # @ default
479
- #: contact_form.php:638
480
  msgid "Save Changes"
481
  msgstr "Zapisz zmiany"
482
 
483
  # @ contact_form
484
- #: contact_form.php:685
485
  msgid "Sorry, email message could not be delivered."
486
  msgstr "Niestety, ten e-mail nie mógł zostać dostarczony."
487
 
488
  # @ contact_form
489
- #: contact_form.php:755
490
  msgid "You can attach the following file formats"
491
  msgstr "Możesz załączać pliki następujących typów"
492
 
493
  # @ contact_form
494
- #: contact_form.php:1011
495
  msgid "Contact from"
496
  msgstr "Kontakt z"
497
 
498
  # @ contact_form
499
- #: contact_form.php:1019
500
  msgid "Email"
501
  msgstr "E-mail"
502
 
503
  # @ contact_form
504
- #: contact_form.php:1033
505
  msgid "Site"
506
  msgstr "Strona www"
507
 
508
- #: contact_form.php:1084
509
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
510
  msgstr ""
511
 
512
  # @ contact_form
513
- #: contact_form.php:1137
514
  msgid "FAQ"
515
  msgstr "FAQ"
516
 
517
  # @ contact_form
518
- #: contact_form.php:1138
519
  msgid "Support"
520
  msgstr "Wsparcie"
521
 
522
- #: contact_form.php:1184
523
  msgid "Are you sure that you want to delete this language data?"
524
  msgstr ""
525
 
2
  msgstr ""
3
  "Project-Id-Version: Contact Form Plugin v3.05\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-27 16:06+0300\n"
6
+ "PO-Revision-Date: 2013-05-27 16:06+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ contact_form
22
+ #: contact_form.php:100
23
+ #, fuzzy
24
+ msgid "Pro plugins"
25
+ msgstr "Polecane wtyczki"
26
+
27
+ # @ contact_form
28
+ #: contact_form.php:103
29
+ #: contact_form.php:129
30
  msgid "Activated plugins"
31
  msgstr "Aktywne wtyczki"
32
 
33
  # @ contact_form
34
+ #: contact_form.php:105
35
+ #: contact_form.php:113
36
+ #: contact_form.php:121
37
+ #: contact_form.php:131
38
+ #: contact_form.php:139
39
+ #: contact_form.php:147
40
  msgid "Read more"
41
  msgstr "Czytaj więcej"
42
 
43
  # @ contact_form
44
+ #: contact_form.php:105
45
+ #: contact_form.php:131
46
+ #: contact_form.php:1286
47
+ #: contact_form.php:1295
48
  msgid "Settings"
49
  msgstr "Ustawienia"
50
 
51
  # @ contact_form
52
+ #: contact_form.php:111
53
+ #: contact_form.php:137
54
  msgid "Installed plugins"
55
  msgstr "Zainstalowane wtyczki"
56
 
57
  # @ contact_form
58
+ #: contact_form.php:119
59
+ #: contact_form.php:145
60
  msgid "Recommended plugins"
61
  msgstr "Polecane wtyczki"
62
 
63
+ #: contact_form.php:121
64
+ msgid "Purchase"
65
+ msgstr ""
66
+
67
  # @ contact_form
68
+ #: contact_form.php:126
69
+ #, fuzzy
70
+ msgid "Free plugins"
71
+ msgstr "Polecane wtyczki"
72
+
73
+ # @ contact_form
74
+ #: contact_form.php:147
75
  msgid "Download"
76
  msgstr "Pobierz"
77
 
78
  # @ default
79
+ #: contact_form.php:147
80
  #, php-format
81
  msgid "Install %s"
82
  msgstr "Instaluj %s"
83
 
84
  # @ contact_form
85
+ #: contact_form.php:147
86
  msgid "Install now from wordpress.org"
87
  msgstr "Zainstaluj z wordpress.org"
88
 
89
  # @ contact_form
90
+ #: contact_form.php:152
91
+ #, fuzzy
92
+ msgid "If you have any questions, please contact us via"
93
  msgstr "Jeśli masz pytania, napisz na adres plugin@bestwebsoft.com lub skorzystaj z formularza na naszej stronie"
94
 
95
  # @ contact_form
96
+ #: contact_form.php:161
97
+ #: contact_form.php:526
98
  msgid "Contact Form Options"
99
  msgstr "Opcje Contact Form"
100
 
101
  # @ contact_form
102
+ #: contact_form.php:161
103
  msgid "Contact Form"
104
  msgstr "Contact Form"
105
 
106
  # @ contact_form
107
+ #: contact_form.php:200
108
+ #: contact_form.php:662
109
+ #: contact_form.php:688
110
  msgid "Name:"
111
  msgstr "Imię:"
112
 
113
  # @ contact_form
114
+ #: contact_form.php:201
115
+ #: contact_form.php:663
116
+ #: contact_form.php:689
117
+ #, fuzzy
118
+ msgid "Address:"
119
+ msgstr "Adres e-mail"
120
+
121
+ # @ contact_form
122
+ #: contact_form.php:202
123
+ #: contact_form.php:664
124
+ #: contact_form.php:690
125
  msgid "Email Address:"
126
  msgstr "Adres e-mail"
127
 
128
+ #: contact_form.php:203
129
+ #: contact_form.php:665
130
+ #: contact_form.php:691
131
  msgid "Phone number:"
132
  msgstr ""
133
 
134
  # @ contact_form
135
+ #: contact_form.php:204
136
+ #: contact_form.php:666
137
+ #: contact_form.php:692
138
  msgid "Subject:"
139
  msgstr "Temat:"
140
 
141
  # @ contact_form
142
+ #: contact_form.php:205
143
+ #: contact_form.php:667
144
+ #: contact_form.php:693
145
  msgid "Message:"
146
  msgstr "Treść wiadomości:"
147
 
148
  # @ contact_form
149
+ #: contact_form.php:206
150
+ #: contact_form.php:668
151
+ #: contact_form.php:694
152
  msgid "Attachment:"
153
  msgstr "Załączniki:"
154
 
155
  # @ contact_form
156
+ #: contact_form.php:207
157
+ #: contact_form.php:262
158
+ #: contact_form.php:669
159
+ #: contact_form.php:695
160
  msgid "Send me a copy"
161
  msgstr "Wyślij mi kopię"
162
 
163
  # @ contact_form
164
+ #: contact_form.php:208
165
+ #: contact_form.php:670
166
+ #: contact_form.php:696
167
  msgid "Submit"
168
  msgstr "Wyślij"
169
 
170
  # @ contact_form
171
+ #: contact_form.php:209
172
  msgid "Your name is required."
173
  msgstr "Podanie imienia jest wymagane."
174
 
175
  # @ contact_form
176
+ #: contact_form.php:210
177
+ #, fuzzy
178
+ msgid "Address is required."
179
+ msgstr "Podanie prawidłowego adresu e-mail jest wymagane."
180
+
181
+ # @ contact_form
182
+ #: contact_form.php:211
183
  #, fuzzy
184
  msgid "A valid email address is required."
185
  msgstr "Podanie prawidłowego adresu e-mail jest wymagane."
186
 
187
  # @ contact_form
188
+ #: contact_form.php:212
189
+ #: contact_form.php:257
190
+ #: contact_form.php:260
191
  #, fuzzy
192
  msgid "Phone number is required."
193
  msgstr "Podanie imienia jest wymagane."
194
 
195
  # @ contact_form
196
+ #: contact_form.php:213
197
+ #: contact_form.php:256
198
+ #: contact_form.php:259
199
  msgid "Subject is required."
200
  msgstr "Podanie tematu jest wymagane."
201
 
202
  # @ contact_form
203
+ #: contact_form.php:214
204
+ #: contact_form.php:255
205
+ #: contact_form.php:258
206
  msgid "Message text is required."
207
  msgstr "Wiadomość musi mieć jakąś treść."
208
 
209
  # @ contact_form
210
+ #: contact_form.php:215
211
  msgid "File format is not valid."
212
  msgstr "Załącznik jest uszkodzony."
213
 
214
+ #: contact_form.php:216
215
+ msgid "File upload error."
216
+ msgstr ""
217
+
218
+ #: contact_form.php:217
219
+ msgid "The file could not be uploaded."
220
+ msgstr ""
221
+
222
+ #: contact_form.php:218
223
+ msgid "This file is too large."
224
+ msgstr ""
225
+
226
  # @ contact_form
227
+ #: contact_form.php:219
228
  msgid "Please fill out the CAPTCHA."
229
  msgstr "Proszę dokładnie przepisać kod."
230
 
231
  # @ contact_form
232
+ #: contact_form.php:220
233
  msgid "Please make corrections below and try again."
234
  msgstr "Proszę nanieść poprawki i spróbować jeszcze raz."
235
 
236
  # @ contact_form
237
+ #: contact_form.php:222
238
  msgid "Thank you for contacting us."
239
  msgstr "Dziękujemy za wiadomość."
240
 
241
+ #: contact_form.php:481
242
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
243
  msgstr ""
244
 
245
  # @ contact_form
246
+ #: contact_form.php:490
247
  msgid "Such user does not exist. Settings are not saved."
248
  msgstr "Nie ma takiego użytkownika. Ustawienia nie zostały zapisane."
249
 
250
  # @ contact_form
251
+ #: contact_form.php:495
252
+ #: contact_form.php:501
253
  #, fuzzy
254
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
255
  msgstr "Proszę wpisać prawidłowy e-mail. Ustawienia nie zostały zapisane."
256
 
257
  # @ contact_form
258
+ #: contact_form.php:506
259
  msgid "Options saved."
260
  msgstr "Opcje zapisano"
261
 
262
  # @ contact_form
263
+ #: contact_form.php:531
264
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
265
  msgstr "Jeśli chcesz dodać formularz do swojej strony, po prostu skopiuj ten kod i wklej go do wpisu lub treści strony lub Widget:"
266
 
267
  # @ contact_form
268
+ #: contact_form.php:532
269
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
270
  msgstr "Jeśli poniższe pola zostaną puste, wiadomość zostanie wysłana na adres podany podczas rejestracji."
271
 
272
  # @ contact_form
273
+ #: contact_form.php:536
274
  msgid "The user's email address:"
275
  msgstr "Użyj adresu e-mail użytkownika:"
276
 
277
  # @ contact_form
278
+ #: contact_form.php:540
279
  msgid "Create a username"
280
  msgstr "Wybierz użytkownika"
281
 
282
  # @ contact_form
283
+ #: contact_form.php:545
284
  msgid "Enter a username of the person who should get the messages from the contact form."
285
  msgstr "Wybierz użytkownika, który będzie dostawał wiadomości z formularza."
286
 
287
  # @ contact_form
288
+ #: contact_form.php:549
289
  msgid "Use this email address:"
290
  msgstr "Wybierz ten e-mail:"
291
 
292
  # @ contact_form
293
+ #: contact_form.php:552
294
  msgid "Enter the email address you want the messages forwarded to."
295
  msgstr "Ustaw adres e-mail, który będzie używany do odbierania wiadomości."
296
 
297
  # @ contact_form
298
+ #: contact_form.php:556
299
  msgid "Additional options"
300
  msgstr "Dodatkowe opcje"
301
 
302
  # @ contact_form
303
+ #: contact_form.php:559
304
  msgid "Display Attachment block"
305
  msgstr "Wyświetlaj blok załączników"
306
 
307
  # @ contact_form
308
+ #: contact_form.php:561
309
  msgid "Users can attach the following file formats"
310
  msgstr "Można załączać pliki następujących typów"
311
 
312
  # @ contact_form
313
+ #: contact_form.php:565
314
  msgid "Display Attachment tips"
315
  msgstr ""
316
 
317
  # @ contact_form
318
+ #: contact_form.php:567
319
  msgid "Display tips below the Attachment block"
320
  msgstr ""
321
 
322
  # @ contact_form
323
+ #: contact_form.php:571
324
  msgid "Display Send me a copy block"
325
  msgstr "Wyświetlaj blok wysyłania kopii do nadawcy"
326
 
327
+ #: contact_form.php:577
328
  msgid "What to use?"
329
  msgstr ""
330
 
331
  # @ contact_form
332
+ #: contact_form.php:580
333
  msgid "Wp-mail"
334
  msgstr "Wp-mail"
335
 
336
+ #: contact_form.php:581
337
  msgid "You can use the wp_mail function for mailing"
338
  msgstr ""
339
 
340
  # @ contact_form
341
+ #: contact_form.php:587
342
  msgid "Mail"
343
  msgstr "Mail"
344
 
345
+ #: contact_form.php:588
346
  msgid "To send mail you can use the php mail function"
347
  msgstr ""
348
 
349
  # @ contact_form
350
+ #: contact_form.php:592
351
  #, fuzzy
352
  msgid "Change text of the 'FROM' field"
353
  msgstr "Zmień od pola formularza"
354
 
355
+ #: contact_form.php:598
356
  msgid "Enter the email address in the 'From' field"
357
  msgstr ""
358
 
359
+ #: contact_form.php:600
360
  msgid "The email address of the user who fills the form will be used in the field 'From'."
361
  msgstr ""
362
 
363
+ #: contact_form.php:602
364
  msgid "This email address will be used in the 'From' field."
365
  msgstr ""
366
 
367
+ # @ contact_form
368
+ #: contact_form.php:606
369
+ #, fuzzy
370
+ msgid "Display fields"
371
+ msgstr "Wyświetlaj blok załączników"
372
+
373
+ # @ contact_form
374
+ #: contact_form.php:608
375
+ #: contact_form.php:616
376
+ #: contact_form.php:1175
377
+ #, fuzzy
378
+ msgid "Address"
379
+ msgstr "Adres e-mail"
380
+
381
+ #: contact_form.php:609
382
+ #: contact_form.php:618
383
+ #: contact_form.php:1183
384
+ msgid "Phone"
385
  msgstr ""
386
 
387
+ #: contact_form.php:613
388
  msgid "Required fields"
389
  msgstr ""
390
 
391
  # @ contact_form
392
+ #: contact_form.php:615
393
+ #: contact_form.php:1170
394
  msgid "Name"
395
  msgstr "Imię"
396
 
397
  # @ contact_form
398
+ #: contact_form.php:617
399
  #, fuzzy
400
  msgid "Email Address"
401
  msgstr "Adres e-mail"
402
 
 
 
 
 
 
403
  # @ contact_form
404
+ #: contact_form.php:619
405
+ #: contact_form.php:1186
406
  msgid "Subject"
407
  msgstr "Temat"
408
 
409
  # @ contact_form
410
+ #: contact_form.php:620
411
+ #: contact_form.php:1189
412
  msgid "Message"
413
  msgstr "Wiadomość"
414
 
415
+ #: contact_form.php:624
416
  msgid "Display additional info in the email"
417
  msgstr ""
418
 
419
  # @ contact_form
420
+ #: contact_form.php:629
421
+ #: contact_form.php:1142
422
  msgid "Sent from (ip address)"
423
  msgstr "Przysłane z (adres IP)"
424
 
425
  # @ contact_form
426
+ #: contact_form.php:630
427
+ #: contact_form.php:1147
428
  msgid "Date/Time"
429
  msgstr "Data/czas"
430
 
431
  # @ contact_form
432
+ #: contact_form.php:631
433
+ #: contact_form.php:1152
434
  msgid "Sent from (referer)"
435
  msgstr "Przekierowane z (referrer)"
436
 
437
  # @ contact_form
438
+ #: contact_form.php:632
439
+ #: contact_form.php:1157
440
  msgid "Using (user agent)"
441
  msgstr "Klient (program użytkownika)"
442
 
443
+ #: contact_form.php:636
444
  msgid "Language settings for the field names in the form"
445
  msgstr ""
446
 
447
+ #: contact_form.php:645
448
  msgid "Add a language"
449
  msgstr ""
450
 
451
  # @ contact_form
452
+ #: contact_form.php:649
453
  #, fuzzy
454
  msgid "Change the names of the contact form fields and error messages"
455
  msgstr "Zmień etykiety pól formularza"
456
 
457
+ #: contact_form.php:654
458
+ #: contact_form.php:719
459
  msgid "English"
460
  msgstr ""
461
 
462
+ #: contact_form.php:671
463
+ #: contact_form.php:697
464
  msgid "Error message for the Name field"
465
  msgstr ""
466
 
467
+ #: contact_form.php:672
468
+ #: contact_form.php:698
469
+ msgid "Error message for the Address field"
470
+ msgstr ""
471
+
472
+ #: contact_form.php:673
473
+ #: contact_form.php:699
474
  msgid "Error message for the Email field"
475
  msgstr ""
476
 
477
+ #: contact_form.php:674
478
+ #: contact_form.php:700
479
  msgid "Error message for the Phone field"
480
  msgstr ""
481
 
482
+ #: contact_form.php:675
483
+ #: contact_form.php:701
484
  msgid "Error message for the Subject field"
485
  msgstr ""
486
 
487
+ #: contact_form.php:676
488
+ #: contact_form.php:702
489
  msgid "Error message for the Message field"
490
  msgstr ""
491
 
492
+ #: contact_form.php:677
493
+ #: contact_form.php:703
494
+ msgid "Error message about the file type for the Attachment field"
495
+ msgstr ""
496
+
497
+ #: contact_form.php:678
498
+ #: contact_form.php:704
499
+ msgid "Error message while uploading a file for the Attachment field to the server"
500
  msgstr ""
501
 
502
+ #: contact_form.php:679
503
+ #: contact_form.php:705
504
+ msgid "Error message while moving the file for the Attachment field"
505
+ msgstr ""
506
+
507
+ #: contact_form.php:680
508
+ #: contact_form.php:706
509
+ msgid "Error message when file size limit for the Attachment field is exceeded"
510
+ msgstr ""
511
+
512
+ #: contact_form.php:681
513
+ #: contact_form.php:707
514
  msgid "Error message for the Captcha field"
515
  msgstr ""
516
 
517
+ #: contact_form.php:682
518
+ #: contact_form.php:708
519
  msgid "Error message for the whole form"
520
  msgstr ""
521
 
522
+ #: contact_form.php:683
523
+ #: contact_form.php:709
524
+ #: contact_form.php:728
525
+ #: contact_form.php:734
526
  msgid "Use shortcode"
527
  msgstr ""
528
 
529
+ #: contact_form.php:683
530
+ #: contact_form.php:709
531
+ #: contact_form.php:728
532
+ #: contact_form.php:734
533
  msgid "for this language"
534
  msgstr ""
535
 
536
+ #: contact_form.php:716
537
  msgid "Action after email is sent"
538
  msgstr ""
539
 
540
  # @ contact_form
541
+ #: contact_form.php:718
542
  #, fuzzy
543
  msgid "Display text"
544
  msgstr "Wyświetlaj blok załączników"
545
 
546
+ #: contact_form.php:727
547
+ #: contact_form.php:733
548
  msgid "Text"
549
  msgstr ""
550
 
551
+ #: contact_form.php:740
552
  msgid "Redirect to the page"
553
  msgstr ""
554
 
555
+ #: contact_form.php:741
556
  msgid "Url"
557
  msgstr ""
558
 
559
  # @ default
560
+ #: contact_form.php:746
561
  msgid "Save Changes"
562
  msgstr "Zapisz zmiany"
563
 
564
  # @ contact_form
565
+ #: contact_form.php:795
566
  msgid "Sorry, email message could not be delivered."
567
  msgstr "Niestety, ten e-mail nie mógł zostać dostarczony."
568
 
569
  # @ contact_form
570
+ #: contact_form.php:879
571
  msgid "You can attach the following file formats"
572
  msgstr "Możesz załączać pliki następujących typów"
573
 
574
  # @ contact_form
575
+ #: contact_form.php:1165
576
  msgid "Contact from"
577
  msgstr "Kontakt z"
578
 
579
  # @ contact_form
580
+ #: contact_form.php:1178
581
  msgid "Email"
582
  msgstr "E-mail"
583
 
584
  # @ contact_form
585
+ #: contact_form.php:1192
586
  msgid "Site"
587
  msgstr "Strona www"
588
 
589
+ #: contact_form.php:1243
590
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
591
  msgstr ""
592
 
593
  # @ contact_form
594
+ #: contact_form.php:1296
595
  msgid "FAQ"
596
  msgstr "FAQ"
597
 
598
  # @ contact_form
599
+ #: contact_form.php:1297
600
  msgid "Support"
601
  msgstr "Wsparcie"
602
 
603
+ #: contact_form.php:1345
604
  msgid "Are you sure that you want to delete this language data?"
605
  msgstr ""
606
 
languages/contact_form-pt_BR.mo CHANGED
Binary file
languages/contact_form-pt_BR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 15:10+0300\n"
6
- "PO-Revision-Date: 2013-04-22 15:10+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,447 +16,529 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:78
 
 
 
 
 
 
20
  msgid "Activated plugins"
21
  msgstr "Plugins ativados"
22
 
23
- #: contact_form.php:80
24
- #: contact_form.php:88
25
- #: contact_form.php:96
 
 
 
26
  msgid "Read more"
27
  msgstr "Leia Mais"
28
 
29
- #: contact_form.php:80
30
- #: contact_form.php:1127
31
- #: contact_form.php:1136
 
32
  msgid "Settings"
33
  msgstr "Configurações"
34
 
35
- #: contact_form.php:86
 
36
  msgid "Installed plugins"
37
  msgstr "Plugins instalados"
38
 
39
- #: contact_form.php:94
 
40
  msgid "Recommended plugins"
41
  msgstr "Plugins recomendados"
42
 
43
- #: contact_form.php:96
 
 
 
 
 
 
 
 
 
44
  msgid "Download"
45
  msgstr "Baixar"
46
 
47
- #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "Instalar %s"
51
 
52
- #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "Instale agora do site wordpress.org"
55
 
56
- #: contact_form.php:98
57
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
 
58
  msgstr "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. "
59
 
60
- #: contact_form.php:110
61
- #: contact_form.php:430
62
  msgid "Contact Form Options"
63
  msgstr "Opções do formulário de contato"
64
 
65
- #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "Formulário de contato"
68
 
69
- #: contact_form.php:147
70
- #: contact_form.php:564
71
- #: contact_form.php:585
72
  msgid "Name:"
73
  msgstr "Nome:"
74
 
75
- #: contact_form.php:148
76
- #: contact_form.php:565
77
- #: contact_form.php:586
 
 
 
 
 
 
 
78
  msgid "Email Address:"
79
  msgstr "Endereço de E-mail:"
80
 
81
- #: contact_form.php:149
82
- #: contact_form.php:566
83
- #: contact_form.php:587
84
  msgid "Phone number:"
85
- msgstr ""
86
 
87
- #: contact_form.php:150
88
- #: contact_form.php:567
89
- #: contact_form.php:588
90
  msgid "Subject:"
91
  msgstr "Assunto:"
92
 
93
- #: contact_form.php:151
94
- #: contact_form.php:568
95
- #: contact_form.php:589
96
  msgid "Message:"
97
  msgstr "Mensagem:"
98
 
99
- #: contact_form.php:152
100
- #: contact_form.php:569
101
- #: contact_form.php:590
102
  msgid "Attachment:"
103
  msgstr "Anexo:"
104
 
105
- #: contact_form.php:153
106
- #: contact_form.php:199
107
- #: contact_form.php:570
108
- #: contact_form.php:591
109
  msgid "Send me a copy"
110
  msgstr "Envie-me uma cópia"
111
 
112
- #: contact_form.php:154
113
- #: contact_form.php:571
114
- #: contact_form.php:592
115
  msgid "Submit"
116
  msgstr "Enviar"
117
 
118
- #: contact_form.php:155
119
  msgid "Your name is required."
120
  msgstr "Seu nome é obrigatório"
121
 
122
- #: contact_form.php:156
 
 
 
 
 
123
  #, fuzzy
124
  msgid "A valid email address is required."
125
  msgstr "Um e-mail correto é obrigatório."
126
 
127
- #: contact_form.php:157
128
- #: contact_form.php:194
129
- #: contact_form.php:197
130
  #, fuzzy
131
  msgid "Phone number is required."
132
  msgstr "Seu nome é obrigatório"
133
 
134
- #: contact_form.php:158
135
- #: contact_form.php:193
136
- #: contact_form.php:196
137
  msgid "Subject is required."
138
  msgstr "O Assunto da mensagem é obrigatório."
139
 
140
- #: contact_form.php:159
141
- #: contact_form.php:192
142
- #: contact_form.php:195
143
  msgid "Message text is required."
144
  msgstr "O texto da Mensagem é obrigatório."
145
 
146
- #: contact_form.php:160
147
  msgid "File format is not valid."
148
  msgstr "Impossível anexar arquivo. "
149
 
150
- #: contact_form.php:161
 
 
 
 
 
 
 
 
 
 
 
 
151
  msgid "Please fill out the CAPTCHA."
152
  msgstr "Por favor, complete a resposta da charada ."
153
 
154
- #: contact_form.php:162
155
  msgid "Please make corrections below and try again."
156
  msgstr "Por favor, faça as correções abaixo e tente enviar a mensagem novamente."
157
 
158
- #: contact_form.php:164
159
  msgid "Thank you for contacting us."
160
  msgstr "Obrigado por nos contatar"
161
 
162
- #: contact_form.php:385
163
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
164
- msgstr ""
165
 
166
- #: contact_form.php:394
167
  msgid "Such user does not exist. Settings are not saved."
168
- msgstr "Tal usuári não existe. Configurações não foram salvas."
169
 
170
- #: contact_form.php:399
171
- #: contact_form.php:405
172
  #, fuzzy
173
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
174
  msgstr "Por favor digite o email corretamente. Configurações não foram salvas."
175
 
176
- #: contact_form.php:410
177
  msgid "Options saved."
178
  msgstr "Opções salvas."
179
 
180
- #: contact_form.php:435
181
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
182
  msgstr "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:"
183
 
184
- #: contact_form.php:436
185
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
186
- msgstr "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."
187
 
188
- #: contact_form.php:440
189
  msgid "The user's email address:"
190
  msgstr "Use o email de um usuário do wordpress:"
191
 
192
- #: contact_form.php:444
193
  msgid "Create a username"
194
  msgstr "Selecione o nome do usuário"
195
 
196
- #: contact_form.php:449
197
  msgid "Enter a username of the person who should get the messages from the contact form."
198
  msgstr "Determine um nome de usuário que receberá as mensagens enviadas pelo Formulário de Contato."
199
 
200
- #: contact_form.php:453
201
  msgid "Use this email address:"
202
  msgstr "Use este email:"
203
 
204
- #: contact_form.php:456
205
  msgid "Enter the email address you want the messages forwarded to."
206
  msgstr "Configure um endereço de email que será usado para o recebimento de mensagens."
207
 
208
- #: contact_form.php:460
209
  msgid "Additional options"
210
  msgstr "Opções adicionais"
211
 
212
- #: contact_form.php:463
213
  msgid "Display Attachment block"
214
  msgstr "Mostrar opção para anexar arquivos"
215
 
216
- #: contact_form.php:465
217
  msgid "Users can attach the following file formats"
218
  msgstr "Usuários pode anexar arquivos do seguinte tipo:"
219
 
220
- #: contact_form.php:469
221
  msgid "Display Attachment tips"
222
- msgstr ""
223
 
224
- #: contact_form.php:471
225
  msgid "Display tips below the Attachment block"
226
- msgstr ""
227
 
228
- #: contact_form.php:475
229
  msgid "Display Send me a copy block"
230
  msgstr "Mostrar a opção Envie-me um cópia"
231
 
232
- #: contact_form.php:481
233
  msgid "What to use?"
234
- msgstr ""
235
 
236
- #: contact_form.php:484
237
  msgid "Wp-mail"
238
  msgstr "Wp-mail"
239
 
240
- #: contact_form.php:485
241
  msgid "You can use the wp_mail function for mailing"
242
- msgstr ""
243
 
244
- #: contact_form.php:491
245
  msgid "Mail"
246
  msgstr "Mail"
247
 
248
- #: contact_form.php:492
249
  msgid "To send mail you can use the php mail function"
250
- msgstr ""
251
 
252
- #: contact_form.php:496
253
  #, fuzzy
254
  msgid "Change text of the 'FROM' field"
255
  msgstr "Mudar de campos do formulário de contato"
256
 
257
- #: contact_form.php:502
258
  msgid "Enter the email address in the 'From' field"
259
- msgstr ""
260
 
261
- #: contact_form.php:504
262
  msgid "The email address of the user who fills the form will be used in the field 'From'."
263
- msgstr ""
264
 
265
- #: contact_form.php:506
266
  msgid "This email address will be used in the 'From' field."
267
- msgstr ""
268
 
269
- #: contact_form.php:510
270
- msgid "Display a phone number field"
271
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
272
 
273
- #: contact_form.php:516
274
  msgid "Required fields"
275
- msgstr ""
276
 
277
- #: contact_form.php:518
278
- #: contact_form.php:1016
279
  msgid "Name"
280
  msgstr "Nome"
281
 
282
- #: contact_form.php:519
283
  #, fuzzy
284
  msgid "Email Address"
285
  msgstr "Endereço de E-mail:"
286
 
287
- #: contact_form.php:520
288
- #: contact_form.php:1024
289
- msgid "Phone"
290
- msgstr ""
291
-
292
- #: contact_form.php:521
293
- #: contact_form.php:1027
294
  msgid "Subject"
295
  msgstr "Assunto"
296
 
297
- #: contact_form.php:522
298
- #: contact_form.php:1030
299
  msgid "Message"
300
  msgstr "Mensagem"
301
 
302
- #: contact_form.php:526
303
  msgid "Display additional info in the email"
304
- msgstr ""
305
 
306
- #: contact_form.php:531
307
- #: contact_form.php:988
308
  msgid "Sent from (ip address)"
309
  msgstr "Enviado de (Endereço IP)"
310
 
311
- #: contact_form.php:532
312
- #: contact_form.php:993
313
  msgid "Date/Time"
314
- msgstr "DAta / Hora"
315
 
316
- #: contact_form.php:533
317
- #: contact_form.php:998
318
  msgid "Sent from (referer)"
319
  msgstr "Vindo de (origem)"
320
 
321
- #: contact_form.php:534
322
- #: contact_form.php:1003
323
  msgid "Using (user agent)"
324
  msgstr "Usando (cliente de email)"
325
 
326
- #: contact_form.php:538
327
  msgid "Language settings for the field names in the form"
328
- msgstr ""
329
 
330
- #: contact_form.php:547
331
  msgid "Add a language"
332
- msgstr ""
333
 
334
- #: contact_form.php:551
335
  #, fuzzy
336
  msgid "Change the names of the contact form fields and error messages"
337
  msgstr "Mudar rótulo para os campos no formulário de contato"
338
 
339
- #: contact_form.php:556
340
- #: contact_form.php:611
341
  msgid "English"
342
- msgstr ""
343
 
344
- #: contact_form.php:572
345
- #: contact_form.php:593
346
  msgid "Error message for the Name field"
347
- msgstr ""
348
 
349
- #: contact_form.php:573
350
- #: contact_form.php:594
 
 
 
 
 
 
351
  msgid "Error message for the Email field"
352
- msgstr ""
353
 
354
- #: contact_form.php:574
355
- #: contact_form.php:595
356
  msgid "Error message for the Phone field"
357
- msgstr ""
358
 
359
- #: contact_form.php:575
360
- #: contact_form.php:596
361
  msgid "Error message for the Subject field"
362
- msgstr ""
363
 
364
- #: contact_form.php:576
365
- #: contact_form.php:597
366
  msgid "Error message for the Message field"
367
- msgstr ""
368
 
369
- #: contact_form.php:577
370
- #: contact_form.php:598
371
- msgid "Error message for the Attachment field"
372
- msgstr ""
 
373
 
374
- #: contact_form.php:578
375
- #: contact_form.php:599
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
376
  msgid "Error message for the Captcha field"
377
- msgstr ""
378
 
379
- #: contact_form.php:579
380
- #: contact_form.php:600
381
  msgid "Error message for the whole form"
382
- msgstr ""
383
 
384
- #: contact_form.php:580
385
- #: contact_form.php:601
386
- #: contact_form.php:620
387
- #: contact_form.php:626
388
  msgid "Use shortcode"
389
- msgstr ""
390
 
391
- #: contact_form.php:580
392
- #: contact_form.php:601
393
- #: contact_form.php:620
394
- #: contact_form.php:626
395
  msgid "for this language"
396
- msgstr ""
397
 
398
- #: contact_form.php:608
399
  msgid "Action after email is sent"
400
- msgstr ""
401
 
402
- #: contact_form.php:610
403
  #, fuzzy
404
  msgid "Display text"
405
  msgstr "Mostrar opção para anexar arquivos"
406
 
407
- #: contact_form.php:619
408
- #: contact_form.php:625
409
  msgid "Text"
410
- msgstr ""
411
 
412
- #: contact_form.php:632
413
  msgid "Redirect to the page"
414
- msgstr ""
415
 
416
- #: contact_form.php:633
417
  msgid "Url"
418
- msgstr ""
419
 
420
- #: contact_form.php:638
421
  msgid "Save Changes"
422
  msgstr "Salvar mudanças"
423
 
424
- #: contact_form.php:685
425
  msgid "Sorry, email message could not be delivered."
426
  msgstr "Desculpe, seu e-mail não pode ser entregue."
427
 
428
- #: contact_form.php:755
429
  msgid "You can attach the following file formats"
430
  msgstr "Você pode anexar arquivos do seguinte tipo"
431
 
432
- #: contact_form.php:1011
433
  msgid "Contact from"
434
  msgstr "Formulário de Contato"
435
 
436
- #: contact_form.php:1019
437
  msgid "Email"
438
  msgstr "E-Mail"
439
 
440
- #: contact_form.php:1033
441
  msgid "Site"
442
  msgstr "Site"
443
 
444
- #: contact_form.php:1084
445
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
446
- msgstr "Se você consegue ver esta MENSAGEM então seu cliente não aceita tipos MIME! Favor usar um cliente mais atualizado."
447
 
448
- #: contact_form.php:1137
449
  msgid "FAQ"
450
  msgstr "Perguntas Frequentes"
451
 
452
- #: contact_form.php:1138
453
  msgid "Support"
454
  msgstr "Suporte"
455
 
456
- #: contact_form.php:1184
457
  msgid "Are you sure that you want to delete this language data?"
458
- msgstr ""
459
 
 
 
460
  #~ msgid "Please enter a valid email address. Settings are not saved."
461
  #~ msgstr ""
462
  #~ "Por favor digite o email corretamente. Configurações não foram salvas."
@@ -468,6 +550,4 @@ msgstr ""
468
  #~ msgstr "Indirizzo e-mail:"
469
  #~ msgid "Install Now"
470
  #~ msgstr "Installa Ora"
471
- #~ msgid "BWS Plugins"
472
- #~ msgstr "BWS Plugins"
473
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-27 16:06+0300\n"
6
+ "PO-Revision-Date: 2013-05-27 16:06+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:100
20
+ #, fuzzy
21
+ msgid "Pro plugins"
22
+ msgstr "BWS Plugins"
23
+
24
+ #: contact_form.php:103
25
+ #: contact_form.php:129
26
  msgid "Activated plugins"
27
  msgstr "Plugins ativados"
28
 
29
+ #: contact_form.php:105
30
+ #: contact_form.php:113
31
+ #: contact_form.php:121
32
+ #: contact_form.php:131
33
+ #: contact_form.php:139
34
+ #: contact_form.php:147
35
  msgid "Read more"
36
  msgstr "Leia Mais"
37
 
38
+ #: contact_form.php:105
39
+ #: contact_form.php:131
40
+ #: contact_form.php:1286
41
+ #: contact_form.php:1295
42
  msgid "Settings"
43
  msgstr "Configurações"
44
 
45
+ #: contact_form.php:111
46
+ #: contact_form.php:137
47
  msgid "Installed plugins"
48
  msgstr "Plugins instalados"
49
 
50
+ #: contact_form.php:119
51
+ #: contact_form.php:145
52
  msgid "Recommended plugins"
53
  msgstr "Plugins recomendados"
54
 
55
+ #: contact_form.php:121
56
+ msgid "Purchase"
57
+ msgstr ""
58
+
59
+ #: contact_form.php:126
60
+ #, fuzzy
61
+ msgid "Free plugins"
62
+ msgstr "Plugins recomendados"
63
+
64
+ #: contact_form.php:147
65
  msgid "Download"
66
  msgstr "Baixar"
67
 
68
+ #: contact_form.php:147
69
  #, php-format
70
  msgid "Install %s"
71
  msgstr "Instalar %s"
72
 
73
+ #: contact_form.php:147
74
  msgid "Install now from wordpress.org"
75
  msgstr "Instale agora do site wordpress.org"
76
 
77
+ #: contact_form.php:152
78
+ #, fuzzy
79
+ msgid "If you have any questions, please contact us via"
80
  msgstr "Se você tem quaisquer perguntas, por favor entre em contato através do email plugin@bestwebsoft.com ou preencha nosso formulário de contato pelo site. "
81
 
82
+ #: contact_form.php:161
83
+ #: contact_form.php:526
84
  msgid "Contact Form Options"
85
  msgstr "Opções do formulário de contato"
86
 
87
+ #: contact_form.php:161
88
  msgid "Contact Form"
89
  msgstr "Formulário de contato"
90
 
91
+ #: contact_form.php:200
92
+ #: contact_form.php:662
93
+ #: contact_form.php:688
94
  msgid "Name:"
95
  msgstr "Nome:"
96
 
97
+ #: contact_form.php:201
98
+ #: contact_form.php:663
99
+ #: contact_form.php:689
100
+ #, fuzzy
101
+ msgid "Address:"
102
+ msgstr "Endereço de E-mail:"
103
+
104
+ #: contact_form.php:202
105
+ #: contact_form.php:664
106
+ #: contact_form.php:690
107
  msgid "Email Address:"
108
  msgstr "Endereço de E-mail:"
109
 
110
+ #: contact_form.php:203
111
+ #: contact_form.php:665
112
+ #: contact_form.php:691
113
  msgid "Phone number:"
114
+ msgstr "Número de Telefone:"
115
 
116
+ #: contact_form.php:204
117
+ #: contact_form.php:666
118
+ #: contact_form.php:692
119
  msgid "Subject:"
120
  msgstr "Assunto:"
121
 
122
+ #: contact_form.php:205
123
+ #: contact_form.php:667
124
+ #: contact_form.php:693
125
  msgid "Message:"
126
  msgstr "Mensagem:"
127
 
128
+ #: contact_form.php:206
129
+ #: contact_form.php:668
130
+ #: contact_form.php:694
131
  msgid "Attachment:"
132
  msgstr "Anexo:"
133
 
134
+ #: contact_form.php:207
135
+ #: contact_form.php:262
136
+ #: contact_form.php:669
137
+ #: contact_form.php:695
138
  msgid "Send me a copy"
139
  msgstr "Envie-me uma cópia"
140
 
141
+ #: contact_form.php:208
142
+ #: contact_form.php:670
143
+ #: contact_form.php:696
144
  msgid "Submit"
145
  msgstr "Enviar"
146
 
147
+ #: contact_form.php:209
148
  msgid "Your name is required."
149
  msgstr "Seu nome é obrigatório"
150
 
151
+ #: contact_form.php:210
152
+ #, fuzzy
153
+ msgid "Address is required."
154
+ msgstr "Um e-mail correto é obrigatório."
155
+
156
+ #: contact_form.php:211
157
  #, fuzzy
158
  msgid "A valid email address is required."
159
  msgstr "Um e-mail correto é obrigatório."
160
 
161
+ #: contact_form.php:212
162
+ #: contact_form.php:257
163
+ #: contact_form.php:260
164
  #, fuzzy
165
  msgid "Phone number is required."
166
  msgstr "Seu nome é obrigatório"
167
 
168
+ #: contact_form.php:213
169
+ #: contact_form.php:256
170
+ #: contact_form.php:259
171
  msgid "Subject is required."
172
  msgstr "O Assunto da mensagem é obrigatório."
173
 
174
+ #: contact_form.php:214
175
+ #: contact_form.php:255
176
+ #: contact_form.php:258
177
  msgid "Message text is required."
178
  msgstr "O texto da Mensagem é obrigatório."
179
 
180
+ #: contact_form.php:215
181
  msgid "File format is not valid."
182
  msgstr "Impossível anexar arquivo. "
183
 
184
+ #: contact_form.php:216
185
+ msgid "File upload error."
186
+ msgstr ""
187
+
188
+ #: contact_form.php:217
189
+ msgid "The file could not be uploaded."
190
+ msgstr ""
191
+
192
+ #: contact_form.php:218
193
+ msgid "This file is too large."
194
+ msgstr ""
195
+
196
+ #: contact_form.php:219
197
  msgid "Please fill out the CAPTCHA."
198
  msgstr "Por favor, complete a resposta da charada ."
199
 
200
+ #: contact_form.php:220
201
  msgid "Please make corrections below and try again."
202
  msgstr "Por favor, faça as correções abaixo e tente enviar a mensagem novamente."
203
 
204
+ #: contact_form.php:222
205
  msgid "Thank you for contacting us."
206
  msgstr "Obrigado por nos contatar"
207
 
208
+ #: contact_form.php:481
209
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
210
+ msgstr "Se a opção 'Redirecionar para a pagina' estiver selecionada, então o campo URL deve ser no seguinte formato"
211
 
212
+ #: contact_form.php:490
213
  msgid "Such user does not exist. Settings are not saved."
214
+ msgstr "Tal usuário não existe. Configurações não foram salvas."
215
 
216
+ #: contact_form.php:495
217
+ #: contact_form.php:501
218
  #, fuzzy
219
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
220
  msgstr "Por favor digite o email corretamente. Configurações não foram salvas."
221
 
222
+ #: contact_form.php:506
223
  msgid "Options saved."
224
  msgstr "Opções salvas."
225
 
226
+ #: contact_form.php:531
227
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
228
  msgstr "Se você gostaria de adicionar o Formulário de Contato no seu site, apenas copie e cole este código na sua postagem ou página ou widget:"
229
 
230
+ #: contact_form.php:532
231
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
232
+ msgstr "Se informações nos campos abaixo estiverem vazias, então as mensagens serão enviadas para um endereço que foi especificado durante o registro."
233
 
234
+ #: contact_form.php:536
235
  msgid "The user's email address:"
236
  msgstr "Use o email de um usuário do wordpress:"
237
 
238
+ #: contact_form.php:540
239
  msgid "Create a username"
240
  msgstr "Selecione o nome do usuário"
241
 
242
+ #: contact_form.php:545
243
  msgid "Enter a username of the person who should get the messages from the contact form."
244
  msgstr "Determine um nome de usuário que receberá as mensagens enviadas pelo Formulário de Contato."
245
 
246
+ #: contact_form.php:549
247
  msgid "Use this email address:"
248
  msgstr "Use este email:"
249
 
250
+ #: contact_form.php:552
251
  msgid "Enter the email address you want the messages forwarded to."
252
  msgstr "Configure um endereço de email que será usado para o recebimento de mensagens."
253
 
254
+ #: contact_form.php:556
255
  msgid "Additional options"
256
  msgstr "Opções adicionais"
257
 
258
+ #: contact_form.php:559
259
  msgid "Display Attachment block"
260
  msgstr "Mostrar opção para anexar arquivos"
261
 
262
+ #: contact_form.php:561
263
  msgid "Users can attach the following file formats"
264
  msgstr "Usuários pode anexar arquivos do seguinte tipo:"
265
 
266
+ #: contact_form.php:565
267
  msgid "Display Attachment tips"
268
+ msgstr "Mostrar dicas para Anexos"
269
 
270
+ #: contact_form.php:567
271
  msgid "Display tips below the Attachment block"
272
+ msgstr "Mostrar dicas abaixo do bloco de Anexos"
273
 
274
+ #: contact_form.php:571
275
  msgid "Display Send me a copy block"
276
  msgstr "Mostrar a opção Envie-me um cópia"
277
 
278
+ #: contact_form.php:577
279
  msgid "What to use?"
280
+ msgstr "O que usar?"
281
 
282
+ #: contact_form.php:580
283
  msgid "Wp-mail"
284
  msgstr "Wp-mail"
285
 
286
+ #: contact_form.php:581
287
  msgid "You can use the wp_mail function for mailing"
288
+ msgstr "Você pode usar a função wp_mail para enviar emails"
289
 
290
+ #: contact_form.php:587
291
  msgid "Mail"
292
  msgstr "Mail"
293
 
294
+ #: contact_form.php:588
295
  msgid "To send mail you can use the php mail function"
296
+ msgstr "Para enviar emails você pode usar a função mail() do php"
297
 
298
+ #: contact_form.php:592
299
  #, fuzzy
300
  msgid "Change text of the 'FROM' field"
301
  msgstr "Mudar de campos do formulário de contato"
302
 
303
+ #: contact_form.php:598
304
  msgid "Enter the email address in the 'From' field"
305
+ msgstr "Entre com o endereço de e-mail no campo 'De'"
306
 
307
+ #: contact_form.php:600
308
  msgid "The email address of the user who fills the form will be used in the field 'From'."
309
+ msgstr "O endereço de email do usuário que preencher o formulário será usado no campo 'De'"
310
 
311
+ #: contact_form.php:602
312
  msgid "This email address will be used in the 'From' field."
313
+ msgstr "Este endereço de email será usado no campo 'De'"
314
 
315
+ #: contact_form.php:606
316
+ #, fuzzy
317
+ msgid "Display fields"
318
+ msgstr "Mostrar opção para anexar arquivos"
319
+
320
+ #: contact_form.php:608
321
+ #: contact_form.php:616
322
+ #: contact_form.php:1175
323
+ #, fuzzy
324
+ msgid "Address"
325
+ msgstr "Endereço de E-mail:"
326
+
327
+ #: contact_form.php:609
328
+ #: contact_form.php:618
329
+ #: contact_form.php:1183
330
+ msgid "Phone"
331
+ msgstr "Telefone"
332
 
333
+ #: contact_form.php:613
334
  msgid "Required fields"
335
+ msgstr "Campos obrigatórios"
336
 
337
+ #: contact_form.php:615
338
+ #: contact_form.php:1170
339
  msgid "Name"
340
  msgstr "Nome"
341
 
342
+ #: contact_form.php:617
343
  #, fuzzy
344
  msgid "Email Address"
345
  msgstr "Endereço de E-mail:"
346
 
347
+ #: contact_form.php:619
348
+ #: contact_form.php:1186
 
 
 
 
 
349
  msgid "Subject"
350
  msgstr "Assunto"
351
 
352
+ #: contact_form.php:620
353
+ #: contact_form.php:1189
354
  msgid "Message"
355
  msgstr "Mensagem"
356
 
357
+ #: contact_form.php:624
358
  msgid "Display additional info in the email"
359
+ msgstr "Mostre informações adicionais no email"
360
 
361
+ #: contact_form.php:629
362
+ #: contact_form.php:1142
363
  msgid "Sent from (ip address)"
364
  msgstr "Enviado de (Endereço IP)"
365
 
366
+ #: contact_form.php:630
367
+ #: contact_form.php:1147
368
  msgid "Date/Time"
369
+ msgstr "Data / Hora"
370
 
371
+ #: contact_form.php:631
372
+ #: contact_form.php:1152
373
  msgid "Sent from (referer)"
374
  msgstr "Vindo de (origem)"
375
 
376
+ #: contact_form.php:632
377
+ #: contact_form.php:1157
378
  msgid "Using (user agent)"
379
  msgstr "Usando (cliente de email)"
380
 
381
+ #: contact_form.php:636
382
  msgid "Language settings for the field names in the form"
383
+ msgstr "Configurações de idioma para os nomes dos campos no formulário"
384
 
385
+ #: contact_form.php:645
386
  msgid "Add a language"
387
+ msgstr "Adicione um idioma"
388
 
389
+ #: contact_form.php:649
390
  #, fuzzy
391
  msgid "Change the names of the contact form fields and error messages"
392
  msgstr "Mudar rótulo para os campos no formulário de contato"
393
 
394
+ #: contact_form.php:654
395
+ #: contact_form.php:719
396
  msgid "English"
397
+ msgstr "Inglês"
398
 
399
+ #: contact_form.php:671
400
+ #: contact_form.php:697
401
  msgid "Error message for the Name field"
402
+ msgstr "Mensagem de erro para o campo Nome"
403
 
404
+ #: contact_form.php:672
405
+ #: contact_form.php:698
406
+ #, fuzzy
407
+ msgid "Error message for the Address field"
408
+ msgstr "Mensagem de erro para o campo Mensagem"
409
+
410
+ #: contact_form.php:673
411
+ #: contact_form.php:699
412
  msgid "Error message for the Email field"
413
+ msgstr "Mensagem de erro para o campo Email"
414
 
415
+ #: contact_form.php:674
416
+ #: contact_form.php:700
417
  msgid "Error message for the Phone field"
418
+ msgstr "Mensagem de erro para o campo Telefone"
419
 
420
+ #: contact_form.php:675
421
+ #: contact_form.php:701
422
  msgid "Error message for the Subject field"
423
+ msgstr "Mensagem de erro para o campo Assunto"
424
 
425
+ #: contact_form.php:676
426
+ #: contact_form.php:702
427
  msgid "Error message for the Message field"
428
+ msgstr "Mensagem de erro para o campo Mensagem"
429
 
430
+ #: contact_form.php:677
431
+ #: contact_form.php:703
432
+ #, fuzzy
433
+ msgid "Error message about the file type for the Attachment field"
434
+ msgstr "Mensagem de erro para o campo Anexo"
435
 
436
+ #: contact_form.php:678
437
+ #: contact_form.php:704
438
+ #, fuzzy
439
+ msgid "Error message while uploading a file for the Attachment field to the server"
440
+ msgstr "Mensagem de erro para o campo Anexo"
441
+
442
+ #: contact_form.php:679
443
+ #: contact_form.php:705
444
+ #, fuzzy
445
+ msgid "Error message while moving the file for the Attachment field"
446
+ msgstr "Mensagem de erro para o campo Anexo"
447
+
448
+ #: contact_form.php:680
449
+ #: contact_form.php:706
450
+ #, fuzzy
451
+ msgid "Error message when file size limit for the Attachment field is exceeded"
452
+ msgstr "Mensagem de erro para o campo Anexo"
453
+
454
+ #: contact_form.php:681
455
+ #: contact_form.php:707
456
  msgid "Error message for the Captcha field"
457
+ msgstr "Mensagem de erro para o campo Captcha"
458
 
459
+ #: contact_form.php:682
460
+ #: contact_form.php:708
461
  msgid "Error message for the whole form"
462
+ msgstr "Mensagem de erro para o formulário inteiro"
463
 
464
+ #: contact_form.php:683
465
+ #: contact_form.php:709
466
+ #: contact_form.php:728
467
+ #: contact_form.php:734
468
  msgid "Use shortcode"
469
+ msgstr "Use shortcode (abreviações)"
470
 
471
+ #: contact_form.php:683
472
+ #: contact_form.php:709
473
+ #: contact_form.php:728
474
+ #: contact_form.php:734
475
  msgid "for this language"
476
+ msgstr "para este idioma"
477
 
478
+ #: contact_form.php:716
479
  msgid "Action after email is sent"
480
+ msgstr "Ação após o email ser enviado"
481
 
482
+ #: contact_form.php:718
483
  #, fuzzy
484
  msgid "Display text"
485
  msgstr "Mostrar opção para anexar arquivos"
486
 
487
+ #: contact_form.php:727
488
+ #: contact_form.php:733
489
  msgid "Text"
490
+ msgstr "Texto"
491
 
492
+ #: contact_form.php:740
493
  msgid "Redirect to the page"
494
+ msgstr "Redirecione para a página"
495
 
496
+ #: contact_form.php:741
497
  msgid "Url"
498
+ msgstr "URL"
499
 
500
+ #: contact_form.php:746
501
  msgid "Save Changes"
502
  msgstr "Salvar mudanças"
503
 
504
+ #: contact_form.php:795
505
  msgid "Sorry, email message could not be delivered."
506
  msgstr "Desculpe, seu e-mail não pode ser entregue."
507
 
508
+ #: contact_form.php:879
509
  msgid "You can attach the following file formats"
510
  msgstr "Você pode anexar arquivos do seguinte tipo"
511
 
512
+ #: contact_form.php:1165
513
  msgid "Contact from"
514
  msgstr "Formulário de Contato"
515
 
516
+ #: contact_form.php:1178
517
  msgid "Email"
518
  msgstr "E-Mail"
519
 
520
+ #: contact_form.php:1192
521
  msgid "Site"
522
  msgstr "Site"
523
 
524
+ #: contact_form.php:1243
525
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
526
+ msgstr "Se você consegue ver esta MENSAGEM então seu cliente não aceita tipos MIME! Favor usar um cliente mais atualizado."
527
 
528
+ #: contact_form.php:1296
529
  msgid "FAQ"
530
  msgstr "Perguntas Frequentes"
531
 
532
+ #: contact_form.php:1297
533
  msgid "Support"
534
  msgstr "Suporte"
535
 
536
+ #: contact_form.php:1345
537
  msgid "Are you sure that you want to delete this language data?"
538
+ msgstr "Tem certeza que você quer apagar estes dados de idioma?"
539
 
540
+ #~ msgid "Display a phone number field"
541
+ #~ msgstr "Mostre o campo número telefônico"
542
  #~ msgid "Please enter a valid email address. Settings are not saved."
543
  #~ msgstr ""
544
  #~ "Por favor digite o email corretamente. Configurações não foram salvas."
550
  #~ msgstr "Indirizzo e-mail:"
551
  #~ msgid "Install Now"
552
  #~ msgstr "Installa Ora"
 
 
553
 
languages/contact_form-pt_PT.mo CHANGED
Binary file
languages/contact_form-pt_PT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 15:10+0300\n"
6
- "PO-Revision-Date: 2013-04-22 15:10+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Thomas Hartung, César Silva <thartung@adipositas-mm.de, cesarbsilva@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,450 +16,532 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.5\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:78
 
 
 
 
 
 
20
  msgid "Activated plugins"
21
  msgstr "Plugins ativados"
22
 
23
- #: contact_form.php:80
24
- #: contact_form.php:88
25
- #: contact_form.php:96
 
 
 
26
  msgid "Read more"
27
  msgstr "Leia Mais"
28
 
29
- #: contact_form.php:80
30
- #: contact_form.php:1127
31
- #: contact_form.php:1136
 
32
  msgid "Settings"
33
  msgstr "Configurações"
34
 
35
- #: contact_form.php:86
 
36
  msgid "Installed plugins"
37
  msgstr "Plugins instalados"
38
 
39
- #: contact_form.php:94
 
40
  msgid "Recommended plugins"
41
  msgstr "Plugins recomendados"
42
 
43
- #: contact_form.php:96
 
 
 
 
 
 
 
 
 
44
  msgid "Download"
45
  msgstr "Baixar"
46
 
47
- #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "Instalar %s"
51
 
52
- #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "Instale agora do site wordpress.org"
55
 
56
- #: contact_form.php:98
57
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
 
58
  msgstr "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. "
59
 
60
- #: contact_form.php:110
61
- #: contact_form.php:430
62
  msgid "Contact Form Options"
63
  msgstr "Opções do formulário de contato"
64
 
65
- #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "Formulário de contato"
68
 
69
- #: contact_form.php:147
70
- #: contact_form.php:564
71
- #: contact_form.php:585
72
  msgid "Name:"
73
  msgstr "Nome:"
74
 
75
- #: contact_form.php:148
76
- #: contact_form.php:565
77
- #: contact_form.php:586
 
 
 
 
 
 
 
78
  msgid "Email Address:"
79
  msgstr "Endereço de E-mail:"
80
 
81
- #: contact_form.php:149
82
- #: contact_form.php:566
83
- #: contact_form.php:587
84
  msgid "Phone number:"
85
  msgstr "Número de Telefone :"
86
 
87
- #: contact_form.php:150
88
- #: contact_form.php:567
89
- #: contact_form.php:588
90
  msgid "Subject:"
91
  msgstr "Assunto:"
92
 
93
- #: contact_form.php:151
94
- #: contact_form.php:568
95
- #: contact_form.php:589
96
  msgid "Message:"
97
  msgstr "Mensagem:"
98
 
99
- #: contact_form.php:152
100
- #: contact_form.php:569
101
- #: contact_form.php:590
102
  msgid "Attachment:"
103
  msgstr "Anexo:"
104
 
105
- #: contact_form.php:153
106
- #: contact_form.php:199
107
- #: contact_form.php:570
108
- #: contact_form.php:591
109
  msgid "Send me a copy"
110
  msgstr "Envie-me uma cópia"
111
 
112
- #: contact_form.php:154
113
- #: contact_form.php:571
114
- #: contact_form.php:592
115
  msgid "Submit"
116
  msgstr "Enviar"
117
 
118
- #: contact_form.php:155
119
  msgid "Your name is required."
120
  msgstr "Nome é obrigatório"
121
 
122
- #: contact_form.php:156
 
 
 
 
 
123
  #, fuzzy
124
  msgid "A valid email address is required."
125
  msgstr "Um e-mail correto é obrigatório."
126
 
127
- #: contact_form.php:157
128
- #: contact_form.php:194
129
- #: contact_form.php:197
130
  msgid "Phone number is required."
131
  msgstr "Número de Telefone é obrigatório"
132
 
133
- #: contact_form.php:158
134
- #: contact_form.php:193
135
- #: contact_form.php:196
136
  msgid "Subject is required."
137
  msgstr "O Assunto da mensagem é obrigatório."
138
 
139
- #: contact_form.php:159
140
- #: contact_form.php:192
141
- #: contact_form.php:195
142
  msgid "Message text is required."
143
  msgstr "O texto da Mensagem é obrigatório."
144
 
145
- #: contact_form.php:160
146
  msgid "File format is not valid."
147
  msgstr "Impossível anexar arquivo. "
148
 
149
- #: contact_form.php:161
 
 
 
 
 
 
 
 
 
 
 
 
150
  msgid "Please fill out the CAPTCHA."
151
  msgstr "Por favor, complete a resposta do CAPTCHA ."
152
 
153
- #: contact_form.php:162
154
  msgid "Please make corrections below and try again."
155
  msgstr "Por favor, faça as correções abaixo e tente enviar a mensagem novamente."
156
 
157
- #: contact_form.php:164
158
  msgid "Thank you for contacting us."
159
  msgstr "Obrigado por nos contactar"
160
 
161
- #: contact_form.php:385
162
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
163
  msgstr "Se o 'Redirecionamento para a página' estiver selecionado, o campo URL deve estar no seguinte formato"
164
 
165
- #: contact_form.php:394
166
  msgid "Such user does not exist. Settings are not saved."
167
  msgstr "O Utilizador não existe. Configurações não foram guardadas."
168
 
169
- #: contact_form.php:399
170
- #: contact_form.php:405
171
  #, fuzzy
172
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
173
  msgstr "Por favor digite o email corretamente. Configurações não foram salvas."
174
 
175
- #: contact_form.php:410
176
  msgid "Options saved."
177
  msgstr "Opções guardadas."
178
 
179
- #: contact_form.php:435
180
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
181
  msgstr "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:"
182
 
183
- #: contact_form.php:436
184
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
185
  msgstr "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."
186
 
187
- #: contact_form.php:440
188
  msgid "The user's email address:"
189
  msgstr "Use o email de um utilizador do wordpress:"
190
 
191
- #: contact_form.php:444
192
  msgid "Create a username"
193
  msgstr "Selecione o nome do utilizador"
194
 
195
- #: contact_form.php:449
196
  msgid "Enter a username of the person who should get the messages from the contact form."
197
  msgstr "Determine um nome de utilizador que receberá as mensagens enviadas pelo Formulário de Contato."
198
 
199
- #: contact_form.php:453
200
  msgid "Use this email address:"
201
  msgstr "Use este email:"
202
 
203
- #: contact_form.php:456
204
  msgid "Enter the email address you want the messages forwarded to."
205
  msgstr "Configure um endereço de email que será usado para o recebimento de mensagens."
206
 
207
- #: contact_form.php:460
208
  msgid "Additional options"
209
  msgstr "Opções adicionais"
210
 
211
- #: contact_form.php:463
212
  msgid "Display Attachment block"
213
  msgstr "Mostrar opção para anexar arquivos"
214
 
215
- #: contact_form.php:465
216
  msgid "Users can attach the following file formats"
217
  msgstr "Utilizadores podem anexar arquivos do seguinte tipo:"
218
 
219
- #: contact_form.php:469
220
  msgid "Display Attachment tips"
221
  msgstr "Exibir dicas para anexos"
222
 
223
- #: contact_form.php:471
224
  msgid "Display tips below the Attachment block"
225
  msgstr "Mostrar dicas para anexar arquivos"
226
 
227
- #: contact_form.php:475
228
  msgid "Display Send me a copy block"
229
  msgstr "Mostrar a opção Envie-me um cópia"
230
 
231
- #: contact_form.php:481
232
  msgid "What to use?"
233
  msgstr "O que usar?"
234
 
235
- #: contact_form.php:484
236
  msgid "Wp-mail"
237
  msgstr "Wp-mail"
238
 
239
- #: contact_form.php:485
240
  msgid "You can use the wp_mail function for mailing"
241
  msgstr "Pode usar a função wp_mail para emailing"
242
 
243
- #: contact_form.php:491
244
  msgid "Mail"
245
  msgstr "Mail"
246
 
247
- #: contact_form.php:492
248
  msgid "To send mail you can use the php mail function"
249
  msgstr "Para o envio de email pode usar a função de email existente no core do php"
250
 
251
- #: contact_form.php:496
252
  #, fuzzy
253
  msgid "Change text of the 'FROM' field"
254
  msgstr "Mudar rótulo para os campos no formulário de contato"
255
 
256
- #: contact_form.php:502
257
  msgid "Enter the email address in the 'From' field"
258
  msgstr "Insira o email no campo 'Form'"
259
 
260
- #: contact_form.php:504
261
  #, fuzzy
262
  msgid "The email address of the user who fills the form will be used in the field 'From'."
263
  msgstr "O endereço de e-mail do utilizador que preenche o formulário vai ser usado no campo 'De'."
264
 
265
- #: contact_form.php:506
266
  msgid "This email address will be used in the 'From' field."
267
  msgstr "Este endereço de e-mail será usado no campo 'De'."
268
 
269
- #: contact_form.php:510
270
  #, fuzzy
271
- msgid "Display a phone number field"
272
- msgstr "Mostrar campo telefone"
 
 
 
 
 
 
 
 
 
 
 
 
 
273
 
274
- #: contact_form.php:516
275
  msgid "Required fields"
276
  msgstr "Campos obrigatórios"
277
 
278
- #: contact_form.php:518
279
- #: contact_form.php:1016
280
  msgid "Name"
281
  msgstr "Nome"
282
 
283
- #: contact_form.php:519
284
  #, fuzzy
285
  msgid "Email Address"
286
  msgstr "Endereço de E-mail:"
287
 
288
- #: contact_form.php:520
289
- #: contact_form.php:1024
290
- msgid "Phone"
291
- msgstr "Telefone"
292
-
293
- #: contact_form.php:521
294
- #: contact_form.php:1027
295
  msgid "Subject"
296
  msgstr "Assunto"
297
 
298
- #: contact_form.php:522
299
- #: contact_form.php:1030
300
  msgid "Message"
301
  msgstr "Mensagem"
302
 
303
- #: contact_form.php:526
304
  #, fuzzy
305
  msgid "Display additional info in the email"
306
  msgstr "Mostrar informações adicionais no e-mail"
307
 
308
- #: contact_form.php:531
309
- #: contact_form.php:988
310
  msgid "Sent from (ip address)"
311
  msgstr "Enviado de (Endereço IP)"
312
 
313
- #: contact_form.php:532
314
- #: contact_form.php:993
315
  msgid "Date/Time"
316
  msgstr "Data / Hora"
317
 
318
- #: contact_form.php:533
319
- #: contact_form.php:998
320
  msgid "Sent from (referer)"
321
  msgstr "Vindo de (origem)"
322
 
323
- #: contact_form.php:534
324
- #: contact_form.php:1003
325
  msgid "Using (user agent)"
326
  msgstr "Usando (cliente de email)"
327
 
328
- #: contact_form.php:538
329
  msgid "Language settings for the field names in the form"
330
  msgstr "Configurações de idioma para os nomes dos campos do formulário"
331
 
332
- #: contact_form.php:547
333
  #, fuzzy
334
  msgid "Add a language"
335
  msgstr "Adicionar idioma"
336
 
337
- #: contact_form.php:551
338
  #, fuzzy
339
  msgid "Change the names of the contact form fields and error messages"
340
  msgstr "Mudar rótulo para os campos no formulário de contato"
341
 
342
- #: contact_form.php:556
343
- #: contact_form.php:611
344
  msgid "English"
345
  msgstr "Inglês"
346
 
347
- #: contact_form.php:572
348
- #: contact_form.php:593
349
  msgid "Error message for the Name field"
350
  msgstr "Mensagem de erro para o campo Nome"
351
 
352
- #: contact_form.php:573
353
- #: contact_form.php:594
 
 
 
 
 
 
354
  msgid "Error message for the Email field"
355
  msgstr "Mensagem de erro para o campo de E-mail"
356
 
357
- #: contact_form.php:574
358
- #: contact_form.php:595
359
  msgid "Error message for the Phone field"
360
  msgstr "Mensagem de erro para o campo de Telefone"
361
 
362
- #: contact_form.php:575
363
- #: contact_form.php:596
364
  msgid "Error message for the Subject field"
365
  msgstr "Mensagem de erro para o campo Assunto"
366
 
367
- #: contact_form.php:576
368
- #: contact_form.php:597
369
  msgid "Error message for the Message field"
370
  msgstr "Mensagem de erro para o campo Mensagem"
371
 
372
- #: contact_form.php:577
373
- #: contact_form.php:598
374
- msgid "Error message for the Attachment field"
 
 
 
 
 
 
 
 
 
 
 
 
 
375
  msgstr "Mensagem de erro para o campo Anexos"
376
 
377
- #: contact_form.php:578
378
- #: contact_form.php:599
 
 
 
 
 
 
379
  msgid "Error message for the Captcha field"
380
  msgstr "Mensagem de erro para o controlo Captcha"
381
 
382
- #: contact_form.php:579
383
- #: contact_form.php:600
384
  msgid "Error message for the whole form"
385
  msgstr "Mensagem de erro para todo o formulário"
386
 
387
- #: contact_form.php:580
388
- #: contact_form.php:601
389
- #: contact_form.php:620
390
- #: contact_form.php:626
391
  msgid "Use shortcode"
392
  msgstr "usar código abreviado"
393
 
394
- #: contact_form.php:580
395
- #: contact_form.php:601
396
- #: contact_form.php:620
397
- #: contact_form.php:626
398
  msgid "for this language"
399
  msgstr "para este idioma"
400
 
401
- #: contact_form.php:608
402
  msgid "Action after email is sent"
403
  msgstr "Ação após envio de email"
404
 
405
- #: contact_form.php:610
406
  #, fuzzy
407
  msgid "Display text"
408
  msgstr "Mostrar opção para anexar arquivos"
409
 
410
- #: contact_form.php:619
411
- #: contact_form.php:625
412
  msgid "Text"
413
  msgstr "Texto"
414
 
415
- #: contact_form.php:632
416
  msgid "Redirect to the page"
417
  msgstr "Redirecionamento para a página"
418
 
419
- #: contact_form.php:633
420
  msgid "Url"
421
  msgstr "Url"
422
 
423
- #: contact_form.php:638
424
  msgid "Save Changes"
425
  msgstr "Salvar mudanças"
426
 
427
- #: contact_form.php:685
428
  msgid "Sorry, email message could not be delivered."
429
  msgstr "Desculpe, seu e-mail não pode ser entregue."
430
 
431
- #: contact_form.php:755
432
  msgid "You can attach the following file formats"
433
  msgstr "Você pode anexar arquivos do seguinte tipo"
434
 
435
- #: contact_form.php:1011
436
  msgid "Contact from"
437
  msgstr "Formulário de Contato"
438
 
439
- #: contact_form.php:1019
440
  msgid "Email"
441
  msgstr "E-Mail"
442
 
443
- #: contact_form.php:1033
444
  msgid "Site"
445
  msgstr "Site"
446
 
447
- #: contact_form.php:1084
448
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
449
  msgstr "Se você consegue ver esta MENSAGEM então seu cliente não aceita tipos MIME! Favor usar um cliente mais atualizado."
450
 
451
- #: contact_form.php:1137
452
  msgid "FAQ"
453
  msgstr "Perguntas Frequentes"
454
 
455
- #: contact_form.php:1138
456
  msgid "Support"
457
  msgstr "Suporte"
458
 
459
- #: contact_form.php:1184
460
  msgid "Are you sure that you want to delete this language data?"
461
  msgstr "Tem certeza que você deseja excluir os dados deste idioma?"
462
 
 
 
 
463
  #~ msgid "Please enter a valid email address. Settings are not saved."
464
  #~ msgstr ""
465
  #~ "Por favor digite o email corretamente. Configurações não foram guardadas."
@@ -471,6 +553,4 @@ msgstr "Tem certeza que você deseja excluir os dados deste idioma?"
471
  #~ msgstr "Indirizzo e-mail:"
472
  #~ msgid "Install Now"
473
  #~ msgstr "Installa Ora"
474
- #~ msgid "BWS Plugins"
475
- #~ msgstr "BWS Plugins"
476
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-27 16:07+0300\n"
6
+ "PO-Revision-Date: 2013-05-27 16:07+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Thomas Hartung, César Silva <thartung@adipositas-mm.de, cesarbsilva@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.5\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:100
20
+ #, fuzzy
21
+ msgid "Pro plugins"
22
+ msgstr "BWS Plugins"
23
+
24
+ #: contact_form.php:103
25
+ #: contact_form.php:129
26
  msgid "Activated plugins"
27
  msgstr "Plugins ativados"
28
 
29
+ #: contact_form.php:105
30
+ #: contact_form.php:113
31
+ #: contact_form.php:121
32
+ #: contact_form.php:131
33
+ #: contact_form.php:139
34
+ #: contact_form.php:147
35
  msgid "Read more"
36
  msgstr "Leia Mais"
37
 
38
+ #: contact_form.php:105
39
+ #: contact_form.php:131
40
+ #: contact_form.php:1286
41
+ #: contact_form.php:1295
42
  msgid "Settings"
43
  msgstr "Configurações"
44
 
45
+ #: contact_form.php:111
46
+ #: contact_form.php:137
47
  msgid "Installed plugins"
48
  msgstr "Plugins instalados"
49
 
50
+ #: contact_form.php:119
51
+ #: contact_form.php:145
52
  msgid "Recommended plugins"
53
  msgstr "Plugins recomendados"
54
 
55
+ #: contact_form.php:121
56
+ msgid "Purchase"
57
+ msgstr ""
58
+
59
+ #: contact_form.php:126
60
+ #, fuzzy
61
+ msgid "Free plugins"
62
+ msgstr "Plugins recomendados"
63
+
64
+ #: contact_form.php:147
65
  msgid "Download"
66
  msgstr "Baixar"
67
 
68
+ #: contact_form.php:147
69
  #, php-format
70
  msgid "Install %s"
71
  msgstr "Instalar %s"
72
 
73
+ #: contact_form.php:147
74
  msgid "Install now from wordpress.org"
75
  msgstr "Instale agora do site wordpress.org"
76
 
77
+ #: contact_form.php:152
78
+ #, fuzzy
79
+ msgid "If you have any questions, please contact us via"
80
  msgstr "Se você tem quaisquer perguntas, por favor entre em contato através do email plugin@bestwebsoft.com ou preencha nosso formulário de contato pelo site. "
81
 
82
+ #: contact_form.php:161
83
+ #: contact_form.php:526
84
  msgid "Contact Form Options"
85
  msgstr "Opções do formulário de contato"
86
 
87
+ #: contact_form.php:161
88
  msgid "Contact Form"
89
  msgstr "Formulário de contato"
90
 
91
+ #: contact_form.php:200
92
+ #: contact_form.php:662
93
+ #: contact_form.php:688
94
  msgid "Name:"
95
  msgstr "Nome:"
96
 
97
+ #: contact_form.php:201
98
+ #: contact_form.php:663
99
+ #: contact_form.php:689
100
+ #, fuzzy
101
+ msgid "Address:"
102
+ msgstr "Endereço de E-mail:"
103
+
104
+ #: contact_form.php:202
105
+ #: contact_form.php:664
106
+ #: contact_form.php:690
107
  msgid "Email Address:"
108
  msgstr "Endereço de E-mail:"
109
 
110
+ #: contact_form.php:203
111
+ #: contact_form.php:665
112
+ #: contact_form.php:691
113
  msgid "Phone number:"
114
  msgstr "Número de Telefone :"
115
 
116
+ #: contact_form.php:204
117
+ #: contact_form.php:666
118
+ #: contact_form.php:692
119
  msgid "Subject:"
120
  msgstr "Assunto:"
121
 
122
+ #: contact_form.php:205
123
+ #: contact_form.php:667
124
+ #: contact_form.php:693
125
  msgid "Message:"
126
  msgstr "Mensagem:"
127
 
128
+ #: contact_form.php:206
129
+ #: contact_form.php:668
130
+ #: contact_form.php:694
131
  msgid "Attachment:"
132
  msgstr "Anexo:"
133
 
134
+ #: contact_form.php:207
135
+ #: contact_form.php:262
136
+ #: contact_form.php:669
137
+ #: contact_form.php:695
138
  msgid "Send me a copy"
139
  msgstr "Envie-me uma cópia"
140
 
141
+ #: contact_form.php:208
142
+ #: contact_form.php:670
143
+ #: contact_form.php:696
144
  msgid "Submit"
145
  msgstr "Enviar"
146
 
147
+ #: contact_form.php:209
148
  msgid "Your name is required."
149
  msgstr "Nome é obrigatório"
150
 
151
+ #: contact_form.php:210
152
+ #, fuzzy
153
+ msgid "Address is required."
154
+ msgstr "Um e-mail correto é obrigatório."
155
+
156
+ #: contact_form.php:211
157
  #, fuzzy
158
  msgid "A valid email address is required."
159
  msgstr "Um e-mail correto é obrigatório."
160
 
161
+ #: contact_form.php:212
162
+ #: contact_form.php:257
163
+ #: contact_form.php:260
164
  msgid "Phone number is required."
165
  msgstr "Número de Telefone é obrigatório"
166
 
167
+ #: contact_form.php:213
168
+ #: contact_form.php:256
169
+ #: contact_form.php:259
170
  msgid "Subject is required."
171
  msgstr "O Assunto da mensagem é obrigatório."
172
 
173
+ #: contact_form.php:214
174
+ #: contact_form.php:255
175
+ #: contact_form.php:258
176
  msgid "Message text is required."
177
  msgstr "O texto da Mensagem é obrigatório."
178
 
179
+ #: contact_form.php:215
180
  msgid "File format is not valid."
181
  msgstr "Impossível anexar arquivo. "
182
 
183
+ #: contact_form.php:216
184
+ msgid "File upload error."
185
+ msgstr ""
186
+
187
+ #: contact_form.php:217
188
+ msgid "The file could not be uploaded."
189
+ msgstr ""
190
+
191
+ #: contact_form.php:218
192
+ msgid "This file is too large."
193
+ msgstr ""
194
+
195
+ #: contact_form.php:219
196
  msgid "Please fill out the CAPTCHA."
197
  msgstr "Por favor, complete a resposta do CAPTCHA ."
198
 
199
+ #: contact_form.php:220
200
  msgid "Please make corrections below and try again."
201
  msgstr "Por favor, faça as correções abaixo e tente enviar a mensagem novamente."
202
 
203
+ #: contact_form.php:222
204
  msgid "Thank you for contacting us."
205
  msgstr "Obrigado por nos contactar"
206
 
207
+ #: contact_form.php:481
208
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
209
  msgstr "Se o 'Redirecionamento para a página' estiver selecionado, o campo URL deve estar no seguinte formato"
210
 
211
+ #: contact_form.php:490
212
  msgid "Such user does not exist. Settings are not saved."
213
  msgstr "O Utilizador não existe. Configurações não foram guardadas."
214
 
215
+ #: contact_form.php:495
216
+ #: contact_form.php:501
217
  #, fuzzy
218
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
219
  msgstr "Por favor digite o email corretamente. Configurações não foram salvas."
220
 
221
+ #: contact_form.php:506
222
  msgid "Options saved."
223
  msgstr "Opções guardadas."
224
 
225
+ #: contact_form.php:531
226
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
227
  msgstr "Se você gostaria de adicionar o Formulário de Contato no seu site, apenas copie e cole este código na sua postagem ou página ou widget:"
228
 
229
+ #: contact_form.php:532
230
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
231
  msgstr "Se informações nos campos abaixo estão vazias, então as mensagens serão enviadas para um endereço que foi especificado durante o registro."
232
 
233
+ #: contact_form.php:536
234
  msgid "The user's email address:"
235
  msgstr "Use o email de um utilizador do wordpress:"
236
 
237
+ #: contact_form.php:540
238
  msgid "Create a username"
239
  msgstr "Selecione o nome do utilizador"
240
 
241
+ #: contact_form.php:545
242
  msgid "Enter a username of the person who should get the messages from the contact form."
243
  msgstr "Determine um nome de utilizador que receberá as mensagens enviadas pelo Formulário de Contato."
244
 
245
+ #: contact_form.php:549
246
  msgid "Use this email address:"
247
  msgstr "Use este email:"
248
 
249
+ #: contact_form.php:552
250
  msgid "Enter the email address you want the messages forwarded to."
251
  msgstr "Configure um endereço de email que será usado para o recebimento de mensagens."
252
 
253
+ #: contact_form.php:556
254
  msgid "Additional options"
255
  msgstr "Opções adicionais"
256
 
257
+ #: contact_form.php:559
258
  msgid "Display Attachment block"
259
  msgstr "Mostrar opção para anexar arquivos"
260
 
261
+ #: contact_form.php:561
262
  msgid "Users can attach the following file formats"
263
  msgstr "Utilizadores podem anexar arquivos do seguinte tipo:"
264
 
265
+ #: contact_form.php:565
266
  msgid "Display Attachment tips"
267
  msgstr "Exibir dicas para anexos"
268
 
269
+ #: contact_form.php:567
270
  msgid "Display tips below the Attachment block"
271
  msgstr "Mostrar dicas para anexar arquivos"
272
 
273
+ #: contact_form.php:571
274
  msgid "Display Send me a copy block"
275
  msgstr "Mostrar a opção Envie-me um cópia"
276
 
277
+ #: contact_form.php:577
278
  msgid "What to use?"
279
  msgstr "O que usar?"
280
 
281
+ #: contact_form.php:580
282
  msgid "Wp-mail"
283
  msgstr "Wp-mail"
284
 
285
+ #: contact_form.php:581
286
  msgid "You can use the wp_mail function for mailing"
287
  msgstr "Pode usar a função wp_mail para emailing"
288
 
289
+ #: contact_form.php:587
290
  msgid "Mail"
291
  msgstr "Mail"
292
 
293
+ #: contact_form.php:588
294
  msgid "To send mail you can use the php mail function"
295
  msgstr "Para o envio de email pode usar a função de email existente no core do php"
296
 
297
+ #: contact_form.php:592
298
  #, fuzzy
299
  msgid "Change text of the 'FROM' field"
300
  msgstr "Mudar rótulo para os campos no formulário de contato"
301
 
302
+ #: contact_form.php:598
303
  msgid "Enter the email address in the 'From' field"
304
  msgstr "Insira o email no campo 'Form'"
305
 
306
+ #: contact_form.php:600
307
  #, fuzzy
308
  msgid "The email address of the user who fills the form will be used in the field 'From'."
309
  msgstr "O endereço de e-mail do utilizador que preenche o formulário vai ser usado no campo 'De'."
310
 
311
+ #: contact_form.php:602
312
  msgid "This email address will be used in the 'From' field."
313
  msgstr "Este endereço de e-mail será usado no campo 'De'."
314
 
315
+ #: contact_form.php:606
316
  #, fuzzy
317
+ msgid "Display fields"
318
+ msgstr "Mostrar opção para anexar arquivos"
319
+
320
+ #: contact_form.php:608
321
+ #: contact_form.php:616
322
+ #: contact_form.php:1175
323
+ #, fuzzy
324
+ msgid "Address"
325
+ msgstr "Endereço de E-mail:"
326
+
327
+ #: contact_form.php:609
328
+ #: contact_form.php:618
329
+ #: contact_form.php:1183
330
+ msgid "Phone"
331
+ msgstr "Telefone"
332
 
333
+ #: contact_form.php:613
334
  msgid "Required fields"
335
  msgstr "Campos obrigatórios"
336
 
337
+ #: contact_form.php:615
338
+ #: contact_form.php:1170
339
  msgid "Name"
340
  msgstr "Nome"
341
 
342
+ #: contact_form.php:617
343
  #, fuzzy
344
  msgid "Email Address"
345
  msgstr "Endereço de E-mail:"
346
 
347
+ #: contact_form.php:619
348
+ #: contact_form.php:1186
 
 
 
 
 
349
  msgid "Subject"
350
  msgstr "Assunto"
351
 
352
+ #: contact_form.php:620
353
+ #: contact_form.php:1189
354
  msgid "Message"
355
  msgstr "Mensagem"
356
 
357
+ #: contact_form.php:624
358
  #, fuzzy
359
  msgid "Display additional info in the email"
360
  msgstr "Mostrar informações adicionais no e-mail"
361
 
362
+ #: contact_form.php:629
363
+ #: contact_form.php:1142
364
  msgid "Sent from (ip address)"
365
  msgstr "Enviado de (Endereço IP)"
366
 
367
+ #: contact_form.php:630
368
+ #: contact_form.php:1147
369
  msgid "Date/Time"
370
  msgstr "Data / Hora"
371
 
372
+ #: contact_form.php:631
373
+ #: contact_form.php:1152
374
  msgid "Sent from (referer)"
375
  msgstr "Vindo de (origem)"
376
 
377
+ #: contact_form.php:632
378
+ #: contact_form.php:1157
379
  msgid "Using (user agent)"
380
  msgstr "Usando (cliente de email)"
381
 
382
+ #: contact_form.php:636
383
  msgid "Language settings for the field names in the form"
384
  msgstr "Configurações de idioma para os nomes dos campos do formulário"
385
 
386
+ #: contact_form.php:645
387
  #, fuzzy
388
  msgid "Add a language"
389
  msgstr "Adicionar idioma"
390
 
391
+ #: contact_form.php:649
392
  #, fuzzy
393
  msgid "Change the names of the contact form fields and error messages"
394
  msgstr "Mudar rótulo para os campos no formulário de contato"
395
 
396
+ #: contact_form.php:654
397
+ #: contact_form.php:719
398
  msgid "English"
399
  msgstr "Inglês"
400
 
401
+ #: contact_form.php:671
402
+ #: contact_form.php:697
403
  msgid "Error message for the Name field"
404
  msgstr "Mensagem de erro para o campo Nome"
405
 
406
+ #: contact_form.php:672
407
+ #: contact_form.php:698
408
+ #, fuzzy
409
+ msgid "Error message for the Address field"
410
+ msgstr "Mensagem de erro para o campo Mensagem"
411
+
412
+ #: contact_form.php:673
413
+ #: contact_form.php:699
414
  msgid "Error message for the Email field"
415
  msgstr "Mensagem de erro para o campo de E-mail"
416
 
417
+ #: contact_form.php:674
418
+ #: contact_form.php:700
419
  msgid "Error message for the Phone field"
420
  msgstr "Mensagem de erro para o campo de Telefone"
421
 
422
+ #: contact_form.php:675
423
+ #: contact_form.php:701
424
  msgid "Error message for the Subject field"
425
  msgstr "Mensagem de erro para o campo Assunto"
426
 
427
+ #: contact_form.php:676
428
+ #: contact_form.php:702
429
  msgid "Error message for the Message field"
430
  msgstr "Mensagem de erro para o campo Mensagem"
431
 
432
+ #: contact_form.php:677
433
+ #: contact_form.php:703
434
+ #, fuzzy
435
+ msgid "Error message about the file type for the Attachment field"
436
+ msgstr "Mensagem de erro para o campo Anexos"
437
+
438
+ #: contact_form.php:678
439
+ #: contact_form.php:704
440
+ #, fuzzy
441
+ msgid "Error message while uploading a file for the Attachment field to the server"
442
+ msgstr "Mensagem de erro para o campo Anexos"
443
+
444
+ #: contact_form.php:679
445
+ #: contact_form.php:705
446
+ #, fuzzy
447
+ msgid "Error message while moving the file for the Attachment field"
448
  msgstr "Mensagem de erro para o campo Anexos"
449
 
450
+ #: contact_form.php:680
451
+ #: contact_form.php:706
452
+ #, fuzzy
453
+ msgid "Error message when file size limit for the Attachment field is exceeded"
454
+ msgstr "Mensagem de erro para o campo Anexos"
455
+
456
+ #: contact_form.php:681
457
+ #: contact_form.php:707
458
  msgid "Error message for the Captcha field"
459
  msgstr "Mensagem de erro para o controlo Captcha"
460
 
461
+ #: contact_form.php:682
462
+ #: contact_form.php:708
463
  msgid "Error message for the whole form"
464
  msgstr "Mensagem de erro para todo o formulário"
465
 
466
+ #: contact_form.php:683
467
+ #: contact_form.php:709
468
+ #: contact_form.php:728
469
+ #: contact_form.php:734
470
  msgid "Use shortcode"
471
  msgstr "usar código abreviado"
472
 
473
+ #: contact_form.php:683
474
+ #: contact_form.php:709
475
+ #: contact_form.php:728
476
+ #: contact_form.php:734
477
  msgid "for this language"
478
  msgstr "para este idioma"
479
 
480
+ #: contact_form.php:716
481
  msgid "Action after email is sent"
482
  msgstr "Ação após envio de email"
483
 
484
+ #: contact_form.php:718
485
  #, fuzzy
486
  msgid "Display text"
487
  msgstr "Mostrar opção para anexar arquivos"
488
 
489
+ #: contact_form.php:727
490
+ #: contact_form.php:733
491
  msgid "Text"
492
  msgstr "Texto"
493
 
494
+ #: contact_form.php:740
495
  msgid "Redirect to the page"
496
  msgstr "Redirecionamento para a página"
497
 
498
+ #: contact_form.php:741
499
  msgid "Url"
500
  msgstr "Url"
501
 
502
+ #: contact_form.php:746
503
  msgid "Save Changes"
504
  msgstr "Salvar mudanças"
505
 
506
+ #: contact_form.php:795
507
  msgid "Sorry, email message could not be delivered."
508
  msgstr "Desculpe, seu e-mail não pode ser entregue."
509
 
510
+ #: contact_form.php:879
511
  msgid "You can attach the following file formats"
512
  msgstr "Você pode anexar arquivos do seguinte tipo"
513
 
514
+ #: contact_form.php:1165
515
  msgid "Contact from"
516
  msgstr "Formulário de Contato"
517
 
518
+ #: contact_form.php:1178
519
  msgid "Email"
520
  msgstr "E-Mail"
521
 
522
+ #: contact_form.php:1192
523
  msgid "Site"
524
  msgstr "Site"
525
 
526
+ #: contact_form.php:1243
527
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
528
  msgstr "Se você consegue ver esta MENSAGEM então seu cliente não aceita tipos MIME! Favor usar um cliente mais atualizado."
529
 
530
+ #: contact_form.php:1296
531
  msgid "FAQ"
532
  msgstr "Perguntas Frequentes"
533
 
534
+ #: contact_form.php:1297
535
  msgid "Support"
536
  msgstr "Suporte"
537
 
538
+ #: contact_form.php:1345
539
  msgid "Are you sure that you want to delete this language data?"
540
  msgstr "Tem certeza que você deseja excluir os dados deste idioma?"
541
 
542
+ #, fuzzy
543
+ #~ msgid "Display a phone number field"
544
+ #~ msgstr "Mostrar campo telefone"
545
  #~ msgid "Please enter a valid email address. Settings are not saved."
546
  #~ msgstr ""
547
  #~ "Por favor digite o email corretamente. Configurações não foram guardadas."
553
  #~ msgstr "Indirizzo e-mail:"
554
  #~ msgid "Install Now"
555
  #~ msgstr "Installa Ora"
 
 
556
 
languages/contact_form-ro_RO.mo CHANGED
Binary file
languages/contact_form-ro_RO.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 15:10+0300\n"
6
- "PO-Revision-Date: 2013-04-22 15:10+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,443 +16,518 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:78
 
 
 
 
 
 
20
  msgid "Activated plugins"
21
  msgstr "Plugin-uri activate"
22
 
23
- #: contact_form.php:80
24
- #: contact_form.php:88
25
- #: contact_form.php:96
 
 
 
26
  msgid "Read more"
27
  msgstr "Citeste mai multe"
28
 
29
- #: contact_form.php:80
30
- #: contact_form.php:1127
31
- #: contact_form.php:1136
 
32
  msgid "Settings"
33
  msgstr "Setari"
34
 
35
- #: contact_form.php:86
 
36
  msgid "Installed plugins"
37
  msgstr "Pluginuri instalate"
38
 
39
- #: contact_form.php:94
 
40
  msgid "Recommended plugins"
41
  msgstr "Pluginuri recomandate"
42
 
43
- #: contact_form.php:96
 
 
 
 
 
 
 
 
 
44
  msgid "Download"
45
  msgstr "Descarca"
46
 
47
- #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "Instaleaza %s"
51
 
52
- #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "Instaleaza acum de pe wordpress.org"
55
 
56
- #: contact_form.php:98
57
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
 
58
  msgstr "Daca aveti intrebari, va rugam sa ne contactati folosind plugin@bestwebsoft.com sau completati formularul de contact de la noi de pe site"
59
 
60
- #: contact_form.php:110
61
- #: contact_form.php:430
62
  msgid "Contact Form Options"
63
  msgstr "Optiuni formular de contact"
64
 
65
- #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "Formular de contact"
68
 
69
- #: contact_form.php:147
70
- #: contact_form.php:564
71
- #: contact_form.php:585
72
  msgid "Name:"
73
  msgstr "Nume:"
74
 
75
- #: contact_form.php:148
76
- #: contact_form.php:565
77
- #: contact_form.php:586
 
 
 
 
 
 
 
78
  msgid "Email Address:"
79
  msgstr "Adresa email:"
80
 
81
- #: contact_form.php:149
82
- #: contact_form.php:566
83
- #: contact_form.php:587
84
  msgid "Phone number:"
85
  msgstr ""
86
 
87
- #: contact_form.php:150
88
- #: contact_form.php:567
89
- #: contact_form.php:588
90
  msgid "Subject:"
91
  msgstr "Subiect:"
92
 
93
- #: contact_form.php:151
94
- #: contact_form.php:568
95
- #: contact_form.php:589
96
  msgid "Message:"
97
  msgstr "Mesaj:"
98
 
99
- #: contact_form.php:152
100
- #: contact_form.php:569
101
- #: contact_form.php:590
102
  msgid "Attachment:"
103
  msgstr "Atasament:"
104
 
105
- #: contact_form.php:153
106
- #: contact_form.php:199
107
- #: contact_form.php:570
108
- #: contact_form.php:591
109
  msgid "Send me a copy"
110
  msgstr "Trimite-mi o copie"
111
 
112
- #: contact_form.php:154
113
- #: contact_form.php:571
114
- #: contact_form.php:592
115
  msgid "Submit"
116
  msgstr "Trimite"
117
 
118
- #: contact_form.php:155
119
  msgid "Your name is required."
120
  msgstr "Numele dumneavoastra este necesar."
121
 
122
- #: contact_form.php:156
 
 
 
 
 
123
  #, fuzzy
124
  msgid "A valid email address is required."
125
  msgstr "O adresa email valida este necesara."
126
 
127
- #: contact_form.php:157
128
- #: contact_form.php:194
129
- #: contact_form.php:197
130
  #, fuzzy
131
  msgid "Phone number is required."
132
  msgstr "Numele dumneavoastra este necesar."
133
 
134
- #: contact_form.php:158
135
- #: contact_form.php:193
136
- #: contact_form.php:196
137
  msgid "Subject is required."
138
  msgstr "Subiectul mesajului este necesar"
139
 
140
- #: contact_form.php:159
141
- #: contact_form.php:192
142
- #: contact_form.php:195
143
  msgid "Message text is required."
144
  msgstr "Textul mesajului este necesar."
145
 
146
- #: contact_form.php:160
147
  msgid "File format is not valid."
148
  msgstr "Atasamentul este stricat."
149
 
150
- #: contact_form.php:161
 
 
 
 
 
 
 
 
 
 
 
 
151
  msgid "Please fill out the CAPTCHA."
152
  msgstr "Va rugam completati CAPTCHA-ul"
153
 
154
- #: contact_form.php:162
155
  msgid "Please make corrections below and try again."
156
  msgstr "Va rugam sa realizati corecturile de mai jos si sa incercati din nou."
157
 
158
- #: contact_form.php:164
159
  msgid "Thank you for contacting us."
160
  msgstr "Va multumim ca ati luat legatura cu noi."
161
 
162
- #: contact_form.php:385
163
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
164
  msgstr "Daca optiunea 'Redirectioneaza la pagina' este selectata, atunci campul url ar trebui completat in urmatorul format"
165
 
166
- #: contact_form.php:394
167
  msgid "Such user does not exist. Settings are not saved."
168
  msgstr "Acest utilizator nu exista. Setarile nu au fost salvate."
169
 
170
- #: contact_form.php:399
171
- #: contact_form.php:405
172
  #, fuzzy
173
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
174
  msgstr "Va rugam introduceti un email corect. Setarile nu au fost salvate."
175
 
176
- #: contact_form.php:410
177
  msgid "Options saved."
178
  msgstr "Optiuni salvate."
179
 
180
- #: contact_form.php:435
181
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
182
  msgstr "Daca ati dori sa adaugati un Formular de Contact pe situl dumneavoastra, copiati si lipiti acest cod intr-o pagina sau widget:"
183
 
184
- #: contact_form.php:436
185
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
186
  msgstr "Daca informatia din campurile urmatoare este nula, atunci mesajul va fi trimis la adresa specificata in timpul procesului de inregistrare."
187
 
188
- #: contact_form.php:440
189
  msgid "The user's email address:"
190
  msgstr "Foloseste email-ul utilizatorului Wordpress:"
191
 
192
- #: contact_form.php:444
193
  msgid "Create a username"
194
  msgstr "Alege numele utilizatorului"
195
 
196
- #: contact_form.php:449
197
  msgid "Enter a username of the person who should get the messages from the contact form."
198
  msgstr "Alege numele utilizatorului care va primi mesaje de la formularul de contact."
199
 
200
- #: contact_form.php:453
201
  msgid "Use this email address:"
202
  msgstr "Foloseste acest email:"
203
 
204
- #: contact_form.php:456
205
  msgid "Enter the email address you want the messages forwarded to."
206
  msgstr "Alege o adresa email care sa fie folosita pentru primirea mesajelor."
207
 
208
- #: contact_form.php:460
209
  msgid "Additional options"
210
  msgstr "Optiuni aditionale"
211
 
212
- #: contact_form.php:463
213
  msgid "Display Attachment block"
214
  msgstr "Afisaza blocul de Atasamente"
215
 
216
- #: contact_form.php:465
217
  msgid "Users can attach the following file formats"
218
  msgstr "Utilizatorii pot atasa fisiere de urmatoarele tipuri"
219
 
220
- #: contact_form.php:469
221
  msgid "Display Attachment tips"
222
  msgstr "Afisaza explicatii despre Atasamente"
223
 
224
- #: contact_form.php:471
225
  msgid "Display tips below the Attachment block"
226
  msgstr "Afisaza explicatiile dupa blocul Atasament"
227
 
228
- #: contact_form.php:475
229
  msgid "Display Send me a copy block"
230
  msgstr "Afisaza blocul Trimite-mi o copie"
231
 
232
- #: contact_form.php:481
233
  msgid "What to use?"
234
  msgstr "Ce sa folosesc?"
235
 
236
- #: contact_form.php:484
237
  msgid "Wp-mail"
238
  msgstr "Wp-mail"
239
 
240
- #: contact_form.php:485
241
  msgid "You can use the wp_mail function for mailing"
242
  msgstr "Pentru a trimite mailuri puteti folosi functia Wordpress wp_mail"
243
 
244
- #: contact_form.php:491
245
  msgid "Mail"
246
  msgstr "Mail"
247
 
248
- #: contact_form.php:492
249
  msgid "To send mail you can use the php mail function"
250
  msgstr "Pentru a trimite mailuri puteti folosi functia PHP mail"
251
 
252
- #: contact_form.php:496
253
  #, fuzzy
254
  msgid "Change text of the 'FROM' field"
255
  msgstr "Modifica linia DE LA din formularul de contact"
256
 
257
- #: contact_form.php:502
258
  msgid "Enter the email address in the 'From' field"
259
  msgstr ""
260
 
261
- #: contact_form.php:504
262
  msgid "The email address of the user who fills the form will be used in the field 'From'."
263
  msgstr ""
264
 
265
- #: contact_form.php:506
266
  msgid "This email address will be used in the 'From' field."
267
  msgstr ""
268
 
269
- #: contact_form.php:510
270
- msgid "Display a phone number field"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
271
  msgstr ""
272
 
273
- #: contact_form.php:516
274
  msgid "Required fields"
275
  msgstr ""
276
 
277
- #: contact_form.php:518
278
- #: contact_form.php:1016
279
  msgid "Name"
280
  msgstr "Nume"
281
 
282
- #: contact_form.php:519
283
  #, fuzzy
284
  msgid "Email Address"
285
  msgstr "Adresa email:"
286
 
287
- #: contact_form.php:520
288
- #: contact_form.php:1024
289
- msgid "Phone"
290
- msgstr ""
291
-
292
- #: contact_form.php:521
293
- #: contact_form.php:1027
294
  msgid "Subject"
295
  msgstr "Subiect"
296
 
297
- #: contact_form.php:522
298
- #: contact_form.php:1030
299
  msgid "Message"
300
  msgstr "Mesaj"
301
 
302
- #: contact_form.php:526
303
  #, fuzzy
304
  msgid "Display additional info in the email"
305
  msgstr "Afisaza informatii aditionale in email"
306
 
307
- #: contact_form.php:531
308
- #: contact_form.php:988
309
  msgid "Sent from (ip address)"
310
  msgstr "Trimis de la (adresa IP)"
311
 
312
- #: contact_form.php:532
313
- #: contact_form.php:993
314
  msgid "Date/Time"
315
  msgstr "Data/Ora"
316
 
317
- #: contact_form.php:533
318
- #: contact_form.php:998
319
  msgid "Sent from (referer)"
320
  msgstr "Venind de la (referinta)"
321
 
322
- #: contact_form.php:534
323
- #: contact_form.php:1003
324
  msgid "Using (user agent)"
325
  msgstr "Folosind (Agent)"
326
 
327
- #: contact_form.php:538
328
  msgid "Language settings for the field names in the form"
329
  msgstr ""
330
 
331
- #: contact_form.php:547
332
  msgid "Add a language"
333
  msgstr ""
334
 
335
- #: contact_form.php:551
336
  msgid "Change the names of the contact form fields and error messages"
337
  msgstr "Schimba etichetele pentru campurile formularului de contact"
338
 
339
- #: contact_form.php:556
340
- #: contact_form.php:611
341
  msgid "English"
342
  msgstr ""
343
 
344
- #: contact_form.php:572
345
- #: contact_form.php:593
346
  msgid "Error message for the Name field"
347
  msgstr ""
348
 
349
- #: contact_form.php:573
350
- #: contact_form.php:594
 
 
 
 
 
351
  msgid "Error message for the Email field"
352
  msgstr ""
353
 
354
- #: contact_form.php:574
355
- #: contact_form.php:595
356
  msgid "Error message for the Phone field"
357
  msgstr ""
358
 
359
- #: contact_form.php:575
360
- #: contact_form.php:596
361
  msgid "Error message for the Subject field"
362
  msgstr ""
363
 
364
- #: contact_form.php:576
365
- #: contact_form.php:597
366
  msgid "Error message for the Message field"
367
  msgstr ""
368
 
369
- #: contact_form.php:577
370
- #: contact_form.php:598
371
- msgid "Error message for the Attachment field"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
372
  msgstr ""
373
 
374
- #: contact_form.php:578
375
- #: contact_form.php:599
376
  msgid "Error message for the Captcha field"
377
  msgstr ""
378
 
379
- #: contact_form.php:579
380
- #: contact_form.php:600
381
  msgid "Error message for the whole form"
382
  msgstr ""
383
 
384
- #: contact_form.php:580
385
- #: contact_form.php:601
386
- #: contact_form.php:620
387
- #: contact_form.php:626
388
  msgid "Use shortcode"
389
  msgstr ""
390
 
391
- #: contact_form.php:580
392
- #: contact_form.php:601
393
- #: contact_form.php:620
394
- #: contact_form.php:626
395
  msgid "for this language"
396
  msgstr ""
397
 
398
- #: contact_form.php:608
399
  msgid "Action after email is sent"
400
  msgstr "Actiune dupa trimiterea mailului"
401
 
402
- #: contact_form.php:610
403
  msgid "Display text"
404
  msgstr "Afisaza text"
405
 
406
- #: contact_form.php:619
407
- #: contact_form.php:625
408
  msgid "Text"
409
  msgstr "Text"
410
 
411
- #: contact_form.php:632
412
  msgid "Redirect to the page"
413
  msgstr "Redirectioneaza la pagina"
414
 
415
- #: contact_form.php:633
416
  msgid "Url"
417
  msgstr "Url"
418
 
419
- #: contact_form.php:638
420
  msgid "Save Changes"
421
  msgstr "Salveaza schimbarile"
422
 
423
- #: contact_form.php:685
424
  msgid "Sorry, email message could not be delivered."
425
  msgstr "Ne pare rau, mailul dumneavoastra nu a putut fi livrat."
426
 
427
- #: contact_form.php:755
428
  msgid "You can attach the following file formats"
429
  msgstr "Puteti atasa fisiere de urmatoarele tipuri"
430
 
431
- #: contact_form.php:1011
432
  msgid "Contact from"
433
  msgstr "Formular de contact"
434
 
435
- #: contact_form.php:1019
436
  msgid "Email"
437
  msgstr "Email"
438
 
439
- #: contact_form.php:1033
440
  msgid "Site"
441
  msgstr "Site"
442
 
443
- #: contact_form.php:1084
444
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
445
  msgstr "Daca vedeti acest MIME atunci clientul dumneavoastra nu accepta tipuri MIME!"
446
 
447
- #: contact_form.php:1137
448
  msgid "FAQ"
449
  msgstr "FAQ"
450
 
451
- #: contact_form.php:1138
452
  msgid "Support"
453
  msgstr "Suport tehnic"
454
 
455
- #: contact_form.php:1184
456
  msgid "Are you sure that you want to delete this language data?"
457
  msgstr ""
458
 
@@ -466,6 +541,4 @@ msgstr ""
466
  #~ msgstr "Indirizzo e-mail:"
467
  #~ msgid "Install Now"
468
  #~ msgstr "Installa Ora"
469
- #~ msgid "BWS Plugins"
470
- #~ msgstr "BWS Plugins"
471
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-27 16:07+0300\n"
6
+ "PO-Revision-Date: 2013-05-27 16:07+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:100
20
+ #, fuzzy
21
+ msgid "Pro plugins"
22
+ msgstr "BWS Plugins"
23
+
24
+ #: contact_form.php:103
25
+ #: contact_form.php:129
26
  msgid "Activated plugins"
27
  msgstr "Plugin-uri activate"
28
 
29
+ #: contact_form.php:105
30
+ #: contact_form.php:113
31
+ #: contact_form.php:121
32
+ #: contact_form.php:131
33
+ #: contact_form.php:139
34
+ #: contact_form.php:147
35
  msgid "Read more"
36
  msgstr "Citeste mai multe"
37
 
38
+ #: contact_form.php:105
39
+ #: contact_form.php:131
40
+ #: contact_form.php:1286
41
+ #: contact_form.php:1295
42
  msgid "Settings"
43
  msgstr "Setari"
44
 
45
+ #: contact_form.php:111
46
+ #: contact_form.php:137
47
  msgid "Installed plugins"
48
  msgstr "Pluginuri instalate"
49
 
50
+ #: contact_form.php:119
51
+ #: contact_form.php:145
52
  msgid "Recommended plugins"
53
  msgstr "Pluginuri recomandate"
54
 
55
+ #: contact_form.php:121
56
+ msgid "Purchase"
57
+ msgstr ""
58
+
59
+ #: contact_form.php:126
60
+ #, fuzzy
61
+ msgid "Free plugins"
62
+ msgstr "Pluginuri recomandate"
63
+
64
+ #: contact_form.php:147
65
  msgid "Download"
66
  msgstr "Descarca"
67
 
68
+ #: contact_form.php:147
69
  #, php-format
70
  msgid "Install %s"
71
  msgstr "Instaleaza %s"
72
 
73
+ #: contact_form.php:147
74
  msgid "Install now from wordpress.org"
75
  msgstr "Instaleaza acum de pe wordpress.org"
76
 
77
+ #: contact_form.php:152
78
+ #, fuzzy
79
+ msgid "If you have any questions, please contact us via"
80
  msgstr "Daca aveti intrebari, va rugam sa ne contactati folosind plugin@bestwebsoft.com sau completati formularul de contact de la noi de pe site"
81
 
82
+ #: contact_form.php:161
83
+ #: contact_form.php:526
84
  msgid "Contact Form Options"
85
  msgstr "Optiuni formular de contact"
86
 
87
+ #: contact_form.php:161
88
  msgid "Contact Form"
89
  msgstr "Formular de contact"
90
 
91
+ #: contact_form.php:200
92
+ #: contact_form.php:662
93
+ #: contact_form.php:688
94
  msgid "Name:"
95
  msgstr "Nume:"
96
 
97
+ #: contact_form.php:201
98
+ #: contact_form.php:663
99
+ #: contact_form.php:689
100
+ #, fuzzy
101
+ msgid "Address:"
102
+ msgstr "Adresa email:"
103
+
104
+ #: contact_form.php:202
105
+ #: contact_form.php:664
106
+ #: contact_form.php:690
107
  msgid "Email Address:"
108
  msgstr "Adresa email:"
109
 
110
+ #: contact_form.php:203
111
+ #: contact_form.php:665
112
+ #: contact_form.php:691
113
  msgid "Phone number:"
114
  msgstr ""
115
 
116
+ #: contact_form.php:204
117
+ #: contact_form.php:666
118
+ #: contact_form.php:692
119
  msgid "Subject:"
120
  msgstr "Subiect:"
121
 
122
+ #: contact_form.php:205
123
+ #: contact_form.php:667
124
+ #: contact_form.php:693
125
  msgid "Message:"
126
  msgstr "Mesaj:"
127
 
128
+ #: contact_form.php:206
129
+ #: contact_form.php:668
130
+ #: contact_form.php:694
131
  msgid "Attachment:"
132
  msgstr "Atasament:"
133
 
134
+ #: contact_form.php:207
135
+ #: contact_form.php:262
136
+ #: contact_form.php:669
137
+ #: contact_form.php:695
138
  msgid "Send me a copy"
139
  msgstr "Trimite-mi o copie"
140
 
141
+ #: contact_form.php:208
142
+ #: contact_form.php:670
143
+ #: contact_form.php:696
144
  msgid "Submit"
145
  msgstr "Trimite"
146
 
147
+ #: contact_form.php:209
148
  msgid "Your name is required."
149
  msgstr "Numele dumneavoastra este necesar."
150
 
151
+ #: contact_form.php:210
152
+ #, fuzzy
153
+ msgid "Address is required."
154
+ msgstr "O adresa email valida este necesara."
155
+
156
+ #: contact_form.php:211
157
  #, fuzzy
158
  msgid "A valid email address is required."
159
  msgstr "O adresa email valida este necesara."
160
 
161
+ #: contact_form.php:212
162
+ #: contact_form.php:257
163
+ #: contact_form.php:260
164
  #, fuzzy
165
  msgid "Phone number is required."
166
  msgstr "Numele dumneavoastra este necesar."
167
 
168
+ #: contact_form.php:213
169
+ #: contact_form.php:256
170
+ #: contact_form.php:259
171
  msgid "Subject is required."
172
  msgstr "Subiectul mesajului este necesar"
173
 
174
+ #: contact_form.php:214
175
+ #: contact_form.php:255
176
+ #: contact_form.php:258
177
  msgid "Message text is required."
178
  msgstr "Textul mesajului este necesar."
179
 
180
+ #: contact_form.php:215
181
  msgid "File format is not valid."
182
  msgstr "Atasamentul este stricat."
183
 
184
+ #: contact_form.php:216
185
+ msgid "File upload error."
186
+ msgstr ""
187
+
188
+ #: contact_form.php:217
189
+ msgid "The file could not be uploaded."
190
+ msgstr ""
191
+
192
+ #: contact_form.php:218
193
+ msgid "This file is too large."
194
+ msgstr ""
195
+
196
+ #: contact_form.php:219
197
  msgid "Please fill out the CAPTCHA."
198
  msgstr "Va rugam completati CAPTCHA-ul"
199
 
200
+ #: contact_form.php:220
201
  msgid "Please make corrections below and try again."
202
  msgstr "Va rugam sa realizati corecturile de mai jos si sa incercati din nou."
203
 
204
+ #: contact_form.php:222
205
  msgid "Thank you for contacting us."
206
  msgstr "Va multumim ca ati luat legatura cu noi."
207
 
208
+ #: contact_form.php:481
209
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
210
  msgstr "Daca optiunea 'Redirectioneaza la pagina' este selectata, atunci campul url ar trebui completat in urmatorul format"
211
 
212
+ #: contact_form.php:490
213
  msgid "Such user does not exist. Settings are not saved."
214
  msgstr "Acest utilizator nu exista. Setarile nu au fost salvate."
215
 
216
+ #: contact_form.php:495
217
+ #: contact_form.php:501
218
  #, fuzzy
219
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
220
  msgstr "Va rugam introduceti un email corect. Setarile nu au fost salvate."
221
 
222
+ #: contact_form.php:506
223
  msgid "Options saved."
224
  msgstr "Optiuni salvate."
225
 
226
+ #: contact_form.php:531
227
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
228
  msgstr "Daca ati dori sa adaugati un Formular de Contact pe situl dumneavoastra, copiati si lipiti acest cod intr-o pagina sau widget:"
229
 
230
+ #: contact_form.php:532
231
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
232
  msgstr "Daca informatia din campurile urmatoare este nula, atunci mesajul va fi trimis la adresa specificata in timpul procesului de inregistrare."
233
 
234
+ #: contact_form.php:536
235
  msgid "The user's email address:"
236
  msgstr "Foloseste email-ul utilizatorului Wordpress:"
237
 
238
+ #: contact_form.php:540
239
  msgid "Create a username"
240
  msgstr "Alege numele utilizatorului"
241
 
242
+ #: contact_form.php:545
243
  msgid "Enter a username of the person who should get the messages from the contact form."
244
  msgstr "Alege numele utilizatorului care va primi mesaje de la formularul de contact."
245
 
246
+ #: contact_form.php:549
247
  msgid "Use this email address:"
248
  msgstr "Foloseste acest email:"
249
 
250
+ #: contact_form.php:552
251
  msgid "Enter the email address you want the messages forwarded to."
252
  msgstr "Alege o adresa email care sa fie folosita pentru primirea mesajelor."
253
 
254
+ #: contact_form.php:556
255
  msgid "Additional options"
256
  msgstr "Optiuni aditionale"
257
 
258
+ #: contact_form.php:559
259
  msgid "Display Attachment block"
260
  msgstr "Afisaza blocul de Atasamente"
261
 
262
+ #: contact_form.php:561
263
  msgid "Users can attach the following file formats"
264
  msgstr "Utilizatorii pot atasa fisiere de urmatoarele tipuri"
265
 
266
+ #: contact_form.php:565
267
  msgid "Display Attachment tips"
268
  msgstr "Afisaza explicatii despre Atasamente"
269
 
270
+ #: contact_form.php:567
271
  msgid "Display tips below the Attachment block"
272
  msgstr "Afisaza explicatiile dupa blocul Atasament"
273
 
274
+ #: contact_form.php:571
275
  msgid "Display Send me a copy block"
276
  msgstr "Afisaza blocul Trimite-mi o copie"
277
 
278
+ #: contact_form.php:577
279
  msgid "What to use?"
280
  msgstr "Ce sa folosesc?"
281
 
282
+ #: contact_form.php:580
283
  msgid "Wp-mail"
284
  msgstr "Wp-mail"
285
 
286
+ #: contact_form.php:581
287
  msgid "You can use the wp_mail function for mailing"
288
  msgstr "Pentru a trimite mailuri puteti folosi functia Wordpress wp_mail"
289
 
290
+ #: contact_form.php:587
291
  msgid "Mail"
292
  msgstr "Mail"
293
 
294
+ #: contact_form.php:588
295
  msgid "To send mail you can use the php mail function"
296
  msgstr "Pentru a trimite mailuri puteti folosi functia PHP mail"
297
 
298
+ #: contact_form.php:592
299
  #, fuzzy
300
  msgid "Change text of the 'FROM' field"
301
  msgstr "Modifica linia DE LA din formularul de contact"
302
 
303
+ #: contact_form.php:598
304
  msgid "Enter the email address in the 'From' field"
305
  msgstr ""
306
 
307
+ #: contact_form.php:600
308
  msgid "The email address of the user who fills the form will be used in the field 'From'."
309
  msgstr ""
310
 
311
+ #: contact_form.php:602
312
  msgid "This email address will be used in the 'From' field."
313
  msgstr ""
314
 
315
+ #: contact_form.php:606
316
+ #, fuzzy
317
+ msgid "Display fields"
318
+ msgstr "Afisaza text"
319
+
320
+ #: contact_form.php:608
321
+ #: contact_form.php:616
322
+ #: contact_form.php:1175
323
+ #, fuzzy
324
+ msgid "Address"
325
+ msgstr "Adresa email:"
326
+
327
+ #: contact_form.php:609
328
+ #: contact_form.php:618
329
+ #: contact_form.php:1183
330
+ msgid "Phone"
331
  msgstr ""
332
 
333
+ #: contact_form.php:613
334
  msgid "Required fields"
335
  msgstr ""
336
 
337
+ #: contact_form.php:615
338
+ #: contact_form.php:1170
339
  msgid "Name"
340
  msgstr "Nume"
341
 
342
+ #: contact_form.php:617
343
  #, fuzzy
344
  msgid "Email Address"
345
  msgstr "Adresa email:"
346
 
347
+ #: contact_form.php:619
348
+ #: contact_form.php:1186
 
 
 
 
 
349
  msgid "Subject"
350
  msgstr "Subiect"
351
 
352
+ #: contact_form.php:620
353
+ #: contact_form.php:1189
354
  msgid "Message"
355
  msgstr "Mesaj"
356
 
357
+ #: contact_form.php:624
358
  #, fuzzy
359
  msgid "Display additional info in the email"
360
  msgstr "Afisaza informatii aditionale in email"
361
 
362
+ #: contact_form.php:629
363
+ #: contact_form.php:1142
364
  msgid "Sent from (ip address)"
365
  msgstr "Trimis de la (adresa IP)"
366
 
367
+ #: contact_form.php:630
368
+ #: contact_form.php:1147
369
  msgid "Date/Time"
370
  msgstr "Data/Ora"
371
 
372
+ #: contact_form.php:631
373
+ #: contact_form.php:1152
374
  msgid "Sent from (referer)"
375
  msgstr "Venind de la (referinta)"
376
 
377
+ #: contact_form.php:632
378
+ #: contact_form.php:1157
379
  msgid "Using (user agent)"
380
  msgstr "Folosind (Agent)"
381
 
382
+ #: contact_form.php:636
383
  msgid "Language settings for the field names in the form"
384
  msgstr ""
385
 
386
+ #: contact_form.php:645
387
  msgid "Add a language"
388
  msgstr ""
389
 
390
+ #: contact_form.php:649
391
  msgid "Change the names of the contact form fields and error messages"
392
  msgstr "Schimba etichetele pentru campurile formularului de contact"
393
 
394
+ #: contact_form.php:654
395
+ #: contact_form.php:719
396
  msgid "English"
397
  msgstr ""
398
 
399
+ #: contact_form.php:671
400
+ #: contact_form.php:697
401
  msgid "Error message for the Name field"
402
  msgstr ""
403
 
404
+ #: contact_form.php:672
405
+ #: contact_form.php:698
406
+ msgid "Error message for the Address field"
407
+ msgstr ""
408
+
409
+ #: contact_form.php:673
410
+ #: contact_form.php:699
411
  msgid "Error message for the Email field"
412
  msgstr ""
413
 
414
+ #: contact_form.php:674
415
+ #: contact_form.php:700
416
  msgid "Error message for the Phone field"
417
  msgstr ""
418
 
419
+ #: contact_form.php:675
420
+ #: contact_form.php:701
421
  msgid "Error message for the Subject field"
422
  msgstr ""
423
 
424
+ #: contact_form.php:676
425
+ #: contact_form.php:702
426
  msgid "Error message for the Message field"
427
  msgstr ""
428
 
429
+ #: contact_form.php:677
430
+ #: contact_form.php:703
431
+ msgid "Error message about the file type for the Attachment field"
432
+ msgstr ""
433
+
434
+ #: contact_form.php:678
435
+ #: contact_form.php:704
436
+ msgid "Error message while uploading a file for the Attachment field to the server"
437
+ msgstr ""
438
+
439
+ #: contact_form.php:679
440
+ #: contact_form.php:705
441
+ msgid "Error message while moving the file for the Attachment field"
442
+ msgstr ""
443
+
444
+ #: contact_form.php:680
445
+ #: contact_form.php:706
446
+ msgid "Error message when file size limit for the Attachment field is exceeded"
447
  msgstr ""
448
 
449
+ #: contact_form.php:681
450
+ #: contact_form.php:707
451
  msgid "Error message for the Captcha field"
452
  msgstr ""
453
 
454
+ #: contact_form.php:682
455
+ #: contact_form.php:708
456
  msgid "Error message for the whole form"
457
  msgstr ""
458
 
459
+ #: contact_form.php:683
460
+ #: contact_form.php:709
461
+ #: contact_form.php:728
462
+ #: contact_form.php:734
463
  msgid "Use shortcode"
464
  msgstr ""
465
 
466
+ #: contact_form.php:683
467
+ #: contact_form.php:709
468
+ #: contact_form.php:728
469
+ #: contact_form.php:734
470
  msgid "for this language"
471
  msgstr ""
472
 
473
+ #: contact_form.php:716
474
  msgid "Action after email is sent"
475
  msgstr "Actiune dupa trimiterea mailului"
476
 
477
+ #: contact_form.php:718
478
  msgid "Display text"
479
  msgstr "Afisaza text"
480
 
481
+ #: contact_form.php:727
482
+ #: contact_form.php:733
483
  msgid "Text"
484
  msgstr "Text"
485
 
486
+ #: contact_form.php:740
487
  msgid "Redirect to the page"
488
  msgstr "Redirectioneaza la pagina"
489
 
490
+ #: contact_form.php:741
491
  msgid "Url"
492
  msgstr "Url"
493
 
494
+ #: contact_form.php:746
495
  msgid "Save Changes"
496
  msgstr "Salveaza schimbarile"
497
 
498
+ #: contact_form.php:795
499
  msgid "Sorry, email message could not be delivered."
500
  msgstr "Ne pare rau, mailul dumneavoastra nu a putut fi livrat."
501
 
502
+ #: contact_form.php:879
503
  msgid "You can attach the following file formats"
504
  msgstr "Puteti atasa fisiere de urmatoarele tipuri"
505
 
506
+ #: contact_form.php:1165
507
  msgid "Contact from"
508
  msgstr "Formular de contact"
509
 
510
+ #: contact_form.php:1178
511
  msgid "Email"
512
  msgstr "Email"
513
 
514
+ #: contact_form.php:1192
515
  msgid "Site"
516
  msgstr "Site"
517
 
518
+ #: contact_form.php:1243
519
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
520
  msgstr "Daca vedeti acest MIME atunci clientul dumneavoastra nu accepta tipuri MIME!"
521
 
522
+ #: contact_form.php:1296
523
  msgid "FAQ"
524
  msgstr "FAQ"
525
 
526
+ #: contact_form.php:1297
527
  msgid "Support"
528
  msgstr "Suport tehnic"
529
 
530
+ #: contact_form.php:1345
531
  msgid "Are you sure that you want to delete this language data?"
532
  msgstr ""
533
 
541
  #~ msgstr "Indirizzo e-mail:"
542
  #~ msgid "Install Now"
543
  #~ msgstr "Installa Ora"
 
 
544
 
languages/contact_form-ru_RU.mo CHANGED
Binary file
languages/contact_form-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-05-06 12:49+0300\n"
6
- "PO-Revision-Date: 2013-05-06 12:56+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,459 +16,505 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:78
 
 
 
 
 
20
  msgid "Activated plugins"
21
  msgstr "Активированные плагины"
22
 
23
- #: contact_form.php:80
24
- #: contact_form.php:88
25
- #: contact_form.php:96
 
 
 
26
  msgid "Read more"
27
  msgstr "Читать далее"
28
 
29
- #: contact_form.php:80
30
- #: contact_form.php:1186
31
- #: contact_form.php:1195
 
32
  msgid "Settings"
33
  msgstr "Настройки"
34
 
35
- #: contact_form.php:86
 
36
  msgid "Installed plugins"
37
  msgstr "Установленные плагины"
38
 
39
- #: contact_form.php:94
 
40
  msgid "Recommended plugins"
41
  msgstr "Рекомендованные к установке плагины"
42
 
43
- #: contact_form.php:96
 
 
 
 
 
 
 
 
44
  msgid "Download"
45
  msgstr "Скачать"
46
 
47
- #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "Установлено %s"
51
 
52
- #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "Установить с wordpress.org"
55
 
56
- #: contact_form.php:98
57
  msgid "If you have any questions, please contact us via"
58
  msgstr "Если у вас есть какие-то вопросы, обращайтесь на"
59
 
60
- #: contact_form.php:110
61
- #: contact_form.php:454
62
  msgid "Contact Form Options"
63
  msgstr "Настройки Контактной Формы"
64
 
65
- #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "Контактная Форма"
68
 
69
- #: contact_form.php:149
70
- #: contact_form.php:590
71
- #: contact_form.php:613
72
  msgid "Name:"
73
  msgstr "Имя:"
74
 
75
- #: contact_form.php:150
76
- #: contact_form.php:591
77
- #: contact_form.php:614
78
  msgid "Address:"
79
  msgstr "Адрес:"
80
 
81
- #: contact_form.php:151
82
- #: contact_form.php:592
83
- #: contact_form.php:615
84
  msgid "Email Address:"
85
  msgstr "E-mail адрес:"
86
 
87
- #: contact_form.php:152
88
- #: contact_form.php:593
89
- #: contact_form.php:616
90
  msgid "Phone number:"
91
  msgstr "Телефон:"
92
 
93
- #: contact_form.php:153
94
- #: contact_form.php:594
95
- #: contact_form.php:617
96
  msgid "Subject:"
97
  msgstr "Тема:"
98
 
99
- #: contact_form.php:154
100
- #: contact_form.php:595
101
- #: contact_form.php:618
102
  msgid "Message:"
103
  msgstr "Сообщение:"
104
 
105
- #: contact_form.php:155
106
- #: contact_form.php:596
107
- #: contact_form.php:619
108
  msgid "Attachment:"
109
  msgstr "Прикрепить файл:"
110
 
111
- #: contact_form.php:156
112
- #: contact_form.php:205
113
- #: contact_form.php:597
114
- #: contact_form.php:620
115
  msgid "Send me a copy"
116
  msgstr "Отправить мне копию"
117
 
118
- #: contact_form.php:157
119
- #: contact_form.php:598
120
- #: contact_form.php:621
121
  msgid "Submit"
122
  msgstr "Отправить"
123
 
124
- #: contact_form.php:158
125
  msgid "Your name is required."
126
  msgstr "Ваше имя - это обязательное поле."
127
 
128
- #: contact_form.php:159
129
  msgid "Address is required."
130
  msgstr "Поле адреса - обязательное для заполнения."
131
 
132
- #: contact_form.php:160
133
  msgid "A valid email address is required."
134
  msgstr "Поле email адреса - обязательное для заполнения."
135
 
136
- #: contact_form.php:161
137
- #: contact_form.php:200
138
- #: contact_form.php:203
139
  msgid "Phone number is required."
140
  msgstr "Телефон - это обязательное поле."
141
 
142
- #: contact_form.php:162
143
- #: contact_form.php:199
144
- #: contact_form.php:202
145
  msgid "Subject is required."
146
  msgstr "Поле Тема - обязательное поле."
147
 
148
- #: contact_form.php:163
149
- #: contact_form.php:198
150
- #: contact_form.php:201
151
  msgid "Message text is required."
152
  msgstr "Поле Сообщение - обязательное поле."
153
 
154
- #: contact_form.php:164
155
  msgid "File format is not valid."
156
  msgstr "Прикрепленный тип файла не поддерживается"
157
 
158
- #: contact_form.php:165
 
 
 
 
 
 
 
 
 
 
 
 
159
  msgid "Please fill out the CAPTCHA."
160
  msgstr "Пожалуйста, заполните КАПЧУ."
161
 
162
- #: contact_form.php:166
163
  msgid "Please make corrections below and try again."
164
  msgstr "Пожалуйста, сделайте исправления в отмеченных полях ниже и повторите попытку."
165
 
166
- #: contact_form.php:168
167
  msgid "Thank you for contacting us."
168
  msgstr "Спасибо за контакт с нами."
169
 
170
- #: contact_form.php:409
171
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
172
  msgstr "Если опция 'Перейти на страницу \"выбран, то Урл поле должно быть заполнено в следующем формате"
173
 
174
- #: contact_form.php:418
175
  msgid "Such user does not exist. Settings are not saved."
176
  msgstr "Данный пользователь не найден. Настройки не сохранены"
177
 
178
- #: contact_form.php:423
179
- #: contact_form.php:429
180
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
181
  msgstr "Пожалуйста, введите корректный email для поля 'FROM'. Настройки не сохранены."
182
 
183
- #: contact_form.php:434
184
  msgid "Options saved."
185
  msgstr "Опции сохранены"
186
 
187
- #: contact_form.php:459
188
  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:"
189
  msgstr "Если вы хотите добавить Контактную Форму на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста или виджета:"
190
 
191
- #: contact_form.php:460
192
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
193
  msgstr "Если информация в полях ниже отсутствует, соощения будут оправлены на email адрес, который был указан при регистрации сайта."
194
 
195
- #: contact_form.php:464
196
  msgid "The user's email address:"
197
  msgstr "Email пользователя сайта:"
198
 
199
- #: contact_form.php:468
200
  msgid "Create a username"
201
  msgstr "Выберите имя пользователя"
202
 
203
- #: contact_form.php:473
204
  msgid "Enter a username of the person who should get the messages from the contact form."
205
  msgstr "Укажите логин пользователя, который будет получать сообщения контактной формы."
206
 
207
- #: contact_form.php:477
208
  msgid "Use this email address:"
209
  msgstr "Использовать этот email:"
210
 
211
- #: contact_form.php:480
212
  msgid "Enter the email address you want the messages forwarded to."
213
  msgstr "Укажите email адрес, на который будут отправляться сообщения."
214
 
215
- #: contact_form.php:484
216
  msgid "Additional options"
217
  msgstr "Дополнительные настройки"
218
 
219
- #: contact_form.php:487
220
  msgid "Display Attachment block"
221
  msgstr "Отобразить блок Прикрепить файл"
222
 
223
- #: contact_form.php:489
224
  msgid "Users can attach the following file formats"
225
  msgstr "Пользователи могут прикрепить файлы таких типов"
226
 
227
- #: contact_form.php:493
228
  msgid "Display Attachment tips"
229
  msgstr "Отобразить пояснения для блока Прикрепить файл"
230
 
231
- #: contact_form.php:495
232
  msgid "Display tips below the Attachment block"
233
  msgstr "Отобразить пояснения после блока Прикрепить файл"
234
 
235
- #: contact_form.php:499
236
  msgid "Display Send me a copy block"
237
  msgstr "Отобразить блок Отправить мне копию"
238
 
239
- #: contact_form.php:505
240
  msgid "What to use?"
241
  msgstr "Что использовать?"
242
 
243
- #: contact_form.php:508
244
  msgid "Wp-mail"
245
  msgstr "Wp-mail"
246
 
247
- #: contact_form.php:509
248
  msgid "You can use the wp_mail function for mailing"
249
  msgstr "Для отправки почты вы можете использовать функцию WordPress wp_mail"
250
 
251
- #: contact_form.php:515
252
  msgid "Mail"
253
  msgstr "Mail"
254
 
255
- #: contact_form.php:516
256
  msgid "To send mail you can use the php mail function"
257
  msgstr "Для отправки почты вы можете использовать функцию php mail"
258
 
259
- #: contact_form.php:520
260
  msgid "Change text of the 'FROM' field"
261
  msgstr "Изменить текст для поля ОТ в письме"
262
 
263
- #: contact_form.php:526
264
  msgid "Enter the email address in the 'From' field"
265
  msgstr "Выберите email для поля 'FROM' письма"
266
 
267
- #: contact_form.php:528
268
  msgid "The email address of the user who fills the form will be used in the field 'From'."
269
  msgstr "В поле \"From\" в письме будет использоваться электронная почта того пользователя, который заполняет форму."
270
 
271
- #: contact_form.php:530
272
  msgid "This email address will be used in the 'From' field."
273
  msgstr "В поле \"From\" в письме будет использоваться данная электронная почта."
274
 
275
- #: contact_form.php:534
276
  msgid "Display fields"
277
  msgstr "Отобразить поля"
278
 
279
- #: contact_form.php:536
280
- #: contact_form.php:544
281
- #: contact_form.php:1075
282
  msgid "Address"
283
  msgstr "Адрес"
284
 
285
- #: contact_form.php:537
286
- #: contact_form.php:546
287
- #: contact_form.php:1083
288
  msgid "Phone"
289
  msgstr "Телефон"
290
 
291
- #: contact_form.php:541
292
  msgid "Required fields"
293
  msgstr "Обязательные поля"
294
 
295
- #: contact_form.php:543
296
- #: contact_form.php:1070
297
  msgid "Name"
298
  msgstr "Имя"
299
 
300
- #: contact_form.php:545
301
  msgid "Email Address"
302
  msgstr "Email адрес"
303
 
304
- #: contact_form.php:547
305
- #: contact_form.php:1086
306
  msgid "Subject"
307
  msgstr "Тема"
308
 
309
- #: contact_form.php:548
310
- #: contact_form.php:1089
311
  msgid "Message"
312
  msgstr "Сообщение"
313
 
314
- #: contact_form.php:552
315
  msgid "Display additional info in the email"
316
  msgstr "Отображение дополнительной информации в письме"
317
 
318
- #: contact_form.php:557
319
- #: contact_form.php:1042
320
  msgid "Sent from (ip address)"
321
  msgstr "Отправлено от (ip адрес)"
322
 
323
- #: contact_form.php:558
324
- #: contact_form.php:1047
325
  msgid "Date/Time"
326
  msgstr "Дата/Время"
327
 
328
- #: contact_form.php:559
329
- #: contact_form.php:1052
330
  msgid "Sent from (referer)"
331
  msgstr "Пришло из (реферер)"
332
 
333
- #: contact_form.php:560
334
- #: contact_form.php:1057
335
  msgid "Using (user agent)"
336
  msgstr "Используя (user agent)"
337
 
338
- #: contact_form.php:564
339
  msgid "Language settings for the field names in the form"
340
  msgstr "Языковые настройки для названия полей в форме"
341
 
342
- #: contact_form.php:573
343
  msgid "Add a language"
344
  msgstr "Добавить язык"
345
 
346
- #: contact_form.php:577
347
  msgid "Change the names of the contact form fields and error messages"
348
  msgstr "Изменить названия полей контактной формы и сообщений об ошибках"
349
 
350
- #: contact_form.php:582
351
- #: contact_form.php:641
352
  msgid "English"
353
  msgstr "Английский"
354
 
355
- #: contact_form.php:599
356
- #: contact_form.php:622
357
  msgid "Error message for the Name field"
358
  msgstr "Сообщение об ошибке для поля Name"
359
 
360
- #: contact_form.php:600
361
- #: contact_form.php:623
362
  msgid "Error message for the Address field"
363
  msgstr "Сообщение об ошибке для поля Address"
364
 
365
- #: contact_form.php:601
366
- #: contact_form.php:624
367
  msgid "Error message for the Email field"
368
  msgstr "Сообщение об ошибке для поля Email"
369
 
370
- #: contact_form.php:602
371
- #: contact_form.php:625
372
  msgid "Error message for the Phone field"
373
  msgstr "Сообщение об ошибке для поля Phone"
374
 
375
- #: contact_form.php:603
376
- #: contact_form.php:626
377
  msgid "Error message for the Subject field"
378
  msgstr "Сообщение об ошибке для поля Subject"
379
 
380
- #: contact_form.php:604
381
- #: contact_form.php:627
382
  msgid "Error message for the Message field"
383
  msgstr "Сообщение об ошибке для поля Message"
384
 
385
- #: contact_form.php:605
386
- #: contact_form.php:628
387
- msgid "Error message for the Attachment field"
388
- msgstr "Сообщение об ошибке для поля Attachment"
389
 
390
- #: contact_form.php:606
391
- #: contact_form.php:629
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
392
  msgid "Error message for the Captcha field"
393
  msgstr "Сообщение об ошибке для поля Captcha"
394
 
395
- #: contact_form.php:607
396
- #: contact_form.php:630
397
  msgid "Error message for the whole form"
398
  msgstr "Сообщение об ошибке для всей формы"
399
 
400
- #: contact_form.php:608
401
- #: contact_form.php:631
402
- #: contact_form.php:650
403
- #: contact_form.php:656
404
  msgid "Use shortcode"
405
  msgstr "Использовать шорткод"
406
 
407
- #: contact_form.php:608
408
- #: contact_form.php:631
409
- #: contact_form.php:650
410
- #: contact_form.php:656
411
  msgid "for this language"
412
  msgstr "для данного языка"
413
 
414
- #: contact_form.php:638
415
  msgid "Action after email is sent"
416
  msgstr "Действие после отправки письма"
417
 
418
- #: contact_form.php:640
419
  msgid "Display text"
420
  msgstr "Отобразить текст"
421
 
422
- #: contact_form.php:649
423
- #: contact_form.php:655
424
  msgid "Text"
425
  msgstr "Текст"
426
 
427
- #: contact_form.php:662
428
  msgid "Redirect to the page"
429
  msgstr "Перенаправление на страницу"
430
 
431
- #: contact_form.php:663
432
  msgid "Url"
433
  msgstr "Урл"
434
 
435
- #: contact_form.php:668
436
  msgid "Save Changes"
437
  msgstr "Save Changes"
438
 
439
- #: contact_form.php:717
440
  msgid "Sorry, email message could not be delivered."
441
  msgstr "Извините, ваш email не может быть отправлен."
442
 
443
- #: contact_form.php:801
444
  msgid "You can attach the following file formats"
445
  msgstr "Пользователи могут прикрепить файлы таких типов"
446
 
447
- #: contact_form.php:1065
448
  msgid "Contact from"
449
  msgstr "Контактная Форма"
450
 
451
- #: contact_form.php:1078
452
  msgid "Email"
453
  msgstr "Email"
454
 
455
- #: contact_form.php:1092
456
  msgid "Site"
457
  msgstr "Сайт"
458
 
459
- #: contact_form.php:1143
460
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
461
  msgstr "Если вы можете видеть этот MIME значит ваш почтовый клиент не поддерживает MIME тип!"
462
 
463
- #: contact_form.php:1196
464
  msgid "FAQ"
465
  msgstr "FAQ"
466
 
467
- #: contact_form.php:1197
468
  msgid "Support"
469
  msgstr "Поддержка"
470
 
471
- #: contact_form.php:1243
472
  msgid "Are you sure that you want to delete this language data?"
473
  msgstr "Вы действительно хотите удалить данные для этого языка?"
474
 
@@ -488,6 +534,4 @@ msgstr "Вы действительно хотите удалить данные
488
  #~ msgstr "Телефон"
489
  #~ msgid "Install Now"
490
  #~ msgstr "Установить сейчас"
491
- #~ msgid "BWS Plugins"
492
- #~ msgstr "Плагины BWS"
493
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-27 16:07+0300\n"
6
+ "PO-Revision-Date: 2013-05-27 16:10+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:100
20
+ msgid "Pro plugins"
21
+ msgstr "Pro плагины"
22
+
23
+ #: contact_form.php:103
24
+ #: contact_form.php:129
25
  msgid "Activated plugins"
26
  msgstr "Активированные плагины"
27
 
28
+ #: contact_form.php:105
29
+ #: contact_form.php:113
30
+ #: contact_form.php:121
31
+ #: contact_form.php:131
32
+ #: contact_form.php:139
33
+ #: contact_form.php:147
34
  msgid "Read more"
35
  msgstr "Читать далее"
36
 
37
+ #: contact_form.php:105
38
+ #: contact_form.php:131
39
+ #: contact_form.php:1286
40
+ #: contact_form.php:1295
41
  msgid "Settings"
42
  msgstr "Настройки"
43
 
44
+ #: contact_form.php:111
45
+ #: contact_form.php:137
46
  msgid "Installed plugins"
47
  msgstr "Установленные плагины"
48
 
49
+ #: contact_form.php:119
50
+ #: contact_form.php:145
51
  msgid "Recommended plugins"
52
  msgstr "Рекомендованные к установке плагины"
53
 
54
+ #: contact_form.php:121
55
+ msgid "Purchase"
56
+ msgstr "Купить"
57
+
58
+ #: contact_form.php:126
59
+ msgid "Free plugins"
60
+ msgstr "Бесплатные плагины"
61
+
62
+ #: contact_form.php:147
63
  msgid "Download"
64
  msgstr "Скачать"
65
 
66
+ #: contact_form.php:147
67
  #, php-format
68
  msgid "Install %s"
69
  msgstr "Установлено %s"
70
 
71
+ #: contact_form.php:147
72
  msgid "Install now from wordpress.org"
73
  msgstr "Установить с wordpress.org"
74
 
75
+ #: contact_form.php:152
76
  msgid "If you have any questions, please contact us via"
77
  msgstr "Если у вас есть какие-то вопросы, обращайтесь на"
78
 
79
+ #: contact_form.php:161
80
+ #: contact_form.php:526
81
  msgid "Contact Form Options"
82
  msgstr "Настройки Контактной Формы"
83
 
84
+ #: contact_form.php:161
85
  msgid "Contact Form"
86
  msgstr "Контактная Форма"
87
 
88
+ #: contact_form.php:200
89
+ #: contact_form.php:662
90
+ #: contact_form.php:688
91
  msgid "Name:"
92
  msgstr "Имя:"
93
 
94
+ #: contact_form.php:201
95
+ #: contact_form.php:663
96
+ #: contact_form.php:689
97
  msgid "Address:"
98
  msgstr "Адрес:"
99
 
100
+ #: contact_form.php:202
101
+ #: contact_form.php:664
102
+ #: contact_form.php:690
103
  msgid "Email Address:"
104
  msgstr "E-mail адрес:"
105
 
106
+ #: contact_form.php:203
107
+ #: contact_form.php:665
108
+ #: contact_form.php:691
109
  msgid "Phone number:"
110
  msgstr "Телефон:"
111
 
112
+ #: contact_form.php:204
113
+ #: contact_form.php:666
114
+ #: contact_form.php:692
115
  msgid "Subject:"
116
  msgstr "Тема:"
117
 
118
+ #: contact_form.php:205
119
+ #: contact_form.php:667
120
+ #: contact_form.php:693
121
  msgid "Message:"
122
  msgstr "Сообщение:"
123
 
124
+ #: contact_form.php:206
125
+ #: contact_form.php:668
126
+ #: contact_form.php:694
127
  msgid "Attachment:"
128
  msgstr "Прикрепить файл:"
129
 
130
+ #: contact_form.php:207
131
+ #: contact_form.php:262
132
+ #: contact_form.php:669
133
+ #: contact_form.php:695
134
  msgid "Send me a copy"
135
  msgstr "Отправить мне копию"
136
 
137
+ #: contact_form.php:208
138
+ #: contact_form.php:670
139
+ #: contact_form.php:696
140
  msgid "Submit"
141
  msgstr "Отправить"
142
 
143
+ #: contact_form.php:209
144
  msgid "Your name is required."
145
  msgstr "Ваше имя - это обязательное поле."
146
 
147
+ #: contact_form.php:210
148
  msgid "Address is required."
149
  msgstr "Поле адреса - обязательное для заполнения."
150
 
151
+ #: contact_form.php:211
152
  msgid "A valid email address is required."
153
  msgstr "Поле email адреса - обязательное для заполнения."
154
 
155
+ #: contact_form.php:212
156
+ #: contact_form.php:257
157
+ #: contact_form.php:260
158
  msgid "Phone number is required."
159
  msgstr "Телефон - это обязательное поле."
160
 
161
+ #: contact_form.php:213
162
+ #: contact_form.php:256
163
+ #: contact_form.php:259
164
  msgid "Subject is required."
165
  msgstr "Поле Тема - обязательное поле."
166
 
167
+ #: contact_form.php:214
168
+ #: contact_form.php:255
169
+ #: contact_form.php:258
170
  msgid "Message text is required."
171
  msgstr "Поле Сообщение - обязательное поле."
172
 
173
+ #: contact_form.php:215
174
  msgid "File format is not valid."
175
  msgstr "Прикрепленный тип файла не поддерживается"
176
 
177
+ #: contact_form.php:216
178
+ msgid "File upload error."
179
+ msgstr "Ошибка загрузки файла."
180
+
181
+ #: contact_form.php:217
182
+ msgid "The file could not be uploaded."
183
+ msgstr "Невозможно загрузить файл."
184
+
185
+ #: contact_form.php:218
186
+ msgid "This file is too large."
187
+ msgstr "Размер файла слишком большой."
188
+
189
+ #: contact_form.php:219
190
  msgid "Please fill out the CAPTCHA."
191
  msgstr "Пожалуйста, заполните КАПЧУ."
192
 
193
+ #: contact_form.php:220
194
  msgid "Please make corrections below and try again."
195
  msgstr "Пожалуйста, сделайте исправления в отмеченных полях ниже и повторите попытку."
196
 
197
+ #: contact_form.php:222
198
  msgid "Thank you for contacting us."
199
  msgstr "Спасибо за контакт с нами."
200
 
201
+ #: contact_form.php:481
202
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
203
  msgstr "Если опция 'Перейти на страницу \"выбран, то Урл поле должно быть заполнено в следующем формате"
204
 
205
+ #: contact_form.php:490
206
  msgid "Such user does not exist. Settings are not saved."
207
  msgstr "Данный пользователь не найден. Настройки не сохранены"
208
 
209
+ #: contact_form.php:495
210
+ #: contact_form.php:501
211
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
212
  msgstr "Пожалуйста, введите корректный email для поля 'FROM'. Настройки не сохранены."
213
 
214
+ #: contact_form.php:506
215
  msgid "Options saved."
216
  msgstr "Опции сохранены"
217
 
218
+ #: contact_form.php:531
219
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
220
  msgstr "Если вы хотите добавить Контактную Форму на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста или виджета:"
221
 
222
+ #: contact_form.php:532
223
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
224
  msgstr "Если информация в полях ниже отсутствует, соощения будут оправлены на email адрес, который был указан при регистрации сайта."
225
 
226
+ #: contact_form.php:536
227
  msgid "The user's email address:"
228
  msgstr "Email пользователя сайта:"
229
 
230
+ #: contact_form.php:540
231
  msgid "Create a username"
232
  msgstr "Выберите имя пользователя"
233
 
234
+ #: contact_form.php:545
235
  msgid "Enter a username of the person who should get the messages from the contact form."
236
  msgstr "Укажите логин пользователя, который будет получать сообщения контактной формы."
237
 
238
+ #: contact_form.php:549
239
  msgid "Use this email address:"
240
  msgstr "Использовать этот email:"
241
 
242
+ #: contact_form.php:552
243
  msgid "Enter the email address you want the messages forwarded to."
244
  msgstr "Укажите email адрес, на который будут отправляться сообщения."
245
 
246
+ #: contact_form.php:556
247
  msgid "Additional options"
248
  msgstr "Дополнительные настройки"
249
 
250
+ #: contact_form.php:559
251
  msgid "Display Attachment block"
252
  msgstr "Отобразить блок Прикрепить файл"
253
 
254
+ #: contact_form.php:561
255
  msgid "Users can attach the following file formats"
256
  msgstr "Пользователи могут прикрепить файлы таких типов"
257
 
258
+ #: contact_form.php:565
259
  msgid "Display Attachment tips"
260
  msgstr "Отобразить пояснения для блока Прикрепить файл"
261
 
262
+ #: contact_form.php:567
263
  msgid "Display tips below the Attachment block"
264
  msgstr "Отобразить пояснения после блока Прикрепить файл"
265
 
266
+ #: contact_form.php:571
267
  msgid "Display Send me a copy block"
268
  msgstr "Отобразить блок Отправить мне копию"
269
 
270
+ #: contact_form.php:577
271
  msgid "What to use?"
272
  msgstr "Что использовать?"
273
 
274
+ #: contact_form.php:580
275
  msgid "Wp-mail"
276
  msgstr "Wp-mail"
277
 
278
+ #: contact_form.php:581
279
  msgid "You can use the wp_mail function for mailing"
280
  msgstr "Для отправки почты вы можете использовать функцию WordPress wp_mail"
281
 
282
+ #: contact_form.php:587
283
  msgid "Mail"
284
  msgstr "Mail"
285
 
286
+ #: contact_form.php:588
287
  msgid "To send mail you can use the php mail function"
288
  msgstr "Для отправки почты вы можете использовать функцию php mail"
289
 
290
+ #: contact_form.php:592
291
  msgid "Change text of the 'FROM' field"
292
  msgstr "Изменить текст для поля ОТ в письме"
293
 
294
+ #: contact_form.php:598
295
  msgid "Enter the email address in the 'From' field"
296
  msgstr "Выберите email для поля 'FROM' письма"
297
 
298
+ #: contact_form.php:600
299
  msgid "The email address of the user who fills the form will be used in the field 'From'."
300
  msgstr "В поле \"From\" в письме будет использоваться электронная почта того пользователя, который заполняет форму."
301
 
302
+ #: contact_form.php:602
303
  msgid "This email address will be used in the 'From' field."
304
  msgstr "В поле \"From\" в письме будет использоваться данная электронная почта."
305
 
306
+ #: contact_form.php:606
307
  msgid "Display fields"
308
  msgstr "Отобразить поля"
309
 
310
+ #: contact_form.php:608
311
+ #: contact_form.php:616
312
+ #: contact_form.php:1175
313
  msgid "Address"
314
  msgstr "Адрес"
315
 
316
+ #: contact_form.php:609
317
+ #: contact_form.php:618
318
+ #: contact_form.php:1183
319
  msgid "Phone"
320
  msgstr "Телефон"
321
 
322
+ #: contact_form.php:613
323
  msgid "Required fields"
324
  msgstr "Обязательные поля"
325
 
326
+ #: contact_form.php:615
327
+ #: contact_form.php:1170
328
  msgid "Name"
329
  msgstr "Имя"
330
 
331
+ #: contact_form.php:617
332
  msgid "Email Address"
333
  msgstr "Email адрес"
334
 
335
+ #: contact_form.php:619
336
+ #: contact_form.php:1186
337
  msgid "Subject"
338
  msgstr "Тема"
339
 
340
+ #: contact_form.php:620
341
+ #: contact_form.php:1189
342
  msgid "Message"
343
  msgstr "Сообщение"
344
 
345
+ #: contact_form.php:624
346
  msgid "Display additional info in the email"
347
  msgstr "Отображение дополнительной информации в письме"
348
 
349
+ #: contact_form.php:629
350
+ #: contact_form.php:1142
351
  msgid "Sent from (ip address)"
352
  msgstr "Отправлено от (ip адрес)"
353
 
354
+ #: contact_form.php:630
355
+ #: contact_form.php:1147
356
  msgid "Date/Time"
357
  msgstr "Дата/Время"
358
 
359
+ #: contact_form.php:631
360
+ #: contact_form.php:1152
361
  msgid "Sent from (referer)"
362
  msgstr "Пришло из (реферер)"
363
 
364
+ #: contact_form.php:632
365
+ #: contact_form.php:1157
366
  msgid "Using (user agent)"
367
  msgstr "Используя (user agent)"
368
 
369
+ #: contact_form.php:636
370
  msgid "Language settings for the field names in the form"
371
  msgstr "Языковые настройки для названия полей в форме"
372
 
373
+ #: contact_form.php:645
374
  msgid "Add a language"
375
  msgstr "Добавить язык"
376
 
377
+ #: contact_form.php:649
378
  msgid "Change the names of the contact form fields and error messages"
379
  msgstr "Изменить названия полей контактной формы и сообщений об ошибках"
380
 
381
+ #: contact_form.php:654
382
+ #: contact_form.php:719
383
  msgid "English"
384
  msgstr "Английский"
385
 
386
+ #: contact_form.php:671
387
+ #: contact_form.php:697
388
  msgid "Error message for the Name field"
389
  msgstr "Сообщение об ошибке для поля Name"
390
 
391
+ #: contact_form.php:672
392
+ #: contact_form.php:698
393
  msgid "Error message for the Address field"
394
  msgstr "Сообщение об ошибке для поля Address"
395
 
396
+ #: contact_form.php:673
397
+ #: contact_form.php:699
398
  msgid "Error message for the Email field"
399
  msgstr "Сообщение об ошибке для поля Email"
400
 
401
+ #: contact_form.php:674
402
+ #: contact_form.php:700
403
  msgid "Error message for the Phone field"
404
  msgstr "Сообщение об ошибке для поля Phone"
405
 
406
+ #: contact_form.php:675
407
+ #: contact_form.php:701
408
  msgid "Error message for the Subject field"
409
  msgstr "Сообщение об ошибке для поля Subject"
410
 
411
+ #: contact_form.php:676
412
+ #: contact_form.php:702
413
  msgid "Error message for the Message field"
414
  msgstr "Сообщение об ошибке для поля Message"
415
 
416
+ #: contact_form.php:677
417
+ #: contact_form.php:703
418
+ msgid "Error message about the file type for the Attachment field"
419
+ msgstr "Сообщение об ошибке о типе файла для поля Attachment"
420
 
421
+ #: contact_form.php:678
422
+ #: contact_form.php:704
423
+ msgid "Error message while uploading a file for the Attachment field to the server"
424
+ msgstr "Сообщение об ошибке при загрузке файла на сервер для поля Attachment"
425
+
426
+ #: contact_form.php:679
427
+ #: contact_form.php:705
428
+ msgid "Error message while moving the file for the Attachment field"
429
+ msgstr "Сообщение об ошибке при перемещении файла для поля Attachment"
430
+
431
+ #: contact_form.php:680
432
+ #: contact_form.php:706
433
+ msgid "Error message when file size limit for the Attachment field is exceeded"
434
+ msgstr "Сообщение об ошибке когда размер файла превышает размер разрешенного сервером для поля Attachment"
435
+
436
+ #: contact_form.php:681
437
+ #: contact_form.php:707
438
  msgid "Error message for the Captcha field"
439
  msgstr "Сообщение об ошибке для поля Captcha"
440
 
441
+ #: contact_form.php:682
442
+ #: contact_form.php:708
443
  msgid "Error message for the whole form"
444
  msgstr "Сообщение об ошибке для всей формы"
445
 
446
+ #: contact_form.php:683
447
+ #: contact_form.php:709
448
+ #: contact_form.php:728
449
+ #: contact_form.php:734
450
  msgid "Use shortcode"
451
  msgstr "Использовать шорткод"
452
 
453
+ #: contact_form.php:683
454
+ #: contact_form.php:709
455
+ #: contact_form.php:728
456
+ #: contact_form.php:734
457
  msgid "for this language"
458
  msgstr "для данного языка"
459
 
460
+ #: contact_form.php:716
461
  msgid "Action after email is sent"
462
  msgstr "Действие после отправки письма"
463
 
464
+ #: contact_form.php:718
465
  msgid "Display text"
466
  msgstr "Отобразить текст"
467
 
468
+ #: contact_form.php:727
469
+ #: contact_form.php:733
470
  msgid "Text"
471
  msgstr "Текст"
472
 
473
+ #: contact_form.php:740
474
  msgid "Redirect to the page"
475
  msgstr "Перенаправление на страницу"
476
 
477
+ #: contact_form.php:741
478
  msgid "Url"
479
  msgstr "Урл"
480
 
481
+ #: contact_form.php:746
482
  msgid "Save Changes"
483
  msgstr "Save Changes"
484
 
485
+ #: contact_form.php:795
486
  msgid "Sorry, email message could not be delivered."
487
  msgstr "Извините, ваш email не может быть отправлен."
488
 
489
+ #: contact_form.php:879
490
  msgid "You can attach the following file formats"
491
  msgstr "Пользователи могут прикрепить файлы таких типов"
492
 
493
+ #: contact_form.php:1165
494
  msgid "Contact from"
495
  msgstr "Контактная Форма"
496
 
497
+ #: contact_form.php:1178
498
  msgid "Email"
499
  msgstr "Email"
500
 
501
+ #: contact_form.php:1192
502
  msgid "Site"
503
  msgstr "Сайт"
504
 
505
+ #: contact_form.php:1243
506
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
507
  msgstr "Если вы можете видеть этот MIME значит ваш почтовый клиент не поддерживает MIME тип!"
508
 
509
+ #: contact_form.php:1296
510
  msgid "FAQ"
511
  msgstr "FAQ"
512
 
513
+ #: contact_form.php:1297
514
  msgid "Support"
515
  msgstr "Поддержка"
516
 
517
+ #: contact_form.php:1345
518
  msgid "Are you sure that you want to delete this language data?"
519
  msgstr "Вы действительно хотите удалить данные для этого языка?"
520
 
534
  #~ msgstr "Телефон"
535
  #~ msgid "Install Now"
536
  #~ msgstr "Установить сейчас"
 
 
537
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10
4
  Tags: Contact Form, text, contact, form, contacts, contact form, request, contact me, feedback form, feedback, contact button, contact form plugin, contacts form plugin, attachment, send, copy, attachment, send copy
5
  Requires at least: 2.9
6
  Tested up to: 3.5.1
7
- Stable tag: 3.44
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -103,6 +103,12 @@ Here is an example for the German language files.
103
 
104
  5. If everything is done properly all lines will be in German in the admin panel and in the front-end.
105
 
 
 
 
 
 
 
106
  == Screenshots ==
107
 
108
  1. Contact Form display.
@@ -113,6 +119,11 @@ Here is an example for the German language files.
113
 
114
  == Changelog ==
115
 
 
 
 
 
 
116
  = V3.44 - 16.05.2013 =
117
  * NEW : Added email adress as additiional form field.
118
  * Bugfix : We fixed the bug of adding an attachment.
@@ -314,6 +325,9 @@ Here is an example for the German language files.
314
 
315
  == Upgrade Notice ==
316
 
 
 
 
317
  = V3.44 =
318
  Added email adress as additiional form field. We fixed the bug of adding an attachment.
319
 
4
  Tags: Contact Form, text, contact, form, contacts, contact form, request, contact me, feedback form, feedback, contact button, contact form plugin, contacts form plugin, attachment, send, copy, attachment, send copy
5
  Requires at least: 2.9
6
  Tested up to: 3.5.1
7
+ Stable tag: 3.45
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
103
 
104
  5. If everything is done properly all lines will be in German in the admin panel and in the front-end.
105
 
106
+ = How to add the contact form not in English? =
107
+
108
+ 1. Add a language in the block "Language settings for the field names in the form" on the plugin settings page.
109
+ 2. Mark the check box (if it's not marked yet) in the block "Change the names of the contact form fields and error messages", choose the necessary tab and fill in the fields. Choose the necessary tab in the block "Action after email is sent" as well and fill in the field. Save the changes.
110
+ 3. You will see the shortcode under the tab with the necessary language. Please paste that shortcode to the page or post.
111
+
112
  == Screenshots ==
113
 
114
  1. Contact Form display.
119
 
120
  == Changelog ==
121
 
122
+ = V3.45 - 27.05.2013 =
123
+ * Bugfix : The error related to use function 'get_userdatabylogin' instead 'get_user_by('login')' is fixed.
124
+ * Update : BWS plugins section is updated.
125
+ * Update : We updated the Italian, the French and the Brazilian Portuguese language files in the plugin.
126
+
127
  = V3.44 - 16.05.2013 =
128
  * NEW : Added email adress as additiional form field.
129
  * Bugfix : We fixed the bug of adding an attachment.
325
 
326
  == Upgrade Notice ==
327
 
328
+ = V3.45 =
329
+ The error related to use function 'get_userdatabylogin' instead 'get_user_by('login')' is fixed. BWS plugins section is updated. We updated the Italian, the French and the Brazilian Portuguese language files in the plugin.
330
+
331
  = V3.44 =
332
  Added email adress as additiional form field. We fixed the bug of adding an attachment.
333