Contact Form by BestWebSoft - Version 3.30

Version Description

  • 19.12.2012 =
  • Bugfix : The error related to extra "rn" in the user email address when using WP_mail and in the Name field when using php_mail was fixed.
  • Update : We updated all functionality for wordpress 3.5.
Download this release

Release Info

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

Code changes from version 3.29 to 3.30

Files changed (52) hide show
  1. contact_form.php +31 -34
  2. languages/contact_form-ar.mo +0 -0
  3. languages/contact_form-ar.po +6 -6
  4. languages/contact_form-bg_BG.mo +0 -0
  5. languages/contact_form-bg_BG.po +6 -6
  6. languages/contact_form-cs_CZ.mo +0 -0
  7. languages/contact_form-cs_CZ.po +6 -6
  8. languages/contact_form-da_DK.mo +0 -0
  9. languages/contact_form-da_DK.po +6 -6
  10. languages/contact_form-de_DE.mo +0 -0
  11. languages/contact_form-de_DE.po +6 -6
  12. languages/contact_form-el_GR.mo +0 -0
  13. languages/contact_form-el_GR.po +6 -6
  14. languages/contact_form-es_ES.mo +0 -0
  15. languages/contact_form-es_ES.po +6 -6
  16. languages/contact_form-fa_IR.mo +0 -0
  17. languages/contact_form-fa_IR.po +6 -6
  18. languages/contact_form-fr_FR.mo +0 -0
  19. languages/contact_form-fr_FR.po +39 -40
  20. languages/contact_form-gl_ES.mo +0 -0
  21. languages/contact_form-gl_ES.po +6 -6
  22. languages/contact_form-he_IL.mo +0 -0
  23. languages/contact_form-he_IL.po +6 -6
  24. languages/contact_form-hi_IN.mo +0 -0
  25. languages/contact_form-hi_IN.po +6 -6
  26. languages/contact_form-it_IT.mo +0 -0
  27. languages/contact_form-it_IT.po +6 -6
  28. languages/contact_form-ja.mo +0 -0
  29. languages/contact_form-ja.po +6 -6
  30. languages/contact_form-lt_LT.mo +0 -0
  31. languages/contact_form-lt_LT.po +6 -6
  32. languages/contact_form-nb_NO.mo +0 -0
  33. languages/contact_form-nb_NO.po +6 -6
  34. languages/contact_form-nl_NL.mo +0 -0
  35. languages/contact_form-nl_NL.po +6 -6
  36. languages/contact_form-pl_PL.mo +0 -0
  37. languages/contact_form-pl_PL.po +6 -6
  38. languages/contact_form-pt_BR.mo +0 -0
  39. languages/contact_form-pt_BR.po +6 -6
  40. languages/contact_form-pt_PT.mo +0 -0
  41. languages/contact_form-pt_PT.po +6 -6
  42. languages/contact_form-ro_RO.mo +0 -0
  43. languages/contact_form-ro_RO.po +6 -6
  44. languages/contact_form-ru_RU.mo +0 -0
  45. languages/contact_form-ru_RU.po +28 -28
  46. languages/contact_form-sr_RS.mo +0 -0
  47. languages/contact_form-sr_RS.po +6 -6
  48. languages/contact_form-sv_SE.mo +0 -0
  49. languages/contact_form-sv_SE.po +6 -6
  50. languages/contact_form-tr_TR.mo +0 -0
  51. languages/contact_form-tr_TR.po +6 -6
  52. readme.txt +13 -4
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.29
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
@@ -43,7 +43,8 @@ if( ! function_exists( 'bws_add_menu_render' ) ) {
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
  );
