Contact Form by BestWebSoft - Version 3.34

Version Description

  • 7.02.2013 =
  • Update : We changed the English text in the plugin file and all language files were updated.
Download this release

Release Info

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

Code changes from version 3.33 to 3.34

Files changed (52) hide show
  1. contact_form.php +58 -58
  2. languages/contact_form-ar.mo +0 -0
  3. languages/contact_form-ar.po +194 -171
  4. languages/contact_form-bg_BG.mo +0 -0
  5. languages/contact_form-bg_BG.po +195 -176
  6. languages/contact_form-cs_CZ.mo +0 -0
  7. languages/contact_form-cs_CZ.po +194 -173
  8. languages/contact_form-da_DK.mo +0 -0
  9. languages/contact_form-da_DK.po +196 -176
  10. languages/contact_form-de_DE.mo +0 -0
  11. languages/contact_form-de_DE.po +197 -181
  12. languages/contact_form-el_GR.mo +0 -0
  13. languages/contact_form-el_GR.po +194 -175
  14. languages/contact_form-es_ES.mo +0 -0
  15. languages/contact_form-es_ES.po +197 -179
  16. languages/contact_form-fa_IR.mo +0 -0
  17. languages/contact_form-fa_IR.po +193 -169
  18. languages/contact_form-fr_FR.mo +0 -0
  19. languages/contact_form-fr_FR.po +201 -194
  20. languages/contact_form-gl_ES.mo +0 -0
  21. languages/contact_form-gl_ES.po +198 -186
  22. languages/contact_form-he_IL.mo +0 -0
  23. languages/contact_form-he_IL.po +194 -170
  24. languages/contact_form-hi_IN.mo +0 -0
  25. languages/contact_form-hi_IN.po +193 -170
  26. languages/contact_form-it_IT.mo +0 -0
  27. languages/contact_form-it_IT.po +194 -174
  28. languages/contact_form-ja.mo +0 -0
  29. languages/contact_form-ja.po +192 -168
  30. languages/contact_form-lt_LT.mo +0 -0
  31. languages/contact_form-lt_LT.po +193 -170
  32. languages/contact_form-nb_NO.mo +0 -0
  33. languages/contact_form-nb_NO.po +195 -174
  34. languages/contact_form-nl_NL.mo +0 -0
  35. languages/contact_form-nl_NL.po +47 -47
  36. languages/contact_form-pl_PL.mo +0 -0
  37. languages/contact_form-pl_PL.po +193 -168
  38. languages/contact_form-pt_BR.mo +0 -0
  39. languages/contact_form-pt_BR.po +196 -179
  40. languages/contact_form-pt_PT.mo +0 -0
  41. languages/contact_form-pt_PT.po +196 -179
  42. languages/contact_form-ro_RO.mo +0 -0
  43. languages/contact_form-ro_RO.po +195 -176
  44. languages/contact_form-ru_RU.mo +0 -0
  45. languages/contact_form-ru_RU.po +199 -185
  46. languages/contact_form-sr_RS.mo +0 -0
  47. languages/contact_form-sr_RS.po +194 -175
  48. languages/contact_form-sv_SE.mo +0 -0
  49. languages/contact_form-sv_SE.po +238 -239
  50. languages/contact_form-tr_TR.mo +0 -0
  51. languages/contact_form-tr_TR.po +191 -166
  52. readme.txt +8 -2
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.33
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
@@ -145,19 +145,19 @@ if( ! function_exists( 'cntctfrm_settings' ) ) {
145
  'cntctfrm_language' => array(),
146
  'cntctfrm_change_label' => 0,
147
  'cntctfrm_name_label' => array( 'en' => __( "Name:", 'contact_form' ) ),
148
- 'cntctfrm_email_label' => array( 'en' => __( "E-Mail Address:", 'contact_form' ) ),
149
- 'cntctfrm_phone_label' => array( 'en' => __( "Phone:", 'contact_form' ) ),
150
  'cntctfrm_subject_label' => array( 'en' => __( "Subject:", 'contact_form' ) ),
151
  'cntctfrm_message_label' => array( 'en' => __( "Message:", 'contact_form' ) ),
152
  'cntctfrm_attachment_label' => array( 'en' => __( "Attachment:", 'contact_form' ) ),
153
  'cntctfrm_submit_label' => array( 'en' => __( "Submit", 'contact_form' ) ),
154
  'cntctfrm_name_error' => array( 'en' => __( "Your name is required.", 'contact_form' ) ),
155
  'cntctfrm_email_error' => array( 'en' => __( "A proper e-mail address is required.", 'contact_form' ) ),
156
- 'cntctfrm_phone_error' => array( 'en' => __( "Subject text is required.", 'contact_form' ) ),
157
  'cntctfrm_subject_error' => array( 'en' => __( "Message text is required.", 'contact_form' ) ),
158
- 'cntctfrm_message_error' => array( 'en' => __( "Phone is required field.", 'contact_form' ) ),
159
- 'cntctfrm_attachment_error' => array( 'en' => __( "Attachment is broken.", 'contact_form' ) ),
160
- 'cntctfrm_captcha_error' => array( 'en' => __( "Please complete the CAPTCHA.", 'contact_form' ) ),
161
  'cntctfrm_form_error' => array( 'en' => __( "Please make corrections below and try again.", 'contact_form' ) ),
162
  'cntctfrm_action_after_send' => 1,
163
  'cntctfrm_thank_text' => array( 'en' => __( "Thank you for contacting us.", 'contact_form' ) ),
@@ -355,7 +355,7 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
355
  if( $cntctfrm_options_submit['cntctfrm_action_after_send'] == 0
356
  && ( trim( $cntctfrm_options_submit['cntctfrm_redirect_url'] ) == ""
357
  || !preg_match( '@^(?:http://)?([^/]+)@i', trim( $cntctfrm_options_submit['cntctfrm_redirect_url'] ) ) ) ) {
358
- $error .=__( "If the option 'Redirect to page' is selected then url field should be fillied in the following format", 'contact_form' )." <code>http://your_site/your_page</code>";
359
  $cntctfrm_options['cntctfrm_action_after_send'] = 1;
360
  }
361
  if( 'user' == $cntctfrm_options_submit['cntctfrm_select_email'] ) {
@@ -364,18 +364,18 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
364
  else if( false !== get_user_by( 'login', $cntctfrm_options_submit['cntctfrm_user_email'] ) ){
365
  }
366
  else {
367
- $error .=__( "Such user is not exist. Settings are not saved.", 'contact_form' );
368
  }
369
  }
370
  else {
371
  if( $cntctfrm_options_submit['cntctfrm_custom_email'] == "" || !preg_match( "/^((?:[a-z0-9']+(?:[a-z0-9\-_\.']+)?@[a-z0-9]+(?:[a-z0-9\-\.]+)?\.[a-z]{2,5})[, ]*)+$/i", trim( $cntctfrm_options_submit['cntctfrm_custom_email'] ) ) ){
372
- $error .= __( "Please input correct email. Settings are not saved.", 'contact_form' );
373
  }
374
  }
375
  if( 'custom' == $cntctfrm_options_submit['cntctfrm_from_email'] ) {
376
  if( $cntctfrm_options_submit['cntctfrm_custom_from_email'] == ""
377
  && !preg_match( "/^((?:[a-z0-9']+(?:[a-z0-9\-_\.']+)?@[a-z0-9]+(?:[a-z0-9\-\.]+)?\.[a-z]{2,5})[, ]*)+$/i", trim( $cntctfrm_options_submit['cntctfrm_custom_from_email'] ) ) ) {
378
- $error .= __( "Please input correct 'FROM' email. Settings are not saved.", 'contact_form' );
379
  }
380
  }
381
  if( $error == '' ){
@@ -405,28 +405,28 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
405
  <div class="error" <?php if( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
406
  <form method="post" action="admin.php?page=contact_form.php">
407
  <span style="margin-bottom:15px;">
408
- <p><?php _e( "If you would like to add a Contact Form to your website, just copy and put this shortcode onto your post or page or widget:", 'contact_form' ); ?> [contact_form] or [contact_form lang=en]</p>
409
- <?php _e( "If information in the below fields are empty then the message will be send to an address which was specified during registration.", 'contact_form' ); ?>
410
  </span>
411
  <table class="form-table">
412
  <tr valign="top">
413
- <th scope="row" style="width:195px;"><?php _e( "Use email of wordpress user:", 'contact_form' ); ?> </th>
414
  <td colspan="2">
415
  <input type="radio" id="cntctfrm_select_email_user" name="cntctfrm_select_email" value="user" <?php if($cntctfrm_options['cntctfrm_select_email'] == 'user') echo "checked=\"checked\" "; ?>/>
416
  <select name="cntctfrm_user_email">
417
- <option disabled><?php _e( "Select user name", 'contact_form' ); ?></option>
418
  <?php while( list( $key, $value ) = each( $userslogin ) ) { ?>
419
  <option value="<?php echo $value; ?>" <?php if( $cntctfrm_options['cntctfrm_user_email'] == $value ) echo "selected=\"selected\" "; ?>><?php echo $value; ?></option>
420
  <?php } ?>
421
  </select>
422
- <span class="cntctfrm_info"><?php _e( "Set a name of user who will get messages from a contact form.", 'contact_form' ); ?></span>
423
  </td>
424
  </tr>
425
  <tr valign="top">
426
- <th scope="row" style="width:195px;"><?php _e( "Use this email:", 'contact_form' ); ?> </th>
427
  <td colspan="2">
428
  <input type="radio" id="cntctfrm_select_email_custom" name="cntctfrm_select_email" value="custom" <?php if($cntctfrm_options['cntctfrm_select_email'] == 'custom') echo "checked=\"checked\" "; ?>/> <input type="text" name="cntctfrm_custom_email" value="<?php echo $cntctfrm_options['cntctfrm_custom_email']; ?>" onfocus="document.getElementById('cntctfrm_select_email_custom').checked = true;" />
429
- <span class="cntctfrm_info"><?php _e( "Set an email address which will be used for messages receiving.", 'contact_form' ); ?></span>
430
  </td>
431
  </tr>
432
  <tr valign="top">
@@ -435,13 +435,13 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
435
  <tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
436
  <th scope="row" style="width:195px;"><?php _e( "Display Attachment block", 'contact_form' ); ?></th>
437
  <td colspan="2">
438
- <input type="checkbox" id="cntctfrm_attachment" name="cntctfrm_attachment" value="1" <?php if($cntctfrm_options['cntctfrm_attachment'] == '1') echo "checked=\"checked\" "; ?>/> <span class="cntctfrm_info"><?php echo __( "Users can attach files of the following types", 'contact_form' ) . ": html, txt, css, gif, png, jpeg, jpg, tiff, bmp, ai, eps, ps, rtf, pdf, doc, docx, xls, zip, rar, wav, mp3, ppt"; ?></span>
439
  </td>
440
  </tr>
441
  <tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
442
- <th scope="row" style="width:195px;"><?php _e( "Display Attachment explanations", 'contact_form' ); ?></th>
443
  <td colspan="2">
444
- <input type="checkbox" id="cntctfrm_attachment_explanations" name="cntctfrm_attachment_explanations" value="1" <?php if( $cntctfrm_options['cntctfrm_attachment_explanations'] == '1' && $cntctfrm_options['cntctfrm_attachment'] == '1' ) echo "checked=\"checked\" "; ?>/> <span class="cntctfrm_info"><?php echo __( "Display explanations after Attachment block", 'contact_form' ); ?></span>
445
  </td>
446
  </tr>
447
  <tr valign="top" class="cntctfrm_additions_block <?php if( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
@@ -451,11 +451,11 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
451
  </td>
452
  </tr>
453
  <tr class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
454
- <th rowspan="2"><?php _e( 'What use?', 'contact_form' ); ?></th>
455
  <td colspan="2">
456
  <input type='radio' name='cntctfrm_mail_method' value='wp-mail' <?php if( $cntctfrm_options['cntctfrm_mail_method'] == 'wp-mail' ) echo "checked=\"checked\" "; ?>/>
457
  <?php _e( 'Wp-mail', 'mail-send' ); ?>
458
- <span class="cntctfrm_info">(<?php _e( 'To send mail you can use the wordpress wp_mail function', 'mail_send' ); ?>)</span>
459
  </td>
460
  </tr>
461
  <tr class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
@@ -466,17 +466,17 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
466
  </td>
467
  </tr>
468
  <tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
469
- <th scope="row" style="width:195px;"><?php _e( "Change text for 'FROM' field of the email", 'contact_form' ); ?></th>
470
  <td colspan="2">
471
  <input type="text" style="width:200px;" name="cntctfrm_from_field" value="<?php echo stripslashes( $cntctfrm_options['cntctfrm_from_field'] ); ?>" /><br />
472
  </td>
473
  </tr>
474
  <tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
475
- <th scope="row" style="width:195px;"><?php _e( "Select email for 'FROM' field of the email", 'contact_form' ); ?></th>
476
  <td colspan="2">
477
- <input type="radio" id="cntctfrm_from_email" name="cntctfrm_from_email" value="user" <?php if( $cntctfrm_options['cntctfrm_from_email'] == 'user' ) echo "checked=\"checked\" "; ?>/> User email <span class="cntctfrm_info">(<?php _e( "In the field 'From' in the mail it will use email of that user who fills the form.", 'contact_form' ); ?>)</span><br />
478
  <input type="radio" id="cntctfrm_from_custom_email" name="cntctfrm_from_email" value="custom" <?php if($cntctfrm_options['cntctfrm_from_email'] == 'custom') echo "checked=\"checked\" "; ?>/> <input type="text" name="cntctfrm_custom_from_email" value="<?php echo $cntctfrm_options['cntctfrm_custom_from_email']; ?>" onfocus="document.getElementById('cntctfrm_from_custom_email').checked = true;" />
479
- <span class="cntctfrm_info">(<?php _e( "In the field 'From' it will use this email.", 'contact_form' ); ?>)</span>
480
  </td>
481
  </tr>
482
  <tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
@@ -486,7 +486,7 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
486
  </td>
487
  </tr>
488
  <tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
489
- <th scope="row" style="width:195px;"><?php _e( "Required field", 'contact_form' ); ?></th>
490
  <td colspan="2">
491
  <input type="checkbox" id="cntctfrm_required_name_field" name="cntctfrm_required_name_field" value="1" <?php if($cntctfrm_options['cntctfrm_required_name_field'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Name", 'contact_form' ); ?><br />
492
  <input type="checkbox" id="cntctfrm_required_email_field" name="cntctfrm_required_email_field" value="1" <?php if($cntctfrm_options['cntctfrm_required_email_field'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "E-Mail Address", 'contact_form' ); ?><br />
@@ -503,12 +503,12 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
503
  <td class="cntctfrm_display_add_info_block <?php if( $cntctfrm_options['cntctfrm_display_add_info'] == '0' ) echo "cntctfrm_hidden"; ?>">
504
  <input type="checkbox" id="cntctfrm_display_sent_from" name="cntctfrm_display_sent_from" value="1" <?php if($cntctfrm_options['cntctfrm_display_sent_from'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Sent from (ip address)", 'contact_form' ); ?><br />
505
  <input type="checkbox" id="cntctfrm_display_date_time" name="cntctfrm_display_date_time" value="1" <?php if($cntctfrm_options['cntctfrm_display_date_time'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Date/Time", 'contact_form' ); ?><br />
506
- <input type="checkbox" id="cntctfrm_display_coming_from" name="cntctfrm_display_coming_from" value="1" <?php if($cntctfrm_options['cntctfrm_display_coming_from'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Coming from (referer)", 'contact_form' ); ?><br />
507
  <input type="checkbox" id="cntctfrm_display_user_agent" name="cntctfrm_display_user_agent" value="1" <?php if($cntctfrm_options['cntctfrm_display_user_agent'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Using (user agent)", 'contact_form' ); ?><br />
508
  </td>
509
  </tr>
510
  <tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
511
- <th scope="row" style="width:195px;"><?php _e( "Language settings for label fields", 'contact_form' ); ?></th>
512
  <td colspan="2">
513
  <select name="cntctfrm_languages" id="cntctfrm_languages" style="width:300px;">
514
  <?php foreach ( $lang_codes as $key=>$val ) {
@@ -521,7 +521,7 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
521
  </td>
522
  </tr>
523
  <tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
524
- <th scope="row" style="width:195px;"><?php _e( "Change label for fields of the contact form and error messages", 'contact_form' ); ?></th>
525
  <td style="width:15px;">
526
  <input type="checkbox" id="cntctfrm_change_label" name="cntctfrm_change_label" value="1" <?php if($cntctfrm_options['cntctfrm_change_label'] == '1') echo "checked=\"checked\" "; ?>/>
527
  </td>
@@ -535,40 +535,40 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
535
  <div class="clear"></div>
536
  <div class="cntctfrm_language_tab cntctfrm_tab_en">
537
  <input type="text" name="cntctfrm_name_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_name_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Name:", 'contact_form' ); ?></span><br />
538
- <input type="text" name="cntctfrm_email_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_email_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "E-Mail Address:", 'contact_form' ); ?></span><br />
539
- <input type="text" name="cntctfrm_phone_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_phone_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Phone:", 'contact_form' ); ?></span><br />
540
  <input type="text" name="cntctfrm_subject_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_subject_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Subject:", 'contact_form' ); ?></span><br />
541
  <input type="text" name="cntctfrm_message_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_message_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Message:", 'contact_form' ); ?></span><br />
542
  <input type="text" name="cntctfrm_attachment_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Attachment:", 'contact_form' ); ?></span><br />
543
  <input type="text" name="cntctfrm_submit_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_submit_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Submit", 'contact_form' ); ?></span><br />
544
- <input type="text" name="cntctfrm_name_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_name_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for name field", 'contact_form' ); ?></span><br />
545
- <input type="text" name="cntctfrm_email_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_email_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for email field", 'contact_form' ); ?></span><br />
546
- <input type="text" name="cntctfrm_phone_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_phone_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for phone field", 'contact_form' ); ?></span><br />
547
- <input type="text" name="cntctfrm_subject_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_subject_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for subject field", 'contact_form' ); ?></span><br />
548
- <input type="text" name="cntctfrm_message_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_message_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for message field", 'contact_form' ); ?></span><br />
549
- <input type="text" name="cntctfrm_attachment_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for attachment field", 'contact_form' ); ?></span><br />
550
- <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 captcha", 'contact_form' ); ?></span><br />
551
- <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 all form", 'contact_form' ); ?></span><br />
552
  <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>
553
  </div>
554
  <?php if( ! empty( $cntctfrm_options['cntctfrm_language'] ) ){
555
  foreach( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
556
  <div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>">
557
  <input type="text" name="cntctfrm_name_label[<?php echo $val; ?>]" value="<?php if( isset( $cntctfrm_options['cntctfrm_name_label'][$val] ) ) echo $cntctfrm_options['cntctfrm_name_label'][$val]; ?>" /> <span class="cntctfrm_info"><?php _e( "Name:", 'contact_form' ); ?></span><br />
558
- <input type="text" name="cntctfrm_email_label[<?php echo $val; ?>]" value="<?php if( isset( $cntctfrm_options['cntctfrm_email_label'][$val] ) ) echo $cntctfrm_options['cntctfrm_email_label'][$val]; ?>" /> <span class="cntctfrm_info"><?php _e( "E-Mail Address:", 'contact_form' ); ?></span><br />
559
- <input type="text" name="cntctfrm_phone_label[<?php echo $val; ?>]" value="<?php if( isset( $cntctfrm_options['cntctfrm_phone_label'][$val] ) ) echo $cntctfrm_options['cntctfrm_phone_label'][$val]; ?>" /> <span class="cntctfrm_info"><?php _e( "Phone:", 'contact_form' ); ?></span><br />
560
  <input type="text" name="cntctfrm_subject_label[<?php echo $val; ?>]" value="<?php if( isset( $cntctfrm_options['cntctfrm_subject_label'][$val] ) ) echo $cntctfrm_options['cntctfrm_subject_label'][$val]; ?>" /> <span class="cntctfrm_info"><?php _e( "Subject:", 'contact_form' ); ?></span><br />
561
  <input type="text" name="cntctfrm_message_label[<?php echo $val; ?>]" value="<?php if( isset( $cntctfrm_options['cntctfrm_message_label'][$val] ) ) echo $cntctfrm_options['cntctfrm_message_label'][$val]; ?>" /> <span class="cntctfrm_info"><?php _e( "Message:", 'contact_form' ); ?></span><br />
562
  <input type="text" name="cntctfrm_attachment_label[<?php echo $val; ?>]" value="<?php if( isset( $cntctfrm_options['cntctfrm_attachment_label'][$val] ) ) echo $cntctfrm_options['cntctfrm_attachment_label'][$val]; ?>" /> <span class="cntctfrm_info"><?php _e( "Attachment:", 'contact_form' ); ?></span><br />
563
  <input type="text" name="cntctfrm_submit_label[<?php echo $val; ?>]" value="<?php if( isset( $cntctfrm_options['cntctfrm_submit_label'][$val] ) ) echo $cntctfrm_options['cntctfrm_submit_label'][$val]; ?>" /> <span class="cntctfrm_info"><?php _e( "Submit", 'contact_form' ); ?></span><br />
564
- <input type="text" name="cntctfrm_name_error[<?php echo $val; ?>]" value="<?php if( isset( $cntctfrm_options['cntctfrm_name_error'][$val] ) ) echo $cntctfrm_options['cntctfrm_name_error'][$val]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for name field", 'contact_form' ); ?></span><br />
565
- <input type="text" name="cntctfrm_email_error[<?php echo $val; ?>]" value="<?php if( isset( $cntctfrm_options['cntctfrm_email_error'][$val] ) ) echo $cntctfrm_options['cntctfrm_email_error'][$val]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for email field", 'contact_form' ); ?></span><br />
566
- <input type="text" name="cntctfrm_phone_error[<?php echo $val; ?>]" value="<?php if( isset( $cntctfrm_options['cntctfrm_phone_error'][$val] ) ) echo $cntctfrm_options['cntctfrm_phone_error'][$val]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for phone field", 'contact_form' ); ?></span><br />
567
- <input type="text" name="cntctfrm_subject_error[<?php echo $val; ?>]" value="<?php if( isset( $cntctfrm_options['cntctfrm_subject_error'][$val] ) ) echo $cntctfrm_options['cntctfrm_subject_error'][$val]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for subject field", 'contact_form' ); ?></span><br />
568
- <input type="text" name="cntctfrm_message_error[<?php echo $val; ?>]" value="<?php if( isset( $cntctfrm_options['cntctfrm_message_error'][$val] ) ) echo $cntctfrm_options['cntctfrm_message_error'][$val]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for message field", 'contact_form' ); ?></span><br />
569
- <input type="text" name="cntctfrm_attachment_error[<?php echo $val; ?>]" value="<?php if( isset( $cntctfrm_options['cntctfrm_attachment_error'][$val] ) ) echo $cntctfrm_options['cntctfrm_attachment_error'][$val]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for attachment field", 'contact_form' ); ?></span><br />
570
- <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 captcha", 'contact_form' ); ?></span><br />
571
- <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 all form", 'contact_form' ); ?></span><br />
572
  <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [contact_form lang=".$val."] "; _e( "for this language", 'contact_form' ); ?></span>
573
  </div>
574
  <?php }
@@ -576,7 +576,7 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
576
  </td>
577
  </tr>
578
  <tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
579
- <th scope="row" style="width:195px;"><?php _e( "Action after the send mail", 'contact_form' ); ?></th>
580
  <td colspan="2" class="cntctfrm_action_after_send_block">
581
  <input type="radio" id="cntctfrm_action_after_send" name="cntctfrm_action_after_send" value="1" <?php if($cntctfrm_options['cntctfrm_action_after_send'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Display text", 'contact_form' ); ?><br />
582
  <div class="cntctfrm_label_language_tab cntctfrm_active" id="cntctfrm_text_en"><?php _e('English', 'contact_form'); ?></div>
@@ -600,7 +600,7 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
600
  } ?>
601
  <div id="cntctfrm_before"></div>
602
  <br />
603
- <input type="radio" id="cntctfrm_action_after_send" name="cntctfrm_action_after_send" value="0" <?php if($cntctfrm_options['cntctfrm_action_after_send'] == '0') echo "checked=\"checked\" "; ?>/> <?php _e( "Redirect to page", 'contact_form' ); ?><br />
604
  <input type="text" name="cntctfrm_redirect_url" value="<?php echo $cntctfrm_options['cntctfrm_redirect_url']; ?>" /> <span class="cntctfrm_info"><?php _e( "Url", 'contact_form' ); ?></span><br />
605
  </td>
606
  </table>
@@ -645,7 +645,7 @@ if( ! function_exists( 'cntctfrm_display_form' ) ) {
645
  else if( false === $cntctfrm_result )
646
  {
647
  // If email not be delivered
648
- $error_message['error_form'] = __( "Sorry, your e-mail could not be delivered.", 'contact_form' );
649
  }
650
  if( true !== $cntctfrm_result) {
651
  $_SESSION['cntctfrm_send_mail'] = false;
@@ -715,7 +715,7 @@ if( ! function_exists( 'cntctfrm_display_form' ) ) {
715
  $content .= '<div style="text-align: left;">
716
  <input type="file" name="cntctfrm_contact_attachment" id="cntctfrm_contact_attachment"'.(isset( $error_message['error_attachment'] ) ? "class='error'": "").' />';
717
  if( $cntctfrm_options['cntctfrm_attachment_explanations'] == 1 ){
718
- $content .= '<label style="font-size:10px;"><br />'. __( "You can attach files of the following types", 'contact_form' ) . ': html, txt, css, gif, png, jpeg, jpg, tiff, bmp, ai, eps, ps, rtf, pdf, doc, docx, xls, zip, rar, wav, mp3, ppt</label>';
719
  }
720
  $content .= '
721
  </div>';
@@ -934,7 +934,7 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
934
  }
935
  if( $cntctfrm_options['cntctfrm_display_coming_from'] == 1) {
936
  $user_info_string .= '<tr>
937
- <td>'.__('Coming from (referer)', 'contact_form').':</td><td>'.$form_action_url.'</td>
938
  </tr>';
939
  }
940
  if( $cntctfrm_options['cntctfrm_display_user_agent'] == 1) {
@@ -1020,7 +1020,7 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
1020
  $headers .= "MIME-Version: 1.0\n".
1021
  "Content-Type: multipart/mixed; boundary=\"$bound_text\"";
1022
 
1023
- $message = __( "If you can see this MIME than your client doesn't accept MIME types!", "contact_form" ) . "\n";
1024
 
1025
  $message .= $bound."\n" . "Content-Type: text/html; charset=\"utf-8\"\n" .
1026
  "Content-Transfer-Encoding: 7bit\n\n" . $message_block . "\n\n";
@@ -1120,7 +1120,7 @@ if ( ! function_exists ( 'cntctfrm_admin_head' ) ) {
1120
  function cntctfrm_admin_head() {
1121
  wp_enqueue_style( 'cntctfrmStylesheet', plugins_url( 'css/style.css', __FILE__ ) );
1122
  wp_enqueue_script( 'cntctfrmScript', plugins_url( 'js/script.js', __FILE__ ) );
1123
- echo '<script type="text/javascript">var confirm_text = "'.__('Are you sure you want to delete this language?', 'contact_form').'"</script>';
1124
  }
1125
  }
1126
 
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: Plugin for Contact Form.
6
  Author: BestWebSoft
7
+ Version: 3.34
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
145
  'cntctfrm_language' => array(),
146
  'cntctfrm_change_label' => 0,
147
  'cntctfrm_name_label' => array( 'en' => __( "Name:", 'contact_form' ) ),
148
+ 'cntctfrm_email_label' => array( 'en' => __( "Email Address:", 'contact_form' ) ),
149
+ 'cntctfrm_phone_label' => array( 'en' => __( "Phone number:", 'contact_form' ) ),
150
  'cntctfrm_subject_label' => array( 'en' => __( "Subject:", 'contact_form' ) ),
151
  'cntctfrm_message_label' => array( 'en' => __( "Message:", 'contact_form' ) ),
152
  'cntctfrm_attachment_label' => array( 'en' => __( "Attachment:", 'contact_form' ) ),
153
  'cntctfrm_submit_label' => array( 'en' => __( "Submit", 'contact_form' ) ),
154
  'cntctfrm_name_error' => array( 'en' => __( "Your name is required.", 'contact_form' ) ),
155
  'cntctfrm_email_error' => array( 'en' => __( "A proper e-mail address is required.", 'contact_form' ) ),
156
+ 'cntctfrm_phone_error' => array( 'en' => __( "Subject is required.", 'contact_form' ) ),
157
  'cntctfrm_subject_error' => array( 'en' => __( "Message text is required.", 'contact_form' ) ),
158
+ 'cntctfrm_message_error' => array( 'en' => __( "Phone number is required.", 'contact_form' ) ),
159
+ 'cntctfrm_attachment_error' => array( 'en' => __( "File format is not valid.", 'contact_form' ) ),
160
+ 'cntctfrm_captcha_error' => array( 'en' => __( "Please fill out the CAPTCHA.", 'contact_form' ) ),
161
  'cntctfrm_form_error' => array( 'en' => __( "Please make corrections below and try again.", 'contact_form' ) ),
162
  'cntctfrm_action_after_send' => 1,
163
  'cntctfrm_thank_text' => array( 'en' => __( "Thank you for contacting us.", 'contact_form' ) ),
355
  if( $cntctfrm_options_submit['cntctfrm_action_after_send'] == 0
356
  && ( trim( $cntctfrm_options_submit['cntctfrm_redirect_url'] ) == ""
357
  || !preg_match( '@^(?:http://)?([^/]+)@i', trim( $cntctfrm_options_submit['cntctfrm_redirect_url'] ) ) ) ) {
358
+ $error .=__( "If the 'Redirect to page' option is selected then the URL field should be in the following format", 'contact_form' )." <code>http://your_site/your_page</code>";
359
  $cntctfrm_options['cntctfrm_action_after_send'] = 1;
360
  }
361
  if( 'user' == $cntctfrm_options_submit['cntctfrm_select_email'] ) {
364
  else if( false !== get_user_by( 'login', $cntctfrm_options_submit['cntctfrm_user_email'] ) ){
365
  }
366
  else {
367
+ $error .=__( "Such user does not exist. Settings are not saved.", 'contact_form' );
368
  }
369
  }
370
  else {
371
  if( $cntctfrm_options_submit['cntctfrm_custom_email'] == "" || !preg_match( "/^((?:[a-z0-9']+(?:[a-z0-9\-_\.']+)?@[a-z0-9]+(?:[a-z0-9\-\.]+)?\.[a-z]{2,5})[, ]*)+$/i", trim( $cntctfrm_options_submit['cntctfrm_custom_email'] ) ) ){
372
+ $error .= __( "Please enter a valid email address. Settings are not saved.", 'contact_form' );
373
  }
374
  }
375
  if( 'custom' == $cntctfrm_options_submit['cntctfrm_from_email'] ) {
376
  if( $cntctfrm_options_submit['cntctfrm_custom_from_email'] == ""
377
  && !preg_match( "/^((?:[a-z0-9']+(?:[a-z0-9\-_\.']+)?@[a-z0-9]+(?:[a-z0-9\-\.]+)?\.[a-z]{2,5})[, ]*)+$/i", trim( $cntctfrm_options_submit['cntctfrm_custom_from_email'] ) ) ) {
378
+ $error .= __( "Please enter a valid email address in the 'FROM' field. Settings are not saved.", 'contact_form' );
379
  }
380
  }
381
  if( $error == '' ){
405
  <div class="error" <?php if( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
406
  <form method="post" action="admin.php?page=contact_form.php">
407
  <span style="margin-bottom:15px;">
408
+ <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>
409
+ <?php _e( "If you leave the fields empty, the messages will be sent to the email address specified during registration.", 'contact_form' ); ?>
410
  </span>
411
  <table class="form-table">
412
  <tr valign="top">
413
+ <th scope="row" style="width:195px;"><?php _e( "The user's email address:", 'contact_form' ); ?> </th>
414
  <td colspan="2">
415
  <input type="radio" id="cntctfrm_select_email_user" name="cntctfrm_select_email" value="user" <?php if($cntctfrm_options['cntctfrm_select_email'] == 'user') echo "checked=\"checked\" "; ?>/>
416
  <select name="cntctfrm_user_email">
417
+ <option disabled><?php _e( "Create a username", 'contact_form' ); ?></option>
418
  <?php while( list( $key, $value ) = each( $userslogin ) ) { ?>
419
  <option value="<?php echo $value; ?>" <?php if( $cntctfrm_options['cntctfrm_user_email'] == $value ) echo "selected=\"selected\" "; ?>><?php echo $value; ?></option>
420
  <?php } ?>
421
  </select>
422
+ <span class="cntctfrm_info"><?php _e( "Enter a username of the person who should get the messages from the contact form.", 'contact_form' ); ?></span>
423
  </td>
424
  </tr>
425
  <tr valign="top">
426
+ <th scope="row" style="width:195px;"><?php _e( "Use this email address:", 'contact_form' ); ?> </th>
427
  <td colspan="2">
428
  <input type="radio" id="cntctfrm_select_email_custom" name="cntctfrm_select_email" value="custom" <?php if($cntctfrm_options['cntctfrm_select_email'] == 'custom') echo "checked=\"checked\" "; ?>/> <input type="text" name="cntctfrm_custom_email" value="<?php echo $cntctfrm_options['cntctfrm_custom_email']; ?>" onfocus="document.getElementById('cntctfrm_select_email_custom').checked = true;" />
429
+ <span class="cntctfrm_info"><?php _e( "Enter the email address you want the messages forwarded to.", 'contact_form' ); ?></span>
430
  </td>
431
  </tr>
432
  <tr valign="top">
435
  <tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
436
  <th scope="row" style="width:195px;"><?php _e( "Display Attachment block", 'contact_form' ); ?></th>
437
  <td colspan="2">
438
+ <input type="checkbox" id="cntctfrm_attachment" name="cntctfrm_attachment" value="1" <?php if($cntctfrm_options['cntctfrm_attachment'] == '1') echo "checked=\"checked\" "; ?>/> <span class="cntctfrm_info"><?php echo __( "Users can attach the following file formats", 'contact_form' ) . ": html, txt, css, gif, png, jpeg, jpg, tiff, bmp, ai, eps, ps, rtf, pdf, doc, docx, xls, zip, rar, wav, mp3, ppt"; ?></span>
439
  </td>
440
  </tr>
441
  <tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
442
+ <th scope="row" style="width:195px;"><?php _e( "Display Attachment tips", 'contact_form' ); ?></th>
443
  <td colspan="2">
444
+ <input type="checkbox" id="cntctfrm_attachment_explanations" name="cntctfrm_attachment_explanations" value="1" <?php if( $cntctfrm_options['cntctfrm_attachment_explanations'] == '1' && $cntctfrm_options['cntctfrm_attachment'] == '1' ) echo "checked=\"checked\" "; ?>/> <span class="cntctfrm_info"><?php echo __( "Display tips below the Attachment block", 'contact_form' ); ?></span>
445
  </td>
446
  </tr>
447
  <tr valign="top" class="cntctfrm_additions_block <?php if( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
451
  </td>
452
  </tr>
453
  <tr class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
454
+ <th rowspan="2"><?php _e( 'What to use?', 'contact_form' ); ?></th>
455
  <td colspan="2">
456
  <input type='radio' name='cntctfrm_mail_method' value='wp-mail' <?php if( $cntctfrm_options['cntctfrm_mail_method'] == 'wp-mail' ) echo "checked=\"checked\" "; ?>/>
457
  <?php _e( 'Wp-mail', 'mail-send' ); ?>
458
+ <span class="cntctfrm_info">(<?php _e( 'You can use the wp_mail function for mailing', 'mail_send' ); ?>)</span>
459
  </td>
460
  </tr>
461
  <tr class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
466
  </td>
467
  </tr>
468
  <tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
469
+ <th scope="row" style="width:195px;"><?php _e( "Change text of the 'FROM' field", 'contact_form' ); ?></th>
470
  <td colspan="2">
471
  <input type="text" style="width:200px;" name="cntctfrm_from_field" value="<?php echo stripslashes( $cntctfrm_options['cntctfrm_from_field'] ); ?>" /><br />
472
  </td>
473
  </tr>
474
  <tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
475
+ <th scope="row" style="width:195px;"><?php _e( "Enter the email address in the 'From' field", 'contact_form' ); ?></th>
476
  <td colspan="2">
477
+ <input type="radio" id="cntctfrm_from_email" name="cntctfrm_from_email" value="user" <?php if( $cntctfrm_options['cntctfrm_from_email'] == 'user' ) echo "checked=\"checked\" "; ?>/> User email <span class="cntctfrm_info">(<?php _e( "The email address of the user who fills the form is going to be used in the field 'From'.", 'contact_form' ); ?>)</span><br />
478
  <input type="radio" id="cntctfrm_from_custom_email" name="cntctfrm_from_email" value="custom" <?php if($cntctfrm_options['cntctfrm_from_email'] == 'custom') echo "checked=\"checked\" "; ?>/> <input type="text" name="cntctfrm_custom_from_email" value="<?php echo $cntctfrm_options['cntctfrm_custom_from_email']; ?>" onfocus="document.getElementById('cntctfrm_from_custom_email').checked = true;" />
479
+ <span class="cntctfrm_info">(<?php _e( "This email address will be used in the 'From' field.", 'contact_form' ); ?>)</span>
480
  </td>
481
  </tr>
482
  <tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
486
  </td>
487
  </tr>
488
  <tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
489
+ <th scope="row" style="width:195px;"><?php _e( "Required fields", 'contact_form' ); ?></th>
490
  <td colspan="2">
491
  <input type="checkbox" id="cntctfrm_required_name_field" name="cntctfrm_required_name_field" value="1" <?php if($cntctfrm_options['cntctfrm_required_name_field'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Name", 'contact_form' ); ?><br />
492
  <input type="checkbox" id="cntctfrm_required_email_field" name="cntctfrm_required_email_field" value="1" <?php if($cntctfrm_options['cntctfrm_required_email_field'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "E-Mail Address", 'contact_form' ); ?><br />
503
  <td class="cntctfrm_display_add_info_block <?php if( $cntctfrm_options['cntctfrm_display_add_info'] == '0' ) echo "cntctfrm_hidden"; ?>">
504
  <input type="checkbox" id="cntctfrm_display_sent_from" name="cntctfrm_display_sent_from" value="1" <?php if($cntctfrm_options['cntctfrm_display_sent_from'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Sent from (ip address)", 'contact_form' ); ?><br />
505
  <input type="checkbox" id="cntctfrm_display_date_time" name="cntctfrm_display_date_time" value="1" <?php if($cntctfrm_options['cntctfrm_display_date_time'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Date/Time", 'contact_form' ); ?><br />
506
+ <input type="checkbox" id="cntctfrm_display_coming_from" name="cntctfrm_display_coming_from" value="1" <?php if($cntctfrm_options['cntctfrm_display_coming_from'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Sent from (referer)", 'contact_form' ); ?><br />
507
  <input type="checkbox" id="cntctfrm_display_user_agent" name="cntctfrm_display_user_agent" value="1" <?php if($cntctfrm_options['cntctfrm_display_user_agent'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Using (user agent)", 'contact_form' ); ?><br />
508
  </td>
509
  </tr>
510
  <tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
511
+ <th scope="row" style="width:195px;"><?php _e( "Language settings for the field names in the form", 'contact_form' ); ?></th>
512
  <td colspan="2">
513
  <select name="cntctfrm_languages" id="cntctfrm_languages" style="width:300px;">
514
  <?php foreach ( $lang_codes as $key=>$val ) {
521
  </td>
522
  </tr>
523
  <tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
524
+ <th scope="row" style="width:195px;"><?php _e( "Change the names of the contact form fields and error messages", 'contact_form' ); ?></th>
525
  <td style="width:15px;">
526
  <input type="checkbox" id="cntctfrm_change_label" name="cntctfrm_change_label" value="1" <?php if($cntctfrm_options['cntctfrm_change_label'] == '1') echo "checked=\"checked\" "; ?>/>
527
  </td>
535
  <div class="clear"></div>
536
  <div class="cntctfrm_language_tab cntctfrm_tab_en">
537
  <input type="text" name="cntctfrm_name_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_name_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Name:", 'contact_form' ); ?></span><br />
538
+ <input type="text" name="cntctfrm_email_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_email_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Email Address:", 'contact_form' ); ?></span><br />
539
+ <input type="text" name="cntctfrm_phone_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_phone_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Phone number:", 'contact_form' ); ?></span><br />
540
  <input type="text" name="cntctfrm_subject_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_subject_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Subject:", 'contact_form' ); ?></span><br />
541
  <input type="text" name="cntctfrm_message_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_message_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Message:", 'contact_form' ); ?></span><br />
542
  <input type="text" name="cntctfrm_attachment_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Attachment:", 'contact_form' ); ?></span><br />
543
  <input type="text" name="cntctfrm_submit_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_submit_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Submit", 'contact_form' ); ?></span><br />
544
+ <input type="text" name="cntctfrm_name_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_name_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Name field", 'contact_form' ); ?></span><br />
545
+ <input type="text" name="cntctfrm_email_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_email_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Email field", 'contact_form' ); ?></span><br />
546
+ <input type="text" name="cntctfrm_phone_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_phone_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Phone field", 'contact_form' ); ?></span><br />
547
+ <input type="text" name="cntctfrm_subject_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_subject_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Subject field", 'contact_form' ); ?></span><br />
548
+ <input type="text" name="cntctfrm_message_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_message_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Message field", 'contact_form' ); ?></span><br />
549
+ <input type="text" name="cntctfrm_attachment_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Attachment field", 'contact_form' ); ?></span><br />
550
+ <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 />
551
+ <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 />
552
  <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>
553
  </div>
554
  <?php if( ! empty( $cntctfrm_options['cntctfrm_language'] ) ){
555
  foreach( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
556
  <div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>">
557
  <input type="text" name="cntctfrm_name_label[<?php echo $val; ?>]" value="<?php if( isset( $cntctfrm_options['cntctfrm_name_label'][$val] ) ) echo $cntctfrm_options['cntctfrm_name_label'][$val]; ?>" /> <span class="cntctfrm_info"><?php _e( "Name:", 'contact_form' ); ?></span><br />
558
+ <input type="text" name="cntctfrm_email_label[<?php echo $val; ?>]" value="<?php if( isset( $cntctfrm_options['cntctfrm_email_label'][$val] ) ) echo $cntctfrm_options['cntctfrm_email_label'][$val]; ?>" /> <span class="cntctfrm_info"><?php _e( "Email Address:", 'contact_form' ); ?></span><br />
559
+ <input type="text" name="cntctfrm_phone_label[<?php echo $val; ?>]" value="<?php if( isset( $cntctfrm_options['cntctfrm_phone_label'][$val] ) ) echo $cntctfrm_options['cntctfrm_phone_label'][$val]; ?>" /> <span class="cntctfrm_info"><?php _e( "Phone number:", 'contact_form' ); ?></span><br />
560
  <input type="text" name="cntctfrm_subject_label[<?php echo $val; ?>]" value="<?php if( isset( $cntctfrm_options['cntctfrm_subject_label'][$val] ) ) echo $cntctfrm_options['cntctfrm_subject_label'][$val]; ?>" /> <span class="cntctfrm_info"><?php _e( "Subject:", 'contact_form' ); ?></span><br />
561
  <input type="text" name="cntctfrm_message_label[<?php echo $val; ?>]" value="<?php if( isset( $cntctfrm_options['cntctfrm_message_label'][$val] ) ) echo $cntctfrm_options['cntctfrm_message_label'][$val]; ?>" /> <span class="cntctfrm_info"><?php _e( "Message:", 'contact_form' ); ?></span><br />
562
  <input type="text" name="cntctfrm_attachment_label[<?php echo $val; ?>]" value="<?php if( isset( $cntctfrm_options['cntctfrm_attachment_label'][$val] ) ) echo $cntctfrm_options['cntctfrm_attachment_label'][$val]; ?>" /> <span class="cntctfrm_info"><?php _e( "Attachment:", 'contact_form' ); ?></span><br />
563
  <input type="text" name="cntctfrm_submit_label[<?php echo $val; ?>]" value="<?php if( isset( $cntctfrm_options['cntctfrm_submit_label'][$val] ) ) echo $cntctfrm_options['cntctfrm_submit_label'][$val]; ?>" /> <span class="cntctfrm_info"><?php _e( "Submit", 'contact_form' ); ?></span><br />
564
+ <input type="text" name="cntctfrm_name_error[<?php echo $val; ?>]" value="<?php if( isset( $cntctfrm_options['cntctfrm_name_error'][$val] ) ) echo $cntctfrm_options['cntctfrm_name_error'][$val]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Name field", 'contact_form' ); ?></span><br />
565
+ <input type="text" name="cntctfrm_email_error[<?php echo $val; ?>]" value="<?php if( isset( $cntctfrm_options['cntctfrm_email_error'][$val] ) ) echo $cntctfrm_options['cntctfrm_email_error'][$val]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Email field", 'contact_form' ); ?></span><br />
566
+ <input type="text" name="cntctfrm_phone_error[<?php echo $val; ?>]" value="<?php if( isset( $cntctfrm_options['cntctfrm_phone_error'][$val] ) ) echo $cntctfrm_options['cntctfrm_phone_error'][$val]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Phone field", 'contact_form' ); ?></span><br />
567
+ <input type="text" name="cntctfrm_subject_error[<?php echo $val; ?>]" value="<?php if( isset( $cntctfrm_options['cntctfrm_subject_error'][$val] ) ) echo $cntctfrm_options['cntctfrm_subject_error'][$val]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Subject field", 'contact_form' ); ?></span><br />
568
+ <input type="text" name="cntctfrm_message_error[<?php echo $val; ?>]" value="<?php if( isset( $cntctfrm_options['cntctfrm_message_error'][$val] ) ) echo $cntctfrm_options['cntctfrm_message_error'][$val]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Message field", 'contact_form' ); ?></span><br />
569
+ <input type="text" name="cntctfrm_attachment_error[<?php echo $val; ?>]" value="<?php if( isset( $cntctfrm_options['cntctfrm_attachment_error'][$val] ) ) echo $cntctfrm_options['cntctfrm_attachment_error'][$val]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Attachment field", 'contact_form' ); ?></span><br />
570
+ <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 />
571
+ <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 />
572
  <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [contact_form lang=".$val."] "; _e( "for this language", 'contact_form' ); ?></span>
573
  </div>
574
  <?php }
576
  </td>
577
  </tr>
578
  <tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
579
+ <th scope="row" style="width:195px;"><?php _e( "Action after email is sent", 'contact_form' ); ?></th>
580
  <td colspan="2" class="cntctfrm_action_after_send_block">
581
  <input type="radio" id="cntctfrm_action_after_send" name="cntctfrm_action_after_send" value="1" <?php if($cntctfrm_options['cntctfrm_action_after_send'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Display text", 'contact_form' ); ?><br />
582
  <div class="cntctfrm_label_language_tab cntctfrm_active" id="cntctfrm_text_en"><?php _e('English', 'contact_form'); ?></div>
600
  } ?>
601
  <div id="cntctfrm_before"></div>
602
  <br />
603
+ <input type="radio" id="cntctfrm_action_after_send" name="cntctfrm_action_after_send" value="0" <?php if($cntctfrm_options['cntctfrm_action_after_send'] == '0') echo "checked=\"checked\" "; ?>/> <?php _e( "Redirect to the page", 'contact_form' ); ?><br />
604
  <input type="text" name="cntctfrm_redirect_url" value="<?php echo $cntctfrm_options['cntctfrm_redirect_url']; ?>" /> <span class="cntctfrm_info"><?php _e( "Url", 'contact_form' ); ?></span><br />
605
  </td>
606
  </table>
645
  else if( false === $cntctfrm_result )
646
  {
647
  // If email not be delivered
648
+ $error_message['error_form'] = __( "Sorry, email message could not be delivered.", 'contact_form' );
649
  }
650
  if( true !== $cntctfrm_result) {
651
  $_SESSION['cntctfrm_send_mail'] = false;
715
  $content .= '<div style="text-align: left;">
716
  <input type="file" name="cntctfrm_contact_attachment" id="cntctfrm_contact_attachment"'.(isset( $error_message['error_attachment'] ) ? "class='error'": "").' />';
717
  if( $cntctfrm_options['cntctfrm_attachment_explanations'] == 1 ){
718
+ $content .= '<label style="font-size:10px;"><br />'. __( "You can attach the following file formats", 'contact_form' ) . ': html, txt, css, gif, png, jpeg, jpg, tiff, bmp, ai, eps, ps, rtf, pdf, doc, docx, xls, zip, rar, wav, mp3, ppt</label>';
719
  }
720
  $content .= '
721
  </div>';
934
  }
935
  if( $cntctfrm_options['cntctfrm_display_coming_from'] == 1) {
936
  $user_info_string .= '<tr>
937
+ <td>'.__('Sent from (referer)', 'contact_form').':</td><td>'.$form_action_url.'</td>
938
  </tr>';
939
  }
940
  if( $cntctfrm_options['cntctfrm_display_user_agent'] == 1) {
1020
  $headers .= "MIME-Version: 1.0\n".
1021
  "Content-Type: multipart/mixed; boundary=\"$bound_text\"";
1022
 
1023
+ $message = __( "If you can see this MIME, it means that the MIME type is not supported by your email client!", "contact_form" ) . "\n";
1024
 
1025
  $message .= $bound."\n" . "Content-Type: text/html; charset=\"utf-8\"\n" .
1026
  "Content-Transfer-Encoding: 7bit\n\n" . $message_block . "\n\n";
1120
  function cntctfrm_admin_head() {
1121
  wp_enqueue_style( 'cntctfrmStylesheet', plugins_url( 'css/style.css', __FILE__ ) );
1122
  wp_enqueue_script( 'cntctfrmScript', plugins_url( 'js/script.js', __FILE__ ) );
1123
+ echo '<script type="text/javascript">var confirm_text = "'.__('Are you sure that you want to delete this language data?', 'contact_form').'"</script>';
1124
  }
1125
  }
1126
 
languages/contact_form-ar.mo CHANGED
Binary file
languages/contact_form-ar.po CHANGED
@@ -2,437 +2,460 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-12-19 13:30+0200\n"
6
- "PO-Revision-Date: 2012-12-19 13:30+0200\n"
7
- "Last-Translator: BWS <zos@bestwebsoft.com>\n"
8
- "Language-Team: Hammad Alshammari (ABU HATIM) www.abuhatim.net <al3zz."
9
- "com@gmail.com>\n"
10
- "Language: ar_SA\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
 
14
  "X-Poedit-KeywordsList: __;_e\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "X-Poedit-SourceCharset: utf-8\n"
17
  "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: contact_form.php:76
21
  msgid "Activated plugins"
22
  msgstr "تفعيل الإضافات"
23
 
24
- #: contact_form.php:78 contact_form.php:86 contact_form.php:94
 
 
25
  msgid "Read more"
26
  msgstr "اقرأ المزيد"
27
 
28
- #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
 
 
29
  msgid "Settings"
30
  msgstr "إعدادات"
31
 
32
- #: contact_form.php:84
33
  msgid "Installed plugins"
34
  msgstr "تثبيت الإضافات"
35
 
36
- #: contact_form.php:92
37
  msgid "Recommended plugins"
38
  msgstr "اضافات موصى بها"
39
 
40
- #: contact_form.php:94
41
  msgid "Download"
42
  msgstr "تحميل"
43
 
44
- #: contact_form.php:94
45
  #, php-format
46
  msgid "Install %s"
47
  msgstr "تنصيب %s"
48
 
49
- #: contact_form.php:94
50
  msgid "Install now from wordpress.org"
51
  msgstr "تثبيت من wordpress.org"
52
 
53
- #: contact_form.php:96
54
- msgid ""
55
- "If you have any questions, please contact us via plugin@bestwebsoft.com or "
56
- "fill in our contact form on our site"
57
- msgstr ""
58
- "إذا كان لديك أي أسئلة، يرجى الاتصال بنا عبر plugin@bestwebsoft.com أو ملء "
59
- "استمارة الاتصال على موقعنا"
60
 
61
- #: contact_form.php:108 contact_form.php:401
 
62
  msgid "Contact Form Options"
63
  msgstr "خيارات نموذج اتصل بنا"
64
 
65
- #: contact_form.php:108
66
  msgid "Contact Form"
67
  msgstr "نموذج الاتصال"
68
 
69
- #: contact_form.php:145 contact_form.php:535 contact_form.php:555
 
 
70
  msgid "Name:"
71
  msgstr "الأسم:"
72
 
73
- #: contact_form.php:146 contact_form.php:536 contact_form.php:556
74
- msgid "E-Mail Address:"
 
 
75
  msgstr "البريد الالكتروني:"
76
 
77
- #: contact_form.php:147 contact_form.php:537 contact_form.php:557
78
- msgid "Phone:"
 
 
79
  msgstr ""
80
 
81
- #: contact_form.php:148 contact_form.php:538 contact_form.php:558
 
 
82
  msgid "Subject:"
83
  msgstr "موضوع الرسالة:"
84
 
85
- #: contact_form.php:149 contact_form.php:539 contact_form.php:559
 
 
86
  msgid "Message:"
87
  msgstr "الرسالة:"
88
 
89
- #: contact_form.php:150 contact_form.php:540 contact_form.php:560
 
 
90
  msgid "Attachment:"
91
  msgstr "المرفقات:"
92
 
93
- #: contact_form.php:151 contact_form.php:541 contact_form.php:561
 
 
94
  msgid "Submit"
95
  msgstr "تقدم"
96
 
97
- #: contact_form.php:152
98
  msgid "Your name is required."
99
  msgstr "مطلوب اسمك."
100
 
101
- #: contact_form.php:153
102
  msgid "A proper e-mail address is required."
103
  msgstr "مطلوب بريد الكتروني صحيح."
104
 
105
- #: contact_form.php:154
106
- msgid "Subject text is required."
107
  msgstr "مطلوب نص الموضوع."
108
 
109
- #: contact_form.php:155
110
  msgid "Message text is required."
111
  msgstr "مطلوب نص الرسالة."
112
 
113
- #: contact_form.php:156
114
  #, fuzzy
115
- msgid "Phone is required field."
116
  msgstr "مطلوب اسمك."
117
 
118
- #: contact_form.php:157
119
- msgid "Attachment is broken."
120
  msgstr "المرفق تعطل."
121
 
122
- #: contact_form.php:158
123
- msgid "Please complete the CAPTCHA."
124
  msgstr "يرجى استكمال رمز التحقق."
125
 
126
- #: contact_form.php:159
127
  msgid "Please make corrections below and try again."
128
  msgstr "يرجى إجراء التصحيحات أدناه وحاول مرة أخرى."
129
 
130
- #: contact_form.php:161
131
  msgid "Thank you for contacting us."
132
  msgstr "أشكركم على الاتصال بنا. سيتم الرد عليكم في أقرب فرصة."
133
 
134
- #: contact_form.php:356
135
- msgid ""
136
- "If the option 'Redirect to page' is selected then url field should be "
137
- "fillied in the following format"
138
  msgstr ""
139
 
140
- #: contact_form.php:365
141
- msgid "Such user is not exist. Settings are not saved."
142
  msgstr "هذا المستخدم لا وجود له. لم يتم حفظ الإعدادات."
143
 
144
- #: contact_form.php:370
145
- msgid "Please input correct email. Settings are not saved."
146
  msgstr "الرجاء إدخال بريد الكتروني صحيح. الاعدادات لم تُحفظ."
147
 
148
- #: contact_form.php:376
149
  #, fuzzy
150
- msgid "Please input correct 'FROM' email. Settings are not saved."
151
  msgstr "الرجاء إدخال بريد الكتروني صحيح. الاعدادات لم تُحفظ."
152
 
153
- #: contact_form.php:381
154
  msgid "Options saved."
155
  msgstr "الخيارات حُفظت."
156
 
157
- #: contact_form.php:406
158
- msgid ""
159
- "If you would like to add a Contact Form to your website, just copy and put "
160
- "this shortcode onto your post or page or widget:"
161
- msgstr ""
162
- "إذا كنت ترغب في إضافة نموذج الاتصال إلى موقع الويب الخاص بك، قم بنسخ ولصق "
163
- "هذا الرمز القصير:"
164
 
165
- #: contact_form.php:407
166
- msgid ""
167
- "If information in the below fields are empty then the message will be send "
168
- "to an address which was specified during registration."
169
- msgstr ""
170
- "إذا كانت المعلومات في الحقول أدناه فارغة سيتم إرسال الرسالة إلى عنوان الذي "
171
- "تم تحديده أثناء التسجيل."
172
 
173
- #: contact_form.php:411
174
- msgid "Use email of wordpress user:"
175
  msgstr "أستخدم بريد العضو في وورد بريس:"
176
 
177
- #: contact_form.php:415
178
- msgid "Select user name"
179
  msgstr "اختر اسم المستخدم"
180
 
181
- #: contact_form.php:420
182
- msgid "Set a name of user who will get messages from a contact form."
183
  msgstr "تعيين اسم المستخدم من الذين سيحصلون على رسائل من شكل من أشكال الاتصال."
184
 
185
- #: contact_form.php:424
186
- msgid "Use this email:"
187
  msgstr "استخدام هذا البريد الالكتروني:"
188
 
189
- #: contact_form.php:427
190
- msgid "Set an email address which will be used for messages receiving."
191
  msgstr "تعيين عنوان البريد الإلكتروني التي سيتم استخدامها لاستقبال الرسائل."
192
 
193
- #: contact_form.php:431
194
  msgid "Additional options"
195
  msgstr "خيارات إضافية"
196
 
197
- #: contact_form.php:434
198
  msgid "Display Attachment block"
199
  msgstr "عرض حقل المرفقات"
200
 
201
- #: contact_form.php:436
202
- msgid "Users can attach files of the following types"
203
  msgstr "يمكن للمستخدمين إرفاق الملفات من الأنواع التالية"
204
 
205
- #: contact_form.php:440
206
  #, fuzzy
207
- msgid "Display Attachment explanations"
208
  msgstr "عرض حقل المرفقات"
209
 
210
- #: contact_form.php:442
211
  #, fuzzy
212
- msgid "Display explanations after Attachment block"
213
  msgstr "عرض حقل المرفقات"
214
 
215
- #: contact_form.php:446
216
  msgid "Display Send me a copy block"
217
  msgstr "عرض خيار (أرسل لي نسخة)"
218
 
219
- #: contact_form.php:452
220
- msgid "What use?"
221
  msgstr "ماذا تستخدم؟"
222
 
223
- #: contact_form.php:455
224
  msgid "Wp-mail"
225
  msgstr "Wp-mail"
226
 
227
- #: contact_form.php:456
228
- msgid "To send mail you can use the wordpress wp_mail function"
229
  msgstr "لإرسال البريد يمكنك استخدام وظيفة wp_mail"
230
 
231
- #: contact_form.php:462
232
  msgid "Mail"
233
  msgstr "Mail"
234
 
235
- #: contact_form.php:463
236
  msgid "To send mail you can use the php mail function"
237
  msgstr "لإرسال البريد يمكنك استخدام وظيفة البريد PHP"
238
 
239
- #: contact_form.php:467
240
  #, fuzzy
241
- msgid "Change text for 'FROM' field of the email"
242
  msgstr "تغيير من الحقول من نموذج الاتصال"
243
 
244
- #: contact_form.php:473
245
- msgid "Select email for 'FROM' field of the email"
246
- msgstr ""
247
-
248
  #: contact_form.php:475
249
- msgid ""
250
- "In the field 'From' in the mail it will use email of that user who fills the "
251
- "form."
252
  msgstr ""
253
 
254
  #: contact_form.php:477
255
- msgid "In the field 'From' it will use this email."
 
 
 
 
256
  msgstr ""
257
 
258
- #: contact_form.php:481
259
  msgid "Display phone field"
260
  msgstr ""
261
 
262
- #: contact_form.php:487
263
- msgid "Required field"
264
  msgstr ""
265
 
266
- #: contact_form.php:489 contact_form.php:953
 
267
  msgid "Name"
268
  msgstr "الأسم"
269
 
270
- #: contact_form.php:490
271
  #, fuzzy
272
  msgid "E-Mail Address"
273
  msgstr "البريد الالكتروني:"
274
 
275
- #: contact_form.php:491 contact_form.php:961
 
276
  msgid "Phone"
277
  msgstr ""
278
 
279
- #: contact_form.php:492 contact_form.php:964
 
280
  msgid "Subject"
281
  msgstr "موضوع الرسالة"
282
 
283
- #: contact_form.php:493 contact_form.php:967
 
284
  msgid "Message"
285
  msgstr "الرسالة"
286
 
287
- #: contact_form.php:497
288
  msgid "Display additional info in email"
289
  msgstr "عرض معلومات اضافية في البريد الالكتروني"
290
 
291
- #: contact_form.php:502 contact_form.php:925
 
292
  msgid "Sent from (ip address)"
293
  msgstr "ارسلت من (عنوان IP)"
294
 
295
- #: contact_form.php:503 contact_form.php:930
 
296
  msgid "Date/Time"
297
  msgstr "الوقت/التاريخ"
298
 
299
- #: contact_form.php:504 contact_form.php:935
300
- msgid "Coming from (referer)"
301
- msgstr "Coming from (referer)"
 
302
 
303
- #: contact_form.php:505 contact_form.php:940
 
304
  msgid "Using (user agent)"
305
  msgstr "باستخدام (وكيل المستخدم)"
306
 
307
- #: contact_form.php:509
308
- msgid "Language settings for label fields"
309
  msgstr ""
310
 
311
- #: contact_form.php:518
312
  msgid "Add language"
313
  msgstr ""
314
 
315
- #: contact_form.php:522
316
  #, fuzzy
317
- msgid "Change label for fields of the contact form and error messages"
318
  msgstr "تغيير تسمية حقول نموذج الاتصال"
319
 
320
- #: contact_form.php:527 contact_form.php:580
 
321
  msgid "English"
322
  msgstr ""
323
 
324
- #: contact_form.php:542 contact_form.php:562
325
- msgid "Error message for name field"
 
326
  msgstr ""
327
 
328
- #: contact_form.php:543 contact_form.php:563
329
- msgid "Error message for email field"
 
330
  msgstr ""
331
 
332
- #: contact_form.php:544 contact_form.php:564
333
- msgid "Error message for phone field"
 
334
  msgstr ""
335
 
336
- #: contact_form.php:545 contact_form.php:565
337
- msgid "Error message for subject field"
 
338
  msgstr ""
339
 
340
- #: contact_form.php:546 contact_form.php:566
341
- msgid "Error message for message field"
 
342
  msgstr ""
343
 
344
- #: contact_form.php:547 contact_form.php:567
345
- msgid "Error message for attachment field"
 
346
  msgstr ""
347
 
348
- #: contact_form.php:548 contact_form.php:568
349
- msgid "Error message for captcha"
 
350
  msgstr ""
351
 
352
- #: contact_form.php:549 contact_form.php:569
353
- msgid "Error message for all form"
 
354
  msgstr ""
355
 
356
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
357
- #: contact_form.php:595
 
 
358
  msgid "Use shortcode"
359
  msgstr ""
360
 
361
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
362
- #: contact_form.php:595
 
 
363
  msgid "for this language"
364
  msgstr ""
365
 
366
- #: contact_form.php:577
367
- msgid "Action after the send mail"
368
  msgstr ""
369
 
370
- #: contact_form.php:579
371
  #, fuzzy
372
  msgid "Display text"
373
  msgstr "عرض حقل المرفقات"
374
 
375
- #: contact_form.php:588 contact_form.php:594
 
376
  msgid "Text"
377
  msgstr ""
378
 
379
- #: contact_form.php:601
380
- msgid "Redirect to page"
381
  msgstr ""
382
 
383
- #: contact_form.php:602
384
  msgid "Url"
385
  msgstr ""
386
 
387
- #: contact_form.php:607
388
  msgid "Save Changes"
389
  msgstr "حفظ التغييرات"
390
 
391
- #: contact_form.php:646
392
- msgid "Sorry, your e-mail could not be delivered."
393
  msgstr "عذراً, لم نستطيع تسليم رسالتك."
394
 
395
- #: contact_form.php:716
396
- msgid "You can attach files of the following types"
397
  msgstr "يمكنك إرفاق الملفات من الأنواع التالية"
398
 
399
- #: contact_form.php:724
400
  msgid "Send me a copy"
401
  msgstr "أرسل لي نسخة"
402
 
403
- #: contact_form.php:948
404
  msgid "Contact from"
405
  msgstr "اتصل من"
406
 
407
- #: contact_form.php:956
408
  msgid "Email"
409
  msgstr "البريد الألكتروني"
410
 
411
- #: contact_form.php:970
412
  msgid "Site"
413
  msgstr "الموقع"
414
 
415
- #: contact_form.php:1021
416
- msgid "If you can see this MIME than your client doesn't accept MIME types!"
417
  msgstr "إذا يمكنك أن ترى هذه MIME من العميل الخاص بك لا يقبل أنواع MIME!"
418
 
419
- #: contact_form.php:1074
420
  msgid "FAQ"
421
  msgstr "أسئلة وأجوبة"
422
 
423
- #: contact_form.php:1075
424
  msgid "Support"
425
  msgstr "دعم"
426
 
427
- #: contact_form.php:1121
428
- msgid "Are you sure you want to delete this language?"
429
  msgstr ""
430
 
431
  #~ msgid "E-Mail Addresse:"
432
  #~ msgstr "Indirizzo e-mail:"
433
-
434
  #~ msgid "Install Now"
435
  #~ msgstr "Installa Ora"
436
-
437
  #~ msgid "BWS Plugins"
438
  #~ msgstr "BWS Plugins"
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-02-07 15:59+0300\n"
6
+ "PO-Revision-Date: 2013-02-07 15:59+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"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "Language: ar_SA\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:78
20
  msgid "Activated plugins"
21
  msgstr "تفعيل الإضافات"
22
 
23
+ #: contact_form.php:80
24
+ #: contact_form.php:88
25
+ #: contact_form.php:96
26
  msgid "Read more"
27
  msgstr "اقرأ المزيد"
28
 
29
+ #: contact_form.php:80
30
+ #: contact_form.php:1066
31
+ #: contact_form.php:1075
32
  msgid "Settings"
33
  msgstr "إعدادات"
34
 
35
+ #: contact_form.php:86
36
  msgid "Installed plugins"
37
  msgstr "تثبيت الإضافات"
38
 
39
+ #: contact_form.php:94
40
  msgid "Recommended plugins"
41
  msgstr "اضافات موصى بها"
42
 
43
+ #: contact_form.php:96
44
  msgid "Download"
45
  msgstr "تحميل"
46
 
47
+ #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "تنصيب %s"
51
 
52
+ #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "تثبيت من wordpress.org"
55
 
56
+ #: contact_form.php:98
57
+ msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
58
+ msgstr "إذا كان لديك أي أسئلة، يرجى الاتصال بنا عبر plugin@bestwebsoft.com أو ملء استمارة الاتصال على موقعنا"
 
 
 
 
59
 
60
+ #: contact_form.php:110
61
+ #: contact_form.php:403
62
  msgid "Contact Form Options"
63
  msgstr "خيارات نموذج اتصل بنا"
64
 
65
+ #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "نموذج الاتصال"
68
 
69
+ #: contact_form.php:147
70
+ #: contact_form.php:537
71
+ #: contact_form.php:557
72
  msgid "Name:"
73
  msgstr "الأسم:"
74
 
75
+ #: contact_form.php:148
76
+ #: contact_form.php:538
77
+ #: contact_form.php:558
78
+ msgid "Email Address:"
79
  msgstr "البريد الالكتروني:"
80
 
81
+ #: contact_form.php:149
82
+ #: contact_form.php:539
83
+ #: contact_form.php:559
84
+ msgid "Phone number:"
85
  msgstr ""
86
 
87
+ #: contact_form.php:150
88
+ #: contact_form.php:540
89
+ #: contact_form.php:560
90
  msgid "Subject:"
91
  msgstr "موضوع الرسالة:"
92
 
93
+ #: contact_form.php:151
94
+ #: contact_form.php:541
95
+ #: contact_form.php:561
96
  msgid "Message:"
97
  msgstr "الرسالة:"
98
 
99
+ #: contact_form.php:152
100
+ #: contact_form.php:542
101
+ #: contact_form.php:562
102
  msgid "Attachment:"
103
  msgstr "المرفقات:"
104
 
105
+ #: contact_form.php:153
106
+ #: contact_form.php:543
107
+ #: contact_form.php:563
108
  msgid "Submit"
109
  msgstr "تقدم"
110
 
111
+ #: contact_form.php:154
112
  msgid "Your name is required."
113
  msgstr "مطلوب اسمك."
114
 
115
+ #: contact_form.php:155
116
  msgid "A proper e-mail address is required."
117
  msgstr "مطلوب بريد الكتروني صحيح."
118
 
119
+ #: contact_form.php:156
120
+ msgid "Subject is required."
121
  msgstr "مطلوب نص الموضوع."
122
 
123
+ #: contact_form.php:157
124
  msgid "Message text is required."
125
  msgstr "مطلوب نص الرسالة."
126
 
127
+ #: contact_form.php:158
128
  #, fuzzy
129
+ msgid "Phone number is required."
130
  msgstr "مطلوب اسمك."
131
 
132
+ #: contact_form.php:159
133
+ msgid "File format is not valid."
134
  msgstr "المرفق تعطل."
135
 
136
+ #: contact_form.php:160
137
+ msgid "Please fill out the CAPTCHA."
138
  msgstr "يرجى استكمال رمز التحقق."
139
 
140
+ #: contact_form.php:161
141
  msgid "Please make corrections below and try again."
142
  msgstr "يرجى إجراء التصحيحات أدناه وحاول مرة أخرى."
143
 
144
+ #: contact_form.php:163
145
  msgid "Thank you for contacting us."
146
  msgstr "أشكركم على الاتصال بنا. سيتم الرد عليكم في أقرب فرصة."
147
 
148
+ #: contact_form.php:358
149
+ msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
 
 
150
  msgstr ""
151
 
152
+ #: contact_form.php:367
153
+ msgid "Such user does not exist. Settings are not saved."
154
  msgstr "هذا المستخدم لا وجود له. لم يتم حفظ الإعدادات."
155
 
156
+ #: contact_form.php:372
157
+ msgid "Please enter a valid email address. Settings are not saved."
158
  msgstr "الرجاء إدخال بريد الكتروني صحيح. الاعدادات لم تُحفظ."
159
 
160
+ #: contact_form.php:378
161
  #, fuzzy
162
+ msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
163
  msgstr "الرجاء إدخال بريد الكتروني صحيح. الاعدادات لم تُحفظ."
164
 
165
+ #: contact_form.php:383
166
  msgid "Options saved."
167
  msgstr "الخيارات حُفظت."
168
 
169
+ #: contact_form.php:408
170
+ 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:"
171
+ msgstr "إذا كنت ترغب في إضافة نموذج الاتصال إلى موقع الويب الخاص بك، قم بنسخ ولصق هذا الرمز القصير:"
 
 
 
 
172
 
173
+ #: contact_form.php:409
174
+ msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
175
+ msgstr "إذا كانت المعلومات في الحقول أدناه فارغة سيتم إرسال الرسالة إلى عنوان الذي تم تحديده أثناء التسجيل."
 
 
 
 
176
 
177
+ #: contact_form.php:413
178
+ msgid "The user's email address:"
179
  msgstr "أستخدم بريد العضو في وورد بريس:"
180
 
181
+ #: contact_form.php:417
182
+ msgid "Create a username"
183
  msgstr "اختر اسم المستخدم"
184
 
185
+ #: contact_form.php:422
186
+ msgid "Enter a username of the person who should get the messages from the contact form."
187
  msgstr "تعيين اسم المستخدم من الذين سيحصلون على رسائل من شكل من أشكال الاتصال."
188
 
189
+ #: contact_form.php:426
190
+ msgid "Use this email address:"
191
  msgstr "استخدام هذا البريد الالكتروني:"
192
 
193
+ #: contact_form.php:429
194
+ msgid "Enter the email address you want the messages forwarded to."
195
  msgstr "تعيين عنوان البريد الإلكتروني التي سيتم استخدامها لاستقبال الرسائل."
196
 
197
+ #: contact_form.php:433
198
  msgid "Additional options"
199
  msgstr "خيارات إضافية"
200
 
201
+ #: contact_form.php:436
202
  msgid "Display Attachment block"
203
  msgstr "عرض حقل المرفقات"
204
 
205
+ #: contact_form.php:438
206
+ msgid "Users can attach the following file formats"
207
  msgstr "يمكن للمستخدمين إرفاق الملفات من الأنواع التالية"
208
 
209
+ #: contact_form.php:442
210
  #, fuzzy
211
+ msgid "Display Attachment tips"
212
  msgstr "عرض حقل المرفقات"
213
 
214
+ #: contact_form.php:444
215
  #, fuzzy
216
+ msgid "Display tips below the Attachment block"
217
  msgstr "عرض حقل المرفقات"
218
 
219
+ #: contact_form.php:448
220
  msgid "Display Send me a copy block"
221
  msgstr "عرض خيار (أرسل لي نسخة)"
222
 
223
+ #: contact_form.php:454
224
+ msgid "What to use?"
225
  msgstr "ماذا تستخدم؟"
226
 
227
+ #: contact_form.php:457
228
  msgid "Wp-mail"
229
  msgstr "Wp-mail"
230
 
231
+ #: contact_form.php:458
232
+ msgid "You can use the wp_mail function for mailing"
233
  msgstr "لإرسال البريد يمكنك استخدام وظيفة wp_mail"
234
 
235
+ #: contact_form.php:464
236
  msgid "Mail"
237
  msgstr "Mail"
238
 
239
+ #: contact_form.php:465
240
  msgid "To send mail you can use the php mail function"
241
  msgstr "لإرسال البريد يمكنك استخدام وظيفة البريد PHP"
242
 
243
+ #: contact_form.php:469
244
  #, fuzzy
245
+ msgid "Change text of the 'FROM' field"
246
  msgstr "تغيير من الحقول من نموذج الاتصال"
247
 
 
 
 
 
248
  #: contact_form.php:475
249
+ msgid "Enter the email address in the 'From' field"
 
 
250
  msgstr ""
251
 
252
  #: contact_form.php:477
253
+ msgid "The email address of the user who fills the form is going to be used in the field 'From'."
254
+ msgstr ""
255
+
256
+ #: contact_form.php:479
257
+ msgid "This email address will be used in the 'From' field."
258
  msgstr ""
259
 
260
+ #: contact_form.php:483
261
  msgid "Display phone field"
262
  msgstr ""
263
 
264
+ #: contact_form.php:489
265
+ msgid "Required fields"
266
  msgstr ""
267
 
268
+ #: contact_form.php:491
269
+ #: contact_form.php:955
270
  msgid "Name"
271
  msgstr "الأسم"
272
 
273
+ #: contact_form.php:492
274
  #, fuzzy
275
  msgid "E-Mail Address"
276
  msgstr "البريد الالكتروني:"
277
 
278
+ #: contact_form.php:493
279
+ #: contact_form.php:963
280
  msgid "Phone"
281
  msgstr ""
282
 
283
+ #: contact_form.php:494
284
+ #: contact_form.php:966
285
  msgid "Subject"
286
  msgstr "موضوع الرسالة"
287
 
288
+ #: contact_form.php:495
289
+ #: contact_form.php:969
290
  msgid "Message"
291
  msgstr "الرسالة"
292
 
293
+ #: contact_form.php:499
294
  msgid "Display additional info in email"
295
  msgstr "عرض معلومات اضافية في البريد الالكتروني"
296
 
297
+ #: contact_form.php:504
298
+ #: contact_form.php:927
299
  msgid "Sent from (ip address)"
300
  msgstr "ارسلت من (عنوان IP)"
301
 
302
+ #: contact_form.php:505
303
+ #: contact_form.php:932
304
  msgid "Date/Time"
305
  msgstr "الوقت/التاريخ"
306
 
307
+ #: contact_form.php:506
308
+ #: contact_form.php:937
309
+ msgid "Sent from (referer)"
310
+ msgstr "Sent from (referer)"
311
 
312
+ #: contact_form.php:507
313
+ #: contact_form.php:942
314
  msgid "Using (user agent)"
315
  msgstr "باستخدام (وكيل المستخدم)"
316
 
317
+ #: contact_form.php:511
318
+ msgid "Language settings for the field names in the form"
319
  msgstr ""
320
 
321
+ #: contact_form.php:520
322
  msgid "Add language"
323
  msgstr ""
324
 
325
+ #: contact_form.php:524
326
  #, fuzzy
327
+ msgid "Change the names of the contact form fields and error messages"
328
  msgstr "تغيير تسمية حقول نموذج الاتصال"
329
 
330
+ #: contact_form.php:529
331
+ #: contact_form.php:582
332
  msgid "English"
333
  msgstr ""
334
 
335
+ #: contact_form.php:544
336
+ #: contact_form.php:564
337
+ msgid "Error message for the Name field"
338
  msgstr ""
339
 
340
+ #: contact_form.php:545
341
+ #: contact_form.php:565
342
+ msgid "Error message for the Email field"
343
  msgstr ""
344
 
345
+ #: contact_form.php:546
346
+ #: contact_form.php:566
347
+ msgid "Error message for the Phone field"
348
  msgstr ""
349
 
350
+ #: contact_form.php:547
351
+ #: contact_form.php:567
352
+ msgid "Error message for the Subject field"
353
  msgstr ""
354
 
355
+ #: contact_form.php:548
356
+ #: contact_form.php:568
357
+ msgid "Error message for the Message field"
358
  msgstr ""
359
 
360
+ #: contact_form.php:549
361
+ #: contact_form.php:569
362
+ msgid "Error message for the Attachment field"
363
  msgstr ""
364
 
365
+ #: contact_form.php:550
366
+ #: contact_form.php:570
367
+ msgid "Error message for the Captcha field"
368
  msgstr ""
369
 
370
+ #: contact_form.php:551
371
+ #: contact_form.php:571
372
+ msgid "Error message for the whole form"
373
  msgstr ""
374
 
375
+ #: contact_form.php:552
376
+ #: contact_form.php:572
377
+ #: contact_form.php:591
378
+ #: contact_form.php:597
379
  msgid "Use shortcode"
380
  msgstr ""
381
 
382
+ #: contact_form.php:552
383
+ #: contact_form.php:572
384
+ #: contact_form.php:591
385
+ #: contact_form.php:597
386
  msgid "for this language"
387
  msgstr ""
388
 
389
+ #: contact_form.php:579
390
+ msgid "Action after email is sent"
391
  msgstr ""
392
 
393
+ #: contact_form.php:581
394
  #, fuzzy
395
  msgid "Display text"
396
  msgstr "عرض حقل المرفقات"
397
 
398
+ #: contact_form.php:590
399
+ #: contact_form.php:596
400
  msgid "Text"
401
  msgstr ""
402
 
403
+ #: contact_form.php:603
404
+ msgid "Redirect to the page"
405
  msgstr ""
406
 
407
+ #: contact_form.php:604
408
  msgid "Url"
409
  msgstr ""
410
 
411
+ #: contact_form.php:609
412
  msgid "Save Changes"
413
  msgstr "حفظ التغييرات"
414
 
415
+ #: contact_form.php:648
416
+ msgid "Sorry, email message could not be delivered."
417
  msgstr "عذراً, لم نستطيع تسليم رسالتك."
418
 
419
+ #: contact_form.php:718
420
+ msgid "You can attach the following file formats"
421
  msgstr "يمكنك إرفاق الملفات من الأنواع التالية"
422
 
423
+ #: contact_form.php:726
424
  msgid "Send me a copy"
425
  msgstr "أرسل لي نسخة"
426
 
427
+ #: contact_form.php:950
428
  msgid "Contact from"
429
  msgstr "اتصل من"
430
 
431
+ #: contact_form.php:958
432
  msgid "Email"
433
  msgstr "البريد الألكتروني"
434
 
435
+ #: contact_form.php:972
436
  msgid "Site"
437
  msgstr "الموقع"
438
 
439
+ #: contact_form.php:1023
440
+ msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
441
  msgstr "إذا يمكنك أن ترى هذه MIME من العميل الخاص بك لا يقبل أنواع MIME!"
442
 
443
+ #: contact_form.php:1076
444
  msgid "FAQ"
445
  msgstr "أسئلة وأجوبة"
446
 
447
+ #: contact_form.php:1077
448
  msgid "Support"
449
  msgstr "دعم"
450
 
451
+ #: contact_form.php:1123
452
+ msgid "Are you sure that you want to delete this language data?"
453
  msgstr ""
454
 
455
  #~ msgid "E-Mail Addresse:"
456
  #~ msgstr "Indirizzo e-mail:"
 
457
  #~ msgid "Install Now"
458
  #~ msgstr "Installa Ora"
 
459
  #~ msgid "BWS Plugins"
460
  #~ msgstr "BWS Plugins"
461
+
languages/contact_form-bg_BG.mo CHANGED
Binary file
languages/contact_form-bg_BG.po CHANGED
@@ -2,439 +2,458 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-12-19 13:30+0200\n"
6
- "PO-Revision-Date: 2012-12-19 13:30+0200\n"
7
- "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
- "Language: bg_BG\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:76
20
  msgid "Activated plugins"
21
  msgstr "Активиране на приложението"
22
 
23
- #: contact_form.php:78 contact_form.php:86 contact_form.php:94
 
 
24
  msgid "Read more"
25
  msgstr "Прочетете повече"
26
 
27
- #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
 
 
28
  msgid "Settings"
29
  msgstr "Настройки"
30
 
31
- #: contact_form.php:84
32
  msgid "Installed plugins"
33
  msgstr "Инсталиране на приложението"
34
 
35
- #: contact_form.php:92
36
  msgid "Recommended plugins"
37
  msgstr "Препоръчани приложения"
38
 
39
- #: contact_form.php:94
40
  msgid "Download"
41
  msgstr "Изтегляне"
42
 
43
- #: contact_form.php:94
44
  #, php-format
45
  msgid "Install %s"
46
  msgstr "Инсталиране %s"
47
 
48
- #: contact_form.php:94
49
  msgid "Install now from wordpress.org"
50
  msgstr "Инсталирай сега от wordpress.org"
51
 
52
- #: contact_form.php:96
53
- msgid ""
54
- "If you have any questions, please contact us via plugin@bestwebsoft.com or "
55
- "fill in our contact form on our site"
56
- msgstr ""
57
- "Ако имате някакви въпроси, моля свържете с нас чрез plugin@bestwebsoft.com "
58
- "или попълнете нашата форма за контакти на нашия сайт"
59
 
60
- #: contact_form.php:108 contact_form.php:401
 
61
  msgid "Contact Form Options"
62
  msgstr "Настройки на Формата за контакт"
63
 
64
- #: contact_form.php:108
65
  msgid "Contact Form"
66
  msgstr "Форма за контакт"
67
 
68
- #: contact_form.php:145 contact_form.php:535 contact_form.php:555
 
 
69
  msgid "Name:"
70
  msgstr "Име:"
71
 
72
- #: contact_form.php:146 contact_form.php:536 contact_form.php:556
73
- msgid "E-Mail Address:"
 
 
74
  msgstr "E-mail адрес:"
75
 
76
- #: contact_form.php:147 contact_form.php:537 contact_form.php:557
77
- msgid "Phone:"
 
 
78
  msgstr ""
79
 
80
- #: contact_form.php:148 contact_form.php:538 contact_form.php:558
 
 
81
  msgid "Subject:"
82
  msgstr "Тема:"
83
 
84
- #: contact_form.php:149 contact_form.php:539 contact_form.php:559
 
 
85
  msgid "Message:"
86
  msgstr "Съобщение:"
87
 
88
- #: contact_form.php:150 contact_form.php:540 contact_form.php:560
 
 
89
  msgid "Attachment:"
90
  msgstr "Прикачване на файл:"
91
 
92
- #: contact_form.php:151 contact_form.php:541 contact_form.php:561
 
 
93
  msgid "Submit"
94
  msgstr "Изпрати"
95
 
96
- #: contact_form.php:152
97
  msgid "Your name is required."
98
  msgstr "Вашето име е задължително."
99
 
100
- #: contact_form.php:153
101
  msgid "A proper e-mail address is required."
102
  msgstr "Правилният Email адрес е задължителен."
103
 
104
- #: contact_form.php:154
105
- msgid "Subject text is required."
106
  msgstr "Заглавието е задължитено."
107
 
108
- #: contact_form.php:155
109
  msgid "Message text is required."
110
  msgstr "Текстовото съобщение е задължително."
111
 
112
- #: contact_form.php:156
113
  #, fuzzy
114
- msgid "Phone is required field."
115
  msgstr "Вашето име е задължително."
116
 
117
- #: contact_form.php:157
118
- msgid "Attachment is broken."
119
  msgstr "Прикаченият файл не се поддържа"
120
 
121
- #: contact_form.php:158
122
- msgid "Please complete the CAPTCHA."
123
  msgstr "Моля попълнете CAPTCHA."
124
 
125
- #: contact_form.php:159
126
  msgid "Please make corrections below and try again."
127
  msgstr "Моля направете необходимите корекции по-долу и опитайте отново."
128
 
129
- #: contact_form.php:161
130
  msgid "Thank you for contacting us."
131
  msgstr "Благодарим Ви, че се свързахте с нас."
132
 
133
- #: contact_form.php:356
134
- msgid ""
135
- "If the option 'Redirect to page' is selected then url field should be "
136
- "fillied in the following format"
137
  msgstr ""
138
 
139
- #: contact_form.php:365
140
- msgid "Such user is not exist. Settings are not saved."
141
  msgstr "Не са намерени данни за потребителя. Настройките не са запазени"
142
 
143
- #: contact_form.php:370
144
- msgid "Please input correct email. Settings are not saved."
145
  msgstr "Моля, въведете коректен Email. Настройките не са запазени."
146
 
147
- #: contact_form.php:376
148
  #, fuzzy
149
- msgid "Please input correct 'FROM' email. Settings are not saved."
150
  msgstr "Моля, въведете коректен Email. Настройките не са запазени."
151
 
152
- #: contact_form.php:381
153
  msgid "Options saved."
154
  msgstr "Опциите са запазени"
155
 
156
- #: contact_form.php:406
157
- msgid ""
158
- "If you would like to add a Contact Form to your website, just copy and put "
159
- "this shortcode onto your post or page or widget:"
160
- msgstr ""
161
- "Ако искате да добавите формата за контакт на своят сайт копирайте и "
162
- "поставете този код в страницата или публикацията или джаджа:"
163
 
164
- #: contact_form.php:407
165
- msgid ""
166
- "If information in the below fields are empty then the message will be send "
167
- "to an address which was specified during registration."
168
- msgstr ""
169
- "Ако посочените по-долу полета не са попълнени, съобщението ще бъде изпратено "
170
- "на Email адрес, който е определен по време на регистрацията"
171
 
172
- #: contact_form.php:411
173
- msgid "Use email of wordpress user:"
174
  msgstr "Използвайте Email на Wordpress потребител:"
175
 
176
- #: contact_form.php:415
177
- msgid "Select user name"
178
  msgstr "Избиране на потребител"
179
 
180
- #: contact_form.php:420
181
- msgid "Set a name of user who will get messages from a contact form."
182
- msgstr ""
183
- "Задайте името на потребителя, който ще получава съобщенията от формата за "
184
- "контакт."
185
 
186
- #: contact_form.php:424
187
- msgid "Use this email:"
188
  msgstr "Използвайте този Email:"
189
 
190
- #: contact_form.php:427
191
- msgid "Set an email address which will be used for messages receiving."
192
- msgstr ""
193
- "Задаване на Email адрес, който ще се използва за получаване на съобщения."
194
 
195
- #: contact_form.php:431
196
  msgid "Additional options"
197
  msgstr "Допълнителни настройки"
198
 
199
- #: contact_form.php:434
200
  msgid "Display Attachment block"
201
  msgstr "Покажи опция за прикачване на файл"
202
 
203
- #: contact_form.php:436
204
- msgid "Users can attach files of the following types"
205
  msgstr "Потребителите могат да прикачват файлове от следните видове"
206
 
207
- #: contact_form.php:440
208
- msgid "Display Attachment explanations"
209
  msgstr ""
210
 
211
- #: contact_form.php:442
212
- msgid "Display explanations after Attachment block"
213
  msgstr ""
214
 
215
- #: contact_form.php:446
216
  msgid "Display Send me a copy block"
217
  msgstr "Показване на опция за изпращане на копие"
218
 
219
- #: contact_form.php:452
220
- msgid "What use?"
221
  msgstr ""
222
 
223
- #: contact_form.php:455
224
  msgid "Wp-mail"
225
  msgstr "Wp-mail"
226
 
227
- #: contact_form.php:456
228
- msgid "To send mail you can use the wordpress wp_mail function"
229
  msgstr ""
230
 
231
- #: contact_form.php:462
232
  msgid "Mail"
233
  msgstr "Mail"
234
 
235
- #: contact_form.php:463
236
  msgid "To send mail you can use the php mail function"
237
  msgstr ""
238
 
239
- #: contact_form.php:467
240
  #, fuzzy
241
- msgid "Change text for 'FROM' field of the email"
242
  msgstr "Промяна от полета на формата за контакт"
243
 
244
- #: contact_form.php:473
245
- msgid "Select email for 'FROM' field of the email"
246
- msgstr ""
247
-
248
  #: contact_form.php:475
249
- msgid ""
250
- "In the field 'From' in the mail it will use email of that user who fills the "
251
- "form."
252
  msgstr ""
253
 
254
  #: contact_form.php:477
255
- msgid "In the field 'From' it will use this email."
256
  msgstr ""
257
 
258
- #: contact_form.php:481
 
 
 
 
259
  msgid "Display phone field"
260
  msgstr ""
261
 
262
- #: contact_form.php:487
263
- msgid "Required field"
264
  msgstr ""
265
 
266
- #: contact_form.php:489 contact_form.php:953
 
267
  msgid "Name"
268
  msgstr "Име"
269
 
270
- #: contact_form.php:490
271
  #, fuzzy
272
  msgid "E-Mail Address"
273
  msgstr "E-mail адрес:"
274
 
275
- #: contact_form.php:491 contact_form.php:961
 
276
  msgid "Phone"
277
  msgstr ""
278
 
279
- #: contact_form.php:492 contact_form.php:964
 
280
  msgid "Subject"
281
  msgstr "Относно"
282
 
283
- #: contact_form.php:493 contact_form.php:967
 
284
  msgid "Message"
285
  msgstr "Съобщение"
286
 
287
- #: contact_form.php:497
288
  msgid "Display additional info in email"
289
  msgstr ""
290
 
291
- #: contact_form.php:502 contact_form.php:925
 
292
  msgid "Sent from (ip address)"
293
  msgstr "Изпратено от (ip адрес)"
294
 
295
- #: contact_form.php:503 contact_form.php:930
 
296
  msgid "Date/Time"
297
  msgstr "Дата/Час"
298
 
299
- #: contact_form.php:504 contact_form.php:935
300
- msgid "Coming from (referer)"
 
301
  msgstr "Идва от (referer)"
302
 
303
- #: contact_form.php:505 contact_form.php:940
 
304
  msgid "Using (user agent)"
305
  msgstr "Използвайки (user agent)"
306
 
307
- #: contact_form.php:509
308
- msgid "Language settings for label fields"
309
  msgstr ""
310
 
311
- #: contact_form.php:518
312
  msgid "Add language"
313
  msgstr ""
314
 
315
- #: contact_form.php:522
316
  #, fuzzy
317
- msgid "Change label for fields of the contact form and error messages"
318
  msgstr "Промяна на етикетите за полета във формата за контакт"
319
 
320
- #: contact_form.php:527 contact_form.php:580
 
321
  msgid "English"
322
  msgstr ""
323
 
324
- #: contact_form.php:542 contact_form.php:562
325
- msgid "Error message for name field"
 
326
  msgstr ""
327
 
328
- #: contact_form.php:543 contact_form.php:563
329
- msgid "Error message for email field"
 
330
  msgstr ""
331
 
332
- #: contact_form.php:544 contact_form.php:564
333
- msgid "Error message for phone field"
 
334
  msgstr ""
335
 
336
- #: contact_form.php:545 contact_form.php:565
337
- msgid "Error message for subject field"
 
338
  msgstr ""
339
 
340
- #: contact_form.php:546 contact_form.php:566
341
- msgid "Error message for message field"
 
342
  msgstr ""
343
 
344
- #: contact_form.php:547 contact_form.php:567
345
- msgid "Error message for attachment field"
 
346
  msgstr ""
347
 
348
- #: contact_form.php:548 contact_form.php:568
349
- msgid "Error message for captcha"
 
350
  msgstr ""
351
 
352
- #: contact_form.php:549 contact_form.php:569
353
- msgid "Error message for all form"
 
354
  msgstr ""
355
 
356
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
357
- #: contact_form.php:595
 
 
358
  msgid "Use shortcode"
359
  msgstr ""
360
 
361
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
362
- #: contact_form.php:595
 
 
363
  msgid "for this language"
364
  msgstr ""
365
 
366
- #: contact_form.php:577
367
- msgid "Action after the send mail"
368
  msgstr ""
369
 
370
- #: contact_form.php:579
371
  #, fuzzy
372
  msgid "Display text"
373
  msgstr "Покажи опция за прикачване на файл"
374
 
375
- #: contact_form.php:588 contact_form.php:594
 
376
  msgid "Text"
377
  msgstr ""
378
 
379
- #: contact_form.php:601
380
- msgid "Redirect to page"
381
  msgstr ""
382
 
383
- #: contact_form.php:602
384
  msgid "Url"
385
  msgstr ""
386
 
387
- #: contact_form.php:607
388
  msgid "Save Changes"
389
  msgstr "Запис на промените"
390
 
391
- #: contact_form.php:646
392
- msgid "Sorry, your e-mail could not be delivered."
393
  msgstr "Съжаляваме, Вашето съобщение не може да бъде изпратено."
394
 
395
- #: contact_form.php:716
396
- msgid "You can attach files of the following types"
397
  msgstr "Можете да прикачвате файлове от следните типове"
398
 
399
- #: contact_form.php:724
400
  msgid "Send me a copy"
401
  msgstr "Изпрати ми копие"
402
 
403
- #: contact_form.php:948
404
  msgid "Contact from"
405
  msgstr "Форма за контакт"
406
 
407
- #: contact_form.php:956
408
  msgid "Email"
409
  msgstr "Email"
410
 
411
- #: contact_form.php:970
412
  msgid "Site"
413
  msgstr "Сайт"
414
 
415
- #: contact_form.php:1021
416
- msgid "If you can see this MIME than your client doesn't accept MIME types!"
417
- msgstr ""
418
- "Ако видиждате това значи, че вашият MIME клиент за електронна поща не "
419
- "поддържа MIME тип!"
420
 
421
- #: contact_form.php:1074
422
  msgid "FAQ"
423
  msgstr "FAQ"
424
 
425
- #: contact_form.php:1075
426
  msgid "Support"
427
  msgstr "Поддръжка"
428
 
429
- #: contact_form.php:1121
430
- msgid "Are you sure you want to delete this language?"
431
  msgstr ""
432
 
433
  #~ msgid "E-Mail Addresse:"
434
  #~ msgstr "E-mail адрес:"
435
-
436
  #~ msgid "Install Now"
437
  #~ msgstr "Инсталирайте сега"
438
-
439
  #~ msgid "BWS Plugins"
440
  #~ msgstr "Разширение BWS"
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-02-07 15:59+0300\n"
6
+ "PO-Revision-Date: 2013-02-07 15:59+0300\n"
7
+ "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "Language: bg_BG\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:78
20
  msgid "Activated plugins"
21
  msgstr "Активиране на приложението"
22
 
23
+ #: contact_form.php:80
24
+ #: contact_form.php:88
25
+ #: contact_form.php:96
26
  msgid "Read more"
27
  msgstr "Прочетете повече"
28
 
29
+ #: contact_form.php:80
30
+ #: contact_form.php:1066
31
+ #: contact_form.php:1075
32
  msgid "Settings"
33
  msgstr "Настройки"
34
 
35
+ #: contact_form.php:86
36
  msgid "Installed plugins"
37
  msgstr "Инсталиране на приложението"
38
 
39
+ #: contact_form.php:94
40
  msgid "Recommended plugins"
41
  msgstr "Препоръчани приложения"
42
 
43
+ #: contact_form.php:96
44
  msgid "Download"
45
  msgstr "Изтегляне"
46
 
47
+ #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "Инсталиране %s"
51
 
52
+ #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "Инсталирай сега от wordpress.org"
55
 
56
+ #: contact_form.php:98
57
+ msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
58
+ msgstr "Ако имате някакви въпроси, моля свържете с нас чрез plugin@bestwebsoft.com или попълнете нашата форма за контакти на нашия сайт"
 
 
 
 
59
 
60
+ #: contact_form.php:110
61
+ #: contact_form.php:403
62
  msgid "Contact Form Options"
63
  msgstr "Настройки на Формата за контакт"
64
 
65
+ #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "Форма за контакт"
68
 
69
+ #: contact_form.php:147
70
+ #: contact_form.php:537
71
+ #: contact_form.php:557
72
  msgid "Name:"
73
  msgstr "Име:"
74
 
75
+ #: contact_form.php:148
76
+ #: contact_form.php:538
77
+ #: contact_form.php:558
78
+ msgid "Email Address:"
79
  msgstr "E-mail адрес:"
80
 
81
+ #: contact_form.php:149
82
+ #: contact_form.php:539
83
+ #: contact_form.php:559
84
+ msgid "Phone number:"
85
  msgstr ""
86
 
87
+ #: contact_form.php:150
88
+ #: contact_form.php:540
89
+ #: contact_form.php:560
90
  msgid "Subject:"
91
  msgstr "Тема:"
92
 
93
+ #: contact_form.php:151
94
+ #: contact_form.php:541
95
+ #: contact_form.php:561
96
  msgid "Message:"
97
  msgstr "Съобщение:"
98
 
99
+ #: contact_form.php:152
100
+ #: contact_form.php:542
101
+ #: contact_form.php:562
102
  msgid "Attachment:"
103
  msgstr "Прикачване на файл:"
104
 
105
+ #: contact_form.php:153
106
+ #: contact_form.php:543
107
+ #: contact_form.php:563
108
  msgid "Submit"
109
  msgstr "Изпрати"
110
 
111
+ #: contact_form.php:154
112
  msgid "Your name is required."
113
  msgstr "Вашето име е задължително."
114
 
115
+ #: contact_form.php:155
116
  msgid "A proper e-mail address is required."
117
  msgstr "Правилният Email адрес е задължителен."
118
 
119
+ #: contact_form.php:156
120
+ msgid "Subject is required."
121
  msgstr "Заглавието е задължитено."
122
 
123
+ #: contact_form.php:157
124
  msgid "Message text is required."
125
  msgstr "Текстовото съобщение е задължително."
126
 
127
+ #: contact_form.php:158
128
  #, fuzzy
129
+ msgid "Phone number is required."
130
  msgstr "Вашето име е задължително."
131
 
132
+ #: contact_form.php:159
133
+ msgid "File format is not valid."
134
  msgstr "Прикаченият файл не се поддържа"
135
 
136
+ #: contact_form.php:160
137
+ msgid "Please fill out the CAPTCHA."
138
  msgstr "Моля попълнете CAPTCHA."
139
 
140
+ #: contact_form.php:161
141
  msgid "Please make corrections below and try again."
142
  msgstr "Моля направете необходимите корекции по-долу и опитайте отново."
143
 
144
+ #: contact_form.php:163
145
  msgid "Thank you for contacting us."
146
  msgstr "Благодарим Ви, че се свързахте с нас."
147
 
148
+ #: contact_form.php:358
149
+ msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
 
 
150
  msgstr ""
151
 
152
+ #: contact_form.php:367
153
+ msgid "Such user does not exist. Settings are not saved."
154
  msgstr "Не са намерени данни за потребителя. Настройките не са запазени"
155
 
156
+ #: contact_form.php:372
157
+ msgid "Please enter a valid email address. Settings are not saved."
158
  msgstr "Моля, въведете коректен Email. Настройките не са запазени."
159
 
160
+ #: contact_form.php:378
161
  #, fuzzy
162
+ msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
163
  msgstr "Моля, въведете коректен Email. Настройките не са запазени."
164
 
165
+ #: contact_form.php:383
166
  msgid "Options saved."
167
  msgstr "Опциите са запазени"
168
 
169
+ #: contact_form.php:408
170
+ 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:"
171
+ msgstr "Ако искате да добавите формата за контакт на своят сайт копирайте и поставете този код в страницата или публикацията или джаджа:"
 
 
 
 
172
 
173
+ #: contact_form.php:409
174
+ msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
175
+ msgstr "Ако посочените по-долу полета не са попълнени, съобщението ще бъде изпратено на Email адрес, който е определен по време на регистрацията"
 
 
 
 
176
 
177
+ #: contact_form.php:413
178
+ msgid "The user's email address:"
179
  msgstr "Използвайте Email на Wordpress потребител:"
180
 
181
+ #: contact_form.php:417
182
+ msgid "Create a username"
183
  msgstr "Избиране на потребител"
184
 
185
+ #: contact_form.php:422
186
+ msgid "Enter a username of the person who should get the messages from the contact form."
187
+ msgstr "Задайте името на потребителя, който ще получава съобщенията от формата за контакт."
 
 
188
 
189
+ #: contact_form.php:426
190
+ msgid "Use this email address:"
191
  msgstr "Използвайте този Email:"
192
 
193
+ #: contact_form.php:429
194
+ msgid "Enter the email address you want the messages forwarded to."
195
+ msgstr "Задаване на Email адрес, който ще се използва за получаване на съобщения."
 
196
 
197
+ #: contact_form.php:433
198
  msgid "Additional options"
199
  msgstr "Допълнителни настройки"
200
 
201
+ #: contact_form.php:436
202
  msgid "Display Attachment block"
203
  msgstr "Покажи опция за прикачване на файл"
204
 
205
+ #: contact_form.php:438
206
+ msgid "Users can attach the following file formats"
207
  msgstr "Потребителите могат да прикачват файлове от следните видове"
208
 
209
+ #: contact_form.php:442
210
+ msgid "Display Attachment tips"
211
  msgstr ""
212
 
213
+ #: contact_form.php:444
214
+ msgid "Display tips below the Attachment block"
215
  msgstr ""
216
 
217
+ #: contact_form.php:448
218
  msgid "Display Send me a copy block"
219
  msgstr "Показване на опция за изпращане на копие"
220
 
221
+ #: contact_form.php:454
222
+ msgid "What to use?"
223
  msgstr ""
224
 
225
+ #: contact_form.php:457
226
  msgid "Wp-mail"
227
  msgstr "Wp-mail"
228
 
229
+ #: contact_form.php:458
230
+ msgid "You can use the wp_mail function for mailing"
231
  msgstr ""
232
 
233
+ #: contact_form.php:464
234
  msgid "Mail"
235
  msgstr "Mail"
236
 
237
+ #: contact_form.php:465
238
  msgid "To send mail you can use the php mail function"
239
  msgstr ""
240
 
241
+ #: contact_form.php:469
242
  #, fuzzy
243
+ msgid "Change text of the 'FROM' field"
244
  msgstr "Промяна от полета на формата за контакт"
245
 
 
 
 
 
246
  #: contact_form.php:475
247
+ msgid "Enter the email address in the 'From' field"
 
 
248
  msgstr ""
249
 
250
  #: contact_form.php:477
251
+ msgid "The email address of the user who fills the form is going to be used in the field 'From'."
252
  msgstr ""
253
 
254
+ #: contact_form.php:479
255
+ msgid "This email address will be used in the 'From' field."
256
+ msgstr ""
257
+
258
+ #: contact_form.php:483
259
  msgid "Display phone field"
260
  msgstr ""
261
 
262
+ #: contact_form.php:489
263
+ msgid "Required fields"
264
  msgstr ""
265
 
266
+ #: contact_form.php:491
267
+ #: contact_form.php:955
268
  msgid "Name"
269
  msgstr "Име"
270
 
271
+ #: contact_form.php:492
272
  #, fuzzy
273
  msgid "E-Mail Address"
274
  msgstr "E-mail адрес:"
275
 
276
+ #: contact_form.php:493
277
+ #: contact_form.php:963
278
  msgid "Phone"
279
  msgstr ""
280
 
281
+ #: contact_form.php:494
282
+ #: contact_form.php:966
283
  msgid "Subject"
284
  msgstr "Относно"
285
 
286
+ #: contact_form.php:495
287
+ #: contact_form.php:969
288
  msgid "Message"
289
  msgstr "Съобщение"
290
 
291
+ #: contact_form.php:499
292
  msgid "Display additional info in email"
293
  msgstr ""
294
 
295
+ #: contact_form.php:504
296
+ #: contact_form.php:927
297
  msgid "Sent from (ip address)"
298
  msgstr "Изпратено от (ip адрес)"
299
 
300
+ #: contact_form.php:505
301
+ #: contact_form.php:932
302
  msgid "Date/Time"
303
  msgstr "Дата/Час"
304
 
305
+ #: contact_form.php:506
306
+ #: contact_form.php:937
307
+ msgid "Sent from (referer)"
308
  msgstr "Идва от (referer)"
309
 
310
+ #: contact_form.php:507
311
+ #: contact_form.php:942
312
  msgid "Using (user agent)"
313
  msgstr "Използвайки (user agent)"
314
 
315
+ #: contact_form.php:511
316
+ msgid "Language settings for the field names in the form"
317
  msgstr ""
318
 
319
+ #: contact_form.php:520
320
  msgid "Add language"
321
  msgstr ""
322
 
323
+ #: contact_form.php:524
324
  #, fuzzy
325
+ msgid "Change the names of the contact form fields and error messages"
326
  msgstr "Промяна на етикетите за полета във формата за контакт"
327
 
328
+ #: contact_form.php:529
329
+ #: contact_form.php:582
330
  msgid "English"
331
  msgstr ""
332
 
333
+ #: contact_form.php:544
334
+ #: contact_form.php:564
335
+ msgid "Error message for the Name field"
336
  msgstr ""
337
 
338
+ #: contact_form.php:545
339
+ #: contact_form.php:565
340
+ msgid "Error message for the Email field"
341
  msgstr ""
342
 
343
+ #: contact_form.php:546
344
+ #: contact_form.php:566
345
+ msgid "Error message for the Phone field"
346
  msgstr ""
347
 
348
+ #: contact_form.php:547
349
+ #: contact_form.php:567
350
+ msgid "Error message for the Subject field"
351
  msgstr ""
352
 
353
+ #: contact_form.php:548
354
+ #: contact_form.php:568
355
+ msgid "Error message for the Message field"
356
  msgstr ""
357
 
358
+ #: contact_form.php:549
359
+ #: contact_form.php:569
360
+ msgid "Error message for the Attachment field"
361
  msgstr ""
362
 
363
+ #: contact_form.php:550
364
+ #: contact_form.php:570
365
+ msgid "Error message for the Captcha field"
366
  msgstr ""
367
 
368
+ #: contact_form.php:551
369
+ #: contact_form.php:571
370
+ msgid "Error message for the whole form"
371
  msgstr ""
372
 
373
+ #: contact_form.php:552
374
+ #: contact_form.php:572
375
+ #: contact_form.php:591
376
+ #: contact_form.php:597
377
  msgid "Use shortcode"
378
  msgstr ""
379
 
380
+ #: contact_form.php:552
381
+ #: contact_form.php:572
382
+ #: contact_form.php:591
383
+ #: contact_form.php:597
384
  msgid "for this language"
385
  msgstr ""
386
 
387
+ #: contact_form.php:579
388
+ msgid "Action after email is sent"
389
  msgstr ""
390
 
391
+ #: contact_form.php:581
392
  #, fuzzy
393
  msgid "Display text"
394
  msgstr "Покажи опция за прикачване на файл"
395
 
396
+ #: contact_form.php:590
397
+ #: contact_form.php:596
398
  msgid "Text"
399
  msgstr ""
400
 
401
+ #: contact_form.php:603
402
+ msgid "Redirect to the page"
403
  msgstr ""
404
 
405
+ #: contact_form.php:604
406
  msgid "Url"
407
  msgstr ""
408
 
409
+ #: contact_form.php:609
410
  msgid "Save Changes"
411
  msgstr "Запис на промените"
412
 
413
+ #: contact_form.php:648
414
+ msgid "Sorry, email message could not be delivered."
415
  msgstr "Съжаляваме, Вашето съобщение не може да бъде изпратено."
416
 
417
+ #: contact_form.php:718
418
+ msgid "You can attach the following file formats"
419
  msgstr "Можете да прикачвате файлове от следните типове"
420
 
421
+ #: contact_form.php:726
422
  msgid "Send me a copy"
423
  msgstr "Изпрати ми копие"
424
 
425
+ #: contact_form.php:950
426
  msgid "Contact from"
427
  msgstr "Форма за контакт"
428
 
429
+ #: contact_form.php:958
430
  msgid "Email"
431
  msgstr "Email"
432
 
433
+ #: contact_form.php:972
434
  msgid "Site"
435
  msgstr "Сайт"
436
 
437
+ #: contact_form.php:1023
438
+ msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
439
+ msgstr "Ако видиждате това значи, че вашият MIME клиент за електронна поща не поддържа MIME тип!"
 
 
440
 
441
+ #: contact_form.php:1076
442
  msgid "FAQ"
443
  msgstr "FAQ"
444
 
445
+ #: contact_form.php:1077
446
  msgid "Support"
447
  msgstr "Поддръжка"
448
 
449
+ #: contact_form.php:1123
450
+ msgid "Are you sure that you want to delete this language data?"
451
  msgstr ""
452
 
453
  #~ msgid "E-Mail Addresse:"
454
  #~ msgstr "E-mail адрес:"
 
455
  #~ msgid "Install Now"
456
  #~ msgstr "Инсталирайте сега"
 
457
  #~ msgid "BWS Plugins"
458
  #~ msgstr "Разширение BWS"
459
+
languages/contact_form-cs_CZ.mo CHANGED
Binary file
languages/contact_form-cs_CZ.po CHANGED
@@ -2,436 +2,457 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-12-19 13:30+0200\n"
6
- "PO-Revision-Date: 2012-12-19 13:30+0200\n"
7
- "Last-Translator: Petr Zápotocký <petr.zapotocky@centrum.cz>\n"
8
  "Language-Team: Petr Zápotocký <\\tpetr.zapotocky@centrum.cz>\n"
9
- "Language: cs_CZ\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:76
20
  msgid "Activated plugins"
21
  msgstr "Aktivované pluginy"
22
 
23
- #: contact_form.php:78 contact_form.php:86 contact_form.php:94
 
 
24
  msgid "Read more"
25
  msgstr "Čti více"
26
 
27
- #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
 
 
28
  msgid "Settings"
29
  msgstr "Nastavení"
30
 
31
- #: contact_form.php:84
32
  msgid "Installed plugins"
33
  msgstr "Instalované pluginy"
34
 
35
- #: contact_form.php:92
36
  msgid "Recommended plugins"
37
  msgstr "Doporučené pluginy"
38
 
39
- #: contact_form.php:94
40
  msgid "Download"
41
  msgstr "Download"
42
 
43
- #: contact_form.php:94
44
  #, php-format
45
  msgid "Install %s"
46
  msgstr "Instalace %s"
47
 
48
- #: contact_form.php:94
49
  msgid "Install now from wordpress.org"
50
  msgstr "instalace z wordpress.org"
51
 
52
- #: contact_form.php:96
53
- msgid ""
54
- "If you have any questions, please contact us via plugin@bestwebsoft.com or "
55
- "fill in our contact form on our site"
56
- msgstr ""
57
- "Pokud máte dotazy, kontaktujte nás na mail: plugin@bestwebsoft.com nebo přes "
58
- "náš kontaktní formulář"
59
 
60
- #: contact_form.php:108 contact_form.php:401
 
61
  msgid "Contact Form Options"
62
  msgstr "Nastavení kontaktního formuláře"
63
 
64
- #: contact_form.php:108
65
  msgid "Contact Form"
66
  msgstr "Kontaktní formulář"
67
 
68
- #: contact_form.php:145 contact_form.php:535 contact_form.php:555
 
 
69
  msgid "Name:"
70
  msgstr "Jméno:"
71
 
72
- #: contact_form.php:146 contact_form.php:536 contact_form.php:556
73
- msgid "E-Mail Address:"
 
 
74
  msgstr "E-Mail:"
75
 
76
- #: contact_form.php:147 contact_form.php:537 contact_form.php:557
77
- msgid "Phone:"
 
 
78
  msgstr ""
79
 
80
- #: contact_form.php:148 contact_form.php:538 contact_form.php:558
 
 
81
  msgid "Subject:"
82
  msgstr "Předmět:"
83
 
84
- #: contact_form.php:149 contact_form.php:539 contact_form.php:559
 
 
85
  msgid "Message:"
86
  msgstr "Zpráva:"
87
 
88
- #: contact_form.php:150 contact_form.php:540 contact_form.php:560
 
 
89
  msgid "Attachment:"
90
  msgstr "Příloha:"
91
 
92
- #: contact_form.php:151 contact_form.php:541 contact_form.php:561
 
 
93
  msgid "Submit"
94
  msgstr "Zaslat"
95
 
96
- #: contact_form.php:152
97
  msgid "Your name is required."
98
  msgstr "Jméno je požadováno."
99
 
100
- #: contact_form.php:153
101
  msgid "A proper e-mail address is required."
102
  msgstr "E-mail je požadován."
103
 
104
- #: contact_form.php:154
105
- msgid "Subject text is required."
106
  msgstr "Předmět je požadován."
107
 
108
- #: contact_form.php:155
109
  msgid "Message text is required."
110
  msgstr "Zpráva je požadována."
111
 
112
- #: contact_form.php:156
113
  #, fuzzy
114
- msgid "Phone is required field."
115
  msgstr "Jméno je požadováno."
116
 
117
- #: contact_form.php:157
118
- msgid "Attachment is broken."
119
  msgstr "Příloha nelze odeslat."
120
 
121
- #: contact_form.php:158
122
- msgid "Please complete the CAPTCHA."
123
  msgstr "Prosím opište následující text."
124
 
125
- #: contact_form.php:159
126
  msgid "Please make corrections below and try again."
127
  msgstr "Prosím opravte následující chyby a zkuste to znovu."
128
 
129
- #: contact_form.php:161
130
  msgid "Thank you for contacting us."
131
  msgstr "Děkujeme za zprávu."
132
 
133
- #: contact_form.php:356
134
- msgid ""
135
- "If the option 'Redirect to page' is selected then url field should be "
136
- "fillied in the following format"
137
- msgstr ""
138
- "Pokud vyberete \"Přesměrování na stránku\" do políčka url byste měli vložit "
139
- "adresu v tomto formátu"
140
 
141
- #: contact_form.php:365
142
- msgid "Such user is not exist. Settings are not saved."
143
  msgstr "Uživatel neexistuje. Nastavení neuloženo."
144
 
145
- #: contact_form.php:370
146
- msgid "Please input correct email. Settings are not saved."
147
  msgstr "Vložte správný mail. Nastavení neuloženo."
148
 
149
- #: contact_form.php:376
150
  #, fuzzy
151
- msgid "Please input correct 'FROM' email. Settings are not saved."
152
  msgstr "Vložte správný mail. Nastavení neuloženo."
153
 
154
- #: contact_form.php:381
155
  msgid "Options saved."
156
  msgstr "Nastavení uloženo."
157
 
158
- #: contact_form.php:406
159
- msgid ""
160
- "If you would like to add a Contact Form to your website, just copy and put "
161
- "this shortcode onto your post or page or widget:"
162
- msgstr ""
163
- "Pokud chcete vložit kontaktní formulář na stránku, zkopírujte a vložte tento "
164
- "kód do přípsěvku, stránky nebo widgetu:"
165
 
166
- #: contact_form.php:407
167
- msgid ""
168
- "If information in the below fields are empty then the message will be send "
169
- "to an address which was specified during registration."
170
- msgstr ""
171
- "Pokud nebudou informace vyplněny, zprávy budou zasílány na mail, který byl "
172
- "uveden při registraci."
173
 
174
- #: contact_form.php:411
175
- msgid "Use email of wordpress user:"
176
  msgstr "Použít email uživatele wordpressu:"
177
 
178
- #: contact_form.php:415
179
- msgid "Select user name"
180
  msgstr "Vyberte uživatelské jméno"
181
 
182
- #: contact_form.php:420
183
- msgid "Set a name of user who will get messages from a contact form."
184
- msgstr ""
185
- "Nastavte uživatele, který bude dostávat zprávy z kontaktního formuláře."
186
 
187
- #: contact_form.php:424
188
- msgid "Use this email:"
189
  msgstr "Použít tento email:"
190
 
191
- #: contact_form.php:427
192
- msgid "Set an email address which will be used for messages receiving."
193
  msgstr "Nastavit email, který bude použit pro příjem zpráv."
194
 
195
- #: contact_form.php:431
196
  msgid "Additional options"
197
  msgstr "Další nastavení"
198
 
199
- #: contact_form.php:434
200
  msgid "Display Attachment block"
201
  msgstr "Zobrazit možnost přílohy"
202
 
203
- #: contact_form.php:436
204
- msgid "Users can attach files of the following types"
205
  msgstr "Uživatelé mohou vkládat soubory těchto typů"
206
 
207
- #: contact_form.php:440
208
- msgid "Display Attachment explanations"
209
  msgstr "Zobrazit vysvětlivky k příloze."
210
 
211
- #: contact_form.php:442
212
- msgid "Display explanations after Attachment block"
213
  msgstr "Zobrazit vysvětlivky po bloku s přílohou."
214
 
215
- #: contact_form.php:446
216
  msgid "Display Send me a copy block"
217
  msgstr "Zobrazit Zaslat kopii"
218
 
219
- #: contact_form.php:452
220
- msgid "What use?"
221
  msgstr "K čemu?"
222
 
223
- #: contact_form.php:455
224
  msgid "Wp-mail"
225
  msgstr "Wp-mail"
226
 
227
- #: contact_form.php:456
228
- msgid "To send mail you can use the wordpress wp_mail function"
229
  msgstr "Pro zaslání mailu můžete použít wordpress wp_mail funkce"
230
 
231
- #: contact_form.php:462
232
  msgid "Mail"
233
  msgstr "Mail"
234
 
235
- #: contact_form.php:463
236
  msgid "To send mail you can use the php mail function"
237
  msgstr "Pro zaslání mailu můžete použít php mail funkce"
238
 
239
- #: contact_form.php:467
240
  #, fuzzy
241
- msgid "Change text for 'FROM' field of the email"
242
  msgstr "Změnit políčko OD"
243
 
244
- #: contact_form.php:473
245
- msgid "Select email for 'FROM' field of the email"
246
- msgstr ""
247
-
248
  #: contact_form.php:475
249
- msgid ""
250
- "In the field 'From' in the mail it will use email of that user who fills the "
251
- "form."
252
  msgstr ""
253
 
254
  #: contact_form.php:477
255
- msgid "In the field 'From' it will use this email."
 
 
 
 
256
  msgstr ""
257
 
258
- #: contact_form.php:481
259
  msgid "Display phone field"
260
  msgstr ""
261
 
262
- #: contact_form.php:487
263
- msgid "Required field"
264
  msgstr ""
265
 
266
- #: contact_form.php:489 contact_form.php:953
 
267
  msgid "Name"
268
  msgstr "Jméno"
269
 
270
- #: contact_form.php:490
271
  #, fuzzy
272
  msgid "E-Mail Address"
273
  msgstr "E-Mail:"
274
 
275
- #: contact_form.php:491 contact_form.php:961
 
276
  msgid "Phone"
277
  msgstr ""
278
 
279
- #: contact_form.php:492 contact_form.php:964
 
280
  msgid "Subject"
281
  msgstr "Předmět"
282
 
283
- #: contact_form.php:493 contact_form.php:967
 
284
  msgid "Message"
285
  msgstr "Zpráva"
286
 
287
- #: contact_form.php:497
288
  msgid "Display additional info in email"
289
  msgstr "Zobrazit přidané info v mailu."
290
 
291
- #: contact_form.php:502 contact_form.php:925
 
292
  msgid "Sent from (ip address)"
293
  msgstr "Zasláno z (ip adresa)"
294
 
295
- #: contact_form.php:503 contact_form.php:930
 
296
  msgid "Date/Time"
297
  msgstr "Datum / Čas"
298
 
299
- #: contact_form.php:504 contact_form.php:935
300
- msgid "Coming from (referer)"
 
301
  msgstr "Příchozí od"
302
 
303
- #: contact_form.php:505 contact_form.php:940
 
304
  msgid "Using (user agent)"
305
  msgstr "Používání"
306
 
307
- #: contact_form.php:509
308
- msgid "Language settings for label fields"
309
  msgstr ""
310
 
311
- #: contact_form.php:518
312
  msgid "Add language"
313
  msgstr ""
314
 
315
- #: contact_form.php:522
316
  #, fuzzy
317
- msgid "Change label for fields of the contact form and error messages"
318
  msgstr "Změnit popisek políček"
319
 
320
- #: contact_form.php:527 contact_form.php:580
 
321
  msgid "English"
322
  msgstr ""
323
 
324
- #: contact_form.php:542 contact_form.php:562
325
- msgid "Error message for name field"
 
326
  msgstr ""
327
 
328
- #: contact_form.php:543 contact_form.php:563
329
- msgid "Error message for email field"
 
330
  msgstr ""
331
 
332
- #: contact_form.php:544 contact_form.php:564
333
- msgid "Error message for phone field"
 
334
  msgstr ""
335
 
336
- #: contact_form.php:545 contact_form.php:565
337
- msgid "Error message for subject field"
 
338
  msgstr ""
339
 
340
- #: contact_form.php:546 contact_form.php:566
341
- msgid "Error message for message field"
 
342
  msgstr ""
343
 
344
- #: contact_form.php:547 contact_form.php:567
345
- msgid "Error message for attachment field"
 
346
  msgstr ""
347
 
348
- #: contact_form.php:548 contact_form.php:568
349
- msgid "Error message for captcha"
 
350
  msgstr ""
351
 
352
- #: contact_form.php:549 contact_form.php:569
353
- msgid "Error message for all form"
 
354
  msgstr ""
355
 
356
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
357
- #: contact_form.php:595
 
 
358
  msgid "Use shortcode"
359
  msgstr ""
360
 
361
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
362
- #: contact_form.php:595
 
 
363
  msgid "for this language"
364
  msgstr ""
365
 
366
- #: contact_form.php:577
367
- msgid "Action after the send mail"
368
  msgstr "Akce po zaslání mailu."
369
 
370
- #: contact_form.php:579
371
  msgid "Display text"
372
  msgstr "Zobraz text"
373
 
374
- #: contact_form.php:588 contact_form.php:594
 
375
  msgid "Text"
376
  msgstr "Text"
377
 
378
- #: contact_form.php:601
379
- msgid "Redirect to page"
380
  msgstr "Přesměrovat na stránku"
381
 
382
- #: contact_form.php:602
383
  msgid "Url"
384
  msgstr "Url"
385
 
386
- #: contact_form.php:607
387
  msgid "Save Changes"
388
  msgstr "Uložit změny"
389
 
390
- #: contact_form.php:646
391
- msgid "Sorry, your e-mail could not be delivered."
392
  msgstr "Omlouváme se, váš email nemohl být odeslán."
393
 
394
- #: contact_form.php:716
395
- msgid "You can attach files of the following types"
396
  msgstr "Můžete přiložit soubory těchto typů"
397
 
398
- #: contact_form.php:724
399
  msgid "Send me a copy"
400
  msgstr "Zaslat mi kopii"
401
 
402
- #: contact_form.php:948
403
  msgid "Contact from"
404
  msgstr "Kontaktní formulář"
405
 
406
- #: contact_form.php:956
407
  msgid "Email"
408
  msgstr "E-Mail"
409
 
410
- #: contact_form.php:970
411
  msgid "Site"
412
  msgstr "Stránka"
413
 
414
- #: contact_form.php:1021
415
- msgid "If you can see this MIME than your client doesn't accept MIME types!"
416
  msgstr "Když uvidíte MIME, váš klient neakceptoval MIME typy."
417
 
418
- #: contact_form.php:1074
419
  msgid "FAQ"
420
  msgstr "FAQ"
421
 
422
- #: contact_form.php:1075
423
  msgid "Support"
424
  msgstr "Podpora"
425
 
426
- #: contact_form.php:1121
427
- msgid "Are you sure you want to delete this language?"
428
  msgstr ""
429
 
430
  #~ msgid "E-Mail Addresse:"
431
  #~ msgstr "Indirizzo e-mail:"
432
-
433
  #~ msgid "Install Now"
434
  #~ msgstr "Installa Ora"
435
-
436
  #~ msgid "BWS Plugins"
437
  #~ msgstr "BWS Plugins"
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-02-07 15:59+0300\n"
6
+ "PO-Revision-Date: 2013-02-07 16:00+0300\n"
7
+ "Last-Translator: \n"
8
  "Language-Team: Petr Zápotocký <\\tpetr.zapotocky@centrum.cz>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "Language: cs_CZ\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:78
20
  msgid "Activated plugins"
21
  msgstr "Aktivované pluginy"
22
 
23
+ #: contact_form.php:80
24
+ #: contact_form.php:88
25
+ #: contact_form.php:96
26
  msgid "Read more"
27
  msgstr "Čti více"
28
 
29
+ #: contact_form.php:80
30
+ #: contact_form.php:1066
31
+ #: contact_form.php:1075
32
  msgid "Settings"
33
  msgstr "Nastavení"
34
 
35
+ #: contact_form.php:86
36
  msgid "Installed plugins"
37
  msgstr "Instalované pluginy"
38
 
39
+ #: contact_form.php:94
40
  msgid "Recommended plugins"
41
  msgstr "Doporučené pluginy"
42
 
43
+ #: contact_form.php:96
44
  msgid "Download"
45
  msgstr "Download"
46
 
47
+ #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "Instalace %s"
51
 
52
+ #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "instalace z wordpress.org"
55
 
56
+ #: contact_form.php:98
57
+ msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
58
+ msgstr "Pokud máte dotazy, kontaktujte nás na mail: plugin@bestwebsoft.com nebo přes náš kontaktní formulář"
 
 
 
 
59
 
60
+ #: contact_form.php:110
61
+ #: contact_form.php:403
62
  msgid "Contact Form Options"
63
  msgstr "Nastavení kontaktního formuláře"
64
 
65
+ #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "Kontaktní formulář"
68
 
69
+ #: contact_form.php:147
70
+ #: contact_form.php:537
71
+ #: contact_form.php:557
72
  msgid "Name:"
73
  msgstr "Jméno:"
74
 
75
+ #: contact_form.php:148
76
+ #: contact_form.php:538
77
+ #: contact_form.php:558
78
+ msgid "Email Address:"
79
  msgstr "E-Mail:"
80
 
81
+ #: contact_form.php:149
82
+ #: contact_form.php:539
83
+ #: contact_form.php:559
84
+ msgid "Phone number:"
85
  msgstr ""
86
 
87
+ #: contact_form.php:150
88
+ #: contact_form.php:540
89
+ #: contact_form.php:560
90
  msgid "Subject:"
91
  msgstr "Předmět:"
92
 
93
+ #: contact_form.php:151
94
+ #: contact_form.php:541
95
+ #: contact_form.php:561
96
  msgid "Message:"
97
  msgstr "Zpráva:"
98
 
99
+ #: contact_form.php:152
100
+ #: contact_form.php:542
101
+ #: contact_form.php:562
102
  msgid "Attachment:"
103
  msgstr "Příloha:"
104
 
105
+ #: contact_form.php:153
106
+ #: contact_form.php:543
107
+ #: contact_form.php:563
108
  msgid "Submit"
109
  msgstr "Zaslat"
110
 
111
+ #: contact_form.php:154
112
  msgid "Your name is required."
113
  msgstr "Jméno je požadováno."
114
 
115
+ #: contact_form.php:155
116
  msgid "A proper e-mail address is required."
117
  msgstr "E-mail je požadován."
118
 
119
+ #: contact_form.php:156
120
+ msgid "Subject is required."
121
  msgstr "Předmět je požadován."
122
 
123
+ #: contact_form.php:157
124
  msgid "Message text is required."
125
  msgstr "Zpráva je požadována."
126
 
127
+ #: contact_form.php:158
128
  #, fuzzy
129
+ msgid "Phone number is required."
130
  msgstr "Jméno je požadováno."
131
 
132
+ #: contact_form.php:159
133
+ msgid "File format is not valid."
134
  msgstr "Příloha nelze odeslat."
135
 
136
+ #: contact_form.php:160
137
+ msgid "Please fill out the CAPTCHA."
138
  msgstr "Prosím opište následující text."
139
 
140
+ #: contact_form.php:161
141
  msgid "Please make corrections below and try again."
142
  msgstr "Prosím opravte následující chyby a zkuste to znovu."
143
 
144
+ #: contact_form.php:163
145
  msgid "Thank you for contacting us."
146
  msgstr "Děkujeme za zprávu."
147
 
148
+ #: contact_form.php:358
149
+ msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
150
+ msgstr "Pokud vyberete \"Přesměrování na stránku\" do políčka url byste měli vložit adresu v tomto formátu"
 
 
 
 
151
 
152
+ #: contact_form.php:367
153
+ msgid "Such user does not exist. Settings are not saved."
154
  msgstr "Uživatel neexistuje. Nastavení neuloženo."
155
 
156
+ #: contact_form.php:372
157
+ msgid "Please enter a valid email address. Settings are not saved."
158
  msgstr "Vložte správný mail. Nastavení neuloženo."
159
 
160
+ #: contact_form.php:378
161
  #, fuzzy
162
+ msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
163
  msgstr "Vložte správný mail. Nastavení neuloženo."
164
 
165
+ #: contact_form.php:383
166
  msgid "Options saved."
167
  msgstr "Nastavení uloženo."
168
 
169
+ #: contact_form.php:408
170
+ 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:"
171
+ 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:"
 
 
 
 
172
 
173
+ #: contact_form.php:409
174
+ msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
175
+ msgstr "Pokud nebudou informace vyplněny, zprávy budou zasílány na mail, který byl uveden při registraci."
 
 
 
 
176
 
177
+ #: contact_form.php:413
178
+ msgid "The user's email address:"
179
  msgstr "Použít email uživatele wordpressu:"
180
 
181
+ #: contact_form.php:417
182
+ msgid "Create a username"
183
  msgstr "Vyberte uživatelské jméno"
184
 
185
+ #: contact_form.php:422
186
+ msgid "Enter a username of the person who should get the messages from the contact form."
187
+ msgstr "Nastavte uživatele, který bude dostávat zprávy z kontaktního formuláře."
 
188
 
189
+ #: contact_form.php:426
190
+ msgid "Use this email address:"
191
  msgstr "Použít tento email:"
192
 
193
+ #: contact_form.php:429
194
+ msgid "Enter the email address you want the messages forwarded to."
195
  msgstr "Nastavit email, který bude použit pro příjem zpráv."
196
 
197
+ #: contact_form.php:433
198
  msgid "Additional options"
199
  msgstr "Další nastavení"
200
 
201
+ #: contact_form.php:436
202
  msgid "Display Attachment block"
203
  msgstr "Zobrazit možnost přílohy"
204
 
205
+ #: contact_form.php:438
206
+ msgid "Users can attach the following file formats"
207
  msgstr "Uživatelé mohou vkládat soubory těchto typů"
208
 
209
+ #: contact_form.php:442
210
+ msgid "Display Attachment tips"
211
  msgstr "Zobrazit vysvětlivky k příloze."
212
 
213
+ #: contact_form.php:444
214
+ msgid "Display tips below the Attachment block"
215
  msgstr "Zobrazit vysvětlivky po bloku s přílohou."
216
 
217
+ #: contact_form.php:448
218
  msgid "Display Send me a copy block"
219
  msgstr "Zobrazit Zaslat kopii"
220
 
221
+ #: contact_form.php:454
222
+ msgid "What to use?"
223
  msgstr "K čemu?"
224
 
225
+ #: contact_form.php:457
226
  msgid "Wp-mail"
227
  msgstr "Wp-mail"
228
 
229
+ #: contact_form.php:458
230
+ msgid "You can use the wp_mail function for mailing"
231
  msgstr "Pro zaslání mailu můžete použít wordpress wp_mail funkce"
232
 
233
+ #: contact_form.php:464
234
  msgid "Mail"
235
  msgstr "Mail"
236
 
237
+ #: contact_form.php:465
238
  msgid "To send mail you can use the php mail function"
239
  msgstr "Pro zaslání mailu můžete použít php mail funkce"
240
 
241
+ #: contact_form.php:469
242
  #, fuzzy
243
+ msgid "Change text of the 'FROM' field"
244
  msgstr "Změnit políčko OD"
245
 
 
 
 
 
246
  #: contact_form.php:475
247
+ msgid "Enter the email address in the 'From' field"
 
 
248
  msgstr ""
249
 
250
  #: contact_form.php:477
251
+ msgid "The email address of the user who fills the form is going to be used in the field 'From'."
252
+ msgstr ""
253
+
254
+ #: contact_form.php:479
255
+ msgid "This email address will be used in the 'From' field."
256
  msgstr ""
257
 
258
+ #: contact_form.php:483
259
  msgid "Display phone field"
260
  msgstr ""
261
 
262
+ #: contact_form.php:489
263
+ msgid "Required fields"
264
  msgstr ""
265
 
266
+ #: contact_form.php:491
267
+ #: contact_form.php:955
268
  msgid "Name"
269
  msgstr "Jméno"
270
 
271
+ #: contact_form.php:492
272
  #, fuzzy
273
  msgid "E-Mail Address"
274
  msgstr "E-Mail:"
275
 
276
+ #: contact_form.php:493
277
+ #: contact_form.php:963
278
  msgid "Phone"
279
  msgstr ""
280
 
281
+ #: contact_form.php:494
282
+ #: contact_form.php:966
283
  msgid "Subject"
284
  msgstr "Předmět"
285
 
286
+ #: contact_form.php:495
287
+ #: contact_form.php:969
288
  msgid "Message"
289
  msgstr "Zpráva"
290
 
291
+ #: contact_form.php:499
292
  msgid "Display additional info in email"
293
  msgstr "Zobrazit přidané info v mailu."
294
 
295
+ #: contact_form.php:504
296
+ #: contact_form.php:927
297
  msgid "Sent from (ip address)"
298
  msgstr "Zasláno z (ip adresa)"
299
 
300
+ #: contact_form.php:505
301
+ #: contact_form.php:932
302
  msgid "Date/Time"
303
  msgstr "Datum / Čas"
304
 
305
+ #: contact_form.php:506
306
+ #: contact_form.php:937
307
+ msgid "Sent from (referer)"
308
  msgstr "Příchozí od"
309
 
310
+ #: contact_form.php:507
311
+ #: contact_form.php:942
312
  msgid "Using (user agent)"
313
  msgstr "Používání"
314
 
315
+ #: contact_form.php:511
316
+ msgid "Language settings for the field names in the form"
317
  msgstr ""
318
 
319
+ #: contact_form.php:520
320
  msgid "Add language"
321
  msgstr ""
322
 
323
+ #: contact_form.php:524
324
  #, fuzzy
325
+ msgid "Change the names of the contact form fields and error messages"
326
  msgstr "Změnit popisek políček"
327
 
328
+ #: contact_form.php:529
329
+ #: contact_form.php:582
330
  msgid "English"
331
  msgstr ""
332
 
333
+ #: contact_form.php:544
334
+ #: contact_form.php:564
335
+ msgid "Error message for the Name field"
336
  msgstr ""
337
 
338
+ #: contact_form.php:545
339
+ #: contact_form.php:565
340
+ msgid "Error message for the Email field"
341
  msgstr ""
342
 
343
+ #: contact_form.php:546
344
+ #: contact_form.php:566
345
+ msgid "Error message for the Phone field"
346
  msgstr ""
347
 
348
+ #: contact_form.php:547
349
+ #: contact_form.php:567
350
+ msgid "Error message for the Subject field"
351
  msgstr ""
352
 
353
+ #: contact_form.php:548
354
+ #: contact_form.php:568
355
+ msgid "Error message for the Message field"
356
  msgstr ""
357
 
358
+ #: contact_form.php:549
359
+ #: contact_form.php:569
360
+ msgid "Error message for the Attachment field"
361
  msgstr ""
362
 
363
+ #: contact_form.php:550
364
+ #: contact_form.php:570
365
+ msgid "Error message for the Captcha field"
366
  msgstr ""
367
 
368
+ #: contact_form.php:551
369
+ #: contact_form.php:571
370
+ msgid "Error message for the whole form"
371
  msgstr ""
372
 
373
+ #: contact_form.php:552
374
+ #: contact_form.php:572
375
+ #: contact_form.php:591
376
+ #: contact_form.php:597
377
  msgid "Use shortcode"
378
  msgstr ""
379
 
380
+ #: contact_form.php:552
381
+ #: contact_form.php:572
382
+ #: contact_form.php:591
383
+ #: contact_form.php:597
384
  msgid "for this language"
385
  msgstr ""
386
 
387
+ #: contact_form.php:579
388
+ msgid "Action after email is sent"
389
  msgstr "Akce po zaslání mailu."
390
 
391
+ #: contact_form.php:581
392
  msgid "Display text"
393
  msgstr "Zobraz text"
394
 
395
+ #: contact_form.php:590
396
+ #: contact_form.php:596
397
  msgid "Text"
398
  msgstr "Text"
399
 
400
+ #: contact_form.php:603
401
+ msgid "Redirect to the page"
402
  msgstr "Přesměrovat na stránku"
403
 
404
+ #: contact_form.php:604
405
  msgid "Url"
406
  msgstr "Url"
407
 
408
+ #: contact_form.php:609
409
  msgid "Save Changes"
410
  msgstr "Uložit změny"
411
 
412
+ #: contact_form.php:648
413
+ msgid "Sorry, email message could not be delivered."
414
  msgstr "Omlouváme se, váš email nemohl být odeslán."
415
 
416
+ #: contact_form.php:718
417
+ msgid "You can attach the following file formats"
418
  msgstr "Můžete přiložit soubory těchto typů"
419
 
420
+ #: contact_form.php:726
421
  msgid "Send me a copy"
422
  msgstr "Zaslat mi kopii"
423
 
424
+ #: contact_form.php:950
425
  msgid "Contact from"
426
  msgstr "Kontaktní formulář"
427
 
428
+ #: contact_form.php:958
429
  msgid "Email"
430
  msgstr "E-Mail"
431
 
432
+ #: contact_form.php:972
433
  msgid "Site"
434
  msgstr "Stránka"
435
 
436
+ #: contact_form.php:1023
437
+ msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
438
  msgstr "Když uvidíte MIME, váš klient neakceptoval MIME typy."
439
 
440
+ #: contact_form.php:1076
441
  msgid "FAQ"
442
  msgstr "FAQ"
443
 
444
+ #: contact_form.php:1077
445
  msgid "Support"
446
  msgstr "Podpora"
447
 
448
+ #: contact_form.php:1123
449
+ msgid "Are you sure that you want to delete this language data?"
450
  msgstr ""
451
 
452
  #~ msgid "E-Mail Addresse:"
453
  #~ msgstr "Indirizzo e-mail:"
 
454
  #~ msgid "Install Now"
455
  #~ msgstr "Installa Ora"
 
456
  #~ msgid "BWS Plugins"
457
  #~ msgstr "BWS Plugins"
458
+
languages/contact_form-da_DK.mo CHANGED
Binary file
languages/contact_form-da_DK.po CHANGED
@@ -2,438 +2,458 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-12-19 13:30+0200\n"
6
- "PO-Revision-Date: 2012-12-19 13:30+0200\n"
7
- "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Mads Hannibal <mh@shortcuts.dk>\n"
9
- "Language: da_DK\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:76
20
  msgid "Activated plugins"
21
  msgstr "Aktiverede plugins"
22
 
23
- #: contact_form.php:78 contact_form.php:86 contact_form.php:94
 
 
24
  msgid "Read more"
25
  msgstr "Læs mere"
26
 
27
- #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
 
 
28
  msgid "Settings"
29
  msgstr "Indstillinger"
30
 
31
- #: contact_form.php:84
32
  msgid "Installed plugins"
33
  msgstr "Installerede plugins"
34
 
35
- #: contact_form.php:92
36
  msgid "Recommended plugins"
37
  msgstr "Anbefalede plugins"
38
 
39
- #: contact_form.php:94
40
  msgid "Download"
41
  msgstr "Download"
42
 
43
- #: contact_form.php:94
44
  #, php-format
45
  msgid "Install %s"
46
  msgstr "Installér %s"
47
 
48
- #: contact_form.php:94
49
  msgid "Install now from wordpress.org"
50
  msgstr "Installér nu fra wordpress.org"
51
 
52
- #: contact_form.php:96
53
- msgid ""
54
- "If you have any questions, please contact us via plugin@bestwebsoft.com or "
55
- "fill in our contact form on our site"
56
- msgstr ""
57
- "Hvis du har spørgsmål kan du kontakte os på plugin@bestwebsoft.com eller "
58
- "bruge kontaktformularen på vores hjemmeside"
59
 
60
- #: contact_form.php:108 contact_form.php:401
 
61
  msgid "Contact Form Options"
62
  msgstr "Indstillinger for kontaktformular"
63
 
64
- #: contact_form.php:108
65
  msgid "Contact Form"
66
  msgstr "Kontaktformular"
67
 
68
- #: contact_form.php:145 contact_form.php:535 contact_form.php:555
 
 
69
  msgid "Name:"
70
  msgstr "Navn:"
71
 
72
- #: contact_form.php:146 contact_form.php:536 contact_form.php:556
73
- msgid "E-Mail Address:"
 
 
74
  msgstr "E-mail-adresse:"
75
 
76
- #: contact_form.php:147 contact_form.php:537 contact_form.php:557
77
- msgid "Phone:"
 
 
78
  msgstr ""
79
 
80
- #: contact_form.php:148 contact_form.php:538 contact_form.php:558
 
 
81
  msgid "Subject:"
82
  msgstr "Emne:"
83
 
84
- #: contact_form.php:149 contact_form.php:539 contact_form.php:559
 
 
85
  msgid "Message:"
86
  msgstr "Besked:"
87
 
88
- #: contact_form.php:150 contact_form.php:540 contact_form.php:560
 
 
89
  msgid "Attachment:"
90
  msgstr "Bilag:"
91
 
92
- #: contact_form.php:151 contact_form.php:541 contact_form.php:561
 
 
93
  msgid "Submit"
94
  msgstr "Send"
95
 
96
- #: contact_form.php:152
97
  msgid "Your name is required."
98
  msgstr "Dit navn er obligatorisk"
99
 
100
- #: contact_form.php:153
101
  msgid "A proper e-mail address is required."
102
  msgstr "En korrekt e-mail-adresse er påkrævet."
103
 
104
- #: contact_form.php:154
105
- msgid "Subject text is required."
106
  msgstr "Emnefeltet er obligatorisk."
107
 
108
- #: contact_form.php:155
109
  msgid "Message text is required."
110
  msgstr "Du skal angive en besked"
111
 
112
- #: contact_form.php:156
113
  #, fuzzy
114
- msgid "Phone is required field."
115
  msgstr "Dit navn er obligatorisk"
116
 
117
- #: contact_form.php:157
118
- msgid "Attachment is broken."
119
  msgstr "Bilaget er korrupt."
120
 
121
- #: contact_form.php:158
122
- msgid "Please complete the CAPTCHA."
123
  msgstr "Venligst udfyld CAPTCHA-feltet."
124
 
125
- #: contact_form.php:159
126
  msgid "Please make corrections below and try again."
127
  msgstr "Ret venligst nedenstående og prøv igen."
128
 
129
- #: contact_form.php:161
130
  msgid "Thank you for contacting us."
131
  msgstr "Tak fordi du kontaktede os"
132
 
133
- #: contact_form.php:356
134
- msgid ""
135
- "If the option 'Redirect to page' is selected then url field should be "
136
- "fillied in the following format"
137
  msgstr ""
138
 
139
- #: contact_form.php:365
140
- msgid "Such user is not exist. Settings are not saved."
141
  msgstr "Brugeren eksisterer ikke. Indstillingerne er ikke gemt."
142
 
143
- #: contact_form.php:370
144
- msgid "Please input correct email. Settings are not saved."
145
- msgstr ""
146
- "Benyt venligst en korrekt e-mail-adresse. Indstillingerne er ikke gemt."
147
 
148
- #: contact_form.php:376
149
  #, fuzzy
150
- msgid "Please input correct 'FROM' email. Settings are not saved."
151
- msgstr ""
152
- "Benyt venligst en korrekt e-mail-adresse. Indstillingerne er ikke gemt."
153
 
154
- #: contact_form.php:381
155
  msgid "Options saved."
156
  msgstr "Indstillinger gemt."
157
 
158
- #: contact_form.php:406
159
- msgid ""
160
- "If you would like to add a Contact Form to your website, just copy and put "
161
- "this shortcode onto your post or page or widget:"
162
- msgstr ""
163
- "Hvis du ønsker at tilføje en kontaktformular til din side, kopier og put "
164
- "denne kode i din kommentar eller på din side: "
165
 
166
- #: contact_form.php:407
167
- msgid ""
168
- "If information in the below fields are empty then the message will be send "
169
- "to an address which was specified during registration."
170
- msgstr ""
171
- "Hvis felterne nedenunder er tomme, vil meddelesen blive sendt til den "
172
- "adresse, som var angivet ved registreringen."
173
 
174
- #: contact_form.php:411
175
- msgid "Use email of wordpress user:"
176
  msgstr "Benyt e-mail-adressen til wordpressbrugeren:"
177
 
178
- #: contact_form.php:415
179
- msgid "Select user name"
180
  msgstr "Vælg brugernavn"
181
 
182
- #: contact_form.php:420
183
- msgid "Set a name of user who will get messages from a contact form."
184
  msgstr "Angiv det brugernavn, som vil modtage beskeder fra en kontaktformular."
185
 
186
- #: contact_form.php:424
187
- msgid "Use this email:"
188
  msgstr "Benyt denne e-mail-adresse:"
189
 
190
- #: contact_form.php:427
191
- msgid "Set an email address which will be used for messages receiving."
192
- msgstr ""
193
- "Angiv den e-mail-adresse, som vil blive benyttet ved modtagelse af beskeder."
194
 
195
- #: contact_form.php:431
196
  msgid "Additional options"
197
  msgstr "Flere valgmuligheder"
198
 
199
- #: contact_form.php:434
200
  msgid "Display Attachment block"
201
  msgstr "Vis bilag"
202
 
203
- #: contact_form.php:436
204
- msgid "Users can attach files of the following types"
205
  msgstr "Brugere kan vedlægge filer af følgende typer"
206
 
207
- #: contact_form.php:440
208
- msgid "Display Attachment explanations"
209
  msgstr ""
210
 
211
- #: contact_form.php:442
212
- msgid "Display explanations after Attachment block"
213
  msgstr ""
214
 
215
- #: contact_form.php:446
216
  msgid "Display Send me a copy block"
217
  msgstr "Vis \"Send mig en kopi\"-afsnit"
218
 
219
- #: contact_form.php:452
220
- msgid "What use?"
221
  msgstr ""
222
 
223
- #: contact_form.php:455
224
  msgid "Wp-mail"
225
  msgstr "Wp-mail"
226
 
227
- #: contact_form.php:456
228
- msgid "To send mail you can use the wordpress wp_mail function"
229
  msgstr ""
230
 
231
- #: contact_form.php:462
232
  msgid "Mail"
233
  msgstr "Mail"
234
 
235
- #: contact_form.php:463
236
  msgid "To send mail you can use the php mail function"
237
  msgstr ""
238
 
239
- #: contact_form.php:467
240
  #, fuzzy
241
- msgid "Change text for 'FROM' field of the email"
242
  msgstr "Skift FRA-felterne i kontaktformularen"
243
 
244
- #: contact_form.php:473
245
- msgid "Select email for 'FROM' field of the email"
246
- msgstr ""
247
-
248
  #: contact_form.php:475
249
- msgid ""
250
- "In the field 'From' in the mail it will use email of that user who fills the "
251
- "form."
252
  msgstr ""
253
 
254
  #: contact_form.php:477
255
- msgid "In the field 'From' it will use this email."
 
 
 
 
256
  msgstr ""
257
 
258
- #: contact_form.php:481
259
  msgid "Display phone field"
260
  msgstr ""
261
 
262
- #: contact_form.php:487
263
- msgid "Required field"
264
  msgstr ""
265
 
266
- #: contact_form.php:489 contact_form.php:953
 
267
  msgid "Name"
268
  msgstr "Navn"
269
 
270
- #: contact_form.php:490
271
  #, fuzzy
272
  msgid "E-Mail Address"
273
  msgstr "E-mail-adresse:"
274
 
275
- #: contact_form.php:491 contact_form.php:961
 
276
  msgid "Phone"
277
  msgstr ""
278
 
279
- #: contact_form.php:492 contact_form.php:964
 
280
  msgid "Subject"
281
  msgstr "Emne"
282
 
283
- #: contact_form.php:493 contact_form.php:967
 
284
  msgid "Message"
285
  msgstr "Besked"
286
 
287
- #: contact_form.php:497
288
  msgid "Display additional info in email"
289
  msgstr "Vis yderligere information i e-mail"
290
 
291
- #: contact_form.php:502 contact_form.php:925
 
292
  msgid "Sent from (ip address)"
293
  msgstr "Sendt fra (IP-adresse)"
294
 
295
- #: contact_form.php:503 contact_form.php:930
 
296
  msgid "Date/Time"
297
  msgstr "Dato/klokkeslæt"
298
 
299
- #: contact_form.php:504 contact_form.php:935
300
- msgid "Coming from (referer)"
 
301
  msgstr "Sendt fra (referent)"
302
 
303
- #: contact_form.php:505 contact_form.php:940
 
304
  msgid "Using (user agent)"
305
  msgstr "Med (user agent)"
306
 
307
- #: contact_form.php:509
308
- msgid "Language settings for label fields"
309
  msgstr ""
310
 
311
- #: contact_form.php:518
312
  msgid "Add language"
313
  msgstr ""
314
 
315
- #: contact_form.php:522
316
  #, fuzzy
317
- msgid "Change label for fields of the contact form and error messages"
318
  msgstr "Skifte etiketter til felterne i kontaktformularen"
319
 
320
- #: contact_form.php:527 contact_form.php:580
 
321
  msgid "English"
322
  msgstr ""
323
 
324
- #: contact_form.php:542 contact_form.php:562
325
- msgid "Error message for name field"
 
326
  msgstr ""
327
 
328
- #: contact_form.php:543 contact_form.php:563
329
- msgid "Error message for email field"
 
330
  msgstr ""
331
 
332
- #: contact_form.php:544 contact_form.php:564
333
- msgid "Error message for phone field"
 
334
  msgstr ""
335
 
336
- #: contact_form.php:545 contact_form.php:565
337
- msgid "Error message for subject field"
 
338
  msgstr ""
339
 
340
- #: contact_form.php:546 contact_form.php:566
341
- msgid "Error message for message field"
 
342
  msgstr ""
343
 
344
- #: contact_form.php:547 contact_form.php:567
345
- msgid "Error message for attachment field"
 
346
  msgstr ""
347
 
348
- #: contact_form.php:548 contact_form.php:568
349
- msgid "Error message for captcha"
 
350
  msgstr ""
351
 
352
- #: contact_form.php:549 contact_form.php:569
353
- msgid "Error message for all form"
 
354
  msgstr ""
355
 
356
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
357
- #: contact_form.php:595
 
 
358
  msgid "Use shortcode"
359
  msgstr ""
360
 
361
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
362
- #: contact_form.php:595
 
 
363
  msgid "for this language"
364
  msgstr ""
365
 
366
- #: contact_form.php:577
367
- msgid "Action after the send mail"
368
  msgstr ""
369
 
370
- #: contact_form.php:579
371
  #, fuzzy
372
  msgid "Display text"
373
  msgstr "Vis bilag"
374
 
375
- #: contact_form.php:588 contact_form.php:594
 
376
  msgid "Text"
377
  msgstr ""
378
 
379
- #: contact_form.php:601
380
- msgid "Redirect to page"
381
  msgstr ""
382
 
383
- #: contact_form.php:602
384
  msgid "Url"
385
  msgstr ""
386
 
387
- #: contact_form.php:607
388
  msgid "Save Changes"
389
  msgstr "Gem ændringer"
390
 
391
- #: contact_form.php:646
392
- msgid "Sorry, your e-mail could not be delivered."
393
  msgstr "Beklager, men din e-mail kunne ikke leveres."
394
 
395
- #: contact_form.php:716
396
- msgid "You can attach files of the following types"
397
  msgstr "Du kan vedhæfte filer af følgende typer"
398
 
399
- #: contact_form.php:724
400
  msgid "Send me a copy"
401
  msgstr "Send mig en kopi"
402
 
403
- #: contact_form.php:948
404
  msgid "Contact from"
405
  msgstr "Kontakt fra"
406
 
407
- #: contact_form.php:956
408
  msgid "Email"
409
  msgstr "E-mail"
410
 
411
- #: contact_form.php:970
412
  msgid "Site"
413
  msgstr "Site"
414
 
415
- #: contact_form.php:1021
416
- msgid "If you can see this MIME than your client doesn't accept MIME types!"
417
- msgstr ""
418
- "Dersom du kan se denne MIME, så aksepterer ikke klienten din MIME-typer!"
419
 
420
- #: contact_form.php:1074
421
  msgid "FAQ"
422
  msgstr "Ofte stillede spørgsmål"
423
 
424
- #: contact_form.php:1075
425
  msgid "Support"
426
  msgstr "Support"
427
 
428
- #: contact_form.php:1121
429
- msgid "Are you sure you want to delete this language?"
430
  msgstr ""
431
 
432
  #~ msgid "E-Mail Addresse:"
433
  #~ msgstr "Indirizzo e-mail:"
434
-
435
  #~ msgid "Install Now"
436
  #~ msgstr "Installa Ora"
437
-
438
  #~ msgid "BWS Plugins"
439
  #~ msgstr "BWS Plugins"
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-02-07 16:01+0300\n"
6
+ "PO-Revision-Date: 2013-02-07 16:01+0300\n"
7
+ "Last-Translator: \n"
8
  "Language-Team: Mads Hannibal <mh@shortcuts.dk>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "Language: da_DK\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:78
20
  msgid "Activated plugins"
21
  msgstr "Aktiverede plugins"
22
 
23
+ #: contact_form.php:80
24
+ #: contact_form.php:88
25
+ #: contact_form.php:96
26
  msgid "Read more"
27
  msgstr "Læs mere"
28
 
29
+ #: contact_form.php:80
30
+ #: contact_form.php:1066
31
+ #: contact_form.php:1075
32
  msgid "Settings"
33
  msgstr "Indstillinger"
34
 
35
+ #: contact_form.php:86
36
  msgid "Installed plugins"
37
  msgstr "Installerede plugins"
38
 
39
+ #: contact_form.php:94
40
  msgid "Recommended plugins"
41
  msgstr "Anbefalede plugins"
42
 
43
+ #: contact_form.php:96
44
  msgid "Download"
45
  msgstr "Download"
46
 
47
+ #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "Installér %s"
51
 
52
+ #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "Installér nu fra wordpress.org"
55
 
56
+ #: contact_form.php:98
57
+ msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
58
+ msgstr "Hvis du har spørgsmål kan du kontakte os plugin@bestwebsoft.com eller bruge kontaktformularen på vores hjemmeside"
 
 
 
 
59
 
60
+ #: contact_form.php:110
61
+ #: contact_form.php:403
62
  msgid "Contact Form Options"
63
  msgstr "Indstillinger for kontaktformular"
64
 
65
+ #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "Kontaktformular"
68
 
69
+ #: contact_form.php:147
70
+ #: contact_form.php:537
71
+ #: contact_form.php:557
72
  msgid "Name:"
73
  msgstr "Navn:"
74
 
75
+ #: contact_form.php:148
76
+ #: contact_form.php:538
77
+ #: contact_form.php:558
78
+ msgid "Email Address:"
79
  msgstr "E-mail-adresse:"
80
 
81
+ #: contact_form.php:149
82
+ #: contact_form.php:539
83
+ #: contact_form.php:559
84
+ msgid "Phone number:"
85
  msgstr ""
86
 
87
+ #: contact_form.php:150
88
+ #: contact_form.php:540
89
+ #: contact_form.php:560
90
  msgid "Subject:"
91
  msgstr "Emne:"
92
 
93
+ #: contact_form.php:151
94
+ #: contact_form.php:541
95
+ #: contact_form.php:561
96
  msgid "Message:"
97
  msgstr "Besked:"
98
 
99
+ #: contact_form.php:152
100
+ #: contact_form.php:542
101
+ #: contact_form.php:562
102
  msgid "Attachment:"
103
  msgstr "Bilag:"
104
 
105
+ #: contact_form.php:153
106
+ #: contact_form.php:543
107
+ #: contact_form.php:563
108
  msgid "Submit"
109
  msgstr "Send"
110
 
111
+ #: contact_form.php:154
112
  msgid "Your name is required."
113
  msgstr "Dit navn er obligatorisk"
114
 
115
+ #: contact_form.php:155
116
  msgid "A proper e-mail address is required."
117
  msgstr "En korrekt e-mail-adresse er påkrævet."
118
 
119
+ #: contact_form.php:156
120
+ msgid "Subject is required."
121
  msgstr "Emnefeltet er obligatorisk."
122
 
123
+ #: contact_form.php:157
124
  msgid "Message text is required."
125
  msgstr "Du skal angive en besked"
126
 
127
+ #: contact_form.php:158
128
  #, fuzzy
129
+ msgid "Phone number is required."
130
  msgstr "Dit navn er obligatorisk"
131
 
132
+ #: contact_form.php:159
133
+ msgid "File format is not valid."
134
  msgstr "Bilaget er korrupt."
135
 
136
+ #: contact_form.php:160
137
+ msgid "Please fill out the CAPTCHA."
138
  msgstr "Venligst udfyld CAPTCHA-feltet."
139
 
140
+ #: contact_form.php:161
141
  msgid "Please make corrections below and try again."
142
  msgstr "Ret venligst nedenstående og prøv igen."
143
 
144
+ #: contact_form.php:163
145
  msgid "Thank you for contacting us."
146
  msgstr "Tak fordi du kontaktede os"
147
 
148
+ #: contact_form.php:358
149
+ msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
 
 
150
  msgstr ""
151
 
152
+ #: contact_form.php:367
153
+ msgid "Such user does not exist. Settings are not saved."
154
  msgstr "Brugeren eksisterer ikke. Indstillingerne er ikke gemt."
155
 
156
+ #: contact_form.php:372
157
+ msgid "Please enter a valid email address. Settings are not saved."
158
+ msgstr "Benyt venligst en korrekt e-mail-adresse. Indstillingerne er ikke gemt."
 
159
 
160
+ #: contact_form.php:378
161
  #, fuzzy
162
+ msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
163
+ msgstr "Benyt venligst en korrekt e-mail-adresse. Indstillingerne er ikke gemt."
 
164
 
165
+ #: contact_form.php:383
166
  msgid "Options saved."
167
  msgstr "Indstillinger gemt."
168
 
169
+ #: contact_form.php:408
170
+ 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:"
171
+ msgstr "Hvis du ønsker at tilføje en kontaktformular til din side, kopier og put denne kode i din kommentar eller på din side: "
 
 
 
 
172
 
173
+ #: contact_form.php:409
174
+ msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
175
+ msgstr "Hvis felterne nedenunder er tomme, vil meddelesen blive sendt til den adresse, som var angivet ved registreringen."
 
 
 
 
176
 
177
+ #: contact_form.php:413
178
+ msgid "The user's email address:"
179
  msgstr "Benyt e-mail-adressen til wordpressbrugeren:"
180
 
181
+ #: contact_form.php:417
182
+ msgid "Create a username"
183
  msgstr "Vælg brugernavn"
184
 
185
+ #: contact_form.php:422
186
+ msgid "Enter a username of the person who should get the messages from the contact form."
187
  msgstr "Angiv det brugernavn, som vil modtage beskeder fra en kontaktformular."
188
 
189
+ #: contact_form.php:426
190
+ msgid "Use this email address:"
191
  msgstr "Benyt denne e-mail-adresse:"
192
 
193
+ #: contact_form.php:429
194
+ msgid "Enter the email address you want the messages forwarded to."
195
+ msgstr "Angiv den e-mail-adresse, som vil blive benyttet ved modtagelse af beskeder."
 
196
 
197
+ #: contact_form.php:433
198
  msgid "Additional options"
199
  msgstr "Flere valgmuligheder"
200
 
201
+ #: contact_form.php:436
202
  msgid "Display Attachment block"
203
  msgstr "Vis bilag"
204
 
205
+ #: contact_form.php:438
206
+ msgid "Users can attach the following file formats"
207
  msgstr "Brugere kan vedlægge filer af følgende typer"
208
 
209
+ #: contact_form.php:442
210
+ msgid "Display Attachment tips"
211
  msgstr ""
212
 
213
+ #: contact_form.php:444
214
+ msgid "Display tips below the Attachment block"
215
  msgstr ""
216
 
217
+ #: contact_form.php:448
218
  msgid "Display Send me a copy block"
219
  msgstr "Vis \"Send mig en kopi\"-afsnit"
220
 
221
+ #: contact_form.php:454
222
+ msgid "What to use?"
223
  msgstr ""
224
 
225
+ #: contact_form.php:457
226
  msgid "Wp-mail"
227
  msgstr "Wp-mail"
228
 
229
+ #: contact_form.php:458
230
+ msgid "You can use the wp_mail function for mailing"
231
  msgstr ""
232
 
233
+ #: contact_form.php:464
234
  msgid "Mail"
235
  msgstr "Mail"
236
 
237
+ #: contact_form.php:465
238
  msgid "To send mail you can use the php mail function"
239
  msgstr ""
240
 
241
+ #: contact_form.php:469
242
  #, fuzzy
243
+ msgid "Change text of the 'FROM' field"
244
  msgstr "Skift FRA-felterne i kontaktformularen"
245
 
 
 
 
 
246
  #: contact_form.php:475
247
+ msgid "Enter the email address in the 'From' field"
 
 
248
  msgstr ""
249
 
250
  #: contact_form.php:477
251
+ msgid "The email address of the user who fills the form is going to be used in the field 'From'."
252
+ msgstr ""
253
+
254
+ #: contact_form.php:479
255
+ msgid "This email address will be used in the 'From' field."
256
  msgstr ""
257
 
258
+ #: contact_form.php:483
259
  msgid "Display phone field"
260
  msgstr ""
261
 
262
+ #: contact_form.php:489
263
+ msgid "Required fields"
264
  msgstr ""
265
 
266
+ #: contact_form.php:491
267
+ #: contact_form.php:955
268
  msgid "Name"
269
  msgstr "Navn"
270
 
271
+ #: contact_form.php:492
272
  #, fuzzy
273
  msgid "E-Mail Address"
274
  msgstr "E-mail-adresse:"
275
 
276
+ #: contact_form.php:493
277
+ #: contact_form.php:963
278
  msgid "Phone"
279
  msgstr ""
280
 
281
+ #: contact_form.php:494
282
+ #: contact_form.php:966
283
  msgid "Subject"
284
  msgstr "Emne"
285
 
286
+ #: contact_form.php:495
287
+ #: contact_form.php:969
288
  msgid "Message"
289
  msgstr "Besked"
290
 
291
+ #: contact_form.php:499
292
  msgid "Display additional info in email"
293
  msgstr "Vis yderligere information i e-mail"
294
 
295
+ #: contact_form.php:504
296
+ #: contact_form.php:927
297
  msgid "Sent from (ip address)"
298
  msgstr "Sendt fra (IP-adresse)"
299
 
300
+ #: contact_form.php:505
301
+ #: contact_form.php:932
302
  msgid "Date/Time"
303
  msgstr "Dato/klokkeslæt"
304
 
305
+ #: contact_form.php:506
306
+ #: contact_form.php:937
307
+ msgid "Sent from (referer)"
308
  msgstr "Sendt fra (referent)"
309
 
310
+ #: contact_form.php:507
311
+ #: contact_form.php:942
312
  msgid "Using (user agent)"
313
  msgstr "Med (user agent)"
314
 
315
+ #: contact_form.php:511
316
+ msgid "Language settings for the field names in the form"
317
  msgstr ""
318
 
319
+ #: contact_form.php:520
320
  msgid "Add language"
321
  msgstr ""
322
 
323
+ #: contact_form.php:524
324
  #, fuzzy
325
+ msgid "Change the names of the contact form fields and error messages"
326
  msgstr "Skifte etiketter til felterne i kontaktformularen"
327
 
328
+ #: contact_form.php:529
329
+ #: contact_form.php:582
330
  msgid "English"
331
  msgstr ""
332
 
333
+ #: contact_form.php:544
334
+ #: contact_form.php:564
335
+ msgid "Error message for the Name field"
336
  msgstr ""
337
 
338
+ #: contact_form.php:545
339
+ #: contact_form.php:565
340
+ msgid "Error message for the Email field"
341
  msgstr ""
342
 
343
+ #: contact_form.php:546
344
+ #: contact_form.php:566
345
+ msgid "Error message for the Phone field"
346
  msgstr ""
347
 
348
+ #: contact_form.php:547
349
+ #: contact_form.php:567
350
+ msgid "Error message for the Subject field"
351
  msgstr ""
352
 
353
+ #: contact_form.php:548
354
+ #: contact_form.php:568
355
+ msgid "Error message for the Message field"
356
  msgstr ""
357
 
358
+ #: contact_form.php:549
359
+ #: contact_form.php:569
360
+ msgid "Error message for the Attachment field"
361
  msgstr ""
362
 
363
+ #: contact_form.php:550
364
+ #: contact_form.php:570
365
+ msgid "Error message for the Captcha field"
366
  msgstr ""
367
 
368
+ #: contact_form.php:551
369
+ #: contact_form.php:571
370
+ msgid "Error message for the whole form"
371
  msgstr ""
372
 
373
+ #: contact_form.php:552
374
+ #: contact_form.php:572
375
+ #: contact_form.php:591
376
+ #: contact_form.php:597
377
  msgid "Use shortcode"
378
  msgstr ""
379
 
380
+ #: contact_form.php:552
381
+ #: contact_form.php:572
382
+ #: contact_form.php:591
383
+ #: contact_form.php:597
384
  msgid "for this language"
385
  msgstr ""
386
 
387
+ #: contact_form.php:579
388
+ msgid "Action after email is sent"
389
  msgstr ""
390
 
391
+ #: contact_form.php:581
392
  #, fuzzy
393
  msgid "Display text"
394
  msgstr "Vis bilag"
395
 
396
+ #: contact_form.php:590
397
+ #: contact_form.php:596
398
  msgid "Text"
399
  msgstr ""
400
 
401
+ #: contact_form.php:603
402
+ msgid "Redirect to the page"
403
  msgstr ""
404
 
405
+ #: contact_form.php:604
406
  msgid "Url"
407
  msgstr ""
408
 
409
+ #: contact_form.php:609
410
  msgid "Save Changes"
411
  msgstr "Gem ændringer"
412
 
413
+ #: contact_form.php:648
414
+ msgid "Sorry, email message could not be delivered."
415
  msgstr "Beklager, men din e-mail kunne ikke leveres."
416
 
417
+ #: contact_form.php:718
418
+ msgid "You can attach the following file formats"
419
  msgstr "Du kan vedhæfte filer af følgende typer"
420
 
421
+ #: contact_form.php:726
422
  msgid "Send me a copy"
423
  msgstr "Send mig en kopi"
424
 
425
+ #: contact_form.php:950
426
  msgid "Contact from"
427
  msgstr "Kontakt fra"
428
 
429
+ #: contact_form.php:958
430
  msgid "Email"
431
  msgstr "E-mail"
432
 
433
+ #: contact_form.php:972
434
  msgid "Site"
435
  msgstr "Site"
436
 
437
+ #: contact_form.php:1023
438
+ msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
439
+ msgstr "Dersom du kan se denne MIME, så aksepterer ikke klienten din MIME-typer!"
 
440
 
441
+ #: contact_form.php:1076
442
  msgid "FAQ"
443
  msgstr "Ofte stillede spørgsmål"
444
 
445
+ #: contact_form.php:1077
446
  msgid "Support"
447
  msgstr "Support"
448
 
449
+ #: contact_form.php:1123
450
+ msgid "Are you sure that you want to delete this language data?"
451
  msgstr ""
452
 
453
  #~ msgid "E-Mail Addresse:"
454
  #~ msgstr "Indirizzo e-mail:"
 
455
  #~ msgid "Install Now"
456
  #~ msgstr "Installa Ora"
 
457
  #~ msgid "BWS Plugins"
458
  #~ msgstr "BWS Plugins"
459
+
languages/contact_form-de_DE.mo CHANGED
Binary file
languages/contact_form-de_DE.po CHANGED
@@ -2,441 +2,457 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-12-19 13:30+0200\n"
6
- "PO-Revision-Date: 2012-12-19 13:30+0200\n"
7
- "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
- "Language: de_DE\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:76
20
  msgid "Activated plugins"
21
  msgstr "Aktivierte PlugIns"
22
 
23
- #: contact_form.php:78 contact_form.php:86 contact_form.php:94
 
 
24
  msgid "Read more"
25
  msgstr "Lesen Sie mehr"
26
 
27
- #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
 
 
28
  msgid "Settings"
29
  msgstr "Einstellungen"
30
 
31
- #: contact_form.php:84
32
  msgid "Installed plugins"
33
  msgstr "Installierte PlugIns"
34
 
35
- #: contact_form.php:92
36
  msgid "Recommended plugins"
37
  msgstr "Empfohlene PlugIns"
38
 
39
- #: contact_form.php:94
40
  msgid "Download"
41
  msgstr "Download"
42
 
43
- #: contact_form.php:94
44
  #, php-format
45
  msgid "Install %s"
46
  msgstr "Installiere %s"
47
 
48
- #: contact_form.php:94
49
  msgid "Install now from wordpress.org"
50
  msgstr "installiere jetzt von wordpress.org"
51
 
52
- #: contact_form.php:96
53
- msgid ""
54
- "If you have any questions, please contact us via plugin@bestwebsoft.com or "
55
- "fill in our contact form on our site"
56
- msgstr ""
57
- "Bei Fragen wenden Sie sich an plugin@bestwebsoft.com oder füllen Sie das "
58
- "Kontakformular auf unserer Webseite aus"
59
 
60
- #: contact_form.php:108 contact_form.php:401
 
61
  msgid "Contact Form Options"
62
  msgstr "Contact Form Einstellungen"
63
 
64
- #: contact_form.php:108
65
  msgid "Contact Form"
66
  msgstr "Contact Form"
67
 
68
- #: contact_form.php:145 contact_form.php:535 contact_form.php:555
 
 
69
  msgid "Name:"
70
  msgstr "Name:"
71
 
72
- #: contact_form.php:146 contact_form.php:536 contact_form.php:556
73
- msgid "E-Mail Address:"
 
 
74
  msgstr "E-Mail-Adresse:"
75
 
76
- #: contact_form.php:147 contact_form.php:537 contact_form.php:557
77
- msgid "Phone:"
 
 
78
  msgstr ""
79
 
80
- #: contact_form.php:148 contact_form.php:538 contact_form.php:558
 
 
81
  msgid "Subject:"
82
  msgstr "Betreff:"
83
 
84
- #: contact_form.php:149 contact_form.php:539 contact_form.php:559
 
 
85
  msgid "Message:"
86
  msgstr "Nachricht:"
87
 
88
- #: contact_form.php:150 contact_form.php:540 contact_form.php:560
 
 
89
  msgid "Attachment:"
90
  msgstr "Anhang:"
91
 
92
- #: contact_form.php:151 contact_form.php:541 contact_form.php:561
 
 
93
  msgid "Submit"
94
  msgstr "senden"
95
 
96
- #: contact_form.php:152
97
  msgid "Your name is required."
98
  msgstr "Ihr Name wird benötigt"
99
 
100
- #: contact_form.php:153
101
  msgid "A proper e-mail address is required."
102
  msgstr "Eine korrekte E-Mail-Adresse ist zwingend."
103
 
104
- #: contact_form.php:154
105
- msgid "Subject text is required."
106
  msgstr "Bitte geben Sie einen Betreff ein."
107
 
108
- #: contact_form.php:155
109
  msgid "Message text is required."
110
  msgstr "Bitte geben Sie eine Nachricht ein."
111
 
112
- #: contact_form.php:156
113
  #, fuzzy
114
- msgid "Phone is required field."
115
  msgstr "Ihr Name wird benötigt"
116
 
117
- #: contact_form.php:157
118
- msgid "Attachment is broken."
119
  msgstr "Anhang scheint defekt zu sein."
120
 
121
- #: contact_form.php:158
122
- msgid "Please complete the CAPTCHA."
123
  msgstr "Bitte ergänzen Sie das CAPTCHA."
124
 
125
- #: contact_form.php:159
126
  msgid "Please make corrections below and try again."
127
- msgstr ""
128
- "Bitte führen Sie die Korrekturen unten durch und versuchen Sie es erneut."
129
 
130
- #: contact_form.php:161
131
  msgid "Thank you for contacting us."
132
  msgstr "Danke für Ihre Nachricht."
133
 
134
- #: contact_form.php:356
135
- msgid ""
136
- "If the option 'Redirect to page' is selected then url field should be "
137
- "fillied in the following format"
138
  msgstr ""
139
 
140
- #: contact_form.php:365
141
- msgid "Such user is not exist. Settings are not saved."
142
  msgstr "Dieser Benutzer existiert nicht. Einstellungen nicht gespeichert."
143
 
144
- #: contact_form.php:370
145
- msgid "Please input correct email. Settings are not saved."
146
- msgstr ""
147
- "Bitte geben Sie eine korrekte E-Mail-Adresse ein. Einstellungen nicht "
148
- "gespeichert."
149
 
150
- #: contact_form.php:376
151
  #, fuzzy
152
- msgid "Please input correct 'FROM' email. Settings are not saved."
153
- msgstr ""
154
- "Bitte geben Sie eine korrekte E-Mail-Adresse ein. Einstellungen nicht "
155
- "gespeichert."
156
 
157
- #: contact_form.php:381
158
  msgid "Options saved."
159
  msgstr "Einstellungen gespeichert."
160
 
161
- #: contact_form.php:406
162
- msgid ""
163
- "If you would like to add a Contact Form to your website, just copy and put "
164
- "this shortcode onto your post or page or widget:"
165
- msgstr ""
166
- "Wenn Sie Contact Form in Ihrer Webpräsenz verwenden wollen, kopieren Sie "
167
- "einfach folgenden shortcode auf Ihre Seite oder Ihren Artikel oder widget:"
168
 
169
- #: contact_form.php:407
170
- msgid ""
171
- "If information in the below fields are empty then the message will be send "
172
- "to an address which was specified during registration."
173
- msgstr ""
174
- "Wenn das folgende Feld leer bleibt wird die Nachricht an die Adresse "
175
- "gesandt, die bei der Registrierung angegeben wurde."
176
 
177
- #: contact_form.php:411
178
- msgid "Use email of wordpress user:"
179
  msgstr "Benutze die E-Mail-Adresse von WordPress-Benutzer:"
180
 
181
- #: contact_form.php:415
182
- msgid "Select user name"
183
  msgstr "Wähle Benutzer"
184
 
185
- #: contact_form.php:420
186
- msgid "Set a name of user who will get messages from a contact form."
187
- msgstr ""
188
- "Definieren Sie die Benutzer, die Nachrichten von Contact Form bekommen "
189
- "sollen."
190
 
191
- #: contact_form.php:424
192
- msgid "Use this email:"
193
  msgstr "Verwende diese E-Mail-Adresse:"
194
 
195
- #: contact_form.php:427
196
- msgid "Set an email address which will be used for messages receiving."
197
  msgstr "Definieren Sie die E-Mail-Adresse, die Contact Form verwenden soll."
198
 
199
- #: contact_form.php:431
200
  msgid "Additional options"
201
  msgstr "Erweiterte Optionen"
202
 
203
- #: contact_form.php:434
204
  msgid "Display Attachment block"
205
  msgstr "Anhänge erlauben"
206
 
207
- #: contact_form.php:436
208
- msgid "Users can attach files of the following types"
209
  msgstr "Benutzer können folgende Dateitypen anhängen"
210
 
211
- #: contact_form.php:440
212
- msgid "Display Attachment explanations"
213
  msgstr ""
214
 
215
- #: contact_form.php:442
216
- msgid "Display explanations after Attachment block"
217
  msgstr ""
218
 
219
- #: contact_form.php:446
220
  msgid "Display Send me a copy block"
221
  msgstr "Kopie-an-mich anzeigen"
222
 
223
- #: contact_form.php:452
224
- msgid "What use?"
225
  msgstr ""
226
 
227
- #: contact_form.php:455
228
  msgid "Wp-mail"
229
  msgstr "Wp-mail"
230
 
231
- #: contact_form.php:456
232
- msgid "To send mail you can use the wordpress wp_mail function"
233
  msgstr ""
234
 
235
- #: contact_form.php:462
236
  msgid "Mail"
237
  msgstr "Mail"
238
 
239
- #: contact_form.php:463
240
  msgid "To send mail you can use the php mail function"
241
  msgstr ""
242
 
243
- #: contact_form.php:467
244
  #, fuzzy
245
- msgid "Change text for 'FROM' field of the email"
246
  msgstr "Veränderung gegenüber Felder des Kontaktformulars"
247
 
248
- #: contact_form.php:473
249
- msgid "Select email for 'FROM' field of the email"
250
- msgstr ""
251
-
252
  #: contact_form.php:475
253
- msgid ""
254
- "In the field 'From' in the mail it will use email of that user who fills the "
255
- "form."
256
  msgstr ""
257
 
258
  #: contact_form.php:477
259
- msgid "In the field 'From' it will use this email."
260
  msgstr ""
261
 
262
- #: contact_form.php:481
 
 
 
 
263
  msgid "Display phone field"
264
  msgstr ""
265
 
266
- #: contact_form.php:487
267
- msgid "Required field"
268
  msgstr ""
269
 
270
- #: contact_form.php:489 contact_form.php:953
 
271
  msgid "Name"
272
  msgstr "Nome"
273
 
274
- #: contact_form.php:490
275
- #, fuzzy
276
  msgid "E-Mail Address"
277
- msgstr "E-Mail-Adresse:"
278
 
279
- #: contact_form.php:491 contact_form.php:961
 
280
  msgid "Phone"
281
  msgstr ""
282
 
283
- #: contact_form.php:492 contact_form.php:964
 
284
  msgid "Subject"
285
  msgstr "Betreff"
286
 
287
- #: contact_form.php:493 contact_form.php:967
 
288
  msgid "Message"
289
  msgstr "Nachricht"
290
 
291
- #: contact_form.php:497
292
  msgid "Display additional info in email"
293
  msgstr ""
294
 
295
- #: contact_form.php:502 contact_form.php:925
 
296
  msgid "Sent from (ip address)"
297
  msgstr "Gesendet von (IP-Adresse)"
298
 
299
- #: contact_form.php:503 contact_form.php:930
 
300
  msgid "Date/Time"
301
  msgstr "Datum / Uhrzeit"
302
 
303
- #: contact_form.php:504 contact_form.php:935
304
- msgid "Coming from (referer)"
 
305
  msgstr "gesendet von (referer)"
306
 
307
- #: contact_form.php:505 contact_form.php:940
 
308
  msgid "Using (user agent)"
309
  msgstr "mit (user agent)"
310
 
311
- #: contact_form.php:509
312
- msgid "Language settings for label fields"
313
  msgstr ""
314
 
315
- #: contact_form.php:518
316
  msgid "Add language"
317
  msgstr ""
318
 
319
- #: contact_form.php:522
320
  #, fuzzy
321
- msgid "Change label for fields of the contact form and error messages"
322
  msgstr "Ändern Sie die Bezeichnung der Felder des Kontaktformulars"
323
 
324
- #: contact_form.php:527 contact_form.php:580
 
325
  msgid "English"
326
  msgstr ""
327
 
328
- #: contact_form.php:542 contact_form.php:562
329
- msgid "Error message for name field"
 
330
  msgstr ""
331
 
332
- #: contact_form.php:543 contact_form.php:563
333
- msgid "Error message for email field"
 
334
  msgstr ""
335
 
336
- #: contact_form.php:544 contact_form.php:564
337
- msgid "Error message for phone field"
 
338
  msgstr ""
339
 
340
- #: contact_form.php:545 contact_form.php:565
341
- msgid "Error message for subject field"
 
342
  msgstr ""
343
 
344
- #: contact_form.php:546 contact_form.php:566
345
- msgid "Error message for message field"
 
346
  msgstr ""
347
 
348
- #: contact_form.php:547 contact_form.php:567
349
- msgid "Error message for attachment field"
 
350
  msgstr ""
351
 
352
- #: contact_form.php:548 contact_form.php:568
353
- msgid "Error message for captcha"
 
354
  msgstr ""
355
 
356
- #: contact_form.php:549 contact_form.php:569
357
- msgid "Error message for all form"
 
358
  msgstr ""
359
 
360
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
361
- #: contact_form.php:595
 
 
362
  msgid "Use shortcode"
363
  msgstr ""
364
 
365
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
366
- #: contact_form.php:595
 
 
367
  msgid "for this language"
368
  msgstr ""
369
 
370
- #: contact_form.php:577
371
- msgid "Action after the send mail"
372
  msgstr ""
373
 
374
- #: contact_form.php:579
375
  #, fuzzy
376
  msgid "Display text"
377
  msgstr "Anhänge erlauben"
378
 
379
- #: contact_form.php:588 contact_form.php:594
 
380
  msgid "Text"
381
  msgstr ""
382
 
383
- #: contact_form.php:601
384
- msgid "Redirect to page"
385
  msgstr ""
386
 
387
- #: contact_form.php:602
388
  msgid "Url"
389
  msgstr ""
390
 
391
- #: contact_form.php:607
392
  msgid "Save Changes"
393
  msgstr "Änderungen speichern"
394
 
395
- #: contact_form.php:646
396
- msgid "Sorry, your e-mail could not be delivered."
397
  msgstr "Entschuldigung, Ihre E-Mail konnte leider nicht zugestellt werden."
398
 
399
- #: contact_form.php:716
400
- msgid "You can attach files of the following types"
401
  msgstr "Sie können folgende Dateitypen anhängen"
402
 
403
- #: contact_form.php:724
404
  msgid "Send me a copy"
405
  msgstr "Kopie an mich senden"
406
 
407
- #: contact_form.php:948
408
  msgid "Contact from"
409
  msgstr "Kontakt von"
410
 
411
- #: contact_form.php:956
412
  msgid "Email"
413
  msgstr "E-Mail"
414
 
415
- #: contact_form.php:970
416
  msgid "Site"
417
  msgstr "Site"
418
 
419
- #: contact_form.php:1021
420
- msgid "If you can see this MIME than your client doesn't accept MIME types!"
421
  msgstr "Wenn Sie dieses MIME sehen, unterstützt Ihr Client keine MIME-Typen!"
422
 
423
- #: contact_form.php:1074
424
  msgid "FAQ"
425
  msgstr "Häufig gestellte Fragen (FAQ)"
426
 
427
- #: contact_form.php:1075
428
  msgid "Support"
429
  msgstr "Unterstützung"
430
 
431
- #: contact_form.php:1121
432
- msgid "Are you sure you want to delete this language?"
433
  msgstr ""
434
 
435
  #~ msgid "E-Mail Addresse:"
436
  #~ msgstr "Indirizzo e-mail:"
437
-
438
  #~ msgid "Install Now"
439
  #~ msgstr "Installa Ora"
440
-
441
  #~ msgid "BWS Plugins"
442
  #~ msgstr "BWS Plugins"
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-02-07 16:49+0300\n"
6
+ "PO-Revision-Date: 2013-02-07 16:50+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:78
20
  msgid "Activated plugins"
21
  msgstr "Aktivierte PlugIns"
22
 
23
+ #: contact_form.php:80
24
+ #: contact_form.php:88
25
+ #: contact_form.php:96
26
  msgid "Read more"
27
  msgstr "Lesen Sie mehr"
28
 
29
+ #: contact_form.php:80
30
+ #: contact_form.php:1066
31
+ #: contact_form.php:1075
32
  msgid "Settings"
33
  msgstr "Einstellungen"
34
 
35
+ #: contact_form.php:86
36
  msgid "Installed plugins"
37
  msgstr "Installierte PlugIns"
38
 
39
+ #: contact_form.php:94
40
  msgid "Recommended plugins"
41
  msgstr "Empfohlene PlugIns"
42
 
43
+ #: contact_form.php:96
44
  msgid "Download"
45
  msgstr "Download"
46
 
47
+ #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "Installiere %s"
51
 
52
+ #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "installiere jetzt von wordpress.org"
55
 
56
+ #: contact_form.php:98
57
+ msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
58
+ msgstr "Bei Fragen wenden Sie sich an plugin@bestwebsoft.com oder füllen Sie das Kontakformular auf unserer Webseite aus"
 
 
 
 
59
 
60
+ #: contact_form.php:110
61
+ #: contact_form.php:403
62
  msgid "Contact Form Options"
63
  msgstr "Contact Form Einstellungen"
64
 
65
+ #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "Contact Form"
68
 
69
+ #: contact_form.php:147
70
+ #: contact_form.php:537
71
+ #: contact_form.php:557
72
  msgid "Name:"
73
  msgstr "Name:"
74
 
75
+ #: contact_form.php:148
76
+ #: contact_form.php:538
77
+ #: contact_form.php:558
78
+ msgid "Email Address:"
79
  msgstr "E-Mail-Adresse:"
80
 
81
+ #: contact_form.php:149
82
+ #: contact_form.php:539
83
+ #: contact_form.php:559
84
+ msgid "Phone number:"
85
  msgstr ""
86
 
87
+ #: contact_form.php:150
88
+ #: contact_form.php:540
89
+ #: contact_form.php:560
90
  msgid "Subject:"
91
  msgstr "Betreff:"
92
 
93
+ #: contact_form.php:151
94
+ #: contact_form.php:541
95
+ #: contact_form.php:561
96
  msgid "Message:"
97
  msgstr "Nachricht:"
98
 
99
+ #: contact_form.php:152
100
+ #: contact_form.php:542
101
+ #: contact_form.php:562
102
  msgid "Attachment:"
103
  msgstr "Anhang:"
104
 
105
+ #: contact_form.php:153
106
+ #: contact_form.php:543
107
+ #: contact_form.php:563
108
  msgid "Submit"
109
  msgstr "senden"
110
 
111
+ #: contact_form.php:154
112
  msgid "Your name is required."
113
  msgstr "Ihr Name wird benötigt"
114
 
115
+ #: contact_form.php:155
116
  msgid "A proper e-mail address is required."
117
  msgstr "Eine korrekte E-Mail-Adresse ist zwingend."
118
 
119
+ #: contact_form.php:156
120
+ msgid "Subject is required."
121
  msgstr "Bitte geben Sie einen Betreff ein."
122
 
123
+ #: contact_form.php:157
124
  msgid "Message text is required."
125
  msgstr "Bitte geben Sie eine Nachricht ein."
126
 
127
+ #: contact_form.php:158
128
  #, fuzzy
129
+ msgid "Phone number is required."
130
  msgstr "Ihr Name wird benötigt"
131
 
132
+ #: contact_form.php:159
133
+ msgid "File format is not valid."
134
  msgstr "Anhang scheint defekt zu sein."
135
 
136
+ #: contact_form.php:160
137
+ msgid "Please fill out the CAPTCHA."
138
  msgstr "Bitte ergänzen Sie das CAPTCHA."
139
 
140
+ #: contact_form.php:161
141
  msgid "Please make corrections below and try again."
142
+ msgstr "Bitte führen Sie die Korrekturen unten durch und versuchen Sie es erneut."
 
143
 
144
+ #: contact_form.php:163
145
  msgid "Thank you for contacting us."
146
  msgstr "Danke für Ihre Nachricht."
147
 
148
+ #: contact_form.php:358
149
+ msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
 
 
150
  msgstr ""
151
 
152
+ #: contact_form.php:367
153
+ msgid "Such user does not exist. Settings are not saved."
154
  msgstr "Dieser Benutzer existiert nicht. Einstellungen nicht gespeichert."
155
 
156
+ #: contact_form.php:372
157
+ msgid "Please enter a valid email address. Settings are not saved."
158
+ msgstr "Bitte geben Sie eine korrekte E-Mail-Adresse ein. Einstellungen nicht gespeichert."
 
 
159
 
160
+ #: contact_form.php:378
161
  #, fuzzy
162
+ msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
163
+ msgstr "Bitte geben Sie eine korrekte E-Mail-Adresse ein. Einstellungen nicht gespeichert."
 
 
164
 
165
+ #: contact_form.php:383
166
  msgid "Options saved."
167
  msgstr "Einstellungen gespeichert."
168
 
169
+ #: contact_form.php:408
170
+ 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:"
171
+ msgstr "Wenn Sie Contact Form in Ihrer Webpräsenz verwenden wollen, kopieren Sie einfach folgenden shortcode auf Ihre Seite oder Ihren Artikel oder widget:"
 
 
 
 
172
 
173
+ #: contact_form.php:409
174
+ msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
175
+ msgstr "Wenn das folgende Feld leer bleibt wird die Nachricht an die Adresse gesandt, die bei der Registrierung angegeben wurde."
 
 
 
 
176
 
177
+ #: contact_form.php:413
178
+ msgid "The user's email address:"
179
  msgstr "Benutze die E-Mail-Adresse von WordPress-Benutzer:"
180
 
181
+ #: contact_form.php:417
182
+ msgid "Create a username"
183
  msgstr "Wähle Benutzer"
184
 
185
+ #: contact_form.php:422
186
+ msgid "Enter a username of the person who should get the messages from the contact form."
187
+ msgstr "Definieren Sie die Benutzer, die Nachrichten von Contact Form bekommen sollen."
 
 
188
 
189
+ #: contact_form.php:426
190
+ msgid "Use this email address:"
191
  msgstr "Verwende diese E-Mail-Adresse:"
192
 
193
+ #: contact_form.php:429
194
+ msgid "Enter the email address you want the messages forwarded to."
195
  msgstr "Definieren Sie die E-Mail-Adresse, die Contact Form verwenden soll."
196
 
197
+ #: contact_form.php:433
198
  msgid "Additional options"
199
  msgstr "Erweiterte Optionen"
200
 
201
+ #: contact_form.php:436
202
  msgid "Display Attachment block"
203
  msgstr "Anhänge erlauben"
204
 
205
+ #: contact_form.php:438
206
+ msgid "Users can attach the following file formats"
207
  msgstr "Benutzer können folgende Dateitypen anhängen"
208
 
209
+ #: contact_form.php:442
210
+ msgid "Display Attachment tips"
211
  msgstr ""
212
 
213
+ #: contact_form.php:444
214
+ msgid "Display tips below the Attachment block"
215
  msgstr ""
216
 
217
+ #: contact_form.php:448
218
  msgid "Display Send me a copy block"
219
  msgstr "Kopie-an-mich anzeigen"
220
 
221
+ #: contact_form.php:454
222
+ msgid "What to use?"
223
  msgstr ""
224
 
225
+ #: contact_form.php:457
226
  msgid "Wp-mail"
227
  msgstr "Wp-mail"
228
 
229
+ #: contact_form.php:458
230
+ msgid "You can use the wp_mail function for mailing"
231
  msgstr ""
232
 
233
+ #: contact_form.php:464
234
  msgid "Mail"
235
  msgstr "Mail"
236
 
237
+ #: contact_form.php:465
238
  msgid "To send mail you can use the php mail function"
239
  msgstr ""
240
 
241
+ #: contact_form.php:469
242
  #, fuzzy
243
+ msgid "Change text of the 'FROM' field"
244
  msgstr "Veränderung gegenüber Felder des Kontaktformulars"
245
 
 
 
 
 
246
  #: contact_form.php:475
247
+ msgid "Enter the email address in the 'From' field"
 
 
248
  msgstr ""
249
 
250
  #: contact_form.php:477
251
+ msgid "The email address of the user who fills the form is going to be used in the field 'From'."
252
  msgstr ""
253
 
254
+ #: contact_form.php:479
255
+ msgid "This email address will be used in the 'From' field."
256
+ msgstr ""
257
+
258
+ #: contact_form.php:483
259
  msgid "Display phone field"
260
  msgstr ""
261
 
262
+ #: contact_form.php:489
263
+ msgid "Required fields"
264
  msgstr ""
265
 
266
+ #: contact_form.php:491
267
+ #: contact_form.php:955
268
  msgid "Name"
269
  msgstr "Nome"
270
 
271
+ #: contact_form.php:492
 
272
  msgid "E-Mail Address"
273
+ msgstr "E-Mail-Adresse"
274
 
275
+ #: contact_form.php:493
276
+ #: contact_form.php:963
277
  msgid "Phone"
278
  msgstr ""
279
 
280
+ #: contact_form.php:494
281
+ #: contact_form.php:966
282
  msgid "Subject"
283
  msgstr "Betreff"
284
 
285
+ #: contact_form.php:495
286
+ #: contact_form.php:969
287
  msgid "Message"
288
  msgstr "Nachricht"
289
 
290
+ #: contact_form.php:499
291
  msgid "Display additional info in email"
292
  msgstr ""
293
 
294
+ #: contact_form.php:504
295
+ #: contact_form.php:927
296
  msgid "Sent from (ip address)"
297
  msgstr "Gesendet von (IP-Adresse)"
298
 
299
+ #: contact_form.php:505
300
+ #: contact_form.php:932
301
  msgid "Date/Time"
302
  msgstr "Datum / Uhrzeit"
303
 
304
+ #: contact_form.php:506
305
+ #: contact_form.php:937
306
+ msgid "Sent from (referer)"
307
  msgstr "gesendet von (referer)"
308
 
309
+ #: contact_form.php:507
310
+ #: contact_form.php:942
311
  msgid "Using (user agent)"
312
  msgstr "mit (user agent)"
313
 
314
+ #: contact_form.php:511
315
+ msgid "Language settings for the field names in the form"
316
  msgstr ""
317
 
318
+ #: contact_form.php:520
319
  msgid "Add language"
320
  msgstr ""
321
 
322
+ #: contact_form.php:524
323
  #, fuzzy
324
+ msgid "Change the names of the contact form fields and error messages"
325
  msgstr "Ändern Sie die Bezeichnung der Felder des Kontaktformulars"
326
 
327
+ #: contact_form.php:529
328
+ #: contact_form.php:582
329
  msgid "English"
330
  msgstr ""
331
 
332
+ #: contact_form.php:544
333
+ #: contact_form.php:564
334
+ msgid "Error message for the Name field"
335
  msgstr ""
336
 
337
+ #: contact_form.php:545
338
+ #: contact_form.php:565
339
+ msgid "Error message for the Email field"
340
  msgstr ""
341
 
342
+ #: contact_form.php:546
343
+ #: contact_form.php:566
344
+ msgid "Error message for the Phone field"
345
  msgstr ""
346
 
347
+ #: contact_form.php:547
348
+ #: contact_form.php:567
349
+ msgid "Error message for the Subject field"
350
  msgstr ""
351
 
352
+ #: contact_form.php:548
353
+ #: contact_form.php:568
354
+ msgid "Error message for the Message field"
355
  msgstr ""
356
 
357
+ #: contact_form.php:549
358
+ #: contact_form.php:569
359
+ msgid "Error message for the Attachment field"
360
  msgstr ""
361
 
362
+ #: contact_form.php:550
363
+ #: contact_form.php:570
364
+ msgid "Error message for the Captcha field"
365
  msgstr ""
366
 
367
+ #: contact_form.php:551
368
+ #: contact_form.php:571
369
+ msgid "Error message for the whole form"
370
  msgstr ""
371
 
372
+ #: contact_form.php:552
373
+ #: contact_form.php:572
374
+ #: contact_form.php:591
375
+ #: contact_form.php:597
376
  msgid "Use shortcode"
377
  msgstr ""
378
 
379
+ #: contact_form.php:552
380
+ #: contact_form.php:572
381
+ #: contact_form.php:591
382
+ #: contact_form.php:597
383
  msgid "for this language"
384
  msgstr ""
385
 
386
+ #: contact_form.php:579
387
+ msgid "Action after email is sent"
388
  msgstr ""
389
 
390
+ #: contact_form.php:581
391
  #, fuzzy
392
  msgid "Display text"
393
  msgstr "Anhänge erlauben"
394
 
395
+ #: contact_form.php:590
396
+ #: contact_form.php:596
397
  msgid "Text"
398
  msgstr ""
399
 
400
+ #: contact_form.php:603
401
+ msgid "Redirect to the page"
402
  msgstr ""
403
 
404
+ #: contact_form.php:604
405
  msgid "Url"
406
  msgstr ""
407
 
408
+ #: contact_form.php:609
409
  msgid "Save Changes"
410
  msgstr "Änderungen speichern"
411
 
412
+ #: contact_form.php:648
413
+ msgid "Sorry, email message could not be delivered."
414
  msgstr "Entschuldigung, Ihre E-Mail konnte leider nicht zugestellt werden."
415
 
416
+ #: contact_form.php:718
417
+ msgid "You can attach the following file formats"
418
  msgstr "Sie können folgende Dateitypen anhängen"
419
 
420
+ #: contact_form.php:726
421
  msgid "Send me a copy"
422
  msgstr "Kopie an mich senden"
423
 
424
+ #: contact_form.php:950
425
  msgid "Contact from"
426
  msgstr "Kontakt von"
427
 
428
+ #: contact_form.php:958
429
  msgid "Email"
430
  msgstr "E-Mail"
431
 
432
+ #: contact_form.php:972
433
  msgid "Site"
434
  msgstr "Site"
435
 
436
+ #: contact_form.php:1023
437
+ msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
438
  msgstr "Wenn Sie dieses MIME sehen, unterstützt Ihr Client keine MIME-Typen!"
439
 
440
+ #: contact_form.php:1076
441
  msgid "FAQ"
442
  msgstr "Häufig gestellte Fragen (FAQ)"
443
 
444
+ #: contact_form.php:1077
445
  msgid "Support"
446
  msgstr "Unterstützung"
447
 
448
+ #: contact_form.php:1123
449
+ msgid "Are you sure that you want to delete this language data?"
450
  msgstr ""
451
 
452
  #~ msgid "E-Mail Addresse:"
453
  #~ msgstr "Indirizzo e-mail:"
 
454
  #~ msgid "Install Now"
455
  #~ msgstr "Installa Ora"
 
456
  #~ msgid "BWS Plugins"
457
  #~ msgstr "BWS Plugins"
458
+
languages/contact_form-el_GR.mo CHANGED
Binary file
languages/contact_form-el_GR.po CHANGED
@@ -2,439 +2,458 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-12-19 13:30+0200\n"
6
- "PO-Revision-Date: 2012-12-19 13:30+0200\n"
7
- "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Pantelis Panteloglou <ppanteloglou@gmail.com>\n"
9
- "Language: el_GR\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:76
20
  msgid "Activated plugins"
21
  msgstr "Ενεργοποιημένα πρόσθετα"
22
 
23
- #: contact_form.php:78 contact_form.php:86 contact_form.php:94
 
 
24
  msgid "Read more"
25
  msgstr "Διαβάστε περισσότερα"
26
 
27
- #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
 
 
28
  msgid "Settings"
29
  msgstr "Ρυθμίσεις"
30
 
31
- #: contact_form.php:84
32
  msgid "Installed plugins"
33
  msgstr "Εγκατεστημένα πρόσθετα"
34
 
35
- #: contact_form.php:92
36
  msgid "Recommended plugins"
37
  msgstr "Προτεινόμενα πρόσθετα"
38
 
39
- #: contact_form.php:94
40
  msgid "Download"
41
  msgstr "Κατέβασμα"
42
 
43
- #: contact_form.php:94
44
  #, php-format
45
  msgid "Install %s"
46
  msgstr "Εγκατάσταση %s"
47
 
48
- #: contact_form.php:94
49
  msgid "Install now from wordpress.org"
50
  msgstr "Εγκαταστήστε τώρα από το wordpress.org"
51
 
52
- #: contact_form.php:96
53
- msgid ""
54
- "If you have any questions, please contact us via plugin@bestwebsoft.com or "
55
- "fill in our contact form on our site"
56
- msgstr ""
57
- "Αν έχετε απορίες, επικοινωνήστε στο plugin@bestwebsoft.com ή μέσω της φόρμας "
58
- "επικοινωνίας της ιστοσελίδας μας"
59
 
60
- #: contact_form.php:108 contact_form.php:401
 
61
  msgid "Contact Form Options"
62
  msgstr "Επιλογές φόρμας επικοινωνίας"
63
 
64
- #: contact_form.php:108
65
  msgid "Contact Form"
66
  msgstr "Φόρμα επικοινωνίας"
67
 
68
- #: contact_form.php:145 contact_form.php:535 contact_form.php:555
 
 
69
  msgid "Name:"
70
  msgstr "Όνομα:"
71
 
72
- #: contact_form.php:146 contact_form.php:536 contact_form.php:556
73
- msgid "E-Mail Address:"
 
 
74
  msgstr "Διεύθυνση e-mail:"
75
 
76
- #: contact_form.php:147 contact_form.php:537 contact_form.php:557
77
- msgid "Phone:"
 
 
78
  msgstr ""
79
 
80
- #: contact_form.php:148 contact_form.php:538 contact_form.php:558
 
 
81
  msgid "Subject:"
82
  msgstr "Θέμα:"
83
 
84
- #: contact_form.php:149 contact_form.php:539 contact_form.php:559
 
 
85
  msgid "Message:"
86
  msgstr "Μήνυμα:"
87
 
88
- #: contact_form.php:150 contact_form.php:540 contact_form.php:560
 
 
89
  msgid "Attachment:"
90
  msgstr "Επισύναψη:"
91
 
92
- #: contact_form.php:151 contact_form.php:541 contact_form.php:561
 
 
93
  msgid "Submit"
94
  msgstr "Υποβολή"
95
 
96
- #: contact_form.php:152
97
  msgid "Your name is required."
98
  msgstr "Γράψτε οπωσδήποτε το όνομά σας."
99
 
100
- #: contact_form.php:153
101
  msgid "A proper e-mail address is required."
102
  msgstr "Απαιτείται μια έγκυρη διεύθυνση e-mail."
103
 
104
- #: contact_form.php:154
105
- msgid "Subject text is required."
106
  msgstr "Γράψτε οπωσδήποτε ένα θέμα"
107
 
108
- #: contact_form.php:155
109
  msgid "Message text is required."
110
  msgstr "Απαιτείται κείμενο μηνύματος."
111
 
112
- #: contact_form.php:156
113
  #, fuzzy
114
- msgid "Phone is required field."
115
  msgstr "Γράψτε οπωσδήποτε το όνομά σας."
116
 
117
- #: contact_form.php:157
118
- msgid "Attachment is broken."
119
  msgstr "Το επισυναπτόμενο δεν λειτουργεί."
120
 
121
- #: contact_form.php:158
122
- msgid "Please complete the CAPTCHA."
123
  msgstr "Συμπληρώστε το CAPTCHA."
124
 
125
- #: contact_form.php:159
126
  msgid "Please make corrections below and try again."
127
  msgstr "Κάνετε διορθώσεις παρακάτω και ξαναπροσπαθήστε."
128
 
129
- #: contact_form.php:161
130
  msgid "Thank you for contacting us."
131
  msgstr "Ευχαριστούμε για την επικοινωνία."
132
 
133
- #: contact_form.php:356
134
- msgid ""
135
- "If the option 'Redirect to page' is selected then url field should be "
136
- "fillied in the following format"
137
  msgstr ""
138
 
139
- #: contact_form.php:365
140
- msgid "Such user is not exist. Settings are not saved."
141
  msgstr "Δεν υπάρχει τέτοιος χρήστης. Οι επιλογές δεν αποθηκεύτηκαν."
142
 
143
- #: contact_form.php:370
144
- msgid "Please input correct email. Settings are not saved."
145
- msgstr ""
146
- "Παρακαλούμε εισάγετε μια σωστή διεύθυνση email. Οι επιλογές δεν "
147
- "αποθηκεύτηκαν."
148
 
149
- #: contact_form.php:376
150
  #, fuzzy
151
- msgid "Please input correct 'FROM' email. Settings are not saved."
152
- msgstr ""
153
- "Παρακαλούμε εισάγετε μια σωστή διεύθυνση email. Οι επιλογές δεν "
154
- "αποθηκεύτηκαν."
155
 
156
- #: contact_form.php:381
157
  msgid "Options saved."
158
  msgstr "Οι επιλογές αποθηκεύτηκαν."
159
 
160
- #: contact_form.php:406
161
- msgid ""
162
- "If you would like to add a Contact Form to your website, just copy and put "
163
- "this shortcode onto your post or page or widget:"
164
- msgstr ""
165
- "Αν θέλετε να προσθέσετε μια φόρμα επικοινωνίας στην ιστοσελίδα σας, "
166
- "αντιγράψτε αυτό τον σύντομο κώδικα στην ανάρτηση, τη σελίδα ή το πρόσθετό "
167
- "σας:"
168
 
169
- #: contact_form.php:407
170
- msgid ""
171
- "If information in the below fields are empty then the message will be send "
172
- "to an address which was specified during registration."
173
- msgstr ""
174
- "Αν τα παρακάτω πεδία είναι κενά, το μήνυμα θα σταλεί στη διεύθυνση που "
175
- "ορίστηκε κατά την εγγραφή"
176
 
177
- #: contact_form.php:411
178
- msgid "Use email of wordpress user:"
179
  msgstr "Τα μηνύματα θα στέλνονται στο email του χρήστη:"
180
 
181
- #: contact_form.php:415
182
- msgid "Select user name"
183
  msgstr "επιλογή χρήστη"
184
 
185
- #: contact_form.php:420
186
- msgid "Set a name of user who will get messages from a contact form."
187
  msgstr "Τα μηνύματα θα λαμβάνει ο χρήστης"
188
 
189
- #: contact_form.php:424
190
- msgid "Use this email:"
191
  msgstr "Τα μηνύματα θα στέλνονται στο email "
192
 
193
- #: contact_form.php:427
194
- msgid "Set an email address which will be used for messages receiving."
195
  msgstr "Ορίστε την διεύθυνση email στην οποία θα αποστέλλονται τα μηνύματα."
196
 
197
- #: contact_form.php:431
198
  msgid "Additional options"
199
  msgstr "Πρόσθετες επιλογές"
200
 
201
- #: contact_form.php:434
202
  msgid "Display Attachment block"
203
  msgstr "Προβολή κουτιού επισύναψης αρχείου"
204
 
205
- #: contact_form.php:436
206
- msgid "Users can attach files of the following types"
207
  msgstr "Οι χρήστες μπορούν να επισυνάψουν αρχεία τύπου"
208
 
209
- #: contact_form.php:440
210
- msgid "Display Attachment explanations"
211
  msgstr ""
212
 
213
- #: contact_form.php:442
214
- msgid "Display explanations after Attachment block"
215
  msgstr ""
216
 
217
- #: contact_form.php:446
218
  msgid "Display Send me a copy block"
219
  msgstr "Προβολή κουτιού \"Στείλτο και σ' εμένα\""
220
 
221
- #: contact_form.php:452
222
- msgid "What use?"
223
  msgstr ""
224
 
225
- #: contact_form.php:455
226
  msgid "Wp-mail"
227
  msgstr "Wp-mail"
228
 
229
- #: contact_form.php:456
230
- msgid "To send mail you can use the wordpress wp_mail function"
231
  msgstr ""
232
 
233
- #: contact_form.php:462
234
  msgid "Mail"
235
  msgstr "Mail"
236
 
237
- #: contact_form.php:463
238
  msgid "To send mail you can use the php mail function"
239
  msgstr ""
240
 
241
- #: contact_form.php:467
242
  #, fuzzy
243
- msgid "Change text for 'FROM' field of the email"
244
  msgstr "Αλλάξτε το πεδίο \"ΑΠΟ\" της φόρμας επικοινωνίας"
245
 
246
- #: contact_form.php:473
247
- msgid "Select email for 'FROM' field of the email"
248
- msgstr ""
249
-
250
  #: contact_form.php:475
251
- msgid ""
252
- "In the field 'From' in the mail it will use email of that user who fills the "
253
- "form."
254
  msgstr ""
255
 
256
  #: contact_form.php:477
257
- msgid "In the field 'From' it will use this email."
 
 
 
 
258
  msgstr ""
259
 
260
- #: contact_form.php:481
261
  msgid "Display phone field"
262
  msgstr ""
263
 
264
- #: contact_form.php:487
265
- msgid "Required field"
266
  msgstr ""
267
 
268
- #: contact_form.php:489 contact_form.php:953
 
269
  msgid "Name"
270
  msgstr "Όνομα"
271
 
272
- #: contact_form.php:490
273
  #, fuzzy
274
  msgid "E-Mail Address"
275
  msgstr "Διεύθυνση e-mail:"
276
 
277
- #: contact_form.php:491 contact_form.php:961
 
278
  msgid "Phone"
279
  msgstr ""
280
 
281
- #: contact_form.php:492 contact_form.php:964
 
282
  msgid "Subject"
283
  msgstr "Θέμα"
284
 
285
- #: contact_form.php:493 contact_form.php:967
 
286
  msgid "Message"
287
  msgstr "Μήνυμα"
288
 
289
- #: contact_form.php:497
290
  msgid "Display additional info in email"
291
  msgstr "Προβολή πρόσθετων πληροφοριών στο email"
292
 
293
- #: contact_form.php:502 contact_form.php:925
 
294
  msgid "Sent from (ip address)"
295
  msgstr "Στάλθηκε από (διεύθυνση ip)"
296
 
297
- #: contact_form.php:503 contact_form.php:930
 
298
  msgid "Date/Time"
299
  msgstr "Ημερομηνία/Ώρα"
300
 
301
- #: contact_form.php:504 contact_form.php:935
302
- msgid "Coming from (referer)"
 
303
  msgstr "Από (referer)"
304
 
305
- #: contact_form.php:505 contact_form.php:940
 
306
  msgid "Using (user agent)"
307
  msgstr "με χρήση (user agent)"
308
 
309
- #: contact_form.php:509
310
- msgid "Language settings for label fields"
311
  msgstr ""
312
 
313
- #: contact_form.php:518
314
  msgid "Add language"
315
  msgstr ""
316
 
317
- #: contact_form.php:522
318
  #, fuzzy
319
- msgid "Change label for fields of the contact form and error messages"
320
  msgstr "Αλλαγή ετικετών πεδίων της φόρμας επικοινωνίας"
321
 
322
- #: contact_form.php:527 contact_form.php:580
 
323
  msgid "English"
324
  msgstr ""
325
 
326
- #: contact_form.php:542 contact_form.php:562
327
- msgid "Error message for name field"
 
328
  msgstr ""
329
 
330
- #: contact_form.php:543 contact_form.php:563
331
- msgid "Error message for email field"
 
332
  msgstr ""
333
 
334
- #: contact_form.php:544 contact_form.php:564
335
- msgid "Error message for phone field"
 
336
  msgstr ""
337
 
338
- #: contact_form.php:545 contact_form.php:565
339
- msgid "Error message for subject field"
 
340
  msgstr ""
341
 
342
- #: contact_form.php:546 contact_form.php:566
343
- msgid "Error message for message field"
 
344
  msgstr ""
345
 
346
- #: contact_form.php:547 contact_form.php:567
347
- msgid "Error message for attachment field"
 
348
  msgstr ""
349
 
350
- #: contact_form.php:548 contact_form.php:568
351
- msgid "Error message for captcha"
 
352
  msgstr ""
353
 
354
- #: contact_form.php:549 contact_form.php:569
355
- msgid "Error message for all form"
 
356
  msgstr ""
357
 
358
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
359
- #: contact_form.php:595
 
 
360
  msgid "Use shortcode"
361
  msgstr ""
362
 
363
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
364
- #: contact_form.php:595
 
 
365
  msgid "for this language"
366
  msgstr ""
367
 
368
- #: contact_form.php:577
369
- msgid "Action after the send mail"
370
  msgstr ""
371
 
372
- #: contact_form.php:579
373
  #, fuzzy
374
  msgid "Display text"
375
  msgstr "Προβολή κουτιού επισύναψης αρχείου"
376
 
377
- #: contact_form.php:588 contact_form.php:594
 
378
  msgid "Text"
379
  msgstr ""
380
 
381
- #: contact_form.php:601
382
- msgid "Redirect to page"
383
  msgstr ""
384
 
385
- #: contact_form.php:602
386
  msgid "Url"
387
  msgstr ""
388
 
389
- #: contact_form.php:607
390
  msgid "Save Changes"
391
  msgstr "Αποθήκευση αλλαγών"
392
 
393
- #: contact_form.php:646
394
- msgid "Sorry, your e-mail could not be delivered."
395
  msgstr "Δυστυχώς δεν μπορέσαμε να στείλουμε το email σας."
396
 
397
- #: contact_form.php:716
398
- msgid "You can attach files of the following types"
399
  msgstr "Μπορείτε να επισυνάψετε αρχεία τύπου"
400
 
401
- #: contact_form.php:724
402
  msgid "Send me a copy"
403
  msgstr "Στείλε μου ένα αντίγραφο"
404
 
405
- #: contact_form.php:948
406
  msgid "Contact from"
407
  msgstr "Επικοινωνία από"
408
 
409
- #: contact_form.php:956
410
  msgid "Email"
411
  msgstr "E-Mail"
412
 
413
- #: contact_form.php:970
414
  msgid "Site"
415
  msgstr "Ιστοσελίδα"
416
 
417
- #: contact_form.php:1021
418
- msgid "If you can see this MIME than your client doesn't accept MIME types!"
419
  msgstr "Wenn Sie dieses MIME sehen, unterstützt Ihr Client keine MIME-Typen!"
420
 
421
- #: contact_form.php:1074
422
  msgid "FAQ"
423
  msgstr "Συχνές ερωτήσεις"
424
 
425
- #: contact_form.php:1075
426
  msgid "Support"
427
  msgstr "Υποστήριξη"
428
 
429
- #: contact_form.php:1121
430
- msgid "Are you sure you want to delete this language?"
431
  msgstr ""
432
 
433
  #~ msgid "E-Mail Addresse:"
434
  #~ msgstr "Indirizzo e-mail:"
435
-
436
  #~ msgid "Install Now"
437
  #~ msgstr "Installa Ora"
438
-
439
  #~ msgid "BWS Plugins"
440
  #~ msgstr "BWS Plugins"
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-02-07 16:01+0300\n"
6
+ "PO-Revision-Date: 2013-02-07 16:01+0300\n"
7
+ "Last-Translator: \n"
8
  "Language-Team: Pantelis Panteloglou <ppanteloglou@gmail.com>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "Language: el_GR\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:78
20
  msgid "Activated plugins"
21
  msgstr "Ενεργοποιημένα πρόσθετα"
22
 
23
+ #: contact_form.php:80
24
+ #: contact_form.php:88
25
+ #: contact_form.php:96
26
  msgid "Read more"
27
  msgstr "Διαβάστε περισσότερα"
28
 
29
+ #: contact_form.php:80
30
+ #: contact_form.php:1066
31
+ #: contact_form.php:1075
32
  msgid "Settings"
33
  msgstr "Ρυθμίσεις"
34
 
35
+ #: contact_form.php:86
36
  msgid "Installed plugins"
37
  msgstr "Εγκατεστημένα πρόσθετα"
38
 
39
+ #: contact_form.php:94
40
  msgid "Recommended plugins"
41
  msgstr "Προτεινόμενα πρόσθετα"
42
 
43
+ #: contact_form.php:96
44
  msgid "Download"
45
  msgstr "Κατέβασμα"
46
 
47
+ #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "Εγκατάσταση %s"
51
 
52
+ #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "Εγκαταστήστε τώρα από το wordpress.org"
55
 
56
+ #: contact_form.php:98
57
+ msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
58
+ msgstr "Αν έχετε απορίες, επικοινωνήστε στο plugin@bestwebsoft.com ή μέσω της φόρμας επικοινωνίας της ιστοσελίδας μας"
 
 
 
 
59
 
60
+ #: contact_form.php:110
61
+ #: contact_form.php:403
62
  msgid "Contact Form Options"
63
  msgstr "Επιλογές φόρμας επικοινωνίας"
64
 
65
+ #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "Φόρμα επικοινωνίας"
68
 
69
+ #: contact_form.php:147
70
+ #: contact_form.php:537
71
+ #: contact_form.php:557
72
  msgid "Name:"
73
  msgstr "Όνομα:"
74
 
75
+ #: contact_form.php:148
76
+ #: contact_form.php:538
77
+ #: contact_form.php:558
78
+ msgid "Email Address:"
79
  msgstr "Διεύθυνση e-mail:"
80
 
81
+ #: contact_form.php:149
82
+ #: contact_form.php:539
83
+ #: contact_form.php:559
84
+ msgid "Phone number:"
85
  msgstr ""
86
 
87
+ #: contact_form.php:150
88
+ #: contact_form.php:540
89
+ #: contact_form.php:560
90
  msgid "Subject:"
91
  msgstr "Θέμα:"
92
 
93
+ #: contact_form.php:151
94
+ #: contact_form.php:541
95
+ #: contact_form.php:561
96
  msgid "Message:"
97
  msgstr "Μήνυμα:"
98
 
99
+ #: contact_form.php:152
100
+ #: contact_form.php:542
101
+ #: contact_form.php:562
102
  msgid "Attachment:"
103
  msgstr "Επισύναψη:"
104
 
105
+ #: contact_form.php:153
106
+ #: contact_form.php:543
107
+ #: contact_form.php:563
108
  msgid "Submit"
109
  msgstr "Υποβολή"
110
 
111
+ #: contact_form.php:154
112
  msgid "Your name is required."
113
  msgstr "Γράψτε οπωσδήποτε το όνομά σας."
114
 
115
+ #: contact_form.php:155
116
  msgid "A proper e-mail address is required."
117
  msgstr "Απαιτείται μια έγκυρη διεύθυνση e-mail."
118
 
119
+ #: contact_form.php:156
120
+ msgid "Subject is required."
121
  msgstr "Γράψτε οπωσδήποτε ένα θέμα"
122
 
123
+ #: contact_form.php:157
124
  msgid "Message text is required."
125
  msgstr "Απαιτείται κείμενο μηνύματος."
126
 
127
+ #: contact_form.php:158
128
  #, fuzzy
129
+ msgid "Phone number is required."
130
  msgstr "Γράψτε οπωσδήποτε το όνομά σας."
131
 
132
+ #: contact_form.php:159
133
+ msgid "File format is not valid."
134
  msgstr "Το επισυναπτόμενο δεν λειτουργεί."
135
 
136
+ #: contact_form.php:160
137
+ msgid "Please fill out the CAPTCHA."
138
  msgstr "Συμπληρώστε το CAPTCHA."
139
 
140
+ #: contact_form.php:161
141
  msgid "Please make corrections below and try again."
142
  msgstr "Κάνετε διορθώσεις παρακάτω και ξαναπροσπαθήστε."
143
 
144
+ #: contact_form.php:163
145
  msgid "Thank you for contacting us."
146
  msgstr "Ευχαριστούμε για την επικοινωνία."
147
 
148
+ #: contact_form.php:358
149
+ msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
 
 
150
  msgstr ""
151
 
152
+ #: contact_form.php:367
153
+ msgid "Such user does not exist. Settings are not saved."
154
  msgstr "Δεν υπάρχει τέτοιος χρήστης. Οι επιλογές δεν αποθηκεύτηκαν."
155
 
156
+ #: contact_form.php:372
157
+ msgid "Please enter a valid email address. Settings are not saved."
158
+ msgstr "Παρακαλούμε εισάγετε μια σωστή διεύθυνση email. Οι επιλογές δεν αποθηκεύτηκαν."
 
 
159
 
160
+ #: contact_form.php:378
161
  #, fuzzy
162
+ msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
163
+ msgstr "Παρακαλούμε εισάγετε μια σωστή διεύθυνση email. Οι επιλογές δεν αποθηκεύτηκαν."
 
 
164
 
165
+ #: contact_form.php:383
166
  msgid "Options saved."
167
  msgstr "Οι επιλογές αποθηκεύτηκαν."
168
 
169
+ #: contact_form.php:408
170
+ 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:"
171
+ msgstr "Αν θέλετε να προσθέσετε μια φόρμα επικοινωνίας στην ιστοσελίδα σας, αντιγράψτε αυτό τον σύντομο κώδικα στην ανάρτηση, τη σελίδα ή το πρόσθετό σας:"
 
 
 
 
 
172
 
173
+ #: contact_form.php:409
174
+ msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
175
+ msgstr "Αν τα παρακάτω πεδία είναι κενά, το μήνυμα θα σταλεί στη διεύθυνση που ορίστηκε κατά την εγγραφή"
 
 
 
 
176
 
177
+ #: contact_form.php:413
178
+ msgid "The user's email address:"
179
  msgstr "Τα μηνύματα θα στέλνονται στο email του χρήστη:"
180
 
181
+ #: contact_form.php:417
182
+ msgid "Create a username"
183
  msgstr "επιλογή χρήστη"
184
 
185
+ #: contact_form.php:422
186
+ msgid "Enter a username of the person who should get the messages from the contact form."
187
  msgstr "Τα μηνύματα θα λαμβάνει ο χρήστης"
188
 
189
+ #: contact_form.php:426
190
+ msgid "Use this email address:"
191
  msgstr "Τα μηνύματα θα στέλνονται στο email "
192
 
193
+ #: contact_form.php:429
194
+ msgid "Enter the email address you want the messages forwarded to."
195
  msgstr "Ορίστε την διεύθυνση email στην οποία θα αποστέλλονται τα μηνύματα."
196
 
197
+ #: contact_form.php:433
198
  msgid "Additional options"
199
  msgstr "Πρόσθετες επιλογές"
200
 
201
+ #: contact_form.php:436
202
  msgid "Display Attachment block"
203
  msgstr "Προβολή κουτιού επισύναψης αρχείου"
204
 
205
+ #: contact_form.php:438
206
+ msgid "Users can attach the following file formats"
207
  msgstr "Οι χρήστες μπορούν να επισυνάψουν αρχεία τύπου"
208
 
209
+ #: contact_form.php:442
210
+ msgid "Display Attachment tips"
211
  msgstr ""
212
 
213
+ #: contact_form.php:444
214
+ msgid "Display tips below the Attachment block"
215
  msgstr ""
216
 
217
+ #: contact_form.php:448
218
  msgid "Display Send me a copy block"
219
  msgstr "Προβολή κουτιού \"Στείλτο και σ' εμένα\""
220
 
221
+ #: contact_form.php:454
222
+ msgid "What to use?"
223
  msgstr ""
224
 
225
+ #: contact_form.php:457
226
  msgid "Wp-mail"
227
  msgstr "Wp-mail"
228
 
229
+ #: contact_form.php:458
230
+ msgid "You can use the wp_mail function for mailing"
231
  msgstr ""
232
 
233
+ #: contact_form.php:464
234
  msgid "Mail"
235
  msgstr "Mail"
236
 
237
+ #: contact_form.php:465
238
  msgid "To send mail you can use the php mail function"
239
  msgstr ""
240
 
241
+ #: contact_form.php:469
242
  #, fuzzy
243
+ msgid "Change text of the 'FROM' field"
244
  msgstr "Αλλάξτε το πεδίο \"ΑΠΟ\" της φόρμας επικοινωνίας"
245
 
 
 
 
 
246
  #: contact_form.php:475
247
+ msgid "Enter the email address in the 'From' field"
 
 
248
  msgstr ""
249
 
250
  #: contact_form.php:477
251
+ msgid "The email address of the user who fills the form is going to be used in the field 'From'."
252
+ msgstr ""
253
+
254
+ #: contact_form.php:479
255
+ msgid "This email address will be used in the 'From' field."
256
  msgstr ""
257
 
258
+ #: contact_form.php:483
259
  msgid "Display phone field"
260
  msgstr ""
261
 
262
+ #: contact_form.php:489
263
+ msgid "Required fields"
264
  msgstr ""
265
 
266
+ #: contact_form.php:491
267
+ #: contact_form.php:955
268
  msgid "Name"
269
  msgstr "Όνομα"
270
 
271
+ #: contact_form.php:492
272
  #, fuzzy
273
  msgid "E-Mail Address"
274
  msgstr "Διεύθυνση e-mail:"
275
 
276
+ #: contact_form.php:493
277
+ #: contact_form.php:963
278
  msgid "Phone"
279
  msgstr ""
280
 
281
+ #: contact_form.php:494
282
+ #: contact_form.php:966
283
  msgid "Subject"
284
  msgstr "Θέμα"
285
 
286
+ #: contact_form.php:495
287
+ #: contact_form.php:969
288
  msgid "Message"
289
  msgstr "Μήνυμα"
290
 
291
+ #: contact_form.php:499
292
  msgid "Display additional info in email"
293
  msgstr "Προβολή πρόσθετων πληροφοριών στο email"
294
 
295
+ #: contact_form.php:504
296
+ #: contact_form.php:927
297
  msgid "Sent from (ip address)"
298
  msgstr "Στάλθηκε από (διεύθυνση ip)"
299
 
300
+ #: contact_form.php:505
301
+ #: contact_form.php:932
302
  msgid "Date/Time"
303
  msgstr "Ημερομηνία/Ώρα"
304
 
305
+ #: contact_form.php:506
306
+ #: contact_form.php:937
307
+ msgid "Sent from (referer)"
308
  msgstr "Από (referer)"
309
 
310
+ #: contact_form.php:507
311
+ #: contact_form.php:942
312
  msgid "Using (user agent)"
313
  msgstr "με χρήση (user agent)"
314
 
315
+ #: contact_form.php:511
316
+ msgid "Language settings for the field names in the form"
317
  msgstr ""
318
 
319
+ #: contact_form.php:520
320
  msgid "Add language"
321
  msgstr ""
322
 
323
+ #: contact_form.php:524
324
  #, fuzzy
325
+ msgid "Change the names of the contact form fields and error messages"
326
  msgstr "Αλλαγή ετικετών πεδίων της φόρμας επικοινωνίας"
327
 
328
+ #: contact_form.php:529
329
+ #: contact_form.php:582
330
  msgid "English"
331
  msgstr ""
332
 
333
+ #: contact_form.php:544
334
+ #: contact_form.php:564
335
+ msgid "Error message for the Name field"
336
  msgstr ""
337
 
338
+ #: contact_form.php:545
339
+ #: contact_form.php:565
340
+ msgid "Error message for the Email field"
341
  msgstr ""
342
 
343
+ #: contact_form.php:546
344
+ #: contact_form.php:566
345
+ msgid "Error message for the Phone field"
346
  msgstr ""
347
 
348
+ #: contact_form.php:547
349
+ #: contact_form.php:567
350
+ msgid "Error message for the Subject field"
351
  msgstr ""
352
 
353
+ #: contact_form.php:548
354
+ #: contact_form.php:568
355
+ msgid "Error message for the Message field"
356
  msgstr ""
357
 
358
+ #: contact_form.php:549
359
+ #: contact_form.php:569
360
+ msgid "Error message for the Attachment field"
361
  msgstr ""
362
 
363
+ #: contact_form.php:550
364
+ #: contact_form.php:570
365
+ msgid "Error message for the Captcha field"
366
  msgstr ""
367
 
368
+ #: contact_form.php:551
369
+ #: contact_form.php:571
370
+ msgid "Error message for the whole form"
371
  msgstr ""
372
 
373
+ #: contact_form.php:552
374
+ #: contact_form.php:572
375
+ #: contact_form.php:591
376
+ #: contact_form.php:597
377
  msgid "Use shortcode"
378
  msgstr ""
379
 
380
+ #: contact_form.php:552
381
+ #: contact_form.php:572
382
+ #: contact_form.php:591
383
+ #: contact_form.php:597
384
  msgid "for this language"
385
  msgstr ""
386
 
387
+ #: contact_form.php:579
388
+ msgid "Action after email is sent"
389
  msgstr ""
390
 
391
+ #: contact_form.php:581
392
  #, fuzzy
393
  msgid "Display text"
394
  msgstr "Προβολή κουτιού επισύναψης αρχείου"
395
 
396
+ #: contact_form.php:590
397
+ #: contact_form.php:596
398
  msgid "Text"
399
  msgstr ""
400
 
401
+ #: contact_form.php:603
402
+ msgid "Redirect to the page"
403
  msgstr ""
404
 
405
+ #: contact_form.php:604
406
  msgid "Url"
407
  msgstr ""
408
 
409
+ #: contact_form.php:609
410
  msgid "Save Changes"
411
  msgstr "Αποθήκευση αλλαγών"
412
 
413
+ #: contact_form.php:648
414
+ msgid "Sorry, email message could not be delivered."
415
  msgstr "Δυστυχώς δεν μπορέσαμε να στείλουμε το email σας."
416
 
417
+ #: contact_form.php:718
418
+ msgid "You can attach the following file formats"
419
  msgstr "Μπορείτε να επισυνάψετε αρχεία τύπου"
420
 
421
+ #: contact_form.php:726
422
  msgid "Send me a copy"
423
  msgstr "Στείλε μου ένα αντίγραφο"
424
 
425
+ #: contact_form.php:950
426
  msgid "Contact from"
427
  msgstr "Επικοινωνία από"
428
 
429
+ #: contact_form.php:958
430
  msgid "Email"
431
  msgstr "E-Mail"
432
 
433
+ #: contact_form.php:972
434
  msgid "Site"
435
  msgstr "Ιστοσελίδα"
436
 
437
+ #: contact_form.php:1023
438
+ msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
439
  msgstr "Wenn Sie dieses MIME sehen, unterstützt Ihr Client keine MIME-Typen!"
440
 
441
+ #: contact_form.php:1076
442
  msgid "FAQ"
443
  msgstr "Συχνές ερωτήσεις"
444
 
445
+ #: contact_form.php:1077
446
  msgid "Support"
447
  msgstr "Υποστήριξη"
448
 
449
+ #: contact_form.php:1123
450
+ msgid "Are you sure that you want to delete this language data?"
451
  msgstr ""
452
 
453
  #~ msgid "E-Mail Addresse:"
454
  #~ msgstr "Indirizzo e-mail:"
 
455
  #~ msgid "Install Now"
456
  #~ msgstr "Installa Ora"
 
457
  #~ msgid "BWS Plugins"
458
  #~ msgstr "BWS Plugins"
459
+
languages/contact_form-es_ES.mo CHANGED
Binary file
languages/contact_form-es_ES.po CHANGED
@@ -2,440 +2,458 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-12-19 13:30+0200\n"
6
- "PO-Revision-Date: 2012-12-19 13:30+0200\n"
7
- "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
- "Language: es_ES\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:76
20
  msgid "Activated plugins"
21
  msgstr "Plugin ativado"
22
 
23
- #: contact_form.php:78 contact_form.php:86 contact_form.php:94
 
 
24
  msgid "Read more"
25
  msgstr "Lea mas"
26
 
27
- #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
 
 
28
  msgid "Settings"
29
  msgstr "Configuración"
30
 
31
- #: contact_form.php:84
32
  msgid "Installed plugins"
33
  msgstr "Plugin instalados"
34
 
35
- #: contact_form.php:92
36
  msgid "Recommended plugins"
37
  msgstr "Plugins recomendados"
38
 
39
- #: contact_form.php:94
40
  msgid "Download"
41
  msgstr "Descargar"
42
 
43
- #: contact_form.php:94
44
  #, php-format
45
  msgid "Install %s"
46
  msgstr "Instala %s"
47
 
48
- #: contact_form.php:94
49
  msgid "Install now from wordpress.org"
50
  msgstr "Instala ahora de wordpress.org"
51
 
52
- #: contact_form.php:96
53
- msgid ""
54
- "If you have any questions, please contact us via plugin@bestwebsoft.com or "
55
- "fill in our contact form on our site"
56
- msgstr ""
57
- "Si tiene alguna pregunta, por favor contactenos via plugin@bestwebsoft.com o "
58
- "use el formulario de contacto de nuestra web"
59
 
60
- #: contact_form.php:108 contact_form.php:401
 
61
  msgid "Contact Form Options"
62
  msgstr "Opciones Contact Form"
63
 
64
- #: contact_form.php:108
65
  msgid "Contact Form"
66
  msgstr "Contact Form"
67
 
68
- #: contact_form.php:145 contact_form.php:535 contact_form.php:555
 
 
69
  msgid "Name:"
70
  msgstr "Nombre:"
71
 
72
- #: contact_form.php:146 contact_form.php:536 contact_form.php:556
73
- msgid "E-Mail Address:"
 
 
74
  msgstr "Dirección e-mail:"
75
 
76
- #: contact_form.php:147 contact_form.php:537 contact_form.php:557
77
- msgid "Phone:"
 
 
78
  msgstr ""
79
 
80
- #: contact_form.php:148 contact_form.php:538 contact_form.php:558
 
 
81
  msgid "Subject:"
82
  msgstr "Asunto:"
83
 
84
- #: contact_form.php:149 contact_form.php:539 contact_form.php:559
 
 
85
  msgid "Message:"
86
  msgstr "Mensaje:"
87
 
88
- #: contact_form.php:150 contact_form.php:540 contact_form.php:560
 
 
89
  msgid "Attachment:"
90
  msgstr "Adjunto:"
91
 
92
- #: contact_form.php:151 contact_form.php:541 contact_form.php:561
 
 
93
  msgid "Submit"
94
  msgstr "Enviar"
95
 
96
- #: contact_form.php:152
97
  msgid "Your name is required."
98
  msgstr "Su nombre es obligatorio."
99
 
100
- #: contact_form.php:153
101
  msgid "A proper e-mail address is required."
102
  msgstr "Una dirección válida es obligatoria."
103
 
104
- #: contact_form.php:154
105
- msgid "Subject text is required."
106
  msgstr "El asunto es obligatorio."
107
 
108
- #: contact_form.php:155
109
  msgid "Message text is required."
110
  msgstr "El mensaje es obligatorio."
111
 
112
- #: contact_form.php:156
113
  #, fuzzy
114
- msgid "Phone is required field."
115
  msgstr "Su nombre es obligatorio."
116
 
117
- #: contact_form.php:157
118
- msgid "Attachment is broken."
119
  msgstr "El adjunto es incorrecto."
120
 
121
- #: contact_form.php:158
122
- msgid "Please complete the CAPTCHA."
123
  msgstr "Por favor completa el CAPTCHA"
124
 
125
- #: contact_form.php:159
126
  msgid "Please make corrections below and try again."
127
  msgstr "Por favor, corrija los datos y pruebe de nuevo."
128
 
129
- #: contact_form.php:161
130
  msgid "Thank you for contacting us."
131
  msgstr "Gracias por contactar con nosotros"
132
 
133
- #: contact_form.php:356
134
- msgid ""
135
- "If the option 'Redirect to page' is selected then url field should be "
136
- "fillied in the following format"
137
  msgstr ""
138
 
139
- #: contact_form.php:365
140
- msgid "Such user is not exist. Settings are not saved."
141
  msgstr "Usuario inexistente. Los cambios no se han guardado."
142
 
143
- #: contact_form.php:370
144
- msgid "Please input correct email. Settings are not saved."
145
- msgstr ""
146
- "Por favor introduzca un e-mail correcto. Los cambios no se han guardado."
147
 
148
- #: contact_form.php:376
149
  #, fuzzy
150
- msgid "Please input correct 'FROM' email. Settings are not saved."
151
- msgstr ""
152
- "Por favor introduzca un e-mail correcto. Los cambios no se han guardado."
153
 
154
- #: contact_form.php:381
155
  msgid "Options saved."
156
  msgstr "Configuración guardada."
157
 
158
- #: contact_form.php:406
159
- msgid ""
160
- "If you would like to add a Contact Form to your website, just copy and put "
161
- "this shortcode onto your post or page or widget:"
162
- msgstr ""
163
- "Si quiere añadir Contact Form en su web, copie y pegue este código en su "
164
- "mensaje o página o widget:"
165
 
166
- #: contact_form.php:407
167
- msgid ""
168
- "If information in the below fields are empty then the message will be send "
169
- "to an address which was specified during registration."
170
- msgstr ""
171
- "Si la información en este campo está vacia, se usará la dirección "
172
- "especificada en el registro."
173
 
174
- #: contact_form.php:411
175
- msgid "Use email of wordpress user:"
176
  msgstr "Use el email del usuario de Wordpress:"
177
 
178
- #: contact_form.php:415
179
- msgid "Select user name"
180
  msgstr "Seleccione nombre de usuario"
181
 
182
- #: contact_form.php:420
183
- msgid "Set a name of user who will get messages from a contact form."
184
- msgstr ""
185
- "Introduzca el nombre del usuario que va a recibir mensajes desde contact form"
186
 
187
- #: contact_form.php:424
188
- msgid "Use this email:"
189
  msgstr "Use este emaill:"
190
 
191
- #: contact_form.php:427
192
- msgid "Set an email address which will be used for messages receiving."
193
- msgstr ""
194
- "Establecer una dirección de correo electrónico que se utiliza para los "
195
- "mensajes que reciben."
196
 
197
- #: contact_form.php:431
198
  msgid "Additional options"
199
  msgstr "Opciones adicionales"
200
 
201
- #: contact_form.php:434
202
  msgid "Display Attachment block"
203
  msgstr "Visualiza el adjunto"
204
 
205
- #: contact_form.php:436
206
- msgid "Users can attach files of the following types"
207
  msgstr "Usuarios pueden adjuntar archivos de este tipo"
208
 
209
- #: contact_form.php:440
210
- msgid "Display Attachment explanations"
211
  msgstr ""
212
 
213
- #: contact_form.php:442
214
- msgid "Display explanations after Attachment block"
215
  msgstr ""
216
 
217
- #: contact_form.php:446
218
  msgid "Display Send me a copy block"
219
  msgstr "Ver envíame una copia"
220
 
221
- #: contact_form.php:452
222
- msgid "What use?"
223
  msgstr ""
224
 
225
- #: contact_form.php:455
226
  msgid "Wp-mail"
227
  msgstr "Wp-mail"
228
 
229
- #: contact_form.php:456
230
- msgid "To send mail you can use the wordpress wp_mail function"
231
  msgstr ""
232
 
233
- #: contact_form.php:462
234
  msgid "Mail"
235
  msgstr "Mail"
236
 
237
- #: contact_form.php:463
238
  msgid "To send mail you can use the php mail function"
239
  msgstr ""
240
 
241
- #: contact_form.php:467
242
  #, fuzzy
243
- msgid "Change text for 'FROM' field of the email"
244
  msgstr "Modifica DE los campos en contact form"
245
 
246
- #: contact_form.php:473
247
- msgid "Select email for 'FROM' field of the email"
248
- msgstr ""
249
-
250
  #: contact_form.php:475
251
- msgid ""
252
- "In the field 'From' in the mail it will use email of that user who fills the "
253
- "form."
254
  msgstr ""
255
 
256
  #: contact_form.php:477
257
- msgid "In the field 'From' it will use this email."
 
 
 
 
258
  msgstr ""
259
 
260
- #: contact_form.php:481
261
  msgid "Display phone field"
262
  msgstr ""
263
 
264
- #: contact_form.php:487
265
- msgid "Required field"
266
  msgstr ""
267
 
268
- #: contact_form.php:489 contact_form.php:953
 
269
  msgid "Name"
270
  msgstr "Nombre"
271
 
272
- #: contact_form.php:490
273
  #, fuzzy
274
  msgid "E-Mail Address"
275
  msgstr "Dirección e-mail:"
276
 
277
- #: contact_form.php:491 contact_form.php:961
 
278
  msgid "Phone"
279
  msgstr ""
280
 
281
- #: contact_form.php:492 contact_form.php:964
 
282
  msgid "Subject"
283
  msgstr "Asunto"
284
 
285
- #: contact_form.php:493 contact_form.php:967
 
286
  msgid "Message"
287
  msgstr "Mensaje"
288
 
289
- #: contact_form.php:497
290
  msgid "Display additional info in email"
291
  msgstr ""
292
 
293
- #: contact_form.php:502 contact_form.php:925
 
294
  msgid "Sent from (ip address)"
295
  msgstr "Enviado desde (dirección IP)"
296
 
297
- #: contact_form.php:503 contact_form.php:930
 
298
  msgid "Date/Time"
299
  msgstr "Fecha/hora"
300
 
301
- #: contact_form.php:504 contact_form.php:935
302
- msgid "Coming from (referer)"
 
303
  msgstr "De (referente)"
304
 
305
- #: contact_form.php:505 contact_form.php:940
 
306
  msgid "Using (user agent)"
307
  msgstr "Usando (user agent)"
308
 
309
- #: contact_form.php:509
310
- msgid "Language settings for label fields"
311
  msgstr ""
312
 
313
- #: contact_form.php:518
314
  msgid "Add language"
315
  msgstr ""
316
 
317
- #: contact_form.php:522
318
  #, fuzzy
319
- msgid "Change label for fields of the contact form and error messages"
320
  msgstr "Modifica las etiquetas de los campos en contact form"
321
 
322
- #: contact_form.php:527 contact_form.php:580
 
323
  msgid "English"
324
  msgstr ""
325
 
326
- #: contact_form.php:542 contact_form.php:562
327
- msgid "Error message for name field"
 
328
  msgstr ""
329
 
330
- #: contact_form.php:543 contact_form.php:563
331
- msgid "Error message for email field"
 
332
  msgstr ""
333
 
334
- #: contact_form.php:544 contact_form.php:564
335
- msgid "Error message for phone field"
 
336
  msgstr ""
337
 
338
- #: contact_form.php:545 contact_form.php:565
339
- msgid "Error message for subject field"
 
340
  msgstr ""
341
 
342
- #: contact_form.php:546 contact_form.php:566
343
- msgid "Error message for message field"
 
344
  msgstr ""
345
 
346
- #: contact_form.php:547 contact_form.php:567
347
- msgid "Error message for attachment field"
 
348
  msgstr ""
349
 
350
- #: contact_form.php:548 contact_form.php:568
351
- msgid "Error message for captcha"
 
352
  msgstr ""
353
 
354
- #: contact_form.php:549 contact_form.php:569
355
- msgid "Error message for all form"
 
356
  msgstr ""
357
 
358
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
359
- #: contact_form.php:595
 
 
360
  msgid "Use shortcode"
361
  msgstr ""
362
 
363
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
364
- #: contact_form.php:595
 
 
365
  msgid "for this language"
366
  msgstr ""
367
 
368
- #: contact_form.php:577
369
- msgid "Action after the send mail"
370
  msgstr ""
371
 
372
- #: contact_form.php:579
373
  #, fuzzy
374
  msgid "Display text"
375
  msgstr "Visualiza el adjunto"
376
 
377
- #: contact_form.php:588 contact_form.php:594
 
378
  msgid "Text"
379
  msgstr ""
380
 
381
- #: contact_form.php:601
382
- msgid "Redirect to page"
383
  msgstr ""
384
 
385
- #: contact_form.php:602
386
  msgid "Url"
387
  msgstr ""
388
 
389
- #: contact_form.php:607
390
  msgid "Save Changes"
391
  msgstr "Guardar los cambios"
392
 
393
- #: contact_form.php:646
394
- msgid "Sorry, your e-mail could not be delivered."
395
  msgstr "Disculpe, su email no se puede entregar."
396
 
397
- #: contact_form.php:716
398
- msgid "You can attach files of the following types"
399
  msgstr "Puede adjuntar archivos de estos tipos"
400
 
401
- #: contact_form.php:724
402
  msgid "Send me a copy"
403
  msgstr "Envíame una copia"
404
 
405
- #: contact_form.php:948
406
  msgid "Contact from"
407
  msgstr "Contact from"
408
 
409
- #: contact_form.php:956
410
  msgid "Email"
411
  msgstr "E-mail"
412
 
413
- #: contact_form.php:970
414
  msgid "Site"
415
  msgstr "Sitio"
416
 
417
- #: contact_form.php:1021
418
- msgid "If you can see this MIME than your client doesn't accept MIME types!"
419
- msgstr ""
420
- "Si usted puede ver esta MIME es que su cliente no acepta los tipos MIME!"
421
 
422
- #: contact_form.php:1074
423
  msgid "FAQ"
424
  msgstr "FAQ"
425
 
426
- #: contact_form.php:1075
427
  msgid "Support"
428
  msgstr "Soporte"
429
 
430
- #: contact_form.php:1121
431
- msgid "Are you sure you want to delete this language?"
432
  msgstr ""
433
 
434
  #~ msgid "E-Mail Addresse:"
435
  #~ msgstr "Indirizzo e-mail:"
436
-
437
  #~ msgid "Install Now"
438
  #~ msgstr "Installa Ora"
439
-
440
  #~ msgid "BWS Plugins"
441
  #~ msgstr "BWS Plugins"
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-02-07 16:01+0300\n"
6
+ "PO-Revision-Date: 2013-02-07 16:01+0300\n"
7
+ "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "Language: es_ES\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:78
20
  msgid "Activated plugins"
21
  msgstr "Plugin ativado"
22
 
23
+ #: contact_form.php:80
24
+ #: contact_form.php:88
25
+ #: contact_form.php:96
26
  msgid "Read more"
27
  msgstr "Lea mas"
28
 
29
+ #: contact_form.php:80
30
+ #: contact_form.php:1066
31
+ #: contact_form.php:1075
32
  msgid "Settings"
33
  msgstr "Configuración"
34
 
35
+ #: contact_form.php:86
36
  msgid "Installed plugins"
37
  msgstr "Plugin instalados"
38
 
39
+ #: contact_form.php:94
40
  msgid "Recommended plugins"
41
  msgstr "Plugins recomendados"
42
 
43
+ #: contact_form.php:96
44
  msgid "Download"
45
  msgstr "Descargar"
46
 
47
+ #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "Instala %s"
51
 
52
+ #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "Instala ahora de wordpress.org"
55
 
56
+ #: contact_form.php:98
57
+ msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
58
+ msgstr "Si tiene alguna pregunta, por favor contactenos via plugin@bestwebsoft.com o use el formulario de contacto de nuestra web"
 
 
 
 
59
 
60
+ #: contact_form.php:110
61
+ #: contact_form.php:403
62
  msgid "Contact Form Options"
63
  msgstr "Opciones Contact Form"
64
 
65
+ #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "Contact Form"
68
 
69
+ #: contact_form.php:147
70
+ #: contact_form.php:537
71
+ #: contact_form.php:557
72
  msgid "Name:"
73
  msgstr "Nombre:"
74
 
75
+ #: contact_form.php:148
76
+ #: contact_form.php:538
77
+ #: contact_form.php:558
78
+ msgid "Email Address:"
79
  msgstr "Dirección e-mail:"
80
 
81
+ #: contact_form.php:149
82
+ #: contact_form.php:539
83
+ #: contact_form.php:559
84
+ msgid "Phone number:"
85
  msgstr ""
86
 
87
+ #: contact_form.php:150
88
+ #: contact_form.php:540
89
+ #: contact_form.php:560
90
  msgid "Subject:"
91
  msgstr "Asunto:"
92
 
93
+ #: contact_form.php:151
94
+ #: contact_form.php:541
95
+ #: contact_form.php:561
96
  msgid "Message:"
97
  msgstr "Mensaje:"
98
 
99
+ #: contact_form.php:152
100
+ #: contact_form.php:542
101
+ #: contact_form.php:562
102
  msgid "Attachment:"
103
  msgstr "Adjunto:"
104
 
105
+ #: contact_form.php:153
106
+ #: contact_form.php:543
107
+ #: contact_form.php:563
108
  msgid "Submit"
109
  msgstr "Enviar"
110
 
111
+ #: contact_form.php:154
112
  msgid "Your name is required."
113
  msgstr "Su nombre es obligatorio."
114
 
115
+ #: contact_form.php:155
116
  msgid "A proper e-mail address is required."
117
  msgstr "Una dirección válida es obligatoria."
118
 
119
+ #: contact_form.php:156
120
+ msgid "Subject is required."
121
  msgstr "El asunto es obligatorio."
122
 
123
+ #: contact_form.php:157
124
  msgid "Message text is required."
125
  msgstr "El mensaje es obligatorio."
126
 
127
+ #: contact_form.php:158
128
  #, fuzzy
129
+ msgid "Phone number is required."
130
  msgstr "Su nombre es obligatorio."
131
 
132
+ #: contact_form.php:159
133
+ msgid "File format is not valid."
134
  msgstr "El adjunto es incorrecto."
135
 
136
+ #: contact_form.php:160
137
+ msgid "Please fill out the CAPTCHA."
138
  msgstr "Por favor completa el CAPTCHA"
139
 
140
+ #: contact_form.php:161
141
  msgid "Please make corrections below and try again."
142
  msgstr "Por favor, corrija los datos y pruebe de nuevo."
143
 
144
+ #: contact_form.php:163
145
  msgid "Thank you for contacting us."
146
  msgstr "Gracias por contactar con nosotros"
147
 
148
+ #: contact_form.php:358
149
+ msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
 
 
150
  msgstr ""
151
 
152
+ #: contact_form.php:367
153
+ msgid "Such user does not exist. Settings are not saved."
154
  msgstr "Usuario inexistente. Los cambios no se han guardado."
155
 
156
+ #: contact_form.php:372
157
+ msgid "Please enter a valid email address. Settings are not saved."
158
+ msgstr "Por favor introduzca un e-mail correcto. Los cambios no se han guardado."
 
159
 
160
+ #: contact_form.php:378
161
  #, fuzzy
162
+ msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
163
+ msgstr "Por favor introduzca un e-mail correcto. Los cambios no se han guardado."
 
164
 
165
+ #: contact_form.php:383
166
  msgid "Options saved."
167
  msgstr "Configuración guardada."
168
 
169
+ #: contact_form.php:408
170
+ 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:"
171
+ msgstr "Si quiere añadir Contact Form en su web, copie y pegue este código en su mensaje o página o widget:"
 
 
 
 
172
 
173
+ #: contact_form.php:409
174
+ msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
175
+ msgstr "Si la información en este campo está vacia, se usará la dirección especificada en el registro."
 
 
 
 
176
 
177
+ #: contact_form.php:413
178
+ msgid "The user's email address:"
179
  msgstr "Use el email del usuario de Wordpress:"
180
 
181
+ #: contact_form.php:417
182
+ msgid "Create a username"
183
  msgstr "Seleccione nombre de usuario"
184
 
185
+ #: contact_form.php:422
186
+ msgid "Enter a username of the person who should get the messages from the contact form."
187
+ msgstr "Introduzca el nombre del usuario que va a recibir mensajes desde contact form"
 
188
 
189
+ #: contact_form.php:426
190
+ msgid "Use this email address:"
191
  msgstr "Use este emaill:"
192
 
193
+ #: contact_form.php:429
194
+ msgid "Enter the email address you want the messages forwarded to."
195
+ msgstr "Establecer una dirección de correo electrónico que se utiliza para los mensajes que reciben."
 
 
196
 
197
+ #: contact_form.php:433
198
  msgid "Additional options"
199
  msgstr "Opciones adicionales"
200
 
201
+ #: contact_form.php:436
202
  msgid "Display Attachment block"
203
  msgstr "Visualiza el adjunto"
204
 
205
+ #: contact_form.php:438
206
+ msgid "Users can attach the following file formats"
207
  msgstr "Usuarios pueden adjuntar archivos de este tipo"
208
 
209
+ #: contact_form.php:442
210
+ msgid "Display Attachment tips"
211
  msgstr ""
212
 
213
+ #: contact_form.php:444
214
+ msgid "Display tips below the Attachment block"
215
  msgstr ""
216
 
217
+ #: contact_form.php:448
218
  msgid "Display Send me a copy block"
219
  msgstr "Ver envíame una copia"
220
 
221
+ #: contact_form.php:454
222
+ msgid "What to use?"
223
  msgstr ""
224
 
225
+ #: contact_form.php:457
226
  msgid "Wp-mail"
227
  msgstr "Wp-mail"
228
 
229
+ #: contact_form.php:458
230
+ msgid "You can use the wp_mail function for mailing"
231
  msgstr ""
232
 
233
+ #: contact_form.php:464
234
  msgid "Mail"
235
  msgstr "Mail"
236
 
237
+ #: contact_form.php:465
238
  msgid "To send mail you can use the php mail function"
239
  msgstr ""
240
 
241
+ #: contact_form.php:469
242
  #, fuzzy
243
+ msgid "Change text of the 'FROM' field"
244
  msgstr "Modifica DE los campos en contact form"
245
 
 
 
 
 
246
  #: contact_form.php:475
247
+ msgid "Enter the email address in the 'From' field"
 
 
248
  msgstr ""
249
 
250
  #: contact_form.php:477
251
+ msgid "The email address of the user who fills the form is going to be used in the field 'From'."
252
+ msgstr ""
253
+
254
+ #: contact_form.php:479
255
+ msgid "This email address will be used in the 'From' field."
256
  msgstr ""
257
 
258
+ #: contact_form.php:483
259
  msgid "Display phone field"
260
  msgstr ""
261
 
262
+ #: contact_form.php:489
263
+ msgid "Required fields"
264
  msgstr ""
265
 
266
+ #: contact_form.php:491
267
+ #: contact_form.php:955
268
  msgid "Name"
269
  msgstr "Nombre"
270
 
271
+ #: contact_form.php:492
272
  #, fuzzy
273
  msgid "E-Mail Address"
274
  msgstr "Dirección e-mail:"
275
 
276
+ #: contact_form.php:493
277
+ #: contact_form.php:963
278
  msgid "Phone"
279
  msgstr ""
280
 
281
+ #: contact_form.php:494
282
+ #: contact_form.php:966
283
  msgid "Subject"
284
  msgstr "Asunto"
285
 
286
+ #: contact_form.php:495
287
+ #: contact_form.php:969
288
  msgid "Message"
289
  msgstr "Mensaje"
290
 
291
+ #: contact_form.php:499
292
  msgid "Display additional info in email"
293
  msgstr ""
294
 
295
+ #: contact_form.php:504
296
+ #: contact_form.php:927
297
  msgid "Sent from (ip address)"
298
  msgstr "Enviado desde (dirección IP)"
299
 
300
+ #: contact_form.php:505
301
+ #: contact_form.php:932
302
  msgid "Date/Time"
303
  msgstr "Fecha/hora"
304
 
305
+ #: contact_form.php:506
306
+ #: contact_form.php:937
307
+ msgid "Sent from (referer)"
308
  msgstr "De (referente)"
309
 
310
+ #: contact_form.php:507
311
+ #: contact_form.php:942
312
  msgid "Using (user agent)"
313
  msgstr "Usando (user agent)"
314
 
315
+ #: contact_form.php:511
316
+ msgid "Language settings for the field names in the form"
317
  msgstr ""
318
 
319
+ #: contact_form.php:520
320
  msgid "Add language"
321
  msgstr ""
322
 
323
+ #: contact_form.php:524
324
  #, fuzzy
325
+ msgid "Change the names of the contact form fields and error messages"
326
  msgstr "Modifica las etiquetas de los campos en contact form"
327
 
328
+ #: contact_form.php:529
329
+ #: contact_form.php:582
330
  msgid "English"
331
  msgstr ""
332
 
333
+ #: contact_form.php:544
334
+ #: contact_form.php:564
335
+ msgid "Error message for the Name field"
336
  msgstr ""
337
 
338
+ #: contact_form.php:545
339
+ #: contact_form.php:565
340
+ msgid "Error message for the Email field"
341
  msgstr ""
342
 
343
+ #: contact_form.php:546
344
+ #: contact_form.php:566
345
+ msgid "Error message for the Phone field"
346
  msgstr ""
347
 
348
+ #: contact_form.php:547
349
+ #: contact_form.php:567
350
+ msgid "Error message for the Subject field"
351
  msgstr ""
352
 
353
+ #: contact_form.php:548
354
+ #: contact_form.php:568
355
+ msgid "Error message for the Message field"
356
  msgstr ""
357
 
358
+ #: contact_form.php:549
359
+ #: contact_form.php:569
360
+ msgid "Error message for the Attachment field"
361
  msgstr ""
362
 
363
+ #: contact_form.php:550
364
+ #: contact_form.php:570
365
+ msgid "Error message for the Captcha field"
366
  msgstr ""
367
 
368
+ #: contact_form.php:551
369
+ #: contact_form.php:571
370
+ msgid "Error message for the whole form"
371
  msgstr ""
372
 
373
+ #: contact_form.php:552
374
+ #: contact_form.php:572
375
+ #: contact_form.php:591
376
+ #: contact_form.php:597
377
  msgid "Use shortcode"
378
  msgstr ""
379
 
380
+ #: contact_form.php:552
381
+ #: contact_form.php:572
382
+ #: contact_form.php:591
383
+ #: contact_form.php:597
384
  msgid "for this language"
385
  msgstr ""
386
 
387
+ #: contact_form.php:579
388
+ msgid "Action after email is sent"
389
  msgstr ""
390
 
391
+ #: contact_form.php:581
392
  #, fuzzy
393
  msgid "Display text"
394
  msgstr "Visualiza el adjunto"
395
 
396
+ #: contact_form.php:590
397
+ #: contact_form.php:596
398
  msgid "Text"
399
  msgstr ""
400
 
401
+ #: contact_form.php:603
402
+ msgid "Redirect to the page"
403
  msgstr ""
404
 
405
+ #: contact_form.php:604
406
  msgid "Url"
407
  msgstr ""
408
 
409
+ #: contact_form.php:609
410
  msgid "Save Changes"
411
  msgstr "Guardar los cambios"
412
 
413
+ #: contact_form.php:648
414
+ msgid "Sorry, email message could not be delivered."
415
  msgstr "Disculpe, su email no se puede entregar."
416
 
417
+ #: contact_form.php:718
418
+ msgid "You can attach the following file formats"
419
  msgstr "Puede adjuntar archivos de estos tipos"
420
 
421
+ #: contact_form.php:726
422
  msgid "Send me a copy"
423
  msgstr "Envíame una copia"
424
 
425
+ #: contact_form.php:950
426
  msgid "Contact from"
427
  msgstr "Contact from"
428
 
429
+ #: contact_form.php:958
430
  msgid "Email"
431
  msgstr "E-mail"
432
 
433
+ #: contact_form.php:972
434
  msgid "Site"
435
  msgstr "Sitio"
436
 
437
+ #: contact_form.php:1023
438
+ msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
439
+ msgstr "Si usted puede ver esta MIME es que su cliente no acepta los tipos MIME!"
 
440
 
441
+ #: contact_form.php:1076
442
  msgid "FAQ"
443
  msgstr "FAQ"
444
 
445
+ #: contact_form.php:1077
446
  msgid "Support"
447
  msgstr "Soporte"
448
 
449
+ #: contact_form.php:1123
450
+ msgid "Are you sure that you want to delete this language data?"
451
  msgstr ""
452
 
453
  #~ msgid "E-Mail Addresse:"
454
  #~ msgstr "Indirizzo e-mail:"
 
455
  #~ msgid "Install Now"
456
  #~ msgstr "Installa Ora"
 
457
  #~ msgid "BWS Plugins"
458
  #~ msgstr "BWS Plugins"
459
+
languages/contact_form-fa_IR.mo CHANGED
Binary file
languages/contact_form-fa_IR.po CHANGED
@@ -2,433 +2,457 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-12-19 13:30+0200\n"
6
- "PO-Revision-Date: 2012-12-19 13:30+0200\n"
7
- "Last-Translator: MAM <shahrpajuh@gmail.com>\n"
8
  "Language-Team: AlirezaJamali <me@alirezaJamali.net>\n"
9
- "Language: fa_IR\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:76
20
  msgid "Activated plugins"
21
  msgstr "افزونه های فعال"
22
 
23
- #: contact_form.php:78 contact_form.php:86 contact_form.php:94
 
 
24
  msgid "Read more"
25
  msgstr "متن کامل"
26
 
27
- #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
 
 
28
  msgid "Settings"
29
  msgstr "تنظیمات"
30
 
31
- #: contact_form.php:84
32
  msgid "Installed plugins"
33
  msgstr "افزونه های نصب شده"
34
 
35
- #: contact_form.php:92
36
  msgid "Recommended plugins"
37
  msgstr "افزونه های پیشنهادی"
38
 
39
- #: contact_form.php:94
40
  msgid "Download"
41
  msgstr "دانلود"
42
 
43
- #: contact_form.php:94
44
  #, php-format
45
  msgid "Install %s"
46
  msgstr "نصب %s"
47
 
48
- #: contact_form.php:94
49
  msgid "Install now from wordpress.org"
50
  msgstr "هم اکنون نصب کنید wordpress.org"
51
 
52
- #: contact_form.php:96
53
- msgid ""
54
- "If you have any questions, please contact us via plugin@bestwebsoft.com or "
55
- "fill in our contact form on our site"
56
- msgstr ""
57
- "چنانچه سئوالی دارید لطفا از طریق رایانامه plugin@bestwebsoft.com یا فرم "
58
- "ارتباطی سایت با با تماس بگیرید."
59
 
60
- #: contact_form.php:108 contact_form.php:401
 
61
  msgid "Contact Form Options"
62
  msgstr "گزینه های فرم ارتباط با مدیریت"
63
 
64
- #: contact_form.php:108
65
  msgid "Contact Form"
66
  msgstr "فرم ارتباط با مدیریت"
67
 
68
- #: contact_form.php:145 contact_form.php:535 contact_form.php:555
 
 
69
  msgid "Name:"
70
  msgstr "نام "
71
 
72
- #: contact_form.php:146 contact_form.php:536 contact_form.php:556
73
- msgid "E-Mail Address:"
 
 
74
  msgstr "رایانامه "
75
 
76
- #: contact_form.php:147 contact_form.php:537 contact_form.php:557
77
- msgid "Phone:"
 
 
78
  msgstr "شماره تماس "
79
 
80
- #: contact_form.php:148 contact_form.php:538 contact_form.php:558
 
 
81
  msgid "Subject:"
82
  msgstr "موضوع "
83
 
84
- #: contact_form.php:149 contact_form.php:539 contact_form.php:559
 
 
85
  msgid "Message:"
86
  msgstr "متن پیام "
87
 
88
- #: contact_form.php:150 contact_form.php:540 contact_form.php:560
 
 
89
  msgid "Attachment:"
90
  msgstr "پیوست "
91
 
92
- #: contact_form.php:151 contact_form.php:541 contact_form.php:561
 
 
93
  msgid "Submit"
94
  msgstr "ارسال"
95
 
96
- #: contact_form.php:152
97
  msgid "Your name is required."
98
  msgstr "نام ضروری می باشد. "
99
 
100
- #: contact_form.php:153
101
  msgid "A proper e-mail address is required."
102
  msgstr "رایانامه ضروری می باشد. "
103
 
104
- #: contact_form.php:154
105
- msgid "Subject text is required."
106
  msgstr "عنوان ضروری می باشد. "
107
 
108
- #: contact_form.php:155
109
  msgid "Message text is required."
110
  msgstr "متن پیام ضروری می باشد. "
111
 
112
- #: contact_form.php:156
113
  #, fuzzy
114
- msgid "Phone is required field."
115
  msgstr "نام ضروری می باشد. "
116
 
117
- #: contact_form.php:157
118
- msgid "Attachment is broken."
119
  msgstr "فایل آسیب دیده می باشد. "
120
 
121
- #: contact_form.php:158
122
- msgid "Please complete the CAPTCHA."
123
  msgstr "لطفا کد امنیتی را وارد کنید. "
124
 
125
- #: contact_form.php:159
126
  msgid "Please make corrections below and try again."
127
  msgstr "لطفا پس از انجام اصلاحات دوباره ارسال نمایید. "
128
 
129
- #: contact_form.php:161
130
  msgid "Thank you for contacting us."
131
  msgstr "قدردان همیاری شما هستیم."
132
 
133
- #: contact_form.php:356
134
- msgid ""
135
- "If the option 'Redirect to page' is selected then url field should be "
136
- "fillied in the following format"
137
- msgstr ""
138
- "اگر گزینه \"انتقال به\" انتخاب شود بایستی فیلد مربوط به تارنما را تکمیل کنید"
139
 
140
- #: contact_form.php:365
141
- msgid "Such user is not exist. Settings are not saved."
142
  msgstr "این کاربر وجود ندارد، تغییرات ثبت نشد."
143
 
144
- #: contact_form.php:370
145
- msgid "Please input correct email. Settings are not saved."
146
  msgstr "لطفا از صحت رایانامه اطمینان حاصل فرمایید، تغییرات ثبت نشد."
147
 
148
- #: contact_form.php:376
149
  #, fuzzy
150
- msgid "Please input correct 'FROM' email. Settings are not saved."
151
  msgstr "لطفا از صحت رایانامه اطمینان حاصل فرمایید، تغییرات ثبت نشد."
152
 
153
- #: contact_form.php:381
154
  msgid "Options saved."
155
  msgstr "تغییرات ثبت شد."
156
 
157
- #: contact_form.php:406
158
- msgid ""
159
- "If you would like to add a Contact Form to your website, just copy and put "
160
- "this shortcode onto your post or page or widget:"
161
- msgstr ""
162
- "اگر مایل به استفاده از فرم ارتباط با مدیریت می باشید، کد را در صفحه یا نوشته "
163
- "دلخواه قرار دهید : "
164
 
165
- #: contact_form.php:407
166
- msgid ""
167
- "If information in the below fields are empty then the message will be send "
168
- "to an address which was specified during registration."
169
- msgstr ""
170
- "اگر اطلاعات درخواستی زیر تکمیل نشود پیام به آدرس ثبت نام ارسال خواهد شد."
171
 
172
- #: contact_form.php:411
173
- msgid "Use email of wordpress user:"
174
  msgstr "از رایانامه کاربران استفاده کن : "
175
 
176
- #: contact_form.php:415
177
- msgid "Select user name"
178
  msgstr "انتخاب شناسه کاربری"
179
 
180
- #: contact_form.php:420
181
- msgid "Set a name of user who will get messages from a contact form."
182
  msgstr "نام کاربری را که پیام را دریافت می کند مشخص کنید. "
183
 
184
- #: contact_form.php:424
185
- msgid "Use this email:"
186
  msgstr "استفاده از این رایانامه : "
187
 
188
- #: contact_form.php:427
189
- msgid "Set an email address which will be used for messages receiving."
190
  msgstr "رایانامه ای را برای دریافت پیام مشخص کنید."
191
 
192
- #: contact_form.php:431
193
  msgid "Additional options"
194
  msgstr "گزینه های بیشتر"
195
 
196
- #: contact_form.php:434
197
  msgid "Display Attachment block"
198
  msgstr "نمایش گزینه پیوست"
199
 
200
- #: contact_form.php:436
201
- msgid "Users can attach files of the following types"
202
  msgstr "کاربران قادر به ارسال این نوع فایلها می باشند"
203
 
204
- #: contact_form.php:440
205
- msgid "Display Attachment explanations"
206
  msgstr "نمایش توضیحات پیوست"
207
 
208
- #: contact_form.php:442
209
- msgid "Display explanations after Attachment block"
210
  msgstr "نمایش توضیحات بعد از پیوست"
211
 
212
- #: contact_form.php:446
213
  msgid "Display Send me a copy block"
214
  msgstr "نمایش گزینه \"ارسال یک نسخه برای من\""
215
 
216
- #: contact_form.php:452
217
- msgid "What use?"
218
  msgstr "چه استفاده ای؟"
219
 
220
- #: contact_form.php:455
221
  msgid "Wp-mail"
222
  msgstr "افزونه ارسال رایانامه Wp-mail"
223
 
224
- #: contact_form.php:456
225
- msgid "To send mail you can use the wordpress wp_mail function"
226
  msgstr "جهت ارسال رایانامه افزونه Wp-mail نصب کنید"
227
 
228
- #: contact_form.php:462
229
  msgid "Mail"
230
  msgstr "رایانامه"
231
 
232
- #: contact_form.php:463
233
  msgid "To send mail you can use the php mail function"
234
  msgstr "برای ارسال رایانامه می توانید از امکانات PHP استفاده کنید"
235
 
236
- #: contact_form.php:467
237
  #, fuzzy
238
- msgid "Change text for 'FROM' field of the email"
239
  msgstr "از طریق موارد فرم ارتباط با مدیریت تغییر دهید"
240
 
241
- #: contact_form.php:473
242
- msgid "Select email for 'FROM' field of the email"
243
- msgstr ""
244
-
245
  #: contact_form.php:475
246
- msgid ""
247
- "In the field 'From' in the mail it will use email of that user who fills the "
248
- "form."
249
  msgstr ""
250
 
251
  #: contact_form.php:477
252
- msgid "In the field 'From' it will use this email."
 
 
 
 
253
  msgstr ""
254
 
255
- #: contact_form.php:481
256
  msgid "Display phone field"
257
  msgstr "نمایش فیلد شماره تماس"
258
 
259
- #: contact_form.php:487
260
- msgid "Required field"
261
  msgstr ""
262
 
263
- #: contact_form.php:489 contact_form.php:953
 
264
  msgid "Name"
265
  msgstr "نام "
266
 
267
- #: contact_form.php:490
268
  #, fuzzy
269
  msgid "E-Mail Address"
270
  msgstr "رایانامه "
271
 
272
- #: contact_form.php:491 contact_form.php:961
 
273
  msgid "Phone"
274
  msgstr "شماره تماس"
275
 
276
- #: contact_form.php:492 contact_form.php:964
 
277
  msgid "Subject"
278
  msgstr "موضوع "
279
 
280
- #: contact_form.php:493 contact_form.php:967
 
281
  msgid "Message"
282
  msgstr "متن پیام "
283
 
284
- #: contact_form.php:497
285
  msgid "Display additional info in email"
286
  msgstr "اطلاعات بیشتر را در رایانامه نمایش بده"
287
 
288
- #: contact_form.php:502 contact_form.php:925
 
289
  msgid "Sent from (ip address)"
290
  msgstr "ارسال از سوی (ip address)"
291
 
292
- #: contact_form.php:503 contact_form.php:930
 
293
  msgid "Date/Time"
294
  msgstr "روز / زمان"
295
 
296
- #: contact_form.php:504 contact_form.php:935
297
- msgid "Coming from (referer)"
 
298
  msgstr "دریافت از سوی (referer)"
299
 
300
- #: contact_form.php:505 contact_form.php:940
 
301
  msgid "Using (user agent)"
302
  msgstr "استفاده از (user agent)"
303
 
304
- #: contact_form.php:509
305
- msgid "Language settings for label fields"
306
  msgstr ""
307
 
308
- #: contact_form.php:518
309
  msgid "Add language"
310
  msgstr ""
311
 
312
- #: contact_form.php:522
313
  #, fuzzy
314
- msgid "Change label for fields of the contact form and error messages"
315
  msgstr "تغییر عناوین فیلدهای فرم تماس با مدیریت "
316
 
317
- #: contact_form.php:527 contact_form.php:580
 
318
  msgid "English"
319
  msgstr ""
320
 
321
- #: contact_form.php:542 contact_form.php:562
322
- msgid "Error message for name field"
 
323
  msgstr ""
324
 
325
- #: contact_form.php:543 contact_form.php:563
326
- msgid "Error message for email field"
 
327
  msgstr ""
328
 
329
- #: contact_form.php:544 contact_form.php:564
330
- msgid "Error message for phone field"
 
331
  msgstr ""
332
 
333
- #: contact_form.php:545 contact_form.php:565
334
- msgid "Error message for subject field"
 
335
  msgstr ""
336
 
337
- #: contact_form.php:546 contact_form.php:566
338
- msgid "Error message for message field"
 
339
  msgstr ""
340
 
341
- #: contact_form.php:547 contact_form.php:567
342
- msgid "Error message for attachment field"
 
343
  msgstr ""
344
 
345
- #: contact_form.php:548 contact_form.php:568
346
- msgid "Error message for captcha"
 
347
  msgstr ""
348
 
349
- #: contact_form.php:549 contact_form.php:569
350
- msgid "Error message for all form"
 
351
  msgstr ""
352
 
353
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
354
- #: contact_form.php:595
 
 
355
  msgid "Use shortcode"
356
  msgstr ""
357
 
358
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
359
- #: contact_form.php:595
 
 
360
  msgid "for this language"
361
  msgstr ""
362
 
363
- #: contact_form.php:577
364
- msgid "Action after the send mail"
365
  msgstr "عکس العمل پس از ارسال"
366
 
367
- #: contact_form.php:579
368
  msgid "Display text"
369
  msgstr "نمایش متن"
370
 
371
- #: contact_form.php:588 contact_form.php:594
 
372
  msgid "Text"
373
  msgstr "متن"
374
 
375
- #: contact_form.php:601
376
- msgid "Redirect to page"
377
  msgstr "انتقال به "
378
 
379
- #: contact_form.php:602
380
  msgid "Url"
381
  msgstr "تارنما"
382
 
383
- #: contact_form.php:607
384
  msgid "Save Changes"
385
  msgstr "ثبت تغییرات"
386
 
387
- #: contact_form.php:646
388
- msgid "Sorry, your e-mail could not be delivered."
389
  msgstr "امکان ارسال رایانامه برای شما وجود ندارد."
390
 
391
- #: contact_form.php:716
392
- msgid "You can attach files of the following types"
393
  msgstr "می توانید فایل با این فرمت ارسال فرمایید "
394
 
395
- #: contact_form.php:724
396
  msgid "Send me a copy"
397
  msgstr "به رایانامه من ارسال شود"
398
 
399
- #: contact_form.php:948
400
  msgid "Contact from"
401
  msgstr "فرم ارتباط با مدیریت"
402
 
403
- #: contact_form.php:956
404
  msgid "Email"
405
  msgstr "رایانامه "
406
 
407
- #: contact_form.php:970
408
  msgid "Site"
409
  msgstr "سایت"
410
 
411
- #: contact_form.php:1021
412
- msgid "If you can see this MIME than your client doesn't accept MIME types!"
413
  msgstr "اگر می توانید این MIME کاربران را ببینید، نوع آن قابل پذیرش نیست!"
414
 
415
- #: contact_form.php:1074
416
  msgid "FAQ"
417
  msgstr "سئوالات مطرح"
418
 
419
- #: contact_form.php:1075
420
  msgid "Support"
421
  msgstr "پشتیبانی"
422
 
423
- #: contact_form.php:1121
424
- msgid "Are you sure you want to delete this language?"
425
  msgstr ""
426
 
427
  #~ msgid "E-Mail Addresse:"
428
  #~ msgstr "Indirizzo e-mail:"
429
-
430
  #~ msgid "Install Now"
431
  #~ msgstr "Installa Ora"
432
-
433
  #~ msgid "BWS Plugins"
434
  #~ msgstr "BWS Plugins"
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-02-07 16:01+0300\n"
6
+ "PO-Revision-Date: 2013-02-07 16:01+0300\n"
7
+ "Last-Translator: \n"
8
  "Language-Team: AlirezaJamali <me@alirezaJamali.net>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "Language: fa_IR\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:78
20
  msgid "Activated plugins"
21
  msgstr "افزونه های فعال"
22
 
23
+ #: contact_form.php:80
24
+ #: contact_form.php:88
25
+ #: contact_form.php:96
26
  msgid "Read more"
27
  msgstr "متن کامل"
28
 
29
+ #: contact_form.php:80
30
+ #: contact_form.php:1066
31
+ #: contact_form.php:1075
32
  msgid "Settings"
33
  msgstr "تنظیمات"
34
 
35
+ #: contact_form.php:86
36
  msgid "Installed plugins"
37
  msgstr "افزونه های نصب شده"
38
 
39
+ #: contact_form.php:94
40
  msgid "Recommended plugins"
41
  msgstr "افزونه های پیشنهادی"
42
 
43
+ #: contact_form.php:96
44
  msgid "Download"
45
  msgstr "دانلود"
46
 
47
+ #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "نصب %s"
51
 
52
+ #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "هم اکنون نصب کنید wordpress.org"
55
 
56
+ #: contact_form.php:98
57
+ msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
58
+ msgstr "چنانچه سئوالی دارید لطفا از طریق رایانامه plugin@bestwebsoft.com یا فرم ارتباطی سایت با با تماس بگیرید."
 
 
 
 
59
 
60
+ #: contact_form.php:110
61
+ #: contact_form.php:403
62
  msgid "Contact Form Options"
63
  msgstr "گزینه های فرم ارتباط با مدیریت"
64
 
65
+ #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "فرم ارتباط با مدیریت"
68
 
69
+ #: contact_form.php:147
70
+ #: contact_form.php:537
71
+ #: contact_form.php:557
72
  msgid "Name:"
73
  msgstr "نام "
74
 
75
+ #: contact_form.php:148
76
+ #: contact_form.php:538
77
+ #: contact_form.php:558
78
+ msgid "Email Address:"
79
  msgstr "رایانامه "
80
 
81
+ #: contact_form.php:149
82
+ #: contact_form.php:539
83
+ #: contact_form.php:559
84
+ msgid "Phone number:"
85
  msgstr "شماره تماس "
86
 
87
+ #: contact_form.php:150
88
+ #: contact_form.php:540
89
+ #: contact_form.php:560
90
  msgid "Subject:"
91
  msgstr "موضوع "
92
 
93
+ #: contact_form.php:151
94
+ #: contact_form.php:541
95
+ #: contact_form.php:561
96
  msgid "Message:"
97
  msgstr "متن پیام "
98
 
99
+ #: contact_form.php:152
100
+ #: contact_form.php:542
101
+ #: contact_form.php:562
102
  msgid "Attachment:"
103
  msgstr "پیوست "
104
 
105
+ #: contact_form.php:153
106
+ #: contact_form.php:543
107
+ #: contact_form.php:563
108
  msgid "Submit"
109
  msgstr "ارسال"
110
 
111
+ #: contact_form.php:154
112
  msgid "Your name is required."
113
  msgstr "نام ضروری می باشد. "
114
 
115
+ #: contact_form.php:155
116
  msgid "A proper e-mail address is required."
117
  msgstr "رایانامه ضروری می باشد. "
118
 
119
+ #: contact_form.php:156
120
+ msgid "Subject is required."
121
  msgstr "عنوان ضروری می باشد. "
122
 
123
+ #: contact_form.php:157
124
  msgid "Message text is required."
125
  msgstr "متن پیام ضروری می باشد. "
126
 
127
+ #: contact_form.php:158
128
  #, fuzzy
129
+ msgid "Phone number is required."
130
  msgstr "نام ضروری می باشد. "
131
 
132
+ #: contact_form.php:159
133
+ msgid "File format is not valid."
134
  msgstr "فایل آسیب دیده می باشد. "
135
 
136
+ #: contact_form.php:160
137
+ msgid "Please fill out the CAPTCHA."
138
  msgstr "لطفا کد امنیتی را وارد کنید. "
139
 
140
+ #: contact_form.php:161
141
  msgid "Please make corrections below and try again."
142
  msgstr "لطفا پس از انجام اصلاحات دوباره ارسال نمایید. "
143
 
144
+ #: contact_form.php:163
145
  msgid "Thank you for contacting us."
146
  msgstr "قدردان همیاری شما هستیم."
147
 
148
+ #: contact_form.php:358
149
+ msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
150
+ msgstr "اگر گزینه \"انتقال به\" انتخاب شود بایستی فیلد مربوط به تارنما را تکمیل کنید"
 
 
 
151
 
152
+ #: contact_form.php:367
153
+ msgid "Such user does not exist. Settings are not saved."
154
  msgstr "این کاربر وجود ندارد، تغییرات ثبت نشد."
155
 
156
+ #: contact_form.php:372
157
+ msgid "Please enter a valid email address. Settings are not saved."
158
  msgstr "لطفا از صحت رایانامه اطمینان حاصل فرمایید، تغییرات ثبت نشد."
159
 
160
+ #: contact_form.php:378
161
  #, fuzzy
162
+ msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
163
  msgstr "لطفا از صحت رایانامه اطمینان حاصل فرمایید، تغییرات ثبت نشد."
164
 
165
+ #: contact_form.php:383
166
  msgid "Options saved."
167
  msgstr "تغییرات ثبت شد."
168
 
169
+ #: contact_form.php:408
170
+ 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:"
171
+ msgstr "اگر مایل به استفاده از فرم ارتباط با مدیریت می باشید، کد را در صفحه یا نوشته دلخواه قرار دهید : "
 
 
 
 
172
 
173
+ #: contact_form.php:409
174
+ msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
175
+ msgstr "اگر اطلاعات درخواستی زیر تکمیل نشود پیام به آدرس ثبت نام ارسال خواهد شد."
 
 
 
176
 
177
+ #: contact_form.php:413
178
+ msgid "The user's email address:"
179
  msgstr "از رایانامه کاربران استفاده کن : "
180
 
181
+ #: contact_form.php:417
182
+ msgid "Create a username"
183
  msgstr "انتخاب شناسه کاربری"
184
 
185
+ #: contact_form.php:422
186
+ msgid "Enter a username of the person who should get the messages from the contact form."
187
  msgstr "نام کاربری را که پیام را دریافت می کند مشخص کنید. "
188
 
189
+ #: contact_form.php:426
190
+ msgid "Use this email address:"
191
  msgstr "استفاده از این رایانامه : "
192
 
193
+ #: contact_form.php:429
194
+ msgid "Enter the email address you want the messages forwarded to."
195
  msgstr "رایانامه ای را برای دریافت پیام مشخص کنید."
196
 
197
+ #: contact_form.php:433
198
  msgid "Additional options"
199
  msgstr "گزینه های بیشتر"
200
 
201
+ #: contact_form.php:436
202
  msgid "Display Attachment block"
203
  msgstr "نمایش گزینه پیوست"
204
 
205
+ #: contact_form.php:438
206
+ msgid "Users can attach the following file formats"
207
  msgstr "کاربران قادر به ارسال این نوع فایلها می باشند"
208
 
209
+ #: contact_form.php:442
210
+ msgid "Display Attachment tips"
211
  msgstr "نمایش توضیحات پیوست"
212
 
213
+ #: contact_form.php:444
214
+ msgid "Display tips below the Attachment block"
215
  msgstr "نمایش توضیحات بعد از پیوست"
216
 
217
+ #: contact_form.php:448
218
  msgid "Display Send me a copy block"
219
  msgstr "نمایش گزینه \"ارسال یک نسخه برای من\""
220
 
221
+ #: contact_form.php:454
222
+ msgid "What to use?"
223
  msgstr "چه استفاده ای؟"
224
 
225
+ #: contact_form.php:457
226
  msgid "Wp-mail"
227
  msgstr "افزونه ارسال رایانامه Wp-mail"
228
 
229
+ #: contact_form.php:458
230
+ msgid "You can use the wp_mail function for mailing"
231
  msgstr "جهت ارسال رایانامه افزونه Wp-mail نصب کنید"
232
 
233
+ #: contact_form.php:464
234
  msgid "Mail"
235
  msgstr "رایانامه"
236
 
237
+ #: contact_form.php:465
238
  msgid "To send mail you can use the php mail function"
239
  msgstr "برای ارسال رایانامه می توانید از امکانات PHP استفاده کنید"
240
 
241
+ #: contact_form.php:469
242
  #, fuzzy
243
+ msgid "Change text of the 'FROM' field"
244
  msgstr "از طریق موارد فرم ارتباط با مدیریت تغییر دهید"
245
 
 
 
 
 
246
  #: contact_form.php:475
247
+ msgid "Enter the email address in the 'From' field"
 
 
248
  msgstr ""
249
 
250
  #: contact_form.php:477
251
+ msgid "The email address of the user who fills the form is going to be used in the field 'From'."
252
+ msgstr ""
253
+
254
+ #: contact_form.php:479
255
+ msgid "This email address will be used in the 'From' field."
256
  msgstr ""
257
 
258
+ #: contact_form.php:483
259
  msgid "Display phone field"
260
  msgstr "نمایش فیلد شماره تماس"
261
 
262
+ #: contact_form.php:489
263
+ msgid "Required fields"
264
  msgstr ""
265
 
266
+ #: contact_form.php:491
267
+ #: contact_form.php:955
268
  msgid "Name"
269
  msgstr "نام "
270
 
271
+ #: contact_form.php:492
272
  #, fuzzy
273
  msgid "E-Mail Address"
274
  msgstr "رایانامه "
275
 
276
+ #: contact_form.php:493
277
+ #: contact_form.php:963
278
  msgid "Phone"
279
  msgstr "شماره تماس"
280
 
281
+ #: contact_form.php:494
282
+ #: contact_form.php:966
283
  msgid "Subject"
284
  msgstr "موضوع "
285
 
286
+ #: contact_form.php:495
287
+ #: contact_form.php:969
288
  msgid "Message"
289
  msgstr "متن پیام "
290
 
291
+ #: contact_form.php:499
292
  msgid "Display additional info in email"
293
  msgstr "اطلاعات بیشتر را در رایانامه نمایش بده"
294
 
295
+ #: contact_form.php:504
296
+ #: contact_form.php:927
297
  msgid "Sent from (ip address)"
298
  msgstr "ارسال از سوی (ip address)"
299
 
300
+ #: contact_form.php:505
301
+ #: contact_form.php:932
302
  msgid "Date/Time"
303
  msgstr "روز / زمان"
304
 
305
+ #: contact_form.php:506
306
+ #: contact_form.php:937
307
+ msgid "Sent from (referer)"
308
  msgstr "دریافت از سوی (referer)"
309
 
310
+ #: contact_form.php:507
311
+ #: contact_form.php:942
312
  msgid "Using (user agent)"
313
  msgstr "استفاده از (user agent)"
314
 
315
+ #: contact_form.php:511
316
+ msgid "Language settings for the field names in the form"
317
  msgstr ""
318
 
319
+ #: contact_form.php:520
320
  msgid "Add language"
321
  msgstr ""
322
 
323
+ #: contact_form.php:524
324
  #, fuzzy
325
+ msgid "Change the names of the contact form fields and error messages"
326
  msgstr "تغییر عناوین فیلدهای فرم تماس با مدیریت "
327
 
328
+ #: contact_form.php:529
329
+ #: contact_form.php:582
330
  msgid "English"
331
  msgstr ""
332
 
333
+ #: contact_form.php:544
334
+ #: contact_form.php:564
335
+ msgid "Error message for the Name field"
336
  msgstr ""
337
 
338
+ #: contact_form.php:545
339
+ #: contact_form.php:565
340
+ msgid "Error message for the Email field"
341
  msgstr ""
342
 
343
+ #: contact_form.php:546
344
+ #: contact_form.php:566
345
+ msgid "Error message for the Phone field"
346
  msgstr ""
347
 
348
+ #: contact_form.php:547
349
+ #: contact_form.php:567
350
+ msgid "Error message for the Subject field"
351
  msgstr ""
352
 
353
+ #: contact_form.php:548
354
+ #: contact_form.php:568
355
+ msgid "Error message for the Message field"
356
  msgstr ""
357
 
358
+ #: contact_form.php:549
359
+ #: contact_form.php:569
360
+ msgid "Error message for the Attachment field"
361
  msgstr ""
362
 
363
+ #: contact_form.php:550
364
+ #: contact_form.php:570
365
+ msgid "Error message for the Captcha field"
366
  msgstr ""
367
 
368
+ #: contact_form.php:551
369
+ #: contact_form.php:571
370
+ msgid "Error message for the whole form"
371
  msgstr ""
372
 
373
+ #: contact_form.php:552
374
+ #: contact_form.php:572
375
+ #: contact_form.php:591
376
+ #: contact_form.php:597
377
  msgid "Use shortcode"
378
  msgstr ""
379
 
380
+ #: contact_form.php:552
381
+ #: contact_form.php:572
382
+ #: contact_form.php:591
383
+ #: contact_form.php:597
384
  msgid "for this language"
385
  msgstr ""
386
 
387
+ #: contact_form.php:579
388
+ msgid "Action after email is sent"
389
  msgstr "عکس العمل پس از ارسال"
390
 
391
+ #: contact_form.php:581
392
  msgid "Display text"
393
  msgstr "نمایش متن"
394
 
395
+ #: contact_form.php:590
396
+ #: contact_form.php:596
397
  msgid "Text"
398
  msgstr "متن"
399
 
400
+ #: contact_form.php:603
401
+ msgid "Redirect to the page"
402
  msgstr "انتقال به "
403
 
404
+ #: contact_form.php:604
405
  msgid "Url"
406
  msgstr "تارنما"
407
 
408
+ #: contact_form.php:609
409
  msgid "Save Changes"
410
  msgstr "ثبت تغییرات"
411
 
412
+ #: contact_form.php:648
413
+ msgid "Sorry, email message could not be delivered."
414
  msgstr "امکان ارسال رایانامه برای شما وجود ندارد."
415
 
416
+ #: contact_form.php:718
417
+ msgid "You can attach the following file formats"
418
  msgstr "می توانید فایل با این فرمت ارسال فرمایید "
419
 
420
+ #: contact_form.php:726
421
  msgid "Send me a copy"
422
  msgstr "به رایانامه من ارسال شود"
423
 
424
+ #: contact_form.php:950
425
  msgid "Contact from"
426
  msgstr "فرم ارتباط با مدیریت"
427
 
428
+ #: contact_form.php:958
429
  msgid "Email"
430
  msgstr "رایانامه "
431
 
432
+ #: contact_form.php:972
433
  msgid "Site"
434
  msgstr "سایت"
435
 
436
+ #: contact_form.php:1023
437
+ msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
438
  msgstr "اگر می توانید این MIME کاربران را ببینید، نوع آن قابل پذیرش نیست!"
439
 
440
+ #: contact_form.php:1076
441
  msgid "FAQ"
442
  msgstr "سئوالات مطرح"
443
 
444
+ #: contact_form.php:1077
445
  msgid "Support"
446
  msgstr "پشتیبانی"
447
 
448
+ #: contact_form.php:1123
449
+ msgid "Are you sure that you want to delete this language data?"
450
  msgstr ""
451
 
452
  #~ msgid "E-Mail Addresse:"
453
  #~ msgstr "Indirizzo e-mail:"
 
454
  #~ msgid "Install Now"
455
  #~ msgstr "Installa Ora"
 
456
  #~ msgid "BWS Plugins"
457
  #~ msgstr "BWS Plugins"
458
+
languages/contact_form-fr_FR.mo CHANGED
Binary file
languages/contact_form-fr_FR.po CHANGED
@@ -2,14 +2,14 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form 3.29\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-12-19 13:31+0200\n"
6
- "PO-Revision-Date: 2012-12-19 13:31+0200\n"
7
- "Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
- "Language: fr_FR\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -17,423 +17,432 @@ msgstr ""
17
  "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: contact_form.php:76
21
  msgid "Activated plugins"
22
  msgstr "Plugin activé"
23
 
24
- #: contact_form.php:78 contact_form.php:86 contact_form.php:94
 
 
25
  msgid "Read more"
26
  msgstr "Lire la suite"
27
 
28
- #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
 
 
29
  msgid "Settings"
30
  msgstr "Réglages"
31
 
32
- #: contact_form.php:84
33
  msgid "Installed plugins"
34
  msgstr "Plugin installé"
35
 
36
- #: contact_form.php:92
37
  msgid "Recommended plugins"
38
  msgstr "Plugin recommandé"
39
 
40
- #: contact_form.php:94
41
  msgid "Download"
42
  msgstr "Téléchargement"
43
 
44
- #: contact_form.php:94
45
  #, php-format
46
  msgid "Install %s"
47
  msgstr "%s installé"
48
 
49
- #: contact_form.php:94
50
  msgid "Install now from wordpress.org"
51
  msgstr "Installer maintenant depuis wordpress.org"
52
 
53
- #: contact_form.php:96
54
- msgid ""
55
- "If you have any questions, please contact us via plugin@bestwebsoft.com or "
56
- "fill in our contact form on our site"
57
- msgstr ""
58
- "Si vous avez des questions, merci de contacter plugin@bestwebsoft.com ou "
59
- "d'utilisez le formulaire de contact \"contact form\" sur notre site"
60
 
61
- #: contact_form.php:108 contact_form.php:401
 
62
  msgid "Contact Form Options"
63
  msgstr "Options du Formulaire de Contact"
64
 
65
- #: contact_form.php:108
66
  msgid "Contact Form"
67
  msgstr "Formulaire de Contact"
68
 
69
- #: contact_form.php:145 contact_form.php:535 contact_form.php:555
 
 
70
  msgid "Name:"
71
  msgstr "Nom:"
72
 
73
- #: contact_form.php:146 contact_form.php:536 contact_form.php:556
74
- msgid "E-Mail Address:"
 
 
75
  msgstr "Adresse e-mail:"
76
 
77
- #: contact_form.php:147 contact_form.php:537 contact_form.php:557
78
- msgid "Phone:"
 
 
79
  msgstr "Téléphone:"
80
 
81
- #: contact_form.php:148 contact_form.php:538 contact_form.php:558
 
 
82
  msgid "Subject:"
83
  msgstr "Sujet:"
84
 
85
- #: contact_form.php:149 contact_form.php:539 contact_form.php:559
 
 
86
  msgid "Message:"
87
  msgstr "Message:"
88
 
89
- #: contact_form.php:150 contact_form.php:540 contact_form.php:560
 
 
90
  msgid "Attachment:"
91
  msgstr "Pièce-jointe:"
92
 
93
- #: contact_form.php:151 contact_form.php:541 contact_form.php:561
 
 
94
  msgid "Submit"
95
  msgstr "Envoyer"
96
 
97
- #: contact_form.php:152
98
  msgid "Your name is required."
99
  msgstr "Un nom est obligatoire."
100
 
101
- #: contact_form.php:153
102
  msgid "A proper e-mail address is required."
103
  msgstr "Une adresse e-mail valide est obligatoire."
104
 
105
- #: contact_form.php:154
106
- msgid "Subject text is required."
107
  msgstr "Sujet obligatoire."
108
 
109
- #: contact_form.php:155
110
  msgid "Message text is required."
111
  msgstr "Un message est obligatoire."
112
 
113
- #: contact_form.php:156
114
- msgid "Phone is required field."
115
  msgstr "Le numéro de téléphone est obligatoire."
116
 
117
- #: contact_form.php:157
118
- msgid "Attachment is broken."
119
  msgstr "La pièce-jointe n'est pas valide."
120
 
121
- #: contact_form.php:158
122
- msgid "Please complete the CAPTCHA."
123
  msgstr "Merci de compléter le CAPTCHA."
124
 
125
- #: contact_form.php:159
126
  msgid "Please make corrections below and try again."
127
  msgstr "Merci de faire les corrections suivantes et de réessayer."
128
 
129
- #: contact_form.php:161
130
  msgid "Thank you for contacting us."
131
  msgstr "Merci de nous avoir contacté."
132
 
133
- #: contact_form.php:356
134
- msgid ""
135
- "If the option 'Redirect to page' is selected then url field should be "
136
- "fillied in the following format"
137
- msgstr ""
138
- "Si l'ioption 'Rediriger vers la page' est positionnée, alors le champ Url "
139
- "doit être rempli avec le format suivant"
140
 
141
- #: contact_form.php:365
142
- msgid "Such user is not exist. Settings are not saved."
143
- msgstr ""
144
- "Cet utilisateur est inconnu. Les modifications ne sont pas sauvegardées."
145
 
146
- #: contact_form.php:370
147
- msgid "Please input correct email. Settings are not saved."
148
- msgstr ""
149
- "Merci de saisir une adresse e-mail valide. Les modifications ne sont pas "
150
- "sauvegardées."
151
 
152
- #: contact_form.php:376
153
- msgid "Please input correct 'FROM' email. Settings are not saved."
154
- msgstr ""
155
- "Merci de saisir une adresse e-mail valide pour le 'FROM'. Les modifications "
156
- "ne sont pas sauvegardées."
157
 
158
- #: contact_form.php:381
159
  msgid "Options saved."
160
  msgstr "Options sauvegardées."
161
 
162
- #: contact_form.php:406
163
- msgid ""
164
- "If you would like to add a Contact Form to your website, just copy and put "
165
- "this shortcode onto your post or page or widget:"
166
- msgstr ""
167
- "Si vous souhaiter ajouter un formulaire de contact à votre site web, copiez "
168
- "juste ce code dans un article ou sur une page ou un widget:"
169
 
170
- #: contact_form.php:407
171
- msgid ""
172
- "If information in the below fields are empty then the message will be send "
173
- "to an address which was specified during registration."
174
- msgstr ""
175
- "Si les champs ci-dessous ne sont pas renseignés le message sera envoyé à "
176
- "l'adresse spécifiée lors de l'enregistrement."
177
 
178
- #: contact_form.php:411
179
- msgid "Use email of wordpress user:"
180
  msgstr "Utiliser l'e-mail du compte wordpress:"
181
 
182
- #: contact_form.php:415
183
- msgid "Select user name"
184
  msgstr "Choisir un nom d'utilisateur"
185
 
186
- #: contact_form.php:420
187
- msgid "Set a name of user who will get messages from a contact form."
188
- msgstr ""
189
- "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le "
190
- "formulaire de contact."
191
 
192
- #: contact_form.php:424
193
- msgid "Use this email:"
194
  msgstr "Utiliser cette adresse e-mail:"
195
 
196
- #: contact_form.php:427
197
- msgid "Set an email address which will be used for messages receiving."
198
  msgstr "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages."
199
 
200
- #: contact_form.php:431
201
  msgid "Additional options"
202
  msgstr "Options supplémentaires"
203
 
204
- #: contact_form.php:434
205
  msgid "Display Attachment block"
206
  msgstr "Afficher le bloc pièce-jointe"
207
 
208
- #: contact_form.php:436
209
- msgid "Users can attach files of the following types"
210
  msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
211
 
212
- #: contact_form.php:440
213
- msgid "Display Attachment explanations"
214
  msgstr "Afficher les explications sur les pièces jointes"
215
 
216
- #: contact_form.php:442
217
- msgid "Display explanations after Attachment block"
218
  msgstr "Afficher les explications après le bloc des pièces jointes"
219
 
220
- #: contact_form.php:446
221
  msgid "Display Send me a copy block"
222
  msgstr "Afficher \"M'envoyer une copie\" "
223
 
224
- #: contact_form.php:452
225
- msgid "What use?"
226
  msgstr "Quel utilisation?"
227
 
228
- #: contact_form.php:455
229
  msgid "Wp-mail"
230
  msgstr "Wp-mail"
231
 
232
- #: contact_form.php:456
233
- msgid "To send mail you can use the wordpress wp_mail function"
234
- msgstr ""
235
- "Pour envoyer l'e-mail, vous pouvez utiliser la fonction wp_mail de wordpress"
236
 
237
- #: contact_form.php:462
238
  msgid "Mail"
239
  msgstr "E-mail"
240
 
241
- #: contact_form.php:463
242
  msgid "To send mail you can use the php mail function"
243
  msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction mail de php"
244
 
245
- #: contact_form.php:467
246
- msgid "Change text for 'FROM' field of the email"
247
  msgstr "Modifier le texte pour le champ 'FROM' du courriel"
248
 
249
- #: contact_form.php:473
250
- msgid "Select email for 'FROM' field of the email"
251
- msgstr "Sélectionner l'adresse e-mail pour le champ 'FROM' du courriel"
252
-
253
  #: contact_form.php:475
254
- msgid ""
255
- "In the field 'From' in the mail it will use email of that user who fills the "
256
- "form."
257
- msgstr ""
258
- "Dans le champ 'From' du courriel, il sera utilisé l'adresse e-mail de "
259
- "l'utlisateur qui rempli le formulaire."
260
 
261
  #: contact_form.php:477
262
- msgid "In the field 'From' it will use this email."
 
 
 
 
263
  msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
264
 
265
- #: contact_form.php:481
266
  msgid "Display phone field"
267
  msgstr "Afficher le champ téléphone"
268
 
269
- #: contact_form.php:487
270
- msgid "Required field"
271
  msgstr "Champ obligatoire"
272
 
273
- #: contact_form.php:489 contact_form.php:953
 
274
  msgid "Name"
275
  msgstr "Nom"
276
 
277
- #: contact_form.php:490
278
  msgid "E-Mail Address"
279
  msgstr "Adresse e-mail"
280
 
281
- #: contact_form.php:491 contact_form.php:961
 
282
  msgid "Phone"
283
  msgstr "Téléphone"
284
 
285
- #: contact_form.php:492 contact_form.php:964
 
286
  msgid "Subject"
287
  msgstr "Sujet"
288
 
289
- #: contact_form.php:493 contact_form.php:967
 
290
  msgid "Message"
291
  msgstr "Message"
292
 
293
- #: contact_form.php:497
294
  msgid "Display additional info in email"
295
  msgstr "Afficher les informations complémentaires dans le courriel"
296
 
297
- #: contact_form.php:502 contact_form.php:925
 
298
  msgid "Sent from (ip address)"
299
  msgstr "Envoyé de (adresse IP)"
300
 
301
- #: contact_form.php:503 contact_form.php:930
 
302
  msgid "Date/Time"
303
  msgstr "Date/Heure"
304
 
305
- #: contact_form.php:504 contact_form.php:935
306
- msgid "Coming from (referer)"
 
307
  msgstr "Envoyer de (référence)"
308
 
309
- #: contact_form.php:505 contact_form.php:940
 
310
  msgid "Using (user agent)"
311
  msgstr "Depuis (navigateur)"
312
 
313
- #: contact_form.php:509
314
- msgid "Language settings for label fields"
315
  msgstr "Définition des langues pour les titres des champs"
316
 
317
- #: contact_form.php:518
318
  msgid "Add language"
319
  msgstr "Ajouter une langue"
320
 
321
- #: contact_form.php:522
322
- msgid "Change label for fields of the contact form and error messages"
323
- msgstr ""
324
- "Modifier le texte pour les champs du formulaire de contact et les messages "
325
- "d'erreur"
326
 
327
- #: contact_form.php:527 contact_form.php:580
 
328
  msgid "English"
329
  msgstr "Anglais"
330
 
331
- #: contact_form.php:542 contact_form.php:562
332
- msgid "Error message for name field"
 
333
  msgstr "Message d'erreur pour le champ nom"
334
 
335
- #: contact_form.php:543 contact_form.php:563
336
- msgid "Error message for email field"
 
337
  msgstr "Message d'erreur pour le champ e-mail"
338
 
339
- #: contact_form.php:544 contact_form.php:564
340
- msgid "Error message for phone field"
 
341
  msgstr "Message d'erreur pour le champ téléphone"
342
 
343
- #: contact_form.php:545 contact_form.php:565
344
- msgid "Error message for subject field"
 
345
  msgstr "Message d'erreur pour le champ sujet"
346
 
347
- #: contact_form.php:546 contact_form.php:566
348
- msgid "Error message for message field"
 
349
  msgstr "Message d'erreur pour le champ message"
350
 
351
- #: contact_form.php:547 contact_form.php:567
352
- msgid "Error message for attachment field"
 
353
  msgstr "Message d'erreur pour le champ fichier joint"
354
 
355
- #: contact_form.php:548 contact_form.php:568
356
- msgid "Error message for captcha"
 
357
  msgstr "Message d'erreur pour le captcha"
358
 
359
- #: contact_form.php:549 contact_form.php:569
360
- msgid "Error message for all form"
 
361
  msgstr "Message d'erreur demandant à compléter les champs manquants"
362
 
363
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
364
- #: contact_form.php:595
 
 
365
  msgid "Use shortcode"
366
  msgstr "Utiliser le code court"
367
 
368
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
369
- #: contact_form.php:595
 
 
370
  msgid "for this language"
371
  msgstr "pour cette langue"
372
 
373
- #: contact_form.php:577
374
- msgid "Action after the send mail"
375
  msgstr "Action après l'envoie de l'e-mail"
376
 
377
- #: contact_form.php:579
378
  msgid "Display text"
379
  msgstr "Afficher le texte"
380
 
381
- #: contact_form.php:588 contact_form.php:594
 
382
  msgid "Text"
383
  msgstr "Texte"
384
 
385
- #: contact_form.php:601
386
- msgid "Redirect to page"
387
  msgstr "Rediriger vers la page"
388
 
389
- #: contact_form.php:602
390
  msgid "Url"
391
  msgstr "Url"
392
 
393
- #: contact_form.php:607
394
  msgid "Save Changes"
395
  msgstr "Sauvegarder les modifications"
396
 
397
- #: contact_form.php:646
398
- msgid "Sorry, your e-mail could not be delivered."
399
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
400
 
401
- #: contact_form.php:716
402
- msgid "You can attach files of the following types"
403
  msgstr "Vous pouvez joindre des fichiers aux formats suivants"
404
 
405
- #: contact_form.php:724
406
  msgid "Send me a copy"
407
  msgstr "M'envoyer une copie"
408
 
409
- #: contact_form.php:948
410
  msgid "Contact from"
411
  msgstr "Contact de"
412
 
413
- #: contact_form.php:956
414
  msgid "Email"
415
  msgstr "E-mail"
416
 
417
- #: contact_form.php:970
418
  msgid "Site"
419
  msgstr "Site"
420
 
421
- #: contact_form.php:1021
422
- msgid "If you can see this MIME than your client doesn't accept MIME types!"
423
- msgstr ""
424
- "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de "
425
- "MIME !"
426
 
427
- #: contact_form.php:1074
428
  msgid "FAQ"
429
  msgstr "FAQ"
430
 
431
- #: contact_form.php:1075
432
  msgid "Support"
433
  msgstr "Support"
434
 
435
- #: contact_form.php:1121
436
- msgid "Are you sure you want to delete this language?"
437
  msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
438
 
439
  #, fuzzy
@@ -443,10 +452,8 @@ msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
443
  #~ msgstr ""
444
  #~ "Si vous souhaiter ajouter un formulaire de contact à votre site web, "
445
  #~ "copiez juste ce code dans un article ou sur une page ou un widget:"
446
-
447
  #~ msgid "Install Now"
448
  #~ msgstr "Installa Ora"
449
-
450
  #~ msgid "BWS Plugins"
451
  #~ msgstr "BWS Plugins"
452
 
@@ -459,6 +466,6 @@ msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
459
  #~ msgstr ""
460
  #~ "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le "
461
  #~ "formulaire de contact."
462
-
463
  #~ msgid "E-Mail Addresse:"
464
  #~ msgstr "Indirizzo e-mail:"
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form 3.29\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-02-07 16:02+0300\n"
6
+ "PO-Revision-Date: 2013-02-07 16:02+0300\n"
7
+ "Last-Translator: \n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "Language: fr_FR\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: contact_form.php:78
21
  msgid "Activated plugins"
22
  msgstr "Plugin activé"
23
 
24
+ #: contact_form.php:80
25
+ #: contact_form.php:88
26
+ #: contact_form.php:96
27
  msgid "Read more"
28
  msgstr "Lire la suite"
29
 
30
+ #: contact_form.php:80
31
+ #: contact_form.php:1066
32
+ #: contact_form.php:1075
33
  msgid "Settings"
34
  msgstr "Réglages"
35
 
36
+ #: contact_form.php:86
37
  msgid "Installed plugins"
38
  msgstr "Plugin installé"
39
 
40
+ #: contact_form.php:94
41
  msgid "Recommended plugins"
42
  msgstr "Plugin recommandé"
43
 
44
+ #: contact_form.php:96
45
  msgid "Download"
46
  msgstr "Téléchargement"
47
 
48
+ #: contact_form.php:96
49
  #, php-format
50
  msgid "Install %s"
51
  msgstr "%s installé"
52
 
53
+ #: contact_form.php:96
54
  msgid "Install now from wordpress.org"
55
  msgstr "Installer maintenant depuis wordpress.org"
56
 
57
+ #: contact_form.php:98
58
+ msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
59
+ msgstr "Si vous avez des questions, merci de contacter plugin@bestwebsoft.com ou d'utilisez le formulaire de contact \"contact form\" sur notre site"
 
 
 
 
60
 
61
+ #: contact_form.php:110
62
+ #: contact_form.php:403
63
  msgid "Contact Form Options"
64
  msgstr "Options du Formulaire de Contact"
65
 
66
+ #: contact_form.php:110
67
  msgid "Contact Form"
68
  msgstr "Formulaire de Contact"
69
 
70
+ #: contact_form.php:147
71
+ #: contact_form.php:537
72
+ #: contact_form.php:557
73
  msgid "Name:"
74
  msgstr "Nom:"
75
 
76
+ #: contact_form.php:148
77
+ #: contact_form.php:538
78
+ #: contact_form.php:558
79
+ msgid "Email Address:"
80
  msgstr "Adresse e-mail:"
81
 
82
+ #: contact_form.php:149
83
+ #: contact_form.php:539
84
+ #: contact_form.php:559
85
+ msgid "Phone number:"
86
  msgstr "Téléphone:"
87
 
88
+ #: contact_form.php:150
89
+ #: contact_form.php:540
90
+ #: contact_form.php:560
91
  msgid "Subject:"
92
  msgstr "Sujet:"
93
 
94
+ #: contact_form.php:151
95
+ #: contact_form.php:541
96
+ #: contact_form.php:561
97
  msgid "Message:"
98
  msgstr "Message:"
99
 
100
+ #: contact_form.php:152
101
+ #: contact_form.php:542
102
+ #: contact_form.php:562
103
  msgid "Attachment:"
104
  msgstr "Pièce-jointe:"
105
 
106
+ #: contact_form.php:153
107
+ #: contact_form.php:543
108
+ #: contact_form.php:563
109
  msgid "Submit"
110
  msgstr "Envoyer"
111
 
112
+ #: contact_form.php:154
113
  msgid "Your name is required."
114
  msgstr "Un nom est obligatoire."
115
 
116
+ #: contact_form.php:155
117
  msgid "A proper e-mail address is required."
118
  msgstr "Une adresse e-mail valide est obligatoire."
119
 
120
+ #: contact_form.php:156
121
+ msgid "Subject is required."
122
  msgstr "Sujet obligatoire."
123
 
124
+ #: contact_form.php:157
125
  msgid "Message text is required."
126
  msgstr "Un message est obligatoire."
127
 
128
+ #: contact_form.php:158
129
+ msgid "Phone number is required."
130
  msgstr "Le numéro de téléphone est obligatoire."
131
 
132
+ #: contact_form.php:159
133
+ msgid "File format is not valid."
134
  msgstr "La pièce-jointe n'est pas valide."
135
 
136
+ #: contact_form.php:160
137
+ msgid "Please fill out the CAPTCHA."
138
  msgstr "Merci de compléter le CAPTCHA."
139
 
140
+ #: contact_form.php:161
141
  msgid "Please make corrections below and try again."
142
  msgstr "Merci de faire les corrections suivantes et de réessayer."
143
 
144
+ #: contact_form.php:163
145
  msgid "Thank you for contacting us."
146
  msgstr "Merci de nous avoir contacté."
147
 
148
+ #: contact_form.php:358
149
+ msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
150
+ msgstr "Si l'ioption 'Rediriger vers la page' est positionnée, alors le champ Url doit être rempli avec le format suivant"
 
 
 
 
151
 
152
+ #: contact_form.php:367
153
+ msgid "Such user does not exist. Settings are not saved."
154
+ msgstr "Cet utilisateur est inconnu. Les modifications ne sont pas sauvegardées."
 
155
 
156
+ #: contact_form.php:372
157
+ msgid "Please enter a valid email address. Settings are not saved."
158
+ msgstr "Merci de saisir une adresse e-mail valide. Les modifications ne sont pas sauvegardées."
 
 
159
 
160
+ #: contact_form.php:378
161
+ msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
162
+ msgstr "Merci de saisir une adresse e-mail valide pour le 'FROM'. Les modifications ne sont pas sauvegardées."
 
 
163
 
164
+ #: contact_form.php:383
165
  msgid "Options saved."
166
  msgstr "Options sauvegardées."
167
 
168
+ #: contact_form.php:408
169
+ 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:"
170
+ 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:"
 
 
 
 
171
 
172
+ #: contact_form.php:409
173
+ msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
174
+ msgstr "Si les champs ci-dessous ne sont pas renseignés le message sera envoyé à l'adresse spécifiée lors de l'enregistrement."
 
 
 
 
175
 
176
+ #: contact_form.php:413
177
+ msgid "The user's email address:"
178
  msgstr "Utiliser l'e-mail du compte wordpress:"
179
 
180
+ #: contact_form.php:417
181
+ msgid "Create a username"
182
  msgstr "Choisir un nom d'utilisateur"
183
 
184
+ #: contact_form.php:422
185
+ msgid "Enter a username of the person who should get the messages from the contact form."
186
+ msgstr "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le formulaire de contact."
 
 
187
 
188
+ #: contact_form.php:426
189
+ msgid "Use this email address:"
190
  msgstr "Utiliser cette adresse e-mail:"
191
 
192
+ #: contact_form.php:429
193
+ msgid "Enter the email address you want the messages forwarded to."
194
  msgstr "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages."
195
 
196
+ #: contact_form.php:433
197
  msgid "Additional options"
198
  msgstr "Options supplémentaires"
199
 
200
+ #: contact_form.php:436
201
  msgid "Display Attachment block"
202
  msgstr "Afficher le bloc pièce-jointe"
203
 
204
+ #: contact_form.php:438
205
+ msgid "Users can attach the following file formats"
206
  msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
207
 
208
+ #: contact_form.php:442
209
+ msgid "Display Attachment tips"
210
  msgstr "Afficher les explications sur les pièces jointes"
211
 
212
+ #: contact_form.php:444
213
+ msgid "Display tips below the Attachment block"
214
  msgstr "Afficher les explications après le bloc des pièces jointes"
215
 
216
+ #: contact_form.php:448
217
  msgid "Display Send me a copy block"
218
  msgstr "Afficher \"M'envoyer une copie\" "
219
 
220
+ #: contact_form.php:454
221
+ msgid "What to use?"
222
  msgstr "Quel utilisation?"
223
 
224
+ #: contact_form.php:457
225
  msgid "Wp-mail"
226
  msgstr "Wp-mail"
227
 
228
+ #: contact_form.php:458
229
+ msgid "You can use the wp_mail function for mailing"
230
+ msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction wp_mail de wordpress"
 
231
 
232
+ #: contact_form.php:464
233
  msgid "Mail"
234
  msgstr "E-mail"
235
 
236
+ #: contact_form.php:465
237
  msgid "To send mail you can use the php mail function"
238
  msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction mail de php"
239
 
240
+ #: contact_form.php:469
241
+ msgid "Change text of the 'FROM' field"
242
  msgstr "Modifier le texte pour le champ 'FROM' du courriel"
243
 
 
 
 
 
244
  #: contact_form.php:475
245
+ msgid "Enter the email address in the 'From' field"
246
+ msgstr "Sélectionner l'adresse e-mail pour le champ 'FROM' du courriel"
 
 
 
 
247
 
248
  #: contact_form.php:477
249
+ msgid "The email address of the user who fills the form is going to be used in the field 'From'."
250
+ msgstr "Dans le champ 'From' du courriel, il sera utilisé l'adresse e-mail de l'utlisateur qui rempli le formulaire."
251
+
252
+ #: contact_form.php:479
253
+ msgid "This email address will be used in the 'From' field."
254
  msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
255
 
256
+ #: contact_form.php:483
257
  msgid "Display phone field"
258
  msgstr "Afficher le champ téléphone"
259
 
260
+ #: contact_form.php:489
261
+ msgid "Required fields"
262
  msgstr "Champ obligatoire"
263
 
264
+ #: contact_form.php:491
265
+ #: contact_form.php:955
266
  msgid "Name"
267
  msgstr "Nom"
268
 
269
+ #: contact_form.php:492
270
  msgid "E-Mail Address"
271
  msgstr "Adresse e-mail"
272
 
273
+ #: contact_form.php:493
274
+ #: contact_form.php:963
275
  msgid "Phone"
276
  msgstr "Téléphone"
277
 
278
+ #: contact_form.php:494
279
+ #: contact_form.php:966
280
  msgid "Subject"
281
  msgstr "Sujet"
282
 
283
+ #: contact_form.php:495
284
+ #: contact_form.php:969
285
  msgid "Message"
286
  msgstr "Message"
287
 
288
+ #: contact_form.php:499
289
  msgid "Display additional info in email"
290
  msgstr "Afficher les informations complémentaires dans le courriel"
291
 
292
+ #: contact_form.php:504
293
+ #: contact_form.php:927
294
  msgid "Sent from (ip address)"
295
  msgstr "Envoyé de (adresse IP)"
296
 
297
+ #: contact_form.php:505
298
+ #: contact_form.php:932
299
  msgid "Date/Time"
300
  msgstr "Date/Heure"
301
 
302
+ #: contact_form.php:506
303
+ #: contact_form.php:937
304
+ msgid "Sent from (referer)"
305
  msgstr "Envoyer de (référence)"
306
 
307
+ #: contact_form.php:507
308
+ #: contact_form.php:942
309
  msgid "Using (user agent)"
310
  msgstr "Depuis (navigateur)"
311
 
312
+ #: contact_form.php:511
313
+ msgid "Language settings for the field names in the form"
314
  msgstr "Définition des langues pour les titres des champs"
315
 
316
+ #: contact_form.php:520
317
  msgid "Add language"
318
  msgstr "Ajouter une langue"
319
 
320
+ #: contact_form.php:524
321
+ msgid "Change the names of the contact form fields and error messages"
322
+ msgstr "Modifier le texte pour les champs du formulaire de contact et les messages d'erreur"
 
 
323
 
324
+ #: contact_form.php:529
325
+ #: contact_form.php:582
326
  msgid "English"
327
  msgstr "Anglais"
328
 
329
+ #: contact_form.php:544
330
+ #: contact_form.php:564
331
+ msgid "Error message for the Name field"
332
  msgstr "Message d'erreur pour le champ nom"
333
 
334
+ #: contact_form.php:545
335
+ #: contact_form.php:565
336
+ msgid "Error message for the Email field"
337
  msgstr "Message d'erreur pour le champ e-mail"
338
 
339
+ #: contact_form.php:546
340
+ #: contact_form.php:566
341
+ msgid "Error message for the Phone field"
342
  msgstr "Message d'erreur pour le champ téléphone"
343
 
344
+ #: contact_form.php:547
345
+ #: contact_form.php:567
346
+ msgid "Error message for the Subject field"
347
  msgstr "Message d'erreur pour le champ sujet"
348
 
349
+ #: contact_form.php:548
350
+ #: contact_form.php:568
351
+ msgid "Error message for the Message field"
352
  msgstr "Message d'erreur pour le champ message"
353
 
354
+ #: contact_form.php:549
355
+ #: contact_form.php:569
356
+ msgid "Error message for the Attachment field"
357
  msgstr "Message d'erreur pour le champ fichier joint"
358
 
359
+ #: contact_form.php:550
360
+ #: contact_form.php:570
361
+ msgid "Error message for the Captcha field"
362
  msgstr "Message d'erreur pour le captcha"
363
 
364
+ #: contact_form.php:551
365
+ #: contact_form.php:571
366
+ msgid "Error message for the whole form"
367
  msgstr "Message d'erreur demandant à compléter les champs manquants"
368
 
369
+ #: contact_form.php:552
370
+ #: contact_form.php:572
371
+ #: contact_form.php:591
372
+ #: contact_form.php:597
373
  msgid "Use shortcode"
374
  msgstr "Utiliser le code court"
375
 
376
+ #: contact_form.php:552
377
+ #: contact_form.php:572
378
+ #: contact_form.php:591
379
+ #: contact_form.php:597
380
  msgid "for this language"
381
  msgstr "pour cette langue"
382
 
383
+ #: contact_form.php:579
384
+ msgid "Action after email is sent"
385
  msgstr "Action après l'envoie de l'e-mail"
386
 
387
+ #: contact_form.php:581
388
  msgid "Display text"
389
  msgstr "Afficher le texte"
390
 
391
+ #: contact_form.php:590
392
+ #: contact_form.php:596
393
  msgid "Text"
394
  msgstr "Texte"
395
 
396
+ #: contact_form.php:603
397
+ msgid "Redirect to the page"
398
  msgstr "Rediriger vers la page"
399
 
400
+ #: contact_form.php:604
401
  msgid "Url"
402
  msgstr "Url"
403
 
404
+ #: contact_form.php:609
405
  msgid "Save Changes"
406
  msgstr "Sauvegarder les modifications"
407
 
408
+ #: contact_form.php:648
409
+ msgid "Sorry, email message could not be delivered."
410
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
411
 
412
+ #: contact_form.php:718
413
+ msgid "You can attach the following file formats"
414
  msgstr "Vous pouvez joindre des fichiers aux formats suivants"
415
 
416
+ #: contact_form.php:726
417
  msgid "Send me a copy"
418
  msgstr "M'envoyer une copie"
419
 
420
+ #: contact_form.php:950
421
  msgid "Contact from"
422
  msgstr "Contact de"
423
 
424
+ #: contact_form.php:958
425
  msgid "Email"
426
  msgstr "E-mail"
427
 
428
+ #: contact_form.php:972
429
  msgid "Site"
430
  msgstr "Site"
431
 
432
+ #: contact_form.php:1023
433
+ msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
434
+ msgstr "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de MIME !"
 
 
435
 
436
+ #: contact_form.php:1076
437
  msgid "FAQ"
438
  msgstr "FAQ"
439
 
440
+ #: contact_form.php:1077
441
  msgid "Support"
442
  msgstr "Support"
443
 
444
+ #: contact_form.php:1123
445
+ msgid "Are you sure that you want to delete this language data?"
446
  msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
447
 
448
  #, fuzzy
452
  #~ msgstr ""
453
  #~ "Si vous souhaiter ajouter un formulaire de contact à votre site web, "
454
  #~ "copiez juste ce code dans un article ou sur une page ou un widget:"
 
455
  #~ msgid "Install Now"
456
  #~ msgstr "Installa Ora"
 
457
  #~ msgid "BWS Plugins"
458
  #~ msgstr "BWS Plugins"
459
 
466
  #~ msgstr ""
467
  #~ "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le "
468
  #~ "formulaire de contact."
 
469
  #~ msgid "E-Mail Addresse:"
470
  #~ msgstr "Indirizzo e-mail:"
471
+
languages/contact_form-gl_ES.mo CHANGED
Binary file
languages/contact_form-gl_ES.po CHANGED
@@ -2,14 +2,14 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-12-19 13:31+0200\n"
6
- "PO-Revision-Date: 2012-12-19 13:31+0200\n"
7
- "Last-Translator: prios <prios@dinahosting.com>\n"
8
  "Language-Team: Paula Rios <paulacompos@gmail.com>\n"
9
- "Language: gl_ES\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
@@ -17,426 +17,438 @@ msgstr ""
17
  "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: contact_form.php:76
21
  msgid "Activated plugins"
22
  msgstr "Plugins activados"
23
 
24
- #: contact_form.php:78 contact_form.php:86 contact_form.php:94
 
 
25
  msgid "Read more"
26
  msgstr "Ler máis"
27
 
28
- #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
 
 
29
  msgid "Settings"
30
  msgstr "Configuracións"
31
 
32
- #: contact_form.php:84
33
  msgid "Installed plugins"
34
  msgstr "Plugins instalados"
35
 
36
- #: contact_form.php:92
37
  msgid "Recommended plugins"
38
  msgstr "Plugins recomendados"
39
 
40
- #: contact_form.php:94
41
  msgid "Download"
42
  msgstr "Baixar"
43
 
44
- #: contact_form.php:94
45
  #, php-format
46
  msgid "Install %s"
47
  msgstr "Instalar %s"
48
 
49
- #: contact_form.php:94
50
  msgid "Install now from wordpress.org"
51
  msgstr "Instalar agora desde wordpress.org"
52
 
53
- #: contact_form.php:96
54
- msgid ""
55
- "If you have any questions, please contact us via plugin@bestwebsoft.com or "
56
- "fill in our contact form on our site"
57
- msgstr ""
58
- "Se tes calquera dúbida, contacta no email plugin@bestwebsoft.com ou por "
59
- "medio do noso formulário de contato no sitio web."
60
 
61
- #: contact_form.php:108 contact_form.php:401
 
62
  msgid "Contact Form Options"
63
  msgstr "Configuracións do Formulário de contato"
64
 
65
- #: contact_form.php:108
66
  msgid "Contact Form"
67
  msgstr "Formulario de contato"
68
 
69
- #: contact_form.php:145 contact_form.php:535 contact_form.php:555
 
 
70
  msgid "Name:"
71
  msgstr "Nome:"
72
 
73
- #: contact_form.php:146 contact_form.php:536 contact_form.php:556
74
- msgid "E-Mail Address:"
 
 
75
  msgstr "Enderezo electrónico:"
76
 
77
- #: contact_form.php:147 contact_form.php:537 contact_form.php:557
78
- msgid "Phone:"
 
 
79
  msgstr "Teléfono:"
80
 
81
- #: contact_form.php:148 contact_form.php:538 contact_form.php:558
 
 
82
  msgid "Subject:"
83
  msgstr "Asunto:"
84
 
85
- #: contact_form.php:149 contact_form.php:539 contact_form.php:559
 
 
86
  msgid "Message:"
87
  msgstr "Mensaxe:"
88
 
89
- #: contact_form.php:150 contact_form.php:540 contact_form.php:560
 
 
90
  msgid "Attachment:"
91
  msgstr "Anexo:"
92
 
93
- #: contact_form.php:151 contact_form.php:541 contact_form.php:561
 
 
94
  msgid "Submit"
95
  msgstr "Enviar"
96
 
97
- #: contact_form.php:152
98
  msgid "Your name is required."
99
  msgstr "O teu nome é obrigatorio."
100
 
101
- #: contact_form.php:153
102
  msgid "A proper e-mail address is required."
103
  msgstr "É obrigatorio un enderezo de correo válido."
104
 
105
- #: contact_form.php:154
106
- msgid "Subject text is required."
107
  msgstr "O Assunto é obrigatorio."
108
 
109
- #: contact_form.php:155
110
  msgid "Message text is required."
111
  msgstr "O texto da Mensaxe é obrigatorio."
112
 
113
- #: contact_form.php:156
114
- msgid "Phone is required field."
115
  msgstr "O teléfono é obrigatorio."
116
 
117
- #: contact_form.php:157
118
- msgid "Attachment is broken."
119
  msgstr "Non é posíbel anexar o arquivo. "
120
 
121
- #: contact_form.php:158
122
- msgid "Please complete the CAPTCHA."
123
  msgstr "Por favor, completa o CAPTCHA."
124
 
125
- #: contact_form.php:159
126
  msgid "Please make corrections below and try again."
127
  msgstr "Por favor, fai as correccións abaixo e tenta enviar de novo a mensaxe."
128
 
129
- #: contact_form.php:161
130
  msgid "Thank you for contacting us."
131
  msgstr "Moitas grazas contatares con nós."
132
 
133
- #: contact_form.php:356
134
- msgid ""
135
- "If the option 'Redirect to page' is selected then url field should be "
136
- "fillied in the following format"
137
- msgstr ""
138
- "Se seleccionas a opción de Redireccionar para a páxina, tes que engadir un "
139
- "URL no seguinte campo"
140
 
141
- #: contact_form.php:365
142
- msgid "Such user is not exist. Settings are not saved."
143
  msgstr "Non existe esta persoa usuaria. No se gardaron as configuracións."
144
 
145
- #: contact_form.php:370
146
- msgid "Please input correct email. Settings are not saved."
147
- msgstr ""
148
- "Por favor intorduce un enderezo electrónico válido. Non se gardaron as "
149
- "configuracións."
150
 
151
- #: contact_form.php:376
152
- msgid "Please input correct 'FROM' email. Settings are not saved."
153
- msgstr ""
154
- "Por favor intorduce un enderezo electrónico válido. Non se gardaron as "
155
- "configuracións."
156
 
157
- #: contact_form.php:381
158
  msgid "Options saved."
159
  msgstr "Configuracións gardadas."
160
 
161
- #: contact_form.php:406
162
- msgid ""
163
- "If you would like to add a Contact Form to your website, just copy and put "
164
- "this shortcode onto your post or page or widget:"
165
- msgstr ""
166
- "Se queres engadir o Formulário de Contato no seu sitio web, só tes que "
167
- "copiar e colar este código no artigo, páxina ou widget:"
168
 
169
- #: contact_form.php:407
170
- msgid ""
171
- "If information in the below fields are empty then the message will be send "
172
- "to an address which was specified during registration."
173
- msgstr ""
174
- "Se a inforación nos campos abaixo está baleira, as mensaxes han ser enviadas "
175
- "para um enderezo que xa foi especificado durante o rexistro."
176
 
177
- #: contact_form.php:411
178
- msgid "Use email of wordpress user:"
179
  msgstr "Usar o enderezo dunha das persoas usuarias:"
180
 
181
- #: contact_form.php:415
182
- msgid "Select user name"
183
  msgstr "Seleciona o nome da persoa usuaria"
184
 
185
- #: contact_form.php:420
186
- msgid "Set a name of user who will get messages from a contact form."
187
- msgstr ""
188
- "Determina a persoa usuaria que recibirá as mensaxes enviadas polo Formulario "
189
- "de Contato."
190
 
191
- #: contact_form.php:424
192
- msgid "Use this email:"
193
  msgstr "Usar este enderezo electrónico:"
194
 
195
- #: contact_form.php:427
196
- msgid "Set an email address which will be used for messages receiving."
197
- msgstr ""
198
- "Configura o enderezo electrónico que vai ser usado para recibires as "
199
- "mensaxes."
200
 
201
- #: contact_form.php:431
202
  msgid "Additional options"
203
  msgstr "Opcións adicionais"
204
 
205
- #: contact_form.php:434
206
  msgid "Display Attachment block"
207
  msgstr "Mostrar a opción para anexar arquivos"
208
 
209
- #: contact_form.php:436
210
- msgid "Users can attach files of the following types"
211
  msgstr "As persoas usuarias poden anexar arquivos do tipo:"
212
 
213
- #: contact_form.php:440
214
- msgid "Display Attachment explanations"
215
  msgstr "Ver as explicacións dos anexos"
216
 
217
- #: contact_form.php:442
218
- msgid "Display explanations after Attachment block"
219
  msgstr "Amosar explicacións tras o bloqueo de arquivos adxuntos"
220
 
221
- #: contact_form.php:446
222
  msgid "Display Send me a copy block"
223
  msgstr "Mostrar a opción Enviarme unha cópia"
224
 
225
- #: contact_form.php:452
226
- msgid "What use?"
227
  msgstr "Que queres usar?"
228
 
229
- #: contact_form.php:455
230
  msgid "Wp-mail"
231
  msgstr "Wp-mail"
232
 
233
- #: contact_form.php:456
234
- msgid "To send mail you can use the wordpress wp_mail function"
235
  msgstr "Para enviar o correo podes usar a función wp_mail do WordPress"
236
 
237
- #: contact_form.php:462
238
  msgid "Mail"
239
  msgstr "Enderezo electrónico"
240
 
241
- #: contact_form.php:463
242
  msgid "To send mail you can use the php mail function"
243
  msgstr "Para enviar o correo podes usar a función php mail"
244
 
245
- #: contact_form.php:467
246
- msgid "Change text for 'FROM' field of the email"
247
  msgstr "Mudar campos do formulario de contato"
248
 
249
- #: contact_form.php:473
250
- msgid "Select email for 'FROM' field of the email"
251
- msgstr ""
252
-
253
  #: contact_form.php:475
254
- msgid ""
255
- "In the field 'From' in the mail it will use email of that user who fills the "
256
- "form."
257
  msgstr ""
258
 
259
  #: contact_form.php:477
260
- msgid "In the field 'From' it will use this email."
 
 
 
 
261
  msgstr ""
262
 
263
- #: contact_form.php:481
264
  msgid "Display phone field"
265
  msgstr "Amosar campo teléfono"
266
 
267
- #: contact_form.php:487
268
- msgid "Required field"
269
  msgstr "Campo obrigatorio"
270
 
271
- #: contact_form.php:489 contact_form.php:953
 
272
  msgid "Name"
273
  msgstr "Nome"
274
 
275
- #: contact_form.php:490
276
  msgid "E-Mail Address"
277
  msgstr "Enderezo electrónico:"
278
 
279
- #: contact_form.php:491 contact_form.php:961
 
280
  msgid "Phone"
281
  msgstr "Teléfono"
282
 
283
- #: contact_form.php:492 contact_form.php:964
 
284
  msgid "Subject"
285
  msgstr "Asunto"
286
 
287
- #: contact_form.php:493 contact_form.php:967
 
288
  msgid "Message"
289
  msgstr "Mensaxe"
290
 
291
- #: contact_form.php:497
292
  msgid "Display additional info in email"
293
  msgstr "Ver Información adicional no correo"
294
 
295
- #: contact_form.php:502 contact_form.php:925
 
296
  msgid "Sent from (ip address)"
297
  msgstr "Enviado desde (Enderezo IP)"
298
 
299
- #: contact_form.php:503 contact_form.php:930
 
300
  msgid "Date/Time"
301
  msgstr "Data/Hora"
302
 
303
- #: contact_form.php:504 contact_form.php:935
304
- msgid "Coming from (referer)"
 
305
  msgstr "Procedente de de (orixe)"
306
 
307
- #: contact_form.php:505 contact_form.php:940
 
308
  msgid "Using (user agent)"
309
  msgstr "Usando (cliente de email)"
310
 
311
- #: contact_form.php:509
312
- msgid "Language settings for label fields"
313
  msgstr ""
314
 
315
- #: contact_form.php:518
316
  msgid "Add language"
317
  msgstr ""
318
 
319
- #: contact_form.php:522
320
- msgid "Change label for fields of the contact form and error messages"
321
  msgstr "Mudar a etiqueta dos campos no Formulario de contato"
322
 
323
- #: contact_form.php:527 contact_form.php:580
 
324
  msgid "English"
325
  msgstr ""
326
 
327
- #: contact_form.php:542 contact_form.php:562
328
- msgid "Error message for name field"
 
329
  msgstr ""
330
 
331
- #: contact_form.php:543 contact_form.php:563
332
- msgid "Error message for email field"
 
333
  msgstr ""
334
 
335
- #: contact_form.php:544 contact_form.php:564
336
- msgid "Error message for phone field"
 
337
  msgstr ""
338
 
339
- #: contact_form.php:545 contact_form.php:565
340
- msgid "Error message for subject field"
 
341
  msgstr ""
342
 
343
- #: contact_form.php:546 contact_form.php:566
344
- msgid "Error message for message field"
 
345
  msgstr ""
346
 
347
- #: contact_form.php:547 contact_form.php:567
348
- msgid "Error message for attachment field"
 
349
  msgstr ""
350
 
351
- #: contact_form.php:548 contact_form.php:568
352
- msgid "Error message for captcha"
 
353
  msgstr ""
354
 
355
- #: contact_form.php:549 contact_form.php:569
356
- msgid "Error message for all form"
 
357
  msgstr ""
358
 
359
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
360
- #: contact_form.php:595
 
 
361
  msgid "Use shortcode"
362
  msgstr ""
363
 
364
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
365
- #: contact_form.php:595
 
 
366
  msgid "for this language"
367
  msgstr ""
368
 
369
- #: contact_form.php:577
370
- msgid "Action after the send mail"
371
  msgstr "Acción despois do envío de correo"
372
 
373
- #: contact_form.php:579
374
  msgid "Display text"
375
  msgstr "Mostrar a opción para anexar arquivos"
376
 
377
- #: contact_form.php:588 contact_form.php:594
 
378
  msgid "Text"
379
  msgstr "Texto"
380
 
381
- #: contact_form.php:601
382
- msgid "Redirect to page"
383
  msgstr "Redirecionar á páxina"
384
 
385
- #: contact_form.php:602
386
  msgid "Url"
387
  msgstr "URL"
388
 
389
- #: contact_form.php:607
390
  msgid "Save Changes"
391
  msgstr "Gardar as mudanzas"
392
 
393
- #: contact_form.php:646
394
- msgid "Sorry, your e-mail could not be delivered."
395
  msgstr "Sentímoscho, o teu correo non pode ser entregado."
396
 
397
- #: contact_form.php:716
398
- msgid "You can attach files of the following types"
399
  msgstr "Podes anexar arquivos do tipo:"
400
 
401
- #: contact_form.php:724
402
  msgid "Send me a copy"
403
  msgstr "Enviarme unha copia"
404
 
405
- #: contact_form.php:948
406
  msgid "Contact from"
407
  msgstr "Formulario de contato"
408
 
409
- #: contact_form.php:956
410
  msgid "Email"
411
  msgstr "Correo electrónico"
412
 
413
- #: contact_form.php:970
414
  msgid "Site"
415
  msgstr "Sitio web"
416
 
417
- #: contact_form.php:1021
418
- msgid "If you can see this MIME than your client doesn't accept MIME types!"
419
- msgstr ""
420
- "Se consegues ver esta MENSAXE entón é que o teu cliente non acepta tipos "
421
- "MIME! Por favor utiliza un cliente máis actualizado."
422
 
423
- #: contact_form.php:1074
424
  msgid "FAQ"
425
  msgstr "Preguntas frecuentes"
426
 
427
- #: contact_form.php:1075
428
  msgid "Support"
429
  msgstr "Soporte"
430
 
431
- #: contact_form.php:1121
432
- msgid "Are you sure you want to delete this language?"
433
  msgstr ""
434
 
435
  #~ msgid "E-Mail Addresse:"
436
  #~ msgstr "Indirizzo e-mail:"
437
-
438
  #~ msgid "Install Now"
439
  #~ msgstr "Installa Ora"
440
-
441
  #~ msgid "BWS Plugins"
442
  #~ msgstr "BWS Plugins"
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-02-07 16:02+0300\n"
6
+ "PO-Revision-Date: 2013-02-07 16:02+0300\n"
7
+ "Last-Translator: \n"
8
  "Language-Team: Paula Rios <paulacompos@gmail.com>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "Language: gl_ES\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
  "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: contact_form.php:78
21
  msgid "Activated plugins"
22
  msgstr "Plugins activados"
23
 
24
+ #: contact_form.php:80
25
+ #: contact_form.php:88
26
+ #: contact_form.php:96
27
  msgid "Read more"
28
  msgstr "Ler máis"
29
 
30
+ #: contact_form.php:80
31
+ #: contact_form.php:1066
32
+ #: contact_form.php:1075
33
  msgid "Settings"
34
  msgstr "Configuracións"
35
 
36
+ #: contact_form.php:86
37
  msgid "Installed plugins"
38
  msgstr "Plugins instalados"
39
 
40
+ #: contact_form.php:94
41
  msgid "Recommended plugins"
42
  msgstr "Plugins recomendados"
43
 
44
+ #: contact_form.php:96
45
  msgid "Download"
46
  msgstr "Baixar"
47
 
48
+ #: contact_form.php:96
49
  #, php-format
50
  msgid "Install %s"
51
  msgstr "Instalar %s"
52
 
53
+ #: contact_form.php:96
54
  msgid "Install now from wordpress.org"
55
  msgstr "Instalar agora desde wordpress.org"
56
 
57
+ #: contact_form.php:98
58
+ msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
59
+ msgstr "Se tes calquera dúbida, contacta no email plugin@bestwebsoft.com ou por medio do noso formulário de contato no sitio web."
 
 
 
 
60
 
61
+ #: contact_form.php:110
62
+ #: contact_form.php:403
63
  msgid "Contact Form Options"
64
  msgstr "Configuracións do Formulário de contato"
65
 
66
+ #: contact_form.php:110
67
  msgid "Contact Form"
68
  msgstr "Formulario de contato"
69
 
70
+ #: contact_form.php:147
71
+ #: contact_form.php:537
72
+ #: contact_form.php:557
73
  msgid "Name:"
74
  msgstr "Nome:"
75
 
76
+ #: contact_form.php:148
77
+ #: contact_form.php:538
78
+ #: contact_form.php:558
79
+ msgid "Email Address:"
80
  msgstr "Enderezo electrónico:"
81
 
82
+ #: contact_form.php:149
83
+ #: contact_form.php:539
84
+ #: contact_form.php:559
85
+ msgid "Phone number:"
86
  msgstr "Teléfono:"
87
 
88
+ #: contact_form.php:150
89
+ #: contact_form.php:540
90
+ #: contact_form.php:560
91
  msgid "Subject:"
92
  msgstr "Asunto:"
93
 
94
+ #: contact_form.php:151
95
+ #: contact_form.php:541
96
+ #: contact_form.php:561
97
  msgid "Message:"
98
  msgstr "Mensaxe:"
99
 
100
+ #: contact_form.php:152
101
+ #: contact_form.php:542
102
+ #: contact_form.php:562
103
  msgid "Attachment:"
104
  msgstr "Anexo:"
105
 
106
+ #: contact_form.php:153
107
+ #: contact_form.php:543
108
+ #: contact_form.php:563
109
  msgid "Submit"
110
  msgstr "Enviar"
111
 
112
+ #: contact_form.php:154
113
  msgid "Your name is required."
114
  msgstr "O teu nome é obrigatorio."
115
 
116
+ #: contact_form.php:155
117
  msgid "A proper e-mail address is required."
118
  msgstr "É obrigatorio un enderezo de correo válido."
119
 
120
+ #: contact_form.php:156
121
+ msgid "Subject is required."
122
  msgstr "O Assunto é obrigatorio."
123
 
124
+ #: contact_form.php:157
125
  msgid "Message text is required."
126
  msgstr "O texto da Mensaxe é obrigatorio."
127
 
128
+ #: contact_form.php:158
129
+ msgid "Phone number is required."
130
  msgstr "O teléfono é obrigatorio."
131
 
132
+ #: contact_form.php:159
133
+ msgid "File format is not valid."
134
  msgstr "Non é posíbel anexar o arquivo. "
135
 
136
+ #: contact_form.php:160
137
+ msgid "Please fill out the CAPTCHA."
138
  msgstr "Por favor, completa o CAPTCHA."
139
 
140
+ #: contact_form.php:161
141
  msgid "Please make corrections below and try again."
142
  msgstr "Por favor, fai as correccións abaixo e tenta enviar de novo a mensaxe."
143
 
144
+ #: contact_form.php:163
145
  msgid "Thank you for contacting us."
146
  msgstr "Moitas grazas contatares con nós."
147
 
148
+ #: contact_form.php:358
149
+ msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
150
+ msgstr "Se seleccionas a opción de Redireccionar para a páxina, tes que engadir un URL no seguinte campo"
 
 
 
 
151
 
152
+ #: contact_form.php:367
153
+ msgid "Such user does not exist. Settings are not saved."
154
  msgstr "Non existe esta persoa usuaria. No se gardaron as configuracións."
155
 
156
+ #: contact_form.php:372
157
+ msgid "Please enter a valid email address. Settings are not saved."
158
+ msgstr "Por favor intorduce un enderezo electrónico válido. Non se gardaron as configuracións."
 
 
159
 
160
+ #: contact_form.php:378
161
+ msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
162
+ msgstr "Por favor intorduce un enderezo electrónico válido. Non se gardaron as configuracións."
 
 
163
 
164
+ #: contact_form.php:383
165
  msgid "Options saved."
166
  msgstr "Configuracións gardadas."
167
 
168
+ #: contact_form.php:408
169
+ 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:"
170
+ msgstr "Se queres engadir o Formulário de Contato no seu sitio web, tes que copiar e colar este código no artigo, páxina ou widget:"
 
 
 
 
171
 
172
+ #: contact_form.php:409
173
+ msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
174
+ 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."
 
 
 
 
175
 
176
+ #: contact_form.php:413
177
+ msgid "The user's email address:"
178
  msgstr "Usar o enderezo dunha das persoas usuarias:"
179
 
180
+ #: contact_form.php:417
181
+ msgid "Create a username"
182
  msgstr "Seleciona o nome da persoa usuaria"
183
 
184
+ #: contact_form.php:422
185
+ msgid "Enter a username of the person who should get the messages from the contact form."
186
+ msgstr "Determina a persoa usuaria que recibirá as mensaxes enviadas polo Formulario de Contato."
 
 
187
 
188
+ #: contact_form.php:426
189
+ msgid "Use this email address:"
190
  msgstr "Usar este enderezo electrónico:"
191
 
192
+ #: contact_form.php:429
193
+ msgid "Enter the email address you want the messages forwarded to."
194
+ msgstr "Configura o enderezo electrónico que vai ser usado para recibires as mensaxes."
 
 
195
 
196
+ #: contact_form.php:433
197
  msgid "Additional options"
198
  msgstr "Opcións adicionais"
199
 
200
+ #: contact_form.php:436
201
  msgid "Display Attachment block"
202
  msgstr "Mostrar a opción para anexar arquivos"
203
 
204
+ #: contact_form.php:438
205
+ msgid "Users can attach the following file formats"
206
  msgstr "As persoas usuarias poden anexar arquivos do tipo:"
207
 
208
+ #: contact_form.php:442
209
+ msgid "Display Attachment tips"
210
  msgstr "Ver as explicacións dos anexos"
211
 
212
+ #: contact_form.php:444
213
+ msgid "Display tips below the Attachment block"
214
  msgstr "Amosar explicacións tras o bloqueo de arquivos adxuntos"
215
 
216
+ #: contact_form.php:448
217
  msgid "Display Send me a copy block"
218
  msgstr "Mostrar a opción Enviarme unha cópia"
219
 
220
+ #: contact_form.php:454
221
+ msgid "What to use?"
222
  msgstr "Que queres usar?"
223
 
224
+ #: contact_form.php:457
225
  msgid "Wp-mail"
226
  msgstr "Wp-mail"
227
 
228
+ #: contact_form.php:458
229
+ msgid "You can use the wp_mail function for mailing"
230
  msgstr "Para enviar o correo podes usar a función wp_mail do WordPress"
231
 
232
+ #: contact_form.php:464
233
  msgid "Mail"
234
  msgstr "Enderezo electrónico"
235
 
236
+ #: contact_form.php:465
237
  msgid "To send mail you can use the php mail function"
238
  msgstr "Para enviar o correo podes usar a función php mail"
239
 
240
+ #: contact_form.php:469
241
+ msgid "Change text of the 'FROM' field"
242
  msgstr "Mudar campos do formulario de contato"
243
 
 
 
 
 
244
  #: contact_form.php:475
245
+ msgid "Enter the email address in the 'From' field"
 
 
246
  msgstr ""
247
 
248
  #: contact_form.php:477
249
+ msgid "The email address of the user who fills the form is going to be used in the field 'From'."
250
+ msgstr ""
251
+
252
+ #: contact_form.php:479
253
+ msgid "This email address will be used in the 'From' field."
254
  msgstr ""
255
 
256
+ #: contact_form.php:483
257
  msgid "Display phone field"
258
  msgstr "Amosar campo teléfono"
259
 
260
+ #: contact_form.php:489
261
+ msgid "Required fields"
262
  msgstr "Campo obrigatorio"
263
 
264
+ #: contact_form.php:491
265
+ #: contact_form.php:955
266
  msgid "Name"
267
  msgstr "Nome"
268
 
269
+ #: contact_form.php:492
270
  msgid "E-Mail Address"
271
  msgstr "Enderezo electrónico:"
272
 
273
+ #: contact_form.php:493
274
+ #: contact_form.php:963
275
  msgid "Phone"
276
  msgstr "Teléfono"
277
 
278
+ #: contact_form.php:494
279
+ #: contact_form.php:966
280
  msgid "Subject"
281
  msgstr "Asunto"
282
 
283
+ #: contact_form.php:495
284
+ #: contact_form.php:969
285
  msgid "Message"
286
  msgstr "Mensaxe"
287
 
288
+ #: contact_form.php:499
289
  msgid "Display additional info in email"
290
  msgstr "Ver Información adicional no correo"
291
 
292
+ #: contact_form.php:504
293
+ #: contact_form.php:927
294
  msgid "Sent from (ip address)"
295
  msgstr "Enviado desde (Enderezo IP)"
296
 
297
+ #: contact_form.php:505
298
+ #: contact_form.php:932
299
  msgid "Date/Time"
300
  msgstr "Data/Hora"
301
 
302
+ #: contact_form.php:506
303
+ #: contact_form.php:937
304
+ msgid "Sent from (referer)"
305
  msgstr "Procedente de de (orixe)"
306
 
307
+ #: contact_form.php:507
308
+ #: contact_form.php:942
309
  msgid "Using (user agent)"
310
  msgstr "Usando (cliente de email)"
311
 
312
+ #: contact_form.php:511
313
+ msgid "Language settings for the field names in the form"
314
  msgstr ""
315
 
316
+ #: contact_form.php:520
317
  msgid "Add language"
318
  msgstr ""
319
 
320
+ #: contact_form.php:524
321
+ msgid "Change the names of the contact form fields and error messages"
322
  msgstr "Mudar a etiqueta dos campos no Formulario de contato"
323
 
324
+ #: contact_form.php:529
325
+ #: contact_form.php:582
326
  msgid "English"
327
  msgstr ""
328
 
329
+ #: contact_form.php:544
330
+ #: contact_form.php:564
331
+ msgid "Error message for the Name field"
332
  msgstr ""
333
 
334
+ #: contact_form.php:545
335
+ #: contact_form.php:565
336
+ msgid "Error message for the Email field"
337
  msgstr ""
338
 
339
+ #: contact_form.php:546
340
+ #: contact_form.php:566
341
+ msgid "Error message for the Phone field"
342
  msgstr ""
343
 
344
+ #: contact_form.php:547
345
+ #: contact_form.php:567
346
+ msgid "Error message for the Subject field"
347
  msgstr ""
348
 
349
+ #: contact_form.php:548
350
+ #: contact_form.php:568
351
+ msgid "Error message for the Message field"
352
  msgstr ""
353
 
354
+ #: contact_form.php:549
355
+ #: contact_form.php:569
356
+ msgid "Error message for the Attachment field"
357
  msgstr ""
358
 
359
+ #: contact_form.php:550
360
+ #: contact_form.php:570
361
+ msgid "Error message for the Captcha field"
362
  msgstr ""
363
 
364
+ #: contact_form.php:551
365
+ #: contact_form.php:571
366
+ msgid "Error message for the whole form"
367
  msgstr ""
368
 
369
+ #: contact_form.php:552
370
+ #: contact_form.php:572
371
+ #: contact_form.php:591
372
+ #: contact_form.php:597
373
  msgid "Use shortcode"
374
  msgstr ""
375
 
376
+ #: contact_form.php:552
377
+ #: contact_form.php:572
378
+ #: contact_form.php:591
379
+ #: contact_form.php:597
380
  msgid "for this language"
381
  msgstr ""
382
 
383
+ #: contact_form.php:579
384
+ msgid "Action after email is sent"
385
  msgstr "Acción despois do envío de correo"
386
 
387
+ #: contact_form.php:581
388
  msgid "Display text"
389
  msgstr "Mostrar a opción para anexar arquivos"
390
 
391
+ #: contact_form.php:590
392
+ #: contact_form.php:596
393
  msgid "Text"
394
  msgstr "Texto"
395
 
396
+ #: contact_form.php:603
397
+ msgid "Redirect to the page"
398
  msgstr "Redirecionar á páxina"
399
 
400
+ #: contact_form.php:604
401
  msgid "Url"
402
  msgstr "URL"
403
 
404
+ #: contact_form.php:609
405
  msgid "Save Changes"
406
  msgstr "Gardar as mudanzas"
407
 
408
+ #: contact_form.php:648
409
+ msgid "Sorry, email message could not be delivered."
410
  msgstr "Sentímoscho, o teu correo non pode ser entregado."
411
 
412
+ #: contact_form.php:718
413
+ msgid "You can attach the following file formats"
414
  msgstr "Podes anexar arquivos do tipo:"
415
 
416
+ #: contact_form.php:726
417
  msgid "Send me a copy"
418
  msgstr "Enviarme unha copia"
419
 
420
+ #: contact_form.php:950
421
  msgid "Contact from"
422
  msgstr "Formulario de contato"
423
 
424
+ #: contact_form.php:958
425
  msgid "Email"
426
  msgstr "Correo electrónico"
427
 
428
+ #: contact_form.php:972
429
  msgid "Site"
430
  msgstr "Sitio web"
431
 
432
+ #: contact_form.php:1023
433
+ msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
434
+ msgstr "Se consegues ver esta MENSAXE entón é que o teu cliente non acepta tipos MIME! Por favor utiliza un cliente máis actualizado."
 
 
435
 
436
+ #: contact_form.php:1076
437
  msgid "FAQ"
438
  msgstr "Preguntas frecuentes"
439
 
440
+ #: contact_form.php:1077
441
  msgid "Support"
442
  msgstr "Soporte"
443
 
444
+ #: contact_form.php:1123
445
+ msgid "Are you sure that you want to delete this language data?"
446
  msgstr ""
447
 
448
  #~ msgid "E-Mail Addresse:"
449
  #~ msgstr "Indirizzo e-mail:"
 
450
  #~ msgid "Install Now"
451
  #~ msgstr "Installa Ora"
 
452
  #~ msgid "BWS Plugins"
453
  #~ msgstr "BWS Plugins"
454
+
languages/contact_form-he_IL.mo CHANGED
Binary file
languages/contact_form-he_IL.po CHANGED
@@ -2,503 +2,527 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Contact Form Plugin v3.20\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-12-19 13:31+0200\n"
6
- "PO-Revision-Date: 2012-12-19 13:31+0200\n"
7
- "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: \n"
9
- "Language: he_IL\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
  "X-Poedit-SourceCharset: utf-8\n"
15
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
  "X-Poedit-Basepath: ../\n"
18
  "X-Textdomain-Support: yes\n"
19
  "X-Generator: Poedit 1.5.4\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
  # @ contact_form
23
- #: contact_form.php:76
24
  msgid "Activated plugins"
25
  msgstr "תוספים פעילים"
26
 
27
  # @ contact_form
28
- #: contact_form.php:78 contact_form.php:86 contact_form.php:94
 
 
29
  msgid "Read more"
30
  msgstr "קרא עוד"
31
 
32
  # @ contact_form
33
- #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
 
 
34
  msgid "Settings"
35
  msgstr "הגדרות"
36
 
37
  # @ contact_form
38
- #: contact_form.php:84
39
  msgid "Installed plugins"
40
  msgstr "תוספים מותקנים"
41
 
42
  # @ contact_form
43
- #: contact_form.php:92
44
  msgid "Recommended plugins"
45
  msgstr "תוספים מומלצים"
46
 
47
  # @ contact_form
48
- #: contact_form.php:94
49
  msgid "Download"
50
  msgstr "הורד"
51
 
52
  # @ default
53
- #: contact_form.php:94
54
  #, php-format
55
  msgid "Install %s"
56
  msgstr ""
57
 
58
  # @ contact_form
59
- #: contact_form.php:94
60
  msgid "Install now from wordpress.org"
61
  msgstr "התקן כעת מ wordpress.org"
62
 
63
  # @ contact_form
64
- #: contact_form.php:96
65
- msgid ""
66
- "If you have any questions, please contact us via plugin@bestwebsoft.com or "
67
- "fill in our contact form on our site"
68
- msgstr ""
69
- "אם יש לך שאלות כלשהן, אנא צור עמנו קשר דרך plugin@bestwebsoft.com או שתמלא "
70
- "את טופס יצירת הקשר באתר שלנו"
71
 
72
  # @ contact_form
73
- #: contact_form.php:108 contact_form.php:401
 
74
  msgid "Contact Form Options"
75
  msgstr "אפשרויות טופס צור קשר"
76
 
77
  # @ contact_form
78
- #: contact_form.php:108
79
  msgid "Contact Form"
80
  msgstr "טופס צור קשר"
81
 
82
  # @ contact_form
83
- #: contact_form.php:145 contact_form.php:535 contact_form.php:555
 
 
84
  msgid "Name:"
85
  msgstr "שם:"
86
 
87
  # @ contact_form
88
- #: contact_form.php:146 contact_form.php:536 contact_form.php:556
89
- msgid "E-Mail Address:"
 
 
90
  msgstr "כתובת דוא\\\"ל:"
91
 
92
- #: contact_form.php:147 contact_form.php:537 contact_form.php:557
93
- msgid "Phone:"
 
 
94
  msgstr ""
95
 
96
  # @ contact_form
97
- #: contact_form.php:148 contact_form.php:538 contact_form.php:558
 
 
98
  msgid "Subject:"
99
  msgstr "נושא:"
100
 
101
  # @ contact_form
102
- #: contact_form.php:149 contact_form.php:539 contact_form.php:559
 
 
103
  msgid "Message:"
104
  msgstr "הודעה:"
105
 
106
  # @ contact_form
107
- #: contact_form.php:150 contact_form.php:540 contact_form.php:560
 
 
108
  msgid "Attachment:"
109
  msgstr "קובץ מצורף:"
110
 
111
  # @ contact_form
112
- #: contact_form.php:151 contact_form.php:541 contact_form.php:561
 
 
113
  msgid "Submit"
114
  msgstr "שלח"
115
 
116
  # @ contact_form
117
- #: contact_form.php:152
118
  msgid "Your name is required."
119
  msgstr "השם שלך הכרחי."
120
 
121
  # @ contact_form
122
- #: contact_form.php:153
123
  msgid "A proper e-mail address is required."
124
  msgstr "כתובת מייל תקנית הכרחית."
125
 
126
  # @ contact_form
127
- #: contact_form.php:154
128
- msgid "Subject text is required."
129
  msgstr "הנושא הכרחי."
130
 
131
  # @ contact_form
132
- #: contact_form.php:155
133
  msgid "Message text is required."
134
  msgstr "מילוי שדה ההודעה הכרחי."
135
 
136
  # @ contact_form
137
- #: contact_form.php:156
138
  #, fuzzy
139
- msgid "Phone is required field."
140
  msgstr "השם שלך הכרחי."
141
 
142
  # @ contact_form
143
- #: contact_form.php:157
144
- msgid "Attachment is broken."
145
  msgstr "הקובץ המצורף שבור"
146
 
147
  # @ contact_form
148
- #: contact_form.php:158
149
- msgid "Please complete the CAPTCHA."
150
  msgstr "אנא השלם את קוד האימות."
151
 
152
  # @ contact_form
153
- #: contact_form.php:159
154
  msgid "Please make corrections below and try again."
155
  msgstr "אנא עשה תיקונים להלן ונסה שוב."
156
 
157
  # @ contact_form
158
- #: contact_form.php:161
159
  msgid "Thank you for contacting us."
160
  msgstr "תודה שיצרת עמנו קשר."
161
 
162
  # @ contact_form
163
- #: contact_form.php:356
164
- msgid ""
165
- "If the option 'Redirect to page' is selected then url field should be "
166
- "fillied in the following format"
167
- msgstr ""
168
- "אם האפשרות 'הפנה מחדש לדף' מסומנת אז חייבים למלא את שדה כתובת ה URL בפורמט "
169
- "הבא"
170
 
171
  # @ contact_form
172
- #: contact_form.php:365
173
- msgid "Such user is not exist. Settings are not saved."
174
  msgstr "משתמש כזה אינו קיים. ההגדרות לא נשמרו."
175
 
176
  # @ contact_form
177
- #: contact_form.php:370
178
- msgid "Please input correct email. Settings are not saved."
179
  msgstr "בבקשה הזן כתובת מייל נכונה. ההגדרות לא נשמרו."
180
 
181
  # @ contact_form
182
- #: contact_form.php:376
183
  #, fuzzy
184
- msgid "Please input correct 'FROM' email. Settings are not saved."
185
  msgstr "בבקשה הזן כתובת מייל נכונה. ההגדרות לא נשמרו."
186
 
187
  # @ contact_form
188
- #: contact_form.php:381
189
  msgid "Options saved."
190
  msgstr "האפשרויות נשמרו."
191
 
192
  # @ contact_form
193
- #: contact_form.php:406
194
- msgid ""
195
- "If you would like to add a Contact Form to your website, just copy and put "
196
- "this shortcode onto your post or page or widget:"
197
- msgstr ""
198
- "אם אתה מעוניין להוסיף טופס צור קשר לאתר שלך, פשוט העתק את קיצור הקוד שלהלן "
199
- "אל הפוסט או הדף או הוידג'ט שלך:"
200
 
201
  # @ contact_form
202
- #: contact_form.php:407
203
- msgid ""
204
- "If information in the below fields are empty then the message will be send "
205
- "to an address which was specified during registration."
206
  msgstr "אם השדות שלהלן ריקים, אז המייל יישלח אל לכתובת שצוינה בעת ההרשמה."
207
 
208
  # @ contact_form
209
- #: contact_form.php:411
210
- msgid "Use email of wordpress user:"
211
  msgstr "השתמש במייל של משתמש וורדפרס:"
212
 
213
  # @ contact_form
214
- #: contact_form.php:415
215
- msgid "Select user name"
216
  msgstr "בחר שם משתמש"
217
 
218
  # @ contact_form
219
- #: contact_form.php:420
220
- msgid "Set a name of user who will get messages from a contact form."
221
  msgstr "הגדר שם משתמש, אשר יקבל את ההודעות הנשלחות דרך טופס יצירת הקשר."
222
 
223
  # @ contact_form
224
- #: contact_form.php:424
225
- msgid "Use this email:"
226
  msgstr "השתמש במייל זה:"
227
 
228
  # @ contact_form
229
- #: contact_form.php:427
230
- msgid "Set an email address which will be used for messages receiving."
231
  msgstr "הגדר כתובת מייל שתשמש לקבלת הודעות."
232
 
233
  # @ contact_form
234
- #: contact_form.php:431
235
  msgid "Additional options"
236
  msgstr "אפשרויות נוספות"
237
 
238
  # @ contact_form
239
- #: contact_form.php:434
240
  msgid "Display Attachment block"
241
  msgstr "הצג אפשרות קובץ מצורף"
242
 
243
  # @ contact_form
244
- #: contact_form.php:436
245
- msgid "Users can attach files of the following types"
246
  msgstr "משתמשים יוכלו לצרף קבצים מהסוגים הבאים"
247
 
248
  # @ contact_form
249
- #: contact_form.php:440
250
- msgid "Display Attachment explanations"
251
  msgstr "הצג הסברי קובץ מצורף"
252
 
253
  # @ contact_form
254
- #: contact_form.php:442
255
- msgid "Display explanations after Attachment block"
256
  msgstr "הצג את ההסברים אחרי תיבת הקובץ המצורף"
257
 
258
  # @ contact_form
259
- #: contact_form.php:446
260
  msgid "Display Send me a copy block"
261
  msgstr "הצג תיבת שלח לי עותק"
262
 
263
  # @ contact_form
264
- #: contact_form.php:452
265
- msgid "What use?"
266
  msgstr "איזה שימוש?"
267
 
268
  # @ mail-send
269
- #: contact_form.php:455
270
  msgid "Wp-mail"
271
  msgstr ""
272
 
273
  # @ mail_send
274
- #: contact_form.php:456
275
- msgid "To send mail you can use the wordpress wp_mail function"
276
  msgstr ""
277
 
278
  # @ mail-send
279
- #: contact_form.php:462
280
  msgid "Mail"
281
  msgstr ""
282
 
283
  # @ mail_send
284
- #: contact_form.php:463
285
  msgid "To send mail you can use the php mail function"
286
  msgstr ""
287
 
288
  # @ contact_form
289
- #: contact_form.php:467
290
  #, fuzzy
291
- msgid "Change text for 'FROM' field of the email"
292
  msgstr "שנה את השדות של טופס יצירת הקשר"
293
 
294
- #: contact_form.php:473
295
- msgid "Select email for 'FROM' field of the email"
296
- msgstr ""
297
-
298
  #: contact_form.php:475
299
- msgid ""
300
- "In the field 'From' in the mail it will use email of that user who fills the "
301
- "form."
302
  msgstr ""
303
 
304
  #: contact_form.php:477
305
- msgid "In the field 'From' it will use this email."
 
 
 
 
306
  msgstr ""
307
 
308
- #: contact_form.php:481
309
  msgid "Display phone field"
310
  msgstr ""
311
 
312
- #: contact_form.php:487
313
- msgid "Required field"
314
  msgstr ""
315
 
316
  # @ contact_form
317
- #: contact_form.php:489 contact_form.php:953
 
318
  msgid "Name"
319
  msgstr "שם"
320
 
321
  # @ contact_form
322
- #: contact_form.php:490
323
  #, fuzzy
324
  msgid "E-Mail Address"
325
  msgstr "כתובת דוא\\\"ל:"
326
 
327
- #: contact_form.php:491 contact_form.php:961
 
328
  msgid "Phone"
329
  msgstr ""
330
 
331
  # @ contact_form
332
- #: contact_form.php:492 contact_form.php:964
 
333
  msgid "Subject"
334
  msgstr "נושא"
335
 
336
  # @ contact_form
337
- #: contact_form.php:493 contact_form.php:967
 
338
  msgid "Message"
339
  msgstr "תוכן ההודעה"
340
 
341
  # @ contact_form
342
- #: contact_form.php:497
343
  msgid "Display additional info in email"
344
  msgstr "הצג מידע נוסף במייל"
345
 
346
  # @ contact_form
347
- #: contact_form.php:502 contact_form.php:925
 
348
  msgid "Sent from (ip address)"
349
  msgstr "נשלח מ (כתובת IP)"
350
 
351
  # @ contact_form
352
- #: contact_form.php:503 contact_form.php:930
 
353
  msgid "Date/Time"
354
  msgstr "תאריך\\שעה"
355
 
356
  # @ contact_form
357
- #: contact_form.php:504 contact_form.php:935
358
- msgid "Coming from (referer)"
 
359
  msgstr "מגיע מ (השולח)"
360
 
361
  # @ contact_form
362
- #: contact_form.php:505 contact_form.php:940
 
363
  msgid "Using (user agent)"
364
  msgstr "משתמש ב (user agent)"
365
 
366
- #: contact_form.php:509
367
- msgid "Language settings for label fields"
368
  msgstr ""
369
 
370
- #: contact_form.php:518
371
  msgid "Add language"
372
  msgstr ""
373
 
374
  # @ contact_form
375
- #: contact_form.php:522
376
  #, fuzzy
377
- msgid "Change label for fields of the contact form and error messages"
378
  msgstr "שנה את תוויות הטופס"
379
 
380
- #: contact_form.php:527 contact_form.php:580
 
381
  msgid "English"
382
  msgstr ""
383
 
384
- #: contact_form.php:542 contact_form.php:562
385
- msgid "Error message for name field"
 
386
  msgstr ""
387
 
388
- #: contact_form.php:543 contact_form.php:563
389
- msgid "Error message for email field"
 
390
  msgstr ""
391
 
392
- #: contact_form.php:544 contact_form.php:564
393
- msgid "Error message for phone field"
 
394
  msgstr ""
395
 
396
- #: contact_form.php:545 contact_form.php:565
397
- msgid "Error message for subject field"
 
398
  msgstr ""
399
 
400
- #: contact_form.php:546 contact_form.php:566
401
- msgid "Error message for message field"
 
402
  msgstr ""
403
 
404
- #: contact_form.php:547 contact_form.php:567
405
- msgid "Error message for attachment field"
 
406
  msgstr ""
407
 
408
- #: contact_form.php:548 contact_form.php:568
409
- msgid "Error message for captcha"
 
410
  msgstr ""
411
 
412
- #: contact_form.php:549 contact_form.php:569
413
- msgid "Error message for all form"
 
414
  msgstr ""
415
 
416
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
417
- #: contact_form.php:595
 
 
418
  msgid "Use shortcode"
419
  msgstr ""
420
 
421
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
422
- #: contact_form.php:595
 
 
423
  msgid "for this language"
424
  msgstr ""
425
 
426
  # @ contact_form
427
- #: contact_form.php:577
428
- msgid "Action after the send mail"
429
  msgstr "הפעולה שלאחר שליחת הטופס"
430
 
431
  # @ contact_form
432
- #: contact_form.php:579
433
  msgid "Display text"
434
  msgstr "הטקסט המוצג"
435
 
436
  # @ contact_form
437
- #: contact_form.php:588 contact_form.php:594
 
438
  msgid "Text"
439
  msgstr "טקסט"
440
 
441
  # @ contact_form
442
- #: contact_form.php:601
443
- msgid "Redirect to page"
444
  msgstr "הפנה אל הדף"
445
 
446
  # @ contact_form
447
- #: contact_form.php:602
448
  msgid "Url"
449
  msgstr "URL"
450
 
451
  # @ default
452
- #: contact_form.php:607
453
  msgid "Save Changes"
454
  msgstr ""
455
 
456
  # @ contact_form
457
- #: contact_form.php:646
458
- msgid "Sorry, your e-mail could not be delivered."
459
  msgstr "מצטערים, אי אפשר היה לשלוח את המייל שלך."
460
 
461
  # @ contact_form
462
- #: contact_form.php:716
463
- msgid "You can attach files of the following types"
464
  msgstr "אתה יכול לצרף קבצים מן הסוגים הבאים"
465
 
466
  # @ contact_form
467
- #: contact_form.php:724
468
  msgid "Send me a copy"
469
  msgstr "שלח לי עותק"
470
 
471
  # @ contact_form
472
- #: contact_form.php:948
473
  msgid "Contact from"
474
  msgstr "טופס צור קשר"
475
 
476
  # @ contact_form
477
- #: contact_form.php:956
478
  msgid "Email"
479
  msgstr "כתובת מייל"
480
 
481
  # @ contact_form
482
- #: contact_form.php:970
483
  msgid "Site"
484
  msgstr "אתר"
485
 
486
  # @ contact_form
487
- #: contact_form.php:1021
488
- msgid "If you can see this MIME than your client doesn't accept MIME types!"
489
- msgstr ""
490
- "אם אתה יכול לראות את ה MIME הזה, אז הלקוח שלך אינו יכול לקבל סוגי MIME!"
491
 
492
  # @ contact_form
493
- #: contact_form.php:1074
494
  msgid "FAQ"
495
  msgstr "שאלות ותשובות"
496
 
497
  # @ contact_form
498
- #: contact_form.php:1075
499
  msgid "Support"
500
  msgstr "תמיכה"
501
 
502
- #: contact_form.php:1121
503
- msgid "Are you sure you want to delete this language?"
504
  msgstr ""
 
2
  msgstr ""
3
  "Project-Id-Version: Contact Form Plugin v3.20\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-02-07 16:02+0300\n"
6
+ "PO-Revision-Date: 2013-02-07 16:02+0300\n"
7
+ "Last-Translator: \n"
8
  "Language-Team: \n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "Language: he_IL\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
  "X-Poedit-SourceCharset: utf-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
 
16
  "X-Poedit-Basepath: ../\n"
17
  "X-Textdomain-Support: yes\n"
18
  "X-Generator: Poedit 1.5.4\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ contact_form
22
+ #: contact_form.php:78
23
  msgid "Activated plugins"
24
  msgstr "תוספים פעילים"
25
 
26
  # @ contact_form
27
+ #: contact_form.php:80
28
+ #: contact_form.php:88
29
+ #: contact_form.php:96
30
  msgid "Read more"
31
  msgstr "קרא עוד"
32
 
33
  # @ contact_form
34
+ #: contact_form.php:80
35
+ #: contact_form.php:1066
36
+ #: contact_form.php:1075
37
  msgid "Settings"
38
  msgstr "הגדרות"
39
 
40
  # @ contact_form
41
+ #: contact_form.php:86
42
  msgid "Installed plugins"
43
  msgstr "תוספים מותקנים"
44
 
45
  # @ contact_form
46
+ #: contact_form.php:94
47
  msgid "Recommended plugins"
48
  msgstr "תוספים מומלצים"
49
 
50
  # @ contact_form
51
+ #: contact_form.php:96
52
  msgid "Download"
53
  msgstr "הורד"
54
 
55
  # @ default
56
+ #: contact_form.php:96
57
  #, php-format
58
  msgid "Install %s"
59
  msgstr ""
60
 
61
  # @ contact_form
62
+ #: contact_form.php:96
63
  msgid "Install now from wordpress.org"
64
  msgstr "התקן כעת מ wordpress.org"
65
 
66
  # @ contact_form
67
+ #: contact_form.php:98
68
+ msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
69
+ msgstr "אם יש לך שאלות כלשהן, אנא צור עמנו קשר דרך plugin@bestwebsoft.com או שתמלא את טופס יצירת הקשר באתר שלנו"
 
 
 
 
70
 
71
  # @ contact_form
72
+ #: contact_form.php:110
73
+ #: contact_form.php:403
74
  msgid "Contact Form Options"
75
  msgstr "אפשרויות טופס צור קשר"
76
 
77
  # @ contact_form
78
+ #: contact_form.php:110
79
  msgid "Contact Form"
80
  msgstr "טופס צור קשר"
81
 
82
  # @ contact_form
83
+ #: contact_form.php:147
84
+ #: contact_form.php:537
85
+ #: contact_form.php:557
86
  msgid "Name:"
87
  msgstr "שם:"
88
 
89
  # @ contact_form
90
+ #: contact_form.php:148
91
+ #: contact_form.php:538
92
+ #: contact_form.php:558
93
+ msgid "Email Address:"
94
  msgstr "כתובת דוא\\\"ל:"
95
 
96
+ #: contact_form.php:149
97
+ #: contact_form.php:539
98
+ #: contact_form.php:559
99
+ msgid "Phone number:"
100
  msgstr ""
101
 
102
  # @ contact_form
103
+ #: contact_form.php:150
104
+ #: contact_form.php:540
105
+ #: contact_form.php:560
106
  msgid "Subject:"
107
  msgstr "נושא:"
108
 
109
  # @ contact_form
110
+ #: contact_form.php:151
111
+ #: contact_form.php:541
112
+ #: contact_form.php:561
113
  msgid "Message:"
114
  msgstr "הודעה:"
115
 
116
  # @ contact_form
117
+ #: contact_form.php:152
118
+ #: contact_form.php:542
119
+ #: contact_form.php:562
120
  msgid "Attachment:"
121
  msgstr "קובץ מצורף:"
122
 
123
  # @ contact_form
124
+ #: contact_form.php:153
125
+ #: contact_form.php:543
126
+ #: contact_form.php:563
127
  msgid "Submit"
128
  msgstr "שלח"
129
 
130
  # @ contact_form
131
+ #: contact_form.php:154
132
  msgid "Your name is required."
133
  msgstr "השם שלך הכרחי."
134
 
135
  # @ contact_form
136
+ #: contact_form.php:155
137
  msgid "A proper e-mail address is required."
138
  msgstr "כתובת מייל תקנית הכרחית."
139
 
140
  # @ contact_form
141
+ #: contact_form.php:156
142
+ msgid "Subject is required."
143
  msgstr "הנושא הכרחי."
144
 
145
  # @ contact_form
146
+ #: contact_form.php:157
147
  msgid "Message text is required."
148
  msgstr "מילוי שדה ההודעה הכרחי."
149
 
150
  # @ contact_form
151
+ #: contact_form.php:158
152
  #, fuzzy
153
+ msgid "Phone number is required."
154
  msgstr "השם שלך הכרחי."
155
 
156
  # @ contact_form
157
+ #: contact_form.php:159
158
+ msgid "File format is not valid."
159
  msgstr "הקובץ המצורף שבור"
160
 
161
  # @ contact_form
162
+ #: contact_form.php:160
163
+ msgid "Please fill out the CAPTCHA."
164
  msgstr "אנא השלם את קוד האימות."
165
 
166
  # @ contact_form
167
+ #: contact_form.php:161
168
  msgid "Please make corrections below and try again."
169
  msgstr "אנא עשה תיקונים להלן ונסה שוב."
170
 
171
  # @ contact_form
172
+ #: contact_form.php:163
173
  msgid "Thank you for contacting us."
174
  msgstr "תודה שיצרת עמנו קשר."
175
 
176
  # @ contact_form
177
+ #: contact_form.php:358
178
+ msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
179
+ msgstr "אם האפשרות 'הפנה מחדש לדף' מסומנת אז חייבים למלא את שדה כתובת ה URL בפורמט הבא"
 
 
 
 
180
 
181
  # @ contact_form
182
+ #: contact_form.php:367
183
+ msgid "Such user does not exist. Settings are not saved."
184
  msgstr "משתמש כזה אינו קיים. ההגדרות לא נשמרו."
185
 
186
  # @ contact_form
187
+ #: contact_form.php:372
188
+ msgid "Please enter a valid email address. Settings are not saved."
189
  msgstr "בבקשה הזן כתובת מייל נכונה. ההגדרות לא נשמרו."
190
 
191
  # @ contact_form
192
+ #: contact_form.php:378
193
  #, fuzzy
194
+ msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
195
  msgstr "בבקשה הזן כתובת מייל נכונה. ההגדרות לא נשמרו."
196
 
197
  # @ contact_form
198
+ #: contact_form.php:383
199
  msgid "Options saved."
200
  msgstr "האפשרויות נשמרו."
201
 
202
  # @ contact_form
203
+ #: contact_form.php:408
204
+ 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:"
205
+ msgstr "אם אתה מעוניין להוסיף טופס צור קשר לאתר שלך, פשוט העתק את קיצור הקוד שלהלן אל הפוסט או הדף או הוידג'ט שלך:"
 
 
 
 
206
 
207
  # @ contact_form
208
+ #: contact_form.php:409
209
+ msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
 
 
210
  msgstr "אם השדות שלהלן ריקים, אז המייל יישלח אל לכתובת שצוינה בעת ההרשמה."
211
 
212
  # @ contact_form
213
+ #: contact_form.php:413
214
+ msgid "The user's email address:"
215
  msgstr "השתמש במייל של משתמש וורדפרס:"
216
 
217
  # @ contact_form
218
+ #: contact_form.php:417
219
+ msgid "Create a username"
220
  msgstr "בחר שם משתמש"
221
 
222
  # @ contact_form
223
+ #: contact_form.php:422
224
+ msgid "Enter a username of the person who should get the messages from the contact form."
225
  msgstr "הגדר שם משתמש, אשר יקבל את ההודעות הנשלחות דרך טופס יצירת הקשר."
226
 
227
  # @ contact_form
228
+ #: contact_form.php:426
229
+ msgid "Use this email address:"
230
  msgstr "השתמש במייל זה:"
231
 
232
  # @ contact_form
233
+ #: contact_form.php:429
234
+ msgid "Enter the email address you want the messages forwarded to."
235
  msgstr "הגדר כתובת מייל שתשמש לקבלת הודעות."
236
 
237
  # @ contact_form
238
+ #: contact_form.php:433
239
  msgid "Additional options"
240
  msgstr "אפשרויות נוספות"
241
 
242
  # @ contact_form
243
+ #: contact_form.php:436
244
  msgid "Display Attachment block"
245
  msgstr "הצג אפשרות קובץ מצורף"
246
 
247
  # @ contact_form
248
+ #: contact_form.php:438
249
+ msgid "Users can attach the following file formats"
250
  msgstr "משתמשים יוכלו לצרף קבצים מהסוגים הבאים"
251
 
252
  # @ contact_form
253
+ #: contact_form.php:442
254
+ msgid "Display Attachment tips"
255
  msgstr "הצג הסברי קובץ מצורף"
256
 
257
  # @ contact_form
258
+ #: contact_form.php:444
259
+ msgid "Display tips below the Attachment block"
260
  msgstr "הצג את ההסברים אחרי תיבת הקובץ המצורף"
261
 
262
  # @ contact_form
263
+ #: contact_form.php:448
264
  msgid "Display Send me a copy block"
265
  msgstr "הצג תיבת שלח לי עותק"
266
 
267
  # @ contact_form
268
+ #: contact_form.php:454
269
+ msgid "What to use?"
270
  msgstr "איזה שימוש?"
271
 
272
  # @ mail-send
273
+ #: contact_form.php:457
274
  msgid "Wp-mail"
275
  msgstr ""
276
 
277
  # @ mail_send
278
+ #: contact_form.php:458
279
+ msgid "You can use the wp_mail function for mailing"
280
  msgstr ""
281
 
282
  # @ mail-send
283
+ #: contact_form.php:464
284
  msgid "Mail"
285
  msgstr ""
286
 
287
  # @ mail_send
288
+ #: contact_form.php:465
289
  msgid "To send mail you can use the php mail function"
290
  msgstr ""
291
 
292
  # @ contact_form
293
+ #: contact_form.php:469
294
  #, fuzzy
295
+ msgid "Change text of the 'FROM' field"
296
  msgstr "שנה את השדות של טופס יצירת הקשר"
297
 
 
 
 
 
298
  #: contact_form.php:475
299
+ msgid "Enter the email address in the 'From' field"
 
 
300
  msgstr ""
301
 
302
  #: contact_form.php:477
303
+ msgid "The email address of the user who fills the form is going to be used in the field 'From'."
304
+ msgstr ""
305
+
306
+ #: contact_form.php:479
307
+ msgid "This email address will be used in the 'From' field."
308
  msgstr ""
309
 
310
+ #: contact_form.php:483
311
  msgid "Display phone field"
312
  msgstr ""
313
 
314
+ #: contact_form.php:489
315
+ msgid "Required fields"
316
  msgstr ""
317
 
318
  # @ contact_form
319
+ #: contact_form.php:491
320
+ #: contact_form.php:955
321
  msgid "Name"
322
  msgstr "שם"
323
 
324
  # @ contact_form
325
+ #: contact_form.php:492
326
  #, fuzzy
327
  msgid "E-Mail Address"
328
  msgstr "כתובת דוא\\\"ל:"
329
 
330
+ #: contact_form.php:493
331
+ #: contact_form.php:963
332
  msgid "Phone"
333
  msgstr ""
334
 
335
  # @ contact_form
336
+ #: contact_form.php:494
337
+ #: contact_form.php:966
338
  msgid "Subject"
339
  msgstr "נושא"
340
 
341
  # @ contact_form
342
+ #: contact_form.php:495
343
+ #: contact_form.php:969
344
  msgid "Message"
345
  msgstr "תוכן ההודעה"
346
 
347
  # @ contact_form
348
+ #: contact_form.php:499
349
  msgid "Display additional info in email"
350
  msgstr "הצג מידע נוסף במייל"
351
 
352
  # @ contact_form
353
+ #: contact_form.php:504
354
+ #: contact_form.php:927
355
  msgid "Sent from (ip address)"
356
  msgstr "נשלח מ (כתובת IP)"
357
 
358
  # @ contact_form
359
+ #: contact_form.php:505
360
+ #: contact_form.php:932
361
  msgid "Date/Time"
362
  msgstr "תאריך\\שעה"
363
 
364
  # @ contact_form
365
+ #: contact_form.php:506
366
+ #: contact_form.php:937
367
+ msgid "Sent from (referer)"
368
  msgstr "מגיע מ (השולח)"
369
 
370
  # @ contact_form
371
+ #: contact_form.php:507
372
+ #: contact_form.php:942
373
  msgid "Using (user agent)"
374
  msgstr "משתמש ב (user agent)"
375
 
376
+ #: contact_form.php:511
377
+ msgid "Language settings for the field names in the form"
378
  msgstr ""
379
 
380
+ #: contact_form.php:520
381
  msgid "Add language"
382
  msgstr ""
383
 
384
  # @ contact_form
385
+ #: contact_form.php:524
386
  #, fuzzy
387
+ msgid "Change the names of the contact form fields and error messages"
388
  msgstr "שנה את תוויות הטופס"
389
 
390
+ #: contact_form.php:529
391
+ #: contact_form.php:582
392
  msgid "English"
393
  msgstr ""
394
 
395
+ #: contact_form.php:544
396
+ #: contact_form.php:564
397
+ msgid "Error message for the Name field"
398
  msgstr ""
399
 
400
+ #: contact_form.php:545
401
+ #: contact_form.php:565
402
+ msgid "Error message for the Email field"
403
  msgstr ""
404
 
405
+ #: contact_form.php:546
406
+ #: contact_form.php:566
407
+ msgid "Error message for the Phone field"
408
  msgstr ""
409
 
410
+ #: contact_form.php:547
411
+ #: contact_form.php:567
412
+ msgid "Error message for the Subject field"
413
  msgstr ""
414
 
415
+ #: contact_form.php:548
416
+ #: contact_form.php:568
417
+ msgid "Error message for the Message field"
418
  msgstr ""
419
 
420
+ #: contact_form.php:549
421
+ #: contact_form.php:569
422
+ msgid "Error message for the Attachment field"
423
  msgstr ""
424
 
425
+ #: contact_form.php:550
426
+ #: contact_form.php:570
427
+ msgid "Error message for the Captcha field"
428
  msgstr ""
429
 
430
+ #: contact_form.php:551
431
+ #: contact_form.php:571
432
+ msgid "Error message for the whole form"
433
  msgstr ""
434
 
435
+ #: contact_form.php:552
436
+ #: contact_form.php:572
437
+ #: contact_form.php:591
438
+ #: contact_form.php:597
439
  msgid "Use shortcode"
440
  msgstr ""
441
 
442
+ #: contact_form.php:552
443
+ #: contact_form.php:572
444
+ #: contact_form.php:591
445
+ #: contact_form.php:597
446
  msgid "for this language"
447
  msgstr ""
448
 
449
  # @ contact_form
450
+ #: contact_form.php:579
451
+ msgid "Action after email is sent"
452
  msgstr "הפעולה שלאחר שליחת הטופס"
453
 
454
  # @ contact_form
455
+ #: contact_form.php:581
456
  msgid "Display text"
457
  msgstr "הטקסט המוצג"
458
 
459
  # @ contact_form
460
+ #: contact_form.php:590
461
+ #: contact_form.php:596
462
  msgid "Text"
463
  msgstr "טקסט"
464
 
465
  # @ contact_form
466
+ #: contact_form.php:603
467
+ msgid "Redirect to the page"
468
  msgstr "הפנה אל הדף"
469
 
470
  # @ contact_form
471
+ #: contact_form.php:604
472
  msgid "Url"
473
  msgstr "URL"
474
 
475
  # @ default
476
+ #: contact_form.php:609
477
  msgid "Save Changes"
478
  msgstr ""
479
 
480
  # @ contact_form
481
+ #: contact_form.php:648
482
+ msgid "Sorry, email message could not be delivered."
483
  msgstr "מצטערים, אי אפשר היה לשלוח את המייל שלך."
484
 
485
  # @ contact_form
486
+ #: contact_form.php:718
487
+ msgid "You can attach the following file formats"
488
  msgstr "אתה יכול לצרף קבצים מן הסוגים הבאים"
489
 
490
  # @ contact_form
491
+ #: contact_form.php:726
492
  msgid "Send me a copy"
493
  msgstr "שלח לי עותק"
494
 
495
  # @ contact_form
496
+ #: contact_form.php:950
497
  msgid "Contact from"
498
  msgstr "טופס צור קשר"
499
 
500
  # @ contact_form
501
+ #: contact_form.php:958
502
  msgid "Email"
503
  msgstr "כתובת מייל"
504
 
505
  # @ contact_form
506
+ #: contact_form.php:972
507
  msgid "Site"
508
  msgstr "אתר"
509
 
510
  # @ contact_form
511
+ #: contact_form.php:1023
512
+ msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
513
+ msgstr "אם אתה יכול לראות את ה MIME הזה, אז הלקוח שלך אינו יכול לקבל סוגי MIME!"
 
514
 
515
  # @ contact_form
516
+ #: contact_form.php:1076
517
  msgid "FAQ"
518
  msgstr "שאלות ותשובות"
519
 
520
  # @ contact_form
521
+ #: contact_form.php:1077
522
  msgid "Support"
523
  msgstr "תמיכה"
524
 
525
+ #: contact_form.php:1123
526
+ msgid "Are you sure that you want to delete this language data?"
527
  msgstr ""
528
+
languages/contact_form-hi_IN.mo CHANGED
Binary file
languages/contact_form-hi_IN.po CHANGED
@@ -2,437 +2,460 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-12-19 13:31+0200\n"
6
- "PO-Revision-Date: 2012-12-19 13:31+0200\n"
7
- "Last-Translator: BWS <zos@bestwebsoft.com>\n"
8
  "Language-Team: Team Outshine <ash.pr@outshinesolutions.com>\n"
9
- "Language: hi_IN\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:76
20
  msgid "Activated plugins"
21
  msgstr "सक्रिय प्लगिन"
22
 
23
- #: contact_form.php:78 contact_form.php:86 contact_form.php:94
 
 
24
  msgid "Read more"
25
  msgstr "अधिक पढ़ें"
26
 
27
- #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
 
 
28
  msgid "Settings"
29
  msgstr "सेटिंग्स"
30
 
31
- #: contact_form.php:84
32
  msgid "Installed plugins"
33
  msgstr "स्थापित plugins"
34
 
35
- #: contact_form.php:92
36
  msgid "Recommended plugins"
37
  msgstr "अनुशंसित प्लगिन"
38
 
39
- #: contact_form.php:94
40
  msgid "Download"
41
  msgstr "डाउनलोड"
42
 
43
- #: contact_form.php:94
44
  #, php-format
45
  msgid "Install %s"
46
  msgstr "स्थापित%s"
47
 
48
- #: contact_form.php:94
49
  msgid "Install now from wordpress.org"
50
  msgstr "Wordpress.org से अब स्थापित"
51
 
52
- #: contact_form.php:96
53
- msgid ""
54
- "If you have any questions, please contact us via plugin@bestwebsoft.com or "
55
- "fill in our contact form on our site"
56
- msgstr ""
57
- "यदि आप कोई प्रश्न हैं, हमें plugin@bestwebsoft.com के माध्यम से संपर्क करें या हमारी साइट "
58
- "पर हमारे संपर्क फार्म में भरें"
59
 
60
- #: contact_form.php:108 contact_form.php:401
 
61
  msgid "Contact Form Options"
62
  msgstr "संपर्क प्रपत्र विकल्प"
63
 
64
- #: contact_form.php:108
65
  msgid "Contact Form"
66
  msgstr "संपर्क प्रपत्र"
67
 
68
- #: contact_form.php:145 contact_form.php:535 contact_form.php:555
 
 
69
  msgid "Name:"
70
  msgstr "नाम:"
71
 
72
- #: contact_form.php:146 contact_form.php:536 contact_form.php:556
73
- msgid "E-Mail Address:"
 
 
74
  msgstr "ई - मेल पता:"
75
 
76
- #: contact_form.php:147 contact_form.php:537 contact_form.php:557
77
- msgid "Phone:"
 
 
78
  msgstr ""
79
 
80
- #: contact_form.php:148 contact_form.php:538 contact_form.php:558
 
 
81
  msgid "Subject:"
82
  msgstr "विषय:"
83
 
84
- #: contact_form.php:149 contact_form.php:539 contact_form.php:559
 
 
85
  msgid "Message:"
86
  msgstr "संदेश:"
87
 
88
- #: contact_form.php:150 contact_form.php:540 contact_form.php:560
 
 
89
  msgid "Attachment:"
90
  msgstr "लगाव:"
91
 
92
- #: contact_form.php:151 contact_form.php:541 contact_form.php:561
 
 
93
  msgid "Submit"
94
  msgstr "सबमिट"
95
 
96
- #: contact_form.php:152
97
  msgid "Your name is required."
98
  msgstr "आपका नाम की आवश्यकता है."
99
 
100
- #: contact_form.php:153
101
  msgid "A proper e-mail address is required."
102
  msgstr "एक उचित ई - मेल पते की आवश्यकता है."
103
 
104
- #: contact_form.php:154
105
- msgid "Subject text is required."
106
  msgstr "विषय पाठ की आवश्यकता होती है"
107
 
108
- #: contact_form.php:155
109
  msgid "Message text is required."
110
  msgstr "संदेश पाठ की आवश्यकता है."
111
 
112
- #: contact_form.php:156
113
  #, fuzzy
114
- msgid "Phone is required field."
115
  msgstr "आपका नाम की आवश्यकता है."
116
 
117
- #: contact_form.php:157
118
- msgid "Attachment is broken."
119
  msgstr "अटैचमेंट टूटा ."
120
 
121
- #: contact_form.php:158
122
- msgid "Please complete the CAPTCHA."
123
  msgstr "कॅप्चा पूरा करें."
124
 
125
- #: contact_form.php:159
126
  msgid "Please make corrections below and try again."
127
  msgstr "सुधार नीचे बनाने के लिए और फिर प्रयास करें"
128
 
129
- #: contact_form.php:161
130
  msgid "Thank you for contacting us."
131
  msgstr "हमसे संपर्क करने के लिए धन्यवाद.हमसे संपर्क करने के लिए धन्यवाद."
132
 
133
- #: contact_form.php:356
134
- msgid ""
135
- "If the option 'Redirect to page' is selected then url field should be "
136
- "fillied in the following format"
137
  msgstr ""
138
 
139
- #: contact_form.php:365
140
- msgid "Such user is not exist. Settings are not saved."
141
  msgstr "इस तरह के उपयोगकर्ता मौजूद नहीं है. सेटिंग्स सहेजे नहीं जाते हैं."
142
 
143
- #: contact_form.php:370
144
- msgid "Please input correct email. Settings are not saved."
145
  msgstr "कृपया सही ईमेल इनपुट करे . सेटिंग्स सहेजे नहीं जाते हैं."
146
 
147
- #: contact_form.php:376
148
  #, fuzzy
149
- msgid "Please input correct 'FROM' email. Settings are not saved."
150
  msgstr "कृपया सही ईमेल इनपुट करे . सेटिंग्स सहेजे नहीं जाते हैं."
151
 
152
- #: contact_form.php:381
153
  msgid "Options saved."
154
  msgstr "विकल्प बचाया."
155
 
156
- #: contact_form.php:406
157
- msgid ""
158
- "If you would like to add a Contact Form to your website, just copy and put "
159
- "this shortcode onto your post or page or widget:"
160
- msgstr ""
161
- "यदि आप अपनी वेबसाइट पर एक संपर्क फ़ॉर्म को जोड़ना चाहते हैं, बस कॉपी और अपनी पोस्ट या "
162
- "पृष्ठ या विजेट पर यह लघुकोडः को रखा:"
163
 
164
- #: contact_form.php:407
165
- msgid ""
166
- "If information in the below fields are empty then the message will be send "
167
- "to an address which was specified during registration."
168
- msgstr ""
169
- "यदि नीचे दी गई फ़ील्ड्स में जानकारी खाली रहे हैं तो जो पंजीकरण के दौरान निर्दिष्ट किया "
170
- "गया था एक पता करने के लिए संदेश भेजने के लिए किया जाएगा."
171
 
172
- #: contact_form.php:411
173
- msgid "Use email of wordpress user:"
174
  msgstr "WordPress के उपयोगकर्ता का ईमेल का उपयोग करें:"
175
 
176
- #: contact_form.php:415
177
- msgid "Select user name"
178
  msgstr "उपयोगकर्ता नाम का चयन करें"
179
 
180
- #: contact_form.php:420
181
- msgid "Set a name of user who will get messages from a contact form."
182
  msgstr "उपयोगकर्ता का नाम है जो एक संपर्क फ़ॉर्म से संदेश मिल जाएगा"
183
 
184
- #: contact_form.php:424
185
- msgid "Use this email:"
186
  msgstr "इस ईमेल का उपयोग करें:"
187
 
188
- #: contact_form.php:427
189
- msgid "Set an email address which will be used for messages receiving."
190
  msgstr "एक ईमेल पता है जो संदेश प्राप्त करने के लिए इस्तेमाल किया जाएगा "
191
 
192
- #: contact_form.php:431
193
  msgid "Additional options"
194
  msgstr "अतिरिक्त विकल्प"
195
 
196
- #: contact_form.php:434
197
  msgid "Display Attachment block"
198
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
199
 
200
- #: contact_form.php:436
201
- msgid "Users can attach files of the following types"
202
  msgstr "उपयोगकर्ताओं को निम्नलिखित प्रकार की फ़ाइलों को संलग्न कर सकते हैं"
203
 
204
- #: contact_form.php:440
205
  #, fuzzy
206
- msgid "Display Attachment explanations"
207
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
208
 
209
- #: contact_form.php:442
210
  #, fuzzy
211
- msgid "Display explanations after Attachment block"
212
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
213
 
214
- #: contact_form.php:446
215
  msgid "Display Send me a copy block"
216
  msgstr "मुझे एक प्रति ब्लॉक भेजें प्रदर्शित करें"
217
 
218
- #: contact_form.php:452
219
- msgid "What use?"
220
  msgstr "किस का उपयोग करें?."
221
 
222
- #: contact_form.php:455
223
  msgid "Wp-mail"
224
  msgstr "Wp-mail"
225
 
226
- #: contact_form.php:456
227
- msgid "To send mail you can use the wordpress wp_mail function"
228
  msgstr "मेल भेजने के लिए आपको WordPress के wp_mail समारोह का उपयोग कर सकते हैं"
229
 
230
- #: contact_form.php:462
231
  msgid "Mail"
232
  msgstr "मेल"
233
 
234
- #: contact_form.php:463
235
  msgid "To send mail you can use the php mail function"
236
  msgstr "मेल भेजने के लिए आपको php मेल समारोह का उपयोग कर सकते हैं"
237
 
238
- #: contact_form.php:467
239
  #, fuzzy
240
- msgid "Change text for 'FROM' field of the email"
241
  msgstr "संपर्क प्रपत्र की फ़ील्ड्स से बदलें"
242
 
243
- #: contact_form.php:473
244
- msgid "Select email for 'FROM' field of the email"
245
- msgstr ""
246
-
247
  #: contact_form.php:475
248
- msgid ""
249
- "In the field 'From' in the mail it will use email of that user who fills the "
250
- "form."
251
  msgstr ""
252
 
253
  #: contact_form.php:477
254
- msgid "In the field 'From' it will use this email."
255
  msgstr ""
256
 
257
- #: contact_form.php:481
 
 
 
 
258
  msgid "Display phone field"
259
  msgstr ""
260
 
261
- #: contact_form.php:487
262
- msgid "Required field"
263
  msgstr ""
264
 
265
- #: contact_form.php:489 contact_form.php:953
 
266
  msgid "Name"
267
  msgstr "नाम"
268
 
269
- #: contact_form.php:490
270
  #, fuzzy
271
  msgid "E-Mail Address"
272
  msgstr "ई - मेल पता:"
273
 
274
- #: contact_form.php:491 contact_form.php:961
 
275
  msgid "Phone"
276
  msgstr ""
277
 
278
- #: contact_form.php:492 contact_form.php:964
 
279
  msgid "Subject"
280
  msgstr "विषय"
281
 
282
- #: contact_form.php:493 contact_form.php:967
 
283
  msgid "Message"
284
  msgstr "संदेश"
285
 
286
- #: contact_form.php:497
287
  msgid "Display additional info in email"
288
  msgstr "ईमेल में अतिरिक्त जानकारी प्रदर्शित करें"
289
 
290
- #: contact_form.php:502 contact_form.php:925
 
291
  msgid "Sent from (ip address)"
292
  msgstr "(आईपी पते से भेजा गया)"
293
 
294
- #: contact_form.php:503 contact_form.php:930
 
295
  msgid "Date/Time"
296
  msgstr "दिनांक / समय"
297
 
298
- #: contact_form.php:504 contact_form.php:935
299
- msgid "Coming from (referer)"
 
300
  msgstr "से आ रहा है (referer)"
301
 
302
- #: contact_form.php:505 contact_form.php:940
 
303
  msgid "Using (user agent)"
304
  msgstr "उपयोग करना (प्रयोक्ता एजेंट)"
305
 
306
- #: contact_form.php:509
307
- msgid "Language settings for label fields"
308
  msgstr ""
309
 
310
- #: contact_form.php:518
311
  msgid "Add language"
312
  msgstr ""
313
 
314
- #: contact_form.php:522
315
  #, fuzzy
316
- msgid "Change label for fields of the contact form and error messages"
317
  msgstr "संपर्क प्रपत्र का फ़ील्ड्स के लिए लेबल बदलें"
318
 
319
- #: contact_form.php:527 contact_form.php:580
 
320
  msgid "English"
321
  msgstr ""
322
 
323
- #: contact_form.php:542 contact_form.php:562
324
- msgid "Error message for name field"
 
325
  msgstr ""
326
 
327
- #: contact_form.php:543 contact_form.php:563
328
- msgid "Error message for email field"
 
329
  msgstr ""
330
 
331
- #: contact_form.php:544 contact_form.php:564
332
- msgid "Error message for phone field"
 
333
  msgstr ""
334
 
335
- #: contact_form.php:545 contact_form.php:565
336
- msgid "Error message for subject field"
 
337
  msgstr ""
338
 
339
- #: contact_form.php:546 contact_form.php:566
340
- msgid "Error message for message field"
 
341
  msgstr ""
342
 
343
- #: contact_form.php:547 contact_form.php:567
344
- msgid "Error message for attachment field"
 
345
  msgstr ""
346
 
347
- #: contact_form.php:548 contact_form.php:568
348
- msgid "Error message for captcha"
 
349
  msgstr ""
350
 
351
- #: contact_form.php:549 contact_form.php:569
352
- msgid "Error message for all form"
 
353
  msgstr ""
354
 
355
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
356
- #: contact_form.php:595
 
 
357
  msgid "Use shortcode"
358
  msgstr ""
359
 
360
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
361
- #: contact_form.php:595
 
 
362
  msgid "for this language"
363
  msgstr ""
364
 
365
- #: contact_form.php:577
366
- msgid "Action after the send mail"
367
  msgstr ""
368
 
369
- #: contact_form.php:579
370
  #, fuzzy
371
  msgid "Display text"
372
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
373
 
374
- #: contact_form.php:588 contact_form.php:594
 
375
  msgid "Text"
376
  msgstr ""
377
 
378
- #: contact_form.php:601
379
- msgid "Redirect to page"
380
  msgstr ""
381
 
382
- #: contact_form.php:602
383
  msgid "Url"
384
  msgstr ""
385
 
386
- #: contact_form.php:607
387
  msgid "Save Changes"
388
  msgstr "परिवर्तन सहेजें"
389
 
390
- #: contact_form.php:646
391
- msgid "Sorry, your e-mail could not be delivered."
392
  msgstr "क्षमा करें, आपका ई - मेल वितरित नहीं किया जा सकता है."
393
 
394
- #: contact_form.php:716
395
- msgid "You can attach files of the following types"
396
  msgstr "आप निम्न प्रकार का फ़ाइलों को संलग्न कर सकते हैं"
397
 
398
- #: contact_form.php:724
399
  msgid "Send me a copy"
400
  msgstr "मुझे एक प्रतिलिपि भेजें"
401
 
402
- #: contact_form.php:948
403
  msgid "Contact from"
404
  msgstr "संपर्क करें"
405
 
406
- #: contact_form.php:956
407
  msgid "Email"
408
  msgstr "ईमेल"
409
 
410
- #: contact_form.php:970
411
  msgid "Site"
412
  msgstr "साइट"
413
 
414
- #: contact_form.php:1021
415
- msgid "If you can see this MIME than your client doesn't accept MIME types!"
416
- msgstr ""
417
- "यदि आप अपने ग्राहक की तुलना में इस माइम देख सकते हैं MIME प्रकार स्वीकार नहीं करता है!"
418
 
419
- #: contact_form.php:1074
420
  msgid "FAQ"
421
  msgstr "अक्सर पूछे जाने वाले प्रश्न"
422
 
423
- #: contact_form.php:1075
424
  msgid "Support"
425
  msgstr "समर्थन"
426
 
427
- #: contact_form.php:1121
428
- msgid "Are you sure you want to delete this language?"
429
  msgstr ""
430
 
431
  #~ msgid "E-Mail Addresse:"
432
  #~ msgstr "Indirizzo e-mail:"
433
-
434
  #~ msgid "Install Now"
435
  #~ msgstr "Installa Ora"
436
-
437
  #~ msgid "BWS Plugins"
438
  #~ msgstr "BWS Plugins"
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-02-07 16:02+0300\n"
6
+ "PO-Revision-Date: 2013-02-07 16:02+0300\n"
7
+ "Last-Translator: \n"
8
  "Language-Team: Team Outshine <ash.pr@outshinesolutions.com>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "Language: hi_IN\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:78
20
  msgid "Activated plugins"
21
  msgstr "सक्रिय प्लगिन"
22
 
23
+ #: contact_form.php:80
24
+ #: contact_form.php:88
25
+ #: contact_form.php:96
26
  msgid "Read more"
27
  msgstr "अधिक पढ़ें"
28
 
29
+ #: contact_form.php:80
30
+ #: contact_form.php:1066
31
+ #: contact_form.php:1075
32
  msgid "Settings"
33
  msgstr "सेटिंग्स"
34
 
35
+ #: contact_form.php:86
36
  msgid "Installed plugins"
37
  msgstr "स्थापित plugins"
38
 
39
+ #: contact_form.php:94
40
  msgid "Recommended plugins"
41
  msgstr "अनुशंसित प्लगिन"
42
 
43
+ #: contact_form.php:96
44
  msgid "Download"
45
  msgstr "डाउनलोड"
46
 
47
+ #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "स्थापित%s"
51
 
52
+ #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "Wordpress.org से अब स्थापित"
55
 
56
+ #: contact_form.php:98
57
+ msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
58
+ msgstr "यदि आप कोई प्रश्न हैं, हमें plugin@bestwebsoft.com के माध्यम से संपर्क करें या हमारी साइट पर हमारे संपर्क फार्म में भरें"
 
 
 
 
59
 
60
+ #: contact_form.php:110
61
+ #: contact_form.php:403
62
  msgid "Contact Form Options"
63
  msgstr "संपर्क प्रपत्र विकल्प"
64
 
65
+ #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "संपर्क प्रपत्र"
68
 
69
+ #: contact_form.php:147
70
+ #: contact_form.php:537
71
+ #: contact_form.php:557
72
  msgid "Name:"
73
  msgstr "नाम:"
74
 
75
+ #: contact_form.php:148
76
+ #: contact_form.php:538
77
+ #: contact_form.php:558
78
+ msgid "Email Address:"
79
  msgstr "ई - मेल पता:"
80
 
81
+ #: contact_form.php:149
82
+ #: contact_form.php:539
83
+ #: contact_form.php:559
84
+ msgid "Phone number:"
85
  msgstr ""
86
 
87
+ #: contact_form.php:150
88
+ #: contact_form.php:540
89
+ #: contact_form.php:560
90
  msgid "Subject:"
91
  msgstr "विषय:"
92
 
93
+ #: contact_form.php:151
94
+ #: contact_form.php:541
95
+ #: contact_form.php:561
96
  msgid "Message:"
97
  msgstr "संदेश:"
98
 
99
+ #: contact_form.php:152
100
+ #: contact_form.php:542
101
+ #: contact_form.php:562
102
  msgid "Attachment:"
103
  msgstr "लगाव:"
104
 
105
+ #: contact_form.php:153
106
+ #: contact_form.php:543
107
+ #: contact_form.php:563
108
  msgid "Submit"
109
  msgstr "सबमिट"
110
 
111
+ #: contact_form.php:154
112
  msgid "Your name is required."
113
  msgstr "आपका नाम की आवश्यकता है."
114
 
115
+ #: contact_form.php:155
116
  msgid "A proper e-mail address is required."
117
  msgstr "एक उचित ई - मेल पते की आवश्यकता है."
118
 
119
+ #: contact_form.php:156
120
+ msgid "Subject is required."
121
  msgstr "विषय पाठ की आवश्यकता होती है"
122
 
123
+ #: contact_form.php:157
124
  msgid "Message text is required."
125
  msgstr "संदेश पाठ की आवश्यकता है."
126
 
127
+ #: contact_form.php:158
128
  #, fuzzy
129
+ msgid "Phone number is required."
130
  msgstr "आपका नाम की आवश्यकता है."
131
 
132
+ #: contact_form.php:159
133
+ msgid "File format is not valid."
134
  msgstr "अटैचमेंट टूटा ."
135
 
136
+ #: contact_form.php:160
137
+ msgid "Please fill out the CAPTCHA."
138
  msgstr "कॅप्चा पूरा करें."
139
 
140
+ #: contact_form.php:161
141
  msgid "Please make corrections below and try again."
142
  msgstr "सुधार नीचे बनाने के लिए और फिर प्रयास करें"
143
 
144
+ #: contact_form.php:163
145
  msgid "Thank you for contacting us."
146
  msgstr "हमसे संपर्क करने के लिए धन्यवाद.हमसे संपर्क करने के लिए धन्यवाद."
147
 
148
+ #: contact_form.php:358
149
+ msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
 
 
150
  msgstr ""
151
 
152
+ #: contact_form.php:367
153
+ msgid "Such user does not exist. Settings are not saved."
154
  msgstr "इस तरह के उपयोगकर्ता मौजूद नहीं है. सेटिंग्स सहेजे नहीं जाते हैं."
155
 
156
+ #: contact_form.php:372
157
+ msgid "Please enter a valid email address. Settings are not saved."
158
  msgstr "कृपया सही ईमेल इनपुट करे . सेटिंग्स सहेजे नहीं जाते हैं."
159
 
160
+ #: contact_form.php:378
161
  #, fuzzy
162
+ msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
163
  msgstr "कृपया सही ईमेल इनपुट करे . सेटिंग्स सहेजे नहीं जाते हैं."
164
 
165
+ #: contact_form.php:383
166
  msgid "Options saved."
167
  msgstr "विकल्प बचाया."
168
 
169
+ #: contact_form.php:408
170
+ 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:"
171
+ msgstr "यदि आप अपनी वेबसाइट पर एक संपर्क फ़ॉर्म को जोड़ना चाहते हैं, बस कॉपी और अपनी पोस्ट या पृष्ठ या विजेट पर यह लघुकोडः को रखा:"
 
 
 
 
172
 
173
+ #: contact_form.php:409
174
+ msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
175
+ msgstr "यदि नीचे दी गई फ़ील्ड्स में जानकारी खाली रहे हैं तो जो पंजीकरण के दौरान निर्दिष्ट किया गया था एक पता करने के लिए संदेश भेजने के लिए किया जाएगा."
 
 
 
 
176
 
177
+ #: contact_form.php:413
178
+ msgid "The user's email address:"
179
  msgstr "WordPress के उपयोगकर्ता का ईमेल का उपयोग करें:"
180
 
181
+ #: contact_form.php:417
182
+ msgid "Create a username"
183
  msgstr "उपयोगकर्ता नाम का चयन करें"
184
 
185
+ #: contact_form.php:422
186
+ msgid "Enter a username of the person who should get the messages from the contact form."
187
  msgstr "उपयोगकर्ता का नाम है जो एक संपर्क फ़ॉर्म से संदेश मिल जाएगा"
188
 
189
+ #: contact_form.php:426
190
+ msgid "Use this email address:"
191
  msgstr "इस ईमेल का उपयोग करें:"
192
 
193
+ #: contact_form.php:429
194
+ msgid "Enter the email address you want the messages forwarded to."
195
  msgstr "एक ईमेल पता है जो संदेश प्राप्त करने के लिए इस्तेमाल किया जाएगा "
196
 
197
+ #: contact_form.php:433
198
  msgid "Additional options"
199
  msgstr "अतिरिक्त विकल्प"
200
 
201
+ #: contact_form.php:436
202
  msgid "Display Attachment block"
203
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
204
 
205
+ #: contact_form.php:438
206
+ msgid "Users can attach the following file formats"
207
  msgstr "उपयोगकर्ताओं को निम्नलिखित प्रकार की फ़ाइलों को संलग्न कर सकते हैं"
208
 
209
+ #: contact_form.php:442
210
  #, fuzzy
211
+ msgid "Display Attachment tips"
212
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
213
 
214
+ #: contact_form.php:444
215
  #, fuzzy
216
+ msgid "Display tips below the Attachment block"
217
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
218
 
219
+ #: contact_form.php:448
220
  msgid "Display Send me a copy block"
221
  msgstr "मुझे एक प्रति ब्लॉक भेजें प्रदर्शित करें"
222
 
223
+ #: contact_form.php:454
224
+ msgid "What to use?"
225
  msgstr "किस का उपयोग करें?."
226
 
227
+ #: contact_form.php:457
228
  msgid "Wp-mail"
229
  msgstr "Wp-mail"
230
 
231
+ #: contact_form.php:458
232
+ msgid "You can use the wp_mail function for mailing"
233
  msgstr "मेल भेजने के लिए आपको WordPress के wp_mail समारोह का उपयोग कर सकते हैं"
234
 
235
+ #: contact_form.php:464
236
  msgid "Mail"
237
  msgstr "मेल"
238
 
239
+ #: contact_form.php:465
240
  msgid "To send mail you can use the php mail function"
241
  msgstr "मेल भेजने के लिए आपको php मेल समारोह का उपयोग कर सकते हैं"
242
 
243
+ #: contact_form.php:469
244
  #, fuzzy
245
+ msgid "Change text of the 'FROM' field"
246
  msgstr "संपर्क प्रपत्र की फ़ील्ड्स से बदलें"
247
 
 
 
 
 
248
  #: contact_form.php:475
249
+ msgid "Enter the email address in the 'From' field"
 
 
250
  msgstr ""
251
 
252
  #: contact_form.php:477
253
+ msgid "The email address of the user who fills the form is going to be used in the field 'From'."
254
  msgstr ""
255
 
256
+ #: contact_form.php:479
257
+ msgid "This email address will be used in the 'From' field."
258
+ msgstr ""
259
+
260
+ #: contact_form.php:483
261
  msgid "Display phone field"
262
  msgstr ""
263
 
264
+ #: contact_form.php:489
265
+ msgid "Required fields"
266
  msgstr ""
267
 
268
+ #: contact_form.php:491
269
+ #: contact_form.php:955
270
  msgid "Name"
271
  msgstr "नाम"
272
 
273
+ #: contact_form.php:492
274
  #, fuzzy
275
  msgid "E-Mail Address"
276
  msgstr "ई - मेल पता:"
277
 
278
+ #: contact_form.php:493
279
+ #: contact_form.php:963
280
  msgid "Phone"
281
  msgstr ""
282
 
283
+ #: contact_form.php:494
284
+ #: contact_form.php:966
285
  msgid "Subject"
286
  msgstr "विषय"
287
 
288
+ #: contact_form.php:495
289
+ #: contact_form.php:969
290
  msgid "Message"
291
  msgstr "संदेश"
292
 
293
+ #: contact_form.php:499
294
  msgid "Display additional info in email"
295
  msgstr "ईमेल में अतिरिक्त जानकारी प्रदर्शित करें"
296
 
297
+ #: contact_form.php:504
298
+ #: contact_form.php:927
299
  msgid "Sent from (ip address)"
300
  msgstr "(आईपी पते से भेजा गया)"
301
 
302
+ #: contact_form.php:505
303
+ #: contact_form.php:932
304
  msgid "Date/Time"
305
  msgstr "दिनांक / समय"
306
 
307
+ #: contact_form.php:506
308
+ #: contact_form.php:937
309
+ msgid "Sent from (referer)"
310
  msgstr "से आ रहा है (referer)"
311
 
312
+ #: contact_form.php:507
313
+ #: contact_form.php:942
314
  msgid "Using (user agent)"
315
  msgstr "उपयोग करना (प्रयोक्ता एजेंट)"
316
 
317
+ #: contact_form.php:511
318
+ msgid "Language settings for the field names in the form"
319
  msgstr ""
320
 
321
+ #: contact_form.php:520
322
  msgid "Add language"
323
  msgstr ""
324
 
325
+ #: contact_form.php:524
326
  #, fuzzy
327
+ msgid "Change the names of the contact form fields and error messages"
328
  msgstr "संपर्क प्रपत्र का फ़ील्ड्स के लिए लेबल बदलें"
329
 
330
+ #: contact_form.php:529
331
+ #: contact_form.php:582
332
  msgid "English"
333
  msgstr ""
334
 
335
+ #: contact_form.php:544
336
+ #: contact_form.php:564
337
+ msgid "Error message for the Name field"
338
  msgstr ""
339
 
340
+ #: contact_form.php:545
341
+ #: contact_form.php:565
342
+ msgid "Error message for the Email field"
343
  msgstr ""
344
 
345
+ #: contact_form.php:546
346
+ #: contact_form.php:566
347
+ msgid "Error message for the Phone field"
348
  msgstr ""
349
 
350
+ #: contact_form.php:547
351
+ #: contact_form.php:567
352
+ msgid "Error message for the Subject field"
353
  msgstr ""
354
 
355
+ #: contact_form.php:548
356
+ #: contact_form.php:568
357
+ msgid "Error message for the Message field"
358
  msgstr ""
359
 
360
+ #: contact_form.php:549
361
+ #: contact_form.php:569
362
+ msgid "Error message for the Attachment field"
363
  msgstr ""
364
 
365
+ #: contact_form.php:550
366
+ #: contact_form.php:570
367
+ msgid "Error message for the Captcha field"
368
  msgstr ""
369
 
370
+ #: contact_form.php:551
371
+ #: contact_form.php:571
372
+ msgid "Error message for the whole form"
373
  msgstr ""
374
 
375
+ #: contact_form.php:552
376
+ #: contact_form.php:572
377
+ #: contact_form.php:591
378
+ #: contact_form.php:597
379
  msgid "Use shortcode"
380
  msgstr ""
381
 
382
+ #: contact_form.php:552
383
+ #: contact_form.php:572
384
+ #: contact_form.php:591
385
+ #: contact_form.php:597
386
  msgid "for this language"
387
  msgstr ""
388
 
389
+ #: contact_form.php:579
390
+ msgid "Action after email is sent"
391
  msgstr ""
392
 
393
+ #: contact_form.php:581
394
  #, fuzzy
395
  msgid "Display text"
396
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
397
 
398
+ #: contact_form.php:590
399
+ #: contact_form.php:596
400
  msgid "Text"
401
  msgstr ""
402
 
403
+ #: contact_form.php:603
404
+ msgid "Redirect to the page"
405
  msgstr ""
406
 
407
+ #: contact_form.php:604
408
  msgid "Url"
409
  msgstr ""
410
 
411
+ #: contact_form.php:609
412
  msgid "Save Changes"
413
  msgstr "परिवर्तन सहेजें"
414
 
415
+ #: contact_form.php:648
416
+ msgid "Sorry, email message could not be delivered."
417
  msgstr "क्षमा करें, आपका ई - मेल वितरित नहीं किया जा सकता है."
418
 
419
+ #: contact_form.php:718
420
+ msgid "You can attach the following file formats"
421
  msgstr "आप निम्न प्रकार का फ़ाइलों को संलग्न कर सकते हैं"
422
 
423
+ #: contact_form.php:726
424
  msgid "Send me a copy"
425
  msgstr "मुझे एक प्रतिलिपि भेजें"
426
 
427
+ #: contact_form.php:950
428
  msgid "Contact from"
429
  msgstr "संपर्क करें"
430
 
431
+ #: contact_form.php:958
432
  msgid "Email"
433
  msgstr "ईमेल"
434
 
435
+ #: contact_form.php:972
436
  msgid "Site"
437
  msgstr "साइट"
438
 
439
+ #: contact_form.php:1023
440
+ msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
441
+ msgstr "यदि आप अपने ग्राहक की तुलना में इस माइम देख सकते हैं MIME प्रकार स्वीकार नहीं करता है!"
 
442
 
443
+ #: contact_form.php:1076
444
  msgid "FAQ"
445
  msgstr "अक्सर पूछे जाने वाले प्रश्न"
446
 
447
+ #: contact_form.php:1077
448
  msgid "Support"
449
  msgstr "समर्थन"
450
 
451
+ #: contact_form.php:1123
452
+ msgid "Are you sure that you want to delete this language data?"
453
  msgstr ""
454
 
455
  #~ msgid "E-Mail Addresse:"
456
  #~ msgstr "Indirizzo e-mail:"
 
457
  #~ msgid "Install Now"
458
  #~ msgstr "Installa Ora"
 
459
  #~ msgid "BWS Plugins"
460
  #~ msgstr "BWS Plugins"
461
+
languages/contact_form-it_IT.mo CHANGED
Binary file
languages/contact_form-it_IT.po CHANGED
@@ -2,437 +2,457 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-12-19 13:31+0200\n"
6
- "PO-Revision-Date: 2012-12-19 13:31+0200\n"
7
- "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
- "Language: it_IT\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:76
20
  msgid "Activated plugins"
21
  msgstr "Plugin attivati"
22
 
23
- #: contact_form.php:78 contact_form.php:86 contact_form.php:94
 
 
24
  msgid "Read more"
25
  msgstr "Leggi"
26
 
27
- #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
 
 
28
  msgid "Settings"
29
  msgstr "Settaggi"
30
 
31
- #: contact_form.php:84
32
  msgid "Installed plugins"
33
  msgstr "Plugin installati"
34
 
35
- #: contact_form.php:92
36
  msgid "Recommended plugins"
37
  msgstr "Plugin raccomandati"
38
 
39
- #: contact_form.php:94
40
  msgid "Download"
41
  msgstr "Download"
42
 
43
- #: contact_form.php:94
44
  #, php-format
45
  msgid "Install %s"
46
  msgstr "Installa %s"
47
 
48
- #: contact_form.php:94
49
  msgid "Install now from wordpress.org"
50
  msgstr "Installa ora da wordpress.org"
51
 
52
- #: contact_form.php:96
53
- msgid ""
54
- "If you have any questions, please contact us via plugin@bestwebsoft.com or "
55
- "fill in our contact form on our site"
56
- msgstr ""
57
- "Se hai domande, per favore contattaci a plugin@bestwebsoft.com o compila il "
58
- "modulo \"contact form\" sul nostro sito"
59
 
60
- #: contact_form.php:108 contact_form.php:401
 
61
  msgid "Contact Form Options"
62
  msgstr "Opzioni Contact Form"
63
 
64
- #: contact_form.php:108
65
  msgid "Contact Form"
66
  msgstr "Contact Form"
67
 
68
- #: contact_form.php:145 contact_form.php:535 contact_form.php:555
 
 
69
  msgid "Name:"
70
  msgstr "Nome:"
71
 
72
- #: contact_form.php:146 contact_form.php:536 contact_form.php:556
73
- msgid "E-Mail Address:"
 
 
74
  msgstr "Indirizzo e-mail:"
75
 
76
- #: contact_form.php:147 contact_form.php:537 contact_form.php:557
77
- msgid "Phone:"
 
 
78
  msgstr ""
79
 
80
- #: contact_form.php:148 contact_form.php:538 contact_form.php:558
 
 
81
  msgid "Subject:"
82
  msgstr "Oggetto:"
83
 
84
- #: contact_form.php:149 contact_form.php:539 contact_form.php:559
 
 
85
  msgid "Message:"
86
  msgstr "Messaggio:"
87
 
88
- #: contact_form.php:150 contact_form.php:540 contact_form.php:560
 
 
89
  msgid "Attachment:"
90
  msgstr "Attachment:"
91
 
92
- #: contact_form.php:151 contact_form.php:541 contact_form.php:561
 
 
93
  msgid "Submit"
94
  msgstr "Invia"
95
 
96
- #: contact_form.php:152
97
  msgid "Your name is required."
98
  msgstr "Il nome è obbligatorio"
99
 
100
- #: contact_form.php:153
101
  msgid "A proper e-mail address is required."
102
  msgstr "È richiesto un indirizzo e-mail corretto"
103
 
104
- #: contact_form.php:154
105
- msgid "Subject text is required."
106
  msgstr "L'oggetto è obbligatorio"
107
 
108
- #: contact_form.php:155
109
  msgid "Message text is required."
110
  msgstr "Il campo messaggio è obbligatorio"
111
 
112
- #: contact_form.php:156
113
  #, fuzzy
114
- msgid "Phone is required field."
115
  msgstr "Il nome è obbligatorio"
116
 
117
- #: contact_form.php:157
118
- msgid "Attachment is broken."
119
  msgstr "L'attachment non è corretto"
120
 
121
- #: contact_form.php:158
122
- msgid "Please complete the CAPTCHA."
123
  msgstr "Completa il CAPTCHA"
124
 
125
- #: contact_form.php:159
126
  msgid "Please make corrections below and try again."
127
  msgstr "Controlla i dati del modulo e riprova!"
128
 
129
- #: contact_form.php:161
130
  msgid "Thank you for contacting us."
131
  msgstr "Grazie per averci contattato."
132
 
133
- #: contact_form.php:356
134
- msgid ""
135
- "If the option 'Redirect to page' is selected then url field should be "
136
- "fillied in the following format"
137
  msgstr ""
138
 
139
- #: contact_form.php:365
140
- msgid "Such user is not exist. Settings are not saved."
141
  msgstr "L'utente indicato non esiste. Le opzioni non sono state salvate."
142
 
143
- #: contact_form.php:370
144
- msgid "Please input correct email. Settings are not saved."
145
  msgstr "Perfavore inserisci una e-mail corretta. Opzioni non salvate."
146
 
147
- #: contact_form.php:376
148
  #, fuzzy
149
- msgid "Please input correct 'FROM' email. Settings are not saved."
150
  msgstr "Perfavore inserisci una e-mail corretta. Opzioni non salvate."
151
 
152
- #: contact_form.php:381
153
  msgid "Options saved."
154
  msgstr "Opzioni salvate."
155
 
156
- #: contact_form.php:406
157
- msgid ""
158
- "If you would like to add a Contact Form to your website, just copy and put "
159
- "this shortcode onto your post or page or widget:"
160
- msgstr ""
161
- "Se vuoi aggiungere un Contact Form al tuo sito, copia e incolla questo "
162
- "shortcode nei tuoi post o nelle tue pagine o widget:"
163
 
164
- #: contact_form.php:407
165
- msgid ""
166
- "If information in the below fields are empty then the message will be send "
167
- "to an address which was specified during registration."
168
- msgstr ""
169
- "Se le informazioni nei campi sottostanti sono vuote allora il messaggio sarà "
170
- "inviato ad un indirizzo che è stato specificato durante la fase di "
171
- "registrazione. "
172
 
173
- #: contact_form.php:411
174
- msgid "Use email of wordpress user:"
175
  msgstr "Utilizza l'e-mail dell'utente wordpress:"
176
 
177
- #: contact_form.php:415
178
- msgid "Select user name"
179
  msgstr "Seleziona nome utente"
180
 
181
- #: contact_form.php:420
182
- msgid "Set a name of user who will get messages from a contact form."
183
- msgstr ""
184
- "Imposta il nome dell'utente che riceverà i messaggi da un contact form."
185
 
186
- #: contact_form.php:424
187
- msgid "Use this email:"
188
  msgstr "Utilizza questa e-mail:"
189
 
190
- #: contact_form.php:427
191
- msgid "Set an email address which will be used for messages receiving."
192
  msgstr "Imposta una e-mail che verrà utilizzata per ricevere i messaggi."
193
 
194
- #: contact_form.php:431
195
  msgid "Additional options"
196
  msgstr "Impostazioni aggiuntive"
197
 
198
- #: contact_form.php:434
199
  msgid "Display Attachment block"
200
  msgstr "Visualizza l'attachment"
201
 
202
- #: contact_form.php:436
203
- msgid "Users can attach files of the following types"
204
  msgstr "Gli utenti possono allegare i files nei seguenti tipi"
205
 
206
- #: contact_form.php:440
207
- msgid "Display Attachment explanations"
208
  msgstr ""
209
 
210
- #: contact_form.php:442
211
- msgid "Display explanations after Attachment block"
212
  msgstr ""
213
 
214
- #: contact_form.php:446
215
  msgid "Display Send me a copy block"
216
  msgstr "Visualizza il blocco \"Inviami una copia\" "
217
 
218
- #: contact_form.php:452
219
- msgid "What use?"
220
  msgstr ""
221
 
222
- #: contact_form.php:455
223
  msgid "Wp-mail"
224
  msgstr "Wp-mail"
225
 
226
- #: contact_form.php:456
227
- msgid "To send mail you can use the wordpress wp_mail function"
228
  msgstr ""
229
 
230
- #: contact_form.php:462
231
  msgid "Mail"
232
  msgstr "Mail"
233
 
234
- #: contact_form.php:463
235
  msgid "To send mail you can use the php mail function"
236
  msgstr ""
237
 
238
- #: contact_form.php:467
239
  #, fuzzy
240
- msgid "Change text for 'FROM' field of the email"
241
  msgstr "Modifica da campi del contact form"
242
 
243
- #: contact_form.php:473
244
- msgid "Select email for 'FROM' field of the email"
245
- msgstr ""
246
-
247
  #: contact_form.php:475
248
- msgid ""
249
- "In the field 'From' in the mail it will use email of that user who fills the "
250
- "form."
251
  msgstr ""
252
 
253
  #: contact_form.php:477
254
- msgid "In the field 'From' it will use this email."
255
  msgstr ""
256
 
257
- #: contact_form.php:481
 
 
 
 
258
  msgid "Display phone field"
259
  msgstr ""
260
 
261
- #: contact_form.php:487
262
- msgid "Required field"
263
  msgstr ""
264
 
265
- #: contact_form.php:489 contact_form.php:953
 
266
  msgid "Name"
267
  msgstr "Nome"
268
 
269
- #: contact_form.php:490
270
  #, fuzzy
271
  msgid "E-Mail Address"
272
  msgstr "Indirizzo e-mail:"
273
 
274
- #: contact_form.php:491 contact_form.php:961
 
275
  msgid "Phone"
276
  msgstr ""
277
 
278
- #: contact_form.php:492 contact_form.php:964
 
279
  msgid "Subject"
280
  msgstr "Oggetto"
281
 
282
- #: contact_form.php:493 contact_form.php:967
 
283
  msgid "Message"
284
  msgstr "Messaggio"
285
 
286
- #: contact_form.php:497
287
  msgid "Display additional info in email"
288
  msgstr ""
289
 
290
- #: contact_form.php:502 contact_form.php:925
 
291
  msgid "Sent from (ip address)"
292
  msgstr "Inviato da (indirizzi IP)"
293
 
294
- #: contact_form.php:503 contact_form.php:930
 
295
  msgid "Date/Time"
296
  msgstr "Data/Ora"
297
 
298
- #: contact_form.php:504 contact_form.php:935
299
- msgid "Coming from (referer)"
 
300
  msgstr "Da (referente)"
301
 
302
- #: contact_form.php:505 contact_form.php:940
 
303
  msgid "Using (user agent)"
304
  msgstr "Utilizza (user agent)"
305
 
306
- #: contact_form.php:509
307
- msgid "Language settings for label fields"
308
  msgstr ""
309
 
310
- #: contact_form.php:518
311
  msgid "Add language"
312
  msgstr ""
313
 
314
- #: contact_form.php:522
315
- #, fuzzy
316
- msgid "Change label for fields of the contact form and error messages"
317
  msgstr "Modifica le etichette dei campi del contact form"
318
 
319
- #: contact_form.php:527 contact_form.php:580
 
320
  msgid "English"
321
  msgstr ""
322
 
323
- #: contact_form.php:542 contact_form.php:562
324
- msgid "Error message for name field"
 
325
  msgstr ""
326
 
327
- #: contact_form.php:543 contact_form.php:563
328
- msgid "Error message for email field"
 
329
  msgstr ""
330
 
331
- #: contact_form.php:544 contact_form.php:564
332
- msgid "Error message for phone field"
 
333
  msgstr ""
334
 
335
- #: contact_form.php:545 contact_form.php:565
336
- msgid "Error message for subject field"
 
337
  msgstr ""
338
 
339
- #: contact_form.php:546 contact_form.php:566
340
- msgid "Error message for message field"
 
341
  msgstr ""
342
 
343
- #: contact_form.php:547 contact_form.php:567
344
- msgid "Error message for attachment field"
 
345
  msgstr ""
346
 
347
- #: contact_form.php:548 contact_form.php:568
348
- msgid "Error message for captcha"
 
349
  msgstr ""
350
 
351
- #: contact_form.php:549 contact_form.php:569
352
- msgid "Error message for all form"
 
353
  msgstr ""
354
 
355
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
356
- #: contact_form.php:595
 
 
357
  msgid "Use shortcode"
358
  msgstr ""
359
 
360
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
361
- #: contact_form.php:595
 
 
362
  msgid "for this language"
363
  msgstr ""
364
 
365
- #: contact_form.php:577
366
- msgid "Action after the send mail"
367
  msgstr ""
368
 
369
- #: contact_form.php:579
370
  #, fuzzy
371
  msgid "Display text"
372
  msgstr "Visualizza l'attachment"
373
 
374
- #: contact_form.php:588 contact_form.php:594
 
375
  msgid "Text"
376
  msgstr ""
377
 
378
- #: contact_form.php:601
379
- msgid "Redirect to page"
380
  msgstr ""
381
 
382
- #: contact_form.php:602
383
  msgid "Url"
384
  msgstr ""
385
 
386
- #: contact_form.php:607
387
  msgid "Save Changes"
388
  msgstr "Salva le modifiche"
389
 
390
- #: contact_form.php:646
391
- msgid "Sorry, your e-mail could not be delivered."
392
  msgstr "Spiacenti, la tua e-mail non può essere consegnata al momento."
393
 
394
- #: contact_form.php:716
395
- msgid "You can attach files of the following types"
396
  msgstr "Gli utenti possono allegare i files nei seguenti tipi"
397
 
398
- #: contact_form.php:724
399
  msgid "Send me a copy"
400
  msgstr "Inviami una copia"
401
 
402
- #: contact_form.php:948
403
  msgid "Contact from"
404
  msgstr "Contact from"
405
 
406
- #: contact_form.php:956
407
  msgid "Email"
408
  msgstr "e-mail"
409
 
410
- #: contact_form.php:970
411
  msgid "Site"
412
  msgstr "Sito"
413
 
414
- #: contact_form.php:1021
415
- msgid "If you can see this MIME than your client doesn't accept MIME types!"
416
- msgstr ""
417
- "Se puoi visualizzare questo MIME il tuo client non supporta i MIME types!"
418
 
419
- #: contact_form.php:1074
420
  msgid "FAQ"
421
  msgstr "FAQ"
422
 
423
- #: contact_form.php:1075
424
  msgid "Support"
425
  msgstr "Supporto"
426
 
427
- #: contact_form.php:1121
428
- msgid "Are you sure you want to delete this language?"
429
  msgstr ""
430
 
431
  #~ msgid "E-Mail Addresse:"
432
  #~ msgstr "Indirizzo e-mail:"
433
-
434
  #~ msgid "Install Now"
435
  #~ msgstr "Installa Ora"
436
-
437
  #~ msgid "BWS Plugins"
438
  #~ msgstr "BWS Plugins"
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-02-07 16:02+0300\n"
6
+ "PO-Revision-Date: 2013-02-07 16:03+0300\n"
7
+ "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "Language: it_IT\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:78
20
  msgid "Activated plugins"
21
  msgstr "Plugin attivati"
22
 
23
+ #: contact_form.php:80
24
+ #: contact_form.php:88
25
+ #: contact_form.php:96
26
  msgid "Read more"
27
  msgstr "Leggi"
28
 
29
+ #: contact_form.php:80
30
+ #: contact_form.php:1066
31
+ #: contact_form.php:1075
32
  msgid "Settings"
33
  msgstr "Settaggi"
34
 
35
+ #: contact_form.php:86
36
  msgid "Installed plugins"
37
  msgstr "Plugin installati"
38
 
39
+ #: contact_form.php:94
40
  msgid "Recommended plugins"
41
  msgstr "Plugin raccomandati"
42
 
43
+ #: contact_form.php:96
44
  msgid "Download"
45
  msgstr "Download"
46
 
47
+ #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "Installa %s"
51
 
52
+ #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "Installa ora da wordpress.org"
55
 
56
+ #: contact_form.php:98
57
+ msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
58
+ msgstr "Se hai domande, per favore contattaci a plugin@bestwebsoft.com o compila il modulo \"contact form\" sul nostro sito"
 
 
 
 
59
 
60
+ #: contact_form.php:110
61
+ #: contact_form.php:403
62
  msgid "Contact Form Options"
63
  msgstr "Opzioni Contact Form"
64
 
65
+ #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "Contact Form"
68
 
69
+ #: contact_form.php:147
70
+ #: contact_form.php:537
71
+ #: contact_form.php:557
72
  msgid "Name:"
73
  msgstr "Nome:"
74
 
75
+ #: contact_form.php:148
76
+ #: contact_form.php:538
77
+ #: contact_form.php:558
78
+ msgid "Email Address:"
79
  msgstr "Indirizzo e-mail:"
80
 
81
+ #: contact_form.php:149
82
+ #: contact_form.php:539
83
+ #: contact_form.php:559
84
+ msgid "Phone number:"
85
  msgstr ""
86
 
87
+ #: contact_form.php:150
88
+ #: contact_form.php:540
89
+ #: contact_form.php:560
90
  msgid "Subject:"
91
  msgstr "Oggetto:"
92
 
93
+ #: contact_form.php:151
94
+ #: contact_form.php:541
95
+ #: contact_form.php:561
96
  msgid "Message:"
97
  msgstr "Messaggio:"
98
 
99
+ #: contact_form.php:152
100
+ #: contact_form.php:542
101
+ #: contact_form.php:562
102
  msgid "Attachment:"
103
  msgstr "Attachment:"
104
 
105
+ #: contact_form.php:153
106
+ #: contact_form.php:543
107
+ #: contact_form.php:563
108
  msgid "Submit"
109
  msgstr "Invia"
110
 
111
+ #: contact_form.php:154
112
  msgid "Your name is required."
113
  msgstr "Il nome è obbligatorio"
114
 
115
+ #: contact_form.php:155
116
  msgid "A proper e-mail address is required."
117
  msgstr "È richiesto un indirizzo e-mail corretto"
118
 
119
+ #: contact_form.php:156
120
+ msgid "Subject is required."
121
  msgstr "L'oggetto è obbligatorio"
122
 
123
+ #: contact_form.php:157
124
  msgid "Message text is required."
125
  msgstr "Il campo messaggio è obbligatorio"
126
 
127
+ #: contact_form.php:158
128
  #, fuzzy
129
+ msgid "Phone number is required."
130
  msgstr "Il nome è obbligatorio"
131
 
132
+ #: contact_form.php:159
133
+ msgid "File format is not valid."
134
  msgstr "L'attachment non è corretto"
135
 
136
+ #: contact_form.php:160
137
+ msgid "Please fill out the CAPTCHA."
138
  msgstr "Completa il CAPTCHA"
139
 
140
+ #: contact_form.php:161
141
  msgid "Please make corrections below and try again."
142
  msgstr "Controlla i dati del modulo e riprova!"
143
 
144
+ #: contact_form.php:163
145
  msgid "Thank you for contacting us."
146
  msgstr "Grazie per averci contattato."
147
 
148
+ #: contact_form.php:358
149
+ msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
 
 
150
  msgstr ""
151
 
152
+ #: contact_form.php:367
153
+ msgid "Such user does not exist. Settings are not saved."
154
  msgstr "L'utente indicato non esiste. Le opzioni non sono state salvate."
155
 
156
+ #: contact_form.php:372
157
+ msgid "Please enter a valid email address. Settings are not saved."
158
  msgstr "Perfavore inserisci una e-mail corretta. Opzioni non salvate."
159
 
160
+ #: contact_form.php:378
161
  #, fuzzy
162
+ msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
163
  msgstr "Perfavore inserisci una e-mail corretta. Opzioni non salvate."
164
 
165
+ #: contact_form.php:383
166
  msgid "Options saved."
167
  msgstr "Opzioni salvate."
168
 
169
+ #: contact_form.php:408
170
+ 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:"
171
+ msgstr "Se vuoi aggiungere un Contact Form al tuo sito, copia e incolla questo shortcode nei tuoi post o nelle tue pagine o widget:"
 
 
 
 
172
 
173
+ #: contact_form.php:409
174
+ msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
175
+ 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. "
 
 
 
 
 
176
 
177
+ #: contact_form.php:413
178
+ msgid "The user's email address:"
179
  msgstr "Utilizza l'e-mail dell'utente wordpress:"
180
 
181
+ #: contact_form.php:417
182
+ msgid "Create a username"
183
  msgstr "Seleziona nome utente"
184
 
185
+ #: contact_form.php:422
186
+ msgid "Enter a username of the person who should get the messages from the contact form."
187
+ msgstr "Imposta il nome dell'utente che riceverà i messaggi da un contact form."
 
188
 
189
+ #: contact_form.php:426
190
+ msgid "Use this email address:"
191
  msgstr "Utilizza questa e-mail:"
192
 
193
+ #: contact_form.php:429
194
+ msgid "Enter the email address you want the messages forwarded to."
195
  msgstr "Imposta una e-mail che verrà utilizzata per ricevere i messaggi."
196
 
197
+ #: contact_form.php:433
198
  msgid "Additional options"
199
  msgstr "Impostazioni aggiuntive"
200
 
201
+ #: contact_form.php:436
202
  msgid "Display Attachment block"
203
  msgstr "Visualizza l'attachment"
204
 
205
+ #: contact_form.php:438
206
+ msgid "Users can attach the following file formats"
207
  msgstr "Gli utenti possono allegare i files nei seguenti tipi"
208
 
209
+ #: contact_form.php:442
210
+ msgid "Display Attachment tips"
211
  msgstr ""
212
 
213
+ #: contact_form.php:444
214
+ msgid "Display tips below the Attachment block"
215
  msgstr ""
216
 
217
+ #: contact_form.php:448
218
  msgid "Display Send me a copy block"
219
  msgstr "Visualizza il blocco \"Inviami una copia\" "
220
 
221
+ #: contact_form.php:454
222
+ msgid "What to use?"
223
  msgstr ""
224
 
225
+ #: contact_form.php:457
226
  msgid "Wp-mail"
227
  msgstr "Wp-mail"
228
 
229
+ #: contact_form.php:458
230
+ msgid "You can use the wp_mail function for mailing"
231
  msgstr ""
232
 
233
+ #: contact_form.php:464
234
  msgid "Mail"
235
  msgstr "Mail"
236
 
237
+ #: contact_form.php:465
238
  msgid "To send mail you can use the php mail function"
239
  msgstr ""
240
 
241
+ #: contact_form.php:469
242
  #, fuzzy
243
+ msgid "Change text of the 'FROM' field"
244
  msgstr "Modifica da campi del contact form"
245
 
 
 
 
 
246
  #: contact_form.php:475
247
+ msgid "Enter the email address in the 'From' field"
 
 
248
  msgstr ""
249
 
250
  #: contact_form.php:477
251
+ msgid "The email address of the user who fills the form is going to be used in the field 'From'."
252
  msgstr ""
253
 
254
+ #: contact_form.php:479
255
+ msgid "This email address will be used in the 'From' field."
256
+ msgstr ""
257
+
258
+ #: contact_form.php:483
259
  msgid "Display phone field"
260
  msgstr ""
261
 
262
+ #: contact_form.php:489
263
+ msgid "Required fields"
264
  msgstr ""
265
 
266
+ #: contact_form.php:491
267
+ #: contact_form.php:955
268
  msgid "Name"
269
  msgstr "Nome"
270
 
271
+ #: contact_form.php:492
272
  #, fuzzy
273
  msgid "E-Mail Address"
274
  msgstr "Indirizzo e-mail:"
275
 
276
+ #: contact_form.php:493
277
+ #: contact_form.php:963
278
  msgid "Phone"
279
  msgstr ""
280
 
281
+ #: contact_form.php:494
282
+ #: contact_form.php:966
283
  msgid "Subject"
284
  msgstr "Oggetto"
285
 
286
+ #: contact_form.php:495
287
+ #: contact_form.php:969
288
  msgid "Message"
289
  msgstr "Messaggio"
290
 
291
+ #: contact_form.php:499
292
  msgid "Display additional info in email"
293
  msgstr ""
294
 
295
+ #: contact_form.php:504
296
+ #: contact_form.php:927
297
  msgid "Sent from (ip address)"
298
  msgstr "Inviato da (indirizzi IP)"
299
 
300
+ #: contact_form.php:505
301
+ #: contact_form.php:932
302
  msgid "Date/Time"
303
  msgstr "Data/Ora"
304
 
305
+ #: contact_form.php:506
306
+ #: contact_form.php:937
307
+ msgid "Sent from (referer)"
308
  msgstr "Da (referente)"
309
 
310
+ #: contact_form.php:507
311
+ #: contact_form.php:942
312
  msgid "Using (user agent)"
313
  msgstr "Utilizza (user agent)"
314
 
315
+ #: contact_form.php:511
316
+ msgid "Language settings for the field names in the form"
317
  msgstr ""
318
 
319
+ #: contact_form.php:520
320
  msgid "Add language"
321
  msgstr ""
322
 
323
+ #: contact_form.php:524
324
+ msgid "Change the names of the contact form fields and error messages"
 
325
  msgstr "Modifica le etichette dei campi del contact form"
326
 
327
+ #: contact_form.php:529
328
+ #: contact_form.php:582
329
  msgid "English"
330
  msgstr ""
331
 
332
+ #: contact_form.php:544
333
+ #: contact_form.php:564
334
+ msgid "Error message for the Name field"
335
  msgstr ""
336
 
337
+ #: contact_form.php:545
338
+ #: contact_form.php:565
339
+ msgid "Error message for the Email field"
340
  msgstr ""
341
 
342
+ #: contact_form.php:546
343
+ #: contact_form.php:566
344
+ msgid "Error message for the Phone field"
345
  msgstr ""
346
 
347
+ #: contact_form.php:547
348
+ #: contact_form.php:567
349
+ msgid "Error message for the Subject field"
350
  msgstr ""
351
 
352
+ #: contact_form.php:548
353
+ #: contact_form.php:568
354
+ msgid "Error message for the Message field"
355
  msgstr ""
356
 
357
+ #: contact_form.php:549
358
+ #: contact_form.php:569
359
+ msgid "Error message for the Attachment field"
360
  msgstr ""
361
 
362
+ #: contact_form.php:550
363
+ #: contact_form.php:570
364
+ msgid "Error message for the Captcha field"
365
  msgstr ""
366
 
367
+ #: contact_form.php:551
368
+ #: contact_form.php:571
369
+ msgid "Error message for the whole form"
370
  msgstr ""
371
 
372
+ #: contact_form.php:552
373
+ #: contact_form.php:572
374
+ #: contact_form.php:591
375
+ #: contact_form.php:597
376
  msgid "Use shortcode"
377
  msgstr ""
378
 
379
+ #: contact_form.php:552
380
+ #: contact_form.php:572
381
+ #: contact_form.php:591
382
+ #: contact_form.php:597
383
  msgid "for this language"
384
  msgstr ""
385
 
386
+ #: contact_form.php:579
387
+ msgid "Action after email is sent"
388
  msgstr ""
389
 
390
+ #: contact_form.php:581
391
  #, fuzzy
392
  msgid "Display text"
393
  msgstr "Visualizza l'attachment"
394
 
395
+ #: contact_form.php:590
396
+ #: contact_form.php:596
397
  msgid "Text"
398
  msgstr ""
399
 
400
+ #: contact_form.php:603
401
+ msgid "Redirect to the page"
402
  msgstr ""
403
 
404
+ #: contact_form.php:604
405
  msgid "Url"
406
  msgstr ""
407
 
408
+ #: contact_form.php:609
409
  msgid "Save Changes"
410
  msgstr "Salva le modifiche"
411
 
412
+ #: contact_form.php:648
413
+ msgid "Sorry, email message could not be delivered."
414
  msgstr "Spiacenti, la tua e-mail non può essere consegnata al momento."
415
 
416
+ #: contact_form.php:718
417
+ msgid "You can attach the following file formats"
418
  msgstr "Gli utenti possono allegare i files nei seguenti tipi"
419
 
420
+ #: contact_form.php:726
421
  msgid "Send me a copy"
422
  msgstr "Inviami una copia"
423
 
424
+ #: contact_form.php:950
425
  msgid "Contact from"
426
  msgstr "Contact from"
427
 
428
+ #: contact_form.php:958
429
  msgid "Email"
430
  msgstr "e-mail"
431
 
432
+ #: contact_form.php:972
433
  msgid "Site"
434
  msgstr "Sito"
435
 
436
+ #: contact_form.php:1023
437
+ msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
438
+ msgstr "Se puoi visualizzare questo MIME il tuo client non supporta i MIME types!"
 
439
 
440
+ #: contact_form.php:1076
441
  msgid "FAQ"
442
  msgstr "FAQ"
443
 
444
+ #: contact_form.php:1077
445
  msgid "Support"
446
  msgstr "Supporto"
447
 
448
+ #: contact_form.php:1123
449
+ msgid "Are you sure that you want to delete this language data?"
450
  msgstr ""
451
 
452
  #~ msgid "E-Mail Addresse:"
453
  #~ msgstr "Indirizzo e-mail:"
 
454
  #~ msgid "Install Now"
455
  #~ msgstr "Installa Ora"
 
456
  #~ msgid "BWS Plugins"
457
  #~ msgstr "BWS Plugins"
458
+
languages/contact_form-ja.mo CHANGED
Binary file
languages/contact_form-ja.po CHANGED
@@ -2,439 +2,463 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-12-19 13:31+0200\n"
6
- "PO-Revision-Date: 2012-12-19 13:31+0200\n"
7
- "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
- "Language: ja_JP\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:76
20
  msgid "Activated plugins"
21
  msgstr "有効なプラグイン"
22
 
23
- #: contact_form.php:78 contact_form.php:86 contact_form.php:94
 
 
24
  msgid "Read more"
25
  msgstr "もっと読む"
26
 
27
- #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
 
 
28
  msgid "Settings"
29
  msgstr "設定"
30
 
31
- #: contact_form.php:84
32
  msgid "Installed plugins"
33
  msgstr "導入済みプラグイン"
34
 
35
- #: contact_form.php:92
36
  msgid "Recommended plugins"
37
  msgstr "推奨プラグイン"
38
 
39
- #: contact_form.php:94
40
  msgid "Download"
41
  msgstr "ダウンロード"
42
 
43
- #: contact_form.php:94
44
  #, php-format
45
  msgid "Install %s"
46
  msgstr "%s 導入"
47
 
48
- #: contact_form.php:94
49
  msgid "Install now from wordpress.org"
50
  msgstr "wordpress.org から直ぐに導入"
51
 
52
- #: contact_form.php:96
53
- msgid ""
54
- "If you have any questions, please contact us via plugin@bestwebsoft.com or "
55
- "fill in our contact form on our site"
56
- msgstr ""
57
- "もそご質問がある場合は、plugin@bestwebsoft.comにご連絡頂くか、我々のサイトの"
58
- "コンタクトフォームからお願いします。"
59
 
60
- #: contact_form.php:108 contact_form.php:401
 
61
  msgid "Contact Form Options"
62
  msgstr "コンタクトフォーム オプション"
63
 
64
- #: contact_form.php:108
65
  msgid "Contact Form"
66
  msgstr "Contact Form"
67
 
68
- #: contact_form.php:145 contact_form.php:535 contact_form.php:555
 
 
69
  msgid "Name:"
70
  msgstr "名前:"
71
 
72
- #: contact_form.php:146 contact_form.php:536 contact_form.php:556
73
- msgid "E-Mail Address:"
 
 
74
  msgstr "E-Mail:"
75
 
76
- #: contact_form.php:147 contact_form.php:537 contact_form.php:557
77
- msgid "Phone:"
 
 
78
  msgstr ""
79
 
80
- #: contact_form.php:148 contact_form.php:538 contact_form.php:558
 
 
81
  msgid "Subject:"
82
  msgstr "件名:"
83
 
84
- #: contact_form.php:149 contact_form.php:539 contact_form.php:559
 
 
85
  msgid "Message:"
86
  msgstr "メッセージ:"
87
 
88
- #: contact_form.php:150 contact_form.php:540 contact_form.php:560
 
 
89
  msgid "Attachment:"
90
  msgstr "添付:"
91
 
92
- #: contact_form.php:151 contact_form.php:541 contact_form.php:561
 
 
93
  msgid "Submit"
94
  msgstr "送信"
95
 
96
- #: contact_form.php:152
97
  msgid "Your name is required."
98
  msgstr "名前は必須です。"
99
 
100
- #: contact_form.php:153
101
  msgid "A proper e-mail address is required."
102
  msgstr "正確なemailが必須です。"
103
 
104
- #: contact_form.php:154
105
- msgid "Subject text is required."
106
  msgstr "件名は必須です。"
107
 
108
- #: contact_form.php:155
109
  msgid "Message text is required."
110
  msgstr "メッセージ本文は必須です。"
111
 
112
- #: contact_form.php:156
113
  #, fuzzy
114
- msgid "Phone is required field."
115
  msgstr "名前は必須です。"
116
 
117
- #: contact_form.php:157
118
- msgid "Attachment is broken."
119
  msgstr "添付が壊れています。"
120
 
121
- #: contact_form.php:158
122
- msgid "Please complete the CAPTCHA."
123
  msgstr "CAPTCHAを入力して下さい。"
124
 
125
- #: contact_form.php:159
126
  msgid "Please make corrections below and try again."
127
  msgstr "以下を修正し、再度試して下さい。"
128
 
129
- #: contact_form.php:161
130
  msgid "Thank you for contacting us."
131
  msgstr "ご連絡ありがとうございます"
132
 
133
- #: contact_form.php:356
134
- msgid ""
135
- "If the option 'Redirect to page' is selected then url field should be "
136
- "fillied in the following format"
137
  msgstr ""
138
 
139
- #: contact_form.php:365
140
- msgid "Such user is not exist. Settings are not saved."
141
  msgstr "このようなユーザは存在しません。設定は保存されません。"
142
 
143
- #: contact_form.php:370
144
- msgid "Please input correct email. Settings are not saved."
145
  msgstr "正確なemailを入力して下さい。設定は保存されません。"
146
 
147
- #: contact_form.php:376
148
  #, fuzzy
149
- msgid "Please input correct 'FROM' email. Settings are not saved."
150
  msgstr "正確なemailを入力して下さい。設定は保存されません。"
151
 
152
- #: contact_form.php:381
153
  msgid "Options saved."
154
  msgstr "オプション保存."
155
 
156
- #: contact_form.php:406
157
  #, fuzzy
158
- msgid ""
159
- "If you would like to add a Contact Form to your website, just copy and put "
160
- "this shortcode onto your post or page or widget:"
161
- msgstr ""
162
- "コンタクトフォームをあなたのサイトに追加したい場合は、このショートカットを投"
163
- "稿またはページにコピーして貼り付けるだけです。"
164
 
165
- #: contact_form.php:407
166
- msgid ""
167
- "If information in the below fields are empty then the message will be send "
168
- "to an address which was specified during registration."
169
- msgstr ""
170
- "以下の項目の情報が空欄の場合、登録の際に記述したアドレスにメッセージが送られ"
171
- "ます。"
172
 
173
- #: contact_form.php:411
174
- msgid "Use email of wordpress user:"
175
  msgstr "wordpressユーザのemailを利用r:"
176
 
177
- #: contact_form.php:415
178
- msgid "Select user name"
179
  msgstr "ユーザ名の選択"
180
 
181
- #: contact_form.php:420
182
  #, fuzzy
183
- msgid "Set a name of user who will get messages from a contact form."
184
  msgstr "コンタクトフォームからメッセージを受け取るユーザ名を設定。"
185
 
186
- #: contact_form.php:424
187
- msgid "Use this email:"
188
  msgstr "このemailを利用:"
189
 
190
- #: contact_form.php:427
191
- msgid "Set an email address which will be used for messages receiving."
192
  msgstr "メッセージ受信用のemailを設定。"
193
 
194
- #: contact_form.php:431
195
  msgid "Additional options"
196
  msgstr "追加オプション"
197
 
198
- #: contact_form.php:434
199
  msgid "Display Attachment block"
200
  msgstr "添付ブロックを表示"
201
 
202
- #: contact_form.php:436
203
- msgid "Users can attach files of the following types"
204
  msgstr "ユーザは、以下のタイプのファイルを添付できる"
205
 
206
- #: contact_form.php:440
207
  #, fuzzy
208
- msgid "Display Attachment explanations"
209
  msgstr "添付ブロックを表示"
210
 
211
- #: contact_form.php:442
212
  #, fuzzy
213
- msgid "Display explanations after Attachment block"
214
  msgstr "添付ブロックを表示"
215
 
216
- #: contact_form.php:446
217
  msgid "Display Send me a copy block"
218
  msgstr "コピーブロックを自分に送るを表示"
219
 
220
- #: contact_form.php:452
221
- msgid "What use?"
222
  msgstr ""
223
 
224
- #: contact_form.php:455
225
  #, fuzzy
226
  msgid "Wp-mail"
227
  msgstr "E-Mail"
228
 
229
- #: contact_form.php:456
230
- msgid "To send mail you can use the wordpress wp_mail function"
231
  msgstr ""
232
 
233
- #: contact_form.php:462
234
  msgid "Mail"
235
  msgstr ""
236
 
237
- #: contact_form.php:463
238
  msgid "To send mail you can use the php mail function"
239
  msgstr ""
240
 
241
- #: contact_form.php:467
242
  #, fuzzy
243
- msgid "Change text for 'FROM' field of the email"
244
  msgstr "コンタクトフォームのフィールドのラベルを変更"
245
 
246
- #: contact_form.php:473
247
- msgid "Select email for 'FROM' field of the email"
248
- msgstr ""
249
-
250
  #: contact_form.php:475
251
- msgid ""
252
- "In the field 'From' in the mail it will use email of that user who fills the "
253
- "form."
254
  msgstr ""
255
 
256
  #: contact_form.php:477
257
- msgid "In the field 'From' it will use this email."
 
 
 
 
258
  msgstr ""
259
 
260
- #: contact_form.php:481
261
  msgid "Display phone field"
262
  msgstr ""
263
 
264
- #: contact_form.php:487
265
- msgid "Required field"
266
  msgstr ""
267
 
268
- #: contact_form.php:489 contact_form.php:953
 
269
  msgid "Name"
270
  msgstr "名前"
271
 
272
- #: contact_form.php:490
273
  #, fuzzy
274
  msgid "E-Mail Address"
275
  msgstr "E-Mail:"
276
 
277
- #: contact_form.php:491 contact_form.php:961
 
278
  msgid "Phone"
279
  msgstr ""
280
 
281
- #: contact_form.php:492 contact_form.php:964
 
282
  msgid "Subject"
283
  msgstr "件名"
284
 
285
- #: contact_form.php:493 contact_form.php:967
 
286
  msgid "Message"
287
  msgstr "メッセージ"
288
 
289
- #: contact_form.php:497
290
  msgid "Display additional info in email"
291
  msgstr ""
292
 
293
- #: contact_form.php:502 contact_form.php:925
 
294
  msgid "Sent from (ip address)"
295
  msgstr "(IP-Adresse)から送られた"
296
 
297
- #: contact_form.php:503 contact_form.php:930
 
298
  msgid "Date/Time"
299
  msgstr "日時"
300
 
301
- #: contact_form.php:504 contact_form.php:935
302
- msgid "Coming from (referer)"
 
303
  msgstr "(referer)から送られている"
304
 
305
- #: contact_form.php:505 contact_form.php:940
 
306
  msgid "Using (user agent)"
307
  msgstr "(user agent)使用"
308
 
309
- #: contact_form.php:509
310
- msgid "Language settings for label fields"
311
  msgstr ""
312
 
313
- #: contact_form.php:518
314
  msgid "Add language"
315
  msgstr ""
316
 
317
- #: contact_form.php:522
318
  #, fuzzy
319
- msgid "Change label for fields of the contact form and error messages"
320
  msgstr "コンタクトフォームのフィールドのラベルを変更"
321
 
322
- #: contact_form.php:527 contact_form.php:580
 
323
  msgid "English"
324
  msgstr ""
325
 
326
- #: contact_form.php:542 contact_form.php:562
327
- msgid "Error message for name field"
 
328
  msgstr ""
329
 
330
- #: contact_form.php:543 contact_form.php:563
331
- msgid "Error message for email field"
 
332
  msgstr ""
333
 
334
- #: contact_form.php:544 contact_form.php:564
335
- msgid "Error message for phone field"
 
336
  msgstr ""
337
 
338
- #: contact_form.php:545 contact_form.php:565
339
- msgid "Error message for subject field"
 
340
  msgstr ""
341
 
342
- #: contact_form.php:546 contact_form.php:566
343
- msgid "Error message for message field"
 
344
  msgstr ""
345
 
346
- #: contact_form.php:547 contact_form.php:567
347
- msgid "Error message for attachment field"
 
348
  msgstr ""
349
 
350
- #: contact_form.php:548 contact_form.php:568
351
- msgid "Error message for captcha"
 
352
  msgstr ""
353
 
354
- #: contact_form.php:549 contact_form.php:569
355
- msgid "Error message for all form"
 
356
  msgstr ""
357
 
358
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
359
- #: contact_form.php:595
 
 
360
  msgid "Use shortcode"
361
  msgstr ""
362
 
363
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
364
- #: contact_form.php:595
 
 
365
  msgid "for this language"
366
  msgstr ""
367
 
368
- #: contact_form.php:577
369
- msgid "Action after the send mail"
370
  msgstr ""
371
 
372
- #: contact_form.php:579
373
  #, fuzzy
374
  msgid "Display text"
375
  msgstr "添付ブロックを表示"
376
 
377
- #: contact_form.php:588 contact_form.php:594
 
378
  msgid "Text"
379
  msgstr ""
380
 
381
- #: contact_form.php:601
382
- msgid "Redirect to page"
383
  msgstr ""
384
 
385
- #: contact_form.php:602
386
  msgid "Url"
387
  msgstr ""
388
 
389
- #: contact_form.php:607
390
  msgid "Save Changes"
391
  msgstr "変更を保存"
392
 
393
- #: contact_form.php:646
394
- msgid "Sorry, your e-mail could not be delivered."
395
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
396
 
397
- #: contact_form.php:716
398
- msgid "You can attach files of the following types"
399
  msgstr "貴方は、以下のタイプのファイルを添付できます"
400
 
401
- #: contact_form.php:724
402
  msgid "Send me a copy"
403
  msgstr "コピーを自分に送る"
404
 
405
- #: contact_form.php:948
406
  msgid "Contact from"
407
  msgstr "コンタクトフォーム"
408
 
409
- #: contact_form.php:956
410
  msgid "Email"
411
  msgstr "E-Mail"
412
 
413
- #: contact_form.php:970
414
  msgid "Site"
415
  msgstr "サイト"
416
 
417
- #: contact_form.php:1021
418
- msgid "If you can see this MIME than your client doesn't accept MIME types!"
419
  msgstr "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
420
 
421
- #: contact_form.php:1074
422
  msgid "FAQ"
423
  msgstr "FAQ"
424
 
425
- #: contact_form.php:1075
426
  msgid "Support"
427
  msgstr "サポート"
428
 
429
- #: contact_form.php:1121
430
- msgid "Are you sure you want to delete this language?"
431
  msgstr ""
432
 
433
  #~ msgid "E-Mail Addresse:"
434
  #~ msgstr "Indirizzo e-mail:"
435
-
436
  #~ msgid "Install Now"
437
  #~ msgstr "Installa Ora"
438
-
439
  #~ msgid "BWS Plugins"
440
  #~ msgstr "BWS Plugins"
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-02-07 16:03+0300\n"
6
+ "PO-Revision-Date: 2013-02-07 16:03+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: ja_JP\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:78
20
  msgid "Activated plugins"
21
  msgstr "有効なプラグイン"
22
 
23
+ #: contact_form.php:80
24
+ #: contact_form.php:88
25
+ #: contact_form.php:96
26
  msgid "Read more"
27
  msgstr "もっと読む"
28
 
29
+ #: contact_form.php:80
30
+ #: contact_form.php:1066
31
+ #: contact_form.php:1075
32
  msgid "Settings"
33
  msgstr "設定"
34
 
35
+ #: contact_form.php:86
36
  msgid "Installed plugins"
37
  msgstr "導入済みプラグイン"
38
 
39
+ #: contact_form.php:94
40
  msgid "Recommended plugins"
41
  msgstr "推奨プラグイン"
42
 
43
+ #: contact_form.php:96
44
  msgid "Download"
45
  msgstr "ダウンロード"
46
 
47
+ #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "%s 導入"
51
 
52
+ #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "wordpress.org から直ぐに導入"
55
 
56
+ #: contact_form.php:98
57
+ msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
58
+ msgstr "もそご質問がある場合は、plugin@bestwebsoft.comにご連絡頂くか、我々のサイトのコンタクトフォームからお願いします。"
 
 
 
 
59
 
60
+ #: contact_form.php:110
61
+ #: contact_form.php:403
62
  msgid "Contact Form Options"
63
  msgstr "コンタクトフォーム オプション"
64
 
65
+ #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "Contact Form"
68
 
69
+ #: contact_form.php:147
70
+ #: contact_form.php:537
71
+ #: contact_form.php:557
72
  msgid "Name:"
73
  msgstr "名前:"
74
 
75
+ #: contact_form.php:148
76
+ #: contact_form.php:538
77
+ #: contact_form.php:558
78
+ msgid "Email Address:"
79
  msgstr "E-Mail:"
80
 
81
+ #: contact_form.php:149
82
+ #: contact_form.php:539
83
+ #: contact_form.php:559
84
+ msgid "Phone number:"
85
  msgstr ""
86
 
87
+ #: contact_form.php:150
88
+ #: contact_form.php:540
89
+ #: contact_form.php:560
90
  msgid "Subject:"
91
  msgstr "件名:"
92
 
93
+ #: contact_form.php:151
94
+ #: contact_form.php:541
95
+ #: contact_form.php:561
96
  msgid "Message:"
97
  msgstr "メッセージ:"
98
 
99
+ #: contact_form.php:152
100
+ #: contact_form.php:542
101
+ #: contact_form.php:562
102
  msgid "Attachment:"
103
  msgstr "添付:"
104
 
105
+ #: contact_form.php:153
106
+ #: contact_form.php:543
107
+ #: contact_form.php:563
108
  msgid "Submit"
109
  msgstr "送信"
110
 
111
+ #: contact_form.php:154
112
  msgid "Your name is required."
113
  msgstr "名前は必須です。"
114
 
115
+ #: contact_form.php:155
116
  msgid "A proper e-mail address is required."
117
  msgstr "正確なemailが必須です。"
118
 
119
+ #: contact_form.php:156
120
+ msgid "Subject is required."
121
  msgstr "件名は必須です。"
122
 
123
+ #: contact_form.php:157
124
  msgid "Message text is required."
125
  msgstr "メッセージ本文は必須です。"
126
 
127
+ #: contact_form.php:158
128
  #, fuzzy
129
+ msgid "Phone number is required."
130
  msgstr "名前は必須です。"
131
 
132
+ #: contact_form.php:159
133
+ msgid "File format is not valid."
134
  msgstr "添付が壊れています。"
135
 
136
+ #: contact_form.php:160
137
+ msgid "Please fill out the CAPTCHA."
138
  msgstr "CAPTCHAを入力して下さい。"
139
 
140
+ #: contact_form.php:161
141
  msgid "Please make corrections below and try again."
142
  msgstr "以下を修正し、再度試して下さい。"
143
 
144
+ #: contact_form.php:163
145
  msgid "Thank you for contacting us."
146
  msgstr "ご連絡ありがとうございます"
147
 
148
+ #: contact_form.php:358
149
+ msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
 
 
150
  msgstr ""
151
 
152
+ #: contact_form.php:367
153
+ msgid "Such user does not exist. Settings are not saved."
154
  msgstr "このようなユーザは存在しません。設定は保存されません。"
155
 
156
+ #: contact_form.php:372
157
+ msgid "Please enter a valid email address. Settings are not saved."
158
  msgstr "正確なemailを入力して下さい。設定は保存されません。"
159
 
160
+ #: contact_form.php:378
161
  #, fuzzy
162
+ msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
163
  msgstr "正確なemailを入力して下さい。設定は保存されません。"
164
 
165
+ #: contact_form.php:383
166
  msgid "Options saved."
167
  msgstr "オプション保存."
168
 
169
+ #: contact_form.php:408
170
  #, fuzzy
171
+ 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:"
172
+ msgstr "コンタクトフォームをあなたのサイトに追加したい場合は、このショートカットを投稿またはページにコピーして貼り付けるだけです。"
 
 
 
 
173
 
174
+ #: contact_form.php:409
175
+ msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
176
+ msgstr "以下の項目の情報が空欄の場合、登録の際に記述したアドレスにメッセージが送られます。"
 
 
 
 
177
 
178
+ #: contact_form.php:413
179
+ msgid "The user's email address:"
180
  msgstr "wordpressユーザのemailを利用r:"
181
 
182
+ #: contact_form.php:417
183
+ msgid "Create a username"
184
  msgstr "ユーザ名の選択"
185
 
186
+ #: contact_form.php:422
187
  #, fuzzy
188
+ msgid "Enter a username of the person who should get the messages from the contact form."
189
  msgstr "コンタクトフォームからメッセージを受け取るユーザ名を設定。"
190
 
191
+ #: contact_form.php:426
192
+ msgid "Use this email address:"
193
  msgstr "このemailを利用:"
194
 
195
+ #: contact_form.php:429
196
+ msgid "Enter the email address you want the messages forwarded to."
197
  msgstr "メッセージ受信用のemailを設定。"
198
 
199
+ #: contact_form.php:433
200
  msgid "Additional options"
201
  msgstr "追加オプション"
202
 
203
+ #: contact_form.php:436
204
  msgid "Display Attachment block"
205
  msgstr "添付ブロックを表示"
206
 
207
+ #: contact_form.php:438
208
+ msgid "Users can attach the following file formats"
209
  msgstr "ユーザは、以下のタイプのファイルを添付できる"
210
 
211
+ #: contact_form.php:442
212
  #, fuzzy
213
+ msgid "Display Attachment tips"
214
  msgstr "添付ブロックを表示"
215
 
216
+ #: contact_form.php:444
217
  #, fuzzy
218
+ msgid "Display tips below the Attachment block"
219
  msgstr "添付ブロックを表示"
220
 
221
+ #: contact_form.php:448
222
  msgid "Display Send me a copy block"
223
  msgstr "コピーブロックを自分に送るを表示"
224
 
225
+ #: contact_form.php:454
226
+ msgid "What to use?"
227
  msgstr ""
228
 
229
+ #: contact_form.php:457
230
  #, fuzzy
231
  msgid "Wp-mail"
232
  msgstr "E-Mail"
233
 
234
+ #: contact_form.php:458
235
+ msgid "You can use the wp_mail function for mailing"
236
  msgstr ""
237
 
238
+ #: contact_form.php:464
239
  msgid "Mail"
240
  msgstr ""
241
 
242
+ #: contact_form.php:465
243
  msgid "To send mail you can use the php mail function"
244
  msgstr ""
245
 
246
+ #: contact_form.php:469
247
  #, fuzzy
248
+ msgid "Change text of the 'FROM' field"
249
  msgstr "コンタクトフォームのフィールドのラベルを変更"
250
 
 
 
 
 
251
  #: contact_form.php:475
252
+ msgid "Enter the email address in the 'From' field"
 
 
253
  msgstr ""
254
 
255
  #: contact_form.php:477
256
+ msgid "The email address of the user who fills the form is going to be used in the field 'From'."
257
+ msgstr ""
258
+
259
+ #: contact_form.php:479
260
+ msgid "This email address will be used in the 'From' field."
261
  msgstr ""
262
 
263
+ #: contact_form.php:483
264
  msgid "Display phone field"
265
  msgstr ""
266
 
267
+ #: contact_form.php:489
268
+ msgid "Required fields"
269
  msgstr ""
270
 
271
+ #: contact_form.php:491
272
+ #: contact_form.php:955
273
  msgid "Name"
274
  msgstr "名前"
275
 
276
+ #: contact_form.php:492
277
  #, fuzzy
278
  msgid "E-Mail Address"
279
  msgstr "E-Mail:"
280
 
281
+ #: contact_form.php:493
282
+ #: contact_form.php:963
283
  msgid "Phone"
284
  msgstr ""
285
 
286
+ #: contact_form.php:494
287
+ #: contact_form.php:966
288
  msgid "Subject"
289
  msgstr "件名"
290
 
291
+ #: contact_form.php:495
292
+ #: contact_form.php:969
293
  msgid "Message"
294
  msgstr "メッセージ"
295
 
296
+ #: contact_form.php:499
297
  msgid "Display additional info in email"
298
  msgstr ""
299
 
300
+ #: contact_form.php:504
301
+ #: contact_form.php:927
302
  msgid "Sent from (ip address)"
303
  msgstr "(IP-Adresse)から送られた"
304
 
305
+ #: contact_form.php:505
306
+ #: contact_form.php:932
307
  msgid "Date/Time"
308
  msgstr "日時"
309
 
310
+ #: contact_form.php:506
311
+ #: contact_form.php:937
312
+ msgid "Sent from (referer)"
313
  msgstr "(referer)から送られている"
314
 
315
+ #: contact_form.php:507
316
+ #: contact_form.php:942
317
  msgid "Using (user agent)"
318
  msgstr "(user agent)使用"
319
 
320
+ #: contact_form.php:511
321
+ msgid "Language settings for the field names in the form"
322
  msgstr ""
323
 
324
+ #: contact_form.php:520
325
  msgid "Add language"
326
  msgstr ""
327
 
328
+ #: contact_form.php:524
329
  #, fuzzy
330
+ msgid "Change the names of the contact form fields and error messages"
331
  msgstr "コンタクトフォームのフィールドのラベルを変更"
332
 
333
+ #: contact_form.php:529
334
+ #: contact_form.php:582
335
  msgid "English"
336
  msgstr ""
337
 
338
+ #: contact_form.php:544
339
+ #: contact_form.php:564
340
+ msgid "Error message for the Name field"
341
  msgstr ""
342
 
343
+ #: contact_form.php:545
344
+ #: contact_form.php:565
345
+ msgid "Error message for the Email field"
346
  msgstr ""
347
 
348
+ #: contact_form.php:546
349
+ #: contact_form.php:566
350
+ msgid "Error message for the Phone field"
351
  msgstr ""
352
 
353
+ #: contact_form.php:547
354
+ #: contact_form.php:567
355
+ msgid "Error message for the Subject field"
356
  msgstr ""
357
 
358
+ #: contact_form.php:548
359
+ #: contact_form.php:568
360
+ msgid "Error message for the Message field"
361
  msgstr ""
362
 
363
+ #: contact_form.php:549
364
+ #: contact_form.php:569
365
+ msgid "Error message for the Attachment field"
366
  msgstr ""
367
 
368
+ #: contact_form.php:550
369
+ #: contact_form.php:570
370
+ msgid "Error message for the Captcha field"
371
  msgstr ""
372
 
373
+ #: contact_form.php:551
374
+ #: contact_form.php:571
375
+ msgid "Error message for the whole form"
376
  msgstr ""
377
 
378
+ #: contact_form.php:552
379
+ #: contact_form.php:572
380
+ #: contact_form.php:591
381
+ #: contact_form.php:597
382
  msgid "Use shortcode"
383
  msgstr ""
384
 
385
+ #: contact_form.php:552
386
+ #: contact_form.php:572
387
+ #: contact_form.php:591
388
+ #: contact_form.php:597
389
  msgid "for this language"
390
  msgstr ""
391
 
392
+ #: contact_form.php:579
393
+ msgid "Action after email is sent"
394
  msgstr ""
395
 
396
+ #: contact_form.php:581
397
  #, fuzzy
398
  msgid "Display text"
399
  msgstr "添付ブロックを表示"
400
 
401
+ #: contact_form.php:590
402
+ #: contact_form.php:596
403
  msgid "Text"
404
  msgstr ""
405
 
406
+ #: contact_form.php:603
407
+ msgid "Redirect to the page"
408
  msgstr ""
409
 
410
+ #: contact_form.php:604
411
  msgid "Url"
412
  msgstr ""
413
 
414
+ #: contact_form.php:609
415
  msgid "Save Changes"
416
  msgstr "変更を保存"
417
 
418
+ #: contact_form.php:648
419
+ msgid "Sorry, email message could not be delivered."
420
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
421
 
422
+ #: contact_form.php:718
423
+ msgid "You can attach the following file formats"
424
  msgstr "貴方は、以下のタイプのファイルを添付できます"
425
 
426
+ #: contact_form.php:726
427
  msgid "Send me a copy"
428
  msgstr "コピーを自分に送る"
429
 
430
+ #: contact_form.php:950
431
  msgid "Contact from"
432
  msgstr "コンタクトフォーム"
433
 
434
+ #: contact_form.php:958
435
  msgid "Email"
436
  msgstr "E-Mail"
437
 
438
+ #: contact_form.php:972
439
  msgid "Site"
440
  msgstr "サイト"
441
 
442
+ #: contact_form.php:1023
443
+ msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
444
  msgstr "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
445
 
446
+ #: contact_form.php:1076
447
  msgid "FAQ"
448
  msgstr "FAQ"
449
 
450
+ #: contact_form.php:1077
451
  msgid "Support"
452
  msgstr "サポート"
453
 
454
+ #: contact_form.php:1123
455
+ msgid "Are you sure that you want to delete this language data?"
456
  msgstr ""
457
 
458
  #~ msgid "E-Mail Addresse:"
459
  #~ msgstr "Indirizzo e-mail:"
 
460
  #~ msgid "Install Now"
461
  #~ msgstr "Installa Ora"
 
462
  #~ msgid "BWS Plugins"
463
  #~ msgstr "BWS Plugins"
464
+
languages/contact_form-lt_LT.mo CHANGED
Binary file
languages/contact_form-lt_LT.po CHANGED
@@ -3,436 +3,459 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: contact_form\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2012-12-19 13:31+0200\n"
7
- "PO-Revision-Date: 2012-12-19 13:31+0200\n"
8
- "Last-Translator: zos <zos@bestwebsoft.com>\n"
9
  "Language-Team: Lithuanian <kde-i18n-lt@kde.org>\n"
10
- "Language: lt\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
 
14
  "X-Poedit-KeywordsList: __;_e\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "X-Poedit-SourceCharset: utf-8\n"
17
- "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
18
- "%100<10 || n%100>=20) ? 1 : 2);\n"
19
  "X-Generator: Poedit 1.5.4\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
- #: contact_form.php:76
23
  msgid "Activated plugins"
24
  msgstr "Aktyvuoti įskiepiai"
25
 
26
- #: contact_form.php:78 contact_form.php:86 contact_form.php:94
 
 
27
  msgid "Read more"
28
  msgstr "Skaityti daugiau"
29
 
30
- #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
 
 
31
  msgid "Settings"
32
  msgstr "Nustatymai"
33
 
34
- #: contact_form.php:84
35
  msgid "Installed plugins"
36
  msgstr "Įdiegti įskiepiai"
37
 
38
- #: contact_form.php:92
39
  msgid "Recommended plugins"
40
  msgstr "Rekomenduojami įskiepiai"
41
 
42
- #: contact_form.php:94
43
  msgid "Download"
44
  msgstr "Atsisiųsti"
45
 
46
- #: contact_form.php:94
47
  #, php-format
48
  msgid "Install %s"
49
  msgstr "Įdiegti %s"
50
 
51
- #: contact_form.php:94
52
  msgid "Install now from wordpress.org"
53
  msgstr "Įdiegti dabar iš wordpress.org"
54
 
55
- #: contact_form.php:96
56
- msgid ""
57
- "If you have any questions, please contact us via plugin@bestwebsoft.com or "
58
- "fill in our contact form on our site"
59
- msgstr ""
60
- "Jei turite klausimų, prašome susisiekti su mumis per plugin@bestwebsoft.com "
61
- "arba užpildykite mūsų kontaktų formą mūsų svetainėje"
62
 
63
- #: contact_form.php:108 contact_form.php:401
 
64
  msgid "Contact Form Options"
65
  msgstr "Kontaktų formos parinktys"
66
 
67
- #: contact_form.php:108
68
  msgid "Contact Form"
69
  msgstr "Kontaktų forma"
70
 
71
- #: contact_form.php:145 contact_form.php:535 contact_form.php:555
 
 
72
  msgid "Name:"
73
  msgstr "Vardas:"
74
 
75
- #: contact_form.php:146 contact_form.php:536 contact_form.php:556
76
- msgid "E-Mail Address:"
 
 
77
  msgstr "El. pašto adresas:"
78
 
79
- #: contact_form.php:147 contact_form.php:537 contact_form.php:557
80
- msgid "Phone:"
 
 
81
  msgstr ""
82
 
83
- #: contact_form.php:148 contact_form.php:538 contact_form.php:558
 
 
84
  msgid "Subject:"
85
  msgstr "Tema:"
86
 
87
- #: contact_form.php:149 contact_form.php:539 contact_form.php:559
 
 
88
  msgid "Message:"
89
  msgstr "Pranešimas:"
90
 
91
- #: contact_form.php:150 contact_form.php:540 contact_form.php:560
 
 
92
  msgid "Attachment:"
93
  msgstr "Priedas:"
94
 
95
- #: contact_form.php:151 contact_form.php:541 contact_form.php:561
 
 
96
  msgid "Submit"
97
  msgstr "Siųsti"
98
 
99
- #: contact_form.php:152
100
  msgid "Your name is required."
101
  msgstr "Būtina įrašyti vardą."
102
 
103
- #: contact_form.php:153
104
  msgid "A proper e-mail address is required."
105
  msgstr "Būtina įrašyti teisingą el. pašto adresą."
106
 
107
- #: contact_form.php:154
108
- msgid "Subject text is required."
109
  msgstr "Būtina įrašyti temą."
110
 
111
- #: contact_form.php:155
112
  msgid "Message text is required."
113
  msgstr "Būtina įrašyti laiško turinį."
114
 
115
- #: contact_form.php:156
116
  #, fuzzy
117
- msgid "Phone is required field."
118
  msgstr "Būtina įrašyti vardą."
119
 
120
- #: contact_form.php:157
121
- msgid "Attachment is broken."
122
  msgstr "Pridedamas failas sugadintas."
123
 
124
- #: contact_form.php:158
125
- msgid "Please complete the CAPTCHA."
126
  msgstr "Prašome užpildyti CAPTCHA."
127
 
128
- #: contact_form.php:159
129
  msgid "Please make corrections below and try again."
130
  msgstr "Prašome pataisyti laišką ir bandyti iš naujo."
131
 
132
- #: contact_form.php:161
133
  msgid "Thank you for contacting us."
134
  msgstr "Dėkojame, kad su mumis susisiekėte."
135
 
136
- #: contact_form.php:356
137
- msgid ""
138
- "If the option 'Redirect to page' is selected then url field should be "
139
- "fillied in the following format"
140
  msgstr ""
141
 
142
- #: contact_form.php:365
143
- msgid "Such user is not exist. Settings are not saved."
144
  msgstr "Toks vartotojas neegzistuoja. Nustatymai neišsaugoti."
145
 
146
- #: contact_form.php:370
147
- msgid "Please input correct email. Settings are not saved."
148
  msgstr "Prašome įrašyti teisingą el. pašto adresą. Nustatymai neįrašyti."
149
 
150
- #: contact_form.php:376
151
  #, fuzzy
152
- msgid "Please input correct 'FROM' email. Settings are not saved."
153
  msgstr "Prašome įrašyti teisingą el. pašto adresą. Nustatymai neįrašyti."
154
 
155
- #: contact_form.php:381
156
  msgid "Options saved."
157
  msgstr "Parinktys išsaugotos."
158
 
159
- #: contact_form.php:406
160
- msgid ""
161
- "If you would like to add a Contact Form to your website, just copy and put "
162
- "this shortcode onto your post or page or widget:"
163
- msgstr ""
164
- "Jei norite pridėti kontaktų formą prie savo svetainės, tiesiog nukopijuokite "
165
- "šį trumpą kodą į savo puslapį ar elementą:"
166
 
167
- #: contact_form.php:407
168
- msgid ""
169
- "If information in the below fields are empty then the message will be send "
170
- "to an address which was specified during registration."
171
- msgstr ""
172
- "Jei informacijos žemiau esančiuose laukuose nėra, pranešimas bus išsiųstas "
173
- "adresu, kuris buvo nurodytas prisiregistravimo metu."
174
 
175
- #: contact_form.php:411
176
- msgid "Use email of wordpress user:"
177
  msgstr "Naudoti wordpress vartotojo el. pašto adresą:"
178
 
179
- #: contact_form.php:415
180
- msgid "Select user name"
181
  msgstr "Pasirinkite vartotojo vardą"
182
 
183
- #: contact_form.php:420
184
- msgid "Set a name of user who will get messages from a contact form."
185
  msgstr "Nurodykite vardą vartotojo, kuris gaus pranešimus iš Kontaktų formos."
186
 
187
- #: contact_form.php:424
188
- msgid "Use this email:"
189
  msgstr "Naudoti šį el. pašto adresą:"
190
 
191
- #: contact_form.php:427
192
- msgid "Set an email address which will be used for messages receiving."
193
  msgstr "Nustatykite el. pašto adresą, kuris bus naudojamas pranešimams gauti."
194
 
195
- #: contact_form.php:431
196
  msgid "Additional options"
197
  msgstr "Papildomos parinktys"
198
 
199
- #: contact_form.php:434
200
  msgid "Display Attachment block"
201
  msgstr "Rodyti priedų įrašą"
202
 
203
- #: contact_form.php:436
204
- msgid "Users can attach files of the following types"
205
  msgstr "Vartotojai gali prikabinti šių tipų failus"
206
 
207
- #: contact_form.php:440
208
- msgid "Display Attachment explanations"
209
  msgstr ""
210
 
211
- #: contact_form.php:442
212
- msgid "Display explanations after Attachment block"
213
  msgstr ""
214
 
215
- #: contact_form.php:446
216
  msgid "Display Send me a copy block"
217
  msgstr "Rodyti „Siųsti kopiją man“ įrašą"
218
 
219
- #: contact_form.php:452
220
- msgid "What use?"
221
  msgstr ""
222
 
223
- #: contact_form.php:455
224
  msgid "Wp-mail"
225
  msgstr "Wp-mail"
226
 
227
- #: contact_form.php:456
228
- msgid "To send mail you can use the wordpress wp_mail function"
229
  msgstr ""
230
 
231
- #: contact_form.php:462
232
  msgid "Mail"
233
  msgstr "Mail"
234
 
235
- #: contact_form.php:463
236
  msgid "To send mail you can use the php mail function"
237
  msgstr ""
238
 
239
- #: contact_form.php:467
240
  #, fuzzy
241
- msgid "Change text for 'FROM' field of the email"
242
  msgstr "Pakeiskite IŠ srityse kontaktų formos"
243
 
244
- #: contact_form.php:473
245
- msgid "Select email for 'FROM' field of the email"
246
- msgstr ""
247
-
248
  #: contact_form.php:475
249
- msgid ""
250
- "In the field 'From' in the mail it will use email of that user who fills the "
251
- "form."
252
  msgstr ""
253
 
254
  #: contact_form.php:477
255
- msgid "In the field 'From' it will use this email."
 
 
 
 
256
  msgstr ""
257
 
258
- #: contact_form.php:481
259
  msgid "Display phone field"
260
  msgstr ""
261
 
262
- #: contact_form.php:487
263
- msgid "Required field"
264
  msgstr ""
265
 
266
- #: contact_form.php:489 contact_form.php:953
 
267
  msgid "Name"
268
  msgstr "Vardas"
269
 
270
- #: contact_form.php:490
271
  #, fuzzy
272
  msgid "E-Mail Address"
273
  msgstr "El. pašto adresas:"
274
 
275
- #: contact_form.php:491 contact_form.php:961
 
276
  msgid "Phone"
277
  msgstr ""
278
 
279
- #: contact_form.php:492 contact_form.php:964
 
280
  msgid "Subject"
281
  msgstr "Tema"
282
 
283
- #: contact_form.php:493 contact_form.php:967
 
284
  msgid "Message"
285
  msgstr "Tekstas"
286
 
287
- #: contact_form.php:497
288
  msgid "Display additional info in email"
289
  msgstr ""
290
 
291
- #: contact_form.php:502 contact_form.php:925
 
292
  msgid "Sent from (ip address)"
293
  msgstr "Siųsta iš (ip adresas)"
294
 
295
- #: contact_form.php:503 contact_form.php:930
 
296
  msgid "Date/Time"
297
  msgstr "Data/laikas"
298
 
299
- #: contact_form.php:504 contact_form.php:935
300
- msgid "Coming from (referer)"
 
301
  msgstr "Ateita iš (nukreipiklis)"
302
 
303
- #: contact_form.php:505 contact_form.php:940
 
304
  msgid "Using (user agent)"
305
  msgstr "Naudoja (naršyklės įrašas)"
306
 
307
- #: contact_form.php:509
308
- msgid "Language settings for label fields"
309
  msgstr ""
310
 
311
- #: contact_form.php:518
312
  msgid "Add language"
313
  msgstr ""
314
 
315
- #: contact_form.php:522
316
  #, fuzzy
317
- msgid "Change label for fields of the contact form and error messages"
318
  msgstr "Pakeiskite antraštes kontaktų formos etiketėms"
319
 
320
- #: contact_form.php:527 contact_form.php:580
 
321
  msgid "English"
322
  msgstr ""
323
 
324
- #: contact_form.php:542 contact_form.php:562
325
- msgid "Error message for name field"
 
326
  msgstr ""
327
 
328
- #: contact_form.php:543 contact_form.php:563
329
- msgid "Error message for email field"
 
330
  msgstr ""
331
 
332
- #: contact_form.php:544 contact_form.php:564
333
- msgid "Error message for phone field"
 
334
  msgstr ""
335
 
336
- #: contact_form.php:545 contact_form.php:565
337
- msgid "Error message for subject field"
 
338
  msgstr ""
339
 
340
- #: contact_form.php:546 contact_form.php:566
341
- msgid "Error message for message field"
 
342
  msgstr ""
343
 
344
- #: contact_form.php:547 contact_form.php:567
345
- msgid "Error message for attachment field"
 
346
  msgstr ""
347
 
348
- #: contact_form.php:548 contact_form.php:568
349
- msgid "Error message for captcha"
 
350
  msgstr ""
351
 
352
- #: contact_form.php:549 contact_form.php:569
353
- msgid "Error message for all form"
 
354
  msgstr ""
355
 
356
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
357
- #: contact_form.php:595
 
 
358
  msgid "Use shortcode"
359
  msgstr ""
360
 
361
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
362
- #: contact_form.php:595
 
 
363
  msgid "for this language"
364
  msgstr ""
365
 
366
- #: contact_form.php:577
367
- msgid "Action after the send mail"
368
  msgstr ""
369
 
370
- #: contact_form.php:579
371
  #, fuzzy
372
  msgid "Display text"
373
  msgstr "Rodyti priedų įrašą"
374
 
375
- #: contact_form.php:588 contact_form.php:594
 
376
  msgid "Text"
377
  msgstr ""
378
 
379
- #: contact_form.php:601
380
- msgid "Redirect to page"
381
  msgstr ""
382
 
383
- #: contact_form.php:602
384
  msgid "Url"
385
  msgstr ""
386
 
387
- #: contact_form.php:607
388
  msgid "Save Changes"
389
  msgstr "Įrašyti pakeitimus"
390
 
391
- #: contact_form.php:646
392
- msgid "Sorry, your e-mail could not be delivered."
393
  msgstr "Deja, jūsų el. laiško nepavyko pristatyti."
394
 
395
- #: contact_form.php:716
396
- msgid "You can attach files of the following types"
397
  msgstr "Galite prikabinti šių tipų failus"
398
 
399
- #: contact_form.php:724
400
  msgid "Send me a copy"
401
  msgstr "Siųsti kopiją man"
402
 
403
- #: contact_form.php:948
404
  msgid "Contact from"
405
  msgstr "Kontaktų forma"
406
 
407
- #: contact_form.php:956
408
  msgid "Email"
409
  msgstr "El. paštas"
410
 
411
- #: contact_form.php:970
412
  msgid "Site"
413
  msgstr "Svetainė"
414
 
415
- #: contact_form.php:1021
416
- msgid "If you can see this MIME than your client doesn't accept MIME types!"
417
  msgstr "Jei galite matyti šį MIME tipą, jūsų klientas nepriima MIME tipų!"
418
 
419
- #: contact_form.php:1074
420
  msgid "FAQ"
421
  msgstr "DUK"
422
 
423
- #: contact_form.php:1075
424
  msgid "Support"
425
  msgstr "Palaikymas"
426
 
427
- #: contact_form.php:1121
428
- msgid "Are you sure you want to delete this language?"
429
  msgstr ""
430
 
431
  #~ msgid "E-Mail Addresse:"
432
  #~ msgstr "E-mail адрес:"
433
-
434
  #~ msgid "Install Now"
435
  #~ msgstr "Инсталирайте сега"
436
-
437
  #~ msgid "BWS Plugins"
438
  #~ msgstr "Разширение BWS"
 
3
  msgstr ""
4
  "Project-Id-Version: contact_form\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2013-02-07 16:03+0300\n"
7
+ "PO-Revision-Date: 2013-02-07 16:03+0300\n"
8
+ "Last-Translator: \n"
9
  "Language-Team: Lithuanian <kde-i18n-lt@kde.org>\n"
 
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "Language: lt\n"
14
  "X-Poedit-KeywordsList: __;_e\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "X-Poedit-SourceCharset: utf-8\n"
17
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 
18
  "X-Generator: Poedit 1.5.4\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: contact_form.php:78
22
  msgid "Activated plugins"
23
  msgstr "Aktyvuoti įskiepiai"
24
 
25
+ #: contact_form.php:80
26
+ #: contact_form.php:88
27
+ #: contact_form.php:96
28
  msgid "Read more"
29
  msgstr "Skaityti daugiau"
30
 
31
+ #: contact_form.php:80
32
+ #: contact_form.php:1066
33
+ #: contact_form.php:1075
34
  msgid "Settings"
35
  msgstr "Nustatymai"
36
 
37
+ #: contact_form.php:86
38
  msgid "Installed plugins"
39
  msgstr "Įdiegti įskiepiai"
40
 
41
+ #: contact_form.php:94
42
  msgid "Recommended plugins"
43
  msgstr "Rekomenduojami įskiepiai"
44
 
45
+ #: contact_form.php:96
46
  msgid "Download"
47
  msgstr "Atsisiųsti"
48
 
49
+ #: contact_form.php:96
50
  #, php-format
51
  msgid "Install %s"
52
  msgstr "Įdiegti %s"
53
 
54
+ #: contact_form.php:96
55
  msgid "Install now from wordpress.org"
56
  msgstr "Įdiegti dabar iš wordpress.org"
57
 
58
+ #: contact_form.php:98
59
+ msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
60
+ msgstr "Jei turite klausimų, prašome susisiekti su mumis per plugin@bestwebsoft.com arba užpildykite mūsų kontaktų formą mūsų svetainėje"
 
 
 
 
61
 
62
+ #: contact_form.php:110
63
+ #: contact_form.php:403
64
  msgid "Contact Form Options"
65
  msgstr "Kontaktų formos parinktys"
66
 
67
+ #: contact_form.php:110
68
  msgid "Contact Form"
69
  msgstr "Kontaktų forma"
70
 
71
+ #: contact_form.php:147
72
+ #: contact_form.php:537
73
+ #: contact_form.php:557
74
  msgid "Name:"
75
  msgstr "Vardas:"
76
 
77
+ #: contact_form.php:148
78
+ #: contact_form.php:538
79
+ #: contact_form.php:558
80
+ msgid "Email Address:"
81
  msgstr "El. pašto adresas:"
82
 
83
+ #: contact_form.php:149
84
+ #: contact_form.php:539
85
+ #: contact_form.php:559
86
+ msgid "Phone number:"
87
  msgstr ""
88
 
89
+ #: contact_form.php:150
90
+ #: contact_form.php:540
91
+ #: contact_form.php:560
92
  msgid "Subject:"
93
  msgstr "Tema:"
94
 
95
+ #: contact_form.php:151
96
+ #: contact_form.php:541
97
+ #: contact_form.php:561
98
  msgid "Message:"
99
  msgstr "Pranešimas:"
100
 
101
+ #: contact_form.php:152
102
+ #: contact_form.php:542
103
+ #: contact_form.php:562
104
  msgid "Attachment:"
105
  msgstr "Priedas:"
106
 
107
+ #: contact_form.php:153
108
+ #: contact_form.php:543
109
+ #: contact_form.php:563
110
  msgid "Submit"
111
  msgstr "Siųsti"
112
 
113
+ #: contact_form.php:154
114
  msgid "Your name is required."
115
  msgstr "Būtina įrašyti vardą."
116
 
117
+ #: contact_form.php:155
118
  msgid "A proper e-mail address is required."
119
  msgstr "Būtina įrašyti teisingą el. pašto adresą."
120
 
121
+ #: contact_form.php:156
122
+ msgid "Subject is required."
123
  msgstr "Būtina įrašyti temą."
124
 
125
+ #: contact_form.php:157
126
  msgid "Message text is required."
127
  msgstr "Būtina įrašyti laiško turinį."
128
 
129
+ #: contact_form.php:158
130
  #, fuzzy
131
+ msgid "Phone number is required."
132
  msgstr "Būtina įrašyti vardą."
133
 
134
+ #: contact_form.php:159
135
+ msgid "File format is not valid."
136
  msgstr "Pridedamas failas sugadintas."
137
 
138
+ #: contact_form.php:160
139
+ msgid "Please fill out the CAPTCHA."
140
  msgstr "Prašome užpildyti CAPTCHA."
141
 
142
+ #: contact_form.php:161
143
  msgid "Please make corrections below and try again."
144
  msgstr "Prašome pataisyti laišką ir bandyti iš naujo."
145
 
146
+ #: contact_form.php:163
147
  msgid "Thank you for contacting us."
148
  msgstr "Dėkojame, kad su mumis susisiekėte."
149
 
150
+ #: contact_form.php:358
151
+ msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
 
 
152
  msgstr ""
153
 
154
+ #: contact_form.php:367
155
+ msgid "Such user does not exist. Settings are not saved."
156
  msgstr "Toks vartotojas neegzistuoja. Nustatymai neišsaugoti."
157
 
158
+ #: contact_form.php:372
159
+ msgid "Please enter a valid email address. Settings are not saved."
160
  msgstr "Prašome įrašyti teisingą el. pašto adresą. Nustatymai neįrašyti."
161
 
162
+ #: contact_form.php:378
163
  #, fuzzy
164
+ msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
165
  msgstr "Prašome įrašyti teisingą el. pašto adresą. Nustatymai neįrašyti."
166
 
167
+ #: contact_form.php:383
168
  msgid "Options saved."
169
  msgstr "Parinktys išsaugotos."
170
 
171
+ #: contact_form.php:408
172
+ 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:"
173
+ msgstr "Jei norite pridėti kontaktų formą prie savo svetainės, tiesiog nukopijuokite šį trumpą kodą į savo puslapį ar elementą:"
 
 
 
 
174
 
175
+ #: contact_form.php:409
176
+ msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
177
+ msgstr "Jei informacijos žemiau esančiuose laukuose nėra, pranešimas bus išsiųstas adresu, kuris buvo nurodytas prisiregistravimo metu."
 
 
 
 
178
 
179
+ #: contact_form.php:413
180
+ msgid "The user's email address:"
181
  msgstr "Naudoti wordpress vartotojo el. pašto adresą:"
182
 
183
+ #: contact_form.php:417
184
+ msgid "Create a username"
185
  msgstr "Pasirinkite vartotojo vardą"
186
 
187
+ #: contact_form.php:422
188
+ msgid "Enter a username of the person who should get the messages from the contact form."
189
  msgstr "Nurodykite vardą vartotojo, kuris gaus pranešimus iš Kontaktų formos."
190
 
191
+ #: contact_form.php:426
192
+ msgid "Use this email address:"
193
  msgstr "Naudoti šį el. pašto adresą:"
194
 
195
+ #: contact_form.php:429
196
+ msgid "Enter the email address you want the messages forwarded to."
197
  msgstr "Nustatykite el. pašto adresą, kuris bus naudojamas pranešimams gauti."
198
 
199
+ #: contact_form.php:433
200
  msgid "Additional options"
201
  msgstr "Papildomos parinktys"
202
 
203
+ #: contact_form.php:436
204
  msgid "Display Attachment block"
205
  msgstr "Rodyti priedų įrašą"
206
 
207
+ #: contact_form.php:438
208
+ msgid "Users can attach the following file formats"
209
  msgstr "Vartotojai gali prikabinti šių tipų failus"
210
 
211
+ #: contact_form.php:442
212
+ msgid "Display Attachment tips"
213
  msgstr ""
214
 
215
+ #: contact_form.php:444
216
+ msgid "Display tips below the Attachment block"
217
  msgstr ""
218
 
219
+ #: contact_form.php:448
220
  msgid "Display Send me a copy block"
221
  msgstr "Rodyti „Siųsti kopiją man“ įrašą"
222
 
223
+ #: contact_form.php:454
224
+ msgid "What to use?"
225
  msgstr ""
226
 
227
+ #: contact_form.php:457
228
  msgid "Wp-mail"
229
  msgstr "Wp-mail"
230
 
231
+ #: contact_form.php:458
232
+ msgid "You can use the wp_mail function for mailing"
233
  msgstr ""
234
 
235
+ #: contact_form.php:464
236
  msgid "Mail"
237
  msgstr "Mail"
238
 
239
+ #: contact_form.php:465
240
  msgid "To send mail you can use the php mail function"
241
  msgstr ""
242
 
243
+ #: contact_form.php:469
244
  #, fuzzy
245
+ msgid "Change text of the 'FROM' field"
246
  msgstr "Pakeiskite IŠ srityse kontaktų formos"
247
 
 
 
 
 
248
  #: contact_form.php:475
249
+ msgid "Enter the email address in the 'From' field"
 
 
250
  msgstr ""
251
 
252
  #: contact_form.php:477
253
+ msgid "The email address of the user who fills the form is going to be used in the field 'From'."
254
+ msgstr ""
255
+
256
+ #: contact_form.php:479
257
+ msgid "This email address will be used in the 'From' field."
258
  msgstr ""
259
 
260
+ #: contact_form.php:483
261
  msgid "Display phone field"
262
  msgstr ""
263
 
264
+ #: contact_form.php:489
265
+ msgid "Required fields"
266
  msgstr ""
267
 
268
+ #: contact_form.php:491
269
+ #: contact_form.php:955
270
  msgid "Name"
271
  msgstr "Vardas"
272
 
273
+ #: contact_form.php:492
274
  #, fuzzy
275
  msgid "E-Mail Address"
276
  msgstr "El. pašto adresas:"
277
 
278
+ #: contact_form.php:493
279
+ #: contact_form.php:963
280
  msgid "Phone"
281
  msgstr ""
282
 
283
+ #: contact_form.php:494
284
+ #: contact_form.php:966
285
  msgid "Subject"
286
  msgstr "Tema"
287
 
288
+ #: contact_form.php:495
289
+ #: contact_form.php:969
290
  msgid "Message"
291
  msgstr "Tekstas"
292
 
293
+ #: contact_form.php:499
294
  msgid "Display additional info in email"
295
  msgstr ""
296
 
297
+ #: contact_form.php:504
298
+ #: contact_form.php:927
299
  msgid "Sent from (ip address)"
300
  msgstr "Siųsta iš (ip adresas)"
301
 
302
+ #: contact_form.php:505
303
+ #: contact_form.php:932
304
  msgid "Date/Time"
305
  msgstr "Data/laikas"
306
 
307
+ #: contact_form.php:506
308
+ #: contact_form.php:937
309
+ msgid "Sent from (referer)"
310
  msgstr "Ateita iš (nukreipiklis)"
311
 
312
+ #: contact_form.php:507
313
+ #: contact_form.php:942
314
  msgid "Using (user agent)"
315
  msgstr "Naudoja (naršyklės įrašas)"
316
 
317
+ #: contact_form.php:511
318
+ msgid "Language settings for the field names in the form"
319
  msgstr ""
320
 
321
+ #: contact_form.php:520
322
  msgid "Add language"
323
  msgstr ""
324
 
325
+ #: contact_form.php:524
326
  #, fuzzy
327
+ msgid "Change the names of the contact form fields and error messages"
328
  msgstr "Pakeiskite antraštes kontaktų formos etiketėms"
329
 
330
+ #: contact_form.php:529
331
+ #: contact_form.php:582
332
  msgid "English"
333
  msgstr ""
334
 
335
+ #: contact_form.php:544
336
+ #: contact_form.php:564
337
+ msgid "Error message for the Name field"
338
  msgstr ""
339
 
340
+ #: contact_form.php:545
341
+ #: contact_form.php:565
342
+ msgid "Error message for the Email field"
343
  msgstr ""
344
 
345
+ #: contact_form.php:546
346
+ #: contact_form.php:566
347
+ msgid "Error message for the Phone field"
348
  msgstr ""
349
 
350
+ #: contact_form.php:547
351
+ #: contact_form.php:567
352
+ msgid "Error message for the Subject field"
353
  msgstr ""
354
 
355
+ #: contact_form.php:548
356
+ #: contact_form.php:568
357
+ msgid "Error message for the Message field"
358
  msgstr ""
359
 
360
+ #: contact_form.php:549
361
+ #: contact_form.php:569
362
+ msgid "Error message for the Attachment field"
363
  msgstr ""
364
 
365
+ #: contact_form.php:550
366
+ #: contact_form.php:570
367
+ msgid "Error message for the Captcha field"
368
  msgstr ""
369
 
370
+ #: contact_form.php:551
371
+ #: contact_form.php:571
372
+ msgid "Error message for the whole form"
373
  msgstr ""
374
 
375
+ #: contact_form.php:552
376
+ #: contact_form.php:572
377
+ #: contact_form.php:591
378
+ #: contact_form.php:597
379
  msgid "Use shortcode"
380
  msgstr ""
381
 
382
+ #: contact_form.php:552
383
+ #: contact_form.php:572
384
+ #: contact_form.php:591
385
+ #: contact_form.php:597
386
  msgid "for this language"
387
  msgstr ""
388
 
389
+ #: contact_form.php:579
390
+ msgid "Action after email is sent"
391
  msgstr ""
392
 
393
+ #: contact_form.php:581
394
  #, fuzzy
395
  msgid "Display text"
396
  msgstr "Rodyti priedų įrašą"
397
 
398
+ #: contact_form.php:590
399
+ #: contact_form.php:596
400
  msgid "Text"
401
  msgstr ""
402
 
403
+ #: contact_form.php:603
404
+ msgid "Redirect to the page"
405
  msgstr ""
406
 
407
+ #: contact_form.php:604
408
  msgid "Url"
409
  msgstr ""
410
 
411
+ #: contact_form.php:609
412
  msgid "Save Changes"
413
  msgstr "Įrašyti pakeitimus"
414
 
415
+ #: contact_form.php:648
416
+ msgid "Sorry, email message could not be delivered."
417
  msgstr "Deja, jūsų el. laiško nepavyko pristatyti."
418
 
419
+ #: contact_form.php:718
420
+ msgid "You can attach the following file formats"
421
  msgstr "Galite prikabinti šių tipų failus"
422
 
423
+ #: contact_form.php:726
424
  msgid "Send me a copy"
425
  msgstr "Siųsti kopiją man"
426
 
427
+ #: contact_form.php:950
428
  msgid "Contact from"
429
  msgstr "Kontaktų forma"
430
 
431
+ #: contact_form.php:958
432
  msgid "Email"
433
  msgstr "El. paštas"
434
 
435
+ #: contact_form.php:972
436
  msgid "Site"
437
  msgstr "Svetainė"
438
 
439
+ #: contact_form.php:1023
440
+ msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
441
  msgstr "Jei galite matyti šį MIME tipą, jūsų klientas nepriima MIME tipų!"
442
 
443
+ #: contact_form.php:1076
444
  msgid "FAQ"
445
  msgstr "DUK"
446
 
447
+ #: contact_form.php:1077
448
  msgid "Support"
449
  msgstr "Palaikymas"
450
 
451
+ #: contact_form.php:1123
452
+ msgid "Are you sure that you want to delete this language data?"
453
  msgstr ""
454
 
455
  #~ msgid "E-Mail Addresse:"
456
  #~ msgstr "E-mail адрес:"
 
457
  #~ msgid "Install Now"
458
  #~ msgstr "Инсталирайте сега"
 
459
  #~ msgid "BWS Plugins"
460
  #~ msgstr "Разширение BWS"
461
+
languages/contact_form-nb_NO.mo CHANGED
Binary file
languages/contact_form-nb_NO.po CHANGED
@@ -2,437 +2,458 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-12-19 13:31+0200\n"
6
- "PO-Revision-Date: 2012-12-19 13:31+0200\n"
7
- "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
- "Language: de_DE\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:76
20
  msgid "Activated plugins"
21
  msgstr "Aktiverte innstikk"
22
 
23
- #: contact_form.php:78 contact_form.php:86 contact_form.php:94
 
 
24
  msgid "Read more"
25
  msgstr "Les mer"
26
 
27
- #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
 
 
28
  msgid "Settings"
29
  msgstr "Innstilllinger"
30
 
31
- #: contact_form.php:84
32
  msgid "Installed plugins"
33
  msgstr "Installerte instikk"
34
 
35
- #: contact_form.php:92
36
  msgid "Recommended plugins"
37
  msgstr "Anbefalte innstikk"
38
 
39
- #: contact_form.php:94
40
  msgid "Download"
41
  msgstr "Last ned"
42
 
43
- #: contact_form.php:94
44
  #, php-format
45
  msgid "Install %s"
46
  msgstr "Installér %s"
47
 
48
- #: contact_form.php:94
49
  msgid "Install now from wordpress.org"
50
  msgstr "Innstallér nå fra wordpress.org"
51
 
52
- #: contact_form.php:96
53
- msgid ""
54
- "If you have any questions, please contact us via plugin@bestwebsoft.com or "
55
- "fill in our contact form on our site"
56
- msgstr ""
57
- "Hvis du har spørsmål kan du kontakte oss på plugin@bestwebsoft.com eller "
58
- "bruke kontaktskjemaet på hjemmesiden vår"
59
 
60
- #: contact_form.php:108 contact_form.php:401
 
61
  msgid "Contact Form Options"
62
  msgstr "Innstillinger for kontaktskjema"
63
 
64
- #: contact_form.php:108
65
  msgid "Contact Form"
66
  msgstr "Kontaktskjema"
67
 
68
- #: contact_form.php:145 contact_form.php:535 contact_form.php:555
 
 
69
  msgid "Name:"
70
  msgstr "Navn:"
71
 
72
- #: contact_form.php:146 contact_form.php:536 contact_form.php:556
73
- msgid "E-Mail Address:"
 
 
74
  msgstr "Epostadresse:"
75
 
76
- #: contact_form.php:147 contact_form.php:537 contact_form.php:557
77
- msgid "Phone:"
 
 
78
  msgstr ""
79
 
80
- #: contact_form.php:148 contact_form.php:538 contact_form.php:558
 
 
81
  msgid "Subject:"
82
  msgstr "Tema:"
83
 
84
- #: contact_form.php:149 contact_form.php:539 contact_form.php:559
 
 
85
  msgid "Message:"
86
  msgstr "Melding:"
87
 
88
- #: contact_form.php:150 contact_form.php:540 contact_form.php:560
 
 
89
  msgid "Attachment:"
90
  msgstr "Vedlegg:"
91
 
92
- #: contact_form.php:151 contact_form.php:541 contact_form.php:561
 
 
93
  msgid "Submit"
94
  msgstr "Send"
95
 
96
- #: contact_form.php:152
97
  msgid "Your name is required."
98
  msgstr "Navnet ditt er påkrevet."
99
 
100
- #: contact_form.php:153
101
  msgid "A proper e-mail address is required."
102
  msgstr "En korrekt epostadresse er påkrevet."
103
 
104
- #: contact_form.php:154
105
- msgid "Subject text is required."
106
  msgstr "Tekst i temafeltet er påkrevet."
107
 
108
- #: contact_form.php:155
109
  msgid "Message text is required."
110
  msgstr "Tekst i meldingsfeltet er påkrevet"
111
 
112
- #: contact_form.php:156
113
  #, fuzzy
114
- msgid "Phone is required field."
115
  msgstr "Navnet ditt er påkrevet."
116
 
117
- #: contact_form.php:157
118
- msgid "Attachment is broken."
119
  msgstr "Vedlegget fungerer ikke."
120
 
121
- #: contact_form.php:158
122
- msgid "Please complete the CAPTCHA."
123
  msgstr "Vennligst fyll ut CAPTCHA"
124
 
125
- #: contact_form.php:159
126
  msgid "Please make corrections below and try again."
127
  msgstr "Vennligst gjør endringer nedenfor og forsøk igjen."
128
 
129
- #: contact_form.php:161
130
  msgid "Thank you for contacting us."
131
  msgstr "Takk for at du tok kontakt med oss"
132
 
133
- #: contact_form.php:356
134
- msgid ""
135
- "If the option 'Redirect to page' is selected then url field should be "
136
- "fillied in the following format"
137
  msgstr ""
138
 
139
- #: contact_form.php:365
140
- msgid "Such user is not exist. Settings are not saved."
141
  msgstr "Denne brukeren finnes ikke. Innstillingene er ikke lagret."
142
 
143
- #: contact_form.php:370
144
- msgid "Please input correct email. Settings are not saved."
145
- msgstr ""
146
- "Vennligst benytt en korrekt epostadresse. Innstillingene er ikke lagret."
147
 
148
- #: contact_form.php:376
149
  #, fuzzy
150
- msgid "Please input correct 'FROM' email. Settings are not saved."
151
- msgstr ""
152
- "Vennligst benytt en korrekt epostadresse. Innstillingene er ikke lagret."
153
 
154
- #: contact_form.php:381
155
  msgid "Options saved."
156
  msgstr "Innstillinger lagret."
157
 
158
- #: contact_form.php:406
159
- msgid ""
160
- "If you would like to add a Contact Form to your website, just copy and put "
161
- "this shortcode onto your post or page or widget:"
162
- msgstr ""
163
- "Dersom du ønsket å legge til et kontaktskjema på wedsiden din, kopier og put "
164
- "denne koden i kommentaren din eller på siden din: "
165
 
166
- #: contact_form.php:407
167
- msgid ""
168
- "If information in the below fields are empty then the message will be send "
169
- "to an address which was specified during registration."
170
- msgstr ""
171
- "Dersom feltene under er tomme, vil meldingen bli sendt til en adresse som "
172
- "var spesifisert ved registrering."
173
 
174
- #: contact_form.php:411
175
- msgid "Use email of wordpress user:"
176
  msgstr "Benytt eposten til wordpressbruker:"
177
 
178
- #: contact_form.php:415
179
- msgid "Select user name"
180
  msgstr "Velg brukernavn"
181
 
182
- #: contact_form.php:420
183
- msgid "Set a name of user who will get messages from a contact form."
184
  msgstr "Sett et brukernavn for mottaker av meldinger fra kontaktskjemaet"
185
 
186
- #: contact_form.php:424
187
- msgid "Use this email:"
188
  msgstr "Benytt denne epostadressen:"
189
 
190
- #: contact_form.php:427
191
- msgid "Set an email address which will be used for messages receiving."
192
  msgstr "Sett en epostadresse som skal benyttes for å motta meldinger."
193
 
194
- #: contact_form.php:431
195
  msgid "Additional options"
196
  msgstr "Flere valg"
197
 
198
- #: contact_form.php:434
199
  msgid "Display Attachment block"
200
  msgstr "Vis vedlegg"
201
 
202
- #: contact_form.php:436
203
- msgid "Users can attach files of the following types"
204
  msgstr "Brukere kan legge ved filer av følgende typer"
205
 
206
- #: contact_form.php:440
207
- msgid "Display Attachment explanations"
208
  msgstr ""
209
 
210
- #: contact_form.php:442
211
- msgid "Display explanations after Attachment block"
212
  msgstr ""
213
 
214
- #: contact_form.php:446
215
  msgid "Display Send me a copy block"
216
  msgstr "Vis send meg en kopi"
217
 
218
- #: contact_form.php:452
219
- msgid "What use?"
220
  msgstr ""
221
 
222
- #: contact_form.php:455
223
  msgid "Wp-mail"
224
  msgstr "Wp-mail"
225
 
226
- #: contact_form.php:456
227
- msgid "To send mail you can use the wordpress wp_mail function"
228
  msgstr ""
229
 
230
- #: contact_form.php:462
231
  msgid "Mail"
232
  msgstr "Mail"
233
 
234
- #: contact_form.php:463
235
  msgid "To send mail you can use the php mail function"
236
  msgstr ""
237
 
238
- #: contact_form.php:467
239
  #, fuzzy
240
- msgid "Change text for 'FROM' field of the email"
241
  msgstr "Endring fra feltene i kontaktskjemaet"
242
 
243
- #: contact_form.php:473
244
- msgid "Select email for 'FROM' field of the email"
245
- msgstr ""
246
-
247
  #: contact_form.php:475
248
- msgid ""
249
- "In the field 'From' in the mail it will use email of that user who fills the "
250
- "form."
251
  msgstr ""
252
 
253
  #: contact_form.php:477
254
- msgid "In the field 'From' it will use this email."
255
  msgstr ""
256
 
257
- #: contact_form.php:481
 
 
 
 
258
  msgid "Display phone field"
259
  msgstr ""
260
 
261
- #: contact_form.php:487
262
- msgid "Required field"
263
  msgstr ""
264
 
265
- #: contact_form.php:489 contact_form.php:953
 
266
  msgid "Name"
267
  msgstr "Navn"
268
 
269
- #: contact_form.php:490
270
  #, fuzzy
271
  msgid "E-Mail Address"
272
  msgstr "Epostadresse:"
273
 
274
- #: contact_form.php:491 contact_form.php:961
 
275
  msgid "Phone"
276
  msgstr ""
277
 
278
- #: contact_form.php:492 contact_form.php:964
 
279
  msgid "Subject"
280
  msgstr "Tema"
281
 
282
- #: contact_form.php:493 contact_form.php:967
 
283
  msgid "Message"
284
  msgstr "Melding"
285
 
286
- #: contact_form.php:497
287
  msgid "Display additional info in email"
288
  msgstr ""
289
 
290
- #: contact_form.php:502 contact_form.php:925
 
291
  msgid "Sent from (ip address)"
292
  msgstr "Sendt fra (IP-adresse)"
293
 
294
- #: contact_form.php:503 contact_form.php:930
 
295
  msgid "Date/Time"
296
  msgstr "Dato/tid"
297
 
298
- #: contact_form.php:504 contact_form.php:935
299
- msgid "Coming from (referer)"
 
300
  msgstr "Sendt fra (referent)"
301
 
302
- #: contact_form.php:505 contact_form.php:940
 
303
  msgid "Using (user agent)"
304
  msgstr "med (user agent)"
305
 
306
- #: contact_form.php:509
307
- msgid "Language settings for label fields"
308
  msgstr ""
309
 
310
- #: contact_form.php:518
311
  msgid "Add language"
312
  msgstr ""
313
 
314
- #: contact_form.php:522
315
  #, fuzzy
316
- msgid "Change label for fields of the contact form and error messages"
317
  msgstr "Forandre etikett for felter i kontaktskjemaet"
318
 
319
- #: contact_form.php:527 contact_form.php:580
 
320
  msgid "English"
321
  msgstr ""
322
 
323
- #: contact_form.php:542 contact_form.php:562
324
- msgid "Error message for name field"
 
325
  msgstr ""
326
 
327
- #: contact_form.php:543 contact_form.php:563
328
- msgid "Error message for email field"
 
329
  msgstr ""
330
 
331
- #: contact_form.php:544 contact_form.php:564
332
- msgid "Error message for phone field"
 
333
  msgstr ""
334
 
335
- #: contact_form.php:545 contact_form.php:565
336
- msgid "Error message for subject field"
 
337
  msgstr ""
338
 
339
- #: contact_form.php:546 contact_form.php:566
340
- msgid "Error message for message field"
 
341
  msgstr ""
342
 
343
- #: contact_form.php:547 contact_form.php:567
344
- msgid "Error message for attachment field"
 
345
  msgstr ""
346
 
347
- #: contact_form.php:548 contact_form.php:568
348
- msgid "Error message for captcha"
 
349
  msgstr ""
350
 
351
- #: contact_form.php:549 contact_form.php:569
352
- msgid "Error message for all form"
 
353
  msgstr ""
354
 
355
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
356
- #: contact_form.php:595
 
 
357
  msgid "Use shortcode"
358
  msgstr ""
359
 
360
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
361
- #: contact_form.php:595
 
 
362
  msgid "for this language"
363
  msgstr ""
364
 
365
- #: contact_form.php:577
366
- msgid "Action after the send mail"
367
  msgstr ""
368
 
369
- #: contact_form.php:579
370
  #, fuzzy
371
  msgid "Display text"
372
  msgstr "Vis vedlegg"
373
 
374
- #: contact_form.php:588 contact_form.php:594
 
375
  msgid "Text"
376
  msgstr ""
377
 
378
- #: contact_form.php:601
379
- msgid "Redirect to page"
380
  msgstr ""
381
 
382
- #: contact_form.php:602
383
  msgid "Url"
384
  msgstr ""
385
 
386
- #: contact_form.php:607
387
  msgid "Save Changes"
388
  msgstr "Lagre endringer"
389
 
390
- #: contact_form.php:646
391
- msgid "Sorry, your e-mail could not be delivered."
392
  msgstr "Beklager, eposten din kunne ikke leveres."
393
 
394
- #: contact_form.php:716
395
- msgid "You can attach files of the following types"
396
  msgstr "Du kan legge til filer av følgende typer"
397
 
398
- #: contact_form.php:724
399
  msgid "Send me a copy"
400
  msgstr "Send meg en kopi"
401
 
402
- #: contact_form.php:948
403
  msgid "Contact from"
404
  msgstr "Kontakt fra"
405
 
406
- #: contact_form.php:956
407
  msgid "Email"
408
  msgstr "Epost"
409
 
410
- #: contact_form.php:970
411
  msgid "Site"
412
  msgstr "Site"
413
 
414
- #: contact_form.php:1021
415
- msgid "If you can see this MIME than your client doesn't accept MIME types!"
416
- msgstr ""
417
- "Dersom du kan se denne MIME, så aksepterer ikke klienten din MIME-typer!"
418
 
419
- #: contact_form.php:1074
420
  msgid "FAQ"
421
  msgstr "Vanlige spørsmål"
422
 
423
- #: contact_form.php:1075
424
  msgid "Support"
425
  msgstr "Support"
426
 
427
- #: contact_form.php:1121
428
- msgid "Are you sure you want to delete this language?"
429
  msgstr ""
430
 
431
  #~ msgid "E-Mail Addresse:"
432
  #~ msgstr "Indirizzo e-mail:"
433
-
434
  #~ msgid "Install Now"
435
  #~ msgstr "Installa Ora"
436
-
437
  #~ msgid "BWS Plugins"
438
  #~ msgstr "BWS Plugins"
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-02-07 16:03+0300\n"
6
+ "PO-Revision-Date: 2013-02-07 16:03+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:78
20
  msgid "Activated plugins"
21
  msgstr "Aktiverte innstikk"
22
 
23
+ #: contact_form.php:80
24
+ #: contact_form.php:88
25
+ #: contact_form.php:96
26
  msgid "Read more"
27
  msgstr "Les mer"
28
 
29
+ #: contact_form.php:80
30
+ #: contact_form.php:1066
31
+ #: contact_form.php:1075
32
  msgid "Settings"
33
  msgstr "Innstilllinger"
34
 
35
+ #: contact_form.php:86
36
  msgid "Installed plugins"
37
  msgstr "Installerte instikk"
38
 
39
+ #: contact_form.php:94
40
  msgid "Recommended plugins"
41
  msgstr "Anbefalte innstikk"
42
 
43
+ #: contact_form.php:96
44
  msgid "Download"
45
  msgstr "Last ned"
46
 
47
+ #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "Installér %s"
51
 
52
+ #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "Innstallér nå fra wordpress.org"
55
 
56
+ #: contact_form.php:98
57
+ msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
58
+ msgstr "Hvis du har spørsmål kan du kontakte oss plugin@bestwebsoft.com eller bruke kontaktskjemaet på hjemmesiden vår"
 
 
 
 
59
 
60
+ #: contact_form.php:110
61
+ #: contact_form.php:403
62
  msgid "Contact Form Options"
63
  msgstr "Innstillinger for kontaktskjema"
64
 
65
+ #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "Kontaktskjema"
68
 
69
+ #: contact_form.php:147
70
+ #: contact_form.php:537
71
+ #: contact_form.php:557
72
  msgid "Name:"
73
  msgstr "Navn:"
74
 
75
+ #: contact_form.php:148
76
+ #: contact_form.php:538
77
+ #: contact_form.php:558
78
+ msgid "Email Address:"
79
  msgstr "Epostadresse:"
80
 
81
+ #: contact_form.php:149
82
+ #: contact_form.php:539
83
+ #: contact_form.php:559
84
+ msgid "Phone number:"
85
  msgstr ""
86
 
87
+ #: contact_form.php:150
88
+ #: contact_form.php:540
89
+ #: contact_form.php:560
90
  msgid "Subject:"
91
  msgstr "Tema:"
92
 
93
+ #: contact_form.php:151
94
+ #: contact_form.php:541
95
+ #: contact_form.php:561
96
  msgid "Message:"
97
  msgstr "Melding:"
98
 
99
+ #: contact_form.php:152
100
+ #: contact_form.php:542
101
+ #: contact_form.php:562
102
  msgid "Attachment:"
103
  msgstr "Vedlegg:"
104
 
105
+ #: contact_form.php:153
106
+ #: contact_form.php:543
107
+ #: contact_form.php:563
108
  msgid "Submit"
109
  msgstr "Send"
110
 
111
+ #: contact_form.php:154
112
  msgid "Your name is required."
113
  msgstr "Navnet ditt er påkrevet."
114
 
115
+ #: contact_form.php:155
116
  msgid "A proper e-mail address is required."
117
  msgstr "En korrekt epostadresse er påkrevet."
118
 
119
+ #: contact_form.php:156
120
+ msgid "Subject is required."
121
  msgstr "Tekst i temafeltet er påkrevet."
122
 
123
+ #: contact_form.php:157
124
  msgid "Message text is required."
125
  msgstr "Tekst i meldingsfeltet er påkrevet"
126
 
127
+ #: contact_form.php:158
128
  #, fuzzy
129
+ msgid "Phone number is required."
130
  msgstr "Navnet ditt er påkrevet."
131
 
132
+ #: contact_form.php:159
133
+ msgid "File format is not valid."
134
  msgstr "Vedlegget fungerer ikke."
135
 
136
+ #: contact_form.php:160
137
+ msgid "Please fill out the CAPTCHA."
138
  msgstr "Vennligst fyll ut CAPTCHA"
139
 
140
+ #: contact_form.php:161
141
  msgid "Please make corrections below and try again."
142
  msgstr "Vennligst gjør endringer nedenfor og forsøk igjen."
143
 
144
+ #: contact_form.php:163
145
  msgid "Thank you for contacting us."
146
  msgstr "Takk for at du tok kontakt med oss"
147
 
148
+ #: contact_form.php:358
149
+ msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
 
 
150
  msgstr ""
151
 
152
+ #: contact_form.php:367
153
+ msgid "Such user does not exist. Settings are not saved."
154
  msgstr "Denne brukeren finnes ikke. Innstillingene er ikke lagret."
155
 
156
+ #: contact_form.php:372
157
+ msgid "Please enter a valid email address. Settings are not saved."
158
+ msgstr "Vennligst benytt en korrekt epostadresse. Innstillingene er ikke lagret."
 
159
 
160
+ #: contact_form.php:378
161
  #, fuzzy
162
+ msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
163
+ msgstr "Vennligst benytt en korrekt epostadresse. Innstillingene er ikke lagret."
 
164
 
165
+ #: contact_form.php:383
166
  msgid "Options saved."
167
  msgstr "Innstillinger lagret."
168
 
169
+ #: contact_form.php:408
170
+ 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:"
171
+ msgstr "Dersom du ønsket å legge til et kontaktskjema wedsiden din, kopier og put denne koden i kommentaren din eller på siden din: "
 
 
 
 
172
 
173
+ #: contact_form.php:409
174
+ msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
175
+ msgstr "Dersom feltene under er tomme, vil meldingen bli sendt til en adresse som var spesifisert ved registrering."
 
 
 
 
176
 
177
+ #: contact_form.php:413
178
+ msgid "The user's email address:"
179
  msgstr "Benytt eposten til wordpressbruker:"
180
 
181
+ #: contact_form.php:417
182
+ msgid "Create a username"
183
  msgstr "Velg brukernavn"
184
 
185
+ #: contact_form.php:422
186
+ msgid "Enter a username of the person who should get the messages from the contact form."
187
  msgstr "Sett et brukernavn for mottaker av meldinger fra kontaktskjemaet"
188
 
189
+ #: contact_form.php:426
190
+ msgid "Use this email address:"
191
  msgstr "Benytt denne epostadressen:"
192
 
193
+ #: contact_form.php:429
194
+ msgid "Enter the email address you want the messages forwarded to."
195
  msgstr "Sett en epostadresse som skal benyttes for å motta meldinger."
196
 
197
+ #: contact_form.php:433
198
  msgid "Additional options"
199
  msgstr "Flere valg"
200
 
201
+ #: contact_form.php:436
202
  msgid "Display Attachment block"
203
  msgstr "Vis vedlegg"
204
 
205
+ #: contact_form.php:438
206
+ msgid "Users can attach the following file formats"
207
  msgstr "Brukere kan legge ved filer av følgende typer"
208
 
209
+ #: contact_form.php:442
210
+ msgid "Display Attachment tips"
211
  msgstr ""
212
 
213
+ #: contact_form.php:444
214
+ msgid "Display tips below the Attachment block"
215
  msgstr ""
216
 
217
+ #: contact_form.php:448
218
  msgid "Display Send me a copy block"
219
  msgstr "Vis send meg en kopi"
220
 
221
+ #: contact_form.php:454
222
+ msgid "What to use?"
223
  msgstr ""
224
 
225
+ #: contact_form.php:457
226
  msgid "Wp-mail"
227
  msgstr "Wp-mail"
228
 
229
+ #: contact_form.php:458
230
+ msgid "You can use the wp_mail function for mailing"
231
  msgstr ""
232
 
233
+ #: contact_form.php:464
234
  msgid "Mail"
235
  msgstr "Mail"
236
 
237
+ #: contact_form.php:465
238
  msgid "To send mail you can use the php mail function"
239
  msgstr ""
240
 
241
+ #: contact_form.php:469
242
  #, fuzzy
243
+ msgid "Change text of the 'FROM' field"
244
  msgstr "Endring fra feltene i kontaktskjemaet"
245
 
 
 
 
 
246
  #: contact_form.php:475
247
+ msgid "Enter the email address in the 'From' field"
 
 
248
  msgstr ""
249
 
250
  #: contact_form.php:477
251
+ msgid "The email address of the user who fills the form is going to be used in the field 'From'."
252
  msgstr ""
253
 
254
+ #: contact_form.php:479
255
+ msgid "This email address will be used in the 'From' field."
256
+ msgstr ""
257
+
258
+ #: contact_form.php:483
259
  msgid "Display phone field"
260
  msgstr ""
261
 
262
+ #: contact_form.php:489
263
+ msgid "Required fields"
264
  msgstr ""
265
 
266
+ #: contact_form.php:491
267
+ #: contact_form.php:955
268
  msgid "Name"
269
  msgstr "Navn"
270
 
271
+ #: contact_form.php:492
272
  #, fuzzy
273
  msgid "E-Mail Address"
274
  msgstr "Epostadresse:"
275
 
276
+ #: contact_form.php:493
277
+ #: contact_form.php:963
278
  msgid "Phone"
279
  msgstr ""
280
 
281
+ #: contact_form.php:494
282
+ #: contact_form.php:966
283
  msgid "Subject"
284
  msgstr "Tema"
285
 
286
+ #: contact_form.php:495
287
+ #: contact_form.php:969
288
  msgid "Message"
289
  msgstr "Melding"
290
 
291
+ #: contact_form.php:499
292
  msgid "Display additional info in email"
293
  msgstr ""
294
 
295
+ #: contact_form.php:504
296
+ #: contact_form.php:927
297
  msgid "Sent from (ip address)"
298
  msgstr "Sendt fra (IP-adresse)"
299
 
300
+ #: contact_form.php:505
301
+ #: contact_form.php:932
302
  msgid "Date/Time"
303
  msgstr "Dato/tid"
304
 
305
+ #: contact_form.php:506
306
+ #: contact_form.php:937
307
+ msgid "Sent from (referer)"
308
  msgstr "Sendt fra (referent)"
309
 
310
+ #: contact_form.php:507
311
+ #: contact_form.php:942
312
  msgid "Using (user agent)"
313
  msgstr "med (user agent)"
314
 
315
+ #: contact_form.php:511
316
+ msgid "Language settings for the field names in the form"
317
  msgstr ""
318
 
319
+ #: contact_form.php:520
320
  msgid "Add language"
321
  msgstr ""
322
 
323
+ #: contact_form.php:524
324
  #, fuzzy
325
+ msgid "Change the names of the contact form fields and error messages"
326
  msgstr "Forandre etikett for felter i kontaktskjemaet"
327
 
328
+ #: contact_form.php:529
329
+ #: contact_form.php:582
330
  msgid "English"
331
  msgstr ""
332
 
333
+ #: contact_form.php:544
334
+ #: contact_form.php:564
335
+ msgid "Error message for the Name field"
336
  msgstr ""
337
 
338
+ #: contact_form.php:545
339
+ #: contact_form.php:565
340
+ msgid "Error message for the Email field"
341
  msgstr ""
342
 
343
+ #: contact_form.php:546
344
+ #: contact_form.php:566
345
+ msgid "Error message for the Phone field"
346
  msgstr ""
347
 
348
+ #: contact_form.php:547
349
+ #: contact_form.php:567
350
+ msgid "Error message for the Subject field"
351
  msgstr ""
352
 
353
+ #: contact_form.php:548
354
+ #: contact_form.php:568
355
+ msgid "Error message for the Message field"
356
  msgstr ""
357
 
358
+ #: contact_form.php:549
359
+ #: contact_form.php:569
360
+ msgid "Error message for the Attachment field"
361
  msgstr ""
362
 
363
+ #: contact_form.php:550
364
+ #: contact_form.php:570
365
+ msgid "Error message for the Captcha field"
366
  msgstr ""
367
 
368
+ #: contact_form.php:551
369
+ #: contact_form.php:571
370
+ msgid "Error message for the whole form"
371
  msgstr ""
372
 
373
+ #: contact_form.php:552
374
+ #: contact_form.php:572
375
+ #: contact_form.php:591
376
+ #: contact_form.php:597
377
  msgid "Use shortcode"
378
  msgstr ""
379
 
380
+ #: contact_form.php:552
381
+ #: contact_form.php:572
382
+ #: contact_form.php:591
383
+ #: contact_form.php:597
384
  msgid "for this language"
385
  msgstr ""
386
 
387
+ #: contact_form.php:579
388
+ msgid "Action after email is sent"
389
  msgstr ""
390
 
391
+ #: contact_form.php:581
392
  #, fuzzy
393
  msgid "Display text"
394
  msgstr "Vis vedlegg"
395
 
396
+ #: contact_form.php:590
397
+ #: contact_form.php:596
398
  msgid "Text"
399
  msgstr ""
400
 
401
+ #: contact_form.php:603
402
+ msgid "Redirect to the page"
403
  msgstr ""
404
 
405
+ #: contact_form.php:604
406
  msgid "Url"
407
  msgstr ""
408
 
409
+ #: contact_form.php:609
410
  msgid "Save Changes"
411
  msgstr "Lagre endringer"
412
 
413
+ #: contact_form.php:648
414
+ msgid "Sorry, email message could not be delivered."
415
  msgstr "Beklager, eposten din kunne ikke leveres."
416
 
417
+ #: contact_form.php:718
418
+ msgid "You can attach the following file formats"
419
  msgstr "Du kan legge til filer av følgende typer"
420
 
421
+ #: contact_form.php:726
422
  msgid "Send me a copy"
423
  msgstr "Send meg en kopi"
424
 
425
+ #: contact_form.php:950
426
  msgid "Contact from"
427
  msgstr "Kontakt fra"
428
 
429
+ #: contact_form.php:958
430
  msgid "Email"
431
  msgstr "Epost"
432
 
433
+ #: contact_form.php:972
434
  msgid "Site"
435
  msgstr "Site"
436
 
437
+ #: contact_form.php:1023
438
+ msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
439
+ msgstr "Dersom du kan se denne MIME, så aksepterer ikke klienten din MIME-typer!"
 
440
 
441
+ #: contact_form.php:1076
442
  msgid "FAQ"
443
  msgstr "Vanlige spørsmål"
444
 
445
+ #: contact_form.php:1077
446
  msgid "Support"
447
  msgstr "Support"
448
 
449
+ #: contact_form.php:1123
450
+ msgid "Are you sure that you want to delete this language data?"
451
  msgstr ""
452
 
453
  #~ msgid "E-Mail Addresse:"
454
  #~ msgstr "Indirizzo e-mail:"
 
455
  #~ msgid "Install Now"
456
  #~ msgstr "Installa Ora"
 
457
  #~ msgid "BWS Plugins"
458
  #~ msgstr "BWS Plugins"
459
+
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-02-04 10:53+0300\n"
6
- "PO-Revision-Date: 2013-02-04 11:03+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"
@@ -75,14 +75,14 @@ msgstr "Naam:"
75
  #: contact_form.php:148
76
  #: contact_form.php:538
77
  #: contact_form.php:558
78
- msgid "E-Mail Address:"
79
  msgstr "Email adres:"
80
 
81
  #: contact_form.php:149
82
  #: contact_form.php:539
83
  #: contact_form.php:559
84
- msgid "Phone:"
85
- msgstr "Telefoonnummer"
86
 
87
  #: contact_form.php:150
88
  #: contact_form.php:540
@@ -117,7 +117,7 @@ msgid "A proper e-mail address is required."
117
  msgstr "Een correct email adres is vereist."
118
 
119
  #: contact_form.php:156
120
- msgid "Subject text is required."
121
  msgstr "Onderwerp tekst is verplicht."
122
 
123
  #: contact_form.php:157
@@ -125,15 +125,15 @@ msgid "Message text is required."
125
  msgstr "Bericht tekst is verplicht."
126
 
127
  #: contact_form.php:158
128
- msgid "Phone is required field."
129
  msgstr "Telefoonnummer verplicht"
130
 
131
  #: contact_form.php:159
132
- msgid "Attachment is broken."
133
  msgstr "Bijlage is beschadigd."
134
 
135
  #: contact_form.php:160
136
- msgid "Please complete the CAPTCHA."
137
  msgstr "Vul de CAPTCHA in."
138
 
139
  #: contact_form.php:161
@@ -145,19 +145,19 @@ msgid "Thank you for contacting us."
145
  msgstr "Bedankt voor uw bericht."
146
 
147
  #: contact_form.php:358
148
- msgid "If the option 'Redirect to page' is selected then url field should be fillied in the following format"
149
  msgstr "Als de optie 'Doorsturen naar pagina' is geselecteerd, dient u het url veld in te vullen in de volgende format"
150
 
151
  #: contact_form.php:367
152
- msgid "Such user is not exist. Settings are not saved."
153
  msgstr "Deze gebruiker bestaat niet. Instellingen zijn niet opgeslagen."
154
 
155
  #: contact_form.php:372
156
- msgid "Please input correct email. Settings are not saved."
157
  msgstr "Geef een geldig email adres op. Instellingen zijn niet opgeslagen."
158
 
159
  #: contact_form.php:378
160
- msgid "Please input correct 'FROM' email. Settings are not saved."
161
  msgstr "Geef een geldig email adres op. Instellingen zijn niet opgeslagen."
162
 
163
  #: contact_form.php:383
@@ -165,31 +165,31 @@ msgid "Options saved."
165
  msgstr "Instellingen opgeslagen."
166
 
167
  #: contact_form.php:408
168
- msgid "If you would like to add a Contact Form to your website, just copy and put this shortcode onto your post or page or widget:"
169
  msgstr "Als je een Contact Form aan je website wil toevoegen, kopieer dan deze code in je bericht, op je pagina of widget:"
170
 
171
  #: contact_form.php:409
172
- msgid "If information in the below fields are empty then the message will be send to an address which was specified during registration."
173
  msgstr "Als onderstaande velden leeg blijven, zal het bericht gestuurd worden aan het adres dat is gespecificeerd tijdens de registratie."
174
 
175
  #: contact_form.php:413
176
- msgid "Use email of wordpress user:"
177
  msgstr "Gebruik het email adres van de Wordpress gebruiker:"
178
 
179
  #: contact_form.php:417
180
- msgid "Select user name"
181
  msgstr "Kies gebruikersnaam"
182
 
183
  #: contact_form.php:422
184
- msgid "Set a name of user who will get messages from a contact form."
185
  msgstr "Voer de naam in van de gebruiker die berichten van dit contact formulier moet ontvangen."
186
 
187
  #: contact_form.php:426
188
- msgid "Use this email:"
189
  msgstr "Gebruik dit email adres:"
190
 
191
  #: contact_form.php:429
192
- msgid "Set an email address which will be used for messages receiving."
193
  msgstr "Geef een email adres op waar de berichten naar verstuurd moeten worden."
194
 
195
  #: contact_form.php:433
@@ -201,15 +201,15 @@ msgid "Display Attachment block"
201
  msgstr "Toon de bijlage knop"
202
 
203
  #: contact_form.php:438
204
- msgid "Users can attach files of the following types"
205
  msgstr "Gebruikers kunnen de volgende bestandtypen toevoegen"
206
 
207
  #: contact_form.php:442
208
- msgid "Display Attachment explanations"
209
  msgstr "Toon Bijlage uitleg"
210
 
211
  #: contact_form.php:444
212
- msgid "Display explanations after Attachment block"
213
  msgstr "Toon uitleg na Bijlage knop"
214
 
215
  #: contact_form.php:448
@@ -217,7 +217,7 @@ msgid "Display Send me a copy block"
217
  msgstr "Geef 'Kopie aan mij sturen' weer"
218
 
219
  #: contact_form.php:454
220
- msgid "What use?"
221
  msgstr "Voor welk gebruik?"
222
 
223
  #: contact_form.php:457
@@ -225,7 +225,7 @@ msgid "Wp-mail"
225
  msgstr "Wp-mail"
226
 
227
  #: contact_form.php:458
228
- msgid "To send mail you can use the wordpress wp_mail function"
229
  msgstr "Om emails te verzenden kunt u the wordpress wp-mail functie gebruiken"
230
 
231
  #: contact_form.php:464
@@ -237,19 +237,19 @@ msgid "To send mail you can use the php mail function"
237
  msgstr "Om emails te verzenden kunt e de php mail functie gebruiken"
238
 
239
  #: contact_form.php:469
240
- msgid "Change text for 'FROM' field of the email"
241
  msgstr "Verander de tekst voor 'VAN' veld van het email adres"
242
 
243
  #: contact_form.php:475
244
- msgid "Select email for 'FROM' field of the email"
245
  msgstr "Kies het email adres voor 'Van' veld voor het versturen van de mail"
246
 
247
  #: contact_form.php:477
248
- msgid "In the field 'From' in the mail it will use email of that user who fills the form."
249
  msgstr "In het veld 'Van' in de email zal het email adres van degene die het formulier invult gebruikt worden."
250
 
251
  #: contact_form.php:479
252
- msgid "In the field 'From' it will use this email."
253
  msgstr "In het veld 'Van' dit email adres zal worden gebruikt."
254
 
255
  #: contact_form.php:483
@@ -257,7 +257,7 @@ msgid "Display phone field"
257
  msgstr "Toon telefoonnummer veld"
258
 
259
  #: contact_form.php:489
260
- msgid "Required field"
261
  msgstr "Verplicht veld"
262
 
263
  #: contact_form.php:491
@@ -300,7 +300,7 @@ msgstr "Datum/Tijd"
300
 
301
  #: contact_form.php:506
302
  #: contact_form.php:937
303
- msgid "Coming from (referer)"
304
  msgstr "Verstuurd vanaf (referer)"
305
 
306
  #: contact_form.php:507
@@ -309,7 +309,7 @@ msgid "Using (user agent)"
309
  msgstr "Met (user agent)"
310
 
311
  #: contact_form.php:511
312
- msgid "Language settings for label fields"
313
  msgstr "Taal instellingen voor velden met een label"
314
 
315
  #: contact_form.php:520
@@ -317,7 +317,7 @@ msgid "Add language"
317
  msgstr "Voeg een taal toe"
318
 
319
  #: contact_form.php:524
320
- msgid "Change label for fields of the contact form and error messages"
321
  msgstr "Verander de namen van de labels en de foutmeldingen"
322
 
323
  #: contact_form.php:529
@@ -327,42 +327,42 @@ msgstr "Engels"
327
 
328
  #: contact_form.php:544
329
  #: contact_form.php:564
330
- msgid "Error message for name field"
331
  msgstr "Foutmelding voor naam veld"
332
 
333
  #: contact_form.php:545
334
  #: contact_form.php:565
335
- msgid "Error message for email field"
336
  msgstr "Foutmelding voor email veld"
337
 
338
  #: contact_form.php:546
339
  #: contact_form.php:566
340
- msgid "Error message for phone field"
341
  msgstr "Foutmelding voor telefoonnummer veld"
342
 
343
  #: contact_form.php:547
344
  #: contact_form.php:567
345
- msgid "Error message for subject field"
346
  msgstr "Foutmelding voor onderwerp veld"
347
 
348
  #: contact_form.php:548
349
  #: contact_form.php:568
350
- msgid "Error message for message field"
351
  msgstr "Foutmelding voor bericht veld"
352
 
353
  #: contact_form.php:549
354
  #: contact_form.php:569
355
- msgid "Error message for attachment field"
356
  msgstr "Foutmelding voor bijlage veld"
357
 
358
  #: contact_form.php:550
359
  #: contact_form.php:570
360
- msgid "Error message for captcha"
361
  msgstr "Foutmelding voor captcha"
362
 
363
  #: contact_form.php:551
364
  #: contact_form.php:571
365
- msgid "Error message for all form"
366
  msgstr "Foutmelding voor het gehele formulier"
367
 
368
  #: contact_form.php:552
@@ -380,7 +380,7 @@ msgid "for this language"
380
  msgstr "voor deze taal"
381
 
382
  #: contact_form.php:579
383
- msgid "Action after the send mail"
384
  msgstr "Actie na het verzenden van de email"
385
 
386
  #: contact_form.php:581
@@ -393,7 +393,7 @@ msgid "Text"
393
  msgstr "Tekst"
394
 
395
  #: contact_form.php:603
396
- msgid "Redirect to page"
397
  msgstr "Dooorsturen naar pagina"
398
 
399
  #: contact_form.php:604
@@ -405,11 +405,11 @@ msgid "Save Changes"
405
  msgstr "Bewaar veranderingen"
406
 
407
  #: contact_form.php:648
408
- msgid "Sorry, your e-mail could not be delivered."
409
  msgstr "Sorry, uw bericht kon niet worden verstuurd."
410
 
411
  #: contact_form.php:718
412
- msgid "You can attach files of the following types"
413
  msgstr "Bestanden van de volgende formaten kunnen worden bijgevoegd"
414
 
415
  #: contact_form.php:726
@@ -429,7 +429,7 @@ msgid "Site"
429
  msgstr "Website"
430
 
431
  #: contact_form.php:1023
432
- msgid "If you can see this MIME than your client doesn't accept MIME types!"
433
  msgstr "Als u deze MIME ziet, dan ondersteunt uw client geen MIME-Typen!"
434
 
435
  #: contact_form.php:1076
@@ -441,7 +441,7 @@ msgid "Support"
441
  msgstr "Ondersteuning"
442
 
443
  #: contact_form.php:1123
444
- msgid "Are you sure you want to delete this language?"
445
  msgstr "Weet u zeker dat u deze taal wilt verwijderen?"
446
 
447
  #~ msgid "E-Mail Addresse:"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-02-07 16:03+0300\n"
6
+ "PO-Revision-Date: 2013-02-07 16:03+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"
75
  #: contact_form.php:148
76
  #: contact_form.php:538
77
  #: contact_form.php:558
78
+ msgid "Email Address:"
79
  msgstr "Email adres:"
80
 
81
  #: contact_form.php:149
82
  #: contact_form.php:539
83
  #: contact_form.php:559
84
+ msgid "Phone number:"
85
+ msgstr "Telefoonnummer:"
86
 
87
  #: contact_form.php:150
88
  #: contact_form.php:540
117
  msgstr "Een correct email adres is vereist."
118
 
119
  #: contact_form.php:156
120
+ msgid "Subject is required."
121
  msgstr "Onderwerp tekst is verplicht."
122
 
123
  #: contact_form.php:157
125
  msgstr "Bericht tekst is verplicht."
126
 
127
  #: contact_form.php:158
128
+ msgid "Phone number is required."
129
  msgstr "Telefoonnummer verplicht"
130
 
131
  #: contact_form.php:159
132
+ msgid "File format is not valid."
133
  msgstr "Bijlage is beschadigd."
134
 
135
  #: contact_form.php:160
136
+ msgid "Please fill out the CAPTCHA."
137
  msgstr "Vul de CAPTCHA in."
138
 
139
  #: contact_form.php:161
145
  msgstr "Bedankt voor uw bericht."
146
 
147
  #: contact_form.php:358
148
+ msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
149
  msgstr "Als de optie 'Doorsturen naar pagina' is geselecteerd, dient u het url veld in te vullen in de volgende format"
150
 
151
  #: contact_form.php:367
152
+ msgid "Such user does not exist. Settings are not saved."
153
  msgstr "Deze gebruiker bestaat niet. Instellingen zijn niet opgeslagen."
154
 
155
  #: contact_form.php:372
156
+ msgid "Please enter a valid email address. Settings are not saved."
157
  msgstr "Geef een geldig email adres op. Instellingen zijn niet opgeslagen."
158
 
159
  #: contact_form.php:378
160
+ msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
161
  msgstr "Geef een geldig email adres op. Instellingen zijn niet opgeslagen."
162
 
163
  #: contact_form.php:383
165
  msgstr "Instellingen opgeslagen."
166
 
167
  #: contact_form.php:408
168
+ 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:"
169
  msgstr "Als je een Contact Form aan je website wil toevoegen, kopieer dan deze code in je bericht, op je pagina of widget:"
170
 
171
  #: contact_form.php:409
172
+ msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
173
  msgstr "Als onderstaande velden leeg blijven, zal het bericht gestuurd worden aan het adres dat is gespecificeerd tijdens de registratie."
174
 
175
  #: contact_form.php:413
176
+ msgid "The user's email address:"
177
  msgstr "Gebruik het email adres van de Wordpress gebruiker:"
178
 
179
  #: contact_form.php:417
180
+ msgid "Create a username"
181
  msgstr "Kies gebruikersnaam"
182
 
183
  #: contact_form.php:422
184
+ msgid "Enter a username of the person who should get the messages from the contact form."
185
  msgstr "Voer de naam in van de gebruiker die berichten van dit contact formulier moet ontvangen."
186
 
187
  #: contact_form.php:426
188
+ msgid "Use this email address:"
189
  msgstr "Gebruik dit email adres:"
190
 
191
  #: contact_form.php:429
192
+ msgid "Enter the email address you want the messages forwarded to."
193
  msgstr "Geef een email adres op waar de berichten naar verstuurd moeten worden."
194
 
195
  #: contact_form.php:433
201
  msgstr "Toon de bijlage knop"
202
 
203
  #: contact_form.php:438
204
+ msgid "Users can attach the following file formats"
205
  msgstr "Gebruikers kunnen de volgende bestandtypen toevoegen"
206
 
207
  #: contact_form.php:442
208
+ msgid "Display Attachment tips"
209
  msgstr "Toon Bijlage uitleg"
210
 
211
  #: contact_form.php:444
212
+ msgid "Display tips below the Attachment block"
213
  msgstr "Toon uitleg na Bijlage knop"
214
 
215
  #: contact_form.php:448
217
  msgstr "Geef 'Kopie aan mij sturen' weer"
218
 
219
  #: contact_form.php:454
220
+ msgid "What to use?"
221
  msgstr "Voor welk gebruik?"
222
 
223
  #: contact_form.php:457
225
  msgstr "Wp-mail"
226
 
227
  #: contact_form.php:458
228
+ msgid "You can use the wp_mail function for mailing"
229
  msgstr "Om emails te verzenden kunt u the wordpress wp-mail functie gebruiken"
230
 
231
  #: contact_form.php:464
237
  msgstr "Om emails te verzenden kunt e de php mail functie gebruiken"
238
 
239
  #: contact_form.php:469
240
+ msgid "Change text of the 'FROM' field"
241
  msgstr "Verander de tekst voor 'VAN' veld van het email adres"
242
 
243
  #: contact_form.php:475
244
+ msgid "Enter the email address in the 'From' field"
245
  msgstr "Kies het email adres voor 'Van' veld voor het versturen van de mail"
246
 
247
  #: contact_form.php:477
248
+ msgid "The email address of the user who fills the form is going to be used in the field 'From'."
249
  msgstr "In het veld 'Van' in de email zal het email adres van degene die het formulier invult gebruikt worden."
250
 
251
  #: contact_form.php:479
252
+ msgid "This email address will be used in the 'From' field."
253
  msgstr "In het veld 'Van' dit email adres zal worden gebruikt."
254
 
255
  #: contact_form.php:483
257
  msgstr "Toon telefoonnummer veld"
258
 
259
  #: contact_form.php:489
260
+ msgid "Required fields"
261
  msgstr "Verplicht veld"
262
 
263
  #: contact_form.php:491
300
 
301
  #: contact_form.php:506
302
  #: contact_form.php:937
303
+ msgid "Sent from (referer)"
304
  msgstr "Verstuurd vanaf (referer)"
305
 
306
  #: contact_form.php:507
309
  msgstr "Met (user agent)"
310
 
311
  #: contact_form.php:511
312
+ msgid "Language settings for the field names in the form"
313
  msgstr "Taal instellingen voor velden met een label"
314
 
315
  #: contact_form.php:520
317
  msgstr "Voeg een taal toe"
318
 
319
  #: contact_form.php:524
320
+ msgid "Change the names of the contact form fields and error messages"
321
  msgstr "Verander de namen van de labels en de foutmeldingen"
322
 
323
  #: contact_form.php:529
327
 
328
  #: contact_form.php:544
329
  #: contact_form.php:564
330
+ msgid "Error message for the Name field"
331
  msgstr "Foutmelding voor naam veld"
332
 
333
  #: contact_form.php:545
334
  #: contact_form.php:565
335
+ msgid "Error message for the Email field"
336
  msgstr "Foutmelding voor email veld"
337
 
338
  #: contact_form.php:546
339
  #: contact_form.php:566
340
+ msgid "Error message for the Phone field"
341
  msgstr "Foutmelding voor telefoonnummer veld"
342
 
343
  #: contact_form.php:547
344
  #: contact_form.php:567
345
+ msgid "Error message for the Subject field"
346
  msgstr "Foutmelding voor onderwerp veld"
347
 
348
  #: contact_form.php:548
349
  #: contact_form.php:568
350
+ msgid "Error message for the Message field"
351
  msgstr "Foutmelding voor bericht veld"
352
 
353
  #: contact_form.php:549
354
  #: contact_form.php:569
355
+ msgid "Error message for the Attachment field"
356
  msgstr "Foutmelding voor bijlage veld"
357
 
358
  #: contact_form.php:550
359
  #: contact_form.php:570
360
+ msgid "Error message for the Captcha field"
361
  msgstr "Foutmelding voor captcha"
362
 
363
  #: contact_form.php:551
364
  #: contact_form.php:571
365
+ msgid "Error message for the whole form"
366
  msgstr "Foutmelding voor het gehele formulier"
367
 
368
  #: contact_form.php:552
380
  msgstr "voor deze taal"
381
 
382
  #: contact_form.php:579
383
+ msgid "Action after email is sent"
384
  msgstr "Actie na het verzenden van de email"
385
 
386
  #: contact_form.php:581
393
  msgstr "Tekst"
394
 
395
  #: contact_form.php:603
396
+ msgid "Redirect to the page"
397
  msgstr "Dooorsturen naar pagina"
398
 
399
  #: contact_form.php:604
405
  msgstr "Bewaar veranderingen"
406
 
407
  #: contact_form.php:648
408
+ msgid "Sorry, email message could not be delivered."
409
  msgstr "Sorry, uw bericht kon niet worden verstuurd."
410
 
411
  #: contact_form.php:718
412
+ msgid "You can attach the following file formats"
413
  msgstr "Bestanden van de volgende formaten kunnen worden bijgevoegd"
414
 
415
  #: contact_form.php:726
429
  msgstr "Website"
430
 
431
  #: contact_form.php:1023
432
+ msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
433
  msgstr "Als u deze MIME ziet, dan ondersteunt uw client geen MIME-Typen!"
434
 
435
  #: contact_form.php:1076
441
  msgstr "Ondersteuning"
442
 
443
  #: contact_form.php:1123
444
+ msgid "Are you sure that you want to delete this language data?"
445
  msgstr "Weet u zeker dat u deze taal wilt verwijderen?"
446
 
447
  #~ msgid "E-Mail Addresse:"
languages/contact_form-pl_PL.mo CHANGED
Binary file
languages/contact_form-pl_PL.po CHANGED
@@ -2,493 +2,518 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Contact Form Plugin v3.05\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-12-19 13:32+0200\n"
6
- "PO-Revision-Date: 2012-12-19 13:32+0200\n"
7
- "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: \n"
9
- "Language: pl_PL\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
  "X-Poedit-SourceCharset: utf-8\n"
15
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
  "X-Poedit-Basepath: ../\n"
18
  "X-Textdomain-Support: yes\n"
19
  "X-Generator: Poedit 1.5.4\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
  # @ contact_form
23
- #: contact_form.php:76
24
  msgid "Activated plugins"
25
  msgstr "Aktywne wtyczki"
26
 
27
  # @ contact_form
28
- #: contact_form.php:78 contact_form.php:86 contact_form.php:94
 
 
29
  msgid "Read more"
30
  msgstr "Czytaj więcej"
31
 
32
  # @ contact_form
33
- #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
 
 
34
  msgid "Settings"
35
  msgstr "Ustawienia"
36
 
37
  # @ contact_form
38
- #: contact_form.php:84
39
  msgid "Installed plugins"
40
  msgstr "Zainstalowane wtyczki"
41
 
42
  # @ contact_form
43
- #: contact_form.php:92
44
  msgid "Recommended plugins"
45
  msgstr "Polecane wtyczki"
46
 
47
  # @ contact_form
48
- #: contact_form.php:94
49
  msgid "Download"
50
  msgstr "Pobierz"
51
 
52
  # @ default
53
- #: contact_form.php:94
54
  #, php-format
55
  msgid "Install %s"
56
  msgstr "Instaluj %s"
57
 
58
  # @ contact_form
59
- #: contact_form.php:94
60
  msgid "Install now from wordpress.org"
61
  msgstr "Zainstaluj z wordpress.org"
62
 
63
  # @ contact_form
64
- #: contact_form.php:96
65
- msgid ""
66
- "If you have any questions, please contact us via plugin@bestwebsoft.com or "
67
- "fill in our contact form on our site"
68
- msgstr ""
69
- "Jeśli masz pytania, napisz na adres plugin@bestwebsoft.com lub skorzystaj z "
70
- "formularza na naszej stronie"
71
 
72
  # @ contact_form
73
- #: contact_form.php:108 contact_form.php:401
 
74
  msgid "Contact Form Options"
75
  msgstr "Opcje Contact Form"
76
 
77
  # @ contact_form
78
- #: contact_form.php:108
79
  msgid "Contact Form"
80
  msgstr "Contact Form"
81
 
82
  # @ contact_form
83
- #: contact_form.php:145 contact_form.php:535 contact_form.php:555
 
 
84
  msgid "Name:"
85
  msgstr "Imię:"
86
 
87
  # @ contact_form
88
- #: contact_form.php:146 contact_form.php:536 contact_form.php:556
89
- msgid "E-Mail Address:"
 
 
90
  msgstr "Adres e-mail"
91
 
92
- #: contact_form.php:147 contact_form.php:537 contact_form.php:557
93
- msgid "Phone:"
 
 
94
  msgstr ""
95
 
96
  # @ contact_form
97
- #: contact_form.php:148 contact_form.php:538 contact_form.php:558
 
 
98
  msgid "Subject:"
99
  msgstr "Temat:"
100
 
101
  # @ contact_form
102
- #: contact_form.php:149 contact_form.php:539 contact_form.php:559
 
 
103
  msgid "Message:"
104
  msgstr "Treść wiadomości:"
105
 
106
  # @ contact_form
107
- #: contact_form.php:150 contact_form.php:540 contact_form.php:560
 
 
108
  msgid "Attachment:"
109
  msgstr "Załączniki:"
110
 
111
  # @ contact_form
112
- #: contact_form.php:151 contact_form.php:541 contact_form.php:561
 
 
113
  msgid "Submit"
114
  msgstr "Wyślij"
115
 
116
  # @ contact_form
117
- #: contact_form.php:152
118
  msgid "Your name is required."
119
  msgstr "Podanie imienia jest wymagane."
120
 
121
  # @ contact_form
122
- #: contact_form.php:153
123
  msgid "A proper e-mail address is required."
124
  msgstr "Podanie prawidłowego adresu e-mail jest wymagane."
125
 
126
  # @ contact_form
127
- #: contact_form.php:154
128
- msgid "Subject text is required."
129
  msgstr "Podanie tematu jest wymagane."
130
 
131
  # @ contact_form
132
- #: contact_form.php:155
133
  msgid "Message text is required."
134
  msgstr "Wiadomość musi mieć jakąś treść."
135
 
136
  # @ contact_form
137
- #: contact_form.php:156
138
  #, fuzzy
139
- msgid "Phone is required field."
140
  msgstr "Podanie imienia jest wymagane."
141
 
142
  # @ contact_form
143
- #: contact_form.php:157
144
- msgid "Attachment is broken."
145
  msgstr "Załącznik jest uszkodzony."
146
 
147
  # @ contact_form
148
- #: contact_form.php:158
149
- msgid "Please complete the CAPTCHA."
150
  msgstr "Proszę dokładnie przepisać kod."
151
 
152
  # @ contact_form
153
- #: contact_form.php:159
154
  msgid "Please make corrections below and try again."
155
  msgstr "Proszę nanieść poprawki i spróbować jeszcze raz."
156
 
157
  # @ contact_form
158
- #: contact_form.php:161
159
  msgid "Thank you for contacting us."
160
  msgstr "Dziękujemy za wiadomość."
161
 
162
- #: contact_form.php:356
163
- msgid ""
164
- "If the option 'Redirect to page' is selected then url field should be "
165
- "fillied in the following format"
166
  msgstr ""
167
 
168
  # @ contact_form
169
- #: contact_form.php:365
170
- msgid "Such user is not exist. Settings are not saved."
171
  msgstr "Nie ma takiego użytkownika. Ustawienia nie zostały zapisane."
172
 
173
  # @ contact_form
174
- #: contact_form.php:370
175
- msgid "Please input correct email. Settings are not saved."
176
  msgstr "Proszę wpisać prawidłowy e-mail. Ustawienia nie zostały zapisane."
177
 
178
  # @ contact_form
179
- #: contact_form.php:376
180
  #, fuzzy
181
- msgid "Please input correct 'FROM' email. Settings are not saved."
182
  msgstr "Proszę wpisać prawidłowy e-mail. Ustawienia nie zostały zapisane."
183
 
184
  # @ contact_form
185
- #: contact_form.php:381
186
  msgid "Options saved."
187
  msgstr "Opcje zapisano"
188
 
189
  # @ contact_form
190
- #: contact_form.php:406
191
- msgid ""
192
- "If you would like to add a Contact Form to your website, just copy and put "
193
- "this shortcode onto your post or page or widget:"
194
- msgstr ""
195
- "Jeśli chcesz dodać formularz do swojej strony, po prostu skopiuj ten kod i "
196
- "wklej go do wpisu lub treści strony lub Widget:"
197
 
198
  # @ contact_form
199
- #: contact_form.php:407
200
- msgid ""
201
- "If information in the below fields are empty then the message will be send "
202
- "to an address which was specified during registration."
203
- msgstr ""
204
- "Jeśli poniższe pola zostaną puste, wiadomość zostanie wysłana na adres "
205
- "podany podczas rejestracji."
206
 
207
  # @ contact_form
208
- #: contact_form.php:411
209
- msgid "Use email of wordpress user:"
210
  msgstr "Użyj adresu e-mail użytkownika:"
211
 
212
  # @ contact_form
213
- #: contact_form.php:415
214
- msgid "Select user name"
215
  msgstr "Wybierz użytkownika"
216
 
217
  # @ contact_form
218
- #: contact_form.php:420
219
- msgid "Set a name of user who will get messages from a contact form."
220
  msgstr "Wybierz użytkownika, który będzie dostawał wiadomości z formularza."
221
 
222
  # @ contact_form
223
- #: contact_form.php:424
224
- msgid "Use this email:"
225
  msgstr "Wybierz ten e-mail:"
226
 
227
  # @ contact_form
228
- #: contact_form.php:427
229
- msgid "Set an email address which will be used for messages receiving."
230
  msgstr "Ustaw adres e-mail, który będzie używany do odbierania wiadomości."
231
 
232
  # @ contact_form
233
- #: contact_form.php:431
234
  msgid "Additional options"
235
  msgstr "Dodatkowe opcje"
236
 
237
  # @ contact_form
238
- #: contact_form.php:434
239
  msgid "Display Attachment block"
240
  msgstr "Wyświetlaj blok załączników"
241
 
242
  # @ contact_form
243
- #: contact_form.php:436
244
- msgid "Users can attach files of the following types"
245
  msgstr "Można załączać pliki następujących typów"
246
 
247
  # @ contact_form
248
- #: contact_form.php:440
249
- msgid "Display Attachment explanations"
250
  msgstr ""
251
 
252
  # @ contact_form
253
- #: contact_form.php:442
254
- msgid "Display explanations after Attachment block"
255
  msgstr ""
256
 
257
  # @ contact_form
258
- #: contact_form.php:446
259
  msgid "Display Send me a copy block"
260
  msgstr "Wyświetlaj blok wysyłania kopii do nadawcy"
261
 
262
- #: contact_form.php:452
263
- msgid "What use?"
264
  msgstr ""
265
 
266
  # @ contact_form
267
- #: contact_form.php:455
268
  msgid "Wp-mail"
269
  msgstr "Wp-mail"
270
 
271
- #: contact_form.php:456
272
- msgid "To send mail you can use the wordpress wp_mail function"
273
  msgstr ""
274
 
275
  # @ contact_form
276
- #: contact_form.php:462
277
  msgid "Mail"
278
  msgstr "Mail"
279
 
280
- #: contact_form.php:463
281
  msgid "To send mail you can use the php mail function"
282
  msgstr ""
283
 
284
  # @ contact_form
285
- #: contact_form.php:467
286
  #, fuzzy
287
- msgid "Change text for 'FROM' field of the email"
288
  msgstr "Zmień od pola formularza"
289
 
290
- #: contact_form.php:473
291
- msgid "Select email for 'FROM' field of the email"
292
- msgstr ""
293
-
294
  #: contact_form.php:475
295
- msgid ""
296
- "In the field 'From' in the mail it will use email of that user who fills the "
297
- "form."
298
  msgstr ""
299
 
300
  #: contact_form.php:477
301
- msgid "In the field 'From' it will use this email."
302
  msgstr ""
303
 
304
- #: contact_form.php:481
 
 
 
 
305
  msgid "Display phone field"
306
  msgstr ""
307
 
308
- #: contact_form.php:487
309
- msgid "Required field"
310
  msgstr ""
311
 
312
  # @ contact_form
313
- #: contact_form.php:489 contact_form.php:953
 
314
  msgid "Name"
315
  msgstr "Imię"
316
 
317
  # @ contact_form
318
- #: contact_form.php:490
319
  #, fuzzy
320
  msgid "E-Mail Address"
321
  msgstr "Adres e-mail"
322
 
323
- #: contact_form.php:491 contact_form.php:961
 
324
  msgid "Phone"
325
  msgstr ""
326
 
327
  # @ contact_form
328
- #: contact_form.php:492 contact_form.php:964
 
329
  msgid "Subject"
330
  msgstr "Temat"
331
 
332
  # @ contact_form
333
- #: contact_form.php:493 contact_form.php:967
 
334
  msgid "Message"
335
  msgstr "Wiadomość"
336
 
337
- #: contact_form.php:497
338
  msgid "Display additional info in email"
339
  msgstr ""
340
 
341
  # @ contact_form
342
- #: contact_form.php:502 contact_form.php:925
 
343
  msgid "Sent from (ip address)"
344
  msgstr "Przysłane z (adres IP)"
345
 
346
  # @ contact_form
347
- #: contact_form.php:503 contact_form.php:930
 
348
  msgid "Date/Time"
349
  msgstr "Data/czas"
350
 
351
  # @ contact_form
352
- #: contact_form.php:504 contact_form.php:935
353
- msgid "Coming from (referer)"
 
354
  msgstr "Przekierowane z (referrer)"
355
 
356
  # @ contact_form
357
- #: contact_form.php:505 contact_form.php:940
 
358
  msgid "Using (user agent)"
359
  msgstr "Klient (program użytkownika)"
360
 
361
- #: contact_form.php:509
362
- msgid "Language settings for label fields"
363
  msgstr ""
364
 
365
- #: contact_form.php:518
366
  msgid "Add language"
367
  msgstr ""
368
 
369
  # @ contact_form
370
- #: contact_form.php:522
371
  #, fuzzy
372
- msgid "Change label for fields of the contact form and error messages"
373
  msgstr "Zmień etykiety pól formularza"
374
 
375
- #: contact_form.php:527 contact_form.php:580
 
376
  msgid "English"
377
  msgstr ""
378
 
379
- #: contact_form.php:542 contact_form.php:562
380
- msgid "Error message for name field"
 
381
  msgstr ""
382
 
383
- #: contact_form.php:543 contact_form.php:563
384
- msgid "Error message for email field"
 
385
  msgstr ""
386
 
387
- #: contact_form.php:544 contact_form.php:564
388
- msgid "Error message for phone field"
 
389
  msgstr ""
390
 
391
- #: contact_form.php:545 contact_form.php:565
392
- msgid "Error message for subject field"
 
393
  msgstr ""
394
 
395
- #: contact_form.php:546 contact_form.php:566
396
- msgid "Error message for message field"
 
397
  msgstr ""
398
 
399
- #: contact_form.php:547 contact_form.php:567
400
- msgid "Error message for attachment field"
 
401
  msgstr ""
402
 
403
- #: contact_form.php:548 contact_form.php:568
404
- msgid "Error message for captcha"
 
405
  msgstr ""
406
 
407
- #: contact_form.php:549 contact_form.php:569
408
- msgid "Error message for all form"
 
409
  msgstr ""
410
 
411
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
412
- #: contact_form.php:595
 
 
413
  msgid "Use shortcode"
414
  msgstr ""
415
 
416
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
417
- #: contact_form.php:595
 
 
418
  msgid "for this language"
419
  msgstr ""
420
 
421
- #: contact_form.php:577
422
- msgid "Action after the send mail"
423
  msgstr ""
424
 
425
  # @ contact_form
426
- #: contact_form.php:579
427
  #, fuzzy
428
  msgid "Display text"
429
  msgstr "Wyświetlaj blok załączników"
430
 
431
- #: contact_form.php:588 contact_form.php:594
 
432
  msgid "Text"
433
  msgstr ""
434
 
435
- #: contact_form.php:601
436
- msgid "Redirect to page"
437
  msgstr ""
438
 
439
- #: contact_form.php:602
440
  msgid "Url"
441
  msgstr ""
442
 
443
  # @ default
444
- #: contact_form.php:607
445
  msgid "Save Changes"
446
  msgstr "Zapisz zmiany"
447
 
448
  # @ contact_form
449
- #: contact_form.php:646
450
- msgid "Sorry, your e-mail could not be delivered."
451
  msgstr "Niestety, ten e-mail nie mógł zostać dostarczony."
452
 
453
  # @ contact_form
454
- #: contact_form.php:716
455
- msgid "You can attach files of the following types"
456
  msgstr "Możesz załączać pliki następujących typów"
457
 
458
  # @ contact_form
459
- #: contact_form.php:724
460
  msgid "Send me a copy"
461
  msgstr "Wyślij mi kopię"
462
 
463
  # @ contact_form
464
- #: contact_form.php:948
465
  msgid "Contact from"
466
  msgstr "Kontakt z"
467
 
468
  # @ contact_form
469
- #: contact_form.php:956
470
  msgid "Email"
471
  msgstr "E-mail"
472
 
473
  # @ contact_form
474
- #: contact_form.php:970
475
  msgid "Site"
476
  msgstr "Strona www"
477
 
478
- #: contact_form.php:1021
479
- msgid "If you can see this MIME than your client doesn't accept MIME types!"
480
  msgstr ""
481
 
482
  # @ contact_form
483
- #: contact_form.php:1074
484
  msgid "FAQ"
485
  msgstr "FAQ"
486
 
487
  # @ contact_form
488
- #: contact_form.php:1075
489
  msgid "Support"
490
  msgstr "Wsparcie"
491
 
492
- #: contact_form.php:1121
493
- msgid "Are you sure you want to delete this language?"
494
  msgstr ""
 
2
  msgstr ""
3
  "Project-Id-Version: Contact Form Plugin v3.05\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-02-07 16:03+0300\n"
6
+ "PO-Revision-Date: 2013-02-07 16:03+0300\n"
7
+ "Last-Translator: \n"
8
  "Language-Team: \n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "Language: pl_PL\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
  "X-Poedit-SourceCharset: utf-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
 
16
  "X-Poedit-Basepath: ../\n"
17
  "X-Textdomain-Support: yes\n"
18
  "X-Generator: Poedit 1.5.4\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ contact_form
22
+ #: contact_form.php:78
23
  msgid "Activated plugins"
24
  msgstr "Aktywne wtyczki"
25
 
26
  # @ contact_form
27
+ #: contact_form.php:80
28
+ #: contact_form.php:88
29
+ #: contact_form.php:96
30
  msgid "Read more"
31
  msgstr "Czytaj więcej"
32
 
33
  # @ contact_form
34
+ #: contact_form.php:80
35
+ #: contact_form.php:1066
36
+ #: contact_form.php:1075
37
  msgid "Settings"
38
  msgstr "Ustawienia"
39
 
40
  # @ contact_form
41
+ #: contact_form.php:86
42
  msgid "Installed plugins"
43
  msgstr "Zainstalowane wtyczki"
44
 
45
  # @ contact_form
46
+ #: contact_form.php:94
47
  msgid "Recommended plugins"
48
  msgstr "Polecane wtyczki"
49
 
50
  # @ contact_form
51
+ #: contact_form.php:96
52
  msgid "Download"
53
  msgstr "Pobierz"
54
 
55
  # @ default
56
+ #: contact_form.php:96
57
  #, php-format
58
  msgid "Install %s"
59
  msgstr "Instaluj %s"
60
 
61
  # @ contact_form
62
+ #: contact_form.php:96
63
  msgid "Install now from wordpress.org"
64
  msgstr "Zainstaluj z wordpress.org"
65
 
66
  # @ contact_form
67
+ #: contact_form.php:98
68
+ msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
69
+ msgstr "Jeśli masz pytania, napisz na adres plugin@bestwebsoft.com lub skorzystaj z formularza na naszej stronie"
 
 
 
 
70
 
71
  # @ contact_form
72
+ #: contact_form.php:110
73
+ #: contact_form.php:403
74
  msgid "Contact Form Options"
75
  msgstr "Opcje Contact Form"
76
 
77
  # @ contact_form
78
+ #: contact_form.php:110
79
  msgid "Contact Form"
80
  msgstr "Contact Form"
81
 
82
  # @ contact_form
83
+ #: contact_form.php:147
84
+ #: contact_form.php:537
85
+ #: contact_form.php:557
86
  msgid "Name:"
87
  msgstr "Imię:"
88
 
89
  # @ contact_form
90
+ #: contact_form.php:148
91
+ #: contact_form.php:538
92
+ #: contact_form.php:558
93
+ msgid "Email Address:"
94
  msgstr "Adres e-mail"
95
 
96
+ #: contact_form.php:149
97
+ #: contact_form.php:539
98
+ #: contact_form.php:559
99
+ msgid "Phone number:"
100
  msgstr ""
101
 
102
  # @ contact_form
103
+ #: contact_form.php:150
104
+ #: contact_form.php:540
105
+ #: contact_form.php:560
106
  msgid "Subject:"
107
  msgstr "Temat:"
108
 
109
  # @ contact_form
110
+ #: contact_form.php:151
111
+ #: contact_form.php:541
112
+ #: contact_form.php:561
113
  msgid "Message:"
114
  msgstr "Treść wiadomości:"
115
 
116
  # @ contact_form
117
+ #: contact_form.php:152
118
+ #: contact_form.php:542
119
+ #: contact_form.php:562
120
  msgid "Attachment:"
121
  msgstr "Załączniki:"
122
 
123
  # @ contact_form
124
+ #: contact_form.php:153
125
+ #: contact_form.php:543
126
+ #: contact_form.php:563
127
  msgid "Submit"
128
  msgstr "Wyślij"
129
 
130
  # @ contact_form
131
+ #: contact_form.php:154
132
  msgid "Your name is required."
133
  msgstr "Podanie imienia jest wymagane."
134
 
135
  # @ contact_form
136
+ #: contact_form.php:155
137
  msgid "A proper e-mail address is required."
138
  msgstr "Podanie prawidłowego adresu e-mail jest wymagane."
139
 
140
  # @ contact_form
141
+ #: contact_form.php:156
142
+ msgid "Subject is required."
143
  msgstr "Podanie tematu jest wymagane."
144
 
145
  # @ contact_form
146
+ #: contact_form.php:157
147
  msgid "Message text is required."
148
  msgstr "Wiadomość musi mieć jakąś treść."
149
 
150
  # @ contact_form
151
+ #: contact_form.php:158
152
  #, fuzzy
153
+ msgid "Phone number is required."
154
  msgstr "Podanie imienia jest wymagane."
155
 
156
  # @ contact_form
157
+ #: contact_form.php:159
158
+ msgid "File format is not valid."
159
  msgstr "Załącznik jest uszkodzony."
160
 
161
  # @ contact_form
162
+ #: contact_form.php:160
163
+ msgid "Please fill out the CAPTCHA."
164
  msgstr "Proszę dokładnie przepisać kod."
165
 
166
  # @ contact_form
167
+ #: contact_form.php:161
168
  msgid "Please make corrections below and try again."
169
  msgstr "Proszę nanieść poprawki i spróbować jeszcze raz."
170
 
171
  # @ contact_form
172
+ #: contact_form.php:163
173
  msgid "Thank you for contacting us."
174
  msgstr "Dziękujemy za wiadomość."
175
 
176
+ #: contact_form.php:358
177
+ msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
 
 
178
  msgstr ""
179
 
180
  # @ contact_form
181
+ #: contact_form.php:367
182
+ msgid "Such user does not exist. Settings are not saved."
183
  msgstr "Nie ma takiego użytkownika. Ustawienia nie zostały zapisane."
184
 
185
  # @ contact_form
186
+ #: contact_form.php:372
187
+ msgid "Please enter a valid email address. Settings are not saved."
188
  msgstr "Proszę wpisać prawidłowy e-mail. Ustawienia nie zostały zapisane."
189
 
190
  # @ contact_form
191
+ #: contact_form.php:378
192
  #, fuzzy
193
+ msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
194
  msgstr "Proszę wpisać prawidłowy e-mail. Ustawienia nie zostały zapisane."
195
 
196
  # @ contact_form
197
+ #: contact_form.php:383
198
  msgid "Options saved."
199
  msgstr "Opcje zapisano"
200
 
201
  # @ contact_form
202
+ #: contact_form.php:408
203
+ 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:"
204
+ 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:"
 
 
 
 
205
 
206
  # @ contact_form
207
+ #: contact_form.php:409
208
+ msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
209
+ msgstr "Jeśli poniższe pola zostaną puste, wiadomość zostanie wysłana na adres podany podczas rejestracji."
 
 
 
 
210
 
211
  # @ contact_form
212
+ #: contact_form.php:413
213
+ msgid "The user's email address:"
214
  msgstr "Użyj adresu e-mail użytkownika:"
215
 
216
  # @ contact_form
217
+ #: contact_form.php:417
218
+ msgid "Create a username"
219
  msgstr "Wybierz użytkownika"
220
 
221
  # @ contact_form
222
+ #: contact_form.php:422
223
+ msgid "Enter a username of the person who should get the messages from the contact form."
224
  msgstr "Wybierz użytkownika, który będzie dostawał wiadomości z formularza."
225
 
226
  # @ contact_form
227
+ #: contact_form.php:426
228
+ msgid "Use this email address:"
229
  msgstr "Wybierz ten e-mail:"
230
 
231
  # @ contact_form
232
+ #: contact_form.php:429
233
+ msgid "Enter the email address you want the messages forwarded to."
234
  msgstr "Ustaw adres e-mail, który będzie używany do odbierania wiadomości."
235
 
236
  # @ contact_form
237
+ #: contact_form.php:433
238
  msgid "Additional options"
239
  msgstr "Dodatkowe opcje"
240
 
241
  # @ contact_form
242
+ #: contact_form.php:436
243
  msgid "Display Attachment block"
244
  msgstr "Wyświetlaj blok załączników"
245
 
246
  # @ contact_form
247
+ #: contact_form.php:438
248
+ msgid "Users can attach the following file formats"
249
  msgstr "Można załączać pliki następujących typów"
250
 
251
  # @ contact_form
252
+ #: contact_form.php:442
253
+ msgid "Display Attachment tips"
254
  msgstr ""
255
 
256
  # @ contact_form
257
+ #: contact_form.php:444
258
+ msgid "Display tips below the Attachment block"
259
  msgstr ""
260
 
261
  # @ contact_form
262
+ #: contact_form.php:448
263
  msgid "Display Send me a copy block"
264
  msgstr "Wyświetlaj blok wysyłania kopii do nadawcy"
265
 
266
+ #: contact_form.php:454
267
+ msgid "What to use?"
268
  msgstr ""
269
 
270
  # @ contact_form
271
+ #: contact_form.php:457
272
  msgid "Wp-mail"
273
  msgstr "Wp-mail"
274
 
275
+ #: contact_form.php:458
276
+ msgid "You can use the wp_mail function for mailing"
277
  msgstr ""
278
 
279
  # @ contact_form
280
+ #: contact_form.php:464
281
  msgid "Mail"
282
  msgstr "Mail"
283
 
284
+ #: contact_form.php:465
285
  msgid "To send mail you can use the php mail function"
286
  msgstr ""
287
 
288
  # @ contact_form
289
+ #: contact_form.php:469
290
  #, fuzzy
291
+ msgid "Change text of the 'FROM' field"
292
  msgstr "Zmień od pola formularza"
293
 
 
 
 
 
294
  #: contact_form.php:475
295
+ msgid "Enter the email address in the 'From' field"
 
 
296
  msgstr ""
297
 
298
  #: contact_form.php:477
299
+ msgid "The email address of the user who fills the form is going to be used in the field 'From'."
300
  msgstr ""
301
 
302
+ #: contact_form.php:479
303
+ msgid "This email address will be used in the 'From' field."
304
+ msgstr ""
305
+
306
+ #: contact_form.php:483
307
  msgid "Display phone field"
308
  msgstr ""
309
 
310
+ #: contact_form.php:489
311
+ msgid "Required fields"
312
  msgstr ""
313
 
314
  # @ contact_form
315
+ #: contact_form.php:491
316
+ #: contact_form.php:955
317
  msgid "Name"
318
  msgstr "Imię"
319
 
320
  # @ contact_form
321
+ #: contact_form.php:492
322
  #, fuzzy
323
  msgid "E-Mail Address"
324
  msgstr "Adres e-mail"
325
 
326
+ #: contact_form.php:493
327
+ #: contact_form.php:963
328
  msgid "Phone"
329
  msgstr ""
330
 
331
  # @ contact_form
332
+ #: contact_form.php:494
333
+ #: contact_form.php:966
334
  msgid "Subject"
335
  msgstr "Temat"
336
 
337
  # @ contact_form
338
+ #: contact_form.php:495
339
+ #: contact_form.php:969
340
  msgid "Message"
341
  msgstr "Wiadomość"
342
 
343
+ #: contact_form.php:499
344
  msgid "Display additional info in email"
345
  msgstr ""
346
 
347
  # @ contact_form
348
+ #: contact_form.php:504
349
+ #: contact_form.php:927
350
  msgid "Sent from (ip address)"
351
  msgstr "Przysłane z (adres IP)"
352
 
353
  # @ contact_form
354
+ #: contact_form.php:505
355
+ #: contact_form.php:932
356
  msgid "Date/Time"
357
  msgstr "Data/czas"
358
 
359
  # @ contact_form
360
+ #: contact_form.php:506
361
+ #: contact_form.php:937
362
+ msgid "Sent from (referer)"
363
  msgstr "Przekierowane z (referrer)"
364
 
365
  # @ contact_form
366
+ #: contact_form.php:507
367
+ #: contact_form.php:942
368
  msgid "Using (user agent)"
369
  msgstr "Klient (program użytkownika)"
370
 
371
+ #: contact_form.php:511
372
+ msgid "Language settings for the field names in the form"
373
  msgstr ""
374
 
375
+ #: contact_form.php:520
376
  msgid "Add language"
377
  msgstr ""
378
 
379
  # @ contact_form
380
+ #: contact_form.php:524
381
  #, fuzzy
382
+ msgid "Change the names of the contact form fields and error messages"
383
  msgstr "Zmień etykiety pól formularza"
384
 
385
+ #: contact_form.php:529
386
+ #: contact_form.php:582
387
  msgid "English"
388
  msgstr ""
389
 
390
+ #: contact_form.php:544
391
+ #: contact_form.php:564
392
+ msgid "Error message for the Name field"
393
  msgstr ""
394
 
395
+ #: contact_form.php:545
396
+ #: contact_form.php:565
397
+ msgid "Error message for the Email field"
398
  msgstr ""
399
 
400
+ #: contact_form.php:546
401
+ #: contact_form.php:566
402
+ msgid "Error message for the Phone field"
403
  msgstr ""
404
 
405
+ #: contact_form.php:547
406
+ #: contact_form.php:567
407
+ msgid "Error message for the Subject field"
408
  msgstr ""
409
 
410
+ #: contact_form.php:548
411
+ #: contact_form.php:568
412
+ msgid "Error message for the Message field"
413
  msgstr ""
414
 
415
+ #: contact_form.php:549
416
+ #: contact_form.php:569
417
+ msgid "Error message for the Attachment field"
418
  msgstr ""
419
 
420
+ #: contact_form.php:550
421
+ #: contact_form.php:570
422
+ msgid "Error message for the Captcha field"
423
  msgstr ""
424
 
425
+ #: contact_form.php:551
426
+ #: contact_form.php:571
427
+ msgid "Error message for the whole form"
428
  msgstr ""
429
 
430
+ #: contact_form.php:552
431
+ #: contact_form.php:572
432
+ #: contact_form.php:591
433
+ #: contact_form.php:597
434
  msgid "Use shortcode"
435
  msgstr ""
436
 
437
+ #: contact_form.php:552
438
+ #: contact_form.php:572
439
+ #: contact_form.php:591
440
+ #: contact_form.php:597
441
  msgid "for this language"
442
  msgstr ""
443
 
444
+ #: contact_form.php:579
445
+ msgid "Action after email is sent"
446
  msgstr ""
447
 
448
  # @ contact_form
449
+ #: contact_form.php:581
450
  #, fuzzy
451
  msgid "Display text"
452
  msgstr "Wyświetlaj blok załączników"
453
 
454
+ #: contact_form.php:590
455
+ #: contact_form.php:596
456
  msgid "Text"
457
  msgstr ""
458
 
459
+ #: contact_form.php:603
460
+ msgid "Redirect to the page"
461
  msgstr ""
462
 
463
+ #: contact_form.php:604
464
  msgid "Url"
465
  msgstr ""
466
 
467
  # @ default
468
+ #: contact_form.php:609
469
  msgid "Save Changes"
470
  msgstr "Zapisz zmiany"
471
 
472
  # @ contact_form
473
+ #: contact_form.php:648
474
+ msgid "Sorry, email message could not be delivered."
475
  msgstr "Niestety, ten e-mail nie mógł zostać dostarczony."
476
 
477
  # @ contact_form
478
+ #: contact_form.php:718
479
+ msgid "You can attach the following file formats"
480
  msgstr "Możesz załączać pliki następujących typów"
481
 
482
  # @ contact_form
483
+ #: contact_form.php:726
484
  msgid "Send me a copy"
485
  msgstr "Wyślij mi kopię"
486
 
487
  # @ contact_form
488
+ #: contact_form.php:950
489
  msgid "Contact from"
490
  msgstr "Kontakt z"
491
 
492
  # @ contact_form
493
+ #: contact_form.php:958
494
  msgid "Email"
495
  msgstr "E-mail"
496
 
497
  # @ contact_form
498
+ #: contact_form.php:972
499
  msgid "Site"
500
  msgstr "Strona www"
501
 
502
+ #: contact_form.php:1023
503
+ msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
504
  msgstr ""
505
 
506
  # @ contact_form
507
+ #: contact_form.php:1076
508
  msgid "FAQ"
509
  msgstr "FAQ"
510
 
511
  # @ contact_form
512
+ #: contact_form.php:1077
513
  msgid "Support"
514
  msgstr "Wsparcie"
515
 
516
+ #: contact_form.php:1123
517
+ msgid "Are you sure that you want to delete this language data?"
518
  msgstr ""
519
+
languages/contact_form-pt_BR.mo CHANGED
Binary file
languages/contact_form-pt_BR.po CHANGED
@@ -2,441 +2,458 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-12-19 13:32+0200\n"
6
- "PO-Revision-Date: 2012-12-19 13:32+0200\n"
7
- "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
- "Language: de_DE\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:76
20
  msgid "Activated plugins"
21
  msgstr "Plugins ativados"
22
 
23
- #: contact_form.php:78 contact_form.php:86 contact_form.php:94
 
 
24
  msgid "Read more"
25
  msgstr "Leia Mais"
26
 
27
- #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
 
 
28
  msgid "Settings"
29
  msgstr "Configurações"
30
 
31
- #: contact_form.php:84
32
  msgid "Installed plugins"
33
  msgstr "Plugins instalados"
34
 
35
- #: contact_form.php:92
36
  msgid "Recommended plugins"
37
  msgstr "Plugins recomendados"
38
 
39
- #: contact_form.php:94
40
  msgid "Download"
41
  msgstr "Baixar"
42
 
43
- #: contact_form.php:94
44
  #, php-format
45
  msgid "Install %s"
46
  msgstr "Instalar %s"
47
 
48
- #: contact_form.php:94
49
  msgid "Install now from wordpress.org"
50
  msgstr "Instale agora do site wordpress.org"
51
 
52
- #: contact_form.php:96
53
- msgid ""
54
- "If you have any questions, please contact us via plugin@bestwebsoft.com or "
55
- "fill in our contact form on our site"
56
- msgstr ""
57
- "Se você tem quaisquer perguntas, por favor entre em contato através do email "
58
- "plugin@bestwebsoft.com ou preencha nosso formulário de contato pelo site. "
59
 
60
- #: contact_form.php:108 contact_form.php:401
 
61
  msgid "Contact Form Options"
62
  msgstr "Opções do formulário de contato"
63
 
64
- #: contact_form.php:108
65
  msgid "Contact Form"
66
  msgstr "Formulário de contato"
67
 
68
- #: contact_form.php:145 contact_form.php:535 contact_form.php:555
 
 
69
  msgid "Name:"
70
  msgstr "Nome:"
71
 
72
- #: contact_form.php:146 contact_form.php:536 contact_form.php:556
73
- msgid "E-Mail Address:"
 
 
74
  msgstr "Endereço de E-mail:"
75
 
76
- #: contact_form.php:147 contact_form.php:537 contact_form.php:557
77
- msgid "Phone:"
 
 
78
  msgstr ""
79
 
80
- #: contact_form.php:148 contact_form.php:538 contact_form.php:558
 
 
81
  msgid "Subject:"
82
  msgstr "Assunto:"
83
 
84
- #: contact_form.php:149 contact_form.php:539 contact_form.php:559
 
 
85
  msgid "Message:"
86
  msgstr "Mensagem:"
87
 
88
- #: contact_form.php:150 contact_form.php:540 contact_form.php:560
 
 
89
  msgid "Attachment:"
90
  msgstr "Anexo:"
91
 
92
- #: contact_form.php:151 contact_form.php:541 contact_form.php:561
 
 
93
  msgid "Submit"
94
  msgstr "Enviar"
95
 
96
- #: contact_form.php:152
97
  msgid "Your name is required."
98
  msgstr "Seu nome é obrigatório"
99
 
100
- #: contact_form.php:153
101
  msgid "A proper e-mail address is required."
102
  msgstr "Um e-mail correto é obrigatório."
103
 
104
- #: contact_form.php:154
105
- msgid "Subject text is required."
106
  msgstr "O Assunto da mensagem é obrigatório."
107
 
108
- #: contact_form.php:155
109
  msgid "Message text is required."
110
  msgstr "O texto da Mensagem é obrigatório."
111
 
112
- #: contact_form.php:156
113
  #, fuzzy
114
- msgid "Phone is required field."
115
  msgstr "Seu nome é obrigatório"
116
 
117
- #: contact_form.php:157
118
- msgid "Attachment is broken."
119
  msgstr "Impossível anexar arquivo. "
120
 
121
- #: contact_form.php:158
122
- msgid "Please complete the CAPTCHA."
123
  msgstr "Por favor, complete a resposta da charada ."
124
 
125
- #: contact_form.php:159
126
  msgid "Please make corrections below and try again."
127
- msgstr ""
128
- "Por favor, faça as correções abaixo e tente enviar a mensagem novamente."
129
 
130
- #: contact_form.php:161
131
  msgid "Thank you for contacting us."
132
  msgstr "Obrigado por nos contatar"
133
 
134
- #: contact_form.php:356
135
- msgid ""
136
- "If the option 'Redirect to page' is selected then url field should be "
137
- "fillied in the following format"
138
  msgstr ""
139
 
140
- #: contact_form.php:365
141
- msgid "Such user is not exist. Settings are not saved."
142
  msgstr "Tal usuári não existe. Configurações não foram salvas."
143
 
144
- #: contact_form.php:370
145
- msgid "Please input correct email. Settings are not saved."
146
  msgstr "Por favor digite o email corretamente. Configurações não foram salvas."
147
 
148
- #: contact_form.php:376
149
  #, fuzzy
150
- msgid "Please input correct 'FROM' email. Settings are not saved."
151
  msgstr "Por favor digite o email corretamente. Configurações não foram salvas."
152
 
153
- #: contact_form.php:381
154
  msgid "Options saved."
155
  msgstr "Opções salvas."
156
 
157
- #: contact_form.php:406
158
- msgid ""
159
- "If you would like to add a Contact Form to your website, just copy and put "
160
- "this shortcode onto your post or page or widget:"
161
- msgstr ""
162
- "Se você gostaria de adicionar o Formulário de Contato no seu site, apenas "
163
- "copie e cole este código na sua postagem ou página ou widget:"
164
 
165
- #: contact_form.php:407
166
- msgid ""
167
- "If information in the below fields are empty then the message will be send "
168
- "to an address which was specified during registration."
169
- msgstr ""
170
- "Se informações nos campos abaixo estão vazias, então as mensagens serão "
171
- "enviadas para um endereço que foi especificado durante o registro."
172
 
173
- #: contact_form.php:411
174
- msgid "Use email of wordpress user:"
175
  msgstr "Use o email de um usuário do wordpress:"
176
 
177
- #: contact_form.php:415
178
- msgid "Select user name"
179
  msgstr "Selecione o nome do usuário"
180
 
181
- #: contact_form.php:420
182
- msgid "Set a name of user who will get messages from a contact form."
183
- msgstr ""
184
- "Determine um nome de usuário que receberá as mensagens enviadas pelo "
185
- "Formulário de Contato."
186
 
187
- #: contact_form.php:424
188
- msgid "Use this email:"
189
  msgstr "Use este email:"
190
 
191
- #: contact_form.php:427
192
- msgid "Set an email address which will be used for messages receiving."
193
- msgstr ""
194
- "Configure um endereço de email que será usado para o recebimento de "
195
- "mensagens."
196
 
197
- #: contact_form.php:431
198
  msgid "Additional options"
199
  msgstr "Opções adicionais"
200
 
201
- #: contact_form.php:434
202
  msgid "Display Attachment block"
203
  msgstr "Mostrar opção para anexar arquivos"
204
 
205
- #: contact_form.php:436
206
- msgid "Users can attach files of the following types"
207
  msgstr "Usuários pode anexar arquivos do seguinte tipo:"
208
 
209
- #: contact_form.php:440
210
- msgid "Display Attachment explanations"
211
  msgstr ""
212
 
213
- #: contact_form.php:442
214
- msgid "Display explanations after Attachment block"
215
  msgstr ""
216
 
217
- #: contact_form.php:446
218
  msgid "Display Send me a copy block"
219
  msgstr "Mostrar a opção Envie-me um cópia"
220
 
221
- #: contact_form.php:452
222
- msgid "What use?"
223
  msgstr ""
224
 
225
- #: contact_form.php:455
226
  msgid "Wp-mail"
227
  msgstr "Wp-mail"
228
 
229
- #: contact_form.php:456
230
- msgid "To send mail you can use the wordpress wp_mail function"
231
  msgstr ""
232
 
233
- #: contact_form.php:462
234
  msgid "Mail"
235
  msgstr "Mail"
236
 
237
- #: contact_form.php:463
238
  msgid "To send mail you can use the php mail function"
239
  msgstr ""
240
 
241
- #: contact_form.php:467
242
  #, fuzzy
243
- msgid "Change text for 'FROM' field of the email"
244
  msgstr "Mudar de campos do formulário de contato"
245
 
246
- #: contact_form.php:473
247
- msgid "Select email for 'FROM' field of the email"
248
- msgstr ""
249
-
250
  #: contact_form.php:475
251
- msgid ""
252
- "In the field 'From' in the mail it will use email of that user who fills the "
253
- "form."
254
  msgstr ""
255
 
256
  #: contact_form.php:477
257
- msgid "In the field 'From' it will use this email."
 
 
 
 
258
  msgstr ""
259
 
260
- #: contact_form.php:481
261
  msgid "Display phone field"
262
  msgstr ""
263
 
264
- #: contact_form.php:487
265
- msgid "Required field"
266
  msgstr ""
267
 
268
- #: contact_form.php:489 contact_form.php:953
 
269
  msgid "Name"
270
  msgstr "Nome"
271
 
272
- #: contact_form.php:490
273
  #, fuzzy
274
  msgid "E-Mail Address"
275
  msgstr "Endereço de E-mail:"
276
 
277
- #: contact_form.php:491 contact_form.php:961
 
278
  msgid "Phone"
279
  msgstr ""
280
 
281
- #: contact_form.php:492 contact_form.php:964
 
282
  msgid "Subject"
283
  msgstr "Assunto"
284
 
285
- #: contact_form.php:493 contact_form.php:967
 
286
  msgid "Message"
287
  msgstr "Mensagem"
288
 
289
- #: contact_form.php:497
290
  msgid "Display additional info in email"
291
  msgstr ""
292
 
293
- #: contact_form.php:502 contact_form.php:925
 
294
  msgid "Sent from (ip address)"
295
  msgstr "Enviado de (Endereço IP)"
296
 
297
- #: contact_form.php:503 contact_form.php:930
 
298
  msgid "Date/Time"
299
  msgstr "DAta / Hora"
300
 
301
- #: contact_form.php:504 contact_form.php:935
302
- msgid "Coming from (referer)"
 
303
  msgstr "Vindo de (origem)"
304
 
305
- #: contact_form.php:505 contact_form.php:940
 
306
  msgid "Using (user agent)"
307
  msgstr "Usando (cliente de email)"
308
 
309
- #: contact_form.php:509
310
- msgid "Language settings for label fields"
311
  msgstr ""
312
 
313
- #: contact_form.php:518
314
  msgid "Add language"
315
  msgstr ""
316
 
317
- #: contact_form.php:522
318
  #, fuzzy
319
- msgid "Change label for fields of the contact form and error messages"
320
  msgstr "Mudar rótulo para os campos no formulário de contato"
321
 
322
- #: contact_form.php:527 contact_form.php:580
 
323
  msgid "English"
324
  msgstr ""
325
 
326
- #: contact_form.php:542 contact_form.php:562
327
- msgid "Error message for name field"
 
328
  msgstr ""
329
 
330
- #: contact_form.php:543 contact_form.php:563
331
- msgid "Error message for email field"
 
332
  msgstr ""
333
 
334
- #: contact_form.php:544 contact_form.php:564
335
- msgid "Error message for phone field"
 
336
  msgstr ""
337
 
338
- #: contact_form.php:545 contact_form.php:565
339
- msgid "Error message for subject field"
 
340
  msgstr ""
341
 
342
- #: contact_form.php:546 contact_form.php:566
343
- msgid "Error message for message field"
 
344
  msgstr ""
345
 
346
- #: contact_form.php:547 contact_form.php:567
347
- msgid "Error message for attachment field"
 
348
  msgstr ""
349
 
350
- #: contact_form.php:548 contact_form.php:568
351
- msgid "Error message for captcha"
 
352
  msgstr ""
353
 
354
- #: contact_form.php:549 contact_form.php:569
355
- msgid "Error message for all form"
 
356
  msgstr ""
357
 
358
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
359
- #: contact_form.php:595
 
 
360
  msgid "Use shortcode"
361
  msgstr ""
362
 
363
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
364
- #: contact_form.php:595
 
 
365
  msgid "for this language"
366
  msgstr ""
367
 
368
- #: contact_form.php:577
369
- msgid "Action after the send mail"
370
  msgstr ""
371
 
372
- #: contact_form.php:579
373
  #, fuzzy
374
  msgid "Display text"
375
  msgstr "Mostrar opção para anexar arquivos"
376
 
377
- #: contact_form.php:588 contact_form.php:594
 
378
  msgid "Text"
379
  msgstr ""
380
 
381
- #: contact_form.php:601
382
- msgid "Redirect to page"
383
  msgstr ""
384
 
385
- #: contact_form.php:602
386
  msgid "Url"
387
  msgstr ""
388
 
389
- #: contact_form.php:607
390
  msgid "Save Changes"
391
  msgstr "Salvar mudanças"
392
 
393
- #: contact_form.php:646
394
- msgid "Sorry, your e-mail could not be delivered."
395
  msgstr "Desculpe, seu e-mail não pode ser entregue."
396
 
397
- #: contact_form.php:716
398
- msgid "You can attach files of the following types"
399
  msgstr "Você pode anexar arquivos do seguinte tipo"
400
 
401
- #: contact_form.php:724
402
  msgid "Send me a copy"
403
  msgstr "Envie-me uma cópia"
404
 
405
- #: contact_form.php:948
406
  msgid "Contact from"
407
  msgstr "Formulário de Contato"
408
 
409
- #: contact_form.php:956
410
  msgid "Email"
411
  msgstr "E-Mail"
412
 
413
- #: contact_form.php:970
414
  msgid "Site"
415
  msgstr "Site"
416
 
417
- #: contact_form.php:1021
418
- msgid "If you can see this MIME than your client doesn't accept MIME types!"
419
- msgstr ""
420
- "Se você consegue ver esta MENSAGEM então seu cliente não aceita tipos MIME! "
421
- "Favor usar um cliente mais atualizado."
422
 
423
- #: contact_form.php:1074
424
  msgid "FAQ"
425
  msgstr "Perguntas Frequentes"
426
 
427
- #: contact_form.php:1075
428
  msgid "Support"
429
  msgstr "Suporte"
430
 
431
- #: contact_form.php:1121
432
- msgid "Are you sure you want to delete this language?"
433
  msgstr ""
434
 
435
  #~ msgid "E-Mail Addresse:"
436
  #~ msgstr "Indirizzo e-mail:"
437
-
438
  #~ msgid "Install Now"
439
  #~ msgstr "Installa Ora"
440
-
441
  #~ msgid "BWS Plugins"
442
  #~ msgstr "BWS Plugins"
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-02-07 16:04+0300\n"
6
+ "PO-Revision-Date: 2013-02-07 16:04+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:78
20
  msgid "Activated plugins"
21
  msgstr "Plugins ativados"
22
 
23
+ #: contact_form.php:80
24
+ #: contact_form.php:88
25
+ #: contact_form.php:96
26
  msgid "Read more"
27
  msgstr "Leia Mais"
28
 
29
+ #: contact_form.php:80
30
+ #: contact_form.php:1066
31
+ #: contact_form.php:1075
32
  msgid "Settings"
33
  msgstr "Configurações"
34
 
35
+ #: contact_form.php:86
36
  msgid "Installed plugins"
37
  msgstr "Plugins instalados"
38
 
39
+ #: contact_form.php:94
40
  msgid "Recommended plugins"
41
  msgstr "Plugins recomendados"
42
 
43
+ #: contact_form.php:96
44
  msgid "Download"
45
  msgstr "Baixar"
46
 
47
+ #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "Instalar %s"
51
 
52
+ #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "Instale agora do site wordpress.org"
55
 
56
+ #: contact_form.php:98
57
+ msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
58
+ msgstr "Se você tem quaisquer perguntas, por favor entre em contato através do email plugin@bestwebsoft.com ou preencha nosso formulário de contato pelo site. "
 
 
 
 
59
 
60
+ #: contact_form.php:110
61
+ #: contact_form.php:403
62
  msgid "Contact Form Options"
63
  msgstr "Opções do formulário de contato"
64
 
65
+ #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "Formulário de contato"
68
 
69
+ #: contact_form.php:147
70
+ #: contact_form.php:537
71
+ #: contact_form.php:557
72
  msgid "Name:"
73
  msgstr "Nome:"
74
 
75
+ #: contact_form.php:148
76
+ #: contact_form.php:538
77
+ #: contact_form.php:558
78
+ msgid "Email Address:"
79
  msgstr "Endereço de E-mail:"
80
 
81
+ #: contact_form.php:149
82
+ #: contact_form.php:539
83
+ #: contact_form.php:559
84
+ msgid "Phone number:"
85
  msgstr ""
86
 
87
+ #: contact_form.php:150
88
+ #: contact_form.php:540
89
+ #: contact_form.php:560
90
  msgid "Subject:"
91
  msgstr "Assunto:"
92
 
93
+ #: contact_form.php:151
94
+ #: contact_form.php:541
95
+ #: contact_form.php:561
96
  msgid "Message:"
97
  msgstr "Mensagem:"
98
 
99
+ #: contact_form.php:152
100
+ #: contact_form.php:542
101
+ #: contact_form.php:562
102
  msgid "Attachment:"
103
  msgstr "Anexo:"
104
 
105
+ #: contact_form.php:153
106
+ #: contact_form.php:543
107
+ #: contact_form.php:563
108
  msgid "Submit"
109
  msgstr "Enviar"
110
 
111
+ #: contact_form.php:154
112
  msgid "Your name is required."
113
  msgstr "Seu nome é obrigatório"
114
 
115
+ #: contact_form.php:155
116
  msgid "A proper e-mail address is required."
117
  msgstr "Um e-mail correto é obrigatório."
118
 
119
+ #: contact_form.php:156
120
+ msgid "Subject is required."
121
  msgstr "O Assunto da mensagem é obrigatório."
122
 
123
+ #: contact_form.php:157
124
  msgid "Message text is required."
125
  msgstr "O texto da Mensagem é obrigatório."
126
 
127
+ #: contact_form.php:158
128
  #, fuzzy
129
+ msgid "Phone number is required."
130
  msgstr "Seu nome é obrigatório"
131
 
132
+ #: contact_form.php:159
133
+ msgid "File format is not valid."
134
  msgstr "Impossível anexar arquivo. "
135
 
136
+ #: contact_form.php:160
137
+ msgid "Please fill out the CAPTCHA."
138
  msgstr "Por favor, complete a resposta da charada ."
139
 
140
+ #: contact_form.php:161
141
  msgid "Please make corrections below and try again."
142
+ msgstr "Por favor, faça as correções abaixo e tente enviar a mensagem novamente."
 
143
 
144
+ #: contact_form.php:163
145
  msgid "Thank you for contacting us."
146
  msgstr "Obrigado por nos contatar"
147
 
148
+ #: contact_form.php:358
149
+ msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
 
 
150
  msgstr ""
151
 
152
+ #: contact_form.php:367
153
+ msgid "Such user does not exist. Settings are not saved."
154
  msgstr "Tal usuári não existe. Configurações não foram salvas."
155
 
156
+ #: contact_form.php:372
157
+ msgid "Please enter a valid email address. Settings are not saved."
158
  msgstr "Por favor digite o email corretamente. Configurações não foram salvas."
159
 
160
+ #: contact_form.php:378
161
  #, fuzzy
162
+ msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
163
  msgstr "Por favor digite o email corretamente. Configurações não foram salvas."
164
 
165
+ #: contact_form.php:383
166
  msgid "Options saved."
167
  msgstr "Opções salvas."
168
 
169
+ #: contact_form.php:408
170
+ 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:"
171
+ 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:"
 
 
 
 
172
 
173
+ #: contact_form.php:409
174
+ msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
175
+ 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."
 
 
 
 
176
 
177
+ #: contact_form.php:413
178
+ msgid "The user's email address:"
179
  msgstr "Use o email de um usuário do wordpress:"
180
 
181
+ #: contact_form.php:417
182
+ msgid "Create a username"
183
  msgstr "Selecione o nome do usuário"
184
 
185
+ #: contact_form.php:422
186
+ msgid "Enter a username of the person who should get the messages from the contact form."
187
+ msgstr "Determine um nome de usuário que receberá as mensagens enviadas pelo Formulário de Contato."
 
 
188
 
189
+ #: contact_form.php:426
190
+ msgid "Use this email address:"
191
  msgstr "Use este email:"
192
 
193
+ #: contact_form.php:429
194
+ msgid "Enter the email address you want the messages forwarded to."
195
+ msgstr "Configure um endereço de email que será usado para o recebimento de mensagens."
 
 
196
 
197
+ #: contact_form.php:433
198
  msgid "Additional options"
199
  msgstr "Opções adicionais"
200
 
201
+ #: contact_form.php:436
202
  msgid "Display Attachment block"
203
  msgstr "Mostrar opção para anexar arquivos"
204
 
205
+ #: contact_form.php:438
206
+ msgid "Users can attach the following file formats"
207
  msgstr "Usuários pode anexar arquivos do seguinte tipo:"
208
 
209
+ #: contact_form.php:442
210
+ msgid "Display Attachment tips"
211
  msgstr ""
212
 
213
+ #: contact_form.php:444
214
+ msgid "Display tips below the Attachment block"
215
  msgstr ""
216
 
217
+ #: contact_form.php:448
218
  msgid "Display Send me a copy block"
219
  msgstr "Mostrar a opção Envie-me um cópia"
220
 
221
+ #: contact_form.php:454
222
+ msgid "What to use?"
223
  msgstr ""
224
 
225
+ #: contact_form.php:457
226
  msgid "Wp-mail"
227
  msgstr "Wp-mail"
228
 
229
+ #: contact_form.php:458
230
+ msgid "You can use the wp_mail function for mailing"
231
  msgstr ""
232
 
233
+ #: contact_form.php:464
234
  msgid "Mail"
235
  msgstr "Mail"
236
 
237
+ #: contact_form.php:465
238
  msgid "To send mail you can use the php mail function"
239
  msgstr ""
240
 
241
+ #: contact_form.php:469
242
  #, fuzzy
243
+ msgid "Change text of the 'FROM' field"
244
  msgstr "Mudar de campos do formulário de contato"
245
 
 
 
 
 
246
  #: contact_form.php:475
247
+ msgid "Enter the email address in the 'From' field"
 
 
248
  msgstr ""
249
 
250
  #: contact_form.php:477
251
+ msgid "The email address of the user who fills the form is going to be used in the field 'From'."
252
+ msgstr ""
253
+
254
+ #: contact_form.php:479
255
+ msgid "This email address will be used in the 'From' field."
256
  msgstr ""
257
 
258
+ #: contact_form.php:483
259
  msgid "Display phone field"
260
  msgstr ""
261
 
262
+ #: contact_form.php:489
263
+ msgid "Required fields"
264
  msgstr ""
265
 
266
+ #: contact_form.php:491
267
+ #: contact_form.php:955
268
  msgid "Name"
269
  msgstr "Nome"
270
 
271
+ #: contact_form.php:492
272
  #, fuzzy
273
  msgid "E-Mail Address"
274
  msgstr "Endereço de E-mail:"
275
 
276
+ #: contact_form.php:493
277
+ #: contact_form.php:963
278
  msgid "Phone"
279
  msgstr ""
280
 
281
+ #: contact_form.php:494
282
+ #: contact_form.php:966
283
  msgid "Subject"
284
  msgstr "Assunto"
285
 
286
+ #: contact_form.php:495
287
+ #: contact_form.php:969
288
  msgid "Message"
289
  msgstr "Mensagem"
290
 
291
+ #: contact_form.php:499
292
  msgid "Display additional info in email"
293
  msgstr ""
294
 
295
+ #: contact_form.php:504
296
+ #: contact_form.php:927
297
  msgid "Sent from (ip address)"
298
  msgstr "Enviado de (Endereço IP)"
299
 
300
+ #: contact_form.php:505
301
+ #: contact_form.php:932
302
  msgid "Date/Time"
303
  msgstr "DAta / Hora"
304
 
305
+ #: contact_form.php:506
306
+ #: contact_form.php:937
307
+ msgid "Sent from (referer)"
308
  msgstr "Vindo de (origem)"
309
 
310
+ #: contact_form.php:507
311
+ #: contact_form.php:942
312
  msgid "Using (user agent)"
313
  msgstr "Usando (cliente de email)"
314
 
315
+ #: contact_form.php:511
316
+ msgid "Language settings for the field names in the form"
317
  msgstr ""
318
 
319
+ #: contact_form.php:520
320
  msgid "Add language"
321
  msgstr ""
322
 
323
+ #: contact_form.php:524
324
  #, fuzzy
325
+ msgid "Change the names of the contact form fields and error messages"
326
  msgstr "Mudar rótulo para os campos no formulário de contato"
327
 
328
+ #: contact_form.php:529
329
+ #: contact_form.php:582
330
  msgid "English"
331
  msgstr ""
332
 
333
+ #: contact_form.php:544
334
+ #: contact_form.php:564
335
+ msgid "Error message for the Name field"
336
  msgstr ""
337
 
338
+ #: contact_form.php:545
339
+ #: contact_form.php:565
340
+ msgid "Error message for the Email field"
341
  msgstr ""
342
 
343
+ #: contact_form.php:546
344
+ #: contact_form.php:566
345
+ msgid "Error message for the Phone field"
346
  msgstr ""
347
 
348
+ #: contact_form.php:547
349
+ #: contact_form.php:567
350
+ msgid "Error message for the Subject field"
351
  msgstr ""
352
 
353
+ #: contact_form.php:548
354
+ #: contact_form.php:568
355
+ msgid "Error message for the Message field"
356
  msgstr ""
357
 
358
+ #: contact_form.php:549
359
+ #: contact_form.php:569
360
+ msgid "Error message for the Attachment field"
361
  msgstr ""
362
 
363
+ #: contact_form.php:550
364
+ #: contact_form.php:570
365
+ msgid "Error message for the Captcha field"
366
  msgstr ""
367
 
368
+ #: contact_form.php:551
369
+ #: contact_form.php:571
370
+ msgid "Error message for the whole form"
371
  msgstr ""
372
 
373
+ #: contact_form.php:552
374
+ #: contact_form.php:572
375
+ #: contact_form.php:591
376
+ #: contact_form.php:597
377
  msgid "Use shortcode"
378
  msgstr ""
379
 
380
+ #: contact_form.php:552
381
+ #: contact_form.php:572
382
+ #: contact_form.php:591
383
+ #: contact_form.php:597
384
  msgid "for this language"
385
  msgstr ""
386
 
387
+ #: contact_form.php:579
388
+ msgid "Action after email is sent"
389
  msgstr ""
390
 
391
+ #: contact_form.php:581
392
  #, fuzzy
393
  msgid "Display text"
394
  msgstr "Mostrar opção para anexar arquivos"
395
 
396
+ #: contact_form.php:590
397
+ #: contact_form.php:596
398
  msgid "Text"
399
  msgstr ""
400
 
401
+ #: contact_form.php:603
402
+ msgid "Redirect to the page"
403
  msgstr ""
404
 
405
+ #: contact_form.php:604
406
  msgid "Url"
407
  msgstr ""
408
 
409
+ #: contact_form.php:609
410
  msgid "Save Changes"
411
  msgstr "Salvar mudanças"
412
 
413
+ #: contact_form.php:648
414
+ msgid "Sorry, email message could not be delivered."
415
  msgstr "Desculpe, seu e-mail não pode ser entregue."
416
 
417
+ #: contact_form.php:718
418
+ msgid "You can attach the following file formats"
419
  msgstr "Você pode anexar arquivos do seguinte tipo"
420
 
421
+ #: contact_form.php:726
422
  msgid "Send me a copy"
423
  msgstr "Envie-me uma cópia"
424
 
425
+ #: contact_form.php:950
426
  msgid "Contact from"
427
  msgstr "Formulário de Contato"
428
 
429
+ #: contact_form.php:958
430
  msgid "Email"
431
  msgstr "E-Mail"
432
 
433
+ #: contact_form.php:972
434
  msgid "Site"
435
  msgstr "Site"
436
 
437
+ #: contact_form.php:1023
438
+ msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
439
+ msgstr "Se você consegue ver esta MENSAGEM então seu cliente não aceita tipos MIME! Favor usar um cliente mais atualizado."
 
 
440
 
441
+ #: contact_form.php:1076
442
  msgid "FAQ"
443
  msgstr "Perguntas Frequentes"
444
 
445
+ #: contact_form.php:1077
446
  msgid "Support"
447
  msgstr "Suporte"
448
 
449
+ #: contact_form.php:1123
450
+ msgid "Are you sure that you want to delete this language data?"
451
  msgstr ""
452
 
453
  #~ msgid "E-Mail Addresse:"
454
  #~ msgstr "Indirizzo e-mail:"
 
455
  #~ msgid "Install Now"
456
  #~ msgstr "Installa Ora"
 
457
  #~ msgid "BWS Plugins"
458
  #~ msgstr "BWS Plugins"
459
+
languages/contact_form-pt_PT.mo CHANGED
Binary file
languages/contact_form-pt_PT.po CHANGED
@@ -2,441 +2,458 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-12-19 13:32+0200\n"
6
- "PO-Revision-Date: 2012-12-19 13:32+0200\n"
7
- "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
- "Language: rm_SH\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:76
20
  msgid "Activated plugins"
21
  msgstr "Plugins ativados"
22
 
23
- #: contact_form.php:78 contact_form.php:86 contact_form.php:94
 
 
24
  msgid "Read more"
25
  msgstr "Leia Mais"
26
 
27
- #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
 
 
28
  msgid "Settings"
29
  msgstr "Configurações"
30
 
31
- #: contact_form.php:84
32
  msgid "Installed plugins"
33
  msgstr "Plugins instalados"
34
 
35
- #: contact_form.php:92
36
  msgid "Recommended plugins"
37
  msgstr "Plugins recomendados"
38
 
39
- #: contact_form.php:94
40
  msgid "Download"
41
  msgstr "Baixar"
42
 
43
- #: contact_form.php:94
44
  #, php-format
45
  msgid "Install %s"
46
  msgstr "Instalar %s"
47
 
48
- #: contact_form.php:94
49
  msgid "Install now from wordpress.org"
50
  msgstr "Instale agora do site wordpress.org"
51
 
52
- #: contact_form.php:96
53
- msgid ""
54
- "If you have any questions, please contact us via plugin@bestwebsoft.com or "
55
- "fill in our contact form on our site"
56
- msgstr ""
57
- "Se você tem quaisquer perguntas, por favor entre em contato através do email "
58
- "plugin@bestwebsoft.com ou preencha nosso formulário de contato pelo site. "
59
 
60
- #: contact_form.php:108 contact_form.php:401
 
61
  msgid "Contact Form Options"
62
  msgstr "Opções do formulário de contato"
63
 
64
- #: contact_form.php:108
65
  msgid "Contact Form"
66
  msgstr "Formulário de contato"
67
 
68
- #: contact_form.php:145 contact_form.php:535 contact_form.php:555
 
 
69
  msgid "Name:"
70
  msgstr "Nome:"
71
 
72
- #: contact_form.php:146 contact_form.php:536 contact_form.php:556
73
- msgid "E-Mail Address:"
 
 
74
  msgstr "Endereço de E-mail:"
75
 
76
- #: contact_form.php:147 contact_form.php:537 contact_form.php:557
77
- msgid "Phone:"
 
 
78
  msgstr ""
79
 
80
- #: contact_form.php:148 contact_form.php:538 contact_form.php:558
 
 
81
  msgid "Subject:"
82
  msgstr "Assunto:"
83
 
84
- #: contact_form.php:149 contact_form.php:539 contact_form.php:559
 
 
85
  msgid "Message:"
86
  msgstr "Mensagem:"
87
 
88
- #: contact_form.php:150 contact_form.php:540 contact_form.php:560
 
 
89
  msgid "Attachment:"
90
  msgstr "Anexo:"
91
 
92
- #: contact_form.php:151 contact_form.php:541 contact_form.php:561
 
 
93
  msgid "Submit"
94
  msgstr "Enviar"
95
 
96
- #: contact_form.php:152
97
  msgid "Your name is required."
98
  msgstr "Seu nome é obrigatório"
99
 
100
- #: contact_form.php:153
101
  msgid "A proper e-mail address is required."
102
  msgstr "Um e-mail correto é obrigatório."
103
 
104
- #: contact_form.php:154
105
- msgid "Subject text is required."
106
  msgstr "O Assunto da mensagem é obrigatório."
107
 
108
- #: contact_form.php:155
109
  msgid "Message text is required."
110
  msgstr "O texto da Mensagem é obrigatório."
111
 
112
- #: contact_form.php:156
113
  #, fuzzy
114
- msgid "Phone is required field."
115
  msgstr "Seu nome é obrigatório"
116
 
117
- #: contact_form.php:157
118
- msgid "Attachment is broken."
119
  msgstr "Impossível anexar arquivo. "
120
 
121
- #: contact_form.php:158
122
- msgid "Please complete the CAPTCHA."
123
  msgstr "Por favor, complete a resposta da charada ."
124
 
125
- #: contact_form.php:159
126
  msgid "Please make corrections below and try again."
127
- msgstr ""
128
- "Por favor, faça as correções abaixo e tente enviar a mensagem novamente."
129
 
130
- #: contact_form.php:161
131
  msgid "Thank you for contacting us."
132
  msgstr "Obrigado por nos contactar"
133
 
134
- #: contact_form.php:356
135
- msgid ""
136
- "If the option 'Redirect to page' is selected then url field should be "
137
- "fillied in the following format"
138
  msgstr ""
139
 
140
- #: contact_form.php:365
141
- msgid "Such user is not exist. Settings are not saved."
142
  msgstr "Tal usuári não existe. Configurações não foram salvas."
143
 
144
- #: contact_form.php:370
145
- msgid "Please input correct email. Settings are not saved."
146
  msgstr "Por favor digite o email corretamente. Configurações não foram salvas."
147
 
148
- #: contact_form.php:376
149
  #, fuzzy
150
- msgid "Please input correct 'FROM' email. Settings are not saved."
151
  msgstr "Por favor digite o email corretamente. Configurações não foram salvas."
152
 
153
- #: contact_form.php:381
154
  msgid "Options saved."
155
  msgstr "Opções salvas."
156
 
157
- #: contact_form.php:406
158
- msgid ""
159
- "If you would like to add a Contact Form to your website, just copy and put "
160
- "this shortcode onto your post or page or widget:"
161
- msgstr ""
162
- "Se você gostaria de adicionar o Formulário de Contato no seu site, apenas "
163
- "copie e cole este código na sua postagem ou página ou widget:"
164
 
165
- #: contact_form.php:407
166
- msgid ""
167
- "If information in the below fields are empty then the message will be send "
168
- "to an address which was specified during registration."
169
- msgstr ""
170
- "Se informações nos campos abaixo estão vazias, então as mensagens serão "
171
- "enviadas para um endereço que foi especificado durante o registro."
172
 
173
- #: contact_form.php:411
174
- msgid "Use email of wordpress user:"
175
  msgstr "Use o email de um usuário do wordpress:"
176
 
177
- #: contact_form.php:415
178
- msgid "Select user name"
179
  msgstr "Selecione o nome do usuário"
180
 
181
- #: contact_form.php:420
182
- msgid "Set a name of user who will get messages from a contact form."
183
- msgstr ""
184
- "Determine um nome de usuário que receberá as mensagens enviadas pelo "
185
- "Formulário de Contato."
186
 
187
- #: contact_form.php:424
188
- msgid "Use this email:"
189
  msgstr "Use este email:"
190
 
191
- #: contact_form.php:427
192
- msgid "Set an email address which will be used for messages receiving."
193
- msgstr ""
194
- "Configure um endereço de email que será usado para o recebimento de "
195
- "mensagens."
196
 
197
- #: contact_form.php:431
198
  msgid "Additional options"
199
  msgstr "Opções adicionais"
200
 
201
- #: contact_form.php:434
202
  msgid "Display Attachment block"
203
  msgstr "Mostrar opção para anexar arquivos"
204
 
205
- #: contact_form.php:436
206
- msgid "Users can attach files of the following types"
207
  msgstr "Usuários pode anexar arquivos do seguinte tipo:"
208
 
209
- #: contact_form.php:440
210
- msgid "Display Attachment explanations"
211
  msgstr ""
212
 
213
- #: contact_form.php:442
214
- msgid "Display explanations after Attachment block"
215
  msgstr ""
216
 
217
- #: contact_form.php:446
218
  msgid "Display Send me a copy block"
219
  msgstr "Mostrar a opção Envie-me um cópia"
220
 
221
- #: contact_form.php:452
222
- msgid "What use?"
223
  msgstr ""
224
 
225
- #: contact_form.php:455
226
  msgid "Wp-mail"
227
  msgstr "Wp-mail"
228
 
229
- #: contact_form.php:456
230
- msgid "To send mail you can use the wordpress wp_mail function"
231
  msgstr ""
232
 
233
- #: contact_form.php:462
234
  msgid "Mail"
235
  msgstr "Mail"
236
 
237
- #: contact_form.php:463
238
  msgid "To send mail you can use the php mail function"
239
  msgstr ""
240
 
241
- #: contact_form.php:467
242
  #, fuzzy
243
- msgid "Change text for 'FROM' field of the email"
244
  msgstr "Mudar rótulo para os campos no formulário de contato"
245
 
246
- #: contact_form.php:473
247
- msgid "Select email for 'FROM' field of the email"
248
- msgstr ""
249
-
250
  #: contact_form.php:475
251
- msgid ""
252
- "In the field 'From' in the mail it will use email of that user who fills the "
253
- "form."
254
  msgstr ""
255
 
256
  #: contact_form.php:477
257
- msgid "In the field 'From' it will use this email."
 
 
 
 
258
  msgstr ""
259
 
260
- #: contact_form.php:481
261
  msgid "Display phone field"
262
  msgstr ""
263
 
264
- #: contact_form.php:487
265
- msgid "Required field"
266
  msgstr ""
267
 
268
- #: contact_form.php:489 contact_form.php:953
 
269
  msgid "Name"
270
  msgstr "Nome"
271
 
272
- #: contact_form.php:490
273
  #, fuzzy
274
  msgid "E-Mail Address"
275
  msgstr "Endereço de E-mail:"
276
 
277
- #: contact_form.php:491 contact_form.php:961
 
278
  msgid "Phone"
279
  msgstr ""
280
 
281
- #: contact_form.php:492 contact_form.php:964
 
282
  msgid "Subject"
283
  msgstr "Assunto"
284
 
285
- #: contact_form.php:493 contact_form.php:967
 
286
  msgid "Message"
287
  msgstr "Mensagem"
288
 
289
- #: contact_form.php:497
290
  msgid "Display additional info in email"
291
  msgstr ""
292
 
293
- #: contact_form.php:502 contact_form.php:925
 
294
  msgid "Sent from (ip address)"
295
  msgstr "Enviado de (Endereço IP)"
296
 
297
- #: contact_form.php:503 contact_form.php:930
 
298
  msgid "Date/Time"
299
  msgstr "DAta / Hora"
300
 
301
- #: contact_form.php:504 contact_form.php:935
302
- msgid "Coming from (referer)"
 
303
  msgstr "Vindo de (origem)"
304
 
305
- #: contact_form.php:505 contact_form.php:940
 
306
  msgid "Using (user agent)"
307
  msgstr "Usando (cliente de email)"
308
 
309
- #: contact_form.php:509
310
- msgid "Language settings for label fields"
311
  msgstr ""
312
 
313
- #: contact_form.php:518
314
  msgid "Add language"
315
  msgstr ""
316
 
317
- #: contact_form.php:522
318
  #, fuzzy
319
- msgid "Change label for fields of the contact form and error messages"
320
  msgstr "Mudar rótulo para os campos no formulário de contato"
321
 
322
- #: contact_form.php:527 contact_form.php:580
 
323
  msgid "English"
324
  msgstr ""
325
 
326
- #: contact_form.php:542 contact_form.php:562
327
- msgid "Error message for name field"
 
328
  msgstr ""
329
 
330
- #: contact_form.php:543 contact_form.php:563
331
- msgid "Error message for email field"
 
332
  msgstr ""
333
 
334
- #: contact_form.php:544 contact_form.php:564
335
- msgid "Error message for phone field"
 
336
  msgstr ""
337
 
338
- #: contact_form.php:545 contact_form.php:565
339
- msgid "Error message for subject field"
 
340
  msgstr ""
341
 
342
- #: contact_form.php:546 contact_form.php:566
343
- msgid "Error message for message field"
 
344
  msgstr ""
345
 
346
- #: contact_form.php:547 contact_form.php:567
347
- msgid "Error message for attachment field"
 
348
  msgstr ""
349
 
350
- #: contact_form.php:548 contact_form.php:568
351
- msgid "Error message for captcha"
 
352
  msgstr ""
353
 
354
- #: contact_form.php:549 contact_form.php:569
355
- msgid "Error message for all form"
 
356
  msgstr ""
357
 
358
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
359
- #: contact_form.php:595
 
 
360
  msgid "Use shortcode"
361
  msgstr ""
362
 
363
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
364
- #: contact_form.php:595
 
 
365
  msgid "for this language"
366
  msgstr ""
367
 
368
- #: contact_form.php:577
369
- msgid "Action after the send mail"
370
  msgstr ""
371
 
372
- #: contact_form.php:579
373
  #, fuzzy
374
  msgid "Display text"
375
  msgstr "Mostrar opção para anexar arquivos"
376
 
377
- #: contact_form.php:588 contact_form.php:594
 
378
  msgid "Text"
379
  msgstr ""
380
 
381
- #: contact_form.php:601
382
- msgid "Redirect to page"
383
  msgstr ""
384
 
385
- #: contact_form.php:602
386
  msgid "Url"
387
  msgstr ""
388
 
389
- #: contact_form.php:607
390
  msgid "Save Changes"
391
  msgstr "Salvar mudanças"
392
 
393
- #: contact_form.php:646
394
- msgid "Sorry, your e-mail could not be delivered."
395
  msgstr "Desculpe, seu e-mail não pode ser entregue."
396
 
397
- #: contact_form.php:716
398
- msgid "You can attach files of the following types"
399
  msgstr "Você pode anexar arquivos do seguinte tipo"
400
 
401
- #: contact_form.php:724
402
  msgid "Send me a copy"
403
  msgstr "Envie-me uma cópia"
404
 
405
- #: contact_form.php:948
406
  msgid "Contact from"
407
  msgstr "Formulário de Contato"
408
 
409
- #: contact_form.php:956
410
  msgid "Email"
411
  msgstr "E-Mail"
412
 
413
- #: contact_form.php:970
414
  msgid "Site"
415
  msgstr "Site"
416
 
417
- #: contact_form.php:1021
418
- msgid "If you can see this MIME than your client doesn't accept MIME types!"
419
- msgstr ""
420
- "Se você consegue ver esta MENSAGEM então seu cliente não aceita tipos MIME! "
421
- "Favor usar um cliente mais atualizado."
422
 
423
- #: contact_form.php:1074
424
  msgid "FAQ"
425
  msgstr "Perguntas Frequentes"
426
 
427
- #: contact_form.php:1075
428
  msgid "Support"
429
  msgstr "Suporte"
430
 
431
- #: contact_form.php:1121
432
- msgid "Are you sure you want to delete this language?"
433
  msgstr ""
434
 
435
  #~ msgid "E-Mail Addresse:"
436
  #~ msgstr "Indirizzo e-mail:"
437
-
438
  #~ msgid "Install Now"
439
  #~ msgstr "Installa Ora"
440
-
441
  #~ msgid "BWS Plugins"
442
  #~ msgstr "BWS Plugins"
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-02-07 16:04+0300\n"
6
+ "PO-Revision-Date: 2013-02-07 16:04+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: rm_SH\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:78
20
  msgid "Activated plugins"
21
  msgstr "Plugins ativados"
22
 
23
+ #: contact_form.php:80
24
+ #: contact_form.php:88
25
+ #: contact_form.php:96
26
  msgid "Read more"
27
  msgstr "Leia Mais"
28
 
29
+ #: contact_form.php:80
30
+ #: contact_form.php:1066
31
+ #: contact_form.php:1075
32
  msgid "Settings"
33
  msgstr "Configurações"
34
 
35
+ #: contact_form.php:86
36
  msgid "Installed plugins"
37
  msgstr "Plugins instalados"
38
 
39
+ #: contact_form.php:94
40
  msgid "Recommended plugins"
41
  msgstr "Plugins recomendados"
42
 
43
+ #: contact_form.php:96
44
  msgid "Download"
45
  msgstr "Baixar"
46
 
47
+ #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "Instalar %s"
51
 
52
+ #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "Instale agora do site wordpress.org"
55
 
56
+ #: contact_form.php:98
57
+ msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
58
+ msgstr "Se você tem quaisquer perguntas, por favor entre em contato através do email plugin@bestwebsoft.com ou preencha nosso formulário de contato pelo site. "
 
 
 
 
59
 
60
+ #: contact_form.php:110
61
+ #: contact_form.php:403
62
  msgid "Contact Form Options"
63
  msgstr "Opções do formulário de contato"
64
 
65
+ #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "Formulário de contato"
68
 
69
+ #: contact_form.php:147
70
+ #: contact_form.php:537
71
+ #: contact_form.php:557
72
  msgid "Name:"
73
  msgstr "Nome:"
74
 
75
+ #: contact_form.php:148
76
+ #: contact_form.php:538
77
+ #: contact_form.php:558
78
+ msgid "Email Address:"
79
  msgstr "Endereço de E-mail:"
80
 
81
+ #: contact_form.php:149
82
+ #: contact_form.php:539
83
+ #: contact_form.php:559
84
+ msgid "Phone number:"
85
  msgstr ""
86
 
87
+ #: contact_form.php:150
88
+ #: contact_form.php:540
89
+ #: contact_form.php:560
90
  msgid "Subject:"
91
  msgstr "Assunto:"
92
 
93
+ #: contact_form.php:151
94
+ #: contact_form.php:541
95
+ #: contact_form.php:561
96
  msgid "Message:"
97
  msgstr "Mensagem:"
98
 
99
+ #: contact_form.php:152
100
+ #: contact_form.php:542
101
+ #: contact_form.php:562
102
  msgid "Attachment:"
103
  msgstr "Anexo:"
104
 
105
+ #: contact_form.php:153
106
+ #: contact_form.php:543
107
+ #: contact_form.php:563
108
  msgid "Submit"
109
  msgstr "Enviar"
110
 
111
+ #: contact_form.php:154
112
  msgid "Your name is required."
113
  msgstr "Seu nome é obrigatório"
114
 
115
+ #: contact_form.php:155
116
  msgid "A proper e-mail address is required."
117
  msgstr "Um e-mail correto é obrigatório."
118
 
119
+ #: contact_form.php:156
120
+ msgid "Subject is required."
121
  msgstr "O Assunto da mensagem é obrigatório."
122
 
123
+ #: contact_form.php:157
124
  msgid "Message text is required."
125
  msgstr "O texto da Mensagem é obrigatório."
126
 
127
+ #: contact_form.php:158
128
  #, fuzzy
129
+ msgid "Phone number is required."
130
  msgstr "Seu nome é obrigatório"
131
 
132
+ #: contact_form.php:159
133
+ msgid "File format is not valid."
134
  msgstr "Impossível anexar arquivo. "
135
 
136
+ #: contact_form.php:160
137
+ msgid "Please fill out the CAPTCHA."
138
  msgstr "Por favor, complete a resposta da charada ."
139
 
140
+ #: contact_form.php:161
141
  msgid "Please make corrections below and try again."
142
+ msgstr "Por favor, faça as correções abaixo e tente enviar a mensagem novamente."
 
143
 
144
+ #: contact_form.php:163
145
  msgid "Thank you for contacting us."
146
  msgstr "Obrigado por nos contactar"
147
 
148
+ #: contact_form.php:358
149
+ msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
 
 
150
  msgstr ""
151
 
152
+ #: contact_form.php:367
153
+ msgid "Such user does not exist. Settings are not saved."
154
  msgstr "Tal usuári não existe. Configurações não foram salvas."
155
 
156
+ #: contact_form.php:372
157
+ msgid "Please enter a valid email address. Settings are not saved."
158
  msgstr "Por favor digite o email corretamente. Configurações não foram salvas."
159
 
160
+ #: contact_form.php:378
161
  #, fuzzy
162
+ msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
163
  msgstr "Por favor digite o email corretamente. Configurações não foram salvas."
164
 
165
+ #: contact_form.php:383
166
  msgid "Options saved."
167
  msgstr "Opções salvas."
168
 
169
+ #: contact_form.php:408
170
+ 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:"
171
+ 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:"
 
 
 
 
172
 
173
+ #: contact_form.php:409
174
+ msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
175
+ 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."
 
 
 
 
176
 
177
+ #: contact_form.php:413
178
+ msgid "The user's email address:"
179
  msgstr "Use o email de um usuário do wordpress:"
180
 
181
+ #: contact_form.php:417
182
+ msgid "Create a username"
183
  msgstr "Selecione o nome do usuário"
184
 
185
+ #: contact_form.php:422
186
+ msgid "Enter a username of the person who should get the messages from the contact form."
187
+ msgstr "Determine um nome de usuário que receberá as mensagens enviadas pelo Formulário de Contato."
 
 
188
 
189
+ #: contact_form.php:426
190
+ msgid "Use this email address:"
191
  msgstr "Use este email:"
192
 
193
+ #: contact_form.php:429
194
+ msgid "Enter the email address you want the messages forwarded to."
195
+ msgstr "Configure um endereço de email que será usado para o recebimento de mensagens."
 
 
196
 
197
+ #: contact_form.php:433
198
  msgid "Additional options"
199
  msgstr "Opções adicionais"
200
 
201
+ #: contact_form.php:436
202
  msgid "Display Attachment block"
203
  msgstr "Mostrar opção para anexar arquivos"
204
 
205
+ #: contact_form.php:438
206
+ msgid "Users can attach the following file formats"
207
  msgstr "Usuários pode anexar arquivos do seguinte tipo:"
208
 
209
+ #: contact_form.php:442
210
+ msgid "Display Attachment tips"
211
  msgstr ""
212
 
213
+ #: contact_form.php:444
214
+ msgid "Display tips below the Attachment block"
215
  msgstr ""
216
 
217
+ #: contact_form.php:448
218
  msgid "Display Send me a copy block"
219
  msgstr "Mostrar a opção Envie-me um cópia"
220
 
221
+ #: contact_form.php:454
222
+ msgid "What to use?"
223
  msgstr ""
224
 
225
+ #: contact_form.php:457
226
  msgid "Wp-mail"
227
  msgstr "Wp-mail"
228
 
229
+ #: contact_form.php:458
230
+ msgid "You can use the wp_mail function for mailing"
231
  msgstr ""
232
 
233
+ #: contact_form.php:464
234
  msgid "Mail"
235
  msgstr "Mail"
236
 
237
+ #: contact_form.php:465
238
  msgid "To send mail you can use the php mail function"
239
  msgstr ""
240
 
241
+ #: contact_form.php:469
242
  #, fuzzy
243
+ msgid "Change text of the 'FROM' field"
244
  msgstr "Mudar rótulo para os campos no formulário de contato"
245
 
 
 
 
 
246
  #: contact_form.php:475
247
+ msgid "Enter the email address in the 'From' field"
 
 
248
  msgstr ""
249
 
250
  #: contact_form.php:477
251
+ msgid "The email address of the user who fills the form is going to be used in the field 'From'."
252
+ msgstr ""
253
+
254
+ #: contact_form.php:479
255
+ msgid "This email address will be used in the 'From' field."
256
  msgstr ""
257
 
258
+ #: contact_form.php:483
259
  msgid "Display phone field"
260
  msgstr ""
261
 
262
+ #: contact_form.php:489
263
+ msgid "Required fields"
264
  msgstr ""
265
 
266
+ #: contact_form.php:491
267
+ #: contact_form.php:955
268
  msgid "Name"
269
  msgstr "Nome"
270
 
271
+ #: contact_form.php:492
272
  #, fuzzy
273
  msgid "E-Mail Address"
274
  msgstr "Endereço de E-mail:"
275
 
276
+ #: contact_form.php:493
277
+ #: contact_form.php:963
278
  msgid "Phone"
279
  msgstr ""
280
 
281
+ #: contact_form.php:494
282
+ #: contact_form.php:966
283
  msgid "Subject"
284
  msgstr "Assunto"
285
 
286
+ #: contact_form.php:495
287
+ #: contact_form.php:969
288
  msgid "Message"
289
  msgstr "Mensagem"
290
 
291
+ #: contact_form.php:499
292
  msgid "Display additional info in email"
293
  msgstr ""
294
 
295
+ #: contact_form.php:504
296
+ #: contact_form.php:927
297
  msgid "Sent from (ip address)"
298
  msgstr "Enviado de (Endereço IP)"
299
 
300
+ #: contact_form.php:505
301
+ #: contact_form.php:932
302
  msgid "Date/Time"
303
  msgstr "DAta / Hora"
304
 
305
+ #: contact_form.php:506
306
+ #: contact_form.php:937
307
+ msgid "Sent from (referer)"
308
  msgstr "Vindo de (origem)"
309
 
310
+ #: contact_form.php:507
311
+ #: contact_form.php:942
312
  msgid "Using (user agent)"
313
  msgstr "Usando (cliente de email)"
314
 
315
+ #: contact_form.php:511
316
+ msgid "Language settings for the field names in the form"
317
  msgstr ""
318
 
319
+ #: contact_form.php:520
320
  msgid "Add language"
321
  msgstr ""
322
 
323
+ #: contact_form.php:524
324
  #, fuzzy
325
+ msgid "Change the names of the contact form fields and error messages"
326
  msgstr "Mudar rótulo para os campos no formulário de contato"
327
 
328
+ #: contact_form.php:529
329
+ #: contact_form.php:582
330
  msgid "English"
331
  msgstr ""
332
 
333
+ #: contact_form.php:544
334
+ #: contact_form.php:564
335
+ msgid "Error message for the Name field"
336
  msgstr ""
337
 
338
+ #: contact_form.php:545
339
+ #: contact_form.php:565
340
+ msgid "Error message for the Email field"
341
  msgstr ""
342
 
343
+ #: contact_form.php:546
344
+ #: contact_form.php:566
345
+ msgid "Error message for the Phone field"
346
  msgstr ""
347
 
348
+ #: contact_form.php:547
349
+ #: contact_form.php:567
350
+ msgid "Error message for the Subject field"
351
  msgstr ""
352
 
353
+ #: contact_form.php:548
354
+ #: contact_form.php:568
355
+ msgid "Error message for the Message field"
356
  msgstr ""
357
 
358
+ #: contact_form.php:549
359
+ #: contact_form.php:569
360
+ msgid "Error message for the Attachment field"
361
  msgstr ""
362
 
363
+ #: contact_form.php:550
364
+ #: contact_form.php:570
365
+ msgid "Error message for the Captcha field"
366
  msgstr ""
367
 
368
+ #: contact_form.php:551
369
+ #: contact_form.php:571
370
+ msgid "Error message for the whole form"
371
  msgstr ""
372
 
373
+ #: contact_form.php:552
374
+ #: contact_form.php:572
375
+ #: contact_form.php:591
376
+ #: contact_form.php:597
377
  msgid "Use shortcode"
378
  msgstr ""
379
 
380
+ #: contact_form.php:552
381
+ #: contact_form.php:572
382
+ #: contact_form.php:591
383
+ #: contact_form.php:597
384
  msgid "for this language"
385
  msgstr ""
386
 
387
+ #: contact_form.php:579
388
+ msgid "Action after email is sent"
389
  msgstr ""
390
 
391
+ #: contact_form.php:581
392
  #, fuzzy
393
  msgid "Display text"
394
  msgstr "Mostrar opção para anexar arquivos"
395
 
396
+ #: contact_form.php:590
397
+ #: contact_form.php:596
398
  msgid "Text"
399
  msgstr ""
400
 
401
+ #: contact_form.php:603
402
+ msgid "Redirect to the page"
403
  msgstr ""
404
 
405
+ #: contact_form.php:604
406
  msgid "Url"
407
  msgstr ""
408
 
409
+ #: contact_form.php:609
410
  msgid "Save Changes"
411
  msgstr "Salvar mudanças"
412
 
413
+ #: contact_form.php:648
414
+ msgid "Sorry, email message could not be delivered."
415
  msgstr "Desculpe, seu e-mail não pode ser entregue."
416
 
417
+ #: contact_form.php:718
418
+ msgid "You can attach the following file formats"
419
  msgstr "Você pode anexar arquivos do seguinte tipo"
420
 
421
+ #: contact_form.php:726
422
  msgid "Send me a copy"
423
  msgstr "Envie-me uma cópia"
424
 
425
+ #: contact_form.php:950
426
  msgid "Contact from"
427
  msgstr "Formulário de Contato"
428
 
429
+ #: contact_form.php:958
430
  msgid "Email"
431
  msgstr "E-Mail"
432
 
433
+ #: contact_form.php:972
434
  msgid "Site"
435
  msgstr "Site"
436
 
437
+ #: contact_form.php:1023
438
+ msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
439
+ msgstr "Se você consegue ver esta MENSAGEM então seu cliente não aceita tipos MIME! Favor usar um cliente mais atualizado."
 
 
440
 
441
+ #: contact_form.php:1076
442
  msgid "FAQ"
443
  msgstr "Perguntas Frequentes"
444
 
445
+ #: contact_form.php:1077
446
  msgid "Support"
447
  msgstr "Suporte"
448
 
449
+ #: contact_form.php:1123
450
+ msgid "Are you sure that you want to delete this language data?"
451
  msgstr ""
452
 
453
  #~ msgid "E-Mail Addresse:"
454
  #~ msgstr "Indirizzo e-mail:"
 
455
  #~ msgid "Install Now"
456
  #~ msgstr "Installa Ora"
 
457
  #~ msgid "BWS Plugins"
458
  #~ msgstr "BWS Plugins"
459
+
languages/contact_form-ro_RO.mo CHANGED
Binary file
languages/contact_form-ro_RO.po CHANGED
@@ -2,437 +2,456 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-12-19 13:32+0200\n"
6
- "PO-Revision-Date: 2012-12-19 13:32+0200\n"
7
- "Last-Translator: Cosmin Berescu <b.cosmin@gmx.net>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
- "Language: ro_RO\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:76
20
  msgid "Activated plugins"
21
  msgstr "Plugin-uri activate"
22
 
23
- #: contact_form.php:78 contact_form.php:86 contact_form.php:94
 
 
24
  msgid "Read more"
25
  msgstr "Citeste mai multe"
26
 
27
- #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
 
 
28
  msgid "Settings"
29
  msgstr "Setari"
30
 
31
- #: contact_form.php:84
32
  msgid "Installed plugins"
33
  msgstr "Pluginuri instalate"
34
 
35
- #: contact_form.php:92
36
  msgid "Recommended plugins"
37
  msgstr "Pluginuri recomandate"
38
 
39
- #: contact_form.php:94
40
  msgid "Download"
41
  msgstr "Descarca"
42
 
43
- #: contact_form.php:94
44
  #, php-format
45
  msgid "Install %s"
46
  msgstr "Instaleaza %s"
47
 
48
- #: contact_form.php:94
49
  msgid "Install now from wordpress.org"
50
  msgstr "Instaleaza acum de pe wordpress.org"
51
 
52
- #: contact_form.php:96
53
- msgid ""
54
- "If you have any questions, please contact us via plugin@bestwebsoft.com or "
55
- "fill in our contact form on our site"
56
- msgstr ""
57
- "Daca aveti intrebari, va rugam sa ne contactati folosind plugin@bestwebsoft."
58
- "com sau completati formularul de contact de la noi de pe site"
59
 
60
- #: contact_form.php:108 contact_form.php:401
 
61
  msgid "Contact Form Options"
62
  msgstr "Optiuni formular de contact"
63
 
64
- #: contact_form.php:108
65
  msgid "Contact Form"
66
  msgstr "Formular de contact"
67
 
68
- #: contact_form.php:145 contact_form.php:535 contact_form.php:555
 
 
69
  msgid "Name:"
70
  msgstr "Nume:"
71
 
72
- #: contact_form.php:146 contact_form.php:536 contact_form.php:556
73
- msgid "E-Mail Address:"
 
 
74
  msgstr "Adresa email:"
75
 
76
- #: contact_form.php:147 contact_form.php:537 contact_form.php:557
77
- msgid "Phone:"
 
 
78
  msgstr ""
79
 
80
- #: contact_form.php:148 contact_form.php:538 contact_form.php:558
 
 
81
  msgid "Subject:"
82
  msgstr "Subiect:"
83
 
84
- #: contact_form.php:149 contact_form.php:539 contact_form.php:559
 
 
85
  msgid "Message:"
86
  msgstr "Mesaj:"
87
 
88
- #: contact_form.php:150 contact_form.php:540 contact_form.php:560
 
 
89
  msgid "Attachment:"
90
  msgstr "Atasament:"
91
 
92
- #: contact_form.php:151 contact_form.php:541 contact_form.php:561
 
 
93
  msgid "Submit"
94
  msgstr "Trimite"
95
 
96
- #: contact_form.php:152
97
  msgid "Your name is required."
98
  msgstr "Numele dumneavoastra este necesar."
99
 
100
- #: contact_form.php:153
101
  msgid "A proper e-mail address is required."
102
  msgstr "O adresa email valida este necesara."
103
 
104
- #: contact_form.php:154
105
- msgid "Subject text is required."
106
  msgstr "Subiectul mesajului este necesar"
107
 
108
- #: contact_form.php:155
109
  msgid "Message text is required."
110
  msgstr "Textul mesajului este necesar."
111
 
112
- #: contact_form.php:156
113
  #, fuzzy
114
- msgid "Phone is required field."
115
  msgstr "Numele dumneavoastra este necesar."
116
 
117
- #: contact_form.php:157
118
- msgid "Attachment is broken."
119
  msgstr "Atasamentul este stricat."
120
 
121
- #: contact_form.php:158
122
- msgid "Please complete the CAPTCHA."
123
  msgstr "Va rugam completati CAPTCHA-ul"
124
 
125
- #: contact_form.php:159
126
  msgid "Please make corrections below and try again."
127
  msgstr "Va rugam sa realizati corecturile de mai jos si sa incercati din nou."
128
 
129
- #: contact_form.php:161
130
  msgid "Thank you for contacting us."
131
  msgstr "Va multumim ca ati luat legatura cu noi."
132
 
133
- #: contact_form.php:356
134
- msgid ""
135
- "If the option 'Redirect to page' is selected then url field should be "
136
- "fillied in the following format"
137
- msgstr ""
138
- "Daca optiunea 'Redirectioneaza la pagina' este selectata, atunci campul url "
139
- "ar trebui completat in urmatorul format"
140
 
141
- #: contact_form.php:365
142
- msgid "Such user is not exist. Settings are not saved."
143
  msgstr "Acest utilizator nu exista. Setarile nu au fost salvate."
144
 
145
- #: contact_form.php:370
146
- msgid "Please input correct email. Settings are not saved."
147
  msgstr "Va rugam introduceti un email corect. Setarile nu au fost salvate."
148
 
149
- #: contact_form.php:376
150
  #, fuzzy
151
- msgid "Please input correct 'FROM' email. Settings are not saved."
152
  msgstr "Va rugam introduceti un email corect. Setarile nu au fost salvate."
153
 
154
- #: contact_form.php:381
155
  msgid "Options saved."
156
  msgstr "Optiuni salvate."
157
 
158
- #: contact_form.php:406
159
- msgid ""
160
- "If you would like to add a Contact Form to your website, just copy and put "
161
- "this shortcode onto your post or page or widget:"
162
- msgstr ""
163
- "Daca ati dori sa adaugati un Formular de Contact pe situl dumneavoastra, "
164
- "copiati si lipiti acest cod intr-o pagina sau widget:"
165
 
166
- #: contact_form.php:407
167
- msgid ""
168
- "If information in the below fields are empty then the message will be send "
169
- "to an address which was specified during registration."
170
- msgstr ""
171
- "Daca informatia din campurile urmatoare este nula, atunci mesajul va fi "
172
- "trimis la adresa specificata in timpul procesului de inregistrare."
173
 
174
- #: contact_form.php:411
175
- msgid "Use email of wordpress user:"
176
  msgstr "Foloseste email-ul utilizatorului Wordpress:"
177
 
178
- #: contact_form.php:415
179
- msgid "Select user name"
180
  msgstr "Alege numele utilizatorului"
181
 
182
- #: contact_form.php:420
183
- msgid "Set a name of user who will get messages from a contact form."
184
- msgstr ""
185
- "Alege numele utilizatorului care va primi mesaje de la formularul de contact."
186
 
187
- #: contact_form.php:424
188
- msgid "Use this email:"
189
  msgstr "Foloseste acest email:"
190
 
191
- #: contact_form.php:427
192
- msgid "Set an email address which will be used for messages receiving."
193
  msgstr "Alege o adresa email care sa fie folosita pentru primirea mesajelor."
194
 
195
- #: contact_form.php:431
196
  msgid "Additional options"
197
  msgstr "Optiuni aditionale"
198
 
199
- #: contact_form.php:434
200
  msgid "Display Attachment block"
201
  msgstr "Afisaza blocul de Atasamente"
202
 
203
- #: contact_form.php:436
204
- msgid "Users can attach files of the following types"
205
  msgstr "Utilizatorii pot atasa fisiere de urmatoarele tipuri"
206
 
207
- #: contact_form.php:440
208
- msgid "Display Attachment explanations"
209
  msgstr "Afisaza explicatii despre Atasamente"
210
 
211
- #: contact_form.php:442
212
- msgid "Display explanations after Attachment block"
213
  msgstr "Afisaza explicatiile dupa blocul Atasament"
214
 
215
- #: contact_form.php:446
216
  msgid "Display Send me a copy block"
217
  msgstr "Afisaza blocul Trimite-mi o copie"
218
 
219
- #: contact_form.php:452
220
- msgid "What use?"
221
  msgstr "Ce sa folosesc?"
222
 
223
- #: contact_form.php:455
224
  msgid "Wp-mail"
225
  msgstr "Wp-mail"
226
 
227
- #: contact_form.php:456
228
- msgid "To send mail you can use the wordpress wp_mail function"
229
  msgstr "Pentru a trimite mailuri puteti folosi functia Wordpress wp_mail"
230
 
231
- #: contact_form.php:462
232
  msgid "Mail"
233
  msgstr "Mail"
234
 
235
- #: contact_form.php:463
236
  msgid "To send mail you can use the php mail function"
237
  msgstr "Pentru a trimite mailuri puteti folosi functia PHP mail"
238
 
239
- #: contact_form.php:467
240
  #, fuzzy
241
- msgid "Change text for 'FROM' field of the email"
242
  msgstr "Modifica linia DE LA din formularul de contact"
243
 
244
- #: contact_form.php:473
245
- msgid "Select email for 'FROM' field of the email"
246
- msgstr ""
247
-
248
  #: contact_form.php:475
249
- msgid ""
250
- "In the field 'From' in the mail it will use email of that user who fills the "
251
- "form."
252
  msgstr ""
253
 
254
  #: contact_form.php:477
255
- msgid "In the field 'From' it will use this email."
256
  msgstr ""
257
 
258
- #: contact_form.php:481
 
 
 
 
259
  msgid "Display phone field"
260
  msgstr ""
261
 
262
- #: contact_form.php:487
263
- msgid "Required field"
264
  msgstr ""
265
 
266
- #: contact_form.php:489 contact_form.php:953
 
267
  msgid "Name"
268
  msgstr "Nume"
269
 
270
- #: contact_form.php:490
271
  #, fuzzy
272
  msgid "E-Mail Address"
273
  msgstr "Adresa email:"
274
 
275
- #: contact_form.php:491 contact_form.php:961
 
276
  msgid "Phone"
277
  msgstr ""
278
 
279
- #: contact_form.php:492 contact_form.php:964
 
280
  msgid "Subject"
281
  msgstr "Subiect"
282
 
283
- #: contact_form.php:493 contact_form.php:967
 
284
  msgid "Message"
285
  msgstr "Mesaj"
286
 
287
- #: contact_form.php:497
288
  msgid "Display additional info in email"
289
  msgstr "Afisaza informatii aditionale in email"
290
 
291
- #: contact_form.php:502 contact_form.php:925
 
292
  msgid "Sent from (ip address)"
293
  msgstr "Trimis de la (adresa IP)"
294
 
295
- #: contact_form.php:503 contact_form.php:930
 
296
  msgid "Date/Time"
297
  msgstr "Data/Ora"
298
 
299
- #: contact_form.php:504 contact_form.php:935
300
- msgid "Coming from (referer)"
 
301
  msgstr "Venind de la (referinta)"
302
 
303
- #: contact_form.php:505 contact_form.php:940
 
304
  msgid "Using (user agent)"
305
  msgstr "Folosind (Agent)"
306
 
307
- #: contact_form.php:509
308
- msgid "Language settings for label fields"
309
  msgstr ""
310
 
311
- #: contact_form.php:518
312
  msgid "Add language"
313
  msgstr ""
314
 
315
- #: contact_form.php:522
316
- #, fuzzy
317
- msgid "Change label for fields of the contact form and error messages"
318
  msgstr "Schimba etichetele pentru campurile formularului de contact"
319
 
320
- #: contact_form.php:527 contact_form.php:580
 
321
  msgid "English"
322
  msgstr ""
323
 
324
- #: contact_form.php:542 contact_form.php:562
325
- msgid "Error message for name field"
 
326
  msgstr ""
327
 
328
- #: contact_form.php:543 contact_form.php:563
329
- msgid "Error message for email field"
 
330
  msgstr ""
331
 
332
- #: contact_form.php:544 contact_form.php:564
333
- msgid "Error message for phone field"
 
334
  msgstr ""
335
 
336
- #: contact_form.php:545 contact_form.php:565
337
- msgid "Error message for subject field"
 
338
  msgstr ""
339
 
340
- #: contact_form.php:546 contact_form.php:566
341
- msgid "Error message for message field"
 
342
  msgstr ""
343
 
344
- #: contact_form.php:547 contact_form.php:567
345
- msgid "Error message for attachment field"
 
346
  msgstr ""
347
 
348
- #: contact_form.php:548 contact_form.php:568
349
- msgid "Error message for captcha"
 
350
  msgstr ""
351
 
352
- #: contact_form.php:549 contact_form.php:569
353
- msgid "Error message for all form"
 
354
  msgstr ""
355
 
356
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
357
- #: contact_form.php:595
 
 
358
  msgid "Use shortcode"
359
  msgstr ""
360
 
361
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
362
- #: contact_form.php:595
 
 
363
  msgid "for this language"
364
  msgstr ""
365
 
366
- #: contact_form.php:577
367
- msgid "Action after the send mail"
368
  msgstr "Actiune dupa trimiterea mailului"
369
 
370
- #: contact_form.php:579
371
  msgid "Display text"
372
  msgstr "Afisaza text"
373
 
374
- #: contact_form.php:588 contact_form.php:594
 
375
  msgid "Text"
376
  msgstr "Text"
377
 
378
- #: contact_form.php:601
379
- msgid "Redirect to page"
380
  msgstr "Redirectioneaza la pagina"
381
 
382
- #: contact_form.php:602
383
  msgid "Url"
384
  msgstr "Url"
385
 
386
- #: contact_form.php:607
387
  msgid "Save Changes"
388
  msgstr "Salveaza schimbarile"
389
 
390
- #: contact_form.php:646
391
- msgid "Sorry, your e-mail could not be delivered."
392
  msgstr "Ne pare rau, mailul dumneavoastra nu a putut fi livrat."
393
 
394
- #: contact_form.php:716
395
- msgid "You can attach files of the following types"
396
  msgstr "Puteti atasa fisiere de urmatoarele tipuri"
397
 
398
- #: contact_form.php:724
399
  msgid "Send me a copy"
400
  msgstr "Trimite-mi o copie"
401
 
402
- #: contact_form.php:948
403
  msgid "Contact from"
404
  msgstr "Formular de contact"
405
 
406
- #: contact_form.php:956
407
  msgid "Email"
408
  msgstr "Email"
409
 
410
- #: contact_form.php:970
411
  msgid "Site"
412
  msgstr "Site"
413
 
414
- #: contact_form.php:1021
415
- msgid "If you can see this MIME than your client doesn't accept MIME types!"
416
- msgstr ""
417
- "Daca vedeti acest MIME atunci clientul dumneavoastra nu accepta tipuri MIME!"
418
 
419
- #: contact_form.php:1074
420
  msgid "FAQ"
421
  msgstr "FAQ"
422
 
423
- #: contact_form.php:1075
424
  msgid "Support"
425
  msgstr "Suport tehnic"
426
 
427
- #: contact_form.php:1121
428
- msgid "Are you sure you want to delete this language?"
429
  msgstr ""
430
 
431
  #~ msgid "E-Mail Addresse:"
432
  #~ msgstr "Indirizzo e-mail:"
433
-
434
  #~ msgid "Install Now"
435
  #~ msgstr "Installa Ora"
436
-
437
  #~ msgid "BWS Plugins"
438
  #~ msgstr "BWS Plugins"
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-02-07 16:04+0300\n"
6
+ "PO-Revision-Date: 2013-02-07 16:04+0300\n"
7
+ "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "Language: ro_RO\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:78
20
  msgid "Activated plugins"
21
  msgstr "Plugin-uri activate"
22
 
23
+ #: contact_form.php:80
24
+ #: contact_form.php:88
25
+ #: contact_form.php:96
26
  msgid "Read more"
27
  msgstr "Citeste mai multe"
28
 
29
+ #: contact_form.php:80
30
+ #: contact_form.php:1066
31
+ #: contact_form.php:1075
32
  msgid "Settings"
33
  msgstr "Setari"
34
 
35
+ #: contact_form.php:86
36
  msgid "Installed plugins"
37
  msgstr "Pluginuri instalate"
38
 
39
+ #: contact_form.php:94
40
  msgid "Recommended plugins"
41
  msgstr "Pluginuri recomandate"
42
 
43
+ #: contact_form.php:96
44
  msgid "Download"
45
  msgstr "Descarca"
46
 
47
+ #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "Instaleaza %s"
51
 
52
+ #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "Instaleaza acum de pe wordpress.org"
55
 
56
+ #: contact_form.php:98
57
+ msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
58
+ msgstr "Daca aveti intrebari, va rugam sa ne contactati folosind plugin@bestwebsoft.com sau completati formularul de contact de la noi de pe site"
 
 
 
 
59
 
60
+ #: contact_form.php:110
61
+ #: contact_form.php:403
62
  msgid "Contact Form Options"
63
  msgstr "Optiuni formular de contact"
64
 
65
+ #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "Formular de contact"
68
 
69
+ #: contact_form.php:147
70
+ #: contact_form.php:537
71
+ #: contact_form.php:557
72
  msgid "Name:"
73
  msgstr "Nume:"
74
 
75
+ #: contact_form.php:148
76
+ #: contact_form.php:538
77
+ #: contact_form.php:558
78
+ msgid "Email Address:"
79
  msgstr "Adresa email:"
80
 
81
+ #: contact_form.php:149
82
+ #: contact_form.php:539
83
+ #: contact_form.php:559
84
+ msgid "Phone number:"
85
  msgstr ""
86
 
87
+ #: contact_form.php:150
88
+ #: contact_form.php:540
89
+ #: contact_form.php:560
90
  msgid "Subject:"
91
  msgstr "Subiect:"
92
 
93
+ #: contact_form.php:151
94
+ #: contact_form.php:541
95
+ #: contact_form.php:561
96
  msgid "Message:"
97
  msgstr "Mesaj:"
98
 
99
+ #: contact_form.php:152
100
+ #: contact_form.php:542
101
+ #: contact_form.php:562
102
  msgid "Attachment:"
103
  msgstr "Atasament:"
104
 
105
+ #: contact_form.php:153
106
+ #: contact_form.php:543
107
+ #: contact_form.php:563
108
  msgid "Submit"
109
  msgstr "Trimite"
110
 
111
+ #: contact_form.php:154
112
  msgid "Your name is required."
113
  msgstr "Numele dumneavoastra este necesar."
114
 
115
+ #: contact_form.php:155
116
  msgid "A proper e-mail address is required."
117
  msgstr "O adresa email valida este necesara."
118
 
119
+ #: contact_form.php:156
120
+ msgid "Subject is required."
121
  msgstr "Subiectul mesajului este necesar"
122
 
123
+ #: contact_form.php:157
124
  msgid "Message text is required."
125
  msgstr "Textul mesajului este necesar."
126
 
127
+ #: contact_form.php:158
128
  #, fuzzy
129
+ msgid "Phone number is required."
130
  msgstr "Numele dumneavoastra este necesar."
131
 
132
+ #: contact_form.php:159
133
+ msgid "File format is not valid."
134
  msgstr "Atasamentul este stricat."
135
 
136
+ #: contact_form.php:160
137
+ msgid "Please fill out the CAPTCHA."
138
  msgstr "Va rugam completati CAPTCHA-ul"
139
 
140
+ #: contact_form.php:161
141
  msgid "Please make corrections below and try again."
142
  msgstr "Va rugam sa realizati corecturile de mai jos si sa incercati din nou."
143
 
144
+ #: contact_form.php:163
145
  msgid "Thank you for contacting us."
146
  msgstr "Va multumim ca ati luat legatura cu noi."
147
 
148
+ #: contact_form.php:358
149
+ msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
150
+ msgstr "Daca optiunea 'Redirectioneaza la pagina' este selectata, atunci campul url ar trebui completat in urmatorul format"
 
 
 
 
151
 
152
+ #: contact_form.php:367
153
+ msgid "Such user does not exist. Settings are not saved."
154
  msgstr "Acest utilizator nu exista. Setarile nu au fost salvate."
155
 
156
+ #: contact_form.php:372
157
+ msgid "Please enter a valid email address. Settings are not saved."
158
  msgstr "Va rugam introduceti un email corect. Setarile nu au fost salvate."
159
 
160
+ #: contact_form.php:378
161
  #, fuzzy
162
+ msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
163
  msgstr "Va rugam introduceti un email corect. Setarile nu au fost salvate."
164
 
165
+ #: contact_form.php:383
166
  msgid "Options saved."
167
  msgstr "Optiuni salvate."
168
 
169
+ #: contact_form.php:408
170
+ 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:"
171
+ msgstr "Daca ati dori sa adaugati un Formular de Contact pe situl dumneavoastra, copiati si lipiti acest cod intr-o pagina sau widget:"
 
 
 
 
172
 
173
+ #: contact_form.php:409
174
+ msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
175
+ msgstr "Daca informatia din campurile urmatoare este nula, atunci mesajul va fi trimis la adresa specificata in timpul procesului de inregistrare."
 
 
 
 
176
 
177
+ #: contact_form.php:413
178
+ msgid "The user's email address:"
179
  msgstr "Foloseste email-ul utilizatorului Wordpress:"
180
 
181
+ #: contact_form.php:417
182
+ msgid "Create a username"
183
  msgstr "Alege numele utilizatorului"
184
 
185
+ #: contact_form.php:422
186
+ msgid "Enter a username of the person who should get the messages from the contact form."
187
+ msgstr "Alege numele utilizatorului care va primi mesaje de la formularul de contact."
 
188
 
189
+ #: contact_form.php:426
190
+ msgid "Use this email address:"
191
  msgstr "Foloseste acest email:"
192
 
193
+ #: contact_form.php:429
194
+ msgid "Enter the email address you want the messages forwarded to."
195
  msgstr "Alege o adresa email care sa fie folosita pentru primirea mesajelor."
196
 
197
+ #: contact_form.php:433
198
  msgid "Additional options"
199
  msgstr "Optiuni aditionale"
200
 
201
+ #: contact_form.php:436
202
  msgid "Display Attachment block"
203
  msgstr "Afisaza blocul de Atasamente"
204
 
205
+ #: contact_form.php:438
206
+ msgid "Users can attach the following file formats"
207
  msgstr "Utilizatorii pot atasa fisiere de urmatoarele tipuri"
208
 
209
+ #: contact_form.php:442
210
+ msgid "Display Attachment tips"
211
  msgstr "Afisaza explicatii despre Atasamente"
212
 
213
+ #: contact_form.php:444
214
+ msgid "Display tips below the Attachment block"
215
  msgstr "Afisaza explicatiile dupa blocul Atasament"
216
 
217
+ #: contact_form.php:448
218
  msgid "Display Send me a copy block"
219
  msgstr "Afisaza blocul Trimite-mi o copie"
220
 
221
+ #: contact_form.php:454
222
+ msgid "What to use?"
223
  msgstr "Ce sa folosesc?"
224
 
225
+ #: contact_form.php:457
226
  msgid "Wp-mail"
227
  msgstr "Wp-mail"
228
 
229
+ #: contact_form.php:458
230
+ msgid "You can use the wp_mail function for mailing"
231
  msgstr "Pentru a trimite mailuri puteti folosi functia Wordpress wp_mail"
232
 
233
+ #: contact_form.php:464
234
  msgid "Mail"
235
  msgstr "Mail"
236
 
237
+ #: contact_form.php:465
238
  msgid "To send mail you can use the php mail function"
239
  msgstr "Pentru a trimite mailuri puteti folosi functia PHP mail"
240
 
241
+ #: contact_form.php:469
242
  #, fuzzy
243
+ msgid "Change text of the 'FROM' field"
244
  msgstr "Modifica linia DE LA din formularul de contact"
245
 
 
 
 
 
246
  #: contact_form.php:475
247
+ msgid "Enter the email address in the 'From' field"
 
 
248
  msgstr ""
249
 
250
  #: contact_form.php:477
251
+ msgid "The email address of the user who fills the form is going to be used in the field 'From'."
252
  msgstr ""
253
 
254
+ #: contact_form.php:479
255
+ msgid "This email address will be used in the 'From' field."
256
+ msgstr ""
257
+
258
+ #: contact_form.php:483
259
  msgid "Display phone field"
260
  msgstr ""
261
 
262
+ #: contact_form.php:489
263
+ msgid "Required fields"
264
  msgstr ""
265
 
266
+ #: contact_form.php:491
267
+ #: contact_form.php:955
268
  msgid "Name"
269
  msgstr "Nume"
270
 
271
+ #: contact_form.php:492
272
  #, fuzzy
273
  msgid "E-Mail Address"
274
  msgstr "Adresa email:"
275
 
276
+ #: contact_form.php:493
277
+ #: contact_form.php:963
278
  msgid "Phone"
279
  msgstr ""
280
 
281
+ #: contact_form.php:494
282
+ #: contact_form.php:966
283
  msgid "Subject"
284
  msgstr "Subiect"
285
 
286
+ #: contact_form.php:495
287
+ #: contact_form.php:969
288
  msgid "Message"
289
  msgstr "Mesaj"
290
 
291
+ #: contact_form.php:499
292
  msgid "Display additional info in email"
293
  msgstr "Afisaza informatii aditionale in email"
294
 
295
+ #: contact_form.php:504
296
+ #: contact_form.php:927
297
  msgid "Sent from (ip address)"
298
  msgstr "Trimis de la (adresa IP)"
299
 
300
+ #: contact_form.php:505
301
+ #: contact_form.php:932
302
  msgid "Date/Time"
303
  msgstr "Data/Ora"
304
 
305
+ #: contact_form.php:506
306
+ #: contact_form.php:937
307
+ msgid "Sent from (referer)"
308
  msgstr "Venind de la (referinta)"
309
 
310
+ #: contact_form.php:507
311
+ #: contact_form.php:942
312
  msgid "Using (user agent)"
313
  msgstr "Folosind (Agent)"
314
 
315
+ #: contact_form.php:511
316
+ msgid "Language settings for the field names in the form"
317
  msgstr ""
318
 
319
+ #: contact_form.php:520
320
  msgid "Add language"
321
  msgstr ""
322
 
323
+ #: contact_form.php:524
324
+ msgid "Change the names of the contact form fields and error messages"
 
325
  msgstr "Schimba etichetele pentru campurile formularului de contact"
326
 
327
+ #: contact_form.php:529
328
+ #: contact_form.php:582
329
  msgid "English"
330
  msgstr ""
331
 
332
+ #: contact_form.php:544
333
+ #: contact_form.php:564
334
+ msgid "Error message for the Name field"
335
  msgstr ""
336
 
337
+ #: contact_form.php:545
338
+ #: contact_form.php:565
339
+ msgid "Error message for the Email field"
340
  msgstr ""
341
 
342
+ #: contact_form.php:546
343
+ #: contact_form.php:566
344
+ msgid "Error message for the Phone field"
345
  msgstr ""
346
 
347
+ #: contact_form.php:547
348
+ #: contact_form.php:567
349
+ msgid "Error message for the Subject field"
350
  msgstr ""
351
 
352
+ #: contact_form.php:548
353
+ #: contact_form.php:568
354
+ msgid "Error message for the Message field"
355
  msgstr ""
356
 
357
+ #: contact_form.php:549
358
+ #: contact_form.php:569
359
+ msgid "Error message for the Attachment field"
360
  msgstr ""
361
 
362
+ #: contact_form.php:550
363
+ #: contact_form.php:570
364
+ msgid "Error message for the Captcha field"
365
  msgstr ""
366
 
367
+ #: contact_form.php:551
368
+ #: contact_form.php:571
369
+ msgid "Error message for the whole form"
370
  msgstr ""
371
 
372
+ #: contact_form.php:552
373
+ #: contact_form.php:572
374
+ #: contact_form.php:591
375
+ #: contact_form.php:597
376
  msgid "Use shortcode"
377
  msgstr ""
378
 
379
+ #: contact_form.php:552
380
+ #: contact_form.php:572
381
+ #: contact_form.php:591
382
+ #: contact_form.php:597
383
  msgid "for this language"
384
  msgstr ""
385
 
386
+ #: contact_form.php:579
387
+ msgid "Action after email is sent"
388
  msgstr "Actiune dupa trimiterea mailului"
389
 
390
+ #: contact_form.php:581
391
  msgid "Display text"
392
  msgstr "Afisaza text"
393
 
394
+ #: contact_form.php:590
395
+ #: contact_form.php:596
396
  msgid "Text"
397
  msgstr "Text"
398
 
399
+ #: contact_form.php:603
400
+ msgid "Redirect to the page"
401
  msgstr "Redirectioneaza la pagina"
402
 
403
+ #: contact_form.php:604
404
  msgid "Url"
405
  msgstr "Url"
406
 
407
+ #: contact_form.php:609
408
  msgid "Save Changes"
409
  msgstr "Salveaza schimbarile"
410
 
411
+ #: contact_form.php:648
412
+ msgid "Sorry, email message could not be delivered."
413
  msgstr "Ne pare rau, mailul dumneavoastra nu a putut fi livrat."
414
 
415
+ #: contact_form.php:718
416
+ msgid "You can attach the following file formats"
417
  msgstr "Puteti atasa fisiere de urmatoarele tipuri"
418
 
419
+ #: contact_form.php:726
420
  msgid "Send me a copy"
421
  msgstr "Trimite-mi o copie"
422
 
423
+ #: contact_form.php:950
424
  msgid "Contact from"
425
  msgstr "Formular de contact"
426
 
427
+ #: contact_form.php:958
428
  msgid "Email"
429
  msgstr "Email"
430
 
431
+ #: contact_form.php:972
432
  msgid "Site"
433
  msgstr "Site"
434
 
435
+ #: contact_form.php:1023
436
+ msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
437
+ msgstr "Daca vedeti acest MIME atunci clientul dumneavoastra nu accepta tipuri MIME!"
 
438
 
439
+ #: contact_form.php:1076
440
  msgid "FAQ"
441
  msgstr "FAQ"
442
 
443
+ #: contact_form.php:1077
444
  msgid "Support"
445
  msgstr "Suport tehnic"
446
 
447
+ #: contact_form.php:1123
448
+ msgid "Are you sure that you want to delete this language data?"
449
  msgstr ""
450
 
451
  #~ msgid "E-Mail Addresse:"
452
  #~ msgstr "Indirizzo e-mail:"
 
453
  #~ msgid "Install Now"
454
  #~ msgstr "Installa Ora"
 
455
  #~ msgid "BWS Plugins"
456
  #~ msgstr "BWS Plugins"
457
+
languages/contact_form-ru_RU.mo CHANGED
Binary file
languages/contact_form-ru_RU.po CHANGED
@@ -2,438 +2,452 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-12-19 13:32+0200\n"
6
- "PO-Revision-Date: 2012-12-19 13:37+0200\n"
7
- "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
- "Language: ru_RU\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:76
20
  msgid "Activated plugins"
21
  msgstr "Активированные плагины"
22
 
23
- #: contact_form.php:78 contact_form.php:86 contact_form.php:94
 
 
24
  msgid "Read more"
25
  msgstr "Читать далее"
26
 
27
- #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
 
 
28
  msgid "Settings"
29
  msgstr "Настройки"
30
 
31
- #: contact_form.php:84
32
  msgid "Installed plugins"
33
  msgstr "Установленные плагины"
34
 
35
- #: contact_form.php:92
36
  msgid "Recommended plugins"
37
  msgstr "Рекомендованные к установке плагины"
38
 
39
- #: contact_form.php:94
40
  msgid "Download"
41
  msgstr "Скачать"
42
 
43
- #: contact_form.php:94
44
  #, php-format
45
  msgid "Install %s"
46
  msgstr "Установлено %s"
47
 
48
- #: contact_form.php:94
49
  msgid "Install now from wordpress.org"
50
  msgstr "Установить с wordpress.org"
51
 
52
- #: contact_form.php:96
53
- msgid ""
54
- "If you have any questions, please contact us via plugin@bestwebsoft.com or "
55
- "fill in our contact form on our site"
56
- msgstr ""
57
- "Если у вас есть какие-то впросы, обращайтесь на plugin@bestwebsoft.com или "
58
- "заполните контактную форму на нашем сайте"
59
 
60
- #: contact_form.php:108 contact_form.php:401
 
61
  msgid "Contact Form Options"
62
  msgstr "Настройки Контактной Формы"
63
 
64
- #: contact_form.php:108
65
  msgid "Contact Form"
66
  msgstr "Контактная Форма"
67
 
68
- #: contact_form.php:145 contact_form.php:535 contact_form.php:555
 
 
69
  msgid "Name:"
70
  msgstr "Имя:"
71
 
72
- #: contact_form.php:146 contact_form.php:536 contact_form.php:556
73
- msgid "E-Mail Address:"
 
 
74
  msgstr "E-mail адрес:"
75
 
76
- #: contact_form.php:147 contact_form.php:537 contact_form.php:557
77
- msgid "Phone:"
 
 
78
  msgstr "Телефон:"
79
 
80
- #: contact_form.php:148 contact_form.php:538 contact_form.php:558
 
 
81
  msgid "Subject:"
82
  msgstr "Тема:"
83
 
84
- #: contact_form.php:149 contact_form.php:539 contact_form.php:559
 
 
85
  msgid "Message:"
86
  msgstr "Сообщение:"
87
 
88
- #: contact_form.php:150 contact_form.php:540 contact_form.php:560
 
 
89
  msgid "Attachment:"
90
  msgstr "Прикрепить файл:"
91
 
92
- #: contact_form.php:151 contact_form.php:541 contact_form.php:561
 
 
93
  msgid "Submit"
94
  msgstr "Отправить"
95
 
96
- #: contact_form.php:152
97
  msgid "Your name is required."
98
  msgstr "Ваше имя - это обязательное поле."
99
 
100
- #: contact_form.php:153
101
  msgid "A proper e-mail address is required."
102
  msgstr "Поле e-mail адреса - обязательное для заполнения."
103
 
104
- #: contact_form.php:154
105
- msgid "Subject text is required."
106
  msgstr "Поле Тема - обязательное поле."
107
 
108
- #: contact_form.php:155
109
  msgid "Message text is required."
110
  msgstr "Поле Сообщение - обязательное поле."
111
 
112
- #: contact_form.php:156
113
- msgid "Phone is required field."
114
  msgstr "Телефон - это обязательное поле."
115
 
116
- #: contact_form.php:157
117
- msgid "Attachment is broken."
118
  msgstr "Прикрепленный тип файла не поддерживается"
119
 
120
- #: contact_form.php:158
121
- msgid "Please complete the CAPTCHA."
122
  msgstr "Пожалуйста, заполните КАПЧУ."
123
 
124
- #: contact_form.php:159
125
  msgid "Please make corrections below and try again."
126
- msgstr ""
127
- "Пожалуйста, сделайте исправления в отмеченных полях ниже и повторите попытку."
128
 
129
- #: contact_form.php:161
130
  msgid "Thank you for contacting us."
131
  msgstr "Спасибо за контакт с нами."
132
 
133
- #: contact_form.php:356
134
- msgid ""
135
- "If the option 'Redirect to page' is selected then url field should be "
136
- "fillied in the following format"
137
- msgstr ""
138
- "Если опция 'Перейти на страницу \"выбран, то Урл поле должно быть заполнено "
139
- "в следующем формате"
140
 
141
- #: contact_form.php:365
142
- msgid "Such user is not exist. Settings are not saved."
143
  msgstr "Данный пользователь не найден. Настройки не сохранены"
144
 
145
- #: contact_form.php:370
146
- msgid "Please input correct email. Settings are not saved."
147
  msgstr "Пожалуйста, введите корректный email. Настройки не сохранены."
148
 
149
- #: contact_form.php:376
150
- msgid "Please input correct 'FROM' email. Settings are not saved."
151
- msgstr ""
152
- "Пожалуйста, введите корректный email для поля 'FROM'. Настройки не сохранены."
153
 
154
- #: contact_form.php:381
155
  msgid "Options saved."
156
  msgstr "Опции сохранены"
157
 
158
- #: contact_form.php:406
159
- msgid ""
160
- "If you would like to add a Contact Form to your website, just copy and put "
161
- "this shortcode onto your post or page or widget:"
162
- msgstr ""
163
- "Если вы хотите добавить Контактную Форму на свой сайт, вам надо только "
164
- "скопировать и вставить шорткод в контент страницы или поста или виджета:"
165
 
166
- #: contact_form.php:407
167
- msgid ""
168
- "If information in the below fields are empty then the message will be send "
169
- "to an address which was specified during registration."
170
- msgstr ""
171
- "Если информация в полях ниже отсутствует, соощения будут оправлены на email "
172
- "адрес, который был указан при регистрации сайта."
173
 
174
- #: contact_form.php:411
175
- msgid "Use email of wordpress user:"
176
  msgstr "Email пользователя сайта:"
177
 
178
- #: contact_form.php:415
179
- msgid "Select user name"
180
  msgstr "Выберите имя пользователя"
181
 
182
- #: contact_form.php:420
183
- msgid "Set a name of user who will get messages from a contact form."
184
- msgstr ""
185
- "Укажите логин пользователя, который будет получать сообщения контактной "
186
- "формы."
187
 
188
- #: contact_form.php:424
189
- msgid "Use this email:"
190
  msgstr "Использовать этот email:"
191
 
192
- #: contact_form.php:427
193
- msgid "Set an email address which will be used for messages receiving."
194
  msgstr "Укажите email адрес, на который будут отправляться сообщения."
195
 
196
- #: contact_form.php:431
197
  msgid "Additional options"
198
  msgstr "Дополнительные настройки"
199
 
200
- #: contact_form.php:434
201
  msgid "Display Attachment block"
202
  msgstr "Отобразить блок Прикрепить файл"
203
 
204
- #: contact_form.php:436
205
- msgid "Users can attach files of the following types"
206
  msgstr "Пользователи могут прикрепить файлы таких типов"
207
 
208
- #: contact_form.php:440
209
- msgid "Display Attachment explanations"
210
  msgstr "Отобразить пояснения для блока Прикрепить файл"
211
 
212
- #: contact_form.php:442
213
- msgid "Display explanations after Attachment block"
214
  msgstr "Отобразить пояснения после блока Прикрепить файл"
215
 
216
- #: contact_form.php:446
217
  msgid "Display Send me a copy block"
218
  msgstr "Отобразить блок Отправить мне копию"
219
 
220
- #: contact_form.php:452
221
- msgid "What use?"
222
  msgstr "Что использовать?"
223
 
224
- #: contact_form.php:455
225
  msgid "Wp-mail"
226
  msgstr "Wp-mail"
227
 
228
- #: contact_form.php:456
229
- msgid "To send mail you can use the wordpress wp_mail function"
230
  msgstr "Для отправки почты вы можете использовать функцию WordPress wp_mail"
231
 
232
- #: contact_form.php:462
233
  msgid "Mail"
234
  msgstr "Mail"
235
 
236
- #: contact_form.php:463
237
  msgid "To send mail you can use the php mail function"
238
  msgstr "Для отправки почты вы можете использовать функцию php mail"
239
 
240
- #: contact_form.php:467
241
- msgid "Change text for 'FROM' field of the email"
242
  msgstr "Изменить текст для поля ОТ в письме"
243
 
244
- #: contact_form.php:473
245
- msgid "Select email for 'FROM' field of the email"
246
- msgstr "Выберите email для поля 'FROM' письма"
247
-
248
  #: contact_form.php:475
249
- msgid ""
250
- "In the field 'From' in the mail it will use email of that user who fills the "
251
- "form."
252
- msgstr ""
253
- "В поле \"From\" в письме будет использоваться электронная почта того "
254
- "пользователя, который заполняет форму."
255
 
256
  #: contact_form.php:477
257
- msgid "In the field 'From' it will use this email."
258
- msgstr "В поле \"From\" в письме будет использоваться данная электронная почта"
 
 
 
 
259
 
260
- #: contact_form.php:481
261
  msgid "Display phone field"
262
  msgstr "Отобразить поле для телефона"
263
 
264
- #: contact_form.php:487
265
- msgid "Required field"
266
  msgstr "Обязательные поля"
267
 
268
- #: contact_form.php:489 contact_form.php:953
 
269
  msgid "Name"
270
  msgstr "Имя"
271
 
272
- #: contact_form.php:490
273
  msgid "E-Mail Address"
274
  msgstr "E-mail адрес"
275
 
276
- #: contact_form.php:491 contact_form.php:961
 
277
  msgid "Phone"
278
  msgstr "Телефон"
279
 
280
- #: contact_form.php:492 contact_form.php:964
 
281
  msgid "Subject"
282
  msgstr "Тема"
283
 
284
- #: contact_form.php:493 contact_form.php:967
 
285
  msgid "Message"
286
  msgstr "Сообщение"
287
 
288
- #: contact_form.php:497
289
  msgid "Display additional info in email"
290
  msgstr "Отображение дополнительной информации в письме"
291
 
292
- #: contact_form.php:502 contact_form.php:925
 
293
  msgid "Sent from (ip address)"
294
  msgstr "Отправлено от (ip адрес)"
295
 
296
- #: contact_form.php:503 contact_form.php:930
 
297
  msgid "Date/Time"
298
  msgstr "Дата/Время"
299
 
300
- #: contact_form.php:504 contact_form.php:935
301
- msgid "Coming from (referer)"
 
302
  msgstr "Пришло из (реферер)"
303
 
304
- #: contact_form.php:505 contact_form.php:940
 
305
  msgid "Using (user agent)"
306
  msgstr "Используя (user agent)"
307
 
308
- #: contact_form.php:509
309
- msgid "Language settings for label fields"
310
  msgstr "Языковые настройки для названия полей в форме"
311
 
312
- #: contact_form.php:518
313
  msgid "Add language"
314
  msgstr "Добавиьт язык"
315
 
316
- #: contact_form.php:522
317
- msgid "Change label for fields of the contact form and error messages"
318
  msgstr "Изменить названия полей контактной формы и сообщений об ошибках"
319
 
320
- #: contact_form.php:527 contact_form.php:580
 
321
  msgid "English"
322
  msgstr "Английский"
323
 
324
- #: contact_form.php:542 contact_form.php:562
325
- msgid "Error message for name field"
 
326
  msgstr "Сообщение об ошибке для поля Name"
327
 
328
- #: contact_form.php:543 contact_form.php:563
329
- msgid "Error message for email field"
 
330
  msgstr "Сообщение об ошибке для поля Email"
331
 
332
- #: contact_form.php:544 contact_form.php:564
333
- msgid "Error message for phone field"
 
334
  msgstr "Сообщение об ошибке для поля Phone"
335
 
336
- #: contact_form.php:545 contact_form.php:565
337
- msgid "Error message for subject field"
 
338
  msgstr "Сообщение об ошибке для поля Subject"
339
 
340
- #: contact_form.php:546 contact_form.php:566
341
- msgid "Error message for message field"
 
342
  msgstr "Сообщение об ошибке для поля Message"
343
 
344
- #: contact_form.php:547 contact_form.php:567
345
- msgid "Error message for attachment field"
 
346
  msgstr "Сообщение об ошибке для поля Attachment"
347
 
348
- #: contact_form.php:548 contact_form.php:568
349
- msgid "Error message for captcha"
 
350
  msgstr "Сообщение об ошибке для поля Captcha"
351
 
352
- #: contact_form.php:549 contact_form.php:569
353
- msgid "Error message for all form"
 
354
  msgstr "Сообщение об ошибке для всей формы"
355
 
356
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
357
- #: contact_form.php:595
 
 
358
  msgid "Use shortcode"
359
  msgstr "Использовать шорткод"
360
 
361
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
362
- #: contact_form.php:595
 
 
363
  msgid "for this language"
364
  msgstr "для данного языка"
365
 
366
- #: contact_form.php:577
367
- msgid "Action after the send mail"
368
  msgstr "Действие после отправки письма"
369
 
370
- #: contact_form.php:579
371
  msgid "Display text"
372
  msgstr "Отобразить текст"
373
 
374
- #: contact_form.php:588 contact_form.php:594
 
375
  msgid "Text"
376
  msgstr "Текст"
377
 
378
- #: contact_form.php:601
379
- msgid "Redirect to page"
380
  msgstr "Перенаправление на страницу"
381
 
382
- #: contact_form.php:602
383
  msgid "Url"
384
  msgstr "Урл"
385
 
386
- #: contact_form.php:607
387
  msgid "Save Changes"
388
  msgstr "Save Changes"
389
 
390
- #: contact_form.php:646
391
- msgid "Sorry, your e-mail could not be delivered."
392
  msgstr "Извините, ваш email не может быть отправлен."
393
 
394
- #: contact_form.php:716
395
- msgid "You can attach files of the following types"
396
  msgstr "Пользователи могут прикрепить файлы таких типов"
397
 
398
- #: contact_form.php:724
399
  msgid "Send me a copy"
400
  msgstr "Отправить мне копию"
401
 
402
- #: contact_form.php:948
403
  msgid "Contact from"
404
  msgstr "Контактная Форма"
405
 
406
- #: contact_form.php:956
407
  msgid "Email"
408
  msgstr "Email"
409
 
410
- #: contact_form.php:970
411
  msgid "Site"
412
  msgstr "Сайт"
413
 
414
- #: contact_form.php:1021
415
- msgid "If you can see this MIME than your client doesn't accept MIME types!"
416
- msgstr ""
417
- "Если вы можете видеть этот MIME значит ваш почтовый клиент не поддерживает "
418
- "MIME тип!"
419
 
420
- #: contact_form.php:1074
421
  msgid "FAQ"
422
  msgstr "FAQ"
423
 
424
- #: contact_form.php:1075
425
  msgid "Support"
426
  msgstr "Поддержка"
427
 
428
- #: contact_form.php:1121
429
- msgid "Are you sure you want to delete this language?"
430
  msgstr "Вы действительно хотите удалить данные для этого языка?"
431
 
432
  #~ msgid "E-Mail Addresse:"
433
  #~ msgstr "E-mail адрес:"
434
-
435
  #~ msgid "Install Now"
436
  #~ msgstr "Установить сейчас"
437
-
438
  #~ msgid "BWS Plugins"
439
  #~ msgstr "Плагины BWS"
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-02-07 16:05+0300\n"
6
+ "PO-Revision-Date: 2013-02-07 16:05+0300\n"
7
+ "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "Language: ru_RU\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:78
20
  msgid "Activated plugins"
21
  msgstr "Активированные плагины"
22
 
23
+ #: contact_form.php:80
24
+ #: contact_form.php:88
25
+ #: contact_form.php:96
26
  msgid "Read more"
27
  msgstr "Читать далее"
28
 
29
+ #: contact_form.php:80
30
+ #: contact_form.php:1066
31
+ #: contact_form.php:1075
32
  msgid "Settings"
33
  msgstr "Настройки"
34
 
35
+ #: contact_form.php:86
36
  msgid "Installed plugins"
37
  msgstr "Установленные плагины"
38
 
39
+ #: contact_form.php:94
40
  msgid "Recommended plugins"
41
  msgstr "Рекомендованные к установке плагины"
42
 
43
+ #: contact_form.php:96
44
  msgid "Download"
45
  msgstr "Скачать"
46
 
47
+ #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "Установлено %s"
51
 
52
+ #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "Установить с wordpress.org"
55
 
56
+ #: contact_form.php:98
57
+ msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
58
+ msgstr "Если у вас есть какие-то впросы, обращайтесь на plugin@bestwebsoft.com или заполните контактную форму на нашем сайте"
 
 
 
 
59
 
60
+ #: contact_form.php:110
61
+ #: contact_form.php:403
62
  msgid "Contact Form Options"
63
  msgstr "Настройки Контактной Формы"
64
 
65
+ #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "Контактная Форма"
68
 
69
+ #: contact_form.php:147
70
+ #: contact_form.php:537
71
+ #: contact_form.php:557
72
  msgid "Name:"
73
  msgstr "Имя:"
74
 
75
+ #: contact_form.php:148
76
+ #: contact_form.php:538
77
+ #: contact_form.php:558
78
+ msgid "Email Address:"
79
  msgstr "E-mail адрес:"
80
 
81
+ #: contact_form.php:149
82
+ #: contact_form.php:539
83
+ #: contact_form.php:559
84
+ msgid "Phone number:"
85
  msgstr "Телефон:"
86
 
87
+ #: contact_form.php:150
88
+ #: contact_form.php:540
89
+ #: contact_form.php:560
90
  msgid "Subject:"
91
  msgstr "Тема:"
92
 
93
+ #: contact_form.php:151
94
+ #: contact_form.php:541
95
+ #: contact_form.php:561
96
  msgid "Message:"
97
  msgstr "Сообщение:"
98
 
99
+ #: contact_form.php:152
100
+ #: contact_form.php:542
101
+ #: contact_form.php:562
102
  msgid "Attachment:"
103
  msgstr "Прикрепить файл:"
104
 
105
+ #: contact_form.php:153
106
+ #: contact_form.php:543
107
+ #: contact_form.php:563
108
  msgid "Submit"
109
  msgstr "Отправить"
110
 
111
+ #: contact_form.php:154
112
  msgid "Your name is required."
113
  msgstr "Ваше имя - это обязательное поле."
114
 
115
+ #: contact_form.php:155
116
  msgid "A proper e-mail address is required."
117
  msgstr "Поле e-mail адреса - обязательное для заполнения."
118
 
119
+ #: contact_form.php:156
120
+ msgid "Subject is required."
121
  msgstr "Поле Тема - обязательное поле."
122
 
123
+ #: contact_form.php:157
124
  msgid "Message text is required."
125
  msgstr "Поле Сообщение - обязательное поле."
126
 
127
+ #: contact_form.php:158
128
+ msgid "Phone number is required."
129
  msgstr "Телефон - это обязательное поле."
130
 
131
+ #: contact_form.php:159
132
+ msgid "File format is not valid."
133
  msgstr "Прикрепленный тип файла не поддерживается"
134
 
135
+ #: contact_form.php:160
136
+ msgid "Please fill out the CAPTCHA."
137
  msgstr "Пожалуйста, заполните КАПЧУ."
138
 
139
+ #: contact_form.php:161
140
  msgid "Please make corrections below and try again."
141
+ msgstr "Пожалуйста, сделайте исправления в отмеченных полях ниже и повторите попытку."
 
142
 
143
+ #: contact_form.php:163
144
  msgid "Thank you for contacting us."
145
  msgstr "Спасибо за контакт с нами."
146
 
147
+ #: contact_form.php:358
148
+ msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
149
+ msgstr "Если опция 'Перейти на страницу \"выбран, то Урл поле должно быть заполнено в следующем формате"
 
 
 
 
150
 
151
+ #: contact_form.php:367
152
+ msgid "Such user does not exist. Settings are not saved."
153
  msgstr "Данный пользователь не найден. Настройки не сохранены"
154
 
155
+ #: contact_form.php:372
156
+ msgid "Please enter a valid email address. Settings are not saved."
157
  msgstr "Пожалуйста, введите корректный email. Настройки не сохранены."
158
 
159
+ #: contact_form.php:378
160
+ msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
161
+ msgstr "Пожалуйста, введите корректный email для поля 'FROM'. Настройки не сохранены."
 
162
 
163
+ #: contact_form.php:383
164
  msgid "Options saved."
165
  msgstr "Опции сохранены"
166
 
167
+ #: contact_form.php:408
168
+ 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:"
169
+ msgstr "Если вы хотите добавить Контактную Форму на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста или виджета:"
 
 
 
 
170
 
171
+ #: contact_form.php:409
172
+ msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
173
+ msgstr "Если информация в полях ниже отсутствует, соощения будут оправлены на email адрес, который был указан при регистрации сайта."
 
 
 
 
174
 
175
+ #: contact_form.php:413
176
+ msgid "The user's email address:"
177
  msgstr "Email пользователя сайта:"
178
 
179
+ #: contact_form.php:417
180
+ msgid "Create a username"
181
  msgstr "Выберите имя пользователя"
182
 
183
+ #: contact_form.php:422
184
+ msgid "Enter a username of the person who should get the messages from the contact form."
185
+ msgstr "Укажите логин пользователя, который будет получать сообщения контактной формы."
 
 
186
 
187
+ #: contact_form.php:426
188
+ msgid "Use this email address:"
189
  msgstr "Использовать этот email:"
190
 
191
+ #: contact_form.php:429
192
+ msgid "Enter the email address you want the messages forwarded to."
193
  msgstr "Укажите email адрес, на который будут отправляться сообщения."
194
 
195
+ #: contact_form.php:433
196
  msgid "Additional options"
197
  msgstr "Дополнительные настройки"
198
 
199
+ #: contact_form.php:436
200
  msgid "Display Attachment block"
201
  msgstr "Отобразить блок Прикрепить файл"
202
 
203
+ #: contact_form.php:438
204
+ msgid "Users can attach the following file formats"
205
  msgstr "Пользователи могут прикрепить файлы таких типов"
206
 
207
+ #: contact_form.php:442
208
+ msgid "Display Attachment tips"
209
  msgstr "Отобразить пояснения для блока Прикрепить файл"
210
 
211
+ #: contact_form.php:444
212
+ msgid "Display tips below the Attachment block"
213
  msgstr "Отобразить пояснения после блока Прикрепить файл"
214
 
215
+ #: contact_form.php:448
216
  msgid "Display Send me a copy block"
217
  msgstr "Отобразить блок Отправить мне копию"
218
 
219
+ #: contact_form.php:454
220
+ msgid "What to use?"
221
  msgstr "Что использовать?"
222
 
223
+ #: contact_form.php:457
224
  msgid "Wp-mail"
225
  msgstr "Wp-mail"
226
 
227
+ #: contact_form.php:458
228
+ msgid "You can use the wp_mail function for mailing"
229
  msgstr "Для отправки почты вы можете использовать функцию WordPress wp_mail"
230
 
231
+ #: contact_form.php:464
232
  msgid "Mail"
233
  msgstr "Mail"
234
 
235
+ #: contact_form.php:465
236
  msgid "To send mail you can use the php mail function"
237
  msgstr "Для отправки почты вы можете использовать функцию php mail"
238
 
239
+ #: contact_form.php:469
240
+ msgid "Change text of the 'FROM' field"
241
  msgstr "Изменить текст для поля ОТ в письме"
242
 
 
 
 
 
243
  #: contact_form.php:475
244
+ msgid "Enter the email address in the 'From' field"
245
+ msgstr "Выберите email для поля 'FROM' письма"
 
 
 
 
246
 
247
  #: contact_form.php:477
248
+ msgid "The email address of the user who fills the form is going to be used in the field 'From'."
249
+ msgstr "В поле \"From\" в письме будет использоваться электронная почта того пользователя, который заполняет форму."
250
+
251
+ #: contact_form.php:479
252
+ msgid "This email address will be used in the 'From' field."
253
+ msgstr "В поле \"From\" в письме будет использоваться данная электронная почта."
254
 
255
+ #: contact_form.php:483
256
  msgid "Display phone field"
257
  msgstr "Отобразить поле для телефона"
258
 
259
+ #: contact_form.php:489
260
+ msgid "Required fields"
261
  msgstr "Обязательные поля"
262
 
263
+ #: contact_form.php:491
264
+ #: contact_form.php:955
265
  msgid "Name"
266
  msgstr "Имя"
267
 
268
+ #: contact_form.php:492
269
  msgid "E-Mail Address"
270
  msgstr "E-mail адрес"
271
 
272
+ #: contact_form.php:493
273
+ #: contact_form.php:963
274
  msgid "Phone"
275
  msgstr "Телефон"
276
 
277
+ #: contact_form.php:494
278
+ #: contact_form.php:966
279
  msgid "Subject"
280
  msgstr "Тема"
281
 
282
+ #: contact_form.php:495
283
+ #: contact_form.php:969
284
  msgid "Message"
285
  msgstr "Сообщение"
286
 
287
+ #: contact_form.php:499
288
  msgid "Display additional info in email"
289
  msgstr "Отображение дополнительной информации в письме"
290
 
291
+ #: contact_form.php:504
292
+ #: contact_form.php:927
293
  msgid "Sent from (ip address)"
294
  msgstr "Отправлено от (ip адрес)"
295
 
296
+ #: contact_form.php:505
297
+ #: contact_form.php:932
298
  msgid "Date/Time"
299
  msgstr "Дата/Время"
300
 
301
+ #: contact_form.php:506
302
+ #: contact_form.php:937
303
+ msgid "Sent from (referer)"
304
  msgstr "Пришло из (реферер)"
305
 
306
+ #: contact_form.php:507
307
+ #: contact_form.php:942
308
  msgid "Using (user agent)"
309
  msgstr "Используя (user agent)"
310
 
311
+ #: contact_form.php:511
312
+ msgid "Language settings for the field names in the form"
313
  msgstr "Языковые настройки для названия полей в форме"
314
 
315
+ #: contact_form.php:520
316
  msgid "Add language"
317
  msgstr "Добавиьт язык"
318
 
319
+ #: contact_form.php:524
320
+ msgid "Change the names of the contact form fields and error messages"
321
  msgstr "Изменить названия полей контактной формы и сообщений об ошибках"
322
 
323
+ #: contact_form.php:529
324
+ #: contact_form.php:582
325
  msgid "English"
326
  msgstr "Английский"
327
 
328
+ #: contact_form.php:544
329
+ #: contact_form.php:564
330
+ msgid "Error message for the Name field"
331
  msgstr "Сообщение об ошибке для поля Name"
332
 
333
+ #: contact_form.php:545
334
+ #: contact_form.php:565
335
+ msgid "Error message for the Email field"
336
  msgstr "Сообщение об ошибке для поля Email"
337
 
338
+ #: contact_form.php:546
339
+ #: contact_form.php:566
340
+ msgid "Error message for the Phone field"
341
  msgstr "Сообщение об ошибке для поля Phone"
342
 
343
+ #: contact_form.php:547
344
+ #: contact_form.php:567
345
+ msgid "Error message for the Subject field"
346
  msgstr "Сообщение об ошибке для поля Subject"
347
 
348
+ #: contact_form.php:548
349
+ #: contact_form.php:568
350
+ msgid "Error message for the Message field"
351
  msgstr "Сообщение об ошибке для поля Message"
352
 
353
+ #: contact_form.php:549
354
+ #: contact_form.php:569
355
+ msgid "Error message for the Attachment field"
356
  msgstr "Сообщение об ошибке для поля Attachment"
357
 
358
+ #: contact_form.php:550
359
+ #: contact_form.php:570
360
+ msgid "Error message for the Captcha field"
361
  msgstr "Сообщение об ошибке для поля Captcha"
362
 
363
+ #: contact_form.php:551
364
+ #: contact_form.php:571
365
+ msgid "Error message for the whole form"
366
  msgstr "Сообщение об ошибке для всей формы"
367
 
368
+ #: contact_form.php:552
369
+ #: contact_form.php:572
370
+ #: contact_form.php:591
371
+ #: contact_form.php:597
372
  msgid "Use shortcode"
373
  msgstr "Использовать шорткод"
374
 
375
+ #: contact_form.php:552
376
+ #: contact_form.php:572
377
+ #: contact_form.php:591
378
+ #: contact_form.php:597
379
  msgid "for this language"
380
  msgstr "для данного языка"
381
 
382
+ #: contact_form.php:579
383
+ msgid "Action after email is sent"
384
  msgstr "Действие после отправки письма"
385
 
386
+ #: contact_form.php:581
387
  msgid "Display text"
388
  msgstr "Отобразить текст"
389
 
390
+ #: contact_form.php:590
391
+ #: contact_form.php:596
392
  msgid "Text"
393
  msgstr "Текст"
394
 
395
+ #: contact_form.php:603
396
+ msgid "Redirect to the page"
397
  msgstr "Перенаправление на страницу"
398
 
399
+ #: contact_form.php:604
400
  msgid "Url"
401
  msgstr "Урл"
402
 
403
+ #: contact_form.php:609
404
  msgid "Save Changes"
405
  msgstr "Save Changes"
406
 
407
+ #: contact_form.php:648
408
+ msgid "Sorry, email message could not be delivered."
409
  msgstr "Извините, ваш email не может быть отправлен."
410
 
411
+ #: contact_form.php:718
412
+ msgid "You can attach the following file formats"
413
  msgstr "Пользователи могут прикрепить файлы таких типов"
414
 
415
+ #: contact_form.php:726
416
  msgid "Send me a copy"
417
  msgstr "Отправить мне копию"
418
 
419
+ #: contact_form.php:950
420
  msgid "Contact from"
421
  msgstr "Контактная Форма"
422
 
423
+ #: contact_form.php:958
424
  msgid "Email"
425
  msgstr "Email"
426
 
427
+ #: contact_form.php:972
428
  msgid "Site"
429
  msgstr "Сайт"
430
 
431
+ #: contact_form.php:1023
432
+ msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
433
+ msgstr "Если вы можете видеть этот MIME значит ваш почтовый клиент не поддерживает MIME тип!"
 
 
434
 
435
+ #: contact_form.php:1076
436
  msgid "FAQ"
437
  msgstr "FAQ"
438
 
439
+ #: contact_form.php:1077
440
  msgid "Support"
441
  msgstr "Поддержка"
442
 
443
+ #: contact_form.php:1123
444
+ msgid "Are you sure that you want to delete this language data?"
445
  msgstr "Вы действительно хотите удалить данные для этого языка?"
446
 
447
  #~ msgid "E-Mail Addresse:"
448
  #~ msgstr "E-mail адрес:"
 
449
  #~ msgid "Install Now"
450
  #~ msgstr "Установить сейчас"
 
451
  #~ msgid "BWS Plugins"
452
  #~ msgstr "Плагины BWS"
453
+
languages/contact_form-sr_RS.mo CHANGED
Binary file
languages/contact_form-sr_RS.po CHANGED
@@ -2,437 +2,456 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-12-19 13:37+0200\n"
6
- "PO-Revision-Date: 2012-12-19 13:37+0200\n"
7
- "Last-Translator: Radovan Georgijevic <radovan@georgijevic.info>\n"
8
  "Language-Team: Georgijevic Team <http://www.georgijevic.info>\n"
9
- "Language: sr_RS\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:76
20
  msgid "Activated plugins"
21
  msgstr "Aktivni dodaci"
22
 
23
- #: contact_form.php:78 contact_form.php:86 contact_form.php:94
 
 
24
  msgid "Read more"
25
  msgstr "Čitaj više"
26
 
27
- #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
 
 
28
  msgid "Settings"
29
  msgstr "Podešavanja"
30
 
31
- #: contact_form.php:84
32
  msgid "Installed plugins"
33
  msgstr "Instalirani dodaci"
34
 
35
- #: contact_form.php:92
36
  msgid "Recommended plugins"
37
  msgstr "Preporučeni dodaci"
38
 
39
- #: contact_form.php:94
40
  msgid "Download"
41
  msgstr "Preuzmi"
42
 
43
- #: contact_form.php:94
44
  #, php-format
45
  msgid "Install %s"
46
  msgstr "Instaliraj %s"
47
 
48
- #: contact_form.php:94
49
  msgid "Install now from wordpress.org"
50
  msgstr "Instaliraj sa wordpress.org"
51
 
52
- #: contact_form.php:96
53
- msgid ""
54
- "If you have any questions, please contact us via plugin@bestwebsoft.com or "
55
- "fill in our contact form on our site"
56
- msgstr ""
57
- "Ako imate bilo kakva pitanja, kontaktirajte na mejl plugin@bestwebsoft.com "
58
- "ili popunite kontakt formu na našem sajtu"
59
 
60
- #: contact_form.php:108 contact_form.php:401
 
61
  msgid "Contact Form Options"
62
  msgstr "Opcije Kontakt Forme"
63
 
64
- #: contact_form.php:108
65
  msgid "Contact Form"
66
  msgstr "Kontakt Forma"
67
 
68
- #: contact_form.php:145 contact_form.php:535 contact_form.php:555
 
 
69
  msgid "Name:"
70
  msgstr "Ime:"
71
 
72
- #: contact_form.php:146 contact_form.php:536 contact_form.php:556
73
- msgid "E-Mail Address:"
 
 
74
  msgstr "E-mail Adresa:"
75
 
76
- #: contact_form.php:147 contact_form.php:537 contact_form.php:557
77
- msgid "Phone:"
 
 
78
  msgstr ""
79
 
80
- #: contact_form.php:148 contact_form.php:538 contact_form.php:558
 
 
81
  msgid "Subject:"
82
  msgstr "Tema:"
83
 
84
- #: contact_form.php:149 contact_form.php:539 contact_form.php:559
 
 
85
  msgid "Message:"
86
  msgstr "Poruka:"
87
 
88
- #: contact_form.php:150 contact_form.php:540 contact_form.php:560
 
 
89
  msgid "Attachment:"
90
  msgstr "Priveži fajl:"
91
 
92
- #: contact_form.php:151 contact_form.php:541 contact_form.php:561
 
 
93
  msgid "Submit"
94
  msgstr "Podnesi"
95
 
96
- #: contact_form.php:152
97
  msgid "Your name is required."
98
  msgstr "Vaše ime je potrebno."
99
 
100
- #: contact_form.php:153
101
  msgid "A proper e-mail address is required."
102
  msgstr "Ispravna e-mail adresa potrebna."
103
 
104
- #: contact_form.php:154
105
- msgid "Subject text is required."
106
  msgstr "Tekst Teme je potreban."
107
 
108
- #: contact_form.php:155
109
  msgid "Message text is required."
110
  msgstr "Tekst poruke je potreban."
111
 
112
- #: contact_form.php:156
113
  #, fuzzy
114
- msgid "Phone is required field."
115
  msgstr "Vaše ime je potrebno."
116
 
117
- #: contact_form.php:157
118
- msgid "Attachment is broken."
119
  msgstr "Privezakne radi"
120
 
121
- #: contact_form.php:158
122
- msgid "Please complete the CAPTCHA."
123
  msgstr "Molimo vas popunite CAPTCHA."
124
 
125
- #: contact_form.php:159
126
  msgid "Please make corrections below and try again."
127
  msgstr "Molimo vas da izvršite izmene ispod i pokušate ponovo."
128
 
129
- #: contact_form.php:161
130
  msgid "Thank you for contacting us."
131
  msgstr "Hvala što ste nas kontaktirali."
132
 
133
- #: contact_form.php:356
134
- msgid ""
135
- "If the option 'Redirect to page' is selected then url field should be "
136
- "fillied in the following format"
137
- msgstr ""
138
- "Ako opcija 'Prosledi na stranu' je izabrana onda polje za URL možete "
139
- "popuniti u sledećem formatu"
140
 
141
- #: contact_form.php:365
142
- msgid "Such user is not exist. Settings are not saved."
143
  msgstr "Takav korisnik ne postoji. Podešavanja nisu sačuvana"
144
 
145
- #: contact_form.php:370
146
- msgid "Please input correct email. Settings are not saved."
147
  msgstr "Molim vam unesite ispravan mejl. Podešavanja nisu sačuvana."
148
 
149
- #: contact_form.php:376
150
  #, fuzzy
151
- msgid "Please input correct 'FROM' email. Settings are not saved."
152
  msgstr "Molim vam unesite ispravan mejl. Podešavanja nisu sačuvana."
153
 
154
- #: contact_form.php:381
155
  msgid "Options saved."
156
  msgstr "Opcije sačuvane"
157
 
158
- #: contact_form.php:406
159
- msgid ""
160
- "If you would like to add a Contact Form to your website, just copy and put "
161
- "this shortcode onto your post or page or widget:"
162
- msgstr ""
163
- "Ako želite da dodate Kontakt Formu na vaš veb sajt, jednostavno iskopirajte "
164
- "ovaj kratak kod na vašu stranu, članak ili vidžet:"
165
 
166
- #: contact_form.php:407
167
- msgid ""
168
- "If information in the below fields are empty then the message will be send "
169
- "to an address which was specified during registration."
170
- msgstr ""
171
- "Ako je polje za podatke ispod prazno tada će poruka biti poslata na adresu "
172
- "koja je navedena prilikom registracije."
173
 
174
- #: contact_form.php:411
175
- msgid "Use email of wordpress user:"
176
  msgstr "Koristi mejl wordpress kosirnika:"
177
 
178
- #: contact_form.php:415
179
- msgid "Select user name"
180
  msgstr "Odaberi korisničko ime"
181
 
182
- #: contact_form.php:420
183
- msgid "Set a name of user who will get messages from a contact form."
184
  msgstr "Podesi ime korisnika koji će primiti poruku sa ove kontakt forme."
185
 
186
- #: contact_form.php:424
187
- msgid "Use this email:"
188
  msgstr "Koristi ovaj mejl:"
189
 
190
- #: contact_form.php:427
191
- msgid "Set an email address which will be used for messages receiving."
192
  msgstr "Podesi mejl adresu koja će biti korišćena za prijem poruka."
193
 
194
- #: contact_form.php:431
195
  msgid "Additional options"
196
  msgstr "Dodatne opcije"
197
 
198
- #: contact_form.php:434
199
  msgid "Display Attachment block"
200
  msgstr "Prikaži blok privezaka"
201
 
202
- #: contact_form.php:436
203
- msgid "Users can attach files of the following types"
204
  msgstr "Korisnici mogu privezivati fajlove sledećih tipova"
205
 
206
- #: contact_form.php:440
207
- msgid "Display Attachment explanations"
208
  msgstr "Prikaži objašnjenja privezaka"
209
 
210
- #: contact_form.php:442
211
- msgid "Display explanations after Attachment block"
212
  msgstr "Prikaži objašnjenja posle bloka Privezaka"
213
 
214
- #: contact_form.php:446
215
  msgid "Display Send me a copy block"
216
  msgstr "Prikaži Pošalji mi kopiju blok"
217
 
218
- #: contact_form.php:452
219
- msgid "What use?"
220
  msgstr "Šta koritite?"
221
 
222
- #: contact_form.php:455
223
  msgid "Wp-mail"
224
  msgstr "Wp-mail"
225
 
226
- #: contact_form.php:456
227
- msgid "To send mail you can use the wordpress wp_mail function"
228
  msgstr "Da biste poslali mejl možete koristiti wordpress-ovu wp_mail funkciju"
229
 
230
- #: contact_form.php:462
231
  msgid "Mail"
232
  msgstr "Mail"
233
 
234
- #: contact_form.php:463
235
  msgid "To send mail you can use the php mail function"
236
  msgstr "Da biste poslali mejl možete koristiti php mail funkciju"
237
 
238
- #: contact_form.php:467
239
  #, fuzzy
240
- msgid "Change text for 'FROM' field of the email"
241
  msgstr "Promeni OD polja u kontakt formi"
242
 
243
- #: contact_form.php:473
244
- msgid "Select email for 'FROM' field of the email"
245
- msgstr ""
246
-
247
  #: contact_form.php:475
248
- msgid ""
249
- "In the field 'From' in the mail it will use email of that user who fills the "
250
- "form."
251
  msgstr ""
252
 
253
  #: contact_form.php:477
254
- msgid "In the field 'From' it will use this email."
255
  msgstr ""
256
 
257
- #: contact_form.php:481
 
 
 
 
258
  msgid "Display phone field"
259
  msgstr ""
260
 
261
- #: contact_form.php:487
262
- msgid "Required field"
263
  msgstr ""
264
 
265
- #: contact_form.php:489 contact_form.php:953
 
266
  msgid "Name"
267
  msgstr "Ime"
268
 
269
- #: contact_form.php:490
270
  #, fuzzy
271
  msgid "E-Mail Address"
272
  msgstr "E-mail Adresa:"
273
 
274
- #: contact_form.php:491 contact_form.php:961
 
275
  msgid "Phone"
276
  msgstr ""
277
 
278
- #: contact_form.php:492 contact_form.php:964
 
279
  msgid "Subject"
280
  msgstr "Tema"
281
 
282
- #: contact_form.php:493 contact_form.php:967
 
283
  msgid "Message"
284
  msgstr "Poruka"
285
 
286
- #: contact_form.php:497
287
  msgid "Display additional info in email"
288
  msgstr "Prikaži dodatne informacije u mejlu"
289
 
290
- #: contact_form.php:502 contact_form.php:925
 
291
  msgid "Sent from (ip address)"
292
  msgstr "Poslato sa (ip adresa)"
293
 
294
- #: contact_form.php:503 contact_form.php:930
 
295
  msgid "Date/Time"
296
  msgstr "Datum/Vreme"
297
 
298
- #: contact_form.php:504 contact_form.php:935
299
- msgid "Coming from (referer)"
 
300
  msgstr "Došlo od (prosleđivač)"
301
 
302
- #: contact_form.php:505 contact_form.php:940
 
303
  msgid "Using (user agent)"
304
  msgstr "Koristi (user agent)"
305
 
306
- #: contact_form.php:509
307
- msgid "Language settings for label fields"
308
  msgstr ""
309
 
310
- #: contact_form.php:518
311
  msgid "Add language"
312
  msgstr ""
313
 
314
- #: contact_form.php:522
315
- #, fuzzy
316
- msgid "Change label for fields of the contact form and error messages"
317
  msgstr "Promeni oznaku za polja u kontakt formi"
318
 
319
- #: contact_form.php:527 contact_form.php:580
 
320
  msgid "English"
321
  msgstr ""
322
 
323
- #: contact_form.php:542 contact_form.php:562
324
- msgid "Error message for name field"
 
325
  msgstr ""
326
 
327
- #: contact_form.php:543 contact_form.php:563
328
- msgid "Error message for email field"
 
329
  msgstr ""
330
 
331
- #: contact_form.php:544 contact_form.php:564
332
- msgid "Error message for phone field"
 
333
  msgstr ""
334
 
335
- #: contact_form.php:545 contact_form.php:565
336
- msgid "Error message for subject field"
 
337
  msgstr ""
338
 
339
- #: contact_form.php:546 contact_form.php:566
340
- msgid "Error message for message field"
 
341
  msgstr ""
342
 
343
- #: contact_form.php:547 contact_form.php:567
344
- msgid "Error message for attachment field"
 
345
  msgstr ""
346
 
347
- #: contact_form.php:548 contact_form.php:568
348
- msgid "Error message for captcha"
 
349
  msgstr ""
350
 
351
- #: contact_form.php:549 contact_form.php:569
352
- msgid "Error message for all form"
 
353
  msgstr ""
354
 
355
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
356
- #: contact_form.php:595
 
 
357
  msgid "Use shortcode"
358
  msgstr ""
359
 
360
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
361
- #: contact_form.php:595
 
 
362
  msgid "for this language"
363
  msgstr ""
364
 
365
- #: contact_form.php:577
366
- msgid "Action after the send mail"
367
  msgstr "Akcija posle poslatog mejla"
368
 
369
- #: contact_form.php:579
370
  msgid "Display text"
371
  msgstr "Prikaži tekst"
372
 
373
- #: contact_form.php:588 contact_form.php:594
 
374
  msgid "Text"
375
  msgstr "Tekst"
376
 
377
- #: contact_form.php:601
378
- msgid "Redirect to page"
379
  msgstr "Preusmeri na stranu"
380
 
381
- #: contact_form.php:602
382
  msgid "Url"
383
  msgstr "Url"
384
 
385
- #: contact_form.php:607
386
  msgid "Save Changes"
387
  msgstr "Sačuvaj izmene"
388
 
389
- #: contact_form.php:646
390
- msgid "Sorry, your e-mail could not be delivered."
391
  msgstr "Izvinite, vaš mejl nije mogao biti dostavljen."
392
 
393
- #: contact_form.php:716
394
- msgid "You can attach files of the following types"
395
  msgstr "Možete privezati fajlove sledećih tipova"
396
 
397
- #: contact_form.php:724
398
  msgid "Send me a copy"
399
  msgstr "Pošalji mi kopiju"
400
 
401
- #: contact_form.php:948
402
  msgid "Contact from"
403
  msgstr "Kontakt forma"
404
 
405
- #: contact_form.php:956
406
  msgid "Email"
407
  msgstr "Email"
408
 
409
- #: contact_form.php:970
410
  msgid "Site"
411
  msgstr "Sajt"
412
 
413
- #: contact_form.php:1021
414
- msgid "If you can see this MIME than your client doesn't accept MIME types!"
415
- msgstr ""
416
- "Ako možete da vidite ovaj MIME to znači da vaš klijent ne prihvata MIME "
417
- "tipove!"
418
 
419
- #: contact_form.php:1074
420
  msgid "FAQ"
421
  msgstr "FAQ"
422
 
423
- #: contact_form.php:1075
424
  msgid "Support"
425
  msgstr "Podrška"
426
 
427
- #: contact_form.php:1121
428
- msgid "Are you sure you want to delete this language?"
429
  msgstr ""
430
 
431
  #~ msgid "E-Mail Addresse:"
432
  #~ msgstr "E-mail adresa:"
433
-
434
  #~ msgid "Install Now"
435
  #~ msgstr "Instaliraj Sada"
436
-
437
  #~ msgid "BWS Plugins"
438
  #~ msgstr "BWS Dodaci"
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-02-07 16:07+0300\n"
6
+ "PO-Revision-Date: 2013-02-07 16:07+0300\n"
7
+ "Last-Translator: \n"
8
  "Language-Team: Georgijevic Team <http://www.georgijevic.info>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "Language: sr_RS\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:78
20
  msgid "Activated plugins"
21
  msgstr "Aktivni dodaci"
22
 
23
+ #: contact_form.php:80
24
+ #: contact_form.php:88
25
+ #: contact_form.php:96
26
  msgid "Read more"
27
  msgstr "Čitaj više"
28
 
29
+ #: contact_form.php:80
30
+ #: contact_form.php:1066
31
+ #: contact_form.php:1075
32
  msgid "Settings"
33
  msgstr "Podešavanja"
34
 
35
+ #: contact_form.php:86
36
  msgid "Installed plugins"
37
  msgstr "Instalirani dodaci"
38
 
39
+ #: contact_form.php:94
40
  msgid "Recommended plugins"
41
  msgstr "Preporučeni dodaci"
42
 
43
+ #: contact_form.php:96
44
  msgid "Download"
45
  msgstr "Preuzmi"
46
 
47
+ #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "Instaliraj %s"
51
 
52
+ #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "Instaliraj sa wordpress.org"
55
 
56
+ #: contact_form.php:98
57
+ msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
58
+ msgstr "Ako imate bilo kakva pitanja, kontaktirajte na mejl plugin@bestwebsoft.com ili popunite kontakt formu na našem sajtu"
 
 
 
 
59
 
60
+ #: contact_form.php:110
61
+ #: contact_form.php:403
62
  msgid "Contact Form Options"
63
  msgstr "Opcije Kontakt Forme"
64
 
65
+ #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "Kontakt Forma"
68
 
69
+ #: contact_form.php:147
70
+ #: contact_form.php:537
71
+ #: contact_form.php:557
72
  msgid "Name:"
73
  msgstr "Ime:"
74
 
75
+ #: contact_form.php:148
76
+ #: contact_form.php:538
77
+ #: contact_form.php:558
78
+ msgid "Email Address:"
79
  msgstr "E-mail Adresa:"
80
 
81
+ #: contact_form.php:149
82
+ #: contact_form.php:539
83
+ #: contact_form.php:559
84
+ msgid "Phone number:"
85
  msgstr ""
86
 
87
+ #: contact_form.php:150
88
+ #: contact_form.php:540
89
+ #: contact_form.php:560
90
  msgid "Subject:"
91
  msgstr "Tema:"
92
 
93
+ #: contact_form.php:151
94
+ #: contact_form.php:541
95
+ #: contact_form.php:561
96
  msgid "Message:"
97
  msgstr "Poruka:"
98
 
99
+ #: contact_form.php:152
100
+ #: contact_form.php:542
101
+ #: contact_form.php:562
102
  msgid "Attachment:"
103
  msgstr "Priveži fajl:"
104
 
105
+ #: contact_form.php:153
106
+ #: contact_form.php:543
107
+ #: contact_form.php:563
108
  msgid "Submit"
109
  msgstr "Podnesi"
110
 
111
+ #: contact_form.php:154
112
  msgid "Your name is required."
113
  msgstr "Vaše ime je potrebno."
114
 
115
+ #: contact_form.php:155
116
  msgid "A proper e-mail address is required."
117
  msgstr "Ispravna e-mail adresa potrebna."
118
 
119
+ #: contact_form.php:156
120
+ msgid "Subject is required."
121
  msgstr "Tekst Teme je potreban."
122
 
123
+ #: contact_form.php:157
124
  msgid "Message text is required."
125
  msgstr "Tekst poruke je potreban."
126
 
127
+ #: contact_form.php:158
128
  #, fuzzy
129
+ msgid "Phone number is required."
130
  msgstr "Vaše ime je potrebno."
131
 
132
+ #: contact_form.php:159
133
+ msgid "File format is not valid."
134
  msgstr "Privezakne radi"
135
 
136
+ #: contact_form.php:160
137
+ msgid "Please fill out the CAPTCHA."
138
  msgstr "Molimo vas popunite CAPTCHA."
139
 
140
+ #: contact_form.php:161
141
  msgid "Please make corrections below and try again."
142
  msgstr "Molimo vas da izvršite izmene ispod i pokušate ponovo."
143
 
144
+ #: contact_form.php:163
145
  msgid "Thank you for contacting us."
146
  msgstr "Hvala što ste nas kontaktirali."
147
 
148
+ #: contact_form.php:358
149
+ msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
150
+ msgstr "Ako opcija 'Prosledi na stranu' je izabrana onda polje za URL možete popuniti u sledećem formatu"
 
 
 
 
151
 
152
+ #: contact_form.php:367
153
+ msgid "Such user does not exist. Settings are not saved."
154
  msgstr "Takav korisnik ne postoji. Podešavanja nisu sačuvana"
155
 
156
+ #: contact_form.php:372
157
+ msgid "Please enter a valid email address. Settings are not saved."
158
  msgstr "Molim vam unesite ispravan mejl. Podešavanja nisu sačuvana."
159
 
160
+ #: contact_form.php:378
161
  #, fuzzy
162
+ msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
163
  msgstr "Molim vam unesite ispravan mejl. Podešavanja nisu sačuvana."
164
 
165
+ #: contact_form.php:383
166
  msgid "Options saved."
167
  msgstr "Opcije sačuvane"
168
 
169
+ #: contact_form.php:408
170
+ 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:"
171
+ msgstr "Ako želite da dodate Kontakt Formu na vaš veb sajt, jednostavno iskopirajte ovaj kratak kod na vašu stranu, članak ili vidžet:"
 
 
 
 
172
 
173
+ #: contact_form.php:409
174
+ msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
175
+ msgstr "Ako je polje za podatke ispod prazno tada će poruka biti poslata na adresu koja je navedena prilikom registracije."
 
 
 
 
176
 
177
+ #: contact_form.php:413
178
+ msgid "The user's email address:"
179
  msgstr "Koristi mejl wordpress kosirnika:"
180
 
181
+ #: contact_form.php:417
182
+ msgid "Create a username"
183
  msgstr "Odaberi korisničko ime"
184
 
185
+ #: contact_form.php:422
186
+ msgid "Enter a username of the person who should get the messages from the contact form."
187
  msgstr "Podesi ime korisnika koji će primiti poruku sa ove kontakt forme."
188
 
189
+ #: contact_form.php:426
190
+ msgid "Use this email address:"
191
  msgstr "Koristi ovaj mejl:"
192
 
193
+ #: contact_form.php:429
194
+ msgid "Enter the email address you want the messages forwarded to."
195
  msgstr "Podesi mejl adresu koja će biti korišćena za prijem poruka."
196
 
197
+ #: contact_form.php:433
198
  msgid "Additional options"
199
  msgstr "Dodatne opcije"
200
 
201
+ #: contact_form.php:436
202
  msgid "Display Attachment block"
203
  msgstr "Prikaži blok privezaka"
204
 
205
+ #: contact_form.php:438
206
+ msgid "Users can attach the following file formats"
207
  msgstr "Korisnici mogu privezivati fajlove sledećih tipova"
208
 
209
+ #: contact_form.php:442
210
+ msgid "Display Attachment tips"
211
  msgstr "Prikaži objašnjenja privezaka"
212
 
213
+ #: contact_form.php:444
214
+ msgid "Display tips below the Attachment block"
215
  msgstr "Prikaži objašnjenja posle bloka Privezaka"
216
 
217
+ #: contact_form.php:448
218
  msgid "Display Send me a copy block"
219
  msgstr "Prikaži Pošalji mi kopiju blok"
220
 
221
+ #: contact_form.php:454
222
+ msgid "What to use?"
223
  msgstr "Šta koritite?"
224
 
225
+ #: contact_form.php:457
226
  msgid "Wp-mail"
227
  msgstr "Wp-mail"
228
 
229
+ #: contact_form.php:458
230
+ msgid "You can use the wp_mail function for mailing"
231
  msgstr "Da biste poslali mejl možete koristiti wordpress-ovu wp_mail funkciju"
232
 
233
+ #: contact_form.php:464
234
  msgid "Mail"
235
  msgstr "Mail"
236
 
237
+ #: contact_form.php:465
238
  msgid "To send mail you can use the php mail function"
239
  msgstr "Da biste poslali mejl možete koristiti php mail funkciju"
240
 
241
+ #: contact_form.php:469
242
  #, fuzzy
243
+ msgid "Change text of the 'FROM' field"
244
  msgstr "Promeni OD polja u kontakt formi"
245
 
 
 
 
 
246
  #: contact_form.php:475
247
+ msgid "Enter the email address in the 'From' field"
 
 
248
  msgstr ""
249
 
250
  #: contact_form.php:477
251
+ msgid "The email address of the user who fills the form is going to be used in the field 'From'."
252
  msgstr ""
253
 
254
+ #: contact_form.php:479
255
+ msgid "This email address will be used in the 'From' field."
256
+ msgstr ""
257
+
258
+ #: contact_form.php:483
259
  msgid "Display phone field"
260
  msgstr ""
261
 
262
+ #: contact_form.php:489
263
+ msgid "Required fields"
264
  msgstr ""
265
 
266
+ #: contact_form.php:491
267
+ #: contact_form.php:955
268
  msgid "Name"
269
  msgstr "Ime"
270
 
271
+ #: contact_form.php:492
272
  #, fuzzy
273
  msgid "E-Mail Address"
274
  msgstr "E-mail Adresa:"
275
 
276
+ #: contact_form.php:493
277
+ #: contact_form.php:963
278
  msgid "Phone"
279
  msgstr ""
280
 
281
+ #: contact_form.php:494
282
+ #: contact_form.php:966
283
  msgid "Subject"
284
  msgstr "Tema"
285
 
286
+ #: contact_form.php:495
287
+ #: contact_form.php:969
288
  msgid "Message"
289
  msgstr "Poruka"
290
 
291
+ #: contact_form.php:499
292
  msgid "Display additional info in email"
293
  msgstr "Prikaži dodatne informacije u mejlu"
294
 
295
+ #: contact_form.php:504
296
+ #: contact_form.php:927
297
  msgid "Sent from (ip address)"
298
  msgstr "Poslato sa (ip adresa)"
299
 
300
+ #: contact_form.php:505
301
+ #: contact_form.php:932
302
  msgid "Date/Time"
303
  msgstr "Datum/Vreme"
304
 
305
+ #: contact_form.php:506
306
+ #: contact_form.php:937
307
+ msgid "Sent from (referer)"
308
  msgstr "Došlo od (prosleđivač)"
309
 
310
+ #: contact_form.php:507
311
+ #: contact_form.php:942
312
  msgid "Using (user agent)"
313
  msgstr "Koristi (user agent)"
314
 
315
+ #: contact_form.php:511
316
+ msgid "Language settings for the field names in the form"
317
  msgstr ""
318
 
319
+ #: contact_form.php:520
320
  msgid "Add language"
321
  msgstr ""
322
 
323
+ #: contact_form.php:524
324
+ msgid "Change the names of the contact form fields and error messages"
 
325
  msgstr "Promeni oznaku za polja u kontakt formi"
326
 
327
+ #: contact_form.php:529
328
+ #: contact_form.php:582
329
  msgid "English"
330
  msgstr ""
331
 
332
+ #: contact_form.php:544
333
+ #: contact_form.php:564
334
+ msgid "Error message for the Name field"
335
  msgstr ""
336
 
337
+ #: contact_form.php:545
338
+ #: contact_form.php:565
339
+ msgid "Error message for the Email field"
340
  msgstr ""
341
 
342
+ #: contact_form.php:546
343
+ #: contact_form.php:566
344
+ msgid "Error message for the Phone field"
345
  msgstr ""
346
 
347
+ #: contact_form.php:547
348
+ #: contact_form.php:567
349
+ msgid "Error message for the Subject field"
350
  msgstr ""
351
 
352
+ #: contact_form.php:548
353
+ #: contact_form.php:568
354
+ msgid "Error message for the Message field"
355
  msgstr ""
356
 
357
+ #: contact_form.php:549
358
+ #: contact_form.php:569
359
+ msgid "Error message for the Attachment field"
360
  msgstr ""
361
 
362
+ #: contact_form.php:550
363
+ #: contact_form.php:570
364
+ msgid "Error message for the Captcha field"
365
  msgstr ""
366
 
367
+ #: contact_form.php:551
368
+ #: contact_form.php:571
369
+ msgid "Error message for the whole form"
370
  msgstr ""
371
 
372
+ #: contact_form.php:552
373
+ #: contact_form.php:572
374
+ #: contact_form.php:591
375
+ #: contact_form.php:597
376
  msgid "Use shortcode"
377
  msgstr ""
378
 
379
+ #: contact_form.php:552
380
+ #: contact_form.php:572
381
+ #: contact_form.php:591
382
+ #: contact_form.php:597
383
  msgid "for this language"
384
  msgstr ""
385
 
386
+ #: contact_form.php:579
387
+ msgid "Action after email is sent"
388
  msgstr "Akcija posle poslatog mejla"
389
 
390
+ #: contact_form.php:581
391
  msgid "Display text"
392
  msgstr "Prikaži tekst"
393
 
394
+ #: contact_form.php:590
395
+ #: contact_form.php:596
396
  msgid "Text"
397
  msgstr "Tekst"
398
 
399
+ #: contact_form.php:603
400
+ msgid "Redirect to the page"
401
  msgstr "Preusmeri na stranu"
402
 
403
+ #: contact_form.php:604
404
  msgid "Url"
405
  msgstr "Url"
406
 
407
+ #: contact_form.php:609
408
  msgid "Save Changes"
409
  msgstr "Sačuvaj izmene"
410
 
411
+ #: contact_form.php:648
412
+ msgid "Sorry, email message could not be delivered."
413
  msgstr "Izvinite, vaš mejl nije mogao biti dostavljen."
414
 
415
+ #: contact_form.php:718
416
+ msgid "You can attach the following file formats"
417
  msgstr "Možete privezati fajlove sledećih tipova"
418
 
419
+ #: contact_form.php:726
420
  msgid "Send me a copy"
421
  msgstr "Pošalji mi kopiju"
422
 
423
+ #: contact_form.php:950
424
  msgid "Contact from"
425
  msgstr "Kontakt forma"
426
 
427
+ #: contact_form.php:958
428
  msgid "Email"
429
  msgstr "Email"
430
 
431
+ #: contact_form.php:972
432
  msgid "Site"
433
  msgstr "Sajt"
434
 
435
+ #: contact_form.php:1023
436
+ msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
437
+ msgstr "Ako možete da vidite ovaj MIME to znači da vaš klijent ne prihvata MIME tipove!"
 
 
438
 
439
+ #: contact_form.php:1076
440
  msgid "FAQ"
441
  msgstr "FAQ"
442
 
443
+ #: contact_form.php:1077
444
  msgid "Support"
445
  msgstr "Podrška"
446
 
447
+ #: contact_form.php:1123
448
+ msgid "Are you sure that you want to delete this language data?"
449
  msgstr ""
450
 
451
  #~ msgid "E-Mail Addresse:"
452
  #~ msgstr "E-mail adresa:"
 
453
  #~ msgid "Install Now"
454
  #~ msgstr "Instaliraj Sada"
 
455
  #~ msgid "BWS Plugins"
456
  #~ msgstr "BWS Dodaci"
457
+
languages/contact_form-sv_SE.mo CHANGED
Binary file
languages/contact_form-sv_SE.po CHANGED
@@ -2,453 +2,452 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-01-25 12:36+0300\n"
6
- "PO-Revision-Date: 2013-01-25 12:48+0300\n"
7
  "Last-Translator: \n"
8
- "Language-Team: Martin Tonek, Joakim Lindskog <joakim@limewoodmedia.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "Language: sv_SE\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:77
20
  msgid "Activated plugins"
21
- msgstr "Aktiverade tillägg"
22
 
23
- #: contact_form.php:79
24
- #: contact_form.php:87
25
- #: contact_form.php:95
26
  msgid "Read more"
27
- msgstr "Läs mer"
28
 
29
- #: contact_form.php:79
30
- #: contact_form.php:1065
31
- #: contact_form.php:1074
32
  msgid "Settings"
33
  msgstr "Inställningar"
34
 
35
- #: contact_form.php:85
36
  msgid "Installed plugins"
37
- msgstr "Installerade tillägg"
38
 
39
- #: contact_form.php:93
40
  msgid "Recommended plugins"
41
- msgstr "Rekommenderade tillägg"
42
 
43
- #: contact_form.php:95
44
  msgid "Download"
45
- msgstr "Ladda ner"
46
 
47
- #: contact_form.php:95
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "Installera %s"
51
 
52
- #: contact_form.php:95
53
  msgid "Install now from wordpress.org"
54
- msgstr "Installera från wordpress.org"
55
 
56
- #: contact_form.php:97
57
  msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
58
- msgstr "Om du har några frågor, vänligen kontakta oss plugin@bestwebsoft.com eller använd kontaktformuläret på vår hemsida"
59
 
60
- #: contact_form.php:109
61
- #: contact_form.php:402
62
  msgid "Contact Form Options"
63
- msgstr "Inställningar för kontaktformulär"
64
 
65
- #: contact_form.php:109
66
  msgid "Contact Form"
67
  msgstr "Kontaktformulär"
68
 
69
- #: contact_form.php:146
70
- #: contact_form.php:536
71
- #: contact_form.php:556
72
- msgid "Name:"
73
- msgstr "Namn:"
74
-
75
  #: contact_form.php:147
76
  #: contact_form.php:537
77
  #: contact_form.php:557
78
- msgid "E-Mail Address:"
79
- msgstr "Epostadress:"
80
 
81
  #: contact_form.php:148
82
  #: contact_form.php:538
83
  #: contact_form.php:558
84
- msgid "Phone:"
85
- msgstr "Telefon:"
86
 
87
  #: contact_form.php:149
88
  #: contact_form.php:539
89
  #: contact_form.php:559
90
- msgid "Subject:"
91
- msgstr "Ämne:"
92
 
93
  #: contact_form.php:150
94
  #: contact_form.php:540
95
  #: contact_form.php:560
96
- msgid "Message:"
97
- msgstr "Meddelande:"
98
 
99
  #: contact_form.php:151
100
  #: contact_form.php:541
101
  #: contact_form.php:561
102
- msgid "Attachment:"
103
- msgstr "Bilaga:"
104
 
105
  #: contact_form.php:152
106
  #: contact_form.php:542
107
  #: contact_form.php:562
 
 
 
 
 
 
108
  msgid "Submit"
109
  msgstr "Skicka"
110
 
111
- #: contact_form.php:153
112
  msgid "Your name is required."
113
  msgstr "Ditt namn krävs."
114
 
115
- #: contact_form.php:154
116
- msgid "A proper e-mail address is required."
117
- msgstr "En korrekt epostadress krävs."
118
-
119
  #: contact_form.php:155
120
- msgid "Subject text is required."
121
- msgstr "Ämne krävs."
122
 
123
  #: contact_form.php:156
124
- msgid "Message text is required."
125
- msgstr "Meddelandetext krävs."
126
 
127
  #: contact_form.php:157
128
- msgid "Phone is required field."
129
- msgstr "Telefon krävs."
130
 
131
  #: contact_form.php:158
132
- msgid "Attachment is broken."
133
- msgstr "Fel med bilaga."
134
 
135
  #: contact_form.php:159
136
- msgid "Please complete the CAPTCHA."
137
- msgstr "Vänligen fyll i CAPTCHA."
138
 
139
  #: contact_form.php:160
 
 
 
 
140
  msgid "Please make corrections below and try again."
141
- msgstr "Vänligen gör ändringarna nedan och försök igen."
142
 
143
- #: contact_form.php:162
144
  msgid "Thank you for contacting us."
145
- msgstr "Tack för att du kontaktat oss."
146
 
147
- #: contact_form.php:357
148
- msgid "If the option 'Redirect to page' is selected then url field should be fillied in the following format"
149
- msgstr "Om alternativet 'Omdirigera till sida' valts bör URL-fältet fyllas i med följande format"
150
 
151
- #: contact_form.php:366
152
- msgid "Such user is not exist. Settings are not saved."
153
- msgstr "Användaren finns inte. Inställningar sparades inte."
154
 
155
- #: contact_form.php:371
156
- msgid "Please input correct email. Settings are not saved."
157
- msgstr "Vänligen ange en korrekt epostadress. Inställningar sparades inte."
158
 
159
- #: contact_form.php:377
160
- msgid "Please input correct 'FROM' email. Settings are not saved."
161
- msgstr "Vänligen ange en korrekt epostadress att skicka ifrån. Inställningar sparades inte."
162
 
163
- #: contact_form.php:382
164
  msgid "Options saved."
165
- msgstr "Inställningar sparades."
166
-
167
- #: contact_form.php:407
168
- msgid "If you would like to add a Contact Form to your website, just copy and put this shortcode onto your post or page or widget:"
169
- msgstr "Om du vill lägga till ett kontaktformulär på din hemsida, kopiera och klistra in denna snabbkod i ditt inlägg, din sida eller widget:"
170
 
171
  #: contact_form.php:408
172
- msgid "If information in the below fields are empty then the message will be send to an address which was specified during registration."
173
- msgstr "Om fälten nedan är tomma kommer meddelandet att skickas till en adress som angavs vid registrering."
 
 
 
 
174
 
175
- #: contact_form.php:412
176
- msgid "Use email of wordpress user:"
177
- msgstr "Använd epostadress för Wordpress-användare:"
178
 
179
- #: contact_form.php:416
180
- msgid "Select user name"
181
  msgstr "Välj användarnamn"
182
 
183
- #: contact_form.php:421
184
- msgid "Set a name of user who will get messages from a contact form."
185
- msgstr "Ange ett namn för användaren som kommer få meddelandena från kontaktformulären."
186
 
187
- #: contact_form.php:425
188
- msgid "Use this email:"
189
- msgstr "Använd denna epostadress:"
190
 
191
- #: contact_form.php:428
192
- msgid "Set an email address which will be used for messages receiving."
193
- msgstr "Ange en epostadress som ska användas för att ta emot meddelandena."
194
 
195
- #: contact_form.php:432
196
  msgid "Additional options"
197
- msgstr "Fler alternativ"
198
 
199
- #: contact_form.php:435
200
  msgid "Display Attachment block"
201
- msgstr "Visa bifogade filer"
202
 
203
- #: contact_form.php:437
204
- msgid "Users can attach files of the following types"
205
- msgstr "Användare kan lägga till filer av följande typer"
206
 
207
- #: contact_form.php:441
208
- msgid "Display Attachment explanations"
209
- msgstr "Visa förklaringar för bilagor"
210
 
211
- #: contact_form.php:443
212
- msgid "Display explanations after Attachment block"
213
- msgstr "Visa förklaringar under bilagor"
214
 
215
- #: contact_form.php:447
216
  msgid "Display Send me a copy block"
217
- msgstr "Visa \"Skicka mig en kopia\""
218
 
219
- #: contact_form.php:453
220
- msgid "What use?"
221
- msgstr "Vilken epostfunktion vill du använda?"
222
 
223
- #: contact_form.php:456
224
  msgid "Wp-mail"
225
- msgstr "wp_mail"
226
 
227
- #: contact_form.php:457
228
- msgid "To send mail you can use the wordpress wp_mail function"
229
- msgstr "Du kan använda Wordpress-funktionen wp_mail för att skicka epost"
230
 
231
- #: contact_form.php:463
232
  msgid "Mail"
233
- msgstr "PHP mail"
234
 
235
- #: contact_form.php:464
236
  msgid "To send mail you can use the php mail function"
237
- msgstr "Du kan använda PHP-funktionen mail för att skicka epost"
238
 
239
- #: contact_form.php:468
240
- msgid "Change text for 'FROM' field of the email"
241
- msgstr "Ändra text i 'FROM'-fältet för epostmeddelandet"
242
 
243
- #: contact_form.php:474
244
- msgid "Select email for 'FROM' field of the email"
245
- msgstr "Välj epostadress till 'FROM'-fältet för epostmeddelandet"
246
 
247
- #: contact_form.php:476
248
- msgid "In the field 'From' in the mail it will use email of that user who fills the form."
249
- msgstr "'FROM'-fältet i epostmeddelandet använder epostadressen för användaren som fyller i kontaktformuläret."
250
 
251
- #: contact_form.php:478
252
- msgid "In the field 'From' it will use this email."
253
- msgstr "'FROM'-fältet använder denna epostadress."
254
 
255
- #: contact_form.php:482
256
  msgid "Display phone field"
257
- msgstr "Visa telefon-fältet"
258
 
259
- #: contact_form.php:488
260
- msgid "Required field"
261
- msgstr "Fältet krävs"
262
 
263
- #: contact_form.php:490
264
- #: contact_form.php:954
265
  msgid "Name"
266
  msgstr "Namn"
267
 
268
- #: contact_form.php:491
269
- #, fuzzy
270
  msgid "E-Mail Address"
271
- msgstr "Epostadress:"
272
 
273
- #: contact_form.php:492
274
- #: contact_form.php:962
275
  msgid "Phone"
276
  msgstr "Telefon"
277
 
278
- #: contact_form.php:493
279
- #: contact_form.php:965
280
  msgid "Subject"
281
  msgstr "Ämne"
282
 
283
- #: contact_form.php:494
284
- #: contact_form.php:968
285
  msgid "Message"
286
  msgstr "Meddelande"
287
 
288
- #: contact_form.php:498
289
  msgid "Display additional info in email"
290
- msgstr "Visa ytterligare information i epostmeddelandet"
291
-
292
- #: contact_form.php:503
293
- #: contact_form.php:926
294
- msgid "Sent from (ip address)"
295
- msgstr "Skickat från (IP-adress)"
296
 
297
  #: contact_form.php:504
298
- #: contact_form.php:931
299
- msgid "Date/Time"
300
- msgstr "Dag/tid"
301
 
302
  #: contact_form.php:505
303
- #: contact_form.php:936
304
- msgid "Coming from (referer)"
305
- msgstr "Skickat från (referent)"
306
 
307
  #: contact_form.php:506
308
- #: contact_form.php:941
 
 
 
 
 
309
  msgid "Using (user agent)"
310
- msgstr "med (user agent)"
311
 
312
- #: contact_form.php:510
313
- msgid "Language settings for label fields"
314
  msgstr "Språkinställningar för etikettfält"
315
 
316
- #: contact_form.php:519
317
  msgid "Add language"
318
  msgstr "Lägg till språk"
319
 
320
- #: contact_form.php:523
321
- msgid "Change label for fields of the contact form and error messages"
322
- msgstr "Ändra etiketter för fält i kontaktformuläret och för felmeddelanden"
323
 
324
- #: contact_form.php:528
325
- #: contact_form.php:581
326
  msgid "English"
327
  msgstr "Engelska"
328
 
329
- #: contact_form.php:543
330
- #: contact_form.php:563
331
- msgid "Error message for name field"
332
- msgstr "Felmeddelande för namnfältet"
333
-
334
  #: contact_form.php:544
335
  #: contact_form.php:564
336
- msgid "Error message for email field"
337
- msgstr "Felmeddelande för epostfältet"
338
 
339
  #: contact_form.php:545
340
  #: contact_form.php:565
341
- msgid "Error message for phone field"
342
- msgstr "Felmeddelande för telefonfältet"
343
 
344
  #: contact_form.php:546
345
  #: contact_form.php:566
346
- msgid "Error message for subject field"
347
- msgstr "Felmeddelande för ämnesfältet"
348
 
349
  #: contact_form.php:547
350
  #: contact_form.php:567
351
- msgid "Error message for message field"
352
- msgstr "Felmeddelande för meddelandefältet"
353
 
354
  #: contact_form.php:548
355
  #: contact_form.php:568
356
- msgid "Error message for attachment field"
357
- msgstr "Felmeddelande för bilaga"
358
 
359
  #: contact_form.php:549
360
  #: contact_form.php:569
361
- msgid "Error message for captcha"
362
- msgstr "Felmeddelande för captcha"
363
 
364
  #: contact_form.php:550
365
  #: contact_form.php:570
366
- msgid "Error message for all form"
367
- msgstr "Felmeddelande för hela formuläret"
368
 
369
  #: contact_form.php:551
370
  #: contact_form.php:571
371
- #: contact_form.php:590
372
- #: contact_form.php:596
 
 
 
 
 
373
  msgid "Use shortcode"
374
- msgstr "Använd snabbkod"
375
 
376
- #: contact_form.php:551
377
- #: contact_form.php:571
378
- #: contact_form.php:590
379
- #: contact_form.php:596
380
  msgid "for this language"
381
  msgstr "för detta språk"
382
 
383
- #: contact_form.php:578
384
- msgid "Action after the send mail"
385
- msgstr "Efter att epostmeddelandet skickats"
386
 
387
- #: contact_form.php:580
388
  msgid "Display text"
389
- msgstr "Visa text"
390
 
391
- #: contact_form.php:589
392
- #: contact_form.php:595
393
  msgid "Text"
394
- msgstr "Text"
395
-
396
- #: contact_form.php:602
397
- msgid "Redirect to page"
398
- msgstr "Omdirigera till sida"
399
 
400
  #: contact_form.php:603
 
 
 
 
401
  msgid "Url"
402
- msgstr "URL"
403
 
404
- #: contact_form.php:608
405
  msgid "Save Changes"
406
  msgstr "Spara ändringar"
407
 
408
- #: contact_form.php:647
409
- msgid "Sorry, your e-mail could not be delivered."
410
- msgstr "Beklagar, men ditt meddelande kunde inte levereras."
411
 
412
- #: contact_form.php:717
413
- msgid "You can attach files of the following types"
414
- msgstr "Du kan lägga till filer av följande typ."
415
 
416
- #: contact_form.php:725
417
  msgid "Send me a copy"
418
  msgstr "Skicka mig en kopia"
419
 
420
- #: contact_form.php:949
421
  msgid "Contact from"
422
  msgstr "Kontaktformulär"
423
 
424
- #: contact_form.php:957
425
  msgid "Email"
426
- msgstr "Epost"
427
 
428
- #: contact_form.php:971
429
  msgid "Site"
430
- msgstr "Hemsida"
431
 
432
- #: contact_form.php:1022
433
- msgid "If you can see this MIME than your client doesn't accept MIME types!"
434
- msgstr "Om du ser detta MIME så stödjer inte din client MIME!"
435
 
436
- #: contact_form.php:1075
437
  msgid "FAQ"
438
- msgstr "Vanliga frågor"
439
 
440
- #: contact_form.php:1076
441
  msgid "Support"
442
- msgstr "Support"
443
 
444
- #: contact_form.php:1122
445
- msgid "Are you sure you want to delete this language?"
446
  msgstr "Är du säker på att du vill ta bort detta språk?"
447
 
448
  #~ msgid "E-Mail Addresse:"
449
- #~ msgstr "Epost adress"
450
  #~ msgid "Install Now"
451
- #~ msgstr "Installera nu"
452
  #~ msgid "BWS Plugins"
453
- #~ msgstr "BWS Plugins"
454
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-02-07 16:30+0300\n"
6
+ "PO-Revision-Date: 2013-02-07 16:31+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"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "Language: ru_RU\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.5\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:78
20
  msgid "Activated plugins"
21
+ msgstr "aktiverade plugins"
22
 
23
+ #: contact_form.php:80
24
+ #: contact_form.php:88
25
+ #: contact_form.php:96
26
  msgid "Read more"
27
+ msgstr "Les mer"
28
 
29
+ #: contact_form.php:80
30
+ #: contact_form.php:1066
31
+ #: contact_form.php:1075
32
  msgid "Settings"
33
  msgstr "Inställningar"
34
 
35
+ #: contact_form.php:86
36
  msgid "Installed plugins"
37
+ msgstr "Installerade plugins"
38
 
39
+ #: contact_form.php:94
40
  msgid "Recommended plugins"
41
+ msgstr "Rekommenderade plugins"
42
 
43
+ #: contact_form.php:96
44
  msgid "Download"
45
+ msgstr "Hämta"
46
 
47
+ #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "Installera %s"
51
 
52
+ #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
+ msgstr "Installera nu från wordpress.org"
55
 
56
+ #: contact_form.php:98
57
  msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
58
+ msgstr "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."
59
 
60
+ #: contact_form.php:110
61
+ #: contact_form.php:403
62
  msgid "Contact Form Options"
63
+ msgstr "Konktaktformulär Alternativ "
64
 
65
+ #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "Kontaktformulär"
68
 
 
 
 
 
 
 
69
  #: contact_form.php:147
70
  #: contact_form.php:537
71
  #: contact_form.php:557
72
+ msgid "Name:"
73
+ msgstr "Namn:"
74
 
75
  #: contact_form.php:148
76
  #: contact_form.php:538
77
  #: contact_form.php:558
78
+ msgid "Email Address:"
79
+ msgstr "E-post adress"
80
 
81
  #: contact_form.php:149
82
  #: contact_form.php:539
83
  #: contact_form.php:559
84
+ msgid "Phone number:"
85
+ msgstr "Telefon:"
86
 
87
  #: contact_form.php:150
88
  #: contact_form.php:540
89
  #: contact_form.php:560
90
+ msgid "Subject:"
91
+ msgstr "Ämne:"
92
 
93
  #: contact_form.php:151
94
  #: contact_form.php:541
95
  #: contact_form.php:561
96
+ msgid "Message:"
97
+ msgstr "Meddelande:"
98
 
99
  #: contact_form.php:152
100
  #: contact_form.php:542
101
  #: contact_form.php:562
102
+ msgid "Attachment:"
103
+ msgstr "Bilaga:"
104
+
105
+ #: contact_form.php:153
106
+ #: contact_form.php:543
107
+ #: contact_form.php:563
108
  msgid "Submit"
109
  msgstr "Skicka"
110
 
111
+ #: contact_form.php:154
112
  msgid "Your name is required."
113
  msgstr "Ditt namn krävs."
114
 
 
 
 
 
115
  #: contact_form.php:155
116
+ msgid "A proper e-mail address is required."
117
+ msgstr "En giltig e-postadress krävs."
118
 
119
  #: contact_form.php:156
120
+ msgid "Subject is required."
121
+ msgstr "Ämnesfält krävs."
122
 
123
  #: contact_form.php:157
124
+ msgid "Message text is required."
125
+ msgstr "Meddelandesfält krävs."
126
 
127
  #: contact_form.php:158
128
+ msgid "Phone number is required."
129
+ msgstr "Fält 'telefon' krävs."
130
 
131
  #: contact_form.php:159
132
+ msgid "File format is not valid."
133
+ msgstr "Bilagan bryts."
134
 
135
  #: contact_form.php:160
136
+ msgid "Please fill out the CAPTCHA."
137
+ msgstr "Vänligen fyll i CAPTCHA."
138
+
139
+ #: contact_form.php:161
140
  msgid "Please make corrections below and try again."
141
+ msgstr "Vänligen göra korrigeringar nedan och försök igen."
142
 
143
+ #: contact_form.php:163
144
  msgid "Thank you for contacting us."
145
+ msgstr "Tack så mycket för att kontakta oss."
146
 
147
+ #: contact_form.php:358
148
+ msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
149
+ msgstr "Om alternativet \"Omdirigera till sidan\" väljs, URL ska fyllas i följande format"
150
 
151
+ #: contact_form.php:367
152
+ msgid "Such user does not exist. Settings are not saved."
153
+ msgstr "Sådan användaren finns inte. Inställningar sparas inte."
154
 
155
+ #: contact_form.php:372
156
+ msgid "Please enter a valid email address. Settings are not saved."
157
+ msgstr "Vänligen ange korrekt e-post. Inställningar sparas inte."
158
 
159
+ #: contact_form.php:378
160
+ msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
161
+ msgstr "Vänligen ange korrekt \"från\" e-postadress. Inställningar sparas inte."
162
 
163
+ #: contact_form.php:383
164
  msgid "Options saved."
165
+ msgstr "Inställningar sparas."
 
 
 
 
166
 
167
  #: contact_form.php:408
168
+ 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:"
169
+ msgstr "Om du vill lägga till ett kontaktformulär din webbplats, bara kopiera och sätta detta kortkod i din post eller sida eller widget:"
170
+
171
+ #: contact_form.php:409
172
+ msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
173
+ msgstr "Om informationen i nedanstående fält är tomma då meddelandet kommer att skickas till en adress som angetts vid registreringen."
174
 
175
+ #: contact_form.php:413
176
+ msgid "The user's email address:"
177
+ msgstr "Använda e-postadress användare:"
178
 
179
+ #: contact_form.php:417
180
+ msgid "Create a username"
181
  msgstr "Välj användarnamn"
182
 
183
+ #: contact_form.php:422
184
+ msgid "Enter a username of the person who should get the messages from the contact form."
185
+ msgstr "Ange ett namn den användare som kommer att meddelanden från ett kontaktformulär."
186
 
187
+ #: contact_form.php:426
188
+ msgid "Use this email address:"
189
+ msgstr "Använda det här e-postadress:"
190
 
191
+ #: contact_form.php:429
192
+ msgid "Enter the email address you want the messages forwarded to."
193
+ msgstr "Ange en e-postadress som ska användas för att meddelanden."
194
 
195
+ #: contact_form.php:433
196
  msgid "Additional options"
197
+ msgstr "Ytterligare alternativ"
198
 
199
+ #: contact_form.php:436
200
  msgid "Display Attachment block"
201
+ msgstr "Visa bilagablock"
202
 
203
+ #: contact_form.php:438
204
+ msgid "Users can attach the following file formats"
205
+ msgstr "Användare kan bifoga filer av följande typer"
206
 
207
+ #: contact_form.php:442
208
+ msgid "Display Attachment tips"
209
+ msgstr "Visa Bilaga förklaringar"
210
 
211
+ #: contact_form.php:444
212
+ msgid "Display tips below the Attachment block"
213
+ msgstr "Visa förklaringar efter bilagablocket."
214
 
215
+ #: contact_form.php:448
216
  msgid "Display Send me a copy block"
217
+ msgstr "Visa 'Skicka mig en kopia' block."
218
 
219
+ #: contact_form.php:454
220
+ msgid "What to use?"
221
+ msgstr "Vad ska man använda?"
222
 
223
+ #: contact_form.php:457
224
  msgid "Wp-mail"
225
+ msgstr "Wp-e-post"
226
 
227
+ #: contact_form.php:458
228
+ msgid "You can use the wp_mail function for mailing"
229
+ msgstr "För att skicka e-post kan du använda wordpress wp_mail funktionen."
230
 
231
+ #: contact_form.php:464
232
  msgid "Mail"
233
+ msgstr "E-post"
234
 
235
+ #: contact_form.php:465
236
  msgid "To send mail you can use the php mail function"
237
+ msgstr "För att skicka e-post kan du använda php funktionen."
238
 
239
+ #: contact_form.php:469
240
+ msgid "Change text of the 'FROM' field"
241
+ msgstr "Ändra tekst för 'FRÅN' fältet e-postmeddelandet."
242
 
243
+ #: contact_form.php:475
244
+ msgid "Enter the email address in the 'From' field"
245
+ msgstr "Välj e-postadress för 'FRÅN' fältet för e-postmeddelandet."
246
 
247
+ #: contact_form.php:477
248
+ msgid "The email address of the user who fills the form is going to be used in the field 'From'."
249
+ msgstr "В поле \"From\" в письме будет использоваться электронная почта того пользователя, который заполняет форму."
250
 
251
+ #: contact_form.php:479
252
+ msgid "This email address will be used in the 'From' field."
253
+ msgstr "В поле \"From\" в письме будет использоваться данная электронная почта"
254
 
255
+ #: contact_form.php:483
256
  msgid "Display phone field"
257
+ msgstr "Visa 'Telefon' fält."
258
 
259
+ #: contact_form.php:489
260
+ msgid "Required fields"
261
+ msgstr "Fält krävs."
262
 
263
+ #: contact_form.php:491
264
+ #: contact_form.php:955
265
  msgid "Name"
266
  msgstr "Namn"
267
 
268
+ #: contact_form.php:492
 
269
  msgid "E-Mail Address"
270
+ msgstr "E-postadress"
271
 
272
+ #: contact_form.php:493
273
+ #: contact_form.php:963
274
  msgid "Phone"
275
  msgstr "Telefon"
276
 
277
+ #: contact_form.php:494
278
+ #: contact_form.php:966
279
  msgid "Subject"
280
  msgstr "Ämne"
281
 
282
+ #: contact_form.php:495
283
+ #: contact_form.php:969
284
  msgid "Message"
285
  msgstr "Meddelande"
286
 
287
+ #: contact_form.php:499
288
  msgid "Display additional info in email"
289
+ msgstr "Visa ytterligare information i e-meddelande."
 
 
 
 
 
290
 
291
  #: contact_form.php:504
292
+ #: contact_form.php:927
293
+ msgid "Sent from (ip address)"
294
+ msgstr "Skickas från (ip adress)"
295
 
296
  #: contact_form.php:505
297
+ #: contact_form.php:932
298
+ msgid "Date/Time"
299
+ msgstr "Datum/Tid"
300
 
301
  #: contact_form.php:506
302
+ #: contact_form.php:937
303
+ msgid "Sent from (referer)"
304
+ msgstr "Kommande frå (referrer)"
305
+
306
+ #: contact_form.php:507
307
+ #: contact_form.php:942
308
  msgid "Using (user agent)"
309
+ msgstr "använda (användare/ombud)"
310
 
311
+ #: contact_form.php:511
312
+ msgid "Language settings for the field names in the form"
313
  msgstr "Språkinställningar för etikettfält"
314
 
315
+ #: contact_form.php:520
316
  msgid "Add language"
317
  msgstr "Lägg till språk"
318
 
319
+ #: contact_form.php:524
320
+ msgid "Change the names of the contact form fields and error messages"
321
+ msgstr "Ändra etikett för fälten i kontaktformuläret och felmeddelanden"
322
 
323
+ #: contact_form.php:529
324
+ #: contact_form.php:582
325
  msgid "English"
326
  msgstr "Engelska"
327
 
 
 
 
 
 
328
  #: contact_form.php:544
329
  #: contact_form.php:564
330
+ msgid "Error message for the Name field"
331
+ msgstr "Felmeddelande för namnfält"
332
 
333
  #: contact_form.php:545
334
  #: contact_form.php:565
335
+ msgid "Error message for the Email field"
336
+ msgstr "Felmeddelande för e-postadressfält"
337
 
338
  #: contact_form.php:546
339
  #: contact_form.php:566
340
+ msgid "Error message for the Phone field"
341
+ msgstr "Felmeddelande för telefonfält"
342
 
343
  #: contact_form.php:547
344
  #: contact_form.php:567
345
+ msgid "Error message for the Subject field"
346
+ msgstr "Felmeddelande for ämnesfält"
347
 
348
  #: contact_form.php:548
349
  #: contact_form.php:568
350
+ msgid "Error message for the Message field"
351
+ msgstr "Felmeddelande för meddelandesfält"
352
 
353
  #: contact_form.php:549
354
  #: contact_form.php:569
355
+ msgid "Error message for the Attachment field"
356
+ msgstr "Felmeddelande för "
357
 
358
  #: contact_form.php:550
359
  #: contact_form.php:570
360
+ msgid "Error message for the Captcha field"
361
+ msgstr "Felmeddelande för CAPTCHA"
362
 
363
  #: contact_form.php:551
364
  #: contact_form.php:571
365
+ msgid "Error message for the whole form"
366
+ msgstr "Felmeddelande för hela formen"
367
+
368
+ #: contact_form.php:552
369
+ #: contact_form.php:572
370
+ #: contact_form.php:591
371
+ #: contact_form.php:597
372
  msgid "Use shortcode"
373
+ msgstr "Använda kortkod"
374
 
375
+ #: contact_form.php:552
376
+ #: contact_form.php:572
377
+ #: contact_form.php:591
378
+ #: contact_form.php:597
379
  msgid "for this language"
380
  msgstr "för detta språk"
381
 
382
+ #: contact_form.php:579
383
+ msgid "Action after email is sent"
384
+ msgstr "Åtgärd efter meddelande skickas"
385
 
386
+ #: contact_form.php:581
387
  msgid "Display text"
388
+ msgstr "Visa tekst"
389
 
390
+ #: contact_form.php:590
391
+ #: contact_form.php:596
392
  msgid "Text"
393
+ msgstr "Tekst"
 
 
 
 
394
 
395
  #: contact_form.php:603
396
+ msgid "Redirect to the page"
397
+ msgstr "omdirigering till sidan"
398
+
399
+ #: contact_form.php:604
400
  msgid "Url"
401
+ msgstr "Url"
402
 
403
+ #: contact_form.php:609
404
  msgid "Save Changes"
405
  msgstr "Spara ändringar"
406
 
407
+ #: contact_form.php:648
408
+ msgid "Sorry, email message could not be delivered."
409
+ msgstr "Tyvärr kan din e-post inte levereras."
410
 
411
+ #: contact_form.php:718
412
+ msgid "You can attach the following file formats"
413
+ msgstr "Du kan bifoga filer av följande typer"
414
 
415
+ #: contact_form.php:726
416
  msgid "Send me a copy"
417
  msgstr "Skicka mig en kopia"
418
 
419
+ #: contact_form.php:950
420
  msgid "Contact from"
421
  msgstr "Kontaktformulär"
422
 
423
+ #: contact_form.php:958
424
  msgid "Email"
425
+ msgstr "E-post"
426
 
427
+ #: contact_form.php:972
428
  msgid "Site"
429
+ msgstr "Sida"
430
 
431
+ #: contact_form.php:1023
432
+ msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
433
+ msgstr "Om du kan se den här MIME,din klient inte accepterar MIME-typer!"
434
 
435
+ #: contact_form.php:1076
436
  msgid "FAQ"
437
+ msgstr "FAQ"
438
 
439
+ #: contact_form.php:1077
440
  msgid "Support"
441
+ msgstr "Stöd"
442
 
443
+ #: contact_form.php:1123
444
+ msgid "Are you sure that you want to delete this language data?"
445
  msgstr "Är du säker på att du vill ta bort detta språk?"
446
 
447
  #~ msgid "E-Mail Addresse:"
448
+ #~ msgstr "E-mail адрес:"
449
  #~ msgid "Install Now"
450
+ #~ msgstr "Установить сейчас"
451
  #~ msgid "BWS Plugins"
452
+ #~ msgstr "Плагины BWS"
453
 
languages/contact_form-tr_TR.mo CHANGED
Binary file
languages/contact_form-tr_TR.po CHANGED
@@ -2,432 +2,457 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-12-19 13:37+0200\n"
6
- "PO-Revision-Date: 2012-12-19 13:37+0200\n"
7
- "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
- "Language: it_IT\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:76
20
  msgid "Activated plugins"
21
  msgstr "Aktif eklentiler"
22
 
23
- #: contact_form.php:78 contact_form.php:86 contact_form.php:94
 
 
24
  msgid "Read more"
25
  msgstr "Devamı"
26
 
27
- #: contact_form.php:78 contact_form.php:1064 contact_form.php:1073
 
 
28
  msgid "Settings"
29
  msgstr "Ayarlar"
30
 
31
- #: contact_form.php:84
32
  msgid "Installed plugins"
33
  msgstr "Eklenti Kuruldu"
34
 
35
- #: contact_form.php:92
36
  msgid "Recommended plugins"
37
  msgstr "Önerilen Eklentiler"
38
 
39
- #: contact_form.php:94
40
  msgid "Download"
41
  msgstr "İndir"
42
 
43
- #: contact_form.php:94
44
  #, php-format
45
  msgid "Install %s"
46
  msgstr "Kur %s"
47
 
48
- #: contact_form.php:94
49
  msgid "Install now from wordpress.org"
50
  msgstr "Wordpress.org dan şimdi yükleyin"
51
 
52
- #: contact_form.php:96
53
- msgid ""
54
- "If you have any questions, please contact us via plugin@bestwebsoft.com or "
55
- "fill in our contact form on our site"
56
- msgstr ""
57
- "Herhangi bir sorunuz varsa, lütfen plugin@bestwebsoft.com aracılığıyla bize "
58
- "ulaşın veya sitemizdeki iletişim formunu kullanın"
59
 
60
- #: contact_form.php:108 contact_form.php:401
 
61
  msgid "Contact Form Options"
62
  msgstr "İletişim Formu Seçenekleri"
63
 
64
- #: contact_form.php:108
65
  msgid "Contact Form"
66
  msgstr "İletişim Formu"
67
 
68
- #: contact_form.php:145 contact_form.php:535 contact_form.php:555
 
 
69
  msgid "Name:"
70
  msgstr "Adınız Soyadınız :"
71
 
72
- #: contact_form.php:146 contact_form.php:536 contact_form.php:556
73
- msgid "E-Mail Address:"
 
 
74
  msgstr "E-mail Adresiniz :"
75
 
76
- #: contact_form.php:147 contact_form.php:537 contact_form.php:557
77
- msgid "Phone:"
 
 
78
  msgstr ""
79
 
80
- #: contact_form.php:148 contact_form.php:538 contact_form.php:558
 
 
81
  msgid "Subject:"
82
  msgstr "Konu:"
83
 
84
- #: contact_form.php:149 contact_form.php:539 contact_form.php:559
 
 
85
  msgid "Message:"
86
  msgstr "Mesajınız:"
87
 
88
- #: contact_form.php:150 contact_form.php:540 contact_form.php:560
 
 
89
  msgid "Attachment:"
90
  msgstr "Dosya Eki:"
91
 
92
- #: contact_form.php:151 contact_form.php:541 contact_form.php:561
 
 
93
  msgid "Submit"
94
  msgstr "Gönder"
95
 
96
- #: contact_form.php:152
97
  msgid "Your name is required."
98
  msgstr "Adınız ve soyadınız gereklidir."
99
 
100
- #: contact_form.php:153
101
  msgid "A proper e-mail address is required."
102
  msgstr "Düzgün bir e-posta adresi gereklidir."
103
 
104
- #: contact_form.php:154
105
- msgid "Subject text is required."
106
  msgstr "Konu metni gereklidir."
107
 
108
- #: contact_form.php:155
109
  msgid "Message text is required."
110
  msgstr "Mesaj metni gereklidir."
111
 
112
- #: contact_form.php:156
113
  #, fuzzy
114
- msgid "Phone is required field."
115
  msgstr "Adınız ve soyadınız gereklidir."
116
 
117
- #: contact_form.php:157
118
- msgid "Attachment is broken."
119
  msgstr "Eklenti Hatalı"
120
 
121
- #: contact_form.php:158
122
- msgid "Please complete the CAPTCHA."
123
  msgstr "CAPTCHA Doldurunuz"
124
 
125
- #: contact_form.php:159
126
  msgid "Please make corrections below and try again."
127
  msgstr "Lütfen aşağıdaki düzeltmeleri yapın ve tekrar deneyin."
128
 
129
- #: contact_form.php:161
130
  msgid "Thank you for contacting us."
131
  msgstr "Bizimle bağlantı kurduğunuz için teşekkür ederiz."
132
 
133
- #: contact_form.php:356
134
- msgid ""
135
- "If the option 'Redirect to page' is selected then url field should be "
136
- "fillied in the following format"
137
  msgstr ""
138
 
139
- #: contact_form.php:365
140
- msgid "Such user is not exist. Settings are not saved."
141
  msgstr "Böyle bir kullanıcı yok. Ayarlar kayıt edilemedi."
142
 
143
- #: contact_form.php:370
144
- msgid "Please input correct email. Settings are not saved."
145
  msgstr "Böyle bir mail bulunumadı. Lütfen doğru bir mail giriniz."
146
 
147
- #: contact_form.php:376
148
  #, fuzzy
149
- msgid "Please input correct 'FROM' email. Settings are not saved."
150
  msgstr "Böyle bir mail bulunumadı. Lütfen doğru bir mail giriniz."
151
 
152
- #: contact_form.php:381
153
  msgid "Options saved."
154
  msgstr "Ayarlar Kayıt Edildi."
155
 
156
- #: contact_form.php:406
157
- msgid ""
158
- "If you would like to add a Contact Form to your website, just copy and put "
159
- "this shortcode onto your post or page or widget:"
160
- msgstr ""
161
- "İletişim formunu sitenize yerleştirmek istiyorsanız lütfen kısa kodu yeni "
162
- "sayfa içerisine html modunda iken ekleyiniz:"
163
 
164
- #: contact_form.php:407
165
- msgid ""
166
- "If information in the below fields are empty then the message will be send "
167
- "to an address which was specified during registration."
168
  msgstr "Lütfen aşağıdaki alanları doğru ve eksiksiz olarak doldurun."
169
 
170
- #: contact_form.php:411
171
- msgid "Use email of wordpress user:"
172
  msgstr "Kullanıcı adı veya mail girin"
173
 
174
- #: contact_form.php:415
175
- msgid "Select user name"
176
  msgstr "Kullanıcı adı seçin"
177
 
178
- #: contact_form.php:420
179
- msgid "Set a name of user who will get messages from a contact form."
180
  msgstr "Kullanıcı bir iletişim formunu mesajları alacak bir isim ayarlayın."
181
 
182
- #: contact_form.php:424
183
- msgid "Use this email:"
184
  msgstr "Bu e-posta adresini kullan:"
185
 
186
- #: contact_form.php:427
187
- msgid "Set an email address which will be used for messages receiving."
188
  msgstr "Mesaj almak için kullanılan bir e-posta adresi ayarlayın."
189
 
190
- #: contact_form.php:431
191
  msgid "Additional options"
192
  msgstr "Ek Seçenekler"
193
 
194
- #: contact_form.php:434
195
  msgid "Display Attachment block"
196
  msgstr "Eklenti Bloğunu Göster"
197
 
198
- #: contact_form.php:436
199
- msgid "Users can attach files of the following types"
200
  msgstr "Kullanıcılar aşağıdaki türdeki dosyaları yükleyebilir"
201
 
202
- #: contact_form.php:440
203
- msgid "Display Attachment explanations"
204
  msgstr ""
205
 
206
- #: contact_form.php:442
207
- msgid "Display explanations after Attachment block"
208
  msgstr ""
209
 
210
- #: contact_form.php:446
211
  msgid "Display Send me a copy block"
212
  msgstr "Bana bir kopya gönder bloğunu göster"
213
 
214
- #: contact_form.php:452
215
- msgid "What use?"
216
  msgstr ""
217
 
218
- #: contact_form.php:455
219
  msgid "Wp-mail"
220
  msgstr "Wp-mail"
221
 
222
- #: contact_form.php:456
223
- msgid "To send mail you can use the wordpress wp_mail function"
224
  msgstr ""
225
 
226
- #: contact_form.php:462
227
  msgid "Mail"
228
  msgstr "Mail"
229
 
230
- #: contact_form.php:463
231
  msgid "To send mail you can use the php mail function"
232
  msgstr ""
233
 
234
- #: contact_form.php:467
235
  #, fuzzy
236
- msgid "Change text for 'FROM' field of the email"
237
  msgstr "Iletişim formu alanları DAN değiştirin"
238
 
239
- #: contact_form.php:473
240
- msgid "Select email for 'FROM' field of the email"
241
- msgstr ""
242
-
243
  #: contact_form.php:475
244
- msgid ""
245
- "In the field 'From' in the mail it will use email of that user who fills the "
246
- "form."
247
  msgstr ""
248
 
249
  #: contact_form.php:477
250
- msgid "In the field 'From' it will use this email."
251
  msgstr ""
252
 
253
- #: contact_form.php:481
 
 
 
 
254
  msgid "Display phone field"
255
  msgstr ""
256
 
257
- #: contact_form.php:487
258
- msgid "Required field"
259
  msgstr ""
260
 
261
- #: contact_form.php:489 contact_form.php:953
 
262
  msgid "Name"
263
  msgstr "Adınız Soyadınız"
264
 
265
- #: contact_form.php:490
266
  #, fuzzy
267
  msgid "E-Mail Address"
268
  msgstr "E-mail Adresiniz :"
269
 
270
- #: contact_form.php:491 contact_form.php:961
 
271
  msgid "Phone"
272
  msgstr ""
273
 
274
- #: contact_form.php:492 contact_form.php:964
 
275
  msgid "Subject"
276
  msgstr "Konu"
277
 
278
- #: contact_form.php:493 contact_form.php:967
 
279
  msgid "Message"
280
  msgstr "Mesaj"
281
 
282
- #: contact_form.php:497
283
  msgid "Display additional info in email"
284
  msgstr ""
285
 
286
- #: contact_form.php:502 contact_form.php:925
 
287
  msgid "Sent from (ip address)"
288
  msgstr "Geldiği (ip adresi)"
289
 
290
- #: contact_form.php:503 contact_form.php:930
 
291
  msgid "Date/Time"
292
  msgstr "Tarih/Zaman"
293
 
294
- #: contact_form.php:504 contact_form.php:935
295
- msgid "Coming from (referer)"
 
296
  msgstr "Gelen"
297
 
298
- #: contact_form.php:505 contact_form.php:940
 
299
  msgid "Using (user agent)"
300
  msgstr "Using (user agent)"
301
 
302
- #: contact_form.php:509
303
- msgid "Language settings for label fields"
304
  msgstr ""
305
 
306
- #: contact_form.php:518
307
  msgid "Add language"
308
  msgstr ""
309
 
310
- #: contact_form.php:522
311
- #, fuzzy
312
- msgid "Change label for fields of the contact form and error messages"
313
  msgstr "Iletişim formu alanlar için değişim etiket"
314
 
315
- #: contact_form.php:527 contact_form.php:580
 
316
  msgid "English"
317
  msgstr ""
318
 
319
- #: contact_form.php:542 contact_form.php:562
320
- msgid "Error message for name field"
 
321
  msgstr ""
322
 
323
- #: contact_form.php:543 contact_form.php:563
324
- msgid "Error message for email field"
 
325
  msgstr ""
326
 
327
- #: contact_form.php:544 contact_form.php:564
328
- msgid "Error message for phone field"
 
329
  msgstr ""
330
 
331
- #: contact_form.php:545 contact_form.php:565
332
- msgid "Error message for subject field"
 
333
  msgstr ""
334
 
335
- #: contact_form.php:546 contact_form.php:566
336
- msgid "Error message for message field"
 
337
  msgstr ""
338
 
339
- #: contact_form.php:547 contact_form.php:567
340
- msgid "Error message for attachment field"
 
341
  msgstr ""
342
 
343
- #: contact_form.php:548 contact_form.php:568
344
- msgid "Error message for captcha"
 
345
  msgstr ""
346
 
347
- #: contact_form.php:549 contact_form.php:569
348
- msgid "Error message for all form"
 
349
  msgstr ""
350
 
351
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
352
- #: contact_form.php:595
 
 
353
  msgid "Use shortcode"
354
  msgstr ""
355
 
356
- #: contact_form.php:550 contact_form.php:570 contact_form.php:589
357
- #: contact_form.php:595
 
 
358
  msgid "for this language"
359
  msgstr ""
360
 
361
- #: contact_form.php:577
362
- msgid "Action after the send mail"
363
  msgstr ""
364
 
365
- #: contact_form.php:579
366
  #, fuzzy
367
  msgid "Display text"
368
  msgstr "Eklenti Bloğunu Göster"
369
 
370
- #: contact_form.php:588 contact_form.php:594
 
371
  msgid "Text"
372
  msgstr ""
373
 
374
- #: contact_form.php:601
375
- msgid "Redirect to page"
376
  msgstr ""
377
 
378
- #: contact_form.php:602
379
  msgid "Url"
380
  msgstr ""
381
 
382
- #: contact_form.php:607
383
  msgid "Save Changes"
384
  msgstr "Değişiklikler Kayıt Edildi"
385
 
386
- #: contact_form.php:646
387
- msgid "Sorry, your e-mail could not be delivered."
388
  msgstr "Üzgünüz, e-posta gönderilemedi."
389
 
390
- #: contact_form.php:716
391
- msgid "You can attach files of the following types"
392
  msgstr "Aşağıdaki türlerde dosya ekleyebilirsiniz"
393
 
394
- #: contact_form.php:724
395
  msgid "Send me a copy"
396
  msgstr "Bir kopyasını banada gönder"
397
 
398
- #: contact_form.php:948
399
  msgid "Contact from"
400
  msgstr "Adlı Kişiden Mail Var"
401
 
402
- #: contact_form.php:956
403
  msgid "Email"
404
  msgstr "e-mail"
405
 
406
- #: contact_form.php:970
407
  msgid "Site"
408
  msgstr "Site"
409
 
410
- #: contact_form.php:1021
411
- msgid "If you can see this MIME than your client doesn't accept MIME types!"
412
  msgstr "Istemci daha bu MIME görürseniz MIME türlerini kabul etmez!"
413
 
414
- #: contact_form.php:1074
415
  msgid "FAQ"
416
  msgstr "Sık Sorulanlar"
417
 
418
- #: contact_form.php:1075
419
  msgid "Support"
420
  msgstr "Destek"
421
 
422
- #: contact_form.php:1121
423
- msgid "Are you sure you want to delete this language?"
424
  msgstr ""
425
 
426
  #~ msgid "E-Mail Addresse:"
427
  #~ msgstr "Indirizzo e-mail:"
428
-
429
  #~ msgid "Install Now"
430
  #~ msgstr "Installa Ora"
431
-
432
  #~ msgid "BWS Plugins"
433
  #~ msgstr "BWS Plugins"
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-02-07 16:07+0300\n"
6
+ "PO-Revision-Date: 2013-02-07 16:07+0300\n"
7
+ "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "Language: it_IT\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:78
20
  msgid "Activated plugins"
21
  msgstr "Aktif eklentiler"
22
 
23
+ #: contact_form.php:80
24
+ #: contact_form.php:88
25
+ #: contact_form.php:96
26
  msgid "Read more"
27
  msgstr "Devamı"
28
 
29
+ #: contact_form.php:80
30
+ #: contact_form.php:1066
31
+ #: contact_form.php:1075
32
  msgid "Settings"
33
  msgstr "Ayarlar"
34
 
35
+ #: contact_form.php:86
36
  msgid "Installed plugins"
37
  msgstr "Eklenti Kuruldu"
38
 
39
+ #: contact_form.php:94
40
  msgid "Recommended plugins"
41
  msgstr "Önerilen Eklentiler"
42
 
43
+ #: contact_form.php:96
44
  msgid "Download"
45
  msgstr "İndir"
46
 
47
+ #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "Kur %s"
51
 
52
+ #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "Wordpress.org dan şimdi yükleyin"
55
 
56
+ #: contact_form.php:98
57
+ msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
58
+ msgstr "Herhangi bir sorunuz varsa, lütfen plugin@bestwebsoft.com aracılığıyla bize ulaşın veya sitemizdeki iletişim formunu kullanın"
 
 
 
 
59
 
60
+ #: contact_form.php:110
61
+ #: contact_form.php:403
62
  msgid "Contact Form Options"
63
  msgstr "İletişim Formu Seçenekleri"
64
 
65
+ #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "İletişim Formu"
68
 
69
+ #: contact_form.php:147
70
+ #: contact_form.php:537
71
+ #: contact_form.php:557
72
  msgid "Name:"
73
  msgstr "Adınız Soyadınız :"
74
 
75
+ #: contact_form.php:148
76
+ #: contact_form.php:538
77
+ #: contact_form.php:558
78
+ msgid "Email Address:"
79
  msgstr "E-mail Adresiniz :"
80
 
81
+ #: contact_form.php:149
82
+ #: contact_form.php:539
83
+ #: contact_form.php:559
84
+ msgid "Phone number:"
85
  msgstr ""
86
 
87
+ #: contact_form.php:150
88
+ #: contact_form.php:540
89
+ #: contact_form.php:560
90
  msgid "Subject:"
91
  msgstr "Konu:"
92
 
93
+ #: contact_form.php:151
94
+ #: contact_form.php:541
95
+ #: contact_form.php:561
96
  msgid "Message:"
97
  msgstr "Mesajınız:"
98
 
99
+ #: contact_form.php:152
100
+ #: contact_form.php:542
101
+ #: contact_form.php:562
102
  msgid "Attachment:"
103
  msgstr "Dosya Eki:"
104
 
105
+ #: contact_form.php:153
106
+ #: contact_form.php:543
107
+ #: contact_form.php:563
108
  msgid "Submit"
109
  msgstr "Gönder"
110
 
111
+ #: contact_form.php:154
112
  msgid "Your name is required."
113
  msgstr "Adınız ve soyadınız gereklidir."
114
 
115
+ #: contact_form.php:155
116
  msgid "A proper e-mail address is required."
117
  msgstr "Düzgün bir e-posta adresi gereklidir."
118
 
119
+ #: contact_form.php:156
120
+ msgid "Subject is required."
121
  msgstr "Konu metni gereklidir."
122
 
123
+ #: contact_form.php:157
124
  msgid "Message text is required."
125
  msgstr "Mesaj metni gereklidir."
126
 
127
+ #: contact_form.php:158
128
  #, fuzzy
129
+ msgid "Phone number is required."
130
  msgstr "Adınız ve soyadınız gereklidir."
131
 
132
+ #: contact_form.php:159
133
+ msgid "File format is not valid."
134
  msgstr "Eklenti Hatalı"
135
 
136
+ #: contact_form.php:160
137
+ msgid "Please fill out the CAPTCHA."
138
  msgstr "CAPTCHA Doldurunuz"
139
 
140
+ #: contact_form.php:161
141
  msgid "Please make corrections below and try again."
142
  msgstr "Lütfen aşağıdaki düzeltmeleri yapın ve tekrar deneyin."
143
 
144
+ #: contact_form.php:163
145
  msgid "Thank you for contacting us."
146
  msgstr "Bizimle bağlantı kurduğunuz için teşekkür ederiz."
147
 
148
+ #: contact_form.php:358
149
+ msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
 
 
150
  msgstr ""
151
 
152
+ #: contact_form.php:367
153
+ msgid "Such user does not exist. Settings are not saved."
154
  msgstr "Böyle bir kullanıcı yok. Ayarlar kayıt edilemedi."
155
 
156
+ #: contact_form.php:372
157
+ msgid "Please enter a valid email address. Settings are not saved."
158
  msgstr "Böyle bir mail bulunumadı. Lütfen doğru bir mail giriniz."
159
 
160
+ #: contact_form.php:378
161
  #, fuzzy
162
+ msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
163
  msgstr "Böyle bir mail bulunumadı. Lütfen doğru bir mail giriniz."
164
 
165
+ #: contact_form.php:383
166
  msgid "Options saved."
167
  msgstr "Ayarlar Kayıt Edildi."
168
 
169
+ #: contact_form.php:408
170
+ 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:"
171
+ msgstr "İletişim formunu sitenize yerleştirmek istiyorsanız lütfen kısa kodu yeni sayfa içerisine html modunda iken ekleyiniz:"
 
 
 
 
172
 
173
+ #: contact_form.php:409
174
+ msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
 
 
175
  msgstr "Lütfen aşağıdaki alanları doğru ve eksiksiz olarak doldurun."
176
 
177
+ #: contact_form.php:413
178
+ msgid "The user's email address:"
179
  msgstr "Kullanıcı adı veya mail girin"
180
 
181
+ #: contact_form.php:417
182
+ msgid "Create a username"
183
  msgstr "Kullanıcı adı seçin"
184
 
185
+ #: contact_form.php:422
186
+ msgid "Enter a username of the person who should get the messages from the contact form."
187
  msgstr "Kullanıcı bir iletişim formunu mesajları alacak bir isim ayarlayın."
188
 
189
+ #: contact_form.php:426
190
+ msgid "Use this email address:"
191
  msgstr "Bu e-posta adresini kullan:"
192
 
193
+ #: contact_form.php:429
194
+ msgid "Enter the email address you want the messages forwarded to."
195
  msgstr "Mesaj almak için kullanılan bir e-posta adresi ayarlayın."
196
 
197
+ #: contact_form.php:433
198
  msgid "Additional options"
199
  msgstr "Ek Seçenekler"
200
 
201
+ #: contact_form.php:436
202
  msgid "Display Attachment block"
203
  msgstr "Eklenti Bloğunu Göster"
204
 
205
+ #: contact_form.php:438
206
+ msgid "Users can attach the following file formats"
207
  msgstr "Kullanıcılar aşağıdaki türdeki dosyaları yükleyebilir"
208
 
209
+ #: contact_form.php:442
210
+ msgid "Display Attachment tips"
211
  msgstr ""
212
 
213
+ #: contact_form.php:444
214
+ msgid "Display tips below the Attachment block"
215
  msgstr ""
216
 
217
+ #: contact_form.php:448
218
  msgid "Display Send me a copy block"
219
  msgstr "Bana bir kopya gönder bloğunu göster"
220
 
221
+ #: contact_form.php:454
222
+ msgid "What to use?"
223
  msgstr ""
224
 
225
+ #: contact_form.php:457
226
  msgid "Wp-mail"
227
  msgstr "Wp-mail"
228
 
229
+ #: contact_form.php:458
230
+ msgid "You can use the wp_mail function for mailing"
231
  msgstr ""
232
 
233
+ #: contact_form.php:464
234
  msgid "Mail"
235
  msgstr "Mail"
236
 
237
+ #: contact_form.php:465
238
  msgid "To send mail you can use the php mail function"
239
  msgstr ""
240
 
241
+ #: contact_form.php:469
242
  #, fuzzy
243
+ msgid "Change text of the 'FROM' field"
244
  msgstr "Iletişim formu alanları DAN değiştirin"
245
 
 
 
 
 
246
  #: contact_form.php:475
247
+ msgid "Enter the email address in the 'From' field"
 
 
248
  msgstr ""
249
 
250
  #: contact_form.php:477
251
+ msgid "The email address of the user who fills the form is going to be used in the field 'From'."
252
  msgstr ""
253
 
254
+ #: contact_form.php:479
255
+ msgid "This email address will be used in the 'From' field."
256
+ msgstr ""
257
+
258
+ #: contact_form.php:483
259
  msgid "Display phone field"
260
  msgstr ""
261
 
262
+ #: contact_form.php:489
263
+ msgid "Required fields"
264
  msgstr ""
265
 
266
+ #: contact_form.php:491
267
+ #: contact_form.php:955
268
  msgid "Name"
269
  msgstr "Adınız Soyadınız"
270
 
271
+ #: contact_form.php:492
272
  #, fuzzy
273
  msgid "E-Mail Address"
274
  msgstr "E-mail Adresiniz :"
275
 
276
+ #: contact_form.php:493
277
+ #: contact_form.php:963
278
  msgid "Phone"
279
  msgstr ""
280
 
281
+ #: contact_form.php:494
282
+ #: contact_form.php:966
283
  msgid "Subject"
284
  msgstr "Konu"
285
 
286
+ #: contact_form.php:495
287
+ #: contact_form.php:969
288
  msgid "Message"
289
  msgstr "Mesaj"
290
 
291
+ #: contact_form.php:499
292
  msgid "Display additional info in email"
293
  msgstr ""
294
 
295
+ #: contact_form.php:504
296
+ #: contact_form.php:927
297
  msgid "Sent from (ip address)"
298
  msgstr "Geldiği (ip adresi)"
299
 
300
+ #: contact_form.php:505
301
+ #: contact_form.php:932
302
  msgid "Date/Time"
303
  msgstr "Tarih/Zaman"
304
 
305
+ #: contact_form.php:506
306
+ #: contact_form.php:937
307
+ msgid "Sent from (referer)"
308
  msgstr "Gelen"
309
 
310
+ #: contact_form.php:507
311
+ #: contact_form.php:942
312
  msgid "Using (user agent)"
313
  msgstr "Using (user agent)"
314
 
315
+ #: contact_form.php:511
316
+ msgid "Language settings for the field names in the form"
317
  msgstr ""
318
 
319
+ #: contact_form.php:520
320
  msgid "Add language"
321
  msgstr ""
322
 
323
+ #: contact_form.php:524
324
+ msgid "Change the names of the contact form fields and error messages"
 
325
  msgstr "Iletişim formu alanlar için değişim etiket"
326
 
327
+ #: contact_form.php:529
328
+ #: contact_form.php:582
329
  msgid "English"
330
  msgstr ""
331
 
332
+ #: contact_form.php:544
333
+ #: contact_form.php:564
334
+ msgid "Error message for the Name field"
335
  msgstr ""
336
 
337
+ #: contact_form.php:545
338
+ #: contact_form.php:565
339
+ msgid "Error message for the Email field"
340
  msgstr ""
341
 
342
+ #: contact_form.php:546
343
+ #: contact_form.php:566
344
+ msgid "Error message for the Phone field"
345
  msgstr ""
346
 
347
+ #: contact_form.php:547
348
+ #: contact_form.php:567
349
+ msgid "Error message for the Subject field"
350
  msgstr ""
351
 
352
+ #: contact_form.php:548
353
+ #: contact_form.php:568
354
+ msgid "Error message for the Message field"
355
  msgstr ""
356
 
357
+ #: contact_form.php:549
358
+ #: contact_form.php:569
359
+ msgid "Error message for the Attachment field"
360
  msgstr ""
361
 
362
+ #: contact_form.php:550
363
+ #: contact_form.php:570
364
+ msgid "Error message for the Captcha field"
365
  msgstr ""
366
 
367
+ #: contact_form.php:551
368
+ #: contact_form.php:571
369
+ msgid "Error message for the whole form"
370
  msgstr ""
371
 
372
+ #: contact_form.php:552
373
+ #: contact_form.php:572
374
+ #: contact_form.php:591
375
+ #: contact_form.php:597
376
  msgid "Use shortcode"
377
  msgstr ""
378
 
379
+ #: contact_form.php:552
380
+ #: contact_form.php:572
381
+ #: contact_form.php:591
382
+ #: contact_form.php:597
383
  msgid "for this language"
384
  msgstr ""
385
 
386
+ #: contact_form.php:579
387
+ msgid "Action after email is sent"
388
  msgstr ""
389
 
390
+ #: contact_form.php:581
391
  #, fuzzy
392
  msgid "Display text"
393
  msgstr "Eklenti Bloğunu Göster"
394
 
395
+ #: contact_form.php:590
396
+ #: contact_form.php:596
397
  msgid "Text"
398
  msgstr ""
399
 
400
+ #: contact_form.php:603
401
+ msgid "Redirect to the page"
402
  msgstr ""
403
 
404
+ #: contact_form.php:604
405
  msgid "Url"
406
  msgstr ""
407
 
408
+ #: contact_form.php:609
409
  msgid "Save Changes"
410
  msgstr "Değişiklikler Kayıt Edildi"
411
 
412
+ #: contact_form.php:648
413
+ msgid "Sorry, email message could not be delivered."
414
  msgstr "Üzgünüz, e-posta gönderilemedi."
415
 
416
+ #: contact_form.php:718
417
+ msgid "You can attach the following file formats"
418
  msgstr "Aşağıdaki türlerde dosya ekleyebilirsiniz"
419
 
420
+ #: contact_form.php:726
421
  msgid "Send me a copy"
422
  msgstr "Bir kopyasını banada gönder"
423
 
424
+ #: contact_form.php:950
425
  msgid "Contact from"
426
  msgstr "Adlı Kişiden Mail Var"
427
 
428
+ #: contact_form.php:958
429
  msgid "Email"
430
  msgstr "e-mail"
431
 
432
+ #: contact_form.php:972
433
  msgid "Site"
434
  msgstr "Site"
435
 
436
+ #: contact_form.php:1023
437
+ msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
438
  msgstr "Istemci daha bu MIME görürseniz MIME türlerini kabul etmez!"
439
 
440
+ #: contact_form.php:1076
441
  msgid "FAQ"
442
  msgstr "Sık Sorulanlar"
443
 
444
+ #: contact_form.php:1077
445
  msgid "Support"
446
  msgstr "Destek"
447
 
448
+ #: contact_form.php:1123
449
+ msgid "Are you sure that you want to delete this language data?"
450
  msgstr ""
451
 
452
  #~ msgid "E-Mail Addresse:"
453
  #~ msgstr "Indirizzo e-mail:"
 
454
  #~ msgid "Install Now"
455
  #~ msgstr "Installa Ora"
 
456
  #~ msgid "BWS Plugins"
457
  #~ msgstr "BWS Plugins"
458
+
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, contakt form, request, contact me, feedback form, feedback, contact button, contact form plugin, contacts form plugin, attachment, send, copy, atachment, send copy
5
  Requires at least: 2.9
6
  Tested up to: 3.5.1
7
- Stable tag: 3.33
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -47,7 +47,7 @@ Contact Form allows you to add a feedback form easilly and simply to a post or a
47
  * Russian (ru_RU)
48
  * Serbian (sr_RS) (thanks to Georgijevic Team, www.georgijevic.info)
49
  * Spanish (es_ES) (thanks to Jesús Parra)
50
- * Swedish (sv_SE) (thanks to Martin Tonek, <a href="joakim@limewoodmedia.com">Joakim Lindskog</a>)
51
  * Turkish (tr_TR) (thanks to <a herf="mailto:d-bulent@hotmail.com ">Devrim Bulent Ibis</a>, www.devrimhoca.com)
52
 
53
  If you create your own language pack or update the existing one, you can send <a href="http://codex.wordpress.org/Translating_WordPress" target="_blank">the text in PO and MO files</a> for <a href="http://bestwebsoft.com/" target="_blank">BWS</a> and we'll add it to the plugin. You can download the latest version of the program for work with PO and MO files <a href="http://www.poedit.net/download.php" target="_blank">Poedit</a>.
@@ -107,6 +107,9 @@ Here is an example for German language files.
107
 
108
  == Changelog ==
109
 
 
 
 
110
  = V3.33 - 4.02.2013 =
111
  * Update : Dutch language file was updated.
112
 
@@ -270,6 +273,9 @@ Here is an example for German language files.
270
 
271
  == Upgrade Notice ==
272
 
 
 
 
273
  = V3.33 =
274
  Dutch language file was updated.
275
 
4
  Tags: Contact Form, text, contact, form, contacts, contakt form, request, contact me, feedback form, feedback, contact button, contact form plugin, contacts form plugin, attachment, send, copy, atachment, send copy
5
  Requires at least: 2.9
6
  Tested up to: 3.5.1
7
+ Stable tag: 3.34
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
47
  * Russian (ru_RU)
48
  * Serbian (sr_RS) (thanks to Georgijevic Team, www.georgijevic.info)
49
  * Spanish (es_ES) (thanks to Jesús Parra)
50
+ * Swedish (sv_SE) (thanks to Martin Tonek, <a href="joakim@limewoodmedia.com">Joakim Lindskog</a>, <a href="mailto:maarten@vandendriest.com">Maarten van den Driest</a> - crossanddot.nl)
51
  * Turkish (tr_TR) (thanks to <a herf="mailto:d-bulent@hotmail.com ">Devrim Bulent Ibis</a>, www.devrimhoca.com)
52
 
53
  If you create your own language pack or update the existing one, you can send <a href="http://codex.wordpress.org/Translating_WordPress" target="_blank">the text in PO and MO files</a> for <a href="http://bestwebsoft.com/" target="_blank">BWS</a> and we'll add it to the plugin. You can download the latest version of the program for work with PO and MO files <a href="http://www.poedit.net/download.php" target="_blank">Poedit</a>.
107
 
108
  == Changelog ==
109
 
110
+ = V3.34 - 7.02.2013 =
111
+ * Update : We changed the English text in the plugin file and all language files were updated.
112
+
113
  = V3.33 - 4.02.2013 =
114
  * Update : Dutch language file was updated.
115
 
273
 
274
  == Upgrade Notice ==
275
 
276
+ = V3.34 =
277
+ We changed the English text in the plugin file and all language files were updated.
278
+
279
  = V3.33 =
280
  Dutch language file was updated.
281