Contact Form by BestWebSoft - Version 3.50

Version Description

  • 29.07.2013 =
  • NEW : Added an ability to use diffrent shortcodes.
  • Update : The Swedish language file is updated.
  • Update : The Brazilian Portuguese language file is updated.
Download this release

Release Info

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

Code changes from version 3.49 to 3.50

Files changed (67) hide show
  1. contact_form.php +17 -13
  2. css/style.css +1 -1
  3. images/banner.png +0 -0
  4. images/close_banner.png +0 -0
  5. js/bws_menu.js +0 -0
  6. languages/contact_form-ar.mo +0 -0
  7. languages/contact_form-ar.po +198 -183
  8. languages/contact_form-be_BY.mo +0 -0
  9. languages/contact_form-be_BY.po +204 -189
  10. languages/contact_form-bg_BG.mo +0 -0
  11. languages/contact_form-bg_BG.po +198 -183
  12. languages/contact_form-ca.mo +0 -0
  13. languages/contact_form-ca.po +204 -189
  14. languages/contact_form-cs_CZ.mo +0 -0
  15. languages/contact_form-cs_CZ.po +198 -183
  16. languages/contact_form-da_DK.mo +0 -0
  17. languages/contact_form-da_DK.po +198 -183
  18. languages/contact_form-de_DE.mo +0 -0
  19. languages/contact_form-de_DE.po +198 -183
  20. languages/contact_form-el_GR.mo +0 -0
  21. languages/contact_form-el_GR.po +198 -183
  22. languages/contact_form-es_ES.mo +0 -0
  23. languages/contact_form-es_ES.po +198 -183
  24. languages/contact_form-fa_IR.mo +0 -0
  25. languages/contact_form-fa_IR.po +198 -183
  26. languages/contact_form-fi.mo +0 -0
  27. languages/contact_form-fi.po +204 -189
  28. languages/contact_form-fr_FR.mo +0 -0
  29. languages/contact_form-fr_FR.po +204 -189
  30. languages/contact_form-gl_ES.mo +0 -0
  31. languages/contact_form-gl_ES.po +198 -183
  32. languages/contact_form-he_IL.mo +0 -0
  33. languages/contact_form-he_IL.po +199 -184
  34. languages/contact_form-hi_IN.mo +0 -0
  35. languages/contact_form-hi_IN.po +198 -183
  36. languages/contact_form-hu_HU.mo +0 -0
  37. languages/contact_form-hu_HU.po +204 -189
  38. languages/contact_form-it_IT.mo +0 -0
  39. languages/contact_form-it_IT.po +204 -189
  40. languages/contact_form-ja.mo +0 -0
  41. languages/contact_form-ja.po +198 -183
  42. languages/contact_form-lt_LT.mo +0 -0
  43. languages/contact_form-lt_LT.po +198 -183
  44. languages/contact_form-nb_NO.mo +0 -0
  45. languages/contact_form-nb_NO.po +198 -183
  46. languages/contact_form-nl_NL.mo +0 -0
  47. languages/contact_form-nl_NL.po +204 -189
  48. languages/contact_form-pl_PL.mo +0 -0
  49. languages/contact_form-pl_PL.po +199 -184
  50. languages/contact_form-pt_BR.mo +0 -0
  51. languages/contact_form-pt_BR.po +310 -182
  52. languages/contact_form-pt_PT.mo +0 -0
  53. languages/contact_form-pt_PT.po +204 -189
  54. languages/contact_form-ro_RO.mo +0 -0
  55. languages/contact_form-ro_RO.po +198 -183
  56. languages/contact_form-ru_RU.mo +0 -0
  57. languages/contact_form-ru_RU.po +204 -189
  58. languages/contact_form-sr_RS.mo +0 -0
  59. languages/contact_form-sr_RS.po +204 -189
  60. languages/contact_form-sv_SE.mo +0 -0
  61. languages/contact_form-sv_SE.po +361 -389
  62. languages/contact_form-tr_TR.mo +0 -0
  63. languages/contact_form-tr_TR.po +198 -183
  64. languages/contact_form-uk.mo +0 -0
  65. languages/contact_form-uk.po +204 -189
  66. readme.txt +10 -2
  67. screenshot-6.jpg +0 -0
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.49
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
@@ -757,7 +757,9 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
757
  <div class="clear"></div>
758
  <form method="post" action="admin.php?page=contact_form.php">
759
  <span style="margin-bottom:15px;">
760
- <p><?php _e( "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:", 'contact_form' ); ?> [contact_form] or [contact_form lang=en]</p>
 
 
761
  <?php _e( "If you leave the fields empty, the messages will be sent to the email address specified during registration.", 'contact_form' ); ?>
762
  </span>
763
  <table class="form-table" style="width:auto;" >
@@ -788,15 +790,15 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
788
  <th rowspan="2"><?php _e( 'What to use?', 'contact_form' ); ?></th>
789
  <td colspan="2">
790
  <input type='radio' name='cntctfrm_mail_method' value='wp-mail' <?php if( $cntctfrm_options['cntctfrm_mail_method'] == 'wp-mail' ) echo "checked=\"checked\" "; ?>/>
791
- <?php _e( 'Wp-mail', 'mail-send' ); ?>
792
- <span class="cntctfrm_info">(<?php _e( 'You can use the wp_mail function for mailing', 'mail_send' ); ?>)</span>
793
  </td>
794
  </tr>
795
  <tr class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
796
  <td colspan="2">
797
  <input type='radio' name='cntctfrm_mail_method' value='mail' <?php if($cntctfrm_options['cntctfrm_mail_method'] == 'mail') echo "checked=\"checked\" "; ?>/>
798
- <?php _e( 'Mail', 'mail-send' ); ?>
799
- <span class="cntctfrm_info">(<?php _e( 'To send mail you can use the php mail function', 'mail_send' ); ?>)</span>
800
  </td>
801
  </tr>
802
  <tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
@@ -832,7 +834,7 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
832
  if ( 0 < count( preg_grep( '/captcha\/captcha.php/', $active_plugins ) ) ) { ?>
833
  <div>
834
  <input type="checkbox" name="cntctfrm_display_captcha" value="1" <?php if ( 1 == $cptch_options["cptch_contact_form"] ) echo "checked=\"checked\""; ?> />
835
- <label for="cntctfrm_display_captcha"><?php _e( "Captcha", 'contact_form' ); ?></label><span style="color: #888888;font-size: 10px;"><?php _e( '(powered by bestwebsoft.com)', 'contact_form' ); ?></span>
836
  </div>
837
  <?php } else { ?>
838
  <input disabled="disabled" type="checkbox" name="cntctfrm_display_captcha" value="1" <?php if ( isset( $cptch_options["cptch_contact_form"] ) && 1 == $cptch_options["cptch_contact_form"] ) echo "checked=\"checked\""; ?> /> <label for="cntctfrm_display_captcha"><?php _e('Captcha', 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;"><?php _e( '(powered by bestwebsoft.com)', 'contact_form' ); ?> <a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate captcha', 'contact_form' ); ?></a></span>
@@ -916,7 +918,7 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
916
  <input type="text" name="cntctfrm_captcha_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_captcha_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Captcha field", 'contact_form' ); ?></span><br />
917
  <input type="text" name="cntctfrm_form_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_form_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the whole form", 'contact_form' ); ?></span><br />
918
  </div>
919
- <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [contact_form lang=en] or [contact_form] "; _e( "for this language", 'contact_form' ); ?></span>
920
  </div>
921
  <?php if( ! empty( $cntctfrm_options['cntctfrm_language'] ) ){
922
  foreach( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
@@ -945,7 +947,7 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
945
  <input type="text" name="cntctfrm_captcha_error[<?php echo $val; ?>]" value="<?php if( isset( $cntctfrm_options['cntctfrm_captcha_error'][$val] ) ) echo $cntctfrm_options['cntctfrm_captcha_error'][$val]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Captcha field", 'contact_form' ); ?></span><br />
946
  <input type="text" name="cntctfrm_form_error[<?php echo $val; ?>]" value="<?php if( isset( $cntctfrm_options['cntctfrm_form_error'][$val] ) ) echo $cntctfrm_options['cntctfrm_form_error'][$val]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the whole form", 'contact_form' ); ?></span><br />
947
  </div>
948
- <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [contact_form lang=".$val."] "; _e( "for this language", 'contact_form' ); ?></span>
949
  </div>
950
  <?php }
951
  } ?>
@@ -964,13 +966,13 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
964
  <div class="clear"></div>
965
  <div class="cntctfrm_language_tab cntctfrm_tab_en" style=" padding: 5px 10px 5px 5px;">
966
  <input type="text" name="cntctfrm_thank_text[en]" value="<?php echo $cntctfrm_options['cntctfrm_thank_text']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Text", 'contact_form' ); ?></span><br />
967
- <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [contact_form=en] or [contact_form] "; _e( "for this language", 'contact_form' ); ?></span>
968
  </div>
969
  <?php if( ! empty( $cntctfrm_options['cntctfrm_language'] ) ){
970
  foreach( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
971
- <div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>">
972
  <input type="text" name="cntctfrm_thank_text[<?php echo $val; ?>]" value="<?php if( isset( $cntctfrm_options['cntctfrm_thank_text'][$val] ) ) echo $cntctfrm_options['cntctfrm_thank_text'][$val]; ?>" /> <span class="cntctfrm_info"><?php _e( "Text", 'contact_form' ); ?></span><br />
973
- <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [contact_form lang=".$val."] "; _e( "for this language", 'contact_form' ); ?></span>
974
  </div>
975
  <?php }
976
  } ?>
@@ -1259,7 +1261,7 @@ if ( ! function_exists( 'cntctfrm_settings_page_extra' ) ) {
1259
  <?php _e( "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:", 'contact_form' ); ?><br/>
1260
  <div>
1261
  <code id="cntctfrmpr_shortcode_code">
1262
- [contact_form]
1263
  </code>
1264
  </div>
1265
  </div>
@@ -1992,6 +1994,8 @@ add_filter( 'plugin_action_links', 'cntctfrm_plugin_action_links',10,2);
1992
  add_filter( 'plugin_row_meta', 'cntctfrm_register_plugin_links',10,2);
1993
 
1994
  add_shortcode( 'contact_form', 'cntctfrm_display_form' );
 
 
1995
 
1996
  add_action( 'admin_menu', 'cntctfrm_admin_menu' );
1997
 
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: Plugin for Contact Form.
6
  Author: BestWebSoft
7
+ Version: 3.50
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
757
  <div class="clear"></div>
758
  <form method="post" action="admin.php?page=contact_form.php">
759
  <span style="margin-bottom:15px;">
760
+ <p><?php _e( "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:", 'contact_form' ); ?> [contact_form] <?php _e( "or", 'contact_form' ); ?> [contact_form lang=en]<br />
761
+ <?php _e( "If have any problems with the standard shortcode [contact_form], you should use the shortcode", 'contact_form' ); ?> [bws_contact_form] (<?php _e( "or", 'contact_form' ); ?> [bws_contact_form lang=en]) <?php _e( "or", 'contact_form' ); ?> [bestwebsoft_contact_form] (<?php _e( "or", 'contact_form' ); ?>
762
+ [bestwebsoft_contact_form lang=en]). <?php _e( "They work the same way.", 'contact_form' ); ?></p>
763
  <?php _e( "If you leave the fields empty, the messages will be sent to the email address specified during registration.", 'contact_form' ); ?>
764
  </span>
765
  <table class="form-table" style="width:auto;" >
790
  <th rowspan="2"><?php _e( 'What to use?', 'contact_form' ); ?></th>
791
  <td colspan="2">
792
  <input type='radio' name='cntctfrm_mail_method' value='wp-mail' <?php if( $cntctfrm_options['cntctfrm_mail_method'] == 'wp-mail' ) echo "checked=\"checked\" "; ?>/>
793
+ <?php _e( 'Wp-mail', 'contact_form' ); ?>
794
+ <span class="cntctfrm_info">(<?php _e( 'You can use the wp_mail function for mailing', 'contact_form' ); ?>)</span>
795
  </td>
796
  </tr>
797
  <tr class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
798
  <td colspan="2">
799
  <input type='radio' name='cntctfrm_mail_method' value='mail' <?php if($cntctfrm_options['cntctfrm_mail_method'] == 'mail') echo "checked=\"checked\" "; ?>/>
800
+ <?php _e( 'Mail', 'contact_form' ); ?>
801
+ <span class="cntctfrm_info">(<?php _e( 'To send mail you can use the php mail function', 'contact_form' ); ?>)</span>
802
  </td>
803
  </tr>
804
  <tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
834
  if ( 0 < count( preg_grep( '/captcha\/captcha.php/', $active_plugins ) ) ) { ?>
835
  <div>
836
  <input type="checkbox" name="cntctfrm_display_captcha" value="1" <?php if ( 1 == $cptch_options["cptch_contact_form"] ) echo "checked=\"checked\""; ?> />
837
+ <label for="cntctfrm_display_captcha"><?php _e( "Captcha", 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;"><?php _e( '(powered by bestwebsoft.com)', 'contact_form' ); ?></span>
838
  </div>
839
  <?php } else { ?>
840
  <input disabled="disabled" type="checkbox" name="cntctfrm_display_captcha" value="1" <?php if ( isset( $cptch_options["cptch_contact_form"] ) && 1 == $cptch_options["cptch_contact_form"] ) echo "checked=\"checked\""; ?> /> <label for="cntctfrm_display_captcha"><?php _e('Captcha', 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;"><?php _e( '(powered by bestwebsoft.com)', 'contact_form' ); ?> <a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate captcha', 'contact_form' ); ?></a></span>
918
  <input type="text" name="cntctfrm_captcha_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_captcha_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Captcha field", 'contact_form' ); ?></span><br />
919
  <input type="text" name="cntctfrm_form_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_form_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the whole form", 'contact_form' ); ?></span><br />
920
  </div>
921
+ <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=en] " . __( "or", 'contact_form' ) . " [bestwebsoft_contact_form] "; _e( "for this language", 'contact_form' ); ?></span>
922
  </div>
923
  <?php if( ! empty( $cntctfrm_options['cntctfrm_language'] ) ){
924
  foreach( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
947
  <input type="text" name="cntctfrm_captcha_error[<?php echo $val; ?>]" value="<?php if( isset( $cntctfrm_options['cntctfrm_captcha_error'][$val] ) ) echo $cntctfrm_options['cntctfrm_captcha_error'][$val]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Captcha field", 'contact_form' ); ?></span><br />
948
  <input type="text" name="cntctfrm_form_error[<?php echo $val; ?>]" value="<?php if( isset( $cntctfrm_options['cntctfrm_form_error'][$val] ) ) echo $cntctfrm_options['cntctfrm_form_error'][$val]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the whole form", 'contact_form' ); ?></span><br />
949
  </div>
950
+ <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=".$val."] "; _e( "for this language", 'contact_form' ); ?></span>
951
  </div>
952
  <?php }
953
  } ?>
966
  <div class="clear"></div>
967
  <div class="cntctfrm_language_tab cntctfrm_tab_en" style=" padding: 5px 10px 5px 5px;">
968
  <input type="text" name="cntctfrm_thank_text[en]" value="<?php echo $cntctfrm_options['cntctfrm_thank_text']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Text", 'contact_form' ); ?></span><br />
969
+ <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form=en] " . __( "or", 'contact_form' ) . " [bestwebsoft_contact_form] "; _e( "for this language", 'contact_form' ); ?></span>
970
  </div>
971
  <?php if( ! empty( $cntctfrm_options['cntctfrm_language'] ) ){
972
  foreach( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
973
+ <div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>" style=" padding: 5px 10px 5px 5px;">
974
  <input type="text" name="cntctfrm_thank_text[<?php echo $val; ?>]" value="<?php if( isset( $cntctfrm_options['cntctfrm_thank_text'][$val] ) ) echo $cntctfrm_options['cntctfrm_thank_text'][$val]; ?>" /> <span class="cntctfrm_info"><?php _e( "Text", 'contact_form' ); ?></span><br />
975
+ <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=".$val."] "; _e( "for this language", 'contact_form' ); ?></span>
976
  </div>
977
  <?php }
978
  } ?>
1261
  <?php _e( "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:", 'contact_form' ); ?><br/>
1262
  <div>
1263
  <code id="cntctfrmpr_shortcode_code">
1264
+ [bestwebsoft_contact_form]
1265
  </code>
1266
  </div>
1267
  </div>
1994
  add_filter( 'plugin_row_meta', 'cntctfrm_register_plugin_links',10,2);
1995
 
1996
  add_shortcode( 'contact_form', 'cntctfrm_display_form' );
1997
+ add_shortcode( 'bws_contact_form', 'cntctfrm_display_form' );
1998
+ add_shortcode( 'bestwebsoft_contact_form', 'cntctfrm_display_form' );
1999
 
2000
  add_action( 'admin_menu', 'cntctfrm_admin_menu' );
2001
 
css/style.css CHANGED
@@ -172,7 +172,7 @@
172
  }
173
  #cntctfrmpr_shortcode div {
174
  height: 20px;
175
- width: 110px;
176
  background: #EAEAEA;
177
  border: 1px solid #DCDCDC;
178
  padding: 10px;
172
  }
173
  #cntctfrmpr_shortcode div {
174
  height: 20px;
175
+ width: 190px;
176
  background: #EAEAEA;
177
  border: 1px solid #DCDCDC;
178
  padding: 10px;
images/banner.png CHANGED
File without changes
images/close_banner.png CHANGED
File without changes
js/bws_menu.js CHANGED
File without changes
languages/contact_form-ar.mo CHANGED
Binary file
languages/contact_form-ar.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-07-22 16:54+0300\n"
6
- "PO-Revision-Date: 2013-07-22 16:54+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"
@@ -158,7 +158,7 @@ msgid "Thank you for contacting us."
158
  msgstr "أشكركم على الاتصال بنا. سيتم الرد عليكم في أقرب فرصة."
159
 
160
  #: contact_form.php:242
161
- #: contact_form.php:1313
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "عذراً, لم نستطيع تسليم رسالتك."
164
 
@@ -184,9 +184,9 @@ msgstr "اقرأ المزيد"
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
- #: contact_form.php:1002
188
- #: contact_form.php:1799
189
- #: contact_form.php:1808
190
  msgid "Settings"
191
  msgstr "إعدادات"
192
 
@@ -270,64 +270,64 @@ msgid "Contact Form Pro Extra Settings"
270
  msgstr "خيارات نموذج اتصل بنا"
271
 
272
  #: contact_form.php:373
273
- #: contact_form.php:1008
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "نموذج الاتصال"
277
 
278
  #: contact_form.php:412
279
- #: contact_form.php:897
280
- #: contact_form.php:926
281
  msgid "Name:"
282
  msgstr "الأسم:"
283
 
284
  #: contact_form.php:413
285
- #: contact_form.php:898
286
- #: contact_form.php:927
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "البريد الالكتروني:"
290
 
291
  #: contact_form.php:414
292
- #: contact_form.php:899
293
- #: contact_form.php:928
294
  msgid "Email Address:"
295
  msgstr "البريد الالكتروني:"
296
 
297
  #: contact_form.php:415
298
- #: contact_form.php:900
299
- #: contact_form.php:929
300
  msgid "Phone number:"
301
  msgstr ""
302
 
303
  #: contact_form.php:416
304
- #: contact_form.php:901
305
- #: contact_form.php:930
306
  msgid "Subject:"
307
  msgstr "موضوع الرسالة:"
308
 
309
  #: contact_form.php:417
310
- #: contact_form.php:902
311
- #: contact_form.php:931
312
  msgid "Message:"
313
  msgstr "الرسالة:"
314
 
315
  #: contact_form.php:418
316
- #: contact_form.php:903
317
- #: contact_form.php:932
318
  msgid "Attachment:"
319
  msgstr "المرفقات:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
- #: contact_form.php:904
324
- #: contact_form.php:933
325
  msgid "Send me a copy"
326
  msgstr "أرسل لي نسخة"
327
 
328
  #: contact_form.php:420
329
- #: contact_form.php:905
330
- #: contact_form.php:934
331
  msgid "Submit"
332
  msgstr "تقدم"
333
 
@@ -408,530 +408,545 @@ msgid "Settings saved."
408
  msgstr "الخيارات حُفظت."
409
 
410
  #: contact_form.php:755
411
- #: contact_form.php:1003
412
  #, fuzzy
413
  msgid "Extra settings"
414
  msgstr "إعدادات"
415
 
416
  #: contact_form.php:760
417
- #: contact_form.php:1259
418
  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:"
419
  msgstr "إذا كنت ترغب في إضافة نموذج الاتصال إلى موقع الويب الخاص بك، قم بنسخ ولصق هذا الرمز القصير:"
420
 
 
 
 
 
 
 
 
421
  #: contact_form.php:761
 
 
 
 
 
 
 
 
422
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
423
  msgstr "إذا كانت المعلومات في الحقول أدناه فارغة سيتم إرسال الرسالة إلى عنوان الذي تم تحديده أثناء التسجيل."
424
 
425
- #: contact_form.php:765
426
  msgid "The user's email address:"
427
  msgstr "أستخدم بريد العضو في وورد بريس:"
428
 
429
- #: contact_form.php:769
430
  msgid "Create a username"
431
  msgstr "اختر اسم المستخدم"
432
 
433
- #: contact_form.php:774
434
  msgid "Enter a username of the person who should get the messages from the contact form."
435
  msgstr "تعيين اسم المستخدم من الذين سيحصلون على رسائل من شكل من أشكال الاتصال."
436
 
437
- #: contact_form.php:778
438
  msgid "Use this email address:"
439
  msgstr "استخدام هذا البريد الالكتروني:"
440
 
441
- #: contact_form.php:781
442
  msgid "Enter the email address you want the messages forwarded to."
443
  msgstr "تعيين عنوان البريد الإلكتروني التي سيتم استخدامها لاستقبال الرسائل."
444
 
445
- #: contact_form.php:785
446
  msgid "Additional options"
447
  msgstr "خيارات إضافية"
448
 
449
- #: contact_form.php:788
450
  msgid "What to use?"
451
  msgstr "ماذا تستخدم؟"
452
 
453
- #: contact_form.php:791
454
  msgid "Wp-mail"
455
  msgstr "Wp-mail"
456
 
457
- #: contact_form.php:792
458
  msgid "You can use the wp_mail function for mailing"
459
  msgstr "لإرسال البريد يمكنك استخدام وظيفة wp_mail"
460
 
461
- #: contact_form.php:798
462
  msgid "Mail"
463
  msgstr "Mail"
464
 
465
- #: contact_form.php:799
466
  msgid "To send mail you can use the php mail function"
467
  msgstr "لإرسال البريد يمكنك استخدام وظيفة البريد PHP"
468
 
469
- #: contact_form.php:803
470
  #, fuzzy
471
  msgid "Change text of the 'FROM' field"
472
  msgstr "تغيير من الحقول من نموذج الاتصال"
473
 
474
- #: contact_form.php:809
475
  msgid "Enter the email address in the 'From' field"
476
  msgstr ""
477
 
478
- #: contact_form.php:811
479
  msgid "User email"
480
  msgstr ""
481
 
482
- #: contact_form.php:811
483
  msgid "The email address of the user who fills the form will be used in the field 'From'."
484
  msgstr ""
485
 
486
- #: contact_form.php:813
487
  msgid "This email address will be used in the 'From' field."
488
  msgstr ""
489
 
490
- #: contact_form.php:817
491
  #, fuzzy
492
  msgid "Display fields"
493
  msgstr "عرض حقل المرفقات"
494
 
495
- #: contact_form.php:819
496
- #: contact_form.php:849
497
- #: contact_form.php:1039
498
- #: contact_form.php:1691
499
  #, fuzzy
500
  msgid "Address"
501
  msgstr "البريد الالكتروني:"
502
 
503
- #: contact_form.php:820
504
- #: contact_form.php:851
505
- #: contact_form.php:1699
506
  msgid "Phone"
507
  msgstr ""
508
 
509
- #: contact_form.php:821
510
  #, fuzzy
511
  msgid "Attachment block"
512
  msgstr "عرض حقل المرفقات"
513
 
514
- #: contact_form.php:821
515
  msgid "Users can attach the following file formats"
516
  msgstr "يمكن للمستخدمين إرفاق الملفات من الأنواع التالية"
517
 
518
- #: contact_form.php:822
519
  #, fuzzy
520
  msgid "Tips below the Attachment block"
521
  msgstr "عرض حقل المرفقات"
522
 
523
- #: contact_form.php:823
524
  #, fuzzy
525
  msgid "Send me a copy block"
526
  msgstr "عرض خيار (أرسل لي نسخة)"
527
 
528
- #: contact_form.php:835
529
- #: contact_form.php:838
530
- #: contact_form.php:841
531
- #: contact_form.php:1068
532
  msgid "Captcha"
533
  msgstr ""
534
 
535
- #: contact_form.php:835
536
- #: contact_form.php:838
537
- #: contact_form.php:841
538
- #: contact_form.php:1068
539
  msgid "(powered by bestwebsoft.com)"
540
  msgstr ""
541
 
542
- #: contact_form.php:838
543
  #, fuzzy
544
  msgid "Activate captcha"
545
  msgstr "تفعيل الإضافات"
546
 
547
- #: contact_form.php:841
548
  #, fuzzy
549
  msgid "Download captcha"
550
  msgstr "تحميل"
551
 
552
- #: contact_form.php:846
553
  msgid "Required fields"
554
  msgstr ""
555
 
556
- #: contact_form.php:848
557
- #: contact_form.php:1034
558
- #: contact_form.php:1686
559
  msgid "Name"
560
  msgstr "الأسم"
561
 
562
- #: contact_form.php:850
563
  #, fuzzy
564
  msgid "Email Address"
565
  msgstr "البريد الالكتروني:"
566
 
567
- #: contact_form.php:852
568
- #: contact_form.php:1054
569
- #: contact_form.php:1702
570
  msgid "Subject"
571
  msgstr "موضوع الرسالة"
572
 
573
- #: contact_form.php:853
574
- #: contact_form.php:1058
575
- #: contact_form.php:1705
576
  msgid "Message"
577
  msgstr "الرسالة"
578
 
579
- #: contact_form.php:857
580
  #, fuzzy
581
  msgid "Display additional info in the email"
582
  msgstr "عرض معلومات اضافية في البريد الالكتروني"
583
 
584
- #: contact_form.php:862
585
- #: contact_form.php:1658
586
  msgid "Sent from (ip address)"
587
  msgstr "ارسلت من (عنوان IP)"
588
 
589
- #: contact_form.php:863
590
- #: contact_form.php:1663
591
  msgid "Date/Time"
592
  msgstr "الوقت/التاريخ"
593
 
594
- #: contact_form.php:864
595
- #: contact_form.php:1668
596
  msgid "Sent from (referer)"
597
  msgstr "Sent from (referer)"
598
 
599
- #: contact_form.php:865
600
- #: contact_form.php:1673
601
  msgid "Using (user agent)"
602
  msgstr "باستخدام (وكيل المستخدم)"
603
 
604
- #: contact_form.php:869
605
  msgid "Language settings for the field names in the form"
606
  msgstr ""
607
 
608
- #: contact_form.php:878
609
  msgid "Add a language"
610
  msgstr ""
611
 
612
- #: contact_form.php:882
613
  #, fuzzy
614
  msgid "Change the names of the contact form fields and error messages"
615
  msgstr "تغيير تسمية حقول نموذج الاتصال"
616
 
617
- #: contact_form.php:887
618
- #: contact_form.php:958
619
  msgid "English"
620
  msgstr ""
621
 
622
- #: contact_form.php:906
623
- #: contact_form.php:935
624
- msgid "Error message for the Name field"
625
- msgstr ""
626
-
627
- #: contact_form.php:907
628
- #: contact_form.php:936
629
- msgid "Error message for the Address field"
630
- msgstr ""
631
-
632
  #: contact_form.php:908
633
  #: contact_form.php:937
634
- msgid "Error message for the Email field"
635
  msgstr ""
636
 
637
  #: contact_form.php:909
638
  #: contact_form.php:938
639
- msgid "Error message for the Phone field"
640
  msgstr ""
641
 
642
  #: contact_form.php:910
643
  #: contact_form.php:939
644
- msgid "Error message for the Subject field"
645
  msgstr ""
646
 
647
  #: contact_form.php:911
648
  #: contact_form.php:940
649
- msgid "Error message for the Message field"
650
  msgstr ""
651
 
652
  #: contact_form.php:912
653
  #: contact_form.php:941
654
- msgid "Error message about the file type for the Attachment field"
655
  msgstr ""
656
 
657
  #: contact_form.php:913
658
  #: contact_form.php:942
659
- msgid "Error message while uploading a file for the Attachment field to the server"
660
  msgstr ""
661
 
662
  #: contact_form.php:914
663
  #: contact_form.php:943
664
- msgid "Error message while moving the file for the Attachment field"
665
  msgstr ""
666
 
667
  #: contact_form.php:915
668
  #: contact_form.php:944
669
- msgid "Error message when file size limit for the Attachment field is exceeded"
670
  msgstr ""
671
 
672
  #: contact_form.php:916
673
  #: contact_form.php:945
674
- msgid "Error message for the Captcha field"
675
  msgstr ""
676
 
677
  #: contact_form.php:917
678
  #: contact_form.php:946
679
- msgid "Error message for the whole form"
 
 
 
 
 
680
  msgstr ""
681
 
682
  #: contact_form.php:919
683
  #: contact_form.php:948
684
- #: contact_form.php:967
685
- #: contact_form.php:973
 
 
 
 
 
686
  msgid "Use shortcode"
687
  msgstr ""
688
 
689
- #: contact_form.php:919
690
- #: contact_form.php:948
691
- #: contact_form.php:967
692
- #: contact_form.php:973
693
  msgid "for this language"
694
  msgstr ""
695
 
696
- #: contact_form.php:955
697
  msgid "Action after email is sent"
698
  msgstr ""
699
 
700
- #: contact_form.php:957
701
  #, fuzzy
702
  msgid "Display text"
703
  msgstr "عرض حقل المرفقات"
704
 
705
- #: contact_form.php:966
706
- #: contact_form.php:972
707
  msgid "Text"
708
  msgstr ""
709
 
710
- #: contact_form.php:979
711
  msgid "Redirect to the page"
712
  msgstr ""
713
 
714
- #: contact_form.php:980
715
  msgid "Url"
716
  msgstr ""
717
 
718
- #: contact_form.php:985
719
- #: contact_form.php:1160
720
  msgid "Save Changes"
721
  msgstr "حفظ التغييرات"
722
 
723
- #: contact_form.php:1000
724
  #, fuzzy
725
  msgid "Contact Form Pro | Extra Settings"
726
  msgstr "خيارات نموذج اتصل بنا"
727
 
728
- #: contact_form.php:1007
729
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
730
  msgstr ""
731
 
732
- #: contact_form.php:1014
733
  msgid "Errors output"
734
  msgstr ""
735
 
736
- #: contact_form.php:1017
737
  msgid "Display error messages"
738
  msgstr ""
739
 
740
- #: contact_form.php:1018
741
  msgid "Color of the input field errors."
742
  msgstr ""
743
 
744
- #: contact_form.php:1019
745
  msgid "Display error messages & color of the input field errors"
746
  msgstr ""
747
 
748
- #: contact_form.php:1024
749
  msgid "Add placeholder to the input blocks"
750
  msgstr ""
751
 
752
- #: contact_form.php:1030
753
  #, fuzzy
754
  msgid "Add tooltips"
755
  msgstr "خيارات إضافية"
756
 
757
- #: contact_form.php:1044
758
  #, fuzzy
759
  msgid "Email address"
760
  msgstr "البريد الالكتروني:"
761
 
762
- #: contact_form.php:1049
763
  msgid "Phone Number"
764
  msgstr ""
765
 
766
- #: contact_form.php:1063
767
  #, fuzzy
768
  msgid "Attachment"
769
  msgstr "المرفقات:"
770
 
771
- #: contact_form.php:1073
772
  #, fuzzy
773
  msgid "Style options"
774
  msgstr "خيارات إضافية"
775
 
776
- #: contact_form.php:1076
777
  msgid "Text color"
778
  msgstr ""
779
 
780
- #: contact_form.php:1079
781
- #: contact_form.php:1084
782
- #: contact_form.php:1094
783
- #: contact_form.php:1099
784
- #: contact_form.php:1104
785
- #: contact_form.php:1109
786
- #: contact_form.php:1119
787
- #: contact_form.php:1124
788
- #: contact_form.php:1130
789
- #: contact_form.php:1141
790
- #: contact_form.php:1146
791
- #: contact_form.php:1151
792
  msgid "Default"
793
  msgstr ""
794
 
795
- #: contact_form.php:1081
796
  msgid "Label text color"
797
  msgstr ""
798
 
799
- #: contact_form.php:1086
800
  msgid "Placeholder color"
801
  msgstr ""
802
 
803
- #: contact_form.php:1091
804
  msgid "Errors color"
805
  msgstr ""
806
 
807
- #: contact_form.php:1096
808
  msgid "Error text color"
809
  msgstr ""
810
 
811
- #: contact_form.php:1101
812
  msgid "Background color of the input field errors"
813
  msgstr ""
814
 
815
- #: contact_form.php:1106
816
  msgid "Border color of the input field errors"
817
  msgstr ""
818
 
819
- #: contact_form.php:1111
820
  msgid "Placeholder color of the input field errors"
821
  msgstr ""
822
 
823
- #: contact_form.php:1116
824
  #, fuzzy
825
  msgid "Input fields"
826
  msgstr "عرض حقل المرفقات"
827
 
828
- #: contact_form.php:1121
829
  msgid "Input fields background color"
830
  msgstr ""
831
 
832
- #: contact_form.php:1126
833
  msgid "Text fields color"
834
  msgstr ""
835
 
836
- #: contact_form.php:1128
837
  msgid "Border width in px, numbers only"
838
  msgstr ""
839
 
840
- #: contact_form.php:1132
841
- #: contact_form.php:1153
842
  msgid "Border color"
843
  msgstr ""
844
 
845
- #: contact_form.php:1137
846
  #, fuzzy
847
  msgid "Submit button"
848
  msgstr "تقدم"
849
 
850
- #: contact_form.php:1139
851
  msgid "Width in px, numbers only"
852
  msgstr ""
853
 
854
- #: contact_form.php:1143
855
  msgid "Button color"
856
  msgstr ""
857
 
858
- #: contact_form.php:1148
859
  msgid "Button text color"
860
  msgstr ""
861
 
862
- #: contact_form.php:1164
863
  #, fuzzy
864
  msgid "Contact Form Pro | Preview"
865
  msgstr "نموذج الاتصال"
866
 
867
- #: contact_form.php:1167
868
  msgid "Show with errors"
869
  msgstr ""
870
 
871
- #: contact_form.php:1175
872
  #: contact_form.php:1177
 
873
  msgid "Please enter your full name..."
874
  msgstr ""
875
 
876
- #: contact_form.php:1188
877
  #: contact_form.php:1190
 
878
  msgid "Please enter your address..."
879
  msgstr ""
880
 
881
- #: contact_form.php:1199
882
  #: contact_form.php:1201
 
883
  #, fuzzy
884
  msgid "Please enter your email address..."
885
  msgstr "استخدام هذا البريد الالكتروني:"
886
 
887
- #: contact_form.php:1210
888
  #: contact_form.php:1212
 
889
  msgid "Please enter your phone number..."
890
  msgstr ""
891
 
892
- #: contact_form.php:1221
893
  #: contact_form.php:1223
 
894
  msgid "Please enter subject..."
895
  msgstr ""
896
 
897
- #: contact_form.php:1231
898
  #: contact_form.php:1233
 
899
  msgid "Please enter your message..."
900
  msgstr ""
901
 
902
- #: contact_form.php:1244
903
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
904
  msgstr ""
905
 
906
- #: contact_form.php:1397
907
  msgid "You can attach the following file formats"
908
  msgstr "يمكنك إرفاق الملفات من الأنواع التالية"
909
 
910
- #: contact_form.php:1681
911
  msgid "Contact from"
912
  msgstr "اتصل من"
913
 
914
- #: contact_form.php:1694
915
  msgid "Email"
916
  msgstr "البريد الألكتروني"
917
 
918
- #: contact_form.php:1708
919
  msgid "Site"
920
  msgstr "الموقع"
921
 
922
- #: contact_form.php:1758
923
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
924
  msgstr "إذا يمكنك أن ترى هذه MIME من العميل الخاص بك لا يقبل أنواع MIME!"
925
 
926
- #: contact_form.php:1809
927
  msgid "FAQ"
928
  msgstr "أسئلة وأجوبة"
929
 
930
- #: contact_form.php:1810
931
  msgid "Support"
932
  msgstr "دعم"
933
 
934
- #: contact_form.php:1858
935
  msgid "Are you sure that you want to delete this language data?"
936
  msgstr ""
937
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-07-29 17:31+0300\n"
6
+ "PO-Revision-Date: 2013-07-29 17:31+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"
158
  msgstr "أشكركم على الاتصال بنا. سيتم الرد عليكم في أقرب فرصة."
159
 
160
  #: contact_form.php:242
161
+ #: contact_form.php:1315
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "عذراً, لم نستطيع تسليم رسالتك."
164
 
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
+ #: contact_form.php:1004
188
+ #: contact_form.php:1801
189
+ #: contact_form.php:1810
190
  msgid "Settings"
191
  msgstr "إعدادات"
192
 
270
  msgstr "خيارات نموذج اتصل بنا"
271
 
272
  #: contact_form.php:373
273
+ #: contact_form.php:1010
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "نموذج الاتصال"
277
 
278
  #: contact_form.php:412
279
+ #: contact_form.php:899
280
+ #: contact_form.php:928
281
  msgid "Name:"
282
  msgstr "الأسم:"
283
 
284
  #: contact_form.php:413
285
+ #: contact_form.php:900
286
+ #: contact_form.php:929
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "البريد الالكتروني:"
290
 
291
  #: contact_form.php:414
292
+ #: contact_form.php:901
293
+ #: contact_form.php:930
294
  msgid "Email Address:"
295
  msgstr "البريد الالكتروني:"
296
 
297
  #: contact_form.php:415
298
+ #: contact_form.php:902
299
+ #: contact_form.php:931
300
  msgid "Phone number:"
301
  msgstr ""
302
 
303
  #: contact_form.php:416
304
+ #: contact_form.php:903
305
+ #: contact_form.php:932
306
  msgid "Subject:"
307
  msgstr "موضوع الرسالة:"
308
 
309
  #: contact_form.php:417
310
+ #: contact_form.php:904
311
+ #: contact_form.php:933
312
  msgid "Message:"
313
  msgstr "الرسالة:"
314
 
315
  #: contact_form.php:418
316
+ #: contact_form.php:905
317
+ #: contact_form.php:934
318
  msgid "Attachment:"
319
  msgstr "المرفقات:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
+ #: contact_form.php:906
324
+ #: contact_form.php:935
325
  msgid "Send me a copy"
326
  msgstr "أرسل لي نسخة"
327
 
328
  #: contact_form.php:420
329
+ #: contact_form.php:907
330
+ #: contact_form.php:936
331
  msgid "Submit"
332
  msgstr "تقدم"
333
 
408
  msgstr "الخيارات حُفظت."
409
 
410
  #: contact_form.php:755
411
+ #: contact_form.php:1005
412
  #, fuzzy
413
  msgid "Extra settings"
414
  msgstr "إعدادات"
415
 
416
  #: contact_form.php:760
417
+ #: contact_form.php:1261
418
  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:"
419
  msgstr "إذا كنت ترغب في إضافة نموذج الاتصال إلى موقع الويب الخاص بك، قم بنسخ ولصق هذا الرمز القصير:"
420
 
421
+ #: contact_form.php:760
422
+ #: contact_form.php:761
423
+ #: contact_form.php:921
424
+ #: contact_form.php:969
425
+ msgid "or"
426
+ msgstr ""
427
+
428
  #: contact_form.php:761
429
+ msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
430
+ msgstr ""
431
+
432
+ #: contact_form.php:762
433
+ msgid "They work the same way."
434
+ msgstr ""
435
+
436
+ #: contact_form.php:763
437
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
438
  msgstr "إذا كانت المعلومات في الحقول أدناه فارغة سيتم إرسال الرسالة إلى عنوان الذي تم تحديده أثناء التسجيل."
439
 
440
+ #: contact_form.php:767
441
  msgid "The user's email address:"
442
  msgstr "أستخدم بريد العضو في وورد بريس:"
443
 
444
+ #: contact_form.php:771
445
  msgid "Create a username"
446
  msgstr "اختر اسم المستخدم"
447
 
448
+ #: contact_form.php:776
449
  msgid "Enter a username of the person who should get the messages from the contact form."
450
  msgstr "تعيين اسم المستخدم من الذين سيحصلون على رسائل من شكل من أشكال الاتصال."
451
 
452
+ #: contact_form.php:780
453
  msgid "Use this email address:"
454
  msgstr "استخدام هذا البريد الالكتروني:"
455
 
456
+ #: contact_form.php:783
457
  msgid "Enter the email address you want the messages forwarded to."
458
  msgstr "تعيين عنوان البريد الإلكتروني التي سيتم استخدامها لاستقبال الرسائل."
459
 
460
+ #: contact_form.php:787
461
  msgid "Additional options"
462
  msgstr "خيارات إضافية"
463
 
464
+ #: contact_form.php:790
465
  msgid "What to use?"
466
  msgstr "ماذا تستخدم؟"
467
 
468
+ #: contact_form.php:793
469
  msgid "Wp-mail"
470
  msgstr "Wp-mail"
471
 
472
+ #: contact_form.php:794
473
  msgid "You can use the wp_mail function for mailing"
474
  msgstr "لإرسال البريد يمكنك استخدام وظيفة wp_mail"
475
 
476
+ #: contact_form.php:800
477
  msgid "Mail"
478
  msgstr "Mail"
479
 
480
+ #: contact_form.php:801
481
  msgid "To send mail you can use the php mail function"
482
  msgstr "لإرسال البريد يمكنك استخدام وظيفة البريد PHP"
483
 
484
+ #: contact_form.php:805
485
  #, fuzzy
486
  msgid "Change text of the 'FROM' field"
487
  msgstr "تغيير من الحقول من نموذج الاتصال"
488
 
489
+ #: contact_form.php:811
490
  msgid "Enter the email address in the 'From' field"
491
  msgstr ""
492
 
493
+ #: contact_form.php:813
494
  msgid "User email"
495
  msgstr ""
496
 
497
+ #: contact_form.php:813
498
  msgid "The email address of the user who fills the form will be used in the field 'From'."
499
  msgstr ""
500
 
501
+ #: contact_form.php:815
502
  msgid "This email address will be used in the 'From' field."
503
  msgstr ""
504
 
505
+ #: contact_form.php:819
506
  #, fuzzy
507
  msgid "Display fields"
508
  msgstr "عرض حقل المرفقات"
509
 
510
+ #: contact_form.php:821
511
+ #: contact_form.php:851
512
+ #: contact_form.php:1041
513
+ #: contact_form.php:1693
514
  #, fuzzy
515
  msgid "Address"
516
  msgstr "البريد الالكتروني:"
517
 
518
+ #: contact_form.php:822
519
+ #: contact_form.php:853
520
+ #: contact_form.php:1701
521
  msgid "Phone"
522
  msgstr ""
523
 
524
+ #: contact_form.php:823
525
  #, fuzzy
526
  msgid "Attachment block"
527
  msgstr "عرض حقل المرفقات"
528
 
529
+ #: contact_form.php:823
530
  msgid "Users can attach the following file formats"
531
  msgstr "يمكن للمستخدمين إرفاق الملفات من الأنواع التالية"
532
 
533
+ #: contact_form.php:824
534
  #, fuzzy
535
  msgid "Tips below the Attachment block"
536
  msgstr "عرض حقل المرفقات"
537
 
538
+ #: contact_form.php:825
539
  #, fuzzy
540
  msgid "Send me a copy block"
541
  msgstr "عرض خيار (أرسل لي نسخة)"
542
 
543
+ #: contact_form.php:837
544
+ #: contact_form.php:840
545
+ #: contact_form.php:843
546
+ #: contact_form.php:1070
547
  msgid "Captcha"
548
  msgstr ""
549
 
550
+ #: contact_form.php:837
551
+ #: contact_form.php:840
552
+ #: contact_form.php:843
553
+ #: contact_form.php:1070
554
  msgid "(powered by bestwebsoft.com)"
555
  msgstr ""
556
 
557
+ #: contact_form.php:840
558
  #, fuzzy
559
  msgid "Activate captcha"
560
  msgstr "تفعيل الإضافات"
561
 
562
+ #: contact_form.php:843
563
  #, fuzzy
564
  msgid "Download captcha"
565
  msgstr "تحميل"
566
 
567
+ #: contact_form.php:848
568
  msgid "Required fields"
569
  msgstr ""
570
 
571
+ #: contact_form.php:850
572
+ #: contact_form.php:1036
573
+ #: contact_form.php:1688
574
  msgid "Name"
575
  msgstr "الأسم"
576
 
577
+ #: contact_form.php:852
578
  #, fuzzy
579
  msgid "Email Address"
580
  msgstr "البريد الالكتروني:"
581
 
582
+ #: contact_form.php:854
583
+ #: contact_form.php:1056
584
+ #: contact_form.php:1704
585
  msgid "Subject"
586
  msgstr "موضوع الرسالة"
587
 
588
+ #: contact_form.php:855
589
+ #: contact_form.php:1060
590
+ #: contact_form.php:1707
591
  msgid "Message"
592
  msgstr "الرسالة"
593
 
594
+ #: contact_form.php:859
595
  #, fuzzy
596
  msgid "Display additional info in the email"
597
  msgstr "عرض معلومات اضافية في البريد الالكتروني"
598
 
599
+ #: contact_form.php:864
600
+ #: contact_form.php:1660
601
  msgid "Sent from (ip address)"
602
  msgstr "ارسلت من (عنوان IP)"
603
 
604
+ #: contact_form.php:865
605
+ #: contact_form.php:1665
606
  msgid "Date/Time"
607
  msgstr "الوقت/التاريخ"
608
 
609
+ #: contact_form.php:866
610
+ #: contact_form.php:1670
611
  msgid "Sent from (referer)"
612
  msgstr "Sent from (referer)"
613
 
614
+ #: contact_form.php:867
615
+ #: contact_form.php:1675
616
  msgid "Using (user agent)"
617
  msgstr "باستخدام (وكيل المستخدم)"
618
 
619
+ #: contact_form.php:871
620
  msgid "Language settings for the field names in the form"
621
  msgstr ""
622
 
623
+ #: contact_form.php:880
624
  msgid "Add a language"
625
  msgstr ""
626
 
627
+ #: contact_form.php:884
628
  #, fuzzy
629
  msgid "Change the names of the contact form fields and error messages"
630
  msgstr "تغيير تسمية حقول نموذج الاتصال"
631
 
632
+ #: contact_form.php:889
633
+ #: contact_form.php:960
634
  msgid "English"
635
  msgstr ""
636
 
 
 
 
 
 
 
 
 
 
 
637
  #: contact_form.php:908
638
  #: contact_form.php:937
639
+ msgid "Error message for the Name field"
640
  msgstr ""
641
 
642
  #: contact_form.php:909
643
  #: contact_form.php:938
644
+ msgid "Error message for the Address field"
645
  msgstr ""
646
 
647
  #: contact_form.php:910
648
  #: contact_form.php:939
649
+ msgid "Error message for the Email field"
650
  msgstr ""
651
 
652
  #: contact_form.php:911
653
  #: contact_form.php:940
654
+ msgid "Error message for the Phone field"
655
  msgstr ""
656
 
657
  #: contact_form.php:912
658
  #: contact_form.php:941
659
+ msgid "Error message for the Subject field"
660
  msgstr ""
661
 
662
  #: contact_form.php:913
663
  #: contact_form.php:942
664
+ msgid "Error message for the Message field"
665
  msgstr ""
666
 
667
  #: contact_form.php:914
668
  #: contact_form.php:943
669
+ msgid "Error message about the file type for the Attachment field"
670
  msgstr ""
671
 
672
  #: contact_form.php:915
673
  #: contact_form.php:944
674
+ msgid "Error message while uploading a file for the Attachment field to the server"
675
  msgstr ""
676
 
677
  #: contact_form.php:916
678
  #: contact_form.php:945
679
+ msgid "Error message while moving the file for the Attachment field"
680
  msgstr ""
681
 
682
  #: contact_form.php:917
683
  #: contact_form.php:946
684
+ msgid "Error message when file size limit for the Attachment field is exceeded"
685
+ msgstr ""
686
+
687
+ #: contact_form.php:918
688
+ #: contact_form.php:947
689
+ msgid "Error message for the Captcha field"
690
  msgstr ""
691
 
692
  #: contact_form.php:919
693
  #: contact_form.php:948
694
+ msgid "Error message for the whole form"
695
+ msgstr ""
696
+
697
+ #: contact_form.php:921
698
+ #: contact_form.php:950
699
+ #: contact_form.php:969
700
+ #: contact_form.php:975
701
  msgid "Use shortcode"
702
  msgstr ""
703
 
704
+ #: contact_form.php:921
705
+ #: contact_form.php:950
706
+ #: contact_form.php:969
707
+ #: contact_form.php:975
708
  msgid "for this language"
709
  msgstr ""
710
 
711
+ #: contact_form.php:957
712
  msgid "Action after email is sent"
713
  msgstr ""
714
 
715
+ #: contact_form.php:959
716
  #, fuzzy
717
  msgid "Display text"
718
  msgstr "عرض حقل المرفقات"
719
 
720
+ #: contact_form.php:968
721
+ #: contact_form.php:974
722
  msgid "Text"
723
  msgstr ""
724
 
725
+ #: contact_form.php:981
726
  msgid "Redirect to the page"
727
  msgstr ""
728
 
729
+ #: contact_form.php:982
730
  msgid "Url"
731
  msgstr ""
732
 
733
+ #: contact_form.php:987
734
+ #: contact_form.php:1162
735
  msgid "Save Changes"
736
  msgstr "حفظ التغييرات"
737
 
738
+ #: contact_form.php:1002
739
  #, fuzzy
740
  msgid "Contact Form Pro | Extra Settings"
741
  msgstr "خيارات نموذج اتصل بنا"
742
 
743
+ #: contact_form.php:1009
744
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
745
  msgstr ""
746
 
747
+ #: contact_form.php:1016
748
  msgid "Errors output"
749
  msgstr ""
750
 
751
+ #: contact_form.php:1019
752
  msgid "Display error messages"
753
  msgstr ""
754
 
755
+ #: contact_form.php:1020
756
  msgid "Color of the input field errors."
757
  msgstr ""
758
 
759
+ #: contact_form.php:1021
760
  msgid "Display error messages & color of the input field errors"
761
  msgstr ""
762
 
763
+ #: contact_form.php:1026
764
  msgid "Add placeholder to the input blocks"
765
  msgstr ""
766
 
767
+ #: contact_form.php:1032
768
  #, fuzzy
769
  msgid "Add tooltips"
770
  msgstr "خيارات إضافية"
771
 
772
+ #: contact_form.php:1046
773
  #, fuzzy
774
  msgid "Email address"
775
  msgstr "البريد الالكتروني:"
776
 
777
+ #: contact_form.php:1051
778
  msgid "Phone Number"
779
  msgstr ""
780
 
781
+ #: contact_form.php:1065
782
  #, fuzzy
783
  msgid "Attachment"
784
  msgstr "المرفقات:"
785
 
786
+ #: contact_form.php:1075
787
  #, fuzzy
788
  msgid "Style options"
789
  msgstr "خيارات إضافية"
790
 
791
+ #: contact_form.php:1078
792
  msgid "Text color"
793
  msgstr ""
794
 
795
+ #: contact_form.php:1081
796
+ #: contact_form.php:1086
797
+ #: contact_form.php:1096
798
+ #: contact_form.php:1101
799
+ #: contact_form.php:1106
800
+ #: contact_form.php:1111
801
+ #: contact_form.php:1121
802
+ #: contact_form.php:1126
803
+ #: contact_form.php:1132
804
+ #: contact_form.php:1143
805
+ #: contact_form.php:1148
806
+ #: contact_form.php:1153
807
  msgid "Default"
808
  msgstr ""
809
 
810
+ #: contact_form.php:1083
811
  msgid "Label text color"
812
  msgstr ""
813
 
814
+ #: contact_form.php:1088
815
  msgid "Placeholder color"
816
  msgstr ""
817
 
818
+ #: contact_form.php:1093
819
  msgid "Errors color"
820
  msgstr ""
821
 
822
+ #: contact_form.php:1098
823
  msgid "Error text color"
824
  msgstr ""
825
 
826
+ #: contact_form.php:1103
827
  msgid "Background color of the input field errors"
828
  msgstr ""
829
 
830
+ #: contact_form.php:1108
831
  msgid "Border color of the input field errors"
832
  msgstr ""
833
 
834
+ #: contact_form.php:1113
835
  msgid "Placeholder color of the input field errors"
836
  msgstr ""
837
 
838
+ #: contact_form.php:1118
839
  #, fuzzy
840
  msgid "Input fields"
841
  msgstr "عرض حقل المرفقات"
842
 
843
+ #: contact_form.php:1123
844
  msgid "Input fields background color"
845
  msgstr ""
846
 
847
+ #: contact_form.php:1128
848
  msgid "Text fields color"
849
  msgstr ""
850
 
851
+ #: contact_form.php:1130
852
  msgid "Border width in px, numbers only"
853
  msgstr ""
854
 
855
+ #: contact_form.php:1134
856
+ #: contact_form.php:1155
857
  msgid "Border color"
858
  msgstr ""
859
 
860
+ #: contact_form.php:1139
861
  #, fuzzy
862
  msgid "Submit button"
863
  msgstr "تقدم"
864
 
865
+ #: contact_form.php:1141
866
  msgid "Width in px, numbers only"
867
  msgstr ""
868
 
869
+ #: contact_form.php:1145
870
  msgid "Button color"
871
  msgstr ""
872
 
873
+ #: contact_form.php:1150
874
  msgid "Button text color"
875
  msgstr ""
876
 
877
+ #: contact_form.php:1166
878
  #, fuzzy
879
  msgid "Contact Form Pro | Preview"
880
  msgstr "نموذج الاتصال"
881
 
882
+ #: contact_form.php:1169
883
  msgid "Show with errors"
884
  msgstr ""
885
 
 
886
  #: contact_form.php:1177
887
+ #: contact_form.php:1179
888
  msgid "Please enter your full name..."
889
  msgstr ""
890
 
 
891
  #: contact_form.php:1190
892
+ #: contact_form.php:1192
893
  msgid "Please enter your address..."
894
  msgstr ""
895
 
 
896
  #: contact_form.php:1201
897
+ #: contact_form.php:1203
898
  #, fuzzy
899
  msgid "Please enter your email address..."
900
  msgstr "استخدام هذا البريد الالكتروني:"
901
 
 
902
  #: contact_form.php:1212
903
+ #: contact_form.php:1214
904
  msgid "Please enter your phone number..."
905
  msgstr ""
906
 
 
907
  #: contact_form.php:1223
908
+ #: contact_form.php:1225
909
  msgid "Please enter subject..."
910
  msgstr ""
911
 
 
912
  #: contact_form.php:1233
913
+ #: contact_form.php:1235
914
  msgid "Please enter your message..."
915
  msgstr ""
916
 
917
+ #: contact_form.php:1246
918
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
919
  msgstr ""
920
 
921
+ #: contact_form.php:1399
922
  msgid "You can attach the following file formats"
923
  msgstr "يمكنك إرفاق الملفات من الأنواع التالية"
924
 
925
+ #: contact_form.php:1683
926
  msgid "Contact from"
927
  msgstr "اتصل من"
928
 
929
+ #: contact_form.php:1696
930
  msgid "Email"
931
  msgstr "البريد الألكتروني"
932
 
933
+ #: contact_form.php:1710
934
  msgid "Site"
935
  msgstr "الموقع"
936
 
937
+ #: contact_form.php:1760
938
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
939
  msgstr "إذا يمكنك أن ترى هذه MIME من العميل الخاص بك لا يقبل أنواع MIME!"
940
 
941
+ #: contact_form.php:1811
942
  msgid "FAQ"
943
  msgstr "أسئلة وأجوبة"
944
 
945
+ #: contact_form.php:1812
946
  msgid "Support"
947
  msgstr "دعم"
948
 
949
+ #: contact_form.php:1860
950
  msgid "Are you sure that you want to delete this language data?"
951
  msgstr ""
952
 
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-07-22 16:54+0300\n"
6
- "PO-Revision-Date: 2013-07-22 16:54+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Sakałoŭ Alaksiej <nullbsd@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -158,7 +158,7 @@ msgid "Thank you for contacting us."
158
  msgstr "Дзякуем за кантакт з намі."
159
 
160
  #: contact_form.php:242
161
- #: contact_form.php:1313
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Прабачце, вашая электронная пошта не можа быць адпраўленай."
164
 
@@ -184,9 +184,9 @@ msgstr "Чытаць далей"
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
- #: contact_form.php:1002
188
- #: contact_form.php:1799
189
- #: contact_form.php:1808
190
  msgid "Settings"
191
  msgstr "Наладкі"
192
 
@@ -270,64 +270,64 @@ msgid "Contact Form Pro Extra Settings"
270
  msgstr "Наладкі кантактнай формы"
271
 
272
  #: contact_form.php:373
273
- #: contact_form.php:1008
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "Кантактная форма"
277
 
278
  #: contact_form.php:412
279
- #: contact_form.php:897
280
- #: contact_form.php:926
281
  msgid "Name:"
282
  msgstr "Імя:"
283
 
284
  #: contact_form.php:413
285
- #: contact_form.php:898
286
- #: contact_form.php:927
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "E-mail адрас:"
290
 
291
  #: contact_form.php:414
292
- #: contact_form.php:899
293
- #: contact_form.php:928
294
  msgid "Email Address:"
295
  msgstr "E-mail адрас:"
296
 
297
  #: contact_form.php:415
298
- #: contact_form.php:900
299
- #: contact_form.php:929
300
  msgid "Phone number:"
301
  msgstr "Тэлефон:"
302
 
303
  #: contact_form.php:416
304
- #: contact_form.php:901
305
- #: contact_form.php:930
306
  msgid "Subject:"
307
  msgstr "Тэма:"
308
 
309
  #: contact_form.php:417
310
- #: contact_form.php:902
311
- #: contact_form.php:931
312
  msgid "Message:"
313
  msgstr "Паведамленьне:"
314
 
315
  #: contact_form.php:418
316
- #: contact_form.php:903
317
- #: contact_form.php:932
318
  msgid "Attachment:"
319
  msgstr "Прычапіць файл:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
- #: contact_form.php:904
324
- #: contact_form.php:933
325
  msgid "Send me a copy"
326
  msgstr "Адправіць мне копію"
327
 
328
  #: contact_form.php:420
329
- #: contact_form.php:905
330
- #: contact_form.php:934
331
  msgid "Submit"
332
  msgstr "Адправіць"
333
 
@@ -406,536 +406,551 @@ msgid "Settings saved."
406
  msgstr "Наладкі захаваны."
407
 
408
  #: contact_form.php:755
409
- #: contact_form.php:1003
410
  #, fuzzy
411
  msgid "Extra settings"
412
  msgstr "Наладкі"
413
 
414
  #: contact_form.php:760
415
- #: contact_form.php:1259
416
  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:"
417
  msgstr "Калі вы жадаеце дадаць Кантактную Форму на свой сайт, тады вам неабходна толькі скапіяваць ды ўставіць Shortcode у канктэнт старонкі, ці запісу, ці аздабленьня:"
418
 
 
 
 
 
 
 
 
419
  #: contact_form.php:761
 
 
 
 
 
 
 
 
420
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
421
  msgstr "Калі інфармацыя ў палях ніжэй адсутнічае, паведамленьне будзе адпраўлена на email адрас, які быў указаны пры рэгістрацыі на сайце."
422
 
423
- #: contact_form.php:765
424
  msgid "The user's email address:"
425
  msgstr "Электронны адрас карыстальніка:"
426
 
427
- #: contact_form.php:769
428
  msgid "Create a username"
429
  msgstr "Абярыце імя карыстальніка"
430
 
431
- #: contact_form.php:774
432
  msgid "Enter a username of the person who should get the messages from the contact form."
433
  msgstr "Увядзіце імя карыстальніка, які будзе атрымліваць паведамленьні кантактнай формы."
434
 
435
- #: contact_form.php:778
436
  msgid "Use this email address:"
437
  msgstr "Выкарыстоўваць гэты email-адрас:"
438
 
439
- #: contact_form.php:781
440
  msgid "Enter the email address you want the messages forwarded to."
441
  msgstr "Увядзіце адрас, на які хочаце перанакіраваць паведамленьне."
442
 
443
- #: contact_form.php:785
444
  msgid "Additional options"
445
  msgstr "Дадатковыя наладкі"
446
 
447
- #: contact_form.php:788
448
  msgid "What to use?"
449
  msgstr "Што выкарыстоўваць?"
450
 
451
- #: contact_form.php:791
452
  msgid "Wp-mail"
453
  msgstr "Wp-mail"
454
 
455
- #: contact_form.php:792
456
  msgid "You can use the wp_mail function for mailing"
457
  msgstr "Для адпраўкі пошты вы можаце выкарыстоўваць функцыю php mail"
458
 
459
- #: contact_form.php:798
460
  msgid "Mail"
461
  msgstr "Mail"
462
 
463
- #: contact_form.php:799
464
  msgid "To send mail you can use the php mail function"
465
  msgstr "Для адпраўкі пошты вы можаце выкарыстоўваць функцыю php mail"
466
 
467
- #: contact_form.php:803
468
  msgid "Change text of the 'FROM' field"
469
  msgstr "Зьмяніць тэкст для радка 'FROM' у лісьце"
470
 
471
- #: contact_form.php:809
472
  msgid "Enter the email address in the 'From' field"
473
  msgstr "Калі ласка, увядзіце адрас электроннай пошты ў поле 'From'"
474
 
475
- #: contact_form.php:811
476
  msgid "User email"
477
  msgstr ""
478
 
479
- #: contact_form.php:811
480
  #, fuzzy
481
  msgid "The email address of the user who fills the form will be used in the field 'From'."
482
  msgstr "Адрас электроннай пошты карыстальніка, які запаўняе форму будзе выкарыстоўвацца ў поле 'From'."
483
 
484
- #: contact_form.php:813
485
  msgid "This email address will be used in the 'From' field."
486
  msgstr "Гэты адрас будзе выкарыстоўвацца ў поле 'From'"
487
 
488
- #: contact_form.php:817
489
  #, fuzzy
490
  msgid "Display fields"
491
  msgstr "Адлюстраваць тэкст"
492
 
493
- #: contact_form.php:819
494
- #: contact_form.php:849
495
- #: contact_form.php:1039
496
- #: contact_form.php:1691
497
  #, fuzzy
498
  msgid "Address"
499
  msgstr "E-mail адрас:"
500
 
501
- #: contact_form.php:820
502
- #: contact_form.php:851
503
- #: contact_form.php:1699
504
  msgid "Phone"
505
  msgstr "Тэлефон"
506
 
507
- #: contact_form.php:821
508
  #, fuzzy
509
  msgid "Attachment block"
510
  msgstr "Паказваць блок Прычапіць Файл"
511
 
512
- #: contact_form.php:821
513
  msgid "Users can attach the following file formats"
514
  msgstr "Карыстальнікі могуць прычапляць файлы наступных тыпаў"
515
 
516
- #: contact_form.php:822
517
  #, fuzzy
518
  msgid "Tips below the Attachment block"
519
  msgstr "Паказваць блок Прычапіць Файл"
520
 
521
- #: contact_form.php:823
522
  #, fuzzy
523
  msgid "Send me a copy block"
524
  msgstr "Паказаць блок Адправіць мне копію"
525
 
526
- #: contact_form.php:835
527
- #: contact_form.php:838
528
- #: contact_form.php:841
529
- #: contact_form.php:1068
530
  msgid "Captcha"
531
  msgstr ""
532
 
533
- #: contact_form.php:835
534
- #: contact_form.php:838
535
- #: contact_form.php:841
536
- #: contact_form.php:1068
537
  msgid "(powered by bestwebsoft.com)"
538
  msgstr ""
539
 
540
- #: contact_form.php:838
541
  #, fuzzy
542
  msgid "Activate captcha"
543
  msgstr "Актываваныя пашырэньні"
544
 
545
- #: contact_form.php:841
546
  #, fuzzy
547
  msgid "Download captcha"
548
  msgstr "Спампаваць"
549
 
550
- #: contact_form.php:846
551
  msgid "Required fields"
552
  msgstr "Абавязковыя палі"
553
 
554
- #: contact_form.php:848
555
- #: contact_form.php:1034
556
- #: contact_form.php:1686
557
  msgid "Name"
558
  msgstr "Імя"
559
 
560
- #: contact_form.php:850
561
  #, fuzzy
562
  msgid "Email Address"
563
  msgstr "E-mail адрас:"
564
 
565
- #: contact_form.php:852
566
- #: contact_form.php:1054
567
- #: contact_form.php:1702
568
  msgid "Subject"
569
  msgstr "Тэма"
570
 
571
- #: contact_form.php:853
572
- #: contact_form.php:1058
573
- #: contact_form.php:1705
574
  msgid "Message"
575
  msgstr "Паведамленьне"
576
 
577
- #: contact_form.php:857
578
  #, fuzzy
579
  msgid "Display additional info in the email"
580
  msgstr "Паказ дадатковай інфармацыі ў лісьце"
581
 
582
- #: contact_form.php:862
583
- #: contact_form.php:1658
584
  msgid "Sent from (ip address)"
585
  msgstr "Адпраўлена ад (IP адрас)"
586
 
587
- #: contact_form.php:863
588
- #: contact_form.php:1663
589
  msgid "Date/Time"
590
  msgstr "Дата/Час"
591
 
592
- #: contact_form.php:864
593
- #: contact_form.php:1668
594
  msgid "Sent from (referer)"
595
  msgstr "Прыйшло з "
596
 
597
- #: contact_form.php:865
598
- #: contact_form.php:1673
599
  msgid "Using (user agent)"
600
  msgstr "Выкарыстоўваць (user agent)"
601
 
602
- #: contact_form.php:869
603
  msgid "Language settings for the field names in the form"
604
  msgstr "Моўныя наладкі для палёў у форме"
605
 
606
- #: contact_form.php:878
607
  #, fuzzy
608
  msgid "Add a language"
609
  msgstr "Дадаць мову"
610
 
611
- #: contact_form.php:882
612
  msgid "Change the names of the contact form fields and error messages"
613
  msgstr "Зьмяніць назвы палёў кантактнай формы й паведамленьняў аб памылках"
614
 
615
- #: contact_form.php:887
616
- #: contact_form.php:958
617
  msgid "English"
618
  msgstr "Ангельская"
619
 
620
- #: contact_form.php:906
621
- #: contact_form.php:935
622
  msgid "Error message for the Name field"
623
  msgstr "Паведамленьне аб памылкі для поля Імя Карыстальніка"
624
 
625
- #: contact_form.php:907
626
- #: contact_form.php:936
627
  #, fuzzy
628
  msgid "Error message for the Address field"
629
  msgstr "Паведамленьне аб памылкі для поля Паведамленьне"
630
 
631
- #: contact_form.php:908
632
- #: contact_form.php:937
633
  msgid "Error message for the Email field"
634
  msgstr "Паведамленьне аб памылкі для поля Электронная Пошта"
635
 
636
- #: contact_form.php:909
637
- #: contact_form.php:938
638
  msgid "Error message for the Phone field"
639
  msgstr "Паведамленьне аб памылкі для поля Тэлефон"
640
 
641
- #: contact_form.php:910
642
- #: contact_form.php:939
643
  msgid "Error message for the Subject field"
644
  msgstr "Паведамленьне аб памылкі для поля Тэма"
645
 
646
- #: contact_form.php:911
647
- #: contact_form.php:940
648
  msgid "Error message for the Message field"
649
  msgstr "Паведамленьне аб памылкі для поля Паведамленьне"
650
 
651
- #: contact_form.php:912
652
- #: contact_form.php:941
653
  #, fuzzy
654
  msgid "Error message about the file type for the Attachment field"
655
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
656
 
657
- #: contact_form.php:913
658
- #: contact_form.php:942
659
  #, fuzzy
660
  msgid "Error message while uploading a file for the Attachment field to the server"
661
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
662
 
663
- #: contact_form.php:914
664
- #: contact_form.php:943
665
  #, fuzzy
666
  msgid "Error message while moving the file for the Attachment field"
667
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
668
 
669
- #: contact_form.php:915
670
- #: contact_form.php:944
671
  #, fuzzy
672
  msgid "Error message when file size limit for the Attachment field is exceeded"
673
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
674
 
675
- #: contact_form.php:916
676
- #: contact_form.php:945
677
  msgid "Error message for the Captcha field"
678
  msgstr "Паведамленьне аб памылкі для поля Captcha"
679
 
680
- #: contact_form.php:917
681
- #: contact_form.php:946
682
  msgid "Error message for the whole form"
683
  msgstr "Паведамленьне аб памылцы для усёй формы"
684
 
685
- #: contact_form.php:919
686
- #: contact_form.php:948
687
- #: contact_form.php:967
688
- #: contact_form.php:973
689
  msgid "Use shortcode"
690
  msgstr "Выкарыстоўваць shortcode"
691
 
692
- #: contact_form.php:919
693
- #: contact_form.php:948
694
- #: contact_form.php:967
695
- #: contact_form.php:973
696
  msgid "for this language"
697
  msgstr "для дадзенай мовы"
698
 
699
- #: contact_form.php:955
700
  msgid "Action after email is sent"
701
  msgstr "Дзеяньні пасьля адпраўкі ліста"
702
 
703
- #: contact_form.php:957
704
  msgid "Display text"
705
  msgstr "Адлюстраваць тэкст"
706
 
707
- #: contact_form.php:966
708
- #: contact_form.php:972
709
  msgid "Text"
710
  msgstr "Тэкст"
711
 
712
- #: contact_form.php:979
713
  msgid "Redirect to the page"
714
  msgstr "Перакінуць на старонку"
715
 
716
- #: contact_form.php:980
717
  msgid "Url"
718
  msgstr "www-адрас"
719
 
720
- #: contact_form.php:985
721
- #: contact_form.php:1160
722
  msgid "Save Changes"
723
  msgstr "Захаваць зьмены"
724
 
725
- #: contact_form.php:1000
726
  #, fuzzy
727
  msgid "Contact Form Pro | Extra Settings"
728
  msgstr "Наладкі кантактнай формы"
729
 
730
- #: contact_form.php:1007
731
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
732
  msgstr ""
733
 
734
- #: contact_form.php:1014
735
  msgid "Errors output"
736
  msgstr ""
737
 
738
- #: contact_form.php:1017
739
  msgid "Display error messages"
740
  msgstr ""
741
 
742
- #: contact_form.php:1018
743
  msgid "Color of the input field errors."
744
  msgstr ""
745
 
746
- #: contact_form.php:1019
747
  #, fuzzy
748
  msgid "Display error messages & color of the input field errors"
749
  msgstr "Паведамленьне аб памылкі для поля Тэма"
750
 
751
- #: contact_form.php:1024
752
  msgid "Add placeholder to the input blocks"
753
  msgstr ""
754
 
755
- #: contact_form.php:1030
756
  #, fuzzy
757
  msgid "Add tooltips"
758
  msgstr "Дадатковыя наладкі"
759
 
760
- #: contact_form.php:1044
761
  #, fuzzy
762
  msgid "Email address"
763
  msgstr "E-mail адрас:"
764
 
765
- #: contact_form.php:1049
766
  #, fuzzy
767
  msgid "Phone Number"
768
  msgstr "Тэлефон:"
769
 
770
- #: contact_form.php:1063
771
  #, fuzzy
772
  msgid "Attachment"
773
  msgstr "Прычапіць файл:"
774
 
775
- #: contact_form.php:1073
776
  #, fuzzy
777
  msgid "Style options"
778
  msgstr "Дадатковыя наладкі"
779
 
780
- #: contact_form.php:1076
781
  msgid "Text color"
782
  msgstr ""
783
 
784
- #: contact_form.php:1079
785
- #: contact_form.php:1084
786
- #: contact_form.php:1094
787
- #: contact_form.php:1099
788
- #: contact_form.php:1104
789
- #: contact_form.php:1109
790
- #: contact_form.php:1119
791
- #: contact_form.php:1124
792
- #: contact_form.php:1130
793
- #: contact_form.php:1141
794
- #: contact_form.php:1146
795
- #: contact_form.php:1151
796
  msgid "Default"
797
  msgstr ""
798
 
799
- #: contact_form.php:1081
800
  msgid "Label text color"
801
  msgstr ""
802
 
803
- #: contact_form.php:1086
804
  msgid "Placeholder color"
805
  msgstr ""
806
 
807
- #: contact_form.php:1091
808
  msgid "Errors color"
809
  msgstr ""
810
 
811
- #: contact_form.php:1096
812
  msgid "Error text color"
813
  msgstr ""
814
 
815
- #: contact_form.php:1101
816
  msgid "Background color of the input field errors"
817
  msgstr ""
818
 
819
- #: contact_form.php:1106
820
  msgid "Border color of the input field errors"
821
  msgstr ""
822
 
823
- #: contact_form.php:1111
824
  msgid "Placeholder color of the input field errors"
825
  msgstr ""
826
 
827
- #: contact_form.php:1116
828
  #, fuzzy
829
  msgid "Input fields"
830
  msgstr "Адлюстраваць тэкст"
831
 
832
- #: contact_form.php:1121
833
  msgid "Input fields background color"
834
  msgstr ""
835
 
836
- #: contact_form.php:1126
837
  msgid "Text fields color"
838
  msgstr ""
839
 
840
- #: contact_form.php:1128
841
  msgid "Border width in px, numbers only"
842
  msgstr ""
843
 
844
- #: contact_form.php:1132
845
- #: contact_form.php:1153
846
  msgid "Border color"
847
  msgstr ""
848
 
849
- #: contact_form.php:1137
850
  #, fuzzy
851
  msgid "Submit button"
852
  msgstr "Адправіць"
853
 
854
- #: contact_form.php:1139
855
  msgid "Width in px, numbers only"
856
  msgstr ""
857
 
858
- #: contact_form.php:1143
859
  msgid "Button color"
860
  msgstr ""
861
 
862
- #: contact_form.php:1148
863
  msgid "Button text color"
864
  msgstr ""
865
 
866
- #: contact_form.php:1164
867
  #, fuzzy
868
  msgid "Contact Form Pro | Preview"
869
  msgstr "Кантактная форма"
870
 
871
- #: contact_form.php:1167
872
  msgid "Show with errors"
873
  msgstr ""
874
 
875
- #: contact_form.php:1175
876
  #: contact_form.php:1177
 
877
  msgid "Please enter your full name..."
878
  msgstr ""
879
 
880
- #: contact_form.php:1188
881
  #: contact_form.php:1190
 
882
  msgid "Please enter your address..."
883
  msgstr ""
884
 
885
- #: contact_form.php:1199
886
  #: contact_form.php:1201
 
887
  #, fuzzy
888
  msgid "Please enter your email address..."
889
  msgstr "Выкарыстоўваць гэты email-адрас:"
890
 
891
- #: contact_form.php:1210
892
  #: contact_form.php:1212
 
893
  msgid "Please enter your phone number..."
894
  msgstr ""
895
 
896
- #: contact_form.php:1221
897
  #: contact_form.php:1223
 
898
  msgid "Please enter subject..."
899
  msgstr ""
900
 
901
- #: contact_form.php:1231
902
  #: contact_form.php:1233
 
903
  msgid "Please enter your message..."
904
  msgstr ""
905
 
906
- #: contact_form.php:1244
907
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
908
  msgstr ""
909
 
910
- #: contact_form.php:1397
911
  msgid "You can attach the following file formats"
912
  msgstr "Карыстальнікі могуць прычапіць файлы наступных тыпаў"
913
 
914
- #: contact_form.php:1681
915
  msgid "Contact from"
916
  msgstr "Кантактная форма"
917
 
918
- #: contact_form.php:1694
919
  msgid "Email"
920
  msgstr "Электронная пошта"
921
 
922
- #: contact_form.php:1708
923
  msgid "Site"
924
  msgstr "Сайт"
925
 
926
- #: contact_form.php:1758
927
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
928
  msgstr "Калі вы бачыце гэты MIME, значыць гэты тып не падтрымліваецца вашым паштовым кліентам!"
929
 
930
- #: contact_form.php:1809
931
  msgid "FAQ"
932
  msgstr "Пытаньні й адказы"
933
 
934
- #: contact_form.php:1810
935
  msgid "Support"
936
  msgstr "Падтрымка"
937
 
938
- #: contact_form.php:1858
939
  msgid "Are you sure that you want to delete this language data?"
940
  msgstr "Вы сапраўды хочаце выдаліць дадзеныя для гэтай мовы?"
941
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-07-29 17:31+0300\n"
6
+ "PO-Revision-Date: 2013-07-29 17:31+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Sakałoŭ Alaksiej <nullbsd@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
158
  msgstr "Дзякуем за кантакт з намі."
159
 
160
  #: contact_form.php:242
161
+ #: contact_form.php:1315
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Прабачце, вашая электронная пошта не можа быць адпраўленай."
164
 
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
+ #: contact_form.php:1004
188
+ #: contact_form.php:1801
189
+ #: contact_form.php:1810
190
  msgid "Settings"
191
  msgstr "Наладкі"
192
 
270
  msgstr "Наладкі кантактнай формы"
271
 
272
  #: contact_form.php:373
273
+ #: contact_form.php:1010
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "Кантактная форма"
277
 
278
  #: contact_form.php:412
279
+ #: contact_form.php:899
280
+ #: contact_form.php:928
281
  msgid "Name:"
282
  msgstr "Імя:"
283
 
284
  #: contact_form.php:413
285
+ #: contact_form.php:900
286
+ #: contact_form.php:929
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "E-mail адрас:"
290
 
291
  #: contact_form.php:414
292
+ #: contact_form.php:901
293
+ #: contact_form.php:930
294
  msgid "Email Address:"
295
  msgstr "E-mail адрас:"
296
 
297
  #: contact_form.php:415
298
+ #: contact_form.php:902
299
+ #: contact_form.php:931
300
  msgid "Phone number:"
301
  msgstr "Тэлефон:"
302
 
303
  #: contact_form.php:416
304
+ #: contact_form.php:903
305
+ #: contact_form.php:932
306
  msgid "Subject:"
307
  msgstr "Тэма:"
308
 
309
  #: contact_form.php:417
310
+ #: contact_form.php:904
311
+ #: contact_form.php:933
312
  msgid "Message:"
313
  msgstr "Паведамленьне:"
314
 
315
  #: contact_form.php:418
316
+ #: contact_form.php:905
317
+ #: contact_form.php:934
318
  msgid "Attachment:"
319
  msgstr "Прычапіць файл:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
+ #: contact_form.php:906
324
+ #: contact_form.php:935
325
  msgid "Send me a copy"
326
  msgstr "Адправіць мне копію"
327
 
328
  #: contact_form.php:420
329
+ #: contact_form.php:907
330
+ #: contact_form.php:936
331
  msgid "Submit"
332
  msgstr "Адправіць"
333
 
406
  msgstr "Наладкі захаваны."
407
 
408
  #: contact_form.php:755
409
+ #: contact_form.php:1005
410
  #, fuzzy
411
  msgid "Extra settings"
412
  msgstr "Наладкі"
413
 
414
  #: contact_form.php:760
415
+ #: contact_form.php:1261
416
  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:"
417
  msgstr "Калі вы жадаеце дадаць Кантактную Форму на свой сайт, тады вам неабходна толькі скапіяваць ды ўставіць Shortcode у канктэнт старонкі, ці запісу, ці аздабленьня:"
418
 
419
+ #: contact_form.php:760
420
+ #: contact_form.php:761
421
+ #: contact_form.php:921
422
+ #: contact_form.php:969
423
+ msgid "or"
424
+ msgstr ""
425
+
426
  #: contact_form.php:761
427
+ msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
428
+ msgstr ""
429
+
430
+ #: contact_form.php:762
431
+ msgid "They work the same way."
432
+ msgstr ""
433
+
434
+ #: contact_form.php:763
435
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
436
  msgstr "Калі інфармацыя ў палях ніжэй адсутнічае, паведамленьне будзе адпраўлена на email адрас, які быў указаны пры рэгістрацыі на сайце."
437
 
438
+ #: contact_form.php:767
439
  msgid "The user's email address:"
440
  msgstr "Электронны адрас карыстальніка:"
441
 
442
+ #: contact_form.php:771
443
  msgid "Create a username"
444
  msgstr "Абярыце імя карыстальніка"
445
 
446
+ #: contact_form.php:776
447
  msgid "Enter a username of the person who should get the messages from the contact form."
448
  msgstr "Увядзіце імя карыстальніка, які будзе атрымліваць паведамленьні кантактнай формы."
449
 
450
+ #: contact_form.php:780
451
  msgid "Use this email address:"
452
  msgstr "Выкарыстоўваць гэты email-адрас:"
453
 
454
+ #: contact_form.php:783
455
  msgid "Enter the email address you want the messages forwarded to."
456
  msgstr "Увядзіце адрас, на які хочаце перанакіраваць паведамленьне."
457
 
458
+ #: contact_form.php:787
459
  msgid "Additional options"
460
  msgstr "Дадатковыя наладкі"
461
 
462
+ #: contact_form.php:790
463
  msgid "What to use?"
464
  msgstr "Што выкарыстоўваць?"
465
 
466
+ #: contact_form.php:793
467
  msgid "Wp-mail"
468
  msgstr "Wp-mail"
469
 
470
+ #: contact_form.php:794
471
  msgid "You can use the wp_mail function for mailing"
472
  msgstr "Для адпраўкі пошты вы можаце выкарыстоўваць функцыю php mail"
473
 
474
+ #: contact_form.php:800
475
  msgid "Mail"
476
  msgstr "Mail"
477
 
478
+ #: contact_form.php:801
479
  msgid "To send mail you can use the php mail function"
480
  msgstr "Для адпраўкі пошты вы можаце выкарыстоўваць функцыю php mail"
481
 
482
+ #: contact_form.php:805
483
  msgid "Change text of the 'FROM' field"
484
  msgstr "Зьмяніць тэкст для радка 'FROM' у лісьце"
485
 
486
+ #: contact_form.php:811
487
  msgid "Enter the email address in the 'From' field"
488
  msgstr "Калі ласка, увядзіце адрас электроннай пошты ў поле 'From'"
489
 
490
+ #: contact_form.php:813
491
  msgid "User email"
492
  msgstr ""
493
 
494
+ #: contact_form.php:813
495
  #, fuzzy
496
  msgid "The email address of the user who fills the form will be used in the field 'From'."
497
  msgstr "Адрас электроннай пошты карыстальніка, які запаўняе форму будзе выкарыстоўвацца ў поле 'From'."
498
 
499
+ #: contact_form.php:815
500
  msgid "This email address will be used in the 'From' field."
501
  msgstr "Гэты адрас будзе выкарыстоўвацца ў поле 'From'"
502
 
503
+ #: contact_form.php:819
504
  #, fuzzy
505
  msgid "Display fields"
506
  msgstr "Адлюстраваць тэкст"
507
 
508
+ #: contact_form.php:821
509
+ #: contact_form.php:851
510
+ #: contact_form.php:1041
511
+ #: contact_form.php:1693
512
  #, fuzzy
513
  msgid "Address"
514
  msgstr "E-mail адрас:"
515
 
516
+ #: contact_form.php:822
517
+ #: contact_form.php:853
518
+ #: contact_form.php:1701
519
  msgid "Phone"
520
  msgstr "Тэлефон"
521
 
522
+ #: contact_form.php:823
523
  #, fuzzy
524
  msgid "Attachment block"
525
  msgstr "Паказваць блок Прычапіць Файл"
526
 
527
+ #: contact_form.php:823
528
  msgid "Users can attach the following file formats"
529
  msgstr "Карыстальнікі могуць прычапляць файлы наступных тыпаў"
530
 
531
+ #: contact_form.php:824
532
  #, fuzzy
533
  msgid "Tips below the Attachment block"
534
  msgstr "Паказваць блок Прычапіць Файл"
535
 
536
+ #: contact_form.php:825
537
  #, fuzzy
538
  msgid "Send me a copy block"
539
  msgstr "Паказаць блок Адправіць мне копію"
540
 
541
+ #: contact_form.php:837
542
+ #: contact_form.php:840
543
+ #: contact_form.php:843
544
+ #: contact_form.php:1070
545
  msgid "Captcha"
546
  msgstr ""
547
 
548
+ #: contact_form.php:837
549
+ #: contact_form.php:840
550
+ #: contact_form.php:843
551
+ #: contact_form.php:1070
552
  msgid "(powered by bestwebsoft.com)"
553
  msgstr ""
554
 
555
+ #: contact_form.php:840
556
  #, fuzzy
557
  msgid "Activate captcha"
558
  msgstr "Актываваныя пашырэньні"
559
 
560
+ #: contact_form.php:843
561
  #, fuzzy
562
  msgid "Download captcha"
563
  msgstr "Спампаваць"
564
 
565
+ #: contact_form.php:848
566
  msgid "Required fields"
567
  msgstr "Абавязковыя палі"
568
 
569
+ #: contact_form.php:850
570
+ #: contact_form.php:1036
571
+ #: contact_form.php:1688
572
  msgid "Name"
573
  msgstr "Імя"
574
 
575
+ #: contact_form.php:852
576
  #, fuzzy
577
  msgid "Email Address"
578
  msgstr "E-mail адрас:"
579
 
580
+ #: contact_form.php:854
581
+ #: contact_form.php:1056
582
+ #: contact_form.php:1704
583
  msgid "Subject"
584
  msgstr "Тэма"
585
 
586
+ #: contact_form.php:855
587
+ #: contact_form.php:1060
588
+ #: contact_form.php:1707
589
  msgid "Message"
590
  msgstr "Паведамленьне"
591
 
592
+ #: contact_form.php:859
593
  #, fuzzy
594
  msgid "Display additional info in the email"
595
  msgstr "Паказ дадатковай інфармацыі ў лісьце"
596
 
597
+ #: contact_form.php:864
598
+ #: contact_form.php:1660
599
  msgid "Sent from (ip address)"
600
  msgstr "Адпраўлена ад (IP адрас)"
601
 
602
+ #: contact_form.php:865
603
+ #: contact_form.php:1665
604
  msgid "Date/Time"
605
  msgstr "Дата/Час"
606
 
607
+ #: contact_form.php:866
608
+ #: contact_form.php:1670
609
  msgid "Sent from (referer)"
610
  msgstr "Прыйшло з "
611
 
612
+ #: contact_form.php:867
613
+ #: contact_form.php:1675
614
  msgid "Using (user agent)"
615
  msgstr "Выкарыстоўваць (user agent)"
616
 
617
+ #: contact_form.php:871
618
  msgid "Language settings for the field names in the form"
619
  msgstr "Моўныя наладкі для палёў у форме"
620
 
621
+ #: contact_form.php:880
622
  #, fuzzy
623
  msgid "Add a language"
624
  msgstr "Дадаць мову"
625
 
626
+ #: contact_form.php:884
627
  msgid "Change the names of the contact form fields and error messages"
628
  msgstr "Зьмяніць назвы палёў кантактнай формы й паведамленьняў аб памылках"
629
 
630
+ #: contact_form.php:889
631
+ #: contact_form.php:960
632
  msgid "English"
633
  msgstr "Ангельская"
634
 
635
+ #: contact_form.php:908
636
+ #: contact_form.php:937
637
  msgid "Error message for the Name field"
638
  msgstr "Паведамленьне аб памылкі для поля Імя Карыстальніка"
639
 
640
+ #: contact_form.php:909
641
+ #: contact_form.php:938
642
  #, fuzzy
643
  msgid "Error message for the Address field"
644
  msgstr "Паведамленьне аб памылкі для поля Паведамленьне"
645
 
646
+ #: contact_form.php:910
647
+ #: contact_form.php:939
648
  msgid "Error message for the Email field"
649
  msgstr "Паведамленьне аб памылкі для поля Электронная Пошта"
650
 
651
+ #: contact_form.php:911
652
+ #: contact_form.php:940
653
  msgid "Error message for the Phone field"
654
  msgstr "Паведамленьне аб памылкі для поля Тэлефон"
655
 
656
+ #: contact_form.php:912
657
+ #: contact_form.php:941
658
  msgid "Error message for the Subject field"
659
  msgstr "Паведамленьне аб памылкі для поля Тэма"
660
 
661
+ #: contact_form.php:913
662
+ #: contact_form.php:942
663
  msgid "Error message for the Message field"
664
  msgstr "Паведамленьне аб памылкі для поля Паведамленьне"
665
 
666
+ #: contact_form.php:914
667
+ #: contact_form.php:943
668
  #, fuzzy
669
  msgid "Error message about the file type for the Attachment field"
670
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
671
 
672
+ #: contact_form.php:915
673
+ #: contact_form.php:944
674
  #, fuzzy
675
  msgid "Error message while uploading a file for the Attachment field to the server"
676
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
677
 
678
+ #: contact_form.php:916
679
+ #: contact_form.php:945
680
  #, fuzzy
681
  msgid "Error message while moving the file for the Attachment field"
682
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
683
 
684
+ #: contact_form.php:917
685
+ #: contact_form.php:946
686
  #, fuzzy
687
  msgid "Error message when file size limit for the Attachment field is exceeded"
688
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
689
 
690
+ #: contact_form.php:918
691
+ #: contact_form.php:947
692
  msgid "Error message for the Captcha field"
693
  msgstr "Паведамленьне аб памылкі для поля Captcha"
694
 
695
+ #: contact_form.php:919
696
+ #: contact_form.php:948
697
  msgid "Error message for the whole form"
698
  msgstr "Паведамленьне аб памылцы для усёй формы"
699
 
700
+ #: contact_form.php:921
701
+ #: contact_form.php:950
702
+ #: contact_form.php:969
703
+ #: contact_form.php:975
704
  msgid "Use shortcode"
705
  msgstr "Выкарыстоўваць shortcode"
706
 
707
+ #: contact_form.php:921
708
+ #: contact_form.php:950
709
+ #: contact_form.php:969
710
+ #: contact_form.php:975
711
  msgid "for this language"
712
  msgstr "для дадзенай мовы"
713
 
714
+ #: contact_form.php:957
715
  msgid "Action after email is sent"
716
  msgstr "Дзеяньні пасьля адпраўкі ліста"
717
 
718
+ #: contact_form.php:959
719
  msgid "Display text"
720
  msgstr "Адлюстраваць тэкст"
721
 
722
+ #: contact_form.php:968
723
+ #: contact_form.php:974
724
  msgid "Text"
725
  msgstr "Тэкст"
726
 
727
+ #: contact_form.php:981
728
  msgid "Redirect to the page"
729
  msgstr "Перакінуць на старонку"
730
 
731
+ #: contact_form.php:982
732
  msgid "Url"
733
  msgstr "www-адрас"
734
 
735
+ #: contact_form.php:987
736
+ #: contact_form.php:1162
737
  msgid "Save Changes"
738
  msgstr "Захаваць зьмены"
739
 
740
+ #: contact_form.php:1002
741
  #, fuzzy
742
  msgid "Contact Form Pro | Extra Settings"
743
  msgstr "Наладкі кантактнай формы"
744
 
745
+ #: contact_form.php:1009
746
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
747
  msgstr ""
748
 
749
+ #: contact_form.php:1016
750
  msgid "Errors output"
751
  msgstr ""
752
 
753
+ #: contact_form.php:1019
754
  msgid "Display error messages"
755
  msgstr ""
756
 
757
+ #: contact_form.php:1020
758
  msgid "Color of the input field errors."
759
  msgstr ""
760
 
761
+ #: contact_form.php:1021
762
  #, fuzzy
763
  msgid "Display error messages & color of the input field errors"
764
  msgstr "Паведамленьне аб памылкі для поля Тэма"
765
 
766
+ #: contact_form.php:1026
767
  msgid "Add placeholder to the input blocks"
768
  msgstr ""
769
 
770
+ #: contact_form.php:1032
771
  #, fuzzy
772
  msgid "Add tooltips"
773
  msgstr "Дадатковыя наладкі"
774
 
775
+ #: contact_form.php:1046
776
  #, fuzzy
777
  msgid "Email address"
778
  msgstr "E-mail адрас:"
779
 
780
+ #: contact_form.php:1051
781
  #, fuzzy
782
  msgid "Phone Number"
783
  msgstr "Тэлефон:"
784
 
785
+ #: contact_form.php:1065
786
  #, fuzzy
787
  msgid "Attachment"
788
  msgstr "Прычапіць файл:"
789
 
790
+ #: contact_form.php:1075
791
  #, fuzzy
792
  msgid "Style options"
793
  msgstr "Дадатковыя наладкі"
794
 
795
+ #: contact_form.php:1078
796
  msgid "Text color"
797
  msgstr ""
798
 
799
+ #: contact_form.php:1081
800
+ #: contact_form.php:1086
801
+ #: contact_form.php:1096
802
+ #: contact_form.php:1101
803
+ #: contact_form.php:1106
804
+ #: contact_form.php:1111
805
+ #: contact_form.php:1121
806
+ #: contact_form.php:1126
807
+ #: contact_form.php:1132
808
+ #: contact_form.php:1143
809
+ #: contact_form.php:1148
810
+ #: contact_form.php:1153
811
  msgid "Default"
812
  msgstr ""
813
 
814
+ #: contact_form.php:1083
815
  msgid "Label text color"
816
  msgstr ""
817
 
818
+ #: contact_form.php:1088
819
  msgid "Placeholder color"
820
  msgstr ""
821
 
822
+ #: contact_form.php:1093
823
  msgid "Errors color"
824
  msgstr ""
825
 
826
+ #: contact_form.php:1098
827
  msgid "Error text color"
828
  msgstr ""
829
 
830
+ #: contact_form.php:1103
831
  msgid "Background color of the input field errors"
832
  msgstr ""
833
 
834
+ #: contact_form.php:1108
835
  msgid "Border color of the input field errors"
836
  msgstr ""
837
 
838
+ #: contact_form.php:1113
839
  msgid "Placeholder color of the input field errors"
840
  msgstr ""
841
 
842
+ #: contact_form.php:1118
843
  #, fuzzy
844
  msgid "Input fields"
845
  msgstr "Адлюстраваць тэкст"
846
 
847
+ #: contact_form.php:1123
848
  msgid "Input fields background color"
849
  msgstr ""
850
 
851
+ #: contact_form.php:1128
852
  msgid "Text fields color"
853
  msgstr ""
854
 
855
+ #: contact_form.php:1130
856
  msgid "Border width in px, numbers only"
857
  msgstr ""
858
 
859
+ #: contact_form.php:1134
860
+ #: contact_form.php:1155
861
  msgid "Border color"
862
  msgstr ""
863
 
864
+ #: contact_form.php:1139
865
  #, fuzzy
866
  msgid "Submit button"
867
  msgstr "Адправіць"
868
 
869
+ #: contact_form.php:1141
870
  msgid "Width in px, numbers only"
871
  msgstr ""
872
 
873
+ #: contact_form.php:1145
874
  msgid "Button color"
875
  msgstr ""
876
 
877
+ #: contact_form.php:1150
878
  msgid "Button text color"
879
  msgstr ""
880
 
881
+ #: contact_form.php:1166
882
  #, fuzzy
883
  msgid "Contact Form Pro | Preview"
884
  msgstr "Кантактная форма"
885
 
886
+ #: contact_form.php:1169
887
  msgid "Show with errors"
888
  msgstr ""
889
 
 
890
  #: contact_form.php:1177
891
+ #: contact_form.php:1179
892
  msgid "Please enter your full name..."
893
  msgstr ""
894
 
 
895
  #: contact_form.php:1190
896
+ #: contact_form.php:1192
897
  msgid "Please enter your address..."
898
  msgstr ""
899
 
 
900
  #: contact_form.php:1201
901
+ #: contact_form.php:1203
902
  #, fuzzy
903
  msgid "Please enter your email address..."
904
  msgstr "Выкарыстоўваць гэты email-адрас:"
905
 
 
906
  #: contact_form.php:1212
907
+ #: contact_form.php:1214
908
  msgid "Please enter your phone number..."
909
  msgstr ""
910
 
 
911
  #: contact_form.php:1223
912
+ #: contact_form.php:1225
913
  msgid "Please enter subject..."
914
  msgstr ""
915
 
 
916
  #: contact_form.php:1233
917
+ #: contact_form.php:1235
918
  msgid "Please enter your message..."
919
  msgstr ""
920
 
921
+ #: contact_form.php:1246
922
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
923
  msgstr ""
924
 
925
+ #: contact_form.php:1399
926
  msgid "You can attach the following file formats"
927
  msgstr "Карыстальнікі могуць прычапіць файлы наступных тыпаў"
928
 
929
+ #: contact_form.php:1683
930
  msgid "Contact from"
931
  msgstr "Кантактная форма"
932
 
933
+ #: contact_form.php:1696
934
  msgid "Email"
935
  msgstr "Электронная пошта"
936
 
937
+ #: contact_form.php:1710
938
  msgid "Site"
939
  msgstr "Сайт"
940
 
941
+ #: contact_form.php:1760
942
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
943
  msgstr "Калі вы бачыце гэты MIME, значыць гэты тып не падтрымліваецца вашым паштовым кліентам!"
944
 
945
+ #: contact_form.php:1811
946
  msgid "FAQ"
947
  msgstr "Пытаньні й адказы"
948
 
949
+ #: contact_form.php:1812
950
  msgid "Support"
951
  msgstr "Падтрымка"
952
 
953
+ #: contact_form.php:1860
954
  msgid "Are you sure that you want to delete this language data?"
955
  msgstr "Вы сапраўды хочаце выдаліць дадзеныя для гэтай мовы?"
956
 
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-07-22 16:54+0300\n"
6
- "PO-Revision-Date: 2013-07-22 16:54+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -158,7 +158,7 @@ msgid "Thank you for contacting us."
158
  msgstr "Благодарим Ви, че се свързахте с нас."
159
 
160
  #: contact_form.php:242
161
- #: contact_form.php:1313
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Съжаляваме, Вашето съобщение не може да бъде изпратено."
164
 
@@ -184,9 +184,9 @@ msgstr "Прочетете повече"
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
- #: contact_form.php:1002
188
- #: contact_form.php:1799
189
- #: contact_form.php:1808
190
  msgid "Settings"
191
  msgstr "Настройки"
192
 
@@ -270,64 +270,64 @@ msgid "Contact Form Pro Extra Settings"
270
  msgstr "Настройки на Формата за контакт"
271
 
272
  #: contact_form.php:373
273
- #: contact_form.php:1008
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "Форма за контакт"
277
 
278
  #: contact_form.php:412
279
- #: contact_form.php:897
280
- #: contact_form.php:926
281
  msgid "Name:"
282
  msgstr "Име:"
283
 
284
  #: contact_form.php:413
285
- #: contact_form.php:898
286
- #: contact_form.php:927
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "E-mail адрес:"
290
 
291
  #: contact_form.php:414
292
- #: contact_form.php:899
293
- #: contact_form.php:928
294
  msgid "Email Address:"
295
  msgstr "E-mail адрес:"
296
 
297
  #: contact_form.php:415
298
- #: contact_form.php:900
299
- #: contact_form.php:929
300
  msgid "Phone number:"
301
  msgstr ""
302
 
303
  #: contact_form.php:416
304
- #: contact_form.php:901
305
- #: contact_form.php:930
306
  msgid "Subject:"
307
  msgstr "Тема:"
308
 
309
  #: contact_form.php:417
310
- #: contact_form.php:902
311
- #: contact_form.php:931
312
  msgid "Message:"
313
  msgstr "Съобщение:"
314
 
315
  #: contact_form.php:418
316
- #: contact_form.php:903
317
- #: contact_form.php:932
318
  msgid "Attachment:"
319
  msgstr "Прикачване на файл:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
- #: contact_form.php:904
324
- #: contact_form.php:933
325
  msgid "Send me a copy"
326
  msgstr "Изпрати ми копие"
327
 
328
  #: contact_form.php:420
329
- #: contact_form.php:905
330
- #: contact_form.php:934
331
  msgid "Submit"
332
  msgstr "Изпрати"
333
 
@@ -408,529 +408,544 @@ msgid "Settings saved."
408
  msgstr "Опциите са запазени"
409
 
410
  #: contact_form.php:755
411
- #: contact_form.php:1003
412
  #, fuzzy
413
  msgid "Extra settings"
414
  msgstr "Настройки"
415
 
416
  #: contact_form.php:760
417
- #: contact_form.php:1259
418
  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:"
419
  msgstr "Ако искате да добавите формата за контакт на своят сайт копирайте и поставете този код в страницата или публикацията или джаджа:"
420
 
 
 
 
 
 
 
 
421
  #: contact_form.php:761
 
 
 
 
 
 
 
 
422
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
423
  msgstr "Ако посочените по-долу полета не са попълнени, съобщението ще бъде изпратено на Email адрес, който е определен по време на регистрацията"
424
 
425
- #: contact_form.php:765
426
  msgid "The user's email address:"
427
  msgstr "Използвайте Email на Wordpress потребител:"
428
 
429
- #: contact_form.php:769
430
  msgid "Create a username"
431
  msgstr "Избиране на потребител"
432
 
433
- #: contact_form.php:774
434
  msgid "Enter a username of the person who should get the messages from the contact form."
435
  msgstr "Задайте името на потребителя, който ще получава съобщенията от формата за контакт."
436
 
437
- #: contact_form.php:778
438
  msgid "Use this email address:"
439
  msgstr "Използвайте този Email:"
440
 
441
- #: contact_form.php:781
442
  msgid "Enter the email address you want the messages forwarded to."
443
  msgstr "Задаване на Email адрес, който ще се използва за получаване на съобщения."
444
 
445
- #: contact_form.php:785
446
  msgid "Additional options"
447
  msgstr "Допълнителни настройки"
448
 
449
- #: contact_form.php:788
450
  msgid "What to use?"
451
  msgstr ""
452
 
453
- #: contact_form.php:791
454
  msgid "Wp-mail"
455
  msgstr "Wp-mail"
456
 
457
- #: contact_form.php:792
458
  msgid "You can use the wp_mail function for mailing"
459
  msgstr ""
460
 
461
- #: contact_form.php:798
462
  msgid "Mail"
463
  msgstr "Mail"
464
 
465
- #: contact_form.php:799
466
  msgid "To send mail you can use the php mail function"
467
  msgstr ""
468
 
469
- #: contact_form.php:803
470
  #, fuzzy
471
  msgid "Change text of the 'FROM' field"
472
  msgstr "Промяна от полета на формата за контакт"
473
 
474
- #: contact_form.php:809
475
  msgid "Enter the email address in the 'From' field"
476
  msgstr ""
477
 
478
- #: contact_form.php:811
479
  msgid "User email"
480
  msgstr ""
481
 
482
- #: contact_form.php:811
483
  msgid "The email address of the user who fills the form will be used in the field 'From'."
484
  msgstr ""
485
 
486
- #: contact_form.php:813
487
  msgid "This email address will be used in the 'From' field."
488
  msgstr ""
489
 
490
- #: contact_form.php:817
491
  #, fuzzy
492
  msgid "Display fields"
493
  msgstr "Покажи опция за прикачване на файл"
494
 
495
- #: contact_form.php:819
496
- #: contact_form.php:849
497
- #: contact_form.php:1039
498
- #: contact_form.php:1691
499
  #, fuzzy
500
  msgid "Address"
501
  msgstr "E-mail адрес:"
502
 
503
- #: contact_form.php:820
504
- #: contact_form.php:851
505
- #: contact_form.php:1699
506
  msgid "Phone"
507
  msgstr ""
508
 
509
- #: contact_form.php:821
510
  #, fuzzy
511
  msgid "Attachment block"
512
  msgstr "Покажи опция за прикачване на файл"
513
 
514
- #: contact_form.php:821
515
  msgid "Users can attach the following file formats"
516
  msgstr "Потребителите могат да прикачват файлове от следните видове"
517
 
518
- #: contact_form.php:822
519
  #, fuzzy
520
  msgid "Tips below the Attachment block"
521
  msgstr "Покажи опция за прикачване на файл"
522
 
523
- #: contact_form.php:823
524
  #, fuzzy
525
  msgid "Send me a copy block"
526
  msgstr "Показване на опция за изпращане на копие"
527
 
528
- #: contact_form.php:835
529
- #: contact_form.php:838
530
- #: contact_form.php:841
531
- #: contact_form.php:1068
532
  msgid "Captcha"
533
  msgstr ""
534
 
535
- #: contact_form.php:835
536
- #: contact_form.php:838
537
- #: contact_form.php:841
538
- #: contact_form.php:1068
539
  msgid "(powered by bestwebsoft.com)"
540
  msgstr ""
541
 
542
- #: contact_form.php:838
543
  #, fuzzy
544
  msgid "Activate captcha"
545
  msgstr "Активиране на приложението"
546
 
547
- #: contact_form.php:841
548
  #, fuzzy
549
  msgid "Download captcha"
550
  msgstr "Изтегляне"
551
 
552
- #: contact_form.php:846
553
  msgid "Required fields"
554
  msgstr ""
555
 
556
- #: contact_form.php:848
557
- #: contact_form.php:1034
558
- #: contact_form.php:1686
559
  msgid "Name"
560
  msgstr "Име"
561
 
562
- #: contact_form.php:850
563
  #, fuzzy
564
  msgid "Email Address"
565
  msgstr "E-mail адрес:"
566
 
567
- #: contact_form.php:852
568
- #: contact_form.php:1054
569
- #: contact_form.php:1702
570
  msgid "Subject"
571
  msgstr "Относно"
572
 
573
- #: contact_form.php:853
574
- #: contact_form.php:1058
575
- #: contact_form.php:1705
576
  msgid "Message"
577
  msgstr "Съобщение"
578
 
579
- #: contact_form.php:857
580
  msgid "Display additional info in the email"
581
  msgstr ""
582
 
583
- #: contact_form.php:862
584
- #: contact_form.php:1658
585
  msgid "Sent from (ip address)"
586
  msgstr "Изпратено от (ip адрес)"
587
 
588
- #: contact_form.php:863
589
- #: contact_form.php:1663
590
  msgid "Date/Time"
591
  msgstr "Дата/Час"
592
 
593
- #: contact_form.php:864
594
- #: contact_form.php:1668
595
  msgid "Sent from (referer)"
596
  msgstr "Идва от (referer)"
597
 
598
- #: contact_form.php:865
599
- #: contact_form.php:1673
600
  msgid "Using (user agent)"
601
  msgstr "Използвайки (user agent)"
602
 
603
- #: contact_form.php:869
604
  msgid "Language settings for the field names in the form"
605
  msgstr ""
606
 
607
- #: contact_form.php:878
608
  msgid "Add a language"
609
  msgstr ""
610
 
611
- #: contact_form.php:882
612
  #, fuzzy
613
  msgid "Change the names of the contact form fields and error messages"
614
  msgstr "Промяна на етикетите за полета във формата за контакт"
615
 
616
- #: contact_form.php:887
617
- #: contact_form.php:958
618
  msgid "English"
619
  msgstr ""
620
 
621
- #: contact_form.php:906
622
- #: contact_form.php:935
623
- msgid "Error message for the Name field"
624
- msgstr ""
625
-
626
- #: contact_form.php:907
627
- #: contact_form.php:936
628
- msgid "Error message for the Address field"
629
- msgstr ""
630
-
631
  #: contact_form.php:908
632
  #: contact_form.php:937
633
- msgid "Error message for the Email field"
634
  msgstr ""
635
 
636
  #: contact_form.php:909
637
  #: contact_form.php:938
638
- msgid "Error message for the Phone field"
639
  msgstr ""
640
 
641
  #: contact_form.php:910
642
  #: contact_form.php:939
643
- msgid "Error message for the Subject field"
644
  msgstr ""
645
 
646
  #: contact_form.php:911
647
  #: contact_form.php:940
648
- msgid "Error message for the Message field"
649
  msgstr ""
650
 
651
  #: contact_form.php:912
652
  #: contact_form.php:941
653
- msgid "Error message about the file type for the Attachment field"
654
  msgstr ""
655
 
656
  #: contact_form.php:913
657
  #: contact_form.php:942
658
- msgid "Error message while uploading a file for the Attachment field to the server"
659
  msgstr ""
660
 
661
  #: contact_form.php:914
662
  #: contact_form.php:943
663
- msgid "Error message while moving the file for the Attachment field"
664
  msgstr ""
665
 
666
  #: contact_form.php:915
667
  #: contact_form.php:944
668
- msgid "Error message when file size limit for the Attachment field is exceeded"
669
  msgstr ""
670
 
671
  #: contact_form.php:916
672
  #: contact_form.php:945
673
- msgid "Error message for the Captcha field"
674
  msgstr ""
675
 
676
  #: contact_form.php:917
677
  #: contact_form.php:946
678
- msgid "Error message for the whole form"
 
 
 
 
 
679
  msgstr ""
680
 
681
  #: contact_form.php:919
682
  #: contact_form.php:948
683
- #: contact_form.php:967
684
- #: contact_form.php:973
 
 
 
 
 
685
  msgid "Use shortcode"
686
  msgstr ""
687
 
688
- #: contact_form.php:919
689
- #: contact_form.php:948
690
- #: contact_form.php:967
691
- #: contact_form.php:973
692
  msgid "for this language"
693
  msgstr ""
694
 
695
- #: contact_form.php:955
696
  msgid "Action after email is sent"
697
  msgstr ""
698
 
699
- #: contact_form.php:957
700
  #, fuzzy
701
  msgid "Display text"
702
  msgstr "Покажи опция за прикачване на файл"
703
 
704
- #: contact_form.php:966
705
- #: contact_form.php:972
706
  msgid "Text"
707
  msgstr ""
708
 
709
- #: contact_form.php:979
710
  msgid "Redirect to the page"
711
  msgstr ""
712
 
713
- #: contact_form.php:980
714
  msgid "Url"
715
  msgstr ""
716
 
717
- #: contact_form.php:985
718
- #: contact_form.php:1160
719
  msgid "Save Changes"
720
  msgstr "Запис на промените"
721
 
722
- #: contact_form.php:1000
723
  #, fuzzy
724
  msgid "Contact Form Pro | Extra Settings"
725
  msgstr "Настройки на Формата за контакт"
726
 
727
- #: contact_form.php:1007
728
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
729
  msgstr ""
730
 
731
- #: contact_form.php:1014
732
  msgid "Errors output"
733
  msgstr ""
734
 
735
- #: contact_form.php:1017
736
  msgid "Display error messages"
737
  msgstr ""
738
 
739
- #: contact_form.php:1018
740
  msgid "Color of the input field errors."
741
  msgstr ""
742
 
743
- #: contact_form.php:1019
744
  msgid "Display error messages & color of the input field errors"
745
  msgstr ""
746
 
747
- #: contact_form.php:1024
748
  msgid "Add placeholder to the input blocks"
749
  msgstr ""
750
 
751
- #: contact_form.php:1030
752
  #, fuzzy
753
  msgid "Add tooltips"
754
  msgstr "Допълнителни настройки"
755
 
756
- #: contact_form.php:1044
757
  #, fuzzy
758
  msgid "Email address"
759
  msgstr "E-mail адрес:"
760
 
761
- #: contact_form.php:1049
762
  msgid "Phone Number"
763
  msgstr ""
764
 
765
- #: contact_form.php:1063
766
  #, fuzzy
767
  msgid "Attachment"
768
  msgstr "Прикачване на файл:"
769
 
770
- #: contact_form.php:1073
771
  #, fuzzy
772
  msgid "Style options"
773
  msgstr "Допълнителни настройки"
774
 
775
- #: contact_form.php:1076
776
  msgid "Text color"
777
  msgstr ""
778
 
779
- #: contact_form.php:1079
780
- #: contact_form.php:1084
781
- #: contact_form.php:1094
782
- #: contact_form.php:1099
783
- #: contact_form.php:1104
784
- #: contact_form.php:1109
785
- #: contact_form.php:1119
786
- #: contact_form.php:1124
787
- #: contact_form.php:1130
788
- #: contact_form.php:1141
789
- #: contact_form.php:1146
790
- #: contact_form.php:1151
791
  msgid "Default"
792
  msgstr ""
793
 
794
- #: contact_form.php:1081
795
  msgid "Label text color"
796
  msgstr ""
797
 
798
- #: contact_form.php:1086
799
  msgid "Placeholder color"
800
  msgstr ""
801
 
802
- #: contact_form.php:1091
803
  msgid "Errors color"
804
  msgstr ""
805
 
806
- #: contact_form.php:1096
807
  msgid "Error text color"
808
  msgstr ""
809
 
810
- #: contact_form.php:1101
811
  msgid "Background color of the input field errors"
812
  msgstr ""
813
 
814
- #: contact_form.php:1106
815
  msgid "Border color of the input field errors"
816
  msgstr ""
817
 
818
- #: contact_form.php:1111
819
  msgid "Placeholder color of the input field errors"
820
  msgstr ""
821
 
822
- #: contact_form.php:1116
823
  #, fuzzy
824
  msgid "Input fields"
825
  msgstr "Покажи опция за прикачване на файл"
826
 
827
- #: contact_form.php:1121
828
  msgid "Input fields background color"
829
  msgstr ""
830
 
831
- #: contact_form.php:1126
832
  msgid "Text fields color"
833
  msgstr ""
834
 
835
- #: contact_form.php:1128
836
  msgid "Border width in px, numbers only"
837
  msgstr ""
838
 
839
- #: contact_form.php:1132
840
- #: contact_form.php:1153
841
  msgid "Border color"
842
  msgstr ""
843
 
844
- #: contact_form.php:1137
845
  #, fuzzy
846
  msgid "Submit button"
847
  msgstr "Изпрати"
848
 
849
- #: contact_form.php:1139
850
  msgid "Width in px, numbers only"
851
  msgstr ""
852
 
853
- #: contact_form.php:1143
854
  msgid "Button color"
855
  msgstr ""
856
 
857
- #: contact_form.php:1148
858
  msgid "Button text color"
859
  msgstr ""
860
 
861
- #: contact_form.php:1164
862
  #, fuzzy
863
  msgid "Contact Form Pro | Preview"
864
  msgstr "Форма за контакт"
865
 
866
- #: contact_form.php:1167
867
  msgid "Show with errors"
868
  msgstr ""
869
 
870
- #: contact_form.php:1175
871
  #: contact_form.php:1177
 
872
  msgid "Please enter your full name..."
873
  msgstr ""
874
 
875
- #: contact_form.php:1188
876
  #: contact_form.php:1190
 
877
  msgid "Please enter your address..."
878
  msgstr ""
879
 
880
- #: contact_form.php:1199
881
  #: contact_form.php:1201
 
882
  #, fuzzy
883
  msgid "Please enter your email address..."
884
  msgstr "Използвайте този Email:"
885
 
886
- #: contact_form.php:1210
887
  #: contact_form.php:1212
 
888
  msgid "Please enter your phone number..."
889
  msgstr ""
890
 
891
- #: contact_form.php:1221
892
  #: contact_form.php:1223
 
893
  msgid "Please enter subject..."
894
  msgstr ""
895
 
896
- #: contact_form.php:1231
897
  #: contact_form.php:1233
 
898
  msgid "Please enter your message..."
899
  msgstr ""
900
 
901
- #: contact_form.php:1244
902
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
903
  msgstr ""
904
 
905
- #: contact_form.php:1397
906
  msgid "You can attach the following file formats"
907
  msgstr "Можете да прикачвате файлове от следните типове"
908
 
909
- #: contact_form.php:1681
910
  msgid "Contact from"
911
  msgstr "Форма за контакт"
912
 
913
- #: contact_form.php:1694
914
  msgid "Email"
915
  msgstr "Email"
916
 
917
- #: contact_form.php:1708
918
  msgid "Site"
919
  msgstr "Сайт"
920
 
921
- #: contact_form.php:1758
922
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
923
  msgstr "Ако видиждате това значи, че вашият MIME клиент за електронна поща не поддържа MIME тип!"
924
 
925
- #: contact_form.php:1809
926
  msgid "FAQ"
927
  msgstr "FAQ"
928
 
929
- #: contact_form.php:1810
930
  msgid "Support"
931
  msgstr "Поддръжка"
932
 
933
- #: contact_form.php:1858
934
  msgid "Are you sure that you want to delete this language data?"
935
  msgstr ""
936
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-07-29 17:31+0300\n"
6
+ "PO-Revision-Date: 2013-07-29 17:31+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
158
  msgstr "Благодарим Ви, че се свързахте с нас."
159
 
160
  #: contact_form.php:242
161
+ #: contact_form.php:1315
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Съжаляваме, Вашето съобщение не може да бъде изпратено."
164
 
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
+ #: contact_form.php:1004
188
+ #: contact_form.php:1801
189
+ #: contact_form.php:1810
190
  msgid "Settings"
191
  msgstr "Настройки"
192
 
270
  msgstr "Настройки на Формата за контакт"
271
 
272
  #: contact_form.php:373
273
+ #: contact_form.php:1010
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "Форма за контакт"
277
 
278
  #: contact_form.php:412
279
+ #: contact_form.php:899
280
+ #: contact_form.php:928
281
  msgid "Name:"
282
  msgstr "Име:"
283
 
284
  #: contact_form.php:413
285
+ #: contact_form.php:900
286
+ #: contact_form.php:929
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "E-mail адрес:"
290
 
291
  #: contact_form.php:414
292
+ #: contact_form.php:901
293
+ #: contact_form.php:930
294
  msgid "Email Address:"
295
  msgstr "E-mail адрес:"
296
 
297
  #: contact_form.php:415
298
+ #: contact_form.php:902
299
+ #: contact_form.php:931
300
  msgid "Phone number:"
301
  msgstr ""
302
 
303
  #: contact_form.php:416
304
+ #: contact_form.php:903
305
+ #: contact_form.php:932
306
  msgid "Subject:"
307
  msgstr "Тема:"
308
 
309
  #: contact_form.php:417
310
+ #: contact_form.php:904
311
+ #: contact_form.php:933
312
  msgid "Message:"
313
  msgstr "Съобщение:"
314
 
315
  #: contact_form.php:418
316
+ #: contact_form.php:905
317
+ #: contact_form.php:934
318
  msgid "Attachment:"
319
  msgstr "Прикачване на файл:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
+ #: contact_form.php:906
324
+ #: contact_form.php:935
325
  msgid "Send me a copy"
326
  msgstr "Изпрати ми копие"
327
 
328
  #: contact_form.php:420
329
+ #: contact_form.php:907
330
+ #: contact_form.php:936
331
  msgid "Submit"
332
  msgstr "Изпрати"
333
 
408
  msgstr "Опциите са запазени"
409
 
410
  #: contact_form.php:755
411
+ #: contact_form.php:1005
412
  #, fuzzy
413
  msgid "Extra settings"
414
  msgstr "Настройки"
415
 
416
  #: contact_form.php:760
417
+ #: contact_form.php:1261
418
  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:"
419
  msgstr "Ако искате да добавите формата за контакт на своят сайт копирайте и поставете този код в страницата или публикацията или джаджа:"
420
 
421
+ #: contact_form.php:760
422
+ #: contact_form.php:761
423
+ #: contact_form.php:921
424
+ #: contact_form.php:969
425
+ msgid "or"
426
+ msgstr ""
427
+
428
  #: contact_form.php:761
429
+ msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
430
+ msgstr ""
431
+
432
+ #: contact_form.php:762
433
+ msgid "They work the same way."
434
+ msgstr ""
435
+
436
+ #: contact_form.php:763
437
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
438
  msgstr "Ако посочените по-долу полета не са попълнени, съобщението ще бъде изпратено на Email адрес, който е определен по време на регистрацията"
439
 
440
+ #: contact_form.php:767
441
  msgid "The user's email address:"
442
  msgstr "Използвайте Email на Wordpress потребител:"
443
 
444
+ #: contact_form.php:771
445
  msgid "Create a username"
446
  msgstr "Избиране на потребител"
447
 
448
+ #: contact_form.php:776
449
  msgid "Enter a username of the person who should get the messages from the contact form."
450
  msgstr "Задайте името на потребителя, който ще получава съобщенията от формата за контакт."
451
 
452
+ #: contact_form.php:780
453
  msgid "Use this email address:"
454
  msgstr "Използвайте този Email:"
455
 
456
+ #: contact_form.php:783
457
  msgid "Enter the email address you want the messages forwarded to."
458
  msgstr "Задаване на Email адрес, който ще се използва за получаване на съобщения."
459
 
460
+ #: contact_form.php:787
461
  msgid "Additional options"
462
  msgstr "Допълнителни настройки"
463
 
464
+ #: contact_form.php:790
465
  msgid "What to use?"
466
  msgstr ""
467
 
468
+ #: contact_form.php:793
469
  msgid "Wp-mail"
470
  msgstr "Wp-mail"
471
 
472
+ #: contact_form.php:794
473
  msgid "You can use the wp_mail function for mailing"
474
  msgstr ""
475
 
476
+ #: contact_form.php:800
477
  msgid "Mail"
478
  msgstr "Mail"
479
 
480
+ #: contact_form.php:801
481
  msgid "To send mail you can use the php mail function"
482
  msgstr ""
483
 
484
+ #: contact_form.php:805
485
  #, fuzzy
486
  msgid "Change text of the 'FROM' field"
487
  msgstr "Промяна от полета на формата за контакт"
488
 
489
+ #: contact_form.php:811
490
  msgid "Enter the email address in the 'From' field"
491
  msgstr ""
492
 
493
+ #: contact_form.php:813
494
  msgid "User email"
495
  msgstr ""
496
 
497
+ #: contact_form.php:813
498
  msgid "The email address of the user who fills the form will be used in the field 'From'."
499
  msgstr ""
500
 
501
+ #: contact_form.php:815
502
  msgid "This email address will be used in the 'From' field."
503
  msgstr ""
504
 
505
+ #: contact_form.php:819
506
  #, fuzzy
507
  msgid "Display fields"
508
  msgstr "Покажи опция за прикачване на файл"
509
 
510
+ #: contact_form.php:821
511
+ #: contact_form.php:851
512
+ #: contact_form.php:1041
513
+ #: contact_form.php:1693
514
  #, fuzzy
515
  msgid "Address"
516
  msgstr "E-mail адрес:"
517
 
518
+ #: contact_form.php:822
519
+ #: contact_form.php:853
520
+ #: contact_form.php:1701
521
  msgid "Phone"
522
  msgstr ""
523
 
524
+ #: contact_form.php:823
525
  #, fuzzy
526
  msgid "Attachment block"
527
  msgstr "Покажи опция за прикачване на файл"
528
 
529
+ #: contact_form.php:823
530
  msgid "Users can attach the following file formats"
531
  msgstr "Потребителите могат да прикачват файлове от следните видове"
532
 
533
+ #: contact_form.php:824
534
  #, fuzzy
535
  msgid "Tips below the Attachment block"
536
  msgstr "Покажи опция за прикачване на файл"
537
 
538
+ #: contact_form.php:825
539
  #, fuzzy
540
  msgid "Send me a copy block"
541
  msgstr "Показване на опция за изпращане на копие"
542
 
543
+ #: contact_form.php:837
544
+ #: contact_form.php:840
545
+ #: contact_form.php:843
546
+ #: contact_form.php:1070
547
  msgid "Captcha"
548
  msgstr ""
549
 
550
+ #: contact_form.php:837
551
+ #: contact_form.php:840
552
+ #: contact_form.php:843
553
+ #: contact_form.php:1070
554
  msgid "(powered by bestwebsoft.com)"
555
  msgstr ""
556
 
557
+ #: contact_form.php:840
558
  #, fuzzy
559
  msgid "Activate captcha"
560
  msgstr "Активиране на приложението"
561
 
562
+ #: contact_form.php:843
563
  #, fuzzy
564
  msgid "Download captcha"
565
  msgstr "Изтегляне"
566
 
567
+ #: contact_form.php:848
568
  msgid "Required fields"
569
  msgstr ""
570
 
571
+ #: contact_form.php:850
572
+ #: contact_form.php:1036
573
+ #: contact_form.php:1688
574
  msgid "Name"
575
  msgstr "Име"
576
 
577
+ #: contact_form.php:852
578
  #, fuzzy
579
  msgid "Email Address"
580
  msgstr "E-mail адрес:"
581
 
582
+ #: contact_form.php:854
583
+ #: contact_form.php:1056
584
+ #: contact_form.php:1704
585
  msgid "Subject"
586
  msgstr "Относно"
587
 
588
+ #: contact_form.php:855
589
+ #: contact_form.php:1060
590
+ #: contact_form.php:1707
591
  msgid "Message"
592
  msgstr "Съобщение"
593
 
594
+ #: contact_form.php:859
595
  msgid "Display additional info in the email"
596
  msgstr ""
597
 
598
+ #: contact_form.php:864
599
+ #: contact_form.php:1660
600
  msgid "Sent from (ip address)"
601
  msgstr "Изпратено от (ip адрес)"
602
 
603
+ #: contact_form.php:865
604
+ #: contact_form.php:1665
605
  msgid "Date/Time"
606
  msgstr "Дата/Час"
607
 
608
+ #: contact_form.php:866
609
+ #: contact_form.php:1670
610
  msgid "Sent from (referer)"
611
  msgstr "Идва от (referer)"
612
 
613
+ #: contact_form.php:867
614
+ #: contact_form.php:1675
615
  msgid "Using (user agent)"
616
  msgstr "Използвайки (user agent)"
617
 
618
+ #: contact_form.php:871
619
  msgid "Language settings for the field names in the form"
620
  msgstr ""
621
 
622
+ #: contact_form.php:880
623
  msgid "Add a language"
624
  msgstr ""
625
 
626
+ #: contact_form.php:884
627
  #, fuzzy
628
  msgid "Change the names of the contact form fields and error messages"
629
  msgstr "Промяна на етикетите за полета във формата за контакт"
630
 
631
+ #: contact_form.php:889
632
+ #: contact_form.php:960
633
  msgid "English"
634
  msgstr ""
635
 
 
 
 
 
 
 
 
 
 
 
636
  #: contact_form.php:908
637
  #: contact_form.php:937
638
+ msgid "Error message for the Name field"
639
  msgstr ""
640
 
641
  #: contact_form.php:909
642
  #: contact_form.php:938
643
+ msgid "Error message for the Address field"
644
  msgstr ""
645
 
646
  #: contact_form.php:910
647
  #: contact_form.php:939
648
+ msgid "Error message for the Email field"
649
  msgstr ""
650
 
651
  #: contact_form.php:911
652
  #: contact_form.php:940
653
+ msgid "Error message for the Phone field"
654
  msgstr ""
655
 
656
  #: contact_form.php:912
657
  #: contact_form.php:941
658
+ msgid "Error message for the Subject field"
659
  msgstr ""
660
 
661
  #: contact_form.php:913
662
  #: contact_form.php:942
663
+ msgid "Error message for the Message field"
664
  msgstr ""
665
 
666
  #: contact_form.php:914
667
  #: contact_form.php:943
668
+ msgid "Error message about the file type for the Attachment field"
669
  msgstr ""
670
 
671
  #: contact_form.php:915
672
  #: contact_form.php:944
673
+ msgid "Error message while uploading a file for the Attachment field to the server"
674
  msgstr ""
675
 
676
  #: contact_form.php:916
677
  #: contact_form.php:945
678
+ msgid "Error message while moving the file for the Attachment field"
679
  msgstr ""
680
 
681
  #: contact_form.php:917
682
  #: contact_form.php:946
683
+ msgid "Error message when file size limit for the Attachment field is exceeded"
684
+ msgstr ""
685
+
686
+ #: contact_form.php:918
687
+ #: contact_form.php:947
688
+ msgid "Error message for the Captcha field"
689
  msgstr ""
690
 
691
  #: contact_form.php:919
692
  #: contact_form.php:948
693
+ msgid "Error message for the whole form"
694
+ msgstr ""
695
+
696
+ #: contact_form.php:921
697
+ #: contact_form.php:950
698
+ #: contact_form.php:969
699
+ #: contact_form.php:975
700
  msgid "Use shortcode"
701
  msgstr ""
702
 
703
+ #: contact_form.php:921
704
+ #: contact_form.php:950
705
+ #: contact_form.php:969
706
+ #: contact_form.php:975
707
  msgid "for this language"
708
  msgstr ""
709
 
710
+ #: contact_form.php:957
711
  msgid "Action after email is sent"
712
  msgstr ""
713
 
714
+ #: contact_form.php:959
715
  #, fuzzy
716
  msgid "Display text"
717
  msgstr "Покажи опция за прикачване на файл"
718
 
719
+ #: contact_form.php:968
720
+ #: contact_form.php:974
721
  msgid "Text"
722
  msgstr ""
723
 
724
+ #: contact_form.php:981
725
  msgid "Redirect to the page"
726
  msgstr ""
727
 
728
+ #: contact_form.php:982
729
  msgid "Url"
730
  msgstr ""
731
 
732
+ #: contact_form.php:987
733
+ #: contact_form.php:1162
734
  msgid "Save Changes"
735
  msgstr "Запис на промените"
736
 
737
+ #: contact_form.php:1002
738
  #, fuzzy
739
  msgid "Contact Form Pro | Extra Settings"
740
  msgstr "Настройки на Формата за контакт"
741
 
742
+ #: contact_form.php:1009
743
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
744
  msgstr ""
745
 
746
+ #: contact_form.php:1016
747
  msgid "Errors output"
748
  msgstr ""
749
 
750
+ #: contact_form.php:1019
751
  msgid "Display error messages"
752
  msgstr ""
753
 
754
+ #: contact_form.php:1020
755
  msgid "Color of the input field errors."
756
  msgstr ""
757
 
758
+ #: contact_form.php:1021
759
  msgid "Display error messages & color of the input field errors"
760
  msgstr ""
761
 
762
+ #: contact_form.php:1026
763
  msgid "Add placeholder to the input blocks"
764
  msgstr ""
765
 
766
+ #: contact_form.php:1032
767
  #, fuzzy
768
  msgid "Add tooltips"
769
  msgstr "Допълнителни настройки"
770
 
771
+ #: contact_form.php:1046
772
  #, fuzzy
773
  msgid "Email address"
774
  msgstr "E-mail адрес:"
775
 
776
+ #: contact_form.php:1051
777
  msgid "Phone Number"
778
  msgstr ""
779
 
780
+ #: contact_form.php:1065
781
  #, fuzzy
782
  msgid "Attachment"
783
  msgstr "Прикачване на файл:"
784
 
785
+ #: contact_form.php:1075
786
  #, fuzzy
787
  msgid "Style options"
788
  msgstr "Допълнителни настройки"
789
 
790
+ #: contact_form.php:1078
791
  msgid "Text color"
792
  msgstr ""
793
 
794
+ #: contact_form.php:1081
795
+ #: contact_form.php:1086
796
+ #: contact_form.php:1096
797
+ #: contact_form.php:1101
798
+ #: contact_form.php:1106
799
+ #: contact_form.php:1111
800
+ #: contact_form.php:1121
801
+ #: contact_form.php:1126
802
+ #: contact_form.php:1132
803
+ #: contact_form.php:1143
804
+ #: contact_form.php:1148
805
+ #: contact_form.php:1153
806
  msgid "Default"
807
  msgstr ""
808
 
809
+ #: contact_form.php:1083
810
  msgid "Label text color"
811
  msgstr ""
812
 
813
+ #: contact_form.php:1088
814
  msgid "Placeholder color"
815
  msgstr ""
816
 
817
+ #: contact_form.php:1093
818
  msgid "Errors color"
819
  msgstr ""
820
 
821
+ #: contact_form.php:1098
822
  msgid "Error text color"
823
  msgstr ""
824
 
825
+ #: contact_form.php:1103
826
  msgid "Background color of the input field errors"
827
  msgstr ""
828
 
829
+ #: contact_form.php:1108
830
  msgid "Border color of the input field errors"
831
  msgstr ""
832
 
833
+ #: contact_form.php:1113
834
  msgid "Placeholder color of the input field errors"
835
  msgstr ""
836
 
837
+ #: contact_form.php:1118
838
  #, fuzzy
839
  msgid "Input fields"
840
  msgstr "Покажи опция за прикачване на файл"
841
 
842
+ #: contact_form.php:1123
843
  msgid "Input fields background color"
844
  msgstr ""
845
 
846
+ #: contact_form.php:1128
847
  msgid "Text fields color"
848
  msgstr ""
849
 
850
+ #: contact_form.php:1130
851
  msgid "Border width in px, numbers only"
852
  msgstr ""
853
 
854
+ #: contact_form.php:1134
855
+ #: contact_form.php:1155
856
  msgid "Border color"
857
  msgstr ""
858
 
859
+ #: contact_form.php:1139
860
  #, fuzzy
861
  msgid "Submit button"
862
  msgstr "Изпрати"
863
 
864
+ #: contact_form.php:1141
865
  msgid "Width in px, numbers only"
866
  msgstr ""
867
 
868
+ #: contact_form.php:1145
869
  msgid "Button color"
870
  msgstr ""
871
 
872
+ #: contact_form.php:1150
873
  msgid "Button text color"
874
  msgstr ""
875
 
876
+ #: contact_form.php:1166
877
  #, fuzzy
878
  msgid "Contact Form Pro | Preview"
879
  msgstr "Форма за контакт"
880
 
881
+ #: contact_form.php:1169
882
  msgid "Show with errors"
883
  msgstr ""
884
 
 
885
  #: contact_form.php:1177
886
+ #: contact_form.php:1179
887
  msgid "Please enter your full name..."
888
  msgstr ""
889
 
 
890
  #: contact_form.php:1190
891
+ #: contact_form.php:1192
892
  msgid "Please enter your address..."
893
  msgstr ""
894
 
 
895
  #: contact_form.php:1201
896
+ #: contact_form.php:1203
897
  #, fuzzy
898
  msgid "Please enter your email address..."
899
  msgstr "Използвайте този Email:"
900
 
 
901
  #: contact_form.php:1212
902
+ #: contact_form.php:1214
903
  msgid "Please enter your phone number..."
904
  msgstr ""
905
 
 
906
  #: contact_form.php:1223
907
+ #: contact_form.php:1225
908
  msgid "Please enter subject..."
909
  msgstr ""
910
 
 
911
  #: contact_form.php:1233
912
+ #: contact_form.php:1235
913
  msgid "Please enter your message..."
914
  msgstr ""
915
 
916
+ #: contact_form.php:1246
917
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
918
  msgstr ""
919
 
920
+ #: contact_form.php:1399
921
  msgid "You can attach the following file formats"
922
  msgstr "Можете да прикачвате файлове от следните типове"
923
 
924
+ #: contact_form.php:1683
925
  msgid "Contact from"
926
  msgstr "Форма за контакт"
927
 
928
+ #: contact_form.php:1696
929
  msgid "Email"
930
  msgstr "Email"
931
 
932
+ #: contact_form.php:1710
933
  msgid "Site"
934
  msgstr "Сайт"
935
 
936
+ #: contact_form.php:1760
937
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
938
  msgstr "Ако видиждате това значи, че вашият MIME клиент за електронна поща не поддържа MIME тип!"
939
 
940
+ #: contact_form.php:1811
941
  msgid "FAQ"
942
  msgstr "FAQ"
943
 
944
+ #: contact_form.php:1812
945
  msgid "Support"
946
  msgstr "Поддръжка"
947
 
948
+ #: contact_form.php:1860
949
  msgid "Are you sure that you want to delete this language data?"
950
  msgstr ""
951
 
languages/contact_form-ca.mo CHANGED
Binary file
languages/contact_form-ca.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-07-22 16:54+0300\n"
6
- "PO-Revision-Date: 2013-07-22 16:54+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Kenneth <kenneth@snollocer.net>\n"
9
  "MIME-Version: 1.0\n"
@@ -158,7 +158,7 @@ msgid "Thank you for contacting us."
158
  msgstr "Gràcies per contactar amb nosaltres"
159
 
160
  #: contact_form.php:242
161
- #: contact_form.php:1313
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Ho sentim, el seu e-mail no ha pogut ser lliurat."
164
 
@@ -183,9 +183,9 @@ msgstr "Llegir més"
183
  #: contact_form.php:255
184
  #: contact_form.php:281
185
  #: contact_form.php:754
186
- #: contact_form.php:1002
187
- #: contact_form.php:1799
188
- #: contact_form.php:1808
189
  msgid "Settings"
190
  msgstr "Configuració"
191
 
@@ -265,62 +265,62 @@ msgid "Contact Form Pro Extra Settings"
265
  msgstr "Opcions extra del Contact Form Pro"
266
 
267
  #: contact_form.php:373
268
- #: contact_form.php:1008
269
  msgid "Contact Form Pro"
270
  msgstr "Contact Form Pro"
271
 
272
  #: contact_form.php:412
273
- #: contact_form.php:897
274
- #: contact_form.php:926
275
  msgid "Name:"
276
  msgstr "Nom:"
277
 
278
  #: contact_form.php:413
279
- #: contact_form.php:898
280
- #: contact_form.php:927
281
  msgid "Address:"
282
  msgstr "Adreça:"
283
 
284
  #: contact_form.php:414
285
- #: contact_form.php:899
286
- #: contact_form.php:928
287
  msgid "Email Address:"
288
  msgstr "Adreça de correu electrònic:"
289
 
290
  #: contact_form.php:415
291
- #: contact_form.php:900
292
- #: contact_form.php:929
293
  msgid "Phone number:"
294
  msgstr "Nombre de telèfon"
295
 
296
  #: contact_form.php:416
297
- #: contact_form.php:901
298
- #: contact_form.php:930
299
  msgid "Subject:"
300
  msgstr "Asumpte:"
301
 
302
  #: contact_form.php:417
303
- #: contact_form.php:902
304
- #: contact_form.php:931
305
  msgid "Message:"
306
  msgstr "Missatge:"
307
 
308
  #: contact_form.php:418
309
- #: contact_form.php:903
310
- #: contact_form.php:932
311
  msgid "Attachment:"
312
  msgstr "Adjunt:"
313
 
314
  #: contact_form.php:419
315
  #: contact_form.php:474
316
- #: contact_form.php:904
317
- #: contact_form.php:933
318
  msgid "Send me a copy"
319
  msgstr "Envia'm una còpia"
320
 
321
  #: contact_form.php:420
322
- #: contact_form.php:905
323
- #: contact_form.php:934
324
  msgid "Submit"
325
  msgstr "Enviar"
326
 
@@ -396,509 +396,524 @@ msgid "Settings saved."
396
  msgstr "Configuració desada."
397
 
398
  #: contact_form.php:755
399
- #: contact_form.php:1003
400
  msgid "Extra settings"
401
  msgstr "Configuració extra"
402
 
403
  #: contact_form.php:760
404
- #: contact_form.php:1259
405
  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:"
406
  msgstr "Si vol afegir Contact Form en la seva web, copiï i enganxi aquest codi en el seu missatge, pàgina o widget:"
407
 
 
 
 
 
 
 
 
408
  #: contact_form.php:761
 
 
 
 
 
 
 
 
409
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
410
  msgstr "Si la informació d'aquest camp queda buida, s'usarà l'adreça especificada durant el registre."
411
 
412
- #: contact_form.php:765
413
  msgid "The user's email address:"
414
  msgstr "Adreça de correu electrònic de l'usuari:"
415
 
416
- #: contact_form.php:769
417
  msgid "Create a username"
418
  msgstr "Seleccioni un nom d'usuari"
419
 
420
- #: contact_form.php:774
421
  msgid "Enter a username of the person who should get the messages from the contact form."
422
  msgstr "Introdueixi el nom de l'usuari que rebrà missatges des de contact form"
423
 
424
- #: contact_form.php:778
425
  msgid "Use this email address:"
426
  msgstr "Usi aquesta adreça de correu electrònic::"
427
 
428
- #: contact_form.php:781
429
  msgid "Enter the email address you want the messages forwarded to."
430
  msgstr "Introdueixi una adreça de correu electrònic on vulgui re-enviar el missatge"
431
 
432
- #: contact_form.php:785
433
  msgid "Additional options"
434
  msgstr "Opcions addicionals"
435
 
436
- #: contact_form.php:788
437
  msgid "What to use?"
438
  msgstr "Què usar?"
439
 
440
- #: contact_form.php:791
441
  msgid "Wp-mail"
442
  msgstr "Wp-mail"
443
 
444
- #: contact_form.php:792
445
  msgid "You can use the wp_mail function for mailing"
446
  msgstr "Vostè pot utilitzar la funció wp_mail pel correu."
447
 
448
- #: contact_form.php:798
449
  msgid "Mail"
450
  msgstr "Mail"
451
 
452
- #: contact_form.php:799
453
  msgid "To send mail you can use the php mail function"
454
  msgstr "Per enviar correu vostè pot usar la funció 'php mail'"
455
 
456
- #: contact_form.php:803
457
  msgid "Change text of the 'FROM' field"
458
  msgstr "Modifica el camp DE al contact form"
459
 
460
- #: contact_form.php:809
461
  msgid "Enter the email address in the 'From' field"
462
  msgstr "Introduir el correu electrònic al camp 'From'"
463
 
464
- #: contact_form.php:811
465
  msgid "User email"
466
  msgstr ""
467
 
468
- #: contact_form.php:811
469
  msgid "The email address of the user who fills the form will be used in the field 'From'."
470
  msgstr "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de posar al camp 'From'."
471
 
472
- #: contact_form.php:813
473
  msgid "This email address will be used in the 'From' field."
474
  msgstr "Aquesta adreça de correu electrònic s'utilitzarà al camp 'De'"
475
 
476
- #: contact_form.php:817
477
  msgid "Display fields"
478
  msgstr "Mostra els camps"
479
 
480
- #: contact_form.php:819
481
- #: contact_form.php:849
482
- #: contact_form.php:1039
483
- #: contact_form.php:1691
484
  msgid "Address"
485
  msgstr "Adreça:"
486
 
487
- #: contact_form.php:820
488
- #: contact_form.php:851
489
- #: contact_form.php:1699
490
  msgid "Phone"
491
  msgstr "Telèfon"
492
 
493
- #: contact_form.php:821
494
  msgid "Attachment block"
495
  msgstr "Adjunt blocat"
496
 
497
- #: contact_form.php:821
498
  msgid "Users can attach the following file formats"
499
  msgstr "Els usuaris poden adjuntar els següents formats d'arxiu"
500
 
501
- #: contact_form.php:822
502
  msgid "Tips below the Attachment block"
503
  msgstr "Consells del blocatge de l'adjunt"
504
 
505
- #: contact_form.php:823
506
  msgid "Send me a copy block"
507
  msgstr "Envia'm una còpia"
508
 
509
- #: contact_form.php:835
510
- #: contact_form.php:838
511
- #: contact_form.php:841
512
- #: contact_form.php:1068
513
  msgid "Captcha"
514
  msgstr "Captcha"
515
 
516
- #: contact_form.php:835
517
- #: contact_form.php:838
518
- #: contact_form.php:841
519
- #: contact_form.php:1068
520
  msgid "(powered by bestwebsoft.com)"
521
  msgstr "(Impulsat per bestwebsoft.com)"
522
 
523
- #: contact_form.php:838
524
  msgid "Activate captcha"
525
  msgstr "Captcha activat"
526
 
527
- #: contact_form.php:841
528
  msgid "Download captcha"
529
  msgstr "Descarrega captcha"
530
 
531
- #: contact_form.php:846
532
  msgid "Required fields"
533
  msgstr "Camps requerits"
534
 
535
- #: contact_form.php:848
536
- #: contact_form.php:1034
537
- #: contact_form.php:1686
538
  msgid "Name"
539
  msgstr "Nom"
540
 
541
- #: contact_form.php:850
542
  msgid "Email Address"
543
  msgstr "Adreça de correu electrònic:"
544
 
545
- #: contact_form.php:852
546
- #: contact_form.php:1054
547
- #: contact_form.php:1702
548
  msgid "Subject"
549
  msgstr "Assumpte"
550
 
551
- #: contact_form.php:853
552
- #: contact_form.php:1058
553
- #: contact_form.php:1705
554
  msgid "Message"
555
  msgstr "MIssatge"
556
 
557
- #: contact_form.php:857
558
  msgid "Display additional info in the email"
559
  msgstr "Mostra informació addicional al correu electrònic,"
560
 
561
- #: contact_form.php:862
562
- #: contact_form.php:1658
563
  msgid "Sent from (ip address)"
564
  msgstr "Enviat des de (adreça IP)"
565
 
566
- #: contact_form.php:863
567
- #: contact_form.php:1663
568
  msgid "Date/Time"
569
  msgstr "Data/hora"
570
 
571
- #: contact_form.php:864
572
- #: contact_form.php:1668
573
  msgid "Sent from (referer)"
574
  msgstr "Enviat des de (referent)"
575
 
576
- #: contact_form.php:865
577
- #: contact_form.php:1673
578
  msgid "Using (user agent)"
579
  msgstr "Usant (user agent)"
580
 
581
- #: contact_form.php:869
582
  msgid "Language settings for the field names in the form"
583
  msgstr "Configuració de la llengua als noms dels camps del formulari"
584
 
585
- #: contact_form.php:878
586
  msgid "Add a language"
587
  msgstr "Afegeix lengua"
588
 
589
- #: contact_form.php:882
590
  msgid "Change the names of the contact form fields and error messages"
591
  msgstr "Modifica els noms dels camps i els missatges d'error del formulari de contacte"
592
 
593
- #: contact_form.php:887
594
- #: contact_form.php:958
595
  msgid "English"
596
  msgstr "Anglès"
597
 
598
- #: contact_form.php:906
599
- #: contact_form.php:935
600
  msgid "Error message for the Name field"
601
  msgstr "Missatge d'error per al camp 'Nom'"
602
 
603
- #: contact_form.php:907
604
- #: contact_form.php:936
605
  msgid "Error message for the Address field"
606
  msgstr "Missatge d'error per al camp 'Adreça'"
607
 
608
- #: contact_form.php:908
609
- #: contact_form.php:937
610
  msgid "Error message for the Email field"
611
  msgstr "Missatge d'error per al camp 'Adreça de correu electrònic'"
612
 
613
- #: contact_form.php:909
614
- #: contact_form.php:938
615
  msgid "Error message for the Phone field"
616
  msgstr "Missatge d'error per al camp 'Telèfon\""
617
 
618
- #: contact_form.php:910
619
- #: contact_form.php:939
620
  msgid "Error message for the Subject field"
621
  msgstr "Missatge d'error per al camp 'Assumpte'"
622
 
623
- #: contact_form.php:911
624
- #: contact_form.php:940
625
  msgid "Error message for the Message field"
626
  msgstr "Missatge d'error per al camp 'Missatge'"
627
 
628
- #: contact_form.php:912
629
- #: contact_form.php:941
630
  msgid "Error message about the file type for the Attachment field"
631
  msgstr "Missatge d'error sobre el tipus de per al camp 'Adjunt'"
632
 
633
- #: contact_form.php:913
634
- #: contact_form.php:942
635
  msgid "Error message while uploading a file for the Attachment field to the server"
636
  msgstr "Missatge d'error al carregar al servidor un fitxer per al camp Adjunt"
637
 
638
- #: contact_form.php:914
639
- #: contact_form.php:943
640
  msgid "Error message while moving the file for the Attachment field"
641
  msgstr "Missatge d'error al mourerun fitxer per al camp Adjunt"
642
 
643
- #: contact_form.php:915
644
- #: contact_form.php:944
645
  msgid "Error message when file size limit for the Attachment field is exceeded"
646
  msgstr "Missatge d'error al superar el límit de mida de fitxer per al camp Adjunt"
647
 
648
- #: contact_form.php:916
649
- #: contact_form.php:945
650
  msgid "Error message for the Captcha field"
651
  msgstr "Missatge d'error al camp Captcha"
652
 
653
- #: contact_form.php:917
654
- #: contact_form.php:946
655
  msgid "Error message for the whole form"
656
  msgstr "Missatge d'error a tot el formulari"
657
 
658
- #: contact_form.php:919
659
- #: contact_form.php:948
660
- #: contact_form.php:967
661
- #: contact_form.php:973
662
  msgid "Use shortcode"
663
  msgstr "useu un codi curt"
664
 
665
- #: contact_form.php:919
666
- #: contact_form.php:948
667
- #: contact_form.php:967
668
- #: contact_form.php:973
669
  msgid "for this language"
670
  msgstr "Per aquesta llengua"
671
 
672
- #: contact_form.php:955
673
  msgid "Action after email is sent"
674
  msgstr "Accions després d'enviar un correu electrònic."
675
 
676
- #: contact_form.php:957
677
  msgid "Display text"
678
  msgstr "Mostra el text"
679
 
680
- #: contact_form.php:966
681
- #: contact_form.php:972
682
  msgid "Text"
683
  msgstr "Text"
684
 
685
- #: contact_form.php:979
686
  msgid "Redirect to the page"
687
  msgstr "Redirigir a la pàgina"
688
 
689
- #: contact_form.php:980
690
  msgid "Url"
691
  msgstr "Url"
692
 
693
- #: contact_form.php:985
694
- #: contact_form.php:1160
695
  msgid "Save Changes"
696
  msgstr "Desar els canvis"
697
 
698
- #: contact_form.php:1000
699
  msgid "Contact Form Pro | Extra Settings"
700
  msgstr "Opcions extra | Contact Form Pro"
701
 
702
- #: contact_form.php:1007
703
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
704
  msgstr "Aquesta funcionalitat està disponible en la versió Pro del connector. Per a més detalls, si us plau seguiu l'enllaç"
705
 
706
- #: contact_form.php:1014
707
  msgid "Errors output"
708
  msgstr "Errors de sortida"
709
 
710
- #: contact_form.php:1017
711
  msgid "Display error messages"
712
  msgstr "Mostra els missatges d'error"
713
 
714
- #: contact_form.php:1018
715
  msgid "Color of the input field errors."
716
  msgstr "Color dels errors al camp d'entrada"
717
 
718
- #: contact_form.php:1019
719
  msgid "Display error messages & color of the input field errors"
720
  msgstr "Mostra els missatges d'error i el color dels errors del camp d'entrada"
721
 
722
- #: contact_form.php:1024
723
  msgid "Add placeholder to the input blocks"
724
  msgstr "Afegeix marcador de posició als blocs d'entrada"
725
 
726
- #: contact_form.php:1030
727
  msgid "Add tooltips"
728
  msgstr "Afegir consells sobre les eines"
729
 
730
- #: contact_form.php:1044
731
  msgid "Email address"
732
  msgstr "Adreça de correu electrònic:"
733
 
734
- #: contact_form.php:1049
735
  msgid "Phone Number"
736
  msgstr "Nombre de telèfon"
737
 
738
- #: contact_form.php:1063
739
  msgid "Attachment"
740
  msgstr "Adjunt:"
741
 
742
- #: contact_form.php:1073
743
  msgid "Style options"
744
  msgstr "Opcions d'estil"
745
 
746
- #: contact_form.php:1076
747
  msgid "Text color"
748
  msgstr "Color del text"
749
 
750
- #: contact_form.php:1079
751
- #: contact_form.php:1084
752
- #: contact_form.php:1094
753
- #: contact_form.php:1099
754
- #: contact_form.php:1104
755
- #: contact_form.php:1109
756
- #: contact_form.php:1119
757
- #: contact_form.php:1124
758
- #: contact_form.php:1130
759
- #: contact_form.php:1141
760
- #: contact_form.php:1146
761
- #: contact_form.php:1151
762
  msgid "Default"
763
  msgstr "Per defecte"
764
 
765
- #: contact_form.php:1081
766
  msgid "Label text color"
767
  msgstr "Color del text de l'etiqeta"
768
 
769
- #: contact_form.php:1086
770
  msgid "Placeholder color"
771
  msgstr "Color del marcador de posició"
772
 
773
- #: contact_form.php:1091
774
  msgid "Errors color"
775
  msgstr "Color dels errors"
776
 
777
- #: contact_form.php:1096
778
  msgid "Error text color"
779
  msgstr "Color del text d'error"
780
 
781
- #: contact_form.php:1101
782
  msgid "Background color of the input field errors"
783
  msgstr "Color de fons dels errors del camp d'entrada"
784
 
785
- #: contact_form.php:1106
786
  msgid "Border color of the input field errors"
787
  msgstr "Color de la vora dels errors del camp d'entrada"
788
 
789
- #: contact_form.php:1111
790
  msgid "Placeholder color of the input field errors"
791
  msgstr "Color del marcador de posició dels errors del camp d'entrada"
792
 
793
- #: contact_form.php:1116
794
  msgid "Input fields"
795
  msgstr "Visualitza l'adjunt"
796
 
797
- #: contact_form.php:1121
798
  msgid "Input fields background color"
799
  msgstr "Color de fons dels camps d'entrada"
800
 
801
- #: contact_form.php:1126
802
  msgid "Text fields color"
803
  msgstr "Color dels camps de text"
804
 
805
- #: contact_form.php:1128
806
  msgid "Border width in px, numbers only"
807
  msgstr "Ample de vora en px, sols nombres"
808
 
809
- #: contact_form.php:1132
810
- #: contact_form.php:1153
811
  msgid "Border color"
812
  msgstr "Color de la vora"
813
 
814
- #: contact_form.php:1137
815
  msgid "Submit button"
816
  msgstr "Enviar"
817
 
818
  # #: contact_form.php:928
819
- #: contact_form.php:1139
820
  msgid "Width in px, numbers only"
821
  msgstr "Ample en px, sols nombres"
822
 
823
- #: contact_form.php:1143
824
  msgid "Button color"
825
  msgstr "Color del botó"
826
 
827
- #: contact_form.php:1148
828
  msgid "Button text color"
829
  msgstr "Color del text del botó"
830
 
831
- #: contact_form.php:1164
832
  msgid "Contact Form Pro | Preview"
833
  msgstr "Contact Form Pro | Vista prèvia"
834
 
835
- #: contact_form.php:1167
836
  msgid "Show with errors"
837
  msgstr "Mostra amb errors"
838
 
839
- #: contact_form.php:1175
840
  #: contact_form.php:1177
 
841
  msgid "Please enter your full name..."
842
  msgstr "Si us plau introduïu el nom complet"
843
 
844
- #: contact_form.php:1188
845
  #: contact_form.php:1190
 
846
  msgid "Please enter your address..."
847
  msgstr "Si us plau introduïu l'adreça"
848
 
849
- #: contact_form.php:1199
850
  #: contact_form.php:1201
 
851
  msgid "Please enter your email address..."
852
  msgstr "Si us plau introdueixi el seu e-mail"
853
 
854
- #: contact_form.php:1210
855
  #: contact_form.php:1212
 
856
  msgid "Please enter your phone number..."
857
  msgstr "Si us plau introduïu el nombre de telèfon"
858
 
859
- #: contact_form.php:1221
860
  #: contact_form.php:1223
 
861
  msgid "Please enter subject..."
862
  msgstr "Si us plau introduïu l'assumpte"
863
 
864
- #: contact_form.php:1231
865
  #: contact_form.php:1233
 
866
  msgid "Please enter your message..."
867
  msgstr "Si us plau introduïu el missatge"
868
 
869
- #: contact_form.php:1244
870
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
871
  msgstr "Formats de fitxer suportats: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Mida màxima: 2MB"
872
 
873
- #: contact_form.php:1397
874
  msgid "You can attach the following file formats"
875
  msgstr "Pot adjuntar els següents formats d'arxiu"
876
 
877
- #: contact_form.php:1681
878
  msgid "Contact from"
879
  msgstr "Contact from"
880
 
881
- #: contact_form.php:1694
882
  msgid "Email"
883
  msgstr "Adreça de correu electrònic"
884
 
885
- #: contact_form.php:1708
886
  msgid "Site"
887
  msgstr "Lloc"
888
 
889
- #: contact_form.php:1758
890
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
891
  msgstr "Si pot veure aquest MIME, vol dir que el tipus MIME no és compatible amb el seu client de correu electrònic!"
892
 
893
- #: contact_form.php:1809
894
  msgid "FAQ"
895
  msgstr "FAQ"
896
 
897
- #: contact_form.php:1810
898
  msgid "Support"
899
  msgstr "Suport"
900
 
901
- #: contact_form.php:1858
902
  msgid "Are you sure that you want to delete this language data?"
903
  msgstr "Està vostè segur que vol esborrar aquest idioma?"
904
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-07-29 17:31+0300\n"
6
+ "PO-Revision-Date: 2013-07-29 17:31+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Kenneth <kenneth@snollocer.net>\n"
9
  "MIME-Version: 1.0\n"
158
  msgstr "Gràcies per contactar amb nosaltres"
159
 
160
  #: contact_form.php:242
161
+ #: contact_form.php:1315
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Ho sentim, el seu e-mail no ha pogut ser lliurat."
164
 
183
  #: contact_form.php:255
184
  #: contact_form.php:281
185
  #: contact_form.php:754
186
+ #: contact_form.php:1004
187
+ #: contact_form.php:1801
188
+ #: contact_form.php:1810
189
  msgid "Settings"
190
  msgstr "Configuració"
191
 
265
  msgstr "Opcions extra del Contact Form Pro"
266
 
267
  #: contact_form.php:373
268
+ #: contact_form.php:1010
269
  msgid "Contact Form Pro"
270
  msgstr "Contact Form Pro"
271
 
272
  #: contact_form.php:412
273
+ #: contact_form.php:899
274
+ #: contact_form.php:928
275
  msgid "Name:"
276
  msgstr "Nom:"
277
 
278
  #: contact_form.php:413
279
+ #: contact_form.php:900
280
+ #: contact_form.php:929
281
  msgid "Address:"
282
  msgstr "Adreça:"
283
 
284
  #: contact_form.php:414
285
+ #: contact_form.php:901
286
+ #: contact_form.php:930
287
  msgid "Email Address:"
288
  msgstr "Adreça de correu electrònic:"
289
 
290
  #: contact_form.php:415
291
+ #: contact_form.php:902
292
+ #: contact_form.php:931
293
  msgid "Phone number:"
294
  msgstr "Nombre de telèfon"
295
 
296
  #: contact_form.php:416
297
+ #: contact_form.php:903
298
+ #: contact_form.php:932
299
  msgid "Subject:"
300
  msgstr "Asumpte:"
301
 
302
  #: contact_form.php:417
303
+ #: contact_form.php:904
304
+ #: contact_form.php:933
305
  msgid "Message:"
306
  msgstr "Missatge:"
307
 
308
  #: contact_form.php:418
309
+ #: contact_form.php:905
310
+ #: contact_form.php:934
311
  msgid "Attachment:"
312
  msgstr "Adjunt:"
313
 
314
  #: contact_form.php:419
315
  #: contact_form.php:474
316
+ #: contact_form.php:906
317
+ #: contact_form.php:935
318
  msgid "Send me a copy"
319
  msgstr "Envia'm una còpia"
320
 
321
  #: contact_form.php:420
322
+ #: contact_form.php:907
323
+ #: contact_form.php:936
324
  msgid "Submit"
325
  msgstr "Enviar"
326
 
396
  msgstr "Configuració desada."
397
 
398
  #: contact_form.php:755
399
+ #: contact_form.php:1005
400
  msgid "Extra settings"
401
  msgstr "Configuració extra"
402
 
403
  #: contact_form.php:760
404
+ #: contact_form.php:1261
405
  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:"
406
  msgstr "Si vol afegir Contact Form en la seva web, copiï i enganxi aquest codi en el seu missatge, pàgina o widget:"
407
 
408
+ #: contact_form.php:760
409
+ #: contact_form.php:761
410
+ #: contact_form.php:921
411
+ #: contact_form.php:969
412
+ msgid "or"
413
+ msgstr ""
414
+
415
  #: contact_form.php:761
416
+ msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
417
+ msgstr ""
418
+
419
+ #: contact_form.php:762
420
+ msgid "They work the same way."
421
+ msgstr ""
422
+
423
+ #: contact_form.php:763
424
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
425
  msgstr "Si la informació d'aquest camp queda buida, s'usarà l'adreça especificada durant el registre."
426
 
427
+ #: contact_form.php:767
428
  msgid "The user's email address:"
429
  msgstr "Adreça de correu electrònic de l'usuari:"
430
 
431
+ #: contact_form.php:771
432
  msgid "Create a username"
433
  msgstr "Seleccioni un nom d'usuari"
434
 
435
+ #: contact_form.php:776
436
  msgid "Enter a username of the person who should get the messages from the contact form."
437
  msgstr "Introdueixi el nom de l'usuari que rebrà missatges des de contact form"
438
 
439
+ #: contact_form.php:780
440
  msgid "Use this email address:"
441
  msgstr "Usi aquesta adreça de correu electrònic::"
442
 
443
+ #: contact_form.php:783
444
  msgid "Enter the email address you want the messages forwarded to."
445
  msgstr "Introdueixi una adreça de correu electrònic on vulgui re-enviar el missatge"
446
 
447
+ #: contact_form.php:787
448
  msgid "Additional options"
449
  msgstr "Opcions addicionals"
450
 
451
+ #: contact_form.php:790
452
  msgid "What to use?"
453
  msgstr "Què usar?"
454
 
455
+ #: contact_form.php:793
456
  msgid "Wp-mail"
457
  msgstr "Wp-mail"
458
 
459
+ #: contact_form.php:794
460
  msgid "You can use the wp_mail function for mailing"
461
  msgstr "Vostè pot utilitzar la funció wp_mail pel correu."
462
 
463
+ #: contact_form.php:800
464
  msgid "Mail"
465
  msgstr "Mail"
466
 
467
+ #: contact_form.php:801
468
  msgid "To send mail you can use the php mail function"
469
  msgstr "Per enviar correu vostè pot usar la funció 'php mail'"
470
 
471
+ #: contact_form.php:805
472
  msgid "Change text of the 'FROM' field"
473
  msgstr "Modifica el camp DE al contact form"
474
 
475
+ #: contact_form.php:811
476
  msgid "Enter the email address in the 'From' field"
477
  msgstr "Introduir el correu electrònic al camp 'From'"
478
 
479
+ #: contact_form.php:813
480
  msgid "User email"
481
  msgstr ""
482
 
483
+ #: contact_form.php:813
484
  msgid "The email address of the user who fills the form will be used in the field 'From'."
485
  msgstr "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de posar al camp 'From'."
486
 
487
+ #: contact_form.php:815
488
  msgid "This email address will be used in the 'From' field."
489
  msgstr "Aquesta adreça de correu electrònic s'utilitzarà al camp 'De'"
490
 
491
+ #: contact_form.php:819
492
  msgid "Display fields"
493
  msgstr "Mostra els camps"
494
 
495
+ #: contact_form.php:821
496
+ #: contact_form.php:851
497
+ #: contact_form.php:1041
498
+ #: contact_form.php:1693
499
  msgid "Address"
500
  msgstr "Adreça:"
501
 
502
+ #: contact_form.php:822
503
+ #: contact_form.php:853
504
+ #: contact_form.php:1701
505
  msgid "Phone"
506
  msgstr "Telèfon"
507
 
508
+ #: contact_form.php:823
509
  msgid "Attachment block"
510
  msgstr "Adjunt blocat"
511
 
512
+ #: contact_form.php:823
513
  msgid "Users can attach the following file formats"
514
  msgstr "Els usuaris poden adjuntar els següents formats d'arxiu"
515
 
516
+ #: contact_form.php:824
517
  msgid "Tips below the Attachment block"
518
  msgstr "Consells del blocatge de l'adjunt"
519
 
520
+ #: contact_form.php:825
521
  msgid "Send me a copy block"
522
  msgstr "Envia'm una còpia"
523
 
524
+ #: contact_form.php:837
525
+ #: contact_form.php:840
526
+ #: contact_form.php:843
527
+ #: contact_form.php:1070
528
  msgid "Captcha"
529
  msgstr "Captcha"
530
 
531
+ #: contact_form.php:837
532
+ #: contact_form.php:840
533
+ #: contact_form.php:843
534
+ #: contact_form.php:1070
535
  msgid "(powered by bestwebsoft.com)"
536
  msgstr "(Impulsat per bestwebsoft.com)"
537
 
538
+ #: contact_form.php:840
539
  msgid "Activate captcha"
540
  msgstr "Captcha activat"
541
 
542
+ #: contact_form.php:843
543
  msgid "Download captcha"
544
  msgstr "Descarrega captcha"
545
 
546
+ #: contact_form.php:848
547
  msgid "Required fields"
548
  msgstr "Camps requerits"
549
 
550
+ #: contact_form.php:850
551
+ #: contact_form.php:1036
552
+ #: contact_form.php:1688
553
  msgid "Name"
554
  msgstr "Nom"
555
 
556
+ #: contact_form.php:852
557
  msgid "Email Address"
558
  msgstr "Adreça de correu electrònic:"
559
 
560
+ #: contact_form.php:854
561
+ #: contact_form.php:1056
562
+ #: contact_form.php:1704
563
  msgid "Subject"
564
  msgstr "Assumpte"
565
 
566
+ #: contact_form.php:855
567
+ #: contact_form.php:1060
568
+ #: contact_form.php:1707
569
  msgid "Message"
570
  msgstr "MIssatge"
571
 
572
+ #: contact_form.php:859
573
  msgid "Display additional info in the email"
574
  msgstr "Mostra informació addicional al correu electrònic,"
575
 
576
+ #: contact_form.php:864
577
+ #: contact_form.php:1660
578
  msgid "Sent from (ip address)"
579
  msgstr "Enviat des de (adreça IP)"
580
 
581
+ #: contact_form.php:865
582
+ #: contact_form.php:1665
583
  msgid "Date/Time"
584
  msgstr "Data/hora"
585
 
586
+ #: contact_form.php:866
587
+ #: contact_form.php:1670
588
  msgid "Sent from (referer)"
589
  msgstr "Enviat des de (referent)"
590
 
591
+ #: contact_form.php:867
592
+ #: contact_form.php:1675
593
  msgid "Using (user agent)"
594
  msgstr "Usant (user agent)"
595
 
596
+ #: contact_form.php:871
597
  msgid "Language settings for the field names in the form"
598
  msgstr "Configuració de la llengua als noms dels camps del formulari"
599
 
600
+ #: contact_form.php:880
601
  msgid "Add a language"
602
  msgstr "Afegeix lengua"
603
 
604
+ #: contact_form.php:884
605
  msgid "Change the names of the contact form fields and error messages"
606
  msgstr "Modifica els noms dels camps i els missatges d'error del formulari de contacte"
607
 
608
+ #: contact_form.php:889
609
+ #: contact_form.php:960
610
  msgid "English"
611
  msgstr "Anglès"
612
 
613
+ #: contact_form.php:908
614
+ #: contact_form.php:937
615
  msgid "Error message for the Name field"
616
  msgstr "Missatge d'error per al camp 'Nom'"
617
 
618
+ #: contact_form.php:909
619
+ #: contact_form.php:938
620
  msgid "Error message for the Address field"
621
  msgstr "Missatge d'error per al camp 'Adreça'"
622
 
623
+ #: contact_form.php:910
624
+ #: contact_form.php:939
625
  msgid "Error message for the Email field"
626
  msgstr "Missatge d'error per al camp 'Adreça de correu electrònic'"
627
 
628
+ #: contact_form.php:911
629
+ #: contact_form.php:940
630
  msgid "Error message for the Phone field"
631
  msgstr "Missatge d'error per al camp 'Telèfon\""
632
 
633
+ #: contact_form.php:912
634
+ #: contact_form.php:941
635
  msgid "Error message for the Subject field"
636
  msgstr "Missatge d'error per al camp 'Assumpte'"
637
 
638
+ #: contact_form.php:913
639
+ #: contact_form.php:942
640
  msgid "Error message for the Message field"
641
  msgstr "Missatge d'error per al camp 'Missatge'"
642
 
643
+ #: contact_form.php:914
644
+ #: contact_form.php:943
645
  msgid "Error message about the file type for the Attachment field"
646
  msgstr "Missatge d'error sobre el tipus de per al camp 'Adjunt'"
647
 
648
+ #: contact_form.php:915
649
+ #: contact_form.php:944
650
  msgid "Error message while uploading a file for the Attachment field to the server"
651
  msgstr "Missatge d'error al carregar al servidor un fitxer per al camp Adjunt"
652
 
653
+ #: contact_form.php:916
654
+ #: contact_form.php:945
655
  msgid "Error message while moving the file for the Attachment field"
656
  msgstr "Missatge d'error al mourerun fitxer per al camp Adjunt"
657
 
658
+ #: contact_form.php:917
659
+ #: contact_form.php:946
660
  msgid "Error message when file size limit for the Attachment field is exceeded"
661
  msgstr "Missatge d'error al superar el límit de mida de fitxer per al camp Adjunt"
662
 
663
+ #: contact_form.php:918
664
+ #: contact_form.php:947
665
  msgid "Error message for the Captcha field"
666
  msgstr "Missatge d'error al camp Captcha"
667
 
668
+ #: contact_form.php:919
669
+ #: contact_form.php:948
670
  msgid "Error message for the whole form"
671
  msgstr "Missatge d'error a tot el formulari"
672
 
673
+ #: contact_form.php:921
674
+ #: contact_form.php:950
675
+ #: contact_form.php:969
676
+ #: contact_form.php:975
677
  msgid "Use shortcode"
678
  msgstr "useu un codi curt"
679
 
680
+ #: contact_form.php:921
681
+ #: contact_form.php:950
682
+ #: contact_form.php:969
683
+ #: contact_form.php:975
684
  msgid "for this language"
685
  msgstr "Per aquesta llengua"
686
 
687
+ #: contact_form.php:957
688
  msgid "Action after email is sent"
689
  msgstr "Accions després d'enviar un correu electrònic."
690
 
691
+ #: contact_form.php:959
692
  msgid "Display text"
693
  msgstr "Mostra el text"
694
 
695
+ #: contact_form.php:968
696
+ #: contact_form.php:974
697
  msgid "Text"
698
  msgstr "Text"
699
 
700
+ #: contact_form.php:981
701
  msgid "Redirect to the page"
702
  msgstr "Redirigir a la pàgina"
703
 
704
+ #: contact_form.php:982
705
  msgid "Url"
706
  msgstr "Url"
707
 
708
+ #: contact_form.php:987
709
+ #: contact_form.php:1162
710
  msgid "Save Changes"
711
  msgstr "Desar els canvis"
712
 
713
+ #: contact_form.php:1002
714
  msgid "Contact Form Pro | Extra Settings"
715
  msgstr "Opcions extra | Contact Form Pro"
716
 
717
+ #: contact_form.php:1009
718
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
719
  msgstr "Aquesta funcionalitat està disponible en la versió Pro del connector. Per a més detalls, si us plau seguiu l'enllaç"
720
 
721
+ #: contact_form.php:1016
722
  msgid "Errors output"
723
  msgstr "Errors de sortida"
724
 
725
+ #: contact_form.php:1019
726
  msgid "Display error messages"
727
  msgstr "Mostra els missatges d'error"
728
 
729
+ #: contact_form.php:1020
730
  msgid "Color of the input field errors."
731
  msgstr "Color dels errors al camp d'entrada"
732
 
733
+ #: contact_form.php:1021
734
  msgid "Display error messages & color of the input field errors"
735
  msgstr "Mostra els missatges d'error i el color dels errors del camp d'entrada"
736
 
737
+ #: contact_form.php:1026
738
  msgid "Add placeholder to the input blocks"
739
  msgstr "Afegeix marcador de posició als blocs d'entrada"
740
 
741
+ #: contact_form.php:1032
742
  msgid "Add tooltips"
743
  msgstr "Afegir consells sobre les eines"
744
 
745
+ #: contact_form.php:1046
746
  msgid "Email address"
747
  msgstr "Adreça de correu electrònic:"
748
 
749
+ #: contact_form.php:1051
750
  msgid "Phone Number"
751
  msgstr "Nombre de telèfon"
752
 
753
+ #: contact_form.php:1065
754
  msgid "Attachment"
755
  msgstr "Adjunt:"
756
 
757
+ #: contact_form.php:1075
758
  msgid "Style options"
759
  msgstr "Opcions d'estil"
760
 
761
+ #: contact_form.php:1078
762
  msgid "Text color"
763
  msgstr "Color del text"
764
 
765
+ #: contact_form.php:1081
766
+ #: contact_form.php:1086
767
+ #: contact_form.php:1096
768
+ #: contact_form.php:1101
769
+ #: contact_form.php:1106
770
+ #: contact_form.php:1111
771
+ #: contact_form.php:1121
772
+ #: contact_form.php:1126
773
+ #: contact_form.php:1132
774
+ #: contact_form.php:1143
775
+ #: contact_form.php:1148
776
+ #: contact_form.php:1153
777
  msgid "Default"
778
  msgstr "Per defecte"
779
 
780
+ #: contact_form.php:1083
781
  msgid "Label text color"
782
  msgstr "Color del text de l'etiqeta"
783
 
784
+ #: contact_form.php:1088
785
  msgid "Placeholder color"
786
  msgstr "Color del marcador de posició"
787
 
788
+ #: contact_form.php:1093
789
  msgid "Errors color"
790
  msgstr "Color dels errors"
791
 
792
+ #: contact_form.php:1098
793
  msgid "Error text color"
794
  msgstr "Color del text d'error"
795
 
796
+ #: contact_form.php:1103
797
  msgid "Background color of the input field errors"
798
  msgstr "Color de fons dels errors del camp d'entrada"
799
 
800
+ #: contact_form.php:1108
801
  msgid "Border color of the input field errors"
802
  msgstr "Color de la vora dels errors del camp d'entrada"
803
 
804
+ #: contact_form.php:1113
805
  msgid "Placeholder color of the input field errors"
806
  msgstr "Color del marcador de posició dels errors del camp d'entrada"
807
 
808
+ #: contact_form.php:1118
809
  msgid "Input fields"
810
  msgstr "Visualitza l'adjunt"
811
 
812
+ #: contact_form.php:1123
813
  msgid "Input fields background color"
814
  msgstr "Color de fons dels camps d'entrada"
815
 
816
+ #: contact_form.php:1128
817
  msgid "Text fields color"
818
  msgstr "Color dels camps de text"
819
 
820
+ #: contact_form.php:1130
821
  msgid "Border width in px, numbers only"
822
  msgstr "Ample de vora en px, sols nombres"
823
 
824
+ #: contact_form.php:1134
825
+ #: contact_form.php:1155
826
  msgid "Border color"
827
  msgstr "Color de la vora"
828
 
829
+ #: contact_form.php:1139
830
  msgid "Submit button"
831
  msgstr "Enviar"
832
 
833
  # #: contact_form.php:928
834
+ #: contact_form.php:1141
835
  msgid "Width in px, numbers only"
836
  msgstr "Ample en px, sols nombres"
837
 
838
+ #: contact_form.php:1145
839
  msgid "Button color"
840
  msgstr "Color del botó"
841
 
842
+ #: contact_form.php:1150
843
  msgid "Button text color"
844
  msgstr "Color del text del botó"
845
 
846
+ #: contact_form.php:1166
847
  msgid "Contact Form Pro | Preview"
848
  msgstr "Contact Form Pro | Vista prèvia"
849
 
850
+ #: contact_form.php:1169
851
  msgid "Show with errors"
852
  msgstr "Mostra amb errors"
853
 
 
854
  #: contact_form.php:1177
855
+ #: contact_form.php:1179
856
  msgid "Please enter your full name..."
857
  msgstr "Si us plau introduïu el nom complet"
858
 
 
859
  #: contact_form.php:1190
860
+ #: contact_form.php:1192
861
  msgid "Please enter your address..."
862
  msgstr "Si us plau introduïu l'adreça"
863
 
 
864
  #: contact_form.php:1201
865
+ #: contact_form.php:1203
866
  msgid "Please enter your email address..."
867
  msgstr "Si us plau introdueixi el seu e-mail"
868
 
 
869
  #: contact_form.php:1212
870
+ #: contact_form.php:1214
871
  msgid "Please enter your phone number..."
872
  msgstr "Si us plau introduïu el nombre de telèfon"
873
 
 
874
  #: contact_form.php:1223
875
+ #: contact_form.php:1225
876
  msgid "Please enter subject..."
877
  msgstr "Si us plau introduïu l'assumpte"
878
 
 
879
  #: contact_form.php:1233
880
+ #: contact_form.php:1235
881
  msgid "Please enter your message..."
882
  msgstr "Si us plau introduïu el missatge"
883
 
884
+ #: contact_form.php:1246
885
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
886
  msgstr "Formats de fitxer suportats: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Mida màxima: 2MB"
887
 
888
+ #: contact_form.php:1399
889
  msgid "You can attach the following file formats"
890
  msgstr "Pot adjuntar els següents formats d'arxiu"
891
 
892
+ #: contact_form.php:1683
893
  msgid "Contact from"
894
  msgstr "Contact from"
895
 
896
+ #: contact_form.php:1696
897
  msgid "Email"
898
  msgstr "Adreça de correu electrònic"
899
 
900
+ #: contact_form.php:1710
901
  msgid "Site"
902
  msgstr "Lloc"
903
 
904
+ #: contact_form.php:1760
905
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
906
  msgstr "Si pot veure aquest MIME, vol dir que el tipus MIME no és compatible amb el seu client de correu electrònic!"
907
 
908
+ #: contact_form.php:1811
909
  msgid "FAQ"
910
  msgstr "FAQ"
911
 
912
+ #: contact_form.php:1812
913
  msgid "Support"
914
  msgstr "Suport"
915
 
916
+ #: contact_form.php:1860
917
  msgid "Are you sure that you want to delete this language data?"
918
  msgstr "Està vostè segur que vol esborrar aquest idioma?"
919
 
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-07-22 16:55+0300\n"
6
- "PO-Revision-Date: 2013-07-22 16:55+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Petr Zápotocký <\\tpetr.zapotocky@centrum.cz>\n"
9
  "MIME-Version: 1.0\n"
@@ -158,7 +158,7 @@ msgid "Thank you for contacting us."
158
  msgstr "Děkujeme za zprávu."
159
 
160
  #: contact_form.php:242
161
- #: contact_form.php:1313
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Omlouváme se, váš email nemohl být odeslán."
164
 
@@ -184,9 +184,9 @@ msgstr "Čti více"
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
- #: contact_form.php:1002
188
- #: contact_form.php:1799
189
- #: contact_form.php:1808
190
  msgid "Settings"
191
  msgstr "Nastavení"
192
 
@@ -270,64 +270,64 @@ msgid "Contact Form Pro Extra Settings"
270
  msgstr "Nastavení kontaktního formuláře"
271
 
272
  #: contact_form.php:373
273
- #: contact_form.php:1008
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "Kontaktní formulář"
277
 
278
  #: contact_form.php:412
279
- #: contact_form.php:897
280
- #: contact_form.php:926
281
  msgid "Name:"
282
  msgstr "Jméno:"
283
 
284
  #: contact_form.php:413
285
- #: contact_form.php:898
286
- #: contact_form.php:927
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "E-Mail:"
290
 
291
  #: contact_form.php:414
292
- #: contact_form.php:899
293
- #: contact_form.php:928
294
  msgid "Email Address:"
295
  msgstr "E-Mail:"
296
 
297
  #: contact_form.php:415
298
- #: contact_form.php:900
299
- #: contact_form.php:929
300
  msgid "Phone number:"
301
  msgstr ""
302
 
303
  #: contact_form.php:416
304
- #: contact_form.php:901
305
- #: contact_form.php:930
306
  msgid "Subject:"
307
  msgstr "Předmět:"
308
 
309
  #: contact_form.php:417
310
- #: contact_form.php:902
311
- #: contact_form.php:931
312
  msgid "Message:"
313
  msgstr "Zpráva:"
314
 
315
  #: contact_form.php:418
316
- #: contact_form.php:903
317
- #: contact_form.php:932
318
  msgid "Attachment:"
319
  msgstr "Příloha:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
- #: contact_form.php:904
324
- #: contact_form.php:933
325
  msgid "Send me a copy"
326
  msgstr "Zaslat mi kopii"
327
 
328
  #: contact_form.php:420
329
- #: contact_form.php:905
330
- #: contact_form.php:934
331
  msgid "Submit"
332
  msgstr "Zaslat"
333
 
@@ -408,529 +408,544 @@ msgid "Settings saved."
408
  msgstr "Nastavení uloženo."
409
 
410
  #: contact_form.php:755
411
- #: contact_form.php:1003
412
  #, fuzzy
413
  msgid "Extra settings"
414
  msgstr "Nastavení"
415
 
416
  #: contact_form.php:760
417
- #: contact_form.php:1259
418
  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:"
419
  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:"
420
 
 
 
 
 
 
 
 
421
  #: contact_form.php:761
 
 
 
 
 
 
 
 
422
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
423
  msgstr "Pokud nebudou informace vyplněny, zprávy budou zasílány na mail, který byl uveden při registraci."
424
 
425
- #: contact_form.php:765
426
  msgid "The user's email address:"
427
  msgstr "Použít email uživatele wordpressu:"
428
 
429
- #: contact_form.php:769
430
  msgid "Create a username"
431
  msgstr "Vyberte uživatelské jméno"
432
 
433
- #: contact_form.php:774
434
  msgid "Enter a username of the person who should get the messages from the contact form."
435
  msgstr "Nastavte uživatele, který bude dostávat zprávy z kontaktního formuláře."
436
 
437
- #: contact_form.php:778
438
  msgid "Use this email address:"
439
  msgstr "Použít tento email:"
440
 
441
- #: contact_form.php:781
442
  msgid "Enter the email address you want the messages forwarded to."
443
  msgstr "Nastavit email, který bude použit pro příjem zpráv."
444
 
445
- #: contact_form.php:785
446
  msgid "Additional options"
447
  msgstr "Další nastavení"
448
 
449
- #: contact_form.php:788
450
  msgid "What to use?"
451
  msgstr "K čemu?"
452
 
453
- #: contact_form.php:791
454
  msgid "Wp-mail"
455
  msgstr "Wp-mail"
456
 
457
- #: contact_form.php:792
458
  msgid "You can use the wp_mail function for mailing"
459
  msgstr "Pro zaslání mailu můžete použít wordpress wp_mail funkce"
460
 
461
- #: contact_form.php:798
462
  msgid "Mail"
463
  msgstr "Mail"
464
 
465
- #: contact_form.php:799
466
  msgid "To send mail you can use the php mail function"
467
  msgstr "Pro zaslání mailu můžete použít php mail funkce"
468
 
469
- #: contact_form.php:803
470
  #, fuzzy
471
  msgid "Change text of the 'FROM' field"
472
  msgstr "Změnit políčko OD"
473
 
474
- #: contact_form.php:809
475
  msgid "Enter the email address in the 'From' field"
476
  msgstr ""
477
 
478
- #: contact_form.php:811
479
  msgid "User email"
480
  msgstr ""
481
 
482
- #: contact_form.php:811
483
  msgid "The email address of the user who fills the form will be used in the field 'From'."
484
  msgstr ""
485
 
486
- #: contact_form.php:813
487
  msgid "This email address will be used in the 'From' field."
488
  msgstr ""
489
 
490
- #: contact_form.php:817
491
  #, fuzzy
492
  msgid "Display fields"
493
  msgstr "Zobraz text"
494
 
495
- #: contact_form.php:819
496
- #: contact_form.php:849
497
- #: contact_form.php:1039
498
- #: contact_form.php:1691
499
  #, fuzzy
500
  msgid "Address"
501
  msgstr "E-Mail:"
502
 
503
- #: contact_form.php:820
504
- #: contact_form.php:851
505
- #: contact_form.php:1699
506
  msgid "Phone"
507
  msgstr ""
508
 
509
- #: contact_form.php:821
510
  #, fuzzy
511
  msgid "Attachment block"
512
  msgstr "Zobrazit možnost přílohy"
513
 
514
- #: contact_form.php:821
515
  msgid "Users can attach the following file formats"
516
  msgstr "Uživatelé mohou vkládat soubory těchto typů"
517
 
518
- #: contact_form.php:822
519
  #, fuzzy
520
  msgid "Tips below the Attachment block"
521
  msgstr "Zobrazit vysvětlivky po bloku s přílohou."
522
 
523
- #: contact_form.php:823
524
  #, fuzzy
525
  msgid "Send me a copy block"
526
  msgstr "Zobrazit Zaslat kopii"
527
 
528
- #: contact_form.php:835
529
- #: contact_form.php:838
530
- #: contact_form.php:841
531
- #: contact_form.php:1068
532
  msgid "Captcha"
533
  msgstr ""
534
 
535
- #: contact_form.php:835
536
- #: contact_form.php:838
537
- #: contact_form.php:841
538
- #: contact_form.php:1068
539
  msgid "(powered by bestwebsoft.com)"
540
  msgstr ""
541
 
542
- #: contact_form.php:838
543
  #, fuzzy
544
  msgid "Activate captcha"
545
  msgstr "Aktivované pluginy"
546
 
547
- #: contact_form.php:841
548
  #, fuzzy
549
  msgid "Download captcha"
550
  msgstr "Download"
551
 
552
- #: contact_form.php:846
553
  msgid "Required fields"
554
  msgstr ""
555
 
556
- #: contact_form.php:848
557
- #: contact_form.php:1034
558
- #: contact_form.php:1686
559
  msgid "Name"
560
  msgstr "Jméno"
561
 
562
- #: contact_form.php:850
563
  #, fuzzy
564
  msgid "Email Address"
565
  msgstr "E-Mail:"
566
 
567
- #: contact_form.php:852
568
- #: contact_form.php:1054
569
- #: contact_form.php:1702
570
  msgid "Subject"
571
  msgstr "Předmět"
572
 
573
- #: contact_form.php:853
574
- #: contact_form.php:1058
575
- #: contact_form.php:1705
576
  msgid "Message"
577
  msgstr "Zpráva"
578
 
579
- #: contact_form.php:857
580
  #, fuzzy
581
  msgid "Display additional info in the email"
582
  msgstr "Zobrazit přidané info v mailu."
583
 
584
- #: contact_form.php:862
585
- #: contact_form.php:1658
586
  msgid "Sent from (ip address)"
587
  msgstr "Zasláno z (ip adresa)"
588
 
589
- #: contact_form.php:863
590
- #: contact_form.php:1663
591
  msgid "Date/Time"
592
  msgstr "Datum / Čas"
593
 
594
- #: contact_form.php:864
595
- #: contact_form.php:1668
596
  msgid "Sent from (referer)"
597
  msgstr "Příchozí od"
598
 
599
- #: contact_form.php:865
600
- #: contact_form.php:1673
601
  msgid "Using (user agent)"
602
  msgstr "Používání"
603
 
604
- #: contact_form.php:869
605
  msgid "Language settings for the field names in the form"
606
  msgstr ""
607
 
608
- #: contact_form.php:878
609
  msgid "Add a language"
610
  msgstr ""
611
 
612
- #: contact_form.php:882
613
  #, fuzzy
614
  msgid "Change the names of the contact form fields and error messages"
615
  msgstr "Změnit popisek políček"
616
 
617
- #: contact_form.php:887
618
- #: contact_form.php:958
619
  msgid "English"
620
  msgstr ""
621
 
622
- #: contact_form.php:906
623
- #: contact_form.php:935
624
- msgid "Error message for the Name field"
625
- msgstr ""
626
-
627
- #: contact_form.php:907
628
- #: contact_form.php:936
629
- msgid "Error message for the Address field"
630
- msgstr ""
631
-
632
  #: contact_form.php:908
633
  #: contact_form.php:937
634
- msgid "Error message for the Email field"
635
  msgstr ""
636
 
637
  #: contact_form.php:909
638
  #: contact_form.php:938
639
- msgid "Error message for the Phone field"
640
  msgstr ""
641
 
642
  #: contact_form.php:910
643
  #: contact_form.php:939
644
- msgid "Error message for the Subject field"
645
  msgstr ""
646
 
647
  #: contact_form.php:911
648
  #: contact_form.php:940
649
- msgid "Error message for the Message field"
650
  msgstr ""
651
 
652
  #: contact_form.php:912
653
  #: contact_form.php:941
654
- msgid "Error message about the file type for the Attachment field"
655
  msgstr ""
656
 
657
  #: contact_form.php:913
658
  #: contact_form.php:942
659
- msgid "Error message while uploading a file for the Attachment field to the server"
660
  msgstr ""
661
 
662
  #: contact_form.php:914
663
  #: contact_form.php:943
664
- msgid "Error message while moving the file for the Attachment field"
665
  msgstr ""
666
 
667
  #: contact_form.php:915
668
  #: contact_form.php:944
669
- msgid "Error message when file size limit for the Attachment field is exceeded"
670
  msgstr ""
671
 
672
  #: contact_form.php:916
673
  #: contact_form.php:945
674
- msgid "Error message for the Captcha field"
675
  msgstr ""
676
 
677
  #: contact_form.php:917
678
  #: contact_form.php:946
679
- msgid "Error message for the whole form"
 
 
 
 
 
680
  msgstr ""
681
 
682
  #: contact_form.php:919
683
  #: contact_form.php:948
684
- #: contact_form.php:967
685
- #: contact_form.php:973
 
 
 
 
 
686
  msgid "Use shortcode"
687
  msgstr ""
688
 
689
- #: contact_form.php:919
690
- #: contact_form.php:948
691
- #: contact_form.php:967
692
- #: contact_form.php:973
693
  msgid "for this language"
694
  msgstr ""
695
 
696
- #: contact_form.php:955
697
  msgid "Action after email is sent"
698
  msgstr "Akce po zaslání mailu."
699
 
700
- #: contact_form.php:957
701
  msgid "Display text"
702
  msgstr "Zobraz text"
703
 
704
- #: contact_form.php:966
705
- #: contact_form.php:972
706
  msgid "Text"
707
  msgstr "Text"
708
 
709
- #: contact_form.php:979
710
  msgid "Redirect to the page"
711
  msgstr "Přesměrovat na stránku"
712
 
713
- #: contact_form.php:980
714
  msgid "Url"
715
  msgstr "Url"
716
 
717
- #: contact_form.php:985
718
- #: contact_form.php:1160
719
  msgid "Save Changes"
720
  msgstr "Uložit změny"
721
 
722
- #: contact_form.php:1000
723
  #, fuzzy
724
  msgid "Contact Form Pro | Extra Settings"
725
  msgstr "Nastavení kontaktního formuláře"
726
 
727
- #: contact_form.php:1007
728
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
729
  msgstr ""
730
 
731
- #: contact_form.php:1014
732
  msgid "Errors output"
733
  msgstr ""
734
 
735
- #: contact_form.php:1017
736
  msgid "Display error messages"
737
  msgstr ""
738
 
739
- #: contact_form.php:1018
740
  msgid "Color of the input field errors."
741
  msgstr ""
742
 
743
- #: contact_form.php:1019
744
  msgid "Display error messages & color of the input field errors"
745
  msgstr ""
746
 
747
- #: contact_form.php:1024
748
  msgid "Add placeholder to the input blocks"
749
  msgstr ""
750
 
751
- #: contact_form.php:1030
752
  #, fuzzy
753
  msgid "Add tooltips"
754
  msgstr "Další nastavení"
755
 
756
- #: contact_form.php:1044
757
  #, fuzzy
758
  msgid "Email address"
759
  msgstr "E-Mail:"
760
 
761
- #: contact_form.php:1049
762
  msgid "Phone Number"
763
  msgstr ""
764
 
765
- #: contact_form.php:1063
766
  #, fuzzy
767
  msgid "Attachment"
768
  msgstr "Příloha:"
769
 
770
- #: contact_form.php:1073
771
  #, fuzzy
772
  msgid "Style options"
773
  msgstr "Další nastavení"
774
 
775
- #: contact_form.php:1076
776
  msgid "Text color"
777
  msgstr ""
778
 
779
- #: contact_form.php:1079
780
- #: contact_form.php:1084
781
- #: contact_form.php:1094
782
- #: contact_form.php:1099
783
- #: contact_form.php:1104
784
- #: contact_form.php:1109
785
- #: contact_form.php:1119
786
- #: contact_form.php:1124
787
- #: contact_form.php:1130
788
- #: contact_form.php:1141
789
- #: contact_form.php:1146
790
- #: contact_form.php:1151
791
  msgid "Default"
792
  msgstr ""
793
 
794
- #: contact_form.php:1081
795
  msgid "Label text color"
796
  msgstr ""
797
 
798
- #: contact_form.php:1086
799
  msgid "Placeholder color"
800
  msgstr ""
801
 
802
- #: contact_form.php:1091
803
  msgid "Errors color"
804
  msgstr ""
805
 
806
- #: contact_form.php:1096
807
  msgid "Error text color"
808
  msgstr ""
809
 
810
- #: contact_form.php:1101
811
  msgid "Background color of the input field errors"
812
  msgstr ""
813
 
814
- #: contact_form.php:1106
815
  msgid "Border color of the input field errors"
816
  msgstr ""
817
 
818
- #: contact_form.php:1111
819
  msgid "Placeholder color of the input field errors"
820
  msgstr ""
821
 
822
- #: contact_form.php:1116
823
  #, fuzzy
824
  msgid "Input fields"
825
  msgstr "Zobraz text"
826
 
827
- #: contact_form.php:1121
828
  msgid "Input fields background color"
829
  msgstr ""
830
 
831
- #: contact_form.php:1126
832
  msgid "Text fields color"
833
  msgstr ""
834
 
835
- #: contact_form.php:1128
836
  msgid "Border width in px, numbers only"
837
  msgstr ""
838
 
839
- #: contact_form.php:1132
840
- #: contact_form.php:1153
841
  msgid "Border color"
842
  msgstr ""
843
 
844
- #: contact_form.php:1137
845
  #, fuzzy
846
  msgid "Submit button"
847
  msgstr "Zaslat"
848
 
849
- #: contact_form.php:1139
850
  msgid "Width in px, numbers only"
851
  msgstr ""
852
 
853
- #: contact_form.php:1143
854
  msgid "Button color"
855
  msgstr ""
856
 
857
- #: contact_form.php:1148
858
  msgid "Button text color"
859
  msgstr ""
860
 
861
- #: contact_form.php:1164
862
  #, fuzzy
863
  msgid "Contact Form Pro | Preview"
864
  msgstr "Kontaktní formulář"
865
 
866
- #: contact_form.php:1167
867
  msgid "Show with errors"
868
  msgstr ""
869
 
870
- #: contact_form.php:1175
871
  #: contact_form.php:1177
 
872
  msgid "Please enter your full name..."
873
  msgstr ""
874
 
875
- #: contact_form.php:1188
876
  #: contact_form.php:1190
 
877
  msgid "Please enter your address..."
878
  msgstr ""
879
 
880
- #: contact_form.php:1199
881
  #: contact_form.php:1201
 
882
  #, fuzzy
883
  msgid "Please enter your email address..."
884
  msgstr "Použít tento email:"
885
 
886
- #: contact_form.php:1210
887
  #: contact_form.php:1212
 
888
  msgid "Please enter your phone number..."
889
  msgstr ""
890
 
891
- #: contact_form.php:1221
892
  #: contact_form.php:1223
 
893
  msgid "Please enter subject..."
894
  msgstr ""
895
 
896
- #: contact_form.php:1231
897
  #: contact_form.php:1233
 
898
  msgid "Please enter your message..."
899
  msgstr ""
900
 
901
- #: contact_form.php:1244
902
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
903
  msgstr ""
904
 
905
- #: contact_form.php:1397
906
  msgid "You can attach the following file formats"
907
  msgstr "Můžete přiložit soubory těchto typů"
908
 
909
- #: contact_form.php:1681
910
  msgid "Contact from"
911
  msgstr "Kontaktní formulář"
912
 
913
- #: contact_form.php:1694
914
  msgid "Email"
915
  msgstr "E-Mail"
916
 
917
- #: contact_form.php:1708
918
  msgid "Site"
919
  msgstr "Stránka"
920
 
921
- #: contact_form.php:1758
922
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
923
  msgstr "Když uvidíte MIME, váš klient neakceptoval MIME typy."
924
 
925
- #: contact_form.php:1809
926
  msgid "FAQ"
927
  msgstr "FAQ"
928
 
929
- #: contact_form.php:1810
930
  msgid "Support"
931
  msgstr "Podpora"
932
 
933
- #: contact_form.php:1858
934
  msgid "Are you sure that you want to delete this language data?"
935
  msgstr ""
936
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-07-29 17:31+0300\n"
6
+ "PO-Revision-Date: 2013-07-29 17:31+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Petr Zápotocký <\\tpetr.zapotocky@centrum.cz>\n"
9
  "MIME-Version: 1.0\n"
158
  msgstr "Děkujeme za zprávu."
159
 
160
  #: contact_form.php:242
161
+ #: contact_form.php:1315
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Omlouváme se, váš email nemohl být odeslán."
164
 
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
+ #: contact_form.php:1004
188
+ #: contact_form.php:1801
189
+ #: contact_form.php:1810
190
  msgid "Settings"
191
  msgstr "Nastavení"
192
 
270
  msgstr "Nastavení kontaktního formuláře"
271
 
272
  #: contact_form.php:373
273
+ #: contact_form.php:1010
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "Kontaktní formulář"
277
 
278
  #: contact_form.php:412
279
+ #: contact_form.php:899
280
+ #: contact_form.php:928
281
  msgid "Name:"
282
  msgstr "Jméno:"
283
 
284
  #: contact_form.php:413
285
+ #: contact_form.php:900
286
+ #: contact_form.php:929
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "E-Mail:"
290
 
291
  #: contact_form.php:414
292
+ #: contact_form.php:901
293
+ #: contact_form.php:930
294
  msgid "Email Address:"
295
  msgstr "E-Mail:"
296
 
297
  #: contact_form.php:415
298
+ #: contact_form.php:902
299
+ #: contact_form.php:931
300
  msgid "Phone number:"
301
  msgstr ""
302
 
303
  #: contact_form.php:416
304
+ #: contact_form.php:903
305
+ #: contact_form.php:932
306
  msgid "Subject:"
307
  msgstr "Předmět:"
308
 
309
  #: contact_form.php:417
310
+ #: contact_form.php:904
311
+ #: contact_form.php:933
312
  msgid "Message:"
313
  msgstr "Zpráva:"
314
 
315
  #: contact_form.php:418
316
+ #: contact_form.php:905
317
+ #: contact_form.php:934
318
  msgid "Attachment:"
319
  msgstr "Příloha:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
+ #: contact_form.php:906
324
+ #: contact_form.php:935
325
  msgid "Send me a copy"
326
  msgstr "Zaslat mi kopii"
327
 
328
  #: contact_form.php:420
329
+ #: contact_form.php:907
330
+ #: contact_form.php:936
331
  msgid "Submit"
332
  msgstr "Zaslat"
333
 
408
  msgstr "Nastavení uloženo."
409
 
410
  #: contact_form.php:755
411
+ #: contact_form.php:1005
412
  #, fuzzy
413
  msgid "Extra settings"
414
  msgstr "Nastavení"
415
 
416
  #: contact_form.php:760
417
+ #: contact_form.php:1261
418
  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:"
419
  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:"
420
 
421
+ #: contact_form.php:760
422
+ #: contact_form.php:761
423
+ #: contact_form.php:921
424
+ #: contact_form.php:969
425
+ msgid "or"
426
+ msgstr ""
427
+
428
  #: contact_form.php:761
429
+ msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
430
+ msgstr ""
431
+
432
+ #: contact_form.php:762
433
+ msgid "They work the same way."
434
+ msgstr ""
435
+
436
+ #: contact_form.php:763
437
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
438
  msgstr "Pokud nebudou informace vyplněny, zprávy budou zasílány na mail, který byl uveden při registraci."
439
 
440
+ #: contact_form.php:767
441
  msgid "The user's email address:"
442
  msgstr "Použít email uživatele wordpressu:"
443
 
444
+ #: contact_form.php:771
445
  msgid "Create a username"
446
  msgstr "Vyberte uživatelské jméno"
447
 
448
+ #: contact_form.php:776
449
  msgid "Enter a username of the person who should get the messages from the contact form."
450
  msgstr "Nastavte uživatele, který bude dostávat zprávy z kontaktního formuláře."
451
 
452
+ #: contact_form.php:780
453
  msgid "Use this email address:"
454
  msgstr "Použít tento email:"
455
 
456
+ #: contact_form.php:783
457
  msgid "Enter the email address you want the messages forwarded to."
458
  msgstr "Nastavit email, který bude použit pro příjem zpráv."
459
 
460
+ #: contact_form.php:787
461
  msgid "Additional options"
462
  msgstr "Další nastavení"
463
 
464
+ #: contact_form.php:790
465
  msgid "What to use?"
466
  msgstr "K čemu?"
467
 
468
+ #: contact_form.php:793
469
  msgid "Wp-mail"
470
  msgstr "Wp-mail"
471
 
472
+ #: contact_form.php:794
473
  msgid "You can use the wp_mail function for mailing"
474
  msgstr "Pro zaslání mailu můžete použít wordpress wp_mail funkce"
475
 
476
+ #: contact_form.php:800
477
  msgid "Mail"
478
  msgstr "Mail"
479
 
480
+ #: contact_form.php:801
481
  msgid "To send mail you can use the php mail function"
482
  msgstr "Pro zaslání mailu můžete použít php mail funkce"
483
 
484
+ #: contact_form.php:805
485
  #, fuzzy
486
  msgid "Change text of the 'FROM' field"
487
  msgstr "Změnit políčko OD"
488
 
489
+ #: contact_form.php:811
490
  msgid "Enter the email address in the 'From' field"
491
  msgstr ""
492
 
493
+ #: contact_form.php:813
494
  msgid "User email"
495
  msgstr ""
496
 
497
+ #: contact_form.php:813
498
  msgid "The email address of the user who fills the form will be used in the field 'From'."
499
  msgstr ""
500
 
501
+ #: contact_form.php:815
502
  msgid "This email address will be used in the 'From' field."
503
  msgstr ""
504
 
505
+ #: contact_form.php:819
506
  #, fuzzy
507
  msgid "Display fields"
508
  msgstr "Zobraz text"
509
 
510
+ #: contact_form.php:821
511
+ #: contact_form.php:851
512
+ #: contact_form.php:1041
513
+ #: contact_form.php:1693
514
  #, fuzzy
515
  msgid "Address"
516
  msgstr "E-Mail:"
517
 
518
+ #: contact_form.php:822
519
+ #: contact_form.php:853
520
+ #: contact_form.php:1701
521
  msgid "Phone"
522
  msgstr ""
523
 
524
+ #: contact_form.php:823
525
  #, fuzzy
526
  msgid "Attachment block"
527
  msgstr "Zobrazit možnost přílohy"
528
 
529
+ #: contact_form.php:823
530
  msgid "Users can attach the following file formats"
531
  msgstr "Uživatelé mohou vkládat soubory těchto typů"
532
 
533
+ #: contact_form.php:824
534
  #, fuzzy
535
  msgid "Tips below the Attachment block"
536
  msgstr "Zobrazit vysvětlivky po bloku s přílohou."
537
 
538
+ #: contact_form.php:825
539
  #, fuzzy
540
  msgid "Send me a copy block"
541
  msgstr "Zobrazit Zaslat kopii"
542
 
543
+ #: contact_form.php:837
544
+ #: contact_form.php:840
545
+ #: contact_form.php:843
546
+ #: contact_form.php:1070
547
  msgid "Captcha"
548
  msgstr ""
549
 
550
+ #: contact_form.php:837
551
+ #: contact_form.php:840
552
+ #: contact_form.php:843
553
+ #: contact_form.php:1070
554
  msgid "(powered by bestwebsoft.com)"
555
  msgstr ""
556
 
557
+ #: contact_form.php:840
558
  #, fuzzy
559
  msgid "Activate captcha"
560
  msgstr "Aktivované pluginy"
561
 
562
+ #: contact_form.php:843
563
  #, fuzzy
564
  msgid "Download captcha"
565
  msgstr "Download"
566
 
567
+ #: contact_form.php:848
568
  msgid "Required fields"
569
  msgstr ""
570
 
571
+ #: contact_form.php:850
572
+ #: contact_form.php:1036
573
+ #: contact_form.php:1688
574
  msgid "Name"
575
  msgstr "Jméno"
576
 
577
+ #: contact_form.php:852
578
  #, fuzzy
579
  msgid "Email Address"
580
  msgstr "E-Mail:"
581
 
582
+ #: contact_form.php:854
583
+ #: contact_form.php:1056
584
+ #: contact_form.php:1704
585
  msgid "Subject"
586
  msgstr "Předmět"
587
 
588
+ #: contact_form.php:855
589
+ #: contact_form.php:1060
590
+ #: contact_form.php:1707
591
  msgid "Message"
592
  msgstr "Zpráva"
593
 
594
+ #: contact_form.php:859
595
  #, fuzzy
596
  msgid "Display additional info in the email"
597
  msgstr "Zobrazit přidané info v mailu."
598
 
599
+ #: contact_form.php:864
600
+ #: contact_form.php:1660
601
  msgid "Sent from (ip address)"
602
  msgstr "Zasláno z (ip adresa)"
603
 
604
+ #: contact_form.php:865
605
+ #: contact_form.php:1665
606
  msgid "Date/Time"
607
  msgstr "Datum / Čas"
608
 
609
+ #: contact_form.php:866
610
+ #: contact_form.php:1670
611
  msgid "Sent from (referer)"
612
  msgstr "Příchozí od"
613
 
614
+ #: contact_form.php:867
615
+ #: contact_form.php:1675
616
  msgid "Using (user agent)"
617
  msgstr "Používání"
618
 
619
+ #: contact_form.php:871
620
  msgid "Language settings for the field names in the form"
621
  msgstr ""
622
 
623
+ #: contact_form.php:880
624
  msgid "Add a language"
625
  msgstr ""
626
 
627
+ #: contact_form.php:884
628
  #, fuzzy
629
  msgid "Change the names of the contact form fields and error messages"
630
  msgstr "Změnit popisek políček"
631
 
632
+ #: contact_form.php:889
633
+ #: contact_form.php:960
634
  msgid "English"
635
  msgstr ""
636
 
 
 
 
 
 
 
 
 
 
 
637
  #: contact_form.php:908
638
  #: contact_form.php:937
639
+ msgid "Error message for the Name field"
640
  msgstr ""
641
 
642
  #: contact_form.php:909
643
  #: contact_form.php:938
644
+ msgid "Error message for the Address field"
645
  msgstr ""
646
 
647
  #: contact_form.php:910
648
  #: contact_form.php:939
649
+ msgid "Error message for the Email field"
650
  msgstr ""
651
 
652
  #: contact_form.php:911
653
  #: contact_form.php:940
654
+ msgid "Error message for the Phone field"
655
  msgstr ""
656
 
657
  #: contact_form.php:912
658
  #: contact_form.php:941
659
+ msgid "Error message for the Subject field"
660
  msgstr ""
661
 
662
  #: contact_form.php:913
663
  #: contact_form.php:942
664
+ msgid "Error message for the Message field"
665
  msgstr ""
666
 
667
  #: contact_form.php:914
668
  #: contact_form.php:943
669
+ msgid "Error message about the file type for the Attachment field"
670
  msgstr ""
671
 
672
  #: contact_form.php:915
673
  #: contact_form.php:944
674
+ msgid "Error message while uploading a file for the Attachment field to the server"
675
  msgstr ""
676
 
677
  #: contact_form.php:916
678
  #: contact_form.php:945
679
+ msgid "Error message while moving the file for the Attachment field"
680
  msgstr ""
681
 
682
  #: contact_form.php:917
683
  #: contact_form.php:946
684
+ msgid "Error message when file size limit for the Attachment field is exceeded"
685
+ msgstr ""
686
+
687
+ #: contact_form.php:918
688
+ #: contact_form.php:947
689
+ msgid "Error message for the Captcha field"
690
  msgstr ""
691
 
692
  #: contact_form.php:919
693
  #: contact_form.php:948
694
+ msgid "Error message for the whole form"
695
+ msgstr ""
696
+
697
+ #: contact_form.php:921
698
+ #: contact_form.php:950
699
+ #: contact_form.php:969
700
+ #: contact_form.php:975
701
  msgid "Use shortcode"
702
  msgstr ""
703
 
704
+ #: contact_form.php:921
705
+ #: contact_form.php:950
706
+ #: contact_form.php:969
707
+ #: contact_form.php:975
708
  msgid "for this language"
709
  msgstr ""
710
 
711
+ #: contact_form.php:957
712
  msgid "Action after email is sent"
713
  msgstr "Akce po zaslání mailu."
714
 
715
+ #: contact_form.php:959
716
  msgid "Display text"
717
  msgstr "Zobraz text"
718
 
719
+ #: contact_form.php:968
720
+ #: contact_form.php:974
721
  msgid "Text"
722
  msgstr "Text"
723
 
724
+ #: contact_form.php:981
725
  msgid "Redirect to the page"
726
  msgstr "Přesměrovat na stránku"
727
 
728
+ #: contact_form.php:982
729
  msgid "Url"
730
  msgstr "Url"
731
 
732
+ #: contact_form.php:987
733
+ #: contact_form.php:1162
734
  msgid "Save Changes"
735
  msgstr "Uložit změny"
736
 
737
+ #: contact_form.php:1002
738
  #, fuzzy
739
  msgid "Contact Form Pro | Extra Settings"
740
  msgstr "Nastavení kontaktního formuláře"
741
 
742
+ #: contact_form.php:1009
743
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
744
  msgstr ""
745
 
746
+ #: contact_form.php:1016
747
  msgid "Errors output"
748
  msgstr ""
749
 
750
+ #: contact_form.php:1019
751
  msgid "Display error messages"
752
  msgstr ""
753
 
754
+ #: contact_form.php:1020
755
  msgid "Color of the input field errors."
756
  msgstr ""
757
 
758
+ #: contact_form.php:1021
759
  msgid "Display error messages & color of the input field errors"
760
  msgstr ""
761
 
762
+ #: contact_form.php:1026
763
  msgid "Add placeholder to the input blocks"
764
  msgstr ""
765
 
766
+ #: contact_form.php:1032
767
  #, fuzzy
768
  msgid "Add tooltips"
769
  msgstr "Další nastavení"
770
 
771
+ #: contact_form.php:1046
772
  #, fuzzy
773
  msgid "Email address"
774
  msgstr "E-Mail:"
775
 
776
+ #: contact_form.php:1051
777
  msgid "Phone Number"
778
  msgstr ""
779
 
780
+ #: contact_form.php:1065
781
  #, fuzzy
782
  msgid "Attachment"
783
  msgstr "Příloha:"
784
 
785
+ #: contact_form.php:1075
786
  #, fuzzy
787
  msgid "Style options"
788
  msgstr "Další nastavení"
789
 
790
+ #: contact_form.php:1078
791
  msgid "Text color"
792
  msgstr ""
793
 
794
+ #: contact_form.php:1081
795
+ #: contact_form.php:1086
796
+ #: contact_form.php:1096
797
+ #: contact_form.php:1101
798
+ #: contact_form.php:1106
799
+ #: contact_form.php:1111
800
+ #: contact_form.php:1121
801
+ #: contact_form.php:1126
802
+ #: contact_form.php:1132
803
+ #: contact_form.php:1143
804
+ #: contact_form.php:1148
805
+ #: contact_form.php:1153
806
  msgid "Default"
807
  msgstr ""
808
 
809
+ #: contact_form.php:1083
810
  msgid "Label text color"
811
  msgstr ""
812
 
813
+ #: contact_form.php:1088
814
  msgid "Placeholder color"
815
  msgstr ""
816
 
817
+ #: contact_form.php:1093
818
  msgid "Errors color"
819
  msgstr ""
820
 
821
+ #: contact_form.php:1098
822
  msgid "Error text color"
823
  msgstr ""
824
 
825
+ #: contact_form.php:1103
826
  msgid "Background color of the input field errors"
827
  msgstr ""
828
 
829
+ #: contact_form.php:1108
830
  msgid "Border color of the input field errors"
831
  msgstr ""
832
 
833
+ #: contact_form.php:1113
834
  msgid "Placeholder color of the input field errors"
835
  msgstr ""
836
 
837
+ #: contact_form.php:1118
838
  #, fuzzy
839
  msgid "Input fields"
840
  msgstr "Zobraz text"
841
 
842
+ #: contact_form.php:1123
843
  msgid "Input fields background color"
844
  msgstr ""
845
 
846
+ #: contact_form.php:1128
847
  msgid "Text fields color"
848
  msgstr ""
849
 
850
+ #: contact_form.php:1130
851
  msgid "Border width in px, numbers only"
852
  msgstr ""
853
 
854
+ #: contact_form.php:1134
855
+ #: contact_form.php:1155
856
  msgid "Border color"
857
  msgstr ""
858
 
859
+ #: contact_form.php:1139
860
  #, fuzzy
861
  msgid "Submit button"
862
  msgstr "Zaslat"
863
 
864
+ #: contact_form.php:1141
865
  msgid "Width in px, numbers only"
866
  msgstr ""
867
 
868
+ #: contact_form.php:1145
869
  msgid "Button color"
870
  msgstr ""
871
 
872
+ #: contact_form.php:1150
873
  msgid "Button text color"
874
  msgstr ""
875
 
876
+ #: contact_form.php:1166
877
  #, fuzzy
878
  msgid "Contact Form Pro | Preview"
879
  msgstr "Kontaktní formulář"
880
 
881
+ #: contact_form.php:1169
882
  msgid "Show with errors"
883
  msgstr ""
884
 
 
885
  #: contact_form.php:1177
886
+ #: contact_form.php:1179
887
  msgid "Please enter your full name..."
888
  msgstr ""
889
 
 
890
  #: contact_form.php:1190
891
+ #: contact_form.php:1192
892
  msgid "Please enter your address..."
893
  msgstr ""
894
 
 
895
  #: contact_form.php:1201
896
+ #: contact_form.php:1203
897
  #, fuzzy
898
  msgid "Please enter your email address..."
899
  msgstr "Použít tento email:"
900
 
 
901
  #: contact_form.php:1212
902
+ #: contact_form.php:1214
903
  msgid "Please enter your phone number..."
904
  msgstr ""
905
 
 
906
  #: contact_form.php:1223
907
+ #: contact_form.php:1225
908
  msgid "Please enter subject..."
909
  msgstr ""
910
 
 
911
  #: contact_form.php:1233
912
+ #: contact_form.php:1235
913
  msgid "Please enter your message..."
914
  msgstr ""
915
 
916
+ #: contact_form.php:1246
917
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
918
  msgstr ""
919
 
920
+ #: contact_form.php:1399
921
  msgid "You can attach the following file formats"
922
  msgstr "Můžete přiložit soubory těchto typů"
923
 
924
+ #: contact_form.php:1683
925
  msgid "Contact from"
926
  msgstr "Kontaktní formulář"
927
 
928
+ #: contact_form.php:1696
929
  msgid "Email"
930
  msgstr "E-Mail"
931
 
932
+ #: contact_form.php:1710
933
  msgid "Site"
934
  msgstr "Stránka"
935
 
936
+ #: contact_form.php:1760
937
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
938
  msgstr "Když uvidíte MIME, váš klient neakceptoval MIME typy."
939
 
940
+ #: contact_form.php:1811
941
  msgid "FAQ"
942
  msgstr "FAQ"
943
 
944
+ #: contact_form.php:1812
945
  msgid "Support"
946
  msgstr "Podpora"
947
 
948
+ #: contact_form.php:1860
949
  msgid "Are you sure that you want to delete this language data?"
950
  msgstr ""
951
 
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-07-22 16:55+0300\n"
6
- "PO-Revision-Date: 2013-07-22 16:55+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Mads Hannibal <mh@shortcuts.dk>\n"
9
  "MIME-Version: 1.0\n"
@@ -158,7 +158,7 @@ msgid "Thank you for contacting us."
158
  msgstr "Tak fordi du kontaktede os"
159
 
160
  #: contact_form.php:242
161
- #: contact_form.php:1313
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Beklager, men din e-mail kunne ikke leveres."
164
 
@@ -184,9 +184,9 @@ msgstr "Læs mere"
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
- #: contact_form.php:1002
188
- #: contact_form.php:1799
189
- #: contact_form.php:1808
190
  msgid "Settings"
191
  msgstr "Indstillinger"
192
 
@@ -270,64 +270,64 @@ msgid "Contact Form Pro Extra Settings"
270
  msgstr "Indstillinger for kontaktformular"
271
 
272
  #: contact_form.php:373
273
- #: contact_form.php:1008
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "Kontaktformular"
277
 
278
  #: contact_form.php:412
279
- #: contact_form.php:897
280
- #: contact_form.php:926
281
  msgid "Name:"
282
  msgstr "Navn:"
283
 
284
  #: contact_form.php:413
285
- #: contact_form.php:898
286
- #: contact_form.php:927
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "E-mail-adresse:"
290
 
291
  #: contact_form.php:414
292
- #: contact_form.php:899
293
- #: contact_form.php:928
294
  msgid "Email Address:"
295
  msgstr "E-mail-adresse:"
296
 
297
  #: contact_form.php:415
298
- #: contact_form.php:900
299
- #: contact_form.php:929
300
  msgid "Phone number:"
301
  msgstr ""
302
 
303
  #: contact_form.php:416
304
- #: contact_form.php:901
305
- #: contact_form.php:930
306
  msgid "Subject:"
307
  msgstr "Emne:"
308
 
309
  #: contact_form.php:417
310
- #: contact_form.php:902
311
- #: contact_form.php:931
312
  msgid "Message:"
313
  msgstr "Besked:"
314
 
315
  #: contact_form.php:418
316
- #: contact_form.php:903
317
- #: contact_form.php:932
318
  msgid "Attachment:"
319
  msgstr "Bilag:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
- #: contact_form.php:904
324
- #: contact_form.php:933
325
  msgid "Send me a copy"
326
  msgstr "Send mig en kopi"
327
 
328
  #: contact_form.php:420
329
- #: contact_form.php:905
330
- #: contact_form.php:934
331
  msgid "Submit"
332
  msgstr "Send"
333
 
@@ -408,530 +408,545 @@ msgid "Settings saved."
408
  msgstr "Indstillinger gemt."
409
 
410
  #: contact_form.php:755
411
- #: contact_form.php:1003
412
  #, fuzzy
413
  msgid "Extra settings"
414
  msgstr "Indstillinger"
415
 
416
  #: contact_form.php:760
417
- #: contact_form.php:1259
418
  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:"
419
  msgstr "Hvis du ønsker at tilføje en kontaktformular til din side, kopier og put denne kode i din kommentar eller på din side: "
420
 
 
 
 
 
 
 
 
421
  #: contact_form.php:761
 
 
 
 
 
 
 
 
422
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
423
  msgstr "Hvis felterne nedenunder er tomme, vil meddelesen blive sendt til den adresse, som var angivet ved registreringen."
424
 
425
- #: contact_form.php:765
426
  msgid "The user's email address:"
427
  msgstr "Benyt e-mail-adressen til wordpressbrugeren:"
428
 
429
- #: contact_form.php:769
430
  msgid "Create a username"
431
  msgstr "Vælg brugernavn"
432
 
433
- #: contact_form.php:774
434
  msgid "Enter a username of the person who should get the messages from the contact form."
435
  msgstr "Angiv det brugernavn, som vil modtage beskeder fra en kontaktformular."
436
 
437
- #: contact_form.php:778
438
  msgid "Use this email address:"
439
  msgstr "Benyt denne e-mail-adresse:"
440
 
441
- #: contact_form.php:781
442
  msgid "Enter the email address you want the messages forwarded to."
443
  msgstr "Angiv den e-mail-adresse, som vil blive benyttet ved modtagelse af beskeder."
444
 
445
- #: contact_form.php:785
446
  msgid "Additional options"
447
  msgstr "Flere valgmuligheder"
448
 
449
- #: contact_form.php:788
450
  msgid "What to use?"
451
  msgstr ""
452
 
453
- #: contact_form.php:791
454
  msgid "Wp-mail"
455
  msgstr "Wp-mail"
456
 
457
- #: contact_form.php:792
458
  msgid "You can use the wp_mail function for mailing"
459
  msgstr ""
460
 
461
- #: contact_form.php:798
462
  msgid "Mail"
463
  msgstr "Mail"
464
 
465
- #: contact_form.php:799
466
  msgid "To send mail you can use the php mail function"
467
  msgstr ""
468
 
469
- #: contact_form.php:803
470
  #, fuzzy
471
  msgid "Change text of the 'FROM' field"
472
  msgstr "Skift FRA-felterne i kontaktformularen"
473
 
474
- #: contact_form.php:809
475
  msgid "Enter the email address in the 'From' field"
476
  msgstr ""
477
 
478
- #: contact_form.php:811
479
  msgid "User email"
480
  msgstr ""
481
 
482
- #: contact_form.php:811
483
  msgid "The email address of the user who fills the form will be used in the field 'From'."
484
  msgstr ""
485
 
486
- #: contact_form.php:813
487
  msgid "This email address will be used in the 'From' field."
488
  msgstr ""
489
 
490
- #: contact_form.php:817
491
  #, fuzzy
492
  msgid "Display fields"
493
  msgstr "Vis bilag"
494
 
495
- #: contact_form.php:819
496
- #: contact_form.php:849
497
- #: contact_form.php:1039
498
- #: contact_form.php:1691
499
  #, fuzzy
500
  msgid "Address"
501
  msgstr "E-mail-adresse:"
502
 
503
- #: contact_form.php:820
504
- #: contact_form.php:851
505
- #: contact_form.php:1699
506
  msgid "Phone"
507
  msgstr ""
508
 
509
- #: contact_form.php:821
510
  #, fuzzy
511
  msgid "Attachment block"
512
  msgstr "Vis bilag"
513
 
514
- #: contact_form.php:821
515
  msgid "Users can attach the following file formats"
516
  msgstr "Brugere kan vedlægge filer af følgende typer"
517
 
518
- #: contact_form.php:822
519
  #, fuzzy
520
  msgid "Tips below the Attachment block"
521
  msgstr "Vis bilag"
522
 
523
- #: contact_form.php:823
524
  #, fuzzy
525
  msgid "Send me a copy block"
526
  msgstr "Vis \"Send mig en kopi\"-afsnit"
527
 
528
- #: contact_form.php:835
529
- #: contact_form.php:838
530
- #: contact_form.php:841
531
- #: contact_form.php:1068
532
  msgid "Captcha"
533
  msgstr ""
534
 
535
- #: contact_form.php:835
536
- #: contact_form.php:838
537
- #: contact_form.php:841
538
- #: contact_form.php:1068
539
  msgid "(powered by bestwebsoft.com)"
540
  msgstr ""
541
 
542
- #: contact_form.php:838
543
  #, fuzzy
544
  msgid "Activate captcha"
545
  msgstr "Aktiverede plugins"
546
 
547
- #: contact_form.php:841
548
  #, fuzzy
549
  msgid "Download captcha"
550
  msgstr "Download"
551
 
552
- #: contact_form.php:846
553
  msgid "Required fields"
554
  msgstr ""
555
 
556
- #: contact_form.php:848
557
- #: contact_form.php:1034
558
- #: contact_form.php:1686
559
  msgid "Name"
560
  msgstr "Navn"
561
 
562
- #: contact_form.php:850
563
  #, fuzzy
564
  msgid "Email Address"
565
  msgstr "E-mail-adresse:"
566
 
567
- #: contact_form.php:852
568
- #: contact_form.php:1054
569
- #: contact_form.php:1702
570
  msgid "Subject"
571
  msgstr "Emne"
572
 
573
- #: contact_form.php:853
574
- #: contact_form.php:1058
575
- #: contact_form.php:1705
576
  msgid "Message"
577
  msgstr "Besked"
578
 
579
- #: contact_form.php:857
580
  #, fuzzy
581
  msgid "Display additional info in the email"
582
  msgstr "Vis yderligere information i e-mail"
583
 
584
- #: contact_form.php:862
585
- #: contact_form.php:1658
586
  msgid "Sent from (ip address)"
587
  msgstr "Sendt fra (IP-adresse)"
588
 
589
- #: contact_form.php:863
590
- #: contact_form.php:1663
591
  msgid "Date/Time"
592
  msgstr "Dato/klokkeslæt"
593
 
594
- #: contact_form.php:864
595
- #: contact_form.php:1668
596
  msgid "Sent from (referer)"
597
  msgstr "Sendt fra (referent)"
598
 
599
- #: contact_form.php:865
600
- #: contact_form.php:1673
601
  msgid "Using (user agent)"
602
  msgstr "Med (user agent)"
603
 
604
- #: contact_form.php:869
605
  msgid "Language settings for the field names in the form"
606
  msgstr ""
607
 
608
- #: contact_form.php:878
609
  msgid "Add a language"
610
  msgstr ""
611
 
612
- #: contact_form.php:882
613
  #, fuzzy
614
  msgid "Change the names of the contact form fields and error messages"
615
  msgstr "Skifte etiketter til felterne i kontaktformularen"
616
 
617
- #: contact_form.php:887
618
- #: contact_form.php:958
619
  msgid "English"
620
  msgstr ""
621
 
622
- #: contact_form.php:906
623
- #: contact_form.php:935
624
- msgid "Error message for the Name field"
625
- msgstr ""
626
-
627
- #: contact_form.php:907
628
- #: contact_form.php:936
629
- msgid "Error message for the Address field"
630
- msgstr ""
631
-
632
  #: contact_form.php:908
633
  #: contact_form.php:937
634
- msgid "Error message for the Email field"
635
  msgstr ""
636
 
637
  #: contact_form.php:909
638
  #: contact_form.php:938
639
- msgid "Error message for the Phone field"
640
  msgstr ""
641
 
642
  #: contact_form.php:910
643
  #: contact_form.php:939
644
- msgid "Error message for the Subject field"
645
  msgstr ""
646
 
647
  #: contact_form.php:911
648
  #: contact_form.php:940
649
- msgid "Error message for the Message field"
650
  msgstr ""
651
 
652
  #: contact_form.php:912
653
  #: contact_form.php:941
654
- msgid "Error message about the file type for the Attachment field"
655
  msgstr ""
656
 
657
  #: contact_form.php:913
658
  #: contact_form.php:942
659
- msgid "Error message while uploading a file for the Attachment field to the server"
660
  msgstr ""
661
 
662
  #: contact_form.php:914
663
  #: contact_form.php:943
664
- msgid "Error message while moving the file for the Attachment field"
665
  msgstr ""
666
 
667
  #: contact_form.php:915
668
  #: contact_form.php:944
669
- msgid "Error message when file size limit for the Attachment field is exceeded"
670
  msgstr ""
671
 
672
  #: contact_form.php:916
673
  #: contact_form.php:945
674
- msgid "Error message for the Captcha field"
675
  msgstr ""
676
 
677
  #: contact_form.php:917
678
  #: contact_form.php:946
679
- msgid "Error message for the whole form"
 
 
 
 
 
680
  msgstr ""
681
 
682
  #: contact_form.php:919
683
  #: contact_form.php:948
684
- #: contact_form.php:967
685
- #: contact_form.php:973
 
 
 
 
 
686
  msgid "Use shortcode"
687
  msgstr ""
688
 
689
- #: contact_form.php:919
690
- #: contact_form.php:948
691
- #: contact_form.php:967
692
- #: contact_form.php:973
693
  msgid "for this language"
694
  msgstr ""
695
 
696
- #: contact_form.php:955
697
  msgid "Action after email is sent"
698
  msgstr ""
699
 
700
- #: contact_form.php:957
701
  #, fuzzy
702
  msgid "Display text"
703
  msgstr "Vis bilag"
704
 
705
- #: contact_form.php:966
706
- #: contact_form.php:972
707
  msgid "Text"
708
  msgstr ""
709
 
710
- #: contact_form.php:979
711
  msgid "Redirect to the page"
712
  msgstr ""
713
 
714
- #: contact_form.php:980
715
  msgid "Url"
716
  msgstr ""
717
 
718
- #: contact_form.php:985
719
- #: contact_form.php:1160
720
  msgid "Save Changes"
721
  msgstr "Gem ændringer"
722
 
723
- #: contact_form.php:1000
724
  #, fuzzy
725
  msgid "Contact Form Pro | Extra Settings"
726
  msgstr "Indstillinger for kontaktformular"
727
 
728
- #: contact_form.php:1007
729
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
730
  msgstr ""
731
 
732
- #: contact_form.php:1014
733
  msgid "Errors output"
734
  msgstr ""
735
 
736
- #: contact_form.php:1017
737
  msgid "Display error messages"
738
  msgstr ""
739
 
740
- #: contact_form.php:1018
741
  msgid "Color of the input field errors."
742
  msgstr ""
743
 
744
- #: contact_form.php:1019
745
  msgid "Display error messages & color of the input field errors"
746
  msgstr ""
747
 
748
- #: contact_form.php:1024
749
  msgid "Add placeholder to the input blocks"
750
  msgstr ""
751
 
752
- #: contact_form.php:1030
753
  #, fuzzy
754
  msgid "Add tooltips"
755
  msgstr "Flere valgmuligheder"
756
 
757
- #: contact_form.php:1044
758
  #, fuzzy
759
  msgid "Email address"
760
  msgstr "E-mail-adresse:"
761
 
762
- #: contact_form.php:1049
763
  msgid "Phone Number"
764
  msgstr ""
765
 
766
- #: contact_form.php:1063
767
  #, fuzzy
768
  msgid "Attachment"
769
  msgstr "Bilag:"
770
 
771
- #: contact_form.php:1073
772
  #, fuzzy
773
  msgid "Style options"
774
  msgstr "Flere valgmuligheder"
775
 
776
- #: contact_form.php:1076
777
  msgid "Text color"
778
  msgstr ""
779
 
780
- #: contact_form.php:1079
781
- #: contact_form.php:1084
782
- #: contact_form.php:1094
783
- #: contact_form.php:1099
784
- #: contact_form.php:1104
785
- #: contact_form.php:1109
786
- #: contact_form.php:1119
787
- #: contact_form.php:1124
788
- #: contact_form.php:1130
789
- #: contact_form.php:1141
790
- #: contact_form.php:1146
791
- #: contact_form.php:1151
792
  msgid "Default"
793
  msgstr ""
794
 
795
- #: contact_form.php:1081
796
  msgid "Label text color"
797
  msgstr ""
798
 
799
- #: contact_form.php:1086
800
  msgid "Placeholder color"
801
  msgstr ""
802
 
803
- #: contact_form.php:1091
804
  msgid "Errors color"
805
  msgstr ""
806
 
807
- #: contact_form.php:1096
808
  msgid "Error text color"
809
  msgstr ""
810
 
811
- #: contact_form.php:1101
812
  msgid "Background color of the input field errors"
813
  msgstr ""
814
 
815
- #: contact_form.php:1106
816
  msgid "Border color of the input field errors"
817
  msgstr ""
818
 
819
- #: contact_form.php:1111
820
  msgid "Placeholder color of the input field errors"
821
  msgstr ""
822
 
823
- #: contact_form.php:1116
824
  #, fuzzy
825
  msgid "Input fields"
826
  msgstr "Vis bilag"
827
 
828
- #: contact_form.php:1121
829
  msgid "Input fields background color"
830
  msgstr ""
831
 
832
- #: contact_form.php:1126
833
  msgid "Text fields color"
834
  msgstr ""
835
 
836
- #: contact_form.php:1128
837
  msgid "Border width in px, numbers only"
838
  msgstr ""
839
 
840
- #: contact_form.php:1132
841
- #: contact_form.php:1153
842
  msgid "Border color"
843
  msgstr ""
844
 
845
- #: contact_form.php:1137
846
  #, fuzzy
847
  msgid "Submit button"
848
  msgstr "Send"
849
 
850
- #: contact_form.php:1139
851
  msgid "Width in px, numbers only"
852
  msgstr ""
853
 
854
- #: contact_form.php:1143
855
  msgid "Button color"
856
  msgstr ""
857
 
858
- #: contact_form.php:1148
859
  msgid "Button text color"
860
  msgstr ""
861
 
862
- #: contact_form.php:1164
863
  #, fuzzy
864
  msgid "Contact Form Pro | Preview"
865
  msgstr "Kontaktformular"
866
 
867
- #: contact_form.php:1167
868
  msgid "Show with errors"
869
  msgstr ""
870
 
871
- #: contact_form.php:1175
872
  #: contact_form.php:1177
 
873
  msgid "Please enter your full name..."
874
  msgstr ""
875
 
876
- #: contact_form.php:1188
877
  #: contact_form.php:1190
 
878
  msgid "Please enter your address..."
879
  msgstr ""
880
 
881
- #: contact_form.php:1199
882
  #: contact_form.php:1201
 
883
  #, fuzzy
884
  msgid "Please enter your email address..."
885
  msgstr "Benyt denne e-mail-adresse:"
886
 
887
- #: contact_form.php:1210
888
  #: contact_form.php:1212
 
889
  msgid "Please enter your phone number..."
890
  msgstr ""
891
 
892
- #: contact_form.php:1221
893
  #: contact_form.php:1223
 
894
  msgid "Please enter subject..."
895
  msgstr ""
896
 
897
- #: contact_form.php:1231
898
  #: contact_form.php:1233
 
899
  msgid "Please enter your message..."
900
  msgstr ""
901
 
902
- #: contact_form.php:1244
903
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
904
  msgstr ""
905
 
906
- #: contact_form.php:1397
907
  msgid "You can attach the following file formats"
908
  msgstr "Du kan vedhæfte filer af følgende typer"
909
 
910
- #: contact_form.php:1681
911
  msgid "Contact from"
912
  msgstr "Kontakt fra"
913
 
914
- #: contact_form.php:1694
915
  msgid "Email"
916
  msgstr "E-mail"
917
 
918
- #: contact_form.php:1708
919
  msgid "Site"
920
  msgstr "Site"
921
 
922
- #: contact_form.php:1758
923
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
924
  msgstr "Dersom du kan se denne MIME, så aksepterer ikke klienten din MIME-typer!"
925
 
926
- #: contact_form.php:1809
927
  msgid "FAQ"
928
  msgstr "Ofte stillede spørgsmål"
929
 
930
- #: contact_form.php:1810
931
  msgid "Support"
932
  msgstr "Support"
933
 
934
- #: contact_form.php:1858
935
  msgid "Are you sure that you want to delete this language data?"
936
  msgstr ""
937
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-07-29 17:31+0300\n"
6
+ "PO-Revision-Date: 2013-07-29 17:31+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Mads Hannibal <mh@shortcuts.dk>\n"
9
  "MIME-Version: 1.0\n"
158
  msgstr "Tak fordi du kontaktede os"
159
 
160
  #: contact_form.php:242
161
+ #: contact_form.php:1315
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Beklager, men din e-mail kunne ikke leveres."
164
 
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
+ #: contact_form.php:1004
188
+ #: contact_form.php:1801
189
+ #: contact_form.php:1810
190
  msgid "Settings"
191
  msgstr "Indstillinger"
192
 
270
  msgstr "Indstillinger for kontaktformular"
271
 
272
  #: contact_form.php:373
273
+ #: contact_form.php:1010
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "Kontaktformular"
277
 
278
  #: contact_form.php:412
279
+ #: contact_form.php:899
280
+ #: contact_form.php:928
281
  msgid "Name:"
282
  msgstr "Navn:"
283
 
284
  #: contact_form.php:413
285
+ #: contact_form.php:900
286
+ #: contact_form.php:929
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "E-mail-adresse:"
290
 
291
  #: contact_form.php:414
292
+ #: contact_form.php:901
293
+ #: contact_form.php:930
294
  msgid "Email Address:"
295
  msgstr "E-mail-adresse:"
296
 
297
  #: contact_form.php:415
298
+ #: contact_form.php:902
299
+ #: contact_form.php:931
300
  msgid "Phone number:"
301
  msgstr ""
302
 
303
  #: contact_form.php:416
304
+ #: contact_form.php:903
305
+ #: contact_form.php:932
306
  msgid "Subject:"
307
  msgstr "Emne:"
308
 
309
  #: contact_form.php:417
310
+ #: contact_form.php:904
311
+ #: contact_form.php:933
312
  msgid "Message:"
313
  msgstr "Besked:"
314
 
315
  #: contact_form.php:418
316
+ #: contact_form.php:905
317
+ #: contact_form.php:934
318
  msgid "Attachment:"
319
  msgstr "Bilag:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
+ #: contact_form.php:906
324
+ #: contact_form.php:935
325
  msgid "Send me a copy"
326
  msgstr "Send mig en kopi"
327
 
328
  #: contact_form.php:420
329
+ #: contact_form.php:907
330
+ #: contact_form.php:936
331
  msgid "Submit"
332
  msgstr "Send"
333
 
408
  msgstr "Indstillinger gemt."
409
 
410
  #: contact_form.php:755
411
+ #: contact_form.php:1005
412
  #, fuzzy
413
  msgid "Extra settings"
414
  msgstr "Indstillinger"
415
 
416
  #: contact_form.php:760
417
+ #: contact_form.php:1261
418
  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:"
419
  msgstr "Hvis du ønsker at tilføje en kontaktformular til din side, kopier og put denne kode i din kommentar eller på din side: "
420
 
421
+ #: contact_form.php:760
422
+ #: contact_form.php:761
423
+ #: contact_form.php:921
424
+ #: contact_form.php:969
425
+ msgid "or"
426
+ msgstr ""
427
+
428
  #: contact_form.php:761
429
+ msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
430
+ msgstr ""
431
+
432
+ #: contact_form.php:762
433
+ msgid "They work the same way."
434
+ msgstr ""
435
+
436
+ #: contact_form.php:763
437
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
438
  msgstr "Hvis felterne nedenunder er tomme, vil meddelesen blive sendt til den adresse, som var angivet ved registreringen."
439
 
440
+ #: contact_form.php:767
441
  msgid "The user's email address:"
442
  msgstr "Benyt e-mail-adressen til wordpressbrugeren:"
443
 
444
+ #: contact_form.php:771
445
  msgid "Create a username"
446
  msgstr "Vælg brugernavn"
447
 
448
+ #: contact_form.php:776
449
  msgid "Enter a username of the person who should get the messages from the contact form."
450
  msgstr "Angiv det brugernavn, som vil modtage beskeder fra en kontaktformular."
451
 
452
+ #: contact_form.php:780
453
  msgid "Use this email address:"
454
  msgstr "Benyt denne e-mail-adresse:"
455
 
456
+ #: contact_form.php:783
457
  msgid "Enter the email address you want the messages forwarded to."
458
  msgstr "Angiv den e-mail-adresse, som vil blive benyttet ved modtagelse af beskeder."
459
 
460
+ #: contact_form.php:787
461
  msgid "Additional options"
462
  msgstr "Flere valgmuligheder"
463
 
464
+ #: contact_form.php:790
465
  msgid "What to use?"
466
  msgstr ""
467
 
468
+ #: contact_form.php:793
469
  msgid "Wp-mail"
470
  msgstr "Wp-mail"
471
 
472
+ #: contact_form.php:794
473
  msgid "You can use the wp_mail function for mailing"
474
  msgstr ""
475
 
476
+ #: contact_form.php:800
477
  msgid "Mail"
478
  msgstr "Mail"
479
 
480
+ #: contact_form.php:801
481
  msgid "To send mail you can use the php mail function"
482
  msgstr ""
483
 
484
+ #: contact_form.php:805
485
  #, fuzzy
486
  msgid "Change text of the 'FROM' field"
487
  msgstr "Skift FRA-felterne i kontaktformularen"
488
 
489
+ #: contact_form.php:811
490
  msgid "Enter the email address in the 'From' field"
491
  msgstr ""
492
 
493
+ #: contact_form.php:813
494
  msgid "User email"
495
  msgstr ""
496
 
497
+ #: contact_form.php:813
498
  msgid "The email address of the user who fills the form will be used in the field 'From'."
499
  msgstr ""
500
 
501
+ #: contact_form.php:815
502
  msgid "This email address will be used in the 'From' field."
503
  msgstr ""
504
 
505
+ #: contact_form.php:819
506
  #, fuzzy
507
  msgid "Display fields"
508
  msgstr "Vis bilag"
509
 
510
+ #: contact_form.php:821
511
+ #: contact_form.php:851
512
+ #: contact_form.php:1041
513
+ #: contact_form.php:1693
514
  #, fuzzy
515
  msgid "Address"
516
  msgstr "E-mail-adresse:"
517
 
518
+ #: contact_form.php:822
519
+ #: contact_form.php:853
520
+ #: contact_form.php:1701
521
  msgid "Phone"
522
  msgstr ""
523
 
524
+ #: contact_form.php:823
525
  #, fuzzy
526
  msgid "Attachment block"
527
  msgstr "Vis bilag"
528
 
529
+ #: contact_form.php:823
530
  msgid "Users can attach the following file formats"
531
  msgstr "Brugere kan vedlægge filer af følgende typer"
532
 
533
+ #: contact_form.php:824
534
  #, fuzzy
535
  msgid "Tips below the Attachment block"
536
  msgstr "Vis bilag"
537
 
538
+ #: contact_form.php:825
539
  #, fuzzy
540
  msgid "Send me a copy block"
541
  msgstr "Vis \"Send mig en kopi\"-afsnit"
542
 
543
+ #: contact_form.php:837
544
+ #: contact_form.php:840
545
+ #: contact_form.php:843
546
+ #: contact_form.php:1070
547
  msgid "Captcha"
548
  msgstr ""
549
 
550
+ #: contact_form.php:837
551
+ #: contact_form.php:840
552
+ #: contact_form.php:843
553
+ #: contact_form.php:1070
554
  msgid "(powered by bestwebsoft.com)"
555
  msgstr ""
556
 
557
+ #: contact_form.php:840
558
  #, fuzzy
559
  msgid "Activate captcha"
560
  msgstr "Aktiverede plugins"
561
 
562
+ #: contact_form.php:843
563
  #, fuzzy
564
  msgid "Download captcha"
565
  msgstr "Download"
566
 
567
+ #: contact_form.php:848
568
  msgid "Required fields"
569
  msgstr ""
570
 
571
+ #: contact_form.php:850
572
+ #: contact_form.php:1036
573
+ #: contact_form.php:1688
574
  msgid "Name"
575
  msgstr "Navn"
576
 
577
+ #: contact_form.php:852
578
  #, fuzzy
579
  msgid "Email Address"
580
  msgstr "E-mail-adresse:"
581
 
582
+ #: contact_form.php:854
583
+ #: contact_form.php:1056
584
+ #: contact_form.php:1704
585
  msgid "Subject"
586
  msgstr "Emne"
587
 
588
+ #: contact_form.php:855
589
+ #: contact_form.php:1060
590
+ #: contact_form.php:1707
591
  msgid "Message"
592
  msgstr "Besked"
593
 
594
+ #: contact_form.php:859
595
  #, fuzzy
596
  msgid "Display additional info in the email"
597
  msgstr "Vis yderligere information i e-mail"
598
 
599
+ #: contact_form.php:864
600
+ #: contact_form.php:1660
601
  msgid "Sent from (ip address)"
602
  msgstr "Sendt fra (IP-adresse)"
603
 
604
+ #: contact_form.php:865
605
+ #: contact_form.php:1665
606
  msgid "Date/Time"
607
  msgstr "Dato/klokkeslæt"
608
 
609
+ #: contact_form.php:866
610
+ #: contact_form.php:1670
611
  msgid "Sent from (referer)"
612
  msgstr "Sendt fra (referent)"
613
 
614
+ #: contact_form.php:867
615
+ #: contact_form.php:1675
616
  msgid "Using (user agent)"
617
  msgstr "Med (user agent)"
618
 
619
+ #: contact_form.php:871
620
  msgid "Language settings for the field names in the form"
621
  msgstr ""
622
 
623
+ #: contact_form.php:880
624
  msgid "Add a language"
625
  msgstr ""
626
 
627
+ #: contact_form.php:884
628
  #, fuzzy
629
  msgid "Change the names of the contact form fields and error messages"
630
  msgstr "Skifte etiketter til felterne i kontaktformularen"
631
 
632
+ #: contact_form.php:889
633
+ #: contact_form.php:960
634
  msgid "English"
635
  msgstr ""
636
 
 
 
 
 
 
 
 
 
 
 
637
  #: contact_form.php:908
638
  #: contact_form.php:937
639
+ msgid "Error message for the Name field"
640
  msgstr ""
641
 
642
  #: contact_form.php:909
643
  #: contact_form.php:938
644
+ msgid "Error message for the Address field"
645
  msgstr ""
646
 
647
  #: contact_form.php:910
648
  #: contact_form.php:939
649
+ msgid "Error message for the Email field"
650
  msgstr ""
651
 
652
  #: contact_form.php:911
653
  #: contact_form.php:940
654
+ msgid "Error message for the Phone field"
655
  msgstr ""
656
 
657
  #: contact_form.php:912
658
  #: contact_form.php:941
659
+ msgid "Error message for the Subject field"
660
  msgstr ""
661
 
662
  #: contact_form.php:913
663
  #: contact_form.php:942
664
+ msgid "Error message for the Message field"
665
  msgstr ""
666
 
667
  #: contact_form.php:914
668
  #: contact_form.php:943
669
+ msgid "Error message about the file type for the Attachment field"
670
  msgstr ""
671
 
672
  #: contact_form.php:915
673
  #: contact_form.php:944
674
+ msgid "Error message while uploading a file for the Attachment field to the server"
675
  msgstr ""
676
 
677
  #: contact_form.php:916
678
  #: contact_form.php:945
679
+ msgid "Error message while moving the file for the Attachment field"
680
  msgstr ""
681
 
682
  #: contact_form.php:917
683
  #: contact_form.php:946
684
+ msgid "Error message when file size limit for the Attachment field is exceeded"
685
+ msgstr ""
686
+
687
+ #: contact_form.php:918
688
+ #: contact_form.php:947
689
+ msgid "Error message for the Captcha field"
690
  msgstr ""
691
 
692
  #: contact_form.php:919
693
  #: contact_form.php:948
694
+ msgid "Error message for the whole form"
695
+ msgstr ""
696
+
697
+ #: contact_form.php:921
698
+ #: contact_form.php:950
699
+ #: contact_form.php:969
700
+ #: contact_form.php:975
701
  msgid "Use shortcode"
702
  msgstr ""
703
 
704
+ #: contact_form.php:921
705
+ #: contact_form.php:950
706
+ #: contact_form.php:969
707
+ #: contact_form.php:975
708
  msgid "for this language"
709
  msgstr ""
710
 
711
+ #: contact_form.php:957
712
  msgid "Action after email is sent"
713
  msgstr ""
714
 
715
+ #: contact_form.php:959
716
  #, fuzzy
717
  msgid "Display text"
718
  msgstr "Vis bilag"
719
 
720
+ #: contact_form.php:968
721
+ #: contact_form.php:974
722
  msgid "Text"
723
  msgstr ""
724
 
725
+ #: contact_form.php:981
726
  msgid "Redirect to the page"
727
  msgstr ""
728
 
729
+ #: contact_form.php:982
730
  msgid "Url"
731
  msgstr ""
732
 
733
+ #: contact_form.php:987
734
+ #: contact_form.php:1162
735
  msgid "Save Changes"
736
  msgstr "Gem ændringer"
737
 
738
+ #: contact_form.php:1002
739
  #, fuzzy
740
  msgid "Contact Form Pro | Extra Settings"
741
  msgstr "Indstillinger for kontaktformular"
742
 
743
+ #: contact_form.php:1009
744
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
745
  msgstr ""
746
 
747
+ #: contact_form.php:1016
748
  msgid "Errors output"
749
  msgstr ""
750
 
751
+ #: contact_form.php:1019
752
  msgid "Display error messages"
753
  msgstr ""
754
 
755
+ #: contact_form.php:1020
756
  msgid "Color of the input field errors."
757
  msgstr ""
758
 
759
+ #: contact_form.php:1021
760
  msgid "Display error messages & color of the input field errors"
761
  msgstr ""
762
 
763
+ #: contact_form.php:1026
764
  msgid "Add placeholder to the input blocks"
765
  msgstr ""
766
 
767
+ #: contact_form.php:1032
768
  #, fuzzy
769
  msgid "Add tooltips"
770
  msgstr "Flere valgmuligheder"
771
 
772
+ #: contact_form.php:1046
773
  #, fuzzy
774
  msgid "Email address"
775
  msgstr "E-mail-adresse:"
776
 
777
+ #: contact_form.php:1051
778
  msgid "Phone Number"
779
  msgstr ""
780
 
781
+ #: contact_form.php:1065
782
  #, fuzzy
783
  msgid "Attachment"
784
  msgstr "Bilag:"
785
 
786
+ #: contact_form.php:1075
787
  #, fuzzy
788
  msgid "Style options"
789
  msgstr "Flere valgmuligheder"
790
 
791
+ #: contact_form.php:1078
792
  msgid "Text color"
793
  msgstr ""
794
 
795
+ #: contact_form.php:1081
796
+ #: contact_form.php:1086
797
+ #: contact_form.php:1096
798
+ #: contact_form.php:1101
799
+ #: contact_form.php:1106
800
+ #: contact_form.php:1111
801
+ #: contact_form.php:1121
802
+ #: contact_form.php:1126
803
+ #: contact_form.php:1132
804
+ #: contact_form.php:1143
805
+ #: contact_form.php:1148
806
+ #: contact_form.php:1153
807
  msgid "Default"
808
  msgstr ""
809
 
810
+ #: contact_form.php:1083
811
  msgid "Label text color"
812
  msgstr ""
813
 
814
+ #: contact_form.php:1088
815
  msgid "Placeholder color"
816
  msgstr ""
817
 
818
+ #: contact_form.php:1093
819
  msgid "Errors color"
820
  msgstr ""
821
 
822
+ #: contact_form.php:1098
823
  msgid "Error text color"
824
  msgstr ""
825
 
826
+ #: contact_form.php:1103
827
  msgid "Background color of the input field errors"
828
  msgstr ""
829
 
830
+ #: contact_form.php:1108
831
  msgid "Border color of the input field errors"
832
  msgstr ""
833
 
834
+ #: contact_form.php:1113
835
  msgid "Placeholder color of the input field errors"
836
  msgstr ""
837
 
838
+ #: contact_form.php:1118
839
  #, fuzzy
840
  msgid "Input fields"
841
  msgstr "Vis bilag"
842
 
843
+ #: contact_form.php:1123
844
  msgid "Input fields background color"
845
  msgstr ""
846
 
847
+ #: contact_form.php:1128
848
  msgid "Text fields color"
849
  msgstr ""
850
 
851
+ #: contact_form.php:1130
852
  msgid "Border width in px, numbers only"
853
  msgstr ""
854
 
855
+ #: contact_form.php:1134
856
+ #: contact_form.php:1155
857
  msgid "Border color"
858
  msgstr ""
859
 
860
+ #: contact_form.php:1139
861
  #, fuzzy
862
  msgid "Submit button"
863
  msgstr "Send"
864
 
865
+ #: contact_form.php:1141
866
  msgid "Width in px, numbers only"
867
  msgstr ""
868
 
869
+ #: contact_form.php:1145
870
  msgid "Button color"
871
  msgstr ""
872
 
873
+ #: contact_form.php:1150
874
  msgid "Button text color"
875
  msgstr ""
876
 
877
+ #: contact_form.php:1166
878
  #, fuzzy
879
  msgid "Contact Form Pro | Preview"
880
  msgstr "Kontaktformular"
881
 
882
+ #: contact_form.php:1169
883
  msgid "Show with errors"
884
  msgstr ""
885
 
 
886
  #: contact_form.php:1177
887
+ #: contact_form.php:1179
888
  msgid "Please enter your full name..."
889
  msgstr ""
890
 
 
891
  #: contact_form.php:1190
892
+ #: contact_form.php:1192
893
  msgid "Please enter your address..."
894
  msgstr ""
895
 
 
896
  #: contact_form.php:1201
897
+ #: contact_form.php:1203
898
  #, fuzzy
899
  msgid "Please enter your email address..."
900
  msgstr "Benyt denne e-mail-adresse:"
901
 
 
902
  #: contact_form.php:1212
903
+ #: contact_form.php:1214
904
  msgid "Please enter your phone number..."
905
  msgstr ""
906
 
 
907
  #: contact_form.php:1223
908
+ #: contact_form.php:1225
909
  msgid "Please enter subject..."
910
  msgstr ""
911
 
 
912
  #: contact_form.php:1233
913
+ #: contact_form.php:1235
914
  msgid "Please enter your message..."
915
  msgstr ""
916
 
917
+ #: contact_form.php:1246
918
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
919
  msgstr ""
920
 
921
+ #: contact_form.php:1399
922
  msgid "You can attach the following file formats"
923
  msgstr "Du kan vedhæfte filer af følgende typer"
924
 
925
+ #: contact_form.php:1683
926
  msgid "Contact from"
927
  msgstr "Kontakt fra"
928
 
929
+ #: contact_form.php:1696
930
  msgid "Email"
931
  msgstr "E-mail"
932
 
933
+ #: contact_form.php:1710
934
  msgid "Site"
935
  msgstr "Site"
936
 
937
+ #: contact_form.php:1760
938
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
939
  msgstr "Dersom du kan se denne MIME, så aksepterer ikke klienten din MIME-typer!"
940
 
941
+ #: contact_form.php:1811
942
  msgid "FAQ"
943
  msgstr "Ofte stillede spørgsmål"
944
 
945
+ #: contact_form.php:1812
946
  msgid "Support"
947
  msgstr "Support"
948
 
949
+ #: contact_form.php:1860
950
  msgid "Are you sure that you want to delete this language data?"
951
  msgstr ""
952
 
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-07-22 16:55+0300\n"
6
- "PO-Revision-Date: 2013-07-22 16:55+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "MIME-Version: 1.0\n"
@@ -158,7 +158,7 @@ msgid "Thank you for contacting us."
158
  msgstr "Danke für Ihre Nachricht."
159
 
160
  #: contact_form.php:242
161
- #: contact_form.php:1313
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Entschuldigung, Ihre E-Mail konnte leider nicht zugestellt werden."
164
 
@@ -184,9 +184,9 @@ msgstr "Lesen Sie mehr"
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
- #: contact_form.php:1002
188
- #: contact_form.php:1799
189
- #: contact_form.php:1808
190
  msgid "Settings"
191
  msgstr "Einstellungen"
192
 
@@ -270,64 +270,64 @@ msgid "Contact Form Pro Extra Settings"
270
  msgstr "Contact Form Einstellungen"
271
 
272
  #: contact_form.php:373
273
- #: contact_form.php:1008
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "Contact Form"
277
 
278
  #: contact_form.php:412
279
- #: contact_form.php:897
280
- #: contact_form.php:926
281
  msgid "Name:"
282
  msgstr "Name:"
283
 
284
  #: contact_form.php:413
285
- #: contact_form.php:898
286
- #: contact_form.php:927
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "E-Mail-Adresse:"
290
 
291
  #: contact_form.php:414
292
- #: contact_form.php:899
293
- #: contact_form.php:928
294
  msgid "Email Address:"
295
  msgstr "E-Mail-Adresse:"
296
 
297
  #: contact_form.php:415
298
- #: contact_form.php:900
299
- #: contact_form.php:929
300
  msgid "Phone number:"
301
  msgstr ""
302
 
303
  #: contact_form.php:416
304
- #: contact_form.php:901
305
- #: contact_form.php:930
306
  msgid "Subject:"
307
  msgstr "Betreff:"
308
 
309
  #: contact_form.php:417
310
- #: contact_form.php:902
311
- #: contact_form.php:931
312
  msgid "Message:"
313
  msgstr "Nachricht:"
314
 
315
  #: contact_form.php:418
316
- #: contact_form.php:903
317
- #: contact_form.php:932
318
  msgid "Attachment:"
319
  msgstr "Anhang:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
- #: contact_form.php:904
324
- #: contact_form.php:933
325
  msgid "Send me a copy"
326
  msgstr "Kopie an mich senden"
327
 
328
  #: contact_form.php:420
329
- #: contact_form.php:905
330
- #: contact_form.php:934
331
  msgid "Submit"
332
  msgstr "senden"
333
 
@@ -408,529 +408,544 @@ msgid "Settings saved."
408
  msgstr "Einstellungen gespeichert."
409
 
410
  #: contact_form.php:755
411
- #: contact_form.php:1003
412
  #, fuzzy
413
  msgid "Extra settings"
414
  msgstr "Einstellungen"
415
 
416
  #: contact_form.php:760
417
- #: contact_form.php:1259
418
  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:"
419
  msgstr "Wenn Sie Contact Form in Ihrer Webpräsenz verwenden wollen, kopieren Sie einfach folgenden shortcode auf Ihre Seite oder Ihren Artikel oder widget:"
420
 
 
 
 
 
 
 
 
421
  #: contact_form.php:761
 
 
 
 
 
 
 
 
422
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
423
  msgstr "Wenn das folgende Feld leer bleibt wird die Nachricht an die Adresse gesandt, die bei der Registrierung angegeben wurde."
424
 
425
- #: contact_form.php:765
426
  msgid "The user's email address:"
427
  msgstr "Benutze die E-Mail-Adresse von WordPress-Benutzer:"
428
 
429
- #: contact_form.php:769
430
  msgid "Create a username"
431
  msgstr "Wähle Benutzer"
432
 
433
- #: contact_form.php:774
434
  msgid "Enter a username of the person who should get the messages from the contact form."
435
  msgstr "Definieren Sie die Benutzer, die Nachrichten von Contact Form bekommen sollen."
436
 
437
- #: contact_form.php:778
438
  msgid "Use this email address:"
439
  msgstr "Verwende diese E-Mail-Adresse:"
440
 
441
- #: contact_form.php:781
442
  msgid "Enter the email address you want the messages forwarded to."
443
  msgstr "Definieren Sie die E-Mail-Adresse, die Contact Form verwenden soll."
444
 
445
- #: contact_form.php:785
446
  msgid "Additional options"
447
  msgstr "Erweiterte Optionen"
448
 
449
- #: contact_form.php:788
450
  msgid "What to use?"
451
  msgstr ""
452
 
453
- #: contact_form.php:791
454
  msgid "Wp-mail"
455
  msgstr "Wp-mail"
456
 
457
- #: contact_form.php:792
458
  msgid "You can use the wp_mail function for mailing"
459
  msgstr ""
460
 
461
- #: contact_form.php:798
462
  msgid "Mail"
463
  msgstr "Mail"
464
 
465
- #: contact_form.php:799
466
  msgid "To send mail you can use the php mail function"
467
  msgstr ""
468
 
469
- #: contact_form.php:803
470
  #, fuzzy
471
  msgid "Change text of the 'FROM' field"
472
  msgstr "Veränderung gegenüber Felder des Kontaktformulars"
473
 
474
- #: contact_form.php:809
475
  msgid "Enter the email address in the 'From' field"
476
  msgstr ""
477
 
478
- #: contact_form.php:811
479
  msgid "User email"
480
  msgstr ""
481
 
482
- #: contact_form.php:811
483
  msgid "The email address of the user who fills the form will be used in the field 'From'."
484
  msgstr ""
485
 
486
- #: contact_form.php:813
487
  msgid "This email address will be used in the 'From' field."
488
  msgstr ""
489
 
490
- #: contact_form.php:817
491
  #, fuzzy
492
  msgid "Display fields"
493
  msgstr "Anhänge erlauben"
494
 
495
- #: contact_form.php:819
496
- #: contact_form.php:849
497
- #: contact_form.php:1039
498
- #: contact_form.php:1691
499
  #, fuzzy
500
  msgid "Address"
501
  msgstr "E-Mail-Adresse:"
502
 
503
- #: contact_form.php:820
504
- #: contact_form.php:851
505
- #: contact_form.php:1699
506
  msgid "Phone"
507
  msgstr ""
508
 
509
- #: contact_form.php:821
510
  #, fuzzy
511
  msgid "Attachment block"
512
  msgstr "Anhänge erlauben"
513
 
514
- #: contact_form.php:821
515
  msgid "Users can attach the following file formats"
516
  msgstr "Benutzer können folgende Dateitypen anhängen"
517
 
518
- #: contact_form.php:822
519
  #, fuzzy
520
  msgid "Tips below the Attachment block"
521
  msgstr "Anhänge erlauben"
522
 
523
- #: contact_form.php:823
524
  #, fuzzy
525
  msgid "Send me a copy block"
526
  msgstr "Kopie-an-mich anzeigen"
527
 
528
- #: contact_form.php:835
529
- #: contact_form.php:838
530
- #: contact_form.php:841
531
- #: contact_form.php:1068
532
  msgid "Captcha"
533
  msgstr ""
534
 
535
- #: contact_form.php:835
536
- #: contact_form.php:838
537
- #: contact_form.php:841
538
- #: contact_form.php:1068
539
  msgid "(powered by bestwebsoft.com)"
540
  msgstr ""
541
 
542
- #: contact_form.php:838
543
  #, fuzzy
544
  msgid "Activate captcha"
545
  msgstr "Aktivierte PlugIns"
546
 
547
- #: contact_form.php:841
548
  #, fuzzy
549
  msgid "Download captcha"
550
  msgstr "Download"
551
 
552
- #: contact_form.php:846
553
  msgid "Required fields"
554
  msgstr ""
555
 
556
- #: contact_form.php:848
557
- #: contact_form.php:1034
558
- #: contact_form.php:1686
559
  msgid "Name"
560
  msgstr "Nome"
561
 
562
- #: contact_form.php:850
563
  #, fuzzy
564
  msgid "Email Address"
565
  msgstr "E-Mail-Adresse:"
566
 
567
- #: contact_form.php:852
568
- #: contact_form.php:1054
569
- #: contact_form.php:1702
570
  msgid "Subject"
571
  msgstr "Betreff"
572
 
573
- #: contact_form.php:853
574
- #: contact_form.php:1058
575
- #: contact_form.php:1705
576
  msgid "Message"
577
  msgstr "Nachricht"
578
 
579
- #: contact_form.php:857
580
  msgid "Display additional info in the email"
581
  msgstr ""
582
 
583
- #: contact_form.php:862
584
- #: contact_form.php:1658
585
  msgid "Sent from (ip address)"
586
  msgstr "Gesendet von (IP-Adresse)"
587
 
588
- #: contact_form.php:863
589
- #: contact_form.php:1663
590
  msgid "Date/Time"
591
  msgstr "Datum / Uhrzeit"
592
 
593
- #: contact_form.php:864
594
- #: contact_form.php:1668
595
  msgid "Sent from (referer)"
596
  msgstr "gesendet von (referer)"
597
 
598
- #: contact_form.php:865
599
- #: contact_form.php:1673
600
  msgid "Using (user agent)"
601
  msgstr "mit (user agent)"
602
 
603
- #: contact_form.php:869
604
  msgid "Language settings for the field names in the form"
605
  msgstr ""
606
 
607
- #: contact_form.php:878
608
  msgid "Add a language"
609
  msgstr ""
610
 
611
- #: contact_form.php:882
612
  #, fuzzy
613
  msgid "Change the names of the contact form fields and error messages"
614
  msgstr "Ändern Sie die Bezeichnung der Felder des Kontaktformulars"
615
 
616
- #: contact_form.php:887
617
- #: contact_form.php:958
618
  msgid "English"
619
  msgstr ""
620
 
621
- #: contact_form.php:906
622
- #: contact_form.php:935
623
- msgid "Error message for the Name field"
624
- msgstr ""
625
-
626
- #: contact_form.php:907
627
- #: contact_form.php:936
628
- msgid "Error message for the Address field"
629
- msgstr ""
630
-
631
  #: contact_form.php:908
632
  #: contact_form.php:937
633
- msgid "Error message for the Email field"
634
  msgstr ""
635
 
636
  #: contact_form.php:909
637
  #: contact_form.php:938
638
- msgid "Error message for the Phone field"
639
  msgstr ""
640
 
641
  #: contact_form.php:910
642
  #: contact_form.php:939
643
- msgid "Error message for the Subject field"
644
  msgstr ""
645
 
646
  #: contact_form.php:911
647
  #: contact_form.php:940
648
- msgid "Error message for the Message field"
649
  msgstr ""
650
 
651
  #: contact_form.php:912
652
  #: contact_form.php:941
653
- msgid "Error message about the file type for the Attachment field"
654
  msgstr ""
655
 
656
  #: contact_form.php:913
657
  #: contact_form.php:942
658
- msgid "Error message while uploading a file for the Attachment field to the server"
659
  msgstr ""
660
 
661
  #: contact_form.php:914
662
  #: contact_form.php:943
663
- msgid "Error message while moving the file for the Attachment field"
664
  msgstr ""
665
 
666
  #: contact_form.php:915
667
  #: contact_form.php:944
668
- msgid "Error message when file size limit for the Attachment field is exceeded"
669
  msgstr ""
670
 
671
  #: contact_form.php:916
672
  #: contact_form.php:945
673
- msgid "Error message for the Captcha field"
674
  msgstr ""
675
 
676
  #: contact_form.php:917
677
  #: contact_form.php:946
678
- msgid "Error message for the whole form"
 
 
 
 
 
679
  msgstr ""
680
 
681
  #: contact_form.php:919
682
  #: contact_form.php:948
683
- #: contact_form.php:967
684
- #: contact_form.php:973
 
 
 
 
 
685
  msgid "Use shortcode"
686
  msgstr ""
687
 
688
- #: contact_form.php:919
689
- #: contact_form.php:948
690
- #: contact_form.php:967
691
- #: contact_form.php:973
692
  msgid "for this language"
693
  msgstr ""
694
 
695
- #: contact_form.php:955
696
  msgid "Action after email is sent"
697
  msgstr ""
698
 
699
- #: contact_form.php:957
700
  #, fuzzy
701
  msgid "Display text"
702
  msgstr "Anhänge erlauben"
703
 
704
- #: contact_form.php:966
705
- #: contact_form.php:972
706
  msgid "Text"
707
  msgstr ""
708
 
709
- #: contact_form.php:979
710
  msgid "Redirect to the page"
711
  msgstr ""
712
 
713
- #: contact_form.php:980
714
  msgid "Url"
715
  msgstr ""
716
 
717
- #: contact_form.php:985
718
- #: contact_form.php:1160
719
  msgid "Save Changes"
720
  msgstr "Änderungen speichern"
721
 
722
- #: contact_form.php:1000
723
  #, fuzzy
724
  msgid "Contact Form Pro | Extra Settings"
725
  msgstr "Contact Form Einstellungen"
726
 
727
- #: contact_form.php:1007
728
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
729
  msgstr ""
730
 
731
- #: contact_form.php:1014
732
  msgid "Errors output"
733
  msgstr ""
734
 
735
- #: contact_form.php:1017
736
  msgid "Display error messages"
737
  msgstr ""
738
 
739
- #: contact_form.php:1018
740
  msgid "Color of the input field errors."
741
  msgstr ""
742
 
743
- #: contact_form.php:1019
744
  msgid "Display error messages & color of the input field errors"
745
  msgstr ""
746
 
747
- #: contact_form.php:1024
748
  msgid "Add placeholder to the input blocks"
749
  msgstr ""
750
 
751
- #: contact_form.php:1030
752
  #, fuzzy
753
  msgid "Add tooltips"
754
  msgstr "Erweiterte Optionen"
755
 
756
- #: contact_form.php:1044
757
  #, fuzzy
758
  msgid "Email address"
759
  msgstr "E-Mail-Adresse:"
760
 
761
- #: contact_form.php:1049
762
  msgid "Phone Number"
763
  msgstr ""
764
 
765
- #: contact_form.php:1063
766
  #, fuzzy
767
  msgid "Attachment"
768
  msgstr "Anhang:"
769
 
770
- #: contact_form.php:1073
771
  #, fuzzy
772
  msgid "Style options"
773
  msgstr "Erweiterte Optionen"
774
 
775
- #: contact_form.php:1076
776
  msgid "Text color"
777
  msgstr ""
778
 
779
- #: contact_form.php:1079
780
- #: contact_form.php:1084
781
- #: contact_form.php:1094
782
- #: contact_form.php:1099
783
- #: contact_form.php:1104
784
- #: contact_form.php:1109
785
- #: contact_form.php:1119
786
- #: contact_form.php:1124
787
- #: contact_form.php:1130
788
- #: contact_form.php:1141
789
- #: contact_form.php:1146
790
- #: contact_form.php:1151
791
  msgid "Default"
792
  msgstr ""
793
 
794
- #: contact_form.php:1081
795
  msgid "Label text color"
796
  msgstr ""
797
 
798
- #: contact_form.php:1086
799
  msgid "Placeholder color"
800
  msgstr ""
801
 
802
- #: contact_form.php:1091
803
  msgid "Errors color"
804
  msgstr ""
805
 
806
- #: contact_form.php:1096
807
  msgid "Error text color"
808
  msgstr ""
809
 
810
- #: contact_form.php:1101
811
  msgid "Background color of the input field errors"
812
  msgstr ""
813
 
814
- #: contact_form.php:1106
815
  msgid "Border color of the input field errors"
816
  msgstr ""
817
 
818
- #: contact_form.php:1111
819
  msgid "Placeholder color of the input field errors"
820
  msgstr ""
821
 
822
- #: contact_form.php:1116
823
  #, fuzzy
824
  msgid "Input fields"
825
  msgstr "Anhänge erlauben"
826
 
827
- #: contact_form.php:1121
828
  msgid "Input fields background color"
829
  msgstr ""
830
 
831
- #: contact_form.php:1126
832
  msgid "Text fields color"
833
  msgstr ""
834
 
835
- #: contact_form.php:1128
836
  msgid "Border width in px, numbers only"
837
  msgstr ""
838
 
839
- #: contact_form.php:1132
840
- #: contact_form.php:1153
841
  msgid "Border color"
842
  msgstr ""
843
 
844
- #: contact_form.php:1137
845
  #, fuzzy
846
  msgid "Submit button"
847
  msgstr "senden"
848
 
849
- #: contact_form.php:1139
850
  msgid "Width in px, numbers only"
851
  msgstr ""
852
 
853
- #: contact_form.php:1143
854
  msgid "Button color"
855
  msgstr ""
856
 
857
- #: contact_form.php:1148
858
  msgid "Button text color"
859
  msgstr ""
860
 
861
- #: contact_form.php:1164
862
  #, fuzzy
863
  msgid "Contact Form Pro | Preview"
864
  msgstr "Contact Form"
865
 
866
- #: contact_form.php:1167
867
  msgid "Show with errors"
868
  msgstr ""
869
 
870
- #: contact_form.php:1175
871
  #: contact_form.php:1177
 
872
  msgid "Please enter your full name..."
873
  msgstr ""
874
 
875
- #: contact_form.php:1188
876
  #: contact_form.php:1190
 
877
  msgid "Please enter your address..."
878
  msgstr ""
879
 
880
- #: contact_form.php:1199
881
  #: contact_form.php:1201
 
882
  #, fuzzy
883
  msgid "Please enter your email address..."
884
  msgstr "Verwende diese E-Mail-Adresse:"
885
 
886
- #: contact_form.php:1210
887
  #: contact_form.php:1212
 
888
  msgid "Please enter your phone number..."
889
  msgstr ""
890
 
891
- #: contact_form.php:1221
892
  #: contact_form.php:1223
 
893
  msgid "Please enter subject..."
894
  msgstr ""
895
 
896
- #: contact_form.php:1231
897
  #: contact_form.php:1233
 
898
  msgid "Please enter your message..."
899
  msgstr ""
900
 
901
- #: contact_form.php:1244
902
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
903
  msgstr ""
904
 
905
- #: contact_form.php:1397
906
  msgid "You can attach the following file formats"
907
  msgstr "Sie können folgende Dateitypen anhängen"
908
 
909
- #: contact_form.php:1681
910
  msgid "Contact from"
911
  msgstr "Kontakt von"
912
 
913
- #: contact_form.php:1694
914
  msgid "Email"
915
  msgstr "E-Mail"
916
 
917
- #: contact_form.php:1708
918
  msgid "Site"
919
  msgstr "Site"
920
 
921
- #: contact_form.php:1758
922
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
923
  msgstr "Wenn Sie dieses MIME sehen, unterstützt Ihr Client keine MIME-Typen!"
924
 
925
- #: contact_form.php:1809
926
  msgid "FAQ"
927
  msgstr "Häufig gestellte Fragen (FAQ)"
928
 
929
- #: contact_form.php:1810
930
  msgid "Support"
931
  msgstr "Unterstützung"
932
 
933
- #: contact_form.php:1858
934
  msgid "Are you sure that you want to delete this language data?"
935
  msgstr ""
936
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-07-29 17:31+0300\n"
6
+ "PO-Revision-Date: 2013-07-29 17:31+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "MIME-Version: 1.0\n"
158
  msgstr "Danke für Ihre Nachricht."
159
 
160
  #: contact_form.php:242
161
+ #: contact_form.php:1315
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Entschuldigung, Ihre E-Mail konnte leider nicht zugestellt werden."
164
 
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
+ #: contact_form.php:1004
188
+ #: contact_form.php:1801
189
+ #: contact_form.php:1810
190
  msgid "Settings"
191
  msgstr "Einstellungen"
192
 
270
  msgstr "Contact Form Einstellungen"
271
 
272
  #: contact_form.php:373
273
+ #: contact_form.php:1010
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "Contact Form"
277
 
278
  #: contact_form.php:412
279
+ #: contact_form.php:899
280
+ #: contact_form.php:928
281
  msgid "Name:"
282
  msgstr "Name:"
283
 
284
  #: contact_form.php:413
285
+ #: contact_form.php:900
286
+ #: contact_form.php:929
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "E-Mail-Adresse:"
290
 
291
  #: contact_form.php:414
292
+ #: contact_form.php:901
293
+ #: contact_form.php:930
294
  msgid "Email Address:"
295
  msgstr "E-Mail-Adresse:"
296
 
297
  #: contact_form.php:415
298
+ #: contact_form.php:902
299
+ #: contact_form.php:931
300
  msgid "Phone number:"
301
  msgstr ""
302
 
303
  #: contact_form.php:416
304
+ #: contact_form.php:903
305
+ #: contact_form.php:932
306
  msgid "Subject:"
307
  msgstr "Betreff:"
308
 
309
  #: contact_form.php:417
310
+ #: contact_form.php:904
311
+ #: contact_form.php:933
312
  msgid "Message:"
313
  msgstr "Nachricht:"
314
 
315
  #: contact_form.php:418
316
+ #: contact_form.php:905
317
+ #: contact_form.php:934
318
  msgid "Attachment:"
319
  msgstr "Anhang:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
+ #: contact_form.php:906
324
+ #: contact_form.php:935
325
  msgid "Send me a copy"
326
  msgstr "Kopie an mich senden"
327
 
328
  #: contact_form.php:420
329
+ #: contact_form.php:907
330
+ #: contact_form.php:936
331
  msgid "Submit"
332
  msgstr "senden"
333
 
408
  msgstr "Einstellungen gespeichert."
409
 
410
  #: contact_form.php:755
411
+ #: contact_form.php:1005
412
  #, fuzzy
413
  msgid "Extra settings"
414
  msgstr "Einstellungen"
415
 
416
  #: contact_form.php:760
417
+ #: contact_form.php:1261
418
  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:"
419
  msgstr "Wenn Sie Contact Form in Ihrer Webpräsenz verwenden wollen, kopieren Sie einfach folgenden shortcode auf Ihre Seite oder Ihren Artikel oder widget:"
420
 
421
+ #: contact_form.php:760
422
+ #: contact_form.php:761
423
+ #: contact_form.php:921
424
+ #: contact_form.php:969
425
+ msgid "or"
426
+ msgstr ""
427
+
428
  #: contact_form.php:761
429
+ msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
430
+ msgstr ""
431
+
432
+ #: contact_form.php:762
433
+ msgid "They work the same way."
434
+ msgstr ""
435
+
436
+ #: contact_form.php:763
437
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
438
  msgstr "Wenn das folgende Feld leer bleibt wird die Nachricht an die Adresse gesandt, die bei der Registrierung angegeben wurde."
439
 
440
+ #: contact_form.php:767
441
  msgid "The user's email address:"
442
  msgstr "Benutze die E-Mail-Adresse von WordPress-Benutzer:"
443
 
444
+ #: contact_form.php:771
445
  msgid "Create a username"
446
  msgstr "Wähle Benutzer"
447
 
448
+ #: contact_form.php:776
449
  msgid "Enter a username of the person who should get the messages from the contact form."
450
  msgstr "Definieren Sie die Benutzer, die Nachrichten von Contact Form bekommen sollen."
451
 
452
+ #: contact_form.php:780
453
  msgid "Use this email address:"
454
  msgstr "Verwende diese E-Mail-Adresse:"
455
 
456
+ #: contact_form.php:783
457
  msgid "Enter the email address you want the messages forwarded to."
458
  msgstr "Definieren Sie die E-Mail-Adresse, die Contact Form verwenden soll."
459
 
460
+ #: contact_form.php:787
461
  msgid "Additional options"
462
  msgstr "Erweiterte Optionen"
463
 
464
+ #: contact_form.php:790
465
  msgid "What to use?"
466
  msgstr ""
467
 
468
+ #: contact_form.php:793
469
  msgid "Wp-mail"
470
  msgstr "Wp-mail"
471
 
472
+ #: contact_form.php:794
473
  msgid "You can use the wp_mail function for mailing"
474
  msgstr ""
475
 
476
+ #: contact_form.php:800
477
  msgid "Mail"
478
  msgstr "Mail"
479
 
480
+ #: contact_form.php:801
481
  msgid "To send mail you can use the php mail function"
482
  msgstr ""
483
 
484
+ #: contact_form.php:805
485
  #, fuzzy
486
  msgid "Change text of the 'FROM' field"
487
  msgstr "Veränderung gegenüber Felder des Kontaktformulars"
488
 
489
+ #: contact_form.php:811
490
  msgid "Enter the email address in the 'From' field"
491
  msgstr ""
492
 
493
+ #: contact_form.php:813
494
  msgid "User email"
495
  msgstr ""
496
 
497
+ #: contact_form.php:813
498
  msgid "The email address of the user who fills the form will be used in the field 'From'."
499
  msgstr ""
500
 
501
+ #: contact_form.php:815
502
  msgid "This email address will be used in the 'From' field."
503
  msgstr ""
504
 
505
+ #: contact_form.php:819
506
  #, fuzzy
507
  msgid "Display fields"
508
  msgstr "Anhänge erlauben"
509
 
510
+ #: contact_form.php:821
511
+ #: contact_form.php:851
512
+ #: contact_form.php:1041
513
+ #: contact_form.php:1693
514
  #, fuzzy
515
  msgid "Address"
516
  msgstr "E-Mail-Adresse:"
517
 
518
+ #: contact_form.php:822
519
+ #: contact_form.php:853
520
+ #: contact_form.php:1701
521
  msgid "Phone"
522
  msgstr ""
523
 
524
+ #: contact_form.php:823
525
  #, fuzzy
526
  msgid "Attachment block"
527
  msgstr "Anhänge erlauben"
528
 
529
+ #: contact_form.php:823
530
  msgid "Users can attach the following file formats"
531
  msgstr "Benutzer können folgende Dateitypen anhängen"
532
 
533
+ #: contact_form.php:824
534
  #, fuzzy
535
  msgid "Tips below the Attachment block"
536
  msgstr "Anhänge erlauben"
537
 
538
+ #: contact_form.php:825
539
  #, fuzzy
540
  msgid "Send me a copy block"
541
  msgstr "Kopie-an-mich anzeigen"
542
 
543
+ #: contact_form.php:837
544
+ #: contact_form.php:840
545
+ #: contact_form.php:843
546
+ #: contact_form.php:1070
547
  msgid "Captcha"
548
  msgstr ""
549
 
550
+ #: contact_form.php:837
551
+ #: contact_form.php:840
552
+ #: contact_form.php:843
553
+ #: contact_form.php:1070
554
  msgid "(powered by bestwebsoft.com)"
555
  msgstr ""
556
 
557
+ #: contact_form.php:840
558
  #, fuzzy
559
  msgid "Activate captcha"
560
  msgstr "Aktivierte PlugIns"
561
 
562
+ #: contact_form.php:843
563
  #, fuzzy
564
  msgid "Download captcha"
565
  msgstr "Download"
566
 
567
+ #: contact_form.php:848
568
  msgid "Required fields"
569
  msgstr ""
570
 
571
+ #: contact_form.php:850
572
+ #: contact_form.php:1036
573
+ #: contact_form.php:1688
574
  msgid "Name"
575
  msgstr "Nome"
576
 
577
+ #: contact_form.php:852
578
  #, fuzzy
579
  msgid "Email Address"
580
  msgstr "E-Mail-Adresse:"
581
 
582
+ #: contact_form.php:854
583
+ #: contact_form.php:1056
584
+ #: contact_form.php:1704
585
  msgid "Subject"
586
  msgstr "Betreff"
587
 
588
+ #: contact_form.php:855
589
+ #: contact_form.php:1060
590
+ #: contact_form.php:1707
591
  msgid "Message"
592
  msgstr "Nachricht"
593
 
594
+ #: contact_form.php:859
595
  msgid "Display additional info in the email"
596
  msgstr ""
597
 
598
+ #: contact_form.php:864
599
+ #: contact_form.php:1660
600
  msgid "Sent from (ip address)"
601
  msgstr "Gesendet von (IP-Adresse)"
602
 
603
+ #: contact_form.php:865
604
+ #: contact_form.php:1665
605
  msgid "Date/Time"
606
  msgstr "Datum / Uhrzeit"
607
 
608
+ #: contact_form.php:866
609
+ #: contact_form.php:1670
610
  msgid "Sent from (referer)"
611
  msgstr "gesendet von (referer)"
612
 
613
+ #: contact_form.php:867
614
+ #: contact_form.php:1675
615
  msgid "Using (user agent)"
616
  msgstr "mit (user agent)"
617
 
618
+ #: contact_form.php:871
619
  msgid "Language settings for the field names in the form"
620
  msgstr ""
621
 
622
+ #: contact_form.php:880
623
  msgid "Add a language"
624
  msgstr ""
625
 
626
+ #: contact_form.php:884
627
  #, fuzzy
628
  msgid "Change the names of the contact form fields and error messages"
629
  msgstr "Ändern Sie die Bezeichnung der Felder des Kontaktformulars"
630
 
631
+ #: contact_form.php:889
632
+ #: contact_form.php:960
633
  msgid "English"
634
  msgstr ""
635
 
 
 
 
 
 
 
 
 
 
 
636
  #: contact_form.php:908
637
  #: contact_form.php:937
638
+ msgid "Error message for the Name field"
639
  msgstr ""
640
 
641
  #: contact_form.php:909
642
  #: contact_form.php:938
643
+ msgid "Error message for the Address field"
644
  msgstr ""
645
 
646
  #: contact_form.php:910
647
  #: contact_form.php:939
648
+ msgid "Error message for the Email field"
649
  msgstr ""
650
 
651
  #: contact_form.php:911
652
  #: contact_form.php:940
653
+ msgid "Error message for the Phone field"
654
  msgstr ""
655
 
656
  #: contact_form.php:912
657
  #: contact_form.php:941
658
+ msgid "Error message for the Subject field"
659
  msgstr ""
660
 
661
  #: contact_form.php:913
662
  #: contact_form.php:942
663
+ msgid "Error message for the Message field"
664
  msgstr ""
665
 
666
  #: contact_form.php:914
667
  #: contact_form.php:943
668
+ msgid "Error message about the file type for the Attachment field"
669
  msgstr ""
670
 
671
  #: contact_form.php:915
672
  #: contact_form.php:944
673
+ msgid "Error message while uploading a file for the Attachment field to the server"
674
  msgstr ""
675
 
676
  #: contact_form.php:916
677
  #: contact_form.php:945
678
+ msgid "Error message while moving the file for the Attachment field"
679
  msgstr ""
680
 
681
  #: contact_form.php:917
682
  #: contact_form.php:946
683
+ msgid "Error message when file size limit for the Attachment field is exceeded"
684
+ msgstr ""
685
+
686
+ #: contact_form.php:918
687
+ #: contact_form.php:947
688
+ msgid "Error message for the Captcha field"
689
  msgstr ""
690
 
691
  #: contact_form.php:919
692
  #: contact_form.php:948
693
+ msgid "Error message for the whole form"
694
+ msgstr ""
695
+
696
+ #: contact_form.php:921
697
+ #: contact_form.php:950
698
+ #: contact_form.php:969
699
+ #: contact_form.php:975
700
  msgid "Use shortcode"
701
  msgstr ""
702
 
703
+ #: contact_form.php:921
704
+ #: contact_form.php:950
705
+ #: contact_form.php:969
706
+ #: contact_form.php:975
707
  msgid "for this language"
708
  msgstr ""
709
 
710
+ #: contact_form.php:957
711
  msgid "Action after email is sent"
712
  msgstr ""
713
 
714
+ #: contact_form.php:959
715
  #, fuzzy
716
  msgid "Display text"
717
  msgstr "Anhänge erlauben"
718
 
719
+ #: contact_form.php:968
720
+ #: contact_form.php:974
721
  msgid "Text"
722
  msgstr ""
723
 
724
+ #: contact_form.php:981
725
  msgid "Redirect to the page"
726
  msgstr ""
727
 
728
+ #: contact_form.php:982
729
  msgid "Url"
730
  msgstr ""
731
 
732
+ #: contact_form.php:987
733
+ #: contact_form.php:1162
734
  msgid "Save Changes"
735
  msgstr "Änderungen speichern"
736
 
737
+ #: contact_form.php:1002
738
  #, fuzzy
739
  msgid "Contact Form Pro | Extra Settings"
740
  msgstr "Contact Form Einstellungen"
741
 
742
+ #: contact_form.php:1009
743
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
744
  msgstr ""
745
 
746
+ #: contact_form.php:1016
747
  msgid "Errors output"
748
  msgstr ""
749
 
750
+ #: contact_form.php:1019
751
  msgid "Display error messages"
752
  msgstr ""
753
 
754
+ #: contact_form.php:1020
755
  msgid "Color of the input field errors."
756
  msgstr ""
757
 
758
+ #: contact_form.php:1021
759
  msgid "Display error messages & color of the input field errors"
760
  msgstr ""
761
 
762
+ #: contact_form.php:1026
763
  msgid "Add placeholder to the input blocks"
764
  msgstr ""
765
 
766
+ #: contact_form.php:1032
767
  #, fuzzy
768
  msgid "Add tooltips"
769
  msgstr "Erweiterte Optionen"
770
 
771
+ #: contact_form.php:1046
772
  #, fuzzy
773
  msgid "Email address"
774
  msgstr "E-Mail-Adresse:"
775
 
776
+ #: contact_form.php:1051
777
  msgid "Phone Number"
778
  msgstr ""
779
 
780
+ #: contact_form.php:1065
781
  #, fuzzy
782
  msgid "Attachment"
783
  msgstr "Anhang:"
784
 
785
+ #: contact_form.php:1075
786
  #, fuzzy
787
  msgid "Style options"
788
  msgstr "Erweiterte Optionen"
789
 
790
+ #: contact_form.php:1078
791
  msgid "Text color"
792
  msgstr ""
793
 
794
+ #: contact_form.php:1081
795
+ #: contact_form.php:1086
796
+ #: contact_form.php:1096
797
+ #: contact_form.php:1101
798
+ #: contact_form.php:1106
799
+ #: contact_form.php:1111
800
+ #: contact_form.php:1121
801
+ #: contact_form.php:1126
802
+ #: contact_form.php:1132
803
+ #: contact_form.php:1143
804
+ #: contact_form.php:1148
805
+ #: contact_form.php:1153
806
  msgid "Default"
807
  msgstr ""
808
 
809
+ #: contact_form.php:1083
810
  msgid "Label text color"
811
  msgstr ""
812
 
813
+ #: contact_form.php:1088
814
  msgid "Placeholder color"
815
  msgstr ""
816
 
817
+ #: contact_form.php:1093
818
  msgid "Errors color"
819
  msgstr ""
820
 
821
+ #: contact_form.php:1098
822
  msgid "Error text color"
823
  msgstr ""
824
 
825
+ #: contact_form.php:1103
826
  msgid "Background color of the input field errors"
827
  msgstr ""
828
 
829
+ #: contact_form.php:1108
830
  msgid "Border color of the input field errors"
831
  msgstr ""
832
 
833
+ #: contact_form.php:1113
834
  msgid "Placeholder color of the input field errors"
835
  msgstr ""
836
 
837
+ #: contact_form.php:1118
838
  #, fuzzy
839
  msgid "Input fields"
840
  msgstr "Anhänge erlauben"
841
 
842
+ #: contact_form.php:1123
843
  msgid "Input fields background color"
844
  msgstr ""
845
 
846
+ #: contact_form.php:1128
847
  msgid "Text fields color"
848
  msgstr ""
849
 
850
+ #: contact_form.php:1130
851
  msgid "Border width in px, numbers only"
852
  msgstr ""
853
 
854
+ #: contact_form.php:1134
855
+ #: contact_form.php:1155
856
  msgid "Border color"
857
  msgstr ""
858
 
859
+ #: contact_form.php:1139
860
  #, fuzzy
861
  msgid "Submit button"
862
  msgstr "senden"
863
 
864
+ #: contact_form.php:1141
865
  msgid "Width in px, numbers only"
866
  msgstr ""
867
 
868
+ #: contact_form.php:1145
869
  msgid "Button color"
870
  msgstr ""
871
 
872
+ #: contact_form.php:1150
873
  msgid "Button text color"
874
  msgstr ""
875
 
876
+ #: contact_form.php:1166
877
  #, fuzzy
878
  msgid "Contact Form Pro | Preview"
879
  msgstr "Contact Form"
880
 
881
+ #: contact_form.php:1169
882
  msgid "Show with errors"
883
  msgstr ""
884
 
 
885
  #: contact_form.php:1177
886
+ #: contact_form.php:1179
887
  msgid "Please enter your full name..."
888
  msgstr ""
889
 
 
890
  #: contact_form.php:1190
891
+ #: contact_form.php:1192
892
  msgid "Please enter your address..."
893
  msgstr ""
894
 
 
895
  #: contact_form.php:1201
896
+ #: contact_form.php:1203
897
  #, fuzzy
898
  msgid "Please enter your email address..."
899
  msgstr "Verwende diese E-Mail-Adresse:"
900
 
 
901
  #: contact_form.php:1212
902
+ #: contact_form.php:1214
903
  msgid "Please enter your phone number..."
904
  msgstr ""
905
 
 
906
  #: contact_form.php:1223
907
+ #: contact_form.php:1225
908
  msgid "Please enter subject..."
909
  msgstr ""
910
 
 
911
  #: contact_form.php:1233
912
+ #: contact_form.php:1235
913
  msgid "Please enter your message..."
914
  msgstr ""
915
 
916
+ #: contact_form.php:1246
917
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
918
  msgstr ""
919
 
920
+ #: contact_form.php:1399
921
  msgid "You can attach the following file formats"
922
  msgstr "Sie können folgende Dateitypen anhängen"
923
 
924
+ #: contact_form.php:1683
925
  msgid "Contact from"
926
  msgstr "Kontakt von"
927
 
928
+ #: contact_form.php:1696
929
  msgid "Email"
930
  msgstr "E-Mail"
931
 
932
+ #: contact_form.php:1710
933
  msgid "Site"
934
  msgstr "Site"
935
 
936
+ #: contact_form.php:1760
937
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
938
  msgstr "Wenn Sie dieses MIME sehen, unterstützt Ihr Client keine MIME-Typen!"
939
 
940
+ #: contact_form.php:1811
941
  msgid "FAQ"
942
  msgstr "Häufig gestellte Fragen (FAQ)"
943
 
944
+ #: contact_form.php:1812
945
  msgid "Support"
946
  msgstr "Unterstützung"
947
 
948
+ #: contact_form.php:1860
949
  msgid "Are you sure that you want to delete this language data?"
950
  msgstr ""
951
 
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-07-22 16:55+0300\n"
6
- "PO-Revision-Date: 2013-07-22 16:55+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Pantelis Panteloglou <ppanteloglou@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -158,7 +158,7 @@ msgid "Thank you for contacting us."
158
  msgstr "Ευχαριστούμε για την επικοινωνία."
159
 
160
  #: contact_form.php:242
161
- #: contact_form.php:1313
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Δυστυχώς δεν μπορέσαμε να στείλουμε το email σας."
164
 
@@ -184,9 +184,9 @@ msgstr "Διαβάστε περισσότερα"
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
- #: contact_form.php:1002
188
- #: contact_form.php:1799
189
- #: contact_form.php:1808
190
  msgid "Settings"
191
  msgstr "Ρυθμίσεις"
192
 
@@ -270,64 +270,64 @@ msgid "Contact Form Pro Extra Settings"
270
  msgstr "Επιλογές φόρμας επικοινωνίας"
271
 
272
  #: contact_form.php:373
273
- #: contact_form.php:1008
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "Φόρμα επικοινωνίας"
277
 
278
  #: contact_form.php:412
279
- #: contact_form.php:897
280
- #: contact_form.php:926
281
  msgid "Name:"
282
  msgstr "Όνομα:"
283
 
284
  #: contact_form.php:413
285
- #: contact_form.php:898
286
- #: contact_form.php:927
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "Διεύθυνση e-mail:"
290
 
291
  #: contact_form.php:414
292
- #: contact_form.php:899
293
- #: contact_form.php:928
294
  msgid "Email Address:"
295
  msgstr "Διεύθυνση e-mail:"
296
 
297
  #: contact_form.php:415
298
- #: contact_form.php:900
299
- #: contact_form.php:929
300
  msgid "Phone number:"
301
  msgstr ""
302
 
303
  #: contact_form.php:416
304
- #: contact_form.php:901
305
- #: contact_form.php:930
306
  msgid "Subject:"
307
  msgstr "Θέμα:"
308
 
309
  #: contact_form.php:417
310
- #: contact_form.php:902
311
- #: contact_form.php:931
312
  msgid "Message:"
313
  msgstr "Μήνυμα:"
314
 
315
  #: contact_form.php:418
316
- #: contact_form.php:903
317
- #: contact_form.php:932
318
  msgid "Attachment:"
319
  msgstr "Επισύναψη:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
- #: contact_form.php:904
324
- #: contact_form.php:933
325
  msgid "Send me a copy"
326
  msgstr "Στείλε μου ένα αντίγραφο"
327
 
328
  #: contact_form.php:420
329
- #: contact_form.php:905
330
- #: contact_form.php:934
331
  msgid "Submit"
332
  msgstr "Υποβολή"
333
 
@@ -408,530 +408,545 @@ msgid "Settings saved."
408
  msgstr "Οι επιλογές αποθηκεύτηκαν."
409
 
410
  #: contact_form.php:755
411
- #: contact_form.php:1003
412
  #, fuzzy
413
  msgid "Extra settings"
414
  msgstr "Ρυθμίσεις"
415
 
416
  #: contact_form.php:760
417
- #: contact_form.php:1259
418
  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:"
419
  msgstr "Αν θέλετε να προσθέσετε μια φόρμα επικοινωνίας στην ιστοσελίδα σας, αντιγράψτε αυτό τον σύντομο κώδικα στην ανάρτηση, τη σελίδα ή το πρόσθετό σας:"
420
 
 
 
 
 
 
 
 
421
  #: contact_form.php:761
 
 
 
 
 
 
 
 
422
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
423
  msgstr "Αν τα παρακάτω πεδία είναι κενά, το μήνυμα θα σταλεί στη διεύθυνση που ορίστηκε κατά την εγγραφή"
424
 
425
- #: contact_form.php:765
426
  msgid "The user's email address:"
427
  msgstr "Τα μηνύματα θα στέλνονται στο email του χρήστη:"
428
 
429
- #: contact_form.php:769
430
  msgid "Create a username"
431
  msgstr "επιλογή χρήστη"
432
 
433
- #: contact_form.php:774
434
  msgid "Enter a username of the person who should get the messages from the contact form."
435
  msgstr "Τα μηνύματα θα λαμβάνει ο χρήστης"
436
 
437
- #: contact_form.php:778
438
  msgid "Use this email address:"
439
  msgstr "Τα μηνύματα θα στέλνονται στο email "
440
 
441
- #: contact_form.php:781
442
  msgid "Enter the email address you want the messages forwarded to."
443
  msgstr "Ορίστε την διεύθυνση email στην οποία θα αποστέλλονται τα μηνύματα."
444
 
445
- #: contact_form.php:785
446
  msgid "Additional options"
447
  msgstr "Πρόσθετες επιλογές"
448
 
449
- #: contact_form.php:788
450
  msgid "What to use?"
451
  msgstr ""
452
 
453
- #: contact_form.php:791
454
  msgid "Wp-mail"
455
  msgstr "Wp-mail"
456
 
457
- #: contact_form.php:792
458
  msgid "You can use the wp_mail function for mailing"
459
  msgstr ""
460
 
461
- #: contact_form.php:798
462
  msgid "Mail"
463
  msgstr "Mail"
464
 
465
- #: contact_form.php:799
466
  msgid "To send mail you can use the php mail function"
467
  msgstr ""
468
 
469
- #: contact_form.php:803
470
  #, fuzzy
471
  msgid "Change text of the 'FROM' field"
472
  msgstr "Αλλάξτε το πεδίο \"ΑΠΟ\" της φόρμας επικοινωνίας"
473
 
474
- #: contact_form.php:809
475
  msgid "Enter the email address in the 'From' field"
476
  msgstr ""
477
 
478
- #: contact_form.php:811
479
  msgid "User email"
480
  msgstr ""
481
 
482
- #: contact_form.php:811
483
  msgid "The email address of the user who fills the form will be used in the field 'From'."
484
  msgstr ""
485
 
486
- #: contact_form.php:813
487
  msgid "This email address will be used in the 'From' field."
488
  msgstr ""
489
 
490
- #: contact_form.php:817
491
  #, fuzzy
492
  msgid "Display fields"
493
  msgstr "Προβολή κουτιού επισύναψης αρχείου"
494
 
495
- #: contact_form.php:819
496
- #: contact_form.php:849
497
- #: contact_form.php:1039
498
- #: contact_form.php:1691
499
  #, fuzzy
500
  msgid "Address"
501
  msgstr "Διεύθυνση e-mail:"
502
 
503
- #: contact_form.php:820
504
- #: contact_form.php:851
505
- #: contact_form.php:1699
506
  msgid "Phone"
507
  msgstr ""
508
 
509
- #: contact_form.php:821
510
  #, fuzzy
511
  msgid "Attachment block"
512
  msgstr "Προβολή κουτιού επισύναψης αρχείου"
513
 
514
- #: contact_form.php:821
515
  msgid "Users can attach the following file formats"
516
  msgstr "Οι χρήστες μπορούν να επισυνάψουν αρχεία τύπου"
517
 
518
- #: contact_form.php:822
519
  #, fuzzy
520
  msgid "Tips below the Attachment block"
521
  msgstr "Προβολή κουτιού επισύναψης αρχείου"
522
 
523
- #: contact_form.php:823
524
  #, fuzzy
525
  msgid "Send me a copy block"
526
  msgstr "Προβολή κουτιού \"Στείλτο και σ' εμένα\""
527
 
528
- #: contact_form.php:835
529
- #: contact_form.php:838
530
- #: contact_form.php:841
531
- #: contact_form.php:1068
532
  msgid "Captcha"
533
  msgstr ""
534
 
535
- #: contact_form.php:835
536
- #: contact_form.php:838
537
- #: contact_form.php:841
538
- #: contact_form.php:1068
539
  msgid "(powered by bestwebsoft.com)"
540
  msgstr ""
541
 
542
- #: contact_form.php:838
543
  #, fuzzy
544
  msgid "Activate captcha"
545
  msgstr "Ενεργοποιημένα πρόσθετα"
546
 
547
- #: contact_form.php:841
548
  #, fuzzy
549
  msgid "Download captcha"
550
  msgstr "Κατέβασμα"
551
 
552
- #: contact_form.php:846
553
  msgid "Required fields"
554
  msgstr ""
555
 
556
- #: contact_form.php:848
557
- #: contact_form.php:1034
558
- #: contact_form.php:1686
559
  msgid "Name"
560
  msgstr "Όνομα"
561
 
562
- #: contact_form.php:850
563
  #, fuzzy
564
  msgid "Email Address"
565
  msgstr "Διεύθυνση e-mail:"
566
 
567
- #: contact_form.php:852
568
- #: contact_form.php:1054
569
- #: contact_form.php:1702
570
  msgid "Subject"
571
  msgstr "Θέμα"
572
 
573
- #: contact_form.php:853
574
- #: contact_form.php:1058
575
- #: contact_form.php:1705
576
  msgid "Message"
577
  msgstr "Μήνυμα"
578
 
579
- #: contact_form.php:857
580
  #, fuzzy
581
  msgid "Display additional info in the email"
582
  msgstr "Προβολή πρόσθετων πληροφοριών στο email"
583
 
584
- #: contact_form.php:862
585
- #: contact_form.php:1658
586
  msgid "Sent from (ip address)"
587
  msgstr "Στάλθηκε από (διεύθυνση ip)"
588
 
589
- #: contact_form.php:863
590
- #: contact_form.php:1663
591
  msgid "Date/Time"
592
  msgstr "Ημερομηνία/Ώρα"
593
 
594
- #: contact_form.php:864
595
- #: contact_form.php:1668
596
  msgid "Sent from (referer)"
597
  msgstr "Από (referer)"
598
 
599
- #: contact_form.php:865
600
- #: contact_form.php:1673
601
  msgid "Using (user agent)"
602
  msgstr "με χρήση (user agent)"
603
 
604
- #: contact_form.php:869
605
  msgid "Language settings for the field names in the form"
606
  msgstr ""
607
 
608
- #: contact_form.php:878
609
  msgid "Add a language"
610
  msgstr ""
611
 
612
- #: contact_form.php:882
613
  #, fuzzy
614
  msgid "Change the names of the contact form fields and error messages"
615
  msgstr "Αλλαγή ετικετών πεδίων της φόρμας επικοινωνίας"
616
 
617
- #: contact_form.php:887
618
- #: contact_form.php:958
619
  msgid "English"
620
  msgstr ""
621
 
622
- #: contact_form.php:906
623
- #: contact_form.php:935
624
- msgid "Error message for the Name field"
625
- msgstr ""
626
-
627
- #: contact_form.php:907
628
- #: contact_form.php:936
629
- msgid "Error message for the Address field"
630
- msgstr ""
631
-
632
  #: contact_form.php:908
633
  #: contact_form.php:937
634
- msgid "Error message for the Email field"
635
  msgstr ""
636
 
637
  #: contact_form.php:909
638
  #: contact_form.php:938
639
- msgid "Error message for the Phone field"
640
  msgstr ""
641
 
642
  #: contact_form.php:910
643
  #: contact_form.php:939
644
- msgid "Error message for the Subject field"
645
  msgstr ""
646
 
647
  #: contact_form.php:911
648
  #: contact_form.php:940
649
- msgid "Error message for the Message field"
650
  msgstr ""
651
 
652
  #: contact_form.php:912
653
  #: contact_form.php:941
654
- msgid "Error message about the file type for the Attachment field"
655
  msgstr ""
656
 
657
  #: contact_form.php:913
658
  #: contact_form.php:942
659
- msgid "Error message while uploading a file for the Attachment field to the server"
660
  msgstr ""
661
 
662
  #: contact_form.php:914
663
  #: contact_form.php:943
664
- msgid "Error message while moving the file for the Attachment field"
665
  msgstr ""
666
 
667
  #: contact_form.php:915
668
  #: contact_form.php:944
669
- msgid "Error message when file size limit for the Attachment field is exceeded"
670
  msgstr ""
671
 
672
  #: contact_form.php:916
673
  #: contact_form.php:945
674
- msgid "Error message for the Captcha field"
675
  msgstr ""
676
 
677
  #: contact_form.php:917
678
  #: contact_form.php:946
679
- msgid "Error message for the whole form"
 
 
 
 
 
680
  msgstr ""
681
 
682
  #: contact_form.php:919
683
  #: contact_form.php:948
684
- #: contact_form.php:967
685
- #: contact_form.php:973
 
 
 
 
 
686
  msgid "Use shortcode"
687
  msgstr ""
688
 
689
- #: contact_form.php:919
690
- #: contact_form.php:948
691
- #: contact_form.php:967
692
- #: contact_form.php:973
693
  msgid "for this language"
694
  msgstr ""
695
 
696
- #: contact_form.php:955
697
  msgid "Action after email is sent"
698
  msgstr ""
699
 
700
- #: contact_form.php:957
701
  #, fuzzy
702
  msgid "Display text"
703
  msgstr "Προβολή κουτιού επισύναψης αρχείου"
704
 
705
- #: contact_form.php:966
706
- #: contact_form.php:972
707
  msgid "Text"
708
  msgstr ""
709
 
710
- #: contact_form.php:979
711
  msgid "Redirect to the page"
712
  msgstr ""
713
 
714
- #: contact_form.php:980
715
  msgid "Url"
716
  msgstr ""
717
 
718
- #: contact_form.php:985
719
- #: contact_form.php:1160
720
  msgid "Save Changes"
721
  msgstr "Αποθήκευση αλλαγών"
722
 
723
- #: contact_form.php:1000
724
  #, fuzzy
725
  msgid "Contact Form Pro | Extra Settings"
726
  msgstr "Επιλογές φόρμας επικοινωνίας"
727
 
728
- #: contact_form.php:1007
729
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
730
  msgstr ""
731
 
732
- #: contact_form.php:1014
733
  msgid "Errors output"
734
  msgstr ""
735
 
736
- #: contact_form.php:1017
737
  msgid "Display error messages"
738
  msgstr ""
739
 
740
- #: contact_form.php:1018
741
  msgid "Color of the input field errors."
742
  msgstr ""
743
 
744
- #: contact_form.php:1019
745
  msgid "Display error messages & color of the input field errors"
746
  msgstr ""
747
 
748
- #: contact_form.php:1024
749
  msgid "Add placeholder to the input blocks"
750
  msgstr ""
751
 
752
- #: contact_form.php:1030
753
  #, fuzzy
754
  msgid "Add tooltips"
755
  msgstr "Πρόσθετες επιλογές"
756
 
757
- #: contact_form.php:1044
758
  #, fuzzy
759
  msgid "Email address"
760
  msgstr "Διεύθυνση e-mail:"
761
 
762
- #: contact_form.php:1049
763
  msgid "Phone Number"
764
  msgstr ""
765
 
766
- #: contact_form.php:1063
767
  #, fuzzy
768
  msgid "Attachment"
769
  msgstr "Επισύναψη:"
770
 
771
- #: contact_form.php:1073
772
  #, fuzzy
773
  msgid "Style options"
774
  msgstr "Πρόσθετες επιλογές"
775
 
776
- #: contact_form.php:1076
777
  msgid "Text color"
778
  msgstr ""
779
 
780
- #: contact_form.php:1079
781
- #: contact_form.php:1084
782
- #: contact_form.php:1094
783
- #: contact_form.php:1099
784
- #: contact_form.php:1104
785
- #: contact_form.php:1109
786
- #: contact_form.php:1119
787
- #: contact_form.php:1124
788
- #: contact_form.php:1130
789
- #: contact_form.php:1141
790
- #: contact_form.php:1146
791
- #: contact_form.php:1151
792
  msgid "Default"
793
  msgstr ""
794
 
795
- #: contact_form.php:1081
796
  msgid "Label text color"
797
  msgstr ""
798
 
799
- #: contact_form.php:1086
800
  msgid "Placeholder color"
801
  msgstr ""
802
 
803
- #: contact_form.php:1091
804
  msgid "Errors color"
805
  msgstr ""
806
 
807
- #: contact_form.php:1096
808
  msgid "Error text color"
809
  msgstr ""
810
 
811
- #: contact_form.php:1101
812
  msgid "Background color of the input field errors"
813
  msgstr ""
814
 
815
- #: contact_form.php:1106
816
  msgid "Border color of the input field errors"
817
  msgstr ""
818
 
819
- #: contact_form.php:1111
820
  msgid "Placeholder color of the input field errors"
821
  msgstr ""
822
 
823
- #: contact_form.php:1116
824
  #, fuzzy
825
  msgid "Input fields"
826
  msgstr "Προβολή κουτιού επισύναψης αρχείου"
827
 
828
- #: contact_form.php:1121
829
  msgid "Input fields background color"
830
  msgstr ""
831
 
832
- #: contact_form.php:1126
833
  msgid "Text fields color"
834
  msgstr ""
835
 
836
- #: contact_form.php:1128
837
  msgid "Border width in px, numbers only"
838
  msgstr ""
839
 
840
- #: contact_form.php:1132
841
- #: contact_form.php:1153
842
  msgid "Border color"
843
  msgstr ""
844
 
845
- #: contact_form.php:1137
846
  #, fuzzy
847
  msgid "Submit button"
848
  msgstr "Υποβολή"
849
 
850
- #: contact_form.php:1139
851
  msgid "Width in px, numbers only"
852
  msgstr ""
853
 
854
- #: contact_form.php:1143
855
  msgid "Button color"
856
  msgstr ""
857
 
858
- #: contact_form.php:1148
859
  msgid "Button text color"
860
  msgstr ""
861
 
862
- #: contact_form.php:1164
863
  #, fuzzy
864
  msgid "Contact Form Pro | Preview"
865
  msgstr "Φόρμα επικοινωνίας"
866
 
867
- #: contact_form.php:1167
868
  msgid "Show with errors"
869
  msgstr ""
870
 
871
- #: contact_form.php:1175
872
  #: contact_form.php:1177
 
873
  msgid "Please enter your full name..."
874
  msgstr ""
875
 
876
- #: contact_form.php:1188
877
  #: contact_form.php:1190
 
878
  msgid "Please enter your address..."
879
  msgstr ""
880
 
881
- #: contact_form.php:1199
882
  #: contact_form.php:1201
 
883
  #, fuzzy
884
  msgid "Please enter your email address..."
885
  msgstr "Τα μηνύματα θα στέλνονται στο email "
886
 
887
- #: contact_form.php:1210
888
  #: contact_form.php:1212
 
889
  msgid "Please enter your phone number..."
890
  msgstr ""
891
 
892
- #: contact_form.php:1221
893
  #: contact_form.php:1223
 
894
  msgid "Please enter subject..."
895
  msgstr ""
896
 
897
- #: contact_form.php:1231
898
  #: contact_form.php:1233
 
899
  msgid "Please enter your message..."
900
  msgstr ""
901
 
902
- #: contact_form.php:1244
903
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
904
  msgstr ""
905
 
906
- #: contact_form.php:1397
907
  msgid "You can attach the following file formats"
908
  msgstr "Μπορείτε να επισυνάψετε αρχεία τύπου"
909
 
910
- #: contact_form.php:1681
911
  msgid "Contact from"
912
  msgstr "Επικοινωνία από"
913
 
914
- #: contact_form.php:1694
915
  msgid "Email"
916
  msgstr "E-Mail"
917
 
918
- #: contact_form.php:1708
919
  msgid "Site"
920
  msgstr "Ιστοσελίδα"
921
 
922
- #: contact_form.php:1758
923
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
924
  msgstr "Wenn Sie dieses MIME sehen, unterstützt Ihr Client keine MIME-Typen!"
925
 
926
- #: contact_form.php:1809
927
  msgid "FAQ"
928
  msgstr "Συχνές ερωτήσεις"
929
 
930
- #: contact_form.php:1810
931
  msgid "Support"
932
  msgstr "Υποστήριξη"
933
 
934
- #: contact_form.php:1858
935
  msgid "Are you sure that you want to delete this language data?"
936
  msgstr ""
937
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-07-29 17:31+0300\n"
6
+ "PO-Revision-Date: 2013-07-29 17:31+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Pantelis Panteloglou <ppanteloglou@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
158
  msgstr "Ευχαριστούμε για την επικοινωνία."
159
 
160
  #: contact_form.php:242
161
+ #: contact_form.php:1315
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Δυστυχώς δεν μπορέσαμε να στείλουμε το email σας."
164
 
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
+ #: contact_form.php:1004
188
+ #: contact_form.php:1801
189
+ #: contact_form.php:1810
190
  msgid "Settings"
191
  msgstr "Ρυθμίσεις"
192
 
270
  msgstr "Επιλογές φόρμας επικοινωνίας"
271
 
272
  #: contact_form.php:373
273
+ #: contact_form.php:1010
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "Φόρμα επικοινωνίας"
277
 
278
  #: contact_form.php:412
279
+ #: contact_form.php:899
280
+ #: contact_form.php:928
281
  msgid "Name:"
282
  msgstr "Όνομα:"
283
 
284
  #: contact_form.php:413
285
+ #: contact_form.php:900
286
+ #: contact_form.php:929
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "Διεύθυνση e-mail:"
290
 
291
  #: contact_form.php:414
292
+ #: contact_form.php:901
293
+ #: contact_form.php:930
294
  msgid "Email Address:"
295
  msgstr "Διεύθυνση e-mail:"
296
 
297
  #: contact_form.php:415
298
+ #: contact_form.php:902
299
+ #: contact_form.php:931
300
  msgid "Phone number:"
301
  msgstr ""
302
 
303
  #: contact_form.php:416
304
+ #: contact_form.php:903
305
+ #: contact_form.php:932
306
  msgid "Subject:"
307
  msgstr "Θέμα:"
308
 
309
  #: contact_form.php:417
310
+ #: contact_form.php:904
311
+ #: contact_form.php:933
312
  msgid "Message:"
313
  msgstr "Μήνυμα:"
314
 
315
  #: contact_form.php:418
316
+ #: contact_form.php:905
317
+ #: contact_form.php:934
318
  msgid "Attachment:"
319
  msgstr "Επισύναψη:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
+ #: contact_form.php:906
324
+ #: contact_form.php:935
325
  msgid "Send me a copy"
326
  msgstr "Στείλε μου ένα αντίγραφο"
327
 
328
  #: contact_form.php:420
329
+ #: contact_form.php:907
330
+ #: contact_form.php:936
331
  msgid "Submit"
332
  msgstr "Υποβολή"
333
 
408
  msgstr "Οι επιλογές αποθηκεύτηκαν."
409
 
410
  #: contact_form.php:755
411
+ #: contact_form.php:1005
412
  #, fuzzy
413
  msgid "Extra settings"
414
  msgstr "Ρυθμίσεις"
415
 
416
  #: contact_form.php:760
417
+ #: contact_form.php:1261
418
  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:"
419
  msgstr "Αν θέλετε να προσθέσετε μια φόρμα επικοινωνίας στην ιστοσελίδα σας, αντιγράψτε αυτό τον σύντομο κώδικα στην ανάρτηση, τη σελίδα ή το πρόσθετό σας:"
420
 
421
+ #: contact_form.php:760
422
+ #: contact_form.php:761
423
+ #: contact_form.php:921
424
+ #: contact_form.php:969
425
+ msgid "or"
426
+ msgstr ""
427
+
428
  #: contact_form.php:761
429
+ msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
430
+ msgstr ""
431
+
432
+ #: contact_form.php:762
433
+ msgid "They work the same way."
434
+ msgstr ""
435
+
436
+ #: contact_form.php:763
437
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
438
  msgstr "Αν τα παρακάτω πεδία είναι κενά, το μήνυμα θα σταλεί στη διεύθυνση που ορίστηκε κατά την εγγραφή"
439
 
440
+ #: contact_form.php:767
441
  msgid "The user's email address:"
442
  msgstr "Τα μηνύματα θα στέλνονται στο email του χρήστη:"
443
 
444
+ #: contact_form.php:771
445
  msgid "Create a username"
446
  msgstr "επιλογή χρήστη"
447
 
448
+ #: contact_form.php:776
449
  msgid "Enter a username of the person who should get the messages from the contact form."
450
  msgstr "Τα μηνύματα θα λαμβάνει ο χρήστης"
451
 
452
+ #: contact_form.php:780
453
  msgid "Use this email address:"
454
  msgstr "Τα μηνύματα θα στέλνονται στο email "
455
 
456
+ #: contact_form.php:783
457
  msgid "Enter the email address you want the messages forwarded to."
458
  msgstr "Ορίστε την διεύθυνση email στην οποία θα αποστέλλονται τα μηνύματα."
459
 
460
+ #: contact_form.php:787
461
  msgid "Additional options"
462
  msgstr "Πρόσθετες επιλογές"
463
 
464
+ #: contact_form.php:790
465
  msgid "What to use?"
466
  msgstr ""
467
 
468
+ #: contact_form.php:793
469
  msgid "Wp-mail"
470
  msgstr "Wp-mail"
471
 
472
+ #: contact_form.php:794
473
  msgid "You can use the wp_mail function for mailing"
474
  msgstr ""
475
 
476
+ #: contact_form.php:800
477
  msgid "Mail"
478
  msgstr "Mail"
479
 
480
+ #: contact_form.php:801
481
  msgid "To send mail you can use the php mail function"
482
  msgstr ""
483
 
484
+ #: contact_form.php:805
485
  #, fuzzy
486
  msgid "Change text of the 'FROM' field"
487
  msgstr "Αλλάξτε το πεδίο \"ΑΠΟ\" της φόρμας επικοινωνίας"
488
 
489
+ #: contact_form.php:811
490
  msgid "Enter the email address in the 'From' field"
491
  msgstr ""
492
 
493
+ #: contact_form.php:813
494
  msgid "User email"
495
  msgstr ""
496
 
497
+ #: contact_form.php:813
498
  msgid "The email address of the user who fills the form will be used in the field 'From'."
499
  msgstr ""
500
 
501
+ #: contact_form.php:815
502
  msgid "This email address will be used in the 'From' field."
503
  msgstr ""
504
 
505
+ #: contact_form.php:819
506
  #, fuzzy
507
  msgid "Display fields"
508
  msgstr "Προβολή κουτιού επισύναψης αρχείου"
509
 
510
+ #: contact_form.php:821
511
+ #: contact_form.php:851
512
+ #: contact_form.php:1041
513
+ #: contact_form.php:1693
514
  #, fuzzy
515
  msgid "Address"
516
  msgstr "Διεύθυνση e-mail:"
517
 
518
+ #: contact_form.php:822
519
+ #: contact_form.php:853
520
+ #: contact_form.php:1701
521
  msgid "Phone"
522
  msgstr ""
523
 
524
+ #: contact_form.php:823
525
  #, fuzzy
526
  msgid "Attachment block"
527
  msgstr "Προβολή κουτιού επισύναψης αρχείου"
528
 
529
+ #: contact_form.php:823
530
  msgid "Users can attach the following file formats"
531
  msgstr "Οι χρήστες μπορούν να επισυνάψουν αρχεία τύπου"
532
 
533
+ #: contact_form.php:824
534
  #, fuzzy
535
  msgid "Tips below the Attachment block"
536
  msgstr "Προβολή κουτιού επισύναψης αρχείου"
537
 
538
+ #: contact_form.php:825
539
  #, fuzzy
540
  msgid "Send me a copy block"
541
  msgstr "Προβολή κουτιού \"Στείλτο και σ' εμένα\""
542
 
543
+ #: contact_form.php:837
544
+ #: contact_form.php:840
545
+ #: contact_form.php:843
546
+ #: contact_form.php:1070
547
  msgid "Captcha"
548
  msgstr ""
549
 
550
+ #: contact_form.php:837
551
+ #: contact_form.php:840
552
+ #: contact_form.php:843
553
+ #: contact_form.php:1070
554
  msgid "(powered by bestwebsoft.com)"
555
  msgstr ""
556
 
557
+ #: contact_form.php:840
558
  #, fuzzy
559
  msgid "Activate captcha"
560
  msgstr "Ενεργοποιημένα πρόσθετα"
561
 
562
+ #: contact_form.php:843
563
  #, fuzzy
564
  msgid "Download captcha"
565
  msgstr "Κατέβασμα"
566
 
567
+ #: contact_form.php:848
568
  msgid "Required fields"
569
  msgstr ""
570
 
571
+ #: contact_form.php:850
572
+ #: contact_form.php:1036
573
+ #: contact_form.php:1688
574
  msgid "Name"
575
  msgstr "Όνομα"
576
 
577
+ #: contact_form.php:852
578
  #, fuzzy
579
  msgid "Email Address"
580
  msgstr "Διεύθυνση e-mail:"
581
 
582
+ #: contact_form.php:854
583
+ #: contact_form.php:1056
584
+ #: contact_form.php:1704
585
  msgid "Subject"
586
  msgstr "Θέμα"
587
 
588
+ #: contact_form.php:855
589
+ #: contact_form.php:1060
590
+ #: contact_form.php:1707
591
  msgid "Message"
592
  msgstr "Μήνυμα"
593
 
594
+ #: contact_form.php:859
595
  #, fuzzy
596
  msgid "Display additional info in the email"
597
  msgstr "Προβολή πρόσθετων πληροφοριών στο email"
598
 
599
+ #: contact_form.php:864
600
+ #: contact_form.php:1660
601
  msgid "Sent from (ip address)"
602
  msgstr "Στάλθηκε από (διεύθυνση ip)"
603
 
604
+ #: contact_form.php:865
605
+ #: contact_form.php:1665
606
  msgid "Date/Time"
607
  msgstr "Ημερομηνία/Ώρα"
608
 
609
+ #: contact_form.php:866
610
+ #: contact_form.php:1670
611
  msgid "Sent from (referer)"
612
  msgstr "Από (referer)"
613
 
614
+ #: contact_form.php:867
615
+ #: contact_form.php:1675
616
  msgid "Using (user agent)"
617
  msgstr "με χρήση (user agent)"
618
 
619
+ #: contact_form.php:871
620
  msgid "Language settings for the field names in the form"
621
  msgstr ""
622
 
623
+ #: contact_form.php:880
624
  msgid "Add a language"
625
  msgstr ""
626
 
627
+ #: contact_form.php:884
628
  #, fuzzy
629
  msgid "Change the names of the contact form fields and error messages"
630
  msgstr "Αλλαγή ετικετών πεδίων της φόρμας επικοινωνίας"
631
 
632
+ #: contact_form.php:889
633
+ #: contact_form.php:960
634
  msgid "English"
635
  msgstr ""
636
 
 
 
 
 
 
 
 
 
 
 
637
  #: contact_form.php:908
638
  #: contact_form.php:937
639
+ msgid "Error message for the Name field"
640
  msgstr ""
641
 
642
  #: contact_form.php:909
643
  #: contact_form.php:938
644
+ msgid "Error message for the Address field"
645
  msgstr ""
646
 
647
  #: contact_form.php:910
648
  #: contact_form.php:939
649
+ msgid "Error message for the Email field"
650
  msgstr ""
651
 
652
  #: contact_form.php:911
653
  #: contact_form.php:940
654
+ msgid "Error message for the Phone field"
655
  msgstr ""
656
 
657
  #: contact_form.php:912
658
  #: contact_form.php:941
659
+ msgid "Error message for the Subject field"
660
  msgstr ""
661
 
662
  #: contact_form.php:913
663
  #: contact_form.php:942
664
+ msgid "Error message for the Message field"
665
  msgstr ""
666
 
667
  #: contact_form.php:914
668
  #: contact_form.php:943
669
+ msgid "Error message about the file type for the Attachment field"
670
  msgstr ""
671
 
672
  #: contact_form.php:915
673
  #: contact_form.php:944
674
+ msgid "Error message while uploading a file for the Attachment field to the server"
675
  msgstr ""
676
 
677
  #: contact_form.php:916
678
  #: contact_form.php:945
679
+ msgid "Error message while moving the file for the Attachment field"
680
  msgstr ""
681
 
682
  #: contact_form.php:917
683
  #: contact_form.php:946
684
+ msgid "Error message when file size limit for the Attachment field is exceeded"
685
+ msgstr ""
686
+
687
+ #: contact_form.php:918
688
+ #: contact_form.php:947
689
+ msgid "Error message for the Captcha field"
690
  msgstr ""
691
 
692
  #: contact_form.php:919
693
  #: contact_form.php:948
694
+ msgid "Error message for the whole form"
695
+ msgstr ""
696
+
697
+ #: contact_form.php:921
698
+ #: contact_form.php:950
699
+ #: contact_form.php:969
700
+ #: contact_form.php:975
701
  msgid "Use shortcode"
702
  msgstr ""
703
 
704
+ #: contact_form.php:921
705
+ #: contact_form.php:950
706
+ #: contact_form.php:969
707
+ #: contact_form.php:975
708
  msgid "for this language"
709
  msgstr ""
710
 
711
+ #: contact_form.php:957
712
  msgid "Action after email is sent"
713
  msgstr ""
714
 
715
+ #: contact_form.php:959
716
  #, fuzzy
717
  msgid "Display text"
718
  msgstr "Προβολή κουτιού επισύναψης αρχείου"
719
 
720
+ #: contact_form.php:968
721
+ #: contact_form.php:974
722
  msgid "Text"
723
  msgstr ""
724
 
725
+ #: contact_form.php:981
726
  msgid "Redirect to the page"
727
  msgstr ""
728
 
729
+ #: contact_form.php:982
730
  msgid "Url"
731
  msgstr ""
732
 
733
+ #: contact_form.php:987
734
+ #: contact_form.php:1162
735
  msgid "Save Changes"
736
  msgstr "Αποθήκευση αλλαγών"
737
 
738
+ #: contact_form.php:1002
739
  #, fuzzy
740
  msgid "Contact Form Pro | Extra Settings"
741
  msgstr "Επιλογές φόρμας επικοινωνίας"
742
 
743
+ #: contact_form.php:1009
744
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
745
  msgstr ""
746
 
747
+ #: contact_form.php:1016
748
  msgid "Errors output"
749
  msgstr ""
750
 
751
+ #: contact_form.php:1019
752
  msgid "Display error messages"
753
  msgstr ""
754
 
755
+ #: contact_form.php:1020
756
  msgid "Color of the input field errors."
757
  msgstr ""
758
 
759
+ #: contact_form.php:1021
760
  msgid "Display error messages & color of the input field errors"
761
  msgstr ""
762
 
763
+ #: contact_form.php:1026
764
  msgid "Add placeholder to the input blocks"
765
  msgstr ""
766
 
767
+ #: contact_form.php:1032
768
  #, fuzzy
769
  msgid "Add tooltips"
770
  msgstr "Πρόσθετες επιλογές"
771
 
772
+ #: contact_form.php:1046
773
  #, fuzzy
774
  msgid "Email address"
775
  msgstr "Διεύθυνση e-mail:"
776
 
777
+ #: contact_form.php:1051
778
  msgid "Phone Number"
779
  msgstr ""
780
 
781
+ #: contact_form.php:1065
782
  #, fuzzy
783
  msgid "Attachment"
784
  msgstr "Επισύναψη:"
785
 
786
+ #: contact_form.php:1075
787
  #, fuzzy
788
  msgid "Style options"
789
  msgstr "Πρόσθετες επιλογές"
790
 
791
+ #: contact_form.php:1078
792
  msgid "Text color"
793
  msgstr ""
794
 
795
+ #: contact_form.php:1081
796
+ #: contact_form.php:1086
797
+ #: contact_form.php:1096
798
+ #: contact_form.php:1101
799
+ #: contact_form.php:1106
800
+ #: contact_form.php:1111
801
+ #: contact_form.php:1121
802
+ #: contact_form.php:1126
803
+ #: contact_form.php:1132
804
+ #: contact_form.php:1143
805
+ #: contact_form.php:1148
806
+ #: contact_form.php:1153
807
  msgid "Default"
808
  msgstr ""
809
 
810
+ #: contact_form.php:1083
811
  msgid "Label text color"
812
  msgstr ""
813
 
814
+ #: contact_form.php:1088
815
  msgid "Placeholder color"
816
  msgstr ""
817
 
818
+ #: contact_form.php:1093
819
  msgid "Errors color"
820
  msgstr ""
821
 
822
+ #: contact_form.php:1098
823
  msgid "Error text color"
824
  msgstr ""
825
 
826
+ #: contact_form.php:1103
827
  msgid "Background color of the input field errors"
828
  msgstr ""
829
 
830
+ #: contact_form.php:1108
831
  msgid "Border color of the input field errors"
832
  msgstr ""
833
 
834
+ #: contact_form.php:1113
835
  msgid "Placeholder color of the input field errors"
836
  msgstr ""
837
 
838
+ #: contact_form.php:1118
839
  #, fuzzy
840
  msgid "Input fields"
841
  msgstr "Προβολή κουτιού επισύναψης αρχείου"
842
 
843
+ #: contact_form.php:1123
844
  msgid "Input fields background color"
845
  msgstr ""
846
 
847
+ #: contact_form.php:1128
848
  msgid "Text fields color"
849
  msgstr ""
850
 
851
+ #: contact_form.php:1130
852
  msgid "Border width in px, numbers only"
853
  msgstr ""
854
 
855
+ #: contact_form.php:1134
856
+ #: contact_form.php:1155
857
  msgid "Border color"
858
  msgstr ""
859
 
860
+ #: contact_form.php:1139
861
  #, fuzzy
862
  msgid "Submit button"
863
  msgstr "Υποβολή"
864
 
865
+ #: contact_form.php:1141
866
  msgid "Width in px, numbers only"
867
  msgstr ""
868
 
869
+ #: contact_form.php:1145
870
  msgid "Button color"
871
  msgstr ""
872
 
873
+ #: contact_form.php:1150
874
  msgid "Button text color"
875
  msgstr ""
876
 
877
+ #: contact_form.php:1166
878
  #, fuzzy
879
  msgid "Contact Form Pro | Preview"
880
  msgstr "Φόρμα επικοινωνίας"
881
 
882
+ #: contact_form.php:1169
883
  msgid "Show with errors"
884
  msgstr ""
885
 
 
886
  #: contact_form.php:1177
887
+ #: contact_form.php:1179
888
  msgid "Please enter your full name..."
889
  msgstr ""
890
 
 
891
  #: contact_form.php:1190
892
+ #: contact_form.php:1192
893
  msgid "Please enter your address..."
894
  msgstr ""
895
 
 
896
  #: contact_form.php:1201
897
+ #: contact_form.php:1203
898
  #, fuzzy
899
  msgid "Please enter your email address..."
900
  msgstr "Τα μηνύματα θα στέλνονται στο email "
901
 
 
902
  #: contact_form.php:1212
903
+ #: contact_form.php:1214
904
  msgid "Please enter your phone number..."
905
  msgstr ""
906
 
 
907
  #: contact_form.php:1223
908
+ #: contact_form.php:1225
909
  msgid "Please enter subject..."
910
  msgstr ""
911
 
 
912
  #: contact_form.php:1233
913
+ #: contact_form.php:1235
914
  msgid "Please enter your message..."
915
  msgstr ""
916
 
917
+ #: contact_form.php:1246
918
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
919
  msgstr ""
920
 
921
+ #: contact_form.php:1399
922
  msgid "You can attach the following file formats"
923
  msgstr "Μπορείτε να επισυνάψετε αρχεία τύπου"
924
 
925
+ #: contact_form.php:1683
926
  msgid "Contact from"
927
  msgstr "Επικοινωνία από"
928
 
929
+ #: contact_form.php:1696
930
  msgid "Email"
931
  msgstr "E-Mail"
932
 
933
+ #: contact_form.php:1710
934
  msgid "Site"
935
  msgstr "Ιστοσελίδα"
936
 
937
+ #: contact_form.php:1760
938
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
939
  msgstr "Wenn Sie dieses MIME sehen, unterstützt Ihr Client keine MIME-Typen!"
940
 
941
+ #: contact_form.php:1811
942
  msgid "FAQ"
943
  msgstr "Συχνές ερωτήσεις"
944
 
945
+ #: contact_form.php:1812
946
  msgid "Support"
947
  msgstr "Υποστήριξη"
948
 
949
+ #: contact_form.php:1860
950
  msgid "Are you sure that you want to delete this language data?"
951
  msgstr ""
952
 
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-07-22 16:55+0300\n"
6
- "PO-Revision-Date: 2013-07-22 16:55+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -158,7 +158,7 @@ msgid "Thank you for contacting us."
158
  msgstr "Gracias por contactar con nosotros"
159
 
160
  #: contact_form.php:242
161
- #: contact_form.php:1313
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Disculpe, su email no se puede entregar."
164
 
@@ -184,9 +184,9 @@ msgstr "Lea mas"
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
- #: contact_form.php:1002
188
- #: contact_form.php:1799
189
- #: contact_form.php:1808
190
  msgid "Settings"
191
  msgstr "Configuración"
192
 
@@ -270,64 +270,64 @@ msgid "Contact Form Pro Extra Settings"
270
  msgstr "Opciones Contact Form"
271
 
272
  #: contact_form.php:373
273
- #: contact_form.php:1008
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "Contact Form"
277
 
278
  #: contact_form.php:412
279
- #: contact_form.php:897
280
- #: contact_form.php:926
281
  msgid "Name:"
282
  msgstr "Nombre:"
283
 
284
  #: contact_form.php:413
285
- #: contact_form.php:898
286
- #: contact_form.php:927
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "Dirección e-mail:"
290
 
291
  #: contact_form.php:414
292
- #: contact_form.php:899
293
- #: contact_form.php:928
294
  msgid "Email Address:"
295
  msgstr "Dirección e-mail:"
296
 
297
  #: contact_form.php:415
298
- #: contact_form.php:900
299
- #: contact_form.php:929
300
  msgid "Phone number:"
301
  msgstr ""
302
 
303
  #: contact_form.php:416
304
- #: contact_form.php:901
305
- #: contact_form.php:930
306
  msgid "Subject:"
307
  msgstr "Asunto:"
308
 
309
  #: contact_form.php:417
310
- #: contact_form.php:902
311
- #: contact_form.php:931
312
  msgid "Message:"
313
  msgstr "Mensaje:"
314
 
315
  #: contact_form.php:418
316
- #: contact_form.php:903
317
- #: contact_form.php:932
318
  msgid "Attachment:"
319
  msgstr "Adjunto:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
- #: contact_form.php:904
324
- #: contact_form.php:933
325
  msgid "Send me a copy"
326
  msgstr "Envíame una copia"
327
 
328
  #: contact_form.php:420
329
- #: contact_form.php:905
330
- #: contact_form.php:934
331
  msgid "Submit"
332
  msgstr "Enviar"
333
 
@@ -408,529 +408,544 @@ msgid "Settings saved."
408
  msgstr "Configuración guardada."
409
 
410
  #: contact_form.php:755
411
- #: contact_form.php:1003
412
  #, fuzzy
413
  msgid "Extra settings"
414
  msgstr "Configuración"
415
 
416
  #: contact_form.php:760
417
- #: contact_form.php:1259
418
  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:"
419
  msgstr "Si quiere añadir Contact Form en su web, copie y pegue este código en su mensaje o página o widget:"
420
 
 
 
 
 
 
 
 
421
  #: contact_form.php:761
 
 
 
 
 
 
 
 
422
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
423
  msgstr "Si la información en este campo está vacia, se usará la dirección especificada en el registro."
424
 
425
- #: contact_form.php:765
426
  msgid "The user's email address:"
427
  msgstr "Use el email del usuario de Wordpress:"
428
 
429
- #: contact_form.php:769
430
  msgid "Create a username"
431
  msgstr "Seleccione nombre de usuario"
432
 
433
- #: contact_form.php:774
434
  msgid "Enter a username of the person who should get the messages from the contact form."
435
  msgstr "Introduzca el nombre del usuario que va a recibir mensajes desde contact form"
436
 
437
- #: contact_form.php:778
438
  msgid "Use this email address:"
439
  msgstr "Use este emaill:"
440
 
441
- #: contact_form.php:781
442
  msgid "Enter the email address you want the messages forwarded to."
443
  msgstr "Establecer una dirección de correo electrónico que se utiliza para los mensajes que reciben."
444
 
445
- #: contact_form.php:785
446
  msgid "Additional options"
447
  msgstr "Opciones adicionales"
448
 
449
- #: contact_form.php:788
450
  msgid "What to use?"
451
  msgstr ""
452
 
453
- #: contact_form.php:791
454
  msgid "Wp-mail"
455
  msgstr "Wp-mail"
456
 
457
- #: contact_form.php:792
458
  msgid "You can use the wp_mail function for mailing"
459
  msgstr ""
460
 
461
- #: contact_form.php:798
462
  msgid "Mail"
463
  msgstr "Mail"
464
 
465
- #: contact_form.php:799
466
  msgid "To send mail you can use the php mail function"
467
  msgstr ""
468
 
469
- #: contact_form.php:803
470
  #, fuzzy
471
  msgid "Change text of the 'FROM' field"
472
  msgstr "Modifica DE los campos en contact form"
473
 
474
- #: contact_form.php:809
475
  msgid "Enter the email address in the 'From' field"
476
  msgstr ""
477
 
478
- #: contact_form.php:811
479
  msgid "User email"
480
  msgstr ""
481
 
482
- #: contact_form.php:811
483
  msgid "The email address of the user who fills the form will be used in the field 'From'."
484
  msgstr ""
485
 
486
- #: contact_form.php:813
487
  msgid "This email address will be used in the 'From' field."
488
  msgstr ""
489
 
490
- #: contact_form.php:817
491
  #, fuzzy
492
  msgid "Display fields"
493
  msgstr "Visualiza el adjunto"
494
 
495
- #: contact_form.php:819
496
- #: contact_form.php:849
497
- #: contact_form.php:1039
498
- #: contact_form.php:1691
499
  #, fuzzy
500
  msgid "Address"
501
  msgstr "Dirección e-mail:"
502
 
503
- #: contact_form.php:820
504
- #: contact_form.php:851
505
- #: contact_form.php:1699
506
  msgid "Phone"
507
  msgstr ""
508
 
509
- #: contact_form.php:821
510
  #, fuzzy
511
  msgid "Attachment block"
512
  msgstr "Visualiza el adjunto"
513
 
514
- #: contact_form.php:821
515
  msgid "Users can attach the following file formats"
516
  msgstr "Usuarios pueden adjuntar archivos de este tipo"
517
 
518
- #: contact_form.php:822
519
  #, fuzzy
520
  msgid "Tips below the Attachment block"
521
  msgstr "Visualiza el adjunto"
522
 
523
- #: contact_form.php:823
524
  #, fuzzy
525
  msgid "Send me a copy block"
526
  msgstr "Ver envíame una copia"
527
 
528
- #: contact_form.php:835
529
- #: contact_form.php:838
530
- #: contact_form.php:841
531
- #: contact_form.php:1068
532
  msgid "Captcha"
533
  msgstr ""
534
 
535
- #: contact_form.php:835
536
- #: contact_form.php:838
537
- #: contact_form.php:841
538
- #: contact_form.php:1068
539
  msgid "(powered by bestwebsoft.com)"
540
  msgstr ""
541
 
542
- #: contact_form.php:838
543
  #, fuzzy
544
  msgid "Activate captcha"
545
  msgstr "Plugin ativado"
546
 
547
- #: contact_form.php:841
548
  #, fuzzy
549
  msgid "Download captcha"
550
  msgstr "Descargar"
551
 
552
- #: contact_form.php:846
553
  msgid "Required fields"
554
  msgstr ""
555
 
556
- #: contact_form.php:848
557
- #: contact_form.php:1034
558
- #: contact_form.php:1686
559
  msgid "Name"
560
  msgstr "Nombre"
561
 
562
- #: contact_form.php:850
563
  #, fuzzy
564
  msgid "Email Address"
565
  msgstr "Dirección e-mail:"
566
 
567
- #: contact_form.php:852
568
- #: contact_form.php:1054
569
- #: contact_form.php:1702
570
  msgid "Subject"
571
  msgstr "Asunto"
572
 
573
- #: contact_form.php:853
574
- #: contact_form.php:1058
575
- #: contact_form.php:1705
576
  msgid "Message"
577
  msgstr "Mensaje"
578
 
579
- #: contact_form.php:857
580
  msgid "Display additional info in the email"
581
  msgstr ""
582
 
583
- #: contact_form.php:862
584
- #: contact_form.php:1658
585
  msgid "Sent from (ip address)"
586
  msgstr "Enviado desde (dirección IP)"
587
 
588
- #: contact_form.php:863
589
- #: contact_form.php:1663
590
  msgid "Date/Time"
591
  msgstr "Fecha/hora"
592
 
593
- #: contact_form.php:864
594
- #: contact_form.php:1668
595
  msgid "Sent from (referer)"
596
  msgstr "De (referente)"
597
 
598
- #: contact_form.php:865
599
- #: contact_form.php:1673
600
  msgid "Using (user agent)"
601
  msgstr "Usando (user agent)"
602
 
603
- #: contact_form.php:869
604
  msgid "Language settings for the field names in the form"
605
  msgstr ""
606
 
607
- #: contact_form.php:878
608
  msgid "Add a language"
609
  msgstr ""
610
 
611
- #: contact_form.php:882
612
  #, fuzzy
613
  msgid "Change the names of the contact form fields and error messages"
614
  msgstr "Modifica las etiquetas de los campos en contact form"
615
 
616
- #: contact_form.php:887
617
- #: contact_form.php:958
618
  msgid "English"
619
  msgstr ""
620
 
621
- #: contact_form.php:906
622
- #: contact_form.php:935
623
- msgid "Error message for the Name field"
624
- msgstr ""
625
-
626
- #: contact_form.php:907
627
- #: contact_form.php:936
628
- msgid "Error message for the Address field"
629
- msgstr ""
630
-
631
  #: contact_form.php:908
632
  #: contact_form.php:937
633
- msgid "Error message for the Email field"
634
  msgstr ""
635
 
636
  #: contact_form.php:909
637
  #: contact_form.php:938
638
- msgid "Error message for the Phone field"
639
  msgstr ""
640
 
641
  #: contact_form.php:910
642
  #: contact_form.php:939
643
- msgid "Error message for the Subject field"
644
  msgstr ""
645
 
646
  #: contact_form.php:911
647
  #: contact_form.php:940
648
- msgid "Error message for the Message field"
649
  msgstr ""
650
 
651
  #: contact_form.php:912
652
  #: contact_form.php:941
653
- msgid "Error message about the file type for the Attachment field"
654
  msgstr ""
655
 
656
  #: contact_form.php:913
657
  #: contact_form.php:942
658
- msgid "Error message while uploading a file for the Attachment field to the server"
659
  msgstr ""
660
 
661
  #: contact_form.php:914
662
  #: contact_form.php:943
663
- msgid "Error message while moving the file for the Attachment field"
664
  msgstr ""
665
 
666
  #: contact_form.php:915
667
  #: contact_form.php:944
668
- msgid "Error message when file size limit for the Attachment field is exceeded"
669
  msgstr ""
670
 
671
  #: contact_form.php:916
672
  #: contact_form.php:945
673
- msgid "Error message for the Captcha field"
674
  msgstr ""
675
 
676
  #: contact_form.php:917
677
  #: contact_form.php:946
678
- msgid "Error message for the whole form"
 
 
 
 
 
679
  msgstr ""
680
 
681
  #: contact_form.php:919
682
  #: contact_form.php:948
683
- #: contact_form.php:967
684
- #: contact_form.php:973
 
 
 
 
 
685
  msgid "Use shortcode"
686
  msgstr ""
687
 
688
- #: contact_form.php:919
689
- #: contact_form.php:948
690
- #: contact_form.php:967
691
- #: contact_form.php:973
692
  msgid "for this language"
693
  msgstr ""
694
 
695
- #: contact_form.php:955
696
  msgid "Action after email is sent"
697
  msgstr ""
698
 
699
- #: contact_form.php:957
700
  #, fuzzy
701
  msgid "Display text"
702
  msgstr "Visualiza el adjunto"
703
 
704
- #: contact_form.php:966
705
- #: contact_form.php:972
706
  msgid "Text"
707
  msgstr ""
708
 
709
- #: contact_form.php:979
710
  msgid "Redirect to the page"
711
  msgstr ""
712
 
713
- #: contact_form.php:980
714
  msgid "Url"
715
  msgstr ""
716
 
717
- #: contact_form.php:985
718
- #: contact_form.php:1160
719
  msgid "Save Changes"
720
  msgstr "Guardar los cambios"
721
 
722
- #: contact_form.php:1000
723
  #, fuzzy
724
  msgid "Contact Form Pro | Extra Settings"
725
  msgstr "Opciones Contact Form"
726
 
727
- #: contact_form.php:1007
728
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
729
  msgstr ""
730
 
731
- #: contact_form.php:1014
732
  msgid "Errors output"
733
  msgstr ""
734
 
735
- #: contact_form.php:1017
736
  msgid "Display error messages"
737
  msgstr ""
738
 
739
- #: contact_form.php:1018
740
  msgid "Color of the input field errors."
741
  msgstr ""
742
 
743
- #: contact_form.php:1019
744
  msgid "Display error messages & color of the input field errors"
745
  msgstr ""
746
 
747
- #: contact_form.php:1024
748
  msgid "Add placeholder to the input blocks"
749
  msgstr ""
750
 
751
- #: contact_form.php:1030
752
  #, fuzzy
753
  msgid "Add tooltips"
754
  msgstr "Opciones adicionales"
755
 
756
- #: contact_form.php:1044
757
  #, fuzzy
758
  msgid "Email address"
759
  msgstr "Dirección e-mail:"
760
 
761
- #: contact_form.php:1049
762
  msgid "Phone Number"
763
  msgstr ""
764
 
765
- #: contact_form.php:1063
766
  #, fuzzy
767
  msgid "Attachment"
768
  msgstr "Adjunto:"
769
 
770
- #: contact_form.php:1073
771
  #, fuzzy
772
  msgid "Style options"
773
  msgstr "Opciones adicionales"
774
 
775
- #: contact_form.php:1076
776
  msgid "Text color"
777
  msgstr ""
778
 
779
- #: contact_form.php:1079
780
- #: contact_form.php:1084
781
- #: contact_form.php:1094
782
- #: contact_form.php:1099
783
- #: contact_form.php:1104
784
- #: contact_form.php:1109
785
- #: contact_form.php:1119
786
- #: contact_form.php:1124
787
- #: contact_form.php:1130
788
- #: contact_form.php:1141
789
- #: contact_form.php:1146
790
- #: contact_form.php:1151
791
  msgid "Default"
792
  msgstr ""
793
 
794
- #: contact_form.php:1081
795
  msgid "Label text color"
796
  msgstr ""
797
 
798
- #: contact_form.php:1086
799
  msgid "Placeholder color"
800
  msgstr ""
801
 
802
- #: contact_form.php:1091
803
  msgid "Errors color"
804
  msgstr ""
805
 
806
- #: contact_form.php:1096
807
  msgid "Error text color"
808
  msgstr ""
809
 
810
- #: contact_form.php:1101
811
  msgid "Background color of the input field errors"
812
  msgstr ""
813
 
814
- #: contact_form.php:1106
815
  msgid "Border color of the input field errors"
816
  msgstr ""
817
 
818
- #: contact_form.php:1111
819
  msgid "Placeholder color of the input field errors"
820
  msgstr ""
821
 
822
- #: contact_form.php:1116
823
  #, fuzzy
824
  msgid "Input fields"
825
  msgstr "Visualiza el adjunto"
826
 
827
- #: contact_form.php:1121
828
  msgid "Input fields background color"
829
  msgstr ""
830
 
831
- #: contact_form.php:1126
832
  msgid "Text fields color"
833
  msgstr ""
834
 
835
- #: contact_form.php:1128
836
  msgid "Border width in px, numbers only"
837
  msgstr ""
838
 
839
- #: contact_form.php:1132
840
- #: contact_form.php:1153
841
  msgid "Border color"
842
  msgstr ""
843
 
844
- #: contact_form.php:1137
845
  #, fuzzy
846
  msgid "Submit button"
847
  msgstr "Enviar"
848
 
849
- #: contact_form.php:1139
850
  msgid "Width in px, numbers only"
851
  msgstr ""
852
 
853
- #: contact_form.php:1143
854
  msgid "Button color"
855
  msgstr ""
856
 
857
- #: contact_form.php:1148
858
  msgid "Button text color"
859
  msgstr ""
860
 
861
- #: contact_form.php:1164
862
  #, fuzzy
863
  msgid "Contact Form Pro | Preview"
864
  msgstr "Contact Form"
865
 
866
- #: contact_form.php:1167
867
  msgid "Show with errors"
868
  msgstr ""
869
 
870
- #: contact_form.php:1175
871
  #: contact_form.php:1177
 
872
  msgid "Please enter your full name..."
873
  msgstr ""
874
 
875
- #: contact_form.php:1188
876
  #: contact_form.php:1190
 
877
  msgid "Please enter your address..."
878
  msgstr ""
879
 
880
- #: contact_form.php:1199
881
  #: contact_form.php:1201
 
882
  #, fuzzy
883
  msgid "Please enter your email address..."
884
  msgstr "Use este emaill:"
885
 
886
- #: contact_form.php:1210
887
  #: contact_form.php:1212
 
888
  msgid "Please enter your phone number..."
889
  msgstr ""
890
 
891
- #: contact_form.php:1221
892
  #: contact_form.php:1223
 
893
  msgid "Please enter subject..."
894
  msgstr ""
895
 
896
- #: contact_form.php:1231
897
  #: contact_form.php:1233
 
898
  msgid "Please enter your message..."
899
  msgstr ""
900
 
901
- #: contact_form.php:1244
902
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
903
  msgstr ""
904
 
905
- #: contact_form.php:1397
906
  msgid "You can attach the following file formats"
907
  msgstr "Puede adjuntar archivos de estos tipos"
908
 
909
- #: contact_form.php:1681
910
  msgid "Contact from"
911
  msgstr "Contact from"
912
 
913
- #: contact_form.php:1694
914
  msgid "Email"
915
  msgstr "E-mail"
916
 
917
- #: contact_form.php:1708
918
  msgid "Site"
919
  msgstr "Sitio"
920
 
921
- #: contact_form.php:1758
922
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
923
  msgstr "Si usted puede ver esta MIME es que su cliente no acepta los tipos MIME!"
924
 
925
- #: contact_form.php:1809
926
  msgid "FAQ"
927
  msgstr "FAQ"
928
 
929
- #: contact_form.php:1810
930
  msgid "Support"
931
  msgstr "Soporte"
932
 
933
- #: contact_form.php:1858
934
  msgid "Are you sure that you want to delete this language data?"
935
  msgstr ""
936
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-07-29 17:32+0300\n"
6
+ "PO-Revision-Date: 2013-07-29 17:32+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
158
  msgstr "Gracias por contactar con nosotros"
159
 
160
  #: contact_form.php:242
161
+ #: contact_form.php:1315
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Disculpe, su email no se puede entregar."
164
 
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
+ #: contact_form.php:1004
188
+ #: contact_form.php:1801
189
+ #: contact_form.php:1810
190
  msgid "Settings"
191
  msgstr "Configuración"
192
 
270
  msgstr "Opciones Contact Form"
271
 
272
  #: contact_form.php:373
273
+ #: contact_form.php:1010
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "Contact Form"
277
 
278
  #: contact_form.php:412
279
+ #: contact_form.php:899
280
+ #: contact_form.php:928
281
  msgid "Name:"
282
  msgstr "Nombre:"
283
 
284
  #: contact_form.php:413
285
+ #: contact_form.php:900
286
+ #: contact_form.php:929
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "Dirección e-mail:"
290
 
291
  #: contact_form.php:414
292
+ #: contact_form.php:901
293
+ #: contact_form.php:930
294
  msgid "Email Address:"
295
  msgstr "Dirección e-mail:"
296
 
297
  #: contact_form.php:415
298
+ #: contact_form.php:902
299
+ #: contact_form.php:931
300
  msgid "Phone number:"
301
  msgstr ""
302
 
303
  #: contact_form.php:416
304
+ #: contact_form.php:903
305
+ #: contact_form.php:932
306
  msgid "Subject:"
307
  msgstr "Asunto:"
308
 
309
  #: contact_form.php:417
310
+ #: contact_form.php:904
311
+ #: contact_form.php:933
312
  msgid "Message:"
313
  msgstr "Mensaje:"
314
 
315
  #: contact_form.php:418
316
+ #: contact_form.php:905
317
+ #: contact_form.php:934
318
  msgid "Attachment:"
319
  msgstr "Adjunto:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
+ #: contact_form.php:906
324
+ #: contact_form.php:935
325
  msgid "Send me a copy"
326
  msgstr "Envíame una copia"
327
 
328
  #: contact_form.php:420
329
+ #: contact_form.php:907
330
+ #: contact_form.php:936
331
  msgid "Submit"
332
  msgstr "Enviar"
333
 
408
  msgstr "Configuración guardada."
409
 
410
  #: contact_form.php:755
411
+ #: contact_form.php:1005
412
  #, fuzzy
413
  msgid "Extra settings"
414
  msgstr "Configuración"
415
 
416
  #: contact_form.php:760
417
+ #: contact_form.php:1261
418
  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:"
419
  msgstr "Si quiere añadir Contact Form en su web, copie y pegue este código en su mensaje o página o widget:"
420
 
421
+ #: contact_form.php:760
422
+ #: contact_form.php:761
423
+ #: contact_form.php:921
424
+ #: contact_form.php:969
425
+ msgid "or"
426
+ msgstr ""
427
+
428
  #: contact_form.php:761
429
+ msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
430
+ msgstr ""
431
+
432
+ #: contact_form.php:762
433
+ msgid "They work the same way."
434
+ msgstr ""
435
+
436
+ #: contact_form.php:763
437
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
438
  msgstr "Si la información en este campo está vacia, se usará la dirección especificada en el registro."
439
 
440
+ #: contact_form.php:767
441
  msgid "The user's email address:"
442
  msgstr "Use el email del usuario de Wordpress:"
443
 
444
+ #: contact_form.php:771
445
  msgid "Create a username"
446
  msgstr "Seleccione nombre de usuario"
447
 
448
+ #: contact_form.php:776
449
  msgid "Enter a username of the person who should get the messages from the contact form."
450
  msgstr "Introduzca el nombre del usuario que va a recibir mensajes desde contact form"
451
 
452
+ #: contact_form.php:780
453
  msgid "Use this email address:"
454
  msgstr "Use este emaill:"
455
 
456
+ #: contact_form.php:783
457
  msgid "Enter the email address you want the messages forwarded to."
458
  msgstr "Establecer una dirección de correo electrónico que se utiliza para los mensajes que reciben."
459
 
460
+ #: contact_form.php:787
461
  msgid "Additional options"
462
  msgstr "Opciones adicionales"
463
 
464
+ #: contact_form.php:790
465
  msgid "What to use?"
466
  msgstr ""
467
 
468
+ #: contact_form.php:793
469
  msgid "Wp-mail"
470
  msgstr "Wp-mail"
471
 
472
+ #: contact_form.php:794
473
  msgid "You can use the wp_mail function for mailing"
474
  msgstr ""
475
 
476
+ #: contact_form.php:800
477
  msgid "Mail"
478
  msgstr "Mail"
479
 
480
+ #: contact_form.php:801
481
  msgid "To send mail you can use the php mail function"
482
  msgstr ""
483
 
484
+ #: contact_form.php:805
485
  #, fuzzy
486
  msgid "Change text of the 'FROM' field"
487
  msgstr "Modifica DE los campos en contact form"
488
 
489
+ #: contact_form.php:811
490
  msgid "Enter the email address in the 'From' field"
491
  msgstr ""
492
 
493
+ #: contact_form.php:813
494
  msgid "User email"
495
  msgstr ""
496
 
497
+ #: contact_form.php:813
498
  msgid "The email address of the user who fills the form will be used in the field 'From'."
499
  msgstr ""
500
 
501
+ #: contact_form.php:815
502
  msgid "This email address will be used in the 'From' field."
503
  msgstr ""
504
 
505
+ #: contact_form.php:819
506
  #, fuzzy
507
  msgid "Display fields"
508
  msgstr "Visualiza el adjunto"
509
 
510
+ #: contact_form.php:821
511
+ #: contact_form.php:851
512
+ #: contact_form.php:1041
513
+ #: contact_form.php:1693
514
  #, fuzzy
515
  msgid "Address"
516
  msgstr "Dirección e-mail:"
517
 
518
+ #: contact_form.php:822
519
+ #: contact_form.php:853
520
+ #: contact_form.php:1701
521
  msgid "Phone"
522
  msgstr ""
523
 
524
+ #: contact_form.php:823
525
  #, fuzzy
526
  msgid "Attachment block"
527
  msgstr "Visualiza el adjunto"
528
 
529
+ #: contact_form.php:823
530
  msgid "Users can attach the following file formats"
531
  msgstr "Usuarios pueden adjuntar archivos de este tipo"
532
 
533
+ #: contact_form.php:824
534
  #, fuzzy
535
  msgid "Tips below the Attachment block"
536
  msgstr "Visualiza el adjunto"
537
 
538
+ #: contact_form.php:825
539
  #, fuzzy
540
  msgid "Send me a copy block"
541
  msgstr "Ver envíame una copia"
542
 
543
+ #: contact_form.php:837
544
+ #: contact_form.php:840
545
+ #: contact_form.php:843
546
+ #: contact_form.php:1070
547
  msgid "Captcha"
548
  msgstr ""
549
 
550
+ #: contact_form.php:837
551
+ #: contact_form.php:840
552
+ #: contact_form.php:843
553
+ #: contact_form.php:1070
554
  msgid "(powered by bestwebsoft.com)"
555
  msgstr ""
556
 
557
+ #: contact_form.php:840
558
  #, fuzzy
559
  msgid "Activate captcha"
560
  msgstr "Plugin ativado"
561
 
562
+ #: contact_form.php:843
563
  #, fuzzy
564
  msgid "Download captcha"
565
  msgstr "Descargar"
566
 
567
+ #: contact_form.php:848
568
  msgid "Required fields"
569
  msgstr ""
570
 
571
+ #: contact_form.php:850
572
+ #: contact_form.php:1036
573
+ #: contact_form.php:1688
574
  msgid "Name"
575
  msgstr "Nombre"
576
 
577
+ #: contact_form.php:852
578
  #, fuzzy
579
  msgid "Email Address"
580
  msgstr "Dirección e-mail:"
581
 
582
+ #: contact_form.php:854
583
+ #: contact_form.php:1056
584
+ #: contact_form.php:1704
585
  msgid "Subject"
586
  msgstr "Asunto"
587
 
588
+ #: contact_form.php:855
589
+ #: contact_form.php:1060
590
+ #: contact_form.php:1707
591
  msgid "Message"
592
  msgstr "Mensaje"
593
 
594
+ #: contact_form.php:859
595
  msgid "Display additional info in the email"
596
  msgstr ""
597
 
598
+ #: contact_form.php:864
599
+ #: contact_form.php:1660
600
  msgid "Sent from (ip address)"
601
  msgstr "Enviado desde (dirección IP)"
602
 
603
+ #: contact_form.php:865
604
+ #: contact_form.php:1665
605
  msgid "Date/Time"
606
  msgstr "Fecha/hora"
607
 
608
+ #: contact_form.php:866
609
+ #: contact_form.php:1670
610
  msgid "Sent from (referer)"
611
  msgstr "De (referente)"
612
 
613
+ #: contact_form.php:867
614
+ #: contact_form.php:1675
615
  msgid "Using (user agent)"
616
  msgstr "Usando (user agent)"
617
 
618
+ #: contact_form.php:871
619
  msgid "Language settings for the field names in the form"
620
  msgstr ""
621
 
622
+ #: contact_form.php:880
623
  msgid "Add a language"
624
  msgstr ""
625
 
626
+ #: contact_form.php:884
627
  #, fuzzy
628
  msgid "Change the names of the contact form fields and error messages"
629
  msgstr "Modifica las etiquetas de los campos en contact form"
630
 
631
+ #: contact_form.php:889
632
+ #: contact_form.php:960
633
  msgid "English"
634
  msgstr ""
635
 
 
 
 
 
 
 
 
 
 
 
636
  #: contact_form.php:908
637
  #: contact_form.php:937
638
+ msgid "Error message for the Name field"
639
  msgstr ""
640
 
641
  #: contact_form.php:909
642
  #: contact_form.php:938
643
+ msgid "Error message for the Address field"
644
  msgstr ""
645
 
646
  #: contact_form.php:910
647
  #: contact_form.php:939
648
+ msgid "Error message for the Email field"
649
  msgstr ""
650
 
651
  #: contact_form.php:911
652
  #: contact_form.php:940
653
+ msgid "Error message for the Phone field"
654
  msgstr ""
655
 
656
  #: contact_form.php:912
657
  #: contact_form.php:941
658
+ msgid "Error message for the Subject field"
659
  msgstr ""
660
 
661
  #: contact_form.php:913
662
  #: contact_form.php:942
663
+ msgid "Error message for the Message field"
664
  msgstr ""
665
 
666
  #: contact_form.php:914
667
  #: contact_form.php:943
668
+ msgid "Error message about the file type for the Attachment field"
669
  msgstr ""
670
 
671
  #: contact_form.php:915
672
  #: contact_form.php:944
673
+ msgid "Error message while uploading a file for the Attachment field to the server"
674
  msgstr ""
675
 
676
  #: contact_form.php:916
677
  #: contact_form.php:945
678
+ msgid "Error message while moving the file for the Attachment field"
679
  msgstr ""
680
 
681
  #: contact_form.php:917
682
  #: contact_form.php:946
683
+ msgid "Error message when file size limit for the Attachment field is exceeded"
684
+ msgstr ""
685
+
686
+ #: contact_form.php:918
687
+ #: contact_form.php:947
688
+ msgid "Error message for the Captcha field"
689
  msgstr ""
690
 
691
  #: contact_form.php:919
692
  #: contact_form.php:948
693
+ msgid "Error message for the whole form"
694
+ msgstr ""
695
+
696
+ #: contact_form.php:921
697
+ #: contact_form.php:950
698
+ #: contact_form.php:969
699
+ #: contact_form.php:975
700
  msgid "Use shortcode"
701
  msgstr ""
702
 
703
+ #: contact_form.php:921
704
+ #: contact_form.php:950
705
+ #: contact_form.php:969
706
+ #: contact_form.php:975
707
  msgid "for this language"
708
  msgstr ""
709
 
710
+ #: contact_form.php:957
711
  msgid "Action after email is sent"
712
  msgstr ""
713
 
714
+ #: contact_form.php:959
715
  #, fuzzy
716
  msgid "Display text"
717
  msgstr "Visualiza el adjunto"
718
 
719
+ #: contact_form.php:968
720
+ #: contact_form.php:974
721
  msgid "Text"
722
  msgstr ""
723
 
724
+ #: contact_form.php:981
725
  msgid "Redirect to the page"
726
  msgstr ""
727
 
728
+ #: contact_form.php:982
729
  msgid "Url"
730
  msgstr ""
731
 
732
+ #: contact_form.php:987
733
+ #: contact_form.php:1162
734
  msgid "Save Changes"
735
  msgstr "Guardar los cambios"
736
 
737
+ #: contact_form.php:1002
738
  #, fuzzy
739
  msgid "Contact Form Pro | Extra Settings"
740
  msgstr "Opciones Contact Form"
741
 
742
+ #: contact_form.php:1009
743
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
744
  msgstr ""
745
 
746
+ #: contact_form.php:1016
747
  msgid "Errors output"
748
  msgstr ""
749
 
750
+ #: contact_form.php:1019
751
  msgid "Display error messages"
752
  msgstr ""
753
 
754
+ #: contact_form.php:1020
755
  msgid "Color of the input field errors."
756
  msgstr ""
757
 
758
+ #: contact_form.php:1021
759
  msgid "Display error messages & color of the input field errors"
760
  msgstr ""
761
 
762
+ #: contact_form.php:1026
763
  msgid "Add placeholder to the input blocks"
764
  msgstr ""
765
 
766
+ #: contact_form.php:1032
767
  #, fuzzy
768
  msgid "Add tooltips"
769
  msgstr "Opciones adicionales"
770
 
771
+ #: contact_form.php:1046
772
  #, fuzzy
773
  msgid "Email address"
774
  msgstr "Dirección e-mail:"
775
 
776
+ #: contact_form.php:1051
777
  msgid "Phone Number"
778
  msgstr ""
779
 
780
+ #: contact_form.php:1065
781
  #, fuzzy
782
  msgid "Attachment"
783
  msgstr "Adjunto:"
784
 
785
+ #: contact_form.php:1075
786
  #, fuzzy
787
  msgid "Style options"
788
  msgstr "Opciones adicionales"
789
 
790
+ #: contact_form.php:1078
791
  msgid "Text color"
792
  msgstr ""
793
 
794
+ #: contact_form.php:1081
795
+ #: contact_form.php:1086
796
+ #: contact_form.php:1096
797
+ #: contact_form.php:1101
798
+ #: contact_form.php:1106
799
+ #: contact_form.php:1111
800
+ #: contact_form.php:1121
801
+ #: contact_form.php:1126
802
+ #: contact_form.php:1132
803
+ #: contact_form.php:1143
804
+ #: contact_form.php:1148
805
+ #: contact_form.php:1153
806
  msgid "Default"
807
  msgstr ""
808
 
809
+ #: contact_form.php:1083
810
  msgid "Label text color"
811
  msgstr ""
812
 
813
+ #: contact_form.php:1088
814
  msgid "Placeholder color"
815
  msgstr ""
816
 
817
+ #: contact_form.php:1093
818
  msgid "Errors color"
819
  msgstr ""
820
 
821
+ #: contact_form.php:1098
822
  msgid "Error text color"
823
  msgstr ""
824
 
825
+ #: contact_form.php:1103
826
  msgid "Background color of the input field errors"
827
  msgstr ""
828
 
829
+ #: contact_form.php:1108
830
  msgid "Border color of the input field errors"
831
  msgstr ""
832
 
833
+ #: contact_form.php:1113
834
  msgid "Placeholder color of the input field errors"
835
  msgstr ""
836
 
837
+ #: contact_form.php:1118
838
  #, fuzzy
839
  msgid "Input fields"
840
  msgstr "Visualiza el adjunto"
841
 
842
+ #: contact_form.php:1123
843
  msgid "Input fields background color"
844
  msgstr ""
845
 
846
+ #: contact_form.php:1128
847
  msgid "Text fields color"
848
  msgstr ""
849
 
850
+ #: contact_form.php:1130
851
  msgid "Border width in px, numbers only"
852
  msgstr ""
853
 
854
+ #: contact_form.php:1134
855
+ #: contact_form.php:1155
856
  msgid "Border color"
857
  msgstr ""
858
 
859
+ #: contact_form.php:1139
860
  #, fuzzy
861
  msgid "Submit button"
862
  msgstr "Enviar"
863
 
864
+ #: contact_form.php:1141
865
  msgid "Width in px, numbers only"
866
  msgstr ""
867
 
868
+ #: contact_form.php:1145
869
  msgid "Button color"
870
  msgstr ""
871
 
872
+ #: contact_form.php:1150
873
  msgid "Button text color"
874
  msgstr ""
875
 
876
+ #: contact_form.php:1166
877
  #, fuzzy
878
  msgid "Contact Form Pro | Preview"
879
  msgstr "Contact Form"
880
 
881
+ #: contact_form.php:1169
882
  msgid "Show with errors"
883
  msgstr ""
884
 
 
885
  #: contact_form.php:1177
886
+ #: contact_form.php:1179
887
  msgid "Please enter your full name..."
888
  msgstr ""
889
 
 
890
  #: contact_form.php:1190
891
+ #: contact_form.php:1192
892
  msgid "Please enter your address..."
893
  msgstr ""
894
 
 
895
  #: contact_form.php:1201
896
+ #: contact_form.php:1203
897
  #, fuzzy
898
  msgid "Please enter your email address..."
899
  msgstr "Use este emaill:"
900
 
 
901
  #: contact_form.php:1212
902
+ #: contact_form.php:1214
903
  msgid "Please enter your phone number..."
904
  msgstr ""
905
 
 
906
  #: contact_form.php:1223
907
+ #: contact_form.php:1225
908
  msgid "Please enter subject..."
909
  msgstr ""
910
 
 
911
  #: contact_form.php:1233
912
+ #: contact_form.php:1235
913
  msgid "Please enter your message..."
914
  msgstr ""
915
 
916
+ #: contact_form.php:1246
917
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
918
  msgstr ""
919
 
920
+ #: contact_form.php:1399
921
  msgid "You can attach the following file formats"
922
  msgstr "Puede adjuntar archivos de estos tipos"
923
 
924
+ #: contact_form.php:1683
925
  msgid "Contact from"
926
  msgstr "Contact from"
927
 
928
+ #: contact_form.php:1696
929
  msgid "Email"
930
  msgstr "E-mail"
931
 
932
+ #: contact_form.php:1710
933
  msgid "Site"
934
  msgstr "Sitio"
935
 
936
+ #: contact_form.php:1760
937
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
938
  msgstr "Si usted puede ver esta MIME es que su cliente no acepta los tipos MIME!"
939
 
940
+ #: contact_form.php:1811
941
  msgid "FAQ"
942
  msgstr "FAQ"
943
 
944
+ #: contact_form.php:1812
945
  msgid "Support"
946
  msgstr "Soporte"
947
 
948
+ #: contact_form.php:1860
949
  msgid "Are you sure that you want to delete this language data?"
950
  msgstr ""
951
 
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-07-22 16:55+0300\n"
6
- "PO-Revision-Date: 2013-07-22 16:55+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: AlirezaJamali <me@alirezaJamali.net>\n"
9
  "MIME-Version: 1.0\n"
@@ -158,7 +158,7 @@ msgid "Thank you for contacting us."
158
  msgstr "قدردان همیاری شما هستیم."
159
 
160
  #: contact_form.php:242
161
- #: contact_form.php:1313
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "امکان ارسال رایانامه برای شما وجود ندارد."
164
 
@@ -184,9 +184,9 @@ msgstr "متن کامل"
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
- #: contact_form.php:1002
188
- #: contact_form.php:1799
189
- #: contact_form.php:1808
190
  msgid "Settings"
191
  msgstr "تنظیمات"
192
 
@@ -270,64 +270,64 @@ msgid "Contact Form Pro Extra Settings"
270
  msgstr "گزینه های فرم ارتباط با مدیریت"
271
 
272
  #: contact_form.php:373
273
- #: contact_form.php:1008
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "فرم ارتباط با مدیریت"
277
 
278
  #: contact_form.php:412
279
- #: contact_form.php:897
280
- #: contact_form.php:926
281
  msgid "Name:"
282
  msgstr "نام "
283
 
284
  #: contact_form.php:413
285
- #: contact_form.php:898
286
- #: contact_form.php:927
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "رایانامه "
290
 
291
  #: contact_form.php:414
292
- #: contact_form.php:899
293
- #: contact_form.php:928
294
  msgid "Email Address:"
295
  msgstr "رایانامه "
296
 
297
  #: contact_form.php:415
298
- #: contact_form.php:900
299
- #: contact_form.php:929
300
  msgid "Phone number:"
301
  msgstr "شماره تماس "
302
 
303
  #: contact_form.php:416
304
- #: contact_form.php:901
305
- #: contact_form.php:930
306
  msgid "Subject:"
307
  msgstr "موضوع "
308
 
309
  #: contact_form.php:417
310
- #: contact_form.php:902
311
- #: contact_form.php:931
312
  msgid "Message:"
313
  msgstr "متن پیام "
314
 
315
  #: contact_form.php:418
316
- #: contact_form.php:903
317
- #: contact_form.php:932
318
  msgid "Attachment:"
319
  msgstr "پیوست "
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
- #: contact_form.php:904
324
- #: contact_form.php:933
325
  msgid "Send me a copy"
326
  msgstr "به رایانامه من ارسال شود"
327
 
328
  #: contact_form.php:420
329
- #: contact_form.php:905
330
- #: contact_form.php:934
331
  msgid "Submit"
332
  msgstr "ارسال"
333
 
@@ -408,530 +408,545 @@ msgid "Settings saved."
408
  msgstr "تغییرات ثبت شد."
409
 
410
  #: contact_form.php:755
411
- #: contact_form.php:1003
412
  #, fuzzy
413
  msgid "Extra settings"
414
  msgstr "تنظیمات"
415
 
416
  #: contact_form.php:760
417
- #: contact_form.php:1259
418
  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:"
419
  msgstr "اگر مایل به استفاده از فرم ارتباط با مدیریت می باشید، کد را در صفحه یا نوشته دلخواه قرار دهید : "
420
 
 
 
 
 
 
 
 
421
  #: contact_form.php:761
 
 
 
 
 
 
 
 
422
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
423
  msgstr "اگر اطلاعات درخواستی زیر تکمیل نشود پیام به آدرس ثبت نام ارسال خواهد شد."
424
 
425
- #: contact_form.php:765
426
  msgid "The user's email address:"
427
  msgstr "از رایانامه کاربران استفاده کن : "
428
 
429
- #: contact_form.php:769
430
  msgid "Create a username"
431
  msgstr "انتخاب شناسه کاربری"
432
 
433
- #: contact_form.php:774
434
  msgid "Enter a username of the person who should get the messages from the contact form."
435
  msgstr "نام کاربری را که پیام را دریافت می کند مشخص کنید. "
436
 
437
- #: contact_form.php:778
438
  msgid "Use this email address:"
439
  msgstr "استفاده از این رایانامه : "
440
 
441
- #: contact_form.php:781
442
  msgid "Enter the email address you want the messages forwarded to."
443
  msgstr "رایانامه ای را برای دریافت پیام مشخص کنید."
444
 
445
- #: contact_form.php:785
446
  msgid "Additional options"
447
  msgstr "گزینه های بیشتر"
448
 
449
- #: contact_form.php:788
450
  msgid "What to use?"
451
  msgstr "چه استفاده ای؟"
452
 
453
- #: contact_form.php:791
454
  msgid "Wp-mail"
455
  msgstr "افزونه ارسال رایانامه Wp-mail"
456
 
457
- #: contact_form.php:792
458
  msgid "You can use the wp_mail function for mailing"
459
  msgstr "جهت ارسال رایانامه افزونه Wp-mail نصب کنید"
460
 
461
- #: contact_form.php:798
462
  msgid "Mail"
463
  msgstr "رایانامه"
464
 
465
- #: contact_form.php:799
466
  msgid "To send mail you can use the php mail function"
467
  msgstr "برای ارسال رایانامه می توانید از امکانات PHP استفاده کنید"
468
 
469
- #: contact_form.php:803
470
  #, fuzzy
471
  msgid "Change text of the 'FROM' field"
472
  msgstr "از طریق موارد فرم ارتباط با مدیریت تغییر دهید"
473
 
474
- #: contact_form.php:809
475
  msgid "Enter the email address in the 'From' field"
476
  msgstr ""
477
 
478
- #: contact_form.php:811
479
  msgid "User email"
480
  msgstr ""
481
 
482
- #: contact_form.php:811
483
  msgid "The email address of the user who fills the form will be used in the field 'From'."
484
  msgstr ""
485
 
486
- #: contact_form.php:813
487
  msgid "This email address will be used in the 'From' field."
488
  msgstr ""
489
 
490
- #: contact_form.php:817
491
  #, fuzzy
492
  msgid "Display fields"
493
  msgstr "نمایش متن"
494
 
495
- #: contact_form.php:819
496
- #: contact_form.php:849
497
- #: contact_form.php:1039
498
- #: contact_form.php:1691
499
  #, fuzzy
500
  msgid "Address"
501
  msgstr "رایانامه "
502
 
503
- #: contact_form.php:820
504
- #: contact_form.php:851
505
- #: contact_form.php:1699
506
  msgid "Phone"
507
  msgstr "شماره تماس"
508
 
509
- #: contact_form.php:821
510
  #, fuzzy
511
  msgid "Attachment block"
512
  msgstr "نمایش گزینه پیوست"
513
 
514
- #: contact_form.php:821
515
  msgid "Users can attach the following file formats"
516
  msgstr "کاربران قادر به ارسال این نوع فایلها می باشند"
517
 
518
- #: contact_form.php:822
519
  #, fuzzy
520
  msgid "Tips below the Attachment block"
521
  msgstr "نمایش توضیحات بعد از پیوست"
522
 
523
- #: contact_form.php:823
524
  #, fuzzy
525
  msgid "Send me a copy block"
526
  msgstr "نمایش گزینه \"ارسال یک نسخه برای من\""
527
 
528
- #: contact_form.php:835
529
- #: contact_form.php:838
530
- #: contact_form.php:841
531
- #: contact_form.php:1068
532
  msgid "Captcha"
533
  msgstr ""
534
 
535
- #: contact_form.php:835
536
- #: contact_form.php:838
537
- #: contact_form.php:841
538
- #: contact_form.php:1068
539
  msgid "(powered by bestwebsoft.com)"
540
  msgstr ""
541
 
542
- #: contact_form.php:838
543
  #, fuzzy
544
  msgid "Activate captcha"
545
  msgstr "افزونه های فعال"
546
 
547
- #: contact_form.php:841
548
  #, fuzzy
549
  msgid "Download captcha"
550
  msgstr "دانلود"
551
 
552
- #: contact_form.php:846
553
  msgid "Required fields"
554
  msgstr ""
555
 
556
- #: contact_form.php:848
557
- #: contact_form.php:1034
558
- #: contact_form.php:1686
559
  msgid "Name"
560
  msgstr "نام "
561
 
562
- #: contact_form.php:850
563
  #, fuzzy
564
  msgid "Email Address"
565
  msgstr "رایانامه "
566
 
567
- #: contact_form.php:852
568
- #: contact_form.php:1054
569
- #: contact_form.php:1702
570
  msgid "Subject"
571
  msgstr "موضوع "
572
 
573
- #: contact_form.php:853
574
- #: contact_form.php:1058
575
- #: contact_form.php:1705
576
  msgid "Message"
577
  msgstr "متن پیام "
578
 
579
- #: contact_form.php:857
580
  #, fuzzy
581
  msgid "Display additional info in the email"
582
  msgstr "اطلاعات بیشتر را در رایانامه نمایش بده"
583
 
584
- #: contact_form.php:862
585
- #: contact_form.php:1658
586
  msgid "Sent from (ip address)"
587
  msgstr "ارسال از سوی (ip address)"
588
 
589
- #: contact_form.php:863
590
- #: contact_form.php:1663
591
  msgid "Date/Time"
592
  msgstr "روز / زمان"
593
 
594
- #: contact_form.php:864
595
- #: contact_form.php:1668
596
  msgid "Sent from (referer)"
597
  msgstr "دریافت از سوی (referer)"
598
 
599
- #: contact_form.php:865
600
- #: contact_form.php:1673
601
  msgid "Using (user agent)"
602
  msgstr "استفاده از (user agent)"
603
 
604
- #: contact_form.php:869
605
  msgid "Language settings for the field names in the form"
606
  msgstr ""
607
 
608
- #: contact_form.php:878
609
  msgid "Add a language"
610
  msgstr ""
611
 
612
- #: contact_form.php:882
613
  #, fuzzy
614
  msgid "Change the names of the contact form fields and error messages"
615
  msgstr "تغییر عناوین فیلدهای فرم تماس با مدیریت "
616
 
617
- #: contact_form.php:887
618
- #: contact_form.php:958
619
  msgid "English"
620
  msgstr ""
621
 
622
- #: contact_form.php:906
623
- #: contact_form.php:935
624
- msgid "Error message for the Name field"
625
- msgstr ""
626
-
627
- #: contact_form.php:907
628
- #: contact_form.php:936
629
- msgid "Error message for the Address field"
630
- msgstr ""
631
-
632
  #: contact_form.php:908
633
  #: contact_form.php:937
634
- msgid "Error message for the Email field"
635
  msgstr ""
636
 
637
  #: contact_form.php:909
638
  #: contact_form.php:938
639
- msgid "Error message for the Phone field"
640
  msgstr ""
641
 
642
  #: contact_form.php:910
643
  #: contact_form.php:939
644
- msgid "Error message for the Subject field"
645
  msgstr ""
646
 
647
  #: contact_form.php:911
648
  #: contact_form.php:940
649
- msgid "Error message for the Message field"
650
  msgstr ""
651
 
652
  #: contact_form.php:912
653
  #: contact_form.php:941
654
- msgid "Error message about the file type for the Attachment field"
655
  msgstr ""
656
 
657
  #: contact_form.php:913
658
  #: contact_form.php:942
659
- msgid "Error message while uploading a file for the Attachment field to the server"
660
  msgstr ""
661
 
662
  #: contact_form.php:914
663
  #: contact_form.php:943
664
- msgid "Error message while moving the file for the Attachment field"
665
  msgstr ""
666
 
667
  #: contact_form.php:915
668
  #: contact_form.php:944
669
- msgid "Error message when file size limit for the Attachment field is exceeded"
670
  msgstr ""
671
 
672
  #: contact_form.php:916
673
  #: contact_form.php:945
674
- msgid "Error message for the Captcha field"
675
  msgstr ""
676
 
677
  #: contact_form.php:917
678
  #: contact_form.php:946
679
- msgid "Error message for the whole form"
 
 
 
 
 
680
  msgstr ""
681
 
682
  #: contact_form.php:919
683
  #: contact_form.php:948
684
- #: contact_form.php:967
685
- #: contact_form.php:973
 
 
 
 
 
686
  msgid "Use shortcode"
687
  msgstr ""
688
 
689
- #: contact_form.php:919
690
- #: contact_form.php:948
691
- #: contact_form.php:967
692
- #: contact_form.php:973
693
  msgid "for this language"
694
  msgstr ""
695
 
696
- #: contact_form.php:955
697
  msgid "Action after email is sent"
698
  msgstr "عکس العمل پس از ارسال"
699
 
700
- #: contact_form.php:957
701
  msgid "Display text"
702
  msgstr "نمایش متن"
703
 
704
- #: contact_form.php:966
705
- #: contact_form.php:972
706
  msgid "Text"
707
  msgstr "متن"
708
 
709
- #: contact_form.php:979
710
  msgid "Redirect to the page"
711
  msgstr "انتقال به "
712
 
713
- #: contact_form.php:980
714
  msgid "Url"
715
  msgstr "تارنما"
716
 
717
- #: contact_form.php:985
718
- #: contact_form.php:1160
719
  msgid "Save Changes"
720
  msgstr "ثبت تغییرات"
721
 
722
- #: contact_form.php:1000
723
  #, fuzzy
724
  msgid "Contact Form Pro | Extra Settings"
725
  msgstr "گزینه های فرم ارتباط با مدیریت"
726
 
727
- #: contact_form.php:1007
728
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
729
  msgstr ""
730
 
731
- #: contact_form.php:1014
732
  msgid "Errors output"
733
  msgstr ""
734
 
735
- #: contact_form.php:1017
736
  msgid "Display error messages"
737
  msgstr ""
738
 
739
- #: contact_form.php:1018
740
  msgid "Color of the input field errors."
741
  msgstr ""
742
 
743
- #: contact_form.php:1019
744
  msgid "Display error messages & color of the input field errors"
745
  msgstr ""
746
 
747
- #: contact_form.php:1024
748
  msgid "Add placeholder to the input blocks"
749
  msgstr ""
750
 
751
- #: contact_form.php:1030
752
  #, fuzzy
753
  msgid "Add tooltips"
754
  msgstr "گزینه های بیشتر"
755
 
756
- #: contact_form.php:1044
757
  #, fuzzy
758
  msgid "Email address"
759
  msgstr "رایانامه "
760
 
761
- #: contact_form.php:1049
762
  #, fuzzy
763
  msgid "Phone Number"
764
  msgstr "شماره تماس "
765
 
766
- #: contact_form.php:1063
767
  #, fuzzy
768
  msgid "Attachment"
769
  msgstr "پیوست "
770
 
771
- #: contact_form.php:1073
772
  #, fuzzy
773
  msgid "Style options"
774
  msgstr "گزینه های بیشتر"
775
 
776
- #: contact_form.php:1076
777
  msgid "Text color"
778
  msgstr ""
779
 
780
- #: contact_form.php:1079
781
- #: contact_form.php:1084
782
- #: contact_form.php:1094
783
- #: contact_form.php:1099
784
- #: contact_form.php:1104
785
- #: contact_form.php:1109
786
- #: contact_form.php:1119
787
- #: contact_form.php:1124
788
- #: contact_form.php:1130
789
- #: contact_form.php:1141
790
- #: contact_form.php:1146
791
- #: contact_form.php:1151
792
  msgid "Default"
793
  msgstr ""
794
 
795
- #: contact_form.php:1081
796
  msgid "Label text color"
797
  msgstr ""
798
 
799
- #: contact_form.php:1086
800
  msgid "Placeholder color"
801
  msgstr ""
802
 
803
- #: contact_form.php:1091
804
  msgid "Errors color"
805
  msgstr ""
806
 
807
- #: contact_form.php:1096
808
  msgid "Error text color"
809
  msgstr ""
810
 
811
- #: contact_form.php:1101
812
  msgid "Background color of the input field errors"
813
  msgstr ""
814
 
815
- #: contact_form.php:1106
816
  msgid "Border color of the input field errors"
817
  msgstr ""
818
 
819
- #: contact_form.php:1111
820
  msgid "Placeholder color of the input field errors"
821
  msgstr ""
822
 
823
- #: contact_form.php:1116
824
  #, fuzzy
825
  msgid "Input fields"
826
  msgstr "نمایش متن"
827
 
828
- #: contact_form.php:1121
829
  msgid "Input fields background color"
830
  msgstr ""
831
 
832
- #: contact_form.php:1126
833
  msgid "Text fields color"
834
  msgstr ""
835
 
836
- #: contact_form.php:1128
837
  msgid "Border width in px, numbers only"
838
  msgstr ""
839
 
840
- #: contact_form.php:1132
841
- #: contact_form.php:1153
842
  msgid "Border color"
843
  msgstr ""
844
 
845
- #: contact_form.php:1137
846
  #, fuzzy
847
  msgid "Submit button"
848
  msgstr "ارسال"
849
 
850
- #: contact_form.php:1139
851
  msgid "Width in px, numbers only"
852
  msgstr ""
853
 
854
- #: contact_form.php:1143
855
  msgid "Button color"
856
  msgstr ""
857
 
858
- #: contact_form.php:1148
859
  msgid "Button text color"
860
  msgstr ""
861
 
862
- #: contact_form.php:1164
863
  #, fuzzy
864
  msgid "Contact Form Pro | Preview"
865
  msgstr "فرم ارتباط با مدیریت"
866
 
867
- #: contact_form.php:1167
868
  msgid "Show with errors"
869
  msgstr ""
870
 
871
- #: contact_form.php:1175
872
  #: contact_form.php:1177
 
873
  msgid "Please enter your full name..."
874
  msgstr ""
875
 
876
- #: contact_form.php:1188
877
  #: contact_form.php:1190
 
878
  msgid "Please enter your address..."
879
  msgstr ""
880
 
881
- #: contact_form.php:1199
882
  #: contact_form.php:1201
 
883
  #, fuzzy
884
  msgid "Please enter your email address..."
885
  msgstr "استفاده از این رایانامه : "
886
 
887
- #: contact_form.php:1210
888
  #: contact_form.php:1212
 
889
  msgid "Please enter your phone number..."
890
  msgstr ""
891
 
892
- #: contact_form.php:1221
893
  #: contact_form.php:1223
 
894
  msgid "Please enter subject..."
895
  msgstr ""
896
 
897
- #: contact_form.php:1231
898
  #: contact_form.php:1233
 
899
  msgid "Please enter your message..."
900
  msgstr ""
901
 
902
- #: contact_form.php:1244
903
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
904
  msgstr ""
905
 
906
- #: contact_form.php:1397
907
  msgid "You can attach the following file formats"
908
  msgstr "می توانید فایل با این فرمت ارسال فرمایید "
909
 
910
- #: contact_form.php:1681
911
  msgid "Contact from"
912
  msgstr "فرم ارتباط با مدیریت"
913
 
914
- #: contact_form.php:1694
915
  msgid "Email"
916
  msgstr "رایانامه "
917
 
918
- #: contact_form.php:1708
919
  msgid "Site"
920
  msgstr "سایت"
921
 
922
- #: contact_form.php:1758
923
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
924
  msgstr "اگر می توانید این MIME کاربران را ببینید، نوع آن قابل پذیرش نیست!"
925
 
926
- #: contact_form.php:1809
927
  msgid "FAQ"
928
  msgstr "سئوالات مطرح"
929
 
930
- #: contact_form.php:1810
931
  msgid "Support"
932
  msgstr "پشتیبانی"
933
 
934
- #: contact_form.php:1858
935
  msgid "Are you sure that you want to delete this language data?"
936
  msgstr ""
937
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-07-29 17:32+0300\n"
6
+ "PO-Revision-Date: 2013-07-29 17:32+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: AlirezaJamali <me@alirezaJamali.net>\n"
9
  "MIME-Version: 1.0\n"
158
  msgstr "قدردان همیاری شما هستیم."
159
 
160
  #: contact_form.php:242
161
+ #: contact_form.php:1315
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "امکان ارسال رایانامه برای شما وجود ندارد."
164
 
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
+ #: contact_form.php:1004
188
+ #: contact_form.php:1801
189
+ #: contact_form.php:1810
190
  msgid "Settings"
191
  msgstr "تنظیمات"
192
 
270
  msgstr "گزینه های فرم ارتباط با مدیریت"
271
 
272
  #: contact_form.php:373
273
+ #: contact_form.php:1010
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "فرم ارتباط با مدیریت"
277
 
278
  #: contact_form.php:412
279
+ #: contact_form.php:899
280
+ #: contact_form.php:928
281
  msgid "Name:"
282
  msgstr "نام "
283
 
284
  #: contact_form.php:413
285
+ #: contact_form.php:900
286
+ #: contact_form.php:929
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "رایانامه "
290
 
291
  #: contact_form.php:414
292
+ #: contact_form.php:901
293
+ #: contact_form.php:930
294
  msgid "Email Address:"
295
  msgstr "رایانامه "
296
 
297
  #: contact_form.php:415
298
+ #: contact_form.php:902
299
+ #: contact_form.php:931
300
  msgid "Phone number:"
301
  msgstr "شماره تماس "
302
 
303
  #: contact_form.php:416
304
+ #: contact_form.php:903
305
+ #: contact_form.php:932
306
  msgid "Subject:"
307
  msgstr "موضوع "
308
 
309
  #: contact_form.php:417
310
+ #: contact_form.php:904
311
+ #: contact_form.php:933
312
  msgid "Message:"
313
  msgstr "متن پیام "
314
 
315
  #: contact_form.php:418
316
+ #: contact_form.php:905
317
+ #: contact_form.php:934
318
  msgid "Attachment:"
319
  msgstr "پیوست "
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
+ #: contact_form.php:906
324
+ #: contact_form.php:935
325
  msgid "Send me a copy"
326
  msgstr "به رایانامه من ارسال شود"
327
 
328
  #: contact_form.php:420
329
+ #: contact_form.php:907
330
+ #: contact_form.php:936
331
  msgid "Submit"
332
  msgstr "ارسال"
333
 
408
  msgstr "تغییرات ثبت شد."
409
 
410
  #: contact_form.php:755
411
+ #: contact_form.php:1005
412
  #, fuzzy
413
  msgid "Extra settings"
414
  msgstr "تنظیمات"
415
 
416
  #: contact_form.php:760
417
+ #: contact_form.php:1261
418
  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:"
419
  msgstr "اگر مایل به استفاده از فرم ارتباط با مدیریت می باشید، کد را در صفحه یا نوشته دلخواه قرار دهید : "
420
 
421
+ #: contact_form.php:760
422
+ #: contact_form.php:761
423
+ #: contact_form.php:921
424
+ #: contact_form.php:969
425
+ msgid "or"
426
+ msgstr ""
427
+
428
  #: contact_form.php:761
429
+ msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
430
+ msgstr ""
431
+
432
+ #: contact_form.php:762
433
+ msgid "They work the same way."
434
+ msgstr ""
435
+
436
+ #: contact_form.php:763
437
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
438
  msgstr "اگر اطلاعات درخواستی زیر تکمیل نشود پیام به آدرس ثبت نام ارسال خواهد شد."
439
 
440
+ #: contact_form.php:767
441
  msgid "The user's email address:"
442
  msgstr "از رایانامه کاربران استفاده کن : "
443
 
444
+ #: contact_form.php:771
445
  msgid "Create a username"
446
  msgstr "انتخاب شناسه کاربری"
447
 
448
+ #: contact_form.php:776
449
  msgid "Enter a username of the person who should get the messages from the contact form."
450
  msgstr "نام کاربری را که پیام را دریافت می کند مشخص کنید. "
451
 
452
+ #: contact_form.php:780
453
  msgid "Use this email address:"
454
  msgstr "استفاده از این رایانامه : "
455
 
456
+ #: contact_form.php:783
457
  msgid "Enter the email address you want the messages forwarded to."
458
  msgstr "رایانامه ای را برای دریافت پیام مشخص کنید."
459
 
460
+ #: contact_form.php:787
461
  msgid "Additional options"
462
  msgstr "گزینه های بیشتر"
463
 
464
+ #: contact_form.php:790
465
  msgid "What to use?"
466
  msgstr "چه استفاده ای؟"
467
 
468
+ #: contact_form.php:793
469
  msgid "Wp-mail"
470
  msgstr "افزونه ارسال رایانامه Wp-mail"
471
 
472
+ #: contact_form.php:794
473
  msgid "You can use the wp_mail function for mailing"
474
  msgstr "جهت ارسال رایانامه افزونه Wp-mail نصب کنید"
475
 
476
+ #: contact_form.php:800
477
  msgid "Mail"
478
  msgstr "رایانامه"
479
 
480
+ #: contact_form.php:801
481
  msgid "To send mail you can use the php mail function"
482
  msgstr "برای ارسال رایانامه می توانید از امکانات PHP استفاده کنید"
483
 
484
+ #: contact_form.php:805
485
  #, fuzzy
486
  msgid "Change text of the 'FROM' field"
487
  msgstr "از طریق موارد فرم ارتباط با مدیریت تغییر دهید"
488
 
489
+ #: contact_form.php:811
490
  msgid "Enter the email address in the 'From' field"
491
  msgstr ""
492
 
493
+ #: contact_form.php:813
494
  msgid "User email"
495
  msgstr ""
496
 
497
+ #: contact_form.php:813
498
  msgid "The email address of the user who fills the form will be used in the field 'From'."
499
  msgstr ""
500
 
501
+ #: contact_form.php:815
502
  msgid "This email address will be used in the 'From' field."
503
  msgstr ""
504
 
505
+ #: contact_form.php:819
506
  #, fuzzy
507
  msgid "Display fields"
508
  msgstr "نمایش متن"
509
 
510
+ #: contact_form.php:821
511
+ #: contact_form.php:851
512
+ #: contact_form.php:1041
513
+ #: contact_form.php:1693
514
  #, fuzzy
515
  msgid "Address"
516
  msgstr "رایانامه "
517
 
518
+ #: contact_form.php:822
519
+ #: contact_form.php:853
520
+ #: contact_form.php:1701
521
  msgid "Phone"
522
  msgstr "شماره تماس"
523
 
524
+ #: contact_form.php:823
525
  #, fuzzy
526
  msgid "Attachment block"
527
  msgstr "نمایش گزینه پیوست"
528
 
529
+ #: contact_form.php:823
530
  msgid "Users can attach the following file formats"
531
  msgstr "کاربران قادر به ارسال این نوع فایلها می باشند"
532
 
533
+ #: contact_form.php:824
534
  #, fuzzy
535
  msgid "Tips below the Attachment block"
536
  msgstr "نمایش توضیحات بعد از پیوست"
537
 
538
+ #: contact_form.php:825
539
  #, fuzzy
540
  msgid "Send me a copy block"
541
  msgstr "نمایش گزینه \"ارسال یک نسخه برای من\""
542
 
543
+ #: contact_form.php:837
544
+ #: contact_form.php:840
545
+ #: contact_form.php:843
546
+ #: contact_form.php:1070
547
  msgid "Captcha"
548
  msgstr ""
549
 
550
+ #: contact_form.php:837
551
+ #: contact_form.php:840
552
+ #: contact_form.php:843
553
+ #: contact_form.php:1070
554
  msgid "(powered by bestwebsoft.com)"
555
  msgstr ""
556
 
557
+ #: contact_form.php:840
558
  #, fuzzy
559
  msgid "Activate captcha"
560
  msgstr "افزونه های فعال"
561
 
562
+ #: contact_form.php:843
563
  #, fuzzy
564
  msgid "Download captcha"
565
  msgstr "دانلود"
566
 
567
+ #: contact_form.php:848
568
  msgid "Required fields"
569
  msgstr ""
570
 
571
+ #: contact_form.php:850
572
+ #: contact_form.php:1036
573
+ #: contact_form.php:1688
574
  msgid "Name"
575
  msgstr "نام "
576
 
577
+ #: contact_form.php:852
578
  #, fuzzy
579
  msgid "Email Address"
580
  msgstr "رایانامه "
581
 
582
+ #: contact_form.php:854
583
+ #: contact_form.php:1056
584
+ #: contact_form.php:1704
585
  msgid "Subject"
586
  msgstr "موضوع "
587
 
588
+ #: contact_form.php:855
589
+ #: contact_form.php:1060
590
+ #: contact_form.php:1707
591
  msgid "Message"
592
  msgstr "متن پیام "
593
 
594
+ #: contact_form.php:859
595
  #, fuzzy
596
  msgid "Display additional info in the email"
597
  msgstr "اطلاعات بیشتر را در رایانامه نمایش بده"
598
 
599
+ #: contact_form.php:864
600
+ #: contact_form.php:1660
601
  msgid "Sent from (ip address)"
602
  msgstr "ارسال از سوی (ip address)"
603
 
604
+ #: contact_form.php:865
605
+ #: contact_form.php:1665
606
  msgid "Date/Time"
607
  msgstr "روز / زمان"
608
 
609
+ #: contact_form.php:866
610
+ #: contact_form.php:1670
611
  msgid "Sent from (referer)"
612
  msgstr "دریافت از سوی (referer)"
613
 
614
+ #: contact_form.php:867
615
+ #: contact_form.php:1675
616
  msgid "Using (user agent)"
617
  msgstr "استفاده از (user agent)"
618
 
619
+ #: contact_form.php:871
620
  msgid "Language settings for the field names in the form"
621
  msgstr ""
622
 
623
+ #: contact_form.php:880
624
  msgid "Add a language"
625
  msgstr ""
626
 
627
+ #: contact_form.php:884
628
  #, fuzzy
629
  msgid "Change the names of the contact form fields and error messages"
630
  msgstr "تغییر عناوین فیلدهای فرم تماس با مدیریت "
631
 
632
+ #: contact_form.php:889
633
+ #: contact_form.php:960
634
  msgid "English"
635
  msgstr ""
636
 
 
 
 
 
 
 
 
 
 
 
637
  #: contact_form.php:908
638
  #: contact_form.php:937
639
+ msgid "Error message for the Name field"
640
  msgstr ""
641
 
642
  #: contact_form.php:909
643
  #: contact_form.php:938
644
+ msgid "Error message for the Address field"
645
  msgstr ""
646
 
647
  #: contact_form.php:910
648
  #: contact_form.php:939
649
+ msgid "Error message for the Email field"
650
  msgstr ""
651
 
652
  #: contact_form.php:911
653
  #: contact_form.php:940
654
+ msgid "Error message for the Phone field"
655
  msgstr ""
656
 
657
  #: contact_form.php:912
658
  #: contact_form.php:941
659
+ msgid "Error message for the Subject field"
660
  msgstr ""
661
 
662
  #: contact_form.php:913
663
  #: contact_form.php:942
664
+ msgid "Error message for the Message field"
665
  msgstr ""
666
 
667
  #: contact_form.php:914
668
  #: contact_form.php:943
669
+ msgid "Error message about the file type for the Attachment field"
670
  msgstr ""
671
 
672
  #: contact_form.php:915
673
  #: contact_form.php:944
674
+ msgid "Error message while uploading a file for the Attachment field to the server"
675
  msgstr ""
676
 
677
  #: contact_form.php:916
678
  #: contact_form.php:945
679
+ msgid "Error message while moving the file for the Attachment field"
680
  msgstr ""
681
 
682
  #: contact_form.php:917
683
  #: contact_form.php:946
684
+ msgid "Error message when file size limit for the Attachment field is exceeded"
685
+ msgstr ""
686
+
687
+ #: contact_form.php:918
688
+ #: contact_form.php:947
689
+ msgid "Error message for the Captcha field"
690
  msgstr ""
691
 
692
  #: contact_form.php:919
693
  #: contact_form.php:948
694
+ msgid "Error message for the whole form"
695
+ msgstr ""
696
+
697
+ #: contact_form.php:921
698
+ #: contact_form.php:950
699
+ #: contact_form.php:969
700
+ #: contact_form.php:975
701
  msgid "Use shortcode"
702
  msgstr ""
703
 
704
+ #: contact_form.php:921
705
+ #: contact_form.php:950
706
+ #: contact_form.php:969
707
+ #: contact_form.php:975
708
  msgid "for this language"
709
  msgstr ""
710
 
711
+ #: contact_form.php:957
712
  msgid "Action after email is sent"
713
  msgstr "عکس العمل پس از ارسال"
714
 
715
+ #: contact_form.php:959
716
  msgid "Display text"
717
  msgstr "نمایش متن"
718
 
719
+ #: contact_form.php:968
720
+ #: contact_form.php:974
721
  msgid "Text"
722
  msgstr "متن"
723
 
724
+ #: contact_form.php:981
725
  msgid "Redirect to the page"
726
  msgstr "انتقال به "
727
 
728
+ #: contact_form.php:982
729
  msgid "Url"
730
  msgstr "تارنما"
731
 
732
+ #: contact_form.php:987
733
+ #: contact_form.php:1162
734
  msgid "Save Changes"
735
  msgstr "ثبت تغییرات"
736
 
737
+ #: contact_form.php:1002
738
  #, fuzzy
739
  msgid "Contact Form Pro | Extra Settings"
740
  msgstr "گزینه های فرم ارتباط با مدیریت"
741
 
742
+ #: contact_form.php:1009
743
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
744
  msgstr ""
745
 
746
+ #: contact_form.php:1016
747
  msgid "Errors output"
748
  msgstr ""
749
 
750
+ #: contact_form.php:1019
751
  msgid "Display error messages"
752
  msgstr ""
753
 
754
+ #: contact_form.php:1020
755
  msgid "Color of the input field errors."
756
  msgstr ""
757
 
758
+ #: contact_form.php:1021
759
  msgid "Display error messages & color of the input field errors"
760
  msgstr ""
761
 
762
+ #: contact_form.php:1026
763
  msgid "Add placeholder to the input blocks"
764
  msgstr ""
765
 
766
+ #: contact_form.php:1032
767
  #, fuzzy
768
  msgid "Add tooltips"
769
  msgstr "گزینه های بیشتر"
770
 
771
+ #: contact_form.php:1046
772
  #, fuzzy
773
  msgid "Email address"
774
  msgstr "رایانامه "
775
 
776
+ #: contact_form.php:1051
777
  #, fuzzy
778
  msgid "Phone Number"
779
  msgstr "شماره تماس "
780
 
781
+ #: contact_form.php:1065
782
  #, fuzzy
783
  msgid "Attachment"
784
  msgstr "پیوست "
785
 
786
+ #: contact_form.php:1075
787
  #, fuzzy
788
  msgid "Style options"
789
  msgstr "گزینه های بیشتر"
790
 
791
+ #: contact_form.php:1078
792
  msgid "Text color"
793
  msgstr ""
794
 
795
+ #: contact_form.php:1081
796
+ #: contact_form.php:1086
797
+ #: contact_form.php:1096
798
+ #: contact_form.php:1101
799
+ #: contact_form.php:1106
800
+ #: contact_form.php:1111
801
+ #: contact_form.php:1121
802
+ #: contact_form.php:1126
803
+ #: contact_form.php:1132
804
+ #: contact_form.php:1143
805
+ #: contact_form.php:1148
806
+ #: contact_form.php:1153
807
  msgid "Default"
808
  msgstr ""
809
 
810
+ #: contact_form.php:1083
811
  msgid "Label text color"
812
  msgstr ""
813
 
814
+ #: contact_form.php:1088
815
  msgid "Placeholder color"
816
  msgstr ""
817
 
818
+ #: contact_form.php:1093
819
  msgid "Errors color"
820
  msgstr ""
821
 
822
+ #: contact_form.php:1098
823
  msgid "Error text color"
824
  msgstr ""
825
 
826
+ #: contact_form.php:1103
827
  msgid "Background color of the input field errors"
828
  msgstr ""
829
 
830
+ #: contact_form.php:1108
831
  msgid "Border color of the input field errors"
832
  msgstr ""
833
 
834
+ #: contact_form.php:1113
835
  msgid "Placeholder color of the input field errors"
836
  msgstr ""
837
 
838
+ #: contact_form.php:1118
839
  #, fuzzy
840
  msgid "Input fields"
841
  msgstr "نمایش متن"
842
 
843
+ #: contact_form.php:1123
844
  msgid "Input fields background color"
845
  msgstr ""
846
 
847
+ #: contact_form.php:1128
848
  msgid "Text fields color"
849
  msgstr ""
850
 
851
+ #: contact_form.php:1130
852
  msgid "Border width in px, numbers only"
853
  msgstr ""
854
 
855
+ #: contact_form.php:1134
856
+ #: contact_form.php:1155
857
  msgid "Border color"
858
  msgstr ""
859
 
860
+ #: contact_form.php:1139
861
  #, fuzzy
862
  msgid "Submit button"
863
  msgstr "ارسال"
864
 
865
+ #: contact_form.php:1141
866
  msgid "Width in px, numbers only"
867
  msgstr ""
868
 
869
+ #: contact_form.php:1145
870
  msgid "Button color"
871
  msgstr ""
872
 
873
+ #: contact_form.php:1150
874
  msgid "Button text color"
875
  msgstr ""
876
 
877
+ #: contact_form.php:1166
878
  #, fuzzy
879
  msgid "Contact Form Pro | Preview"
880
  msgstr "فرم ارتباط با مدیریت"
881
 
882
+ #: contact_form.php:1169
883
  msgid "Show with errors"
884
  msgstr ""
885
 
 
886
  #: contact_form.php:1177
887
+ #: contact_form.php:1179
888
  msgid "Please enter your full name..."
889
  msgstr ""
890
 
 
891
  #: contact_form.php:1190
892
+ #: contact_form.php:1192
893
  msgid "Please enter your address..."
894
  msgstr ""
895
 
 
896
  #: contact_form.php:1201
897
+ #: contact_form.php:1203
898
  #, fuzzy
899
  msgid "Please enter your email address..."
900
  msgstr "استفاده از این رایانامه : "
901
 
 
902
  #: contact_form.php:1212
903
+ #: contact_form.php:1214
904
  msgid "Please enter your phone number..."
905
  msgstr ""
906
 
 
907
  #: contact_form.php:1223
908
+ #: contact_form.php:1225
909
  msgid "Please enter subject..."
910
  msgstr ""
911
 
 
912
  #: contact_form.php:1233
913
+ #: contact_form.php:1235
914
  msgid "Please enter your message..."
915
  msgstr ""
916
 
917
+ #: contact_form.php:1246
918
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
919
  msgstr ""
920
 
921
+ #: contact_form.php:1399
922
  msgid "You can attach the following file formats"
923
  msgstr "می توانید فایل با این فرمت ارسال فرمایید "
924
 
925
+ #: contact_form.php:1683
926
  msgid "Contact from"
927
  msgstr "فرم ارتباط با مدیریت"
928
 
929
+ #: contact_form.php:1696
930
  msgid "Email"
931
  msgstr "رایانامه "
932
 
933
+ #: contact_form.php:1710
934
  msgid "Site"
935
  msgstr "سایت"
936
 
937
+ #: contact_form.php:1760
938
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
939
  msgstr "اگر می توانید این MIME کاربران را ببینید، نوع آن قابل پذیرش نیست!"
940
 
941
+ #: contact_form.php:1811
942
  msgid "FAQ"
943
  msgstr "سئوالات مطرح"
944
 
945
+ #: contact_form.php:1812
946
  msgid "Support"
947
  msgstr "پشتیبانی"
948
 
949
+ #: contact_form.php:1860
950
  msgid "Are you sure that you want to delete this language data?"
951
  msgstr ""
952
 
languages/contact_form-fi.mo CHANGED
Binary file
languages/contact_form-fi.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-07-22 16:55+0300\n"
6
- "PO-Revision-Date: 2013-07-22 16:55+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Martin Tonek, Joakim Lindskog, Maarten van den Driest <joakim@limewoodmedia.com, maarten@vandendriest.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -158,7 +158,7 @@ msgid "Thank you for contacting us."
158
  msgstr "Kiitos yhteydenotostanne."
159
 
160
  #: contact_form.php:242
161
- #: contact_form.php:1313
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Anteeksi, sähköpostiviestiä ei voitu lähettää."
164
 
@@ -184,9 +184,9 @@ msgstr "Lue lisää"
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
- #: contact_form.php:1002
188
- #: contact_form.php:1799
189
- #: contact_form.php:1808
190
  msgid "Settings"
191
  msgstr "Asetukset"
192
 
@@ -270,64 +270,64 @@ msgid "Contact Form Pro Extra Settings"
270
  msgstr "Yhteydenottolomakeasetukset"
271
 
272
  #: contact_form.php:373
273
- #: contact_form.php:1008
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "Yhteydenottolomake"
277
 
278
  #: contact_form.php:412
279
- #: contact_form.php:897
280
- #: contact_form.php:926
281
  msgid "Name:"
282
  msgstr "Nimi:"
283
 
284
  #: contact_form.php:413
285
- #: contact_form.php:898
286
- #: contact_form.php:927
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "Sähköposti:"
290
 
291
  #: contact_form.php:414
292
- #: contact_form.php:899
293
- #: contact_form.php:928
294
  msgid "Email Address:"
295
  msgstr "Sähköposti:"
296
 
297
  #: contact_form.php:415
298
- #: contact_form.php:900
299
- #: contact_form.php:929
300
  msgid "Phone number:"
301
  msgstr "Puhelinnumero:"
302
 
303
  #: contact_form.php:416
304
- #: contact_form.php:901
305
- #: contact_form.php:930
306
  msgid "Subject:"
307
  msgstr "Aihe:"
308
 
309
  #: contact_form.php:417
310
- #: contact_form.php:902
311
- #: contact_form.php:931
312
  msgid "Message:"
313
  msgstr "Viesti:"
314
 
315
  #: contact_form.php:418
316
- #: contact_form.php:903
317
- #: contact_form.php:932
318
  msgid "Attachment:"
319
  msgstr "Liite:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
- #: contact_form.php:904
324
- #: contact_form.php:933
325
  msgid "Send me a copy"
326
  msgstr "Lähetä minulle kopio"
327
 
328
  #: contact_form.php:420
329
- #: contact_form.php:905
330
- #: contact_form.php:934
331
  msgid "Submit"
332
  msgstr "Lähetä"
333
 
@@ -405,531 +405,546 @@ msgid "Settings saved."
405
  msgstr "Asetukset tallennettu."
406
 
407
  #: contact_form.php:755
408
- #: contact_form.php:1003
409
  #, fuzzy
410
  msgid "Extra settings"
411
  msgstr "Asetukset"
412
 
413
  #: contact_form.php:760
414
- #: contact_form.php:1259
415
  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:"
416
  msgstr "Jos haluat lisätä yhteydenottolomakkeen sivullesi, kopioi ja liitä tämä shortcode artikkeliin, sivulle tai vimpaimeen."
417
 
 
 
 
 
 
 
 
418
  #: contact_form.php:761
 
 
 
 
 
 
 
 
419
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
420
  msgstr "Jos jätät kentät tyhjäksi, viestit lähetetään rekisteröinnin yhteydessä määriteltyyn sähköpostiin."
421
 
422
- #: contact_form.php:765
423
  msgid "The user's email address:"
424
  msgstr "Käyttäjän sähköpostiosoite:"
425
 
426
- #: contact_form.php:769
427
  msgid "Create a username"
428
  msgstr "Luo käyttäjänimi."
429
 
430
- #: contact_form.php:774
431
  msgid "Enter a username of the person who should get the messages from the contact form."
432
  msgstr "Syötä käyttäjänimi, jolle viestit lähetetään lomakkeesta."
433
 
434
- #: contact_form.php:778
435
  msgid "Use this email address:"
436
  msgstr "Käytä tätä sähköpostiosoitetta:"
437
 
438
- #: contact_form.php:781
439
  msgid "Enter the email address you want the messages forwarded to."
440
  msgstr "Sähköpostiosoite, johon viestit ohjataan."
441
 
442
- #: contact_form.php:785
443
  msgid "Additional options"
444
  msgstr "Lisäasetukset"
445
 
446
- #: contact_form.php:788
447
  msgid "What to use?"
448
  msgstr "Mitä käyttää?"
449
 
450
- #: contact_form.php:791
451
  msgid "Wp-mail"
452
  msgstr "Wp-sähköposti"
453
 
454
- #: contact_form.php:792
455
  msgid "You can use the wp_mail function for mailing"
456
  msgstr "Voit käyttää wp_mail funktiota sähköpostin lähettämiseen"
457
 
458
- #: contact_form.php:798
459
  msgid "Mail"
460
  msgstr "Sähköposti"
461
 
462
- #: contact_form.php:799
463
  msgid "To send mail you can use the php mail function"
464
  msgstr "Voit käyttää php sähköpostifunktiota lähettääksesi sähköpostia"
465
 
466
- #: contact_form.php:803
467
  msgid "Change text of the 'FROM' field"
468
  msgstr "Vaihda teksti 'Lähettäjä'- kentästä"
469
 
470
- #: contact_form.php:809
471
  msgid "Enter the email address in the 'From' field"
472
  msgstr "Syötä sähköpostiosoite 'Lähettäjä'- kenttään"
473
 
474
- #: contact_form.php:811
475
  msgid "User email"
476
  msgstr ""
477
 
478
- #: contact_form.php:811
479
  msgid "The email address of the user who fills the form will be used in the field 'From'."
480
  msgstr "Lomakkeen täyttäjän sähköpostiosoitetta käytetään 'Lähettäjä'- kentässä."
481
 
482
- #: contact_form.php:813
483
  msgid "This email address will be used in the 'From' field."
484
  msgstr "Tätä sähöpostiosoitetta käytetään 'Lähettäjä'- kentässä."
485
 
486
- #: contact_form.php:817
487
  #, fuzzy
488
  msgid "Display fields"
489
  msgstr "Näytä teksti"
490
 
491
- #: contact_form.php:819
492
- #: contact_form.php:849
493
- #: contact_form.php:1039
494
- #: contact_form.php:1691
495
  #, fuzzy
496
  msgid "Address"
497
  msgstr "Sähköposti"
498
 
499
- #: contact_form.php:820
500
- #: contact_form.php:851
501
- #: contact_form.php:1699
502
  msgid "Phone"
503
  msgstr "Puhelinnumero"
504
 
505
- #: contact_form.php:821
506
  #, fuzzy
507
  msgid "Attachment block"
508
  msgstr "Näytä liitelaatikko."
509
 
510
- #: contact_form.php:821
511
  msgid "Users can attach the following file formats"
512
  msgstr "Käyttäjä voi lisätä seuraavia tiedostotyyppejä"
513
 
514
- #: contact_form.php:822
515
  #, fuzzy
516
  msgid "Tips below the Attachment block"
517
  msgstr "Näytä liitelaatikon allaolevat vinkit."
518
 
519
- #: contact_form.php:823
520
  #, fuzzy
521
  msgid "Send me a copy block"
522
  msgstr "Näytä Lähetä minulle kopio- laatikko"
523
 
524
- #: contact_form.php:835
525
- #: contact_form.php:838
526
- #: contact_form.php:841
527
- #: contact_form.php:1068
528
  msgid "Captcha"
529
  msgstr ""
530
 
531
- #: contact_form.php:835
532
- #: contact_form.php:838
533
- #: contact_form.php:841
534
- #: contact_form.php:1068
535
  msgid "(powered by bestwebsoft.com)"
536
  msgstr ""
537
 
538
- #: contact_form.php:838
539
  #, fuzzy
540
  msgid "Activate captcha"
541
  msgstr "Aktivoidut lisäosat"
542
 
543
- #: contact_form.php:841
544
  #, fuzzy
545
  msgid "Download captcha"
546
  msgstr "Lataa"
547
 
548
- #: contact_form.php:846
549
  msgid "Required fields"
550
  msgstr "Vaaditut kentät"
551
 
552
- #: contact_form.php:848
553
- #: contact_form.php:1034
554
- #: contact_form.php:1686
555
  msgid "Name"
556
  msgstr "Nimi"
557
 
558
- #: contact_form.php:850
559
  msgid "Email Address"
560
  msgstr "Sähköposti"
561
 
562
- #: contact_form.php:852
563
- #: contact_form.php:1054
564
- #: contact_form.php:1702
565
  msgid "Subject"
566
  msgstr "Aihe"
567
 
568
- #: contact_form.php:853
569
- #: contact_form.php:1058
570
- #: contact_form.php:1705
571
  msgid "Message"
572
  msgstr "Viesti"
573
 
574
- #: contact_form.php:857
575
  msgid "Display additional info in the email"
576
  msgstr "Näytä lisätietoa sähköpostissa"
577
 
578
- #: contact_form.php:862
579
- #: contact_form.php:1658
580
  msgid "Sent from (ip address)"
581
  msgstr "Lähetetty osoitteesta (ip-osoite)"
582
 
583
- #: contact_form.php:863
584
- #: contact_form.php:1663
585
  msgid "Date/Time"
586
  msgstr "Päivä/Aika"
587
 
588
- #: contact_form.php:864
589
- #: contact_form.php:1668
590
  msgid "Sent from (referer)"
591
  msgstr "Lähetetty (referer)"
592
 
593
- #: contact_form.php:865
594
- #: contact_form.php:1673
595
  msgid "Using (user agent)"
596
  msgstr "Käytetään (user agent)"
597
 
598
- #: contact_form.php:869
599
  msgid "Language settings for the field names in the form"
600
  msgstr "Kieliasetukset kenttien nimille lomakkeessa"
601
 
602
- #: contact_form.php:878
603
  msgid "Add a language"
604
  msgstr "Lisää kieli"
605
 
606
- #: contact_form.php:882
607
  msgid "Change the names of the contact form fields and error messages"
608
  msgstr ""
609
 
610
- #: contact_form.php:887
611
- #: contact_form.php:958
612
  msgid "English"
613
  msgstr "Englanti"
614
 
615
- #: contact_form.php:906
616
- #: contact_form.php:935
617
  msgid "Error message for the Name field"
618
  msgstr "Virheilmoitus nimikentälle"
619
 
620
- #: contact_form.php:907
621
- #: contact_form.php:936
622
  #, fuzzy
623
  msgid "Error message for the Address field"
624
  msgstr "Virheilmoitus viestikentälle"
625
 
626
- #: contact_form.php:908
627
- #: contact_form.php:937
628
  msgid "Error message for the Email field"
629
  msgstr "Virheilmoitus sähköpostikentälle"
630
 
631
- #: contact_form.php:909
632
- #: contact_form.php:938
633
  msgid "Error message for the Phone field"
634
  msgstr "Virheilmoitus puhelinnumerokentälle"
635
 
636
- #: contact_form.php:910
637
- #: contact_form.php:939
638
  msgid "Error message for the Subject field"
639
  msgstr "Virheilmoitus aihekentälle"
640
 
641
- #: contact_form.php:911
642
- #: contact_form.php:940
643
  msgid "Error message for the Message field"
644
  msgstr "Virheilmoitus viestikentälle"
645
 
646
- #: contact_form.php:912
647
- #: contact_form.php:941
648
  #, fuzzy
649
  msgid "Error message about the file type for the Attachment field"
650
  msgstr "Virheilmoitus liitekentälle"
651
 
652
- #: contact_form.php:913
653
- #: contact_form.php:942
654
  #, fuzzy
655
  msgid "Error message while uploading a file for the Attachment field to the server"
656
  msgstr "Virheilmoitus liitekentälle"
657
 
658
- #: contact_form.php:914
659
- #: contact_form.php:943
660
  #, fuzzy
661
  msgid "Error message while moving the file for the Attachment field"
662
  msgstr "Virheilmoitus liitekentälle"
663
 
664
- #: contact_form.php:915
665
- #: contact_form.php:944
666
  #, fuzzy
667
  msgid "Error message when file size limit for the Attachment field is exceeded"
668
  msgstr "Virheilmoitus liitekentälle"
669
 
670
- #: contact_form.php:916
671
- #: contact_form.php:945
672
  msgid "Error message for the Captcha field"
673
  msgstr "Virheilmoitus CAPTCHA:lle"
674
 
675
- #: contact_form.php:917
676
- #: contact_form.php:946
677
  msgid "Error message for the whole form"
678
  msgstr "Virheilmoitus koko lomakkeelle"
679
 
680
- #: contact_form.php:919
681
- #: contact_form.php:948
682
- #: contact_form.php:967
683
- #: contact_form.php:973
684
  msgid "Use shortcode"
685
  msgstr "Käytä shortcodea"
686
 
687
- #: contact_form.php:919
688
- #: contact_form.php:948
689
- #: contact_form.php:967
690
- #: contact_form.php:973
691
  msgid "for this language"
692
  msgstr "tälle kielelle"
693
 
694
- #: contact_form.php:955
695
  msgid "Action after email is sent"
696
  msgstr "Toiminta sähköpostin lähetyksen jälkeen"
697
 
698
- #: contact_form.php:957
699
  msgid "Display text"
700
  msgstr "Näytä teksti"
701
 
702
- #: contact_form.php:966
703
- #: contact_form.php:972
704
  msgid "Text"
705
  msgstr "Teksti"
706
 
707
- #: contact_form.php:979
708
  msgid "Redirect to the page"
709
  msgstr "Ohjaa sivulle"
710
 
711
- #: contact_form.php:980
712
  msgid "Url"
713
  msgstr "Url"
714
 
715
- #: contact_form.php:985
716
- #: contact_form.php:1160
717
  msgid "Save Changes"
718
  msgstr "Tallenna muutokset"
719
 
720
- #: contact_form.php:1000
721
  #, fuzzy
722
  msgid "Contact Form Pro | Extra Settings"
723
  msgstr "Yhteydenottolomakeasetukset"
724
 
725
- #: contact_form.php:1007
726
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
727
  msgstr ""
728
 
729
- #: contact_form.php:1014
730
  msgid "Errors output"
731
  msgstr ""
732
 
733
- #: contact_form.php:1017
734
  msgid "Display error messages"
735
  msgstr ""
736
 
737
- #: contact_form.php:1018
738
  msgid "Color of the input field errors."
739
  msgstr ""
740
 
741
- #: contact_form.php:1019
742
  #, fuzzy
743
  msgid "Display error messages & color of the input field errors"
744
  msgstr "Virheilmoitus aihekentälle"
745
 
746
- #: contact_form.php:1024
747
  msgid "Add placeholder to the input blocks"
748
  msgstr ""
749
 
750
- #: contact_form.php:1030
751
  #, fuzzy
752
  msgid "Add tooltips"
753
  msgstr "Lisäasetukset"
754
 
755
- #: contact_form.php:1044
756
  #, fuzzy
757
  msgid "Email address"
758
  msgstr "Sähköposti"
759
 
760
- #: contact_form.php:1049
761
  #, fuzzy
762
  msgid "Phone Number"
763
  msgstr "Puhelinnumero:"
764
 
765
- #: contact_form.php:1063
766
  #, fuzzy
767
  msgid "Attachment"
768
  msgstr "Liite:"
769
 
770
- #: contact_form.php:1073
771
  #, fuzzy
772
  msgid "Style options"
773
  msgstr "Lisäasetukset"
774
 
775
- #: contact_form.php:1076
776
  msgid "Text color"
777
  msgstr ""
778
 
779
- #: contact_form.php:1079
780
- #: contact_form.php:1084
781
- #: contact_form.php:1094
782
- #: contact_form.php:1099
783
- #: contact_form.php:1104
784
- #: contact_form.php:1109
785
- #: contact_form.php:1119
786
- #: contact_form.php:1124
787
- #: contact_form.php:1130
788
- #: contact_form.php:1141
789
- #: contact_form.php:1146
790
- #: contact_form.php:1151
791
  msgid "Default"
792
  msgstr ""
793
 
794
- #: contact_form.php:1081
795
  msgid "Label text color"
796
  msgstr ""
797
 
798
- #: contact_form.php:1086
799
  msgid "Placeholder color"
800
  msgstr ""
801
 
802
- #: contact_form.php:1091
803
  msgid "Errors color"
804
  msgstr ""
805
 
806
- #: contact_form.php:1096
807
  msgid "Error text color"
808
  msgstr ""
809
 
810
- #: contact_form.php:1101
811
  msgid "Background color of the input field errors"
812
  msgstr ""
813
 
814
- #: contact_form.php:1106
815
  msgid "Border color of the input field errors"
816
  msgstr ""
817
 
818
- #: contact_form.php:1111
819
  msgid "Placeholder color of the input field errors"
820
  msgstr ""
821
 
822
- #: contact_form.php:1116
823
  msgid "Input fields"
824
  msgstr ""
825
 
826
- #: contact_form.php:1121
827
  msgid "Input fields background color"
828
  msgstr ""
829
 
830
- #: contact_form.php:1126
831
  msgid "Text fields color"
832
  msgstr ""
833
 
834
- #: contact_form.php:1128
835
  msgid "Border width in px, numbers only"
836
  msgstr ""
837
 
838
- #: contact_form.php:1132
839
- #: contact_form.php:1153
840
  msgid "Border color"
841
  msgstr ""
842
 
843
- #: contact_form.php:1137
844
  #, fuzzy
845
  msgid "Submit button"
846
  msgstr "Lähetä"
847
 
848
- #: contact_form.php:1139
849
  msgid "Width in px, numbers only"
850
  msgstr ""
851
 
852
- #: contact_form.php:1143
853
  msgid "Button color"
854
  msgstr ""
855
 
856
- #: contact_form.php:1148
857
  msgid "Button text color"
858
  msgstr ""
859
 
860
- #: contact_form.php:1164
861
  #, fuzzy
862
  msgid "Contact Form Pro | Preview"
863
  msgstr "Yhteydenottolomake"
864
 
865
- #: contact_form.php:1167
866
  msgid "Show with errors"
867
  msgstr ""
868
 
869
- #: contact_form.php:1175
870
  #: contact_form.php:1177
 
871
  msgid "Please enter your full name..."
872
  msgstr ""
873
 
874
- #: contact_form.php:1188
875
  #: contact_form.php:1190
 
876
  msgid "Please enter your address..."
877
  msgstr ""
878
 
879
- #: contact_form.php:1199
880
  #: contact_form.php:1201
 
881
  #, fuzzy
882
  msgid "Please enter your email address..."
883
  msgstr "Käytä tätä sähköpostiosoitetta:"
884
 
885
- #: contact_form.php:1210
886
  #: contact_form.php:1212
 
887
  msgid "Please enter your phone number..."
888
  msgstr ""
889
 
890
- #: contact_form.php:1221
891
  #: contact_form.php:1223
 
892
  msgid "Please enter subject..."
893
  msgstr ""
894
 
895
- #: contact_form.php:1231
896
  #: contact_form.php:1233
 
897
  msgid "Please enter your message..."
898
  msgstr ""
899
 
900
- #: contact_form.php:1244
901
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
902
  msgstr ""
903
 
904
- #: contact_form.php:1397
905
  msgid "You can attach the following file formats"
906
  msgstr "Voit liittää seuraavia tiedostomuotoja"
907
 
908
- #: contact_form.php:1681
909
  msgid "Contact from"
910
  msgstr "Yhteydenottolomake"
911
 
912
- #: contact_form.php:1694
913
  msgid "Email"
914
  msgstr "Sähköposti"
915
 
916
- #: contact_form.php:1708
917
  msgid "Site"
918
  msgstr "Sivu"
919
 
920
- #: contact_form.php:1758
921
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
922
  msgstr "Jos näet tämän MIME:n, sen tyyppi ei ole tuettu sähköpostiohjelmassasi."
923
 
924
- #: contact_form.php:1809
925
  msgid "FAQ"
926
  msgstr "FAQ"
927
 
928
- #: contact_form.php:1810
929
  msgid "Support"
930
  msgstr "Tuki"
931
 
932
- #: contact_form.php:1858
933
  msgid "Are you sure that you want to delete this language data?"
934
  msgstr "Oletko varma että haluat poistaa kielitiedot?"
935
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-07-29 17:32+0300\n"
6
+ "PO-Revision-Date: 2013-07-29 17:32+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Martin Tonek, Joakim Lindskog, Maarten van den Driest <joakim@limewoodmedia.com, maarten@vandendriest.com>\n"
9
  "MIME-Version: 1.0\n"
158
  msgstr "Kiitos yhteydenotostanne."
159
 
160
  #: contact_form.php:242
161
+ #: contact_form.php:1315
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Anteeksi, sähköpostiviestiä ei voitu lähettää."
164
 
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
+ #: contact_form.php:1004
188
+ #: contact_form.php:1801
189
+ #: contact_form.php:1810
190
  msgid "Settings"
191
  msgstr "Asetukset"
192
 
270
  msgstr "Yhteydenottolomakeasetukset"
271
 
272
  #: contact_form.php:373
273
+ #: contact_form.php:1010
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "Yhteydenottolomake"
277
 
278
  #: contact_form.php:412
279
+ #: contact_form.php:899
280
+ #: contact_form.php:928
281
  msgid "Name:"
282
  msgstr "Nimi:"
283
 
284
  #: contact_form.php:413
285
+ #: contact_form.php:900
286
+ #: contact_form.php:929
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "Sähköposti:"
290
 
291
  #: contact_form.php:414
292
+ #: contact_form.php:901
293
+ #: contact_form.php:930
294
  msgid "Email Address:"
295
  msgstr "Sähköposti:"
296
 
297
  #: contact_form.php:415
298
+ #: contact_form.php:902
299
+ #: contact_form.php:931
300
  msgid "Phone number:"
301
  msgstr "Puhelinnumero:"
302
 
303
  #: contact_form.php:416
304
+ #: contact_form.php:903
305
+ #: contact_form.php:932
306
  msgid "Subject:"
307
  msgstr "Aihe:"
308
 
309
  #: contact_form.php:417
310
+ #: contact_form.php:904
311
+ #: contact_form.php:933
312
  msgid "Message:"
313
  msgstr "Viesti:"
314
 
315
  #: contact_form.php:418
316
+ #: contact_form.php:905
317
+ #: contact_form.php:934
318
  msgid "Attachment:"
319
  msgstr "Liite:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
+ #: contact_form.php:906
324
+ #: contact_form.php:935
325
  msgid "Send me a copy"
326
  msgstr "Lähetä minulle kopio"
327
 
328
  #: contact_form.php:420
329
+ #: contact_form.php:907
330
+ #: contact_form.php:936
331
  msgid "Submit"
332
  msgstr "Lähetä"
333
 
405
  msgstr "Asetukset tallennettu."
406
 
407
  #: contact_form.php:755
408
+ #: contact_form.php:1005
409
  #, fuzzy
410
  msgid "Extra settings"
411
  msgstr "Asetukset"
412
 
413
  #: contact_form.php:760
414
+ #: contact_form.php:1261
415
  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:"
416
  msgstr "Jos haluat lisätä yhteydenottolomakkeen sivullesi, kopioi ja liitä tämä shortcode artikkeliin, sivulle tai vimpaimeen."
417
 
418
+ #: contact_form.php:760
419
+ #: contact_form.php:761
420
+ #: contact_form.php:921
421
+ #: contact_form.php:969
422
+ msgid "or"
423
+ msgstr ""
424
+
425
  #: contact_form.php:761
426
+ msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
427
+ msgstr ""
428
+
429
+ #: contact_form.php:762
430
+ msgid "They work the same way."
431
+ msgstr ""
432
+
433
+ #: contact_form.php:763
434
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
435
  msgstr "Jos jätät kentät tyhjäksi, viestit lähetetään rekisteröinnin yhteydessä määriteltyyn sähköpostiin."
436
 
437
+ #: contact_form.php:767
438
  msgid "The user's email address:"
439
  msgstr "Käyttäjän sähköpostiosoite:"
440
 
441
+ #: contact_form.php:771
442
  msgid "Create a username"
443
  msgstr "Luo käyttäjänimi."
444
 
445
+ #: contact_form.php:776
446
  msgid "Enter a username of the person who should get the messages from the contact form."
447
  msgstr "Syötä käyttäjänimi, jolle viestit lähetetään lomakkeesta."
448
 
449
+ #: contact_form.php:780
450
  msgid "Use this email address:"
451
  msgstr "Käytä tätä sähköpostiosoitetta:"
452
 
453
+ #: contact_form.php:783
454
  msgid "Enter the email address you want the messages forwarded to."
455
  msgstr "Sähköpostiosoite, johon viestit ohjataan."
456
 
457
+ #: contact_form.php:787
458
  msgid "Additional options"
459
  msgstr "Lisäasetukset"
460
 
461
+ #: contact_form.php:790
462
  msgid "What to use?"
463
  msgstr "Mitä käyttää?"
464
 
465
+ #: contact_form.php:793
466
  msgid "Wp-mail"
467
  msgstr "Wp-sähköposti"
468
 
469
+ #: contact_form.php:794
470
  msgid "You can use the wp_mail function for mailing"
471
  msgstr "Voit käyttää wp_mail funktiota sähköpostin lähettämiseen"
472
 
473
+ #: contact_form.php:800
474
  msgid "Mail"
475
  msgstr "Sähköposti"
476
 
477
+ #: contact_form.php:801
478
  msgid "To send mail you can use the php mail function"
479
  msgstr "Voit käyttää php sähköpostifunktiota lähettääksesi sähköpostia"
480
 
481
+ #: contact_form.php:805
482
  msgid "Change text of the 'FROM' field"
483
  msgstr "Vaihda teksti 'Lähettäjä'- kentästä"
484
 
485
+ #: contact_form.php:811
486
  msgid "Enter the email address in the 'From' field"
487
  msgstr "Syötä sähköpostiosoite 'Lähettäjä'- kenttään"
488
 
489
+ #: contact_form.php:813
490
  msgid "User email"
491
  msgstr ""
492
 
493
+ #: contact_form.php:813
494
  msgid "The email address of the user who fills the form will be used in the field 'From'."
495
  msgstr "Lomakkeen täyttäjän sähköpostiosoitetta käytetään 'Lähettäjä'- kentässä."
496
 
497
+ #: contact_form.php:815
498
  msgid "This email address will be used in the 'From' field."
499
  msgstr "Tätä sähöpostiosoitetta käytetään 'Lähettäjä'- kentässä."
500
 
501
+ #: contact_form.php:819
502
  #, fuzzy
503
  msgid "Display fields"
504
  msgstr "Näytä teksti"
505
 
506
+ #: contact_form.php:821
507
+ #: contact_form.php:851
508
+ #: contact_form.php:1041
509
+ #: contact_form.php:1693
510
  #, fuzzy
511
  msgid "Address"
512
  msgstr "Sähköposti"
513
 
514
+ #: contact_form.php:822
515
+ #: contact_form.php:853
516
+ #: contact_form.php:1701
517
  msgid "Phone"
518
  msgstr "Puhelinnumero"
519
 
520
+ #: contact_form.php:823
521
  #, fuzzy
522
  msgid "Attachment block"
523
  msgstr "Näytä liitelaatikko."
524
 
525
+ #: contact_form.php:823
526
  msgid "Users can attach the following file formats"
527
  msgstr "Käyttäjä voi lisätä seuraavia tiedostotyyppejä"
528
 
529
+ #: contact_form.php:824
530
  #, fuzzy
531
  msgid "Tips below the Attachment block"
532
  msgstr "Näytä liitelaatikon allaolevat vinkit."
533
 
534
+ #: contact_form.php:825
535
  #, fuzzy
536
  msgid "Send me a copy block"
537
  msgstr "Näytä Lähetä minulle kopio- laatikko"
538
 
539
+ #: contact_form.php:837
540
+ #: contact_form.php:840
541
+ #: contact_form.php:843
542
+ #: contact_form.php:1070
543
  msgid "Captcha"
544
  msgstr ""
545
 
546
+ #: contact_form.php:837
547
+ #: contact_form.php:840
548
+ #: contact_form.php:843
549
+ #: contact_form.php:1070
550
  msgid "(powered by bestwebsoft.com)"
551
  msgstr ""
552
 
553
+ #: contact_form.php:840
554
  #, fuzzy
555
  msgid "Activate captcha"
556
  msgstr "Aktivoidut lisäosat"
557
 
558
+ #: contact_form.php:843
559
  #, fuzzy
560
  msgid "Download captcha"
561
  msgstr "Lataa"
562
 
563
+ #: contact_form.php:848
564
  msgid "Required fields"
565
  msgstr "Vaaditut kentät"
566
 
567
+ #: contact_form.php:850
568
+ #: contact_form.php:1036
569
+ #: contact_form.php:1688
570
  msgid "Name"
571
  msgstr "Nimi"
572
 
573
+ #: contact_form.php:852
574
  msgid "Email Address"
575
  msgstr "Sähköposti"
576
 
577
+ #: contact_form.php:854
578
+ #: contact_form.php:1056
579
+ #: contact_form.php:1704
580
  msgid "Subject"
581
  msgstr "Aihe"
582
 
583
+ #: contact_form.php:855
584
+ #: contact_form.php:1060
585
+ #: contact_form.php:1707
586
  msgid "Message"
587
  msgstr "Viesti"
588
 
589
+ #: contact_form.php:859
590
  msgid "Display additional info in the email"
591
  msgstr "Näytä lisätietoa sähköpostissa"
592
 
593
+ #: contact_form.php:864
594
+ #: contact_form.php:1660
595
  msgid "Sent from (ip address)"
596
  msgstr "Lähetetty osoitteesta (ip-osoite)"
597
 
598
+ #: contact_form.php:865
599
+ #: contact_form.php:1665
600
  msgid "Date/Time"
601
  msgstr "Päivä/Aika"
602
 
603
+ #: contact_form.php:866
604
+ #: contact_form.php:1670
605
  msgid "Sent from (referer)"
606
  msgstr "Lähetetty (referer)"
607
 
608
+ #: contact_form.php:867
609
+ #: contact_form.php:1675
610
  msgid "Using (user agent)"
611
  msgstr "Käytetään (user agent)"
612
 
613
+ #: contact_form.php:871
614
  msgid "Language settings for the field names in the form"
615
  msgstr "Kieliasetukset kenttien nimille lomakkeessa"
616
 
617
+ #: contact_form.php:880
618
  msgid "Add a language"
619
  msgstr "Lisää kieli"
620
 
621
+ #: contact_form.php:884
622
  msgid "Change the names of the contact form fields and error messages"
623
  msgstr ""
624
 
625
+ #: contact_form.php:889
626
+ #: contact_form.php:960
627
  msgid "English"
628
  msgstr "Englanti"
629
 
630
+ #: contact_form.php:908
631
+ #: contact_form.php:937
632
  msgid "Error message for the Name field"
633
  msgstr "Virheilmoitus nimikentälle"
634
 
635
+ #: contact_form.php:909
636
+ #: contact_form.php:938
637
  #, fuzzy
638
  msgid "Error message for the Address field"
639
  msgstr "Virheilmoitus viestikentälle"
640
 
641
+ #: contact_form.php:910
642
+ #: contact_form.php:939
643
  msgid "Error message for the Email field"
644
  msgstr "Virheilmoitus sähköpostikentälle"
645
 
646
+ #: contact_form.php:911
647
+ #: contact_form.php:940
648
  msgid "Error message for the Phone field"
649
  msgstr "Virheilmoitus puhelinnumerokentälle"
650
 
651
+ #: contact_form.php:912
652
+ #: contact_form.php:941
653
  msgid "Error message for the Subject field"
654
  msgstr "Virheilmoitus aihekentälle"
655
 
656
+ #: contact_form.php:913
657
+ #: contact_form.php:942
658
  msgid "Error message for the Message field"
659
  msgstr "Virheilmoitus viestikentälle"
660
 
661
+ #: contact_form.php:914
662
+ #: contact_form.php:943
663
  #, fuzzy
664
  msgid "Error message about the file type for the Attachment field"
665
  msgstr "Virheilmoitus liitekentälle"
666
 
667
+ #: contact_form.php:915
668
+ #: contact_form.php:944
669
  #, fuzzy
670
  msgid "Error message while uploading a file for the Attachment field to the server"
671
  msgstr "Virheilmoitus liitekentälle"
672
 
673
+ #: contact_form.php:916
674
+ #: contact_form.php:945
675
  #, fuzzy
676
  msgid "Error message while moving the file for the Attachment field"
677
  msgstr "Virheilmoitus liitekentälle"
678
 
679
+ #: contact_form.php:917
680
+ #: contact_form.php:946
681
  #, fuzzy
682
  msgid "Error message when file size limit for the Attachment field is exceeded"
683
  msgstr "Virheilmoitus liitekentälle"
684
 
685
+ #: contact_form.php:918
686
+ #: contact_form.php:947
687
  msgid "Error message for the Captcha field"
688
  msgstr "Virheilmoitus CAPTCHA:lle"
689
 
690
+ #: contact_form.php:919
691
+ #: contact_form.php:948
692
  msgid "Error message for the whole form"
693
  msgstr "Virheilmoitus koko lomakkeelle"
694
 
695
+ #: contact_form.php:921
696
+ #: contact_form.php:950
697
+ #: contact_form.php:969
698
+ #: contact_form.php:975
699
  msgid "Use shortcode"
700
  msgstr "Käytä shortcodea"
701
 
702
+ #: contact_form.php:921
703
+ #: contact_form.php:950
704
+ #: contact_form.php:969
705
+ #: contact_form.php:975
706
  msgid "for this language"
707
  msgstr "tälle kielelle"
708
 
709
+ #: contact_form.php:957
710
  msgid "Action after email is sent"
711
  msgstr "Toiminta sähköpostin lähetyksen jälkeen"
712
 
713
+ #: contact_form.php:959
714
  msgid "Display text"
715
  msgstr "Näytä teksti"
716
 
717
+ #: contact_form.php:968
718
+ #: contact_form.php:974
719
  msgid "Text"
720
  msgstr "Teksti"
721
 
722
+ #: contact_form.php:981
723
  msgid "Redirect to the page"
724
  msgstr "Ohjaa sivulle"
725
 
726
+ #: contact_form.php:982
727
  msgid "Url"
728
  msgstr "Url"
729
 
730
+ #: contact_form.php:987
731
+ #: contact_form.php:1162
732
  msgid "Save Changes"
733
  msgstr "Tallenna muutokset"
734
 
735
+ #: contact_form.php:1002
736
  #, fuzzy
737
  msgid "Contact Form Pro | Extra Settings"
738
  msgstr "Yhteydenottolomakeasetukset"
739
 
740
+ #: contact_form.php:1009
741
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
742
  msgstr ""
743
 
744
+ #: contact_form.php:1016
745
  msgid "Errors output"
746
  msgstr ""
747
 
748
+ #: contact_form.php:1019
749
  msgid "Display error messages"
750
  msgstr ""
751
 
752
+ #: contact_form.php:1020
753
  msgid "Color of the input field errors."
754
  msgstr ""
755
 
756
+ #: contact_form.php:1021
757
  #, fuzzy
758
  msgid "Display error messages & color of the input field errors"
759
  msgstr "Virheilmoitus aihekentälle"
760
 
761
+ #: contact_form.php:1026
762
  msgid "Add placeholder to the input blocks"
763
  msgstr ""
764
 
765
+ #: contact_form.php:1032
766
  #, fuzzy
767
  msgid "Add tooltips"
768
  msgstr "Lisäasetukset"
769
 
770
+ #: contact_form.php:1046
771
  #, fuzzy
772
  msgid "Email address"
773
  msgstr "Sähköposti"
774
 
775
+ #: contact_form.php:1051
776
  #, fuzzy
777
  msgid "Phone Number"
778
  msgstr "Puhelinnumero:"
779
 
780
+ #: contact_form.php:1065
781
  #, fuzzy
782
  msgid "Attachment"
783
  msgstr "Liite:"
784
 
785
+ #: contact_form.php:1075
786
  #, fuzzy
787
  msgid "Style options"
788
  msgstr "Lisäasetukset"
789
 
790
+ #: contact_form.php:1078
791
  msgid "Text color"
792
  msgstr ""
793
 
794
+ #: contact_form.php:1081
795
+ #: contact_form.php:1086
796
+ #: contact_form.php:1096
797
+ #: contact_form.php:1101
798
+ #: contact_form.php:1106
799
+ #: contact_form.php:1111
800
+ #: contact_form.php:1121
801
+ #: contact_form.php:1126
802
+ #: contact_form.php:1132
803
+ #: contact_form.php:1143
804
+ #: contact_form.php:1148
805
+ #: contact_form.php:1153
806
  msgid "Default"
807
  msgstr ""
808
 
809
+ #: contact_form.php:1083
810
  msgid "Label text color"
811
  msgstr ""
812
 
813
+ #: contact_form.php:1088
814
  msgid "Placeholder color"
815
  msgstr ""
816
 
817
+ #: contact_form.php:1093
818
  msgid "Errors color"
819
  msgstr ""
820
 
821
+ #: contact_form.php:1098
822
  msgid "Error text color"
823
  msgstr ""
824
 
825
+ #: contact_form.php:1103
826
  msgid "Background color of the input field errors"
827
  msgstr ""
828
 
829
+ #: contact_form.php:1108
830
  msgid "Border color of the input field errors"
831
  msgstr ""
832
 
833
+ #: contact_form.php:1113
834
  msgid "Placeholder color of the input field errors"
835
  msgstr ""
836
 
837
+ #: contact_form.php:1118
838
  msgid "Input fields"
839
  msgstr ""
840
 
841
+ #: contact_form.php:1123
842
  msgid "Input fields background color"
843
  msgstr ""
844
 
845
+ #: contact_form.php:1128
846
  msgid "Text fields color"
847
  msgstr ""
848
 
849
+ #: contact_form.php:1130
850
  msgid "Border width in px, numbers only"
851
  msgstr ""
852
 
853
+ #: contact_form.php:1134
854
+ #: contact_form.php:1155
855
  msgid "Border color"
856
  msgstr ""
857
 
858
+ #: contact_form.php:1139
859
  #, fuzzy
860
  msgid "Submit button"
861
  msgstr "Lähetä"
862
 
863
+ #: contact_form.php:1141
864
  msgid "Width in px, numbers only"
865
  msgstr ""
866
 
867
+ #: contact_form.php:1145
868
  msgid "Button color"
869
  msgstr ""
870
 
871
+ #: contact_form.php:1150
872
  msgid "Button text color"
873
  msgstr ""
874
 
875
+ #: contact_form.php:1166
876
  #, fuzzy
877
  msgid "Contact Form Pro | Preview"
878
  msgstr "Yhteydenottolomake"
879
 
880
+ #: contact_form.php:1169
881
  msgid "Show with errors"
882
  msgstr ""
883
 
 
884
  #: contact_form.php:1177
885
+ #: contact_form.php:1179
886
  msgid "Please enter your full name..."
887
  msgstr ""
888
 
 
889
  #: contact_form.php:1190
890
+ #: contact_form.php:1192
891
  msgid "Please enter your address..."
892
  msgstr ""
893
 
 
894
  #: contact_form.php:1201
895
+ #: contact_form.php:1203
896
  #, fuzzy
897
  msgid "Please enter your email address..."
898
  msgstr "Käytä tätä sähköpostiosoitetta:"
899
 
 
900
  #: contact_form.php:1212
901
+ #: contact_form.php:1214
902
  msgid "Please enter your phone number..."
903
  msgstr ""
904
 
 
905
  #: contact_form.php:1223
906
+ #: contact_form.php:1225
907
  msgid "Please enter subject..."
908
  msgstr ""
909
 
 
910
  #: contact_form.php:1233
911
+ #: contact_form.php:1235
912
  msgid "Please enter your message..."
913
  msgstr ""
914
 
915
+ #: contact_form.php:1246
916
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
917
  msgstr ""
918
 
919
+ #: contact_form.php:1399
920
  msgid "You can attach the following file formats"
921
  msgstr "Voit liittää seuraavia tiedostomuotoja"
922
 
923
+ #: contact_form.php:1683
924
  msgid "Contact from"
925
  msgstr "Yhteydenottolomake"
926
 
927
+ #: contact_form.php:1696
928
  msgid "Email"
929
  msgstr "Sähköposti"
930
 
931
+ #: contact_form.php:1710
932
  msgid "Site"
933
  msgstr "Sivu"
934
 
935
+ #: contact_form.php:1760
936
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
937
  msgstr "Jos näet tämän MIME:n, sen tyyppi ei ole tuettu sähköpostiohjelmassasi."
938
 
939
+ #: contact_form.php:1811
940
  msgid "FAQ"
941
  msgstr "FAQ"
942
 
943
+ #: contact_form.php:1812
944
  msgid "Support"
945
  msgstr "Tuki"
946
 
947
+ #: contact_form.php:1860
948
  msgid "Are you sure that you want to delete this language data?"
949
  msgstr "Oletko varma että haluat poistaa kielitiedot?"
950
 
languages/contact_form-fr_FR.mo CHANGED
Binary file
languages/contact_form-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-07-22 16:55+0300\n"
6
- "PO-Revision-Date: 2013-07-22 16:55+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -159,7 +159,7 @@ msgid "Thank you for contacting us."
159
  msgstr "Merci de nous avoir contacté."
160
 
161
  #: contact_form.php:242
162
- #: contact_form.php:1313
163
  msgid "Sorry, email message could not be delivered."
164
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
165
 
@@ -184,9 +184,9 @@ msgstr "Lire la suite"
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
- #: contact_form.php:1002
188
- #: contact_form.php:1799
189
- #: contact_form.php:1808
190
  msgid "Settings"
191
  msgstr "Réglages"
192
 
@@ -266,62 +266,62 @@ msgid "Contact Form Pro Extra Settings"
266
  msgstr "Options supplémentaires de la version Pro pour le formulaire de Contact"
267
 
268
  #: contact_form.php:373
269
- #: contact_form.php:1008
270
  msgid "Contact Form Pro"
271
  msgstr "Formulaire Pro de Contact"
272
 
273
  #: contact_form.php:412
274
- #: contact_form.php:897
275
- #: contact_form.php:926
276
  msgid "Name:"
277
  msgstr "Nom:"
278
 
279
  #: contact_form.php:413
280
- #: contact_form.php:898
281
- #: contact_form.php:927
282
  msgid "Address:"
283
  msgstr "Adresse :"
284
 
285
  #: contact_form.php:414
286
- #: contact_form.php:899
287
- #: contact_form.php:928
288
  msgid "Email Address:"
289
  msgstr "Adresse e-mail:"
290
 
291
  #: contact_form.php:415
292
- #: contact_form.php:900
293
- #: contact_form.php:929
294
  msgid "Phone number:"
295
  msgstr "Téléphone:"
296
 
297
  #: contact_form.php:416
298
- #: contact_form.php:901
299
- #: contact_form.php:930
300
  msgid "Subject:"
301
  msgstr "Sujet:"
302
 
303
  #: contact_form.php:417
304
- #: contact_form.php:902
305
- #: contact_form.php:931
306
  msgid "Message:"
307
  msgstr "Message:"
308
 
309
  #: contact_form.php:418
310
- #: contact_form.php:903
311
- #: contact_form.php:932
312
  msgid "Attachment:"
313
  msgstr "Pièce-jointe:"
314
 
315
  #: contact_form.php:419
316
  #: contact_form.php:474
317
- #: contact_form.php:904
318
- #: contact_form.php:933
319
  msgid "Send me a copy"
320
  msgstr "M'envoyer une copie"
321
 
322
  #: contact_form.php:420
323
- #: contact_form.php:905
324
- #: contact_form.php:934
325
  msgid "Submit"
326
  msgstr "Envoyer"
327
 
@@ -397,508 +397,523 @@ msgid "Settings saved."
397
  msgstr "Options sauvegardées."
398
 
399
  #: contact_form.php:755
400
- #: contact_form.php:1003
401
  msgid "Extra settings"
402
  msgstr "Options supplémentaires"
403
 
404
  #: contact_form.php:760
405
- #: contact_form.php:1259
406
  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:"
407
  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:"
408
 
 
 
 
 
 
 
 
409
  #: contact_form.php:761
 
 
 
 
 
 
 
 
410
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
411
  msgstr "Si les champs ci-dessous ne sont pas renseignés le message sera envoyé à l'adresse spécifiée lors de l'enregistrement."
412
 
413
- #: contact_form.php:765
414
  msgid "The user's email address:"
415
  msgstr "Utiliser l'e-mail du compte wordpress:"
416
 
417
- #: contact_form.php:769
418
  msgid "Create a username"
419
  msgstr "Choisir un nom d'utilisateur"
420
 
421
- #: contact_form.php:774
422
  msgid "Enter a username of the person who should get the messages from the contact form."
423
  msgstr "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le formulaire de contact."
424
 
425
- #: contact_form.php:778
426
  msgid "Use this email address:"
427
  msgstr "Utiliser cette adresse e-mail:"
428
 
429
- #: contact_form.php:781
430
  msgid "Enter the email address you want the messages forwarded to."
431
  msgstr "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages."
432
 
433
- #: contact_form.php:785
434
  msgid "Additional options"
435
  msgstr "Options supplémentaires"
436
 
437
- #: contact_form.php:788
438
  msgid "What to use?"
439
  msgstr "Quelle méthode d'envoie ?"
440
 
441
- #: contact_form.php:791
442
  msgid "Wp-mail"
443
  msgstr "Wp-mail"
444
 
445
- #: contact_form.php:792
446
  msgid "You can use the wp_mail function for mailing"
447
  msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction wp_mail de wordpress"
448
 
449
- #: contact_form.php:798
450
  msgid "Mail"
451
  msgstr "E-mail"
452
 
453
- #: contact_form.php:799
454
  msgid "To send mail you can use the php mail function"
455
  msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction mail de php"
456
 
457
- #: contact_form.php:803
458
  msgid "Change text of the 'FROM' field"
459
  msgstr "Modifier le texte pour le champ 'FROM' du courriel"
460
 
461
- #: contact_form.php:809
462
  msgid "Enter the email address in the 'From' field"
463
  msgstr "Sélectionner l'adresse e-mail pour le champ 'FROM' du courriel"
464
 
465
- #: contact_form.php:811
466
  msgid "User email"
467
  msgstr ""
468
 
469
- #: contact_form.php:811
470
  msgid "The email address of the user who fills the form will be used in the field 'From'."
471
  msgstr "Dans le champ 'From' du courriel, il sera utilisé l'adresse e-mail de l'utlisateur qui rempli le formulaire."
472
 
473
- #: contact_form.php:813
474
  msgid "This email address will be used in the 'From' field."
475
  msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
476
 
477
- #: contact_form.php:817
478
  msgid "Display fields"
479
  msgstr "Afficher le texte"
480
 
481
- #: contact_form.php:819
482
- #: contact_form.php:849
483
- #: contact_form.php:1039
484
- #: contact_form.php:1691
485
  msgid "Address"
486
  msgstr "Adresse"
487
 
488
- #: contact_form.php:820
489
- #: contact_form.php:851
490
- #: contact_form.php:1699
491
  msgid "Phone"
492
  msgstr "Téléphone"
493
 
494
- #: contact_form.php:821
495
  msgid "Attachment block"
496
  msgstr "Bloc pièce-jointe"
497
 
498
- #: contact_form.php:821
499
  msgid "Users can attach the following file formats"
500
  msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
501
 
502
- #: contact_form.php:822
503
  msgid "Tips below the Attachment block"
504
  msgstr "Afficher les explications après le bloc des pièces jointes"
505
 
506
- #: contact_form.php:823
507
  msgid "Send me a copy block"
508
  msgstr "S'envoyer une copie"
509
 
510
- #: contact_form.php:835
511
- #: contact_form.php:838
512
- #: contact_form.php:841
513
- #: contact_form.php:1068
514
  msgid "Captcha"
515
  msgstr "Captcha"
516
 
517
- #: contact_form.php:835
518
- #: contact_form.php:838
519
- #: contact_form.php:841
520
- #: contact_form.php:1068
521
  msgid "(powered by bestwebsoft.com)"
522
  msgstr "(fourni par bestwebsoft.com)"
523
 
524
- #: contact_form.php:838
525
  msgid "Activate captcha"
526
  msgstr "Activé le captcha"
527
 
528
- #: contact_form.php:841
529
  msgid "Download captcha"
530
  msgstr "Télécharger le captcha"
531
 
532
- #: contact_form.php:846
533
  msgid "Required fields"
534
  msgstr "Champ obligatoire"
535
 
536
- #: contact_form.php:848
537
- #: contact_form.php:1034
538
- #: contact_form.php:1686
539
  msgid "Name"
540
  msgstr "Nom"
541
 
542
- #: contact_form.php:850
543
  msgid "Email Address"
544
  msgstr "Adresse e-mail"
545
 
546
- #: contact_form.php:852
547
- #: contact_form.php:1054
548
- #: contact_form.php:1702
549
  msgid "Subject"
550
  msgstr "Sujet"
551
 
552
- #: contact_form.php:853
553
- #: contact_form.php:1058
554
- #: contact_form.php:1705
555
  msgid "Message"
556
  msgstr "Message"
557
 
558
- #: contact_form.php:857
559
  msgid "Display additional info in the email"
560
  msgstr "Afficher les informations complémentaires dans le courriel"
561
 
562
- #: contact_form.php:862
563
- #: contact_form.php:1658
564
  msgid "Sent from (ip address)"
565
  msgstr "Envoyé de (adresse IP)"
566
 
567
- #: contact_form.php:863
568
- #: contact_form.php:1663
569
  msgid "Date/Time"
570
  msgstr "Date/Heure"
571
 
572
- #: contact_form.php:864
573
- #: contact_form.php:1668
574
  msgid "Sent from (referer)"
575
  msgstr "Envoyer de (référence)"
576
 
577
- #: contact_form.php:865
578
- #: contact_form.php:1673
579
  msgid "Using (user agent)"
580
  msgstr "Depuis (navigateur)"
581
 
582
- #: contact_form.php:869
583
  msgid "Language settings for the field names in the form"
584
  msgstr "Définition des langues pour les titres des champs"
585
 
586
- #: contact_form.php:878
587
  msgid "Add a language"
588
  msgstr "Ajouter une langue"
589
 
590
- #: contact_form.php:882
591
  msgid "Change the names of the contact form fields and error messages"
592
  msgstr "Modifier le texte pour les champs du formulaire de contact et les messages d'erreur"
593
 
594
- #: contact_form.php:887
595
- #: contact_form.php:958
596
  msgid "English"
597
  msgstr "Anglais"
598
 
599
- #: contact_form.php:906
600
- #: contact_form.php:935
601
  msgid "Error message for the Name field"
602
  msgstr "Message d'erreur pour le champ nom"
603
 
604
- #: contact_form.php:907
605
- #: contact_form.php:936
606
  msgid "Error message for the Address field"
607
  msgstr "Message d'erreur pour le champ Adresse"
608
 
609
- #: contact_form.php:908
610
- #: contact_form.php:937
611
  msgid "Error message for the Email field"
612
  msgstr "Message d'erreur pour le champ e-mail"
613
 
614
- #: contact_form.php:909
615
- #: contact_form.php:938
616
  msgid "Error message for the Phone field"
617
  msgstr "Message d'erreur pour le champ téléphone"
618
 
619
- #: contact_form.php:910
620
- #: contact_form.php:939
621
  msgid "Error message for the Subject field"
622
  msgstr "Message d'erreur pour le champ sujet"
623
 
624
- #: contact_form.php:911
625
- #: contact_form.php:940
626
  msgid "Error message for the Message field"
627
  msgstr "Message d'erreur pour le champ message"
628
 
629
- #: contact_form.php:912
630
- #: contact_form.php:941
631
  msgid "Error message about the file type for the Attachment field"
632
  msgstr "Message d'erreur pour le champ fichier joint (type du fichier)"
633
 
634
- #: contact_form.php:913
635
- #: contact_form.php:942
636
  msgid "Error message while uploading a file for the Attachment field to the server"
637
  msgstr "Message d'erreur pour le champ fichier joint (problème d'envoie vers le serveur)"
638
 
639
- #: contact_form.php:914
640
- #: contact_form.php:943
641
  msgid "Error message while moving the file for the Attachment field"
642
  msgstr "Message d'erreur pour le champ fichier joint (déplacement du fichier)"
643
 
644
- #: contact_form.php:915
645
- #: contact_form.php:944
646
  msgid "Error message when file size limit for the Attachment field is exceeded"
647
  msgstr "Message d'erreur pour le champ fichier joint (taille limite du fichier atteinte)"
648
 
649
- #: contact_form.php:916
650
- #: contact_form.php:945
651
  msgid "Error message for the Captcha field"
652
  msgstr "Message d'erreur pour le captcha"
653
 
654
- #: contact_form.php:917
655
- #: contact_form.php:946
656
  msgid "Error message for the whole form"
657
  msgstr "Message d'erreur demandant à compléter les champs manquants"
658
 
659
- #: contact_form.php:919
660
- #: contact_form.php:948
661
- #: contact_form.php:967
662
- #: contact_form.php:973
663
  msgid "Use shortcode"
664
  msgstr "Utiliser le code court"
665
 
666
- #: contact_form.php:919
667
- #: contact_form.php:948
668
- #: contact_form.php:967
669
- #: contact_form.php:973
670
  msgid "for this language"
671
  msgstr "pour cette langue"
672
 
673
- #: contact_form.php:955
674
  msgid "Action after email is sent"
675
  msgstr "Action après l'envoie de l'e-mail"
676
 
677
- #: contact_form.php:957
678
  msgid "Display text"
679
  msgstr "Afficher le texte"
680
 
681
- #: contact_form.php:966
682
- #: contact_form.php:972
683
  msgid "Text"
684
  msgstr "Texte"
685
 
686
- #: contact_form.php:979
687
  msgid "Redirect to the page"
688
  msgstr "Rediriger vers la page"
689
 
690
- #: contact_form.php:980
691
  msgid "Url"
692
  msgstr "Url"
693
 
694
- #: contact_form.php:985
695
- #: contact_form.php:1160
696
  msgid "Save Changes"
697
  msgstr "Sauvegarder les modifications"
698
 
699
- #: contact_form.php:1000
700
  msgid "Contact Form Pro | Extra Settings"
701
  msgstr "Formulaire Pro de Contact | Options supplémentaires"
702
 
703
- #: contact_form.php:1007
704
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
705
  msgstr "Cette fonctionalité est disponible dans le version Pro de cette extension. Pour plus de détails, merci de suivre ce lien"
706
 
707
- #: contact_form.php:1014
708
  msgid "Errors output"
709
  msgstr "Affichage des erreurs"
710
 
711
- #: contact_form.php:1017
712
  msgid "Display error messages"
713
  msgstr "Aficher les messages d'erreur"
714
 
715
- #: contact_form.php:1018
716
  msgid "Color of the input field errors."
717
  msgstr "Mettre en couleur les champs ayant des erreurs"
718
 
719
- #: contact_form.php:1019
720
  msgid "Display error messages & color of the input field errors"
721
  msgstr "Afficher les messages d'erreur et mettre en couleur les champs ayant des erreurs"
722
 
723
- #: contact_form.php:1024
724
  msgid "Add placeholder to the input blocks"
725
  msgstr "Ajouter la localisation dans le bloc de saisie"
726
 
727
- #: contact_form.php:1030
728
  msgid "Add tooltips"
729
  msgstr "Ajouter les conseils"
730
 
731
- #: contact_form.php:1044
732
  msgid "Email address"
733
  msgstr "Adresse e-mail"
734
 
735
- #: contact_form.php:1049
736
  msgid "Phone Number"
737
  msgstr "Téléphone"
738
 
739
- #: contact_form.php:1063
740
  msgid "Attachment"
741
  msgstr "Pièce-jointe"
742
 
743
- #: contact_form.php:1073
744
  msgid "Style options"
745
  msgstr "Options de style"
746
 
747
- #: contact_form.php:1076
748
  msgid "Text color"
749
  msgstr "Couleur du texte"
750
 
751
- #: contact_form.php:1079
752
- #: contact_form.php:1084
753
- #: contact_form.php:1094
754
- #: contact_form.php:1099
755
- #: contact_form.php:1104
756
- #: contact_form.php:1109
757
- #: contact_form.php:1119
758
- #: contact_form.php:1124
759
- #: contact_form.php:1130
760
- #: contact_form.php:1141
761
- #: contact_form.php:1146
762
- #: contact_form.php:1151
763
  msgid "Default"
764
  msgstr "Défaut"
765
 
766
- #: contact_form.php:1081
767
  msgid "Label text color"
768
  msgstr "Couleur des textes des intitulés"
769
 
770
- #: contact_form.php:1086
771
  msgid "Placeholder color"
772
  msgstr "Couleur pour la localisation"
773
 
774
- #: contact_form.php:1091
775
  msgid "Errors color"
776
  msgstr "Couleur pour les erreurs"
777
 
778
- #: contact_form.php:1096
779
  msgid "Error text color"
780
  msgstr "Couleur pour le texte des erreurs"
781
 
782
- #: contact_form.php:1101
783
  msgid "Background color of the input field errors"
784
  msgstr "Couleur de fond pour les erreurs de saisie dans les champs"
785
 
786
- #: contact_form.php:1106
787
  msgid "Border color of the input field errors"
788
  msgstr "Couleur de la bordure pour les erreurs de saisie dans les champs"
789
 
790
- #: contact_form.php:1111
791
  msgid "Placeholder color of the input field errors"
792
  msgstr "Couleur pour la localisation lors d'une erreur de saisie du champ"
793
 
794
- #: contact_form.php:1116
795
  msgid "Input fields"
796
  msgstr "Champs de saisie"
797
 
798
- #: contact_form.php:1121
799
  msgid "Input fields background color"
800
  msgstr "Couleur de fond pour les champs de saisie"
801
 
802
- #: contact_form.php:1126
803
  msgid "Text fields color"
804
  msgstr "Couleur pour les textes des champs de saisie"
805
 
806
- #: contact_form.php:1128
807
  msgid "Border width in px, numbers only"
808
  msgstr "Largeur des bordures en px, nombre seulement"
809
 
810
- #: contact_form.php:1132
811
- #: contact_form.php:1153
812
  msgid "Border color"
813
  msgstr "Couleur des bordures"
814
 
815
- #: contact_form.php:1137
816
  msgid "Submit button"
817
  msgstr "Bouton Envoyer"
818
 
819
- #: contact_form.php:1139
820
  msgid "Width in px, numbers only"
821
  msgstr "Largeur en px, nombre seulement"
822
 
823
- #: contact_form.php:1143
824
  msgid "Button color"
825
  msgstr "Couleur du bouton"
826
 
827
- #: contact_form.php:1148
828
  msgid "Button text color"
829
  msgstr "Couleur du texte du bouton"
830
 
831
- #: contact_form.php:1164
832
  msgid "Contact Form Pro | Preview"
833
  msgstr "Formulaire Pro de Contact | Prévisualisation"
834
 
835
- #: contact_form.php:1167
836
  msgid "Show with errors"
837
  msgstr "Afficher avec les erreurs"
838
 
839
- #: contact_form.php:1175
840
  #: contact_form.php:1177
 
841
  msgid "Please enter your full name..."
842
  msgstr "Merci de saisir votre nom..."
843
 
844
- #: contact_form.php:1188
845
  #: contact_form.php:1190
 
846
  msgid "Please enter your address..."
847
  msgstr "Merci de saisir votre adresse..."
848
 
849
- #: contact_form.php:1199
850
  #: contact_form.php:1201
 
851
  msgid "Please enter your email address..."
852
  msgstr "Merci de saisir votre adresse e-mail..."
853
 
854
- #: contact_form.php:1210
855
  #: contact_form.php:1212
 
856
  msgid "Please enter your phone number..."
857
  msgstr "Merci de saisir votre numéro de téléphone..."
858
 
859
- #: contact_form.php:1221
860
  #: contact_form.php:1223
 
861
  msgid "Please enter subject..."
862
  msgstr "Merci de saisir le sujet..."
863
 
864
- #: contact_form.php:1231
865
  #: contact_form.php:1233
 
866
  msgid "Please enter your message..."
867
  msgstr "Merci de saisir votre message..."
868
 
869
- #: contact_form.php:1244
870
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
871
  msgstr "Types de fichiers autorisés: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Taille maximum 2MB"
872
 
873
- #: contact_form.php:1397
874
  msgid "You can attach the following file formats"
875
  msgstr "Vous pouvez joindre des fichiers aux formats suivants"
876
 
877
- #: contact_form.php:1681
878
  msgid "Contact from"
879
  msgstr "Contact de"
880
 
881
- #: contact_form.php:1694
882
  msgid "Email"
883
  msgstr "E-mail"
884
 
885
- #: contact_form.php:1708
886
  msgid "Site"
887
  msgstr "Site"
888
 
889
- #: contact_form.php:1758
890
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
891
  msgstr "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de MIME !"
892
 
893
- #: contact_form.php:1809
894
  msgid "FAQ"
895
  msgstr "FAQ"
896
 
897
- #: contact_form.php:1810
898
  msgid "Support"
899
  msgstr "Support"
900
 
901
- #: contact_form.php:1858
902
  msgid "Are you sure that you want to delete this language data?"
903
  msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
904
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-07-29 17:32+0300\n"
6
+ "PO-Revision-Date: 2013-07-29 17:32+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "MIME-Version: 1.0\n"
159
  msgstr "Merci de nous avoir contacté."
160
 
161
  #: contact_form.php:242
162
+ #: contact_form.php:1315
163
  msgid "Sorry, email message could not be delivered."
164
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
165
 
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
+ #: contact_form.php:1004
188
+ #: contact_form.php:1801
189
+ #: contact_form.php:1810
190
  msgid "Settings"
191
  msgstr "Réglages"
192
 
266
  msgstr "Options supplémentaires de la version Pro pour le formulaire de Contact"
267
 
268
  #: contact_form.php:373
269
+ #: contact_form.php:1010
270
  msgid "Contact Form Pro"
271
  msgstr "Formulaire Pro de Contact"
272
 
273
  #: contact_form.php:412
274
+ #: contact_form.php:899
275
+ #: contact_form.php:928
276
  msgid "Name:"
277
  msgstr "Nom:"
278
 
279
  #: contact_form.php:413
280
+ #: contact_form.php:900
281
+ #: contact_form.php:929
282
  msgid "Address:"
283
  msgstr "Adresse :"
284
 
285
  #: contact_form.php:414
286
+ #: contact_form.php:901
287
+ #: contact_form.php:930
288
  msgid "Email Address:"
289
  msgstr "Adresse e-mail:"
290
 
291
  #: contact_form.php:415
292
+ #: contact_form.php:902
293
+ #: contact_form.php:931
294
  msgid "Phone number:"
295
  msgstr "Téléphone:"
296
 
297
  #: contact_form.php:416
298
+ #: contact_form.php:903
299
+ #: contact_form.php:932
300
  msgid "Subject:"
301
  msgstr "Sujet:"
302
 
303
  #: contact_form.php:417
304
+ #: contact_form.php:904
305
+ #: contact_form.php:933
306
  msgid "Message:"
307
  msgstr "Message:"
308
 
309
  #: contact_form.php:418
310
+ #: contact_form.php:905
311
+ #: contact_form.php:934
312
  msgid "Attachment:"
313
  msgstr "Pièce-jointe:"
314
 
315
  #: contact_form.php:419
316
  #: contact_form.php:474
317
+ #: contact_form.php:906
318
+ #: contact_form.php:935
319
  msgid "Send me a copy"
320
  msgstr "M'envoyer une copie"
321
 
322
  #: contact_form.php:420
323
+ #: contact_form.php:907
324
+ #: contact_form.php:936
325
  msgid "Submit"
326
  msgstr "Envoyer"
327
 
397
  msgstr "Options sauvegardées."
398
 
399
  #: contact_form.php:755
400
+ #: contact_form.php:1005
401
  msgid "Extra settings"
402
  msgstr "Options supplémentaires"
403
 
404
  #: contact_form.php:760
405
+ #: contact_form.php:1261
406
  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:"
407
  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:"
408
 
409
+ #: contact_form.php:760
410
+ #: contact_form.php:761
411
+ #: contact_form.php:921
412
+ #: contact_form.php:969
413
+ msgid "or"
414
+ msgstr ""
415
+
416
  #: contact_form.php:761
417
+ msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
418
+ msgstr ""
419
+
420
+ #: contact_form.php:762
421
+ msgid "They work the same way."
422
+ msgstr ""
423
+
424
+ #: contact_form.php:763
425
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
426
  msgstr "Si les champs ci-dessous ne sont pas renseignés le message sera envoyé à l'adresse spécifiée lors de l'enregistrement."
427
 
428
+ #: contact_form.php:767
429
  msgid "The user's email address:"
430
  msgstr "Utiliser l'e-mail du compte wordpress:"
431
 
432
+ #: contact_form.php:771
433
  msgid "Create a username"
434
  msgstr "Choisir un nom d'utilisateur"
435
 
436
+ #: contact_form.php:776
437
  msgid "Enter a username of the person who should get the messages from the contact form."
438
  msgstr "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le formulaire de contact."
439
 
440
+ #: contact_form.php:780
441
  msgid "Use this email address:"
442
  msgstr "Utiliser cette adresse e-mail:"
443
 
444
+ #: contact_form.php:783
445
  msgid "Enter the email address you want the messages forwarded to."
446
  msgstr "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages."
447
 
448
+ #: contact_form.php:787
449
  msgid "Additional options"
450
  msgstr "Options supplémentaires"
451
 
452
+ #: contact_form.php:790
453
  msgid "What to use?"
454
  msgstr "Quelle méthode d'envoie ?"
455
 
456
+ #: contact_form.php:793
457
  msgid "Wp-mail"
458
  msgstr "Wp-mail"
459
 
460
+ #: contact_form.php:794
461
  msgid "You can use the wp_mail function for mailing"
462
  msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction wp_mail de wordpress"
463
 
464
+ #: contact_form.php:800
465
  msgid "Mail"
466
  msgstr "E-mail"
467
 
468
+ #: contact_form.php:801
469
  msgid "To send mail you can use the php mail function"
470
  msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction mail de php"
471
 
472
+ #: contact_form.php:805
473
  msgid "Change text of the 'FROM' field"
474
  msgstr "Modifier le texte pour le champ 'FROM' du courriel"
475
 
476
+ #: contact_form.php:811
477
  msgid "Enter the email address in the 'From' field"
478
  msgstr "Sélectionner l'adresse e-mail pour le champ 'FROM' du courriel"
479
 
480
+ #: contact_form.php:813
481
  msgid "User email"
482
  msgstr ""
483
 
484
+ #: contact_form.php:813
485
  msgid "The email address of the user who fills the form will be used in the field 'From'."
486
  msgstr "Dans le champ 'From' du courriel, il sera utilisé l'adresse e-mail de l'utlisateur qui rempli le formulaire."
487
 
488
+ #: contact_form.php:815
489
  msgid "This email address will be used in the 'From' field."
490
  msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
491
 
492
+ #: contact_form.php:819
493
  msgid "Display fields"
494
  msgstr "Afficher le texte"
495
 
496
+ #: contact_form.php:821
497
+ #: contact_form.php:851
498
+ #: contact_form.php:1041
499
+ #: contact_form.php:1693
500
  msgid "Address"
501
  msgstr "Adresse"
502
 
503
+ #: contact_form.php:822
504
+ #: contact_form.php:853
505
+ #: contact_form.php:1701
506
  msgid "Phone"
507
  msgstr "Téléphone"
508
 
509
+ #: contact_form.php:823
510
  msgid "Attachment block"
511
  msgstr "Bloc pièce-jointe"
512
 
513
+ #: contact_form.php:823
514
  msgid "Users can attach the following file formats"
515
  msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
516
 
517
+ #: contact_form.php:824
518
  msgid "Tips below the Attachment block"
519
  msgstr "Afficher les explications après le bloc des pièces jointes"
520
 
521
+ #: contact_form.php:825
522
  msgid "Send me a copy block"
523
  msgstr "S'envoyer une copie"
524
 
525
+ #: contact_form.php:837
526
+ #: contact_form.php:840
527
+ #: contact_form.php:843
528
+ #: contact_form.php:1070
529
  msgid "Captcha"
530
  msgstr "Captcha"
531
 
532
+ #: contact_form.php:837
533
+ #: contact_form.php:840
534
+ #: contact_form.php:843
535
+ #: contact_form.php:1070
536
  msgid "(powered by bestwebsoft.com)"
537
  msgstr "(fourni par bestwebsoft.com)"
538
 
539
+ #: contact_form.php:840
540
  msgid "Activate captcha"
541
  msgstr "Activé le captcha"
542
 
543
+ #: contact_form.php:843
544
  msgid "Download captcha"
545
  msgstr "Télécharger le captcha"
546
 
547
+ #: contact_form.php:848
548
  msgid "Required fields"
549
  msgstr "Champ obligatoire"
550
 
551
+ #: contact_form.php:850
552
+ #: contact_form.php:1036
553
+ #: contact_form.php:1688
554
  msgid "Name"
555
  msgstr "Nom"
556
 
557
+ #: contact_form.php:852
558
  msgid "Email Address"
559
  msgstr "Adresse e-mail"
560
 
561
+ #: contact_form.php:854
562
+ #: contact_form.php:1056
563
+ #: contact_form.php:1704
564
  msgid "Subject"
565
  msgstr "Sujet"
566
 
567
+ #: contact_form.php:855
568
+ #: contact_form.php:1060
569
+ #: contact_form.php:1707
570
  msgid "Message"
571
  msgstr "Message"
572
 
573
+ #: contact_form.php:859
574
  msgid "Display additional info in the email"
575
  msgstr "Afficher les informations complémentaires dans le courriel"
576
 
577
+ #: contact_form.php:864
578
+ #: contact_form.php:1660
579
  msgid "Sent from (ip address)"
580
  msgstr "Envoyé de (adresse IP)"
581
 
582
+ #: contact_form.php:865
583
+ #: contact_form.php:1665
584
  msgid "Date/Time"
585
  msgstr "Date/Heure"
586
 
587
+ #: contact_form.php:866
588
+ #: contact_form.php:1670
589
  msgid "Sent from (referer)"
590
  msgstr "Envoyer de (référence)"
591
 
592
+ #: contact_form.php:867
593
+ #: contact_form.php:1675
594
  msgid "Using (user agent)"
595
  msgstr "Depuis (navigateur)"
596
 
597
+ #: contact_form.php:871
598
  msgid "Language settings for the field names in the form"
599
  msgstr "Définition des langues pour les titres des champs"
600
 
601
+ #: contact_form.php:880
602
  msgid "Add a language"
603
  msgstr "Ajouter une langue"
604
 
605
+ #: contact_form.php:884
606
  msgid "Change the names of the contact form fields and error messages"
607
  msgstr "Modifier le texte pour les champs du formulaire de contact et les messages d'erreur"
608
 
609
+ #: contact_form.php:889
610
+ #: contact_form.php:960
611
  msgid "English"
612
  msgstr "Anglais"
613
 
614
+ #: contact_form.php:908
615
+ #: contact_form.php:937
616
  msgid "Error message for the Name field"
617
  msgstr "Message d'erreur pour le champ nom"
618
 
619
+ #: contact_form.php:909
620
+ #: contact_form.php:938
621
  msgid "Error message for the Address field"
622
  msgstr "Message d'erreur pour le champ Adresse"
623
 
624
+ #: contact_form.php:910
625
+ #: contact_form.php:939
626
  msgid "Error message for the Email field"
627
  msgstr "Message d'erreur pour le champ e-mail"
628
 
629
+ #: contact_form.php:911
630
+ #: contact_form.php:940
631
  msgid "Error message for the Phone field"
632
  msgstr "Message d'erreur pour le champ téléphone"
633
 
634
+ #: contact_form.php:912
635
+ #: contact_form.php:941
636
  msgid "Error message for the Subject field"
637
  msgstr "Message d'erreur pour le champ sujet"
638
 
639
+ #: contact_form.php:913
640
+ #: contact_form.php:942
641
  msgid "Error message for the Message field"
642
  msgstr "Message d'erreur pour le champ message"
643
 
644
+ #: contact_form.php:914
645
+ #: contact_form.php:943
646
  msgid "Error message about the file type for the Attachment field"
647
  msgstr "Message d'erreur pour le champ fichier joint (type du fichier)"
648
 
649
+ #: contact_form.php:915
650
+ #: contact_form.php:944
651
  msgid "Error message while uploading a file for the Attachment field to the server"
652
  msgstr "Message d'erreur pour le champ fichier joint (problème d'envoie vers le serveur)"
653
 
654
+ #: contact_form.php:916
655
+ #: contact_form.php:945
656
  msgid "Error message while moving the file for the Attachment field"
657
  msgstr "Message d'erreur pour le champ fichier joint (déplacement du fichier)"
658
 
659
+ #: contact_form.php:917
660
+ #: contact_form.php:946
661
  msgid "Error message when file size limit for the Attachment field is exceeded"
662
  msgstr "Message d'erreur pour le champ fichier joint (taille limite du fichier atteinte)"
663
 
664
+ #: contact_form.php:918
665
+ #: contact_form.php:947
666
  msgid "Error message for the Captcha field"
667
  msgstr "Message d'erreur pour le captcha"
668
 
669
+ #: contact_form.php:919
670
+ #: contact_form.php:948
671
  msgid "Error message for the whole form"
672
  msgstr "Message d'erreur demandant à compléter les champs manquants"
673
 
674
+ #: contact_form.php:921
675
+ #: contact_form.php:950
676
+ #: contact_form.php:969
677
+ #: contact_form.php:975
678
  msgid "Use shortcode"
679
  msgstr "Utiliser le code court"
680
 
681
+ #: contact_form.php:921
682
+ #: contact_form.php:950
683
+ #: contact_form.php:969
684
+ #: contact_form.php:975
685
  msgid "for this language"
686
  msgstr "pour cette langue"
687
 
688
+ #: contact_form.php:957
689
  msgid "Action after email is sent"
690
  msgstr "Action après l'envoie de l'e-mail"
691
 
692
+ #: contact_form.php:959
693
  msgid "Display text"
694
  msgstr "Afficher le texte"
695
 
696
+ #: contact_form.php:968
697
+ #: contact_form.php:974
698
  msgid "Text"
699
  msgstr "Texte"
700
 
701
+ #: contact_form.php:981
702
  msgid "Redirect to the page"
703
  msgstr "Rediriger vers la page"
704
 
705
+ #: contact_form.php:982
706
  msgid "Url"
707
  msgstr "Url"
708
 
709
+ #: contact_form.php:987
710
+ #: contact_form.php:1162
711
  msgid "Save Changes"
712
  msgstr "Sauvegarder les modifications"
713
 
714
+ #: contact_form.php:1002
715
  msgid "Contact Form Pro | Extra Settings"
716
  msgstr "Formulaire Pro de Contact | Options supplémentaires"
717
 
718
+ #: contact_form.php:1009
719
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
720
  msgstr "Cette fonctionalité est disponible dans le version Pro de cette extension. Pour plus de détails, merci de suivre ce lien"
721
 
722
+ #: contact_form.php:1016
723
  msgid "Errors output"
724
  msgstr "Affichage des erreurs"
725
 
726
+ #: contact_form.php:1019
727
  msgid "Display error messages"
728
  msgstr "Aficher les messages d'erreur"
729
 
730
+ #: contact_form.php:1020
731
  msgid "Color of the input field errors."
732
  msgstr "Mettre en couleur les champs ayant des erreurs"
733
 
734
+ #: contact_form.php:1021
735
  msgid "Display error messages & color of the input field errors"
736
  msgstr "Afficher les messages d'erreur et mettre en couleur les champs ayant des erreurs"
737
 
738
+ #: contact_form.php:1026
739
  msgid "Add placeholder to the input blocks"
740
  msgstr "Ajouter la localisation dans le bloc de saisie"
741
 
742
+ #: contact_form.php:1032
743
  msgid "Add tooltips"
744
  msgstr "Ajouter les conseils"
745
 
746
+ #: contact_form.php:1046
747
  msgid "Email address"
748
  msgstr "Adresse e-mail"
749
 
750
+ #: contact_form.php:1051
751
  msgid "Phone Number"
752
  msgstr "Téléphone"
753
 
754
+ #: contact_form.php:1065
755
  msgid "Attachment"
756
  msgstr "Pièce-jointe"
757
 
758
+ #: contact_form.php:1075
759
  msgid "Style options"
760
  msgstr "Options de style"
761
 
762
+ #: contact_form.php:1078
763
  msgid "Text color"
764
  msgstr "Couleur du texte"
765
 
766
+ #: contact_form.php:1081
767
+ #: contact_form.php:1086
768
+ #: contact_form.php:1096
769
+ #: contact_form.php:1101
770
+ #: contact_form.php:1106
771
+ #: contact_form.php:1111
772
+ #: contact_form.php:1121
773
+ #: contact_form.php:1126
774
+ #: contact_form.php:1132
775
+ #: contact_form.php:1143
776
+ #: contact_form.php:1148
777
+ #: contact_form.php:1153
778
  msgid "Default"
779
  msgstr "Défaut"
780
 
781
+ #: contact_form.php:1083
782
  msgid "Label text color"
783
  msgstr "Couleur des textes des intitulés"
784
 
785
+ #: contact_form.php:1088
786
  msgid "Placeholder color"
787
  msgstr "Couleur pour la localisation"
788
 
789
+ #: contact_form.php:1093
790
  msgid "Errors color"
791
  msgstr "Couleur pour les erreurs"
792
 
793
+ #: contact_form.php:1098
794
  msgid "Error text color"
795
  msgstr "Couleur pour le texte des erreurs"
796
 
797
+ #: contact_form.php:1103
798
  msgid "Background color of the input field errors"
799
  msgstr "Couleur de fond pour les erreurs de saisie dans les champs"
800
 
801
+ #: contact_form.php:1108
802
  msgid "Border color of the input field errors"
803
  msgstr "Couleur de la bordure pour les erreurs de saisie dans les champs"
804
 
805
+ #: contact_form.php:1113
806
  msgid "Placeholder color of the input field errors"
807
  msgstr "Couleur pour la localisation lors d'une erreur de saisie du champ"
808
 
809
+ #: contact_form.php:1118
810
  msgid "Input fields"
811
  msgstr "Champs de saisie"
812
 
813
+ #: contact_form.php:1123
814
  msgid "Input fields background color"
815
  msgstr "Couleur de fond pour les champs de saisie"
816
 
817
+ #: contact_form.php:1128
818
  msgid "Text fields color"
819
  msgstr "Couleur pour les textes des champs de saisie"
820
 
821
+ #: contact_form.php:1130
822
  msgid "Border width in px, numbers only"
823
  msgstr "Largeur des bordures en px, nombre seulement"
824
 
825
+ #: contact_form.php:1134
826
+ #: contact_form.php:1155
827
  msgid "Border color"
828
  msgstr "Couleur des bordures"
829
 
830
+ #: contact_form.php:1139
831
  msgid "Submit button"
832
  msgstr "Bouton Envoyer"
833
 
834
+ #: contact_form.php:1141
835
  msgid "Width in px, numbers only"
836
  msgstr "Largeur en px, nombre seulement"
837
 
838
+ #: contact_form.php:1145
839
  msgid "Button color"
840
  msgstr "Couleur du bouton"
841
 
842
+ #: contact_form.php:1150
843
  msgid "Button text color"
844
  msgstr "Couleur du texte du bouton"
845
 
846
+ #: contact_form.php:1166
847
  msgid "Contact Form Pro | Preview"
848
  msgstr "Formulaire Pro de Contact | Prévisualisation"
849
 
850
+ #: contact_form.php:1169
851
  msgid "Show with errors"
852
  msgstr "Afficher avec les erreurs"
853
 
 
854
  #: contact_form.php:1177
855
+ #: contact_form.php:1179
856
  msgid "Please enter your full name..."
857
  msgstr "Merci de saisir votre nom..."
858
 
 
859
  #: contact_form.php:1190
860
+ #: contact_form.php:1192
861
  msgid "Please enter your address..."
862
  msgstr "Merci de saisir votre adresse..."
863
 
 
864
  #: contact_form.php:1201
865
+ #: contact_form.php:1203
866
  msgid "Please enter your email address..."
867
  msgstr "Merci de saisir votre adresse e-mail..."
868
 
 
869
  #: contact_form.php:1212
870
+ #: contact_form.php:1214
871
  msgid "Please enter your phone number..."
872
  msgstr "Merci de saisir votre numéro de téléphone..."
873
 
 
874
  #: contact_form.php:1223
875
+ #: contact_form.php:1225
876
  msgid "Please enter subject..."
877
  msgstr "Merci de saisir le sujet..."
878
 
 
879
  #: contact_form.php:1233
880
+ #: contact_form.php:1235
881
  msgid "Please enter your message..."
882
  msgstr "Merci de saisir votre message..."
883
 
884
+ #: contact_form.php:1246
885
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
886
  msgstr "Types de fichiers autorisés: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Taille maximum 2MB"
887
 
888
+ #: contact_form.php:1399
889
  msgid "You can attach the following file formats"
890
  msgstr "Vous pouvez joindre des fichiers aux formats suivants"
891
 
892
+ #: contact_form.php:1683
893
  msgid "Contact from"
894
  msgstr "Contact de"
895
 
896
+ #: contact_form.php:1696
897
  msgid "Email"
898
  msgstr "E-mail"
899
 
900
+ #: contact_form.php:1710
901
  msgid "Site"
902
  msgstr "Site"
903
 
904
+ #: contact_form.php:1760
905
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
906
  msgstr "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de MIME !"
907
 
908
+ #: contact_form.php:1811
909
  msgid "FAQ"
910
  msgstr "FAQ"
911
 
912
+ #: contact_form.php:1812
913
  msgid "Support"
914
  msgstr "Support"
915
 
916
+ #: contact_form.php:1860
917
  msgid "Are you sure that you want to delete this language data?"
918
  msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
919
 
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-07-22 16:56+0300\n"
6
- "PO-Revision-Date: 2013-07-22 16:56+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Paula Rios <paulacompos@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -159,7 +159,7 @@ msgid "Thank you for contacting us."
159
  msgstr "Moitas grazas contatares con nós."
160
 
161
  #: contact_form.php:242
162
- #: contact_form.php:1313
163
  msgid "Sorry, email message could not be delivered."
164
  msgstr "Sentímoscho, o teu correo non pode ser entregado."
165
 
@@ -185,9 +185,9 @@ msgstr "Ler máis"
185
  #: contact_form.php:255
186
  #: contact_form.php:281
187
  #: contact_form.php:754
188
- #: contact_form.php:1002
189
- #: contact_form.php:1799
190
- #: contact_form.php:1808
191
  msgid "Settings"
192
  msgstr "Configuracións"
193
 
@@ -271,64 +271,64 @@ msgid "Contact Form Pro Extra Settings"
271
  msgstr "Configuracións do Formulário de contato"
272
 
273
  #: contact_form.php:373
274
- #: contact_form.php:1008
275
  #, fuzzy
276
  msgid "Contact Form Pro"
277
  msgstr "Formulario de contato"
278
 
279
  #: contact_form.php:412
280
- #: contact_form.php:897
281
- #: contact_form.php:926
282
  msgid "Name:"
283
  msgstr "Nome:"
284
 
285
  #: contact_form.php:413
286
- #: contact_form.php:898
287
- #: contact_form.php:927
288
  #, fuzzy
289
  msgid "Address:"
290
  msgstr "Enderezo electrónico:"
291
 
292
  #: contact_form.php:414
293
- #: contact_form.php:899
294
- #: contact_form.php:928
295
  msgid "Email Address:"
296
  msgstr "Enderezo electrónico:"
297
 
298
  #: contact_form.php:415
299
- #: contact_form.php:900
300
- #: contact_form.php:929
301
  msgid "Phone number:"
302
  msgstr "Teléfono:"
303
 
304
  #: contact_form.php:416
305
- #: contact_form.php:901
306
- #: contact_form.php:930
307
  msgid "Subject:"
308
  msgstr "Asunto:"
309
 
310
  #: contact_form.php:417
311
- #: contact_form.php:902
312
- #: contact_form.php:931
313
  msgid "Message:"
314
  msgstr "Mensaxe:"
315
 
316
  #: contact_form.php:418
317
- #: contact_form.php:903
318
- #: contact_form.php:932
319
  msgid "Attachment:"
320
  msgstr "Anexo:"
321
 
322
  #: contact_form.php:419
323
  #: contact_form.php:474
324
- #: contact_form.php:904
325
- #: contact_form.php:933
326
  msgid "Send me a copy"
327
  msgstr "Enviarme unha copia"
328
 
329
  #: contact_form.php:420
330
- #: contact_form.php:905
331
- #: contact_form.php:934
332
  msgid "Submit"
333
  msgstr "Enviar"
334
 
@@ -407,528 +407,543 @@ msgid "Settings saved."
407
  msgstr "Configuracións gardadas."
408
 
409
  #: contact_form.php:755
410
- #: contact_form.php:1003
411
  #, fuzzy
412
  msgid "Extra settings"
413
  msgstr "Configuracións"
414
 
415
  #: contact_form.php:760
416
- #: contact_form.php:1259
417
  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:"
418
  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:"
419
 
 
 
 
 
 
 
 
420
  #: contact_form.php:761
 
 
 
 
 
 
 
 
421
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
422
  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."
423
 
424
- #: contact_form.php:765
425
  msgid "The user's email address:"
426
  msgstr "Usar o enderezo dunha das persoas usuarias:"
427
 
428
- #: contact_form.php:769
429
  msgid "Create a username"
430
  msgstr "Seleciona o nome da persoa usuaria"
431
 
432
- #: contact_form.php:774
433
  msgid "Enter a username of the person who should get the messages from the contact form."
434
  msgstr "Determina a persoa usuaria que recibirá as mensaxes enviadas polo Formulario de Contato."
435
 
436
- #: contact_form.php:778
437
  msgid "Use this email address:"
438
  msgstr "Usar este enderezo electrónico:"
439
 
440
- #: contact_form.php:781
441
  msgid "Enter the email address you want the messages forwarded to."
442
  msgstr "Configura o enderezo electrónico que vai ser usado para recibires as mensaxes."
443
 
444
- #: contact_form.php:785
445
  msgid "Additional options"
446
  msgstr "Opcións adicionais"
447
 
448
- #: contact_form.php:788
449
  msgid "What to use?"
450
  msgstr "Que queres usar?"
451
 
452
- #: contact_form.php:791
453
  msgid "Wp-mail"
454
  msgstr "Wp-mail"
455
 
456
- #: contact_form.php:792
457
  msgid "You can use the wp_mail function for mailing"
458
  msgstr "Para enviar o correo podes usar a función wp_mail do WordPress"
459
 
460
- #: contact_form.php:798
461
  msgid "Mail"
462
  msgstr "Enderezo electrónico"
463
 
464
- #: contact_form.php:799
465
  msgid "To send mail you can use the php mail function"
466
  msgstr "Para enviar o correo podes usar a función php mail"
467
 
468
- #: contact_form.php:803
469
  msgid "Change text of the 'FROM' field"
470
  msgstr "Mudar campos do formulario de contato"
471
 
472
- #: contact_form.php:809
473
  msgid "Enter the email address in the 'From' field"
474
  msgstr ""
475
 
476
- #: contact_form.php:811
477
  msgid "User email"
478
  msgstr ""
479
 
480
- #: contact_form.php:811
481
  msgid "The email address of the user who fills the form will be used in the field 'From'."
482
  msgstr ""
483
 
484
- #: contact_form.php:813
485
  msgid "This email address will be used in the 'From' field."
486
  msgstr ""
487
 
488
- #: contact_form.php:817
489
  #, fuzzy
490
  msgid "Display fields"
491
  msgstr "Mostrar a opción para anexar arquivos"
492
 
493
- #: contact_form.php:819
494
- #: contact_form.php:849
495
- #: contact_form.php:1039
496
- #: contact_form.php:1691
497
  #, fuzzy
498
  msgid "Address"
499
  msgstr "Enderezo electrónico:"
500
 
501
- #: contact_form.php:820
502
- #: contact_form.php:851
503
- #: contact_form.php:1699
504
  msgid "Phone"
505
  msgstr "Teléfono"
506
 
507
- #: contact_form.php:821
508
  #, fuzzy
509
  msgid "Attachment block"
510
  msgstr "Mostrar a opción para anexar arquivos"
511
 
512
- #: contact_form.php:821
513
  msgid "Users can attach the following file formats"
514
  msgstr "As persoas usuarias poden anexar arquivos do tipo:"
515
 
516
- #: contact_form.php:822
517
  #, fuzzy
518
  msgid "Tips below the Attachment block"
519
  msgstr "Amosar explicacións tras o bloqueo de arquivos adxuntos"
520
 
521
- #: contact_form.php:823
522
  #, fuzzy
523
  msgid "Send me a copy block"
524
  msgstr "Mostrar a opción Enviarme unha cópia"
525
 
526
- #: contact_form.php:835
527
- #: contact_form.php:838
528
- #: contact_form.php:841
529
- #: contact_form.php:1068
530
  msgid "Captcha"
531
  msgstr ""
532
 
533
- #: contact_form.php:835
534
- #: contact_form.php:838
535
- #: contact_form.php:841
536
- #: contact_form.php:1068
537
  msgid "(powered by bestwebsoft.com)"
538
  msgstr ""
539
 
540
- #: contact_form.php:838
541
  #, fuzzy
542
  msgid "Activate captcha"
543
  msgstr "Plugins activados"
544
 
545
- #: contact_form.php:841
546
  #, fuzzy
547
  msgid "Download captcha"
548
  msgstr "Baixar"
549
 
550
- #: contact_form.php:846
551
  msgid "Required fields"
552
  msgstr "Campo obrigatorio"
553
 
554
- #: contact_form.php:848
555
- #: contact_form.php:1034
556
- #: contact_form.php:1686
557
  msgid "Name"
558
  msgstr "Nome"
559
 
560
- #: contact_form.php:850
561
  #, fuzzy
562
  msgid "Email Address"
563
  msgstr "Enderezo electrónico:"
564
 
565
- #: contact_form.php:852
566
- #: contact_form.php:1054
567
- #: contact_form.php:1702
568
  msgid "Subject"
569
  msgstr "Asunto"
570
 
571
- #: contact_form.php:853
572
- #: contact_form.php:1058
573
- #: contact_form.php:1705
574
  msgid "Message"
575
  msgstr "Mensaxe"
576
 
577
- #: contact_form.php:857
578
  #, fuzzy
579
  msgid "Display additional info in the email"
580
  msgstr "Ver Información adicional no correo"
581
 
582
- #: contact_form.php:862
583
- #: contact_form.php:1658
584
  msgid "Sent from (ip address)"
585
  msgstr "Enviado desde (Enderezo IP)"
586
 
587
- #: contact_form.php:863
588
- #: contact_form.php:1663
589
  msgid "Date/Time"
590
  msgstr "Data/Hora"
591
 
592
- #: contact_form.php:864
593
- #: contact_form.php:1668
594
  msgid "Sent from (referer)"
595
  msgstr "Procedente de de (orixe)"
596
 
597
- #: contact_form.php:865
598
- #: contact_form.php:1673
599
  msgid "Using (user agent)"
600
  msgstr "Usando (cliente de email)"
601
 
602
- #: contact_form.php:869
603
  msgid "Language settings for the field names in the form"
604
  msgstr ""
605
 
606
- #: contact_form.php:878
607
  msgid "Add a language"
608
  msgstr ""
609
 
610
- #: contact_form.php:882
611
  msgid "Change the names of the contact form fields and error messages"
612
  msgstr "Mudar a etiqueta dos campos no Formulario de contato"
613
 
614
- #: contact_form.php:887
615
- #: contact_form.php:958
616
  msgid "English"
617
  msgstr ""
618
 
619
- #: contact_form.php:906
620
- #: contact_form.php:935
621
- msgid "Error message for the Name field"
622
- msgstr ""
623
-
624
- #: contact_form.php:907
625
- #: contact_form.php:936
626
- msgid "Error message for the Address field"
627
- msgstr ""
628
-
629
  #: contact_form.php:908
630
  #: contact_form.php:937
631
- msgid "Error message for the Email field"
632
  msgstr ""
633
 
634
  #: contact_form.php:909
635
  #: contact_form.php:938
636
- msgid "Error message for the Phone field"
637
  msgstr ""
638
 
639
  #: contact_form.php:910
640
  #: contact_form.php:939
641
- msgid "Error message for the Subject field"
642
  msgstr ""
643
 
644
  #: contact_form.php:911
645
  #: contact_form.php:940
646
- msgid "Error message for the Message field"
647
  msgstr ""
648
 
649
  #: contact_form.php:912
650
  #: contact_form.php:941
651
- msgid "Error message about the file type for the Attachment field"
652
  msgstr ""
653
 
654
  #: contact_form.php:913
655
  #: contact_form.php:942
656
- msgid "Error message while uploading a file for the Attachment field to the server"
657
  msgstr ""
658
 
659
  #: contact_form.php:914
660
  #: contact_form.php:943
661
- msgid "Error message while moving the file for the Attachment field"
662
  msgstr ""
663
 
664
  #: contact_form.php:915
665
  #: contact_form.php:944
666
- msgid "Error message when file size limit for the Attachment field is exceeded"
667
  msgstr ""
668
 
669
  #: contact_form.php:916
670
  #: contact_form.php:945
671
- msgid "Error message for the Captcha field"
672
  msgstr ""
673
 
674
  #: contact_form.php:917
675
  #: contact_form.php:946
676
- msgid "Error message for the whole form"
 
 
 
 
 
677
  msgstr ""
678
 
679
  #: contact_form.php:919
680
  #: contact_form.php:948
681
- #: contact_form.php:967
682
- #: contact_form.php:973
 
 
 
 
 
683
  msgid "Use shortcode"
684
  msgstr ""
685
 
686
- #: contact_form.php:919
687
- #: contact_form.php:948
688
- #: contact_form.php:967
689
- #: contact_form.php:973
690
  msgid "for this language"
691
  msgstr ""
692
 
693
- #: contact_form.php:955
694
  msgid "Action after email is sent"
695
  msgstr "Acción despois do envío de correo"
696
 
697
- #: contact_form.php:957
698
  msgid "Display text"
699
  msgstr "Mostrar a opción para anexar arquivos"
700
 
701
- #: contact_form.php:966
702
- #: contact_form.php:972
703
  msgid "Text"
704
  msgstr "Texto"
705
 
706
- #: contact_form.php:979
707
  msgid "Redirect to the page"
708
  msgstr "Redirecionar á páxina"
709
 
710
- #: contact_form.php:980
711
  msgid "Url"
712
  msgstr "URL"
713
 
714
- #: contact_form.php:985
715
- #: contact_form.php:1160
716
  msgid "Save Changes"
717
  msgstr "Gardar as mudanzas"
718
 
719
- #: contact_form.php:1000
720
  #, fuzzy
721
  msgid "Contact Form Pro | Extra Settings"
722
  msgstr "Configuracións do Formulário de contato"
723
 
724
- #: contact_form.php:1007
725
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
726
  msgstr ""
727
 
728
- #: contact_form.php:1014
729
  msgid "Errors output"
730
  msgstr ""
731
 
732
- #: contact_form.php:1017
733
  msgid "Display error messages"
734
  msgstr ""
735
 
736
- #: contact_form.php:1018
737
  msgid "Color of the input field errors."
738
  msgstr ""
739
 
740
- #: contact_form.php:1019
741
  msgid "Display error messages & color of the input field errors"
742
  msgstr ""
743
 
744
- #: contact_form.php:1024
745
  msgid "Add placeholder to the input blocks"
746
  msgstr ""
747
 
748
- #: contact_form.php:1030
749
  #, fuzzy
750
  msgid "Add tooltips"
751
  msgstr "Opcións adicionais"
752
 
753
- #: contact_form.php:1044
754
  #, fuzzy
755
  msgid "Email address"
756
  msgstr "Enderezo electrónico:"
757
 
758
- #: contact_form.php:1049
759
  #, fuzzy
760
  msgid "Phone Number"
761
  msgstr "Teléfono:"
762
 
763
- #: contact_form.php:1063
764
  #, fuzzy
765
  msgid "Attachment"
766
  msgstr "Anexo:"
767
 
768
- #: contact_form.php:1073
769
  #, fuzzy
770
  msgid "Style options"
771
  msgstr "Opcións adicionais"
772
 
773
- #: contact_form.php:1076
774
  msgid "Text color"
775
  msgstr ""
776
 
777
- #: contact_form.php:1079
778
- #: contact_form.php:1084
779
- #: contact_form.php:1094
780
- #: contact_form.php:1099
781
- #: contact_form.php:1104
782
- #: contact_form.php:1109
783
- #: contact_form.php:1119
784
- #: contact_form.php:1124
785
- #: contact_form.php:1130
786
- #: contact_form.php:1141
787
- #: contact_form.php:1146
788
- #: contact_form.php:1151
789
  msgid "Default"
790
  msgstr ""
791
 
792
- #: contact_form.php:1081
793
  msgid "Label text color"
794
  msgstr ""
795
 
796
- #: contact_form.php:1086
797
  msgid "Placeholder color"
798
  msgstr ""
799
 
800
- #: contact_form.php:1091
801
  msgid "Errors color"
802
  msgstr ""
803
 
804
- #: contact_form.php:1096
805
  msgid "Error text color"
806
  msgstr ""
807
 
808
- #: contact_form.php:1101
809
  msgid "Background color of the input field errors"
810
  msgstr ""
811
 
812
- #: contact_form.php:1106
813
  msgid "Border color of the input field errors"
814
  msgstr ""
815
 
816
- #: contact_form.php:1111
817
  msgid "Placeholder color of the input field errors"
818
  msgstr ""
819
 
820
- #: contact_form.php:1116
821
  #, fuzzy
822
  msgid "Input fields"
823
  msgstr "Mostrar a opción para anexar arquivos"
824
 
825
- #: contact_form.php:1121
826
  msgid "Input fields background color"
827
  msgstr ""
828
 
829
- #: contact_form.php:1126
830
  msgid "Text fields color"
831
  msgstr ""
832
 
833
- #: contact_form.php:1128
834
  msgid "Border width in px, numbers only"
835
  msgstr ""
836
 
837
- #: contact_form.php:1132
838
- #: contact_form.php:1153
839
  msgid "Border color"
840
  msgstr ""
841
 
842
- #: contact_form.php:1137
843
  #, fuzzy
844
  msgid "Submit button"
845
  msgstr "Enviar"
846
 
847
- #: contact_form.php:1139
848
  msgid "Width in px, numbers only"
849
  msgstr ""
850
 
851
- #: contact_form.php:1143
852
  msgid "Button color"
853
  msgstr ""
854
 
855
- #: contact_form.php:1148
856
  msgid "Button text color"
857
  msgstr ""
858
 
859
- #: contact_form.php:1164
860
  #, fuzzy
861
  msgid "Contact Form Pro | Preview"
862
  msgstr "Formulario de contato"
863
 
864
- #: contact_form.php:1167
865
  msgid "Show with errors"
866
  msgstr ""
867
 
868
- #: contact_form.php:1175
869
  #: contact_form.php:1177
 
870
  msgid "Please enter your full name..."
871
  msgstr ""
872
 
873
- #: contact_form.php:1188
874
  #: contact_form.php:1190
 
875
  msgid "Please enter your address..."
876
  msgstr ""
877
 
878
- #: contact_form.php:1199
879
  #: contact_form.php:1201
 
880
  #, fuzzy
881
  msgid "Please enter your email address..."
882
  msgstr "Usar este enderezo electrónico:"
883
 
884
- #: contact_form.php:1210
885
  #: contact_form.php:1212
 
886
  msgid "Please enter your phone number..."
887
  msgstr ""
888
 
889
- #: contact_form.php:1221
890
  #: contact_form.php:1223
 
891
  msgid "Please enter subject..."
892
  msgstr ""
893
 
894
- #: contact_form.php:1231
895
  #: contact_form.php:1233
 
896
  msgid "Please enter your message..."
897
  msgstr ""
898
 
899
- #: contact_form.php:1244
900
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
901
  msgstr ""
902
 
903
- #: contact_form.php:1397
904
  msgid "You can attach the following file formats"
905
  msgstr "Podes anexar arquivos do tipo:"
906
 
907
- #: contact_form.php:1681
908
  msgid "Contact from"
909
  msgstr "Formulario de contato"
910
 
911
- #: contact_form.php:1694
912
  msgid "Email"
913
  msgstr "Correo electrónico"
914
 
915
- #: contact_form.php:1708
916
  msgid "Site"
917
  msgstr "Sitio web"
918
 
919
- #: contact_form.php:1758
920
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
921
  msgstr "Se consegues ver esta MENSAXE entón é que o teu cliente non acepta tipos MIME! Por favor utiliza un cliente máis actualizado."
922
 
923
- #: contact_form.php:1809
924
  msgid "FAQ"
925
  msgstr "Preguntas frecuentes"
926
 
927
- #: contact_form.php:1810
928
  msgid "Support"
929
  msgstr "Soporte"
930
 
931
- #: contact_form.php:1858
932
  msgid "Are you sure that you want to delete this language data?"
933
  msgstr ""
934
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-07-29 17:32+0300\n"
6
+ "PO-Revision-Date: 2013-07-29 17:32+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Paula Rios <paulacompos@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
159
  msgstr "Moitas grazas contatares con nós."
160
 
161
  #: contact_form.php:242
162
+ #: contact_form.php:1315
163
  msgid "Sorry, email message could not be delivered."
164
  msgstr "Sentímoscho, o teu correo non pode ser entregado."
165
 
185
  #: contact_form.php:255
186
  #: contact_form.php:281
187
  #: contact_form.php:754
188
+ #: contact_form.php:1004
189
+ #: contact_form.php:1801
190
+ #: contact_form.php:1810
191
  msgid "Settings"
192
  msgstr "Configuracións"
193
 
271
  msgstr "Configuracións do Formulário de contato"
272
 
273
  #: contact_form.php:373
274
+ #: contact_form.php:1010
275
  #, fuzzy
276
  msgid "Contact Form Pro"
277
  msgstr "Formulario de contato"
278
 
279
  #: contact_form.php:412
280
+ #: contact_form.php:899
281
+ #: contact_form.php:928
282
  msgid "Name:"
283
  msgstr "Nome:"
284
 
285
  #: contact_form.php:413
286
+ #: contact_form.php:900
287
+ #: contact_form.php:929
288
  #, fuzzy
289
  msgid "Address:"
290
  msgstr "Enderezo electrónico:"
291
 
292
  #: contact_form.php:414
293
+ #: contact_form.php:901
294
+ #: contact_form.php:930
295
  msgid "Email Address:"
296
  msgstr "Enderezo electrónico:"
297
 
298
  #: contact_form.php:415
299
+ #: contact_form.php:902
300
+ #: contact_form.php:931
301
  msgid "Phone number:"
302
  msgstr "Teléfono:"
303
 
304
  #: contact_form.php:416
305
+ #: contact_form.php:903
306
+ #: contact_form.php:932
307
  msgid "Subject:"
308
  msgstr "Asunto:"
309
 
310
  #: contact_form.php:417
311
+ #: contact_form.php:904
312
+ #: contact_form.php:933
313
  msgid "Message:"
314
  msgstr "Mensaxe:"
315
 
316
  #: contact_form.php:418
317
+ #: contact_form.php:905
318
+ #: contact_form.php:934
319
  msgid "Attachment:"
320
  msgstr "Anexo:"
321
 
322
  #: contact_form.php:419
323
  #: contact_form.php:474
324
+ #: contact_form.php:906
325
+ #: contact_form.php:935
326
  msgid "Send me a copy"
327
  msgstr "Enviarme unha copia"
328
 
329
  #: contact_form.php:420
330
+ #: contact_form.php:907
331
+ #: contact_form.php:936
332
  msgid "Submit"
333
  msgstr "Enviar"
334
 
407
  msgstr "Configuracións gardadas."
408
 
409
  #: contact_form.php:755
410
+ #: contact_form.php:1005
411
  #, fuzzy
412
  msgid "Extra settings"
413
  msgstr "Configuracións"
414
 
415
  #: contact_form.php:760
416
+ #: contact_form.php:1261
417
  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:"
418
  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:"
419
 
420
+ #: contact_form.php:760
421
+ #: contact_form.php:761
422
+ #: contact_form.php:921
423
+ #: contact_form.php:969
424
+ msgid "or"
425
+ msgstr ""
426
+
427
  #: contact_form.php:761
428
+ msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
429
+ msgstr ""
430
+
431
+ #: contact_form.php:762
432
+ msgid "They work the same way."
433
+ msgstr ""
434
+
435
+ #: contact_form.php:763
436
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
437
  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."
438
 
439
+ #: contact_form.php:767
440
  msgid "The user's email address:"
441
  msgstr "Usar o enderezo dunha das persoas usuarias:"
442
 
443
+ #: contact_form.php:771
444
  msgid "Create a username"
445
  msgstr "Seleciona o nome da persoa usuaria"
446
 
447
+ #: contact_form.php:776
448
  msgid "Enter a username of the person who should get the messages from the contact form."
449
  msgstr "Determina a persoa usuaria que recibirá as mensaxes enviadas polo Formulario de Contato."
450
 
451
+ #: contact_form.php:780
452
  msgid "Use this email address:"
453
  msgstr "Usar este enderezo electrónico:"
454
 
455
+ #: contact_form.php:783
456
  msgid "Enter the email address you want the messages forwarded to."
457
  msgstr "Configura o enderezo electrónico que vai ser usado para recibires as mensaxes."
458
 
459
+ #: contact_form.php:787
460
  msgid "Additional options"
461
  msgstr "Opcións adicionais"
462
 
463
+ #: contact_form.php:790
464
  msgid "What to use?"
465
  msgstr "Que queres usar?"
466
 
467
+ #: contact_form.php:793
468
  msgid "Wp-mail"
469
  msgstr "Wp-mail"
470
 
471
+ #: contact_form.php:794
472
  msgid "You can use the wp_mail function for mailing"
473
  msgstr "Para enviar o correo podes usar a función wp_mail do WordPress"
474
 
475
+ #: contact_form.php:800
476
  msgid "Mail"
477
  msgstr "Enderezo electrónico"
478
 
479
+ #: contact_form.php:801
480
  msgid "To send mail you can use the php mail function"
481
  msgstr "Para enviar o correo podes usar a función php mail"
482
 
483
+ #: contact_form.php:805
484
  msgid "Change text of the 'FROM' field"
485
  msgstr "Mudar campos do formulario de contato"
486
 
487
+ #: contact_form.php:811
488
  msgid "Enter the email address in the 'From' field"
489
  msgstr ""
490
 
491
+ #: contact_form.php:813
492
  msgid "User email"
493
  msgstr ""
494
 
495
+ #: contact_form.php:813
496
  msgid "The email address of the user who fills the form will be used in the field 'From'."
497
  msgstr ""
498
 
499
+ #: contact_form.php:815
500
  msgid "This email address will be used in the 'From' field."
501
  msgstr ""
502
 
503
+ #: contact_form.php:819
504
  #, fuzzy
505
  msgid "Display fields"
506
  msgstr "Mostrar a opción para anexar arquivos"
507
 
508
+ #: contact_form.php:821
509
+ #: contact_form.php:851
510
+ #: contact_form.php:1041
511
+ #: contact_form.php:1693
512
  #, fuzzy
513
  msgid "Address"
514
  msgstr "Enderezo electrónico:"
515
 
516
+ #: contact_form.php:822
517
+ #: contact_form.php:853
518
+ #: contact_form.php:1701
519
  msgid "Phone"
520
  msgstr "Teléfono"
521
 
522
+ #: contact_form.php:823
523
  #, fuzzy
524
  msgid "Attachment block"
525
  msgstr "Mostrar a opción para anexar arquivos"
526
 
527
+ #: contact_form.php:823
528
  msgid "Users can attach the following file formats"
529
  msgstr "As persoas usuarias poden anexar arquivos do tipo:"
530
 
531
+ #: contact_form.php:824
532
  #, fuzzy
533
  msgid "Tips below the Attachment block"
534
  msgstr "Amosar explicacións tras o bloqueo de arquivos adxuntos"
535
 
536
+ #: contact_form.php:825
537
  #, fuzzy
538
  msgid "Send me a copy block"
539
  msgstr "Mostrar a opción Enviarme unha cópia"
540
 
541
+ #: contact_form.php:837
542
+ #: contact_form.php:840
543
+ #: contact_form.php:843
544
+ #: contact_form.php:1070
545
  msgid "Captcha"
546
  msgstr ""
547
 
548
+ #: contact_form.php:837
549
+ #: contact_form.php:840
550
+ #: contact_form.php:843
551
+ #: contact_form.php:1070
552
  msgid "(powered by bestwebsoft.com)"
553
  msgstr ""
554
 
555
+ #: contact_form.php:840
556
  #, fuzzy
557
  msgid "Activate captcha"
558
  msgstr "Plugins activados"
559
 
560
+ #: contact_form.php:843
561
  #, fuzzy
562
  msgid "Download captcha"
563
  msgstr "Baixar"
564
 
565
+ #: contact_form.php:848
566
  msgid "Required fields"
567
  msgstr "Campo obrigatorio"
568
 
569
+ #: contact_form.php:850
570
+ #: contact_form.php:1036
571
+ #: contact_form.php:1688
572
  msgid "Name"
573
  msgstr "Nome"
574
 
575
+ #: contact_form.php:852
576
  #, fuzzy
577
  msgid "Email Address"
578
  msgstr "Enderezo electrónico:"
579
 
580
+ #: contact_form.php:854
581
+ #: contact_form.php:1056
582
+ #: contact_form.php:1704
583
  msgid "Subject"
584
  msgstr "Asunto"
585
 
586
+ #: contact_form.php:855
587
+ #: contact_form.php:1060
588
+ #: contact_form.php:1707
589
  msgid "Message"
590
  msgstr "Mensaxe"
591
 
592
+ #: contact_form.php:859
593
  #, fuzzy
594
  msgid "Display additional info in the email"
595
  msgstr "Ver Información adicional no correo"
596
 
597
+ #: contact_form.php:864
598
+ #: contact_form.php:1660
599
  msgid "Sent from (ip address)"
600
  msgstr "Enviado desde (Enderezo IP)"
601
 
602
+ #: contact_form.php:865
603
+ #: contact_form.php:1665
604
  msgid "Date/Time"
605
  msgstr "Data/Hora"
606
 
607
+ #: contact_form.php:866
608
+ #: contact_form.php:1670
609
  msgid "Sent from (referer)"
610
  msgstr "Procedente de de (orixe)"
611
 
612
+ #: contact_form.php:867
613
+ #: contact_form.php:1675
614
  msgid "Using (user agent)"
615
  msgstr "Usando (cliente de email)"
616
 
617
+ #: contact_form.php:871
618
  msgid "Language settings for the field names in the form"
619
  msgstr ""
620
 
621
+ #: contact_form.php:880
622
  msgid "Add a language"
623
  msgstr ""
624
 
625
+ #: contact_form.php:884
626
  msgid "Change the names of the contact form fields and error messages"
627
  msgstr "Mudar a etiqueta dos campos no Formulario de contato"
628
 
629
+ #: contact_form.php:889
630
+ #: contact_form.php:960
631
  msgid "English"
632
  msgstr ""
633
 
 
 
 
 
 
 
 
 
 
 
634
  #: contact_form.php:908
635
  #: contact_form.php:937
636
+ msgid "Error message for the Name field"
637
  msgstr ""
638
 
639
  #: contact_form.php:909
640
  #: contact_form.php:938
641
+ msgid "Error message for the Address field"
642
  msgstr ""
643
 
644
  #: contact_form.php:910
645
  #: contact_form.php:939
646
+ msgid "Error message for the Email field"
647
  msgstr ""
648
 
649
  #: contact_form.php:911
650
  #: contact_form.php:940
651
+ msgid "Error message for the Phone field"
652
  msgstr ""
653
 
654
  #: contact_form.php:912
655
  #: contact_form.php:941
656
+ msgid "Error message for the Subject field"
657
  msgstr ""
658
 
659
  #: contact_form.php:913
660
  #: contact_form.php:942
661
+ msgid "Error message for the Message field"
662
  msgstr ""
663
 
664
  #: contact_form.php:914
665
  #: contact_form.php:943
666
+ msgid "Error message about the file type for the Attachment field"
667
  msgstr ""
668
 
669
  #: contact_form.php:915
670
  #: contact_form.php:944
671
+ msgid "Error message while uploading a file for the Attachment field to the server"
672
  msgstr ""
673
 
674
  #: contact_form.php:916
675
  #: contact_form.php:945
676
+ msgid "Error message while moving the file for the Attachment field"
677
  msgstr ""
678
 
679
  #: contact_form.php:917
680
  #: contact_form.php:946
681
+ msgid "Error message when file size limit for the Attachment field is exceeded"
682
+ msgstr ""
683
+
684
+ #: contact_form.php:918
685
+ #: contact_form.php:947
686
+ msgid "Error message for the Captcha field"
687
  msgstr ""
688
 
689
  #: contact_form.php:919
690
  #: contact_form.php:948
691
+ msgid "Error message for the whole form"
692
+ msgstr ""
693
+
694
+ #: contact_form.php:921
695
+ #: contact_form.php:950
696
+ #: contact_form.php:969
697
+ #: contact_form.php:975
698
  msgid "Use shortcode"
699
  msgstr ""
700
 
701
+ #: contact_form.php:921
702
+ #: contact_form.php:950
703
+ #: contact_form.php:969
704
+ #: contact_form.php:975
705
  msgid "for this language"
706
  msgstr ""
707
 
708
+ #: contact_form.php:957
709
  msgid "Action after email is sent"
710
  msgstr "Acción despois do envío de correo"
711
 
712
+ #: contact_form.php:959
713
  msgid "Display text"
714
  msgstr "Mostrar a opción para anexar arquivos"
715
 
716
+ #: contact_form.php:968
717
+ #: contact_form.php:974
718
  msgid "Text"
719
  msgstr "Texto"
720
 
721
+ #: contact_form.php:981
722
  msgid "Redirect to the page"
723
  msgstr "Redirecionar á páxina"
724
 
725
+ #: contact_form.php:982
726
  msgid "Url"
727
  msgstr "URL"
728
 
729
+ #: contact_form.php:987
730
+ #: contact_form.php:1162
731
  msgid "Save Changes"
732
  msgstr "Gardar as mudanzas"
733
 
734
+ #: contact_form.php:1002
735
  #, fuzzy
736
  msgid "Contact Form Pro | Extra Settings"
737
  msgstr "Configuracións do Formulário de contato"
738
 
739
+ #: contact_form.php:1009
740
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
741
  msgstr ""
742
 
743
+ #: contact_form.php:1016
744
  msgid "Errors output"
745
  msgstr ""
746
 
747
+ #: contact_form.php:1019
748
  msgid "Display error messages"
749
  msgstr ""
750
 
751
+ #: contact_form.php:1020
752
  msgid "Color of the input field errors."
753
  msgstr ""
754
 
755
+ #: contact_form.php:1021
756
  msgid "Display error messages & color of the input field errors"
757
  msgstr ""
758
 
759
+ #: contact_form.php:1026
760
  msgid "Add placeholder to the input blocks"
761
  msgstr ""
762
 
763
+ #: contact_form.php:1032
764
  #, fuzzy
765
  msgid "Add tooltips"
766
  msgstr "Opcións adicionais"
767
 
768
+ #: contact_form.php:1046
769
  #, fuzzy
770
  msgid "Email address"
771
  msgstr "Enderezo electrónico:"
772
 
773
+ #: contact_form.php:1051
774
  #, fuzzy
775
  msgid "Phone Number"
776
  msgstr "Teléfono:"
777
 
778
+ #: contact_form.php:1065
779
  #, fuzzy
780
  msgid "Attachment"
781
  msgstr "Anexo:"
782
 
783
+ #: contact_form.php:1075
784
  #, fuzzy
785
  msgid "Style options"
786
  msgstr "Opcións adicionais"
787
 
788
+ #: contact_form.php:1078
789
  msgid "Text color"
790
  msgstr ""
791
 
792
+ #: contact_form.php:1081
793
+ #: contact_form.php:1086
794
+ #: contact_form.php:1096
795
+ #: contact_form.php:1101
796
+ #: contact_form.php:1106
797
+ #: contact_form.php:1111
798
+ #: contact_form.php:1121
799
+ #: contact_form.php:1126
800
+ #: contact_form.php:1132
801
+ #: contact_form.php:1143
802
+ #: contact_form.php:1148
803
+ #: contact_form.php:1153
804
  msgid "Default"
805
  msgstr ""
806
 
807
+ #: contact_form.php:1083
808
  msgid "Label text color"
809
  msgstr ""
810
 
811
+ #: contact_form.php:1088
812
  msgid "Placeholder color"
813
  msgstr ""
814
 
815
+ #: contact_form.php:1093
816
  msgid "Errors color"
817
  msgstr ""
818
 
819
+ #: contact_form.php:1098
820
  msgid "Error text color"
821
  msgstr ""
822
 
823
+ #: contact_form.php:1103
824
  msgid "Background color of the input field errors"
825
  msgstr ""
826
 
827
+ #: contact_form.php:1108
828
  msgid "Border color of the input field errors"
829
  msgstr ""
830
 
831
+ #: contact_form.php:1113
832
  msgid "Placeholder color of the input field errors"
833
  msgstr ""
834
 
835
+ #: contact_form.php:1118
836
  #, fuzzy
837
  msgid "Input fields"
838
  msgstr "Mostrar a opción para anexar arquivos"
839
 
840
+ #: contact_form.php:1123
841
  msgid "Input fields background color"
842
  msgstr ""
843
 
844
+ #: contact_form.php:1128
845
  msgid "Text fields color"
846
  msgstr ""
847
 
848
+ #: contact_form.php:1130
849
  msgid "Border width in px, numbers only"
850
  msgstr ""
851
 
852
+ #: contact_form.php:1134
853
+ #: contact_form.php:1155
854
  msgid "Border color"
855
  msgstr ""
856
 
857
+ #: contact_form.php:1139
858
  #, fuzzy
859
  msgid "Submit button"
860
  msgstr "Enviar"
861
 
862
+ #: contact_form.php:1141
863
  msgid "Width in px, numbers only"
864
  msgstr ""
865
 
866
+ #: contact_form.php:1145
867
  msgid "Button color"
868
  msgstr ""
869
 
870
+ #: contact_form.php:1150
871
  msgid "Button text color"
872
  msgstr ""
873
 
874
+ #: contact_form.php:1166
875
  #, fuzzy
876
  msgid "Contact Form Pro | Preview"
877
  msgstr "Formulario de contato"
878
 
879
+ #: contact_form.php:1169
880
  msgid "Show with errors"
881
  msgstr ""
882
 
 
883
  #: contact_form.php:1177
884
+ #: contact_form.php:1179
885
  msgid "Please enter your full name..."
886
  msgstr ""
887
 
 
888
  #: contact_form.php:1190
889
+ #: contact_form.php:1192
890
  msgid "Please enter your address..."
891
  msgstr ""
892
 
 
893
  #: contact_form.php:1201
894
+ #: contact_form.php:1203
895
  #, fuzzy
896
  msgid "Please enter your email address..."
897
  msgstr "Usar este enderezo electrónico:"
898
 
 
899
  #: contact_form.php:1212
900
+ #: contact_form.php:1214
901
  msgid "Please enter your phone number..."
902
  msgstr ""
903
 
 
904
  #: contact_form.php:1223
905
+ #: contact_form.php:1225
906
  msgid "Please enter subject..."
907
  msgstr ""
908
 
 
909
  #: contact_form.php:1233
910
+ #: contact_form.php:1235
911
  msgid "Please enter your message..."
912
  msgstr ""
913
 
914
+ #: contact_form.php:1246
915
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
916
  msgstr ""
917
 
918
+ #: contact_form.php:1399
919
  msgid "You can attach the following file formats"
920
  msgstr "Podes anexar arquivos do tipo:"
921
 
922
+ #: contact_form.php:1683
923
  msgid "Contact from"
924
  msgstr "Formulario de contato"
925
 
926
+ #: contact_form.php:1696
927
  msgid "Email"
928
  msgstr "Correo electrónico"
929
 
930
+ #: contact_form.php:1710
931
  msgid "Site"
932
  msgstr "Sitio web"
933
 
934
+ #: contact_form.php:1760
935
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
936
  msgstr "Se consegues ver esta MENSAXE entón é que o teu cliente non acepta tipos MIME! Por favor utiliza un cliente máis actualizado."
937
 
938
+ #: contact_form.php:1811
939
  msgid "FAQ"
940
  msgstr "Preguntas frecuentes"
941
 
942
+ #: contact_form.php:1812
943
  msgid "Support"
944
  msgstr "Soporte"
945
 
946
+ #: contact_form.php:1860
947
  msgid "Are you sure that you want to delete this language data?"
948
  msgstr ""
949
 
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-07-22 16:56+0300\n"
6
- "PO-Revision-Date: 2013-07-22 16:56+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -165,7 +165,7 @@ msgstr "תודה שיצרת עמנו קשר."
165
 
166
  # @ contact_form
167
  #: contact_form.php:242
168
- #: contact_form.php:1313
169
  msgid "Sorry, email message could not be delivered."
170
  msgstr "מצטערים, אי אפשר היה לשלוח את המייל שלך."
171
 
@@ -195,9 +195,9 @@ msgstr "קרא עוד"
195
  #: contact_form.php:255
196
  #: contact_form.php:281
197
  #: contact_form.php:754
198
- #: contact_form.php:1002
199
- #: contact_form.php:1799
200
- #: contact_form.php:1808
201
  msgid "Settings"
202
  msgstr "הגדרות"
203
 
@@ -295,72 +295,72 @@ msgstr "אפשרויות טופס צור קשר"
295
 
296
  # @ contact_form
297
  #: contact_form.php:373
298
- #: contact_form.php:1008
299
  #, fuzzy
300
  msgid "Contact Form Pro"
301
  msgstr "טופס צור קשר"
302
 
303
  # @ contact_form
304
  #: contact_form.php:412
305
- #: contact_form.php:897
306
- #: contact_form.php:926
307
  msgid "Name:"
308
  msgstr "שם:"
309
 
310
  # @ contact_form
311
  #: contact_form.php:413
312
- #: contact_form.php:898
313
- #: contact_form.php:927
314
  #, fuzzy
315
  msgid "Address:"
316
  msgstr "כתובת דוא\\\"ל:"
317
 
318
  # @ contact_form
319
  #: contact_form.php:414
320
- #: contact_form.php:899
321
- #: contact_form.php:928
322
  msgid "Email Address:"
323
  msgstr "כתובת דוא\\\"ל:"
324
 
325
  #: contact_form.php:415
326
- #: contact_form.php:900
327
- #: contact_form.php:929
328
  msgid "Phone number:"
329
  msgstr ""
330
 
331
  # @ contact_form
332
  #: contact_form.php:416
333
- #: contact_form.php:901
334
- #: contact_form.php:930
335
  msgid "Subject:"
336
  msgstr "נושא:"
337
 
338
  # @ contact_form
339
  #: contact_form.php:417
340
- #: contact_form.php:902
341
- #: contact_form.php:931
342
  msgid "Message:"
343
  msgstr "הודעה:"
344
 
345
  # @ contact_form
346
  #: contact_form.php:418
347
- #: contact_form.php:903
348
- #: contact_form.php:932
349
  msgid "Attachment:"
350
  msgstr "קובץ מצורף:"
351
 
352
  # @ contact_form
353
  #: contact_form.php:419
354
  #: contact_form.php:474
355
- #: contact_form.php:904
356
- #: contact_form.php:933
357
  msgid "Send me a copy"
358
  msgstr "שלח לי עותק"
359
 
360
  # @ contact_form
361
  #: contact_form.php:420
362
- #: contact_form.php:905
363
- #: contact_form.php:934
364
  msgid "Submit"
365
  msgstr "שלח"
366
 
@@ -455,583 +455,598 @@ msgstr "האפשרויות נשמרו."
455
 
456
  # @ contact_form
457
  #: contact_form.php:755
458
- #: contact_form.php:1003
459
  #, fuzzy
460
  msgid "Extra settings"
461
  msgstr "הגדרות"
462
 
463
  # @ contact_form
464
  #: contact_form.php:760
465
- #: contact_form.php:1259
466
  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:"
467
  msgstr "אם אתה מעוניין להוסיף טופס צור קשר לאתר שלך, פשוט העתק את קיצור הקוד שלהלן אל הפוסט או הדף או הוידג'ט שלך:"
468
 
469
- # @ contact_form
470
  #: contact_form.php:761
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
471
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
472
  msgstr "אם השדות שלהלן ריקים, אז המייל יישלח אל לכתובת שצוינה בעת ההרשמה."
473
 
474
  # @ contact_form
475
- #: contact_form.php:765
476
  msgid "The user's email address:"
477
  msgstr "השתמש במייל של משתמש וורדפרס:"
478
 
479
  # @ contact_form
480
- #: contact_form.php:769
481
  msgid "Create a username"
482
  msgstr "בחר שם משתמש"
483
 
484
  # @ contact_form
485
- #: contact_form.php:774
486
  msgid "Enter a username of the person who should get the messages from the contact form."
487
  msgstr "הגדר שם משתמש, אשר יקבל את ההודעות הנשלחות דרך טופס יצירת הקשר."
488
 
489
  # @ contact_form
490
- #: contact_form.php:778
491
  msgid "Use this email address:"
492
  msgstr "השתמש במייל זה:"
493
 
494
  # @ contact_form
495
- #: contact_form.php:781
496
  msgid "Enter the email address you want the messages forwarded to."
497
  msgstr "הגדר כתובת מייל שתשמש לקבלת הודעות."
498
 
499
  # @ contact_form
500
- #: contact_form.php:785
501
  msgid "Additional options"
502
  msgstr "אפשרויות נוספות"
503
 
504
  # @ contact_form
505
- #: contact_form.php:788
506
  msgid "What to use?"
507
  msgstr "איזה שימוש?"
508
 
509
  # @ mail-send
510
- #: contact_form.php:791
511
  msgid "Wp-mail"
512
  msgstr ""
513
 
514
  # @ mail_send
515
- #: contact_form.php:792
516
  msgid "You can use the wp_mail function for mailing"
517
  msgstr ""
518
 
519
  # @ mail-send
520
- #: contact_form.php:798
521
  msgid "Mail"
522
  msgstr ""
523
 
524
  # @ mail_send
525
- #: contact_form.php:799
526
  msgid "To send mail you can use the php mail function"
527
  msgstr ""
528
 
529
  # @ contact_form
530
- #: contact_form.php:803
531
  #, fuzzy
532
  msgid "Change text of the 'FROM' field"
533
  msgstr "שנה את השדות של טופס יצירת הקשר"
534
 
535
- #: contact_form.php:809
536
  msgid "Enter the email address in the 'From' field"
537
  msgstr ""
538
 
539
- #: contact_form.php:811
540
  msgid "User email"
541
  msgstr ""
542
 
543
- #: contact_form.php:811
544
  msgid "The email address of the user who fills the form will be used in the field 'From'."
545
  msgstr ""
546
 
547
- #: contact_form.php:813
548
  msgid "This email address will be used in the 'From' field."
549
  msgstr ""
550
 
551
  # @ contact_form
552
- #: contact_form.php:817
553
  #, fuzzy
554
  msgid "Display fields"
555
  msgstr "הטקסט המוצג"
556
 
557
  # @ contact_form
558
- #: contact_form.php:819
559
- #: contact_form.php:849
560
- #: contact_form.php:1039
561
- #: contact_form.php:1691
562
  #, fuzzy
563
  msgid "Address"
564
  msgstr "כתובת דוא\\\"ל:"
565
 
566
- #: contact_form.php:820
567
- #: contact_form.php:851
568
- #: contact_form.php:1699
569
  msgid "Phone"
570
  msgstr ""
571
 
572
  # @ contact_form
573
- #: contact_form.php:821
574
  #, fuzzy
575
  msgid "Attachment block"
576
  msgstr "הצג אפשרות קובץ מצורף"
577
 
578
  # @ contact_form
579
- #: contact_form.php:821
580
  msgid "Users can attach the following file formats"
581
  msgstr "משתמשים יוכלו לצרף קבצים מהסוגים הבאים"
582
 
583
  # @ contact_form
584
- #: contact_form.php:822
585
  #, fuzzy
586
  msgid "Tips below the Attachment block"
587
  msgstr "הצג את ההסברים אחרי תיבת הקובץ המצורף"
588
 
589
  # @ contact_form
590
- #: contact_form.php:823
591
  #, fuzzy
592
  msgid "Send me a copy block"
593
  msgstr "הצג תיבת שלח לי עותק"
594
 
595
- #: contact_form.php:835
596
- #: contact_form.php:838
597
- #: contact_form.php:841
598
- #: contact_form.php:1068
599
  msgid "Captcha"
600
  msgstr ""
601
 
602
- #: contact_form.php:835
603
- #: contact_form.php:838
604
- #: contact_form.php:841
605
- #: contact_form.php:1068
606
  msgid "(powered by bestwebsoft.com)"
607
  msgstr ""
608
 
609
  # @ contact_form
610
- #: contact_form.php:838
611
  #, fuzzy
612
  msgid "Activate captcha"
613
  msgstr "תוספים פעילים"
614
 
615
  # @ contact_form
616
- #: contact_form.php:841
617
  #, fuzzy
618
  msgid "Download captcha"
619
  msgstr "הורד"
620
 
621
- #: contact_form.php:846
622
  msgid "Required fields"
623
  msgstr ""
624
 
625
  # @ contact_form
626
- #: contact_form.php:848
627
- #: contact_form.php:1034
628
- #: contact_form.php:1686
629
  msgid "Name"
630
  msgstr "שם"
631
 
632
  # @ contact_form
633
- #: contact_form.php:850
634
  #, fuzzy
635
  msgid "Email Address"
636
  msgstr "כתובת דוא\\\"ל:"
637
 
638
  # @ contact_form
639
- #: contact_form.php:852
640
- #: contact_form.php:1054
641
- #: contact_form.php:1702
642
  msgid "Subject"
643
  msgstr "נושא"
644
 
645
  # @ contact_form
646
- #: contact_form.php:853
647
- #: contact_form.php:1058
648
- #: contact_form.php:1705
649
  msgid "Message"
650
  msgstr "תוכן ההודעה"
651
 
652
  # @ contact_form
653
- #: contact_form.php:857
654
  #, fuzzy
655
  msgid "Display additional info in the email"
656
  msgstr "הצג מידע נוסף במייל"
657
 
658
  # @ contact_form
659
- #: contact_form.php:862
660
- #: contact_form.php:1658
661
  msgid "Sent from (ip address)"
662
  msgstr "נשלח מ (כתובת IP)"
663
 
664
  # @ contact_form
665
- #: contact_form.php:863
666
- #: contact_form.php:1663
667
  msgid "Date/Time"
668
  msgstr "תאריך\\שעה"
669
 
670
  # @ contact_form
671
- #: contact_form.php:864
672
- #: contact_form.php:1668
673
  msgid "Sent from (referer)"
674
  msgstr "מגיע מ (השולח)"
675
 
676
  # @ contact_form
677
- #: contact_form.php:865
678
- #: contact_form.php:1673
679
  msgid "Using (user agent)"
680
  msgstr "משתמש ב (user agent)"
681
 
682
- #: contact_form.php:869
683
  msgid "Language settings for the field names in the form"
684
  msgstr ""
685
 
686
- #: contact_form.php:878
687
  msgid "Add a language"
688
  msgstr ""
689
 
690
  # @ contact_form
691
- #: contact_form.php:882
692
  #, fuzzy
693
  msgid "Change the names of the contact form fields and error messages"
694
  msgstr "שנה את תוויות הטופס"
695
 
696
- #: contact_form.php:887
697
- #: contact_form.php:958
698
  msgid "English"
699
  msgstr ""
700
 
701
- #: contact_form.php:906
702
- #: contact_form.php:935
703
- msgid "Error message for the Name field"
704
- msgstr ""
705
-
706
- #: contact_form.php:907
707
- #: contact_form.php:936
708
- msgid "Error message for the Address field"
709
- msgstr ""
710
-
711
  #: contact_form.php:908
712
  #: contact_form.php:937
713
- msgid "Error message for the Email field"
714
  msgstr ""
715
 
716
  #: contact_form.php:909
717
  #: contact_form.php:938
718
- msgid "Error message for the Phone field"
719
  msgstr ""
720
 
721
  #: contact_form.php:910
722
  #: contact_form.php:939
723
- msgid "Error message for the Subject field"
724
  msgstr ""
725
 
726
  #: contact_form.php:911
727
  #: contact_form.php:940
728
- msgid "Error message for the Message field"
729
  msgstr ""
730
 
731
  #: contact_form.php:912
732
  #: contact_form.php:941
733
- msgid "Error message about the file type for the Attachment field"
734
  msgstr ""
735
 
736
  #: contact_form.php:913
737
  #: contact_form.php:942
738
- msgid "Error message while uploading a file for the Attachment field to the server"
739
  msgstr ""
740
 
741
  #: contact_form.php:914
742
  #: contact_form.php:943
743
- msgid "Error message while moving the file for the Attachment field"
744
  msgstr ""
745
 
746
  #: contact_form.php:915
747
  #: contact_form.php:944
748
- msgid "Error message when file size limit for the Attachment field is exceeded"
749
  msgstr ""
750
 
751
  #: contact_form.php:916
752
  #: contact_form.php:945
753
- msgid "Error message for the Captcha field"
754
  msgstr ""
755
 
756
  #: contact_form.php:917
757
  #: contact_form.php:946
758
- msgid "Error message for the whole form"
 
 
 
 
 
759
  msgstr ""
760
 
761
  #: contact_form.php:919
762
  #: contact_form.php:948
763
- #: contact_form.php:967
764
- #: contact_form.php:973
 
 
 
 
 
765
  msgid "Use shortcode"
766
  msgstr ""
767
 
768
- #: contact_form.php:919
769
- #: contact_form.php:948
770
- #: contact_form.php:967
771
- #: contact_form.php:973
772
  msgid "for this language"
773
  msgstr ""
774
 
775
  # @ contact_form
776
- #: contact_form.php:955
777
  msgid "Action after email is sent"
778
  msgstr "הפעולה שלאחר שליחת הטופס"
779
 
780
  # @ contact_form
781
- #: contact_form.php:957
782
  msgid "Display text"
783
  msgstr "הטקסט המוצג"
784
 
785
  # @ contact_form
786
- #: contact_form.php:966
787
- #: contact_form.php:972
788
  msgid "Text"
789
  msgstr "טקסט"
790
 
791
  # @ contact_form
792
- #: contact_form.php:979
793
  msgid "Redirect to the page"
794
  msgstr "הפנה אל הדף"
795
 
796
  # @ contact_form
797
- #: contact_form.php:980
798
  msgid "Url"
799
  msgstr "URL"
800
 
801
  # @ default
802
- #: contact_form.php:985
803
- #: contact_form.php:1160
804
  msgid "Save Changes"
805
  msgstr ""
806
 
807
  # @ contact_form
808
- #: contact_form.php:1000
809
  #, fuzzy
810
  msgid "Contact Form Pro | Extra Settings"
811
  msgstr "אפשרויות טופס צור קשר"
812
 
813
- #: contact_form.php:1007
814
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
815
  msgstr ""
816
 
817
- #: contact_form.php:1014
818
  msgid "Errors output"
819
  msgstr ""
820
 
821
- #: contact_form.php:1017
822
  msgid "Display error messages"
823
  msgstr ""
824
 
825
- #: contact_form.php:1018
826
  msgid "Color of the input field errors."
827
  msgstr ""
828
 
829
- #: contact_form.php:1019
830
  msgid "Display error messages & color of the input field errors"
831
  msgstr ""
832
 
833
- #: contact_form.php:1024
834
  msgid "Add placeholder to the input blocks"
835
  msgstr ""
836
 
837
  # @ contact_form
838
- #: contact_form.php:1030
839
  #, fuzzy
840
  msgid "Add tooltips"
841
  msgstr "אפשרויות נוספות"
842
 
843
  # @ contact_form
844
- #: contact_form.php:1044
845
  #, fuzzy
846
  msgid "Email address"
847
  msgstr "כתובת דוא\\\"ל:"
848
 
849
- #: contact_form.php:1049
850
  msgid "Phone Number"
851
  msgstr ""
852
 
853
  # @ contact_form
854
- #: contact_form.php:1063
855
  #, fuzzy
856
  msgid "Attachment"
857
  msgstr "קובץ מצורף:"
858
 
859
  # @ contact_form
860
- #: contact_form.php:1073
861
  #, fuzzy
862
  msgid "Style options"
863
  msgstr "אפשרויות נוספות"
864
 
865
- #: contact_form.php:1076
866
  msgid "Text color"
867
  msgstr ""
868
 
869
- #: contact_form.php:1079
870
- #: contact_form.php:1084
871
- #: contact_form.php:1094
872
- #: contact_form.php:1099
873
- #: contact_form.php:1104
874
- #: contact_form.php:1109
875
- #: contact_form.php:1119
876
- #: contact_form.php:1124
877
- #: contact_form.php:1130
878
- #: contact_form.php:1141
879
- #: contact_form.php:1146
880
- #: contact_form.php:1151
881
  msgid "Default"
882
  msgstr ""
883
 
884
- #: contact_form.php:1081
885
  msgid "Label text color"
886
  msgstr ""
887
 
888
- #: contact_form.php:1086
889
  msgid "Placeholder color"
890
  msgstr ""
891
 
892
- #: contact_form.php:1091
893
  msgid "Errors color"
894
  msgstr ""
895
 
896
- #: contact_form.php:1096
897
  msgid "Error text color"
898
  msgstr ""
899
 
900
- #: contact_form.php:1101
901
  msgid "Background color of the input field errors"
902
  msgstr ""
903
 
904
- #: contact_form.php:1106
905
  msgid "Border color of the input field errors"
906
  msgstr ""
907
 
908
- #: contact_form.php:1111
909
  msgid "Placeholder color of the input field errors"
910
  msgstr ""
911
 
912
  # @ contact_form
913
- #: contact_form.php:1116
914
  #, fuzzy
915
  msgid "Input fields"
916
  msgstr "הטקסט המוצג"
917
 
918
- #: contact_form.php:1121
919
  msgid "Input fields background color"
920
  msgstr ""
921
 
922
- #: contact_form.php:1126
923
  msgid "Text fields color"
924
  msgstr ""
925
 
926
- #: contact_form.php:1128
927
  msgid "Border width in px, numbers only"
928
  msgstr ""
929
 
930
- #: contact_form.php:1132
931
- #: contact_form.php:1153
932
  msgid "Border color"
933
  msgstr ""
934
 
935
  # @ contact_form
936
- #: contact_form.php:1137
937
  #, fuzzy
938
  msgid "Submit button"
939
  msgstr "שלח"
940
 
941
- #: contact_form.php:1139
942
  msgid "Width in px, numbers only"
943
  msgstr ""
944
 
945
- #: contact_form.php:1143
946
  msgid "Button color"
947
  msgstr ""
948
 
949
- #: contact_form.php:1148
950
  msgid "Button text color"
951
  msgstr ""
952
 
953
  # @ contact_form
954
- #: contact_form.php:1164
955
  #, fuzzy
956
  msgid "Contact Form Pro | Preview"
957
  msgstr "טופס צור קשר"
958
 
959
- #: contact_form.php:1167
960
  msgid "Show with errors"
961
  msgstr ""
962
 
963
- #: contact_form.php:1175
964
  #: contact_form.php:1177
 
965
  msgid "Please enter your full name..."
966
  msgstr ""
967
 
968
- #: contact_form.php:1188
969
  #: contact_form.php:1190
 
970
  msgid "Please enter your address..."
971
  msgstr ""
972
 
973
  # @ contact_form
974
- #: contact_form.php:1199
975
  #: contact_form.php:1201
 
976
  #, fuzzy
977
  msgid "Please enter your email address..."
978
  msgstr "השתמש במייל זה:"
979
 
980
- #: contact_form.php:1210
981
  #: contact_form.php:1212
 
982
  msgid "Please enter your phone number..."
983
  msgstr ""
984
 
985
- #: contact_form.php:1221
986
  #: contact_form.php:1223
 
987
  msgid "Please enter subject..."
988
  msgstr ""
989
 
990
- #: contact_form.php:1231
991
  #: contact_form.php:1233
 
992
  msgid "Please enter your message..."
993
  msgstr ""
994
 
995
- #: contact_form.php:1244
996
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
997
  msgstr ""
998
 
999
  # @ contact_form
1000
- #: contact_form.php:1397
1001
  msgid "You can attach the following file formats"
1002
  msgstr "אתה יכול לצרף קבצים מן הסוגים הבאים"
1003
 
1004
  # @ contact_form
1005
- #: contact_form.php:1681
1006
  msgid "Contact from"
1007
  msgstr "טופס צור קשר"
1008
 
1009
  # @ contact_form
1010
- #: contact_form.php:1694
1011
  msgid "Email"
1012
  msgstr "כתובת מייל"
1013
 
1014
  # @ contact_form
1015
- #: contact_form.php:1708
1016
  msgid "Site"
1017
  msgstr "אתר"
1018
 
1019
  # @ contact_form
1020
- #: contact_form.php:1758
1021
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1022
  msgstr "אם אתה יכול לראות את ה MIME הזה, אז הלקוח שלך אינו יכול לקבל סוגי MIME!"
1023
 
1024
  # @ contact_form
1025
- #: contact_form.php:1809
1026
  msgid "FAQ"
1027
  msgstr "שאלות ותשובות"
1028
 
1029
  # @ contact_form
1030
- #: contact_form.php:1810
1031
  msgid "Support"
1032
  msgstr "תמיכה"
1033
 
1034
- #: contact_form.php:1858
1035
  msgid "Are you sure that you want to delete this language data?"
1036
  msgstr ""
1037
 
2
  msgstr ""
3
  "Project-Id-Version: Contact Form Plugin v3.20\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-07-29 17:32+0300\n"
6
+ "PO-Revision-Date: 2013-07-29 17:32+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
165
 
166
  # @ contact_form
167
  #: contact_form.php:242
168
+ #: contact_form.php:1315
169
  msgid "Sorry, email message could not be delivered."
170
  msgstr "מצטערים, אי אפשר היה לשלוח את המייל שלך."
171
 
195
  #: contact_form.php:255
196
  #: contact_form.php:281
197
  #: contact_form.php:754
198
+ #: contact_form.php:1004
199
+ #: contact_form.php:1801
200
+ #: contact_form.php:1810
201
  msgid "Settings"
202
  msgstr "הגדרות"
203
 
295
 
296
  # @ contact_form
297
  #: contact_form.php:373
298
+ #: contact_form.php:1010
299
  #, fuzzy
300
  msgid "Contact Form Pro"
301
  msgstr "טופס צור קשר"
302
 
303
  # @ contact_form
304
  #: contact_form.php:412
305
+ #: contact_form.php:899
306
+ #: contact_form.php:928
307
  msgid "Name:"
308
  msgstr "שם:"
309
 
310
  # @ contact_form
311
  #: contact_form.php:413
312
+ #: contact_form.php:900
313
+ #: contact_form.php:929
314
  #, fuzzy
315
  msgid "Address:"
316
  msgstr "כתובת דוא\\\"ל:"
317
 
318
  # @ contact_form
319
  #: contact_form.php:414
320
+ #: contact_form.php:901
321
+ #: contact_form.php:930
322
  msgid "Email Address:"
323
  msgstr "כתובת דוא\\\"ל:"
324
 
325
  #: contact_form.php:415
326
+ #: contact_form.php:902
327
+ #: contact_form.php:931
328
  msgid "Phone number:"
329
  msgstr ""
330
 
331
  # @ contact_form
332
  #: contact_form.php:416
333
+ #: contact_form.php:903
334
+ #: contact_form.php:932
335
  msgid "Subject:"
336
  msgstr "נושא:"
337
 
338
  # @ contact_form
339
  #: contact_form.php:417
340
+ #: contact_form.php:904
341
+ #: contact_form.php:933
342
  msgid "Message:"
343
  msgstr "הודעה:"
344
 
345
  # @ contact_form
346
  #: contact_form.php:418
347
+ #: contact_form.php:905
348
+ #: contact_form.php:934
349
  msgid "Attachment:"
350
  msgstr "קובץ מצורף:"
351
 
352
  # @ contact_form
353
  #: contact_form.php:419
354
  #: contact_form.php:474
355
+ #: contact_form.php:906
356
+ #: contact_form.php:935
357
  msgid "Send me a copy"
358
  msgstr "שלח לי עותק"
359
 
360
  # @ contact_form
361
  #: contact_form.php:420
362
+ #: contact_form.php:907
363
+ #: contact_form.php:936
364
  msgid "Submit"
365
  msgstr "שלח"
366
 
455
 
456
  # @ contact_form
457
  #: contact_form.php:755
458
+ #: contact_form.php:1005
459
  #, fuzzy
460
  msgid "Extra settings"
461
  msgstr "הגדרות"
462
 
463
  # @ contact_form
464
  #: contact_form.php:760
465
+ #: contact_form.php:1261
466
  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:"
467
  msgstr "אם אתה מעוניין להוסיף טופס צור קשר לאתר שלך, פשוט העתק את קיצור הקוד שלהלן אל הפוסט או הדף או הוידג'ט שלך:"
468
 
469
+ #: contact_form.php:760
470
  #: contact_form.php:761
471
+ #: contact_form.php:921
472
+ #: contact_form.php:969
473
+ msgid "or"
474
+ msgstr ""
475
+
476
+ #: contact_form.php:761
477
+ msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
478
+ msgstr ""
479
+
480
+ #: contact_form.php:762
481
+ msgid "They work the same way."
482
+ msgstr ""
483
+
484
+ # @ contact_form
485
+ #: contact_form.php:763
486
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
487
  msgstr "אם השדות שלהלן ריקים, אז המייל יישלח אל לכתובת שצוינה בעת ההרשמה."
488
 
489
  # @ contact_form
490
+ #: contact_form.php:767
491
  msgid "The user's email address:"
492
  msgstr "השתמש במייל של משתמש וורדפרס:"
493
 
494
  # @ contact_form
495
+ #: contact_form.php:771
496
  msgid "Create a username"
497
  msgstr "בחר שם משתמש"
498
 
499
  # @ contact_form
500
+ #: contact_form.php:776
501
  msgid "Enter a username of the person who should get the messages from the contact form."
502
  msgstr "הגדר שם משתמש, אשר יקבל את ההודעות הנשלחות דרך טופס יצירת הקשר."
503
 
504
  # @ contact_form
505
+ #: contact_form.php:780
506
  msgid "Use this email address:"
507
  msgstr "השתמש במייל זה:"
508
 
509
  # @ contact_form
510
+ #: contact_form.php:783
511
  msgid "Enter the email address you want the messages forwarded to."
512
  msgstr "הגדר כתובת מייל שתשמש לקבלת הודעות."
513
 
514
  # @ contact_form
515
+ #: contact_form.php:787
516
  msgid "Additional options"
517
  msgstr "אפשרויות נוספות"
518
 
519
  # @ contact_form
520
+ #: contact_form.php:790
521
  msgid "What to use?"
522
  msgstr "איזה שימוש?"
523
 
524
  # @ mail-send
525
+ #: contact_form.php:793
526
  msgid "Wp-mail"
527
  msgstr ""
528
 
529
  # @ mail_send
530
+ #: contact_form.php:794
531
  msgid "You can use the wp_mail function for mailing"
532
  msgstr ""
533
 
534
  # @ mail-send
535
+ #: contact_form.php:800
536
  msgid "Mail"
537
  msgstr ""
538
 
539
  # @ mail_send
540
+ #: contact_form.php:801
541
  msgid "To send mail you can use the php mail function"
542
  msgstr ""
543
 
544
  # @ contact_form
545
+ #: contact_form.php:805
546
  #, fuzzy
547
  msgid "Change text of the 'FROM' field"
548
  msgstr "שנה את השדות של טופס יצירת הקשר"
549
 
550
+ #: contact_form.php:811
551
  msgid "Enter the email address in the 'From' field"
552
  msgstr ""
553
 
554
+ #: contact_form.php:813
555
  msgid "User email"
556
  msgstr ""
557
 
558
+ #: contact_form.php:813
559
  msgid "The email address of the user who fills the form will be used in the field 'From'."
560
  msgstr ""
561
 
562
+ #: contact_form.php:815
563
  msgid "This email address will be used in the 'From' field."
564
  msgstr ""
565
 
566
  # @ contact_form
567
+ #: contact_form.php:819
568
  #, fuzzy
569
  msgid "Display fields"
570
  msgstr "הטקסט המוצג"
571
 
572
  # @ contact_form
573
+ #: contact_form.php:821
574
+ #: contact_form.php:851
575
+ #: contact_form.php:1041
576
+ #: contact_form.php:1693
577
  #, fuzzy
578
  msgid "Address"
579
  msgstr "כתובת דוא\\\"ל:"
580
 
581
+ #: contact_form.php:822
582
+ #: contact_form.php:853
583
+ #: contact_form.php:1701
584
  msgid "Phone"
585
  msgstr ""
586
 
587
  # @ contact_form
588
+ #: contact_form.php:823
589
  #, fuzzy
590
  msgid "Attachment block"
591
  msgstr "הצג אפשרות קובץ מצורף"
592
 
593
  # @ contact_form
594
+ #: contact_form.php:823
595
  msgid "Users can attach the following file formats"
596
  msgstr "משתמשים יוכלו לצרף קבצים מהסוגים הבאים"
597
 
598
  # @ contact_form
599
+ #: contact_form.php:824
600
  #, fuzzy
601
  msgid "Tips below the Attachment block"
602
  msgstr "הצג את ההסברים אחרי תיבת הקובץ המצורף"
603
 
604
  # @ contact_form
605
+ #: contact_form.php:825
606
  #, fuzzy
607
  msgid "Send me a copy block"
608
  msgstr "הצג תיבת שלח לי עותק"
609
 
610
+ #: contact_form.php:837
611
+ #: contact_form.php:840
612
+ #: contact_form.php:843
613
+ #: contact_form.php:1070
614
  msgid "Captcha"
615
  msgstr ""
616
 
617
+ #: contact_form.php:837
618
+ #: contact_form.php:840
619
+ #: contact_form.php:843
620
+ #: contact_form.php:1070
621
  msgid "(powered by bestwebsoft.com)"
622
  msgstr ""
623
 
624
  # @ contact_form
625
+ #: contact_form.php:840
626
  #, fuzzy
627
  msgid "Activate captcha"
628
  msgstr "תוספים פעילים"
629
 
630
  # @ contact_form
631
+ #: contact_form.php:843
632
  #, fuzzy
633
  msgid "Download captcha"
634
  msgstr "הורד"
635
 
636
+ #: contact_form.php:848
637
  msgid "Required fields"
638
  msgstr ""
639
 
640
  # @ contact_form
641
+ #: contact_form.php:850
642
+ #: contact_form.php:1036
643
+ #: contact_form.php:1688
644
  msgid "Name"
645
  msgstr "שם"
646
 
647
  # @ contact_form
648
+ #: contact_form.php:852
649
  #, fuzzy
650
  msgid "Email Address"
651
  msgstr "כתובת דוא\\\"ל:"
652
 
653
  # @ contact_form
654
+ #: contact_form.php:854
655
+ #: contact_form.php:1056
656
+ #: contact_form.php:1704
657
  msgid "Subject"
658
  msgstr "נושא"
659
 
660
  # @ contact_form
661
+ #: contact_form.php:855
662
+ #: contact_form.php:1060
663
+ #: contact_form.php:1707
664
  msgid "Message"
665
  msgstr "תוכן ההודעה"
666
 
667
  # @ contact_form
668
+ #: contact_form.php:859
669
  #, fuzzy
670
  msgid "Display additional info in the email"
671
  msgstr "הצג מידע נוסף במייל"
672
 
673
  # @ contact_form
674
+ #: contact_form.php:864
675
+ #: contact_form.php:1660
676
  msgid "Sent from (ip address)"
677
  msgstr "נשלח מ (כתובת IP)"
678
 
679
  # @ contact_form
680
+ #: contact_form.php:865
681
+ #: contact_form.php:1665
682
  msgid "Date/Time"
683
  msgstr "תאריך\\שעה"
684
 
685
  # @ contact_form
686
+ #: contact_form.php:866
687
+ #: contact_form.php:1670
688
  msgid "Sent from (referer)"
689
  msgstr "מגיע מ (השולח)"
690
 
691
  # @ contact_form
692
+ #: contact_form.php:867
693
+ #: contact_form.php:1675
694
  msgid "Using (user agent)"
695
  msgstr "משתמש ב (user agent)"
696
 
697
+ #: contact_form.php:871
698
  msgid "Language settings for the field names in the form"
699
  msgstr ""
700
 
701
+ #: contact_form.php:880
702
  msgid "Add a language"
703
  msgstr ""
704
 
705
  # @ contact_form
706
+ #: contact_form.php:884
707
  #, fuzzy
708
  msgid "Change the names of the contact form fields and error messages"
709
  msgstr "שנה את תוויות הטופס"
710
 
711
+ #: contact_form.php:889
712
+ #: contact_form.php:960
713
  msgid "English"
714
  msgstr ""
715
 
 
 
 
 
 
 
 
 
 
 
716
  #: contact_form.php:908
717
  #: contact_form.php:937
718
+ msgid "Error message for the Name field"
719
  msgstr ""
720
 
721
  #: contact_form.php:909
722
  #: contact_form.php:938
723
+ msgid "Error message for the Address field"
724
  msgstr ""
725
 
726
  #: contact_form.php:910
727
  #: contact_form.php:939
728
+ msgid "Error message for the Email field"
729
  msgstr ""
730
 
731
  #: contact_form.php:911
732
  #: contact_form.php:940
733
+ msgid "Error message for the Phone field"
734
  msgstr ""
735
 
736
  #: contact_form.php:912
737
  #: contact_form.php:941
738
+ msgid "Error message for the Subject field"
739
  msgstr ""
740
 
741
  #: contact_form.php:913
742
  #: contact_form.php:942
743
+ msgid "Error message for the Message field"
744
  msgstr ""
745
 
746
  #: contact_form.php:914
747
  #: contact_form.php:943
748
+ msgid "Error message about the file type for the Attachment field"
749
  msgstr ""
750
 
751
  #: contact_form.php:915
752
  #: contact_form.php:944
753
+ msgid "Error message while uploading a file for the Attachment field to the server"
754
  msgstr ""
755
 
756
  #: contact_form.php:916
757
  #: contact_form.php:945
758
+ msgid "Error message while moving the file for the Attachment field"
759
  msgstr ""
760
 
761
  #: contact_form.php:917
762
  #: contact_form.php:946
763
+ msgid "Error message when file size limit for the Attachment field is exceeded"
764
+ msgstr ""
765
+
766
+ #: contact_form.php:918
767
+ #: contact_form.php:947
768
+ msgid "Error message for the Captcha field"
769
  msgstr ""
770
 
771
  #: contact_form.php:919
772
  #: contact_form.php:948
773
+ msgid "Error message for the whole form"
774
+ msgstr ""
775
+
776
+ #: contact_form.php:921
777
+ #: contact_form.php:950
778
+ #: contact_form.php:969
779
+ #: contact_form.php:975
780
  msgid "Use shortcode"
781
  msgstr ""
782
 
783
+ #: contact_form.php:921
784
+ #: contact_form.php:950
785
+ #: contact_form.php:969
786
+ #: contact_form.php:975
787
  msgid "for this language"
788
  msgstr ""
789
 
790
  # @ contact_form
791
+ #: contact_form.php:957
792
  msgid "Action after email is sent"
793
  msgstr "הפעולה שלאחר שליחת הטופס"
794
 
795
  # @ contact_form
796
+ #: contact_form.php:959
797
  msgid "Display text"
798
  msgstr "הטקסט המוצג"
799
 
800
  # @ contact_form
801
+ #: contact_form.php:968
802
+ #: contact_form.php:974
803
  msgid "Text"
804
  msgstr "טקסט"
805
 
806
  # @ contact_form
807
+ #: contact_form.php:981
808
  msgid "Redirect to the page"
809
  msgstr "הפנה אל הדף"
810
 
811
  # @ contact_form
812
+ #: contact_form.php:982
813
  msgid "Url"
814
  msgstr "URL"
815
 
816
  # @ default
817
+ #: contact_form.php:987
818
+ #: contact_form.php:1162
819
  msgid "Save Changes"
820
  msgstr ""
821
 
822
  # @ contact_form
823
+ #: contact_form.php:1002
824
  #, fuzzy
825
  msgid "Contact Form Pro | Extra Settings"
826
  msgstr "אפשרויות טופס צור קשר"
827
 
828
+ #: contact_form.php:1009
829
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
830
  msgstr ""
831
 
832
+ #: contact_form.php:1016
833
  msgid "Errors output"
834
  msgstr ""
835
 
836
+ #: contact_form.php:1019
837
  msgid "Display error messages"
838
  msgstr ""
839
 
840
+ #: contact_form.php:1020
841
  msgid "Color of the input field errors."
842
  msgstr ""
843
 
844
+ #: contact_form.php:1021
845
  msgid "Display error messages & color of the input field errors"
846
  msgstr ""
847
 
848
+ #: contact_form.php:1026
849
  msgid "Add placeholder to the input blocks"
850
  msgstr ""
851
 
852
  # @ contact_form
853
+ #: contact_form.php:1032
854
  #, fuzzy
855
  msgid "Add tooltips"
856
  msgstr "אפשרויות נוספות"
857
 
858
  # @ contact_form
859
+ #: contact_form.php:1046
860
  #, fuzzy
861
  msgid "Email address"
862
  msgstr "כתובת דוא\\\"ל:"
863
 
864
+ #: contact_form.php:1051
865
  msgid "Phone Number"
866
  msgstr ""
867
 
868
  # @ contact_form
869
+ #: contact_form.php:1065
870
  #, fuzzy
871
  msgid "Attachment"
872
  msgstr "קובץ מצורף:"
873
 
874
  # @ contact_form
875
+ #: contact_form.php:1075
876
  #, fuzzy
877
  msgid "Style options"
878
  msgstr "אפשרויות נוספות"
879
 
880
+ #: contact_form.php:1078
881
  msgid "Text color"
882
  msgstr ""
883
 
884
+ #: contact_form.php:1081
885
+ #: contact_form.php:1086
886
+ #: contact_form.php:1096
887
+ #: contact_form.php:1101
888
+ #: contact_form.php:1106
889
+ #: contact_form.php:1111
890
+ #: contact_form.php:1121
891
+ #: contact_form.php:1126
892
+ #: contact_form.php:1132
893
+ #: contact_form.php:1143
894
+ #: contact_form.php:1148
895
+ #: contact_form.php:1153
896
  msgid "Default"
897
  msgstr ""
898
 
899
+ #: contact_form.php:1083
900
  msgid "Label text color"
901
  msgstr ""
902
 
903
+ #: contact_form.php:1088
904
  msgid "Placeholder color"
905
  msgstr ""
906
 
907
+ #: contact_form.php:1093
908
  msgid "Errors color"
909
  msgstr ""
910
 
911
+ #: contact_form.php:1098
912
  msgid "Error text color"
913
  msgstr ""
914
 
915
+ #: contact_form.php:1103
916
  msgid "Background color of the input field errors"
917
  msgstr ""
918
 
919
+ #: contact_form.php:1108
920
  msgid "Border color of the input field errors"
921
  msgstr ""
922
 
923
+ #: contact_form.php:1113
924
  msgid "Placeholder color of the input field errors"
925
  msgstr ""
926
 
927
  # @ contact_form
928
+ #: contact_form.php:1118
929
  #, fuzzy
930
  msgid "Input fields"
931
  msgstr "הטקסט המוצג"
932
 
933
+ #: contact_form.php:1123
934
  msgid "Input fields background color"
935
  msgstr ""
936
 
937
+ #: contact_form.php:1128
938
  msgid "Text fields color"
939
  msgstr ""
940
 
941
+ #: contact_form.php:1130
942
  msgid "Border width in px, numbers only"
943
  msgstr ""
944
 
945
+ #: contact_form.php:1134
946
+ #: contact_form.php:1155
947
  msgid "Border color"
948
  msgstr ""
949
 
950
  # @ contact_form
951
+ #: contact_form.php:1139
952
  #, fuzzy
953
  msgid "Submit button"
954
  msgstr "שלח"
955
 
956
+ #: contact_form.php:1141
957
  msgid "Width in px, numbers only"
958
  msgstr ""
959
 
960
+ #: contact_form.php:1145
961
  msgid "Button color"
962
  msgstr ""
963
 
964
+ #: contact_form.php:1150
965
  msgid "Button text color"
966
  msgstr ""
967
 
968
  # @ contact_form
969
+ #: contact_form.php:1166
970
  #, fuzzy
971
  msgid "Contact Form Pro | Preview"
972
  msgstr "טופס צור קשר"
973
 
974
+ #: contact_form.php:1169
975
  msgid "Show with errors"
976
  msgstr ""
977
 
 
978
  #: contact_form.php:1177
979
+ #: contact_form.php:1179
980
  msgid "Please enter your full name..."
981
  msgstr ""
982
 
 
983
  #: contact_form.php:1190
984
+ #: contact_form.php:1192
985
  msgid "Please enter your address..."
986
  msgstr ""
987
 
988
  # @ contact_form
 
989
  #: contact_form.php:1201
990
+ #: contact_form.php:1203
991
  #, fuzzy
992
  msgid "Please enter your email address..."
993
  msgstr "השתמש במייל זה:"
994
 
 
995
  #: contact_form.php:1212
996
+ #: contact_form.php:1214
997
  msgid "Please enter your phone number..."
998
  msgstr ""
999
 
 
1000
  #: contact_form.php:1223
1001
+ #: contact_form.php:1225
1002
  msgid "Please enter subject..."
1003
  msgstr ""
1004
 
 
1005
  #: contact_form.php:1233
1006
+ #: contact_form.php:1235
1007
  msgid "Please enter your message..."
1008
  msgstr ""
1009
 
1010
+ #: contact_form.php:1246
1011
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
1012
  msgstr ""
1013
 
1014
  # @ contact_form
1015
+ #: contact_form.php:1399
1016
  msgid "You can attach the following file formats"
1017
  msgstr "אתה יכול לצרף קבצים מן הסוגים הבאים"
1018
 
1019
  # @ contact_form
1020
+ #: contact_form.php:1683
1021
  msgid "Contact from"
1022
  msgstr "טופס צור קשר"
1023
 
1024
  # @ contact_form
1025
+ #: contact_form.php:1696
1026
  msgid "Email"
1027
  msgstr "כתובת מייל"
1028
 
1029
  # @ contact_form
1030
+ #: contact_form.php:1710
1031
  msgid "Site"
1032
  msgstr "אתר"
1033
 
1034
  # @ contact_form
1035
+ #: contact_form.php:1760
1036
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1037
  msgstr "אם אתה יכול לראות את ה MIME הזה, אז הלקוח שלך אינו יכול לקבל סוגי MIME!"
1038
 
1039
  # @ contact_form
1040
+ #: contact_form.php:1811
1041
  msgid "FAQ"
1042
  msgstr "שאלות ותשובות"
1043
 
1044
  # @ contact_form
1045
+ #: contact_form.php:1812
1046
  msgid "Support"
1047
  msgstr "תמיכה"
1048
 
1049
+ #: contact_form.php:1860
1050
  msgid "Are you sure that you want to delete this language data?"
1051
  msgstr ""
1052
 
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-07-22 16:56+0300\n"
6
- "PO-Revision-Date: 2013-07-22 16:56+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Team Outshine <ash.pr@outshinesolutions.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -158,7 +158,7 @@ msgid "Thank you for contacting us."
158
  msgstr "हमसे संपर्क करने के लिए धन्यवाद.हमसे संपर्क करने के लिए धन्यवाद."
159
 
160
  #: contact_form.php:242
161
- #: contact_form.php:1313
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "क्षमा करें, आपका ई - मेल वितरित नहीं किया जा सकता है."
164
 
@@ -184,9 +184,9 @@ msgstr "अधिक पढ़ें"
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
- #: contact_form.php:1002
188
- #: contact_form.php:1799
189
- #: contact_form.php:1808
190
  msgid "Settings"
191
  msgstr "सेटिंग्स"
192
 
@@ -270,64 +270,64 @@ msgid "Contact Form Pro Extra Settings"
270
  msgstr "संपर्क प्रपत्र विकल्प"
271
 
272
  #: contact_form.php:373
273
- #: contact_form.php:1008
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "संपर्क प्रपत्र"
277
 
278
  #: contact_form.php:412
279
- #: contact_form.php:897
280
- #: contact_form.php:926
281
  msgid "Name:"
282
  msgstr "नाम:"
283
 
284
  #: contact_form.php:413
285
- #: contact_form.php:898
286
- #: contact_form.php:927
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "ई - मेल पता:"
290
 
291
  #: contact_form.php:414
292
- #: contact_form.php:899
293
- #: contact_form.php:928
294
  msgid "Email Address:"
295
  msgstr "ई - मेल पता:"
296
 
297
  #: contact_form.php:415
298
- #: contact_form.php:900
299
- #: contact_form.php:929
300
  msgid "Phone number:"
301
  msgstr ""
302
 
303
  #: contact_form.php:416
304
- #: contact_form.php:901
305
- #: contact_form.php:930
306
  msgid "Subject:"
307
  msgstr "विषय:"
308
 
309
  #: contact_form.php:417
310
- #: contact_form.php:902
311
- #: contact_form.php:931
312
  msgid "Message:"
313
  msgstr "संदेश:"
314
 
315
  #: contact_form.php:418
316
- #: contact_form.php:903
317
- #: contact_form.php:932
318
  msgid "Attachment:"
319
  msgstr "लगाव:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
- #: contact_form.php:904
324
- #: contact_form.php:933
325
  msgid "Send me a copy"
326
  msgstr "मुझे एक प्रतिलिपि भेजें"
327
 
328
  #: contact_form.php:420
329
- #: contact_form.php:905
330
- #: contact_form.php:934
331
  msgid "Submit"
332
  msgstr "सबमिट"
333
 
@@ -408,530 +408,545 @@ msgid "Settings saved."
408
  msgstr "विकल्प बचाया."
409
 
410
  #: contact_form.php:755
411
- #: contact_form.php:1003
412
  #, fuzzy
413
  msgid "Extra settings"
414
  msgstr "सेटिंग्स"
415
 
416
  #: contact_form.php:760
417
- #: contact_form.php:1259
418
  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:"
419
  msgstr "यदि आप अपनी वेबसाइट पर एक संपर्क फ़ॉर्म को जोड़ना चाहते हैं, बस कॉपी और अपनी पोस्ट या पृष्ठ या विजेट पर यह लघुकोडः को रखा:"
420
 
 
 
 
 
 
 
 
421
  #: contact_form.php:761
 
 
 
 
 
 
 
 
422
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
423
  msgstr "यदि नीचे दी गई फ़ील्ड्स में जानकारी खाली रहे हैं तो जो पंजीकरण के दौरान निर्दिष्ट किया गया था एक पता करने के लिए संदेश भेजने के लिए किया जाएगा."
424
 
425
- #: contact_form.php:765
426
  msgid "The user's email address:"
427
  msgstr "WordPress के उपयोगकर्ता का ईमेल का उपयोग करें:"
428
 
429
- #: contact_form.php:769
430
  msgid "Create a username"
431
  msgstr "उपयोगकर्ता नाम का चयन करें"
432
 
433
- #: contact_form.php:774
434
  msgid "Enter a username of the person who should get the messages from the contact form."
435
  msgstr "उपयोगकर्ता का नाम है जो एक संपर्क फ़ॉर्म से संदेश मिल जाएगा"
436
 
437
- #: contact_form.php:778
438
  msgid "Use this email address:"
439
  msgstr "इस ईमेल का उपयोग करें:"
440
 
441
- #: contact_form.php:781
442
  msgid "Enter the email address you want the messages forwarded to."
443
  msgstr "एक ईमेल पता है जो संदेश प्राप्त करने के लिए इस्तेमाल किया जाएगा "
444
 
445
- #: contact_form.php:785
446
  msgid "Additional options"
447
  msgstr "अतिरिक्त विकल्प"
448
 
449
- #: contact_form.php:788
450
  msgid "What to use?"
451
  msgstr "किस का उपयोग करें?."
452
 
453
- #: contact_form.php:791
454
  msgid "Wp-mail"
455
  msgstr "Wp-mail"
456
 
457
- #: contact_form.php:792
458
  msgid "You can use the wp_mail function for mailing"
459
  msgstr "मेल भेजने के लिए आपको WordPress के wp_mail समारोह का उपयोग कर सकते हैं"
460
 
461
- #: contact_form.php:798
462
  msgid "Mail"
463
  msgstr "मेल"
464
 
465
- #: contact_form.php:799
466
  msgid "To send mail you can use the php mail function"
467
  msgstr "मेल भेजने के लिए आपको php मेल समारोह का उपयोग कर सकते हैं"
468
 
469
- #: contact_form.php:803
470
  #, fuzzy
471
  msgid "Change text of the 'FROM' field"
472
  msgstr "संपर्क प्रपत्र की फ़ील्ड्स से बदलें"
473
 
474
- #: contact_form.php:809
475
  msgid "Enter the email address in the 'From' field"
476
  msgstr ""
477
 
478
- #: contact_form.php:811
479
  msgid "User email"
480
  msgstr ""
481
 
482
- #: contact_form.php:811
483
  msgid "The email address of the user who fills the form will be used in the field 'From'."
484
  msgstr ""
485
 
486
- #: contact_form.php:813
487
  msgid "This email address will be used in the 'From' field."
488
  msgstr ""
489
 
490
- #: contact_form.php:817
491
  #, fuzzy
492
  msgid "Display fields"
493
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
494
 
495
- #: contact_form.php:819
496
- #: contact_form.php:849
497
- #: contact_form.php:1039
498
- #: contact_form.php:1691
499
  #, fuzzy
500
  msgid "Address"
501
  msgstr "ई - मेल पता:"
502
 
503
- #: contact_form.php:820
504
- #: contact_form.php:851
505
- #: contact_form.php:1699
506
  msgid "Phone"
507
  msgstr ""
508
 
509
- #: contact_form.php:821
510
  #, fuzzy
511
  msgid "Attachment block"
512
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
513
 
514
- #: contact_form.php:821
515
  msgid "Users can attach the following file formats"
516
  msgstr "उपयोगकर्ताओं को निम्नलिखित प्रकार की फ़ाइलों को संलग्न कर सकते हैं"
517
 
518
- #: contact_form.php:822
519
  #, fuzzy
520
  msgid "Tips below the Attachment block"
521
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
522
 
523
- #: contact_form.php:823
524
  #, fuzzy
525
  msgid "Send me a copy block"
526
  msgstr "मुझे एक प्रति ब्लॉक भेजें प्रदर्शित करें"
527
 
528
- #: contact_form.php:835
529
- #: contact_form.php:838
530
- #: contact_form.php:841
531
- #: contact_form.php:1068
532
  msgid "Captcha"
533
  msgstr ""
534
 
535
- #: contact_form.php:835
536
- #: contact_form.php:838
537
- #: contact_form.php:841
538
- #: contact_form.php:1068
539
  msgid "(powered by bestwebsoft.com)"
540
  msgstr ""
541
 
542
- #: contact_form.php:838
543
  #, fuzzy
544
  msgid "Activate captcha"
545
  msgstr "सक्रिय प्लगिन"
546
 
547
- #: contact_form.php:841
548
  #, fuzzy
549
  msgid "Download captcha"
550
  msgstr "डाउनलोड"
551
 
552
- #: contact_form.php:846
553
  msgid "Required fields"
554
  msgstr ""
555
 
556
- #: contact_form.php:848
557
- #: contact_form.php:1034
558
- #: contact_form.php:1686
559
  msgid "Name"
560
  msgstr "नाम"
561
 
562
- #: contact_form.php:850
563
  #, fuzzy
564
  msgid "Email Address"
565
  msgstr "ई - मेल पता:"
566
 
567
- #: contact_form.php:852
568
- #: contact_form.php:1054
569
- #: contact_form.php:1702
570
  msgid "Subject"
571
  msgstr "विषय"
572
 
573
- #: contact_form.php:853
574
- #: contact_form.php:1058
575
- #: contact_form.php:1705
576
  msgid "Message"
577
  msgstr "संदेश"
578
 
579
- #: contact_form.php:857
580
  #, fuzzy
581
  msgid "Display additional info in the email"
582
  msgstr "ईमेल में अतिरिक्त जानकारी प्रदर्शित करें"
583
 
584
- #: contact_form.php:862
585
- #: contact_form.php:1658
586
  msgid "Sent from (ip address)"
587
  msgstr "(आईपी पते से भेजा गया)"
588
 
589
- #: contact_form.php:863
590
- #: contact_form.php:1663
591
  msgid "Date/Time"
592
  msgstr "दिनांक / समय"
593
 
594
- #: contact_form.php:864
595
- #: contact_form.php:1668
596
  msgid "Sent from (referer)"
597
  msgstr "से आ रहा है (referer)"
598
 
599
- #: contact_form.php:865
600
- #: contact_form.php:1673
601
  msgid "Using (user agent)"
602
  msgstr "उपयोग करना (प्रयोक्ता एजेंट)"
603
 
604
- #: contact_form.php:869
605
  msgid "Language settings for the field names in the form"
606
  msgstr ""
607
 
608
- #: contact_form.php:878
609
  msgid "Add a language"
610
  msgstr ""
611
 
612
- #: contact_form.php:882
613
  #, fuzzy
614
  msgid "Change the names of the contact form fields and error messages"
615
  msgstr "संपर्क प्रपत्र का फ़ील्ड्स के लिए लेबल बदलें"
616
 
617
- #: contact_form.php:887
618
- #: contact_form.php:958
619
  msgid "English"
620
  msgstr ""
621
 
622
- #: contact_form.php:906
623
- #: contact_form.php:935
624
- msgid "Error message for the Name field"
625
- msgstr ""
626
-
627
- #: contact_form.php:907
628
- #: contact_form.php:936
629
- msgid "Error message for the Address field"
630
- msgstr ""
631
-
632
  #: contact_form.php:908
633
  #: contact_form.php:937
634
- msgid "Error message for the Email field"
635
  msgstr ""
636
 
637
  #: contact_form.php:909
638
  #: contact_form.php:938
639
- msgid "Error message for the Phone field"
640
  msgstr ""
641
 
642
  #: contact_form.php:910
643
  #: contact_form.php:939
644
- msgid "Error message for the Subject field"
645
  msgstr ""
646
 
647
  #: contact_form.php:911
648
  #: contact_form.php:940
649
- msgid "Error message for the Message field"
650
  msgstr ""
651
 
652
  #: contact_form.php:912
653
  #: contact_form.php:941
654
- msgid "Error message about the file type for the Attachment field"
655
  msgstr ""
656
 
657
  #: contact_form.php:913
658
  #: contact_form.php:942
659
- msgid "Error message while uploading a file for the Attachment field to the server"
660
  msgstr ""
661
 
662
  #: contact_form.php:914
663
  #: contact_form.php:943
664
- msgid "Error message while moving the file for the Attachment field"
665
  msgstr ""
666
 
667
  #: contact_form.php:915
668
  #: contact_form.php:944
669
- msgid "Error message when file size limit for the Attachment field is exceeded"
670
  msgstr ""
671
 
672
  #: contact_form.php:916
673
  #: contact_form.php:945
674
- msgid "Error message for the Captcha field"
675
  msgstr ""
676
 
677
  #: contact_form.php:917
678
  #: contact_form.php:946
679
- msgid "Error message for the whole form"
 
 
 
 
 
680
  msgstr ""
681
 
682
  #: contact_form.php:919
683
  #: contact_form.php:948
684
- #: contact_form.php:967
685
- #: contact_form.php:973
 
 
 
 
 
686
  msgid "Use shortcode"
687
  msgstr ""
688
 
689
- #: contact_form.php:919
690
- #: contact_form.php:948
691
- #: contact_form.php:967
692
- #: contact_form.php:973
693
  msgid "for this language"
694
  msgstr ""
695
 
696
- #: contact_form.php:955
697
  msgid "Action after email is sent"
698
  msgstr ""
699
 
700
- #: contact_form.php:957
701
  #, fuzzy
702
  msgid "Display text"
703
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
704
 
705
- #: contact_form.php:966
706
- #: contact_form.php:972
707
  msgid "Text"
708
  msgstr ""
709
 
710
- #: contact_form.php:979
711
  msgid "Redirect to the page"
712
  msgstr ""
713
 
714
- #: contact_form.php:980
715
  msgid "Url"
716
  msgstr ""
717
 
718
- #: contact_form.php:985
719
- #: contact_form.php:1160
720
  msgid "Save Changes"
721
  msgstr "परिवर्तन सहेजें"
722
 
723
- #: contact_form.php:1000
724
  #, fuzzy
725
  msgid "Contact Form Pro | Extra Settings"
726
  msgstr "संपर्क प्रपत्र विकल्प"
727
 
728
- #: contact_form.php:1007
729
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
730
  msgstr ""
731
 
732
- #: contact_form.php:1014
733
  msgid "Errors output"
734
  msgstr ""
735
 
736
- #: contact_form.php:1017
737
  msgid "Display error messages"
738
  msgstr ""
739
 
740
- #: contact_form.php:1018
741
  msgid "Color of the input field errors."
742
  msgstr ""
743
 
744
- #: contact_form.php:1019
745
  msgid "Display error messages & color of the input field errors"
746
  msgstr ""
747
 
748
- #: contact_form.php:1024
749
  msgid "Add placeholder to the input blocks"
750
  msgstr ""
751
 
752
- #: contact_form.php:1030
753
  #, fuzzy
754
  msgid "Add tooltips"
755
  msgstr "अतिरिक्त विकल्प"
756
 
757
- #: contact_form.php:1044
758
  #, fuzzy
759
  msgid "Email address"
760
  msgstr "ई - मेल पता:"
761
 
762
- #: contact_form.php:1049
763
  msgid "Phone Number"
764
  msgstr ""
765
 
766
- #: contact_form.php:1063
767
  #, fuzzy
768
  msgid "Attachment"
769
  msgstr "लगाव:"
770
 
771
- #: contact_form.php:1073
772
  #, fuzzy
773
  msgid "Style options"
774
  msgstr "अतिरिक्त विकल्प"
775
 
776
- #: contact_form.php:1076
777
  msgid "Text color"
778
  msgstr ""
779
 
780
- #: contact_form.php:1079
781
- #: contact_form.php:1084
782
- #: contact_form.php:1094
783
- #: contact_form.php:1099
784
- #: contact_form.php:1104
785
- #: contact_form.php:1109
786
- #: contact_form.php:1119
787
- #: contact_form.php:1124
788
- #: contact_form.php:1130
789
- #: contact_form.php:1141
790
- #: contact_form.php:1146
791
- #: contact_form.php:1151
792
  msgid "Default"
793
  msgstr ""
794
 
795
- #: contact_form.php:1081
796
  msgid "Label text color"
797
  msgstr ""
798
 
799
- #: contact_form.php:1086
800
  msgid "Placeholder color"
801
  msgstr ""
802
 
803
- #: contact_form.php:1091
804
  msgid "Errors color"
805
  msgstr ""
806
 
807
- #: contact_form.php:1096
808
  msgid "Error text color"
809
  msgstr ""
810
 
811
- #: contact_form.php:1101
812
  msgid "Background color of the input field errors"
813
  msgstr ""
814
 
815
- #: contact_form.php:1106
816
  msgid "Border color of the input field errors"
817
  msgstr ""
818
 
819
- #: contact_form.php:1111
820
  msgid "Placeholder color of the input field errors"
821
  msgstr ""
822
 
823
- #: contact_form.php:1116
824
  #, fuzzy
825
  msgid "Input fields"
826
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
827
 
828
- #: contact_form.php:1121
829
  msgid "Input fields background color"
830
  msgstr ""
831
 
832
- #: contact_form.php:1126
833
  msgid "Text fields color"
834
  msgstr ""
835
 
836
- #: contact_form.php:1128
837
  msgid "Border width in px, numbers only"
838
  msgstr ""
839
 
840
- #: contact_form.php:1132
841
- #: contact_form.php:1153
842
  msgid "Border color"
843
  msgstr ""
844
 
845
- #: contact_form.php:1137
846
  #, fuzzy
847
  msgid "Submit button"
848
  msgstr "सबमिट"
849
 
850
- #: contact_form.php:1139
851
  msgid "Width in px, numbers only"
852
  msgstr ""
853
 
854
- #: contact_form.php:1143
855
  msgid "Button color"
856
  msgstr ""
857
 
858
- #: contact_form.php:1148
859
  msgid "Button text color"
860
  msgstr ""
861
 
862
- #: contact_form.php:1164
863
  #, fuzzy
864
  msgid "Contact Form Pro | Preview"
865
  msgstr "संपर्क प्रपत्र"
866
 
867
- #: contact_form.php:1167
868
  msgid "Show with errors"
869
  msgstr ""
870
 
871
- #: contact_form.php:1175
872
  #: contact_form.php:1177
 
873
  msgid "Please enter your full name..."
874
  msgstr ""
875
 
876
- #: contact_form.php:1188
877
  #: contact_form.php:1190
 
878
  msgid "Please enter your address..."
879
  msgstr ""
880
 
881
- #: contact_form.php:1199
882
  #: contact_form.php:1201
 
883
  #, fuzzy
884
  msgid "Please enter your email address..."
885
  msgstr "इस ईमेल का उपयोग करें:"
886
 
887
- #: contact_form.php:1210
888
  #: contact_form.php:1212
 
889
  msgid "Please enter your phone number..."
890
  msgstr ""
891
 
892
- #: contact_form.php:1221
893
  #: contact_form.php:1223
 
894
  msgid "Please enter subject..."
895
  msgstr ""
896
 
897
- #: contact_form.php:1231
898
  #: contact_form.php:1233
 
899
  msgid "Please enter your message..."
900
  msgstr ""
901
 
902
- #: contact_form.php:1244
903
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
904
  msgstr ""
905
 
906
- #: contact_form.php:1397
907
  msgid "You can attach the following file formats"
908
  msgstr "आप निम्न प्रकार का फ़ाइलों को संलग्न कर सकते हैं"
909
 
910
- #: contact_form.php:1681
911
  msgid "Contact from"
912
  msgstr "संपर्क करें"
913
 
914
- #: contact_form.php:1694
915
  msgid "Email"
916
  msgstr "ईमेल"
917
 
918
- #: contact_form.php:1708
919
  msgid "Site"
920
  msgstr "साइट"
921
 
922
- #: contact_form.php:1758
923
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
924
  msgstr "यदि आप अपने ग्राहक की तुलना में इस माइम देख सकते हैं MIME प्रकार स्वीकार नहीं करता है!"
925
 
926
- #: contact_form.php:1809
927
  msgid "FAQ"
928
  msgstr "अक्सर पूछे जाने वाले प्रश्न"
929
 
930
- #: contact_form.php:1810
931
  msgid "Support"
932
  msgstr "समर्थन"
933
 
934
- #: contact_form.php:1858
935
  msgid "Are you sure that you want to delete this language data?"
936
  msgstr ""
937
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-07-29 17:32+0300\n"
6
+ "PO-Revision-Date: 2013-07-29 17:32+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Team Outshine <ash.pr@outshinesolutions.com>\n"
9
  "MIME-Version: 1.0\n"
158
  msgstr "हमसे संपर्क करने के लिए धन्यवाद.हमसे संपर्क करने के लिए धन्यवाद."
159
 
160
  #: contact_form.php:242
161
+ #: contact_form.php:1315
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "क्षमा करें, आपका ई - मेल वितरित नहीं किया जा सकता है."
164
 
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
+ #: contact_form.php:1004
188
+ #: contact_form.php:1801
189
+ #: contact_form.php:1810
190
  msgid "Settings"
191
  msgstr "सेटिंग्स"
192
 
270
  msgstr "संपर्क प्रपत्र विकल्प"
271
 
272
  #: contact_form.php:373
273
+ #: contact_form.php:1010
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "संपर्क प्रपत्र"
277
 
278
  #: contact_form.php:412
279
+ #: contact_form.php:899
280
+ #: contact_form.php:928
281
  msgid "Name:"
282
  msgstr "नाम:"
283
 
284
  #: contact_form.php:413
285
+ #: contact_form.php:900
286
+ #: contact_form.php:929
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "ई - मेल पता:"
290
 
291
  #: contact_form.php:414
292
+ #: contact_form.php:901
293
+ #: contact_form.php:930
294
  msgid "Email Address:"
295
  msgstr "ई - मेल पता:"
296
 
297
  #: contact_form.php:415
298
+ #: contact_form.php:902
299
+ #: contact_form.php:931
300
  msgid "Phone number:"
301
  msgstr ""
302
 
303
  #: contact_form.php:416
304
+ #: contact_form.php:903
305
+ #: contact_form.php:932
306
  msgid "Subject:"
307
  msgstr "विषय:"
308
 
309
  #: contact_form.php:417
310
+ #: contact_form.php:904
311
+ #: contact_form.php:933
312
  msgid "Message:"
313
  msgstr "संदेश:"
314
 
315
  #: contact_form.php:418
316
+ #: contact_form.php:905
317
+ #: contact_form.php:934
318
  msgid "Attachment:"
319
  msgstr "लगाव:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
+ #: contact_form.php:906
324
+ #: contact_form.php:935
325
  msgid "Send me a copy"
326
  msgstr "मुझे एक प्रतिलिपि भेजें"
327
 
328
  #: contact_form.php:420
329
+ #: contact_form.php:907
330
+ #: contact_form.php:936
331
  msgid "Submit"
332
  msgstr "सबमिट"
333
 
408
  msgstr "विकल्प बचाया."
409
 
410
  #: contact_form.php:755
411
+ #: contact_form.php:1005
412
  #, fuzzy
413
  msgid "Extra settings"
414
  msgstr "सेटिंग्स"
415
 
416
  #: contact_form.php:760
417
+ #: contact_form.php:1261
418
  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:"
419
  msgstr "यदि आप अपनी वेबसाइट पर एक संपर्क फ़ॉर्म को जोड़ना चाहते हैं, बस कॉपी और अपनी पोस्ट या पृष्ठ या विजेट पर यह लघुकोडः को रखा:"
420
 
421
+ #: contact_form.php:760
422
+ #: contact_form.php:761
423
+ #: contact_form.php:921
424
+ #: contact_form.php:969
425
+ msgid "or"
426
+ msgstr ""
427
+
428
  #: contact_form.php:761
429
+ msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
430
+ msgstr ""
431
+
432
+ #: contact_form.php:762
433
+ msgid "They work the same way."
434
+ msgstr ""
435
+
436
+ #: contact_form.php:763
437
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
438
  msgstr "यदि नीचे दी गई फ़ील्ड्स में जानकारी खाली रहे हैं तो जो पंजीकरण के दौरान निर्दिष्ट किया गया था एक पता करने के लिए संदेश भेजने के लिए किया जाएगा."
439
 
440
+ #: contact_form.php:767
441
  msgid "The user's email address:"
442
  msgstr "WordPress के उपयोगकर्ता का ईमेल का उपयोग करें:"
443
 
444
+ #: contact_form.php:771
445
  msgid "Create a username"
446
  msgstr "उपयोगकर्ता नाम का चयन करें"
447
 
448
+ #: contact_form.php:776
449
  msgid "Enter a username of the person who should get the messages from the contact form."
450
  msgstr "उपयोगकर्ता का नाम है जो एक संपर्क फ़ॉर्म से संदेश मिल जाएगा"
451
 
452
+ #: contact_form.php:780
453
  msgid "Use this email address:"
454
  msgstr "इस ईमेल का उपयोग करें:"
455
 
456
+ #: contact_form.php:783
457
  msgid "Enter the email address you want the messages forwarded to."
458
  msgstr "एक ईमेल पता है जो संदेश प्राप्त करने के लिए इस्तेमाल किया जाएगा "
459
 
460
+ #: contact_form.php:787
461
  msgid "Additional options"
462
  msgstr "अतिरिक्त विकल्प"
463
 
464
+ #: contact_form.php:790
465
  msgid "What to use?"
466
  msgstr "किस का उपयोग करें?."
467
 
468
+ #: contact_form.php:793
469
  msgid "Wp-mail"
470
  msgstr "Wp-mail"
471
 
472
+ #: contact_form.php:794
473
  msgid "You can use the wp_mail function for mailing"
474
  msgstr "मेल भेजने के लिए आपको WordPress के wp_mail समारोह का उपयोग कर सकते हैं"
475
 
476
+ #: contact_form.php:800
477
  msgid "Mail"
478
  msgstr "मेल"
479
 
480
+ #: contact_form.php:801
481
  msgid "To send mail you can use the php mail function"
482
  msgstr "मेल भेजने के लिए आपको php मेल समारोह का उपयोग कर सकते हैं"
483
 
484
+ #: contact_form.php:805
485
  #, fuzzy
486
  msgid "Change text of the 'FROM' field"
487
  msgstr "संपर्क प्रपत्र की फ़ील्ड्स से बदलें"
488
 
489
+ #: contact_form.php:811
490
  msgid "Enter the email address in the 'From' field"
491
  msgstr ""
492
 
493
+ #: contact_form.php:813
494
  msgid "User email"
495
  msgstr ""
496
 
497
+ #: contact_form.php:813
498
  msgid "The email address of the user who fills the form will be used in the field 'From'."
499
  msgstr ""
500
 
501
+ #: contact_form.php:815
502
  msgid "This email address will be used in the 'From' field."
503
  msgstr ""
504
 
505
+ #: contact_form.php:819
506
  #, fuzzy
507
  msgid "Display fields"
508
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
509
 
510
+ #: contact_form.php:821
511
+ #: contact_form.php:851
512
+ #: contact_form.php:1041
513
+ #: contact_form.php:1693
514
  #, fuzzy
515
  msgid "Address"
516
  msgstr "ई - मेल पता:"
517
 
518
+ #: contact_form.php:822
519
+ #: contact_form.php:853
520
+ #: contact_form.php:1701
521
  msgid "Phone"
522
  msgstr ""
523
 
524
+ #: contact_form.php:823
525
  #, fuzzy
526
  msgid "Attachment block"
527
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
528
 
529
+ #: contact_form.php:823
530
  msgid "Users can attach the following file formats"
531
  msgstr "उपयोगकर्ताओं को निम्नलिखित प्रकार की फ़ाइलों को संलग्न कर सकते हैं"
532
 
533
+ #: contact_form.php:824
534
  #, fuzzy
535
  msgid "Tips below the Attachment block"
536
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
537
 
538
+ #: contact_form.php:825
539
  #, fuzzy
540
  msgid "Send me a copy block"
541
  msgstr "मुझे एक प्रति ब्लॉक भेजें प्रदर्शित करें"
542
 
543
+ #: contact_form.php:837
544
+ #: contact_form.php:840
545
+ #: contact_form.php:843
546
+ #: contact_form.php:1070
547
  msgid "Captcha"
548
  msgstr ""
549
 
550
+ #: contact_form.php:837
551
+ #: contact_form.php:840
552
+ #: contact_form.php:843
553
+ #: contact_form.php:1070
554
  msgid "(powered by bestwebsoft.com)"
555
  msgstr ""
556
 
557
+ #: contact_form.php:840
558
  #, fuzzy
559
  msgid "Activate captcha"
560
  msgstr "सक्रिय प्लगिन"
561
 
562
+ #: contact_form.php:843
563
  #, fuzzy
564
  msgid "Download captcha"
565
  msgstr "डाउनलोड"
566
 
567
+ #: contact_form.php:848
568
  msgid "Required fields"
569
  msgstr ""
570
 
571
+ #: contact_form.php:850
572
+ #: contact_form.php:1036
573
+ #: contact_form.php:1688
574
  msgid "Name"
575
  msgstr "नाम"
576
 
577
+ #: contact_form.php:852
578
  #, fuzzy
579
  msgid "Email Address"
580
  msgstr "ई - मेल पता:"
581
 
582
+ #: contact_form.php:854
583
+ #: contact_form.php:1056
584
+ #: contact_form.php:1704
585
  msgid "Subject"
586
  msgstr "विषय"
587
 
588
+ #: contact_form.php:855
589
+ #: contact_form.php:1060
590
+ #: contact_form.php:1707
591
  msgid "Message"
592
  msgstr "संदेश"
593
 
594
+ #: contact_form.php:859
595
  #, fuzzy
596
  msgid "Display additional info in the email"
597
  msgstr "ईमेल में अतिरिक्त जानकारी प्रदर्शित करें"
598
 
599
+ #: contact_form.php:864
600
+ #: contact_form.php:1660
601
  msgid "Sent from (ip address)"
602
  msgstr "(आईपी पते से भेजा गया)"
603
 
604
+ #: contact_form.php:865
605
+ #: contact_form.php:1665
606
  msgid "Date/Time"
607
  msgstr "दिनांक / समय"
608
 
609
+ #: contact_form.php:866
610
+ #: contact_form.php:1670
611
  msgid "Sent from (referer)"
612
  msgstr "से आ रहा है (referer)"
613
 
614
+ #: contact_form.php:867
615
+ #: contact_form.php:1675
616
  msgid "Using (user agent)"
617
  msgstr "उपयोग करना (प्रयोक्ता एजेंट)"
618
 
619
+ #: contact_form.php:871
620
  msgid "Language settings for the field names in the form"
621
  msgstr ""
622
 
623
+ #: contact_form.php:880
624
  msgid "Add a language"
625
  msgstr ""
626
 
627
+ #: contact_form.php:884
628
  #, fuzzy
629
  msgid "Change the names of the contact form fields and error messages"
630
  msgstr "संपर्क प्रपत्र का फ़ील्ड्स के लिए लेबल बदलें"
631
 
632
+ #: contact_form.php:889
633
+ #: contact_form.php:960
634
  msgid "English"
635
  msgstr ""
636
 
 
 
 
 
 
 
 
 
 
 
637
  #: contact_form.php:908
638
  #: contact_form.php:937
639
+ msgid "Error message for the Name field"
640
  msgstr ""
641
 
642
  #: contact_form.php:909
643
  #: contact_form.php:938
644
+ msgid "Error message for the Address field"
645
  msgstr ""
646
 
647
  #: contact_form.php:910
648
  #: contact_form.php:939
649
+ msgid "Error message for the Email field"
650
  msgstr ""
651
 
652
  #: contact_form.php:911
653
  #: contact_form.php:940
654
+ msgid "Error message for the Phone field"
655
  msgstr ""
656
 
657
  #: contact_form.php:912
658
  #: contact_form.php:941
659
+ msgid "Error message for the Subject field"
660
  msgstr ""
661
 
662
  #: contact_form.php:913
663
  #: contact_form.php:942
664
+ msgid "Error message for the Message field"
665
  msgstr ""
666
 
667
  #: contact_form.php:914
668
  #: contact_form.php:943
669
+ msgid "Error message about the file type for the Attachment field"
670
  msgstr ""
671
 
672
  #: contact_form.php:915
673
  #: contact_form.php:944
674
+ msgid "Error message while uploading a file for the Attachment field to the server"
675
  msgstr ""
676
 
677
  #: contact_form.php:916
678
  #: contact_form.php:945
679
+ msgid "Error message while moving the file for the Attachment field"
680
  msgstr ""
681
 
682
  #: contact_form.php:917
683
  #: contact_form.php:946
684
+ msgid "Error message when file size limit for the Attachment field is exceeded"
685
+ msgstr ""
686
+
687
+ #: contact_form.php:918
688
+ #: contact_form.php:947
689
+ msgid "Error message for the Captcha field"
690
  msgstr ""
691
 
692
  #: contact_form.php:919
693
  #: contact_form.php:948
694
+ msgid "Error message for the whole form"
695
+ msgstr ""
696
+
697
+ #: contact_form.php:921
698
+ #: contact_form.php:950
699
+ #: contact_form.php:969
700
+ #: contact_form.php:975
701
  msgid "Use shortcode"
702
  msgstr ""
703
 
704
+ #: contact_form.php:921
705
+ #: contact_form.php:950
706
+ #: contact_form.php:969
707
+ #: contact_form.php:975
708
  msgid "for this language"
709
  msgstr ""
710
 
711
+ #: contact_form.php:957
712
  msgid "Action after email is sent"
713
  msgstr ""
714
 
715
+ #: contact_form.php:959
716
  #, fuzzy
717
  msgid "Display text"
718
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
719
 
720
+ #: contact_form.php:968
721
+ #: contact_form.php:974
722
  msgid "Text"
723
  msgstr ""
724
 
725
+ #: contact_form.php:981
726
  msgid "Redirect to the page"
727
  msgstr ""
728
 
729
+ #: contact_form.php:982
730
  msgid "Url"
731
  msgstr ""
732
 
733
+ #: contact_form.php:987
734
+ #: contact_form.php:1162
735
  msgid "Save Changes"
736
  msgstr "परिवर्तन सहेजें"
737
 
738
+ #: contact_form.php:1002
739
  #, fuzzy
740
  msgid "Contact Form Pro | Extra Settings"
741
  msgstr "संपर्क प्रपत्र विकल्प"
742
 
743
+ #: contact_form.php:1009
744
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
745
  msgstr ""
746
 
747
+ #: contact_form.php:1016
748
  msgid "Errors output"
749
  msgstr ""
750
 
751
+ #: contact_form.php:1019
752
  msgid "Display error messages"
753
  msgstr ""
754
 
755
+ #: contact_form.php:1020
756
  msgid "Color of the input field errors."
757
  msgstr ""
758
 
759
+ #: contact_form.php:1021
760
  msgid "Display error messages & color of the input field errors"
761
  msgstr ""
762
 
763
+ #: contact_form.php:1026
764
  msgid "Add placeholder to the input blocks"
765
  msgstr ""
766
 
767
+ #: contact_form.php:1032
768
  #, fuzzy
769
  msgid "Add tooltips"
770
  msgstr "अतिरिक्त विकल्प"
771
 
772
+ #: contact_form.php:1046
773
  #, fuzzy
774
  msgid "Email address"
775
  msgstr "ई - मेल पता:"
776
 
777
+ #: contact_form.php:1051
778
  msgid "Phone Number"
779
  msgstr ""
780
 
781
+ #: contact_form.php:1065
782
  #, fuzzy
783
  msgid "Attachment"
784
  msgstr "लगाव:"
785
 
786
+ #: contact_form.php:1075
787
  #, fuzzy
788
  msgid "Style options"
789
  msgstr "अतिरिक्त विकल्प"
790
 
791
+ #: contact_form.php:1078
792
  msgid "Text color"
793
  msgstr ""
794
 
795
+ #: contact_form.php:1081
796
+ #: contact_form.php:1086
797
+ #: contact_form.php:1096
798
+ #: contact_form.php:1101
799
+ #: contact_form.php:1106
800
+ #: contact_form.php:1111
801
+ #: contact_form.php:1121
802
+ #: contact_form.php:1126
803
+ #: contact_form.php:1132
804
+ #: contact_form.php:1143
805
+ #: contact_form.php:1148
806
+ #: contact_form.php:1153
807
  msgid "Default"
808
  msgstr ""
809
 
810
+ #: contact_form.php:1083
811
  msgid "Label text color"
812
  msgstr ""
813
 
814
+ #: contact_form.php:1088
815
  msgid "Placeholder color"
816
  msgstr ""
817
 
818
+ #: contact_form.php:1093
819
  msgid "Errors color"
820
  msgstr ""
821
 
822
+ #: contact_form.php:1098
823
  msgid "Error text color"
824
  msgstr ""
825
 
826
+ #: contact_form.php:1103
827
  msgid "Background color of the input field errors"
828
  msgstr ""
829
 
830
+ #: contact_form.php:1108
831
  msgid "Border color of the input field errors"
832
  msgstr ""
833
 
834
+ #: contact_form.php:1113
835
  msgid "Placeholder color of the input field errors"
836
  msgstr ""
837
 
838
+ #: contact_form.php:1118
839
  #, fuzzy
840
  msgid "Input fields"
841
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
842
 
843
+ #: contact_form.php:1123
844
  msgid "Input fields background color"
845
  msgstr ""
846
 
847
+ #: contact_form.php:1128
848
  msgid "Text fields color"
849
  msgstr ""
850
 
851
+ #: contact_form.php:1130
852
  msgid "Border width in px, numbers only"
853
  msgstr ""
854
 
855
+ #: contact_form.php:1134
856
+ #: contact_form.php:1155
857
  msgid "Border color"
858
  msgstr ""
859
 
860
+ #: contact_form.php:1139
861
  #, fuzzy
862
  msgid "Submit button"
863
  msgstr "सबमिट"
864
 
865
+ #: contact_form.php:1141
866
  msgid "Width in px, numbers only"
867
  msgstr ""
868
 
869
+ #: contact_form.php:1145
870
  msgid "Button color"
871
  msgstr ""
872
 
873
+ #: contact_form.php:1150
874
  msgid "Button text color"
875
  msgstr ""
876
 
877
+ #: contact_form.php:1166
878
  #, fuzzy
879
  msgid "Contact Form Pro | Preview"
880
  msgstr "संपर्क प्रपत्र"
881
 
882
+ #: contact_form.php:1169
883
  msgid "Show with errors"
884
  msgstr ""
885
 
 
886
  #: contact_form.php:1177
887
+ #: contact_form.php:1179
888
  msgid "Please enter your full name..."
889
  msgstr ""
890
 
 
891
  #: contact_form.php:1190
892
+ #: contact_form.php:1192
893
  msgid "Please enter your address..."
894
  msgstr ""
895
 
 
896
  #: contact_form.php:1201
897
+ #: contact_form.php:1203
898
  #, fuzzy
899
  msgid "Please enter your email address..."
900
  msgstr "इस ईमेल का उपयोग करें:"
901
 
 
902
  #: contact_form.php:1212
903
+ #: contact_form.php:1214
904
  msgid "Please enter your phone number..."
905
  msgstr ""
906
 
 
907
  #: contact_form.php:1223
908
+ #: contact_form.php:1225
909
  msgid "Please enter subject..."
910
  msgstr ""
911
 
 
912
  #: contact_form.php:1233
913
+ #: contact_form.php:1235
914
  msgid "Please enter your message..."
915
  msgstr ""
916
 
917
+ #: contact_form.php:1246
918
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
919
  msgstr ""
920
 
921
+ #: contact_form.php:1399
922
  msgid "You can attach the following file formats"
923
  msgstr "आप निम्न प्रकार का फ़ाइलों को संलग्न कर सकते हैं"
924
 
925
+ #: contact_form.php:1683
926
  msgid "Contact from"
927
  msgstr "संपर्क करें"
928
 
929
+ #: contact_form.php:1696
930
  msgid "Email"
931
  msgstr "ईमेल"
932
 
933
+ #: contact_form.php:1710
934
  msgid "Site"
935
  msgstr "साइट"
936
 
937
+ #: contact_form.php:1760
938
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
939
  msgstr "यदि आप अपने ग्राहक की तुलना में इस माइम देख सकते हैं MIME प्रकार स्वीकार नहीं करता है!"
940
 
941
+ #: contact_form.php:1811
942
  msgid "FAQ"
943
  msgstr "अक्सर पूछे जाने वाले प्रश्न"
944
 
945
+ #: contact_form.php:1812
946
  msgid "Support"
947
  msgstr "समर्थन"
948
 
949
+ #: contact_form.php:1860
950
  msgid "Are you sure that you want to delete this language data?"
951
  msgstr ""
952
 
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-07-22 16:56+0300\n"
6
- "PO-Revision-Date: 2013-07-22 16:56+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Karoly Kovacs <karcsi1978@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -159,7 +159,7 @@ msgid "Thank you for contacting us."
159
  msgstr "Köszönjük az üzenetét."
160
 
161
  #: contact_form.php:242
162
- #: contact_form.php:1313
163
  msgid "Sorry, email message could not be delivered."
164
  msgstr "Sajnáljuk, az email üzenet nem továbbítható."
165
 
@@ -185,9 +185,9 @@ msgstr "Részletek megtekintése"
185
  #: contact_form.php:255
186
  #: contact_form.php:281
187
  #: contact_form.php:754
188
- #: contact_form.php:1002
189
- #: contact_form.php:1799
190
- #: contact_form.php:1808
191
  msgid "Settings"
192
  msgstr "Beállítások"
193
 
@@ -271,64 +271,64 @@ msgid "Contact Form Pro Extra Settings"
271
  msgstr "Kapcsolatfelvételi Ürlap Beállítások"
272
 
273
  #: contact_form.php:373
274
- #: contact_form.php:1008
275
  #, fuzzy
276
  msgid "Contact Form Pro"
277
  msgstr "Kapcsolatfelvételi Ürlap"
278
 
279
  #: contact_form.php:412
280
- #: contact_form.php:897
281
- #: contact_form.php:926
282
  msgid "Name:"
283
  msgstr "Noév:"
284
 
285
  #: contact_form.php:413
286
- #: contact_form.php:898
287
- #: contact_form.php:927
288
  #, fuzzy
289
  msgid "Address:"
290
  msgstr "Email cím:"
291
 
292
  #: contact_form.php:414
293
- #: contact_form.php:899
294
- #: contact_form.php:928
295
  msgid "Email Address:"
296
  msgstr "Email cím:"
297
 
298
  #: contact_form.php:415
299
- #: contact_form.php:900
300
- #: contact_form.php:929
301
  msgid "Phone number:"
302
  msgstr "Telefonszám:"
303
 
304
  #: contact_form.php:416
305
- #: contact_form.php:901
306
- #: contact_form.php:930
307
  msgid "Subject:"
308
  msgstr "Tárgy:"
309
 
310
  #: contact_form.php:417
311
- #: contact_form.php:902
312
- #: contact_form.php:931
313
  msgid "Message:"
314
  msgstr "Üzenet:"
315
 
316
  #: contact_form.php:418
317
- #: contact_form.php:903
318
- #: contact_form.php:932
319
  msgid "Attachment:"
320
  msgstr "Csatolmány:"
321
 
322
  #: contact_form.php:419
323
  #: contact_form.php:474
324
- #: contact_form.php:904
325
- #: contact_form.php:933
326
  msgid "Send me a copy"
327
  msgstr "Kérek másolatot"
328
 
329
  #: contact_form.php:420
330
- #: contact_form.php:905
331
- #: contact_form.php:934
332
  msgid "Submit"
333
  msgstr "Küldés"
334
 
@@ -407,536 +407,551 @@ msgid "Settings saved."
407
  msgstr "Opciók elmentve."
408
 
409
  #: contact_form.php:755
410
- #: contact_form.php:1003
411
  #, fuzzy
412
  msgid "Extra settings"
413
  msgstr "Beállítások"
414
 
415
  #: contact_form.php:760
416
- #: contact_form.php:1259
417
  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:"
418
  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:"
419
 
 
 
 
 
 
 
 
420
  #: contact_form.php:761
 
 
 
 
 
 
 
 
421
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
422
  msgstr "Amennyiben ezeket a mezőket üresen hagyja, az üzenet a regisztráció során megadott email címre lesz elküldve."
423
 
424
- #: contact_form.php:765
425
  msgid "The user's email address:"
426
  msgstr "A felhasználó email címe:"
427
 
428
- #: contact_form.php:769
429
  msgid "Create a username"
430
  msgstr "felhasználónév létrehozása"
431
 
432
- #: contact_form.php:774
433
  msgid "Enter a username of the person who should get the messages from the contact form."
434
  msgstr "Adja meg azon személy felhasználónevét, akitől az üzeneteket szeretné kapni a Kapcsolatfelvételi Ürlap segítségével."
435
 
436
- #: contact_form.php:778
437
  msgid "Use this email address:"
438
  msgstr "Ezen email cím használata:"
439
 
440
- #: contact_form.php:781
441
  msgid "Enter the email address you want the messages forwarded to."
442
  msgstr "Adja meg az email címet, ahova az üzenetek érkezzenek."
443
 
444
- #: contact_form.php:785
445
  msgid "Additional options"
446
  msgstr "További opciók"
447
 
448
- #: contact_form.php:788
449
  msgid "What to use?"
450
  msgstr "Mit szeretne használni?"
451
 
452
- #: contact_form.php:791
453
  msgid "Wp-mail"
454
  msgstr "Wp-mail"
455
 
456
- #: contact_form.php:792
457
  msgid "You can use the wp_mail function for mailing"
458
  msgstr "Használhatja a wp_mail funkciót a levelezéshez"
459
 
460
- #: contact_form.php:798
461
  msgid "Mail"
462
  msgstr "E-mail"
463
 
464
- #: contact_form.php:799
465
  msgid "To send mail you can use the php mail function"
466
  msgstr "Email küldéshez használhatja a php mail funkciót"
467
 
468
- #: contact_form.php:803
469
  msgid "Change text of the 'FROM' field"
470
  msgstr "A 'KITÖL' mező szövegének módosítása"
471
 
472
- #: contact_form.php:809
473
  msgid "Enter the email address in the 'From' field"
474
  msgstr "Adja meg a 'KITÖL' mező email címét"
475
 
476
- #: contact_form.php:811
477
  msgid "User email"
478
  msgstr ""
479
 
480
- #: contact_form.php:811
481
  #, fuzzy
482
  msgid "The email address of the user who fills the form will be used in the field 'From'."
483
  msgstr "A felhasználó e-mail címe, akinek az adatai szerepelnek a 'KITÖL' mezőben."
484
 
485
- #: contact_form.php:813
486
  msgid "This email address will be used in the 'From' field."
487
  msgstr "Ez az email cím szerepel a 'KITÖL' mezőben."
488
 
489
- #: contact_form.php:817
490
  #, fuzzy
491
  msgid "Display fields"
492
  msgstr "Szöveg megjelenítése"
493
 
494
- #: contact_form.php:819
495
- #: contact_form.php:849
496
- #: contact_form.php:1039
497
- #: contact_form.php:1691
498
  #, fuzzy
499
  msgid "Address"
500
  msgstr "Email cím:"
501
 
502
- #: contact_form.php:820
503
- #: contact_form.php:851
504
- #: contact_form.php:1699
505
  msgid "Phone"
506
  msgstr "Telefonszám"
507
 
508
- #: contact_form.php:821
509
  #, fuzzy
510
  msgid "Attachment block"
511
  msgstr "Csatolmány doboz megjelenítése"
512
 
513
- #: contact_form.php:821
514
  msgid "Users can attach the following file formats"
515
  msgstr "A felhasználók a következő fájlformátumokat csatolhatják"
516
 
517
- #: contact_form.php:822
518
  #, fuzzy
519
  msgid "Tips below the Attachment block"
520
  msgstr "Tippek megjelenítése a Csatolmányok doboz alatt"
521
 
522
- #: contact_form.php:823
523
  #, fuzzy
524
  msgid "Send me a copy block"
525
  msgstr "A 'Kérek másolatot' opció megjelenítése"
526
 
527
- #: contact_form.php:835
528
- #: contact_form.php:838
529
- #: contact_form.php:841
530
- #: contact_form.php:1068
531
  msgid "Captcha"
532
  msgstr ""
533
 
534
- #: contact_form.php:835
535
- #: contact_form.php:838
536
- #: contact_form.php:841
537
- #: contact_form.php:1068
538
  msgid "(powered by bestwebsoft.com)"
539
  msgstr ""
540
 
541
- #: contact_form.php:838
542
  #, fuzzy
543
  msgid "Activate captcha"
544
  msgstr "Aktivált pluginok"
545
 
546
- #: contact_form.php:841
547
  #, fuzzy
548
  msgid "Download captcha"
549
  msgstr "Letöltés"
550
 
551
- #: contact_form.php:846
552
  msgid "Required fields"
553
  msgstr "Kötelező mező"
554
 
555
- #: contact_form.php:848
556
- #: contact_form.php:1034
557
- #: contact_form.php:1686
558
  msgid "Name"
559
  msgstr "Név"
560
 
561
- #: contact_form.php:850
562
  #, fuzzy
563
  msgid "Email Address"
564
  msgstr "Email cím:"
565
 
566
- #: contact_form.php:852
567
- #: contact_form.php:1054
568
- #: contact_form.php:1702
569
  msgid "Subject"
570
  msgstr "Sujet"
571
 
572
- #: contact_form.php:853
573
- #: contact_form.php:1058
574
- #: contact_form.php:1705
575
  msgid "Message"
576
  msgstr "Üzenet"
577
 
578
- #: contact_form.php:857
579
  #, fuzzy
580
  msgid "Display additional info in the email"
581
  msgstr "További információk megjelenítése az emailben"
582
 
583
- #: contact_form.php:862
584
- #: contact_form.php:1658
585
  msgid "Sent from (ip address)"
586
  msgstr "Küldő (IP cím)"
587
 
588
- #: contact_form.php:863
589
- #: contact_form.php:1663
590
  msgid "Date/Time"
591
  msgstr "Dátum/Idő"
592
 
593
- #: contact_form.php:864
594
- #: contact_form.php:1668
595
  msgid "Sent from (referer)"
596
  msgstr "Envoyer de (référence)"
597
 
598
- #: contact_form.php:865
599
- #: contact_form.php:1673
600
  msgid "Using (user agent)"
601
  msgstr "Alkalmazás (böngésző)"
602
 
603
- #: contact_form.php:869
604
  msgid "Language settings for the field names in the form"
605
  msgstr "Az ürlap mezőinek nyelvi beállítása"
606
 
607
- #: contact_form.php:878
608
  #, fuzzy
609
  msgid "Add a language"
610
  msgstr "Nyelv hozzáadása"
611
 
612
- #: contact_form.php:882
613
  msgid "Change the names of the contact form fields and error messages"
614
  msgstr "A Kapcsolatfelvételi Ürlap mező és hibaüzenet neveinek módosítása"
615
 
616
- #: contact_form.php:887
617
- #: contact_form.php:958
618
  msgid "English"
619
  msgstr "Angol"
620
 
621
- #: contact_form.php:906
622
- #: contact_form.php:935
623
  msgid "Error message for the Name field"
624
  msgstr "Név mező hibaüzenet"
625
 
626
- #: contact_form.php:907
627
- #: contact_form.php:936
628
  #, fuzzy
629
  msgid "Error message for the Address field"
630
  msgstr "Üzenet mező hibaüzenet"
631
 
632
- #: contact_form.php:908
633
- #: contact_form.php:937
634
  msgid "Error message for the Email field"
635
  msgstr "Email cím mező hibaüzenet"
636
 
637
- #: contact_form.php:909
638
- #: contact_form.php:938
639
  msgid "Error message for the Phone field"
640
  msgstr "Telefonszám mező hibaüzenet"
641
 
642
- #: contact_form.php:910
643
- #: contact_form.php:939
644
  msgid "Error message for the Subject field"
645
  msgstr "Tárgy mező hibaüzenet"
646
 
647
- #: contact_form.php:911
648
- #: contact_form.php:940
649
  msgid "Error message for the Message field"
650
  msgstr "Üzenet mező hibaüzenet"
651
 
652
- #: contact_form.php:912
653
- #: contact_form.php:941
654
  #, fuzzy
655
  msgid "Error message about the file type for the Attachment field"
656
  msgstr "Csatolmány doboz hibaüzenet"
657
 
658
- #: contact_form.php:913
659
- #: contact_form.php:942
660
  #, fuzzy
661
  msgid "Error message while uploading a file for the Attachment field to the server"
662
  msgstr "Csatolmány doboz hibaüzenet"
663
 
664
- #: contact_form.php:914
665
- #: contact_form.php:943
666
  #, fuzzy
667
  msgid "Error message while moving the file for the Attachment field"
668
  msgstr "Csatolmány doboz hibaüzenet"
669
 
670
- #: contact_form.php:915
671
- #: contact_form.php:944
672
  #, fuzzy
673
  msgid "Error message when file size limit for the Attachment field is exceeded"
674
  msgstr "Csatolmány doboz hibaüzenet"
675
 
676
- #: contact_form.php:916
677
- #: contact_form.php:945
678
  msgid "Error message for the Captcha field"
679
  msgstr "CAPTCHA mező hibaüzenet"
680
 
681
- #: contact_form.php:917
682
- #: contact_form.php:946
683
  msgid "Error message for the whole form"
684
  msgstr "Hibaüzenet az egész form számára"
685
 
686
- #: contact_form.php:919
687
- #: contact_form.php:948
688
- #: contact_form.php:967
689
- #: contact_form.php:973
690
  msgid "Use shortcode"
691
  msgstr "Gyorskód használata"
692
 
693
- #: contact_form.php:919
694
- #: contact_form.php:948
695
- #: contact_form.php:967
696
- #: contact_form.php:973
697
  msgid "for this language"
698
  msgstr "ehhez a nyelvhez"
699
 
700
- #: contact_form.php:955
701
  msgid "Action after email is sent"
702
  msgstr "Művelet az email elküldése után"
703
 
704
- #: contact_form.php:957
705
  msgid "Display text"
706
  msgstr "Szöveg megjelenítése"
707
 
708
- #: contact_form.php:966
709
- #: contact_form.php:972
710
  msgid "Text"
711
  msgstr "Szöveg"
712
 
713
- #: contact_form.php:979
714
  msgid "Redirect to the page"
715
  msgstr "Átirányítás egy weboldalra"
716
 
717
- #: contact_form.php:980
718
  msgid "Url"
719
  msgstr "Url"
720
 
721
- #: contact_form.php:985
722
- #: contact_form.php:1160
723
  msgid "Save Changes"
724
  msgstr "Módosítások Mentése"
725
 
726
- #: contact_form.php:1000
727
  #, fuzzy
728
  msgid "Contact Form Pro | Extra Settings"
729
  msgstr "Kapcsolatfelvételi Ürlap Beállítások"
730
 
731
- #: contact_form.php:1007
732
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
733
  msgstr ""
734
 
735
- #: contact_form.php:1014
736
  msgid "Errors output"
737
  msgstr ""
738
 
739
- #: contact_form.php:1017
740
  msgid "Display error messages"
741
  msgstr ""
742
 
743
- #: contact_form.php:1018
744
  msgid "Color of the input field errors."
745
  msgstr ""
746
 
747
- #: contact_form.php:1019
748
  #, fuzzy
749
  msgid "Display error messages & color of the input field errors"
750
  msgstr "Tárgy mező hibaüzenet"
751
 
752
- #: contact_form.php:1024
753
  msgid "Add placeholder to the input blocks"
754
  msgstr ""
755
 
756
- #: contact_form.php:1030
757
  #, fuzzy
758
  msgid "Add tooltips"
759
  msgstr "További opciók"
760
 
761
- #: contact_form.php:1044
762
  #, fuzzy
763
  msgid "Email address"
764
  msgstr "Email cím:"
765
 
766
- #: contact_form.php:1049
767
  #, fuzzy
768
  msgid "Phone Number"
769
  msgstr "Telefonszám:"
770
 
771
- #: contact_form.php:1063
772
  #, fuzzy
773
  msgid "Attachment"
774
  msgstr "Csatolmány:"
775
 
776
- #: contact_form.php:1073
777
  #, fuzzy
778
  msgid "Style options"
779
  msgstr "További opciók"
780
 
781
- #: contact_form.php:1076
782
  msgid "Text color"
783
  msgstr ""
784
 
785
- #: contact_form.php:1079
786
- #: contact_form.php:1084
787
- #: contact_form.php:1094
788
- #: contact_form.php:1099
789
- #: contact_form.php:1104
790
- #: contact_form.php:1109
791
- #: contact_form.php:1119
792
- #: contact_form.php:1124
793
- #: contact_form.php:1130
794
- #: contact_form.php:1141
795
- #: contact_form.php:1146
796
- #: contact_form.php:1151
797
  msgid "Default"
798
  msgstr ""
799
 
800
- #: contact_form.php:1081
801
  msgid "Label text color"
802
  msgstr ""
803
 
804
- #: contact_form.php:1086
805
  msgid "Placeholder color"
806
  msgstr ""
807
 
808
- #: contact_form.php:1091
809
  msgid "Errors color"
810
  msgstr ""
811
 
812
- #: contact_form.php:1096
813
  msgid "Error text color"
814
  msgstr ""
815
 
816
- #: contact_form.php:1101
817
  msgid "Background color of the input field errors"
818
  msgstr ""
819
 
820
- #: contact_form.php:1106
821
  msgid "Border color of the input field errors"
822
  msgstr ""
823
 
824
- #: contact_form.php:1111
825
  msgid "Placeholder color of the input field errors"
826
  msgstr ""
827
 
828
- #: contact_form.php:1116
829
  #, fuzzy
830
  msgid "Input fields"
831
  msgstr "Szöveg megjelenítése"
832
 
833
- #: contact_form.php:1121
834
  msgid "Input fields background color"
835
  msgstr ""
836
 
837
- #: contact_form.php:1126
838
  msgid "Text fields color"
839
  msgstr ""
840
 
841
- #: contact_form.php:1128
842
  msgid "Border width in px, numbers only"
843
  msgstr ""
844
 
845
- #: contact_form.php:1132
846
- #: contact_form.php:1153
847
  msgid "Border color"
848
  msgstr ""
849
 
850
- #: contact_form.php:1137
851
  #, fuzzy
852
  msgid "Submit button"
853
  msgstr "Küldés"
854
 
855
- #: contact_form.php:1139
856
  msgid "Width in px, numbers only"
857
  msgstr ""
858
 
859
- #: contact_form.php:1143
860
  msgid "Button color"
861
  msgstr ""
862
 
863
- #: contact_form.php:1148
864
  msgid "Button text color"
865
  msgstr ""
866
 
867
- #: contact_form.php:1164
868
  #, fuzzy
869
  msgid "Contact Form Pro | Preview"
870
  msgstr "Kapcsolatfelvételi Ürlap"
871
 
872
- #: contact_form.php:1167
873
  msgid "Show with errors"
874
  msgstr ""
875
 
876
- #: contact_form.php:1175
877
  #: contact_form.php:1177
 
878
  msgid "Please enter your full name..."
879
  msgstr ""
880
 
881
- #: contact_form.php:1188
882
  #: contact_form.php:1190
 
883
  msgid "Please enter your address..."
884
  msgstr ""
885
 
886
- #: contact_form.php:1199
887
  #: contact_form.php:1201
 
888
  #, fuzzy
889
  msgid "Please enter your email address..."
890
  msgstr "Ezen email cím használata:"
891
 
892
- #: contact_form.php:1210
893
  #: contact_form.php:1212
 
894
  msgid "Please enter your phone number..."
895
  msgstr ""
896
 
897
- #: contact_form.php:1221
898
  #: contact_form.php:1223
 
899
  msgid "Please enter subject..."
900
  msgstr ""
901
 
902
- #: contact_form.php:1231
903
  #: contact_form.php:1233
 
904
  msgid "Please enter your message..."
905
  msgstr ""
906
 
907
- #: contact_form.php:1244
908
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
909
  msgstr ""
910
 
911
- #: contact_form.php:1397
912
  msgid "You can attach the following file formats"
913
  msgstr "A következő fájlformátumokat csatolhatja"
914
 
915
- #: contact_form.php:1681
916
  msgid "Contact from"
917
  msgstr "Üzenet küldött"
918
 
919
- #: contact_form.php:1694
920
  msgid "Email"
921
  msgstr "E-mail"
922
 
923
- #: contact_form.php:1708
924
  msgid "Site"
925
  msgstr "Oldal"
926
 
927
- #: contact_form.php:1758
928
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
929
  msgstr "Amennyiben ez a MIME nem jelenik meg, akkör az ön Levelezője nem támogatja ezt a MIME típust !"
930
 
931
- #: contact_form.php:1809
932
  msgid "FAQ"
933
  msgstr "GYIK (FAQ)"
934
 
935
- #: contact_form.php:1810
936
  msgid "Support"
937
  msgstr "Támogatás"
938
 
939
- #: contact_form.php:1858
940
  msgid "Are you sure that you want to delete this language data?"
941
  msgstr "Biztosan törölni szeretné ezt a nyelvi adatot ?"
942
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-07-29 17:32+0300\n"
6
+ "PO-Revision-Date: 2013-07-29 17:32+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Karoly Kovacs <karcsi1978@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
159
  msgstr "Köszönjük az üzenetét."
160
 
161
  #: contact_form.php:242
162
+ #: contact_form.php:1315
163
  msgid "Sorry, email message could not be delivered."
164
  msgstr "Sajnáljuk, az email üzenet nem továbbítható."
165
 
185
  #: contact_form.php:255
186
  #: contact_form.php:281
187
  #: contact_form.php:754
188
+ #: contact_form.php:1004
189
+ #: contact_form.php:1801
190
+ #: contact_form.php:1810
191
  msgid "Settings"
192
  msgstr "Beállítások"
193
 
271
  msgstr "Kapcsolatfelvételi Ürlap Beállítások"
272
 
273
  #: contact_form.php:373
274
+ #: contact_form.php:1010
275
  #, fuzzy
276
  msgid "Contact Form Pro"
277
  msgstr "Kapcsolatfelvételi Ürlap"
278
 
279
  #: contact_form.php:412
280
+ #: contact_form.php:899
281
+ #: contact_form.php:928
282
  msgid "Name:"
283
  msgstr "Noév:"
284
 
285
  #: contact_form.php:413
286
+ #: contact_form.php:900
287
+ #: contact_form.php:929
288
  #, fuzzy
289
  msgid "Address:"
290
  msgstr "Email cím:"
291
 
292
  #: contact_form.php:414
293
+ #: contact_form.php:901
294
+ #: contact_form.php:930
295
  msgid "Email Address:"
296
  msgstr "Email cím:"
297
 
298
  #: contact_form.php:415
299
+ #: contact_form.php:902
300
+ #: contact_form.php:931
301
  msgid "Phone number:"
302
  msgstr "Telefonszám:"
303
 
304
  #: contact_form.php:416
305
+ #: contact_form.php:903
306
+ #: contact_form.php:932
307
  msgid "Subject:"
308
  msgstr "Tárgy:"
309
 
310
  #: contact_form.php:417
311
+ #: contact_form.php:904
312
+ #: contact_form.php:933
313
  msgid "Message:"
314
  msgstr "Üzenet:"
315
 
316
  #: contact_form.php:418
317
+ #: contact_form.php:905
318
+ #: contact_form.php:934
319
  msgid "Attachment:"
320
  msgstr "Csatolmány:"
321
 
322
  #: contact_form.php:419
323
  #: contact_form.php:474
324
+ #: contact_form.php:906
325
+ #: contact_form.php:935
326
  msgid "Send me a copy"
327
  msgstr "Kérek másolatot"
328
 
329
  #: contact_form.php:420
330
+ #: contact_form.php:907
331
+ #: contact_form.php:936
332
  msgid "Submit"
333
  msgstr "Küldés"
334
 
407
  msgstr "Opciók elmentve."
408
 
409
  #: contact_form.php:755
410
+ #: contact_form.php:1005
411
  #, fuzzy
412
  msgid "Extra settings"
413
  msgstr "Beállítások"
414
 
415
  #: contact_form.php:760
416
+ #: contact_form.php:1261
417
  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:"
418
  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:"
419
 
420
+ #: contact_form.php:760
421
+ #: contact_form.php:761
422
+ #: contact_form.php:921
423
+ #: contact_form.php:969
424
+ msgid "or"
425
+ msgstr ""
426
+
427
  #: contact_form.php:761
428
+ msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
429
+ msgstr ""
430
+
431
+ #: contact_form.php:762
432
+ msgid "They work the same way."
433
+ msgstr ""
434
+
435
+ #: contact_form.php:763
436
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
437
  msgstr "Amennyiben ezeket a mezőket üresen hagyja, az üzenet a regisztráció során megadott email címre lesz elküldve."
438
 
439
+ #: contact_form.php:767
440
  msgid "The user's email address:"
441
  msgstr "A felhasználó email címe:"
442
 
443
+ #: contact_form.php:771
444
  msgid "Create a username"
445
  msgstr "felhasználónév létrehozása"
446
 
447
+ #: contact_form.php:776
448
  msgid "Enter a username of the person who should get the messages from the contact form."
449
  msgstr "Adja meg azon személy felhasználónevét, akitől az üzeneteket szeretné kapni a Kapcsolatfelvételi Ürlap segítségével."
450
 
451
+ #: contact_form.php:780
452
  msgid "Use this email address:"
453
  msgstr "Ezen email cím használata:"
454
 
455
+ #: contact_form.php:783
456
  msgid "Enter the email address you want the messages forwarded to."
457
  msgstr "Adja meg az email címet, ahova az üzenetek érkezzenek."
458
 
459
+ #: contact_form.php:787
460
  msgid "Additional options"
461
  msgstr "További opciók"
462
 
463
+ #: contact_form.php:790
464
  msgid "What to use?"
465
  msgstr "Mit szeretne használni?"
466
 
467
+ #: contact_form.php:793
468
  msgid "Wp-mail"
469
  msgstr "Wp-mail"
470
 
471
+ #: contact_form.php:794
472
  msgid "You can use the wp_mail function for mailing"
473
  msgstr "Használhatja a wp_mail funkciót a levelezéshez"
474
 
475
+ #: contact_form.php:800
476
  msgid "Mail"
477
  msgstr "E-mail"
478
 
479
+ #: contact_form.php:801
480
  msgid "To send mail you can use the php mail function"
481
  msgstr "Email küldéshez használhatja a php mail funkciót"
482
 
483
+ #: contact_form.php:805
484
  msgid "Change text of the 'FROM' field"
485
  msgstr "A 'KITÖL' mező szövegének módosítása"
486
 
487
+ #: contact_form.php:811
488
  msgid "Enter the email address in the 'From' field"
489
  msgstr "Adja meg a 'KITÖL' mező email címét"
490
 
491
+ #: contact_form.php:813
492
  msgid "User email"
493
  msgstr ""
494
 
495
+ #: contact_form.php:813
496
  #, fuzzy
497
  msgid "The email address of the user who fills the form will be used in the field 'From'."
498
  msgstr "A felhasználó e-mail címe, akinek az adatai szerepelnek a 'KITÖL' mezőben."
499
 
500
+ #: contact_form.php:815
501
  msgid "This email address will be used in the 'From' field."
502
  msgstr "Ez az email cím szerepel a 'KITÖL' mezőben."
503
 
504
+ #: contact_form.php:819
505
  #, fuzzy
506
  msgid "Display fields"
507
  msgstr "Szöveg megjelenítése"
508
 
509
+ #: contact_form.php:821
510
+ #: contact_form.php:851
511
+ #: contact_form.php:1041
512
+ #: contact_form.php:1693
513
  #, fuzzy
514
  msgid "Address"
515
  msgstr "Email cím:"
516
 
517
+ #: contact_form.php:822
518
+ #: contact_form.php:853
519
+ #: contact_form.php:1701
520
  msgid "Phone"
521
  msgstr "Telefonszám"
522
 
523
+ #: contact_form.php:823
524
  #, fuzzy
525
  msgid "Attachment block"
526
  msgstr "Csatolmány doboz megjelenítése"
527
 
528
+ #: contact_form.php:823
529
  msgid "Users can attach the following file formats"
530
  msgstr "A felhasználók a következő fájlformátumokat csatolhatják"
531
 
532
+ #: contact_form.php:824
533
  #, fuzzy
534
  msgid "Tips below the Attachment block"
535
  msgstr "Tippek megjelenítése a Csatolmányok doboz alatt"
536
 
537
+ #: contact_form.php:825
538
  #, fuzzy
539
  msgid "Send me a copy block"
540
  msgstr "A 'Kérek másolatot' opció megjelenítése"
541
 
542
+ #: contact_form.php:837
543
+ #: contact_form.php:840
544
+ #: contact_form.php:843
545
+ #: contact_form.php:1070
546
  msgid "Captcha"
547
  msgstr ""
548
 
549
+ #: contact_form.php:837
550
+ #: contact_form.php:840
551
+ #: contact_form.php:843
552
+ #: contact_form.php:1070
553
  msgid "(powered by bestwebsoft.com)"
554
  msgstr ""
555
 
556
+ #: contact_form.php:840
557
  #, fuzzy
558
  msgid "Activate captcha"
559
  msgstr "Aktivált pluginok"
560
 
561
+ #: contact_form.php:843
562
  #, fuzzy
563
  msgid "Download captcha"
564
  msgstr "Letöltés"
565
 
566
+ #: contact_form.php:848
567
  msgid "Required fields"
568
  msgstr "Kötelező mező"
569
 
570
+ #: contact_form.php:850
571
+ #: contact_form.php:1036
572
+ #: contact_form.php:1688
573
  msgid "Name"
574
  msgstr "Név"
575
 
576
+ #: contact_form.php:852
577
  #, fuzzy
578
  msgid "Email Address"
579
  msgstr "Email cím:"
580
 
581
+ #: contact_form.php:854
582
+ #: contact_form.php:1056
583
+ #: contact_form.php:1704
584
  msgid "Subject"
585
  msgstr "Sujet"
586
 
587
+ #: contact_form.php:855
588
+ #: contact_form.php:1060
589
+ #: contact_form.php:1707
590
  msgid "Message"
591
  msgstr "Üzenet"
592
 
593
+ #: contact_form.php:859
594
  #, fuzzy
595
  msgid "Display additional info in the email"
596
  msgstr "További információk megjelenítése az emailben"
597
 
598
+ #: contact_form.php:864
599
+ #: contact_form.php:1660
600
  msgid "Sent from (ip address)"
601
  msgstr "Küldő (IP cím)"
602
 
603
+ #: contact_form.php:865
604
+ #: contact_form.php:1665
605
  msgid "Date/Time"
606
  msgstr "Dátum/Idő"
607
 
608
+ #: contact_form.php:866
609
+ #: contact_form.php:1670
610
  msgid "Sent from (referer)"
611
  msgstr "Envoyer de (référence)"
612
 
613
+ #: contact_form.php:867
614
+ #: contact_form.php:1675
615
  msgid "Using (user agent)"
616
  msgstr "Alkalmazás (böngésző)"
617
 
618
+ #: contact_form.php:871
619
  msgid "Language settings for the field names in the form"
620
  msgstr "Az ürlap mezőinek nyelvi beállítása"
621
 
622
+ #: contact_form.php:880
623
  #, fuzzy
624
  msgid "Add a language"
625
  msgstr "Nyelv hozzáadása"
626
 
627
+ #: contact_form.php:884
628
  msgid "Change the names of the contact form fields and error messages"
629
  msgstr "A Kapcsolatfelvételi Ürlap mező és hibaüzenet neveinek módosítása"
630
 
631
+ #: contact_form.php:889
632
+ #: contact_form.php:960
633
  msgid "English"
634
  msgstr "Angol"
635
 
636
+ #: contact_form.php:908
637
+ #: contact_form.php:937
638
  msgid "Error message for the Name field"
639
  msgstr "Név mező hibaüzenet"
640
 
641
+ #: contact_form.php:909
642
+ #: contact_form.php:938
643
  #, fuzzy
644
  msgid "Error message for the Address field"
645
  msgstr "Üzenet mező hibaüzenet"
646
 
647
+ #: contact_form.php:910
648
+ #: contact_form.php:939
649
  msgid "Error message for the Email field"
650
  msgstr "Email cím mező hibaüzenet"
651
 
652
+ #: contact_form.php:911
653
+ #: contact_form.php:940
654
  msgid "Error message for the Phone field"
655
  msgstr "Telefonszám mező hibaüzenet"
656
 
657
+ #: contact_form.php:912
658
+ #: contact_form.php:941
659
  msgid "Error message for the Subject field"
660
  msgstr "Tárgy mező hibaüzenet"
661
 
662
+ #: contact_form.php:913
663
+ #: contact_form.php:942
664
  msgid "Error message for the Message field"
665
  msgstr "Üzenet mező hibaüzenet"
666
 
667
+ #: contact_form.php:914
668
+ #: contact_form.php:943
669
  #, fuzzy
670
  msgid "Error message about the file type for the Attachment field"
671
  msgstr "Csatolmány doboz hibaüzenet"
672
 
673
+ #: contact_form.php:915
674
+ #: contact_form.php:944
675
  #, fuzzy
676
  msgid "Error message while uploading a file for the Attachment field to the server"
677
  msgstr "Csatolmány doboz hibaüzenet"
678
 
679
+ #: contact_form.php:916
680
+ #: contact_form.php:945
681
  #, fuzzy
682
  msgid "Error message while moving the file for the Attachment field"
683
  msgstr "Csatolmány doboz hibaüzenet"
684
 
685
+ #: contact_form.php:917
686
+ #: contact_form.php:946
687
  #, fuzzy
688
  msgid "Error message when file size limit for the Attachment field is exceeded"
689
  msgstr "Csatolmány doboz hibaüzenet"
690
 
691
+ #: contact_form.php:918
692
+ #: contact_form.php:947
693
  msgid "Error message for the Captcha field"
694
  msgstr "CAPTCHA mező hibaüzenet"
695
 
696
+ #: contact_form.php:919
697
+ #: contact_form.php:948
698
  msgid "Error message for the whole form"
699
  msgstr "Hibaüzenet az egész form számára"
700
 
701
+ #: contact_form.php:921
702
+ #: contact_form.php:950
703
+ #: contact_form.php:969
704
+ #: contact_form.php:975
705
  msgid "Use shortcode"
706
  msgstr "Gyorskód használata"
707
 
708
+ #: contact_form.php:921
709
+ #: contact_form.php:950
710
+ #: contact_form.php:969
711
+ #: contact_form.php:975
712
  msgid "for this language"
713
  msgstr "ehhez a nyelvhez"
714
 
715
+ #: contact_form.php:957
716
  msgid "Action after email is sent"
717
  msgstr "Művelet az email elküldése után"
718
 
719
+ #: contact_form.php:959
720
  msgid "Display text"
721
  msgstr "Szöveg megjelenítése"
722
 
723
+ #: contact_form.php:968
724
+ #: contact_form.php:974
725
  msgid "Text"
726
  msgstr "Szöveg"
727
 
728
+ #: contact_form.php:981
729
  msgid "Redirect to the page"
730
  msgstr "Átirányítás egy weboldalra"
731
 
732
+ #: contact_form.php:982
733
  msgid "Url"
734
  msgstr "Url"
735
 
736
+ #: contact_form.php:987
737
+ #: contact_form.php:1162
738
  msgid "Save Changes"
739
  msgstr "Módosítások Mentése"
740
 
741
+ #: contact_form.php:1002
742
  #, fuzzy
743
  msgid "Contact Form Pro | Extra Settings"
744
  msgstr "Kapcsolatfelvételi Ürlap Beállítások"
745
 
746
+ #: contact_form.php:1009
747
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
748
  msgstr ""
749
 
750
+ #: contact_form.php:1016
751
  msgid "Errors output"
752
  msgstr ""
753
 
754
+ #: contact_form.php:1019
755
  msgid "Display error messages"
756
  msgstr ""
757
 
758
+ #: contact_form.php:1020
759
  msgid "Color of the input field errors."
760
  msgstr ""
761
 
762
+ #: contact_form.php:1021
763
  #, fuzzy
764
  msgid "Display error messages & color of the input field errors"
765
  msgstr "Tárgy mező hibaüzenet"
766
 
767
+ #: contact_form.php:1026
768
  msgid "Add placeholder to the input blocks"
769
  msgstr ""
770
 
771
+ #: contact_form.php:1032
772
  #, fuzzy
773
  msgid "Add tooltips"
774
  msgstr "További opciók"
775
 
776
+ #: contact_form.php:1046
777
  #, fuzzy
778
  msgid "Email address"
779
  msgstr "Email cím:"
780
 
781
+ #: contact_form.php:1051
782
  #, fuzzy
783
  msgid "Phone Number"
784
  msgstr "Telefonszám:"
785
 
786
+ #: contact_form.php:1065
787
  #, fuzzy
788
  msgid "Attachment"
789
  msgstr "Csatolmány:"
790
 
791
+ #: contact_form.php:1075
792
  #, fuzzy
793
  msgid "Style options"
794
  msgstr "További opciók"
795
 
796
+ #: contact_form.php:1078
797
  msgid "Text color"
798
  msgstr ""
799
 
800
+ #: contact_form.php:1081
801
+ #: contact_form.php:1086
802
+ #: contact_form.php:1096
803
+ #: contact_form.php:1101
804
+ #: contact_form.php:1106
805
+ #: contact_form.php:1111
806
+ #: contact_form.php:1121
807
+ #: contact_form.php:1126
808
+ #: contact_form.php:1132
809
+ #: contact_form.php:1143
810
+ #: contact_form.php:1148
811
+ #: contact_form.php:1153
812
  msgid "Default"
813
  msgstr ""
814
 
815
+ #: contact_form.php:1083
816
  msgid "Label text color"
817
  msgstr ""
818
 
819
+ #: contact_form.php:1088
820
  msgid "Placeholder color"
821
  msgstr ""
822
 
823
+ #: contact_form.php:1093
824
  msgid "Errors color"
825
  msgstr ""
826
 
827
+ #: contact_form.php:1098
828
  msgid "Error text color"
829
  msgstr ""
830
 
831
+ #: contact_form.php:1103
832
  msgid "Background color of the input field errors"
833
  msgstr ""
834
 
835
+ #: contact_form.php:1108
836
  msgid "Border color of the input field errors"
837
  msgstr ""
838
 
839
+ #: contact_form.php:1113
840
  msgid "Placeholder color of the input field errors"
841
  msgstr ""
842
 
843
+ #: contact_form.php:1118
844
  #, fuzzy
845
  msgid "Input fields"
846
  msgstr "Szöveg megjelenítése"
847
 
848
+ #: contact_form.php:1123
849
  msgid "Input fields background color"
850
  msgstr ""
851
 
852
+ #: contact_form.php:1128
853
  msgid "Text fields color"
854
  msgstr ""
855
 
856
+ #: contact_form.php:1130
857
  msgid "Border width in px, numbers only"
858
  msgstr ""
859
 
860
+ #: contact_form.php:1134
861
+ #: contact_form.php:1155
862
  msgid "Border color"
863
  msgstr ""
864
 
865
+ #: contact_form.php:1139
866
  #, fuzzy
867
  msgid "Submit button"
868
  msgstr "Küldés"
869
 
870
+ #: contact_form.php:1141
871
  msgid "Width in px, numbers only"
872
  msgstr ""
873
 
874
+ #: contact_form.php:1145
875
  msgid "Button color"
876
  msgstr ""
877
 
878
+ #: contact_form.php:1150
879
  msgid "Button text color"
880
  msgstr ""
881
 
882
+ #: contact_form.php:1166
883
  #, fuzzy
884
  msgid "Contact Form Pro | Preview"
885
  msgstr "Kapcsolatfelvételi Ürlap"
886
 
887
+ #: contact_form.php:1169
888
  msgid "Show with errors"
889
  msgstr ""
890
 
 
891
  #: contact_form.php:1177
892
+ #: contact_form.php:1179
893
  msgid "Please enter your full name..."
894
  msgstr ""
895
 
 
896
  #: contact_form.php:1190
897
+ #: contact_form.php:1192
898
  msgid "Please enter your address..."
899
  msgstr ""
900
 
 
901
  #: contact_form.php:1201
902
+ #: contact_form.php:1203
903
  #, fuzzy
904
  msgid "Please enter your email address..."
905
  msgstr "Ezen email cím használata:"
906
 
 
907
  #: contact_form.php:1212
908
+ #: contact_form.php:1214
909
  msgid "Please enter your phone number..."
910
  msgstr ""
911
 
 
912
  #: contact_form.php:1223
913
+ #: contact_form.php:1225
914
  msgid "Please enter subject..."
915
  msgstr ""
916
 
 
917
  #: contact_form.php:1233
918
+ #: contact_form.php:1235
919
  msgid "Please enter your message..."
920
  msgstr ""
921
 
922
+ #: contact_form.php:1246
923
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
924
  msgstr ""
925
 
926
+ #: contact_form.php:1399
927
  msgid "You can attach the following file formats"
928
  msgstr "A következő fájlformátumokat csatolhatja"
929
 
930
+ #: contact_form.php:1683
931
  msgid "Contact from"
932
  msgstr "Üzenet küldött"
933
 
934
+ #: contact_form.php:1696
935
  msgid "Email"
936
  msgstr "E-mail"
937
 
938
+ #: contact_form.php:1710
939
  msgid "Site"
940
  msgstr "Oldal"
941
 
942
+ #: contact_form.php:1760
943
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
944
  msgstr "Amennyiben ez a MIME nem jelenik meg, akkör az ön Levelezője nem támogatja ezt a MIME típust !"
945
 
946
+ #: contact_form.php:1811
947
  msgid "FAQ"
948
  msgstr "GYIK (FAQ)"
949
 
950
+ #: contact_form.php:1812
951
  msgid "Support"
952
  msgstr "Támogatás"
953
 
954
+ #: contact_form.php:1860
955
  msgid "Are you sure that you want to delete this language data?"
956
  msgstr "Biztosan törölni szeretné ezt a nyelvi adatot ?"
957
 
languages/contact_form-it_IT.mo CHANGED
Binary file
languages/contact_form-it_IT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-07-22 16:56+0300\n"
6
- "PO-Revision-Date: 2013-07-22 16:56+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Ilian Gagliardi <ilian@ultra-violet.it>\n"
9
  "MIME-Version: 1.0\n"
@@ -158,7 +158,7 @@ msgid "Thank you for contacting us."
158
  msgstr "Grazie per averci contattato."
159
 
160
  #: contact_form.php:242
161
- #: contact_form.php:1313
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Spiacenti, la tua e-mail non può essere consegnata al momento."
164
 
@@ -184,9 +184,9 @@ msgstr "Leggi"
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
- #: contact_form.php:1002
188
- #: contact_form.php:1799
189
- #: contact_form.php:1808
190
  msgid "Settings"
191
  msgstr "Settaggi"
192
 
@@ -270,64 +270,64 @@ msgid "Contact Form Pro Extra Settings"
270
  msgstr "Opzioni Contact Form"
271
 
272
  #: contact_form.php:373
273
- #: contact_form.php:1008
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "Contact Form"
277
 
278
  #: contact_form.php:412
279
- #: contact_form.php:897
280
- #: contact_form.php:926
281
  msgid "Name:"
282
  msgstr "Nome:"
283
 
284
  #: contact_form.php:413
285
- #: contact_form.php:898
286
- #: contact_form.php:927
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "Indirizzo e-mail:"
290
 
291
  #: contact_form.php:414
292
- #: contact_form.php:899
293
- #: contact_form.php:928
294
  msgid "Email Address:"
295
  msgstr "Indirizzo e-mail:"
296
 
297
  #: contact_form.php:415
298
- #: contact_form.php:900
299
- #: contact_form.php:929
300
  msgid "Phone number:"
301
  msgstr "Numero di telefono:"
302
 
303
  #: contact_form.php:416
304
- #: contact_form.php:901
305
- #: contact_form.php:930
306
  msgid "Subject:"
307
  msgstr "Oggetto:"
308
 
309
  #: contact_form.php:417
310
- #: contact_form.php:902
311
- #: contact_form.php:931
312
  msgid "Message:"
313
  msgstr "Messaggio:"
314
 
315
  #: contact_form.php:418
316
- #: contact_form.php:903
317
- #: contact_form.php:932
318
  msgid "Attachment:"
319
  msgstr "Attachment:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
- #: contact_form.php:904
324
- #: contact_form.php:933
325
  msgid "Send me a copy"
326
  msgstr "Inviami una copia"
327
 
328
  #: contact_form.php:420
329
- #: contact_form.php:905
330
- #: contact_form.php:934
331
  msgid "Submit"
332
  msgstr "Invia"
333
 
@@ -405,532 +405,547 @@ msgid "Settings saved."
405
  msgstr "Opzioni salvate."
406
 
407
  #: contact_form.php:755
408
- #: contact_form.php:1003
409
  #, fuzzy
410
  msgid "Extra settings"
411
  msgstr "Settaggi"
412
 
413
  #: contact_form.php:760
414
- #: contact_form.php:1259
415
  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:"
416
  msgstr "Se vuoi aggiungere un Contact Form al tuo sito, copia e incolla questo shortcode nei tuoi post o nelle tue pagine o widget:"
417
 
 
 
 
 
 
 
 
418
  #: contact_form.php:761
 
 
 
 
 
 
 
 
419
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
420
  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. "
421
 
422
- #: contact_form.php:765
423
  msgid "The user's email address:"
424
  msgstr "Utilizza l'e-mail dell'utente wordpress:"
425
 
426
- #: contact_form.php:769
427
  msgid "Create a username"
428
  msgstr "Seleziona nome utente"
429
 
430
- #: contact_form.php:774
431
  msgid "Enter a username of the person who should get the messages from the contact form."
432
  msgstr "Imposta il nome dell'utente che riceverà i messaggi da un contact form."
433
 
434
- #: contact_form.php:778
435
  msgid "Use this email address:"
436
  msgstr "Utilizza questa e-mail:"
437
 
438
- #: contact_form.php:781
439
  msgid "Enter the email address you want the messages forwarded to."
440
  msgstr "Imposta una e-mail che verrà utilizzata per ricevere i messaggi."
441
 
442
- #: contact_form.php:785
443
  msgid "Additional options"
444
  msgstr "Impostazioni aggiuntive"
445
 
446
- #: contact_form.php:788
447
  msgid "What to use?"
448
  msgstr "Cosa utilizzare?"
449
 
450
- #: contact_form.php:791
451
  msgid "Wp-mail"
452
  msgstr "Wp-mail"
453
 
454
- #: contact_form.php:792
455
  msgid "You can use the wp_mail function for mailing"
456
  msgstr "Per inviare e-mail puoi utilizzare la funzione wp_mail"
457
 
458
- #: contact_form.php:798
459
  msgid "Mail"
460
  msgstr "Mail"
461
 
462
- #: contact_form.php:799
463
  msgid "To send mail you can use the php mail function"
464
  msgstr "Per inviare e-mail puoi utilizzare la funzione mail di php"
465
 
466
- #: contact_form.php:803
467
  msgid "Change text of the 'FROM' field"
468
  msgstr "Modifica il contenuto del campo 'DA'"
469
 
470
- #: contact_form.php:809
471
  msgid "Enter the email address in the 'From' field"
472
  msgstr "Inserisci l'indirizzo e-mail nel campo 'DA'"
473
 
474
- #: contact_form.php:811
475
  msgid "User email"
476
  msgstr ""
477
 
478
- #: contact_form.php:811
479
  msgid "The email address of the user who fills the form will be used in the field 'From'."
480
  msgstr "L'indirizzo e-mail dell'utente che compila il form verrà usato nel campo 'DA'"
481
 
482
- #: contact_form.php:813
483
  msgid "This email address will be used in the 'From' field."
484
  msgstr "Questo indirizzo e-mail verrà utilizzato nel campo 'DA'"
485
 
486
- #: contact_form.php:817
487
  #, fuzzy
488
  msgid "Display fields"
489
  msgstr "Visualizza il testo"
490
 
491
- #: contact_form.php:819
492
- #: contact_form.php:849
493
- #: contact_form.php:1039
494
- #: contact_form.php:1691
495
  #, fuzzy
496
  msgid "Address"
497
  msgstr "Indirizzo e-mail"
498
 
499
- #: contact_form.php:820
500
- #: contact_form.php:851
501
- #: contact_form.php:1699
502
  msgid "Phone"
503
  msgstr "Telefono"
504
 
505
- #: contact_form.php:821
506
  #, fuzzy
507
  msgid "Attachment block"
508
  msgstr "Visualizza l'attachment"
509
 
510
- #: contact_form.php:821
511
  msgid "Users can attach the following file formats"
512
  msgstr "Gli utenti possono allegare i files nei seguenti tipi"
513
 
514
- #: contact_form.php:822
515
  #, fuzzy
516
  msgid "Tips below the Attachment block"
517
  msgstr "Visualizza suggeriementi sotto il blocco Allegato"
518
 
519
- #: contact_form.php:823
520
  #, fuzzy
521
  msgid "Send me a copy block"
522
  msgstr "Visualizza il blocco \"Inviami una copia\" "
523
 
524
- #: contact_form.php:835
525
- #: contact_form.php:838
526
- #: contact_form.php:841
527
- #: contact_form.php:1068
528
  msgid "Captcha"
529
  msgstr ""
530
 
531
- #: contact_form.php:835
532
- #: contact_form.php:838
533
- #: contact_form.php:841
534
- #: contact_form.php:1068
535
  msgid "(powered by bestwebsoft.com)"
536
  msgstr ""
537
 
538
- #: contact_form.php:838
539
  #, fuzzy
540
  msgid "Activate captcha"
541
  msgstr "Plugin attivati"
542
 
543
- #: contact_form.php:841
544
  #, fuzzy
545
  msgid "Download captcha"
546
  msgstr "Download"
547
 
548
- #: contact_form.php:846
549
  msgid "Required fields"
550
  msgstr "Campi richiesti"
551
 
552
- #: contact_form.php:848
553
- #: contact_form.php:1034
554
- #: contact_form.php:1686
555
  msgid "Name"
556
  msgstr "Nome"
557
 
558
- #: contact_form.php:850
559
  msgid "Email Address"
560
  msgstr "Indirizzo e-mail"
561
 
562
- #: contact_form.php:852
563
- #: contact_form.php:1054
564
- #: contact_form.php:1702
565
  msgid "Subject"
566
  msgstr "Oggetto"
567
 
568
- #: contact_form.php:853
569
- #: contact_form.php:1058
570
- #: contact_form.php:1705
571
  msgid "Message"
572
  msgstr "Messaggio"
573
 
574
- #: contact_form.php:857
575
  msgid "Display additional info in the email"
576
  msgstr "Visualizza informazioni aggiuntive nella e-mail"
577
 
578
- #: contact_form.php:862
579
- #: contact_form.php:1658
580
  msgid "Sent from (ip address)"
581
  msgstr "Inviato da (indirizzi IP)"
582
 
583
- #: contact_form.php:863
584
- #: contact_form.php:1663
585
  msgid "Date/Time"
586
  msgstr "Data/Ora"
587
 
588
- #: contact_form.php:864
589
- #: contact_form.php:1668
590
  msgid "Sent from (referer)"
591
  msgstr "Da (referente)"
592
 
593
- #: contact_form.php:865
594
- #: contact_form.php:1673
595
  msgid "Using (user agent)"
596
  msgstr "Utilizza (user agent)"
597
 
598
- #: contact_form.php:869
599
  msgid "Language settings for the field names in the form"
600
  msgstr "Impostazione della lingua per i nomi dei campi del form"
601
 
602
- #: contact_form.php:878
603
  msgid "Add a language"
604
  msgstr "Aggiungi un linguaggio"
605
 
606
- #: contact_form.php:882
607
  msgid "Change the names of the contact form fields and error messages"
608
  msgstr "Modifica le etichette dei campi del contact form"
609
 
610
- #: contact_form.php:887
611
- #: contact_form.php:958
612
  msgid "English"
613
  msgstr "Inglese"
614
 
615
- #: contact_form.php:906
616
- #: contact_form.php:935
617
  msgid "Error message for the Name field"
618
  msgstr "Messaggio d'errore per il campo Nome"
619
 
620
- #: contact_form.php:907
621
- #: contact_form.php:936
622
  #, fuzzy
623
  msgid "Error message for the Address field"
624
  msgstr "Messaggio d'errore per il campo Testo del Messaggio"
625
 
626
- #: contact_form.php:908
627
- #: contact_form.php:937
628
  msgid "Error message for the Email field"
629
  msgstr "Messaggio d'errore per il campo e-mail"
630
 
631
- #: contact_form.php:909
632
- #: contact_form.php:938
633
  msgid "Error message for the Phone field"
634
  msgstr "Messaggio d'errore per il campo Telefono"
635
 
636
- #: contact_form.php:910
637
- #: contact_form.php:939
638
  msgid "Error message for the Subject field"
639
  msgstr "Messaggio d'errore per il campo Soggetto"
640
 
641
- #: contact_form.php:911
642
- #: contact_form.php:940
643
  msgid "Error message for the Message field"
644
  msgstr "Messaggio d'errore per il campo Testo del Messaggio"
645
 
646
- #: contact_form.php:912
647
- #: contact_form.php:941
648
  #, fuzzy
649
  msgid "Error message about the file type for the Attachment field"
650
  msgstr "Messaggio d'errore per il campo Allegato"
651
 
652
- #: contact_form.php:913
653
- #: contact_form.php:942
654
  #, fuzzy
655
  msgid "Error message while uploading a file for the Attachment field to the server"
656
  msgstr "Messaggio d'errore per il campo Allegato"
657
 
658
- #: contact_form.php:914
659
- #: contact_form.php:943
660
  #, fuzzy
661
  msgid "Error message while moving the file for the Attachment field"
662
  msgstr "Messaggio d'errore per il campo Allegato"
663
 
664
- #: contact_form.php:915
665
- #: contact_form.php:944
666
  #, fuzzy
667
  msgid "Error message when file size limit for the Attachment field is exceeded"
668
  msgstr "Messaggio d'errore per il campo Allegato"
669
 
670
- #: contact_form.php:916
671
- #: contact_form.php:945
672
  msgid "Error message for the Captcha field"
673
  msgstr "Messaggio d'errore per il campo Captcha"
674
 
675
- #: contact_form.php:917
676
- #: contact_form.php:946
677
  msgid "Error message for the whole form"
678
  msgstr "Messaggio d'errore per l'intero modulo"
679
 
680
- #: contact_form.php:919
681
- #: contact_form.php:948
682
- #: contact_form.php:967
683
- #: contact_form.php:973
684
  msgid "Use shortcode"
685
  msgstr "usa lo shortcode"
686
 
687
- #: contact_form.php:919
688
- #: contact_form.php:948
689
- #: contact_form.php:967
690
- #: contact_form.php:973
691
  msgid "for this language"
692
  msgstr "per questa lingua"
693
 
694
- #: contact_form.php:955
695
  msgid "Action after email is sent"
696
  msgstr "Azione successiva all'invio dell'e-mail"
697
 
698
- #: contact_form.php:957
699
  msgid "Display text"
700
  msgstr "Visualizza il testo"
701
 
702
- #: contact_form.php:966
703
- #: contact_form.php:972
704
  msgid "Text"
705
  msgstr "Testo"
706
 
707
- #: contact_form.php:979
708
  msgid "Redirect to the page"
709
  msgstr "Reindirizza alla pagina"
710
 
711
- #: contact_form.php:980
712
  msgid "Url"
713
  msgstr "Url"
714
 
715
- #: contact_form.php:985
716
- #: contact_form.php:1160
717
  msgid "Save Changes"
718
  msgstr "Salva le modifiche"
719
 
720
- #: contact_form.php:1000
721
  #, fuzzy
722
  msgid "Contact Form Pro | Extra Settings"
723
  msgstr "Opzioni Contact Form"
724
 
725
- #: contact_form.php:1007
726
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
727
  msgstr ""
728
 
729
- #: contact_form.php:1014
730
  msgid "Errors output"
731
  msgstr ""
732
 
733
- #: contact_form.php:1017
734
  msgid "Display error messages"
735
  msgstr ""
736
 
737
- #: contact_form.php:1018
738
  msgid "Color of the input field errors."
739
  msgstr ""
740
 
741
- #: contact_form.php:1019
742
  #, fuzzy
743
  msgid "Display error messages & color of the input field errors"
744
  msgstr "Messaggio d'errore per il campo Soggetto"
745
 
746
- #: contact_form.php:1024
747
  msgid "Add placeholder to the input blocks"
748
  msgstr ""
749
 
750
- #: contact_form.php:1030
751
  #, fuzzy
752
  msgid "Add tooltips"
753
  msgstr "Impostazioni aggiuntive"
754
 
755
- #: contact_form.php:1044
756
  #, fuzzy
757
  msgid "Email address"
758
  msgstr "Indirizzo e-mail"
759
 
760
- #: contact_form.php:1049
761
  #, fuzzy
762
  msgid "Phone Number"
763
  msgstr "Numero di telefono:"
764
 
765
- #: contact_form.php:1063
766
  #, fuzzy
767
  msgid "Attachment"
768
  msgstr "Attachment:"
769
 
770
- #: contact_form.php:1073
771
  #, fuzzy
772
  msgid "Style options"
773
  msgstr "Impostazioni aggiuntive"
774
 
775
- #: contact_form.php:1076
776
  msgid "Text color"
777
  msgstr ""
778
 
779
- #: contact_form.php:1079
780
- #: contact_form.php:1084
781
- #: contact_form.php:1094
782
- #: contact_form.php:1099
783
- #: contact_form.php:1104
784
- #: contact_form.php:1109
785
- #: contact_form.php:1119
786
- #: contact_form.php:1124
787
- #: contact_form.php:1130
788
- #: contact_form.php:1141
789
- #: contact_form.php:1146
790
- #: contact_form.php:1151
791
  msgid "Default"
792
  msgstr ""
793
 
794
- #: contact_form.php:1081
795
  msgid "Label text color"
796
  msgstr ""
797
 
798
- #: contact_form.php:1086
799
  msgid "Placeholder color"
800
  msgstr ""
801
 
802
- #: contact_form.php:1091
803
  msgid "Errors color"
804
  msgstr ""
805
 
806
- #: contact_form.php:1096
807
  msgid "Error text color"
808
  msgstr ""
809
 
810
- #: contact_form.php:1101
811
  msgid "Background color of the input field errors"
812
  msgstr ""
813
 
814
- #: contact_form.php:1106
815
  msgid "Border color of the input field errors"
816
  msgstr ""
817
 
818
- #: contact_form.php:1111
819
  msgid "Placeholder color of the input field errors"
820
  msgstr ""
821
 
822
- #: contact_form.php:1116
823
  #, fuzzy
824
  msgid "Input fields"
825
  msgstr "Visualizza il testo"
826
 
827
- #: contact_form.php:1121
828
  msgid "Input fields background color"
829
  msgstr ""
830
 
831
- #: contact_form.php:1126
832
  msgid "Text fields color"
833
  msgstr ""
834
 
835
- #: contact_form.php:1128
836
  msgid "Border width in px, numbers only"
837
  msgstr ""
838
 
839
- #: contact_form.php:1132
840
- #: contact_form.php:1153
841
  msgid "Border color"
842
  msgstr ""
843
 
844
- #: contact_form.php:1137
845
  #, fuzzy
846
  msgid "Submit button"
847
  msgstr "Invia"
848
 
849
- #: contact_form.php:1139
850
  msgid "Width in px, numbers only"
851
  msgstr ""
852
 
853
- #: contact_form.php:1143
854
  msgid "Button color"
855
  msgstr ""
856
 
857
- #: contact_form.php:1148
858
  msgid "Button text color"
859
  msgstr ""
860
 
861
- #: contact_form.php:1164
862
  #, fuzzy
863
  msgid "Contact Form Pro | Preview"
864
  msgstr "Contact Form"
865
 
866
- #: contact_form.php:1167
867
  msgid "Show with errors"
868
  msgstr ""
869
 
870
- #: contact_form.php:1175
871
  #: contact_form.php:1177
 
872
  msgid "Please enter your full name..."
873
  msgstr ""
874
 
875
- #: contact_form.php:1188
876
  #: contact_form.php:1190
 
877
  msgid "Please enter your address..."
878
  msgstr ""
879
 
880
- #: contact_form.php:1199
881
  #: contact_form.php:1201
 
882
  #, fuzzy
883
  msgid "Please enter your email address..."
884
  msgstr "Utilizza questa e-mail:"
885
 
886
- #: contact_form.php:1210
887
  #: contact_form.php:1212
 
888
  msgid "Please enter your phone number..."
889
  msgstr ""
890
 
891
- #: contact_form.php:1221
892
  #: contact_form.php:1223
 
893
  msgid "Please enter subject..."
894
  msgstr ""
895
 
896
- #: contact_form.php:1231
897
  #: contact_form.php:1233
 
898
  msgid "Please enter your message..."
899
  msgstr ""
900
 
901
- #: contact_form.php:1244
902
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
903
  msgstr ""
904
 
905
- #: contact_form.php:1397
906
  msgid "You can attach the following file formats"
907
  msgstr "Gli utenti possono allegare i files nei seguenti tipi"
908
 
909
- #: contact_form.php:1681
910
  msgid "Contact from"
911
  msgstr "Contact from"
912
 
913
- #: contact_form.php:1694
914
  msgid "Email"
915
  msgstr "e-mail"
916
 
917
- #: contact_form.php:1708
918
  msgid "Site"
919
  msgstr "Sito"
920
 
921
- #: contact_form.php:1758
922
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
923
  msgstr "Se puoi visualizzare questo MIME il tuo client non supporta i MIME types!"
924
 
925
- #: contact_form.php:1809
926
  msgid "FAQ"
927
  msgstr "FAQ"
928
 
929
- #: contact_form.php:1810
930
  msgid "Support"
931
  msgstr "Supporto"
932
 
933
- #: contact_form.php:1858
934
  msgid "Are you sure that you want to delete this language data?"
935
  msgstr "Sei sicuro di voler cancellare questo linguaggio?"
936
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-07-29 17:32+0300\n"
6
+ "PO-Revision-Date: 2013-07-29 17:32+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Ilian Gagliardi <ilian@ultra-violet.it>\n"
9
  "MIME-Version: 1.0\n"
158
  msgstr "Grazie per averci contattato."
159
 
160
  #: contact_form.php:242
161
+ #: contact_form.php:1315
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Spiacenti, la tua e-mail non può essere consegnata al momento."
164
 
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
+ #: contact_form.php:1004
188
+ #: contact_form.php:1801
189
+ #: contact_form.php:1810
190
  msgid "Settings"
191
  msgstr "Settaggi"
192
 
270
  msgstr "Opzioni Contact Form"
271
 
272
  #: contact_form.php:373
273
+ #: contact_form.php:1010
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "Contact Form"
277
 
278
  #: contact_form.php:412
279
+ #: contact_form.php:899
280
+ #: contact_form.php:928
281
  msgid "Name:"
282
  msgstr "Nome:"
283
 
284
  #: contact_form.php:413
285
+ #: contact_form.php:900
286
+ #: contact_form.php:929
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "Indirizzo e-mail:"
290
 
291
  #: contact_form.php:414
292
+ #: contact_form.php:901
293
+ #: contact_form.php:930
294
  msgid "Email Address:"
295
  msgstr "Indirizzo e-mail:"
296
 
297
  #: contact_form.php:415
298
+ #: contact_form.php:902
299
+ #: contact_form.php:931
300
  msgid "Phone number:"
301
  msgstr "Numero di telefono:"
302
 
303
  #: contact_form.php:416
304
+ #: contact_form.php:903
305
+ #: contact_form.php:932
306
  msgid "Subject:"
307
  msgstr "Oggetto:"
308
 
309
  #: contact_form.php:417
310
+ #: contact_form.php:904
311
+ #: contact_form.php:933
312
  msgid "Message:"
313
  msgstr "Messaggio:"
314
 
315
  #: contact_form.php:418
316
+ #: contact_form.php:905
317
+ #: contact_form.php:934
318
  msgid "Attachment:"
319
  msgstr "Attachment:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
+ #: contact_form.php:906
324
+ #: contact_form.php:935
325
  msgid "Send me a copy"
326
  msgstr "Inviami una copia"
327
 
328
  #: contact_form.php:420
329
+ #: contact_form.php:907
330
+ #: contact_form.php:936
331
  msgid "Submit"
332
  msgstr "Invia"
333
 
405
  msgstr "Opzioni salvate."
406
 
407
  #: contact_form.php:755
408
+ #: contact_form.php:1005
409
  #, fuzzy
410
  msgid "Extra settings"
411
  msgstr "Settaggi"
412
 
413
  #: contact_form.php:760
414
+ #: contact_form.php:1261
415
  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:"
416
  msgstr "Se vuoi aggiungere un Contact Form al tuo sito, copia e incolla questo shortcode nei tuoi post o nelle tue pagine o widget:"
417
 
418
+ #: contact_form.php:760
419
+ #: contact_form.php:761
420
+ #: contact_form.php:921
421
+ #: contact_form.php:969
422
+ msgid "or"
423
+ msgstr ""
424
+
425
  #: contact_form.php:761
426
+ msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
427
+ msgstr ""
428
+
429
+ #: contact_form.php:762
430
+ msgid "They work the same way."
431
+ msgstr ""
432
+
433
+ #: contact_form.php:763
434
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
435
  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. "
436
 
437
+ #: contact_form.php:767
438
  msgid "The user's email address:"
439
  msgstr "Utilizza l'e-mail dell'utente wordpress:"
440
 
441
+ #: contact_form.php:771
442
  msgid "Create a username"
443
  msgstr "Seleziona nome utente"
444
 
445
+ #: contact_form.php:776
446
  msgid "Enter a username of the person who should get the messages from the contact form."
447
  msgstr "Imposta il nome dell'utente che riceverà i messaggi da un contact form."
448
 
449
+ #: contact_form.php:780
450
  msgid "Use this email address:"
451
  msgstr "Utilizza questa e-mail:"
452
 
453
+ #: contact_form.php:783
454
  msgid "Enter the email address you want the messages forwarded to."
455
  msgstr "Imposta una e-mail che verrà utilizzata per ricevere i messaggi."
456
 
457
+ #: contact_form.php:787
458
  msgid "Additional options"
459
  msgstr "Impostazioni aggiuntive"
460
 
461
+ #: contact_form.php:790
462
  msgid "What to use?"
463
  msgstr "Cosa utilizzare?"
464
 
465
+ #: contact_form.php:793
466
  msgid "Wp-mail"
467
  msgstr "Wp-mail"
468
 
469
+ #: contact_form.php:794
470
  msgid "You can use the wp_mail function for mailing"
471
  msgstr "Per inviare e-mail puoi utilizzare la funzione wp_mail"
472
 
473
+ #: contact_form.php:800
474
  msgid "Mail"
475
  msgstr "Mail"
476
 
477
+ #: contact_form.php:801
478
  msgid "To send mail you can use the php mail function"
479
  msgstr "Per inviare e-mail puoi utilizzare la funzione mail di php"
480
 
481
+ #: contact_form.php:805
482
  msgid "Change text of the 'FROM' field"
483
  msgstr "Modifica il contenuto del campo 'DA'"
484
 
485
+ #: contact_form.php:811
486
  msgid "Enter the email address in the 'From' field"
487
  msgstr "Inserisci l'indirizzo e-mail nel campo 'DA'"
488
 
489
+ #: contact_form.php:813
490
  msgid "User email"
491
  msgstr ""
492
 
493
+ #: contact_form.php:813
494
  msgid "The email address of the user who fills the form will be used in the field 'From'."
495
  msgstr "L'indirizzo e-mail dell'utente che compila il form verrà usato nel campo 'DA'"
496
 
497
+ #: contact_form.php:815
498
  msgid "This email address will be used in the 'From' field."
499
  msgstr "Questo indirizzo e-mail verrà utilizzato nel campo 'DA'"
500
 
501
+ #: contact_form.php:819
502
  #, fuzzy
503
  msgid "Display fields"
504
  msgstr "Visualizza il testo"
505
 
506
+ #: contact_form.php:821
507
+ #: contact_form.php:851
508
+ #: contact_form.php:1041
509
+ #: contact_form.php:1693
510
  #, fuzzy
511
  msgid "Address"
512
  msgstr "Indirizzo e-mail"
513
 
514
+ #: contact_form.php:822
515
+ #: contact_form.php:853
516
+ #: contact_form.php:1701
517
  msgid "Phone"
518
  msgstr "Telefono"
519
 
520
+ #: contact_form.php:823
521
  #, fuzzy
522
  msgid "Attachment block"
523
  msgstr "Visualizza l'attachment"
524
 
525
+ #: contact_form.php:823
526
  msgid "Users can attach the following file formats"
527
  msgstr "Gli utenti possono allegare i files nei seguenti tipi"
528
 
529
+ #: contact_form.php:824
530
  #, fuzzy
531
  msgid "Tips below the Attachment block"
532
  msgstr "Visualizza suggeriementi sotto il blocco Allegato"
533
 
534
+ #: contact_form.php:825
535
  #, fuzzy
536
  msgid "Send me a copy block"
537
  msgstr "Visualizza il blocco \"Inviami una copia\" "
538
 
539
+ #: contact_form.php:837
540
+ #: contact_form.php:840
541
+ #: contact_form.php:843
542
+ #: contact_form.php:1070
543
  msgid "Captcha"
544
  msgstr ""
545
 
546
+ #: contact_form.php:837
547
+ #: contact_form.php:840
548
+ #: contact_form.php:843
549
+ #: contact_form.php:1070
550
  msgid "(powered by bestwebsoft.com)"
551
  msgstr ""
552
 
553
+ #: contact_form.php:840
554
  #, fuzzy
555
  msgid "Activate captcha"
556
  msgstr "Plugin attivati"
557
 
558
+ #: contact_form.php:843
559
  #, fuzzy
560
  msgid "Download captcha"
561
  msgstr "Download"
562
 
563
+ #: contact_form.php:848
564
  msgid "Required fields"
565
  msgstr "Campi richiesti"
566
 
567
+ #: contact_form.php:850
568
+ #: contact_form.php:1036
569
+ #: contact_form.php:1688
570
  msgid "Name"
571
  msgstr "Nome"
572
 
573
+ #: contact_form.php:852
574
  msgid "Email Address"
575
  msgstr "Indirizzo e-mail"
576
 
577
+ #: contact_form.php:854
578
+ #: contact_form.php:1056
579
+ #: contact_form.php:1704
580
  msgid "Subject"
581
  msgstr "Oggetto"
582
 
583
+ #: contact_form.php:855
584
+ #: contact_form.php:1060
585
+ #: contact_form.php:1707
586
  msgid "Message"
587
  msgstr "Messaggio"
588
 
589
+ #: contact_form.php:859
590
  msgid "Display additional info in the email"
591
  msgstr "Visualizza informazioni aggiuntive nella e-mail"
592
 
593
+ #: contact_form.php:864
594
+ #: contact_form.php:1660
595
  msgid "Sent from (ip address)"
596
  msgstr "Inviato da (indirizzi IP)"
597
 
598
+ #: contact_form.php:865
599
+ #: contact_form.php:1665
600
  msgid "Date/Time"
601
  msgstr "Data/Ora"
602
 
603
+ #: contact_form.php:866
604
+ #: contact_form.php:1670
605
  msgid "Sent from (referer)"
606
  msgstr "Da (referente)"
607
 
608
+ #: contact_form.php:867
609
+ #: contact_form.php:1675
610
  msgid "Using (user agent)"
611
  msgstr "Utilizza (user agent)"
612
 
613
+ #: contact_form.php:871
614
  msgid "Language settings for the field names in the form"
615
  msgstr "Impostazione della lingua per i nomi dei campi del form"
616
 
617
+ #: contact_form.php:880
618
  msgid "Add a language"
619
  msgstr "Aggiungi un linguaggio"
620
 
621
+ #: contact_form.php:884
622
  msgid "Change the names of the contact form fields and error messages"
623
  msgstr "Modifica le etichette dei campi del contact form"
624
 
625
+ #: contact_form.php:889
626
+ #: contact_form.php:960
627
  msgid "English"
628
  msgstr "Inglese"
629
 
630
+ #: contact_form.php:908
631
+ #: contact_form.php:937
632
  msgid "Error message for the Name field"
633
  msgstr "Messaggio d'errore per il campo Nome"
634
 
635
+ #: contact_form.php:909
636
+ #: contact_form.php:938
637
  #, fuzzy
638
  msgid "Error message for the Address field"
639
  msgstr "Messaggio d'errore per il campo Testo del Messaggio"
640
 
641
+ #: contact_form.php:910
642
+ #: contact_form.php:939
643
  msgid "Error message for the Email field"
644
  msgstr "Messaggio d'errore per il campo e-mail"
645
 
646
+ #: contact_form.php:911
647
+ #: contact_form.php:940
648
  msgid "Error message for the Phone field"
649
  msgstr "Messaggio d'errore per il campo Telefono"
650
 
651
+ #: contact_form.php:912
652
+ #: contact_form.php:941
653
  msgid "Error message for the Subject field"
654
  msgstr "Messaggio d'errore per il campo Soggetto"
655
 
656
+ #: contact_form.php:913
657
+ #: contact_form.php:942
658
  msgid "Error message for the Message field"
659
  msgstr "Messaggio d'errore per il campo Testo del Messaggio"
660
 
661
+ #: contact_form.php:914
662
+ #: contact_form.php:943
663
  #, fuzzy
664
  msgid "Error message about the file type for the Attachment field"
665
  msgstr "Messaggio d'errore per il campo Allegato"
666
 
667
+ #: contact_form.php:915
668
+ #: contact_form.php:944
669
  #, fuzzy
670
  msgid "Error message while uploading a file for the Attachment field to the server"
671
  msgstr "Messaggio d'errore per il campo Allegato"
672
 
673
+ #: contact_form.php:916
674
+ #: contact_form.php:945
675
  #, fuzzy
676
  msgid "Error message while moving the file for the Attachment field"
677
  msgstr "Messaggio d'errore per il campo Allegato"
678
 
679
+ #: contact_form.php:917
680
+ #: contact_form.php:946
681
  #, fuzzy
682
  msgid "Error message when file size limit for the Attachment field is exceeded"
683
  msgstr "Messaggio d'errore per il campo Allegato"
684
 
685
+ #: contact_form.php:918
686
+ #: contact_form.php:947
687
  msgid "Error message for the Captcha field"
688
  msgstr "Messaggio d'errore per il campo Captcha"
689
 
690
+ #: contact_form.php:919
691
+ #: contact_form.php:948
692
  msgid "Error message for the whole form"
693
  msgstr "Messaggio d'errore per l'intero modulo"
694
 
695
+ #: contact_form.php:921
696
+ #: contact_form.php:950
697
+ #: contact_form.php:969
698
+ #: contact_form.php:975
699
  msgid "Use shortcode"
700
  msgstr "usa lo shortcode"
701
 
702
+ #: contact_form.php:921
703
+ #: contact_form.php:950
704
+ #: contact_form.php:969
705
+ #: contact_form.php:975
706
  msgid "for this language"
707
  msgstr "per questa lingua"
708
 
709
+ #: contact_form.php:957
710
  msgid "Action after email is sent"
711
  msgstr "Azione successiva all'invio dell'e-mail"
712
 
713
+ #: contact_form.php:959
714
  msgid "Display text"
715
  msgstr "Visualizza il testo"
716
 
717
+ #: contact_form.php:968
718
+ #: contact_form.php:974
719
  msgid "Text"
720
  msgstr "Testo"
721
 
722
+ #: contact_form.php:981
723
  msgid "Redirect to the page"
724
  msgstr "Reindirizza alla pagina"
725
 
726
+ #: contact_form.php:982
727
  msgid "Url"
728
  msgstr "Url"
729
 
730
+ #: contact_form.php:987
731
+ #: contact_form.php:1162
732
  msgid "Save Changes"
733
  msgstr "Salva le modifiche"
734
 
735
+ #: contact_form.php:1002
736
  #, fuzzy
737
  msgid "Contact Form Pro | Extra Settings"
738
  msgstr "Opzioni Contact Form"
739
 
740
+ #: contact_form.php:1009
741
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
742
  msgstr ""
743
 
744
+ #: contact_form.php:1016
745
  msgid "Errors output"
746
  msgstr ""
747
 
748
+ #: contact_form.php:1019
749
  msgid "Display error messages"
750
  msgstr ""
751
 
752
+ #: contact_form.php:1020
753
  msgid "Color of the input field errors."
754
  msgstr ""
755
 
756
+ #: contact_form.php:1021
757
  #, fuzzy
758
  msgid "Display error messages & color of the input field errors"
759
  msgstr "Messaggio d'errore per il campo Soggetto"
760
 
761
+ #: contact_form.php:1026
762
  msgid "Add placeholder to the input blocks"
763
  msgstr ""
764
 
765
+ #: contact_form.php:1032
766
  #, fuzzy
767
  msgid "Add tooltips"
768
  msgstr "Impostazioni aggiuntive"
769
 
770
+ #: contact_form.php:1046
771
  #, fuzzy
772
  msgid "Email address"
773
  msgstr "Indirizzo e-mail"
774
 
775
+ #: contact_form.php:1051
776
  #, fuzzy
777
  msgid "Phone Number"
778
  msgstr "Numero di telefono:"
779
 
780
+ #: contact_form.php:1065
781
  #, fuzzy
782
  msgid "Attachment"
783
  msgstr "Attachment:"
784
 
785
+ #: contact_form.php:1075
786
  #, fuzzy
787
  msgid "Style options"
788
  msgstr "Impostazioni aggiuntive"
789
 
790
+ #: contact_form.php:1078
791
  msgid "Text color"
792
  msgstr ""
793
 
794
+ #: contact_form.php:1081
795
+ #: contact_form.php:1086
796
+ #: contact_form.php:1096
797
+ #: contact_form.php:1101
798
+ #: contact_form.php:1106
799
+ #: contact_form.php:1111
800
+ #: contact_form.php:1121
801
+ #: contact_form.php:1126
802
+ #: contact_form.php:1132
803
+ #: contact_form.php:1143
804
+ #: contact_form.php:1148
805
+ #: contact_form.php:1153
806
  msgid "Default"
807
  msgstr ""
808
 
809
+ #: contact_form.php:1083
810
  msgid "Label text color"
811
  msgstr ""
812
 
813
+ #: contact_form.php:1088
814
  msgid "Placeholder color"
815
  msgstr ""
816
 
817
+ #: contact_form.php:1093
818
  msgid "Errors color"
819
  msgstr ""
820
 
821
+ #: contact_form.php:1098
822
  msgid "Error text color"
823
  msgstr ""
824
 
825
+ #: contact_form.php:1103
826
  msgid "Background color of the input field errors"
827
  msgstr ""
828
 
829
+ #: contact_form.php:1108
830
  msgid "Border color of the input field errors"
831
  msgstr ""
832
 
833
+ #: contact_form.php:1113
834
  msgid "Placeholder color of the input field errors"
835
  msgstr ""
836
 
837
+ #: contact_form.php:1118
838
  #, fuzzy
839
  msgid "Input fields"
840
  msgstr "Visualizza il testo"
841
 
842
+ #: contact_form.php:1123
843
  msgid "Input fields background color"
844
  msgstr ""
845
 
846
+ #: contact_form.php:1128
847
  msgid "Text fields color"
848
  msgstr ""
849
 
850
+ #: contact_form.php:1130
851
  msgid "Border width in px, numbers only"
852
  msgstr ""
853
 
854
+ #: contact_form.php:1134
855
+ #: contact_form.php:1155
856
  msgid "Border color"
857
  msgstr ""
858
 
859
+ #: contact_form.php:1139
860
  #, fuzzy
861
  msgid "Submit button"
862
  msgstr "Invia"
863
 
864
+ #: contact_form.php:1141
865
  msgid "Width in px, numbers only"
866
  msgstr ""
867
 
868
+ #: contact_form.php:1145
869
  msgid "Button color"
870
  msgstr ""
871
 
872
+ #: contact_form.php:1150
873
  msgid "Button text color"
874
  msgstr ""
875
 
876
+ #: contact_form.php:1166
877
  #, fuzzy
878
  msgid "Contact Form Pro | Preview"
879
  msgstr "Contact Form"
880
 
881
+ #: contact_form.php:1169
882
  msgid "Show with errors"
883
  msgstr ""
884
 
 
885
  #: contact_form.php:1177
886
+ #: contact_form.php:1179
887
  msgid "Please enter your full name..."
888
  msgstr ""
889
 
 
890
  #: contact_form.php:1190
891
+ #: contact_form.php:1192
892
  msgid "Please enter your address..."
893
  msgstr ""
894
 
 
895
  #: contact_form.php:1201
896
+ #: contact_form.php:1203
897
  #, fuzzy
898
  msgid "Please enter your email address..."
899
  msgstr "Utilizza questa e-mail:"
900
 
 
901
  #: contact_form.php:1212
902
+ #: contact_form.php:1214
903
  msgid "Please enter your phone number..."
904
  msgstr ""
905
 
 
906
  #: contact_form.php:1223
907
+ #: contact_form.php:1225
908
  msgid "Please enter subject..."
909
  msgstr ""
910
 
 
911
  #: contact_form.php:1233
912
+ #: contact_form.php:1235
913
  msgid "Please enter your message..."
914
  msgstr ""
915
 
916
+ #: contact_form.php:1246
917
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
918
  msgstr ""
919
 
920
+ #: contact_form.php:1399
921
  msgid "You can attach the following file formats"
922
  msgstr "Gli utenti possono allegare i files nei seguenti tipi"
923
 
924
+ #: contact_form.php:1683
925
  msgid "Contact from"
926
  msgstr "Contact from"
927
 
928
+ #: contact_form.php:1696
929
  msgid "Email"
930
  msgstr "e-mail"
931
 
932
+ #: contact_form.php:1710
933
  msgid "Site"
934
  msgstr "Sito"
935
 
936
+ #: contact_form.php:1760
937
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
938
  msgstr "Se puoi visualizzare questo MIME il tuo client non supporta i MIME types!"
939
 
940
+ #: contact_form.php:1811
941
  msgid "FAQ"
942
  msgstr "FAQ"
943
 
944
+ #: contact_form.php:1812
945
  msgid "Support"
946
  msgstr "Supporto"
947
 
948
+ #: contact_form.php:1860
949
  msgid "Are you sure that you want to delete this language data?"
950
  msgstr "Sei sicuro di voler cancellare questo linguaggio?"
951
 
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-07-22 16:56+0300\n"
6
- "PO-Revision-Date: 2013-07-22 16:56+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "MIME-Version: 1.0\n"
@@ -158,7 +158,7 @@ msgid "Thank you for contacting us."
158
  msgstr "ご連絡ありがとうございます"
159
 
160
  #: contact_form.php:242
161
- #: contact_form.php:1313
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
164
 
@@ -184,9 +184,9 @@ msgstr "もっと読む"
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
- #: contact_form.php:1002
188
- #: contact_form.php:1799
189
- #: contact_form.php:1808
190
  msgid "Settings"
191
  msgstr "設定"
192
 
@@ -270,64 +270,64 @@ msgid "Contact Form Pro Extra Settings"
270
  msgstr "コンタクトフォーム オプション"
271
 
272
  #: contact_form.php:373
273
- #: contact_form.php:1008
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "Contact Form"
277
 
278
  #: contact_form.php:412
279
- #: contact_form.php:897
280
- #: contact_form.php:926
281
  msgid "Name:"
282
  msgstr "名前:"
283
 
284
  #: contact_form.php:413
285
- #: contact_form.php:898
286
- #: contact_form.php:927
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "E-Mail:"
290
 
291
  #: contact_form.php:414
292
- #: contact_form.php:899
293
- #: contact_form.php:928
294
  msgid "Email Address:"
295
  msgstr "E-Mail:"
296
 
297
  #: contact_form.php:415
298
- #: contact_form.php:900
299
- #: contact_form.php:929
300
  msgid "Phone number:"
301
  msgstr ""
302
 
303
  #: contact_form.php:416
304
- #: contact_form.php:901
305
- #: contact_form.php:930
306
  msgid "Subject:"
307
  msgstr "件名:"
308
 
309
  #: contact_form.php:417
310
- #: contact_form.php:902
311
- #: contact_form.php:931
312
  msgid "Message:"
313
  msgstr "メッセージ:"
314
 
315
  #: contact_form.php:418
316
- #: contact_form.php:903
317
- #: contact_form.php:932
318
  msgid "Attachment:"
319
  msgstr "添付:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
- #: contact_form.php:904
324
- #: contact_form.php:933
325
  msgid "Send me a copy"
326
  msgstr "コピーを自分に送る"
327
 
328
  #: contact_form.php:420
329
- #: contact_form.php:905
330
- #: contact_form.php:934
331
  msgid "Submit"
332
  msgstr "送信"
333
 
@@ -408,532 +408,547 @@ msgid "Settings saved."
408
  msgstr "オプション保存."
409
 
410
  #: contact_form.php:755
411
- #: contact_form.php:1003
412
  #, fuzzy
413
  msgid "Extra settings"
414
  msgstr "設定"
415
 
416
  #: contact_form.php:760
417
- #: contact_form.php:1259
418
  #, fuzzy
419
  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:"
420
  msgstr "コンタクトフォームをあなたのサイトに追加したい場合は、このショートカットを投稿またはページにコピーして貼り付けるだけです。"
421
 
 
 
 
 
 
 
 
422
  #: contact_form.php:761
 
 
 
 
 
 
 
 
423
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
424
  msgstr "以下の項目の情報が空欄の場合、登録の際に記述したアドレスにメッセージが送られます。"
425
 
426
- #: contact_form.php:765
427
  msgid "The user's email address:"
428
  msgstr "wordpressユーザのemailを利用r:"
429
 
430
- #: contact_form.php:769
431
  msgid "Create a username"
432
  msgstr "ユーザ名の選択"
433
 
434
- #: contact_form.php:774
435
  #, fuzzy
436
  msgid "Enter a username of the person who should get the messages from the contact form."
437
  msgstr "コンタクトフォームからメッセージを受け取るユーザ名を設定。"
438
 
439
- #: contact_form.php:778
440
  msgid "Use this email address:"
441
  msgstr "このemailを利用:"
442
 
443
- #: contact_form.php:781
444
  msgid "Enter the email address you want the messages forwarded to."
445
  msgstr "メッセージ受信用のemailを設定。"
446
 
447
- #: contact_form.php:785
448
  msgid "Additional options"
449
  msgstr "追加オプション"
450
 
451
- #: contact_form.php:788
452
  msgid "What to use?"
453
  msgstr ""
454
 
455
- #: contact_form.php:791
456
  #, fuzzy
457
  msgid "Wp-mail"
458
  msgstr "E-Mail"
459
 
460
- #: contact_form.php:792
461
  msgid "You can use the wp_mail function for mailing"
462
  msgstr ""
463
 
464
- #: contact_form.php:798
465
  msgid "Mail"
466
  msgstr ""
467
 
468
- #: contact_form.php:799
469
  msgid "To send mail you can use the php mail function"
470
  msgstr ""
471
 
472
- #: contact_form.php:803
473
  #, fuzzy
474
  msgid "Change text of the 'FROM' field"
475
  msgstr "コンタクトフォームのフィールドのラベルを変更"
476
 
477
- #: contact_form.php:809
478
  msgid "Enter the email address in the 'From' field"
479
  msgstr ""
480
 
481
- #: contact_form.php:811
482
  msgid "User email"
483
  msgstr ""
484
 
485
- #: contact_form.php:811
486
  msgid "The email address of the user who fills the form will be used in the field 'From'."
487
  msgstr ""
488
 
489
- #: contact_form.php:813
490
  msgid "This email address will be used in the 'From' field."
491
  msgstr ""
492
 
493
- #: contact_form.php:817
494
  #, fuzzy
495
  msgid "Display fields"
496
  msgstr "添付ブロックを表示"
497
 
498
- #: contact_form.php:819
499
- #: contact_form.php:849
500
- #: contact_form.php:1039
501
- #: contact_form.php:1691
502
  #, fuzzy
503
  msgid "Address"
504
  msgstr "E-Mail:"
505
 
506
- #: contact_form.php:820
507
- #: contact_form.php:851
508
- #: contact_form.php:1699
509
  msgid "Phone"
510
  msgstr ""
511
 
512
- #: contact_form.php:821
513
  #, fuzzy
514
  msgid "Attachment block"
515
  msgstr "添付ブロックを表示"
516
 
517
- #: contact_form.php:821
518
  msgid "Users can attach the following file formats"
519
  msgstr "ユーザは、以下のタイプのファイルを添付できる"
520
 
521
- #: contact_form.php:822
522
  #, fuzzy
523
  msgid "Tips below the Attachment block"
524
  msgstr "添付ブロックを表示"
525
 
526
- #: contact_form.php:823
527
  #, fuzzy
528
  msgid "Send me a copy block"
529
  msgstr "コピーブロックを自分に送るを表示"
530
 
531
- #: contact_form.php:835
532
- #: contact_form.php:838
533
- #: contact_form.php:841
534
- #: contact_form.php:1068
535
  msgid "Captcha"
536
  msgstr ""
537
 
538
- #: contact_form.php:835
539
- #: contact_form.php:838
540
- #: contact_form.php:841
541
- #: contact_form.php:1068
542
  msgid "(powered by bestwebsoft.com)"
543
  msgstr ""
544
 
545
- #: contact_form.php:838
546
  #, fuzzy
547
  msgid "Activate captcha"
548
  msgstr "有効なプラグイン"
549
 
550
- #: contact_form.php:841
551
  #, fuzzy
552
  msgid "Download captcha"
553
  msgstr "ダウンロード"
554
 
555
- #: contact_form.php:846
556
  msgid "Required fields"
557
  msgstr ""
558
 
559
- #: contact_form.php:848
560
- #: contact_form.php:1034
561
- #: contact_form.php:1686
562
  msgid "Name"
563
  msgstr "名前"
564
 
565
- #: contact_form.php:850
566
  #, fuzzy
567
  msgid "Email Address"
568
  msgstr "E-Mail:"
569
 
570
- #: contact_form.php:852
571
- #: contact_form.php:1054
572
- #: contact_form.php:1702
573
  msgid "Subject"
574
  msgstr "件名"
575
 
576
- #: contact_form.php:853
577
- #: contact_form.php:1058
578
- #: contact_form.php:1705
579
  msgid "Message"
580
  msgstr "メッセージ"
581
 
582
- #: contact_form.php:857
583
  msgid "Display additional info in the email"
584
  msgstr ""
585
 
586
- #: contact_form.php:862
587
- #: contact_form.php:1658
588
  msgid "Sent from (ip address)"
589
  msgstr "(IP-Adresse)から送られた"
590
 
591
- #: contact_form.php:863
592
- #: contact_form.php:1663
593
  msgid "Date/Time"
594
  msgstr "日時"
595
 
596
- #: contact_form.php:864
597
- #: contact_form.php:1668
598
  msgid "Sent from (referer)"
599
  msgstr "(referer)から送られている"
600
 
601
- #: contact_form.php:865
602
- #: contact_form.php:1673
603
  msgid "Using (user agent)"
604
  msgstr "(user agent)使用"
605
 
606
- #: contact_form.php:869
607
  msgid "Language settings for the field names in the form"
608
  msgstr ""
609
 
610
- #: contact_form.php:878
611
  msgid "Add a language"
612
  msgstr ""
613
 
614
- #: contact_form.php:882
615
  #, fuzzy
616
  msgid "Change the names of the contact form fields and error messages"
617
  msgstr "コンタクトフォームのフィールドのラベルを変更"
618
 
619
- #: contact_form.php:887
620
- #: contact_form.php:958
621
  msgid "English"
622
  msgstr ""
623
 
624
- #: contact_form.php:906
625
- #: contact_form.php:935
626
- msgid "Error message for the Name field"
627
- msgstr ""
628
-
629
- #: contact_form.php:907
630
- #: contact_form.php:936
631
- msgid "Error message for the Address field"
632
- msgstr ""
633
-
634
  #: contact_form.php:908
635
  #: contact_form.php:937
636
- msgid "Error message for the Email field"
637
  msgstr ""
638
 
639
  #: contact_form.php:909
640
  #: contact_form.php:938
641
- msgid "Error message for the Phone field"
642
  msgstr ""
643
 
644
  #: contact_form.php:910
645
  #: contact_form.php:939
646
- msgid "Error message for the Subject field"
647
  msgstr ""
648
 
649
  #: contact_form.php:911
650
  #: contact_form.php:940
651
- msgid "Error message for the Message field"
652
  msgstr ""
653
 
654
  #: contact_form.php:912
655
  #: contact_form.php:941
656
- msgid "Error message about the file type for the Attachment field"
657
  msgstr ""
658
 
659
  #: contact_form.php:913
660
  #: contact_form.php:942
661
- msgid "Error message while uploading a file for the Attachment field to the server"
662
  msgstr ""
663
 
664
  #: contact_form.php:914
665
  #: contact_form.php:943
666
- msgid "Error message while moving the file for the Attachment field"
667
  msgstr ""
668
 
669
  #: contact_form.php:915
670
  #: contact_form.php:944
671
- msgid "Error message when file size limit for the Attachment field is exceeded"
672
  msgstr ""
673
 
674
  #: contact_form.php:916
675
  #: contact_form.php:945
676
- msgid "Error message for the Captcha field"
677
  msgstr ""
678
 
679
  #: contact_form.php:917
680
  #: contact_form.php:946
681
- msgid "Error message for the whole form"
 
 
 
 
 
682
  msgstr ""
683
 
684
  #: contact_form.php:919
685
  #: contact_form.php:948
686
- #: contact_form.php:967
687
- #: contact_form.php:973
 
 
 
 
 
688
  msgid "Use shortcode"
689
  msgstr ""
690
 
691
- #: contact_form.php:919
692
- #: contact_form.php:948
693
- #: contact_form.php:967
694
- #: contact_form.php:973
695
  msgid "for this language"
696
  msgstr ""
697
 
698
- #: contact_form.php:955
699
  msgid "Action after email is sent"
700
  msgstr ""
701
 
702
- #: contact_form.php:957
703
  #, fuzzy
704
  msgid "Display text"
705
  msgstr "添付ブロックを表示"
706
 
707
- #: contact_form.php:966
708
- #: contact_form.php:972
709
  msgid "Text"
710
  msgstr ""
711
 
712
- #: contact_form.php:979
713
  msgid "Redirect to the page"
714
  msgstr ""
715
 
716
- #: contact_form.php:980
717
  msgid "Url"
718
  msgstr ""
719
 
720
- #: contact_form.php:985
721
- #: contact_form.php:1160
722
  msgid "Save Changes"
723
  msgstr "変更を保存"
724
 
725
- #: contact_form.php:1000
726
  #, fuzzy
727
  msgid "Contact Form Pro | Extra Settings"
728
  msgstr "コンタクトフォーム オプション"
729
 
730
- #: contact_form.php:1007
731
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
732
  msgstr ""
733
 
734
- #: contact_form.php:1014
735
  msgid "Errors output"
736
  msgstr ""
737
 
738
- #: contact_form.php:1017
739
  msgid "Display error messages"
740
  msgstr ""
741
 
742
- #: contact_form.php:1018
743
  msgid "Color of the input field errors."
744
  msgstr ""
745
 
746
- #: contact_form.php:1019
747
  msgid "Display error messages & color of the input field errors"
748
  msgstr ""
749
 
750
- #: contact_form.php:1024
751
  msgid "Add placeholder to the input blocks"
752
  msgstr ""
753
 
754
- #: contact_form.php:1030
755
  #, fuzzy
756
  msgid "Add tooltips"
757
  msgstr "追加オプション"
758
 
759
- #: contact_form.php:1044
760
  #, fuzzy
761
  msgid "Email address"
762
  msgstr "E-Mail:"
763
 
764
- #: contact_form.php:1049
765
  msgid "Phone Number"
766
  msgstr ""
767
 
768
- #: contact_form.php:1063
769
  #, fuzzy
770
  msgid "Attachment"
771
  msgstr "添付:"
772
 
773
- #: contact_form.php:1073
774
  #, fuzzy
775
  msgid "Style options"
776
  msgstr "追加オプション"
777
 
778
- #: contact_form.php:1076
779
  msgid "Text color"
780
  msgstr ""
781
 
782
- #: contact_form.php:1079
783
- #: contact_form.php:1084
784
- #: contact_form.php:1094
785
- #: contact_form.php:1099
786
- #: contact_form.php:1104
787
- #: contact_form.php:1109
788
- #: contact_form.php:1119
789
- #: contact_form.php:1124
790
- #: contact_form.php:1130
791
- #: contact_form.php:1141
792
- #: contact_form.php:1146
793
- #: contact_form.php:1151
794
  msgid "Default"
795
  msgstr ""
796
 
797
- #: contact_form.php:1081
798
  msgid "Label text color"
799
  msgstr ""
800
 
801
- #: contact_form.php:1086
802
  msgid "Placeholder color"
803
  msgstr ""
804
 
805
- #: contact_form.php:1091
806
  msgid "Errors color"
807
  msgstr ""
808
 
809
- #: contact_form.php:1096
810
  msgid "Error text color"
811
  msgstr ""
812
 
813
- #: contact_form.php:1101
814
  msgid "Background color of the input field errors"
815
  msgstr ""
816
 
817
- #: contact_form.php:1106
818
  msgid "Border color of the input field errors"
819
  msgstr ""
820
 
821
- #: contact_form.php:1111
822
  msgid "Placeholder color of the input field errors"
823
  msgstr ""
824
 
825
- #: contact_form.php:1116
826
  #, fuzzy
827
  msgid "Input fields"
828
  msgstr "添付ブロックを表示"
829
 
830
- #: contact_form.php:1121
831
  msgid "Input fields background color"
832
  msgstr ""
833
 
834
- #: contact_form.php:1126
835
  msgid "Text fields color"
836
  msgstr ""
837
 
838
- #: contact_form.php:1128
839
  msgid "Border width in px, numbers only"
840
  msgstr ""
841
 
842
- #: contact_form.php:1132
843
- #: contact_form.php:1153
844
  msgid "Border color"
845
  msgstr ""
846
 
847
- #: contact_form.php:1137
848
  #, fuzzy
849
  msgid "Submit button"
850
  msgstr "送信"
851
 
852
- #: contact_form.php:1139
853
  msgid "Width in px, numbers only"
854
  msgstr ""
855
 
856
- #: contact_form.php:1143
857
  msgid "Button color"
858
  msgstr ""
859
 
860
- #: contact_form.php:1148
861
  msgid "Button text color"
862
  msgstr ""
863
 
864
- #: contact_form.php:1164
865
  #, fuzzy
866
  msgid "Contact Form Pro | Preview"
867
  msgstr "Contact Form"
868
 
869
- #: contact_form.php:1167
870
  msgid "Show with errors"
871
  msgstr ""
872
 
873
- #: contact_form.php:1175
874
  #: contact_form.php:1177
 
875
  msgid "Please enter your full name..."
876
  msgstr ""
877
 
878
- #: contact_form.php:1188
879
  #: contact_form.php:1190
 
880
  msgid "Please enter your address..."
881
  msgstr ""
882
 
883
- #: contact_form.php:1199
884
  #: contact_form.php:1201
 
885
  #, fuzzy
886
  msgid "Please enter your email address..."
887
  msgstr "このemailを利用:"
888
 
889
- #: contact_form.php:1210
890
  #: contact_form.php:1212
 
891
  msgid "Please enter your phone number..."
892
  msgstr ""
893
 
894
- #: contact_form.php:1221
895
  #: contact_form.php:1223
 
896
  msgid "Please enter subject..."
897
  msgstr ""
898
 
899
- #: contact_form.php:1231
900
  #: contact_form.php:1233
 
901
  msgid "Please enter your message..."
902
  msgstr ""
903
 
904
- #: contact_form.php:1244
905
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
906
  msgstr ""
907
 
908
- #: contact_form.php:1397
909
  msgid "You can attach the following file formats"
910
  msgstr "貴方は、以下のタイプのファイルを添付できます"
911
 
912
- #: contact_form.php:1681
913
  msgid "Contact from"
914
  msgstr "コンタクトフォーム"
915
 
916
- #: contact_form.php:1694
917
  msgid "Email"
918
  msgstr "E-Mail"
919
 
920
- #: contact_form.php:1708
921
  msgid "Site"
922
  msgstr "サイト"
923
 
924
- #: contact_form.php:1758
925
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
926
  msgstr "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
927
 
928
- #: contact_form.php:1809
929
  msgid "FAQ"
930
  msgstr "FAQ"
931
 
932
- #: contact_form.php:1810
933
  msgid "Support"
934
  msgstr "サポート"
935
 
936
- #: contact_form.php:1858
937
  msgid "Are you sure that you want to delete this language data?"
938
  msgstr ""
939
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-07-29 17:32+0300\n"
6
+ "PO-Revision-Date: 2013-07-29 17:33+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "MIME-Version: 1.0\n"
158
  msgstr "ご連絡ありがとうございます"
159
 
160
  #: contact_form.php:242
161
+ #: contact_form.php:1315
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
164
 
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
+ #: contact_form.php:1004
188
+ #: contact_form.php:1801
189
+ #: contact_form.php:1810
190
  msgid "Settings"
191
  msgstr "設定"
192
 
270
  msgstr "コンタクトフォーム オプション"
271
 
272
  #: contact_form.php:373
273
+ #: contact_form.php:1010
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "Contact Form"
277
 
278
  #: contact_form.php:412
279
+ #: contact_form.php:899
280
+ #: contact_form.php:928
281
  msgid "Name:"
282
  msgstr "名前:"
283
 
284
  #: contact_form.php:413
285
+ #: contact_form.php:900
286
+ #: contact_form.php:929
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "E-Mail:"
290
 
291
  #: contact_form.php:414
292
+ #: contact_form.php:901
293
+ #: contact_form.php:930
294
  msgid "Email Address:"
295
  msgstr "E-Mail:"
296
 
297
  #: contact_form.php:415
298
+ #: contact_form.php:902
299
+ #: contact_form.php:931
300
  msgid "Phone number:"
301
  msgstr ""
302
 
303
  #: contact_form.php:416
304
+ #: contact_form.php:903
305
+ #: contact_form.php:932
306
  msgid "Subject:"
307
  msgstr "件名:"
308
 
309
  #: contact_form.php:417
310
+ #: contact_form.php:904
311
+ #: contact_form.php:933
312
  msgid "Message:"
313
  msgstr "メッセージ:"
314
 
315
  #: contact_form.php:418
316
+ #: contact_form.php:905
317
+ #: contact_form.php:934
318
  msgid "Attachment:"
319
  msgstr "添付:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
+ #: contact_form.php:906
324
+ #: contact_form.php:935
325
  msgid "Send me a copy"
326
  msgstr "コピーを自分に送る"
327
 
328
  #: contact_form.php:420
329
+ #: contact_form.php:907
330
+ #: contact_form.php:936
331
  msgid "Submit"
332
  msgstr "送信"
333
 
408
  msgstr "オプション保存."
409
 
410
  #: contact_form.php:755
411
+ #: contact_form.php:1005
412
  #, fuzzy
413
  msgid "Extra settings"
414
  msgstr "設定"
415
 
416
  #: contact_form.php:760
417
+ #: contact_form.php:1261
418
  #, fuzzy
419
  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:"
420
  msgstr "コンタクトフォームをあなたのサイトに追加したい場合は、このショートカットを投稿またはページにコピーして貼り付けるだけです。"
421
 
422
+ #: contact_form.php:760
423
+ #: contact_form.php:761
424
+ #: contact_form.php:921
425
+ #: contact_form.php:969
426
+ msgid "or"
427
+ msgstr ""
428
+
429
  #: contact_form.php:761
430
+ msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
431
+ msgstr ""
432
+
433
+ #: contact_form.php:762
434
+ msgid "They work the same way."
435
+ msgstr ""
436
+
437
+ #: contact_form.php:763
438
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
439
  msgstr "以下の項目の情報が空欄の場合、登録の際に記述したアドレスにメッセージが送られます。"
440
 
441
+ #: contact_form.php:767
442
  msgid "The user's email address:"
443
  msgstr "wordpressユーザのemailを利用r:"
444
 
445
+ #: contact_form.php:771
446
  msgid "Create a username"
447
  msgstr "ユーザ名の選択"
448
 
449
+ #: contact_form.php:776
450
  #, fuzzy
451
  msgid "Enter a username of the person who should get the messages from the contact form."
452
  msgstr "コンタクトフォームからメッセージを受け取るユーザ名を設定。"
453
 
454
+ #: contact_form.php:780
455
  msgid "Use this email address:"
456
  msgstr "このemailを利用:"
457
 
458
+ #: contact_form.php:783
459
  msgid "Enter the email address you want the messages forwarded to."
460
  msgstr "メッセージ受信用のemailを設定。"
461
 
462
+ #: contact_form.php:787
463
  msgid "Additional options"
464
  msgstr "追加オプション"
465
 
466
+ #: contact_form.php:790
467
  msgid "What to use?"
468
  msgstr ""
469
 
470
+ #: contact_form.php:793
471
  #, fuzzy
472
  msgid "Wp-mail"
473
  msgstr "E-Mail"
474
 
475
+ #: contact_form.php:794
476
  msgid "You can use the wp_mail function for mailing"
477
  msgstr ""
478
 
479
+ #: contact_form.php:800
480
  msgid "Mail"
481
  msgstr ""
482
 
483
+ #: contact_form.php:801
484
  msgid "To send mail you can use the php mail function"
485
  msgstr ""
486
 
487
+ #: contact_form.php:805
488
  #, fuzzy
489
  msgid "Change text of the 'FROM' field"
490
  msgstr "コンタクトフォームのフィールドのラベルを変更"
491
 
492
+ #: contact_form.php:811
493
  msgid "Enter the email address in the 'From' field"
494
  msgstr ""
495
 
496
+ #: contact_form.php:813
497
  msgid "User email"
498
  msgstr ""
499
 
500
+ #: contact_form.php:813
501
  msgid "The email address of the user who fills the form will be used in the field 'From'."
502
  msgstr ""
503
 
504
+ #: contact_form.php:815
505
  msgid "This email address will be used in the 'From' field."
506
  msgstr ""
507
 
508
+ #: contact_form.php:819
509
  #, fuzzy
510
  msgid "Display fields"
511
  msgstr "添付ブロックを表示"
512
 
513
+ #: contact_form.php:821
514
+ #: contact_form.php:851
515
+ #: contact_form.php:1041
516
+ #: contact_form.php:1693
517
  #, fuzzy
518
  msgid "Address"
519
  msgstr "E-Mail:"
520
 
521
+ #: contact_form.php:822
522
+ #: contact_form.php:853
523
+ #: contact_form.php:1701
524
  msgid "Phone"
525
  msgstr ""
526
 
527
+ #: contact_form.php:823
528
  #, fuzzy
529
  msgid "Attachment block"
530
  msgstr "添付ブロックを表示"
531
 
532
+ #: contact_form.php:823
533
  msgid "Users can attach the following file formats"
534
  msgstr "ユーザは、以下のタイプのファイルを添付できる"
535
 
536
+ #: contact_form.php:824
537
  #, fuzzy
538
  msgid "Tips below the Attachment block"
539
  msgstr "添付ブロックを表示"
540
 
541
+ #: contact_form.php:825
542
  #, fuzzy
543
  msgid "Send me a copy block"
544
  msgstr "コピーブロックを自分に送るを表示"
545
 
546
+ #: contact_form.php:837
547
+ #: contact_form.php:840
548
+ #: contact_form.php:843
549
+ #: contact_form.php:1070
550
  msgid "Captcha"
551
  msgstr ""
552
 
553
+ #: contact_form.php:837
554
+ #: contact_form.php:840
555
+ #: contact_form.php:843
556
+ #: contact_form.php:1070
557
  msgid "(powered by bestwebsoft.com)"
558
  msgstr ""
559
 
560
+ #: contact_form.php:840
561
  #, fuzzy
562
  msgid "Activate captcha"
563
  msgstr "有効なプラグイン"
564
 
565
+ #: contact_form.php:843
566
  #, fuzzy
567
  msgid "Download captcha"
568
  msgstr "ダウンロード"
569
 
570
+ #: contact_form.php:848
571
  msgid "Required fields"
572
  msgstr ""
573
 
574
+ #: contact_form.php:850
575
+ #: contact_form.php:1036
576
+ #: contact_form.php:1688
577
  msgid "Name"
578
  msgstr "名前"
579
 
580
+ #: contact_form.php:852
581
  #, fuzzy
582
  msgid "Email Address"
583
  msgstr "E-Mail:"
584
 
585
+ #: contact_form.php:854
586
+ #: contact_form.php:1056
587
+ #: contact_form.php:1704
588
  msgid "Subject"
589
  msgstr "件名"
590
 
591
+ #: contact_form.php:855
592
+ #: contact_form.php:1060
593
+ #: contact_form.php:1707
594
  msgid "Message"
595
  msgstr "メッセージ"
596
 
597
+ #: contact_form.php:859
598
  msgid "Display additional info in the email"
599
  msgstr ""
600
 
601
+ #: contact_form.php:864
602
+ #: contact_form.php:1660
603
  msgid "Sent from (ip address)"
604
  msgstr "(IP-Adresse)から送られた"
605
 
606
+ #: contact_form.php:865
607
+ #: contact_form.php:1665
608
  msgid "Date/Time"
609
  msgstr "日時"
610
 
611
+ #: contact_form.php:866
612
+ #: contact_form.php:1670
613
  msgid "Sent from (referer)"
614
  msgstr "(referer)から送られている"
615
 
616
+ #: contact_form.php:867
617
+ #: contact_form.php:1675
618
  msgid "Using (user agent)"
619
  msgstr "(user agent)使用"
620
 
621
+ #: contact_form.php:871
622
  msgid "Language settings for the field names in the form"
623
  msgstr ""
624
 
625
+ #: contact_form.php:880
626
  msgid "Add a language"
627
  msgstr ""
628
 
629
+ #: contact_form.php:884
630
  #, fuzzy
631
  msgid "Change the names of the contact form fields and error messages"
632
  msgstr "コンタクトフォームのフィールドのラベルを変更"
633
 
634
+ #: contact_form.php:889
635
+ #: contact_form.php:960
636
  msgid "English"
637
  msgstr ""
638
 
 
 
 
 
 
 
 
 
 
 
639
  #: contact_form.php:908
640
  #: contact_form.php:937
641
+ msgid "Error message for the Name field"
642
  msgstr ""
643
 
644
  #: contact_form.php:909
645
  #: contact_form.php:938
646
+ msgid "Error message for the Address field"
647
  msgstr ""
648
 
649
  #: contact_form.php:910
650
  #: contact_form.php:939
651
+ msgid "Error message for the Email field"
652
  msgstr ""
653
 
654
  #: contact_form.php:911
655
  #: contact_form.php:940
656
+ msgid "Error message for the Phone field"
657
  msgstr ""
658
 
659
  #: contact_form.php:912
660
  #: contact_form.php:941
661
+ msgid "Error message for the Subject field"
662
  msgstr ""
663
 
664
  #: contact_form.php:913
665
  #: contact_form.php:942
666
+ msgid "Error message for the Message field"
667
  msgstr ""
668
 
669
  #: contact_form.php:914
670
  #: contact_form.php:943
671
+ msgid "Error message about the file type for the Attachment field"
672
  msgstr ""
673
 
674
  #: contact_form.php:915
675
  #: contact_form.php:944
676
+ msgid "Error message while uploading a file for the Attachment field to the server"
677
  msgstr ""
678
 
679
  #: contact_form.php:916
680
  #: contact_form.php:945
681
+ msgid "Error message while moving the file for the Attachment field"
682
  msgstr ""
683
 
684
  #: contact_form.php:917
685
  #: contact_form.php:946
686
+ msgid "Error message when file size limit for the Attachment field is exceeded"
687
+ msgstr ""
688
+
689
+ #: contact_form.php:918
690
+ #: contact_form.php:947
691
+ msgid "Error message for the Captcha field"
692
  msgstr ""
693
 
694
  #: contact_form.php:919
695
  #: contact_form.php:948
696
+ msgid "Error message for the whole form"
697
+ msgstr ""
698
+
699
+ #: contact_form.php:921
700
+ #: contact_form.php:950
701
+ #: contact_form.php:969
702
+ #: contact_form.php:975
703
  msgid "Use shortcode"
704
  msgstr ""
705
 
706
+ #: contact_form.php:921
707
+ #: contact_form.php:950
708
+ #: contact_form.php:969
709
+ #: contact_form.php:975
710
  msgid "for this language"
711
  msgstr ""
712
 
713
+ #: contact_form.php:957
714
  msgid "Action after email is sent"
715
  msgstr ""
716
 
717
+ #: contact_form.php:959
718
  #, fuzzy
719
  msgid "Display text"
720
  msgstr "添付ブロックを表示"
721
 
722
+ #: contact_form.php:968
723
+ #: contact_form.php:974
724
  msgid "Text"
725
  msgstr ""
726
 
727
+ #: contact_form.php:981
728
  msgid "Redirect to the page"
729
  msgstr ""
730
 
731
+ #: contact_form.php:982
732
  msgid "Url"
733
  msgstr ""
734
 
735
+ #: contact_form.php:987
736
+ #: contact_form.php:1162
737
  msgid "Save Changes"
738
  msgstr "変更を保存"
739
 
740
+ #: contact_form.php:1002
741
  #, fuzzy
742
  msgid "Contact Form Pro | Extra Settings"
743
  msgstr "コンタクトフォーム オプション"
744
 
745
+ #: contact_form.php:1009
746
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
747
  msgstr ""
748
 
749
+ #: contact_form.php:1016
750
  msgid "Errors output"
751
  msgstr ""
752
 
753
+ #: contact_form.php:1019
754
  msgid "Display error messages"
755
  msgstr ""
756
 
757
+ #: contact_form.php:1020
758
  msgid "Color of the input field errors."
759
  msgstr ""
760
 
761
+ #: contact_form.php:1021
762
  msgid "Display error messages & color of the input field errors"
763
  msgstr ""
764
 
765
+ #: contact_form.php:1026
766
  msgid "Add placeholder to the input blocks"
767
  msgstr ""
768
 
769
+ #: contact_form.php:1032
770
  #, fuzzy
771
  msgid "Add tooltips"
772
  msgstr "追加オプション"
773
 
774
+ #: contact_form.php:1046
775
  #, fuzzy
776
  msgid "Email address"
777
  msgstr "E-Mail:"
778
 
779
+ #: contact_form.php:1051
780
  msgid "Phone Number"
781
  msgstr ""
782
 
783
+ #: contact_form.php:1065
784
  #, fuzzy
785
  msgid "Attachment"
786
  msgstr "添付:"
787
 
788
+ #: contact_form.php:1075
789
  #, fuzzy
790
  msgid "Style options"
791
  msgstr "追加オプション"
792
 
793
+ #: contact_form.php:1078
794
  msgid "Text color"
795
  msgstr ""
796
 
797
+ #: contact_form.php:1081
798
+ #: contact_form.php:1086
799
+ #: contact_form.php:1096
800
+ #: contact_form.php:1101
801
+ #: contact_form.php:1106
802
+ #: contact_form.php:1111
803
+ #: contact_form.php:1121
804
+ #: contact_form.php:1126
805
+ #: contact_form.php:1132
806
+ #: contact_form.php:1143
807
+ #: contact_form.php:1148
808
+ #: contact_form.php:1153
809
  msgid "Default"
810
  msgstr ""
811
 
812
+ #: contact_form.php:1083
813
  msgid "Label text color"
814
  msgstr ""
815
 
816
+ #: contact_form.php:1088
817
  msgid "Placeholder color"
818
  msgstr ""
819
 
820
+ #: contact_form.php:1093
821
  msgid "Errors color"
822
  msgstr ""
823
 
824
+ #: contact_form.php:1098
825
  msgid "Error text color"
826
  msgstr ""
827
 
828
+ #: contact_form.php:1103
829
  msgid "Background color of the input field errors"
830
  msgstr ""
831
 
832
+ #: contact_form.php:1108
833
  msgid "Border color of the input field errors"
834
  msgstr ""
835
 
836
+ #: contact_form.php:1113
837
  msgid "Placeholder color of the input field errors"
838
  msgstr ""
839
 
840
+ #: contact_form.php:1118
841
  #, fuzzy
842
  msgid "Input fields"
843
  msgstr "添付ブロックを表示"
844
 
845
+ #: contact_form.php:1123
846
  msgid "Input fields background color"
847
  msgstr ""
848
 
849
+ #: contact_form.php:1128
850
  msgid "Text fields color"
851
  msgstr ""
852
 
853
+ #: contact_form.php:1130
854
  msgid "Border width in px, numbers only"
855
  msgstr ""
856
 
857
+ #: contact_form.php:1134
858
+ #: contact_form.php:1155
859
  msgid "Border color"
860
  msgstr ""
861
 
862
+ #: contact_form.php:1139
863
  #, fuzzy
864
  msgid "Submit button"
865
  msgstr "送信"
866
 
867
+ #: contact_form.php:1141
868
  msgid "Width in px, numbers only"
869
  msgstr ""
870
 
871
+ #: contact_form.php:1145
872
  msgid "Button color"
873
  msgstr ""
874
 
875
+ #: contact_form.php:1150
876
  msgid "Button text color"
877
  msgstr ""
878
 
879
+ #: contact_form.php:1166
880
  #, fuzzy
881
  msgid "Contact Form Pro | Preview"
882
  msgstr "Contact Form"
883
 
884
+ #: contact_form.php:1169
885
  msgid "Show with errors"
886
  msgstr ""
887
 
 
888
  #: contact_form.php:1177
889
+ #: contact_form.php:1179
890
  msgid "Please enter your full name..."
891
  msgstr ""
892
 
 
893
  #: contact_form.php:1190
894
+ #: contact_form.php:1192
895
  msgid "Please enter your address..."
896
  msgstr ""
897
 
 
898
  #: contact_form.php:1201
899
+ #: contact_form.php:1203
900
  #, fuzzy
901
  msgid "Please enter your email address..."
902
  msgstr "このemailを利用:"
903
 
 
904
  #: contact_form.php:1212
905
+ #: contact_form.php:1214
906
  msgid "Please enter your phone number..."
907
  msgstr ""
908
 
 
909
  #: contact_form.php:1223
910
+ #: contact_form.php:1225
911
  msgid "Please enter subject..."
912
  msgstr ""
913
 
 
914
  #: contact_form.php:1233
915
+ #: contact_form.php:1235
916
  msgid "Please enter your message..."
917
  msgstr ""
918
 
919
+ #: contact_form.php:1246
920
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
921
  msgstr ""
922
 
923
+ #: contact_form.php:1399
924
  msgid "You can attach the following file formats"
925
  msgstr "貴方は、以下のタイプのファイルを添付できます"
926
 
927
+ #: contact_form.php:1683
928
  msgid "Contact from"
929
  msgstr "コンタクトフォーム"
930
 
931
+ #: contact_form.php:1696
932
  msgid "Email"
933
  msgstr "E-Mail"
934
 
935
+ #: contact_form.php:1710
936
  msgid "Site"
937
  msgstr "サイト"
938
 
939
+ #: contact_form.php:1760
940
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
941
  msgstr "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
942
 
943
+ #: contact_form.php:1811
944
  msgid "FAQ"
945
  msgstr "FAQ"
946
 
947
+ #: contact_form.php:1812
948
  msgid "Support"
949
  msgstr "サポート"
950
 
951
+ #: contact_form.php:1860
952
  msgid "Are you sure that you want to delete this language data?"
953
  msgstr ""
954
 
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-07-22 16:56+0300\n"
7
- "PO-Revision-Date: 2013-07-22 16:56+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: Lithuanian <kde-i18n-lt@kde.org>\n"
10
  "MIME-Version: 1.0\n"
@@ -160,7 +160,7 @@ msgid "Thank you for contacting us."
160
  msgstr "Dėkojame, kad su mumis susisiekėte."
161
 
162
  #: contact_form.php:242
163
- #: contact_form.php:1313
164
  msgid "Sorry, email message could not be delivered."
165
  msgstr "Deja, jūsų el. laiško nepavyko pristatyti."
166
 
@@ -186,9 +186,9 @@ msgstr "Skaityti daugiau"
186
  #: contact_form.php:255
187
  #: contact_form.php:281
188
  #: contact_form.php:754
189
- #: contact_form.php:1002
190
- #: contact_form.php:1799
191
- #: contact_form.php:1808
192
  msgid "Settings"
193
  msgstr "Nustatymai"
194
 
@@ -272,64 +272,64 @@ msgid "Contact Form Pro Extra Settings"
272
  msgstr "Kontaktų formos parinktys"
273
 
274
  #: contact_form.php:373
275
- #: contact_form.php:1008
276
  #, fuzzy
277
  msgid "Contact Form Pro"
278
  msgstr "Kontaktų forma"
279
 
280
  #: contact_form.php:412
281
- #: contact_form.php:897
282
- #: contact_form.php:926
283
  msgid "Name:"
284
  msgstr "Vardas:"
285
 
286
  #: contact_form.php:413
287
- #: contact_form.php:898
288
- #: contact_form.php:927
289
  #, fuzzy
290
  msgid "Address:"
291
  msgstr "El. pašto adresas:"
292
 
293
  #: contact_form.php:414
294
- #: contact_form.php:899
295
- #: contact_form.php:928
296
  msgid "Email Address:"
297
  msgstr "El. pašto adresas:"
298
 
299
  #: contact_form.php:415
300
- #: contact_form.php:900
301
- #: contact_form.php:929
302
  msgid "Phone number:"
303
  msgstr ""
304
 
305
  #: contact_form.php:416
306
- #: contact_form.php:901
307
- #: contact_form.php:930
308
  msgid "Subject:"
309
  msgstr "Tema:"
310
 
311
  #: contact_form.php:417
312
- #: contact_form.php:902
313
- #: contact_form.php:931
314
  msgid "Message:"
315
  msgstr "Pranešimas:"
316
 
317
  #: contact_form.php:418
318
- #: contact_form.php:903
319
- #: contact_form.php:932
320
  msgid "Attachment:"
321
  msgstr "Priedas:"
322
 
323
  #: contact_form.php:419
324
  #: contact_form.php:474
325
- #: contact_form.php:904
326
- #: contact_form.php:933
327
  msgid "Send me a copy"
328
  msgstr "Siųsti kopiją man"
329
 
330
  #: contact_form.php:420
331
- #: contact_form.php:905
332
- #: contact_form.php:934
333
  msgid "Submit"
334
  msgstr "Siųsti"
335
 
@@ -410,529 +410,544 @@ msgid "Settings saved."
410
  msgstr "Parinktys išsaugotos."
411
 
412
  #: contact_form.php:755
413
- #: contact_form.php:1003
414
  #, fuzzy
415
  msgid "Extra settings"
416
  msgstr "Nustatymai"
417
 
418
  #: contact_form.php:760
419
- #: contact_form.php:1259
420
  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:"
421
  msgstr "Jei norite pridėti kontaktų formą prie savo svetainės, tiesiog nukopijuokite šį trumpą kodą į savo puslapį ar elementą:"
422
 
 
 
 
 
 
 
 
423
  #: contact_form.php:761
 
 
 
 
 
 
 
 
424
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
425
  msgstr "Jei informacijos žemiau esančiuose laukuose nėra, pranešimas bus išsiųstas adresu, kuris buvo nurodytas prisiregistravimo metu."
426
 
427
- #: contact_form.php:765
428
  msgid "The user's email address:"
429
  msgstr "Naudoti wordpress vartotojo el. pašto adresą:"
430
 
431
- #: contact_form.php:769
432
  msgid "Create a username"
433
  msgstr "Pasirinkite vartotojo vardą"
434
 
435
- #: contact_form.php:774
436
  msgid "Enter a username of the person who should get the messages from the contact form."
437
  msgstr "Nurodykite vardą vartotojo, kuris gaus pranešimus iš Kontaktų formos."
438
 
439
- #: contact_form.php:778
440
  msgid "Use this email address:"
441
  msgstr "Naudoti šį el. pašto adresą:"
442
 
443
- #: contact_form.php:781
444
  msgid "Enter the email address you want the messages forwarded to."
445
  msgstr "Nustatykite el. pašto adresą, kuris bus naudojamas pranešimams gauti."
446
 
447
- #: contact_form.php:785
448
  msgid "Additional options"
449
  msgstr "Papildomos parinktys"
450
 
451
- #: contact_form.php:788
452
  msgid "What to use?"
453
  msgstr ""
454
 
455
- #: contact_form.php:791
456
  msgid "Wp-mail"
457
  msgstr "Wp-mail"
458
 
459
- #: contact_form.php:792
460
  msgid "You can use the wp_mail function for mailing"
461
  msgstr ""
462
 
463
- #: contact_form.php:798
464
  msgid "Mail"
465
  msgstr "Mail"
466
 
467
- #: contact_form.php:799
468
  msgid "To send mail you can use the php mail function"
469
  msgstr ""
470
 
471
- #: contact_form.php:803
472
  #, fuzzy
473
  msgid "Change text of the 'FROM' field"
474
  msgstr "Pakeiskite IŠ srityse kontaktų formos"
475
 
476
- #: contact_form.php:809
477
  msgid "Enter the email address in the 'From' field"
478
  msgstr ""
479
 
480
- #: contact_form.php:811
481
  msgid "User email"
482
  msgstr ""
483
 
484
- #: contact_form.php:811
485
  msgid "The email address of the user who fills the form will be used in the field 'From'."
486
  msgstr ""
487
 
488
- #: contact_form.php:813
489
  msgid "This email address will be used in the 'From' field."
490
  msgstr ""
491
 
492
- #: contact_form.php:817
493
  #, fuzzy
494
  msgid "Display fields"
495
  msgstr "Rodyti priedų įrašą"
496
 
497
- #: contact_form.php:819
498
- #: contact_form.php:849
499
- #: contact_form.php:1039
500
- #: contact_form.php:1691
501
  #, fuzzy
502
  msgid "Address"
503
  msgstr "El. pašto adresas:"
504
 
505
- #: contact_form.php:820
506
- #: contact_form.php:851
507
- #: contact_form.php:1699
508
  msgid "Phone"
509
  msgstr ""
510
 
511
- #: contact_form.php:821
512
  #, fuzzy
513
  msgid "Attachment block"
514
  msgstr "Rodyti priedų įrašą"
515
 
516
- #: contact_form.php:821
517
  msgid "Users can attach the following file formats"
518
  msgstr "Vartotojai gali prikabinti šių tipų failus"
519
 
520
- #: contact_form.php:822
521
  #, fuzzy
522
  msgid "Tips below the Attachment block"
523
  msgstr "Rodyti priedų įrašą"
524
 
525
- #: contact_form.php:823
526
  #, fuzzy
527
  msgid "Send me a copy block"
528
  msgstr "Rodyti „Siųsti kopiją man“ įrašą"
529
 
530
- #: contact_form.php:835
531
- #: contact_form.php:838
532
- #: contact_form.php:841
533
- #: contact_form.php:1068
534
  msgid "Captcha"
535
  msgstr ""
536
 
537
- #: contact_form.php:835
538
- #: contact_form.php:838
539
- #: contact_form.php:841
540
- #: contact_form.php:1068
541
  msgid "(powered by bestwebsoft.com)"
542
  msgstr ""
543
 
544
- #: contact_form.php:838
545
  #, fuzzy
546
  msgid "Activate captcha"
547
  msgstr "Aktyvuoti įskiepiai"
548
 
549
- #: contact_form.php:841
550
  #, fuzzy
551
  msgid "Download captcha"
552
  msgstr "Atsisiųsti"
553
 
554
- #: contact_form.php:846
555
  msgid "Required fields"
556
  msgstr ""
557
 
558
- #: contact_form.php:848
559
- #: contact_form.php:1034
560
- #: contact_form.php:1686
561
  msgid "Name"
562
  msgstr "Vardas"
563
 
564
- #: contact_form.php:850
565
  #, fuzzy
566
  msgid "Email Address"
567
  msgstr "El. pašto adresas:"
568
 
569
- #: contact_form.php:852
570
- #: contact_form.php:1054
571
- #: contact_form.php:1702
572
  msgid "Subject"
573
  msgstr "Tema"
574
 
575
- #: contact_form.php:853
576
- #: contact_form.php:1058
577
- #: contact_form.php:1705
578
  msgid "Message"
579
  msgstr "Tekstas"
580
 
581
- #: contact_form.php:857
582
  msgid "Display additional info in the email"
583
  msgstr ""
584
 
585
- #: contact_form.php:862
586
- #: contact_form.php:1658
587
  msgid "Sent from (ip address)"
588
  msgstr "Siųsta iš (ip adresas)"
589
 
590
- #: contact_form.php:863
591
- #: contact_form.php:1663
592
  msgid "Date/Time"
593
  msgstr "Data/laikas"
594
 
595
- #: contact_form.php:864
596
- #: contact_form.php:1668
597
  msgid "Sent from (referer)"
598
  msgstr "Ateita iš (nukreipiklis)"
599
 
600
- #: contact_form.php:865
601
- #: contact_form.php:1673
602
  msgid "Using (user agent)"
603
  msgstr "Naudoja (naršyklės įrašas)"
604
 
605
- #: contact_form.php:869
606
  msgid "Language settings for the field names in the form"
607
  msgstr ""
608
 
609
- #: contact_form.php:878
610
  msgid "Add a language"
611
  msgstr ""
612
 
613
- #: contact_form.php:882
614
  #, fuzzy
615
  msgid "Change the names of the contact form fields and error messages"
616
  msgstr "Pakeiskite antraštes kontaktų formos etiketėms"
617
 
618
- #: contact_form.php:887
619
- #: contact_form.php:958
620
  msgid "English"
621
  msgstr ""
622
 
623
- #: contact_form.php:906
624
- #: contact_form.php:935
625
- msgid "Error message for the Name field"
626
- msgstr ""
627
-
628
- #: contact_form.php:907
629
- #: contact_form.php:936
630
- msgid "Error message for the Address field"
631
- msgstr ""
632
-
633
  #: contact_form.php:908
634
  #: contact_form.php:937
635
- msgid "Error message for the Email field"
636
  msgstr ""
637
 
638
  #: contact_form.php:909
639
  #: contact_form.php:938
640
- msgid "Error message for the Phone field"
641
  msgstr ""
642
 
643
  #: contact_form.php:910
644
  #: contact_form.php:939
645
- msgid "Error message for the Subject field"
646
  msgstr ""
647
 
648
  #: contact_form.php:911
649
  #: contact_form.php:940
650
- msgid "Error message for the Message field"
651
  msgstr ""
652
 
653
  #: contact_form.php:912
654
  #: contact_form.php:941
655
- msgid "Error message about the file type for the Attachment field"
656
  msgstr ""
657
 
658
  #: contact_form.php:913
659
  #: contact_form.php:942
660
- msgid "Error message while uploading a file for the Attachment field to the server"
661
  msgstr ""
662
 
663
  #: contact_form.php:914
664
  #: contact_form.php:943
665
- msgid "Error message while moving the file for the Attachment field"
666
  msgstr ""
667
 
668
  #: contact_form.php:915
669
  #: contact_form.php:944
670
- msgid "Error message when file size limit for the Attachment field is exceeded"
671
  msgstr ""
672
 
673
  #: contact_form.php:916
674
  #: contact_form.php:945
675
- msgid "Error message for the Captcha field"
676
  msgstr ""
677
 
678
  #: contact_form.php:917
679
  #: contact_form.php:946
680
- msgid "Error message for the whole form"
 
 
 
 
 
681
  msgstr ""
682
 
683
  #: contact_form.php:919
684
  #: contact_form.php:948
685
- #: contact_form.php:967
686
- #: contact_form.php:973
 
 
 
 
 
687
  msgid "Use shortcode"
688
  msgstr ""
689
 
690
- #: contact_form.php:919
691
- #: contact_form.php:948
692
- #: contact_form.php:967
693
- #: contact_form.php:973
694
  msgid "for this language"
695
  msgstr ""
696
 
697
- #: contact_form.php:955
698
  msgid "Action after email is sent"
699
  msgstr ""
700
 
701
- #: contact_form.php:957
702
  #, fuzzy
703
  msgid "Display text"
704
  msgstr "Rodyti priedų įrašą"
705
 
706
- #: contact_form.php:966
707
- #: contact_form.php:972
708
  msgid "Text"
709
  msgstr ""
710
 
711
- #: contact_form.php:979
712
  msgid "Redirect to the page"
713
  msgstr ""
714
 
715
- #: contact_form.php:980
716
  msgid "Url"
717
  msgstr ""
718
 
719
- #: contact_form.php:985
720
- #: contact_form.php:1160
721
  msgid "Save Changes"
722
  msgstr "Įrašyti pakeitimus"
723
 
724
- #: contact_form.php:1000
725
  #, fuzzy
726
  msgid "Contact Form Pro | Extra Settings"
727
  msgstr "Kontaktų formos parinktys"
728
 
729
- #: contact_form.php:1007
730
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
731
  msgstr ""
732
 
733
- #: contact_form.php:1014
734
  msgid "Errors output"
735
  msgstr ""
736
 
737
- #: contact_form.php:1017
738
  msgid "Display error messages"
739
  msgstr ""
740
 
741
- #: contact_form.php:1018
742
  msgid "Color of the input field errors."
743
  msgstr ""
744
 
745
- #: contact_form.php:1019
746
  msgid "Display error messages & color of the input field errors"
747
  msgstr ""
748
 
749
- #: contact_form.php:1024
750
  msgid "Add placeholder to the input blocks"
751
  msgstr ""
752
 
753
- #: contact_form.php:1030
754
  #, fuzzy
755
  msgid "Add tooltips"
756
  msgstr "Papildomos parinktys"
757
 
758
- #: contact_form.php:1044
759
  #, fuzzy
760
  msgid "Email address"
761
  msgstr "El. pašto adresas:"
762
 
763
- #: contact_form.php:1049
764
  msgid "Phone Number"
765
  msgstr ""
766
 
767
- #: contact_form.php:1063
768
  #, fuzzy
769
  msgid "Attachment"
770
  msgstr "Priedas:"
771
 
772
- #: contact_form.php:1073
773
  #, fuzzy
774
  msgid "Style options"
775
  msgstr "Papildomos parinktys"
776
 
777
- #: contact_form.php:1076
778
  msgid "Text color"
779
  msgstr ""
780
 
781
- #: contact_form.php:1079
782
- #: contact_form.php:1084
783
- #: contact_form.php:1094
784
- #: contact_form.php:1099
785
- #: contact_form.php:1104
786
- #: contact_form.php:1109
787
- #: contact_form.php:1119
788
- #: contact_form.php:1124
789
- #: contact_form.php:1130
790
- #: contact_form.php:1141
791
- #: contact_form.php:1146
792
- #: contact_form.php:1151
793
  msgid "Default"
794
  msgstr ""
795
 
796
- #: contact_form.php:1081
797
  msgid "Label text color"
798
  msgstr ""
799
 
800
- #: contact_form.php:1086
801
  msgid "Placeholder color"
802
  msgstr ""
803
 
804
- #: contact_form.php:1091
805
  msgid "Errors color"
806
  msgstr ""
807
 
808
- #: contact_form.php:1096
809
  msgid "Error text color"
810
  msgstr ""
811
 
812
- #: contact_form.php:1101
813
  msgid "Background color of the input field errors"
814
  msgstr ""
815
 
816
- #: contact_form.php:1106
817
  msgid "Border color of the input field errors"
818
  msgstr ""
819
 
820
- #: contact_form.php:1111
821
  msgid "Placeholder color of the input field errors"
822
  msgstr ""
823
 
824
- #: contact_form.php:1116
825
  #, fuzzy
826
  msgid "Input fields"
827
  msgstr "Rodyti priedų įrašą"
828
 
829
- #: contact_form.php:1121
830
  msgid "Input fields background color"
831
  msgstr ""
832
 
833
- #: contact_form.php:1126
834
  msgid "Text fields color"
835
  msgstr ""
836
 
837
- #: contact_form.php:1128
838
  msgid "Border width in px, numbers only"
839
  msgstr ""
840
 
841
- #: contact_form.php:1132
842
- #: contact_form.php:1153
843
  msgid "Border color"
844
  msgstr ""
845
 
846
- #: contact_form.php:1137
847
  #, fuzzy
848
  msgid "Submit button"
849
  msgstr "Siųsti"
850
 
851
- #: contact_form.php:1139
852
  msgid "Width in px, numbers only"
853
  msgstr ""
854
 
855
- #: contact_form.php:1143
856
  msgid "Button color"
857
  msgstr ""
858
 
859
- #: contact_form.php:1148
860
  msgid "Button text color"
861
  msgstr ""
862
 
863
- #: contact_form.php:1164
864
  #, fuzzy
865
  msgid "Contact Form Pro | Preview"
866
  msgstr "Kontaktų forma"
867
 
868
- #: contact_form.php:1167
869
  msgid "Show with errors"
870
  msgstr ""
871
 
872
- #: contact_form.php:1175
873
  #: contact_form.php:1177
 
874
  msgid "Please enter your full name..."
875
  msgstr ""
876
 
877
- #: contact_form.php:1188
878
  #: contact_form.php:1190
 
879
  msgid "Please enter your address..."
880
  msgstr ""
881
 
882
- #: contact_form.php:1199
883
  #: contact_form.php:1201
 
884
  #, fuzzy
885
  msgid "Please enter your email address..."
886
  msgstr "Naudoti šį el. pašto adresą:"
887
 
888
- #: contact_form.php:1210
889
  #: contact_form.php:1212
 
890
  msgid "Please enter your phone number..."
891
  msgstr ""
892
 
893
- #: contact_form.php:1221
894
  #: contact_form.php:1223
 
895
  msgid "Please enter subject..."
896
  msgstr ""
897
 
898
- #: contact_form.php:1231
899
  #: contact_form.php:1233
 
900
  msgid "Please enter your message..."
901
  msgstr ""
902
 
903
- #: contact_form.php:1244
904
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
905
  msgstr ""
906
 
907
- #: contact_form.php:1397
908
  msgid "You can attach the following file formats"
909
  msgstr "Galite prikabinti šių tipų failus"
910
 
911
- #: contact_form.php:1681
912
  msgid "Contact from"
913
  msgstr "Kontaktų forma"
914
 
915
- #: contact_form.php:1694
916
  msgid "Email"
917
  msgstr "El. paštas"
918
 
919
- #: contact_form.php:1708
920
  msgid "Site"
921
  msgstr "Svetainė"
922
 
923
- #: contact_form.php:1758
924
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
925
  msgstr "Jei galite matyti šį MIME tipą, jūsų klientas nepriima MIME tipų!"
926
 
927
- #: contact_form.php:1809
928
  msgid "FAQ"
929
  msgstr "DUK"
930
 
931
- #: contact_form.php:1810
932
  msgid "Support"
933
  msgstr "Palaikymas"
934
 
935
- #: contact_form.php:1858
936
  msgid "Are you sure that you want to delete this language data?"
937
  msgstr ""
938
 
3
  msgstr ""
4
  "Project-Id-Version: contact_form\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2013-07-29 17:33+0300\n"
7
+ "PO-Revision-Date: 2013-07-29 17:33+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: Lithuanian <kde-i18n-lt@kde.org>\n"
10
  "MIME-Version: 1.0\n"
160
  msgstr "Dėkojame, kad su mumis susisiekėte."
161
 
162
  #: contact_form.php:242
163
+ #: contact_form.php:1315
164
  msgid "Sorry, email message could not be delivered."
165
  msgstr "Deja, jūsų el. laiško nepavyko pristatyti."
166
 
186
  #: contact_form.php:255
187
  #: contact_form.php:281
188
  #: contact_form.php:754
189
+ #: contact_form.php:1004
190
+ #: contact_form.php:1801
191
+ #: contact_form.php:1810
192
  msgid "Settings"
193
  msgstr "Nustatymai"
194
 
272
  msgstr "Kontaktų formos parinktys"
273
 
274
  #: contact_form.php:373
275
+ #: contact_form.php:1010
276
  #, fuzzy
277
  msgid "Contact Form Pro"
278
  msgstr "Kontaktų forma"
279
 
280
  #: contact_form.php:412
281
+ #: contact_form.php:899
282
+ #: contact_form.php:928
283
  msgid "Name:"
284
  msgstr "Vardas:"
285
 
286
  #: contact_form.php:413
287
+ #: contact_form.php:900
288
+ #: contact_form.php:929
289
  #, fuzzy
290
  msgid "Address:"
291
  msgstr "El. pašto adresas:"
292
 
293
  #: contact_form.php:414
294
+ #: contact_form.php:901
295
+ #: contact_form.php:930
296
  msgid "Email Address:"
297
  msgstr "El. pašto adresas:"
298
 
299
  #: contact_form.php:415
300
+ #: contact_form.php:902
301
+ #: contact_form.php:931
302
  msgid "Phone number:"
303
  msgstr ""
304
 
305
  #: contact_form.php:416
306
+ #: contact_form.php:903
307
+ #: contact_form.php:932
308
  msgid "Subject:"
309
  msgstr "Tema:"
310
 
311
  #: contact_form.php:417
312
+ #: contact_form.php:904
313
+ #: contact_form.php:933
314
  msgid "Message:"
315
  msgstr "Pranešimas:"
316
 
317
  #: contact_form.php:418
318
+ #: contact_form.php:905
319
+ #: contact_form.php:934
320
  msgid "Attachment:"
321
  msgstr "Priedas:"
322
 
323
  #: contact_form.php:419
324
  #: contact_form.php:474
325
+ #: contact_form.php:906
326
+ #: contact_form.php:935
327
  msgid "Send me a copy"
328
  msgstr "Siųsti kopiją man"
329
 
330
  #: contact_form.php:420
331
+ #: contact_form.php:907
332
+ #: contact_form.php:936
333
  msgid "Submit"
334
  msgstr "Siųsti"
335
 
410
  msgstr "Parinktys išsaugotos."
411
 
412
  #: contact_form.php:755
413
+ #: contact_form.php:1005
414
  #, fuzzy
415
  msgid "Extra settings"
416
  msgstr "Nustatymai"
417
 
418
  #: contact_form.php:760
419
+ #: contact_form.php:1261
420
  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:"
421
  msgstr "Jei norite pridėti kontaktų formą prie savo svetainės, tiesiog nukopijuokite šį trumpą kodą į savo puslapį ar elementą:"
422
 
423
+ #: contact_form.php:760
424
+ #: contact_form.php:761
425
+ #: contact_form.php:921
426
+ #: contact_form.php:969
427
+ msgid "or"
428
+ msgstr ""
429
+
430
  #: contact_form.php:761
431
+ msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
432
+ msgstr ""
433
+
434
+ #: contact_form.php:762
435
+ msgid "They work the same way."
436
+ msgstr ""
437
+
438
+ #: contact_form.php:763
439
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
440
  msgstr "Jei informacijos žemiau esančiuose laukuose nėra, pranešimas bus išsiųstas adresu, kuris buvo nurodytas prisiregistravimo metu."
441
 
442
+ #: contact_form.php:767
443
  msgid "The user's email address:"
444
  msgstr "Naudoti wordpress vartotojo el. pašto adresą:"
445
 
446
+ #: contact_form.php:771
447
  msgid "Create a username"
448
  msgstr "Pasirinkite vartotojo vardą"
449
 
450
+ #: contact_form.php:776
451
  msgid "Enter a username of the person who should get the messages from the contact form."
452
  msgstr "Nurodykite vardą vartotojo, kuris gaus pranešimus iš Kontaktų formos."
453
 
454
+ #: contact_form.php:780
455
  msgid "Use this email address:"
456
  msgstr "Naudoti šį el. pašto adresą:"
457
 
458
+ #: contact_form.php:783
459
  msgid "Enter the email address you want the messages forwarded to."
460
  msgstr "Nustatykite el. pašto adresą, kuris bus naudojamas pranešimams gauti."
461
 
462
+ #: contact_form.php:787
463
  msgid "Additional options"
464
  msgstr "Papildomos parinktys"
465
 
466
+ #: contact_form.php:790
467
  msgid "What to use?"
468
  msgstr ""
469
 
470
+ #: contact_form.php:793
471
  msgid "Wp-mail"
472
  msgstr "Wp-mail"
473
 
474
+ #: contact_form.php:794
475
  msgid "You can use the wp_mail function for mailing"
476
  msgstr ""
477
 
478
+ #: contact_form.php:800
479
  msgid "Mail"
480
  msgstr "Mail"
481
 
482
+ #: contact_form.php:801
483
  msgid "To send mail you can use the php mail function"
484
  msgstr ""
485
 
486
+ #: contact_form.php:805
487
  #, fuzzy
488
  msgid "Change text of the 'FROM' field"
489
  msgstr "Pakeiskite IŠ srityse kontaktų formos"
490
 
491
+ #: contact_form.php:811
492
  msgid "Enter the email address in the 'From' field"
493
  msgstr ""
494
 
495
+ #: contact_form.php:813
496
  msgid "User email"
497
  msgstr ""
498
 
499
+ #: contact_form.php:813
500
  msgid "The email address of the user who fills the form will be used in the field 'From'."
501
  msgstr ""
502
 
503
+ #: contact_form.php:815
504
  msgid "This email address will be used in the 'From' field."
505
  msgstr ""
506
 
507
+ #: contact_form.php:819
508
  #, fuzzy
509
  msgid "Display fields"
510
  msgstr "Rodyti priedų įrašą"
511
 
512
+ #: contact_form.php:821
513
+ #: contact_form.php:851
514
+ #: contact_form.php:1041
515
+ #: contact_form.php:1693
516
  #, fuzzy
517
  msgid "Address"
518
  msgstr "El. pašto adresas:"
519
 
520
+ #: contact_form.php:822
521
+ #: contact_form.php:853
522
+ #: contact_form.php:1701
523
  msgid "Phone"
524
  msgstr ""
525
 
526
+ #: contact_form.php:823
527
  #, fuzzy
528
  msgid "Attachment block"
529
  msgstr "Rodyti priedų įrašą"
530
 
531
+ #: contact_form.php:823
532
  msgid "Users can attach the following file formats"
533
  msgstr "Vartotojai gali prikabinti šių tipų failus"
534
 
535
+ #: contact_form.php:824
536
  #, fuzzy
537
  msgid "Tips below the Attachment block"
538
  msgstr "Rodyti priedų įrašą"
539
 
540
+ #: contact_form.php:825
541
  #, fuzzy
542
  msgid "Send me a copy block"
543
  msgstr "Rodyti „Siųsti kopiją man“ įrašą"
544
 
545
+ #: contact_form.php:837
546
+ #: contact_form.php:840
547
+ #: contact_form.php:843
548
+ #: contact_form.php:1070
549
  msgid "Captcha"
550
  msgstr ""
551
 
552
+ #: contact_form.php:837
553
+ #: contact_form.php:840
554
+ #: contact_form.php:843
555
+ #: contact_form.php:1070
556
  msgid "(powered by bestwebsoft.com)"
557
  msgstr ""
558
 
559
+ #: contact_form.php:840
560
  #, fuzzy
561
  msgid "Activate captcha"
562
  msgstr "Aktyvuoti įskiepiai"
563
 
564
+ #: contact_form.php:843
565
  #, fuzzy
566
  msgid "Download captcha"
567
  msgstr "Atsisiųsti"
568
 
569
+ #: contact_form.php:848
570
  msgid "Required fields"
571
  msgstr ""
572
 
573
+ #: contact_form.php:850
574
+ #: contact_form.php:1036
575
+ #: contact_form.php:1688
576
  msgid "Name"
577
  msgstr "Vardas"
578
 
579
+ #: contact_form.php:852
580
  #, fuzzy
581
  msgid "Email Address"
582
  msgstr "El. pašto adresas:"
583
 
584
+ #: contact_form.php:854
585
+ #: contact_form.php:1056
586
+ #: contact_form.php:1704
587
  msgid "Subject"
588
  msgstr "Tema"
589
 
590
+ #: contact_form.php:855
591
+ #: contact_form.php:1060
592
+ #: contact_form.php:1707
593
  msgid "Message"
594
  msgstr "Tekstas"
595
 
596
+ #: contact_form.php:859
597
  msgid "Display additional info in the email"
598
  msgstr ""
599
 
600
+ #: contact_form.php:864
601
+ #: contact_form.php:1660
602
  msgid "Sent from (ip address)"
603
  msgstr "Siųsta iš (ip adresas)"
604
 
605
+ #: contact_form.php:865
606
+ #: contact_form.php:1665
607
  msgid "Date/Time"
608
  msgstr "Data/laikas"
609
 
610
+ #: contact_form.php:866
611
+ #: contact_form.php:1670
612
  msgid "Sent from (referer)"
613
  msgstr "Ateita iš (nukreipiklis)"
614
 
615
+ #: contact_form.php:867
616
+ #: contact_form.php:1675
617
  msgid "Using (user agent)"
618
  msgstr "Naudoja (naršyklės įrašas)"
619
 
620
+ #: contact_form.php:871
621
  msgid "Language settings for the field names in the form"
622
  msgstr ""
623
 
624
+ #: contact_form.php:880
625
  msgid "Add a language"
626
  msgstr ""
627
 
628
+ #: contact_form.php:884
629
  #, fuzzy
630
  msgid "Change the names of the contact form fields and error messages"
631
  msgstr "Pakeiskite antraštes kontaktų formos etiketėms"
632
 
633
+ #: contact_form.php:889
634
+ #: contact_form.php:960
635
  msgid "English"
636
  msgstr ""
637
 
 
 
 
 
 
 
 
 
 
 
638
  #: contact_form.php:908
639
  #: contact_form.php:937
640
+ msgid "Error message for the Name field"
641
  msgstr ""
642
 
643
  #: contact_form.php:909
644
  #: contact_form.php:938
645
+ msgid "Error message for the Address field"
646
  msgstr ""
647
 
648
  #: contact_form.php:910
649
  #: contact_form.php:939
650
+ msgid "Error message for the Email field"
651
  msgstr ""
652
 
653
  #: contact_form.php:911
654
  #: contact_form.php:940
655
+ msgid "Error message for the Phone field"
656
  msgstr ""
657
 
658
  #: contact_form.php:912
659
  #: contact_form.php:941
660
+ msgid "Error message for the Subject field"
661
  msgstr ""
662
 
663
  #: contact_form.php:913
664
  #: contact_form.php:942
665
+ msgid "Error message for the Message field"
666
  msgstr ""
667
 
668
  #: contact_form.php:914
669
  #: contact_form.php:943
670
+ msgid "Error message about the file type for the Attachment field"
671
  msgstr ""
672
 
673
  #: contact_form.php:915
674
  #: contact_form.php:944
675
+ msgid "Error message while uploading a file for the Attachment field to the server"
676
  msgstr ""
677
 
678
  #: contact_form.php:916
679
  #: contact_form.php:945
680
+ msgid "Error message while moving the file for the Attachment field"
681
  msgstr ""
682
 
683
  #: contact_form.php:917
684
  #: contact_form.php:946
685
+ msgid "Error message when file size limit for the Attachment field is exceeded"
686
+ msgstr ""
687
+
688
+ #: contact_form.php:918
689
+ #: contact_form.php:947
690
+ msgid "Error message for the Captcha field"
691
  msgstr ""
692
 
693
  #: contact_form.php:919
694
  #: contact_form.php:948
695
+ msgid "Error message for the whole form"
696
+ msgstr ""
697
+
698
+ #: contact_form.php:921
699
+ #: contact_form.php:950
700
+ #: contact_form.php:969
701
+ #: contact_form.php:975
702
  msgid "Use shortcode"
703
  msgstr ""
704
 
705
+ #: contact_form.php:921
706
+ #: contact_form.php:950
707
+ #: contact_form.php:969
708
+ #: contact_form.php:975
709
  msgid "for this language"
710
  msgstr ""
711
 
712
+ #: contact_form.php:957
713
  msgid "Action after email is sent"
714
  msgstr ""
715
 
716
+ #: contact_form.php:959
717
  #, fuzzy
718
  msgid "Display text"
719
  msgstr "Rodyti priedų įrašą"
720
 
721
+ #: contact_form.php:968
722
+ #: contact_form.php:974
723
  msgid "Text"
724
  msgstr ""
725
 
726
+ #: contact_form.php:981
727
  msgid "Redirect to the page"
728
  msgstr ""
729
 
730
+ #: contact_form.php:982
731
  msgid "Url"
732
  msgstr ""
733
 
734
+ #: contact_form.php:987
735
+ #: contact_form.php:1162
736
  msgid "Save Changes"
737
  msgstr "Įrašyti pakeitimus"
738
 
739
+ #: contact_form.php:1002
740
  #, fuzzy
741
  msgid "Contact Form Pro | Extra Settings"
742
  msgstr "Kontaktų formos parinktys"
743
 
744
+ #: contact_form.php:1009
745
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
746
  msgstr ""
747
 
748
+ #: contact_form.php:1016
749
  msgid "Errors output"
750
  msgstr ""
751
 
752
+ #: contact_form.php:1019
753
  msgid "Display error messages"
754
  msgstr ""
755
 
756
+ #: contact_form.php:1020
757
  msgid "Color of the input field errors."
758
  msgstr ""
759
 
760
+ #: contact_form.php:1021
761
  msgid "Display error messages & color of the input field errors"
762
  msgstr ""
763
 
764
+ #: contact_form.php:1026
765
  msgid "Add placeholder to the input blocks"
766
  msgstr ""
767
 
768
+ #: contact_form.php:1032
769
  #, fuzzy
770
  msgid "Add tooltips"
771
  msgstr "Papildomos parinktys"
772
 
773
+ #: contact_form.php:1046
774
  #, fuzzy
775
  msgid "Email address"
776
  msgstr "El. pašto adresas:"
777
 
778
+ #: contact_form.php:1051
779
  msgid "Phone Number"
780
  msgstr ""
781
 
782
+ #: contact_form.php:1065
783
  #, fuzzy
784
  msgid "Attachment"
785
  msgstr "Priedas:"
786
 
787
+ #: contact_form.php:1075
788
  #, fuzzy
789
  msgid "Style options"
790
  msgstr "Papildomos parinktys"
791
 
792
+ #: contact_form.php:1078
793
  msgid "Text color"
794
  msgstr ""
795
 
796
+ #: contact_form.php:1081
797
+ #: contact_form.php:1086
798
+ #: contact_form.php:1096
799
+ #: contact_form.php:1101
800
+ #: contact_form.php:1106
801
+ #: contact_form.php:1111
802
+ #: contact_form.php:1121
803
+ #: contact_form.php:1126
804
+ #: contact_form.php:1132
805
+ #: contact_form.php:1143
806
+ #: contact_form.php:1148
807
+ #: contact_form.php:1153
808
  msgid "Default"
809
  msgstr ""
810
 
811
+ #: contact_form.php:1083
812
  msgid "Label text color"
813
  msgstr ""
814
 
815
+ #: contact_form.php:1088
816
  msgid "Placeholder color"
817
  msgstr ""
818
 
819
+ #: contact_form.php:1093
820
  msgid "Errors color"
821
  msgstr ""
822
 
823
+ #: contact_form.php:1098
824
  msgid "Error text color"
825
  msgstr ""
826
 
827
+ #: contact_form.php:1103
828
  msgid "Background color of the input field errors"
829
  msgstr ""
830
 
831
+ #: contact_form.php:1108
832
  msgid "Border color of the input field errors"
833
  msgstr ""
834
 
835
+ #: contact_form.php:1113
836
  msgid "Placeholder color of the input field errors"
837
  msgstr ""
838
 
839
+ #: contact_form.php:1118
840
  #, fuzzy
841
  msgid "Input fields"
842
  msgstr "Rodyti priedų įrašą"
843
 
844
+ #: contact_form.php:1123
845
  msgid "Input fields background color"
846
  msgstr ""
847
 
848
+ #: contact_form.php:1128
849
  msgid "Text fields color"
850
  msgstr ""
851
 
852
+ #: contact_form.php:1130
853
  msgid "Border width in px, numbers only"
854
  msgstr ""
855
 
856
+ #: contact_form.php:1134
857
+ #: contact_form.php:1155
858
  msgid "Border color"
859
  msgstr ""
860
 
861
+ #: contact_form.php:1139
862
  #, fuzzy
863
  msgid "Submit button"
864
  msgstr "Siųsti"
865
 
866
+ #: contact_form.php:1141
867
  msgid "Width in px, numbers only"
868
  msgstr ""
869
 
870
+ #: contact_form.php:1145
871
  msgid "Button color"
872
  msgstr ""
873
 
874
+ #: contact_form.php:1150
875
  msgid "Button text color"
876
  msgstr ""
877
 
878
+ #: contact_form.php:1166
879
  #, fuzzy
880
  msgid "Contact Form Pro | Preview"
881
  msgstr "Kontaktų forma"
882
 
883
+ #: contact_form.php:1169
884
  msgid "Show with errors"
885
  msgstr ""
886
 
 
887
  #: contact_form.php:1177
888
+ #: contact_form.php:1179
889
  msgid "Please enter your full name..."
890
  msgstr ""
891
 
 
892
  #: contact_form.php:1190
893
+ #: contact_form.php:1192
894
  msgid "Please enter your address..."
895
  msgstr ""
896
 
 
897
  #: contact_form.php:1201
898
+ #: contact_form.php:1203
899
  #, fuzzy
900
  msgid "Please enter your email address..."
901
  msgstr "Naudoti šį el. pašto adresą:"
902
 
 
903
  #: contact_form.php:1212
904
+ #: contact_form.php:1214
905
  msgid "Please enter your phone number..."
906
  msgstr ""
907
 
 
908
  #: contact_form.php:1223
909
+ #: contact_form.php:1225
910
  msgid "Please enter subject..."
911
  msgstr ""
912
 
 
913
  #: contact_form.php:1233
914
+ #: contact_form.php:1235
915
  msgid "Please enter your message..."
916
  msgstr ""
917
 
918
+ #: contact_form.php:1246
919
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
920
  msgstr ""
921
 
922
+ #: contact_form.php:1399
923
  msgid "You can attach the following file formats"
924
  msgstr "Galite prikabinti šių tipų failus"
925
 
926
+ #: contact_form.php:1683
927
  msgid "Contact from"
928
  msgstr "Kontaktų forma"
929
 
930
+ #: contact_form.php:1696
931
  msgid "Email"
932
  msgstr "El. paštas"
933
 
934
+ #: contact_form.php:1710
935
  msgid "Site"
936
  msgstr "Svetainė"
937
 
938
+ #: contact_form.php:1760
939
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
940
  msgstr "Jei galite matyti šį MIME tipą, jūsų klientas nepriima MIME tipų!"
941
 
942
+ #: contact_form.php:1811
943
  msgid "FAQ"
944
  msgstr "DUK"
945
 
946
+ #: contact_form.php:1812
947
  msgid "Support"
948
  msgstr "Palaikymas"
949
 
950
+ #: contact_form.php:1860
951
  msgid "Are you sure that you want to delete this language data?"
952
  msgstr ""
953
 
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-07-22 16:57+0300\n"
6
- "PO-Revision-Date: 2013-07-22 16:57+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "MIME-Version: 1.0\n"
@@ -158,7 +158,7 @@ msgid "Thank you for contacting us."
158
  msgstr "Takk for at du tok kontakt med oss"
159
 
160
  #: contact_form.php:242
161
- #: contact_form.php:1313
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Beklager, eposten din kunne ikke leveres."
164
 
@@ -184,9 +184,9 @@ msgstr "Les mer"
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
- #: contact_form.php:1002
188
- #: contact_form.php:1799
189
- #: contact_form.php:1808
190
  msgid "Settings"
191
  msgstr "Innstilllinger"
192
 
@@ -270,64 +270,64 @@ msgid "Contact Form Pro Extra Settings"
270
  msgstr "Innstillinger for kontaktskjema"
271
 
272
  #: contact_form.php:373
273
- #: contact_form.php:1008
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "Kontaktskjema"
277
 
278
  #: contact_form.php:412
279
- #: contact_form.php:897
280
- #: contact_form.php:926
281
  msgid "Name:"
282
  msgstr "Navn:"
283
 
284
  #: contact_form.php:413
285
- #: contact_form.php:898
286
- #: contact_form.php:927
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "Epostadresse:"
290
 
291
  #: contact_form.php:414
292
- #: contact_form.php:899
293
- #: contact_form.php:928
294
  msgid "Email Address:"
295
  msgstr "Epostadresse:"
296
 
297
  #: contact_form.php:415
298
- #: contact_form.php:900
299
- #: contact_form.php:929
300
  msgid "Phone number:"
301
  msgstr ""
302
 
303
  #: contact_form.php:416
304
- #: contact_form.php:901
305
- #: contact_form.php:930
306
  msgid "Subject:"
307
  msgstr "Tema:"
308
 
309
  #: contact_form.php:417
310
- #: contact_form.php:902
311
- #: contact_form.php:931
312
  msgid "Message:"
313
  msgstr "Melding:"
314
 
315
  #: contact_form.php:418
316
- #: contact_form.php:903
317
- #: contact_form.php:932
318
  msgid "Attachment:"
319
  msgstr "Vedlegg:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
- #: contact_form.php:904
324
- #: contact_form.php:933
325
  msgid "Send me a copy"
326
  msgstr "Send meg en kopi"
327
 
328
  #: contact_form.php:420
329
- #: contact_form.php:905
330
- #: contact_form.php:934
331
  msgid "Submit"
332
  msgstr "Send"
333
 
@@ -408,529 +408,544 @@ msgid "Settings saved."
408
  msgstr "Innstillinger lagret."
409
 
410
  #: contact_form.php:755
411
- #: contact_form.php:1003
412
  #, fuzzy
413
  msgid "Extra settings"
414
  msgstr "Innstilllinger"
415
 
416
  #: contact_form.php:760
417
- #: contact_form.php:1259
418
  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:"
419
  msgstr "Dersom du ønsket å legge til et kontaktskjema på wedsiden din, kopier og put denne koden i kommentaren din eller på siden din: "
420
 
 
 
 
 
 
 
 
421
  #: contact_form.php:761
 
 
 
 
 
 
 
 
422
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
423
  msgstr "Dersom feltene under er tomme, vil meldingen bli sendt til en adresse som var spesifisert ved registrering."
424
 
425
- #: contact_form.php:765
426
  msgid "The user's email address:"
427
  msgstr "Benytt eposten til wordpressbruker:"
428
 
429
- #: contact_form.php:769
430
  msgid "Create a username"
431
  msgstr "Velg brukernavn"
432
 
433
- #: contact_form.php:774
434
  msgid "Enter a username of the person who should get the messages from the contact form."
435
  msgstr "Sett et brukernavn for mottaker av meldinger fra kontaktskjemaet"
436
 
437
- #: contact_form.php:778
438
  msgid "Use this email address:"
439
  msgstr "Benytt denne epostadressen:"
440
 
441
- #: contact_form.php:781
442
  msgid "Enter the email address you want the messages forwarded to."
443
  msgstr "Sett en epostadresse som skal benyttes for å motta meldinger."
444
 
445
- #: contact_form.php:785
446
  msgid "Additional options"
447
  msgstr "Flere valg"
448
 
449
- #: contact_form.php:788
450
  msgid "What to use?"
451
  msgstr ""
452
 
453
- #: contact_form.php:791
454
  msgid "Wp-mail"
455
  msgstr "Wp-mail"
456
 
457
- #: contact_form.php:792
458
  msgid "You can use the wp_mail function for mailing"
459
  msgstr ""
460
 
461
- #: contact_form.php:798
462
  msgid "Mail"
463
  msgstr "Mail"
464
 
465
- #: contact_form.php:799
466
  msgid "To send mail you can use the php mail function"
467
  msgstr ""
468
 
469
- #: contact_form.php:803
470
  #, fuzzy
471
  msgid "Change text of the 'FROM' field"
472
  msgstr "Endring fra feltene i kontaktskjemaet"
473
 
474
- #: contact_form.php:809
475
  msgid "Enter the email address in the 'From' field"
476
  msgstr ""
477
 
478
- #: contact_form.php:811
479
  msgid "User email"
480
  msgstr ""
481
 
482
- #: contact_form.php:811
483
  msgid "The email address of the user who fills the form will be used in the field 'From'."
484
  msgstr ""
485
 
486
- #: contact_form.php:813
487
  msgid "This email address will be used in the 'From' field."
488
  msgstr ""
489
 
490
- #: contact_form.php:817
491
  #, fuzzy
492
  msgid "Display fields"
493
  msgstr "Vis vedlegg"
494
 
495
- #: contact_form.php:819
496
- #: contact_form.php:849
497
- #: contact_form.php:1039
498
- #: contact_form.php:1691
499
  #, fuzzy
500
  msgid "Address"
501
  msgstr "Epostadresse:"
502
 
503
- #: contact_form.php:820
504
- #: contact_form.php:851
505
- #: contact_form.php:1699
506
  msgid "Phone"
507
  msgstr ""
508
 
509
- #: contact_form.php:821
510
  #, fuzzy
511
  msgid "Attachment block"
512
  msgstr "Vis vedlegg"
513
 
514
- #: contact_form.php:821
515
  msgid "Users can attach the following file formats"
516
  msgstr "Brukere kan legge ved filer av følgende typer"
517
 
518
- #: contact_form.php:822
519
  #, fuzzy
520
  msgid "Tips below the Attachment block"
521
  msgstr "Vis vedlegg"
522
 
523
- #: contact_form.php:823
524
  #, fuzzy
525
  msgid "Send me a copy block"
526
  msgstr "Vis send meg en kopi"
527
 
528
- #: contact_form.php:835
529
- #: contact_form.php:838
530
- #: contact_form.php:841
531
- #: contact_form.php:1068
532
  msgid "Captcha"
533
  msgstr ""
534
 
535
- #: contact_form.php:835
536
- #: contact_form.php:838
537
- #: contact_form.php:841
538
- #: contact_form.php:1068
539
  msgid "(powered by bestwebsoft.com)"
540
  msgstr ""
541
 
542
- #: contact_form.php:838
543
  #, fuzzy
544
  msgid "Activate captcha"
545
  msgstr "Aktiverte innstikk"
546
 
547
- #: contact_form.php:841
548
  #, fuzzy
549
  msgid "Download captcha"
550
  msgstr "Last ned"
551
 
552
- #: contact_form.php:846
553
  msgid "Required fields"
554
  msgstr ""
555
 
556
- #: contact_form.php:848
557
- #: contact_form.php:1034
558
- #: contact_form.php:1686
559
  msgid "Name"
560
  msgstr "Navn"
561
 
562
- #: contact_form.php:850
563
  #, fuzzy
564
  msgid "Email Address"
565
  msgstr "Epostadresse:"
566
 
567
- #: contact_form.php:852
568
- #: contact_form.php:1054
569
- #: contact_form.php:1702
570
  msgid "Subject"
571
  msgstr "Tema"
572
 
573
- #: contact_form.php:853
574
- #: contact_form.php:1058
575
- #: contact_form.php:1705
576
  msgid "Message"
577
  msgstr "Melding"
578
 
579
- #: contact_form.php:857
580
  msgid "Display additional info in the email"
581
  msgstr ""
582
 
583
- #: contact_form.php:862
584
- #: contact_form.php:1658
585
  msgid "Sent from (ip address)"
586
  msgstr "Sendt fra (IP-adresse)"
587
 
588
- #: contact_form.php:863
589
- #: contact_form.php:1663
590
  msgid "Date/Time"
591
  msgstr "Dato/tid"
592
 
593
- #: contact_form.php:864
594
- #: contact_form.php:1668
595
  msgid "Sent from (referer)"
596
  msgstr "Sendt fra (referent)"
597
 
598
- #: contact_form.php:865
599
- #: contact_form.php:1673
600
  msgid "Using (user agent)"
601
  msgstr "med (user agent)"
602
 
603
- #: contact_form.php:869
604
  msgid "Language settings for the field names in the form"
605
  msgstr ""
606
 
607
- #: contact_form.php:878
608
  msgid "Add a language"
609
  msgstr ""
610
 
611
- #: contact_form.php:882
612
  #, fuzzy
613
  msgid "Change the names of the contact form fields and error messages"
614
  msgstr "Forandre etikett for felter i kontaktskjemaet"
615
 
616
- #: contact_form.php:887
617
- #: contact_form.php:958
618
  msgid "English"
619
  msgstr ""
620
 
621
- #: contact_form.php:906
622
- #: contact_form.php:935
623
- msgid "Error message for the Name field"
624
- msgstr ""
625
-
626
- #: contact_form.php:907
627
- #: contact_form.php:936
628
- msgid "Error message for the Address field"
629
- msgstr ""
630
-
631
  #: contact_form.php:908
632
  #: contact_form.php:937
633
- msgid "Error message for the Email field"
634
  msgstr ""
635
 
636
  #: contact_form.php:909
637
  #: contact_form.php:938
638
- msgid "Error message for the Phone field"
639
  msgstr ""
640
 
641
  #: contact_form.php:910
642
  #: contact_form.php:939
643
- msgid "Error message for the Subject field"
644
  msgstr ""
645
 
646
  #: contact_form.php:911
647
  #: contact_form.php:940
648
- msgid "Error message for the Message field"
649
  msgstr ""
650
 
651
  #: contact_form.php:912
652
  #: contact_form.php:941
653
- msgid "Error message about the file type for the Attachment field"
654
  msgstr ""
655
 
656
  #: contact_form.php:913
657
  #: contact_form.php:942
658
- msgid "Error message while uploading a file for the Attachment field to the server"
659
  msgstr ""
660
 
661
  #: contact_form.php:914
662
  #: contact_form.php:943
663
- msgid "Error message while moving the file for the Attachment field"
664
  msgstr ""
665
 
666
  #: contact_form.php:915
667
  #: contact_form.php:944
668
- msgid "Error message when file size limit for the Attachment field is exceeded"
669
  msgstr ""
670
 
671
  #: contact_form.php:916
672
  #: contact_form.php:945
673
- msgid "Error message for the Captcha field"
674
  msgstr ""
675
 
676
  #: contact_form.php:917
677
  #: contact_form.php:946
678
- msgid "Error message for the whole form"
 
 
 
 
 
679
  msgstr ""
680
 
681
  #: contact_form.php:919
682
  #: contact_form.php:948
683
- #: contact_form.php:967
684
- #: contact_form.php:973
 
 
 
 
 
685
  msgid "Use shortcode"
686
  msgstr ""
687
 
688
- #: contact_form.php:919
689
- #: contact_form.php:948
690
- #: contact_form.php:967
691
- #: contact_form.php:973
692
  msgid "for this language"
693
  msgstr ""
694
 
695
- #: contact_form.php:955
696
  msgid "Action after email is sent"
697
  msgstr ""
698
 
699
- #: contact_form.php:957
700
  #, fuzzy
701
  msgid "Display text"
702
  msgstr "Vis vedlegg"
703
 
704
- #: contact_form.php:966
705
- #: contact_form.php:972
706
  msgid "Text"
707
  msgstr ""
708
 
709
- #: contact_form.php:979
710
  msgid "Redirect to the page"
711
  msgstr ""
712
 
713
- #: contact_form.php:980
714
  msgid "Url"
715
  msgstr ""
716
 
717
- #: contact_form.php:985
718
- #: contact_form.php:1160
719
  msgid "Save Changes"
720
  msgstr "Lagre endringer"
721
 
722
- #: contact_form.php:1000
723
  #, fuzzy
724
  msgid "Contact Form Pro | Extra Settings"
725
  msgstr "Innstillinger for kontaktskjema"
726
 
727
- #: contact_form.php:1007
728
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
729
  msgstr ""
730
 
731
- #: contact_form.php:1014
732
  msgid "Errors output"
733
  msgstr ""
734
 
735
- #: contact_form.php:1017
736
  msgid "Display error messages"
737
  msgstr ""
738
 
739
- #: contact_form.php:1018
740
  msgid "Color of the input field errors."
741
  msgstr ""
742
 
743
- #: contact_form.php:1019
744
  msgid "Display error messages & color of the input field errors"
745
  msgstr ""
746
 
747
- #: contact_form.php:1024
748
  msgid "Add placeholder to the input blocks"
749
  msgstr ""
750
 
751
- #: contact_form.php:1030
752
  #, fuzzy
753
  msgid "Add tooltips"
754
  msgstr "Flere valg"
755
 
756
- #: contact_form.php:1044
757
  #, fuzzy
758
  msgid "Email address"
759
  msgstr "Epostadresse:"
760
 
761
- #: contact_form.php:1049
762
  msgid "Phone Number"
763
  msgstr ""
764
 
765
- #: contact_form.php:1063
766
  #, fuzzy
767
  msgid "Attachment"
768
  msgstr "Vedlegg:"
769
 
770
- #: contact_form.php:1073
771
  #, fuzzy
772
  msgid "Style options"
773
  msgstr "Flere valg"
774
 
775
- #: contact_form.php:1076
776
  msgid "Text color"
777
  msgstr ""
778
 
779
- #: contact_form.php:1079
780
- #: contact_form.php:1084
781
- #: contact_form.php:1094
782
- #: contact_form.php:1099
783
- #: contact_form.php:1104
784
- #: contact_form.php:1109
785
- #: contact_form.php:1119
786
- #: contact_form.php:1124
787
- #: contact_form.php:1130
788
- #: contact_form.php:1141
789
- #: contact_form.php:1146
790
- #: contact_form.php:1151
791
  msgid "Default"
792
  msgstr ""
793
 
794
- #: contact_form.php:1081
795
  msgid "Label text color"
796
  msgstr ""
797
 
798
- #: contact_form.php:1086
799
  msgid "Placeholder color"
800
  msgstr ""
801
 
802
- #: contact_form.php:1091
803
  msgid "Errors color"
804
  msgstr ""
805
 
806
- #: contact_form.php:1096
807
  msgid "Error text color"
808
  msgstr ""
809
 
810
- #: contact_form.php:1101
811
  msgid "Background color of the input field errors"
812
  msgstr ""
813
 
814
- #: contact_form.php:1106
815
  msgid "Border color of the input field errors"
816
  msgstr ""
817
 
818
- #: contact_form.php:1111
819
  msgid "Placeholder color of the input field errors"
820
  msgstr ""
821
 
822
- #: contact_form.php:1116
823
  #, fuzzy
824
  msgid "Input fields"
825
  msgstr "Vis vedlegg"
826
 
827
- #: contact_form.php:1121
828
  msgid "Input fields background color"
829
  msgstr ""
830
 
831
- #: contact_form.php:1126
832
  msgid "Text fields color"
833
  msgstr ""
834
 
835
- #: contact_form.php:1128
836
  msgid "Border width in px, numbers only"
837
  msgstr ""
838
 
839
- #: contact_form.php:1132
840
- #: contact_form.php:1153
841
  msgid "Border color"
842
  msgstr ""
843
 
844
- #: contact_form.php:1137
845
  #, fuzzy
846
  msgid "Submit button"
847
  msgstr "Send"
848
 
849
- #: contact_form.php:1139
850
  msgid "Width in px, numbers only"
851
  msgstr ""
852
 
853
- #: contact_form.php:1143
854
  msgid "Button color"
855
  msgstr ""
856
 
857
- #: contact_form.php:1148
858
  msgid "Button text color"
859
  msgstr ""
860
 
861
- #: contact_form.php:1164
862
  #, fuzzy
863
  msgid "Contact Form Pro | Preview"
864
  msgstr "Kontaktskjema"
865
 
866
- #: contact_form.php:1167
867
  msgid "Show with errors"
868
  msgstr ""
869
 
870
- #: contact_form.php:1175
871
  #: contact_form.php:1177
 
872
  msgid "Please enter your full name..."
873
  msgstr ""
874
 
875
- #: contact_form.php:1188
876
  #: contact_form.php:1190
 
877
  msgid "Please enter your address..."
878
  msgstr ""
879
 
880
- #: contact_form.php:1199
881
  #: contact_form.php:1201
 
882
  #, fuzzy
883
  msgid "Please enter your email address..."
884
  msgstr "Benytt denne epostadressen:"
885
 
886
- #: contact_form.php:1210
887
  #: contact_form.php:1212
 
888
  msgid "Please enter your phone number..."
889
  msgstr ""
890
 
891
- #: contact_form.php:1221
892
  #: contact_form.php:1223
 
893
  msgid "Please enter subject..."
894
  msgstr ""
895
 
896
- #: contact_form.php:1231
897
  #: contact_form.php:1233
 
898
  msgid "Please enter your message..."
899
  msgstr ""
900
 
901
- #: contact_form.php:1244
902
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
903
  msgstr ""
904
 
905
- #: contact_form.php:1397
906
  msgid "You can attach the following file formats"
907
  msgstr "Du kan legge til filer av følgende typer"
908
 
909
- #: contact_form.php:1681
910
  msgid "Contact from"
911
  msgstr "Kontakt fra"
912
 
913
- #: contact_form.php:1694
914
  msgid "Email"
915
  msgstr "Epost"
916
 
917
- #: contact_form.php:1708
918
  msgid "Site"
919
  msgstr "Site"
920
 
921
- #: contact_form.php:1758
922
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
923
  msgstr "Dersom du kan se denne MIME, så aksepterer ikke klienten din MIME-typer!"
924
 
925
- #: contact_form.php:1809
926
  msgid "FAQ"
927
  msgstr "Vanlige spørsmål"
928
 
929
- #: contact_form.php:1810
930
  msgid "Support"
931
  msgstr "Support"
932
 
933
- #: contact_form.php:1858
934
  msgid "Are you sure that you want to delete this language data?"
935
  msgstr ""
936
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-07-29 17:33+0300\n"
6
+ "PO-Revision-Date: 2013-07-29 17:33+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "MIME-Version: 1.0\n"
158
  msgstr "Takk for at du tok kontakt med oss"
159
 
160
  #: contact_form.php:242
161
+ #: contact_form.php:1315
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Beklager, eposten din kunne ikke leveres."
164
 
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
+ #: contact_form.php:1004
188
+ #: contact_form.php:1801
189
+ #: contact_form.php:1810
190
  msgid "Settings"
191
  msgstr "Innstilllinger"
192
 
270
  msgstr "Innstillinger for kontaktskjema"
271
 
272
  #: contact_form.php:373
273
+ #: contact_form.php:1010
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "Kontaktskjema"
277
 
278
  #: contact_form.php:412
279
+ #: contact_form.php:899
280
+ #: contact_form.php:928
281
  msgid "Name:"
282
  msgstr "Navn:"
283
 
284
  #: contact_form.php:413
285
+ #: contact_form.php:900
286
+ #: contact_form.php:929
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "Epostadresse:"
290
 
291
  #: contact_form.php:414
292
+ #: contact_form.php:901
293
+ #: contact_form.php:930
294
  msgid "Email Address:"
295
  msgstr "Epostadresse:"
296
 
297
  #: contact_form.php:415
298
+ #: contact_form.php:902
299
+ #: contact_form.php:931
300
  msgid "Phone number:"
301
  msgstr ""
302
 
303
  #: contact_form.php:416
304
+ #: contact_form.php:903
305
+ #: contact_form.php:932
306
  msgid "Subject:"
307
  msgstr "Tema:"
308
 
309
  #: contact_form.php:417
310
+ #: contact_form.php:904
311
+ #: contact_form.php:933
312
  msgid "Message:"
313
  msgstr "Melding:"
314
 
315
  #: contact_form.php:418
316
+ #: contact_form.php:905
317
+ #: contact_form.php:934
318
  msgid "Attachment:"
319
  msgstr "Vedlegg:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
+ #: contact_form.php:906
324
+ #: contact_form.php:935
325
  msgid "Send me a copy"
326
  msgstr "Send meg en kopi"
327
 
328
  #: contact_form.php:420
329
+ #: contact_form.php:907
330
+ #: contact_form.php:936
331
  msgid "Submit"
332
  msgstr "Send"
333
 
408
  msgstr "Innstillinger lagret."
409
 
410
  #: contact_form.php:755
411
+ #: contact_form.php:1005
412
  #, fuzzy
413
  msgid "Extra settings"
414
  msgstr "Innstilllinger"
415
 
416
  #: contact_form.php:760
417
+ #: contact_form.php:1261
418
  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:"
419
  msgstr "Dersom du ønsket å legge til et kontaktskjema på wedsiden din, kopier og put denne koden i kommentaren din eller på siden din: "
420
 
421
+ #: contact_form.php:760
422
+ #: contact_form.php:761
423
+ #: contact_form.php:921
424
+ #: contact_form.php:969
425
+ msgid "or"
426
+ msgstr ""
427
+
428
  #: contact_form.php:761
429
+ msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
430
+ msgstr ""
431
+
432
+ #: contact_form.php:762
433
+ msgid "They work the same way."
434
+ msgstr ""
435
+
436
+ #: contact_form.php:763
437
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
438
  msgstr "Dersom feltene under er tomme, vil meldingen bli sendt til en adresse som var spesifisert ved registrering."
439
 
440
+ #: contact_form.php:767
441
  msgid "The user's email address:"
442
  msgstr "Benytt eposten til wordpressbruker:"
443
 
444
+ #: contact_form.php:771
445
  msgid "Create a username"
446
  msgstr "Velg brukernavn"
447
 
448
+ #: contact_form.php:776
449
  msgid "Enter a username of the person who should get the messages from the contact form."
450
  msgstr "Sett et brukernavn for mottaker av meldinger fra kontaktskjemaet"
451
 
452
+ #: contact_form.php:780
453
  msgid "Use this email address:"
454
  msgstr "Benytt denne epostadressen:"
455
 
456
+ #: contact_form.php:783
457
  msgid "Enter the email address you want the messages forwarded to."
458
  msgstr "Sett en epostadresse som skal benyttes for å motta meldinger."
459
 
460
+ #: contact_form.php:787
461
  msgid "Additional options"
462
  msgstr "Flere valg"
463
 
464
+ #: contact_form.php:790
465
  msgid "What to use?"
466
  msgstr ""
467
 
468
+ #: contact_form.php:793
469
  msgid "Wp-mail"
470
  msgstr "Wp-mail"
471
 
472
+ #: contact_form.php:794
473
  msgid "You can use the wp_mail function for mailing"
474
  msgstr ""
475
 
476
+ #: contact_form.php:800
477
  msgid "Mail"
478
  msgstr "Mail"
479
 
480
+ #: contact_form.php:801
481
  msgid "To send mail you can use the php mail function"
482
  msgstr ""
483
 
484
+ #: contact_form.php:805
485
  #, fuzzy
486
  msgid "Change text of the 'FROM' field"
487
  msgstr "Endring fra feltene i kontaktskjemaet"
488
 
489
+ #: contact_form.php:811
490
  msgid "Enter the email address in the 'From' field"
491
  msgstr ""
492
 
493
+ #: contact_form.php:813
494
  msgid "User email"
495
  msgstr ""
496
 
497
+ #: contact_form.php:813
498
  msgid "The email address of the user who fills the form will be used in the field 'From'."
499
  msgstr ""
500
 
501
+ #: contact_form.php:815
502
  msgid "This email address will be used in the 'From' field."
503
  msgstr ""
504
 
505
+ #: contact_form.php:819
506
  #, fuzzy
507
  msgid "Display fields"
508
  msgstr "Vis vedlegg"
509
 
510
+ #: contact_form.php:821
511
+ #: contact_form.php:851
512
+ #: contact_form.php:1041
513
+ #: contact_form.php:1693
514
  #, fuzzy
515
  msgid "Address"
516
  msgstr "Epostadresse:"
517
 
518
+ #: contact_form.php:822
519
+ #: contact_form.php:853
520
+ #: contact_form.php:1701
521
  msgid "Phone"
522
  msgstr ""
523
 
524
+ #: contact_form.php:823
525
  #, fuzzy
526
  msgid "Attachment block"
527
  msgstr "Vis vedlegg"
528
 
529
+ #: contact_form.php:823
530
  msgid "Users can attach the following file formats"
531
  msgstr "Brukere kan legge ved filer av følgende typer"
532
 
533
+ #: contact_form.php:824
534
  #, fuzzy
535
  msgid "Tips below the Attachment block"
536
  msgstr "Vis vedlegg"
537
 
538
+ #: contact_form.php:825
539
  #, fuzzy
540
  msgid "Send me a copy block"
541
  msgstr "Vis send meg en kopi"
542
 
543
+ #: contact_form.php:837
544
+ #: contact_form.php:840
545
+ #: contact_form.php:843
546
+ #: contact_form.php:1070
547
  msgid "Captcha"
548
  msgstr ""
549
 
550
+ #: contact_form.php:837
551
+ #: contact_form.php:840
552
+ #: contact_form.php:843
553
+ #: contact_form.php:1070
554
  msgid "(powered by bestwebsoft.com)"
555
  msgstr ""
556
 
557
+ #: contact_form.php:840
558
  #, fuzzy
559
  msgid "Activate captcha"
560
  msgstr "Aktiverte innstikk"
561
 
562
+ #: contact_form.php:843
563
  #, fuzzy
564
  msgid "Download captcha"
565
  msgstr "Last ned"
566
 
567
+ #: contact_form.php:848
568
  msgid "Required fields"
569
  msgstr ""
570
 
571
+ #: contact_form.php:850
572
+ #: contact_form.php:1036
573
+ #: contact_form.php:1688
574
  msgid "Name"
575
  msgstr "Navn"
576
 
577
+ #: contact_form.php:852
578
  #, fuzzy
579
  msgid "Email Address"
580
  msgstr "Epostadresse:"
581
 
582
+ #: contact_form.php:854
583
+ #: contact_form.php:1056
584
+ #: contact_form.php:1704
585
  msgid "Subject"
586
  msgstr "Tema"
587
 
588
+ #: contact_form.php:855
589
+ #: contact_form.php:1060
590
+ #: contact_form.php:1707
591
  msgid "Message"
592
  msgstr "Melding"
593
 
594
+ #: contact_form.php:859
595
  msgid "Display additional info in the email"
596
  msgstr ""
597
 
598
+ #: contact_form.php:864
599
+ #: contact_form.php:1660
600
  msgid "Sent from (ip address)"
601
  msgstr "Sendt fra (IP-adresse)"
602
 
603
+ #: contact_form.php:865
604
+ #: contact_form.php:1665
605
  msgid "Date/Time"
606
  msgstr "Dato/tid"
607
 
608
+ #: contact_form.php:866
609
+ #: contact_form.php:1670
610
  msgid "Sent from (referer)"
611
  msgstr "Sendt fra (referent)"
612
 
613
+ #: contact_form.php:867
614
+ #: contact_form.php:1675
615
  msgid "Using (user agent)"
616
  msgstr "med (user agent)"
617
 
618
+ #: contact_form.php:871
619
  msgid "Language settings for the field names in the form"
620
  msgstr ""
621
 
622
+ #: contact_form.php:880
623
  msgid "Add a language"
624
  msgstr ""
625
 
626
+ #: contact_form.php:884
627
  #, fuzzy
628
  msgid "Change the names of the contact form fields and error messages"
629
  msgstr "Forandre etikett for felter i kontaktskjemaet"
630
 
631
+ #: contact_form.php:889
632
+ #: contact_form.php:960
633
  msgid "English"
634
  msgstr ""
635
 
 
 
 
 
 
 
 
 
 
 
636
  #: contact_form.php:908
637
  #: contact_form.php:937
638
+ msgid "Error message for the Name field"
639
  msgstr ""
640
 
641
  #: contact_form.php:909
642
  #: contact_form.php:938
643
+ msgid "Error message for the Address field"
644
  msgstr ""
645
 
646
  #: contact_form.php:910
647
  #: contact_form.php:939
648
+ msgid "Error message for the Email field"
649
  msgstr ""
650
 
651
  #: contact_form.php:911
652
  #: contact_form.php:940
653
+ msgid "Error message for the Phone field"
654
  msgstr ""
655
 
656
  #: contact_form.php:912
657
  #: contact_form.php:941
658
+ msgid "Error message for the Subject field"
659
  msgstr ""
660
 
661
  #: contact_form.php:913
662
  #: contact_form.php:942
663
+ msgid "Error message for the Message field"
664
  msgstr ""
665
 
666
  #: contact_form.php:914
667
  #: contact_form.php:943
668
+ msgid "Error message about the file type for the Attachment field"
669
  msgstr ""
670
 
671
  #: contact_form.php:915
672
  #: contact_form.php:944
673
+ msgid "Error message while uploading a file for the Attachment field to the server"
674
  msgstr ""
675
 
676
  #: contact_form.php:916
677
  #: contact_form.php:945
678
+ msgid "Error message while moving the file for the Attachment field"
679
  msgstr ""
680
 
681
  #: contact_form.php:917
682
  #: contact_form.php:946
683
+ msgid "Error message when file size limit for the Attachment field is exceeded"
684
+ msgstr ""
685
+
686
+ #: contact_form.php:918
687
+ #: contact_form.php:947
688
+ msgid "Error message for the Captcha field"
689
  msgstr ""
690
 
691
  #: contact_form.php:919
692
  #: contact_form.php:948
693
+ msgid "Error message for the whole form"
694
+ msgstr ""
695
+
696
+ #: contact_form.php:921
697
+ #: contact_form.php:950
698
+ #: contact_form.php:969
699
+ #: contact_form.php:975
700
  msgid "Use shortcode"
701
  msgstr ""
702
 
703
+ #: contact_form.php:921
704
+ #: contact_form.php:950
705
+ #: contact_form.php:969
706
+ #: contact_form.php:975
707
  msgid "for this language"
708
  msgstr ""
709
 
710
+ #: contact_form.php:957
711
  msgid "Action after email is sent"
712
  msgstr ""
713
 
714
+ #: contact_form.php:959
715
  #, fuzzy
716
  msgid "Display text"
717
  msgstr "Vis vedlegg"
718
 
719
+ #: contact_form.php:968
720
+ #: contact_form.php:974
721
  msgid "Text"
722
  msgstr ""
723
 
724
+ #: contact_form.php:981
725
  msgid "Redirect to the page"
726
  msgstr ""
727
 
728
+ #: contact_form.php:982
729
  msgid "Url"
730
  msgstr ""
731
 
732
+ #: contact_form.php:987
733
+ #: contact_form.php:1162
734
  msgid "Save Changes"
735
  msgstr "Lagre endringer"
736
 
737
+ #: contact_form.php:1002
738
  #, fuzzy
739
  msgid "Contact Form Pro | Extra Settings"
740
  msgstr "Innstillinger for kontaktskjema"
741
 
742
+ #: contact_form.php:1009
743
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
744
  msgstr ""
745
 
746
+ #: contact_form.php:1016
747
  msgid "Errors output"
748
  msgstr ""
749
 
750
+ #: contact_form.php:1019
751
  msgid "Display error messages"
752
  msgstr ""
753
 
754
+ #: contact_form.php:1020
755
  msgid "Color of the input field errors."
756
  msgstr ""
757
 
758
+ #: contact_form.php:1021
759
  msgid "Display error messages & color of the input field errors"
760
  msgstr ""
761
 
762
+ #: contact_form.php:1026
763
  msgid "Add placeholder to the input blocks"
764
  msgstr ""
765
 
766
+ #: contact_form.php:1032
767
  #, fuzzy
768
  msgid "Add tooltips"
769
  msgstr "Flere valg"
770
 
771
+ #: contact_form.php:1046
772
  #, fuzzy
773
  msgid "Email address"
774
  msgstr "Epostadresse:"
775
 
776
+ #: contact_form.php:1051
777
  msgid "Phone Number"
778
  msgstr ""
779
 
780
+ #: contact_form.php:1065
781
  #, fuzzy
782
  msgid "Attachment"
783
  msgstr "Vedlegg:"
784
 
785
+ #: contact_form.php:1075
786
  #, fuzzy
787
  msgid "Style options"
788
  msgstr "Flere valg"
789
 
790
+ #: contact_form.php:1078
791
  msgid "Text color"
792
  msgstr ""
793
 
794
+ #: contact_form.php:1081
795
+ #: contact_form.php:1086
796
+ #: contact_form.php:1096
797
+ #: contact_form.php:1101
798
+ #: contact_form.php:1106
799
+ #: contact_form.php:1111
800
+ #: contact_form.php:1121
801
+ #: contact_form.php:1126
802
+ #: contact_form.php:1132
803
+ #: contact_form.php:1143
804
+ #: contact_form.php:1148
805
+ #: contact_form.php:1153
806
  msgid "Default"
807
  msgstr ""
808
 
809
+ #: contact_form.php:1083
810
  msgid "Label text color"
811
  msgstr ""
812
 
813
+ #: contact_form.php:1088
814
  msgid "Placeholder color"
815
  msgstr ""
816
 
817
+ #: contact_form.php:1093
818
  msgid "Errors color"
819
  msgstr ""
820
 
821
+ #: contact_form.php:1098
822
  msgid "Error text color"
823
  msgstr ""
824
 
825
+ #: contact_form.php:1103
826
  msgid "Background color of the input field errors"
827
  msgstr ""
828
 
829
+ #: contact_form.php:1108
830
  msgid "Border color of the input field errors"
831
  msgstr ""
832
 
833
+ #: contact_form.php:1113
834
  msgid "Placeholder color of the input field errors"
835
  msgstr ""
836
 
837
+ #: contact_form.php:1118
838
  #, fuzzy
839
  msgid "Input fields"
840
  msgstr "Vis vedlegg"
841
 
842
+ #: contact_form.php:1123
843
  msgid "Input fields background color"
844
  msgstr ""
845
 
846
+ #: contact_form.php:1128
847
  msgid "Text fields color"
848
  msgstr ""
849
 
850
+ #: contact_form.php:1130
851
  msgid "Border width in px, numbers only"
852
  msgstr ""
853
 
854
+ #: contact_form.php:1134
855
+ #: contact_form.php:1155
856
  msgid "Border color"
857
  msgstr ""
858
 
859
+ #: contact_form.php:1139
860
  #, fuzzy
861
  msgid "Submit button"
862
  msgstr "Send"
863
 
864
+ #: contact_form.php:1141
865
  msgid "Width in px, numbers only"
866
  msgstr ""
867
 
868
+ #: contact_form.php:1145
869
  msgid "Button color"
870
  msgstr ""
871
 
872
+ #: contact_form.php:1150
873
  msgid "Button text color"
874
  msgstr ""
875
 
876
+ #: contact_form.php:1166
877
  #, fuzzy
878
  msgid "Contact Form Pro | Preview"
879
  msgstr "Kontaktskjema"
880
 
881
+ #: contact_form.php:1169
882
  msgid "Show with errors"
883
  msgstr ""
884
 
 
885
  #: contact_form.php:1177
886
+ #: contact_form.php:1179
887
  msgid "Please enter your full name..."
888
  msgstr ""
889
 
 
890
  #: contact_form.php:1190
891
+ #: contact_form.php:1192
892
  msgid "Please enter your address..."
893
  msgstr ""
894
 
 
895
  #: contact_form.php:1201
896
+ #: contact_form.php:1203
897
  #, fuzzy
898
  msgid "Please enter your email address..."
899
  msgstr "Benytt denne epostadressen:"
900
 
 
901
  #: contact_form.php:1212
902
+ #: contact_form.php:1214
903
  msgid "Please enter your phone number..."
904
  msgstr ""
905
 
 
906
  #: contact_form.php:1223
907
+ #: contact_form.php:1225
908
  msgid "Please enter subject..."
909
  msgstr ""
910
 
 
911
  #: contact_form.php:1233
912
+ #: contact_form.php:1235
913
  msgid "Please enter your message..."
914
  msgstr ""
915
 
916
+ #: contact_form.php:1246
917
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
918
  msgstr ""
919
 
920
+ #: contact_form.php:1399
921
  msgid "You can attach the following file formats"
922
  msgstr "Du kan legge til filer av følgende typer"
923
 
924
+ #: contact_form.php:1683
925
  msgid "Contact from"
926
  msgstr "Kontakt fra"
927
 
928
+ #: contact_form.php:1696
929
  msgid "Email"
930
  msgstr "Epost"
931
 
932
+ #: contact_form.php:1710
933
  msgid "Site"
934
  msgstr "Site"
935
 
936
+ #: contact_form.php:1760
937
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
938
  msgstr "Dersom du kan se denne MIME, så aksepterer ikke klienten din MIME-typer!"
939
 
940
+ #: contact_form.php:1811
941
  msgid "FAQ"
942
  msgstr "Vanlige spørsmål"
943
 
944
+ #: contact_form.php:1812
945
  msgid "Support"
946
  msgstr "Support"
947
 
948
+ #: contact_form.php:1860
949
  msgid "Are you sure that you want to delete this language data?"
950
  msgstr ""
951
 
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-07-22 16:57+0300\n"
6
- "PO-Revision-Date: 2013-07-22 16:57+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"
@@ -158,7 +158,7 @@ msgid "Thank you for contacting us."
158
  msgstr "Bedankt voor uw bericht."
159
 
160
  #: contact_form.php:242
161
- #: contact_form.php:1313
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Sorry, uw bericht kon niet worden verstuurd."
164
 
@@ -184,9 +184,9 @@ msgstr "Lees verder"
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
- #: contact_form.php:1002
188
- #: contact_form.php:1799
189
- #: contact_form.php:1808
190
  msgid "Settings"
191
  msgstr "Instellingen"
192
 
@@ -270,64 +270,64 @@ msgid "Contact Form Pro Extra Settings"
270
  msgstr "Contact Form Opties"
271
 
272
  #: contact_form.php:373
273
- #: contact_form.php:1008
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "Contact Form"
277
 
278
  #: contact_form.php:412
279
- #: contact_form.php:897
280
- #: contact_form.php:926
281
  msgid "Name:"
282
  msgstr "Naam:"
283
 
284
  #: contact_form.php:413
285
- #: contact_form.php:898
286
- #: contact_form.php:927
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "Email adres:"
290
 
291
  #: contact_form.php:414
292
- #: contact_form.php:899
293
- #: contact_form.php:928
294
  msgid "Email Address:"
295
  msgstr "Email adres:"
296
 
297
  #: contact_form.php:415
298
- #: contact_form.php:900
299
- #: contact_form.php:929
300
  msgid "Phone number:"
301
  msgstr "Telefoonnummer:"
302
 
303
  #: contact_form.php:416
304
- #: contact_form.php:901
305
- #: contact_form.php:930
306
  msgid "Subject:"
307
  msgstr "Onderwerp:"
308
 
309
  #: contact_form.php:417
310
- #: contact_form.php:902
311
- #: contact_form.php:931
312
  msgid "Message:"
313
  msgstr "Bericht:"
314
 
315
  #: contact_form.php:418
316
- #: contact_form.php:903
317
- #: contact_form.php:932
318
  msgid "Attachment:"
319
  msgstr "Bijlage:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
- #: contact_form.php:904
324
- #: contact_form.php:933
325
  msgid "Send me a copy"
326
  msgstr "Kopie aan mij sturen"
327
 
328
  #: contact_form.php:420
329
- #: contact_form.php:905
330
- #: contact_form.php:934
331
  msgid "Submit"
332
  msgstr "Versturen"
333
 
@@ -406,536 +406,551 @@ msgid "Settings saved."
406
  msgstr "Instellingen opgeslagen."
407
 
408
  #: contact_form.php:755
409
- #: contact_form.php:1003
410
  #, fuzzy
411
  msgid "Extra settings"
412
  msgstr "Instellingen"
413
 
414
  #: contact_form.php:760
415
- #: contact_form.php:1259
416
  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:"
417
  msgstr "Als je een Contact Form aan je website wil toevoegen, kopieer dan deze code in je bericht, op je pagina of widget:"
418
 
 
 
 
 
 
 
 
419
  #: contact_form.php:761
 
 
 
 
 
 
 
 
420
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
421
  msgstr "Als onderstaande velden leeg blijven, zal het bericht gestuurd worden aan het adres dat is gespecificeerd tijdens de registratie."
422
 
423
- #: contact_form.php:765
424
  msgid "The user's email address:"
425
  msgstr "Gebruik het email adres van de Wordpress gebruiker:"
426
 
427
- #: contact_form.php:769
428
  msgid "Create a username"
429
  msgstr "Kies gebruikersnaam"
430
 
431
- #: contact_form.php:774
432
  msgid "Enter a username of the person who should get the messages from the contact form."
433
  msgstr "Voer de naam in van de gebruiker die berichten van dit contact formulier moet ontvangen."
434
 
435
- #: contact_form.php:778
436
  msgid "Use this email address:"
437
  msgstr "Gebruik dit email adres:"
438
 
439
- #: contact_form.php:781
440
  msgid "Enter the email address you want the messages forwarded to."
441
  msgstr "Geef een email adres op waar de berichten naar verstuurd moeten worden."
442
 
443
- #: contact_form.php:785
444
  msgid "Additional options"
445
  msgstr "Extra opties"
446
 
447
- #: contact_form.php:788
448
  msgid "What to use?"
449
  msgstr "Voor welk gebruik?"
450
 
451
- #: contact_form.php:791
452
  msgid "Wp-mail"
453
  msgstr "Wp-mail"
454
 
455
- #: contact_form.php:792
456
  msgid "You can use the wp_mail function for mailing"
457
  msgstr "Om emails te verzenden kunt u the wordpress wp-mail functie gebruiken"
458
 
459
- #: contact_form.php:798
460
  msgid "Mail"
461
  msgstr "Mail"
462
 
463
- #: contact_form.php:799
464
  msgid "To send mail you can use the php mail function"
465
  msgstr "Om emails te verzenden kunt e de php mail functie gebruiken"
466
 
467
- #: contact_form.php:803
468
  msgid "Change text of the 'FROM' field"
469
  msgstr "Verander de tekst voor 'VAN' veld van het email adres"
470
 
471
- #: contact_form.php:809
472
  msgid "Enter the email address in the 'From' field"
473
  msgstr "Kies het email adres voor 'Van' veld voor het versturen van de mail"
474
 
475
- #: contact_form.php:811
476
  msgid "User email"
477
  msgstr ""
478
 
479
- #: contact_form.php:811
480
  #, fuzzy
481
  msgid "The email address of the user who fills the form will be used in the field 'From'."
482
  msgstr "In het veld 'Van' in de email zal het email adres van degene die het formulier invult gebruikt worden."
483
 
484
- #: contact_form.php:813
485
  msgid "This email address will be used in the 'From' field."
486
  msgstr "In het veld 'Van' dit email adres zal worden gebruikt."
487
 
488
- #: contact_form.php:817
489
  #, fuzzy
490
  msgid "Display fields"
491
  msgstr "Toon tekst"
492
 
493
- #: contact_form.php:819
494
- #: contact_form.php:849
495
- #: contact_form.php:1039
496
- #: contact_form.php:1691
497
  #, fuzzy
498
  msgid "Address"
499
  msgstr "Email adres:"
500
 
501
- #: contact_form.php:820
502
- #: contact_form.php:851
503
- #: contact_form.php:1699
504
  msgid "Phone"
505
  msgstr "Telefoonnummer"
506
 
507
- #: contact_form.php:821
508
  #, fuzzy
509
  msgid "Attachment block"
510
  msgstr "Toon de bijlage knop"
511
 
512
- #: contact_form.php:821
513
  msgid "Users can attach the following file formats"
514
  msgstr "Gebruikers kunnen de volgende bestandtypen toevoegen"
515
 
516
- #: contact_form.php:822
517
  #, fuzzy
518
  msgid "Tips below the Attachment block"
519
  msgstr "Toon uitleg na Bijlage knop"
520
 
521
- #: contact_form.php:823
522
  #, fuzzy
523
  msgid "Send me a copy block"
524
  msgstr "Geef 'Kopie aan mij sturen' weer"
525
 
526
- #: contact_form.php:835
527
- #: contact_form.php:838
528
- #: contact_form.php:841
529
- #: contact_form.php:1068
530
  msgid "Captcha"
531
  msgstr ""
532
 
533
- #: contact_form.php:835
534
- #: contact_form.php:838
535
- #: contact_form.php:841
536
- #: contact_form.php:1068
537
  msgid "(powered by bestwebsoft.com)"
538
  msgstr ""
539
 
540
- #: contact_form.php:838
541
  #, fuzzy
542
  msgid "Activate captcha"
543
  msgstr "Geactiveerde plugins"
544
 
545
- #: contact_form.php:841
546
  #, fuzzy
547
  msgid "Download captcha"
548
  msgstr "Download"
549
 
550
- #: contact_form.php:846
551
  msgid "Required fields"
552
  msgstr "Verplicht veld"
553
 
554
- #: contact_form.php:848
555
- #: contact_form.php:1034
556
- #: contact_form.php:1686
557
  msgid "Name"
558
  msgstr "Naam"
559
 
560
- #: contact_form.php:850
561
  #, fuzzy
562
  msgid "Email Address"
563
  msgstr "Email adres:"
564
 
565
- #: contact_form.php:852
566
- #: contact_form.php:1054
567
- #: contact_form.php:1702
568
  msgid "Subject"
569
  msgstr "Onderwerp"
570
 
571
- #: contact_form.php:853
572
- #: contact_form.php:1058
573
- #: contact_form.php:1705
574
  msgid "Message"
575
  msgstr "Bericht"
576
 
577
- #: contact_form.php:857
578
  #, fuzzy
579
  msgid "Display additional info in the email"
580
  msgstr "Toon aanvullende informatie in de email"
581
 
582
- #: contact_form.php:862
583
- #: contact_form.php:1658
584
  msgid "Sent from (ip address)"
585
  msgstr "Verstuurd van (IP-adres)"
586
 
587
- #: contact_form.php:863
588
- #: contact_form.php:1663
589
  msgid "Date/Time"
590
  msgstr "Datum/Tijd"
591
 
592
- #: contact_form.php:864
593
- #: contact_form.php:1668
594
  msgid "Sent from (referer)"
595
  msgstr "Verstuurd vanaf (referer)"
596
 
597
- #: contact_form.php:865
598
- #: contact_form.php:1673
599
  msgid "Using (user agent)"
600
  msgstr "Met (user agent)"
601
 
602
- #: contact_form.php:869
603
  msgid "Language settings for the field names in the form"
604
  msgstr "Taal instellingen voor velden met een label"
605
 
606
- #: contact_form.php:878
607
  #, fuzzy
608
  msgid "Add a language"
609
  msgstr "Voeg een taal toe"
610
 
611
- #: contact_form.php:882
612
  msgid "Change the names of the contact form fields and error messages"
613
  msgstr "Verander de namen van de labels en de foutmeldingen"
614
 
615
- #: contact_form.php:887
616
- #: contact_form.php:958
617
  msgid "English"
618
  msgstr "Engels"
619
 
620
- #: contact_form.php:906
621
- #: contact_form.php:935
622
  msgid "Error message for the Name field"
623
  msgstr "Foutmelding voor naam veld"
624
 
625
- #: contact_form.php:907
626
- #: contact_form.php:936
627
  #, fuzzy
628
  msgid "Error message for the Address field"
629
  msgstr "Foutmelding voor bericht veld"
630
 
631
- #: contact_form.php:908
632
- #: contact_form.php:937
633
  msgid "Error message for the Email field"
634
  msgstr "Foutmelding voor email veld"
635
 
636
- #: contact_form.php:909
637
- #: contact_form.php:938
638
  msgid "Error message for the Phone field"
639
  msgstr "Foutmelding voor telefoonnummer veld"
640
 
641
- #: contact_form.php:910
642
- #: contact_form.php:939
643
  msgid "Error message for the Subject field"
644
  msgstr "Foutmelding voor onderwerp veld"
645
 
646
- #: contact_form.php:911
647
- #: contact_form.php:940
648
  msgid "Error message for the Message field"
649
  msgstr "Foutmelding voor bericht veld"
650
 
651
- #: contact_form.php:912
652
- #: contact_form.php:941
653
  #, fuzzy
654
  msgid "Error message about the file type for the Attachment field"
655
  msgstr "Foutmelding voor bijlage veld"
656
 
657
- #: contact_form.php:913
658
- #: contact_form.php:942
659
  #, fuzzy
660
  msgid "Error message while uploading a file for the Attachment field to the server"
661
  msgstr "Foutmelding voor bijlage veld"
662
 
663
- #: contact_form.php:914
664
- #: contact_form.php:943
665
  #, fuzzy
666
  msgid "Error message while moving the file for the Attachment field"
667
  msgstr "Foutmelding voor bijlage veld"
668
 
669
- #: contact_form.php:915
670
- #: contact_form.php:944
671
  #, fuzzy
672
  msgid "Error message when file size limit for the Attachment field is exceeded"
673
  msgstr "Foutmelding voor bijlage veld"
674
 
675
- #: contact_form.php:916
676
- #: contact_form.php:945
677
  msgid "Error message for the Captcha field"
678
  msgstr "Foutmelding voor captcha"
679
 
680
- #: contact_form.php:917
681
- #: contact_form.php:946
682
  msgid "Error message for the whole form"
683
  msgstr "Foutmelding voor het gehele formulier"
684
 
685
- #: contact_form.php:919
686
- #: contact_form.php:948
687
- #: contact_form.php:967
688
- #: contact_form.php:973
689
  msgid "Use shortcode"
690
  msgstr "Gebruik shortcode"
691
 
692
- #: contact_form.php:919
693
- #: contact_form.php:948
694
- #: contact_form.php:967
695
- #: contact_form.php:973
696
  msgid "for this language"
697
  msgstr "voor deze taal"
698
 
699
- #: contact_form.php:955
700
  msgid "Action after email is sent"
701
  msgstr "Actie na het verzenden van de email"
702
 
703
- #: contact_form.php:957
704
  msgid "Display text"
705
  msgstr "Toon tekst"
706
 
707
- #: contact_form.php:966
708
- #: contact_form.php:972
709
  msgid "Text"
710
  msgstr "Tekst"
711
 
712
- #: contact_form.php:979
713
  msgid "Redirect to the page"
714
  msgstr "Dooorsturen naar pagina"
715
 
716
- #: contact_form.php:980
717
  msgid "Url"
718
  msgstr "Url"
719
 
720
- #: contact_form.php:985
721
- #: contact_form.php:1160
722
  msgid "Save Changes"
723
  msgstr "Bewaar veranderingen"
724
 
725
- #: contact_form.php:1000
726
  #, fuzzy
727
  msgid "Contact Form Pro | Extra Settings"
728
  msgstr "Contact Form Opties"
729
 
730
- #: contact_form.php:1007
731
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
732
  msgstr ""
733
 
734
- #: contact_form.php:1014
735
  msgid "Errors output"
736
  msgstr ""
737
 
738
- #: contact_form.php:1017
739
  msgid "Display error messages"
740
  msgstr ""
741
 
742
- #: contact_form.php:1018
743
  msgid "Color of the input field errors."
744
  msgstr ""
745
 
746
- #: contact_form.php:1019
747
  #, fuzzy
748
  msgid "Display error messages & color of the input field errors"
749
  msgstr "Foutmelding voor onderwerp veld"
750
 
751
- #: contact_form.php:1024
752
  msgid "Add placeholder to the input blocks"
753
  msgstr ""
754
 
755
- #: contact_form.php:1030
756
  #, fuzzy
757
  msgid "Add tooltips"
758
  msgstr "Extra opties"
759
 
760
- #: contact_form.php:1044
761
  #, fuzzy
762
  msgid "Email address"
763
  msgstr "Email adres:"
764
 
765
- #: contact_form.php:1049
766
  #, fuzzy
767
  msgid "Phone Number"
768
  msgstr "Telefoonnummer:"
769
 
770
- #: contact_form.php:1063
771
  #, fuzzy
772
  msgid "Attachment"
773
  msgstr "Bijlage:"
774
 
775
- #: contact_form.php:1073
776
  #, fuzzy
777
  msgid "Style options"
778
  msgstr "Extra opties"
779
 
780
- #: contact_form.php:1076
781
  msgid "Text color"
782
  msgstr ""
783
 
784
- #: contact_form.php:1079
785
- #: contact_form.php:1084
786
- #: contact_form.php:1094
787
- #: contact_form.php:1099
788
- #: contact_form.php:1104
789
- #: contact_form.php:1109
790
- #: contact_form.php:1119
791
- #: contact_form.php:1124
792
- #: contact_form.php:1130
793
- #: contact_form.php:1141
794
- #: contact_form.php:1146
795
- #: contact_form.php:1151
796
  msgid "Default"
797
  msgstr ""
798
 
799
- #: contact_form.php:1081
800
  msgid "Label text color"
801
  msgstr ""
802
 
803
- #: contact_form.php:1086
804
  msgid "Placeholder color"
805
  msgstr ""
806
 
807
- #: contact_form.php:1091
808
  msgid "Errors color"
809
  msgstr ""
810
 
811
- #: contact_form.php:1096
812
  msgid "Error text color"
813
  msgstr ""
814
 
815
- #: contact_form.php:1101
816
  msgid "Background color of the input field errors"
817
  msgstr ""
818
 
819
- #: contact_form.php:1106
820
  msgid "Border color of the input field errors"
821
  msgstr ""
822
 
823
- #: contact_form.php:1111
824
  msgid "Placeholder color of the input field errors"
825
  msgstr ""
826
 
827
- #: contact_form.php:1116
828
  #, fuzzy
829
  msgid "Input fields"
830
  msgstr "Toon tekst"
831
 
832
- #: contact_form.php:1121
833
  msgid "Input fields background color"
834
  msgstr ""
835
 
836
- #: contact_form.php:1126
837
  msgid "Text fields color"
838
  msgstr ""
839
 
840
- #: contact_form.php:1128
841
  msgid "Border width in px, numbers only"
842
  msgstr ""
843
 
844
- #: contact_form.php:1132
845
- #: contact_form.php:1153
846
  msgid "Border color"
847
  msgstr ""
848
 
849
- #: contact_form.php:1137
850
  #, fuzzy
851
  msgid "Submit button"
852
  msgstr "Versturen"
853
 
854
- #: contact_form.php:1139
855
  msgid "Width in px, numbers only"
856
  msgstr ""
857
 
858
- #: contact_form.php:1143
859
  msgid "Button color"
860
  msgstr ""
861
 
862
- #: contact_form.php:1148
863
  msgid "Button text color"
864
  msgstr ""
865
 
866
- #: contact_form.php:1164
867
  #, fuzzy
868
  msgid "Contact Form Pro | Preview"
869
  msgstr "Contact Form"
870
 
871
- #: contact_form.php:1167
872
  msgid "Show with errors"
873
  msgstr ""
874
 
875
- #: contact_form.php:1175
876
  #: contact_form.php:1177
 
877
  msgid "Please enter your full name..."
878
  msgstr ""
879
 
880
- #: contact_form.php:1188
881
  #: contact_form.php:1190
 
882
  msgid "Please enter your address..."
883
  msgstr ""
884
 
885
- #: contact_form.php:1199
886
  #: contact_form.php:1201
 
887
  #, fuzzy
888
  msgid "Please enter your email address..."
889
  msgstr "Gebruik dit email adres:"
890
 
891
- #: contact_form.php:1210
892
  #: contact_form.php:1212
 
893
  msgid "Please enter your phone number..."
894
  msgstr ""
895
 
896
- #: contact_form.php:1221
897
  #: contact_form.php:1223
 
898
  msgid "Please enter subject..."
899
  msgstr ""
900
 
901
- #: contact_form.php:1231
902
  #: contact_form.php:1233
 
903
  msgid "Please enter your message..."
904
  msgstr ""
905
 
906
- #: contact_form.php:1244
907
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
908
  msgstr ""
909
 
910
- #: contact_form.php:1397
911
  msgid "You can attach the following file formats"
912
  msgstr "Bestanden van de volgende formaten kunnen worden bijgevoegd"
913
 
914
- #: contact_form.php:1681
915
  msgid "Contact from"
916
  msgstr "Contact van"
917
 
918
- #: contact_form.php:1694
919
  msgid "Email"
920
  msgstr "Email"
921
 
922
- #: contact_form.php:1708
923
  msgid "Site"
924
  msgstr "Website"
925
 
926
- #: contact_form.php:1758
927
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
928
  msgstr "Als u deze MIME ziet, dan ondersteunt uw client geen MIME-Typen!"
929
 
930
- #: contact_form.php:1809
931
  msgid "FAQ"
932
  msgstr "Veel gestelde vragen (FAQ)"
933
 
934
- #: contact_form.php:1810
935
  msgid "Support"
936
  msgstr "Ondersteuning"
937
 
938
- #: contact_form.php:1858
939
  msgid "Are you sure that you want to delete this language data?"
940
  msgstr "Weet u zeker dat u deze taal wilt verwijderen?"
941
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-07-29 17:33+0300\n"
6
+ "PO-Revision-Date: 2013-07-29 17:33+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"
158
  msgstr "Bedankt voor uw bericht."
159
 
160
  #: contact_form.php:242
161
+ #: contact_form.php:1315
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Sorry, uw bericht kon niet worden verstuurd."
164
 
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
+ #: contact_form.php:1004
188
+ #: contact_form.php:1801
189
+ #: contact_form.php:1810
190
  msgid "Settings"
191
  msgstr "Instellingen"
192
 
270
  msgstr "Contact Form Opties"
271
 
272
  #: contact_form.php:373
273
+ #: contact_form.php:1010
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "Contact Form"
277
 
278
  #: contact_form.php:412
279
+ #: contact_form.php:899
280
+ #: contact_form.php:928
281
  msgid "Name:"
282
  msgstr "Naam:"
283
 
284
  #: contact_form.php:413
285
+ #: contact_form.php:900
286
+ #: contact_form.php:929
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "Email adres:"
290
 
291
  #: contact_form.php:414
292
+ #: contact_form.php:901
293
+ #: contact_form.php:930
294
  msgid "Email Address:"
295
  msgstr "Email adres:"
296
 
297
  #: contact_form.php:415
298
+ #: contact_form.php:902
299
+ #: contact_form.php:931
300
  msgid "Phone number:"
301
  msgstr "Telefoonnummer:"
302
 
303
  #: contact_form.php:416
304
+ #: contact_form.php:903
305
+ #: contact_form.php:932
306
  msgid "Subject:"
307
  msgstr "Onderwerp:"
308
 
309
  #: contact_form.php:417
310
+ #: contact_form.php:904
311
+ #: contact_form.php:933
312
  msgid "Message:"
313
  msgstr "Bericht:"
314
 
315
  #: contact_form.php:418
316
+ #: contact_form.php:905
317
+ #: contact_form.php:934
318
  msgid "Attachment:"
319
  msgstr "Bijlage:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
+ #: contact_form.php:906
324
+ #: contact_form.php:935
325
  msgid "Send me a copy"
326
  msgstr "Kopie aan mij sturen"
327
 
328
  #: contact_form.php:420
329
+ #: contact_form.php:907
330
+ #: contact_form.php:936
331
  msgid "Submit"
332
  msgstr "Versturen"
333
 
406
  msgstr "Instellingen opgeslagen."
407
 
408
  #: contact_form.php:755
409
+ #: contact_form.php:1005
410
  #, fuzzy
411
  msgid "Extra settings"
412
  msgstr "Instellingen"
413
 
414
  #: contact_form.php:760
415
+ #: contact_form.php:1261
416
  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:"
417
  msgstr "Als je een Contact Form aan je website wil toevoegen, kopieer dan deze code in je bericht, op je pagina of widget:"
418
 
419
+ #: contact_form.php:760
420
+ #: contact_form.php:761
421
+ #: contact_form.php:921
422
+ #: contact_form.php:969
423
+ msgid "or"
424
+ msgstr ""
425
+
426
  #: contact_form.php:761
427
+ msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
428
+ msgstr ""
429
+
430
+ #: contact_form.php:762
431
+ msgid "They work the same way."
432
+ msgstr ""
433
+
434
+ #: contact_form.php:763
435
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
436
  msgstr "Als onderstaande velden leeg blijven, zal het bericht gestuurd worden aan het adres dat is gespecificeerd tijdens de registratie."
437
 
438
+ #: contact_form.php:767
439
  msgid "The user's email address:"
440
  msgstr "Gebruik het email adres van de Wordpress gebruiker:"
441
 
442
+ #: contact_form.php:771
443
  msgid "Create a username"
444
  msgstr "Kies gebruikersnaam"
445
 
446
+ #: contact_form.php:776
447
  msgid "Enter a username of the person who should get the messages from the contact form."
448
  msgstr "Voer de naam in van de gebruiker die berichten van dit contact formulier moet ontvangen."
449
 
450
+ #: contact_form.php:780
451
  msgid "Use this email address:"
452
  msgstr "Gebruik dit email adres:"
453
 
454
+ #: contact_form.php:783
455
  msgid "Enter the email address you want the messages forwarded to."
456
  msgstr "Geef een email adres op waar de berichten naar verstuurd moeten worden."
457
 
458
+ #: contact_form.php:787
459
  msgid "Additional options"
460
  msgstr "Extra opties"
461
 
462
+ #: contact_form.php:790
463
  msgid "What to use?"
464
  msgstr "Voor welk gebruik?"
465
 
466
+ #: contact_form.php:793
467
  msgid "Wp-mail"
468
  msgstr "Wp-mail"
469
 
470
+ #: contact_form.php:794
471
  msgid "You can use the wp_mail function for mailing"
472
  msgstr "Om emails te verzenden kunt u the wordpress wp-mail functie gebruiken"
473
 
474
+ #: contact_form.php:800
475
  msgid "Mail"
476
  msgstr "Mail"
477
 
478
+ #: contact_form.php:801
479
  msgid "To send mail you can use the php mail function"
480
  msgstr "Om emails te verzenden kunt e de php mail functie gebruiken"
481
 
482
+ #: contact_form.php:805
483
  msgid "Change text of the 'FROM' field"
484
  msgstr "Verander de tekst voor 'VAN' veld van het email adres"
485
 
486
+ #: contact_form.php:811
487
  msgid "Enter the email address in the 'From' field"
488
  msgstr "Kies het email adres voor 'Van' veld voor het versturen van de mail"
489
 
490
+ #: contact_form.php:813
491
  msgid "User email"
492
  msgstr ""
493
 
494
+ #: contact_form.php:813
495
  #, fuzzy
496
  msgid "The email address of the user who fills the form will be used in the field 'From'."
497
  msgstr "In het veld 'Van' in de email zal het email adres van degene die het formulier invult gebruikt worden."
498
 
499
+ #: contact_form.php:815
500
  msgid "This email address will be used in the 'From' field."
501
  msgstr "In het veld 'Van' dit email adres zal worden gebruikt."
502
 
503
+ #: contact_form.php:819
504
  #, fuzzy
505
  msgid "Display fields"
506
  msgstr "Toon tekst"
507
 
508
+ #: contact_form.php:821
509
+ #: contact_form.php:851
510
+ #: contact_form.php:1041
511
+ #: contact_form.php:1693
512
  #, fuzzy
513
  msgid "Address"
514
  msgstr "Email adres:"
515
 
516
+ #: contact_form.php:822
517
+ #: contact_form.php:853
518
+ #: contact_form.php:1701
519
  msgid "Phone"
520
  msgstr "Telefoonnummer"
521
 
522
+ #: contact_form.php:823
523
  #, fuzzy
524
  msgid "Attachment block"
525
  msgstr "Toon de bijlage knop"
526
 
527
+ #: contact_form.php:823
528
  msgid "Users can attach the following file formats"
529
  msgstr "Gebruikers kunnen de volgende bestandtypen toevoegen"
530
 
531
+ #: contact_form.php:824
532
  #, fuzzy
533
  msgid "Tips below the Attachment block"
534
  msgstr "Toon uitleg na Bijlage knop"
535
 
536
+ #: contact_form.php:825
537
  #, fuzzy
538
  msgid "Send me a copy block"
539
  msgstr "Geef 'Kopie aan mij sturen' weer"
540
 
541
+ #: contact_form.php:837
542
+ #: contact_form.php:840
543
+ #: contact_form.php:843
544
+ #: contact_form.php:1070
545
  msgid "Captcha"
546
  msgstr ""
547
 
548
+ #: contact_form.php:837
549
+ #: contact_form.php:840
550
+ #: contact_form.php:843
551
+ #: contact_form.php:1070
552
  msgid "(powered by bestwebsoft.com)"
553
  msgstr ""
554
 
555
+ #: contact_form.php:840
556
  #, fuzzy
557
  msgid "Activate captcha"
558
  msgstr "Geactiveerde plugins"
559
 
560
+ #: contact_form.php:843
561
  #, fuzzy
562
  msgid "Download captcha"
563
  msgstr "Download"
564
 
565
+ #: contact_form.php:848
566
  msgid "Required fields"
567
  msgstr "Verplicht veld"
568
 
569
+ #: contact_form.php:850
570
+ #: contact_form.php:1036
571
+ #: contact_form.php:1688
572
  msgid "Name"
573
  msgstr "Naam"
574
 
575
+ #: contact_form.php:852
576
  #, fuzzy
577
  msgid "Email Address"
578
  msgstr "Email adres:"
579
 
580
+ #: contact_form.php:854
581
+ #: contact_form.php:1056
582
+ #: contact_form.php:1704
583
  msgid "Subject"
584
  msgstr "Onderwerp"
585
 
586
+ #: contact_form.php:855
587
+ #: contact_form.php:1060
588
+ #: contact_form.php:1707
589
  msgid "Message"
590
  msgstr "Bericht"
591
 
592
+ #: contact_form.php:859
593
  #, fuzzy
594
  msgid "Display additional info in the email"
595
  msgstr "Toon aanvullende informatie in de email"
596
 
597
+ #: contact_form.php:864
598
+ #: contact_form.php:1660
599
  msgid "Sent from (ip address)"
600
  msgstr "Verstuurd van (IP-adres)"
601
 
602
+ #: contact_form.php:865
603
+ #: contact_form.php:1665
604
  msgid "Date/Time"
605
  msgstr "Datum/Tijd"
606
 
607
+ #: contact_form.php:866
608
+ #: contact_form.php:1670
609
  msgid "Sent from (referer)"
610
  msgstr "Verstuurd vanaf (referer)"
611
 
612
+ #: contact_form.php:867
613
+ #: contact_form.php:1675
614
  msgid "Using (user agent)"
615
  msgstr "Met (user agent)"
616
 
617
+ #: contact_form.php:871
618
  msgid "Language settings for the field names in the form"
619
  msgstr "Taal instellingen voor velden met een label"
620
 
621
+ #: contact_form.php:880
622
  #, fuzzy
623
  msgid "Add a language"
624
  msgstr "Voeg een taal toe"
625
 
626
+ #: contact_form.php:884
627
  msgid "Change the names of the contact form fields and error messages"
628
  msgstr "Verander de namen van de labels en de foutmeldingen"
629
 
630
+ #: contact_form.php:889
631
+ #: contact_form.php:960
632
  msgid "English"
633
  msgstr "Engels"
634
 
635
+ #: contact_form.php:908
636
+ #: contact_form.php:937
637
  msgid "Error message for the Name field"
638
  msgstr "Foutmelding voor naam veld"
639
 
640
+ #: contact_form.php:909
641
+ #: contact_form.php:938
642
  #, fuzzy
643
  msgid "Error message for the Address field"
644
  msgstr "Foutmelding voor bericht veld"
645
 
646
+ #: contact_form.php:910
647
+ #: contact_form.php:939
648
  msgid "Error message for the Email field"
649
  msgstr "Foutmelding voor email veld"
650
 
651
+ #: contact_form.php:911
652
+ #: contact_form.php:940
653
  msgid "Error message for the Phone field"
654
  msgstr "Foutmelding voor telefoonnummer veld"
655
 
656
+ #: contact_form.php:912
657
+ #: contact_form.php:941
658
  msgid "Error message for the Subject field"
659
  msgstr "Foutmelding voor onderwerp veld"
660
 
661
+ #: contact_form.php:913
662
+ #: contact_form.php:942
663
  msgid "Error message for the Message field"
664
  msgstr "Foutmelding voor bericht veld"
665
 
666
+ #: contact_form.php:914
667
+ #: contact_form.php:943
668
  #, fuzzy
669
  msgid "Error message about the file type for the Attachment field"
670
  msgstr "Foutmelding voor bijlage veld"
671
 
672
+ #: contact_form.php:915
673
+ #: contact_form.php:944
674
  #, fuzzy
675
  msgid "Error message while uploading a file for the Attachment field to the server"
676
  msgstr "Foutmelding voor bijlage veld"
677
 
678
+ #: contact_form.php:916
679
+ #: contact_form.php:945
680
  #, fuzzy
681
  msgid "Error message while moving the file for the Attachment field"
682
  msgstr "Foutmelding voor bijlage veld"
683
 
684
+ #: contact_form.php:917
685
+ #: contact_form.php:946
686
  #, fuzzy
687
  msgid "Error message when file size limit for the Attachment field is exceeded"
688
  msgstr "Foutmelding voor bijlage veld"
689
 
690
+ #: contact_form.php:918
691
+ #: contact_form.php:947
692
  msgid "Error message for the Captcha field"
693
  msgstr "Foutmelding voor captcha"
694
 
695
+ #: contact_form.php:919
696
+ #: contact_form.php:948
697
  msgid "Error message for the whole form"
698
  msgstr "Foutmelding voor het gehele formulier"
699
 
700
+ #: contact_form.php:921
701
+ #: contact_form.php:950
702
+ #: contact_form.php:969
703
+ #: contact_form.php:975
704
  msgid "Use shortcode"
705
  msgstr "Gebruik shortcode"
706
 
707
+ #: contact_form.php:921
708
+ #: contact_form.php:950
709
+ #: contact_form.php:969
710
+ #: contact_form.php:975
711
  msgid "for this language"
712
  msgstr "voor deze taal"
713
 
714
+ #: contact_form.php:957
715
  msgid "Action after email is sent"
716
  msgstr "Actie na het verzenden van de email"
717
 
718
+ #: contact_form.php:959
719
  msgid "Display text"
720
  msgstr "Toon tekst"
721
 
722
+ #: contact_form.php:968
723
+ #: contact_form.php:974
724
  msgid "Text"
725
  msgstr "Tekst"
726
 
727
+ #: contact_form.php:981
728
  msgid "Redirect to the page"
729
  msgstr "Dooorsturen naar pagina"
730
 
731
+ #: contact_form.php:982
732
  msgid "Url"
733
  msgstr "Url"
734
 
735
+ #: contact_form.php:987
736
+ #: contact_form.php:1162
737
  msgid "Save Changes"
738
  msgstr "Bewaar veranderingen"
739
 
740
+ #: contact_form.php:1002
741
  #, fuzzy
742
  msgid "Contact Form Pro | Extra Settings"
743
  msgstr "Contact Form Opties"
744
 
745
+ #: contact_form.php:1009
746
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
747
  msgstr ""
748
 
749
+ #: contact_form.php:1016
750
  msgid "Errors output"
751
  msgstr ""
752
 
753
+ #: contact_form.php:1019
754
  msgid "Display error messages"
755
  msgstr ""
756
 
757
+ #: contact_form.php:1020
758
  msgid "Color of the input field errors."
759
  msgstr ""
760
 
761
+ #: contact_form.php:1021
762
  #, fuzzy
763
  msgid "Display error messages & color of the input field errors"
764
  msgstr "Foutmelding voor onderwerp veld"
765
 
766
+ #: contact_form.php:1026
767
  msgid "Add placeholder to the input blocks"
768
  msgstr ""
769
 
770
+ #: contact_form.php:1032
771
  #, fuzzy
772
  msgid "Add tooltips"
773
  msgstr "Extra opties"
774
 
775
+ #: contact_form.php:1046
776
  #, fuzzy
777
  msgid "Email address"
778
  msgstr "Email adres:"
779
 
780
+ #: contact_form.php:1051
781
  #, fuzzy
782
  msgid "Phone Number"
783
  msgstr "Telefoonnummer:"
784
 
785
+ #: contact_form.php:1065
786
  #, fuzzy
787
  msgid "Attachment"
788
  msgstr "Bijlage:"
789
 
790
+ #: contact_form.php:1075
791
  #, fuzzy
792
  msgid "Style options"
793
  msgstr "Extra opties"
794
 
795
+ #: contact_form.php:1078
796
  msgid "Text color"
797
  msgstr ""
798
 
799
+ #: contact_form.php:1081
800
+ #: contact_form.php:1086
801
+ #: contact_form.php:1096
802
+ #: contact_form.php:1101
803
+ #: contact_form.php:1106
804
+ #: contact_form.php:1111
805
+ #: contact_form.php:1121
806
+ #: contact_form.php:1126
807
+ #: contact_form.php:1132
808
+ #: contact_form.php:1143
809
+ #: contact_form.php:1148
810
+ #: contact_form.php:1153
811
  msgid "Default"
812
  msgstr ""
813
 
814
+ #: contact_form.php:1083
815
  msgid "Label text color"
816
  msgstr ""
817
 
818
+ #: contact_form.php:1088
819
  msgid "Placeholder color"
820
  msgstr ""
821
 
822
+ #: contact_form.php:1093
823
  msgid "Errors color"
824
  msgstr ""
825
 
826
+ #: contact_form.php:1098
827
  msgid "Error text color"
828
  msgstr ""
829
 
830
+ #: contact_form.php:1103
831
  msgid "Background color of the input field errors"
832
  msgstr ""
833
 
834
+ #: contact_form.php:1108
835
  msgid "Border color of the input field errors"
836
  msgstr ""
837
 
838
+ #: contact_form.php:1113
839
  msgid "Placeholder color of the input field errors"
840
  msgstr ""
841
 
842
+ #: contact_form.php:1118
843
  #, fuzzy
844
  msgid "Input fields"
845
  msgstr "Toon tekst"
846
 
847
+ #: contact_form.php:1123
848
  msgid "Input fields background color"
849
  msgstr ""
850
 
851
+ #: contact_form.php:1128
852
  msgid "Text fields color"
853
  msgstr ""
854
 
855
+ #: contact_form.php:1130
856
  msgid "Border width in px, numbers only"
857
  msgstr ""
858
 
859
+ #: contact_form.php:1134
860
+ #: contact_form.php:1155
861
  msgid "Border color"
862
  msgstr ""
863
 
864
+ #: contact_form.php:1139
865
  #, fuzzy
866
  msgid "Submit button"
867
  msgstr "Versturen"
868
 
869
+ #: contact_form.php:1141
870
  msgid "Width in px, numbers only"
871
  msgstr ""
872
 
873
+ #: contact_form.php:1145
874
  msgid "Button color"
875
  msgstr ""
876
 
877
+ #: contact_form.php:1150
878
  msgid "Button text color"
879
  msgstr ""
880
 
881
+ #: contact_form.php:1166
882
  #, fuzzy
883
  msgid "Contact Form Pro | Preview"
884
  msgstr "Contact Form"
885
 
886
+ #: contact_form.php:1169
887
  msgid "Show with errors"
888
  msgstr ""
889
 
 
890
  #: contact_form.php:1177
891
+ #: contact_form.php:1179
892
  msgid "Please enter your full name..."
893
  msgstr ""
894
 
 
895
  #: contact_form.php:1190
896
+ #: contact_form.php:1192
897
  msgid "Please enter your address..."
898
  msgstr ""
899
 
 
900
  #: contact_form.php:1201
901
+ #: contact_form.php:1203
902
  #, fuzzy
903
  msgid "Please enter your email address..."
904
  msgstr "Gebruik dit email adres:"
905
 
 
906
  #: contact_form.php:1212
907
+ #: contact_form.php:1214
908
  msgid "Please enter your phone number..."
909
  msgstr ""
910
 
 
911
  #: contact_form.php:1223
912
+ #: contact_form.php:1225
913
  msgid "Please enter subject..."
914
  msgstr ""
915
 
 
916
  #: contact_form.php:1233
917
+ #: contact_form.php:1235
918
  msgid "Please enter your message..."
919
  msgstr ""
920
 
921
+ #: contact_form.php:1246
922
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
923
  msgstr ""
924
 
925
+ #: contact_form.php:1399
926
  msgid "You can attach the following file formats"
927
  msgstr "Bestanden van de volgende formaten kunnen worden bijgevoegd"
928
 
929
+ #: contact_form.php:1683
930
  msgid "Contact from"
931
  msgstr "Contact van"
932
 
933
+ #: contact_form.php:1696
934
  msgid "Email"
935
  msgstr "Email"
936
 
937
+ #: contact_form.php:1710
938
  msgid "Site"
939
  msgstr "Website"
940
 
941
+ #: contact_form.php:1760
942
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
943
  msgstr "Als u deze MIME ziet, dan ondersteunt uw client geen MIME-Typen!"
944
 
945
+ #: contact_form.php:1811
946
  msgid "FAQ"
947
  msgstr "Veel gestelde vragen (FAQ)"
948
 
949
+ #: contact_form.php:1812
950
  msgid "Support"
951
  msgstr "Ondersteuning"
952
 
953
+ #: contact_form.php:1860
954
  msgid "Are you sure that you want to delete this language data?"
955
  msgstr "Weet u zeker dat u deze taal wilt verwijderen?"
956
 
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-07-22 16:57+0300\n"
6
- "PO-Revision-Date: 2013-07-22 16:57+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -165,7 +165,7 @@ msgstr "Dziękujemy za wiadomość."
165
 
166
  # @ contact_form
167
  #: contact_form.php:242
168
- #: contact_form.php:1313
169
  msgid "Sorry, email message could not be delivered."
170
  msgstr "Niestety, ten e-mail nie mógł zostać dostarczony."
171
 
@@ -195,9 +195,9 @@ msgstr "Czytaj więcej"
195
  #: contact_form.php:255
196
  #: contact_form.php:281
197
  #: contact_form.php:754
198
- #: contact_form.php:1002
199
- #: contact_form.php:1799
200
- #: contact_form.php:1808
201
  msgid "Settings"
202
  msgstr "Ustawienia"
203
 
@@ -295,72 +295,72 @@ msgstr "Opcje Contact Form"
295
 
296
  # @ contact_form
297
  #: contact_form.php:373
298
- #: contact_form.php:1008
299
  #, fuzzy
300
  msgid "Contact Form Pro"
301
  msgstr "Contact Form"
302
 
303
  # @ contact_form
304
  #: contact_form.php:412
305
- #: contact_form.php:897
306
- #: contact_form.php:926
307
  msgid "Name:"
308
  msgstr "Imię:"
309
 
310
  # @ contact_form
311
  #: contact_form.php:413
312
- #: contact_form.php:898
313
- #: contact_form.php:927
314
  #, fuzzy
315
  msgid "Address:"
316
  msgstr "Adres e-mail"
317
 
318
  # @ contact_form
319
  #: contact_form.php:414
320
- #: contact_form.php:899
321
- #: contact_form.php:928
322
  msgid "Email Address:"
323
  msgstr "Adres e-mail"
324
 
325
  #: contact_form.php:415
326
- #: contact_form.php:900
327
- #: contact_form.php:929
328
  msgid "Phone number:"
329
  msgstr ""
330
 
331
  # @ contact_form
332
  #: contact_form.php:416
333
- #: contact_form.php:901
334
- #: contact_form.php:930
335
  msgid "Subject:"
336
  msgstr "Temat:"
337
 
338
  # @ contact_form
339
  #: contact_form.php:417
340
- #: contact_form.php:902
341
- #: contact_form.php:931
342
  msgid "Message:"
343
  msgstr "Treść wiadomości:"
344
 
345
  # @ contact_form
346
  #: contact_form.php:418
347
- #: contact_form.php:903
348
- #: contact_form.php:932
349
  msgid "Attachment:"
350
  msgstr "Załączniki:"
351
 
352
  # @ contact_form
353
  #: contact_form.php:419
354
  #: contact_form.php:474
355
- #: contact_form.php:904
356
- #: contact_form.php:933
357
  msgid "Send me a copy"
358
  msgstr "Wyślij mi kopię"
359
 
360
  # @ contact_form
361
  #: contact_form.php:420
362
- #: contact_form.php:905
363
- #: contact_form.php:934
364
  msgid "Submit"
365
  msgstr "Wyślij"
366
 
@@ -454,574 +454,589 @@ msgstr "Opcje zapisano"
454
 
455
  # @ contact_form
456
  #: contact_form.php:755
457
- #: contact_form.php:1003
458
  #, fuzzy
459
  msgid "Extra settings"
460
  msgstr "Ustawienia"
461
 
462
  # @ contact_form
463
  #: contact_form.php:760
464
- #: contact_form.php:1259
465
  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:"
466
  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:"
467
 
468
- # @ contact_form
469
  #: contact_form.php:761
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
470
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
471
  msgstr "Jeśli poniższe pola zostaną puste, wiadomość zostanie wysłana na adres podany podczas rejestracji."
472
 
473
  # @ contact_form
474
- #: contact_form.php:765
475
  msgid "The user's email address:"
476
  msgstr "Użyj adresu e-mail użytkownika:"
477
 
478
  # @ contact_form
479
- #: contact_form.php:769
480
  msgid "Create a username"
481
  msgstr "Wybierz użytkownika"
482
 
483
  # @ contact_form
484
- #: contact_form.php:774
485
  msgid "Enter a username of the person who should get the messages from the contact form."
486
  msgstr "Wybierz użytkownika, który będzie dostawał wiadomości z formularza."
487
 
488
  # @ contact_form
489
- #: contact_form.php:778
490
  msgid "Use this email address:"
491
  msgstr "Wybierz ten e-mail:"
492
 
493
  # @ contact_form
494
- #: contact_form.php:781
495
  msgid "Enter the email address you want the messages forwarded to."
496
  msgstr "Ustaw adres e-mail, który będzie używany do odbierania wiadomości."
497
 
498
  # @ contact_form
499
- #: contact_form.php:785
500
  msgid "Additional options"
501
  msgstr "Dodatkowe opcje"
502
 
503
- #: contact_form.php:788
504
  msgid "What to use?"
505
  msgstr ""
506
 
507
  # @ contact_form
508
- #: contact_form.php:791
509
  msgid "Wp-mail"
510
  msgstr "Wp-mail"
511
 
512
- #: contact_form.php:792
513
  msgid "You can use the wp_mail function for mailing"
514
  msgstr ""
515
 
516
  # @ contact_form
517
- #: contact_form.php:798
518
  msgid "Mail"
519
  msgstr "Mail"
520
 
521
- #: contact_form.php:799
522
  msgid "To send mail you can use the php mail function"
523
  msgstr ""
524
 
525
  # @ contact_form
526
- #: contact_form.php:803
527
  #, fuzzy
528
  msgid "Change text of the 'FROM' field"
529
  msgstr "Zmień od pola formularza"
530
 
531
- #: contact_form.php:809
532
  msgid "Enter the email address in the 'From' field"
533
  msgstr ""
534
 
535
- #: contact_form.php:811
536
  msgid "User email"
537
  msgstr ""
538
 
539
- #: contact_form.php:811
540
  msgid "The email address of the user who fills the form will be used in the field 'From'."
541
  msgstr ""
542
 
543
- #: contact_form.php:813
544
  msgid "This email address will be used in the 'From' field."
545
  msgstr ""
546
 
547
  # @ contact_form
548
- #: contact_form.php:817
549
  #, fuzzy
550
  msgid "Display fields"
551
  msgstr "Wyświetlaj blok załączników"
552
 
553
  # @ contact_form
554
- #: contact_form.php:819
555
- #: contact_form.php:849
556
- #: contact_form.php:1039
557
- #: contact_form.php:1691
558
  #, fuzzy
559
  msgid "Address"
560
  msgstr "Adres e-mail"
561
 
562
- #: contact_form.php:820
563
- #: contact_form.php:851
564
- #: contact_form.php:1699
565
  msgid "Phone"
566
  msgstr ""
567
 
568
  # @ contact_form
569
- #: contact_form.php:821
570
  #, fuzzy
571
  msgid "Attachment block"
572
  msgstr "Wyświetlaj blok załączników"
573
 
574
  # @ contact_form
575
- #: contact_form.php:821
576
  msgid "Users can attach the following file formats"
577
  msgstr "Można załączać pliki następujących typów"
578
 
579
  # @ contact_form
580
- #: contact_form.php:822
581
  #, fuzzy
582
  msgid "Tips below the Attachment block"
583
  msgstr "Wyświetlaj blok załączników"
584
 
585
  # @ contact_form
586
- #: contact_form.php:823
587
  #, fuzzy
588
  msgid "Send me a copy block"
589
  msgstr "Wyświetlaj blok wysyłania kopii do nadawcy"
590
 
591
- #: contact_form.php:835
592
- #: contact_form.php:838
593
- #: contact_form.php:841
594
- #: contact_form.php:1068
595
  msgid "Captcha"
596
  msgstr ""
597
 
598
- #: contact_form.php:835
599
- #: contact_form.php:838
600
- #: contact_form.php:841
601
- #: contact_form.php:1068
602
  msgid "(powered by bestwebsoft.com)"
603
  msgstr ""
604
 
605
  # @ contact_form
606
- #: contact_form.php:838
607
  #, fuzzy
608
  msgid "Activate captcha"
609
  msgstr "Aktywne wtyczki"
610
 
611
  # @ contact_form
612
- #: contact_form.php:841
613
  #, fuzzy
614
  msgid "Download captcha"
615
  msgstr "Pobierz"
616
 
617
- #: contact_form.php:846
618
  msgid "Required fields"
619
  msgstr ""
620
 
621
  # @ contact_form
622
- #: contact_form.php:848
623
- #: contact_form.php:1034
624
- #: contact_form.php:1686
625
  msgid "Name"
626
  msgstr "Imię"
627
 
628
  # @ contact_form
629
- #: contact_form.php:850
630
  #, fuzzy
631
  msgid "Email Address"
632
  msgstr "Adres e-mail"
633
 
634
  # @ contact_form
635
- #: contact_form.php:852
636
- #: contact_form.php:1054
637
- #: contact_form.php:1702
638
  msgid "Subject"
639
  msgstr "Temat"
640
 
641
  # @ contact_form
642
- #: contact_form.php:853
643
- #: contact_form.php:1058
644
- #: contact_form.php:1705
645
  msgid "Message"
646
  msgstr "Wiadomość"
647
 
648
- #: contact_form.php:857
649
  msgid "Display additional info in the email"
650
  msgstr ""
651
 
652
  # @ contact_form
653
- #: contact_form.php:862
654
- #: contact_form.php:1658
655
  msgid "Sent from (ip address)"
656
  msgstr "Przysłane z (adres IP)"
657
 
658
  # @ contact_form
659
- #: contact_form.php:863
660
- #: contact_form.php:1663
661
  msgid "Date/Time"
662
  msgstr "Data/czas"
663
 
664
  # @ contact_form
665
- #: contact_form.php:864
666
- #: contact_form.php:1668
667
  msgid "Sent from (referer)"
668
  msgstr "Przekierowane z (referrer)"
669
 
670
  # @ contact_form
671
- #: contact_form.php:865
672
- #: contact_form.php:1673
673
  msgid "Using (user agent)"
674
  msgstr "Klient (program użytkownika)"
675
 
676
- #: contact_form.php:869
677
  msgid "Language settings for the field names in the form"
678
  msgstr ""
679
 
680
- #: contact_form.php:878
681
  msgid "Add a language"
682
  msgstr ""
683
 
684
  # @ contact_form
685
- #: contact_form.php:882
686
  #, fuzzy
687
  msgid "Change the names of the contact form fields and error messages"
688
  msgstr "Zmień etykiety pól formularza"
689
 
690
- #: contact_form.php:887
691
- #: contact_form.php:958
692
  msgid "English"
693
  msgstr ""
694
 
695
- #: contact_form.php:906
696
- #: contact_form.php:935
697
- msgid "Error message for the Name field"
698
- msgstr ""
699
-
700
- #: contact_form.php:907
701
- #: contact_form.php:936
702
- msgid "Error message for the Address field"
703
- msgstr ""
704
-
705
  #: contact_form.php:908
706
  #: contact_form.php:937
707
- msgid "Error message for the Email field"
708
  msgstr ""
709
 
710
  #: contact_form.php:909
711
  #: contact_form.php:938
712
- msgid "Error message for the Phone field"
713
  msgstr ""
714
 
715
  #: contact_form.php:910
716
  #: contact_form.php:939
717
- msgid "Error message for the Subject field"
718
  msgstr ""
719
 
720
  #: contact_form.php:911
721
  #: contact_form.php:940
722
- msgid "Error message for the Message field"
723
  msgstr ""
724
 
725
  #: contact_form.php:912
726
  #: contact_form.php:941
727
- msgid "Error message about the file type for the Attachment field"
728
  msgstr ""
729
 
730
  #: contact_form.php:913
731
  #: contact_form.php:942
732
- msgid "Error message while uploading a file for the Attachment field to the server"
733
  msgstr ""
734
 
735
  #: contact_form.php:914
736
  #: contact_form.php:943
737
- msgid "Error message while moving the file for the Attachment field"
738
  msgstr ""
739
 
740
  #: contact_form.php:915
741
  #: contact_form.php:944
742
- msgid "Error message when file size limit for the Attachment field is exceeded"
743
  msgstr ""
744
 
745
  #: contact_form.php:916
746
  #: contact_form.php:945
747
- msgid "Error message for the Captcha field"
748
  msgstr ""
749
 
750
  #: contact_form.php:917
751
  #: contact_form.php:946
752
- msgid "Error message for the whole form"
 
 
 
 
 
753
  msgstr ""
754
 
755
  #: contact_form.php:919
756
  #: contact_form.php:948
757
- #: contact_form.php:967
758
- #: contact_form.php:973
 
 
 
 
 
759
  msgid "Use shortcode"
760
  msgstr ""
761
 
762
- #: contact_form.php:919
763
- #: contact_form.php:948
764
- #: contact_form.php:967
765
- #: contact_form.php:973
766
  msgid "for this language"
767
  msgstr ""
768
 
769
- #: contact_form.php:955
770
  msgid "Action after email is sent"
771
  msgstr ""
772
 
773
  # @ contact_form
774
- #: contact_form.php:957
775
  #, fuzzy
776
  msgid "Display text"
777
  msgstr "Wyświetlaj blok załączników"
778
 
779
- #: contact_form.php:966
780
- #: contact_form.php:972
781
  msgid "Text"
782
  msgstr ""
783
 
784
- #: contact_form.php:979
785
  msgid "Redirect to the page"
786
  msgstr ""
787
 
788
- #: contact_form.php:980
789
  msgid "Url"
790
  msgstr ""
791
 
792
  # @ default
793
- #: contact_form.php:985
794
- #: contact_form.php:1160
795
  msgid "Save Changes"
796
  msgstr "Zapisz zmiany"
797
 
798
  # @ contact_form
799
- #: contact_form.php:1000
800
  #, fuzzy
801
  msgid "Contact Form Pro | Extra Settings"
802
  msgstr "Opcje Contact Form"
803
 
804
- #: contact_form.php:1007
805
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
806
  msgstr ""
807
 
808
- #: contact_form.php:1014
809
  msgid "Errors output"
810
  msgstr ""
811
 
812
- #: contact_form.php:1017
813
  msgid "Display error messages"
814
  msgstr ""
815
 
816
- #: contact_form.php:1018
817
  msgid "Color of the input field errors."
818
  msgstr ""
819
 
820
- #: contact_form.php:1019
821
  msgid "Display error messages & color of the input field errors"
822
  msgstr ""
823
 
824
- #: contact_form.php:1024
825
  msgid "Add placeholder to the input blocks"
826
  msgstr ""
827
 
828
  # @ contact_form
829
- #: contact_form.php:1030
830
  #, fuzzy
831
  msgid "Add tooltips"
832
  msgstr "Dodatkowe opcje"
833
 
834
  # @ contact_form
835
- #: contact_form.php:1044
836
  #, fuzzy
837
  msgid "Email address"
838
  msgstr "Adres e-mail"
839
 
840
- #: contact_form.php:1049
841
  msgid "Phone Number"
842
  msgstr ""
843
 
844
  # @ contact_form
845
- #: contact_form.php:1063
846
  #, fuzzy
847
  msgid "Attachment"
848
  msgstr "Załączniki:"
849
 
850
  # @ contact_form
851
- #: contact_form.php:1073
852
  #, fuzzy
853
  msgid "Style options"
854
  msgstr "Dodatkowe opcje"
855
 
856
- #: contact_form.php:1076
857
  msgid "Text color"
858
  msgstr ""
859
 
860
- #: contact_form.php:1079
861
- #: contact_form.php:1084
862
- #: contact_form.php:1094
863
- #: contact_form.php:1099
864
- #: contact_form.php:1104
865
- #: contact_form.php:1109
866
- #: contact_form.php:1119
867
- #: contact_form.php:1124
868
- #: contact_form.php:1130
869
- #: contact_form.php:1141
870
- #: contact_form.php:1146
871
- #: contact_form.php:1151
872
  msgid "Default"
873
  msgstr ""
874
 
875
- #: contact_form.php:1081
876
  msgid "Label text color"
877
  msgstr ""
878
 
879
- #: contact_form.php:1086
880
  msgid "Placeholder color"
881
  msgstr ""
882
 
883
- #: contact_form.php:1091
884
  msgid "Errors color"
885
  msgstr ""
886
 
887
- #: contact_form.php:1096
888
  msgid "Error text color"
889
  msgstr ""
890
 
891
- #: contact_form.php:1101
892
  msgid "Background color of the input field errors"
893
  msgstr ""
894
 
895
- #: contact_form.php:1106
896
  msgid "Border color of the input field errors"
897
  msgstr ""
898
 
899
- #: contact_form.php:1111
900
  msgid "Placeholder color of the input field errors"
901
  msgstr ""
902
 
903
  # @ contact_form
904
- #: contact_form.php:1116
905
  #, fuzzy
906
  msgid "Input fields"
907
  msgstr "Wyświetlaj blok załączników"
908
 
909
- #: contact_form.php:1121
910
  msgid "Input fields background color"
911
  msgstr ""
912
 
913
- #: contact_form.php:1126
914
  msgid "Text fields color"
915
  msgstr ""
916
 
917
- #: contact_form.php:1128
918
  msgid "Border width in px, numbers only"
919
  msgstr ""
920
 
921
- #: contact_form.php:1132
922
- #: contact_form.php:1153
923
  msgid "Border color"
924
  msgstr ""
925
 
926
  # @ contact_form
927
- #: contact_form.php:1137
928
  #, fuzzy
929
  msgid "Submit button"
930
  msgstr "Wyślij"
931
 
932
- #: contact_form.php:1139
933
  msgid "Width in px, numbers only"
934
  msgstr ""
935
 
936
- #: contact_form.php:1143
937
  msgid "Button color"
938
  msgstr ""
939
 
940
- #: contact_form.php:1148
941
  msgid "Button text color"
942
  msgstr ""
943
 
944
  # @ contact_form
945
- #: contact_form.php:1164
946
  #, fuzzy
947
  msgid "Contact Form Pro | Preview"
948
  msgstr "Contact Form"
949
 
950
- #: contact_form.php:1167
951
  msgid "Show with errors"
952
  msgstr ""
953
 
954
- #: contact_form.php:1175
955
  #: contact_form.php:1177
 
956
  msgid "Please enter your full name..."
957
  msgstr ""
958
 
959
- #: contact_form.php:1188
960
  #: contact_form.php:1190
 
961
  msgid "Please enter your address..."
962
  msgstr ""
963
 
964
  # @ contact_form
965
- #: contact_form.php:1199
966
  #: contact_form.php:1201
 
967
  #, fuzzy
968
  msgid "Please enter your email address..."
969
  msgstr "Wybierz ten e-mail:"
970
 
971
- #: contact_form.php:1210
972
  #: contact_form.php:1212
 
973
  msgid "Please enter your phone number..."
974
  msgstr ""
975
 
976
- #: contact_form.php:1221
977
  #: contact_form.php:1223
 
978
  msgid "Please enter subject..."
979
  msgstr ""
980
 
981
- #: contact_form.php:1231
982
  #: contact_form.php:1233
 
983
  msgid "Please enter your message..."
984
  msgstr ""
985
 
986
- #: contact_form.php:1244
987
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
988
  msgstr ""
989
 
990
  # @ contact_form
991
- #: contact_form.php:1397
992
  msgid "You can attach the following file formats"
993
  msgstr "Możesz załączać pliki następujących typów"
994
 
995
  # @ contact_form
996
- #: contact_form.php:1681
997
  msgid "Contact from"
998
  msgstr "Kontakt z"
999
 
1000
  # @ contact_form
1001
- #: contact_form.php:1694
1002
  msgid "Email"
1003
  msgstr "E-mail"
1004
 
1005
  # @ contact_form
1006
- #: contact_form.php:1708
1007
  msgid "Site"
1008
  msgstr "Strona www"
1009
 
1010
- #: contact_form.php:1758
1011
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1012
  msgstr ""
1013
 
1014
  # @ contact_form
1015
- #: contact_form.php:1809
1016
  msgid "FAQ"
1017
  msgstr "FAQ"
1018
 
1019
  # @ contact_form
1020
- #: contact_form.php:1810
1021
  msgid "Support"
1022
  msgstr "Wsparcie"
1023
 
1024
- #: contact_form.php:1858
1025
  msgid "Are you sure that you want to delete this language data?"
1026
  msgstr ""
1027
 
2
  msgstr ""
3
  "Project-Id-Version: Contact Form Plugin v3.05\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-07-29 17:33+0300\n"
6
+ "PO-Revision-Date: 2013-07-29 17:33+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
165
 
166
  # @ contact_form
167
  #: contact_form.php:242
168
+ #: contact_form.php:1315
169
  msgid "Sorry, email message could not be delivered."
170
  msgstr "Niestety, ten e-mail nie mógł zostać dostarczony."
171
 
195
  #: contact_form.php:255
196
  #: contact_form.php:281
197
  #: contact_form.php:754
198
+ #: contact_form.php:1004
199
+ #: contact_form.php:1801
200
+ #: contact_form.php:1810
201
  msgid "Settings"
202
  msgstr "Ustawienia"
203
 
295
 
296
  # @ contact_form
297
  #: contact_form.php:373
298
+ #: contact_form.php:1010
299
  #, fuzzy
300
  msgid "Contact Form Pro"
301
  msgstr "Contact Form"
302
 
303
  # @ contact_form
304
  #: contact_form.php:412
305
+ #: contact_form.php:899
306
+ #: contact_form.php:928
307
  msgid "Name:"
308
  msgstr "Imię:"
309
 
310
  # @ contact_form
311
  #: contact_form.php:413
312
+ #: contact_form.php:900
313
+ #: contact_form.php:929
314
  #, fuzzy
315
  msgid "Address:"
316
  msgstr "Adres e-mail"
317
 
318
  # @ contact_form
319
  #: contact_form.php:414
320
+ #: contact_form.php:901
321
+ #: contact_form.php:930
322
  msgid "Email Address:"
323
  msgstr "Adres e-mail"
324
 
325
  #: contact_form.php:415
326
+ #: contact_form.php:902
327
+ #: contact_form.php:931
328
  msgid "Phone number:"
329
  msgstr ""
330
 
331
  # @ contact_form
332
  #: contact_form.php:416
333
+ #: contact_form.php:903
334
+ #: contact_form.php:932
335
  msgid "Subject:"
336
  msgstr "Temat:"
337
 
338
  # @ contact_form
339
  #: contact_form.php:417
340
+ #: contact_form.php:904
341
+ #: contact_form.php:933
342
  msgid "Message:"
343
  msgstr "Treść wiadomości:"
344
 
345
  # @ contact_form
346
  #: contact_form.php:418
347
+ #: contact_form.php:905
348
+ #: contact_form.php:934
349
  msgid "Attachment:"
350
  msgstr "Załączniki:"
351
 
352
  # @ contact_form
353
  #: contact_form.php:419
354
  #: contact_form.php:474
355
+ #: contact_form.php:906
356
+ #: contact_form.php:935
357
  msgid "Send me a copy"
358
  msgstr "Wyślij mi kopię"
359
 
360
  # @ contact_form
361
  #: contact_form.php:420
362
+ #: contact_form.php:907
363
+ #: contact_form.php:936
364
  msgid "Submit"
365
  msgstr "Wyślij"
366
 
454
 
455
  # @ contact_form
456
  #: contact_form.php:755
457
+ #: contact_form.php:1005
458
  #, fuzzy
459
  msgid "Extra settings"
460
  msgstr "Ustawienia"
461
 
462
  # @ contact_form
463
  #: contact_form.php:760
464
+ #: contact_form.php:1261
465
  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:"
466
  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:"
467
 
468
+ #: contact_form.php:760
469
  #: contact_form.php:761
470
+ #: contact_form.php:921
471
+ #: contact_form.php:969
472
+ msgid "or"
473
+ msgstr ""
474
+
475
+ #: contact_form.php:761
476
+ msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
477
+ msgstr ""
478
+
479
+ #: contact_form.php:762
480
+ msgid "They work the same way."
481
+ msgstr ""
482
+
483
+ # @ contact_form
484
+ #: contact_form.php:763
485
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
486
  msgstr "Jeśli poniższe pola zostaną puste, wiadomość zostanie wysłana na adres podany podczas rejestracji."
487
 
488
  # @ contact_form
489
+ #: contact_form.php:767
490
  msgid "The user's email address:"
491
  msgstr "Użyj adresu e-mail użytkownika:"
492
 
493
  # @ contact_form
494
+ #: contact_form.php:771
495
  msgid "Create a username"
496
  msgstr "Wybierz użytkownika"
497
 
498
  # @ contact_form
499
+ #: contact_form.php:776
500
  msgid "Enter a username of the person who should get the messages from the contact form."
501
  msgstr "Wybierz użytkownika, który będzie dostawał wiadomości z formularza."
502
 
503
  # @ contact_form
504
+ #: contact_form.php:780
505
  msgid "Use this email address:"
506
  msgstr "Wybierz ten e-mail:"
507
 
508
  # @ contact_form
509
+ #: contact_form.php:783
510
  msgid "Enter the email address you want the messages forwarded to."
511
  msgstr "Ustaw adres e-mail, który będzie używany do odbierania wiadomości."
512
 
513
  # @ contact_form
514
+ #: contact_form.php:787
515
  msgid "Additional options"
516
  msgstr "Dodatkowe opcje"
517
 
518
+ #: contact_form.php:790
519
  msgid "What to use?"
520
  msgstr ""
521
 
522
  # @ contact_form
523
+ #: contact_form.php:793
524
  msgid "Wp-mail"
525
  msgstr "Wp-mail"
526
 
527
+ #: contact_form.php:794
528
  msgid "You can use the wp_mail function for mailing"
529
  msgstr ""
530
 
531
  # @ contact_form
532
+ #: contact_form.php:800
533
  msgid "Mail"
534
  msgstr "Mail"
535
 
536
+ #: contact_form.php:801
537
  msgid "To send mail you can use the php mail function"
538
  msgstr ""
539
 
540
  # @ contact_form
541
+ #: contact_form.php:805
542
  #, fuzzy
543
  msgid "Change text of the 'FROM' field"
544
  msgstr "Zmień od pola formularza"
545
 
546
+ #: contact_form.php:811
547
  msgid "Enter the email address in the 'From' field"
548
  msgstr ""
549
 
550
+ #: contact_form.php:813
551
  msgid "User email"
552
  msgstr ""
553
 
554
+ #: contact_form.php:813
555
  msgid "The email address of the user who fills the form will be used in the field 'From'."
556
  msgstr ""
557
 
558
+ #: contact_form.php:815
559
  msgid "This email address will be used in the 'From' field."
560
  msgstr ""
561
 
562
  # @ contact_form
563
+ #: contact_form.php:819
564
  #, fuzzy
565
  msgid "Display fields"
566
  msgstr "Wyświetlaj blok załączników"
567
 
568
  # @ contact_form
569
+ #: contact_form.php:821
570
+ #: contact_form.php:851
571
+ #: contact_form.php:1041
572
+ #: contact_form.php:1693
573
  #, fuzzy
574
  msgid "Address"
575
  msgstr "Adres e-mail"
576
 
577
+ #: contact_form.php:822
578
+ #: contact_form.php:853
579
+ #: contact_form.php:1701
580
  msgid "Phone"
581
  msgstr ""
582
 
583
  # @ contact_form
584
+ #: contact_form.php:823
585
  #, fuzzy
586
  msgid "Attachment block"
587
  msgstr "Wyświetlaj blok załączników"
588
 
589
  # @ contact_form
590
+ #: contact_form.php:823
591
  msgid "Users can attach the following file formats"
592
  msgstr "Można załączać pliki następujących typów"
593
 
594
  # @ contact_form
595
+ #: contact_form.php:824
596
  #, fuzzy
597
  msgid "Tips below the Attachment block"
598
  msgstr "Wyświetlaj blok załączników"
599
 
600
  # @ contact_form
601
+ #: contact_form.php:825
602
  #, fuzzy
603
  msgid "Send me a copy block"
604
  msgstr "Wyświetlaj blok wysyłania kopii do nadawcy"
605
 
606
+ #: contact_form.php:837
607
+ #: contact_form.php:840
608
+ #: contact_form.php:843
609
+ #: contact_form.php:1070
610
  msgid "Captcha"
611
  msgstr ""
612
 
613
+ #: contact_form.php:837
614
+ #: contact_form.php:840
615
+ #: contact_form.php:843
616
+ #: contact_form.php:1070
617
  msgid "(powered by bestwebsoft.com)"
618
  msgstr ""
619
 
620
  # @ contact_form
621
+ #: contact_form.php:840
622
  #, fuzzy
623
  msgid "Activate captcha"
624
  msgstr "Aktywne wtyczki"
625
 
626
  # @ contact_form
627
+ #: contact_form.php:843
628
  #, fuzzy
629
  msgid "Download captcha"
630
  msgstr "Pobierz"
631
 
632
+ #: contact_form.php:848
633
  msgid "Required fields"
634
  msgstr ""
635
 
636
  # @ contact_form
637
+ #: contact_form.php:850
638
+ #: contact_form.php:1036
639
+ #: contact_form.php:1688
640
  msgid "Name"
641
  msgstr "Imię"
642
 
643
  # @ contact_form
644
+ #: contact_form.php:852
645
  #, fuzzy
646
  msgid "Email Address"
647
  msgstr "Adres e-mail"
648
 
649
  # @ contact_form
650
+ #: contact_form.php:854
651
+ #: contact_form.php:1056
652
+ #: contact_form.php:1704
653
  msgid "Subject"
654
  msgstr "Temat"
655
 
656
  # @ contact_form
657
+ #: contact_form.php:855
658
+ #: contact_form.php:1060
659
+ #: contact_form.php:1707
660
  msgid "Message"
661
  msgstr "Wiadomość"
662
 
663
+ #: contact_form.php:859
664
  msgid "Display additional info in the email"
665
  msgstr ""
666
 
667
  # @ contact_form
668
+ #: contact_form.php:864
669
+ #: contact_form.php:1660
670
  msgid "Sent from (ip address)"
671
  msgstr "Przysłane z (adres IP)"
672
 
673
  # @ contact_form
674
+ #: contact_form.php:865
675
+ #: contact_form.php:1665
676
  msgid "Date/Time"
677
  msgstr "Data/czas"
678
 
679
  # @ contact_form
680
+ #: contact_form.php:866
681
+ #: contact_form.php:1670
682
  msgid "Sent from (referer)"
683
  msgstr "Przekierowane z (referrer)"
684
 
685
  # @ contact_form
686
+ #: contact_form.php:867
687
+ #: contact_form.php:1675
688
  msgid "Using (user agent)"
689
  msgstr "Klient (program użytkownika)"
690
 
691
+ #: contact_form.php:871
692
  msgid "Language settings for the field names in the form"
693
  msgstr ""
694
 
695
+ #: contact_form.php:880
696
  msgid "Add a language"
697
  msgstr ""
698
 
699
  # @ contact_form
700
+ #: contact_form.php:884
701
  #, fuzzy
702
  msgid "Change the names of the contact form fields and error messages"
703
  msgstr "Zmień etykiety pól formularza"
704
 
705
+ #: contact_form.php:889
706
+ #: contact_form.php:960
707
  msgid "English"
708
  msgstr ""
709
 
 
 
 
 
 
 
 
 
 
 
710
  #: contact_form.php:908
711
  #: contact_form.php:937
712
+ msgid "Error message for the Name field"
713
  msgstr ""
714
 
715
  #: contact_form.php:909
716
  #: contact_form.php:938
717
+ msgid "Error message for the Address field"
718
  msgstr ""
719
 
720
  #: contact_form.php:910
721
  #: contact_form.php:939
722
+ msgid "Error message for the Email field"
723
  msgstr ""
724
 
725
  #: contact_form.php:911
726
  #: contact_form.php:940
727
+ msgid "Error message for the Phone field"
728
  msgstr ""
729
 
730
  #: contact_form.php:912
731
  #: contact_form.php:941
732
+ msgid "Error message for the Subject field"
733
  msgstr ""
734
 
735
  #: contact_form.php:913
736
  #: contact_form.php:942
737
+ msgid "Error message for the Message field"
738
  msgstr ""
739
 
740
  #: contact_form.php:914
741
  #: contact_form.php:943
742
+ msgid "Error message about the file type for the Attachment field"
743
  msgstr ""
744
 
745
  #: contact_form.php:915
746
  #: contact_form.php:944
747
+ msgid "Error message while uploading a file for the Attachment field to the server"
748
  msgstr ""
749
 
750
  #: contact_form.php:916
751
  #: contact_form.php:945
752
+ msgid "Error message while moving the file for the Attachment field"
753
  msgstr ""
754
 
755
  #: contact_form.php:917
756
  #: contact_form.php:946
757
+ msgid "Error message when file size limit for the Attachment field is exceeded"
758
+ msgstr ""
759
+
760
+ #: contact_form.php:918
761
+ #: contact_form.php:947
762
+ msgid "Error message for the Captcha field"
763
  msgstr ""
764
 
765
  #: contact_form.php:919
766
  #: contact_form.php:948
767
+ msgid "Error message for the whole form"
768
+ msgstr ""
769
+
770
+ #: contact_form.php:921
771
+ #: contact_form.php:950
772
+ #: contact_form.php:969
773
+ #: contact_form.php:975
774
  msgid "Use shortcode"
775
  msgstr ""
776
 
777
+ #: contact_form.php:921
778
+ #: contact_form.php:950
779
+ #: contact_form.php:969
780
+ #: contact_form.php:975
781
  msgid "for this language"
782
  msgstr ""
783
 
784
+ #: contact_form.php:957
785
  msgid "Action after email is sent"
786
  msgstr ""
787
 
788
  # @ contact_form
789
+ #: contact_form.php:959
790
  #, fuzzy
791
  msgid "Display text"
792
  msgstr "Wyświetlaj blok załączników"
793
 
794
+ #: contact_form.php:968
795
+ #: contact_form.php:974
796
  msgid "Text"
797
  msgstr ""
798
 
799
+ #: contact_form.php:981
800
  msgid "Redirect to the page"
801
  msgstr ""
802
 
803
+ #: contact_form.php:982
804
  msgid "Url"
805
  msgstr ""
806
 
807
  # @ default
808
+ #: contact_form.php:987
809
+ #: contact_form.php:1162
810
  msgid "Save Changes"
811
  msgstr "Zapisz zmiany"
812
 
813
  # @ contact_form
814
+ #: contact_form.php:1002
815
  #, fuzzy
816
  msgid "Contact Form Pro | Extra Settings"
817
  msgstr "Opcje Contact Form"
818
 
819
+ #: contact_form.php:1009
820
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
821
  msgstr ""
822
 
823
+ #: contact_form.php:1016
824
  msgid "Errors output"
825
  msgstr ""
826
 
827
+ #: contact_form.php:1019
828
  msgid "Display error messages"
829
  msgstr ""
830
 
831
+ #: contact_form.php:1020
832
  msgid "Color of the input field errors."
833
  msgstr ""
834
 
835
+ #: contact_form.php:1021
836
  msgid "Display error messages & color of the input field errors"
837
  msgstr ""
838
 
839
+ #: contact_form.php:1026
840
  msgid "Add placeholder to the input blocks"
841
  msgstr ""
842
 
843
  # @ contact_form
844
+ #: contact_form.php:1032
845
  #, fuzzy
846
  msgid "Add tooltips"
847
  msgstr "Dodatkowe opcje"
848
 
849
  # @ contact_form
850
+ #: contact_form.php:1046
851
  #, fuzzy
852
  msgid "Email address"
853
  msgstr "Adres e-mail"
854
 
855
+ #: contact_form.php:1051
856
  msgid "Phone Number"
857
  msgstr ""
858
 
859
  # @ contact_form
860
+ #: contact_form.php:1065
861
  #, fuzzy
862
  msgid "Attachment"
863
  msgstr "Załączniki:"
864
 
865
  # @ contact_form
866
+ #: contact_form.php:1075
867
  #, fuzzy
868
  msgid "Style options"
869
  msgstr "Dodatkowe opcje"
870
 
871
+ #: contact_form.php:1078
872
  msgid "Text color"
873
  msgstr ""
874
 
875
+ #: contact_form.php:1081
876
+ #: contact_form.php:1086
877
+ #: contact_form.php:1096
878
+ #: contact_form.php:1101
879
+ #: contact_form.php:1106
880
+ #: contact_form.php:1111
881
+ #: contact_form.php:1121
882
+ #: contact_form.php:1126
883
+ #: contact_form.php:1132
884
+ #: contact_form.php:1143
885
+ #: contact_form.php:1148
886
+ #: contact_form.php:1153
887
  msgid "Default"
888
  msgstr ""
889
 
890
+ #: contact_form.php:1083
891
  msgid "Label text color"
892
  msgstr ""
893
 
894
+ #: contact_form.php:1088
895
  msgid "Placeholder color"
896
  msgstr ""
897
 
898
+ #: contact_form.php:1093
899
  msgid "Errors color"
900
  msgstr ""
901
 
902
+ #: contact_form.php:1098
903
  msgid "Error text color"
904
  msgstr ""
905
 
906
+ #: contact_form.php:1103
907
  msgid "Background color of the input field errors"
908
  msgstr ""
909
 
910
+ #: contact_form.php:1108
911
  msgid "Border color of the input field errors"
912
  msgstr ""
913
 
914
+ #: contact_form.php:1113
915
  msgid "Placeholder color of the input field errors"
916
  msgstr ""
917
 
918
  # @ contact_form
919
+ #: contact_form.php:1118
920
  #, fuzzy
921
  msgid "Input fields"
922
  msgstr "Wyświetlaj blok załączników"
923
 
924
+ #: contact_form.php:1123
925
  msgid "Input fields background color"
926
  msgstr ""
927
 
928
+ #: contact_form.php:1128
929
  msgid "Text fields color"
930
  msgstr ""
931
 
932
+ #: contact_form.php:1130
933
  msgid "Border width in px, numbers only"
934
  msgstr ""
935
 
936
+ #: contact_form.php:1134
937
+ #: contact_form.php:1155
938
  msgid "Border color"
939
  msgstr ""
940
 
941
  # @ contact_form
942
+ #: contact_form.php:1139
943
  #, fuzzy
944
  msgid "Submit button"
945
  msgstr "Wyślij"
946
 
947
+ #: contact_form.php:1141
948
  msgid "Width in px, numbers only"
949
  msgstr ""
950
 
951
+ #: contact_form.php:1145
952
  msgid "Button color"
953
  msgstr ""
954
 
955
+ #: contact_form.php:1150
956
  msgid "Button text color"
957
  msgstr ""
958
 
959
  # @ contact_form
960
+ #: contact_form.php:1166
961
  #, fuzzy
962
  msgid "Contact Form Pro | Preview"
963
  msgstr "Contact Form"
964
 
965
+ #: contact_form.php:1169
966
  msgid "Show with errors"
967
  msgstr ""
968
 
 
969
  #: contact_form.php:1177
970
+ #: contact_form.php:1179
971
  msgid "Please enter your full name..."
972
  msgstr ""
973
 
 
974
  #: contact_form.php:1190
975
+ #: contact_form.php:1192
976
  msgid "Please enter your address..."
977
  msgstr ""
978
 
979
  # @ contact_form
 
980
  #: contact_form.php:1201
981
+ #: contact_form.php:1203
982
  #, fuzzy
983
  msgid "Please enter your email address..."
984
  msgstr "Wybierz ten e-mail:"
985
 
 
986
  #: contact_form.php:1212
987
+ #: contact_form.php:1214
988
  msgid "Please enter your phone number..."
989
  msgstr ""
990
 
 
991
  #: contact_form.php:1223
992
+ #: contact_form.php:1225
993
  msgid "Please enter subject..."
994
  msgstr ""
995
 
 
996
  #: contact_form.php:1233
997
+ #: contact_form.php:1235
998
  msgid "Please enter your message..."
999
  msgstr ""
1000
 
1001
+ #: contact_form.php:1246
1002
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
1003
  msgstr ""
1004
 
1005
  # @ contact_form
1006
+ #: contact_form.php:1399
1007
  msgid "You can attach the following file formats"
1008
  msgstr "Możesz załączać pliki następujących typów"
1009
 
1010
  # @ contact_form
1011
+ #: contact_form.php:1683
1012
  msgid "Contact from"
1013
  msgstr "Kontakt z"
1014
 
1015
  # @ contact_form
1016
+ #: contact_form.php:1696
1017
  msgid "Email"
1018
  msgstr "E-mail"
1019
 
1020
  # @ contact_form
1021
+ #: contact_form.php:1710
1022
  msgid "Site"
1023
  msgstr "Strona www"
1024
 
1025
+ #: contact_form.php:1760
1026
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1027
  msgstr ""
1028
 
1029
  # @ contact_form
1030
+ #: contact_form.php:1811
1031
  msgid "FAQ"
1032
  msgstr "FAQ"
1033
 
1034
  # @ contact_form
1035
+ #: contact_form.php:1812
1036
  msgid "Support"
1037
  msgstr "Wsparcie"
1038
 
1039
+ #: contact_form.php:1860
1040
  msgid "Are you sure that you want to delete this language data?"
1041
  msgstr ""
1042
 
languages/contact_form-pt_BR.mo CHANGED
Binary file
languages/contact_form-pt_BR.po CHANGED
@@ -2,34 +2,40 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-07-22 16:57+0300\n"
6
- "PO-Revision-Date: 2013-07-22 16:57+0300\n"
7
  "Last-Translator: \n"
8
- "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "Language: de_DE\n"
 
 
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
 
19
  #: contact_form.php:106
20
  msgid "Not set"
21
- msgstr ""
22
 
 
23
  #: contact_form.php:108
24
  #: contact_form.php:112
25
  msgid "On"
26
- msgstr ""
27
 
 
28
  #: contact_form.php:110
29
  #: contact_form.php:114
30
  msgid "Off"
31
- msgstr ""
32
 
 
33
  #: contact_form.php:118
34
  #: contact_form.php:122
35
  #: contact_form.php:126
@@ -37,141 +43,168 @@ msgstr ""
37
  #: contact_form.php:134
38
  #: contact_form.php:160
39
  msgid "N/A"
40
- msgstr ""
41
 
 
42
  #: contact_form.php:132
43
  msgid " Mb"
44
- msgstr ""
45
 
 
46
  #: contact_form.php:136
47
  #: contact_form.php:140
48
  #: contact_form.php:144
49
  #: contact_form.php:155
50
  msgid "Yes"
51
- msgstr ""
52
 
 
53
  #: contact_form.php:138
54
  #: contact_form.php:142
55
  #: contact_form.php:146
56
  #: contact_form.php:157
57
  msgid "No"
58
- msgstr ""
59
 
 
60
  #: contact_form.php:171
61
  msgid "Operating System"
62
- msgstr ""
63
 
 
64
  #: contact_form.php:172
65
  msgid "Server"
66
- msgstr ""
67
 
 
68
  #: contact_form.php:173
69
- #, fuzzy
70
  msgid "Memory usage"
71
- msgstr "Mensagem"
72
 
 
73
  #: contact_form.php:174
74
  msgid "MYSQL Version"
75
- msgstr ""
76
 
 
77
  #: contact_form.php:175
78
  msgid "SQL Mode"
79
- msgstr ""
80
 
 
81
  #: contact_form.php:176
82
  msgid "PHP Version"
83
- msgstr ""
84
 
 
85
  #: contact_form.php:177
86
  msgid "PHP Safe Mode"
87
- msgstr ""
88
 
 
89
  #: contact_form.php:178
90
  msgid "PHP Allow URL fopen"
91
- msgstr ""
92
 
 
93
  #: contact_form.php:179
94
  msgid "PHP Memory Limit"
95
- msgstr ""
96
 
 
97
  #: contact_form.php:180
98
  msgid "PHP Max Upload Size"
99
- msgstr ""
100
 
 
101
  #: contact_form.php:181
102
  msgid "PHP Max Post Size"
103
- msgstr ""
104
 
 
105
  #: contact_form.php:182
106
  msgid "PHP Max Script Execute Time"
107
- msgstr ""
108
 
 
109
  #: contact_form.php:183
110
  msgid "PHP Exif support"
111
- msgstr ""
112
 
 
113
  #: contact_form.php:184
114
  msgid "PHP IPTC support"
115
- msgstr ""
116
 
 
117
  #: contact_form.php:185
118
  msgid "PHP XML support"
119
- msgstr ""
120
 
 
121
  #: contact_form.php:186
122
- #, fuzzy
123
  msgid "Site URL"
124
- msgstr "Site"
125
 
 
126
  #: contact_form.php:187
127
  msgid "Home URL"
128
- msgstr ""
129
 
 
130
  #: contact_form.php:188
131
  msgid "WordPress Version"
132
- msgstr ""
133
 
 
134
  #: contact_form.php:189
135
  msgid "WordPress DB Version"
136
- msgstr ""
137
 
 
138
  #: contact_form.php:190
139
  msgid "Multisite"
140
- msgstr ""
141
 
 
142
  #: contact_form.php:191
143
  msgid "Active Theme"
144
- msgstr ""
145
 
 
146
  #: contact_form.php:206
147
- #, fuzzy
148
  msgid "Please enter a valid email address."
149
- msgstr "Use este email:"
150
 
 
151
  #: contact_form.php:210
152
  msgid "Email with system info is sent to "
153
- msgstr ""
154
 
 
155
  #: contact_form.php:214
156
  #: contact_form.php:434
157
  msgid "Thank you for contacting us."
158
  msgstr "Obrigado por nos contatar"
159
 
 
160
  #: contact_form.php:242
161
  #: contact_form.php:1313
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Desculpe, seu e-mail não pode ser entregue."
164
 
 
165
  #: contact_form.php:250
166
- #, fuzzy
167
  msgid "Pro plugins"
168
- msgstr "BWS Plugins"
169
 
 
170
  #: contact_form.php:253
171
  #: contact_form.php:279
172
  msgid "Activated plugins"
173
  msgstr "Plugins ativados"
174
 
 
175
  #: contact_form.php:255
176
  #: contact_form.php:263
177
  #: contact_form.php:271
@@ -181,6 +214,7 @@ msgstr "Plugins ativados"
181
  msgid "Read more"
182
  msgstr "Leia Mais"
183
 
 
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
@@ -190,134 +224,151 @@ msgstr "Leia Mais"
190
  msgid "Settings"
191
  msgstr "Configurações"
192
 
 
193
  #: contact_form.php:261
194
  #: contact_form.php:287
195
  msgid "Installed plugins"
196
  msgstr "Plugins instalados"
197
 
 
198
  #: contact_form.php:269
199
  #: contact_form.php:295
200
  msgid "Recommended plugins"
201
  msgstr "Plugins recomendados"
202
 
 
203
  #: contact_form.php:271
204
  msgid "Purchase"
205
- msgstr ""
206
 
 
207
  #: contact_form.php:276
208
- #, fuzzy
209
  msgid "Free plugins"
210
- msgstr "Plugins recomendados"
211
 
 
212
  #: contact_form.php:297
213
  msgid "Download"
214
  msgstr "Baixar"
215
 
 
216
  #: contact_form.php:297
217
  #, php-format
218
  msgid "Install %s"
219
  msgstr "Instalar %s"
220
 
 
221
  #: contact_form.php:297
222
  msgid "Install now from wordpress.org"
223
  msgstr "Instale agora do site wordpress.org"
224
 
 
225
  #: contact_form.php:302
226
- #, fuzzy
227
  msgid "If you have any questions, please contact us via"
228
- 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. "
229
 
 
230
  #: contact_form.php:309
231
  msgid "System status"
232
- msgstr ""
233
 
 
234
  #: contact_form.php:313
235
  msgid "Environment"
236
- msgstr ""
237
 
 
238
  #: contact_form.php:324
239
- #, fuzzy
240
  msgid "Active Plugins"
241
- msgstr "Plugins ativados"
242
 
 
243
  #: contact_form.php:335
244
- #, fuzzy
245
  msgid "Inactive Plugins"
246
- msgstr "Plugins ativados"
247
 
 
248
  #: contact_form.php:349
249
- #, fuzzy
250
  msgid "Send to support"
251
- msgstr "Suporte"
252
 
 
253
  #: contact_form.php:356
254
  msgid "Send to custom email &#187;"
255
- msgstr ""
256
 
 
257
  #: contact_form.php:372
258
  #: contact_form.php:750
259
- #, fuzzy
260
  msgid "Contact Form Settings"
261
- msgstr "Opções do formulário de contato"
262
 
 
263
  #: contact_form.php:372
264
  msgid "Contact Form"
265
  msgstr "Formulário de contato"
266
 
 
267
  #: contact_form.php:373
268
- #, fuzzy
269
  msgid "Contact Form Pro Extra Settings"
270
- msgstr "Opções do formulário de contato"
271
 
 
272
  #: contact_form.php:373
273
  #: contact_form.php:1008
274
- #, fuzzy
275
  msgid "Contact Form Pro"
276
- msgstr "Formulário de contato"
277
 
 
278
  #: contact_form.php:412
279
  #: contact_form.php:897
280
  #: contact_form.php:926
281
  msgid "Name:"
282
  msgstr "Nome:"
283
 
 
284
  #: contact_form.php:413
285
  #: contact_form.php:898
286
  #: contact_form.php:927
287
- #, fuzzy
288
  msgid "Address:"
289
- msgstr "Endereço de E-mail:"
290
 
 
291
  #: contact_form.php:414
292
  #: contact_form.php:899
293
  #: contact_form.php:928
294
  msgid "Email Address:"
295
  msgstr "Endereço de E-mail:"
296
 
 
297
  #: contact_form.php:415
298
  #: contact_form.php:900
299
  #: contact_form.php:929
300
  msgid "Phone number:"
301
  msgstr "Número de Telefone:"
302
 
 
303
  #: contact_form.php:416
304
  #: contact_form.php:901
305
  #: contact_form.php:930
306
  msgid "Subject:"
307
  msgstr "Assunto:"
308
 
 
309
  #: contact_form.php:417
310
  #: contact_form.php:902
311
  #: contact_form.php:931
312
  msgid "Message:"
313
  msgstr "Mensagem:"
314
 
 
315
  #: contact_form.php:418
316
  #: contact_form.php:903
317
  #: contact_form.php:932
318
  msgid "Attachment:"
319
  msgstr "Anexo:"
320
 
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
  #: contact_form.php:904
@@ -325,364 +376,417 @@ msgstr "Anexo:"
325
  msgid "Send me a copy"
326
  msgstr "Envie-me uma cópia"
327
 
 
328
  #: contact_form.php:420
329
  #: contact_form.php:905
330
  #: contact_form.php:934
331
  msgid "Submit"
332
  msgstr "Enviar"
333
 
 
334
  #: contact_form.php:421
335
  msgid "Your name is required."
336
  msgstr "Seu nome é obrigatório"
337
 
 
338
  #: contact_form.php:422
339
- #, fuzzy
340
  msgid "Address is required."
341
- msgstr "Um e-mail correto é obrigatório."
342
 
 
343
  #: contact_form.php:423
344
- #, fuzzy
345
  msgid "A valid email address is required."
346
- msgstr "Um e-mail correto é obrigatório."
347
 
 
348
  #: contact_form.php:424
349
  #: contact_form.php:469
350
  #: contact_form.php:472
351
- #, fuzzy
352
  msgid "Phone number is required."
353
- msgstr "Seu nome é obrigatório"
354
 
 
355
  #: contact_form.php:425
356
  #: contact_form.php:468
357
  #: contact_form.php:471
358
  msgid "Subject is required."
359
  msgstr "O Assunto da mensagem é obrigatório."
360
 
 
361
  #: contact_form.php:426
362
  #: contact_form.php:467
363
  #: contact_form.php:470
364
  msgid "Message text is required."
365
  msgstr "O texto da Mensagem é obrigatório."
366
 
 
367
  #: contact_form.php:427
368
  msgid "File format is not valid."
369
  msgstr "Impossível anexar arquivo. "
370
 
 
371
  #: contact_form.php:428
372
  msgid "File upload error."
373
- msgstr ""
374
 
 
375
  #: contact_form.php:429
376
  msgid "The file could not be uploaded."
377
- msgstr ""
378
 
 
379
  #: contact_form.php:430
380
  msgid "This file is too large."
381
- msgstr ""
382
 
 
383
  #: contact_form.php:431
384
  msgid "Please fill out the CAPTCHA."
385
  msgstr "Por favor, complete a resposta da charada ."
386
 
 
387
  #: contact_form.php:432
388
  msgid "Please make corrections below and try again."
389
  msgstr "Por favor, faça as correções abaixo e tente enviar a mensagem novamente."
390
 
 
391
  #: contact_form.php:705
392
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
393
  msgstr "Se a opção 'Redirecionar para a pagina' estiver selecionada, então o campo URL deve ser no seguinte formato"
394
 
 
395
  #: contact_form.php:714
396
  msgid "Such user does not exist. Settings are not saved."
397
  msgstr "Tal usuário não existe. Configurações não foram salvas."
398
 
 
399
  #: contact_form.php:719
400
  #: contact_form.php:725
401
- #, fuzzy
402
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
403
- msgstr "Por favor digite o email corretamente. Configurações não foram salvas."
404
 
 
405
  #: contact_form.php:730
406
- #, fuzzy
407
  msgid "Settings saved."
408
- msgstr "Opções salvas."
409
 
 
410
  #: contact_form.php:755
411
  #: contact_form.php:1003
412
- #, fuzzy
413
  msgid "Extra settings"
414
- msgstr "Configurações"
415
 
 
416
  #: contact_form.php:760
417
  #: contact_form.php:1259
418
  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:"
419
  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:"
420
 
 
421
  #: contact_form.php:761
422
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
423
  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."
424
 
 
425
  #: contact_form.php:765
426
  msgid "The user's email address:"
427
  msgstr "Use o email de um usuário do wordpress:"
428
 
 
429
  #: contact_form.php:769
430
  msgid "Create a username"
431
  msgstr "Selecione o nome do usuário"
432
 
 
433
  #: contact_form.php:774
434
  msgid "Enter a username of the person who should get the messages from the contact form."
435
  msgstr "Determine um nome de usuário que receberá as mensagens enviadas pelo Formulário de Contato."
436
 
 
437
  #: contact_form.php:778
438
  msgid "Use this email address:"
439
  msgstr "Use este email:"
440
 
 
441
  #: contact_form.php:781
442
  msgid "Enter the email address you want the messages forwarded to."
443
  msgstr "Configure um endereço de email que será usado para o recebimento de mensagens."
444
 
 
445
  #: contact_form.php:785
446
  msgid "Additional options"
447
  msgstr "Opções adicionais"
448
 
 
449
  #: contact_form.php:788
450
  msgid "What to use?"
451
  msgstr "O que usar?"
452
 
 
453
  #: contact_form.php:791
454
  msgid "Wp-mail"
455
  msgstr "Wp-mail"
456
 
 
457
  #: contact_form.php:792
458
  msgid "You can use the wp_mail function for mailing"
459
  msgstr "Você pode usar a função wp_mail para enviar emails"
460
 
 
461
  #: contact_form.php:798
462
  msgid "Mail"
463
  msgstr "Mail"
464
 
 
465
  #: contact_form.php:799
466
  msgid "To send mail you can use the php mail function"
467
  msgstr "Para enviar emails você pode usar a função mail() do php"
468
 
 
469
  #: contact_form.php:803
470
- #, fuzzy
471
  msgid "Change text of the 'FROM' field"
472
- msgstr "Mudar de campos do formulário de contato"
473
 
 
474
  #: contact_form.php:809
475
  msgid "Enter the email address in the 'From' field"
476
  msgstr "Entre com o endereço de e-mail no campo 'De'"
477
 
 
478
  #: contact_form.php:811
479
  msgid "User email"
480
- msgstr ""
481
 
 
482
  #: contact_form.php:811
483
  msgid "The email address of the user who fills the form will be used in the field 'From'."
484
  msgstr "O endereço de email do usuário que preencher o formulário será usado no campo 'De'"
485
 
 
486
  #: contact_form.php:813
487
  msgid "This email address will be used in the 'From' field."
488
  msgstr "Este endereço de email será usado no campo 'De'"
489
 
 
490
  #: contact_form.php:817
491
- #, fuzzy
492
  msgid "Display fields"
493
- msgstr "Mostrar opção para anexar arquivos"
494
 
 
495
  #: contact_form.php:819
496
  #: contact_form.php:849
497
  #: contact_form.php:1039
498
  #: contact_form.php:1691
499
- #, fuzzy
500
  msgid "Address"
501
- msgstr "Endereço de E-mail:"
502
 
 
503
  #: contact_form.php:820
504
  #: contact_form.php:851
505
  #: contact_form.php:1699
506
  msgid "Phone"
507
  msgstr "Telefone"
508
 
 
509
  #: contact_form.php:821
510
- #, fuzzy
511
  msgid "Attachment block"
512
- msgstr "Mostrar opção para anexar arquivos"
513
 
 
514
  #: contact_form.php:821
515
  msgid "Users can attach the following file formats"
516
  msgstr "Usuários pode anexar arquivos do seguinte tipo:"
517
 
 
518
  #: contact_form.php:822
519
- #, fuzzy
520
  msgid "Tips below the Attachment block"
521
- msgstr "Mostrar dicas abaixo do bloco de Anexos"
522
 
 
523
  #: contact_form.php:823
524
- #, fuzzy
525
  msgid "Send me a copy block"
526
- msgstr "Mostrar a opção Envie-me um cópia"
527
 
 
528
  #: contact_form.php:835
529
  #: contact_form.php:838
530
  #: contact_form.php:841
531
  #: contact_form.php:1068
532
  msgid "Captcha"
533
- msgstr ""
534
 
 
535
  #: contact_form.php:835
536
  #: contact_form.php:838
537
  #: contact_form.php:841
538
  #: contact_form.php:1068
539
  msgid "(powered by bestwebsoft.com)"
540
- msgstr ""
541
 
 
542
  #: contact_form.php:838
543
- #, fuzzy
544
  msgid "Activate captcha"
545
- msgstr "Plugins ativados"
546
 
 
547
  #: contact_form.php:841
548
- #, fuzzy
549
  msgid "Download captcha"
550
- msgstr "Baixar"
551
 
 
552
  #: contact_form.php:846
553
  msgid "Required fields"
554
  msgstr "Campos obrigatórios"
555
 
 
556
  #: contact_form.php:848
557
  #: contact_form.php:1034
558
  #: contact_form.php:1686
559
  msgid "Name"
560
  msgstr "Nome"
561
 
 
562
  #: contact_form.php:850
563
- #, fuzzy
564
  msgid "Email Address"
565
- msgstr "Endereço de E-mail:"
566
 
 
567
  #: contact_form.php:852
568
  #: contact_form.php:1054
569
  #: contact_form.php:1702
570
  msgid "Subject"
571
  msgstr "Assunto"
572
 
 
573
  #: contact_form.php:853
574
  #: contact_form.php:1058
575
  #: contact_form.php:1705
576
  msgid "Message"
577
  msgstr "Mensagem"
578
 
 
579
  #: contact_form.php:857
580
  msgid "Display additional info in the email"
581
  msgstr "Mostre informações adicionais no email"
582
 
 
583
  #: contact_form.php:862
584
  #: contact_form.php:1658
585
  msgid "Sent from (ip address)"
586
  msgstr "Enviado de (Endereço IP)"
587
 
 
588
  #: contact_form.php:863
589
  #: contact_form.php:1663
590
  msgid "Date/Time"
591
  msgstr "Data / Hora"
592
 
 
593
  #: contact_form.php:864
594
  #: contact_form.php:1668
595
  msgid "Sent from (referer)"
596
  msgstr "Vindo de (origem)"
597
 
 
598
  #: contact_form.php:865
599
  #: contact_form.php:1673
600
  msgid "Using (user agent)"
601
  msgstr "Usando (cliente de email)"
602
 
 
603
  #: contact_form.php:869
604
  msgid "Language settings for the field names in the form"
605
  msgstr "Configurações de idioma para os nomes dos campos no formulário"
606
 
 
607
  #: contact_form.php:878
608
  msgid "Add a language"
609
  msgstr "Adicione um idioma"
610
 
 
611
  #: contact_form.php:882
612
- #, fuzzy
613
  msgid "Change the names of the contact form fields and error messages"
614
- msgstr "Mudar rótulo para os campos no formulário de contato"
615
 
 
616
  #: contact_form.php:887
617
  #: contact_form.php:958
618
  msgid "English"
619
  msgstr "Inglês"
620
 
 
621
  #: contact_form.php:906
622
  #: contact_form.php:935
623
  msgid "Error message for the Name field"
624
  msgstr "Mensagem de erro para o campo Nome"
625
 
 
626
  #: contact_form.php:907
627
  #: contact_form.php:936
628
- #, fuzzy
629
  msgid "Error message for the Address field"
630
- msgstr "Mensagem de erro para o campo Mensagem"
631
 
 
632
  #: contact_form.php:908
633
  #: contact_form.php:937
634
  msgid "Error message for the Email field"
635
  msgstr "Mensagem de erro para o campo Email"
636
 
 
637
  #: contact_form.php:909
638
  #: contact_form.php:938
639
  msgid "Error message for the Phone field"
640
  msgstr "Mensagem de erro para o campo Telefone"
641
 
 
642
  #: contact_form.php:910
643
  #: contact_form.php:939
644
  msgid "Error message for the Subject field"
645
  msgstr "Mensagem de erro para o campo Assunto"
646
 
 
647
  #: contact_form.php:911
648
  #: contact_form.php:940
649
  msgid "Error message for the Message field"
650
  msgstr "Mensagem de erro para o campo Mensagem"
651
 
 
652
  #: contact_form.php:912
653
  #: contact_form.php:941
654
- #, fuzzy
655
  msgid "Error message about the file type for the Attachment field"
656
- msgstr "Mensagem de erro para o campo Anexo"
657
 
 
658
  #: contact_form.php:913
659
  #: contact_form.php:942
660
- #, fuzzy
661
  msgid "Error message while uploading a file for the Attachment field to the server"
662
- msgstr "Mensagem de erro para o campo Anexo"
663
 
 
664
  #: contact_form.php:914
665
  #: contact_form.php:943
666
- #, fuzzy
667
  msgid "Error message while moving the file for the Attachment field"
668
- msgstr "Mensagem de erro para o campo Anexo"
669
 
 
670
  #: contact_form.php:915
671
  #: contact_form.php:944
672
- #, fuzzy
673
  msgid "Error message when file size limit for the Attachment field is exceeded"
674
- msgstr "Mensagem de erro para o campo Anexo"
675
 
 
676
  #: contact_form.php:916
677
  #: contact_form.php:945
678
  msgid "Error message for the Captcha field"
679
  msgstr "Mensagem de erro para o campo Captcha"
680
 
 
681
  #: contact_form.php:917
682
  #: contact_form.php:946
683
  msgid "Error message for the whole form"
684
  msgstr "Mensagem de erro para o formulário inteiro"
685
 
 
686
  #: contact_form.php:919
687
  #: contact_form.php:948
688
  #: contact_form.php:967
@@ -690,6 +794,7 @@ msgstr "Mensagem de erro para o formulário inteiro"
690
  msgid "Use shortcode"
691
  msgstr "Use shortcode (abreviações)"
692
 
 
693
  #: contact_form.php:919
694
  #: contact_form.php:948
695
  #: contact_form.php:967
@@ -697,92 +802,104 @@ msgstr "Use shortcode (abreviações)"
697
  msgid "for this language"
698
  msgstr "para este idioma"
699
 
 
700
  #: contact_form.php:955
701
  msgid "Action after email is sent"
702
  msgstr "Ação após o email ser enviado"
703
 
 
704
  #: contact_form.php:957
705
- #, fuzzy
706
  msgid "Display text"
707
- msgstr "Mostrar opção para anexar arquivos"
708
 
 
709
  #: contact_form.php:966
710
  #: contact_form.php:972
711
  msgid "Text"
712
  msgstr "Texto"
713
 
 
714
  #: contact_form.php:979
715
  msgid "Redirect to the page"
716
  msgstr "Redirecione para a página"
717
 
 
718
  #: contact_form.php:980
719
  msgid "Url"
720
  msgstr "URL"
721
 
 
722
  #: contact_form.php:985
723
  #: contact_form.php:1160
724
  msgid "Save Changes"
725
- msgstr "Salvar mudanças"
726
 
 
727
  #: contact_form.php:1000
728
- #, fuzzy
729
  msgid "Contact Form Pro | Extra Settings"
730
- msgstr "Opções do formulário de contato"
731
 
 
732
  #: contact_form.php:1007
733
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
734
- msgstr ""
735
 
 
736
  #: contact_form.php:1014
737
  msgid "Errors output"
738
- msgstr ""
739
 
 
740
  #: contact_form.php:1017
741
  msgid "Display error messages"
742
- msgstr ""
743
 
 
744
  #: contact_form.php:1018
745
  msgid "Color of the input field errors."
746
- msgstr ""
747
 
 
748
  #: contact_form.php:1019
749
- #, fuzzy
750
  msgid "Display error messages & color of the input field errors"
751
- msgstr "Mensagem de erro para o campo Assunto"
752
 
 
753
  #: contact_form.php:1024
754
  msgid "Add placeholder to the input blocks"
755
- msgstr ""
756
 
 
757
  #: contact_form.php:1030
758
- #, fuzzy
759
  msgid "Add tooltips"
760
- msgstr "Opções adicionais"
761
 
 
762
  #: contact_form.php:1044
763
- #, fuzzy
764
  msgid "Email address"
765
- msgstr "Endereço de E-mail:"
766
 
 
767
  #: contact_form.php:1049
768
- #, fuzzy
769
  msgid "Phone Number"
770
- msgstr "Número de Telefone:"
771
 
 
772
  #: contact_form.php:1063
773
- #, fuzzy
774
  msgid "Attachment"
775
- msgstr "Anexo:"
776
 
 
777
  #: contact_form.php:1073
778
- #, fuzzy
779
  msgid "Style options"
780
- msgstr "Opções adicionais"
781
 
 
782
  #: contact_form.php:1076
783
  msgid "Text color"
784
- msgstr ""
785
 
 
786
  #: contact_form.php:1079
787
  #: contact_form.php:1084
788
  #: contact_form.php:1094
@@ -796,166 +913,177 @@ msgstr ""
796
  #: contact_form.php:1146
797
  #: contact_form.php:1151
798
  msgid "Default"
799
- msgstr ""
800
 
 
801
  #: contact_form.php:1081
802
  msgid "Label text color"
803
- msgstr ""
804
 
 
805
  #: contact_form.php:1086
806
  msgid "Placeholder color"
807
- msgstr ""
808
 
 
809
  #: contact_form.php:1091
810
  msgid "Errors color"
811
- msgstr ""
812
 
 
813
  #: contact_form.php:1096
814
  msgid "Error text color"
815
- msgstr ""
816
 
 
817
  #: contact_form.php:1101
818
  msgid "Background color of the input field errors"
819
- msgstr ""
820
 
 
821
  #: contact_form.php:1106
822
  msgid "Border color of the input field errors"
823
- msgstr ""
824
 
 
825
  #: contact_form.php:1111
826
  msgid "Placeholder color of the input field errors"
827
- msgstr ""
828
 
 
829
  #: contact_form.php:1116
830
- #, fuzzy
831
  msgid "Input fields"
832
- msgstr "Mostrar opção para anexar arquivos"
833
 
 
834
  #: contact_form.php:1121
835
  msgid "Input fields background color"
836
- msgstr ""
837
 
 
838
  #: contact_form.php:1126
839
  msgid "Text fields color"
840
- msgstr ""
841
 
 
842
  #: contact_form.php:1128
843
  msgid "Border width in px, numbers only"
844
- msgstr ""
845
 
 
846
  #: contact_form.php:1132
847
  #: contact_form.php:1153
848
  msgid "Border color"
849
- msgstr ""
850
 
 
851
  #: contact_form.php:1137
852
- #, fuzzy
853
  msgid "Submit button"
854
- msgstr "Enviar"
855
 
 
856
  #: contact_form.php:1139
857
  msgid "Width in px, numbers only"
858
- msgstr ""
859
 
 
860
  #: contact_form.php:1143
861
  msgid "Button color"
862
- msgstr ""
863
 
 
864
  #: contact_form.php:1148
865
  msgid "Button text color"
866
- msgstr ""
867
 
 
868
  #: contact_form.php:1164
869
- #, fuzzy
870
  msgid "Contact Form Pro | Preview"
871
- msgstr "Formulário de contato"
872
 
 
873
  #: contact_form.php:1167
874
  msgid "Show with errors"
875
- msgstr ""
876
 
 
877
  #: contact_form.php:1175
878
  #: contact_form.php:1177
879
  msgid "Please enter your full name..."
880
- msgstr ""
881
 
 
882
  #: contact_form.php:1188
883
  #: contact_form.php:1190
884
  msgid "Please enter your address..."
885
- msgstr ""
886
 
 
887
  #: contact_form.php:1199
888
  #: contact_form.php:1201
889
- #, fuzzy
890
  msgid "Please enter your email address..."
891
- msgstr "Use este email:"
892
 
 
893
  #: contact_form.php:1210
894
  #: contact_form.php:1212
895
  msgid "Please enter your phone number..."
896
- msgstr ""
897
 
 
898
  #: contact_form.php:1221
899
  #: contact_form.php:1223
900
  msgid "Please enter subject..."
901
- msgstr ""
902
 
 
903
  #: contact_form.php:1231
904
  #: contact_form.php:1233
905
  msgid "Please enter your message..."
906
- msgstr ""
907
 
 
908
  #: contact_form.php:1244
909
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
910
- msgstr ""
911
 
 
912
  #: contact_form.php:1397
913
  msgid "You can attach the following file formats"
914
  msgstr "Você pode anexar arquivos do seguinte tipo"
915
 
 
916
  #: contact_form.php:1681
917
  msgid "Contact from"
918
  msgstr "Formulário de Contato"
919
 
 
920
  #: contact_form.php:1694
921
  msgid "Email"
922
  msgstr "E-Mail"
923
 
 
924
  #: contact_form.php:1708
925
  msgid "Site"
926
  msgstr "Site"
927
 
 
928
  #: contact_form.php:1758
929
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
930
  msgstr "Se você consegue ver esta MENSAGEM então seu cliente não aceita tipos MIME! Favor usar um cliente mais atualizado."
931
 
 
932
  #: contact_form.php:1809
933
  msgid "FAQ"
934
  msgstr "Perguntas Frequentes"
935
 
 
936
  #: contact_form.php:1810
937
  msgid "Support"
938
  msgstr "Suporte"
939
 
 
940
  #: contact_form.php:1858
941
  msgid "Are you sure that you want to delete this language data?"
942
  msgstr "Tem certeza que você quer apagar estes dados de idioma?"
943
 
944
- #~ msgid "Contact Form Options"
945
- #~ msgstr "Opções do formulário de contato"
946
- #~ msgid "Display Attachment tips"
947
- #~ msgstr "Mostrar dicas para Anexos"
948
- #~ msgid "Display a phone number field"
949
- #~ msgstr "Mostre o campo número telefônico"
950
- #~ msgid "Please enter a valid email address. Settings are not saved."
951
- #~ msgstr ""
952
- #~ "Por favor digite o email corretamente. Configurações não foram salvas."
953
-
954
- #, fuzzy
955
- #~ msgid "E-Mail Address"
956
- #~ msgstr "Endereço de E-mail:"
957
- #~ msgid "E-Mail Addresse:"
958
- #~ msgstr "Indirizzo e-mail:"
959
- #~ msgid "Install Now"
960
- #~ msgstr "Installa Ora"
961
-
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-07-25 11:08-0300\n"
6
+ "PO-Revision-Date: 2013-07-29 17:37+0300\n"
7
  "Last-Translator: \n"
8
+ "Language-Team: Breno Jacinto, DJIO | Dionizio Bonfim Bach <brenojac@gmail.com, wordpress@djio.com.br>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Generator: Poedit 1.5.7\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
16
  "X-Poedit-Basepath: ..\n"
17
+ "X-Textdomain-Support: yes\n"
18
+ "Language: pt_BR\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ # @ contact_form
22
  #: contact_form.php:106
23
  msgid "Not set"
24
+ msgstr "Não definido"
25
 
26
+ # @ contact_form
27
  #: contact_form.php:108
28
  #: contact_form.php:112
29
  msgid "On"
30
+ msgstr "Ligado"
31
 
32
+ # @ contact_form
33
  #: contact_form.php:110
34
  #: contact_form.php:114
35
  msgid "Off"
36
+ msgstr "Desligado"
37
 
38
+ # @ contact_form
39
  #: contact_form.php:118
40
  #: contact_form.php:122
41
  #: contact_form.php:126
43
  #: contact_form.php:134
44
  #: contact_form.php:160
45
  msgid "N/A"
46
+ msgstr "N/D"
47
 
48
+ # @ contact_form
49
  #: contact_form.php:132
50
  msgid " Mb"
51
+ msgstr " Mb"
52
 
53
+ # @ contact_form
54
  #: contact_form.php:136
55
  #: contact_form.php:140
56
  #: contact_form.php:144
57
  #: contact_form.php:155
58
  msgid "Yes"
59
+ msgstr "Sim"
60
 
61
+ # @ contact_form
62
  #: contact_form.php:138
63
  #: contact_form.php:142
64
  #: contact_form.php:146
65
  #: contact_form.php:157
66
  msgid "No"
67
+ msgstr "Não"
68
 
69
+ # @ contact_form
70
  #: contact_form.php:171
71
  msgid "Operating System"
72
+ msgstr "Sistema Operacional"
73
 
74
+ # @ contact_form
75
  #: contact_form.php:172
76
  msgid "Server"
77
+ msgstr "Servidor"
78
 
79
+ # @ contact_form
80
  #: contact_form.php:173
 
81
  msgid "Memory usage"
82
+ msgstr "Uso de memória"
83
 
84
+ # @ contact_form
85
  #: contact_form.php:174
86
  msgid "MYSQL Version"
87
+ msgstr "Versão do MySQL"
88
 
89
+ # @ contact_form
90
  #: contact_form.php:175
91
  msgid "SQL Mode"
92
+ msgstr "Modo SQL"
93
 
94
+ # @ contact_form
95
  #: contact_form.php:176
96
  msgid "PHP Version"
97
+ msgstr "Versão do PHP"
98
 
99
+ # @ contact_form
100
  #: contact_form.php:177
101
  msgid "PHP Safe Mode"
102
+ msgstr "Modo de Segurança do PHP"
103
 
104
+ # @ contact_form
105
  #: contact_form.php:178
106
  msgid "PHP Allow URL fopen"
107
+ msgstr "Permissão de fopen de URL do PHP"
108
 
109
+ # @ contact_form
110
  #: contact_form.php:179
111
  msgid "PHP Memory Limit"
112
+ msgstr "Limite de Memória do PHP"
113
 
114
+ # @ contact_form
115
  #: contact_form.php:180
116
  msgid "PHP Max Upload Size"
117
+ msgstr "Tamanho Máximo de Upload no PHP"
118
 
119
+ # @ contact_form
120
  #: contact_form.php:181
121
  msgid "PHP Max Post Size"
122
+ msgstr "Tamanho Máximo de Envio do PHP"
123
 
124
+ # @ contact_form
125
  #: contact_form.php:182
126
  msgid "PHP Max Script Execute Time"
127
+ msgstr "Tempo de Execução Máximo do PHP"
128
 
129
+ # @ contact_form
130
  #: contact_form.php:183
131
  msgid "PHP Exif support"
132
+ msgstr "Suporte a Exif no PHP"
133
 
134
+ # @ contact_form
135
  #: contact_form.php:184
136
  msgid "PHP IPTC support"
137
+ msgstr "Suporte da IPTC no PHP"
138
 
139
+ # @ contact_form
140
  #: contact_form.php:185
141
  msgid "PHP XML support"
142
+ msgstr "Suporte a XML no PHP"
143
 
144
+ # @ contact_form
145
  #: contact_form.php:186
 
146
  msgid "Site URL"
147
+ msgstr "URL do Site"
148
 
149
+ # @ contact_form
150
  #: contact_form.php:187
151
  msgid "Home URL"
152
+ msgstr "URL da página inicial"
153
 
154
+ # @ contact_form
155
  #: contact_form.php:188
156
  msgid "WordPress Version"
157
+ msgstr "Versão do WordPress"
158
 
159
+ # @ contact_form
160
  #: contact_form.php:189
161
  msgid "WordPress DB Version"
162
+ msgstr "Versão do DB do WordPress"
163
 
164
+ # @ contact_form
165
  #: contact_form.php:190
166
  msgid "Multisite"
167
+ msgstr "Multisite"
168
 
169
+ # @ contact_form
170
  #: contact_form.php:191
171
  msgid "Active Theme"
172
+ msgstr "Tema Ativo"
173
 
174
+ # @ contact_form
175
  #: contact_form.php:206
 
176
  msgid "Please enter a valid email address."
177
+ msgstr "Digite um endereço de email válido."
178
 
179
+ # @ contact_form
180
  #: contact_form.php:210
181
  msgid "Email with system info is sent to "
182
+ msgstr "Email com informações do sistema é enviado para "
183
 
184
+ # @ contact_form
185
  #: contact_form.php:214
186
  #: contact_form.php:434
187
  msgid "Thank you for contacting us."
188
  msgstr "Obrigado por nos contatar"
189
 
190
+ # @ contact_form
191
  #: contact_form.php:242
192
  #: contact_form.php:1313
193
  msgid "Sorry, email message could not be delivered."
194
  msgstr "Desculpe, seu e-mail não pode ser entregue."
195
 
196
+ # @ contact_form
197
  #: contact_form.php:250
 
198
  msgid "Pro plugins"
199
+ msgstr "Plugins Pro"
200
 
201
+ # @ contact_form
202
  #: contact_form.php:253
203
  #: contact_form.php:279
204
  msgid "Activated plugins"
205
  msgstr "Plugins ativados"
206
 
207
+ # @ contact_form
208
  #: contact_form.php:255
209
  #: contact_form.php:263
210
  #: contact_form.php:271
214
  msgid "Read more"
215
  msgstr "Leia Mais"
216
 
217
+ # @ contact_form
218
  #: contact_form.php:255
219
  #: contact_form.php:281
220
  #: contact_form.php:754
224
  msgid "Settings"
225
  msgstr "Configurações"
226
 
227
+ # @ contact_form
228
  #: contact_form.php:261
229
  #: contact_form.php:287
230
  msgid "Installed plugins"
231
  msgstr "Plugins instalados"
232
 
233
+ # @ contact_form
234
  #: contact_form.php:269
235
  #: contact_form.php:295
236
  msgid "Recommended plugins"
237
  msgstr "Plugins recomendados"
238
 
239
+ # @ contact_form
240
  #: contact_form.php:271
241
  msgid "Purchase"
242
+ msgstr "Compra"
243
 
244
+ # @ contact_form
245
  #: contact_form.php:276
 
246
  msgid "Free plugins"
247
+ msgstr "Plugins Grátis"
248
 
249
+ # @ contact_form
250
  #: contact_form.php:297
251
  msgid "Download"
252
  msgstr "Baixar"
253
 
254
+ # @ default
255
  #: contact_form.php:297
256
  #, php-format
257
  msgid "Install %s"
258
  msgstr "Instalar %s"
259
 
260
+ # @ contact_form
261
  #: contact_form.php:297
262
  msgid "Install now from wordpress.org"
263
  msgstr "Instale agora do site wordpress.org"
264
 
265
+ # @ contact_form
266
  #: contact_form.php:302
 
267
  msgid "If you have any questions, please contact us via"
268
+ msgstr "Se você tiver quaisquer perguntas, por favor entre em contato via"
269
 
270
+ # @ contact_form
271
  #: contact_form.php:309
272
  msgid "System status"
273
+ msgstr "Status do sistema"
274
 
275
+ # @ contact_form
276
  #: contact_form.php:313
277
  msgid "Environment"
278
+ msgstr "Ambiente"
279
 
280
+ # @ contact_form
281
  #: contact_form.php:324
 
282
  msgid "Active Plugins"
283
+ msgstr "Plugins Ativos"
284
 
285
+ # @ contact_form
286
  #: contact_form.php:335
 
287
  msgid "Inactive Plugins"
288
+ msgstr "Plugins Inativos"
289
 
290
+ # @ contact_form
291
  #: contact_form.php:349
 
292
  msgid "Send to support"
293
+ msgstr "Enviar para o suporte"
294
 
295
+ # @ contact_form
296
  #: contact_form.php:356
297
  msgid "Send to custom email &#187;"
298
+ msgstr "Enviar para email personalizado &#187;"
299
 
300
+ # @ contact_form
301
  #: contact_form.php:372
302
  #: contact_form.php:750
 
303
  msgid "Contact Form Settings"
304
+ msgstr "Configurações do Formulário de Contato"
305
 
306
+ # @ contact_form
307
  #: contact_form.php:372
308
  msgid "Contact Form"
309
  msgstr "Formulário de contato"
310
 
311
+ # @ contact_form
312
  #: contact_form.php:373
 
313
  msgid "Contact Form Pro Extra Settings"
314
+ msgstr "Configurações Extras do Formulário de Contato Pro"
315
 
316
+ # @ contact_form
317
  #: contact_form.php:373
318
  #: contact_form.php:1008
 
319
  msgid "Contact Form Pro"
320
+ msgstr "Formulário de Contato Pro"
321
 
322
+ # @ contact_form
323
  #: contact_form.php:412
324
  #: contact_form.php:897
325
  #: contact_form.php:926
326
  msgid "Name:"
327
  msgstr "Nome:"
328
 
329
+ # @ contact_form
330
  #: contact_form.php:413
331
  #: contact_form.php:898
332
  #: contact_form.php:927
 
333
  msgid "Address:"
334
+ msgstr "Endereço:"
335
 
336
+ # @ contact_form
337
  #: contact_form.php:414
338
  #: contact_form.php:899
339
  #: contact_form.php:928
340
  msgid "Email Address:"
341
  msgstr "Endereço de E-mail:"
342
 
343
+ # @ contact_form
344
  #: contact_form.php:415
345
  #: contact_form.php:900
346
  #: contact_form.php:929
347
  msgid "Phone number:"
348
  msgstr "Número de Telefone:"
349
 
350
+ # @ contact_form
351
  #: contact_form.php:416
352
  #: contact_form.php:901
353
  #: contact_form.php:930
354
  msgid "Subject:"
355
  msgstr "Assunto:"
356
 
357
+ # @ contact_form
358
  #: contact_form.php:417
359
  #: contact_form.php:902
360
  #: contact_form.php:931
361
  msgid "Message:"
362
  msgstr "Mensagem:"
363
 
364
+ # @ contact_form
365
  #: contact_form.php:418
366
  #: contact_form.php:903
367
  #: contact_form.php:932
368
  msgid "Attachment:"
369
  msgstr "Anexo:"
370
 
371
+ # @ contact_form
372
  #: contact_form.php:419
373
  #: contact_form.php:474
374
  #: contact_form.php:904
376
  msgid "Send me a copy"
377
  msgstr "Envie-me uma cópia"
378
 
379
+ # @ contact_form
380
  #: contact_form.php:420
381
  #: contact_form.php:905
382
  #: contact_form.php:934
383
  msgid "Submit"
384
  msgstr "Enviar"
385
 
386
+ # @ contact_form
387
  #: contact_form.php:421
388
  msgid "Your name is required."
389
  msgstr "Seu nome é obrigatório"
390
 
391
+ # @ contact_form
392
  #: contact_form.php:422
 
393
  msgid "Address is required."
394
+ msgstr "Endereço é obrigatório."
395
 
396
+ # @ contact_form
397
  #: contact_form.php:423
 
398
  msgid "A valid email address is required."
399
+ msgstr "Um e-mail válido é obrigatório."
400
 
401
+ # @ contact_form
402
  #: contact_form.php:424
403
  #: contact_form.php:469
404
  #: contact_form.php:472
 
405
  msgid "Phone number is required."
406
+ msgstr "Telefone é obrigatório."
407
 
408
+ # @ contact_form
409
  #: contact_form.php:425
410
  #: contact_form.php:468
411
  #: contact_form.php:471
412
  msgid "Subject is required."
413
  msgstr "O Assunto da mensagem é obrigatório."
414
 
415
+ # @ contact_form
416
  #: contact_form.php:426
417
  #: contact_form.php:467
418
  #: contact_form.php:470
419
  msgid "Message text is required."
420
  msgstr "O texto da Mensagem é obrigatório."
421
 
422
+ # @ contact_form
423
  #: contact_form.php:427
424
  msgid "File format is not valid."
425
  msgstr "Impossível anexar arquivo. "
426
 
427
+ # @ contact_form
428
  #: contact_form.php:428
429
  msgid "File upload error."
430
+ msgstr "Erro no upload do arquivo."
431
 
432
+ # @ contact_form
433
  #: contact_form.php:429
434
  msgid "The file could not be uploaded."
435
+ msgstr "O foi possível fazer upload do arquivo."
436
 
437
+ # @ contact_form
438
  #: contact_form.php:430
439
  msgid "This file is too large."
440
+ msgstr "Este arquivo é muito grande."
441
 
442
+ # @ contact_form
443
  #: contact_form.php:431
444
  msgid "Please fill out the CAPTCHA."
445
  msgstr "Por favor, complete a resposta da charada ."
446
 
447
+ # @ contact_form
448
  #: contact_form.php:432
449
  msgid "Please make corrections below and try again."
450
  msgstr "Por favor, faça as correções abaixo e tente enviar a mensagem novamente."
451
 
452
+ # @ contact_form
453
  #: contact_form.php:705
454
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
455
  msgstr "Se a opção 'Redirecionar para a pagina' estiver selecionada, então o campo URL deve ser no seguinte formato"
456
 
457
+ # @ contact_form
458
  #: contact_form.php:714
459
  msgid "Such user does not exist. Settings are not saved."
460
  msgstr "Tal usuário não existe. Configurações não foram salvas."
461
 
462
+ # @ contact_form
463
  #: contact_form.php:719
464
  #: contact_form.php:725
 
465
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
466
+ msgstr "Por favor informe um email válido no campo 'DE'. Configurações não foram salvas."
467
 
468
+ # @ contact_form
469
  #: contact_form.php:730
 
470
  msgid "Settings saved."
471
+ msgstr "As configurações foram salvas."
472
 
473
+ # @ contact_form
474
  #: contact_form.php:755
475
  #: contact_form.php:1003
 
476
  msgid "Extra settings"
477
+ msgstr "Configurações extras"
478
 
479
+ # @ contact_form
480
  #: contact_form.php:760
481
  #: contact_form.php:1259
482
  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:"
483
  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:"
484
 
485
+ # @ contact_form
486
  #: contact_form.php:761
487
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
488
  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."
489
 
490
+ # @ contact_form
491
  #: contact_form.php:765
492
  msgid "The user's email address:"
493
  msgstr "Use o email de um usuário do wordpress:"
494
 
495
+ # @ contact_form
496
  #: contact_form.php:769
497
  msgid "Create a username"
498
  msgstr "Selecione o nome do usuário"
499
 
500
+ # @ contact_form
501
  #: contact_form.php:774
502
  msgid "Enter a username of the person who should get the messages from the contact form."
503
  msgstr "Determine um nome de usuário que receberá as mensagens enviadas pelo Formulário de Contato."
504
 
505
+ # @ contact_form
506
  #: contact_form.php:778
507
  msgid "Use this email address:"
508
  msgstr "Use este email:"
509
 
510
+ # @ contact_form
511
  #: contact_form.php:781
512
  msgid "Enter the email address you want the messages forwarded to."
513
  msgstr "Configure um endereço de email que será usado para o recebimento de mensagens."
514
 
515
+ # @ contact_form
516
  #: contact_form.php:785
517
  msgid "Additional options"
518
  msgstr "Opções adicionais"
519
 
520
+ # @ contact_form
521
  #: contact_form.php:788
522
  msgid "What to use?"
523
  msgstr "O que usar?"
524
 
525
+ # @ mail-send
526
  #: contact_form.php:791
527
  msgid "Wp-mail"
528
  msgstr "Wp-mail"
529
 
530
+ # @ mail_send
531
  #: contact_form.php:792
532
  msgid "You can use the wp_mail function for mailing"
533
  msgstr "Você pode usar a função wp_mail para enviar emails"
534
 
535
+ # @ mail-send
536
  #: contact_form.php:798
537
  msgid "Mail"
538
  msgstr "Mail"
539
 
540
+ # @ mail_send
541
  #: contact_form.php:799
542
  msgid "To send mail you can use the php mail function"
543
  msgstr "Para enviar emails você pode usar a função mail() do php"
544
 
545
+ # @ contact_form
546
  #: contact_form.php:803
 
547
  msgid "Change text of the 'FROM' field"
548
+ msgstr "Mude o texto do campo 'DE'"
549
 
550
+ # @ contact_form
551
  #: contact_form.php:809
552
  msgid "Enter the email address in the 'From' field"
553
  msgstr "Entre com o endereço de e-mail no campo 'De'"
554
 
555
+ # @ contact_form
556
  #: contact_form.php:811
557
  msgid "User email"
558
+ msgstr "Email do usuário"
559
 
560
+ # @ contact_form
561
  #: contact_form.php:811
562
  msgid "The email address of the user who fills the form will be used in the field 'From'."
563
  msgstr "O endereço de email do usuário que preencher o formulário será usado no campo 'De'"
564
 
565
+ # @ contact_form
566
  #: contact_form.php:813
567
  msgid "This email address will be used in the 'From' field."
568
  msgstr "Este endereço de email será usado no campo 'De'"
569
 
570
+ # @ contact_form
571
  #: contact_form.php:817
 
572
  msgid "Display fields"
573
+ msgstr "Mostrar campos"
574
 
575
+ # @ contact_form
576
  #: contact_form.php:819
577
  #: contact_form.php:849
578
  #: contact_form.php:1039
579
  #: contact_form.php:1691
 
580
  msgid "Address"
581
+ msgstr "Endereço"
582
 
583
+ # @ contact_form
584
  #: contact_form.php:820
585
  #: contact_form.php:851
586
  #: contact_form.php:1699
587
  msgid "Phone"
588
  msgstr "Telefone"
589
 
590
+ # @ contact_form
591
  #: contact_form.php:821
 
592
  msgid "Attachment block"
593
+ msgstr "Bloco de anexos"
594
 
595
+ # @ contact_form
596
  #: contact_form.php:821
597
  msgid "Users can attach the following file formats"
598
  msgstr "Usuários pode anexar arquivos do seguinte tipo:"
599
 
600
+ # @ contact_form
601
  #: contact_form.php:822
 
602
  msgid "Tips below the Attachment block"
603
+ msgstr "Dicas abaixo do bloco de Anexos"
604
 
605
+ # @ contact_form
606
  #: contact_form.php:823
 
607
  msgid "Send me a copy block"
608
+ msgstr "Bloco Envie-me um cópia"
609
 
610
+ # @ contact_form
611
  #: contact_form.php:835
612
  #: contact_form.php:838
613
  #: contact_form.php:841
614
  #: contact_form.php:1068
615
  msgid "Captcha"
616
+ msgstr "Captcha"
617
 
618
+ # @ contact_form
619
  #: contact_form.php:835
620
  #: contact_form.php:838
621
  #: contact_form.php:841
622
  #: contact_form.php:1068
623
  msgid "(powered by bestwebsoft.com)"
624
+ msgstr "(produzido por bestwebsoft.com)"
625
 
626
+ # @ contact_form
627
  #: contact_form.php:838
 
628
  msgid "Activate captcha"
629
+ msgstr "Ativar captcha"
630
 
631
+ # @ contact_form
632
  #: contact_form.php:841
 
633
  msgid "Download captcha"
634
+ msgstr "Fazer Download do Captcha"
635
 
636
+ # @ contact_form
637
  #: contact_form.php:846
638
  msgid "Required fields"
639
  msgstr "Campos obrigatórios"
640
 
641
+ # @ contact_form
642
  #: contact_form.php:848
643
  #: contact_form.php:1034
644
  #: contact_form.php:1686
645
  msgid "Name"
646
  msgstr "Nome"
647
 
648
+ # @ contact_form
649
  #: contact_form.php:850
 
650
  msgid "Email Address"
651
+ msgstr "Endereço de email"
652
 
653
+ # @ contact_form
654
  #: contact_form.php:852
655
  #: contact_form.php:1054
656
  #: contact_form.php:1702
657
  msgid "Subject"
658
  msgstr "Assunto"
659
 
660
+ # @ contact_form
661
  #: contact_form.php:853
662
  #: contact_form.php:1058
663
  #: contact_form.php:1705
664
  msgid "Message"
665
  msgstr "Mensagem"
666
 
667
+ # @ contact_form
668
  #: contact_form.php:857
669
  msgid "Display additional info in the email"
670
  msgstr "Mostre informações adicionais no email"
671
 
672
+ # @ contact_form
673
  #: contact_form.php:862
674
  #: contact_form.php:1658
675
  msgid "Sent from (ip address)"
676
  msgstr "Enviado de (Endereço IP)"
677
 
678
+ # @ contact_form
679
  #: contact_form.php:863
680
  #: contact_form.php:1663
681
  msgid "Date/Time"
682
  msgstr "Data / Hora"
683
 
684
+ # @ contact_form
685
  #: contact_form.php:864
686
  #: contact_form.php:1668
687
  msgid "Sent from (referer)"
688
  msgstr "Vindo de (origem)"
689
 
690
+ # @ contact_form
691
  #: contact_form.php:865
692
  #: contact_form.php:1673
693
  msgid "Using (user agent)"
694
  msgstr "Usando (cliente de email)"
695
 
696
+ # @ contact_form
697
  #: contact_form.php:869
698
  msgid "Language settings for the field names in the form"
699
  msgstr "Configurações de idioma para os nomes dos campos no formulário"
700
 
701
+ # @ contact_form
702
  #: contact_form.php:878
703
  msgid "Add a language"
704
  msgstr "Adicione um idioma"
705
 
706
+ # @ contact_form
707
  #: contact_form.php:882
 
708
  msgid "Change the names of the contact form fields and error messages"
709
+ msgstr "Mude os nomes dos campos do formulário de contato e mensagens de erro."
710
 
711
+ # @ contact_form
712
  #: contact_form.php:887
713
  #: contact_form.php:958
714
  msgid "English"
715
  msgstr "Inglês"
716
 
717
+ # @ contact_form
718
  #: contact_form.php:906
719
  #: contact_form.php:935
720
  msgid "Error message for the Name field"
721
  msgstr "Mensagem de erro para o campo Nome"
722
 
723
+ # @ contact_form
724
  #: contact_form.php:907
725
  #: contact_form.php:936
 
726
  msgid "Error message for the Address field"
727
+ msgstr "Mensagem de erro para o campo Endereço"
728
 
729
+ # @ contact_form
730
  #: contact_form.php:908
731
  #: contact_form.php:937
732
  msgid "Error message for the Email field"
733
  msgstr "Mensagem de erro para o campo Email"
734
 
735
+ # @ contact_form
736
  #: contact_form.php:909
737
  #: contact_form.php:938
738
  msgid "Error message for the Phone field"
739
  msgstr "Mensagem de erro para o campo Telefone"
740
 
741
+ # @ contact_form
742
  #: contact_form.php:910
743
  #: contact_form.php:939
744
  msgid "Error message for the Subject field"
745
  msgstr "Mensagem de erro para o campo Assunto"
746
 
747
+ # @ contact_form
748
  #: contact_form.php:911
749
  #: contact_form.php:940
750
  msgid "Error message for the Message field"
751
  msgstr "Mensagem de erro para o campo Mensagem"
752
 
753
+ # @ contact_form
754
  #: contact_form.php:912
755
  #: contact_form.php:941
 
756
  msgid "Error message about the file type for the Attachment field"
757
+ msgstr "Mensagem de erro para o campo Anexo sobre o tipo de arquivo"
758
 
759
+ # @ contact_form
760
  #: contact_form.php:913
761
  #: contact_form.php:942
 
762
  msgid "Error message while uploading a file for the Attachment field to the server"
763
+ msgstr "Mensagem de erro para o campo Anexo quando estiver fazendo upload para o servidor"
764
 
765
+ # @ contact_form
766
  #: contact_form.php:914
767
  #: contact_form.php:943
 
768
  msgid "Error message while moving the file for the Attachment field"
769
+ msgstr "Mensagem de erro para o campo Anexo quando estiver movendo o arquivo"
770
 
771
+ # @ contact_form
772
  #: contact_form.php:915
773
  #: contact_form.php:944
 
774
  msgid "Error message when file size limit for the Attachment field is exceeded"
775
+ msgstr "Mensagem de erro para o campo Anexo quando o tamanho máximo do arquivo for excedido"
776
 
777
+ # @ contact_form
778
  #: contact_form.php:916
779
  #: contact_form.php:945
780
  msgid "Error message for the Captcha field"
781
  msgstr "Mensagem de erro para o campo Captcha"
782
 
783
+ # @ contact_form
784
  #: contact_form.php:917
785
  #: contact_form.php:946
786
  msgid "Error message for the whole form"
787
  msgstr "Mensagem de erro para o formulário inteiro"
788
 
789
+ # @ contact_form
790
  #: contact_form.php:919
791
  #: contact_form.php:948
792
  #: contact_form.php:967
794
  msgid "Use shortcode"
795
  msgstr "Use shortcode (abreviações)"
796
 
797
+ # @ contact_form
798
  #: contact_form.php:919
799
  #: contact_form.php:948
800
  #: contact_form.php:967
802
  msgid "for this language"
803
  msgstr "para este idioma"
804
 
805
+ # @ contact_form
806
  #: contact_form.php:955
807
  msgid "Action after email is sent"
808
  msgstr "Ação após o email ser enviado"
809
 
810
+ # @ contact_form
811
  #: contact_form.php:957
 
812
  msgid "Display text"
813
+ msgstr "Mostrar texto"
814
 
815
+ # @ contact_form
816
  #: contact_form.php:966
817
  #: contact_form.php:972
818
  msgid "Text"
819
  msgstr "Texto"
820
 
821
+ # @ contact_form
822
  #: contact_form.php:979
823
  msgid "Redirect to the page"
824
  msgstr "Redirecione para a página"
825
 
826
+ # @ contact_form
827
  #: contact_form.php:980
828
  msgid "Url"
829
  msgstr "URL"
830
 
831
+ # @ default
832
  #: contact_form.php:985
833
  #: contact_form.php:1160
834
  msgid "Save Changes"
835
+ msgstr "Salvar Mudanças"
836
 
837
+ # @ contact_form
838
  #: contact_form.php:1000
 
839
  msgid "Contact Form Pro | Extra Settings"
840
+ msgstr "Formulário de Contato Pro | Configurações Extras"
841
 
842
+ # @ contact_form
843
  #: contact_form.php:1007
844
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
845
+ msgstr "Esta função está disponível na versão Pro do plugin. Para saber mais detalhes, por favor siga o link"
846
 
847
+ # @ contact_form
848
  #: contact_form.php:1014
849
  msgid "Errors output"
850
+ msgstr "Saída de erros."
851
 
852
+ # @ contact_form
853
  #: contact_form.php:1017
854
  msgid "Display error messages"
855
+ msgstr "Mostrar mensagens de erro"
856
 
857
+ # @ contact_form
858
  #: contact_form.php:1018
859
  msgid "Color of the input field errors."
860
+ msgstr "Cor do erro nos campos de formulário"
861
 
862
+ # @ contact_form
863
  #: contact_form.php:1019
 
864
  msgid "Display error messages & color of the input field errors"
865
+ msgstr "Mostrar mensagens de erro e cores para os campos com erro"
866
 
867
+ # @ contact_form
868
  #: contact_form.php:1024
869
  msgid "Add placeholder to the input blocks"
870
+ msgstr "Adicione reserva de espaço aos blocos de inserção"
871
 
872
+ # @ contact_form
873
  #: contact_form.php:1030
 
874
  msgid "Add tooltips"
875
+ msgstr "Adicionar mensagens de ajuda"
876
 
877
+ # @ contact_form
878
  #: contact_form.php:1044
 
879
  msgid "Email address"
880
+ msgstr "Endereço de email"
881
 
882
+ # @ contact_form
883
  #: contact_form.php:1049
 
884
  msgid "Phone Number"
885
+ msgstr "Telefone"
886
 
887
+ # @ contact_form
888
  #: contact_form.php:1063
 
889
  msgid "Attachment"
890
+ msgstr "Anexo"
891
 
892
+ # @ contact_form
893
  #: contact_form.php:1073
 
894
  msgid "Style options"
895
+ msgstr "Opções de estilo"
896
 
897
+ # @ contact_form
898
  #: contact_form.php:1076
899
  msgid "Text color"
900
+ msgstr "Cor do texto"
901
 
902
+ # @ contact_form
903
  #: contact_form.php:1079
904
  #: contact_form.php:1084
905
  #: contact_form.php:1094
913
  #: contact_form.php:1146
914
  #: contact_form.php:1151
915
  msgid "Default"
916
+ msgstr "Padrão"
917
 
918
+ # @ contact_form
919
  #: contact_form.php:1081
920
  msgid "Label text color"
921
+ msgstr "Cor do texto descritivo"
922
 
923
+ # @ contact_form
924
  #: contact_form.php:1086
925
  msgid "Placeholder color"
926
+ msgstr "Cor da reserva de espaço"
927
 
928
+ # @ contact_form
929
  #: contact_form.php:1091
930
  msgid "Errors color"
931
+ msgstr "Cor dos erros"
932
 
933
+ # @ contact_form
934
  #: contact_form.php:1096
935
  msgid "Error text color"
936
+ msgstr "Cor de texto do erro"
937
 
938
+ # @ contact_form
939
  #: contact_form.php:1101
940
  msgid "Background color of the input field errors"
941
+ msgstr "Cor de fundo do campo de formulário com erros"
942
 
943
+ # @ contact_form
944
  #: contact_form.php:1106
945
  msgid "Border color of the input field errors"
946
+ msgstr "Cor de borda do campo de formulário com erros"
947
 
948
+ # @ contact_form
949
  #: contact_form.php:1111
950
  msgid "Placeholder color of the input field errors"
951
+ msgstr "Cor de reserva de espaço do campo de formulário com erros"
952
 
953
+ # @ contact_form
954
  #: contact_form.php:1116
 
955
  msgid "Input fields"
956
+ msgstr "Campos do folmulário"
957
 
958
+ # @ contact_form
959
  #: contact_form.php:1121
960
  msgid "Input fields background color"
961
+ msgstr "Cor de fundo dos campos de formulário"
962
 
963
+ # @ contact_form
964
  #: contact_form.php:1126
965
  msgid "Text fields color"
966
+ msgstr "Cor dos campos de texto"
967
 
968
+ # @ contact_form
969
  #: contact_form.php:1128
970
  msgid "Border width in px, numbers only"
971
+ msgstr "Largura da borda em px, somente o número"
972
 
973
+ # @ contact_form
974
  #: contact_form.php:1132
975
  #: contact_form.php:1153
976
  msgid "Border color"
977
+ msgstr "Cor da borda"
978
 
979
+ # @ contact_form
980
  #: contact_form.php:1137
 
981
  msgid "Submit button"
982
+ msgstr "Botão de Envio"
983
 
984
+ # @ contact_form
985
  #: contact_form.php:1139
986
  msgid "Width in px, numbers only"
987
+ msgstr "Largura em px, somente o número"
988
 
989
+ # @ contact_form
990
  #: contact_form.php:1143
991
  msgid "Button color"
992
+ msgstr "Cor do botão"
993
 
994
+ # @ contact_form
995
  #: contact_form.php:1148
996
  msgid "Button text color"
997
+ msgstr "Cor do texto do botão"
998
 
999
+ # @ contact_form
1000
  #: contact_form.php:1164
 
1001
  msgid "Contact Form Pro | Preview"
1002
+ msgstr "Formulário de Contato Pro | Prévia"
1003
 
1004
+ # @ contact_form
1005
  #: contact_form.php:1167
1006
  msgid "Show with errors"
1007
+ msgstr "Mostrar com erros"
1008
 
1009
+ # @ contact_form
1010
  #: contact_form.php:1175
1011
  #: contact_form.php:1177
1012
  msgid "Please enter your full name..."
1013
+ msgstr "Informe seu nome completo..."
1014
 
1015
+ # @ contact_form
1016
  #: contact_form.php:1188
1017
  #: contact_form.php:1190
1018
  msgid "Please enter your address..."
1019
+ msgstr "Informe seu endereço…"
1020
 
1021
+ # @ contact_form
1022
  #: contact_form.php:1199
1023
  #: contact_form.php:1201
 
1024
  msgid "Please enter your email address..."
1025
+ msgstr "Informe seu endereço de email"
1026
 
1027
+ # @ contact_form
1028
  #: contact_form.php:1210
1029
  #: contact_form.php:1212
1030
  msgid "Please enter your phone number..."
1031
+ msgstr "Informe seu telefone..."
1032
 
1033
+ # @ contact_form
1034
  #: contact_form.php:1221
1035
  #: contact_form.php:1223
1036
  msgid "Please enter subject..."
1037
+ msgstr "Informe o assunto…"
1038
 
1039
+ # @ contact_form
1040
  #: contact_form.php:1231
1041
  #: contact_form.php:1233
1042
  msgid "Please enter your message..."
1043
+ msgstr "Informe sua mensagem…"
1044
 
1045
+ # @ contact_form
1046
  #: contact_form.php:1244
1047
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
1048
+ msgstr "Tipos de arquivo suportados: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Tamanho máximo do arquivo: 2Mb"
1049
 
1050
+ # @ contact_form
1051
  #: contact_form.php:1397
1052
  msgid "You can attach the following file formats"
1053
  msgstr "Você pode anexar arquivos do seguinte tipo"
1054
 
1055
+ # @ contact_form
1056
  #: contact_form.php:1681
1057
  msgid "Contact from"
1058
  msgstr "Formulário de Contato"
1059
 
1060
+ # @ contact_form
1061
  #: contact_form.php:1694
1062
  msgid "Email"
1063
  msgstr "E-Mail"
1064
 
1065
+ # @ contact_form
1066
  #: contact_form.php:1708
1067
  msgid "Site"
1068
  msgstr "Site"
1069
 
1070
+ # @ contact_form
1071
  #: contact_form.php:1758
1072
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1073
  msgstr "Se você consegue ver esta MENSAGEM então seu cliente não aceita tipos MIME! Favor usar um cliente mais atualizado."
1074
 
1075
+ # @ contact_form
1076
  #: contact_form.php:1809
1077
  msgid "FAQ"
1078
  msgstr "Perguntas Frequentes"
1079
 
1080
+ # @ contact_form
1081
  #: contact_form.php:1810
1082
  msgid "Support"
1083
  msgstr "Suporte"
1084
 
1085
+ # @ contact_form
1086
  #: contact_form.php:1858
1087
  msgid "Are you sure that you want to delete this language data?"
1088
  msgstr "Tem certeza que você quer apagar estes dados de idioma?"
1089
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-07-22 16:57+0300\n"
6
- "PO-Revision-Date: 2013-07-22 16:57+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"
@@ -158,7 +158,7 @@ msgid "Thank you for contacting us."
158
  msgstr "Obrigado por nos contactar"
159
 
160
  #: contact_form.php:242
161
- #: contact_form.php:1313
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Desculpe, seu e-mail não pode ser entregue."
164
 
@@ -184,9 +184,9 @@ msgstr "Leia Mais"
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
- #: contact_form.php:1002
188
- #: contact_form.php:1799
189
- #: contact_form.php:1808
190
  msgid "Settings"
191
  msgstr "Configurações"
192
 
@@ -270,64 +270,64 @@ msgid "Contact Form Pro Extra Settings"
270
  msgstr "Opções do formulário de contato"
271
 
272
  #: contact_form.php:373
273
- #: contact_form.php:1008
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "Formulário de contato"
277
 
278
  #: contact_form.php:412
279
- #: contact_form.php:897
280
- #: contact_form.php:926
281
  msgid "Name:"
282
  msgstr "Nome:"
283
 
284
  #: contact_form.php:413
285
- #: contact_form.php:898
286
- #: contact_form.php:927
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "Endereço de E-mail:"
290
 
291
  #: contact_form.php:414
292
- #: contact_form.php:899
293
- #: contact_form.php:928
294
  msgid "Email Address:"
295
  msgstr "Endereço de E-mail:"
296
 
297
  #: contact_form.php:415
298
- #: contact_form.php:900
299
- #: contact_form.php:929
300
  msgid "Phone number:"
301
  msgstr "Número de Telefone :"
302
 
303
  #: contact_form.php:416
304
- #: contact_form.php:901
305
- #: contact_form.php:930
306
  msgid "Subject:"
307
  msgstr "Assunto:"
308
 
309
  #: contact_form.php:417
310
- #: contact_form.php:902
311
- #: contact_form.php:931
312
  msgid "Message:"
313
  msgstr "Mensagem:"
314
 
315
  #: contact_form.php:418
316
- #: contact_form.php:903
317
- #: contact_form.php:932
318
  msgid "Attachment:"
319
  msgstr "Anexo:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
- #: contact_form.php:904
324
- #: contact_form.php:933
325
  msgid "Send me a copy"
326
  msgstr "Envie-me uma cópia"
327
 
328
  #: contact_form.php:420
329
- #: contact_form.php:905
330
- #: contact_form.php:934
331
  msgid "Submit"
332
  msgstr "Enviar"
333
 
@@ -407,539 +407,554 @@ msgid "Settings saved."
407
  msgstr "Opções guardadas."
408
 
409
  #: contact_form.php:755
410
- #: contact_form.php:1003
411
  #, fuzzy
412
  msgid "Extra settings"
413
  msgstr "Configurações"
414
 
415
  #: contact_form.php:760
416
- #: contact_form.php:1259
417
  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:"
418
  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:"
419
 
 
 
 
 
 
 
 
420
  #: contact_form.php:761
 
 
 
 
 
 
 
 
421
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
422
  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."
423
 
424
- #: contact_form.php:765
425
  msgid "The user's email address:"
426
  msgstr "Use o email de um utilizador do wordpress:"
427
 
428
- #: contact_form.php:769
429
  msgid "Create a username"
430
  msgstr "Selecione o nome do utilizador"
431
 
432
- #: contact_form.php:774
433
  msgid "Enter a username of the person who should get the messages from the contact form."
434
  msgstr "Determine um nome de utilizador que receberá as mensagens enviadas pelo Formulário de Contato."
435
 
436
- #: contact_form.php:778
437
  msgid "Use this email address:"
438
  msgstr "Use este email:"
439
 
440
- #: contact_form.php:781
441
  msgid "Enter the email address you want the messages forwarded to."
442
  msgstr "Configure um endereço de email que será usado para o recebimento de mensagens."
443
 
444
- #: contact_form.php:785
445
  msgid "Additional options"
446
  msgstr "Opções adicionais"
447
 
448
- #: contact_form.php:788
449
  msgid "What to use?"
450
  msgstr "O que usar?"
451
 
452
- #: contact_form.php:791
453
  msgid "Wp-mail"
454
  msgstr "Wp-mail"
455
 
456
- #: contact_form.php:792
457
  msgid "You can use the wp_mail function for mailing"
458
  msgstr "Pode usar a função wp_mail para emailing"
459
 
460
- #: contact_form.php:798
461
  msgid "Mail"
462
  msgstr "Mail"
463
 
464
- #: contact_form.php:799
465
  msgid "To send mail you can use the php mail function"
466
  msgstr "Para o envio de email pode usar a função de email existente no core do php"
467
 
468
- #: contact_form.php:803
469
  #, fuzzy
470
  msgid "Change text of the 'FROM' field"
471
  msgstr "Mudar rótulo para os campos no formulário de contato"
472
 
473
- #: contact_form.php:809
474
  msgid "Enter the email address in the 'From' field"
475
  msgstr "Insira o email no campo 'Form'"
476
 
477
- #: contact_form.php:811
478
  msgid "User email"
479
  msgstr ""
480
 
481
- #: contact_form.php:811
482
  #, fuzzy
483
  msgid "The email address of the user who fills the form will be used in the field 'From'."
484
  msgstr "O endereço de e-mail do utilizador que preenche o formulário vai ser usado no campo 'De'."
485
 
486
- #: contact_form.php:813
487
  msgid "This email address will be used in the 'From' field."
488
  msgstr "Este endereço de e-mail será usado no campo 'De'."
489
 
490
- #: contact_form.php:817
491
  #, fuzzy
492
  msgid "Display fields"
493
  msgstr "Mostrar opção para anexar arquivos"
494
 
495
- #: contact_form.php:819
496
- #: contact_form.php:849
497
- #: contact_form.php:1039
498
- #: contact_form.php:1691
499
  #, fuzzy
500
  msgid "Address"
501
  msgstr "Endereço de E-mail:"
502
 
503
- #: contact_form.php:820
504
- #: contact_form.php:851
505
- #: contact_form.php:1699
506
  msgid "Phone"
507
  msgstr "Telefone"
508
 
509
- #: contact_form.php:821
510
  #, fuzzy
511
  msgid "Attachment block"
512
  msgstr "Mostrar opção para anexar arquivos"
513
 
514
- #: contact_form.php:821
515
  msgid "Users can attach the following file formats"
516
  msgstr "Utilizadores podem anexar arquivos do seguinte tipo:"
517
 
518
- #: contact_form.php:822
519
  #, fuzzy
520
  msgid "Tips below the Attachment block"
521
  msgstr "Mostrar dicas para anexar arquivos"
522
 
523
- #: contact_form.php:823
524
  #, fuzzy
525
  msgid "Send me a copy block"
526
  msgstr "Mostrar a opção Envie-me um cópia"
527
 
528
- #: contact_form.php:835
529
- #: contact_form.php:838
530
- #: contact_form.php:841
531
- #: contact_form.php:1068
532
  msgid "Captcha"
533
  msgstr ""
534
 
535
- #: contact_form.php:835
536
- #: contact_form.php:838
537
- #: contact_form.php:841
538
- #: contact_form.php:1068
539
  msgid "(powered by bestwebsoft.com)"
540
  msgstr ""
541
 
542
- #: contact_form.php:838
543
  #, fuzzy
544
  msgid "Activate captcha"
545
  msgstr "Plugins ativados"
546
 
547
- #: contact_form.php:841
548
  #, fuzzy
549
  msgid "Download captcha"
550
  msgstr "Baixar"
551
 
552
- #: contact_form.php:846
553
  msgid "Required fields"
554
  msgstr "Campos obrigatórios"
555
 
556
- #: contact_form.php:848
557
- #: contact_form.php:1034
558
- #: contact_form.php:1686
559
  msgid "Name"
560
  msgstr "Nome"
561
 
562
- #: contact_form.php:850
563
  #, fuzzy
564
  msgid "Email Address"
565
  msgstr "Endereço de E-mail:"
566
 
567
- #: contact_form.php:852
568
- #: contact_form.php:1054
569
- #: contact_form.php:1702
570
  msgid "Subject"
571
  msgstr "Assunto"
572
 
573
- #: contact_form.php:853
574
- #: contact_form.php:1058
575
- #: contact_form.php:1705
576
  msgid "Message"
577
  msgstr "Mensagem"
578
 
579
- #: contact_form.php:857
580
  #, fuzzy
581
  msgid "Display additional info in the email"
582
  msgstr "Mostrar informações adicionais no e-mail"
583
 
584
- #: contact_form.php:862
585
- #: contact_form.php:1658
586
  msgid "Sent from (ip address)"
587
  msgstr "Enviado de (Endereço IP)"
588
 
589
- #: contact_form.php:863
590
- #: contact_form.php:1663
591
  msgid "Date/Time"
592
  msgstr "Data / Hora"
593
 
594
- #: contact_form.php:864
595
- #: contact_form.php:1668
596
  msgid "Sent from (referer)"
597
  msgstr "Vindo de (origem)"
598
 
599
- #: contact_form.php:865
600
- #: contact_form.php:1673
601
  msgid "Using (user agent)"
602
  msgstr "Usando (cliente de email)"
603
 
604
- #: contact_form.php:869
605
  msgid "Language settings for the field names in the form"
606
  msgstr "Configurações de idioma para os nomes dos campos do formulário"
607
 
608
- #: contact_form.php:878
609
  #, fuzzy
610
  msgid "Add a language"
611
  msgstr "Adicionar idioma"
612
 
613
- #: contact_form.php:882
614
  #, fuzzy
615
  msgid "Change the names of the contact form fields and error messages"
616
  msgstr "Mudar rótulo para os campos no formulário de contato"
617
 
618
- #: contact_form.php:887
619
- #: contact_form.php:958
620
  msgid "English"
621
  msgstr "Inglês"
622
 
623
- #: contact_form.php:906
624
- #: contact_form.php:935
625
  msgid "Error message for the Name field"
626
  msgstr "Mensagem de erro para o campo Nome"
627
 
628
- #: contact_form.php:907
629
- #: contact_form.php:936
630
  #, fuzzy
631
  msgid "Error message for the Address field"
632
  msgstr "Mensagem de erro para o campo Mensagem"
633
 
634
- #: contact_form.php:908
635
- #: contact_form.php:937
636
  msgid "Error message for the Email field"
637
  msgstr "Mensagem de erro para o campo de E-mail"
638
 
639
- #: contact_form.php:909
640
- #: contact_form.php:938
641
  msgid "Error message for the Phone field"
642
  msgstr "Mensagem de erro para o campo de Telefone"
643
 
644
- #: contact_form.php:910
645
- #: contact_form.php:939
646
  msgid "Error message for the Subject field"
647
  msgstr "Mensagem de erro para o campo Assunto"
648
 
649
- #: contact_form.php:911
650
- #: contact_form.php:940
651
  msgid "Error message for the Message field"
652
  msgstr "Mensagem de erro para o campo Mensagem"
653
 
654
- #: contact_form.php:912
655
- #: contact_form.php:941
656
  #, fuzzy
657
  msgid "Error message about the file type for the Attachment field"
658
  msgstr "Mensagem de erro para o campo Anexos"
659
 
660
- #: contact_form.php:913
661
- #: contact_form.php:942
662
  #, fuzzy
663
  msgid "Error message while uploading a file for the Attachment field to the server"
664
  msgstr "Mensagem de erro para o campo Anexos"
665
 
666
- #: contact_form.php:914
667
- #: contact_form.php:943
668
  #, fuzzy
669
  msgid "Error message while moving the file for the Attachment field"
670
  msgstr "Mensagem de erro para o campo Anexos"
671
 
672
- #: contact_form.php:915
673
- #: contact_form.php:944
674
  #, fuzzy
675
  msgid "Error message when file size limit for the Attachment field is exceeded"
676
  msgstr "Mensagem de erro para o campo Anexos"
677
 
678
- #: contact_form.php:916
679
- #: contact_form.php:945
680
  msgid "Error message for the Captcha field"
681
  msgstr "Mensagem de erro para o controlo Captcha"
682
 
683
- #: contact_form.php:917
684
- #: contact_form.php:946
685
  msgid "Error message for the whole form"
686
  msgstr "Mensagem de erro para todo o formulário"
687
 
688
- #: contact_form.php:919
689
- #: contact_form.php:948
690
- #: contact_form.php:967
691
- #: contact_form.php:973
692
  msgid "Use shortcode"
693
  msgstr "usar código abreviado"
694
 
695
- #: contact_form.php:919
696
- #: contact_form.php:948
697
- #: contact_form.php:967
698
- #: contact_form.php:973
699
  msgid "for this language"
700
  msgstr "para este idioma"
701
 
702
- #: contact_form.php:955
703
  msgid "Action after email is sent"
704
  msgstr "Ação após envio de email"
705
 
706
- #: contact_form.php:957
707
  #, fuzzy
708
  msgid "Display text"
709
  msgstr "Mostrar opção para anexar arquivos"
710
 
711
- #: contact_form.php:966
712
- #: contact_form.php:972
713
  msgid "Text"
714
  msgstr "Texto"
715
 
716
- #: contact_form.php:979
717
  msgid "Redirect to the page"
718
  msgstr "Redirecionamento para a página"
719
 
720
- #: contact_form.php:980
721
  msgid "Url"
722
  msgstr "Url"
723
 
724
- #: contact_form.php:985
725
- #: contact_form.php:1160
726
  msgid "Save Changes"
727
  msgstr "Salvar mudanças"
728
 
729
- #: contact_form.php:1000
730
  #, fuzzy
731
  msgid "Contact Form Pro | Extra Settings"
732
  msgstr "Opções do formulário de contato"
733
 
734
- #: contact_form.php:1007
735
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
736
  msgstr ""
737
 
738
- #: contact_form.php:1014
739
  msgid "Errors output"
740
  msgstr ""
741
 
742
- #: contact_form.php:1017
743
  msgid "Display error messages"
744
  msgstr ""
745
 
746
- #: contact_form.php:1018
747
  msgid "Color of the input field errors."
748
  msgstr ""
749
 
750
- #: contact_form.php:1019
751
  #, fuzzy
752
  msgid "Display error messages & color of the input field errors"
753
  msgstr "Mensagem de erro para o campo Assunto"
754
 
755
- #: contact_form.php:1024
756
  msgid "Add placeholder to the input blocks"
757
  msgstr ""
758
 
759
- #: contact_form.php:1030
760
  #, fuzzy
761
  msgid "Add tooltips"
762
  msgstr "Opções adicionais"
763
 
764
- #: contact_form.php:1044
765
  #, fuzzy
766
  msgid "Email address"
767
  msgstr "Endereço de E-mail:"
768
 
769
- #: contact_form.php:1049
770
  #, fuzzy
771
  msgid "Phone Number"
772
  msgstr "Número de Telefone :"
773
 
774
- #: contact_form.php:1063
775
  #, fuzzy
776
  msgid "Attachment"
777
  msgstr "Anexo:"
778
 
779
- #: contact_form.php:1073
780
  #, fuzzy
781
  msgid "Style options"
782
  msgstr "Opções adicionais"
783
 
784
- #: contact_form.php:1076
785
  msgid "Text color"
786
  msgstr ""
787
 
788
- #: contact_form.php:1079
789
- #: contact_form.php:1084
790
- #: contact_form.php:1094
791
- #: contact_form.php:1099
792
- #: contact_form.php:1104
793
- #: contact_form.php:1109
794
- #: contact_form.php:1119
795
- #: contact_form.php:1124
796
- #: contact_form.php:1130
797
- #: contact_form.php:1141
798
- #: contact_form.php:1146
799
- #: contact_form.php:1151
800
  msgid "Default"
801
  msgstr ""
802
 
803
- #: contact_form.php:1081
804
  msgid "Label text color"
805
  msgstr ""
806
 
807
- #: contact_form.php:1086
808
  msgid "Placeholder color"
809
  msgstr ""
810
 
811
- #: contact_form.php:1091
812
  msgid "Errors color"
813
  msgstr ""
814
 
815
- #: contact_form.php:1096
816
  msgid "Error text color"
817
  msgstr ""
818
 
819
- #: contact_form.php:1101
820
  msgid "Background color of the input field errors"
821
  msgstr ""
822
 
823
- #: contact_form.php:1106
824
  msgid "Border color of the input field errors"
825
  msgstr ""
826
 
827
- #: contact_form.php:1111
828
  msgid "Placeholder color of the input field errors"
829
  msgstr ""
830
 
831
- #: contact_form.php:1116
832
  #, fuzzy
833
  msgid "Input fields"
834
  msgstr "Mostrar opção para anexar arquivos"
835
 
836
- #: contact_form.php:1121
837
  msgid "Input fields background color"
838
  msgstr ""
839
 
840
- #: contact_form.php:1126
841
  msgid "Text fields color"
842
  msgstr ""
843
 
844
- #: contact_form.php:1128
845
  msgid "Border width in px, numbers only"
846
  msgstr ""
847
 
848
- #: contact_form.php:1132
849
- #: contact_form.php:1153
850
  msgid "Border color"
851
  msgstr ""
852
 
853
- #: contact_form.php:1137
854
  #, fuzzy
855
  msgid "Submit button"
856
  msgstr "Enviar"
857
 
858
- #: contact_form.php:1139
859
  msgid "Width in px, numbers only"
860
  msgstr ""
861
 
862
- #: contact_form.php:1143
863
  msgid "Button color"
864
  msgstr ""
865
 
866
- #: contact_form.php:1148
867
  msgid "Button text color"
868
  msgstr ""
869
 
870
- #: contact_form.php:1164
871
  #, fuzzy
872
  msgid "Contact Form Pro | Preview"
873
  msgstr "Formulário de contato"
874
 
875
- #: contact_form.php:1167
876
  msgid "Show with errors"
877
  msgstr ""
878
 
879
- #: contact_form.php:1175
880
  #: contact_form.php:1177
 
881
  msgid "Please enter your full name..."
882
  msgstr ""
883
 
884
- #: contact_form.php:1188
885
  #: contact_form.php:1190
 
886
  msgid "Please enter your address..."
887
  msgstr ""
888
 
889
- #: contact_form.php:1199
890
  #: contact_form.php:1201
 
891
  #, fuzzy
892
  msgid "Please enter your email address..."
893
  msgstr "Use este email:"
894
 
895
- #: contact_form.php:1210
896
  #: contact_form.php:1212
 
897
  msgid "Please enter your phone number..."
898
  msgstr ""
899
 
900
- #: contact_form.php:1221
901
  #: contact_form.php:1223
 
902
  msgid "Please enter subject..."
903
  msgstr ""
904
 
905
- #: contact_form.php:1231
906
  #: contact_form.php:1233
 
907
  msgid "Please enter your message..."
908
  msgstr ""
909
 
910
- #: contact_form.php:1244
911
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
912
  msgstr ""
913
 
914
- #: contact_form.php:1397
915
  msgid "You can attach the following file formats"
916
  msgstr "Você pode anexar arquivos do seguinte tipo"
917
 
918
- #: contact_form.php:1681
919
  msgid "Contact from"
920
  msgstr "Formulário de Contato"
921
 
922
- #: contact_form.php:1694
923
  msgid "Email"
924
  msgstr "E-Mail"
925
 
926
- #: contact_form.php:1708
927
  msgid "Site"
928
  msgstr "Site"
929
 
930
- #: contact_form.php:1758
931
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
932
  msgstr "Se você consegue ver esta MENSAGEM então seu cliente não aceita tipos MIME! Favor usar um cliente mais atualizado."
933
 
934
- #: contact_form.php:1809
935
  msgid "FAQ"
936
  msgstr "Perguntas Frequentes"
937
 
938
- #: contact_form.php:1810
939
  msgid "Support"
940
  msgstr "Suporte"
941
 
942
- #: contact_form.php:1858
943
  msgid "Are you sure that you want to delete this language data?"
944
  msgstr "Tem certeza que você deseja excluir os dados deste idioma?"
945
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-07-29 17:33+0300\n"
6
+ "PO-Revision-Date: 2013-07-29 17:33+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"
158
  msgstr "Obrigado por nos contactar"
159
 
160
  #: contact_form.php:242
161
+ #: contact_form.php:1315
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Desculpe, seu e-mail não pode ser entregue."
164
 
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
+ #: contact_form.php:1004
188
+ #: contact_form.php:1801
189
+ #: contact_form.php:1810
190
  msgid "Settings"
191
  msgstr "Configurações"
192
 
270
  msgstr "Opções do formulário de contato"
271
 
272
  #: contact_form.php:373
273
+ #: contact_form.php:1010
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "Formulário de contato"
277
 
278
  #: contact_form.php:412
279
+ #: contact_form.php:899
280
+ #: contact_form.php:928
281
  msgid "Name:"
282
  msgstr "Nome:"
283
 
284
  #: contact_form.php:413
285
+ #: contact_form.php:900
286
+ #: contact_form.php:929
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "Endereço de E-mail:"
290
 
291
  #: contact_form.php:414
292
+ #: contact_form.php:901
293
+ #: contact_form.php:930
294
  msgid "Email Address:"
295
  msgstr "Endereço de E-mail:"
296
 
297
  #: contact_form.php:415
298
+ #: contact_form.php:902
299
+ #: contact_form.php:931
300
  msgid "Phone number:"
301
  msgstr "Número de Telefone :"
302
 
303
  #: contact_form.php:416
304
+ #: contact_form.php:903
305
+ #: contact_form.php:932
306
  msgid "Subject:"
307
  msgstr "Assunto:"
308
 
309
  #: contact_form.php:417
310
+ #: contact_form.php:904
311
+ #: contact_form.php:933
312
  msgid "Message:"
313
  msgstr "Mensagem:"
314
 
315
  #: contact_form.php:418
316
+ #: contact_form.php:905
317
+ #: contact_form.php:934
318
  msgid "Attachment:"
319
  msgstr "Anexo:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
+ #: contact_form.php:906
324
+ #: contact_form.php:935
325
  msgid "Send me a copy"
326
  msgstr "Envie-me uma cópia"
327
 
328
  #: contact_form.php:420
329
+ #: contact_form.php:907
330
+ #: contact_form.php:936
331
  msgid "Submit"
332
  msgstr "Enviar"
333
 
407
  msgstr "Opções guardadas."
408
 
409
  #: contact_form.php:755
410
+ #: contact_form.php:1005
411
  #, fuzzy
412
  msgid "Extra settings"
413
  msgstr "Configurações"
414
 
415
  #: contact_form.php:760
416
+ #: contact_form.php:1261
417
  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:"
418
  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:"
419
 
420
+ #: contact_form.php:760
421
+ #: contact_form.php:761
422
+ #: contact_form.php:921
423
+ #: contact_form.php:969
424
+ msgid "or"
425
+ msgstr ""
426
+
427
  #: contact_form.php:761
428
+ msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
429
+ msgstr ""
430
+
431
+ #: contact_form.php:762
432
+ msgid "They work the same way."
433
+ msgstr ""
434
+
435
+ #: contact_form.php:763
436
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
437
  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."
438
 
439
+ #: contact_form.php:767
440
  msgid "The user's email address:"
441
  msgstr "Use o email de um utilizador do wordpress:"
442
 
443
+ #: contact_form.php:771
444
  msgid "Create a username"
445
  msgstr "Selecione o nome do utilizador"
446
 
447
+ #: contact_form.php:776
448
  msgid "Enter a username of the person who should get the messages from the contact form."
449
  msgstr "Determine um nome de utilizador que receberá as mensagens enviadas pelo Formulário de Contato."
450
 
451
+ #: contact_form.php:780
452
  msgid "Use this email address:"
453
  msgstr "Use este email:"
454
 
455
+ #: contact_form.php:783
456
  msgid "Enter the email address you want the messages forwarded to."
457
  msgstr "Configure um endereço de email que será usado para o recebimento de mensagens."
458
 
459
+ #: contact_form.php:787
460
  msgid "Additional options"
461
  msgstr "Opções adicionais"
462
 
463
+ #: contact_form.php:790
464
  msgid "What to use?"
465
  msgstr "O que usar?"
466
 
467
+ #: contact_form.php:793
468
  msgid "Wp-mail"
469
  msgstr "Wp-mail"
470
 
471
+ #: contact_form.php:794
472
  msgid "You can use the wp_mail function for mailing"
473
  msgstr "Pode usar a função wp_mail para emailing"
474
 
475
+ #: contact_form.php:800
476
  msgid "Mail"
477
  msgstr "Mail"
478
 
479
+ #: contact_form.php:801
480
  msgid "To send mail you can use the php mail function"
481
  msgstr "Para o envio de email pode usar a função de email existente no core do php"
482
 
483
+ #: contact_form.php:805
484
  #, fuzzy
485
  msgid "Change text of the 'FROM' field"
486
  msgstr "Mudar rótulo para os campos no formulário de contato"
487
 
488
+ #: contact_form.php:811
489
  msgid "Enter the email address in the 'From' field"
490
  msgstr "Insira o email no campo 'Form'"
491
 
492
+ #: contact_form.php:813
493
  msgid "User email"
494
  msgstr ""
495
 
496
+ #: contact_form.php:813
497
  #, fuzzy
498
  msgid "The email address of the user who fills the form will be used in the field 'From'."
499
  msgstr "O endereço de e-mail do utilizador que preenche o formulário vai ser usado no campo 'De'."
500
 
501
+ #: contact_form.php:815
502
  msgid "This email address will be used in the 'From' field."
503
  msgstr "Este endereço de e-mail será usado no campo 'De'."
504
 
505
+ #: contact_form.php:819
506
  #, fuzzy
507
  msgid "Display fields"
508
  msgstr "Mostrar opção para anexar arquivos"
509
 
510
+ #: contact_form.php:821
511
+ #: contact_form.php:851
512
+ #: contact_form.php:1041
513
+ #: contact_form.php:1693
514
  #, fuzzy
515
  msgid "Address"
516
  msgstr "Endereço de E-mail:"
517
 
518
+ #: contact_form.php:822
519
+ #: contact_form.php:853
520
+ #: contact_form.php:1701
521
  msgid "Phone"
522
  msgstr "Telefone"
523
 
524
+ #: contact_form.php:823
525
  #, fuzzy
526
  msgid "Attachment block"
527
  msgstr "Mostrar opção para anexar arquivos"
528
 
529
+ #: contact_form.php:823
530
  msgid "Users can attach the following file formats"
531
  msgstr "Utilizadores podem anexar arquivos do seguinte tipo:"
532
 
533
+ #: contact_form.php:824
534
  #, fuzzy
535
  msgid "Tips below the Attachment block"
536
  msgstr "Mostrar dicas para anexar arquivos"
537
 
538
+ #: contact_form.php:825
539
  #, fuzzy
540
  msgid "Send me a copy block"
541
  msgstr "Mostrar a opção Envie-me um cópia"
542
 
543
+ #: contact_form.php:837
544
+ #: contact_form.php:840
545
+ #: contact_form.php:843
546
+ #: contact_form.php:1070
547
  msgid "Captcha"
548
  msgstr ""
549
 
550
+ #: contact_form.php:837
551
+ #: contact_form.php:840
552
+ #: contact_form.php:843
553
+ #: contact_form.php:1070
554
  msgid "(powered by bestwebsoft.com)"
555
  msgstr ""
556
 
557
+ #: contact_form.php:840
558
  #, fuzzy
559
  msgid "Activate captcha"
560
  msgstr "Plugins ativados"
561
 
562
+ #: contact_form.php:843
563
  #, fuzzy
564
  msgid "Download captcha"
565
  msgstr "Baixar"
566
 
567
+ #: contact_form.php:848
568
  msgid "Required fields"
569
  msgstr "Campos obrigatórios"
570
 
571
+ #: contact_form.php:850
572
+ #: contact_form.php:1036
573
+ #: contact_form.php:1688
574
  msgid "Name"
575
  msgstr "Nome"
576
 
577
+ #: contact_form.php:852
578
  #, fuzzy
579
  msgid "Email Address"
580
  msgstr "Endereço de E-mail:"
581
 
582
+ #: contact_form.php:854
583
+ #: contact_form.php:1056
584
+ #: contact_form.php:1704
585
  msgid "Subject"
586
  msgstr "Assunto"
587
 
588
+ #: contact_form.php:855
589
+ #: contact_form.php:1060
590
+ #: contact_form.php:1707
591
  msgid "Message"
592
  msgstr "Mensagem"
593
 
594
+ #: contact_form.php:859
595
  #, fuzzy
596
  msgid "Display additional info in the email"
597
  msgstr "Mostrar informações adicionais no e-mail"
598
 
599
+ #: contact_form.php:864
600
+ #: contact_form.php:1660
601
  msgid "Sent from (ip address)"
602
  msgstr "Enviado de (Endereço IP)"
603
 
604
+ #: contact_form.php:865
605
+ #: contact_form.php:1665
606
  msgid "Date/Time"
607
  msgstr "Data / Hora"
608
 
609
+ #: contact_form.php:866
610
+ #: contact_form.php:1670
611
  msgid "Sent from (referer)"
612
  msgstr "Vindo de (origem)"
613
 
614
+ #: contact_form.php:867
615
+ #: contact_form.php:1675
616
  msgid "Using (user agent)"
617
  msgstr "Usando (cliente de email)"
618
 
619
+ #: contact_form.php:871
620
  msgid "Language settings for the field names in the form"
621
  msgstr "Configurações de idioma para os nomes dos campos do formulário"
622
 
623
+ #: contact_form.php:880
624
  #, fuzzy
625
  msgid "Add a language"
626
  msgstr "Adicionar idioma"
627
 
628
+ #: contact_form.php:884
629
  #, fuzzy
630
  msgid "Change the names of the contact form fields and error messages"
631
  msgstr "Mudar rótulo para os campos no formulário de contato"
632
 
633
+ #: contact_form.php:889
634
+ #: contact_form.php:960
635
  msgid "English"
636
  msgstr "Inglês"
637
 
638
+ #: contact_form.php:908
639
+ #: contact_form.php:937
640
  msgid "Error message for the Name field"
641
  msgstr "Mensagem de erro para o campo Nome"
642
 
643
+ #: contact_form.php:909
644
+ #: contact_form.php:938
645
  #, fuzzy
646
  msgid "Error message for the Address field"
647
  msgstr "Mensagem de erro para o campo Mensagem"
648
 
649
+ #: contact_form.php:910
650
+ #: contact_form.php:939
651
  msgid "Error message for the Email field"
652
  msgstr "Mensagem de erro para o campo de E-mail"
653
 
654
+ #: contact_form.php:911
655
+ #: contact_form.php:940
656
  msgid "Error message for the Phone field"
657
  msgstr "Mensagem de erro para o campo de Telefone"
658
 
659
+ #: contact_form.php:912
660
+ #: contact_form.php:941
661
  msgid "Error message for the Subject field"
662
  msgstr "Mensagem de erro para o campo Assunto"
663
 
664
+ #: contact_form.php:913
665
+ #: contact_form.php:942
666
  msgid "Error message for the Message field"
667
  msgstr "Mensagem de erro para o campo Mensagem"
668
 
669
+ #: contact_form.php:914
670
+ #: contact_form.php:943
671
  #, fuzzy
672
  msgid "Error message about the file type for the Attachment field"
673
  msgstr "Mensagem de erro para o campo Anexos"
674
 
675
+ #: contact_form.php:915
676
+ #: contact_form.php:944
677
  #, fuzzy
678
  msgid "Error message while uploading a file for the Attachment field to the server"
679
  msgstr "Mensagem de erro para o campo Anexos"
680
 
681
+ #: contact_form.php:916
682
+ #: contact_form.php:945
683
  #, fuzzy
684
  msgid "Error message while moving the file for the Attachment field"
685
  msgstr "Mensagem de erro para o campo Anexos"
686
 
687
+ #: contact_form.php:917
688
+ #: contact_form.php:946
689
  #, fuzzy
690
  msgid "Error message when file size limit for the Attachment field is exceeded"
691
  msgstr "Mensagem de erro para o campo Anexos"
692
 
693
+ #: contact_form.php:918
694
+ #: contact_form.php:947
695
  msgid "Error message for the Captcha field"
696
  msgstr "Mensagem de erro para o controlo Captcha"
697
 
698
+ #: contact_form.php:919
699
+ #: contact_form.php:948
700
  msgid "Error message for the whole form"
701
  msgstr "Mensagem de erro para todo o formulário"
702
 
703
+ #: contact_form.php:921
704
+ #: contact_form.php:950
705
+ #: contact_form.php:969
706
+ #: contact_form.php:975
707
  msgid "Use shortcode"
708
  msgstr "usar código abreviado"
709
 
710
+ #: contact_form.php:921
711
+ #: contact_form.php:950
712
+ #: contact_form.php:969
713
+ #: contact_form.php:975
714
  msgid "for this language"
715
  msgstr "para este idioma"
716
 
717
+ #: contact_form.php:957
718
  msgid "Action after email is sent"
719
  msgstr "Ação após envio de email"
720
 
721
+ #: contact_form.php:959
722
  #, fuzzy
723
  msgid "Display text"
724
  msgstr "Mostrar opção para anexar arquivos"
725
 
726
+ #: contact_form.php:968
727
+ #: contact_form.php:974
728
  msgid "Text"
729
  msgstr "Texto"
730
 
731
+ #: contact_form.php:981
732
  msgid "Redirect to the page"
733
  msgstr "Redirecionamento para a página"
734
 
735
+ #: contact_form.php:982
736
  msgid "Url"
737
  msgstr "Url"
738
 
739
+ #: contact_form.php:987
740
+ #: contact_form.php:1162
741
  msgid "Save Changes"
742
  msgstr "Salvar mudanças"
743
 
744
+ #: contact_form.php:1002
745
  #, fuzzy
746
  msgid "Contact Form Pro | Extra Settings"
747
  msgstr "Opções do formulário de contato"
748
 
749
+ #: contact_form.php:1009
750
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
751
  msgstr ""
752
 
753
+ #: contact_form.php:1016
754
  msgid "Errors output"
755
  msgstr ""
756
 
757
+ #: contact_form.php:1019
758
  msgid "Display error messages"
759
  msgstr ""
760
 
761
+ #: contact_form.php:1020
762
  msgid "Color of the input field errors."
763
  msgstr ""
764
 
765
+ #: contact_form.php:1021
766
  #, fuzzy
767
  msgid "Display error messages & color of the input field errors"
768
  msgstr "Mensagem de erro para o campo Assunto"
769
 
770
+ #: contact_form.php:1026
771
  msgid "Add placeholder to the input blocks"
772
  msgstr ""
773
 
774
+ #: contact_form.php:1032
775
  #, fuzzy
776
  msgid "Add tooltips"
777
  msgstr "Opções adicionais"
778
 
779
+ #: contact_form.php:1046
780
  #, fuzzy
781
  msgid "Email address"
782
  msgstr "Endereço de E-mail:"
783
 
784
+ #: contact_form.php:1051
785
  #, fuzzy
786
  msgid "Phone Number"
787
  msgstr "Número de Telefone :"
788
 
789
+ #: contact_form.php:1065
790
  #, fuzzy
791
  msgid "Attachment"
792
  msgstr "Anexo:"
793
 
794
+ #: contact_form.php:1075
795
  #, fuzzy
796
  msgid "Style options"
797
  msgstr "Opções adicionais"
798
 
799
+ #: contact_form.php:1078
800
  msgid "Text color"
801
  msgstr ""
802
 
803
+ #: contact_form.php:1081
804
+ #: contact_form.php:1086
805
+ #: contact_form.php:1096
806
+ #: contact_form.php:1101
807
+ #: contact_form.php:1106
808
+ #: contact_form.php:1111
809
+ #: contact_form.php:1121
810
+ #: contact_form.php:1126
811
+ #: contact_form.php:1132
812
+ #: contact_form.php:1143
813
+ #: contact_form.php:1148
814
+ #: contact_form.php:1153
815
  msgid "Default"
816
  msgstr ""
817
 
818
+ #: contact_form.php:1083
819
  msgid "Label text color"
820
  msgstr ""
821
 
822
+ #: contact_form.php:1088
823
  msgid "Placeholder color"
824
  msgstr ""
825
 
826
+ #: contact_form.php:1093
827
  msgid "Errors color"
828
  msgstr ""
829
 
830
+ #: contact_form.php:1098
831
  msgid "Error text color"
832
  msgstr ""
833
 
834
+ #: contact_form.php:1103
835
  msgid "Background color of the input field errors"
836
  msgstr ""
837
 
838
+ #: contact_form.php:1108
839
  msgid "Border color of the input field errors"
840
  msgstr ""
841
 
842
+ #: contact_form.php:1113
843
  msgid "Placeholder color of the input field errors"
844
  msgstr ""
845
 
846
+ #: contact_form.php:1118
847
  #, fuzzy
848
  msgid "Input fields"
849
  msgstr "Mostrar opção para anexar arquivos"
850
 
851
+ #: contact_form.php:1123
852
  msgid "Input fields background color"
853
  msgstr ""
854
 
855
+ #: contact_form.php:1128
856
  msgid "Text fields color"
857
  msgstr ""
858
 
859
+ #: contact_form.php:1130
860
  msgid "Border width in px, numbers only"
861
  msgstr ""
862
 
863
+ #: contact_form.php:1134
864
+ #: contact_form.php:1155
865
  msgid "Border color"
866
  msgstr ""
867
 
868
+ #: contact_form.php:1139
869
  #, fuzzy
870
  msgid "Submit button"
871
  msgstr "Enviar"
872
 
873
+ #: contact_form.php:1141
874
  msgid "Width in px, numbers only"
875
  msgstr ""
876
 
877
+ #: contact_form.php:1145
878
  msgid "Button color"
879
  msgstr ""
880
 
881
+ #: contact_form.php:1150
882
  msgid "Button text color"
883
  msgstr ""
884
 
885
+ #: contact_form.php:1166
886
  #, fuzzy
887
  msgid "Contact Form Pro | Preview"
888
  msgstr "Formulário de contato"
889
 
890
+ #: contact_form.php:1169
891
  msgid "Show with errors"
892
  msgstr ""
893
 
 
894
  #: contact_form.php:1177
895
+ #: contact_form.php:1179
896
  msgid "Please enter your full name..."
897
  msgstr ""
898
 
 
899
  #: contact_form.php:1190
900
+ #: contact_form.php:1192
901
  msgid "Please enter your address..."
902
  msgstr ""
903
 
 
904
  #: contact_form.php:1201
905
+ #: contact_form.php:1203
906
  #, fuzzy
907
  msgid "Please enter your email address..."
908
  msgstr "Use este email:"
909
 
 
910
  #: contact_form.php:1212
911
+ #: contact_form.php:1214
912
  msgid "Please enter your phone number..."
913
  msgstr ""
914
 
 
915
  #: contact_form.php:1223
916
+ #: contact_form.php:1225
917
  msgid "Please enter subject..."
918
  msgstr ""
919
 
 
920
  #: contact_form.php:1233
921
+ #: contact_form.php:1235
922
  msgid "Please enter your message..."
923
  msgstr ""
924
 
925
+ #: contact_form.php:1246
926
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
927
  msgstr ""
928
 
929
+ #: contact_form.php:1399
930
  msgid "You can attach the following file formats"
931
  msgstr "Você pode anexar arquivos do seguinte tipo"
932
 
933
+ #: contact_form.php:1683
934
  msgid "Contact from"
935
  msgstr "Formulário de Contato"
936
 
937
+ #: contact_form.php:1696
938
  msgid "Email"
939
  msgstr "E-Mail"
940
 
941
+ #: contact_form.php:1710
942
  msgid "Site"
943
  msgstr "Site"
944
 
945
+ #: contact_form.php:1760
946
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
947
  msgstr "Se você consegue ver esta MENSAGEM então seu cliente não aceita tipos MIME! Favor usar um cliente mais atualizado."
948
 
949
+ #: contact_form.php:1811
950
  msgid "FAQ"
951
  msgstr "Perguntas Frequentes"
952
 
953
+ #: contact_form.php:1812
954
  msgid "Support"
955
  msgstr "Suporte"
956
 
957
+ #: contact_form.php:1860
958
  msgid "Are you sure that you want to delete this language data?"
959
  msgstr "Tem certeza que você deseja excluir os dados deste idioma?"
960
 
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-07-22 16:57+0300\n"
6
- "PO-Revision-Date: 2013-07-22 16:57+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -158,7 +158,7 @@ msgid "Thank you for contacting us."
158
  msgstr "Va multumim ca ati luat legatura cu noi."
159
 
160
  #: contact_form.php:242
161
- #: contact_form.php:1313
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Ne pare rau, mailul dumneavoastra nu a putut fi livrat."
164
 
@@ -184,9 +184,9 @@ msgstr "Citeste mai multe"
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
- #: contact_form.php:1002
188
- #: contact_form.php:1799
189
- #: contact_form.php:1808
190
  msgid "Settings"
191
  msgstr "Setari"
192
 
@@ -270,64 +270,64 @@ msgid "Contact Form Pro Extra Settings"
270
  msgstr "Optiuni formular de contact"
271
 
272
  #: contact_form.php:373
273
- #: contact_form.php:1008
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "Formular de contact"
277
 
278
  #: contact_form.php:412
279
- #: contact_form.php:897
280
- #: contact_form.php:926
281
  msgid "Name:"
282
  msgstr "Nume:"
283
 
284
  #: contact_form.php:413
285
- #: contact_form.php:898
286
- #: contact_form.php:927
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "Adresa email:"
290
 
291
  #: contact_form.php:414
292
- #: contact_form.php:899
293
- #: contact_form.php:928
294
  msgid "Email Address:"
295
  msgstr "Adresa email:"
296
 
297
  #: contact_form.php:415
298
- #: contact_form.php:900
299
- #: contact_form.php:929
300
  msgid "Phone number:"
301
  msgstr ""
302
 
303
  #: contact_form.php:416
304
- #: contact_form.php:901
305
- #: contact_form.php:930
306
  msgid "Subject:"
307
  msgstr "Subiect:"
308
 
309
  #: contact_form.php:417
310
- #: contact_form.php:902
311
- #: contact_form.php:931
312
  msgid "Message:"
313
  msgstr "Mesaj:"
314
 
315
  #: contact_form.php:418
316
- #: contact_form.php:903
317
- #: contact_form.php:932
318
  msgid "Attachment:"
319
  msgstr "Atasament:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
- #: contact_form.php:904
324
- #: contact_form.php:933
325
  msgid "Send me a copy"
326
  msgstr "Trimite-mi o copie"
327
 
328
  #: contact_form.php:420
329
- #: contact_form.php:905
330
- #: contact_form.php:934
331
  msgid "Submit"
332
  msgstr "Trimite"
333
 
@@ -408,528 +408,543 @@ msgid "Settings saved."
408
  msgstr "Optiuni salvate."
409
 
410
  #: contact_form.php:755
411
- #: contact_form.php:1003
412
  #, fuzzy
413
  msgid "Extra settings"
414
  msgstr "Setari"
415
 
416
  #: contact_form.php:760
417
- #: contact_form.php:1259
418
  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:"
419
  msgstr "Daca ati dori sa adaugati un Formular de Contact pe situl dumneavoastra, copiati si lipiti acest cod intr-o pagina sau widget:"
420
 
 
 
 
 
 
 
 
421
  #: contact_form.php:761
 
 
 
 
 
 
 
 
422
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
423
  msgstr "Daca informatia din campurile urmatoare este nula, atunci mesajul va fi trimis la adresa specificata in timpul procesului de inregistrare."
424
 
425
- #: contact_form.php:765
426
  msgid "The user's email address:"
427
  msgstr "Foloseste email-ul utilizatorului Wordpress:"
428
 
429
- #: contact_form.php:769
430
  msgid "Create a username"
431
  msgstr "Alege numele utilizatorului"
432
 
433
- #: contact_form.php:774
434
  msgid "Enter a username of the person who should get the messages from the contact form."
435
  msgstr "Alege numele utilizatorului care va primi mesaje de la formularul de contact."
436
 
437
- #: contact_form.php:778
438
  msgid "Use this email address:"
439
  msgstr "Foloseste acest email:"
440
 
441
- #: contact_form.php:781
442
  msgid "Enter the email address you want the messages forwarded to."
443
  msgstr "Alege o adresa email care sa fie folosita pentru primirea mesajelor."
444
 
445
- #: contact_form.php:785
446
  msgid "Additional options"
447
  msgstr "Optiuni aditionale"
448
 
449
- #: contact_form.php:788
450
  msgid "What to use?"
451
  msgstr "Ce sa folosesc?"
452
 
453
- #: contact_form.php:791
454
  msgid "Wp-mail"
455
  msgstr "Wp-mail"
456
 
457
- #: contact_form.php:792
458
  msgid "You can use the wp_mail function for mailing"
459
  msgstr "Pentru a trimite mailuri puteti folosi functia Wordpress wp_mail"
460
 
461
- #: contact_form.php:798
462
  msgid "Mail"
463
  msgstr "Mail"
464
 
465
- #: contact_form.php:799
466
  msgid "To send mail you can use the php mail function"
467
  msgstr "Pentru a trimite mailuri puteti folosi functia PHP mail"
468
 
469
- #: contact_form.php:803
470
  #, fuzzy
471
  msgid "Change text of the 'FROM' field"
472
  msgstr "Modifica linia DE LA din formularul de contact"
473
 
474
- #: contact_form.php:809
475
  msgid "Enter the email address in the 'From' field"
476
  msgstr ""
477
 
478
- #: contact_form.php:811
479
  msgid "User email"
480
  msgstr ""
481
 
482
- #: contact_form.php:811
483
  msgid "The email address of the user who fills the form will be used in the field 'From'."
484
  msgstr ""
485
 
486
- #: contact_form.php:813
487
  msgid "This email address will be used in the 'From' field."
488
  msgstr ""
489
 
490
- #: contact_form.php:817
491
  #, fuzzy
492
  msgid "Display fields"
493
  msgstr "Afisaza text"
494
 
495
- #: contact_form.php:819
496
- #: contact_form.php:849
497
- #: contact_form.php:1039
498
- #: contact_form.php:1691
499
  #, fuzzy
500
  msgid "Address"
501
  msgstr "Adresa email:"
502
 
503
- #: contact_form.php:820
504
- #: contact_form.php:851
505
- #: contact_form.php:1699
506
  msgid "Phone"
507
  msgstr ""
508
 
509
- #: contact_form.php:821
510
  #, fuzzy
511
  msgid "Attachment block"
512
  msgstr "Afisaza blocul de Atasamente"
513
 
514
- #: contact_form.php:821
515
  msgid "Users can attach the following file formats"
516
  msgstr "Utilizatorii pot atasa fisiere de urmatoarele tipuri"
517
 
518
- #: contact_form.php:822
519
  #, fuzzy
520
  msgid "Tips below the Attachment block"
521
  msgstr "Afisaza explicatiile dupa blocul Atasament"
522
 
523
- #: contact_form.php:823
524
  #, fuzzy
525
  msgid "Send me a copy block"
526
  msgstr "Afisaza blocul Trimite-mi o copie"
527
 
528
- #: contact_form.php:835
529
- #: contact_form.php:838
530
- #: contact_form.php:841
531
- #: contact_form.php:1068
532
  msgid "Captcha"
533
  msgstr ""
534
 
535
- #: contact_form.php:835
536
- #: contact_form.php:838
537
- #: contact_form.php:841
538
- #: contact_form.php:1068
539
  msgid "(powered by bestwebsoft.com)"
540
  msgstr ""
541
 
542
- #: contact_form.php:838
543
  #, fuzzy
544
  msgid "Activate captcha"
545
  msgstr "Plugin-uri activate"
546
 
547
- #: contact_form.php:841
548
  #, fuzzy
549
  msgid "Download captcha"
550
  msgstr "Descarca"
551
 
552
- #: contact_form.php:846
553
  msgid "Required fields"
554
  msgstr ""
555
 
556
- #: contact_form.php:848
557
- #: contact_form.php:1034
558
- #: contact_form.php:1686
559
  msgid "Name"
560
  msgstr "Nume"
561
 
562
- #: contact_form.php:850
563
  #, fuzzy
564
  msgid "Email Address"
565
  msgstr "Adresa email:"
566
 
567
- #: contact_form.php:852
568
- #: contact_form.php:1054
569
- #: contact_form.php:1702
570
  msgid "Subject"
571
  msgstr "Subiect"
572
 
573
- #: contact_form.php:853
574
- #: contact_form.php:1058
575
- #: contact_form.php:1705
576
  msgid "Message"
577
  msgstr "Mesaj"
578
 
579
- #: contact_form.php:857
580
  #, fuzzy
581
  msgid "Display additional info in the email"
582
  msgstr "Afisaza informatii aditionale in email"
583
 
584
- #: contact_form.php:862
585
- #: contact_form.php:1658
586
  msgid "Sent from (ip address)"
587
  msgstr "Trimis de la (adresa IP)"
588
 
589
- #: contact_form.php:863
590
- #: contact_form.php:1663
591
  msgid "Date/Time"
592
  msgstr "Data/Ora"
593
 
594
- #: contact_form.php:864
595
- #: contact_form.php:1668
596
  msgid "Sent from (referer)"
597
  msgstr "Venind de la (referinta)"
598
 
599
- #: contact_form.php:865
600
- #: contact_form.php:1673
601
  msgid "Using (user agent)"
602
  msgstr "Folosind (Agent)"
603
 
604
- #: contact_form.php:869
605
  msgid "Language settings for the field names in the form"
606
  msgstr ""
607
 
608
- #: contact_form.php:878
609
  msgid "Add a language"
610
  msgstr ""
611
 
612
- #: contact_form.php:882
613
  msgid "Change the names of the contact form fields and error messages"
614
  msgstr "Schimba etichetele pentru campurile formularului de contact"
615
 
616
- #: contact_form.php:887
617
- #: contact_form.php:958
618
  msgid "English"
619
  msgstr ""
620
 
621
- #: contact_form.php:906
622
- #: contact_form.php:935
623
- msgid "Error message for the Name field"
624
- msgstr ""
625
-
626
- #: contact_form.php:907
627
- #: contact_form.php:936
628
- msgid "Error message for the Address field"
629
- msgstr ""
630
-
631
  #: contact_form.php:908
632
  #: contact_form.php:937
633
- msgid "Error message for the Email field"
634
  msgstr ""
635
 
636
  #: contact_form.php:909
637
  #: contact_form.php:938
638
- msgid "Error message for the Phone field"
639
  msgstr ""
640
 
641
  #: contact_form.php:910
642
  #: contact_form.php:939
643
- msgid "Error message for the Subject field"
644
  msgstr ""
645
 
646
  #: contact_form.php:911
647
  #: contact_form.php:940
648
- msgid "Error message for the Message field"
649
  msgstr ""
650
 
651
  #: contact_form.php:912
652
  #: contact_form.php:941
653
- msgid "Error message about the file type for the Attachment field"
654
  msgstr ""
655
 
656
  #: contact_form.php:913
657
  #: contact_form.php:942
658
- msgid "Error message while uploading a file for the Attachment field to the server"
659
  msgstr ""
660
 
661
  #: contact_form.php:914
662
  #: contact_form.php:943
663
- msgid "Error message while moving the file for the Attachment field"
664
  msgstr ""
665
 
666
  #: contact_form.php:915
667
  #: contact_form.php:944
668
- msgid "Error message when file size limit for the Attachment field is exceeded"
669
  msgstr ""
670
 
671
  #: contact_form.php:916
672
  #: contact_form.php:945
673
- msgid "Error message for the Captcha field"
674
  msgstr ""
675
 
676
  #: contact_form.php:917
677
  #: contact_form.php:946
678
- msgid "Error message for the whole form"
 
 
 
 
 
679
  msgstr ""
680
 
681
  #: contact_form.php:919
682
  #: contact_form.php:948
683
- #: contact_form.php:967
684
- #: contact_form.php:973
 
 
 
 
 
685
  msgid "Use shortcode"
686
  msgstr ""
687
 
688
- #: contact_form.php:919
689
- #: contact_form.php:948
690
- #: contact_form.php:967
691
- #: contact_form.php:973
692
  msgid "for this language"
693
  msgstr ""
694
 
695
- #: contact_form.php:955
696
  msgid "Action after email is sent"
697
  msgstr "Actiune dupa trimiterea mailului"
698
 
699
- #: contact_form.php:957
700
  msgid "Display text"
701
  msgstr "Afisaza text"
702
 
703
- #: contact_form.php:966
704
- #: contact_form.php:972
705
  msgid "Text"
706
  msgstr "Text"
707
 
708
- #: contact_form.php:979
709
  msgid "Redirect to the page"
710
  msgstr "Redirectioneaza la pagina"
711
 
712
- #: contact_form.php:980
713
  msgid "Url"
714
  msgstr "Url"
715
 
716
- #: contact_form.php:985
717
- #: contact_form.php:1160
718
  msgid "Save Changes"
719
  msgstr "Salveaza schimbarile"
720
 
721
- #: contact_form.php:1000
722
  #, fuzzy
723
  msgid "Contact Form Pro | Extra Settings"
724
  msgstr "Optiuni formular de contact"
725
 
726
- #: contact_form.php:1007
727
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
728
  msgstr ""
729
 
730
- #: contact_form.php:1014
731
  msgid "Errors output"
732
  msgstr ""
733
 
734
- #: contact_form.php:1017
735
  msgid "Display error messages"
736
  msgstr ""
737
 
738
- #: contact_form.php:1018
739
  msgid "Color of the input field errors."
740
  msgstr ""
741
 
742
- #: contact_form.php:1019
743
  msgid "Display error messages & color of the input field errors"
744
  msgstr ""
745
 
746
- #: contact_form.php:1024
747
  msgid "Add placeholder to the input blocks"
748
  msgstr ""
749
 
750
- #: contact_form.php:1030
751
  #, fuzzy
752
  msgid "Add tooltips"
753
  msgstr "Optiuni aditionale"
754
 
755
- #: contact_form.php:1044
756
  #, fuzzy
757
  msgid "Email address"
758
  msgstr "Adresa email:"
759
 
760
- #: contact_form.php:1049
761
  msgid "Phone Number"
762
  msgstr ""
763
 
764
- #: contact_form.php:1063
765
  #, fuzzy
766
  msgid "Attachment"
767
  msgstr "Atasament:"
768
 
769
- #: contact_form.php:1073
770
  #, fuzzy
771
  msgid "Style options"
772
  msgstr "Optiuni aditionale"
773
 
774
- #: contact_form.php:1076
775
  msgid "Text color"
776
  msgstr ""
777
 
778
- #: contact_form.php:1079
779
- #: contact_form.php:1084
780
- #: contact_form.php:1094
781
- #: contact_form.php:1099
782
- #: contact_form.php:1104
783
- #: contact_form.php:1109
784
- #: contact_form.php:1119
785
- #: contact_form.php:1124
786
- #: contact_form.php:1130
787
- #: contact_form.php:1141
788
- #: contact_form.php:1146
789
- #: contact_form.php:1151
790
  msgid "Default"
791
  msgstr ""
792
 
793
- #: contact_form.php:1081
794
  msgid "Label text color"
795
  msgstr ""
796
 
797
- #: contact_form.php:1086
798
  msgid "Placeholder color"
799
  msgstr ""
800
 
801
- #: contact_form.php:1091
802
  msgid "Errors color"
803
  msgstr ""
804
 
805
- #: contact_form.php:1096
806
  msgid "Error text color"
807
  msgstr ""
808
 
809
- #: contact_form.php:1101
810
  msgid "Background color of the input field errors"
811
  msgstr ""
812
 
813
- #: contact_form.php:1106
814
  msgid "Border color of the input field errors"
815
  msgstr ""
816
 
817
- #: contact_form.php:1111
818
  msgid "Placeholder color of the input field errors"
819
  msgstr ""
820
 
821
- #: contact_form.php:1116
822
  #, fuzzy
823
  msgid "Input fields"
824
  msgstr "Afisaza text"
825
 
826
- #: contact_form.php:1121
827
  msgid "Input fields background color"
828
  msgstr ""
829
 
830
- #: contact_form.php:1126
831
  msgid "Text fields color"
832
  msgstr ""
833
 
834
- #: contact_form.php:1128
835
  msgid "Border width in px, numbers only"
836
  msgstr ""
837
 
838
- #: contact_form.php:1132
839
- #: contact_form.php:1153
840
  msgid "Border color"
841
  msgstr ""
842
 
843
- #: contact_form.php:1137
844
  #, fuzzy
845
  msgid "Submit button"
846
  msgstr "Trimite"
847
 
848
- #: contact_form.php:1139
849
  msgid "Width in px, numbers only"
850
  msgstr ""
851
 
852
- #: contact_form.php:1143
853
  msgid "Button color"
854
  msgstr ""
855
 
856
- #: contact_form.php:1148
857
  msgid "Button text color"
858
  msgstr ""
859
 
860
- #: contact_form.php:1164
861
  #, fuzzy
862
  msgid "Contact Form Pro | Preview"
863
  msgstr "Formular de contact"
864
 
865
- #: contact_form.php:1167
866
  msgid "Show with errors"
867
  msgstr ""
868
 
869
- #: contact_form.php:1175
870
  #: contact_form.php:1177
 
871
  msgid "Please enter your full name..."
872
  msgstr ""
873
 
874
- #: contact_form.php:1188
875
  #: contact_form.php:1190
 
876
  msgid "Please enter your address..."
877
  msgstr ""
878
 
879
- #: contact_form.php:1199
880
  #: contact_form.php:1201
 
881
  #, fuzzy
882
  msgid "Please enter your email address..."
883
  msgstr "Foloseste acest email:"
884
 
885
- #: contact_form.php:1210
886
  #: contact_form.php:1212
 
887
  msgid "Please enter your phone number..."
888
  msgstr ""
889
 
890
- #: contact_form.php:1221
891
  #: contact_form.php:1223
 
892
  msgid "Please enter subject..."
893
  msgstr ""
894
 
895
- #: contact_form.php:1231
896
  #: contact_form.php:1233
 
897
  msgid "Please enter your message..."
898
  msgstr ""
899
 
900
- #: contact_form.php:1244
901
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
902
  msgstr ""
903
 
904
- #: contact_form.php:1397
905
  msgid "You can attach the following file formats"
906
  msgstr "Puteti atasa fisiere de urmatoarele tipuri"
907
 
908
- #: contact_form.php:1681
909
  msgid "Contact from"
910
  msgstr "Formular de contact"
911
 
912
- #: contact_form.php:1694
913
  msgid "Email"
914
  msgstr "Email"
915
 
916
- #: contact_form.php:1708
917
  msgid "Site"
918
  msgstr "Site"
919
 
920
- #: contact_form.php:1758
921
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
922
  msgstr "Daca vedeti acest MIME atunci clientul dumneavoastra nu accepta tipuri MIME!"
923
 
924
- #: contact_form.php:1809
925
  msgid "FAQ"
926
  msgstr "FAQ"
927
 
928
- #: contact_form.php:1810
929
  msgid "Support"
930
  msgstr "Suport tehnic"
931
 
932
- #: contact_form.php:1858
933
  msgid "Are you sure that you want to delete this language data?"
934
  msgstr ""
935
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-07-29 17:33+0300\n"
6
+ "PO-Revision-Date: 2013-07-29 17:33+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
158
  msgstr "Va multumim ca ati luat legatura cu noi."
159
 
160
  #: contact_form.php:242
161
+ #: contact_form.php:1315
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Ne pare rau, mailul dumneavoastra nu a putut fi livrat."
164
 
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
+ #: contact_form.php:1004
188
+ #: contact_form.php:1801
189
+ #: contact_form.php:1810
190
  msgid "Settings"
191
  msgstr "Setari"
192
 
270
  msgstr "Optiuni formular de contact"
271
 
272
  #: contact_form.php:373
273
+ #: contact_form.php:1010
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "Formular de contact"
277
 
278
  #: contact_form.php:412
279
+ #: contact_form.php:899
280
+ #: contact_form.php:928
281
  msgid "Name:"
282
  msgstr "Nume:"
283
 
284
  #: contact_form.php:413
285
+ #: contact_form.php:900
286
+ #: contact_form.php:929
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "Adresa email:"
290
 
291
  #: contact_form.php:414
292
+ #: contact_form.php:901
293
+ #: contact_form.php:930
294
  msgid "Email Address:"
295
  msgstr "Adresa email:"
296
 
297
  #: contact_form.php:415
298
+ #: contact_form.php:902
299
+ #: contact_form.php:931
300
  msgid "Phone number:"
301
  msgstr ""
302
 
303
  #: contact_form.php:416
304
+ #: contact_form.php:903
305
+ #: contact_form.php:932
306
  msgid "Subject:"
307
  msgstr "Subiect:"
308
 
309
  #: contact_form.php:417
310
+ #: contact_form.php:904
311
+ #: contact_form.php:933
312
  msgid "Message:"
313
  msgstr "Mesaj:"
314
 
315
  #: contact_form.php:418
316
+ #: contact_form.php:905
317
+ #: contact_form.php:934
318
  msgid "Attachment:"
319
  msgstr "Atasament:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
+ #: contact_form.php:906
324
+ #: contact_form.php:935
325
  msgid "Send me a copy"
326
  msgstr "Trimite-mi o copie"
327
 
328
  #: contact_form.php:420
329
+ #: contact_form.php:907
330
+ #: contact_form.php:936
331
  msgid "Submit"
332
  msgstr "Trimite"
333
 
408
  msgstr "Optiuni salvate."
409
 
410
  #: contact_form.php:755
411
+ #: contact_form.php:1005
412
  #, fuzzy
413
  msgid "Extra settings"
414
  msgstr "Setari"
415
 
416
  #: contact_form.php:760
417
+ #: contact_form.php:1261
418
  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:"
419
  msgstr "Daca ati dori sa adaugati un Formular de Contact pe situl dumneavoastra, copiati si lipiti acest cod intr-o pagina sau widget:"
420
 
421
+ #: contact_form.php:760
422
+ #: contact_form.php:761
423
+ #: contact_form.php:921
424
+ #: contact_form.php:969
425
+ msgid "or"
426
+ msgstr ""
427
+
428
  #: contact_form.php:761
429
+ msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
430
+ msgstr ""
431
+
432
+ #: contact_form.php:762
433
+ msgid "They work the same way."
434
+ msgstr ""
435
+
436
+ #: contact_form.php:763
437
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
438
  msgstr "Daca informatia din campurile urmatoare este nula, atunci mesajul va fi trimis la adresa specificata in timpul procesului de inregistrare."
439
 
440
+ #: contact_form.php:767
441
  msgid "The user's email address:"
442
  msgstr "Foloseste email-ul utilizatorului Wordpress:"
443
 
444
+ #: contact_form.php:771
445
  msgid "Create a username"
446
  msgstr "Alege numele utilizatorului"
447
 
448
+ #: contact_form.php:776
449
  msgid "Enter a username of the person who should get the messages from the contact form."
450
  msgstr "Alege numele utilizatorului care va primi mesaje de la formularul de contact."
451
 
452
+ #: contact_form.php:780
453
  msgid "Use this email address:"
454
  msgstr "Foloseste acest email:"
455
 
456
+ #: contact_form.php:783
457
  msgid "Enter the email address you want the messages forwarded to."
458
  msgstr "Alege o adresa email care sa fie folosita pentru primirea mesajelor."
459
 
460
+ #: contact_form.php:787
461
  msgid "Additional options"
462
  msgstr "Optiuni aditionale"
463
 
464
+ #: contact_form.php:790
465
  msgid "What to use?"
466
  msgstr "Ce sa folosesc?"
467
 
468
+ #: contact_form.php:793
469
  msgid "Wp-mail"
470
  msgstr "Wp-mail"
471
 
472
+ #: contact_form.php:794
473
  msgid "You can use the wp_mail function for mailing"
474
  msgstr "Pentru a trimite mailuri puteti folosi functia Wordpress wp_mail"
475
 
476
+ #: contact_form.php:800
477
  msgid "Mail"
478
  msgstr "Mail"
479
 
480
+ #: contact_form.php:801
481
  msgid "To send mail you can use the php mail function"
482
  msgstr "Pentru a trimite mailuri puteti folosi functia PHP mail"
483
 
484
+ #: contact_form.php:805
485
  #, fuzzy
486
  msgid "Change text of the 'FROM' field"
487
  msgstr "Modifica linia DE LA din formularul de contact"
488
 
489
+ #: contact_form.php:811
490
  msgid "Enter the email address in the 'From' field"
491
  msgstr ""
492
 
493
+ #: contact_form.php:813
494
  msgid "User email"
495
  msgstr ""
496
 
497
+ #: contact_form.php:813
498
  msgid "The email address of the user who fills the form will be used in the field 'From'."
499
  msgstr ""
500
 
501
+ #: contact_form.php:815
502
  msgid "This email address will be used in the 'From' field."
503
  msgstr ""
504
 
505
+ #: contact_form.php:819
506
  #, fuzzy
507
  msgid "Display fields"
508
  msgstr "Afisaza text"
509
 
510
+ #: contact_form.php:821
511
+ #: contact_form.php:851
512
+ #: contact_form.php:1041
513
+ #: contact_form.php:1693
514
  #, fuzzy
515
  msgid "Address"
516
  msgstr "Adresa email:"
517
 
518
+ #: contact_form.php:822
519
+ #: contact_form.php:853
520
+ #: contact_form.php:1701
521
  msgid "Phone"
522
  msgstr ""
523
 
524
+ #: contact_form.php:823
525
  #, fuzzy
526
  msgid "Attachment block"
527
  msgstr "Afisaza blocul de Atasamente"
528
 
529
+ #: contact_form.php:823
530
  msgid "Users can attach the following file formats"
531
  msgstr "Utilizatorii pot atasa fisiere de urmatoarele tipuri"
532
 
533
+ #: contact_form.php:824
534
  #, fuzzy
535
  msgid "Tips below the Attachment block"
536
  msgstr "Afisaza explicatiile dupa blocul Atasament"
537
 
538
+ #: contact_form.php:825
539
  #, fuzzy
540
  msgid "Send me a copy block"
541
  msgstr "Afisaza blocul Trimite-mi o copie"
542
 
543
+ #: contact_form.php:837
544
+ #: contact_form.php:840
545
+ #: contact_form.php:843
546
+ #: contact_form.php:1070
547
  msgid "Captcha"
548
  msgstr ""
549
 
550
+ #: contact_form.php:837
551
+ #: contact_form.php:840
552
+ #: contact_form.php:843
553
+ #: contact_form.php:1070
554
  msgid "(powered by bestwebsoft.com)"
555
  msgstr ""
556
 
557
+ #: contact_form.php:840
558
  #, fuzzy
559
  msgid "Activate captcha"
560
  msgstr "Plugin-uri activate"
561
 
562
+ #: contact_form.php:843
563
  #, fuzzy
564
  msgid "Download captcha"
565
  msgstr "Descarca"
566
 
567
+ #: contact_form.php:848
568
  msgid "Required fields"
569
  msgstr ""
570
 
571
+ #: contact_form.php:850
572
+ #: contact_form.php:1036
573
+ #: contact_form.php:1688
574
  msgid "Name"
575
  msgstr "Nume"
576
 
577
+ #: contact_form.php:852
578
  #, fuzzy
579
  msgid "Email Address"
580
  msgstr "Adresa email:"
581
 
582
+ #: contact_form.php:854
583
+ #: contact_form.php:1056
584
+ #: contact_form.php:1704
585
  msgid "Subject"
586
  msgstr "Subiect"
587
 
588
+ #: contact_form.php:855
589
+ #: contact_form.php:1060
590
+ #: contact_form.php:1707
591
  msgid "Message"
592
  msgstr "Mesaj"
593
 
594
+ #: contact_form.php:859
595
  #, fuzzy
596
  msgid "Display additional info in the email"
597
  msgstr "Afisaza informatii aditionale in email"
598
 
599
+ #: contact_form.php:864
600
+ #: contact_form.php:1660
601
  msgid "Sent from (ip address)"
602
  msgstr "Trimis de la (adresa IP)"
603
 
604
+ #: contact_form.php:865
605
+ #: contact_form.php:1665
606
  msgid "Date/Time"
607
  msgstr "Data/Ora"
608
 
609
+ #: contact_form.php:866
610
+ #: contact_form.php:1670
611
  msgid "Sent from (referer)"
612
  msgstr "Venind de la (referinta)"
613
 
614
+ #: contact_form.php:867
615
+ #: contact_form.php:1675
616
  msgid "Using (user agent)"
617
  msgstr "Folosind (Agent)"
618
 
619
+ #: contact_form.php:871
620
  msgid "Language settings for the field names in the form"
621
  msgstr ""
622
 
623
+ #: contact_form.php:880
624
  msgid "Add a language"
625
  msgstr ""
626
 
627
+ #: contact_form.php:884
628
  msgid "Change the names of the contact form fields and error messages"
629
  msgstr "Schimba etichetele pentru campurile formularului de contact"
630
 
631
+ #: contact_form.php:889
632
+ #: contact_form.php:960
633
  msgid "English"
634
  msgstr ""
635
 
 
 
 
 
 
 
 
 
 
 
636
  #: contact_form.php:908
637
  #: contact_form.php:937
638
+ msgid "Error message for the Name field"
639
  msgstr ""
640
 
641
  #: contact_form.php:909
642
  #: contact_form.php:938
643
+ msgid "Error message for the Address field"
644
  msgstr ""
645
 
646
  #: contact_form.php:910
647
  #: contact_form.php:939
648
+ msgid "Error message for the Email field"
649
  msgstr ""
650
 
651
  #: contact_form.php:911
652
  #: contact_form.php:940
653
+ msgid "Error message for the Phone field"
654
  msgstr ""
655
 
656
  #: contact_form.php:912
657
  #: contact_form.php:941
658
+ msgid "Error message for the Subject field"
659
  msgstr ""
660
 
661
  #: contact_form.php:913
662
  #: contact_form.php:942
663
+ msgid "Error message for the Message field"
664
  msgstr ""
665
 
666
  #: contact_form.php:914
667
  #: contact_form.php:943
668
+ msgid "Error message about the file type for the Attachment field"
669
  msgstr ""
670
 
671
  #: contact_form.php:915
672
  #: contact_form.php:944
673
+ msgid "Error message while uploading a file for the Attachment field to the server"
674
  msgstr ""
675
 
676
  #: contact_form.php:916
677
  #: contact_form.php:945
678
+ msgid "Error message while moving the file for the Attachment field"
679
  msgstr ""
680
 
681
  #: contact_form.php:917
682
  #: contact_form.php:946
683
+ msgid "Error message when file size limit for the Attachment field is exceeded"
684
+ msgstr ""
685
+
686
+ #: contact_form.php:918
687
+ #: contact_form.php:947
688
+ msgid "Error message for the Captcha field"
689
  msgstr ""
690
 
691
  #: contact_form.php:919
692
  #: contact_form.php:948
693
+ msgid "Error message for the whole form"
694
+ msgstr ""
695
+
696
+ #: contact_form.php:921
697
+ #: contact_form.php:950
698
+ #: contact_form.php:969
699
+ #: contact_form.php:975
700
  msgid "Use shortcode"
701
  msgstr ""
702
 
703
+ #: contact_form.php:921
704
+ #: contact_form.php:950
705
+ #: contact_form.php:969
706
+ #: contact_form.php:975
707
  msgid "for this language"
708
  msgstr ""
709
 
710
+ #: contact_form.php:957
711
  msgid "Action after email is sent"
712
  msgstr "Actiune dupa trimiterea mailului"
713
 
714
+ #: contact_form.php:959
715
  msgid "Display text"
716
  msgstr "Afisaza text"
717
 
718
+ #: contact_form.php:968
719
+ #: contact_form.php:974
720
  msgid "Text"
721
  msgstr "Text"
722
 
723
+ #: contact_form.php:981
724
  msgid "Redirect to the page"
725
  msgstr "Redirectioneaza la pagina"
726
 
727
+ #: contact_form.php:982
728
  msgid "Url"
729
  msgstr "Url"
730
 
731
+ #: contact_form.php:987
732
+ #: contact_form.php:1162
733
  msgid "Save Changes"
734
  msgstr "Salveaza schimbarile"
735
 
736
+ #: contact_form.php:1002
737
  #, fuzzy
738
  msgid "Contact Form Pro | Extra Settings"
739
  msgstr "Optiuni formular de contact"
740
 
741
+ #: contact_form.php:1009
742
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
743
  msgstr ""
744
 
745
+ #: contact_form.php:1016
746
  msgid "Errors output"
747
  msgstr ""
748
 
749
+ #: contact_form.php:1019
750
  msgid "Display error messages"
751
  msgstr ""
752
 
753
+ #: contact_form.php:1020
754
  msgid "Color of the input field errors."
755
  msgstr ""
756
 
757
+ #: contact_form.php:1021
758
  msgid "Display error messages & color of the input field errors"
759
  msgstr ""
760
 
761
+ #: contact_form.php:1026
762
  msgid "Add placeholder to the input blocks"
763
  msgstr ""
764
 
765
+ #: contact_form.php:1032
766
  #, fuzzy
767
  msgid "Add tooltips"
768
  msgstr "Optiuni aditionale"
769
 
770
+ #: contact_form.php:1046
771
  #, fuzzy
772
  msgid "Email address"
773
  msgstr "Adresa email:"
774
 
775
+ #: contact_form.php:1051
776
  msgid "Phone Number"
777
  msgstr ""
778
 
779
+ #: contact_form.php:1065
780
  #, fuzzy
781
  msgid "Attachment"
782
  msgstr "Atasament:"
783
 
784
+ #: contact_form.php:1075
785
  #, fuzzy
786
  msgid "Style options"
787
  msgstr "Optiuni aditionale"
788
 
789
+ #: contact_form.php:1078
790
  msgid "Text color"
791
  msgstr ""
792
 
793
+ #: contact_form.php:1081
794
+ #: contact_form.php:1086
795
+ #: contact_form.php:1096
796
+ #: contact_form.php:1101
797
+ #: contact_form.php:1106
798
+ #: contact_form.php:1111
799
+ #: contact_form.php:1121
800
+ #: contact_form.php:1126
801
+ #: contact_form.php:1132
802
+ #: contact_form.php:1143
803
+ #: contact_form.php:1148
804
+ #: contact_form.php:1153
805
  msgid "Default"
806
  msgstr ""
807
 
808
+ #: contact_form.php:1083
809
  msgid "Label text color"
810
  msgstr ""
811
 
812
+ #: contact_form.php:1088
813
  msgid "Placeholder color"
814
  msgstr ""
815
 
816
+ #: contact_form.php:1093
817
  msgid "Errors color"
818
  msgstr ""
819
 
820
+ #: contact_form.php:1098
821
  msgid "Error text color"
822
  msgstr ""
823
 
824
+ #: contact_form.php:1103
825
  msgid "Background color of the input field errors"
826
  msgstr ""
827
 
828
+ #: contact_form.php:1108
829
  msgid "Border color of the input field errors"
830
  msgstr ""
831
 
832
+ #: contact_form.php:1113
833
  msgid "Placeholder color of the input field errors"
834
  msgstr ""
835
 
836
+ #: contact_form.php:1118
837
  #, fuzzy
838
  msgid "Input fields"
839
  msgstr "Afisaza text"
840
 
841
+ #: contact_form.php:1123
842
  msgid "Input fields background color"
843
  msgstr ""
844
 
845
+ #: contact_form.php:1128
846
  msgid "Text fields color"
847
  msgstr ""
848
 
849
+ #: contact_form.php:1130
850
  msgid "Border width in px, numbers only"
851
  msgstr ""
852
 
853
+ #: contact_form.php:1134
854
+ #: contact_form.php:1155
855
  msgid "Border color"
856
  msgstr ""
857
 
858
+ #: contact_form.php:1139
859
  #, fuzzy
860
  msgid "Submit button"
861
  msgstr "Trimite"
862
 
863
+ #: contact_form.php:1141
864
  msgid "Width in px, numbers only"
865
  msgstr ""
866
 
867
+ #: contact_form.php:1145
868
  msgid "Button color"
869
  msgstr ""
870
 
871
+ #: contact_form.php:1150
872
  msgid "Button text color"
873
  msgstr ""
874
 
875
+ #: contact_form.php:1166
876
  #, fuzzy
877
  msgid "Contact Form Pro | Preview"
878
  msgstr "Formular de contact"
879
 
880
+ #: contact_form.php:1169
881
  msgid "Show with errors"
882
  msgstr ""
883
 
 
884
  #: contact_form.php:1177
885
+ #: contact_form.php:1179
886
  msgid "Please enter your full name..."
887
  msgstr ""
888
 
 
889
  #: contact_form.php:1190
890
+ #: contact_form.php:1192
891
  msgid "Please enter your address..."
892
  msgstr ""
893
 
 
894
  #: contact_form.php:1201
895
+ #: contact_form.php:1203
896
  #, fuzzy
897
  msgid "Please enter your email address..."
898
  msgstr "Foloseste acest email:"
899
 
 
900
  #: contact_form.php:1212
901
+ #: contact_form.php:1214
902
  msgid "Please enter your phone number..."
903
  msgstr ""
904
 
 
905
  #: contact_form.php:1223
906
+ #: contact_form.php:1225
907
  msgid "Please enter subject..."
908
  msgstr ""
909
 
 
910
  #: contact_form.php:1233
911
+ #: contact_form.php:1235
912
  msgid "Please enter your message..."
913
  msgstr ""
914
 
915
+ #: contact_form.php:1246
916
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
917
  msgstr ""
918
 
919
+ #: contact_form.php:1399
920
  msgid "You can attach the following file formats"
921
  msgstr "Puteti atasa fisiere de urmatoarele tipuri"
922
 
923
+ #: contact_form.php:1683
924
  msgid "Contact from"
925
  msgstr "Formular de contact"
926
 
927
+ #: contact_form.php:1696
928
  msgid "Email"
929
  msgstr "Email"
930
 
931
+ #: contact_form.php:1710
932
  msgid "Site"
933
  msgstr "Site"
934
 
935
+ #: contact_form.php:1760
936
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
937
  msgstr "Daca vedeti acest MIME atunci clientul dumneavoastra nu accepta tipuri MIME!"
938
 
939
+ #: contact_form.php:1811
940
  msgid "FAQ"
941
  msgstr "FAQ"
942
 
943
+ #: contact_form.php:1812
944
  msgid "Support"
945
  msgstr "Suport tehnic"
946
 
947
+ #: contact_form.php:1860
948
  msgid "Are you sure that you want to delete this language data?"
949
  msgstr ""
950
 
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-07-22 16:58+0300\n"
6
- "PO-Revision-Date: 2013-07-22 17:01+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -155,7 +155,7 @@ msgid "Thank you for contacting us."
155
  msgstr "Спасибо за контакт с нами."
156
 
157
  #: contact_form.php:242
158
- #: contact_form.php:1313
159
  msgid "Sorry, email message could not be delivered."
160
  msgstr "Извините, ваш email не может быть отправлен."
161
 
@@ -180,9 +180,9 @@ msgstr "Читать далее"
180
  #: contact_form.php:255
181
  #: contact_form.php:281
182
  #: contact_form.php:754
183
- #: contact_form.php:1002
184
- #: contact_form.php:1799
185
- #: contact_form.php:1808
186
  msgid "Settings"
187
  msgstr "Настройки"
188
 
@@ -259,62 +259,62 @@ msgid "Contact Form Pro Extra Settings"
259
  msgstr "Extra Настройки Контактной Формы"
260
 
261
  #: contact_form.php:373
262
- #: contact_form.php:1008
263
  msgid "Contact Form Pro"
264
  msgstr "Контактная Форма PRO"
265
 
266
  #: contact_form.php:412
267
- #: contact_form.php:897
268
- #: contact_form.php:926
269
  msgid "Name:"
270
  msgstr "Имя:"
271
 
272
  #: contact_form.php:413
273
- #: contact_form.php:898
274
- #: contact_form.php:927
275
  msgid "Address:"
276
  msgstr "Адрес:"
277
 
278
  #: contact_form.php:414
279
- #: contact_form.php:899
280
- #: contact_form.php:928
281
  msgid "Email Address:"
282
  msgstr "E-mail адрес:"
283
 
284
  #: contact_form.php:415
285
- #: contact_form.php:900
286
- #: contact_form.php:929
287
  msgid "Phone number:"
288
  msgstr "Телефон:"
289
 
290
  #: contact_form.php:416
291
- #: contact_form.php:901
292
- #: contact_form.php:930
293
  msgid "Subject:"
294
  msgstr "Тема:"
295
 
296
  #: contact_form.php:417
297
- #: contact_form.php:902
298
- #: contact_form.php:931
299
  msgid "Message:"
300
  msgstr "Сообщение:"
301
 
302
  #: contact_form.php:418
303
- #: contact_form.php:903
304
- #: contact_form.php:932
305
  msgid "Attachment:"
306
  msgstr "Прикрепить файл:"
307
 
308
  #: contact_form.php:419
309
  #: contact_form.php:474
310
- #: contact_form.php:904
311
- #: contact_form.php:933
312
  msgid "Send me a copy"
313
  msgstr "Отправить мне копию"
314
 
315
  #: contact_form.php:420
316
- #: contact_form.php:905
317
- #: contact_form.php:934
318
  msgid "Submit"
319
  msgstr "Отправить"
320
 
@@ -390,508 +390,523 @@ msgid "Settings saved."
390
  msgstr "Опции сохранены."
391
 
392
  #: contact_form.php:755
393
- #: contact_form.php:1003
394
  msgid "Extra settings"
395
  msgstr "Extra Настройки"
396
 
397
  #: contact_form.php:760
398
- #: contact_form.php:1259
399
  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:"
400
  msgstr "Если вы хотите добавить Контактную Форму на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста или виджета:"
401
 
 
 
 
 
 
 
 
402
  #: contact_form.php:761
 
 
 
 
 
 
 
 
403
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
404
  msgstr "Если информация в полях ниже отсутствует, соощения будут оправлены на email адрес, который был указан при регистрации сайта."
405
 
406
- #: contact_form.php:765
407
  msgid "The user's email address:"
408
  msgstr "Email пользователя сайта:"
409
 
410
- #: contact_form.php:769
411
  msgid "Create a username"
412
  msgstr "Выберите имя пользователя"
413
 
414
- #: contact_form.php:774
415
  msgid "Enter a username of the person who should get the messages from the contact form."
416
  msgstr "Укажите логин пользователя, который будет получать сообщения контактной формы."
417
 
418
- #: contact_form.php:778
419
  msgid "Use this email address:"
420
  msgstr "Использовать этот email:"
421
 
422
- #: contact_form.php:781
423
  msgid "Enter the email address you want the messages forwarded to."
424
  msgstr "Укажите email адрес, на который будут отправляться сообщения."
425
 
426
- #: contact_form.php:785
427
  msgid "Additional options"
428
  msgstr "Дополнительные настройки"
429
 
430
- #: contact_form.php:788
431
  msgid "What to use?"
432
  msgstr "Что использовать?"
433
 
434
- #: contact_form.php:791
435
  msgid "Wp-mail"
436
  msgstr "Wp-mail"
437
 
438
- #: contact_form.php:792
439
  msgid "You can use the wp_mail function for mailing"
440
  msgstr "Для отправки почты вы можете использовать функцию WordPress wp_mail"
441
 
442
- #: contact_form.php:798
443
  msgid "Mail"
444
  msgstr "Mail"
445
 
446
- #: contact_form.php:799
447
  msgid "To send mail you can use the php mail function"
448
  msgstr "Для отправки почты вы можете использовать функцию php mail"
449
 
450
- #: contact_form.php:803
451
  msgid "Change text of the 'FROM' field"
452
  msgstr "Изменить текст для поля ОТ в письме"
453
 
454
- #: contact_form.php:809
455
  msgid "Enter the email address in the 'From' field"
456
  msgstr "Выберите email для поля 'FROM' письма"
457
 
458
- #: contact_form.php:811
459
  msgid "User email"
460
  msgstr "Емейл"
461
 
462
- #: contact_form.php:811
463
  msgid "The email address of the user who fills the form will be used in the field 'From'."
464
  msgstr "В поле \"From\" в письме будет использоваться электронная почта того пользователя, который заполняет форму."
465
 
466
- #: contact_form.php:813
467
  msgid "This email address will be used in the 'From' field."
468
  msgstr "В поле \"From\" в письме будет использоваться данная электронная почта."
469
 
470
- #: contact_form.php:817
471
  msgid "Display fields"
472
  msgstr "Отобразить поля"
473
 
474
- #: contact_form.php:819
475
- #: contact_form.php:849
476
- #: contact_form.php:1039
477
- #: contact_form.php:1691
478
  msgid "Address"
479
  msgstr "Адрес"
480
 
481
- #: contact_form.php:820
482
- #: contact_form.php:851
483
- #: contact_form.php:1699
484
  msgid "Phone"
485
  msgstr "Телефон"
486
 
487
- #: contact_form.php:821
488
  msgid "Attachment block"
489
  msgstr "Блок Прикрепить файл"
490
 
491
- #: contact_form.php:821
492
  msgid "Users can attach the following file formats"
493
  msgstr "Пользователи могут прикрепить файлы таких типов"
494
 
495
- #: contact_form.php:822
496
  msgid "Tips below the Attachment block"
497
  msgstr "Пояснения после блока Прикрепить файл"
498
 
499
- #: contact_form.php:823
500
  msgid "Send me a copy block"
501
  msgstr "Блок Отправить мне копию"
502
 
503
- #: contact_form.php:835
504
- #: contact_form.php:838
505
- #: contact_form.php:841
506
- #: contact_form.php:1068
507
  msgid "Captcha"
508
  msgstr "КАПЧА"
509
 
510
- #: contact_form.php:835
511
- #: contact_form.php:838
512
- #: contact_form.php:841
513
- #: contact_form.php:1068
514
  msgid "(powered by bestwebsoft.com)"
515
  msgstr "(powered by bestwebsoft.com)"
516
 
517
- #: contact_form.php:838
518
  msgid "Activate captcha"
519
  msgstr "Активировать Капчу"
520
 
521
- #: contact_form.php:841
522
  msgid "Download captcha"
523
  msgstr "Скачать Капчу"
524
 
525
- #: contact_form.php:846
526
  msgid "Required fields"
527
  msgstr "Обязательные поля"
528
 
529
- #: contact_form.php:848
530
- #: contact_form.php:1034
531
- #: contact_form.php:1686
532
  msgid "Name"
533
  msgstr "Имя"
534
 
535
- #: contact_form.php:850
536
  msgid "Email Address"
537
  msgstr "Email адрес"
538
 
539
- #: contact_form.php:852
540
- #: contact_form.php:1054
541
- #: contact_form.php:1702
542
  msgid "Subject"
543
  msgstr "Тема"
544
 
545
- #: contact_form.php:853
546
- #: contact_form.php:1058
547
- #: contact_form.php:1705
548
  msgid "Message"
549
  msgstr "Сообщение"
550
 
551
- #: contact_form.php:857
552
  msgid "Display additional info in the email"
553
  msgstr "Отображение дополнительной информации в письме"
554
 
555
- #: contact_form.php:862
556
- #: contact_form.php:1658
557
  msgid "Sent from (ip address)"
558
  msgstr "Отправлено от (ip адрес)"
559
 
560
- #: contact_form.php:863
561
- #: contact_form.php:1663
562
  msgid "Date/Time"
563
  msgstr "Дата/Время"
564
 
565
- #: contact_form.php:864
566
- #: contact_form.php:1668
567
  msgid "Sent from (referer)"
568
  msgstr "Пришло из (реферер)"
569
 
570
- #: contact_form.php:865
571
- #: contact_form.php:1673
572
  msgid "Using (user agent)"
573
  msgstr "Используя (user agent)"
574
 
575
- #: contact_form.php:869
576
  msgid "Language settings for the field names in the form"
577
  msgstr "Языковые настройки для названия полей в форме"
578
 
579
- #: contact_form.php:878
580
  msgid "Add a language"
581
  msgstr "Добавить язык"
582
 
583
- #: contact_form.php:882
584
  msgid "Change the names of the contact form fields and error messages"
585
  msgstr "Изменить названия полей контактной формы и сообщений об ошибках"
586
 
587
- #: contact_form.php:887
588
- #: contact_form.php:958
589
  msgid "English"
590
  msgstr "Английский"
591
 
592
- #: contact_form.php:906
593
- #: contact_form.php:935
594
  msgid "Error message for the Name field"
595
  msgstr "Сообщение об ошибке для поля Name"
596
 
597
- #: contact_form.php:907
598
- #: contact_form.php:936
599
  msgid "Error message for the Address field"
600
  msgstr "Сообщение об ошибке для поля Address"
601
 
602
- #: contact_form.php:908
603
- #: contact_form.php:937
604
  msgid "Error message for the Email field"
605
  msgstr "Сообщение об ошибке для поля Email"
606
 
607
- #: contact_form.php:909
608
- #: contact_form.php:938
609
  msgid "Error message for the Phone field"
610
  msgstr "Сообщение об ошибке для поля Phone"
611
 
612
- #: contact_form.php:910
613
- #: contact_form.php:939
614
  msgid "Error message for the Subject field"
615
  msgstr "Сообщение об ошибке для поля Subject"
616
 
617
- #: contact_form.php:911
618
- #: contact_form.php:940
619
  msgid "Error message for the Message field"
620
  msgstr "Сообщение об ошибке для поля Message"
621
 
622
- #: contact_form.php:912
623
- #: contact_form.php:941
624
  msgid "Error message about the file type for the Attachment field"
625
  msgstr "Сообщение об ошибке о типе файла для поля Attachment"
626
 
627
- #: contact_form.php:913
628
- #: contact_form.php:942
629
  msgid "Error message while uploading a file for the Attachment field to the server"
630
  msgstr "Сообщение об ошибке при загрузке файла на сервер для поля Attachment"
631
 
632
- #: contact_form.php:914
633
- #: contact_form.php:943
634
  msgid "Error message while moving the file for the Attachment field"
635
  msgstr "Сообщение об ошибке при перемещении файла для поля Attachment"
636
 
637
- #: contact_form.php:915
638
- #: contact_form.php:944
639
  msgid "Error message when file size limit for the Attachment field is exceeded"
640
  msgstr "Сообщение об ошибке когда размер файла превышает размер разрешенного сервером для поля Attachment"
641
 
642
- #: contact_form.php:916
643
- #: contact_form.php:945
644
  msgid "Error message for the Captcha field"
645
  msgstr "Сообщение об ошибке для поля Captcha"
646
 
647
- #: contact_form.php:917
648
- #: contact_form.php:946
649
  msgid "Error message for the whole form"
650
  msgstr "Сообщение об ошибке для всей формы"
651
 
652
- #: contact_form.php:919
653
- #: contact_form.php:948
654
- #: contact_form.php:967
655
- #: contact_form.php:973
656
  msgid "Use shortcode"
657
  msgstr "Использовать шорткод"
658
 
659
- #: contact_form.php:919
660
- #: contact_form.php:948
661
- #: contact_form.php:967
662
- #: contact_form.php:973
663
  msgid "for this language"
664
  msgstr "для данного языка"
665
 
666
- #: contact_form.php:955
667
  msgid "Action after email is sent"
668
  msgstr "Действие после отправки письма"
669
 
670
- #: contact_form.php:957
671
  msgid "Display text"
672
  msgstr "Отобразить текст"
673
 
674
- #: contact_form.php:966
675
- #: contact_form.php:972
676
  msgid "Text"
677
  msgstr "Текст"
678
 
679
- #: contact_form.php:979
680
  msgid "Redirect to the page"
681
  msgstr "Перенаправление на страницу"
682
 
683
- #: contact_form.php:980
684
  msgid "Url"
685
  msgstr "Урл"
686
 
687
- #: contact_form.php:985
688
- #: contact_form.php:1160
689
  msgid "Save Changes"
690
  msgstr "Save Changes"
691
 
692
- #: contact_form.php:1000
693
  msgid "Contact Form Pro | Extra Settings"
694
  msgstr "Contact Form Pro | Extra Настройки"
695
 
696
- #: contact_form.php:1007
697
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
698
  msgstr "Данный функционал доступен в Pro версии плагина. Для детальной информации перейдите по ссылке"
699
 
700
- #: contact_form.php:1014
701
  msgid "Errors output"
702
  msgstr "Отображение ошибок"
703
 
704
- #: contact_form.php:1017
705
  msgid "Display error messages"
706
  msgstr "Отображать сообщения об ошибках"
707
 
708
- #: contact_form.php:1018
709
  msgid "Color of the input field errors."
710
  msgstr "Отображать ошибки цветом для полей ввода"
711
 
712
- #: contact_form.php:1019
713
  msgid "Display error messages & color of the input field errors"
714
  msgstr "Отображать сообщения об ошибках & цвет полей ввода с ошибками"
715
 
716
- #: contact_form.php:1024
717
  msgid "Add placeholder to the input blocks"
718
  msgstr "Добавить вспомогательный текст в поля ввода"
719
 
720
- #: contact_form.php:1030
721
  msgid "Add tooltips"
722
  msgstr "Добавить подсказки"
723
 
724
- #: contact_form.php:1044
725
  msgid "Email address"
726
  msgstr "Email адрес"
727
 
728
- #: contact_form.php:1049
729
  msgid "Phone Number"
730
  msgstr "Телефон"
731
 
732
- #: contact_form.php:1063
733
  msgid "Attachment"
734
  msgstr "Прикрепить файл"
735
 
736
- #: contact_form.php:1073
737
  msgid "Style options"
738
  msgstr "Настройки стиля"
739
 
740
- #: contact_form.php:1076
741
  msgid "Text color"
742
  msgstr "Цвет текста"
743
 
744
- #: contact_form.php:1079
745
- #: contact_form.php:1084
746
- #: contact_form.php:1094
747
- #: contact_form.php:1099
748
- #: contact_form.php:1104
749
- #: contact_form.php:1109
750
- #: contact_form.php:1119
751
- #: contact_form.php:1124
752
- #: contact_form.php:1130
753
- #: contact_form.php:1141
754
- #: contact_form.php:1146
755
- #: contact_form.php:1151
756
  msgid "Default"
757
  msgstr "По-умолчанию"
758
 
759
- #: contact_form.php:1081
760
  msgid "Label text color"
761
  msgstr "Цвет текста"
762
 
763
- #: contact_form.php:1086
764
  msgid "Placeholder color"
765
  msgstr "Цвет замещающегося текста"
766
 
767
- #: contact_form.php:1091
768
  msgid "Errors color"
769
  msgstr "Цвет ошибок"
770
 
771
- #: contact_form.php:1096
772
  msgid "Error text color"
773
  msgstr "Цвет текста для ошибок"
774
 
775
- #: contact_form.php:1101
776
  msgid "Background color of the input field errors"
777
  msgstr "Цвет фона для полей ввода с ошибками"
778
 
779
- #: contact_form.php:1106
780
  msgid "Border color of the input field errors"
781
  msgstr "Цвет рамки для полей ввода с ошибками"
782
 
783
- #: contact_form.php:1111
784
  msgid "Placeholder color of the input field errors"
785
  msgstr "Цвет вспомогательного текста для полей ввода с ошибками"
786
 
787
- #: contact_form.php:1116
788
  msgid "Input fields"
789
  msgstr "Поля ввода"
790
 
791
- #: contact_form.php:1121
792
  msgid "Input fields background color"
793
  msgstr "Цвет фона для полей ввода"
794
 
795
- #: contact_form.php:1126
796
  msgid "Text fields color"
797
  msgstr "Цвет текста для полей ввода"
798
 
799
- #: contact_form.php:1128
800
  msgid "Border width in px, numbers only"
801
  msgstr "Ширина рамки в пикселях, только цифры"
802
 
803
- #: contact_form.php:1132
804
- #: contact_form.php:1153
805
  msgid "Border color"
806
  msgstr "Цвет рамки"
807
 
808
- #: contact_form.php:1137
809
  msgid "Submit button"
810
  msgstr "Кнопка Отправить"
811
 
812
- #: contact_form.php:1139
813
  msgid "Width in px, numbers only"
814
  msgstr "Ширина в пикселях, только цифры"
815
 
816
- #: contact_form.php:1143
817
  msgid "Button color"
818
  msgstr "Цвет кнопки"
819
 
820
- #: contact_form.php:1148
821
  msgid "Button text color"
822
  msgstr "Цвет текста для кнопки"
823
 
824
- #: contact_form.php:1164
825
  msgid "Contact Form Pro | Preview"
826
  msgstr "Contact Form Pro | Предпросмотр"
827
 
828
- #: contact_form.php:1167
829
  msgid "Show with errors"
830
  msgstr "Отображать с ошибками"
831
 
832
- #: contact_form.php:1175
833
  #: contact_form.php:1177
 
834
  msgid "Please enter your full name..."
835
  msgstr "Пожалуйста введите ваше имя..."
836
 
837
- #: contact_form.php:1188
838
  #: contact_form.php:1190
 
839
  msgid "Please enter your address..."
840
  msgstr "Пожалуйста введите ваш адресс..."
841
 
842
- #: contact_form.php:1199
843
  #: contact_form.php:1201
 
844
  msgid "Please enter your email address..."
845
  msgstr "Пожалуйста введите ваш email..."
846
 
847
- #: contact_form.php:1210
848
  #: contact_form.php:1212
 
849
  msgid "Please enter your phone number..."
850
  msgstr "Пожалуйста введите ваш телефон..."
851
 
852
- #: contact_form.php:1221
853
  #: contact_form.php:1223
 
854
  msgid "Please enter subject..."
855
  msgstr "Пожалуйста введите тему..."
856
 
857
- #: contact_form.php:1231
858
  #: contact_form.php:1233
 
859
  msgid "Please enter your message..."
860
  msgstr "Пожалуйста введите ваше сообщение..."
861
 
862
- #: contact_form.php:1244
863
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
864
  msgstr "Поддерживаемые типы файлов: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Максимальный размер файла: 2 МБ"
865
 
866
- #: contact_form.php:1397
867
  msgid "You can attach the following file formats"
868
  msgstr "Пользователи могут прикрепить файлы таких типов"
869
 
870
- #: contact_form.php:1681
871
  msgid "Contact from"
872
  msgstr "Контактная Форма"
873
 
874
- #: contact_form.php:1694
875
  msgid "Email"
876
  msgstr "Email"
877
 
878
- #: contact_form.php:1708
879
  msgid "Site"
880
  msgstr "Сайт"
881
 
882
- #: contact_form.php:1758
883
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
884
  msgstr "Если вы можете видеть этот MIME значит ваш почтовый клиент не поддерживает MIME тип!"
885
 
886
- #: contact_form.php:1809
887
  msgid "FAQ"
888
  msgstr "FAQ"
889
 
890
- #: contact_form.php:1810
891
  msgid "Support"
892
  msgstr "Поддержка"
893
 
894
- #: contact_form.php:1858
895
  msgid "Are you sure that you want to delete this language data?"
896
  msgstr "Вы действительно хотите удалить данные для этого языка?"
897
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-07-29 17:33+0300\n"
6
+ "PO-Revision-Date: 2013-07-29 17:34+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
155
  msgstr "Спасибо за контакт с нами."
156
 
157
  #: contact_form.php:242
158
+ #: contact_form.php:1315
159
  msgid "Sorry, email message could not be delivered."
160
  msgstr "Извините, ваш email не может быть отправлен."
161
 
180
  #: contact_form.php:255
181
  #: contact_form.php:281
182
  #: contact_form.php:754
183
+ #: contact_form.php:1004
184
+ #: contact_form.php:1801
185
+ #: contact_form.php:1810
186
  msgid "Settings"
187
  msgstr "Настройки"
188
 
259
  msgstr "Extra Настройки Контактной Формы"
260
 
261
  #: contact_form.php:373
262
+ #: contact_form.php:1010
263
  msgid "Contact Form Pro"
264
  msgstr "Контактная Форма PRO"
265
 
266
  #: contact_form.php:412
267
+ #: contact_form.php:899
268
+ #: contact_form.php:928
269
  msgid "Name:"
270
  msgstr "Имя:"
271
 
272
  #: contact_form.php:413
273
+ #: contact_form.php:900
274
+ #: contact_form.php:929
275
  msgid "Address:"
276
  msgstr "Адрес:"
277
 
278
  #: contact_form.php:414
279
+ #: contact_form.php:901
280
+ #: contact_form.php:930
281
  msgid "Email Address:"
282
  msgstr "E-mail адрес:"
283
 
284
  #: contact_form.php:415
285
+ #: contact_form.php:902
286
+ #: contact_form.php:931
287
  msgid "Phone number:"
288
  msgstr "Телефон:"
289
 
290
  #: contact_form.php:416
291
+ #: contact_form.php:903
292
+ #: contact_form.php:932
293
  msgid "Subject:"
294
  msgstr "Тема:"
295
 
296
  #: contact_form.php:417
297
+ #: contact_form.php:904
298
+ #: contact_form.php:933
299
  msgid "Message:"
300
  msgstr "Сообщение:"
301
 
302
  #: contact_form.php:418
303
+ #: contact_form.php:905
304
+ #: contact_form.php:934
305
  msgid "Attachment:"
306
  msgstr "Прикрепить файл:"
307
 
308
  #: contact_form.php:419
309
  #: contact_form.php:474
310
+ #: contact_form.php:906
311
+ #: contact_form.php:935
312
  msgid "Send me a copy"
313
  msgstr "Отправить мне копию"
314
 
315
  #: contact_form.php:420
316
+ #: contact_form.php:907
317
+ #: contact_form.php:936
318
  msgid "Submit"
319
  msgstr "Отправить"
320
 
390
  msgstr "Опции сохранены."
391
 
392
  #: contact_form.php:755
393
+ #: contact_form.php:1005
394
  msgid "Extra settings"
395
  msgstr "Extra Настройки"
396
 
397
  #: contact_form.php:760
398
+ #: contact_form.php:1261
399
  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:"
400
  msgstr "Если вы хотите добавить Контактную Форму на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста или виджета:"
401
 
402
+ #: contact_form.php:760
403
+ #: contact_form.php:761
404
+ #: contact_form.php:921
405
+ #: contact_form.php:969
406
+ msgid "or"
407
+ msgstr "или"
408
+
409
  #: contact_form.php:761
410
+ msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
411
+ msgstr "Если у вас возникают проблемы с использованием стандартного шорткода [contact_form], то используйте шортокод"
412
+
413
+ #: contact_form.php:762
414
+ msgid "They work the same way."
415
+ msgstr "Шорткоды работают одинаково."
416
+
417
+ #: contact_form.php:763
418
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
419
  msgstr "Если информация в полях ниже отсутствует, соощения будут оправлены на email адрес, который был указан при регистрации сайта."
420
 
421
+ #: contact_form.php:767
422
  msgid "The user's email address:"
423
  msgstr "Email пользователя сайта:"
424
 
425
+ #: contact_form.php:771
426
  msgid "Create a username"
427
  msgstr "Выберите имя пользователя"
428
 
429
+ #: contact_form.php:776
430
  msgid "Enter a username of the person who should get the messages from the contact form."
431
  msgstr "Укажите логин пользователя, который будет получать сообщения контактной формы."
432
 
433
+ #: contact_form.php:780
434
  msgid "Use this email address:"
435
  msgstr "Использовать этот email:"
436
 
437
+ #: contact_form.php:783
438
  msgid "Enter the email address you want the messages forwarded to."
439
  msgstr "Укажите email адрес, на который будут отправляться сообщения."
440
 
441
+ #: contact_form.php:787
442
  msgid "Additional options"
443
  msgstr "Дополнительные настройки"
444
 
445
+ #: contact_form.php:790
446
  msgid "What to use?"
447
  msgstr "Что использовать?"
448
 
449
+ #: contact_form.php:793
450
  msgid "Wp-mail"
451
  msgstr "Wp-mail"
452
 
453
+ #: contact_form.php:794
454
  msgid "You can use the wp_mail function for mailing"
455
  msgstr "Для отправки почты вы можете использовать функцию WordPress wp_mail"
456
 
457
+ #: contact_form.php:800
458
  msgid "Mail"
459
  msgstr "Mail"
460
 
461
+ #: contact_form.php:801
462
  msgid "To send mail you can use the php mail function"
463
  msgstr "Для отправки почты вы можете использовать функцию php mail"
464
 
465
+ #: contact_form.php:805
466
  msgid "Change text of the 'FROM' field"
467
  msgstr "Изменить текст для поля ОТ в письме"
468
 
469
+ #: contact_form.php:811
470
  msgid "Enter the email address in the 'From' field"
471
  msgstr "Выберите email для поля 'FROM' письма"
472
 
473
+ #: contact_form.php:813
474
  msgid "User email"
475
  msgstr "Емейл"
476
 
477
+ #: contact_form.php:813
478
  msgid "The email address of the user who fills the form will be used in the field 'From'."
479
  msgstr "В поле \"From\" в письме будет использоваться электронная почта того пользователя, который заполняет форму."
480
 
481
+ #: contact_form.php:815
482
  msgid "This email address will be used in the 'From' field."
483
  msgstr "В поле \"From\" в письме будет использоваться данная электронная почта."
484
 
485
+ #: contact_form.php:819
486
  msgid "Display fields"
487
  msgstr "Отобразить поля"
488
 
489
+ #: contact_form.php:821
490
+ #: contact_form.php:851
491
+ #: contact_form.php:1041
492
+ #: contact_form.php:1693
493
  msgid "Address"
494
  msgstr "Адрес"
495
 
496
+ #: contact_form.php:822
497
+ #: contact_form.php:853
498
+ #: contact_form.php:1701
499
  msgid "Phone"
500
  msgstr "Телефон"
501
 
502
+ #: contact_form.php:823
503
  msgid "Attachment block"
504
  msgstr "Блок Прикрепить файл"
505
 
506
+ #: contact_form.php:823
507
  msgid "Users can attach the following file formats"
508
  msgstr "Пользователи могут прикрепить файлы таких типов"
509
 
510
+ #: contact_form.php:824
511
  msgid "Tips below the Attachment block"
512
  msgstr "Пояснения после блока Прикрепить файл"
513
 
514
+ #: contact_form.php:825
515
  msgid "Send me a copy block"
516
  msgstr "Блок Отправить мне копию"
517
 
518
+ #: contact_form.php:837
519
+ #: contact_form.php:840
520
+ #: contact_form.php:843
521
+ #: contact_form.php:1070
522
  msgid "Captcha"
523
  msgstr "КАПЧА"
524
 
525
+ #: contact_form.php:837
526
+ #: contact_form.php:840
527
+ #: contact_form.php:843
528
+ #: contact_form.php:1070
529
  msgid "(powered by bestwebsoft.com)"
530
  msgstr "(powered by bestwebsoft.com)"
531
 
532
+ #: contact_form.php:840
533
  msgid "Activate captcha"
534
  msgstr "Активировать Капчу"
535
 
536
+ #: contact_form.php:843
537
  msgid "Download captcha"
538
  msgstr "Скачать Капчу"
539
 
540
+ #: contact_form.php:848
541
  msgid "Required fields"
542
  msgstr "Обязательные поля"
543
 
544
+ #: contact_form.php:850
545
+ #: contact_form.php:1036
546
+ #: contact_form.php:1688
547
  msgid "Name"
548
  msgstr "Имя"
549
 
550
+ #: contact_form.php:852
551
  msgid "Email Address"
552
  msgstr "Email адрес"
553
 
554
+ #: contact_form.php:854
555
+ #: contact_form.php:1056
556
+ #: contact_form.php:1704
557
  msgid "Subject"
558
  msgstr "Тема"
559
 
560
+ #: contact_form.php:855
561
+ #: contact_form.php:1060
562
+ #: contact_form.php:1707
563
  msgid "Message"
564
  msgstr "Сообщение"
565
 
566
+ #: contact_form.php:859
567
  msgid "Display additional info in the email"
568
  msgstr "Отображение дополнительной информации в письме"
569
 
570
+ #: contact_form.php:864
571
+ #: contact_form.php:1660
572
  msgid "Sent from (ip address)"
573
  msgstr "Отправлено от (ip адрес)"
574
 
575
+ #: contact_form.php:865
576
+ #: contact_form.php:1665
577
  msgid "Date/Time"
578
  msgstr "Дата/Время"
579
 
580
+ #: contact_form.php:866
581
+ #: contact_form.php:1670
582
  msgid "Sent from (referer)"
583
  msgstr "Пришло из (реферер)"
584
 
585
+ #: contact_form.php:867
586
+ #: contact_form.php:1675
587
  msgid "Using (user agent)"
588
  msgstr "Используя (user agent)"
589
 
590
+ #: contact_form.php:871
591
  msgid "Language settings for the field names in the form"
592
  msgstr "Языковые настройки для названия полей в форме"
593
 
594
+ #: contact_form.php:880
595
  msgid "Add a language"
596
  msgstr "Добавить язык"
597
 
598
+ #: contact_form.php:884
599
  msgid "Change the names of the contact form fields and error messages"
600
  msgstr "Изменить названия полей контактной формы и сообщений об ошибках"
601
 
602
+ #: contact_form.php:889
603
+ #: contact_form.php:960
604
  msgid "English"
605
  msgstr "Английский"
606
 
607
+ #: contact_form.php:908
608
+ #: contact_form.php:937
609
  msgid "Error message for the Name field"
610
  msgstr "Сообщение об ошибке для поля Name"
611
 
612
+ #: contact_form.php:909
613
+ #: contact_form.php:938
614
  msgid "Error message for the Address field"
615
  msgstr "Сообщение об ошибке для поля Address"
616
 
617
+ #: contact_form.php:910
618
+ #: contact_form.php:939
619
  msgid "Error message for the Email field"
620
  msgstr "Сообщение об ошибке для поля Email"
621
 
622
+ #: contact_form.php:911
623
+ #: contact_form.php:940
624
  msgid "Error message for the Phone field"
625
  msgstr "Сообщение об ошибке для поля Phone"
626
 
627
+ #: contact_form.php:912
628
+ #: contact_form.php:941
629
  msgid "Error message for the Subject field"
630
  msgstr "Сообщение об ошибке для поля Subject"
631
 
632
+ #: contact_form.php:913
633
+ #: contact_form.php:942
634
  msgid "Error message for the Message field"
635
  msgstr "Сообщение об ошибке для поля Message"
636
 
637
+ #: contact_form.php:914
638
+ #: contact_form.php:943
639
  msgid "Error message about the file type for the Attachment field"
640
  msgstr "Сообщение об ошибке о типе файла для поля Attachment"
641
 
642
+ #: contact_form.php:915
643
+ #: contact_form.php:944
644
  msgid "Error message while uploading a file for the Attachment field to the server"
645
  msgstr "Сообщение об ошибке при загрузке файла на сервер для поля Attachment"
646
 
647
+ #: contact_form.php:916
648
+ #: contact_form.php:945
649
  msgid "Error message while moving the file for the Attachment field"
650
  msgstr "Сообщение об ошибке при перемещении файла для поля Attachment"
651
 
652
+ #: contact_form.php:917
653
+ #: contact_form.php:946
654
  msgid "Error message when file size limit for the Attachment field is exceeded"
655
  msgstr "Сообщение об ошибке когда размер файла превышает размер разрешенного сервером для поля Attachment"
656
 
657
+ #: contact_form.php:918
658
+ #: contact_form.php:947
659
  msgid "Error message for the Captcha field"
660
  msgstr "Сообщение об ошибке для поля Captcha"
661
 
662
+ #: contact_form.php:919
663
+ #: contact_form.php:948
664
  msgid "Error message for the whole form"
665
  msgstr "Сообщение об ошибке для всей формы"
666
 
667
+ #: contact_form.php:921
668
+ #: contact_form.php:950
669
+ #: contact_form.php:969
670
+ #: contact_form.php:975
671
  msgid "Use shortcode"
672
  msgstr "Использовать шорткод"
673
 
674
+ #: contact_form.php:921
675
+ #: contact_form.php:950
676
+ #: contact_form.php:969
677
+ #: contact_form.php:975
678
  msgid "for this language"
679
  msgstr "для данного языка"
680
 
681
+ #: contact_form.php:957
682
  msgid "Action after email is sent"
683
  msgstr "Действие после отправки письма"
684
 
685
+ #: contact_form.php:959
686
  msgid "Display text"
687
  msgstr "Отобразить текст"
688
 
689
+ #: contact_form.php:968
690
+ #: contact_form.php:974
691
  msgid "Text"
692
  msgstr "Текст"
693
 
694
+ #: contact_form.php:981
695
  msgid "Redirect to the page"
696
  msgstr "Перенаправление на страницу"
697
 
698
+ #: contact_form.php:982
699
  msgid "Url"
700
  msgstr "Урл"
701
 
702
+ #: contact_form.php:987
703
+ #: contact_form.php:1162
704
  msgid "Save Changes"
705
  msgstr "Save Changes"
706
 
707
+ #: contact_form.php:1002
708
  msgid "Contact Form Pro | Extra Settings"
709
  msgstr "Contact Form Pro | Extra Настройки"
710
 
711
+ #: contact_form.php:1009
712
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
713
  msgstr "Данный функционал доступен в Pro версии плагина. Для детальной информации перейдите по ссылке"
714
 
715
+ #: contact_form.php:1016
716
  msgid "Errors output"
717
  msgstr "Отображение ошибок"
718
 
719
+ #: contact_form.php:1019
720
  msgid "Display error messages"
721
  msgstr "Отображать сообщения об ошибках"
722
 
723
+ #: contact_form.php:1020
724
  msgid "Color of the input field errors."
725
  msgstr "Отображать ошибки цветом для полей ввода"
726
 
727
+ #: contact_form.php:1021
728
  msgid "Display error messages & color of the input field errors"
729
  msgstr "Отображать сообщения об ошибках & цвет полей ввода с ошибками"
730
 
731
+ #: contact_form.php:1026
732
  msgid "Add placeholder to the input blocks"
733
  msgstr "Добавить вспомогательный текст в поля ввода"
734
 
735
+ #: contact_form.php:1032
736
  msgid "Add tooltips"
737
  msgstr "Добавить подсказки"
738
 
739
+ #: contact_form.php:1046
740
  msgid "Email address"
741
  msgstr "Email адрес"
742
 
743
+ #: contact_form.php:1051
744
  msgid "Phone Number"
745
  msgstr "Телефон"
746
 
747
+ #: contact_form.php:1065
748
  msgid "Attachment"
749
  msgstr "Прикрепить файл"
750
 
751
+ #: contact_form.php:1075
752
  msgid "Style options"
753
  msgstr "Настройки стиля"
754
 
755
+ #: contact_form.php:1078
756
  msgid "Text color"
757
  msgstr "Цвет текста"
758
 
759
+ #: contact_form.php:1081
760
+ #: contact_form.php:1086
761
+ #: contact_form.php:1096
762
+ #: contact_form.php:1101
763
+ #: contact_form.php:1106
764
+ #: contact_form.php:1111
765
+ #: contact_form.php:1121
766
+ #: contact_form.php:1126
767
+ #: contact_form.php:1132
768
+ #: contact_form.php:1143
769
+ #: contact_form.php:1148
770
+ #: contact_form.php:1153
771
  msgid "Default"
772
  msgstr "По-умолчанию"
773
 
774
+ #: contact_form.php:1083
775
  msgid "Label text color"
776
  msgstr "Цвет текста"
777
 
778
+ #: contact_form.php:1088
779
  msgid "Placeholder color"
780
  msgstr "Цвет замещающегося текста"
781
 
782
+ #: contact_form.php:1093
783
  msgid "Errors color"
784
  msgstr "Цвет ошибок"
785
 
786
+ #: contact_form.php:1098
787
  msgid "Error text color"
788
  msgstr "Цвет текста для ошибок"
789
 
790
+ #: contact_form.php:1103
791
  msgid "Background color of the input field errors"
792
  msgstr "Цвет фона для полей ввода с ошибками"
793
 
794
+ #: contact_form.php:1108
795
  msgid "Border color of the input field errors"
796
  msgstr "Цвет рамки для полей ввода с ошибками"
797
 
798
+ #: contact_form.php:1113
799
  msgid "Placeholder color of the input field errors"
800
  msgstr "Цвет вспомогательного текста для полей ввода с ошибками"
801
 
802
+ #: contact_form.php:1118
803
  msgid "Input fields"
804
  msgstr "Поля ввода"
805
 
806
+ #: contact_form.php:1123
807
  msgid "Input fields background color"
808
  msgstr "Цвет фона для полей ввода"
809
 
810
+ #: contact_form.php:1128
811
  msgid "Text fields color"
812
  msgstr "Цвет текста для полей ввода"
813
 
814
+ #: contact_form.php:1130
815
  msgid "Border width in px, numbers only"
816
  msgstr "Ширина рамки в пикселях, только цифры"
817
 
818
+ #: contact_form.php:1134
819
+ #: contact_form.php:1155
820
  msgid "Border color"
821
  msgstr "Цвет рамки"
822
 
823
+ #: contact_form.php:1139
824
  msgid "Submit button"
825
  msgstr "Кнопка Отправить"
826
 
827
+ #: contact_form.php:1141
828
  msgid "Width in px, numbers only"
829
  msgstr "Ширина в пикселях, только цифры"
830
 
831
+ #: contact_form.php:1145
832
  msgid "Button color"
833
  msgstr "Цвет кнопки"
834
 
835
+ #: contact_form.php:1150
836
  msgid "Button text color"
837
  msgstr "Цвет текста для кнопки"
838
 
839
+ #: contact_form.php:1166
840
  msgid "Contact Form Pro | Preview"
841
  msgstr "Contact Form Pro | Предпросмотр"
842
 
843
+ #: contact_form.php:1169
844
  msgid "Show with errors"
845
  msgstr "Отображать с ошибками"
846
 
 
847
  #: contact_form.php:1177
848
+ #: contact_form.php:1179
849
  msgid "Please enter your full name..."
850
  msgstr "Пожалуйста введите ваше имя..."
851
 
 
852
  #: contact_form.php:1190
853
+ #: contact_form.php:1192
854
  msgid "Please enter your address..."
855
  msgstr "Пожалуйста введите ваш адресс..."
856
 
 
857
  #: contact_form.php:1201
858
+ #: contact_form.php:1203
859
  msgid "Please enter your email address..."
860
  msgstr "Пожалуйста введите ваш email..."
861
 
 
862
  #: contact_form.php:1212
863
+ #: contact_form.php:1214
864
  msgid "Please enter your phone number..."
865
  msgstr "Пожалуйста введите ваш телефон..."
866
 
 
867
  #: contact_form.php:1223
868
+ #: contact_form.php:1225
869
  msgid "Please enter subject..."
870
  msgstr "Пожалуйста введите тему..."
871
 
 
872
  #: contact_form.php:1233
873
+ #: contact_form.php:1235
874
  msgid "Please enter your message..."
875
  msgstr "Пожалуйста введите ваше сообщение..."
876
 
877
+ #: contact_form.php:1246
878
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
879
  msgstr "Поддерживаемые типы файлов: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Максимальный размер файла: 2 МБ"
880
 
881
+ #: contact_form.php:1399
882
  msgid "You can attach the following file formats"
883
  msgstr "Пользователи могут прикрепить файлы таких типов"
884
 
885
+ #: contact_form.php:1683
886
  msgid "Contact from"
887
  msgstr "Контактная Форма"
888
 
889
+ #: contact_form.php:1696
890
  msgid "Email"
891
  msgstr "Email"
892
 
893
+ #: contact_form.php:1710
894
  msgid "Site"
895
  msgstr "Сайт"
896
 
897
+ #: contact_form.php:1760
898
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
899
  msgstr "Если вы можете видеть этот MIME значит ваш почтовый клиент не поддерживает MIME тип!"
900
 
901
+ #: contact_form.php:1811
902
  msgid "FAQ"
903
  msgstr "FAQ"
904
 
905
+ #: contact_form.php:1812
906
  msgid "Support"
907
  msgstr "Поддержка"
908
 
909
+ #: contact_form.php:1860
910
  msgid "Are you sure that you want to delete this language data?"
911
  msgstr "Вы действительно хотите удалить данные для этого языка?"
912
 
languages/contact_form-sr_RS.mo CHANGED
Binary file
languages/contact_form-sr_RS.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-07-22 16:57+0300\n"
6
- "PO-Revision-Date: 2013-07-22 16:58+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Georgijevic Team <http://www.georgijevic.info>\n"
9
  "MIME-Version: 1.0\n"
@@ -158,7 +158,7 @@ msgid "Thank you for contacting us."
158
  msgstr "Hvala što ste nas kontaktirali."
159
 
160
  #: contact_form.php:242
161
- #: contact_form.php:1313
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Izvinite, vaš mejl nije mogao biti dostavljen."
164
 
@@ -184,9 +184,9 @@ msgstr "Čitaj više"
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
- #: contact_form.php:1002
188
- #: contact_form.php:1799
189
- #: contact_form.php:1808
190
  msgid "Settings"
191
  msgstr "Podešavanja"
192
 
@@ -270,64 +270,64 @@ msgid "Contact Form Pro Extra Settings"
270
  msgstr "Opcije Kontakt Forme"
271
 
272
  #: contact_form.php:373
273
- #: contact_form.php:1008
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "Kontakt Forma"
277
 
278
  #: contact_form.php:412
279
- #: contact_form.php:897
280
- #: contact_form.php:926
281
  msgid "Name:"
282
  msgstr "Ime:"
283
 
284
  #: contact_form.php:413
285
- #: contact_form.php:898
286
- #: contact_form.php:927
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "E-mail Adresa:"
290
 
291
  #: contact_form.php:414
292
- #: contact_form.php:899
293
- #: contact_form.php:928
294
  msgid "Email Address:"
295
  msgstr "E-mail Adresa:"
296
 
297
  #: contact_form.php:415
298
- #: contact_form.php:900
299
- #: contact_form.php:929
300
  msgid "Phone number:"
301
  msgstr "Broj telefona"
302
 
303
  #: contact_form.php:416
304
- #: contact_form.php:901
305
- #: contact_form.php:930
306
  msgid "Subject:"
307
  msgstr "Tema:"
308
 
309
  #: contact_form.php:417
310
- #: contact_form.php:902
311
- #: contact_form.php:931
312
  msgid "Message:"
313
  msgstr "Poruka:"
314
 
315
  #: contact_form.php:418
316
- #: contact_form.php:903
317
- #: contact_form.php:932
318
  msgid "Attachment:"
319
  msgstr "Priveži fajl:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
- #: contact_form.php:904
324
- #: contact_form.php:933
325
  msgid "Send me a copy"
326
  msgstr "Pošalji mi kopiju"
327
 
328
  #: contact_form.php:420
329
- #: contact_form.php:905
330
- #: contact_form.php:934
331
  msgid "Submit"
332
  msgstr "Podnesi"
333
 
@@ -407,536 +407,551 @@ msgid "Settings saved."
407
  msgstr "Opcije sačuvane"
408
 
409
  #: contact_form.php:755
410
- #: contact_form.php:1003
411
  #, fuzzy
412
  msgid "Extra settings"
413
  msgstr "Podešavanja"
414
 
415
  #: contact_form.php:760
416
- #: contact_form.php:1259
417
  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:"
418
  msgstr "Ako želite da dodate Kontakt Formu na vaš veb sajt, jednostavno iskopirajte ovaj kratak kod na vašu stranu, članak ili vidžet:"
419
 
 
 
 
 
 
 
 
420
  #: contact_form.php:761
 
 
 
 
 
 
 
 
421
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
422
  msgstr "Ako je polje za podatke ispod prazno tada će poruka biti poslata na adresu koja je navedena prilikom registracije."
423
 
424
- #: contact_form.php:765
425
  msgid "The user's email address:"
426
  msgstr "Koristi mejl wordpress korisnika:"
427
 
428
- #: contact_form.php:769
429
  msgid "Create a username"
430
  msgstr "Odaberi korisničko ime"
431
 
432
- #: contact_form.php:774
433
  msgid "Enter a username of the person who should get the messages from the contact form."
434
  msgstr "Podesi ime korisnika koji će primiti poruku sa ove kontakt forme."
435
 
436
- #: contact_form.php:778
437
  msgid "Use this email address:"
438
  msgstr "Koristi ovaj mejl:"
439
 
440
- #: contact_form.php:781
441
  msgid "Enter the email address you want the messages forwarded to."
442
  msgstr "Podesi mejl adresu koja će biti korišćena za prijem poruka."
443
 
444
- #: contact_form.php:785
445
  msgid "Additional options"
446
  msgstr "Dodatne opcije"
447
 
448
- #: contact_form.php:788
449
  msgid "What to use?"
450
  msgstr "Šta koristite?"
451
 
452
- #: contact_form.php:791
453
  msgid "Wp-mail"
454
  msgstr "Wp-mail"
455
 
456
- #: contact_form.php:792
457
  msgid "You can use the wp_mail function for mailing"
458
  msgstr "Da biste poslali mejl možete koristiti wordpress-ovu wp_mail funkciju"
459
 
460
- #: contact_form.php:798
461
  msgid "Mail"
462
  msgstr "Mail"
463
 
464
- #: contact_form.php:799
465
  msgid "To send mail you can use the php mail function"
466
  msgstr "Da biste poslali mejl možete koristiti php mail funkciju"
467
 
468
- #: contact_form.php:803
469
  #, fuzzy
470
  msgid "Change text of the 'FROM' field"
471
  msgstr "Promeni tekst 'OD' polja u kontakt formi"
472
 
473
- #: contact_form.php:809
474
  msgid "Enter the email address in the 'From' field"
475
  msgstr "Unesi mejl adresu u polje 'OD'"
476
 
477
- #: contact_form.php:811
478
  msgid "User email"
479
  msgstr ""
480
 
481
- #: contact_form.php:811
482
  #, fuzzy
483
  msgid "The email address of the user who fills the form will be used in the field 'From'."
484
  msgstr "Mejl adresa korisnika koji je popunio polja će se koristiti u polju 'OD'"
485
 
486
- #: contact_form.php:813
487
  msgid "This email address will be used in the 'From' field."
488
  msgstr "Ova mejl adresa će biti korišćena u polju 'OD'"
489
 
490
- #: contact_form.php:817
491
  #, fuzzy
492
  msgid "Display fields"
493
  msgstr "Prikaži tekst"
494
 
495
- #: contact_form.php:819
496
- #: contact_form.php:849
497
- #: contact_form.php:1039
498
- #: contact_form.php:1691
499
  #, fuzzy
500
  msgid "Address"
501
  msgstr "E-mail Adresa:"
502
 
503
- #: contact_form.php:820
504
- #: contact_form.php:851
505
- #: contact_form.php:1699
506
  msgid "Phone"
507
  msgstr "Broj telefona"
508
 
509
- #: contact_form.php:821
510
  #, fuzzy
511
  msgid "Attachment block"
512
  msgstr "Prikaži blok privezaka"
513
 
514
- #: contact_form.php:821
515
  msgid "Users can attach the following file formats"
516
  msgstr "Korisnici mogu privezivati fajlove sledećih tipova"
517
 
518
- #: contact_form.php:822
519
  #, fuzzy
520
  msgid "Tips below the Attachment block"
521
  msgstr "Prikaži objašnjenja posle bloka Privezaka"
522
 
523
- #: contact_form.php:823
524
  #, fuzzy
525
  msgid "Send me a copy block"
526
  msgstr "Prikaži Pošalji mi kopiju blok"
527
 
528
- #: contact_form.php:835
529
- #: contact_form.php:838
530
- #: contact_form.php:841
531
- #: contact_form.php:1068
532
  msgid "Captcha"
533
  msgstr ""
534
 
535
- #: contact_form.php:835
536
- #: contact_form.php:838
537
- #: contact_form.php:841
538
- #: contact_form.php:1068
539
  msgid "(powered by bestwebsoft.com)"
540
  msgstr ""
541
 
542
- #: contact_form.php:838
543
  #, fuzzy
544
  msgid "Activate captcha"
545
  msgstr "Aktivni dodaci"
546
 
547
- #: contact_form.php:841
548
  #, fuzzy
549
  msgid "Download captcha"
550
  msgstr "Preuzmi"
551
 
552
- #: contact_form.php:846
553
  msgid "Required fields"
554
  msgstr "Zahtevana polja"
555
 
556
- #: contact_form.php:848
557
- #: contact_form.php:1034
558
- #: contact_form.php:1686
559
  msgid "Name"
560
  msgstr "Ime"
561
 
562
- #: contact_form.php:850
563
  #, fuzzy
564
  msgid "Email Address"
565
  msgstr "E-mail Adresa:"
566
 
567
- #: contact_form.php:852
568
- #: contact_form.php:1054
569
- #: contact_form.php:1702
570
  msgid "Subject"
571
  msgstr "Tema"
572
 
573
- #: contact_form.php:853
574
- #: contact_form.php:1058
575
- #: contact_form.php:1705
576
  msgid "Message"
577
  msgstr "Poruka"
578
 
579
- #: contact_form.php:857
580
  #, fuzzy
581
  msgid "Display additional info in the email"
582
  msgstr "Prikaži dodatne informacije u mejlu"
583
 
584
- #: contact_form.php:862
585
- #: contact_form.php:1658
586
  msgid "Sent from (ip address)"
587
  msgstr "Poslato sa (ip adresa)"
588
 
589
- #: contact_form.php:863
590
- #: contact_form.php:1663
591
  msgid "Date/Time"
592
  msgstr "Datum/Vreme"
593
 
594
- #: contact_form.php:864
595
- #: contact_form.php:1668
596
  msgid "Sent from (referer)"
597
  msgstr "Poslato od (prosleđivač)"
598
 
599
- #: contact_form.php:865
600
- #: contact_form.php:1673
601
  msgid "Using (user agent)"
602
  msgstr "Koristi (user agent)"
603
 
604
- #: contact_form.php:869
605
  msgid "Language settings for the field names in the form"
606
  msgstr "Podešavanja jezika za polje imena u obrascu"
607
 
608
- #: contact_form.php:878
609
  #, fuzzy
610
  msgid "Add a language"
611
  msgstr "Dodaj jezik"
612
 
613
- #: contact_form.php:882
614
  msgid "Change the names of the contact form fields and error messages"
615
  msgstr "Promeni oznaku za polja u kontakt formi i poruku greške"
616
 
617
- #: contact_form.php:887
618
- #: contact_form.php:958
619
  msgid "English"
620
  msgstr "Engleski"
621
 
622
- #: contact_form.php:906
623
- #: contact_form.php:935
624
  msgid "Error message for the Name field"
625
  msgstr "Poruka greške za polje Ime"
626
 
627
- #: contact_form.php:907
628
- #: contact_form.php:936
629
  #, fuzzy
630
  msgid "Error message for the Address field"
631
  msgstr "Poruka greške za polje Poruka"
632
 
633
- #: contact_form.php:908
634
- #: contact_form.php:937
635
  msgid "Error message for the Email field"
636
  msgstr "Poruka greške za polje imejl"
637
 
638
- #: contact_form.php:909
639
- #: contact_form.php:938
640
  msgid "Error message for the Phone field"
641
  msgstr "Poruka greške za polje Broj telefona"
642
 
643
- #: contact_form.php:910
644
- #: contact_form.php:939
645
  msgid "Error message for the Subject field"
646
  msgstr "Poruka greške za polje Tema"
647
 
648
- #: contact_form.php:911
649
- #: contact_form.php:940
650
  msgid "Error message for the Message field"
651
  msgstr "Poruka greške za polje Poruka"
652
 
653
- #: contact_form.php:912
654
- #: contact_form.php:941
655
  #, fuzzy
656
  msgid "Error message about the file type for the Attachment field"
657
  msgstr "Poruka greške za polje Privezaka"
658
 
659
- #: contact_form.php:913
660
- #: contact_form.php:942
661
  #, fuzzy
662
  msgid "Error message while uploading a file for the Attachment field to the server"
663
  msgstr "Poruka greške za polje Privezaka"
664
 
665
- #: contact_form.php:914
666
- #: contact_form.php:943
667
  #, fuzzy
668
  msgid "Error message while moving the file for the Attachment field"
669
  msgstr "Poruka greške za polje Privezaka"
670
 
671
- #: contact_form.php:915
672
- #: contact_form.php:944
673
  #, fuzzy
674
  msgid "Error message when file size limit for the Attachment field is exceeded"
675
  msgstr "Poruka greške za polje Privezaka"
676
 
677
- #: contact_form.php:916
678
- #: contact_form.php:945
679
  msgid "Error message for the Captcha field"
680
  msgstr "Poruka greške za polje Kapča"
681
 
682
- #: contact_form.php:917
683
- #: contact_form.php:946
684
  msgid "Error message for the whole form"
685
  msgstr "Poruka greške za ceo obrazac"
686
 
687
- #: contact_form.php:919
688
- #: contact_form.php:948
689
- #: contact_form.php:967
690
- #: contact_form.php:973
691
  msgid "Use shortcode"
692
  msgstr "Koristi prečicu"
693
 
694
- #: contact_form.php:919
695
- #: contact_form.php:948
696
- #: contact_form.php:967
697
- #: contact_form.php:973
698
  msgid "for this language"
699
  msgstr "za ovaj jezik"
700
 
701
- #: contact_form.php:955
702
  msgid "Action after email is sent"
703
  msgstr "Akcija posle poslatog mejla"
704
 
705
- #: contact_form.php:957
706
  msgid "Display text"
707
  msgstr "Prikaži tekst"
708
 
709
- #: contact_form.php:966
710
- #: contact_form.php:972
711
  msgid "Text"
712
  msgstr "Tekst"
713
 
714
- #: contact_form.php:979
715
  msgid "Redirect to the page"
716
  msgstr "Preusmeri na stranu"
717
 
718
- #: contact_form.php:980
719
  msgid "Url"
720
  msgstr "Url"
721
 
722
- #: contact_form.php:985
723
- #: contact_form.php:1160
724
  msgid "Save Changes"
725
  msgstr "Sačuvaj izmene"
726
 
727
- #: contact_form.php:1000
728
  #, fuzzy
729
  msgid "Contact Form Pro | Extra Settings"
730
  msgstr "Opcije Kontakt Forme"
731
 
732
- #: contact_form.php:1007
733
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
734
  msgstr ""
735
 
736
- #: contact_form.php:1014
737
  msgid "Errors output"
738
  msgstr ""
739
 
740
- #: contact_form.php:1017
741
  msgid "Display error messages"
742
  msgstr ""
743
 
744
- #: contact_form.php:1018
745
  msgid "Color of the input field errors."
746
  msgstr ""
747
 
748
- #: contact_form.php:1019
749
  #, fuzzy
750
  msgid "Display error messages & color of the input field errors"
751
  msgstr "Poruka greške za polje Tema"
752
 
753
- #: contact_form.php:1024
754
  msgid "Add placeholder to the input blocks"
755
  msgstr ""
756
 
757
- #: contact_form.php:1030
758
  #, fuzzy
759
  msgid "Add tooltips"
760
  msgstr "Dodatne opcije"
761
 
762
- #: contact_form.php:1044
763
  #, fuzzy
764
  msgid "Email address"
765
  msgstr "E-mail Adresa:"
766
 
767
- #: contact_form.php:1049
768
  #, fuzzy
769
  msgid "Phone Number"
770
  msgstr "Broj telefona"
771
 
772
- #: contact_form.php:1063
773
  #, fuzzy
774
  msgid "Attachment"
775
  msgstr "Priveži fajl:"
776
 
777
- #: contact_form.php:1073
778
  #, fuzzy
779
  msgid "Style options"
780
  msgstr "Dodatne opcije"
781
 
782
- #: contact_form.php:1076
783
  msgid "Text color"
784
  msgstr ""
785
 
786
- #: contact_form.php:1079
787
- #: contact_form.php:1084
788
- #: contact_form.php:1094
789
- #: contact_form.php:1099
790
- #: contact_form.php:1104
791
- #: contact_form.php:1109
792
- #: contact_form.php:1119
793
- #: contact_form.php:1124
794
- #: contact_form.php:1130
795
- #: contact_form.php:1141
796
- #: contact_form.php:1146
797
- #: contact_form.php:1151
798
  msgid "Default"
799
  msgstr ""
800
 
801
- #: contact_form.php:1081
802
  msgid "Label text color"
803
  msgstr ""
804
 
805
- #: contact_form.php:1086
806
  msgid "Placeholder color"
807
  msgstr ""
808
 
809
- #: contact_form.php:1091
810
  msgid "Errors color"
811
  msgstr ""
812
 
813
- #: contact_form.php:1096
814
  msgid "Error text color"
815
  msgstr ""
816
 
817
- #: contact_form.php:1101
818
  msgid "Background color of the input field errors"
819
  msgstr ""
820
 
821
- #: contact_form.php:1106
822
  msgid "Border color of the input field errors"
823
  msgstr ""
824
 
825
- #: contact_form.php:1111
826
  msgid "Placeholder color of the input field errors"
827
  msgstr ""
828
 
829
- #: contact_form.php:1116
830
  msgid "Input fields"
831
  msgstr ""
832
 
833
- #: contact_form.php:1121
834
  msgid "Input fields background color"
835
  msgstr ""
836
 
837
- #: contact_form.php:1126
838
  msgid "Text fields color"
839
  msgstr ""
840
 
841
- #: contact_form.php:1128
842
  msgid "Border width in px, numbers only"
843
  msgstr ""
844
 
845
- #: contact_form.php:1132
846
- #: contact_form.php:1153
847
  msgid "Border color"
848
  msgstr ""
849
 
850
- #: contact_form.php:1137
851
  #, fuzzy
852
  msgid "Submit button"
853
  msgstr "Podnesi"
854
 
855
- #: contact_form.php:1139
856
  msgid "Width in px, numbers only"
857
  msgstr ""
858
 
859
- #: contact_form.php:1143
860
  msgid "Button color"
861
  msgstr ""
862
 
863
- #: contact_form.php:1148
864
  msgid "Button text color"
865
  msgstr ""
866
 
867
- #: contact_form.php:1164
868
  #, fuzzy
869
  msgid "Contact Form Pro | Preview"
870
  msgstr "Kontakt Forma"
871
 
872
- #: contact_form.php:1167
873
  msgid "Show with errors"
874
  msgstr ""
875
 
876
- #: contact_form.php:1175
877
  #: contact_form.php:1177
 
878
  msgid "Please enter your full name..."
879
  msgstr ""
880
 
881
- #: contact_form.php:1188
882
  #: contact_form.php:1190
 
883
  msgid "Please enter your address..."
884
  msgstr ""
885
 
886
- #: contact_form.php:1199
887
  #: contact_form.php:1201
 
888
  #, fuzzy
889
  msgid "Please enter your email address..."
890
  msgstr "Koristi ovaj mejl:"
891
 
892
- #: contact_form.php:1210
893
  #: contact_form.php:1212
 
894
  msgid "Please enter your phone number..."
895
  msgstr ""
896
 
897
- #: contact_form.php:1221
898
  #: contact_form.php:1223
 
899
  msgid "Please enter subject..."
900
  msgstr ""
901
 
902
- #: contact_form.php:1231
903
  #: contact_form.php:1233
 
904
  msgid "Please enter your message..."
905
  msgstr ""
906
 
907
- #: contact_form.php:1244
908
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
909
  msgstr ""
910
 
911
- #: contact_form.php:1397
912
  msgid "You can attach the following file formats"
913
  msgstr "Možete privezati fajlove sledećih tipova"
914
 
915
- #: contact_form.php:1681
916
  msgid "Contact from"
917
  msgstr "Kontakt forma"
918
 
919
- #: contact_form.php:1694
920
  msgid "Email"
921
  msgstr "Email"
922
 
923
- #: contact_form.php:1708
924
  msgid "Site"
925
  msgstr "Sajt"
926
 
927
- #: contact_form.php:1758
928
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
929
  msgstr "Ako možete da vidite ovaj MIME to znači da vaš klijent ne prihvata MIME tipove!"
930
 
931
- #: contact_form.php:1809
932
  msgid "FAQ"
933
  msgstr "FAQ"
934
 
935
- #: contact_form.php:1810
936
  msgid "Support"
937
  msgstr "Podrška"
938
 
939
- #: contact_form.php:1858
940
  msgid "Are you sure that you want to delete this language data?"
941
  msgstr "Da li ste sigurni da želite da obrišete podatke jezika?"
942
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-07-29 17:34+0300\n"
6
+ "PO-Revision-Date: 2013-07-29 17:34+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Georgijevic Team <http://www.georgijevic.info>\n"
9
  "MIME-Version: 1.0\n"
158
  msgstr "Hvala što ste nas kontaktirali."
159
 
160
  #: contact_form.php:242
161
+ #: contact_form.php:1315
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Izvinite, vaš mejl nije mogao biti dostavljen."
164
 
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
+ #: contact_form.php:1004
188
+ #: contact_form.php:1801
189
+ #: contact_form.php:1810
190
  msgid "Settings"
191
  msgstr "Podešavanja"
192
 
270
  msgstr "Opcije Kontakt Forme"
271
 
272
  #: contact_form.php:373
273
+ #: contact_form.php:1010
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "Kontakt Forma"
277
 
278
  #: contact_form.php:412
279
+ #: contact_form.php:899
280
+ #: contact_form.php:928
281
  msgid "Name:"
282
  msgstr "Ime:"
283
 
284
  #: contact_form.php:413
285
+ #: contact_form.php:900
286
+ #: contact_form.php:929
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "E-mail Adresa:"
290
 
291
  #: contact_form.php:414
292
+ #: contact_form.php:901
293
+ #: contact_form.php:930
294
  msgid "Email Address:"
295
  msgstr "E-mail Adresa:"
296
 
297
  #: contact_form.php:415
298
+ #: contact_form.php:902
299
+ #: contact_form.php:931
300
  msgid "Phone number:"
301
  msgstr "Broj telefona"
302
 
303
  #: contact_form.php:416
304
+ #: contact_form.php:903
305
+ #: contact_form.php:932
306
  msgid "Subject:"
307
  msgstr "Tema:"
308
 
309
  #: contact_form.php:417
310
+ #: contact_form.php:904
311
+ #: contact_form.php:933
312
  msgid "Message:"
313
  msgstr "Poruka:"
314
 
315
  #: contact_form.php:418
316
+ #: contact_form.php:905
317
+ #: contact_form.php:934
318
  msgid "Attachment:"
319
  msgstr "Priveži fajl:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
+ #: contact_form.php:906
324
+ #: contact_form.php:935
325
  msgid "Send me a copy"
326
  msgstr "Pošalji mi kopiju"
327
 
328
  #: contact_form.php:420
329
+ #: contact_form.php:907
330
+ #: contact_form.php:936
331
  msgid "Submit"
332
  msgstr "Podnesi"
333
 
407
  msgstr "Opcije sačuvane"
408
 
409
  #: contact_form.php:755
410
+ #: contact_form.php:1005
411
  #, fuzzy
412
  msgid "Extra settings"
413
  msgstr "Podešavanja"
414
 
415
  #: contact_form.php:760
416
+ #: contact_form.php:1261
417
  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:"
418
  msgstr "Ako želite da dodate Kontakt Formu na vaš veb sajt, jednostavno iskopirajte ovaj kratak kod na vašu stranu, članak ili vidžet:"
419
 
420
+ #: contact_form.php:760
421
+ #: contact_form.php:761
422
+ #: contact_form.php:921
423
+ #: contact_form.php:969
424
+ msgid "or"
425
+ msgstr ""
426
+
427
  #: contact_form.php:761
428
+ msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
429
+ msgstr ""
430
+
431
+ #: contact_form.php:762
432
+ msgid "They work the same way."
433
+ msgstr ""
434
+
435
+ #: contact_form.php:763
436
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
437
  msgstr "Ako je polje za podatke ispod prazno tada će poruka biti poslata na adresu koja je navedena prilikom registracije."
438
 
439
+ #: contact_form.php:767
440
  msgid "The user's email address:"
441
  msgstr "Koristi mejl wordpress korisnika:"
442
 
443
+ #: contact_form.php:771
444
  msgid "Create a username"
445
  msgstr "Odaberi korisničko ime"
446
 
447
+ #: contact_form.php:776
448
  msgid "Enter a username of the person who should get the messages from the contact form."
449
  msgstr "Podesi ime korisnika koji će primiti poruku sa ove kontakt forme."
450
 
451
+ #: contact_form.php:780
452
  msgid "Use this email address:"
453
  msgstr "Koristi ovaj mejl:"
454
 
455
+ #: contact_form.php:783
456
  msgid "Enter the email address you want the messages forwarded to."
457
  msgstr "Podesi mejl adresu koja će biti korišćena za prijem poruka."
458
 
459
+ #: contact_form.php:787
460
  msgid "Additional options"
461
  msgstr "Dodatne opcije"
462
 
463
+ #: contact_form.php:790
464
  msgid "What to use?"
465
  msgstr "Šta koristite?"
466
 
467
+ #: contact_form.php:793
468
  msgid "Wp-mail"
469
  msgstr "Wp-mail"
470
 
471
+ #: contact_form.php:794
472
  msgid "You can use the wp_mail function for mailing"
473
  msgstr "Da biste poslali mejl možete koristiti wordpress-ovu wp_mail funkciju"
474
 
475
+ #: contact_form.php:800
476
  msgid "Mail"
477
  msgstr "Mail"
478
 
479
+ #: contact_form.php:801
480
  msgid "To send mail you can use the php mail function"
481
  msgstr "Da biste poslali mejl možete koristiti php mail funkciju"
482
 
483
+ #: contact_form.php:805
484
  #, fuzzy
485
  msgid "Change text of the 'FROM' field"
486
  msgstr "Promeni tekst 'OD' polja u kontakt formi"
487
 
488
+ #: contact_form.php:811
489
  msgid "Enter the email address in the 'From' field"
490
  msgstr "Unesi mejl adresu u polje 'OD'"
491
 
492
+ #: contact_form.php:813
493
  msgid "User email"
494
  msgstr ""
495
 
496
+ #: contact_form.php:813
497
  #, fuzzy
498
  msgid "The email address of the user who fills the form will be used in the field 'From'."
499
  msgstr "Mejl adresa korisnika koji je popunio polja će se koristiti u polju 'OD'"
500
 
501
+ #: contact_form.php:815
502
  msgid "This email address will be used in the 'From' field."
503
  msgstr "Ova mejl adresa će biti korišćena u polju 'OD'"
504
 
505
+ #: contact_form.php:819
506
  #, fuzzy
507
  msgid "Display fields"
508
  msgstr "Prikaži tekst"
509
 
510
+ #: contact_form.php:821
511
+ #: contact_form.php:851
512
+ #: contact_form.php:1041
513
+ #: contact_form.php:1693
514
  #, fuzzy
515
  msgid "Address"
516
  msgstr "E-mail Adresa:"
517
 
518
+ #: contact_form.php:822
519
+ #: contact_form.php:853
520
+ #: contact_form.php:1701
521
  msgid "Phone"
522
  msgstr "Broj telefona"
523
 
524
+ #: contact_form.php:823
525
  #, fuzzy
526
  msgid "Attachment block"
527
  msgstr "Prikaži blok privezaka"
528
 
529
+ #: contact_form.php:823
530
  msgid "Users can attach the following file formats"
531
  msgstr "Korisnici mogu privezivati fajlove sledećih tipova"
532
 
533
+ #: contact_form.php:824
534
  #, fuzzy
535
  msgid "Tips below the Attachment block"
536
  msgstr "Prikaži objašnjenja posle bloka Privezaka"
537
 
538
+ #: contact_form.php:825
539
  #, fuzzy
540
  msgid "Send me a copy block"
541
  msgstr "Prikaži Pošalji mi kopiju blok"
542
 
543
+ #: contact_form.php:837
544
+ #: contact_form.php:840
545
+ #: contact_form.php:843
546
+ #: contact_form.php:1070
547
  msgid "Captcha"
548
  msgstr ""
549
 
550
+ #: contact_form.php:837
551
+ #: contact_form.php:840
552
+ #: contact_form.php:843
553
+ #: contact_form.php:1070
554
  msgid "(powered by bestwebsoft.com)"
555
  msgstr ""
556
 
557
+ #: contact_form.php:840
558
  #, fuzzy
559
  msgid "Activate captcha"
560
  msgstr "Aktivni dodaci"
561
 
562
+ #: contact_form.php:843
563
  #, fuzzy
564
  msgid "Download captcha"
565
  msgstr "Preuzmi"
566
 
567
+ #: contact_form.php:848
568
  msgid "Required fields"
569
  msgstr "Zahtevana polja"
570
 
571
+ #: contact_form.php:850
572
+ #: contact_form.php:1036
573
+ #: contact_form.php:1688
574
  msgid "Name"
575
  msgstr "Ime"
576
 
577
+ #: contact_form.php:852
578
  #, fuzzy
579
  msgid "Email Address"
580
  msgstr "E-mail Adresa:"
581
 
582
+ #: contact_form.php:854
583
+ #: contact_form.php:1056
584
+ #: contact_form.php:1704
585
  msgid "Subject"
586
  msgstr "Tema"
587
 
588
+ #: contact_form.php:855
589
+ #: contact_form.php:1060
590
+ #: contact_form.php:1707
591
  msgid "Message"
592
  msgstr "Poruka"
593
 
594
+ #: contact_form.php:859
595
  #, fuzzy
596
  msgid "Display additional info in the email"
597
  msgstr "Prikaži dodatne informacije u mejlu"
598
 
599
+ #: contact_form.php:864
600
+ #: contact_form.php:1660
601
  msgid "Sent from (ip address)"
602
  msgstr "Poslato sa (ip adresa)"
603
 
604
+ #: contact_form.php:865
605
+ #: contact_form.php:1665
606
  msgid "Date/Time"
607
  msgstr "Datum/Vreme"
608
 
609
+ #: contact_form.php:866
610
+ #: contact_form.php:1670
611
  msgid "Sent from (referer)"
612
  msgstr "Poslato od (prosleđivač)"
613
 
614
+ #: contact_form.php:867
615
+ #: contact_form.php:1675
616
  msgid "Using (user agent)"
617
  msgstr "Koristi (user agent)"
618
 
619
+ #: contact_form.php:871
620
  msgid "Language settings for the field names in the form"
621
  msgstr "Podešavanja jezika za polje imena u obrascu"
622
 
623
+ #: contact_form.php:880
624
  #, fuzzy
625
  msgid "Add a language"
626
  msgstr "Dodaj jezik"
627
 
628
+ #: contact_form.php:884
629
  msgid "Change the names of the contact form fields and error messages"
630
  msgstr "Promeni oznaku za polja u kontakt formi i poruku greške"
631
 
632
+ #: contact_form.php:889
633
+ #: contact_form.php:960
634
  msgid "English"
635
  msgstr "Engleski"
636
 
637
+ #: contact_form.php:908
638
+ #: contact_form.php:937
639
  msgid "Error message for the Name field"
640
  msgstr "Poruka greške za polje Ime"
641
 
642
+ #: contact_form.php:909
643
+ #: contact_form.php:938
644
  #, fuzzy
645
  msgid "Error message for the Address field"
646
  msgstr "Poruka greške za polje Poruka"
647
 
648
+ #: contact_form.php:910
649
+ #: contact_form.php:939
650
  msgid "Error message for the Email field"
651
  msgstr "Poruka greške za polje imejl"
652
 
653
+ #: contact_form.php:911
654
+ #: contact_form.php:940
655
  msgid "Error message for the Phone field"
656
  msgstr "Poruka greške za polje Broj telefona"
657
 
658
+ #: contact_form.php:912
659
+ #: contact_form.php:941
660
  msgid "Error message for the Subject field"
661
  msgstr "Poruka greške za polje Tema"
662
 
663
+ #: contact_form.php:913
664
+ #: contact_form.php:942
665
  msgid "Error message for the Message field"
666
  msgstr "Poruka greške za polje Poruka"
667
 
668
+ #: contact_form.php:914
669
+ #: contact_form.php:943
670
  #, fuzzy
671
  msgid "Error message about the file type for the Attachment field"
672
  msgstr "Poruka greške za polje Privezaka"
673
 
674
+ #: contact_form.php:915
675
+ #: contact_form.php:944
676
  #, fuzzy
677
  msgid "Error message while uploading a file for the Attachment field to the server"
678
  msgstr "Poruka greške za polje Privezaka"
679
 
680
+ #: contact_form.php:916
681
+ #: contact_form.php:945
682
  #, fuzzy
683
  msgid "Error message while moving the file for the Attachment field"
684
  msgstr "Poruka greške za polje Privezaka"
685
 
686
+ #: contact_form.php:917
687
+ #: contact_form.php:946
688
  #, fuzzy
689
  msgid "Error message when file size limit for the Attachment field is exceeded"
690
  msgstr "Poruka greške za polje Privezaka"
691
 
692
+ #: contact_form.php:918
693
+ #: contact_form.php:947
694
  msgid "Error message for the Captcha field"
695
  msgstr "Poruka greške za polje Kapča"
696
 
697
+ #: contact_form.php:919
698
+ #: contact_form.php:948
699
  msgid "Error message for the whole form"
700
  msgstr "Poruka greške za ceo obrazac"
701
 
702
+ #: contact_form.php:921
703
+ #: contact_form.php:950
704
+ #: contact_form.php:969
705
+ #: contact_form.php:975
706
  msgid "Use shortcode"
707
  msgstr "Koristi prečicu"
708
 
709
+ #: contact_form.php:921
710
+ #: contact_form.php:950
711
+ #: contact_form.php:969
712
+ #: contact_form.php:975
713
  msgid "for this language"
714
  msgstr "za ovaj jezik"
715
 
716
+ #: contact_form.php:957
717
  msgid "Action after email is sent"
718
  msgstr "Akcija posle poslatog mejla"
719
 
720
+ #: contact_form.php:959
721
  msgid "Display text"
722
  msgstr "Prikaži tekst"
723
 
724
+ #: contact_form.php:968
725
+ #: contact_form.php:974
726
  msgid "Text"
727
  msgstr "Tekst"
728
 
729
+ #: contact_form.php:981
730
  msgid "Redirect to the page"
731
  msgstr "Preusmeri na stranu"
732
 
733
+ #: contact_form.php:982
734
  msgid "Url"
735
  msgstr "Url"
736
 
737
+ #: contact_form.php:987
738
+ #: contact_form.php:1162
739
  msgid "Save Changes"
740
  msgstr "Sačuvaj izmene"
741
 
742
+ #: contact_form.php:1002
743
  #, fuzzy
744
  msgid "Contact Form Pro | Extra Settings"
745
  msgstr "Opcije Kontakt Forme"
746
 
747
+ #: contact_form.php:1009
748
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
749
  msgstr ""
750
 
751
+ #: contact_form.php:1016
752
  msgid "Errors output"
753
  msgstr ""
754
 
755
+ #: contact_form.php:1019
756
  msgid "Display error messages"
757
  msgstr ""
758
 
759
+ #: contact_form.php:1020
760
  msgid "Color of the input field errors."
761
  msgstr ""
762
 
763
+ #: contact_form.php:1021
764
  #, fuzzy
765
  msgid "Display error messages & color of the input field errors"
766
  msgstr "Poruka greške za polje Tema"
767
 
768
+ #: contact_form.php:1026
769
  msgid "Add placeholder to the input blocks"
770
  msgstr ""
771
 
772
+ #: contact_form.php:1032
773
  #, fuzzy
774
  msgid "Add tooltips"
775
  msgstr "Dodatne opcije"
776
 
777
+ #: contact_form.php:1046
778
  #, fuzzy
779
  msgid "Email address"
780
  msgstr "E-mail Adresa:"
781
 
782
+ #: contact_form.php:1051
783
  #, fuzzy
784
  msgid "Phone Number"
785
  msgstr "Broj telefona"
786
 
787
+ #: contact_form.php:1065
788
  #, fuzzy
789
  msgid "Attachment"
790
  msgstr "Priveži fajl:"
791
 
792
+ #: contact_form.php:1075
793
  #, fuzzy
794
  msgid "Style options"
795
  msgstr "Dodatne opcije"
796
 
797
+ #: contact_form.php:1078
798
  msgid "Text color"
799
  msgstr ""
800
 
801
+ #: contact_form.php:1081
802
+ #: contact_form.php:1086
803
+ #: contact_form.php:1096
804
+ #: contact_form.php:1101
805
+ #: contact_form.php:1106
806
+ #: contact_form.php:1111
807
+ #: contact_form.php:1121
808
+ #: contact_form.php:1126
809
+ #: contact_form.php:1132
810
+ #: contact_form.php:1143
811
+ #: contact_form.php:1148
812
+ #: contact_form.php:1153
813
  msgid "Default"
814
  msgstr ""
815
 
816
+ #: contact_form.php:1083
817
  msgid "Label text color"
818
  msgstr ""
819
 
820
+ #: contact_form.php:1088
821
  msgid "Placeholder color"
822
  msgstr ""
823
 
824
+ #: contact_form.php:1093
825
  msgid "Errors color"
826
  msgstr ""
827
 
828
+ #: contact_form.php:1098
829
  msgid "Error text color"
830
  msgstr ""
831
 
832
+ #: contact_form.php:1103
833
  msgid "Background color of the input field errors"
834
  msgstr ""
835
 
836
+ #: contact_form.php:1108
837
  msgid "Border color of the input field errors"
838
  msgstr ""
839
 
840
+ #: contact_form.php:1113
841
  msgid "Placeholder color of the input field errors"
842
  msgstr ""
843
 
844
+ #: contact_form.php:1118
845
  msgid "Input fields"
846
  msgstr ""
847
 
848
+ #: contact_form.php:1123
849
  msgid "Input fields background color"
850
  msgstr ""
851
 
852
+ #: contact_form.php:1128
853
  msgid "Text fields color"
854
  msgstr ""
855
 
856
+ #: contact_form.php:1130
857
  msgid "Border width in px, numbers only"
858
  msgstr ""
859
 
860
+ #: contact_form.php:1134
861
+ #: contact_form.php:1155
862
  msgid "Border color"
863
  msgstr ""
864
 
865
+ #: contact_form.php:1139
866
  #, fuzzy
867
  msgid "Submit button"
868
  msgstr "Podnesi"
869
 
870
+ #: contact_form.php:1141
871
  msgid "Width in px, numbers only"
872
  msgstr ""
873
 
874
+ #: contact_form.php:1145
875
  msgid "Button color"
876
  msgstr ""
877
 
878
+ #: contact_form.php:1150
879
  msgid "Button text color"
880
  msgstr ""
881
 
882
+ #: contact_form.php:1166
883
  #, fuzzy
884
  msgid "Contact Form Pro | Preview"
885
  msgstr "Kontakt Forma"
886
 
887
+ #: contact_form.php:1169
888
  msgid "Show with errors"
889
  msgstr ""
890
 
 
891
  #: contact_form.php:1177
892
+ #: contact_form.php:1179
893
  msgid "Please enter your full name..."
894
  msgstr ""
895
 
 
896
  #: contact_form.php:1190
897
+ #: contact_form.php:1192
898
  msgid "Please enter your address..."
899
  msgstr ""
900
 
 
901
  #: contact_form.php:1201
902
+ #: contact_form.php:1203
903
  #, fuzzy
904
  msgid "Please enter your email address..."
905
  msgstr "Koristi ovaj mejl:"
906
 
 
907
  #: contact_form.php:1212
908
+ #: contact_form.php:1214
909
  msgid "Please enter your phone number..."
910
  msgstr ""
911
 
 
912
  #: contact_form.php:1223
913
+ #: contact_form.php:1225
914
  msgid "Please enter subject..."
915
  msgstr ""
916
 
 
917
  #: contact_form.php:1233
918
+ #: contact_form.php:1235
919
  msgid "Please enter your message..."
920
  msgstr ""
921
 
922
+ #: contact_form.php:1246
923
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
924
  msgstr ""
925
 
926
+ #: contact_form.php:1399
927
  msgid "You can attach the following file formats"
928
  msgstr "Možete privezati fajlove sledećih tipova"
929
 
930
+ #: contact_form.php:1683
931
  msgid "Contact from"
932
  msgstr "Kontakt forma"
933
 
934
+ #: contact_form.php:1696
935
  msgid "Email"
936
  msgstr "Email"
937
 
938
+ #: contact_form.php:1710
939
  msgid "Site"
940
  msgstr "Sajt"
941
 
942
+ #: contact_form.php:1760
943
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
944
  msgstr "Ako možete da vidite ovaj MIME to znači da vaš klijent ne prihvata MIME tipove!"
945
 
946
+ #: contact_form.php:1811
947
  msgid "FAQ"
948
  msgstr "FAQ"
949
 
950
+ #: contact_form.php:1812
951
  msgid "Support"
952
  msgstr "Podrška"
953
 
954
+ #: contact_form.php:1860
955
  msgid "Are you sure that you want to delete this language data?"
956
  msgstr "Da li ste sigurni da želite da obrišete podatke jezika?"
957
 
languages/contact_form-sv_SE.mo CHANGED
Binary file
languages/contact_form-sv_SE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-07-22 16:58+0300\n"
6
- "PO-Revision-Date: 2013-07-22 16:58+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Martin Tonek, Joakim Lindskog, Maarten van den Driest <joakim@limewoodmedia.com, maarten@vandendriest.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -13,22 +13,22 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Generator: Poedit 1.5.5\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:106
20
  msgid "Not set"
21
- msgstr ""
22
 
23
  #: contact_form.php:108
24
  #: contact_form.php:112
25
  msgid "On"
26
- msgstr ""
27
 
28
  #: contact_form.php:110
29
  #: contact_form.php:114
30
  msgid "Off"
31
- msgstr ""
32
 
33
  #: contact_form.php:118
34
  #: contact_form.php:122
@@ -37,140 +37,136 @@ msgstr ""
37
  #: contact_form.php:134
38
  #: contact_form.php:160
39
  msgid "N/A"
40
- msgstr ""
41
 
42
  #: contact_form.php:132
43
  msgid " Mb"
44
- msgstr ""
45
 
46
  #: contact_form.php:136
47
  #: contact_form.php:140
48
  #: contact_form.php:144
49
  #: contact_form.php:155
50
  msgid "Yes"
51
- msgstr ""
52
 
53
  #: contact_form.php:138
54
  #: contact_form.php:142
55
  #: contact_form.php:146
56
  #: contact_form.php:157
57
  msgid "No"
58
- msgstr ""
59
 
60
  #: contact_form.php:171
61
  msgid "Operating System"
62
- msgstr ""
63
 
64
  #: contact_form.php:172
65
  msgid "Server"
66
- msgstr ""
67
 
68
  #: contact_form.php:173
69
- #, fuzzy
70
  msgid "Memory usage"
71
- msgstr "Meddelande"
72
 
73
  #: contact_form.php:174
74
  msgid "MYSQL Version"
75
- msgstr ""
76
 
77
  #: contact_form.php:175
78
  msgid "SQL Mode"
79
- msgstr ""
80
 
81
  #: contact_form.php:176
82
  msgid "PHP Version"
83
- msgstr ""
84
 
85
  #: contact_form.php:177
86
  msgid "PHP Safe Mode"
87
- msgstr ""
88
 
89
  #: contact_form.php:178
90
  msgid "PHP Allow URL fopen"
91
- msgstr ""
92
 
93
  #: contact_form.php:179
94
  msgid "PHP Memory Limit"
95
- msgstr ""
96
 
97
  #: contact_form.php:180
98
  msgid "PHP Max Upload Size"
99
- msgstr ""
100
 
101
  #: contact_form.php:181
102
  msgid "PHP Max Post Size"
103
- msgstr ""
104
 
105
  #: contact_form.php:182
106
  msgid "PHP Max Script Execute Time"
107
- msgstr ""
108
 
109
  #: contact_form.php:183
110
  msgid "PHP Exif support"
111
- msgstr ""
112
 
113
  #: contact_form.php:184
114
  msgid "PHP IPTC support"
115
- msgstr ""
116
 
117
  #: contact_form.php:185
118
  msgid "PHP XML support"
119
- msgstr ""
120
 
121
  #: contact_form.php:186
122
- #, fuzzy
123
  msgid "Site URL"
124
- msgstr "Sida"
125
 
126
  #: contact_form.php:187
127
  msgid "Home URL"
128
- msgstr ""
129
 
130
  #: contact_form.php:188
131
  msgid "WordPress Version"
132
- msgstr ""
133
 
134
  #: contact_form.php:189
135
  msgid "WordPress DB Version"
136
- msgstr ""
137
 
138
  #: contact_form.php:190
139
  msgid "Multisite"
140
- msgstr ""
141
 
142
  #: contact_form.php:191
143
  msgid "Active Theme"
144
- msgstr ""
145
 
146
  #: contact_form.php:206
147
- #, fuzzy
148
  msgid "Please enter a valid email address."
149
- msgstr "Använda det här e-postadress:"
150
 
151
  #: contact_form.php:210
152
  msgid "Email with system info is sent to "
153
- msgstr ""
154
 
155
  #: contact_form.php:214
156
  #: contact_form.php:434
157
  msgid "Thank you for contacting us."
158
- msgstr "Tack så mycket för att kontakta oss."
159
 
160
  #: contact_form.php:242
161
- #: contact_form.php:1313
162
  msgid "Sorry, email message could not be delivered."
163
- msgstr "Tyvärr kan din e-post inte levereras."
164
 
165
  #: contact_form.php:250
166
- #, fuzzy
167
  msgid "Pro plugins"
168
- msgstr "Плагины BWS"
169
 
170
  #: contact_form.php:253
171
  #: contact_form.php:279
172
  msgid "Activated plugins"
173
- msgstr "aktiverade plugins"
174
 
175
  #: contact_form.php:255
176
  #: contact_form.php:263
@@ -179,35 +175,34 @@ msgstr "aktiverade plugins"
179
  #: contact_form.php:289
180
  #: contact_form.php:297
181
  msgid "Read more"
182
- msgstr "Les mer"
183
 
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
- #: contact_form.php:1002
188
- #: contact_form.php:1799
189
- #: contact_form.php:1808
190
  msgid "Settings"
191
  msgstr "Inställningar"
192
 
193
  #: contact_form.php:261
194
  #: contact_form.php:287
195
  msgid "Installed plugins"
196
- msgstr "Installerade plugins"
197
 
198
  #: contact_form.php:269
199
  #: contact_form.php:295
200
  msgid "Recommended plugins"
201
- msgstr "Rekommenderade plugins"
202
 
203
  #: contact_form.php:271
204
  msgid "Purchase"
205
- msgstr ""
206
 
207
  #: contact_form.php:276
208
- #, fuzzy
209
  msgid "Free plugins"
210
- msgstr "Rekommenderade plugins"
211
 
212
  #: contact_form.php:297
213
  msgid "Download"
@@ -220,114 +215,106 @@ msgstr "Installera %s"
220
 
221
  #: contact_form.php:297
222
  msgid "Install now from wordpress.org"
223
- msgstr "Installera nu från wordpress.org"
224
 
225
  #: contact_form.php:302
226
- #, fuzzy
227
  msgid "If you have any questions, please contact us via"
228
- msgstr "Om du har några frågor, vänligen kontakta oss via plugin@bestwebsoft.com eller fyll i vårt kontaktformulär på vår webbplats."
229
 
230
  #: contact_form.php:309
231
  msgid "System status"
232
- msgstr ""
233
 
234
  #: contact_form.php:313
235
  msgid "Environment"
236
- msgstr ""
237
 
238
  #: contact_form.php:324
239
- #, fuzzy
240
  msgid "Active Plugins"
241
- msgstr "aktiverade plugins"
242
 
243
  #: contact_form.php:335
244
- #, fuzzy
245
  msgid "Inactive Plugins"
246
- msgstr "aktiverade plugins"
247
 
248
  #: contact_form.php:349
249
- #, fuzzy
250
  msgid "Send to support"
251
- msgstr "Stöd"
252
 
253
  #: contact_form.php:356
254
  msgid "Send to custom email &#187;"
255
- msgstr ""
256
 
257
  #: contact_form.php:372
258
  #: contact_form.php:750
259
- #, fuzzy
260
  msgid "Contact Form Settings"
261
- msgstr "Konktaktformulär Alternativ "
262
 
263
  #: contact_form.php:372
264
  msgid "Contact Form"
265
  msgstr "Kontaktformulär"
266
 
267
  #: contact_form.php:373
268
- #, fuzzy
269
  msgid "Contact Form Pro Extra Settings"
270
- msgstr "Konktaktformulär Alternativ "
271
 
272
  #: contact_form.php:373
273
- #: contact_form.php:1008
274
- #, fuzzy
275
  msgid "Contact Form Pro"
276
- msgstr "Kontaktformulär"
277
 
278
  #: contact_form.php:412
279
- #: contact_form.php:897
280
- #: contact_form.php:926
281
  msgid "Name:"
282
  msgstr "Namn:"
283
 
284
  #: contact_form.php:413
285
- #: contact_form.php:898
286
- #: contact_form.php:927
287
- #, fuzzy
288
  msgid "Address:"
289
- msgstr "E-post adress"
290
 
291
  #: contact_form.php:414
292
- #: contact_form.php:899
293
- #: contact_form.php:928
294
  msgid "Email Address:"
295
- msgstr "E-post adress"
296
 
297
  #: contact_form.php:415
298
- #: contact_form.php:900
299
- #: contact_form.php:929
300
  msgid "Phone number:"
301
- msgstr "Telefon:"
302
 
303
  #: contact_form.php:416
304
- #: contact_form.php:901
305
- #: contact_form.php:930
306
  msgid "Subject:"
307
  msgstr "Ämne:"
308
 
309
  #: contact_form.php:417
310
- #: contact_form.php:902
311
- #: contact_form.php:931
312
  msgid "Message:"
313
  msgstr "Meddelande:"
314
 
315
  #: contact_form.php:418
316
- #: contact_form.php:903
317
- #: contact_form.php:932
318
  msgid "Attachment:"
319
- msgstr "Bilaga:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
- #: contact_form.php:904
324
- #: contact_form.php:933
325
  msgid "Send me a copy"
326
  msgstr "Skicka mig en kopia"
327
 
328
  #: contact_form.php:420
329
- #: contact_form.php:905
330
- #: contact_form.php:934
331
  msgid "Submit"
332
  msgstr "Skicka"
333
 
@@ -336,12 +323,10 @@ msgid "Your name is required."
336
  msgstr "Ditt namn krävs."
337
 
338
  #: contact_form.php:422
339
- #, fuzzy
340
  msgid "Address is required."
341
- msgstr "En giltig e-postadress krävs."
342
 
343
  #: contact_form.php:423
344
- #, fuzzy
345
  msgid "A valid email address is required."
346
  msgstr "En giltig e-postadress krävs."
347
 
@@ -349,594 +334,581 @@ msgstr "En giltig e-postadress krävs."
349
  #: contact_form.php:469
350
  #: contact_form.php:472
351
  msgid "Phone number is required."
352
- msgstr "Fält 'telefon' krävs."
353
 
354
  #: contact_form.php:425
355
  #: contact_form.php:468
356
  #: contact_form.php:471
357
  msgid "Subject is required."
358
- msgstr "Ämnesfält krävs."
359
 
360
  #: contact_form.php:426
361
  #: contact_form.php:467
362
  #: contact_form.php:470
363
  msgid "Message text is required."
364
- msgstr "Meddelandesfält krävs."
365
 
366
  #: contact_form.php:427
367
  msgid "File format is not valid."
368
- msgstr "Bilagan bryts."
369
 
370
  #: contact_form.php:428
371
  msgid "File upload error."
372
- msgstr ""
373
 
374
  #: contact_form.php:429
375
  msgid "The file could not be uploaded."
376
- msgstr ""
377
 
378
  #: contact_form.php:430
379
  msgid "This file is too large."
380
- msgstr ""
381
 
382
  #: contact_form.php:431
383
  msgid "Please fill out the CAPTCHA."
384
- msgstr "Vänligen fyll i CAPTCHA."
385
 
386
  #: contact_form.php:432
387
  msgid "Please make corrections below and try again."
388
- msgstr "Vänligen göra korrigeringar nedan och försök igen."
389
 
390
  #: contact_form.php:705
391
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
392
- msgstr "Om alternativet \"Omdirigera till sidan\" väljs, URL ska fyllas i följande format"
393
 
394
  #: contact_form.php:714
395
  msgid "Such user does not exist. Settings are not saved."
396
- msgstr "Sådan användaren finns inte. Inställningar sparas inte."
397
 
398
  #: contact_form.php:719
399
  #: contact_form.php:725
400
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
401
- msgstr "Vänligen ange korrekt \"från\" e-postadress. Inställningar sparas inte."
402
 
403
  #: contact_form.php:730
404
- #, fuzzy
405
  msgid "Settings saved."
406
- msgstr "Inställningar sparas."
407
 
408
  #: contact_form.php:755
409
- #: contact_form.php:1003
410
- #, fuzzy
411
  msgid "Extra settings"
412
- msgstr "Inställningar"
413
 
414
  #: contact_form.php:760
415
- #: contact_form.php:1259
416
  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:"
417
- msgstr "Om du vill lägga till ett kontaktformulär på din webbplats, bara kopiera och sätta detta kortkod i din post eller sida eller widget:"
 
 
 
 
 
 
 
418
 
419
  #: contact_form.php:761
 
 
 
 
 
 
 
 
420
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
421
- msgstr "Om informationen i nedanstående fält är tomma meddelandet kommer att skickas till en adress som angetts vid registreringen."
422
 
423
- #: contact_form.php:765
424
  msgid "The user's email address:"
425
- msgstr "Använda e-postadress användare:"
426
 
427
- #: contact_form.php:769
428
  msgid "Create a username"
429
- msgstr "Välj användarnamn"
430
 
431
- #: contact_form.php:774
432
  msgid "Enter a username of the person who should get the messages from the contact form."
433
- msgstr "Ange ett namn på den användare som kommer att få meddelanden från ett kontaktformulär."
434
 
435
- #: contact_form.php:778
436
  msgid "Use this email address:"
437
- msgstr "Använda det här e-postadress:"
438
 
439
- #: contact_form.php:781
440
  msgid "Enter the email address you want the messages forwarded to."
441
- msgstr "Ange en e-postadress som ska användas för att meddelanden."
442
 
443
- #: contact_form.php:785
444
  msgid "Additional options"
445
  msgstr "Ytterligare alternativ"
446
 
447
- #: contact_form.php:788
448
  msgid "What to use?"
449
- msgstr "Vad ska man använda?"
450
 
451
- #: contact_form.php:791
452
  msgid "Wp-mail"
453
- msgstr "Wp-e-post"
454
 
455
- #: contact_form.php:792
456
  msgid "You can use the wp_mail function for mailing"
457
- msgstr "För att skicka e-post kan du använda wordpress wp_mail funktionen."
458
 
459
- #: contact_form.php:798
460
  msgid "Mail"
461
  msgstr "E-post"
462
 
463
- #: contact_form.php:799
464
  msgid "To send mail you can use the php mail function"
465
- msgstr "För att skicka e-post kan du använda php funktionen."
466
 
467
- #: contact_form.php:803
468
  msgid "Change text of the 'FROM' field"
469
- msgstr "Ändra tekst för 'FRÅN' fältet på e-postmeddelandet."
470
 
471
- #: contact_form.php:809
472
  msgid "Enter the email address in the 'From' field"
473
- msgstr "Välj e-postadress för 'FRÅN' fältet för e-postmeddelandet."
474
 
475
- #: contact_form.php:811
476
  msgid "User email"
477
- msgstr ""
478
 
479
- #: contact_form.php:811
480
- #, fuzzy
481
  msgid "The email address of the user who fills the form will be used in the field 'From'."
482
- msgstr "В поле \"From\" в письме будет использоваться электронная почта того пользователя, который заполняет форму."
483
 
484
- #: contact_form.php:813
485
  msgid "This email address will be used in the 'From' field."
486
- msgstr "В поле \"From\" в письме будет использоваться данная электронная почта"
487
 
488
- #: contact_form.php:817
489
- #, fuzzy
490
  msgid "Display fields"
491
- msgstr "Visa tekst"
492
 
493
- #: contact_form.php:819
494
- #: contact_form.php:849
495
- #: contact_form.php:1039
496
- #: contact_form.php:1691
497
- #, fuzzy
498
  msgid "Address"
499
- msgstr "E-post adress"
500
 
501
- #: contact_form.php:820
502
- #: contact_form.php:851
503
- #: contact_form.php:1699
504
  msgid "Phone"
505
  msgstr "Telefon"
506
 
507
- #: contact_form.php:821
508
- #, fuzzy
509
  msgid "Attachment block"
510
- msgstr "Visa bilagablock"
511
 
512
- #: contact_form.php:821
513
  msgid "Users can attach the following file formats"
514
- msgstr "Användare kan bifoga filer av följande typer"
515
 
516
- #: contact_form.php:822
517
- #, fuzzy
518
  msgid "Tips below the Attachment block"
519
- msgstr "Visa förklaringar efter bilagablocket."
520
 
521
- #: contact_form.php:823
522
- #, fuzzy
523
  msgid "Send me a copy block"
524
- msgstr "Visa 'Skicka mig en kopia' block."
525
 
526
- #: contact_form.php:835
527
- #: contact_form.php:838
528
- #: contact_form.php:841
529
- #: contact_form.php:1068
530
  msgid "Captcha"
531
- msgstr ""
532
 
533
- #: contact_form.php:835
534
- #: contact_form.php:838
535
- #: contact_form.php:841
536
- #: contact_form.php:1068
537
  msgid "(powered by bestwebsoft.com)"
538
- msgstr ""
539
 
540
- #: contact_form.php:838
541
- #, fuzzy
542
  msgid "Activate captcha"
543
- msgstr "aktiverade plugins"
544
 
545
- #: contact_form.php:841
546
- #, fuzzy
547
  msgid "Download captcha"
548
- msgstr "Hämta"
549
 
550
- #: contact_form.php:846
551
  msgid "Required fields"
552
- msgstr "Fält krävs."
553
 
554
- #: contact_form.php:848
555
- #: contact_form.php:1034
556
- #: contact_form.php:1686
557
  msgid "Name"
558
  msgstr "Namn"
559
 
560
- #: contact_form.php:850
561
- #, fuzzy
562
  msgid "Email Address"
563
- msgstr "E-post adress"
564
 
565
- #: contact_form.php:852
566
- #: contact_form.php:1054
567
- #: contact_form.php:1702
568
  msgid "Subject"
569
  msgstr "Ämne"
570
 
571
- #: contact_form.php:853
572
- #: contact_form.php:1058
573
- #: contact_form.php:1705
574
  msgid "Message"
575
  msgstr "Meddelande"
576
 
577
- #: contact_form.php:857
578
- #, fuzzy
579
  msgid "Display additional info in the email"
580
- msgstr "Visa ytterligare information i e-meddelande."
581
 
582
- #: contact_form.php:862
583
- #: contact_form.php:1658
584
  msgid "Sent from (ip address)"
585
- msgstr "Skickas från (ip adress)"
586
 
587
- #: contact_form.php:863
588
- #: contact_form.php:1663
589
  msgid "Date/Time"
590
  msgstr "Datum/Tid"
591
 
592
- #: contact_form.php:864
593
- #: contact_form.php:1668
594
  msgid "Sent from (referer)"
595
- msgstr "Kommande frå (referrer)"
596
 
597
- #: contact_form.php:865
598
- #: contact_form.php:1673
599
  msgid "Using (user agent)"
600
- msgstr "använda (användare/ombud)"
601
 
602
- #: contact_form.php:869
603
  msgid "Language settings for the field names in the form"
604
- msgstr "Språkinställningar för etikettfält"
605
 
606
- #: contact_form.php:878
607
- #, fuzzy
608
  msgid "Add a language"
609
- msgstr "Lägg till språk"
610
 
611
- #: contact_form.php:882
612
  msgid "Change the names of the contact form fields and error messages"
613
  msgstr "Ändra etikett för fälten i kontaktformuläret och felmeddelanden"
614
 
615
- #: contact_form.php:887
616
- #: contact_form.php:958
617
  msgid "English"
618
  msgstr "Engelska"
619
 
620
- #: contact_form.php:906
621
- #: contact_form.php:935
622
- msgid "Error message for the Name field"
623
- msgstr "Felmeddelande för namnfält"
624
-
625
- #: contact_form.php:907
626
- #: contact_form.php:936
627
- #, fuzzy
628
- msgid "Error message for the Address field"
629
- msgstr "Felmeddelande för meddelandesfält"
630
-
631
  #: contact_form.php:908
632
  #: contact_form.php:937
633
- msgid "Error message for the Email field"
634
- msgstr "Felmeddelande för e-postadressfält"
635
 
636
  #: contact_form.php:909
637
  #: contact_form.php:938
638
- msgid "Error message for the Phone field"
639
- msgstr "Felmeddelande för telefonfält"
640
 
641
  #: contact_form.php:910
642
  #: contact_form.php:939
643
- msgid "Error message for the Subject field"
644
- msgstr "Felmeddelande for ämnesfält"
645
 
646
  #: contact_form.php:911
647
  #: contact_form.php:940
648
- msgid "Error message for the Message field"
649
- msgstr "Felmeddelande för meddelandesfält"
650
 
651
  #: contact_form.php:912
652
  #: contact_form.php:941
653
- #, fuzzy
654
- msgid "Error message about the file type for the Attachment field"
655
- msgstr "Felmeddelande för "
656
 
657
  #: contact_form.php:913
658
  #: contact_form.php:942
659
- #, fuzzy
660
- msgid "Error message while uploading a file for the Attachment field to the server"
661
- msgstr "Felmeddelande för "
662
 
663
  #: contact_form.php:914
664
  #: contact_form.php:943
665
- #, fuzzy
666
- msgid "Error message while moving the file for the Attachment field"
667
- msgstr "Felmeddelande för "
668
 
669
  #: contact_form.php:915
670
  #: contact_form.php:944
671
- #, fuzzy
672
- msgid "Error message when file size limit for the Attachment field is exceeded"
673
- msgstr "Felmeddelande för "
674
 
675
  #: contact_form.php:916
676
  #: contact_form.php:945
677
- msgid "Error message for the Captcha field"
678
- msgstr "Felmeddelande för CAPTCHA"
679
 
680
  #: contact_form.php:917
681
  #: contact_form.php:946
682
- msgid "Error message for the whole form"
683
- msgstr "Felmeddelande för hela formen"
 
 
 
 
 
684
 
685
  #: contact_form.php:919
686
  #: contact_form.php:948
687
- #: contact_form.php:967
688
- #: contact_form.php:973
 
 
 
 
 
689
  msgid "Use shortcode"
690
- msgstr "Använda kortkod"
691
 
692
- #: contact_form.php:919
693
- #: contact_form.php:948
694
- #: contact_form.php:967
695
- #: contact_form.php:973
696
  msgid "for this language"
697
  msgstr "för detta språk"
698
 
699
- #: contact_form.php:955
700
  msgid "Action after email is sent"
701
- msgstr "Åtgärd efter meddelande skickas"
702
 
703
- #: contact_form.php:957
704
  msgid "Display text"
705
- msgstr "Visa tekst"
706
 
707
- #: contact_form.php:966
708
- #: contact_form.php:972
709
  msgid "Text"
710
- msgstr "Tekst"
711
 
712
- #: contact_form.php:979
713
  msgid "Redirect to the page"
714
- msgstr "omdirigering till sidan"
715
 
716
- #: contact_form.php:980
717
  msgid "Url"
718
  msgstr "Url"
719
 
720
- #: contact_form.php:985
721
- #: contact_form.php:1160
722
  msgid "Save Changes"
723
  msgstr "Spara ändringar"
724
 
725
- #: contact_form.php:1000
726
- #, fuzzy
727
  msgid "Contact Form Pro | Extra Settings"
728
- msgstr "Konktaktformulär Alternativ "
729
 
730
- #: contact_form.php:1007
731
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
732
- msgstr ""
733
 
734
- #: contact_form.php:1014
735
  msgid "Errors output"
736
- msgstr ""
737
 
738
- #: contact_form.php:1017
739
  msgid "Display error messages"
740
- msgstr ""
741
 
742
- #: contact_form.php:1018
743
  msgid "Color of the input field errors."
744
- msgstr ""
745
 
746
- #: contact_form.php:1019
747
- #, fuzzy
748
  msgid "Display error messages & color of the input field errors"
749
- msgstr "Felmeddelande for ämnesfält"
750
 
751
- #: contact_form.php:1024
752
  msgid "Add placeholder to the input blocks"
753
- msgstr ""
754
 
755
- #: contact_form.php:1030
756
- #, fuzzy
757
  msgid "Add tooltips"
758
- msgstr "Ytterligare alternativ"
759
 
760
- #: contact_form.php:1044
761
- #, fuzzy
762
  msgid "Email address"
763
- msgstr "E-post adress"
764
 
765
- #: contact_form.php:1049
766
- #, fuzzy
767
  msgid "Phone Number"
768
- msgstr "Telefon:"
769
 
770
- #: contact_form.php:1063
771
- #, fuzzy
772
  msgid "Attachment"
773
- msgstr "Bilaga:"
774
 
775
- #: contact_form.php:1073
776
- #, fuzzy
777
  msgid "Style options"
778
- msgstr "Ytterligare alternativ"
779
 
780
- #: contact_form.php:1076
781
  msgid "Text color"
782
- msgstr ""
783
 
784
- #: contact_form.php:1079
785
- #: contact_form.php:1084
786
- #: contact_form.php:1094
787
- #: contact_form.php:1099
788
- #: contact_form.php:1104
789
- #: contact_form.php:1109
790
- #: contact_form.php:1119
791
- #: contact_form.php:1124
792
- #: contact_form.php:1130
793
- #: contact_form.php:1141
794
- #: contact_form.php:1146
795
- #: contact_form.php:1151
796
  msgid "Default"
797
- msgstr ""
798
 
799
- #: contact_form.php:1081
800
  msgid "Label text color"
801
- msgstr ""
802
 
803
- #: contact_form.php:1086
804
  msgid "Placeholder color"
805
- msgstr ""
806
 
807
- #: contact_form.php:1091
808
  msgid "Errors color"
809
- msgstr ""
810
 
811
- #: contact_form.php:1096
812
  msgid "Error text color"
813
- msgstr ""
814
 
815
- #: contact_form.php:1101
816
  msgid "Background color of the input field errors"
817
- msgstr ""
818
 
819
- #: contact_form.php:1106
820
  msgid "Border color of the input field errors"
821
- msgstr ""
822
 
823
- #: contact_form.php:1111
824
  msgid "Placeholder color of the input field errors"
825
- msgstr ""
826
 
827
- #: contact_form.php:1116
828
  msgid "Input fields"
829
- msgstr ""
830
 
831
- #: contact_form.php:1121
832
  msgid "Input fields background color"
833
- msgstr ""
834
 
835
- #: contact_form.php:1126
836
  msgid "Text fields color"
837
- msgstr ""
838
 
839
- #: contact_form.php:1128
840
  msgid "Border width in px, numbers only"
841
- msgstr ""
842
 
843
- #: contact_form.php:1132
844
- #: contact_form.php:1153
845
  msgid "Border color"
846
- msgstr ""
847
 
848
- #: contact_form.php:1137
849
- #, fuzzy
850
  msgid "Submit button"
851
- msgstr "Skicka"
852
 
853
- #: contact_form.php:1139
854
  msgid "Width in px, numbers only"
855
- msgstr ""
856
 
857
- #: contact_form.php:1143
858
  msgid "Button color"
859
- msgstr ""
860
 
861
- #: contact_form.php:1148
862
  msgid "Button text color"
863
- msgstr ""
864
 
865
- #: contact_form.php:1164
866
- #, fuzzy
867
  msgid "Contact Form Pro | Preview"
868
- msgstr "Kontaktformulär"
869
 
870
- #: contact_form.php:1167
871
  msgid "Show with errors"
872
- msgstr ""
873
 
874
- #: contact_form.php:1175
875
  #: contact_form.php:1177
 
876
  msgid "Please enter your full name..."
877
- msgstr ""
878
 
879
- #: contact_form.php:1188
880
  #: contact_form.php:1190
 
881
  msgid "Please enter your address..."
882
- msgstr ""
883
 
884
- #: contact_form.php:1199
885
  #: contact_form.php:1201
886
- #, fuzzy
887
  msgid "Please enter your email address..."
888
- msgstr "Använda det här e-postadress:"
889
 
890
- #: contact_form.php:1210
891
  #: contact_form.php:1212
 
892
  msgid "Please enter your phone number..."
893
- msgstr ""
894
 
895
- #: contact_form.php:1221
896
  #: contact_form.php:1223
 
897
  msgid "Please enter subject..."
898
- msgstr ""
899
 
900
- #: contact_form.php:1231
901
  #: contact_form.php:1233
 
902
  msgid "Please enter your message..."
903
- msgstr ""
904
 
905
- #: contact_form.php:1244
906
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
907
- msgstr ""
908
 
909
- #: contact_form.php:1397
910
  msgid "You can attach the following file formats"
911
- msgstr "Du kan bifoga filer av följande typer"
912
 
913
- #: contact_form.php:1681
914
  msgid "Contact from"
915
  msgstr "Kontaktformulär"
916
 
917
- #: contact_form.php:1694
918
  msgid "Email"
919
  msgstr "E-post"
920
 
921
- #: contact_form.php:1708
922
  msgid "Site"
923
- msgstr "Sida"
924
 
925
- #: contact_form.php:1758
926
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
927
- msgstr "Om du kan se den här MIME, så din klient inte accepterar MIME-typer!"
928
 
929
- #: contact_form.php:1809
930
  msgid "FAQ"
931
  msgstr "FAQ"
932
 
933
- #: contact_form.php:1810
934
  msgid "Support"
935
- msgstr "Stöd"
936
 
937
- #: contact_form.php:1858
938
  msgid "Are you sure that you want to delete this language data?"
939
- msgstr "Är du säker på att du vill ta bort detta språk?"
940
 
941
  #~ msgid "Contact Form Options"
942
  #~ msgstr "Konktaktformulär Alternativ "
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-07-29 17:34+0300\n"
6
+ "PO-Revision-Date: 2013-07-29 17:34+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Martin Tonek, Joakim Lindskog, Maarten van den Driest <joakim@limewoodmedia.com, maarten@vandendriest.com>\n"
9
  "MIME-Version: 1.0\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:106
20
  msgid "Not set"
21
+ msgstr "Inte angivet"
22
 
23
  #: contact_form.php:108
24
  #: contact_form.php:112
25
  msgid "On"
26
+ msgstr ""
27
 
28
  #: contact_form.php:110
29
  #: contact_form.php:114
30
  msgid "Off"
31
+ msgstr "Av"
32
 
33
  #: contact_form.php:118
34
  #: contact_form.php:122
37
  #: contact_form.php:134
38
  #: contact_form.php:160
39
  msgid "N/A"
40
+ msgstr "Finns ej"
41
 
42
  #: contact_form.php:132
43
  msgid " Mb"
44
+ msgstr " Mb"
45
 
46
  #: contact_form.php:136
47
  #: contact_form.php:140
48
  #: contact_form.php:144
49
  #: contact_form.php:155
50
  msgid "Yes"
51
+ msgstr "Ja"
52
 
53
  #: contact_form.php:138
54
  #: contact_form.php:142
55
  #: contact_form.php:146
56
  #: contact_form.php:157
57
  msgid "No"
58
+ msgstr "Nej"
59
 
60
  #: contact_form.php:171
61
  msgid "Operating System"
62
+ msgstr "Operativsystem"
63
 
64
  #: contact_form.php:172
65
  msgid "Server"
66
+ msgstr "Server"
67
 
68
  #: contact_form.php:173
 
69
  msgid "Memory usage"
70
+ msgstr "Minnesanvändning"
71
 
72
  #: contact_form.php:174
73
  msgid "MYSQL Version"
74
+ msgstr "MySQL-version"
75
 
76
  #: contact_form.php:175
77
  msgid "SQL Mode"
78
+ msgstr "SQL-läge"
79
 
80
  #: contact_form.php:176
81
  msgid "PHP Version"
82
+ msgstr "PHP-version"
83
 
84
  #: contact_form.php:177
85
  msgid "PHP Safe Mode"
86
+ msgstr "PHP säkert läge"
87
 
88
  #: contact_form.php:178
89
  msgid "PHP Allow URL fopen"
90
+ msgstr "PHP tillåt URL fopen"
91
 
92
  #: contact_form.php:179
93
  msgid "PHP Memory Limit"
94
+ msgstr "PHP Minnesgräns"
95
 
96
  #: contact_form.php:180
97
  msgid "PHP Max Upload Size"
98
+ msgstr "PHP Max uppladdningstorlek"
99
 
100
  #: contact_form.php:181
101
  msgid "PHP Max Post Size"
102
+ msgstr "PHP Max poststorlek"
103
 
104
  #: contact_form.php:182
105
  msgid "PHP Max Script Execute Time"
106
+ msgstr "PHP Max skriptexekverinstid"
107
 
108
  #: contact_form.php:183
109
  msgid "PHP Exif support"
110
+ msgstr "PHP Exifstöd"
111
 
112
  #: contact_form.php:184
113
  msgid "PHP IPTC support"
114
+ msgstr "PHP ITPC-stöd"
115
 
116
  #: contact_form.php:185
117
  msgid "PHP XML support"
118
+ msgstr "PHP XML-stöd"
119
 
120
  #: contact_form.php:186
 
121
  msgid "Site URL"
122
+ msgstr "SajtURL"
123
 
124
  #: contact_form.php:187
125
  msgid "Home URL"
126
+ msgstr "HemURL"
127
 
128
  #: contact_form.php:188
129
  msgid "WordPress Version"
130
+ msgstr "WordPress-version"
131
 
132
  #: contact_form.php:189
133
  msgid "WordPress DB Version"
134
+ msgstr "WordPress DB-version"
135
 
136
  #: contact_form.php:190
137
  msgid "Multisite"
138
+ msgstr "Multisajt"
139
 
140
  #: contact_form.php:191
141
  msgid "Active Theme"
142
+ msgstr "Aktivt tema"
143
 
144
  #: contact_form.php:206
 
145
  msgid "Please enter a valid email address."
146
+ msgstr "Var god ange en giltig e-postadress."
147
 
148
  #: contact_form.php:210
149
  msgid "Email with system info is sent to "
150
+ msgstr "E-post med systeminfo skickades till"
151
 
152
  #: contact_form.php:214
153
  #: contact_form.php:434
154
  msgid "Thank you for contacting us."
155
+ msgstr "Tack för att du kontaktade oss."
156
 
157
  #: contact_form.php:242
158
+ #: contact_form.php:1315
159
  msgid "Sorry, email message could not be delivered."
160
+ msgstr "Tyvärr kunde ditt meddelande inte levereras."
161
 
162
  #: contact_form.php:250
 
163
  msgid "Pro plugins"
164
+ msgstr "Pro-tillägg"
165
 
166
  #: contact_form.php:253
167
  #: contact_form.php:279
168
  msgid "Activated plugins"
169
+ msgstr "Aktiverade tillägg"
170
 
171
  #: contact_form.php:255
172
  #: contact_form.php:263
175
  #: contact_form.php:289
176
  #: contact_form.php:297
177
  msgid "Read more"
178
+ msgstr "Läs mer"
179
 
180
  #: contact_form.php:255
181
  #: contact_form.php:281
182
  #: contact_form.php:754
183
+ #: contact_form.php:1004
184
+ #: contact_form.php:1801
185
+ #: contact_form.php:1810
186
  msgid "Settings"
187
  msgstr "Inställningar"
188
 
189
  #: contact_form.php:261
190
  #: contact_form.php:287
191
  msgid "Installed plugins"
192
+ msgstr "Installerade tillägg"
193
 
194
  #: contact_form.php:269
195
  #: contact_form.php:295
196
  msgid "Recommended plugins"
197
+ msgstr "Rekommenderade tillägg"
198
 
199
  #: contact_form.php:271
200
  msgid "Purchase"
201
+ msgstr "Köp"
202
 
203
  #: contact_form.php:276
 
204
  msgid "Free plugins"
205
+ msgstr "Gratis tillägg"
206
 
207
  #: contact_form.php:297
208
  msgid "Download"
215
 
216
  #: contact_form.php:297
217
  msgid "Install now from wordpress.org"
218
+ msgstr "Installera från wordpress.org"
219
 
220
  #: contact_form.php:302
 
221
  msgid "If you have any questions, please contact us via"
222
+ msgstr "Om du har några frågor, kontakta oss via"
223
 
224
  #: contact_form.php:309
225
  msgid "System status"
226
+ msgstr "Systemstatus"
227
 
228
  #: contact_form.php:313
229
  msgid "Environment"
230
+ msgstr "Miljö"
231
 
232
  #: contact_form.php:324
 
233
  msgid "Active Plugins"
234
+ msgstr "Aktiverade tillägg"
235
 
236
  #: contact_form.php:335
 
237
  msgid "Inactive Plugins"
238
+ msgstr "Inaktiverade tillägg"
239
 
240
  #: contact_form.php:349
 
241
  msgid "Send to support"
242
+ msgstr "Skicka till support"
243
 
244
  #: contact_form.php:356
245
  msgid "Send to custom email &#187;"
246
+ msgstr "Skicka till anpassad e-post &#187;"
247
 
248
  #: contact_form.php:372
249
  #: contact_form.php:750
 
250
  msgid "Contact Form Settings"
251
+ msgstr "Kontaktformulärinställningar"
252
 
253
  #: contact_form.php:372
254
  msgid "Contact Form"
255
  msgstr "Kontaktformulär"
256
 
257
  #: contact_form.php:373
 
258
  msgid "Contact Form Pro Extra Settings"
259
+ msgstr "Kontaktformulär Pro Extra inställningar"
260
 
261
  #: contact_form.php:373
262
+ #: contact_form.php:1010
 
263
  msgid "Contact Form Pro"
264
+ msgstr "Kontaktformulär Pro"
265
 
266
  #: contact_form.php:412
267
+ #: contact_form.php:899
268
+ #: contact_form.php:928
269
  msgid "Name:"
270
  msgstr "Namn:"
271
 
272
  #: contact_form.php:413
273
+ #: contact_form.php:900
274
+ #: contact_form.php:929
 
275
  msgid "Address:"
276
+ msgstr "Adress:"
277
 
278
  #: contact_form.php:414
279
+ #: contact_form.php:901
280
+ #: contact_form.php:930
281
  msgid "Email Address:"
282
+ msgstr "E-postadress:"
283
 
284
  #: contact_form.php:415
285
+ #: contact_form.php:902
286
+ #: contact_form.php:931
287
  msgid "Phone number:"
288
+ msgstr "Telefonnummer:"
289
 
290
  #: contact_form.php:416
291
+ #: contact_form.php:903
292
+ #: contact_form.php:932
293
  msgid "Subject:"
294
  msgstr "Ämne:"
295
 
296
  #: contact_form.php:417
297
+ #: contact_form.php:904
298
+ #: contact_form.php:933
299
  msgid "Message:"
300
  msgstr "Meddelande:"
301
 
302
  #: contact_form.php:418
303
+ #: contact_form.php:905
304
+ #: contact_form.php:934
305
  msgid "Attachment:"
306
+ msgstr "Bifogad fil:"
307
 
308
  #: contact_form.php:419
309
  #: contact_form.php:474
310
+ #: contact_form.php:906
311
+ #: contact_form.php:935
312
  msgid "Send me a copy"
313
  msgstr "Skicka mig en kopia"
314
 
315
  #: contact_form.php:420
316
+ #: contact_form.php:907
317
+ #: contact_form.php:936
318
  msgid "Submit"
319
  msgstr "Skicka"
320
 
323
  msgstr "Ditt namn krävs."
324
 
325
  #: contact_form.php:422
 
326
  msgid "Address is required."
327
+ msgstr "Adress krävs."
328
 
329
  #: contact_form.php:423
 
330
  msgid "A valid email address is required."
331
  msgstr "En giltig e-postadress krävs."
332
 
334
  #: contact_form.php:469
335
  #: contact_form.php:472
336
  msgid "Phone number is required."
337
+ msgstr "Telefonnummer krävs."
338
 
339
  #: contact_form.php:425
340
  #: contact_form.php:468
341
  #: contact_form.php:471
342
  msgid "Subject is required."
343
+ msgstr "Ämne krävs."
344
 
345
  #: contact_form.php:426
346
  #: contact_form.php:467
347
  #: contact_form.php:470
348
  msgid "Message text is required."
349
+ msgstr "Meddelande krävs."
350
 
351
  #: contact_form.php:427
352
  msgid "File format is not valid."
353
+ msgstr "Bilageformaten är inte giltigt."
354
 
355
  #: contact_form.php:428
356
  msgid "File upload error."
357
+ msgstr "Filuppladdningsfel."
358
 
359
  #: contact_form.php:429
360
  msgid "The file could not be uploaded."
361
+ msgstr "Filen kunde inte laddas upp."
362
 
363
  #: contact_form.php:430
364
  msgid "This file is too large."
365
+ msgstr "Filen är för stor."
366
 
367
  #: contact_form.php:431
368
  msgid "Please fill out the CAPTCHA."
369
+ msgstr "Var god fyll i CAPTCHA."
370
 
371
  #: contact_form.php:432
372
  msgid "Please make corrections below and try again."
373
+ msgstr "Var god gör korrigeringar nedan och försök igen."
374
 
375
  #: contact_form.php:705
376
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
377
+ msgstr "Om alternativet 'Omdirigera till sida' väljs ska URL-fältet fyllas i med följande format"
378
 
379
  #: contact_form.php:714
380
  msgid "Such user does not exist. Settings are not saved."
381
+ msgstr "Användaren finns inte. Inställningarna sparades inte."
382
 
383
  #: contact_form.php:719
384
  #: contact_form.php:725
385
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
386
+ msgstr "Var god ange en giltig e-postadress i 'FRÅN'-fältet. Inställningarna sparades inte."
387
 
388
  #: contact_form.php:730
 
389
  msgid "Settings saved."
390
+ msgstr "Inställningar sparades."
391
 
392
  #: contact_form.php:755
393
+ #: contact_form.php:1005
 
394
  msgid "Extra settings"
395
+ msgstr "Extra inställningar"
396
 
397
  #: contact_form.php:760
398
+ #: contact_form.php:1261
399
  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:"
400
+ msgstr "Om du vill lägga till ett kontaktformulär på din webbplats, kopiera följande kortkod och klistra in den rätt inlägg, sida eller widget:"
401
+
402
+ #: contact_form.php:760
403
+ #: contact_form.php:761
404
+ #: contact_form.php:921
405
+ #: contact_form.php:969
406
+ msgid "or"
407
+ msgstr ""
408
 
409
  #: contact_form.php:761
410
+ msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
411
+ msgstr ""
412
+
413
+ #: contact_form.php:762
414
+ msgid "They work the same way."
415
+ msgstr ""
416
+
417
+ #: contact_form.php:763
418
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
419
+ msgstr "Om du lämnar fälten tomma kommer meddelandena att skickas till den e-postadressen som angavs under registreringen."
420
 
421
+ #: contact_form.php:767
422
  msgid "The user's email address:"
423
+ msgstr "Användarens e-postadress:"
424
 
425
+ #: contact_form.php:771
426
  msgid "Create a username"
427
+ msgstr "Skapa ett användarnamn"
428
 
429
+ #: contact_form.php:776
430
  msgid "Enter a username of the person who should get the messages from the contact form."
431
+ msgstr "Ange ett användarnamn på den användare som ska få meddelanden från kontaktformuläret."
432
 
433
+ #: contact_form.php:780
434
  msgid "Use this email address:"
435
+ msgstr "Använd den här e-postadressen:"
436
 
437
+ #: contact_form.php:783
438
  msgid "Enter the email address you want the messages forwarded to."
439
+ msgstr "Ange en e-postadress som ska användas för att ta emot meddelanden."
440
 
441
+ #: contact_form.php:787
442
  msgid "Additional options"
443
  msgstr "Ytterligare alternativ"
444
 
445
+ #: contact_form.php:790
446
  msgid "What to use?"
447
+ msgstr "Vad ska användas?"
448
 
449
+ #: contact_form.php:793
450
  msgid "Wp-mail"
451
+ msgstr "Wp-mail"
452
 
453
+ #: contact_form.php:794
454
  msgid "You can use the wp_mail function for mailing"
455
+ msgstr "Du kan använda wp_mail-funktionen för att skicka e-post"
456
 
457
+ #: contact_form.php:800
458
  msgid "Mail"
459
  msgstr "E-post"
460
 
461
+ #: contact_form.php:801
462
  msgid "To send mail you can use the php mail function"
463
+ msgstr "Du kan använda php-funktionen för att skicka e-post"
464
 
465
+ #: contact_form.php:805
466
  msgid "Change text of the 'FROM' field"
467
+ msgstr "Ändra text för 'FRÅN'-fältet"
468
 
469
+ #: contact_form.php:811
470
  msgid "Enter the email address in the 'From' field"
471
+ msgstr "Ange e-postadress för 'Från'-fältet"
472
 
473
+ #: contact_form.php:813
474
  msgid "User email"
475
+ msgstr "Användarens e-post"
476
 
477
+ #: contact_form.php:813
 
478
  msgid "The email address of the user who fills the form will be used in the field 'From'."
479
+ msgstr "E-postadressen för användaren som fyller i formuläret kommer att användas i 'Från'-fältet."
480
 
481
+ #: contact_form.php:815
482
  msgid "This email address will be used in the 'From' field."
483
+ msgstr "Denna e-postadress kommer att användas för 'Från'-fältet."
484
 
485
+ #: contact_form.php:819
 
486
  msgid "Display fields"
487
+ msgstr "Visa fält"
488
 
489
+ #: contact_form.php:821
490
+ #: contact_form.php:851
491
+ #: contact_form.php:1041
492
+ #: contact_form.php:1693
 
493
  msgid "Address"
494
+ msgstr "Adress"
495
 
496
+ #: contact_form.php:822
497
+ #: contact_form.php:853
498
+ #: contact_form.php:1701
499
  msgid "Phone"
500
  msgstr "Telefon"
501
 
502
+ #: contact_form.php:823
 
503
  msgid "Attachment block"
504
+ msgstr "Bilageblock"
505
 
506
+ #: contact_form.php:823
507
  msgid "Users can attach the following file formats"
508
+ msgstr "Användare kan bifoga filer av följande format"
509
 
510
+ #: contact_form.php:824
 
511
  msgid "Tips below the Attachment block"
512
+ msgstr "Visa förklaringar under bilageblocket"
513
 
514
+ #: contact_form.php:825
 
515
  msgid "Send me a copy block"
516
+ msgstr "Skicka mig en kopia-block"
517
 
518
+ #: contact_form.php:837
519
+ #: contact_form.php:840
520
+ #: contact_form.php:843
521
+ #: contact_form.php:1070
522
  msgid "Captcha"
523
+ msgstr "Captcha"
524
 
525
+ #: contact_form.php:837
526
+ #: contact_form.php:840
527
+ #: contact_form.php:843
528
+ #: contact_form.php:1070
529
  msgid "(powered by bestwebsoft.com)"
530
+ msgstr "(tillhandahålls av bestwebsoft.com)"
531
 
532
+ #: contact_form.php:840
 
533
  msgid "Activate captcha"
534
+ msgstr "Aktivera captcha"
535
 
536
+ #: contact_form.php:843
 
537
  msgid "Download captcha"
538
+ msgstr "Hämta captcha"
539
 
540
+ #: contact_form.php:848
541
  msgid "Required fields"
542
+ msgstr "Obligatoriska fält"
543
 
544
+ #: contact_form.php:850
545
+ #: contact_form.php:1036
546
+ #: contact_form.php:1688
547
  msgid "Name"
548
  msgstr "Namn"
549
 
550
+ #: contact_form.php:852
 
551
  msgid "Email Address"
552
+ msgstr "E-postadress"
553
 
554
+ #: contact_form.php:854
555
+ #: contact_form.php:1056
556
+ #: contact_form.php:1704
557
  msgid "Subject"
558
  msgstr "Ämne"
559
 
560
+ #: contact_form.php:855
561
+ #: contact_form.php:1060
562
+ #: contact_form.php:1707
563
  msgid "Message"
564
  msgstr "Meddelande"
565
 
566
+ #: contact_form.php:859
 
567
  msgid "Display additional info in the email"
568
+ msgstr "Visa ytterligare information i meddelandet"
569
 
570
+ #: contact_form.php:864
571
+ #: contact_form.php:1660
572
  msgid "Sent from (ip address)"
573
+ msgstr "Skickat från (ip-adress)"
574
 
575
+ #: contact_form.php:865
576
+ #: contact_form.php:1665
577
  msgid "Date/Time"
578
  msgstr "Datum/Tid"
579
 
580
+ #: contact_form.php:866
581
+ #: contact_form.php:1670
582
  msgid "Sent from (referer)"
583
+ msgstr "Skickat från (referer)"
584
 
585
+ #: contact_form.php:867
586
+ #: contact_form.php:1675
587
  msgid "Using (user agent)"
588
+ msgstr "Använder (user agent)"
589
 
590
+ #: contact_form.php:871
591
  msgid "Language settings for the field names in the form"
592
+ msgstr "Språkinställningar för etikettnamn in formuläret"
593
 
594
+ #: contact_form.php:880
 
595
  msgid "Add a language"
596
+ msgstr "Lägg till ett språk"
597
 
598
+ #: contact_form.php:884
599
  msgid "Change the names of the contact form fields and error messages"
600
  msgstr "Ändra etikett för fälten i kontaktformuläret och felmeddelanden"
601
 
602
+ #: contact_form.php:889
603
+ #: contact_form.php:960
604
  msgid "English"
605
  msgstr "Engelska"
606
 
 
 
 
 
 
 
 
 
 
 
 
607
  #: contact_form.php:908
608
  #: contact_form.php:937
609
+ msgid "Error message for the Name field"
610
+ msgstr "Felmeddelande för namnfältet"
611
 
612
  #: contact_form.php:909
613
  #: contact_form.php:938
614
+ msgid "Error message for the Address field"
615
+ msgstr "Felmeddelande för adressfältet"
616
 
617
  #: contact_form.php:910
618
  #: contact_form.php:939
619
+ msgid "Error message for the Email field"
620
+ msgstr "Felmeddelande för e-postadressfältet"
621
 
622
  #: contact_form.php:911
623
  #: contact_form.php:940
624
+ msgid "Error message for the Phone field"
625
+ msgstr "Felmeddelande för telefonfältet"
626
 
627
  #: contact_form.php:912
628
  #: contact_form.php:941
629
+ msgid "Error message for the Subject field"
630
+ msgstr "Felmeddelande for ämnesfältet"
 
631
 
632
  #: contact_form.php:913
633
  #: contact_form.php:942
634
+ msgid "Error message for the Message field"
635
+ msgstr "Felmeddelande för meddelandefältet"
 
636
 
637
  #: contact_form.php:914
638
  #: contact_form.php:943
639
+ msgid "Error message about the file type for the Attachment field"
640
+ msgstr "Felmeddelande för filformat i bilagefältet"
 
641
 
642
  #: contact_form.php:915
643
  #: contact_form.php:944
644
+ msgid "Error message while uploading a file for the Attachment field to the server"
645
+ msgstr "Felmeddelande för uppladdning av fil till bilagefältet servern"
 
646
 
647
  #: contact_form.php:916
648
  #: contact_form.php:945
649
+ msgid "Error message while moving the file for the Attachment field"
650
+ msgstr "Felmeddelande för flytt av fil till bilagefältet"
651
 
652
  #: contact_form.php:917
653
  #: contact_form.php:946
654
+ msgid "Error message when file size limit for the Attachment field is exceeded"
655
+ msgstr "Felmeddelande för max filstorlek i bilagefältet "
656
+
657
+ #: contact_form.php:918
658
+ #: contact_form.php:947
659
+ msgid "Error message for the Captcha field"
660
+ msgstr "Felmeddelande för CAPTCHA"
661
 
662
  #: contact_form.php:919
663
  #: contact_form.php:948
664
+ msgid "Error message for the whole form"
665
+ msgstr "Felmeddelande för formuläret"
666
+
667
+ #: contact_form.php:921
668
+ #: contact_form.php:950
669
+ #: contact_form.php:969
670
+ #: contact_form.php:975
671
  msgid "Use shortcode"
672
+ msgstr "Använd kortkod"
673
 
674
+ #: contact_form.php:921
675
+ #: contact_form.php:950
676
+ #: contact_form.php:969
677
+ #: contact_form.php:975
678
  msgid "for this language"
679
  msgstr "för detta språk"
680
 
681
+ #: contact_form.php:957
682
  msgid "Action after email is sent"
683
+ msgstr "Åtgärd efter meddelande skickats"
684
 
685
+ #: contact_form.php:959
686
  msgid "Display text"
687
+ msgstr "Visa text"
688
 
689
+ #: contact_form.php:968
690
+ #: contact_form.php:974
691
  msgid "Text"
692
+ msgstr "Text"
693
 
694
+ #: contact_form.php:981
695
  msgid "Redirect to the page"
696
+ msgstr "Omdirigera till sida"
697
 
698
+ #: contact_form.php:982
699
  msgid "Url"
700
  msgstr "Url"
701
 
702
+ #: contact_form.php:987
703
+ #: contact_form.php:1162
704
  msgid "Save Changes"
705
  msgstr "Spara ändringar"
706
 
707
+ #: contact_form.php:1002
 
708
  msgid "Contact Form Pro | Extra Settings"
709
+ msgstr "Kontaktformulär Pro | Extra inställningar "
710
 
711
+ #: contact_form.php:1009
712
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
713
+ msgstr "Denna funktionalitet är endast tillgänglig i Pro-versionen av detta tillägg. För detaljer, klicka på länken"
714
 
715
+ #: contact_form.php:1016
716
  msgid "Errors output"
717
+ msgstr "Felutmatning"
718
 
719
+ #: contact_form.php:1019
720
  msgid "Display error messages"
721
+ msgstr "Visa felmeddelanden"
722
 
723
+ #: contact_form.php:1020
724
  msgid "Color of the input field errors."
725
+ msgstr "Färg på inmatningfältsfel."
726
 
727
+ #: contact_form.php:1021
 
728
  msgid "Display error messages & color of the input field errors"
729
+ msgstr "Visa felmeddelanden & färg på inmatningfältsfel"
730
 
731
+ #: contact_form.php:1026
732
  msgid "Add placeholder to the input blocks"
733
+ msgstr "Lägg till platshållare på inmatningsblocken"
734
 
735
+ #: contact_form.php:1032
 
736
  msgid "Add tooltips"
737
+ msgstr "Visa verktygstips"
738
 
739
+ #: contact_form.php:1046
 
740
  msgid "Email address"
741
+ msgstr "E-postadress"
742
 
743
+ #: contact_form.php:1051
 
744
  msgid "Phone Number"
745
+ msgstr "Telefonnummer"
746
 
747
+ #: contact_form.php:1065
 
748
  msgid "Attachment"
749
+ msgstr "Bifoga fil"
750
 
751
+ #: contact_form.php:1075
 
752
  msgid "Style options"
753
+ msgstr "Stilalternativ"
754
 
755
+ #: contact_form.php:1078
756
  msgid "Text color"
757
+ msgstr "Textfärg"
758
 
759
+ #: contact_form.php:1081
760
+ #: contact_form.php:1086
761
+ #: contact_form.php:1096
762
+ #: contact_form.php:1101
763
+ #: contact_form.php:1106
764
+ #: contact_form.php:1111
765
+ #: contact_form.php:1121
766
+ #: contact_form.php:1126
767
+ #: contact_form.php:1132
768
+ #: contact_form.php:1143
769
+ #: contact_form.php:1148
770
+ #: contact_form.php:1153
771
  msgid "Default"
772
+ msgstr "Standard"
773
 
774
+ #: contact_form.php:1083
775
  msgid "Label text color"
776
+ msgstr "Etikett-textfärg"
777
 
778
+ #: contact_form.php:1088
779
  msgid "Placeholder color"
780
+ msgstr "Platshållarfärg"
781
 
782
+ #: contact_form.php:1093
783
  msgid "Errors color"
784
+ msgstr "Felfärg"
785
 
786
+ #: contact_form.php:1098
787
  msgid "Error text color"
788
+ msgstr "Feltextfärg"
789
 
790
+ #: contact_form.php:1103
791
  msgid "Background color of the input field errors"
792
+ msgstr "Bakgrundsfärg på inmatningfältsfel"
793
 
794
+ #: contact_form.php:1108
795
  msgid "Border color of the input field errors"
796
+ msgstr "Ramfärg på inmatningfältsfel"
797
 
798
+ #: contact_form.php:1113
799
  msgid "Placeholder color of the input field errors"
800
+ msgstr "Platshållarfärg för inmatningfältsfel"
801
 
802
+ #: contact_form.php:1118
803
  msgid "Input fields"
804
+ msgstr "Inmatningsfält"
805
 
806
+ #: contact_form.php:1123
807
  msgid "Input fields background color"
808
+ msgstr "Inmatningfältsbakgrundsfärg"
809
 
810
+ #: contact_form.php:1128
811
  msgid "Text fields color"
812
+ msgstr "Textfältfärg"
813
 
814
+ #: contact_form.php:1130
815
  msgid "Border width in px, numbers only"
816
+ msgstr "Rambredd i px, endast siffror"
817
 
818
+ #: contact_form.php:1134
819
+ #: contact_form.php:1155
820
  msgid "Border color"
821
+ msgstr "Ramfärg"
822
 
823
+ #: contact_form.php:1139
 
824
  msgid "Submit button"
825
+ msgstr "Skicka-knapp"
826
 
827
+ #: contact_form.php:1141
828
  msgid "Width in px, numbers only"
829
+ msgstr "Bredd i px, endast siffror"
830
 
831
+ #: contact_form.php:1145
832
  msgid "Button color"
833
+ msgstr "Knappfärg"
834
 
835
+ #: contact_form.php:1150
836
  msgid "Button text color"
837
+ msgstr "Knapptextfärg"
838
 
839
+ #: contact_form.php:1166
 
840
  msgid "Contact Form Pro | Preview"
841
+ msgstr "Kontaktformulär Pro | Förhandsgranskning"
842
 
843
+ #: contact_form.php:1169
844
  msgid "Show with errors"
845
+ msgstr "Visa med fel"
846
 
 
847
  #: contact_form.php:1177
848
+ #: contact_form.php:1179
849
  msgid "Please enter your full name..."
850
+ msgstr "Var god ange ditt fullständiga namn…"
851
 
 
852
  #: contact_form.php:1190
853
+ #: contact_form.php:1192
854
  msgid "Please enter your address..."
855
+ msgstr "Var god ange din adress…"
856
 
 
857
  #: contact_form.php:1201
858
+ #: contact_form.php:1203
859
  msgid "Please enter your email address..."
860
+ msgstr "Var god ange din e-postadress"
861
 
 
862
  #: contact_form.php:1212
863
+ #: contact_form.php:1214
864
  msgid "Please enter your phone number..."
865
+ msgstr "Var god ange ditt telefonnummer…"
866
 
 
867
  #: contact_form.php:1223
868
+ #: contact_form.php:1225
869
  msgid "Please enter subject..."
870
+ msgstr "Var god ange ämne…"
871
 
 
872
  #: contact_form.php:1233
873
+ #: contact_form.php:1235
874
  msgid "Please enter your message..."
875
+ msgstr "Var god ange ditt meddelande…"
876
 
877
+ #: contact_form.php:1246
878
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
879
+ msgstr "Stödda filformat: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max filstorlek: 2MB"
880
 
881
+ #: contact_form.php:1399
882
  msgid "You can attach the following file formats"
883
+ msgstr "Du kan bifoga filer med följande format"
884
 
885
+ #: contact_form.php:1683
886
  msgid "Contact from"
887
  msgstr "Kontaktformulär"
888
 
889
+ #: contact_form.php:1696
890
  msgid "Email"
891
  msgstr "E-post"
892
 
893
+ #: contact_form.php:1710
894
  msgid "Site"
895
+ msgstr "Sajt"
896
 
897
+ #: contact_form.php:1760
898
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
899
+ msgstr "Om du kan se detta MIME, så accepterar inte din e-postklient denna MIME-typ!"
900
 
901
+ #: contact_form.php:1811
902
  msgid "FAQ"
903
  msgstr "FAQ"
904
 
905
+ #: contact_form.php:1812
906
  msgid "Support"
907
+ msgstr "Support"
908
 
909
+ #: contact_form.php:1860
910
  msgid "Are you sure that you want to delete this language data?"
911
+ msgstr "Är du säker på att du vill ta bort språkdatan?"
912
 
913
  #~ msgid "Contact Form Options"
914
  #~ msgstr "Konktaktformulär Alternativ "
languages/contact_form-tr_TR.mo CHANGED
Binary file
languages/contact_form-tr_TR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-07-22 16:58+0300\n"
6
- "PO-Revision-Date: 2013-07-22 16:58+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -158,7 +158,7 @@ msgid "Thank you for contacting us."
158
  msgstr "Bizimle bağlantı kurduğunuz için teşekkür ederiz."
159
 
160
  #: contact_form.php:242
161
- #: contact_form.php:1313
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Üzgünüz, e-posta gönderilemedi."
164
 
@@ -184,9 +184,9 @@ msgstr "Devamı"
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
- #: contact_form.php:1002
188
- #: contact_form.php:1799
189
- #: contact_form.php:1808
190
  msgid "Settings"
191
  msgstr "Ayarlar"
192
 
@@ -270,64 +270,64 @@ msgid "Contact Form Pro Extra Settings"
270
  msgstr "İletişim Formu Seçenekleri"
271
 
272
  #: contact_form.php:373
273
- #: contact_form.php:1008
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "İletişim Formu"
277
 
278
  #: contact_form.php:412
279
- #: contact_form.php:897
280
- #: contact_form.php:926
281
  msgid "Name:"
282
  msgstr "Adınız Soyadınız :"
283
 
284
  #: contact_form.php:413
285
- #: contact_form.php:898
286
- #: contact_form.php:927
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "E-mail Adresiniz :"
290
 
291
  #: contact_form.php:414
292
- #: contact_form.php:899
293
- #: contact_form.php:928
294
  msgid "Email Address:"
295
  msgstr "E-mail Adresiniz :"
296
 
297
  #: contact_form.php:415
298
- #: contact_form.php:900
299
- #: contact_form.php:929
300
  msgid "Phone number:"
301
  msgstr ""
302
 
303
  #: contact_form.php:416
304
- #: contact_form.php:901
305
- #: contact_form.php:930
306
  msgid "Subject:"
307
  msgstr "Konu:"
308
 
309
  #: contact_form.php:417
310
- #: contact_form.php:902
311
- #: contact_form.php:931
312
  msgid "Message:"
313
  msgstr "Mesajınız:"
314
 
315
  #: contact_form.php:418
316
- #: contact_form.php:903
317
- #: contact_form.php:932
318
  msgid "Attachment:"
319
  msgstr "Dosya Eki:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
- #: contact_form.php:904
324
- #: contact_form.php:933
325
  msgid "Send me a copy"
326
  msgstr "Bir kopyasını banada gönder"
327
 
328
  #: contact_form.php:420
329
- #: contact_form.php:905
330
- #: contact_form.php:934
331
  msgid "Submit"
332
  msgstr "Gönder"
333
 
@@ -408,527 +408,542 @@ msgid "Settings saved."
408
  msgstr "Ayarlar Kayıt Edildi."
409
 
410
  #: contact_form.php:755
411
- #: contact_form.php:1003
412
  #, fuzzy
413
  msgid "Extra settings"
414
  msgstr "Ayarlar"
415
 
416
  #: contact_form.php:760
417
- #: contact_form.php:1259
418
  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:"
419
  msgstr "İletişim formunu sitenize yerleştirmek istiyorsanız lütfen kısa kodu yeni sayfa içerisine html modunda iken ekleyiniz:"
420
 
 
 
 
 
 
 
 
421
  #: contact_form.php:761
 
 
 
 
 
 
 
 
422
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
423
  msgstr "Lütfen aşağıdaki alanları doğru ve eksiksiz olarak doldurun."
424
 
425
- #: contact_form.php:765
426
  msgid "The user's email address:"
427
  msgstr "Kullanıcı adı veya mail girin"
428
 
429
- #: contact_form.php:769
430
  msgid "Create a username"
431
  msgstr "Kullanıcı adı seçin"
432
 
433
- #: contact_form.php:774
434
  msgid "Enter a username of the person who should get the messages from the contact form."
435
  msgstr "Kullanıcı bir iletişim formunu mesajları alacak bir isim ayarlayın."
436
 
437
- #: contact_form.php:778
438
  msgid "Use this email address:"
439
  msgstr "Bu e-posta adresini kullan:"
440
 
441
- #: contact_form.php:781
442
  msgid "Enter the email address you want the messages forwarded to."
443
  msgstr "Mesaj almak için kullanılan bir e-posta adresi ayarlayın."
444
 
445
- #: contact_form.php:785
446
  msgid "Additional options"
447
  msgstr "Ek Seçenekler"
448
 
449
- #: contact_form.php:788
450
  msgid "What to use?"
451
  msgstr ""
452
 
453
- #: contact_form.php:791
454
  msgid "Wp-mail"
455
  msgstr "Wp-mail"
456
 
457
- #: contact_form.php:792
458
  msgid "You can use the wp_mail function for mailing"
459
  msgstr ""
460
 
461
- #: contact_form.php:798
462
  msgid "Mail"
463
  msgstr "Mail"
464
 
465
- #: contact_form.php:799
466
  msgid "To send mail you can use the php mail function"
467
  msgstr ""
468
 
469
- #: contact_form.php:803
470
  #, fuzzy
471
  msgid "Change text of the 'FROM' field"
472
  msgstr "Iletişim formu alanları DAN değiştirin"
473
 
474
- #: contact_form.php:809
475
  msgid "Enter the email address in the 'From' field"
476
  msgstr ""
477
 
478
- #: contact_form.php:811
479
  msgid "User email"
480
  msgstr ""
481
 
482
- #: contact_form.php:811
483
  msgid "The email address of the user who fills the form will be used in the field 'From'."
484
  msgstr ""
485
 
486
- #: contact_form.php:813
487
  msgid "This email address will be used in the 'From' field."
488
  msgstr ""
489
 
490
- #: contact_form.php:817
491
  #, fuzzy
492
  msgid "Display fields"
493
  msgstr "Eklenti Bloğunu Göster"
494
 
495
- #: contact_form.php:819
496
- #: contact_form.php:849
497
- #: contact_form.php:1039
498
- #: contact_form.php:1691
499
  #, fuzzy
500
  msgid "Address"
501
  msgstr "E-mail Adresiniz :"
502
 
503
- #: contact_form.php:820
504
- #: contact_form.php:851
505
- #: contact_form.php:1699
506
  msgid "Phone"
507
  msgstr ""
508
 
509
- #: contact_form.php:821
510
  #, fuzzy
511
  msgid "Attachment block"
512
  msgstr "Eklenti Bloğunu Göster"
513
 
514
- #: contact_form.php:821
515
  msgid "Users can attach the following file formats"
516
  msgstr "Kullanıcılar aşağıdaki türdeki dosyaları yükleyebilir"
517
 
518
- #: contact_form.php:822
519
  #, fuzzy
520
  msgid "Tips below the Attachment block"
521
  msgstr "Eklenti Bloğunu Göster"
522
 
523
- #: contact_form.php:823
524
  #, fuzzy
525
  msgid "Send me a copy block"
526
  msgstr "Bana bir kopya gönder bloğunu göster"
527
 
528
- #: contact_form.php:835
529
- #: contact_form.php:838
530
- #: contact_form.php:841
531
- #: contact_form.php:1068
532
  msgid "Captcha"
533
  msgstr ""
534
 
535
- #: contact_form.php:835
536
- #: contact_form.php:838
537
- #: contact_form.php:841
538
- #: contact_form.php:1068
539
  msgid "(powered by bestwebsoft.com)"
540
  msgstr ""
541
 
542
- #: contact_form.php:838
543
  #, fuzzy
544
  msgid "Activate captcha"
545
  msgstr "Aktif eklentiler"
546
 
547
- #: contact_form.php:841
548
  #, fuzzy
549
  msgid "Download captcha"
550
  msgstr "İndir"
551
 
552
- #: contact_form.php:846
553
  msgid "Required fields"
554
  msgstr ""
555
 
556
- #: contact_form.php:848
557
- #: contact_form.php:1034
558
- #: contact_form.php:1686
559
  msgid "Name"
560
  msgstr "Adınız Soyadınız"
561
 
562
- #: contact_form.php:850
563
  #, fuzzy
564
  msgid "Email Address"
565
  msgstr "E-mail Adresiniz :"
566
 
567
- #: contact_form.php:852
568
- #: contact_form.php:1054
569
- #: contact_form.php:1702
570
  msgid "Subject"
571
  msgstr "Konu"
572
 
573
- #: contact_form.php:853
574
- #: contact_form.php:1058
575
- #: contact_form.php:1705
576
  msgid "Message"
577
  msgstr "Mesaj"
578
 
579
- #: contact_form.php:857
580
  msgid "Display additional info in the email"
581
  msgstr ""
582
 
583
- #: contact_form.php:862
584
- #: contact_form.php:1658
585
  msgid "Sent from (ip address)"
586
  msgstr "Geldiği (ip adresi)"
587
 
588
- #: contact_form.php:863
589
- #: contact_form.php:1663
590
  msgid "Date/Time"
591
  msgstr "Tarih/Zaman"
592
 
593
- #: contact_form.php:864
594
- #: contact_form.php:1668
595
  msgid "Sent from (referer)"
596
  msgstr "Gelen"
597
 
598
- #: contact_form.php:865
599
- #: contact_form.php:1673
600
  msgid "Using (user agent)"
601
  msgstr "Using (user agent)"
602
 
603
- #: contact_form.php:869
604
  msgid "Language settings for the field names in the form"
605
  msgstr ""
606
 
607
- #: contact_form.php:878
608
  msgid "Add a language"
609
  msgstr ""
610
 
611
- #: contact_form.php:882
612
  msgid "Change the names of the contact form fields and error messages"
613
  msgstr "Iletişim formu alanlar için değişim etiket"
614
 
615
- #: contact_form.php:887
616
- #: contact_form.php:958
617
  msgid "English"
618
  msgstr ""
619
 
620
- #: contact_form.php:906
621
- #: contact_form.php:935
622
- msgid "Error message for the Name field"
623
- msgstr ""
624
-
625
- #: contact_form.php:907
626
- #: contact_form.php:936
627
- msgid "Error message for the Address field"
628
- msgstr ""
629
-
630
  #: contact_form.php:908
631
  #: contact_form.php:937
632
- msgid "Error message for the Email field"
633
  msgstr ""
634
 
635
  #: contact_form.php:909
636
  #: contact_form.php:938
637
- msgid "Error message for the Phone field"
638
  msgstr ""
639
 
640
  #: contact_form.php:910
641
  #: contact_form.php:939
642
- msgid "Error message for the Subject field"
643
  msgstr ""
644
 
645
  #: contact_form.php:911
646
  #: contact_form.php:940
647
- msgid "Error message for the Message field"
648
  msgstr ""
649
 
650
  #: contact_form.php:912
651
  #: contact_form.php:941
652
- msgid "Error message about the file type for the Attachment field"
653
  msgstr ""
654
 
655
  #: contact_form.php:913
656
  #: contact_form.php:942
657
- msgid "Error message while uploading a file for the Attachment field to the server"
658
  msgstr ""
659
 
660
  #: contact_form.php:914
661
  #: contact_form.php:943
662
- msgid "Error message while moving the file for the Attachment field"
663
  msgstr ""
664
 
665
  #: contact_form.php:915
666
  #: contact_form.php:944
667
- msgid "Error message when file size limit for the Attachment field is exceeded"
668
  msgstr ""
669
 
670
  #: contact_form.php:916
671
  #: contact_form.php:945
672
- msgid "Error message for the Captcha field"
673
  msgstr ""
674
 
675
  #: contact_form.php:917
676
  #: contact_form.php:946
677
- msgid "Error message for the whole form"
 
 
 
 
 
678
  msgstr ""
679
 
680
  #: contact_form.php:919
681
  #: contact_form.php:948
682
- #: contact_form.php:967
683
- #: contact_form.php:973
 
 
 
 
 
684
  msgid "Use shortcode"
685
  msgstr ""
686
 
687
- #: contact_form.php:919
688
- #: contact_form.php:948
689
- #: contact_form.php:967
690
- #: contact_form.php:973
691
  msgid "for this language"
692
  msgstr ""
693
 
694
- #: contact_form.php:955
695
  msgid "Action after email is sent"
696
  msgstr ""
697
 
698
- #: contact_form.php:957
699
  #, fuzzy
700
  msgid "Display text"
701
  msgstr "Eklenti Bloğunu Göster"
702
 
703
- #: contact_form.php:966
704
- #: contact_form.php:972
705
  msgid "Text"
706
  msgstr ""
707
 
708
- #: contact_form.php:979
709
  msgid "Redirect to the page"
710
  msgstr ""
711
 
712
- #: contact_form.php:980
713
  msgid "Url"
714
  msgstr ""
715
 
716
- #: contact_form.php:985
717
- #: contact_form.php:1160
718
  msgid "Save Changes"
719
  msgstr "Değişiklikler Kayıt Edildi"
720
 
721
- #: contact_form.php:1000
722
  #, fuzzy
723
  msgid "Contact Form Pro | Extra Settings"
724
  msgstr "İletişim Formu Seçenekleri"
725
 
726
- #: contact_form.php:1007
727
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
728
  msgstr ""
729
 
730
- #: contact_form.php:1014
731
  msgid "Errors output"
732
  msgstr ""
733
 
734
- #: contact_form.php:1017
735
  msgid "Display error messages"
736
  msgstr ""
737
 
738
- #: contact_form.php:1018
739
  msgid "Color of the input field errors."
740
  msgstr ""
741
 
742
- #: contact_form.php:1019
743
  msgid "Display error messages & color of the input field errors"
744
  msgstr ""
745
 
746
- #: contact_form.php:1024
747
  msgid "Add placeholder to the input blocks"
748
  msgstr ""
749
 
750
- #: contact_form.php:1030
751
  #, fuzzy
752
  msgid "Add tooltips"
753
  msgstr "Ek Seçenekler"
754
 
755
- #: contact_form.php:1044
756
  #, fuzzy
757
  msgid "Email address"
758
  msgstr "E-mail Adresiniz :"
759
 
760
- #: contact_form.php:1049
761
  msgid "Phone Number"
762
  msgstr ""
763
 
764
- #: contact_form.php:1063
765
  #, fuzzy
766
  msgid "Attachment"
767
  msgstr "Dosya Eki:"
768
 
769
- #: contact_form.php:1073
770
  #, fuzzy
771
  msgid "Style options"
772
  msgstr "Ek Seçenekler"
773
 
774
- #: contact_form.php:1076
775
  msgid "Text color"
776
  msgstr ""
777
 
778
- #: contact_form.php:1079
779
- #: contact_form.php:1084
780
- #: contact_form.php:1094
781
- #: contact_form.php:1099
782
- #: contact_form.php:1104
783
- #: contact_form.php:1109
784
- #: contact_form.php:1119
785
- #: contact_form.php:1124
786
- #: contact_form.php:1130
787
- #: contact_form.php:1141
788
- #: contact_form.php:1146
789
- #: contact_form.php:1151
790
  msgid "Default"
791
  msgstr ""
792
 
793
- #: contact_form.php:1081
794
  msgid "Label text color"
795
  msgstr ""
796
 
797
- #: contact_form.php:1086
798
  msgid "Placeholder color"
799
  msgstr ""
800
 
801
- #: contact_form.php:1091
802
  msgid "Errors color"
803
  msgstr ""
804
 
805
- #: contact_form.php:1096
806
  msgid "Error text color"
807
  msgstr ""
808
 
809
- #: contact_form.php:1101
810
  msgid "Background color of the input field errors"
811
  msgstr ""
812
 
813
- #: contact_form.php:1106
814
  msgid "Border color of the input field errors"
815
  msgstr ""
816
 
817
- #: contact_form.php:1111
818
  msgid "Placeholder color of the input field errors"
819
  msgstr ""
820
 
821
- #: contact_form.php:1116
822
  msgid "Input fields"
823
  msgstr ""
824
 
825
- #: contact_form.php:1121
826
  msgid "Input fields background color"
827
  msgstr ""
828
 
829
- #: contact_form.php:1126
830
  msgid "Text fields color"
831
  msgstr ""
832
 
833
- #: contact_form.php:1128
834
  msgid "Border width in px, numbers only"
835
  msgstr ""
836
 
837
- #: contact_form.php:1132
838
- #: contact_form.php:1153
839
  msgid "Border color"
840
  msgstr ""
841
 
842
- #: contact_form.php:1137
843
  #, fuzzy
844
  msgid "Submit button"
845
  msgstr "Gönder"
846
 
847
- #: contact_form.php:1139
848
  msgid "Width in px, numbers only"
849
  msgstr ""
850
 
851
- #: contact_form.php:1143
852
  msgid "Button color"
853
  msgstr ""
854
 
855
- #: contact_form.php:1148
856
  msgid "Button text color"
857
  msgstr ""
858
 
859
- #: contact_form.php:1164
860
  #, fuzzy
861
  msgid "Contact Form Pro | Preview"
862
  msgstr "İletişim Formu"
863
 
864
- #: contact_form.php:1167
865
  msgid "Show with errors"
866
  msgstr ""
867
 
868
- #: contact_form.php:1175
869
  #: contact_form.php:1177
 
870
  msgid "Please enter your full name..."
871
  msgstr ""
872
 
873
- #: contact_form.php:1188
874
  #: contact_form.php:1190
 
875
  msgid "Please enter your address..."
876
  msgstr ""
877
 
878
- #: contact_form.php:1199
879
  #: contact_form.php:1201
 
880
  #, fuzzy
881
  msgid "Please enter your email address..."
882
  msgstr "Bu e-posta adresini kullan:"
883
 
884
- #: contact_form.php:1210
885
  #: contact_form.php:1212
 
886
  msgid "Please enter your phone number..."
887
  msgstr ""
888
 
889
- #: contact_form.php:1221
890
  #: contact_form.php:1223
 
891
  msgid "Please enter subject..."
892
  msgstr ""
893
 
894
- #: contact_form.php:1231
895
  #: contact_form.php:1233
 
896
  msgid "Please enter your message..."
897
  msgstr ""
898
 
899
- #: contact_form.php:1244
900
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
901
  msgstr ""
902
 
903
- #: contact_form.php:1397
904
  msgid "You can attach the following file formats"
905
  msgstr "Aşağıdaki türlerde dosya ekleyebilirsiniz"
906
 
907
- #: contact_form.php:1681
908
  msgid "Contact from"
909
  msgstr "Adlı Kişiden Mail Var"
910
 
911
- #: contact_form.php:1694
912
  msgid "Email"
913
  msgstr "e-mail"
914
 
915
- #: contact_form.php:1708
916
  msgid "Site"
917
  msgstr "Site"
918
 
919
- #: contact_form.php:1758
920
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
921
  msgstr "Istemci daha bu MIME görürseniz MIME türlerini kabul etmez!"
922
 
923
- #: contact_form.php:1809
924
  msgid "FAQ"
925
  msgstr "Sık Sorulanlar"
926
 
927
- #: contact_form.php:1810
928
  msgid "Support"
929
  msgstr "Destek"
930
 
931
- #: contact_form.php:1858
932
  msgid "Are you sure that you want to delete this language data?"
933
  msgstr ""
934
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-07-29 17:34+0300\n"
6
+ "PO-Revision-Date: 2013-07-29 17:34+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
158
  msgstr "Bizimle bağlantı kurduğunuz için teşekkür ederiz."
159
 
160
  #: contact_form.php:242
161
+ #: contact_form.php:1315
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Üzgünüz, e-posta gönderilemedi."
164
 
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
+ #: contact_form.php:1004
188
+ #: contact_form.php:1801
189
+ #: contact_form.php:1810
190
  msgid "Settings"
191
  msgstr "Ayarlar"
192
 
270
  msgstr "İletişim Formu Seçenekleri"
271
 
272
  #: contact_form.php:373
273
+ #: contact_form.php:1010
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "İletişim Formu"
277
 
278
  #: contact_form.php:412
279
+ #: contact_form.php:899
280
+ #: contact_form.php:928
281
  msgid "Name:"
282
  msgstr "Adınız Soyadınız :"
283
 
284
  #: contact_form.php:413
285
+ #: contact_form.php:900
286
+ #: contact_form.php:929
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "E-mail Adresiniz :"
290
 
291
  #: contact_form.php:414
292
+ #: contact_form.php:901
293
+ #: contact_form.php:930
294
  msgid "Email Address:"
295
  msgstr "E-mail Adresiniz :"
296
 
297
  #: contact_form.php:415
298
+ #: contact_form.php:902
299
+ #: contact_form.php:931
300
  msgid "Phone number:"
301
  msgstr ""
302
 
303
  #: contact_form.php:416
304
+ #: contact_form.php:903
305
+ #: contact_form.php:932
306
  msgid "Subject:"
307
  msgstr "Konu:"
308
 
309
  #: contact_form.php:417
310
+ #: contact_form.php:904
311
+ #: contact_form.php:933
312
  msgid "Message:"
313
  msgstr "Mesajınız:"
314
 
315
  #: contact_form.php:418
316
+ #: contact_form.php:905
317
+ #: contact_form.php:934
318
  msgid "Attachment:"
319
  msgstr "Dosya Eki:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
+ #: contact_form.php:906
324
+ #: contact_form.php:935
325
  msgid "Send me a copy"
326
  msgstr "Bir kopyasını banada gönder"
327
 
328
  #: contact_form.php:420
329
+ #: contact_form.php:907
330
+ #: contact_form.php:936
331
  msgid "Submit"
332
  msgstr "Gönder"
333
 
408
  msgstr "Ayarlar Kayıt Edildi."
409
 
410
  #: contact_form.php:755
411
+ #: contact_form.php:1005
412
  #, fuzzy
413
  msgid "Extra settings"
414
  msgstr "Ayarlar"
415
 
416
  #: contact_form.php:760
417
+ #: contact_form.php:1261
418
  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:"
419
  msgstr "İletişim formunu sitenize yerleştirmek istiyorsanız lütfen kısa kodu yeni sayfa içerisine html modunda iken ekleyiniz:"
420
 
421
+ #: contact_form.php:760
422
+ #: contact_form.php:761
423
+ #: contact_form.php:921
424
+ #: contact_form.php:969
425
+ msgid "or"
426
+ msgstr ""
427
+
428
  #: contact_form.php:761
429
+ msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
430
+ msgstr ""
431
+
432
+ #: contact_form.php:762
433
+ msgid "They work the same way."
434
+ msgstr ""
435
+
436
+ #: contact_form.php:763
437
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
438
  msgstr "Lütfen aşağıdaki alanları doğru ve eksiksiz olarak doldurun."
439
 
440
+ #: contact_form.php:767
441
  msgid "The user's email address:"
442
  msgstr "Kullanıcı adı veya mail girin"
443
 
444
+ #: contact_form.php:771
445
  msgid "Create a username"
446
  msgstr "Kullanıcı adı seçin"
447
 
448
+ #: contact_form.php:776
449
  msgid "Enter a username of the person who should get the messages from the contact form."
450
  msgstr "Kullanıcı bir iletişim formunu mesajları alacak bir isim ayarlayın."
451
 
452
+ #: contact_form.php:780
453
  msgid "Use this email address:"
454
  msgstr "Bu e-posta adresini kullan:"
455
 
456
+ #: contact_form.php:783
457
  msgid "Enter the email address you want the messages forwarded to."
458
  msgstr "Mesaj almak için kullanılan bir e-posta adresi ayarlayın."
459
 
460
+ #: contact_form.php:787
461
  msgid "Additional options"
462
  msgstr "Ek Seçenekler"
463
 
464
+ #: contact_form.php:790
465
  msgid "What to use?"
466
  msgstr ""
467
 
468
+ #: contact_form.php:793
469
  msgid "Wp-mail"
470
  msgstr "Wp-mail"
471
 
472
+ #: contact_form.php:794
473
  msgid "You can use the wp_mail function for mailing"
474
  msgstr ""
475
 
476
+ #: contact_form.php:800
477
  msgid "Mail"
478
  msgstr "Mail"
479
 
480
+ #: contact_form.php:801
481
  msgid "To send mail you can use the php mail function"
482
  msgstr ""
483
 
484
+ #: contact_form.php:805
485
  #, fuzzy
486
  msgid "Change text of the 'FROM' field"
487
  msgstr "Iletişim formu alanları DAN değiştirin"
488
 
489
+ #: contact_form.php:811
490
  msgid "Enter the email address in the 'From' field"
491
  msgstr ""
492
 
493
+ #: contact_form.php:813
494
  msgid "User email"
495
  msgstr ""
496
 
497
+ #: contact_form.php:813
498
  msgid "The email address of the user who fills the form will be used in the field 'From'."
499
  msgstr ""
500
 
501
+ #: contact_form.php:815
502
  msgid "This email address will be used in the 'From' field."
503
  msgstr ""
504
 
505
+ #: contact_form.php:819
506
  #, fuzzy
507
  msgid "Display fields"
508
  msgstr "Eklenti Bloğunu Göster"
509
 
510
+ #: contact_form.php:821
511
+ #: contact_form.php:851
512
+ #: contact_form.php:1041
513
+ #: contact_form.php:1693
514
  #, fuzzy
515
  msgid "Address"
516
  msgstr "E-mail Adresiniz :"
517
 
518
+ #: contact_form.php:822
519
+ #: contact_form.php:853
520
+ #: contact_form.php:1701
521
  msgid "Phone"
522
  msgstr ""
523
 
524
+ #: contact_form.php:823
525
  #, fuzzy
526
  msgid "Attachment block"
527
  msgstr "Eklenti Bloğunu Göster"
528
 
529
+ #: contact_form.php:823
530
  msgid "Users can attach the following file formats"
531
  msgstr "Kullanıcılar aşağıdaki türdeki dosyaları yükleyebilir"
532
 
533
+ #: contact_form.php:824
534
  #, fuzzy
535
  msgid "Tips below the Attachment block"
536
  msgstr "Eklenti Bloğunu Göster"
537
 
538
+ #: contact_form.php:825
539
  #, fuzzy
540
  msgid "Send me a copy block"
541
  msgstr "Bana bir kopya gönder bloğunu göster"
542
 
543
+ #: contact_form.php:837
544
+ #: contact_form.php:840
545
+ #: contact_form.php:843
546
+ #: contact_form.php:1070
547
  msgid "Captcha"
548
  msgstr ""
549
 
550
+ #: contact_form.php:837
551
+ #: contact_form.php:840
552
+ #: contact_form.php:843
553
+ #: contact_form.php:1070
554
  msgid "(powered by bestwebsoft.com)"
555
  msgstr ""
556
 
557
+ #: contact_form.php:840
558
  #, fuzzy
559
  msgid "Activate captcha"
560
  msgstr "Aktif eklentiler"
561
 
562
+ #: contact_form.php:843
563
  #, fuzzy
564
  msgid "Download captcha"
565
  msgstr "İndir"
566
 
567
+ #: contact_form.php:848
568
  msgid "Required fields"
569
  msgstr ""
570
 
571
+ #: contact_form.php:850
572
+ #: contact_form.php:1036
573
+ #: contact_form.php:1688
574
  msgid "Name"
575
  msgstr "Adınız Soyadınız"
576
 
577
+ #: contact_form.php:852
578
  #, fuzzy
579
  msgid "Email Address"
580
  msgstr "E-mail Adresiniz :"
581
 
582
+ #: contact_form.php:854
583
+ #: contact_form.php:1056
584
+ #: contact_form.php:1704
585
  msgid "Subject"
586
  msgstr "Konu"
587
 
588
+ #: contact_form.php:855
589
+ #: contact_form.php:1060
590
+ #: contact_form.php:1707
591
  msgid "Message"
592
  msgstr "Mesaj"
593
 
594
+ #: contact_form.php:859
595
  msgid "Display additional info in the email"
596
  msgstr ""
597
 
598
+ #: contact_form.php:864
599
+ #: contact_form.php:1660
600
  msgid "Sent from (ip address)"
601
  msgstr "Geldiği (ip adresi)"
602
 
603
+ #: contact_form.php:865
604
+ #: contact_form.php:1665
605
  msgid "Date/Time"
606
  msgstr "Tarih/Zaman"
607
 
608
+ #: contact_form.php:866
609
+ #: contact_form.php:1670
610
  msgid "Sent from (referer)"
611
  msgstr "Gelen"
612
 
613
+ #: contact_form.php:867
614
+ #: contact_form.php:1675
615
  msgid "Using (user agent)"
616
  msgstr "Using (user agent)"
617
 
618
+ #: contact_form.php:871
619
  msgid "Language settings for the field names in the form"
620
  msgstr ""
621
 
622
+ #: contact_form.php:880
623
  msgid "Add a language"
624
  msgstr ""
625
 
626
+ #: contact_form.php:884
627
  msgid "Change the names of the contact form fields and error messages"
628
  msgstr "Iletişim formu alanlar için değişim etiket"
629
 
630
+ #: contact_form.php:889
631
+ #: contact_form.php:960
632
  msgid "English"
633
  msgstr ""
634
 
 
 
 
 
 
 
 
 
 
 
635
  #: contact_form.php:908
636
  #: contact_form.php:937
637
+ msgid "Error message for the Name field"
638
  msgstr ""
639
 
640
  #: contact_form.php:909
641
  #: contact_form.php:938
642
+ msgid "Error message for the Address field"
643
  msgstr ""
644
 
645
  #: contact_form.php:910
646
  #: contact_form.php:939
647
+ msgid "Error message for the Email field"
648
  msgstr ""
649
 
650
  #: contact_form.php:911
651
  #: contact_form.php:940
652
+ msgid "Error message for the Phone field"
653
  msgstr ""
654
 
655
  #: contact_form.php:912
656
  #: contact_form.php:941
657
+ msgid "Error message for the Subject field"
658
  msgstr ""
659
 
660
  #: contact_form.php:913
661
  #: contact_form.php:942
662
+ msgid "Error message for the Message field"
663
  msgstr ""
664
 
665
  #: contact_form.php:914
666
  #: contact_form.php:943
667
+ msgid "Error message about the file type for the Attachment field"
668
  msgstr ""
669
 
670
  #: contact_form.php:915
671
  #: contact_form.php:944
672
+ msgid "Error message while uploading a file for the Attachment field to the server"
673
  msgstr ""
674
 
675
  #: contact_form.php:916
676
  #: contact_form.php:945
677
+ msgid "Error message while moving the file for the Attachment field"
678
  msgstr ""
679
 
680
  #: contact_form.php:917
681
  #: contact_form.php:946
682
+ msgid "Error message when file size limit for the Attachment field is exceeded"
683
+ msgstr ""
684
+
685
+ #: contact_form.php:918
686
+ #: contact_form.php:947
687
+ msgid "Error message for the Captcha field"
688
  msgstr ""
689
 
690
  #: contact_form.php:919
691
  #: contact_form.php:948
692
+ msgid "Error message for the whole form"
693
+ msgstr ""
694
+
695
+ #: contact_form.php:921
696
+ #: contact_form.php:950
697
+ #: contact_form.php:969
698
+ #: contact_form.php:975
699
  msgid "Use shortcode"
700
  msgstr ""
701
 
702
+ #: contact_form.php:921
703
+ #: contact_form.php:950
704
+ #: contact_form.php:969
705
+ #: contact_form.php:975
706
  msgid "for this language"
707
  msgstr ""
708
 
709
+ #: contact_form.php:957
710
  msgid "Action after email is sent"
711
  msgstr ""
712
 
713
+ #: contact_form.php:959
714
  #, fuzzy
715
  msgid "Display text"
716
  msgstr "Eklenti Bloğunu Göster"
717
 
718
+ #: contact_form.php:968
719
+ #: contact_form.php:974
720
  msgid "Text"
721
  msgstr ""
722
 
723
+ #: contact_form.php:981
724
  msgid "Redirect to the page"
725
  msgstr ""
726
 
727
+ #: contact_form.php:982
728
  msgid "Url"
729
  msgstr ""
730
 
731
+ #: contact_form.php:987
732
+ #: contact_form.php:1162
733
  msgid "Save Changes"
734
  msgstr "Değişiklikler Kayıt Edildi"
735
 
736
+ #: contact_form.php:1002
737
  #, fuzzy
738
  msgid "Contact Form Pro | Extra Settings"
739
  msgstr "İletişim Formu Seçenekleri"
740
 
741
+ #: contact_form.php:1009
742
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
743
  msgstr ""
744
 
745
+ #: contact_form.php:1016
746
  msgid "Errors output"
747
  msgstr ""
748
 
749
+ #: contact_form.php:1019
750
  msgid "Display error messages"
751
  msgstr ""
752
 
753
+ #: contact_form.php:1020
754
  msgid "Color of the input field errors."
755
  msgstr ""
756
 
757
+ #: contact_form.php:1021
758
  msgid "Display error messages & color of the input field errors"
759
  msgstr ""
760
 
761
+ #: contact_form.php:1026
762
  msgid "Add placeholder to the input blocks"
763
  msgstr ""
764
 
765
+ #: contact_form.php:1032
766
  #, fuzzy
767
  msgid "Add tooltips"
768
  msgstr "Ek Seçenekler"
769
 
770
+ #: contact_form.php:1046
771
  #, fuzzy
772
  msgid "Email address"
773
  msgstr "E-mail Adresiniz :"
774
 
775
+ #: contact_form.php:1051
776
  msgid "Phone Number"
777
  msgstr ""
778
 
779
+ #: contact_form.php:1065
780
  #, fuzzy
781
  msgid "Attachment"
782
  msgstr "Dosya Eki:"
783
 
784
+ #: contact_form.php:1075
785
  #, fuzzy
786
  msgid "Style options"
787
  msgstr "Ek Seçenekler"
788
 
789
+ #: contact_form.php:1078
790
  msgid "Text color"
791
  msgstr ""
792
 
793
+ #: contact_form.php:1081
794
+ #: contact_form.php:1086
795
+ #: contact_form.php:1096
796
+ #: contact_form.php:1101
797
+ #: contact_form.php:1106
798
+ #: contact_form.php:1111
799
+ #: contact_form.php:1121
800
+ #: contact_form.php:1126
801
+ #: contact_form.php:1132
802
+ #: contact_form.php:1143
803
+ #: contact_form.php:1148
804
+ #: contact_form.php:1153
805
  msgid "Default"
806
  msgstr ""
807
 
808
+ #: contact_form.php:1083
809
  msgid "Label text color"
810
  msgstr ""
811
 
812
+ #: contact_form.php:1088
813
  msgid "Placeholder color"
814
  msgstr ""
815
 
816
+ #: contact_form.php:1093
817
  msgid "Errors color"
818
  msgstr ""
819
 
820
+ #: contact_form.php:1098
821
  msgid "Error text color"
822
  msgstr ""
823
 
824
+ #: contact_form.php:1103
825
  msgid "Background color of the input field errors"
826
  msgstr ""
827
 
828
+ #: contact_form.php:1108
829
  msgid "Border color of the input field errors"
830
  msgstr ""
831
 
832
+ #: contact_form.php:1113
833
  msgid "Placeholder color of the input field errors"
834
  msgstr ""
835
 
836
+ #: contact_form.php:1118
837
  msgid "Input fields"
838
  msgstr ""
839
 
840
+ #: contact_form.php:1123
841
  msgid "Input fields background color"
842
  msgstr ""
843
 
844
+ #: contact_form.php:1128
845
  msgid "Text fields color"
846
  msgstr ""
847
 
848
+ #: contact_form.php:1130
849
  msgid "Border width in px, numbers only"
850
  msgstr ""
851
 
852
+ #: contact_form.php:1134
853
+ #: contact_form.php:1155
854
  msgid "Border color"
855
  msgstr ""
856
 
857
+ #: contact_form.php:1139
858
  #, fuzzy
859
  msgid "Submit button"
860
  msgstr "Gönder"
861
 
862
+ #: contact_form.php:1141
863
  msgid "Width in px, numbers only"
864
  msgstr ""
865
 
866
+ #: contact_form.php:1145
867
  msgid "Button color"
868
  msgstr ""
869
 
870
+ #: contact_form.php:1150
871
  msgid "Button text color"
872
  msgstr ""
873
 
874
+ #: contact_form.php:1166
875
  #, fuzzy
876
  msgid "Contact Form Pro | Preview"
877
  msgstr "İletişim Formu"
878
 
879
+ #: contact_form.php:1169
880
  msgid "Show with errors"
881
  msgstr ""
882
 
 
883
  #: contact_form.php:1177
884
+ #: contact_form.php:1179
885
  msgid "Please enter your full name..."
886
  msgstr ""
887
 
 
888
  #: contact_form.php:1190
889
+ #: contact_form.php:1192
890
  msgid "Please enter your address..."
891
  msgstr ""
892
 
 
893
  #: contact_form.php:1201
894
+ #: contact_form.php:1203
895
  #, fuzzy
896
  msgid "Please enter your email address..."
897
  msgstr "Bu e-posta adresini kullan:"
898
 
 
899
  #: contact_form.php:1212
900
+ #: contact_form.php:1214
901
  msgid "Please enter your phone number..."
902
  msgstr ""
903
 
 
904
  #: contact_form.php:1223
905
+ #: contact_form.php:1225
906
  msgid "Please enter subject..."
907
  msgstr ""
908
 
 
909
  #: contact_form.php:1233
910
+ #: contact_form.php:1235
911
  msgid "Please enter your message..."
912
  msgstr ""
913
 
914
+ #: contact_form.php:1246
915
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
916
  msgstr ""
917
 
918
+ #: contact_form.php:1399
919
  msgid "You can attach the following file formats"
920
  msgstr "Aşağıdaki türlerde dosya ekleyebilirsiniz"
921
 
922
+ #: contact_form.php:1683
923
  msgid "Contact from"
924
  msgstr "Adlı Kişiden Mail Var"
925
 
926
+ #: contact_form.php:1696
927
  msgid "Email"
928
  msgstr "e-mail"
929
 
930
+ #: contact_form.php:1710
931
  msgid "Site"
932
  msgstr "Site"
933
 
934
+ #: contact_form.php:1760
935
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
936
  msgstr "Istemci daha bu MIME görürseniz MIME türlerini kabul etmez!"
937
 
938
+ #: contact_form.php:1811
939
  msgid "FAQ"
940
  msgstr "Sık Sorulanlar"
941
 
942
+ #: contact_form.php:1812
943
  msgid "Support"
944
  msgstr "Destek"
945
 
946
+ #: contact_form.php:1860
947
  msgid "Are you sure that you want to delete this language data?"
948
  msgstr ""
949
 
languages/contact_form-uk.mo CHANGED
Binary file
languages/contact_form-uk.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-07-22 16:58+0300\n"
6
- "PO-Revision-Date: 2013-07-22 16:58+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Andrew Yaschuk <xxxxAndyxxxx@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -158,7 +158,7 @@ msgid "Thank you for contacting us."
158
  msgstr "Дякуємо, що зв'язалися з нами."
159
 
160
  #: contact_form.php:242
161
- #: contact_form.php:1313
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Вибачте, ваше email-повідомлення не може бути доставлене."
164
 
@@ -184,9 +184,9 @@ msgstr "Читати далі"
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
- #: contact_form.php:1002
188
- #: contact_form.php:1799
189
- #: contact_form.php:1808
190
  msgid "Settings"
191
  msgstr "Налаштування"
192
 
@@ -270,64 +270,64 @@ msgid "Contact Form Pro Extra Settings"
270
  msgstr "Налаштування контактної форми"
271
 
272
  #: contact_form.php:373
273
- #: contact_form.php:1008
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "Контактна форма"
277
 
278
  #: contact_form.php:412
279
- #: contact_form.php:897
280
- #: contact_form.php:926
281
  msgid "Name:"
282
  msgstr "Ім'я:"
283
 
284
  #: contact_form.php:413
285
- #: contact_form.php:898
286
- #: contact_form.php:927
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "E-mail адреса:"
290
 
291
  #: contact_form.php:414
292
- #: contact_form.php:899
293
- #: contact_form.php:928
294
  msgid "Email Address:"
295
  msgstr "E-mail адреса:"
296
 
297
  #: contact_form.php:415
298
- #: contact_form.php:900
299
- #: contact_form.php:929
300
  msgid "Phone number:"
301
  msgstr "Телефон:"
302
 
303
  #: contact_form.php:416
304
- #: contact_form.php:901
305
- #: contact_form.php:930
306
  msgid "Subject:"
307
  msgstr "Тема:"
308
 
309
  #: contact_form.php:417
310
- #: contact_form.php:902
311
- #: contact_form.php:931
312
  msgid "Message:"
313
  msgstr "Повідомлення:"
314
 
315
  #: contact_form.php:418
316
- #: contact_form.php:903
317
- #: contact_form.php:932
318
  msgid "Attachment:"
319
  msgstr "Прикріпити файл:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
- #: contact_form.php:904
324
- #: contact_form.php:933
325
  msgid "Send me a copy"
326
  msgstr "Надіслати мені копію"
327
 
328
  #: contact_form.php:420
329
- #: contact_form.php:905
330
- #: contact_form.php:934
331
  msgid "Submit"
332
  msgstr "Підтвердити"
333
 
@@ -406,535 +406,550 @@ msgid "Settings saved."
406
  msgstr "Опції збережено."
407
 
408
  #: contact_form.php:755
409
- #: contact_form.php:1003
410
  #, fuzzy
411
  msgid "Extra settings"
412
  msgstr "Налаштування"
413
 
414
  #: contact_form.php:760
415
- #: contact_form.php:1259
416
  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:"
417
  msgstr "Якщо Ви хочете додати контактну форму на свій сайт, просто скопіюйте і вставите цей короткий код у Вашу публікацію, сторінку або віджет:"
418
 
 
 
 
 
 
 
 
419
  #: contact_form.php:761
 
 
 
 
 
 
 
 
420
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
421
  msgstr "Якщо Ви залишете поля порожніми, повідомлення буде надіслано на email-адресу, вказану під час реєстрації."
422
 
423
- #: contact_form.php:765
424
  msgid "The user's email address:"
425
  msgstr "Email користувача:"
426
 
427
- #: contact_form.php:769
428
  msgid "Create a username"
429
  msgstr "Виберіть ім'я користувача"
430
 
431
- #: contact_form.php:774
432
  msgid "Enter a username of the person who should get the messages from the contact form."
433
  msgstr "Введіть ім'я користувача, який повинен одержувати повідомлення з контактної форми."
434
 
435
- #: contact_form.php:778
436
  msgid "Use this email address:"
437
  msgstr "Використовувати цю email-адресу:"
438
 
439
- #: contact_form.php:781
440
  msgid "Enter the email address you want the messages forwarded to."
441
  msgstr "Вкажіть email-адресу, на яку бажаєте отримувати повідомлення."
442
 
443
- #: contact_form.php:785
444
  msgid "Additional options"
445
  msgstr "Додаткові опції"
446
 
447
- #: contact_form.php:788
448
  msgid "What to use?"
449
  msgstr "Що використовувати?"
450
 
451
- #: contact_form.php:791
452
  msgid "Wp-mail"
453
  msgstr "Wp-mail"
454
 
455
- #: contact_form.php:792
456
  msgid "You can use the wp_mail function for mailing"
457
  msgstr "Для відправлення пошти ви можете використовувати функцію WordPress wp_mail"
458
 
459
- #: contact_form.php:798
460
  msgid "Mail"
461
  msgstr "Пошта"
462
 
463
- #: contact_form.php:799
464
  msgid "To send mail you can use the php mail function"
465
  msgstr "Для відправлення пошти ви можете використовувати функцію php mail"
466
 
467
- #: contact_form.php:803
468
  msgid "Change text of the 'FROM' field"
469
  msgstr "Змінити текст поля \"Відправник\""
470
 
471
- #: contact_form.php:809
472
  msgid "Enter the email address in the 'From' field"
473
  msgstr "Введіть email-адресу в полі \"Відправник\""
474
 
475
- #: contact_form.php:811
476
  msgid "User email"
477
  msgstr ""
478
 
479
- #: contact_form.php:811
480
  #, fuzzy
481
  msgid "The email address of the user who fills the form will be used in the field 'From'."
482
  msgstr "Email-адреса користувача, який заповнює форму, буде використана у полі \"Відправник\"."
483
 
484
- #: contact_form.php:813
485
  msgid "This email address will be used in the 'From' field."
486
  msgstr "Ця email-адреса буде використана у полі \"Відправник\"."
487
 
488
- #: contact_form.php:817
489
  #, fuzzy
490
  msgid "Display fields"
491
  msgstr "Показати текст"
492
 
493
- #: contact_form.php:819
494
- #: contact_form.php:849
495
- #: contact_form.php:1039
496
- #: contact_form.php:1691
497
  #, fuzzy
498
  msgid "Address"
499
  msgstr "E-mail адреса:"
500
 
501
- #: contact_form.php:820
502
- #: contact_form.php:851
503
- #: contact_form.php:1699
504
  msgid "Phone"
505
  msgstr "Номер телефону"
506
 
507
- #: contact_form.php:821
508
  #, fuzzy
509
  msgid "Attachment block"
510
  msgstr "Відображувати блок \"Прикріпити файл\" "
511
 
512
- #: contact_form.php:821
513
  msgid "Users can attach the following file formats"
514
  msgstr "Користувачі можуть прикріплювати файли наступних форматів"
515
 
516
- #: contact_form.php:822
517
  #, fuzzy
518
  msgid "Tips below the Attachment block"
519
  msgstr "Показувати підказки під блоком \"Прикріпити файл\""
520
 
521
- #: contact_form.php:823
522
  #, fuzzy
523
  msgid "Send me a copy block"
524
  msgstr "Показати блок \"Надіслати мені копію\""
525
 
526
- #: contact_form.php:835
527
- #: contact_form.php:838
528
- #: contact_form.php:841
529
- #: contact_form.php:1068
530
  msgid "Captcha"
531
  msgstr ""
532
 
533
- #: contact_form.php:835
534
- #: contact_form.php:838
535
- #: contact_form.php:841
536
- #: contact_form.php:1068
537
  msgid "(powered by bestwebsoft.com)"
538
  msgstr ""
539
 
540
- #: contact_form.php:838
541
  #, fuzzy
542
  msgid "Activate captcha"
543
  msgstr "Активовані плагіни"
544
 
545
- #: contact_form.php:841
546
  #, fuzzy
547
  msgid "Download captcha"
548
  msgstr "Завантажити"
549
 
550
- #: contact_form.php:846
551
  msgid "Required fields"
552
  msgstr "Обов'язкові поля"
553
 
554
- #: contact_form.php:848
555
- #: contact_form.php:1034
556
- #: contact_form.php:1686
557
  msgid "Name"
558
  msgstr "Ім'я"
559
 
560
- #: contact_form.php:850
561
  #, fuzzy
562
  msgid "Email Address"
563
  msgstr "E-mail адреса:"
564
 
565
- #: contact_form.php:852
566
- #: contact_form.php:1054
567
- #: contact_form.php:1702
568
  msgid "Subject"
569
  msgstr "Тема"
570
 
571
- #: contact_form.php:853
572
- #: contact_form.php:1058
573
- #: contact_form.php:1705
574
  msgid "Message"
575
  msgstr "Повідомлення"
576
 
577
- #: contact_form.php:857
578
  #, fuzzy
579
  msgid "Display additional info in the email"
580
  msgstr "Відображати додаткову інформацію в email"
581
 
582
- #: contact_form.php:862
583
- #: contact_form.php:1658
584
  msgid "Sent from (ip address)"
585
  msgstr "Надіслано від (ip адреса)"
586
 
587
- #: contact_form.php:863
588
- #: contact_form.php:1663
589
  msgid "Date/Time"
590
  msgstr "Дата/Час"
591
 
592
- #: contact_form.php:864
593
- #: contact_form.php:1668
594
  msgid "Sent from (referer)"
595
  msgstr "Надіслано від (реферер)"
596
 
597
- #: contact_form.php:865
598
- #: contact_form.php:1673
599
  msgid "Using (user agent)"
600
  msgstr "Використовується (user agent)"
601
 
602
- #: contact_form.php:869
603
  msgid "Language settings for the field names in the form"
604
  msgstr "Налаштування мови для назв полів форми"
605
 
606
- #: contact_form.php:878
607
  #, fuzzy
608
  msgid "Add a language"
609
  msgstr "Додати мову"
610
 
611
- #: contact_form.php:882
612
  msgid "Change the names of the contact form fields and error messages"
613
  msgstr "Змінити назви полів контактної форми і повідомлення про помилку"
614
 
615
- #: contact_form.php:887
616
- #: contact_form.php:958
617
  msgid "English"
618
  msgstr "Англійська"
619
 
620
- #: contact_form.php:906
621
- #: contact_form.php:935
622
  msgid "Error message for the Name field"
623
  msgstr "Повідомлення про помилку для поля Ім'я"
624
 
625
- #: contact_form.php:907
626
- #: contact_form.php:936
627
  #, fuzzy
628
  msgid "Error message for the Address field"
629
  msgstr "Повідомлення про помилку для поля Повідомлення"
630
 
631
- #: contact_form.php:908
632
- #: contact_form.php:937
633
  msgid "Error message for the Email field"
634
  msgstr "Повідомлення про помилку для поля Email"
635
 
636
- #: contact_form.php:909
637
- #: contact_form.php:938
638
  msgid "Error message for the Phone field"
639
  msgstr "Повідомлення про помилку для поля Номер телефону"
640
 
641
- #: contact_form.php:910
642
- #: contact_form.php:939
643
  msgid "Error message for the Subject field"
644
  msgstr "Повідомлення про помилку для поля Тема"
645
 
646
- #: contact_form.php:911
647
- #: contact_form.php:940
648
  msgid "Error message for the Message field"
649
  msgstr "Повідомлення про помилку для поля Повідомлення"
650
 
651
- #: contact_form.php:912
652
- #: contact_form.php:941
653
  #, fuzzy
654
  msgid "Error message about the file type for the Attachment field"
655
  msgstr "Повідомлення про помилку для поля Вкладені файли"
656
 
657
- #: contact_form.php:913
658
- #: contact_form.php:942
659
  #, fuzzy
660
  msgid "Error message while uploading a file for the Attachment field to the server"
661
  msgstr "Повідомлення про помилку для поля Вкладені файли"
662
 
663
- #: contact_form.php:914
664
- #: contact_form.php:943
665
  #, fuzzy
666
  msgid "Error message while moving the file for the Attachment field"
667
  msgstr "Повідомлення про помилку для поля Вкладені файли"
668
 
669
- #: contact_form.php:915
670
- #: contact_form.php:944
671
  #, fuzzy
672
  msgid "Error message when file size limit for the Attachment field is exceeded"
673
  msgstr "Повідомлення про помилку для поля Вкладені файли"
674
 
675
- #: contact_form.php:916
676
- #: contact_form.php:945
677
  msgid "Error message for the Captcha field"
678
  msgstr "Повідомлення про помилку для поля Captcha"
679
 
680
- #: contact_form.php:917
681
- #: contact_form.php:946
682
  msgid "Error message for the whole form"
683
  msgstr "Повідомлення про помилку для всієї форми"
684
 
685
- #: contact_form.php:919
686
- #: contact_form.php:948
687
- #: contact_form.php:967
688
- #: contact_form.php:973
689
  msgid "Use shortcode"
690
  msgstr "Використовувати скорочення"
691
 
692
- #: contact_form.php:919
693
- #: contact_form.php:948
694
- #: contact_form.php:967
695
- #: contact_form.php:973
696
  msgid "for this language"
697
  msgstr "для даної мови"
698
 
699
- #: contact_form.php:955
700
  msgid "Action after email is sent"
701
  msgstr "Дія після відправлення email"
702
 
703
- #: contact_form.php:957
704
  msgid "Display text"
705
  msgstr "Показати текст"
706
 
707
- #: contact_form.php:966
708
- #: contact_form.php:972
709
  msgid "Text"
710
  msgstr "Текст"
711
 
712
- #: contact_form.php:979
713
  msgid "Redirect to the page"
714
  msgstr "Перенаправлення на сторінку"
715
 
716
- #: contact_form.php:980
717
  msgid "Url"
718
  msgstr "Url"
719
 
720
- #: contact_form.php:985
721
- #: contact_form.php:1160
722
  msgid "Save Changes"
723
  msgstr "Зберегти зміни"
724
 
725
- #: contact_form.php:1000
726
  #, fuzzy
727
  msgid "Contact Form Pro | Extra Settings"
728
  msgstr "Налаштування контактної форми"
729
 
730
- #: contact_form.php:1007
731
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
732
  msgstr ""
733
 
734
- #: contact_form.php:1014
735
  msgid "Errors output"
736
  msgstr ""
737
 
738
- #: contact_form.php:1017
739
  msgid "Display error messages"
740
  msgstr ""
741
 
742
- #: contact_form.php:1018
743
  msgid "Color of the input field errors."
744
  msgstr ""
745
 
746
- #: contact_form.php:1019
747
  #, fuzzy
748
  msgid "Display error messages & color of the input field errors"
749
  msgstr "Повідомлення про помилку для поля Тема"
750
 
751
- #: contact_form.php:1024
752
  msgid "Add placeholder to the input blocks"
753
  msgstr ""
754
 
755
- #: contact_form.php:1030
756
  #, fuzzy
757
  msgid "Add tooltips"
758
  msgstr "Додаткові опції"
759
 
760
- #: contact_form.php:1044
761
  #, fuzzy
762
  msgid "Email address"
763
  msgstr "E-mail адреса:"
764
 
765
- #: contact_form.php:1049
766
  #, fuzzy
767
  msgid "Phone Number"
768
  msgstr "Телефон:"
769
 
770
- #: contact_form.php:1063
771
  #, fuzzy
772
  msgid "Attachment"
773
  msgstr "Прикріпити файл:"
774
 
775
- #: contact_form.php:1073
776
  #, fuzzy
777
  msgid "Style options"
778
  msgstr "Додаткові опції"
779
 
780
- #: contact_form.php:1076
781
  msgid "Text color"
782
  msgstr ""
783
 
784
- #: contact_form.php:1079
785
- #: contact_form.php:1084
786
- #: contact_form.php:1094
787
- #: contact_form.php:1099
788
- #: contact_form.php:1104
789
- #: contact_form.php:1109
790
- #: contact_form.php:1119
791
- #: contact_form.php:1124
792
- #: contact_form.php:1130
793
- #: contact_form.php:1141
794
- #: contact_form.php:1146
795
- #: contact_form.php:1151
796
  msgid "Default"
797
  msgstr ""
798
 
799
- #: contact_form.php:1081
800
  msgid "Label text color"
801
  msgstr ""
802
 
803
- #: contact_form.php:1086
804
  msgid "Placeholder color"
805
  msgstr ""
806
 
807
- #: contact_form.php:1091
808
  msgid "Errors color"
809
  msgstr ""
810
 
811
- #: contact_form.php:1096
812
  msgid "Error text color"
813
  msgstr ""
814
 
815
- #: contact_form.php:1101
816
  msgid "Background color of the input field errors"
817
  msgstr ""
818
 
819
- #: contact_form.php:1106
820
  msgid "Border color of the input field errors"
821
  msgstr ""
822
 
823
- #: contact_form.php:1111
824
  msgid "Placeholder color of the input field errors"
825
  msgstr ""
826
 
827
- #: contact_form.php:1116
828
  msgid "Input fields"
829
  msgstr ""
830
 
831
- #: contact_form.php:1121
832
  msgid "Input fields background color"
833
  msgstr ""
834
 
835
- #: contact_form.php:1126
836
  msgid "Text fields color"
837
  msgstr ""
838
 
839
- #: contact_form.php:1128
840
  msgid "Border width in px, numbers only"
841
  msgstr ""
842
 
843
- #: contact_form.php:1132
844
- #: contact_form.php:1153
845
  msgid "Border color"
846
  msgstr ""
847
 
848
- #: contact_form.php:1137
849
  #, fuzzy
850
  msgid "Submit button"
851
  msgstr "Підтвердити"
852
 
853
- #: contact_form.php:1139
854
  msgid "Width in px, numbers only"
855
  msgstr ""
856
 
857
- #: contact_form.php:1143
858
  msgid "Button color"
859
  msgstr ""
860
 
861
- #: contact_form.php:1148
862
  msgid "Button text color"
863
  msgstr ""
864
 
865
- #: contact_form.php:1164
866
  #, fuzzy
867
  msgid "Contact Form Pro | Preview"
868
  msgstr "Контактна форма"
869
 
870
- #: contact_form.php:1167
871
  msgid "Show with errors"
872
  msgstr ""
873
 
874
- #: contact_form.php:1175
875
  #: contact_form.php:1177
 
876
  msgid "Please enter your full name..."
877
  msgstr ""
878
 
879
- #: contact_form.php:1188
880
  #: contact_form.php:1190
 
881
  msgid "Please enter your address..."
882
  msgstr ""
883
 
884
- #: contact_form.php:1199
885
  #: contact_form.php:1201
 
886
  #, fuzzy
887
  msgid "Please enter your email address..."
888
  msgstr "Використовувати цю email-адресу:"
889
 
890
- #: contact_form.php:1210
891
  #: contact_form.php:1212
 
892
  msgid "Please enter your phone number..."
893
  msgstr ""
894
 
895
- #: contact_form.php:1221
896
  #: contact_form.php:1223
 
897
  msgid "Please enter subject..."
898
  msgstr ""
899
 
900
- #: contact_form.php:1231
901
  #: contact_form.php:1233
 
902
  msgid "Please enter your message..."
903
  msgstr ""
904
 
905
- #: contact_form.php:1244
906
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
907
  msgstr ""
908
 
909
- #: contact_form.php:1397
910
  msgid "You can attach the following file formats"
911
  msgstr "Користувачі можуть прикріплювати файли наступних форматів"
912
 
913
- #: contact_form.php:1681
914
  msgid "Contact from"
915
  msgstr "Контактна форма"
916
 
917
- #: contact_form.php:1694
918
  msgid "Email"
919
  msgstr "Email"
920
 
921
- #: contact_form.php:1708
922
  msgid "Site"
923
  msgstr "Сайт"
924
 
925
- #: contact_form.php:1758
926
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
927
  msgstr "Якщо Ви не бачите цей MIME, це означає, що цей MIME тип не підтримується Вашим email-клієнтом!"
928
 
929
- #: contact_form.php:1809
930
  msgid "FAQ"
931
  msgstr "FAQ"
932
 
933
- #: contact_form.php:1810
934
  msgid "Support"
935
  msgstr "Підтримка"
936
 
937
- #: contact_form.php:1858
938
  msgid "Are you sure that you want to delete this language data?"
939
  msgstr "Ви справді хочете видалити дані для цієї мови?"
940
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-07-29 17:34+0300\n"
6
+ "PO-Revision-Date: 2013-07-29 17:34+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Andrew Yaschuk <xxxxAndyxxxx@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
158
  msgstr "Дякуємо, що зв'язалися з нами."
159
 
160
  #: contact_form.php:242
161
+ #: contact_form.php:1315
162
  msgid "Sorry, email message could not be delivered."
163
  msgstr "Вибачте, ваше email-повідомлення не може бути доставлене."
164
 
184
  #: contact_form.php:255
185
  #: contact_form.php:281
186
  #: contact_form.php:754
187
+ #: contact_form.php:1004
188
+ #: contact_form.php:1801
189
+ #: contact_form.php:1810
190
  msgid "Settings"
191
  msgstr "Налаштування"
192
 
270
  msgstr "Налаштування контактної форми"
271
 
272
  #: contact_form.php:373
273
+ #: contact_form.php:1010
274
  #, fuzzy
275
  msgid "Contact Form Pro"
276
  msgstr "Контактна форма"
277
 
278
  #: contact_form.php:412
279
+ #: contact_form.php:899
280
+ #: contact_form.php:928
281
  msgid "Name:"
282
  msgstr "Ім'я:"
283
 
284
  #: contact_form.php:413
285
+ #: contact_form.php:900
286
+ #: contact_form.php:929
287
  #, fuzzy
288
  msgid "Address:"
289
  msgstr "E-mail адреса:"
290
 
291
  #: contact_form.php:414
292
+ #: contact_form.php:901
293
+ #: contact_form.php:930
294
  msgid "Email Address:"
295
  msgstr "E-mail адреса:"
296
 
297
  #: contact_form.php:415
298
+ #: contact_form.php:902
299
+ #: contact_form.php:931
300
  msgid "Phone number:"
301
  msgstr "Телефон:"
302
 
303
  #: contact_form.php:416
304
+ #: contact_form.php:903
305
+ #: contact_form.php:932
306
  msgid "Subject:"
307
  msgstr "Тема:"
308
 
309
  #: contact_form.php:417
310
+ #: contact_form.php:904
311
+ #: contact_form.php:933
312
  msgid "Message:"
313
  msgstr "Повідомлення:"
314
 
315
  #: contact_form.php:418
316
+ #: contact_form.php:905
317
+ #: contact_form.php:934
318
  msgid "Attachment:"
319
  msgstr "Прикріпити файл:"
320
 
321
  #: contact_form.php:419
322
  #: contact_form.php:474
323
+ #: contact_form.php:906
324
+ #: contact_form.php:935
325
  msgid "Send me a copy"
326
  msgstr "Надіслати мені копію"
327
 
328
  #: contact_form.php:420
329
+ #: contact_form.php:907
330
+ #: contact_form.php:936
331
  msgid "Submit"
332
  msgstr "Підтвердити"
333
 
406
  msgstr "Опції збережено."
407
 
408
  #: contact_form.php:755
409
+ #: contact_form.php:1005
410
  #, fuzzy
411
  msgid "Extra settings"
412
  msgstr "Налаштування"
413
 
414
  #: contact_form.php:760
415
+ #: contact_form.php:1261
416
  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:"
417
  msgstr "Якщо Ви хочете додати контактну форму на свій сайт, просто скопіюйте і вставите цей короткий код у Вашу публікацію, сторінку або віджет:"
418
 
419
+ #: contact_form.php:760
420
+ #: contact_form.php:761
421
+ #: contact_form.php:921
422
+ #: contact_form.php:969
423
+ msgid "or"
424
+ msgstr ""
425
+
426
  #: contact_form.php:761
427
+ msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
428
+ msgstr ""
429
+
430
+ #: contact_form.php:762
431
+ msgid "They work the same way."
432
+ msgstr ""
433
+
434
+ #: contact_form.php:763
435
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
436
  msgstr "Якщо Ви залишете поля порожніми, повідомлення буде надіслано на email-адресу, вказану під час реєстрації."
437
 
438
+ #: contact_form.php:767
439
  msgid "The user's email address:"
440
  msgstr "Email користувача:"
441
 
442
+ #: contact_form.php:771
443
  msgid "Create a username"
444
  msgstr "Виберіть ім'я користувача"
445
 
446
+ #: contact_form.php:776
447
  msgid "Enter a username of the person who should get the messages from the contact form."
448
  msgstr "Введіть ім'я користувача, який повинен одержувати повідомлення з контактної форми."
449
 
450
+ #: contact_form.php:780
451
  msgid "Use this email address:"
452
  msgstr "Використовувати цю email-адресу:"
453
 
454
+ #: contact_form.php:783
455
  msgid "Enter the email address you want the messages forwarded to."
456
  msgstr "Вкажіть email-адресу, на яку бажаєте отримувати повідомлення."
457
 
458
+ #: contact_form.php:787
459
  msgid "Additional options"
460
  msgstr "Додаткові опції"
461
 
462
+ #: contact_form.php:790
463
  msgid "What to use?"
464
  msgstr "Що використовувати?"
465
 
466
+ #: contact_form.php:793
467
  msgid "Wp-mail"
468
  msgstr "Wp-mail"
469
 
470
+ #: contact_form.php:794
471
  msgid "You can use the wp_mail function for mailing"
472
  msgstr "Для відправлення пошти ви можете використовувати функцію WordPress wp_mail"
473
 
474
+ #: contact_form.php:800
475
  msgid "Mail"
476
  msgstr "Пошта"
477
 
478
+ #: contact_form.php:801
479
  msgid "To send mail you can use the php mail function"
480
  msgstr "Для відправлення пошти ви можете використовувати функцію php mail"
481
 
482
+ #: contact_form.php:805
483
  msgid "Change text of the 'FROM' field"
484
  msgstr "Змінити текст поля \"Відправник\""
485
 
486
+ #: contact_form.php:811
487
  msgid "Enter the email address in the 'From' field"
488
  msgstr "Введіть email-адресу в полі \"Відправник\""
489
 
490
+ #: contact_form.php:813
491
  msgid "User email"
492
  msgstr ""
493
 
494
+ #: contact_form.php:813
495
  #, fuzzy
496
  msgid "The email address of the user who fills the form will be used in the field 'From'."
497
  msgstr "Email-адреса користувача, який заповнює форму, буде використана у полі \"Відправник\"."
498
 
499
+ #: contact_form.php:815
500
  msgid "This email address will be used in the 'From' field."
501
  msgstr "Ця email-адреса буде використана у полі \"Відправник\"."
502
 
503
+ #: contact_form.php:819
504
  #, fuzzy
505
  msgid "Display fields"
506
  msgstr "Показати текст"
507
 
508
+ #: contact_form.php:821
509
+ #: contact_form.php:851
510
+ #: contact_form.php:1041
511
+ #: contact_form.php:1693
512
  #, fuzzy
513
  msgid "Address"
514
  msgstr "E-mail адреса:"
515
 
516
+ #: contact_form.php:822
517
+ #: contact_form.php:853
518
+ #: contact_form.php:1701
519
  msgid "Phone"
520
  msgstr "Номер телефону"
521
 
522
+ #: contact_form.php:823
523
  #, fuzzy
524
  msgid "Attachment block"
525
  msgstr "Відображувати блок \"Прикріпити файл\" "
526
 
527
+ #: contact_form.php:823
528
  msgid "Users can attach the following file formats"
529
  msgstr "Користувачі можуть прикріплювати файли наступних форматів"
530
 
531
+ #: contact_form.php:824
532
  #, fuzzy
533
  msgid "Tips below the Attachment block"
534
  msgstr "Показувати підказки під блоком \"Прикріпити файл\""
535
 
536
+ #: contact_form.php:825
537
  #, fuzzy
538
  msgid "Send me a copy block"
539
  msgstr "Показати блок \"Надіслати мені копію\""
540
 
541
+ #: contact_form.php:837
542
+ #: contact_form.php:840
543
+ #: contact_form.php:843
544
+ #: contact_form.php:1070
545
  msgid "Captcha"
546
  msgstr ""
547
 
548
+ #: contact_form.php:837
549
+ #: contact_form.php:840
550
+ #: contact_form.php:843
551
+ #: contact_form.php:1070
552
  msgid "(powered by bestwebsoft.com)"
553
  msgstr ""
554
 
555
+ #: contact_form.php:840
556
  #, fuzzy
557
  msgid "Activate captcha"
558
  msgstr "Активовані плагіни"
559
 
560
+ #: contact_form.php:843
561
  #, fuzzy
562
  msgid "Download captcha"
563
  msgstr "Завантажити"
564
 
565
+ #: contact_form.php:848
566
  msgid "Required fields"
567
  msgstr "Обов'язкові поля"
568
 
569
+ #: contact_form.php:850
570
+ #: contact_form.php:1036
571
+ #: contact_form.php:1688
572
  msgid "Name"
573
  msgstr "Ім'я"
574
 
575
+ #: contact_form.php:852
576
  #, fuzzy
577
  msgid "Email Address"
578
  msgstr "E-mail адреса:"
579
 
580
+ #: contact_form.php:854
581
+ #: contact_form.php:1056
582
+ #: contact_form.php:1704
583
  msgid "Subject"
584
  msgstr "Тема"
585
 
586
+ #: contact_form.php:855
587
+ #: contact_form.php:1060
588
+ #: contact_form.php:1707
589
  msgid "Message"
590
  msgstr "Повідомлення"
591
 
592
+ #: contact_form.php:859
593
  #, fuzzy
594
  msgid "Display additional info in the email"
595
  msgstr "Відображати додаткову інформацію в email"
596
 
597
+ #: contact_form.php:864
598
+ #: contact_form.php:1660
599
  msgid "Sent from (ip address)"
600
  msgstr "Надіслано від (ip адреса)"
601
 
602
+ #: contact_form.php:865
603
+ #: contact_form.php:1665
604
  msgid "Date/Time"
605
  msgstr "Дата/Час"
606
 
607
+ #: contact_form.php:866
608
+ #: contact_form.php:1670
609
  msgid "Sent from (referer)"
610
  msgstr "Надіслано від (реферер)"
611
 
612
+ #: contact_form.php:867
613
+ #: contact_form.php:1675
614
  msgid "Using (user agent)"
615
  msgstr "Використовується (user agent)"
616
 
617
+ #: contact_form.php:871
618
  msgid "Language settings for the field names in the form"
619
  msgstr "Налаштування мови для назв полів форми"
620
 
621
+ #: contact_form.php:880
622
  #, fuzzy
623
  msgid "Add a language"
624
  msgstr "Додати мову"
625
 
626
+ #: contact_form.php:884
627
  msgid "Change the names of the contact form fields and error messages"
628
  msgstr "Змінити назви полів контактної форми і повідомлення про помилку"
629
 
630
+ #: contact_form.php:889
631
+ #: contact_form.php:960
632
  msgid "English"
633
  msgstr "Англійська"
634
 
635
+ #: contact_form.php:908
636
+ #: contact_form.php:937
637
  msgid "Error message for the Name field"
638
  msgstr "Повідомлення про помилку для поля Ім'я"
639
 
640
+ #: contact_form.php:909
641
+ #: contact_form.php:938
642
  #, fuzzy
643
  msgid "Error message for the Address field"
644
  msgstr "Повідомлення про помилку для поля Повідомлення"
645
 
646
+ #: contact_form.php:910
647
+ #: contact_form.php:939
648
  msgid "Error message for the Email field"
649
  msgstr "Повідомлення про помилку для поля Email"
650
 
651
+ #: contact_form.php:911
652
+ #: contact_form.php:940
653
  msgid "Error message for the Phone field"
654
  msgstr "Повідомлення про помилку для поля Номер телефону"
655
 
656
+ #: contact_form.php:912
657
+ #: contact_form.php:941
658
  msgid "Error message for the Subject field"
659
  msgstr "Повідомлення про помилку для поля Тема"
660
 
661
+ #: contact_form.php:913
662
+ #: contact_form.php:942
663
  msgid "Error message for the Message field"
664
  msgstr "Повідомлення про помилку для поля Повідомлення"
665
 
666
+ #: contact_form.php:914
667
+ #: contact_form.php:943
668
  #, fuzzy
669
  msgid "Error message about the file type for the Attachment field"
670
  msgstr "Повідомлення про помилку для поля Вкладені файли"
671
 
672
+ #: contact_form.php:915
673
+ #: contact_form.php:944
674
  #, fuzzy
675
  msgid "Error message while uploading a file for the Attachment field to the server"
676
  msgstr "Повідомлення про помилку для поля Вкладені файли"
677
 
678
+ #: contact_form.php:916
679
+ #: contact_form.php:945
680
  #, fuzzy
681
  msgid "Error message while moving the file for the Attachment field"
682
  msgstr "Повідомлення про помилку для поля Вкладені файли"
683
 
684
+ #: contact_form.php:917
685
+ #: contact_form.php:946
686
  #, fuzzy
687
  msgid "Error message when file size limit for the Attachment field is exceeded"
688
  msgstr "Повідомлення про помилку для поля Вкладені файли"
689
 
690
+ #: contact_form.php:918
691
+ #: contact_form.php:947
692
  msgid "Error message for the Captcha field"
693
  msgstr "Повідомлення про помилку для поля Captcha"
694
 
695
+ #: contact_form.php:919
696
+ #: contact_form.php:948
697
  msgid "Error message for the whole form"
698
  msgstr "Повідомлення про помилку для всієї форми"
699
 
700
+ #: contact_form.php:921
701
+ #: contact_form.php:950
702
+ #: contact_form.php:969
703
+ #: contact_form.php:975
704
  msgid "Use shortcode"
705
  msgstr "Використовувати скорочення"
706
 
707
+ #: contact_form.php:921
708
+ #: contact_form.php:950
709
+ #: contact_form.php:969
710
+ #: contact_form.php:975
711
  msgid "for this language"
712
  msgstr "для даної мови"
713
 
714
+ #: contact_form.php:957
715
  msgid "Action after email is sent"
716
  msgstr "Дія після відправлення email"
717
 
718
+ #: contact_form.php:959
719
  msgid "Display text"
720
  msgstr "Показати текст"
721
 
722
+ #: contact_form.php:968
723
+ #: contact_form.php:974
724
  msgid "Text"
725
  msgstr "Текст"
726
 
727
+ #: contact_form.php:981
728
  msgid "Redirect to the page"
729
  msgstr "Перенаправлення на сторінку"
730
 
731
+ #: contact_form.php:982
732
  msgid "Url"
733
  msgstr "Url"
734
 
735
+ #: contact_form.php:987
736
+ #: contact_form.php:1162
737
  msgid "Save Changes"
738
  msgstr "Зберегти зміни"
739
 
740
+ #: contact_form.php:1002
741
  #, fuzzy
742
  msgid "Contact Form Pro | Extra Settings"
743
  msgstr "Налаштування контактної форми"
744
 
745
+ #: contact_form.php:1009
746
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
747
  msgstr ""
748
 
749
+ #: contact_form.php:1016
750
  msgid "Errors output"
751
  msgstr ""
752
 
753
+ #: contact_form.php:1019
754
  msgid "Display error messages"
755
  msgstr ""
756
 
757
+ #: contact_form.php:1020
758
  msgid "Color of the input field errors."
759
  msgstr ""
760
 
761
+ #: contact_form.php:1021
762
  #, fuzzy
763
  msgid "Display error messages & color of the input field errors"
764
  msgstr "Повідомлення про помилку для поля Тема"
765
 
766
+ #: contact_form.php:1026
767
  msgid "Add placeholder to the input blocks"
768
  msgstr ""
769
 
770
+ #: contact_form.php:1032
771
  #, fuzzy
772
  msgid "Add tooltips"
773
  msgstr "Додаткові опції"
774
 
775
+ #: contact_form.php:1046
776
  #, fuzzy
777
  msgid "Email address"
778
  msgstr "E-mail адреса:"
779
 
780
+ #: contact_form.php:1051
781
  #, fuzzy
782
  msgid "Phone Number"
783
  msgstr "Телефон:"
784
 
785
+ #: contact_form.php:1065
786
  #, fuzzy
787
  msgid "Attachment"
788
  msgstr "Прикріпити файл:"
789
 
790
+ #: contact_form.php:1075
791
  #, fuzzy
792
  msgid "Style options"
793
  msgstr "Додаткові опції"
794
 
795
+ #: contact_form.php:1078
796
  msgid "Text color"
797
  msgstr ""
798
 
799
+ #: contact_form.php:1081
800
+ #: contact_form.php:1086
801
+ #: contact_form.php:1096
802
+ #: contact_form.php:1101
803
+ #: contact_form.php:1106
804
+ #: contact_form.php:1111
805
+ #: contact_form.php:1121
806
+ #: contact_form.php:1126
807
+ #: contact_form.php:1132
808
+ #: contact_form.php:1143
809
+ #: contact_form.php:1148
810
+ #: contact_form.php:1153
811
  msgid "Default"
812
  msgstr ""
813
 
814
+ #: contact_form.php:1083
815
  msgid "Label text color"
816
  msgstr ""
817
 
818
+ #: contact_form.php:1088
819
  msgid "Placeholder color"
820
  msgstr ""
821
 
822
+ #: contact_form.php:1093
823
  msgid "Errors color"
824
  msgstr ""
825
 
826
+ #: contact_form.php:1098
827
  msgid "Error text color"
828
  msgstr ""
829
 
830
+ #: contact_form.php:1103
831
  msgid "Background color of the input field errors"
832
  msgstr ""
833
 
834
+ #: contact_form.php:1108
835
  msgid "Border color of the input field errors"
836
  msgstr ""
837
 
838
+ #: contact_form.php:1113
839
  msgid "Placeholder color of the input field errors"
840
  msgstr ""
841
 
842
+ #: contact_form.php:1118
843
  msgid "Input fields"
844
  msgstr ""
845
 
846
+ #: contact_form.php:1123
847
  msgid "Input fields background color"
848
  msgstr ""
849
 
850
+ #: contact_form.php:1128
851
  msgid "Text fields color"
852
  msgstr ""
853
 
854
+ #: contact_form.php:1130
855
  msgid "Border width in px, numbers only"
856
  msgstr ""
857
 
858
+ #: contact_form.php:1134
859
+ #: contact_form.php:1155
860
  msgid "Border color"
861
  msgstr ""
862
 
863
+ #: contact_form.php:1139
864
  #, fuzzy
865
  msgid "Submit button"
866
  msgstr "Підтвердити"
867
 
868
+ #: contact_form.php:1141
869
  msgid "Width in px, numbers only"
870
  msgstr ""
871
 
872
+ #: contact_form.php:1145
873
  msgid "Button color"
874
  msgstr ""
875
 
876
+ #: contact_form.php:1150
877
  msgid "Button text color"
878
  msgstr ""
879
 
880
+ #: contact_form.php:1166
881
  #, fuzzy
882
  msgid "Contact Form Pro | Preview"
883
  msgstr "Контактна форма"
884
 
885
+ #: contact_form.php:1169
886
  msgid "Show with errors"
887
  msgstr ""
888
 
 
889
  #: contact_form.php:1177
890
+ #: contact_form.php:1179
891
  msgid "Please enter your full name..."
892
  msgstr ""
893
 
 
894
  #: contact_form.php:1190
895
+ #: contact_form.php:1192
896
  msgid "Please enter your address..."
897
  msgstr ""
898
 
 
899
  #: contact_form.php:1201
900
+ #: contact_form.php:1203
901
  #, fuzzy
902
  msgid "Please enter your email address..."
903
  msgstr "Використовувати цю email-адресу:"
904
 
 
905
  #: contact_form.php:1212
906
+ #: contact_form.php:1214
907
  msgid "Please enter your phone number..."
908
  msgstr ""
909
 
 
910
  #: contact_form.php:1223
911
+ #: contact_form.php:1225
912
  msgid "Please enter subject..."
913
  msgstr ""
914
 
 
915
  #: contact_form.php:1233
916
+ #: contact_form.php:1235
917
  msgid "Please enter your message..."
918
  msgstr ""
919
 
920
+ #: contact_form.php:1246
921
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
922
  msgstr ""
923
 
924
+ #: contact_form.php:1399
925
  msgid "You can attach the following file formats"
926
  msgstr "Користувачі можуть прикріплювати файли наступних форматів"
927
 
928
+ #: contact_form.php:1683
929
  msgid "Contact from"
930
  msgstr "Контактна форма"
931
 
932
+ #: contact_form.php:1696
933
  msgid "Email"
934
  msgstr "Email"
935
 
936
+ #: contact_form.php:1710
937
  msgid "Site"
938
  msgstr "Сайт"
939
 
940
+ #: contact_form.php:1760
941
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
942
  msgstr "Якщо Ви не бачите цей MIME, це означає, що цей MIME тип не підтримується Вашим email-клієнтом!"
943
 
944
+ #: contact_form.php:1811
945
  msgid "FAQ"
946
  msgstr "FAQ"
947
 
948
+ #: contact_form.php:1812
949
  msgid "Support"
950
  msgstr "Підтримка"
951
 
952
+ #: contact_form.php:1860
953
  msgid "Are you sure that you want to delete this language data?"
954
  msgstr "Ви справді хочете видалити дані для цієї мови?"
955
 
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.2
7
- Stable tag: 3.49
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -32,7 +32,7 @@ Contact Form allows you to add a feedback form to a post or a page in an easy ma
32
  * Belarusian (be_BY) (thanks to <a href="mailto:nullbsd@gmail.com">Sakałoŭ Alaksiej</a>)
33
  * Bulgarian (bg_BG) (thanks to Martin Jekov)
34
  * European Portuguese (pt_PT) (thanks to <a href="mailto:cesarbsilva@gmail.com">César Silva</a>, www.clubetelemoveis.com )
35
- * Brazilian Portuguese (pt_BR) (thanks to <a href="mailto:brenojac@gmail.com">Breno Jacinto</a>, www.iconis.org.br)
36
  * Catalan (ca) (thanks to <a href="mailto:kenneth@snollocer.net">Kenneth</a>)
37
  * Czech (cs_CZ) (thanks to Petr Zápotocký)
38
  * Danish (da_DK) (thanks to Mads Hannibal)
@@ -124,6 +124,11 @@ Here is an example for the German language files.
124
 
125
  == Changelog ==
126
 
 
 
 
 
 
127
  = V3.49 - 22.07.2013 =
128
  * NEW : Added an ability to view and send system information by mail.
129
 
@@ -347,6 +352,9 @@ Here is an example for the German language files.
347
 
348
  == Upgrade Notice ==
349
 
 
 
 
350
  = V3.49 =
351
  Added an ability to view and send system information by mail.
352
 
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.2
7
+ Stable tag: 3.50
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
32
  * Belarusian (be_BY) (thanks to <a href="mailto:nullbsd@gmail.com">Sakałoŭ Alaksiej</a>)
33
  * Bulgarian (bg_BG) (thanks to Martin Jekov)
34
  * European Portuguese (pt_PT) (thanks to <a href="mailto:cesarbsilva@gmail.com">César Silva</a>, www.clubetelemoveis.com )
35
+ * Brazilian Portuguese (pt_BR) (thanks to <a href="mailto:brenojac@gmail.com">Breno Jacinto</a>, www.iconis.org.br, <a href="mailto:wordpress@djio.com.br">DJIO</a>, www.djio.com.br)
36
  * Catalan (ca) (thanks to <a href="mailto:kenneth@snollocer.net">Kenneth</a>)
37
  * Czech (cs_CZ) (thanks to Petr Zápotocký)
38
  * Danish (da_DK) (thanks to Mads Hannibal)
124
 
125
  == Changelog ==
126
 
127
+ = V3.50 - 29.07.2013 =
128
+ * NEW : Added an ability to use diffrent shortcodes.
129
+ * Update : The Swedish language file is updated.
130
+ * Update : The Brazilian Portuguese language file is updated.
131
+
132
  = V3.49 - 22.07.2013 =
133
  * NEW : Added an ability to view and send system information by mail.
134
 
352
 
353
  == Upgrade Notice ==
354
 
355
+ = V3.50 =
356
+ Added an ability to use diffrent shortcodes. The Swedish language file is updated. The Brazilian Portuguese language file is updated.
357
+
358
  = V3.49 =
359
  Added an ability to view and send system information by mail.
360
 
screenshot-6.jpg CHANGED
Binary file