48
  foreach($array_plugins as $plugins) {
49
  if( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
@@ -730,7 +731,7 @@ if( ! function_exists( 'cntctfrm_display_form' ) ) {
730
  }
731
 
732
  $content .= '<div style="text-align: left; padding-top: 8px;">
733
- <input type="hidden" value="send" name="cntctfrm_contact_action"><input type="hidden" value="Version: 3.29" />
734
  <input type="hidden" value="'.$lang.'" name="cntctfrm_language">
735
  <input type="submit" value="'. $cntctfrm_options['cntctfrm_submit_label'][$lang]. '" style="cursor: pointer; margin: 0pt; text-align: center;margin-bottom:10px;" />
736
  </div>
@@ -979,14 +980,14 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
979
  ';
980
  if( $cntctfrm_options['cntctfrm_mail_method'] == 'wp-mail' ){
981
  // To send HTML mail, the Content-type header must be set
982
- $headers = 'MIME-Version: 1.0' . "\r\n";
983
- $headers .= 'Content-type: text/html; charset=utf-8' . "\r\n";
984
 
985
  // Additional headers
986
  if( 'custom' == $cntctfrm_options['cntctfrm_from_email'] )
987
- $headers .= 'From: '.stripslashes( $cntctfrm_options['cntctfrm_custom_from_email'] ). '\r\n';
988
  else
989
- $headers .= 'From: '.stripslashes( $_REQUEST['cntctfrm_contact_email'] ). '\r\n';
990
  if( $cntctfrm_options['cntctfrm_attachment'] == 1 && isset($_FILES["cntctfrm_contact_attachment"]["tmp_name"]) && $_FILES["cntctfrm_contact_attachment"]["tmp_name"] != "") {
991
  $attachments = array( $path_of_uploaded_file );
992
  }
@@ -1005,48 +1006,44 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
1005
 
1006
  // Additional headers
1007
  if( 'custom' == $cntctfrm_options['cntctfrm_from_email'] )
1008
- $headers .= 'From: '.stripslashes( $cntctfrm_options['cntctfrm_from_field'] ).' <'.stripslashes( $cntctfrm_options['cntctfrm_custom_from_email'] ). '>\r\n';
1009
  else
1010
- $headers .= 'From: '.stripslashes( $cntctfrm_options['cntctfrm_from_field'] ).' <'.stripslashes( $_REQUEST['cntctfrm_contact_email'] ). '>\r\n';
1011
 
1012
  $bound_text = "jimmyP123";
1013
 
1014
- $bound = "--".$bound_text."\r\n";
1015
 
1016
- $bound_last = "--".$bound_text."--\r\n";
1017
 
1018
- $headers .= "MIME-Version: 1.0\r\n"
1019
- ."Content-Type: multipart/mixed; boundary=\"$bound_text\"";
1020
 
1021
- $message = __( "If you can see this MIME than your client doesn't accept MIME types!", "contact_form" ) . "\r\n"
1022
- .$bound;
1023
 
1024
-
1025
- $message .= "Content-Type: text/html; charset=\"utf-8\"\r\n"
1026
- ."Content-Transfer-Encoding: 7bit\r\n\r\n"
1027
- ."".$message_block."\r\n"
1028
- .$bound;
1029
-
1030
  $file = file_get_contents($path_of_uploaded_file);
1031
- $path_info = pathinfo( $path_of_uploaded_file );
1032
-
1033
- $message .= "Content-Type: ".$path_info['extension']."; name=\"".basename( $path_of_uploaded_file )."\"\r\n"
1034
- ."Content-Transfer-Encoding: base64\r\n"
1035
- ."Content-disposition: attachment; file=\"".basename( $path_of_uploaded_file )."\"\r\n"
1036
- ."\r\n"
1037
- .chunk_split( base64_encode( $file ) )
1038
- .$bound_last;
1039
  }
1040
  else {
1041
  // To send HTML mail, the Content-type header must be set
1042
- $headers = 'MIME-Version: 1.0' . "\r\n";
1043
- $headers .= 'Content-type: text/html; charset=utf-8' . "\r\n";
1044
 
1045
  // Additional headers
1046
  if( 'custom' == $cntctfrm_options['cntctfrm_from_email'] )
1047
- $headers .= 'From: '.stripslashes( $cntctfrm_options['cntctfrm_from_field'] ).' <'.stripslashes( $cntctfrm_options['cntctfrm_custom_from_email'] ). '>\r\n';
1048
  else
1049
- $headers .= 'From: '.stripslashes( $cntctfrm_options['cntctfrm_from_field'] ).' <'.stripslashes( $_REQUEST['cntctfrm_contact_email'] ). '>\r\n';
1050
  }
1051
  if( isset( $_REQUEST['cntctfrm_contact_send_copy'] ) && $_REQUEST['cntctfrm_contact_send_copy'] == 1 )
1052
  @mail( stripslashes( $_REQUEST['cntctfrm_contact_email'] ), stripslashes( strip_tags( $subject ) ), stripslashes( $message ), $headers );
@@ -1112,7 +1109,7 @@ function cntctfrm_sanitize_string($string, $preserve_space = 0 ) {
1112
  if ( ! function_exists ( 'cntctfrm_plugin_init' ) ) {
1113
  function cntctfrm_plugin_init() {
1114
  if ( ! session_id() )
1115
- session_start();
1116
  load_plugin_textdomain( 'contact_form', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
1117
  }
1118
  } // end function cntctfrm_plugin_init
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: Plugin for Contact Form.
6
  Author: BestWebSoft
7
+ Version: 3.30
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
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( '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' )
48
  );
49
  foreach($array_plugins as $plugins) {
50
  if( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
731
  }
732
 
733
  $content .= '<div style="text-align: left; padding-top: 8px;">
734
+ <input type="hidden" value="send" name="cntctfrm_contact_action"><input type="hidden" value="Version: 3.30" />
735
  <input type="hidden" value="'.$lang.'" name="cntctfrm_language">
736
  <input type="submit" value="'. $cntctfrm_options['cntctfrm_submit_label'][$lang]. '" style="cursor: pointer; margin: 0pt; text-align: center;margin-bottom:10px;" />
737
  </div>
980
  ';
981
  if( $cntctfrm_options['cntctfrm_mail_method'] == 'wp-mail' ){
982
  // To send HTML mail, the Content-type header must be set
983
+ $headers = 'MIME-Version: 1.0' . "\n";
984
+ $headers .= 'Content-type: text/html; charset=utf-8' . "\n";
985
 
986
  // Additional headers
987
  if( 'custom' == $cntctfrm_options['cntctfrm_from_email'] )
988
+ $headers .= 'From: '.stripslashes( $cntctfrm_options['cntctfrm_custom_from_email'] ). '';
989
  else
990
+ $headers .= 'From: '.stripslashes( $_REQUEST['cntctfrm_contact_email'] ). '';
991
  if( $cntctfrm_options['cntctfrm_attachment'] == 1 && isset($_FILES["cntctfrm_contact_attachment"]["tmp_name"]) && $_FILES["cntctfrm_contact_attachment"]["tmp_name"] != "") {
992
  $attachments = array( $path_of_uploaded_file );
993
  }
1006
 
1007
  // Additional headers
1008
  if( 'custom' == $cntctfrm_options['cntctfrm_from_email'] )
1009
+ $headers .= 'From: '.stripslashes( $cntctfrm_options['cntctfrm_from_field'] ).' <'.stripslashes( $cntctfrm_options['cntctfrm_custom_from_email'] ). '>\n';
1010
  else
1011
+ $headers .= 'From: '.stripslashes( $cntctfrm_options['cntctfrm_from_field'] ).' <'.stripslashes( $_REQUEST['cntctfrm_contact_email'] ). '>\n';
1012
 
1013
  $bound_text = "jimmyP123";
1014
 
1015
+ $bound = "--".$bound_text."";
1016
 
1017
+ $bound_last = "--".$bound_text."--";
1018
 
1019
+ $headers .= "MIME-Version: 1.0\n".
1020
+ "Content-Type: multipart/mixed; boundary=\"$bound_text\"";
1021
 
1022
+ $message = __( "If you can see this MIME than your client doesn't accept MIME types!", "contact_form" ) . "\n";
 
1023
 
1024
+ $message .= $bound."\n" . "Content-Type: text/html; charset=\"utf-8\"\n" .
1025
+ "Content-Transfer-Encoding: 7bit\n\n" . $message_block . "\n\n";
1026
+
1027
+
 
 
1028
  $file = file_get_contents($path_of_uploaded_file);
1029
+ $message .= $bound."\n";
1030
+
1031
+ $message .= "Content-Type: application/octet-stream; name=\"".basename($path_of_uploaded_file)."\"\n" .
1032
+ "Content-Description: ".basename($path_of_uploaded_file)."\n" .
1033
+ "Content-Disposition: attachment;\n" . " filename=\"".basename($path_of_uploaded_file)."\"; size=".filesize($path_of_uploaded_file).";\n" .
1034
+ "Content-Transfer-Encoding: base64\n\n" . chunk_split( base64_encode( $file ) ) . "\n\n";
1035
+ $message .= $bound_last;
 
1036
  }
1037
  else {
1038
  // To send HTML mail, the Content-type header must be set
1039
+ $headers = 'MIME-Version: 1.0' . "\n";
1040
+ $headers .= 'Content-type: text/html; charset=utf-8' . "\n";
1041
 
1042
  // Additional headers
1043
  if( 'custom' == $cntctfrm_options['cntctfrm_from_email'] )
1044
+ $headers .= 'From: '.stripslashes( $cntctfrm_options['cntctfrm_from_field'] ).' <'.stripslashes( $cntctfrm_options['cntctfrm_custom_from_email'] ). '>\n';
1045
  else
1046
+ $headers .= 'From: '.stripslashes( $cntctfrm_options['cntctfrm_from_field'] ).' <'.stripslashes( $_REQUEST['cntctfrm_contact_email'] ). '>\n';
1047
  }
1048
  if( isset( $_REQUEST['cntctfrm_contact_send_copy'] ) && $_REQUEST['cntctfrm_contact_send_copy'] == 1 )
1049
  @mail( stripslashes( $_REQUEST['cntctfrm_contact_email'] ), stripslashes( strip_tags( $subject ) ), stripslashes( $message ), $headers );
1109
  if ( ! function_exists ( 'cntctfrm_plugin_init' ) ) {
1110
  function cntctfrm_plugin_init() {
1111
  if ( ! session_id() )
1112
+ @session_start();
1113
  load_plugin_textdomain( 'contact_form', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
1114
  }
1115
  } // end function cntctfrm_plugin_init
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: 2012-12-11 13:38+0200\n"
6
- "PO-Revision-Date: 2012-12-11 13:38+0200\n"
7
  "Last-Translator: BWS <zos@bestwebsoft.com>\n"
8
  "Language-Team: Hammad Alshammari (ABU HATIM) www.abuhatim.net <al3zz."
9
  "com@gmail.com>\n"
@@ -25,7 +25,7 @@ msgstr "تفعيل الإضافات"
25
  msgid "Read more"
26
  msgstr "اقرأ المزيد"
27
 
28
- #: contact_form.php:78 contact_form.php:1068 contact_form.php:1077
29
  msgid "Settings"
30
  msgstr "إعدادات"
31
 
@@ -416,15 +416,15 @@ msgstr "الموقع"
416
  msgid "If you can see this MIME than your client doesn't accept MIME types!"
417
  msgstr "إذا يمكنك أن ترى هذه MIME من العميل الخاص بك لا يقبل أنواع MIME!"
418
 
419
- #: contact_form.php:1078
420
  msgid "FAQ"
421
  msgstr "أسئلة وأجوبة"
422
 
423
- #: contact_form.php:1079
424
  msgid "Support"
425
  msgstr "دعم"
426
 
427
- #: contact_form.php:1125
428
  msgid "Are you sure you want to delete this language?"
429
  msgstr ""
430
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-19 13:30+0200\n"
6
+ "PO-Revision-Date: 2012-12-19 13:30+0200\n"
7
  "Last-Translator: BWS <zos@bestwebsoft.com>\n"
8
  "Language-Team: Hammad Alshammari (ABU HATIM) www.abuhatim.net <al3zz."
9
  "com@gmail.com>\n"
25
  msgid "Read more"
26
  msgstr "اقرأ المزيد"
27
 
28
+ #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
29
  msgid "Settings"
30
  msgstr "إعدادات"
31
 
416
  msgid "If you can see this MIME than your client doesn't accept MIME types!"
417
  msgstr "إذا يمكنك أن ترى هذه MIME من العميل الخاص بك لا يقبل أنواع MIME!"
418
 
419
+ #: contact_form.php:1074
420
  msgid "FAQ"
421
  msgstr "أسئلة وأجوبة"
422
 
423
+ #: contact_form.php:1075
424
  msgid "Support"
425
  msgstr "دعم"
426
 
427
+ #: contact_form.php:1121
428
  msgid "Are you sure you want to delete this language?"
429
  msgstr ""
430
 
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: 2012-12-11 13:38+0200\n"
6
- "PO-Revision-Date: 2012-12-11 13:38+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "Language: bg_BG\n"
@@ -24,7 +24,7 @@ msgstr "Активиране на приложението"
24
  msgid "Read more"
25
  msgstr "Прочетете повече"
26
 
27
- #: contact_form.php:78 contact_form.php:1068 contact_form.php:1077
28
  msgid "Settings"
29
  msgstr "Настройки"
30
 
@@ -418,15 +418,15 @@ msgstr ""
418
  "Ако видиждате това значи, че вашият MIME клиент за електронна поща не "
419
  "поддържа MIME тип!"
420
 
421
- #: contact_form.php:1078
422
  msgid "FAQ"
423
  msgstr "FAQ"
424
 
425
- #: contact_form.php:1079
426
  msgid "Support"
427
  msgstr "Поддръжка"
428
 
429
- #: contact_form.php:1125
430
  msgid "Are you sure you want to delete this language?"
431
  msgstr ""
432
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-19 13:30+0200\n"
6
+ "PO-Revision-Date: 2012-12-19 13:30+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "Language: bg_BG\n"
24
  msgid "Read more"
25
  msgstr "Прочетете повече"
26
 
27
+ #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
28
  msgid "Settings"
29
  msgstr "Настройки"
30
 
418
  "Ако видиждате това значи, че вашият MIME клиент за електронна поща не "
419
  "поддържа MIME тип!"
420
 
421
+ #: contact_form.php:1074
422
  msgid "FAQ"
423
  msgstr "FAQ"
424
 
425
+ #: contact_form.php:1075
426
  msgid "Support"
427
  msgstr "Поддръжка"
428
 
429
+ #: contact_form.php:1121
430
  msgid "Are you sure you want to delete this language?"
431
  msgstr ""
432
 
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: 2012-12-11 13:38+0200\n"
6
- "PO-Revision-Date: 2012-12-11 13:38+0200\n"
7
  "Last-Translator: Petr Zápotocký <petr.zapotocky@centrum.cz>\n"
8
  "Language-Team: Petr Zápotocký <\\tpetr.zapotocky@centrum.cz>\n"
9
  "Language: cs_CZ\n"
@@ -24,7 +24,7 @@ msgstr "Aktivované pluginy"
24
  msgid "Read more"
25
  msgstr "Čti více"
26
 
27
- #: contact_form.php:78 contact_form.php:1068 contact_form.php:1077
28
  msgid "Settings"
29
  msgstr "Nastavení"
30
 
@@ -415,15 +415,15 @@ msgstr "Stránka"
415
  msgid "If you can see this MIME than your client doesn't accept MIME types!"
416
  msgstr "Když uvidíte MIME, váš klient neakceptoval MIME typy."
417
 
418
- #: contact_form.php:1078
419
  msgid "FAQ"
420
  msgstr "FAQ"
421
 
422
- #: contact_form.php:1079
423
  msgid "Support"
424
  msgstr "Podpora"
425
 
426
- #: contact_form.php:1125
427
  msgid "Are you sure you want to delete this language?"
428
  msgstr ""
429
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-19 13:30+0200\n"
6
+ "PO-Revision-Date: 2012-12-19 13:30+0200\n"
7
  "Last-Translator: Petr Zápotocký <petr.zapotocky@centrum.cz>\n"
8
  "Language-Team: Petr Zápotocký <\\tpetr.zapotocky@centrum.cz>\n"
9
  "Language: cs_CZ\n"
24
  msgid "Read more"
25
  msgstr "Čti více"
26
 
27
+ #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
28
  msgid "Settings"
29
  msgstr "Nastavení"
30
 
415
  msgid "If you can see this MIME than your client doesn't accept MIME types!"
416
  msgstr "Když uvidíte MIME, váš klient neakceptoval MIME typy."
417
 
418
+ #: contact_form.php:1074
419
  msgid "FAQ"
420
  msgstr "FAQ"
421
 
422
+ #: contact_form.php:1075
423
  msgid "Support"
424
  msgstr "Podpora"
425
 
426
+ #: contact_form.php:1121
427
  msgid "Are you sure you want to delete this language?"
428
  msgstr ""
429
 
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: 2012-12-11 13:38+0200\n"
6
- "PO-Revision-Date: 2012-12-11 13:38+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Mads Hannibal <mh@shortcuts.dk>\n"
9
  "Language: da_DK\n"
@@ -24,7 +24,7 @@ msgstr "Aktiverede plugins"
24
  msgid "Read more"
25
  msgstr "Læs mere"
26
 
27
- #: contact_form.php:78 contact_form.php:1068 contact_form.php:1077
28
  msgid "Settings"
29
  msgstr "Indstillinger"
30
 
@@ -417,15 +417,15 @@ msgid "If you can see this MIME than your client doesn't accept MIME types!"
417
  msgstr ""
418
  "Dersom du kan se denne MIME, så aksepterer ikke klienten din MIME-typer!"
419
 
420
- #: contact_form.php:1078
421
  msgid "FAQ"
422
  msgstr "Ofte stillede spørgsmål"
423
 
424
- #: contact_form.php:1079
425
  msgid "Support"
426
  msgstr "Support"
427
 
428
- #: contact_form.php:1125
429
  msgid "Are you sure you want to delete this language?"
430
  msgstr ""
431
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-19 13:30+0200\n"
6
+ "PO-Revision-Date: 2012-12-19 13:30+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Mads Hannibal <mh@shortcuts.dk>\n"
9
  "Language: da_DK\n"
24
  msgid "Read more"
25
  msgstr "Læs mere"
26
 
27
+ #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
28
  msgid "Settings"
29
  msgstr "Indstillinger"
30
 
417
  msgstr ""
418
  "Dersom du kan se denne MIME, så aksepterer ikke klienten din MIME-typer!"
419
 
420
+ #: contact_form.php:1074
421
  msgid "FAQ"
422
  msgstr "Ofte stillede spørgsmål"
423
 
424
+ #: contact_form.php:1075
425
  msgid "Support"
426
  msgstr "Support"
427
 
428
+ #: contact_form.php:1121
429
  msgid "Are you sure you want to delete this language?"
430
  msgstr ""
431
 
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: 2012-12-11 13:38+0200\n"
6
- "PO-Revision-Date: 2012-12-11 13:38+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "Language: de_DE\n"
@@ -24,7 +24,7 @@ msgstr "Aktivierte PlugIns"
24
  msgid "Read more"
25
  msgstr "Lesen Sie mehr"
26
 
27
- #: contact_form.php:78 contact_form.php:1068 contact_form.php:1077
28
  msgid "Settings"
29
  msgstr "Einstellungen"
30
 
@@ -420,15 +420,15 @@ msgstr "Site"
420
  msgid "If you can see this MIME than your client doesn't accept MIME types!"
421
  msgstr "Wenn Sie dieses MIME sehen, unterstützt Ihr Client keine MIME-Typen!"
422
 
423
- #: contact_form.php:1078
424
  msgid "FAQ"
425
  msgstr "Häufig gestellte Fragen (FAQ)"
426
 
427
- #: contact_form.php:1079
428
  msgid "Support"
429
  msgstr "Unterstützung"
430
 
431
- #: contact_form.php:1125
432
  msgid "Are you sure you want to delete this language?"
433
  msgstr ""
434
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-19 13:30+0200\n"
6
+ "PO-Revision-Date: 2012-12-19 13:30+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "Language: de_DE\n"
24
  msgid "Read more"
25
  msgstr "Lesen Sie mehr"
26
 
27
+ #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
28
  msgid "Settings"
29
  msgstr "Einstellungen"
30
 
420
  msgid "If you can see this MIME than your client doesn't accept MIME types!"
421
  msgstr "Wenn Sie dieses MIME sehen, unterstützt Ihr Client keine MIME-Typen!"
422
 
423
+ #: contact_form.php:1074
424
  msgid "FAQ"
425
  msgstr "Häufig gestellte Fragen (FAQ)"
426
 
427
+ #: contact_form.php:1075
428
  msgid "Support"
429
  msgstr "Unterstützung"
430
 
431
+ #: contact_form.php:1121
432
  msgid "Are you sure you want to delete this language?"
433
  msgstr ""
434
 
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: 2012-12-11 13:38+0200\n"
6
- "PO-Revision-Date: 2012-12-11 13:38+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Pantelis Panteloglou <ppanteloglou@gmail.com>\n"
9
  "Language: el_GR\n"
@@ -24,7 +24,7 @@ msgstr "Ενεργοποιημένα πρόσθετα"
24
  msgid "Read more"
25
  msgstr "Διαβάστε περισσότερα"
26
 
27
- #: contact_form.php:78 contact_form.php:1068 contact_form.php:1077
28
  msgid "Settings"
29
  msgstr "Ρυθμίσεις"
30
 
@@ -418,15 +418,15 @@ msgstr "Ιστοσελίδα"
418
  msgid "If you can see this MIME than your client doesn't accept MIME types!"
419
  msgstr "Wenn Sie dieses MIME sehen, unterstützt Ihr Client keine MIME-Typen!"
420
 
421
- #: contact_form.php:1078
422
  msgid "FAQ"
423
  msgstr "Συχνές ερωτήσεις"
424
 
425
- #: contact_form.php:1079
426
  msgid "Support"
427
  msgstr "Υποστήριξη"
428
 
429
- #: contact_form.php:1125
430
  msgid "Are you sure you want to delete this language?"
431
  msgstr ""
432
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-19 13:30+0200\n"
6
+ "PO-Revision-Date: 2012-12-19 13:30+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Pantelis Panteloglou <ppanteloglou@gmail.com>\n"
9
  "Language: el_GR\n"
24
  msgid "Read more"
25
  msgstr "Διαβάστε περισσότερα"
26
 
27
+ #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
28
  msgid "Settings"
29
  msgstr "Ρυθμίσεις"
30
 
418
  msgid "If you can see this MIME than your client doesn't accept MIME types!"
419
  msgstr "Wenn Sie dieses MIME sehen, unterstützt Ihr Client keine MIME-Typen!"
420
 
421
+ #: contact_form.php:1074
422
  msgid "FAQ"
423
  msgstr "Συχνές ερωτήσεις"
424
 
425
+ #: contact_form.php:1075
426
  msgid "Support"
427
  msgstr "Υποστήριξη"
428
 
429
+ #: contact_form.php:1121
430
  msgid "Are you sure you want to delete this language?"
431
  msgstr ""
432
 
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: 2012-12-11 13:38+0200\n"
6
- "PO-Revision-Date: 2012-12-11 13:38+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "Language: es_ES\n"
@@ -24,7 +24,7 @@ msgstr "Plugin ativado"
24
  msgid "Read more"
25
  msgstr "Lea mas"
26
 
27
- #: contact_form.php:78 contact_form.php:1068 contact_form.php:1077
28
  msgid "Settings"
29
  msgstr "Configuración"
30
 
@@ -419,15 +419,15 @@ msgid "If you can see this MIME than your client doesn't accept MIME types!"
419
  msgstr ""
420
  "Si usted puede ver esta MIME es que su cliente no acepta los tipos MIME!"
421
 
422
- #: contact_form.php:1078
423
  msgid "FAQ"
424
  msgstr "FAQ"
425
 
426
- #: contact_form.php:1079
427
  msgid "Support"
428
  msgstr "Soporte"
429
 
430
- #: contact_form.php:1125
431
  msgid "Are you sure you want to delete this language?"
432
  msgstr ""
433
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-19 13:30+0200\n"
6
+ "PO-Revision-Date: 2012-12-19 13:30+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "Language: es_ES\n"
24
  msgid "Read more"
25
  msgstr "Lea mas"
26
 
27
+ #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
28
  msgid "Settings"
29
  msgstr "Configuración"
30
 
419
  msgstr ""
420
  "Si usted puede ver esta MIME es que su cliente no acepta los tipos MIME!"
421
 
422
+ #: contact_form.php:1074
423
  msgid "FAQ"
424
  msgstr "FAQ"
425
 
426
+ #: contact_form.php:1075
427
  msgid "Support"
428
  msgstr "Soporte"
429
 
430
+ #: contact_form.php:1121
431
  msgid "Are you sure you want to delete this language?"
432
  msgstr ""
433
 
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: 2012-12-11 13:39+0200\n"
6
- "PO-Revision-Date: 2012-12-11 13:39+0200\n"
7
  "Last-Translator: MAM <shahrpajuh@gmail.com>\n"
8
  "Language-Team: AlirezaJamali <me@alirezaJamali.net>\n"
9
  "Language: fa_IR\n"
@@ -24,7 +24,7 @@ msgstr "افزونه های فعال"
24
  msgid "Read more"
25
  msgstr "متن کامل"
26
 
27
- #: contact_form.php:78 contact_form.php:1068 contact_form.php:1077
28
  msgid "Settings"
29
  msgstr "تنظیمات"
30
 
@@ -412,15 +412,15 @@ msgstr "سایت"
412
  msgid "If you can see this MIME than your client doesn't accept MIME types!"
413
  msgstr "اگر می توانید این MIME کاربران را ببینید، نوع آن قابل پذیرش نیست!"
414
 
415
- #: contact_form.php:1078
416
  msgid "FAQ"
417
  msgstr "سئوالات مطرح"
418
 
419
- #: contact_form.php:1079
420
  msgid "Support"
421
  msgstr "پشتیبانی"
422
 
423
- #: contact_form.php:1125
424
  msgid "Are you sure you want to delete this language?"
425
  msgstr ""
426
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-19 13:30+0200\n"
6
+ "PO-Revision-Date: 2012-12-19 13:30+0200\n"
7
  "Last-Translator: MAM <shahrpajuh@gmail.com>\n"
8
  "Language-Team: AlirezaJamali <me@alirezaJamali.net>\n"
9
  "Language: fa_IR\n"
24
  msgid "Read more"
25
  msgstr "متن کامل"
26
 
27
+ #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
28
  msgid "Settings"
29
  msgstr "تنظیمات"
30
 
412
  msgid "If you can see this MIME than your client doesn't accept MIME types!"
413
  msgstr "اگر می توانید این MIME کاربران را ببینید، نوع آن قابل پذیرش نیست!"
414
 
415
+ #: contact_form.php:1074
416
  msgid "FAQ"
417
  msgstr "سئوالات مطرح"
418
 
419
+ #: contact_form.php:1075
420
  msgid "Support"
421
  msgstr "پشتیبانی"
422
 
423
+ #: contact_form.php:1121
424
  msgid "Are you sure you want to delete this language?"
425
  msgstr ""
426
 
languages/contact_form-fr_FR.mo CHANGED
Binary file
languages/contact_form-fr_FR.po CHANGED
@@ -1,10 +1,10 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-12-11 13:39+0200\n"
6
- "PO-Revision-Date: 2012-12-11 13:39+0200\n"
7
- "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
10
  "MIME-Version: 1.0\n"
@@ -12,7 +12,7 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: __;_e\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.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
@@ -25,7 +25,7 @@ msgstr "Plugin activé"
25
  msgid "Read more"
26
  msgstr "Lire la suite"
27
 
28
- #: contact_form.php:78 contact_form.php:1068 contact_form.php:1077
29
  msgid "Settings"
30
  msgstr "Réglages"
31
 
@@ -76,7 +76,7 @@ msgstr "Adresse e-mail:"
76
 
77
  #: contact_form.php:147 contact_form.php:537 contact_form.php:557
78
  msgid "Phone:"
79
- msgstr ""
80
 
81
  #: contact_form.php:148 contact_form.php:538 contact_form.php:558
82
  msgid "Subject:"
@@ -111,9 +111,8 @@ msgid "Message text is required."
111
  msgstr "Un message est obligatoire."
112
 
113
  #: contact_form.php:156
114
- #, fuzzy
115
  msgid "Phone is required field."
116
- msgstr "Un nom est obligatoire."
117
 
118
  #: contact_form.php:157
119
  msgid "Attachment is broken."
@@ -151,11 +150,10 @@ msgstr ""
151
  "sauvegardées."
152
 
153
  #: contact_form.php:376
154
- #, fuzzy
155
  msgid "Please input correct 'FROM' email. Settings are not saved."
156
  msgstr ""
157
- "Merci de saisir une adresse e-mail valide. Les modifications ne sont pas "
158
- "sauvegardées."
159
 
160
  #: contact_form.php:381
161
  msgid "Options saved."
@@ -245,44 +243,44 @@ msgid "To send mail you can use the php mail function"
245
  msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction mail de php"
246
 
247
  #: contact_form.php:467
248
- #, fuzzy
249
  msgid "Change text for 'FROM' field of the email"
250
- msgstr "Modifier des champs du formulaire de contact"
251
 
252
  #: contact_form.php:473
253
  msgid "Select email for 'FROM' field of the email"
254
- msgstr ""
255
 
256
  #: contact_form.php:475
257
  msgid ""
258
  "In the field 'From' in the mail it will use email of that user who fills the "
259
  "form."
260
  msgstr ""
 
 
261
 
262
  #: contact_form.php:477
263
  msgid "In the field 'From' it will use this email."
264
- msgstr ""
265
 
266
  #: contact_form.php:481
267
  msgid "Display phone field"
268
- msgstr ""
269
 
270
  #: contact_form.php:487
271
  msgid "Required field"
272
- msgstr ""
273
 
274
  #: contact_form.php:489 contact_form.php:953
275
  msgid "Name"
276
  msgstr "Nom"
277
 
278
  #: contact_form.php:490
279
- #, fuzzy
280
  msgid "E-Mail Address"
281
- msgstr "Adresse e-mail:"
282
 
283
  #: contact_form.php:491 contact_form.php:961
284
  msgid "Phone"
285
- msgstr ""
286
 
287
  #: contact_form.php:492 contact_form.php:964
288
  msgid "Subject"
@@ -314,62 +312,63 @@ msgstr "Depuis (navigateur)"
314
 
315
  #: contact_form.php:509
316
  msgid "Language settings for label fields"
317
- msgstr ""
318
 
319
  #: contact_form.php:518
320
  msgid "Add language"
321
- msgstr ""
322
 
323
  #: contact_form.php:522
324
- #, fuzzy
325
  msgid "Change label for fields of the contact form and error messages"
326
- msgstr "Modifier le nom des champs du formulaire de contact"
 
 
327
 
328
  #: contact_form.php:527 contact_form.php:580
329
  msgid "English"
330
- msgstr ""
331
 
332
  #: contact_form.php:542 contact_form.php:562
333
  msgid "Error message for name field"
334
- msgstr ""
335
 
336
  #: contact_form.php:543 contact_form.php:563
337
  msgid "Error message for email field"
338
- msgstr ""
339
 
340
  #: contact_form.php:544 contact_form.php:564
341
  msgid "Error message for phone field"
342
- msgstr ""
343
 
344
  #: contact_form.php:545 contact_form.php:565
345
  msgid "Error message for subject field"
346
- msgstr ""
347
 
348
  #: contact_form.php:546 contact_form.php:566
349
  msgid "Error message for message field"
350
- msgstr ""
351
 
352
  #: contact_form.php:547 contact_form.php:567
353
  msgid "Error message for attachment field"
354
- msgstr ""
355
 
356
  #: contact_form.php:548 contact_form.php:568
357
  msgid "Error message for captcha"
358
- msgstr ""
359
 
360
  #: contact_form.php:549 contact_form.php:569
361
  msgid "Error message for all form"
362
- msgstr ""
363
 
364
  #: contact_form.php:550 contact_form.php:570 contact_form.php:589
365
  #: contact_form.php:595
366
  msgid "Use shortcode"
367
- msgstr ""
368
 
369
  #: contact_form.php:550 contact_form.php:570 contact_form.php:589
370
  #: contact_form.php:595
371
  msgid "for this language"
372
- msgstr ""
373
 
374
  #: contact_form.php:577
375
  msgid "Action after the send mail"
@@ -425,17 +424,17 @@ msgstr ""
425
  "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de "
426
  "MIME !"
427
 
428
- #: contact_form.php:1078
429
  msgid "FAQ"
430
  msgstr "FAQ"
431
 
432
- #: contact_form.php:1079
433
  msgid "Support"
434
  msgstr "Support"
435
 
436
- #: contact_form.php:1125
437
  msgid "Are you sure you want to delete this language?"
438
- msgstr ""
439
 
440
  #, fuzzy
441
  #~ msgid ""
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: contact_form 3.29\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-19 13:31+0200\n"
6
+ "PO-Revision-Date: 2012-12-19 13:31+0200\n"
7
+ "Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
10
  "MIME-Version: 1.0\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: __;_e\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.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
25
  msgid "Read more"
26
  msgstr "Lire la suite"
27
 
28
+ #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
29
  msgid "Settings"
30
  msgstr "Réglages"
31
 
76
 
77
  #: contact_form.php:147 contact_form.php:537 contact_form.php:557
78
  msgid "Phone:"
79
+ msgstr "Téléphone:"
80
 
81
  #: contact_form.php:148 contact_form.php:538 contact_form.php:558
82
  msgid "Subject:"
111
  msgstr "Un message est obligatoire."
112
 
113
  #: contact_form.php:156
 
114
  msgid "Phone is required field."
115
+ msgstr "Le numéro de téléphone est obligatoire."
116
 
117
  #: contact_form.php:157
118
  msgid "Attachment is broken."
150
  "sauvegardées."
151
 
152
  #: contact_form.php:376
 
153
  msgid "Please input correct 'FROM' email. Settings are not saved."
154
  msgstr ""
155
+ "Merci de saisir une adresse e-mail valide pour le 'FROM'. Les modifications "
156
+ "ne sont pas sauvegardées."
157
 
158
  #: contact_form.php:381
159
  msgid "Options saved."
243
  msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction mail de php"
244
 
245
  #: contact_form.php:467
 
246
  msgid "Change text for 'FROM' field of the email"
247
+ msgstr "Modifier le texte pour le champ 'FROM' du courriel"
248
 
249
  #: contact_form.php:473
250
  msgid "Select email for 'FROM' field of the email"
251
+ msgstr "Sélectionner l'adresse e-mail pour le champ 'FROM' du courriel"
252
 
253
  #: contact_form.php:475
254
  msgid ""
255
  "In the field 'From' in the mail it will use email of that user who fills the "
256
  "form."
257
  msgstr ""
258
+ "Dans le champ 'From' du courriel, il sera utilisé l'adresse e-mail de "
259
+ "l'utlisateur qui rempli le formulaire."
260
 
261
  #: contact_form.php:477
262
  msgid "In the field 'From' it will use this email."
263
+ msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
264
 
265
  #: contact_form.php:481
266
  msgid "Display phone field"
267
+ msgstr "Afficher le champ téléphone"
268
 
269
  #: contact_form.php:487
270
  msgid "Required field"
271
+ msgstr "Champ obligatoire"
272
 
273
  #: contact_form.php:489 contact_form.php:953
274
  msgid "Name"
275
  msgstr "Nom"
276
 
277
  #: contact_form.php:490
 
278
  msgid "E-Mail Address"
279
+ msgstr "Adresse e-mail"
280
 
281
  #: contact_form.php:491 contact_form.php:961
282
  msgid "Phone"
283
+ msgstr "Téléphone"
284
 
285
  #: contact_form.php:492 contact_form.php:964
286
  msgid "Subject"
312
 
313
  #: contact_form.php:509
314
  msgid "Language settings for label fields"
315
+ msgstr "Définition des langues pour les titres des champs"
316
 
317
  #: contact_form.php:518
318
  msgid "Add language"
319
+ msgstr "Ajouter une langue"
320
 
321
  #: contact_form.php:522
 
322
  msgid "Change label for fields of the contact form and error messages"
323
+ msgstr ""
324
+ "Modifier le texte pour les champs du formulaire de contact et les messages "
325
+ "d'erreur"
326
 
327
  #: contact_form.php:527 contact_form.php:580
328
  msgid "English"
329
+ msgstr "Anglais"
330
 
331
  #: contact_form.php:542 contact_form.php:562
332
  msgid "Error message for name field"
333
+ msgstr "Message d'erreur pour le champ nom"
334
 
335
  #: contact_form.php:543 contact_form.php:563
336
  msgid "Error message for email field"
337
+ msgstr "Message d'erreur pour le champ e-mail"
338
 
339
  #: contact_form.php:544 contact_form.php:564
340
  msgid "Error message for phone field"
341
+ msgstr "Message d'erreur pour le champ téléphone"
342
 
343
  #: contact_form.php:545 contact_form.php:565
344
  msgid "Error message for subject field"
345
+ msgstr "Message d'erreur pour le champ sujet"
346
 
347
  #: contact_form.php:546 contact_form.php:566
348
  msgid "Error message for message field"
349
+ msgstr "Message d'erreur pour le champ message"
350
 
351
  #: contact_form.php:547 contact_form.php:567
352
  msgid "Error message for attachment field"
353
+ msgstr "Message d'erreur pour le champ fichier joint"
354
 
355
  #: contact_form.php:548 contact_form.php:568
356
  msgid "Error message for captcha"
357
+ msgstr "Message d'erreur pour le captcha"
358
 
359
  #: contact_form.php:549 contact_form.php:569
360
  msgid "Error message for all form"
361
+ msgstr "Message d'erreur demandant à compléter les champs manquants"
362
 
363
  #: contact_form.php:550 contact_form.php:570 contact_form.php:589
364
  #: contact_form.php:595
365
  msgid "Use shortcode"
366
+ msgstr "Utiliser le code court"
367
 
368
  #: contact_form.php:550 contact_form.php:570 contact_form.php:589
369
  #: contact_form.php:595
370
  msgid "for this language"
371
+ msgstr "pour cette langue"
372
 
373
  #: contact_form.php:577
374
  msgid "Action after the send mail"
424
  "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de "
425
  "MIME !"
426
 
427
+ #: contact_form.php:1074
428
  msgid "FAQ"
429
  msgstr "FAQ"
430
 
431
+ #: contact_form.php:1075
432
  msgid "Support"
433
  msgstr "Support"
434
 
435
+ #: contact_form.php:1121
436
  msgid "Are you sure you want to delete this language?"
437
+ msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
438
 
439
  #, fuzzy
440
  #~ msgid ""
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: 2012-12-11 13:39+0200\n"
6
- "PO-Revision-Date: 2012-12-11 13:39+0200\n"
7
  "Last-Translator: prios <prios@dinahosting.com>\n"
8
  "Language-Team: Paula Rios <paulacompos@gmail.com>\n"
9
  "Language: gl_ES\n"
@@ -25,7 +25,7 @@ msgstr "Plugins activados"
25
  msgid "Read more"
26
  msgstr "Ler máis"
27
 
28
- #: contact_form.php:78 contact_form.php:1068 contact_form.php:1077
29
  msgid "Settings"
30
  msgstr "Configuracións"
31
 
@@ -420,15 +420,15 @@ msgstr ""
420
  "Se consegues ver esta MENSAXE entón é que o teu cliente non acepta tipos "
421
  "MIME! Por favor utiliza un cliente máis actualizado."
422
 
423
- #: contact_form.php:1078
424
  msgid "FAQ"
425
  msgstr "Preguntas frecuentes"
426
 
427
- #: contact_form.php:1079
428
  msgid "Support"
429
  msgstr "Soporte"
430
 
431
- #: contact_form.php:1125
432
  msgid "Are you sure you want to delete this language?"
433
  msgstr ""
434
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-19 13:31+0200\n"
6
+ "PO-Revision-Date: 2012-12-19 13:31+0200\n"
7
  "Last-Translator: prios <prios@dinahosting.com>\n"
8
  "Language-Team: Paula Rios <paulacompos@gmail.com>\n"
9
  "Language: gl_ES\n"
25
  msgid "Read more"
26
  msgstr "Ler máis"
27
 
28
+ #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
29
  msgid "Settings"
30
  msgstr "Configuracións"
31
 
420
  "Se consegues ver esta MENSAXE entón é que o teu cliente non acepta tipos "
421
  "MIME! Por favor utiliza un cliente máis actualizado."
422
 
423
+ #: contact_form.php:1074
424
  msgid "FAQ"
425
  msgstr "Preguntas frecuentes"
426
 
427
+ #: contact_form.php:1075
428
  msgid "Support"
429
  msgstr "Soporte"
430
 
431
+ #: contact_form.php:1121
432
  msgid "Are you sure you want to delete this language?"
433
  msgstr ""
434
 
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: 2012-12-11 13:39+0200\n"
6
- "PO-Revision-Date: 2012-12-11 13:39+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: \n"
9
  "Language: he_IL\n"
@@ -30,7 +30,7 @@ msgid "Read more"
30
  msgstr "קרא עוד"
31
 
32
  # @ contact_form
33
- #: contact_form.php:78 contact_form.php:1068 contact_form.php:1077
34
  msgid "Settings"
35
  msgstr "הגדרות"
36
 
@@ -490,15 +490,15 @@ msgstr ""
490
  "אם אתה יכול לראות את ה MIME הזה, אז הלקוח שלך אינו יכול לקבל סוגי MIME!"
491
 
492
  # @ contact_form
493
- #: contact_form.php:1078
494
  msgid "FAQ"
495
  msgstr "שאלות ותשובות"
496
 
497
  # @ contact_form
498
- #: contact_form.php:1079
499
  msgid "Support"
500
  msgstr "תמיכה"
501
 
502
- #: contact_form.php:1125
503
  msgid "Are you sure you want to delete this language?"
504
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: Contact Form Plugin v3.20\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-19 13:31+0200\n"
6
+ "PO-Revision-Date: 2012-12-19 13:31+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: \n"
9
  "Language: he_IL\n"
30
  msgstr "קרא עוד"
31
 
32
  # @ contact_form
33
+ #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
34
  msgid "Settings"
35
  msgstr "הגדרות"
36
 
490
  "אם אתה יכול לראות את ה MIME הזה, אז הלקוח שלך אינו יכול לקבל סוגי MIME!"
491
 
492
  # @ contact_form
493
+ #: contact_form.php:1074
494
  msgid "FAQ"
495
  msgstr "שאלות ותשובות"
496
 
497
  # @ contact_form
498
+ #: contact_form.php:1075
499
  msgid "Support"
500
  msgstr "תמיכה"
501
 
502
+ #: contact_form.php:1121
503
  msgid "Are you sure you want to delete this language?"
504
  msgstr ""
languages/contact_form-hi_IN.mo CHANGED
Binary file
languages/contact_form-hi_IN.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-12-11 13:39+0200\n"
6
- "PO-Revision-Date: 2012-12-11 13:39+0200\n"
7
  "Last-Translator: BWS <zos@bestwebsoft.com>\n"
8
  "Language-Team: Team Outshine <ash.pr@outshinesolutions.com>\n"
9
  "Language: hi_IN\n"
@@ -24,7 +24,7 @@ msgstr "सक्रिय प्लगिन"
24
  msgid "Read more"
25
  msgstr "अधिक पढ़ें"
26
 
27
- #: contact_form.php:78 contact_form.php:1068 contact_form.php:1077
28
  msgid "Settings"
29
  msgstr "सेटिंग्स"
30
 
@@ -416,15 +416,15 @@ msgid "If you can see this MIME than your client doesn't accept MIME types!"
416
  msgstr ""
417
  "यदि आप अपने ग्राहक की तुलना में इस माइम देख सकते हैं MIME प्रकार स्वीकार नहीं करता है!"
418
 
419
- #: contact_form.php:1078
420
  msgid "FAQ"
421
  msgstr "अक्सर पूछे जाने वाले प्रश्न"
422
 
423
- #: contact_form.php:1079
424
  msgid "Support"
425
  msgstr "समर्थन"
426
 
427
- #: contact_form.php:1125
428
  msgid "Are you sure you want to delete this language?"
429
  msgstr ""
430
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-19 13:31+0200\n"
6
+ "PO-Revision-Date: 2012-12-19 13:31+0200\n"
7
  "Last-Translator: BWS <zos@bestwebsoft.com>\n"
8
  "Language-Team: Team Outshine <ash.pr@outshinesolutions.com>\n"
9
  "Language: hi_IN\n"
24
  msgid "Read more"
25
  msgstr "अधिक पढ़ें"
26
 
27
+ #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
28
  msgid "Settings"
29
  msgstr "सेटिंग्स"
30
 
416
  msgstr ""
417
  "यदि आप अपने ग्राहक की तुलना में इस माइम देख सकते हैं MIME प्रकार स्वीकार नहीं करता है!"
418
 
419
+ #: contact_form.php:1074
420
  msgid "FAQ"
421
  msgstr "अक्सर पूछे जाने वाले प्रश्न"
422
 
423
+ #: contact_form.php:1075
424
  msgid "Support"
425
  msgstr "समर्थन"
426
 
427
+ #: contact_form.php:1121
428
  msgid "Are you sure you want to delete this language?"
429
  msgstr ""
430
 
languages/contact_form-it_IT.mo CHANGED
Binary file
languages/contact_form-it_IT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-12-11 13:39+0200\n"
6
- "PO-Revision-Date: 2012-12-11 13:39+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "Language: it_IT\n"
@@ -24,7 +24,7 @@ msgstr "Plugin attivati"
24
  msgid "Read more"
25
  msgstr "Leggi"
26
 
27
- #: contact_form.php:78 contact_form.php:1068 contact_form.php:1077
28
  msgid "Settings"
29
  msgstr "Settaggi"
30
 
@@ -416,15 +416,15 @@ msgid "If you can see this MIME than your client doesn't accept MIME types!"
416
  msgstr ""
417
  "Se puoi visualizzare questo MIME il tuo client non supporta i MIME types!"
418
 
419
- #: contact_form.php:1078
420
  msgid "FAQ"
421
  msgstr "FAQ"
422
 
423
- #: contact_form.php:1079
424
  msgid "Support"
425
  msgstr "Supporto"
426
 
427
- #: contact_form.php:1125
428
  msgid "Are you sure you want to delete this language?"
429
  msgstr ""
430
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-19 13:31+0200\n"
6
+ "PO-Revision-Date: 2012-12-19 13:31+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "Language: it_IT\n"
24
  msgid "Read more"
25
  msgstr "Leggi"
26
 
27
+ #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
28
  msgid "Settings"
29
  msgstr "Settaggi"
30
 
416
  msgstr ""
417
  "Se puoi visualizzare questo MIME il tuo client non supporta i MIME types!"
418
 
419
+ #: contact_form.php:1074
420
  msgid "FAQ"
421
  msgstr "FAQ"
422
 
423
+ #: contact_form.php:1075
424
  msgid "Support"
425
  msgstr "Supporto"
426
 
427
+ #: contact_form.php:1121
428
  msgid "Are you sure you want to delete this language?"
429
  msgstr ""
430
 
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: 2012-12-11 13:39+0200\n"
6
- "PO-Revision-Date: 2012-12-11 13:39+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "Language: ja_JP\n"
@@ -24,7 +24,7 @@ msgstr "有効なプラグイン"
24
  msgid "Read more"
25
  msgstr "もっと読む"
26
 
27
- #: contact_form.php:78 contact_form.php:1068 contact_form.php:1077
28
  msgid "Settings"
29
  msgstr "設定"
30
 
@@ -418,15 +418,15 @@ msgstr "サイト"
418
  msgid "If you can see this MIME than your client doesn't accept MIME types!"
419
  msgstr "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
420
 
421
- #: contact_form.php:1078
422
  msgid "FAQ"
423
  msgstr "FAQ"
424
 
425
- #: contact_form.php:1079
426
  msgid "Support"
427
  msgstr "サポート"
428
 
429
- #: contact_form.php:1125
430
  msgid "Are you sure you want to delete this language?"
431
  msgstr ""
432
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-19 13:31+0200\n"
6
+ "PO-Revision-Date: 2012-12-19 13:31+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "Language: ja_JP\n"
24
  msgid "Read more"
25
  msgstr "もっと読む"
26
 
27
+ #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
28
  msgid "Settings"
29
  msgstr "設定"
30
 
418
  msgid "If you can see this MIME than your client doesn't accept MIME types!"
419
  msgstr "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
420
 
421
+ #: contact_form.php:1074
422
  msgid "FAQ"
423
  msgstr "FAQ"
424
 
425
+ #: contact_form.php:1075
426
  msgid "Support"
427
  msgstr "サポート"
428
 
429
+ #: contact_form.php:1121
430
  msgid "Are you sure you want to delete this language?"
431
  msgstr ""
432
 
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: 2012-12-11 13:39+0200\n"
7
- "PO-Revision-Date: 2012-12-11 13:39+0200\n"
8
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
9
  "Language-Team: Lithuanian <kde-i18n-lt@kde.org>\n"
10
  "Language: lt\n"
@@ -27,7 +27,7 @@ msgstr "Aktyvuoti įskiepiai"
27
  msgid "Read more"
28
  msgstr "Skaityti daugiau"
29
 
30
- #: contact_form.php:78 contact_form.php:1068 contact_form.php:1077
31
  msgid "Settings"
32
  msgstr "Nustatymai"
33
 
@@ -416,15 +416,15 @@ msgstr "Svetainė"
416
  msgid "If you can see this MIME than your client doesn't accept MIME types!"
417
  msgstr "Jei galite matyti šį MIME tipą, jūsų klientas nepriima MIME tipų!"
418
 
419
- #: contact_form.php:1078
420
  msgid "FAQ"
421
  msgstr "DUK"
422
 
423
- #: contact_form.php:1079
424
  msgid "Support"
425
  msgstr "Palaikymas"
426
 
427
- #: contact_form.php:1125
428
  msgid "Are you sure you want to delete this language?"
429
  msgstr ""
430
 
3
  msgstr ""
4
  "Project-Id-Version: contact_form\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2012-12-19 13:31+0200\n"
7
+ "PO-Revision-Date: 2012-12-19 13:31+0200\n"
8
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
9
  "Language-Team: Lithuanian <kde-i18n-lt@kde.org>\n"
10
  "Language: lt\n"
27
  msgid "Read more"
28
  msgstr "Skaityti daugiau"
29
 
30
+ #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
31
  msgid "Settings"
32
  msgstr "Nustatymai"
33
 
416
  msgid "If you can see this MIME than your client doesn't accept MIME types!"
417
  msgstr "Jei galite matyti šį MIME tipą, jūsų klientas nepriima MIME tipų!"
418
 
419
+ #: contact_form.php:1074
420
  msgid "FAQ"
421
  msgstr "DUK"
422
 
423
+ #: contact_form.php:1075
424
  msgid "Support"
425
  msgstr "Palaikymas"
426
 
427
+ #: contact_form.php:1121
428
  msgid "Are you sure you want to delete this language?"
429
  msgstr ""
430
 
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: 2012-12-11 13:39+0200\n"
6
- "PO-Revision-Date: 2012-12-11 13:39+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "Language: de_DE\n"
@@ -24,7 +24,7 @@ msgstr "Aktiverte innstikk"
24
  msgid "Read more"
25
  msgstr "Les mer"
26
 
27
- #: contact_form.php:78 contact_form.php:1068 contact_form.php:1077
28
  msgid "Settings"
29
  msgstr "Innstilllinger"
30
 
@@ -416,15 +416,15 @@ msgid "If you can see this MIME than your client doesn't accept MIME types!"
416
  msgstr ""
417
  "Dersom du kan se denne MIME, så aksepterer ikke klienten din MIME-typer!"
418
 
419
- #: contact_form.php:1078
420
  msgid "FAQ"
421
  msgstr "Vanlige spørsmål"
422
 
423
- #: contact_form.php:1079
424
  msgid "Support"
425
  msgstr "Support"
426
 
427
- #: contact_form.php:1125
428
  msgid "Are you sure you want to delete this language?"
429
  msgstr ""
430
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-19 13:31+0200\n"
6
+ "PO-Revision-Date: 2012-12-19 13:31+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "Language: de_DE\n"
24
  msgid "Read more"
25
  msgstr "Les mer"
26
 
27
+ #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
28
  msgid "Settings"
29
  msgstr "Innstilllinger"
30
 
416
  msgstr ""
417
  "Dersom du kan se denne MIME, så aksepterer ikke klienten din MIME-typer!"
418
 
419
+ #: contact_form.php:1074
420
  msgid "FAQ"
421
  msgstr "Vanlige spørsmål"
422
 
423
+ #: contact_form.php:1075
424
  msgid "Support"
425
  msgstr "Support"
426
 
427
+ #: contact_form.php:1121
428
  msgid "Are you sure you want to delete this language?"
429
  msgstr ""
430
 
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: 2012-12-11 13:39+0200\n"
6
- "PO-Revision-Date: 2012-12-11 13:39+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "Language: nl_NL\n"
@@ -24,7 +24,7 @@ msgstr "Activated plugins"
24
  msgid "Read more"
25
  msgstr "Lees verder"
26
 
27
- #: contact_form.php:78 contact_form.php:1068 contact_form.php:1077
28
  msgid "Settings"
29
  msgstr "Instellingen"
30
 
@@ -415,15 +415,15 @@ msgstr "Website"
415
  msgid "If you can see this MIME than your client doesn't accept MIME types!"
416
  msgstr "Als u deze MIME ziet, dan ondersteunt uw client geen MIME-Typen!"
417
 
418
- #: contact_form.php:1078
419
  msgid "FAQ"
420
  msgstr "Veel gestelde vragen (FAQ)"
421
 
422
- #: contact_form.php:1079
423
  msgid "Support"
424
  msgstr "Support"
425
 
426
- #: contact_form.php:1125
427
  msgid "Are you sure you want to delete this language?"
428
  msgstr ""
429
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-19 13:31+0200\n"
6
+ "PO-Revision-Date: 2012-12-19 13:31+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "Language: nl_NL\n"
24
  msgid "Read more"
25
  msgstr "Lees verder"
26
 
27
+ #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
28
  msgid "Settings"
29
  msgstr "Instellingen"
30
 
415
  msgid "If you can see this MIME than your client doesn't accept MIME types!"
416
  msgstr "Als u deze MIME ziet, dan ondersteunt uw client geen MIME-Typen!"
417
 
418
+ #: contact_form.php:1074
419
  msgid "FAQ"
420
  msgstr "Veel gestelde vragen (FAQ)"
421
 
422
+ #: contact_form.php:1075
423
  msgid "Support"
424
  msgstr "Support"
425
 
426
+ #: contact_form.php:1121
427
  msgid "Are you sure you want to delete this language?"
428
  msgstr ""
429
 
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: 2012-12-11 13:39+0200\n"
6
- "PO-Revision-Date: 2012-12-11 13:40+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: \n"
9
  "Language: pl_PL\n"
@@ -30,7 +30,7 @@ msgid "Read more"
30
  msgstr "Czytaj więcej"
31
 
32
  # @ contact_form
33
- #: contact_form.php:78 contact_form.php:1068 contact_form.php:1077
34
  msgid "Settings"
35
  msgstr "Ustawienia"
36
 
@@ -480,15 +480,15 @@ msgid "If you can see this MIME than your client doesn't accept MIME types!"
480
  msgstr ""
481
 
482
  # @ contact_form
483
- #: contact_form.php:1078
484
  msgid "FAQ"
485
  msgstr "FAQ"
486
 
487
  # @ contact_form
488
- #: contact_form.php:1079
489
  msgid "Support"
490
  msgstr "Wsparcie"
491
 
492
- #: contact_form.php:1125
493
  msgid "Are you sure you want to delete this language?"
494
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: Contact Form Plugin v3.05\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-19 13:32+0200\n"
6
+ "PO-Revision-Date: 2012-12-19 13:32+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: \n"
9
  "Language: pl_PL\n"
30
  msgstr "Czytaj więcej"
31
 
32
  # @ contact_form
33
+ #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
34
  msgid "Settings"
35
  msgstr "Ustawienia"
36
 
480
  msgstr ""
481
 
482
  # @ contact_form
483
+ #: contact_form.php:1074
484
  msgid "FAQ"
485
  msgstr "FAQ"
486
 
487
  # @ contact_form
488
+ #: contact_form.php:1075
489
  msgid "Support"
490
  msgstr "Wsparcie"
491
 
492
+ #: contact_form.php:1121
493
  msgid "Are you sure you want to delete this language?"
494
  msgstr ""
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: 2012-12-11 13:40+0200\n"
6
- "PO-Revision-Date: 2012-12-11 13:40+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "Language: de_DE\n"
@@ -24,7 +24,7 @@ msgstr "Plugins ativados"
24
  msgid "Read more"
25
  msgstr "Leia Mais"
26
 
27
- #: contact_form.php:78 contact_form.php:1068 contact_form.php:1077
28
  msgid "Settings"
29
  msgstr "Configurações"
30
 
@@ -420,15 +420,15 @@ msgstr ""
420
  "Se você consegue ver esta MENSAGEM então seu cliente não aceita tipos MIME! "
421
  "Favor usar um cliente mais atualizado."
422
 
423
- #: contact_form.php:1078
424
  msgid "FAQ"
425
  msgstr "Perguntas Frequentes"
426
 
427
- #: contact_form.php:1079
428
  msgid "Support"
429
  msgstr "Suporte"
430
 
431
- #: contact_form.php:1125
432
  msgid "Are you sure you want to delete this language?"
433
  msgstr ""
434
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-19 13:32+0200\n"
6
+ "PO-Revision-Date: 2012-12-19 13:32+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "Language: de_DE\n"
24
  msgid "Read more"
25
  msgstr "Leia Mais"
26
 
27
+ #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
28
  msgid "Settings"
29
  msgstr "Configurações"
30
 
420
  "Se você consegue ver esta MENSAGEM então seu cliente não aceita tipos MIME! "
421
  "Favor usar um cliente mais atualizado."
422
 
423
+ #: contact_form.php:1074
424
  msgid "FAQ"
425
  msgstr "Perguntas Frequentes"
426
 
427
+ #: contact_form.php:1075
428
  msgid "Support"
429
  msgstr "Suporte"
430
 
431
+ #: contact_form.php:1121
432
  msgid "Are you sure you want to delete this language?"
433
  msgstr ""
434
 
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: 2012-12-11 13:40+0200\n"
6
- "PO-Revision-Date: 2012-12-11 13:40+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "Language: rm_SH\n"
@@ -24,7 +24,7 @@ msgstr "Plugins ativados"
24
  msgid "Read more"
25
  msgstr "Leia Mais"
26
 
27
- #: contact_form.php:78 contact_form.php:1068 contact_form.php:1077
28
  msgid "Settings"
29
  msgstr "Configurações"
30
 
@@ -420,15 +420,15 @@ msgstr ""
420
  "Se você consegue ver esta MENSAGEM então seu cliente não aceita tipos MIME! "
421
  "Favor usar um cliente mais atualizado."
422
 
423
- #: contact_form.php:1078
424
  msgid "FAQ"
425
  msgstr "Perguntas Frequentes"
426
 
427
- #: contact_form.php:1079
428
  msgid "Support"
429
  msgstr "Suporte"
430
 
431
- #: contact_form.php:1125
432
  msgid "Are you sure you want to delete this language?"
433
  msgstr ""
434
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-19 13:32+0200\n"
6
+ "PO-Revision-Date: 2012-12-19 13:32+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "Language: rm_SH\n"
24
  msgid "Read more"
25
  msgstr "Leia Mais"
26
 
27
+ #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
28
  msgid "Settings"
29
  msgstr "Configurações"
30
 
420
  "Se você consegue ver esta MENSAGEM então seu cliente não aceita tipos MIME! "
421
  "Favor usar um cliente mais atualizado."
422
 
423
+ #: contact_form.php:1074
424
  msgid "FAQ"
425
  msgstr "Perguntas Frequentes"
426
 
427
+ #: contact_form.php:1075
428
  msgid "Support"
429
  msgstr "Suporte"
430
 
431
+ #: contact_form.php:1121
432
  msgid "Are you sure you want to delete this language?"
433
  msgstr ""
434
 
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: 2012-12-11 13:40+0200\n"
6
- "PO-Revision-Date: 2012-12-11 13:40+0200\n"
7
  "Last-Translator: Cosmin Berescu <b.cosmin@gmx.net>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "Language: ro_RO\n"
@@ -24,7 +24,7 @@ msgstr "Plugin-uri activate"
24
  msgid "Read more"
25
  msgstr "Citeste mai multe"
26
 
27
- #: contact_form.php:78 contact_form.php:1068 contact_form.php:1077
28
  msgid "Settings"
29
  msgstr "Setari"
30
 
@@ -416,15 +416,15 @@ msgid "If you can see this MIME than your client doesn't accept MIME types!"
416
  msgstr ""
417
  "Daca vedeti acest MIME atunci clientul dumneavoastra nu accepta tipuri MIME!"
418
 
419
- #: contact_form.php:1078
420
  msgid "FAQ"
421
  msgstr "FAQ"
422
 
423
- #: contact_form.php:1079
424
  msgid "Support"
425
  msgstr "Suport tehnic"
426
 
427
- #: contact_form.php:1125
428
  msgid "Are you sure you want to delete this language?"
429
  msgstr ""
430
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-19 13:32+0200\n"
6
+ "PO-Revision-Date: 2012-12-19 13:32+0200\n"
7
  "Last-Translator: Cosmin Berescu <b.cosmin@gmx.net>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "Language: ro_RO\n"
24
  msgid "Read more"
25
  msgstr "Citeste mai multe"
26
 
27
+ #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
28
  msgid "Settings"
29
  msgstr "Setari"
30
 
416
  msgstr ""
417
  "Daca vedeti acest MIME atunci clientul dumneavoastra nu accepta tipuri MIME!"
418
 
419
+ #: contact_form.php:1074
420
  msgid "FAQ"
421
  msgstr "FAQ"
422
 
423
+ #: contact_form.php:1075
424
  msgid "Support"
425
  msgstr "Suport tehnic"
426
 
427
+ #: contact_form.php:1121
428
  msgid "Are you sure you want to delete this language?"
429
  msgstr ""
430
 
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: 2012-12-11 13:40+0200\n"
6
- "PO-Revision-Date: 2012-12-11 13:40+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
@@ -24,7 +24,7 @@ msgstr "Активированные плагины"
24
  msgid "Read more"
25
  msgstr "Читать далее"
26
 
27
- #: contact_form.php:78 contact_form.php:1068 contact_form.php:1077
28
  msgid "Settings"
29
  msgstr "Настройки"
30
 
@@ -147,9 +147,9 @@ msgid "Please input correct email. Settings are not saved."
147
  msgstr "Пожалуйста, введите корректный email. Настройки не сохранены."
148
 
149
  #: contact_form.php:376
150
- #, fuzzy
151
  msgid "Please input correct 'FROM' email. Settings are not saved."
152
- msgstr "Пожалуйста, введите корректный email. Настройки не сохранены."
 
153
 
154
  #: contact_form.php:381
155
  msgid "Options saved."
@@ -238,23 +238,24 @@ msgid "To send mail you can use the php mail function"
238
  msgstr "Для отправки почты вы можете использовать функцию php mail"
239
 
240
  #: contact_form.php:467
241
- #, fuzzy
242
  msgid "Change text for 'FROM' field of the email"
243
- msgstr "Изменить поле ОТ в контактной форме"
244
 
245
  #: contact_form.php:473
246
  msgid "Select email for 'FROM' field of the email"
247
- msgstr ""
248
 
249
  #: contact_form.php:475
250
  msgid ""
251
  "In the field 'From' in the mail it will use email of that user who fills the "
252
  "form."
253
  msgstr ""
 
 
254
 
255
  #: contact_form.php:477
256
  msgid "In the field 'From' it will use this email."
257
- msgstr ""
258
 
259
  #: contact_form.php:481
260
  msgid "Display phone field"
@@ -306,62 +307,61 @@ msgstr "Используя (user agent)"
306
 
307
  #: contact_form.php:509
308
  msgid "Language settings for label fields"
309
- msgstr ""
310
 
311
  #: contact_form.php:518
312
  msgid "Add language"
313
- msgstr ""
314
 
315
  #: contact_form.php:522
316
- #, fuzzy
317
  msgid "Change label for fields of the contact form and error messages"
318
- msgstr "Изменить названия полей контактной формы"
319
 
320
  #: contact_form.php:527 contact_form.php:580
321
  msgid "English"
322
- msgstr ""
323
 
324
  #: contact_form.php:542 contact_form.php:562
325
  msgid "Error message for name field"
326
- msgstr ""
327
 
328
  #: contact_form.php:543 contact_form.php:563
329
  msgid "Error message for email field"
330
- msgstr ""
331
 
332
  #: contact_form.php:544 contact_form.php:564
333
  msgid "Error message for phone field"
334
- msgstr ""
335
 
336
  #: contact_form.php:545 contact_form.php:565
337
  msgid "Error message for subject field"
338
- msgstr ""
339
 
340
  #: contact_form.php:546 contact_form.php:566
341
  msgid "Error message for message field"
342
- msgstr ""
343
 
344
  #: contact_form.php:547 contact_form.php:567
345
  msgid "Error message for attachment field"
346
- msgstr ""
347
 
348
  #: contact_form.php:548 contact_form.php:568
349
  msgid "Error message for captcha"
350
- msgstr ""
351
 
352
  #: contact_form.php:549 contact_form.php:569
353
  msgid "Error message for all form"
354
- msgstr ""
355
 
356
  #: contact_form.php:550 contact_form.php:570 contact_form.php:589
357
  #: contact_form.php:595
358
  msgid "Use shortcode"
359
- msgstr ""
360
 
361
  #: contact_form.php:550 contact_form.php:570 contact_form.php:589
362
  #: contact_form.php:595
363
  msgid "for this language"
364
- msgstr ""
365
 
366
  #: contact_form.php:577
367
  msgid "Action after the send mail"
@@ -417,17 +417,17 @@ msgstr ""
417
  "Если вы можете видеть этот MIME значит ваш почтовый клиент не поддерживает "
418
  "MIME тип!"
419
 
420
- #: contact_form.php:1078
421
  msgid "FAQ"
422
  msgstr "FAQ"
423
 
424
- #: contact_form.php:1079
425
  msgid "Support"
426
  msgstr "Поддержка"
427
 
428
- #: contact_form.php:1125
429
  msgid "Are you sure you want to delete this language?"
430
- msgstr ""
431
 
432
  #~ msgid "E-Mail Addresse:"
433
  #~ msgstr "E-mail адрес:"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-19 13:32+0200\n"
6
+ "PO-Revision-Date: 2012-12-19 13:37+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
24
  msgid "Read more"
25
  msgstr "Читать далее"
26
 
27
+ #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
28
  msgid "Settings"
29
  msgstr "Настройки"
30
 
147
  msgstr "Пожалуйста, введите корректный email. Настройки не сохранены."
148
 
149
  #: contact_form.php:376
 
150
  msgid "Please input correct 'FROM' email. Settings are not saved."
151
+ msgstr ""
152
+ "Пожалуйста, введите корректный email для поля 'FROM'. Настройки не сохранены."
153
 
154
  #: contact_form.php:381
155
  msgid "Options saved."
238
  msgstr "Для отправки почты вы можете использовать функцию php mail"
239
 
240
  #: contact_form.php:467
 
241
  msgid "Change text for 'FROM' field of the email"
242
+ msgstr "Изменить текст для поля ОТ в письме"
243
 
244
  #: contact_form.php:473
245
  msgid "Select email for 'FROM' field of the email"
246
+ msgstr "Выберите email для поля 'FROM' письма"
247
 
248
  #: contact_form.php:475
249
  msgid ""
250
  "In the field 'From' in the mail it will use email of that user who fills the "
251
  "form."
252
  msgstr ""
253
+ "В поле \"From\" в письме будет использоваться электронная почта того "
254
+ "пользователя, который заполняет форму."
255
 
256
  #: contact_form.php:477
257
  msgid "In the field 'From' it will use this email."
258
+ msgstr "В поле \"From\" в письме будет использоваться данная электронная почта"
259
 
260
  #: contact_form.php:481
261
  msgid "Display phone field"
307
 
308
  #: contact_form.php:509
309
  msgid "Language settings for label fields"
310
+ msgstr "Языковые настройки для названия полей в форме"
311
 
312
  #: contact_form.php:518
313
  msgid "Add language"
314
+ msgstr "Добавиьт язык"
315
 
316
  #: contact_form.php:522
 
317
  msgid "Change label for fields of the contact form and error messages"
318
+ msgstr "Изменить названия полей контактной формы и сообщений об ошибках"
319
 
320
  #: contact_form.php:527 contact_form.php:580
321
  msgid "English"
322
+ msgstr "Английский"
323
 
324
  #: contact_form.php:542 contact_form.php:562
325
  msgid "Error message for name field"
326
+ msgstr "Сообщение об ошибке для поля Name"
327
 
328
  #: contact_form.php:543 contact_form.php:563
329
  msgid "Error message for email field"
330
+ msgstr "Сообщение об ошибке для поля Email"
331
 
332
  #: contact_form.php:544 contact_form.php:564
333
  msgid "Error message for phone field"
334
+ msgstr "Сообщение об ошибке для поля Phone"
335
 
336
  #: contact_form.php:545 contact_form.php:565
337
  msgid "Error message for subject field"
338
+ msgstr "Сообщение об ошибке для поля Subject"
339
 
340
  #: contact_form.php:546 contact_form.php:566
341
  msgid "Error message for message field"
342
+ msgstr "Сообщение об ошибке для поля Message"
343
 
344
  #: contact_form.php:547 contact_form.php:567
345
  msgid "Error message for attachment field"
346
+ msgstr "Сообщение об ошибке для поля Attachment"
347
 
348
  #: contact_form.php:548 contact_form.php:568
349
  msgid "Error message for captcha"
350
+ msgstr "Сообщение об ошибке для поля Captcha"
351
 
352
  #: contact_form.php:549 contact_form.php:569
353
  msgid "Error message for all form"
354
+ msgstr "Сообщение об ошибке для всей формы"
355
 
356
  #: contact_form.php:550 contact_form.php:570 contact_form.php:589
357
  #: contact_form.php:595
358
  msgid "Use shortcode"
359
+ msgstr "Использовать шорткод"
360
 
361
  #: contact_form.php:550 contact_form.php:570 contact_form.php:589
362
  #: contact_form.php:595
363
  msgid "for this language"
364
+ msgstr "для данного языка"
365
 
366
  #: contact_form.php:577
367
  msgid "Action after the send mail"
417
  "Если вы можете видеть этот MIME значит ваш почтовый клиент не поддерживает "
418
  "MIME тип!"
419
 
420
+ #: contact_form.php:1074
421
  msgid "FAQ"
422
  msgstr "FAQ"
423
 
424
+ #: contact_form.php:1075
425
  msgid "Support"
426
  msgstr "Поддержка"
427
 
428
+ #: contact_form.php:1121
429
  msgid "Are you sure you want to delete this language?"
430
+ msgstr "Вы действительно хотите удалить данные для этого языка?"
431
 
432
  #~ msgid "E-Mail Addresse:"
433
  #~ msgstr "E-mail адрес:"
languages/contact_form-sr_RS.mo CHANGED
Binary file
languages/contact_form-sr_RS.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-12-11 13:40+0200\n"
6
- "PO-Revision-Date: 2012-12-11 13:40+0200\n"
7
  "Last-Translator: Radovan Georgijevic <radovan@georgijevic.info>\n"
8
  "Language-Team: Georgijevic Team <http://www.georgijevic.info>\n"
9
  "Language: sr_RS\n"
@@ -24,7 +24,7 @@ msgstr "Aktivni dodaci"
24
  msgid "Read more"
25
  msgstr "Čitaj više"
26
 
27
- #: contact_form.php:78 contact_form.php:1068 contact_form.php:1077
28
  msgid "Settings"
29
  msgstr "Podešavanja"
30
 
@@ -416,15 +416,15 @@ msgstr ""
416
  "Ako možete da vidite ovaj MIME to znači da vaš klijent ne prihvata MIME "
417
  "tipove!"
418
 
419
- #: contact_form.php:1078
420
  msgid "FAQ"
421
  msgstr "FAQ"
422
 
423
- #: contact_form.php:1079
424
  msgid "Support"
425
  msgstr "Podrška"
426
 
427
- #: contact_form.php:1125
428
  msgid "Are you sure you want to delete this language?"
429
  msgstr ""
430
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-19 13:37+0200\n"
6
+ "PO-Revision-Date: 2012-12-19 13:37+0200\n"
7
  "Last-Translator: Radovan Georgijevic <radovan@georgijevic.info>\n"
8
  "Language-Team: Georgijevic Team <http://www.georgijevic.info>\n"
9
  "Language: sr_RS\n"
24
  msgid "Read more"
25
  msgstr "Čitaj više"
26
 
27
+ #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
28
  msgid "Settings"
29
  msgstr "Podešavanja"
30
 
416
  "Ako možete da vidite ovaj MIME to znači da vaš klijent ne prihvata MIME "
417
  "tipove!"
418
 
419
+ #: contact_form.php:1074
420
  msgid "FAQ"
421
  msgstr "FAQ"
422
 
423
+ #: contact_form.php:1075
424
  msgid "Support"
425
  msgstr "Podrška"
426
 
427
+ #: contact_form.php:1121
428
  msgid "Are you sure you want to delete this language?"
429
  msgstr ""
430
 
languages/contact_form-sv_SE.mo CHANGED
Binary file
languages/contact_form-sv_SE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-12-11 13:40+0200\n"
6
- "PO-Revision-Date: 2012-12-11 13:40+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "Language: sv_SE\n"
@@ -24,7 +24,7 @@ msgstr "Aktiverat plugin"
24
  msgid "Read more"
25
  msgstr "Läs mer"
26
 
27
- #: contact_form.php:78 contact_form.php:1068 contact_form.php:1077
28
  msgid "Settings"
29
  msgstr "Inställningar"
30
 
@@ -417,15 +417,15 @@ msgstr "www"
417
  msgid "If you can see this MIME than your client doesn't accept MIME types!"
418
  msgstr "Om du ser detta MIME så stödjer inte din client MIME!"
419
 
420
- #: contact_form.php:1078
421
  msgid "FAQ"
422
  msgstr "Vanliga frågor"
423
 
424
- #: contact_form.php:1079
425
  msgid "Support"
426
  msgstr "Support"
427
 
428
- #: contact_form.php:1125
429
  msgid "Are you sure you want to delete this language?"
430
  msgstr ""
431
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-19 13:37+0200\n"
6
+ "PO-Revision-Date: 2012-12-19 13:37+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "Language: sv_SE\n"
24
  msgid "Read more"
25
  msgstr "Läs mer"
26
 
27
+ #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
28
  msgid "Settings"
29
  msgstr "Inställningar"
30
 
417
  msgid "If you can see this MIME than your client doesn't accept MIME types!"
418
  msgstr "Om du ser detta MIME så stödjer inte din client MIME!"
419
 
420
+ #: contact_form.php:1074
421
  msgid "FAQ"
422
  msgstr "Vanliga frågor"
423
 
424
+ #: contact_form.php:1075
425
  msgid "Support"
426
  msgstr "Support"
427
 
428
+ #: contact_form.php:1121
429
  msgid "Are you sure you want to delete this language?"
430
  msgstr ""
431
 
languages/contact_form-tr_TR.mo CHANGED
Binary file
languages/contact_form-tr_TR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-12-11 13:40+0200\n"
6
- "PO-Revision-Date: 2012-12-11 13:40+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "Language: it_IT\n"
@@ -24,7 +24,7 @@ msgstr "Aktif eklentiler"
24
  msgid "Read more"
25
  msgstr "Devamı"
26
 
27
- #: contact_form.php:78 contact_form.php:1068 contact_form.php:1077
28
  msgid "Settings"
29
  msgstr "Ayarlar"
30
 
@@ -411,15 +411,15 @@ msgstr "Site"
411
  msgid "If you can see this MIME than your client doesn't accept MIME types!"
412
  msgstr "Istemci daha bu MIME görürseniz MIME türlerini kabul etmez!"
413
 
414
- #: contact_form.php:1078
415
  msgid "FAQ"
416
  msgstr "Sık Sorulanlar"
417
 
418
- #: contact_form.php:1079
419
  msgid "Support"
420
  msgstr "Destek"
421
 
422
- #: contact_form.php:1125
423
  msgid "Are you sure you want to delete this language?"
424
  msgstr ""
425
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-19 13:37+0200\n"
6
+ "PO-Revision-Date: 2012-12-19 13:37+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "Language: it_IT\n"
24
  msgid "Read more"
25
  msgstr "Devamı"
26
 
27
+ #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
28
  msgid "Settings"
29
  msgstr "Ayarlar"
30
 
411
  msgid "If you can see this MIME than your client doesn't accept MIME types!"
412
  msgstr "Istemci daha bu MIME görürseniz MIME türlerini kabul etmez!"
413
 
414
+ #: contact_form.php:1074
415
  msgid "FAQ"
416
  msgstr "Sık Sorulanlar"
417
 
418
+ #: contact_form.php:1075
419
  msgid "Support"
420
  msgstr "Destek"
421
 
422
+ #: contact_form.php:1121
423
  msgid "Are you sure you want to delete this language?"
424
  msgstr ""
425
 
readme.txt CHANGED
@@ -3,8 +3,10 @@ Contributors: bestwebsoft
3
  Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10&product_id=13
4
  Tags: Contact Form, text, contact, form, contacts, contakt form, request, contact me, feedback form, feedback, contact button, contact form plugin, contacts form plugin, attachment, send, copy, atachment, send copy
5
  Requires at least: 2.9
6
- Tested up to: 3.4.2
7
- Stable tag: 3.29
 
 
8
 
9
  Add Contact Form to your WordPress website.
10
 
@@ -30,8 +32,7 @@ Contact Form allows you to add a feedback form easilly and simply to a post or a
30
  * Czech (cs_CZ) (thanks to Petr Zápotocký)
31
  * Danish (da_DK) (thanks to Mads Hannibal)
32
  * Dutch (nl_NL) (thanks to <a href="ronald@hostingu.nl">HostingU, Ronald Verheul</a>, Jan Boeijink )
33
- * Persian (fa_IR) (thanks to <a href="me@alirezaJamali.net">Alireza Jamali</a>, alirezajamali.net)
34
- * French (fr_FR) (thanks to Alain Thomas and Vincent Cibelli)
35
  * Galician (gl_ES) (thanks to Paula Rios)
36
  * German (de_DE) (thanks to Hartung Thomas)
37
  * Greek (el_GR) (thanks to Pantelis Panteloglou)
@@ -40,6 +41,7 @@ Contact Form allows you to add a feedback form easilly and simply to a post or a
40
  * Italian (it_IT) (thanks to <a href="mailto:ilian@ultra-violet.it">Ilian Gagliardi</a>)
41
  * Japanese (ja) (thanks to Foken)
42
  * Norwegian (nb_NO) (thanks to Tore Hjartland)
 
43
  * Polish (pl_PL) (thanks to Jarek Spirydowicz)
44
  * Romanian (ro_RO) (thanks to George Bejan and Cosmin Berescu)
45
  * Russian (ru_RU)
@@ -105,6 +107,10 @@ Here is an example for German language files.
105
 
106
  == Changelog ==
107
 
 
 
 
 
108
  = V3.29 - 12.12.2012 =
109
  * Bugfix : The error related to the empty label on the contact form was fixed.
110
 
@@ -254,6 +260,9 @@ Here is an example for German language files.
254
 
255
  == Upgrade Notice ==
256
 
 
 
 
257
  = V3.29 =
258
  The error related to the empty label on the contact form was fixed.
259
 
3
  Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10&product_id=13
4
  Tags: Contact Form, text, contact, form, contacts, contakt form, request, contact me, feedback form, feedback, contact button, contact form plugin, contacts form plugin, attachment, send, copy, atachment, send copy
5
  Requires at least: 2.9
6
+ Tested up to: 3.5
7
+ Stable tag: 3.30
8
+ License: GPLv2 or later
9
+ License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
  Add Contact Form to your WordPress website.
12
 
32
  * Czech (cs_CZ) (thanks to Petr Zápotocký)
33
  * Danish (da_DK) (thanks to Mads Hannibal)
34
  * Dutch (nl_NL) (thanks to <a href="ronald@hostingu.nl">HostingU, Ronald Verheul</a>, Jan Boeijink )
35
+ * French (fr_FR) (thanks to Alain Thomas and Vincent Cibelli and Capronnier Luc)
 
36
  * Galician (gl_ES) (thanks to Paula Rios)
37
  * German (de_DE) (thanks to Hartung Thomas)
38
  * Greek (el_GR) (thanks to Pantelis Panteloglou)
41
  * Italian (it_IT) (thanks to <a href="mailto:ilian@ultra-violet.it">Ilian Gagliardi</a>)
42
  * Japanese (ja) (thanks to Foken)
43
  * Norwegian (nb_NO) (thanks to Tore Hjartland)
44
+ * Persian (fa_IR) (thanks to <a href="me@alirezaJamali.net">Alireza Jamali</a>, alirezajamali.net, <a href="akbari.mostafa@gmail.com">Mostafa Akbari Motlaq</a>)
45
  * Polish (pl_PL) (thanks to Jarek Spirydowicz)
46
  * Romanian (ro_RO) (thanks to George Bejan and Cosmin Berescu)
47
  * Russian (ru_RU)
107
 
108
  == Changelog ==
109
 
110
+ = V3.30 - 19.12.2012 =
111
+ * Bugfix : The error related to extra "rn" in the user email address when using WP_mail and in the Name field when using php_mail was fixed.
112
+ * Update : We updated all functionality for wordpress 3.5.
113
+
114
  = V3.29 - 12.12.2012 =
115
  * Bugfix : The error related to the empty label on the contact form was fixed.
116
 
260
 
261
  == Upgrade Notice ==
262
 
263
+ = V3.30 =
264
+ The error related to extra "rn" in the user email address when using WP_mail and in the Name field when using php_mail was fixed. We updated all functionality for wordpress 3.5.
265
+
266
  = V3.29 =
267
  The error related to the empty label on the contact form was fixed.
268