Contact Form by BestWebSoft - Version 3.71

Version Description

  • 03.02.2014 =
  • Update : We updated all functionality for wordpress 3.8.1.
  • NEW : The Turkish and Vietnamese language file are added.
Download this release

Release Info

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

Code changes from version 3.70 to 3.71

Files changed (81) hide show
  1. bws_menu/bws_menu.php +62 -32
  2. bws_menu/css/style.css +6 -6
  3. bws_menu/js/bws_menu.js +2 -2
  4. bws_menu/languages/bestwebsoft-de_DE.mo +0 -0
  5. bws_menu/languages/bestwebsoft-de_DE.po +124 -130
  6. bws_menu/languages/bestwebsoft-fr_FR.mo +0 -0
  7. bws_menu/languages/bestwebsoft-fr_FR.po +124 -129
  8. bws_menu/languages/bestwebsoft-it_IT.mo +0 -0
  9. bws_menu/languages/bestwebsoft-it_IT.po +125 -130
  10. bws_menu/languages/bestwebsoft-ja.mo +0 -0
  11. bws_menu/languages/bestwebsoft-ja.po +124 -129
  12. bws_menu/languages/bestwebsoft-pt_BR.mo +0 -0
  13. bws_menu/languages/bestwebsoft-pt_BR.po +124 -130
  14. bws_menu/languages/bestwebsoft-ru_RU.mo +0 -0
  15. bws_menu/languages/bestwebsoft-ru_RU.po +128 -131
  16. bws_menu/languages/bestwebsoft-sr_RS.mo +0 -0
  17. bws_menu/languages/bestwebsoft-sr_RS.po +124 -129
  18. bws_menu/languages/bestwebsoft-sv_SE.mo +0 -0
  19. bws_menu/languages/bestwebsoft-sv_SE.po +124 -129
  20. bws_menu/languages/bestwebsoft-uk.mo +0 -0
  21. bws_menu/languages/bestwebsoft-uk.po +126 -131
  22. contact_form.php +176 -7
  23. css/style.css +24 -5
  24. css/style_wp_before_3.8.css +19 -5
  25. images/banner.png +0 -0
  26. images/banner_for_ctfrmtdb.png +0 -0
  27. images/close_banner.png +0 -0
  28. images/gray-grad.png +0 -0
  29. images/icon_16.png +0 -0
  30. images/icon_16_b.png +0 -0
  31. images/icon_16_c.png +0 -0
  32. images/icon_36.png +0 -0
  33. images/icon_36_b.png +0 -0
  34. images/pro_screen_1.png +0 -0
  35. images/px.png +0 -0
  36. images/tooltip_attachment_tips.png +0 -0
  37. images/tooltip_sendme_block.png +0 -0
  38. js/script.js +0 -0
  39. languages/contact_form-be_BY.mo +0 -0
  40. languages/contact_form-be_BY.po +370 -284
  41. languages/contact_form-ca.mo +0 -0
  42. languages/contact_form-ca.po +367 -281
  43. languages/contact_form-fi.mo +0 -0
  44. languages/contact_form-fi.po +370 -284
  45. languages/contact_form-fr_FR.mo +0 -0
  46. languages/contact_form-fr_FR.po +368 -281
  47. languages/contact_form-hu_HU.mo +0 -0
  48. languages/contact_form-hu_HU.po +370 -284
  49. languages/contact_form-it_IT.mo +0 -0
  50. languages/contact_form-it_IT.po +370 -284
  51. languages/contact_form-ja.mo +0 -0
  52. languages/contact_form-ja.po +367 -281
  53. languages/contact_form-nl_NL.mo +0 -0
  54. languages/contact_form-nl_NL.po +370 -284
  55. languages/contact_form-pt_BR.mo +0 -0
  56. languages/contact_form-pt_BR.po +365 -285
  57. languages/contact_form-pt_PT.mo +0 -0
  58. languages/contact_form-pt_PT.po +370 -284
  59. languages/contact_form-ru_RU.mo +0 -0
  60. languages/contact_form-ru_RU.po +410 -298
  61. languages/contact_form-sk_SK.mo +0 -0
  62. languages/contact_form-sk_SK.po +367 -281
  63. languages/contact_form-sr_RS.mo +0 -0
  64. languages/contact_form-sr_RS.po +370 -284
  65. languages/contact_form-sv_SE.mo +0 -0
  66. languages/contact_form-sv_SE.po +367 -281
  67. languages/contact_form-tr.mo +0 -0
  68. languages/contact_form-tr.po +1024 -0
  69. languages/contact_form-uk.mo +0 -0
  70. languages/contact_form-uk.po +412 -303
  71. languages/contact_form-vi.mo +0 -0
  72. languages/contact_form-vi.po +945 -0
  73. languages/contact_form-zh_CN.mo +0 -0
  74. languages/contact_form-zh_CN.po +367 -281
  75. readme.txt +19 -2
  76. screenshot-1.png +0 -0
  77. screenshot-2.png +0 -0
  78. screenshot-3.png +0 -0
  79. screenshot-4.png +0 -0
  80. screenshot-5.png +0 -0
  81. screenshot-6.png +0 -0
bws_menu/bws_menu.php CHANGED
@@ -233,6 +233,12 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
233
 
234
  $recommend_plugins = array_diff_key( $bws_plugins, $all_plugins );
235
 
 
 
 
 
 
 
236
  foreach ( $all_plugins as $key_plugin => $value_plugin ) {
237
  if ( ! isset( $bws_plugins[ $key_plugin ] ) && ! isset( $bws_plugins_pro[ $key_plugin ] ) )
238
  unset( $all_plugins[ $key_plugin ] );
@@ -656,10 +662,28 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
656
  <div class="clear"></div>
657
  <?php if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
658
  <h4 class="bws_installed"><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
659
- <?php foreach ( $all_plugins as $key_plugin => $value_plugin ) { ?>
660
- <?php if ( in_array( $key_plugin, $active_plugins ) || is_plugin_active_for_network( $key_plugin ) ) { ?>
661
- <?php if ( isset( $bws_plugins_pro[ $key_plugin ] ) ) {
662
- $icon = ( false != strstr( $key_plugin, '-plugin-pro/', true ) ) ? strstr( $key_plugin, '-plugin-pro/', true ) : strstr( $key_plugin, '-pro/', true ); ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
663
  <div class="bws_product_box bws_exist_overlay">
664
  <div class="bws_product">
665
  <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
@@ -670,9 +694,6 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
670
  </div>
671
  <div class="bws_product_description"><?php echo $value_plugin["Description"]; ?></div>
672
  </div>
673
- <a href="<?php echo $bws_plugins_pro[ $key_plugin ]["link"]; ?>" target="_blank">
674
- <div class="bws_product_button"><strong>PRO</strong> <?php _e( 'installed', 'bestwebsoft' );?></div>
675
- </a>
676
  <div class="clear"></div>
677
  </div>
678
  <div class="bws_product_links">
@@ -681,8 +702,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
681
  <a href="<?php echo $bws_plugins_pro[ $key_plugin ]["settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
682
  </div>
683
  </div>
684
- <?php } elseif ( isset( $bws_plugins[ $key_plugin ] ) ) {
685
- $icon = ( false != strstr( $key_plugin, '-plugin/', true ) ) ? strstr( $key_plugin, '-plugin/', true ) : strstr( $key_plugin, '/', true ); ?>
686
  <div class="bws_product_box bws_product_free">
687
  <div class="bws_product">
688
  <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
@@ -693,12 +713,12 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
693
  <div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
694
  </div>
695
  <?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
696
- <a href="<?php echo $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ]["purchase"]; ?>" target="_blank">
697
- <div class="bws_product_button"><?php _e( 'Go', 'bestwebsoft' );?> <strong>PRO</strong></div>
698
  </a>
699
  <?php } else { ?>
700
- <a href="<?php echo $bws_donate_link; ?>" target="_blank">
701
- <div class="bws_product_button bws_donate_button"><strong><?php _e( 'DONATE', 'bestwebsoft' );?></strong></div>
702
  </a>
703
  <?php } ?>
704
  <div class="clear"></div>
@@ -711,8 +731,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
711
  </div>
712
  <?php }
713
  } else {
714
- if ( isset( $bws_plugins_pro[ $key_plugin ] ) ) {
715
- $icon = ( false != strstr( $key_plugin, '-plugin-pro/', true ) ) ? strstr( $key_plugin, '-plugin-pro/', true ) : strstr( $key_plugin, '-pro/', true ); ?>
716
  <div class="bws_product_box bws_product_deactivated">
717
  <div class="bws_product">
718
  <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
@@ -723,9 +742,6 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
723
  </div>
724
  <div class="bws_product_description"><?php echo $bws_plugins_pro[ $key_plugin ]["description"]; ?></div>
725
  </div>
726
- <a href="<?php echo $bws_plugins_pro[ $key_plugin ]["link"]; ?>" target="_blank">
727
- <div class="bws_product_button"><strong>PRO</strong> <?php _e( 'installed', 'bestwebsoft' );?></div>
728
- </a>
729
  <div class="clear"></div>
730
  </div>
731
  <div class="bws_product_links">
@@ -734,8 +750,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
734
  <a class="bws_activate" href="plugins.php" title="<?php _e( "Activate this plugin", 'bestwebsoft' ); ?>" target="_blank"><?php _e( "Activate", 'bestwebsoft' ); ?></a>
735
  </div>
736
  </div>
737
- <?php } elseif ( isset( $bws_plugins[ $key_plugin ] ) ) {
738
- $icon = ( false != strstr( $key_plugin, '-plugin/', true ) ) ? strstr( $key_plugin, '-plugin/', true ) : strstr( $key_plugin, '/', true ); ?>
739
  <div class="bws_product_box bws_product_deactivated bws_product_free">
740
  <div class="bws_product">
741
  <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
@@ -746,12 +761,12 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
746
  <div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
747
  </div>
748
  <?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
749
- <a href="<?php echo $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ]["purchase"]; ?>" target="_blank">
750
- <div class="bws_product_button"><?php _e( 'Go', 'bestwebsoft' );?> <strong>PRO</strong></div>
751
  </a>
752
  <?php } else { ?>
753
- <a href="<?php echo $bws_donate_link; ?>" target="_blank">
754
- <div class="bws_product_button bws_donate_button"><strong><?php _e( 'Donate', 'bestwebsoft' );?></strong></div>
755
  </a>
756
  <?php } ?>
757
  <div class="clear"></div>
@@ -770,9 +785,24 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
770
  <?php if ( ( isset( $_GET['sub'] ) && 'recommended' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
771
  <h4 class="bws_recommended"><?php _e( 'Recommended plugins', 'bestwebsoft' ); ?></h4>
772
  <?php foreach ( $recommend_plugins as $key_plugin => $value_plugin ) {
773
- $icon = ( false != strstr( $key_plugin, '-plugin-pro/', true ) ) ? strstr( $key_plugin, '-plugin-pro/', true ) : strstr( $key_plugin, '-pro/', true );
774
- if ( ! $icon )
775
- $icon = ( false != strstr( $key_plugin, '-plugin/', true ) ) ? strstr( $key_plugin, '-plugin/', true ) : strstr( $key_plugin, '/', true );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
776
  ?>
777
  <div class="bws_product_box">
778
  <div class="bws_product">
@@ -787,19 +817,19 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
787
  <div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
788
  </div>
789
  <?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
790
- <a href="<?php echo $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ]["link"]; ?>" target="_blank">
791
- <div class="bws_product_button"><?php echo _e( 'Go', 'bestwebsoft' );?> <strong>PRO</strong></div>
792
  </a>
793
  <?php } else { ?>
794
- <a href="<?php echo $bws_donate_link; ?>" target="_blank">
795
- <div class="bws_product_button bws_donate_button"><strong><?php echo _e( 'Donate', 'bestwebsoft' );?></strong></div>
796
  </a>
797
  <?php } ?>
798
  </div>
799
  <div class="clear"></div>
800
  <div class="bws_product_links">
801
  <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php echo __( "Learn more", 'bestwebsoft' ); ?></a>
802
- <span> | <span>
803
  <a href="<?php echo $bws_plugins[ $key_plugin ]["wp_install"]; ?>" target="_blank"><?php echo __( "Install now", 'bestwebsoft' ); ?></a>
804
  </div>
805
  </div>
233
 
234
  $recommend_plugins = array_diff_key( $bws_plugins, $all_plugins );
235
 
236
+ foreach ( $bws_plugins as $key_plugin => $value_plugin ) {
237
+ if ( ! isset( $all_plugins[ $key_plugin ] ) && isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $all_plugins[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) {
238
+ unset( $recommend_plugins[ $key_plugin ] );
239
+ }
240
+ }
241
+
242
  foreach ( $all_plugins as $key_plugin => $value_plugin ) {
243
  if ( ! isset( $bws_plugins[ $key_plugin ] ) && ! isset( $bws_plugins_pro[ $key_plugin ] ) )
244
  unset( $all_plugins[ $key_plugin ] );
662
  <div class="clear"></div>
663
  <?php if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
664
  <h4 class="bws_installed"><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
665
+ <?php foreach ( $all_plugins as $key_plugin => $value_plugin ) {
666
+
667
+ if ( isset( $bws_plugins_pro[ $key_plugin ] ) ) {
668
+ $key_plugin_explode = explode( '-plugin-pro/', $key_plugin );
669
+ if ( isset( $key_plugin_explode[1] ) )
670
+ $icon = $key_plugin_explode[0];
671
+ else {
672
+ $key_plugin_explode = explode( '-pro/', $key_plugin );
673
+ $icon = $key_plugin_explode[0];
674
+ }
675
+ } elseif ( isset( $bws_plugins[ $key_plugin ] ) ) {
676
+ $key_plugin_explode = explode( '-plugin/', $key_plugin );
677
+ if ( isset( $key_plugin_explode[1] ) )
678
+ $icon = $key_plugin_explode[0];
679
+ else {
680
+ $key_plugin_explode = explode( '/', $key_plugin );
681
+ $icon = $key_plugin_explode[0];
682
+ }
683
+ }
684
+
685
+ if ( in_array( $key_plugin, $active_plugins ) || is_plugin_active_for_network( $key_plugin ) ) { ?>
686
+ <?php if ( isset( $bws_plugins_pro[ $key_plugin ] ) ) { ?>
687
  <div class="bws_product_box bws_exist_overlay">
688
  <div class="bws_product">
689
  <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
694
  </div>
695
  <div class="bws_product_description"><?php echo $value_plugin["Description"]; ?></div>
696
  </div>
 
 
 
697
  <div class="clear"></div>
698
  </div>
699
  <div class="bws_product_links">
702
  <a href="<?php echo $bws_plugins_pro[ $key_plugin ]["settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
703
  </div>
704
  </div>
705
+ <?php } elseif ( isset( $bws_plugins[ $key_plugin ] ) ) { ?>
 
706
  <div class="bws_product_box bws_product_free">
707
  <div class="bws_product">
708
  <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
713
  <div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
714
  </div>
715
  <?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
716
+ <a class="bws_product_button" href="<?php echo $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ]["purchase"]; ?>" target="_blank">
717
+ <?php _e( 'Go', 'bestwebsoft' );?> <strong>PRO</strong>
718
  </a>
719
  <?php } else { ?>
720
+ <a class="bws_product_button bws_donate_button" href="<?php echo $bws_donate_link; ?>" target="_blank">
721
+ <strong><?php _e( 'DONATE', 'bestwebsoft' );?></strong>
722
  </a>
723
  <?php } ?>
724
  <div class="clear"></div>
731
  </div>
732
  <?php }
733
  } else {
734
+ if ( isset( $bws_plugins_pro[ $key_plugin ] ) ) { ?>
 
735
  <div class="bws_product_box bws_product_deactivated">
736
  <div class="bws_product">
737
  <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
742
  </div>
743
  <div class="bws_product_description"><?php echo $bws_plugins_pro[ $key_plugin ]["description"]; ?></div>
744
  </div>
 
 
 
745
  <div class="clear"></div>
746
  </div>
747
  <div class="bws_product_links">
750
  <a class="bws_activate" href="plugins.php" title="<?php _e( "Activate this plugin", 'bestwebsoft' ); ?>" target="_blank"><?php _e( "Activate", 'bestwebsoft' ); ?></a>
751
  </div>
752
  </div>
753
+ <?php } elseif ( isset( $bws_plugins[ $key_plugin ] ) ) { ?>
 
754
  <div class="bws_product_box bws_product_deactivated bws_product_free">
755
  <div class="bws_product">
756
  <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
761
  <div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
762
  </div>
763
  <?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
764
+ <a class="bws_product_button" href="<?php echo $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ]["purchase"]; ?>" target="_blank">
765
+ <?php _e( 'Go', 'bestwebsoft' );?> <strong>PRO</strong>
766
  </a>
767
  <?php } else { ?>
768
+ <a class="bws_product_button bws_donate_button" href="<?php echo $bws_donate_link; ?>" target="_blank">
769
+ <strong><?php _e( 'DONATE', 'bestwebsoft' );?></strong>
770
  </a>
771
  <?php } ?>
772
  <div class="clear"></div>
785
  <?php if ( ( isset( $_GET['sub'] ) && 'recommended' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
786
  <h4 class="bws_recommended"><?php _e( 'Recommended plugins', 'bestwebsoft' ); ?></h4>
787
  <?php foreach ( $recommend_plugins as $key_plugin => $value_plugin ) {
788
+
789
+ if ( isset( $bws_plugins_pro[ $key_plugin ] ) ) {
790
+ $key_plugin_explode = explode( '-plugin-pro/', $key_plugin );
791
+ if ( isset( $key_plugin_explode[1] ) )
792
+ $icon = $key_plugin_explode[0];
793
+ else {
794
+ $key_plugin_explode = explode( '-pro/', $key_plugin );
795
+ $icon = $key_plugin_explode[0];
796
+ }
797
+ } elseif ( isset( $bws_plugins[ $key_plugin ] ) ) {
798
+ $key_plugin_explode = explode( '-plugin/', $key_plugin );
799
+ if ( isset( $key_plugin_explode[1] ) )
800
+ $icon = $key_plugin_explode[0];
801
+ else {
802
+ $key_plugin_explode = explode( '/', $key_plugin );
803
+ $icon = $key_plugin_explode[0];
804
+ }
805
+ }
806
  ?>
807
  <div class="bws_product_box">
808
  <div class="bws_product">
817
  <div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
818
  </div>
819
  <?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
820
+ <a class="bws_product_button" href="<?php echo $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ]["link"]; ?>" target="_blank">
821
+ <?php echo _e( 'Go', 'bestwebsoft' );?> <strong>PRO</strong>
822
  </a>
823
  <?php } else { ?>
824
+ <a class="bws_product_button bws_donate_button" href="<?php echo $bws_donate_link; ?>" target="_blank">
825
+ <strong><?php echo _e( 'DONATE', 'bestwebsoft' );?></strong>
826
  </a>
827
  <?php } ?>
828
  </div>
829
  <div class="clear"></div>
830
  <div class="bws_product_links">
831
  <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php echo __( "Learn more", 'bestwebsoft' ); ?></a>
832
+ <span> | </span>
833
  <a href="<?php echo $bws_plugins[ $key_plugin ]["wp_install"]; ?>" target="_blank"><?php echo __( "Install now", 'bestwebsoft' ); ?></a>
834
  </div>
835
  </div>
bws_menu/css/style.css CHANGED
@@ -65,7 +65,7 @@ h4.bws_recommended {
65
  }
66
  .bws_product_title {
67
  font-weight: bold;
68
- padding: 16px 5px 28px;
69
  font-size: 14px;
70
  height: 18px;
71
  }
@@ -83,12 +83,12 @@ h4.bws_recommended {
83
  top: -9px;
84
  }
85
  .bws_product_description {
86
- padding: 0 5px;
87
  color: #a7a7a7;
88
  display: none;
89
  }
90
  .bws_product_links {
91
- padding: 10px 7px 12px;
92
  }
93
  .bws_product_links span {
94
  color: #c2c2c2;
@@ -111,8 +111,9 @@ h4.bws_recommended {
111
  border-radius: 2px;
112
  margin: 3px auto;
113
  padding: 7px 5px 8px;
114
- width: 75%;
115
  font-size: 14px;
 
 
116
  }
117
  .bws_product_button:hover{
118
  background: #008726;
@@ -131,7 +132,6 @@ h4.bws_recommended {
131
  }
132
  .bws_product_button.bws_donate_button {
133
  background: #E89D09 !important;
134
- text-transform: uppercase;
135
  }
136
  .bws_product_button.bws_donate_button:hover {
137
  background: #D69108 !important;
@@ -142,7 +142,7 @@ h4.bws_recommended {
142
  color: #0074A2;
143
  float: right;
144
  cursor: pointer;
145
- font-size: 14px;
146
  }
147
  .bws_switch_link:hover {
148
  color: #2ea2cc;
65
  }
66
  .bws_product_title {
67
  font-weight: bold;
68
+ padding: 16px 10px 28px;
69
  font-size: 14px;
70
  height: 18px;
71
  }
83
  top: -9px;
84
  }
85
  .bws_product_description {
86
+ padding: 0 10px;
87
  color: #a7a7a7;
88
  display: none;
89
  }
90
  .bws_product_links {
91
+ padding: 10px 6px 12px;
92
  }
93
  .bws_product_links span {
94
  color: #c2c2c2;
111
  border-radius: 2px;
112
  margin: 3px auto;
113
  padding: 7px 5px 8px;
 
114
  font-size: 14px;
115
+ min-width: 103px;
116
+ display: inline-block;
117
  }
118
  .bws_product_button:hover{
119
  background: #008726;
132
  }
133
  .bws_product_button.bws_donate_button {
134
  background: #E89D09 !important;
 
135
  }
136
  .bws_product_button.bws_donate_button:hover {
137
  background: #D69108 !important;
142
  color: #0074A2;
143
  float: right;
144
  cursor: pointer;
145
+ font-size: 13px;
146
  }
147
  .bws_switch_link:hover {
148
  color: #2ea2cc;
bws_menu/js/bws_menu.js CHANGED
@@ -25,14 +25,14 @@
25
  $( this ).children( '.bws_product' ).addClass( 'bws_product_pro' );
26
  $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_description' ).css( 'display', 'block' );
27
  $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_icon' ).css( 'display', 'none' );
28
- $( this ).children( '.bws_product' ).children( 'a' ).children( '.bws_product_button' ).css( 'display', 'block' );
29
  }
30
  }, function() {
31
  if ( $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_description' ).length > 0 ) {
32
  $( this ).children( '.bws_product' ).removeClass( 'bws_product_pro' );
33
  $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_description' ).css( 'display', 'none' );
34
  $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_icon' ).css( 'display', 'block' );
35
- $( this ).children( '.bws_product' ).children( 'a' ).children( '.bws_product_button' ).css( 'display', 'none' );
36
  }
37
  });
38
 
25
  $( this ).children( '.bws_product' ).addClass( 'bws_product_pro' );
26
  $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_description' ).css( 'display', 'block' );
27
  $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_icon' ).css( 'display', 'none' );
28
+ $( this ).children( '.bws_product' ).children( '.bws_product_button' ).css( 'display', 'inline-block' );
29
  }
30
  }, function() {
31
  if ( $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_description' ).length > 0 ) {
32
  $( this ).children( '.bws_product' ).removeClass( 'bws_product_pro' );
33
  $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_description' ).css( 'display', 'none' );
34
  $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_icon' ).css( 'display', 'block' );
35
+ $( this ).children( '.bws_product' ).children( '.bws_product_button' ).css( 'display', 'none' );
36
  }
37
  });
38
 
bws_menu/languages/bestwebsoft-de_DE.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-de_DE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-01-06 15:12+0300\n"
6
- "PO-Revision-Date: 2014-01-06 15:12+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Lothar Schiborr <lothar.schiborr@web.de>\n"
9
  "Language: \n"
@@ -19,452 +19,446 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ captcha
22
- #: bws_menu.php:331
23
  msgid "Not set"
24
  msgstr "Nicht festgelegt"
25
 
26
  # @ captcha
27
- #: bws_menu.php:333
28
- #: bws_menu.php:337
29
  msgid "On"
30
  msgstr "Ein"
31
 
32
  # @ captcha
33
- #: bws_menu.php:335
34
- #: bws_menu.php:339
35
  msgid "Off"
36
  msgstr "Ausgeschaltet"
37
 
38
  # @ captcha
39
- #: bws_menu.php:343
40
- #: bws_menu.php:347
41
  #: bws_menu.php:351
42
  #: bws_menu.php:355
43
  #: bws_menu.php:359
44
- #: bws_menu.php:385
 
 
45
  msgid "N/A"
46
  msgstr "keine Angaben"
47
 
48
  # @ captcha
49
- #: bws_menu.php:357
50
  msgid " Mb"
51
  msgstr " Mb"
52
 
53
  # @ captcha
54
- #: bws_menu.php:361
55
- #: bws_menu.php:365
56
  #: bws_menu.php:369
57
- #: bws_menu.php:380
 
 
58
  msgid "Yes"
59
  msgstr "Ja"
60
 
61
  # @ captcha
62
- #: bws_menu.php:363
63
- #: bws_menu.php:367
64
  #: bws_menu.php:371
65
- #: bws_menu.php:382
 
 
66
  msgid "No"
67
  msgstr "Nein"
68
 
69
  # @ captcha
70
- #: bws_menu.php:396
71
  msgid "Operating System"
72
  msgstr "Betriebs-System"
73
 
74
  # @ captcha
75
- #: bws_menu.php:397
76
  msgid "Server"
77
  msgstr "Server"
78
 
79
  # @ captcha
80
- #: bws_menu.php:398
81
  msgid "Memory usage"
82
  msgstr "Speichernutzung"
83
 
84
  # @ captcha
85
- #: bws_menu.php:399
86
  msgid "MYSQL Version"
87
  msgstr "MYSQL Version"
88
 
89
  # @ captcha
90
- #: bws_menu.php:400
91
  msgid "SQL Mode"
92
  msgstr "SQL Modus"
93
 
94
  # @ captcha
95
- #: bws_menu.php:401
96
  msgid "PHP Version"
97
  msgstr "PHP Version"
98
 
99
  # @ captcha
100
- #: bws_menu.php:402
101
  msgid "PHP Safe Mode"
102
  msgstr "PHP Gesicherter Modus"
103
 
104
  # @ captcha
105
- #: bws_menu.php:403
106
  msgid "PHP Allow URL fopen"
107
  msgstr "PHP Erlaubet URL zu öffnen (fopen)"
108
 
109
  # @ captcha
110
- #: bws_menu.php:404
111
  msgid "PHP Memory Limit"
112
  msgstr "PHP Speicher-Grenze"
113
 
114
  # @ captcha
115
- #: bws_menu.php:405
116
  msgid "PHP Max Upload Size"
117
  msgstr "PHP Maximale Upload Größe"
118
 
119
  # @ captcha
120
- #: bws_menu.php:406
121
  msgid "PHP Max Post Size"
122
  msgstr "PHP Maximale Beitrags-Größe"
123
 
124
  # @ captcha
125
- #: bws_menu.php:407
126
  msgid "PHP Max Script Execute Time"
127
  msgstr "PHP Maximale Script Ausführungszeit"
128
 
129
  # @ captcha
130
- #: bws_menu.php:408
131
  msgid "PHP Exif support"
132
  msgstr "PHP Exif Support"
133
 
134
  # @ captcha
135
- #: bws_menu.php:409
136
  msgid "PHP IPTC support"
137
  msgstr "PHP IPTC Support"
138
 
139
  # @ captcha
140
- #: bws_menu.php:410
141
  msgid "PHP XML support"
142
  msgstr "PHP XML Support"
143
 
144
  # @ captcha
145
- #: bws_menu.php:411
146
  msgid "Site URL"
147
  msgstr "Site URL"
148
 
149
  # @ captcha
150
- #: bws_menu.php:412
151
  msgid "Home URL"
152
  msgstr "Home URL"
153
 
154
  # @ captcha
155
- #: bws_menu.php:413
156
  msgid "WordPress Version"
157
  msgstr "WordPress Version"
158
 
159
  # @ captcha
160
- #: bws_menu.php:414
161
  msgid "WordPress DB Version"
162
  msgstr "WordPress DB Version"
163
 
164
  # @ captcha
165
- #: bws_menu.php:415
166
  msgid "Multisite"
167
  msgstr "Multisite"
168
 
169
  # @ captcha
170
- #: bws_menu.php:416
171
  msgid "Active Theme"
172
  msgstr "Actives Theme"
173
 
174
  # @ captcha
175
- #: bws_menu.php:432
176
  msgid "Please enter a valid email address."
177
  msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
178
 
179
  # @ captcha
180
- #: bws_menu.php:436
181
  msgid "Email with system info is sent to "
182
  msgstr "E-Mail-mit System Informationen wird gesendet an "
183
 
184
  # @ captcha
185
- #: bws_menu.php:440
186
  msgid "Thank you for contacting us."
187
  msgstr "Vielen Dank für Ihre Kontaktaufnahme."
188
 
189
  # @ captcha
190
- #: bws_menu.php:468
191
  msgid "Sorry, email message could not be delivered."
192
  msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
193
 
194
- #: bws_menu.php:480
195
  msgid "Switch to new interface"
196
  msgstr ""
197
 
198
  # @ captcha
199
- #: bws_menu.php:487
200
  msgid "Pro plugins"
201
  msgstr "BWS Plugins"
202
 
203
  # @ captcha
204
- #: bws_menu.php:490
205
- #: bws_menu.php:516
206
  msgid "Activated plugins"
207
  msgstr "Aktivierte Plugins"
208
 
209
  # @ captcha
210
- #: bws_menu.php:492
211
  #: bws_menu.php:500
212
  #: bws_menu.php:508
213
- #: bws_menu.php:518
214
  #: bws_menu.php:526
215
  #: bws_menu.php:534
216
- #: bws_menu.php:544
217
- #: bws_menu.php:551
218
  #: bws_menu.php:559
 
219
  msgid "Read more"
220
  msgstr "Lesen Sie mehr"
221
 
222
  # @ captcha
223
- #: bws_menu.php:492
224
- #: bws_menu.php:518
225
- #: bws_menu.php:673
226
- #: bws_menu.php:701
227
  msgid "Settings"
228
  msgstr "Einstellungen"
229
 
230
  # @ captcha
231
- #: bws_menu.php:498
232
- #: bws_menu.php:524
233
- #: bws_menu.php:650
234
  msgid "Installed plugins"
235
  msgstr "Installierte Plugins"
236
 
237
  # @ captcha
238
- #: bws_menu.php:506
239
- #: bws_menu.php:532
240
- #: bws_menu.php:763
241
  msgid "Recommended plugins"
242
  msgstr "Empfohlene Plugins"
243
 
244
  # @ captcha
245
- #: bws_menu.php:508
246
  msgid "Purchase"
247
  msgstr "Kaufen"
248
 
249
  # @ captcha
250
- #: bws_menu.php:513
251
  msgid "Free plugins"
252
  msgstr "Freie Plugins"
253
 
254
  # @ captcha
255
- #: bws_menu.php:534
256
- #: bws_menu.php:559
257
  msgid "Download"
258
  msgstr "Herunterladen"
259
 
260
  # @ default
261
- #: bws_menu.php:534
262
- #: bws_menu.php:559
263
- #: bws_menu.php:865
264
  #, php-format
265
  msgid "Install %s"
266
  msgstr "Installiere %s"
267
 
268
  # @ captcha
269
- #: bws_menu.php:534
270
- #: bws_menu.php:559
271
  msgid "Install now from wordpress.org"
272
  msgstr "Installiere jetzt von wordpress.org"
273
 
274
- #: bws_menu.php:540
275
  msgid "Free themes"
276
  msgstr ""
277
 
278
  # @ captcha
279
- #: bws_menu.php:543
280
  #, fuzzy
281
  msgid "Activated theme"
282
  msgstr "Actives Theme"
283
 
284
- #: bws_menu.php:544
285
  #, php-format
286
  msgid "Customize &#8220;%s&#8221;"
287
  msgstr ""
288
 
289
- #: bws_menu.php:544
290
  msgid "Customize"
291
  msgstr ""
292
 
293
  # @ default
294
- #: bws_menu.php:549
295
  #, fuzzy
296
  msgid "Installed themes"
297
  msgstr "Installiere %s"
298
 
299
  # @ captcha
300
- #: bws_menu.php:557
301
  #, fuzzy
302
  msgid "Recommended themes"
303
  msgstr "Empfohlene Plugins"
304
 
305
  # @ captcha
306
- #: bws_menu.php:565
307
  msgid "If you have any questions, please contact us via"
308
  msgstr "Wenn Sie irgendwelche Fragen haben, kontaktieren Sie uns bitte über"
309
 
310
  # @ captcha
311
- #: bws_menu.php:572
312
- #: bws_menu.php:640
313
- #: bws_menu.php:901
314
  msgid "System status"
315
  msgstr "System Status"
316
 
317
  # @ captcha
318
- #: bws_menu.php:576
319
- #: bws_menu.php:904
320
  msgid "Environment"
321
  msgstr "Umgebungsvariable"
322
 
323
  # @ captcha
324
- #: bws_menu.php:587
325
- #: bws_menu.php:915
326
  msgid "Active Plugins"
327
  msgstr "Aktivierte Plugins"
328
 
329
  # @ captcha
330
- #: bws_menu.php:598
331
- #: bws_menu.php:926
332
  msgid "Inactive Plugins"
333
  msgstr "Inactive Plugins"
334
 
335
  # @ captcha
336
- #: bws_menu.php:612
337
- #: bws_menu.php:940
338
  msgid "Send to support"
339
  msgstr "Sende zuzm Support"
340
 
341
  # @ captcha
342
- #: bws_menu.php:619
343
- #: bws_menu.php:947
344
  msgid "Send to custom email &#187;"
345
  msgstr "Senden Sie eine benutzerdefinierte E-Mail zu &#187;"
346
 
347
- #: bws_menu.php:630
348
  msgid "Switch to old interface"
349
  msgstr ""
350
 
351
  # @ captcha
352
- #: bws_menu.php:636
353
  #, fuzzy
354
  msgid "Plugins"
355
  msgstr "BWS Plugins"
356
 
357
- #: bws_menu.php:638
358
  msgid "Themes"
359
  msgstr ""
360
 
361
- #: bws_menu.php:644
362
  msgid "All"
363
  msgstr ""
364
 
365
  # @ default
366
- #: bws_menu.php:645
367
  #, fuzzy
368
  msgid "Installed"
369
  msgstr "Installiere %s"
370
 
371
  # @ captcha
372
- #: bws_menu.php:646
373
  #, fuzzy
374
  msgid "Recommended"
375
  msgstr "Empfohlene Plugins"
376
 
377
- # @ default
378
- #: bws_menu.php:666
379
- #: bws_menu.php:719
380
- #, fuzzy
381
- msgid "installed"
382
- msgstr "Installiere %s"
383
-
384
  # @ captcha
385
- #: bws_menu.php:671
386
- #: bws_menu.php:699
387
- #: bws_menu.php:724
388
- #: bws_menu.php:752
389
- #: bws_menu.php:793
390
  #, fuzzy
391
  msgid "Learn more"
392
  msgstr "Lesen Sie mehr"
393
 
394
- #: bws_menu.php:689
395
- #: bws_menu.php:742
396
- #: bws_menu.php:783
397
  msgid "Go"
398
  msgstr ""
399
 
400
- #: bws_menu.php:693
 
 
401
  msgid "DONATE"
402
  msgstr ""
403
 
404
  # @ captcha
405
- #: bws_menu.php:726
406
- #: bws_menu.php:754
407
  #, fuzzy
408
  msgid "Activate this plugin"
409
  msgstr "Aktivierte Plugins"
410
 
411
  # @ captcha
412
- #: bws_menu.php:726
413
- #: bws_menu.php:754
414
  #, fuzzy
415
  msgid "Activate"
416
  msgstr "Aktivierte Plugins"
417
 
418
- #: bws_menu.php:746
419
- #: bws_menu.php:787
420
- msgid "Donate"
421
- msgstr ""
422
-
423
  # @ default
424
- #: bws_menu.php:795
425
  #, fuzzy
426
  msgid "Install now"
427
  msgstr "Installiere %s"
428
 
429
- #: bws_menu.php:817
430
  msgid "Try again"
431
  msgstr ""
432
 
433
- #: bws_menu.php:834
434
  #, php-format
435
  msgid "Preview &#8220;%s&#8221;"
436
  msgstr ""
437
 
438
  # @ default
439
- #: bws_menu.php:865
440
  #, fuzzy
441
  msgid "Install Now"
442
  msgstr "Installiere %s"
443
 
444
- #: bws_menu.php:868
445
  #, php-format
446
  msgid "Update to version %s"
447
  msgstr ""
448
 
449
- #: bws_menu.php:868
450
  msgid "Update"
451
  msgstr ""
452
 
453
- #: bws_menu.php:875
454
  #, php-format
455
  msgid "Preview %s"
456
  msgstr ""
457
 
458
- #: bws_menu.php:875
459
  msgid "Preview"
460
  msgstr ""
461
 
462
- #: bws_menu.php:882
463
  #, php-format
464
  msgid "By %s"
465
  msgstr ""
466
 
467
- #: bws_menu.php:888
468
  msgid "Details"
469
  msgstr ""
470
 
 
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-17 12:13+0300\n"
6
+ "PO-Revision-Date: 2014-01-17 12:13+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Lothar Schiborr <lothar.schiborr@web.de>\n"
9
  "Language: \n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ captcha
22
+ #: bws_menu.php:339
23
  msgid "Not set"
24
  msgstr "Nicht festgelegt"
25
 
26
  # @ captcha
27
+ #: bws_menu.php:341
28
+ #: bws_menu.php:345
29
  msgid "On"
30
  msgstr "Ein"
31
 
32
  # @ captcha
33
+ #: bws_menu.php:343
34
+ #: bws_menu.php:347
35
  msgid "Off"
36
  msgstr "Ausgeschaltet"
37
 
38
  # @ captcha
 
 
39
  #: bws_menu.php:351
40
  #: bws_menu.php:355
41
  #: bws_menu.php:359
42
+ #: bws_menu.php:363
43
+ #: bws_menu.php:367
44
+ #: bws_menu.php:393
45
  msgid "N/A"
46
  msgstr "keine Angaben"
47
 
48
  # @ captcha
49
+ #: bws_menu.php:365
50
  msgid " Mb"
51
  msgstr " Mb"
52
 
53
  # @ captcha
 
 
54
  #: bws_menu.php:369
55
+ #: bws_menu.php:373
56
+ #: bws_menu.php:377
57
+ #: bws_menu.php:388
58
  msgid "Yes"
59
  msgstr "Ja"
60
 
61
  # @ captcha
 
 
62
  #: bws_menu.php:371
63
+ #: bws_menu.php:375
64
+ #: bws_menu.php:379
65
+ #: bws_menu.php:390
66
  msgid "No"
67
  msgstr "Nein"
68
 
69
  # @ captcha
70
+ #: bws_menu.php:404
71
  msgid "Operating System"
72
  msgstr "Betriebs-System"
73
 
74
  # @ captcha
75
+ #: bws_menu.php:405
76
  msgid "Server"
77
  msgstr "Server"
78
 
79
  # @ captcha
80
+ #: bws_menu.php:406
81
  msgid "Memory usage"
82
  msgstr "Speichernutzung"
83
 
84
  # @ captcha
85
+ #: bws_menu.php:407
86
  msgid "MYSQL Version"
87
  msgstr "MYSQL Version"
88
 
89
  # @ captcha
90
+ #: bws_menu.php:408
91
  msgid "SQL Mode"
92
  msgstr "SQL Modus"
93
 
94
  # @ captcha
95
+ #: bws_menu.php:409
96
  msgid "PHP Version"
97
  msgstr "PHP Version"
98
 
99
  # @ captcha
100
+ #: bws_menu.php:410
101
  msgid "PHP Safe Mode"
102
  msgstr "PHP Gesicherter Modus"
103
 
104
  # @ captcha
105
+ #: bws_menu.php:411
106
  msgid "PHP Allow URL fopen"
107
  msgstr "PHP Erlaubet URL zu öffnen (fopen)"
108
 
109
  # @ captcha
110
+ #: bws_menu.php:412
111
  msgid "PHP Memory Limit"
112
  msgstr "PHP Speicher-Grenze"
113
 
114
  # @ captcha
115
+ #: bws_menu.php:413
116
  msgid "PHP Max Upload Size"
117
  msgstr "PHP Maximale Upload Größe"
118
 
119
  # @ captcha
120
+ #: bws_menu.php:414
121
  msgid "PHP Max Post Size"
122
  msgstr "PHP Maximale Beitrags-Größe"
123
 
124
  # @ captcha
125
+ #: bws_menu.php:415
126
  msgid "PHP Max Script Execute Time"
127
  msgstr "PHP Maximale Script Ausführungszeit"
128
 
129
  # @ captcha
130
+ #: bws_menu.php:416
131
  msgid "PHP Exif support"
132
  msgstr "PHP Exif Support"
133
 
134
  # @ captcha
135
+ #: bws_menu.php:417
136
  msgid "PHP IPTC support"
137
  msgstr "PHP IPTC Support"
138
 
139
  # @ captcha
140
+ #: bws_menu.php:418
141
  msgid "PHP XML support"
142
  msgstr "PHP XML Support"
143
 
144
  # @ captcha
145
+ #: bws_menu.php:419
146
  msgid "Site URL"
147
  msgstr "Site URL"
148
 
149
  # @ captcha
150
+ #: bws_menu.php:420
151
  msgid "Home URL"
152
  msgstr "Home URL"
153
 
154
  # @ captcha
155
+ #: bws_menu.php:421
156
  msgid "WordPress Version"
157
  msgstr "WordPress Version"
158
 
159
  # @ captcha
160
+ #: bws_menu.php:422
161
  msgid "WordPress DB Version"
162
  msgstr "WordPress DB Version"
163
 
164
  # @ captcha
165
+ #: bws_menu.php:423
166
  msgid "Multisite"
167
  msgstr "Multisite"
168
 
169
  # @ captcha
170
+ #: bws_menu.php:424
171
  msgid "Active Theme"
172
  msgstr "Actives Theme"
173
 
174
  # @ captcha
175
+ #: bws_menu.php:440
176
  msgid "Please enter a valid email address."
177
  msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
178
 
179
  # @ captcha
180
+ #: bws_menu.php:444
181
  msgid "Email with system info is sent to "
182
  msgstr "E-Mail-mit System Informationen wird gesendet an "
183
 
184
  # @ captcha
185
+ #: bws_menu.php:448
186
  msgid "Thank you for contacting us."
187
  msgstr "Vielen Dank für Ihre Kontaktaufnahme."
188
 
189
  # @ captcha
190
+ #: bws_menu.php:476
191
  msgid "Sorry, email message could not be delivered."
192
  msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
193
 
194
+ #: bws_menu.php:488
195
  msgid "Switch to new interface"
196
  msgstr ""
197
 
198
  # @ captcha
199
+ #: bws_menu.php:495
200
  msgid "Pro plugins"
201
  msgstr "BWS Plugins"
202
 
203
  # @ captcha
204
+ #: bws_menu.php:498
205
+ #: bws_menu.php:524
206
  msgid "Activated plugins"
207
  msgstr "Aktivierte Plugins"
208
 
209
  # @ captcha
 
210
  #: bws_menu.php:500
211
  #: bws_menu.php:508
212
+ #: bws_menu.php:516
213
  #: bws_menu.php:526
214
  #: bws_menu.php:534
215
+ #: bws_menu.php:542
216
+ #: bws_menu.php:552
217
  #: bws_menu.php:559
218
+ #: bws_menu.php:567
219
  msgid "Read more"
220
  msgstr "Lesen Sie mehr"
221
 
222
  # @ captcha
223
+ #: bws_menu.php:500
224
+ #: bws_menu.php:526
225
+ #: bws_menu.php:678
226
+ #: bws_menu.php:706
227
  msgid "Settings"
228
  msgstr "Einstellungen"
229
 
230
  # @ captcha
231
+ #: bws_menu.php:506
232
+ #: bws_menu.php:532
233
+ #: bws_menu.php:658
234
  msgid "Installed plugins"
235
  msgstr "Installierte Plugins"
236
 
237
  # @ captcha
238
+ #: bws_menu.php:514
239
+ #: bws_menu.php:540
240
+ #: bws_menu.php:765
241
  msgid "Recommended plugins"
242
  msgstr "Empfohlene Plugins"
243
 
244
  # @ captcha
245
+ #: bws_menu.php:516
246
  msgid "Purchase"
247
  msgstr "Kaufen"
248
 
249
  # @ captcha
250
+ #: bws_menu.php:521
251
  msgid "Free plugins"
252
  msgstr "Freie Plugins"
253
 
254
  # @ captcha
255
+ #: bws_menu.php:542
256
+ #: bws_menu.php:567
257
  msgid "Download"
258
  msgstr "Herunterladen"
259
 
260
  # @ default
261
+ #: bws_menu.php:542
262
+ #: bws_menu.php:567
263
+ #: bws_menu.php:867
264
  #, php-format
265
  msgid "Install %s"
266
  msgstr "Installiere %s"
267
 
268
  # @ captcha
269
+ #: bws_menu.php:542
270
+ #: bws_menu.php:567
271
  msgid "Install now from wordpress.org"
272
  msgstr "Installiere jetzt von wordpress.org"
273
 
274
+ #: bws_menu.php:548
275
  msgid "Free themes"
276
  msgstr ""
277
 
278
  # @ captcha
279
+ #: bws_menu.php:551
280
  #, fuzzy
281
  msgid "Activated theme"
282
  msgstr "Actives Theme"
283
 
284
+ #: bws_menu.php:552
285
  #, php-format
286
  msgid "Customize &#8220;%s&#8221;"
287
  msgstr ""
288
 
289
+ #: bws_menu.php:552
290
  msgid "Customize"
291
  msgstr ""
292
 
293
  # @ default
294
+ #: bws_menu.php:557
295
  #, fuzzy
296
  msgid "Installed themes"
297
  msgstr "Installiere %s"
298
 
299
  # @ captcha
300
+ #: bws_menu.php:565
301
  #, fuzzy
302
  msgid "Recommended themes"
303
  msgstr "Empfohlene Plugins"
304
 
305
  # @ captcha
306
+ #: bws_menu.php:573
307
  msgid "If you have any questions, please contact us via"
308
  msgstr "Wenn Sie irgendwelche Fragen haben, kontaktieren Sie uns bitte über"
309
 
310
  # @ captcha
311
+ #: bws_menu.php:580
312
+ #: bws_menu.php:648
313
+ #: bws_menu.php:903
314
  msgid "System status"
315
  msgstr "System Status"
316
 
317
  # @ captcha
318
+ #: bws_menu.php:584
319
+ #: bws_menu.php:906
320
  msgid "Environment"
321
  msgstr "Umgebungsvariable"
322
 
323
  # @ captcha
324
+ #: bws_menu.php:595
325
+ #: bws_menu.php:917
326
  msgid "Active Plugins"
327
  msgstr "Aktivierte Plugins"
328
 
329
  # @ captcha
330
+ #: bws_menu.php:606
331
+ #: bws_menu.php:928
332
  msgid "Inactive Plugins"
333
  msgstr "Inactive Plugins"
334
 
335
  # @ captcha
336
+ #: bws_menu.php:620
337
+ #: bws_menu.php:942
338
  msgid "Send to support"
339
  msgstr "Sende zuzm Support"
340
 
341
  # @ captcha
342
+ #: bws_menu.php:627
343
+ #: bws_menu.php:949
344
  msgid "Send to custom email &#187;"
345
  msgstr "Senden Sie eine benutzerdefinierte E-Mail zu &#187;"
346
 
347
+ #: bws_menu.php:638
348
  msgid "Switch to old interface"
349
  msgstr ""
350
 
351
  # @ captcha
352
+ #: bws_menu.php:644
353
  #, fuzzy
354
  msgid "Plugins"
355
  msgstr "BWS Plugins"
356
 
357
+ #: bws_menu.php:646
358
  msgid "Themes"
359
  msgstr ""
360
 
361
+ #: bws_menu.php:652
362
  msgid "All"
363
  msgstr ""
364
 
365
  # @ default
366
+ #: bws_menu.php:653
367
  #, fuzzy
368
  msgid "Installed"
369
  msgstr "Installiere %s"
370
 
371
  # @ captcha
372
+ #: bws_menu.php:654
373
  #, fuzzy
374
  msgid "Recommended"
375
  msgstr "Empfohlene Plugins"
376
 
 
 
 
 
 
 
 
377
  # @ captcha
378
+ #: bws_menu.php:676
379
+ #: bws_menu.php:704
380
+ #: bws_menu.php:726
381
+ #: bws_menu.php:754
382
+ #: bws_menu.php:795
383
  #, fuzzy
384
  msgid "Learn more"
385
  msgstr "Lesen Sie mehr"
386
 
387
+ #: bws_menu.php:694
388
+ #: bws_menu.php:744
389
+ #: bws_menu.php:785
390
  msgid "Go"
391
  msgstr ""
392
 
393
+ #: bws_menu.php:698
394
+ #: bws_menu.php:748
395
+ #: bws_menu.php:789
396
  msgid "DONATE"
397
  msgstr ""
398
 
399
  # @ captcha
400
+ #: bws_menu.php:728
401
+ #: bws_menu.php:756
402
  #, fuzzy
403
  msgid "Activate this plugin"
404
  msgstr "Aktivierte Plugins"
405
 
406
  # @ captcha
407
+ #: bws_menu.php:728
408
+ #: bws_menu.php:756
409
  #, fuzzy
410
  msgid "Activate"
411
  msgstr "Aktivierte Plugins"
412
 
 
 
 
 
 
413
  # @ default
414
+ #: bws_menu.php:797
415
  #, fuzzy
416
  msgid "Install now"
417
  msgstr "Installiere %s"
418
 
419
+ #: bws_menu.php:819
420
  msgid "Try again"
421
  msgstr ""
422
 
423
+ #: bws_menu.php:836
424
  #, php-format
425
  msgid "Preview &#8220;%s&#8221;"
426
  msgstr ""
427
 
428
  # @ default
429
+ #: bws_menu.php:867
430
  #, fuzzy
431
  msgid "Install Now"
432
  msgstr "Installiere %s"
433
 
434
+ #: bws_menu.php:870
435
  #, php-format
436
  msgid "Update to version %s"
437
  msgstr ""
438
 
439
+ #: bws_menu.php:870
440
  msgid "Update"
441
  msgstr ""
442
 
443
+ #: bws_menu.php:877
444
  #, php-format
445
  msgid "Preview %s"
446
  msgstr ""
447
 
448
+ #: bws_menu.php:877
449
  msgid "Preview"
450
  msgstr ""
451
 
452
+ #: bws_menu.php:884
453
  #, php-format
454
  msgid "By %s"
455
  msgstr ""
456
 
457
+ #: bws_menu.php:890
458
  msgid "Details"
459
  msgstr ""
460
 
461
+ # @ default
462
+ #, fuzzy
463
+ #~ msgid "installed"
464
+ #~ msgstr "Installiere %s"
bws_menu/languages/bestwebsoft-fr_FR.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-01-06 15:14+0300\n"
6
- "PO-Revision-Date: 2014-01-06 15:14+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
@@ -17,393 +17,388 @@ msgstr ""
17
  "X-Generator: Poedit 1.5.7\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: bws_menu.php:331
21
  msgid "Not set"
22
  msgstr "Not set"
23
 
24
- #: bws_menu.php:333
25
- #: bws_menu.php:337
26
  msgid "On"
27
  msgstr "On"
28
 
29
- #: bws_menu.php:335
30
- #: bws_menu.php:339
31
  msgid "Off"
32
  msgstr "Off"
33
 
34
- #: bws_menu.php:343
35
- #: bws_menu.php:347
36
  #: bws_menu.php:351
37
  #: bws_menu.php:355
38
  #: bws_menu.php:359
39
- #: bws_menu.php:385
 
 
40
  msgid "N/A"
41
  msgstr "N/A"
42
 
43
- #: bws_menu.php:357
44
  msgid " Mb"
45
  msgstr " Mb"
46
 
47
- #: bws_menu.php:361
48
- #: bws_menu.php:365
49
  #: bws_menu.php:369
50
- #: bws_menu.php:380
 
 
51
  msgid "Yes"
52
  msgstr "Yes"
53
 
54
- #: bws_menu.php:363
55
- #: bws_menu.php:367
56
  #: bws_menu.php:371
57
- #: bws_menu.php:382
 
 
58
  msgid "No"
59
  msgstr "No"
60
 
61
- #: bws_menu.php:396
62
  msgid "Operating System"
63
  msgstr "Operating System"
64
 
65
- #: bws_menu.php:397
66
  msgid "Server"
67
  msgstr "Server"
68
 
69
- #: bws_menu.php:398
70
  msgid "Memory usage"
71
  msgstr "Memory usage"
72
 
73
- #: bws_menu.php:399
74
  msgid "MYSQL Version"
75
  msgstr "MYSQL Version"
76
 
77
- #: bws_menu.php:400
78
  msgid "SQL Mode"
79
  msgstr "SQL Mode"
80
 
81
- #: bws_menu.php:401
82
  msgid "PHP Version"
83
  msgstr "PHP Version"
84
 
85
- #: bws_menu.php:402
86
  msgid "PHP Safe Mode"
87
  msgstr "PHP Safe Mode"
88
 
89
- #: bws_menu.php:403
90
  msgid "PHP Allow URL fopen"
91
  msgstr "PHP Allow URL fopen"
92
 
93
- #: bws_menu.php:404
94
  msgid "PHP Memory Limit"
95
  msgstr "PHP Memory Limit"
96
 
97
- #: bws_menu.php:405
98
  msgid "PHP Max Upload Size"
99
  msgstr "PHP Max Upload Size"
100
 
101
- #: bws_menu.php:406
102
  msgid "PHP Max Post Size"
103
  msgstr "PHP Max Post Size"
104
 
105
- #: bws_menu.php:407
106
  msgid "PHP Max Script Execute Time"
107
  msgstr "PHP Max Script Execute Time"
108
 
109
- #: bws_menu.php:408
110
  msgid "PHP Exif support"
111
  msgstr "PHP Exif support"
112
 
113
- #: bws_menu.php:409
114
  msgid "PHP IPTC support"
115
  msgstr "PHP IPTC support"
116
 
117
- #: bws_menu.php:410
118
  msgid "PHP XML support"
119
  msgstr "PHP XML support"
120
 
121
- #: bws_menu.php:411
122
  msgid "Site URL"
123
  msgstr "Site URL"
124
 
125
- #: bws_menu.php:412
126
  msgid "Home URL"
127
  msgstr "Home URL"
128
 
129
- #: bws_menu.php:413
130
  msgid "WordPress Version"
131
  msgstr "WordPress Version"
132
 
133
- #: bws_menu.php:414
134
  msgid "WordPress DB Version"
135
  msgstr "WordPress DB Version"
136
 
137
- #: bws_menu.php:415
138
  msgid "Multisite"
139
  msgstr "Multisite"
140
 
141
- #: bws_menu.php:416
142
  msgid "Active Theme"
143
  msgstr "Active Theme"
144
 
145
- #: bws_menu.php:432
146
  msgid "Please enter a valid email address."
147
  msgstr "Merci de saisir une adresse e-mail valide."
148
 
149
- #: bws_menu.php:436
150
  msgid "Email with system info is sent to "
151
  msgstr "Le courriel avec les informations système est envoyé à"
152
 
153
- #: bws_menu.php:440
154
  msgid "Thank you for contacting us."
155
  msgstr "Merci de nous avoir contacté."
156
 
157
- #: bws_menu.php:468
158
  msgid "Sorry, email message could not be delivered."
159
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
160
 
161
- #: bws_menu.php:480
162
  msgid "Switch to new interface"
163
  msgstr ""
164
 
165
- #: bws_menu.php:487
166
  msgid "Pro plugins"
167
  msgstr "Plugins Pro"
168
 
169
- #: bws_menu.php:490
170
- #: bws_menu.php:516
171
  msgid "Activated plugins"
172
  msgstr "Plugin activé"
173
 
174
- #: bws_menu.php:492
175
  #: bws_menu.php:500
176
  #: bws_menu.php:508
177
- #: bws_menu.php:518
178
  #: bws_menu.php:526
179
  #: bws_menu.php:534
180
- #: bws_menu.php:544
181
- #: bws_menu.php:551
182
  #: bws_menu.php:559
 
183
  msgid "Read more"
184
  msgstr "Lire la suite"
185
 
186
- #: bws_menu.php:492
187
- #: bws_menu.php:518
188
- #: bws_menu.php:673
189
- #: bws_menu.php:701
190
  msgid "Settings"
191
  msgstr "Réglages"
192
 
193
- #: bws_menu.php:498
194
- #: bws_menu.php:524
195
- #: bws_menu.php:650
196
  msgid "Installed plugins"
197
  msgstr "Plugin installé"
198
 
199
- #: bws_menu.php:506
200
- #: bws_menu.php:532
201
- #: bws_menu.php:763
202
  msgid "Recommended plugins"
203
  msgstr "Plugin recommandé"
204
 
205
- #: bws_menu.php:508
206
  msgid "Purchase"
207
  msgstr "Achetez"
208
 
209
- #: bws_menu.php:513
210
  msgid "Free plugins"
211
  msgstr "Plugins gratuits"
212
 
213
- #: bws_menu.php:534
214
- #: bws_menu.php:559
215
  msgid "Download"
216
  msgstr "Téléchargement"
217
 
218
- #: bws_menu.php:534
219
- #: bws_menu.php:559
220
- #: bws_menu.php:865
221
  #, php-format
222
  msgid "Install %s"
223
  msgstr "%s installé"
224
 
225
- #: bws_menu.php:534
226
- #: bws_menu.php:559
227
  msgid "Install now from wordpress.org"
228
  msgstr "Installer maintenant depuis wordpress.org"
229
 
230
- #: bws_menu.php:540
231
  msgid "Free themes"
232
  msgstr ""
233
 
234
- #: bws_menu.php:543
235
  #, fuzzy
236
  msgid "Activated theme"
237
  msgstr "Active Theme"
238
 
239
- #: bws_menu.php:544
240
  #, php-format
241
  msgid "Customize &#8220;%s&#8221;"
242
  msgstr ""
243
 
244
- #: bws_menu.php:544
245
  msgid "Customize"
246
  msgstr ""
247
 
248
- #: bws_menu.php:549
249
  #, fuzzy
250
  msgid "Installed themes"
251
  msgstr "%s installé"
252
 
253
- #: bws_menu.php:557
254
  #, fuzzy
255
  msgid "Recommended themes"
256
  msgstr "Plugin recommandé"
257
 
258
- #: bws_menu.php:565
259
  msgid "If you have any questions, please contact us via"
260
  msgstr "Si vous avez des questions, merci de contacter via "
261
 
262
- #: bws_menu.php:572
263
- #: bws_menu.php:640
264
- #: bws_menu.php:901
265
  msgid "System status"
266
  msgstr "System status"
267
 
268
- #: bws_menu.php:576
269
- #: bws_menu.php:904
270
  msgid "Environment"
271
  msgstr "Environment"
272
 
273
- #: bws_menu.php:587
274
- #: bws_menu.php:915
275
  msgid "Active Plugins"
276
  msgstr "Plugin actifs"
277
 
278
- #: bws_menu.php:598
279
- #: bws_menu.php:926
280
  msgid "Inactive Plugins"
281
  msgstr "Plugin inactifs"
282
 
283
- #: bws_menu.php:612
284
- #: bws_menu.php:940
285
  msgid "Send to support"
286
  msgstr "Envoyé au support"
287
 
288
- #: bws_menu.php:619
289
- #: bws_menu.php:947
290
  msgid "Send to custom email &#187;"
291
  msgstr "Envoyer un e-mail spécifique &#187;"
292
 
293
- #: bws_menu.php:630
294
  msgid "Switch to old interface"
295
  msgstr ""
296
 
297
- #: bws_menu.php:636
298
  #, fuzzy
299
  msgid "Plugins"
300
  msgstr "Plugins Pro"
301
 
302
- #: bws_menu.php:638
303
  msgid "Themes"
304
  msgstr ""
305
 
306
- #: bws_menu.php:644
307
  msgid "All"
308
  msgstr ""
309
 
310
- #: bws_menu.php:645
311
  #, fuzzy
312
  msgid "Installed"
313
  msgstr "%s installé"
314
 
315
- #: bws_menu.php:646
316
  #, fuzzy
317
  msgid "Recommended"
318
  msgstr "Plugin recommandé"
319
 
320
- #: bws_menu.php:666
321
- #: bws_menu.php:719
322
- #, fuzzy
323
- msgid "installed"
324
- msgstr "%s installé"
325
-
326
- #: bws_menu.php:671
327
- #: bws_menu.php:699
328
- #: bws_menu.php:724
329
- #: bws_menu.php:752
330
- #: bws_menu.php:793
331
  #, fuzzy
332
  msgid "Learn more"
333
  msgstr "Lire la suite"
334
 
335
- #: bws_menu.php:689
336
- #: bws_menu.php:742
337
- #: bws_menu.php:783
338
  msgid "Go"
339
  msgstr ""
340
 
341
- #: bws_menu.php:693
 
 
342
  msgid "DONATE"
343
  msgstr ""
344
 
345
- #: bws_menu.php:726
346
- #: bws_menu.php:754
347
  #, fuzzy
348
  msgid "Activate this plugin"
349
  msgstr "Plugin activé"
350
 
351
- #: bws_menu.php:726
352
- #: bws_menu.php:754
353
  #, fuzzy
354
  msgid "Activate"
355
  msgstr "Activé le captcha"
356
 
357
- #: bws_menu.php:746
358
- #: bws_menu.php:787
359
- msgid "Donate"
360
- msgstr ""
361
-
362
- #: bws_menu.php:795
363
  #, fuzzy
364
  msgid "Install now"
365
  msgstr "Installa Ora"
366
 
367
- #: bws_menu.php:817
368
  msgid "Try again"
369
  msgstr ""
370
 
371
- #: bws_menu.php:834
372
  #, php-format
373
  msgid "Preview &#8220;%s&#8221;"
374
  msgstr ""
375
 
376
- #: bws_menu.php:865
377
  msgid "Install Now"
378
  msgstr "Installa Ora"
379
 
380
- #: bws_menu.php:868
381
  #, php-format
382
  msgid "Update to version %s"
383
  msgstr ""
384
 
385
- #: bws_menu.php:868
386
  msgid "Update"
387
  msgstr ""
388
 
389
- #: bws_menu.php:875
390
  #, php-format
391
  msgid "Preview %s"
392
  msgstr ""
393
 
394
- #: bws_menu.php:875
395
  msgid "Preview"
396
  msgstr ""
397
 
398
- #: bws_menu.php:882
399
  #, php-format
400
  msgid "By %s"
401
  msgstr ""
402
 
403
- #: bws_menu.php:888
404
  msgid "Details"
405
  msgstr ""
406
 
 
 
 
 
407
  #~ msgid "Contact Form Settings"
408
  #~ msgstr "Options du formulaire de Contact"
409
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-17 12:13+0300\n"
6
+ "PO-Revision-Date: 2014-01-17 12:13+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
17
  "X-Generator: Poedit 1.5.7\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: bws_menu.php:339
21
  msgid "Not set"
22
  msgstr "Not set"
23
 
24
+ #: bws_menu.php:341
25
+ #: bws_menu.php:345
26
  msgid "On"
27
  msgstr "On"
28
 
29
+ #: bws_menu.php:343
30
+ #: bws_menu.php:347
31
  msgid "Off"
32
  msgstr "Off"
33
 
 
 
34
  #: bws_menu.php:351
35
  #: bws_menu.php:355
36
  #: bws_menu.php:359
37
+ #: bws_menu.php:363
38
+ #: bws_menu.php:367
39
+ #: bws_menu.php:393
40
  msgid "N/A"
41
  msgstr "N/A"
42
 
43
+ #: bws_menu.php:365
44
  msgid " Mb"
45
  msgstr " Mb"
46
 
 
 
47
  #: bws_menu.php:369
48
+ #: bws_menu.php:373
49
+ #: bws_menu.php:377
50
+ #: bws_menu.php:388
51
  msgid "Yes"
52
  msgstr "Yes"
53
 
 
 
54
  #: bws_menu.php:371
55
+ #: bws_menu.php:375
56
+ #: bws_menu.php:379
57
+ #: bws_menu.php:390
58
  msgid "No"
59
  msgstr "No"
60
 
61
+ #: bws_menu.php:404
62
  msgid "Operating System"
63
  msgstr "Operating System"
64
 
65
+ #: bws_menu.php:405
66
  msgid "Server"
67
  msgstr "Server"
68
 
69
+ #: bws_menu.php:406
70
  msgid "Memory usage"
71
  msgstr "Memory usage"
72
 
73
+ #: bws_menu.php:407
74
  msgid "MYSQL Version"
75
  msgstr "MYSQL Version"
76
 
77
+ #: bws_menu.php:408
78
  msgid "SQL Mode"
79
  msgstr "SQL Mode"
80
 
81
+ #: bws_menu.php:409
82
  msgid "PHP Version"
83
  msgstr "PHP Version"
84
 
85
+ #: bws_menu.php:410
86
  msgid "PHP Safe Mode"
87
  msgstr "PHP Safe Mode"
88
 
89
+ #: bws_menu.php:411
90
  msgid "PHP Allow URL fopen"
91
  msgstr "PHP Allow URL fopen"
92
 
93
+ #: bws_menu.php:412
94
  msgid "PHP Memory Limit"
95
  msgstr "PHP Memory Limit"
96
 
97
+ #: bws_menu.php:413
98
  msgid "PHP Max Upload Size"
99
  msgstr "PHP Max Upload Size"
100
 
101
+ #: bws_menu.php:414
102
  msgid "PHP Max Post Size"
103
  msgstr "PHP Max Post Size"
104
 
105
+ #: bws_menu.php:415
106
  msgid "PHP Max Script Execute Time"
107
  msgstr "PHP Max Script Execute Time"
108
 
109
+ #: bws_menu.php:416
110
  msgid "PHP Exif support"
111
  msgstr "PHP Exif support"
112
 
113
+ #: bws_menu.php:417
114
  msgid "PHP IPTC support"
115
  msgstr "PHP IPTC support"
116
 
117
+ #: bws_menu.php:418
118
  msgid "PHP XML support"
119
  msgstr "PHP XML support"
120
 
121
+ #: bws_menu.php:419
122
  msgid "Site URL"
123
  msgstr "Site URL"
124
 
125
+ #: bws_menu.php:420
126
  msgid "Home URL"
127
  msgstr "Home URL"
128
 
129
+ #: bws_menu.php:421
130
  msgid "WordPress Version"
131
  msgstr "WordPress Version"
132
 
133
+ #: bws_menu.php:422
134
  msgid "WordPress DB Version"
135
  msgstr "WordPress DB Version"
136
 
137
+ #: bws_menu.php:423
138
  msgid "Multisite"
139
  msgstr "Multisite"
140
 
141
+ #: bws_menu.php:424
142
  msgid "Active Theme"
143
  msgstr "Active Theme"
144
 
145
+ #: bws_menu.php:440
146
  msgid "Please enter a valid email address."
147
  msgstr "Merci de saisir une adresse e-mail valide."
148
 
149
+ #: bws_menu.php:444
150
  msgid "Email with system info is sent to "
151
  msgstr "Le courriel avec les informations système est envoyé à"
152
 
153
+ #: bws_menu.php:448
154
  msgid "Thank you for contacting us."
155
  msgstr "Merci de nous avoir contacté."
156
 
157
+ #: bws_menu.php:476
158
  msgid "Sorry, email message could not be delivered."
159
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
160
 
161
+ #: bws_menu.php:488
162
  msgid "Switch to new interface"
163
  msgstr ""
164
 
165
+ #: bws_menu.php:495
166
  msgid "Pro plugins"
167
  msgstr "Plugins Pro"
168
 
169
+ #: bws_menu.php:498
170
+ #: bws_menu.php:524
171
  msgid "Activated plugins"
172
  msgstr "Plugin activé"
173
 
 
174
  #: bws_menu.php:500
175
  #: bws_menu.php:508
176
+ #: bws_menu.php:516
177
  #: bws_menu.php:526
178
  #: bws_menu.php:534
179
+ #: bws_menu.php:542
180
+ #: bws_menu.php:552
181
  #: bws_menu.php:559
182
+ #: bws_menu.php:567
183
  msgid "Read more"
184
  msgstr "Lire la suite"
185
 
186
+ #: bws_menu.php:500
187
+ #: bws_menu.php:526
188
+ #: bws_menu.php:678
189
+ #: bws_menu.php:706
190
  msgid "Settings"
191
  msgstr "Réglages"
192
 
193
+ #: bws_menu.php:506
194
+ #: bws_menu.php:532
195
+ #: bws_menu.php:658
196
  msgid "Installed plugins"
197
  msgstr "Plugin installé"
198
 
199
+ #: bws_menu.php:514
200
+ #: bws_menu.php:540
201
+ #: bws_menu.php:765
202
  msgid "Recommended plugins"
203
  msgstr "Plugin recommandé"
204
 
205
+ #: bws_menu.php:516
206
  msgid "Purchase"
207
  msgstr "Achetez"
208
 
209
+ #: bws_menu.php:521
210
  msgid "Free plugins"
211
  msgstr "Plugins gratuits"
212
 
213
+ #: bws_menu.php:542
214
+ #: bws_menu.php:567
215
  msgid "Download"
216
  msgstr "Téléchargement"
217
 
218
+ #: bws_menu.php:542
219
+ #: bws_menu.php:567
220
+ #: bws_menu.php:867
221
  #, php-format
222
  msgid "Install %s"
223
  msgstr "%s installé"
224
 
225
+ #: bws_menu.php:542
226
+ #: bws_menu.php:567
227
  msgid "Install now from wordpress.org"
228
  msgstr "Installer maintenant depuis wordpress.org"
229
 
230
+ #: bws_menu.php:548
231
  msgid "Free themes"
232
  msgstr ""
233
 
234
+ #: bws_menu.php:551
235
  #, fuzzy
236
  msgid "Activated theme"
237
  msgstr "Active Theme"
238
 
239
+ #: bws_menu.php:552
240
  #, php-format
241
  msgid "Customize &#8220;%s&#8221;"
242
  msgstr ""
243
 
244
+ #: bws_menu.php:552
245
  msgid "Customize"
246
  msgstr ""
247
 
248
+ #: bws_menu.php:557
249
  #, fuzzy
250
  msgid "Installed themes"
251
  msgstr "%s installé"
252
 
253
+ #: bws_menu.php:565
254
  #, fuzzy
255
  msgid "Recommended themes"
256
  msgstr "Plugin recommandé"
257
 
258
+ #: bws_menu.php:573
259
  msgid "If you have any questions, please contact us via"
260
  msgstr "Si vous avez des questions, merci de contacter via "
261
 
262
+ #: bws_menu.php:580
263
+ #: bws_menu.php:648
264
+ #: bws_menu.php:903
265
  msgid "System status"
266
  msgstr "System status"
267
 
268
+ #: bws_menu.php:584
269
+ #: bws_menu.php:906
270
  msgid "Environment"
271
  msgstr "Environment"
272
 
273
+ #: bws_menu.php:595
274
+ #: bws_menu.php:917
275
  msgid "Active Plugins"
276
  msgstr "Plugin actifs"
277
 
278
+ #: bws_menu.php:606
279
+ #: bws_menu.php:928
280
  msgid "Inactive Plugins"
281
  msgstr "Plugin inactifs"
282
 
283
+ #: bws_menu.php:620
284
+ #: bws_menu.php:942
285
  msgid "Send to support"
286
  msgstr "Envoyé au support"
287
 
288
+ #: bws_menu.php:627
289
+ #: bws_menu.php:949
290
  msgid "Send to custom email &#187;"
291
  msgstr "Envoyer un e-mail spécifique &#187;"
292
 
293
+ #: bws_menu.php:638
294
  msgid "Switch to old interface"
295
  msgstr ""
296
 
297
+ #: bws_menu.php:644
298
  #, fuzzy
299
  msgid "Plugins"
300
  msgstr "Plugins Pro"
301
 
302
+ #: bws_menu.php:646
303
  msgid "Themes"
304
  msgstr ""
305
 
306
+ #: bws_menu.php:652
307
  msgid "All"
308
  msgstr ""
309
 
310
+ #: bws_menu.php:653
311
  #, fuzzy
312
  msgid "Installed"
313
  msgstr "%s installé"
314
 
315
+ #: bws_menu.php:654
316
  #, fuzzy
317
  msgid "Recommended"
318
  msgstr "Plugin recommandé"
319
 
320
+ #: bws_menu.php:676
321
+ #: bws_menu.php:704
322
+ #: bws_menu.php:726
323
+ #: bws_menu.php:754
324
+ #: bws_menu.php:795
 
 
 
 
 
 
325
  #, fuzzy
326
  msgid "Learn more"
327
  msgstr "Lire la suite"
328
 
329
+ #: bws_menu.php:694
330
+ #: bws_menu.php:744
331
+ #: bws_menu.php:785
332
  msgid "Go"
333
  msgstr ""
334
 
335
+ #: bws_menu.php:698
336
+ #: bws_menu.php:748
337
+ #: bws_menu.php:789
338
  msgid "DONATE"
339
  msgstr ""
340
 
341
+ #: bws_menu.php:728
342
+ #: bws_menu.php:756
343
  #, fuzzy
344
  msgid "Activate this plugin"
345
  msgstr "Plugin activé"
346
 
347
+ #: bws_menu.php:728
348
+ #: bws_menu.php:756
349
  #, fuzzy
350
  msgid "Activate"
351
  msgstr "Activé le captcha"
352
 
353
+ #: bws_menu.php:797
 
 
 
 
 
354
  #, fuzzy
355
  msgid "Install now"
356
  msgstr "Installa Ora"
357
 
358
+ #: bws_menu.php:819
359
  msgid "Try again"
360
  msgstr ""
361
 
362
+ #: bws_menu.php:836
363
  #, php-format
364
  msgid "Preview &#8220;%s&#8221;"
365
  msgstr ""
366
 
367
+ #: bws_menu.php:867
368
  msgid "Install Now"
369
  msgstr "Installa Ora"
370
 
371
+ #: bws_menu.php:870
372
  #, php-format
373
  msgid "Update to version %s"
374
  msgstr ""
375
 
376
+ #: bws_menu.php:870
377
  msgid "Update"
378
  msgstr ""
379
 
380
+ #: bws_menu.php:877
381
  #, php-format
382
  msgid "Preview %s"
383
  msgstr ""
384
 
385
+ #: bws_menu.php:877
386
  msgid "Preview"
387
  msgstr ""
388
 
389
+ #: bws_menu.php:884
390
  #, php-format
391
  msgid "By %s"
392
  msgstr ""
393
 
394
+ #: bws_menu.php:890
395
  msgid "Details"
396
  msgstr ""
397
 
398
+ #, fuzzy
399
+ #~ msgid "installed"
400
+ #~ msgstr "%s installé"
401
+
402
  #~ msgid "Contact Form Settings"
403
  #~ msgstr "Options du formulaire de Contact"
404
 
bws_menu/languages/bestwebsoft-it_IT.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-it_IT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-01-06 15:14+0300\n"
6
- "PO-Revision-Date: 2014-01-06 15:14+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Marco <marco@blackstudio.it>\n"
9
  "Language: \n"
@@ -19,456 +19,451 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ bestwebsoft
22
- #: bws_menu.php:331
23
  msgid "Not set"
24
  msgstr "Non impostato"
25
 
26
  # @ bestwebsoft
27
- #: bws_menu.php:333
28
- #: bws_menu.php:337
29
  msgid "On"
30
  msgstr "Abilitato"
31
 
32
  # @ bestwebsoft
33
- #: bws_menu.php:335
34
- #: bws_menu.php:339
35
  msgid "Off"
36
  msgstr "Disabilitato"
37
 
38
  # @ bestwebsoft
39
- #: bws_menu.php:343
40
- #: bws_menu.php:347
41
  #: bws_menu.php:351
42
  #: bws_menu.php:355
43
  #: bws_menu.php:359
44
- #: bws_menu.php:385
 
 
45
  msgid "N/A"
46
  msgstr "Non disponibile"
47
 
48
  # @ bestwebsoft
49
- #: bws_menu.php:357
50
  msgid " Mb"
51
  msgstr "Mb"
52
 
53
  # @ bestwebsoft
54
- #: bws_menu.php:361
55
- #: bws_menu.php:365
56
  #: bws_menu.php:369
57
- #: bws_menu.php:380
 
 
58
  msgid "Yes"
59
  msgstr "Sì"
60
 
61
  # @ bestwebsoft
62
- #: bws_menu.php:363
63
- #: bws_menu.php:367
64
  #: bws_menu.php:371
65
- #: bws_menu.php:382
 
 
66
  msgid "No"
67
  msgstr "No"
68
 
69
  # @ bestwebsoft
70
- #: bws_menu.php:396
71
  msgid "Operating System"
72
  msgstr "Sistema operativo"
73
 
74
  # @ bestwebsoft
75
- #: bws_menu.php:397
76
  msgid "Server"
77
  msgstr "Server"
78
 
79
  # @ bestwebsoft
80
- #: bws_menu.php:398
81
  msgid "Memory usage"
82
  msgstr "Utilizzo memoria"
83
 
84
  # @ bestwebsoft
85
- #: bws_menu.php:399
86
  msgid "MYSQL Version"
87
  msgstr "Versione MYSQL"
88
 
89
  # @ bestwebsoft
90
- #: bws_menu.php:400
91
  msgid "SQL Mode"
92
  msgstr "Modalità SQL"
93
 
94
  # @ bestwebsoft
95
- #: bws_menu.php:401
96
  msgid "PHP Version"
97
  msgstr "Versione PHP"
98
 
99
  # @ bestwebsoft
100
- #: bws_menu.php:402
101
  msgid "PHP Safe Mode"
102
  msgstr "Safe Mode PHP"
103
 
104
  # @ bestwebsoft
105
- #: bws_menu.php:403
106
  msgid "PHP Allow URL fopen"
107
  msgstr "Consenti URL fopen PHP"
108
 
109
  # @ bestwebsoft
110
- #: bws_menu.php:404
111
  msgid "PHP Memory Limit"
112
  msgstr "Limite di memoria PHP"
113
 
114
  # @ bestwebsoft
115
- #: bws_menu.php:405
116
  msgid "PHP Max Upload Size"
117
  msgstr "Dimensione upload massima PHP"
118
 
119
  # @ bestwebsoft
120
- #: bws_menu.php:406
121
  msgid "PHP Max Post Size"
122
  msgstr "Dimensione massima Post PHP"
123
 
124
  # @ bestwebsoft
125
- #: bws_menu.php:407
126
  msgid "PHP Max Script Execute Time"
127
  msgstr "Tempo massimo di esecuzione PHP"
128
 
129
  # @ bestwebsoft
130
- #: bws_menu.php:408
131
  msgid "PHP Exif support"
132
  msgstr "Supporto Exif PHP"
133
 
134
  # @ bestwebsoft
135
- #: bws_menu.php:409
136
  msgid "PHP IPTC support"
137
  msgstr "Supporto IPTC PHP"
138
 
139
  # @ bestwebsoft
140
- #: bws_menu.php:410
141
  msgid "PHP XML support"
142
  msgstr "Supporto XML PHP"
143
 
144
  # @ bestwebsoft
145
- #: bws_menu.php:411
146
  msgid "Site URL"
147
  msgstr "URL sito"
148
 
149
  # @ bestwebsoft
150
- #: bws_menu.php:412
151
  msgid "Home URL"
152
  msgstr "URL home"
153
 
154
  # @ bestwebsoft
155
- #: bws_menu.php:413
156
  msgid "WordPress Version"
157
  msgstr "Versione WordPress"
158
 
159
  # @ bestwebsoft
160
- #: bws_menu.php:414
161
  msgid "WordPress DB Version"
162
  msgstr "Versione DB WordPress"
163
 
164
  # @ bestwebsoft
165
- #: bws_menu.php:415
166
  msgid "Multisite"
167
  msgstr "Multisito"
168
 
169
  # @ bestwebsoft
170
- #: bws_menu.php:416
171
  msgid "Active Theme"
172
  msgstr "Tema attivo"
173
 
174
  # @ bestwebsoft
175
- #: bws_menu.php:432
176
  msgid "Please enter a valid email address."
177
  msgstr "Per favore inserisci un indirizzo e-mail valido."
178
 
179
  # @ bestwebsoft
180
- #: bws_menu.php:436
181
  msgid "Email with system info is sent to "
182
  msgstr "Email con informazioni di sistema spedita a "
183
 
184
  # @ bestwebsoft
185
- #: bws_menu.php:440
186
  msgid "Thank you for contacting us."
187
  msgstr "Grazie per averci contattato."
188
 
189
  # @ bestwebsoft
190
- #: bws_menu.php:468
191
  msgid "Sorry, email message could not be delivered."
192
  msgstr "Spiacenti, il messaggio email non può essere inviato."
193
 
194
- #: bws_menu.php:480
195
  msgid "Switch to new interface"
196
  msgstr ""
197
 
198
  # @ bestwebsoft
199
- #: bws_menu.php:487
200
  msgid "Pro plugins"
201
  msgstr "Plugin Pro"
202
 
203
  # @ bestwebsoft
204
- #: bws_menu.php:490
205
- #: bws_menu.php:516
206
  msgid "Activated plugins"
207
  msgstr "Plugin attivi"
208
 
209
  # @ bestwebsoft
210
- #: bws_menu.php:492
211
  #: bws_menu.php:500
212
  #: bws_menu.php:508
213
- #: bws_menu.php:518
214
  #: bws_menu.php:526
215
  #: bws_menu.php:534
216
- #: bws_menu.php:544
217
- #: bws_menu.php:551
218
  #: bws_menu.php:559
 
219
  msgid "Read more"
220
  msgstr "Leggi tutto"
221
 
222
  # @ bestwebsoft
223
  # @ captcha
224
- #: bws_menu.php:492
225
- #: bws_menu.php:518
226
- #: bws_menu.php:673
227
- #: bws_menu.php:701
228
  msgid "Settings"
229
  msgstr "Impostazioni"
230
 
231
  # @ bestwebsoft
232
- #: bws_menu.php:498
233
- #: bws_menu.php:524
234
- #: bws_menu.php:650
235
  msgid "Installed plugins"
236
  msgstr "Plugin installati"
237
 
238
  # @ bestwebsoft
239
- #: bws_menu.php:506
240
- #: bws_menu.php:532
241
- #: bws_menu.php:763
242
  msgid "Recommended plugins"
243
  msgstr "Plugin raccomandati"
244
 
245
  # @ bestwebsoft
246
- #: bws_menu.php:508
247
  msgid "Purchase"
248
  msgstr "Acquista"
249
 
250
  # @ bestwebsoft
251
- #: bws_menu.php:513
252
  msgid "Free plugins"
253
  msgstr "Plugin gratuiti"
254
 
255
  # @ bestwebsoft
256
- #: bws_menu.php:534
257
- #: bws_menu.php:559
258
  msgid "Download"
259
  msgstr "Scarica"
260
 
261
  # @ default
262
- #: bws_menu.php:534
263
- #: bws_menu.php:559
264
- #: bws_menu.php:865
265
  #, php-format
266
  msgid "Install %s"
267
  msgstr "Installa %s"
268
 
269
  # @ bestwebsoft
270
- #: bws_menu.php:534
271
- #: bws_menu.php:559
272
  msgid "Install now from wordpress.org"
273
  msgstr "Installa ora da wordpress.org"
274
 
275
- #: bws_menu.php:540
276
  msgid "Free themes"
277
  msgstr ""
278
 
279
  # @ bestwebsoft
280
- #: bws_menu.php:543
281
  #, fuzzy
282
  msgid "Activated theme"
283
  msgstr "Tema attivo"
284
 
285
- #: bws_menu.php:544
286
  #, php-format
287
  msgid "Customize &#8220;%s&#8221;"
288
  msgstr ""
289
 
290
- #: bws_menu.php:544
291
  msgid "Customize"
292
  msgstr ""
293
 
294
  # @ default
295
- #: bws_menu.php:549
296
  #, fuzzy
297
  msgid "Installed themes"
298
  msgstr "Installa %s"
299
 
300
  # @ bestwebsoft
301
- #: bws_menu.php:557
302
  #, fuzzy
303
  msgid "Recommended themes"
304
  msgstr "Plugin raccomandati"
305
 
306
  # @ bestwebsoft
307
- #: bws_menu.php:565
308
  msgid "If you have any questions, please contact us via"
309
  msgstr "Se hai domande, contattaci tramite"
310
 
311
  # @ bestwebsoft
312
- #: bws_menu.php:572
313
- #: bws_menu.php:640
314
- #: bws_menu.php:901
315
  msgid "System status"
316
  msgstr "Stato sistema"
317
 
318
  # @ bestwebsoft
319
- #: bws_menu.php:576
320
- #: bws_menu.php:904
321
  msgid "Environment"
322
  msgstr "Ambiente"
323
 
324
  # @ bestwebsoft
325
- #: bws_menu.php:587
326
- #: bws_menu.php:915
327
  msgid "Active Plugins"
328
  msgstr "Plugin attivi"
329
 
330
  # @ bestwebsoft
331
- #: bws_menu.php:598
332
- #: bws_menu.php:926
333
  msgid "Inactive Plugins"
334
  msgstr "Plugin inattivi"
335
 
336
  # @ bestwebsoft
337
- #: bws_menu.php:612
338
- #: bws_menu.php:940
339
  msgid "Send to support"
340
  msgstr "Invia al supporto"
341
 
342
  # @ bestwebsoft
343
- #: bws_menu.php:619
344
- #: bws_menu.php:947
345
  msgid "Send to custom email &#187;"
346
  msgstr "Invia a una email personalizzata &#187;"
347
 
348
- #: bws_menu.php:630
349
  msgid "Switch to old interface"
350
  msgstr ""
351
 
352
  # @ bestwebsoft
353
- #: bws_menu.php:636
354
  #, fuzzy
355
  msgid "Plugins"
356
  msgstr "Plugin Pro"
357
 
358
- #: bws_menu.php:638
359
  msgid "Themes"
360
  msgstr ""
361
 
362
- #: bws_menu.php:644
363
  msgid "All"
364
  msgstr ""
365
 
366
  # @ default
367
- #: bws_menu.php:645
368
  #, fuzzy
369
  msgid "Installed"
370
  msgstr "Installa %s"
371
 
372
  # @ bestwebsoft
373
- #: bws_menu.php:646
374
  #, fuzzy
375
  msgid "Recommended"
376
  msgstr "Plugin raccomandati"
377
 
378
- # @ default
379
- #: bws_menu.php:666
380
- #: bws_menu.php:719
381
- #, fuzzy
382
- msgid "installed"
383
- msgstr "Installa %s"
384
-
385
  # @ bestwebsoft
386
- #: bws_menu.php:671
387
- #: bws_menu.php:699
388
- #: bws_menu.php:724
389
- #: bws_menu.php:752
390
- #: bws_menu.php:793
391
  #, fuzzy
392
  msgid "Learn more"
393
  msgstr "Leggi tutto"
394
 
395
- #: bws_menu.php:689
396
- #: bws_menu.php:742
397
- #: bws_menu.php:783
398
  msgid "Go"
399
  msgstr ""
400
 
401
- #: bws_menu.php:693
 
 
402
  msgid "DONATE"
403
  msgstr ""
404
 
405
  # @ bestwebsoft
406
- #: bws_menu.php:726
407
- #: bws_menu.php:754
408
  #, fuzzy
409
  msgid "Activate this plugin"
410
  msgstr "Plugin attivi"
411
 
412
  # @ bestwebsoft
413
- #: bws_menu.php:726
414
- #: bws_menu.php:754
415
  #, fuzzy
416
  msgid "Activate"
417
  msgstr "Plugin attivi"
418
 
419
- #: bws_menu.php:746
420
- #: bws_menu.php:787
421
- msgid "Donate"
422
- msgstr ""
423
-
424
  # @ default
425
- #: bws_menu.php:795
426
  #, fuzzy
427
  msgid "Install now"
428
  msgstr "Installa %s"
429
 
430
- #: bws_menu.php:817
431
  msgid "Try again"
432
  msgstr ""
433
 
434
- #: bws_menu.php:834
435
  #, php-format
436
  msgid "Preview &#8220;%s&#8221;"
437
  msgstr ""
438
 
439
  # @ default
440
- #: bws_menu.php:865
441
  #, fuzzy
442
  msgid "Install Now"
443
  msgstr "Installa %s"
444
 
445
- #: bws_menu.php:868
446
  #, php-format
447
  msgid "Update to version %s"
448
  msgstr ""
449
 
450
- #: bws_menu.php:868
451
  msgid "Update"
452
  msgstr ""
453
 
454
- #: bws_menu.php:875
455
  #, php-format
456
  msgid "Preview %s"
457
  msgstr ""
458
 
459
- #: bws_menu.php:875
460
  msgid "Preview"
461
  msgstr ""
462
 
463
- #: bws_menu.php:882
464
  #, php-format
465
  msgid "By %s"
466
  msgstr ""
467
 
468
- #: bws_menu.php:888
469
  msgid "Details"
470
  msgstr ""
471
 
 
 
 
 
 
472
  # @ captcha
473
  #, fuzzy
474
  #~ msgid "Captcha Settings"
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-17 12:13+0300\n"
6
+ "PO-Revision-Date: 2014-01-17 12:13+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Marco <marco@blackstudio.it>\n"
9
  "Language: \n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ bestwebsoft
22
+ #: bws_menu.php:339
23
  msgid "Not set"
24
  msgstr "Non impostato"
25
 
26
  # @ bestwebsoft
27
+ #: bws_menu.php:341
28
+ #: bws_menu.php:345
29
  msgid "On"
30
  msgstr "Abilitato"
31
 
32
  # @ bestwebsoft
33
+ #: bws_menu.php:343
34
+ #: bws_menu.php:347
35
  msgid "Off"
36
  msgstr "Disabilitato"
37
 
38
  # @ bestwebsoft
 
 
39
  #: bws_menu.php:351
40
  #: bws_menu.php:355
41
  #: bws_menu.php:359
42
+ #: bws_menu.php:363
43
+ #: bws_menu.php:367
44
+ #: bws_menu.php:393
45
  msgid "N/A"
46
  msgstr "Non disponibile"
47
 
48
  # @ bestwebsoft
49
+ #: bws_menu.php:365
50
  msgid " Mb"
51
  msgstr "Mb"
52
 
53
  # @ bestwebsoft
 
 
54
  #: bws_menu.php:369
55
+ #: bws_menu.php:373
56
+ #: bws_menu.php:377
57
+ #: bws_menu.php:388
58
  msgid "Yes"
59
  msgstr "Sì"
60
 
61
  # @ bestwebsoft
 
 
62
  #: bws_menu.php:371
63
+ #: bws_menu.php:375
64
+ #: bws_menu.php:379
65
+ #: bws_menu.php:390
66
  msgid "No"
67
  msgstr "No"
68
 
69
  # @ bestwebsoft
70
+ #: bws_menu.php:404
71
  msgid "Operating System"
72
  msgstr "Sistema operativo"
73
 
74
  # @ bestwebsoft
75
+ #: bws_menu.php:405
76
  msgid "Server"
77
  msgstr "Server"
78
 
79
  # @ bestwebsoft
80
+ #: bws_menu.php:406
81
  msgid "Memory usage"
82
  msgstr "Utilizzo memoria"
83
 
84
  # @ bestwebsoft
85
+ #: bws_menu.php:407
86
  msgid "MYSQL Version"
87
  msgstr "Versione MYSQL"
88
 
89
  # @ bestwebsoft
90
+ #: bws_menu.php:408
91
  msgid "SQL Mode"
92
  msgstr "Modalità SQL"
93
 
94
  # @ bestwebsoft
95
+ #: bws_menu.php:409
96
  msgid "PHP Version"
97
  msgstr "Versione PHP"
98
 
99
  # @ bestwebsoft
100
+ #: bws_menu.php:410
101
  msgid "PHP Safe Mode"
102
  msgstr "Safe Mode PHP"
103
 
104
  # @ bestwebsoft
105
+ #: bws_menu.php:411
106
  msgid "PHP Allow URL fopen"
107
  msgstr "Consenti URL fopen PHP"
108
 
109
  # @ bestwebsoft
110
+ #: bws_menu.php:412
111
  msgid "PHP Memory Limit"
112
  msgstr "Limite di memoria PHP"
113
 
114
  # @ bestwebsoft
115
+ #: bws_menu.php:413
116
  msgid "PHP Max Upload Size"
117
  msgstr "Dimensione upload massima PHP"
118
 
119
  # @ bestwebsoft
120
+ #: bws_menu.php:414
121
  msgid "PHP Max Post Size"
122
  msgstr "Dimensione massima Post PHP"
123
 
124
  # @ bestwebsoft
125
+ #: bws_menu.php:415
126
  msgid "PHP Max Script Execute Time"
127
  msgstr "Tempo massimo di esecuzione PHP"
128
 
129
  # @ bestwebsoft
130
+ #: bws_menu.php:416
131
  msgid "PHP Exif support"
132
  msgstr "Supporto Exif PHP"
133
 
134
  # @ bestwebsoft
135
+ #: bws_menu.php:417
136
  msgid "PHP IPTC support"
137
  msgstr "Supporto IPTC PHP"
138
 
139
  # @ bestwebsoft
140
+ #: bws_menu.php:418
141
  msgid "PHP XML support"
142
  msgstr "Supporto XML PHP"
143
 
144
  # @ bestwebsoft
145
+ #: bws_menu.php:419
146
  msgid "Site URL"
147
  msgstr "URL sito"
148
 
149
  # @ bestwebsoft
150
+ #: bws_menu.php:420
151
  msgid "Home URL"
152
  msgstr "URL home"
153
 
154
  # @ bestwebsoft
155
+ #: bws_menu.php:421
156
  msgid "WordPress Version"
157
  msgstr "Versione WordPress"
158
 
159
  # @ bestwebsoft
160
+ #: bws_menu.php:422
161
  msgid "WordPress DB Version"
162
  msgstr "Versione DB WordPress"
163
 
164
  # @ bestwebsoft
165
+ #: bws_menu.php:423
166
  msgid "Multisite"
167
  msgstr "Multisito"
168
 
169
  # @ bestwebsoft
170
+ #: bws_menu.php:424
171
  msgid "Active Theme"
172
  msgstr "Tema attivo"
173
 
174
  # @ bestwebsoft
175
+ #: bws_menu.php:440
176
  msgid "Please enter a valid email address."
177
  msgstr "Per favore inserisci un indirizzo e-mail valido."
178
 
179
  # @ bestwebsoft
180
+ #: bws_menu.php:444
181
  msgid "Email with system info is sent to "
182
  msgstr "Email con informazioni di sistema spedita a "
183
 
184
  # @ bestwebsoft
185
+ #: bws_menu.php:448
186
  msgid "Thank you for contacting us."
187
  msgstr "Grazie per averci contattato."
188
 
189
  # @ bestwebsoft
190
+ #: bws_menu.php:476
191
  msgid "Sorry, email message could not be delivered."
192
  msgstr "Spiacenti, il messaggio email non può essere inviato."
193
 
194
+ #: bws_menu.php:488
195
  msgid "Switch to new interface"
196
  msgstr ""
197
 
198
  # @ bestwebsoft
199
+ #: bws_menu.php:495
200
  msgid "Pro plugins"
201
  msgstr "Plugin Pro"
202
 
203
  # @ bestwebsoft
204
+ #: bws_menu.php:498
205
+ #: bws_menu.php:524
206
  msgid "Activated plugins"
207
  msgstr "Plugin attivi"
208
 
209
  # @ bestwebsoft
 
210
  #: bws_menu.php:500
211
  #: bws_menu.php:508
212
+ #: bws_menu.php:516
213
  #: bws_menu.php:526
214
  #: bws_menu.php:534
215
+ #: bws_menu.php:542
216
+ #: bws_menu.php:552
217
  #: bws_menu.php:559
218
+ #: bws_menu.php:567
219
  msgid "Read more"
220
  msgstr "Leggi tutto"
221
 
222
  # @ bestwebsoft
223
  # @ captcha
224
+ #: bws_menu.php:500
225
+ #: bws_menu.php:526
226
+ #: bws_menu.php:678
227
+ #: bws_menu.php:706
228
  msgid "Settings"
229
  msgstr "Impostazioni"
230
 
231
  # @ bestwebsoft
232
+ #: bws_menu.php:506
233
+ #: bws_menu.php:532
234
+ #: bws_menu.php:658
235
  msgid "Installed plugins"
236
  msgstr "Plugin installati"
237
 
238
  # @ bestwebsoft
239
+ #: bws_menu.php:514
240
+ #: bws_menu.php:540
241
+ #: bws_menu.php:765
242
  msgid "Recommended plugins"
243
  msgstr "Plugin raccomandati"
244
 
245
  # @ bestwebsoft
246
+ #: bws_menu.php:516
247
  msgid "Purchase"
248
  msgstr "Acquista"
249
 
250
  # @ bestwebsoft
251
+ #: bws_menu.php:521
252
  msgid "Free plugins"
253
  msgstr "Plugin gratuiti"
254
 
255
  # @ bestwebsoft
256
+ #: bws_menu.php:542
257
+ #: bws_menu.php:567
258
  msgid "Download"
259
  msgstr "Scarica"
260
 
261
  # @ default
262
+ #: bws_menu.php:542
263
+ #: bws_menu.php:567
264
+ #: bws_menu.php:867
265
  #, php-format
266
  msgid "Install %s"
267
  msgstr "Installa %s"
268
 
269
  # @ bestwebsoft
270
+ #: bws_menu.php:542
271
+ #: bws_menu.php:567
272
  msgid "Install now from wordpress.org"
273
  msgstr "Installa ora da wordpress.org"
274
 
275
+ #: bws_menu.php:548
276
  msgid "Free themes"
277
  msgstr ""
278
 
279
  # @ bestwebsoft
280
+ #: bws_menu.php:551
281
  #, fuzzy
282
  msgid "Activated theme"
283
  msgstr "Tema attivo"
284
 
285
+ #: bws_menu.php:552
286
  #, php-format
287
  msgid "Customize &#8220;%s&#8221;"
288
  msgstr ""
289
 
290
+ #: bws_menu.php:552
291
  msgid "Customize"
292
  msgstr ""
293
 
294
  # @ default
295
+ #: bws_menu.php:557
296
  #, fuzzy
297
  msgid "Installed themes"
298
  msgstr "Installa %s"
299
 
300
  # @ bestwebsoft
301
+ #: bws_menu.php:565
302
  #, fuzzy
303
  msgid "Recommended themes"
304
  msgstr "Plugin raccomandati"
305
 
306
  # @ bestwebsoft
307
+ #: bws_menu.php:573
308
  msgid "If you have any questions, please contact us via"
309
  msgstr "Se hai domande, contattaci tramite"
310
 
311
  # @ bestwebsoft
312
+ #: bws_menu.php:580
313
+ #: bws_menu.php:648
314
+ #: bws_menu.php:903
315
  msgid "System status"
316
  msgstr "Stato sistema"
317
 
318
  # @ bestwebsoft
319
+ #: bws_menu.php:584
320
+ #: bws_menu.php:906
321
  msgid "Environment"
322
  msgstr "Ambiente"
323
 
324
  # @ bestwebsoft
325
+ #: bws_menu.php:595
326
+ #: bws_menu.php:917
327
  msgid "Active Plugins"
328
  msgstr "Plugin attivi"
329
 
330
  # @ bestwebsoft
331
+ #: bws_menu.php:606
332
+ #: bws_menu.php:928
333
  msgid "Inactive Plugins"
334
  msgstr "Plugin inattivi"
335
 
336
  # @ bestwebsoft
337
+ #: bws_menu.php:620
338
+ #: bws_menu.php:942
339
  msgid "Send to support"
340
  msgstr "Invia al supporto"
341
 
342
  # @ bestwebsoft
343
+ #: bws_menu.php:627
344
+ #: bws_menu.php:949
345
  msgid "Send to custom email &#187;"
346
  msgstr "Invia a una email personalizzata &#187;"
347
 
348
+ #: bws_menu.php:638
349
  msgid "Switch to old interface"
350
  msgstr ""
351
 
352
  # @ bestwebsoft
353
+ #: bws_menu.php:644
354
  #, fuzzy
355
  msgid "Plugins"
356
  msgstr "Plugin Pro"
357
 
358
+ #: bws_menu.php:646
359
  msgid "Themes"
360
  msgstr ""
361
 
362
+ #: bws_menu.php:652
363
  msgid "All"
364
  msgstr ""
365
 
366
  # @ default
367
+ #: bws_menu.php:653
368
  #, fuzzy
369
  msgid "Installed"
370
  msgstr "Installa %s"
371
 
372
  # @ bestwebsoft
373
+ #: bws_menu.php:654
374
  #, fuzzy
375
  msgid "Recommended"
376
  msgstr "Plugin raccomandati"
377
 
 
 
 
 
 
 
 
378
  # @ bestwebsoft
379
+ #: bws_menu.php:676
380
+ #: bws_menu.php:704
381
+ #: bws_menu.php:726
382
+ #: bws_menu.php:754
383
+ #: bws_menu.php:795
384
  #, fuzzy
385
  msgid "Learn more"
386
  msgstr "Leggi tutto"
387
 
388
+ #: bws_menu.php:694
389
+ #: bws_menu.php:744
390
+ #: bws_menu.php:785
391
  msgid "Go"
392
  msgstr ""
393
 
394
+ #: bws_menu.php:698
395
+ #: bws_menu.php:748
396
+ #: bws_menu.php:789
397
  msgid "DONATE"
398
  msgstr ""
399
 
400
  # @ bestwebsoft
401
+ #: bws_menu.php:728
402
+ #: bws_menu.php:756
403
  #, fuzzy
404
  msgid "Activate this plugin"
405
  msgstr "Plugin attivi"
406
 
407
  # @ bestwebsoft
408
+ #: bws_menu.php:728
409
+ #: bws_menu.php:756
410
  #, fuzzy
411
  msgid "Activate"
412
  msgstr "Plugin attivi"
413
 
 
 
 
 
 
414
  # @ default
415
+ #: bws_menu.php:797
416
  #, fuzzy
417
  msgid "Install now"
418
  msgstr "Installa %s"
419
 
420
+ #: bws_menu.php:819
421
  msgid "Try again"
422
  msgstr ""
423
 
424
+ #: bws_menu.php:836
425
  #, php-format
426
  msgid "Preview &#8220;%s&#8221;"
427
  msgstr ""
428
 
429
  # @ default
430
+ #: bws_menu.php:867
431
  #, fuzzy
432
  msgid "Install Now"
433
  msgstr "Installa %s"
434
 
435
+ #: bws_menu.php:870
436
  #, php-format
437
  msgid "Update to version %s"
438
  msgstr ""
439
 
440
+ #: bws_menu.php:870
441
  msgid "Update"
442
  msgstr ""
443
 
444
+ #: bws_menu.php:877
445
  #, php-format
446
  msgid "Preview %s"
447
  msgstr ""
448
 
449
+ #: bws_menu.php:877
450
  msgid "Preview"
451
  msgstr ""
452
 
453
+ #: bws_menu.php:884
454
  #, php-format
455
  msgid "By %s"
456
  msgstr ""
457
 
458
+ #: bws_menu.php:890
459
  msgid "Details"
460
  msgstr ""
461
 
462
+ # @ default
463
+ #, fuzzy
464
+ #~ msgid "installed"
465
+ #~ msgstr "Installa %s"
466
+
467
  # @ captcha
468
  #, fuzzy
469
  #~ msgid "Captcha Settings"
bws_menu/languages/bestwebsoft-ja.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-ja.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-01-06 15:14+0300\n"
6
- "PO-Revision-Date: 2014-01-06 15:14+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: foken <foken@gmx.com>\n"
9
  "Language: ja_JP\n"
@@ -16,393 +16,388 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_menu.php:331
20
  msgid "Not set"
21
  msgstr "未設定"
22
 
23
- #: bws_menu.php:333
24
- #: bws_menu.php:337
25
  msgid "On"
26
  msgstr "On"
27
 
28
- #: bws_menu.php:335
29
- #: bws_menu.php:339
30
  msgid "Off"
31
  msgstr "Off"
32
 
33
- #: bws_menu.php:343
34
- #: bws_menu.php:347
35
  #: bws_menu.php:351
36
  #: bws_menu.php:355
37
  #: bws_menu.php:359
38
- #: bws_menu.php:385
 
 
39
  msgid "N/A"
40
  msgstr "該当なし"
41
 
42
- #: bws_menu.php:357
43
  msgid " Mb"
44
  msgstr " Mb"
45
 
46
- #: bws_menu.php:361
47
- #: bws_menu.php:365
48
  #: bws_menu.php:369
49
- #: bws_menu.php:380
 
 
50
  msgid "Yes"
51
  msgstr "はい"
52
 
53
- #: bws_menu.php:363
54
- #: bws_menu.php:367
55
  #: bws_menu.php:371
56
- #: bws_menu.php:382
 
 
57
  msgid "No"
58
  msgstr "いいえ"
59
 
60
- #: bws_menu.php:396
61
  msgid "Operating System"
62
  msgstr "オペレーション・システム"
63
 
64
- #: bws_menu.php:397
65
  msgid "Server"
66
  msgstr "サーバ"
67
 
68
- #: bws_menu.php:398
69
  msgid "Memory usage"
70
  msgstr "メモリー使用"
71
 
72
- #: bws_menu.php:399
73
  msgid "MYSQL Version"
74
  msgstr "MYSQL バージョン"
75
 
76
- #: bws_menu.php:400
77
  msgid "SQL Mode"
78
  msgstr "SQLモード"
79
 
80
- #: bws_menu.php:401
81
  msgid "PHP Version"
82
  msgstr "PHP バージョン"
83
 
84
- #: bws_menu.php:402
85
  msgid "PHP Safe Mode"
86
  msgstr "PHP Safe Mode"
87
 
88
- #: bws_menu.php:403
89
  msgid "PHP Allow URL fopen"
90
  msgstr "PHP Allow URL fopen"
91
 
92
- #: bws_menu.php:404
93
  msgid "PHP Memory Limit"
94
  msgstr "PHP Memory Limit"
95
 
96
- #: bws_menu.php:405
97
  msgid "PHP Max Upload Size"
98
  msgstr "PHP Max Upload Size"
99
 
100
- #: bws_menu.php:406
101
  msgid "PHP Max Post Size"
102
  msgstr "PHP Max Post Size"
103
 
104
- #: bws_menu.php:407
105
  msgid "PHP Max Script Execute Time"
106
  msgstr "PHP Max Script Execute Time"
107
 
108
- #: bws_menu.php:408
109
  msgid "PHP Exif support"
110
  msgstr "PHP Exif サポート"
111
 
112
- #: bws_menu.php:409
113
  msgid "PHP IPTC support"
114
  msgstr "PHP IPTC サポート"
115
 
116
- #: bws_menu.php:410
117
  msgid "PHP XML support"
118
  msgstr "PHP XML サポート"
119
 
120
- #: bws_menu.php:411
121
  msgid "Site URL"
122
  msgstr "サイトURL"
123
 
124
- #: bws_menu.php:412
125
  msgid "Home URL"
126
  msgstr "ホームURL"
127
 
128
- #: bws_menu.php:413
129
  msgid "WordPress Version"
130
  msgstr "WordPress バージョン"
131
 
132
- #: bws_menu.php:414
133
  msgid "WordPress DB Version"
134
  msgstr "WordPress データベース バージョン"
135
 
136
- #: bws_menu.php:415
137
  msgid "Multisite"
138
  msgstr "複数サイト"
139
 
140
- #: bws_menu.php:416
141
  msgid "Active Theme"
142
  msgstr "有効なテーマ"
143
 
144
- #: bws_menu.php:432
145
  msgid "Please enter a valid email address."
146
  msgstr "正確なEメール・アドレスを入力して下さい。"
147
 
148
- #: bws_menu.php:436
149
  msgid "Email with system info is sent to "
150
  msgstr "システム情報をメールで送信:"
151
 
152
- #: bws_menu.php:440
153
  msgid "Thank you for contacting us."
154
  msgstr "ご連絡ありがとうございます"
155
 
156
- #: bws_menu.php:468
157
  msgid "Sorry, email message could not be delivered."
158
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
159
 
160
- #: bws_menu.php:480
161
  msgid "Switch to new interface"
162
  msgstr ""
163
 
164
- #: bws_menu.php:487
165
  msgid "Pro plugins"
166
  msgstr "Pro Plugins"
167
 
168
- #: bws_menu.php:490
169
- #: bws_menu.php:516
170
  msgid "Activated plugins"
171
  msgstr "有効なプラグイン"
172
 
173
- #: bws_menu.php:492
174
  #: bws_menu.php:500
175
  #: bws_menu.php:508
176
- #: bws_menu.php:518
177
  #: bws_menu.php:526
178
  #: bws_menu.php:534
179
- #: bws_menu.php:544
180
- #: bws_menu.php:551
181
  #: bws_menu.php:559
 
182
  msgid "Read more"
183
  msgstr "もっと読む"
184
 
185
- #: bws_menu.php:492
186
- #: bws_menu.php:518
187
- #: bws_menu.php:673
188
- #: bws_menu.php:701
189
  msgid "Settings"
190
  msgstr "設定"
191
 
192
- #: bws_menu.php:498
193
- #: bws_menu.php:524
194
- #: bws_menu.php:650
195
  msgid "Installed plugins"
196
  msgstr "導入済みプラグイン"
197
 
198
- #: bws_menu.php:506
199
- #: bws_menu.php:532
200
- #: bws_menu.php:763
201
  msgid "Recommended plugins"
202
  msgstr "推奨プラグイン"
203
 
204
- #: bws_menu.php:508
205
  msgid "Purchase"
206
  msgstr "購入"
207
 
208
- #: bws_menu.php:513
209
  msgid "Free plugins"
210
  msgstr "無料プラグイン"
211
 
212
- #: bws_menu.php:534
213
- #: bws_menu.php:559
214
  msgid "Download"
215
  msgstr "ダウンロード"
216
 
217
- #: bws_menu.php:534
218
- #: bws_menu.php:559
219
- #: bws_menu.php:865
220
  #, php-format
221
  msgid "Install %s"
222
  msgstr "%s 導入"
223
 
224
- #: bws_menu.php:534
225
- #: bws_menu.php:559
226
  msgid "Install now from wordpress.org"
227
  msgstr "wordpress.org から直ぐに導入"
228
 
229
- #: bws_menu.php:540
230
  msgid "Free themes"
231
  msgstr ""
232
 
233
- #: bws_menu.php:543
234
  #, fuzzy
235
  msgid "Activated theme"
236
  msgstr "有効なテーマ"
237
 
238
- #: bws_menu.php:544
239
  #, php-format
240
  msgid "Customize &#8220;%s&#8221;"
241
  msgstr ""
242
 
243
- #: bws_menu.php:544
244
  msgid "Customize"
245
  msgstr ""
246
 
247
- #: bws_menu.php:549
248
  #, fuzzy
249
  msgid "Installed themes"
250
  msgstr "%s 導入"
251
 
252
- #: bws_menu.php:557
253
  #, fuzzy
254
  msgid "Recommended themes"
255
  msgstr "推奨プラグイン"
256
 
257
- #: bws_menu.php:565
258
  msgid "If you have any questions, please contact us via"
259
  msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
260
 
261
- #: bws_menu.php:572
262
- #: bws_menu.php:640
263
- #: bws_menu.php:901
264
  msgid "System status"
265
  msgstr "システム状況"
266
 
267
- #: bws_menu.php:576
268
- #: bws_menu.php:904
269
  msgid "Environment"
270
  msgstr "環境"
271
 
272
- #: bws_menu.php:587
273
- #: bws_menu.php:915
274
  msgid "Active Plugins"
275
  msgstr "有効なプラグイン"
276
 
277
- #: bws_menu.php:598
278
- #: bws_menu.php:926
279
  msgid "Inactive Plugins"
280
  msgstr "無効なプラグイン"
281
 
282
- #: bws_menu.php:612
283
- #: bws_menu.php:940
284
  msgid "Send to support"
285
  msgstr "サポートに送信"
286
 
287
- #: bws_menu.php:619
288
- #: bws_menu.php:947
289
  msgid "Send to custom email &#187;"
290
  msgstr "カスタムEメールに送信&#187;"
291
 
292
- #: bws_menu.php:630
293
  msgid "Switch to old interface"
294
  msgstr ""
295
 
296
- #: bws_menu.php:636
297
  #, fuzzy
298
  msgid "Plugins"
299
  msgstr "Pro Plugins"
300
 
301
- #: bws_menu.php:638
302
  msgid "Themes"
303
  msgstr ""
304
 
305
- #: bws_menu.php:644
306
  msgid "All"
307
  msgstr ""
308
 
309
- #: bws_menu.php:645
310
  #, fuzzy
311
  msgid "Installed"
312
  msgstr "%s 導入"
313
 
314
- #: bws_menu.php:646
315
  #, fuzzy
316
  msgid "Recommended"
317
  msgstr "推奨プラグイン"
318
 
319
- #: bws_menu.php:666
320
- #: bws_menu.php:719
321
- #, fuzzy
322
- msgid "installed"
323
- msgstr "%s 導入"
324
-
325
- #: bws_menu.php:671
326
- #: bws_menu.php:699
327
- #: bws_menu.php:724
328
- #: bws_menu.php:752
329
- #: bws_menu.php:793
330
  #, fuzzy
331
  msgid "Learn more"
332
  msgstr "もっと読む"
333
 
334
- #: bws_menu.php:689
335
- #: bws_menu.php:742
336
- #: bws_menu.php:783
337
  msgid "Go"
338
  msgstr ""
339
 
340
- #: bws_menu.php:693
 
 
341
  msgid "DONATE"
342
  msgstr ""
343
 
344
- #: bws_menu.php:726
345
- #: bws_menu.php:754
346
  #, fuzzy
347
  msgid "Activate this plugin"
348
  msgstr "有効なプラグイン"
349
 
350
- #: bws_menu.php:726
351
- #: bws_menu.php:754
352
  #, fuzzy
353
  msgid "Activate"
354
  msgstr "有効なcaptcha"
355
 
356
- #: bws_menu.php:746
357
- #: bws_menu.php:787
358
- msgid "Donate"
359
- msgstr ""
360
-
361
- #: bws_menu.php:795
362
  #, fuzzy
363
  msgid "Install now"
364
  msgstr "Installa Ora"
365
 
366
- #: bws_menu.php:817
367
  msgid "Try again"
368
  msgstr ""
369
 
370
- #: bws_menu.php:834
371
  #, php-format
372
  msgid "Preview &#8220;%s&#8221;"
373
  msgstr ""
374
 
375
- #: bws_menu.php:865
376
  msgid "Install Now"
377
  msgstr "Installa Ora"
378
 
379
- #: bws_menu.php:868
380
  #, php-format
381
  msgid "Update to version %s"
382
  msgstr ""
383
 
384
- #: bws_menu.php:868
385
  msgid "Update"
386
  msgstr ""
387
 
388
- #: bws_menu.php:875
389
  #, php-format
390
  msgid "Preview %s"
391
  msgstr ""
392
 
393
- #: bws_menu.php:875
394
  msgid "Preview"
395
  msgstr ""
396
 
397
- #: bws_menu.php:882
398
  #, php-format
399
  msgid "By %s"
400
  msgstr ""
401
 
402
- #: bws_menu.php:888
403
  msgid "Details"
404
  msgstr ""
405
 
 
 
 
 
406
  #~ msgid "Contact Form Settings"
407
  #~ msgstr "コンタクトフォーム設定"
408
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-17 12:13+0300\n"
6
+ "PO-Revision-Date: 2014-01-17 12:13+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: foken <foken@gmx.com>\n"
9
  "Language: ja_JP\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: bws_menu.php:339
20
  msgid "Not set"
21
  msgstr "未設定"
22
 
23
+ #: bws_menu.php:341
24
+ #: bws_menu.php:345
25
  msgid "On"
26
  msgstr "On"
27
 
28
+ #: bws_menu.php:343
29
+ #: bws_menu.php:347
30
  msgid "Off"
31
  msgstr "Off"
32
 
 
 
33
  #: bws_menu.php:351
34
  #: bws_menu.php:355
35
  #: bws_menu.php:359
36
+ #: bws_menu.php:363
37
+ #: bws_menu.php:367
38
+ #: bws_menu.php:393
39
  msgid "N/A"
40
  msgstr "該当なし"
41
 
42
+ #: bws_menu.php:365
43
  msgid " Mb"
44
  msgstr " Mb"
45
 
 
 
46
  #: bws_menu.php:369
47
+ #: bws_menu.php:373
48
+ #: bws_menu.php:377
49
+ #: bws_menu.php:388
50
  msgid "Yes"
51
  msgstr "はい"
52
 
 
 
53
  #: bws_menu.php:371
54
+ #: bws_menu.php:375
55
+ #: bws_menu.php:379
56
+ #: bws_menu.php:390
57
  msgid "No"
58
  msgstr "いいえ"
59
 
60
+ #: bws_menu.php:404
61
  msgid "Operating System"
62
  msgstr "オペレーション・システム"
63
 
64
+ #: bws_menu.php:405
65
  msgid "Server"
66
  msgstr "サーバ"
67
 
68
+ #: bws_menu.php:406
69
  msgid "Memory usage"
70
  msgstr "メモリー使用"
71
 
72
+ #: bws_menu.php:407
73
  msgid "MYSQL Version"
74
  msgstr "MYSQL バージョン"
75
 
76
+ #: bws_menu.php:408
77
  msgid "SQL Mode"
78
  msgstr "SQLモード"
79
 
80
+ #: bws_menu.php:409
81
  msgid "PHP Version"
82
  msgstr "PHP バージョン"
83
 
84
+ #: bws_menu.php:410
85
  msgid "PHP Safe Mode"
86
  msgstr "PHP Safe Mode"
87
 
88
+ #: bws_menu.php:411
89
  msgid "PHP Allow URL fopen"
90
  msgstr "PHP Allow URL fopen"
91
 
92
+ #: bws_menu.php:412
93
  msgid "PHP Memory Limit"
94
  msgstr "PHP Memory Limit"
95
 
96
+ #: bws_menu.php:413
97
  msgid "PHP Max Upload Size"
98
  msgstr "PHP Max Upload Size"
99
 
100
+ #: bws_menu.php:414
101
  msgid "PHP Max Post Size"
102
  msgstr "PHP Max Post Size"
103
 
104
+ #: bws_menu.php:415
105
  msgid "PHP Max Script Execute Time"
106
  msgstr "PHP Max Script Execute Time"
107
 
108
+ #: bws_menu.php:416
109
  msgid "PHP Exif support"
110
  msgstr "PHP Exif サポート"
111
 
112
+ #: bws_menu.php:417
113
  msgid "PHP IPTC support"
114
  msgstr "PHP IPTC サポート"
115
 
116
+ #: bws_menu.php:418
117
  msgid "PHP XML support"
118
  msgstr "PHP XML サポート"
119
 
120
+ #: bws_menu.php:419
121
  msgid "Site URL"
122
  msgstr "サイトURL"
123
 
124
+ #: bws_menu.php:420
125
  msgid "Home URL"
126
  msgstr "ホームURL"
127
 
128
+ #: bws_menu.php:421
129
  msgid "WordPress Version"
130
  msgstr "WordPress バージョン"
131
 
132
+ #: bws_menu.php:422
133
  msgid "WordPress DB Version"
134
  msgstr "WordPress データベース バージョン"
135
 
136
+ #: bws_menu.php:423
137
  msgid "Multisite"
138
  msgstr "複数サイト"
139
 
140
+ #: bws_menu.php:424
141
  msgid "Active Theme"
142
  msgstr "有効なテーマ"
143
 
144
+ #: bws_menu.php:440
145
  msgid "Please enter a valid email address."
146
  msgstr "正確なEメール・アドレスを入力して下さい。"
147
 
148
+ #: bws_menu.php:444
149
  msgid "Email with system info is sent to "
150
  msgstr "システム情報をメールで送信:"
151
 
152
+ #: bws_menu.php:448
153
  msgid "Thank you for contacting us."
154
  msgstr "ご連絡ありがとうございます"
155
 
156
+ #: bws_menu.php:476
157
  msgid "Sorry, email message could not be delivered."
158
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
159
 
160
+ #: bws_menu.php:488
161
  msgid "Switch to new interface"
162
  msgstr ""
163
 
164
+ #: bws_menu.php:495
165
  msgid "Pro plugins"
166
  msgstr "Pro Plugins"
167
 
168
+ #: bws_menu.php:498
169
+ #: bws_menu.php:524
170
  msgid "Activated plugins"
171
  msgstr "有効なプラグイン"
172
 
 
173
  #: bws_menu.php:500
174
  #: bws_menu.php:508
175
+ #: bws_menu.php:516
176
  #: bws_menu.php:526
177
  #: bws_menu.php:534
178
+ #: bws_menu.php:542
179
+ #: bws_menu.php:552
180
  #: bws_menu.php:559
181
+ #: bws_menu.php:567
182
  msgid "Read more"
183
  msgstr "もっと読む"
184
 
185
+ #: bws_menu.php:500
186
+ #: bws_menu.php:526
187
+ #: bws_menu.php:678
188
+ #: bws_menu.php:706
189
  msgid "Settings"
190
  msgstr "設定"
191
 
192
+ #: bws_menu.php:506
193
+ #: bws_menu.php:532
194
+ #: bws_menu.php:658
195
  msgid "Installed plugins"
196
  msgstr "導入済みプラグイン"
197
 
198
+ #: bws_menu.php:514
199
+ #: bws_menu.php:540
200
+ #: bws_menu.php:765
201
  msgid "Recommended plugins"
202
  msgstr "推奨プラグイン"
203
 
204
+ #: bws_menu.php:516
205
  msgid "Purchase"
206
  msgstr "購入"
207
 
208
+ #: bws_menu.php:521
209
  msgid "Free plugins"
210
  msgstr "無料プラグイン"
211
 
212
+ #: bws_menu.php:542
213
+ #: bws_menu.php:567
214
  msgid "Download"
215
  msgstr "ダウンロード"
216
 
217
+ #: bws_menu.php:542
218
+ #: bws_menu.php:567
219
+ #: bws_menu.php:867
220
  #, php-format
221
  msgid "Install %s"
222
  msgstr "%s 導入"
223
 
224
+ #: bws_menu.php:542
225
+ #: bws_menu.php:567
226
  msgid "Install now from wordpress.org"
227
  msgstr "wordpress.org から直ぐに導入"
228
 
229
+ #: bws_menu.php:548
230
  msgid "Free themes"
231
  msgstr ""
232
 
233
+ #: bws_menu.php:551
234
  #, fuzzy
235
  msgid "Activated theme"
236
  msgstr "有効なテーマ"
237
 
238
+ #: bws_menu.php:552
239
  #, php-format
240
  msgid "Customize &#8220;%s&#8221;"
241
  msgstr ""
242
 
243
+ #: bws_menu.php:552
244
  msgid "Customize"
245
  msgstr ""
246
 
247
+ #: bws_menu.php:557
248
  #, fuzzy
249
  msgid "Installed themes"
250
  msgstr "%s 導入"
251
 
252
+ #: bws_menu.php:565
253
  #, fuzzy
254
  msgid "Recommended themes"
255
  msgstr "推奨プラグイン"
256
 
257
+ #: bws_menu.php:573
258
  msgid "If you have any questions, please contact us via"
259
  msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
260
 
261
+ #: bws_menu.php:580
262
+ #: bws_menu.php:648
263
+ #: bws_menu.php:903
264
  msgid "System status"
265
  msgstr "システム状況"
266
 
267
+ #: bws_menu.php:584
268
+ #: bws_menu.php:906
269
  msgid "Environment"
270
  msgstr "環境"
271
 
272
+ #: bws_menu.php:595
273
+ #: bws_menu.php:917
274
  msgid "Active Plugins"
275
  msgstr "有効なプラグイン"
276
 
277
+ #: bws_menu.php:606
278
+ #: bws_menu.php:928
279
  msgid "Inactive Plugins"
280
  msgstr "無効なプラグイン"
281
 
282
+ #: bws_menu.php:620
283
+ #: bws_menu.php:942
284
  msgid "Send to support"
285
  msgstr "サポートに送信"
286
 
287
+ #: bws_menu.php:627
288
+ #: bws_menu.php:949
289
  msgid "Send to custom email &#187;"
290
  msgstr "カスタムEメールに送信&#187;"
291
 
292
+ #: bws_menu.php:638
293
  msgid "Switch to old interface"
294
  msgstr ""
295
 
296
+ #: bws_menu.php:644
297
  #, fuzzy
298
  msgid "Plugins"
299
  msgstr "Pro Plugins"
300
 
301
+ #: bws_menu.php:646
302
  msgid "Themes"
303
  msgstr ""
304
 
305
+ #: bws_menu.php:652
306
  msgid "All"
307
  msgstr ""
308
 
309
+ #: bws_menu.php:653
310
  #, fuzzy
311
  msgid "Installed"
312
  msgstr "%s 導入"
313
 
314
+ #: bws_menu.php:654
315
  #, fuzzy
316
  msgid "Recommended"
317
  msgstr "推奨プラグイン"
318
 
319
+ #: bws_menu.php:676
320
+ #: bws_menu.php:704
321
+ #: bws_menu.php:726
322
+ #: bws_menu.php:754
323
+ #: bws_menu.php:795
 
 
 
 
 
 
324
  #, fuzzy
325
  msgid "Learn more"
326
  msgstr "もっと読む"
327
 
328
+ #: bws_menu.php:694
329
+ #: bws_menu.php:744
330
+ #: bws_menu.php:785
331
  msgid "Go"
332
  msgstr ""
333
 
334
+ #: bws_menu.php:698
335
+ #: bws_menu.php:748
336
+ #: bws_menu.php:789
337
  msgid "DONATE"
338
  msgstr ""
339
 
340
+ #: bws_menu.php:728
341
+ #: bws_menu.php:756
342
  #, fuzzy
343
  msgid "Activate this plugin"
344
  msgstr "有効なプラグイン"
345
 
346
+ #: bws_menu.php:728
347
+ #: bws_menu.php:756
348
  #, fuzzy
349
  msgid "Activate"
350
  msgstr "有効なcaptcha"
351
 
352
+ #: bws_menu.php:797
 
 
 
 
 
353
  #, fuzzy
354
  msgid "Install now"
355
  msgstr "Installa Ora"
356
 
357
+ #: bws_menu.php:819
358
  msgid "Try again"
359
  msgstr ""
360
 
361
+ #: bws_menu.php:836
362
  #, php-format
363
  msgid "Preview &#8220;%s&#8221;"
364
  msgstr ""
365
 
366
+ #: bws_menu.php:867
367
  msgid "Install Now"
368
  msgstr "Installa Ora"
369
 
370
+ #: bws_menu.php:870
371
  #, php-format
372
  msgid "Update to version %s"
373
  msgstr ""
374
 
375
+ #: bws_menu.php:870
376
  msgid "Update"
377
  msgstr ""
378
 
379
+ #: bws_menu.php:877
380
  #, php-format
381
  msgid "Preview %s"
382
  msgstr ""
383
 
384
+ #: bws_menu.php:877
385
  msgid "Preview"
386
  msgstr ""
387
 
388
+ #: bws_menu.php:884
389
  #, php-format
390
  msgid "By %s"
391
  msgstr ""
392
 
393
+ #: bws_menu.php:890
394
  msgid "Details"
395
  msgstr ""
396
 
397
+ #, fuzzy
398
+ #~ msgid "installed"
399
+ #~ msgstr "%s 導入"
400
+
401
  #~ msgid "Contact Form Settings"
402
  #~ msgstr "コンタクトフォーム設定"
403
 
bws_menu/languages/bestwebsoft-pt_BR.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-pt_BR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-01-06 15:15+0300\n"
6
- "PO-Revision-Date: 2014-01-06 15:15+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Dionizio Bonfim Bach | DJIO <wordpress@djio.com.br>\n"
9
  "Language: pt_BR\n"
@@ -19,452 +19,446 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ captcha
22
- #: bws_menu.php:331
23
  msgid "Not set"
24
  msgstr "Não definido"
25
 
26
  # @ captcha
27
- #: bws_menu.php:333
28
- #: bws_menu.php:337
29
  msgid "On"
30
  msgstr "Ligado"
31
 
32
  # @ captcha
33
- #: bws_menu.php:335
34
- #: bws_menu.php:339
35
  msgid "Off"
36
  msgstr "Desligado"
37
 
38
  # @ captcha
39
- #: bws_menu.php:343
40
- #: bws_menu.php:347
41
  #: bws_menu.php:351
42
  #: bws_menu.php:355
43
  #: bws_menu.php:359
44
- #: bws_menu.php:385
 
 
45
  msgid "N/A"
46
  msgstr "N/D"
47
 
48
  # @ captcha
49
- #: bws_menu.php:357
50
  msgid " Mb"
51
  msgstr " Mb"
52
 
53
  # @ captcha
54
- #: bws_menu.php:361
55
- #: bws_menu.php:365
56
  #: bws_menu.php:369
57
- #: bws_menu.php:380
 
 
58
  msgid "Yes"
59
  msgstr "Sim"
60
 
61
  # @ captcha
62
- #: bws_menu.php:363
63
- #: bws_menu.php:367
64
  #: bws_menu.php:371
65
- #: bws_menu.php:382
 
 
66
  msgid "No"
67
  msgstr "Não"
68
 
69
  # @ captcha
70
- #: bws_menu.php:396
71
  msgid "Operating System"
72
  msgstr "Sistema Operacional"
73
 
74
  # @ captcha
75
- #: bws_menu.php:397
76
  msgid "Server"
77
  msgstr "Servidor"
78
 
79
  # @ captcha
80
- #: bws_menu.php:398
81
  msgid "Memory usage"
82
  msgstr "Uso de memória"
83
 
84
  # @ captcha
85
- #: bws_menu.php:399
86
  msgid "MYSQL Version"
87
  msgstr "Versão do MySQL"
88
 
89
  # @ captcha
90
- #: bws_menu.php:400
91
  msgid "SQL Mode"
92
  msgstr "Modo SQL"
93
 
94
  # @ captcha
95
- #: bws_menu.php:401
96
  msgid "PHP Version"
97
  msgstr "Versão do PHP"
98
 
99
  # @ captcha
100
- #: bws_menu.php:402
101
  msgid "PHP Safe Mode"
102
  msgstr "Modo de Segurança do PHP"
103
 
104
  # @ captcha
105
- #: bws_menu.php:403
106
  msgid "PHP Allow URL fopen"
107
  msgstr "Permissão de fopen de URL do PHP"
108
 
109
  # @ captcha
110
- #: bws_menu.php:404
111
  msgid "PHP Memory Limit"
112
  msgstr "Limite de Memória do PHP"
113
 
114
  # @ captcha
115
- #: bws_menu.php:405
116
  msgid "PHP Max Upload Size"
117
  msgstr "Tamanho Máximo de Upload no PHP"
118
 
119
  # @ captcha
120
- #: bws_menu.php:406
121
  msgid "PHP Max Post Size"
122
  msgstr "Tamanho Máximo de Envio do PHP"
123
 
124
  # @ captcha
125
- #: bws_menu.php:407
126
  msgid "PHP Max Script Execute Time"
127
  msgstr "Tempo de Execução Máximo do PHP"
128
 
129
  # @ captcha
130
- #: bws_menu.php:408
131
  msgid "PHP Exif support"
132
  msgstr "Suporte a Exif no PHP"
133
 
134
  # @ captcha
135
- #: bws_menu.php:409
136
  msgid "PHP IPTC support"
137
  msgstr "Suporte da IPTC no PHP"
138
 
139
  # @ captcha
140
- #: bws_menu.php:410
141
  msgid "PHP XML support"
142
  msgstr "Suporte a XML no PHP"
143
 
144
  # @ captcha
145
- #: bws_menu.php:411
146
  msgid "Site URL"
147
  msgstr "URL do Site"
148
 
149
  # @ captcha
150
- #: bws_menu.php:412
151
  msgid "Home URL"
152
  msgstr "URL da Página Inicial"
153
 
154
  # @ captcha
155
- #: bws_menu.php:413
156
  msgid "WordPress Version"
157
  msgstr "Versão do WordPress"
158
 
159
  # @ captcha
160
- #: bws_menu.php:414
161
  msgid "WordPress DB Version"
162
  msgstr "Versão do DB do WordPress"
163
 
164
  # @ captcha
165
- #: bws_menu.php:415
166
  msgid "Multisite"
167
  msgstr "Multisite"
168
 
169
  # @ captcha
170
- #: bws_menu.php:416
171
  msgid "Active Theme"
172
  msgstr "Tema Ativo"
173
 
174
  # @ captcha
175
- #: bws_menu.php:432
176
  msgid "Please enter a valid email address."
177
  msgstr "Por favor, informe um endereço de email válido."
178
 
179
  # @ captcha
180
- #: bws_menu.php:436
181
  msgid "Email with system info is sent to "
182
  msgstr "Email com informações do sistema é enviado para "
183
 
184
  # @ captcha
185
- #: bws_menu.php:440
186
  msgid "Thank you for contacting us."
187
  msgstr "Obrigado por nos contatar."
188
 
189
  # @ captcha
190
- #: bws_menu.php:468
191
  msgid "Sorry, email message could not be delivered."
192
  msgstr "Desculpe, a mensagem de email não pôde ser enviada."
193
 
194
- #: bws_menu.php:480
195
  msgid "Switch to new interface"
196
  msgstr ""
197
 
198
  # @ captcha
199
- #: bws_menu.php:487
200
  msgid "Pro plugins"
201
  msgstr "Plugins Pro"
202
 
203
  # @ captcha
204
- #: bws_menu.php:490
205
- #: bws_menu.php:516
206
  msgid "Activated plugins"
207
  msgstr "Plugins ativados"
208
 
209
  # @ captcha
210
- #: bws_menu.php:492
211
  #: bws_menu.php:500
212
  #: bws_menu.php:508
213
- #: bws_menu.php:518
214
  #: bws_menu.php:526
215
  #: bws_menu.php:534
216
- #: bws_menu.php:544
217
- #: bws_menu.php:551
218
  #: bws_menu.php:559
 
219
  msgid "Read more"
220
  msgstr "Leia Mais"
221
 
222
  # @ captcha
223
- #: bws_menu.php:492
224
- #: bws_menu.php:518
225
- #: bws_menu.php:673
226
- #: bws_menu.php:701
227
  msgid "Settings"
228
  msgstr "Configurações"
229
 
230
  # @ captcha
231
- #: bws_menu.php:498
232
- #: bws_menu.php:524
233
- #: bws_menu.php:650
234
  msgid "Installed plugins"
235
  msgstr "Plugins Instalados"
236
 
237
  # @ captcha
238
- #: bws_menu.php:506
239
- #: bws_menu.php:532
240
- #: bws_menu.php:763
241
  msgid "Recommended plugins"
242
  msgstr "Plugins Recomendados"
243
 
244
  # @ captcha
245
- #: bws_menu.php:508
246
  msgid "Purchase"
247
  msgstr "Compra"
248
 
249
  # @ captcha
250
- #: bws_menu.php:513
251
  msgid "Free plugins"
252
  msgstr "Plugins Grátis"
253
 
254
  # @ captcha
255
- #: bws_menu.php:534
256
- #: bws_menu.php:559
257
  msgid "Download"
258
  msgstr "Baixar"
259
 
260
  # @ default
261
- #: bws_menu.php:534
262
- #: bws_menu.php:559
263
- #: bws_menu.php:865
264
  #, php-format
265
  msgid "Install %s"
266
  msgstr "Instalar %s"
267
 
268
  # @ captcha
269
- #: bws_menu.php:534
270
- #: bws_menu.php:559
271
  msgid "Install now from wordpress.org"
272
  msgstr "Instale agora do site do wordpress (wordpress.org)"
273
 
274
- #: bws_menu.php:540
275
  msgid "Free themes"
276
  msgstr ""
277
 
278
  # @ captcha
279
- #: bws_menu.php:543
280
  #, fuzzy
281
  msgid "Activated theme"
282
  msgstr "Tema Ativo"
283
 
284
- #: bws_menu.php:544
285
  #, php-format
286
  msgid "Customize &#8220;%s&#8221;"
287
  msgstr ""
288
 
289
- #: bws_menu.php:544
290
  msgid "Customize"
291
  msgstr ""
292
 
293
  # @ default
294
- #: bws_menu.php:549
295
  #, fuzzy
296
  msgid "Installed themes"
297
  msgstr "Instalar %s"
298
 
299
  # @ captcha
300
- #: bws_menu.php:557
301
  #, fuzzy
302
  msgid "Recommended themes"
303
  msgstr "Plugins Recomendados"
304
 
305
  # @ captcha
306
- #: bws_menu.php:565
307
  msgid "If you have any questions, please contact us via"
308
  msgstr "Se você tiver quaisquer perguntas, por favor entre em contato via"
309
 
310
  # @ captcha
311
- #: bws_menu.php:572
312
- #: bws_menu.php:640
313
- #: bws_menu.php:901
314
  msgid "System status"
315
  msgstr "Status do sistema"
316
 
317
  # @ captcha
318
- #: bws_menu.php:576
319
- #: bws_menu.php:904
320
  msgid "Environment"
321
  msgstr "Ambiente"
322
 
323
  # @ captcha
324
- #: bws_menu.php:587
325
- #: bws_menu.php:915
326
  msgid "Active Plugins"
327
  msgstr "Plugins Ativos"
328
 
329
  # @ captcha
330
- #: bws_menu.php:598
331
- #: bws_menu.php:926
332
  msgid "Inactive Plugins"
333
  msgstr "Plugins Inativos"
334
 
335
  # @ captcha
336
- #: bws_menu.php:612
337
- #: bws_menu.php:940
338
  msgid "Send to support"
339
  msgstr "Enviar para o suporte"
340
 
341
  # @ captcha
342
- #: bws_menu.php:619
343
- #: bws_menu.php:947
344
  msgid "Send to custom email &#187;"
345
  msgstr "Enviar para email personalizado &#187;"
346
 
347
- #: bws_menu.php:630
348
  msgid "Switch to old interface"
349
  msgstr ""
350
 
351
  # @ captcha
352
- #: bws_menu.php:636
353
  #, fuzzy
354
  msgid "Plugins"
355
  msgstr "Plugins Pro"
356
 
357
- #: bws_menu.php:638
358
  msgid "Themes"
359
  msgstr ""
360
 
361
- #: bws_menu.php:644
362
  msgid "All"
363
  msgstr ""
364
 
365
  # @ default
366
- #: bws_menu.php:645
367
  #, fuzzy
368
  msgid "Installed"
369
  msgstr "Instalar %s"
370
 
371
  # @ captcha
372
- #: bws_menu.php:646
373
  #, fuzzy
374
  msgid "Recommended"
375
  msgstr "Plugins Recomendados"
376
 
377
- # @ default
378
- #: bws_menu.php:666
379
- #: bws_menu.php:719
380
- #, fuzzy
381
- msgid "installed"
382
- msgstr "Instalar %s"
383
-
384
  # @ captcha
385
- #: bws_menu.php:671
386
- #: bws_menu.php:699
387
- #: bws_menu.php:724
388
- #: bws_menu.php:752
389
- #: bws_menu.php:793
390
  #, fuzzy
391
  msgid "Learn more"
392
  msgstr "Leia Mais"
393
 
394
- #: bws_menu.php:689
395
- #: bws_menu.php:742
396
- #: bws_menu.php:783
397
  msgid "Go"
398
  msgstr ""
399
 
400
- #: bws_menu.php:693
 
 
401
  msgid "DONATE"
402
  msgstr ""
403
 
404
  # @ captcha
405
- #: bws_menu.php:726
406
- #: bws_menu.php:754
407
  #, fuzzy
408
  msgid "Activate this plugin"
409
  msgstr "Plugins ativados"
410
 
411
  # @ captcha
412
- #: bws_menu.php:726
413
- #: bws_menu.php:754
414
  #, fuzzy
415
  msgid "Activate"
416
  msgstr "Plugins ativados"
417
 
418
- #: bws_menu.php:746
419
- #: bws_menu.php:787
420
- msgid "Donate"
421
- msgstr ""
422
-
423
  # @ default
424
- #: bws_menu.php:795
425
  #, fuzzy
426
  msgid "Install now"
427
  msgstr "Instalar %s"
428
 
429
- #: bws_menu.php:817
430
  msgid "Try again"
431
  msgstr ""
432
 
433
- #: bws_menu.php:834
434
  #, php-format
435
  msgid "Preview &#8220;%s&#8221;"
436
  msgstr ""
437
 
438
  # @ default
439
- #: bws_menu.php:865
440
  #, fuzzy
441
  msgid "Install Now"
442
  msgstr "Instalar %s"
443
 
444
- #: bws_menu.php:868
445
  #, php-format
446
  msgid "Update to version %s"
447
  msgstr ""
448
 
449
- #: bws_menu.php:868
450
  msgid "Update"
451
  msgstr ""
452
 
453
- #: bws_menu.php:875
454
  #, php-format
455
  msgid "Preview %s"
456
  msgstr ""
457
 
458
- #: bws_menu.php:875
459
  msgid "Preview"
460
  msgstr ""
461
 
462
- #: bws_menu.php:882
463
  #, php-format
464
  msgid "By %s"
465
  msgstr ""
466
 
467
- #: bws_menu.php:888
468
  msgid "Details"
469
  msgstr ""
470
 
 
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-17 12:13+0300\n"
6
+ "PO-Revision-Date: 2014-01-17 12:13+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Dionizio Bonfim Bach | DJIO <wordpress@djio.com.br>\n"
9
  "Language: pt_BR\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ captcha
22
+ #: bws_menu.php:339
23
  msgid "Not set"
24
  msgstr "Não definido"
25
 
26
  # @ captcha
27
+ #: bws_menu.php:341
28
+ #: bws_menu.php:345
29
  msgid "On"
30
  msgstr "Ligado"
31
 
32
  # @ captcha
33
+ #: bws_menu.php:343
34
+ #: bws_menu.php:347
35
  msgid "Off"
36
  msgstr "Desligado"
37
 
38
  # @ captcha
 
 
39
  #: bws_menu.php:351
40
  #: bws_menu.php:355
41
  #: bws_menu.php:359
42
+ #: bws_menu.php:363
43
+ #: bws_menu.php:367
44
+ #: bws_menu.php:393
45
  msgid "N/A"
46
  msgstr "N/D"
47
 
48
  # @ captcha
49
+ #: bws_menu.php:365
50
  msgid " Mb"
51
  msgstr " Mb"
52
 
53
  # @ captcha
 
 
54
  #: bws_menu.php:369
55
+ #: bws_menu.php:373
56
+ #: bws_menu.php:377
57
+ #: bws_menu.php:388
58
  msgid "Yes"
59
  msgstr "Sim"
60
 
61
  # @ captcha
 
 
62
  #: bws_menu.php:371
63
+ #: bws_menu.php:375
64
+ #: bws_menu.php:379
65
+ #: bws_menu.php:390
66
  msgid "No"
67
  msgstr "Não"
68
 
69
  # @ captcha
70
+ #: bws_menu.php:404
71
  msgid "Operating System"
72
  msgstr "Sistema Operacional"
73
 
74
  # @ captcha
75
+ #: bws_menu.php:405
76
  msgid "Server"
77
  msgstr "Servidor"
78
 
79
  # @ captcha
80
+ #: bws_menu.php:406
81
  msgid "Memory usage"
82
  msgstr "Uso de memória"
83
 
84
  # @ captcha
85
+ #: bws_menu.php:407
86
  msgid "MYSQL Version"
87
  msgstr "Versão do MySQL"
88
 
89
  # @ captcha
90
+ #: bws_menu.php:408
91
  msgid "SQL Mode"
92
  msgstr "Modo SQL"
93
 
94
  # @ captcha
95
+ #: bws_menu.php:409
96
  msgid "PHP Version"
97
  msgstr "Versão do PHP"
98
 
99
  # @ captcha
100
+ #: bws_menu.php:410
101
  msgid "PHP Safe Mode"
102
  msgstr "Modo de Segurança do PHP"
103
 
104
  # @ captcha
105
+ #: bws_menu.php:411
106
  msgid "PHP Allow URL fopen"
107
  msgstr "Permissão de fopen de URL do PHP"
108
 
109
  # @ captcha
110
+ #: bws_menu.php:412
111
  msgid "PHP Memory Limit"
112
  msgstr "Limite de Memória do PHP"
113
 
114
  # @ captcha
115
+ #: bws_menu.php:413
116
  msgid "PHP Max Upload Size"
117
  msgstr "Tamanho Máximo de Upload no PHP"
118
 
119
  # @ captcha
120
+ #: bws_menu.php:414
121
  msgid "PHP Max Post Size"
122
  msgstr "Tamanho Máximo de Envio do PHP"
123
 
124
  # @ captcha
125
+ #: bws_menu.php:415
126
  msgid "PHP Max Script Execute Time"
127
  msgstr "Tempo de Execução Máximo do PHP"
128
 
129
  # @ captcha
130
+ #: bws_menu.php:416
131
  msgid "PHP Exif support"
132
  msgstr "Suporte a Exif no PHP"
133
 
134
  # @ captcha
135
+ #: bws_menu.php:417
136
  msgid "PHP IPTC support"
137
  msgstr "Suporte da IPTC no PHP"
138
 
139
  # @ captcha
140
+ #: bws_menu.php:418
141
  msgid "PHP XML support"
142
  msgstr "Suporte a XML no PHP"
143
 
144
  # @ captcha
145
+ #: bws_menu.php:419
146
  msgid "Site URL"
147
  msgstr "URL do Site"
148
 
149
  # @ captcha
150
+ #: bws_menu.php:420
151
  msgid "Home URL"
152
  msgstr "URL da Página Inicial"
153
 
154
  # @ captcha
155
+ #: bws_menu.php:421
156
  msgid "WordPress Version"
157
  msgstr "Versão do WordPress"
158
 
159
  # @ captcha
160
+ #: bws_menu.php:422
161
  msgid "WordPress DB Version"
162
  msgstr "Versão do DB do WordPress"
163
 
164
  # @ captcha
165
+ #: bws_menu.php:423
166
  msgid "Multisite"
167
  msgstr "Multisite"
168
 
169
  # @ captcha
170
+ #: bws_menu.php:424
171
  msgid "Active Theme"
172
  msgstr "Tema Ativo"
173
 
174
  # @ captcha
175
+ #: bws_menu.php:440
176
  msgid "Please enter a valid email address."
177
  msgstr "Por favor, informe um endereço de email válido."
178
 
179
  # @ captcha
180
+ #: bws_menu.php:444
181
  msgid "Email with system info is sent to "
182
  msgstr "Email com informações do sistema é enviado para "
183
 
184
  # @ captcha
185
+ #: bws_menu.php:448
186
  msgid "Thank you for contacting us."
187
  msgstr "Obrigado por nos contatar."
188
 
189
  # @ captcha
190
+ #: bws_menu.php:476
191
  msgid "Sorry, email message could not be delivered."
192
  msgstr "Desculpe, a mensagem de email não pôde ser enviada."
193
 
194
+ #: bws_menu.php:488
195
  msgid "Switch to new interface"
196
  msgstr ""
197
 
198
  # @ captcha
199
+ #: bws_menu.php:495
200
  msgid "Pro plugins"
201
  msgstr "Plugins Pro"
202
 
203
  # @ captcha
204
+ #: bws_menu.php:498
205
+ #: bws_menu.php:524
206
  msgid "Activated plugins"
207
  msgstr "Plugins ativados"
208
 
209
  # @ captcha
 
210
  #: bws_menu.php:500
211
  #: bws_menu.php:508
212
+ #: bws_menu.php:516
213
  #: bws_menu.php:526
214
  #: bws_menu.php:534
215
+ #: bws_menu.php:542
216
+ #: bws_menu.php:552
217
  #: bws_menu.php:559
218
+ #: bws_menu.php:567
219
  msgid "Read more"
220
  msgstr "Leia Mais"
221
 
222
  # @ captcha
223
+ #: bws_menu.php:500
224
+ #: bws_menu.php:526
225
+ #: bws_menu.php:678
226
+ #: bws_menu.php:706
227
  msgid "Settings"
228
  msgstr "Configurações"
229
 
230
  # @ captcha
231
+ #: bws_menu.php:506
232
+ #: bws_menu.php:532
233
+ #: bws_menu.php:658
234
  msgid "Installed plugins"
235
  msgstr "Plugins Instalados"
236
 
237
  # @ captcha
238
+ #: bws_menu.php:514
239
+ #: bws_menu.php:540
240
+ #: bws_menu.php:765
241
  msgid "Recommended plugins"
242
  msgstr "Plugins Recomendados"
243
 
244
  # @ captcha
245
+ #: bws_menu.php:516
246
  msgid "Purchase"
247
  msgstr "Compra"
248
 
249
  # @ captcha
250
+ #: bws_menu.php:521
251
  msgid "Free plugins"
252
  msgstr "Plugins Grátis"
253
 
254
  # @ captcha
255
+ #: bws_menu.php:542
256
+ #: bws_menu.php:567
257
  msgid "Download"
258
  msgstr "Baixar"
259
 
260
  # @ default
261
+ #: bws_menu.php:542
262
+ #: bws_menu.php:567
263
+ #: bws_menu.php:867
264
  #, php-format
265
  msgid "Install %s"
266
  msgstr "Instalar %s"
267
 
268
  # @ captcha
269
+ #: bws_menu.php:542
270
+ #: bws_menu.php:567
271
  msgid "Install now from wordpress.org"
272
  msgstr "Instale agora do site do wordpress (wordpress.org)"
273
 
274
+ #: bws_menu.php:548
275
  msgid "Free themes"
276
  msgstr ""
277
 
278
  # @ captcha
279
+ #: bws_menu.php:551
280
  #, fuzzy
281
  msgid "Activated theme"
282
  msgstr "Tema Ativo"
283
 
284
+ #: bws_menu.php:552
285
  #, php-format
286
  msgid "Customize &#8220;%s&#8221;"
287
  msgstr ""
288
 
289
+ #: bws_menu.php:552
290
  msgid "Customize"
291
  msgstr ""
292
 
293
  # @ default
294
+ #: bws_menu.php:557
295
  #, fuzzy
296
  msgid "Installed themes"
297
  msgstr "Instalar %s"
298
 
299
  # @ captcha
300
+ #: bws_menu.php:565
301
  #, fuzzy
302
  msgid "Recommended themes"
303
  msgstr "Plugins Recomendados"
304
 
305
  # @ captcha
306
+ #: bws_menu.php:573
307
  msgid "If you have any questions, please contact us via"
308
  msgstr "Se você tiver quaisquer perguntas, por favor entre em contato via"
309
 
310
  # @ captcha
311
+ #: bws_menu.php:580
312
+ #: bws_menu.php:648
313
+ #: bws_menu.php:903
314
  msgid "System status"
315
  msgstr "Status do sistema"
316
 
317
  # @ captcha
318
+ #: bws_menu.php:584
319
+ #: bws_menu.php:906
320
  msgid "Environment"
321
  msgstr "Ambiente"
322
 
323
  # @ captcha
324
+ #: bws_menu.php:595
325
+ #: bws_menu.php:917
326
  msgid "Active Plugins"
327
  msgstr "Plugins Ativos"
328
 
329
  # @ captcha
330
+ #: bws_menu.php:606
331
+ #: bws_menu.php:928
332
  msgid "Inactive Plugins"
333
  msgstr "Plugins Inativos"
334
 
335
  # @ captcha
336
+ #: bws_menu.php:620
337
+ #: bws_menu.php:942
338
  msgid "Send to support"
339
  msgstr "Enviar para o suporte"
340
 
341
  # @ captcha
342
+ #: bws_menu.php:627
343
+ #: bws_menu.php:949
344
  msgid "Send to custom email &#187;"
345
  msgstr "Enviar para email personalizado &#187;"
346
 
347
+ #: bws_menu.php:638
348
  msgid "Switch to old interface"
349
  msgstr ""
350
 
351
  # @ captcha
352
+ #: bws_menu.php:644
353
  #, fuzzy
354
  msgid "Plugins"
355
  msgstr "Plugins Pro"
356
 
357
+ #: bws_menu.php:646
358
  msgid "Themes"
359
  msgstr ""
360
 
361
+ #: bws_menu.php:652
362
  msgid "All"
363
  msgstr ""
364
 
365
  # @ default
366
+ #: bws_menu.php:653
367
  #, fuzzy
368
  msgid "Installed"
369
  msgstr "Instalar %s"
370
 
371
  # @ captcha
372
+ #: bws_menu.php:654
373
  #, fuzzy
374
  msgid "Recommended"
375
  msgstr "Plugins Recomendados"
376
 
 
 
 
 
 
 
 
377
  # @ captcha
378
+ #: bws_menu.php:676
379
+ #: bws_menu.php:704
380
+ #: bws_menu.php:726
381
+ #: bws_menu.php:754
382
+ #: bws_menu.php:795
383
  #, fuzzy
384
  msgid "Learn more"
385
  msgstr "Leia Mais"
386
 
387
+ #: bws_menu.php:694
388
+ #: bws_menu.php:744
389
+ #: bws_menu.php:785
390
  msgid "Go"
391
  msgstr ""
392
 
393
+ #: bws_menu.php:698
394
+ #: bws_menu.php:748
395
+ #: bws_menu.php:789
396
  msgid "DONATE"
397
  msgstr ""
398
 
399
  # @ captcha
400
+ #: bws_menu.php:728
401
+ #: bws_menu.php:756
402
  #, fuzzy
403
  msgid "Activate this plugin"
404
  msgstr "Plugins ativados"
405
 
406
  # @ captcha
407
+ #: bws_menu.php:728
408
+ #: bws_menu.php:756
409
  #, fuzzy
410
  msgid "Activate"
411
  msgstr "Plugins ativados"
412
 
 
 
 
 
 
413
  # @ default
414
+ #: bws_menu.php:797
415
  #, fuzzy
416
  msgid "Install now"
417
  msgstr "Instalar %s"
418
 
419
+ #: bws_menu.php:819
420
  msgid "Try again"
421
  msgstr ""
422
 
423
+ #: bws_menu.php:836
424
  #, php-format
425
  msgid "Preview &#8220;%s&#8221;"
426
  msgstr ""
427
 
428
  # @ default
429
+ #: bws_menu.php:867
430
  #, fuzzy
431
  msgid "Install Now"
432
  msgstr "Instalar %s"
433
 
434
+ #: bws_menu.php:870
435
  #, php-format
436
  msgid "Update to version %s"
437
  msgstr ""
438
 
439
+ #: bws_menu.php:870
440
  msgid "Update"
441
  msgstr ""
442
 
443
+ #: bws_menu.php:877
444
  #, php-format
445
  msgid "Preview %s"
446
  msgstr ""
447
 
448
+ #: bws_menu.php:877
449
  msgid "Preview"
450
  msgstr ""
451
 
452
+ #: bws_menu.php:884
453
  #, php-format
454
  msgid "By %s"
455
  msgstr ""
456
 
457
+ #: bws_menu.php:890
458
  msgid "Details"
459
  msgstr ""
460
 
461
+ # @ default
462
+ #, fuzzy
463
+ #~ msgid "installed"
464
+ #~ msgstr "Instalar %s"
bws_menu/languages/bestwebsoft-ru_RU.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-01-06 15:15+0300\n"
6
- "PO-Revision-Date: 2014-01-06 15:19+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
@@ -16,379 +16,376 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_menu.php:331
20
  msgid "Not set"
21
  msgstr "Не задан"
22
 
23
- #: bws_menu.php:333
24
- #: bws_menu.php:337
25
  msgid "On"
26
  msgstr "Вкл"
27
 
28
- #: bws_menu.php:335
29
- #: bws_menu.php:339
30
  msgid "Off"
31
  msgstr "Выкл"
32
 
33
- #: bws_menu.php:343
34
- #: bws_menu.php:347
35
  #: bws_menu.php:351
36
  #: bws_menu.php:355
37
  #: bws_menu.php:359
38
- #: bws_menu.php:385
 
 
39
  msgid "N/A"
40
  msgstr "Неизвестно"
41
 
42
- #: bws_menu.php:357
43
  msgid " Mb"
44
  msgstr "Mb"
45
 
46
- #: bws_menu.php:361
47
- #: bws_menu.php:365
48
  #: bws_menu.php:369
49
- #: bws_menu.php:380
 
 
50
  msgid "Yes"
51
  msgstr "Да"
52
 
53
- #: bws_menu.php:363
54
- #: bws_menu.php:367
55
  #: bws_menu.php:371
56
- #: bws_menu.php:382
 
 
57
  msgid "No"
58
  msgstr "Нет"
59
 
60
- #: bws_menu.php:396
61
  msgid "Operating System"
62
  msgstr "Операционная система"
63
 
64
- #: bws_menu.php:397
65
  msgid "Server"
66
  msgstr "Тип сервера"
67
 
68
- #: bws_menu.php:398
69
  msgid "Memory usage"
70
  msgstr "Памяти использовано"
71
 
72
- #: bws_menu.php:399
73
  msgid "MYSQL Version"
74
  msgstr "Версия MYSQL"
75
 
76
- #: bws_menu.php:400
77
  msgid "SQL Mode"
78
  msgstr "Режим SQL"
79
 
80
- #: bws_menu.php:401
81
  msgid "PHP Version"
82
  msgstr "Версия PHP"
83
 
84
- #: bws_menu.php:402
85
  msgid "PHP Safe Mode"
86
  msgstr "PHP Safe Mode"
87
 
88
- #: bws_menu.php:403
89
  msgid "PHP Allow URL fopen"
90
  msgstr "PHP Allow URL fopen"
91
 
92
- #: bws_menu.php:404
93
  msgid "PHP Memory Limit"
94
  msgstr "Лимит памяти"
95
 
96
- #: bws_menu.php:405
97
  msgid "PHP Max Upload Size"
98
  msgstr "Макс. размер загружаемого файла"
99
 
100
- #: bws_menu.php:406
101
  msgid "PHP Max Post Size"
102
  msgstr "Макс. размер записи"
103
 
104
- #: bws_menu.php:407
105
  msgid "PHP Max Script Execute Time"
106
  msgstr "Макс. время выполнения сценария"
107
 
108
- #: bws_menu.php:408
109
  msgid "PHP Exif support"
110
  msgstr "Поддержка PHP Exif"
111
 
112
- #: bws_menu.php:409
113
  msgid "PHP IPTC support"
114
  msgstr "Поддержка PHP IPTC"
115
 
116
- #: bws_menu.php:410
117
  msgid "PHP XML support"
118
  msgstr "Поддержка PHP XML"
119
 
120
- #: bws_menu.php:411
121
  msgid "Site URL"
122
  msgstr "Адрес сайта"
123
 
124
- #: bws_menu.php:412
125
  msgid "Home URL"
126
  msgstr "Основной адрес сайта"
127
 
128
- #: bws_menu.php:413
129
  msgid "WordPress Version"
130
  msgstr "Версия WordPress"
131
 
132
- #: bws_menu.php:414
133
  msgid "WordPress DB Version"
134
  msgstr "Версия базы данных WordPress"
135
 
136
- #: bws_menu.php:415
137
  msgid "Multisite"
138
  msgstr "Мультиблог"
139
 
140
- #: bws_menu.php:416
141
  msgid "Active Theme"
142
  msgstr "Текущая тема"
143
 
144
- #: bws_menu.php:432
145
  msgid "Please enter a valid email address."
146
  msgstr "Пожалуйста, введите валидный емайл."
147
 
148
- #: bws_menu.php:436
149
  msgid "Email with system info is sent to "
150
  msgstr "E-mail с системной информацией отправлен на"
151
 
152
- #: bws_menu.php:440
153
  msgid "Thank you for contacting us."
154
  msgstr "Спасибо что связались с нами."
155
 
156
- #: bws_menu.php:468
157
  msgid "Sorry, email message could not be delivered."
158
  msgstr "Извините, ваш email не может быть отправлен."
159
 
160
- #: bws_menu.php:480
161
  msgid "Switch to new interface"
162
  msgstr "Переключится на новый интерфейс"
163
 
164
- #: bws_menu.php:487
165
  msgid "Pro plugins"
166
  msgstr "Pro плагины"
167
 
168
- #: bws_menu.php:490
169
- #: bws_menu.php:516
170
  msgid "Activated plugins"
171
  msgstr "Активированные плагины"
172
 
173
- #: bws_menu.php:492
174
  #: bws_menu.php:500
175
  #: bws_menu.php:508
176
- #: bws_menu.php:518
177
  #: bws_menu.php:526
178
  #: bws_menu.php:534
179
- #: bws_menu.php:544
180
- #: bws_menu.php:551
181
  #: bws_menu.php:559
 
182
  msgid "Read more"
183
  msgstr "Подробнее..."
184
 
185
- #: bws_menu.php:492
186
- #: bws_menu.php:518
187
- #: bws_menu.php:673
188
- #: bws_menu.php:701
189
  msgid "Settings"
190
  msgstr "Настройки"
191
 
192
- #: bws_menu.php:498
193
- #: bws_menu.php:524
194
- #: bws_menu.php:650
195
  msgid "Installed plugins"
196
  msgstr "Установленные плагины"
197
 
198
- #: bws_menu.php:506
199
- #: bws_menu.php:532
200
- #: bws_menu.php:763
201
  msgid "Recommended plugins"
202
  msgstr "Рекомендованные к установке плагины"
203
 
204
- #: bws_menu.php:508
205
  msgid "Purchase"
206
  msgstr "Купить"
207
 
208
- #: bws_menu.php:513
209
  msgid "Free plugins"
210
  msgstr "Бесплатные плагины"
211
 
212
- #: bws_menu.php:534
213
- #: bws_menu.php:559
214
  msgid "Download"
215
  msgstr "Скачать"
216
 
217
- #: bws_menu.php:534
218
- #: bws_menu.php:559
219
- #: bws_menu.php:865
220
  #, php-format
221
  msgid "Install %s"
222
  msgstr "Установлено %s"
223
 
224
- #: bws_menu.php:534
225
- #: bws_menu.php:559
226
  msgid "Install now from wordpress.org"
227
  msgstr "Установить с wordpress.org"
228
 
229
- #: bws_menu.php:540
230
  msgid "Free themes"
231
  msgstr "Бесплатные темы"
232
 
233
- #: bws_menu.php:543
234
  msgid "Activated theme"
235
  msgstr "Активная тема"
236
 
237
- #: bws_menu.php:544
238
  #, php-format
239
  msgid "Customize &#8220;%s&#8221;"
240
  msgstr "Кастомизировать &#8220;%s&#8221;"
241
 
242
- #: bws_menu.php:544
243
  msgid "Customize"
244
  msgstr "Кастомизировать"
245
 
246
- #: bws_menu.php:549
247
  msgid "Installed themes"
248
  msgstr "Установленные темы"
249
 
250
- #: bws_menu.php:557
251
  msgid "Recommended themes"
252
  msgstr "Рекомендованные темы"
253
 
254
- #: bws_menu.php:565
255
  msgid "If you have any questions, please contact us via"
256
  msgstr "Если у вас есть какие-то вопросы, обращайтесь на"
257
 
258
- #: bws_menu.php:572
259
- #: bws_menu.php:640
260
- #: bws_menu.php:901
261
  msgid "System status"
262
  msgstr "Системная информация"
263
 
264
- #: bws_menu.php:576
265
- #: bws_menu.php:904
266
  msgid "Environment"
267
  msgstr "Системная среда"
268
 
269
- #: bws_menu.php:587
270
- #: bws_menu.php:915
271
  msgid "Active Plugins"
272
  msgstr "Активированные плагины"
273
 
274
- #: bws_menu.php:598
275
- #: bws_menu.php:926
276
  msgid "Inactive Plugins"
277
  msgstr "Неактивированные плагины"
278
 
279
- #: bws_menu.php:612
280
- #: bws_menu.php:940
281
  msgid "Send to support"
282
  msgstr "Отправить в тех. поддержку"
283
 
284
- #: bws_menu.php:619
285
- #: bws_menu.php:947
286
  msgid "Send to custom email &#187;"
287
  msgstr "Отправить на емейл &#187;"
288
 
289
- #: bws_menu.php:630
290
  msgid "Switch to old interface"
291
  msgstr "Переключится на старый интерфейс"
292
 
293
- #: bws_menu.php:636
294
  msgid "Plugins"
295
  msgstr "Плагины"
296
 
297
- #: bws_menu.php:638
298
  msgid "Themes"
299
  msgstr "Темы"
300
 
301
- #: bws_menu.php:644
302
  msgid "All"
303
  msgstr "Все"
304
 
305
- #: bws_menu.php:645
306
  msgid "Installed"
307
  msgstr "Установленные"
308
 
309
- #: bws_menu.php:646
310
  msgid "Recommended"
311
  msgstr "Рекомендованные"
312
 
313
- #: bws_menu.php:666
314
- #: bws_menu.php:719
315
- msgid "installed"
316
- msgstr "установлен"
317
-
318
- #: bws_menu.php:671
319
- #: bws_menu.php:699
320
- #: bws_menu.php:724
321
- #: bws_menu.php:752
322
- #: bws_menu.php:793
323
  msgid "Learn more"
324
  msgstr "Подробнее"
325
 
326
- #: bws_menu.php:689
327
- #: bws_menu.php:742
328
- #: bws_menu.php:783
329
  msgid "Go"
330
- msgstr "Перейти"
331
 
332
- #: bws_menu.php:693
 
 
333
  msgid "DONATE"
334
  msgstr "Пожертвовать"
335
 
336
- #: bws_menu.php:726
337
- #: bws_menu.php:754
338
  msgid "Activate this plugin"
339
  msgstr "Активировать плагин"
340
 
341
- #: bws_menu.php:726
342
- #: bws_menu.php:754
343
  msgid "Activate"
344
  msgstr "Активировать"
345
 
346
- #: bws_menu.php:746
347
- #: bws_menu.php:787
348
- msgid "Donate"
349
- msgstr "Пожертвовать"
350
-
351
- #: bws_menu.php:795
352
  msgid "Install now"
353
- msgstr "Установить сейчас"
354
 
355
- #: bws_menu.php:817
356
  msgid "Try again"
357
  msgstr "Попробовать снова"
358
 
359
- #: bws_menu.php:834
360
  #, php-format
361
  msgid "Preview &#8220;%s&#8221;"
362
  msgstr "Просмотр &#8220;%s&#8221;"
363
 
364
- #: bws_menu.php:865
365
  msgid "Install Now"
366
- msgstr "Установить сейчас"
367
 
368
- #: bws_menu.php:868
369
  #, php-format
370
  msgid "Update to version %s"
371
  msgstr "Обновить до версии %s"
372
 
373
- #: bws_menu.php:868
374
  msgid "Update"
375
  msgstr "Обновить"
376
 
377
- #: bws_menu.php:875
378
  #, php-format
379
  msgid "Preview %s"
380
  msgstr "Просмотр %s"
381
 
382
- #: bws_menu.php:875
383
  msgid "Preview"
384
  msgstr "Просмотр"
385
 
386
- #: bws_menu.php:882
387
  #, php-format
388
  msgid "By %s"
389
  msgstr "%s"
390
 
391
- #: bws_menu.php:888
392
  msgid "Details"
393
  msgstr "Детали"
394
 
 
 
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-17 12:51+0300\n"
6
+ "PO-Revision-Date: 2014-01-17 12:51+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: bws_menu.php:339
20
  msgid "Not set"
21
  msgstr "Не задан"
22
 
23
+ #: bws_menu.php:341
24
+ #: bws_menu.php:345
25
  msgid "On"
26
  msgstr "Вкл"
27
 
28
+ #: bws_menu.php:343
29
+ #: bws_menu.php:347
30
  msgid "Off"
31
  msgstr "Выкл"
32
 
 
 
33
  #: bws_menu.php:351
34
  #: bws_menu.php:355
35
  #: bws_menu.php:359
36
+ #: bws_menu.php:363
37
+ #: bws_menu.php:367
38
+ #: bws_menu.php:393
39
  msgid "N/A"
40
  msgstr "Неизвестно"
41
 
42
+ #: bws_menu.php:365
43
  msgid " Mb"
44
  msgstr "Mb"
45
 
 
 
46
  #: bws_menu.php:369
47
+ #: bws_menu.php:373
48
+ #: bws_menu.php:377
49
+ #: bws_menu.php:388
50
  msgid "Yes"
51
  msgstr "Да"
52
 
 
 
53
  #: bws_menu.php:371
54
+ #: bws_menu.php:375
55
+ #: bws_menu.php:379
56
+ #: bws_menu.php:390
57
  msgid "No"
58
  msgstr "Нет"
59
 
60
+ #: bws_menu.php:404
61
  msgid "Operating System"
62
  msgstr "Операционная система"
63
 
64
+ #: bws_menu.php:405
65
  msgid "Server"
66
  msgstr "Тип сервера"
67
 
68
+ #: bws_menu.php:406
69
  msgid "Memory usage"
70
  msgstr "Памяти использовано"
71
 
72
+ #: bws_menu.php:407
73
  msgid "MYSQL Version"
74
  msgstr "Версия MYSQL"
75
 
76
+ #: bws_menu.php:408
77
  msgid "SQL Mode"
78
  msgstr "Режим SQL"
79
 
80
+ #: bws_menu.php:409
81
  msgid "PHP Version"
82
  msgstr "Версия PHP"
83
 
84
+ #: bws_menu.php:410
85
  msgid "PHP Safe Mode"
86
  msgstr "PHP Safe Mode"
87
 
88
+ #: bws_menu.php:411
89
  msgid "PHP Allow URL fopen"
90
  msgstr "PHP Allow URL fopen"
91
 
92
+ #: bws_menu.php:412
93
  msgid "PHP Memory Limit"
94
  msgstr "Лимит памяти"
95
 
96
+ #: bws_menu.php:413
97
  msgid "PHP Max Upload Size"
98
  msgstr "Макс. размер загружаемого файла"
99
 
100
+ #: bws_menu.php:414
101
  msgid "PHP Max Post Size"
102
  msgstr "Макс. размер записи"
103
 
104
+ #: bws_menu.php:415
105
  msgid "PHP Max Script Execute Time"
106
  msgstr "Макс. время выполнения сценария"
107
 
108
+ #: bws_menu.php:416
109
  msgid "PHP Exif support"
110
  msgstr "Поддержка PHP Exif"
111
 
112
+ #: bws_menu.php:417
113
  msgid "PHP IPTC support"
114
  msgstr "Поддержка PHP IPTC"
115
 
116
+ #: bws_menu.php:418
117
  msgid "PHP XML support"
118
  msgstr "Поддержка PHP XML"
119
 
120
+ #: bws_menu.php:419
121
  msgid "Site URL"
122
  msgstr "Адрес сайта"
123
 
124
+ #: bws_menu.php:420
125
  msgid "Home URL"
126
  msgstr "Основной адрес сайта"
127
 
128
+ #: bws_menu.php:421
129
  msgid "WordPress Version"
130
  msgstr "Версия WordPress"
131
 
132
+ #: bws_menu.php:422
133
  msgid "WordPress DB Version"
134
  msgstr "Версия базы данных WordPress"
135
 
136
+ #: bws_menu.php:423
137
  msgid "Multisite"
138
  msgstr "Мультиблог"
139
 
140
+ #: bws_menu.php:424
141
  msgid "Active Theme"
142
  msgstr "Текущая тема"
143
 
144
+ #: bws_menu.php:440
145
  msgid "Please enter a valid email address."
146
  msgstr "Пожалуйста, введите валидный емайл."
147
 
148
+ #: bws_menu.php:444
149
  msgid "Email with system info is sent to "
150
  msgstr "E-mail с системной информацией отправлен на"
151
 
152
+ #: bws_menu.php:448
153
  msgid "Thank you for contacting us."
154
  msgstr "Спасибо что связались с нами."
155
 
156
+ #: bws_menu.php:476
157
  msgid "Sorry, email message could not be delivered."
158
  msgstr "Извините, ваш email не может быть отправлен."
159
 
160
+ #: bws_menu.php:488
161
  msgid "Switch to new interface"
162
  msgstr "Переключится на новый интерфейс"
163
 
164
+ #: bws_menu.php:495
165
  msgid "Pro plugins"
166
  msgstr "Pro плагины"
167
 
168
+ #: bws_menu.php:498
169
+ #: bws_menu.php:524
170
  msgid "Activated plugins"
171
  msgstr "Активированные плагины"
172
 
 
173
  #: bws_menu.php:500
174
  #: bws_menu.php:508
175
+ #: bws_menu.php:516
176
  #: bws_menu.php:526
177
  #: bws_menu.php:534
178
+ #: bws_menu.php:542
179
+ #: bws_menu.php:552
180
  #: bws_menu.php:559
181
+ #: bws_menu.php:567
182
  msgid "Read more"
183
  msgstr "Подробнее..."
184
 
185
+ #: bws_menu.php:500
186
+ #: bws_menu.php:526
187
+ #: bws_menu.php:678
188
+ #: bws_menu.php:706
189
  msgid "Settings"
190
  msgstr "Настройки"
191
 
192
+ #: bws_menu.php:506
193
+ #: bws_menu.php:532
194
+ #: bws_menu.php:658
195
  msgid "Installed plugins"
196
  msgstr "Установленные плагины"
197
 
198
+ #: bws_menu.php:514
199
+ #: bws_menu.php:540
200
+ #: bws_menu.php:765
201
  msgid "Recommended plugins"
202
  msgstr "Рекомендованные к установке плагины"
203
 
204
+ #: bws_menu.php:516
205
  msgid "Purchase"
206
  msgstr "Купить"
207
 
208
+ #: bws_menu.php:521
209
  msgid "Free plugins"
210
  msgstr "Бесплатные плагины"
211
 
212
+ #: bws_menu.php:542
213
+ #: bws_menu.php:567
214
  msgid "Download"
215
  msgstr "Скачать"
216
 
217
+ #: bws_menu.php:542
218
+ #: bws_menu.php:567
219
+ #: bws_menu.php:867
220
  #, php-format
221
  msgid "Install %s"
222
  msgstr "Установлено %s"
223
 
224
+ #: bws_menu.php:542
225
+ #: bws_menu.php:567
226
  msgid "Install now from wordpress.org"
227
  msgstr "Установить с wordpress.org"
228
 
229
+ #: bws_menu.php:548
230
  msgid "Free themes"
231
  msgstr "Бесплатные темы"
232
 
233
+ #: bws_menu.php:551
234
  msgid "Activated theme"
235
  msgstr "Активная тема"
236
 
237
+ #: bws_menu.php:552
238
  #, php-format
239
  msgid "Customize &#8220;%s&#8221;"
240
  msgstr "Кастомизировать &#8220;%s&#8221;"
241
 
242
+ #: bws_menu.php:552
243
  msgid "Customize"
244
  msgstr "Кастомизировать"
245
 
246
+ #: bws_menu.php:557
247
  msgid "Installed themes"
248
  msgstr "Установленные темы"
249
 
250
+ #: bws_menu.php:565
251
  msgid "Recommended themes"
252
  msgstr "Рекомендованные темы"
253
 
254
+ #: bws_menu.php:573
255
  msgid "If you have any questions, please contact us via"
256
  msgstr "Если у вас есть какие-то вопросы, обращайтесь на"
257
 
258
+ #: bws_menu.php:580
259
+ #: bws_menu.php:648
260
+ #: bws_menu.php:903
261
  msgid "System status"
262
  msgstr "Системная информация"
263
 
264
+ #: bws_menu.php:584
265
+ #: bws_menu.php:906
266
  msgid "Environment"
267
  msgstr "Системная среда"
268
 
269
+ #: bws_menu.php:595
270
+ #: bws_menu.php:917
271
  msgid "Active Plugins"
272
  msgstr "Активированные плагины"
273
 
274
+ #: bws_menu.php:606
275
+ #: bws_menu.php:928
276
  msgid "Inactive Plugins"
277
  msgstr "Неактивированные плагины"
278
 
279
+ #: bws_menu.php:620
280
+ #: bws_menu.php:942
281
  msgid "Send to support"
282
  msgstr "Отправить в тех. поддержку"
283
 
284
+ #: bws_menu.php:627
285
+ #: bws_menu.php:949
286
  msgid "Send to custom email &#187;"
287
  msgstr "Отправить на емейл &#187;"
288
 
289
+ #: bws_menu.php:638
290
  msgid "Switch to old interface"
291
  msgstr "Переключится на старый интерфейс"
292
 
293
+ #: bws_menu.php:644
294
  msgid "Plugins"
295
  msgstr "Плагины"
296
 
297
+ #: bws_menu.php:646
298
  msgid "Themes"
299
  msgstr "Темы"
300
 
301
+ #: bws_menu.php:652
302
  msgid "All"
303
  msgstr "Все"
304
 
305
+ #: bws_menu.php:653
306
  msgid "Installed"
307
  msgstr "Установленные"
308
 
309
+ #: bws_menu.php:654
310
  msgid "Recommended"
311
  msgstr "Рекомендованные"
312
 
313
+ #: bws_menu.php:676
314
+ #: bws_menu.php:704
315
+ #: bws_menu.php:726
316
+ #: bws_menu.php:754
317
+ #: bws_menu.php:795
 
 
 
 
 
318
  msgid "Learn more"
319
  msgstr "Подробнее"
320
 
321
+ #: bws_menu.php:694
322
+ #: bws_menu.php:744
323
+ #: bws_menu.php:785
324
  msgid "Go"
325
+ msgstr "Перейти на"
326
 
327
+ #: bws_menu.php:698
328
+ #: bws_menu.php:748
329
+ #: bws_menu.php:789
330
  msgid "DONATE"
331
  msgstr "Пожертвовать"
332
 
333
+ #: bws_menu.php:728
334
+ #: bws_menu.php:756
335
  msgid "Activate this plugin"
336
  msgstr "Активировать плагин"
337
 
338
+ #: bws_menu.php:728
339
+ #: bws_menu.php:756
340
  msgid "Activate"
341
  msgstr "Активировать"
342
 
343
+ #: bws_menu.php:797
 
 
 
 
 
344
  msgid "Install now"
345
+ msgstr "Установить"
346
 
347
+ #: bws_menu.php:819
348
  msgid "Try again"
349
  msgstr "Попробовать снова"
350
 
351
+ #: bws_menu.php:836
352
  #, php-format
353
  msgid "Preview &#8220;%s&#8221;"
354
  msgstr "Просмотр &#8220;%s&#8221;"
355
 
356
+ #: bws_menu.php:867
357
  msgid "Install Now"
358
+ msgstr "Установить"
359
 
360
+ #: bws_menu.php:870
361
  #, php-format
362
  msgid "Update to version %s"
363
  msgstr "Обновить до версии %s"
364
 
365
+ #: bws_menu.php:870
366
  msgid "Update"
367
  msgstr "Обновить"
368
 
369
+ #: bws_menu.php:877
370
  #, php-format
371
  msgid "Preview %s"
372
  msgstr "Просмотр %s"
373
 
374
+ #: bws_menu.php:877
375
  msgid "Preview"
376
  msgstr "Просмотр"
377
 
378
+ #: bws_menu.php:884
379
  #, php-format
380
  msgid "By %s"
381
  msgstr "%s"
382
 
383
+ #: bws_menu.php:890
384
  msgid "Details"
385
  msgstr "Детали"
386
 
387
+ #~ msgid "Donate"
388
+ #~ msgstr "Пожертвовать"
389
+
390
+ #~ msgid "installed"
391
+ #~ msgstr "установлен"
bws_menu/languages/bestwebsoft-sr_RS.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-sr_RS.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-01-06 15:20+0300\n"
6
- "PO-Revision-Date: 2014-01-06 15:20+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
9
  "Language: fr_FR\n"
@@ -17,400 +17,395 @@ msgstr ""
17
  "X-Generator: Poedit 1.5.7\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: bws_menu.php:331
21
  msgid "Not set"
22
  msgstr "Nije podešeno"
23
 
24
- #: bws_menu.php:333
25
- #: bws_menu.php:337
26
  msgid "On"
27
  msgstr "Uključeno"
28
 
29
- #: bws_menu.php:335
30
- #: bws_menu.php:339
31
  msgid "Off"
32
  msgstr "Isključeno"
33
 
34
- #: bws_menu.php:343
35
- #: bws_menu.php:347
36
  #: bws_menu.php:351
37
  #: bws_menu.php:355
38
  #: bws_menu.php:359
39
- #: bws_menu.php:385
 
 
40
  msgid "N/A"
41
  msgstr "N/A"
42
 
43
- #: bws_menu.php:357
44
  msgid " Mb"
45
  msgstr " Mb"
46
 
47
- #: bws_menu.php:361
48
- #: bws_menu.php:365
49
  #: bws_menu.php:369
50
- #: bws_menu.php:380
 
 
51
  msgid "Yes"
52
  msgstr "Da"
53
 
54
- #: bws_menu.php:363
55
- #: bws_menu.php:367
56
  #: bws_menu.php:371
57
- #: bws_menu.php:382
 
 
58
  msgid "No"
59
  msgstr "Ne"
60
 
61
- #: bws_menu.php:396
62
  msgid "Operating System"
63
  msgstr "Operativni Sistem"
64
 
65
- #: bws_menu.php:397
66
  msgid "Server"
67
  msgstr "Server"
68
 
69
- #: bws_menu.php:398
70
  msgid "Memory usage"
71
  msgstr "Upotreba memorije"
72
 
73
- #: bws_menu.php:399
74
  msgid "MYSQL Version"
75
  msgstr "MYSQL Verzija"
76
 
77
- #: bws_menu.php:400
78
  msgid "SQL Mode"
79
  msgstr "SQL način"
80
 
81
- #: bws_menu.php:401
82
  msgid "PHP Version"
83
  msgstr "PHP Verzija"
84
 
85
- #: bws_menu.php:402
86
  msgid "PHP Safe Mode"
87
  msgstr "PHP Sigurni način"
88
 
89
- #: bws_menu.php:403
90
  msgid "PHP Allow URL fopen"
91
  msgstr "PHP Dozvoli URL fopen"
92
 
93
- #: bws_menu.php:404
94
  msgid "PHP Memory Limit"
95
  msgstr "PHP Ograničenje memorije"
96
 
97
- #: bws_menu.php:405
98
  #, fuzzy
99
  msgid "PHP Max Upload Size"
100
  msgstr "Envoi de fichier"
101
 
102
- #: bws_menu.php:406
103
  msgid "PHP Max Post Size"
104
  msgstr "PHP Max veličina za učitavanje"
105
 
106
- #: bws_menu.php:407
107
  msgid "PHP Max Script Execute Time"
108
  msgstr "PHP Max veličina posta"
109
 
110
- #: bws_menu.php:408
111
  msgid "PHP Exif support"
112
  msgstr "PHP Exif podrška"
113
 
114
- #: bws_menu.php:409
115
  msgid "PHP IPTC support"
116
  msgstr "PHP IPTC podrška"
117
 
118
- #: bws_menu.php:410
119
  msgid "PHP XML support"
120
  msgstr "PHP XML podrška"
121
 
122
- #: bws_menu.php:411
123
  #, fuzzy
124
  msgid "Site URL"
125
  msgstr "URL du lien"
126
 
127
- #: bws_menu.php:412
128
  msgid "Home URL"
129
  msgstr "URL naslovne"
130
 
131
- #: bws_menu.php:413
132
  msgid "WordPress Version"
133
  msgstr "WordPress Verzija"
134
 
135
- #: bws_menu.php:414
136
  msgid "WordPress DB Version"
137
  msgstr "WordPress DB Verzija"
138
 
139
- #: bws_menu.php:415
140
  msgid "Multisite"
141
  msgstr "Višenamenski sajt"
142
 
143
- #: bws_menu.php:416
144
  msgid "Active Theme"
145
  msgstr "Aktivna tema"
146
 
147
- #: bws_menu.php:432
148
  msgid "Please enter a valid email address."
149
  msgstr "Molimo unesite važeću mejl adresu"
150
 
151
- #: bws_menu.php:436
152
  msgid "Email with system info is sent to "
153
  msgstr "Mejl sa sistemskim informacijama je poslat na"
154
 
155
- #: bws_menu.php:440
156
  msgid "Thank you for contacting us."
157
  msgstr "Hvala što ste nas kontaktirali"
158
 
159
- #: bws_menu.php:468
160
  msgid "Sorry, email message could not be delivered."
161
  msgstr "Nažalost mejl poruka nije prosleđena"
162
 
163
- #: bws_menu.php:480
164
  msgid "Switch to new interface"
165
  msgstr ""
166
 
167
- #: bws_menu.php:487
168
  msgid "Pro plugins"
169
  msgstr "Pro moduli"
170
 
171
- #: bws_menu.php:490
172
- #: bws_menu.php:516
173
  msgid "Activated plugins"
174
  msgstr "Aktivirani moduli"
175
 
176
- #: bws_menu.php:492
177
  #: bws_menu.php:500
178
  #: bws_menu.php:508
179
- #: bws_menu.php:518
180
  #: bws_menu.php:526
181
  #: bws_menu.php:534
182
- #: bws_menu.php:544
183
- #: bws_menu.php:551
184
  #: bws_menu.php:559
 
185
  msgid "Read more"
186
  msgstr "Pročitaj više"
187
 
188
- #: bws_menu.php:492
189
- #: bws_menu.php:518
190
- #: bws_menu.php:673
191
- #: bws_menu.php:701
192
  msgid "Settings"
193
  msgstr "Podešavanja"
194
 
195
- #: bws_menu.php:498
196
- #: bws_menu.php:524
197
- #: bws_menu.php:650
198
  msgid "Installed plugins"
199
  msgstr "Instalirani moduli"
200
 
201
- #: bws_menu.php:506
202
- #: bws_menu.php:532
203
- #: bws_menu.php:763
204
  msgid "Recommended plugins"
205
  msgstr "Preporučeni moduli"
206
 
207
- #: bws_menu.php:508
208
  msgid "Purchase"
209
  msgstr "Kupovina"
210
 
211
- #: bws_menu.php:513
212
  msgid "Free plugins"
213
  msgstr "Besplatni moduli"
214
 
215
- #: bws_menu.php:534
216
- #: bws_menu.php:559
217
  msgid "Download"
218
  msgstr "Prezimanje"
219
 
220
- #: bws_menu.php:534
221
- #: bws_menu.php:559
222
- #: bws_menu.php:865
223
  #, php-format
224
  msgid "Install %s"
225
  msgstr "Instalacija %s"
226
 
227
- #: bws_menu.php:534
228
- #: bws_menu.php:559
229
  msgid "Install now from wordpress.org"
230
  msgstr "Instaliraj sada sa wordpress.org"
231
 
232
- #: bws_menu.php:540
233
  msgid "Free themes"
234
  msgstr ""
235
 
236
- #: bws_menu.php:543
237
  #, fuzzy
238
  msgid "Activated theme"
239
  msgstr "Aktivna tema"
240
 
241
- #: bws_menu.php:544
242
  #, php-format
243
  msgid "Customize &#8220;%s&#8221;"
244
  msgstr ""
245
 
246
- #: bws_menu.php:544
247
  msgid "Customize"
248
  msgstr ""
249
 
250
- #: bws_menu.php:549
251
  #, fuzzy
252
  msgid "Installed themes"
253
  msgstr "Instalacija %s"
254
 
255
- #: bws_menu.php:557
256
  #, fuzzy
257
  msgid "Recommended themes"
258
  msgstr "Preporučeni moduli"
259
 
260
- #: bws_menu.php:565
261
  msgid "If you have any questions, please contact us via"
262
  msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
263
 
264
- #: bws_menu.php:572
265
- #: bws_menu.php:640
266
- #: bws_menu.php:901
267
  msgid "System status"
268
  msgstr "Sistemski status"
269
 
270
- #: bws_menu.php:576
271
- #: bws_menu.php:904
272
  msgid "Environment"
273
  msgstr "Okruženje"
274
 
275
- #: bws_menu.php:587
276
- #: bws_menu.php:915
277
  #, fuzzy
278
  msgid "Active Plugins"
279
  msgstr "Extensions activées"
280
 
281
- #: bws_menu.php:598
282
- #: bws_menu.php:926
283
  #, fuzzy
284
  msgid "Inactive Plugins"
285
  msgstr "Extensions activées"
286
 
287
- #: bws_menu.php:612
288
- #: bws_menu.php:940
289
  #, fuzzy
290
  msgid "Send to support"
291
  msgstr "Soutien"
292
 
293
- #: bws_menu.php:619
294
- #: bws_menu.php:947
295
  msgid "Send to custom email &#187;"
296
  msgstr "Pošalji na korisnički mejl &#187;"
297
 
298
- #: bws_menu.php:630
299
  msgid "Switch to old interface"
300
  msgstr ""
301
 
302
- #: bws_menu.php:636
303
  #, fuzzy
304
  msgid "Plugins"
305
  msgstr "Pro moduli"
306
 
307
- #: bws_menu.php:638
308
  msgid "Themes"
309
  msgstr ""
310
 
311
- #: bws_menu.php:644
312
  msgid "All"
313
  msgstr ""
314
 
315
- #: bws_menu.php:645
316
  #, fuzzy
317
  msgid "Installed"
318
  msgstr "Instalacija %s"
319
 
320
- #: bws_menu.php:646
321
  #, fuzzy
322
  msgid "Recommended"
323
  msgstr "Preporučeni moduli"
324
 
325
- #: bws_menu.php:666
326
- #: bws_menu.php:719
327
- #, fuzzy
328
- msgid "installed"
329
- msgstr "Instalacija %s"
330
-
331
- #: bws_menu.php:671
332
- #: bws_menu.php:699
333
- #: bws_menu.php:724
334
- #: bws_menu.php:752
335
- #: bws_menu.php:793
336
  #, fuzzy
337
  msgid "Learn more"
338
  msgstr "Pročitaj više"
339
 
340
- #: bws_menu.php:689
341
- #: bws_menu.php:742
342
- #: bws_menu.php:783
343
  msgid "Go"
344
  msgstr ""
345
 
346
- #: bws_menu.php:693
 
 
347
  msgid "DONATE"
348
  msgstr ""
349
 
350
- #: bws_menu.php:726
351
- #: bws_menu.php:754
352
  #, fuzzy
353
  msgid "Activate this plugin"
354
  msgstr "Aktivirani moduli"
355
 
356
- #: bws_menu.php:726
357
- #: bws_menu.php:754
358
  #, fuzzy
359
  msgid "Activate"
360
  msgstr "Aktivirani moduli"
361
 
362
- #: bws_menu.php:746
363
- #: bws_menu.php:787
364
- msgid "Donate"
365
- msgstr ""
366
-
367
- #: bws_menu.php:795
368
  #, fuzzy
369
  msgid "Install now"
370
  msgstr "Instalacija %s"
371
 
372
- #: bws_menu.php:817
373
  msgid "Try again"
374
  msgstr ""
375
 
376
- #: bws_menu.php:834
377
  #, php-format
378
  msgid "Preview &#8220;%s&#8221;"
379
  msgstr ""
380
 
381
- #: bws_menu.php:865
382
  #, fuzzy
383
  msgid "Install Now"
384
  msgstr "Instalacija %s"
385
 
386
- #: bws_menu.php:868
387
  #, php-format
388
  msgid "Update to version %s"
389
  msgstr ""
390
 
391
- #: bws_menu.php:868
392
  #, fuzzy
393
  msgid "Update"
394
  msgstr "date"
395
 
396
- #: bws_menu.php:875
397
  #, php-format
398
  msgid "Preview %s"
399
  msgstr ""
400
 
401
- #: bws_menu.php:875
402
  msgid "Preview"
403
  msgstr ""
404
 
405
- #: bws_menu.php:882
406
  #, php-format
407
  msgid "By %s"
408
  msgstr ""
409
 
410
- #: bws_menu.php:888
411
  msgid "Details"
412
  msgstr ""
413
 
 
 
 
 
414
  #~ msgid ""
415
  #~ "The following files \"gallery-template.php\" and \"gallery-single-"
416
  #~ "template.php\" were not found in the directory of your theme. Please copy "
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-17 12:13+0300\n"
6
+ "PO-Revision-Date: 2014-01-17 12:13+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
9
  "Language: fr_FR\n"
17
  "X-Generator: Poedit 1.5.7\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: bws_menu.php:339
21
  msgid "Not set"
22
  msgstr "Nije podešeno"
23
 
24
+ #: bws_menu.php:341
25
+ #: bws_menu.php:345
26
  msgid "On"
27
  msgstr "Uključeno"
28
 
29
+ #: bws_menu.php:343
30
+ #: bws_menu.php:347
31
  msgid "Off"
32
  msgstr "Isključeno"
33
 
 
 
34
  #: bws_menu.php:351
35
  #: bws_menu.php:355
36
  #: bws_menu.php:359
37
+ #: bws_menu.php:363
38
+ #: bws_menu.php:367
39
+ #: bws_menu.php:393
40
  msgid "N/A"
41
  msgstr "N/A"
42
 
43
+ #: bws_menu.php:365
44
  msgid " Mb"
45
  msgstr " Mb"
46
 
 
 
47
  #: bws_menu.php:369
48
+ #: bws_menu.php:373
49
+ #: bws_menu.php:377
50
+ #: bws_menu.php:388
51
  msgid "Yes"
52
  msgstr "Da"
53
 
 
 
54
  #: bws_menu.php:371
55
+ #: bws_menu.php:375
56
+ #: bws_menu.php:379
57
+ #: bws_menu.php:390
58
  msgid "No"
59
  msgstr "Ne"
60
 
61
+ #: bws_menu.php:404
62
  msgid "Operating System"
63
  msgstr "Operativni Sistem"
64
 
65
+ #: bws_menu.php:405
66
  msgid "Server"
67
  msgstr "Server"
68
 
69
+ #: bws_menu.php:406
70
  msgid "Memory usage"
71
  msgstr "Upotreba memorije"
72
 
73
+ #: bws_menu.php:407
74
  msgid "MYSQL Version"
75
  msgstr "MYSQL Verzija"
76
 
77
+ #: bws_menu.php:408
78
  msgid "SQL Mode"
79
  msgstr "SQL način"
80
 
81
+ #: bws_menu.php:409
82
  msgid "PHP Version"
83
  msgstr "PHP Verzija"
84
 
85
+ #: bws_menu.php:410
86
  msgid "PHP Safe Mode"
87
  msgstr "PHP Sigurni način"
88
 
89
+ #: bws_menu.php:411
90
  msgid "PHP Allow URL fopen"
91
  msgstr "PHP Dozvoli URL fopen"
92
 
93
+ #: bws_menu.php:412
94
  msgid "PHP Memory Limit"
95
  msgstr "PHP Ograničenje memorije"
96
 
97
+ #: bws_menu.php:413
98
  #, fuzzy
99
  msgid "PHP Max Upload Size"
100
  msgstr "Envoi de fichier"
101
 
102
+ #: bws_menu.php:414
103
  msgid "PHP Max Post Size"
104
  msgstr "PHP Max veličina za učitavanje"
105
 
106
+ #: bws_menu.php:415
107
  msgid "PHP Max Script Execute Time"
108
  msgstr "PHP Max veličina posta"
109
 
110
+ #: bws_menu.php:416
111
  msgid "PHP Exif support"
112
  msgstr "PHP Exif podrška"
113
 
114
+ #: bws_menu.php:417
115
  msgid "PHP IPTC support"
116
  msgstr "PHP IPTC podrška"
117
 
118
+ #: bws_menu.php:418
119
  msgid "PHP XML support"
120
  msgstr "PHP XML podrška"
121
 
122
+ #: bws_menu.php:419
123
  #, fuzzy
124
  msgid "Site URL"
125
  msgstr "URL du lien"
126
 
127
+ #: bws_menu.php:420
128
  msgid "Home URL"
129
  msgstr "URL naslovne"
130
 
131
+ #: bws_menu.php:421
132
  msgid "WordPress Version"
133
  msgstr "WordPress Verzija"
134
 
135
+ #: bws_menu.php:422
136
  msgid "WordPress DB Version"
137
  msgstr "WordPress DB Verzija"
138
 
139
+ #: bws_menu.php:423
140
  msgid "Multisite"
141
  msgstr "Višenamenski sajt"
142
 
143
+ #: bws_menu.php:424
144
  msgid "Active Theme"
145
  msgstr "Aktivna tema"
146
 
147
+ #: bws_menu.php:440
148
  msgid "Please enter a valid email address."
149
  msgstr "Molimo unesite važeću mejl adresu"
150
 
151
+ #: bws_menu.php:444
152
  msgid "Email with system info is sent to "
153
  msgstr "Mejl sa sistemskim informacijama je poslat na"
154
 
155
+ #: bws_menu.php:448
156
  msgid "Thank you for contacting us."
157
  msgstr "Hvala što ste nas kontaktirali"
158
 
159
+ #: bws_menu.php:476
160
  msgid "Sorry, email message could not be delivered."
161
  msgstr "Nažalost mejl poruka nije prosleđena"
162
 
163
+ #: bws_menu.php:488
164
  msgid "Switch to new interface"
165
  msgstr ""
166
 
167
+ #: bws_menu.php:495
168
  msgid "Pro plugins"
169
  msgstr "Pro moduli"
170
 
171
+ #: bws_menu.php:498
172
+ #: bws_menu.php:524
173
  msgid "Activated plugins"
174
  msgstr "Aktivirani moduli"
175
 
 
176
  #: bws_menu.php:500
177
  #: bws_menu.php:508
178
+ #: bws_menu.php:516
179
  #: bws_menu.php:526
180
  #: bws_menu.php:534
181
+ #: bws_menu.php:542
182
+ #: bws_menu.php:552
183
  #: bws_menu.php:559
184
+ #: bws_menu.php:567
185
  msgid "Read more"
186
  msgstr "Pročitaj više"
187
 
188
+ #: bws_menu.php:500
189
+ #: bws_menu.php:526
190
+ #: bws_menu.php:678
191
+ #: bws_menu.php:706
192
  msgid "Settings"
193
  msgstr "Podešavanja"
194
 
195
+ #: bws_menu.php:506
196
+ #: bws_menu.php:532
197
+ #: bws_menu.php:658
198
  msgid "Installed plugins"
199
  msgstr "Instalirani moduli"
200
 
201
+ #: bws_menu.php:514
202
+ #: bws_menu.php:540
203
+ #: bws_menu.php:765
204
  msgid "Recommended plugins"
205
  msgstr "Preporučeni moduli"
206
 
207
+ #: bws_menu.php:516
208
  msgid "Purchase"
209
  msgstr "Kupovina"
210
 
211
+ #: bws_menu.php:521
212
  msgid "Free plugins"
213
  msgstr "Besplatni moduli"
214
 
215
+ #: bws_menu.php:542
216
+ #: bws_menu.php:567
217
  msgid "Download"
218
  msgstr "Prezimanje"
219
 
220
+ #: bws_menu.php:542
221
+ #: bws_menu.php:567
222
+ #: bws_menu.php:867
223
  #, php-format
224
  msgid "Install %s"
225
  msgstr "Instalacija %s"
226
 
227
+ #: bws_menu.php:542
228
+ #: bws_menu.php:567
229
  msgid "Install now from wordpress.org"
230
  msgstr "Instaliraj sada sa wordpress.org"
231
 
232
+ #: bws_menu.php:548
233
  msgid "Free themes"
234
  msgstr ""
235
 
236
+ #: bws_menu.php:551
237
  #, fuzzy
238
  msgid "Activated theme"
239
  msgstr "Aktivna tema"
240
 
241
+ #: bws_menu.php:552
242
  #, php-format
243
  msgid "Customize &#8220;%s&#8221;"
244
  msgstr ""
245
 
246
+ #: bws_menu.php:552
247
  msgid "Customize"
248
  msgstr ""
249
 
250
+ #: bws_menu.php:557
251
  #, fuzzy
252
  msgid "Installed themes"
253
  msgstr "Instalacija %s"
254
 
255
+ #: bws_menu.php:565
256
  #, fuzzy
257
  msgid "Recommended themes"
258
  msgstr "Preporučeni moduli"
259
 
260
+ #: bws_menu.php:573
261
  msgid "If you have any questions, please contact us via"
262
  msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
263
 
264
+ #: bws_menu.php:580
265
+ #: bws_menu.php:648
266
+ #: bws_menu.php:903
267
  msgid "System status"
268
  msgstr "Sistemski status"
269
 
270
+ #: bws_menu.php:584
271
+ #: bws_menu.php:906
272
  msgid "Environment"
273
  msgstr "Okruženje"
274
 
275
+ #: bws_menu.php:595
276
+ #: bws_menu.php:917
277
  #, fuzzy
278
  msgid "Active Plugins"
279
  msgstr "Extensions activées"
280
 
281
+ #: bws_menu.php:606
282
+ #: bws_menu.php:928
283
  #, fuzzy
284
  msgid "Inactive Plugins"
285
  msgstr "Extensions activées"
286
 
287
+ #: bws_menu.php:620
288
+ #: bws_menu.php:942
289
  #, fuzzy
290
  msgid "Send to support"
291
  msgstr "Soutien"
292
 
293
+ #: bws_menu.php:627
294
+ #: bws_menu.php:949
295
  msgid "Send to custom email &#187;"
296
  msgstr "Pošalji na korisnički mejl &#187;"
297
 
298
+ #: bws_menu.php:638
299
  msgid "Switch to old interface"
300
  msgstr ""
301
 
302
+ #: bws_menu.php:644
303
  #, fuzzy
304
  msgid "Plugins"
305
  msgstr "Pro moduli"
306
 
307
+ #: bws_menu.php:646
308
  msgid "Themes"
309
  msgstr ""
310
 
311
+ #: bws_menu.php:652
312
  msgid "All"
313
  msgstr ""
314
 
315
+ #: bws_menu.php:653
316
  #, fuzzy
317
  msgid "Installed"
318
  msgstr "Instalacija %s"
319
 
320
+ #: bws_menu.php:654
321
  #, fuzzy
322
  msgid "Recommended"
323
  msgstr "Preporučeni moduli"
324
 
325
+ #: bws_menu.php:676
326
+ #: bws_menu.php:704
327
+ #: bws_menu.php:726
328
+ #: bws_menu.php:754
329
+ #: bws_menu.php:795
 
 
 
 
 
 
330
  #, fuzzy
331
  msgid "Learn more"
332
  msgstr "Pročitaj više"
333
 
334
+ #: bws_menu.php:694
335
+ #: bws_menu.php:744
336
+ #: bws_menu.php:785
337
  msgid "Go"
338
  msgstr ""
339
 
340
+ #: bws_menu.php:698
341
+ #: bws_menu.php:748
342
+ #: bws_menu.php:789
343
  msgid "DONATE"
344
  msgstr ""
345
 
346
+ #: bws_menu.php:728
347
+ #: bws_menu.php:756
348
  #, fuzzy
349
  msgid "Activate this plugin"
350
  msgstr "Aktivirani moduli"
351
 
352
+ #: bws_menu.php:728
353
+ #: bws_menu.php:756
354
  #, fuzzy
355
  msgid "Activate"
356
  msgstr "Aktivirani moduli"
357
 
358
+ #: bws_menu.php:797
 
 
 
 
 
359
  #, fuzzy
360
  msgid "Install now"
361
  msgstr "Instalacija %s"
362
 
363
+ #: bws_menu.php:819
364
  msgid "Try again"
365
  msgstr ""
366
 
367
+ #: bws_menu.php:836
368
  #, php-format
369
  msgid "Preview &#8220;%s&#8221;"
370
  msgstr ""
371
 
372
+ #: bws_menu.php:867
373
  #, fuzzy
374
  msgid "Install Now"
375
  msgstr "Instalacija %s"
376
 
377
+ #: bws_menu.php:870
378
  #, php-format
379
  msgid "Update to version %s"
380
  msgstr ""
381
 
382
+ #: bws_menu.php:870
383
  #, fuzzy
384
  msgid "Update"
385
  msgstr "date"
386
 
387
+ #: bws_menu.php:877
388
  #, php-format
389
  msgid "Preview %s"
390
  msgstr ""
391
 
392
+ #: bws_menu.php:877
393
  msgid "Preview"
394
  msgstr ""
395
 
396
+ #: bws_menu.php:884
397
  #, php-format
398
  msgid "By %s"
399
  msgstr ""
400
 
401
+ #: bws_menu.php:890
402
  msgid "Details"
403
  msgstr ""
404
 
405
+ #, fuzzy
406
+ #~ msgid "installed"
407
+ #~ msgstr "Instalacija %s"
408
+
409
  #~ msgid ""
410
  #~ "The following files \"gallery-template.php\" and \"gallery-single-"
411
  #~ "template.php\" were not found in the directory of your theme. Please copy "
bws_menu/languages/bestwebsoft-sv_SE.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-sv_SE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-01-06 15:20+0300\n"
6
- "PO-Revision-Date: 2014-01-06 15:20+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Christer Rönningborg, Blittan <blittan@xbmc.org>\n"
9
  "Language: sv_SE\n"
@@ -16,393 +16,388 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_menu.php:331
20
  msgid "Not set"
21
  msgstr "Inte angiven"
22
 
23
- #: bws_menu.php:333
24
- #: bws_menu.php:337
25
  msgid "On"
26
  msgstr "På"
27
 
28
- #: bws_menu.php:335
29
- #: bws_menu.php:339
30
  msgid "Off"
31
  msgstr "Av"
32
 
33
- #: bws_menu.php:343
34
- #: bws_menu.php:347
35
  #: bws_menu.php:351
36
  #: bws_menu.php:355
37
  #: bws_menu.php:359
38
- #: bws_menu.php:385
 
 
39
  msgid "N/A"
40
  msgstr "Finns ej"
41
 
42
- #: bws_menu.php:357
43
  msgid " Mb"
44
  msgstr " Mb"
45
 
46
- #: bws_menu.php:361
47
- #: bws_menu.php:365
48
  #: bws_menu.php:369
49
- #: bws_menu.php:380
 
 
50
  msgid "Yes"
51
  msgstr "Ja"
52
 
53
- #: bws_menu.php:363
54
- #: bws_menu.php:367
55
  #: bws_menu.php:371
56
- #: bws_menu.php:382
 
 
57
  msgid "No"
58
  msgstr "Nej"
59
 
60
- #: bws_menu.php:396
61
  msgid "Operating System"
62
  msgstr "Operativsystem"
63
 
64
- #: bws_menu.php:397
65
  msgid "Server"
66
  msgstr "Server"
67
 
68
- #: bws_menu.php:398
69
  msgid "Memory usage"
70
  msgstr "Minnesanvändning"
71
 
72
- #: bws_menu.php:399
73
  msgid "MYSQL Version"
74
  msgstr "MySQL-version"
75
 
76
- #: bws_menu.php:400
77
  msgid "SQL Mode"
78
  msgstr "SQL-läge"
79
 
80
- #: bws_menu.php:401
81
  msgid "PHP Version"
82
  msgstr "PHP-version"
83
 
84
- #: bws_menu.php:402
85
  msgid "PHP Safe Mode"
86
  msgstr "PHP säkert läge"
87
 
88
- #: bws_menu.php:403
89
  msgid "PHP Allow URL fopen"
90
  msgstr "PHP tillåt URL fopen"
91
 
92
- #: bws_menu.php:404
93
  msgid "PHP Memory Limit"
94
  msgstr "PHP Minnesgräns"
95
 
96
- #: bws_menu.php:405
97
  msgid "PHP Max Upload Size"
98
  msgstr "PHP Max uppladdningstorlek"
99
 
100
- #: bws_menu.php:406
101
  msgid "PHP Max Post Size"
102
  msgstr "PHP Max poststorlek"
103
 
104
- #: bws_menu.php:407
105
  msgid "PHP Max Script Execute Time"
106
  msgstr "PHP Max skriptexekverinstid"
107
 
108
- #: bws_menu.php:408
109
  msgid "PHP Exif support"
110
  msgstr "PHP Exifstöd"
111
 
112
- #: bws_menu.php:409
113
  msgid "PHP IPTC support"
114
  msgstr "PHP ITPC-stöd"
115
 
116
- #: bws_menu.php:410
117
  msgid "PHP XML support"
118
  msgstr "PHP XML-stöd"
119
 
120
- #: bws_menu.php:411
121
  msgid "Site URL"
122
  msgstr "SajtURL"
123
 
124
- #: bws_menu.php:412
125
  msgid "Home URL"
126
  msgstr "HemURL"
127
 
128
- #: bws_menu.php:413
129
  msgid "WordPress Version"
130
  msgstr "WordPress-version"
131
 
132
- #: bws_menu.php:414
133
  msgid "WordPress DB Version"
134
  msgstr "WordPress-DB-version"
135
 
136
- #: bws_menu.php:415
137
  msgid "Multisite"
138
  msgstr "Multisajt"
139
 
140
- #: bws_menu.php:416
141
  msgid "Active Theme"
142
  msgstr "Aktivt tema"
143
 
144
- #: bws_menu.php:432
145
  msgid "Please enter a valid email address."
146
  msgstr "Var god ange en giltig epost-adress."
147
 
148
- #: bws_menu.php:436
149
  msgid "Email with system info is sent to "
150
  msgstr "Epost med systeminfo är skickat till"
151
 
152
- #: bws_menu.php:440
153
  msgid "Thank you for contacting us."
154
  msgstr "Tack för att du kontaktade oss."
155
 
156
- #: bws_menu.php:468
157
  msgid "Sorry, email message could not be delivered."
158
  msgstr "Ledsen, eposten kunde inte levereras."
159
 
160
- #: bws_menu.php:480
161
  msgid "Switch to new interface"
162
  msgstr ""
163
 
164
- #: bws_menu.php:487
165
  msgid "Pro plugins"
166
  msgstr "Betaltillägg"
167
 
168
- #: bws_menu.php:490
169
- #: bws_menu.php:516
170
  msgid "Activated plugins"
171
  msgstr "Aktiverade tillägg"
172
 
173
- #: bws_menu.php:492
174
  #: bws_menu.php:500
175
  #: bws_menu.php:508
176
- #: bws_menu.php:518
177
  #: bws_menu.php:526
178
  #: bws_menu.php:534
179
- #: bws_menu.php:544
180
- #: bws_menu.php:551
181
  #: bws_menu.php:559
 
182
  msgid "Read more"
183
  msgstr "Läs mer"
184
 
185
- #: bws_menu.php:492
186
- #: bws_menu.php:518
187
- #: bws_menu.php:673
188
- #: bws_menu.php:701
189
  msgid "Settings"
190
  msgstr "Inställningar"
191
 
192
- #: bws_menu.php:498
193
- #: bws_menu.php:524
194
- #: bws_menu.php:650
195
  msgid "Installed plugins"
196
  msgstr "Installerade tillägg"
197
 
198
- #: bws_menu.php:506
199
- #: bws_menu.php:532
200
- #: bws_menu.php:763
201
  msgid "Recommended plugins"
202
  msgstr "Rekommenderade tillägg"
203
 
204
- #: bws_menu.php:508
205
  msgid "Purchase"
206
  msgstr "Köp"
207
 
208
- #: bws_menu.php:513
209
  msgid "Free plugins"
210
  msgstr "Gratis tillägg"
211
 
212
- #: bws_menu.php:534
213
- #: bws_menu.php:559
214
  msgid "Download"
215
  msgstr "Hämta"
216
 
217
- #: bws_menu.php:534
218
- #: bws_menu.php:559
219
- #: bws_menu.php:865
220
  #, php-format
221
  msgid "Install %s"
222
  msgstr "Installera %s"
223
 
224
- #: bws_menu.php:534
225
- #: bws_menu.php:559
226
  msgid "Install now from wordpress.org"
227
  msgstr "Installera nu från wordpress.org"
228
 
229
- #: bws_menu.php:540
230
  msgid "Free themes"
231
  msgstr ""
232
 
233
- #: bws_menu.php:543
234
  #, fuzzy
235
  msgid "Activated theme"
236
  msgstr "Aktivt tema"
237
 
238
- #: bws_menu.php:544
239
  #, php-format
240
  msgid "Customize &#8220;%s&#8221;"
241
  msgstr ""
242
 
243
- #: bws_menu.php:544
244
  msgid "Customize"
245
  msgstr ""
246
 
247
- #: bws_menu.php:549
248
  #, fuzzy
249
  msgid "Installed themes"
250
  msgstr "Installera %s"
251
 
252
- #: bws_menu.php:557
253
  #, fuzzy
254
  msgid "Recommended themes"
255
  msgstr "Rekommenderade tillägg"
256
 
257
- #: bws_menu.php:565
258
  msgid "If you have any questions, please contact us via"
259
  msgstr "Om du har några frågor, kontakta oss via"
260
 
261
- #: bws_menu.php:572
262
- #: bws_menu.php:640
263
- #: bws_menu.php:901
264
  msgid "System status"
265
  msgstr "Systemstatus"
266
 
267
- #: bws_menu.php:576
268
- #: bws_menu.php:904
269
  msgid "Environment"
270
  msgstr "Miljövariabler"
271
 
272
- #: bws_menu.php:587
273
- #: bws_menu.php:915
274
  msgid "Active Plugins"
275
  msgstr "Aktiverade tillägg"
276
 
277
- #: bws_menu.php:598
278
- #: bws_menu.php:926
279
  msgid "Inactive Plugins"
280
  msgstr "Inaktiverade tillägg"
281
 
282
- #: bws_menu.php:612
283
- #: bws_menu.php:940
284
  msgid "Send to support"
285
  msgstr "Skicka till support"
286
 
287
- #: bws_menu.php:619
288
- #: bws_menu.php:947
289
  msgid "Send to custom email &#187;"
290
  msgstr "Skicka till anpassad epost &#187;"
291
 
292
- #: bws_menu.php:630
293
  msgid "Switch to old interface"
294
  msgstr ""
295
 
296
- #: bws_menu.php:636
297
  #, fuzzy
298
  msgid "Plugins"
299
  msgstr "Betaltillägg"
300
 
301
- #: bws_menu.php:638
302
  msgid "Themes"
303
  msgstr ""
304
 
305
- #: bws_menu.php:644
306
  msgid "All"
307
  msgstr ""
308
 
309
- #: bws_menu.php:645
310
  #, fuzzy
311
  msgid "Installed"
312
  msgstr "Installera %s"
313
 
314
- #: bws_menu.php:646
315
  #, fuzzy
316
  msgid "Recommended"
317
  msgstr "Rekommenderade tillägg"
318
 
319
- #: bws_menu.php:666
320
- #: bws_menu.php:719
321
- #, fuzzy
322
- msgid "installed"
323
- msgstr "Installera %s"
324
-
325
- #: bws_menu.php:671
326
- #: bws_menu.php:699
327
- #: bws_menu.php:724
328
- #: bws_menu.php:752
329
- #: bws_menu.php:793
330
  #, fuzzy
331
  msgid "Learn more"
332
  msgstr "Läs mer"
333
 
334
- #: bws_menu.php:689
335
- #: bws_menu.php:742
336
- #: bws_menu.php:783
337
  msgid "Go"
338
  msgstr ""
339
 
340
- #: bws_menu.php:693
 
 
341
  msgid "DONATE"
342
  msgstr ""
343
 
344
- #: bws_menu.php:726
345
- #: bws_menu.php:754
346
  #, fuzzy
347
  msgid "Activate this plugin"
348
  msgstr "Aktiverade tillägg"
349
 
350
- #: bws_menu.php:726
351
- #: bws_menu.php:754
352
  #, fuzzy
353
  msgid "Activate"
354
  msgstr "Aktiverade tillägg"
355
 
356
- #: bws_menu.php:746
357
- #: bws_menu.php:787
358
- msgid "Donate"
359
- msgstr ""
360
-
361
- #: bws_menu.php:795
362
  #, fuzzy
363
  msgid "Install now"
364
  msgstr "Установить сейчас"
365
 
366
- #: bws_menu.php:817
367
  msgid "Try again"
368
  msgstr ""
369
 
370
- #: bws_menu.php:834
371
  #, php-format
372
  msgid "Preview &#8220;%s&#8221;"
373
  msgstr ""
374
 
375
- #: bws_menu.php:865
376
  msgid "Install Now"
377
  msgstr "Установить сейчас"
378
 
379
- #: bws_menu.php:868
380
  #, php-format
381
  msgid "Update to version %s"
382
  msgstr ""
383
 
384
- #: bws_menu.php:868
385
  msgid "Update"
386
  msgstr ""
387
 
388
- #: bws_menu.php:875
389
  #, php-format
390
  msgid "Preview %s"
391
  msgstr ""
392
 
393
- #: bws_menu.php:875
394
  msgid "Preview"
395
  msgstr ""
396
 
397
- #: bws_menu.php:882
398
  #, php-format
399
  msgid "By %s"
400
  msgstr ""
401
 
402
- #: bws_menu.php:888
403
  msgid "Details"
404
  msgstr ""
405
 
 
 
 
 
406
  #~ msgid "Login form"
407
  #~ msgstr "Inloggningsformulär"
408
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-17 12:14+0300\n"
6
+ "PO-Revision-Date: 2014-01-17 12:14+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Christer Rönningborg, Blittan <blittan@xbmc.org>\n"
9
  "Language: sv_SE\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: bws_menu.php:339
20
  msgid "Not set"
21
  msgstr "Inte angiven"
22
 
23
+ #: bws_menu.php:341
24
+ #: bws_menu.php:345
25
  msgid "On"
26
  msgstr "På"
27
 
28
+ #: bws_menu.php:343
29
+ #: bws_menu.php:347
30
  msgid "Off"
31
  msgstr "Av"
32
 
 
 
33
  #: bws_menu.php:351
34
  #: bws_menu.php:355
35
  #: bws_menu.php:359
36
+ #: bws_menu.php:363
37
+ #: bws_menu.php:367
38
+ #: bws_menu.php:393
39
  msgid "N/A"
40
  msgstr "Finns ej"
41
 
42
+ #: bws_menu.php:365
43
  msgid " Mb"
44
  msgstr " Mb"
45
 
 
 
46
  #: bws_menu.php:369
47
+ #: bws_menu.php:373
48
+ #: bws_menu.php:377
49
+ #: bws_menu.php:388
50
  msgid "Yes"
51
  msgstr "Ja"
52
 
 
 
53
  #: bws_menu.php:371
54
+ #: bws_menu.php:375
55
+ #: bws_menu.php:379
56
+ #: bws_menu.php:390
57
  msgid "No"
58
  msgstr "Nej"
59
 
60
+ #: bws_menu.php:404
61
  msgid "Operating System"
62
  msgstr "Operativsystem"
63
 
64
+ #: bws_menu.php:405
65
  msgid "Server"
66
  msgstr "Server"
67
 
68
+ #: bws_menu.php:406
69
  msgid "Memory usage"
70
  msgstr "Minnesanvändning"
71
 
72
+ #: bws_menu.php:407
73
  msgid "MYSQL Version"
74
  msgstr "MySQL-version"
75
 
76
+ #: bws_menu.php:408
77
  msgid "SQL Mode"
78
  msgstr "SQL-läge"
79
 
80
+ #: bws_menu.php:409
81
  msgid "PHP Version"
82
  msgstr "PHP-version"
83
 
84
+ #: bws_menu.php:410
85
  msgid "PHP Safe Mode"
86
  msgstr "PHP säkert läge"
87
 
88
+ #: bws_menu.php:411
89
  msgid "PHP Allow URL fopen"
90
  msgstr "PHP tillåt URL fopen"
91
 
92
+ #: bws_menu.php:412
93
  msgid "PHP Memory Limit"
94
  msgstr "PHP Minnesgräns"
95
 
96
+ #: bws_menu.php:413
97
  msgid "PHP Max Upload Size"
98
  msgstr "PHP Max uppladdningstorlek"
99
 
100
+ #: bws_menu.php:414
101
  msgid "PHP Max Post Size"
102
  msgstr "PHP Max poststorlek"
103
 
104
+ #: bws_menu.php:415
105
  msgid "PHP Max Script Execute Time"
106
  msgstr "PHP Max skriptexekverinstid"
107
 
108
+ #: bws_menu.php:416
109
  msgid "PHP Exif support"
110
  msgstr "PHP Exifstöd"
111
 
112
+ #: bws_menu.php:417
113
  msgid "PHP IPTC support"
114
  msgstr "PHP ITPC-stöd"
115
 
116
+ #: bws_menu.php:418
117
  msgid "PHP XML support"
118
  msgstr "PHP XML-stöd"
119
 
120
+ #: bws_menu.php:419
121
  msgid "Site URL"
122
  msgstr "SajtURL"
123
 
124
+ #: bws_menu.php:420
125
  msgid "Home URL"
126
  msgstr "HemURL"
127
 
128
+ #: bws_menu.php:421
129
  msgid "WordPress Version"
130
  msgstr "WordPress-version"
131
 
132
+ #: bws_menu.php:422
133
  msgid "WordPress DB Version"
134
  msgstr "WordPress-DB-version"
135
 
136
+ #: bws_menu.php:423
137
  msgid "Multisite"
138
  msgstr "Multisajt"
139
 
140
+ #: bws_menu.php:424
141
  msgid "Active Theme"
142
  msgstr "Aktivt tema"
143
 
144
+ #: bws_menu.php:440
145
  msgid "Please enter a valid email address."
146
  msgstr "Var god ange en giltig epost-adress."
147
 
148
+ #: bws_menu.php:444
149
  msgid "Email with system info is sent to "
150
  msgstr "Epost med systeminfo är skickat till"
151
 
152
+ #: bws_menu.php:448
153
  msgid "Thank you for contacting us."
154
  msgstr "Tack för att du kontaktade oss."
155
 
156
+ #: bws_menu.php:476
157
  msgid "Sorry, email message could not be delivered."
158
  msgstr "Ledsen, eposten kunde inte levereras."
159
 
160
+ #: bws_menu.php:488
161
  msgid "Switch to new interface"
162
  msgstr ""
163
 
164
+ #: bws_menu.php:495
165
  msgid "Pro plugins"
166
  msgstr "Betaltillägg"
167
 
168
+ #: bws_menu.php:498
169
+ #: bws_menu.php:524
170
  msgid "Activated plugins"
171
  msgstr "Aktiverade tillägg"
172
 
 
173
  #: bws_menu.php:500
174
  #: bws_menu.php:508
175
+ #: bws_menu.php:516
176
  #: bws_menu.php:526
177
  #: bws_menu.php:534
178
+ #: bws_menu.php:542
179
+ #: bws_menu.php:552
180
  #: bws_menu.php:559
181
+ #: bws_menu.php:567
182
  msgid "Read more"
183
  msgstr "Läs mer"
184
 
185
+ #: bws_menu.php:500
186
+ #: bws_menu.php:526
187
+ #: bws_menu.php:678
188
+ #: bws_menu.php:706
189
  msgid "Settings"
190
  msgstr "Inställningar"
191
 
192
+ #: bws_menu.php:506
193
+ #: bws_menu.php:532
194
+ #: bws_menu.php:658
195
  msgid "Installed plugins"
196
  msgstr "Installerade tillägg"
197
 
198
+ #: bws_menu.php:514
199
+ #: bws_menu.php:540
200
+ #: bws_menu.php:765
201
  msgid "Recommended plugins"
202
  msgstr "Rekommenderade tillägg"
203
 
204
+ #: bws_menu.php:516
205
  msgid "Purchase"
206
  msgstr "Köp"
207
 
208
+ #: bws_menu.php:521
209
  msgid "Free plugins"
210
  msgstr "Gratis tillägg"
211
 
212
+ #: bws_menu.php:542
213
+ #: bws_menu.php:567
214
  msgid "Download"
215
  msgstr "Hämta"
216
 
217
+ #: bws_menu.php:542
218
+ #: bws_menu.php:567
219
+ #: bws_menu.php:867
220
  #, php-format
221
  msgid "Install %s"
222
  msgstr "Installera %s"
223
 
224
+ #: bws_menu.php:542
225
+ #: bws_menu.php:567
226
  msgid "Install now from wordpress.org"
227
  msgstr "Installera nu från wordpress.org"
228
 
229
+ #: bws_menu.php:548
230
  msgid "Free themes"
231
  msgstr ""
232
 
233
+ #: bws_menu.php:551
234
  #, fuzzy
235
  msgid "Activated theme"
236
  msgstr "Aktivt tema"
237
 
238
+ #: bws_menu.php:552
239
  #, php-format
240
  msgid "Customize &#8220;%s&#8221;"
241
  msgstr ""
242
 
243
+ #: bws_menu.php:552
244
  msgid "Customize"
245
  msgstr ""
246
 
247
+ #: bws_menu.php:557
248
  #, fuzzy
249
  msgid "Installed themes"
250
  msgstr "Installera %s"
251
 
252
+ #: bws_menu.php:565
253
  #, fuzzy
254
  msgid "Recommended themes"
255
  msgstr "Rekommenderade tillägg"
256
 
257
+ #: bws_menu.php:573
258
  msgid "If you have any questions, please contact us via"
259
  msgstr "Om du har några frågor, kontakta oss via"
260
 
261
+ #: bws_menu.php:580
262
+ #: bws_menu.php:648
263
+ #: bws_menu.php:903
264
  msgid "System status"
265
  msgstr "Systemstatus"
266
 
267
+ #: bws_menu.php:584
268
+ #: bws_menu.php:906
269
  msgid "Environment"
270
  msgstr "Miljövariabler"
271
 
272
+ #: bws_menu.php:595
273
+ #: bws_menu.php:917
274
  msgid "Active Plugins"
275
  msgstr "Aktiverade tillägg"
276
 
277
+ #: bws_menu.php:606
278
+ #: bws_menu.php:928
279
  msgid "Inactive Plugins"
280
  msgstr "Inaktiverade tillägg"
281
 
282
+ #: bws_menu.php:620
283
+ #: bws_menu.php:942
284
  msgid "Send to support"
285
  msgstr "Skicka till support"
286
 
287
+ #: bws_menu.php:627
288
+ #: bws_menu.php:949
289
  msgid "Send to custom email &#187;"
290
  msgstr "Skicka till anpassad epost &#187;"
291
 
292
+ #: bws_menu.php:638
293
  msgid "Switch to old interface"
294
  msgstr ""
295
 
296
+ #: bws_menu.php:644
297
  #, fuzzy
298
  msgid "Plugins"
299
  msgstr "Betaltillägg"
300
 
301
+ #: bws_menu.php:646
302
  msgid "Themes"
303
  msgstr ""
304
 
305
+ #: bws_menu.php:652
306
  msgid "All"
307
  msgstr ""
308
 
309
+ #: bws_menu.php:653
310
  #, fuzzy
311
  msgid "Installed"
312
  msgstr "Installera %s"
313
 
314
+ #: bws_menu.php:654
315
  #, fuzzy
316
  msgid "Recommended"
317
  msgstr "Rekommenderade tillägg"
318
 
319
+ #: bws_menu.php:676
320
+ #: bws_menu.php:704
321
+ #: bws_menu.php:726
322
+ #: bws_menu.php:754
323
+ #: bws_menu.php:795
 
 
 
 
 
 
324
  #, fuzzy
325
  msgid "Learn more"
326
  msgstr "Läs mer"
327
 
328
+ #: bws_menu.php:694
329
+ #: bws_menu.php:744
330
+ #: bws_menu.php:785
331
  msgid "Go"
332
  msgstr ""
333
 
334
+ #: bws_menu.php:698
335
+ #: bws_menu.php:748
336
+ #: bws_menu.php:789
337
  msgid "DONATE"
338
  msgstr ""
339
 
340
+ #: bws_menu.php:728
341
+ #: bws_menu.php:756
342
  #, fuzzy
343
  msgid "Activate this plugin"
344
  msgstr "Aktiverade tillägg"
345
 
346
+ #: bws_menu.php:728
347
+ #: bws_menu.php:756
348
  #, fuzzy
349
  msgid "Activate"
350
  msgstr "Aktiverade tillägg"
351
 
352
+ #: bws_menu.php:797
 
 
 
 
 
353
  #, fuzzy
354
  msgid "Install now"
355
  msgstr "Установить сейчас"
356
 
357
+ #: bws_menu.php:819
358
  msgid "Try again"
359
  msgstr ""
360
 
361
+ #: bws_menu.php:836
362
  #, php-format
363
  msgid "Preview &#8220;%s&#8221;"
364
  msgstr ""
365
 
366
+ #: bws_menu.php:867
367
  msgid "Install Now"
368
  msgstr "Установить сейчас"
369
 
370
+ #: bws_menu.php:870
371
  #, php-format
372
  msgid "Update to version %s"
373
  msgstr ""
374
 
375
+ #: bws_menu.php:870
376
  msgid "Update"
377
  msgstr ""
378
 
379
+ #: bws_menu.php:877
380
  #, php-format
381
  msgid "Preview %s"
382
  msgstr ""
383
 
384
+ #: bws_menu.php:877
385
  msgid "Preview"
386
  msgstr ""
387
 
388
+ #: bws_menu.php:884
389
  #, php-format
390
  msgid "By %s"
391
  msgstr ""
392
 
393
+ #: bws_menu.php:890
394
  msgid "Details"
395
  msgstr ""
396
 
397
+ #, fuzzy
398
+ #~ msgid "installed"
399
+ #~ msgstr "Installera %s"
400
+
401
  #~ msgid "Login form"
402
  #~ msgstr "Inloggningsformulär"
403
 
bws_menu/languages/bestwebsoft-uk.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-uk.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-01-06 15:20+0300\n"
6
- "PO-Revision-Date: 2014-01-06 15:20+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
@@ -16,393 +16,388 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_menu.php:331
20
  msgid "Not set"
21
  msgstr "Не завдано"
22
 
23
- #: bws_menu.php:333
24
- #: bws_menu.php:337
25
  msgid "On"
26
  msgstr "Увімк."
27
 
28
- #: bws_menu.php:335
29
- #: bws_menu.php:339
30
  msgid "Off"
31
  msgstr "Вимк."
32
 
33
- #: bws_menu.php:343
34
- #: bws_menu.php:347
35
  #: bws_menu.php:351
36
  #: bws_menu.php:355
37
  #: bws_menu.php:359
38
- #: bws_menu.php:385
 
 
39
  msgid "N/A"
40
  msgstr "Невідомо"
41
 
42
- #: bws_menu.php:357
43
  msgid " Mb"
44
  msgstr "Mb"
45
 
46
- #: bws_menu.php:361
47
- #: bws_menu.php:365
48
  #: bws_menu.php:369
49
- #: bws_menu.php:380
 
 
50
  msgid "Yes"
51
  msgstr "Так"
52
 
53
- #: bws_menu.php:363
54
- #: bws_menu.php:367
55
  #: bws_menu.php:371
56
- #: bws_menu.php:382
 
 
57
  msgid "No"
58
  msgstr "Ні"
59
 
60
- #: bws_menu.php:396
61
  msgid "Operating System"
62
  msgstr "Операційна система"
63
 
64
- #: bws_menu.php:397
65
  msgid "Server"
66
  msgstr "Тип серверу"
67
 
68
- #: bws_menu.php:398
69
  msgid "Memory usage"
70
  msgstr "Пам’яті використано"
71
 
72
- #: bws_menu.php:399
73
  msgid "MYSQL Version"
74
  msgstr "Версія MYSQL"
75
 
76
- #: bws_menu.php:400
77
  msgid "SQL Mode"
78
  msgstr "Режим SQL"
79
 
80
- #: bws_menu.php:401
81
  msgid "PHP Version"
82
  msgstr "Версія PHP"
83
 
84
- #: bws_menu.php:402
85
  msgid "PHP Safe Mode"
86
  msgstr "PHP Безпечний режим"
87
 
88
- #: bws_menu.php:403
89
  msgid "PHP Allow URL fopen"
90
  msgstr "PHP Allow URL fopen"
91
 
92
- #: bws_menu.php:404
93
  msgid "PHP Memory Limit"
94
  msgstr "Ліміт пам’яті"
95
 
96
- #: bws_menu.php:405
97
  msgid "PHP Max Upload Size"
98
  msgstr "Макс. розмір файлу, що завантажується"
99
 
100
- #: bws_menu.php:406
101
  msgid "PHP Max Post Size"
102
  msgstr "Макс. розмір запису"
103
 
104
- #: bws_menu.php:407
105
  msgid "PHP Max Script Execute Time"
106
  msgstr "Макс. час виконання сценарію"
107
 
108
- #: bws_menu.php:408
109
  msgid "PHP Exif support"
110
  msgstr "Підтримка PHP Exif"
111
 
112
- #: bws_menu.php:409
113
  msgid "PHP IPTC support"
114
  msgstr "Підтримка PHP IPTC"
115
 
116
- #: bws_menu.php:410
117
  msgid "PHP XML support"
118
  msgstr "Підтримка PHP XML"
119
 
120
- #: bws_menu.php:411
121
  msgid "Site URL"
122
  msgstr "Адреса сайту"
123
 
124
- #: bws_menu.php:412
125
  msgid "Home URL"
126
  msgstr "Основна адреса сайту"
127
 
128
- #: bws_menu.php:413
129
  msgid "WordPress Version"
130
  msgstr "Версія WordPress"
131
 
132
- #: bws_menu.php:414
133
  msgid "WordPress DB Version"
134
  msgstr "Версія бази даних WordPress"
135
 
136
- #: bws_menu.php:415
137
  msgid "Multisite"
138
  msgstr "Мультиблог"
139
 
140
- #: bws_menu.php:416
141
  msgid "Active Theme"
142
  msgstr "Поточна тема"
143
 
144
- #: bws_menu.php:432
145
  msgid "Please enter a valid email address."
146
  msgstr "Будь ласка, введіть коректну електронну адресу."
147
 
148
- #: bws_menu.php:436
149
  msgid "Email with system info is sent to "
150
  msgstr "Електронній лист з системною інформацією відправлено на"
151
 
152
- #: bws_menu.php:440
153
  msgid "Thank you for contacting us."
154
  msgstr "Дякуємо, що звернулися до нас."
155
 
156
- #: bws_menu.php:468
157
  msgid "Sorry, email message could not be delivered."
158
  msgstr "Вибачте, ваше електронне повідомлення не може бути відправлено"
159
 
160
- #: bws_menu.php:480
161
  msgid "Switch to new interface"
162
  msgstr ""
163
 
164
- #: bws_menu.php:487
165
  msgid "Pro plugins"
166
  msgstr "Плагіни про-версії"
167
 
168
- #: bws_menu.php:490
169
- #: bws_menu.php:516
170
  msgid "Activated plugins"
171
  msgstr "Активовані плагіни"
172
 
173
- #: bws_menu.php:492
174
  #: bws_menu.php:500
175
  #: bws_menu.php:508
176
- #: bws_menu.php:518
177
  #: bws_menu.php:526
178
  #: bws_menu.php:534
179
- #: bws_menu.php:544
180
- #: bws_menu.php:551
181
  #: bws_menu.php:559
 
182
  msgid "Read more"
183
  msgstr "Детальніше..."
184
 
185
- #: bws_menu.php:492
186
- #: bws_menu.php:518
187
- #: bws_menu.php:673
188
- #: bws_menu.php:701
189
  msgid "Settings"
190
  msgstr "Установки"
191
 
192
- #: bws_menu.php:498
193
- #: bws_menu.php:524
194
- #: bws_menu.php:650
195
  msgid "Installed plugins"
196
  msgstr "Установлені плагіни"
197
 
198
- #: bws_menu.php:506
199
- #: bws_menu.php:532
200
- #: bws_menu.php:763
201
  msgid "Recommended plugins"
202
  msgstr "Рекомендовані до установки плагіни"
203
 
204
- #: bws_menu.php:508
205
  msgid "Purchase"
206
  msgstr "Купити"
207
 
208
- #: bws_menu.php:513
209
  msgid "Free plugins"
210
  msgstr "Безкоштовні плагіни"
211
 
212
- #: bws_menu.php:534
213
- #: bws_menu.php:559
214
  msgid "Download"
215
  msgstr "Завантажити"
216
 
217
- #: bws_menu.php:534
218
- #: bws_menu.php:559
219
- #: bws_menu.php:865
220
  #, php-format
221
  msgid "Install %s"
222
  msgstr "Установлено %s"
223
 
224
- #: bws_menu.php:534
225
- #: bws_menu.php:559
226
  msgid "Install now from wordpress.org"
227
  msgstr "Установити з wordpress.org"
228
 
229
- #: bws_menu.php:540
230
  msgid "Free themes"
231
  msgstr ""
232
 
233
- #: bws_menu.php:543
234
  #, fuzzy
235
  msgid "Activated theme"
236
  msgstr "Поточна тема"
237
 
238
- #: bws_menu.php:544
239
  #, php-format
240
  msgid "Customize &#8220;%s&#8221;"
241
  msgstr ""
242
 
243
- #: bws_menu.php:544
244
  msgid "Customize"
245
  msgstr ""
246
 
247
- #: bws_menu.php:549
248
  #, fuzzy
249
  msgid "Installed themes"
250
  msgstr "Установлено %s"
251
 
252
- #: bws_menu.php:557
253
  #, fuzzy
254
  msgid "Recommended themes"
255
  msgstr "Рекомендовані до установки плагіни"
256
 
257
- #: bws_menu.php:565
258
  msgid "If you have any questions, please contact us via"
259
  msgstr "Якщо у вас виникли будь-які питанні, будь ласка, звертайтеся на"
260
 
261
- #: bws_menu.php:572
262
- #: bws_menu.php:640
263
- #: bws_menu.php:901
264
  msgid "System status"
265
  msgstr "Системна інформація"
266
 
267
- #: bws_menu.php:576
268
- #: bws_menu.php:904
269
  msgid "Environment"
270
  msgstr "Системне оточення"
271
 
272
- #: bws_menu.php:587
273
- #: bws_menu.php:915
274
  msgid "Active Plugins"
275
  msgstr "Активовані плагіни"
276
 
277
- #: bws_menu.php:598
278
- #: bws_menu.php:926
279
  msgid "Inactive Plugins"
280
  msgstr "Неактивовані плагіни"
281
 
282
- #: bws_menu.php:612
283
- #: bws_menu.php:940
284
  msgid "Send to support"
285
  msgstr "Відправити до служби тех. підтримки"
286
 
287
- #: bws_menu.php:619
288
- #: bws_menu.php:947
289
  msgid "Send to custom email &#187;"
290
  msgstr "Відправити на електронну адресу &#187;"
291
 
292
- #: bws_menu.php:630
293
  msgid "Switch to old interface"
294
  msgstr ""
295
 
296
- #: bws_menu.php:636
297
  #, fuzzy
298
  msgid "Plugins"
299
  msgstr "Плагіни про-версії"
300
 
301
- #: bws_menu.php:638
302
  msgid "Themes"
303
  msgstr ""
304
 
305
- #: bws_menu.php:644
306
  msgid "All"
307
  msgstr ""
308
 
309
- #: bws_menu.php:645
310
  #, fuzzy
311
  msgid "Installed"
312
  msgstr "Установлено %s"
313
 
314
- #: bws_menu.php:646
315
  #, fuzzy
316
  msgid "Recommended"
317
  msgstr "Рекомендовані до установки плагіни"
318
 
319
- #: bws_menu.php:666
320
- #: bws_menu.php:719
321
- #, fuzzy
322
- msgid "installed"
323
- msgstr "Установлено %s"
324
-
325
- #: bws_menu.php:671
326
- #: bws_menu.php:699
327
- #: bws_menu.php:724
328
- #: bws_menu.php:752
329
- #: bws_menu.php:793
330
  #, fuzzy
331
  msgid "Learn more"
332
  msgstr "Детальніше..."
333
 
334
- #: bws_menu.php:689
335
- #: bws_menu.php:742
336
- #: bws_menu.php:783
337
  msgid "Go"
338
  msgstr ""
339
 
340
- #: bws_menu.php:693
 
 
341
  msgid "DONATE"
342
  msgstr ""
343
 
344
- #: bws_menu.php:726
345
- #: bws_menu.php:754
346
  #, fuzzy
347
  msgid "Activate this plugin"
348
  msgstr "Активовані плагіни"
349
 
350
- #: bws_menu.php:726
351
- #: bws_menu.php:754
352
  #, fuzzy
353
  msgid "Activate"
354
  msgstr "Активовані плагіни"
355
 
356
- #: bws_menu.php:746
357
- #: bws_menu.php:787
358
- msgid "Donate"
359
- msgstr ""
360
-
361
- #: bws_menu.php:795
362
  #, fuzzy
363
  msgid "Install now"
364
- msgstr "Установить сейчас"
365
 
366
- #: bws_menu.php:817
367
  msgid "Try again"
368
  msgstr ""
369
 
370
- #: bws_menu.php:834
371
  #, php-format
372
  msgid "Preview &#8220;%s&#8221;"
373
  msgstr ""
374
 
375
- #: bws_menu.php:865
376
  msgid "Install Now"
377
- msgstr "Установить сейчас"
378
 
379
- #: bws_menu.php:868
380
  #, php-format
381
  msgid "Update to version %s"
382
  msgstr ""
383
 
384
- #: bws_menu.php:868
385
  msgid "Update"
386
  msgstr ""
387
 
388
- #: bws_menu.php:875
389
  #, php-format
390
  msgid "Preview %s"
391
  msgstr ""
392
 
393
- #: bws_menu.php:875
394
  msgid "Preview"
395
  msgstr ""
396
 
397
- #: bws_menu.php:882
398
  #, php-format
399
  msgid "By %s"
400
  msgstr ""
401
 
402
- #: bws_menu.php:888
403
  msgid "Details"
404
  msgstr ""
405
 
 
 
 
 
406
  #~ msgid "Login form"
407
  #~ msgstr "Форма логина"
408
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-17 12:14+0300\n"
6
+ "PO-Revision-Date: 2014-01-17 12:14+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: bws_menu.php:339
20
  msgid "Not set"
21
  msgstr "Не завдано"
22
 
23
+ #: bws_menu.php:341
24
+ #: bws_menu.php:345
25
  msgid "On"
26
  msgstr "Увімк."
27
 
28
+ #: bws_menu.php:343
29
+ #: bws_menu.php:347
30
  msgid "Off"
31
  msgstr "Вимк."
32
 
 
 
33
  #: bws_menu.php:351
34
  #: bws_menu.php:355
35
  #: bws_menu.php:359
36
+ #: bws_menu.php:363
37
+ #: bws_menu.php:367
38
+ #: bws_menu.php:393
39
  msgid "N/A"
40
  msgstr "Невідомо"
41
 
42
+ #: bws_menu.php:365
43
  msgid " Mb"
44
  msgstr "Mb"
45
 
 
 
46
  #: bws_menu.php:369
47
+ #: bws_menu.php:373
48
+ #: bws_menu.php:377
49
+ #: bws_menu.php:388
50
  msgid "Yes"
51
  msgstr "Так"
52
 
 
 
53
  #: bws_menu.php:371
54
+ #: bws_menu.php:375
55
+ #: bws_menu.php:379
56
+ #: bws_menu.php:390
57
  msgid "No"
58
  msgstr "Ні"
59
 
60
+ #: bws_menu.php:404
61
  msgid "Operating System"
62
  msgstr "Операційна система"
63
 
64
+ #: bws_menu.php:405
65
  msgid "Server"
66
  msgstr "Тип серверу"
67
 
68
+ #: bws_menu.php:406
69
  msgid "Memory usage"
70
  msgstr "Пам’яті використано"
71
 
72
+ #: bws_menu.php:407
73
  msgid "MYSQL Version"
74
  msgstr "Версія MYSQL"
75
 
76
+ #: bws_menu.php:408
77
  msgid "SQL Mode"
78
  msgstr "Режим SQL"
79
 
80
+ #: bws_menu.php:409
81
  msgid "PHP Version"
82
  msgstr "Версія PHP"
83
 
84
+ #: bws_menu.php:410
85
  msgid "PHP Safe Mode"
86
  msgstr "PHP Безпечний режим"
87
 
88
+ #: bws_menu.php:411
89
  msgid "PHP Allow URL fopen"
90
  msgstr "PHP Allow URL fopen"
91
 
92
+ #: bws_menu.php:412
93
  msgid "PHP Memory Limit"
94
  msgstr "Ліміт пам’яті"
95
 
96
+ #: bws_menu.php:413
97
  msgid "PHP Max Upload Size"
98
  msgstr "Макс. розмір файлу, що завантажується"
99
 
100
+ #: bws_menu.php:414
101
  msgid "PHP Max Post Size"
102
  msgstr "Макс. розмір запису"
103
 
104
+ #: bws_menu.php:415
105
  msgid "PHP Max Script Execute Time"
106
  msgstr "Макс. час виконання сценарію"
107
 
108
+ #: bws_menu.php:416
109
  msgid "PHP Exif support"
110
  msgstr "Підтримка PHP Exif"
111
 
112
+ #: bws_menu.php:417
113
  msgid "PHP IPTC support"
114
  msgstr "Підтримка PHP IPTC"
115
 
116
+ #: bws_menu.php:418
117
  msgid "PHP XML support"
118
  msgstr "Підтримка PHP XML"
119
 
120
+ #: bws_menu.php:419
121
  msgid "Site URL"
122
  msgstr "Адреса сайту"
123
 
124
+ #: bws_menu.php:420
125
  msgid "Home URL"
126
  msgstr "Основна адреса сайту"
127
 
128
+ #: bws_menu.php:421
129
  msgid "WordPress Version"
130
  msgstr "Версія WordPress"
131
 
132
+ #: bws_menu.php:422
133
  msgid "WordPress DB Version"
134
  msgstr "Версія бази даних WordPress"
135
 
136
+ #: bws_menu.php:423
137
  msgid "Multisite"
138
  msgstr "Мультиблог"
139
 
140
+ #: bws_menu.php:424
141
  msgid "Active Theme"
142
  msgstr "Поточна тема"
143
 
144
+ #: bws_menu.php:440
145
  msgid "Please enter a valid email address."
146
  msgstr "Будь ласка, введіть коректну електронну адресу."
147
 
148
+ #: bws_menu.php:444
149
  msgid "Email with system info is sent to "
150
  msgstr "Електронній лист з системною інформацією відправлено на"
151
 
152
+ #: bws_menu.php:448
153
  msgid "Thank you for contacting us."
154
  msgstr "Дякуємо, що звернулися до нас."
155
 
156
+ #: bws_menu.php:476
157
  msgid "Sorry, email message could not be delivered."
158
  msgstr "Вибачте, ваше електронне повідомлення не може бути відправлено"
159
 
160
+ #: bws_menu.php:488
161
  msgid "Switch to new interface"
162
  msgstr ""
163
 
164
+ #: bws_menu.php:495
165
  msgid "Pro plugins"
166
  msgstr "Плагіни про-версії"
167
 
168
+ #: bws_menu.php:498
169
+ #: bws_menu.php:524
170
  msgid "Activated plugins"
171
  msgstr "Активовані плагіни"
172
 
 
173
  #: bws_menu.php:500
174
  #: bws_menu.php:508
175
+ #: bws_menu.php:516
176
  #: bws_menu.php:526
177
  #: bws_menu.php:534
178
+ #: bws_menu.php:542
179
+ #: bws_menu.php:552
180
  #: bws_menu.php:559
181
+ #: bws_menu.php:567
182
  msgid "Read more"
183
  msgstr "Детальніше..."
184
 
185
+ #: bws_menu.php:500
186
+ #: bws_menu.php:526
187
+ #: bws_menu.php:678
188
+ #: bws_menu.php:706
189
  msgid "Settings"
190
  msgstr "Установки"
191
 
192
+ #: bws_menu.php:506
193
+ #: bws_menu.php:532
194
+ #: bws_menu.php:658
195
  msgid "Installed plugins"
196
  msgstr "Установлені плагіни"
197
 
198
+ #: bws_menu.php:514
199
+ #: bws_menu.php:540
200
+ #: bws_menu.php:765
201
  msgid "Recommended plugins"
202
  msgstr "Рекомендовані до установки плагіни"
203
 
204
+ #: bws_menu.php:516
205
  msgid "Purchase"
206
  msgstr "Купити"
207
 
208
+ #: bws_menu.php:521
209
  msgid "Free plugins"
210
  msgstr "Безкоштовні плагіни"
211
 
212
+ #: bws_menu.php:542
213
+ #: bws_menu.php:567
214
  msgid "Download"
215
  msgstr "Завантажити"
216
 
217
+ #: bws_menu.php:542
218
+ #: bws_menu.php:567
219
+ #: bws_menu.php:867
220
  #, php-format
221
  msgid "Install %s"
222
  msgstr "Установлено %s"
223
 
224
+ #: bws_menu.php:542
225
+ #: bws_menu.php:567
226
  msgid "Install now from wordpress.org"
227
  msgstr "Установити з wordpress.org"
228
 
229
+ #: bws_menu.php:548
230
  msgid "Free themes"
231
  msgstr ""
232
 
233
+ #: bws_menu.php:551
234
  #, fuzzy
235
  msgid "Activated theme"
236
  msgstr "Поточна тема"
237
 
238
+ #: bws_menu.php:552
239
  #, php-format
240
  msgid "Customize &#8220;%s&#8221;"
241
  msgstr ""
242
 
243
+ #: bws_menu.php:552
244
  msgid "Customize"
245
  msgstr ""
246
 
247
+ #: bws_menu.php:557
248
  #, fuzzy
249
  msgid "Installed themes"
250
  msgstr "Установлено %s"
251
 
252
+ #: bws_menu.php:565
253
  #, fuzzy
254
  msgid "Recommended themes"
255
  msgstr "Рекомендовані до установки плагіни"
256
 
257
+ #: bws_menu.php:573
258
  msgid "If you have any questions, please contact us via"
259
  msgstr "Якщо у вас виникли будь-які питанні, будь ласка, звертайтеся на"
260
 
261
+ #: bws_menu.php:580
262
+ #: bws_menu.php:648
263
+ #: bws_menu.php:903
264
  msgid "System status"
265
  msgstr "Системна інформація"
266
 
267
+ #: bws_menu.php:584
268
+ #: bws_menu.php:906
269
  msgid "Environment"
270
  msgstr "Системне оточення"
271
 
272
+ #: bws_menu.php:595
273
+ #: bws_menu.php:917
274
  msgid "Active Plugins"
275
  msgstr "Активовані плагіни"
276
 
277
+ #: bws_menu.php:606
278
+ #: bws_menu.php:928
279
  msgid "Inactive Plugins"
280
  msgstr "Неактивовані плагіни"
281
 
282
+ #: bws_menu.php:620
283
+ #: bws_menu.php:942
284
  msgid "Send to support"
285
  msgstr "Відправити до служби тех. підтримки"
286
 
287
+ #: bws_menu.php:627
288
+ #: bws_menu.php:949
289
  msgid "Send to custom email &#187;"
290
  msgstr "Відправити на електронну адресу &#187;"
291
 
292
+ #: bws_menu.php:638
293
  msgid "Switch to old interface"
294
  msgstr ""
295
 
296
+ #: bws_menu.php:644
297
  #, fuzzy
298
  msgid "Plugins"
299
  msgstr "Плагіни про-версії"
300
 
301
+ #: bws_menu.php:646
302
  msgid "Themes"
303
  msgstr ""
304
 
305
+ #: bws_menu.php:652
306
  msgid "All"
307
  msgstr ""
308
 
309
+ #: bws_menu.php:653
310
  #, fuzzy
311
  msgid "Installed"
312
  msgstr "Установлено %s"
313
 
314
+ #: bws_menu.php:654
315
  #, fuzzy
316
  msgid "Recommended"
317
  msgstr "Рекомендовані до установки плагіни"
318
 
319
+ #: bws_menu.php:676
320
+ #: bws_menu.php:704
321
+ #: bws_menu.php:726
322
+ #: bws_menu.php:754
323
+ #: bws_menu.php:795
 
 
 
 
 
 
324
  #, fuzzy
325
  msgid "Learn more"
326
  msgstr "Детальніше..."
327
 
328
+ #: bws_menu.php:694
329
+ #: bws_menu.php:744
330
+ #: bws_menu.php:785
331
  msgid "Go"
332
  msgstr ""
333
 
334
+ #: bws_menu.php:698
335
+ #: bws_menu.php:748
336
+ #: bws_menu.php:789
337
  msgid "DONATE"
338
  msgstr ""
339
 
340
+ #: bws_menu.php:728
341
+ #: bws_menu.php:756
342
  #, fuzzy
343
  msgid "Activate this plugin"
344
  msgstr "Активовані плагіни"
345
 
346
+ #: bws_menu.php:728
347
+ #: bws_menu.php:756
348
  #, fuzzy
349
  msgid "Activate"
350
  msgstr "Активовані плагіни"
351
 
352
+ #: bws_menu.php:797
 
 
 
 
 
353
  #, fuzzy
354
  msgid "Install now"
355
+ msgstr "Установить"
356
 
357
+ #: bws_menu.php:819
358
  msgid "Try again"
359
  msgstr ""
360
 
361
+ #: bws_menu.php:836
362
  #, php-format
363
  msgid "Preview &#8220;%s&#8221;"
364
  msgstr ""
365
 
366
+ #: bws_menu.php:867
367
  msgid "Install Now"
368
+ msgstr "Установить"
369
 
370
+ #: bws_menu.php:870
371
  #, php-format
372
  msgid "Update to version %s"
373
  msgstr ""
374
 
375
+ #: bws_menu.php:870
376
  msgid "Update"
377
  msgstr ""
378
 
379
+ #: bws_menu.php:877
380
  #, php-format
381
  msgid "Preview %s"
382
  msgstr ""
383
 
384
+ #: bws_menu.php:877
385
  msgid "Preview"
386
  msgstr ""
387
 
388
+ #: bws_menu.php:884
389
  #, php-format
390
  msgid "By %s"
391
  msgstr ""
392
 
393
+ #: bws_menu.php:890
394
  msgid "Details"
395
  msgstr ""
396
 
397
+ #, fuzzy
398
+ #~ msgid "installed"
399
+ #~ msgstr "Установлено %s"
400
+
401
  #~ msgid "Login form"
402
  #~ msgstr "Форма логина"
403
 
contact_form.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Contact Form
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: Plugin for Contact Form.
6
  Author: BestWebSoft
7
- Version: 3.70
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
@@ -530,7 +530,130 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
530
  'sg' => 'Sango', 'sa' => 'Sanskrit', 'sr' => 'Serbian', 'hr' => 'Croatian', 'si' => 'Sinhala; Sinhalese', 'sk' => 'Slovak', 'sl' => 'Slovenian', 'se' => 'Northern Sami', 'sm' => 'Samoan', 'sn' => 'Shona', 'sd' => 'Sindhi', 'so' => 'Somali', 'st' => 'Sotho, Southern', 'es' => 'Spanish; Castilian', 'sc' => 'Sardinian', 'ss' => 'Swati', 'su' => 'Sundanese', 'sw' => 'Swahili',
531
  'sv' => 'Swedish', 'ty' => 'Tahitian', 'ta' => 'Tamil', 'tt' => 'Tatar', 'te' => 'Telugu', 'tg' => 'Tajik', 'tl' => 'Tagalog', 'th' => 'Thai', 'bo' => 'Tibetan', 'ti' => 'Tigrinya', 'to' => 'Tonga (Tonga Islands)', 'tn' => 'Tswana', 'ts' => 'Tsonga', 'tk' => 'Turkmen', 'tr' => 'Turkish', 'tw' => 'Twi', 'ug' => 'Uighur; Uyghur', 'uk' => 'Ukrainian', 'ur' => 'Urdu', 'uz' => 'Uzbek',
532
  've' => 'Venda', 'vi' => 'Vietnamese', 'vo' => 'Volapük', 'cy' => 'Welsh','wa' => 'Walloon','wo' => 'Wolof', 'xh' => 'Xhosa', 'yi' => 'Yiddish', 'yo' => 'Yoruba', 'za' => 'Zhuang; Chuang', 'zu' => 'Zulu' );
533
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
534
  <div class="wrap">
535
  <div class="icon32 icon32-bws" id="icon-options-general"></div>
536
  <h2><?php _e( "Contact Form Settings", 'contact_form' ); ?></h2>
@@ -540,6 +663,7 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
540
  <h2 class="nav-tab-wrapper">
541
  <a class="nav-tab<?php if ( ! isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php"><?php _e( 'Settings', 'contact_form' ); ?></a>
542
  <a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'extra' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php&amp;action=extra"><?php _e( 'Extra settings', 'contact_form' ); ?></a>
 
543
  </h2>
544
  <div class="clear"></div>
545
  <?php if ( ! isset( $_GET['action'] ) ) { ?>
@@ -604,7 +728,7 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
604
  if ( 0 < count( preg_grep( '/contact-form-to-db\/contact_form_to_db.php/', $active_plugins ) ) || 0 < count( preg_grep( '/contact-form-to-db-pro\/contact_form_to_db_pro.php/', $active_plugins ) ) ||
605
  is_plugin_active_for_network( 'contact-form-to-db/contact_form_to_db.php' ) || is_plugin_active_for_network( 'contact-form-to-db-pro/contact_form_to_db_pro.php' ) ) { ?>
606
  <input type="checkbox" name="cntctfrm_save_email_to_db" value="1" <?php if ( ( isset( $cntctfrmtdb_options ) && 1 == $cntctfrmtdb_options["cntctfrmtdb_save_messages_to_db"] ) || ( isset( $cntctfrmtdbpr_options ) && 1 == $cntctfrmtdbpr_options["save_messages_to_db"] ) ) echo "checked=\"checked\""; ?> />
607
- <span style="color: #888888;font-size: 10px;"> (<?php _e( 'Using Contact Form to DB powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>)</span>
608
  <?php } else { ?>
609
  <input disabled="disabled" type="checkbox" name="cntctfrm_save_email_to_db" value="1" <?php if ( ( isset( $cntctfrmtdb_options ) && 1 == $cntctfrmtdb_options["cntctfrmtdb_save_messages_to_db"] ) || ( isset( $cntctfrmtdbpr_options ) && 1 == $cntctfrmtdbpr_options["save_messages_to_db"] ) ) echo "checked=\"checked\""; ?> />
610
  <span style="color: #888888;font-size: 10px;">(<?php _e( 'Using Contact Form to DB powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>) <a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate Contact Form to DB', 'contact_form' ); ?></a></span>
@@ -848,7 +972,7 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
848
  } ?>
849
  <div class="clear"></div>
850
  <div class="cntctfrm_language_tab cntctfrm_tab_en">
851
- <div class="cntctfrm_language_tab_block_mini" style="display:none;"><br/></div>
852
  <div class="cntctfrm_language_tab_block">
853
  <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 />
854
  <input type="text" name="cntctfrm_address_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_address_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Address:", 'contact_form' ); ?></span><br />
@@ -878,7 +1002,7 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
878
  <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
879
  foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
880
  <div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>">
881
- <div class="cntctfrm_language_tab_block_mini" style="display:none;"><br/></div>
882
  <div class="cntctfrm_language_tab_block">
883
  <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 />
884
  <input type="text" name="cntctfrm_address_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_address_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_address_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Address:", 'contact_form' ); ?></span><br />
@@ -954,7 +1078,7 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
954
  </div>
955
  </div>
956
  </form>
957
- <?php } else { ?>
958
  <div id="cntctfrmpr_left_table">
959
  <table class="form-table bws_pro_version" style="width:auto;" >
960
  <tr class="bws_pro_version_tooltip">
@@ -1223,7 +1347,52 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
1223
  </div>
1224
  </div>
1225
  <div class="clear"></div>
1226
- <?php } ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1227
  </div>
1228
  <?php
1229
  }
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: Plugin for Contact Form.
6
  Author: BestWebSoft
7
+ Version: 3.71
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
530
  'sg' => 'Sango', 'sa' => 'Sanskrit', 'sr' => 'Serbian', 'hr' => 'Croatian', 'si' => 'Sinhala; Sinhalese', 'sk' => 'Slovak', 'sl' => 'Slovenian', 'se' => 'Northern Sami', 'sm' => 'Samoan', 'sn' => 'Shona', 'sd' => 'Sindhi', 'so' => 'Somali', 'st' => 'Sotho, Southern', 'es' => 'Spanish; Castilian', 'sc' => 'Sardinian', 'ss' => 'Swati', 'su' => 'Sundanese', 'sw' => 'Swahili',
531
  'sv' => 'Swedish', 'ty' => 'Tahitian', 'ta' => 'Tamil', 'tt' => 'Tatar', 'te' => 'Telugu', 'tg' => 'Tajik', 'tl' => 'Tagalog', 'th' => 'Thai', 'bo' => 'Tibetan', 'ti' => 'Tigrinya', 'to' => 'Tonga (Tonga Islands)', 'tn' => 'Tswana', 'ts' => 'Tsonga', 'tk' => 'Turkmen', 'tr' => 'Turkish', 'tw' => 'Twi', 'ug' => 'Uighur; Uyghur', 'uk' => 'Ukrainian', 'ur' => 'Urdu', 'uz' => 'Uzbek',
532
  've' => 'Venda', 'vi' => 'Vietnamese', 'vo' => 'Volapük', 'cy' => 'Welsh','wa' => 'Walloon','wo' => 'Wolof', 'xh' => 'Xhosa', 'yi' => 'Yiddish', 'yo' => 'Yoruba', 'za' => 'Zhuang; Chuang', 'zu' => 'Zulu' );
533
+
534
+ /* GO PRO */
535
+ if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) {
536
+ global $wpmu;
537
+
538
+ $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? trim( $_POST['bws_license_key'] ) : "";
539
+ $bstwbsftwppdtplgns_options_defaults = array();
540
+ if ( 1 == $wpmu ) {
541
+ if ( !get_site_option( 'bstwbsftwppdtplgns_options' ) )
542
+ add_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options_defaults, '', 'yes' );
543
+ $bstwbsftwppdtplgns_options = get_site_option( 'bstwbsftwppdtplgns_options' );
544
+ } else {
545
+ if ( !get_option( 'bstwbsftwppdtplgns_options' ) )
546
+ add_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options_defaults, '', 'yes' );
547
+ $bstwbsftwppdtplgns_options = get_option( 'bstwbsftwppdtplgns_options' );
548
+ }
549
+
550
+ if ( isset( $_POST['bws_license_submit'] ) && check_admin_referer( plugin_basename( __FILE__ ), 'bws_license_nonce_name' ) ) {
551
+ if ( '' != $bws_license_key ) {
552
+ if ( strlen( $bws_license_key ) != 18 ) {
553
+ $error = __( "Wrong license key", 'contact_form' );
554
+ } else {
555
+ $bws_license_plugin = trim( $_POST['bws_license_plugin'] );
556
+ if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) && $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] < ( time() + (24 * 60 * 60) ) ) {
557
+ $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] + 1;
558
+ } else {
559
+ $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = 1;
560
+ $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] = time();
561
+ }
562
+
563
+ /* download Pro */
564
+ if ( !function_exists( 'get_plugins' ) )
565
+ require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
566
+ if ( ! function_exists( 'is_plugin_active_for_network' ) )
567
+ require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
568
+ $all_plugins = get_plugins();
569
+ $active_plugins = get_option( 'active_plugins' );
570
+
571
+ if ( ! array_key_exists( $bws_license_plugin, $all_plugins ) ) {
572
+ $current = get_site_transient( 'update_plugins' );
573
+ if ( is_array( $all_plugins ) && !empty( $all_plugins ) && isset( $current ) && is_array( $current->response ) ) {
574
+ $to_send = array();
575
+ $to_send["plugins"][ $bws_license_plugin ] = array();
576
+ $to_send["plugins"][ $bws_license_plugin ]["bws_license_key"] = $bws_license_key;
577
+ $to_send["plugins"][ $bws_license_plugin ]["bws_illegal_client"] = true;
578
+ $options = array(
579
+ 'timeout' => ( ( defined('DOING_CRON') && DOING_CRON ) ? 30 : 3 ),
580
+ 'body' => array( 'plugins' => serialize( $to_send ) ),
581
+ 'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo( 'url' ) );
582
+ $raw_response = wp_remote_post( 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/update-check/1.0/', $options );
583
+
584
+ if ( is_wp_error( $raw_response ) || 200 != wp_remote_retrieve_response_code( $raw_response ) ) {
585
+ $error = __( "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience.", 'contact_form' );
586
+ } else {
587
+ $response = maybe_unserialize( wp_remote_retrieve_body( $raw_response ) );
588
+
589
+ if ( is_array( $response ) && !empty( $response ) ) {
590
+ foreach ( $response as $key => $value ) {
591
+ if ( "wrong_license_key" == $value->package ) {
592
+ $error = __( "Wrong license key", 'contact_form' );
593
+ } elseif ( "wrong_domain" == $value->package ) {
594
+ $error = __( "This license key is bind to another site", 'contact_form' );
595
+ } elseif ( "you_are_banned" == $value->package ) {
596
+ $error = __( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'contact_form' );
597
+ }
598
+ }
599
+ if ( '' == $error ) {
600
+ global $wpmu;
601
+ $bstwbsftwppdtplgns_options[ $bws_license_plugin ] = $bws_license_key;
602
+
603
+ $url = 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/downloads/?bws_first_download=' . $bws_license_plugin . '&bws_license_key=' . $bws_license_key . '&download_from=5';
604
+ $uploadDir = wp_upload_dir();
605
+ $zip_name = explode( '/', $bws_license_plugin );
606
+ if ( file_put_contents( $uploadDir["path"] . "/" . $zip_name[0] . ".zip", file_get_contents( $url ) ) ) {
607
+ @chmod( $uploadDir["path"] . "/" . $zip_name[0] . ".zip", octdec( 755 ) );
608
+ if ( class_exists( 'ZipArchive' ) ) {
609
+ $zip = new ZipArchive();
610
+ if ( $zip->open( $uploadDir["path"] . "/" . $zip_name[0] . ".zip" ) === TRUE ) {
611
+ $zip->extractTo( WP_PLUGIN_DIR );
612
+ $zip->close();
613
+ } else {
614
+ $error = __( "Failed to open the zip archive. Please, upload the plugin manually", 'contact_form' );
615
+ }
616
+ } elseif ( class_exists( 'Phar' ) ) {
617
+ $phar = new PharData( $uploadDir["path"] . "/" . $zip_name[0] . ".zip" );
618
+ $phar->extractTo( WP_PLUGIN_DIR );
619
+ } else {
620
+ $error = __( "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually", 'contact_form' );
621
+ }
622
+ @unlink( $uploadDir["path"] . "/" . $zip_name[0] . ".zip" );
623
+ } else {
624
+ $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'contact_form' );
625
+ }
626
+
627
+ /* activate Pro */
628
+ if ( file_exists( WP_PLUGIN_DIR . '/' . $zip_name[0] ) ) {
629
+ array_push( $active_plugins, $bws_license_plugin );
630
+ update_option( 'active_plugins', $active_plugins );
631
+ $pro_plugin_is_activated = true;
632
+ } elseif ( '' == $error ) {
633
+ $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'contact_form' );
634
+ }
635
+ }
636
+ } else {
637
+ $error = __( "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience.", 'contact_form' );
638
+ }
639
+ }
640
+ }
641
+ } else {
642
+ /* activate Pro */
643
+ if ( ! ( in_array( $bws_license_plugin, $active_plugins ) || is_plugin_active_for_network( $bws_license_plugin ) ) ) {
644
+ array_push( $active_plugins, $bws_license_plugin );
645
+ update_option( 'active_plugins', $active_plugins );
646
+ $pro_plugin_is_activated = true;
647
+ }
648
+ }
649
+ update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options, '', 'yes' );
650
+ }
651
+ } else {
652
+ $error = __( "Please, enter Your license key", 'contact_form' );
653
+ }
654
+ }
655
+ }
656
+ ?>
657
  <div class="wrap">
658
  <div class="icon32 icon32-bws" id="icon-options-general"></div>
659
  <h2><?php _e( "Contact Form Settings", 'contact_form' ); ?></h2>
663
  <h2 class="nav-tab-wrapper">
664
  <a class="nav-tab<?php if ( ! isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php"><?php _e( 'Settings', 'contact_form' ); ?></a>
665
  <a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'extra' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php&amp;action=extra"><?php _e( 'Extra settings', 'contact_form' ); ?></a>
666
+ <a class="nav-tab bws_go_pro_tab<?php if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php&amp;action=go_pro"><?php _e( 'Go PRO', 'contact_form' ); ?></a>
667
  </h2>
668
  <div class="clear"></div>
669
  <?php if ( ! isset( $_GET['action'] ) ) { ?>
728
  if ( 0 < count( preg_grep( '/contact-form-to-db\/contact_form_to_db.php/', $active_plugins ) ) || 0 < count( preg_grep( '/contact-form-to-db-pro\/contact_form_to_db_pro.php/', $active_plugins ) ) ||
729
  is_plugin_active_for_network( 'contact-form-to-db/contact_form_to_db.php' ) || is_plugin_active_for_network( 'contact-form-to-db-pro/contact_form_to_db_pro.php' ) ) { ?>
730
  <input type="checkbox" name="cntctfrm_save_email_to_db" value="1" <?php if ( ( isset( $cntctfrmtdb_options ) && 1 == $cntctfrmtdb_options["cntctfrmtdb_save_messages_to_db"] ) || ( isset( $cntctfrmtdbpr_options ) && 1 == $cntctfrmtdbpr_options["save_messages_to_db"] ) ) echo "checked=\"checked\""; ?> />
731
+ <span style="color: #888888;font-size: 10px;"> (<?php _e( 'Using', 'contact_form' ); ?> <a href="admin.php?page=cntctfrmtdb_manager">Contact Form to DB</a> <?php _e( 'powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>)</span>
732
  <?php } else { ?>
733
  <input disabled="disabled" type="checkbox" name="cntctfrm_save_email_to_db" value="1" <?php if ( ( isset( $cntctfrmtdb_options ) && 1 == $cntctfrmtdb_options["cntctfrmtdb_save_messages_to_db"] ) || ( isset( $cntctfrmtdbpr_options ) && 1 == $cntctfrmtdbpr_options["save_messages_to_db"] ) ) echo "checked=\"checked\""; ?> />
734
  <span style="color: #888888;font-size: 10px;">(<?php _e( 'Using Contact Form to DB powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>) <a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate Contact Form to DB', 'contact_form' ); ?></a></span>
972
  } ?>
973
  <div class="clear"></div>
974
  <div class="cntctfrm_language_tab cntctfrm_tab_en">
975
+ <div class="cntctfrm_language_tab_block_mini" style="display:none;"><?php _e( "click to expand/hide the list", 'contact_form' ); ?></div>
976
  <div class="cntctfrm_language_tab_block">
977
  <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 />
978
  <input type="text" name="cntctfrm_address_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_address_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Address:", 'contact_form' ); ?></span><br />
1002
  <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
1003
  foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
1004
  <div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>">
1005
+ <div class="cntctfrm_language_tab_block_mini" style="display:none;"><?php _e( "click to expand/hide the list", 'contact_form' ); ?></div>
1006
  <div class="cntctfrm_language_tab_block">
1007
  <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 />
1008
  <input type="text" name="cntctfrm_address_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_address_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_address_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Address:", 'contact_form' ); ?></span><br />
1078
  </div>
1079
  </div>
1080
  </form>
1081
+ <?php } elseif ( 'extra' == $_GET['action'] ) { ?>
1082
  <div id="cntctfrmpr_left_table">
1083
  <table class="form-table bws_pro_version" style="width:auto;" >
1084
  <tr class="bws_pro_version_tooltip">
1347
  </div>
1348
  </div>
1349
  <div class="clear"></div>
1350
+ <?php } elseif ( 'go_pro' == $_GET['action'] ) { ?>
1351
+ <?php if ( isset( $pro_plugin_is_activated ) && true === $pro_plugin_is_activated ) { ?>
1352
+ <script type="text/javascript">
1353
+ window.setTimeout( function() {
1354
+ window.location.href = 'admin.php?page=contact_form_pro.php';
1355
+ }, 5000 );
1356
+ </script>
1357
+ <p><?php _e( "Congratulations! The PRO version of the plugin is successfully download and activated.", 'contact_form' ); ?></p>
1358
+ <p>
1359
+ <?php _e( "Please, go to", 'contact_form' ); ?> <a href="admin.php?page=contact_form_pro.php"><?php _e( 'the setting page', 'contact_form' ); ?></a>
1360
+ (<?php _e( "You will be redirected automatically in 5 seconds.", 'contact_form' ); ?>)
1361
+ </p>
1362
+ <?php } else { ?>
1363
+ <form method="post" action="admin.php?page=contact_form.php&amp;action=go_pro">
1364
+ <p>
1365
+ <?php _e( 'You can download and activate', 'contact_form' ); ?>
1366
+ <a href="http://bestwebsoft.com/plugin/contact-form-pro/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">PRO</a>
1367
+ <?php _e( 'version of this plugin by entering Your license key.', 'contact_form' ); ?><br />
1368
+ <span style="color: #888888;font-size: 10px;">
1369
+ <?php _e( 'You can find your license key on your personal page Client area, by clicking on the link', 'contact_form' ); ?>
1370
+ <a href="http://bestwebsoft.com/wp-login.php">http://bestwebsoft.com/wp-login.php</a>
1371
+ <?php _e( '(your username is the email you specify when purchasing the product).', 'contact_form' ); ?>
1372
+ </span>
1373
+ </p>
1374
+ <?php if ( isset( $bstwbsftwppdtplgns_options['go_pro']['contact-form-pro/contact_form_pro.php']['count'] ) &&
1375
+ '5' < $bstwbsftwppdtplgns_options['go_pro']['contact-form-pro/contact_form_pro.php']['count'] &&
1376
+ $bstwbsftwppdtplgns_options['go_pro']['contact-form-pro/contact_form_pro.php']['time'] < ( time() + ( 24 * 60 * 60 ) ) ) { ?>
1377
+ <p>
1378
+ <input disabled="disabled" type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
1379
+ <input disabled="disabled" type="submit" class="button-primary" value="<?php _e( 'Go!', 'contact_form' ); ?>" />
1380
+ </p>
1381
+ <p>
1382
+ <?php _e( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'contact_form' ); ?>
1383
+ </p>
1384
+ <?php } else { ?>
1385
+ <p>
1386
+ <input type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
1387
+ <input type="hidden" name="bws_license_plugin" value="contact-form-pro/contact_form_pro.php" />
1388
+ <input type="hidden" name="bws_license_submit" value="submit" />
1389
+ <input type="submit" class="button-primary" value="<?php _e( 'Go!', 'contact_form' ); ?>" />
1390
+ <?php wp_nonce_field( plugin_basename(__FILE__), 'bws_license_nonce_name' ); ?>
1391
+ </p>
1392
+ <?php } ?>
1393
+ </form>
1394
+ <?php }
1395
+ } ?>
1396
  </div>
1397
  <?php
1398
  }
css/style.css CHANGED
@@ -10,6 +10,23 @@
10
  #toplevel_page_bws_plugins .wp-submenu .wp-first-item, .cntctfrm_hidden {
11
  display: none;
12
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  /*
14
  * styles for rate-support div on the settings page
15
  */
@@ -98,11 +115,13 @@
98
  right: -3px;
99
  }
100
  .cntctfrm_language_tab_block_mini {
101
- background: url("../images/toggle-arrow.png") no-repeat scroll 1px -26px transparent;
102
- border-bottom: 1px solid #DFDFDF;
103
- border-right: 1px solid #DFDFDF;
104
- height: 15px;
105
- width: 20px;
 
 
106
  }
107
  .cntctfrm_language_tab_block_mini:hover {
108
  opacity: 0.7;
10
  #toplevel_page_bws_plugins .wp-submenu .wp-first-item, .cntctfrm_hidden {
11
  display: none;
12
  }
13
+ .bws_go_pro_tab {
14
+ background-color: #2A95C5;
15
+ border-color: #11688F;
16
+ color: #FFFFFF;
17
+ font-weight: normal;
18
+ text-shadow: none;
19
+ }
20
+ .bws_go_pro_tab:hover {
21
+ background-color: #2080AB;
22
+ color: #FFFFFF;
23
+ border-color: #11688F;
24
+ }
25
+ .bws_go_pro_tab.nav-tab-active {
26
+ background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
27
+ border-color: #CCCCCC #CCCCCC #F1F1F1;
28
+ color: #000000;
29
+ }
30
  /*
31
  * styles for rate-support div on the settings page
32
  */
115
  right: -3px;
116
  }
117
  .cntctfrm_language_tab_block_mini {
118
+ background: url("../images/toggle-arrow.png") no-repeat scroll 1px -26px transparent;
119
+ border-bottom: 1px solid #DFDFDF;
120
+ border-right: 1px solid #DFDFDF;
121
+ line-height: 18px;
122
+ padding-left: 22px;
123
+ color: #888888;
124
+ font-size: 10px;
125
  }
126
  .cntctfrm_language_tab_block_mini:hover {
127
  opacity: 0.7;
css/style_wp_before_3.8.css CHANGED
@@ -17,6 +17,18 @@
17
  #toplevel_page_bws_plugins .wp-submenu .wp-first-item, .cntctfrm_hidden {
18
  display: none;
19
  }
 
 
 
 
 
 
 
 
 
 
 
 
20
  /*
21
  * styles for rate-support div on the settings page
22
  */
@@ -105,11 +117,13 @@
105
  right: -3px;
106
  }
107
  .cntctfrm_language_tab_block_mini {
108
- background: url("../images/toggle-arrow.png") no-repeat scroll 1px -26px transparent;
109
- border-bottom: 1px solid #DFDFDF;
110
- border-right: 1px solid #DFDFDF;
111
- height: 15px;
112
- width: 20px;
 
 
113
  }
114
  .cntctfrm_language_tab_block_mini:hover {
115
  opacity: 0.7;
17
  #toplevel_page_bws_plugins .wp-submenu .wp-first-item, .cntctfrm_hidden {
18
  display: none;
19
  }
20
+ .bws_go_pro_tab {
21
+ background-color: #2A95C5;
22
+ border-color: #11688F;
23
+ color: #FFFFFF;
24
+ font-weight: normal !important;
25
+ text-shadow: none;
26
+ }
27
+ .bws_go_pro_tab:hover {
28
+ background-color: #2080AB;
29
+ color: #FFFFFF;
30
+ border-color: #11688F;
31
+ }
32
  /*
33
  * styles for rate-support div on the settings page
34
  */
117
  right: -3px;
118
  }
119
  .cntctfrm_language_tab_block_mini {
120
+ background: url("../images/toggle-arrow.png") no-repeat scroll 1px -26px transparent;
121
+ border-bottom: 1px solid #DFDFDF;
122
+ border-right: 1px solid #DFDFDF;
123
+ line-height: 18px;
124
+ padding-left: 22px;
125
+ color: #888888;
126
+ font-size: 10px;
127
  }
128
  .cntctfrm_language_tab_block_mini:hover {
129
  opacity: 0.7;
images/banner.png CHANGED
File without changes
images/banner_for_ctfrmtdb.png CHANGED
File without changes
images/close_banner.png CHANGED
File without changes
images/gray-grad.png CHANGED
File without changes
images/icon_16.png CHANGED
File without changes
images/icon_16_b.png CHANGED
File without changes
images/icon_16_c.png CHANGED
File without changes
images/icon_36.png CHANGED
File without changes
images/icon_36_b.png CHANGED
File without changes
images/pro_screen_1.png CHANGED
File without changes
images/px.png CHANGED
File without changes
images/tooltip_attachment_tips.png CHANGED
File without changes
images/tooltip_sendme_block.png CHANGED
File without changes
js/script.js CHANGED
File without changes
languages/contact_form-be_BY.mo CHANGED
Binary file
languages/contact_form-be_BY.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-12-26 10:53+0300\n"
6
- "PO-Revision-Date: 2013-12-26 10:53+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Sakałoŭ Alaksiej <nullbsd@gmail.com>\n"
9
  "Language: be_BY\n"
@@ -16,70 +16,56 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:32
20
- #: contact_form.php:538
21
- #, fuzzy
22
- msgid "Contact Form Settings"
23
- msgstr "Наладкі кантактнай формы"
24
-
25
- #: contact_form.php:32
26
- msgid "Contact Form"
27
- msgstr "Кантактная форма"
28
-
29
  #: contact_form.php:33
 
30
  #, fuzzy
31
- msgid "Contact Form Pro Extra Settings"
32
  msgstr "Наладкі кантактнай формы"
33
 
34
  #: contact_form.php:33
35
- #: contact_form.php:592
36
- #: contact_form.php:729
37
- #: contact_form.php:800
38
- #: contact_form.php:982
39
- #, fuzzy
40
- msgid "Contact Form Pro"
41
  msgstr "Кантактная форма"
42
 
43
  #: contact_form.php:80
44
- #: contact_form.php:854
45
- #: contact_form.php:884
46
  msgid "Name:"
47
  msgstr "Імя:"
48
 
49
  #: contact_form.php:81
50
- #: contact_form.php:855
51
- #: contact_form.php:885
52
  #, fuzzy
53
  msgid "Address:"
54
  msgstr "E-mail адрас:"
55
 
56
  #: contact_form.php:82
57
- #: contact_form.php:856
58
- #: contact_form.php:886
59
  msgid "Email Address:"
60
  msgstr "E-mail адрас:"
61
 
62
  #: contact_form.php:83
63
- #: contact_form.php:857
64
- #: contact_form.php:887
65
  msgid "Phone number:"
66
  msgstr "Тэлефон:"
67
 
68
  #: contact_form.php:84
69
- #: contact_form.php:858
70
- #: contact_form.php:888
71
  msgid "Subject:"
72
  msgstr "Тэма:"
73
 
74
  #: contact_form.php:85
75
- #: contact_form.php:859
76
- #: contact_form.php:889
77
  msgid "Message:"
78
  msgstr "Паведамленьне:"
79
 
80
  #: contact_form.php:86
81
- #: contact_form.php:860
82
- #: contact_form.php:890
83
  msgid "Attachment:"
84
  msgstr "Прычапіць файл:"
85
 
@@ -88,14 +74,14 @@ msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI,
88
  msgstr ""
89
 
90
  #: contact_form.php:88
91
- #: contact_form.php:862
92
- #: contact_form.php:892
93
  msgid "Send me a copy"
94
  msgstr "Адправіць мне копію"
95
 
96
  #: contact_form.php:89
97
- #: contact_form.php:863
98
- #: contact_form.php:893
99
  msgid "Submit"
100
  msgstr "Адправіць"
101
 
@@ -153,760 +139,860 @@ msgstr "Калі ласка, зрабіце выпраўленьне ў радк
153
  msgid "Thank you for contacting us."
154
  msgstr "Дзякуем за кантакт з намі."
155
 
156
- #: contact_form.php:203
157
  #, fuzzy
158
  msgid "requires"
159
  msgstr "Абавязковыя палі"
160
 
161
- #: contact_form.php:203
162
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
163
  msgstr ""
164
 
165
- #: contact_form.php:203
166
  msgid "Back to the WordPress"
167
  msgstr ""
168
 
169
- #: contact_form.php:203
170
  #, fuzzy
171
  msgid "Plugins page"
172
  msgstr "Плагины BWS"
173
 
174
- #: contact_form.php:494
175
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
176
  msgstr "Калі наладка 'Перайсьці на старонку' абрана, тады URL павінен быць запоўнены ў наступным фармаце"
177
 
178
- #: contact_form.php:503
179
  msgid "Such user does not exist. Settings are not saved."
180
  msgstr "Дадзены карыстальнік ня знойдзен. Наладкі не захаваны"
181
 
182
- #: contact_form.php:507
183
- #: contact_form.php:513
184
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
185
  msgstr "Калі ласка, увядзіце карэктны адрас для радка 'FROM'. Наладкі не захаваны."
186
 
187
- #: contact_form.php:518
188
  #, fuzzy
189
  msgid "Settings saved."
190
  msgstr "Наладкі захаваны."
191
 
192
- #: contact_form.php:540
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
193
  msgid "Notice:"
194
  msgstr ""
195
 
196
- #: contact_form.php:540
197
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
198
  msgstr ""
199
 
200
- #: contact_form.php:543
201
- #: contact_form.php:973
202
- #: contact_form.php:1838
203
- #: contact_form.php:1849
204
  msgid "Settings"
205
  msgstr "Наладкі"
206
 
207
- #: contact_form.php:544
208
- #: contact_form.php:974
209
  #, fuzzy
210
  msgid "Extra settings"
211
  msgstr "Наладкі"
212
 
213
- #: contact_form.php:549
214
- #: contact_form.php:1236
 
 
 
 
215
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
216
  msgstr "Калі вы жадаеце дадаць Кантактную Форму на свой сайт, тады вам неабходна толькі скапіяваць ды ўставіць Shortcode у канктэнт старонкі, ці запісу, ці аздабленьня:"
217
 
218
- #: contact_form.php:549
219
- #: contact_form.php:550
220
- #: contact_form.php:877
221
- #: contact_form.php:926
222
  msgid "or"
223
  msgstr ""
224
 
225
- #: contact_form.php:550
226
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
227
  msgstr ""
228
 
229
- #: contact_form.php:551
230
  msgid "They work the same way."
231
  msgstr ""
232
 
233
- #: contact_form.php:552
234
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
235
  msgstr "Калі інфармацыя ў палях ніжэй адсутнічае, паведамленьне будзе адпраўлена на email адрас, які быў указаны пры рэгістрацыі на сайце."
236
 
237
- #: contact_form.php:556
238
  msgid "The user's email address:"
239
  msgstr "Электронны адрас карыстальніка:"
240
 
241
- #: contact_form.php:560
242
  msgid "Create a username"
243
  msgstr "Абярыце імя карыстальніка"
244
 
245
- #: contact_form.php:565
246
  msgid "Enter a username of the person who should get the messages from the contact form."
247
  msgstr "Увядзіце імя карыстальніка, які будзе атрымліваць паведамленьні кантактнай формы."
248
 
249
- #: contact_form.php:569
250
  msgid "Use this email address:"
251
  msgstr "Выкарыстоўваць гэты email-адрас:"
252
 
253
- #: contact_form.php:572
254
  msgid "Enter the email address you want the messages forwarded to."
255
  msgstr "Увядзіце адрас, на які хочаце перанакіраваць паведамленьне."
256
 
257
- #: contact_form.php:578
258
  msgid "Add department selectbox to the contact form:"
259
  msgstr ""
260
 
261
- #: contact_form.php:586
262
- #: contact_form.php:1131
263
  msgid "If you upgrade to Pro version all your settings will be saved."
264
  msgstr ""
265
 
266
- #: contact_form.php:591
267
- #: contact_form.php:728
268
- #: contact_form.php:799
269
- #: contact_form.php:981
270
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
271
  msgstr ""
272
 
273
- #: contact_form.php:598
 
 
 
 
 
 
 
 
274
  msgid "Save emails to the database"
275
  msgstr ""
276
 
277
- #: contact_form.php:608
278
- #: contact_form.php:611
279
- #: contact_form.php:615
 
 
 
 
 
 
 
 
 
 
280
  msgid "Using Contact Form to DB powered by"
281
  msgstr ""
282
 
283
- #: contact_form.php:611
284
  #, fuzzy
285
  msgid "Activate Contact Form to DB"
286
  msgstr "Кантактная форма"
287
 
288
- #: contact_form.php:615
289
  #, fuzzy
290
  msgid "Download Contact Form to DB"
291
  msgstr "Кантактная форма"
292
 
293
- #: contact_form.php:620
294
  msgid "Additional options"
295
  msgstr "Дадатковыя наладкі"
296
 
297
- #: contact_form.php:622
298
  msgid "Show"
299
  msgstr ""
300
 
301
- #: contact_form.php:623
302
  msgid "Hide"
303
  msgstr ""
304
 
305
- #: contact_form.php:627
306
  msgid "What to use?"
307
  msgstr "Што выкарыстоўваць?"
308
 
309
- #: contact_form.php:630
310
  msgid "Wp-mail"
311
  msgstr "Wp-mail"
312
 
313
- #: contact_form.php:630
314
  msgid "You can use the wp_mail function for mailing"
315
  msgstr "Для адпраўкі пошты вы можаце выкарыстоўваць функцыю php mail"
316
 
317
- #: contact_form.php:632
318
  msgid "Mail"
319
  msgstr "Mail"
320
 
321
- #: contact_form.php:632
322
  msgid "To send mail you can use the php mail function"
323
  msgstr "Для адпраўкі пошты вы можаце выкарыстоўваць функцыю php mail"
324
 
325
- #: contact_form.php:636
326
  #, fuzzy
327
  msgid "The text in the 'From' field"
328
  msgstr "Зьмяніць тэкст для радка 'FROM' у лісьце"
329
 
330
- #: contact_form.php:638
331
  msgid "User name"
332
  msgstr ""
333
 
334
- #: contact_form.php:639
335
  #, fuzzy
336
  msgid "The name of the user who fills the form will be used in the field 'From'."
337
  msgstr "Адрас электроннай пошты карыстальніка, які запаўняе форму будзе выкарыстоўвацца ў поле 'From'."
338
 
339
- #: contact_form.php:642
340
  #, fuzzy
341
  msgid "This text will be used in the 'FROM' field"
342
  msgstr "Гэты адрас будзе выкарыстоўвацца ў поле 'From'"
343
 
344
- #: contact_form.php:646
345
  #, fuzzy
346
  msgid "The email address in the 'From' field"
347
  msgstr "Калі ласка, увядзіце адрас электроннай пошты ў поле 'From'"
348
 
349
- #: contact_form.php:648
350
  msgid "User email"
351
  msgstr ""
352
 
353
- #: contact_form.php:649
354
  #, fuzzy
355
  msgid "The email address of the user who fills the form will be used in the field 'From'."
356
  msgstr "Адрас электроннай пошты карыстальніка, які запаўняе форму будзе выкарыстоўвацца ў поле 'From'."
357
 
358
- #: contact_form.php:652
359
  msgid "This email address will be used in the 'From' field."
360
  msgstr "Гэты адрас будзе выкарыстоўвацца ў поле 'From'"
361
 
362
- #: contact_form.php:656
363
  #, fuzzy
364
  msgid "Required symbol"
365
  msgstr "Абавязковыя палі"
366
 
367
- #: contact_form.php:666
368
  msgid "Fields"
369
  msgstr ""
370
 
371
- #: contact_form.php:667
372
  msgid "Used"
373
  msgstr ""
374
 
375
- #: contact_form.php:668
376
  #, fuzzy
377
  msgid "Required"
378
  msgstr "Абавязковыя палі"
379
 
380
- #: contact_form.php:669
381
  msgid "Visible"
382
  msgstr ""
383
 
384
- #: contact_form.php:670
385
  msgid "Disabled for editing"
386
  msgstr ""
387
 
388
- #: contact_form.php:671
389
  msgid "Field's default value"
390
  msgstr ""
391
 
392
- #: contact_form.php:676
393
- #: contact_form.php:1006
394
- #: contact_form.php:1679
395
- #: contact_form.php:1709
396
  msgid "Name"
397
  msgstr "Імя"
398
 
399
- #: contact_form.php:684
400
- #: contact_form.php:1011
401
- #: contact_form.php:1683
402
- #: contact_form.php:1711
403
  #, fuzzy
404
  msgid "Address"
405
  msgstr "E-mail адрас:"
406
 
407
- #: contact_form.php:692
408
  #, fuzzy
409
  msgid "Email Address"
410
  msgstr "E-mail адрас:"
411
 
412
- #: contact_form.php:700
413
  #, fuzzy
414
  msgid "Phone number"
415
  msgstr "Тэлефон:"
416
 
417
- #: contact_form.php:708
418
- #: contact_form.php:1026
419
- #: contact_form.php:1693
420
- #: contact_form.php:1715
421
  msgid "Subject"
422
  msgstr "Тэма"
423
 
424
- #: contact_form.php:716
425
- #: contact_form.php:1030
426
- #: contact_form.php:1696
427
- #: contact_form.php:1716
428
  msgid "Message"
429
  msgstr "Паведамленьне"
430
 
431
- #: contact_form.php:734
432
  #, fuzzy
433
  msgid "Attachment block"
434
  msgstr "Паказваць блок Прычапіць Файл"
435
 
436
- #: contact_form.php:736
437
  msgid "Users can attach the following file formats"
438
  msgstr "Карыстальнікі могуць прычапляць файлы наступных тыпаў"
439
 
440
- #: contact_form.php:750
441
  msgid "Add to the form"
442
  msgstr ""
443
 
444
- #: contact_form.php:755
445
  #, fuzzy
446
  msgid "Tips below the Attachment"
447
  msgstr "Паказваць блок Прычапіць Файл"
448
 
449
- #: contact_form.php:764
450
  #, fuzzy
451
  msgid "'Send me a copy' block"
452
  msgstr "Паказаць блок Адправіць мне копію"
453
 
454
- #: contact_form.php:777
455
- #: contact_form.php:780
456
- #: contact_form.php:784
457
- #: contact_form.php:1040
458
  msgid "Captcha"
459
  msgstr ""
460
 
461
- #: contact_form.php:777
462
- #: contact_form.php:780
463
- #: contact_form.php:784
464
- msgid "powered by"
465
- msgstr ""
466
-
467
- #: contact_form.php:780
468
  #, fuzzy
469
  msgid "Activate captcha"
470
  msgstr "Актываваныя пашырэньні"
471
 
472
- #: contact_form.php:784
473
  #, fuzzy
474
  msgid "Download captcha"
475
  msgstr "Спампаваць"
476
 
477
- #: contact_form.php:792
478
  msgid "Agreement checkbox"
479
  msgstr ""
480
 
481
- #: contact_form.php:792
482
  msgid "Required checkbox for submitting the form"
483
  msgstr ""
484
 
485
- #: contact_form.php:793
486
  msgid "Optional checkbox"
487
  msgstr ""
488
 
489
- #: contact_form.php:793
490
  msgid "Optional checkbox, the results of which will be displayed in email"
491
  msgstr ""
492
 
493
- #: contact_form.php:804
494
  msgid "Delete an attachment file from the server after the email is sent"
495
  msgstr ""
496
 
497
- #: contact_form.php:810
498
  msgid "Email in HTML format sending"
499
  msgstr ""
500
 
501
- #: contact_form.php:814
502
  #, fuzzy
503
  msgid "Display additional info in the email"
504
  msgstr "Паказ дадатковай інфармацыі ў лісьце"
505
 
506
- #: contact_form.php:819
507
- #: contact_form.php:1646
508
- #: contact_form.php:1648
509
  msgid "Sent from (ip address)"
510
  msgstr "Адпраўлена ад (IP адрас)"
511
 
512
- #: contact_form.php:819
513
  #, fuzzy
514
  msgid "Example: Sent from (IP address):\t127.0.0.1"
515
  msgstr "Адпраўлена ад (IP адрас)"
516
 
517
- #: contact_form.php:820
518
- #: contact_form.php:1652
519
- #: contact_form.php:1654
520
  msgid "Date/Time"
521
  msgstr "Дата/Час"
522
 
523
- #: contact_form.php:820
524
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
525
  msgstr ""
526
 
527
- #: contact_form.php:821
528
- #: contact_form.php:1658
529
- #: contact_form.php:1660
530
  msgid "Sent from (referer)"
531
  msgstr "Прыйшло з "
532
 
533
- #: contact_form.php:821
534
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
535
  msgstr ""
536
 
537
- #: contact_form.php:822
538
- #: contact_form.php:1664
539
- #: contact_form.php:1666
540
  msgid "Using (user agent)"
541
  msgstr "Выкарыстоўваць (user agent)"
542
 
543
- #: contact_form.php:822
544
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
545
  msgstr ""
546
 
547
- #: contact_form.php:826
548
  msgid "Language settings for the field names in the form"
549
  msgstr "Моўныя наладкі для палёў у форме"
550
 
551
- #: contact_form.php:835
552
  #, fuzzy
553
  msgid "Add a language"
554
  msgstr "Дадаць мову"
555
 
556
- #: contact_form.php:839
557
  msgid "Change the names of the contact form fields and error messages"
558
  msgstr "Зьмяніць назвы палёў кантактнай формы й паведамленьняў аб памылках"
559
 
560
- #: contact_form.php:844
561
- #: contact_form.php:917
562
  msgid "English"
563
  msgstr "Ангельская"
564
 
565
- #: contact_form.php:861
566
- #: contact_form.php:891
 
 
 
 
 
567
  #, fuzzy
568
  msgid "Tips below the Attachment block"
569
  msgstr "Паказваць блок Прычапіць Файл"
570
 
571
- #: contact_form.php:864
572
- #: contact_form.php:894
573
  msgid "Error message for the Name field"
574
  msgstr "Паведамленьне аб памылкі для поля Імя Карыстальніка"
575
 
576
- #: contact_form.php:865
577
- #: contact_form.php:895
578
  #, fuzzy
579
  msgid "Error message for the Address field"
580
  msgstr "Паведамленьне аб памылкі для поля Паведамленьне"
581
 
582
- #: contact_form.php:866
583
- #: contact_form.php:896
584
  msgid "Error message for the Email field"
585
  msgstr "Паведамленьне аб памылкі для поля Электронная Пошта"
586
 
587
- #: contact_form.php:867
588
- #: contact_form.php:897
589
  msgid "Error message for the Phone field"
590
  msgstr "Паведамленьне аб памылкі для поля Тэлефон"
591
 
592
- #: contact_form.php:868
593
- #: contact_form.php:898
594
  msgid "Error message for the Subject field"
595
  msgstr "Паведамленьне аб памылкі для поля Тэма"
596
 
597
- #: contact_form.php:869
598
- #: contact_form.php:899
599
  msgid "Error message for the Message field"
600
  msgstr "Паведамленьне аб памылкі для поля Паведамленьне"
601
 
602
- #: contact_form.php:870
603
- #: contact_form.php:900
604
  #, fuzzy
605
  msgid "Error message about the file type for the Attachment field"
606
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
607
 
608
- #: contact_form.php:871
609
- #: contact_form.php:901
610
  #, fuzzy
611
  msgid "Error message while uploading a file for the Attachment field to the server"
612
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
613
 
614
- #: contact_form.php:872
615
- #: contact_form.php:902
616
  #, fuzzy
617
  msgid "Error message while moving the file for the Attachment field"
618
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
619
 
620
- #: contact_form.php:873
621
- #: contact_form.php:903
622
  #, fuzzy
623
  msgid "Error message when file size limit for the Attachment field is exceeded"
624
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
625
 
626
- #: contact_form.php:874
627
- #: contact_form.php:904
628
  msgid "Error message for the Captcha field"
629
  msgstr "Паведамленьне аб памылкі для поля Captcha"
630
 
631
- #: contact_form.php:875
632
- #: contact_form.php:905
633
  msgid "Error message for the whole form"
634
  msgstr "Паведамленьне аб памылцы для усёй формы"
635
 
636
- #: contact_form.php:877
637
- #: contact_form.php:907
638
- #: contact_form.php:926
639
- #: contact_form.php:932
640
  msgid "Use shortcode"
641
  msgstr "Выкарыстоўваць shortcode"
642
 
643
- #: contact_form.php:877
644
- #: contact_form.php:907
645
- #: contact_form.php:926
646
- #: contact_form.php:932
647
  msgid "for this language"
648
  msgstr "для дадзенай мовы"
649
 
650
- #: contact_form.php:914
651
  msgid "Action after email is sent"
652
  msgstr "Дзеяньні пасьля адпраўкі ліста"
653
 
654
- #: contact_form.php:916
655
  msgid "Display text"
656
  msgstr "Адлюстраваць тэкст"
657
 
658
- #: contact_form.php:925
659
- #: contact_form.php:931
660
  msgid "Text"
661
  msgstr "Тэкст"
662
 
663
- #: contact_form.php:938
664
  msgid "Redirect to the page"
665
  msgstr "Перакінуць на старонку"
666
 
667
- #: contact_form.php:939
668
  msgid "Url"
669
  msgstr "www-адрас"
670
 
671
- #: contact_form.php:944
672
- #: contact_form.php:1137
673
  msgid "Save Changes"
674
  msgstr "Захаваць зьмены"
675
 
676
- #: contact_form.php:950
677
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
678
  msgstr ""
679
 
680
- #: contact_form.php:951
681
  #, fuzzy
682
  msgid "Rate the plugin"
683
  msgstr "Рэкамэндаваныя да ўсталёўкі пашырэньні"
684
 
685
- #: contact_form.php:954
686
  #, fuzzy
687
  msgid "If there is something wrong about it, please contact us"
688
  msgstr "Калі ў вас ёсьць якія небудзь пытаньні, зьвяртайцеся да plugin@bestwebsoft.com ці запоўніце кантактную форму на нашым сайце"
689
 
690
- #: contact_form.php:971
691
- #, fuzzy
692
- msgid "Contact Form Pro | Extra Settings"
693
- msgstr "Наладкі кантактнай формы"
694
-
695
- #: contact_form.php:986
696
  msgid "Errors output"
697
  msgstr ""
698
 
699
- #: contact_form.php:989
700
  msgid "Display error messages"
701
  msgstr ""
702
 
703
- #: contact_form.php:990
704
  msgid "Color of the input field errors."
705
  msgstr ""
706
 
707
- #: contact_form.php:991
708
  #, fuzzy
709
  msgid "Display error messages & color of the input field errors"
710
  msgstr "Паведамленьне аб памылкі для поля Тэма"
711
 
712
- #: contact_form.php:996
713
  msgid "Add placeholder to the input blocks"
714
  msgstr ""
715
 
716
- #: contact_form.php:1002
717
  #, fuzzy
718
  msgid "Add tooltips"
719
  msgstr "Дадатковыя наладкі"
720
 
721
- #: contact_form.php:1016
722
  #, fuzzy
723
  msgid "Email address"
724
  msgstr "E-mail адрас:"
725
 
726
- #: contact_form.php:1021
727
  #, fuzzy
728
  msgid "Phone Number"
729
  msgstr "Тэлефон:"
730
 
731
- #: contact_form.php:1035
732
  #, fuzzy
733
  msgid "Attachment"
734
  msgstr "Прычапіць файл:"
735
 
736
- #: contact_form.php:1040
737
  msgid "(powered by bestwebsoft.com)"
738
  msgstr ""
739
 
740
- #: contact_form.php:1045
741
  #, fuzzy
742
  msgid "Style options"
743
  msgstr "Дадатковыя наладкі"
744
 
745
- #: contact_form.php:1048
746
  msgid "Text color"
747
  msgstr ""
748
 
749
- #: contact_form.php:1051
750
- #: contact_form.php:1056
751
- #: contact_form.php:1066
752
- #: contact_form.php:1071
753
- #: contact_form.php:1076
754
- #: contact_form.php:1081
755
- #: contact_form.php:1091
756
- #: contact_form.php:1096
757
- #: contact_form.php:1102
758
- #: contact_form.php:1113
759
- #: contact_form.php:1118
760
- #: contact_form.php:1123
761
  msgid "Default"
762
  msgstr ""
763
 
764
- #: contact_form.php:1053
765
  msgid "Label text color"
766
  msgstr ""
767
 
768
- #: contact_form.php:1058
769
  msgid "Placeholder color"
770
  msgstr ""
771
 
772
- #: contact_form.php:1063
773
  msgid "Errors color"
774
  msgstr ""
775
 
776
- #: contact_form.php:1068
777
  msgid "Error text color"
778
  msgstr ""
779
 
780
- #: contact_form.php:1073
781
  msgid "Background color of the input field errors"
782
  msgstr ""
783
 
784
- #: contact_form.php:1078
785
  msgid "Border color of the input field errors"
786
  msgstr ""
787
 
788
- #: contact_form.php:1083
789
  msgid "Placeholder color of the input field errors"
790
  msgstr ""
791
 
792
- #: contact_form.php:1088
793
  #, fuzzy
794
  msgid "Input fields"
795
  msgstr "Адлюстраваць тэкст"
796
 
797
- #: contact_form.php:1093
798
  msgid "Input fields background color"
799
  msgstr ""
800
 
801
- #: contact_form.php:1098
802
  msgid "Text fields color"
803
  msgstr ""
804
 
805
- #: contact_form.php:1100
806
  msgid "Border width in px, numbers only"
807
  msgstr ""
808
 
809
- #: contact_form.php:1104
810
- #: contact_form.php:1125
811
  msgid "Border color"
812
  msgstr ""
813
 
814
- #: contact_form.php:1109
815
  #, fuzzy
816
  msgid "Submit button"
817
  msgstr "Адправіць"
818
 
819
- #: contact_form.php:1111
820
  msgid "Width in px, numbers only"
821
  msgstr ""
822
 
823
- #: contact_form.php:1115
824
  msgid "Button color"
825
  msgstr ""
826
 
827
- #: contact_form.php:1120
828
  msgid "Button text color"
829
  msgstr ""
830
 
831
- #: contact_form.php:1141
832
  #, fuzzy
833
  msgid "Contact Form Pro | Preview"
834
  msgstr "Кантактная форма"
835
 
836
- #: contact_form.php:1144
837
  msgid "Show with errors"
838
  msgstr ""
839
 
840
- #: contact_form.php:1152
841
- #: contact_form.php:1154
842
  msgid "Please enter your full name..."
843
  msgstr ""
844
 
845
- #: contact_form.php:1165
846
- #: contact_form.php:1167
847
  msgid "Please enter your address..."
848
  msgstr ""
849
 
850
- #: contact_form.php:1176
851
- #: contact_form.php:1178
852
  #, fuzzy
853
  msgid "Please enter your email address..."
854
  msgstr "Выкарыстоўваць гэты email-адрас:"
855
 
856
- #: contact_form.php:1187
857
- #: contact_form.php:1189
858
  msgid "Please enter your phone number..."
859
  msgstr ""
860
 
861
- #: contact_form.php:1198
862
- #: contact_form.php:1200
863
  msgid "Please enter subject..."
864
  msgstr ""
865
 
866
- #: contact_form.php:1208
867
- #: contact_form.php:1210
868
  msgid "Please enter your message..."
869
  msgstr ""
870
 
871
- #: contact_form.php:1287
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
872
  msgid "Sorry, email message could not be delivered."
873
  msgstr "Прабачце, вашая электронная пошта не можа быць адпраўленай."
874
 
875
- #: contact_form.php:1673
876
  msgid "Contact from"
877
  msgstr "Кантактная форма"
878
 
879
- #: contact_form.php:1686
880
- #: contact_form.php:1712
881
  msgid "Email"
882
  msgstr "Электронная пошта"
883
 
884
- #: contact_form.php:1690
885
- #: contact_form.php:1714
886
  msgid "Phone"
887
  msgstr "Тэлефон"
888
 
889
- #: contact_form.php:1699
890
- #: contact_form.php:1717
891
  msgid "Site"
892
  msgstr "Сайт"
893
 
894
- #: contact_form.php:1780
895
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
896
  msgstr "Калі вы бачыце гэты MIME, значыць гэты тып не падтрымліваецца вашым паштовым кліентам!"
897
 
898
- #: contact_form.php:1850
899
  msgid "FAQ"
900
  msgstr "Пытаньні й адказы"
901
 
902
- #: contact_form.php:1851
903
  msgid "Support"
904
  msgstr "Падтрымка"
905
 
906
- #: contact_form.php:1910
907
  msgid "Are you sure that you want to delete this language data?"
908
  msgstr "Вы сапраўды хочаце выдаліць дадзеныя для гэтай мовы?"
909
 
 
 
 
 
 
 
 
 
910
  #, fuzzy
911
  #~ msgid "Display fields"
912
  #~ msgstr "Адлюстраваць тэкст"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-02-03 10:09+0300\n"
6
+ "PO-Revision-Date: 2014-02-03 10:09+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Sakałoŭ Alaksiej <nullbsd@gmail.com>\n"
9
  "Language: be_BY\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
 
 
 
 
 
 
 
 
 
 
19
  #: contact_form.php:33
20
+ #: contact_form.php:659
21
  #, fuzzy
22
+ msgid "Contact Form Settings"
23
  msgstr "Наладкі кантактнай формы"
24
 
25
  #: contact_form.php:33
26
+ msgid "Contact Form"
 
 
 
 
 
27
  msgstr "Кантактная форма"
28
 
29
  #: contact_form.php:80
30
+ #: contact_form.php:977
31
+ #: contact_form.php:1007
32
  msgid "Name:"
33
  msgstr "Імя:"
34
 
35
  #: contact_form.php:81
36
+ #: contact_form.php:978
37
+ #: contact_form.php:1008
38
  #, fuzzy
39
  msgid "Address:"
40
  msgstr "E-mail адрас:"
41
 
42
  #: contact_form.php:82
43
+ #: contact_form.php:979
44
+ #: contact_form.php:1009
45
  msgid "Email Address:"
46
  msgstr "E-mail адрас:"
47
 
48
  #: contact_form.php:83
49
+ #: contact_form.php:980
50
+ #: contact_form.php:1010
51
  msgid "Phone number:"
52
  msgstr "Тэлефон:"
53
 
54
  #: contact_form.php:84
55
+ #: contact_form.php:981
56
+ #: contact_form.php:1011
57
  msgid "Subject:"
58
  msgstr "Тэма:"
59
 
60
  #: contact_form.php:85
61
+ #: contact_form.php:982
62
+ #: contact_form.php:1012
63
  msgid "Message:"
64
  msgstr "Паведамленьне:"
65
 
66
  #: contact_form.php:86
67
+ #: contact_form.php:983
68
+ #: contact_form.php:1013
69
  msgid "Attachment:"
70
  msgstr "Прычапіць файл:"
71
 
74
  msgstr ""
75
 
76
  #: contact_form.php:88
77
+ #: contact_form.php:985
78
+ #: contact_form.php:1015
79
  msgid "Send me a copy"
80
  msgstr "Адправіць мне копію"
81
 
82
  #: contact_form.php:89
83
+ #: contact_form.php:986
84
+ #: contact_form.php:1016
85
  msgid "Submit"
86
  msgstr "Адправіць"
87
 
139
  msgid "Thank you for contacting us."
140
  msgstr "Дзякуем за кантакт з намі."
141
 
142
+ #: contact_form.php:202
143
  #, fuzzy
144
  msgid "requires"
145
  msgstr "Абавязковыя палі"
146
 
147
+ #: contact_form.php:202
148
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
149
  msgstr ""
150
 
151
+ #: contact_form.php:202
152
  msgid "Back to the WordPress"
153
  msgstr ""
154
 
155
+ #: contact_form.php:202
156
  #, fuzzy
157
  msgid "Plugins page"
158
  msgstr "Плагины BWS"
159
 
160
+ #: contact_form.php:493
161
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
162
  msgstr "Калі наладка 'Перайсьці на старонку' абрана, тады URL павінен быць запоўнены ў наступным фармаце"
163
 
164
+ #: contact_form.php:502
165
  msgid "Such user does not exist. Settings are not saved."
166
  msgstr "Дадзены карыстальнік ня знойдзен. Наладкі не захаваны"
167
 
168
+ #: contact_form.php:506
169
+ #: contact_form.php:512
170
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
171
  msgstr "Калі ласка, увядзіце карэктны адрас для радка 'FROM'. Наладкі не захаваны."
172
 
173
+ #: contact_form.php:517
174
  #, fuzzy
175
  msgid "Settings saved."
176
  msgstr "Наладкі захаваны."
177
 
178
+ #: contact_form.php:553
179
+ #: contact_form.php:592
180
+ msgid "Wrong license key"
181
+ msgstr ""
182
+
183
+ #: contact_form.php:585
184
+ msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
185
+ msgstr ""
186
+
187
+ #: contact_form.php:594
188
+ msgid "This license key is bind to another site"
189
+ msgstr ""
190
+
191
+ #: contact_form.php:596
192
+ #: contact_form.php:1382
193
+ msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
194
+ msgstr ""
195
+
196
+ #: contact_form.php:614
197
+ msgid "Failed to open the zip archive. Please, upload the plugin manually"
198
+ msgstr ""
199
+
200
+ #: contact_form.php:620
201
+ msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
202
+ msgstr ""
203
+
204
+ #: contact_form.php:624
205
+ #: contact_form.php:633
206
+ msgid "Failed to download the zip archive. Please, upload the plugin manually"
207
+ msgstr ""
208
+
209
+ #: contact_form.php:637
210
+ msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
211
+ msgstr ""
212
+
213
+ #: contact_form.php:652
214
+ #, fuzzy
215
+ msgid "Please, enter Your license key"
216
+ msgstr "Выкарыстоўваць гэты email-адрас:"
217
+
218
+ #: contact_form.php:661
219
  msgid "Notice:"
220
  msgstr ""
221
 
222
+ #: contact_form.php:661
223
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
224
  msgstr ""
225
 
226
+ #: contact_form.php:664
227
+ #: contact_form.php:1990
228
+ #: contact_form.php:2001
 
229
  msgid "Settings"
230
  msgstr "Наладкі"
231
 
232
+ #: contact_form.php:665
 
233
  #, fuzzy
234
  msgid "Extra settings"
235
  msgstr "Наладкі"
236
 
237
+ #: contact_form.php:666
238
+ msgid "Go PRO"
239
+ msgstr ""
240
+
241
+ #: contact_form.php:672
242
+ #: contact_form.php:1341
243
  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:"
244
  msgstr "Калі вы жадаеце дадаць Кантактную Форму на свой сайт, тады вам неабходна толькі скапіяваць ды ўставіць Shortcode у канктэнт старонкі, ці запісу, ці аздабленьня:"
245
 
246
+ #: contact_form.php:672
247
+ #: contact_form.php:673
248
+ #: contact_form.php:1000
249
+ #: contact_form.php:1049
250
  msgid "or"
251
  msgstr ""
252
 
253
+ #: contact_form.php:673
254
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
255
  msgstr ""
256
 
257
+ #: contact_form.php:674
258
  msgid "They work the same way."
259
  msgstr ""
260
 
261
+ #: contact_form.php:675
262
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
263
  msgstr "Калі інфармацыя ў палях ніжэй адсутнічае, паведамленьне будзе адпраўлена на email адрас, які быў указаны пры рэгістрацыі на сайце."
264
 
265
+ #: contact_form.php:679
266
  msgid "The user's email address:"
267
  msgstr "Электронны адрас карыстальніка:"
268
 
269
+ #: contact_form.php:683
270
  msgid "Create a username"
271
  msgstr "Абярыце імя карыстальніка"
272
 
273
+ #: contact_form.php:688
274
  msgid "Enter a username of the person who should get the messages from the contact form."
275
  msgstr "Увядзіце імя карыстальніка, які будзе атрымліваць паведамленьні кантактнай формы."
276
 
277
+ #: contact_form.php:692
278
  msgid "Use this email address:"
279
  msgstr "Выкарыстоўваць гэты email-адрас:"
280
 
281
+ #: contact_form.php:695
282
  msgid "Enter the email address you want the messages forwarded to."
283
  msgstr "Увядзіце адрас, на які хочаце перанакіраваць паведамленьне."
284
 
285
+ #: contact_form.php:701
286
  msgid "Add department selectbox to the contact form:"
287
  msgstr ""
288
 
289
+ #: contact_form.php:709
290
+ #: contact_form.php:1236
291
  msgid "If you upgrade to Pro version all your settings will be saved."
292
  msgstr ""
293
 
294
+ #: contact_form.php:714
295
+ #: contact_form.php:851
296
+ #: contact_form.php:922
297
+ #: contact_form.php:1086
298
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
299
  msgstr ""
300
 
301
+ #: contact_form.php:715
302
+ #: contact_form.php:852
303
+ #: contact_form.php:923
304
+ #: contact_form.php:1087
305
+ #, fuzzy
306
+ msgid "Contact Form Pro"
307
+ msgstr "Кантактная форма"
308
+
309
+ #: contact_form.php:721
310
  msgid "Save emails to the database"
311
  msgstr ""
312
 
313
+ #: contact_form.php:731
314
+ msgid "Using"
315
+ msgstr ""
316
+
317
+ #: contact_form.php:731
318
+ #: contact_form.php:900
319
+ #: contact_form.php:903
320
+ #: contact_form.php:907
321
+ msgid "powered by"
322
+ msgstr ""
323
+
324
+ #: contact_form.php:734
325
+ #: contact_form.php:738
326
  msgid "Using Contact Form to DB powered by"
327
  msgstr ""
328
 
329
+ #: contact_form.php:734
330
  #, fuzzy
331
  msgid "Activate Contact Form to DB"
332
  msgstr "Кантактная форма"
333
 
334
+ #: contact_form.php:738
335
  #, fuzzy
336
  msgid "Download Contact Form to DB"
337
  msgstr "Кантактная форма"
338
 
339
+ #: contact_form.php:743
340
  msgid "Additional options"
341
  msgstr "Дадатковыя наладкі"
342
 
343
+ #: contact_form.php:745
344
  msgid "Show"
345
  msgstr ""
346
 
347
+ #: contact_form.php:746
348
  msgid "Hide"
349
  msgstr ""
350
 
351
+ #: contact_form.php:750
352
  msgid "What to use?"
353
  msgstr "Што выкарыстоўваць?"
354
 
355
+ #: contact_form.php:753
356
  msgid "Wp-mail"
357
  msgstr "Wp-mail"
358
 
359
+ #: contact_form.php:753
360
  msgid "You can use the wp_mail function for mailing"
361
  msgstr "Для адпраўкі пошты вы можаце выкарыстоўваць функцыю php mail"
362
 
363
+ #: contact_form.php:755
364
  msgid "Mail"
365
  msgstr "Mail"
366
 
367
+ #: contact_form.php:755
368
  msgid "To send mail you can use the php mail function"
369
  msgstr "Для адпраўкі пошты вы можаце выкарыстоўваць функцыю php mail"
370
 
371
+ #: contact_form.php:759
372
  #, fuzzy
373
  msgid "The text in the 'From' field"
374
  msgstr "Зьмяніць тэкст для радка 'FROM' у лісьце"
375
 
376
+ #: contact_form.php:761
377
  msgid "User name"
378
  msgstr ""
379
 
380
+ #: contact_form.php:762
381
  #, fuzzy
382
  msgid "The name of the user who fills the form will be used in the field 'From'."
383
  msgstr "Адрас электроннай пошты карыстальніка, які запаўняе форму будзе выкарыстоўвацца ў поле 'From'."
384
 
385
+ #: contact_form.php:765
386
  #, fuzzy
387
  msgid "This text will be used in the 'FROM' field"
388
  msgstr "Гэты адрас будзе выкарыстоўвацца ў поле 'From'"
389
 
390
+ #: contact_form.php:769
391
  #, fuzzy
392
  msgid "The email address in the 'From' field"
393
  msgstr "Калі ласка, увядзіце адрас электроннай пошты ў поле 'From'"
394
 
395
+ #: contact_form.php:771
396
  msgid "User email"
397
  msgstr ""
398
 
399
+ #: contact_form.php:772
400
  #, fuzzy
401
  msgid "The email address of the user who fills the form will be used in the field 'From'."
402
  msgstr "Адрас электроннай пошты карыстальніка, які запаўняе форму будзе выкарыстоўвацца ў поле 'From'."
403
 
404
+ #: contact_form.php:775
405
  msgid "This email address will be used in the 'From' field."
406
  msgstr "Гэты адрас будзе выкарыстоўвацца ў поле 'From'"
407
 
408
+ #: contact_form.php:779
409
  #, fuzzy
410
  msgid "Required symbol"
411
  msgstr "Абавязковыя палі"
412
 
413
+ #: contact_form.php:789
414
  msgid "Fields"
415
  msgstr ""
416
 
417
+ #: contact_form.php:790
418
  msgid "Used"
419
  msgstr ""
420
 
421
+ #: contact_form.php:791
422
  #, fuzzy
423
  msgid "Required"
424
  msgstr "Абавязковыя палі"
425
 
426
+ #: contact_form.php:792
427
  msgid "Visible"
428
  msgstr ""
429
 
430
+ #: contact_form.php:793
431
  msgid "Disabled for editing"
432
  msgstr ""
433
 
434
+ #: contact_form.php:794
435
  msgid "Field's default value"
436
  msgstr ""
437
 
438
+ #: contact_form.php:799
439
+ #: contact_form.php:1111
440
+ #: contact_form.php:1831
441
+ #: contact_form.php:1861
442
  msgid "Name"
443
  msgstr "Імя"
444
 
445
+ #: contact_form.php:807
446
+ #: contact_form.php:1116
447
+ #: contact_form.php:1835
448
+ #: contact_form.php:1863
449
  #, fuzzy
450
  msgid "Address"
451
  msgstr "E-mail адрас:"
452
 
453
+ #: contact_form.php:815
454
  #, fuzzy
455
  msgid "Email Address"
456
  msgstr "E-mail адрас:"
457
 
458
+ #: contact_form.php:823
459
  #, fuzzy
460
  msgid "Phone number"
461
  msgstr "Тэлефон:"
462
 
463
+ #: contact_form.php:831
464
+ #: contact_form.php:1131
465
+ #: contact_form.php:1845
466
+ #: contact_form.php:1867
467
  msgid "Subject"
468
  msgstr "Тэма"
469
 
470
+ #: contact_form.php:839
471
+ #: contact_form.php:1135
472
+ #: contact_form.php:1848
473
+ #: contact_form.php:1868
474
  msgid "Message"
475
  msgstr "Паведамленьне"
476
 
477
+ #: contact_form.php:857
478
  #, fuzzy
479
  msgid "Attachment block"
480
  msgstr "Паказваць блок Прычапіць Файл"
481
 
482
+ #: contact_form.php:859
483
  msgid "Users can attach the following file formats"
484
  msgstr "Карыстальнікі могуць прычапляць файлы наступных тыпаў"
485
 
486
+ #: contact_form.php:873
487
  msgid "Add to the form"
488
  msgstr ""
489
 
490
+ #: contact_form.php:878
491
  #, fuzzy
492
  msgid "Tips below the Attachment"
493
  msgstr "Паказваць блок Прычапіць Файл"
494
 
495
+ #: contact_form.php:887
496
  #, fuzzy
497
  msgid "'Send me a copy' block"
498
  msgstr "Паказаць блок Адправіць мне копію"
499
 
500
+ #: contact_form.php:900
501
+ #: contact_form.php:903
502
+ #: contact_form.php:907
503
+ #: contact_form.php:1145
504
  msgid "Captcha"
505
  msgstr ""
506
 
507
+ #: contact_form.php:903
 
 
 
 
 
 
508
  #, fuzzy
509
  msgid "Activate captcha"
510
  msgstr "Актываваныя пашырэньні"
511
 
512
+ #: contact_form.php:907
513
  #, fuzzy
514
  msgid "Download captcha"
515
  msgstr "Спампаваць"
516
 
517
+ #: contact_form.php:915
518
  msgid "Agreement checkbox"
519
  msgstr ""
520
 
521
+ #: contact_form.php:915
522
  msgid "Required checkbox for submitting the form"
523
  msgstr ""
524
 
525
+ #: contact_form.php:916
526
  msgid "Optional checkbox"
527
  msgstr ""
528
 
529
+ #: contact_form.php:916
530
  msgid "Optional checkbox, the results of which will be displayed in email"
531
  msgstr ""
532
 
533
+ #: contact_form.php:927
534
  msgid "Delete an attachment file from the server after the email is sent"
535
  msgstr ""
536
 
537
+ #: contact_form.php:933
538
  msgid "Email in HTML format sending"
539
  msgstr ""
540
 
541
+ #: contact_form.php:937
542
  #, fuzzy
543
  msgid "Display additional info in the email"
544
  msgstr "Паказ дадатковай інфармацыі ў лісьце"
545
 
546
+ #: contact_form.php:942
547
+ #: contact_form.php:1798
548
+ #: contact_form.php:1800
549
  msgid "Sent from (ip address)"
550
  msgstr "Адпраўлена ад (IP адрас)"
551
 
552
+ #: contact_form.php:942
553
  #, fuzzy
554
  msgid "Example: Sent from (IP address):\t127.0.0.1"
555
  msgstr "Адпраўлена ад (IP адрас)"
556
 
557
+ #: contact_form.php:943
558
+ #: contact_form.php:1804
559
+ #: contact_form.php:1806
560
  msgid "Date/Time"
561
  msgstr "Дата/Час"
562
 
563
+ #: contact_form.php:943
564
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
565
  msgstr ""
566
 
567
+ #: contact_form.php:944
568
+ #: contact_form.php:1810
569
+ #: contact_form.php:1812
570
  msgid "Sent from (referer)"
571
  msgstr "Прыйшло з "
572
 
573
+ #: contact_form.php:944
574
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
575
  msgstr ""
576
 
577
+ #: contact_form.php:945
578
+ #: contact_form.php:1816
579
+ #: contact_form.php:1818
580
  msgid "Using (user agent)"
581
  msgstr "Выкарыстоўваць (user agent)"
582
 
583
+ #: contact_form.php:945
584
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
585
  msgstr ""
586
 
587
+ #: contact_form.php:949
588
  msgid "Language settings for the field names in the form"
589
  msgstr "Моўныя наладкі для палёў у форме"
590
 
591
+ #: contact_form.php:958
592
  #, fuzzy
593
  msgid "Add a language"
594
  msgstr "Дадаць мову"
595
 
596
+ #: contact_form.php:962
597
  msgid "Change the names of the contact form fields and error messages"
598
  msgstr "Зьмяніць назвы палёў кантактнай формы й паведамленьняў аб памылках"
599
 
600
+ #: contact_form.php:967
601
+ #: contact_form.php:1040
602
  msgid "English"
603
  msgstr "Ангельская"
604
 
605
+ #: contact_form.php:975
606
+ #: contact_form.php:1005
607
+ msgid "click to expand/hide the list"
608
+ msgstr ""
609
+
610
+ #: contact_form.php:984
611
+ #: contact_form.php:1014
612
  #, fuzzy
613
  msgid "Tips below the Attachment block"
614
  msgstr "Паказваць блок Прычапіць Файл"
615
 
616
+ #: contact_form.php:987
617
+ #: contact_form.php:1017
618
  msgid "Error message for the Name field"
619
  msgstr "Паведамленьне аб памылкі для поля Імя Карыстальніка"
620
 
621
+ #: contact_form.php:988
622
+ #: contact_form.php:1018
623
  #, fuzzy
624
  msgid "Error message for the Address field"
625
  msgstr "Паведамленьне аб памылкі для поля Паведамленьне"
626
 
627
+ #: contact_form.php:989
628
+ #: contact_form.php:1019
629
  msgid "Error message for the Email field"
630
  msgstr "Паведамленьне аб памылкі для поля Электронная Пошта"
631
 
632
+ #: contact_form.php:990
633
+ #: contact_form.php:1020
634
  msgid "Error message for the Phone field"
635
  msgstr "Паведамленьне аб памылкі для поля Тэлефон"
636
 
637
+ #: contact_form.php:991
638
+ #: contact_form.php:1021
639
  msgid "Error message for the Subject field"
640
  msgstr "Паведамленьне аб памылкі для поля Тэма"
641
 
642
+ #: contact_form.php:992
643
+ #: contact_form.php:1022
644
  msgid "Error message for the Message field"
645
  msgstr "Паведамленьне аб памылкі для поля Паведамленьне"
646
 
647
+ #: contact_form.php:993
648
+ #: contact_form.php:1023
649
  #, fuzzy
650
  msgid "Error message about the file type for the Attachment field"
651
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
652
 
653
+ #: contact_form.php:994
654
+ #: contact_form.php:1024
655
  #, fuzzy
656
  msgid "Error message while uploading a file for the Attachment field to the server"
657
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
658
 
659
+ #: contact_form.php:995
660
+ #: contact_form.php:1025
661
  #, fuzzy
662
  msgid "Error message while moving the file for the Attachment field"
663
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
664
 
665
+ #: contact_form.php:996
666
+ #: contact_form.php:1026
667
  #, fuzzy
668
  msgid "Error message when file size limit for the Attachment field is exceeded"
669
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
670
 
671
+ #: contact_form.php:997
672
+ #: contact_form.php:1027
673
  msgid "Error message for the Captcha field"
674
  msgstr "Паведамленьне аб памылкі для поля Captcha"
675
 
676
+ #: contact_form.php:998
677
+ #: contact_form.php:1028
678
  msgid "Error message for the whole form"
679
  msgstr "Паведамленьне аб памылцы для усёй формы"
680
 
681
+ #: contact_form.php:1000
682
+ #: contact_form.php:1030
683
+ #: contact_form.php:1049
684
+ #: contact_form.php:1055
685
  msgid "Use shortcode"
686
  msgstr "Выкарыстоўваць shortcode"
687
 
688
+ #: contact_form.php:1000
689
+ #: contact_form.php:1030
690
+ #: contact_form.php:1049
691
+ #: contact_form.php:1055
692
  msgid "for this language"
693
  msgstr "для дадзенай мовы"
694
 
695
+ #: contact_form.php:1037
696
  msgid "Action after email is sent"
697
  msgstr "Дзеяньні пасьля адпраўкі ліста"
698
 
699
+ #: contact_form.php:1039
700
  msgid "Display text"
701
  msgstr "Адлюстраваць тэкст"
702
 
703
+ #: contact_form.php:1048
704
+ #: contact_form.php:1054
705
  msgid "Text"
706
  msgstr "Тэкст"
707
 
708
+ #: contact_form.php:1061
709
  msgid "Redirect to the page"
710
  msgstr "Перакінуць на старонку"
711
 
712
+ #: contact_form.php:1062
713
  msgid "Url"
714
  msgstr "www-адрас"
715
 
716
+ #: contact_form.php:1067
717
+ #: contact_form.php:1242
718
  msgid "Save Changes"
719
  msgstr "Захаваць зьмены"
720
 
721
+ #: contact_form.php:1072
722
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
723
  msgstr ""
724
 
725
+ #: contact_form.php:1073
726
  #, fuzzy
727
  msgid "Rate the plugin"
728
  msgstr "Рэкамэндаваныя да ўсталёўкі пашырэньні"
729
 
730
+ #: contact_form.php:1076
731
  #, fuzzy
732
  msgid "If there is something wrong about it, please contact us"
733
  msgstr "Калі ў вас ёсьць якія небудзь пытаньні, зьвяртайцеся да plugin@bestwebsoft.com ці запоўніце кантактную форму на нашым сайце"
734
 
735
+ #: contact_form.php:1091
 
 
 
 
 
736
  msgid "Errors output"
737
  msgstr ""
738
 
739
+ #: contact_form.php:1094
740
  msgid "Display error messages"
741
  msgstr ""
742
 
743
+ #: contact_form.php:1095
744
  msgid "Color of the input field errors."
745
  msgstr ""
746
 
747
+ #: contact_form.php:1096
748
  #, fuzzy
749
  msgid "Display error messages & color of the input field errors"
750
  msgstr "Паведамленьне аб памылкі для поля Тэма"
751
 
752
+ #: contact_form.php:1101
753
  msgid "Add placeholder to the input blocks"
754
  msgstr ""
755
 
756
+ #: contact_form.php:1107
757
  #, fuzzy
758
  msgid "Add tooltips"
759
  msgstr "Дадатковыя наладкі"
760
 
761
+ #: contact_form.php:1121
762
  #, fuzzy
763
  msgid "Email address"
764
  msgstr "E-mail адрас:"
765
 
766
+ #: contact_form.php:1126
767
  #, fuzzy
768
  msgid "Phone Number"
769
  msgstr "Тэлефон:"
770
 
771
+ #: contact_form.php:1140
772
  #, fuzzy
773
  msgid "Attachment"
774
  msgstr "Прычапіць файл:"
775
 
776
+ #: contact_form.php:1145
777
  msgid "(powered by bestwebsoft.com)"
778
  msgstr ""
779
 
780
+ #: contact_form.php:1150
781
  #, fuzzy
782
  msgid "Style options"
783
  msgstr "Дадатковыя наладкі"
784
 
785
+ #: contact_form.php:1153
786
  msgid "Text color"
787
  msgstr ""
788
 
789
+ #: contact_form.php:1156
790
+ #: contact_form.php:1161
791
+ #: contact_form.php:1171
792
+ #: contact_form.php:1176
793
+ #: contact_form.php:1181
794
+ #: contact_form.php:1186
795
+ #: contact_form.php:1196
796
+ #: contact_form.php:1201
797
+ #: contact_form.php:1207
798
+ #: contact_form.php:1218
799
+ #: contact_form.php:1223
800
+ #: contact_form.php:1228
801
  msgid "Default"
802
  msgstr ""
803
 
804
+ #: contact_form.php:1158
805
  msgid "Label text color"
806
  msgstr ""
807
 
808
+ #: contact_form.php:1163
809
  msgid "Placeholder color"
810
  msgstr ""
811
 
812
+ #: contact_form.php:1168
813
  msgid "Errors color"
814
  msgstr ""
815
 
816
+ #: contact_form.php:1173
817
  msgid "Error text color"
818
  msgstr ""
819
 
820
+ #: contact_form.php:1178
821
  msgid "Background color of the input field errors"
822
  msgstr ""
823
 
824
+ #: contact_form.php:1183
825
  msgid "Border color of the input field errors"
826
  msgstr ""
827
 
828
+ #: contact_form.php:1188
829
  msgid "Placeholder color of the input field errors"
830
  msgstr ""
831
 
832
+ #: contact_form.php:1193
833
  #, fuzzy
834
  msgid "Input fields"
835
  msgstr "Адлюстраваць тэкст"
836
 
837
+ #: contact_form.php:1198
838
  msgid "Input fields background color"
839
  msgstr ""
840
 
841
+ #: contact_form.php:1203
842
  msgid "Text fields color"
843
  msgstr ""
844
 
845
+ #: contact_form.php:1205
846
  msgid "Border width in px, numbers only"
847
  msgstr ""
848
 
849
+ #: contact_form.php:1209
850
+ #: contact_form.php:1230
851
  msgid "Border color"
852
  msgstr ""
853
 
854
+ #: contact_form.php:1214
855
  #, fuzzy
856
  msgid "Submit button"
857
  msgstr "Адправіць"
858
 
859
+ #: contact_form.php:1216
860
  msgid "Width in px, numbers only"
861
  msgstr ""
862
 
863
+ #: contact_form.php:1220
864
  msgid "Button color"
865
  msgstr ""
866
 
867
+ #: contact_form.php:1225
868
  msgid "Button text color"
869
  msgstr ""
870
 
871
+ #: contact_form.php:1246
872
  #, fuzzy
873
  msgid "Contact Form Pro | Preview"
874
  msgstr "Кантактная форма"
875
 
876
+ #: contact_form.php:1249
877
  msgid "Show with errors"
878
  msgstr ""
879
 
880
+ #: contact_form.php:1257
881
+ #: contact_form.php:1259
882
  msgid "Please enter your full name..."
883
  msgstr ""
884
 
885
+ #: contact_form.php:1270
886
+ #: contact_form.php:1272
887
  msgid "Please enter your address..."
888
  msgstr ""
889
 
890
+ #: contact_form.php:1281
891
+ #: contact_form.php:1283
892
  #, fuzzy
893
  msgid "Please enter your email address..."
894
  msgstr "Выкарыстоўваць гэты email-адрас:"
895
 
896
+ #: contact_form.php:1292
897
+ #: contact_form.php:1294
898
  msgid "Please enter your phone number..."
899
  msgstr ""
900
 
901
+ #: contact_form.php:1303
902
+ #: contact_form.php:1305
903
  msgid "Please enter subject..."
904
  msgstr ""
905
 
906
+ #: contact_form.php:1313
907
+ #: contact_form.php:1315
908
  msgid "Please enter your message..."
909
  msgstr ""
910
 
911
+ #: contact_form.php:1357
912
+ msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
913
+ msgstr ""
914
+
915
+ #: contact_form.php:1359
916
+ msgid "Please, go to"
917
+ msgstr ""
918
+
919
+ #: contact_form.php:1359
920
+ #, fuzzy
921
+ msgid "the setting page"
922
+ msgstr "Наладкі"
923
+
924
+ #: contact_form.php:1360
925
+ msgid "You will be redirected automatically in 5 seconds."
926
+ msgstr ""
927
+
928
+ #: contact_form.php:1365
929
+ msgid "You can download and activate"
930
+ msgstr ""
931
+
932
+ #: contact_form.php:1367
933
+ msgid "version of this plugin by entering Your license key."
934
+ msgstr ""
935
+
936
+ #: contact_form.php:1369
937
+ msgid "You can find your license key on your personal page Client area, by clicking on the link"
938
+ msgstr ""
939
+
940
+ #: contact_form.php:1371
941
+ msgid "(your username is the email you specify when purchasing the product)."
942
+ msgstr ""
943
+
944
+ #: contact_form.php:1379
945
+ #: contact_form.php:1389
946
+ msgid "Go!"
947
+ msgstr ""
948
+
949
+ #: contact_form.php:1439
950
  msgid "Sorry, email message could not be delivered."
951
  msgstr "Прабачце, вашая электронная пошта не можа быць адпраўленай."
952
 
953
+ #: contact_form.php:1825
954
  msgid "Contact from"
955
  msgstr "Кантактная форма"
956
 
957
+ #: contact_form.php:1838
958
+ #: contact_form.php:1864
959
  msgid "Email"
960
  msgstr "Электронная пошта"
961
 
962
+ #: contact_form.php:1842
963
+ #: contact_form.php:1866
964
  msgid "Phone"
965
  msgstr "Тэлефон"
966
 
967
+ #: contact_form.php:1851
968
+ #: contact_form.php:1869
969
  msgid "Site"
970
  msgstr "Сайт"
971
 
972
+ #: contact_form.php:1932
973
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
974
  msgstr "Калі вы бачыце гэты MIME, значыць гэты тып не падтрымліваецца вашым паштовым кліентам!"
975
 
976
+ #: contact_form.php:2002
977
  msgid "FAQ"
978
  msgstr "Пытаньні й адказы"
979
 
980
+ #: contact_form.php:2003
981
  msgid "Support"
982
  msgstr "Падтрымка"
983
 
984
+ #: contact_form.php:2061
985
  msgid "Are you sure that you want to delete this language data?"
986
  msgstr "Вы сапраўды хочаце выдаліць дадзеныя для гэтай мовы?"
987
 
988
+ #, fuzzy
989
+ #~ msgid "Contact Form Pro Extra Settings"
990
+ #~ msgstr "Наладкі кантактнай формы"
991
+
992
+ #, fuzzy
993
+ #~ msgid "Contact Form Pro | Extra Settings"
994
+ #~ msgstr "Наладкі кантактнай формы"
995
+
996
  #, fuzzy
997
  #~ msgid "Display fields"
998
  #~ msgstr "Адлюстраваць тэкст"
languages/contact_form-ca.mo CHANGED
Binary file
languages/contact_form-ca.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-12-17 16:51+0300\n"
6
- "PO-Revision-Date: 2013-12-17 16:51+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Kenneth <kenneth@snollocer.net>\n"
9
  "Language: ca_ES\n"
@@ -16,66 +16,54 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:32
20
- #: contact_form.php:538
21
  msgid "Contact Form Settings"
22
  msgstr "Opcions Contact Form"
23
 
24
- #: contact_form.php:32
25
  msgid "Contact Form"
26
  msgstr "Contact Form"
27
 
28
- #: contact_form.php:33
29
- msgid "Contact Form Pro Extra Settings"
30
- msgstr "Opcions extra del Contact Form Pro"
31
-
32
- #: contact_form.php:33
33
- #: contact_form.php:592
34
- #: contact_form.php:729
35
- #: contact_form.php:800
36
- #: contact_form.php:982
37
- msgid "Contact Form Pro"
38
- msgstr "Contact Form Pro"
39
-
40
  #: contact_form.php:80
41
- #: contact_form.php:854
42
- #: contact_form.php:884
43
  msgid "Name:"
44
  msgstr "Nom:"
45
 
46
  #: contact_form.php:81
47
- #: contact_form.php:855
48
- #: contact_form.php:885
49
  msgid "Address:"
50
  msgstr "Adreça:"
51
 
52
  #: contact_form.php:82
53
- #: contact_form.php:856
54
- #: contact_form.php:886
55
  msgid "Email Address:"
56
  msgstr "Adreça de correu electrònic:"
57
 
58
  #: contact_form.php:83
59
- #: contact_form.php:857
60
- #: contact_form.php:887
61
  msgid "Phone number:"
62
  msgstr "Nombre de telèfon"
63
 
64
  #: contact_form.php:84
65
- #: contact_form.php:858
66
- #: contact_form.php:888
67
  msgid "Subject:"
68
  msgstr "Asumpte:"
69
 
70
  #: contact_form.php:85
71
- #: contact_form.php:859
72
- #: contact_form.php:889
73
  msgid "Message:"
74
  msgstr "Missatge:"
75
 
76
  #: contact_form.php:86
77
- #: contact_form.php:860
78
- #: contact_form.php:890
79
  msgid "Attachment:"
80
  msgstr "Adjunt:"
81
 
@@ -84,14 +72,14 @@ msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI,
84
  msgstr "Formats de fitxer suportats: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Mida màxima: 2MB"
85
 
86
  #: contact_form.php:88
87
- #: contact_form.php:862
88
- #: contact_form.php:892
89
  msgid "Send me a copy"
90
  msgstr "Envia'm una còpia"
91
 
92
  #: contact_form.php:89
93
- #: contact_form.php:863
94
- #: contact_form.php:893
95
  msgid "Submit"
96
  msgstr "Enviar"
97
 
@@ -147,735 +135,833 @@ msgstr "Si us plau, corregeixi les dades i provi un altre cop."
147
  msgid "Thank you for contacting us."
148
  msgstr "Gràcies per contactar amb nosaltres"
149
 
150
- #: contact_form.php:203
151
  #, fuzzy
152
  msgid "requires"
153
  msgstr "Camps requerits"
154
 
155
- #: contact_form.php:203
156
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
157
  msgstr ""
158
 
159
- #: contact_form.php:203
160
  msgid "Back to the WordPress"
161
  msgstr ""
162
 
163
- #: contact_form.php:203
164
  #, fuzzy
165
  msgid "Plugins page"
166
  msgstr "Plugins Pro"
167
 
168
- #: contact_form.php:494
169
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
170
  msgstr "Si l'opció de 'redireccionament a la pàgina' està seleccionat llavors el camp URL ha d'estar en el següent format"
171
 
172
- #: contact_form.php:503
173
  msgid "Such user does not exist. Settings are not saved."
174
  msgstr "Usuari inexistent. Els canvis no s'han desat."
175
 
176
- #: contact_form.php:507
177
- #: contact_form.php:513
178
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
179
  msgstr "Si us plau introdueixi una Adreça de correu electrònic correcta. Els canvis no s'han desat."
180
 
181
- #: contact_form.php:518
182
  msgid "Settings saved."
183
  msgstr "Configuració desada."
184
 
185
- #: contact_form.php:540
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
186
  msgid "Notice:"
187
  msgstr ""
188
 
189
- #: contact_form.php:540
190
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
191
  msgstr ""
192
 
193
- #: contact_form.php:543
194
- #: contact_form.php:973
195
- #: contact_form.php:1838
196
- #: contact_form.php:1849
197
  msgid "Settings"
198
  msgstr "Configuració"
199
 
200
- #: contact_form.php:544
201
- #: contact_form.php:974
202
  msgid "Extra settings"
203
  msgstr "Configuració extra"
204
 
205
- #: contact_form.php:549
206
- #: contact_form.php:1236
 
 
 
 
207
  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:"
208
  msgstr "Si vol afegir Contact Form en la seva web, copiï i enganxi aquest codi en el seu missatge, pàgina o widget:"
209
 
210
- #: contact_form.php:549
211
- #: contact_form.php:550
212
- #: contact_form.php:877
213
- #: contact_form.php:926
214
  msgid "or"
215
  msgstr ""
216
 
217
- #: contact_form.php:550
218
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
219
  msgstr ""
220
 
221
- #: contact_form.php:551
222
  msgid "They work the same way."
223
  msgstr ""
224
 
225
- #: contact_form.php:552
226
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
227
  msgstr "Si la informació d'aquest camp queda buida, s'usarà l'adreça especificada durant el registre."
228
 
229
- #: contact_form.php:556
230
  msgid "The user's email address:"
231
  msgstr "Adreça de correu electrònic de l'usuari:"
232
 
233
- #: contact_form.php:560
234
  msgid "Create a username"
235
  msgstr "Seleccioni un nom d'usuari"
236
 
237
- #: contact_form.php:565
238
  msgid "Enter a username of the person who should get the messages from the contact form."
239
  msgstr "Introdueixi el nom de l'usuari que rebrà missatges des de contact form"
240
 
241
- #: contact_form.php:569
242
  msgid "Use this email address:"
243
  msgstr "Usi aquesta adreça de correu electrònic::"
244
 
245
- #: contact_form.php:572
246
  msgid "Enter the email address you want the messages forwarded to."
247
  msgstr "Introdueixi una adreça de correu electrònic on vulgui re-enviar el missatge"
248
 
249
- #: contact_form.php:578
250
  msgid "Add department selectbox to the contact form:"
251
  msgstr ""
252
 
253
- #: contact_form.php:586
254
- #: contact_form.php:1131
255
  msgid "If you upgrade to Pro version all your settings will be saved."
256
  msgstr ""
257
 
258
- #: contact_form.php:591
259
- #: contact_form.php:728
260
- #: contact_form.php:799
261
- #: contact_form.php:981
262
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
263
  msgstr "Aquesta funcionalitat està disponible en la versió Pro del connector. Per a més detalls, si us plau seguiu l'enllaç"
264
 
265
- #: contact_form.php:598
 
 
 
 
 
 
 
266
  msgid "Save emails to the database"
267
  msgstr ""
268
 
269
- #: contact_form.php:608
270
- #: contact_form.php:611
271
- #: contact_form.php:615
 
 
 
 
 
 
 
 
 
 
272
  msgid "Using Contact Form to DB powered by"
273
  msgstr ""
274
 
275
- #: contact_form.php:611
276
  #, fuzzy
277
  msgid "Activate Contact Form to DB"
278
  msgstr "Contact Form Pro"
279
 
280
- #: contact_form.php:615
281
  #, fuzzy
282
  msgid "Download Contact Form to DB"
283
  msgstr "Contact Form Pro"
284
 
285
- #: contact_form.php:620
286
  msgid "Additional options"
287
  msgstr "Opcions addicionals"
288
 
289
- #: contact_form.php:622
290
  msgid "Show"
291
  msgstr ""
292
 
293
- #: contact_form.php:623
294
  msgid "Hide"
295
  msgstr ""
296
 
297
- #: contact_form.php:627
298
  msgid "What to use?"
299
  msgstr "Què usar?"
300
 
301
- #: contact_form.php:630
302
  msgid "Wp-mail"
303
  msgstr "Wp-mail"
304
 
305
- #: contact_form.php:630
306
  msgid "You can use the wp_mail function for mailing"
307
  msgstr "Vostè pot utilitzar la funció wp_mail pel correu."
308
 
309
- #: contact_form.php:632
310
  msgid "Mail"
311
  msgstr "Mail"
312
 
313
- #: contact_form.php:632
314
  msgid "To send mail you can use the php mail function"
315
  msgstr "Per enviar correu vostè pot usar la funció 'php mail'"
316
 
317
- #: contact_form.php:636
318
  #, fuzzy
319
  msgid "The text in the 'From' field"
320
  msgstr "Modifica el camp DE al contact form"
321
 
322
- #: contact_form.php:638
323
  msgid "User name"
324
  msgstr ""
325
 
326
- #: contact_form.php:639
327
  #, fuzzy
328
  msgid "The name of the user who fills the form will be used in the field 'From'."
329
  msgstr "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de posar al camp 'From'."
330
 
331
- #: contact_form.php:642
332
  #, fuzzy
333
  msgid "This text will be used in the 'FROM' field"
334
  msgstr "Aquesta adreça de correu electrònic s'utilitzarà al camp 'De'"
335
 
336
- #: contact_form.php:646
337
  #, fuzzy
338
  msgid "The email address in the 'From' field"
339
  msgstr "Introduir el correu electrònic al camp 'From'"
340
 
341
- #: contact_form.php:648
342
  msgid "User email"
343
  msgstr ""
344
 
345
- #: contact_form.php:649
346
  msgid "The email address of the user who fills the form will be used in the field 'From'."
347
  msgstr "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de posar al camp 'From'."
348
 
349
- #: contact_form.php:652
350
  msgid "This email address will be used in the 'From' field."
351
  msgstr "Aquesta adreça de correu electrònic s'utilitzarà al camp 'De'"
352
 
353
- #: contact_form.php:656
354
  #, fuzzy
355
  msgid "Required symbol"
356
  msgstr "Camps requerits"
357
 
358
- #: contact_form.php:666
359
  msgid "Fields"
360
  msgstr ""
361
 
362
- #: contact_form.php:667
363
  msgid "Used"
364
  msgstr ""
365
 
366
- #: contact_form.php:668
367
  #, fuzzy
368
  msgid "Required"
369
  msgstr "Camps requerits"
370
 
371
- #: contact_form.php:669
372
  msgid "Visible"
373
  msgstr ""
374
 
375
- #: contact_form.php:670
376
  msgid "Disabled for editing"
377
  msgstr ""
378
 
379
- #: contact_form.php:671
380
  msgid "Field's default value"
381
  msgstr ""
382
 
383
- #: contact_form.php:676
384
- #: contact_form.php:1006
385
- #: contact_form.php:1679
386
- #: contact_form.php:1709
387
  msgid "Name"
388
  msgstr "Nom"
389
 
390
- #: contact_form.php:684
391
- #: contact_form.php:1011
392
- #: contact_form.php:1683
393
- #: contact_form.php:1711
394
  msgid "Address"
395
  msgstr "Adreça:"
396
 
397
- #: contact_form.php:692
398
  msgid "Email Address"
399
  msgstr "Adreça de correu electrònic:"
400
 
401
- #: contact_form.php:700
402
  #, fuzzy
403
  msgid "Phone number"
404
  msgstr "Nombre de telèfon"
405
 
406
- #: contact_form.php:708
407
- #: contact_form.php:1026
408
- #: contact_form.php:1693
409
- #: contact_form.php:1715
410
  msgid "Subject"
411
  msgstr "Assumpte"
412
 
413
- #: contact_form.php:716
414
- #: contact_form.php:1030
415
- #: contact_form.php:1696
416
- #: contact_form.php:1716
417
  msgid "Message"
418
  msgstr "MIssatge"
419
 
420
- #: contact_form.php:734
421
  msgid "Attachment block"
422
  msgstr "Adjunt blocat"
423
 
424
- #: contact_form.php:736
425
  msgid "Users can attach the following file formats"
426
  msgstr "Els usuaris poden adjuntar els següents formats d'arxiu"
427
 
428
- #: contact_form.php:750
429
  msgid "Add to the form"
430
  msgstr ""
431
 
432
- #: contact_form.php:755
433
  #, fuzzy
434
  msgid "Tips below the Attachment"
435
  msgstr "Consells del blocatge de l'adjunt"
436
 
437
- #: contact_form.php:764
438
  #, fuzzy
439
  msgid "'Send me a copy' block"
440
  msgstr "Envia'm una còpia"
441
 
442
- #: contact_form.php:777
443
- #: contact_form.php:780
444
- #: contact_form.php:784
445
- #: contact_form.php:1040
446
  msgid "Captcha"
447
  msgstr "Captcha"
448
 
449
- #: contact_form.php:777
450
- #: contact_form.php:780
451
- #: contact_form.php:784
452
- msgid "powered by"
453
- msgstr ""
454
-
455
- #: contact_form.php:780
456
  msgid "Activate captcha"
457
  msgstr "Captcha activat"
458
 
459
- #: contact_form.php:784
460
  msgid "Download captcha"
461
  msgstr "Descarrega captcha"
462
 
463
- #: contact_form.php:792
464
  msgid "Agreement checkbox"
465
  msgstr ""
466
 
467
- #: contact_form.php:792
468
  msgid "Required checkbox for submitting the form"
469
  msgstr ""
470
 
471
- #: contact_form.php:793
472
  msgid "Optional checkbox"
473
  msgstr ""
474
 
475
- #: contact_form.php:793
476
  msgid "Optional checkbox, the results of which will be displayed in email"
477
  msgstr ""
478
 
479
- #: contact_form.php:804
480
  msgid "Delete an attachment file from the server after the email is sent"
481
  msgstr ""
482
 
483
- #: contact_form.php:810
484
  msgid "Email in HTML format sending"
485
  msgstr ""
486
 
487
- #: contact_form.php:814
488
  msgid "Display additional info in the email"
489
  msgstr "Mostra informació addicional al correu electrònic,"
490
 
491
- #: contact_form.php:819
492
- #: contact_form.php:1646
493
- #: contact_form.php:1648
494
  msgid "Sent from (ip address)"
495
  msgstr "Enviat des de (adreça IP)"
496
 
497
- #: contact_form.php:819
498
  #, fuzzy
499
  msgid "Example: Sent from (IP address):\t127.0.0.1"
500
  msgstr "Enviat des de (adreça IP)"
501
 
502
- #: contact_form.php:820
503
- #: contact_form.php:1652
504
- #: contact_form.php:1654
505
  msgid "Date/Time"
506
  msgstr "Data/hora"
507
 
508
- #: contact_form.php:820
509
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
510
  msgstr ""
511
 
512
- #: contact_form.php:821
513
- #: contact_form.php:1658
514
- #: contact_form.php:1660
515
  msgid "Sent from (referer)"
516
  msgstr "Enviat des de (referent)"
517
 
518
- #: contact_form.php:821
519
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
520
  msgstr ""
521
 
522
- #: contact_form.php:822
523
- #: contact_form.php:1664
524
- #: contact_form.php:1666
525
  msgid "Using (user agent)"
526
  msgstr "Usant (user agent)"
527
 
528
- #: contact_form.php:822
529
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
530
  msgstr ""
531
 
532
- #: contact_form.php:826
533
  msgid "Language settings for the field names in the form"
534
  msgstr "Configuració de la llengua als noms dels camps del formulari"
535
 
536
- #: contact_form.php:835
537
  msgid "Add a language"
538
  msgstr "Afegeix lengua"
539
 
540
- #: contact_form.php:839
541
  msgid "Change the names of the contact form fields and error messages"
542
  msgstr "Modifica els noms dels camps i els missatges d'error del formulari de contacte"
543
 
544
- #: contact_form.php:844
545
- #: contact_form.php:917
546
  msgid "English"
547
  msgstr "Anglès"
548
 
549
- #: contact_form.php:861
550
- #: contact_form.php:891
 
 
 
 
 
551
  #, fuzzy
552
  msgid "Tips below the Attachment block"
553
  msgstr "Consells del blocatge de l'adjunt"
554
 
555
- #: contact_form.php:864
556
- #: contact_form.php:894
557
  msgid "Error message for the Name field"
558
  msgstr "Missatge d'error per al camp 'Nom'"
559
 
560
- #: contact_form.php:865
561
- #: contact_form.php:895
562
  msgid "Error message for the Address field"
563
  msgstr "Missatge d'error per al camp 'Adreça'"
564
 
565
- #: contact_form.php:866
566
- #: contact_form.php:896
567
  msgid "Error message for the Email field"
568
  msgstr "Missatge d'error per al camp 'Adreça de correu electrònic'"
569
 
570
- #: contact_form.php:867
571
- #: contact_form.php:897
572
  msgid "Error message for the Phone field"
573
  msgstr "Missatge d'error per al camp 'Telèfon\""
574
 
575
- #: contact_form.php:868
576
- #: contact_form.php:898
577
  msgid "Error message for the Subject field"
578
  msgstr "Missatge d'error per al camp 'Assumpte'"
579
 
580
- #: contact_form.php:869
581
- #: contact_form.php:899
582
  msgid "Error message for the Message field"
583
  msgstr "Missatge d'error per al camp 'Missatge'"
584
 
585
- #: contact_form.php:870
586
- #: contact_form.php:900
587
  msgid "Error message about the file type for the Attachment field"
588
  msgstr "Missatge d'error sobre el tipus de per al camp 'Adjunt'"
589
 
590
- #: contact_form.php:871
591
- #: contact_form.php:901
592
  msgid "Error message while uploading a file for the Attachment field to the server"
593
  msgstr "Missatge d'error al carregar al servidor un fitxer per al camp Adjunt"
594
 
595
- #: contact_form.php:872
596
- #: contact_form.php:902
597
  msgid "Error message while moving the file for the Attachment field"
598
  msgstr "Missatge d'error al mourerun fitxer per al camp Adjunt"
599
 
600
- #: contact_form.php:873
601
- #: contact_form.php:903
602
  msgid "Error message when file size limit for the Attachment field is exceeded"
603
  msgstr "Missatge d'error al superar el límit de mida de fitxer per al camp Adjunt"
604
 
605
- #: contact_form.php:874
606
- #: contact_form.php:904
607
  msgid "Error message for the Captcha field"
608
  msgstr "Missatge d'error al camp Captcha"
609
 
610
- #: contact_form.php:875
611
- #: contact_form.php:905
612
  msgid "Error message for the whole form"
613
  msgstr "Missatge d'error a tot el formulari"
614
 
615
- #: contact_form.php:877
616
- #: contact_form.php:907
617
- #: contact_form.php:926
618
- #: contact_form.php:932
619
  msgid "Use shortcode"
620
  msgstr "useu un codi curt"
621
 
622
- #: contact_form.php:877
623
- #: contact_form.php:907
624
- #: contact_form.php:926
625
- #: contact_form.php:932
626
  msgid "for this language"
627
  msgstr "Per aquesta llengua"
628
 
629
- #: contact_form.php:914
630
  msgid "Action after email is sent"
631
  msgstr "Accions després d'enviar un correu electrònic."
632
 
633
- #: contact_form.php:916
634
  msgid "Display text"
635
  msgstr "Mostra el text"
636
 
637
- #: contact_form.php:925
638
- #: contact_form.php:931
639
  msgid "Text"
640
  msgstr "Text"
641
 
642
- #: contact_form.php:938
643
  msgid "Redirect to the page"
644
  msgstr "Redirigir a la pàgina"
645
 
646
- #: contact_form.php:939
647
  msgid "Url"
648
  msgstr "Url"
649
 
650
- #: contact_form.php:944
651
- #: contact_form.php:1137
652
  msgid "Save Changes"
653
  msgstr "Desar els canvis"
654
 
655
- #: contact_form.php:950
656
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
657
  msgstr ""
658
 
659
- #: contact_form.php:951
660
  #, fuzzy
661
  msgid "Rate the plugin"
662
  msgstr "Plugins gratuïts"
663
 
664
- #: contact_form.php:954
665
  #, fuzzy
666
  msgid "If there is something wrong about it, please contact us"
667
  msgstr "Si té alguna pregunta, contacti'ns si us plau via plugin@bestwebsoft.com o utilitzi el formulari de contacte de la nostra web"
668
 
669
- #: contact_form.php:971
670
- msgid "Contact Form Pro | Extra Settings"
671
- msgstr "Opcions extra | Contact Form Pro"
672
-
673
- #: contact_form.php:986
674
  msgid "Errors output"
675
  msgstr "Errors de sortida"
676
 
677
- #: contact_form.php:989
678
  msgid "Display error messages"
679
  msgstr "Mostra els missatges d'error"
680
 
681
- #: contact_form.php:990
682
  msgid "Color of the input field errors."
683
  msgstr "Color dels errors al camp d'entrada"
684
 
685
- #: contact_form.php:991
686
  msgid "Display error messages & color of the input field errors"
687
  msgstr "Mostra els missatges d'error i el color dels errors del camp d'entrada"
688
 
689
- #: contact_form.php:996
690
  msgid "Add placeholder to the input blocks"
691
  msgstr "Afegeix marcador de posició als blocs d'entrada"
692
 
693
- #: contact_form.php:1002
694
  msgid "Add tooltips"
695
  msgstr "Afegir consells sobre les eines"
696
 
697
- #: contact_form.php:1016
698
  msgid "Email address"
699
  msgstr "Adreça de correu electrònic:"
700
 
701
- #: contact_form.php:1021
702
  msgid "Phone Number"
703
  msgstr "Nombre de telèfon"
704
 
705
- #: contact_form.php:1035
706
  msgid "Attachment"
707
  msgstr "Adjunt:"
708
 
709
- #: contact_form.php:1040
710
  msgid "(powered by bestwebsoft.com)"
711
  msgstr "(Impulsat per bestwebsoft.com)"
712
 
713
- #: contact_form.php:1045
714
  msgid "Style options"
715
  msgstr "Opcions d'estil"
716
 
717
- #: contact_form.php:1048
718
  msgid "Text color"
719
  msgstr "Color del text"
720
 
721
- #: contact_form.php:1051
722
- #: contact_form.php:1056
723
- #: contact_form.php:1066
724
- #: contact_form.php:1071
725
- #: contact_form.php:1076
726
- #: contact_form.php:1081
727
- #: contact_form.php:1091
728
- #: contact_form.php:1096
729
- #: contact_form.php:1102
730
- #: contact_form.php:1113
731
- #: contact_form.php:1118
732
- #: contact_form.php:1123
733
  msgid "Default"
734
  msgstr "Per defecte"
735
 
736
- #: contact_form.php:1053
737
  msgid "Label text color"
738
  msgstr "Color del text de l'etiqeta"
739
 
740
- #: contact_form.php:1058
741
  msgid "Placeholder color"
742
  msgstr "Color del marcador de posició"
743
 
744
- #: contact_form.php:1063
745
  msgid "Errors color"
746
  msgstr "Color dels errors"
747
 
748
- #: contact_form.php:1068
749
  msgid "Error text color"
750
  msgstr "Color del text d'error"
751
 
752
- #: contact_form.php:1073
753
  msgid "Background color of the input field errors"
754
  msgstr "Color de fons dels errors del camp d'entrada"
755
 
756
- #: contact_form.php:1078
757
  msgid "Border color of the input field errors"
758
  msgstr "Color de la vora dels errors del camp d'entrada"
759
 
760
- #: contact_form.php:1083
761
  msgid "Placeholder color of the input field errors"
762
  msgstr "Color del marcador de posició dels errors del camp d'entrada"
763
 
764
- #: contact_form.php:1088
765
  msgid "Input fields"
766
  msgstr "Visualitza l'adjunt"
767
 
768
- #: contact_form.php:1093
769
  msgid "Input fields background color"
770
  msgstr "Color de fons dels camps d'entrada"
771
 
772
- #: contact_form.php:1098
773
  msgid "Text fields color"
774
  msgstr "Color dels camps de text"
775
 
776
- #: contact_form.php:1100
777
  msgid "Border width in px, numbers only"
778
  msgstr "Ample de vora en px, sols nombres"
779
 
780
- #: contact_form.php:1104
781
- #: contact_form.php:1125
782
  msgid "Border color"
783
  msgstr "Color de la vora"
784
 
785
- #: contact_form.php:1109
786
  msgid "Submit button"
787
  msgstr "Enviar"
788
 
789
  # #: contact_form.php:928
790
- #: contact_form.php:1111
791
  msgid "Width in px, numbers only"
792
  msgstr "Ample en px, sols nombres"
793
 
794
- #: contact_form.php:1115
795
  msgid "Button color"
796
  msgstr "Color del botó"
797
 
798
- #: contact_form.php:1120
799
  msgid "Button text color"
800
  msgstr "Color del text del botó"
801
 
802
- #: contact_form.php:1141
803
  msgid "Contact Form Pro | Preview"
804
  msgstr "Contact Form Pro | Vista prèvia"
805
 
806
- #: contact_form.php:1144
807
  msgid "Show with errors"
808
  msgstr "Mostra amb errors"
809
 
810
- #: contact_form.php:1152
811
- #: contact_form.php:1154
812
  msgid "Please enter your full name..."
813
  msgstr "Si us plau introduïu el nom complet"
814
 
815
- #: contact_form.php:1165
816
- #: contact_form.php:1167
817
  msgid "Please enter your address..."
818
  msgstr "Si us plau introduïu l'adreça"
819
 
820
- #: contact_form.php:1176
821
- #: contact_form.php:1178
822
  msgid "Please enter your email address..."
823
  msgstr "Si us plau introdueixi el seu e-mail"
824
 
825
- #: contact_form.php:1187
826
- #: contact_form.php:1189
827
  msgid "Please enter your phone number..."
828
  msgstr "Si us plau introduïu el nombre de telèfon"
829
 
830
- #: contact_form.php:1198
831
- #: contact_form.php:1200
832
  msgid "Please enter subject..."
833
  msgstr "Si us plau introduïu l'assumpte"
834
 
835
- #: contact_form.php:1208
836
- #: contact_form.php:1210
837
  msgid "Please enter your message..."
838
  msgstr "Si us plau introduïu el missatge"
839
 
840
- #: contact_form.php:1287
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
841
  msgid "Sorry, email message could not be delivered."
842
  msgstr "Ho sentim, el seu e-mail no ha pogut ser lliurat."
843
 
844
- #: contact_form.php:1673
845
  msgid "Contact from"
846
  msgstr "Contact from"
847
 
848
- #: contact_form.php:1686
849
- #: contact_form.php:1712
850
  msgid "Email"
851
  msgstr "Adreça de correu electrònic"
852
 
853
- #: contact_form.php:1690
854
- #: contact_form.php:1714
855
  msgid "Phone"
856
  msgstr "Telèfon"
857
 
858
- #: contact_form.php:1699
859
- #: contact_form.php:1717
860
  msgid "Site"
861
  msgstr "Lloc"
862
 
863
- #: contact_form.php:1780
864
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
865
  msgstr "Si pot veure aquest MIME, vol dir que el tipus MIME no és compatible amb el seu client de correu electrònic!"
866
 
867
- #: contact_form.php:1850
868
  msgid "FAQ"
869
  msgstr "FAQ"
870
 
871
- #: contact_form.php:1851
872
  msgid "Support"
873
  msgstr "Suport"
874
 
875
- #: contact_form.php:1910
876
  msgid "Are you sure that you want to delete this language data?"
877
  msgstr "Està vostè segur que vol esborrar aquest idioma?"
878
 
 
 
 
 
 
 
879
  #~ msgid "Display fields"
880
  #~ msgstr "Mostra els camps"
881
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-31 18:14+0300\n"
6
+ "PO-Revision-Date: 2014-01-31 18:14+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Kenneth <kenneth@snollocer.net>\n"
9
  "Language: ca_ES\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:33
20
+ #: contact_form.php:659
21
  msgid "Contact Form Settings"
22
  msgstr "Opcions Contact Form"
23
 
24
+ #: contact_form.php:33
25
  msgid "Contact Form"
26
  msgstr "Contact Form"
27
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  #: contact_form.php:80
29
+ #: contact_form.php:977
30
+ #: contact_form.php:1007
31
  msgid "Name:"
32
  msgstr "Nom:"
33
 
34
  #: contact_form.php:81
35
+ #: contact_form.php:978
36
+ #: contact_form.php:1008
37
  msgid "Address:"
38
  msgstr "Adreça:"
39
 
40
  #: contact_form.php:82
41
+ #: contact_form.php:979
42
+ #: contact_form.php:1009
43
  msgid "Email Address:"
44
  msgstr "Adreça de correu electrònic:"
45
 
46
  #: contact_form.php:83
47
+ #: contact_form.php:980
48
+ #: contact_form.php:1010
49
  msgid "Phone number:"
50
  msgstr "Nombre de telèfon"
51
 
52
  #: contact_form.php:84
53
+ #: contact_form.php:981
54
+ #: contact_form.php:1011
55
  msgid "Subject:"
56
  msgstr "Asumpte:"
57
 
58
  #: contact_form.php:85
59
+ #: contact_form.php:982
60
+ #: contact_form.php:1012
61
  msgid "Message:"
62
  msgstr "Missatge:"
63
 
64
  #: contact_form.php:86
65
+ #: contact_form.php:983
66
+ #: contact_form.php:1013
67
  msgid "Attachment:"
68
  msgstr "Adjunt:"
69
 
72
  msgstr "Formats de fitxer suportats: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Mida màxima: 2MB"
73
 
74
  #: contact_form.php:88
75
+ #: contact_form.php:985
76
+ #: contact_form.php:1015
77
  msgid "Send me a copy"
78
  msgstr "Envia'm una còpia"
79
 
80
  #: contact_form.php:89
81
+ #: contact_form.php:986
82
+ #: contact_form.php:1016
83
  msgid "Submit"
84
  msgstr "Enviar"
85
 
135
  msgid "Thank you for contacting us."
136
  msgstr "Gràcies per contactar amb nosaltres"
137
 
138
+ #: contact_form.php:202
139
  #, fuzzy
140
  msgid "requires"
141
  msgstr "Camps requerits"
142
 
143
+ #: contact_form.php:202
144
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
145
  msgstr ""
146
 
147
+ #: contact_form.php:202
148
  msgid "Back to the WordPress"
149
  msgstr ""
150
 
151
+ #: contact_form.php:202
152
  #, fuzzy
153
  msgid "Plugins page"
154
  msgstr "Plugins Pro"
155
 
156
+ #: contact_form.php:493
157
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
158
  msgstr "Si l'opció de 'redireccionament a la pàgina' està seleccionat llavors el camp URL ha d'estar en el següent format"
159
 
160
+ #: contact_form.php:502
161
  msgid "Such user does not exist. Settings are not saved."
162
  msgstr "Usuari inexistent. Els canvis no s'han desat."
163
 
164
+ #: contact_form.php:506
165
+ #: contact_form.php:512
166
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
167
  msgstr "Si us plau introdueixi una Adreça de correu electrònic correcta. Els canvis no s'han desat."
168
 
169
+ #: contact_form.php:517
170
  msgid "Settings saved."
171
  msgstr "Configuració desada."
172
 
173
+ #: contact_form.php:553
174
+ #: contact_form.php:592
175
+ msgid "Wrong license key"
176
+ msgstr ""
177
+
178
+ #: contact_form.php:585
179
+ msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
180
+ msgstr ""
181
+
182
+ #: contact_form.php:594
183
+ msgid "This license key is bind to another site"
184
+ msgstr ""
185
+
186
+ #: contact_form.php:596
187
+ #: contact_form.php:1382
188
+ msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
189
+ msgstr ""
190
+
191
+ #: contact_form.php:614
192
+ msgid "Failed to open the zip archive. Please, upload the plugin manually"
193
+ msgstr ""
194
+
195
+ #: contact_form.php:620
196
+ msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
197
+ msgstr ""
198
+
199
+ #: contact_form.php:624
200
+ #: contact_form.php:633
201
+ msgid "Failed to download the zip archive. Please, upload the plugin manually"
202
+ msgstr ""
203
+
204
+ #: contact_form.php:637
205
+ msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
206
+ msgstr ""
207
+
208
+ #: contact_form.php:652
209
+ #, fuzzy
210
+ msgid "Please, enter Your license key"
211
+ msgstr "Si us plau introduïu el missatge"
212
+
213
+ #: contact_form.php:661
214
  msgid "Notice:"
215
  msgstr ""
216
 
217
+ #: contact_form.php:661
218
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
219
  msgstr ""
220
 
221
+ #: contact_form.php:664
222
+ #: contact_form.php:1990
223
+ #: contact_form.php:2001
 
224
  msgid "Settings"
225
  msgstr "Configuració"
226
 
227
+ #: contact_form.php:665
 
228
  msgid "Extra settings"
229
  msgstr "Configuració extra"
230
 
231
+ #: contact_form.php:666
232
+ msgid "Go PRO"
233
+ msgstr ""
234
+
235
+ #: contact_form.php:672
236
+ #: contact_form.php:1341
237
  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:"
238
  msgstr "Si vol afegir Contact Form en la seva web, copiï i enganxi aquest codi en el seu missatge, pàgina o widget:"
239
 
240
+ #: contact_form.php:672
241
+ #: contact_form.php:673
242
+ #: contact_form.php:1000
243
+ #: contact_form.php:1049
244
  msgid "or"
245
  msgstr ""
246
 
247
+ #: contact_form.php:673
248
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
249
  msgstr ""
250
 
251
+ #: contact_form.php:674
252
  msgid "They work the same way."
253
  msgstr ""
254
 
255
+ #: contact_form.php:675
256
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
257
  msgstr "Si la informació d'aquest camp queda buida, s'usarà l'adreça especificada durant el registre."
258
 
259
+ #: contact_form.php:679
260
  msgid "The user's email address:"
261
  msgstr "Adreça de correu electrònic de l'usuari:"
262
 
263
+ #: contact_form.php:683
264
  msgid "Create a username"
265
  msgstr "Seleccioni un nom d'usuari"
266
 
267
+ #: contact_form.php:688
268
  msgid "Enter a username of the person who should get the messages from the contact form."
269
  msgstr "Introdueixi el nom de l'usuari que rebrà missatges des de contact form"
270
 
271
+ #: contact_form.php:692
272
  msgid "Use this email address:"
273
  msgstr "Usi aquesta adreça de correu electrònic::"
274
 
275
+ #: contact_form.php:695
276
  msgid "Enter the email address you want the messages forwarded to."
277
  msgstr "Introdueixi una adreça de correu electrònic on vulgui re-enviar el missatge"
278
 
279
+ #: contact_form.php:701
280
  msgid "Add department selectbox to the contact form:"
281
  msgstr ""
282
 
283
+ #: contact_form.php:709
284
+ #: contact_form.php:1236
285
  msgid "If you upgrade to Pro version all your settings will be saved."
286
  msgstr ""
287
 
288
+ #: contact_form.php:714
289
+ #: contact_form.php:851
290
+ #: contact_form.php:922
291
+ #: contact_form.php:1086
292
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
293
  msgstr "Aquesta funcionalitat està disponible en la versió Pro del connector. Per a més detalls, si us plau seguiu l'enllaç"
294
 
295
+ #: contact_form.php:715
296
+ #: contact_form.php:852
297
+ #: contact_form.php:923
298
+ #: contact_form.php:1087
299
+ msgid "Contact Form Pro"
300
+ msgstr "Contact Form Pro"
301
+
302
+ #: contact_form.php:721
303
  msgid "Save emails to the database"
304
  msgstr ""
305
 
306
+ #: contact_form.php:731
307
+ msgid "Using"
308
+ msgstr ""
309
+
310
+ #: contact_form.php:731
311
+ #: contact_form.php:900
312
+ #: contact_form.php:903
313
+ #: contact_form.php:907
314
+ msgid "powered by"
315
+ msgstr ""
316
+
317
+ #: contact_form.php:734
318
+ #: contact_form.php:738
319
  msgid "Using Contact Form to DB powered by"
320
  msgstr ""
321
 
322
+ #: contact_form.php:734
323
  #, fuzzy
324
  msgid "Activate Contact Form to DB"
325
  msgstr "Contact Form Pro"
326
 
327
+ #: contact_form.php:738
328
  #, fuzzy
329
  msgid "Download Contact Form to DB"
330
  msgstr "Contact Form Pro"
331
 
332
+ #: contact_form.php:743
333
  msgid "Additional options"
334
  msgstr "Opcions addicionals"
335
 
336
+ #: contact_form.php:745
337
  msgid "Show"
338
  msgstr ""
339
 
340
+ #: contact_form.php:746
341
  msgid "Hide"
342
  msgstr ""
343
 
344
+ #: contact_form.php:750
345
  msgid "What to use?"
346
  msgstr "Què usar?"
347
 
348
+ #: contact_form.php:753
349
  msgid "Wp-mail"
350
  msgstr "Wp-mail"
351
 
352
+ #: contact_form.php:753
353
  msgid "You can use the wp_mail function for mailing"
354
  msgstr "Vostè pot utilitzar la funció wp_mail pel correu."
355
 
356
+ #: contact_form.php:755
357
  msgid "Mail"
358
  msgstr "Mail"
359
 
360
+ #: contact_form.php:755
361
  msgid "To send mail you can use the php mail function"
362
  msgstr "Per enviar correu vostè pot usar la funció 'php mail'"
363
 
364
+ #: contact_form.php:759
365
  #, fuzzy
366
  msgid "The text in the 'From' field"
367
  msgstr "Modifica el camp DE al contact form"
368
 
369
+ #: contact_form.php:761
370
  msgid "User name"
371
  msgstr ""
372
 
373
+ #: contact_form.php:762
374
  #, fuzzy
375
  msgid "The name of the user who fills the form will be used in the field 'From'."
376
  msgstr "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de posar al camp 'From'."
377
 
378
+ #: contact_form.php:765
379
  #, fuzzy
380
  msgid "This text will be used in the 'FROM' field"
381
  msgstr "Aquesta adreça de correu electrònic s'utilitzarà al camp 'De'"
382
 
383
+ #: contact_form.php:769
384
  #, fuzzy
385
  msgid "The email address in the 'From' field"
386
  msgstr "Introduir el correu electrònic al camp 'From'"
387
 
388
+ #: contact_form.php:771
389
  msgid "User email"
390
  msgstr ""
391
 
392
+ #: contact_form.php:772
393
  msgid "The email address of the user who fills the form will be used in the field 'From'."
394
  msgstr "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de posar al camp 'From'."
395
 
396
+ #: contact_form.php:775
397
  msgid "This email address will be used in the 'From' field."
398
  msgstr "Aquesta adreça de correu electrònic s'utilitzarà al camp 'De'"
399
 
400
+ #: contact_form.php:779
401
  #, fuzzy
402
  msgid "Required symbol"
403
  msgstr "Camps requerits"
404
 
405
+ #: contact_form.php:789
406
  msgid "Fields"
407
  msgstr ""
408
 
409
+ #: contact_form.php:790
410
  msgid "Used"
411
  msgstr ""
412
 
413
+ #: contact_form.php:791
414
  #, fuzzy
415
  msgid "Required"
416
  msgstr "Camps requerits"
417
 
418
+ #: contact_form.php:792
419
  msgid "Visible"
420
  msgstr ""
421
 
422
+ #: contact_form.php:793
423
  msgid "Disabled for editing"
424
  msgstr ""
425
 
426
+ #: contact_form.php:794
427
  msgid "Field's default value"
428
  msgstr ""
429
 
430
+ #: contact_form.php:799
431
+ #: contact_form.php:1111
432
+ #: contact_form.php:1831
433
+ #: contact_form.php:1861
434
  msgid "Name"
435
  msgstr "Nom"
436
 
437
+ #: contact_form.php:807
438
+ #: contact_form.php:1116
439
+ #: contact_form.php:1835
440
+ #: contact_form.php:1863
441
  msgid "Address"
442
  msgstr "Adreça:"
443
 
444
+ #: contact_form.php:815
445
  msgid "Email Address"
446
  msgstr "Adreça de correu electrònic:"
447
 
448
+ #: contact_form.php:823
449
  #, fuzzy
450
  msgid "Phone number"
451
  msgstr "Nombre de telèfon"
452
 
453
+ #: contact_form.php:831
454
+ #: contact_form.php:1131
455
+ #: contact_form.php:1845
456
+ #: contact_form.php:1867
457
  msgid "Subject"
458
  msgstr "Assumpte"
459
 
460
+ #: contact_form.php:839
461
+ #: contact_form.php:1135
462
+ #: contact_form.php:1848
463
+ #: contact_form.php:1868
464
  msgid "Message"
465
  msgstr "MIssatge"
466
 
467
+ #: contact_form.php:857
468
  msgid "Attachment block"
469
  msgstr "Adjunt blocat"
470
 
471
+ #: contact_form.php:859
472
  msgid "Users can attach the following file formats"
473
  msgstr "Els usuaris poden adjuntar els següents formats d'arxiu"
474
 
475
+ #: contact_form.php:873
476
  msgid "Add to the form"
477
  msgstr ""
478
 
479
+ #: contact_form.php:878
480
  #, fuzzy
481
  msgid "Tips below the Attachment"
482
  msgstr "Consells del blocatge de l'adjunt"
483
 
484
+ #: contact_form.php:887
485
  #, fuzzy
486
  msgid "'Send me a copy' block"
487
  msgstr "Envia'm una còpia"
488
 
489
+ #: contact_form.php:900
490
+ #: contact_form.php:903
491
+ #: contact_form.php:907
492
+ #: contact_form.php:1145
493
  msgid "Captcha"
494
  msgstr "Captcha"
495
 
496
+ #: contact_form.php:903
 
 
 
 
 
 
497
  msgid "Activate captcha"
498
  msgstr "Captcha activat"
499
 
500
+ #: contact_form.php:907
501
  msgid "Download captcha"
502
  msgstr "Descarrega captcha"
503
 
504
+ #: contact_form.php:915
505
  msgid "Agreement checkbox"
506
  msgstr ""
507
 
508
+ #: contact_form.php:915
509
  msgid "Required checkbox for submitting the form"
510
  msgstr ""
511
 
512
+ #: contact_form.php:916
513
  msgid "Optional checkbox"
514
  msgstr ""
515
 
516
+ #: contact_form.php:916
517
  msgid "Optional checkbox, the results of which will be displayed in email"
518
  msgstr ""
519
 
520
+ #: contact_form.php:927
521
  msgid "Delete an attachment file from the server after the email is sent"
522
  msgstr ""
523
 
524
+ #: contact_form.php:933
525
  msgid "Email in HTML format sending"
526
  msgstr ""
527
 
528
+ #: contact_form.php:937
529
  msgid "Display additional info in the email"
530
  msgstr "Mostra informació addicional al correu electrònic,"
531
 
532
+ #: contact_form.php:942
533
+ #: contact_form.php:1798
534
+ #: contact_form.php:1800
535
  msgid "Sent from (ip address)"
536
  msgstr "Enviat des de (adreça IP)"
537
 
538
+ #: contact_form.php:942
539
  #, fuzzy
540
  msgid "Example: Sent from (IP address):\t127.0.0.1"
541
  msgstr "Enviat des de (adreça IP)"
542
 
543
+ #: contact_form.php:943
544
+ #: contact_form.php:1804
545
+ #: contact_form.php:1806
546
  msgid "Date/Time"
547
  msgstr "Data/hora"
548
 
549
+ #: contact_form.php:943
550
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
551
  msgstr ""
552
 
553
+ #: contact_form.php:944
554
+ #: contact_form.php:1810
555
+ #: contact_form.php:1812
556
  msgid "Sent from (referer)"
557
  msgstr "Enviat des de (referent)"
558
 
559
+ #: contact_form.php:944
560
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
561
  msgstr ""
562
 
563
+ #: contact_form.php:945
564
+ #: contact_form.php:1816
565
+ #: contact_form.php:1818
566
  msgid "Using (user agent)"
567
  msgstr "Usant (user agent)"
568
 
569
+ #: contact_form.php:945
570
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
571
  msgstr ""
572
 
573
+ #: contact_form.php:949
574
  msgid "Language settings for the field names in the form"
575
  msgstr "Configuració de la llengua als noms dels camps del formulari"
576
 
577
+ #: contact_form.php:958
578
  msgid "Add a language"
579
  msgstr "Afegeix lengua"
580
 
581
+ #: contact_form.php:962
582
  msgid "Change the names of the contact form fields and error messages"
583
  msgstr "Modifica els noms dels camps i els missatges d'error del formulari de contacte"
584
 
585
+ #: contact_form.php:967
586
+ #: contact_form.php:1040
587
  msgid "English"
588
  msgstr "Anglès"
589
 
590
+ #: contact_form.php:975
591
+ #: contact_form.php:1005
592
+ msgid "click to expand/hide the list"
593
+ msgstr ""
594
+
595
+ #: contact_form.php:984
596
+ #: contact_form.php:1014
597
  #, fuzzy
598
  msgid "Tips below the Attachment block"
599
  msgstr "Consells del blocatge de l'adjunt"
600
 
601
+ #: contact_form.php:987
602
+ #: contact_form.php:1017
603
  msgid "Error message for the Name field"
604
  msgstr "Missatge d'error per al camp 'Nom'"
605
 
606
+ #: contact_form.php:988
607
+ #: contact_form.php:1018
608
  msgid "Error message for the Address field"
609
  msgstr "Missatge d'error per al camp 'Adreça'"
610
 
611
+ #: contact_form.php:989
612
+ #: contact_form.php:1019
613
  msgid "Error message for the Email field"
614
  msgstr "Missatge d'error per al camp 'Adreça de correu electrònic'"
615
 
616
+ #: contact_form.php:990
617
+ #: contact_form.php:1020
618
  msgid "Error message for the Phone field"
619
  msgstr "Missatge d'error per al camp 'Telèfon\""
620
 
621
+ #: contact_form.php:991
622
+ #: contact_form.php:1021
623
  msgid "Error message for the Subject field"
624
  msgstr "Missatge d'error per al camp 'Assumpte'"
625
 
626
+ #: contact_form.php:992
627
+ #: contact_form.php:1022
628
  msgid "Error message for the Message field"
629
  msgstr "Missatge d'error per al camp 'Missatge'"
630
 
631
+ #: contact_form.php:993
632
+ #: contact_form.php:1023
633
  msgid "Error message about the file type for the Attachment field"
634
  msgstr "Missatge d'error sobre el tipus de per al camp 'Adjunt'"
635
 
636
+ #: contact_form.php:994
637
+ #: contact_form.php:1024
638
  msgid "Error message while uploading a file for the Attachment field to the server"
639
  msgstr "Missatge d'error al carregar al servidor un fitxer per al camp Adjunt"
640
 
641
+ #: contact_form.php:995
642
+ #: contact_form.php:1025
643
  msgid "Error message while moving the file for the Attachment field"
644
  msgstr "Missatge d'error al mourerun fitxer per al camp Adjunt"
645
 
646
+ #: contact_form.php:996
647
+ #: contact_form.php:1026
648
  msgid "Error message when file size limit for the Attachment field is exceeded"
649
  msgstr "Missatge d'error al superar el límit de mida de fitxer per al camp Adjunt"
650
 
651
+ #: contact_form.php:997
652
+ #: contact_form.php:1027
653
  msgid "Error message for the Captcha field"
654
  msgstr "Missatge d'error al camp Captcha"
655
 
656
+ #: contact_form.php:998
657
+ #: contact_form.php:1028
658
  msgid "Error message for the whole form"
659
  msgstr "Missatge d'error a tot el formulari"
660
 
661
+ #: contact_form.php:1000
662
+ #: contact_form.php:1030
663
+ #: contact_form.php:1049
664
+ #: contact_form.php:1055
665
  msgid "Use shortcode"
666
  msgstr "useu un codi curt"
667
 
668
+ #: contact_form.php:1000
669
+ #: contact_form.php:1030
670
+ #: contact_form.php:1049
671
+ #: contact_form.php:1055
672
  msgid "for this language"
673
  msgstr "Per aquesta llengua"
674
 
675
+ #: contact_form.php:1037
676
  msgid "Action after email is sent"
677
  msgstr "Accions després d'enviar un correu electrònic."
678
 
679
+ #: contact_form.php:1039
680
  msgid "Display text"
681
  msgstr "Mostra el text"
682
 
683
+ #: contact_form.php:1048
684
+ #: contact_form.php:1054
685
  msgid "Text"
686
  msgstr "Text"
687
 
688
+ #: contact_form.php:1061
689
  msgid "Redirect to the page"
690
  msgstr "Redirigir a la pàgina"
691
 
692
+ #: contact_form.php:1062
693
  msgid "Url"
694
  msgstr "Url"
695
 
696
+ #: contact_form.php:1067
697
+ #: contact_form.php:1242
698
  msgid "Save Changes"
699
  msgstr "Desar els canvis"
700
 
701
+ #: contact_form.php:1072
702
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
703
  msgstr ""
704
 
705
+ #: contact_form.php:1073
706
  #, fuzzy
707
  msgid "Rate the plugin"
708
  msgstr "Plugins gratuïts"
709
 
710
+ #: contact_form.php:1076
711
  #, fuzzy
712
  msgid "If there is something wrong about it, please contact us"
713
  msgstr "Si té alguna pregunta, contacti'ns si us plau via plugin@bestwebsoft.com o utilitzi el formulari de contacte de la nostra web"
714
 
715
+ #: contact_form.php:1091
 
 
 
 
716
  msgid "Errors output"
717
  msgstr "Errors de sortida"
718
 
719
+ #: contact_form.php:1094
720
  msgid "Display error messages"
721
  msgstr "Mostra els missatges d'error"
722
 
723
+ #: contact_form.php:1095
724
  msgid "Color of the input field errors."
725
  msgstr "Color dels errors al camp d'entrada"
726
 
727
+ #: contact_form.php:1096
728
  msgid "Display error messages & color of the input field errors"
729
  msgstr "Mostra els missatges d'error i el color dels errors del camp d'entrada"
730
 
731
+ #: contact_form.php:1101
732
  msgid "Add placeholder to the input blocks"
733
  msgstr "Afegeix marcador de posició als blocs d'entrada"
734
 
735
+ #: contact_form.php:1107
736
  msgid "Add tooltips"
737
  msgstr "Afegir consells sobre les eines"
738
 
739
+ #: contact_form.php:1121
740
  msgid "Email address"
741
  msgstr "Adreça de correu electrònic:"
742
 
743
+ #: contact_form.php:1126
744
  msgid "Phone Number"
745
  msgstr "Nombre de telèfon"
746
 
747
+ #: contact_form.php:1140
748
  msgid "Attachment"
749
  msgstr "Adjunt:"
750
 
751
+ #: contact_form.php:1145
752
  msgid "(powered by bestwebsoft.com)"
753
  msgstr "(Impulsat per bestwebsoft.com)"
754
 
755
+ #: contact_form.php:1150
756
  msgid "Style options"
757
  msgstr "Opcions d'estil"
758
 
759
+ #: contact_form.php:1153
760
  msgid "Text color"
761
  msgstr "Color del text"
762
 
763
+ #: contact_form.php:1156
764
+ #: contact_form.php:1161
765
+ #: contact_form.php:1171
766
+ #: contact_form.php:1176
767
+ #: contact_form.php:1181
768
+ #: contact_form.php:1186
769
+ #: contact_form.php:1196
770
+ #: contact_form.php:1201
771
+ #: contact_form.php:1207
772
+ #: contact_form.php:1218
773
+ #: contact_form.php:1223
774
+ #: contact_form.php:1228
775
  msgid "Default"
776
  msgstr "Per defecte"
777
 
778
+ #: contact_form.php:1158
779
  msgid "Label text color"
780
  msgstr "Color del text de l'etiqeta"
781
 
782
+ #: contact_form.php:1163
783
  msgid "Placeholder color"
784
  msgstr "Color del marcador de posició"
785
 
786
+ #: contact_form.php:1168
787
  msgid "Errors color"
788
  msgstr "Color dels errors"
789
 
790
+ #: contact_form.php:1173
791
  msgid "Error text color"
792
  msgstr "Color del text d'error"
793
 
794
+ #: contact_form.php:1178
795
  msgid "Background color of the input field errors"
796
  msgstr "Color de fons dels errors del camp d'entrada"
797
 
798
+ #: contact_form.php:1183
799
  msgid "Border color of the input field errors"
800
  msgstr "Color de la vora dels errors del camp d'entrada"
801
 
802
+ #: contact_form.php:1188
803
  msgid "Placeholder color of the input field errors"
804
  msgstr "Color del marcador de posició dels errors del camp d'entrada"
805
 
806
+ #: contact_form.php:1193
807
  msgid "Input fields"
808
  msgstr "Visualitza l'adjunt"
809
 
810
+ #: contact_form.php:1198
811
  msgid "Input fields background color"
812
  msgstr "Color de fons dels camps d'entrada"
813
 
814
+ #: contact_form.php:1203
815
  msgid "Text fields color"
816
  msgstr "Color dels camps de text"
817
 
818
+ #: contact_form.php:1205
819
  msgid "Border width in px, numbers only"
820
  msgstr "Ample de vora en px, sols nombres"
821
 
822
+ #: contact_form.php:1209
823
+ #: contact_form.php:1230
824
  msgid "Border color"
825
  msgstr "Color de la vora"
826
 
827
+ #: contact_form.php:1214
828
  msgid "Submit button"
829
  msgstr "Enviar"
830
 
831
  # #: contact_form.php:928
832
+ #: contact_form.php:1216
833
  msgid "Width in px, numbers only"
834
  msgstr "Ample en px, sols nombres"
835
 
836
+ #: contact_form.php:1220
837
  msgid "Button color"
838
  msgstr "Color del botó"
839
 
840
+ #: contact_form.php:1225
841
  msgid "Button text color"
842
  msgstr "Color del text del botó"
843
 
844
+ #: contact_form.php:1246
845
  msgid "Contact Form Pro | Preview"
846
  msgstr "Contact Form Pro | Vista prèvia"
847
 
848
+ #: contact_form.php:1249
849
  msgid "Show with errors"
850
  msgstr "Mostra amb errors"
851
 
852
+ #: contact_form.php:1257
853
+ #: contact_form.php:1259
854
  msgid "Please enter your full name..."
855
  msgstr "Si us plau introduïu el nom complet"
856
 
857
+ #: contact_form.php:1270
858
+ #: contact_form.php:1272
859
  msgid "Please enter your address..."
860
  msgstr "Si us plau introduïu l'adreça"
861
 
862
+ #: contact_form.php:1281
863
+ #: contact_form.php:1283
864
  msgid "Please enter your email address..."
865
  msgstr "Si us plau introdueixi el seu e-mail"
866
 
867
+ #: contact_form.php:1292
868
+ #: contact_form.php:1294
869
  msgid "Please enter your phone number..."
870
  msgstr "Si us plau introduïu el nombre de telèfon"
871
 
872
+ #: contact_form.php:1303
873
+ #: contact_form.php:1305
874
  msgid "Please enter subject..."
875
  msgstr "Si us plau introduïu l'assumpte"
876
 
877
+ #: contact_form.php:1313
878
+ #: contact_form.php:1315
879
  msgid "Please enter your message..."
880
  msgstr "Si us plau introduïu el missatge"
881
 
882
+ #: contact_form.php:1357
883
+ msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
884
+ msgstr ""
885
+
886
+ #: contact_form.php:1359
887
+ msgid "Please, go to"
888
+ msgstr ""
889
+
890
+ #: contact_form.php:1359
891
+ #, fuzzy
892
+ msgid "the setting page"
893
+ msgstr "Configuració extra"
894
+
895
+ #: contact_form.php:1360
896
+ msgid "You will be redirected automatically in 5 seconds."
897
+ msgstr ""
898
+
899
+ #: contact_form.php:1365
900
+ msgid "You can download and activate"
901
+ msgstr ""
902
+
903
+ #: contact_form.php:1367
904
+ msgid "version of this plugin by entering Your license key."
905
+ msgstr ""
906
+
907
+ #: contact_form.php:1369
908
+ msgid "You can find your license key on your personal page Client area, by clicking on the link"
909
+ msgstr ""
910
+
911
+ #: contact_form.php:1371
912
+ msgid "(your username is the email you specify when purchasing the product)."
913
+ msgstr ""
914
+
915
+ #: contact_form.php:1379
916
+ #: contact_form.php:1389
917
+ msgid "Go!"
918
+ msgstr ""
919
+
920
+ #: contact_form.php:1439
921
  msgid "Sorry, email message could not be delivered."
922
  msgstr "Ho sentim, el seu e-mail no ha pogut ser lliurat."
923
 
924
+ #: contact_form.php:1825
925
  msgid "Contact from"
926
  msgstr "Contact from"
927
 
928
+ #: contact_form.php:1838
929
+ #: contact_form.php:1864
930
  msgid "Email"
931
  msgstr "Adreça de correu electrònic"
932
 
933
+ #: contact_form.php:1842
934
+ #: contact_form.php:1866
935
  msgid "Phone"
936
  msgstr "Telèfon"
937
 
938
+ #: contact_form.php:1851
939
+ #: contact_form.php:1869
940
  msgid "Site"
941
  msgstr "Lloc"
942
 
943
+ #: contact_form.php:1932
944
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
945
  msgstr "Si pot veure aquest MIME, vol dir que el tipus MIME no és compatible amb el seu client de correu electrònic!"
946
 
947
+ #: contact_form.php:2002
948
  msgid "FAQ"
949
  msgstr "FAQ"
950
 
951
+ #: contact_form.php:2003
952
  msgid "Support"
953
  msgstr "Suport"
954
 
955
+ #: contact_form.php:2061
956
  msgid "Are you sure that you want to delete this language data?"
957
  msgstr "Està vostè segur que vol esborrar aquest idioma?"
958
 
959
+ #~ msgid "Contact Form Pro Extra Settings"
960
+ #~ msgstr "Opcions extra del Contact Form Pro"
961
+
962
+ #~ msgid "Contact Form Pro | Extra Settings"
963
+ #~ msgstr "Opcions extra | Contact Form Pro"
964
+
965
  #~ msgid "Display fields"
966
  #~ msgstr "Mostra els camps"
967
 
languages/contact_form-fi.mo CHANGED
Binary file
languages/contact_form-fi.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-12-17 16:52+0300\n"
6
- "PO-Revision-Date: 2013-12-17 16:52+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Martin Tonek, Joakim Lindskog, Maarten van den Driest <joakim@limewoodmedia.com, maarten@vandendriest.com>\n"
9
  "Language: ru_RU\n"
@@ -16,70 +16,56 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:32
20
- #: contact_form.php:538
21
- #, fuzzy
22
- msgid "Contact Form Settings"
23
- msgstr "Yhteydenottolomakeasetukset"
24
-
25
- #: contact_form.php:32
26
- msgid "Contact Form"
27
- msgstr "Yhteydenottolomake"
28
-
29
  #: contact_form.php:33
 
30
  #, fuzzy
31
- msgid "Contact Form Pro Extra Settings"
32
  msgstr "Yhteydenottolomakeasetukset"
33
 
34
  #: contact_form.php:33
35
- #: contact_form.php:592
36
- #: contact_form.php:729
37
- #: contact_form.php:800
38
- #: contact_form.php:982
39
- #, fuzzy
40
- msgid "Contact Form Pro"
41
  msgstr "Yhteydenottolomake"
42
 
43
  #: contact_form.php:80
44
- #: contact_form.php:854
45
- #: contact_form.php:884
46
  msgid "Name:"
47
  msgstr "Nimi:"
48
 
49
  #: contact_form.php:81
50
- #: contact_form.php:855
51
- #: contact_form.php:885
52
  #, fuzzy
53
  msgid "Address:"
54
  msgstr "Sähköposti:"
55
 
56
  #: contact_form.php:82
57
- #: contact_form.php:856
58
- #: contact_form.php:886
59
  msgid "Email Address:"
60
  msgstr "Sähköposti:"
61
 
62
  #: contact_form.php:83
63
- #: contact_form.php:857
64
- #: contact_form.php:887
65
  msgid "Phone number:"
66
  msgstr "Puhelinnumero:"
67
 
68
  #: contact_form.php:84
69
- #: contact_form.php:858
70
- #: contact_form.php:888
71
  msgid "Subject:"
72
  msgstr "Aihe:"
73
 
74
  #: contact_form.php:85
75
- #: contact_form.php:859
76
- #: contact_form.php:889
77
  msgid "Message:"
78
  msgstr "Viesti:"
79
 
80
  #: contact_form.php:86
81
- #: contact_form.php:860
82
- #: contact_form.php:890
83
  msgid "Attachment:"
84
  msgstr "Liite:"
85
 
@@ -88,14 +74,14 @@ msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI,
88
  msgstr ""
89
 
90
  #: contact_form.php:88
91
- #: contact_form.php:862
92
- #: contact_form.php:892
93
  msgid "Send me a copy"
94
  msgstr "Lähetä minulle kopio"
95
 
96
  #: contact_form.php:89
97
- #: contact_form.php:863
98
- #: contact_form.php:893
99
  msgid "Submit"
100
  msgstr "Lähetä"
101
 
@@ -152,755 +138,855 @@ msgstr "Tee allaolevat korjaukset ja yritä uudelleen."
152
  msgid "Thank you for contacting us."
153
  msgstr "Kiitos yhteydenotostanne."
154
 
155
- #: contact_form.php:203
156
  #, fuzzy
157
  msgid "requires"
158
  msgstr "Vaaditut kentät"
159
 
160
- #: contact_form.php:203
161
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
162
  msgstr ""
163
 
164
- #: contact_form.php:203
165
  msgid "Back to the WordPress"
166
  msgstr ""
167
 
168
- #: contact_form.php:203
169
  #, fuzzy
170
  msgid "Plugins page"
171
  msgstr "Плагины BWS"
172
 
173
- #: contact_form.php:494
174
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
175
  msgstr "Jos 'Ohjaa sivulle' vaihtoehto on valittu, URL-kentän tulisi olla seuraavaa muotoa"
176
 
177
- #: contact_form.php:503
178
  msgid "Such user does not exist. Settings are not saved."
179
  msgstr "Käyttäjää ei ole olemassa. Asetuksia ei tallennettu."
180
 
181
- #: contact_form.php:507
182
- #: contact_form.php:513
183
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
184
  msgstr "Anna toimiva sähköpostiosoite 'Lähettäjä' kenttään. Asetuksia ei tallennettu."
185
 
186
- #: contact_form.php:518
187
  #, fuzzy
188
  msgid "Settings saved."
189
  msgstr "Asetukset tallennettu."
190
 
191
- #: contact_form.php:540
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
192
  msgid "Notice:"
193
  msgstr ""
194
 
195
- #: contact_form.php:540
196
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
197
  msgstr ""
198
 
199
- #: contact_form.php:543
200
- #: contact_form.php:973
201
- #: contact_form.php:1838
202
- #: contact_form.php:1849
203
  msgid "Settings"
204
  msgstr "Asetukset"
205
 
206
- #: contact_form.php:544
207
- #: contact_form.php:974
208
  #, fuzzy
209
  msgid "Extra settings"
210
  msgstr "Asetukset"
211
 
212
- #: contact_form.php:549
213
- #: contact_form.php:1236
 
 
 
 
214
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
215
  msgstr "Jos haluat lisätä yhteydenottolomakkeen sivullesi, kopioi ja liitä tämä shortcode artikkeliin, sivulle tai vimpaimeen."
216
 
217
- #: contact_form.php:549
218
- #: contact_form.php:550
219
- #: contact_form.php:877
220
- #: contact_form.php:926
221
  msgid "or"
222
  msgstr ""
223
 
224
- #: contact_form.php:550
225
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
226
  msgstr ""
227
 
228
- #: contact_form.php:551
229
  msgid "They work the same way."
230
  msgstr ""
231
 
232
- #: contact_form.php:552
233
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
234
  msgstr "Jos jätät kentät tyhjäksi, viestit lähetetään rekisteröinnin yhteydessä määriteltyyn sähköpostiin."
235
 
236
- #: contact_form.php:556
237
  msgid "The user's email address:"
238
  msgstr "Käyttäjän sähköpostiosoite:"
239
 
240
- #: contact_form.php:560
241
  msgid "Create a username"
242
  msgstr "Luo käyttäjänimi."
243
 
244
- #: contact_form.php:565
245
  msgid "Enter a username of the person who should get the messages from the contact form."
246
  msgstr "Syötä käyttäjänimi, jolle viestit lähetetään lomakkeesta."
247
 
248
- #: contact_form.php:569
249
  msgid "Use this email address:"
250
  msgstr "Käytä tätä sähköpostiosoitetta:"
251
 
252
- #: contact_form.php:572
253
  msgid "Enter the email address you want the messages forwarded to."
254
  msgstr "Sähköpostiosoite, johon viestit ohjataan."
255
 
256
- #: contact_form.php:578
257
  msgid "Add department selectbox to the contact form:"
258
  msgstr ""
259
 
260
- #: contact_form.php:586
261
- #: contact_form.php:1131
262
  msgid "If you upgrade to Pro version all your settings will be saved."
263
  msgstr ""
264
 
265
- #: contact_form.php:591
266
- #: contact_form.php:728
267
- #: contact_form.php:799
268
- #: contact_form.php:981
269
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
270
  msgstr ""
271
 
272
- #: contact_form.php:598
 
 
 
 
 
 
 
 
273
  msgid "Save emails to the database"
274
  msgstr ""
275
 
276
- #: contact_form.php:608
277
- #: contact_form.php:611
278
- #: contact_form.php:615
 
 
 
 
 
 
 
 
 
 
279
  msgid "Using Contact Form to DB powered by"
280
  msgstr ""
281
 
282
- #: contact_form.php:611
283
  #, fuzzy
284
  msgid "Activate Contact Form to DB"
285
  msgstr "Yhteydenottolomake"
286
 
287
- #: contact_form.php:615
288
  #, fuzzy
289
  msgid "Download Contact Form to DB"
290
  msgstr "Yhteydenottolomake"
291
 
292
- #: contact_form.php:620
293
  msgid "Additional options"
294
  msgstr "Lisäasetukset"
295
 
296
- #: contact_form.php:622
297
  msgid "Show"
298
  msgstr ""
299
 
300
- #: contact_form.php:623
301
  msgid "Hide"
302
  msgstr ""
303
 
304
- #: contact_form.php:627
305
  msgid "What to use?"
306
  msgstr "Mitä käyttää?"
307
 
308
- #: contact_form.php:630
309
  msgid "Wp-mail"
310
  msgstr "Wp-sähköposti"
311
 
312
- #: contact_form.php:630
313
  msgid "You can use the wp_mail function for mailing"
314
  msgstr "Voit käyttää wp_mail funktiota sähköpostin lähettämiseen"
315
 
316
- #: contact_form.php:632
317
  msgid "Mail"
318
  msgstr "Sähköposti"
319
 
320
- #: contact_form.php:632
321
  msgid "To send mail you can use the php mail function"
322
  msgstr "Voit käyttää php sähköpostifunktiota lähettääksesi sähköpostia"
323
 
324
- #: contact_form.php:636
325
  #, fuzzy
326
  msgid "The text in the 'From' field"
327
  msgstr "Vaihda teksti 'Lähettäjä'- kentästä"
328
 
329
- #: contact_form.php:638
330
  msgid "User name"
331
  msgstr ""
332
 
333
- #: contact_form.php:639
334
  #, fuzzy
335
  msgid "The name of the user who fills the form will be used in the field 'From'."
336
  msgstr "Lomakkeen täyttäjän sähköpostiosoitetta käytetään 'Lähettäjä'- kentässä."
337
 
338
- #: contact_form.php:642
339
  #, fuzzy
340
  msgid "This text will be used in the 'FROM' field"
341
  msgstr "Tätä sähöpostiosoitetta käytetään 'Lähettäjä'- kentässä."
342
 
343
- #: contact_form.php:646
344
  #, fuzzy
345
  msgid "The email address in the 'From' field"
346
  msgstr "Syötä sähköpostiosoite 'Lähettäjä'- kenttään"
347
 
348
- #: contact_form.php:648
349
  msgid "User email"
350
  msgstr ""
351
 
352
- #: contact_form.php:649
353
  msgid "The email address of the user who fills the form will be used in the field 'From'."
354
  msgstr "Lomakkeen täyttäjän sähköpostiosoitetta käytetään 'Lähettäjä'- kentässä."
355
 
356
- #: contact_form.php:652
357
  msgid "This email address will be used in the 'From' field."
358
  msgstr "Tätä sähöpostiosoitetta käytetään 'Lähettäjä'- kentässä."
359
 
360
- #: contact_form.php:656
361
  #, fuzzy
362
  msgid "Required symbol"
363
  msgstr "Vaaditut kentät"
364
 
365
- #: contact_form.php:666
366
  msgid "Fields"
367
  msgstr ""
368
 
369
- #: contact_form.php:667
370
  msgid "Used"
371
  msgstr ""
372
 
373
- #: contact_form.php:668
374
  #, fuzzy
375
  msgid "Required"
376
  msgstr "Vaaditut kentät"
377
 
378
- #: contact_form.php:669
379
  msgid "Visible"
380
  msgstr ""
381
 
382
- #: contact_form.php:670
383
  msgid "Disabled for editing"
384
  msgstr ""
385
 
386
- #: contact_form.php:671
387
  msgid "Field's default value"
388
  msgstr ""
389
 
390
- #: contact_form.php:676
391
- #: contact_form.php:1006
392
- #: contact_form.php:1679
393
- #: contact_form.php:1709
394
  msgid "Name"
395
  msgstr "Nimi"
396
 
397
- #: contact_form.php:684
398
- #: contact_form.php:1011
399
- #: contact_form.php:1683
400
- #: contact_form.php:1711
401
  #, fuzzy
402
  msgid "Address"
403
  msgstr "Sähköposti"
404
 
405
- #: contact_form.php:692
406
  msgid "Email Address"
407
  msgstr "Sähköposti"
408
 
409
- #: contact_form.php:700
410
  #, fuzzy
411
  msgid "Phone number"
412
  msgstr "Puhelinnumero:"
413
 
414
- #: contact_form.php:708
415
- #: contact_form.php:1026
416
- #: contact_form.php:1693
417
- #: contact_form.php:1715
418
  msgid "Subject"
419
  msgstr "Aihe"
420
 
421
- #: contact_form.php:716
422
- #: contact_form.php:1030
423
- #: contact_form.php:1696
424
- #: contact_form.php:1716
425
  msgid "Message"
426
  msgstr "Viesti"
427
 
428
- #: contact_form.php:734
429
  #, fuzzy
430
  msgid "Attachment block"
431
  msgstr "Näytä liitelaatikko."
432
 
433
- #: contact_form.php:736
434
  msgid "Users can attach the following file formats"
435
  msgstr "Käyttäjä voi lisätä seuraavia tiedostotyyppejä"
436
 
437
- #: contact_form.php:750
438
  msgid "Add to the form"
439
  msgstr ""
440
 
441
- #: contact_form.php:755
442
  #, fuzzy
443
  msgid "Tips below the Attachment"
444
  msgstr "Näytä liitelaatikon allaolevat vinkit."
445
 
446
- #: contact_form.php:764
447
  #, fuzzy
448
  msgid "'Send me a copy' block"
449
  msgstr "Näytä Lähetä minulle kopio- laatikko"
450
 
451
- #: contact_form.php:777
452
- #: contact_form.php:780
453
- #: contact_form.php:784
454
- #: contact_form.php:1040
455
  msgid "Captcha"
456
  msgstr ""
457
 
458
- #: contact_form.php:777
459
- #: contact_form.php:780
460
- #: contact_form.php:784
461
- msgid "powered by"
462
- msgstr ""
463
-
464
- #: contact_form.php:780
465
  #, fuzzy
466
  msgid "Activate captcha"
467
  msgstr "Aktivoidut lisäosat"
468
 
469
- #: contact_form.php:784
470
  #, fuzzy
471
  msgid "Download captcha"
472
  msgstr "Lataa"
473
 
474
- #: contact_form.php:792
475
  msgid "Agreement checkbox"
476
  msgstr ""
477
 
478
- #: contact_form.php:792
479
  msgid "Required checkbox for submitting the form"
480
  msgstr ""
481
 
482
- #: contact_form.php:793
483
  msgid "Optional checkbox"
484
  msgstr ""
485
 
486
- #: contact_form.php:793
487
  msgid "Optional checkbox, the results of which will be displayed in email"
488
  msgstr ""
489
 
490
- #: contact_form.php:804
491
  msgid "Delete an attachment file from the server after the email is sent"
492
  msgstr ""
493
 
494
- #: contact_form.php:810
495
  msgid "Email in HTML format sending"
496
  msgstr ""
497
 
498
- #: contact_form.php:814
499
  msgid "Display additional info in the email"
500
  msgstr "Näytä lisätietoa sähköpostissa"
501
 
502
- #: contact_form.php:819
503
- #: contact_form.php:1646
504
- #: contact_form.php:1648
505
  msgid "Sent from (ip address)"
506
  msgstr "Lähetetty osoitteesta (ip-osoite)"
507
 
508
- #: contact_form.php:819
509
  #, fuzzy
510
  msgid "Example: Sent from (IP address):\t127.0.0.1"
511
  msgstr "Lähetetty osoitteesta (ip-osoite)"
512
 
513
- #: contact_form.php:820
514
- #: contact_form.php:1652
515
- #: contact_form.php:1654
516
  msgid "Date/Time"
517
  msgstr "Päivä/Aika"
518
 
519
- #: contact_form.php:820
520
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
521
  msgstr ""
522
 
523
- #: contact_form.php:821
524
- #: contact_form.php:1658
525
- #: contact_form.php:1660
526
  msgid "Sent from (referer)"
527
  msgstr "Lähetetty (referer)"
528
 
529
- #: contact_form.php:821
530
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
531
  msgstr ""
532
 
533
- #: contact_form.php:822
534
- #: contact_form.php:1664
535
- #: contact_form.php:1666
536
  msgid "Using (user agent)"
537
  msgstr "Käytetään (user agent)"
538
 
539
- #: contact_form.php:822
540
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
541
  msgstr ""
542
 
543
- #: contact_form.php:826
544
  msgid "Language settings for the field names in the form"
545
  msgstr "Kieliasetukset kenttien nimille lomakkeessa"
546
 
547
- #: contact_form.php:835
548
  msgid "Add a language"
549
  msgstr "Lisää kieli"
550
 
551
- #: contact_form.php:839
552
  msgid "Change the names of the contact form fields and error messages"
553
  msgstr ""
554
 
555
- #: contact_form.php:844
556
- #: contact_form.php:917
557
  msgid "English"
558
  msgstr "Englanti"
559
 
560
- #: contact_form.php:861
561
- #: contact_form.php:891
 
 
 
 
 
562
  #, fuzzy
563
  msgid "Tips below the Attachment block"
564
  msgstr "Näytä liitelaatikon allaolevat vinkit."
565
 
566
- #: contact_form.php:864
567
- #: contact_form.php:894
568
  msgid "Error message for the Name field"
569
  msgstr "Virheilmoitus nimikentälle"
570
 
571
- #: contact_form.php:865
572
- #: contact_form.php:895
573
  #, fuzzy
574
  msgid "Error message for the Address field"
575
  msgstr "Virheilmoitus viestikentälle"
576
 
577
- #: contact_form.php:866
578
- #: contact_form.php:896
579
  msgid "Error message for the Email field"
580
  msgstr "Virheilmoitus sähköpostikentälle"
581
 
582
- #: contact_form.php:867
583
- #: contact_form.php:897
584
  msgid "Error message for the Phone field"
585
  msgstr "Virheilmoitus puhelinnumerokentälle"
586
 
587
- #: contact_form.php:868
588
- #: contact_form.php:898
589
  msgid "Error message for the Subject field"
590
  msgstr "Virheilmoitus aihekentälle"
591
 
592
- #: contact_form.php:869
593
- #: contact_form.php:899
594
  msgid "Error message for the Message field"
595
  msgstr "Virheilmoitus viestikentälle"
596
 
597
- #: contact_form.php:870
598
- #: contact_form.php:900
599
  #, fuzzy
600
  msgid "Error message about the file type for the Attachment field"
601
  msgstr "Virheilmoitus liitekentälle"
602
 
603
- #: contact_form.php:871
604
- #: contact_form.php:901
605
  #, fuzzy
606
  msgid "Error message while uploading a file for the Attachment field to the server"
607
  msgstr "Virheilmoitus liitekentälle"
608
 
609
- #: contact_form.php:872
610
- #: contact_form.php:902
611
  #, fuzzy
612
  msgid "Error message while moving the file for the Attachment field"
613
  msgstr "Virheilmoitus liitekentälle"
614
 
615
- #: contact_form.php:873
616
- #: contact_form.php:903
617
  #, fuzzy
618
  msgid "Error message when file size limit for the Attachment field is exceeded"
619
  msgstr "Virheilmoitus liitekentälle"
620
 
621
- #: contact_form.php:874
622
- #: contact_form.php:904
623
  msgid "Error message for the Captcha field"
624
  msgstr "Virheilmoitus CAPTCHA:lle"
625
 
626
- #: contact_form.php:875
627
- #: contact_form.php:905
628
  msgid "Error message for the whole form"
629
  msgstr "Virheilmoitus koko lomakkeelle"
630
 
631
- #: contact_form.php:877
632
- #: contact_form.php:907
633
- #: contact_form.php:926
634
- #: contact_form.php:932
635
  msgid "Use shortcode"
636
  msgstr "Käytä shortcodea"
637
 
638
- #: contact_form.php:877
639
- #: contact_form.php:907
640
- #: contact_form.php:926
641
- #: contact_form.php:932
642
  msgid "for this language"
643
  msgstr "tälle kielelle"
644
 
645
- #: contact_form.php:914
646
  msgid "Action after email is sent"
647
  msgstr "Toiminta sähköpostin lähetyksen jälkeen"
648
 
649
- #: contact_form.php:916
650
  msgid "Display text"
651
  msgstr "Näytä teksti"
652
 
653
- #: contact_form.php:925
654
- #: contact_form.php:931
655
  msgid "Text"
656
  msgstr "Teksti"
657
 
658
- #: contact_form.php:938
659
  msgid "Redirect to the page"
660
  msgstr "Ohjaa sivulle"
661
 
662
- #: contact_form.php:939
663
  msgid "Url"
664
  msgstr "Url"
665
 
666
- #: contact_form.php:944
667
- #: contact_form.php:1137
668
  msgid "Save Changes"
669
  msgstr "Tallenna muutokset"
670
 
671
- #: contact_form.php:950
672
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
673
  msgstr ""
674
 
675
- #: contact_form.php:951
676
  #, fuzzy
677
  msgid "Rate the plugin"
678
  msgstr "Suositellut lisäosat"
679
 
680
- #: contact_form.php:954
681
  #, fuzzy
682
  msgid "If there is something wrong about it, please contact us"
683
  msgstr "Jos sinulla on kysyttävää, ota yhteyttä osoitteeseen plugin@bestwebsoft.com tai täytä yhteydenottolomake sivuillamme."
684
 
685
- #: contact_form.php:971
686
- #, fuzzy
687
- msgid "Contact Form Pro | Extra Settings"
688
- msgstr "Yhteydenottolomakeasetukset"
689
-
690
- #: contact_form.php:986
691
  msgid "Errors output"
692
  msgstr ""
693
 
694
- #: contact_form.php:989
695
  msgid "Display error messages"
696
  msgstr ""
697
 
698
- #: contact_form.php:990
699
  msgid "Color of the input field errors."
700
  msgstr ""
701
 
702
- #: contact_form.php:991
703
  #, fuzzy
704
  msgid "Display error messages & color of the input field errors"
705
  msgstr "Virheilmoitus aihekentälle"
706
 
707
- #: contact_form.php:996
708
  msgid "Add placeholder to the input blocks"
709
  msgstr ""
710
 
711
- #: contact_form.php:1002
712
  #, fuzzy
713
  msgid "Add tooltips"
714
  msgstr "Lisäasetukset"
715
 
716
- #: contact_form.php:1016
717
  #, fuzzy
718
  msgid "Email address"
719
  msgstr "Sähköposti"
720
 
721
- #: contact_form.php:1021
722
  #, fuzzy
723
  msgid "Phone Number"
724
  msgstr "Puhelinnumero:"
725
 
726
- #: contact_form.php:1035
727
  #, fuzzy
728
  msgid "Attachment"
729
  msgstr "Liite:"
730
 
731
- #: contact_form.php:1040
732
  msgid "(powered by bestwebsoft.com)"
733
  msgstr ""
734
 
735
- #: contact_form.php:1045
736
  #, fuzzy
737
  msgid "Style options"
738
  msgstr "Lisäasetukset"
739
 
740
- #: contact_form.php:1048
741
  msgid "Text color"
742
  msgstr ""
743
 
744
- #: contact_form.php:1051
745
- #: contact_form.php:1056
746
- #: contact_form.php:1066
747
- #: contact_form.php:1071
748
- #: contact_form.php:1076
749
- #: contact_form.php:1081
750
- #: contact_form.php:1091
751
- #: contact_form.php:1096
752
- #: contact_form.php:1102
753
- #: contact_form.php:1113
754
- #: contact_form.php:1118
755
- #: contact_form.php:1123
756
  msgid "Default"
757
  msgstr ""
758
 
759
- #: contact_form.php:1053
760
  msgid "Label text color"
761
  msgstr ""
762
 
763
- #: contact_form.php:1058
764
  msgid "Placeholder color"
765
  msgstr ""
766
 
767
- #: contact_form.php:1063
768
  msgid "Errors color"
769
  msgstr ""
770
 
771
- #: contact_form.php:1068
772
  msgid "Error text color"
773
  msgstr ""
774
 
775
- #: contact_form.php:1073
776
  msgid "Background color of the input field errors"
777
  msgstr ""
778
 
779
- #: contact_form.php:1078
780
  msgid "Border color of the input field errors"
781
  msgstr ""
782
 
783
- #: contact_form.php:1083
784
  msgid "Placeholder color of the input field errors"
785
  msgstr ""
786
 
787
- #: contact_form.php:1088
788
  msgid "Input fields"
789
  msgstr ""
790
 
791
- #: contact_form.php:1093
792
  msgid "Input fields background color"
793
  msgstr ""
794
 
795
- #: contact_form.php:1098
796
  msgid "Text fields color"
797
  msgstr ""
798
 
799
- #: contact_form.php:1100
800
  msgid "Border width in px, numbers only"
801
  msgstr ""
802
 
803
- #: contact_form.php:1104
804
- #: contact_form.php:1125
805
  msgid "Border color"
806
  msgstr ""
807
 
808
- #: contact_form.php:1109
809
  #, fuzzy
810
  msgid "Submit button"
811
  msgstr "Lähetä"
812
 
813
- #: contact_form.php:1111
814
  msgid "Width in px, numbers only"
815
  msgstr ""
816
 
817
- #: contact_form.php:1115
818
  msgid "Button color"
819
  msgstr ""
820
 
821
- #: contact_form.php:1120
822
  msgid "Button text color"
823
  msgstr ""
824
 
825
- #: contact_form.php:1141
826
  #, fuzzy
827
  msgid "Contact Form Pro | Preview"
828
  msgstr "Yhteydenottolomake"
829
 
830
- #: contact_form.php:1144
831
  msgid "Show with errors"
832
  msgstr ""
833
 
834
- #: contact_form.php:1152
835
- #: contact_form.php:1154
836
  msgid "Please enter your full name..."
837
  msgstr ""
838
 
839
- #: contact_form.php:1165
840
- #: contact_form.php:1167
841
  msgid "Please enter your address..."
842
  msgstr ""
843
 
844
- #: contact_form.php:1176
845
- #: contact_form.php:1178
846
  #, fuzzy
847
  msgid "Please enter your email address..."
848
  msgstr "Käytä tätä sähköpostiosoitetta:"
849
 
850
- #: contact_form.php:1187
851
- #: contact_form.php:1189
852
  msgid "Please enter your phone number..."
853
  msgstr ""
854
 
855
- #: contact_form.php:1198
856
- #: contact_form.php:1200
857
  msgid "Please enter subject..."
858
  msgstr ""
859
 
860
- #: contact_form.php:1208
861
- #: contact_form.php:1210
862
  msgid "Please enter your message..."
863
  msgstr ""
864
 
865
- #: contact_form.php:1287
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
866
  msgid "Sorry, email message could not be delivered."
867
  msgstr "Anteeksi, sähköpostiviestiä ei voitu lähettää."
868
 
869
- #: contact_form.php:1673
870
  msgid "Contact from"
871
  msgstr "Yhteydenottolomake"
872
 
873
- #: contact_form.php:1686
874
- #: contact_form.php:1712
875
  msgid "Email"
876
  msgstr "Sähköposti"
877
 
878
- #: contact_form.php:1690
879
- #: contact_form.php:1714
880
  msgid "Phone"
881
  msgstr "Puhelinnumero"
882
 
883
- #: contact_form.php:1699
884
- #: contact_form.php:1717
885
  msgid "Site"
886
  msgstr "Sivu"
887
 
888
- #: contact_form.php:1780
889
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
890
  msgstr "Jos näet tämän MIME:n, sen tyyppi ei ole tuettu sähköpostiohjelmassasi."
891
 
892
- #: contact_form.php:1850
893
  msgid "FAQ"
894
  msgstr "FAQ"
895
 
896
- #: contact_form.php:1851
897
  msgid "Support"
898
  msgstr "Tuki"
899
 
900
- #: contact_form.php:1910
901
  msgid "Are you sure that you want to delete this language data?"
902
  msgstr "Oletko varma että haluat poistaa kielitiedot?"
903
 
 
 
 
 
 
 
 
 
904
  #, fuzzy
905
  #~ msgid "Display fields"
906
  #~ msgstr "Näytä teksti"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-31 18:14+0300\n"
6
+ "PO-Revision-Date: 2014-01-31 18:14+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Martin Tonek, Joakim Lindskog, Maarten van den Driest <joakim@limewoodmedia.com, maarten@vandendriest.com>\n"
9
  "Language: ru_RU\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
 
 
 
 
 
 
 
 
 
 
19
  #: contact_form.php:33
20
+ #: contact_form.php:659
21
  #, fuzzy
22
+ msgid "Contact Form Settings"
23
  msgstr "Yhteydenottolomakeasetukset"
24
 
25
  #: contact_form.php:33
26
+ msgid "Contact Form"
 
 
 
 
 
27
  msgstr "Yhteydenottolomake"
28
 
29
  #: contact_form.php:80
30
+ #: contact_form.php:977
31
+ #: contact_form.php:1007
32
  msgid "Name:"
33
  msgstr "Nimi:"
34
 
35
  #: contact_form.php:81
36
+ #: contact_form.php:978
37
+ #: contact_form.php:1008
38
  #, fuzzy
39
  msgid "Address:"
40
  msgstr "Sähköposti:"
41
 
42
  #: contact_form.php:82
43
+ #: contact_form.php:979
44
+ #: contact_form.php:1009
45
  msgid "Email Address:"
46
  msgstr "Sähköposti:"
47
 
48
  #: contact_form.php:83
49
+ #: contact_form.php:980
50
+ #: contact_form.php:1010
51
  msgid "Phone number:"
52
  msgstr "Puhelinnumero:"
53
 
54
  #: contact_form.php:84
55
+ #: contact_form.php:981
56
+ #: contact_form.php:1011
57
  msgid "Subject:"
58
  msgstr "Aihe:"
59
 
60
  #: contact_form.php:85
61
+ #: contact_form.php:982
62
+ #: contact_form.php:1012
63
  msgid "Message:"
64
  msgstr "Viesti:"
65
 
66
  #: contact_form.php:86
67
+ #: contact_form.php:983
68
+ #: contact_form.php:1013
69
  msgid "Attachment:"
70
  msgstr "Liite:"
71
 
74
  msgstr ""
75
 
76
  #: contact_form.php:88
77
+ #: contact_form.php:985
78
+ #: contact_form.php:1015
79
  msgid "Send me a copy"
80
  msgstr "Lähetä minulle kopio"
81
 
82
  #: contact_form.php:89
83
+ #: contact_form.php:986
84
+ #: contact_form.php:1016
85
  msgid "Submit"
86
  msgstr "Lähetä"
87
 
138
  msgid "Thank you for contacting us."
139
  msgstr "Kiitos yhteydenotostanne."
140
 
141
+ #: contact_form.php:202
142
  #, fuzzy
143
  msgid "requires"
144
  msgstr "Vaaditut kentät"
145
 
146
+ #: contact_form.php:202
147
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
148
  msgstr ""
149
 
150
+ #: contact_form.php:202
151
  msgid "Back to the WordPress"
152
  msgstr ""
153
 
154
+ #: contact_form.php:202
155
  #, fuzzy
156
  msgid "Plugins page"
157
  msgstr "Плагины BWS"
158
 
159
+ #: contact_form.php:493
160
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
161
  msgstr "Jos 'Ohjaa sivulle' vaihtoehto on valittu, URL-kentän tulisi olla seuraavaa muotoa"
162
 
163
+ #: contact_form.php:502
164
  msgid "Such user does not exist. Settings are not saved."
165
  msgstr "Käyttäjää ei ole olemassa. Asetuksia ei tallennettu."
166
 
167
+ #: contact_form.php:506
168
+ #: contact_form.php:512
169
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
170
  msgstr "Anna toimiva sähköpostiosoite 'Lähettäjä' kenttään. Asetuksia ei tallennettu."
171
 
172
+ #: contact_form.php:517
173
  #, fuzzy
174
  msgid "Settings saved."
175
  msgstr "Asetukset tallennettu."
176
 
177
+ #: contact_form.php:553
178
+ #: contact_form.php:592
179
+ msgid "Wrong license key"
180
+ msgstr ""
181
+
182
+ #: contact_form.php:585
183
+ msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
184
+ msgstr ""
185
+
186
+ #: contact_form.php:594
187
+ msgid "This license key is bind to another site"
188
+ msgstr ""
189
+
190
+ #: contact_form.php:596
191
+ #: contact_form.php:1382
192
+ msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
193
+ msgstr ""
194
+
195
+ #: contact_form.php:614
196
+ msgid "Failed to open the zip archive. Please, upload the plugin manually"
197
+ msgstr ""
198
+
199
+ #: contact_form.php:620
200
+ msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
201
+ msgstr ""
202
+
203
+ #: contact_form.php:624
204
+ #: contact_form.php:633
205
+ msgid "Failed to download the zip archive. Please, upload the plugin manually"
206
+ msgstr ""
207
+
208
+ #: contact_form.php:637
209
+ msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
210
+ msgstr ""
211
+
212
+ #: contact_form.php:652
213
+ #, fuzzy
214
+ msgid "Please, enter Your license key"
215
+ msgstr "Käytä tätä sähköpostiosoitetta:"
216
+
217
+ #: contact_form.php:661
218
  msgid "Notice:"
219
  msgstr ""
220
 
221
+ #: contact_form.php:661
222
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
223
  msgstr ""
224
 
225
+ #: contact_form.php:664
226
+ #: contact_form.php:1990
227
+ #: contact_form.php:2001
 
228
  msgid "Settings"
229
  msgstr "Asetukset"
230
 
231
+ #: contact_form.php:665
 
232
  #, fuzzy
233
  msgid "Extra settings"
234
  msgstr "Asetukset"
235
 
236
+ #: contact_form.php:666
237
+ msgid "Go PRO"
238
+ msgstr ""
239
+
240
+ #: contact_form.php:672
241
+ #: contact_form.php:1341
242
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
243
  msgstr "Jos haluat lisätä yhteydenottolomakkeen sivullesi, kopioi ja liitä tämä shortcode artikkeliin, sivulle tai vimpaimeen."
244
 
245
+ #: contact_form.php:672
246
+ #: contact_form.php:673
247
+ #: contact_form.php:1000
248
+ #: contact_form.php:1049
249
  msgid "or"
250
  msgstr ""
251
 
252
+ #: contact_form.php:673
253
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
254
  msgstr ""
255
 
256
+ #: contact_form.php:674
257
  msgid "They work the same way."
258
  msgstr ""
259
 
260
+ #: contact_form.php:675
261
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
262
  msgstr "Jos jätät kentät tyhjäksi, viestit lähetetään rekisteröinnin yhteydessä määriteltyyn sähköpostiin."
263
 
264
+ #: contact_form.php:679
265
  msgid "The user's email address:"
266
  msgstr "Käyttäjän sähköpostiosoite:"
267
 
268
+ #: contact_form.php:683
269
  msgid "Create a username"
270
  msgstr "Luo käyttäjänimi."
271
 
272
+ #: contact_form.php:688
273
  msgid "Enter a username of the person who should get the messages from the contact form."
274
  msgstr "Syötä käyttäjänimi, jolle viestit lähetetään lomakkeesta."
275
 
276
+ #: contact_form.php:692
277
  msgid "Use this email address:"
278
  msgstr "Käytä tätä sähköpostiosoitetta:"
279
 
280
+ #: contact_form.php:695
281
  msgid "Enter the email address you want the messages forwarded to."
282
  msgstr "Sähköpostiosoite, johon viestit ohjataan."
283
 
284
+ #: contact_form.php:701
285
  msgid "Add department selectbox to the contact form:"
286
  msgstr ""
287
 
288
+ #: contact_form.php:709
289
+ #: contact_form.php:1236
290
  msgid "If you upgrade to Pro version all your settings will be saved."
291
  msgstr ""
292
 
293
+ #: contact_form.php:714
294
+ #: contact_form.php:851
295
+ #: contact_form.php:922
296
+ #: contact_form.php:1086
297
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
298
  msgstr ""
299
 
300
+ #: contact_form.php:715
301
+ #: contact_form.php:852
302
+ #: contact_form.php:923
303
+ #: contact_form.php:1087
304
+ #, fuzzy
305
+ msgid "Contact Form Pro"
306
+ msgstr "Yhteydenottolomake"
307
+
308
+ #: contact_form.php:721
309
  msgid "Save emails to the database"
310
  msgstr ""
311
 
312
+ #: contact_form.php:731
313
+ msgid "Using"
314
+ msgstr ""
315
+
316
+ #: contact_form.php:731
317
+ #: contact_form.php:900
318
+ #: contact_form.php:903
319
+ #: contact_form.php:907
320
+ msgid "powered by"
321
+ msgstr ""
322
+
323
+ #: contact_form.php:734
324
+ #: contact_form.php:738
325
  msgid "Using Contact Form to DB powered by"
326
  msgstr ""
327
 
328
+ #: contact_form.php:734
329
  #, fuzzy
330
  msgid "Activate Contact Form to DB"
331
  msgstr "Yhteydenottolomake"
332
 
333
+ #: contact_form.php:738
334
  #, fuzzy
335
  msgid "Download Contact Form to DB"
336
  msgstr "Yhteydenottolomake"
337
 
338
+ #: contact_form.php:743
339
  msgid "Additional options"
340
  msgstr "Lisäasetukset"
341
 
342
+ #: contact_form.php:745
343
  msgid "Show"
344
  msgstr ""
345
 
346
+ #: contact_form.php:746
347
  msgid "Hide"
348
  msgstr ""
349
 
350
+ #: contact_form.php:750
351
  msgid "What to use?"
352
  msgstr "Mitä käyttää?"
353
 
354
+ #: contact_form.php:753
355
  msgid "Wp-mail"
356
  msgstr "Wp-sähköposti"
357
 
358
+ #: contact_form.php:753
359
  msgid "You can use the wp_mail function for mailing"
360
  msgstr "Voit käyttää wp_mail funktiota sähköpostin lähettämiseen"
361
 
362
+ #: contact_form.php:755
363
  msgid "Mail"
364
  msgstr "Sähköposti"
365
 
366
+ #: contact_form.php:755
367
  msgid "To send mail you can use the php mail function"
368
  msgstr "Voit käyttää php sähköpostifunktiota lähettääksesi sähköpostia"
369
 
370
+ #: contact_form.php:759
371
  #, fuzzy
372
  msgid "The text in the 'From' field"
373
  msgstr "Vaihda teksti 'Lähettäjä'- kentästä"
374
 
375
+ #: contact_form.php:761
376
  msgid "User name"
377
  msgstr ""
378
 
379
+ #: contact_form.php:762
380
  #, fuzzy
381
  msgid "The name of the user who fills the form will be used in the field 'From'."
382
  msgstr "Lomakkeen täyttäjän sähköpostiosoitetta käytetään 'Lähettäjä'- kentässä."
383
 
384
+ #: contact_form.php:765
385
  #, fuzzy
386
  msgid "This text will be used in the 'FROM' field"
387
  msgstr "Tätä sähöpostiosoitetta käytetään 'Lähettäjä'- kentässä."
388
 
389
+ #: contact_form.php:769
390
  #, fuzzy
391
  msgid "The email address in the 'From' field"
392
  msgstr "Syötä sähköpostiosoite 'Lähettäjä'- kenttään"
393
 
394
+ #: contact_form.php:771
395
  msgid "User email"
396
  msgstr ""
397
 
398
+ #: contact_form.php:772
399
  msgid "The email address of the user who fills the form will be used in the field 'From'."
400
  msgstr "Lomakkeen täyttäjän sähköpostiosoitetta käytetään 'Lähettäjä'- kentässä."
401
 
402
+ #: contact_form.php:775
403
  msgid "This email address will be used in the 'From' field."
404
  msgstr "Tätä sähöpostiosoitetta käytetään 'Lähettäjä'- kentässä."
405
 
406
+ #: contact_form.php:779
407
  #, fuzzy
408
  msgid "Required symbol"
409
  msgstr "Vaaditut kentät"
410
 
411
+ #: contact_form.php:789
412
  msgid "Fields"
413
  msgstr ""
414
 
415
+ #: contact_form.php:790
416
  msgid "Used"
417
  msgstr ""
418
 
419
+ #: contact_form.php:791
420
  #, fuzzy
421
  msgid "Required"
422
  msgstr "Vaaditut kentät"
423
 
424
+ #: contact_form.php:792
425
  msgid "Visible"
426
  msgstr ""
427
 
428
+ #: contact_form.php:793
429
  msgid "Disabled for editing"
430
  msgstr ""
431
 
432
+ #: contact_form.php:794
433
  msgid "Field's default value"
434
  msgstr ""
435
 
436
+ #: contact_form.php:799
437
+ #: contact_form.php:1111
438
+ #: contact_form.php:1831
439
+ #: contact_form.php:1861
440
  msgid "Name"
441
  msgstr "Nimi"
442
 
443
+ #: contact_form.php:807
444
+ #: contact_form.php:1116
445
+ #: contact_form.php:1835
446
+ #: contact_form.php:1863
447
  #, fuzzy
448
  msgid "Address"
449
  msgstr "Sähköposti"
450
 
451
+ #: contact_form.php:815
452
  msgid "Email Address"
453
  msgstr "Sähköposti"
454
 
455
+ #: contact_form.php:823
456
  #, fuzzy
457
  msgid "Phone number"
458
  msgstr "Puhelinnumero:"
459
 
460
+ #: contact_form.php:831
461
+ #: contact_form.php:1131
462
+ #: contact_form.php:1845
463
+ #: contact_form.php:1867
464
  msgid "Subject"
465
  msgstr "Aihe"
466
 
467
+ #: contact_form.php:839
468
+ #: contact_form.php:1135
469
+ #: contact_form.php:1848
470
+ #: contact_form.php:1868
471
  msgid "Message"
472
  msgstr "Viesti"
473
 
474
+ #: contact_form.php:857
475
  #, fuzzy
476
  msgid "Attachment block"
477
  msgstr "Näytä liitelaatikko."
478
 
479
+ #: contact_form.php:859
480
  msgid "Users can attach the following file formats"
481
  msgstr "Käyttäjä voi lisätä seuraavia tiedostotyyppejä"
482
 
483
+ #: contact_form.php:873
484
  msgid "Add to the form"
485
  msgstr ""
486
 
487
+ #: contact_form.php:878
488
  #, fuzzy
489
  msgid "Tips below the Attachment"
490
  msgstr "Näytä liitelaatikon allaolevat vinkit."
491
 
492
+ #: contact_form.php:887
493
  #, fuzzy
494
  msgid "'Send me a copy' block"
495
  msgstr "Näytä Lähetä minulle kopio- laatikko"
496
 
497
+ #: contact_form.php:900
498
+ #: contact_form.php:903
499
+ #: contact_form.php:907
500
+ #: contact_form.php:1145
501
  msgid "Captcha"
502
  msgstr ""
503
 
504
+ #: contact_form.php:903
 
 
 
 
 
 
505
  #, fuzzy
506
  msgid "Activate captcha"
507
  msgstr "Aktivoidut lisäosat"
508
 
509
+ #: contact_form.php:907
510
  #, fuzzy
511
  msgid "Download captcha"
512
  msgstr "Lataa"
513
 
514
+ #: contact_form.php:915
515
  msgid "Agreement checkbox"
516
  msgstr ""
517
 
518
+ #: contact_form.php:915
519
  msgid "Required checkbox for submitting the form"
520
  msgstr ""
521
 
522
+ #: contact_form.php:916
523
  msgid "Optional checkbox"
524
  msgstr ""
525
 
526
+ #: contact_form.php:916
527
  msgid "Optional checkbox, the results of which will be displayed in email"
528
  msgstr ""
529
 
530
+ #: contact_form.php:927
531
  msgid "Delete an attachment file from the server after the email is sent"
532
  msgstr ""
533
 
534
+ #: contact_form.php:933
535
  msgid "Email in HTML format sending"
536
  msgstr ""
537
 
538
+ #: contact_form.php:937
539
  msgid "Display additional info in the email"
540
  msgstr "Näytä lisätietoa sähköpostissa"
541
 
542
+ #: contact_form.php:942
543
+ #: contact_form.php:1798
544
+ #: contact_form.php:1800
545
  msgid "Sent from (ip address)"
546
  msgstr "Lähetetty osoitteesta (ip-osoite)"
547
 
548
+ #: contact_form.php:942
549
  #, fuzzy
550
  msgid "Example: Sent from (IP address):\t127.0.0.1"
551
  msgstr "Lähetetty osoitteesta (ip-osoite)"
552
 
553
+ #: contact_form.php:943
554
+ #: contact_form.php:1804
555
+ #: contact_form.php:1806
556
  msgid "Date/Time"
557
  msgstr "Päivä/Aika"
558
 
559
+ #: contact_form.php:943
560
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
561
  msgstr ""
562
 
563
+ #: contact_form.php:944
564
+ #: contact_form.php:1810
565
+ #: contact_form.php:1812
566
  msgid "Sent from (referer)"
567
  msgstr "Lähetetty (referer)"
568
 
569
+ #: contact_form.php:944
570
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
571
  msgstr ""
572
 
573
+ #: contact_form.php:945
574
+ #: contact_form.php:1816
575
+ #: contact_form.php:1818
576
  msgid "Using (user agent)"
577
  msgstr "Käytetään (user agent)"
578
 
579
+ #: contact_form.php:945
580
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
581
  msgstr ""
582
 
583
+ #: contact_form.php:949
584
  msgid "Language settings for the field names in the form"
585
  msgstr "Kieliasetukset kenttien nimille lomakkeessa"
586
 
587
+ #: contact_form.php:958
588
  msgid "Add a language"
589
  msgstr "Lisää kieli"
590
 
591
+ #: contact_form.php:962
592
  msgid "Change the names of the contact form fields and error messages"
593
  msgstr ""
594
 
595
+ #: contact_form.php:967
596
+ #: contact_form.php:1040
597
  msgid "English"
598
  msgstr "Englanti"
599
 
600
+ #: contact_form.php:975
601
+ #: contact_form.php:1005
602
+ msgid "click to expand/hide the list"
603
+ msgstr ""
604
+
605
+ #: contact_form.php:984
606
+ #: contact_form.php:1014
607
  #, fuzzy
608
  msgid "Tips below the Attachment block"
609
  msgstr "Näytä liitelaatikon allaolevat vinkit."
610
 
611
+ #: contact_form.php:987
612
+ #: contact_form.php:1017
613
  msgid "Error message for the Name field"
614
  msgstr "Virheilmoitus nimikentälle"
615
 
616
+ #: contact_form.php:988
617
+ #: contact_form.php:1018
618
  #, fuzzy
619
  msgid "Error message for the Address field"
620
  msgstr "Virheilmoitus viestikentälle"
621
 
622
+ #: contact_form.php:989
623
+ #: contact_form.php:1019
624
  msgid "Error message for the Email field"
625
  msgstr "Virheilmoitus sähköpostikentälle"
626
 
627
+ #: contact_form.php:990
628
+ #: contact_form.php:1020
629
  msgid "Error message for the Phone field"
630
  msgstr "Virheilmoitus puhelinnumerokentälle"
631
 
632
+ #: contact_form.php:991
633
+ #: contact_form.php:1021
634
  msgid "Error message for the Subject field"
635
  msgstr "Virheilmoitus aihekentälle"
636
 
637
+ #: contact_form.php:992
638
+ #: contact_form.php:1022
639
  msgid "Error message for the Message field"
640
  msgstr "Virheilmoitus viestikentälle"
641
 
642
+ #: contact_form.php:993
643
+ #: contact_form.php:1023
644
  #, fuzzy
645
  msgid "Error message about the file type for the Attachment field"
646
  msgstr "Virheilmoitus liitekentälle"
647
 
648
+ #: contact_form.php:994
649
+ #: contact_form.php:1024
650
  #, fuzzy
651
  msgid "Error message while uploading a file for the Attachment field to the server"
652
  msgstr "Virheilmoitus liitekentälle"
653
 
654
+ #: contact_form.php:995
655
+ #: contact_form.php:1025
656
  #, fuzzy
657
  msgid "Error message while moving the file for the Attachment field"
658
  msgstr "Virheilmoitus liitekentälle"
659
 
660
+ #: contact_form.php:996
661
+ #: contact_form.php:1026
662
  #, fuzzy
663
  msgid "Error message when file size limit for the Attachment field is exceeded"
664
  msgstr "Virheilmoitus liitekentälle"
665
 
666
+ #: contact_form.php:997
667
+ #: contact_form.php:1027
668
  msgid "Error message for the Captcha field"
669
  msgstr "Virheilmoitus CAPTCHA:lle"
670
 
671
+ #: contact_form.php:998
672
+ #: contact_form.php:1028
673
  msgid "Error message for the whole form"
674
  msgstr "Virheilmoitus koko lomakkeelle"
675
 
676
+ #: contact_form.php:1000
677
+ #: contact_form.php:1030
678
+ #: contact_form.php:1049
679
+ #: contact_form.php:1055
680
  msgid "Use shortcode"
681
  msgstr "Käytä shortcodea"
682
 
683
+ #: contact_form.php:1000
684
+ #: contact_form.php:1030
685
+ #: contact_form.php:1049
686
+ #: contact_form.php:1055
687
  msgid "for this language"
688
  msgstr "tälle kielelle"
689
 
690
+ #: contact_form.php:1037
691
  msgid "Action after email is sent"
692
  msgstr "Toiminta sähköpostin lähetyksen jälkeen"
693
 
694
+ #: contact_form.php:1039
695
  msgid "Display text"
696
  msgstr "Näytä teksti"
697
 
698
+ #: contact_form.php:1048
699
+ #: contact_form.php:1054
700
  msgid "Text"
701
  msgstr "Teksti"
702
 
703
+ #: contact_form.php:1061
704
  msgid "Redirect to the page"
705
  msgstr "Ohjaa sivulle"
706
 
707
+ #: contact_form.php:1062
708
  msgid "Url"
709
  msgstr "Url"
710
 
711
+ #: contact_form.php:1067
712
+ #: contact_form.php:1242
713
  msgid "Save Changes"
714
  msgstr "Tallenna muutokset"
715
 
716
+ #: contact_form.php:1072
717
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
718
  msgstr ""
719
 
720
+ #: contact_form.php:1073
721
  #, fuzzy
722
  msgid "Rate the plugin"
723
  msgstr "Suositellut lisäosat"
724
 
725
+ #: contact_form.php:1076
726
  #, fuzzy
727
  msgid "If there is something wrong about it, please contact us"
728
  msgstr "Jos sinulla on kysyttävää, ota yhteyttä osoitteeseen plugin@bestwebsoft.com tai täytä yhteydenottolomake sivuillamme."
729
 
730
+ #: contact_form.php:1091
 
 
 
 
 
731
  msgid "Errors output"
732
  msgstr ""
733
 
734
+ #: contact_form.php:1094
735
  msgid "Display error messages"
736
  msgstr ""
737
 
738
+ #: contact_form.php:1095
739
  msgid "Color of the input field errors."
740
  msgstr ""
741
 
742
+ #: contact_form.php:1096
743
  #, fuzzy
744
  msgid "Display error messages & color of the input field errors"
745
  msgstr "Virheilmoitus aihekentälle"
746
 
747
+ #: contact_form.php:1101
748
  msgid "Add placeholder to the input blocks"
749
  msgstr ""
750
 
751
+ #: contact_form.php:1107
752
  #, fuzzy
753
  msgid "Add tooltips"
754
  msgstr "Lisäasetukset"
755
 
756
+ #: contact_form.php:1121
757
  #, fuzzy
758
  msgid "Email address"
759
  msgstr "Sähköposti"
760
 
761
+ #: contact_form.php:1126
762
  #, fuzzy
763
  msgid "Phone Number"
764
  msgstr "Puhelinnumero:"
765
 
766
+ #: contact_form.php:1140
767
  #, fuzzy
768
  msgid "Attachment"
769
  msgstr "Liite:"
770
 
771
+ #: contact_form.php:1145
772
  msgid "(powered by bestwebsoft.com)"
773
  msgstr ""
774
 
775
+ #: contact_form.php:1150
776
  #, fuzzy
777
  msgid "Style options"
778
  msgstr "Lisäasetukset"
779
 
780
+ #: contact_form.php:1153
781
  msgid "Text color"
782
  msgstr ""
783
 
784
+ #: contact_form.php:1156
785
+ #: contact_form.php:1161
786
+ #: contact_form.php:1171
787
+ #: contact_form.php:1176
788
+ #: contact_form.php:1181
789
+ #: contact_form.php:1186
790
+ #: contact_form.php:1196
791
+ #: contact_form.php:1201
792
+ #: contact_form.php:1207
793
+ #: contact_form.php:1218
794
+ #: contact_form.php:1223
795
+ #: contact_form.php:1228
796
  msgid "Default"
797
  msgstr ""
798
 
799
+ #: contact_form.php:1158
800
  msgid "Label text color"
801
  msgstr ""
802
 
803
+ #: contact_form.php:1163
804
  msgid "Placeholder color"
805
  msgstr ""
806
 
807
+ #: contact_form.php:1168
808
  msgid "Errors color"
809
  msgstr ""
810
 
811
+ #: contact_form.php:1173
812
  msgid "Error text color"
813
  msgstr ""
814
 
815
+ #: contact_form.php:1178
816
  msgid "Background color of the input field errors"
817
  msgstr ""
818
 
819
+ #: contact_form.php:1183
820
  msgid "Border color of the input field errors"
821
  msgstr ""
822
 
823
+ #: contact_form.php:1188
824
  msgid "Placeholder color of the input field errors"
825
  msgstr ""
826
 
827
+ #: contact_form.php:1193
828
  msgid "Input fields"
829
  msgstr ""
830
 
831
+ #: contact_form.php:1198
832
  msgid "Input fields background color"
833
  msgstr ""
834
 
835
+ #: contact_form.php:1203
836
  msgid "Text fields color"
837
  msgstr ""
838
 
839
+ #: contact_form.php:1205
840
  msgid "Border width in px, numbers only"
841
  msgstr ""
842
 
843
+ #: contact_form.php:1209
844
+ #: contact_form.php:1230
845
  msgid "Border color"
846
  msgstr ""
847
 
848
+ #: contact_form.php:1214
849
  #, fuzzy
850
  msgid "Submit button"
851
  msgstr "Lähetä"
852
 
853
+ #: contact_form.php:1216
854
  msgid "Width in px, numbers only"
855
  msgstr ""
856
 
857
+ #: contact_form.php:1220
858
  msgid "Button color"
859
  msgstr ""
860
 
861
+ #: contact_form.php:1225
862
  msgid "Button text color"
863
  msgstr ""
864
 
865
+ #: contact_form.php:1246
866
  #, fuzzy
867
  msgid "Contact Form Pro | Preview"
868
  msgstr "Yhteydenottolomake"
869
 
870
+ #: contact_form.php:1249
871
  msgid "Show with errors"
872
  msgstr ""
873
 
874
+ #: contact_form.php:1257
875
+ #: contact_form.php:1259
876
  msgid "Please enter your full name..."
877
  msgstr ""
878
 
879
+ #: contact_form.php:1270
880
+ #: contact_form.php:1272
881
  msgid "Please enter your address..."
882
  msgstr ""
883
 
884
+ #: contact_form.php:1281
885
+ #: contact_form.php:1283
886
  #, fuzzy
887
  msgid "Please enter your email address..."
888
  msgstr "Käytä tätä sähköpostiosoitetta:"
889
 
890
+ #: contact_form.php:1292
891
+ #: contact_form.php:1294
892
  msgid "Please enter your phone number..."
893
  msgstr ""
894
 
895
+ #: contact_form.php:1303
896
+ #: contact_form.php:1305
897
  msgid "Please enter subject..."
898
  msgstr ""
899
 
900
+ #: contact_form.php:1313
901
+ #: contact_form.php:1315
902
  msgid "Please enter your message..."
903
  msgstr ""
904
 
905
+ #: contact_form.php:1357
906
+ msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
907
+ msgstr ""
908
+
909
+ #: contact_form.php:1359
910
+ msgid "Please, go to"
911
+ msgstr ""
912
+
913
+ #: contact_form.php:1359
914
+ #, fuzzy
915
+ msgid "the setting page"
916
+ msgstr "Asetukset"
917
+
918
+ #: contact_form.php:1360
919
+ msgid "You will be redirected automatically in 5 seconds."
920
+ msgstr ""
921
+
922
+ #: contact_form.php:1365
923
+ msgid "You can download and activate"
924
+ msgstr ""
925
+
926
+ #: contact_form.php:1367
927
+ msgid "version of this plugin by entering Your license key."
928
+ msgstr ""
929
+
930
+ #: contact_form.php:1369
931
+ msgid "You can find your license key on your personal page Client area, by clicking on the link"
932
+ msgstr ""
933
+
934
+ #: contact_form.php:1371
935
+ msgid "(your username is the email you specify when purchasing the product)."
936
+ msgstr ""
937
+
938
+ #: contact_form.php:1379
939
+ #: contact_form.php:1389
940
+ msgid "Go!"
941
+ msgstr ""
942
+
943
+ #: contact_form.php:1439
944
  msgid "Sorry, email message could not be delivered."
945
  msgstr "Anteeksi, sähköpostiviestiä ei voitu lähettää."
946
 
947
+ #: contact_form.php:1825
948
  msgid "Contact from"
949
  msgstr "Yhteydenottolomake"
950
 
951
+ #: contact_form.php:1838
952
+ #: contact_form.php:1864
953
  msgid "Email"
954
  msgstr "Sähköposti"
955
 
956
+ #: contact_form.php:1842
957
+ #: contact_form.php:1866
958
  msgid "Phone"
959
  msgstr "Puhelinnumero"
960
 
961
+ #: contact_form.php:1851
962
+ #: contact_form.php:1869
963
  msgid "Site"
964
  msgstr "Sivu"
965
 
966
+ #: contact_form.php:1932
967
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
968
  msgstr "Jos näet tämän MIME:n, sen tyyppi ei ole tuettu sähköpostiohjelmassasi."
969
 
970
+ #: contact_form.php:2002
971
  msgid "FAQ"
972
  msgstr "FAQ"
973
 
974
+ #: contact_form.php:2003
975
  msgid "Support"
976
  msgstr "Tuki"
977
 
978
+ #: contact_form.php:2061
979
  msgid "Are you sure that you want to delete this language data?"
980
  msgstr "Oletko varma että haluat poistaa kielitiedot?"
981
 
982
+ #, fuzzy
983
+ #~ msgid "Contact Form Pro Extra Settings"
984
+ #~ msgstr "Yhteydenottolomakeasetukset"
985
+
986
+ #, fuzzy
987
+ #~ msgid "Contact Form Pro | Extra Settings"
988
+ #~ msgstr "Yhteydenottolomakeasetukset"
989
+
990
  #, fuzzy
991
  #~ msgid "Display fields"
992
  #~ msgstr "Näytä teksti"
languages/contact_form-fr_FR.mo CHANGED
Binary file
languages/contact_form-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-12-26 10:53+0300\n"
6
- "PO-Revision-Date: 2013-12-26 10:54+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
@@ -19,66 +19,54 @@ msgstr ""
19
  "X-Poedit-Country: FRANCE\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
- #: contact_form.php:32
23
- #: contact_form.php:538
24
  msgid "Contact Form Settings"
25
  msgstr "Options du formulaire de Contact"
26
 
27
- #: contact_form.php:32
28
  msgid "Contact Form"
29
  msgstr "Formulaire de contact"
30
 
31
- #: contact_form.php:33
32
- msgid "Contact Form Pro Extra Settings"
33
- msgstr "Options supplémentaires de la version Pro pour le formulaire de Contact"
34
-
35
- #: contact_form.php:33
36
- #: contact_form.php:592
37
- #: contact_form.php:729
38
- #: contact_form.php:800
39
- #: contact_form.php:982
40
- msgid "Contact Form Pro"
41
- msgstr "Formulaire Pro de Contact"
42
-
43
  #: contact_form.php:80
44
- #: contact_form.php:854
45
- #: contact_form.php:884
46
  msgid "Name:"
47
  msgstr "Nom:"
48
 
49
  #: contact_form.php:81
50
- #: contact_form.php:855
51
- #: contact_form.php:885
52
  msgid "Address:"
53
  msgstr "Adresse :"
54
 
55
  #: contact_form.php:82
56
- #: contact_form.php:856
57
- #: contact_form.php:886
58
  msgid "Email Address:"
59
  msgstr "Adresse e-mail:"
60
 
61
  #: contact_form.php:83
62
- #: contact_form.php:857
63
- #: contact_form.php:887
64
  msgid "Phone number:"
65
  msgstr "Téléphone:"
66
 
67
  #: contact_form.php:84
68
- #: contact_form.php:858
69
- #: contact_form.php:888
70
  msgid "Subject:"
71
  msgstr "Sujet:"
72
 
73
  #: contact_form.php:85
74
- #: contact_form.php:859
75
- #: contact_form.php:889
76
  msgid "Message:"
77
  msgstr "Message:"
78
 
79
  #: contact_form.php:86
80
- #: contact_form.php:860
81
- #: contact_form.php:890
82
  msgid "Attachment:"
83
  msgstr "Pièce jointe:"
84
 
@@ -87,14 +75,14 @@ msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI,
87
  msgstr "Types de fichiers autorisés: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Taille maximum 2MB"
88
 
89
  #: contact_form.php:88
90
- #: contact_form.php:862
91
- #: contact_form.php:892
92
  msgid "Send me a copy"
93
  msgstr "M'envoyer une copie"
94
 
95
  #: contact_form.php:89
96
- #: contact_form.php:863
97
- #: contact_form.php:893
98
  msgid "Submit"
99
  msgstr "Envoyer"
100
 
@@ -150,717 +138,816 @@ msgstr "Merci de faire les corrections suivantes et de réessayer."
150
  msgid "Thank you for contacting us."
151
  msgstr "Merci de nous avoir contacté."
152
 
153
- #: contact_form.php:203
154
  msgid "requires"
155
  msgstr "obligatoire"
156
 
157
- #: contact_form.php:203
158
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
159
  msgstr "ou supérieure, c'est pourquoi il a été désactivé! Merci de faire la mise à jour de WordPress puis de ré-essayer."
160
 
161
- #: contact_form.php:203
162
  msgid "Back to the WordPress"
163
  msgstr "Retourner à WordPress"
164
 
165
- #: contact_form.php:203
166
  msgid "Plugins page"
167
  msgstr "Page des extensions"
168
 
169
- #: contact_form.php:494
170
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
171
  msgstr "Si l'ioption 'Rediriger vers la page' est positionnée, alors le champ Url doit être rempli avec le format suivant"
172
 
173
- #: contact_form.php:503
174
  msgid "Such user does not exist. Settings are not saved."
175
  msgstr "Cet utilisateur est inconnu. Les modifications ne sont pas enregistrées."
176
 
177
- #: contact_form.php:507
178
- #: contact_form.php:513
179
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
180
  msgstr "Merci de saisir une adresse e-mail valide pour le 'FROM'. Les modifications ne sont pas enregistrées."
181
 
182
- #: contact_form.php:518
183
  msgid "Settings saved."
184
  msgstr "Options enregistrées."
185
 
186
- #: contact_form.php:540
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
187
  msgid "Notice:"
188
  msgstr "Avertissement :"
189
 
190
- #: contact_form.php:540
191
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
192
  msgstr "Les paramètres de l'extension ont été changés. Afin de pouvoir les enregistrer, merci de cliquer sur le bouton 'Enregistrer les modifications'."
193
 
194
- #: contact_form.php:543
195
- #: contact_form.php:973
196
- #: contact_form.php:1838
197
- #: contact_form.php:1849
198
  msgid "Settings"
199
  msgstr "Réglages"
200
 
201
- #: contact_form.php:544
202
- #: contact_form.php:974
203
  msgid "Extra settings"
204
  msgstr "Options supplémentaires"
205
 
206
- #: contact_form.php:549
207
- #: contact_form.php:1236
 
 
 
 
208
  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:"
209
  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:"
210
 
211
- #: contact_form.php:549
212
- #: contact_form.php:550
213
- #: contact_form.php:877
214
- #: contact_form.php:926
215
  msgid "or"
216
  msgstr "ou"
217
 
218
- #: contact_form.php:550
219
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
220
  msgstr "Si vous avez un soucis avec le code court standard [contact_form], vous pouvez utilisez le code court "
221
 
222
- #: contact_form.php:551
223
  msgid "They work the same way."
224
  msgstr "Ils fonctionnent de la même manière."
225
 
226
- #: contact_form.php:552
227
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
228
  msgstr "Si les champs ci-dessous ne sont pas renseignés le message sera envoyé à l'adresse spécifiée lors de l'enregistrement."
229
 
230
- #: contact_form.php:556
231
  msgid "The user's email address:"
232
  msgstr "Utiliser l'e-mail du compte WordPress :"
233
 
234
- #: contact_form.php:560
235
  msgid "Create a username"
236
  msgstr "Choisir un nom d'utilisateur"
237
 
238
- #: contact_form.php:565
239
  msgid "Enter a username of the person who should get the messages from the contact form."
240
  msgstr "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le formulaire de contact."
241
 
242
- #: contact_form.php:569
243
  msgid "Use this email address:"
244
  msgstr "Utiliser cette adresse e-mail:"
245
 
246
- #: contact_form.php:572
247
  msgid "Enter the email address you want the messages forwarded to."
248
  msgstr "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages."
249
 
250
- #: contact_form.php:578
251
  msgid "Add department selectbox to the contact form:"
252
  msgstr "Ajouter la liste déroulante pour le département dans le formulaire de contact :"
253
 
254
- #: contact_form.php:586
255
- #: contact_form.php:1131
256
  msgid "If you upgrade to Pro version all your settings will be saved."
257
  msgstr "Si vous passez à la version Pro, tous ces paramètres seront enregistrés."
258
 
259
- #: contact_form.php:591
260
- #: contact_form.php:728
261
- #: contact_form.php:799
262
- #: contact_form.php:981
263
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
264
  msgstr "Cette fonctionalité est disponible dans le version Pro de cette extension. Pour plus de détails, merci de suivre ce lien"
265
 
266
- #: contact_form.php:598
 
 
 
 
 
 
 
267
  msgid "Save emails to the database"
268
  msgstr "Enregistrer les e-mails dans la base de données"
269
 
270
- #: contact_form.php:608
271
- #: contact_form.php:611
272
- #: contact_form.php:615
 
 
 
 
 
 
 
 
 
 
273
  msgid "Using Contact Form to DB powered by"
274
  msgstr "Utilisant le formulaire de contact avec base de données fourni par"
275
 
276
- #: contact_form.php:611
277
  msgid "Activate Contact Form to DB"
278
  msgstr "Activer le formulaire de contact avec base de données"
279
 
280
- #: contact_form.php:615
281
  msgid "Download Contact Form to DB"
282
  msgstr "Télécharger le formulaire de contact avec base de données"
283
 
284
- #: contact_form.php:620
285
  msgid "Additional options"
286
  msgstr "Options supplémentaires"
287
 
288
- #: contact_form.php:622
289
  msgid "Show"
290
  msgstr "Montrer"
291
 
292
- #: contact_form.php:623
293
  msgid "Hide"
294
  msgstr "Cacher"
295
 
296
- #: contact_form.php:627
297
  msgid "What to use?"
298
  msgstr "Quelle méthode d'envoie ?"
299
 
300
- #: contact_form.php:630
301
  msgid "Wp-mail"
302
  msgstr "Wp-mail"
303
 
304
- #: contact_form.php:630
305
  msgid "You can use the wp_mail function for mailing"
306
  msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction wp_mail de WordPress "
307
 
308
- #: contact_form.php:632
309
  msgid "Mail"
310
  msgstr "E-mail"
311
 
312
- #: contact_form.php:632
313
  msgid "To send mail you can use the php mail function"
314
  msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction mail de php"
315
 
316
- #: contact_form.php:636
317
  msgid "The text in the 'From' field"
318
  msgstr "Modifier le texte pour le champ 'FROM' du courriel"
319
 
320
- #: contact_form.php:638
321
  msgid "User name"
322
  msgstr "Nom de l'utlisateur"
323
 
324
- #: contact_form.php:639
325
  msgid "The name of the user who fills the form will be used in the field 'From'."
326
  msgstr "Dans le champ 'From' du courriel, il sera utilisé l'adresse e-mail de l'utlisateur qui rempli le formulaire."
327
 
328
- #: contact_form.php:642
329
  msgid "This text will be used in the 'FROM' field"
330
  msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
331
 
332
- #: contact_form.php:646
333
  msgid "The email address in the 'From' field"
334
  msgstr "Sélectionner l'adresse e-mail pour le champ 'FROM' du courriel"
335
 
336
- #: contact_form.php:648
337
  msgid "User email"
338
  msgstr "E-mail de l'utlisateur"
339
 
340
- #: contact_form.php:649
341
  msgid "The email address of the user who fills the form will be used in the field 'From'."
342
  msgstr "Dans le champ 'From' du courriel, il sera utilisé l'adresse e-mail de l'utlisateur qui rempli le formulaire."
343
 
344
- #: contact_form.php:652
345
  msgid "This email address will be used in the 'From' field."
346
  msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
347
 
348
- #: contact_form.php:656
349
  msgid "Required symbol"
350
  msgstr "Symbol obligatoire"
351
 
352
- #: contact_form.php:666
353
  msgid "Fields"
354
  msgstr "Champs"
355
 
356
- #: contact_form.php:667
357
  msgid "Used"
358
  msgstr "Utilisé"
359
 
360
- #: contact_form.php:668
361
  msgid "Required"
362
  msgstr "Obligatoire"
363
 
364
- #: contact_form.php:669
365
  msgid "Visible"
366
  msgstr "Visible"
367
 
368
- #: contact_form.php:670
369
  msgid "Disabled for editing"
370
  msgstr "Non actif pour l'édition"
371
 
372
- #: contact_form.php:671
373
  msgid "Field's default value"
374
  msgstr "Valeur par défaut du champ"
375
 
376
- #: contact_form.php:676
377
- #: contact_form.php:1006
378
- #: contact_form.php:1679
379
- #: contact_form.php:1709
380
  msgid "Name"
381
  msgstr "Nom"
382
 
383
- #: contact_form.php:684
384
- #: contact_form.php:1011
385
- #: contact_form.php:1683
386
- #: contact_form.php:1711
387
  msgid "Address"
388
  msgstr "Adresse"
389
 
390
- #: contact_form.php:692
391
  msgid "Email Address"
392
  msgstr "Adresse e-mail"
393
 
394
- #: contact_form.php:700
395
  msgid "Phone number"
396
  msgstr "Téléphone"
397
 
398
- #: contact_form.php:708
399
- #: contact_form.php:1026
400
- #: contact_form.php:1693
401
- #: contact_form.php:1715
402
  msgid "Subject"
403
  msgstr "Sujet"
404
 
405
- #: contact_form.php:716
406
- #: contact_form.php:1030
407
- #: contact_form.php:1696
408
- #: contact_form.php:1716
409
  msgid "Message"
410
  msgstr "Message"
411
 
412
- #: contact_form.php:734
413
  msgid "Attachment block"
414
  msgstr "Bloc pièce jointe"
415
 
416
- #: contact_form.php:736
417
  msgid "Users can attach the following file formats"
418
  msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
419
 
420
- #: contact_form.php:750
421
  msgid "Add to the form"
422
  msgstr "Ajouter au formulaire"
423
 
424
- #: contact_form.php:755
425
  msgid "Tips below the Attachment"
426
  msgstr "Afficher les explications en-dessous du bloc des pièces jointes"
427
 
428
- #: contact_form.php:764
429
  msgid "'Send me a copy' block"
430
  msgstr "Afficher le bloc \"M'envoyer une copie\""
431
 
432
- #: contact_form.php:777
433
- #: contact_form.php:780
434
- #: contact_form.php:784
435
- #: contact_form.php:1040
436
  msgid "Captcha"
437
  msgstr "Captcha"
438
 
439
- #: contact_form.php:777
440
- #: contact_form.php:780
441
- #: contact_form.php:784
442
- msgid "powered by"
443
- msgstr "fournis par"
444
-
445
- #: contact_form.php:780
446
  msgid "Activate captcha"
447
  msgstr "Activé le captcha"
448
 
449
- #: contact_form.php:784
450
  msgid "Download captcha"
451
  msgstr "Télécharger le captcha"
452
 
453
- #: contact_form.php:792
454
  msgid "Agreement checkbox"
455
  msgstr "Case à cocher pour valider le formulaire"
456
 
457
- #: contact_form.php:792
458
  msgid "Required checkbox for submitting the form"
459
  msgstr "Boite à cocher obligatoire pour la validation du formulaire."
460
 
461
- #: contact_form.php:793
462
  msgid "Optional checkbox"
463
  msgstr "Boite à cocher optionnelle"
464
 
465
- #: contact_form.php:793
466
  msgid "Optional checkbox, the results of which will be displayed in email"
467
  msgstr "Boite à cocher optionnelle, le résultat sera affiché dans l'e-mail"
468
 
469
- #: contact_form.php:804
470
  msgid "Delete an attachment file from the server after the email is sent"
471
  msgstr "Supprimer le fichier joint sur le serveur après l'envoie de l'e-mail"
472
 
473
- #: contact_form.php:810
474
  msgid "Email in HTML format sending"
475
  msgstr "E-mail au format HTML"
476
 
477
- #: contact_form.php:814
478
  msgid "Display additional info in the email"
479
  msgstr "Afficher les informations complémentaires dans le courriel"
480
 
481
- #: contact_form.php:819
482
- #: contact_form.php:1646
483
- #: contact_form.php:1648
484
  msgid "Sent from (ip address)"
485
  msgstr "Envoyé de (adresse IP)"
486
 
487
- #: contact_form.php:819
488
  msgid "Example: Sent from (IP address):\t127.0.0.1"
489
  msgstr "Exemple: Envoyé de (addresse IP):\t127.0.0.1"
490
 
491
- #: contact_form.php:820
492
- #: contact_form.php:1652
493
- #: contact_form.php:1654
494
  msgid "Date/Time"
495
  msgstr "Date/Heure"
496
 
497
- #: contact_form.php:820
498
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
499
  msgstr "Exemple: Date/Heure:\tAoût 19, 2013 8:50pm"
500
 
501
- #: contact_form.php:821
502
- #: contact_form.php:1658
503
- #: contact_form.php:1660
504
  msgid "Sent from (referer)"
505
  msgstr "Envoyer de (référence)"
506
 
507
- #: contact_form.php:821
508
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
509
  msgstr "Exemple: Envoyer de (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
510
 
511
- #: contact_form.php:822
512
- #: contact_form.php:1664
513
- #: contact_form.php:1666
514
  msgid "Using (user agent)"
515
  msgstr "Depuis (navigateur)"
516
 
517
- #: contact_form.php:822
518
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
519
  msgstr "Exemple: En utilisant (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
520
 
521
- #: contact_form.php:826
522
  msgid "Language settings for the field names in the form"
523
  msgstr "Définition des langues pour les titres des champs"
524
 
525
- #: contact_form.php:835
526
  msgid "Add a language"
527
  msgstr "Ajouter une langue"
528
 
529
- #: contact_form.php:839
530
  msgid "Change the names of the contact form fields and error messages"
531
  msgstr "Modifier le texte pour les champs du formulaire de contact et les messages d'erreur"
532
 
533
- #: contact_form.php:844
534
- #: contact_form.php:917
535
  msgid "English"
536
  msgstr "Anglais"
537
 
538
- #: contact_form.php:861
539
- #: contact_form.php:891
 
 
 
 
 
540
  msgid "Tips below the Attachment block"
541
  msgstr "Afficher les explications en-dessous du bloc des pièces jointes"
542
 
543
- #: contact_form.php:864
544
- #: contact_form.php:894
545
  msgid "Error message for the Name field"
546
  msgstr "Message d'erreur pour le champ nom"
547
 
548
- #: contact_form.php:865
549
- #: contact_form.php:895
550
  msgid "Error message for the Address field"
551
  msgstr "Message d'erreur pour le champ Adresse"
552
 
553
- #: contact_form.php:866
554
- #: contact_form.php:896
555
  msgid "Error message for the Email field"
556
  msgstr "Message d'erreur pour le champ e-mail"
557
 
558
- #: contact_form.php:867
559
- #: contact_form.php:897
560
  msgid "Error message for the Phone field"
561
  msgstr "Message d'erreur pour le champ téléphone"
562
 
563
- #: contact_form.php:868
564
- #: contact_form.php:898
565
  msgid "Error message for the Subject field"
566
  msgstr "Message d'erreur pour le champ sujet"
567
 
568
- #: contact_form.php:869
569
- #: contact_form.php:899
570
  msgid "Error message for the Message field"
571
  msgstr "Message d'erreur pour le champ message"
572
 
573
- #: contact_form.php:870
574
- #: contact_form.php:900
575
  msgid "Error message about the file type for the Attachment field"
576
  msgstr "Message d'erreur pour le champ fichier joint (type du fichier)"
577
 
578
- #: contact_form.php:871
579
- #: contact_form.php:901
580
  msgid "Error message while uploading a file for the Attachment field to the server"
581
  msgstr "Message d'erreur pour le champ fichier joint (problème d'envoie vers le serveur)"
582
 
583
- #: contact_form.php:872
584
- #: contact_form.php:902
585
  msgid "Error message while moving the file for the Attachment field"
586
  msgstr "Message d'erreur pour le champ fichier joint (déplacement du fichier)"
587
 
588
- #: contact_form.php:873
589
- #: contact_form.php:903
590
  msgid "Error message when file size limit for the Attachment field is exceeded"
591
  msgstr "Message d'erreur pour le champ fichier joint (taille limite du fichier atteinte)"
592
 
593
- #: contact_form.php:874
594
- #: contact_form.php:904
595
  msgid "Error message for the Captcha field"
596
  msgstr "Message d'erreur pour le captcha"
597
 
598
- #: contact_form.php:875
599
- #: contact_form.php:905
600
  msgid "Error message for the whole form"
601
  msgstr "Message d'erreur demandant à compléter les champs manquants"
602
 
603
- #: contact_form.php:877
604
- #: contact_form.php:907
605
- #: contact_form.php:926
606
- #: contact_form.php:932
607
  msgid "Use shortcode"
608
  msgstr "Utiliser le code court"
609
 
610
- #: contact_form.php:877
611
- #: contact_form.php:907
612
- #: contact_form.php:926
613
- #: contact_form.php:932
614
  msgid "for this language"
615
  msgstr "pour cette langue"
616
 
617
- #: contact_form.php:914
618
  msgid "Action after email is sent"
619
  msgstr "Action après l'envoie de l'e-mail"
620
 
621
- #: contact_form.php:916
622
  msgid "Display text"
623
  msgstr "Afficher le texte"
624
 
625
- #: contact_form.php:925
626
- #: contact_form.php:931
627
  msgid "Text"
628
  msgstr "Texte"
629
 
630
- #: contact_form.php:938
631
  msgid "Redirect to the page"
632
  msgstr "Rediriger vers la page"
633
 
634
- #: contact_form.php:939
635
  msgid "Url"
636
  msgstr "Url"
637
 
638
- #: contact_form.php:944
639
- #: contact_form.php:1137
640
  msgid "Save Changes"
641
  msgstr "Enregistrer les modifications"
642
 
643
- #: contact_form.php:950
644
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
645
  msgstr "Si notre extension vous satisfait, merci de la notée avec 5 étoiles dans Wordpress"
646
 
647
- #: contact_form.php:951
648
  msgid "Rate the plugin"
649
  msgstr "Noter l'extension"
650
 
651
- #: contact_form.php:954
652
  msgid "If there is something wrong about it, please contact us"
653
  msgstr "Si quelque chose ne fonctionne pas correctement, merci de nous contacter"
654
 
655
- #: contact_form.php:971
656
- msgid "Contact Form Pro | Extra Settings"
657
- msgstr "Formulaire Pro de Contact | Options supplémentaires"
658
-
659
- #: contact_form.php:986
660
  msgid "Errors output"
661
  msgstr "Affichage des erreurs"
662
 
663
- #: contact_form.php:989
664
  msgid "Display error messages"
665
  msgstr "Aficher les messages d'erreur"
666
 
667
- #: contact_form.php:990
668
  msgid "Color of the input field errors."
669
  msgstr "Mettre en couleur les champs ayant des erreurs"
670
 
671
- #: contact_form.php:991
672
  msgid "Display error messages & color of the input field errors"
673
  msgstr "Afficher les messages d'erreur et mettre en couleur les champs ayant des erreurs"
674
 
675
- #: contact_form.php:996
676
  msgid "Add placeholder to the input blocks"
677
  msgstr "Ajouter la localisation dans le bloc de saisie"
678
 
679
- #: contact_form.php:1002
680
  msgid "Add tooltips"
681
  msgstr "Ajouter les conseils"
682
 
683
- #: contact_form.php:1016
684
  msgid "Email address"
685
  msgstr "Adresse e-mail"
686
 
687
- #: contact_form.php:1021
688
  msgid "Phone Number"
689
  msgstr "Téléphone"
690
 
691
- #: contact_form.php:1035
692
  msgid "Attachment"
693
  msgstr "Pièce jointe"
694
 
695
- #: contact_form.php:1040
696
  msgid "(powered by bestwebsoft.com)"
697
  msgstr "(fourni par bestwebsoft.com)"
698
 
699
- #: contact_form.php:1045
700
  msgid "Style options"
701
  msgstr "Options de style"
702
 
703
- #: contact_form.php:1048
704
  msgid "Text color"
705
  msgstr "Couleur du texte"
706
 
707
- #: contact_form.php:1051
708
- #: contact_form.php:1056
709
- #: contact_form.php:1066
710
- #: contact_form.php:1071
711
- #: contact_form.php:1076
712
- #: contact_form.php:1081
713
- #: contact_form.php:1091
714
- #: contact_form.php:1096
715
- #: contact_form.php:1102
716
- #: contact_form.php:1113
717
- #: contact_form.php:1118
718
- #: contact_form.php:1123
719
  msgid "Default"
720
  msgstr "Défaut"
721
 
722
- #: contact_form.php:1053
723
  msgid "Label text color"
724
  msgstr "Couleur des textes des intitulés"
725
 
726
- #: contact_form.php:1058
727
  msgid "Placeholder color"
728
  msgstr "Couleur pour la localisation"
729
 
730
- #: contact_form.php:1063
731
  msgid "Errors color"
732
  msgstr "Couleur pour les erreurs"
733
 
734
- #: contact_form.php:1068
735
  msgid "Error text color"
736
  msgstr "Couleur pour le texte des erreurs"
737
 
738
- #: contact_form.php:1073
739
  msgid "Background color of the input field errors"
740
  msgstr "Couleur de fond pour les erreurs de saisie dans les champs"
741
 
742
- #: contact_form.php:1078
743
  msgid "Border color of the input field errors"
744
  msgstr "Couleur de la bordure pour les erreurs de saisie dans les champs"
745
 
746
- #: contact_form.php:1083
747
  msgid "Placeholder color of the input field errors"
748
  msgstr "Couleur pour la localisation lors d'une erreur de saisie du champ"
749
 
750
- #: contact_form.php:1088
751
  msgid "Input fields"
752
  msgstr "Champs de saisie"
753
 
754
- #: contact_form.php:1093
755
  msgid "Input fields background color"
756
  msgstr "Couleur de fond pour les champs de saisie"
757
 
758
- #: contact_form.php:1098
759
  msgid "Text fields color"
760
  msgstr "Couleur pour les textes des champs de saisie"
761
 
762
- #: contact_form.php:1100
763
  msgid "Border width in px, numbers only"
764
  msgstr "Largeur des bordures en px, nombre seulement"
765
 
766
- #: contact_form.php:1104
767
- #: contact_form.php:1125
768
  msgid "Border color"
769
  msgstr "Couleur des bordures"
770
 
771
- #: contact_form.php:1109
772
  msgid "Submit button"
773
  msgstr "Bouton Envoyer"
774
 
775
- #: contact_form.php:1111
776
  msgid "Width in px, numbers only"
777
  msgstr "Largeur en px, nombre seulement"
778
 
779
- #: contact_form.php:1115
780
  msgid "Button color"
781
  msgstr "Couleur du bouton"
782
 
783
- #: contact_form.php:1120
784
  msgid "Button text color"
785
  msgstr "Couleur du texte du bouton"
786
 
787
- #: contact_form.php:1141
788
  msgid "Contact Form Pro | Preview"
789
  msgstr "Formulaire Pro de Contact | Prévisualisation"
790
 
791
- #: contact_form.php:1144
792
  msgid "Show with errors"
793
  msgstr "Afficher avec les erreurs"
794
 
795
- #: contact_form.php:1152
796
- #: contact_form.php:1154
797
  msgid "Please enter your full name..."
798
  msgstr "Merci de saisir votre nom..."
799
 
800
- #: contact_form.php:1165
801
- #: contact_form.php:1167
802
  msgid "Please enter your address..."
803
  msgstr "Merci de saisir votre adresse..."
804
 
805
- #: contact_form.php:1176
806
- #: contact_form.php:1178
807
  msgid "Please enter your email address..."
808
  msgstr "Merci de saisir votre adresse e-mail..."
809
 
810
- #: contact_form.php:1187
811
- #: contact_form.php:1189
812
  msgid "Please enter your phone number..."
813
  msgstr "Merci de saisir votre numéro de téléphone..."
814
 
815
- #: contact_form.php:1198
816
- #: contact_form.php:1200
817
  msgid "Please enter subject..."
818
  msgstr "Merci de saisir le sujet..."
819
 
820
- #: contact_form.php:1208
821
- #: contact_form.php:1210
822
  msgid "Please enter your message..."
823
  msgstr "Merci de saisir votre message..."
824
 
825
- #: contact_form.php:1287
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
826
  msgid "Sorry, email message could not be delivered."
827
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
828
 
829
- #: contact_form.php:1673
830
  msgid "Contact from"
831
  msgstr "Contact de"
832
 
833
- #: contact_form.php:1686
834
- #: contact_form.php:1712
835
  msgid "Email"
836
  msgstr "E-mail"
837
 
838
- #: contact_form.php:1690
839
- #: contact_form.php:1714
840
  msgid "Phone"
841
  msgstr "Téléphone"
842
 
843
- #: contact_form.php:1699
844
- #: contact_form.php:1717
845
  msgid "Site"
846
  msgstr "Site"
847
 
848
- #: contact_form.php:1780
849
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
850
  msgstr "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de MIME !"
851
 
852
- #: contact_form.php:1850
853
  msgid "FAQ"
854
  msgstr "FAQ"
855
 
856
- #: contact_form.php:1851
857
  msgid "Support"
858
  msgstr "Support"
859
 
860
- #: contact_form.php:1910
861
  msgid "Are you sure that you want to delete this language data?"
862
  msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
863
 
 
 
 
 
 
 
 
864
  #~ msgid "Not set"
865
  #~ msgstr "Not set"
866
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-31 18:14+0300\n"
6
+ "PO-Revision-Date: 2014-01-31 18:14+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
19
  "X-Poedit-Country: FRANCE\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
+ #: contact_form.php:33
23
+ #: contact_form.php:659
24
  msgid "Contact Form Settings"
25
  msgstr "Options du formulaire de Contact"
26
 
27
+ #: contact_form.php:33
28
  msgid "Contact Form"
29
  msgstr "Formulaire de contact"
30
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  #: contact_form.php:80
32
+ #: contact_form.php:977
33
+ #: contact_form.php:1007
34
  msgid "Name:"
35
  msgstr "Nom:"
36
 
37
  #: contact_form.php:81
38
+ #: contact_form.php:978
39
+ #: contact_form.php:1008
40
  msgid "Address:"
41
  msgstr "Adresse :"
42
 
43
  #: contact_form.php:82
44
+ #: contact_form.php:979
45
+ #: contact_form.php:1009
46
  msgid "Email Address:"
47
  msgstr "Adresse e-mail:"
48
 
49
  #: contact_form.php:83
50
+ #: contact_form.php:980
51
+ #: contact_form.php:1010
52
  msgid "Phone number:"
53
  msgstr "Téléphone:"
54
 
55
  #: contact_form.php:84
56
+ #: contact_form.php:981
57
+ #: contact_form.php:1011
58
  msgid "Subject:"
59
  msgstr "Sujet:"
60
 
61
  #: contact_form.php:85
62
+ #: contact_form.php:982
63
+ #: contact_form.php:1012
64
  msgid "Message:"
65
  msgstr "Message:"
66
 
67
  #: contact_form.php:86
68
+ #: contact_form.php:983
69
+ #: contact_form.php:1013
70
  msgid "Attachment:"
71
  msgstr "Pièce jointe:"
72
 
75
  msgstr "Types de fichiers autorisés: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Taille maximum 2MB"
76
 
77
  #: contact_form.php:88
78
+ #: contact_form.php:985
79
+ #: contact_form.php:1015
80
  msgid "Send me a copy"
81
  msgstr "M'envoyer une copie"
82
 
83
  #: contact_form.php:89
84
+ #: contact_form.php:986
85
+ #: contact_form.php:1016
86
  msgid "Submit"
87
  msgstr "Envoyer"
88
 
138
  msgid "Thank you for contacting us."
139
  msgstr "Merci de nous avoir contacté."
140
 
141
+ #: contact_form.php:202
142
  msgid "requires"
143
  msgstr "obligatoire"
144
 
145
+ #: contact_form.php:202
146
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
147
  msgstr "ou supérieure, c'est pourquoi il a été désactivé! Merci de faire la mise à jour de WordPress puis de ré-essayer."
148
 
149
+ #: contact_form.php:202
150
  msgid "Back to the WordPress"
151
  msgstr "Retourner à WordPress"
152
 
153
+ #: contact_form.php:202
154
  msgid "Plugins page"
155
  msgstr "Page des extensions"
156
 
157
+ #: contact_form.php:493
158
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
159
  msgstr "Si l'ioption 'Rediriger vers la page' est positionnée, alors le champ Url doit être rempli avec le format suivant"
160
 
161
+ #: contact_form.php:502
162
  msgid "Such user does not exist. Settings are not saved."
163
  msgstr "Cet utilisateur est inconnu. Les modifications ne sont pas enregistrées."
164
 
165
+ #: contact_form.php:506
166
+ #: contact_form.php:512
167
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
168
  msgstr "Merci de saisir une adresse e-mail valide pour le 'FROM'. Les modifications ne sont pas enregistrées."
169
 
170
+ #: contact_form.php:517
171
  msgid "Settings saved."
172
  msgstr "Options enregistrées."
173
 
174
+ #: contact_form.php:553
175
+ #: contact_form.php:592
176
+ msgid "Wrong license key"
177
+ msgstr ""
178
+
179
+ #: contact_form.php:585
180
+ msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
181
+ msgstr ""
182
+
183
+ #: contact_form.php:594
184
+ msgid "This license key is bind to another site"
185
+ msgstr ""
186
+
187
+ #: contact_form.php:596
188
+ #: contact_form.php:1382
189
+ msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
190
+ msgstr ""
191
+
192
+ #: contact_form.php:614
193
+ msgid "Failed to open the zip archive. Please, upload the plugin manually"
194
+ msgstr ""
195
+
196
+ #: contact_form.php:620
197
+ msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
198
+ msgstr ""
199
+
200
+ #: contact_form.php:624
201
+ #: contact_form.php:633
202
+ msgid "Failed to download the zip archive. Please, upload the plugin manually"
203
+ msgstr ""
204
+
205
+ #: contact_form.php:637
206
+ msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
207
+ msgstr ""
208
+
209
+ #: contact_form.php:652
210
+ #, fuzzy
211
+ msgid "Please, enter Your license key"
212
+ msgstr "Merci de saisir votre message..."
213
+
214
+ #: contact_form.php:661
215
  msgid "Notice:"
216
  msgstr "Avertissement :"
217
 
218
+ #: contact_form.php:661
219
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
220
  msgstr "Les paramètres de l'extension ont été changés. Afin de pouvoir les enregistrer, merci de cliquer sur le bouton 'Enregistrer les modifications'."
221
 
222
+ #: contact_form.php:664
223
+ #: contact_form.php:1990
224
+ #: contact_form.php:2001
 
225
  msgid "Settings"
226
  msgstr "Réglages"
227
 
228
+ #: contact_form.php:665
 
229
  msgid "Extra settings"
230
  msgstr "Options supplémentaires"
231
 
232
+ #: contact_form.php:666
233
+ msgid "Go PRO"
234
+ msgstr ""
235
+
236
+ #: contact_form.php:672
237
+ #: contact_form.php:1341
238
  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:"
239
  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:"
240
 
241
+ #: contact_form.php:672
242
+ #: contact_form.php:673
243
+ #: contact_form.php:1000
244
+ #: contact_form.php:1049
245
  msgid "or"
246
  msgstr "ou"
247
 
248
+ #: contact_form.php:673
249
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
250
  msgstr "Si vous avez un soucis avec le code court standard [contact_form], vous pouvez utilisez le code court "
251
 
252
+ #: contact_form.php:674
253
  msgid "They work the same way."
254
  msgstr "Ils fonctionnent de la même manière."
255
 
256
+ #: contact_form.php:675
257
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
258
  msgstr "Si les champs ci-dessous ne sont pas renseignés le message sera envoyé à l'adresse spécifiée lors de l'enregistrement."
259
 
260
+ #: contact_form.php:679
261
  msgid "The user's email address:"
262
  msgstr "Utiliser l'e-mail du compte WordPress :"
263
 
264
+ #: contact_form.php:683
265
  msgid "Create a username"
266
  msgstr "Choisir un nom d'utilisateur"
267
 
268
+ #: contact_form.php:688
269
  msgid "Enter a username of the person who should get the messages from the contact form."
270
  msgstr "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le formulaire de contact."
271
 
272
+ #: contact_form.php:692
273
  msgid "Use this email address:"
274
  msgstr "Utiliser cette adresse e-mail:"
275
 
276
+ #: contact_form.php:695
277
  msgid "Enter the email address you want the messages forwarded to."
278
  msgstr "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages."
279
 
280
+ #: contact_form.php:701
281
  msgid "Add department selectbox to the contact form:"
282
  msgstr "Ajouter la liste déroulante pour le département dans le formulaire de contact :"
283
 
284
+ #: contact_form.php:709
285
+ #: contact_form.php:1236
286
  msgid "If you upgrade to Pro version all your settings will be saved."
287
  msgstr "Si vous passez à la version Pro, tous ces paramètres seront enregistrés."
288
 
289
+ #: contact_form.php:714
290
+ #: contact_form.php:851
291
+ #: contact_form.php:922
292
+ #: contact_form.php:1086
293
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
294
  msgstr "Cette fonctionalité est disponible dans le version Pro de cette extension. Pour plus de détails, merci de suivre ce lien"
295
 
296
+ #: contact_form.php:715
297
+ #: contact_form.php:852
298
+ #: contact_form.php:923
299
+ #: contact_form.php:1087
300
+ msgid "Contact Form Pro"
301
+ msgstr "Formulaire Pro de Contact"
302
+
303
+ #: contact_form.php:721
304
  msgid "Save emails to the database"
305
  msgstr "Enregistrer les e-mails dans la base de données"
306
 
307
+ #: contact_form.php:731
308
+ msgid "Using"
309
+ msgstr ""
310
+
311
+ #: contact_form.php:731
312
+ #: contact_form.php:900
313
+ #: contact_form.php:903
314
+ #: contact_form.php:907
315
+ msgid "powered by"
316
+ msgstr "fournis par"
317
+
318
+ #: contact_form.php:734
319
+ #: contact_form.php:738
320
  msgid "Using Contact Form to DB powered by"
321
  msgstr "Utilisant le formulaire de contact avec base de données fourni par"
322
 
323
+ #: contact_form.php:734
324
  msgid "Activate Contact Form to DB"
325
  msgstr "Activer le formulaire de contact avec base de données"
326
 
327
+ #: contact_form.php:738
328
  msgid "Download Contact Form to DB"
329
  msgstr "Télécharger le formulaire de contact avec base de données"
330
 
331
+ #: contact_form.php:743
332
  msgid "Additional options"
333
  msgstr "Options supplémentaires"
334
 
335
+ #: contact_form.php:745
336
  msgid "Show"
337
  msgstr "Montrer"
338
 
339
+ #: contact_form.php:746
340
  msgid "Hide"
341
  msgstr "Cacher"
342
 
343
+ #: contact_form.php:750
344
  msgid "What to use?"
345
  msgstr "Quelle méthode d'envoie ?"
346
 
347
+ #: contact_form.php:753
348
  msgid "Wp-mail"
349
  msgstr "Wp-mail"
350
 
351
+ #: contact_form.php:753
352
  msgid "You can use the wp_mail function for mailing"
353
  msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction wp_mail de WordPress "
354
 
355
+ #: contact_form.php:755
356
  msgid "Mail"
357
  msgstr "E-mail"
358
 
359
+ #: contact_form.php:755
360
  msgid "To send mail you can use the php mail function"
361
  msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction mail de php"
362
 
363
+ #: contact_form.php:759
364
  msgid "The text in the 'From' field"
365
  msgstr "Modifier le texte pour le champ 'FROM' du courriel"
366
 
367
+ #: contact_form.php:761
368
  msgid "User name"
369
  msgstr "Nom de l'utlisateur"
370
 
371
+ #: contact_form.php:762
372
  msgid "The name of the user who fills the form will be used in the field 'From'."
373
  msgstr "Dans le champ 'From' du courriel, il sera utilisé l'adresse e-mail de l'utlisateur qui rempli le formulaire."
374
 
375
+ #: contact_form.php:765
376
  msgid "This text will be used in the 'FROM' field"
377
  msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
378
 
379
+ #: contact_form.php:769
380
  msgid "The email address in the 'From' field"
381
  msgstr "Sélectionner l'adresse e-mail pour le champ 'FROM' du courriel"
382
 
383
+ #: contact_form.php:771
384
  msgid "User email"
385
  msgstr "E-mail de l'utlisateur"
386
 
387
+ #: contact_form.php:772
388
  msgid "The email address of the user who fills the form will be used in the field 'From'."
389
  msgstr "Dans le champ 'From' du courriel, il sera utilisé l'adresse e-mail de l'utlisateur qui rempli le formulaire."
390
 
391
+ #: contact_form.php:775
392
  msgid "This email address will be used in the 'From' field."
393
  msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
394
 
395
+ #: contact_form.php:779
396
  msgid "Required symbol"
397
  msgstr "Symbol obligatoire"
398
 
399
+ #: contact_form.php:789
400
  msgid "Fields"
401
  msgstr "Champs"
402
 
403
+ #: contact_form.php:790
404
  msgid "Used"
405
  msgstr "Utilisé"
406
 
407
+ #: contact_form.php:791
408
  msgid "Required"
409
  msgstr "Obligatoire"
410
 
411
+ #: contact_form.php:792
412
  msgid "Visible"
413
  msgstr "Visible"
414
 
415
+ #: contact_form.php:793
416
  msgid "Disabled for editing"
417
  msgstr "Non actif pour l'édition"
418
 
419
+ #: contact_form.php:794
420
  msgid "Field's default value"
421
  msgstr "Valeur par défaut du champ"
422
 
423
+ #: contact_form.php:799
424
+ #: contact_form.php:1111
425
+ #: contact_form.php:1831
426
+ #: contact_form.php:1861
427
  msgid "Name"
428
  msgstr "Nom"
429
 
430
+ #: contact_form.php:807
431
+ #: contact_form.php:1116
432
+ #: contact_form.php:1835
433
+ #: contact_form.php:1863
434
  msgid "Address"
435
  msgstr "Adresse"
436
 
437
+ #: contact_form.php:815
438
  msgid "Email Address"
439
  msgstr "Adresse e-mail"
440
 
441
+ #: contact_form.php:823
442
  msgid "Phone number"
443
  msgstr "Téléphone"
444
 
445
+ #: contact_form.php:831
446
+ #: contact_form.php:1131
447
+ #: contact_form.php:1845
448
+ #: contact_form.php:1867
449
  msgid "Subject"
450
  msgstr "Sujet"
451
 
452
+ #: contact_form.php:839
453
+ #: contact_form.php:1135
454
+ #: contact_form.php:1848
455
+ #: contact_form.php:1868
456
  msgid "Message"
457
  msgstr "Message"
458
 
459
+ #: contact_form.php:857
460
  msgid "Attachment block"
461
  msgstr "Bloc pièce jointe"
462
 
463
+ #: contact_form.php:859
464
  msgid "Users can attach the following file formats"
465
  msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
466
 
467
+ #: contact_form.php:873
468
  msgid "Add to the form"
469
  msgstr "Ajouter au formulaire"
470
 
471
+ #: contact_form.php:878
472
  msgid "Tips below the Attachment"
473
  msgstr "Afficher les explications en-dessous du bloc des pièces jointes"
474
 
475
+ #: contact_form.php:887
476
  msgid "'Send me a copy' block"
477
  msgstr "Afficher le bloc \"M'envoyer une copie\""
478
 
479
+ #: contact_form.php:900
480
+ #: contact_form.php:903
481
+ #: contact_form.php:907
482
+ #: contact_form.php:1145
483
  msgid "Captcha"
484
  msgstr "Captcha"
485
 
486
+ #: contact_form.php:903
 
 
 
 
 
 
487
  msgid "Activate captcha"
488
  msgstr "Activé le captcha"
489
 
490
+ #: contact_form.php:907
491
  msgid "Download captcha"
492
  msgstr "Télécharger le captcha"
493
 
494
+ #: contact_form.php:915
495
  msgid "Agreement checkbox"
496
  msgstr "Case à cocher pour valider le formulaire"
497
 
498
+ #: contact_form.php:915
499
  msgid "Required checkbox for submitting the form"
500
  msgstr "Boite à cocher obligatoire pour la validation du formulaire."
501
 
502
+ #: contact_form.php:916
503
  msgid "Optional checkbox"
504
  msgstr "Boite à cocher optionnelle"
505
 
506
+ #: contact_form.php:916
507
  msgid "Optional checkbox, the results of which will be displayed in email"
508
  msgstr "Boite à cocher optionnelle, le résultat sera affiché dans l'e-mail"
509
 
510
+ #: contact_form.php:927
511
  msgid "Delete an attachment file from the server after the email is sent"
512
  msgstr "Supprimer le fichier joint sur le serveur après l'envoie de l'e-mail"
513
 
514
+ #: contact_form.php:933
515
  msgid "Email in HTML format sending"
516
  msgstr "E-mail au format HTML"
517
 
518
+ #: contact_form.php:937
519
  msgid "Display additional info in the email"
520
  msgstr "Afficher les informations complémentaires dans le courriel"
521
 
522
+ #: contact_form.php:942
523
+ #: contact_form.php:1798
524
+ #: contact_form.php:1800
525
  msgid "Sent from (ip address)"
526
  msgstr "Envoyé de (adresse IP)"
527
 
528
+ #: contact_form.php:942
529
  msgid "Example: Sent from (IP address):\t127.0.0.1"
530
  msgstr "Exemple: Envoyé de (addresse IP):\t127.0.0.1"
531
 
532
+ #: contact_form.php:943
533
+ #: contact_form.php:1804
534
+ #: contact_form.php:1806
535
  msgid "Date/Time"
536
  msgstr "Date/Heure"
537
 
538
+ #: contact_form.php:943
539
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
540
  msgstr "Exemple: Date/Heure:\tAoût 19, 2013 8:50pm"
541
 
542
+ #: contact_form.php:944
543
+ #: contact_form.php:1810
544
+ #: contact_form.php:1812
545
  msgid "Sent from (referer)"
546
  msgstr "Envoyer de (référence)"
547
 
548
+ #: contact_form.php:944
549
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
550
  msgstr "Exemple: Envoyer de (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
551
 
552
+ #: contact_form.php:945
553
+ #: contact_form.php:1816
554
+ #: contact_form.php:1818
555
  msgid "Using (user agent)"
556
  msgstr "Depuis (navigateur)"
557
 
558
+ #: contact_form.php:945
559
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
560
  msgstr "Exemple: En utilisant (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
561
 
562
+ #: contact_form.php:949
563
  msgid "Language settings for the field names in the form"
564
  msgstr "Définition des langues pour les titres des champs"
565
 
566
+ #: contact_form.php:958
567
  msgid "Add a language"
568
  msgstr "Ajouter une langue"
569
 
570
+ #: contact_form.php:962
571
  msgid "Change the names of the contact form fields and error messages"
572
  msgstr "Modifier le texte pour les champs du formulaire de contact et les messages d'erreur"
573
 
574
+ #: contact_form.php:967
575
+ #: contact_form.php:1040
576
  msgid "English"
577
  msgstr "Anglais"
578
 
579
+ #: contact_form.php:975
580
+ #: contact_form.php:1005
581
+ msgid "click to expand/hide the list"
582
+ msgstr ""
583
+
584
+ #: contact_form.php:984
585
+ #: contact_form.php:1014
586
  msgid "Tips below the Attachment block"
587
  msgstr "Afficher les explications en-dessous du bloc des pièces jointes"
588
 
589
+ #: contact_form.php:987
590
+ #: contact_form.php:1017
591
  msgid "Error message for the Name field"
592
  msgstr "Message d'erreur pour le champ nom"
593
 
594
+ #: contact_form.php:988
595
+ #: contact_form.php:1018
596
  msgid "Error message for the Address field"
597
  msgstr "Message d'erreur pour le champ Adresse"
598
 
599
+ #: contact_form.php:989
600
+ #: contact_form.php:1019
601
  msgid "Error message for the Email field"
602
  msgstr "Message d'erreur pour le champ e-mail"
603
 
604
+ #: contact_form.php:990
605
+ #: contact_form.php:1020
606
  msgid "Error message for the Phone field"
607
  msgstr "Message d'erreur pour le champ téléphone"
608
 
609
+ #: contact_form.php:991
610
+ #: contact_form.php:1021
611
  msgid "Error message for the Subject field"
612
  msgstr "Message d'erreur pour le champ sujet"
613
 
614
+ #: contact_form.php:992
615
+ #: contact_form.php:1022
616
  msgid "Error message for the Message field"
617
  msgstr "Message d'erreur pour le champ message"
618
 
619
+ #: contact_form.php:993
620
+ #: contact_form.php:1023
621
  msgid "Error message about the file type for the Attachment field"
622
  msgstr "Message d'erreur pour le champ fichier joint (type du fichier)"
623
 
624
+ #: contact_form.php:994
625
+ #: contact_form.php:1024
626
  msgid "Error message while uploading a file for the Attachment field to the server"
627
  msgstr "Message d'erreur pour le champ fichier joint (problème d'envoie vers le serveur)"
628
 
629
+ #: contact_form.php:995
630
+ #: contact_form.php:1025
631
  msgid "Error message while moving the file for the Attachment field"
632
  msgstr "Message d'erreur pour le champ fichier joint (déplacement du fichier)"
633
 
634
+ #: contact_form.php:996
635
+ #: contact_form.php:1026
636
  msgid "Error message when file size limit for the Attachment field is exceeded"
637
  msgstr "Message d'erreur pour le champ fichier joint (taille limite du fichier atteinte)"
638
 
639
+ #: contact_form.php:997
640
+ #: contact_form.php:1027
641
  msgid "Error message for the Captcha field"
642
  msgstr "Message d'erreur pour le captcha"
643
 
644
+ #: contact_form.php:998
645
+ #: contact_form.php:1028
646
  msgid "Error message for the whole form"
647
  msgstr "Message d'erreur demandant à compléter les champs manquants"
648
 
649
+ #: contact_form.php:1000
650
+ #: contact_form.php:1030
651
+ #: contact_form.php:1049
652
+ #: contact_form.php:1055
653
  msgid "Use shortcode"
654
  msgstr "Utiliser le code court"
655
 
656
+ #: contact_form.php:1000
657
+ #: contact_form.php:1030
658
+ #: contact_form.php:1049
659
+ #: contact_form.php:1055
660
  msgid "for this language"
661
  msgstr "pour cette langue"
662
 
663
+ #: contact_form.php:1037
664
  msgid "Action after email is sent"
665
  msgstr "Action après l'envoie de l'e-mail"
666
 
667
+ #: contact_form.php:1039
668
  msgid "Display text"
669
  msgstr "Afficher le texte"
670
 
671
+ #: contact_form.php:1048
672
+ #: contact_form.php:1054
673
  msgid "Text"
674
  msgstr "Texte"
675
 
676
+ #: contact_form.php:1061
677
  msgid "Redirect to the page"
678
  msgstr "Rediriger vers la page"
679
 
680
+ #: contact_form.php:1062
681
  msgid "Url"
682
  msgstr "Url"
683
 
684
+ #: contact_form.php:1067
685
+ #: contact_form.php:1242
686
  msgid "Save Changes"
687
  msgstr "Enregistrer les modifications"
688
 
689
+ #: contact_form.php:1072
690
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
691
  msgstr "Si notre extension vous satisfait, merci de la notée avec 5 étoiles dans Wordpress"
692
 
693
+ #: contact_form.php:1073
694
  msgid "Rate the plugin"
695
  msgstr "Noter l'extension"
696
 
697
+ #: contact_form.php:1076
698
  msgid "If there is something wrong about it, please contact us"
699
  msgstr "Si quelque chose ne fonctionne pas correctement, merci de nous contacter"
700
 
701
+ #: contact_form.php:1091
 
 
 
 
702
  msgid "Errors output"
703
  msgstr "Affichage des erreurs"
704
 
705
+ #: contact_form.php:1094
706
  msgid "Display error messages"
707
  msgstr "Aficher les messages d'erreur"
708
 
709
+ #: contact_form.php:1095
710
  msgid "Color of the input field errors."
711
  msgstr "Mettre en couleur les champs ayant des erreurs"
712
 
713
+ #: contact_form.php:1096
714
  msgid "Display error messages & color of the input field errors"
715
  msgstr "Afficher les messages d'erreur et mettre en couleur les champs ayant des erreurs"
716
 
717
+ #: contact_form.php:1101
718
  msgid "Add placeholder to the input blocks"
719
  msgstr "Ajouter la localisation dans le bloc de saisie"
720
 
721
+ #: contact_form.php:1107
722
  msgid "Add tooltips"
723
  msgstr "Ajouter les conseils"
724
 
725
+ #: contact_form.php:1121
726
  msgid "Email address"
727
  msgstr "Adresse e-mail"
728
 
729
+ #: contact_form.php:1126
730
  msgid "Phone Number"
731
  msgstr "Téléphone"
732
 
733
+ #: contact_form.php:1140
734
  msgid "Attachment"
735
  msgstr "Pièce jointe"
736
 
737
+ #: contact_form.php:1145
738
  msgid "(powered by bestwebsoft.com)"
739
  msgstr "(fourni par bestwebsoft.com)"
740
 
741
+ #: contact_form.php:1150
742
  msgid "Style options"
743
  msgstr "Options de style"
744
 
745
+ #: contact_form.php:1153
746
  msgid "Text color"
747
  msgstr "Couleur du texte"
748
 
749
+ #: contact_form.php:1156
750
+ #: contact_form.php:1161
751
+ #: contact_form.php:1171
752
+ #: contact_form.php:1176
753
+ #: contact_form.php:1181
754
+ #: contact_form.php:1186
755
+ #: contact_form.php:1196
756
+ #: contact_form.php:1201
757
+ #: contact_form.php:1207
758
+ #: contact_form.php:1218
759
+ #: contact_form.php:1223
760
+ #: contact_form.php:1228
761
  msgid "Default"
762
  msgstr "Défaut"
763
 
764
+ #: contact_form.php:1158
765
  msgid "Label text color"
766
  msgstr "Couleur des textes des intitulés"
767
 
768
+ #: contact_form.php:1163
769
  msgid "Placeholder color"
770
  msgstr "Couleur pour la localisation"
771
 
772
+ #: contact_form.php:1168
773
  msgid "Errors color"
774
  msgstr "Couleur pour les erreurs"
775
 
776
+ #: contact_form.php:1173
777
  msgid "Error text color"
778
  msgstr "Couleur pour le texte des erreurs"
779
 
780
+ #: contact_form.php:1178
781
  msgid "Background color of the input field errors"
782
  msgstr "Couleur de fond pour les erreurs de saisie dans les champs"
783
 
784
+ #: contact_form.php:1183
785
  msgid "Border color of the input field errors"
786
  msgstr "Couleur de la bordure pour les erreurs de saisie dans les champs"
787
 
788
+ #: contact_form.php:1188
789
  msgid "Placeholder color of the input field errors"
790
  msgstr "Couleur pour la localisation lors d'une erreur de saisie du champ"
791
 
792
+ #: contact_form.php:1193
793
  msgid "Input fields"
794
  msgstr "Champs de saisie"
795
 
796
+ #: contact_form.php:1198
797
  msgid "Input fields background color"
798
  msgstr "Couleur de fond pour les champs de saisie"
799
 
800
+ #: contact_form.php:1203
801
  msgid "Text fields color"
802
  msgstr "Couleur pour les textes des champs de saisie"
803
 
804
+ #: contact_form.php:1205
805
  msgid "Border width in px, numbers only"
806
  msgstr "Largeur des bordures en px, nombre seulement"
807
 
808
+ #: contact_form.php:1209
809
+ #: contact_form.php:1230
810
  msgid "Border color"
811
  msgstr "Couleur des bordures"
812
 
813
+ #: contact_form.php:1214
814
  msgid "Submit button"
815
  msgstr "Bouton Envoyer"
816
 
817
+ #: contact_form.php:1216
818
  msgid "Width in px, numbers only"
819
  msgstr "Largeur en px, nombre seulement"
820
 
821
+ #: contact_form.php:1220
822
  msgid "Button color"
823
  msgstr "Couleur du bouton"
824
 
825
+ #: contact_form.php:1225
826
  msgid "Button text color"
827
  msgstr "Couleur du texte du bouton"
828
 
829
+ #: contact_form.php:1246
830
  msgid "Contact Form Pro | Preview"
831
  msgstr "Formulaire Pro de Contact | Prévisualisation"
832
 
833
+ #: contact_form.php:1249
834
  msgid "Show with errors"
835
  msgstr "Afficher avec les erreurs"
836
 
837
+ #: contact_form.php:1257
838
+ #: contact_form.php:1259
839
  msgid "Please enter your full name..."
840
  msgstr "Merci de saisir votre nom..."
841
 
842
+ #: contact_form.php:1270
843
+ #: contact_form.php:1272
844
  msgid "Please enter your address..."
845
  msgstr "Merci de saisir votre adresse..."
846
 
847
+ #: contact_form.php:1281
848
+ #: contact_form.php:1283
849
  msgid "Please enter your email address..."
850
  msgstr "Merci de saisir votre adresse e-mail..."
851
 
852
+ #: contact_form.php:1292
853
+ #: contact_form.php:1294
854
  msgid "Please enter your phone number..."
855
  msgstr "Merci de saisir votre numéro de téléphone..."
856
 
857
+ #: contact_form.php:1303
858
+ #: contact_form.php:1305
859
  msgid "Please enter subject..."
860
  msgstr "Merci de saisir le sujet..."
861
 
862
+ #: contact_form.php:1313
863
+ #: contact_form.php:1315
864
  msgid "Please enter your message..."
865
  msgstr "Merci de saisir votre message..."
866
 
867
+ #: contact_form.php:1357
868
+ msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
869
+ msgstr ""
870
+
871
+ #: contact_form.php:1359
872
+ msgid "Please, go to"
873
+ msgstr ""
874
+
875
+ #: contact_form.php:1359
876
+ #, fuzzy
877
+ msgid "the setting page"
878
+ msgstr "Options supplémentaires"
879
+
880
+ #: contact_form.php:1360
881
+ msgid "You will be redirected automatically in 5 seconds."
882
+ msgstr ""
883
+
884
+ #: contact_form.php:1365
885
+ msgid "You can download and activate"
886
+ msgstr ""
887
+
888
+ #: contact_form.php:1367
889
+ msgid "version of this plugin by entering Your license key."
890
+ msgstr ""
891
+
892
+ #: contact_form.php:1369
893
+ msgid "You can find your license key on your personal page Client area, by clicking on the link"
894
+ msgstr ""
895
+
896
+ #: contact_form.php:1371
897
+ msgid "(your username is the email you specify when purchasing the product)."
898
+ msgstr ""
899
+
900
+ #: contact_form.php:1379
901
+ #: contact_form.php:1389
902
+ msgid "Go!"
903
+ msgstr ""
904
+
905
+ #: contact_form.php:1439
906
  msgid "Sorry, email message could not be delivered."
907
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
908
 
909
+ #: contact_form.php:1825
910
  msgid "Contact from"
911
  msgstr "Contact de"
912
 
913
+ #: contact_form.php:1838
914
+ #: contact_form.php:1864
915
  msgid "Email"
916
  msgstr "E-mail"
917
 
918
+ #: contact_form.php:1842
919
+ #: contact_form.php:1866
920
  msgid "Phone"
921
  msgstr "Téléphone"
922
 
923
+ #: contact_form.php:1851
924
+ #: contact_form.php:1869
925
  msgid "Site"
926
  msgstr "Site"
927
 
928
+ #: contact_form.php:1932
929
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
930
  msgstr "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de MIME !"
931
 
932
+ #: contact_form.php:2002
933
  msgid "FAQ"
934
  msgstr "FAQ"
935
 
936
+ #: contact_form.php:2003
937
  msgid "Support"
938
  msgstr "Support"
939
 
940
+ #: contact_form.php:2061
941
  msgid "Are you sure that you want to delete this language data?"
942
  msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
943
 
944
+ #~ msgid "Contact Form Pro Extra Settings"
945
+ #~ msgstr ""
946
+ #~ "Options supplémentaires de la version Pro pour le formulaire de Contact"
947
+
948
+ #~ msgid "Contact Form Pro | Extra Settings"
949
+ #~ msgstr "Formulaire Pro de Contact | Options supplémentaires"
950
+
951
  #~ msgid "Not set"
952
  #~ msgstr "Not set"
953
 
languages/contact_form-hu_HU.mo CHANGED
Binary file
languages/contact_form-hu_HU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-12-17 16:52+0300\n"
6
- "PO-Revision-Date: 2013-12-17 16:52+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Karoly Kovacs <karcsi1978@gmail.com>\n"
9
  "Language: hu_HU\n"
@@ -17,70 +17,56 @@ msgstr ""
17
  "X-Generator: Poedit 1.5.7\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: contact_form.php:32
21
- #: contact_form.php:538
22
- #, fuzzy
23
- msgid "Contact Form Settings"
24
- msgstr "Kapcsolatfelvételi Ürlap Beállítások"
25
-
26
- #: contact_form.php:32
27
- msgid "Contact Form"
28
- msgstr "Kapcsolatfelvételi Ürlap"
29
-
30
  #: contact_form.php:33
 
31
  #, fuzzy
32
- msgid "Contact Form Pro Extra Settings"
33
  msgstr "Kapcsolatfelvételi Ürlap Beállítások"
34
 
35
  #: contact_form.php:33
36
- #: contact_form.php:592
37
- #: contact_form.php:729
38
- #: contact_form.php:800
39
- #: contact_form.php:982
40
- #, fuzzy
41
- msgid "Contact Form Pro"
42
  msgstr "Kapcsolatfelvételi Ürlap"
43
 
44
  #: contact_form.php:80
45
- #: contact_form.php:854
46
- #: contact_form.php:884
47
  msgid "Name:"
48
  msgstr "Noév:"
49
 
50
  #: contact_form.php:81
51
- #: contact_form.php:855
52
- #: contact_form.php:885
53
  #, fuzzy
54
  msgid "Address:"
55
  msgstr "Email cím:"
56
 
57
  #: contact_form.php:82
58
- #: contact_form.php:856
59
- #: contact_form.php:886
60
  msgid "Email Address:"
61
  msgstr "Email cím:"
62
 
63
  #: contact_form.php:83
64
- #: contact_form.php:857
65
- #: contact_form.php:887
66
  msgid "Phone number:"
67
  msgstr "Telefonszám:"
68
 
69
  #: contact_form.php:84
70
- #: contact_form.php:858
71
- #: contact_form.php:888
72
  msgid "Subject:"
73
  msgstr "Tárgy:"
74
 
75
  #: contact_form.php:85
76
- #: contact_form.php:859
77
- #: contact_form.php:889
78
  msgid "Message:"
79
  msgstr "Üzenet:"
80
 
81
  #: contact_form.php:86
82
- #: contact_form.php:860
83
- #: contact_form.php:890
84
  msgid "Attachment:"
85
  msgstr "Csatolmány:"
86
 
@@ -89,14 +75,14 @@ msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI,
89
  msgstr ""
90
 
91
  #: contact_form.php:88
92
- #: contact_form.php:862
93
- #: contact_form.php:892
94
  msgid "Send me a copy"
95
  msgstr "Kérek másolatot"
96
 
97
  #: contact_form.php:89
98
- #: contact_form.php:863
99
- #: contact_form.php:893
100
  msgid "Submit"
101
  msgstr "Küldés"
102
 
@@ -154,760 +140,860 @@ msgstr "Kérem javítsa ki a szükséges mezőket és próbálja újra."
154
  msgid "Thank you for contacting us."
155
  msgstr "Köszönjük az üzenetét."
156
 
157
- #: contact_form.php:203
158
  #, fuzzy
159
  msgid "requires"
160
  msgstr "Kötelező mező"
161
 
162
- #: contact_form.php:203
163
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
164
  msgstr ""
165
 
166
- #: contact_form.php:203
167
  msgid "Back to the WordPress"
168
  msgstr ""
169
 
170
- #: contact_form.php:203
171
  #, fuzzy
172
  msgid "Plugins page"
173
  msgstr "Ajánlott pluginok"
174
 
175
- #: contact_form.php:494
176
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
177
  msgstr "Amennyiben az 'Átirányítás egy oldalra' opció kiválasztásra kerül, az URL-t az alábbi formátumban kell megadni"
178
 
179
- #: contact_form.php:503
180
  msgid "Such user does not exist. Settings are not saved."
181
  msgstr "Nincs ilyen felhasználó. Beállítások nem kerültek mentésre."
182
 
183
- #: contact_form.php:507
184
- #: contact_form.php:513
185
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
186
  msgstr "Kérem valós email címet adjon meg a 'FKITÖL' mezőben. Beállítások nem kerültek mentésre."
187
 
188
- #: contact_form.php:518
189
  #, fuzzy
190
  msgid "Settings saved."
191
  msgstr "Opciók elmentve."
192
 
193
- #: contact_form.php:540
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
194
  msgid "Notice:"
195
  msgstr ""
196
 
197
- #: contact_form.php:540
198
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
199
  msgstr ""
200
 
201
- #: contact_form.php:543
202
- #: contact_form.php:973
203
- #: contact_form.php:1838
204
- #: contact_form.php:1849
205
  msgid "Settings"
206
  msgstr "Beállítások"
207
 
208
- #: contact_form.php:544
209
- #: contact_form.php:974
210
  #, fuzzy
211
  msgid "Extra settings"
212
  msgstr "Beállítások"
213
 
214
- #: contact_form.php:549
215
- #: contact_form.php:1236
 
 
 
 
216
  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:"
217
  msgstr "Amennyiben szeretné hozzáadni a Kapcsolatfelvételi Ürlapot a weboldalához, másolja ki és illessze be az alábbi kódot egy bejegyzésbe, oldalba vagy widgetbe:"
218
 
219
- #: contact_form.php:549
220
- #: contact_form.php:550
221
- #: contact_form.php:877
222
- #: contact_form.php:926
223
  msgid "or"
224
  msgstr ""
225
 
226
- #: contact_form.php:550
227
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
228
  msgstr ""
229
 
230
- #: contact_form.php:551
231
  msgid "They work the same way."
232
  msgstr ""
233
 
234
- #: contact_form.php:552
235
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
236
  msgstr "Amennyiben ezeket a mezőket üresen hagyja, az üzenet a regisztráció során megadott email címre lesz elküldve."
237
 
238
- #: contact_form.php:556
239
  msgid "The user's email address:"
240
  msgstr "A felhasználó email címe:"
241
 
242
- #: contact_form.php:560
243
  msgid "Create a username"
244
  msgstr "felhasználónév létrehozása"
245
 
246
- #: contact_form.php:565
247
  msgid "Enter a username of the person who should get the messages from the contact form."
248
  msgstr "Adja meg azon személy felhasználónevét, akitől az üzeneteket szeretné kapni a Kapcsolatfelvételi Ürlap segítségével."
249
 
250
- #: contact_form.php:569
251
  msgid "Use this email address:"
252
  msgstr "Ezen email cím használata:"
253
 
254
- #: contact_form.php:572
255
  msgid "Enter the email address you want the messages forwarded to."
256
  msgstr "Adja meg az email címet, ahova az üzenetek érkezzenek."
257
 
258
- #: contact_form.php:578
259
  msgid "Add department selectbox to the contact form:"
260
  msgstr ""
261
 
262
- #: contact_form.php:586
263
- #: contact_form.php:1131
264
  msgid "If you upgrade to Pro version all your settings will be saved."
265
  msgstr ""
266
 
267
- #: contact_form.php:591
268
- #: contact_form.php:728
269
- #: contact_form.php:799
270
- #: contact_form.php:981
271
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
272
  msgstr ""
273
 
274
- #: contact_form.php:598
 
 
 
 
 
 
 
 
275
  msgid "Save emails to the database"
276
  msgstr ""
277
 
278
- #: contact_form.php:608
279
- #: contact_form.php:611
280
- #: contact_form.php:615
 
 
 
 
 
 
 
 
 
 
281
  msgid "Using Contact Form to DB powered by"
282
  msgstr ""
283
 
284
- #: contact_form.php:611
285
  #, fuzzy
286
  msgid "Activate Contact Form to DB"
287
  msgstr "Kapcsolatfelvételi Ürlap"
288
 
289
- #: contact_form.php:615
290
  #, fuzzy
291
  msgid "Download Contact Form to DB"
292
  msgstr "Kapcsolatfelvételi Ürlap"
293
 
294
- #: contact_form.php:620
295
  msgid "Additional options"
296
  msgstr "További opciók"
297
 
298
- #: contact_form.php:622
299
  msgid "Show"
300
  msgstr ""
301
 
302
- #: contact_form.php:623
303
  msgid "Hide"
304
  msgstr ""
305
 
306
- #: contact_form.php:627
307
  msgid "What to use?"
308
  msgstr "Mit szeretne használni?"
309
 
310
- #: contact_form.php:630
311
  msgid "Wp-mail"
312
  msgstr "Wp-mail"
313
 
314
- #: contact_form.php:630
315
  msgid "You can use the wp_mail function for mailing"
316
  msgstr "Használhatja a wp_mail funkciót a levelezéshez"
317
 
318
- #: contact_form.php:632
319
  msgid "Mail"
320
  msgstr "E-mail"
321
 
322
- #: contact_form.php:632
323
  msgid "To send mail you can use the php mail function"
324
  msgstr "Email küldéshez használhatja a php mail funkciót"
325
 
326
- #: contact_form.php:636
327
  #, fuzzy
328
  msgid "The text in the 'From' field"
329
  msgstr "A 'KITÖL' mező szövegének módosítása"
330
 
331
- #: contact_form.php:638
332
  msgid "User name"
333
  msgstr ""
334
 
335
- #: contact_form.php:639
336
  #, fuzzy
337
  msgid "The name of the user who fills the form will be used in the field 'From'."
338
  msgstr "A felhasználó e-mail címe, akinek az adatai szerepelnek a 'KITÖL' mezőben."
339
 
340
- #: contact_form.php:642
341
  #, fuzzy
342
  msgid "This text will be used in the 'FROM' field"
343
  msgstr "Ez az email cím szerepel a 'KITÖL' mezőben."
344
 
345
- #: contact_form.php:646
346
  #, fuzzy
347
  msgid "The email address in the 'From' field"
348
  msgstr "Adja meg a 'KITÖL' mező email címét"
349
 
350
- #: contact_form.php:648
351
  msgid "User email"
352
  msgstr ""
353
 
354
- #: contact_form.php:649
355
  #, fuzzy
356
  msgid "The email address of the user who fills the form will be used in the field 'From'."
357
  msgstr "A felhasználó e-mail címe, akinek az adatai szerepelnek a 'KITÖL' mezőben."
358
 
359
- #: contact_form.php:652
360
  msgid "This email address will be used in the 'From' field."
361
  msgstr "Ez az email cím szerepel a 'KITÖL' mezőben."
362
 
363
- #: contact_form.php:656
364
  #, fuzzy
365
  msgid "Required symbol"
366
  msgstr "Kötelező mező"
367
 
368
- #: contact_form.php:666
369
  msgid "Fields"
370
  msgstr ""
371
 
372
- #: contact_form.php:667
373
  msgid "Used"
374
  msgstr ""
375
 
376
- #: contact_form.php:668
377
  #, fuzzy
378
  msgid "Required"
379
  msgstr "Kötelező mező"
380
 
381
- #: contact_form.php:669
382
  msgid "Visible"
383
  msgstr ""
384
 
385
- #: contact_form.php:670
386
  msgid "Disabled for editing"
387
  msgstr ""
388
 
389
- #: contact_form.php:671
390
  msgid "Field's default value"
391
  msgstr ""
392
 
393
- #: contact_form.php:676
394
- #: contact_form.php:1006
395
- #: contact_form.php:1679
396
- #: contact_form.php:1709
397
  msgid "Name"
398
  msgstr "Név"
399
 
400
- #: contact_form.php:684
401
- #: contact_form.php:1011
402
- #: contact_form.php:1683
403
- #: contact_form.php:1711
404
  #, fuzzy
405
  msgid "Address"
406
  msgstr "Email cím:"
407
 
408
- #: contact_form.php:692
409
  #, fuzzy
410
  msgid "Email Address"
411
  msgstr "Email cím:"
412
 
413
- #: contact_form.php:700
414
  #, fuzzy
415
  msgid "Phone number"
416
  msgstr "Telefonszám:"
417
 
418
- #: contact_form.php:708
419
- #: contact_form.php:1026
420
- #: contact_form.php:1693
421
- #: contact_form.php:1715
422
  msgid "Subject"
423
  msgstr "Sujet"
424
 
425
- #: contact_form.php:716
426
- #: contact_form.php:1030
427
- #: contact_form.php:1696
428
- #: contact_form.php:1716
429
  msgid "Message"
430
  msgstr "Üzenet"
431
 
432
- #: contact_form.php:734
433
  #, fuzzy
434
  msgid "Attachment block"
435
  msgstr "Csatolmány doboz megjelenítése"
436
 
437
- #: contact_form.php:736
438
  msgid "Users can attach the following file formats"
439
  msgstr "A felhasználók a következő fájlformátumokat csatolhatják"
440
 
441
- #: contact_form.php:750
442
  msgid "Add to the form"
443
  msgstr ""
444
 
445
- #: contact_form.php:755
446
  #, fuzzy
447
  msgid "Tips below the Attachment"
448
  msgstr "Tippek megjelenítése a Csatolmányok doboz alatt"
449
 
450
- #: contact_form.php:764
451
  #, fuzzy
452
  msgid "'Send me a copy' block"
453
  msgstr "A 'Kérek másolatot' opció megjelenítése"
454
 
455
- #: contact_form.php:777
456
- #: contact_form.php:780
457
- #: contact_form.php:784
458
- #: contact_form.php:1040
459
  msgid "Captcha"
460
  msgstr ""
461
 
462
- #: contact_form.php:777
463
- #: contact_form.php:780
464
- #: contact_form.php:784
465
- msgid "powered by"
466
- msgstr ""
467
-
468
- #: contact_form.php:780
469
  #, fuzzy
470
  msgid "Activate captcha"
471
  msgstr "Aktivált pluginok"
472
 
473
- #: contact_form.php:784
474
  #, fuzzy
475
  msgid "Download captcha"
476
  msgstr "Letöltés"
477
 
478
- #: contact_form.php:792
479
  msgid "Agreement checkbox"
480
  msgstr ""
481
 
482
- #: contact_form.php:792
483
  msgid "Required checkbox for submitting the form"
484
  msgstr ""
485
 
486
- #: contact_form.php:793
487
  msgid "Optional checkbox"
488
  msgstr ""
489
 
490
- #: contact_form.php:793
491
  msgid "Optional checkbox, the results of which will be displayed in email"
492
  msgstr ""
493
 
494
- #: contact_form.php:804
495
  msgid "Delete an attachment file from the server after the email is sent"
496
  msgstr ""
497
 
498
- #: contact_form.php:810
499
  msgid "Email in HTML format sending"
500
  msgstr ""
501
 
502
- #: contact_form.php:814
503
  #, fuzzy
504
  msgid "Display additional info in the email"
505
  msgstr "További információk megjelenítése az emailben"
506
 
507
- #: contact_form.php:819
508
- #: contact_form.php:1646
509
- #: contact_form.php:1648
510
  msgid "Sent from (ip address)"
511
  msgstr "Küldő (IP cím)"
512
 
513
- #: contact_form.php:819
514
  #, fuzzy
515
  msgid "Example: Sent from (IP address):\t127.0.0.1"
516
  msgstr "Küldő (IP cím)"
517
 
518
- #: contact_form.php:820
519
- #: contact_form.php:1652
520
- #: contact_form.php:1654
521
  msgid "Date/Time"
522
  msgstr "Dátum/Idő"
523
 
524
- #: contact_form.php:820
525
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
526
  msgstr ""
527
 
528
- #: contact_form.php:821
529
- #: contact_form.php:1658
530
- #: contact_form.php:1660
531
  msgid "Sent from (referer)"
532
  msgstr "Envoyer de (référence)"
533
 
534
- #: contact_form.php:821
535
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
536
  msgstr ""
537
 
538
- #: contact_form.php:822
539
- #: contact_form.php:1664
540
- #: contact_form.php:1666
541
  msgid "Using (user agent)"
542
  msgstr "Alkalmazás (böngésző)"
543
 
544
- #: contact_form.php:822
545
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
546
  msgstr ""
547
 
548
- #: contact_form.php:826
549
  msgid "Language settings for the field names in the form"
550
  msgstr "Az ürlap mezőinek nyelvi beállítása"
551
 
552
- #: contact_form.php:835
553
  #, fuzzy
554
  msgid "Add a language"
555
  msgstr "Nyelv hozzáadása"
556
 
557
- #: contact_form.php:839
558
  msgid "Change the names of the contact form fields and error messages"
559
  msgstr "A Kapcsolatfelvételi Ürlap mező és hibaüzenet neveinek módosítása"
560
 
561
- #: contact_form.php:844
562
- #: contact_form.php:917
563
  msgid "English"
564
  msgstr "Angol"
565
 
566
- #: contact_form.php:861
567
- #: contact_form.php:891
 
 
 
 
 
568
  #, fuzzy
569
  msgid "Tips below the Attachment block"
570
  msgstr "Tippek megjelenítése a Csatolmányok doboz alatt"
571
 
572
- #: contact_form.php:864
573
- #: contact_form.php:894
574
  msgid "Error message for the Name field"
575
  msgstr "Név mező hibaüzenet"
576
 
577
- #: contact_form.php:865
578
- #: contact_form.php:895
579
  #, fuzzy
580
  msgid "Error message for the Address field"
581
  msgstr "Üzenet mező hibaüzenet"
582
 
583
- #: contact_form.php:866
584
- #: contact_form.php:896
585
  msgid "Error message for the Email field"
586
  msgstr "Email cím mező hibaüzenet"
587
 
588
- #: contact_form.php:867
589
- #: contact_form.php:897
590
  msgid "Error message for the Phone field"
591
  msgstr "Telefonszám mező hibaüzenet"
592
 
593
- #: contact_form.php:868
594
- #: contact_form.php:898
595
  msgid "Error message for the Subject field"
596
  msgstr "Tárgy mező hibaüzenet"
597
 
598
- #: contact_form.php:869
599
- #: contact_form.php:899
600
  msgid "Error message for the Message field"
601
  msgstr "Üzenet mező hibaüzenet"
602
 
603
- #: contact_form.php:870
604
- #: contact_form.php:900
605
  #, fuzzy
606
  msgid "Error message about the file type for the Attachment field"
607
  msgstr "Csatolmány doboz hibaüzenet"
608
 
609
- #: contact_form.php:871
610
- #: contact_form.php:901
611
  #, fuzzy
612
  msgid "Error message while uploading a file for the Attachment field to the server"
613
  msgstr "Csatolmány doboz hibaüzenet"
614
 
615
- #: contact_form.php:872
616
- #: contact_form.php:902
617
  #, fuzzy
618
  msgid "Error message while moving the file for the Attachment field"
619
  msgstr "Csatolmány doboz hibaüzenet"
620
 
621
- #: contact_form.php:873
622
- #: contact_form.php:903
623
  #, fuzzy
624
  msgid "Error message when file size limit for the Attachment field is exceeded"
625
  msgstr "Csatolmány doboz hibaüzenet"
626
 
627
- #: contact_form.php:874
628
- #: contact_form.php:904
629
  msgid "Error message for the Captcha field"
630
  msgstr "CAPTCHA mező hibaüzenet"
631
 
632
- #: contact_form.php:875
633
- #: contact_form.php:905
634
  msgid "Error message for the whole form"
635
  msgstr "Hibaüzenet az egész form számára"
636
 
637
- #: contact_form.php:877
638
- #: contact_form.php:907
639
- #: contact_form.php:926
640
- #: contact_form.php:932
641
  msgid "Use shortcode"
642
  msgstr "Gyorskód használata"
643
 
644
- #: contact_form.php:877
645
- #: contact_form.php:907
646
- #: contact_form.php:926
647
- #: contact_form.php:932
648
  msgid "for this language"
649
  msgstr "ehhez a nyelvhez"
650
 
651
- #: contact_form.php:914
652
  msgid "Action after email is sent"
653
  msgstr "Művelet az email elküldése után"
654
 
655
- #: contact_form.php:916
656
  msgid "Display text"
657
  msgstr "Szöveg megjelenítése"
658
 
659
- #: contact_form.php:925
660
- #: contact_form.php:931
661
  msgid "Text"
662
  msgstr "Szöveg"
663
 
664
- #: contact_form.php:938
665
  msgid "Redirect to the page"
666
  msgstr "Átirányítás egy weboldalra"
667
 
668
- #: contact_form.php:939
669
  msgid "Url"
670
  msgstr "Url"
671
 
672
- #: contact_form.php:944
673
- #: contact_form.php:1137
674
  msgid "Save Changes"
675
  msgstr "Módosítások Mentése"
676
 
677
- #: contact_form.php:950
678
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
679
  msgstr ""
680
 
681
- #: contact_form.php:951
682
  #, fuzzy
683
  msgid "Rate the plugin"
684
  msgstr "Ajánlott pluginok"
685
 
686
- #: contact_form.php:954
687
  #, fuzzy
688
  msgid "If there is something wrong about it, please contact us"
689
  msgstr "Amennyiben kérdése van, kérjük írjon nekünk a plugin@bestwebsoft.com címre vagy töltse ki a kapcsolatfelvételi lapot a weboldalon"
690
 
691
- #: contact_form.php:971
692
- #, fuzzy
693
- msgid "Contact Form Pro | Extra Settings"
694
- msgstr "Kapcsolatfelvételi Ürlap Beállítások"
695
-
696
- #: contact_form.php:986
697
  msgid "Errors output"
698
  msgstr ""
699
 
700
- #: contact_form.php:989
701
  msgid "Display error messages"
702
  msgstr ""
703
 
704
- #: contact_form.php:990
705
  msgid "Color of the input field errors."
706
  msgstr ""
707
 
708
- #: contact_form.php:991
709
  #, fuzzy
710
  msgid "Display error messages & color of the input field errors"
711
  msgstr "Tárgy mező hibaüzenet"
712
 
713
- #: contact_form.php:996
714
  msgid "Add placeholder to the input blocks"
715
  msgstr ""
716
 
717
- #: contact_form.php:1002
718
  #, fuzzy
719
  msgid "Add tooltips"
720
  msgstr "További opciók"
721
 
722
- #: contact_form.php:1016
723
  #, fuzzy
724
  msgid "Email address"
725
  msgstr "Email cím:"
726
 
727
- #: contact_form.php:1021
728
  #, fuzzy
729
  msgid "Phone Number"
730
  msgstr "Telefonszám:"
731
 
732
- #: contact_form.php:1035
733
  #, fuzzy
734
  msgid "Attachment"
735
  msgstr "Csatolmány:"
736
 
737
- #: contact_form.php:1040
738
  msgid "(powered by bestwebsoft.com)"
739
  msgstr ""
740
 
741
- #: contact_form.php:1045
742
  #, fuzzy
743
  msgid "Style options"
744
  msgstr "További opciók"
745
 
746
- #: contact_form.php:1048
747
  msgid "Text color"
748
  msgstr ""
749
 
750
- #: contact_form.php:1051
751
- #: contact_form.php:1056
752
- #: contact_form.php:1066
753
- #: contact_form.php:1071
754
- #: contact_form.php:1076
755
- #: contact_form.php:1081
756
- #: contact_form.php:1091
757
- #: contact_form.php:1096
758
- #: contact_form.php:1102
759
- #: contact_form.php:1113
760
- #: contact_form.php:1118
761
- #: contact_form.php:1123
762
  msgid "Default"
763
  msgstr ""
764
 
765
- #: contact_form.php:1053
766
  msgid "Label text color"
767
  msgstr ""
768
 
769
- #: contact_form.php:1058
770
  msgid "Placeholder color"
771
  msgstr ""
772
 
773
- #: contact_form.php:1063
774
  msgid "Errors color"
775
  msgstr ""
776
 
777
- #: contact_form.php:1068
778
  msgid "Error text color"
779
  msgstr ""
780
 
781
- #: contact_form.php:1073
782
  msgid "Background color of the input field errors"
783
  msgstr ""
784
 
785
- #: contact_form.php:1078
786
  msgid "Border color of the input field errors"
787
  msgstr ""
788
 
789
- #: contact_form.php:1083
790
  msgid "Placeholder color of the input field errors"
791
  msgstr ""
792
 
793
- #: contact_form.php:1088
794
  #, fuzzy
795
  msgid "Input fields"
796
  msgstr "Szöveg megjelenítése"
797
 
798
- #: contact_form.php:1093
799
  msgid "Input fields background color"
800
  msgstr ""
801
 
802
- #: contact_form.php:1098
803
  msgid "Text fields color"
804
  msgstr ""
805
 
806
- #: contact_form.php:1100
807
  msgid "Border width in px, numbers only"
808
  msgstr ""
809
 
810
- #: contact_form.php:1104
811
- #: contact_form.php:1125
812
  msgid "Border color"
813
  msgstr ""
814
 
815
- #: contact_form.php:1109
816
  #, fuzzy
817
  msgid "Submit button"
818
  msgstr "Küldés"
819
 
820
- #: contact_form.php:1111
821
  msgid "Width in px, numbers only"
822
  msgstr ""
823
 
824
- #: contact_form.php:1115
825
  msgid "Button color"
826
  msgstr ""
827
 
828
- #: contact_form.php:1120
829
  msgid "Button text color"
830
  msgstr ""
831
 
832
- #: contact_form.php:1141
833
  #, fuzzy
834
  msgid "Contact Form Pro | Preview"
835
  msgstr "Kapcsolatfelvételi Ürlap"
836
 
837
- #: contact_form.php:1144
838
  msgid "Show with errors"
839
  msgstr ""
840
 
841
- #: contact_form.php:1152
842
- #: contact_form.php:1154
843
  msgid "Please enter your full name..."
844
  msgstr ""
845
 
846
- #: contact_form.php:1165
847
- #: contact_form.php:1167
848
  msgid "Please enter your address..."
849
  msgstr ""
850
 
851
- #: contact_form.php:1176
852
- #: contact_form.php:1178
853
  #, fuzzy
854
  msgid "Please enter your email address..."
855
  msgstr "Ezen email cím használata:"
856
 
857
- #: contact_form.php:1187
858
- #: contact_form.php:1189
859
  msgid "Please enter your phone number..."
860
  msgstr ""
861
 
862
- #: contact_form.php:1198
863
- #: contact_form.php:1200
864
  msgid "Please enter subject..."
865
  msgstr ""
866
 
867
- #: contact_form.php:1208
868
- #: contact_form.php:1210
869
  msgid "Please enter your message..."
870
  msgstr ""
871
 
872
- #: contact_form.php:1287
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
873
  msgid "Sorry, email message could not be delivered."
874
  msgstr "Sajnáljuk, az email üzenet nem továbbítható."
875
 
876
- #: contact_form.php:1673
877
  msgid "Contact from"
878
  msgstr "Üzenet küldött"
879
 
880
- #: contact_form.php:1686
881
- #: contact_form.php:1712
882
  msgid "Email"
883
  msgstr "E-mail"
884
 
885
- #: contact_form.php:1690
886
- #: contact_form.php:1714
887
  msgid "Phone"
888
  msgstr "Telefonszám"
889
 
890
- #: contact_form.php:1699
891
- #: contact_form.php:1717
892
  msgid "Site"
893
  msgstr "Oldal"
894
 
895
- #: contact_form.php:1780
896
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
897
  msgstr "Amennyiben ez a MIME nem jelenik meg, akkör az ön Levelezője nem támogatja ezt a MIME típust !"
898
 
899
- #: contact_form.php:1850
900
  msgid "FAQ"
901
  msgstr "GYIK (FAQ)"
902
 
903
- #: contact_form.php:1851
904
  msgid "Support"
905
  msgstr "Támogatás"
906
 
907
- #: contact_form.php:1910
908
  msgid "Are you sure that you want to delete this language data?"
909
  msgstr "Biztosan törölni szeretné ezt a nyelvi adatot ?"
910
 
 
 
 
 
 
 
 
 
911
  #, fuzzy
912
  #~ msgid "Display fields"
913
  #~ msgstr "Szöveg megjelenítése"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-31 18:14+0300\n"
6
+ "PO-Revision-Date: 2014-01-31 18:14+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Karoly Kovacs <karcsi1978@gmail.com>\n"
9
  "Language: hu_HU\n"
17
  "X-Generator: Poedit 1.5.7\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
 
 
 
 
 
 
 
 
 
 
20
  #: contact_form.php:33
21
+ #: contact_form.php:659
22
  #, fuzzy
23
+ msgid "Contact Form Settings"
24
  msgstr "Kapcsolatfelvételi Ürlap Beállítások"
25
 
26
  #: contact_form.php:33
27
+ msgid "Contact Form"
 
 
 
 
 
28
  msgstr "Kapcsolatfelvételi Ürlap"
29
 
30
  #: contact_form.php:80
31
+ #: contact_form.php:977
32
+ #: contact_form.php:1007
33
  msgid "Name:"
34
  msgstr "Noév:"
35
 
36
  #: contact_form.php:81
37
+ #: contact_form.php:978
38
+ #: contact_form.php:1008
39
  #, fuzzy
40
  msgid "Address:"
41
  msgstr "Email cím:"
42
 
43
  #: contact_form.php:82
44
+ #: contact_form.php:979
45
+ #: contact_form.php:1009
46
  msgid "Email Address:"
47
  msgstr "Email cím:"
48
 
49
  #: contact_form.php:83
50
+ #: contact_form.php:980
51
+ #: contact_form.php:1010
52
  msgid "Phone number:"
53
  msgstr "Telefonszám:"
54
 
55
  #: contact_form.php:84
56
+ #: contact_form.php:981
57
+ #: contact_form.php:1011
58
  msgid "Subject:"
59
  msgstr "Tárgy:"
60
 
61
  #: contact_form.php:85
62
+ #: contact_form.php:982
63
+ #: contact_form.php:1012
64
  msgid "Message:"
65
  msgstr "Üzenet:"
66
 
67
  #: contact_form.php:86
68
+ #: contact_form.php:983
69
+ #: contact_form.php:1013
70
  msgid "Attachment:"
71
  msgstr "Csatolmány:"
72
 
75
  msgstr ""
76
 
77
  #: contact_form.php:88
78
+ #: contact_form.php:985
79
+ #: contact_form.php:1015
80
  msgid "Send me a copy"
81
  msgstr "Kérek másolatot"
82
 
83
  #: contact_form.php:89
84
+ #: contact_form.php:986
85
+ #: contact_form.php:1016
86
  msgid "Submit"
87
  msgstr "Küldés"
88
 
140
  msgid "Thank you for contacting us."
141
  msgstr "Köszönjük az üzenetét."
142
 
143
+ #: contact_form.php:202
144
  #, fuzzy
145
  msgid "requires"
146
  msgstr "Kötelező mező"
147
 
148
+ #: contact_form.php:202
149
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
150
  msgstr ""
151
 
152
+ #: contact_form.php:202
153
  msgid "Back to the WordPress"
154
  msgstr ""
155
 
156
+ #: contact_form.php:202
157
  #, fuzzy
158
  msgid "Plugins page"
159
  msgstr "Ajánlott pluginok"
160
 
161
+ #: contact_form.php:493
162
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
163
  msgstr "Amennyiben az 'Átirányítás egy oldalra' opció kiválasztásra kerül, az URL-t az alábbi formátumban kell megadni"
164
 
165
+ #: contact_form.php:502
166
  msgid "Such user does not exist. Settings are not saved."
167
  msgstr "Nincs ilyen felhasználó. Beállítások nem kerültek mentésre."
168
 
169
+ #: contact_form.php:506
170
+ #: contact_form.php:512
171
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
172
  msgstr "Kérem valós email címet adjon meg a 'FKITÖL' mezőben. Beállítások nem kerültek mentésre."
173
 
174
+ #: contact_form.php:517
175
  #, fuzzy
176
  msgid "Settings saved."
177
  msgstr "Opciók elmentve."
178
 
179
+ #: contact_form.php:553
180
+ #: contact_form.php:592
181
+ msgid "Wrong license key"
182
+ msgstr ""
183
+
184
+ #: contact_form.php:585
185
+ msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
186
+ msgstr ""
187
+
188
+ #: contact_form.php:594
189
+ msgid "This license key is bind to another site"
190
+ msgstr ""
191
+
192
+ #: contact_form.php:596
193
+ #: contact_form.php:1382
194
+ msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
195
+ msgstr ""
196
+
197
+ #: contact_form.php:614
198
+ msgid "Failed to open the zip archive. Please, upload the plugin manually"
199
+ msgstr ""
200
+
201
+ #: contact_form.php:620
202
+ msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
203
+ msgstr ""
204
+
205
+ #: contact_form.php:624
206
+ #: contact_form.php:633
207
+ msgid "Failed to download the zip archive. Please, upload the plugin manually"
208
+ msgstr ""
209
+
210
+ #: contact_form.php:637
211
+ msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
212
+ msgstr ""
213
+
214
+ #: contact_form.php:652
215
+ #, fuzzy
216
+ msgid "Please, enter Your license key"
217
+ msgstr "Ezen email cím használata:"
218
+
219
+ #: contact_form.php:661
220
  msgid "Notice:"
221
  msgstr ""
222
 
223
+ #: contact_form.php:661
224
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
225
  msgstr ""
226
 
227
+ #: contact_form.php:664
228
+ #: contact_form.php:1990
229
+ #: contact_form.php:2001
 
230
  msgid "Settings"
231
  msgstr "Beállítások"
232
 
233
+ #: contact_form.php:665
 
234
  #, fuzzy
235
  msgid "Extra settings"
236
  msgstr "Beállítások"
237
 
238
+ #: contact_form.php:666
239
+ msgid "Go PRO"
240
+ msgstr ""
241
+
242
+ #: contact_form.php:672
243
+ #: contact_form.php:1341
244
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
245
  msgstr "Amennyiben szeretné hozzáadni a Kapcsolatfelvételi Ürlapot a weboldalához, másolja ki és illessze be az alábbi kódot egy bejegyzésbe, oldalba vagy widgetbe:"
246
 
247
+ #: contact_form.php:672
248
+ #: contact_form.php:673
249
+ #: contact_form.php:1000
250
+ #: contact_form.php:1049
251
  msgid "or"
252
  msgstr ""
253
 
254
+ #: contact_form.php:673
255
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
256
  msgstr ""
257
 
258
+ #: contact_form.php:674
259
  msgid "They work the same way."
260
  msgstr ""
261
 
262
+ #: contact_form.php:675
263
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
264
  msgstr "Amennyiben ezeket a mezőket üresen hagyja, az üzenet a regisztráció során megadott email címre lesz elküldve."
265
 
266
+ #: contact_form.php:679
267
  msgid "The user's email address:"
268
  msgstr "A felhasználó email címe:"
269
 
270
+ #: contact_form.php:683
271
  msgid "Create a username"
272
  msgstr "felhasználónév létrehozása"
273
 
274
+ #: contact_form.php:688
275
  msgid "Enter a username of the person who should get the messages from the contact form."
276
  msgstr "Adja meg azon személy felhasználónevét, akitől az üzeneteket szeretné kapni a Kapcsolatfelvételi Ürlap segítségével."
277
 
278
+ #: contact_form.php:692
279
  msgid "Use this email address:"
280
  msgstr "Ezen email cím használata:"
281
 
282
+ #: contact_form.php:695
283
  msgid "Enter the email address you want the messages forwarded to."
284
  msgstr "Adja meg az email címet, ahova az üzenetek érkezzenek."
285
 
286
+ #: contact_form.php:701
287
  msgid "Add department selectbox to the contact form:"
288
  msgstr ""
289
 
290
+ #: contact_form.php:709
291
+ #: contact_form.php:1236
292
  msgid "If you upgrade to Pro version all your settings will be saved."
293
  msgstr ""
294
 
295
+ #: contact_form.php:714
296
+ #: contact_form.php:851
297
+ #: contact_form.php:922
298
+ #: contact_form.php:1086
299
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
300
  msgstr ""
301
 
302
+ #: contact_form.php:715
303
+ #: contact_form.php:852
304
+ #: contact_form.php:923
305
+ #: contact_form.php:1087
306
+ #, fuzzy
307
+ msgid "Contact Form Pro"
308
+ msgstr "Kapcsolatfelvételi Ürlap"
309
+
310
+ #: contact_form.php:721
311
  msgid "Save emails to the database"
312
  msgstr ""
313
 
314
+ #: contact_form.php:731
315
+ msgid "Using"
316
+ msgstr ""
317
+
318
+ #: contact_form.php:731
319
+ #: contact_form.php:900
320
+ #: contact_form.php:903
321
+ #: contact_form.php:907
322
+ msgid "powered by"
323
+ msgstr ""
324
+
325
+ #: contact_form.php:734
326
+ #: contact_form.php:738
327
  msgid "Using Contact Form to DB powered by"
328
  msgstr ""
329
 
330
+ #: contact_form.php:734
331
  #, fuzzy
332
  msgid "Activate Contact Form to DB"
333
  msgstr "Kapcsolatfelvételi Ürlap"
334
 
335
+ #: contact_form.php:738
336
  #, fuzzy
337
  msgid "Download Contact Form to DB"
338
  msgstr "Kapcsolatfelvételi Ürlap"
339
 
340
+ #: contact_form.php:743
341
  msgid "Additional options"
342
  msgstr "További opciók"
343
 
344
+ #: contact_form.php:745
345
  msgid "Show"
346
  msgstr ""
347
 
348
+ #: contact_form.php:746
349
  msgid "Hide"
350
  msgstr ""
351
 
352
+ #: contact_form.php:750
353
  msgid "What to use?"
354
  msgstr "Mit szeretne használni?"
355
 
356
+ #: contact_form.php:753
357
  msgid "Wp-mail"
358
  msgstr "Wp-mail"
359
 
360
+ #: contact_form.php:753
361
  msgid "You can use the wp_mail function for mailing"
362
  msgstr "Használhatja a wp_mail funkciót a levelezéshez"
363
 
364
+ #: contact_form.php:755
365
  msgid "Mail"
366
  msgstr "E-mail"
367
 
368
+ #: contact_form.php:755
369
  msgid "To send mail you can use the php mail function"
370
  msgstr "Email küldéshez használhatja a php mail funkciót"
371
 
372
+ #: contact_form.php:759
373
  #, fuzzy
374
  msgid "The text in the 'From' field"
375
  msgstr "A 'KITÖL' mező szövegének módosítása"
376
 
377
+ #: contact_form.php:761
378
  msgid "User name"
379
  msgstr ""
380
 
381
+ #: contact_form.php:762
382
  #, fuzzy
383
  msgid "The name of the user who fills the form will be used in the field 'From'."
384
  msgstr "A felhasználó e-mail címe, akinek az adatai szerepelnek a 'KITÖL' mezőben."
385
 
386
+ #: contact_form.php:765
387
  #, fuzzy
388
  msgid "This text will be used in the 'FROM' field"
389
  msgstr "Ez az email cím szerepel a 'KITÖL' mezőben."
390
 
391
+ #: contact_form.php:769
392
  #, fuzzy
393
  msgid "The email address in the 'From' field"
394
  msgstr "Adja meg a 'KITÖL' mező email címét"
395
 
396
+ #: contact_form.php:771
397
  msgid "User email"
398
  msgstr ""
399
 
400
+ #: contact_form.php:772
401
  #, fuzzy
402
  msgid "The email address of the user who fills the form will be used in the field 'From'."
403
  msgstr "A felhasználó e-mail címe, akinek az adatai szerepelnek a 'KITÖL' mezőben."
404
 
405
+ #: contact_form.php:775
406
  msgid "This email address will be used in the 'From' field."
407
  msgstr "Ez az email cím szerepel a 'KITÖL' mezőben."
408
 
409
+ #: contact_form.php:779
410
  #, fuzzy
411
  msgid "Required symbol"
412
  msgstr "Kötelező mező"
413
 
414
+ #: contact_form.php:789
415
  msgid "Fields"
416
  msgstr ""
417
 
418
+ #: contact_form.php:790
419
  msgid "Used"
420
  msgstr ""
421
 
422
+ #: contact_form.php:791
423
  #, fuzzy
424
  msgid "Required"
425
  msgstr "Kötelező mező"
426
 
427
+ #: contact_form.php:792
428
  msgid "Visible"
429
  msgstr ""
430
 
431
+ #: contact_form.php:793
432
  msgid "Disabled for editing"
433
  msgstr ""
434
 
435
+ #: contact_form.php:794
436
  msgid "Field's default value"
437
  msgstr ""
438
 
439
+ #: contact_form.php:799
440
+ #: contact_form.php:1111
441
+ #: contact_form.php:1831
442
+ #: contact_form.php:1861
443
  msgid "Name"
444
  msgstr "Név"
445
 
446
+ #: contact_form.php:807
447
+ #: contact_form.php:1116
448
+ #: contact_form.php:1835
449
+ #: contact_form.php:1863
450
  #, fuzzy
451
  msgid "Address"
452
  msgstr "Email cím:"
453
 
454
+ #: contact_form.php:815
455
  #, fuzzy
456
  msgid "Email Address"
457
  msgstr "Email cím:"
458
 
459
+ #: contact_form.php:823
460
  #, fuzzy
461
  msgid "Phone number"
462
  msgstr "Telefonszám:"
463
 
464
+ #: contact_form.php:831
465
+ #: contact_form.php:1131
466
+ #: contact_form.php:1845
467
+ #: contact_form.php:1867
468
  msgid "Subject"
469
  msgstr "Sujet"
470
 
471
+ #: contact_form.php:839
472
+ #: contact_form.php:1135
473
+ #: contact_form.php:1848
474
+ #: contact_form.php:1868
475
  msgid "Message"
476
  msgstr "Üzenet"
477
 
478
+ #: contact_form.php:857
479
  #, fuzzy
480
  msgid "Attachment block"
481
  msgstr "Csatolmány doboz megjelenítése"
482
 
483
+ #: contact_form.php:859
484
  msgid "Users can attach the following file formats"
485
  msgstr "A felhasználók a következő fájlformátumokat csatolhatják"
486
 
487
+ #: contact_form.php:873
488
  msgid "Add to the form"
489
  msgstr ""
490
 
491
+ #: contact_form.php:878
492
  #, fuzzy
493
  msgid "Tips below the Attachment"
494
  msgstr "Tippek megjelenítése a Csatolmányok doboz alatt"
495
 
496
+ #: contact_form.php:887
497
  #, fuzzy
498
  msgid "'Send me a copy' block"
499
  msgstr "A 'Kérek másolatot' opció megjelenítése"
500
 
501
+ #: contact_form.php:900
502
+ #: contact_form.php:903
503
+ #: contact_form.php:907
504
+ #: contact_form.php:1145
505
  msgid "Captcha"
506
  msgstr ""
507
 
508
+ #: contact_form.php:903
 
 
 
 
 
 
509
  #, fuzzy
510
  msgid "Activate captcha"
511
  msgstr "Aktivált pluginok"
512
 
513
+ #: contact_form.php:907
514
  #, fuzzy
515
  msgid "Download captcha"
516
  msgstr "Letöltés"
517
 
518
+ #: contact_form.php:915
519
  msgid "Agreement checkbox"
520
  msgstr ""
521
 
522
+ #: contact_form.php:915
523
  msgid "Required checkbox for submitting the form"
524
  msgstr ""
525
 
526
+ #: contact_form.php:916
527
  msgid "Optional checkbox"
528
  msgstr ""
529
 
530
+ #: contact_form.php:916
531
  msgid "Optional checkbox, the results of which will be displayed in email"
532
  msgstr ""
533
 
534
+ #: contact_form.php:927
535
  msgid "Delete an attachment file from the server after the email is sent"
536
  msgstr ""
537
 
538
+ #: contact_form.php:933
539
  msgid "Email in HTML format sending"
540
  msgstr ""
541
 
542
+ #: contact_form.php:937
543
  #, fuzzy
544
  msgid "Display additional info in the email"
545
  msgstr "További információk megjelenítése az emailben"
546
 
547
+ #: contact_form.php:942
548
+ #: contact_form.php:1798
549
+ #: contact_form.php:1800
550
  msgid "Sent from (ip address)"
551
  msgstr "Küldő (IP cím)"
552
 
553
+ #: contact_form.php:942
554
  #, fuzzy
555
  msgid "Example: Sent from (IP address):\t127.0.0.1"
556
  msgstr "Küldő (IP cím)"
557
 
558
+ #: contact_form.php:943
559
+ #: contact_form.php:1804
560
+ #: contact_form.php:1806
561
  msgid "Date/Time"
562
  msgstr "Dátum/Idő"
563
 
564
+ #: contact_form.php:943
565
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
566
  msgstr ""
567
 
568
+ #: contact_form.php:944
569
+ #: contact_form.php:1810
570
+ #: contact_form.php:1812
571
  msgid "Sent from (referer)"
572
  msgstr "Envoyer de (référence)"
573
 
574
+ #: contact_form.php:944
575
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
576
  msgstr ""
577
 
578
+ #: contact_form.php:945
579
+ #: contact_form.php:1816
580
+ #: contact_form.php:1818
581
  msgid "Using (user agent)"
582
  msgstr "Alkalmazás (böngésző)"
583
 
584
+ #: contact_form.php:945
585
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
586
  msgstr ""
587
 
588
+ #: contact_form.php:949
589
  msgid "Language settings for the field names in the form"
590
  msgstr "Az ürlap mezőinek nyelvi beállítása"
591
 
592
+ #: contact_form.php:958
593
  #, fuzzy
594
  msgid "Add a language"
595
  msgstr "Nyelv hozzáadása"
596
 
597
+ #: contact_form.php:962
598
  msgid "Change the names of the contact form fields and error messages"
599
  msgstr "A Kapcsolatfelvételi Ürlap mező és hibaüzenet neveinek módosítása"
600
 
601
+ #: contact_form.php:967
602
+ #: contact_form.php:1040
603
  msgid "English"
604
  msgstr "Angol"
605
 
606
+ #: contact_form.php:975
607
+ #: contact_form.php:1005
608
+ msgid "click to expand/hide the list"
609
+ msgstr ""
610
+
611
+ #: contact_form.php:984
612
+ #: contact_form.php:1014
613
  #, fuzzy
614
  msgid "Tips below the Attachment block"
615
  msgstr "Tippek megjelenítése a Csatolmányok doboz alatt"
616
 
617
+ #: contact_form.php:987
618
+ #: contact_form.php:1017
619
  msgid "Error message for the Name field"
620
  msgstr "Név mező hibaüzenet"
621
 
622
+ #: contact_form.php:988
623
+ #: contact_form.php:1018
624
  #, fuzzy
625
  msgid "Error message for the Address field"
626
  msgstr "Üzenet mező hibaüzenet"
627
 
628
+ #: contact_form.php:989
629
+ #: contact_form.php:1019
630
  msgid "Error message for the Email field"
631
  msgstr "Email cím mező hibaüzenet"
632
 
633
+ #: contact_form.php:990
634
+ #: contact_form.php:1020
635
  msgid "Error message for the Phone field"
636
  msgstr "Telefonszám mező hibaüzenet"
637
 
638
+ #: contact_form.php:991
639
+ #: contact_form.php:1021
640
  msgid "Error message for the Subject field"
641
  msgstr "Tárgy mező hibaüzenet"
642
 
643
+ #: contact_form.php:992
644
+ #: contact_form.php:1022
645
  msgid "Error message for the Message field"
646
  msgstr "Üzenet mező hibaüzenet"
647
 
648
+ #: contact_form.php:993
649
+ #: contact_form.php:1023
650
  #, fuzzy
651
  msgid "Error message about the file type for the Attachment field"
652
  msgstr "Csatolmány doboz hibaüzenet"
653
 
654
+ #: contact_form.php:994
655
+ #: contact_form.php:1024
656
  #, fuzzy
657
  msgid "Error message while uploading a file for the Attachment field to the server"
658
  msgstr "Csatolmány doboz hibaüzenet"
659
 
660
+ #: contact_form.php:995
661
+ #: contact_form.php:1025
662
  #, fuzzy
663
  msgid "Error message while moving the file for the Attachment field"
664
  msgstr "Csatolmány doboz hibaüzenet"
665
 
666
+ #: contact_form.php:996
667
+ #: contact_form.php:1026
668
  #, fuzzy
669
  msgid "Error message when file size limit for the Attachment field is exceeded"
670
  msgstr "Csatolmány doboz hibaüzenet"
671
 
672
+ #: contact_form.php:997
673
+ #: contact_form.php:1027
674
  msgid "Error message for the Captcha field"
675
  msgstr "CAPTCHA mező hibaüzenet"
676
 
677
+ #: contact_form.php:998
678
+ #: contact_form.php:1028
679
  msgid "Error message for the whole form"
680
  msgstr "Hibaüzenet az egész form számára"
681
 
682
+ #: contact_form.php:1000
683
+ #: contact_form.php:1030
684
+ #: contact_form.php:1049
685
+ #: contact_form.php:1055
686
  msgid "Use shortcode"
687
  msgstr "Gyorskód használata"
688
 
689
+ #: contact_form.php:1000
690
+ #: contact_form.php:1030
691
+ #: contact_form.php:1049
692
+ #: contact_form.php:1055
693
  msgid "for this language"
694
  msgstr "ehhez a nyelvhez"
695
 
696
+ #: contact_form.php:1037
697
  msgid "Action after email is sent"
698
  msgstr "Művelet az email elküldése után"
699
 
700
+ #: contact_form.php:1039
701
  msgid "Display text"
702
  msgstr "Szöveg megjelenítése"
703
 
704
+ #: contact_form.php:1048
705
+ #: contact_form.php:1054
706
  msgid "Text"
707
  msgstr "Szöveg"
708
 
709
+ #: contact_form.php:1061
710
  msgid "Redirect to the page"
711
  msgstr "Átirányítás egy weboldalra"
712
 
713
+ #: contact_form.php:1062
714
  msgid "Url"
715
  msgstr "Url"
716
 
717
+ #: contact_form.php:1067
718
+ #: contact_form.php:1242
719
  msgid "Save Changes"
720
  msgstr "Módosítások Mentése"
721
 
722
+ #: contact_form.php:1072
723
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
724
  msgstr ""
725
 
726
+ #: contact_form.php:1073
727
  #, fuzzy
728
  msgid "Rate the plugin"
729
  msgstr "Ajánlott pluginok"
730
 
731
+ #: contact_form.php:1076
732
  #, fuzzy
733
  msgid "If there is something wrong about it, please contact us"
734
  msgstr "Amennyiben kérdése van, kérjük írjon nekünk a plugin@bestwebsoft.com címre vagy töltse ki a kapcsolatfelvételi lapot a weboldalon"
735
 
736
+ #: contact_form.php:1091
 
 
 
 
 
737
  msgid "Errors output"
738
  msgstr ""
739
 
740
+ #: contact_form.php:1094
741
  msgid "Display error messages"
742
  msgstr ""
743
 
744
+ #: contact_form.php:1095
745
  msgid "Color of the input field errors."
746
  msgstr ""
747
 
748
+ #: contact_form.php:1096
749
  #, fuzzy
750
  msgid "Display error messages & color of the input field errors"
751
  msgstr "Tárgy mező hibaüzenet"
752
 
753
+ #: contact_form.php:1101
754
  msgid "Add placeholder to the input blocks"
755
  msgstr ""
756
 
757
+ #: contact_form.php:1107
758
  #, fuzzy
759
  msgid "Add tooltips"
760
  msgstr "További opciók"
761
 
762
+ #: contact_form.php:1121
763
  #, fuzzy
764
  msgid "Email address"
765
  msgstr "Email cím:"
766
 
767
+ #: contact_form.php:1126
768
  #, fuzzy
769
  msgid "Phone Number"
770
  msgstr "Telefonszám:"
771
 
772
+ #: contact_form.php:1140
773
  #, fuzzy
774
  msgid "Attachment"
775
  msgstr "Csatolmány:"
776
 
777
+ #: contact_form.php:1145
778
  msgid "(powered by bestwebsoft.com)"
779
  msgstr ""
780
 
781
+ #: contact_form.php:1150
782
  #, fuzzy
783
  msgid "Style options"
784
  msgstr "További opciók"
785
 
786
+ #: contact_form.php:1153
787
  msgid "Text color"
788
  msgstr ""
789
 
790
+ #: contact_form.php:1156
791
+ #: contact_form.php:1161
792
+ #: contact_form.php:1171
793
+ #: contact_form.php:1176
794
+ #: contact_form.php:1181
795
+ #: contact_form.php:1186
796
+ #: contact_form.php:1196
797
+ #: contact_form.php:1201
798
+ #: contact_form.php:1207
799
+ #: contact_form.php:1218
800
+ #: contact_form.php:1223
801
+ #: contact_form.php:1228
802
  msgid "Default"
803
  msgstr ""
804
 
805
+ #: contact_form.php:1158
806
  msgid "Label text color"
807
  msgstr ""
808
 
809
+ #: contact_form.php:1163
810
  msgid "Placeholder color"
811
  msgstr ""
812
 
813
+ #: contact_form.php:1168
814
  msgid "Errors color"
815
  msgstr ""
816
 
817
+ #: contact_form.php:1173
818
  msgid "Error text color"
819
  msgstr ""
820
 
821
+ #: contact_form.php:1178
822
  msgid "Background color of the input field errors"
823
  msgstr ""
824
 
825
+ #: contact_form.php:1183
826
  msgid "Border color of the input field errors"
827
  msgstr ""
828
 
829
+ #: contact_form.php:1188
830
  msgid "Placeholder color of the input field errors"
831
  msgstr ""
832
 
833
+ #: contact_form.php:1193
834
  #, fuzzy
835
  msgid "Input fields"
836
  msgstr "Szöveg megjelenítése"
837
 
838
+ #: contact_form.php:1198
839
  msgid "Input fields background color"
840
  msgstr ""
841
 
842
+ #: contact_form.php:1203
843
  msgid "Text fields color"
844
  msgstr ""
845
 
846
+ #: contact_form.php:1205
847
  msgid "Border width in px, numbers only"
848
  msgstr ""
849
 
850
+ #: contact_form.php:1209
851
+ #: contact_form.php:1230
852
  msgid "Border color"
853
  msgstr ""
854
 
855
+ #: contact_form.php:1214
856
  #, fuzzy
857
  msgid "Submit button"
858
  msgstr "Küldés"
859
 
860
+ #: contact_form.php:1216
861
  msgid "Width in px, numbers only"
862
  msgstr ""
863
 
864
+ #: contact_form.php:1220
865
  msgid "Button color"
866
  msgstr ""
867
 
868
+ #: contact_form.php:1225
869
  msgid "Button text color"
870
  msgstr ""
871
 
872
+ #: contact_form.php:1246
873
  #, fuzzy
874
  msgid "Contact Form Pro | Preview"
875
  msgstr "Kapcsolatfelvételi Ürlap"
876
 
877
+ #: contact_form.php:1249
878
  msgid "Show with errors"
879
  msgstr ""
880
 
881
+ #: contact_form.php:1257
882
+ #: contact_form.php:1259
883
  msgid "Please enter your full name..."
884
  msgstr ""
885
 
886
+ #: contact_form.php:1270
887
+ #: contact_form.php:1272
888
  msgid "Please enter your address..."
889
  msgstr ""
890
 
891
+ #: contact_form.php:1281
892
+ #: contact_form.php:1283
893
  #, fuzzy
894
  msgid "Please enter your email address..."
895
  msgstr "Ezen email cím használata:"
896
 
897
+ #: contact_form.php:1292
898
+ #: contact_form.php:1294
899
  msgid "Please enter your phone number..."
900
  msgstr ""
901
 
902
+ #: contact_form.php:1303
903
+ #: contact_form.php:1305
904
  msgid "Please enter subject..."
905
  msgstr ""
906
 
907
+ #: contact_form.php:1313
908
+ #: contact_form.php:1315
909
  msgid "Please enter your message..."
910
  msgstr ""
911
 
912
+ #: contact_form.php:1357
913
+ msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
914
+ msgstr ""
915
+
916
+ #: contact_form.php:1359
917
+ msgid "Please, go to"
918
+ msgstr ""
919
+
920
+ #: contact_form.php:1359
921
+ #, fuzzy
922
+ msgid "the setting page"
923
+ msgstr "Beállítások"
924
+
925
+ #: contact_form.php:1360
926
+ msgid "You will be redirected automatically in 5 seconds."
927
+ msgstr ""
928
+
929
+ #: contact_form.php:1365
930
+ msgid "You can download and activate"
931
+ msgstr ""
932
+
933
+ #: contact_form.php:1367
934
+ msgid "version of this plugin by entering Your license key."
935
+ msgstr ""
936
+
937
+ #: contact_form.php:1369
938
+ msgid "You can find your license key on your personal page Client area, by clicking on the link"
939
+ msgstr ""
940
+
941
+ #: contact_form.php:1371
942
+ msgid "(your username is the email you specify when purchasing the product)."
943
+ msgstr ""
944
+
945
+ #: contact_form.php:1379
946
+ #: contact_form.php:1389
947
+ msgid "Go!"
948
+ msgstr ""
949
+
950
+ #: contact_form.php:1439
951
  msgid "Sorry, email message could not be delivered."
952
  msgstr "Sajnáljuk, az email üzenet nem továbbítható."
953
 
954
+ #: contact_form.php:1825
955
  msgid "Contact from"
956
  msgstr "Üzenet küldött"
957
 
958
+ #: contact_form.php:1838
959
+ #: contact_form.php:1864
960
  msgid "Email"
961
  msgstr "E-mail"
962
 
963
+ #: contact_form.php:1842
964
+ #: contact_form.php:1866
965
  msgid "Phone"
966
  msgstr "Telefonszám"
967
 
968
+ #: contact_form.php:1851
969
+ #: contact_form.php:1869
970
  msgid "Site"
971
  msgstr "Oldal"
972
 
973
+ #: contact_form.php:1932
974
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
975
  msgstr "Amennyiben ez a MIME nem jelenik meg, akkör az ön Levelezője nem támogatja ezt a MIME típust !"
976
 
977
+ #: contact_form.php:2002
978
  msgid "FAQ"
979
  msgstr "GYIK (FAQ)"
980
 
981
+ #: contact_form.php:2003
982
  msgid "Support"
983
  msgstr "Támogatás"
984
 
985
+ #: contact_form.php:2061
986
  msgid "Are you sure that you want to delete this language data?"
987
  msgstr "Biztosan törölni szeretné ezt a nyelvi adatot ?"
988
 
989
+ #, fuzzy
990
+ #~ msgid "Contact Form Pro Extra Settings"
991
+ #~ msgstr "Kapcsolatfelvételi Ürlap Beállítások"
992
+
993
+ #, fuzzy
994
+ #~ msgid "Contact Form Pro | Extra Settings"
995
+ #~ msgstr "Kapcsolatfelvételi Ürlap Beállítások"
996
+
997
  #, fuzzy
998
  #~ msgid "Display fields"
999
  #~ msgstr "Szöveg megjelenítése"
languages/contact_form-it_IT.mo CHANGED
Binary file
languages/contact_form-it_IT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-12-17 16:52+0300\n"
6
- "PO-Revision-Date: 2013-12-17 16:52+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Ilian Gagliardi <ilian@ultra-violet.it>\n"
9
  "Language: it_IT\n"
@@ -16,70 +16,56 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:32
20
- #: contact_form.php:538
21
- #, fuzzy
22
- msgid "Contact Form Settings"
23
- msgstr "Opzioni Contact Form"
24
-
25
- #: contact_form.php:32
26
- msgid "Contact Form"
27
- msgstr "Contact Form"
28
-
29
  #: contact_form.php:33
 
30
  #, fuzzy
31
- msgid "Contact Form Pro Extra Settings"
32
  msgstr "Opzioni Contact Form"
33
 
34
  #: contact_form.php:33
35
- #: contact_form.php:592
36
- #: contact_form.php:729
37
- #: contact_form.php:800
38
- #: contact_form.php:982
39
- #, fuzzy
40
- msgid "Contact Form Pro"
41
  msgstr "Contact Form"
42
 
43
  #: contact_form.php:80
44
- #: contact_form.php:854
45
- #: contact_form.php:884
46
  msgid "Name:"
47
  msgstr "Nome:"
48
 
49
  #: contact_form.php:81
50
- #: contact_form.php:855
51
- #: contact_form.php:885
52
  #, fuzzy
53
  msgid "Address:"
54
  msgstr "Indirizzo e-mail:"
55
 
56
  #: contact_form.php:82
57
- #: contact_form.php:856
58
- #: contact_form.php:886
59
  msgid "Email Address:"
60
  msgstr "Indirizzo e-mail:"
61
 
62
  #: contact_form.php:83
63
- #: contact_form.php:857
64
- #: contact_form.php:887
65
  msgid "Phone number:"
66
  msgstr "Numero di telefono:"
67
 
68
  #: contact_form.php:84
69
- #: contact_form.php:858
70
- #: contact_form.php:888
71
  msgid "Subject:"
72
  msgstr "Oggetto:"
73
 
74
  #: contact_form.php:85
75
- #: contact_form.php:859
76
- #: contact_form.php:889
77
  msgid "Message:"
78
  msgstr "Messaggio:"
79
 
80
  #: contact_form.php:86
81
- #: contact_form.php:860
82
- #: contact_form.php:890
83
  msgid "Attachment:"
84
  msgstr "Attachment:"
85
 
@@ -88,14 +74,14 @@ msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI,
88
  msgstr ""
89
 
90
  #: contact_form.php:88
91
- #: contact_form.php:862
92
- #: contact_form.php:892
93
  msgid "Send me a copy"
94
  msgstr "Inviami una copia"
95
 
96
  #: contact_form.php:89
97
- #: contact_form.php:863
98
- #: contact_form.php:893
99
  msgid "Submit"
100
  msgstr "Invia"
101
 
@@ -152,756 +138,856 @@ msgstr "Controlla i dati del modulo e riprova!"
152
  msgid "Thank you for contacting us."
153
  msgstr "Grazie per averci contattato."
154
 
155
- #: contact_form.php:203
156
  #, fuzzy
157
  msgid "requires"
158
  msgstr "Campi richiesti"
159
 
160
- #: contact_form.php:203
161
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
162
  msgstr ""
163
 
164
- #: contact_form.php:203
165
  msgid "Back to the WordPress"
166
  msgstr ""
167
 
168
- #: contact_form.php:203
169
  #, fuzzy
170
  msgid "Plugins page"
171
  msgstr "BWS Plugins"
172
 
173
- #: contact_form.php:494
174
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
175
  msgstr "se l'opzione 'Reindirizza a pagina' è impostata, allora il campo URL deve essere nel seguente formato"
176
 
177
- #: contact_form.php:503
178
  msgid "Such user does not exist. Settings are not saved."
179
  msgstr "L'utente indicato non esiste. Le opzioni non sono state salvate."
180
 
181
- #: contact_form.php:507
182
- #: contact_form.php:513
183
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
184
  msgstr "Perfavore inserisci una e-mail corretta nel campo 'DA'. Opzioni non salvate."
185
 
186
- #: contact_form.php:518
187
  #, fuzzy
188
  msgid "Settings saved."
189
  msgstr "Opzioni salvate."
190
 
191
- #: contact_form.php:540
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
192
  msgid "Notice:"
193
  msgstr ""
194
 
195
- #: contact_form.php:540
196
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
197
  msgstr ""
198
 
199
- #: contact_form.php:543
200
- #: contact_form.php:973
201
- #: contact_form.php:1838
202
- #: contact_form.php:1849
203
  msgid "Settings"
204
  msgstr "Settaggi"
205
 
206
- #: contact_form.php:544
207
- #: contact_form.php:974
208
  #, fuzzy
209
  msgid "Extra settings"
210
  msgstr "Settaggi"
211
 
212
- #: contact_form.php:549
213
- #: contact_form.php:1236
 
 
 
 
214
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
215
  msgstr "Se vuoi aggiungere un Contact Form al tuo sito, copia e incolla questo shortcode nei tuoi post o nelle tue pagine o widget:"
216
 
217
- #: contact_form.php:549
218
- #: contact_form.php:550
219
- #: contact_form.php:877
220
- #: contact_form.php:926
221
  msgid "or"
222
  msgstr ""
223
 
224
- #: contact_form.php:550
225
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
226
  msgstr ""
227
 
228
- #: contact_form.php:551
229
  msgid "They work the same way."
230
  msgstr ""
231
 
232
- #: contact_form.php:552
233
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
234
  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. "
235
 
236
- #: contact_form.php:556
237
  msgid "The user's email address:"
238
  msgstr "Utilizza l'e-mail dell'utente wordpress:"
239
 
240
- #: contact_form.php:560
241
  msgid "Create a username"
242
  msgstr "Seleziona nome utente"
243
 
244
- #: contact_form.php:565
245
  msgid "Enter a username of the person who should get the messages from the contact form."
246
  msgstr "Imposta il nome dell'utente che riceverà i messaggi da un contact form."
247
 
248
- #: contact_form.php:569
249
  msgid "Use this email address:"
250
  msgstr "Utilizza questa e-mail:"
251
 
252
- #: contact_form.php:572
253
  msgid "Enter the email address you want the messages forwarded to."
254
  msgstr "Imposta una e-mail che verrà utilizzata per ricevere i messaggi."
255
 
256
- #: contact_form.php:578
257
  msgid "Add department selectbox to the contact form:"
258
  msgstr ""
259
 
260
- #: contact_form.php:586
261
- #: contact_form.php:1131
262
  msgid "If you upgrade to Pro version all your settings will be saved."
263
  msgstr ""
264
 
265
- #: contact_form.php:591
266
- #: contact_form.php:728
267
- #: contact_form.php:799
268
- #: contact_form.php:981
269
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
270
  msgstr ""
271
 
272
- #: contact_form.php:598
 
 
 
 
 
 
 
 
273
  msgid "Save emails to the database"
274
  msgstr ""
275
 
276
- #: contact_form.php:608
277
- #: contact_form.php:611
278
- #: contact_form.php:615
 
 
 
 
 
 
 
 
 
 
279
  msgid "Using Contact Form to DB powered by"
280
  msgstr ""
281
 
282
- #: contact_form.php:611
283
  #, fuzzy
284
  msgid "Activate Contact Form to DB"
285
  msgstr "Contact Form"
286
 
287
- #: contact_form.php:615
288
  #, fuzzy
289
  msgid "Download Contact Form to DB"
290
  msgstr "Contact Form"
291
 
292
- #: contact_form.php:620
293
  msgid "Additional options"
294
  msgstr "Impostazioni aggiuntive"
295
 
296
- #: contact_form.php:622
297
  msgid "Show"
298
  msgstr ""
299
 
300
- #: contact_form.php:623
301
  msgid "Hide"
302
  msgstr ""
303
 
304
- #: contact_form.php:627
305
  msgid "What to use?"
306
  msgstr "Cosa utilizzare?"
307
 
308
- #: contact_form.php:630
309
  msgid "Wp-mail"
310
  msgstr "Wp-mail"
311
 
312
- #: contact_form.php:630
313
  msgid "You can use the wp_mail function for mailing"
314
  msgstr "Per inviare e-mail puoi utilizzare la funzione wp_mail"
315
 
316
- #: contact_form.php:632
317
  msgid "Mail"
318
  msgstr "Mail"
319
 
320
- #: contact_form.php:632
321
  msgid "To send mail you can use the php mail function"
322
  msgstr "Per inviare e-mail puoi utilizzare la funzione mail di php"
323
 
324
- #: contact_form.php:636
325
  #, fuzzy
326
  msgid "The text in the 'From' field"
327
  msgstr "Modifica il contenuto del campo 'DA'"
328
 
329
- #: contact_form.php:638
330
  msgid "User name"
331
  msgstr ""
332
 
333
- #: contact_form.php:639
334
  #, fuzzy
335
  msgid "The name of the user who fills the form will be used in the field 'From'."
336
  msgstr "L'indirizzo e-mail dell'utente che compila il form verrà usato nel campo 'DA'"
337
 
338
- #: contact_form.php:642
339
  #, fuzzy
340
  msgid "This text will be used in the 'FROM' field"
341
  msgstr "Questo indirizzo e-mail verrà utilizzato nel campo 'DA'"
342
 
343
- #: contact_form.php:646
344
  #, fuzzy
345
  msgid "The email address in the 'From' field"
346
  msgstr "Inserisci l'indirizzo e-mail nel campo 'DA'"
347
 
348
- #: contact_form.php:648
349
  msgid "User email"
350
  msgstr ""
351
 
352
- #: contact_form.php:649
353
  msgid "The email address of the user who fills the form will be used in the field 'From'."
354
  msgstr "L'indirizzo e-mail dell'utente che compila il form verrà usato nel campo 'DA'"
355
 
356
- #: contact_form.php:652
357
  msgid "This email address will be used in the 'From' field."
358
  msgstr "Questo indirizzo e-mail verrà utilizzato nel campo 'DA'"
359
 
360
- #: contact_form.php:656
361
  #, fuzzy
362
  msgid "Required symbol"
363
  msgstr "Campi richiesti"
364
 
365
- #: contact_form.php:666
366
  msgid "Fields"
367
  msgstr ""
368
 
369
- #: contact_form.php:667
370
  msgid "Used"
371
  msgstr ""
372
 
373
- #: contact_form.php:668
374
  #, fuzzy
375
  msgid "Required"
376
  msgstr "Campi richiesti"
377
 
378
- #: contact_form.php:669
379
  msgid "Visible"
380
  msgstr ""
381
 
382
- #: contact_form.php:670
383
  msgid "Disabled for editing"
384
  msgstr ""
385
 
386
- #: contact_form.php:671
387
  msgid "Field's default value"
388
  msgstr ""
389
 
390
- #: contact_form.php:676
391
- #: contact_form.php:1006
392
- #: contact_form.php:1679
393
- #: contact_form.php:1709
394
  msgid "Name"
395
  msgstr "Nome"
396
 
397
- #: contact_form.php:684
398
- #: contact_form.php:1011
399
- #: contact_form.php:1683
400
- #: contact_form.php:1711
401
  #, fuzzy
402
  msgid "Address"
403
  msgstr "Indirizzo e-mail"
404
 
405
- #: contact_form.php:692
406
  msgid "Email Address"
407
  msgstr "Indirizzo e-mail"
408
 
409
- #: contact_form.php:700
410
  #, fuzzy
411
  msgid "Phone number"
412
  msgstr "Numero di telefono:"
413
 
414
- #: contact_form.php:708
415
- #: contact_form.php:1026
416
- #: contact_form.php:1693
417
- #: contact_form.php:1715
418
  msgid "Subject"
419
  msgstr "Oggetto"
420
 
421
- #: contact_form.php:716
422
- #: contact_form.php:1030
423
- #: contact_form.php:1696
424
- #: contact_form.php:1716
425
  msgid "Message"
426
  msgstr "Messaggio"
427
 
428
- #: contact_form.php:734
429
  #, fuzzy
430
  msgid "Attachment block"
431
  msgstr "Visualizza l'attachment"
432
 
433
- #: contact_form.php:736
434
  msgid "Users can attach the following file formats"
435
  msgstr "Gli utenti possono allegare i files nei seguenti tipi"
436
 
437
- #: contact_form.php:750
438
  msgid "Add to the form"
439
  msgstr ""
440
 
441
- #: contact_form.php:755
442
  #, fuzzy
443
  msgid "Tips below the Attachment"
444
  msgstr "Visualizza suggeriementi sotto il blocco Allegato"
445
 
446
- #: contact_form.php:764
447
  #, fuzzy
448
  msgid "'Send me a copy' block"
449
  msgstr "Visualizza il blocco \"Inviami una copia\" "
450
 
451
- #: contact_form.php:777
452
- #: contact_form.php:780
453
- #: contact_form.php:784
454
- #: contact_form.php:1040
455
  msgid "Captcha"
456
  msgstr ""
457
 
458
- #: contact_form.php:777
459
- #: contact_form.php:780
460
- #: contact_form.php:784
461
- msgid "powered by"
462
- msgstr ""
463
-
464
- #: contact_form.php:780
465
  #, fuzzy
466
  msgid "Activate captcha"
467
  msgstr "Plugin attivati"
468
 
469
- #: contact_form.php:784
470
  #, fuzzy
471
  msgid "Download captcha"
472
  msgstr "Download"
473
 
474
- #: contact_form.php:792
475
  msgid "Agreement checkbox"
476
  msgstr ""
477
 
478
- #: contact_form.php:792
479
  msgid "Required checkbox for submitting the form"
480
  msgstr ""
481
 
482
- #: contact_form.php:793
483
  msgid "Optional checkbox"
484
  msgstr ""
485
 
486
- #: contact_form.php:793
487
  msgid "Optional checkbox, the results of which will be displayed in email"
488
  msgstr ""
489
 
490
- #: contact_form.php:804
491
  msgid "Delete an attachment file from the server after the email is sent"
492
  msgstr ""
493
 
494
- #: contact_form.php:810
495
  msgid "Email in HTML format sending"
496
  msgstr ""
497
 
498
- #: contact_form.php:814
499
  msgid "Display additional info in the email"
500
  msgstr "Visualizza informazioni aggiuntive nella e-mail"
501
 
502
- #: contact_form.php:819
503
- #: contact_form.php:1646
504
- #: contact_form.php:1648
505
  msgid "Sent from (ip address)"
506
  msgstr "Inviato da (indirizzi IP)"
507
 
508
- #: contact_form.php:819
509
  #, fuzzy
510
  msgid "Example: Sent from (IP address):\t127.0.0.1"
511
  msgstr "Inviato da (indirizzi IP)"
512
 
513
- #: contact_form.php:820
514
- #: contact_form.php:1652
515
- #: contact_form.php:1654
516
  msgid "Date/Time"
517
  msgstr "Data/Ora"
518
 
519
- #: contact_form.php:820
520
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
521
  msgstr ""
522
 
523
- #: contact_form.php:821
524
- #: contact_form.php:1658
525
- #: contact_form.php:1660
526
  msgid "Sent from (referer)"
527
  msgstr "Da (referente)"
528
 
529
- #: contact_form.php:821
530
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
531
  msgstr ""
532
 
533
- #: contact_form.php:822
534
- #: contact_form.php:1664
535
- #: contact_form.php:1666
536
  msgid "Using (user agent)"
537
  msgstr "Utilizza (user agent)"
538
 
539
- #: contact_form.php:822
540
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
541
  msgstr ""
542
 
543
- #: contact_form.php:826
544
  msgid "Language settings for the field names in the form"
545
  msgstr "Impostazione della lingua per i nomi dei campi del form"
546
 
547
- #: contact_form.php:835
548
  msgid "Add a language"
549
  msgstr "Aggiungi un linguaggio"
550
 
551
- #: contact_form.php:839
552
  msgid "Change the names of the contact form fields and error messages"
553
  msgstr "Modifica le etichette dei campi del contact form"
554
 
555
- #: contact_form.php:844
556
- #: contact_form.php:917
557
  msgid "English"
558
  msgstr "Inglese"
559
 
560
- #: contact_form.php:861
561
- #: contact_form.php:891
 
 
 
 
 
562
  #, fuzzy
563
  msgid "Tips below the Attachment block"
564
  msgstr "Visualizza suggeriementi sotto il blocco Allegato"
565
 
566
- #: contact_form.php:864
567
- #: contact_form.php:894
568
  msgid "Error message for the Name field"
569
  msgstr "Messaggio d'errore per il campo Nome"
570
 
571
- #: contact_form.php:865
572
- #: contact_form.php:895
573
  #, fuzzy
574
  msgid "Error message for the Address field"
575
  msgstr "Messaggio d'errore per il campo Testo del Messaggio"
576
 
577
- #: contact_form.php:866
578
- #: contact_form.php:896
579
  msgid "Error message for the Email field"
580
  msgstr "Messaggio d'errore per il campo e-mail"
581
 
582
- #: contact_form.php:867
583
- #: contact_form.php:897
584
  msgid "Error message for the Phone field"
585
  msgstr "Messaggio d'errore per il campo Telefono"
586
 
587
- #: contact_form.php:868
588
- #: contact_form.php:898
589
  msgid "Error message for the Subject field"
590
  msgstr "Messaggio d'errore per il campo Soggetto"
591
 
592
- #: contact_form.php:869
593
- #: contact_form.php:899
594
  msgid "Error message for the Message field"
595
  msgstr "Messaggio d'errore per il campo Testo del Messaggio"
596
 
597
- #: contact_form.php:870
598
- #: contact_form.php:900
599
  #, fuzzy
600
  msgid "Error message about the file type for the Attachment field"
601
  msgstr "Messaggio d'errore per il campo Allegato"
602
 
603
- #: contact_form.php:871
604
- #: contact_form.php:901
605
  #, fuzzy
606
  msgid "Error message while uploading a file for the Attachment field to the server"
607
  msgstr "Messaggio d'errore per il campo Allegato"
608
 
609
- #: contact_form.php:872
610
- #: contact_form.php:902
611
  #, fuzzy
612
  msgid "Error message while moving the file for the Attachment field"
613
  msgstr "Messaggio d'errore per il campo Allegato"
614
 
615
- #: contact_form.php:873
616
- #: contact_form.php:903
617
  #, fuzzy
618
  msgid "Error message when file size limit for the Attachment field is exceeded"
619
  msgstr "Messaggio d'errore per il campo Allegato"
620
 
621
- #: contact_form.php:874
622
- #: contact_form.php:904
623
  msgid "Error message for the Captcha field"
624
  msgstr "Messaggio d'errore per il campo Captcha"
625
 
626
- #: contact_form.php:875
627
- #: contact_form.php:905
628
  msgid "Error message for the whole form"
629
  msgstr "Messaggio d'errore per l'intero modulo"
630
 
631
- #: contact_form.php:877
632
- #: contact_form.php:907
633
- #: contact_form.php:926
634
- #: contact_form.php:932
635
  msgid "Use shortcode"
636
  msgstr "usa lo shortcode"
637
 
638
- #: contact_form.php:877
639
- #: contact_form.php:907
640
- #: contact_form.php:926
641
- #: contact_form.php:932
642
  msgid "for this language"
643
  msgstr "per questa lingua"
644
 
645
- #: contact_form.php:914
646
  msgid "Action after email is sent"
647
  msgstr "Azione successiva all'invio dell'e-mail"
648
 
649
- #: contact_form.php:916
650
  msgid "Display text"
651
  msgstr "Visualizza il testo"
652
 
653
- #: contact_form.php:925
654
- #: contact_form.php:931
655
  msgid "Text"
656
  msgstr "Testo"
657
 
658
- #: contact_form.php:938
659
  msgid "Redirect to the page"
660
  msgstr "Reindirizza alla pagina"
661
 
662
- #: contact_form.php:939
663
  msgid "Url"
664
  msgstr "Url"
665
 
666
- #: contact_form.php:944
667
- #: contact_form.php:1137
668
  msgid "Save Changes"
669
  msgstr "Salva le modifiche"
670
 
671
- #: contact_form.php:950
672
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
673
  msgstr ""
674
 
675
- #: contact_form.php:951
676
  #, fuzzy
677
  msgid "Rate the plugin"
678
  msgstr "Plugin raccomandati"
679
 
680
- #: contact_form.php:954
681
  #, fuzzy
682
  msgid "If there is something wrong about it, please contact us"
683
  msgstr "Se hai domande, per favore contattaci a plugin@bestwebsoft.com o compila il modulo \"contact form\" sul nostro sito"
684
 
685
- #: contact_form.php:971
686
- #, fuzzy
687
- msgid "Contact Form Pro | Extra Settings"
688
- msgstr "Opzioni Contact Form"
689
-
690
- #: contact_form.php:986
691
  msgid "Errors output"
692
  msgstr ""
693
 
694
- #: contact_form.php:989
695
  msgid "Display error messages"
696
  msgstr ""
697
 
698
- #: contact_form.php:990
699
  msgid "Color of the input field errors."
700
  msgstr ""
701
 
702
- #: contact_form.php:991
703
  #, fuzzy
704
  msgid "Display error messages & color of the input field errors"
705
  msgstr "Messaggio d'errore per il campo Soggetto"
706
 
707
- #: contact_form.php:996
708
  msgid "Add placeholder to the input blocks"
709
  msgstr ""
710
 
711
- #: contact_form.php:1002
712
  #, fuzzy
713
  msgid "Add tooltips"
714
  msgstr "Impostazioni aggiuntive"
715
 
716
- #: contact_form.php:1016
717
  #, fuzzy
718
  msgid "Email address"
719
  msgstr "Indirizzo e-mail"
720
 
721
- #: contact_form.php:1021
722
  #, fuzzy
723
  msgid "Phone Number"
724
  msgstr "Numero di telefono:"
725
 
726
- #: contact_form.php:1035
727
  #, fuzzy
728
  msgid "Attachment"
729
  msgstr "Attachment:"
730
 
731
- #: contact_form.php:1040
732
  msgid "(powered by bestwebsoft.com)"
733
  msgstr ""
734
 
735
- #: contact_form.php:1045
736
  #, fuzzy
737
  msgid "Style options"
738
  msgstr "Impostazioni aggiuntive"
739
 
740
- #: contact_form.php:1048
741
  msgid "Text color"
742
  msgstr ""
743
 
744
- #: contact_form.php:1051
745
- #: contact_form.php:1056
746
- #: contact_form.php:1066
747
- #: contact_form.php:1071
748
- #: contact_form.php:1076
749
- #: contact_form.php:1081
750
- #: contact_form.php:1091
751
- #: contact_form.php:1096
752
- #: contact_form.php:1102
753
- #: contact_form.php:1113
754
- #: contact_form.php:1118
755
- #: contact_form.php:1123
756
  msgid "Default"
757
  msgstr ""
758
 
759
- #: contact_form.php:1053
760
  msgid "Label text color"
761
  msgstr ""
762
 
763
- #: contact_form.php:1058
764
  msgid "Placeholder color"
765
  msgstr ""
766
 
767
- #: contact_form.php:1063
768
  msgid "Errors color"
769
  msgstr ""
770
 
771
- #: contact_form.php:1068
772
  msgid "Error text color"
773
  msgstr ""
774
 
775
- #: contact_form.php:1073
776
  msgid "Background color of the input field errors"
777
  msgstr ""
778
 
779
- #: contact_form.php:1078
780
  msgid "Border color of the input field errors"
781
  msgstr ""
782
 
783
- #: contact_form.php:1083
784
  msgid "Placeholder color of the input field errors"
785
  msgstr ""
786
 
787
- #: contact_form.php:1088
788
  #, fuzzy
789
  msgid "Input fields"
790
  msgstr "Visualizza il testo"
791
 
792
- #: contact_form.php:1093
793
  msgid "Input fields background color"
794
  msgstr ""
795
 
796
- #: contact_form.php:1098
797
  msgid "Text fields color"
798
  msgstr ""
799
 
800
- #: contact_form.php:1100
801
  msgid "Border width in px, numbers only"
802
  msgstr ""
803
 
804
- #: contact_form.php:1104
805
- #: contact_form.php:1125
806
  msgid "Border color"
807
  msgstr ""
808
 
809
- #: contact_form.php:1109
810
  #, fuzzy
811
  msgid "Submit button"
812
  msgstr "Invia"
813
 
814
- #: contact_form.php:1111
815
  msgid "Width in px, numbers only"
816
  msgstr ""
817
 
818
- #: contact_form.php:1115
819
  msgid "Button color"
820
  msgstr ""
821
 
822
- #: contact_form.php:1120
823
  msgid "Button text color"
824
  msgstr ""
825
 
826
- #: contact_form.php:1141
827
  #, fuzzy
828
  msgid "Contact Form Pro | Preview"
829
  msgstr "Contact Form"
830
 
831
- #: contact_form.php:1144
832
  msgid "Show with errors"
833
  msgstr ""
834
 
835
- #: contact_form.php:1152
836
- #: contact_form.php:1154
837
  msgid "Please enter your full name..."
838
  msgstr ""
839
 
840
- #: contact_form.php:1165
841
- #: contact_form.php:1167
842
  msgid "Please enter your address..."
843
  msgstr ""
844
 
845
- #: contact_form.php:1176
846
- #: contact_form.php:1178
847
  #, fuzzy
848
  msgid "Please enter your email address..."
849
  msgstr "Utilizza questa e-mail:"
850
 
851
- #: contact_form.php:1187
852
- #: contact_form.php:1189
853
  msgid "Please enter your phone number..."
854
  msgstr ""
855
 
856
- #: contact_form.php:1198
857
- #: contact_form.php:1200
858
  msgid "Please enter subject..."
859
  msgstr ""
860
 
861
- #: contact_form.php:1208
862
- #: contact_form.php:1210
863
  msgid "Please enter your message..."
864
  msgstr ""
865
 
866
- #: contact_form.php:1287
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
867
  msgid "Sorry, email message could not be delivered."
868
  msgstr "Spiacenti, la tua e-mail non può essere consegnata al momento."
869
 
870
- #: contact_form.php:1673
871
  msgid "Contact from"
872
  msgstr "Contact from"
873
 
874
- #: contact_form.php:1686
875
- #: contact_form.php:1712
876
  msgid "Email"
877
  msgstr "e-mail"
878
 
879
- #: contact_form.php:1690
880
- #: contact_form.php:1714
881
  msgid "Phone"
882
  msgstr "Telefono"
883
 
884
- #: contact_form.php:1699
885
- #: contact_form.php:1717
886
  msgid "Site"
887
  msgstr "Sito"
888
 
889
- #: contact_form.php:1780
890
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
891
  msgstr "Se puoi visualizzare questo MIME il tuo client non supporta i MIME types!"
892
 
893
- #: contact_form.php:1850
894
  msgid "FAQ"
895
  msgstr "FAQ"
896
 
897
- #: contact_form.php:1851
898
  msgid "Support"
899
  msgstr "Supporto"
900
 
901
- #: contact_form.php:1910
902
  msgid "Are you sure that you want to delete this language data?"
903
  msgstr "Sei sicuro di voler cancellare questo linguaggio?"
904
 
 
 
 
 
 
 
 
 
905
  #, fuzzy
906
  #~ msgid "Display fields"
907
  #~ msgstr "Visualizza il testo"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-31 18:14+0300\n"
6
+ "PO-Revision-Date: 2014-01-31 18:14+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Ilian Gagliardi <ilian@ultra-violet.it>\n"
9
  "Language: it_IT\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
 
 
 
 
 
 
 
 
 
 
19
  #: contact_form.php:33
20
+ #: contact_form.php:659
21
  #, fuzzy
22
+ msgid "Contact Form Settings"
23
  msgstr "Opzioni Contact Form"
24
 
25
  #: contact_form.php:33
26
+ msgid "Contact Form"
 
 
 
 
 
27
  msgstr "Contact Form"
28
 
29
  #: contact_form.php:80
30
+ #: contact_form.php:977
31
+ #: contact_form.php:1007
32
  msgid "Name:"
33
  msgstr "Nome:"
34
 
35
  #: contact_form.php:81
36
+ #: contact_form.php:978
37
+ #: contact_form.php:1008
38
  #, fuzzy
39
  msgid "Address:"
40
  msgstr "Indirizzo e-mail:"
41
 
42
  #: contact_form.php:82
43
+ #: contact_form.php:979
44
+ #: contact_form.php:1009
45
  msgid "Email Address:"
46
  msgstr "Indirizzo e-mail:"
47
 
48
  #: contact_form.php:83
49
+ #: contact_form.php:980
50
+ #: contact_form.php:1010
51
  msgid "Phone number:"
52
  msgstr "Numero di telefono:"
53
 
54
  #: contact_form.php:84
55
+ #: contact_form.php:981
56
+ #: contact_form.php:1011
57
  msgid "Subject:"
58
  msgstr "Oggetto:"
59
 
60
  #: contact_form.php:85
61
+ #: contact_form.php:982
62
+ #: contact_form.php:1012
63
  msgid "Message:"
64
  msgstr "Messaggio:"
65
 
66
  #: contact_form.php:86
67
+ #: contact_form.php:983
68
+ #: contact_form.php:1013
69
  msgid "Attachment:"
70
  msgstr "Attachment:"
71
 
74
  msgstr ""
75
 
76
  #: contact_form.php:88
77
+ #: contact_form.php:985
78
+ #: contact_form.php:1015
79
  msgid "Send me a copy"
80
  msgstr "Inviami una copia"
81
 
82
  #: contact_form.php:89
83
+ #: contact_form.php:986
84
+ #: contact_form.php:1016
85
  msgid "Submit"
86
  msgstr "Invia"
87
 
138
  msgid "Thank you for contacting us."
139
  msgstr "Grazie per averci contattato."
140
 
141
+ #: contact_form.php:202
142
  #, fuzzy
143
  msgid "requires"
144
  msgstr "Campi richiesti"
145
 
146
+ #: contact_form.php:202
147
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
148
  msgstr ""
149
 
150
+ #: contact_form.php:202
151
  msgid "Back to the WordPress"
152
  msgstr ""
153
 
154
+ #: contact_form.php:202
155
  #, fuzzy
156
  msgid "Plugins page"
157
  msgstr "BWS Plugins"
158
 
159
+ #: contact_form.php:493
160
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
161
  msgstr "se l'opzione 'Reindirizza a pagina' è impostata, allora il campo URL deve essere nel seguente formato"
162
 
163
+ #: contact_form.php:502
164
  msgid "Such user does not exist. Settings are not saved."
165
  msgstr "L'utente indicato non esiste. Le opzioni non sono state salvate."
166
 
167
+ #: contact_form.php:506
168
+ #: contact_form.php:512
169
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
170
  msgstr "Perfavore inserisci una e-mail corretta nel campo 'DA'. Opzioni non salvate."
171
 
172
+ #: contact_form.php:517
173
  #, fuzzy
174
  msgid "Settings saved."
175
  msgstr "Opzioni salvate."
176
 
177
+ #: contact_form.php:553
178
+ #: contact_form.php:592
179
+ msgid "Wrong license key"
180
+ msgstr ""
181
+
182
+ #: contact_form.php:585
183
+ msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
184
+ msgstr ""
185
+
186
+ #: contact_form.php:594
187
+ msgid "This license key is bind to another site"
188
+ msgstr ""
189
+
190
+ #: contact_form.php:596
191
+ #: contact_form.php:1382
192
+ msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
193
+ msgstr ""
194
+
195
+ #: contact_form.php:614
196
+ msgid "Failed to open the zip archive. Please, upload the plugin manually"
197
+ msgstr ""
198
+
199
+ #: contact_form.php:620
200
+ msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
201
+ msgstr ""
202
+
203
+ #: contact_form.php:624
204
+ #: contact_form.php:633
205
+ msgid "Failed to download the zip archive. Please, upload the plugin manually"
206
+ msgstr ""
207
+
208
+ #: contact_form.php:637
209
+ msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
210
+ msgstr ""
211
+
212
+ #: contact_form.php:652
213
+ #, fuzzy
214
+ msgid "Please, enter Your license key"
215
+ msgstr "Utilizza questa e-mail:"
216
+
217
+ #: contact_form.php:661
218
  msgid "Notice:"
219
  msgstr ""
220
 
221
+ #: contact_form.php:661
222
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
223
  msgstr ""
224
 
225
+ #: contact_form.php:664
226
+ #: contact_form.php:1990
227
+ #: contact_form.php:2001
 
228
  msgid "Settings"
229
  msgstr "Settaggi"
230
 
231
+ #: contact_form.php:665
 
232
  #, fuzzy
233
  msgid "Extra settings"
234
  msgstr "Settaggi"
235
 
236
+ #: contact_form.php:666
237
+ msgid "Go PRO"
238
+ msgstr ""
239
+
240
+ #: contact_form.php:672
241
+ #: contact_form.php:1341
242
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
243
  msgstr "Se vuoi aggiungere un Contact Form al tuo sito, copia e incolla questo shortcode nei tuoi post o nelle tue pagine o widget:"
244
 
245
+ #: contact_form.php:672
246
+ #: contact_form.php:673
247
+ #: contact_form.php:1000
248
+ #: contact_form.php:1049
249
  msgid "or"
250
  msgstr ""
251
 
252
+ #: contact_form.php:673
253
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
254
  msgstr ""
255
 
256
+ #: contact_form.php:674
257
  msgid "They work the same way."
258
  msgstr ""
259
 
260
+ #: contact_form.php:675
261
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
262
  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. "
263
 
264
+ #: contact_form.php:679
265
  msgid "The user's email address:"
266
  msgstr "Utilizza l'e-mail dell'utente wordpress:"
267
 
268
+ #: contact_form.php:683
269
  msgid "Create a username"
270
  msgstr "Seleziona nome utente"
271
 
272
+ #: contact_form.php:688
273
  msgid "Enter a username of the person who should get the messages from the contact form."
274
  msgstr "Imposta il nome dell'utente che riceverà i messaggi da un contact form."
275
 
276
+ #: contact_form.php:692
277
  msgid "Use this email address:"
278
  msgstr "Utilizza questa e-mail:"
279
 
280
+ #: contact_form.php:695
281
  msgid "Enter the email address you want the messages forwarded to."
282
  msgstr "Imposta una e-mail che verrà utilizzata per ricevere i messaggi."
283
 
284
+ #: contact_form.php:701
285
  msgid "Add department selectbox to the contact form:"
286
  msgstr ""
287
 
288
+ #: contact_form.php:709
289
+ #: contact_form.php:1236
290
  msgid "If you upgrade to Pro version all your settings will be saved."
291
  msgstr ""
292
 
293
+ #: contact_form.php:714
294
+ #: contact_form.php:851
295
+ #: contact_form.php:922
296
+ #: contact_form.php:1086
297
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
298
  msgstr ""
299
 
300
+ #: contact_form.php:715
301
+ #: contact_form.php:852
302
+ #: contact_form.php:923
303
+ #: contact_form.php:1087
304
+ #, fuzzy
305
+ msgid "Contact Form Pro"
306
+ msgstr "Contact Form"
307
+
308
+ #: contact_form.php:721
309
  msgid "Save emails to the database"
310
  msgstr ""
311
 
312
+ #: contact_form.php:731
313
+ msgid "Using"
314
+ msgstr ""
315
+
316
+ #: contact_form.php:731
317
+ #: contact_form.php:900
318
+ #: contact_form.php:903
319
+ #: contact_form.php:907
320
+ msgid "powered by"
321
+ msgstr ""
322
+
323
+ #: contact_form.php:734
324
+ #: contact_form.php:738
325
  msgid "Using Contact Form to DB powered by"
326
  msgstr ""
327
 
328
+ #: contact_form.php:734
329
  #, fuzzy
330
  msgid "Activate Contact Form to DB"
331
  msgstr "Contact Form"
332
 
333
+ #: contact_form.php:738
334
  #, fuzzy
335
  msgid "Download Contact Form to DB"
336
  msgstr "Contact Form"
337
 
338
+ #: contact_form.php:743
339
  msgid "Additional options"
340
  msgstr "Impostazioni aggiuntive"
341
 
342
+ #: contact_form.php:745
343
  msgid "Show"
344
  msgstr ""
345
 
346
+ #: contact_form.php:746
347
  msgid "Hide"
348
  msgstr ""
349
 
350
+ #: contact_form.php:750
351
  msgid "What to use?"
352
  msgstr "Cosa utilizzare?"
353
 
354
+ #: contact_form.php:753
355
  msgid "Wp-mail"
356
  msgstr "Wp-mail"
357
 
358
+ #: contact_form.php:753
359
  msgid "You can use the wp_mail function for mailing"
360
  msgstr "Per inviare e-mail puoi utilizzare la funzione wp_mail"
361
 
362
+ #: contact_form.php:755
363
  msgid "Mail"
364
  msgstr "Mail"
365
 
366
+ #: contact_form.php:755
367
  msgid "To send mail you can use the php mail function"
368
  msgstr "Per inviare e-mail puoi utilizzare la funzione mail di php"
369
 
370
+ #: contact_form.php:759
371
  #, fuzzy
372
  msgid "The text in the 'From' field"
373
  msgstr "Modifica il contenuto del campo 'DA'"
374
 
375
+ #: contact_form.php:761
376
  msgid "User name"
377
  msgstr ""
378
 
379
+ #: contact_form.php:762
380
  #, fuzzy
381
  msgid "The name of the user who fills the form will be used in the field 'From'."
382
  msgstr "L'indirizzo e-mail dell'utente che compila il form verrà usato nel campo 'DA'"
383
 
384
+ #: contact_form.php:765
385
  #, fuzzy
386
  msgid "This text will be used in the 'FROM' field"
387
  msgstr "Questo indirizzo e-mail verrà utilizzato nel campo 'DA'"
388
 
389
+ #: contact_form.php:769
390
  #, fuzzy
391
  msgid "The email address in the 'From' field"
392
  msgstr "Inserisci l'indirizzo e-mail nel campo 'DA'"
393
 
394
+ #: contact_form.php:771
395
  msgid "User email"
396
  msgstr ""
397
 
398
+ #: contact_form.php:772
399
  msgid "The email address of the user who fills the form will be used in the field 'From'."
400
  msgstr "L'indirizzo e-mail dell'utente che compila il form verrà usato nel campo 'DA'"
401
 
402
+ #: contact_form.php:775
403
  msgid "This email address will be used in the 'From' field."
404
  msgstr "Questo indirizzo e-mail verrà utilizzato nel campo 'DA'"
405
 
406
+ #: contact_form.php:779
407
  #, fuzzy
408
  msgid "Required symbol"
409
  msgstr "Campi richiesti"
410
 
411
+ #: contact_form.php:789
412
  msgid "Fields"
413
  msgstr ""
414
 
415
+ #: contact_form.php:790
416
  msgid "Used"
417
  msgstr ""
418
 
419
+ #: contact_form.php:791
420
  #, fuzzy
421
  msgid "Required"
422
  msgstr "Campi richiesti"
423
 
424
+ #: contact_form.php:792
425
  msgid "Visible"
426
  msgstr ""
427
 
428
+ #: contact_form.php:793
429
  msgid "Disabled for editing"
430
  msgstr ""
431
 
432
+ #: contact_form.php:794
433
  msgid "Field's default value"
434
  msgstr ""
435
 
436
+ #: contact_form.php:799
437
+ #: contact_form.php:1111
438
+ #: contact_form.php:1831
439
+ #: contact_form.php:1861
440
  msgid "Name"
441
  msgstr "Nome"
442
 
443
+ #: contact_form.php:807
444
+ #: contact_form.php:1116
445
+ #: contact_form.php:1835
446
+ #: contact_form.php:1863
447
  #, fuzzy
448
  msgid "Address"
449
  msgstr "Indirizzo e-mail"
450
 
451
+ #: contact_form.php:815
452
  msgid "Email Address"
453
  msgstr "Indirizzo e-mail"
454
 
455
+ #: contact_form.php:823
456
  #, fuzzy
457
  msgid "Phone number"
458
  msgstr "Numero di telefono:"
459
 
460
+ #: contact_form.php:831
461
+ #: contact_form.php:1131
462
+ #: contact_form.php:1845
463
+ #: contact_form.php:1867
464
  msgid "Subject"
465
  msgstr "Oggetto"
466
 
467
+ #: contact_form.php:839
468
+ #: contact_form.php:1135
469
+ #: contact_form.php:1848
470
+ #: contact_form.php:1868
471
  msgid "Message"
472
  msgstr "Messaggio"
473
 
474
+ #: contact_form.php:857
475
  #, fuzzy
476
  msgid "Attachment block"
477
  msgstr "Visualizza l'attachment"
478
 
479
+ #: contact_form.php:859
480
  msgid "Users can attach the following file formats"
481
  msgstr "Gli utenti possono allegare i files nei seguenti tipi"
482
 
483
+ #: contact_form.php:873
484
  msgid "Add to the form"
485
  msgstr ""
486
 
487
+ #: contact_form.php:878
488
  #, fuzzy
489
  msgid "Tips below the Attachment"
490
  msgstr "Visualizza suggeriementi sotto il blocco Allegato"
491
 
492
+ #: contact_form.php:887
493
  #, fuzzy
494
  msgid "'Send me a copy' block"
495
  msgstr "Visualizza il blocco \"Inviami una copia\" "
496
 
497
+ #: contact_form.php:900
498
+ #: contact_form.php:903
499
+ #: contact_form.php:907
500
+ #: contact_form.php:1145
501
  msgid "Captcha"
502
  msgstr ""
503
 
504
+ #: contact_form.php:903
 
 
 
 
 
 
505
  #, fuzzy
506
  msgid "Activate captcha"
507
  msgstr "Plugin attivati"
508
 
509
+ #: contact_form.php:907
510
  #, fuzzy
511
  msgid "Download captcha"
512
  msgstr "Download"
513
 
514
+ #: contact_form.php:915
515
  msgid "Agreement checkbox"
516
  msgstr ""
517
 
518
+ #: contact_form.php:915
519
  msgid "Required checkbox for submitting the form"
520
  msgstr ""
521
 
522
+ #: contact_form.php:916
523
  msgid "Optional checkbox"
524
  msgstr ""
525
 
526
+ #: contact_form.php:916
527
  msgid "Optional checkbox, the results of which will be displayed in email"
528
  msgstr ""
529
 
530
+ #: contact_form.php:927
531
  msgid "Delete an attachment file from the server after the email is sent"
532
  msgstr ""
533
 
534
+ #: contact_form.php:933
535
  msgid "Email in HTML format sending"
536
  msgstr ""
537
 
538
+ #: contact_form.php:937
539
  msgid "Display additional info in the email"
540
  msgstr "Visualizza informazioni aggiuntive nella e-mail"
541
 
542
+ #: contact_form.php:942
543
+ #: contact_form.php:1798
544
+ #: contact_form.php:1800
545
  msgid "Sent from (ip address)"
546
  msgstr "Inviato da (indirizzi IP)"
547
 
548
+ #: contact_form.php:942
549
  #, fuzzy
550
  msgid "Example: Sent from (IP address):\t127.0.0.1"
551
  msgstr "Inviato da (indirizzi IP)"
552
 
553
+ #: contact_form.php:943
554
+ #: contact_form.php:1804
555
+ #: contact_form.php:1806
556
  msgid "Date/Time"
557
  msgstr "Data/Ora"
558
 
559
+ #: contact_form.php:943
560
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
561
  msgstr ""
562
 
563
+ #: contact_form.php:944
564
+ #: contact_form.php:1810
565
+ #: contact_form.php:1812
566
  msgid "Sent from (referer)"
567
  msgstr "Da (referente)"
568
 
569
+ #: contact_form.php:944
570
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
571
  msgstr ""
572
 
573
+ #: contact_form.php:945
574
+ #: contact_form.php:1816
575
+ #: contact_form.php:1818
576
  msgid "Using (user agent)"
577
  msgstr "Utilizza (user agent)"
578
 
579
+ #: contact_form.php:945
580
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
581
  msgstr ""
582
 
583
+ #: contact_form.php:949
584
  msgid "Language settings for the field names in the form"
585
  msgstr "Impostazione della lingua per i nomi dei campi del form"
586
 
587
+ #: contact_form.php:958
588
  msgid "Add a language"
589
  msgstr "Aggiungi un linguaggio"
590
 
591
+ #: contact_form.php:962
592
  msgid "Change the names of the contact form fields and error messages"
593
  msgstr "Modifica le etichette dei campi del contact form"
594
 
595
+ #: contact_form.php:967
596
+ #: contact_form.php:1040
597
  msgid "English"
598
  msgstr "Inglese"
599
 
600
+ #: contact_form.php:975
601
+ #: contact_form.php:1005
602
+ msgid "click to expand/hide the list"
603
+ msgstr ""
604
+
605
+ #: contact_form.php:984
606
+ #: contact_form.php:1014
607
  #, fuzzy
608
  msgid "Tips below the Attachment block"
609
  msgstr "Visualizza suggeriementi sotto il blocco Allegato"
610
 
611
+ #: contact_form.php:987
612
+ #: contact_form.php:1017
613
  msgid "Error message for the Name field"
614
  msgstr "Messaggio d'errore per il campo Nome"
615
 
616
+ #: contact_form.php:988
617
+ #: contact_form.php:1018
618
  #, fuzzy
619
  msgid "Error message for the Address field"
620
  msgstr "Messaggio d'errore per il campo Testo del Messaggio"
621
 
622
+ #: contact_form.php:989
623
+ #: contact_form.php:1019
624
  msgid "Error message for the Email field"
625
  msgstr "Messaggio d'errore per il campo e-mail"
626
 
627
+ #: contact_form.php:990
628
+ #: contact_form.php:1020
629
  msgid "Error message for the Phone field"
630
  msgstr "Messaggio d'errore per il campo Telefono"
631
 
632
+ #: contact_form.php:991
633
+ #: contact_form.php:1021
634
  msgid "Error message for the Subject field"
635
  msgstr "Messaggio d'errore per il campo Soggetto"
636
 
637
+ #: contact_form.php:992
638
+ #: contact_form.php:1022
639
  msgid "Error message for the Message field"
640
  msgstr "Messaggio d'errore per il campo Testo del Messaggio"
641
 
642
+ #: contact_form.php:993
643
+ #: contact_form.php:1023
644
  #, fuzzy
645
  msgid "Error message about the file type for the Attachment field"
646
  msgstr "Messaggio d'errore per il campo Allegato"
647
 
648
+ #: contact_form.php:994
649
+ #: contact_form.php:1024
650
  #, fuzzy
651
  msgid "Error message while uploading a file for the Attachment field to the server"
652
  msgstr "Messaggio d'errore per il campo Allegato"
653
 
654
+ #: contact_form.php:995
655
+ #: contact_form.php:1025
656
  #, fuzzy
657
  msgid "Error message while moving the file for the Attachment field"
658
  msgstr "Messaggio d'errore per il campo Allegato"
659
 
660
+ #: contact_form.php:996
661
+ #: contact_form.php:1026
662
  #, fuzzy
663
  msgid "Error message when file size limit for the Attachment field is exceeded"
664
  msgstr "Messaggio d'errore per il campo Allegato"
665
 
666
+ #: contact_form.php:997
667
+ #: contact_form.php:1027
668
  msgid "Error message for the Captcha field"
669
  msgstr "Messaggio d'errore per il campo Captcha"
670
 
671
+ #: contact_form.php:998
672
+ #: contact_form.php:1028
673
  msgid "Error message for the whole form"
674
  msgstr "Messaggio d'errore per l'intero modulo"
675
 
676
+ #: contact_form.php:1000
677
+ #: contact_form.php:1030
678
+ #: contact_form.php:1049
679
+ #: contact_form.php:1055
680
  msgid "Use shortcode"
681
  msgstr "usa lo shortcode"
682
 
683
+ #: contact_form.php:1000
684
+ #: contact_form.php:1030
685
+ #: contact_form.php:1049
686
+ #: contact_form.php:1055
687
  msgid "for this language"
688
  msgstr "per questa lingua"
689
 
690
+ #: contact_form.php:1037
691
  msgid "Action after email is sent"
692
  msgstr "Azione successiva all'invio dell'e-mail"
693
 
694
+ #: contact_form.php:1039
695
  msgid "Display text"
696
  msgstr "Visualizza il testo"
697
 
698
+ #: contact_form.php:1048
699
+ #: contact_form.php:1054
700
  msgid "Text"
701
  msgstr "Testo"
702
 
703
+ #: contact_form.php:1061
704
  msgid "Redirect to the page"
705
  msgstr "Reindirizza alla pagina"
706
 
707
+ #: contact_form.php:1062
708
  msgid "Url"
709
  msgstr "Url"
710
 
711
+ #: contact_form.php:1067
712
+ #: contact_form.php:1242
713
  msgid "Save Changes"
714
  msgstr "Salva le modifiche"
715
 
716
+ #: contact_form.php:1072
717
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
718
  msgstr ""
719
 
720
+ #: contact_form.php:1073
721
  #, fuzzy
722
  msgid "Rate the plugin"
723
  msgstr "Plugin raccomandati"
724
 
725
+ #: contact_form.php:1076
726
  #, fuzzy
727
  msgid "If there is something wrong about it, please contact us"
728
  msgstr "Se hai domande, per favore contattaci a plugin@bestwebsoft.com o compila il modulo \"contact form\" sul nostro sito"
729
 
730
+ #: contact_form.php:1091
 
 
 
 
 
731
  msgid "Errors output"
732
  msgstr ""
733
 
734
+ #: contact_form.php:1094
735
  msgid "Display error messages"
736
  msgstr ""
737
 
738
+ #: contact_form.php:1095
739
  msgid "Color of the input field errors."
740
  msgstr ""
741
 
742
+ #: contact_form.php:1096
743
  #, fuzzy
744
  msgid "Display error messages & color of the input field errors"
745
  msgstr "Messaggio d'errore per il campo Soggetto"
746
 
747
+ #: contact_form.php:1101
748
  msgid "Add placeholder to the input blocks"
749
  msgstr ""
750
 
751
+ #: contact_form.php:1107
752
  #, fuzzy
753
  msgid "Add tooltips"
754
  msgstr "Impostazioni aggiuntive"
755
 
756
+ #: contact_form.php:1121
757
  #, fuzzy
758
  msgid "Email address"
759
  msgstr "Indirizzo e-mail"
760
 
761
+ #: contact_form.php:1126
762
  #, fuzzy
763
  msgid "Phone Number"
764
  msgstr "Numero di telefono:"
765
 
766
+ #: contact_form.php:1140
767
  #, fuzzy
768
  msgid "Attachment"
769
  msgstr "Attachment:"
770
 
771
+ #: contact_form.php:1145
772
  msgid "(powered by bestwebsoft.com)"
773
  msgstr ""
774
 
775
+ #: contact_form.php:1150
776
  #, fuzzy
777
  msgid "Style options"
778
  msgstr "Impostazioni aggiuntive"
779
 
780
+ #: contact_form.php:1153
781
  msgid "Text color"
782
  msgstr ""
783
 
784
+ #: contact_form.php:1156
785
+ #: contact_form.php:1161
786
+ #: contact_form.php:1171
787
+ #: contact_form.php:1176
788
+ #: contact_form.php:1181
789
+ #: contact_form.php:1186
790
+ #: contact_form.php:1196
791
+ #: contact_form.php:1201
792
+ #: contact_form.php:1207
793
+ #: contact_form.php:1218
794
+ #: contact_form.php:1223
795
+ #: contact_form.php:1228
796
  msgid "Default"
797
  msgstr ""
798
 
799
+ #: contact_form.php:1158
800
  msgid "Label text color"
801
  msgstr ""
802
 
803
+ #: contact_form.php:1163
804
  msgid "Placeholder color"
805
  msgstr ""
806
 
807
+ #: contact_form.php:1168
808
  msgid "Errors color"
809
  msgstr ""
810
 
811
+ #: contact_form.php:1173
812
  msgid "Error text color"
813
  msgstr ""
814
 
815
+ #: contact_form.php:1178
816
  msgid "Background color of the input field errors"
817
  msgstr ""
818
 
819
+ #: contact_form.php:1183
820
  msgid "Border color of the input field errors"
821
  msgstr ""
822
 
823
+ #: contact_form.php:1188
824
  msgid "Placeholder color of the input field errors"
825
  msgstr ""
826
 
827
+ #: contact_form.php:1193
828
  #, fuzzy
829
  msgid "Input fields"
830
  msgstr "Visualizza il testo"
831
 
832
+ #: contact_form.php:1198
833
  msgid "Input fields background color"
834
  msgstr ""
835
 
836
+ #: contact_form.php:1203
837
  msgid "Text fields color"
838
  msgstr ""
839
 
840
+ #: contact_form.php:1205
841
  msgid "Border width in px, numbers only"
842
  msgstr ""
843
 
844
+ #: contact_form.php:1209
845
+ #: contact_form.php:1230
846
  msgid "Border color"
847
  msgstr ""
848
 
849
+ #: contact_form.php:1214
850
  #, fuzzy
851
  msgid "Submit button"
852
  msgstr "Invia"
853
 
854
+ #: contact_form.php:1216
855
  msgid "Width in px, numbers only"
856
  msgstr ""
857
 
858
+ #: contact_form.php:1220
859
  msgid "Button color"
860
  msgstr ""
861
 
862
+ #: contact_form.php:1225
863
  msgid "Button text color"
864
  msgstr ""
865
 
866
+ #: contact_form.php:1246
867
  #, fuzzy
868
  msgid "Contact Form Pro | Preview"
869
  msgstr "Contact Form"
870
 
871
+ #: contact_form.php:1249
872
  msgid "Show with errors"
873
  msgstr ""
874
 
875
+ #: contact_form.php:1257
876
+ #: contact_form.php:1259
877
  msgid "Please enter your full name..."
878
  msgstr ""
879
 
880
+ #: contact_form.php:1270
881
+ #: contact_form.php:1272
882
  msgid "Please enter your address..."
883
  msgstr ""
884
 
885
+ #: contact_form.php:1281
886
+ #: contact_form.php:1283
887
  #, fuzzy
888
  msgid "Please enter your email address..."
889
  msgstr "Utilizza questa e-mail:"
890
 
891
+ #: contact_form.php:1292
892
+ #: contact_form.php:1294
893
  msgid "Please enter your phone number..."
894
  msgstr ""
895
 
896
+ #: contact_form.php:1303
897
+ #: contact_form.php:1305
898
  msgid "Please enter subject..."
899
  msgstr ""
900
 
901
+ #: contact_form.php:1313
902
+ #: contact_form.php:1315
903
  msgid "Please enter your message..."
904
  msgstr ""
905
 
906
+ #: contact_form.php:1357
907
+ msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
908
+ msgstr ""
909
+
910
+ #: contact_form.php:1359
911
+ msgid "Please, go to"
912
+ msgstr ""
913
+
914
+ #: contact_form.php:1359
915
+ #, fuzzy
916
+ msgid "the setting page"
917
+ msgstr "Settaggi"
918
+
919
+ #: contact_form.php:1360
920
+ msgid "You will be redirected automatically in 5 seconds."
921
+ msgstr ""
922
+
923
+ #: contact_form.php:1365
924
+ msgid "You can download and activate"
925
+ msgstr ""
926
+
927
+ #: contact_form.php:1367
928
+ msgid "version of this plugin by entering Your license key."
929
+ msgstr ""
930
+
931
+ #: contact_form.php:1369
932
+ msgid "You can find your license key on your personal page Client area, by clicking on the link"
933
+ msgstr ""
934
+
935
+ #: contact_form.php:1371
936
+ msgid "(your username is the email you specify when purchasing the product)."
937
+ msgstr ""
938
+
939
+ #: contact_form.php:1379
940
+ #: contact_form.php:1389
941
+ msgid "Go!"
942
+ msgstr ""
943
+
944
+ #: contact_form.php:1439
945
  msgid "Sorry, email message could not be delivered."
946
  msgstr "Spiacenti, la tua e-mail non può essere consegnata al momento."
947
 
948
+ #: contact_form.php:1825
949
  msgid "Contact from"
950
  msgstr "Contact from"
951
 
952
+ #: contact_form.php:1838
953
+ #: contact_form.php:1864
954
  msgid "Email"
955
  msgstr "e-mail"
956
 
957
+ #: contact_form.php:1842
958
+ #: contact_form.php:1866
959
  msgid "Phone"
960
  msgstr "Telefono"
961
 
962
+ #: contact_form.php:1851
963
+ #: contact_form.php:1869
964
  msgid "Site"
965
  msgstr "Sito"
966
 
967
+ #: contact_form.php:1932
968
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
969
  msgstr "Se puoi visualizzare questo MIME il tuo client non supporta i MIME types!"
970
 
971
+ #: contact_form.php:2002
972
  msgid "FAQ"
973
  msgstr "FAQ"
974
 
975
+ #: contact_form.php:2003
976
  msgid "Support"
977
  msgstr "Supporto"
978
 
979
+ #: contact_form.php:2061
980
  msgid "Are you sure that you want to delete this language data?"
981
  msgstr "Sei sicuro di voler cancellare questo linguaggio?"
982
 
983
+ #, fuzzy
984
+ #~ msgid "Contact Form Pro Extra Settings"
985
+ #~ msgstr "Opzioni Contact Form"
986
+
987
+ #, fuzzy
988
+ #~ msgid "Contact Form Pro | Extra Settings"
989
+ #~ msgstr "Opzioni Contact Form"
990
+
991
  #, fuzzy
992
  #~ msgid "Display fields"
993
  #~ msgstr "Visualizza il testo"
languages/contact_form-ja.mo CHANGED
Binary file
languages/contact_form-ja.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-12-17 16:52+0300\n"
6
- "PO-Revision-Date: 2013-12-17 16:52+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: foken <foken@gmx.com>\n"
9
  "Language: ja_JP\n"
@@ -16,66 +16,54 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:32
20
- #: contact_form.php:538
21
  msgid "Contact Form Settings"
22
  msgstr "コンタクトフォーム設定"
23
 
24
- #: contact_form.php:32
25
  msgid "Contact Form"
26
  msgstr "コンタクトフォーム"
27
 
28
- #: contact_form.php:33
29
- msgid "Contact Form Pro Extra Settings"
30
- msgstr "Contact Form Pro 用設定"
31
-
32
- #: contact_form.php:33
33
- #: contact_form.php:592
34
- #: contact_form.php:729
35
- #: contact_form.php:800
36
- #: contact_form.php:982
37
- msgid "Contact Form Pro"
38
- msgstr "Contact Form Pro"
39
-
40
  #: contact_form.php:80
41
- #: contact_form.php:854
42
- #: contact_form.php:884
43
  msgid "Name:"
44
  msgstr "名前:"
45
 
46
  #: contact_form.php:81
47
- #: contact_form.php:855
48
- #: contact_form.php:885
49
  msgid "Address:"
50
  msgstr "住所:"
51
 
52
  #: contact_form.php:82
53
- #: contact_form.php:856
54
- #: contact_form.php:886
55
  msgid "Email Address:"
56
  msgstr "Eメール:"
57
 
58
  #: contact_form.php:83
59
- #: contact_form.php:857
60
- #: contact_form.php:887
61
  msgid "Phone number:"
62
  msgstr "電話番号:"
63
 
64
  #: contact_form.php:84
65
- #: contact_form.php:858
66
- #: contact_form.php:888
67
  msgid "Subject:"
68
  msgstr "件名:"
69
 
70
  #: contact_form.php:85
71
- #: contact_form.php:859
72
- #: contact_form.php:889
73
  msgid "Message:"
74
  msgstr "メッセージ:"
75
 
76
  #: contact_form.php:86
77
- #: contact_form.php:860
78
- #: contact_form.php:890
79
  msgid "Attachment:"
80
  msgstr "添付:"
81
 
@@ -84,14 +72,14 @@ msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI,
84
  msgstr "サポートしてるファイル形式: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. 最大ファイルサイズ: 2MB"
85
 
86
  #: contact_form.php:88
87
- #: contact_form.php:862
88
- #: contact_form.php:892
89
  msgid "Send me a copy"
90
  msgstr "コピーを自分に送る"
91
 
92
  #: contact_form.php:89
93
- #: contact_form.php:863
94
- #: contact_form.php:893
95
  msgid "Submit"
96
  msgstr "送信"
97
 
@@ -147,735 +135,833 @@ msgstr "以下を修正し、再度試して下さい。"
147
  msgid "Thank you for contacting us."
148
  msgstr "ご連絡ありがとうございます"
149
 
150
- #: contact_form.php:203
151
  #, fuzzy
152
  msgid "requires"
153
  msgstr "必須フィールド"
154
 
155
- #: contact_form.php:203
156
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
157
  msgstr ""
158
 
159
- #: contact_form.php:203
160
  msgid "Back to the WordPress"
161
  msgstr ""
162
 
163
- #: contact_form.php:203
164
  #, fuzzy
165
  msgid "Plugins page"
166
  msgstr "Pro Plugins"
167
 
168
- #: contact_form.php:494
169
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
170
  msgstr "’ページに転送’オプションを選択した場合は、URLフィールドが、以下の形式になります"
171
 
172
- #: contact_form.php:503
173
  msgid "Such user does not exist. Settings are not saved."
174
  msgstr "このようなユーザは存在しません。設定は保存されません。"
175
 
176
- #: contact_form.php:507
177
- #: contact_form.php:513
178
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
179
  msgstr "'送信者'フィールドに正確なEメール・アドレスを入力して下さい。設定は保存されません。"
180
 
181
- #: contact_form.php:518
182
  msgid "Settings saved."
183
  msgstr "設定保存."
184
 
185
- #: contact_form.php:540
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
186
  msgid "Notice:"
187
  msgstr ""
188
 
189
- #: contact_form.php:540
190
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
191
  msgstr ""
192
 
193
- #: contact_form.php:543
194
- #: contact_form.php:973
195
- #: contact_form.php:1838
196
- #: contact_form.php:1849
197
  msgid "Settings"
198
  msgstr "設定"
199
 
200
- #: contact_form.php:544
201
- #: contact_form.php:974
202
  msgid "Extra settings"
203
  msgstr "追加設定"
204
 
205
- #: contact_form.php:549
206
- #: contact_form.php:1236
 
 
 
 
207
  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:"
208
  msgstr "コンタクトフォームをあなたのサイトに追加したい場合は、このショートカットを投稿、ページ又はウェジットにコピーして貼り付けるだけです:"
209
 
210
- #: contact_form.php:549
211
- #: contact_form.php:550
212
- #: contact_form.php:877
213
- #: contact_form.php:926
214
  msgid "or"
215
  msgstr "又は"
216
 
217
- #: contact_form.php:550
218
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
219
  msgstr "標準的な短いコード [contact_form]に問題がある場合は、この短いコードをご利用下さい"
220
 
221
- #: contact_form.php:551
222
  msgid "They work the same way."
223
  msgstr "同様に動作します。"
224
 
225
- #: contact_form.php:552
226
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
227
  msgstr "以下の項目の情報が空欄の場合、登録の際に記述したアドレスにメッセージが送られます。"
228
 
229
- #: contact_form.php:556
230
  msgid "The user's email address:"
231
  msgstr "wordpressユーザのemailを利用r:"
232
 
233
- #: contact_form.php:560
234
  msgid "Create a username"
235
  msgstr "ユーザ名の選択"
236
 
237
- #: contact_form.php:565
238
  msgid "Enter a username of the person who should get the messages from the contact form."
239
  msgstr "コンタクトフォームからメッセージを受け取る方のユーザ名を入力。"
240
 
241
- #: contact_form.php:569
242
  msgid "Use this email address:"
243
  msgstr "このemailを利用:"
244
 
245
- #: contact_form.php:572
246
  msgid "Enter the email address you want the messages forwarded to."
247
  msgstr "メッセージ受信用のemailを設定。"
248
 
249
- #: contact_form.php:578
250
  msgid "Add department selectbox to the contact form:"
251
  msgstr ""
252
 
253
- #: contact_form.php:586
254
- #: contact_form.php:1131
255
  msgid "If you upgrade to Pro version all your settings will be saved."
256
  msgstr ""
257
 
258
- #: contact_form.php:591
259
- #: contact_form.php:728
260
- #: contact_form.php:799
261
- #: contact_form.php:981
262
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
263
  msgstr "この機能は、プラグインのProバージョンで利用できます。詳細は、リンクを参照して下さい。"
264
 
265
- #: contact_form.php:598
 
 
 
 
 
 
 
266
  msgid "Save emails to the database"
267
  msgstr ""
268
 
269
- #: contact_form.php:608
270
- #: contact_form.php:611
271
- #: contact_form.php:615
 
 
 
 
 
 
 
 
 
 
272
  msgid "Using Contact Form to DB powered by"
273
  msgstr ""
274
 
275
- #: contact_form.php:611
276
  #, fuzzy
277
  msgid "Activate Contact Form to DB"
278
  msgstr "Contact Form Pro"
279
 
280
- #: contact_form.php:615
281
  #, fuzzy
282
  msgid "Download Contact Form to DB"
283
  msgstr "Contact Form Pro"
284
 
285
- #: contact_form.php:620
286
  msgid "Additional options"
287
  msgstr "追加オプション"
288
 
289
- #: contact_form.php:622
290
  msgid "Show"
291
  msgstr ""
292
 
293
- #: contact_form.php:623
294
  msgid "Hide"
295
  msgstr ""
296
 
297
- #: contact_form.php:627
298
  msgid "What to use?"
299
  msgstr "何用途?"
300
 
301
- #: contact_form.php:630
302
  msgid "Wp-mail"
303
  msgstr "WPメール"
304
 
305
- #: contact_form.php:630
306
  msgid "You can use the wp_mail function for mailing"
307
  msgstr "メールにwp_mali機能が利用できます"
308
 
309
- #: contact_form.php:632
310
  msgid "Mail"
311
  msgstr "メール"
312
 
313
- #: contact_form.php:632
314
  msgid "To send mail you can use the php mail function"
315
  msgstr "メールを送信するには、phpメール機能が利用できます"
316
 
317
- #: contact_form.php:636
318
  #, fuzzy
319
  msgid "The text in the 'From' field"
320
  msgstr "'送信者' フィールドのテキストを変更"
321
 
322
- #: contact_form.php:638
323
  #, fuzzy
324
  msgid "User name"
325
  msgstr "ユーザ・Eメール"
326
 
327
- #: contact_form.php:639
328
  #, fuzzy
329
  msgid "The name of the user who fills the form will be used in the field 'From'."
330
  msgstr "フォームを入力したユーザのEメール・アドレスは、'送信者'フィールドに使用されます。"
331
 
332
- #: contact_form.php:642
333
  #, fuzzy
334
  msgid "This text will be used in the 'FROM' field"
335
  msgstr "このEメール・アドレスは、'送信者'フィールドに使用されます。"
336
 
337
- #: contact_form.php:646
338
  #, fuzzy
339
  msgid "The email address in the 'From' field"
340
  msgstr "'送信者' フィールドにメールアドレスを入力して下さい"
341
 
342
- #: contact_form.php:648
343
  msgid "User email"
344
  msgstr "ユーザ・Eメール"
345
 
346
- #: contact_form.php:649
347
  msgid "The email address of the user who fills the form will be used in the field 'From'."
348
  msgstr "フォームを入力したユーザのEメール・アドレスは、'送信者'フィールドに使用されます。"
349
 
350
- #: contact_form.php:652
351
  msgid "This email address will be used in the 'From' field."
352
  msgstr "このEメール・アドレスは、'送信者'フィールドに使用されます。"
353
 
354
- #: contact_form.php:656
355
  #, fuzzy
356
  msgid "Required symbol"
357
  msgstr "必須フィールド"
358
 
359
- #: contact_form.php:666
360
  msgid "Fields"
361
  msgstr ""
362
 
363
- #: contact_form.php:667
364
  msgid "Used"
365
  msgstr ""
366
 
367
- #: contact_form.php:668
368
  #, fuzzy
369
  msgid "Required"
370
  msgstr "必須フィールド"
371
 
372
- #: contact_form.php:669
373
  msgid "Visible"
374
  msgstr ""
375
 
376
- #: contact_form.php:670
377
  msgid "Disabled for editing"
378
  msgstr ""
379
 
380
- #: contact_form.php:671
381
  msgid "Field's default value"
382
  msgstr ""
383
 
384
- #: contact_form.php:676
385
- #: contact_form.php:1006
386
- #: contact_form.php:1679
387
- #: contact_form.php:1709
388
  msgid "Name"
389
  msgstr "名前"
390
 
391
- #: contact_form.php:684
392
- #: contact_form.php:1011
393
- #: contact_form.php:1683
394
- #: contact_form.php:1711
395
  msgid "Address"
396
  msgstr "住所"
397
 
398
- #: contact_form.php:692
399
  msgid "Email Address"
400
  msgstr "Eメール・アドレス"
401
 
402
- #: contact_form.php:700
403
  #, fuzzy
404
  msgid "Phone number"
405
  msgstr "電話番号:"
406
 
407
- #: contact_form.php:708
408
- #: contact_form.php:1026
409
- #: contact_form.php:1693
410
- #: contact_form.php:1715
411
  msgid "Subject"
412
  msgstr "件名"
413
 
414
- #: contact_form.php:716
415
- #: contact_form.php:1030
416
- #: contact_form.php:1696
417
- #: contact_form.php:1716
418
  msgid "Message"
419
  msgstr "メッセージ"
420
 
421
- #: contact_form.php:734
422
  msgid "Attachment block"
423
  msgstr "添付ブロック"
424
 
425
- #: contact_form.php:736
426
  msgid "Users can attach the following file formats"
427
  msgstr "ユーザは、以下のタイプのファイルを添付できる"
428
 
429
- #: contact_form.php:750
430
  msgid "Add to the form"
431
  msgstr ""
432
 
433
- #: contact_form.php:755
434
  #, fuzzy
435
  msgid "Tips below the Attachment"
436
  msgstr "添付ブロックの下のチップス"
437
 
438
- #: contact_form.php:764
439
  #, fuzzy
440
  msgid "'Send me a copy' block"
441
  msgstr "コピーブロックを自分に送る"
442
 
443
- #: contact_form.php:777
444
- #: contact_form.php:780
445
- #: contact_form.php:784
446
- #: contact_form.php:1040
447
  msgid "Captcha"
448
  msgstr "Captcha"
449
 
450
- #: contact_form.php:777
451
- #: contact_form.php:780
452
- #: contact_form.php:784
453
- msgid "powered by"
454
- msgstr ""
455
-
456
- #: contact_form.php:780
457
  msgid "Activate captcha"
458
  msgstr "有効なcaptcha"
459
 
460
- #: contact_form.php:784
461
  msgid "Download captcha"
462
  msgstr "captchaをダウンロード"
463
 
464
- #: contact_form.php:792
465
  msgid "Agreement checkbox"
466
  msgstr ""
467
 
468
- #: contact_form.php:792
469
  msgid "Required checkbox for submitting the form"
470
  msgstr ""
471
 
472
- #: contact_form.php:793
473
  msgid "Optional checkbox"
474
  msgstr ""
475
 
476
- #: contact_form.php:793
477
  msgid "Optional checkbox, the results of which will be displayed in email"
478
  msgstr ""
479
 
480
- #: contact_form.php:804
481
  msgid "Delete an attachment file from the server after the email is sent"
482
  msgstr ""
483
 
484
- #: contact_form.php:810
485
  msgid "Email in HTML format sending"
486
  msgstr ""
487
 
488
- #: contact_form.php:814
489
  msgid "Display additional info in the email"
490
  msgstr "メール中に追加情報を表示"
491
 
492
- #: contact_form.php:819
493
- #: contact_form.php:1646
494
- #: contact_form.php:1648
495
  msgid "Sent from (ip address)"
496
  msgstr "(IP-Adresse)から送られた"
497
 
498
- #: contact_form.php:819
499
  #, fuzzy
500
  msgid "Example: Sent from (IP address):\t127.0.0.1"
501
  msgstr "(IP-Adresse)から送られた"
502
 
503
- #: contact_form.php:820
504
- #: contact_form.php:1652
505
- #: contact_form.php:1654
506
  msgid "Date/Time"
507
  msgstr "日時"
508
 
509
- #: contact_form.php:820
510
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
511
  msgstr ""
512
 
513
- #: contact_form.php:821
514
- #: contact_form.php:1658
515
- #: contact_form.php:1660
516
  msgid "Sent from (referer)"
517
  msgstr "(referer)から送られている"
518
 
519
- #: contact_form.php:821
520
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
521
  msgstr ""
522
 
523
- #: contact_form.php:822
524
- #: contact_form.php:1664
525
- #: contact_form.php:1666
526
  msgid "Using (user agent)"
527
  msgstr "(user agent)使用"
528
 
529
- #: contact_form.php:822
530
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
531
  msgstr ""
532
 
533
- #: contact_form.php:826
534
  msgid "Language settings for the field names in the form"
535
  msgstr "フォームのフィールド名用の言語設定"
536
 
537
- #: contact_form.php:835
538
  msgid "Add a language"
539
  msgstr "言語の追加"
540
 
541
- #: contact_form.php:839
542
  msgid "Change the names of the contact form fields and error messages"
543
  msgstr "コンタクト・フォームのフィールドの名前及びエラーメッセージを変更"
544
 
545
- #: contact_form.php:844
546
- #: contact_form.php:917
547
  msgid "English"
548
  msgstr "英語"
549
 
550
- #: contact_form.php:861
551
- #: contact_form.php:891
 
 
 
 
 
552
  #, fuzzy
553
  msgid "Tips below the Attachment block"
554
  msgstr "添付ブロックの下のチップス"
555
 
556
- #: contact_form.php:864
557
- #: contact_form.php:894
558
  msgid "Error message for the Name field"
559
  msgstr "名前フィールド用のエラーメッセージ"
560
 
561
- #: contact_form.php:865
562
- #: contact_form.php:895
563
  msgid "Error message for the Address field"
564
  msgstr "住所フィールド用のエラーメッセージ"
565
 
566
- #: contact_form.php:866
567
- #: contact_form.php:896
568
  msgid "Error message for the Email field"
569
  msgstr "Eメール・フィールド用のエラーメッセージ"
570
 
571
- #: contact_form.php:867
572
- #: contact_form.php:897
573
  msgid "Error message for the Phone field"
574
  msgstr "電話フィールド用のエラーメッセージ"
575
 
576
- #: contact_form.php:868
577
- #: contact_form.php:898
578
  msgid "Error message for the Subject field"
579
  msgstr "件名フィールド用のエラーメッセージ"
580
 
581
- #: contact_form.php:869
582
- #: contact_form.php:899
583
  msgid "Error message for the Message field"
584
  msgstr "メッセージ・フィールド用のエラーメッセージ"
585
 
586
- #: contact_form.php:870
587
- #: contact_form.php:900
588
  msgid "Error message about the file type for the Attachment field"
589
  msgstr "添付フィールド用の拡張子タイプに関するエラーメッセージ"
590
 
591
- #: contact_form.php:871
592
- #: contact_form.php:901
593
  msgid "Error message while uploading a file for the Attachment field to the server"
594
  msgstr "添付フィールド用のファイルをサーバにアップロード中のエラーメッセージ"
595
 
596
- #: contact_form.php:872
597
- #: contact_form.php:902
598
  msgid "Error message while moving the file for the Attachment field"
599
  msgstr "添付フィールド用のファイルを移動中のエラーメッセージ"
600
 
601
- #: contact_form.php:873
602
- #: contact_form.php:903
603
  msgid "Error message when file size limit for the Attachment field is exceeded"
604
  msgstr "添付フィールド用のファイルサイズ制限を超した場合のエラーメッセージ"
605
 
606
- #: contact_form.php:874
607
- #: contact_form.php:904
608
  msgid "Error message for the Captcha field"
609
  msgstr "Captcha フィールド用のエラーメッセージ"
610
 
611
- #: contact_form.php:875
612
- #: contact_form.php:905
613
  msgid "Error message for the whole form"
614
  msgstr "全体フォーム用のエラーメッセージ"
615
 
616
- #: contact_form.php:877
617
- #: contact_form.php:907
618
- #: contact_form.php:926
619
- #: contact_form.php:932
620
  msgid "Use shortcode"
621
  msgstr "短いコードの利用"
622
 
623
- #: contact_form.php:877
624
- #: contact_form.php:907
625
- #: contact_form.php:926
626
- #: contact_form.php:932
627
  msgid "for this language"
628
  msgstr "この言語用"
629
 
630
- #: contact_form.php:914
631
  msgid "Action after email is sent"
632
  msgstr "メール送信後の行動"
633
 
634
- #: contact_form.php:916
635
  msgid "Display text"
636
  msgstr "テキストを表示"
637
 
638
- #: contact_form.php:925
639
- #: contact_form.php:931
640
  msgid "Text"
641
  msgstr "文字"
642
 
643
- #: contact_form.php:938
644
  msgid "Redirect to the page"
645
  msgstr "ページに転送"
646
 
647
- #: contact_form.php:939
648
  msgid "Url"
649
  msgstr "Url"
650
 
651
- #: contact_form.php:944
652
- #: contact_form.php:1137
653
  msgid "Save Changes"
654
  msgstr "変更を保存"
655
 
656
- #: contact_form.php:950
657
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
658
  msgstr ""
659
 
660
- #: contact_form.php:951
661
  #, fuzzy
662
  msgid "Rate the plugin"
663
  msgstr "無料プラグイン"
664
 
665
- #: contact_form.php:954
666
  #, fuzzy
667
  msgid "If there is something wrong about it, please contact us"
668
  msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
669
 
670
- #: contact_form.php:971
671
- msgid "Contact Form Pro | Extra Settings"
672
- msgstr "Contact Form Pro | 追加設定"
673
-
674
- #: contact_form.php:986
675
  msgid "Errors output"
676
  msgstr "エラー出力"
677
 
678
- #: contact_form.php:989
679
  msgid "Display error messages"
680
  msgstr "エラーメッセージの表示"
681
 
682
- #: contact_form.php:990
683
  msgid "Color of the input field errors."
684
  msgstr "入力フィールド・エラーの色"
685
 
686
- #: contact_form.php:991
687
  msgid "Display error messages & color of the input field errors"
688
  msgstr "エラーメッセージと入力フィールド・エラーの色を表示"
689
 
690
- #: contact_form.php:996
691
  msgid "Add placeholder to the input blocks"
692
  msgstr "プレースホルダーを入力ブロックに追加"
693
 
694
- #: contact_form.php:1002
695
  msgid "Add tooltips"
696
  msgstr "ツールチップの追加"
697
 
698
- #: contact_form.php:1016
699
  msgid "Email address"
700
  msgstr "Eメール・アドレス"
701
 
702
- #: contact_form.php:1021
703
  msgid "Phone Number"
704
  msgstr "電話番号"
705
 
706
- #: contact_form.php:1035
707
  msgid "Attachment"
708
  msgstr "添付"
709
 
710
- #: contact_form.php:1040
711
  msgid "(powered by bestwebsoft.com)"
712
  msgstr "(powered by bestwebsoft.com)"
713
 
714
- #: contact_form.php:1045
715
  msgid "Style options"
716
  msgstr "スタイル・オプション"
717
 
718
- #: contact_form.php:1048
719
  msgid "Text color"
720
  msgstr "文字色"
721
 
722
- #: contact_form.php:1051
723
- #: contact_form.php:1056
724
- #: contact_form.php:1066
725
- #: contact_form.php:1071
726
- #: contact_form.php:1076
727
- #: contact_form.php:1081
728
- #: contact_form.php:1091
729
- #: contact_form.php:1096
730
- #: contact_form.php:1102
731
- #: contact_form.php:1113
732
- #: contact_form.php:1118
733
- #: contact_form.php:1123
734
  msgid "Default"
735
  msgstr "標準"
736
 
737
- #: contact_form.php:1053
738
  msgid "Label text color"
739
  msgstr "ラベル文字色"
740
 
741
- #: contact_form.php:1058
742
  msgid "Placeholder color"
743
  msgstr "プレースホルダ色"
744
 
745
- #: contact_form.php:1063
746
  msgid "Errors color"
747
  msgstr "エラーの色"
748
 
749
- #: contact_form.php:1068
750
  msgid "Error text color"
751
  msgstr "エラーテキストの色"
752
 
753
- #: contact_form.php:1073
754
  msgid "Background color of the input field errors"
755
  msgstr "入力フィールド・エラーの背景色"
756
 
757
- #: contact_form.php:1078
758
  msgid "Border color of the input field errors"
759
  msgstr "入力フィールド・エラーの罫線色"
760
 
761
- #: contact_form.php:1083
762
  msgid "Placeholder color of the input field errors"
763
  msgstr "入力フィールド・エラー用のプレースホルダ色"
764
 
765
- #: contact_form.php:1088
766
  msgid "Input fields"
767
  msgstr "フィールドを入力"
768
 
769
- #: contact_form.php:1093
770
  msgid "Input fields background color"
771
  msgstr "フィールドの背景色の入力"
772
 
773
- #: contact_form.php:1098
774
  msgid "Text fields color"
775
  msgstr "文字フィールド色"
776
 
777
- #: contact_form.php:1100
778
  msgid "Border width in px, numbers only"
779
  msgstr "罫線幅(px単位)、数値のみ"
780
 
781
- #: contact_form.php:1104
782
- #: contact_form.php:1125
783
  msgid "Border color"
784
  msgstr "罫線色"
785
 
786
- #: contact_form.php:1109
787
  msgid "Submit button"
788
  msgstr "送信ボタン"
789
 
790
- #: contact_form.php:1111
791
  msgid "Width in px, numbers only"
792
  msgstr "px単位の幅、数字のみ"
793
 
794
- #: contact_form.php:1115
795
  msgid "Button color"
796
  msgstr "ボタンの色"
797
 
798
- #: contact_form.php:1120
799
  msgid "Button text color"
800
  msgstr "ボタン文字の色"
801
 
802
- #: contact_form.php:1141
803
  msgid "Contact Form Pro | Preview"
804
  msgstr "Contact Form Pro | プレビュー"
805
 
806
- #: contact_form.php:1144
807
  msgid "Show with errors"
808
  msgstr "エラーで表示"
809
 
810
- #: contact_form.php:1152
811
- #: contact_form.php:1154
812
  msgid "Please enter your full name..."
813
  msgstr "貴方の氏名を入力して下さい..."
814
 
815
- #: contact_form.php:1165
816
- #: contact_form.php:1167
817
  msgid "Please enter your address..."
818
  msgstr "貴方の住所を入力して下さい..."
819
 
820
- #: contact_form.php:1176
821
- #: contact_form.php:1178
822
  msgid "Please enter your email address..."
823
  msgstr "貴方のEメール・アドレスを入力して下さい..."
824
 
825
- #: contact_form.php:1187
826
- #: contact_form.php:1189
827
  msgid "Please enter your phone number..."
828
  msgstr "貴方の電話番号を入力して下さい..."
829
 
830
- #: contact_form.php:1198
831
- #: contact_form.php:1200
832
  msgid "Please enter subject..."
833
  msgstr "件名を入力して下さい..."
834
 
835
- #: contact_form.php:1208
836
- #: contact_form.php:1210
837
  msgid "Please enter your message..."
838
  msgstr "メッセージを入力して下さい..."
839
 
840
- #: contact_form.php:1287
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
841
  msgid "Sorry, email message could not be delivered."
842
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
843
 
844
- #: contact_form.php:1673
845
  msgid "Contact from"
846
  msgstr "コンタクトフォーム"
847
 
848
- #: contact_form.php:1686
849
- #: contact_form.php:1712
850
  msgid "Email"
851
  msgstr "Eメール"
852
 
853
- #: contact_form.php:1690
854
- #: contact_form.php:1714
855
  msgid "Phone"
856
  msgstr "電話"
857
 
858
- #: contact_form.php:1699
859
- #: contact_form.php:1717
860
  msgid "Site"
861
  msgstr "サイト"
862
 
863
- #: contact_form.php:1780
864
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
865
  msgstr "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
866
 
867
- #: contact_form.php:1850
868
  msgid "FAQ"
869
  msgstr "FAQ"
870
 
871
- #: contact_form.php:1851
872
  msgid "Support"
873
  msgstr "サポート"
874
 
875
- #: contact_form.php:1910
876
  msgid "Are you sure that you want to delete this language data?"
877
  msgstr "本当に、この言語データを削除しますか?"
878
 
 
 
 
 
 
 
879
  #~ msgid "Display fields"
880
  #~ msgstr "フィールドを表示"
881
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-31 18:15+0300\n"
6
+ "PO-Revision-Date: 2014-01-31 18:15+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: foken <foken@gmx.com>\n"
9
  "Language: ja_JP\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:33
20
+ #: contact_form.php:659
21
  msgid "Contact Form Settings"
22
  msgstr "コンタクトフォーム設定"
23
 
24
+ #: contact_form.php:33
25
  msgid "Contact Form"
26
  msgstr "コンタクトフォーム"
27
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  #: contact_form.php:80
29
+ #: contact_form.php:977
30
+ #: contact_form.php:1007
31
  msgid "Name:"
32
  msgstr "名前:"
33
 
34
  #: contact_form.php:81
35
+ #: contact_form.php:978
36
+ #: contact_form.php:1008
37
  msgid "Address:"
38
  msgstr "住所:"
39
 
40
  #: contact_form.php:82
41
+ #: contact_form.php:979
42
+ #: contact_form.php:1009
43
  msgid "Email Address:"
44
  msgstr "Eメール:"
45
 
46
  #: contact_form.php:83
47
+ #: contact_form.php:980
48
+ #: contact_form.php:1010
49
  msgid "Phone number:"
50
  msgstr "電話番号:"
51
 
52
  #: contact_form.php:84
53
+ #: contact_form.php:981
54
+ #: contact_form.php:1011
55
  msgid "Subject:"
56
  msgstr "件名:"
57
 
58
  #: contact_form.php:85
59
+ #: contact_form.php:982
60
+ #: contact_form.php:1012
61
  msgid "Message:"
62
  msgstr "メッセージ:"
63
 
64
  #: contact_form.php:86
65
+ #: contact_form.php:983
66
+ #: contact_form.php:1013
67
  msgid "Attachment:"
68
  msgstr "添付:"
69
 
72
  msgstr "サポートしてるファイル形式: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. 最大ファイルサイズ: 2MB"
73
 
74
  #: contact_form.php:88
75
+ #: contact_form.php:985
76
+ #: contact_form.php:1015
77
  msgid "Send me a copy"
78
  msgstr "コピーを自分に送る"
79
 
80
  #: contact_form.php:89
81
+ #: contact_form.php:986
82
+ #: contact_form.php:1016
83
  msgid "Submit"
84
  msgstr "送信"
85
 
135
  msgid "Thank you for contacting us."
136
  msgstr "ご連絡ありがとうございます"
137
 
138
+ #: contact_form.php:202
139
  #, fuzzy
140
  msgid "requires"
141
  msgstr "必須フィールド"
142
 
143
+ #: contact_form.php:202
144
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
145
  msgstr ""
146
 
147
+ #: contact_form.php:202
148
  msgid "Back to the WordPress"
149
  msgstr ""
150
 
151
+ #: contact_form.php:202
152
  #, fuzzy
153
  msgid "Plugins page"
154
  msgstr "Pro Plugins"
155
 
156
+ #: contact_form.php:493
157
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
158
  msgstr "’ページに転送’オプションを選択した場合は、URLフィールドが、以下の形式になります"
159
 
160
+ #: contact_form.php:502
161
  msgid "Such user does not exist. Settings are not saved."
162
  msgstr "このようなユーザは存在しません。設定は保存されません。"
163
 
164
+ #: contact_form.php:506
165
+ #: contact_form.php:512
166
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
167
  msgstr "'送信者'フィールドに正確なEメール・アドレスを入力して下さい。設定は保存されません。"
168
 
169
+ #: contact_form.php:517
170
  msgid "Settings saved."
171
  msgstr "設定保存."
172
 
173
+ #: contact_form.php:553
174
+ #: contact_form.php:592
175
+ msgid "Wrong license key"
176
+ msgstr ""
177
+
178
+ #: contact_form.php:585
179
+ msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
180
+ msgstr ""
181
+
182
+ #: contact_form.php:594
183
+ msgid "This license key is bind to another site"
184
+ msgstr ""
185
+
186
+ #: contact_form.php:596
187
+ #: contact_form.php:1382
188
+ msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
189
+ msgstr ""
190
+
191
+ #: contact_form.php:614
192
+ msgid "Failed to open the zip archive. Please, upload the plugin manually"
193
+ msgstr ""
194
+
195
+ #: contact_form.php:620
196
+ msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
197
+ msgstr ""
198
+
199
+ #: contact_form.php:624
200
+ #: contact_form.php:633
201
+ msgid "Failed to download the zip archive. Please, upload the plugin manually"
202
+ msgstr ""
203
+
204
+ #: contact_form.php:637
205
+ msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
206
+ msgstr ""
207
+
208
+ #: contact_form.php:652
209
+ #, fuzzy
210
+ msgid "Please, enter Your license key"
211
+ msgstr "メッセージを入力して下さい..."
212
+
213
+ #: contact_form.php:661
214
  msgid "Notice:"
215
  msgstr ""
216
 
217
+ #: contact_form.php:661
218
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
219
  msgstr ""
220
 
221
+ #: contact_form.php:664
222
+ #: contact_form.php:1990
223
+ #: contact_form.php:2001
 
224
  msgid "Settings"
225
  msgstr "設定"
226
 
227
+ #: contact_form.php:665
 
228
  msgid "Extra settings"
229
  msgstr "追加設定"
230
 
231
+ #: contact_form.php:666
232
+ msgid "Go PRO"
233
+ msgstr ""
234
+
235
+ #: contact_form.php:672
236
+ #: contact_form.php:1341
237
  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:"
238
  msgstr "コンタクトフォームをあなたのサイトに追加したい場合は、このショートカットを投稿、ページ又はウェジットにコピーして貼り付けるだけです:"
239
 
240
+ #: contact_form.php:672
241
+ #: contact_form.php:673
242
+ #: contact_form.php:1000
243
+ #: contact_form.php:1049
244
  msgid "or"
245
  msgstr "又は"
246
 
247
+ #: contact_form.php:673
248
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
249
  msgstr "標準的な短いコード [contact_form]に問題がある場合は、この短いコードをご利用下さい"
250
 
251
+ #: contact_form.php:674
252
  msgid "They work the same way."
253
  msgstr "同様に動作します。"
254
 
255
+ #: contact_form.php:675
256
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
257
  msgstr "以下の項目の情報が空欄の場合、登録の際に記述したアドレスにメッセージが送られます。"
258
 
259
+ #: contact_form.php:679
260
  msgid "The user's email address:"
261
  msgstr "wordpressユーザのemailを利用r:"
262
 
263
+ #: contact_form.php:683
264
  msgid "Create a username"
265
  msgstr "ユーザ名の選択"
266
 
267
+ #: contact_form.php:688
268
  msgid "Enter a username of the person who should get the messages from the contact form."
269
  msgstr "コンタクトフォームからメッセージを受け取る方のユーザ名を入力。"
270
 
271
+ #: contact_form.php:692
272
  msgid "Use this email address:"
273
  msgstr "このemailを利用:"
274
 
275
+ #: contact_form.php:695
276
  msgid "Enter the email address you want the messages forwarded to."
277
  msgstr "メッセージ受信用のemailを設定。"
278
 
279
+ #: contact_form.php:701
280
  msgid "Add department selectbox to the contact form:"
281
  msgstr ""
282
 
283
+ #: contact_form.php:709
284
+ #: contact_form.php:1236
285
  msgid "If you upgrade to Pro version all your settings will be saved."
286
  msgstr ""
287
 
288
+ #: contact_form.php:714
289
+ #: contact_form.php:851
290
+ #: contact_form.php:922
291
+ #: contact_form.php:1086
292
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
293
  msgstr "この機能は、プラグインのProバージョンで利用できます。詳細は、リンクを参照して下さい。"
294
 
295
+ #: contact_form.php:715
296
+ #: contact_form.php:852
297
+ #: contact_form.php:923
298
+ #: contact_form.php:1087
299
+ msgid "Contact Form Pro"
300
+ msgstr "Contact Form Pro"
301
+
302
+ #: contact_form.php:721
303
  msgid "Save emails to the database"
304
  msgstr ""
305
 
306
+ #: contact_form.php:731
307
+ msgid "Using"
308
+ msgstr ""
309
+
310
+ #: contact_form.php:731
311
+ #: contact_form.php:900
312
+ #: contact_form.php:903
313
+ #: contact_form.php:907
314
+ msgid "powered by"
315
+ msgstr ""
316
+
317
+ #: contact_form.php:734
318
+ #: contact_form.php:738
319
  msgid "Using Contact Form to DB powered by"
320
  msgstr ""
321
 
322
+ #: contact_form.php:734
323
  #, fuzzy
324
  msgid "Activate Contact Form to DB"
325
  msgstr "Contact Form Pro"
326
 
327
+ #: contact_form.php:738
328
  #, fuzzy
329
  msgid "Download Contact Form to DB"
330
  msgstr "Contact Form Pro"
331
 
332
+ #: contact_form.php:743
333
  msgid "Additional options"
334
  msgstr "追加オプション"
335
 
336
+ #: contact_form.php:745
337
  msgid "Show"
338
  msgstr ""
339
 
340
+ #: contact_form.php:746
341
  msgid "Hide"
342
  msgstr ""
343
 
344
+ #: contact_form.php:750
345
  msgid "What to use?"
346
  msgstr "何用途?"
347
 
348
+ #: contact_form.php:753
349
  msgid "Wp-mail"
350
  msgstr "WPメール"
351
 
352
+ #: contact_form.php:753
353
  msgid "You can use the wp_mail function for mailing"
354
  msgstr "メールにwp_mali機能が利用できます"
355
 
356
+ #: contact_form.php:755
357
  msgid "Mail"
358
  msgstr "メール"
359
 
360
+ #: contact_form.php:755
361
  msgid "To send mail you can use the php mail function"
362
  msgstr "メールを送信するには、phpメール機能が利用できます"
363
 
364
+ #: contact_form.php:759
365
  #, fuzzy
366
  msgid "The text in the 'From' field"
367
  msgstr "'送信者' フィールドのテキストを変更"
368
 
369
+ #: contact_form.php:761
370
  #, fuzzy
371
  msgid "User name"
372
  msgstr "ユーザ・Eメール"
373
 
374
+ #: contact_form.php:762
375
  #, fuzzy
376
  msgid "The name of the user who fills the form will be used in the field 'From'."
377
  msgstr "フォームを入力したユーザのEメール・アドレスは、'送信者'フィールドに使用されます。"
378
 
379
+ #: contact_form.php:765
380
  #, fuzzy
381
  msgid "This text will be used in the 'FROM' field"
382
  msgstr "このEメール・アドレスは、'送信者'フィールドに使用されます。"
383
 
384
+ #: contact_form.php:769
385
  #, fuzzy
386
  msgid "The email address in the 'From' field"
387
  msgstr "'送信者' フィールドにメールアドレスを入力して下さい"
388
 
389
+ #: contact_form.php:771
390
  msgid "User email"
391
  msgstr "ユーザ・Eメール"
392
 
393
+ #: contact_form.php:772
394
  msgid "The email address of the user who fills the form will be used in the field 'From'."
395
  msgstr "フォームを入力したユーザのEメール・アドレスは、'送信者'フィールドに使用されます。"
396
 
397
+ #: contact_form.php:775
398
  msgid "This email address will be used in the 'From' field."
399
  msgstr "このEメール・アドレスは、'送信者'フィールドに使用されます。"
400
 
401
+ #: contact_form.php:779
402
  #, fuzzy
403
  msgid "Required symbol"
404
  msgstr "必須フィールド"
405
 
406
+ #: contact_form.php:789
407
  msgid "Fields"
408
  msgstr ""
409
 
410
+ #: contact_form.php:790
411
  msgid "Used"
412
  msgstr ""
413
 
414
+ #: contact_form.php:791
415
  #, fuzzy
416
  msgid "Required"
417
  msgstr "必須フィールド"
418
 
419
+ #: contact_form.php:792
420
  msgid "Visible"
421
  msgstr ""
422
 
423
+ #: contact_form.php:793
424
  msgid "Disabled for editing"
425
  msgstr ""
426
 
427
+ #: contact_form.php:794
428
  msgid "Field's default value"
429
  msgstr ""
430
 
431
+ #: contact_form.php:799
432
+ #: contact_form.php:1111
433
+ #: contact_form.php:1831
434
+ #: contact_form.php:1861
435
  msgid "Name"
436
  msgstr "名前"
437
 
438
+ #: contact_form.php:807
439
+ #: contact_form.php:1116
440
+ #: contact_form.php:1835
441
+ #: contact_form.php:1863
442
  msgid "Address"
443
  msgstr "住所"
444
 
445
+ #: contact_form.php:815
446
  msgid "Email Address"
447
  msgstr "Eメール・アドレス"
448
 
449
+ #: contact_form.php:823
450
  #, fuzzy
451
  msgid "Phone number"
452
  msgstr "電話番号:"
453
 
454
+ #: contact_form.php:831
455
+ #: contact_form.php:1131
456
+ #: contact_form.php:1845
457
+ #: contact_form.php:1867
458
  msgid "Subject"
459
  msgstr "件名"
460
 
461
+ #: contact_form.php:839
462
+ #: contact_form.php:1135
463
+ #: contact_form.php:1848
464
+ #: contact_form.php:1868
465
  msgid "Message"
466
  msgstr "メッセージ"
467
 
468
+ #: contact_form.php:857
469
  msgid "Attachment block"
470
  msgstr "添付ブロック"
471
 
472
+ #: contact_form.php:859
473
  msgid "Users can attach the following file formats"
474
  msgstr "ユーザは、以下のタイプのファイルを添付できる"
475
 
476
+ #: contact_form.php:873
477
  msgid "Add to the form"
478
  msgstr ""
479
 
480
+ #: contact_form.php:878
481
  #, fuzzy
482
  msgid "Tips below the Attachment"
483
  msgstr "添付ブロックの下のチップス"
484
 
485
+ #: contact_form.php:887
486
  #, fuzzy
487
  msgid "'Send me a copy' block"
488
  msgstr "コピーブロックを自分に送る"
489
 
490
+ #: contact_form.php:900
491
+ #: contact_form.php:903
492
+ #: contact_form.php:907
493
+ #: contact_form.php:1145
494
  msgid "Captcha"
495
  msgstr "Captcha"
496
 
497
+ #: contact_form.php:903
 
 
 
 
 
 
498
  msgid "Activate captcha"
499
  msgstr "有効なcaptcha"
500
 
501
+ #: contact_form.php:907
502
  msgid "Download captcha"
503
  msgstr "captchaをダウンロード"
504
 
505
+ #: contact_form.php:915
506
  msgid "Agreement checkbox"
507
  msgstr ""
508
 
509
+ #: contact_form.php:915
510
  msgid "Required checkbox for submitting the form"
511
  msgstr ""
512
 
513
+ #: contact_form.php:916
514
  msgid "Optional checkbox"
515
  msgstr ""
516
 
517
+ #: contact_form.php:916
518
  msgid "Optional checkbox, the results of which will be displayed in email"
519
  msgstr ""
520
 
521
+ #: contact_form.php:927
522
  msgid "Delete an attachment file from the server after the email is sent"
523
  msgstr ""
524
 
525
+ #: contact_form.php:933
526
  msgid "Email in HTML format sending"
527
  msgstr ""
528
 
529
+ #: contact_form.php:937
530
  msgid "Display additional info in the email"
531
  msgstr "メール中に追加情報を表示"
532
 
533
+ #: contact_form.php:942
534
+ #: contact_form.php:1798
535
+ #: contact_form.php:1800
536
  msgid "Sent from (ip address)"
537
  msgstr "(IP-Adresse)から送られた"
538
 
539
+ #: contact_form.php:942
540
  #, fuzzy
541
  msgid "Example: Sent from (IP address):\t127.0.0.1"
542
  msgstr "(IP-Adresse)から送られた"
543
 
544
+ #: contact_form.php:943
545
+ #: contact_form.php:1804
546
+ #: contact_form.php:1806
547
  msgid "Date/Time"
548
  msgstr "日時"
549
 
550
+ #: contact_form.php:943
551
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
552
  msgstr ""
553
 
554
+ #: contact_form.php:944
555
+ #: contact_form.php:1810
556
+ #: contact_form.php:1812
557
  msgid "Sent from (referer)"
558
  msgstr "(referer)から送られている"
559
 
560
+ #: contact_form.php:944
561
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
562
  msgstr ""
563
 
564
+ #: contact_form.php:945
565
+ #: contact_form.php:1816
566
+ #: contact_form.php:1818
567
  msgid "Using (user agent)"
568
  msgstr "(user agent)使用"
569
 
570
+ #: contact_form.php:945
571
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
572
  msgstr ""
573
 
574
+ #: contact_form.php:949
575
  msgid "Language settings for the field names in the form"
576
  msgstr "フォームのフィールド名用の言語設定"
577
 
578
+ #: contact_form.php:958
579
  msgid "Add a language"
580
  msgstr "言語の追加"
581
 
582
+ #: contact_form.php:962
583
  msgid "Change the names of the contact form fields and error messages"
584
  msgstr "コンタクト・フォームのフィールドの名前及びエラーメッセージを変更"
585
 
586
+ #: contact_form.php:967
587
+ #: contact_form.php:1040
588
  msgid "English"
589
  msgstr "英語"
590
 
591
+ #: contact_form.php:975
592
+ #: contact_form.php:1005
593
+ msgid "click to expand/hide the list"
594
+ msgstr ""
595
+
596
+ #: contact_form.php:984
597
+ #: contact_form.php:1014
598
  #, fuzzy
599
  msgid "Tips below the Attachment block"
600
  msgstr "添付ブロックの下のチップス"
601
 
602
+ #: contact_form.php:987
603
+ #: contact_form.php:1017
604
  msgid "Error message for the Name field"
605
  msgstr "名前フィールド用のエラーメッセージ"
606
 
607
+ #: contact_form.php:988
608
+ #: contact_form.php:1018
609
  msgid "Error message for the Address field"
610
  msgstr "住所フィールド用のエラーメッセージ"
611
 
612
+ #: contact_form.php:989
613
+ #: contact_form.php:1019
614
  msgid "Error message for the Email field"
615
  msgstr "Eメール・フィールド用のエラーメッセージ"
616
 
617
+ #: contact_form.php:990
618
+ #: contact_form.php:1020
619
  msgid "Error message for the Phone field"
620
  msgstr "電話フィールド用のエラーメッセージ"
621
 
622
+ #: contact_form.php:991
623
+ #: contact_form.php:1021
624
  msgid "Error message for the Subject field"
625
  msgstr "件名フィールド用のエラーメッセージ"
626
 
627
+ #: contact_form.php:992
628
+ #: contact_form.php:1022
629
  msgid "Error message for the Message field"
630
  msgstr "メッセージ・フィールド用のエラーメッセージ"
631
 
632
+ #: contact_form.php:993
633
+ #: contact_form.php:1023
634
  msgid "Error message about the file type for the Attachment field"
635
  msgstr "添付フィールド用の拡張子タイプに関するエラーメッセージ"
636
 
637
+ #: contact_form.php:994
638
+ #: contact_form.php:1024
639
  msgid "Error message while uploading a file for the Attachment field to the server"
640
  msgstr "添付フィールド用のファイルをサーバにアップロード中のエラーメッセージ"
641
 
642
+ #: contact_form.php:995
643
+ #: contact_form.php:1025
644
  msgid "Error message while moving the file for the Attachment field"
645
  msgstr "添付フィールド用のファイルを移動中のエラーメッセージ"
646
 
647
+ #: contact_form.php:996
648
+ #: contact_form.php:1026
649
  msgid "Error message when file size limit for the Attachment field is exceeded"
650
  msgstr "添付フィールド用のファイルサイズ制限を超した場合のエラーメッセージ"
651
 
652
+ #: contact_form.php:997
653
+ #: contact_form.php:1027
654
  msgid "Error message for the Captcha field"
655
  msgstr "Captcha フィールド用のエラーメッセージ"
656
 
657
+ #: contact_form.php:998
658
+ #: contact_form.php:1028
659
  msgid "Error message for the whole form"
660
  msgstr "全体フォーム用のエラーメッセージ"
661
 
662
+ #: contact_form.php:1000
663
+ #: contact_form.php:1030
664
+ #: contact_form.php:1049
665
+ #: contact_form.php:1055
666
  msgid "Use shortcode"
667
  msgstr "短いコードの利用"
668
 
669
+ #: contact_form.php:1000
670
+ #: contact_form.php:1030
671
+ #: contact_form.php:1049
672
+ #: contact_form.php:1055
673
  msgid "for this language"
674
  msgstr "この言語用"
675
 
676
+ #: contact_form.php:1037
677
  msgid "Action after email is sent"
678
  msgstr "メール送信後の行動"
679
 
680
+ #: contact_form.php:1039
681
  msgid "Display text"
682
  msgstr "テキストを表示"
683
 
684
+ #: contact_form.php:1048
685
+ #: contact_form.php:1054
686
  msgid "Text"
687
  msgstr "文字"
688
 
689
+ #: contact_form.php:1061
690
  msgid "Redirect to the page"
691
  msgstr "ページに転送"
692
 
693
+ #: contact_form.php:1062
694
  msgid "Url"
695
  msgstr "Url"
696
 
697
+ #: contact_form.php:1067
698
+ #: contact_form.php:1242
699
  msgid "Save Changes"
700
  msgstr "変更を保存"
701
 
702
+ #: contact_form.php:1072
703
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
704
  msgstr ""
705
 
706
+ #: contact_form.php:1073
707
  #, fuzzy
708
  msgid "Rate the plugin"
709
  msgstr "無料プラグイン"
710
 
711
+ #: contact_form.php:1076
712
  #, fuzzy
713
  msgid "If there is something wrong about it, please contact us"
714
  msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
715
 
716
+ #: contact_form.php:1091
 
 
 
 
717
  msgid "Errors output"
718
  msgstr "エラー出力"
719
 
720
+ #: contact_form.php:1094
721
  msgid "Display error messages"
722
  msgstr "エラーメッセージの表示"
723
 
724
+ #: contact_form.php:1095
725
  msgid "Color of the input field errors."
726
  msgstr "入力フィールド・エラーの色"
727
 
728
+ #: contact_form.php:1096
729
  msgid "Display error messages & color of the input field errors"
730
  msgstr "エラーメッセージと入力フィールド・エラーの色を表示"
731
 
732
+ #: contact_form.php:1101
733
  msgid "Add placeholder to the input blocks"
734
  msgstr "プレースホルダーを入力ブロックに追加"
735
 
736
+ #: contact_form.php:1107
737
  msgid "Add tooltips"
738
  msgstr "ツールチップの追加"
739
 
740
+ #: contact_form.php:1121
741
  msgid "Email address"
742
  msgstr "Eメール・アドレス"
743
 
744
+ #: contact_form.php:1126
745
  msgid "Phone Number"
746
  msgstr "電話番号"
747
 
748
+ #: contact_form.php:1140
749
  msgid "Attachment"
750
  msgstr "添付"
751
 
752
+ #: contact_form.php:1145
753
  msgid "(powered by bestwebsoft.com)"
754
  msgstr "(powered by bestwebsoft.com)"
755
 
756
+ #: contact_form.php:1150
757
  msgid "Style options"
758
  msgstr "スタイル・オプション"
759
 
760
+ #: contact_form.php:1153
761
  msgid "Text color"
762
  msgstr "文字色"
763
 
764
+ #: contact_form.php:1156
765
+ #: contact_form.php:1161
766
+ #: contact_form.php:1171
767
+ #: contact_form.php:1176
768
+ #: contact_form.php:1181
769
+ #: contact_form.php:1186
770
+ #: contact_form.php:1196
771
+ #: contact_form.php:1201
772
+ #: contact_form.php:1207
773
+ #: contact_form.php:1218
774
+ #: contact_form.php:1223
775
+ #: contact_form.php:1228
776
  msgid "Default"
777
  msgstr "標準"
778
 
779
+ #: contact_form.php:1158
780
  msgid "Label text color"
781
  msgstr "ラベル文字色"
782
 
783
+ #: contact_form.php:1163
784
  msgid "Placeholder color"
785
  msgstr "プレースホルダ色"
786
 
787
+ #: contact_form.php:1168
788
  msgid "Errors color"
789
  msgstr "エラーの色"
790
 
791
+ #: contact_form.php:1173
792
  msgid "Error text color"
793
  msgstr "エラーテキストの色"
794
 
795
+ #: contact_form.php:1178
796
  msgid "Background color of the input field errors"
797
  msgstr "入力フィールド・エラーの背景色"
798
 
799
+ #: contact_form.php:1183
800
  msgid "Border color of the input field errors"
801
  msgstr "入力フィールド・エラーの罫線色"
802
 
803
+ #: contact_form.php:1188
804
  msgid "Placeholder color of the input field errors"
805
  msgstr "入力フィールド・エラー用のプレースホルダ色"
806
 
807
+ #: contact_form.php:1193
808
  msgid "Input fields"
809
  msgstr "フィールドを入力"
810
 
811
+ #: contact_form.php:1198
812
  msgid "Input fields background color"
813
  msgstr "フィールドの背景色の入力"
814
 
815
+ #: contact_form.php:1203
816
  msgid "Text fields color"
817
  msgstr "文字フィールド色"
818
 
819
+ #: contact_form.php:1205
820
  msgid "Border width in px, numbers only"
821
  msgstr "罫線幅(px単位)、数値のみ"
822
 
823
+ #: contact_form.php:1209
824
+ #: contact_form.php:1230
825
  msgid "Border color"
826
  msgstr "罫線色"
827
 
828
+ #: contact_form.php:1214
829
  msgid "Submit button"
830
  msgstr "送信ボタン"
831
 
832
+ #: contact_form.php:1216
833
  msgid "Width in px, numbers only"
834
  msgstr "px単位の幅、数字のみ"
835
 
836
+ #: contact_form.php:1220
837
  msgid "Button color"
838
  msgstr "ボタンの色"
839
 
840
+ #: contact_form.php:1225
841
  msgid "Button text color"
842
  msgstr "ボタン文字の色"
843
 
844
+ #: contact_form.php:1246
845
  msgid "Contact Form Pro | Preview"
846
  msgstr "Contact Form Pro | プレビュー"
847
 
848
+ #: contact_form.php:1249
849
  msgid "Show with errors"
850
  msgstr "エラーで表示"
851
 
852
+ #: contact_form.php:1257
853
+ #: contact_form.php:1259
854
  msgid "Please enter your full name..."
855
  msgstr "貴方の氏名を入力して下さい..."
856
 
857
+ #: contact_form.php:1270
858
+ #: contact_form.php:1272
859
  msgid "Please enter your address..."
860
  msgstr "貴方の住所を入力して下さい..."
861
 
862
+ #: contact_form.php:1281
863
+ #: contact_form.php:1283
864
  msgid "Please enter your email address..."
865
  msgstr "貴方のEメール・アドレスを入力して下さい..."
866
 
867
+ #: contact_form.php:1292
868
+ #: contact_form.php:1294
869
  msgid "Please enter your phone number..."
870
  msgstr "貴方の電話番号を入力して下さい..."
871
 
872
+ #: contact_form.php:1303
873
+ #: contact_form.php:1305
874
  msgid "Please enter subject..."
875
  msgstr "件名を入力して下さい..."
876
 
877
+ #: contact_form.php:1313
878
+ #: contact_form.php:1315
879
  msgid "Please enter your message..."
880
  msgstr "メッセージを入力して下さい..."
881
 
882
+ #: contact_form.php:1357
883
+ msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
884
+ msgstr ""
885
+
886
+ #: contact_form.php:1359
887
+ msgid "Please, go to"
888
+ msgstr ""
889
+
890
+ #: contact_form.php:1359
891
+ #, fuzzy
892
+ msgid "the setting page"
893
+ msgstr "追加設定"
894
+
895
+ #: contact_form.php:1360
896
+ msgid "You will be redirected automatically in 5 seconds."
897
+ msgstr ""
898
+
899
+ #: contact_form.php:1365
900
+ msgid "You can download and activate"
901
+ msgstr ""
902
+
903
+ #: contact_form.php:1367
904
+ msgid "version of this plugin by entering Your license key."
905
+ msgstr ""
906
+
907
+ #: contact_form.php:1369
908
+ msgid "You can find your license key on your personal page Client area, by clicking on the link"
909
+ msgstr ""
910
+
911
+ #: contact_form.php:1371
912
+ msgid "(your username is the email you specify when purchasing the product)."
913
+ msgstr ""
914
+
915
+ #: contact_form.php:1379
916
+ #: contact_form.php:1389
917
+ msgid "Go!"
918
+ msgstr ""
919
+
920
+ #: contact_form.php:1439
921
  msgid "Sorry, email message could not be delivered."
922
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
923
 
924
+ #: contact_form.php:1825
925
  msgid "Contact from"
926
  msgstr "コンタクトフォーム"
927
 
928
+ #: contact_form.php:1838
929
+ #: contact_form.php:1864
930
  msgid "Email"
931
  msgstr "Eメール"
932
 
933
+ #: contact_form.php:1842
934
+ #: contact_form.php:1866
935
  msgid "Phone"
936
  msgstr "電話"
937
 
938
+ #: contact_form.php:1851
939
+ #: contact_form.php:1869
940
  msgid "Site"
941
  msgstr "サイト"
942
 
943
+ #: contact_form.php:1932
944
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
945
  msgstr "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
946
 
947
+ #: contact_form.php:2002
948
  msgid "FAQ"
949
  msgstr "FAQ"
950
 
951
+ #: contact_form.php:2003
952
  msgid "Support"
953
  msgstr "サポート"
954
 
955
+ #: contact_form.php:2061
956
  msgid "Are you sure that you want to delete this language data?"
957
  msgstr "本当に、この言語データを削除しますか?"
958
 
959
+ #~ msgid "Contact Form Pro Extra Settings"
960
+ #~ msgstr "Contact Form Pro 用設定"
961
+
962
+ #~ msgid "Contact Form Pro | Extra Settings"
963
+ #~ msgstr "Contact Form Pro | 追加設定"
964
+
965
  #~ msgid "Display fields"
966
  #~ msgstr "フィールドを表示"
967
 
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-12-17 16:52+0300\n"
6
- "PO-Revision-Date: 2013-12-17 16:52+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Thomas Hartung, Dorine Kat-Stronck <thartung@adipositas-mm.de, info@katchy.nl>\n"
9
  "Language: nl_NL\n"
@@ -16,70 +16,56 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:32
20
- #: contact_form.php:538
21
- #, fuzzy
22
- msgid "Contact Form Settings"
23
- msgstr "Contact Form Opties"
24
-
25
- #: contact_form.php:32
26
- msgid "Contact Form"
27
- msgstr "Contact Form"
28
-
29
  #: contact_form.php:33
 
30
  #, fuzzy
31
- msgid "Contact Form Pro Extra Settings"
32
  msgstr "Contact Form Opties"
33
 
34
  #: contact_form.php:33
35
- #: contact_form.php:592
36
- #: contact_form.php:729
37
- #: contact_form.php:800
38
- #: contact_form.php:982
39
- #, fuzzy
40
- msgid "Contact Form Pro"
41
  msgstr "Contact Form"
42
 
43
  #: contact_form.php:80
44
- #: contact_form.php:854
45
- #: contact_form.php:884
46
  msgid "Name:"
47
  msgstr "Naam:"
48
 
49
  #: contact_form.php:81
50
- #: contact_form.php:855
51
- #: contact_form.php:885
52
  #, fuzzy
53
  msgid "Address:"
54
  msgstr "Email adres:"
55
 
56
  #: contact_form.php:82
57
- #: contact_form.php:856
58
- #: contact_form.php:886
59
  msgid "Email Address:"
60
  msgstr "Email adres:"
61
 
62
  #: contact_form.php:83
63
- #: contact_form.php:857
64
- #: contact_form.php:887
65
  msgid "Phone number:"
66
  msgstr "Telefoonnummer:"
67
 
68
  #: contact_form.php:84
69
- #: contact_form.php:858
70
- #: contact_form.php:888
71
  msgid "Subject:"
72
  msgstr "Onderwerp:"
73
 
74
  #: contact_form.php:85
75
- #: contact_form.php:859
76
- #: contact_form.php:889
77
  msgid "Message:"
78
  msgstr "Bericht:"
79
 
80
  #: contact_form.php:86
81
- #: contact_form.php:860
82
- #: contact_form.php:890
83
  msgid "Attachment:"
84
  msgstr "Bijlage:"
85
 
@@ -88,14 +74,14 @@ msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI,
88
  msgstr ""
89
 
90
  #: contact_form.php:88
91
- #: contact_form.php:862
92
- #: contact_form.php:892
93
  msgid "Send me a copy"
94
  msgstr "Kopie aan mij sturen"
95
 
96
  #: contact_form.php:89
97
- #: contact_form.php:863
98
- #: contact_form.php:893
99
  msgid "Submit"
100
  msgstr "Versturen"
101
 
@@ -153,760 +139,860 @@ msgstr "Vul alle vereiste informatie in en probeer het opnieuw."
153
  msgid "Thank you for contacting us."
154
  msgstr "Bedankt voor uw bericht."
155
 
156
- #: contact_form.php:203
157
  #, fuzzy
158
  msgid "requires"
159
  msgstr "Verplicht veld"
160
 
161
- #: contact_form.php:203
162
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
163
  msgstr ""
164
 
165
- #: contact_form.php:203
166
  msgid "Back to the WordPress"
167
  msgstr ""
168
 
169
- #: contact_form.php:203
170
  #, fuzzy
171
  msgid "Plugins page"
172
  msgstr "BWS Plugins"
173
 
174
- #: contact_form.php:494
175
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
176
  msgstr "Als de optie 'Doorsturen naar pagina' is geselecteerd, dient u het url veld in te vullen in de volgende format"
177
 
178
- #: contact_form.php:503
179
  msgid "Such user does not exist. Settings are not saved."
180
  msgstr "Deze gebruiker bestaat niet. Instellingen zijn niet opgeslagen."
181
 
182
- #: contact_form.php:507
183
- #: contact_form.php:513
184
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
185
  msgstr "Geef een geldig email adres op. Instellingen zijn niet opgeslagen."
186
 
187
- #: contact_form.php:518
188
  #, fuzzy
189
  msgid "Settings saved."
190
  msgstr "Instellingen opgeslagen."
191
 
192
- #: contact_form.php:540
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
193
  msgid "Notice:"
194
  msgstr ""
195
 
196
- #: contact_form.php:540
197
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
198
  msgstr ""
199
 
200
- #: contact_form.php:543
201
- #: contact_form.php:973
202
- #: contact_form.php:1838
203
- #: contact_form.php:1849
204
  msgid "Settings"
205
  msgstr "Instellingen"
206
 
207
- #: contact_form.php:544
208
- #: contact_form.php:974
209
  #, fuzzy
210
  msgid "Extra settings"
211
  msgstr "Instellingen"
212
 
213
- #: contact_form.php:549
214
- #: contact_form.php:1236
 
 
 
 
215
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
216
  msgstr "Als je een Contact Form aan je website wil toevoegen, kopieer dan deze code in je bericht, op je pagina of widget:"
217
 
218
- #: contact_form.php:549
219
- #: contact_form.php:550
220
- #: contact_form.php:877
221
- #: contact_form.php:926
222
  msgid "or"
223
  msgstr ""
224
 
225
- #: contact_form.php:550
226
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
227
  msgstr ""
228
 
229
- #: contact_form.php:551
230
  msgid "They work the same way."
231
  msgstr ""
232
 
233
- #: contact_form.php:552
234
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
235
  msgstr "Als onderstaande velden leeg blijven, zal het bericht gestuurd worden aan het adres dat is gespecificeerd tijdens de registratie."
236
 
237
- #: contact_form.php:556
238
  msgid "The user's email address:"
239
  msgstr "Gebruik het email adres van de Wordpress gebruiker:"
240
 
241
- #: contact_form.php:560
242
  msgid "Create a username"
243
  msgstr "Kies gebruikersnaam"
244
 
245
- #: contact_form.php:565
246
  msgid "Enter a username of the person who should get the messages from the contact form."
247
  msgstr "Voer de naam in van de gebruiker die berichten van dit contact formulier moet ontvangen."
248
 
249
- #: contact_form.php:569
250
  msgid "Use this email address:"
251
  msgstr "Gebruik dit email adres:"
252
 
253
- #: contact_form.php:572
254
  msgid "Enter the email address you want the messages forwarded to."
255
  msgstr "Geef een email adres op waar de berichten naar verstuurd moeten worden."
256
 
257
- #: contact_form.php:578
258
  msgid "Add department selectbox to the contact form:"
259
  msgstr ""
260
 
261
- #: contact_form.php:586
262
- #: contact_form.php:1131
263
  msgid "If you upgrade to Pro version all your settings will be saved."
264
  msgstr ""
265
 
266
- #: contact_form.php:591
267
- #: contact_form.php:728
268
- #: contact_form.php:799
269
- #: contact_form.php:981
270
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
271
  msgstr ""
272
 
273
- #: contact_form.php:598
 
 
 
 
 
 
 
 
274
  msgid "Save emails to the database"
275
  msgstr ""
276
 
277
- #: contact_form.php:608
278
- #: contact_form.php:611
279
- #: contact_form.php:615
 
 
 
 
 
 
 
 
 
 
280
  msgid "Using Contact Form to DB powered by"
281
  msgstr ""
282
 
283
- #: contact_form.php:611
284
  #, fuzzy
285
  msgid "Activate Contact Form to DB"
286
  msgstr "Contact Form"
287
 
288
- #: contact_form.php:615
289
  #, fuzzy
290
  msgid "Download Contact Form to DB"
291
  msgstr "Contact Form"
292
 
293
- #: contact_form.php:620
294
  msgid "Additional options"
295
  msgstr "Extra opties"
296
 
297
- #: contact_form.php:622
298
  msgid "Show"
299
  msgstr ""
300
 
301
- #: contact_form.php:623
302
  msgid "Hide"
303
  msgstr ""
304
 
305
- #: contact_form.php:627
306
  msgid "What to use?"
307
  msgstr "Voor welk gebruik?"
308
 
309
- #: contact_form.php:630
310
  msgid "Wp-mail"
311
  msgstr "Wp-mail"
312
 
313
- #: contact_form.php:630
314
  msgid "You can use the wp_mail function for mailing"
315
  msgstr "Om emails te verzenden kunt u the wordpress wp-mail functie gebruiken"
316
 
317
- #: contact_form.php:632
318
  msgid "Mail"
319
  msgstr "Mail"
320
 
321
- #: contact_form.php:632
322
  msgid "To send mail you can use the php mail function"
323
  msgstr "Om emails te verzenden kunt e de php mail functie gebruiken"
324
 
325
- #: contact_form.php:636
326
  #, fuzzy
327
  msgid "The text in the 'From' field"
328
  msgstr "Verander de tekst voor 'VAN' veld van het email adres"
329
 
330
- #: contact_form.php:638
331
  msgid "User name"
332
  msgstr ""
333
 
334
- #: contact_form.php:639
335
  #, fuzzy
336
  msgid "The name of the user who fills the form will be used in the field 'From'."
337
  msgstr "In het veld 'Van' in de email zal het email adres van degene die het formulier invult gebruikt worden."
338
 
339
- #: contact_form.php:642
340
  #, fuzzy
341
  msgid "This text will be used in the 'FROM' field"
342
  msgstr "In het veld 'Van' dit email adres zal worden gebruikt."
343
 
344
- #: contact_form.php:646
345
  #, fuzzy
346
  msgid "The email address in the 'From' field"
347
  msgstr "Kies het email adres voor 'Van' veld voor het versturen van de mail"
348
 
349
- #: contact_form.php:648
350
  msgid "User email"
351
  msgstr ""
352
 
353
- #: contact_form.php:649
354
  #, fuzzy
355
  msgid "The email address of the user who fills the form will be used in the field 'From'."
356
  msgstr "In het veld 'Van' in de email zal het email adres van degene die het formulier invult gebruikt worden."
357
 
358
- #: contact_form.php:652
359
  msgid "This email address will be used in the 'From' field."
360
  msgstr "In het veld 'Van' dit email adres zal worden gebruikt."
361
 
362
- #: contact_form.php:656
363
  #, fuzzy
364
  msgid "Required symbol"
365
  msgstr "Verplicht veld"
366
 
367
- #: contact_form.php:666
368
  msgid "Fields"
369
  msgstr ""
370
 
371
- #: contact_form.php:667
372
  msgid "Used"
373
  msgstr ""
374
 
375
- #: contact_form.php:668
376
  #, fuzzy
377
  msgid "Required"
378
  msgstr "Verplicht veld"
379
 
380
- #: contact_form.php:669
381
  msgid "Visible"
382
  msgstr ""
383
 
384
- #: contact_form.php:670
385
  msgid "Disabled for editing"
386
  msgstr ""
387
 
388
- #: contact_form.php:671
389
  msgid "Field's default value"
390
  msgstr ""
391
 
392
- #: contact_form.php:676
393
- #: contact_form.php:1006
394
- #: contact_form.php:1679
395
- #: contact_form.php:1709
396
  msgid "Name"
397
  msgstr "Naam"
398
 
399
- #: contact_form.php:684
400
- #: contact_form.php:1011
401
- #: contact_form.php:1683
402
- #: contact_form.php:1711
403
  #, fuzzy
404
  msgid "Address"
405
  msgstr "Email adres:"
406
 
407
- #: contact_form.php:692
408
  #, fuzzy
409
  msgid "Email Address"
410
  msgstr "Email adres:"
411
 
412
- #: contact_form.php:700
413
  #, fuzzy
414
  msgid "Phone number"
415
  msgstr "Telefoonnummer:"
416
 
417
- #: contact_form.php:708
418
- #: contact_form.php:1026
419
- #: contact_form.php:1693
420
- #: contact_form.php:1715
421
  msgid "Subject"
422
  msgstr "Onderwerp"
423
 
424
- #: contact_form.php:716
425
- #: contact_form.php:1030
426
- #: contact_form.php:1696
427
- #: contact_form.php:1716
428
  msgid "Message"
429
  msgstr "Bericht"
430
 
431
- #: contact_form.php:734
432
  #, fuzzy
433
  msgid "Attachment block"
434
  msgstr "Toon de bijlage knop"
435
 
436
- #: contact_form.php:736
437
  msgid "Users can attach the following file formats"
438
  msgstr "Gebruikers kunnen de volgende bestandtypen toevoegen"
439
 
440
- #: contact_form.php:750
441
  msgid "Add to the form"
442
  msgstr ""
443
 
444
- #: contact_form.php:755
445
  #, fuzzy
446
  msgid "Tips below the Attachment"
447
  msgstr "Toon uitleg na Bijlage knop"
448
 
449
- #: contact_form.php:764
450
  #, fuzzy
451
  msgid "'Send me a copy' block"
452
  msgstr "Geef 'Kopie aan mij sturen' weer"
453
 
454
- #: contact_form.php:777
455
- #: contact_form.php:780
456
- #: contact_form.php:784
457
- #: contact_form.php:1040
458
  msgid "Captcha"
459
  msgstr ""
460
 
461
- #: contact_form.php:777
462
- #: contact_form.php:780
463
- #: contact_form.php:784
464
- msgid "powered by"
465
- msgstr ""
466
-
467
- #: contact_form.php:780
468
  #, fuzzy
469
  msgid "Activate captcha"
470
  msgstr "Geactiveerde plugins"
471
 
472
- #: contact_form.php:784
473
  #, fuzzy
474
  msgid "Download captcha"
475
  msgstr "Download"
476
 
477
- #: contact_form.php:792
478
  msgid "Agreement checkbox"
479
  msgstr ""
480
 
481
- #: contact_form.php:792
482
  msgid "Required checkbox for submitting the form"
483
  msgstr ""
484
 
485
- #: contact_form.php:793
486
  msgid "Optional checkbox"
487
  msgstr ""
488
 
489
- #: contact_form.php:793
490
  msgid "Optional checkbox, the results of which will be displayed in email"
491
  msgstr ""
492
 
493
- #: contact_form.php:804
494
  msgid "Delete an attachment file from the server after the email is sent"
495
  msgstr ""
496
 
497
- #: contact_form.php:810
498
  msgid "Email in HTML format sending"
499
  msgstr ""
500
 
501
- #: contact_form.php:814
502
  #, fuzzy
503
  msgid "Display additional info in the email"
504
  msgstr "Toon aanvullende informatie in de email"
505
 
506
- #: contact_form.php:819
507
- #: contact_form.php:1646
508
- #: contact_form.php:1648
509
  msgid "Sent from (ip address)"
510
  msgstr "Verstuurd van (IP-adres)"
511
 
512
- #: contact_form.php:819
513
  #, fuzzy
514
  msgid "Example: Sent from (IP address):\t127.0.0.1"
515
  msgstr "Verstuurd van (IP-adres)"
516
 
517
- #: contact_form.php:820
518
- #: contact_form.php:1652
519
- #: contact_form.php:1654
520
  msgid "Date/Time"
521
  msgstr "Datum/Tijd"
522
 
523
- #: contact_form.php:820
524
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
525
  msgstr ""
526
 
527
- #: contact_form.php:821
528
- #: contact_form.php:1658
529
- #: contact_form.php:1660
530
  msgid "Sent from (referer)"
531
  msgstr "Verstuurd vanaf (referer)"
532
 
533
- #: contact_form.php:821
534
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
535
  msgstr ""
536
 
537
- #: contact_form.php:822
538
- #: contact_form.php:1664
539
- #: contact_form.php:1666
540
  msgid "Using (user agent)"
541
  msgstr "Met (user agent)"
542
 
543
- #: contact_form.php:822
544
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
545
  msgstr ""
546
 
547
- #: contact_form.php:826
548
  msgid "Language settings for the field names in the form"
549
  msgstr "Taal instellingen voor velden met een label"
550
 
551
- #: contact_form.php:835
552
  #, fuzzy
553
  msgid "Add a language"
554
  msgstr "Voeg een taal toe"
555
 
556
- #: contact_form.php:839
557
  msgid "Change the names of the contact form fields and error messages"
558
  msgstr "Verander de namen van de labels en de foutmeldingen"
559
 
560
- #: contact_form.php:844
561
- #: contact_form.php:917
562
  msgid "English"
563
  msgstr "Engels"
564
 
565
- #: contact_form.php:861
566
- #: contact_form.php:891
 
 
 
 
 
567
  #, fuzzy
568
  msgid "Tips below the Attachment block"
569
  msgstr "Toon uitleg na Bijlage knop"
570
 
571
- #: contact_form.php:864
572
- #: contact_form.php:894
573
  msgid "Error message for the Name field"
574
  msgstr "Foutmelding voor naam veld"
575
 
576
- #: contact_form.php:865
577
- #: contact_form.php:895
578
  #, fuzzy
579
  msgid "Error message for the Address field"
580
  msgstr "Foutmelding voor bericht veld"
581
 
582
- #: contact_form.php:866
583
- #: contact_form.php:896
584
  msgid "Error message for the Email field"
585
  msgstr "Foutmelding voor email veld"
586
 
587
- #: contact_form.php:867
588
- #: contact_form.php:897
589
  msgid "Error message for the Phone field"
590
  msgstr "Foutmelding voor telefoonnummer veld"
591
 
592
- #: contact_form.php:868
593
- #: contact_form.php:898
594
  msgid "Error message for the Subject field"
595
  msgstr "Foutmelding voor onderwerp veld"
596
 
597
- #: contact_form.php:869
598
- #: contact_form.php:899
599
  msgid "Error message for the Message field"
600
  msgstr "Foutmelding voor bericht veld"
601
 
602
- #: contact_form.php:870
603
- #: contact_form.php:900
604
  #, fuzzy
605
  msgid "Error message about the file type for the Attachment field"
606
  msgstr "Foutmelding voor bijlage veld"
607
 
608
- #: contact_form.php:871
609
- #: contact_form.php:901
610
  #, fuzzy
611
  msgid "Error message while uploading a file for the Attachment field to the server"
612
  msgstr "Foutmelding voor bijlage veld"
613
 
614
- #: contact_form.php:872
615
- #: contact_form.php:902
616
  #, fuzzy
617
  msgid "Error message while moving the file for the Attachment field"
618
  msgstr "Foutmelding voor bijlage veld"
619
 
620
- #: contact_form.php:873
621
- #: contact_form.php:903
622
  #, fuzzy
623
  msgid "Error message when file size limit for the Attachment field is exceeded"
624
  msgstr "Foutmelding voor bijlage veld"
625
 
626
- #: contact_form.php:874
627
- #: contact_form.php:904
628
  msgid "Error message for the Captcha field"
629
  msgstr "Foutmelding voor captcha"
630
 
631
- #: contact_form.php:875
632
- #: contact_form.php:905
633
  msgid "Error message for the whole form"
634
  msgstr "Foutmelding voor het gehele formulier"
635
 
636
- #: contact_form.php:877
637
- #: contact_form.php:907
638
- #: contact_form.php:926
639
- #: contact_form.php:932
640
  msgid "Use shortcode"
641
  msgstr "Gebruik shortcode"
642
 
643
- #: contact_form.php:877
644
- #: contact_form.php:907
645
- #: contact_form.php:926
646
- #: contact_form.php:932
647
  msgid "for this language"
648
  msgstr "voor deze taal"
649
 
650
- #: contact_form.php:914
651
  msgid "Action after email is sent"
652
  msgstr "Actie na het verzenden van de email"
653
 
654
- #: contact_form.php:916
655
  msgid "Display text"
656
  msgstr "Toon tekst"
657
 
658
- #: contact_form.php:925
659
- #: contact_form.php:931
660
  msgid "Text"
661
  msgstr "Tekst"
662
 
663
- #: contact_form.php:938
664
  msgid "Redirect to the page"
665
  msgstr "Dooorsturen naar pagina"
666
 
667
- #: contact_form.php:939
668
  msgid "Url"
669
  msgstr "Url"
670
 
671
- #: contact_form.php:944
672
- #: contact_form.php:1137
673
  msgid "Save Changes"
674
  msgstr "Bewaar veranderingen"
675
 
676
- #: contact_form.php:950
677
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
678
  msgstr ""
679
 
680
- #: contact_form.php:951
681
  #, fuzzy
682
  msgid "Rate the plugin"
683
  msgstr "Aanbevolen Plugins"
684
 
685
- #: contact_form.php:954
686
  #, fuzzy
687
  msgid "If there is something wrong about it, please contact us"
688
  msgstr "Mocht u nog vragen hebben, stuur dan een email naar plugin@bestwebsoft.com of vul het contactformulier op onze website in."
689
 
690
- #: contact_form.php:971
691
- #, fuzzy
692
- msgid "Contact Form Pro | Extra Settings"
693
- msgstr "Contact Form Opties"
694
-
695
- #: contact_form.php:986
696
  msgid "Errors output"
697
  msgstr ""
698
 
699
- #: contact_form.php:989
700
  msgid "Display error messages"
701
  msgstr ""
702
 
703
- #: contact_form.php:990
704
  msgid "Color of the input field errors."
705
  msgstr ""
706
 
707
- #: contact_form.php:991
708
  #, fuzzy
709
  msgid "Display error messages & color of the input field errors"
710
  msgstr "Foutmelding voor onderwerp veld"
711
 
712
- #: contact_form.php:996
713
  msgid "Add placeholder to the input blocks"
714
  msgstr ""
715
 
716
- #: contact_form.php:1002
717
  #, fuzzy
718
  msgid "Add tooltips"
719
  msgstr "Extra opties"
720
 
721
- #: contact_form.php:1016
722
  #, fuzzy
723
  msgid "Email address"
724
  msgstr "Email adres:"
725
 
726
- #: contact_form.php:1021
727
  #, fuzzy
728
  msgid "Phone Number"
729
  msgstr "Telefoonnummer:"
730
 
731
- #: contact_form.php:1035
732
  #, fuzzy
733
  msgid "Attachment"
734
  msgstr "Bijlage:"
735
 
736
- #: contact_form.php:1040
737
  msgid "(powered by bestwebsoft.com)"
738
  msgstr ""
739
 
740
- #: contact_form.php:1045
741
  #, fuzzy
742
  msgid "Style options"
743
  msgstr "Extra opties"
744
 
745
- #: contact_form.php:1048
746
  msgid "Text color"
747
  msgstr ""
748
 
749
- #: contact_form.php:1051
750
- #: contact_form.php:1056
751
- #: contact_form.php:1066
752
- #: contact_form.php:1071
753
- #: contact_form.php:1076
754
- #: contact_form.php:1081
755
- #: contact_form.php:1091
756
- #: contact_form.php:1096
757
- #: contact_form.php:1102
758
- #: contact_form.php:1113
759
- #: contact_form.php:1118
760
- #: contact_form.php:1123
761
  msgid "Default"
762
  msgstr ""
763
 
764
- #: contact_form.php:1053
765
  msgid "Label text color"
766
  msgstr ""
767
 
768
- #: contact_form.php:1058
769
  msgid "Placeholder color"
770
  msgstr ""
771
 
772
- #: contact_form.php:1063
773
  msgid "Errors color"
774
  msgstr ""
775
 
776
- #: contact_form.php:1068
777
  msgid "Error text color"
778
  msgstr ""
779
 
780
- #: contact_form.php:1073
781
  msgid "Background color of the input field errors"
782
  msgstr ""
783
 
784
- #: contact_form.php:1078
785
  msgid "Border color of the input field errors"
786
  msgstr ""
787
 
788
- #: contact_form.php:1083
789
  msgid "Placeholder color of the input field errors"
790
  msgstr ""
791
 
792
- #: contact_form.php:1088
793
  #, fuzzy
794
  msgid "Input fields"
795
  msgstr "Toon tekst"
796
 
797
- #: contact_form.php:1093
798
  msgid "Input fields background color"
799
  msgstr ""
800
 
801
- #: contact_form.php:1098
802
  msgid "Text fields color"
803
  msgstr ""
804
 
805
- #: contact_form.php:1100
806
  msgid "Border width in px, numbers only"
807
  msgstr ""
808
 
809
- #: contact_form.php:1104
810
- #: contact_form.php:1125
811
  msgid "Border color"
812
  msgstr ""
813
 
814
- #: contact_form.php:1109
815
  #, fuzzy
816
  msgid "Submit button"
817
  msgstr "Versturen"
818
 
819
- #: contact_form.php:1111
820
  msgid "Width in px, numbers only"
821
  msgstr ""
822
 
823
- #: contact_form.php:1115
824
  msgid "Button color"
825
  msgstr ""
826
 
827
- #: contact_form.php:1120
828
  msgid "Button text color"
829
  msgstr ""
830
 
831
- #: contact_form.php:1141
832
  #, fuzzy
833
  msgid "Contact Form Pro | Preview"
834
  msgstr "Contact Form"
835
 
836
- #: contact_form.php:1144
837
  msgid "Show with errors"
838
  msgstr ""
839
 
840
- #: contact_form.php:1152
841
- #: contact_form.php:1154
842
  msgid "Please enter your full name..."
843
  msgstr ""
844
 
845
- #: contact_form.php:1165
846
- #: contact_form.php:1167
847
  msgid "Please enter your address..."
848
  msgstr ""
849
 
850
- #: contact_form.php:1176
851
- #: contact_form.php:1178
852
  #, fuzzy
853
  msgid "Please enter your email address..."
854
  msgstr "Gebruik dit email adres:"
855
 
856
- #: contact_form.php:1187
857
- #: contact_form.php:1189
858
  msgid "Please enter your phone number..."
859
  msgstr ""
860
 
861
- #: contact_form.php:1198
862
- #: contact_form.php:1200
863
  msgid "Please enter subject..."
864
  msgstr ""
865
 
866
- #: contact_form.php:1208
867
- #: contact_form.php:1210
868
  msgid "Please enter your message..."
869
  msgstr ""
870
 
871
- #: contact_form.php:1287
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
872
  msgid "Sorry, email message could not be delivered."
873
  msgstr "Sorry, uw bericht kon niet worden verstuurd."
874
 
875
- #: contact_form.php:1673
876
  msgid "Contact from"
877
  msgstr "Contact van"
878
 
879
- #: contact_form.php:1686
880
- #: contact_form.php:1712
881
  msgid "Email"
882
  msgstr "Email"
883
 
884
- #: contact_form.php:1690
885
- #: contact_form.php:1714
886
  msgid "Phone"
887
  msgstr "Telefoonnummer"
888
 
889
- #: contact_form.php:1699
890
- #: contact_form.php:1717
891
  msgid "Site"
892
  msgstr "Website"
893
 
894
- #: contact_form.php:1780
895
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
896
  msgstr "Als u deze MIME ziet, dan ondersteunt uw client geen MIME-Typen!"
897
 
898
- #: contact_form.php:1850
899
  msgid "FAQ"
900
  msgstr "Veel gestelde vragen (FAQ)"
901
 
902
- #: contact_form.php:1851
903
  msgid "Support"
904
  msgstr "Ondersteuning"
905
 
906
- #: contact_form.php:1910
907
  msgid "Are you sure that you want to delete this language data?"
908
  msgstr "Weet u zeker dat u deze taal wilt verwijderen?"
909
 
 
 
 
 
 
 
 
 
910
  #, fuzzy
911
  #~ msgid "Display fields"
912
  #~ msgstr "Toon tekst"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-31 18:15+0300\n"
6
+ "PO-Revision-Date: 2014-01-31 18:15+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Thomas Hartung, Dorine Kat-Stronck <thartung@adipositas-mm.de, info@katchy.nl>\n"
9
  "Language: nl_NL\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
 
 
 
 
 
 
 
 
 
 
19
  #: contact_form.php:33
20
+ #: contact_form.php:659
21
  #, fuzzy
22
+ msgid "Contact Form Settings"
23
  msgstr "Contact Form Opties"
24
 
25
  #: contact_form.php:33
26
+ msgid "Contact Form"
 
 
 
 
 
27
  msgstr "Contact Form"
28
 
29
  #: contact_form.php:80
30
+ #: contact_form.php:977
31
+ #: contact_form.php:1007
32
  msgid "Name:"
33
  msgstr "Naam:"
34
 
35
  #: contact_form.php:81
36
+ #: contact_form.php:978
37
+ #: contact_form.php:1008
38
  #, fuzzy
39
  msgid "Address:"
40
  msgstr "Email adres:"
41
 
42
  #: contact_form.php:82
43
+ #: contact_form.php:979
44
+ #: contact_form.php:1009
45
  msgid "Email Address:"
46
  msgstr "Email adres:"
47
 
48
  #: contact_form.php:83
49
+ #: contact_form.php:980
50
+ #: contact_form.php:1010
51
  msgid "Phone number:"
52
  msgstr "Telefoonnummer:"
53
 
54
  #: contact_form.php:84
55
+ #: contact_form.php:981
56
+ #: contact_form.php:1011
57
  msgid "Subject:"
58
  msgstr "Onderwerp:"
59
 
60
  #: contact_form.php:85
61
+ #: contact_form.php:982
62
+ #: contact_form.php:1012
63
  msgid "Message:"
64
  msgstr "Bericht:"
65
 
66
  #: contact_form.php:86
67
+ #: contact_form.php:983
68
+ #: contact_form.php:1013
69
  msgid "Attachment:"
70
  msgstr "Bijlage:"
71
 
74
  msgstr ""
75
 
76
  #: contact_form.php:88
77
+ #: contact_form.php:985
78
+ #: contact_form.php:1015
79
  msgid "Send me a copy"
80
  msgstr "Kopie aan mij sturen"
81
 
82
  #: contact_form.php:89
83
+ #: contact_form.php:986
84
+ #: contact_form.php:1016
85
  msgid "Submit"
86
  msgstr "Versturen"
87
 
139
  msgid "Thank you for contacting us."
140
  msgstr "Bedankt voor uw bericht."
141
 
142
+ #: contact_form.php:202
143
  #, fuzzy
144
  msgid "requires"
145
  msgstr "Verplicht veld"
146
 
147
+ #: contact_form.php:202
148
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
149
  msgstr ""
150
 
151
+ #: contact_form.php:202
152
  msgid "Back to the WordPress"
153
  msgstr ""
154
 
155
+ #: contact_form.php:202
156
  #, fuzzy
157
  msgid "Plugins page"
158
  msgstr "BWS Plugins"
159
 
160
+ #: contact_form.php:493
161
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
162
  msgstr "Als de optie 'Doorsturen naar pagina' is geselecteerd, dient u het url veld in te vullen in de volgende format"
163
 
164
+ #: contact_form.php:502
165
  msgid "Such user does not exist. Settings are not saved."
166
  msgstr "Deze gebruiker bestaat niet. Instellingen zijn niet opgeslagen."
167
 
168
+ #: contact_form.php:506
169
+ #: contact_form.php:512
170
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
171
  msgstr "Geef een geldig email adres op. Instellingen zijn niet opgeslagen."
172
 
173
+ #: contact_form.php:517
174
  #, fuzzy
175
  msgid "Settings saved."
176
  msgstr "Instellingen opgeslagen."
177
 
178
+ #: contact_form.php:553
179
+ #: contact_form.php:592
180
+ msgid "Wrong license key"
181
+ msgstr ""
182
+
183
+ #: contact_form.php:585
184
+ msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
185
+ msgstr ""
186
+
187
+ #: contact_form.php:594
188
+ msgid "This license key is bind to another site"
189
+ msgstr ""
190
+
191
+ #: contact_form.php:596
192
+ #: contact_form.php:1382
193
+ msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
194
+ msgstr ""
195
+
196
+ #: contact_form.php:614
197
+ msgid "Failed to open the zip archive. Please, upload the plugin manually"
198
+ msgstr ""
199
+
200
+ #: contact_form.php:620
201
+ msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
202
+ msgstr ""
203
+
204
+ #: contact_form.php:624
205
+ #: contact_form.php:633
206
+ msgid "Failed to download the zip archive. Please, upload the plugin manually"
207
+ msgstr ""
208
+
209
+ #: contact_form.php:637
210
+ msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
211
+ msgstr ""
212
+
213
+ #: contact_form.php:652
214
+ #, fuzzy
215
+ msgid "Please, enter Your license key"
216
+ msgstr "Gebruik dit email adres:"
217
+
218
+ #: contact_form.php:661
219
  msgid "Notice:"
220
  msgstr ""
221
 
222
+ #: contact_form.php:661
223
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
224
  msgstr ""
225
 
226
+ #: contact_form.php:664
227
+ #: contact_form.php:1990
228
+ #: contact_form.php:2001
 
229
  msgid "Settings"
230
  msgstr "Instellingen"
231
 
232
+ #: contact_form.php:665
 
233
  #, fuzzy
234
  msgid "Extra settings"
235
  msgstr "Instellingen"
236
 
237
+ #: contact_form.php:666
238
+ msgid "Go PRO"
239
+ msgstr ""
240
+
241
+ #: contact_form.php:672
242
+ #: contact_form.php:1341
243
  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:"
244
  msgstr "Als je een Contact Form aan je website wil toevoegen, kopieer dan deze code in je bericht, op je pagina of widget:"
245
 
246
+ #: contact_form.php:672
247
+ #: contact_form.php:673
248
+ #: contact_form.php:1000
249
+ #: contact_form.php:1049
250
  msgid "or"
251
  msgstr ""
252
 
253
+ #: contact_form.php:673
254
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
255
  msgstr ""
256
 
257
+ #: contact_form.php:674
258
  msgid "They work the same way."
259
  msgstr ""
260
 
261
+ #: contact_form.php:675
262
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
263
  msgstr "Als onderstaande velden leeg blijven, zal het bericht gestuurd worden aan het adres dat is gespecificeerd tijdens de registratie."
264
 
265
+ #: contact_form.php:679
266
  msgid "The user's email address:"
267
  msgstr "Gebruik het email adres van de Wordpress gebruiker:"
268
 
269
+ #: contact_form.php:683
270
  msgid "Create a username"
271
  msgstr "Kies gebruikersnaam"
272
 
273
+ #: contact_form.php:688
274
  msgid "Enter a username of the person who should get the messages from the contact form."
275
  msgstr "Voer de naam in van de gebruiker die berichten van dit contact formulier moet ontvangen."
276
 
277
+ #: contact_form.php:692
278
  msgid "Use this email address:"
279
  msgstr "Gebruik dit email adres:"
280
 
281
+ #: contact_form.php:695
282
  msgid "Enter the email address you want the messages forwarded to."
283
  msgstr "Geef een email adres op waar de berichten naar verstuurd moeten worden."
284
 
285
+ #: contact_form.php:701
286
  msgid "Add department selectbox to the contact form:"
287
  msgstr ""
288
 
289
+ #: contact_form.php:709
290
+ #: contact_form.php:1236
291
  msgid "If you upgrade to Pro version all your settings will be saved."
292
  msgstr ""
293
 
294
+ #: contact_form.php:714
295
+ #: contact_form.php:851
296
+ #: contact_form.php:922
297
+ #: contact_form.php:1086
298
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
299
  msgstr ""
300
 
301
+ #: contact_form.php:715
302
+ #: contact_form.php:852
303
+ #: contact_form.php:923
304
+ #: contact_form.php:1087
305
+ #, fuzzy
306
+ msgid "Contact Form Pro"
307
+ msgstr "Contact Form"
308
+
309
+ #: contact_form.php:721
310
  msgid "Save emails to the database"
311
  msgstr ""
312
 
313
+ #: contact_form.php:731
314
+ msgid "Using"
315
+ msgstr ""
316
+
317
+ #: contact_form.php:731
318
+ #: contact_form.php:900
319
+ #: contact_form.php:903
320
+ #: contact_form.php:907
321
+ msgid "powered by"
322
+ msgstr ""
323
+
324
+ #: contact_form.php:734
325
+ #: contact_form.php:738
326
  msgid "Using Contact Form to DB powered by"
327
  msgstr ""
328
 
329
+ #: contact_form.php:734
330
  #, fuzzy
331
  msgid "Activate Contact Form to DB"
332
  msgstr "Contact Form"
333
 
334
+ #: contact_form.php:738
335
  #, fuzzy
336
  msgid "Download Contact Form to DB"
337
  msgstr "Contact Form"
338
 
339
+ #: contact_form.php:743
340
  msgid "Additional options"
341
  msgstr "Extra opties"
342
 
343
+ #: contact_form.php:745
344
  msgid "Show"
345
  msgstr ""
346
 
347
+ #: contact_form.php:746
348
  msgid "Hide"
349
  msgstr ""
350
 
351
+ #: contact_form.php:750
352
  msgid "What to use?"
353
  msgstr "Voor welk gebruik?"
354
 
355
+ #: contact_form.php:753
356
  msgid "Wp-mail"
357
  msgstr "Wp-mail"
358
 
359
+ #: contact_form.php:753
360
  msgid "You can use the wp_mail function for mailing"
361
  msgstr "Om emails te verzenden kunt u the wordpress wp-mail functie gebruiken"
362
 
363
+ #: contact_form.php:755
364
  msgid "Mail"
365
  msgstr "Mail"
366
 
367
+ #: contact_form.php:755
368
  msgid "To send mail you can use the php mail function"
369
  msgstr "Om emails te verzenden kunt e de php mail functie gebruiken"
370
 
371
+ #: contact_form.php:759
372
  #, fuzzy
373
  msgid "The text in the 'From' field"
374
  msgstr "Verander de tekst voor 'VAN' veld van het email adres"
375
 
376
+ #: contact_form.php:761
377
  msgid "User name"
378
  msgstr ""
379
 
380
+ #: contact_form.php:762
381
  #, fuzzy
382
  msgid "The name of the user who fills the form will be used in the field 'From'."
383
  msgstr "In het veld 'Van' in de email zal het email adres van degene die het formulier invult gebruikt worden."
384
 
385
+ #: contact_form.php:765
386
  #, fuzzy
387
  msgid "This text will be used in the 'FROM' field"
388
  msgstr "In het veld 'Van' dit email adres zal worden gebruikt."
389
 
390
+ #: contact_form.php:769
391
  #, fuzzy
392
  msgid "The email address in the 'From' field"
393
  msgstr "Kies het email adres voor 'Van' veld voor het versturen van de mail"
394
 
395
+ #: contact_form.php:771
396
  msgid "User email"
397
  msgstr ""
398
 
399
+ #: contact_form.php:772
400
  #, fuzzy
401
  msgid "The email address of the user who fills the form will be used in the field 'From'."
402
  msgstr "In het veld 'Van' in de email zal het email adres van degene die het formulier invult gebruikt worden."
403
 
404
+ #: contact_form.php:775
405
  msgid "This email address will be used in the 'From' field."
406
  msgstr "In het veld 'Van' dit email adres zal worden gebruikt."
407
 
408
+ #: contact_form.php:779
409
  #, fuzzy
410
  msgid "Required symbol"
411
  msgstr "Verplicht veld"
412
 
413
+ #: contact_form.php:789
414
  msgid "Fields"
415
  msgstr ""
416
 
417
+ #: contact_form.php:790
418
  msgid "Used"
419
  msgstr ""
420
 
421
+ #: contact_form.php:791
422
  #, fuzzy
423
  msgid "Required"
424
  msgstr "Verplicht veld"
425
 
426
+ #: contact_form.php:792
427
  msgid "Visible"
428
  msgstr ""
429
 
430
+ #: contact_form.php:793
431
  msgid "Disabled for editing"
432
  msgstr ""
433
 
434
+ #: contact_form.php:794
435
  msgid "Field's default value"
436
  msgstr ""
437
 
438
+ #: contact_form.php:799
439
+ #: contact_form.php:1111
440
+ #: contact_form.php:1831
441
+ #: contact_form.php:1861
442
  msgid "Name"
443
  msgstr "Naam"
444
 
445
+ #: contact_form.php:807
446
+ #: contact_form.php:1116
447
+ #: contact_form.php:1835
448
+ #: contact_form.php:1863
449
  #, fuzzy
450
  msgid "Address"
451
  msgstr "Email adres:"
452
 
453
+ #: contact_form.php:815
454
  #, fuzzy
455
  msgid "Email Address"
456
  msgstr "Email adres:"
457
 
458
+ #: contact_form.php:823
459
  #, fuzzy
460
  msgid "Phone number"
461
  msgstr "Telefoonnummer:"
462
 
463
+ #: contact_form.php:831
464
+ #: contact_form.php:1131
465
+ #: contact_form.php:1845
466
+ #: contact_form.php:1867
467
  msgid "Subject"
468
  msgstr "Onderwerp"
469
 
470
+ #: contact_form.php:839
471
+ #: contact_form.php:1135
472
+ #: contact_form.php:1848
473
+ #: contact_form.php:1868
474
  msgid "Message"
475
  msgstr "Bericht"
476
 
477
+ #: contact_form.php:857
478
  #, fuzzy
479
  msgid "Attachment block"
480
  msgstr "Toon de bijlage knop"
481
 
482
+ #: contact_form.php:859
483
  msgid "Users can attach the following file formats"
484
  msgstr "Gebruikers kunnen de volgende bestandtypen toevoegen"
485
 
486
+ #: contact_form.php:873
487
  msgid "Add to the form"
488
  msgstr ""
489
 
490
+ #: contact_form.php:878
491
  #, fuzzy
492
  msgid "Tips below the Attachment"
493
  msgstr "Toon uitleg na Bijlage knop"
494
 
495
+ #: contact_form.php:887
496
  #, fuzzy
497
  msgid "'Send me a copy' block"
498
  msgstr "Geef 'Kopie aan mij sturen' weer"
499
 
500
+ #: contact_form.php:900
501
+ #: contact_form.php:903
502
+ #: contact_form.php:907
503
+ #: contact_form.php:1145
504
  msgid "Captcha"
505
  msgstr ""
506
 
507
+ #: contact_form.php:903
 
 
 
 
 
 
508
  #, fuzzy
509
  msgid "Activate captcha"
510
  msgstr "Geactiveerde plugins"
511
 
512
+ #: contact_form.php:907
513
  #, fuzzy
514
  msgid "Download captcha"
515
  msgstr "Download"
516
 
517
+ #: contact_form.php:915
518
  msgid "Agreement checkbox"
519
  msgstr ""
520
 
521
+ #: contact_form.php:915
522
  msgid "Required checkbox for submitting the form"
523
  msgstr ""
524
 
525
+ #: contact_form.php:916
526
  msgid "Optional checkbox"
527
  msgstr ""
528
 
529
+ #: contact_form.php:916
530
  msgid "Optional checkbox, the results of which will be displayed in email"
531
  msgstr ""
532
 
533
+ #: contact_form.php:927
534
  msgid "Delete an attachment file from the server after the email is sent"
535
  msgstr ""
536
 
537
+ #: contact_form.php:933
538
  msgid "Email in HTML format sending"
539
  msgstr ""
540
 
541
+ #: contact_form.php:937
542
  #, fuzzy
543
  msgid "Display additional info in the email"
544
  msgstr "Toon aanvullende informatie in de email"
545
 
546
+ #: contact_form.php:942
547
+ #: contact_form.php:1798
548
+ #: contact_form.php:1800
549
  msgid "Sent from (ip address)"
550
  msgstr "Verstuurd van (IP-adres)"
551
 
552
+ #: contact_form.php:942
553
  #, fuzzy
554
  msgid "Example: Sent from (IP address):\t127.0.0.1"
555
  msgstr "Verstuurd van (IP-adres)"
556
 
557
+ #: contact_form.php:943
558
+ #: contact_form.php:1804
559
+ #: contact_form.php:1806
560
  msgid "Date/Time"
561
  msgstr "Datum/Tijd"
562
 
563
+ #: contact_form.php:943
564
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
565
  msgstr ""
566
 
567
+ #: contact_form.php:944
568
+ #: contact_form.php:1810
569
+ #: contact_form.php:1812
570
  msgid "Sent from (referer)"
571
  msgstr "Verstuurd vanaf (referer)"
572
 
573
+ #: contact_form.php:944
574
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
575
  msgstr ""
576
 
577
+ #: contact_form.php:945
578
+ #: contact_form.php:1816
579
+ #: contact_form.php:1818
580
  msgid "Using (user agent)"
581
  msgstr "Met (user agent)"
582
 
583
+ #: contact_form.php:945
584
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
585
  msgstr ""
586
 
587
+ #: contact_form.php:949
588
  msgid "Language settings for the field names in the form"
589
  msgstr "Taal instellingen voor velden met een label"
590
 
591
+ #: contact_form.php:958
592
  #, fuzzy
593
  msgid "Add a language"
594
  msgstr "Voeg een taal toe"
595
 
596
+ #: contact_form.php:962
597
  msgid "Change the names of the contact form fields and error messages"
598
  msgstr "Verander de namen van de labels en de foutmeldingen"
599
 
600
+ #: contact_form.php:967
601
+ #: contact_form.php:1040
602
  msgid "English"
603
  msgstr "Engels"
604
 
605
+ #: contact_form.php:975
606
+ #: contact_form.php:1005
607
+ msgid "click to expand/hide the list"
608
+ msgstr ""
609
+
610
+ #: contact_form.php:984
611
+ #: contact_form.php:1014
612
  #, fuzzy
613
  msgid "Tips below the Attachment block"
614
  msgstr "Toon uitleg na Bijlage knop"
615
 
616
+ #: contact_form.php:987
617
+ #: contact_form.php:1017
618
  msgid "Error message for the Name field"
619
  msgstr "Foutmelding voor naam veld"
620
 
621
+ #: contact_form.php:988
622
+ #: contact_form.php:1018
623
  #, fuzzy
624
  msgid "Error message for the Address field"
625
  msgstr "Foutmelding voor bericht veld"
626
 
627
+ #: contact_form.php:989
628
+ #: contact_form.php:1019
629
  msgid "Error message for the Email field"
630
  msgstr "Foutmelding voor email veld"
631
 
632
+ #: contact_form.php:990
633
+ #: contact_form.php:1020
634
  msgid "Error message for the Phone field"
635
  msgstr "Foutmelding voor telefoonnummer veld"
636
 
637
+ #: contact_form.php:991
638
+ #: contact_form.php:1021
639
  msgid "Error message for the Subject field"
640
  msgstr "Foutmelding voor onderwerp veld"
641
 
642
+ #: contact_form.php:992
643
+ #: contact_form.php:1022
644
  msgid "Error message for the Message field"
645
  msgstr "Foutmelding voor bericht veld"
646
 
647
+ #: contact_form.php:993
648
+ #: contact_form.php:1023
649
  #, fuzzy
650
  msgid "Error message about the file type for the Attachment field"
651
  msgstr "Foutmelding voor bijlage veld"
652
 
653
+ #: contact_form.php:994
654
+ #: contact_form.php:1024
655
  #, fuzzy
656
  msgid "Error message while uploading a file for the Attachment field to the server"
657
  msgstr "Foutmelding voor bijlage veld"
658
 
659
+ #: contact_form.php:995
660
+ #: contact_form.php:1025
661
  #, fuzzy
662
  msgid "Error message while moving the file for the Attachment field"
663
  msgstr "Foutmelding voor bijlage veld"
664
 
665
+ #: contact_form.php:996
666
+ #: contact_form.php:1026
667
  #, fuzzy
668
  msgid "Error message when file size limit for the Attachment field is exceeded"
669
  msgstr "Foutmelding voor bijlage veld"
670
 
671
+ #: contact_form.php:997
672
+ #: contact_form.php:1027
673
  msgid "Error message for the Captcha field"
674
  msgstr "Foutmelding voor captcha"
675
 
676
+ #: contact_form.php:998
677
+ #: contact_form.php:1028
678
  msgid "Error message for the whole form"
679
  msgstr "Foutmelding voor het gehele formulier"
680
 
681
+ #: contact_form.php:1000
682
+ #: contact_form.php:1030
683
+ #: contact_form.php:1049
684
+ #: contact_form.php:1055
685
  msgid "Use shortcode"
686
  msgstr "Gebruik shortcode"
687
 
688
+ #: contact_form.php:1000
689
+ #: contact_form.php:1030
690
+ #: contact_form.php:1049
691
+ #: contact_form.php:1055
692
  msgid "for this language"
693
  msgstr "voor deze taal"
694
 
695
+ #: contact_form.php:1037
696
  msgid "Action after email is sent"
697
  msgstr "Actie na het verzenden van de email"
698
 
699
+ #: contact_form.php:1039
700
  msgid "Display text"
701
  msgstr "Toon tekst"
702
 
703
+ #: contact_form.php:1048
704
+ #: contact_form.php:1054
705
  msgid "Text"
706
  msgstr "Tekst"
707
 
708
+ #: contact_form.php:1061
709
  msgid "Redirect to the page"
710
  msgstr "Dooorsturen naar pagina"
711
 
712
+ #: contact_form.php:1062
713
  msgid "Url"
714
  msgstr "Url"
715
 
716
+ #: contact_form.php:1067
717
+ #: contact_form.php:1242
718
  msgid "Save Changes"
719
  msgstr "Bewaar veranderingen"
720
 
721
+ #: contact_form.php:1072
722
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
723
  msgstr ""
724
 
725
+ #: contact_form.php:1073
726
  #, fuzzy
727
  msgid "Rate the plugin"
728
  msgstr "Aanbevolen Plugins"
729
 
730
+ #: contact_form.php:1076
731
  #, fuzzy
732
  msgid "If there is something wrong about it, please contact us"
733
  msgstr "Mocht u nog vragen hebben, stuur dan een email naar plugin@bestwebsoft.com of vul het contactformulier op onze website in."
734
 
735
+ #: contact_form.php:1091
 
 
 
 
 
736
  msgid "Errors output"
737
  msgstr ""
738
 
739
+ #: contact_form.php:1094
740
  msgid "Display error messages"
741
  msgstr ""
742
 
743
+ #: contact_form.php:1095
744
  msgid "Color of the input field errors."
745
  msgstr ""
746
 
747
+ #: contact_form.php:1096
748
  #, fuzzy
749
  msgid "Display error messages & color of the input field errors"
750
  msgstr "Foutmelding voor onderwerp veld"
751
 
752
+ #: contact_form.php:1101
753
  msgid "Add placeholder to the input blocks"
754
  msgstr ""
755
 
756
+ #: contact_form.php:1107
757
  #, fuzzy
758
  msgid "Add tooltips"
759
  msgstr "Extra opties"
760
 
761
+ #: contact_form.php:1121
762
  #, fuzzy
763
  msgid "Email address"
764
  msgstr "Email adres:"
765
 
766
+ #: contact_form.php:1126
767
  #, fuzzy
768
  msgid "Phone Number"
769
  msgstr "Telefoonnummer:"
770
 
771
+ #: contact_form.php:1140
772
  #, fuzzy
773
  msgid "Attachment"
774
  msgstr "Bijlage:"
775
 
776
+ #: contact_form.php:1145
777
  msgid "(powered by bestwebsoft.com)"
778
  msgstr ""
779
 
780
+ #: contact_form.php:1150
781
  #, fuzzy
782
  msgid "Style options"
783
  msgstr "Extra opties"
784
 
785
+ #: contact_form.php:1153
786
  msgid "Text color"
787
  msgstr ""
788
 
789
+ #: contact_form.php:1156
790
+ #: contact_form.php:1161
791
+ #: contact_form.php:1171
792
+ #: contact_form.php:1176
793
+ #: contact_form.php:1181
794
+ #: contact_form.php:1186
795
+ #: contact_form.php:1196
796
+ #: contact_form.php:1201
797
+ #: contact_form.php:1207
798
+ #: contact_form.php:1218
799
+ #: contact_form.php:1223
800
+ #: contact_form.php:1228
801
  msgid "Default"
802
  msgstr ""
803
 
804
+ #: contact_form.php:1158
805
  msgid "Label text color"
806
  msgstr ""
807
 
808
+ #: contact_form.php:1163
809
  msgid "Placeholder color"
810
  msgstr ""
811
 
812
+ #: contact_form.php:1168
813
  msgid "Errors color"
814
  msgstr ""
815
 
816
+ #: contact_form.php:1173
817
  msgid "Error text color"
818
  msgstr ""
819
 
820
+ #: contact_form.php:1178
821
  msgid "Background color of the input field errors"
822
  msgstr ""
823
 
824
+ #: contact_form.php:1183
825
  msgid "Border color of the input field errors"
826
  msgstr ""
827
 
828
+ #: contact_form.php:1188
829
  msgid "Placeholder color of the input field errors"
830
  msgstr ""
831
 
832
+ #: contact_form.php:1193
833
  #, fuzzy
834
  msgid "Input fields"
835
  msgstr "Toon tekst"
836
 
837
+ #: contact_form.php:1198
838
  msgid "Input fields background color"
839
  msgstr ""
840
 
841
+ #: contact_form.php:1203
842
  msgid "Text fields color"
843
  msgstr ""
844
 
845
+ #: contact_form.php:1205
846
  msgid "Border width in px, numbers only"
847
  msgstr ""
848
 
849
+ #: contact_form.php:1209
850
+ #: contact_form.php:1230
851
  msgid "Border color"
852
  msgstr ""
853
 
854
+ #: contact_form.php:1214
855
  #, fuzzy
856
  msgid "Submit button"
857
  msgstr "Versturen"
858
 
859
+ #: contact_form.php:1216
860
  msgid "Width in px, numbers only"
861
  msgstr ""
862
 
863
+ #: contact_form.php:1220
864
  msgid "Button color"
865
  msgstr ""
866
 
867
+ #: contact_form.php:1225
868
  msgid "Button text color"
869
  msgstr ""
870
 
871
+ #: contact_form.php:1246
872
  #, fuzzy
873
  msgid "Contact Form Pro | Preview"
874
  msgstr "Contact Form"
875
 
876
+ #: contact_form.php:1249
877
  msgid "Show with errors"
878
  msgstr ""
879
 
880
+ #: contact_form.php:1257
881
+ #: contact_form.php:1259
882
  msgid "Please enter your full name..."
883
  msgstr ""
884
 
885
+ #: contact_form.php:1270
886
+ #: contact_form.php:1272
887
  msgid "Please enter your address..."
888
  msgstr ""
889
 
890
+ #: contact_form.php:1281
891
+ #: contact_form.php:1283
892
  #, fuzzy
893
  msgid "Please enter your email address..."
894
  msgstr "Gebruik dit email adres:"
895
 
896
+ #: contact_form.php:1292
897
+ #: contact_form.php:1294
898
  msgid "Please enter your phone number..."
899
  msgstr ""
900
 
901
+ #: contact_form.php:1303
902
+ #: contact_form.php:1305
903
  msgid "Please enter subject..."
904
  msgstr ""
905
 
906
+ #: contact_form.php:1313
907
+ #: contact_form.php:1315
908
  msgid "Please enter your message..."
909
  msgstr ""
910
 
911
+ #: contact_form.php:1357
912
+ msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
913
+ msgstr ""
914
+
915
+ #: contact_form.php:1359
916
+ msgid "Please, go to"
917
+ msgstr ""
918
+
919
+ #: contact_form.php:1359
920
+ #, fuzzy
921
+ msgid "the setting page"
922
+ msgstr "Instellingen"
923
+
924
+ #: contact_form.php:1360
925
+ msgid "You will be redirected automatically in 5 seconds."
926
+ msgstr ""
927
+
928
+ #: contact_form.php:1365
929
+ msgid "You can download and activate"
930
+ msgstr ""
931
+
932
+ #: contact_form.php:1367
933
+ msgid "version of this plugin by entering Your license key."
934
+ msgstr ""
935
+
936
+ #: contact_form.php:1369
937
+ msgid "You can find your license key on your personal page Client area, by clicking on the link"
938
+ msgstr ""
939
+
940
+ #: contact_form.php:1371
941
+ msgid "(your username is the email you specify when purchasing the product)."
942
+ msgstr ""
943
+
944
+ #: contact_form.php:1379
945
+ #: contact_form.php:1389
946
+ msgid "Go!"
947
+ msgstr ""
948
+
949
+ #: contact_form.php:1439
950
  msgid "Sorry, email message could not be delivered."
951
  msgstr "Sorry, uw bericht kon niet worden verstuurd."
952
 
953
+ #: contact_form.php:1825
954
  msgid "Contact from"
955
  msgstr "Contact van"
956
 
957
+ #: contact_form.php:1838
958
+ #: contact_form.php:1864
959
  msgid "Email"
960
  msgstr "Email"
961
 
962
+ #: contact_form.php:1842
963
+ #: contact_form.php:1866
964
  msgid "Phone"
965
  msgstr "Telefoonnummer"
966
 
967
+ #: contact_form.php:1851
968
+ #: contact_form.php:1869
969
  msgid "Site"
970
  msgstr "Website"
971
 
972
+ #: contact_form.php:1932
973
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
974
  msgstr "Als u deze MIME ziet, dan ondersteunt uw client geen MIME-Typen!"
975
 
976
+ #: contact_form.php:2002
977
  msgid "FAQ"
978
  msgstr "Veel gestelde vragen (FAQ)"
979
 
980
+ #: contact_form.php:2003
981
  msgid "Support"
982
  msgstr "Ondersteuning"
983
 
984
+ #: contact_form.php:2061
985
  msgid "Are you sure that you want to delete this language data?"
986
  msgstr "Weet u zeker dat u deze taal wilt verwijderen?"
987
 
988
+ #, fuzzy
989
+ #~ msgid "Contact Form Pro Extra Settings"
990
+ #~ msgstr "Contact Form Opties"
991
+
992
+ #, fuzzy
993
+ #~ msgid "Contact Form Pro | Extra Settings"
994
+ #~ msgstr "Contact Form Opties"
995
+
996
  #, fuzzy
997
  #~ msgid "Display fields"
998
  #~ msgstr "Toon tekst"
languages/contact_form-pt_BR.mo CHANGED
Binary file
languages/contact_form-pt_BR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-12-17 16:52+0300\n"
6
- "PO-Revision-Date: 2013-12-17 16:52+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Breno Jacinto, DJIO | Dionizio Bonfim Bach <brenojac@gmail.com, wordpress@djio.com.br>\n"
9
  "Language: pt_BR\n"
@@ -19,76 +19,62 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ contact_form
22
- #: contact_form.php:32
23
- #: contact_form.php:538
24
  msgid "Contact Form Settings"
25
  msgstr "Configurações do Formulário de Contato"
26
 
27
  # @ contact_form
28
- #: contact_form.php:32
29
  msgid "Contact Form"
30
  msgstr "Formulário de contato"
31
 
32
- # @ contact_form
33
- #: contact_form.php:33
34
- msgid "Contact Form Pro Extra Settings"
35
- msgstr "Configurações Extras do Formulário de Contato Pro"
36
-
37
- # @ contact_form
38
- #: contact_form.php:33
39
- #: contact_form.php:592
40
- #: contact_form.php:729
41
- #: contact_form.php:800
42
- #: contact_form.php:982
43
- msgid "Contact Form Pro"
44
- msgstr "Formulário de Contato Pro"
45
-
46
  # @ contact_form
47
  #: contact_form.php:80
48
- #: contact_form.php:854
49
- #: contact_form.php:884
50
  msgid "Name:"
51
  msgstr "Nome:"
52
 
53
  # @ contact_form
54
  #: contact_form.php:81
55
- #: contact_form.php:855
56
- #: contact_form.php:885
57
  msgid "Address:"
58
  msgstr "Endereço:"
59
 
60
  # @ contact_form
61
  #: contact_form.php:82
62
- #: contact_form.php:856
63
- #: contact_form.php:886
64
  msgid "Email Address:"
65
  msgstr "Endereço de E-mail:"
66
 
67
  # @ contact_form
68
  #: contact_form.php:83
69
- #: contact_form.php:857
70
- #: contact_form.php:887
71
  msgid "Phone number:"
72
  msgstr "Número de Telefone:"
73
 
74
  # @ contact_form
75
  #: contact_form.php:84
76
- #: contact_form.php:858
77
- #: contact_form.php:888
78
  msgid "Subject:"
79
  msgstr "Assunto:"
80
 
81
  # @ contact_form
82
  #: contact_form.php:85
83
- #: contact_form.php:859
84
- #: contact_form.php:889
85
  msgid "Message:"
86
  msgstr "Mensagem:"
87
 
88
  # @ contact_form
89
  #: contact_form.php:86
90
- #: contact_form.php:860
91
- #: contact_form.php:890
92
  msgid "Attachment:"
93
  msgstr "Anexo:"
94
 
@@ -99,15 +85,15 @@ msgstr "Tipos de arquivo suportados: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF,
99
 
100
  # @ contact_form
101
  #: contact_form.php:88
102
- #: contact_form.php:862
103
- #: contact_form.php:892
104
  msgid "Send me a copy"
105
  msgstr "Envie-me uma cópia"
106
 
107
  # @ contact_form
108
  #: contact_form.php:89
109
- #: contact_form.php:863
110
- #: contact_form.php:893
111
  msgid "Submit"
112
  msgstr "Enviar"
113
 
@@ -178,861 +164,955 @@ msgid "Thank you for contacting us."
178
  msgstr "Obrigado por nos contatar"
179
 
180
  # @ contact_form
181
- #: contact_form.php:203
182
  #, fuzzy
183
  msgid "requires"
184
  msgstr "Campos obrigatórios"
185
 
186
- #: contact_form.php:203
187
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
188
  msgstr ""
189
 
190
- #: contact_form.php:203
191
  msgid "Back to the WordPress"
192
  msgstr ""
193
 
194
- #: contact_form.php:203
195
  msgid "Plugins page"
196
  msgstr ""
197
 
198
  # @ contact_form
199
- #: contact_form.php:494
200
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
201
  msgstr "Se a opção 'Redirecionar para a pagina' estiver selecionada, então o campo URL deve ser no seguinte formato"
202
 
203
  # @ contact_form
204
- #: contact_form.php:503
205
  msgid "Such user does not exist. Settings are not saved."
206
  msgstr "Tal usuário não existe. Configurações não foram salvas."
207
 
208
  # @ contact_form
209
- #: contact_form.php:507
210
- #: contact_form.php:513
211
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
212
  msgstr "Por favor informe um email válido no campo 'DE'. Configurações não foram salvas."
213
 
214
  # @ contact_form
215
- #: contact_form.php:518
216
  msgid "Settings saved."
217
  msgstr "As configurações foram salvas."
218
 
219
- #: contact_form.php:540
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
220
  msgid "Notice:"
221
  msgstr ""
222
 
223
- #: contact_form.php:540
224
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
225
  msgstr ""
226
 
227
  # @ bestwebsoft
228
  # @ contact_form
229
- #: contact_form.php:543
230
- #: contact_form.php:973
231
- #: contact_form.php:1838
232
- #: contact_form.php:1849
233
  msgid "Settings"
234
  msgstr "Configurações"
235
 
236
  # @ contact_form
237
- #: contact_form.php:544
238
- #: contact_form.php:974
239
  msgid "Extra settings"
240
  msgstr "Configurações extras"
241
 
 
 
 
 
242
  # @ contact_form
243
- #: contact_form.php:549
244
- #: contact_form.php:1236
245
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
246
  msgstr "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:"
247
 
248
  # @ contact_form
249
- #: contact_form.php:549
250
- #: contact_form.php:550
251
- #: contact_form.php:877
252
- #: contact_form.php:926
253
  msgid "or"
254
  msgstr "ou"
255
 
256
  # @ contact_form
257
- #: contact_form.php:550
258
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
259
  msgstr "Se tiver quaisquer problemas com o shortcode padrão [contact_form], você deve usar o shortcode"
260
 
261
  # @ contact_form
262
- #: contact_form.php:551
263
  msgid "They work the same way."
264
  msgstr "Eles funcionam da mesma forma."
265
 
266
  # @ contact_form
267
- #: contact_form.php:552
268
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
269
  msgstr "Se informações nos campos abaixo estiverem vazias, então as mensagens serão enviadas para um endereço que foi especificado durante o registro."
270
 
271
  # @ contact_form
272
- #: contact_form.php:556
273
  msgid "The user's email address:"
274
  msgstr "Use o email de um usuário do wordpress:"
275
 
276
  # @ contact_form
277
- #: contact_form.php:560
278
  msgid "Create a username"
279
  msgstr "Selecione o nome do usuário"
280
 
281
  # @ contact_form
282
- #: contact_form.php:565
283
  msgid "Enter a username of the person who should get the messages from the contact form."
284
  msgstr "Determine um nome de usuário que receberá as mensagens enviadas pelo Formulário de Contato."
285
 
286
  # @ contact_form
287
- #: contact_form.php:569
288
  msgid "Use this email address:"
289
  msgstr "Use este email:"
290
 
291
  # @ contact_form
292
- #: contact_form.php:572
293
  msgid "Enter the email address you want the messages forwarded to."
294
  msgstr "Configure um endereço de email que será usado para o recebimento de mensagens."
295
 
296
- #: contact_form.php:578
297
  msgid "Add department selectbox to the contact form:"
298
  msgstr ""
299
 
300
- #: contact_form.php:586
301
- #: contact_form.php:1131
302
  msgid "If you upgrade to Pro version all your settings will be saved."
303
  msgstr ""
304
 
305
  # @ contact_form
306
- #: contact_form.php:591
307
- #: contact_form.php:728
308
- #: contact_form.php:799
309
- #: contact_form.php:981
310
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
311
  msgstr "Esta função está disponível na versão Pro do plugin. Para saber mais detalhes, por favor siga o link"
312
 
313
- #: contact_form.php:598
 
 
 
 
 
 
 
 
314
  msgid "Save emails to the database"
315
  msgstr ""
316
 
317
- #: contact_form.php:608
318
- #: contact_form.php:611
319
- #: contact_form.php:615
 
 
 
 
 
 
 
 
 
 
 
320
  msgid "Using Contact Form to DB powered by"
321
  msgstr ""
322
 
323
  # @ contact_form
324
- #: contact_form.php:611
325
  #, fuzzy
326
  msgid "Activate Contact Form to DB"
327
  msgstr "Formulário de Contato Pro"
328
 
329
  # @ contact_form
330
- #: contact_form.php:615
331
  #, fuzzy
332
  msgid "Download Contact Form to DB"
333
  msgstr "Formulário de Contato Pro"
334
 
335
  # @ contact_form
336
- #: contact_form.php:620
337
  msgid "Additional options"
338
  msgstr "Opções adicionais"
339
 
340
- #: contact_form.php:622
341
  msgid "Show"
342
  msgstr ""
343
 
344
- #: contact_form.php:623
345
  msgid "Hide"
346
  msgstr ""
347
 
348
  # @ contact_form
349
- #: contact_form.php:627
350
  msgid "What to use?"
351
  msgstr "O que usar?"
352
 
353
  # @ contact_form
354
- #: contact_form.php:630
355
  msgid "Wp-mail"
356
  msgstr "Wp-mail"
357
 
358
  # @ contact_form
359
- #: contact_form.php:630
360
  msgid "You can use the wp_mail function for mailing"
361
  msgstr "Você pode usar a função wp_mail para enviar emails"
362
 
363
  # @ contact_form
364
- #: contact_form.php:632
365
  msgid "Mail"
366
  msgstr "Mail"
367
 
368
  # @ contact_form
369
- #: contact_form.php:632
370
  msgid "To send mail you can use the php mail function"
371
  msgstr "Para enviar emails você pode usar a função mail() do php"
372
 
373
  # @ contact_form
374
- #: contact_form.php:636
375
  #, fuzzy
376
  msgid "The text in the 'From' field"
377
  msgstr "Mude o texto do campo 'DE'"
378
 
379
  # @ contact_form
380
- #: contact_form.php:638
381
  #, fuzzy
382
  msgid "User name"
383
  msgstr "Email do usuário"
384
 
385
  # @ contact_form
386
- #: contact_form.php:639
387
  #, fuzzy
388
  msgid "The name of the user who fills the form will be used in the field 'From'."
389
  msgstr "O endereço de email do usuário que preencher o formulário será usado no campo 'De'"
390
 
391
  # @ contact_form
392
- #: contact_form.php:642
393
  #, fuzzy
394
  msgid "This text will be used in the 'FROM' field"
395
  msgstr "Este endereço de email será usado no campo 'De'"
396
 
397
  # @ contact_form
398
- #: contact_form.php:646
399
  #, fuzzy
400
  msgid "The email address in the 'From' field"
401
  msgstr "Entre com o endereço de e-mail no campo 'De'"
402
 
403
  # @ contact_form
404
- #: contact_form.php:648
405
  msgid "User email"
406
  msgstr "Email do usuário"
407
 
408
  # @ contact_form
409
- #: contact_form.php:649
410
  msgid "The email address of the user who fills the form will be used in the field 'From'."
411
  msgstr "O endereço de email do usuário que preencher o formulário será usado no campo 'De'"
412
 
413
  # @ contact_form
414
- #: contact_form.php:652
415
  msgid "This email address will be used in the 'From' field."
416
  msgstr "Este endereço de email será usado no campo 'De'"
417
 
418
  # @ contact_form
419
- #: contact_form.php:656
420
  #, fuzzy
421
  msgid "Required symbol"
422
  msgstr "Campos obrigatórios"
423
 
424
- #: contact_form.php:666
425
  msgid "Fields"
426
  msgstr ""
427
 
428
- #: contact_form.php:667
429
  msgid "Used"
430
  msgstr ""
431
 
432
  # @ contact_form
433
- #: contact_form.php:668
434
  #, fuzzy
435
  msgid "Required"
436
  msgstr "Campos obrigatórios"
437
 
438
- #: contact_form.php:669
439
  msgid "Visible"
440
  msgstr ""
441
 
442
- #: contact_form.php:670
443
  msgid "Disabled for editing"
444
  msgstr ""
445
 
446
- #: contact_form.php:671
447
  msgid "Field's default value"
448
  msgstr ""
449
 
450
  # @ contact_form
451
- #: contact_form.php:676
452
- #: contact_form.php:1006
453
- #: contact_form.php:1679
454
- #: contact_form.php:1709
455
  msgid "Name"
456
  msgstr "Nome"
457
 
458
  # @ contact_form
459
- #: contact_form.php:684
460
- #: contact_form.php:1011
461
- #: contact_form.php:1683
462
- #: contact_form.php:1711
463
  msgid "Address"
464
  msgstr "Endereço"
465
 
466
  # @ contact_form
467
- #: contact_form.php:692
468
  msgid "Email Address"
469
  msgstr "Endereço de email"
470
 
471
  # @ contact_form
472
- #: contact_form.php:700
473
  #, fuzzy
474
  msgid "Phone number"
475
  msgstr "Número de Telefone:"
476
 
477
  # @ contact_form
478
- #: contact_form.php:708
479
- #: contact_form.php:1026
480
- #: contact_form.php:1693
481
- #: contact_form.php:1715
482
  msgid "Subject"
483
  msgstr "Assunto"
484
 
485
  # @ contact_form
486
- #: contact_form.php:716
487
- #: contact_form.php:1030
488
- #: contact_form.php:1696
489
- #: contact_form.php:1716
490
  msgid "Message"
491
  msgstr "Mensagem"
492
 
493
  # @ contact_form
494
- #: contact_form.php:734
495
  msgid "Attachment block"
496
  msgstr "Bloco de anexos"
497
 
498
  # @ contact_form
499
- #: contact_form.php:736
500
  msgid "Users can attach the following file formats"
501
  msgstr "Usuários pode anexar arquivos do seguinte tipo:"
502
 
503
- #: contact_form.php:750
504
  msgid "Add to the form"
505
  msgstr ""
506
 
507
  # @ contact_form
508
- #: contact_form.php:755
509
  #, fuzzy
510
  msgid "Tips below the Attachment"
511
  msgstr "Exibir dicas abaixo do bloco de Anexos"
512
 
513
  # @ contact_form
514
- #: contact_form.php:764
515
  #, fuzzy
516
  msgid "'Send me a copy' block"
517
  msgstr "Exibir bloco 'Enviar-me uma cópia'"
518
 
519
  # @ contact_form
520
- #: contact_form.php:777
521
- #: contact_form.php:780
522
- #: contact_form.php:784
523
- #: contact_form.php:1040
524
  msgid "Captcha"
525
  msgstr "Captcha"
526
 
527
  # @ contact_form
528
- #: contact_form.php:777
529
- #: contact_form.php:780
530
- #: contact_form.php:784
531
- msgid "powered by"
532
- msgstr "movido a"
533
-
534
- # @ contact_form
535
- #: contact_form.php:780
536
  msgid "Activate captcha"
537
  msgstr "Ativar captcha"
538
 
539
  # @ contact_form
540
- #: contact_form.php:784
541
  msgid "Download captcha"
542
  msgstr "Fazer Download do Captcha"
543
 
544
- #: contact_form.php:792
545
  msgid "Agreement checkbox"
546
  msgstr ""
547
 
548
- #: contact_form.php:792
549
  msgid "Required checkbox for submitting the form"
550
  msgstr ""
551
 
552
- #: contact_form.php:793
553
  msgid "Optional checkbox"
554
  msgstr ""
555
 
556
- #: contact_form.php:793
557
  msgid "Optional checkbox, the results of which will be displayed in email"
558
  msgstr ""
559
 
560
  # @ contact_form
561
- #: contact_form.php:804
562
  msgid "Delete an attachment file from the server after the email is sent"
563
  msgstr "Excluir um arquivo anexo do servidor depois que o e-mail for enviado"
564
 
565
- #: contact_form.php:810
566
  msgid "Email in HTML format sending"
567
  msgstr ""
568
 
569
  # @ contact_form
570
- #: contact_form.php:814
571
  msgid "Display additional info in the email"
572
  msgstr "Mostre informações adicionais no email"
573
 
574
  # @ contact_form
575
- #: contact_form.php:819
576
- #: contact_form.php:1646
577
- #: contact_form.php:1648
578
  msgid "Sent from (ip address)"
579
  msgstr "Enviado de (Endereço IP)"
580
 
581
  # @ contact_form
582
- #: contact_form.php:819
583
  msgid "Example: Sent from (IP address):\t127.0.0.1"
584
  msgstr "Examplo: Enviado de (endereço IP):\\\t127.0.0.1"
585
 
586
  # @ contact_form
587
- #: contact_form.php:820
588
- #: contact_form.php:1652
589
- #: contact_form.php:1654
590
  msgid "Date/Time"
591
  msgstr "Data / Hora"
592
 
593
  # @ contact_form
594
- #: contact_form.php:820
595
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
596
  msgstr "Exemplo: Data/Hora:\\\t19 de Agosto de 2013 20:50"
597
 
598
  # @ contact_form
599
- #: contact_form.php:821
600
- #: contact_form.php:1658
601
- #: contact_form.php:1660
602
  msgid "Sent from (referer)"
603
  msgstr "Vindo de (origem)"
604
 
605
  # @ contact_form
606
- #: contact_form.php:821
607
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
608
  msgstr "Exemplo: Enviado do (referer):\\\thttp://bestwebsoft.com/contacts/contact-us/"
609
 
610
  # @ contact_form
611
- #: contact_form.php:822
612
- #: contact_form.php:1664
613
- #: contact_form.php:1666
614
  msgid "Using (user agent)"
615
  msgstr "Usando (cliente de email)"
616
 
617
  # @ contact_form
618
- #: contact_form.php:822
619
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
620
  msgstr "Examplo: Usando (user agent):\\\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
621
 
622
  # @ contact_form
623
- #: contact_form.php:826
624
  msgid "Language settings for the field names in the form"
625
  msgstr "Configurações de idioma para os nomes dos campos no formulário"
626
 
627
  # @ contact_form
628
- #: contact_form.php:835
629
  msgid "Add a language"
630
  msgstr "Adicione um idioma"
631
 
632
  # @ contact_form
633
- #: contact_form.php:839
634
  msgid "Change the names of the contact form fields and error messages"
635
  msgstr "Mude os nomes dos campos do formulário de contato e mensagens de erro."
636
 
637
  # @ contact_form
638
- #: contact_form.php:844
639
- #: contact_form.php:917
640
  msgid "English"
641
  msgstr "Inglês"
642
 
 
 
 
 
 
643
  # @ contact_form
644
- #: contact_form.php:861
645
- #: contact_form.php:891
646
  #, fuzzy
647
  msgid "Tips below the Attachment block"
648
  msgstr "Exibir dicas abaixo do bloco de Anexos"
649
 
650
  # @ contact_form
651
- #: contact_form.php:864
652
- #: contact_form.php:894
653
  msgid "Error message for the Name field"
654
  msgstr "Mensagem de erro para o campo Nome"
655
 
656
  # @ contact_form
657
- #: contact_form.php:865
658
- #: contact_form.php:895
659
  msgid "Error message for the Address field"
660
  msgstr "Mensagem de erro para o campo Endereço"
661
 
662
  # @ contact_form
663
- #: contact_form.php:866
664
- #: contact_form.php:896
665
  msgid "Error message for the Email field"
666
  msgstr "Mensagem de erro para o campo Email"
667
 
668
  # @ contact_form
669
- #: contact_form.php:867
670
- #: contact_form.php:897
671
  msgid "Error message for the Phone field"
672
  msgstr "Mensagem de erro para o campo Telefone"
673
 
674
  # @ contact_form
675
- #: contact_form.php:868
676
- #: contact_form.php:898
677
  msgid "Error message for the Subject field"
678
  msgstr "Mensagem de erro para o campo Assunto"
679
 
680
  # @ contact_form
681
- #: contact_form.php:869
682
- #: contact_form.php:899
683
  msgid "Error message for the Message field"
684
  msgstr "Mensagem de erro para o campo Mensagem"
685
 
686
  # @ contact_form
687
- #: contact_form.php:870
688
- #: contact_form.php:900
689
  msgid "Error message about the file type for the Attachment field"
690
  msgstr "Mensagem de erro para o campo Anexo sobre o tipo de arquivo"
691
 
692
  # @ contact_form
693
- #: contact_form.php:871
694
- #: contact_form.php:901
695
  msgid "Error message while uploading a file for the Attachment field to the server"
696
  msgstr "Mensagem de erro para o campo Anexo quando estiver fazendo upload para o servidor"
697
 
698
  # @ contact_form
699
- #: contact_form.php:872
700
- #: contact_form.php:902
701
  msgid "Error message while moving the file for the Attachment field"
702
  msgstr "Mensagem de erro para o campo Anexo quando estiver movendo o arquivo"
703
 
704
  # @ contact_form
705
- #: contact_form.php:873
706
- #: contact_form.php:903
707
  msgid "Error message when file size limit for the Attachment field is exceeded"
708
  msgstr "Mensagem de erro para o campo Anexo quando o tamanho máximo do arquivo for excedido"
709
 
710
  # @ contact_form
711
- #: contact_form.php:874
712
- #: contact_form.php:904
713
  msgid "Error message for the Captcha field"
714
  msgstr "Mensagem de erro para o campo Captcha"
715
 
716
  # @ contact_form
717
- #: contact_form.php:875
718
- #: contact_form.php:905
719
  msgid "Error message for the whole form"
720
  msgstr "Mensagem de erro para o formulário inteiro"
721
 
722
  # @ contact_form
723
- #: contact_form.php:877
724
- #: contact_form.php:907
725
- #: contact_form.php:926
726
- #: contact_form.php:932
727
  msgid "Use shortcode"
728
  msgstr "Use shortcode (abreviações)"
729
 
730
  # @ contact_form
731
- #: contact_form.php:877
732
- #: contact_form.php:907
733
- #: contact_form.php:926
734
- #: contact_form.php:932
735
  msgid "for this language"
736
  msgstr "para este idioma"
737
 
738
  # @ contact_form
739
- #: contact_form.php:914
740
  msgid "Action after email is sent"
741
  msgstr "Ação após o email ser enviado"
742
 
743
  # @ contact_form
744
- #: contact_form.php:916
745
  msgid "Display text"
746
  msgstr "Mostrar texto"
747
 
748
  # @ contact_form
749
- #: contact_form.php:925
750
- #: contact_form.php:931
751
  msgid "Text"
752
  msgstr "Texto"
753
 
754
  # @ contact_form
755
- #: contact_form.php:938
756
  msgid "Redirect to the page"
757
  msgstr "Redirecione para a página"
758
 
759
  # @ contact_form
760
- #: contact_form.php:939
761
  msgid "Url"
762
  msgstr "URL"
763
 
764
  # @ default
765
- #: contact_form.php:944
766
- #: contact_form.php:1137
767
  msgid "Save Changes"
768
  msgstr "Salvar Mudanças"
769
 
770
- #: contact_form.php:950
771
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
772
  msgstr ""
773
 
774
- #: contact_form.php:951
775
  msgid "Rate the plugin"
776
  msgstr ""
777
 
778
- #: contact_form.php:954
779
  msgid "If there is something wrong about it, please contact us"
780
  msgstr ""
781
 
782
  # @ contact_form
783
- #: contact_form.php:971
784
- msgid "Contact Form Pro | Extra Settings"
785
- msgstr "Formulário de Contato Pro | Configurações Extras"
786
-
787
- # @ contact_form
788
- #: contact_form.php:986
789
  msgid "Errors output"
790
  msgstr "Saída de erros."
791
 
792
  # @ contact_form
793
- #: contact_form.php:989
794
  msgid "Display error messages"
795
  msgstr "Mostrar mensagens de erro"
796
 
797
  # @ contact_form
798
- #: contact_form.php:990
799
  msgid "Color of the input field errors."
800
  msgstr "Cor do erro nos campos de formulário"
801
 
802
  # @ contact_form
803
- #: contact_form.php:991
804
  msgid "Display error messages & color of the input field errors"
805
  msgstr "Mostrar mensagens de erro e cores para os campos com erro"
806
 
807
  # @ contact_form
808
- #: contact_form.php:996
809
  msgid "Add placeholder to the input blocks"
810
  msgstr "Adicione reserva de espaço aos blocos de inserção"
811
 
812
  # @ contact_form
813
- #: contact_form.php:1002
814
  msgid "Add tooltips"
815
  msgstr "Adicionar mensagens de ajuda"
816
 
817
  # @ contact_form
818
- #: contact_form.php:1016
819
  msgid "Email address"
820
  msgstr "Endereço de email"
821
 
822
  # @ contact_form
823
- #: contact_form.php:1021
824
  msgid "Phone Number"
825
  msgstr "Telefone"
826
 
827
  # @ contact_form
828
- #: contact_form.php:1035
829
  msgid "Attachment"
830
  msgstr "Anexo"
831
 
832
  # @ contact_form
833
- #: contact_form.php:1040
834
  msgid "(powered by bestwebsoft.com)"
835
  msgstr "(produzido por bestwebsoft.com)"
836
 
837
  # @ contact_form
838
- #: contact_form.php:1045
839
  msgid "Style options"
840
  msgstr "Opções de estilo"
841
 
842
  # @ contact_form
843
- #: contact_form.php:1048
844
  msgid "Text color"
845
  msgstr "Cor do texto"
846
 
847
  # @ contact_form
848
- #: contact_form.php:1051
849
- #: contact_form.php:1056
850
- #: contact_form.php:1066
851
- #: contact_form.php:1071
852
- #: contact_form.php:1076
853
- #: contact_form.php:1081
854
- #: contact_form.php:1091
855
- #: contact_form.php:1096
856
- #: contact_form.php:1102
857
- #: contact_form.php:1113
858
- #: contact_form.php:1118
859
- #: contact_form.php:1123
860
  msgid "Default"
861
  msgstr "Padrão"
862
 
863
  # @ contact_form
864
- #: contact_form.php:1053
865
  msgid "Label text color"
866
  msgstr "Cor do texto descritivo"
867
 
868
  # @ contact_form
869
- #: contact_form.php:1058
870
  msgid "Placeholder color"
871
  msgstr "Cor da reserva de espaço"
872
 
873
  # @ contact_form
874
- #: contact_form.php:1063
875
  msgid "Errors color"
876
  msgstr "Cor dos erros"
877
 
878
  # @ contact_form
879
- #: contact_form.php:1068
880
  msgid "Error text color"
881
  msgstr "Cor de texto do erro"
882
 
883
  # @ contact_form
884
- #: contact_form.php:1073
885
  msgid "Background color of the input field errors"
886
  msgstr "Cor de fundo do campo de formulário com erros"
887
 
888
  # @ contact_form
889
- #: contact_form.php:1078
890
  msgid "Border color of the input field errors"
891
  msgstr "Cor de borda do campo de formulário com erros"
892
 
893
  # @ contact_form
894
- #: contact_form.php:1083
895
  msgid "Placeholder color of the input field errors"
896
  msgstr "Cor de reserva de espaço do campo de formulário com erros"
897
 
898
  # @ contact_form
899
- #: contact_form.php:1088
900
  msgid "Input fields"
901
  msgstr "Campos do folmulário"
902
 
903
  # @ contact_form
904
- #: contact_form.php:1093
905
  msgid "Input fields background color"
906
  msgstr "Cor de fundo dos campos de formulário"
907
 
908
  # @ contact_form
909
- #: contact_form.php:1098
910
  msgid "Text fields color"
911
  msgstr "Cor dos campos de texto"
912
 
913
  # @ contact_form
914
- #: contact_form.php:1100
915
  msgid "Border width in px, numbers only"
916
  msgstr "Largura da borda em px, somente o número"
917
 
918
  # @ contact_form
919
- #: contact_form.php:1104
920
- #: contact_form.php:1125
921
  msgid "Border color"
922
  msgstr "Cor da borda"
923
 
924
  # @ contact_form
925
- #: contact_form.php:1109
926
  msgid "Submit button"
927
  msgstr "Botão de Envio"
928
 
929
  # @ contact_form
930
- #: contact_form.php:1111
931
  msgid "Width in px, numbers only"
932
  msgstr "Largura em px, somente o número"
933
 
934
  # @ contact_form
935
- #: contact_form.php:1115
936
  msgid "Button color"
937
  msgstr "Cor do botão"
938
 
939
  # @ contact_form
940
- #: contact_form.php:1120
941
  msgid "Button text color"
942
  msgstr "Cor do texto do botão"
943
 
944
  # @ contact_form
945
- #: contact_form.php:1141
946
  msgid "Contact Form Pro | Preview"
947
  msgstr "Formulário de Contato Pro | Prévia"
948
 
949
  # @ contact_form
950
- #: contact_form.php:1144
951
  msgid "Show with errors"
952
  msgstr "Mostrar com erros"
953
 
954
  # @ contact_form
955
- #: contact_form.php:1152
956
- #: contact_form.php:1154
957
  msgid "Please enter your full name..."
958
  msgstr "Informe seu nome completo..."
959
 
960
  # @ contact_form
961
- #: contact_form.php:1165
962
- #: contact_form.php:1167
963
  msgid "Please enter your address..."
964
  msgstr "Informe seu endereço…"
965
 
966
  # @ contact_form
967
- #: contact_form.php:1176
968
- #: contact_form.php:1178
969
  msgid "Please enter your email address..."
970
  msgstr "Informe seu endereço de email…"
971
 
972
  # @ contact_form
973
- #: contact_form.php:1187
974
- #: contact_form.php:1189
975
  msgid "Please enter your phone number..."
976
  msgstr "Informe seu telefone..."
977
 
978
  # @ contact_form
979
- #: contact_form.php:1198
980
- #: contact_form.php:1200
981
  msgid "Please enter subject..."
982
  msgstr "Informe o assunto…"
983
 
984
  # @ contact_form
985
- #: contact_form.php:1208
986
- #: contact_form.php:1210
987
  msgid "Please enter your message..."
988
  msgstr "Informe sua mensagem…"
989
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
990
  # @ bestwebsoft
991
  # @ contact_form
992
- #: contact_form.php:1287
993
  msgid "Sorry, email message could not be delivered."
994
  msgstr "Desculpe, seu e-mail não pode ser entregue."
995
 
996
  # @ contact_form
997
- #: contact_form.php:1673
998
  msgid "Contact from"
999
  msgstr "Formulário de Contato"
1000
 
1001
  # @ contact_form
1002
- #: contact_form.php:1686
1003
- #: contact_form.php:1712
1004
  msgid "Email"
1005
  msgstr "E-Mail"
1006
 
1007
  # @ contact_form
1008
- #: contact_form.php:1690
1009
- #: contact_form.php:1714
1010
  msgid "Phone"
1011
  msgstr "Telefone"
1012
 
1013
  # @ contact_form
1014
- #: contact_form.php:1699
1015
- #: contact_form.php:1717
1016
  msgid "Site"
1017
  msgstr "Site"
1018
 
1019
  # @ contact_form
1020
- #: contact_form.php:1780
1021
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1022
  msgstr "Se você consegue ver esta MENSAGEM então seu cliente não aceita tipos MIME! Favor usar um cliente mais atualizado."
1023
 
1024
  # @ contact_form
1025
- #: contact_form.php:1850
1026
  msgid "FAQ"
1027
  msgstr "Perguntas Frequentes"
1028
 
1029
  # @ contact_form
1030
- #: contact_form.php:1851
1031
  msgid "Support"
1032
  msgstr "Suporte"
1033
 
1034
  # @ contact_form
1035
- #: contact_form.php:1910
1036
  msgid "Are you sure that you want to delete this language data?"
1037
  msgstr "Tem certeza que você quer apagar estes dados de idioma?"
1038
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-31 18:15+0300\n"
6
+ "PO-Revision-Date: 2014-01-31 18:15+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Breno Jacinto, DJIO | Dionizio Bonfim Bach <brenojac@gmail.com, wordpress@djio.com.br>\n"
9
  "Language: pt_BR\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ contact_form
22
+ #: contact_form.php:33
23
+ #: contact_form.php:659
24
  msgid "Contact Form Settings"
25
  msgstr "Configurações do Formulário de Contato"
26
 
27
  # @ contact_form
28
+ #: contact_form.php:33
29
  msgid "Contact Form"
30
  msgstr "Formulário de contato"
31
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  # @ contact_form
33
  #: contact_form.php:80
34
+ #: contact_form.php:977
35
+ #: contact_form.php:1007
36
  msgid "Name:"
37
  msgstr "Nome:"
38
 
39
  # @ contact_form
40
  #: contact_form.php:81
41
+ #: contact_form.php:978
42
+ #: contact_form.php:1008
43
  msgid "Address:"
44
  msgstr "Endereço:"
45
 
46
  # @ contact_form
47
  #: contact_form.php:82
48
+ #: contact_form.php:979
49
+ #: contact_form.php:1009
50
  msgid "Email Address:"
51
  msgstr "Endereço de E-mail:"
52
 
53
  # @ contact_form
54
  #: contact_form.php:83
55
+ #: contact_form.php:980
56
+ #: contact_form.php:1010
57
  msgid "Phone number:"
58
  msgstr "Número de Telefone:"
59
 
60
  # @ contact_form
61
  #: contact_form.php:84
62
+ #: contact_form.php:981
63
+ #: contact_form.php:1011
64
  msgid "Subject:"
65
  msgstr "Assunto:"
66
 
67
  # @ contact_form
68
  #: contact_form.php:85
69
+ #: contact_form.php:982
70
+ #: contact_form.php:1012
71
  msgid "Message:"
72
  msgstr "Mensagem:"
73
 
74
  # @ contact_form
75
  #: contact_form.php:86
76
+ #: contact_form.php:983
77
+ #: contact_form.php:1013
78
  msgid "Attachment:"
79
  msgstr "Anexo:"
80
 
85
 
86
  # @ contact_form
87
  #: contact_form.php:88
88
+ #: contact_form.php:985
89
+ #: contact_form.php:1015
90
  msgid "Send me a copy"
91
  msgstr "Envie-me uma cópia"
92
 
93
  # @ contact_form
94
  #: contact_form.php:89
95
+ #: contact_form.php:986
96
+ #: contact_form.php:1016
97
  msgid "Submit"
98
  msgstr "Enviar"
99
 
164
  msgstr "Obrigado por nos contatar"
165
 
166
  # @ contact_form
167
+ #: contact_form.php:202
168
  #, fuzzy
169
  msgid "requires"
170
  msgstr "Campos obrigatórios"
171
 
172
+ #: contact_form.php:202
173
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
174
  msgstr ""
175
 
176
+ #: contact_form.php:202
177
  msgid "Back to the WordPress"
178
  msgstr ""
179
 
180
+ #: contact_form.php:202
181
  msgid "Plugins page"
182
  msgstr ""
183
 
184
  # @ contact_form
185
+ #: contact_form.php:493
186
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
187
  msgstr "Se a opção 'Redirecionar para a pagina' estiver selecionada, então o campo URL deve ser no seguinte formato"
188
 
189
  # @ contact_form
190
+ #: contact_form.php:502
191
  msgid "Such user does not exist. Settings are not saved."
192
  msgstr "Tal usuário não existe. Configurações não foram salvas."
193
 
194
  # @ contact_form
195
+ #: contact_form.php:506
196
+ #: contact_form.php:512
197
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
198
  msgstr "Por favor informe um email válido no campo 'DE'. Configurações não foram salvas."
199
 
200
  # @ contact_form
201
+ #: contact_form.php:517
202
  msgid "Settings saved."
203
  msgstr "As configurações foram salvas."
204
 
205
+ #: contact_form.php:553
206
+ #: contact_form.php:592
207
+ msgid "Wrong license key"
208
+ msgstr ""
209
+
210
+ #: contact_form.php:585
211
+ msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
212
+ msgstr ""
213
+
214
+ #: contact_form.php:594
215
+ msgid "This license key is bind to another site"
216
+ msgstr ""
217
+
218
+ #: contact_form.php:596
219
+ #: contact_form.php:1382
220
+ msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
221
+ msgstr ""
222
+
223
+ #: contact_form.php:614
224
+ msgid "Failed to open the zip archive. Please, upload the plugin manually"
225
+ msgstr ""
226
+
227
+ #: contact_form.php:620
228
+ msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
229
+ msgstr ""
230
+
231
+ #: contact_form.php:624
232
+ #: contact_form.php:633
233
+ msgid "Failed to download the zip archive. Please, upload the plugin manually"
234
+ msgstr ""
235
+
236
+ #: contact_form.php:637
237
+ msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
238
+ msgstr ""
239
+
240
+ # @ contact_form
241
+ #: contact_form.php:652
242
+ #, fuzzy
243
+ msgid "Please, enter Your license key"
244
+ msgstr "Informe sua mensagem…"
245
+
246
+ #: contact_form.php:661
247
  msgid "Notice:"
248
  msgstr ""
249
 
250
+ #: contact_form.php:661
251
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
252
  msgstr ""
253
 
254
  # @ bestwebsoft
255
  # @ contact_form
256
+ #: contact_form.php:664
257
+ #: contact_form.php:1990
258
+ #: contact_form.php:2001
 
259
  msgid "Settings"
260
  msgstr "Configurações"
261
 
262
  # @ contact_form
263
+ #: contact_form.php:665
 
264
  msgid "Extra settings"
265
  msgstr "Configurações extras"
266
 
267
+ #: contact_form.php:666
268
+ msgid "Go PRO"
269
+ msgstr ""
270
+
271
  # @ contact_form
272
+ #: contact_form.php:672
273
+ #: contact_form.php:1341
274
  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:"
275
  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:"
276
 
277
  # @ contact_form
278
+ #: contact_form.php:672
279
+ #: contact_form.php:673
280
+ #: contact_form.php:1000
281
+ #: contact_form.php:1049
282
  msgid "or"
283
  msgstr "ou"
284
 
285
  # @ contact_form
286
+ #: contact_form.php:673
287
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
288
  msgstr "Se tiver quaisquer problemas com o shortcode padrão [contact_form], você deve usar o shortcode"
289
 
290
  # @ contact_form
291
+ #: contact_form.php:674
292
  msgid "They work the same way."
293
  msgstr "Eles funcionam da mesma forma."
294
 
295
  # @ contact_form
296
+ #: contact_form.php:675
297
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
298
  msgstr "Se informações nos campos abaixo estiverem vazias, então as mensagens serão enviadas para um endereço que foi especificado durante o registro."
299
 
300
  # @ contact_form
301
+ #: contact_form.php:679
302
  msgid "The user's email address:"
303
  msgstr "Use o email de um usuário do wordpress:"
304
 
305
  # @ contact_form
306
+ #: contact_form.php:683
307
  msgid "Create a username"
308
  msgstr "Selecione o nome do usuário"
309
 
310
  # @ contact_form
311
+ #: contact_form.php:688
312
  msgid "Enter a username of the person who should get the messages from the contact form."
313
  msgstr "Determine um nome de usuário que receberá as mensagens enviadas pelo Formulário de Contato."
314
 
315
  # @ contact_form
316
+ #: contact_form.php:692
317
  msgid "Use this email address:"
318
  msgstr "Use este email:"
319
 
320
  # @ contact_form
321
+ #: contact_form.php:695
322
  msgid "Enter the email address you want the messages forwarded to."
323
  msgstr "Configure um endereço de email que será usado para o recebimento de mensagens."
324
 
325
+ #: contact_form.php:701
326
  msgid "Add department selectbox to the contact form:"
327
  msgstr ""
328
 
329
+ #: contact_form.php:709
330
+ #: contact_form.php:1236
331
  msgid "If you upgrade to Pro version all your settings will be saved."
332
  msgstr ""
333
 
334
  # @ contact_form
335
+ #: contact_form.php:714
336
+ #: contact_form.php:851
337
+ #: contact_form.php:922
338
+ #: contact_form.php:1086
339
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
340
  msgstr "Esta função está disponível na versão Pro do plugin. Para saber mais detalhes, por favor siga o link"
341
 
342
+ # @ contact_form
343
+ #: contact_form.php:715
344
+ #: contact_form.php:852
345
+ #: contact_form.php:923
346
+ #: contact_form.php:1087
347
+ msgid "Contact Form Pro"
348
+ msgstr "Formulário de Contato Pro"
349
+
350
+ #: contact_form.php:721
351
  msgid "Save emails to the database"
352
  msgstr ""
353
 
354
+ #: contact_form.php:731
355
+ msgid "Using"
356
+ msgstr ""
357
+
358
+ # @ contact_form
359
+ #: contact_form.php:731
360
+ #: contact_form.php:900
361
+ #: contact_form.php:903
362
+ #: contact_form.php:907
363
+ msgid "powered by"
364
+ msgstr "movido a"
365
+
366
+ #: contact_form.php:734
367
+ #: contact_form.php:738
368
  msgid "Using Contact Form to DB powered by"
369
  msgstr ""
370
 
371
  # @ contact_form
372
+ #: contact_form.php:734
373
  #, fuzzy
374
  msgid "Activate Contact Form to DB"
375
  msgstr "Formulário de Contato Pro"
376
 
377
  # @ contact_form
378
+ #: contact_form.php:738
379
  #, fuzzy
380
  msgid "Download Contact Form to DB"
381
  msgstr "Formulário de Contato Pro"
382
 
383
  # @ contact_form
384
+ #: contact_form.php:743
385
  msgid "Additional options"
386
  msgstr "Opções adicionais"
387
 
388
+ #: contact_form.php:745
389
  msgid "Show"
390
  msgstr ""
391
 
392
+ #: contact_form.php:746
393
  msgid "Hide"
394
  msgstr ""
395
 
396
  # @ contact_form
397
+ #: contact_form.php:750
398
  msgid "What to use?"
399
  msgstr "O que usar?"
400
 
401
  # @ contact_form
402
+ #: contact_form.php:753
403
  msgid "Wp-mail"
404
  msgstr "Wp-mail"
405
 
406
  # @ contact_form
407
+ #: contact_form.php:753
408
  msgid "You can use the wp_mail function for mailing"
409
  msgstr "Você pode usar a função wp_mail para enviar emails"
410
 
411
  # @ contact_form
412
+ #: contact_form.php:755
413
  msgid "Mail"
414
  msgstr "Mail"
415
 
416
  # @ contact_form
417
+ #: contact_form.php:755
418
  msgid "To send mail you can use the php mail function"
419
  msgstr "Para enviar emails você pode usar a função mail() do php"
420
 
421
  # @ contact_form
422
+ #: contact_form.php:759
423
  #, fuzzy
424
  msgid "The text in the 'From' field"
425
  msgstr "Mude o texto do campo 'DE'"
426
 
427
  # @ contact_form
428
+ #: contact_form.php:761
429
  #, fuzzy
430
  msgid "User name"
431
  msgstr "Email do usuário"
432
 
433
  # @ contact_form
434
+ #: contact_form.php:762
435
  #, fuzzy
436
  msgid "The name of the user who fills the form will be used in the field 'From'."
437
  msgstr "O endereço de email do usuário que preencher o formulário será usado no campo 'De'"
438
 
439
  # @ contact_form
440
+ #: contact_form.php:765
441
  #, fuzzy
442
  msgid "This text will be used in the 'FROM' field"
443
  msgstr "Este endereço de email será usado no campo 'De'"
444
 
445
  # @ contact_form
446
+ #: contact_form.php:769
447
  #, fuzzy
448
  msgid "The email address in the 'From' field"
449
  msgstr "Entre com o endereço de e-mail no campo 'De'"
450
 
451
  # @ contact_form
452
+ #: contact_form.php:771
453
  msgid "User email"
454
  msgstr "Email do usuário"
455
 
456
  # @ contact_form
457
+ #: contact_form.php:772
458
  msgid "The email address of the user who fills the form will be used in the field 'From'."
459
  msgstr "O endereço de email do usuário que preencher o formulário será usado no campo 'De'"
460
 
461
  # @ contact_form
462
+ #: contact_form.php:775
463
  msgid "This email address will be used in the 'From' field."
464
  msgstr "Este endereço de email será usado no campo 'De'"
465
 
466
  # @ contact_form
467
+ #: contact_form.php:779
468
  #, fuzzy
469
  msgid "Required symbol"
470
  msgstr "Campos obrigatórios"
471
 
472
+ #: contact_form.php:789
473
  msgid "Fields"
474
  msgstr ""
475
 
476
+ #: contact_form.php:790
477
  msgid "Used"
478
  msgstr ""
479
 
480
  # @ contact_form
481
+ #: contact_form.php:791
482
  #, fuzzy
483
  msgid "Required"
484
  msgstr "Campos obrigatórios"
485
 
486
+ #: contact_form.php:792
487
  msgid "Visible"
488
  msgstr ""
489
 
490
+ #: contact_form.php:793
491
  msgid "Disabled for editing"
492
  msgstr ""
493
 
494
+ #: contact_form.php:794
495
  msgid "Field's default value"
496
  msgstr ""
497
 
498
  # @ contact_form
499
+ #: contact_form.php:799
500
+ #: contact_form.php:1111
501
+ #: contact_form.php:1831
502
+ #: contact_form.php:1861
503
  msgid "Name"
504
  msgstr "Nome"
505
 
506
  # @ contact_form
507
+ #: contact_form.php:807
508
+ #: contact_form.php:1116
509
+ #: contact_form.php:1835
510
+ #: contact_form.php:1863
511
  msgid "Address"
512
  msgstr "Endereço"
513
 
514
  # @ contact_form
515
+ #: contact_form.php:815
516
  msgid "Email Address"
517
  msgstr "Endereço de email"
518
 
519
  # @ contact_form
520
+ #: contact_form.php:823
521
  #, fuzzy
522
  msgid "Phone number"
523
  msgstr "Número de Telefone:"
524
 
525
  # @ contact_form
526
+ #: contact_form.php:831
527
+ #: contact_form.php:1131
528
+ #: contact_form.php:1845
529
+ #: contact_form.php:1867
530
  msgid "Subject"
531
  msgstr "Assunto"
532
 
533
  # @ contact_form
534
+ #: contact_form.php:839
535
+ #: contact_form.php:1135
536
+ #: contact_form.php:1848
537
+ #: contact_form.php:1868
538
  msgid "Message"
539
  msgstr "Mensagem"
540
 
541
  # @ contact_form
542
+ #: contact_form.php:857
543
  msgid "Attachment block"
544
  msgstr "Bloco de anexos"
545
 
546
  # @ contact_form
547
+ #: contact_form.php:859
548
  msgid "Users can attach the following file formats"
549
  msgstr "Usuários pode anexar arquivos do seguinte tipo:"
550
 
551
+ #: contact_form.php:873
552
  msgid "Add to the form"
553
  msgstr ""
554
 
555
  # @ contact_form
556
+ #: contact_form.php:878
557
  #, fuzzy
558
  msgid "Tips below the Attachment"
559
  msgstr "Exibir dicas abaixo do bloco de Anexos"
560
 
561
  # @ contact_form
562
+ #: contact_form.php:887
563
  #, fuzzy
564
  msgid "'Send me a copy' block"
565
  msgstr "Exibir bloco 'Enviar-me uma cópia'"
566
 
567
  # @ contact_form
568
+ #: contact_form.php:900
569
+ #: contact_form.php:903
570
+ #: contact_form.php:907
571
+ #: contact_form.php:1145
572
  msgid "Captcha"
573
  msgstr "Captcha"
574
 
575
  # @ contact_form
576
+ #: contact_form.php:903
 
 
 
 
 
 
 
577
  msgid "Activate captcha"
578
  msgstr "Ativar captcha"
579
 
580
  # @ contact_form
581
+ #: contact_form.php:907
582
  msgid "Download captcha"
583
  msgstr "Fazer Download do Captcha"
584
 
585
+ #: contact_form.php:915
586
  msgid "Agreement checkbox"
587
  msgstr ""
588
 
589
+ #: contact_form.php:915
590
  msgid "Required checkbox for submitting the form"
591
  msgstr ""
592
 
593
+ #: contact_form.php:916
594
  msgid "Optional checkbox"
595
  msgstr ""
596
 
597
+ #: contact_form.php:916
598
  msgid "Optional checkbox, the results of which will be displayed in email"
599
  msgstr ""
600
 
601
  # @ contact_form
602
+ #: contact_form.php:927
603
  msgid "Delete an attachment file from the server after the email is sent"
604
  msgstr "Excluir um arquivo anexo do servidor depois que o e-mail for enviado"
605
 
606
+ #: contact_form.php:933
607
  msgid "Email in HTML format sending"
608
  msgstr ""
609
 
610
  # @ contact_form
611
+ #: contact_form.php:937
612
  msgid "Display additional info in the email"
613
  msgstr "Mostre informações adicionais no email"
614
 
615
  # @ contact_form
616
+ #: contact_form.php:942
617
+ #: contact_form.php:1798
618
+ #: contact_form.php:1800
619
  msgid "Sent from (ip address)"
620
  msgstr "Enviado de (Endereço IP)"
621
 
622
  # @ contact_form
623
+ #: contact_form.php:942
624
  msgid "Example: Sent from (IP address):\t127.0.0.1"
625
  msgstr "Examplo: Enviado de (endereço IP):\\\t127.0.0.1"
626
 
627
  # @ contact_form
628
+ #: contact_form.php:943
629
+ #: contact_form.php:1804
630
+ #: contact_form.php:1806
631
  msgid "Date/Time"
632
  msgstr "Data / Hora"
633
 
634
  # @ contact_form
635
+ #: contact_form.php:943
636
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
637
  msgstr "Exemplo: Data/Hora:\\\t19 de Agosto de 2013 20:50"
638
 
639
  # @ contact_form
640
+ #: contact_form.php:944
641
+ #: contact_form.php:1810
642
+ #: contact_form.php:1812
643
  msgid "Sent from (referer)"
644
  msgstr "Vindo de (origem)"
645
 
646
  # @ contact_form
647
+ #: contact_form.php:944
648
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
649
  msgstr "Exemplo: Enviado do (referer):\\\thttp://bestwebsoft.com/contacts/contact-us/"
650
 
651
  # @ contact_form
652
+ #: contact_form.php:945
653
+ #: contact_form.php:1816
654
+ #: contact_form.php:1818
655
  msgid "Using (user agent)"
656
  msgstr "Usando (cliente de email)"
657
 
658
  # @ contact_form
659
+ #: contact_form.php:945
660
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
661
  msgstr "Examplo: Usando (user agent):\\\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
662
 
663
  # @ contact_form
664
+ #: contact_form.php:949
665
  msgid "Language settings for the field names in the form"
666
  msgstr "Configurações de idioma para os nomes dos campos no formulário"
667
 
668
  # @ contact_form
669
+ #: contact_form.php:958
670
  msgid "Add a language"
671
  msgstr "Adicione um idioma"
672
 
673
  # @ contact_form
674
+ #: contact_form.php:962
675
  msgid "Change the names of the contact form fields and error messages"
676
  msgstr "Mude os nomes dos campos do formulário de contato e mensagens de erro."
677
 
678
  # @ contact_form
679
+ #: contact_form.php:967
680
+ #: contact_form.php:1040
681
  msgid "English"
682
  msgstr "Inglês"
683
 
684
+ #: contact_form.php:975
685
+ #: contact_form.php:1005
686
+ msgid "click to expand/hide the list"
687
+ msgstr ""
688
+
689
  # @ contact_form
690
+ #: contact_form.php:984
691
+ #: contact_form.php:1014
692
  #, fuzzy
693
  msgid "Tips below the Attachment block"
694
  msgstr "Exibir dicas abaixo do bloco de Anexos"
695
 
696
  # @ contact_form
697
+ #: contact_form.php:987
698
+ #: contact_form.php:1017
699
  msgid "Error message for the Name field"
700
  msgstr "Mensagem de erro para o campo Nome"
701
 
702
  # @ contact_form
703
+ #: contact_form.php:988
704
+ #: contact_form.php:1018
705
  msgid "Error message for the Address field"
706
  msgstr "Mensagem de erro para o campo Endereço"
707
 
708
  # @ contact_form
709
+ #: contact_form.php:989
710
+ #: contact_form.php:1019
711
  msgid "Error message for the Email field"
712
  msgstr "Mensagem de erro para o campo Email"
713
 
714
  # @ contact_form
715
+ #: contact_form.php:990
716
+ #: contact_form.php:1020
717
  msgid "Error message for the Phone field"
718
  msgstr "Mensagem de erro para o campo Telefone"
719
 
720
  # @ contact_form
721
+ #: contact_form.php:991
722
+ #: contact_form.php:1021
723
  msgid "Error message for the Subject field"
724
  msgstr "Mensagem de erro para o campo Assunto"
725
 
726
  # @ contact_form
727
+ #: contact_form.php:992
728
+ #: contact_form.php:1022
729
  msgid "Error message for the Message field"
730
  msgstr "Mensagem de erro para o campo Mensagem"
731
 
732
  # @ contact_form
733
+ #: contact_form.php:993
734
+ #: contact_form.php:1023
735
  msgid "Error message about the file type for the Attachment field"
736
  msgstr "Mensagem de erro para o campo Anexo sobre o tipo de arquivo"
737
 
738
  # @ contact_form
739
+ #: contact_form.php:994
740
+ #: contact_form.php:1024
741
  msgid "Error message while uploading a file for the Attachment field to the server"
742
  msgstr "Mensagem de erro para o campo Anexo quando estiver fazendo upload para o servidor"
743
 
744
  # @ contact_form
745
+ #: contact_form.php:995
746
+ #: contact_form.php:1025
747
  msgid "Error message while moving the file for the Attachment field"
748
  msgstr "Mensagem de erro para o campo Anexo quando estiver movendo o arquivo"
749
 
750
  # @ contact_form
751
+ #: contact_form.php:996
752
+ #: contact_form.php:1026
753
  msgid "Error message when file size limit for the Attachment field is exceeded"
754
  msgstr "Mensagem de erro para o campo Anexo quando o tamanho máximo do arquivo for excedido"
755
 
756
  # @ contact_form
757
+ #: contact_form.php:997
758
+ #: contact_form.php:1027
759
  msgid "Error message for the Captcha field"
760
  msgstr "Mensagem de erro para o campo Captcha"
761
 
762
  # @ contact_form
763
+ #: contact_form.php:998
764
+ #: contact_form.php:1028
765
  msgid "Error message for the whole form"
766
  msgstr "Mensagem de erro para o formulário inteiro"
767
 
768
  # @ contact_form
769
+ #: contact_form.php:1000
770
+ #: contact_form.php:1030
771
+ #: contact_form.php:1049
772
+ #: contact_form.php:1055
773
  msgid "Use shortcode"
774
  msgstr "Use shortcode (abreviações)"
775
 
776
  # @ contact_form
777
+ #: contact_form.php:1000
778
+ #: contact_form.php:1030
779
+ #: contact_form.php:1049
780
+ #: contact_form.php:1055
781
  msgid "for this language"
782
  msgstr "para este idioma"
783
 
784
  # @ contact_form
785
+ #: contact_form.php:1037
786
  msgid "Action after email is sent"
787
  msgstr "Ação após o email ser enviado"
788
 
789
  # @ contact_form
790
+ #: contact_form.php:1039
791
  msgid "Display text"
792
  msgstr "Mostrar texto"
793
 
794
  # @ contact_form
795
+ #: contact_form.php:1048
796
+ #: contact_form.php:1054
797
  msgid "Text"
798
  msgstr "Texto"
799
 
800
  # @ contact_form
801
+ #: contact_form.php:1061
802
  msgid "Redirect to the page"
803
  msgstr "Redirecione para a página"
804
 
805
  # @ contact_form
806
+ #: contact_form.php:1062
807
  msgid "Url"
808
  msgstr "URL"
809
 
810
  # @ default
811
+ #: contact_form.php:1067
812
+ #: contact_form.php:1242
813
  msgid "Save Changes"
814
  msgstr "Salvar Mudanças"
815
 
816
+ #: contact_form.php:1072
817
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
818
  msgstr ""
819
 
820
+ #: contact_form.php:1073
821
  msgid "Rate the plugin"
822
  msgstr ""
823
 
824
+ #: contact_form.php:1076
825
  msgid "If there is something wrong about it, please contact us"
826
  msgstr ""
827
 
828
  # @ contact_form
829
+ #: contact_form.php:1091
 
 
 
 
 
830
  msgid "Errors output"
831
  msgstr "Saída de erros."
832
 
833
  # @ contact_form
834
+ #: contact_form.php:1094
835
  msgid "Display error messages"
836
  msgstr "Mostrar mensagens de erro"
837
 
838
  # @ contact_form
839
+ #: contact_form.php:1095
840
  msgid "Color of the input field errors."
841
  msgstr "Cor do erro nos campos de formulário"
842
 
843
  # @ contact_form
844
+ #: contact_form.php:1096
845
  msgid "Display error messages & color of the input field errors"
846
  msgstr "Mostrar mensagens de erro e cores para os campos com erro"
847
 
848
  # @ contact_form
849
+ #: contact_form.php:1101
850
  msgid "Add placeholder to the input blocks"
851
  msgstr "Adicione reserva de espaço aos blocos de inserção"
852
 
853
  # @ contact_form
854
+ #: contact_form.php:1107
855
  msgid "Add tooltips"
856
  msgstr "Adicionar mensagens de ajuda"
857
 
858
  # @ contact_form
859
+ #: contact_form.php:1121
860
  msgid "Email address"
861
  msgstr "Endereço de email"
862
 
863
  # @ contact_form
864
+ #: contact_form.php:1126
865
  msgid "Phone Number"
866
  msgstr "Telefone"
867
 
868
  # @ contact_form
869
+ #: contact_form.php:1140
870
  msgid "Attachment"
871
  msgstr "Anexo"
872
 
873
  # @ contact_form
874
+ #: contact_form.php:1145
875
  msgid "(powered by bestwebsoft.com)"
876
  msgstr "(produzido por bestwebsoft.com)"
877
 
878
  # @ contact_form
879
+ #: contact_form.php:1150
880
  msgid "Style options"
881
  msgstr "Opções de estilo"
882
 
883
  # @ contact_form
884
+ #: contact_form.php:1153
885
  msgid "Text color"
886
  msgstr "Cor do texto"
887
 
888
  # @ contact_form
889
+ #: contact_form.php:1156
890
+ #: contact_form.php:1161
891
+ #: contact_form.php:1171
892
+ #: contact_form.php:1176
893
+ #: contact_form.php:1181
894
+ #: contact_form.php:1186
895
+ #: contact_form.php:1196
896
+ #: contact_form.php:1201
897
+ #: contact_form.php:1207
898
+ #: contact_form.php:1218
899
+ #: contact_form.php:1223
900
+ #: contact_form.php:1228
901
  msgid "Default"
902
  msgstr "Padrão"
903
 
904
  # @ contact_form
905
+ #: contact_form.php:1158
906
  msgid "Label text color"
907
  msgstr "Cor do texto descritivo"
908
 
909
  # @ contact_form
910
+ #: contact_form.php:1163
911
  msgid "Placeholder color"
912
  msgstr "Cor da reserva de espaço"
913
 
914
  # @ contact_form
915
+ #: contact_form.php:1168
916
  msgid "Errors color"
917
  msgstr "Cor dos erros"
918
 
919
  # @ contact_form
920
+ #: contact_form.php:1173
921
  msgid "Error text color"
922
  msgstr "Cor de texto do erro"
923
 
924
  # @ contact_form
925
+ #: contact_form.php:1178
926
  msgid "Background color of the input field errors"
927
  msgstr "Cor de fundo do campo de formulário com erros"
928
 
929
  # @ contact_form
930
+ #: contact_form.php:1183
931
  msgid "Border color of the input field errors"
932
  msgstr "Cor de borda do campo de formulário com erros"
933
 
934
  # @ contact_form
935
+ #: contact_form.php:1188
936
  msgid "Placeholder color of the input field errors"
937
  msgstr "Cor de reserva de espaço do campo de formulário com erros"
938
 
939
  # @ contact_form
940
+ #: contact_form.php:1193
941
  msgid "Input fields"
942
  msgstr "Campos do folmulário"
943
 
944
  # @ contact_form
945
+ #: contact_form.php:1198
946
  msgid "Input fields background color"
947
  msgstr "Cor de fundo dos campos de formulário"
948
 
949
  # @ contact_form
950
+ #: contact_form.php:1203
951
  msgid "Text fields color"
952
  msgstr "Cor dos campos de texto"
953
 
954
  # @ contact_form
955
+ #: contact_form.php:1205
956
  msgid "Border width in px, numbers only"
957
  msgstr "Largura da borda em px, somente o número"
958
 
959
  # @ contact_form
960
+ #: contact_form.php:1209
961
+ #: contact_form.php:1230
962
  msgid "Border color"
963
  msgstr "Cor da borda"
964
 
965
  # @ contact_form
966
+ #: contact_form.php:1214
967
  msgid "Submit button"
968
  msgstr "Botão de Envio"
969
 
970
  # @ contact_form
971
+ #: contact_form.php:1216
972
  msgid "Width in px, numbers only"
973
  msgstr "Largura em px, somente o número"
974
 
975
  # @ contact_form
976
+ #: contact_form.php:1220
977
  msgid "Button color"
978
  msgstr "Cor do botão"
979
 
980
  # @ contact_form
981
+ #: contact_form.php:1225
982
  msgid "Button text color"
983
  msgstr "Cor do texto do botão"
984
 
985
  # @ contact_form
986
+ #: contact_form.php:1246
987
  msgid "Contact Form Pro | Preview"
988
  msgstr "Formulário de Contato Pro | Prévia"
989
 
990
  # @ contact_form
991
+ #: contact_form.php:1249
992
  msgid "Show with errors"
993
  msgstr "Mostrar com erros"
994
 
995
  # @ contact_form
996
+ #: contact_form.php:1257
997
+ #: contact_form.php:1259
998
  msgid "Please enter your full name..."
999
  msgstr "Informe seu nome completo..."
1000
 
1001
  # @ contact_form
1002
+ #: contact_form.php:1270
1003
+ #: contact_form.php:1272
1004
  msgid "Please enter your address..."
1005
  msgstr "Informe seu endereço…"
1006
 
1007
  # @ contact_form
1008
+ #: contact_form.php:1281
1009
+ #: contact_form.php:1283
1010
  msgid "Please enter your email address..."
1011
  msgstr "Informe seu endereço de email…"
1012
 
1013
  # @ contact_form
1014
+ #: contact_form.php:1292
1015
+ #: contact_form.php:1294
1016
  msgid "Please enter your phone number..."
1017
  msgstr "Informe seu telefone..."
1018
 
1019
  # @ contact_form
1020
+ #: contact_form.php:1303
1021
+ #: contact_form.php:1305
1022
  msgid "Please enter subject..."
1023
  msgstr "Informe o assunto…"
1024
 
1025
  # @ contact_form
1026
+ #: contact_form.php:1313
1027
+ #: contact_form.php:1315
1028
  msgid "Please enter your message..."
1029
  msgstr "Informe sua mensagem…"
1030
 
1031
+ #: contact_form.php:1357
1032
+ msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
1033
+ msgstr ""
1034
+
1035
+ #: contact_form.php:1359
1036
+ msgid "Please, go to"
1037
+ msgstr ""
1038
+
1039
+ # @ contact_form
1040
+ #: contact_form.php:1359
1041
+ #, fuzzy
1042
+ msgid "the setting page"
1043
+ msgstr "Configurações extras"
1044
+
1045
+ #: contact_form.php:1360
1046
+ msgid "You will be redirected automatically in 5 seconds."
1047
+ msgstr ""
1048
+
1049
+ #: contact_form.php:1365
1050
+ msgid "You can download and activate"
1051
+ msgstr ""
1052
+
1053
+ #: contact_form.php:1367
1054
+ msgid "version of this plugin by entering Your license key."
1055
+ msgstr ""
1056
+
1057
+ #: contact_form.php:1369
1058
+ msgid "You can find your license key on your personal page Client area, by clicking on the link"
1059
+ msgstr ""
1060
+
1061
+ #: contact_form.php:1371
1062
+ msgid "(your username is the email you specify when purchasing the product)."
1063
+ msgstr ""
1064
+
1065
+ #: contact_form.php:1379
1066
+ #: contact_form.php:1389
1067
+ msgid "Go!"
1068
+ msgstr ""
1069
+
1070
  # @ bestwebsoft
1071
  # @ contact_form
1072
+ #: contact_form.php:1439
1073
  msgid "Sorry, email message could not be delivered."
1074
  msgstr "Desculpe, seu e-mail não pode ser entregue."
1075
 
1076
  # @ contact_form
1077
+ #: contact_form.php:1825
1078
  msgid "Contact from"
1079
  msgstr "Formulário de Contato"
1080
 
1081
  # @ contact_form
1082
+ #: contact_form.php:1838
1083
+ #: contact_form.php:1864
1084
  msgid "Email"
1085
  msgstr "E-Mail"
1086
 
1087
  # @ contact_form
1088
+ #: contact_form.php:1842
1089
+ #: contact_form.php:1866
1090
  msgid "Phone"
1091
  msgstr "Telefone"
1092
 
1093
  # @ contact_form
1094
+ #: contact_form.php:1851
1095
+ #: contact_form.php:1869
1096
  msgid "Site"
1097
  msgstr "Site"
1098
 
1099
  # @ contact_form
1100
+ #: contact_form.php:1932
1101
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1102
  msgstr "Se você consegue ver esta MENSAGEM então seu cliente não aceita tipos MIME! Favor usar um cliente mais atualizado."
1103
 
1104
  # @ contact_form
1105
+ #: contact_form.php:2002
1106
  msgid "FAQ"
1107
  msgstr "Perguntas Frequentes"
1108
 
1109
  # @ contact_form
1110
+ #: contact_form.php:2003
1111
  msgid "Support"
1112
  msgstr "Suporte"
1113
 
1114
  # @ contact_form
1115
+ #: contact_form.php:2061
1116
  msgid "Are you sure that you want to delete this language data?"
1117
  msgstr "Tem certeza que você quer apagar estes dados de idioma?"
1118
 
languages/contact_form-pt_PT.mo CHANGED
Binary file
languages/contact_form-pt_PT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-12-17 16:52+0300\n"
6
- "PO-Revision-Date: 2013-12-17 16:52+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Thomas Hartung, César Silva <thartung@adipositas-mm.de, cesarbsilva@gmail.com>\n"
9
  "Language: rm_SH\n"
@@ -16,70 +16,56 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:32
20
- #: contact_form.php:538
21
- #, fuzzy
22
- msgid "Contact Form Settings"
23
- msgstr "Opções do formulário de contato"
24
-
25
- #: contact_form.php:32
26
- msgid "Contact Form"
27
- msgstr "Formulário de contato"
28
-
29
  #: contact_form.php:33
 
30
  #, fuzzy
31
- msgid "Contact Form Pro Extra Settings"
32
  msgstr "Opções do formulário de contato"
33
 
34
  #: contact_form.php:33
35
- #: contact_form.php:592
36
- #: contact_form.php:729
37
- #: contact_form.php:800
38
- #: contact_form.php:982
39
- #, fuzzy
40
- msgid "Contact Form Pro"
41
  msgstr "Formulário de contato"
42
 
43
  #: contact_form.php:80
44
- #: contact_form.php:854
45
- #: contact_form.php:884
46
  msgid "Name:"
47
  msgstr "Nome:"
48
 
49
  #: contact_form.php:81
50
- #: contact_form.php:855
51
- #: contact_form.php:885
52
  #, fuzzy
53
  msgid "Address:"
54
  msgstr "Endereço de E-mail:"
55
 
56
  #: contact_form.php:82
57
- #: contact_form.php:856
58
- #: contact_form.php:886
59
  msgid "Email Address:"
60
  msgstr "Endereço de E-mail:"
61
 
62
  #: contact_form.php:83
63
- #: contact_form.php:857
64
- #: contact_form.php:887
65
  msgid "Phone number:"
66
  msgstr "Número de Telefone :"
67
 
68
  #: contact_form.php:84
69
- #: contact_form.php:858
70
- #: contact_form.php:888
71
  msgid "Subject:"
72
  msgstr "Assunto:"
73
 
74
  #: contact_form.php:85
75
- #: contact_form.php:859
76
- #: contact_form.php:889
77
  msgid "Message:"
78
  msgstr "Mensagem:"
79
 
80
  #: contact_form.php:86
81
- #: contact_form.php:860
82
- #: contact_form.php:890
83
  msgid "Attachment:"
84
  msgstr "Anexo:"
85
 
@@ -88,14 +74,14 @@ msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI,
88
  msgstr ""
89
 
90
  #: contact_form.php:88
91
- #: contact_form.php:862
92
- #: contact_form.php:892
93
  msgid "Send me a copy"
94
  msgstr "Envie-me uma cópia"
95
 
96
  #: contact_form.php:89
97
- #: contact_form.php:863
98
- #: contact_form.php:893
99
  msgid "Submit"
100
  msgstr "Enviar"
101
 
@@ -153,763 +139,863 @@ msgstr "Por favor, faça as correções abaixo e tente enviar a mensagem novamen
153
  msgid "Thank you for contacting us."
154
  msgstr "Obrigado por nos contactar"
155
 
156
- #: contact_form.php:203
157
  #, fuzzy
158
  msgid "requires"
159
  msgstr "Campos obrigatórios"
160
 
161
- #: contact_form.php:203
162
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
163
  msgstr ""
164
 
165
- #: contact_form.php:203
166
  msgid "Back to the WordPress"
167
  msgstr ""
168
 
169
- #: contact_form.php:203
170
  #, fuzzy
171
  msgid "Plugins page"
172
  msgstr "BWS Plugins"
173
 
174
- #: contact_form.php:494
175
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
176
  msgstr "Se o 'Redirecionamento para a página' estiver selecionado, o campo URL deve estar no seguinte formato"
177
 
178
- #: contact_form.php:503
179
  msgid "Such user does not exist. Settings are not saved."
180
  msgstr "O Utilizador não existe. Configurações não foram guardadas."
181
 
182
- #: contact_form.php:507
183
- #: contact_form.php:513
184
  #, fuzzy
185
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
186
  msgstr "Por favor digite o email corretamente. Configurações não foram salvas."
187
 
188
- #: contact_form.php:518
189
  #, fuzzy
190
  msgid "Settings saved."
191
  msgstr "Opções guardadas."
192
 
193
- #: contact_form.php:540
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
194
  msgid "Notice:"
195
  msgstr ""
196
 
197
- #: contact_form.php:540
198
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
199
  msgstr ""
200
 
201
- #: contact_form.php:543
202
- #: contact_form.php:973
203
- #: contact_form.php:1838
204
- #: contact_form.php:1849
205
  msgid "Settings"
206
  msgstr "Configurações"
207
 
208
- #: contact_form.php:544
209
- #: contact_form.php:974
210
  #, fuzzy
211
  msgid "Extra settings"
212
  msgstr "Configurações"
213
 
214
- #: contact_form.php:549
215
- #: contact_form.php:1236
 
 
 
 
216
  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:"
217
  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:"
218
 
219
- #: contact_form.php:549
220
- #: contact_form.php:550
221
- #: contact_form.php:877
222
- #: contact_form.php:926
223
  msgid "or"
224
  msgstr ""
225
 
226
- #: contact_form.php:550
227
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
228
  msgstr ""
229
 
230
- #: contact_form.php:551
231
  msgid "They work the same way."
232
  msgstr ""
233
 
234
- #: contact_form.php:552
235
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
236
  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."
237
 
238
- #: contact_form.php:556
239
  msgid "The user's email address:"
240
  msgstr "Use o email de um utilizador do wordpress:"
241
 
242
- #: contact_form.php:560
243
  msgid "Create a username"
244
  msgstr "Selecione o nome do utilizador"
245
 
246
- #: contact_form.php:565
247
  msgid "Enter a username of the person who should get the messages from the contact form."
248
  msgstr "Determine um nome de utilizador que receberá as mensagens enviadas pelo Formulário de Contato."
249
 
250
- #: contact_form.php:569
251
  msgid "Use this email address:"
252
  msgstr "Use este email:"
253
 
254
- #: contact_form.php:572
255
  msgid "Enter the email address you want the messages forwarded to."
256
  msgstr "Configure um endereço de email que será usado para o recebimento de mensagens."
257
 
258
- #: contact_form.php:578
259
  msgid "Add department selectbox to the contact form:"
260
  msgstr ""
261
 
262
- #: contact_form.php:586
263
- #: contact_form.php:1131
264
  msgid "If you upgrade to Pro version all your settings will be saved."
265
  msgstr ""
266
 
267
- #: contact_form.php:591
268
- #: contact_form.php:728
269
- #: contact_form.php:799
270
- #: contact_form.php:981
271
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
272
  msgstr ""
273
 
274
- #: contact_form.php:598
 
 
 
 
 
 
 
 
275
  msgid "Save emails to the database"
276
  msgstr ""
277
 
278
- #: contact_form.php:608
279
- #: contact_form.php:611
280
- #: contact_form.php:615
 
 
 
 
 
 
 
 
 
 
281
  msgid "Using Contact Form to DB powered by"
282
  msgstr ""
283
 
284
- #: contact_form.php:611
285
  #, fuzzy
286
  msgid "Activate Contact Form to DB"
287
  msgstr "Formulário de contato"
288
 
289
- #: contact_form.php:615
290
  #, fuzzy
291
  msgid "Download Contact Form to DB"
292
  msgstr "Formulário de contato"
293
 
294
- #: contact_form.php:620
295
  msgid "Additional options"
296
  msgstr "Opções adicionais"
297
 
298
- #: contact_form.php:622
299
  msgid "Show"
300
  msgstr ""
301
 
302
- #: contact_form.php:623
303
  msgid "Hide"
304
  msgstr ""
305
 
306
- #: contact_form.php:627
307
  msgid "What to use?"
308
  msgstr "O que usar?"
309
 
310
- #: contact_form.php:630
311
  msgid "Wp-mail"
312
  msgstr "Wp-mail"
313
 
314
- #: contact_form.php:630
315
  msgid "You can use the wp_mail function for mailing"
316
  msgstr "Pode usar a função wp_mail para emailing"
317
 
318
- #: contact_form.php:632
319
  msgid "Mail"
320
  msgstr "Mail"
321
 
322
- #: contact_form.php:632
323
  msgid "To send mail you can use the php mail function"
324
  msgstr "Para o envio de email pode usar a função de email existente no core do php"
325
 
326
- #: contact_form.php:636
327
  #, fuzzy
328
  msgid "The text in the 'From' field"
329
  msgstr "Mudar rótulo para os campos no formulário de contato"
330
 
331
- #: contact_form.php:638
332
  msgid "User name"
333
  msgstr ""
334
 
335
- #: contact_form.php:639
336
  #, fuzzy
337
  msgid "The name of the user who fills the form will be used in the field 'From'."
338
  msgstr "O endereço de e-mail do utilizador que preenche o formulário vai ser usado no campo 'De'."
339
 
340
- #: contact_form.php:642
341
  #, fuzzy
342
  msgid "This text will be used in the 'FROM' field"
343
  msgstr "Este endereço de e-mail será usado no campo 'De'."
344
 
345
- #: contact_form.php:646
346
  #, fuzzy
347
  msgid "The email address in the 'From' field"
348
  msgstr "Insira o email no campo 'Form'"
349
 
350
- #: contact_form.php:648
351
  msgid "User email"
352
  msgstr ""
353
 
354
- #: contact_form.php:649
355
  #, fuzzy
356
  msgid "The email address of the user who fills the form will be used in the field 'From'."
357
  msgstr "O endereço de e-mail do utilizador que preenche o formulário vai ser usado no campo 'De'."
358
 
359
- #: contact_form.php:652
360
  msgid "This email address will be used in the 'From' field."
361
  msgstr "Este endereço de e-mail será usado no campo 'De'."
362
 
363
- #: contact_form.php:656
364
  #, fuzzy
365
  msgid "Required symbol"
366
  msgstr "Campos obrigatórios"
367
 
368
- #: contact_form.php:666
369
  msgid "Fields"
370
  msgstr ""
371
 
372
- #: contact_form.php:667
373
  msgid "Used"
374
  msgstr ""
375
 
376
- #: contact_form.php:668
377
  #, fuzzy
378
  msgid "Required"
379
  msgstr "Campos obrigatórios"
380
 
381
- #: contact_form.php:669
382
  msgid "Visible"
383
  msgstr ""
384
 
385
- #: contact_form.php:670
386
  msgid "Disabled for editing"
387
  msgstr ""
388
 
389
- #: contact_form.php:671
390
  msgid "Field's default value"
391
  msgstr ""
392
 
393
- #: contact_form.php:676
394
- #: contact_form.php:1006
395
- #: contact_form.php:1679
396
- #: contact_form.php:1709
397
  msgid "Name"
398
  msgstr "Nome"
399
 
400
- #: contact_form.php:684
401
- #: contact_form.php:1011
402
- #: contact_form.php:1683
403
- #: contact_form.php:1711
404
  #, fuzzy
405
  msgid "Address"
406
  msgstr "Endereço de E-mail:"
407
 
408
- #: contact_form.php:692
409
  #, fuzzy
410
  msgid "Email Address"
411
  msgstr "Endereço de E-mail:"
412
 
413
- #: contact_form.php:700
414
  #, fuzzy
415
  msgid "Phone number"
416
  msgstr "Número de Telefone :"
417
 
418
- #: contact_form.php:708
419
- #: contact_form.php:1026
420
- #: contact_form.php:1693
421
- #: contact_form.php:1715
422
  msgid "Subject"
423
  msgstr "Assunto"
424
 
425
- #: contact_form.php:716
426
- #: contact_form.php:1030
427
- #: contact_form.php:1696
428
- #: contact_form.php:1716
429
  msgid "Message"
430
  msgstr "Mensagem"
431
 
432
- #: contact_form.php:734
433
  #, fuzzy
434
  msgid "Attachment block"
435
  msgstr "Mostrar opção para anexar arquivos"
436
 
437
- #: contact_form.php:736
438
  msgid "Users can attach the following file formats"
439
  msgstr "Utilizadores podem anexar arquivos do seguinte tipo:"
440
 
441
- #: contact_form.php:750
442
  msgid "Add to the form"
443
  msgstr ""
444
 
445
- #: contact_form.php:755
446
  #, fuzzy
447
  msgid "Tips below the Attachment"
448
  msgstr "Mostrar dicas para anexar arquivos"
449
 
450
- #: contact_form.php:764
451
  #, fuzzy
452
  msgid "'Send me a copy' block"
453
  msgstr "Mostrar a opção Envie-me um cópia"
454
 
455
- #: contact_form.php:777
456
- #: contact_form.php:780
457
- #: contact_form.php:784
458
- #: contact_form.php:1040
459
  msgid "Captcha"
460
  msgstr ""
461
 
462
- #: contact_form.php:777
463
- #: contact_form.php:780
464
- #: contact_form.php:784
465
- msgid "powered by"
466
- msgstr ""
467
-
468
- #: contact_form.php:780
469
  #, fuzzy
470
  msgid "Activate captcha"
471
  msgstr "Plugins ativados"
472
 
473
- #: contact_form.php:784
474
  #, fuzzy
475
  msgid "Download captcha"
476
  msgstr "Baixar"
477
 
478
- #: contact_form.php:792
479
  msgid "Agreement checkbox"
480
  msgstr ""
481
 
482
- #: contact_form.php:792
483
  msgid "Required checkbox for submitting the form"
484
  msgstr ""
485
 
486
- #: contact_form.php:793
487
  msgid "Optional checkbox"
488
  msgstr ""
489
 
490
- #: contact_form.php:793
491
  msgid "Optional checkbox, the results of which will be displayed in email"
492
  msgstr ""
493
 
494
- #: contact_form.php:804
495
  msgid "Delete an attachment file from the server after the email is sent"
496
  msgstr ""
497
 
498
- #: contact_form.php:810
499
  msgid "Email in HTML format sending"
500
  msgstr ""
501
 
502
- #: contact_form.php:814
503
  #, fuzzy
504
  msgid "Display additional info in the email"
505
  msgstr "Mostrar informações adicionais no e-mail"
506
 
507
- #: contact_form.php:819
508
- #: contact_form.php:1646
509
- #: contact_form.php:1648
510
  msgid "Sent from (ip address)"
511
  msgstr "Enviado de (Endereço IP)"
512
 
513
- #: contact_form.php:819
514
  #, fuzzy
515
  msgid "Example: Sent from (IP address):\t127.0.0.1"
516
  msgstr "Enviado de (Endereço IP)"
517
 
518
- #: contact_form.php:820
519
- #: contact_form.php:1652
520
- #: contact_form.php:1654
521
  msgid "Date/Time"
522
  msgstr "Data / Hora"
523
 
524
- #: contact_form.php:820
525
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
526
  msgstr ""
527
 
528
- #: contact_form.php:821
529
- #: contact_form.php:1658
530
- #: contact_form.php:1660
531
  msgid "Sent from (referer)"
532
  msgstr "Vindo de (origem)"
533
 
534
- #: contact_form.php:821
535
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
536
  msgstr ""
537
 
538
- #: contact_form.php:822
539
- #: contact_form.php:1664
540
- #: contact_form.php:1666
541
  msgid "Using (user agent)"
542
  msgstr "Usando (cliente de email)"
543
 
544
- #: contact_form.php:822
545
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
546
  msgstr ""
547
 
548
- #: contact_form.php:826
549
  msgid "Language settings for the field names in the form"
550
  msgstr "Configurações de idioma para os nomes dos campos do formulário"
551
 
552
- #: contact_form.php:835
553
  #, fuzzy
554
  msgid "Add a language"
555
  msgstr "Adicionar idioma"
556
 
557
- #: contact_form.php:839
558
  #, fuzzy
559
  msgid "Change the names of the contact form fields and error messages"
560
  msgstr "Mudar rótulo para os campos no formulário de contato"
561
 
562
- #: contact_form.php:844
563
- #: contact_form.php:917
564
  msgid "English"
565
  msgstr "Inglês"
566
 
567
- #: contact_form.php:861
568
- #: contact_form.php:891
 
 
 
 
 
569
  #, fuzzy
570
  msgid "Tips below the Attachment block"
571
  msgstr "Mostrar dicas para anexar arquivos"
572
 
573
- #: contact_form.php:864
574
- #: contact_form.php:894
575
  msgid "Error message for the Name field"
576
  msgstr "Mensagem de erro para o campo Nome"
577
 
578
- #: contact_form.php:865
579
- #: contact_form.php:895
580
  #, fuzzy
581
  msgid "Error message for the Address field"
582
  msgstr "Mensagem de erro para o campo Mensagem"
583
 
584
- #: contact_form.php:866
585
- #: contact_form.php:896
586
  msgid "Error message for the Email field"
587
  msgstr "Mensagem de erro para o campo de E-mail"
588
 
589
- #: contact_form.php:867
590
- #: contact_form.php:897
591
  msgid "Error message for the Phone field"
592
  msgstr "Mensagem de erro para o campo de Telefone"
593
 
594
- #: contact_form.php:868
595
- #: contact_form.php:898
596
  msgid "Error message for the Subject field"
597
  msgstr "Mensagem de erro para o campo Assunto"
598
 
599
- #: contact_form.php:869
600
- #: contact_form.php:899
601
  msgid "Error message for the Message field"
602
  msgstr "Mensagem de erro para o campo Mensagem"
603
 
604
- #: contact_form.php:870
605
- #: contact_form.php:900
606
  #, fuzzy
607
  msgid "Error message about the file type for the Attachment field"
608
  msgstr "Mensagem de erro para o campo Anexos"
609
 
610
- #: contact_form.php:871
611
- #: contact_form.php:901
612
  #, fuzzy
613
  msgid "Error message while uploading a file for the Attachment field to the server"
614
  msgstr "Mensagem de erro para o campo Anexos"
615
 
616
- #: contact_form.php:872
617
- #: contact_form.php:902
618
  #, fuzzy
619
  msgid "Error message while moving the file for the Attachment field"
620
  msgstr "Mensagem de erro para o campo Anexos"
621
 
622
- #: contact_form.php:873
623
- #: contact_form.php:903
624
  #, fuzzy
625
  msgid "Error message when file size limit for the Attachment field is exceeded"
626
  msgstr "Mensagem de erro para o campo Anexos"
627
 
628
- #: contact_form.php:874
629
- #: contact_form.php:904
630
  msgid "Error message for the Captcha field"
631
  msgstr "Mensagem de erro para o controlo Captcha"
632
 
633
- #: contact_form.php:875
634
- #: contact_form.php:905
635
  msgid "Error message for the whole form"
636
  msgstr "Mensagem de erro para todo o formulário"
637
 
638
- #: contact_form.php:877
639
- #: contact_form.php:907
640
- #: contact_form.php:926
641
- #: contact_form.php:932
642
  msgid "Use shortcode"
643
  msgstr "usar código abreviado"
644
 
645
- #: contact_form.php:877
646
- #: contact_form.php:907
647
- #: contact_form.php:926
648
- #: contact_form.php:932
649
  msgid "for this language"
650
  msgstr "para este idioma"
651
 
652
- #: contact_form.php:914
653
  msgid "Action after email is sent"
654
  msgstr "Ação após envio de email"
655
 
656
- #: contact_form.php:916
657
  #, fuzzy
658
  msgid "Display text"
659
  msgstr "Mostrar opção para anexar arquivos"
660
 
661
- #: contact_form.php:925
662
- #: contact_form.php:931
663
  msgid "Text"
664
  msgstr "Texto"
665
 
666
- #: contact_form.php:938
667
  msgid "Redirect to the page"
668
  msgstr "Redirecionamento para a página"
669
 
670
- #: contact_form.php:939
671
  msgid "Url"
672
  msgstr "Url"
673
 
674
- #: contact_form.php:944
675
- #: contact_form.php:1137
676
  msgid "Save Changes"
677
  msgstr "Salvar mudanças"
678
 
679
- #: contact_form.php:950
680
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
681
  msgstr ""
682
 
683
- #: contact_form.php:951
684
  #, fuzzy
685
  msgid "Rate the plugin"
686
  msgstr "Plugins recomendados"
687
 
688
- #: contact_form.php:954
689
  #, fuzzy
690
  msgid "If there is something wrong about it, please contact us"
691
  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. "
692
 
693
- #: contact_form.php:971
694
- #, fuzzy
695
- msgid "Contact Form Pro | Extra Settings"
696
- msgstr "Opções do formulário de contato"
697
-
698
- #: contact_form.php:986
699
  msgid "Errors output"
700
  msgstr ""
701
 
702
- #: contact_form.php:989
703
  msgid "Display error messages"
704
  msgstr ""
705
 
706
- #: contact_form.php:990
707
  msgid "Color of the input field errors."
708
  msgstr ""
709
 
710
- #: contact_form.php:991
711
  #, fuzzy
712
  msgid "Display error messages & color of the input field errors"
713
  msgstr "Mensagem de erro para o campo Assunto"
714
 
715
- #: contact_form.php:996
716
  msgid "Add placeholder to the input blocks"
717
  msgstr ""
718
 
719
- #: contact_form.php:1002
720
  #, fuzzy
721
  msgid "Add tooltips"
722
  msgstr "Opções adicionais"
723
 
724
- #: contact_form.php:1016
725
  #, fuzzy
726
  msgid "Email address"
727
  msgstr "Endereço de E-mail:"
728
 
729
- #: contact_form.php:1021
730
  #, fuzzy
731
  msgid "Phone Number"
732
  msgstr "Número de Telefone :"
733
 
734
- #: contact_form.php:1035
735
  #, fuzzy
736
  msgid "Attachment"
737
  msgstr "Anexo:"
738
 
739
- #: contact_form.php:1040
740
  msgid "(powered by bestwebsoft.com)"
741
  msgstr ""
742
 
743
- #: contact_form.php:1045
744
  #, fuzzy
745
  msgid "Style options"
746
  msgstr "Opções adicionais"
747
 
748
- #: contact_form.php:1048
749
  msgid "Text color"
750
  msgstr ""
751
 
752
- #: contact_form.php:1051
753
- #: contact_form.php:1056
754
- #: contact_form.php:1066
755
- #: contact_form.php:1071
756
- #: contact_form.php:1076
757
- #: contact_form.php:1081
758
- #: contact_form.php:1091
759
- #: contact_form.php:1096
760
- #: contact_form.php:1102
761
- #: contact_form.php:1113
762
- #: contact_form.php:1118
763
- #: contact_form.php:1123
764
  msgid "Default"
765
  msgstr ""
766
 
767
- #: contact_form.php:1053
768
  msgid "Label text color"
769
  msgstr ""
770
 
771
- #: contact_form.php:1058
772
  msgid "Placeholder color"
773
  msgstr ""
774
 
775
- #: contact_form.php:1063
776
  msgid "Errors color"
777
  msgstr ""
778
 
779
- #: contact_form.php:1068
780
  msgid "Error text color"
781
  msgstr ""
782
 
783
- #: contact_form.php:1073
784
  msgid "Background color of the input field errors"
785
  msgstr ""
786
 
787
- #: contact_form.php:1078
788
  msgid "Border color of the input field errors"
789
  msgstr ""
790
 
791
- #: contact_form.php:1083
792
  msgid "Placeholder color of the input field errors"
793
  msgstr ""
794
 
795
- #: contact_form.php:1088
796
  #, fuzzy
797
  msgid "Input fields"
798
  msgstr "Mostrar opção para anexar arquivos"
799
 
800
- #: contact_form.php:1093
801
  msgid "Input fields background color"
802
  msgstr ""
803
 
804
- #: contact_form.php:1098
805
  msgid "Text fields color"
806
  msgstr ""
807
 
808
- #: contact_form.php:1100
809
  msgid "Border width in px, numbers only"
810
  msgstr ""
811
 
812
- #: contact_form.php:1104
813
- #: contact_form.php:1125
814
  msgid "Border color"
815
  msgstr ""
816
 
817
- #: contact_form.php:1109
818
  #, fuzzy
819
  msgid "Submit button"
820
  msgstr "Enviar"
821
 
822
- #: contact_form.php:1111
823
  msgid "Width in px, numbers only"
824
  msgstr ""
825
 
826
- #: contact_form.php:1115
827
  msgid "Button color"
828
  msgstr ""
829
 
830
- #: contact_form.php:1120
831
  msgid "Button text color"
832
  msgstr ""
833
 
834
- #: contact_form.php:1141
835
  #, fuzzy
836
  msgid "Contact Form Pro | Preview"
837
  msgstr "Formulário de contato"
838
 
839
- #: contact_form.php:1144
840
  msgid "Show with errors"
841
  msgstr ""
842
 
843
- #: contact_form.php:1152
844
- #: contact_form.php:1154
845
  msgid "Please enter your full name..."
846
  msgstr ""
847
 
848
- #: contact_form.php:1165
849
- #: contact_form.php:1167
850
  msgid "Please enter your address..."
851
  msgstr ""
852
 
853
- #: contact_form.php:1176
854
- #: contact_form.php:1178
855
  #, fuzzy
856
  msgid "Please enter your email address..."
857
  msgstr "Use este email:"
858
 
859
- #: contact_form.php:1187
860
- #: contact_form.php:1189
861
  msgid "Please enter your phone number..."
862
  msgstr ""
863
 
864
- #: contact_form.php:1198
865
- #: contact_form.php:1200
866
  msgid "Please enter subject..."
867
  msgstr ""
868
 
869
- #: contact_form.php:1208
870
- #: contact_form.php:1210
871
  msgid "Please enter your message..."
872
  msgstr ""
873
 
874
- #: contact_form.php:1287
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
875
  msgid "Sorry, email message could not be delivered."
876
  msgstr "Desculpe, seu e-mail não pode ser entregue."
877
 
878
- #: contact_form.php:1673
879
  msgid "Contact from"
880
  msgstr "Formulário de Contato"
881
 
882
- #: contact_form.php:1686
883
- #: contact_form.php:1712
884
  msgid "Email"
885
  msgstr "E-Mail"
886
 
887
- #: contact_form.php:1690
888
- #: contact_form.php:1714
889
  msgid "Phone"
890
  msgstr "Telefone"
891
 
892
- #: contact_form.php:1699
893
- #: contact_form.php:1717
894
  msgid "Site"
895
  msgstr "Site"
896
 
897
- #: contact_form.php:1780
898
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
899
  msgstr "Se você consegue ver esta MENSAGEM então seu cliente não aceita tipos MIME! Favor usar um cliente mais atualizado."
900
 
901
- #: contact_form.php:1850
902
  msgid "FAQ"
903
  msgstr "Perguntas Frequentes"
904
 
905
- #: contact_form.php:1851
906
  msgid "Support"
907
  msgstr "Suporte"
908
 
909
- #: contact_form.php:1910
910
  msgid "Are you sure that you want to delete this language data?"
911
  msgstr "Tem certeza que você deseja excluir os dados deste idioma?"
912
 
 
 
 
 
 
 
 
 
913
  #, fuzzy
914
  #~ msgid "Display fields"
915
  #~ msgstr "Mostrar opção para anexar arquivos"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-31 18:15+0300\n"
6
+ "PO-Revision-Date: 2014-01-31 18:15+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Thomas Hartung, César Silva <thartung@adipositas-mm.de, cesarbsilva@gmail.com>\n"
9
  "Language: rm_SH\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
 
 
 
 
 
 
 
 
 
 
19
  #: contact_form.php:33
20
+ #: contact_form.php:659
21
  #, fuzzy
22
+ msgid "Contact Form Settings"
23
  msgstr "Opções do formulário de contato"
24
 
25
  #: contact_form.php:33
26
+ msgid "Contact Form"
 
 
 
 
 
27
  msgstr "Formulário de contato"
28
 
29
  #: contact_form.php:80
30
+ #: contact_form.php:977
31
+ #: contact_form.php:1007
32
  msgid "Name:"
33
  msgstr "Nome:"
34
 
35
  #: contact_form.php:81
36
+ #: contact_form.php:978
37
+ #: contact_form.php:1008
38
  #, fuzzy
39
  msgid "Address:"
40
  msgstr "Endereço de E-mail:"
41
 
42
  #: contact_form.php:82
43
+ #: contact_form.php:979
44
+ #: contact_form.php:1009
45
  msgid "Email Address:"
46
  msgstr "Endereço de E-mail:"
47
 
48
  #: contact_form.php:83
49
+ #: contact_form.php:980
50
+ #: contact_form.php:1010
51
  msgid "Phone number:"
52
  msgstr "Número de Telefone :"
53
 
54
  #: contact_form.php:84
55
+ #: contact_form.php:981
56
+ #: contact_form.php:1011
57
  msgid "Subject:"
58
  msgstr "Assunto:"
59
 
60
  #: contact_form.php:85
61
+ #: contact_form.php:982
62
+ #: contact_form.php:1012
63
  msgid "Message:"
64
  msgstr "Mensagem:"
65
 
66
  #: contact_form.php:86
67
+ #: contact_form.php:983
68
+ #: contact_form.php:1013
69
  msgid "Attachment:"
70
  msgstr "Anexo:"
71
 
74
  msgstr ""
75
 
76
  #: contact_form.php:88
77
+ #: contact_form.php:985
78
+ #: contact_form.php:1015
79
  msgid "Send me a copy"
80
  msgstr "Envie-me uma cópia"
81
 
82
  #: contact_form.php:89
83
+ #: contact_form.php:986
84
+ #: contact_form.php:1016
85
  msgid "Submit"
86
  msgstr "Enviar"
87
 
139
  msgid "Thank you for contacting us."
140
  msgstr "Obrigado por nos contactar"
141
 
142
+ #: contact_form.php:202
143
  #, fuzzy
144
  msgid "requires"
145
  msgstr "Campos obrigatórios"
146
 
147
+ #: contact_form.php:202
148
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
149
  msgstr ""
150
 
151
+ #: contact_form.php:202
152
  msgid "Back to the WordPress"
153
  msgstr ""
154
 
155
+ #: contact_form.php:202
156
  #, fuzzy
157
  msgid "Plugins page"
158
  msgstr "BWS Plugins"
159
 
160
+ #: contact_form.php:493
161
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
162
  msgstr "Se o 'Redirecionamento para a página' estiver selecionado, o campo URL deve estar no seguinte formato"
163
 
164
+ #: contact_form.php:502
165
  msgid "Such user does not exist. Settings are not saved."
166
  msgstr "O Utilizador não existe. Configurações não foram guardadas."
167
 
168
+ #: contact_form.php:506
169
+ #: contact_form.php:512
170
  #, fuzzy
171
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
172
  msgstr "Por favor digite o email corretamente. Configurações não foram salvas."
173
 
174
+ #: contact_form.php:517
175
  #, fuzzy
176
  msgid "Settings saved."
177
  msgstr "Opções guardadas."
178
 
179
+ #: contact_form.php:553
180
+ #: contact_form.php:592
181
+ msgid "Wrong license key"
182
+ msgstr ""
183
+
184
+ #: contact_form.php:585
185
+ msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
186
+ msgstr ""
187
+
188
+ #: contact_form.php:594
189
+ msgid "This license key is bind to another site"
190
+ msgstr ""
191
+
192
+ #: contact_form.php:596
193
+ #: contact_form.php:1382
194
+ msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
195
+ msgstr ""
196
+
197
+ #: contact_form.php:614
198
+ msgid "Failed to open the zip archive. Please, upload the plugin manually"
199
+ msgstr ""
200
+
201
+ #: contact_form.php:620
202
+ msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
203
+ msgstr ""
204
+
205
+ #: contact_form.php:624
206
+ #: contact_form.php:633
207
+ msgid "Failed to download the zip archive. Please, upload the plugin manually"
208
+ msgstr ""
209
+
210
+ #: contact_form.php:637
211
+ msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
212
+ msgstr ""
213
+
214
+ #: contact_form.php:652
215
+ #, fuzzy
216
+ msgid "Please, enter Your license key"
217
+ msgstr "Use este email:"
218
+
219
+ #: contact_form.php:661
220
  msgid "Notice:"
221
  msgstr ""
222
 
223
+ #: contact_form.php:661
224
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
225
  msgstr ""
226
 
227
+ #: contact_form.php:664
228
+ #: contact_form.php:1990
229
+ #: contact_form.php:2001
 
230
  msgid "Settings"
231
  msgstr "Configurações"
232
 
233
+ #: contact_form.php:665
 
234
  #, fuzzy
235
  msgid "Extra settings"
236
  msgstr "Configurações"
237
 
238
+ #: contact_form.php:666
239
+ msgid "Go PRO"
240
+ msgstr ""
241
+
242
+ #: contact_form.php:672
243
+ #: contact_form.php:1341
244
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
245
  msgstr "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:"
246
 
247
+ #: contact_form.php:672
248
+ #: contact_form.php:673
249
+ #: contact_form.php:1000
250
+ #: contact_form.php:1049
251
  msgid "or"
252
  msgstr ""
253
 
254
+ #: contact_form.php:673
255
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
256
  msgstr ""
257
 
258
+ #: contact_form.php:674
259
  msgid "They work the same way."
260
  msgstr ""
261
 
262
+ #: contact_form.php:675
263
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
264
  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."
265
 
266
+ #: contact_form.php:679
267
  msgid "The user's email address:"
268
  msgstr "Use o email de um utilizador do wordpress:"
269
 
270
+ #: contact_form.php:683
271
  msgid "Create a username"
272
  msgstr "Selecione o nome do utilizador"
273
 
274
+ #: contact_form.php:688
275
  msgid "Enter a username of the person who should get the messages from the contact form."
276
  msgstr "Determine um nome de utilizador que receberá as mensagens enviadas pelo Formulário de Contato."
277
 
278
+ #: contact_form.php:692
279
  msgid "Use this email address:"
280
  msgstr "Use este email:"
281
 
282
+ #: contact_form.php:695
283
  msgid "Enter the email address you want the messages forwarded to."
284
  msgstr "Configure um endereço de email que será usado para o recebimento de mensagens."
285
 
286
+ #: contact_form.php:701
287
  msgid "Add department selectbox to the contact form:"
288
  msgstr ""
289
 
290
+ #: contact_form.php:709
291
+ #: contact_form.php:1236
292
  msgid "If you upgrade to Pro version all your settings will be saved."
293
  msgstr ""
294
 
295
+ #: contact_form.php:714
296
+ #: contact_form.php:851
297
+ #: contact_form.php:922
298
+ #: contact_form.php:1086
299
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
300
  msgstr ""
301
 
302
+ #: contact_form.php:715
303
+ #: contact_form.php:852
304
+ #: contact_form.php:923
305
+ #: contact_form.php:1087
306
+ #, fuzzy
307
+ msgid "Contact Form Pro"
308
+ msgstr "Formulário de contato"
309
+
310
+ #: contact_form.php:721
311
  msgid "Save emails to the database"
312
  msgstr ""
313
 
314
+ #: contact_form.php:731
315
+ msgid "Using"
316
+ msgstr ""
317
+
318
+ #: contact_form.php:731
319
+ #: contact_form.php:900
320
+ #: contact_form.php:903
321
+ #: contact_form.php:907
322
+ msgid "powered by"
323
+ msgstr ""
324
+
325
+ #: contact_form.php:734
326
+ #: contact_form.php:738
327
  msgid "Using Contact Form to DB powered by"
328
  msgstr ""
329
 
330
+ #: contact_form.php:734
331
  #, fuzzy
332
  msgid "Activate Contact Form to DB"
333
  msgstr "Formulário de contato"
334
 
335
+ #: contact_form.php:738
336
  #, fuzzy
337
  msgid "Download Contact Form to DB"
338
  msgstr "Formulário de contato"
339
 
340
+ #: contact_form.php:743
341
  msgid "Additional options"
342
  msgstr "Opções adicionais"
343
 
344
+ #: contact_form.php:745
345
  msgid "Show"
346
  msgstr ""
347
 
348
+ #: contact_form.php:746
349
  msgid "Hide"
350
  msgstr ""
351
 
352
+ #: contact_form.php:750
353
  msgid "What to use?"
354
  msgstr "O que usar?"
355
 
356
+ #: contact_form.php:753
357
  msgid "Wp-mail"
358
  msgstr "Wp-mail"
359
 
360
+ #: contact_form.php:753
361
  msgid "You can use the wp_mail function for mailing"
362
  msgstr "Pode usar a função wp_mail para emailing"
363
 
364
+ #: contact_form.php:755
365
  msgid "Mail"
366
  msgstr "Mail"
367
 
368
+ #: contact_form.php:755
369
  msgid "To send mail you can use the php mail function"
370
  msgstr "Para o envio de email pode usar a função de email existente no core do php"
371
 
372
+ #: contact_form.php:759
373
  #, fuzzy
374
  msgid "The text in the 'From' field"
375
  msgstr "Mudar rótulo para os campos no formulário de contato"
376
 
377
+ #: contact_form.php:761
378
  msgid "User name"
379
  msgstr ""
380
 
381
+ #: contact_form.php:762
382
  #, fuzzy
383
  msgid "The name of the user who fills the form will be used in the field 'From'."
384
  msgstr "O endereço de e-mail do utilizador que preenche o formulário vai ser usado no campo 'De'."
385
 
386
+ #: contact_form.php:765
387
  #, fuzzy
388
  msgid "This text will be used in the 'FROM' field"
389
  msgstr "Este endereço de e-mail será usado no campo 'De'."
390
 
391
+ #: contact_form.php:769
392
  #, fuzzy
393
  msgid "The email address in the 'From' field"
394
  msgstr "Insira o email no campo 'Form'"
395
 
396
+ #: contact_form.php:771
397
  msgid "User email"
398
  msgstr ""
399
 
400
+ #: contact_form.php:772
401
  #, fuzzy
402
  msgid "The email address of the user who fills the form will be used in the field 'From'."
403
  msgstr "O endereço de e-mail do utilizador que preenche o formulário vai ser usado no campo 'De'."
404
 
405
+ #: contact_form.php:775
406
  msgid "This email address will be used in the 'From' field."
407
  msgstr "Este endereço de e-mail será usado no campo 'De'."
408
 
409
+ #: contact_form.php:779
410
  #, fuzzy
411
  msgid "Required symbol"
412
  msgstr "Campos obrigatórios"
413
 
414
+ #: contact_form.php:789
415
  msgid "Fields"
416
  msgstr ""
417
 
418
+ #: contact_form.php:790
419
  msgid "Used"
420
  msgstr ""
421
 
422
+ #: contact_form.php:791
423
  #, fuzzy
424
  msgid "Required"
425
  msgstr "Campos obrigatórios"
426
 
427
+ #: contact_form.php:792
428
  msgid "Visible"
429
  msgstr ""
430
 
431
+ #: contact_form.php:793
432
  msgid "Disabled for editing"
433
  msgstr ""
434
 
435
+ #: contact_form.php:794
436
  msgid "Field's default value"
437
  msgstr ""
438
 
439
+ #: contact_form.php:799
440
+ #: contact_form.php:1111
441
+ #: contact_form.php:1831
442
+ #: contact_form.php:1861
443
  msgid "Name"
444
  msgstr "Nome"
445
 
446
+ #: contact_form.php:807
447
+ #: contact_form.php:1116
448
+ #: contact_form.php:1835
449
+ #: contact_form.php:1863
450
  #, fuzzy
451
  msgid "Address"
452
  msgstr "Endereço de E-mail:"
453
 
454
+ #: contact_form.php:815
455
  #, fuzzy
456
  msgid "Email Address"
457
  msgstr "Endereço de E-mail:"
458
 
459
+ #: contact_form.php:823
460
  #, fuzzy
461
  msgid "Phone number"
462
  msgstr "Número de Telefone :"
463
 
464
+ #: contact_form.php:831
465
+ #: contact_form.php:1131
466
+ #: contact_form.php:1845
467
+ #: contact_form.php:1867
468
  msgid "Subject"
469
  msgstr "Assunto"
470
 
471
+ #: contact_form.php:839
472
+ #: contact_form.php:1135
473
+ #: contact_form.php:1848
474
+ #: contact_form.php:1868
475
  msgid "Message"
476
  msgstr "Mensagem"
477
 
478
+ #: contact_form.php:857
479
  #, fuzzy
480
  msgid "Attachment block"
481
  msgstr "Mostrar opção para anexar arquivos"
482
 
483
+ #: contact_form.php:859
484
  msgid "Users can attach the following file formats"
485
  msgstr "Utilizadores podem anexar arquivos do seguinte tipo:"
486
 
487
+ #: contact_form.php:873
488
  msgid "Add to the form"
489
  msgstr ""
490
 
491
+ #: contact_form.php:878
492
  #, fuzzy
493
  msgid "Tips below the Attachment"
494
  msgstr "Mostrar dicas para anexar arquivos"
495
 
496
+ #: contact_form.php:887
497
  #, fuzzy
498
  msgid "'Send me a copy' block"
499
  msgstr "Mostrar a opção Envie-me um cópia"
500
 
501
+ #: contact_form.php:900
502
+ #: contact_form.php:903
503
+ #: contact_form.php:907
504
+ #: contact_form.php:1145
505
  msgid "Captcha"
506
  msgstr ""
507
 
508
+ #: contact_form.php:903
 
 
 
 
 
 
509
  #, fuzzy
510
  msgid "Activate captcha"
511
  msgstr "Plugins ativados"
512
 
513
+ #: contact_form.php:907
514
  #, fuzzy
515
  msgid "Download captcha"
516
  msgstr "Baixar"
517
 
518
+ #: contact_form.php:915
519
  msgid "Agreement checkbox"
520
  msgstr ""
521
 
522
+ #: contact_form.php:915
523
  msgid "Required checkbox for submitting the form"
524
  msgstr ""
525
 
526
+ #: contact_form.php:916
527
  msgid "Optional checkbox"
528
  msgstr ""
529
 
530
+ #: contact_form.php:916
531
  msgid "Optional checkbox, the results of which will be displayed in email"
532
  msgstr ""
533
 
534
+ #: contact_form.php:927
535
  msgid "Delete an attachment file from the server after the email is sent"
536
  msgstr ""
537
 
538
+ #: contact_form.php:933
539
  msgid "Email in HTML format sending"
540
  msgstr ""
541
 
542
+ #: contact_form.php:937
543
  #, fuzzy
544
  msgid "Display additional info in the email"
545
  msgstr "Mostrar informações adicionais no e-mail"
546
 
547
+ #: contact_form.php:942
548
+ #: contact_form.php:1798
549
+ #: contact_form.php:1800
550
  msgid "Sent from (ip address)"
551
  msgstr "Enviado de (Endereço IP)"
552
 
553
+ #: contact_form.php:942
554
  #, fuzzy
555
  msgid "Example: Sent from (IP address):\t127.0.0.1"
556
  msgstr "Enviado de (Endereço IP)"
557
 
558
+ #: contact_form.php:943
559
+ #: contact_form.php:1804
560
+ #: contact_form.php:1806
561
  msgid "Date/Time"
562
  msgstr "Data / Hora"
563
 
564
+ #: contact_form.php:943
565
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
566
  msgstr ""
567
 
568
+ #: contact_form.php:944
569
+ #: contact_form.php:1810
570
+ #: contact_form.php:1812
571
  msgid "Sent from (referer)"
572
  msgstr "Vindo de (origem)"
573
 
574
+ #: contact_form.php:944
575
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
576
  msgstr ""
577
 
578
+ #: contact_form.php:945
579
+ #: contact_form.php:1816
580
+ #: contact_form.php:1818
581
  msgid "Using (user agent)"
582
  msgstr "Usando (cliente de email)"
583
 
584
+ #: contact_form.php:945
585
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
586
  msgstr ""
587
 
588
+ #: contact_form.php:949
589
  msgid "Language settings for the field names in the form"
590
  msgstr "Configurações de idioma para os nomes dos campos do formulário"
591
 
592
+ #: contact_form.php:958
593
  #, fuzzy
594
  msgid "Add a language"
595
  msgstr "Adicionar idioma"
596
 
597
+ #: contact_form.php:962
598
  #, fuzzy
599
  msgid "Change the names of the contact form fields and error messages"
600
  msgstr "Mudar rótulo para os campos no formulário de contato"
601
 
602
+ #: contact_form.php:967
603
+ #: contact_form.php:1040
604
  msgid "English"
605
  msgstr "Inglês"
606
 
607
+ #: contact_form.php:975
608
+ #: contact_form.php:1005
609
+ msgid "click to expand/hide the list"
610
+ msgstr ""
611
+
612
+ #: contact_form.php:984
613
+ #: contact_form.php:1014
614
  #, fuzzy
615
  msgid "Tips below the Attachment block"
616
  msgstr "Mostrar dicas para anexar arquivos"
617
 
618
+ #: contact_form.php:987
619
+ #: contact_form.php:1017
620
  msgid "Error message for the Name field"
621
  msgstr "Mensagem de erro para o campo Nome"
622
 
623
+ #: contact_form.php:988
624
+ #: contact_form.php:1018
625
  #, fuzzy
626
  msgid "Error message for the Address field"
627
  msgstr "Mensagem de erro para o campo Mensagem"
628
 
629
+ #: contact_form.php:989
630
+ #: contact_form.php:1019
631
  msgid "Error message for the Email field"
632
  msgstr "Mensagem de erro para o campo de E-mail"
633
 
634
+ #: contact_form.php:990
635
+ #: contact_form.php:1020
636
  msgid "Error message for the Phone field"
637
  msgstr "Mensagem de erro para o campo de Telefone"
638
 
639
+ #: contact_form.php:991
640
+ #: contact_form.php:1021
641
  msgid "Error message for the Subject field"
642
  msgstr "Mensagem de erro para o campo Assunto"
643
 
644
+ #: contact_form.php:992
645
+ #: contact_form.php:1022
646
  msgid "Error message for the Message field"
647
  msgstr "Mensagem de erro para o campo Mensagem"
648
 
649
+ #: contact_form.php:993
650
+ #: contact_form.php:1023
651
  #, fuzzy
652
  msgid "Error message about the file type for the Attachment field"
653
  msgstr "Mensagem de erro para o campo Anexos"
654
 
655
+ #: contact_form.php:994
656
+ #: contact_form.php:1024
657
  #, fuzzy
658
  msgid "Error message while uploading a file for the Attachment field to the server"
659
  msgstr "Mensagem de erro para o campo Anexos"
660
 
661
+ #: contact_form.php:995
662
+ #: contact_form.php:1025
663
  #, fuzzy
664
  msgid "Error message while moving the file for the Attachment field"
665
  msgstr "Mensagem de erro para o campo Anexos"
666
 
667
+ #: contact_form.php:996
668
+ #: contact_form.php:1026
669
  #, fuzzy
670
  msgid "Error message when file size limit for the Attachment field is exceeded"
671
  msgstr "Mensagem de erro para o campo Anexos"
672
 
673
+ #: contact_form.php:997
674
+ #: contact_form.php:1027
675
  msgid "Error message for the Captcha field"
676
  msgstr "Mensagem de erro para o controlo Captcha"
677
 
678
+ #: contact_form.php:998
679
+ #: contact_form.php:1028
680
  msgid "Error message for the whole form"
681
  msgstr "Mensagem de erro para todo o formulário"
682
 
683
+ #: contact_form.php:1000
684
+ #: contact_form.php:1030
685
+ #: contact_form.php:1049
686
+ #: contact_form.php:1055
687
  msgid "Use shortcode"
688
  msgstr "usar código abreviado"
689
 
690
+ #: contact_form.php:1000
691
+ #: contact_form.php:1030
692
+ #: contact_form.php:1049
693
+ #: contact_form.php:1055
694
  msgid "for this language"
695
  msgstr "para este idioma"
696
 
697
+ #: contact_form.php:1037
698
  msgid "Action after email is sent"
699
  msgstr "Ação após envio de email"
700
 
701
+ #: contact_form.php:1039
702
  #, fuzzy
703
  msgid "Display text"
704
  msgstr "Mostrar opção para anexar arquivos"
705
 
706
+ #: contact_form.php:1048
707
+ #: contact_form.php:1054
708
  msgid "Text"
709
  msgstr "Texto"
710
 
711
+ #: contact_form.php:1061
712
  msgid "Redirect to the page"
713
  msgstr "Redirecionamento para a página"
714
 
715
+ #: contact_form.php:1062
716
  msgid "Url"
717
  msgstr "Url"
718
 
719
+ #: contact_form.php:1067
720
+ #: contact_form.php:1242
721
  msgid "Save Changes"
722
  msgstr "Salvar mudanças"
723
 
724
+ #: contact_form.php:1072
725
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
726
  msgstr ""
727
 
728
+ #: contact_form.php:1073
729
  #, fuzzy
730
  msgid "Rate the plugin"
731
  msgstr "Plugins recomendados"
732
 
733
+ #: contact_form.php:1076
734
  #, fuzzy
735
  msgid "If there is something wrong about it, please contact us"
736
  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. "
737
 
738
+ #: contact_form.php:1091
 
 
 
 
 
739
  msgid "Errors output"
740
  msgstr ""
741
 
742
+ #: contact_form.php:1094
743
  msgid "Display error messages"
744
  msgstr ""
745
 
746
+ #: contact_form.php:1095
747
  msgid "Color of the input field errors."
748
  msgstr ""
749
 
750
+ #: contact_form.php:1096
751
  #, fuzzy
752
  msgid "Display error messages & color of the input field errors"
753
  msgstr "Mensagem de erro para o campo Assunto"
754
 
755
+ #: contact_form.php:1101
756
  msgid "Add placeholder to the input blocks"
757
  msgstr ""
758
 
759
+ #: contact_form.php:1107
760
  #, fuzzy
761
  msgid "Add tooltips"
762
  msgstr "Opções adicionais"
763
 
764
+ #: contact_form.php:1121
765
  #, fuzzy
766
  msgid "Email address"
767
  msgstr "Endereço de E-mail:"
768
 
769
+ #: contact_form.php:1126
770
  #, fuzzy
771
  msgid "Phone Number"
772
  msgstr "Número de Telefone :"
773
 
774
+ #: contact_form.php:1140
775
  #, fuzzy
776
  msgid "Attachment"
777
  msgstr "Anexo:"
778
 
779
+ #: contact_form.php:1145
780
  msgid "(powered by bestwebsoft.com)"
781
  msgstr ""
782
 
783
+ #: contact_form.php:1150
784
  #, fuzzy
785
  msgid "Style options"
786
  msgstr "Opções adicionais"
787
 
788
+ #: contact_form.php:1153
789
  msgid "Text color"
790
  msgstr ""
791
 
792
+ #: contact_form.php:1156
793
+ #: contact_form.php:1161
794
+ #: contact_form.php:1171
795
+ #: contact_form.php:1176
796
+ #: contact_form.php:1181
797
+ #: contact_form.php:1186
798
+ #: contact_form.php:1196
799
+ #: contact_form.php:1201
800
+ #: contact_form.php:1207
801
+ #: contact_form.php:1218
802
+ #: contact_form.php:1223
803
+ #: contact_form.php:1228
804
  msgid "Default"
805
  msgstr ""
806
 
807
+ #: contact_form.php:1158
808
  msgid "Label text color"
809
  msgstr ""
810
 
811
+ #: contact_form.php:1163
812
  msgid "Placeholder color"
813
  msgstr ""
814
 
815
+ #: contact_form.php:1168
816
  msgid "Errors color"
817
  msgstr ""
818
 
819
+ #: contact_form.php:1173
820
  msgid "Error text color"
821
  msgstr ""
822
 
823
+ #: contact_form.php:1178
824
  msgid "Background color of the input field errors"
825
  msgstr ""
826
 
827
+ #: contact_form.php:1183
828
  msgid "Border color of the input field errors"
829
  msgstr ""
830
 
831
+ #: contact_form.php:1188
832
  msgid "Placeholder color of the input field errors"
833
  msgstr ""
834
 
835
+ #: contact_form.php:1193
836
  #, fuzzy
837
  msgid "Input fields"
838
  msgstr "Mostrar opção para anexar arquivos"
839
 
840
+ #: contact_form.php:1198
841
  msgid "Input fields background color"
842
  msgstr ""
843
 
844
+ #: contact_form.php:1203
845
  msgid "Text fields color"
846
  msgstr ""
847
 
848
+ #: contact_form.php:1205
849
  msgid "Border width in px, numbers only"
850
  msgstr ""
851
 
852
+ #: contact_form.php:1209
853
+ #: contact_form.php:1230
854
  msgid "Border color"
855
  msgstr ""
856
 
857
+ #: contact_form.php:1214
858
  #, fuzzy
859
  msgid "Submit button"
860
  msgstr "Enviar"
861
 
862
+ #: contact_form.php:1216
863
  msgid "Width in px, numbers only"
864
  msgstr ""
865
 
866
+ #: contact_form.php:1220
867
  msgid "Button color"
868
  msgstr ""
869
 
870
+ #: contact_form.php:1225
871
  msgid "Button text color"
872
  msgstr ""
873
 
874
+ #: contact_form.php:1246
875
  #, fuzzy
876
  msgid "Contact Form Pro | Preview"
877
  msgstr "Formulário de contato"
878
 
879
+ #: contact_form.php:1249
880
  msgid "Show with errors"
881
  msgstr ""
882
 
883
+ #: contact_form.php:1257
884
+ #: contact_form.php:1259
885
  msgid "Please enter your full name..."
886
  msgstr ""
887
 
888
+ #: contact_form.php:1270
889
+ #: contact_form.php:1272
890
  msgid "Please enter your address..."
891
  msgstr ""
892
 
893
+ #: contact_form.php:1281
894
+ #: contact_form.php:1283
895
  #, fuzzy
896
  msgid "Please enter your email address..."
897
  msgstr "Use este email:"
898
 
899
+ #: contact_form.php:1292
900
+ #: contact_form.php:1294
901
  msgid "Please enter your phone number..."
902
  msgstr ""
903
 
904
+ #: contact_form.php:1303
905
+ #: contact_form.php:1305
906
  msgid "Please enter subject..."
907
  msgstr ""
908
 
909
+ #: contact_form.php:1313
910
+ #: contact_form.php:1315
911
  msgid "Please enter your message..."
912
  msgstr ""
913
 
914
+ #: contact_form.php:1357
915
+ msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
916
+ msgstr ""
917
+
918
+ #: contact_form.php:1359
919
+ msgid "Please, go to"
920
+ msgstr ""
921
+
922
+ #: contact_form.php:1359
923
+ #, fuzzy
924
+ msgid "the setting page"
925
+ msgstr "Configurações"
926
+
927
+ #: contact_form.php:1360
928
+ msgid "You will be redirected automatically in 5 seconds."
929
+ msgstr ""
930
+
931
+ #: contact_form.php:1365
932
+ msgid "You can download and activate"
933
+ msgstr ""
934
+
935
+ #: contact_form.php:1367
936
+ msgid "version of this plugin by entering Your license key."
937
+ msgstr ""
938
+
939
+ #: contact_form.php:1369
940
+ msgid "You can find your license key on your personal page Client area, by clicking on the link"
941
+ msgstr ""
942
+
943
+ #: contact_form.php:1371
944
+ msgid "(your username is the email you specify when purchasing the product)."
945
+ msgstr ""
946
+
947
+ #: contact_form.php:1379
948
+ #: contact_form.php:1389
949
+ msgid "Go!"
950
+ msgstr ""
951
+
952
+ #: contact_form.php:1439
953
  msgid "Sorry, email message could not be delivered."
954
  msgstr "Desculpe, seu e-mail não pode ser entregue."
955
 
956
+ #: contact_form.php:1825
957
  msgid "Contact from"
958
  msgstr "Formulário de Contato"
959
 
960
+ #: contact_form.php:1838
961
+ #: contact_form.php:1864
962
  msgid "Email"
963
  msgstr "E-Mail"
964
 
965
+ #: contact_form.php:1842
966
+ #: contact_form.php:1866
967
  msgid "Phone"
968
  msgstr "Telefone"
969
 
970
+ #: contact_form.php:1851
971
+ #: contact_form.php:1869
972
  msgid "Site"
973
  msgstr "Site"
974
 
975
+ #: contact_form.php:1932
976
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
977
  msgstr "Se você consegue ver esta MENSAGEM então seu cliente não aceita tipos MIME! Favor usar um cliente mais atualizado."
978
 
979
+ #: contact_form.php:2002
980
  msgid "FAQ"
981
  msgstr "Perguntas Frequentes"
982
 
983
+ #: contact_form.php:2003
984
  msgid "Support"
985
  msgstr "Suporte"
986
 
987
+ #: contact_form.php:2061
988
  msgid "Are you sure that you want to delete this language data?"
989
  msgstr "Tem certeza que você deseja excluir os dados deste idioma?"
990
 
991
+ #, fuzzy
992
+ #~ msgid "Contact Form Pro Extra Settings"
993
+ #~ msgstr "Opções do formulário de contato"
994
+
995
+ #, fuzzy
996
+ #~ msgid "Contact Form Pro | Extra Settings"
997
+ #~ msgstr "Opções do formulário de contato"
998
+
999
  #, fuzzy
1000
  #~ msgid "Display fields"
1001
  #~ msgstr "Mostrar opção para anexar arquivos"
languages/contact_form-ru_RU.mo CHANGED
Binary file
languages/contact_form-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-12-17 16:52+0300\n"
6
- "PO-Revision-Date: 2014-01-16 17:02+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
@@ -16,66 +16,70 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:32 contact_form.php:538
 
20
  msgid "Contact Form Settings"
21
  msgstr "Настройки Contact Form"
22
 
23
- #: contact_form.php:32
24
  msgid "Contact Form"
25
  msgstr "Contact Form"
26
 
27
- #: contact_form.php:33
28
- msgid "Contact Form Pro Extra Settings"
29
- msgstr "Экстра Настройки Contact Form"
30
-
31
- #: contact_form.php:33 contact_form.php:592 contact_form.php:729
32
- #: contact_form.php:800 contact_form.php:982
33
- msgid "Contact Form Pro"
34
- msgstr "Contact Form Pro"
35
-
36
- #: contact_form.php:80 contact_form.php:854 contact_form.php:884
37
  msgid "Name:"
38
  msgstr "Имя:"
39
 
40
- #: contact_form.php:81 contact_form.php:855 contact_form.php:885
 
 
41
  msgid "Address:"
42
  msgstr "Адрес:"
43
 
44
- #: contact_form.php:82 contact_form.php:856 contact_form.php:886
 
 
45
  msgid "Email Address:"
46
  msgstr "E-mail адрес:"
47
 
48
- #: contact_form.php:83 contact_form.php:857 contact_form.php:887
 
 
49
  msgid "Phone number:"
50
  msgstr "Телефон:"
51
 
52
- #: contact_form.php:84 contact_form.php:858 contact_form.php:888
 
 
53
  msgid "Subject:"
54
  msgstr "Тема:"
55
 
56
- #: contact_form.php:85 contact_form.php:859 contact_form.php:889
 
 
57
  msgid "Message:"
58
  msgstr "Сообщение:"
59
 
60
- #: contact_form.php:86 contact_form.php:860 contact_form.php:890
 
 
61
  msgid "Attachment:"
62
  msgstr "Прикрепить файл:"
63
 
64
  #: contact_form.php:87
65
- msgid ""
66
- "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
67
- "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
68
- "2MB"
69
- msgstr ""
70
- "Поддерживаемые типы файлов: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, "
71
- "AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Максимальный "
72
- "размер файла: 2 МБ"
73
 
74
- #: contact_form.php:88 contact_form.php:862 contact_form.php:892
 
 
75
  msgid "Send me a copy"
76
  msgstr "Отправить мне копию"
77
 
78
- #: contact_form.php:89 contact_form.php:863 contact_form.php:893
 
 
79
  msgid "Submit"
80
  msgstr "Отправить"
81
 
@@ -125,711 +129,819 @@ msgstr "Пожалуйста, заполните CAPTCHA."
125
 
126
  #: contact_form.php:101
127
  msgid "Please make corrections below and try again."
128
- msgstr ""
129
- "Пожалуйста, сделайте исправления в отмеченных полях ниже и повторите попытку."
130
 
131
  #: contact_form.php:103
132
  msgid "Thank you for contacting us."
133
  msgstr "Спасибо за контакт с нами."
134
 
135
- #: contact_form.php:203
136
  msgid "requires"
137
  msgstr "требует"
138
 
139
- #: contact_form.php:203
140
- msgid ""
141
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
142
- "try again."
143
- msgstr ""
144
- "или выше, поэтому плагин был деактивирован! Пожалуйста обновите WordPress и "
145
- "попробуйте снова."
146
 
147
- #: contact_form.php:203
148
  msgid "Back to the WordPress"
149
  msgstr "Вернуться к WordPress"
150
 
151
- #: contact_form.php:203
152
  msgid "Plugins page"
153
  msgstr "Странице плагинов"
154
 
155
- #: contact_form.php:494
156
- msgid ""
157
- "If the 'Redirect to page' option is selected then the URL field should be in "
158
- "the following format"
159
- msgstr ""
160
- "Если опция 'Перейти на страницу \"выбран, то Урл поле должно быть заполнено "
161
- "в следующем формате"
162
 
163
- #: contact_form.php:503
164
  msgid "Such user does not exist. Settings are not saved."
165
  msgstr "Данный пользователь не найден. Настройки не сохранены"
166
 
167
- #: contact_form.php:507 contact_form.php:513
168
- msgid ""
169
- "Please enter a valid email address in the 'FROM' field. Settings are not "
170
- "saved."
171
- msgstr ""
172
- "Пожалуйста, введите корректный email для поля 'FROM'. Настройки не сохранены."
173
 
174
- #: contact_form.php:518
175
  msgid "Settings saved."
176
  msgstr "Опции сохранены."
177
 
178
- #: contact_form.php:540
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
179
  msgid "Notice:"
180
  msgstr "Обратите внимание:"
181
 
182
- #: contact_form.php:540
183
- msgid ""
184
- "The plugin's settings have been changed. In order to save them please don't "
185
- "forget to click the 'Save Changes' button."
186
- msgstr ""
187
- "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, "
188
- "не забудьте нажать кнопку 'Сохранить изменения'."
189
 
190
- #: contact_form.php:543 contact_form.php:973 contact_form.php:1838
191
- #: contact_form.php:1849
 
192
  msgid "Settings"
193
  msgstr "Настройки"
194
 
195
- #: contact_form.php:544 contact_form.php:974
196
  msgid "Extra settings"
197
  msgstr "Экстра Настройки"
198
 
199
- #: contact_form.php:549 contact_form.php:1236
200
- msgid ""
201
- "If you would like to add the Contact Form to your website, just copy and "
202
- "paste this shortcode to your post or page or widget:"
203
- msgstr ""
204
- "Если вы хотите добавить контактную форму на свой сайт, вам надо только "
205
- "скопировать и вставить шорткод в контент страницы или поста или виджета:"
206
-
207
- #: contact_form.php:549 contact_form.php:550 contact_form.php:877
208
- #: contact_form.php:926
 
 
 
209
  msgid "or"
210
  msgstr "или"
211
 
212
- #: contact_form.php:550
213
- msgid ""
214
- "If have any problems with the standard shortcode [contact_form], you should "
215
- "use the shortcode"
216
- msgstr ""
217
- "Если у вас возникают проблемы с использованием стандартного шорткода "
218
- "[contact_form], то используйте шортокод"
219
 
220
- #: contact_form.php:551
221
  msgid "They work the same way."
222
  msgstr "Шорткоды работают одинаково."
223
 
224
- #: contact_form.php:552
225
- msgid ""
226
- "If you leave the fields empty, the messages will be sent to the email "
227
- "address specified during registration."
228
- msgstr ""
229
- "Если информация в полях ниже отсутствует, соощения будут оправлены на email "
230
- "адрес, который был указан при регистрации сайта."
231
 
232
- #: contact_form.php:556
233
  msgid "The user's email address:"
234
  msgstr "Email пользователя сайта:"
235
 
236
- #: contact_form.php:560
237
  msgid "Create a username"
238
  msgstr "Выберите имя пользователя"
239
 
240
- #: contact_form.php:565
241
- msgid ""
242
- "Enter a username of the person who should get the messages from the contact "
243
- "form."
244
- msgstr ""
245
- "Укажите логин пользователя, который будет получать сообщения контактной "
246
- "формы."
247
 
248
- #: contact_form.php:569
249
  msgid "Use this email address:"
250
  msgstr "Использовать этот email:"
251
 
252
- #: contact_form.php:572
253
  msgid "Enter the email address you want the messages forwarded to."
254
  msgstr "Укажите email адрес, на который будут отправляться сообщения."
255
 
256
- #: contact_form.php:578
257
  msgid "Add department selectbox to the contact form:"
258
  msgstr "Добавить выбор отдела в контактную форму:"
259
 
260
- #: contact_form.php:586 contact_form.php:1131
 
261
  msgid "If you upgrade to Pro version all your settings will be saved."
262
  msgstr "При установке Pro версии плагина, все ваши настройки сохраняются."
263
 
264
- #: contact_form.php:591 contact_form.php:728 contact_form.php:799
265
- #: contact_form.php:981
266
- msgid ""
267
- "This functionality is available in the Pro version of the plugin. For more "
268
- "details, please follow the link"
269
- msgstr ""
270
- "Данный функционал доступен в Pro версии плагина. Для детальной информации "
271
- "перейдите по ссылке"
 
 
 
 
 
272
 
273
- #: contact_form.php:598
274
  msgid "Save emails to the database"
275
  msgstr "Сохранять email в базу данных"
276
 
277
- #: contact_form.php:608 contact_form.php:611 contact_form.php:615
 
 
 
 
 
 
 
 
 
 
 
 
278
  msgid "Using Contact Form to DB powered by"
279
  msgstr "Используя Contact Form to DB, разработанный компанией"
280
 
281
- #: contact_form.php:611
282
  msgid "Activate Contact Form to DB"
283
  msgstr "Активировать Contact Form to DB"
284
 
285
- #: contact_form.php:615
286
  msgid "Download Contact Form to DB"
287
  msgstr "Загрузить Contact Form to DB"
288
 
289
- #: contact_form.php:620
290
  msgid "Additional options"
291
  msgstr "Дополнительные настройки"
292
 
293
- #: contact_form.php:622
294
  msgid "Show"
295
  msgstr "Отобразить"
296
 
297
- #: contact_form.php:623
298
  msgid "Hide"
299
  msgstr "Скрыть"
300
 
301
- #: contact_form.php:627
302
  msgid "What to use?"
303
  msgstr "Что использовать?"
304
 
305
- #: contact_form.php:630
306
  msgid "Wp-mail"
307
  msgstr "Wp-mail"
308
 
309
- #: contact_form.php:630
310
  msgid "You can use the wp_mail function for mailing"
311
  msgstr "Для отправки почты вы можете использовать функцию WordPress wp_mail"
312
 
313
- #: contact_form.php:632
314
  msgid "Mail"
315
  msgstr "Mail"
316
 
317
- #: contact_form.php:632
318
  msgid "To send mail you can use the php mail function"
319
  msgstr "Для отправки почты вы можете использовать функцию php mail"
320
 
321
- #: contact_form.php:636
322
  msgid "The text in the 'From' field"
323
  msgstr "Tекст для поля ОТ в письме"
324
 
325
- #: contact_form.php:638
326
  msgid "User name"
327
  msgstr "Имя пользователя"
328
 
329
- #: contact_form.php:639
330
- msgid ""
331
- "The name of the user who fills the form will be used in the field 'From'."
332
- msgstr ""
333
- "В поле \"From\" в письме будет использоваться имя того пользователя, который "
334
- "заполняет форму."
335
 
336
- #: contact_form.php:642
337
  msgid "This text will be used in the 'FROM' field"
338
  msgstr "В поле \"From\" в письме будет использоваться данный текст"
339
 
340
- #: contact_form.php:646
341
  msgid "The email address in the 'From' field"
342
  msgstr "Выберите email для поля 'FROM' письма"
343
 
344
- #: contact_form.php:648
345
  msgid "User email"
346
  msgstr "Email"
347
 
348
- #: contact_form.php:649
349
- msgid ""
350
- "The email address of the user who fills the form will be used in the field "
351
- "'From'."
352
- msgstr ""
353
- "В поле \"From\" в письме будет использоваться электронная почта того "
354
- "пользователя, который заполняет форму."
355
 
356
- #: contact_form.php:652
357
  msgid "This email address will be used in the 'From' field."
358
- msgstr ""
359
- "В поле \"From\" в письме будет использоваться данная электронная почта."
360
 
361
- #: contact_form.php:656
362
  msgid "Required symbol"
363
  msgstr "Символ, отображающий обязательное поле"
364
 
365
- #: contact_form.php:666
366
  msgid "Fields"
367
  msgstr "Поля"
368
 
369
- #: contact_form.php:667
370
  msgid "Used"
371
  msgstr "Используется"
372
 
373
- #: contact_form.php:668
374
  msgid "Required"
375
  msgstr "Обязательные"
376
 
377
- #: contact_form.php:669
378
  msgid "Visible"
379
  msgstr "Видимое"
380
 
381
- #: contact_form.php:670
382
  msgid "Disabled for editing"
383
  msgstr "Нет возможности редактировать"
384
 
385
- #: contact_form.php:671
386
  msgid "Field's default value"
387
  msgstr "Значение по умолчанию"
388
 
389
- #: contact_form.php:676 contact_form.php:1006 contact_form.php:1679
390
- #: contact_form.php:1709
 
 
391
  msgid "Name"
392
  msgstr "Имя"
393
 
394
- #: contact_form.php:684 contact_form.php:1011 contact_form.php:1683
395
- #: contact_form.php:1711
 
 
396
  msgid "Address"
397
  msgstr "Адрес"
398
 
399
- #: contact_form.php:692
400
  msgid "Email Address"
401
  msgstr "Email адрес"
402
 
403
- #: contact_form.php:700
404
  msgid "Phone number"
405
  msgstr "Телефон"
406
 
407
- #: contact_form.php:708 contact_form.php:1026 contact_form.php:1693
408
- #: contact_form.php:1715
 
 
409
  msgid "Subject"
410
  msgstr "Тема"
411
 
412
- #: contact_form.php:716 contact_form.php:1030 contact_form.php:1696
413
- #: contact_form.php:1716
 
 
414
  msgid "Message"
415
  msgstr "Сообщение"
416
 
417
- #: contact_form.php:734
418
  msgid "Attachment block"
419
  msgstr "Блок Прикрепить файл"
420
 
421
- #: contact_form.php:736
422
  msgid "Users can attach the following file formats"
423
  msgstr "Пользователи могут прикрепить файлы таких типов"
424
 
425
- #: contact_form.php:750
426
  msgid "Add to the form"
427
  msgstr "Добавить в форму"
428
 
429
- #: contact_form.php:755
430
  msgid "Tips below the Attachment"
431
  msgstr "Пояснения после блока \"Прикрепить файл\""
432
 
433
- #: contact_form.php:764
434
  msgid "'Send me a copy' block"
435
  msgstr "Блок 'Отправить мне копию'"
436
 
437
- #: contact_form.php:777 contact_form.php:780 contact_form.php:784
438
- #: contact_form.php:1040
 
 
439
  msgid "Captcha"
440
  msgstr "Captcha"
441
 
442
- #: contact_form.php:777 contact_form.php:780 contact_form.php:784
443
- msgid "powered by"
444
- msgstr "разработано компанией"
445
-
446
- #: contact_form.php:780
447
  msgid "Activate captcha"
448
  msgstr "Активировать captcha"
449
 
450
- #: contact_form.php:784
451
  msgid "Download captcha"
452
  msgstr "Скачать captcha"
453
 
454
- #: contact_form.php:792
455
  msgid "Agreement checkbox"
456
  msgstr "Чекбокс согласия с условиями"
457
 
458
- #: contact_form.php:792
459
  msgid "Required checkbox for submitting the form"
460
  msgstr "Обязательный чекбокс для отправки формы"
461
 
462
- #: contact_form.php:793
463
  msgid "Optional checkbox"
464
  msgstr "Дополнительный чекбокс"
465
 
466
- #: contact_form.php:793
467
  msgid "Optional checkbox, the results of which will be displayed in email"
468
  msgstr "Дополнительный чекбокс, результаты которого будут отображениы в email"
469
 
470
- #: contact_form.php:804
471
  msgid "Delete an attachment file from the server after the email is sent"
472
  msgstr "Удалить прикрепленный файл с сервера после отправки письма"
473
 
474
- #: contact_form.php:810
475
  msgid "Email in HTML format sending"
476
  msgstr "Отправка еmail в формате HTML"
477
 
478
- #: contact_form.php:814
479
  msgid "Display additional info in the email"
480
  msgstr "Отображение дополнительной информации в письме"
481
 
482
- #: contact_form.php:819 contact_form.php:1646 contact_form.php:1648
 
 
483
  msgid "Sent from (ip address)"
484
  msgstr "Отправлено от (ip адрес)"
485
 
486
- #: contact_form.php:819
487
  msgid "Example: Sent from (IP address):\t127.0.0.1"
488
  msgstr "Пример: Sent from (IP address):\t127.0.0.1"
489
 
490
- #: contact_form.php:820 contact_form.php:1652 contact_form.php:1654
 
 
491
  msgid "Date/Time"
492
  msgstr "Дата/Время"
493
 
494
- #: contact_form.php:820
495
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
496
  msgstr "Пример: Date/Time:\tAugust 19, 2013 8:50 pm"
497
 
498
- #: contact_form.php:821 contact_form.php:1658 contact_form.php:1660
 
 
499
  msgid "Sent from (referer)"
500
  msgstr "Пришло из (реферер)"
501
 
502
- #: contact_form.php:821
503
- msgid ""
504
- "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
505
- msgstr ""
506
- "Пример: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
507
 
508
- #: contact_form.php:822 contact_form.php:1664 contact_form.php:1666
 
 
509
  msgid "Using (user agent)"
510
  msgstr "Используя (user agent)"
511
 
512
- #: contact_form.php:822
513
- msgid ""
514
- "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
515
- "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
516
- msgstr ""
517
- "Пример: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
518
- "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
519
 
520
- #: contact_form.php:826
521
  msgid "Language settings for the field names in the form"
522
  msgstr "Языковые настройки для названия полей в форме"
523
 
524
- #: contact_form.php:835
525
  msgid "Add a language"
526
  msgstr "Добавить язык"
527
 
528
- #: contact_form.php:839
529
  msgid "Change the names of the contact form fields and error messages"
530
  msgstr "Изменить названия полей контактной формы и сообщений об ошибках"
531
 
532
- #: contact_form.php:844 contact_form.php:917
 
533
  msgid "English"
534
  msgstr "Английский"
535
 
536
- #: contact_form.php:861 contact_form.php:891
 
 
 
 
 
 
537
  msgid "Tips below the Attachment block"
538
  msgstr "Пояснения после блока \"Прикрепить файл\""
539
 
540
- #: contact_form.php:864 contact_form.php:894
 
541
  msgid "Error message for the Name field"
542
  msgstr "Сообщение об ошибке для поля Name"
543
 
544
- #: contact_form.php:865 contact_form.php:895
 
545
  msgid "Error message for the Address field"
546
  msgstr "Сообщение об ошибке для поля Address"
547
 
548
- #: contact_form.php:866 contact_form.php:896
 
549
  msgid "Error message for the Email field"
550
  msgstr "Сообщение об ошибке для поля Email"
551
 
552
- #: contact_form.php:867 contact_form.php:897
 
553
  msgid "Error message for the Phone field"
554
  msgstr "Сообщение об ошибке для поля Phone"
555
 
556
- #: contact_form.php:868 contact_form.php:898
 
557
  msgid "Error message for the Subject field"
558
  msgstr "Сообщение об ошибке для поля Subject"
559
 
560
- #: contact_form.php:869 contact_form.php:899
 
561
  msgid "Error message for the Message field"
562
  msgstr "Сообщение об ошибке для поля Message"
563
 
564
- #: contact_form.php:870 contact_form.php:900
 
565
  msgid "Error message about the file type for the Attachment field"
566
  msgstr "Сообщение об ошибке о типе файла для поля Attachment"
567
 
568
- #: contact_form.php:871 contact_form.php:901
569
- msgid ""
570
- "Error message while uploading a file for the Attachment field to the server"
571
  msgstr "Сообщение об ошибке при загрузке файла на сервер для поля Attachment"
572
 
573
- #: contact_form.php:872 contact_form.php:902
 
574
  msgid "Error message while moving the file for the Attachment field"
575
  msgstr "Сообщение об ошибке при перемещении файла для поля Attachment"
576
 
577
- #: contact_form.php:873 contact_form.php:903
 
578
  msgid "Error message when file size limit for the Attachment field is exceeded"
579
- msgstr ""
580
- "Сообщение об ошибке когда размер файла превышает размер разрешенного "
581
- "сервером для поля Attachment"
582
 
583
- #: contact_form.php:874 contact_form.php:904
 
584
  msgid "Error message for the Captcha field"
585
  msgstr "Сообщение об ошибке для поля Captcha"
586
 
587
- #: contact_form.php:875 contact_form.php:905
 
588
  msgid "Error message for the whole form"
589
  msgstr "Сообщение об ошибке для всей формы"
590
 
591
- #: contact_form.php:877 contact_form.php:907 contact_form.php:926
592
- #: contact_form.php:932
 
 
593
  msgid "Use shortcode"
594
  msgstr "Использовать шорткод"
595
 
596
- #: contact_form.php:877 contact_form.php:907 contact_form.php:926
597
- #: contact_form.php:932
 
 
598
  msgid "for this language"
599
  msgstr "для данного языка"
600
 
601
- #: contact_form.php:914
602
  msgid "Action after email is sent"
603
  msgstr "Действие после отправки письма"
604
 
605
- #: contact_form.php:916
606
  msgid "Display text"
607
  msgstr "Отобразить текст"
608
 
609
- #: contact_form.php:925 contact_form.php:931
 
610
  msgid "Text"
611
  msgstr "Текст"
612
 
613
- #: contact_form.php:938
614
  msgid "Redirect to the page"
615
  msgstr "Перенаправление на страницу"
616
 
617
- #: contact_form.php:939
618
  msgid "Url"
619
  msgstr "Урл"
620
 
621
- #: contact_form.php:944 contact_form.php:1137
 
622
  msgid "Save Changes"
623
  msgstr "Save Changes"
624
 
625
- #: contact_form.php:950
626
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
627
- msgstr ""
628
- "Если вам понравился плагин, пожалуйста, поставте нам 5 звезд на WordPress"
629
 
630
- #: contact_form.php:951
631
  msgid "Rate the plugin"
632
  msgstr "Оценить плагин"
633
 
634
- #: contact_form.php:954
635
  msgid "If there is something wrong about it, please contact us"
636
  msgstr "Если у вас есть какие-то вопросы, обращайтесь"
637
 
638
- #: contact_form.php:971
639
- msgid "Contact Form Pro | Extra Settings"
640
- msgstr "Contact Form Pro | Экстра Настройки"
641
-
642
- #: contact_form.php:986
643
  msgid "Errors output"
644
  msgstr "Отображение ошибок"
645
 
646
- #: contact_form.php:989
647
  msgid "Display error messages"
648
  msgstr "Отображать сообщения об ошибках"
649
 
650
- #: contact_form.php:990
651
  msgid "Color of the input field errors."
652
  msgstr "Отображать ошибки цветом для полей ввода"
653
 
654
- #: contact_form.php:991
655
  msgid "Display error messages & color of the input field errors"
656
  msgstr "Отображать сообщения об ошибках & цвет полей ввода с ошибками"
657
 
658
- #: contact_form.php:996
659
  msgid "Add placeholder to the input blocks"
660
  msgstr "Добавить вспомогательный текст в поля ввода"
661
 
662
- #: contact_form.php:1002
663
  msgid "Add tooltips"
664
  msgstr "Добавить подсказки"
665
 
666
- #: contact_form.php:1016
667
  msgid "Email address"
668
  msgstr "Email адрес"
669
 
670
- #: contact_form.php:1021
671
  msgid "Phone Number"
672
  msgstr "Телефон"
673
 
674
- #: contact_form.php:1035
675
  msgid "Attachment"
676
  msgstr "Прикрепить файл"
677
 
678
- #: contact_form.php:1040
679
  msgid "(powered by bestwebsoft.com)"
680
  msgstr "(разработано компанией bestwebsoft.com)"
681
 
682
- #: contact_form.php:1045
683
  msgid "Style options"
684
  msgstr "Настройки стиля"
685
 
686
- #: contact_form.php:1048
687
  msgid "Text color"
688
  msgstr "Цвет текста"
689
 
690
- #: contact_form.php:1051 contact_form.php:1056 contact_form.php:1066
691
- #: contact_form.php:1071 contact_form.php:1076 contact_form.php:1081
692
- #: contact_form.php:1091 contact_form.php:1096 contact_form.php:1102
693
- #: contact_form.php:1113 contact_form.php:1118 contact_form.php:1123
 
 
 
 
 
 
 
 
694
  msgid "Default"
695
  msgstr "По-умолчанию"
696
 
697
- #: contact_form.php:1053
698
  msgid "Label text color"
699
  msgstr "Цвет текста"
700
 
701
- #: contact_form.php:1058
702
  msgid "Placeholder color"
703
  msgstr "Цвет замещающегося текста"
704
 
705
- #: contact_form.php:1063
706
  msgid "Errors color"
707
  msgstr "Цвет ошибок"
708
 
709
- #: contact_form.php:1068
710
  msgid "Error text color"
711
  msgstr "Цвет текста для ошибок"
712
 
713
- #: contact_form.php:1073
714
  msgid "Background color of the input field errors"
715
  msgstr "Цвет фона для полей ввода с ошибками"
716
 
717
- #: contact_form.php:1078
718
  msgid "Border color of the input field errors"
719
  msgstr "Цвет рамки для полей ввода с ошибками"
720
 
721
- #: contact_form.php:1083
722
  msgid "Placeholder color of the input field errors"
723
  msgstr "Цвет вспомогательного текста для полей ввода с ошибками"
724
 
725
- #: contact_form.php:1088
726
  msgid "Input fields"
727
  msgstr "Поля ввода"
728
 
729
- #: contact_form.php:1093
730
  msgid "Input fields background color"
731
  msgstr "Цвет фона для полей ввода"
732
 
733
- #: contact_form.php:1098
734
  msgid "Text fields color"
735
  msgstr "Цвет текста для полей ввода"
736
 
737
- #: contact_form.php:1100
738
  msgid "Border width in px, numbers only"
739
  msgstr "Ширина рамки в пикселях, только цифры"
740
 
741
- #: contact_form.php:1104 contact_form.php:1125
 
742
  msgid "Border color"
743
  msgstr "Цвет рамки"
744
 
745
- #: contact_form.php:1109
746
  msgid "Submit button"
747
  msgstr "Кнопка Отправить"
748
 
749
- #: contact_form.php:1111
750
  msgid "Width in px, numbers only"
751
  msgstr "Ширина в пикселях, только цифры"
752
 
753
- #: contact_form.php:1115
754
  msgid "Button color"
755
  msgstr "Цвет кнопки"
756
 
757
- #: contact_form.php:1120
758
  msgid "Button text color"
759
  msgstr "Цвет текста для кнопки"
760
 
761
- #: contact_form.php:1141
762
  msgid "Contact Form Pro | Preview"
763
  msgstr "Contact Form Pro | Предпросмотр"
764
 
765
- #: contact_form.php:1144
766
  msgid "Show with errors"
767
  msgstr "Отображать с ошибками"
768
 
769
- #: contact_form.php:1152 contact_form.php:1154
 
770
  msgid "Please enter your full name..."
771
  msgstr "Пожалуйста введите ваше имя..."
772
 
773
- #: contact_form.php:1165 contact_form.php:1167
 
774
  msgid "Please enter your address..."
775
  msgstr "Пожалуйста введите ваш адресс..."
776
 
777
- #: contact_form.php:1176 contact_form.php:1178
 
778
  msgid "Please enter your email address..."
779
  msgstr "Пожалуйста введите ваш email..."
780
 
781
- #: contact_form.php:1187 contact_form.php:1189
 
782
  msgid "Please enter your phone number..."
783
  msgstr "Пожалуйста введите ваш телефон..."
784
 
785
- #: contact_form.php:1198 contact_form.php:1200
 
786
  msgid "Please enter subject..."
787
  msgstr "Пожалуйста введите тему..."
788
 
789
- #: contact_form.php:1208 contact_form.php:1210
 
790
  msgid "Please enter your message..."
791
  msgstr "Пожалуйста введите ваше сообщение..."
792
 
793
- #: contact_form.php:1287
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
794
  msgid "Sorry, email message could not be delivered."
795
  msgstr "Извините, ваш email не может быть отправлен."
796
 
797
- #: contact_form.php:1673
798
  msgid "Contact from"
799
  msgstr "Контактная Форма"
800
 
801
- #: contact_form.php:1686 contact_form.php:1712
 
802
  msgid "Email"
803
  msgstr "Email"
804
 
805
- #: contact_form.php:1690 contact_form.php:1714
 
806
  msgid "Phone"
807
  msgstr "Телефон"
808
 
809
- #: contact_form.php:1699 contact_form.php:1717
 
810
  msgid "Site"
811
  msgstr "Сайт"
812
 
813
- #: contact_form.php:1780
814
- msgid ""
815
- "If you can see this MIME, it means that the MIME type is not supported by "
816
- "your email client!"
817
- msgstr ""
818
- "Если вы можете видеть этот MIME значит ваш почтовый клиент не поддерживает "
819
- "MIME тип!"
820
 
821
- #: contact_form.php:1850
822
  msgid "FAQ"
823
  msgstr "FAQ"
824
 
825
- #: contact_form.php:1851
826
  msgid "Support"
827
  msgstr "Поддержка"
828
 
829
- #: contact_form.php:1910
830
  msgid "Are you sure that you want to delete this language data?"
831
  msgstr "Вы действительно хотите удалить данные для этого языка?"
832
 
 
 
 
 
 
 
833
  #~ msgid "Display fields"
834
  #~ msgstr "Отобразить поля"
835
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-31 18:24+0300\n"
6
+ "PO-Revision-Date: 2014-01-31 18:24+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:33
20
+ #: contact_form.php:659
21
  msgid "Contact Form Settings"
22
  msgstr "Настройки Contact Form"
23
 
24
+ #: contact_form.php:33
25
  msgid "Contact Form"
26
  msgstr "Contact Form"
27
 
28
+ #: contact_form.php:80
29
+ #: contact_form.php:977
30
+ #: contact_form.php:1007
 
 
 
 
 
 
 
31
  msgid "Name:"
32
  msgstr "Имя:"
33
 
34
+ #: contact_form.php:81
35
+ #: contact_form.php:978
36
+ #: contact_form.php:1008
37
  msgid "Address:"
38
  msgstr "Адрес:"
39
 
40
+ #: contact_form.php:82
41
+ #: contact_form.php:979
42
+ #: contact_form.php:1009
43
  msgid "Email Address:"
44
  msgstr "E-mail адрес:"
45
 
46
+ #: contact_form.php:83
47
+ #: contact_form.php:980
48
+ #: contact_form.php:1010
49
  msgid "Phone number:"
50
  msgstr "Телефон:"
51
 
52
+ #: contact_form.php:84
53
+ #: contact_form.php:981
54
+ #: contact_form.php:1011
55
  msgid "Subject:"
56
  msgstr "Тема:"
57
 
58
+ #: contact_form.php:85
59
+ #: contact_form.php:982
60
+ #: contact_form.php:1012
61
  msgid "Message:"
62
  msgstr "Сообщение:"
63
 
64
+ #: contact_form.php:86
65
+ #: contact_form.php:983
66
+ #: contact_form.php:1013
67
  msgid "Attachment:"
68
  msgstr "Прикрепить файл:"
69
 
70
  #: contact_form.php:87
71
+ msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
72
+ msgstr "Поддерживаемые типы файлов: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Максимальный размер файла: 2 МБ"
 
 
 
 
 
 
73
 
74
+ #: contact_form.php:88
75
+ #: contact_form.php:985
76
+ #: contact_form.php:1015
77
  msgid "Send me a copy"
78
  msgstr "Отправить мне копию"
79
 
80
+ #: contact_form.php:89
81
+ #: contact_form.php:986
82
+ #: contact_form.php:1016
83
  msgid "Submit"
84
  msgstr "Отправить"
85
 
129
 
130
  #: contact_form.php:101
131
  msgid "Please make corrections below and try again."
132
+ msgstr "Пожалуйста, сделайте исправления в отмеченных полях ниже и повторите попытку."
 
133
 
134
  #: contact_form.php:103
135
  msgid "Thank you for contacting us."
136
  msgstr "Спасибо за контакт с нами."
137
 
138
+ #: contact_form.php:202
139
  msgid "requires"
140
  msgstr "требует"
141
 
142
+ #: contact_form.php:202
143
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
144
+ msgstr "или выше, поэтому плагин был деактивирован! Пожалуйста обновите WordPress и попробуйте снова."
 
 
 
 
145
 
146
+ #: contact_form.php:202
147
  msgid "Back to the WordPress"
148
  msgstr "Вернуться к WordPress"
149
 
150
+ #: contact_form.php:202
151
  msgid "Plugins page"
152
  msgstr "Странице плагинов"
153
 
154
+ #: contact_form.php:493
155
+ msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
156
+ msgstr "Если опция 'Перейти на страницу \"выбран, то Урл поле должно быть заполнено в следующем формате"
 
 
 
 
157
 
158
+ #: contact_form.php:502
159
  msgid "Such user does not exist. Settings are not saved."
160
  msgstr "Данный пользователь не найден. Настройки не сохранены"
161
 
162
+ #: contact_form.php:506
163
+ #: contact_form.php:512
164
+ msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
165
+ msgstr "Пожалуйста, введите корректный email для поля 'FROM'. Настройки не сохранены."
 
 
166
 
167
+ #: contact_form.php:517
168
  msgid "Settings saved."
169
  msgstr "Опции сохранены."
170
 
171
+ #: contact_form.php:553
172
+ #: contact_form.php:592
173
+ msgid "Wrong license key"
174
+ msgstr "Неправильный лицензионный ключ"
175
+
176
+ #: contact_form.php:585
177
+ msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
178
+ msgstr "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, пожалуйста, свяжитесь с нами <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Приносим извинения за неудобства."
179
+
180
+ #: contact_form.php:594
181
+ msgid "This license key is bind to another site"
182
+ msgstr "Этот лицензионный ключ привязан к другому сайту"
183
+
184
+ #: contact_form.php:596
185
+ #: contact_form.php:1382
186
+ msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
187
+ msgstr "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, загрузите плагин вручную."
188
+
189
+ #: contact_form.php:614
190
+ msgid "Failed to open the zip archive. Please, upload the plugin manually"
191
+ msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
192
+
193
+ #: contact_form.php:620
194
+ msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
195
+ msgstr "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. Пожалуйста, загрузите плагин вручную"
196
+
197
+ #: contact_form.php:624
198
+ #: contact_form.php:633
199
+ msgid "Failed to download the zip archive. Please, upload the plugin manually"
200
+ msgstr "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
201
+
202
+ #: contact_form.php:637
203
+ msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
204
+ msgstr "Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. Приносим извинения за неудобства."
205
+
206
+ #: contact_form.php:652
207
+ msgid "Please, enter Your license key"
208
+ msgstr "Пожалуйста введите ваш лицензионный ключ"
209
+
210
+ #: contact_form.php:661
211
  msgid "Notice:"
212
  msgstr "Обратите внимание:"
213
 
214
+ #: contact_form.php:661
215
+ msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
216
+ msgstr "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, не забудьте нажать кнопку 'Сохранить изменения'."
 
 
 
 
217
 
218
+ #: contact_form.php:664
219
+ #: contact_form.php:1990
220
+ #: contact_form.php:2001
221
  msgid "Settings"
222
  msgstr "Настройки"
223
 
224
+ #: contact_form.php:665
225
  msgid "Extra settings"
226
  msgstr "Экстра Настройки"
227
 
228
+ #: contact_form.php:666
229
+ msgid "Go PRO"
230
+ msgstr "Перейти на PRO версию"
231
+
232
+ #: contact_form.php:672
233
+ #: contact_form.php:1341
234
+ 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:"
235
+ msgstr "Если вы хотите добавить контактную форму на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста или виджета:"
236
+
237
+ #: contact_form.php:672
238
+ #: contact_form.php:673
239
+ #: contact_form.php:1000
240
+ #: contact_form.php:1049
241
  msgid "or"
242
  msgstr "или"
243
 
244
+ #: contact_form.php:673
245
+ msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
246
+ msgstr "Если у вас возникают проблемы с использованием стандартного шорткода [contact_form], то используйте шортокод"
 
 
 
 
247
 
248
+ #: contact_form.php:674
249
  msgid "They work the same way."
250
  msgstr "Шорткоды работают одинаково."
251
 
252
+ #: contact_form.php:675
253
+ msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
254
+ msgstr "Если информация в полях ниже отсутствует, соощения будут оправлены на email адрес, который был указан при регистрации сайта."
 
 
 
 
255
 
256
+ #: contact_form.php:679
257
  msgid "The user's email address:"
258
  msgstr "Email пользователя сайта:"
259
 
260
+ #: contact_form.php:683
261
  msgid "Create a username"
262
  msgstr "Выберите имя пользователя"
263
 
264
+ #: contact_form.php:688
265
+ msgid "Enter a username of the person who should get the messages from the contact form."
266
+ msgstr "Укажите логин пользователя, который будет получать сообщения контактной формы."
 
 
 
 
267
 
268
+ #: contact_form.php:692
269
  msgid "Use this email address:"
270
  msgstr "Использовать этот email:"
271
 
272
+ #: contact_form.php:695
273
  msgid "Enter the email address you want the messages forwarded to."
274
  msgstr "Укажите email адрес, на который будут отправляться сообщения."
275
 
276
+ #: contact_form.php:701
277
  msgid "Add department selectbox to the contact form:"
278
  msgstr "Добавить выбор отдела в контактную форму:"
279
 
280
+ #: contact_form.php:709
281
+ #: contact_form.php:1236
282
  msgid "If you upgrade to Pro version all your settings will be saved."
283
  msgstr "При установке Pro версии плагина, все ваши настройки сохраняются."
284
 
285
+ #: contact_form.php:714
286
+ #: contact_form.php:851
287
+ #: contact_form.php:922
288
+ #: contact_form.php:1086
289
+ msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
290
+ msgstr "Данный функционал доступен в Pro версии плагина. Для детальной информации перейдите по ссылке"
291
+
292
+ #: contact_form.php:715
293
+ #: contact_form.php:852
294
+ #: contact_form.php:923
295
+ #: contact_form.php:1087
296
+ msgid "Contact Form Pro"
297
+ msgstr "Contact Form Pro"
298
 
299
+ #: contact_form.php:721
300
  msgid "Save emails to the database"
301
  msgstr "Сохранять email в базу данных"
302
 
303
+ #: contact_form.php:731
304
+ msgid "Using"
305
+ msgstr "Используя"
306
+
307
+ #: contact_form.php:731
308
+ #: contact_form.php:900
309
+ #: contact_form.php:903
310
+ #: contact_form.php:907
311
+ msgid "powered by"
312
+ msgstr "разработано компанией"
313
+
314
+ #: contact_form.php:734
315
+ #: contact_form.php:738
316
  msgid "Using Contact Form to DB powered by"
317
  msgstr "Используя Contact Form to DB, разработанный компанией"
318
 
319
+ #: contact_form.php:734
320
  msgid "Activate Contact Form to DB"
321
  msgstr "Активировать Contact Form to DB"
322
 
323
+ #: contact_form.php:738
324
  msgid "Download Contact Form to DB"
325
  msgstr "Загрузить Contact Form to DB"
326
 
327
+ #: contact_form.php:743
328
  msgid "Additional options"
329
  msgstr "Дополнительные настройки"
330
 
331
+ #: contact_form.php:745
332
  msgid "Show"
333
  msgstr "Отобразить"
334
 
335
+ #: contact_form.php:746
336
  msgid "Hide"
337
  msgstr "Скрыть"
338
 
339
+ #: contact_form.php:750
340
  msgid "What to use?"
341
  msgstr "Что использовать?"
342
 
343
+ #: contact_form.php:753
344
  msgid "Wp-mail"
345
  msgstr "Wp-mail"
346
 
347
+ #: contact_form.php:753
348
  msgid "You can use the wp_mail function for mailing"
349
  msgstr "Для отправки почты вы можете использовать функцию WordPress wp_mail"
350
 
351
+ #: contact_form.php:755
352
  msgid "Mail"
353
  msgstr "Mail"
354
 
355
+ #: contact_form.php:755
356
  msgid "To send mail you can use the php mail function"
357
  msgstr "Для отправки почты вы можете использовать функцию php mail"
358
 
359
+ #: contact_form.php:759
360
  msgid "The text in the 'From' field"
361
  msgstr "Tекст для поля ОТ в письме"
362
 
363
+ #: contact_form.php:761
364
  msgid "User name"
365
  msgstr "Имя пользователя"
366
 
367
+ #: contact_form.php:762
368
+ msgid "The name of the user who fills the form will be used in the field 'From'."
369
+ msgstr "В поле \"From\" в письме будет использоваться имя того пользователя, который заполняет форму."
 
 
 
370
 
371
+ #: contact_form.php:765
372
  msgid "This text will be used in the 'FROM' field"
373
  msgstr "В поле \"From\" в письме будет использоваться данный текст"
374
 
375
+ #: contact_form.php:769
376
  msgid "The email address in the 'From' field"
377
  msgstr "Выберите email для поля 'FROM' письма"
378
 
379
+ #: contact_form.php:771
380
  msgid "User email"
381
  msgstr "Email"
382
 
383
+ #: contact_form.php:772
384
+ msgid "The email address of the user who fills the form will be used in the field 'From'."
385
+ msgstr "В поле \"From\" в письме будет использоваться электронная почта того пользователя, который заполняет форму."
 
 
 
 
386
 
387
+ #: contact_form.php:775
388
  msgid "This email address will be used in the 'From' field."
389
+ msgstr "В поле \"From\" в письме будет использоваться данная электронная почта."
 
390
 
391
+ #: contact_form.php:779
392
  msgid "Required symbol"
393
  msgstr "Символ, отображающий обязательное поле"
394
 
395
+ #: contact_form.php:789
396
  msgid "Fields"
397
  msgstr "Поля"
398
 
399
+ #: contact_form.php:790
400
  msgid "Used"
401
  msgstr "Используется"
402
 
403
+ #: contact_form.php:791
404
  msgid "Required"
405
  msgstr "Обязательные"
406
 
407
+ #: contact_form.php:792
408
  msgid "Visible"
409
  msgstr "Видимое"
410
 
411
+ #: contact_form.php:793
412
  msgid "Disabled for editing"
413
  msgstr "Нет возможности редактировать"
414
 
415
+ #: contact_form.php:794
416
  msgid "Field's default value"
417
  msgstr "Значение по умолчанию"
418
 
419
+ #: contact_form.php:799
420
+ #: contact_form.php:1111
421
+ #: contact_form.php:1831
422
+ #: contact_form.php:1861
423
  msgid "Name"
424
  msgstr "Имя"
425
 
426
+ #: contact_form.php:807
427
+ #: contact_form.php:1116
428
+ #: contact_form.php:1835
429
+ #: contact_form.php:1863
430
  msgid "Address"
431
  msgstr "Адрес"
432
 
433
+ #: contact_form.php:815
434
  msgid "Email Address"
435
  msgstr "Email адрес"
436
 
437
+ #: contact_form.php:823
438
  msgid "Phone number"
439
  msgstr "Телефон"
440
 
441
+ #: contact_form.php:831
442
+ #: contact_form.php:1131
443
+ #: contact_form.php:1845
444
+ #: contact_form.php:1867
445
  msgid "Subject"
446
  msgstr "Тема"
447
 
448
+ #: contact_form.php:839
449
+ #: contact_form.php:1135
450
+ #: contact_form.php:1848
451
+ #: contact_form.php:1868
452
  msgid "Message"
453
  msgstr "Сообщение"
454
 
455
+ #: contact_form.php:857
456
  msgid "Attachment block"
457
  msgstr "Блок Прикрепить файл"
458
 
459
+ #: contact_form.php:859
460
  msgid "Users can attach the following file formats"
461
  msgstr "Пользователи могут прикрепить файлы таких типов"
462
 
463
+ #: contact_form.php:873
464
  msgid "Add to the form"
465
  msgstr "Добавить в форму"
466
 
467
+ #: contact_form.php:878
468
  msgid "Tips below the Attachment"
469
  msgstr "Пояснения после блока \"Прикрепить файл\""
470
 
471
+ #: contact_form.php:887
472
  msgid "'Send me a copy' block"
473
  msgstr "Блок 'Отправить мне копию'"
474
 
475
+ #: contact_form.php:900
476
+ #: contact_form.php:903
477
+ #: contact_form.php:907
478
+ #: contact_form.php:1145
479
  msgid "Captcha"
480
  msgstr "Captcha"
481
 
482
+ #: contact_form.php:903
 
 
 
 
483
  msgid "Activate captcha"
484
  msgstr "Активировать captcha"
485
 
486
+ #: contact_form.php:907
487
  msgid "Download captcha"
488
  msgstr "Скачать captcha"
489
 
490
+ #: contact_form.php:915
491
  msgid "Agreement checkbox"
492
  msgstr "Чекбокс согласия с условиями"
493
 
494
+ #: contact_form.php:915
495
  msgid "Required checkbox for submitting the form"
496
  msgstr "Обязательный чекбокс для отправки формы"
497
 
498
+ #: contact_form.php:916
499
  msgid "Optional checkbox"
500
  msgstr "Дополнительный чекбокс"
501
 
502
+ #: contact_form.php:916
503
  msgid "Optional checkbox, the results of which will be displayed in email"
504
  msgstr "Дополнительный чекбокс, результаты которого будут отображениы в email"
505
 
506
+ #: contact_form.php:927
507
  msgid "Delete an attachment file from the server after the email is sent"
508
  msgstr "Удалить прикрепленный файл с сервера после отправки письма"
509
 
510
+ #: contact_form.php:933
511
  msgid "Email in HTML format sending"
512
  msgstr "Отправка еmail в формате HTML"
513
 
514
+ #: contact_form.php:937
515
  msgid "Display additional info in the email"
516
  msgstr "Отображение дополнительной информации в письме"
517
 
518
+ #: contact_form.php:942
519
+ #: contact_form.php:1798
520
+ #: contact_form.php:1800
521
  msgid "Sent from (ip address)"
522
  msgstr "Отправлено от (ip адрес)"
523
 
524
+ #: contact_form.php:942
525
  msgid "Example: Sent from (IP address):\t127.0.0.1"
526
  msgstr "Пример: Sent from (IP address):\t127.0.0.1"
527
 
528
+ #: contact_form.php:943
529
+ #: contact_form.php:1804
530
+ #: contact_form.php:1806
531
  msgid "Date/Time"
532
  msgstr "Дата/Время"
533
 
534
+ #: contact_form.php:943
535
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
536
  msgstr "Пример: Date/Time:\tAugust 19, 2013 8:50 pm"
537
 
538
+ #: contact_form.php:944
539
+ #: contact_form.php:1810
540
+ #: contact_form.php:1812
541
  msgid "Sent from (referer)"
542
  msgstr "Пришло из (реферер)"
543
 
544
+ #: contact_form.php:944
545
+ msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
546
+ msgstr "Пример: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
 
 
547
 
548
+ #: contact_form.php:945
549
+ #: contact_form.php:1816
550
+ #: contact_form.php:1818
551
  msgid "Using (user agent)"
552
  msgstr "Используя (user agent)"
553
 
554
+ #: contact_form.php:945
555
+ msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
556
+ msgstr "Пример: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
 
 
 
 
557
 
558
+ #: contact_form.php:949
559
  msgid "Language settings for the field names in the form"
560
  msgstr "Языковые настройки для названия полей в форме"
561
 
562
+ #: contact_form.php:958
563
  msgid "Add a language"
564
  msgstr "Добавить язык"
565
 
566
+ #: contact_form.php:962
567
  msgid "Change the names of the contact form fields and error messages"
568
  msgstr "Изменить названия полей контактной формы и сообщений об ошибках"
569
 
570
+ #: contact_form.php:967
571
+ #: contact_form.php:1040
572
  msgid "English"
573
  msgstr "Английский"
574
 
575
+ #: contact_form.php:975
576
+ #: contact_form.php:1005
577
+ msgid "click to expand/hide the list"
578
+ msgstr "нажмите чтобы развернуть/свернуть список"
579
+
580
+ #: contact_form.php:984
581
+ #: contact_form.php:1014
582
  msgid "Tips below the Attachment block"
583
  msgstr "Пояснения после блока \"Прикрепить файл\""
584
 
585
+ #: contact_form.php:987
586
+ #: contact_form.php:1017
587
  msgid "Error message for the Name field"
588
  msgstr "Сообщение об ошибке для поля Name"
589
 
590
+ #: contact_form.php:988
591
+ #: contact_form.php:1018
592
  msgid "Error message for the Address field"
593
  msgstr "Сообщение об ошибке для поля Address"
594
 
595
+ #: contact_form.php:989
596
+ #: contact_form.php:1019
597
  msgid "Error message for the Email field"
598
  msgstr "Сообщение об ошибке для поля Email"
599
 
600
+ #: contact_form.php:990
601
+ #: contact_form.php:1020
602
  msgid "Error message for the Phone field"
603
  msgstr "Сообщение об ошибке для поля Phone"
604
 
605
+ #: contact_form.php:991
606
+ #: contact_form.php:1021
607
  msgid "Error message for the Subject field"
608
  msgstr "Сообщение об ошибке для поля Subject"
609
 
610
+ #: contact_form.php:992
611
+ #: contact_form.php:1022
612
  msgid "Error message for the Message field"
613
  msgstr "Сообщение об ошибке для поля Message"
614
 
615
+ #: contact_form.php:993
616
+ #: contact_form.php:1023
617
  msgid "Error message about the file type for the Attachment field"
618
  msgstr "Сообщение об ошибке о типе файла для поля Attachment"
619
 
620
+ #: contact_form.php:994
621
+ #: contact_form.php:1024
622
+ msgid "Error message while uploading a file for the Attachment field to the server"
623
  msgstr "Сообщение об ошибке при загрузке файла на сервер для поля Attachment"
624
 
625
+ #: contact_form.php:995
626
+ #: contact_form.php:1025
627
  msgid "Error message while moving the file for the Attachment field"
628
  msgstr "Сообщение об ошибке при перемещении файла для поля Attachment"
629
 
630
+ #: contact_form.php:996
631
+ #: contact_form.php:1026
632
  msgid "Error message when file size limit for the Attachment field is exceeded"
633
+ msgstr "Сообщение об ошибке когда размер файла превышает размер разрешенного сервером для поля Attachment"
 
 
634
 
635
+ #: contact_form.php:997
636
+ #: contact_form.php:1027
637
  msgid "Error message for the Captcha field"
638
  msgstr "Сообщение об ошибке для поля Captcha"
639
 
640
+ #: contact_form.php:998
641
+ #: contact_form.php:1028
642
  msgid "Error message for the whole form"
643
  msgstr "Сообщение об ошибке для всей формы"
644
 
645
+ #: contact_form.php:1000
646
+ #: contact_form.php:1030
647
+ #: contact_form.php:1049
648
+ #: contact_form.php:1055
649
  msgid "Use shortcode"
650
  msgstr "Использовать шорткод"
651
 
652
+ #: contact_form.php:1000
653
+ #: contact_form.php:1030
654
+ #: contact_form.php:1049
655
+ #: contact_form.php:1055
656
  msgid "for this language"
657
  msgstr "для данного языка"
658
 
659
+ #: contact_form.php:1037
660
  msgid "Action after email is sent"
661
  msgstr "Действие после отправки письма"
662
 
663
+ #: contact_form.php:1039
664
  msgid "Display text"
665
  msgstr "Отобразить текст"
666
 
667
+ #: contact_form.php:1048
668
+ #: contact_form.php:1054
669
  msgid "Text"
670
  msgstr "Текст"
671
 
672
+ #: contact_form.php:1061
673
  msgid "Redirect to the page"
674
  msgstr "Перенаправление на страницу"
675
 
676
+ #: contact_form.php:1062
677
  msgid "Url"
678
  msgstr "Урл"
679
 
680
+ #: contact_form.php:1067
681
+ #: contact_form.php:1242
682
  msgid "Save Changes"
683
  msgstr "Save Changes"
684
 
685
+ #: contact_form.php:1072
686
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
687
+ msgstr "Если вам понравился плагин, пожалуйста, поставте нам 5 звезд на WordPress"
 
688
 
689
+ #: contact_form.php:1073
690
  msgid "Rate the plugin"
691
  msgstr "Оценить плагин"
692
 
693
+ #: contact_form.php:1076
694
  msgid "If there is something wrong about it, please contact us"
695
  msgstr "Если у вас есть какие-то вопросы, обращайтесь"
696
 
697
+ #: contact_form.php:1091
 
 
 
 
698
  msgid "Errors output"
699
  msgstr "Отображение ошибок"
700
 
701
+ #: contact_form.php:1094
702
  msgid "Display error messages"
703
  msgstr "Отображать сообщения об ошибках"
704
 
705
+ #: contact_form.php:1095
706
  msgid "Color of the input field errors."
707
  msgstr "Отображать ошибки цветом для полей ввода"
708
 
709
+ #: contact_form.php:1096
710
  msgid "Display error messages & color of the input field errors"
711
  msgstr "Отображать сообщения об ошибках & цвет полей ввода с ошибками"
712
 
713
+ #: contact_form.php:1101
714
  msgid "Add placeholder to the input blocks"
715
  msgstr "Добавить вспомогательный текст в поля ввода"
716
 
717
+ #: contact_form.php:1107
718
  msgid "Add tooltips"
719
  msgstr "Добавить подсказки"
720
 
721
+ #: contact_form.php:1121
722
  msgid "Email address"
723
  msgstr "Email адрес"
724
 
725
+ #: contact_form.php:1126
726
  msgid "Phone Number"
727
  msgstr "Телефон"
728
 
729
+ #: contact_form.php:1140
730
  msgid "Attachment"
731
  msgstr "Прикрепить файл"
732
 
733
+ #: contact_form.php:1145
734
  msgid "(powered by bestwebsoft.com)"
735
  msgstr "(разработано компанией bestwebsoft.com)"
736
 
737
+ #: contact_form.php:1150
738
  msgid "Style options"
739
  msgstr "Настройки стиля"
740
 
741
+ #: contact_form.php:1153
742
  msgid "Text color"
743
  msgstr "Цвет текста"
744
 
745
+ #: contact_form.php:1156
746
+ #: contact_form.php:1161
747
+ #: contact_form.php:1171
748
+ #: contact_form.php:1176
749
+ #: contact_form.php:1181
750
+ #: contact_form.php:1186
751
+ #: contact_form.php:1196
752
+ #: contact_form.php:1201
753
+ #: contact_form.php:1207
754
+ #: contact_form.php:1218
755
+ #: contact_form.php:1223
756
+ #: contact_form.php:1228
757
  msgid "Default"
758
  msgstr "По-умолчанию"
759
 
760
+ #: contact_form.php:1158
761
  msgid "Label text color"
762
  msgstr "Цвет текста"
763
 
764
+ #: contact_form.php:1163
765
  msgid "Placeholder color"
766
  msgstr "Цвет замещающегося текста"
767
 
768
+ #: contact_form.php:1168
769
  msgid "Errors color"
770
  msgstr "Цвет ошибок"
771
 
772
+ #: contact_form.php:1173
773
  msgid "Error text color"
774
  msgstr "Цвет текста для ошибок"
775
 
776
+ #: contact_form.php:1178
777
  msgid "Background color of the input field errors"
778
  msgstr "Цвет фона для полей ввода с ошибками"
779
 
780
+ #: contact_form.php:1183
781
  msgid "Border color of the input field errors"
782
  msgstr "Цвет рамки для полей ввода с ошибками"
783
 
784
+ #: contact_form.php:1188
785
  msgid "Placeholder color of the input field errors"
786
  msgstr "Цвет вспомогательного текста для полей ввода с ошибками"
787
 
788
+ #: contact_form.php:1193
789
  msgid "Input fields"
790
  msgstr "Поля ввода"
791
 
792
+ #: contact_form.php:1198
793
  msgid "Input fields background color"
794
  msgstr "Цвет фона для полей ввода"
795
 
796
+ #: contact_form.php:1203
797
  msgid "Text fields color"
798
  msgstr "Цвет текста для полей ввода"
799
 
800
+ #: contact_form.php:1205
801
  msgid "Border width in px, numbers only"
802
  msgstr "Ширина рамки в пикселях, только цифры"
803
 
804
+ #: contact_form.php:1209
805
+ #: contact_form.php:1230
806
  msgid "Border color"
807
  msgstr "Цвет рамки"
808
 
809
+ #: contact_form.php:1214
810
  msgid "Submit button"
811
  msgstr "Кнопка Отправить"
812
 
813
+ #: contact_form.php:1216
814
  msgid "Width in px, numbers only"
815
  msgstr "Ширина в пикселях, только цифры"
816
 
817
+ #: contact_form.php:1220
818
  msgid "Button color"
819
  msgstr "Цвет кнопки"
820
 
821
+ #: contact_form.php:1225
822
  msgid "Button text color"
823
  msgstr "Цвет текста для кнопки"
824
 
825
+ #: contact_form.php:1246
826
  msgid "Contact Form Pro | Preview"
827
  msgstr "Contact Form Pro | Предпросмотр"
828
 
829
+ #: contact_form.php:1249
830
  msgid "Show with errors"
831
  msgstr "Отображать с ошибками"
832
 
833
+ #: contact_form.php:1257
834
+ #: contact_form.php:1259
835
  msgid "Please enter your full name..."
836
  msgstr "Пожалуйста введите ваше имя..."
837
 
838
+ #: contact_form.php:1270
839
+ #: contact_form.php:1272
840
  msgid "Please enter your address..."
841
  msgstr "Пожалуйста введите ваш адресс..."
842
 
843
+ #: contact_form.php:1281
844
+ #: contact_form.php:1283
845
  msgid "Please enter your email address..."
846
  msgstr "Пожалуйста введите ваш email..."
847
 
848
+ #: contact_form.php:1292
849
+ #: contact_form.php:1294
850
  msgid "Please enter your phone number..."
851
  msgstr "Пожалуйста введите ваш телефон..."
852
 
853
+ #: contact_form.php:1303
854
+ #: contact_form.php:1305
855
  msgid "Please enter subject..."
856
  msgstr "Пожалуйста введите тему..."
857
 
858
+ #: contact_form.php:1313
859
+ #: contact_form.php:1315
860
  msgid "Please enter your message..."
861
  msgstr "Пожалуйста введите ваше сообщение..."
862
 
863
+ #: contact_form.php:1357
864
+ msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
865
+ msgstr "Поздравляем! PRO версия плагина была успешно загружена и активирована."
866
+
867
+ #: contact_form.php:1359
868
+ msgid "Please, go to"
869
+ msgstr "Пожалуйста, перейдите на"
870
+
871
+ #: contact_form.php:1359
872
+ msgid "the setting page"
873
+ msgstr "страницу настроек"
874
+
875
+ #: contact_form.php:1360
876
+ msgid "You will be redirected automatically in 5 seconds."
877
+ msgstr "Вы будете перенаправлены автоматически через 5 секунд."
878
+
879
+ #: contact_form.php:1365
880
+ msgid "You can download and activate"
881
+ msgstr "Вы можете скачать и активировать"
882
+
883
+ #: contact_form.php:1367
884
+ msgid "version of this plugin by entering Your license key."
885
+ msgstr "версию этого плагина, введя ваш лицензионный ключ."
886
+
887
+ #: contact_form.php:1369
888
+ msgid "You can find your license key on your personal page Client area, by clicking on the link"
889
+ msgstr "Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, нажав на ссылку"
890
+
891
+ #: contact_form.php:1371
892
+ msgid "(your username is the email you specify when purchasing the product)."
893
+ msgstr "(ваше имя пользователя - это электронный адрес, указанный при покупке продукта)."
894
+
895
+ #: contact_form.php:1379
896
+ #: contact_form.php:1389
897
+ msgid "Go!"
898
+ msgstr "Обновить!"
899
+
900
+ #: contact_form.php:1439
901
  msgid "Sorry, email message could not be delivered."
902
  msgstr "Извините, ваш email не может быть отправлен."
903
 
904
+ #: contact_form.php:1825
905
  msgid "Contact from"
906
  msgstr "Контактная Форма"
907
 
908
+ #: contact_form.php:1838
909
+ #: contact_form.php:1864
910
  msgid "Email"
911
  msgstr "Email"
912
 
913
+ #: contact_form.php:1842
914
+ #: contact_form.php:1866
915
  msgid "Phone"
916
  msgstr "Телефон"
917
 
918
+ #: contact_form.php:1851
919
+ #: contact_form.php:1869
920
  msgid "Site"
921
  msgstr "Сайт"
922
 
923
+ #: contact_form.php:1932
924
+ msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
925
+ msgstr "Если вы можете видеть этот MIME значит ваш почтовый клиент не поддерживает MIME тип!"
 
 
 
 
926
 
927
+ #: contact_form.php:2002
928
  msgid "FAQ"
929
  msgstr "FAQ"
930
 
931
+ #: contact_form.php:2003
932
  msgid "Support"
933
  msgstr "Поддержка"
934
 
935
+ #: contact_form.php:2061
936
  msgid "Are you sure that you want to delete this language data?"
937
  msgstr "Вы действительно хотите удалить данные для этого языка?"
938
 
939
+ #~ msgid "Contact Form Pro Extra Settings"
940
+ #~ msgstr "Экстра Настройки Contact Form"
941
+
942
+ #~ msgid "Contact Form Pro | Extra Settings"
943
+ #~ msgstr "Contact Form Pro | Экстра Настройки"
944
+
945
  #~ msgid "Display fields"
946
  #~ msgstr "Отобразить поля"
947
 
languages/contact_form-sk_SK.mo CHANGED
Binary file
languages/contact_form-sk_SK.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-12-17 16:53+0300\n"
6
- "PO-Revision-Date: 2013-12-17 16:53+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Book Ing <book.ing@zoznam.sk>\n"
9
  "Language: cs_CZ\n"
@@ -16,66 +16,54 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:32
20
- #: contact_form.php:538
21
  msgid "Contact Form Settings"
22
  msgstr "Nastavenie kontaktného formulára"
23
 
24
- #: contact_form.php:32
25
  msgid "Contact Form"
26
  msgstr "Kontaktný formulár"
27
 
28
- #: contact_form.php:33
29
- msgid "Contact Form Pro Extra Settings"
30
- msgstr "Kontaktný formulár Pro Extra - nastavenie"
31
-
32
- #: contact_form.php:33
33
- #: contact_form.php:592
34
- #: contact_form.php:729
35
- #: contact_form.php:800
36
- #: contact_form.php:982
37
- msgid "Contact Form Pro"
38
- msgstr "Kontaktný formulár Pro"
39
-
40
  #: contact_form.php:80
41
- #: contact_form.php:854
42
- #: contact_form.php:884
43
  msgid "Name:"
44
  msgstr "Meno:"
45
 
46
  #: contact_form.php:81
47
- #: contact_form.php:855
48
- #: contact_form.php:885
49
  msgid "Address:"
50
  msgstr "Adresa::"
51
 
52
  #: contact_form.php:82
53
- #: contact_form.php:856
54
- #: contact_form.php:886
55
  msgid "Email Address:"
56
  msgstr "E-Mail:"
57
 
58
  #: contact_form.php:83
59
- #: contact_form.php:857
60
- #: contact_form.php:887
61
  msgid "Phone number:"
62
  msgstr ""
63
 
64
  #: contact_form.php:84
65
- #: contact_form.php:858
66
- #: contact_form.php:888
67
  msgid "Subject:"
68
  msgstr "Predmet:"
69
 
70
  #: contact_form.php:85
71
- #: contact_form.php:859
72
- #: contact_form.php:889
73
  msgid "Message:"
74
  msgstr "Správa:"
75
 
76
  #: contact_form.php:86
77
- #: contact_form.php:860
78
- #: contact_form.php:890
79
  msgid "Attachment:"
80
  msgstr "Príloha"
81
 
@@ -84,14 +72,14 @@ msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI,
84
  msgstr ""
85
 
86
  #: contact_form.php:88
87
- #: contact_form.php:862
88
- #: contact_form.php:892
89
  msgid "Send me a copy"
90
  msgstr "Zaslať mi kópiu"
91
 
92
  #: contact_form.php:89
93
- #: contact_form.php:863
94
- #: contact_form.php:893
95
  msgid "Submit"
96
  msgstr "Odoslať"
97
 
@@ -147,733 +135,831 @@ msgstr "Prosím opravte chyby a skúste to opäť."
147
  msgid "Thank you for contacting us."
148
  msgstr "Ďakujeme za správu."
149
 
150
- #: contact_form.php:203
151
  #, fuzzy
152
  msgid "requires"
153
  msgstr "Vyžadované polia"
154
 
155
- #: contact_form.php:203
156
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
157
  msgstr ""
158
 
159
- #: contact_form.php:203
160
  msgid "Back to the WordPress"
161
  msgstr ""
162
 
163
- #: contact_form.php:203
164
  #, fuzzy
165
  msgid "Plugins page"
166
  msgstr "Pro Plugins"
167
 
168
- #: contact_form.php:494
169
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
170
  msgstr "Ak je vybratá možnosť \"Presmerovanie na stránku\" potom pole URL by malo mať nasledujúci formát"
171
 
172
- #: contact_form.php:503
173
  msgid "Such user does not exist. Settings are not saved."
174
  msgstr "Taký užívateľ neexistuje. Nastavenie sa neuloží."
175
 
176
- #: contact_form.php:507
177
- #: contact_form.php:513
178
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
179
  msgstr "Zadajte platnú e-mailovú adresu v poli \"Od\". Nastavenie sa neuloží."
180
 
181
- #: contact_form.php:518
182
  msgid "Settings saved."
183
  msgstr "Nastavenie uložené."
184
 
185
- #: contact_form.php:540
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
186
  msgid "Notice:"
187
  msgstr ""
188
 
189
- #: contact_form.php:540
190
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
191
  msgstr ""
192
 
193
- #: contact_form.php:543
194
- #: contact_form.php:973
195
- #: contact_form.php:1838
196
- #: contact_form.php:1849
197
  msgid "Settings"
198
  msgstr "Nastavenia"
199
 
200
- #: contact_form.php:544
201
- #: contact_form.php:974
202
  msgid "Extra settings"
203
  msgstr "Extra nastavenia"
204
 
205
- #: contact_form.php:549
206
- #: contact_form.php:1236
 
 
 
 
207
  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:"
208
  msgstr "Ak by ste chceli pridať kontaktný formulár na svoje webové stránky, stačí skopírovať a vložiť shortcode k príspevku, stránke alebo widgetu:"
209
 
210
- #: contact_form.php:549
211
- #: contact_form.php:550
212
- #: contact_form.php:877
213
- #: contact_form.php:926
214
  msgid "or"
215
  msgstr "alebo"
216
 
217
- #: contact_form.php:550
218
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
219
  msgstr "Ak máte nejaké problémy so štandardným shortcode [contact_form], mali by ste použiť shortcode"
220
 
221
- #: contact_form.php:551
222
  msgid "They work the same way."
223
  msgstr "Fungujú rovnakým spôsobom."
224
 
225
- #: contact_form.php:552
226
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
227
  msgstr "Ak necháte pole prázdne, budú správy posielané na e-mailovú adresu zadanú pri registrácii."
228
 
229
- #: contact_form.php:556
230
  msgid "The user's email address:"
231
  msgstr "Užívateľova e-mailová adresa:"
232
 
233
- #: contact_form.php:560
234
  msgid "Create a username"
235
  msgstr "Vytvorte užívateľské meno"
236
 
237
- #: contact_form.php:565
238
  msgid "Enter a username of the person who should get the messages from the contact form."
239
  msgstr "Zadajte užívateľské meno osoby, ktorá by mala dostať správy z kontaktného formulára."
240
 
241
- #: contact_form.php:569
242
  msgid "Use this email address:"
243
  msgstr "Použíte tento email::"
244
 
245
- #: contact_form.php:572
246
  msgid "Enter the email address you want the messages forwarded to."
247
  msgstr "Zadajte e-mailovú adresu, ktorú chcete do správy presmerovať."
248
 
249
- #: contact_form.php:578
250
  msgid "Add department selectbox to the contact form:"
251
  msgstr ""
252
 
253
- #: contact_form.php:586
254
- #: contact_form.php:1131
255
  msgid "If you upgrade to Pro version all your settings will be saved."
256
  msgstr ""
257
 
258
- #: contact_form.php:591
259
- #: contact_form.php:728
260
- #: contact_form.php:799
261
- #: contact_form.php:981
262
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
263
  msgstr ""
264
 
265
- #: contact_form.php:598
 
 
 
 
 
 
 
266
  msgid "Save emails to the database"
267
  msgstr ""
268
 
269
- #: contact_form.php:608
270
- #: contact_form.php:611
271
- #: contact_form.php:615
 
 
 
 
 
 
 
 
 
 
272
  msgid "Using Contact Form to DB powered by"
273
  msgstr ""
274
 
275
- #: contact_form.php:611
276
  #, fuzzy
277
  msgid "Activate Contact Form to DB"
278
  msgstr "Kontaktný formulár Pro"
279
 
280
- #: contact_form.php:615
281
  #, fuzzy
282
  msgid "Download Contact Form to DB"
283
  msgstr "Kontaktný formulár Pro"
284
 
285
- #: contact_form.php:620
286
  msgid "Additional options"
287
  msgstr "Ďalšie nastavenia"
288
 
289
- #: contact_form.php:622
290
  msgid "Show"
291
  msgstr ""
292
 
293
- #: contact_form.php:623
294
  msgid "Hide"
295
  msgstr ""
296
 
297
- #: contact_form.php:627
298
  msgid "What to use?"
299
  msgstr "Čo používať?"
300
 
301
- #: contact_form.php:630
302
  msgid "Wp-mail"
303
  msgstr "Wp-mail"
304
 
305
- #: contact_form.php:630
306
  msgid "You can use the wp_mail function for mailing"
307
  msgstr "Môžete použiť wp_mail funkcie pre zasielanie"
308
 
309
- #: contact_form.php:632
310
  msgid "Mail"
311
  msgstr "Mail"
312
 
313
- #: contact_form.php:632
314
  msgid "To send mail you can use the php mail function"
315
  msgstr "Ak chcete odosielať poštu, môžete použiť e-mailoé PHP funkcie"
316
 
317
- #: contact_form.php:636
318
  #, fuzzy
319
  msgid "The text in the 'From' field"
320
  msgstr "Zmena textu pola \"od\""
321
 
322
- #: contact_form.php:638
323
  msgid "User name"
324
  msgstr ""
325
 
326
- #: contact_form.php:639
327
  msgid "The name of the user who fills the form will be used in the field 'From'."
328
  msgstr ""
329
 
330
- #: contact_form.php:642
331
  #, fuzzy
332
  msgid "This text will be used in the 'FROM' field"
333
  msgstr "Táto e-mailová adresa bude použitá v poli 'od'."
334
 
335
- #: contact_form.php:646
336
  #, fuzzy
337
  msgid "The email address in the 'From' field"
338
  msgstr "Zadajte e-mailovú adresu v poli \"od\""
339
 
340
- #: contact_form.php:648
341
  msgid "User email"
342
  msgstr ""
343
 
344
- #: contact_form.php:649
345
  msgid "The email address of the user who fills the form will be used in the field 'From'."
346
  msgstr ""
347
 
348
- #: contact_form.php:652
349
  msgid "This email address will be used in the 'From' field."
350
  msgstr "Táto e-mailová adresa bude použitá v poli 'od'."
351
 
352
- #: contact_form.php:656
353
  #, fuzzy
354
  msgid "Required symbol"
355
  msgstr "Vyžadované polia"
356
 
357
- #: contact_form.php:666
358
  msgid "Fields"
359
  msgstr ""
360
 
361
- #: contact_form.php:667
362
  msgid "Used"
363
  msgstr ""
364
 
365
- #: contact_form.php:668
366
  #, fuzzy
367
  msgid "Required"
368
  msgstr "Vyžadované polia"
369
 
370
- #: contact_form.php:669
371
  msgid "Visible"
372
  msgstr ""
373
 
374
- #: contact_form.php:670
375
  msgid "Disabled for editing"
376
  msgstr ""
377
 
378
- #: contact_form.php:671
379
  msgid "Field's default value"
380
  msgstr ""
381
 
382
- #: contact_form.php:676
383
- #: contact_form.php:1006
384
- #: contact_form.php:1679
385
- #: contact_form.php:1709
386
  msgid "Name"
387
  msgstr "Meno"
388
 
389
- #: contact_form.php:684
390
- #: contact_form.php:1011
391
- #: contact_form.php:1683
392
- #: contact_form.php:1711
393
  msgid "Address"
394
  msgstr "Adresa"
395
 
396
- #: contact_form.php:692
397
  msgid "Email Address"
398
  msgstr "Emailová adresa"
399
 
400
- #: contact_form.php:700
401
  #, fuzzy
402
  msgid "Phone number"
403
  msgstr "Tel. číslo"
404
 
405
- #: contact_form.php:708
406
- #: contact_form.php:1026
407
- #: contact_form.php:1693
408
- #: contact_form.php:1715
409
  msgid "Subject"
410
  msgstr "Predmet"
411
 
412
- #: contact_form.php:716
413
- #: contact_form.php:1030
414
- #: contact_form.php:1696
415
- #: contact_form.php:1716
416
  msgid "Message"
417
  msgstr "Správa"
418
 
419
- #: contact_form.php:734
420
  msgid "Attachment block"
421
  msgstr "Blok príloh"
422
 
423
- #: contact_form.php:736
424
  msgid "Users can attach the following file formats"
425
  msgstr "Užívatelia môžu pripojiť nasledujúce formáty súborov"
426
 
427
- #: contact_form.php:750
428
  msgid "Add to the form"
429
  msgstr ""
430
 
431
- #: contact_form.php:755
432
  #, fuzzy
433
  msgid "Tips below the Attachment"
434
  msgstr "Zobrazenie tipov pod blokom príloh"
435
 
436
- #: contact_form.php:764
437
  #, fuzzy
438
  msgid "'Send me a copy' block"
439
  msgstr "Zobraz 'Zaslať kópiu' blok"
440
 
441
- #: contact_form.php:777
442
- #: contact_form.php:780
443
- #: contact_form.php:784
444
- #: contact_form.php:1040
445
  msgid "Captcha"
446
  msgstr ""
447
 
448
- #: contact_form.php:777
449
- #: contact_form.php:780
450
- #: contact_form.php:784
451
- msgid "powered by"
452
- msgstr ""
453
-
454
- #: contact_form.php:780
455
  msgid "Activate captcha"
456
  msgstr "Aktivovať captcha"
457
 
458
- #: contact_form.php:784
459
  msgid "Download captcha"
460
  msgstr "Stiahnuť captcha"
461
 
462
- #: contact_form.php:792
463
  msgid "Agreement checkbox"
464
  msgstr ""
465
 
466
- #: contact_form.php:792
467
  msgid "Required checkbox for submitting the form"
468
  msgstr ""
469
 
470
- #: contact_form.php:793
471
  msgid "Optional checkbox"
472
  msgstr ""
473
 
474
- #: contact_form.php:793
475
  msgid "Optional checkbox, the results of which will be displayed in email"
476
  msgstr ""
477
 
478
- #: contact_form.php:804
479
  msgid "Delete an attachment file from the server after the email is sent"
480
  msgstr ""
481
 
482
- #: contact_form.php:810
483
  msgid "Email in HTML format sending"
484
  msgstr ""
485
 
486
- #: contact_form.php:814
487
  msgid "Display additional info in the email"
488
  msgstr "Zobraziť ďalšie informácie v e-maile"
489
 
490
- #: contact_form.php:819
491
- #: contact_form.php:1646
492
- #: contact_form.php:1648
493
  msgid "Sent from (ip address)"
494
  msgstr "Odoslané z (ip adresa)"
495
 
496
- #: contact_form.php:819
497
  #, fuzzy
498
  msgid "Example: Sent from (IP address):\t127.0.0.1"
499
  msgstr "Odoslané z (ip adresa)"
500
 
501
- #: contact_form.php:820
502
- #: contact_form.php:1652
503
- #: contact_form.php:1654
504
  msgid "Date/Time"
505
  msgstr "Datum / Čas"
506
 
507
- #: contact_form.php:820
508
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
509
  msgstr ""
510
 
511
- #: contact_form.php:821
512
- #: contact_form.php:1658
513
- #: contact_form.php:1660
514
  msgid "Sent from (referer)"
515
  msgstr "Odoslané z"
516
 
517
- #: contact_form.php:821
518
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
519
  msgstr ""
520
 
521
- #: contact_form.php:822
522
- #: contact_form.php:1664
523
- #: contact_form.php:1666
524
  msgid "Using (user agent)"
525
  msgstr "Použitie (user agent)"
526
 
527
- #: contact_form.php:822
528
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
529
  msgstr ""
530
 
531
- #: contact_form.php:826
532
  msgid "Language settings for the field names in the form"
533
  msgstr "Nastavenie jazyka pre názvy polí vo formulári"
534
 
535
- #: contact_form.php:835
536
  msgid "Add a language"
537
  msgstr "Pridať jazyk"
538
 
539
- #: contact_form.php:839
540
  msgid "Change the names of the contact form fields and error messages"
541
  msgstr "Zmena názvov polí kontaktného formulára a chybových hlásení"
542
 
543
- #: contact_form.php:844
544
- #: contact_form.php:917
545
  msgid "English"
546
  msgstr ""
547
 
548
- #: contact_form.php:861
549
- #: contact_form.php:891
 
 
 
 
 
550
  #, fuzzy
551
  msgid "Tips below the Attachment block"
552
  msgstr "Zobrazenie tipov pod blokom príloh"
553
 
554
- #: contact_form.php:864
555
- #: contact_form.php:894
556
  msgid "Error message for the Name field"
557
  msgstr ""
558
 
559
- #: contact_form.php:865
560
- #: contact_form.php:895
561
  msgid "Error message for the Address field"
562
  msgstr ""
563
 
564
- #: contact_form.php:866
565
- #: contact_form.php:896
566
  msgid "Error message for the Email field"
567
  msgstr ""
568
 
569
- #: contact_form.php:867
570
- #: contact_form.php:897
571
  msgid "Error message for the Phone field"
572
  msgstr ""
573
 
574
- #: contact_form.php:868
575
- #: contact_form.php:898
576
  msgid "Error message for the Subject field"
577
  msgstr ""
578
 
579
- #: contact_form.php:869
580
- #: contact_form.php:899
581
  msgid "Error message for the Message field"
582
  msgstr ""
583
 
584
- #: contact_form.php:870
585
- #: contact_form.php:900
586
  msgid "Error message about the file type for the Attachment field"
587
  msgstr ""
588
 
589
- #: contact_form.php:871
590
- #: contact_form.php:901
591
  msgid "Error message while uploading a file for the Attachment field to the server"
592
  msgstr ""
593
 
594
- #: contact_form.php:872
595
- #: contact_form.php:902
596
  msgid "Error message while moving the file for the Attachment field"
597
  msgstr ""
598
 
599
- #: contact_form.php:873
600
- #: contact_form.php:903
601
  msgid "Error message when file size limit for the Attachment field is exceeded"
602
  msgstr ""
603
 
604
- #: contact_form.php:874
605
- #: contact_form.php:904
606
  msgid "Error message for the Captcha field"
607
  msgstr ""
608
 
609
- #: contact_form.php:875
610
- #: contact_form.php:905
611
  msgid "Error message for the whole form"
612
  msgstr ""
613
 
614
- #: contact_form.php:877
615
- #: contact_form.php:907
616
- #: contact_form.php:926
617
- #: contact_form.php:932
618
  msgid "Use shortcode"
619
  msgstr "Použite shortcode "
620
 
621
- #: contact_form.php:877
622
- #: contact_form.php:907
623
- #: contact_form.php:926
624
- #: contact_form.php:932
625
  msgid "for this language"
626
  msgstr "pre tento jazyk"
627
 
628
- #: contact_form.php:914
629
  msgid "Action after email is sent"
630
  msgstr "Akcia po zaslaní mailu."
631
 
632
- #: contact_form.php:916
633
  msgid "Display text"
634
  msgstr "Zobraziť text"
635
 
636
- #: contact_form.php:925
637
- #: contact_form.php:931
638
  msgid "Text"
639
  msgstr "Text"
640
 
641
- #: contact_form.php:938
642
  msgid "Redirect to the page"
643
  msgstr "Presmerovať na stránku"
644
 
645
- #: contact_form.php:939
646
  msgid "Url"
647
  msgstr "Url"
648
 
649
- #: contact_form.php:944
650
- #: contact_form.php:1137
651
  msgid "Save Changes"
652
  msgstr "Uložiť zmeny"
653
 
654
- #: contact_form.php:950
655
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
656
  msgstr ""
657
 
658
- #: contact_form.php:951
659
  #, fuzzy
660
  msgid "Rate the plugin"
661
  msgstr "Voľné pluginy"
662
 
663
- #: contact_form.php:954
664
  #, fuzzy
665
  msgid "If there is something wrong about it, please contact us"
666
  msgstr "Ak máte akékoľvek otázky kontaktujte nás prostredníctvom"
667
 
668
- #: contact_form.php:971
669
- msgid "Contact Form Pro | Extra Settings"
670
- msgstr "Kontaktný formulár | Extra nastavenie"
671
-
672
- #: contact_form.php:986
673
  msgid "Errors output"
674
  msgstr ""
675
 
676
- #: contact_form.php:989
677
  msgid "Display error messages"
678
  msgstr ""
679
 
680
- #: contact_form.php:990
681
  msgid "Color of the input field errors."
682
  msgstr ""
683
 
684
- #: contact_form.php:991
685
  msgid "Display error messages & color of the input field errors"
686
  msgstr ""
687
 
688
- #: contact_form.php:996
689
  msgid "Add placeholder to the input blocks"
690
  msgstr ""
691
 
692
- #: contact_form.php:1002
693
  msgid "Add tooltips"
694
  msgstr "Pridať popisky"
695
 
696
- #: contact_form.php:1016
697
  msgid "Email address"
698
  msgstr "Emailová adresa"
699
 
700
- #: contact_form.php:1021
701
  msgid "Phone Number"
702
  msgstr "Tel. číslo"
703
 
704
- #: contact_form.php:1035
705
  msgid "Attachment"
706
  msgstr "Príloha"
707
 
708
- #: contact_form.php:1040
709
  msgid "(powered by bestwebsoft.com)"
710
  msgstr ""
711
 
712
- #: contact_form.php:1045
713
  msgid "Style options"
714
  msgstr "Nastavenie štýlu"
715
 
716
- #: contact_form.php:1048
717
  msgid "Text color"
718
  msgstr ""
719
 
720
- #: contact_form.php:1051
721
- #: contact_form.php:1056
722
- #: contact_form.php:1066
723
- #: contact_form.php:1071
724
- #: contact_form.php:1076
725
- #: contact_form.php:1081
726
- #: contact_form.php:1091
727
- #: contact_form.php:1096
728
- #: contact_form.php:1102
729
- #: contact_form.php:1113
730
- #: contact_form.php:1118
731
- #: contact_form.php:1123
732
  msgid "Default"
733
  msgstr ""
734
 
735
- #: contact_form.php:1053
736
  msgid "Label text color"
737
  msgstr ""
738
 
739
- #: contact_form.php:1058
740
  msgid "Placeholder color"
741
  msgstr ""
742
 
743
- #: contact_form.php:1063
744
  msgid "Errors color"
745
  msgstr ""
746
 
747
- #: contact_form.php:1068
748
  msgid "Error text color"
749
  msgstr ""
750
 
751
- #: contact_form.php:1073
752
  msgid "Background color of the input field errors"
753
  msgstr ""
754
 
755
- #: contact_form.php:1078
756
  msgid "Border color of the input field errors"
757
  msgstr ""
758
 
759
- #: contact_form.php:1083
760
  msgid "Placeholder color of the input field errors"
761
  msgstr ""
762
 
763
- #: contact_form.php:1088
764
  msgid "Input fields"
765
  msgstr "Vložiť polia"
766
 
767
- #: contact_form.php:1093
768
  msgid "Input fields background color"
769
  msgstr ""
770
 
771
- #: contact_form.php:1098
772
  msgid "Text fields color"
773
  msgstr ""
774
 
775
- #: contact_form.php:1100
776
  msgid "Border width in px, numbers only"
777
  msgstr ""
778
 
779
- #: contact_form.php:1104
780
- #: contact_form.php:1125
781
  msgid "Border color"
782
  msgstr ""
783
 
784
- #: contact_form.php:1109
785
  msgid "Submit button"
786
  msgstr "Odoslať"
787
 
788
- #: contact_form.php:1111
789
  msgid "Width in px, numbers only"
790
  msgstr ""
791
 
792
- #: contact_form.php:1115
793
  msgid "Button color"
794
  msgstr ""
795
 
796
- #: contact_form.php:1120
797
  msgid "Button text color"
798
  msgstr ""
799
 
800
- #: contact_form.php:1141
801
  msgid "Contact Form Pro | Preview"
802
  msgstr "Kontaktný formulár Pro | Zobrazenie"
803
 
804
- #: contact_form.php:1144
805
  msgid "Show with errors"
806
  msgstr ""
807
 
808
- #: contact_form.php:1152
809
- #: contact_form.php:1154
810
  msgid "Please enter your full name..."
811
  msgstr ""
812
 
813
- #: contact_form.php:1165
814
- #: contact_form.php:1167
815
  msgid "Please enter your address..."
816
  msgstr ""
817
 
818
- #: contact_form.php:1176
819
- #: contact_form.php:1178
820
  msgid "Please enter your email address..."
821
  msgstr "Prosím zadajte vašu e-mailovú adresu..."
822
 
823
- #: contact_form.php:1187
824
- #: contact_form.php:1189
825
  msgid "Please enter your phone number..."
826
  msgstr ""
827
 
828
- #: contact_form.php:1198
829
- #: contact_form.php:1200
830
  msgid "Please enter subject..."
831
  msgstr ""
832
 
833
- #: contact_form.php:1208
834
- #: contact_form.php:1210
835
  msgid "Please enter your message..."
836
  msgstr ""
837
 
838
- #: contact_form.php:1287
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
839
  msgid "Sorry, email message could not be delivered."
840
  msgstr "Prepáčte, správa nemohla byť doručená."
841
 
842
- #: contact_form.php:1673
843
  msgid "Contact from"
844
  msgstr "Kontaktný formulár"
845
 
846
- #: contact_form.php:1686
847
- #: contact_form.php:1712
848
  msgid "Email"
849
  msgstr "E-Mail"
850
 
851
- #: contact_form.php:1690
852
- #: contact_form.php:1714
853
  msgid "Phone"
854
  msgstr "Telefón"
855
 
856
- #: contact_form.php:1699
857
- #: contact_form.php:1717
858
  msgid "Site"
859
  msgstr "Stránka"
860
 
861
- #: contact_form.php:1780
862
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
863
  msgstr "Ak vidíte túto MIME, znamená to, že MIME typ nie je podporovaný vyším e-mailovým klientom!"
864
 
865
- #: contact_form.php:1850
866
  msgid "FAQ"
867
  msgstr "FAQ"
868
 
869
- #: contact_form.php:1851
870
  msgid "Support"
871
  msgstr "Podpora"
872
 
873
- #: contact_form.php:1910
874
  msgid "Are you sure that you want to delete this language data?"
875
  msgstr ""
876
 
 
 
 
 
 
 
877
  #~ msgid "Display fields"
878
  #~ msgstr "Zobraz polia"
879
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-31 18:15+0300\n"
6
+ "PO-Revision-Date: 2014-01-31 18:15+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Book Ing <book.ing@zoznam.sk>\n"
9
  "Language: cs_CZ\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:33
20
+ #: contact_form.php:659
21
  msgid "Contact Form Settings"
22
  msgstr "Nastavenie kontaktného formulára"
23
 
24
+ #: contact_form.php:33
25
  msgid "Contact Form"
26
  msgstr "Kontaktný formulár"
27
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  #: contact_form.php:80
29
+ #: contact_form.php:977
30
+ #: contact_form.php:1007
31
  msgid "Name:"
32
  msgstr "Meno:"
33
 
34
  #: contact_form.php:81
35
+ #: contact_form.php:978
36
+ #: contact_form.php:1008
37
  msgid "Address:"
38
  msgstr "Adresa::"
39
 
40
  #: contact_form.php:82
41
+ #: contact_form.php:979
42
+ #: contact_form.php:1009
43
  msgid "Email Address:"
44
  msgstr "E-Mail:"
45
 
46
  #: contact_form.php:83
47
+ #: contact_form.php:980
48
+ #: contact_form.php:1010
49
  msgid "Phone number:"
50
  msgstr ""
51
 
52
  #: contact_form.php:84
53
+ #: contact_form.php:981
54
+ #: contact_form.php:1011
55
  msgid "Subject:"
56
  msgstr "Predmet:"
57
 
58
  #: contact_form.php:85
59
+ #: contact_form.php:982
60
+ #: contact_form.php:1012
61
  msgid "Message:"
62
  msgstr "Správa:"
63
 
64
  #: contact_form.php:86
65
+ #: contact_form.php:983
66
+ #: contact_form.php:1013
67
  msgid "Attachment:"
68
  msgstr "Príloha"
69
 
72
  msgstr ""
73
 
74
  #: contact_form.php:88
75
+ #: contact_form.php:985
76
+ #: contact_form.php:1015
77
  msgid "Send me a copy"
78
  msgstr "Zaslať mi kópiu"
79
 
80
  #: contact_form.php:89
81
+ #: contact_form.php:986
82
+ #: contact_form.php:1016
83
  msgid "Submit"
84
  msgstr "Odoslať"
85
 
135
  msgid "Thank you for contacting us."
136
  msgstr "Ďakujeme za správu."
137
 
138
+ #: contact_form.php:202
139
  #, fuzzy
140
  msgid "requires"
141
  msgstr "Vyžadované polia"
142
 
143
+ #: contact_form.php:202
144
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
145
  msgstr ""
146
 
147
+ #: contact_form.php:202
148
  msgid "Back to the WordPress"
149
  msgstr ""
150
 
151
+ #: contact_form.php:202
152
  #, fuzzy
153
  msgid "Plugins page"
154
  msgstr "Pro Plugins"
155
 
156
+ #: contact_form.php:493
157
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
158
  msgstr "Ak je vybratá možnosť \"Presmerovanie na stránku\" potom pole URL by malo mať nasledujúci formát"
159
 
160
+ #: contact_form.php:502
161
  msgid "Such user does not exist. Settings are not saved."
162
  msgstr "Taký užívateľ neexistuje. Nastavenie sa neuloží."
163
 
164
+ #: contact_form.php:506
165
+ #: contact_form.php:512
166
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
167
  msgstr "Zadajte platnú e-mailovú adresu v poli \"Od\". Nastavenie sa neuloží."
168
 
169
+ #: contact_form.php:517
170
  msgid "Settings saved."
171
  msgstr "Nastavenie uložené."
172
 
173
+ #: contact_form.php:553
174
+ #: contact_form.php:592
175
+ msgid "Wrong license key"
176
+ msgstr ""
177
+
178
+ #: contact_form.php:585
179
+ msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
180
+ msgstr ""
181
+
182
+ #: contact_form.php:594
183
+ msgid "This license key is bind to another site"
184
+ msgstr ""
185
+
186
+ #: contact_form.php:596
187
+ #: contact_form.php:1382
188
+ msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
189
+ msgstr ""
190
+
191
+ #: contact_form.php:614
192
+ msgid "Failed to open the zip archive. Please, upload the plugin manually"
193
+ msgstr ""
194
+
195
+ #: contact_form.php:620
196
+ msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
197
+ msgstr ""
198
+
199
+ #: contact_form.php:624
200
+ #: contact_form.php:633
201
+ msgid "Failed to download the zip archive. Please, upload the plugin manually"
202
+ msgstr ""
203
+
204
+ #: contact_form.php:637
205
+ msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
206
+ msgstr ""
207
+
208
+ #: contact_form.php:652
209
+ #, fuzzy
210
+ msgid "Please, enter Your license key"
211
+ msgstr "Prosím zadajte vašu e-mailovú adresu..."
212
+
213
+ #: contact_form.php:661
214
  msgid "Notice:"
215
  msgstr ""
216
 
217
+ #: contact_form.php:661
218
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
219
  msgstr ""
220
 
221
+ #: contact_form.php:664
222
+ #: contact_form.php:1990
223
+ #: contact_form.php:2001
 
224
  msgid "Settings"
225
  msgstr "Nastavenia"
226
 
227
+ #: contact_form.php:665
 
228
  msgid "Extra settings"
229
  msgstr "Extra nastavenia"
230
 
231
+ #: contact_form.php:666
232
+ msgid "Go PRO"
233
+ msgstr ""
234
+
235
+ #: contact_form.php:672
236
+ #: contact_form.php:1341
237
  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:"
238
  msgstr "Ak by ste chceli pridať kontaktný formulár na svoje webové stránky, stačí skopírovať a vložiť shortcode k príspevku, stránke alebo widgetu:"
239
 
240
+ #: contact_form.php:672
241
+ #: contact_form.php:673
242
+ #: contact_form.php:1000
243
+ #: contact_form.php:1049
244
  msgid "or"
245
  msgstr "alebo"
246
 
247
+ #: contact_form.php:673
248
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
249
  msgstr "Ak máte nejaké problémy so štandardným shortcode [contact_form], mali by ste použiť shortcode"
250
 
251
+ #: contact_form.php:674
252
  msgid "They work the same way."
253
  msgstr "Fungujú rovnakým spôsobom."
254
 
255
+ #: contact_form.php:675
256
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
257
  msgstr "Ak necháte pole prázdne, budú správy posielané na e-mailovú adresu zadanú pri registrácii."
258
 
259
+ #: contact_form.php:679
260
  msgid "The user's email address:"
261
  msgstr "Užívateľova e-mailová adresa:"
262
 
263
+ #: contact_form.php:683
264
  msgid "Create a username"
265
  msgstr "Vytvorte užívateľské meno"
266
 
267
+ #: contact_form.php:688
268
  msgid "Enter a username of the person who should get the messages from the contact form."
269
  msgstr "Zadajte užívateľské meno osoby, ktorá by mala dostať správy z kontaktného formulára."
270
 
271
+ #: contact_form.php:692
272
  msgid "Use this email address:"
273
  msgstr "Použíte tento email::"
274
 
275
+ #: contact_form.php:695
276
  msgid "Enter the email address you want the messages forwarded to."
277
  msgstr "Zadajte e-mailovú adresu, ktorú chcete do správy presmerovať."
278
 
279
+ #: contact_form.php:701
280
  msgid "Add department selectbox to the contact form:"
281
  msgstr ""
282
 
283
+ #: contact_form.php:709
284
+ #: contact_form.php:1236
285
  msgid "If you upgrade to Pro version all your settings will be saved."
286
  msgstr ""
287
 
288
+ #: contact_form.php:714
289
+ #: contact_form.php:851
290
+ #: contact_form.php:922
291
+ #: contact_form.php:1086
292
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
293
  msgstr ""
294
 
295
+ #: contact_form.php:715
296
+ #: contact_form.php:852
297
+ #: contact_form.php:923
298
+ #: contact_form.php:1087
299
+ msgid "Contact Form Pro"
300
+ msgstr "Kontaktný formulár Pro"
301
+
302
+ #: contact_form.php:721
303
  msgid "Save emails to the database"
304
  msgstr ""
305
 
306
+ #: contact_form.php:731
307
+ msgid "Using"
308
+ msgstr ""
309
+
310
+ #: contact_form.php:731
311
+ #: contact_form.php:900
312
+ #: contact_form.php:903
313
+ #: contact_form.php:907
314
+ msgid "powered by"
315
+ msgstr ""
316
+
317
+ #: contact_form.php:734
318
+ #: contact_form.php:738
319
  msgid "Using Contact Form to DB powered by"
320
  msgstr ""
321
 
322
+ #: contact_form.php:734
323
  #, fuzzy
324
  msgid "Activate Contact Form to DB"
325
  msgstr "Kontaktný formulár Pro"
326
 
327
+ #: contact_form.php:738
328
  #, fuzzy
329
  msgid "Download Contact Form to DB"
330
  msgstr "Kontaktný formulár Pro"
331
 
332
+ #: contact_form.php:743
333
  msgid "Additional options"
334
  msgstr "Ďalšie nastavenia"
335
 
336
+ #: contact_form.php:745
337
  msgid "Show"
338
  msgstr ""
339
 
340
+ #: contact_form.php:746
341
  msgid "Hide"
342
  msgstr ""
343
 
344
+ #: contact_form.php:750
345
  msgid "What to use?"
346
  msgstr "Čo používať?"
347
 
348
+ #: contact_form.php:753
349
  msgid "Wp-mail"
350
  msgstr "Wp-mail"
351
 
352
+ #: contact_form.php:753
353
  msgid "You can use the wp_mail function for mailing"
354
  msgstr "Môžete použiť wp_mail funkcie pre zasielanie"
355
 
356
+ #: contact_form.php:755
357
  msgid "Mail"
358
  msgstr "Mail"
359
 
360
+ #: contact_form.php:755
361
  msgid "To send mail you can use the php mail function"
362
  msgstr "Ak chcete odosielať poštu, môžete použiť e-mailoé PHP funkcie"
363
 
364
+ #: contact_form.php:759
365
  #, fuzzy
366
  msgid "The text in the 'From' field"
367
  msgstr "Zmena textu pola \"od\""
368
 
369
+ #: contact_form.php:761
370
  msgid "User name"
371
  msgstr ""
372
 
373
+ #: contact_form.php:762
374
  msgid "The name of the user who fills the form will be used in the field 'From'."
375
  msgstr ""
376
 
377
+ #: contact_form.php:765
378
  #, fuzzy
379
  msgid "This text will be used in the 'FROM' field"
380
  msgstr "Táto e-mailová adresa bude použitá v poli 'od'."
381
 
382
+ #: contact_form.php:769
383
  #, fuzzy
384
  msgid "The email address in the 'From' field"
385
  msgstr "Zadajte e-mailovú adresu v poli \"od\""
386
 
387
+ #: contact_form.php:771
388
  msgid "User email"
389
  msgstr ""
390
 
391
+ #: contact_form.php:772
392
  msgid "The email address of the user who fills the form will be used in the field 'From'."
393
  msgstr ""
394
 
395
+ #: contact_form.php:775
396
  msgid "This email address will be used in the 'From' field."
397
  msgstr "Táto e-mailová adresa bude použitá v poli 'od'."
398
 
399
+ #: contact_form.php:779
400
  #, fuzzy
401
  msgid "Required symbol"
402
  msgstr "Vyžadované polia"
403
 
404
+ #: contact_form.php:789
405
  msgid "Fields"
406
  msgstr ""
407
 
408
+ #: contact_form.php:790
409
  msgid "Used"
410
  msgstr ""
411
 
412
+ #: contact_form.php:791
413
  #, fuzzy
414
  msgid "Required"
415
  msgstr "Vyžadované polia"
416
 
417
+ #: contact_form.php:792
418
  msgid "Visible"
419
  msgstr ""
420
 
421
+ #: contact_form.php:793
422
  msgid "Disabled for editing"
423
  msgstr ""
424
 
425
+ #: contact_form.php:794
426
  msgid "Field's default value"
427
  msgstr ""
428
 
429
+ #: contact_form.php:799
430
+ #: contact_form.php:1111
431
+ #: contact_form.php:1831
432
+ #: contact_form.php:1861
433
  msgid "Name"
434
  msgstr "Meno"
435
 
436
+ #: contact_form.php:807
437
+ #: contact_form.php:1116
438
+ #: contact_form.php:1835
439
+ #: contact_form.php:1863
440
  msgid "Address"
441
  msgstr "Adresa"
442
 
443
+ #: contact_form.php:815
444
  msgid "Email Address"
445
  msgstr "Emailová adresa"
446
 
447
+ #: contact_form.php:823
448
  #, fuzzy
449
  msgid "Phone number"
450
  msgstr "Tel. číslo"
451
 
452
+ #: contact_form.php:831
453
+ #: contact_form.php:1131
454
+ #: contact_form.php:1845
455
+ #: contact_form.php:1867
456
  msgid "Subject"
457
  msgstr "Predmet"
458
 
459
+ #: contact_form.php:839
460
+ #: contact_form.php:1135
461
+ #: contact_form.php:1848
462
+ #: contact_form.php:1868
463
  msgid "Message"
464
  msgstr "Správa"
465
 
466
+ #: contact_form.php:857
467
  msgid "Attachment block"
468
  msgstr "Blok príloh"
469
 
470
+ #: contact_form.php:859
471
  msgid "Users can attach the following file formats"
472
  msgstr "Užívatelia môžu pripojiť nasledujúce formáty súborov"
473
 
474
+ #: contact_form.php:873
475
  msgid "Add to the form"
476
  msgstr ""
477
 
478
+ #: contact_form.php:878
479
  #, fuzzy
480
  msgid "Tips below the Attachment"
481
  msgstr "Zobrazenie tipov pod blokom príloh"
482
 
483
+ #: contact_form.php:887
484
  #, fuzzy
485
  msgid "'Send me a copy' block"
486
  msgstr "Zobraz 'Zaslať kópiu' blok"
487
 
488
+ #: contact_form.php:900
489
+ #: contact_form.php:903
490
+ #: contact_form.php:907
491
+ #: contact_form.php:1145
492
  msgid "Captcha"
493
  msgstr ""
494
 
495
+ #: contact_form.php:903
 
 
 
 
 
 
496
  msgid "Activate captcha"
497
  msgstr "Aktivovať captcha"
498
 
499
+ #: contact_form.php:907
500
  msgid "Download captcha"
501
  msgstr "Stiahnuť captcha"
502
 
503
+ #: contact_form.php:915
504
  msgid "Agreement checkbox"
505
  msgstr ""
506
 
507
+ #: contact_form.php:915
508
  msgid "Required checkbox for submitting the form"
509
  msgstr ""
510
 
511
+ #: contact_form.php:916
512
  msgid "Optional checkbox"
513
  msgstr ""
514
 
515
+ #: contact_form.php:916
516
  msgid "Optional checkbox, the results of which will be displayed in email"
517
  msgstr ""
518
 
519
+ #: contact_form.php:927
520
  msgid "Delete an attachment file from the server after the email is sent"
521
  msgstr ""
522
 
523
+ #: contact_form.php:933
524
  msgid "Email in HTML format sending"
525
  msgstr ""
526
 
527
+ #: contact_form.php:937
528
  msgid "Display additional info in the email"
529
  msgstr "Zobraziť ďalšie informácie v e-maile"
530
 
531
+ #: contact_form.php:942
532
+ #: contact_form.php:1798
533
+ #: contact_form.php:1800
534
  msgid "Sent from (ip address)"
535
  msgstr "Odoslané z (ip adresa)"
536
 
537
+ #: contact_form.php:942
538
  #, fuzzy
539
  msgid "Example: Sent from (IP address):\t127.0.0.1"
540
  msgstr "Odoslané z (ip adresa)"
541
 
542
+ #: contact_form.php:943
543
+ #: contact_form.php:1804
544
+ #: contact_form.php:1806
545
  msgid "Date/Time"
546
  msgstr "Datum / Čas"
547
 
548
+ #: contact_form.php:943
549
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
550
  msgstr ""
551
 
552
+ #: contact_form.php:944
553
+ #: contact_form.php:1810
554
+ #: contact_form.php:1812
555
  msgid "Sent from (referer)"
556
  msgstr "Odoslané z"
557
 
558
+ #: contact_form.php:944
559
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
560
  msgstr ""
561
 
562
+ #: contact_form.php:945
563
+ #: contact_form.php:1816
564
+ #: contact_form.php:1818
565
  msgid "Using (user agent)"
566
  msgstr "Použitie (user agent)"
567
 
568
+ #: contact_form.php:945
569
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
570
  msgstr ""
571
 
572
+ #: contact_form.php:949
573
  msgid "Language settings for the field names in the form"
574
  msgstr "Nastavenie jazyka pre názvy polí vo formulári"
575
 
576
+ #: contact_form.php:958
577
  msgid "Add a language"
578
  msgstr "Pridať jazyk"
579
 
580
+ #: contact_form.php:962
581
  msgid "Change the names of the contact form fields and error messages"
582
  msgstr "Zmena názvov polí kontaktného formulára a chybových hlásení"
583
 
584
+ #: contact_form.php:967
585
+ #: contact_form.php:1040
586
  msgid "English"
587
  msgstr ""
588
 
589
+ #: contact_form.php:975
590
+ #: contact_form.php:1005
591
+ msgid "click to expand/hide the list"
592
+ msgstr ""
593
+
594
+ #: contact_form.php:984
595
+ #: contact_form.php:1014
596
  #, fuzzy
597
  msgid "Tips below the Attachment block"
598
  msgstr "Zobrazenie tipov pod blokom príloh"
599
 
600
+ #: contact_form.php:987
601
+ #: contact_form.php:1017
602
  msgid "Error message for the Name field"
603
  msgstr ""
604
 
605
+ #: contact_form.php:988
606
+ #: contact_form.php:1018
607
  msgid "Error message for the Address field"
608
  msgstr ""
609
 
610
+ #: contact_form.php:989
611
+ #: contact_form.php:1019
612
  msgid "Error message for the Email field"
613
  msgstr ""
614
 
615
+ #: contact_form.php:990
616
+ #: contact_form.php:1020
617
  msgid "Error message for the Phone field"
618
  msgstr ""
619
 
620
+ #: contact_form.php:991
621
+ #: contact_form.php:1021
622
  msgid "Error message for the Subject field"
623
  msgstr ""
624
 
625
+ #: contact_form.php:992
626
+ #: contact_form.php:1022
627
  msgid "Error message for the Message field"
628
  msgstr ""
629
 
630
+ #: contact_form.php:993
631
+ #: contact_form.php:1023
632
  msgid "Error message about the file type for the Attachment field"
633
  msgstr ""
634
 
635
+ #: contact_form.php:994
636
+ #: contact_form.php:1024
637
  msgid "Error message while uploading a file for the Attachment field to the server"
638
  msgstr ""
639
 
640
+ #: contact_form.php:995
641
+ #: contact_form.php:1025
642
  msgid "Error message while moving the file for the Attachment field"
643
  msgstr ""
644
 
645
+ #: contact_form.php:996
646
+ #: contact_form.php:1026
647
  msgid "Error message when file size limit for the Attachment field is exceeded"
648
  msgstr ""
649
 
650
+ #: contact_form.php:997
651
+ #: contact_form.php:1027
652
  msgid "Error message for the Captcha field"
653
  msgstr ""
654
 
655
+ #: contact_form.php:998
656
+ #: contact_form.php:1028
657
  msgid "Error message for the whole form"
658
  msgstr ""
659
 
660
+ #: contact_form.php:1000
661
+ #: contact_form.php:1030
662
+ #: contact_form.php:1049
663
+ #: contact_form.php:1055
664
  msgid "Use shortcode"
665
  msgstr "Použite shortcode "
666
 
667
+ #: contact_form.php:1000
668
+ #: contact_form.php:1030
669
+ #: contact_form.php:1049
670
+ #: contact_form.php:1055
671
  msgid "for this language"
672
  msgstr "pre tento jazyk"
673
 
674
+ #: contact_form.php:1037
675
  msgid "Action after email is sent"
676
  msgstr "Akcia po zaslaní mailu."
677
 
678
+ #: contact_form.php:1039
679
  msgid "Display text"
680
  msgstr "Zobraziť text"
681
 
682
+ #: contact_form.php:1048
683
+ #: contact_form.php:1054
684
  msgid "Text"
685
  msgstr "Text"
686
 
687
+ #: contact_form.php:1061
688
  msgid "Redirect to the page"
689
  msgstr "Presmerovať na stránku"
690
 
691
+ #: contact_form.php:1062
692
  msgid "Url"
693
  msgstr "Url"
694
 
695
+ #: contact_form.php:1067
696
+ #: contact_form.php:1242
697
  msgid "Save Changes"
698
  msgstr "Uložiť zmeny"
699
 
700
+ #: contact_form.php:1072
701
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
702
  msgstr ""
703
 
704
+ #: contact_form.php:1073
705
  #, fuzzy
706
  msgid "Rate the plugin"
707
  msgstr "Voľné pluginy"
708
 
709
+ #: contact_form.php:1076
710
  #, fuzzy
711
  msgid "If there is something wrong about it, please contact us"
712
  msgstr "Ak máte akékoľvek otázky kontaktujte nás prostredníctvom"
713
 
714
+ #: contact_form.php:1091
 
 
 
 
715
  msgid "Errors output"
716
  msgstr ""
717
 
718
+ #: contact_form.php:1094
719
  msgid "Display error messages"
720
  msgstr ""
721
 
722
+ #: contact_form.php:1095
723
  msgid "Color of the input field errors."
724
  msgstr ""
725
 
726
+ #: contact_form.php:1096
727
  msgid "Display error messages & color of the input field errors"
728
  msgstr ""
729
 
730
+ #: contact_form.php:1101
731
  msgid "Add placeholder to the input blocks"
732
  msgstr ""
733
 
734
+ #: contact_form.php:1107
735
  msgid "Add tooltips"
736
  msgstr "Pridať popisky"
737
 
738
+ #: contact_form.php:1121
739
  msgid "Email address"
740
  msgstr "Emailová adresa"
741
 
742
+ #: contact_form.php:1126
743
  msgid "Phone Number"
744
  msgstr "Tel. číslo"
745
 
746
+ #: contact_form.php:1140
747
  msgid "Attachment"
748
  msgstr "Príloha"
749
 
750
+ #: contact_form.php:1145
751
  msgid "(powered by bestwebsoft.com)"
752
  msgstr ""
753
 
754
+ #: contact_form.php:1150
755
  msgid "Style options"
756
  msgstr "Nastavenie štýlu"
757
 
758
+ #: contact_form.php:1153
759
  msgid "Text color"
760
  msgstr ""
761
 
762
+ #: contact_form.php:1156
763
+ #: contact_form.php:1161
764
+ #: contact_form.php:1171
765
+ #: contact_form.php:1176
766
+ #: contact_form.php:1181
767
+ #: contact_form.php:1186
768
+ #: contact_form.php:1196
769
+ #: contact_form.php:1201
770
+ #: contact_form.php:1207
771
+ #: contact_form.php:1218
772
+ #: contact_form.php:1223
773
+ #: contact_form.php:1228
774
  msgid "Default"
775
  msgstr ""
776
 
777
+ #: contact_form.php:1158
778
  msgid "Label text color"
779
  msgstr ""
780
 
781
+ #: contact_form.php:1163
782
  msgid "Placeholder color"
783
  msgstr ""
784
 
785
+ #: contact_form.php:1168
786
  msgid "Errors color"
787
  msgstr ""
788
 
789
+ #: contact_form.php:1173
790
  msgid "Error text color"
791
  msgstr ""
792
 
793
+ #: contact_form.php:1178
794
  msgid "Background color of the input field errors"
795
  msgstr ""
796
 
797
+ #: contact_form.php:1183
798
  msgid "Border color of the input field errors"
799
  msgstr ""
800
 
801
+ #: contact_form.php:1188
802
  msgid "Placeholder color of the input field errors"
803
  msgstr ""
804
 
805
+ #: contact_form.php:1193
806
  msgid "Input fields"
807
  msgstr "Vložiť polia"
808
 
809
+ #: contact_form.php:1198
810
  msgid "Input fields background color"
811
  msgstr ""
812
 
813
+ #: contact_form.php:1203
814
  msgid "Text fields color"
815
  msgstr ""
816
 
817
+ #: contact_form.php:1205
818
  msgid "Border width in px, numbers only"
819
  msgstr ""
820
 
821
+ #: contact_form.php:1209
822
+ #: contact_form.php:1230
823
  msgid "Border color"
824
  msgstr ""
825
 
826
+ #: contact_form.php:1214
827
  msgid "Submit button"
828
  msgstr "Odoslať"
829
 
830
+ #: contact_form.php:1216
831
  msgid "Width in px, numbers only"
832
  msgstr ""
833
 
834
+ #: contact_form.php:1220
835
  msgid "Button color"
836
  msgstr ""
837
 
838
+ #: contact_form.php:1225
839
  msgid "Button text color"
840
  msgstr ""
841
 
842
+ #: contact_form.php:1246
843
  msgid "Contact Form Pro | Preview"
844
  msgstr "Kontaktný formulár Pro | Zobrazenie"
845
 
846
+ #: contact_form.php:1249
847
  msgid "Show with errors"
848
  msgstr ""
849
 
850
+ #: contact_form.php:1257
851
+ #: contact_form.php:1259
852
  msgid "Please enter your full name..."
853
  msgstr ""
854
 
855
+ #: contact_form.php:1270
856
+ #: contact_form.php:1272
857
  msgid "Please enter your address..."
858
  msgstr ""
859
 
860
+ #: contact_form.php:1281
861
+ #: contact_form.php:1283
862
  msgid "Please enter your email address..."
863
  msgstr "Prosím zadajte vašu e-mailovú adresu..."
864
 
865
+ #: contact_form.php:1292
866
+ #: contact_form.php:1294
867
  msgid "Please enter your phone number..."
868
  msgstr ""
869
 
870
+ #: contact_form.php:1303
871
+ #: contact_form.php:1305
872
  msgid "Please enter subject..."
873
  msgstr ""
874
 
875
+ #: contact_form.php:1313
876
+ #: contact_form.php:1315
877
  msgid "Please enter your message..."
878
  msgstr ""
879
 
880
+ #: contact_form.php:1357
881
+ msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
882
+ msgstr ""
883
+
884
+ #: contact_form.php:1359
885
+ msgid "Please, go to"
886
+ msgstr ""
887
+
888
+ #: contact_form.php:1359
889
+ #, fuzzy
890
+ msgid "the setting page"
891
+ msgstr "Extra nastavenia"
892
+
893
+ #: contact_form.php:1360
894
+ msgid "You will be redirected automatically in 5 seconds."
895
+ msgstr ""
896
+
897
+ #: contact_form.php:1365
898
+ msgid "You can download and activate"
899
+ msgstr ""
900
+
901
+ #: contact_form.php:1367
902
+ msgid "version of this plugin by entering Your license key."
903
+ msgstr ""
904
+
905
+ #: contact_form.php:1369
906
+ msgid "You can find your license key on your personal page Client area, by clicking on the link"
907
+ msgstr ""
908
+
909
+ #: contact_form.php:1371
910
+ msgid "(your username is the email you specify when purchasing the product)."
911
+ msgstr ""
912
+
913
+ #: contact_form.php:1379
914
+ #: contact_form.php:1389
915
+ msgid "Go!"
916
+ msgstr ""
917
+
918
+ #: contact_form.php:1439
919
  msgid "Sorry, email message could not be delivered."
920
  msgstr "Prepáčte, správa nemohla byť doručená."
921
 
922
+ #: contact_form.php:1825
923
  msgid "Contact from"
924
  msgstr "Kontaktný formulár"
925
 
926
+ #: contact_form.php:1838
927
+ #: contact_form.php:1864
928
  msgid "Email"
929
  msgstr "E-Mail"
930
 
931
+ #: contact_form.php:1842
932
+ #: contact_form.php:1866
933
  msgid "Phone"
934
  msgstr "Telefón"
935
 
936
+ #: contact_form.php:1851
937
+ #: contact_form.php:1869
938
  msgid "Site"
939
  msgstr "Stránka"
940
 
941
+ #: contact_form.php:1932
942
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
943
  msgstr "Ak vidíte túto MIME, znamená to, že MIME typ nie je podporovaný vyším e-mailovým klientom!"
944
 
945
+ #: contact_form.php:2002
946
  msgid "FAQ"
947
  msgstr "FAQ"
948
 
949
+ #: contact_form.php:2003
950
  msgid "Support"
951
  msgstr "Podpora"
952
 
953
+ #: contact_form.php:2061
954
  msgid "Are you sure that you want to delete this language data?"
955
  msgstr ""
956
 
957
+ #~ msgid "Contact Form Pro Extra Settings"
958
+ #~ msgstr "Kontaktný formulár Pro Extra - nastavenie"
959
+
960
+ #~ msgid "Contact Form Pro | Extra Settings"
961
+ #~ msgstr "Kontaktný formulár | Extra nastavenie"
962
+
963
  #~ msgid "Display fields"
964
  #~ msgstr "Zobraz polia"
965
 
languages/contact_form-sr_RS.mo CHANGED
Binary file
languages/contact_form-sr_RS.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-12-17 16:53+0300\n"
6
- "PO-Revision-Date: 2013-12-17 16:53+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Georgijevic Team <http://www.georgijevic.info>\n"
9
  "Language: sr_RS\n"
@@ -16,70 +16,56 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:32
20
- #: contact_form.php:538
21
- #, fuzzy
22
- msgid "Contact Form Settings"
23
- msgstr "Opcije Kontakt Forme"
24
-
25
- #: contact_form.php:32
26
- msgid "Contact Form"
27
- msgstr "Kontakt Forma"
28
-
29
  #: contact_form.php:33
 
30
  #, fuzzy
31
- msgid "Contact Form Pro Extra Settings"
32
  msgstr "Opcije Kontakt Forme"
33
 
34
  #: contact_form.php:33
35
- #: contact_form.php:592
36
- #: contact_form.php:729
37
- #: contact_form.php:800
38
- #: contact_form.php:982
39
- #, fuzzy
40
- msgid "Contact Form Pro"
41
  msgstr "Kontakt Forma"
42
 
43
  #: contact_form.php:80
44
- #: contact_form.php:854
45
- #: contact_form.php:884
46
  msgid "Name:"
47
  msgstr "Ime:"
48
 
49
  #: contact_form.php:81
50
- #: contact_form.php:855
51
- #: contact_form.php:885
52
  #, fuzzy
53
  msgid "Address:"
54
  msgstr "E-mail Adresa:"
55
 
56
  #: contact_form.php:82
57
- #: contact_form.php:856
58
- #: contact_form.php:886
59
  msgid "Email Address:"
60
  msgstr "E-mail Adresa:"
61
 
62
  #: contact_form.php:83
63
- #: contact_form.php:857
64
- #: contact_form.php:887
65
  msgid "Phone number:"
66
  msgstr "Broj telefona"
67
 
68
  #: contact_form.php:84
69
- #: contact_form.php:858
70
- #: contact_form.php:888
71
  msgid "Subject:"
72
  msgstr "Tema:"
73
 
74
  #: contact_form.php:85
75
- #: contact_form.php:859
76
- #: contact_form.php:889
77
  msgid "Message:"
78
  msgstr "Poruka:"
79
 
80
  #: contact_form.php:86
81
- #: contact_form.php:860
82
- #: contact_form.php:890
83
  msgid "Attachment:"
84
  msgstr "Priveži fajl:"
85
 
@@ -88,14 +74,14 @@ msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI,
88
  msgstr ""
89
 
90
  #: contact_form.php:88
91
- #: contact_form.php:862
92
- #: contact_form.php:892
93
  msgid "Send me a copy"
94
  msgstr "Pošalji mi kopiju"
95
 
96
  #: contact_form.php:89
97
- #: contact_form.php:863
98
- #: contact_form.php:893
99
  msgid "Submit"
100
  msgstr "Podnesi"
101
 
@@ -153,760 +139,860 @@ msgstr "Molimo vas da izvršite izmene ispod i pokušate ponovo."
153
  msgid "Thank you for contacting us."
154
  msgstr "Hvala što ste nas kontaktirali."
155
 
156
- #: contact_form.php:203
157
  #, fuzzy
158
  msgid "requires"
159
  msgstr "Zahtevana polja"
160
 
161
- #: contact_form.php:203
162
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
163
  msgstr ""
164
 
165
- #: contact_form.php:203
166
  msgid "Back to the WordPress"
167
  msgstr ""
168
 
169
- #: contact_form.php:203
170
  #, fuzzy
171
  msgid "Plugins page"
172
  msgstr "BWS Dodaci"
173
 
174
- #: contact_form.php:494
175
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
176
  msgstr "Ako opcija 'Prosledi na stranu' je izabrana onda polje za URL možete popuniti u sledećem formatu"
177
 
178
- #: contact_form.php:503
179
  msgid "Such user does not exist. Settings are not saved."
180
  msgstr "Takav korisnik ne postoji. Podešavanja nisu sačuvana"
181
 
182
- #: contact_form.php:507
183
- #: contact_form.php:513
184
  #, fuzzy
185
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
186
  msgstr "Molim Vas unesite ispravan mejl u polje 'OD'. Podešavanja nisu sačuvana."
187
 
188
- #: contact_form.php:518
189
  #, fuzzy
190
  msgid "Settings saved."
191
  msgstr "Opcije sačuvane"
192
 
193
- #: contact_form.php:540
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
194
  msgid "Notice:"
195
  msgstr ""
196
 
197
- #: contact_form.php:540
198
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
199
  msgstr ""
200
 
201
- #: contact_form.php:543
202
- #: contact_form.php:973
203
- #: contact_form.php:1838
204
- #: contact_form.php:1849
205
  msgid "Settings"
206
  msgstr "Podešavanja"
207
 
208
- #: contact_form.php:544
209
- #: contact_form.php:974
210
  #, fuzzy
211
  msgid "Extra settings"
212
  msgstr "Podešavanja"
213
 
214
- #: contact_form.php:549
215
- #: contact_form.php:1236
 
 
 
 
216
  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:"
217
  msgstr "Ako želite da dodate Kontakt Formu na vaš veb sajt, jednostavno iskopirajte ovaj kratak kod na vašu stranu, članak ili vidžet:"
218
 
219
- #: contact_form.php:549
220
- #: contact_form.php:550
221
- #: contact_form.php:877
222
- #: contact_form.php:926
223
  msgid "or"
224
  msgstr ""
225
 
226
- #: contact_form.php:550
227
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
228
  msgstr ""
229
 
230
- #: contact_form.php:551
231
  msgid "They work the same way."
232
  msgstr ""
233
 
234
- #: contact_form.php:552
235
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
236
  msgstr "Ako je polje za podatke ispod prazno tada će poruka biti poslata na adresu koja je navedena prilikom registracije."
237
 
238
- #: contact_form.php:556
239
  msgid "The user's email address:"
240
  msgstr "Koristi mejl wordpress korisnika:"
241
 
242
- #: contact_form.php:560
243
  msgid "Create a username"
244
  msgstr "Odaberi korisničko ime"
245
 
246
- #: contact_form.php:565
247
  msgid "Enter a username of the person who should get the messages from the contact form."
248
  msgstr "Podesi ime korisnika koji će primiti poruku sa ove kontakt forme."
249
 
250
- #: contact_form.php:569
251
  msgid "Use this email address:"
252
  msgstr "Koristi ovaj mejl:"
253
 
254
- #: contact_form.php:572
255
  msgid "Enter the email address you want the messages forwarded to."
256
  msgstr "Podesi mejl adresu koja će biti korišćena za prijem poruka."
257
 
258
- #: contact_form.php:578
259
  msgid "Add department selectbox to the contact form:"
260
  msgstr ""
261
 
262
- #: contact_form.php:586
263
- #: contact_form.php:1131
264
  msgid "If you upgrade to Pro version all your settings will be saved."
265
  msgstr ""
266
 
267
- #: contact_form.php:591
268
- #: contact_form.php:728
269
- #: contact_form.php:799
270
- #: contact_form.php:981
271
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
272
  msgstr ""
273
 
274
- #: contact_form.php:598
 
 
 
 
 
 
 
 
275
  msgid "Save emails to the database"
276
  msgstr ""
277
 
278
- #: contact_form.php:608
279
- #: contact_form.php:611
280
- #: contact_form.php:615
 
 
 
 
 
 
 
 
 
 
281
  msgid "Using Contact Form to DB powered by"
282
  msgstr ""
283
 
284
- #: contact_form.php:611
285
  #, fuzzy
286
  msgid "Activate Contact Form to DB"
287
  msgstr "Kontakt Forma"
288
 
289
- #: contact_form.php:615
290
  #, fuzzy
291
  msgid "Download Contact Form to DB"
292
  msgstr "Kontakt Forma"
293
 
294
- #: contact_form.php:620
295
  msgid "Additional options"
296
  msgstr "Dodatne opcije"
297
 
298
- #: contact_form.php:622
299
  msgid "Show"
300
  msgstr ""
301
 
302
- #: contact_form.php:623
303
  msgid "Hide"
304
  msgstr ""
305
 
306
- #: contact_form.php:627
307
  msgid "What to use?"
308
  msgstr "Šta koristite?"
309
 
310
- #: contact_form.php:630
311
  msgid "Wp-mail"
312
  msgstr "Wp-mail"
313
 
314
- #: contact_form.php:630
315
  msgid "You can use the wp_mail function for mailing"
316
  msgstr "Da biste poslali mejl možete koristiti wordpress-ovu wp_mail funkciju"
317
 
318
- #: contact_form.php:632
319
  msgid "Mail"
320
  msgstr "Mail"
321
 
322
- #: contact_form.php:632
323
  msgid "To send mail you can use the php mail function"
324
  msgstr "Da biste poslali mejl možete koristiti php mail funkciju"
325
 
326
- #: contact_form.php:636
327
  #, fuzzy
328
  msgid "The text in the 'From' field"
329
  msgstr "Promeni tekst 'OD' polja u kontakt formi"
330
 
331
- #: contact_form.php:638
332
  msgid "User name"
333
  msgstr ""
334
 
335
- #: contact_form.php:639
336
  #, fuzzy
337
  msgid "The name of the user who fills the form will be used in the field 'From'."
338
  msgstr "Mejl adresa korisnika koji je popunio polja će se koristiti u polju 'OD'"
339
 
340
- #: contact_form.php:642
341
  #, fuzzy
342
  msgid "This text will be used in the 'FROM' field"
343
  msgstr "Ova mejl adresa će biti korišćena u polju 'OD'"
344
 
345
- #: contact_form.php:646
346
  #, fuzzy
347
  msgid "The email address in the 'From' field"
348
  msgstr "Unesi mejl adresu u polje 'OD'"
349
 
350
- #: contact_form.php:648
351
  msgid "User email"
352
  msgstr ""
353
 
354
- #: contact_form.php:649
355
  #, fuzzy
356
  msgid "The email address of the user who fills the form will be used in the field 'From'."
357
  msgstr "Mejl adresa korisnika koji je popunio polja će se koristiti u polju 'OD'"
358
 
359
- #: contact_form.php:652
360
  msgid "This email address will be used in the 'From' field."
361
  msgstr "Ova mejl adresa će biti korišćena u polju 'OD'"
362
 
363
- #: contact_form.php:656
364
  #, fuzzy
365
  msgid "Required symbol"
366
  msgstr "Zahtevana polja"
367
 
368
- #: contact_form.php:666
369
  msgid "Fields"
370
  msgstr ""
371
 
372
- #: contact_form.php:667
373
  msgid "Used"
374
  msgstr ""
375
 
376
- #: contact_form.php:668
377
  #, fuzzy
378
  msgid "Required"
379
  msgstr "Zahtevana polja"
380
 
381
- #: contact_form.php:669
382
  msgid "Visible"
383
  msgstr ""
384
 
385
- #: contact_form.php:670
386
  msgid "Disabled for editing"
387
  msgstr ""
388
 
389
- #: contact_form.php:671
390
  msgid "Field's default value"
391
  msgstr ""
392
 
393
- #: contact_form.php:676
394
- #: contact_form.php:1006
395
- #: contact_form.php:1679
396
- #: contact_form.php:1709
397
  msgid "Name"
398
  msgstr "Ime"
399
 
400
- #: contact_form.php:684
401
- #: contact_form.php:1011
402
- #: contact_form.php:1683
403
- #: contact_form.php:1711
404
  #, fuzzy
405
  msgid "Address"
406
  msgstr "E-mail Adresa:"
407
 
408
- #: contact_form.php:692
409
  #, fuzzy
410
  msgid "Email Address"
411
  msgstr "E-mail Adresa:"
412
 
413
- #: contact_form.php:700
414
  #, fuzzy
415
  msgid "Phone number"
416
  msgstr "Broj telefona"
417
 
418
- #: contact_form.php:708
419
- #: contact_form.php:1026
420
- #: contact_form.php:1693
421
- #: contact_form.php:1715
422
  msgid "Subject"
423
  msgstr "Tema"
424
 
425
- #: contact_form.php:716
426
- #: contact_form.php:1030
427
- #: contact_form.php:1696
428
- #: contact_form.php:1716
429
  msgid "Message"
430
  msgstr "Poruka"
431
 
432
- #: contact_form.php:734
433
  #, fuzzy
434
  msgid "Attachment block"
435
  msgstr "Prikaži blok privezaka"
436
 
437
- #: contact_form.php:736
438
  msgid "Users can attach the following file formats"
439
  msgstr "Korisnici mogu privezivati fajlove sledećih tipova"
440
 
441
- #: contact_form.php:750
442
  msgid "Add to the form"
443
  msgstr ""
444
 
445
- #: contact_form.php:755
446
  #, fuzzy
447
  msgid "Tips below the Attachment"
448
  msgstr "Prikaži objašnjenja posle bloka Privezaka"
449
 
450
- #: contact_form.php:764
451
  #, fuzzy
452
  msgid "'Send me a copy' block"
453
  msgstr "Prikaži Pošalji mi kopiju blok"
454
 
455
- #: contact_form.php:777
456
- #: contact_form.php:780
457
- #: contact_form.php:784
458
- #: contact_form.php:1040
459
  msgid "Captcha"
460
  msgstr ""
461
 
462
- #: contact_form.php:777
463
- #: contact_form.php:780
464
- #: contact_form.php:784
465
- msgid "powered by"
466
- msgstr ""
467
-
468
- #: contact_form.php:780
469
  #, fuzzy
470
  msgid "Activate captcha"
471
  msgstr "Aktivni dodaci"
472
 
473
- #: contact_form.php:784
474
  #, fuzzy
475
  msgid "Download captcha"
476
  msgstr "Preuzmi"
477
 
478
- #: contact_form.php:792
479
  msgid "Agreement checkbox"
480
  msgstr ""
481
 
482
- #: contact_form.php:792
483
  msgid "Required checkbox for submitting the form"
484
  msgstr ""
485
 
486
- #: contact_form.php:793
487
  msgid "Optional checkbox"
488
  msgstr ""
489
 
490
- #: contact_form.php:793
491
  msgid "Optional checkbox, the results of which will be displayed in email"
492
  msgstr ""
493
 
494
- #: contact_form.php:804
495
  msgid "Delete an attachment file from the server after the email is sent"
496
  msgstr ""
497
 
498
- #: contact_form.php:810
499
  msgid "Email in HTML format sending"
500
  msgstr ""
501
 
502
- #: contact_form.php:814
503
  #, fuzzy
504
  msgid "Display additional info in the email"
505
  msgstr "Prikaži dodatne informacije u mejlu"
506
 
507
- #: contact_form.php:819
508
- #: contact_form.php:1646
509
- #: contact_form.php:1648
510
  msgid "Sent from (ip address)"
511
  msgstr "Poslato sa (ip adresa)"
512
 
513
- #: contact_form.php:819
514
  #, fuzzy
515
  msgid "Example: Sent from (IP address):\t127.0.0.1"
516
  msgstr "Poslato sa (ip adresa)"
517
 
518
- #: contact_form.php:820
519
- #: contact_form.php:1652
520
- #: contact_form.php:1654
521
  msgid "Date/Time"
522
  msgstr "Datum/Vreme"
523
 
524
- #: contact_form.php:820
525
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
526
  msgstr ""
527
 
528
- #: contact_form.php:821
529
- #: contact_form.php:1658
530
- #: contact_form.php:1660
531
  msgid "Sent from (referer)"
532
  msgstr "Poslato od (prosleđivač)"
533
 
534
- #: contact_form.php:821
535
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
536
  msgstr ""
537
 
538
- #: contact_form.php:822
539
- #: contact_form.php:1664
540
- #: contact_form.php:1666
541
  msgid "Using (user agent)"
542
  msgstr "Koristi (user agent)"
543
 
544
- #: contact_form.php:822
545
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
546
  msgstr ""
547
 
548
- #: contact_form.php:826
549
  msgid "Language settings for the field names in the form"
550
  msgstr "Podešavanja jezika za polje imena u obrascu"
551
 
552
- #: contact_form.php:835
553
  #, fuzzy
554
  msgid "Add a language"
555
  msgstr "Dodaj jezik"
556
 
557
- #: contact_form.php:839
558
  msgid "Change the names of the contact form fields and error messages"
559
  msgstr "Promeni oznaku za polja u kontakt formi i poruku greške"
560
 
561
- #: contact_form.php:844
562
- #: contact_form.php:917
563
  msgid "English"
564
  msgstr "Engleski"
565
 
566
- #: contact_form.php:861
567
- #: contact_form.php:891
 
 
 
 
 
568
  #, fuzzy
569
  msgid "Tips below the Attachment block"
570
  msgstr "Prikaži objašnjenja posle bloka Privezaka"
571
 
572
- #: contact_form.php:864
573
- #: contact_form.php:894
574
  msgid "Error message for the Name field"
575
  msgstr "Poruka greške za polje Ime"
576
 
577
- #: contact_form.php:865
578
- #: contact_form.php:895
579
  #, fuzzy
580
  msgid "Error message for the Address field"
581
  msgstr "Poruka greške za polje Poruka"
582
 
583
- #: contact_form.php:866
584
- #: contact_form.php:896
585
  msgid "Error message for the Email field"
586
  msgstr "Poruka greške za polje imejl"
587
 
588
- #: contact_form.php:867
589
- #: contact_form.php:897
590
  msgid "Error message for the Phone field"
591
  msgstr "Poruka greške za polje Broj telefona"
592
 
593
- #: contact_form.php:868
594
- #: contact_form.php:898
595
  msgid "Error message for the Subject field"
596
  msgstr "Poruka greške za polje Tema"
597
 
598
- #: contact_form.php:869
599
- #: contact_form.php:899
600
  msgid "Error message for the Message field"
601
  msgstr "Poruka greške za polje Poruka"
602
 
603
- #: contact_form.php:870
604
- #: contact_form.php:900
605
  #, fuzzy
606
  msgid "Error message about the file type for the Attachment field"
607
  msgstr "Poruka greške za polje Privezaka"
608
 
609
- #: contact_form.php:871
610
- #: contact_form.php:901
611
  #, fuzzy
612
  msgid "Error message while uploading a file for the Attachment field to the server"
613
  msgstr "Poruka greške za polje Privezaka"
614
 
615
- #: contact_form.php:872
616
- #: contact_form.php:902
617
  #, fuzzy
618
  msgid "Error message while moving the file for the Attachment field"
619
  msgstr "Poruka greške za polje Privezaka"
620
 
621
- #: contact_form.php:873
622
- #: contact_form.php:903
623
  #, fuzzy
624
  msgid "Error message when file size limit for the Attachment field is exceeded"
625
  msgstr "Poruka greške za polje Privezaka"
626
 
627
- #: contact_form.php:874
628
- #: contact_form.php:904
629
  msgid "Error message for the Captcha field"
630
  msgstr "Poruka greške za polje Kapča"
631
 
632
- #: contact_form.php:875
633
- #: contact_form.php:905
634
  msgid "Error message for the whole form"
635
  msgstr "Poruka greške za ceo obrazac"
636
 
637
- #: contact_form.php:877
638
- #: contact_form.php:907
639
- #: contact_form.php:926
640
- #: contact_form.php:932
641
  msgid "Use shortcode"
642
  msgstr "Koristi prečicu"
643
 
644
- #: contact_form.php:877
645
- #: contact_form.php:907
646
- #: contact_form.php:926
647
- #: contact_form.php:932
648
  msgid "for this language"
649
  msgstr "za ovaj jezik"
650
 
651
- #: contact_form.php:914
652
  msgid "Action after email is sent"
653
  msgstr "Akcija posle poslatog mejla"
654
 
655
- #: contact_form.php:916
656
  msgid "Display text"
657
  msgstr "Prikaži tekst"
658
 
659
- #: contact_form.php:925
660
- #: contact_form.php:931
661
  msgid "Text"
662
  msgstr "Tekst"
663
 
664
- #: contact_form.php:938
665
  msgid "Redirect to the page"
666
  msgstr "Preusmeri na stranu"
667
 
668
- #: contact_form.php:939
669
  msgid "Url"
670
  msgstr "Url"
671
 
672
- #: contact_form.php:944
673
- #: contact_form.php:1137
674
  msgid "Save Changes"
675
  msgstr "Sačuvaj izmene"
676
 
677
- #: contact_form.php:950
678
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
679
  msgstr ""
680
 
681
- #: contact_form.php:951
682
  #, fuzzy
683
  msgid "Rate the plugin"
684
  msgstr "Preporučeni dodaci"
685
 
686
- #: contact_form.php:954
687
  #, fuzzy
688
  msgid "If there is something wrong about it, please contact us"
689
  msgstr "Ako imate bilo kakva pitanja, kontaktirajte na mejl plugin@bestwebsoft.com ili popunite kontakt formu na našem sajtu"
690
 
691
- #: contact_form.php:971
692
- #, fuzzy
693
- msgid "Contact Form Pro | Extra Settings"
694
- msgstr "Opcije Kontakt Forme"
695
-
696
- #: contact_form.php:986
697
  msgid "Errors output"
698
  msgstr ""
699
 
700
- #: contact_form.php:989
701
  msgid "Display error messages"
702
  msgstr ""
703
 
704
- #: contact_form.php:990
705
  msgid "Color of the input field errors."
706
  msgstr ""
707
 
708
- #: contact_form.php:991
709
  #, fuzzy
710
  msgid "Display error messages & color of the input field errors"
711
  msgstr "Poruka greške za polje Tema"
712
 
713
- #: contact_form.php:996
714
  msgid "Add placeholder to the input blocks"
715
  msgstr ""
716
 
717
- #: contact_form.php:1002
718
  #, fuzzy
719
  msgid "Add tooltips"
720
  msgstr "Dodatne opcije"
721
 
722
- #: contact_form.php:1016
723
  #, fuzzy
724
  msgid "Email address"
725
  msgstr "E-mail Adresa:"
726
 
727
- #: contact_form.php:1021
728
  #, fuzzy
729
  msgid "Phone Number"
730
  msgstr "Broj telefona"
731
 
732
- #: contact_form.php:1035
733
  #, fuzzy
734
  msgid "Attachment"
735
  msgstr "Priveži fajl:"
736
 
737
- #: contact_form.php:1040
738
  msgid "(powered by bestwebsoft.com)"
739
  msgstr ""
740
 
741
- #: contact_form.php:1045
742
  #, fuzzy
743
  msgid "Style options"
744
  msgstr "Dodatne opcije"
745
 
746
- #: contact_form.php:1048
747
  msgid "Text color"
748
  msgstr ""
749
 
750
- #: contact_form.php:1051
751
- #: contact_form.php:1056
752
- #: contact_form.php:1066
753
- #: contact_form.php:1071
754
- #: contact_form.php:1076
755
- #: contact_form.php:1081
756
- #: contact_form.php:1091
757
- #: contact_form.php:1096
758
- #: contact_form.php:1102
759
- #: contact_form.php:1113
760
- #: contact_form.php:1118
761
- #: contact_form.php:1123
762
  msgid "Default"
763
  msgstr ""
764
 
765
- #: contact_form.php:1053
766
  msgid "Label text color"
767
  msgstr ""
768
 
769
- #: contact_form.php:1058
770
  msgid "Placeholder color"
771
  msgstr ""
772
 
773
- #: contact_form.php:1063
774
  msgid "Errors color"
775
  msgstr ""
776
 
777
- #: contact_form.php:1068
778
  msgid "Error text color"
779
  msgstr ""
780
 
781
- #: contact_form.php:1073
782
  msgid "Background color of the input field errors"
783
  msgstr ""
784
 
785
- #: contact_form.php:1078
786
  msgid "Border color of the input field errors"
787
  msgstr ""
788
 
789
- #: contact_form.php:1083
790
  msgid "Placeholder color of the input field errors"
791
  msgstr ""
792
 
793
- #: contact_form.php:1088
794
  msgid "Input fields"
795
  msgstr ""
796
 
797
- #: contact_form.php:1093
798
  msgid "Input fields background color"
799
  msgstr ""
800
 
801
- #: contact_form.php:1098
802
  msgid "Text fields color"
803
  msgstr ""
804
 
805
- #: contact_form.php:1100
806
  msgid "Border width in px, numbers only"
807
  msgstr ""
808
 
809
- #: contact_form.php:1104
810
- #: contact_form.php:1125
811
  msgid "Border color"
812
  msgstr ""
813
 
814
- #: contact_form.php:1109
815
  #, fuzzy
816
  msgid "Submit button"
817
  msgstr "Podnesi"
818
 
819
- #: contact_form.php:1111
820
  msgid "Width in px, numbers only"
821
  msgstr ""
822
 
823
- #: contact_form.php:1115
824
  msgid "Button color"
825
  msgstr ""
826
 
827
- #: contact_form.php:1120
828
  msgid "Button text color"
829
  msgstr ""
830
 
831
- #: contact_form.php:1141
832
  #, fuzzy
833
  msgid "Contact Form Pro | Preview"
834
  msgstr "Kontakt Forma"
835
 
836
- #: contact_form.php:1144
837
  msgid "Show with errors"
838
  msgstr ""
839
 
840
- #: contact_form.php:1152
841
- #: contact_form.php:1154
842
  msgid "Please enter your full name..."
843
  msgstr ""
844
 
845
- #: contact_form.php:1165
846
- #: contact_form.php:1167
847
  msgid "Please enter your address..."
848
  msgstr ""
849
 
850
- #: contact_form.php:1176
851
- #: contact_form.php:1178
852
  #, fuzzy
853
  msgid "Please enter your email address..."
854
  msgstr "Koristi ovaj mejl:"
855
 
856
- #: contact_form.php:1187
857
- #: contact_form.php:1189
858
  msgid "Please enter your phone number..."
859
  msgstr ""
860
 
861
- #: contact_form.php:1198
862
- #: contact_form.php:1200
863
  msgid "Please enter subject..."
864
  msgstr ""
865
 
866
- #: contact_form.php:1208
867
- #: contact_form.php:1210
868
  msgid "Please enter your message..."
869
  msgstr ""
870
 
871
- #: contact_form.php:1287
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
872
  msgid "Sorry, email message could not be delivered."
873
  msgstr "Izvinite, vaš mejl nije mogao biti dostavljen."
874
 
875
- #: contact_form.php:1673
876
  msgid "Contact from"
877
  msgstr "Kontakt forma"
878
 
879
- #: contact_form.php:1686
880
- #: contact_form.php:1712
881
  msgid "Email"
882
  msgstr "Email"
883
 
884
- #: contact_form.php:1690
885
- #: contact_form.php:1714
886
  msgid "Phone"
887
  msgstr "Broj telefona"
888
 
889
- #: contact_form.php:1699
890
- #: contact_form.php:1717
891
  msgid "Site"
892
  msgstr "Sajt"
893
 
894
- #: contact_form.php:1780
895
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
896
  msgstr "Ako možete da vidite ovaj MIME to znači da vaš klijent ne prihvata MIME tipove!"
897
 
898
- #: contact_form.php:1850
899
  msgid "FAQ"
900
  msgstr "FAQ"
901
 
902
- #: contact_form.php:1851
903
  msgid "Support"
904
  msgstr "Podrška"
905
 
906
- #: contact_form.php:1910
907
  msgid "Are you sure that you want to delete this language data?"
908
  msgstr "Da li ste sigurni da želite da obrišete podatke jezika?"
909
 
 
 
 
 
 
 
 
 
910
  #, fuzzy
911
  #~ msgid "Display fields"
912
  #~ msgstr "Prikaži tekst"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-31 18:15+0300\n"
6
+ "PO-Revision-Date: 2014-01-31 18:15+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Georgijevic Team <http://www.georgijevic.info>\n"
9
  "Language: sr_RS\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
 
 
 
 
 
 
 
 
 
 
19
  #: contact_form.php:33
20
+ #: contact_form.php:659
21
  #, fuzzy
22
+ msgid "Contact Form Settings"
23
  msgstr "Opcije Kontakt Forme"
24
 
25
  #: contact_form.php:33
26
+ msgid "Contact Form"
 
 
 
 
 
27
  msgstr "Kontakt Forma"
28
 
29
  #: contact_form.php:80
30
+ #: contact_form.php:977
31
+ #: contact_form.php:1007
32
  msgid "Name:"
33
  msgstr "Ime:"
34
 
35
  #: contact_form.php:81
36
+ #: contact_form.php:978
37
+ #: contact_form.php:1008
38
  #, fuzzy
39
  msgid "Address:"
40
  msgstr "E-mail Adresa:"
41
 
42
  #: contact_form.php:82
43
+ #: contact_form.php:979
44
+ #: contact_form.php:1009
45
  msgid "Email Address:"
46
  msgstr "E-mail Adresa:"
47
 
48
  #: contact_form.php:83
49
+ #: contact_form.php:980
50
+ #: contact_form.php:1010
51
  msgid "Phone number:"
52
  msgstr "Broj telefona"
53
 
54
  #: contact_form.php:84
55
+ #: contact_form.php:981
56
+ #: contact_form.php:1011
57
  msgid "Subject:"
58
  msgstr "Tema:"
59
 
60
  #: contact_form.php:85
61
+ #: contact_form.php:982
62
+ #: contact_form.php:1012
63
  msgid "Message:"
64
  msgstr "Poruka:"
65
 
66
  #: contact_form.php:86
67
+ #: contact_form.php:983
68
+ #: contact_form.php:1013
69
  msgid "Attachment:"
70
  msgstr "Priveži fajl:"
71
 
74
  msgstr ""
75
 
76
  #: contact_form.php:88
77
+ #: contact_form.php:985
78
+ #: contact_form.php:1015
79
  msgid "Send me a copy"
80
  msgstr "Pošalji mi kopiju"
81
 
82
  #: contact_form.php:89
83
+ #: contact_form.php:986
84
+ #: contact_form.php:1016
85
  msgid "Submit"
86
  msgstr "Podnesi"
87
 
139
  msgid "Thank you for contacting us."
140
  msgstr "Hvala što ste nas kontaktirali."
141
 
142
+ #: contact_form.php:202
143
  #, fuzzy
144
  msgid "requires"
145
  msgstr "Zahtevana polja"
146
 
147
+ #: contact_form.php:202
148
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
149
  msgstr ""
150
 
151
+ #: contact_form.php:202
152
  msgid "Back to the WordPress"
153
  msgstr ""
154
 
155
+ #: contact_form.php:202
156
  #, fuzzy
157
  msgid "Plugins page"
158
  msgstr "BWS Dodaci"
159
 
160
+ #: contact_form.php:493
161
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
162
  msgstr "Ako opcija 'Prosledi na stranu' je izabrana onda polje za URL možete popuniti u sledećem formatu"
163
 
164
+ #: contact_form.php:502
165
  msgid "Such user does not exist. Settings are not saved."
166
  msgstr "Takav korisnik ne postoji. Podešavanja nisu sačuvana"
167
 
168
+ #: contact_form.php:506
169
+ #: contact_form.php:512
170
  #, fuzzy
171
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
172
  msgstr "Molim Vas unesite ispravan mejl u polje 'OD'. Podešavanja nisu sačuvana."
173
 
174
+ #: contact_form.php:517
175
  #, fuzzy
176
  msgid "Settings saved."
177
  msgstr "Opcije sačuvane"
178
 
179
+ #: contact_form.php:553
180
+ #: contact_form.php:592
181
+ msgid "Wrong license key"
182
+ msgstr ""
183
+
184
+ #: contact_form.php:585
185
+ msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
186
+ msgstr ""
187
+
188
+ #: contact_form.php:594
189
+ msgid "This license key is bind to another site"
190
+ msgstr ""
191
+
192
+ #: contact_form.php:596
193
+ #: contact_form.php:1382
194
+ msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
195
+ msgstr ""
196
+
197
+ #: contact_form.php:614
198
+ msgid "Failed to open the zip archive. Please, upload the plugin manually"
199
+ msgstr ""
200
+
201
+ #: contact_form.php:620
202
+ msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
203
+ msgstr ""
204
+
205
+ #: contact_form.php:624
206
+ #: contact_form.php:633
207
+ msgid "Failed to download the zip archive. Please, upload the plugin manually"
208
+ msgstr ""
209
+
210
+ #: contact_form.php:637
211
+ msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
212
+ msgstr ""
213
+
214
+ #: contact_form.php:652
215
+ #, fuzzy
216
+ msgid "Please, enter Your license key"
217
+ msgstr "Koristi ovaj mejl:"
218
+
219
+ #: contact_form.php:661
220
  msgid "Notice:"
221
  msgstr ""
222
 
223
+ #: contact_form.php:661
224
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
225
  msgstr ""
226
 
227
+ #: contact_form.php:664
228
+ #: contact_form.php:1990
229
+ #: contact_form.php:2001
 
230
  msgid "Settings"
231
  msgstr "Podešavanja"
232
 
233
+ #: contact_form.php:665
 
234
  #, fuzzy
235
  msgid "Extra settings"
236
  msgstr "Podešavanja"
237
 
238
+ #: contact_form.php:666
239
+ msgid "Go PRO"
240
+ msgstr ""
241
+
242
+ #: contact_form.php:672
243
+ #: contact_form.php:1341
244
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
245
  msgstr "Ako želite da dodate Kontakt Formu na vaš veb sajt, jednostavno iskopirajte ovaj kratak kod na vašu stranu, članak ili vidžet:"
246
 
247
+ #: contact_form.php:672
248
+ #: contact_form.php:673
249
+ #: contact_form.php:1000
250
+ #: contact_form.php:1049
251
  msgid "or"
252
  msgstr ""
253
 
254
+ #: contact_form.php:673
255
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
256
  msgstr ""
257
 
258
+ #: contact_form.php:674
259
  msgid "They work the same way."
260
  msgstr ""
261
 
262
+ #: contact_form.php:675
263
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
264
  msgstr "Ako je polje za podatke ispod prazno tada će poruka biti poslata na adresu koja je navedena prilikom registracije."
265
 
266
+ #: contact_form.php:679
267
  msgid "The user's email address:"
268
  msgstr "Koristi mejl wordpress korisnika:"
269
 
270
+ #: contact_form.php:683
271
  msgid "Create a username"
272
  msgstr "Odaberi korisničko ime"
273
 
274
+ #: contact_form.php:688
275
  msgid "Enter a username of the person who should get the messages from the contact form."
276
  msgstr "Podesi ime korisnika koji će primiti poruku sa ove kontakt forme."
277
 
278
+ #: contact_form.php:692
279
  msgid "Use this email address:"
280
  msgstr "Koristi ovaj mejl:"
281
 
282
+ #: contact_form.php:695
283
  msgid "Enter the email address you want the messages forwarded to."
284
  msgstr "Podesi mejl adresu koja će biti korišćena za prijem poruka."
285
 
286
+ #: contact_form.php:701
287
  msgid "Add department selectbox to the contact form:"
288
  msgstr ""
289
 
290
+ #: contact_form.php:709
291
+ #: contact_form.php:1236
292
  msgid "If you upgrade to Pro version all your settings will be saved."
293
  msgstr ""
294
 
295
+ #: contact_form.php:714
296
+ #: contact_form.php:851
297
+ #: contact_form.php:922
298
+ #: contact_form.php:1086
299
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
300
  msgstr ""
301
 
302
+ #: contact_form.php:715
303
+ #: contact_form.php:852
304
+ #: contact_form.php:923
305
+ #: contact_form.php:1087
306
+ #, fuzzy
307
+ msgid "Contact Form Pro"
308
+ msgstr "Kontakt Forma"
309
+
310
+ #: contact_form.php:721
311
  msgid "Save emails to the database"
312
  msgstr ""
313
 
314
+ #: contact_form.php:731
315
+ msgid "Using"
316
+ msgstr ""
317
+
318
+ #: contact_form.php:731
319
+ #: contact_form.php:900
320
+ #: contact_form.php:903
321
+ #: contact_form.php:907
322
+ msgid "powered by"
323
+ msgstr ""
324
+
325
+ #: contact_form.php:734
326
+ #: contact_form.php:738
327
  msgid "Using Contact Form to DB powered by"
328
  msgstr ""
329
 
330
+ #: contact_form.php:734
331
  #, fuzzy
332
  msgid "Activate Contact Form to DB"
333
  msgstr "Kontakt Forma"
334
 
335
+ #: contact_form.php:738
336
  #, fuzzy
337
  msgid "Download Contact Form to DB"
338
  msgstr "Kontakt Forma"
339
 
340
+ #: contact_form.php:743
341
  msgid "Additional options"
342
  msgstr "Dodatne opcije"
343
 
344
+ #: contact_form.php:745
345
  msgid "Show"
346
  msgstr ""
347
 
348
+ #: contact_form.php:746
349
  msgid "Hide"
350
  msgstr ""
351
 
352
+ #: contact_form.php:750
353
  msgid "What to use?"
354
  msgstr "Šta koristite?"
355
 
356
+ #: contact_form.php:753
357
  msgid "Wp-mail"
358
  msgstr "Wp-mail"
359
 
360
+ #: contact_form.php:753
361
  msgid "You can use the wp_mail function for mailing"
362
  msgstr "Da biste poslali mejl možete koristiti wordpress-ovu wp_mail funkciju"
363
 
364
+ #: contact_form.php:755
365
  msgid "Mail"
366
  msgstr "Mail"
367
 
368
+ #: contact_form.php:755
369
  msgid "To send mail you can use the php mail function"
370
  msgstr "Da biste poslali mejl možete koristiti php mail funkciju"
371
 
372
+ #: contact_form.php:759
373
  #, fuzzy
374
  msgid "The text in the 'From' field"
375
  msgstr "Promeni tekst 'OD' polja u kontakt formi"
376
 
377
+ #: contact_form.php:761
378
  msgid "User name"
379
  msgstr ""
380
 
381
+ #: contact_form.php:762
382
  #, fuzzy
383
  msgid "The name of the user who fills the form will be used in the field 'From'."
384
  msgstr "Mejl adresa korisnika koji je popunio polja će se koristiti u polju 'OD'"
385
 
386
+ #: contact_form.php:765
387
  #, fuzzy
388
  msgid "This text will be used in the 'FROM' field"
389
  msgstr "Ova mejl adresa će biti korišćena u polju 'OD'"
390
 
391
+ #: contact_form.php:769
392
  #, fuzzy
393
  msgid "The email address in the 'From' field"
394
  msgstr "Unesi mejl adresu u polje 'OD'"
395
 
396
+ #: contact_form.php:771
397
  msgid "User email"
398
  msgstr ""
399
 
400
+ #: contact_form.php:772
401
  #, fuzzy
402
  msgid "The email address of the user who fills the form will be used in the field 'From'."
403
  msgstr "Mejl adresa korisnika koji je popunio polja će se koristiti u polju 'OD'"
404
 
405
+ #: contact_form.php:775
406
  msgid "This email address will be used in the 'From' field."
407
  msgstr "Ova mejl adresa će biti korišćena u polju 'OD'"
408
 
409
+ #: contact_form.php:779
410
  #, fuzzy
411
  msgid "Required symbol"
412
  msgstr "Zahtevana polja"
413
 
414
+ #: contact_form.php:789
415
  msgid "Fields"
416
  msgstr ""
417
 
418
+ #: contact_form.php:790
419
  msgid "Used"
420
  msgstr ""
421
 
422
+ #: contact_form.php:791
423
  #, fuzzy
424
  msgid "Required"
425
  msgstr "Zahtevana polja"
426
 
427
+ #: contact_form.php:792
428
  msgid "Visible"
429
  msgstr ""
430
 
431
+ #: contact_form.php:793
432
  msgid "Disabled for editing"
433
  msgstr ""
434
 
435
+ #: contact_form.php:794
436
  msgid "Field's default value"
437
  msgstr ""
438
 
439
+ #: contact_form.php:799
440
+ #: contact_form.php:1111
441
+ #: contact_form.php:1831
442
+ #: contact_form.php:1861
443
  msgid "Name"
444
  msgstr "Ime"
445
 
446
+ #: contact_form.php:807
447
+ #: contact_form.php:1116
448
+ #: contact_form.php:1835
449
+ #: contact_form.php:1863
450
  #, fuzzy
451
  msgid "Address"
452
  msgstr "E-mail Adresa:"
453
 
454
+ #: contact_form.php:815
455
  #, fuzzy
456
  msgid "Email Address"
457
  msgstr "E-mail Adresa:"
458
 
459
+ #: contact_form.php:823
460
  #, fuzzy
461
  msgid "Phone number"
462
  msgstr "Broj telefona"
463
 
464
+ #: contact_form.php:831
465
+ #: contact_form.php:1131
466
+ #: contact_form.php:1845
467
+ #: contact_form.php:1867
468
  msgid "Subject"
469
  msgstr "Tema"
470
 
471
+ #: contact_form.php:839
472
+ #: contact_form.php:1135
473
+ #: contact_form.php:1848
474
+ #: contact_form.php:1868
475
  msgid "Message"
476
  msgstr "Poruka"
477
 
478
+ #: contact_form.php:857
479
  #, fuzzy
480
  msgid "Attachment block"
481
  msgstr "Prikaži blok privezaka"
482
 
483
+ #: contact_form.php:859
484
  msgid "Users can attach the following file formats"
485
  msgstr "Korisnici mogu privezivati fajlove sledećih tipova"
486
 
487
+ #: contact_form.php:873
488
  msgid "Add to the form"
489
  msgstr ""
490
 
491
+ #: contact_form.php:878
492
  #, fuzzy
493
  msgid "Tips below the Attachment"
494
  msgstr "Prikaži objašnjenja posle bloka Privezaka"
495
 
496
+ #: contact_form.php:887
497
  #, fuzzy
498
  msgid "'Send me a copy' block"
499
  msgstr "Prikaži Pošalji mi kopiju blok"
500
 
501
+ #: contact_form.php:900
502
+ #: contact_form.php:903
503
+ #: contact_form.php:907
504
+ #: contact_form.php:1145
505
  msgid "Captcha"
506
  msgstr ""
507
 
508
+ #: contact_form.php:903
 
 
 
 
 
 
509
  #, fuzzy
510
  msgid "Activate captcha"
511
  msgstr "Aktivni dodaci"
512
 
513
+ #: contact_form.php:907
514
  #, fuzzy
515
  msgid "Download captcha"
516
  msgstr "Preuzmi"
517
 
518
+ #: contact_form.php:915
519
  msgid "Agreement checkbox"
520
  msgstr ""
521
 
522
+ #: contact_form.php:915
523
  msgid "Required checkbox for submitting the form"
524
  msgstr ""
525
 
526
+ #: contact_form.php:916
527
  msgid "Optional checkbox"
528
  msgstr ""
529
 
530
+ #: contact_form.php:916
531
  msgid "Optional checkbox, the results of which will be displayed in email"
532
  msgstr ""
533
 
534
+ #: contact_form.php:927
535
  msgid "Delete an attachment file from the server after the email is sent"
536
  msgstr ""
537
 
538
+ #: contact_form.php:933
539
  msgid "Email in HTML format sending"
540
  msgstr ""
541
 
542
+ #: contact_form.php:937
543
  #, fuzzy
544
  msgid "Display additional info in the email"
545
  msgstr "Prikaži dodatne informacije u mejlu"
546
 
547
+ #: contact_form.php:942
548
+ #: contact_form.php:1798
549
+ #: contact_form.php:1800
550
  msgid "Sent from (ip address)"
551
  msgstr "Poslato sa (ip adresa)"
552
 
553
+ #: contact_form.php:942
554
  #, fuzzy
555
  msgid "Example: Sent from (IP address):\t127.0.0.1"
556
  msgstr "Poslato sa (ip adresa)"
557
 
558
+ #: contact_form.php:943
559
+ #: contact_form.php:1804
560
+ #: contact_form.php:1806
561
  msgid "Date/Time"
562
  msgstr "Datum/Vreme"
563
 
564
+ #: contact_form.php:943
565
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
566
  msgstr ""
567
 
568
+ #: contact_form.php:944
569
+ #: contact_form.php:1810
570
+ #: contact_form.php:1812
571
  msgid "Sent from (referer)"
572
  msgstr "Poslato od (prosleđivač)"
573
 
574
+ #: contact_form.php:944
575
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
576
  msgstr ""
577
 
578
+ #: contact_form.php:945
579
+ #: contact_form.php:1816
580
+ #: contact_form.php:1818
581
  msgid "Using (user agent)"
582
  msgstr "Koristi (user agent)"
583
 
584
+ #: contact_form.php:945
585
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
586
  msgstr ""
587
 
588
+ #: contact_form.php:949
589
  msgid "Language settings for the field names in the form"
590
  msgstr "Podešavanja jezika za polje imena u obrascu"
591
 
592
+ #: contact_form.php:958
593
  #, fuzzy
594
  msgid "Add a language"
595
  msgstr "Dodaj jezik"
596
 
597
+ #: contact_form.php:962
598
  msgid "Change the names of the contact form fields and error messages"
599
  msgstr "Promeni oznaku za polja u kontakt formi i poruku greške"
600
 
601
+ #: contact_form.php:967
602
+ #: contact_form.php:1040
603
  msgid "English"
604
  msgstr "Engleski"
605
 
606
+ #: contact_form.php:975
607
+ #: contact_form.php:1005
608
+ msgid "click to expand/hide the list"
609
+ msgstr ""
610
+
611
+ #: contact_form.php:984
612
+ #: contact_form.php:1014
613
  #, fuzzy
614
  msgid "Tips below the Attachment block"
615
  msgstr "Prikaži objašnjenja posle bloka Privezaka"
616
 
617
+ #: contact_form.php:987
618
+ #: contact_form.php:1017
619
  msgid "Error message for the Name field"
620
  msgstr "Poruka greške za polje Ime"
621
 
622
+ #: contact_form.php:988
623
+ #: contact_form.php:1018
624
  #, fuzzy
625
  msgid "Error message for the Address field"
626
  msgstr "Poruka greške za polje Poruka"
627
 
628
+ #: contact_form.php:989
629
+ #: contact_form.php:1019
630
  msgid "Error message for the Email field"
631
  msgstr "Poruka greške za polje imejl"
632
 
633
+ #: contact_form.php:990
634
+ #: contact_form.php:1020
635
  msgid "Error message for the Phone field"
636
  msgstr "Poruka greške za polje Broj telefona"
637
 
638
+ #: contact_form.php:991
639
+ #: contact_form.php:1021
640
  msgid "Error message for the Subject field"
641
  msgstr "Poruka greške za polje Tema"
642
 
643
+ #: contact_form.php:992
644
+ #: contact_form.php:1022
645
  msgid "Error message for the Message field"
646
  msgstr "Poruka greške za polje Poruka"
647
 
648
+ #: contact_form.php:993
649
+ #: contact_form.php:1023
650
  #, fuzzy
651
  msgid "Error message about the file type for the Attachment field"
652
  msgstr "Poruka greške za polje Privezaka"
653
 
654
+ #: contact_form.php:994
655
+ #: contact_form.php:1024
656
  #, fuzzy
657
  msgid "Error message while uploading a file for the Attachment field to the server"
658
  msgstr "Poruka greške za polje Privezaka"
659
 
660
+ #: contact_form.php:995
661
+ #: contact_form.php:1025
662
  #, fuzzy
663
  msgid "Error message while moving the file for the Attachment field"
664
  msgstr "Poruka greške za polje Privezaka"
665
 
666
+ #: contact_form.php:996
667
+ #: contact_form.php:1026
668
  #, fuzzy
669
  msgid "Error message when file size limit for the Attachment field is exceeded"
670
  msgstr "Poruka greške za polje Privezaka"
671
 
672
+ #: contact_form.php:997
673
+ #: contact_form.php:1027
674
  msgid "Error message for the Captcha field"
675
  msgstr "Poruka greške za polje Kapča"
676
 
677
+ #: contact_form.php:998
678
+ #: contact_form.php:1028
679
  msgid "Error message for the whole form"
680
  msgstr "Poruka greške za ceo obrazac"
681
 
682
+ #: contact_form.php:1000
683
+ #: contact_form.php:1030
684
+ #: contact_form.php:1049
685
+ #: contact_form.php:1055
686
  msgid "Use shortcode"
687
  msgstr "Koristi prečicu"
688
 
689
+ #: contact_form.php:1000
690
+ #: contact_form.php:1030
691
+ #: contact_form.php:1049
692
+ #: contact_form.php:1055
693
  msgid "for this language"
694
  msgstr "za ovaj jezik"
695
 
696
+ #: contact_form.php:1037
697
  msgid "Action after email is sent"
698
  msgstr "Akcija posle poslatog mejla"
699
 
700
+ #: contact_form.php:1039
701
  msgid "Display text"
702
  msgstr "Prikaži tekst"
703
 
704
+ #: contact_form.php:1048
705
+ #: contact_form.php:1054
706
  msgid "Text"
707
  msgstr "Tekst"
708
 
709
+ #: contact_form.php:1061
710
  msgid "Redirect to the page"
711
  msgstr "Preusmeri na stranu"
712
 
713
+ #: contact_form.php:1062
714
  msgid "Url"
715
  msgstr "Url"
716
 
717
+ #: contact_form.php:1067
718
+ #: contact_form.php:1242
719
  msgid "Save Changes"
720
  msgstr "Sačuvaj izmene"
721
 
722
+ #: contact_form.php:1072
723
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
724
  msgstr ""
725
 
726
+ #: contact_form.php:1073
727
  #, fuzzy
728
  msgid "Rate the plugin"
729
  msgstr "Preporučeni dodaci"
730
 
731
+ #: contact_form.php:1076
732
  #, fuzzy
733
  msgid "If there is something wrong about it, please contact us"
734
  msgstr "Ako imate bilo kakva pitanja, kontaktirajte na mejl plugin@bestwebsoft.com ili popunite kontakt formu na našem sajtu"
735
 
736
+ #: contact_form.php:1091
 
 
 
 
 
737
  msgid "Errors output"
738
  msgstr ""
739
 
740
+ #: contact_form.php:1094
741
  msgid "Display error messages"
742
  msgstr ""
743
 
744
+ #: contact_form.php:1095
745
  msgid "Color of the input field errors."
746
  msgstr ""
747
 
748
+ #: contact_form.php:1096
749
  #, fuzzy
750
  msgid "Display error messages & color of the input field errors"
751
  msgstr "Poruka greške za polje Tema"
752
 
753
+ #: contact_form.php:1101
754
  msgid "Add placeholder to the input blocks"
755
  msgstr ""
756
 
757
+ #: contact_form.php:1107
758
  #, fuzzy
759
  msgid "Add tooltips"
760
  msgstr "Dodatne opcije"
761
 
762
+ #: contact_form.php:1121
763
  #, fuzzy
764
  msgid "Email address"
765
  msgstr "E-mail Adresa:"
766
 
767
+ #: contact_form.php:1126
768
  #, fuzzy
769
  msgid "Phone Number"
770
  msgstr "Broj telefona"
771
 
772
+ #: contact_form.php:1140
773
  #, fuzzy
774
  msgid "Attachment"
775
  msgstr "Priveži fajl:"
776
 
777
+ #: contact_form.php:1145
778
  msgid "(powered by bestwebsoft.com)"
779
  msgstr ""
780
 
781
+ #: contact_form.php:1150
782
  #, fuzzy
783
  msgid "Style options"
784
  msgstr "Dodatne opcije"
785
 
786
+ #: contact_form.php:1153
787
  msgid "Text color"
788
  msgstr ""
789
 
790
+ #: contact_form.php:1156
791
+ #: contact_form.php:1161
792
+ #: contact_form.php:1171
793
+ #: contact_form.php:1176
794
+ #: contact_form.php:1181
795
+ #: contact_form.php:1186
796
+ #: contact_form.php:1196
797
+ #: contact_form.php:1201
798
+ #: contact_form.php:1207
799
+ #: contact_form.php:1218
800
+ #: contact_form.php:1223
801
+ #: contact_form.php:1228
802
  msgid "Default"
803
  msgstr ""
804
 
805
+ #: contact_form.php:1158
806
  msgid "Label text color"
807
  msgstr ""
808
 
809
+ #: contact_form.php:1163
810
  msgid "Placeholder color"
811
  msgstr ""
812
 
813
+ #: contact_form.php:1168
814
  msgid "Errors color"
815
  msgstr ""
816
 
817
+ #: contact_form.php:1173
818
  msgid "Error text color"
819
  msgstr ""
820
 
821
+ #: contact_form.php:1178
822
  msgid "Background color of the input field errors"
823
  msgstr ""
824
 
825
+ #: contact_form.php:1183
826
  msgid "Border color of the input field errors"
827
  msgstr ""
828
 
829
+ #: contact_form.php:1188
830
  msgid "Placeholder color of the input field errors"
831
  msgstr ""
832
 
833
+ #: contact_form.php:1193
834
  msgid "Input fields"
835
  msgstr ""
836
 
837
+ #: contact_form.php:1198
838
  msgid "Input fields background color"
839
  msgstr ""
840
 
841
+ #: contact_form.php:1203
842
  msgid "Text fields color"
843
  msgstr ""
844
 
845
+ #: contact_form.php:1205
846
  msgid "Border width in px, numbers only"
847
  msgstr ""
848
 
849
+ #: contact_form.php:1209
850
+ #: contact_form.php:1230
851
  msgid "Border color"
852
  msgstr ""
853
 
854
+ #: contact_form.php:1214
855
  #, fuzzy
856
  msgid "Submit button"
857
  msgstr "Podnesi"
858
 
859
+ #: contact_form.php:1216
860
  msgid "Width in px, numbers only"
861
  msgstr ""
862
 
863
+ #: contact_form.php:1220
864
  msgid "Button color"
865
  msgstr ""
866
 
867
+ #: contact_form.php:1225
868
  msgid "Button text color"
869
  msgstr ""
870
 
871
+ #: contact_form.php:1246
872
  #, fuzzy
873
  msgid "Contact Form Pro | Preview"
874
  msgstr "Kontakt Forma"
875
 
876
+ #: contact_form.php:1249
877
  msgid "Show with errors"
878
  msgstr ""
879
 
880
+ #: contact_form.php:1257
881
+ #: contact_form.php:1259
882
  msgid "Please enter your full name..."
883
  msgstr ""
884
 
885
+ #: contact_form.php:1270
886
+ #: contact_form.php:1272
887
  msgid "Please enter your address..."
888
  msgstr ""
889
 
890
+ #: contact_form.php:1281
891
+ #: contact_form.php:1283
892
  #, fuzzy
893
  msgid "Please enter your email address..."
894
  msgstr "Koristi ovaj mejl:"
895
 
896
+ #: contact_form.php:1292
897
+ #: contact_form.php:1294
898
  msgid "Please enter your phone number..."
899
  msgstr ""
900
 
901
+ #: contact_form.php:1303
902
+ #: contact_form.php:1305
903
  msgid "Please enter subject..."
904
  msgstr ""
905
 
906
+ #: contact_form.php:1313
907
+ #: contact_form.php:1315
908
  msgid "Please enter your message..."
909
  msgstr ""
910
 
911
+ #: contact_form.php:1357
912
+ msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
913
+ msgstr ""
914
+
915
+ #: contact_form.php:1359
916
+ msgid "Please, go to"
917
+ msgstr ""
918
+
919
+ #: contact_form.php:1359
920
+ #, fuzzy
921
+ msgid "the setting page"
922
+ msgstr "Podešavanja"
923
+
924
+ #: contact_form.php:1360
925
+ msgid "You will be redirected automatically in 5 seconds."
926
+ msgstr ""
927
+
928
+ #: contact_form.php:1365
929
+ msgid "You can download and activate"
930
+ msgstr ""
931
+
932
+ #: contact_form.php:1367
933
+ msgid "version of this plugin by entering Your license key."
934
+ msgstr ""
935
+
936
+ #: contact_form.php:1369
937
+ msgid "You can find your license key on your personal page Client area, by clicking on the link"
938
+ msgstr ""
939
+
940
+ #: contact_form.php:1371
941
+ msgid "(your username is the email you specify when purchasing the product)."
942
+ msgstr ""
943
+
944
+ #: contact_form.php:1379
945
+ #: contact_form.php:1389
946
+ msgid "Go!"
947
+ msgstr ""
948
+
949
+ #: contact_form.php:1439
950
  msgid "Sorry, email message could not be delivered."
951
  msgstr "Izvinite, vaš mejl nije mogao biti dostavljen."
952
 
953
+ #: contact_form.php:1825
954
  msgid "Contact from"
955
  msgstr "Kontakt forma"
956
 
957
+ #: contact_form.php:1838
958
+ #: contact_form.php:1864
959
  msgid "Email"
960
  msgstr "Email"
961
 
962
+ #: contact_form.php:1842
963
+ #: contact_form.php:1866
964
  msgid "Phone"
965
  msgstr "Broj telefona"
966
 
967
+ #: contact_form.php:1851
968
+ #: contact_form.php:1869
969
  msgid "Site"
970
  msgstr "Sajt"
971
 
972
+ #: contact_form.php:1932
973
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
974
  msgstr "Ako možete da vidite ovaj MIME to znači da vaš klijent ne prihvata MIME tipove!"
975
 
976
+ #: contact_form.php:2002
977
  msgid "FAQ"
978
  msgstr "FAQ"
979
 
980
+ #: contact_form.php:2003
981
  msgid "Support"
982
  msgstr "Podrška"
983
 
984
+ #: contact_form.php:2061
985
  msgid "Are you sure that you want to delete this language data?"
986
  msgstr "Da li ste sigurni da želite da obrišete podatke jezika?"
987
 
988
+ #, fuzzy
989
+ #~ msgid "Contact Form Pro Extra Settings"
990
+ #~ msgstr "Opcije Kontakt Forme"
991
+
992
+ #, fuzzy
993
+ #~ msgid "Contact Form Pro | Extra Settings"
994
+ #~ msgstr "Opcije Kontakt Forme"
995
+
996
  #, fuzzy
997
  #~ msgid "Display fields"
998
  #~ msgstr "Prikaži tekst"
languages/contact_form-sv_SE.mo CHANGED
Binary file
languages/contact_form-sv_SE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-12-17 16:54+0300\n"
6
- "PO-Revision-Date: 2013-12-17 16:54+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Martin Tonek, Joakim Lindskog, Maarten van den Driest <joakim@limewoodmedia.com, maarten@vandendriest.com>\n"
9
  "Language: ru_RU\n"
@@ -16,66 +16,54 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:32
20
- #: contact_form.php:538
21
  msgid "Contact Form Settings"
22
  msgstr "Kontaktformulärinställningar"
23
 
24
- #: contact_form.php:32
25
  msgid "Contact Form"
26
  msgstr "Kontaktformulär"
27
 
28
- #: contact_form.php:33
29
- msgid "Contact Form Pro Extra Settings"
30
- msgstr "Kontaktformulär Pro Extra inställningar"
31
-
32
- #: contact_form.php:33
33
- #: contact_form.php:592
34
- #: contact_form.php:729
35
- #: contact_form.php:800
36
- #: contact_form.php:982
37
- msgid "Contact Form Pro"
38
- msgstr "Kontaktformulär Pro"
39
-
40
  #: contact_form.php:80
41
- #: contact_form.php:854
42
- #: contact_form.php:884
43
  msgid "Name:"
44
  msgstr "Namn:"
45
 
46
  #: contact_form.php:81
47
- #: contact_form.php:855
48
- #: contact_form.php:885
49
  msgid "Address:"
50
  msgstr "Adress:"
51
 
52
  #: contact_form.php:82
53
- #: contact_form.php:856
54
- #: contact_form.php:886
55
  msgid "Email Address:"
56
  msgstr "E-postadress:"
57
 
58
  #: contact_form.php:83
59
- #: contact_form.php:857
60
- #: contact_form.php:887
61
  msgid "Phone number:"
62
  msgstr "Telefonnummer:"
63
 
64
  #: contact_form.php:84
65
- #: contact_form.php:858
66
- #: contact_form.php:888
67
  msgid "Subject:"
68
  msgstr "Ämne:"
69
 
70
  #: contact_form.php:85
71
- #: contact_form.php:859
72
- #: contact_form.php:889
73
  msgid "Message:"
74
  msgstr "Meddelande:"
75
 
76
  #: contact_form.php:86
77
- #: contact_form.php:860
78
- #: contact_form.php:890
79
  msgid "Attachment:"
80
  msgstr "Bifogad fil:"
81
 
@@ -84,14 +72,14 @@ msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI,
84
  msgstr "Stödda filformat: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max filstorlek: 2MB"
85
 
86
  #: contact_form.php:88
87
- #: contact_form.php:862
88
- #: contact_form.php:892
89
  msgid "Send me a copy"
90
  msgstr "Skicka mig en kopia"
91
 
92
  #: contact_form.php:89
93
- #: contact_form.php:863
94
- #: contact_form.php:893
95
  msgid "Submit"
96
  msgstr "Skicka"
97
 
@@ -147,735 +135,833 @@ msgstr "Var god gör korrigeringar nedan och försök igen."
147
  msgid "Thank you for contacting us."
148
  msgstr "Tack för att du kontaktade oss."
149
 
150
- #: contact_form.php:203
151
  #, fuzzy
152
  msgid "requires"
153
  msgstr "Obligatoriska fält"
154
 
155
- #: contact_form.php:203
156
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
157
  msgstr ""
158
 
159
- #: contact_form.php:203
160
  msgid "Back to the WordPress"
161
  msgstr ""
162
 
163
- #: contact_form.php:203
164
  #, fuzzy
165
  msgid "Plugins page"
166
  msgstr "Pro-tillägg"
167
 
168
- #: contact_form.php:494
169
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
170
  msgstr "Om alternativet 'Omdirigera till sida' väljs ska URL-fältet fyllas i med följande format"
171
 
172
- #: contact_form.php:503
173
  msgid "Such user does not exist. Settings are not saved."
174
  msgstr "Användaren finns inte. Inställningarna sparades inte."
175
 
176
- #: contact_form.php:507
177
- #: contact_form.php:513
178
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
179
  msgstr "Var god ange en giltig e-postadress i 'FRÅN'-fältet. Inställningarna sparades inte."
180
 
181
- #: contact_form.php:518
182
  msgid "Settings saved."
183
  msgstr "Inställningar sparades."
184
 
185
- #: contact_form.php:540
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
186
  msgid "Notice:"
187
  msgstr ""
188
 
189
- #: contact_form.php:540
190
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
191
  msgstr ""
192
 
193
- #: contact_form.php:543
194
- #: contact_form.php:973
195
- #: contact_form.php:1838
196
- #: contact_form.php:1849
197
  msgid "Settings"
198
  msgstr "Inställningar"
199
 
200
- #: contact_form.php:544
201
- #: contact_form.php:974
202
  msgid "Extra settings"
203
  msgstr "Extra inställningar"
204
 
205
- #: contact_form.php:549
206
- #: contact_form.php:1236
 
 
 
 
207
  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:"
208
  msgstr "Om du vill lägga till ett kontaktformulär på din webbplats, kopiera följande kortkod och klistra in den på rätt inlägg, sida eller widget:"
209
 
210
- #: contact_form.php:549
211
- #: contact_form.php:550
212
- #: contact_form.php:877
213
- #: contact_form.php:926
214
  msgid "or"
215
  msgstr ""
216
 
217
- #: contact_form.php:550
218
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
219
  msgstr ""
220
 
221
- #: contact_form.php:551
222
  msgid "They work the same way."
223
  msgstr ""
224
 
225
- #: contact_form.php:552
226
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
227
  msgstr "Om du lämnar fälten tomma kommer meddelandena att skickas till den e-postadressen som angavs under registreringen."
228
 
229
- #: contact_form.php:556
230
  msgid "The user's email address:"
231
  msgstr "Användarens e-postadress:"
232
 
233
- #: contact_form.php:560
234
  msgid "Create a username"
235
  msgstr "Skapa ett användarnamn"
236
 
237
- #: contact_form.php:565
238
  msgid "Enter a username of the person who should get the messages from the contact form."
239
  msgstr "Ange ett användarnamn på den användare som ska få meddelanden från kontaktformuläret."
240
 
241
- #: contact_form.php:569
242
  msgid "Use this email address:"
243
  msgstr "Använd den här e-postadressen:"
244
 
245
- #: contact_form.php:572
246
  msgid "Enter the email address you want the messages forwarded to."
247
  msgstr "Ange en e-postadress som ska användas för att ta emot meddelanden."
248
 
249
- #: contact_form.php:578
250
  msgid "Add department selectbox to the contact form:"
251
  msgstr ""
252
 
253
- #: contact_form.php:586
254
- #: contact_form.php:1131
255
  msgid "If you upgrade to Pro version all your settings will be saved."
256
  msgstr ""
257
 
258
- #: contact_form.php:591
259
- #: contact_form.php:728
260
- #: contact_form.php:799
261
- #: contact_form.php:981
262
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
263
  msgstr "Denna funktionalitet är endast tillgänglig i Pro-versionen av detta tillägg. För detaljer, klicka på länken"
264
 
265
- #: contact_form.php:598
 
 
 
 
 
 
 
266
  msgid "Save emails to the database"
267
  msgstr ""
268
 
269
- #: contact_form.php:608
270
- #: contact_form.php:611
271
- #: contact_form.php:615
 
 
 
 
 
 
 
 
 
 
272
  msgid "Using Contact Form to DB powered by"
273
  msgstr ""
274
 
275
- #: contact_form.php:611
276
  #, fuzzy
277
  msgid "Activate Contact Form to DB"
278
  msgstr "Kontaktformulär Pro"
279
 
280
- #: contact_form.php:615
281
  #, fuzzy
282
  msgid "Download Contact Form to DB"
283
  msgstr "Kontaktformulär Pro"
284
 
285
- #: contact_form.php:620
286
  msgid "Additional options"
287
  msgstr "Ytterligare alternativ"
288
 
289
- #: contact_form.php:622
290
  msgid "Show"
291
  msgstr ""
292
 
293
- #: contact_form.php:623
294
  msgid "Hide"
295
  msgstr ""
296
 
297
- #: contact_form.php:627
298
  msgid "What to use?"
299
  msgstr "Vad ska användas?"
300
 
301
- #: contact_form.php:630
302
  msgid "Wp-mail"
303
  msgstr "Wp-mail"
304
 
305
- #: contact_form.php:630
306
  msgid "You can use the wp_mail function for mailing"
307
  msgstr "Du kan använda wp_mail-funktionen för att skicka e-post"
308
 
309
- #: contact_form.php:632
310
  msgid "Mail"
311
  msgstr "E-post"
312
 
313
- #: contact_form.php:632
314
  msgid "To send mail you can use the php mail function"
315
  msgstr "Du kan använda php-funktionen för att skicka e-post"
316
 
317
- #: contact_form.php:636
318
  #, fuzzy
319
  msgid "The text in the 'From' field"
320
  msgstr "Ändra text för 'FRÅN'-fältet"
321
 
322
- #: contact_form.php:638
323
  #, fuzzy
324
  msgid "User name"
325
  msgstr "Användarens e-post"
326
 
327
- #: contact_form.php:639
328
  #, fuzzy
329
  msgid "The name of the user who fills the form will be used in the field 'From'."
330
  msgstr "E-postadressen för användaren som fyller i formuläret kommer att användas i 'Från'-fältet."
331
 
332
- #: contact_form.php:642
333
  #, fuzzy
334
  msgid "This text will be used in the 'FROM' field"
335
  msgstr "Denna e-postadress kommer att användas för 'Från'-fältet."
336
 
337
- #: contact_form.php:646
338
  #, fuzzy
339
  msgid "The email address in the 'From' field"
340
  msgstr "Ange e-postadress för 'Från'-fältet"
341
 
342
- #: contact_form.php:648
343
  msgid "User email"
344
  msgstr "Användarens e-post"
345
 
346
- #: contact_form.php:649
347
  msgid "The email address of the user who fills the form will be used in the field 'From'."
348
  msgstr "E-postadressen för användaren som fyller i formuläret kommer att användas i 'Från'-fältet."
349
 
350
- #: contact_form.php:652
351
  msgid "This email address will be used in the 'From' field."
352
  msgstr "Denna e-postadress kommer att användas för 'Från'-fältet."
353
 
354
- #: contact_form.php:656
355
  #, fuzzy
356
  msgid "Required symbol"
357
  msgstr "Obligatoriska fält"
358
 
359
- #: contact_form.php:666
360
  msgid "Fields"
361
  msgstr ""
362
 
363
- #: contact_form.php:667
364
  msgid "Used"
365
  msgstr ""
366
 
367
- #: contact_form.php:668
368
  #, fuzzy
369
  msgid "Required"
370
  msgstr "Obligatoriska fält"
371
 
372
- #: contact_form.php:669
373
  msgid "Visible"
374
  msgstr ""
375
 
376
- #: contact_form.php:670
377
  msgid "Disabled for editing"
378
  msgstr ""
379
 
380
- #: contact_form.php:671
381
  msgid "Field's default value"
382
  msgstr ""
383
 
384
- #: contact_form.php:676
385
- #: contact_form.php:1006
386
- #: contact_form.php:1679
387
- #: contact_form.php:1709
388
  msgid "Name"
389
  msgstr "Namn"
390
 
391
- #: contact_form.php:684
392
- #: contact_form.php:1011
393
- #: contact_form.php:1683
394
- #: contact_form.php:1711
395
  msgid "Address"
396
  msgstr "Adress"
397
 
398
- #: contact_form.php:692
399
  msgid "Email Address"
400
  msgstr "E-postadress"
401
 
402
- #: contact_form.php:700
403
  #, fuzzy
404
  msgid "Phone number"
405
  msgstr "Telefonnummer:"
406
 
407
- #: contact_form.php:708
408
- #: contact_form.php:1026
409
- #: contact_form.php:1693
410
- #: contact_form.php:1715
411
  msgid "Subject"
412
  msgstr "Ämne"
413
 
414
- #: contact_form.php:716
415
- #: contact_form.php:1030
416
- #: contact_form.php:1696
417
- #: contact_form.php:1716
418
  msgid "Message"
419
  msgstr "Meddelande"
420
 
421
- #: contact_form.php:734
422
  msgid "Attachment block"
423
  msgstr "Bilageblock"
424
 
425
- #: contact_form.php:736
426
  msgid "Users can attach the following file formats"
427
  msgstr "Användare kan bifoga filer av följande format"
428
 
429
- #: contact_form.php:750
430
  msgid "Add to the form"
431
  msgstr ""
432
 
433
- #: contact_form.php:755
434
  #, fuzzy
435
  msgid "Tips below the Attachment"
436
  msgstr "Visa förklaringar under bilageblocket"
437
 
438
- #: contact_form.php:764
439
  #, fuzzy
440
  msgid "'Send me a copy' block"
441
  msgstr "Skicka mig en kopia-block"
442
 
443
- #: contact_form.php:777
444
- #: contact_form.php:780
445
- #: contact_form.php:784
446
- #: contact_form.php:1040
447
  msgid "Captcha"
448
  msgstr "Captcha"
449
 
450
- #: contact_form.php:777
451
- #: contact_form.php:780
452
- #: contact_form.php:784
453
- msgid "powered by"
454
- msgstr ""
455
-
456
- #: contact_form.php:780
457
  msgid "Activate captcha"
458
  msgstr "Aktivera captcha"
459
 
460
- #: contact_form.php:784
461
  msgid "Download captcha"
462
  msgstr "Hämta captcha"
463
 
464
- #: contact_form.php:792
465
  msgid "Agreement checkbox"
466
  msgstr ""
467
 
468
- #: contact_form.php:792
469
  msgid "Required checkbox for submitting the form"
470
  msgstr ""
471
 
472
- #: contact_form.php:793
473
  msgid "Optional checkbox"
474
  msgstr ""
475
 
476
- #: contact_form.php:793
477
  msgid "Optional checkbox, the results of which will be displayed in email"
478
  msgstr ""
479
 
480
- #: contact_form.php:804
481
  msgid "Delete an attachment file from the server after the email is sent"
482
  msgstr ""
483
 
484
- #: contact_form.php:810
485
  msgid "Email in HTML format sending"
486
  msgstr ""
487
 
488
- #: contact_form.php:814
489
  msgid "Display additional info in the email"
490
  msgstr "Visa ytterligare information i meddelandet"
491
 
492
- #: contact_form.php:819
493
- #: contact_form.php:1646
494
- #: contact_form.php:1648
495
  msgid "Sent from (ip address)"
496
  msgstr "Skickat från (ip-adress)"
497
 
498
- #: contact_form.php:819
499
  #, fuzzy
500
  msgid "Example: Sent from (IP address):\t127.0.0.1"
501
  msgstr "Skickat från (ip-adress)"
502
 
503
- #: contact_form.php:820
504
- #: contact_form.php:1652
505
- #: contact_form.php:1654
506
  msgid "Date/Time"
507
  msgstr "Datum/Tid"
508
 
509
- #: contact_form.php:820
510
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
511
  msgstr ""
512
 
513
- #: contact_form.php:821
514
- #: contact_form.php:1658
515
- #: contact_form.php:1660
516
  msgid "Sent from (referer)"
517
  msgstr "Skickat från (referer)"
518
 
519
- #: contact_form.php:821
520
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
521
  msgstr ""
522
 
523
- #: contact_form.php:822
524
- #: contact_form.php:1664
525
- #: contact_form.php:1666
526
  msgid "Using (user agent)"
527
  msgstr "Använder (user agent)"
528
 
529
- #: contact_form.php:822
530
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
531
  msgstr ""
532
 
533
- #: contact_form.php:826
534
  msgid "Language settings for the field names in the form"
535
  msgstr "Språkinställningar för etikettnamn in formuläret"
536
 
537
- #: contact_form.php:835
538
  msgid "Add a language"
539
  msgstr "Lägg till ett språk"
540
 
541
- #: contact_form.php:839
542
  msgid "Change the names of the contact form fields and error messages"
543
  msgstr "Ändra etikett för fälten i kontaktformuläret och felmeddelanden"
544
 
545
- #: contact_form.php:844
546
- #: contact_form.php:917
547
  msgid "English"
548
  msgstr "Engelska"
549
 
550
- #: contact_form.php:861
551
- #: contact_form.php:891
 
 
 
 
 
552
  #, fuzzy
553
  msgid "Tips below the Attachment block"
554
  msgstr "Visa förklaringar under bilageblocket"
555
 
556
- #: contact_form.php:864
557
- #: contact_form.php:894
558
  msgid "Error message for the Name field"
559
  msgstr "Felmeddelande för namnfältet"
560
 
561
- #: contact_form.php:865
562
- #: contact_form.php:895
563
  msgid "Error message for the Address field"
564
  msgstr "Felmeddelande för adressfältet"
565
 
566
- #: contact_form.php:866
567
- #: contact_form.php:896
568
  msgid "Error message for the Email field"
569
  msgstr "Felmeddelande för e-postadressfältet"
570
 
571
- #: contact_form.php:867
572
- #: contact_form.php:897
573
  msgid "Error message for the Phone field"
574
  msgstr "Felmeddelande för telefonfältet"
575
 
576
- #: contact_form.php:868
577
- #: contact_form.php:898
578
  msgid "Error message for the Subject field"
579
  msgstr "Felmeddelande for ämnesfältet"
580
 
581
- #: contact_form.php:869
582
- #: contact_form.php:899
583
  msgid "Error message for the Message field"
584
  msgstr "Felmeddelande för meddelandefältet"
585
 
586
- #: contact_form.php:870
587
- #: contact_form.php:900
588
  msgid "Error message about the file type for the Attachment field"
589
  msgstr "Felmeddelande för filformat i bilagefältet"
590
 
591
- #: contact_form.php:871
592
- #: contact_form.php:901
593
  msgid "Error message while uploading a file for the Attachment field to the server"
594
  msgstr "Felmeddelande för uppladdning av fil till bilagefältet på servern"
595
 
596
- #: contact_form.php:872
597
- #: contact_form.php:902
598
  msgid "Error message while moving the file for the Attachment field"
599
  msgstr "Felmeddelande för flytt av fil till bilagefältet"
600
 
601
- #: contact_form.php:873
602
- #: contact_form.php:903
603
  msgid "Error message when file size limit for the Attachment field is exceeded"
604
  msgstr "Felmeddelande för max filstorlek i bilagefältet "
605
 
606
- #: contact_form.php:874
607
- #: contact_form.php:904
608
  msgid "Error message for the Captcha field"
609
  msgstr "Felmeddelande för CAPTCHA"
610
 
611
- #: contact_form.php:875
612
- #: contact_form.php:905
613
  msgid "Error message for the whole form"
614
  msgstr "Felmeddelande för formuläret"
615
 
616
- #: contact_form.php:877
617
- #: contact_form.php:907
618
- #: contact_form.php:926
619
- #: contact_form.php:932
620
  msgid "Use shortcode"
621
  msgstr "Använd kortkod"
622
 
623
- #: contact_form.php:877
624
- #: contact_form.php:907
625
- #: contact_form.php:926
626
- #: contact_form.php:932
627
  msgid "for this language"
628
  msgstr "för detta språk"
629
 
630
- #: contact_form.php:914
631
  msgid "Action after email is sent"
632
  msgstr "Åtgärd efter meddelande skickats"
633
 
634
- #: contact_form.php:916
635
  msgid "Display text"
636
  msgstr "Visa text"
637
 
638
- #: contact_form.php:925
639
- #: contact_form.php:931
640
  msgid "Text"
641
  msgstr "Text"
642
 
643
- #: contact_form.php:938
644
  msgid "Redirect to the page"
645
  msgstr "Omdirigera till sida"
646
 
647
- #: contact_form.php:939
648
  msgid "Url"
649
  msgstr "Url"
650
 
651
- #: contact_form.php:944
652
- #: contact_form.php:1137
653
  msgid "Save Changes"
654
  msgstr "Spara ändringar"
655
 
656
- #: contact_form.php:950
657
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
658
  msgstr ""
659
 
660
- #: contact_form.php:951
661
  #, fuzzy
662
  msgid "Rate the plugin"
663
  msgstr "Gratis tillägg"
664
 
665
- #: contact_form.php:954
666
  #, fuzzy
667
  msgid "If there is something wrong about it, please contact us"
668
  msgstr "Om du har några frågor, kontakta oss via"
669
 
670
- #: contact_form.php:971
671
- msgid "Contact Form Pro | Extra Settings"
672
- msgstr "Kontaktformulär Pro | Extra inställningar "
673
-
674
- #: contact_form.php:986
675
  msgid "Errors output"
676
  msgstr "Felutmatning"
677
 
678
- #: contact_form.php:989
679
  msgid "Display error messages"
680
  msgstr "Visa felmeddelanden"
681
 
682
- #: contact_form.php:990
683
  msgid "Color of the input field errors."
684
  msgstr "Färg på inmatningfältsfel."
685
 
686
- #: contact_form.php:991
687
  msgid "Display error messages & color of the input field errors"
688
  msgstr "Visa felmeddelanden & färg på inmatningfältsfel"
689
 
690
- #: contact_form.php:996
691
  msgid "Add placeholder to the input blocks"
692
  msgstr "Lägg till platshållare på inmatningsblocken"
693
 
694
- #: contact_form.php:1002
695
  msgid "Add tooltips"
696
  msgstr "Visa verktygstips"
697
 
698
- #: contact_form.php:1016
699
  msgid "Email address"
700
  msgstr "E-postadress"
701
 
702
- #: contact_form.php:1021
703
  msgid "Phone Number"
704
  msgstr "Telefonnummer"
705
 
706
- #: contact_form.php:1035
707
  msgid "Attachment"
708
  msgstr "Bifoga fil"
709
 
710
- #: contact_form.php:1040
711
  msgid "(powered by bestwebsoft.com)"
712
  msgstr "(tillhandahålls av bestwebsoft.com)"
713
 
714
- #: contact_form.php:1045
715
  msgid "Style options"
716
  msgstr "Stilalternativ"
717
 
718
- #: contact_form.php:1048
719
  msgid "Text color"
720
  msgstr "Textfärg"
721
 
722
- #: contact_form.php:1051
723
- #: contact_form.php:1056
724
- #: contact_form.php:1066
725
- #: contact_form.php:1071
726
- #: contact_form.php:1076
727
- #: contact_form.php:1081
728
- #: contact_form.php:1091
729
- #: contact_form.php:1096
730
- #: contact_form.php:1102
731
- #: contact_form.php:1113
732
- #: contact_form.php:1118
733
- #: contact_form.php:1123
734
  msgid "Default"
735
  msgstr "Standard"
736
 
737
- #: contact_form.php:1053
738
  msgid "Label text color"
739
  msgstr "Etikett-textfärg"
740
 
741
- #: contact_form.php:1058
742
  msgid "Placeholder color"
743
  msgstr "Platshållarfärg"
744
 
745
- #: contact_form.php:1063
746
  msgid "Errors color"
747
  msgstr "Felfärg"
748
 
749
- #: contact_form.php:1068
750
  msgid "Error text color"
751
  msgstr "Feltextfärg"
752
 
753
- #: contact_form.php:1073
754
  msgid "Background color of the input field errors"
755
  msgstr "Bakgrundsfärg på inmatningfältsfel"
756
 
757
- #: contact_form.php:1078
758
  msgid "Border color of the input field errors"
759
  msgstr "Ramfärg på inmatningfältsfel"
760
 
761
- #: contact_form.php:1083
762
  msgid "Placeholder color of the input field errors"
763
  msgstr "Platshållarfärg för inmatningfältsfel"
764
 
765
- #: contact_form.php:1088
766
  msgid "Input fields"
767
  msgstr "Inmatningsfält"
768
 
769
- #: contact_form.php:1093
770
  msgid "Input fields background color"
771
  msgstr "Inmatningfältsbakgrundsfärg"
772
 
773
- #: contact_form.php:1098
774
  msgid "Text fields color"
775
  msgstr "Textfältfärg"
776
 
777
- #: contact_form.php:1100
778
  msgid "Border width in px, numbers only"
779
  msgstr "Rambredd i px, endast siffror"
780
 
781
- #: contact_form.php:1104
782
- #: contact_form.php:1125
783
  msgid "Border color"
784
  msgstr "Ramfärg"
785
 
786
- #: contact_form.php:1109
787
  msgid "Submit button"
788
  msgstr "Skicka-knapp"
789
 
790
- #: contact_form.php:1111
791
  msgid "Width in px, numbers only"
792
  msgstr "Bredd i px, endast siffror"
793
 
794
- #: contact_form.php:1115
795
  msgid "Button color"
796
  msgstr "Knappfärg"
797
 
798
- #: contact_form.php:1120
799
  msgid "Button text color"
800
  msgstr "Knapptextfärg"
801
 
802
- #: contact_form.php:1141
803
  msgid "Contact Form Pro | Preview"
804
  msgstr "Kontaktformulär Pro | Förhandsgranskning"
805
 
806
- #: contact_form.php:1144
807
  msgid "Show with errors"
808
  msgstr "Visa med fel"
809
 
810
- #: contact_form.php:1152
811
- #: contact_form.php:1154
812
  msgid "Please enter your full name..."
813
  msgstr "Var god ange ditt fullständiga namn…"
814
 
815
- #: contact_form.php:1165
816
- #: contact_form.php:1167
817
  msgid "Please enter your address..."
818
  msgstr "Var god ange din adress…"
819
 
820
- #: contact_form.php:1176
821
- #: contact_form.php:1178
822
  msgid "Please enter your email address..."
823
  msgstr "Var god ange din e-postadress…"
824
 
825
- #: contact_form.php:1187
826
- #: contact_form.php:1189
827
  msgid "Please enter your phone number..."
828
  msgstr "Var god ange ditt telefonnummer…"
829
 
830
- #: contact_form.php:1198
831
- #: contact_form.php:1200
832
  msgid "Please enter subject..."
833
  msgstr "Var god ange ämne…"
834
 
835
- #: contact_form.php:1208
836
- #: contact_form.php:1210
837
  msgid "Please enter your message..."
838
  msgstr "Var god ange ditt meddelande…"
839
 
840
- #: contact_form.php:1287
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
841
  msgid "Sorry, email message could not be delivered."
842
  msgstr "Tyvärr kunde ditt meddelande inte levereras."
843
 
844
- #: contact_form.php:1673
845
  msgid "Contact from"
846
  msgstr "Kontaktformulär"
847
 
848
- #: contact_form.php:1686
849
- #: contact_form.php:1712
850
  msgid "Email"
851
  msgstr "E-post"
852
 
853
- #: contact_form.php:1690
854
- #: contact_form.php:1714
855
  msgid "Phone"
856
  msgstr "Telefon"
857
 
858
- #: contact_form.php:1699
859
- #: contact_form.php:1717
860
  msgid "Site"
861
  msgstr "Sajt"
862
 
863
- #: contact_form.php:1780
864
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
865
  msgstr "Om du kan se detta MIME, så accepterar inte din e-postklient denna MIME-typ!"
866
 
867
- #: contact_form.php:1850
868
  msgid "FAQ"
869
  msgstr "FAQ"
870
 
871
- #: contact_form.php:1851
872
  msgid "Support"
873
  msgstr "Support"
874
 
875
- #: contact_form.php:1910
876
  msgid "Are you sure that you want to delete this language data?"
877
  msgstr "Är du säker på att du vill ta bort språkdatan?"
878
 
 
 
 
 
 
 
879
  #~ msgid "Display fields"
880
  #~ msgstr "Visa fält"
881
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-31 18:15+0300\n"
6
+ "PO-Revision-Date: 2014-01-31 18:15+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Martin Tonek, Joakim Lindskog, Maarten van den Driest <joakim@limewoodmedia.com, maarten@vandendriest.com>\n"
9
  "Language: ru_RU\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:33
20
+ #: contact_form.php:659
21
  msgid "Contact Form Settings"
22
  msgstr "Kontaktformulärinställningar"
23
 
24
+ #: contact_form.php:33
25
  msgid "Contact Form"
26
  msgstr "Kontaktformulär"
27
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  #: contact_form.php:80
29
+ #: contact_form.php:977
30
+ #: contact_form.php:1007
31
  msgid "Name:"
32
  msgstr "Namn:"
33
 
34
  #: contact_form.php:81
35
+ #: contact_form.php:978
36
+ #: contact_form.php:1008
37
  msgid "Address:"
38
  msgstr "Adress:"
39
 
40
  #: contact_form.php:82
41
+ #: contact_form.php:979
42
+ #: contact_form.php:1009
43
  msgid "Email Address:"
44
  msgstr "E-postadress:"
45
 
46
  #: contact_form.php:83
47
+ #: contact_form.php:980
48
+ #: contact_form.php:1010
49
  msgid "Phone number:"
50
  msgstr "Telefonnummer:"
51
 
52
  #: contact_form.php:84
53
+ #: contact_form.php:981
54
+ #: contact_form.php:1011
55
  msgid "Subject:"
56
  msgstr "Ämne:"
57
 
58
  #: contact_form.php:85
59
+ #: contact_form.php:982
60
+ #: contact_form.php:1012
61
  msgid "Message:"
62
  msgstr "Meddelande:"
63
 
64
  #: contact_form.php:86
65
+ #: contact_form.php:983
66
+ #: contact_form.php:1013
67
  msgid "Attachment:"
68
  msgstr "Bifogad fil:"
69
 
72
  msgstr "Stödda filformat: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max filstorlek: 2MB"
73
 
74
  #: contact_form.php:88
75
+ #: contact_form.php:985
76
+ #: contact_form.php:1015
77
  msgid "Send me a copy"
78
  msgstr "Skicka mig en kopia"
79
 
80
  #: contact_form.php:89
81
+ #: contact_form.php:986
82
+ #: contact_form.php:1016
83
  msgid "Submit"
84
  msgstr "Skicka"
85
 
135
  msgid "Thank you for contacting us."
136
  msgstr "Tack för att du kontaktade oss."
137
 
138
+ #: contact_form.php:202
139
  #, fuzzy
140
  msgid "requires"
141
  msgstr "Obligatoriska fält"
142
 
143
+ #: contact_form.php:202
144
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
145
  msgstr ""
146
 
147
+ #: contact_form.php:202
148
  msgid "Back to the WordPress"
149
  msgstr ""
150
 
151
+ #: contact_form.php:202
152
  #, fuzzy
153
  msgid "Plugins page"
154
  msgstr "Pro-tillägg"
155
 
156
+ #: contact_form.php:493
157
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
158
  msgstr "Om alternativet 'Omdirigera till sida' väljs ska URL-fältet fyllas i med följande format"
159
 
160
+ #: contact_form.php:502
161
  msgid "Such user does not exist. Settings are not saved."
162
  msgstr "Användaren finns inte. Inställningarna sparades inte."
163
 
164
+ #: contact_form.php:506
165
+ #: contact_form.php:512
166
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
167
  msgstr "Var god ange en giltig e-postadress i 'FRÅN'-fältet. Inställningarna sparades inte."
168
 
169
+ #: contact_form.php:517
170
  msgid "Settings saved."
171
  msgstr "Inställningar sparades."
172
 
173
+ #: contact_form.php:553
174
+ #: contact_form.php:592
175
+ msgid "Wrong license key"
176
+ msgstr ""
177
+
178
+ #: contact_form.php:585
179
+ msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
180
+ msgstr ""
181
+
182
+ #: contact_form.php:594
183
+ msgid "This license key is bind to another site"
184
+ msgstr ""
185
+
186
+ #: contact_form.php:596
187
+ #: contact_form.php:1382
188
+ msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
189
+ msgstr ""
190
+
191
+ #: contact_form.php:614
192
+ msgid "Failed to open the zip archive. Please, upload the plugin manually"
193
+ msgstr ""
194
+
195
+ #: contact_form.php:620
196
+ msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
197
+ msgstr ""
198
+
199
+ #: contact_form.php:624
200
+ #: contact_form.php:633
201
+ msgid "Failed to download the zip archive. Please, upload the plugin manually"
202
+ msgstr ""
203
+
204
+ #: contact_form.php:637
205
+ msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
206
+ msgstr ""
207
+
208
+ #: contact_form.php:652
209
+ #, fuzzy
210
+ msgid "Please, enter Your license key"
211
+ msgstr "Var god ange ditt meddelande…"
212
+
213
+ #: contact_form.php:661
214
  msgid "Notice:"
215
  msgstr ""
216
 
217
+ #: contact_form.php:661
218
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
219
  msgstr ""
220
 
221
+ #: contact_form.php:664
222
+ #: contact_form.php:1990
223
+ #: contact_form.php:2001
 
224
  msgid "Settings"
225
  msgstr "Inställningar"
226
 
227
+ #: contact_form.php:665
 
228
  msgid "Extra settings"
229
  msgstr "Extra inställningar"
230
 
231
+ #: contact_form.php:666
232
+ msgid "Go PRO"
233
+ msgstr ""
234
+
235
+ #: contact_form.php:672
236
+ #: contact_form.php:1341
237
  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:"
238
  msgstr "Om du vill lägga till ett kontaktformulär på din webbplats, kopiera följande kortkod och klistra in den på rätt inlägg, sida eller widget:"
239
 
240
+ #: contact_form.php:672
241
+ #: contact_form.php:673
242
+ #: contact_form.php:1000
243
+ #: contact_form.php:1049
244
  msgid "or"
245
  msgstr ""
246
 
247
+ #: contact_form.php:673
248
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
249
  msgstr ""
250
 
251
+ #: contact_form.php:674
252
  msgid "They work the same way."
253
  msgstr ""
254
 
255
+ #: contact_form.php:675
256
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
257
  msgstr "Om du lämnar fälten tomma kommer meddelandena att skickas till den e-postadressen som angavs under registreringen."
258
 
259
+ #: contact_form.php:679
260
  msgid "The user's email address:"
261
  msgstr "Användarens e-postadress:"
262
 
263
+ #: contact_form.php:683
264
  msgid "Create a username"
265
  msgstr "Skapa ett användarnamn"
266
 
267
+ #: contact_form.php:688
268
  msgid "Enter a username of the person who should get the messages from the contact form."
269
  msgstr "Ange ett användarnamn på den användare som ska få meddelanden från kontaktformuläret."
270
 
271
+ #: contact_form.php:692
272
  msgid "Use this email address:"
273
  msgstr "Använd den här e-postadressen:"
274
 
275
+ #: contact_form.php:695
276
  msgid "Enter the email address you want the messages forwarded to."
277
  msgstr "Ange en e-postadress som ska användas för att ta emot meddelanden."
278
 
279
+ #: contact_form.php:701
280
  msgid "Add department selectbox to the contact form:"
281
  msgstr ""
282
 
283
+ #: contact_form.php:709
284
+ #: contact_form.php:1236
285
  msgid "If you upgrade to Pro version all your settings will be saved."
286
  msgstr ""
287
 
288
+ #: contact_form.php:714
289
+ #: contact_form.php:851
290
+ #: contact_form.php:922
291
+ #: contact_form.php:1086
292
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
293
  msgstr "Denna funktionalitet är endast tillgänglig i Pro-versionen av detta tillägg. För detaljer, klicka på länken"
294
 
295
+ #: contact_form.php:715
296
+ #: contact_form.php:852
297
+ #: contact_form.php:923
298
+ #: contact_form.php:1087
299
+ msgid "Contact Form Pro"
300
+ msgstr "Kontaktformulär Pro"
301
+
302
+ #: contact_form.php:721
303
  msgid "Save emails to the database"
304
  msgstr ""
305
 
306
+ #: contact_form.php:731
307
+ msgid "Using"
308
+ msgstr ""
309
+
310
+ #: contact_form.php:731
311
+ #: contact_form.php:900
312
+ #: contact_form.php:903
313
+ #: contact_form.php:907
314
+ msgid "powered by"
315
+ msgstr ""
316
+
317
+ #: contact_form.php:734
318
+ #: contact_form.php:738
319
  msgid "Using Contact Form to DB powered by"
320
  msgstr ""
321
 
322
+ #: contact_form.php:734
323
  #, fuzzy
324
  msgid "Activate Contact Form to DB"
325
  msgstr "Kontaktformulär Pro"
326
 
327
+ #: contact_form.php:738
328
  #, fuzzy
329
  msgid "Download Contact Form to DB"
330
  msgstr "Kontaktformulär Pro"
331
 
332
+ #: contact_form.php:743
333
  msgid "Additional options"
334
  msgstr "Ytterligare alternativ"
335
 
336
+ #: contact_form.php:745
337
  msgid "Show"
338
  msgstr ""
339
 
340
+ #: contact_form.php:746
341
  msgid "Hide"
342
  msgstr ""
343
 
344
+ #: contact_form.php:750
345
  msgid "What to use?"
346
  msgstr "Vad ska användas?"
347
 
348
+ #: contact_form.php:753
349
  msgid "Wp-mail"
350
  msgstr "Wp-mail"
351
 
352
+ #: contact_form.php:753
353
  msgid "You can use the wp_mail function for mailing"
354
  msgstr "Du kan använda wp_mail-funktionen för att skicka e-post"
355
 
356
+ #: contact_form.php:755
357
  msgid "Mail"
358
  msgstr "E-post"
359
 
360
+ #: contact_form.php:755
361
  msgid "To send mail you can use the php mail function"
362
  msgstr "Du kan använda php-funktionen för att skicka e-post"
363
 
364
+ #: contact_form.php:759
365
  #, fuzzy
366
  msgid "The text in the 'From' field"
367
  msgstr "Ändra text för 'FRÅN'-fältet"
368
 
369
+ #: contact_form.php:761
370
  #, fuzzy
371
  msgid "User name"
372
  msgstr "Användarens e-post"
373
 
374
+ #: contact_form.php:762
375
  #, fuzzy
376
  msgid "The name of the user who fills the form will be used in the field 'From'."
377
  msgstr "E-postadressen för användaren som fyller i formuläret kommer att användas i 'Från'-fältet."
378
 
379
+ #: contact_form.php:765
380
  #, fuzzy
381
  msgid "This text will be used in the 'FROM' field"
382
  msgstr "Denna e-postadress kommer att användas för 'Från'-fältet."
383
 
384
+ #: contact_form.php:769
385
  #, fuzzy
386
  msgid "The email address in the 'From' field"
387
  msgstr "Ange e-postadress för 'Från'-fältet"
388
 
389
+ #: contact_form.php:771
390
  msgid "User email"
391
  msgstr "Användarens e-post"
392
 
393
+ #: contact_form.php:772
394
  msgid "The email address of the user who fills the form will be used in the field 'From'."
395
  msgstr "E-postadressen för användaren som fyller i formuläret kommer att användas i 'Från'-fältet."
396
 
397
+ #: contact_form.php:775
398
  msgid "This email address will be used in the 'From' field."
399
  msgstr "Denna e-postadress kommer att användas för 'Från'-fältet."
400
 
401
+ #: contact_form.php:779
402
  #, fuzzy
403
  msgid "Required symbol"
404
  msgstr "Obligatoriska fält"
405
 
406
+ #: contact_form.php:789
407
  msgid "Fields"
408
  msgstr ""
409
 
410
+ #: contact_form.php:790
411
  msgid "Used"
412
  msgstr ""
413
 
414
+ #: contact_form.php:791
415
  #, fuzzy
416
  msgid "Required"
417
  msgstr "Obligatoriska fält"
418
 
419
+ #: contact_form.php:792
420
  msgid "Visible"
421
  msgstr ""
422
 
423
+ #: contact_form.php:793
424
  msgid "Disabled for editing"
425
  msgstr ""
426
 
427
+ #: contact_form.php:794
428
  msgid "Field's default value"
429
  msgstr ""
430
 
431
+ #: contact_form.php:799
432
+ #: contact_form.php:1111
433
+ #: contact_form.php:1831
434
+ #: contact_form.php:1861
435
  msgid "Name"
436
  msgstr "Namn"
437
 
438
+ #: contact_form.php:807
439
+ #: contact_form.php:1116
440
+ #: contact_form.php:1835
441
+ #: contact_form.php:1863
442
  msgid "Address"
443
  msgstr "Adress"
444
 
445
+ #: contact_form.php:815
446
  msgid "Email Address"
447
  msgstr "E-postadress"
448
 
449
+ #: contact_form.php:823
450
  #, fuzzy
451
  msgid "Phone number"
452
  msgstr "Telefonnummer:"
453
 
454
+ #: contact_form.php:831
455
+ #: contact_form.php:1131
456
+ #: contact_form.php:1845
457
+ #: contact_form.php:1867
458
  msgid "Subject"
459
  msgstr "Ämne"
460
 
461
+ #: contact_form.php:839
462
+ #: contact_form.php:1135
463
+ #: contact_form.php:1848
464
+ #: contact_form.php:1868
465
  msgid "Message"
466
  msgstr "Meddelande"
467
 
468
+ #: contact_form.php:857
469
  msgid "Attachment block"
470
  msgstr "Bilageblock"
471
 
472
+ #: contact_form.php:859
473
  msgid "Users can attach the following file formats"
474
  msgstr "Användare kan bifoga filer av följande format"
475
 
476
+ #: contact_form.php:873
477
  msgid "Add to the form"
478
  msgstr ""
479
 
480
+ #: contact_form.php:878
481
  #, fuzzy
482
  msgid "Tips below the Attachment"
483
  msgstr "Visa förklaringar under bilageblocket"
484
 
485
+ #: contact_form.php:887
486
  #, fuzzy
487
  msgid "'Send me a copy' block"
488
  msgstr "Skicka mig en kopia-block"
489
 
490
+ #: contact_form.php:900
491
+ #: contact_form.php:903
492
+ #: contact_form.php:907
493
+ #: contact_form.php:1145
494
  msgid "Captcha"
495
  msgstr "Captcha"
496
 
497
+ #: contact_form.php:903
 
 
 
 
 
 
498
  msgid "Activate captcha"
499
  msgstr "Aktivera captcha"
500
 
501
+ #: contact_form.php:907
502
  msgid "Download captcha"
503
  msgstr "Hämta captcha"
504
 
505
+ #: contact_form.php:915
506
  msgid "Agreement checkbox"
507
  msgstr ""
508
 
509
+ #: contact_form.php:915
510
  msgid "Required checkbox for submitting the form"
511
  msgstr ""
512
 
513
+ #: contact_form.php:916
514
  msgid "Optional checkbox"
515
  msgstr ""
516
 
517
+ #: contact_form.php:916
518
  msgid "Optional checkbox, the results of which will be displayed in email"
519
  msgstr ""
520
 
521
+ #: contact_form.php:927
522
  msgid "Delete an attachment file from the server after the email is sent"
523
  msgstr ""
524
 
525
+ #: contact_form.php:933
526
  msgid "Email in HTML format sending"
527
  msgstr ""
528
 
529
+ #: contact_form.php:937
530
  msgid "Display additional info in the email"
531
  msgstr "Visa ytterligare information i meddelandet"
532
 
533
+ #: contact_form.php:942
534
+ #: contact_form.php:1798
535
+ #: contact_form.php:1800
536
  msgid "Sent from (ip address)"
537
  msgstr "Skickat från (ip-adress)"
538
 
539
+ #: contact_form.php:942
540
  #, fuzzy
541
  msgid "Example: Sent from (IP address):\t127.0.0.1"
542
  msgstr "Skickat från (ip-adress)"
543
 
544
+ #: contact_form.php:943
545
+ #: contact_form.php:1804
546
+ #: contact_form.php:1806
547
  msgid "Date/Time"
548
  msgstr "Datum/Tid"
549
 
550
+ #: contact_form.php:943
551
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
552
  msgstr ""
553
 
554
+ #: contact_form.php:944
555
+ #: contact_form.php:1810
556
+ #: contact_form.php:1812
557
  msgid "Sent from (referer)"
558
  msgstr "Skickat från (referer)"
559
 
560
+ #: contact_form.php:944
561
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
562
  msgstr ""
563
 
564
+ #: contact_form.php:945
565
+ #: contact_form.php:1816
566
+ #: contact_form.php:1818
567
  msgid "Using (user agent)"
568
  msgstr "Använder (user agent)"
569
 
570
+ #: contact_form.php:945
571
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
572
  msgstr ""
573
 
574
+ #: contact_form.php:949
575
  msgid "Language settings for the field names in the form"
576
  msgstr "Språkinställningar för etikettnamn in formuläret"
577
 
578
+ #: contact_form.php:958
579
  msgid "Add a language"
580
  msgstr "Lägg till ett språk"
581
 
582
+ #: contact_form.php:962
583
  msgid "Change the names of the contact form fields and error messages"
584
  msgstr "Ändra etikett för fälten i kontaktformuläret och felmeddelanden"
585
 
586
+ #: contact_form.php:967
587
+ #: contact_form.php:1040
588
  msgid "English"
589
  msgstr "Engelska"
590
 
591
+ #: contact_form.php:975
592
+ #: contact_form.php:1005
593
+ msgid "click to expand/hide the list"
594
+ msgstr ""
595
+
596
+ #: contact_form.php:984
597
+ #: contact_form.php:1014
598
  #, fuzzy
599
  msgid "Tips below the Attachment block"
600
  msgstr "Visa förklaringar under bilageblocket"
601
 
602
+ #: contact_form.php:987
603
+ #: contact_form.php:1017
604
  msgid "Error message for the Name field"
605
  msgstr "Felmeddelande för namnfältet"
606
 
607
+ #: contact_form.php:988
608
+ #: contact_form.php:1018
609
  msgid "Error message for the Address field"
610
  msgstr "Felmeddelande för adressfältet"
611
 
612
+ #: contact_form.php:989
613
+ #: contact_form.php:1019
614
  msgid "Error message for the Email field"
615
  msgstr "Felmeddelande för e-postadressfältet"
616
 
617
+ #: contact_form.php:990
618
+ #: contact_form.php:1020
619
  msgid "Error message for the Phone field"
620
  msgstr "Felmeddelande för telefonfältet"
621
 
622
+ #: contact_form.php:991
623
+ #: contact_form.php:1021
624
  msgid "Error message for the Subject field"
625
  msgstr "Felmeddelande for ämnesfältet"
626
 
627
+ #: contact_form.php:992
628
+ #: contact_form.php:1022
629
  msgid "Error message for the Message field"
630
  msgstr "Felmeddelande för meddelandefältet"
631
 
632
+ #: contact_form.php:993
633
+ #: contact_form.php:1023
634
  msgid "Error message about the file type for the Attachment field"
635
  msgstr "Felmeddelande för filformat i bilagefältet"
636
 
637
+ #: contact_form.php:994
638
+ #: contact_form.php:1024
639
  msgid "Error message while uploading a file for the Attachment field to the server"
640
  msgstr "Felmeddelande för uppladdning av fil till bilagefältet på servern"
641
 
642
+ #: contact_form.php:995
643
+ #: contact_form.php:1025
644
  msgid "Error message while moving the file for the Attachment field"
645
  msgstr "Felmeddelande för flytt av fil till bilagefältet"
646
 
647
+ #: contact_form.php:996
648
+ #: contact_form.php:1026
649
  msgid "Error message when file size limit for the Attachment field is exceeded"
650
  msgstr "Felmeddelande för max filstorlek i bilagefältet "
651
 
652
+ #: contact_form.php:997
653
+ #: contact_form.php:1027
654
  msgid "Error message for the Captcha field"
655
  msgstr "Felmeddelande för CAPTCHA"
656
 
657
+ #: contact_form.php:998
658
+ #: contact_form.php:1028
659
  msgid "Error message for the whole form"
660
  msgstr "Felmeddelande för formuläret"
661
 
662
+ #: contact_form.php:1000
663
+ #: contact_form.php:1030
664
+ #: contact_form.php:1049
665
+ #: contact_form.php:1055
666
  msgid "Use shortcode"
667
  msgstr "Använd kortkod"
668
 
669
+ #: contact_form.php:1000
670
+ #: contact_form.php:1030
671
+ #: contact_form.php:1049
672
+ #: contact_form.php:1055
673
  msgid "for this language"
674
  msgstr "för detta språk"
675
 
676
+ #: contact_form.php:1037
677
  msgid "Action after email is sent"
678
  msgstr "Åtgärd efter meddelande skickats"
679
 
680
+ #: contact_form.php:1039
681
  msgid "Display text"
682
  msgstr "Visa text"
683
 
684
+ #: contact_form.php:1048
685
+ #: contact_form.php:1054
686
  msgid "Text"
687
  msgstr "Text"
688
 
689
+ #: contact_form.php:1061
690
  msgid "Redirect to the page"
691
  msgstr "Omdirigera till sida"
692
 
693
+ #: contact_form.php:1062
694
  msgid "Url"
695
  msgstr "Url"
696
 
697
+ #: contact_form.php:1067
698
+ #: contact_form.php:1242
699
  msgid "Save Changes"
700
  msgstr "Spara ändringar"
701
 
702
+ #: contact_form.php:1072
703
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
704
  msgstr ""
705
 
706
+ #: contact_form.php:1073
707
  #, fuzzy
708
  msgid "Rate the plugin"
709
  msgstr "Gratis tillägg"
710
 
711
+ #: contact_form.php:1076
712
  #, fuzzy
713
  msgid "If there is something wrong about it, please contact us"
714
  msgstr "Om du har några frågor, kontakta oss via"
715
 
716
+ #: contact_form.php:1091
 
 
 
 
717
  msgid "Errors output"
718
  msgstr "Felutmatning"
719
 
720
+ #: contact_form.php:1094
721
  msgid "Display error messages"
722
  msgstr "Visa felmeddelanden"
723
 
724
+ #: contact_form.php:1095
725
  msgid "Color of the input field errors."
726
  msgstr "Färg på inmatningfältsfel."
727
 
728
+ #: contact_form.php:1096
729
  msgid "Display error messages & color of the input field errors"
730
  msgstr "Visa felmeddelanden & färg på inmatningfältsfel"
731
 
732
+ #: contact_form.php:1101
733
  msgid "Add placeholder to the input blocks"
734
  msgstr "Lägg till platshållare på inmatningsblocken"
735
 
736
+ #: contact_form.php:1107
737
  msgid "Add tooltips"
738
  msgstr "Visa verktygstips"
739
 
740
+ #: contact_form.php:1121
741
  msgid "Email address"
742
  msgstr "E-postadress"
743
 
744
+ #: contact_form.php:1126
745
  msgid "Phone Number"
746
  msgstr "Telefonnummer"
747
 
748
+ #: contact_form.php:1140
749
  msgid "Attachment"
750
  msgstr "Bifoga fil"
751
 
752
+ #: contact_form.php:1145
753
  msgid "(powered by bestwebsoft.com)"
754
  msgstr "(tillhandahålls av bestwebsoft.com)"
755
 
756
+ #: contact_form.php:1150
757
  msgid "Style options"
758
  msgstr "Stilalternativ"
759
 
760
+ #: contact_form.php:1153
761
  msgid "Text color"
762
  msgstr "Textfärg"
763
 
764
+ #: contact_form.php:1156
765
+ #: contact_form.php:1161
766
+ #: contact_form.php:1171
767
+ #: contact_form.php:1176
768
+ #: contact_form.php:1181
769
+ #: contact_form.php:1186
770
+ #: contact_form.php:1196
771
+ #: contact_form.php:1201
772
+ #: contact_form.php:1207
773
+ #: contact_form.php:1218
774
+ #: contact_form.php:1223
775
+ #: contact_form.php:1228
776
  msgid "Default"
777
  msgstr "Standard"
778
 
779
+ #: contact_form.php:1158
780
  msgid "Label text color"
781
  msgstr "Etikett-textfärg"
782
 
783
+ #: contact_form.php:1163
784
  msgid "Placeholder color"
785
  msgstr "Platshållarfärg"
786
 
787
+ #: contact_form.php:1168
788
  msgid "Errors color"
789
  msgstr "Felfärg"
790
 
791
+ #: contact_form.php:1173
792
  msgid "Error text color"
793
  msgstr "Feltextfärg"
794
 
795
+ #: contact_form.php:1178
796
  msgid "Background color of the input field errors"
797
  msgstr "Bakgrundsfärg på inmatningfältsfel"
798
 
799
+ #: contact_form.php:1183
800
  msgid "Border color of the input field errors"
801
  msgstr "Ramfärg på inmatningfältsfel"
802
 
803
+ #: contact_form.php:1188
804
  msgid "Placeholder color of the input field errors"
805
  msgstr "Platshållarfärg för inmatningfältsfel"
806
 
807
+ #: contact_form.php:1193
808
  msgid "Input fields"
809
  msgstr "Inmatningsfält"
810
 
811
+ #: contact_form.php:1198
812
  msgid "Input fields background color"
813
  msgstr "Inmatningfältsbakgrundsfärg"
814
 
815
+ #: contact_form.php:1203
816
  msgid "Text fields color"
817
  msgstr "Textfältfärg"
818
 
819
+ #: contact_form.php:1205
820
  msgid "Border width in px, numbers only"
821
  msgstr "Rambredd i px, endast siffror"
822
 
823
+ #: contact_form.php:1209
824
+ #: contact_form.php:1230
825
  msgid "Border color"
826
  msgstr "Ramfärg"
827
 
828
+ #: contact_form.php:1214
829
  msgid "Submit button"
830
  msgstr "Skicka-knapp"
831
 
832
+ #: contact_form.php:1216
833
  msgid "Width in px, numbers only"
834
  msgstr "Bredd i px, endast siffror"
835
 
836
+ #: contact_form.php:1220
837
  msgid "Button color"
838
  msgstr "Knappfärg"
839
 
840
+ #: contact_form.php:1225
841
  msgid "Button text color"
842
  msgstr "Knapptextfärg"
843
 
844
+ #: contact_form.php:1246
845
  msgid "Contact Form Pro | Preview"
846
  msgstr "Kontaktformulär Pro | Förhandsgranskning"
847
 
848
+ #: contact_form.php:1249
849
  msgid "Show with errors"
850
  msgstr "Visa med fel"
851
 
852
+ #: contact_form.php:1257
853
+ #: contact_form.php:1259
854
  msgid "Please enter your full name..."
855
  msgstr "Var god ange ditt fullständiga namn…"
856
 
857
+ #: contact_form.php:1270
858
+ #: contact_form.php:1272
859
  msgid "Please enter your address..."
860
  msgstr "Var god ange din adress…"
861
 
862
+ #: contact_form.php:1281
863
+ #: contact_form.php:1283
864
  msgid "Please enter your email address..."
865
  msgstr "Var god ange din e-postadress…"
866
 
867
+ #: contact_form.php:1292
868
+ #: contact_form.php:1294
869
  msgid "Please enter your phone number..."
870
  msgstr "Var god ange ditt telefonnummer…"
871
 
872
+ #: contact_form.php:1303
873
+ #: contact_form.php:1305
874
  msgid "Please enter subject..."
875
  msgstr "Var god ange ämne…"
876
 
877
+ #: contact_form.php:1313
878
+ #: contact_form.php:1315
879
  msgid "Please enter your message..."
880
  msgstr "Var god ange ditt meddelande…"
881
 
882
+ #: contact_form.php:1357
883
+ msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
884
+ msgstr ""
885
+
886
+ #: contact_form.php:1359
887
+ msgid "Please, go to"
888
+ msgstr ""
889
+
890
+ #: contact_form.php:1359
891
+ #, fuzzy
892
+ msgid "the setting page"
893
+ msgstr "Extra inställningar"
894
+
895
+ #: contact_form.php:1360
896
+ msgid "You will be redirected automatically in 5 seconds."
897
+ msgstr ""
898
+
899
+ #: contact_form.php:1365
900
+ msgid "You can download and activate"
901
+ msgstr ""
902
+
903
+ #: contact_form.php:1367
904
+ msgid "version of this plugin by entering Your license key."
905
+ msgstr ""
906
+
907
+ #: contact_form.php:1369
908
+ msgid "You can find your license key on your personal page Client area, by clicking on the link"
909
+ msgstr ""
910
+
911
+ #: contact_form.php:1371
912
+ msgid "(your username is the email you specify when purchasing the product)."
913
+ msgstr ""
914
+
915
+ #: contact_form.php:1379
916
+ #: contact_form.php:1389
917
+ msgid "Go!"
918
+ msgstr ""
919
+
920
+ #: contact_form.php:1439
921
  msgid "Sorry, email message could not be delivered."
922
  msgstr "Tyvärr kunde ditt meddelande inte levereras."
923
 
924
+ #: contact_form.php:1825
925
  msgid "Contact from"
926
  msgstr "Kontaktformulär"
927
 
928
+ #: contact_form.php:1838
929
+ #: contact_form.php:1864
930
  msgid "Email"
931
  msgstr "E-post"
932
 
933
+ #: contact_form.php:1842
934
+ #: contact_form.php:1866
935
  msgid "Phone"
936
  msgstr "Telefon"
937
 
938
+ #: contact_form.php:1851
939
+ #: contact_form.php:1869
940
  msgid "Site"
941
  msgstr "Sajt"
942
 
943
+ #: contact_form.php:1932
944
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
945
  msgstr "Om du kan se detta MIME, så accepterar inte din e-postklient denna MIME-typ!"
946
 
947
+ #: contact_form.php:2002
948
  msgid "FAQ"
949
  msgstr "FAQ"
950
 
951
+ #: contact_form.php:2003
952
  msgid "Support"
953
  msgstr "Support"
954
 
955
+ #: contact_form.php:2061
956
  msgid "Are you sure that you want to delete this language data?"
957
  msgstr "Är du säker på att du vill ta bort språkdatan?"
958
 
959
+ #~ msgid "Contact Form Pro Extra Settings"
960
+ #~ msgstr "Kontaktformulär Pro Extra inställningar"
961
+
962
+ #~ msgid "Contact Form Pro | Extra Settings"
963
+ #~ msgstr "Kontaktformulär Pro | Extra inställningar "
964
+
965
  #~ msgid "Display fields"
966
  #~ msgstr "Visa fält"
967
 
languages/contact_form-tr.mo ADDED
Binary file
languages/contact_form-tr.po ADDED
@@ -0,0 +1,1024 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: contact_form\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-31 18:15+0300\n"
6
+ "PO-Revision-Date: 2014-01-31 18:15+0300\n"
7
+ "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
+ "Language-Team: Can Atasever <webmaster@candanblog.com>\n"
9
+ "Language: ca_ES\n"
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.7\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ #: contact_form.php:33
20
+ #: contact_form.php:659
21
+ msgid "Contact Form Settings"
22
+ msgstr "İletişim Formu Ayarları"
23
+
24
+ #: contact_form.php:33
25
+ msgid "Contact Form"
26
+ msgstr "İletişim Formu"
27
+
28
+ #: contact_form.php:80
29
+ #: contact_form.php:977
30
+ #: contact_form.php:1007
31
+ msgid "Name:"
32
+ msgstr "İsim:"
33
+
34
+ #: contact_form.php:81
35
+ #: contact_form.php:978
36
+ #: contact_form.php:1008
37
+ msgid "Address:"
38
+ msgstr "Adres:"
39
+
40
+ #: contact_form.php:82
41
+ #: contact_form.php:979
42
+ #: contact_form.php:1009
43
+ msgid "Email Address:"
44
+ msgstr "E-posta Adresi:"
45
+
46
+ #: contact_form.php:83
47
+ #: contact_form.php:980
48
+ #: contact_form.php:1010
49
+ msgid "Phone number:"
50
+ msgstr "Telefon Numarası:"
51
+
52
+ #: contact_form.php:84
53
+ #: contact_form.php:981
54
+ #: contact_form.php:1011
55
+ msgid "Subject:"
56
+ msgstr "Başlık:"
57
+
58
+ #: contact_form.php:85
59
+ #: contact_form.php:982
60
+ #: contact_form.php:1012
61
+ msgid "Message:"
62
+ msgstr "Mesaj:"
63
+
64
+ #: contact_form.php:86
65
+ #: contact_form.php:983
66
+ #: contact_form.php:1013
67
+ msgid "Attachment:"
68
+ msgstr "Eklenecek Dosya:"
69
+
70
+ #: contact_form.php:87
71
+ msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
72
+ msgstr "Desteklenen dosya uzantıları: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. En büyük dosya boyutu: 2MB"
73
+
74
+ #: contact_form.php:88
75
+ #: contact_form.php:985
76
+ #: contact_form.php:1015
77
+ msgid "Send me a copy"
78
+ msgstr "Bana bir kopyasını gönder"
79
+
80
+ #: contact_form.php:89
81
+ #: contact_form.php:986
82
+ #: contact_form.php:1016
83
+ msgid "Submit"
84
+ msgstr "Gönder"
85
+
86
+ #: contact_form.php:90
87
+ msgid "Your name is required."
88
+ msgstr "İsminizi yazmanız gerekiyor."
89
+
90
+ #: contact_form.php:91
91
+ msgid "Address is required."
92
+ msgstr "Adresinizi yazmanız gerekiyor."
93
+
94
+ #: contact_form.php:92
95
+ msgid "A valid email address is required."
96
+ msgstr "Geçerli bir e-posta adresi yazmanız gerekiyor."
97
+
98
+ #: contact_form.php:93
99
+ msgid "Phone number is required."
100
+ msgstr "Telefon numaranızı yazmanız gerekiyor."
101
+
102
+ #: contact_form.php:94
103
+ msgid "Subject is required."
104
+ msgstr "Başlık kısmını doldurmanız gerekiyor."
105
+
106
+ #: contact_form.php:95
107
+ msgid "Message text is required."
108
+ msgstr "Mesaj kısmını doldurmanız gerekiyor."
109
+
110
+ #: contact_form.php:96
111
+ msgid "File format is not valid."
112
+ msgstr "Dosya uzantısı uygun değil."
113
+
114
+ #: contact_form.php:97
115
+ msgid "File upload error."
116
+ msgstr "Dosya yükleme hatası."
117
+
118
+ #: contact_form.php:98
119
+ msgid "The file could not be uploaded."
120
+ msgstr "Dosya yüklenemedi."
121
+
122
+ #: contact_form.php:99
123
+ msgid "This file is too large."
124
+ msgstr "Dosyanın boyutu çok büyük."
125
+
126
+ #: contact_form.php:100
127
+ msgid "Please fill out the CAPTCHA."
128
+ msgstr "Lütfen CAPTCHA kısmını doldurun."
129
+
130
+ #: contact_form.php:101
131
+ msgid "Please make corrections below and try again."
132
+ msgstr "Lütfen aşağıdaki düzeltmeleri yapın ve yeniden deneyin."
133
+
134
+ #: contact_form.php:103
135
+ msgid "Thank you for contacting us."
136
+ msgstr "İletişime geçtiğiniz için teşekkürler."
137
+
138
+ #: contact_form.php:202
139
+ msgid "requires"
140
+ msgstr "Gerekli"
141
+
142
+ #: contact_form.php:202
143
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
144
+ msgstr "ya da daha üstü, pasifleştirilmesinin sebebi bu! Lütfen Wordpress'i güncelleyin ve yeniden deneyin."
145
+
146
+ #: contact_form.php:202
147
+ msgid "Back to the WordPress"
148
+ msgstr "Wordpress'e geri dön"
149
+
150
+ #: contact_form.php:202
151
+ msgid "Plugins page"
152
+ msgstr "Eklenti Sayfası"
153
+
154
+ #: contact_form.php:493
155
+ msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
156
+ msgstr "Eğer 'Sayfaya Yönlendir' seçeneği seçilmişse, URL alanı şu formatta olmalı:"
157
+
158
+ #: contact_form.php:502
159
+ msgid "Such user does not exist. Settings are not saved."
160
+ msgstr "Böyle bir kullanıcı adı bulunamadı. Ayarlar kaydedilmedi."
161
+
162
+ #: contact_form.php:506
163
+ #: contact_form.php:512
164
+ msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
165
+ msgstr "Lütfen 'GÖNDERİCİ' alanına geçerli bir e-posta adresi girin. Ayarlar kaydedilmedi."
166
+
167
+ #: contact_form.php:517
168
+ msgid "Settings saved."
169
+ msgstr "Ayarlar kaydedildi."
170
+
171
+ #: contact_form.php:553
172
+ #: contact_form.php:592
173
+ msgid "Wrong license key"
174
+ msgstr ""
175
+
176
+ #: contact_form.php:585
177
+ msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
178
+ msgstr ""
179
+
180
+ #: contact_form.php:594
181
+ msgid "This license key is bind to another site"
182
+ msgstr ""
183
+
184
+ #: contact_form.php:596
185
+ #: contact_form.php:1382
186
+ msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
187
+ msgstr ""
188
+
189
+ #: contact_form.php:614
190
+ msgid "Failed to open the zip archive. Please, upload the plugin manually"
191
+ msgstr ""
192
+
193
+ #: contact_form.php:620
194
+ msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
195
+ msgstr ""
196
+
197
+ #: contact_form.php:624
198
+ #: contact_form.php:633
199
+ msgid "Failed to download the zip archive. Please, upload the plugin manually"
200
+ msgstr ""
201
+
202
+ #: contact_form.php:637
203
+ msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
204
+ msgstr ""
205
+
206
+ #: contact_form.php:652
207
+ #, fuzzy
208
+ msgid "Please, enter Your license key"
209
+ msgstr "Lütfen mesajınızı yazın"
210
+
211
+ #: contact_form.php:661
212
+ msgid "Notice:"
213
+ msgstr "Bilgi Notu:"
214
+
215
+ #: contact_form.php:661
216
+ msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
217
+ msgstr "Eklentinin ayarları değiştirildi. Değişiklikleri kaydetmek için 'Değişiklikleri Kaydet' butonuna basmayı unutmayın."
218
+
219
+ #: contact_form.php:664
220
+ #: contact_form.php:1990
221
+ #: contact_form.php:2001
222
+ msgid "Settings"
223
+ msgstr "Ayarlar"
224
+
225
+ #: contact_form.php:665
226
+ msgid "Extra settings"
227
+ msgstr "Ekstra ayarlar"
228
+
229
+ #: contact_form.php:666
230
+ msgid "Go PRO"
231
+ msgstr ""
232
+
233
+ #: contact_form.php:672
234
+ #: contact_form.php:1341
235
+ 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:"
236
+ msgstr "Eğer sitenize iletişim formu eklemek istiyorsanız, şu kısa kodu yazınıza, sayfanıza ya da bileşen alanınıza eklemeniz yeterli."
237
+
238
+ #: contact_form.php:672
239
+ #: contact_form.php:673
240
+ #: contact_form.php:1000
241
+ #: contact_form.php:1049
242
+ msgid "or"
243
+ msgstr "ya da"
244
+
245
+ #: contact_form.php:673
246
+ msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
247
+ msgstr "Eğer standart [contact_form] kısa koduyla ilgili bir sorun yaşarsanız, şunlardan birini kullanmalısınız"
248
+
249
+ #: contact_form.php:674
250
+ msgid "They work the same way."
251
+ msgstr "Aynı şekilde çalışırlar."
252
+
253
+ #: contact_form.php:675
254
+ msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
255
+ msgstr "Eğer aşağıdaki alanları boş bırakırsanız, kullanıcının mesajı kayıt sırasında girilen e-posta adresine gönderilecek."
256
+
257
+ #: contact_form.php:679
258
+ msgid "The user's email address:"
259
+ msgstr "Kullanıcının e-posta adresine:"
260
+
261
+ #: contact_form.php:683
262
+ msgid "Create a username"
263
+ msgstr "Kullanıcı oluştur"
264
+
265
+ #: contact_form.php:688
266
+ msgid "Enter a username of the person who should get the messages from the contact form."
267
+ msgstr "İletişim Formu ile gönderilen mesajı almasını istediğiniz kullanıcının adını girin."
268
+
269
+ #: contact_form.php:692
270
+ msgid "Use this email address:"
271
+ msgstr "Mesaj bu e-posta adresine gönderilsin:"
272
+
273
+ #: contact_form.php:695
274
+ msgid "Enter the email address you want the messages forwarded to."
275
+ msgstr "Mesajın gönderilmesini istediğiniz e-posta adresini girin."
276
+
277
+ #: contact_form.php:701
278
+ msgid "Add department selectbox to the contact form:"
279
+ msgstr "İletişim Formu'na departman seçenekleri ekleyin"
280
+
281
+ #: contact_form.php:709
282
+ #: contact_form.php:1236
283
+ msgid "If you upgrade to Pro version all your settings will be saved."
284
+ msgstr "Ücretli sürümü satın alırsanız tüm değişiklikler kaydedilecek."
285
+
286
+ #: contact_form.php:714
287
+ #: contact_form.php:851
288
+ #: contact_form.php:922
289
+ #: contact_form.php:1086
290
+ msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
291
+ msgstr "Bu seçenek sadece PRO versiyonunda kullanılabilir. Detaylı bilgi için, "
292
+
293
+ #: contact_form.php:715
294
+ #: contact_form.php:852
295
+ #: contact_form.php:923
296
+ #: contact_form.php:1087
297
+ msgid "Contact Form Pro"
298
+ msgstr "İletişim Formu PRO"
299
+
300
+ #: contact_form.php:721
301
+ msgid "Save emails to the database"
302
+ msgstr "E-postaları veritabanına kaydet"
303
+
304
+ #: contact_form.php:731
305
+ msgid "Using"
306
+ msgstr ""
307
+
308
+ #: contact_form.php:731
309
+ #: contact_form.php:900
310
+ #: contact_form.php:903
311
+ #: contact_form.php:907
312
+ msgid "powered by"
313
+ msgstr "geliştirici: "
314
+
315
+ #: contact_form.php:734
316
+ #: contact_form.php:738
317
+ msgid "Using Contact Form to DB powered by"
318
+ msgstr "Contact Form to DB eklentisi ile,"
319
+
320
+ #: contact_form.php:734
321
+ msgid "Activate Contact Form to DB"
322
+ msgstr "Contact Form to DB eklentisini aktifleştir"
323
+
324
+ #: contact_form.php:738
325
+ msgid "Download Contact Form to DB"
326
+ msgstr "Contact Form to DB eklentisini yükle"
327
+
328
+ #: contact_form.php:743
329
+ msgid "Additional options"
330
+ msgstr "Ek seçenekler"
331
+
332
+ #: contact_form.php:745
333
+ msgid "Show"
334
+ msgstr "Göster"
335
+
336
+ #: contact_form.php:746
337
+ msgid "Hide"
338
+ msgstr "Gizle"
339
+
340
+ #: contact_form.php:750
341
+ msgid "What to use?"
342
+ msgstr "Hangi yöntem?"
343
+
344
+ #: contact_form.php:753
345
+ msgid "Wp-mail"
346
+ msgstr "Wp-Mail"
347
+
348
+ #: contact_form.php:753
349
+ msgid "You can use the wp_mail function for mailing"
350
+ msgstr "E-postanın gönderimi için wp_mail fonksiyonunu kullanabilirsiniz."
351
+
352
+ #: contact_form.php:755
353
+ msgid "Mail"
354
+ msgstr "Mail"
355
+
356
+ #: contact_form.php:755
357
+ msgid "To send mail you can use the php mail function"
358
+ msgstr "E-postanın gönderimi için PHP Mail fonksiyonunu kullanabilirsiniz."
359
+
360
+ #: contact_form.php:759
361
+ msgid "The text in the 'From' field"
362
+ msgstr "'Gönderici' alanındaki metin"
363
+
364
+ #: contact_form.php:761
365
+ msgid "User name"
366
+ msgstr "Kullanıcı adı"
367
+
368
+ #: contact_form.php:762
369
+ msgid "The name of the user who fills the form will be used in the field 'From'."
370
+ msgstr "'Gönderici' alanında formu dolduran ziyaretçinin adı kullanılacak."
371
+
372
+ #: contact_form.php:765
373
+ msgid "This text will be used in the 'FROM' field"
374
+ msgstr "'GÖNDERİCİ' alanında bu metin kullanılacak"
375
+
376
+ #: contact_form.php:769
377
+ msgid "The email address in the 'From' field"
378
+ msgstr "'Gönderen' alanındaki e-posta adresi"
379
+
380
+ #: contact_form.php:771
381
+ msgid "User email"
382
+ msgstr "Kullanıcı e-postası"
383
+
384
+ #: contact_form.php:772
385
+ msgid "The email address of the user who fills the form will be used in the field 'From'."
386
+ msgstr "'Gönderici' alanında formu dolduran kullanıcının e-posta adresi gösterilecek."
387
+
388
+ #: contact_form.php:775
389
+ msgid "This email address will be used in the 'From' field."
390
+ msgstr "'Gönderici' alanında bu e-posta adresi gösterilecek."
391
+
392
+ #: contact_form.php:779
393
+ msgid "Required symbol"
394
+ msgstr "Zorunlu işareti"
395
+
396
+ #: contact_form.php:789
397
+ msgid "Fields"
398
+ msgstr "Alanlar"
399
+
400
+ #: contact_form.php:790
401
+ msgid "Used"
402
+ msgstr "Kullanılsın mı?"
403
+
404
+ #: contact_form.php:791
405
+ msgid "Required"
406
+ msgstr "Zorunlu"
407
+
408
+ #: contact_form.php:792
409
+ msgid "Visible"
410
+ msgstr "Görünür"
411
+
412
+ #: contact_form.php:793
413
+ msgid "Disabled for editing"
414
+ msgstr "Düzenlemeye kapatılmış"
415
+
416
+ #: contact_form.php:794
417
+ msgid "Field's default value"
418
+ msgstr "Alanın varsayılan değeri"
419
+
420
+ #: contact_form.php:799
421
+ #: contact_form.php:1111
422
+ #: contact_form.php:1831
423
+ #: contact_form.php:1861
424
+ msgid "Name"
425
+ msgstr "İsim"
426
+
427
+ #: contact_form.php:807
428
+ #: contact_form.php:1116
429
+ #: contact_form.php:1835
430
+ #: contact_form.php:1863
431
+ msgid "Address"
432
+ msgstr "Adres:"
433
+
434
+ #: contact_form.php:815
435
+ msgid "Email Address"
436
+ msgstr "E-posta Adresi"
437
+
438
+ #: contact_form.php:823
439
+ msgid "Phone number"
440
+ msgstr "Telefon numarası"
441
+
442
+ #: contact_form.php:831
443
+ #: contact_form.php:1131
444
+ #: contact_form.php:1845
445
+ #: contact_form.php:1867
446
+ msgid "Subject"
447
+ msgstr "Başlık"
448
+
449
+ #: contact_form.php:839
450
+ #: contact_form.php:1135
451
+ #: contact_form.php:1848
452
+ #: contact_form.php:1868
453
+ msgid "Message"
454
+ msgstr "Mesaj"
455
+
456
+ #: contact_form.php:857
457
+ msgid "Attachment block"
458
+ msgstr "Dosya Yükleme"
459
+
460
+ #: contact_form.php:859
461
+ msgid "Users can attach the following file formats"
462
+ msgstr "Kullanıcılar şu uzantılardaki dosyaları yükleyebilirler"
463
+
464
+ #: contact_form.php:873
465
+ msgid "Add to the form"
466
+ msgstr "Forma ekle"
467
+
468
+ #: contact_form.php:878
469
+ msgid "Tips below the Attachment"
470
+ msgstr "Dosya yükleme alanı altında açıklama"
471
+
472
+ #: contact_form.php:887
473
+ msgid "'Send me a copy' block"
474
+ msgstr "'Mesajın bir kopyasını e-posta adresime gönder' seçeneği"
475
+
476
+ #: contact_form.php:900
477
+ #: contact_form.php:903
478
+ #: contact_form.php:907
479
+ #: contact_form.php:1145
480
+ msgid "Captcha"
481
+ msgstr "CAPTCHA"
482
+
483
+ #: contact_form.php:903
484
+ msgid "Activate captcha"
485
+ msgstr "CAPTCHA'yı etkinleştir"
486
+
487
+ #: contact_form.php:907
488
+ msgid "Download captcha"
489
+ msgstr "CAPTCHA'yı yükle"
490
+
491
+ #: contact_form.php:915
492
+ msgid "Agreement checkbox"
493
+ msgstr "Onay kutusu"
494
+
495
+ #: contact_form.php:915
496
+ msgid "Required checkbox for submitting the form"
497
+ msgstr "Formu göndermek için işaretlenmesi gereken onay kutusu"
498
+
499
+ #: contact_form.php:916
500
+ msgid "Optional checkbox"
501
+ msgstr "İsteğe bağlı onay kutusu"
502
+
503
+ #: contact_form.php:916
504
+ msgid "Optional checkbox, the results of which will be displayed in email"
505
+ msgstr "E-posta'da gösterilecek, isteğe bağlı onay kutusu"
506
+
507
+ #: contact_form.php:927
508
+ msgid "Delete an attachment file from the server after the email is sent"
509
+ msgstr "E-posta gönderildikten sonra eklenen dosyayı sunucudan sil"
510
+
511
+ #: contact_form.php:933
512
+ msgid "Email in HTML format sending"
513
+ msgstr "E-postayı HTML formatında gönder"
514
+
515
+ #: contact_form.php:937
516
+ msgid "Display additional info in the email"
517
+ msgstr "E-postanın içerisinde ek bilgiler göster"
518
+
519
+ #: contact_form.php:942
520
+ #: contact_form.php:1798
521
+ #: contact_form.php:1800
522
+ msgid "Sent from (ip address)"
523
+ msgstr "Gönderilen (IP Adresi)"
524
+
525
+ #: contact_form.php:942
526
+ msgid "Example: Sent from (IP address):\t127.0.0.1"
527
+ msgstr "Örnek: Şu IP adresinden gönderildi:\t127.0.0.1"
528
+
529
+ #: contact_form.php:943
530
+ #: contact_form.php:1804
531
+ #: contact_form.php:1806
532
+ msgid "Date/Time"
533
+ msgstr "Tarih/Zaman"
534
+
535
+ #: contact_form.php:943
536
+ msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
537
+ msgstr "Örnek: Tarih/Saat:\t19 Ağustos, 2013 - 8:50 ÖS"
538
+
539
+ #: contact_form.php:944
540
+ #: contact_form.php:1810
541
+ #: contact_form.php:1812
542
+ msgid "Sent from (referer)"
543
+ msgstr "Gönderilen (referer)"
544
+
545
+ #: contact_form.php:944
546
+ msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
547
+ msgstr "Örnek: Gönderici:\thttp://bestwebsoft.com/contacts/contact-us/"
548
+
549
+ #: contact_form.php:945
550
+ #: contact_form.php:1816
551
+ #: contact_form.php:1818
552
+ msgid "Using (user agent)"
553
+ msgstr "Şununla: "
554
+
555
+ #: contact_form.php:945
556
+ msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
557
+ msgstr "Örnek: Şunu kullanarak:\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
558
+
559
+ #: contact_form.php:949
560
+ msgid "Language settings for the field names in the form"
561
+ msgstr "Formdaki alan adları için dil ayarları 8aşağıdaki iki seçenek için)"
562
+
563
+ #: contact_form.php:958
564
+ msgid "Add a language"
565
+ msgstr "Bir dil ekle"
566
+
567
+ #: contact_form.php:962
568
+ msgid "Change the names of the contact form fields and error messages"
569
+ msgstr "Yukarıdan eklenen dile göre İletişim Formu alanlarının isimlerini ve hata mesajlarını değiştir"
570
+
571
+ #: contact_form.php:967
572
+ #: contact_form.php:1040
573
+ msgid "English"
574
+ msgstr "İngilizce"
575
+
576
+ #: contact_form.php:975
577
+ #: contact_form.php:1005
578
+ msgid "click to expand/hide the list"
579
+ msgstr ""
580
+
581
+ #: contact_form.php:984
582
+ #: contact_form.php:1014
583
+ msgid "Tips below the Attachment block"
584
+ msgstr "Dosya yükleme alanı altında gösterilecek açıklamalar"
585
+
586
+ #: contact_form.php:987
587
+ #: contact_form.php:1017
588
+ msgid "Error message for the Name field"
589
+ msgstr "'İsim' alanı için hata mesajı"
590
+
591
+ #: contact_form.php:988
592
+ #: contact_form.php:1018
593
+ msgid "Error message for the Address field"
594
+ msgstr "'Adres' alanı için hata mesajı"
595
+
596
+ #: contact_form.php:989
597
+ #: contact_form.php:1019
598
+ msgid "Error message for the Email field"
599
+ msgstr "'E-posta adresş' alanı için hata mesajı"
600
+
601
+ #: contact_form.php:990
602
+ #: contact_form.php:1020
603
+ msgid "Error message for the Phone field"
604
+ msgstr "'Telefon numarası' alanı için hata mesajı"
605
+
606
+ #: contact_form.php:991
607
+ #: contact_form.php:1021
608
+ msgid "Error message for the Subject field"
609
+ msgstr "'Başlık' alanı için hata mesajı"
610
+
611
+ #: contact_form.php:992
612
+ #: contact_form.php:1022
613
+ msgid "Error message for the Message field"
614
+ msgstr "'Mesaj' alanı için hata mesajı"
615
+
616
+ #: contact_form.php:993
617
+ #: contact_form.php:1023
618
+ msgid "Error message about the file type for the Attachment field"
619
+ msgstr "Yüklenen dosyanın uzantısıyla ilgili hata mesajı"
620
+
621
+ #: contact_form.php:994
622
+ #: contact_form.php:1024
623
+ msgid "Error message while uploading a file for the Attachment field to the server"
624
+ msgstr "Dosya yüklenirken oluşan hata için hata mesajı"
625
+
626
+ #: contact_form.php:995
627
+ #: contact_form.php:1025
628
+ msgid "Error message while moving the file for the Attachment field"
629
+ msgstr "Yüklenecek dosya seçilirken oluşan hata için hata mesajı"
630
+
631
+ #: contact_form.php:996
632
+ #: contact_form.php:1026
633
+ msgid "Error message when file size limit for the Attachment field is exceeded"
634
+ msgstr "En fazla dosya yükleme boyutu sınırı açıldığında oluşan hata mesajı"
635
+
636
+ #: contact_form.php:997
637
+ #: contact_form.php:1027
638
+ msgid "Error message for the Captcha field"
639
+ msgstr "CAPTCHA alanı için hata mesajı"
640
+
641
+ #: contact_form.php:998
642
+ #: contact_form.php:1028
643
+ msgid "Error message for the whole form"
644
+ msgstr "Formun geneli için hata mesajı"
645
+
646
+ #: contact_form.php:1000
647
+ #: contact_form.php:1030
648
+ #: contact_form.php:1049
649
+ #: contact_form.php:1055
650
+ msgid "Use shortcode"
651
+ msgstr "Kısa kodu kullan"
652
+
653
+ #: contact_form.php:1000
654
+ #: contact_form.php:1030
655
+ #: contact_form.php:1049
656
+ #: contact_form.php:1055
657
+ msgid "for this language"
658
+ msgstr "bu dil için"
659
+
660
+ #: contact_form.php:1037
661
+ msgid "Action after email is sent"
662
+ msgstr "E-posta gönderildikten sonra ne yapılsın?"
663
+
664
+ #: contact_form.php:1039
665
+ msgid "Display text"
666
+ msgstr "Metin göster"
667
+
668
+ #: contact_form.php:1048
669
+ #: contact_form.php:1054
670
+ msgid "Text"
671
+ msgstr "Metin"
672
+
673
+ #: contact_form.php:1061
674
+ msgid "Redirect to the page"
675
+ msgstr "Sayfaya yönlendir"
676
+
677
+ #: contact_form.php:1062
678
+ msgid "Url"
679
+ msgstr "URL"
680
+
681
+ #: contact_form.php:1067
682
+ #: contact_form.php:1242
683
+ msgid "Save Changes"
684
+ msgstr "Değişiklikleri Kaydet"
685
+
686
+ #: contact_form.php:1072
687
+ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
688
+ msgstr "Eğer eklentiyi beğenerek kullanıyorsanız, lütfen Wordpress'te eklentiye 5 yıldız verin"
689
+
690
+ #: contact_form.php:1073
691
+ msgid "Rate the plugin"
692
+ msgstr "Eklentiyi değerlendir"
693
+
694
+ #: contact_form.php:1076
695
+ msgid "If there is something wrong about it, please contact us"
696
+ msgstr "Eğer eklenti hakkında problem tespit ederseniz lütfen bizimle iletişime geçin"
697
+
698
+ #: contact_form.php:1091
699
+ msgid "Errors output"
700
+ msgstr "Hata çıktısı"
701
+
702
+ #: contact_form.php:1094
703
+ msgid "Display error messages"
704
+ msgstr "Hata mesajlarını göster"
705
+
706
+ #: contact_form.php:1095
707
+ msgid "Color of the input field errors."
708
+ msgstr "Giriş alanlarının hata rengi"
709
+
710
+ #: contact_form.php:1096
711
+ msgid "Display error messages & color of the input field errors"
712
+ msgstr "Hata mesajlarını ve giriş alanı hata rengini göster"
713
+
714
+ #: contact_form.php:1101
715
+ msgid "Add placeholder to the input blocks"
716
+ msgstr "Giriş alanlarına bilgilendirme notu ekle"
717
+
718
+ #: contact_form.php:1107
719
+ msgid "Add tooltips"
720
+ msgstr "Şunları ekle:"
721
+
722
+ #: contact_form.php:1121
723
+ msgid "Email address"
724
+ msgstr "E-posta adresi"
725
+
726
+ #: contact_form.php:1126
727
+ msgid "Phone Number"
728
+ msgstr "Telefon Numarası"
729
+
730
+ #: contact_form.php:1140
731
+ msgid "Attachment"
732
+ msgstr "Dosya Yükleme"
733
+
734
+ #: contact_form.php:1145
735
+ msgid "(powered by bestwebsoft.com)"
736
+ msgstr "(Geliştirici bestwebsoft.com)"
737
+
738
+ #: contact_form.php:1150
739
+ msgid "Style options"
740
+ msgstr "Tasarım ayarları"
741
+
742
+ #: contact_form.php:1153
743
+ msgid "Text color"
744
+ msgstr "Metin rengi"
745
+
746
+ #: contact_form.php:1156
747
+ #: contact_form.php:1161
748
+ #: contact_form.php:1171
749
+ #: contact_form.php:1176
750
+ #: contact_form.php:1181
751
+ #: contact_form.php:1186
752
+ #: contact_form.php:1196
753
+ #: contact_form.php:1201
754
+ #: contact_form.php:1207
755
+ #: contact_form.php:1218
756
+ #: contact_form.php:1223
757
+ #: contact_form.php:1228
758
+ msgid "Default"
759
+ msgstr "Varsayılan"
760
+
761
+ #: contact_form.php:1158
762
+ msgid "Label text color"
763
+ msgstr "Etiket metninin rengi"
764
+
765
+ #: contact_form.php:1163
766
+ msgid "Placeholder color"
767
+ msgstr "Bilgilendirme notu rengi"
768
+
769
+ #: contact_form.php:1168
770
+ msgid "Errors color"
771
+ msgstr "Hataların renkleri"
772
+
773
+ #: contact_form.php:1173
774
+ msgid "Error text color"
775
+ msgstr "Hata metni rengi"
776
+
777
+ #: contact_form.php:1178
778
+ msgid "Background color of the input field errors"
779
+ msgstr "giriş alanı hataları için arka plan rengi"
780
+
781
+ #: contact_form.php:1183
782
+ msgid "Border color of the input field errors"
783
+ msgstr "Giriş alanı hataları için border rengi"
784
+
785
+ #: contact_form.php:1188
786
+ msgid "Placeholder color of the input field errors"
787
+ msgstr "Giriş alanı hataları için bilgilendirme notu rengi"
788
+
789
+ #: contact_form.php:1193
790
+ msgid "Input fields"
791
+ msgstr "Giriş alanları"
792
+
793
+ #: contact_form.php:1198
794
+ msgid "Input fields background color"
795
+ msgstr "Giriş alanları arka plan rengi"
796
+
797
+ #: contact_form.php:1203
798
+ msgid "Text fields color"
799
+ msgstr "Metin alanlarının rengi"
800
+
801
+ #: contact_form.php:1205
802
+ msgid "Border width in px, numbers only"
803
+ msgstr "Bırder genişliği, piksel cinsinden, sadece sayı"
804
+
805
+ #: contact_form.php:1209
806
+ #: contact_form.php:1230
807
+ msgid "Border color"
808
+ msgstr "Border rengi"
809
+
810
+ #: contact_form.php:1214
811
+ msgid "Submit button"
812
+ msgstr "Gönderme butonu"
813
+
814
+ # #: contact_form.php:928
815
+ #: contact_form.php:1216
816
+ msgid "Width in px, numbers only"
817
+ msgstr "Piksel cinsinden genişlik, sadece sayı"
818
+
819
+ #: contact_form.php:1220
820
+ msgid "Button color"
821
+ msgstr "Buton rengi"
822
+
823
+ #: contact_form.php:1225
824
+ msgid "Button text color"
825
+ msgstr "Buton yazı rengi"
826
+
827
+ #: contact_form.php:1246
828
+ msgid "Contact Form Pro | Preview"
829
+ msgstr "İletişim Formu PRO | Ön İzleme"
830
+
831
+ #: contact_form.php:1249
832
+ msgid "Show with errors"
833
+ msgstr "Hatalarla göster"
834
+
835
+ #: contact_form.php:1257
836
+ #: contact_form.php:1259
837
+ msgid "Please enter your full name..."
838
+ msgstr "Lütfen tam adınızı yazın"
839
+
840
+ #: contact_form.php:1270
841
+ #: contact_form.php:1272
842
+ msgid "Please enter your address..."
843
+ msgstr "Lütfen adresinizi yazın"
844
+
845
+ #: contact_form.php:1281
846
+ #: contact_form.php:1283
847
+ msgid "Please enter your email address..."
848
+ msgstr "Lütfen e-posta adresinizi yazın"
849
+
850
+ #: contact_form.php:1292
851
+ #: contact_form.php:1294
852
+ msgid "Please enter your phone number..."
853
+ msgstr "Lütfen telefon numaranızı yazın"
854
+
855
+ #: contact_form.php:1303
856
+ #: contact_form.php:1305
857
+ msgid "Please enter subject..."
858
+ msgstr "Lütfen başlık yazın"
859
+
860
+ #: contact_form.php:1313
861
+ #: contact_form.php:1315
862
+ msgid "Please enter your message..."
863
+ msgstr "Lütfen mesajınızı yazın"
864
+
865
+ #: contact_form.php:1357
866
+ msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
867
+ msgstr ""
868
+
869
+ #: contact_form.php:1359
870
+ msgid "Please, go to"
871
+ msgstr ""
872
+
873
+ #: contact_form.php:1359
874
+ #, fuzzy
875
+ msgid "the setting page"
876
+ msgstr "Ekstra ayarlar"
877
+
878
+ #: contact_form.php:1360
879
+ msgid "You will be redirected automatically in 5 seconds."
880
+ msgstr ""
881
+
882
+ #: contact_form.php:1365
883
+ msgid "You can download and activate"
884
+ msgstr ""
885
+
886
+ #: contact_form.php:1367
887
+ msgid "version of this plugin by entering Your license key."
888
+ msgstr ""
889
+
890
+ #: contact_form.php:1369
891
+ msgid "You can find your license key on your personal page Client area, by clicking on the link"
892
+ msgstr ""
893
+
894
+ #: contact_form.php:1371
895
+ msgid "(your username is the email you specify when purchasing the product)."
896
+ msgstr ""
897
+
898
+ #: contact_form.php:1379
899
+ #: contact_form.php:1389
900
+ msgid "Go!"
901
+ msgstr ""
902
+
903
+ #: contact_form.php:1439
904
+ msgid "Sorry, email message could not be delivered."
905
+ msgstr "Üzgünüz, e-posta mesajınız gönderilemedi."
906
+
907
+ #: contact_form.php:1825
908
+ msgid "Contact from"
909
+ msgstr "İletişim Formu"
910
+
911
+ #: contact_form.php:1838
912
+ #: contact_form.php:1864
913
+ msgid "Email"
914
+ msgstr "E-Posta Adresi"
915
+
916
+ #: contact_form.php:1842
917
+ #: contact_form.php:1866
918
+ msgid "Phone"
919
+ msgstr "Telefon"
920
+
921
+ #: contact_form.php:1851
922
+ #: contact_form.php:1869
923
+ msgid "Site"
924
+ msgstr "Website"
925
+
926
+ #: contact_form.php:1932
927
+ msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
928
+ msgstr "Eğer bu MIME'ı görüyorsanız, bu e-posta sunucunuzun MIME'ı desteklemediği anlamına gelir!"
929
+
930
+ #: contact_form.php:2002
931
+ msgid "FAQ"
932
+ msgstr "SSS"
933
+
934
+ #: contact_form.php:2003
935
+ msgid "Support"
936
+ msgstr "Destek"
937
+
938
+ #: contact_form.php:2061
939
+ msgid "Are you sure that you want to delete this language data?"
940
+ msgstr "Bu dile ait verileri silmek istediğinize emin misiniz?"
941
+
942
+ #~ msgid "Contact Form Pro Extra Settings"
943
+ #~ msgstr "İletişim Formu PRO Ekstra Ayarları"
944
+
945
+ #~ msgid "Contact Form Pro | Extra Settings"
946
+ #~ msgstr "İletişim Formu PRO | Ekstra Ayarlar"
947
+
948
+ #~ msgid "Display fields"
949
+ #~ msgstr "Mostra els camps"
950
+
951
+ #, fuzzy
952
+ #~ msgid "Display tips below the Attachment block"
953
+ #~ msgstr "Consells del blocatge de l'adjunt"
954
+
955
+ #~ msgid "Required fields"
956
+ #~ msgstr "Camps requerits"
957
+
958
+ #~ msgid "You can attach the following file formats"
959
+ #~ msgstr "Pot adjuntar els següents formats d'arxiu"
960
+
961
+ #, fuzzy
962
+ #~ msgid "Memory usage"
963
+ #~ msgstr "MIssatge"
964
+
965
+ #, fuzzy
966
+ #~ msgid "Site URL"
967
+ #~ msgstr "Lloc"
968
+
969
+ #, fuzzy
970
+ #~ msgid "Please enter a valid email address."
971
+ #~ msgstr "Si us plau introdueixi el seu e-mail"
972
+
973
+ #~ msgid "Activated plugins"
974
+ #~ msgstr "Plugin activat"
975
+
976
+ #~ msgid "Read more"
977
+ #~ msgstr "Llegir més"
978
+
979
+ #~ msgid "Installed plugins"
980
+ #~ msgstr "Plugins instal·lats"
981
+
982
+ #~ msgid "Recommended plugins"
983
+ #~ msgstr "Plugins recomanants"
984
+
985
+ #~ msgid "Purchase"
986
+ #~ msgstr "Comprar"
987
+
988
+ #~ msgid "Download"
989
+ #~ msgstr "Descarregar"
990
+
991
+ #~ msgid "Install %s"
992
+ #~ msgstr "Instal·la %s"
993
+
994
+ #~ msgid "Install now from wordpress.org"
995
+ #~ msgstr "Instal·la ara des de wordpress.org"
996
+
997
+ #, fuzzy
998
+ #~ msgid "Active Plugins"
999
+ #~ msgstr "Plugin activat"
1000
+
1001
+ #, fuzzy
1002
+ #~ msgid "Inactive Plugins"
1003
+ #~ msgstr "Plugin activat"
1004
+
1005
+ #, fuzzy
1006
+ #~ msgid "Send to support"
1007
+ #~ msgstr "Suport"
1008
+
1009
+ #~ msgid "Contact Form Options"
1010
+ #~ msgstr "Opciones Contact Form"
1011
+
1012
+ #~ msgid "Please enter a valid email address. Settings are not saved."
1013
+ #~ msgstr ""
1014
+ #~ "Por favor introduzca un e-mail correcto. Los cambios no se han guardado."
1015
+
1016
+ #, fuzzy
1017
+ #~ msgid "E-Mail Address"
1018
+ #~ msgstr "Dirección e-mail:"
1019
+
1020
+ #~ msgid "E-Mail Addresse:"
1021
+ #~ msgstr "Indirizzo e-mail:"
1022
+
1023
+ #~ msgid "Install Now"
1024
+ #~ msgstr "Installa Ora"
languages/contact_form-uk.mo CHANGED
Binary file
languages/contact_form-uk.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-12-17 16:54+0300\n"
6
- "PO-Revision-Date: 2014-01-16 17:08+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Andrew Yaschuk <xxxxAndyxxxx@gmail.com>\n"
9
  "Language: ua_UA\n"
@@ -16,66 +16,70 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:32 contact_form.php:538
 
20
  msgid "Contact Form Settings"
21
  msgstr "Установки Contact Form"
22
 
23
- #: contact_form.php:32
24
  msgid "Contact Form"
25
  msgstr "Contact Form"
26
 
27
- #: contact_form.php:33
28
- msgid "Contact Form Pro Extra Settings"
29
- msgstr "Додаткові установки Contact Form Pro"
30
-
31
- #: contact_form.php:33 contact_form.php:592 contact_form.php:729
32
- #: contact_form.php:800 contact_form.php:982
33
- msgid "Contact Form Pro"
34
- msgstr "Contact Form Pro"
35
-
36
- #: contact_form.php:80 contact_form.php:854 contact_form.php:884
37
  msgid "Name:"
38
  msgstr "Ім'я:"
39
 
40
- #: contact_form.php:81 contact_form.php:855 contact_form.php:885
 
 
41
  msgid "Address:"
42
  msgstr "Адреса:"
43
 
44
- #: contact_form.php:82 contact_form.php:856 contact_form.php:886
 
 
45
  msgid "Email Address:"
46
  msgstr "E-mail адреса:"
47
 
48
- #: contact_form.php:83 contact_form.php:857 contact_form.php:887
 
 
49
  msgid "Phone number:"
50
  msgstr "Номер телефону:"
51
 
52
- #: contact_form.php:84 contact_form.php:858 contact_form.php:888
 
 
53
  msgid "Subject:"
54
  msgstr "Тема:"
55
 
56
- #: contact_form.php:85 contact_form.php:859 contact_form.php:889
 
 
57
  msgid "Message:"
58
  msgstr "Повідомлення:"
59
 
60
- #: contact_form.php:86 contact_form.php:860 contact_form.php:890
 
 
61
  msgid "Attachment:"
62
  msgstr "Вкладений файл:"
63
 
64
  #: contact_form.php:87
65
- msgid ""
66
- "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
67
- "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
68
- "2MB"
69
- msgstr ""
70
- "Типи файлів, що підтримуються: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, "
71
- "BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. "
72
- "Максимальний розмір: 2MB"
73
 
74
- #: contact_form.php:88 contact_form.php:862 contact_form.php:892
 
 
75
  msgid "Send me a copy"
76
  msgstr "Надіслати мені копію"
77
 
78
- #: contact_form.php:89 contact_form.php:863 contact_form.php:893
 
 
79
  msgid "Submit"
80
  msgstr "Підтвердити"
81
 
@@ -131,716 +135,821 @@ msgstr "Будь ласка, внесіть поправки у відмічен
131
  msgid "Thank you for contacting us."
132
  msgstr "Дякуємо, що зв'язалися з нами."
133
 
134
- #: contact_form.php:203
135
  msgid "requires"
136
  msgstr "потребує"
137
 
138
- #: contact_form.php:203
139
- msgid ""
140
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
141
- "try again."
142
- msgstr ""
143
- "або вище, ось чому його було деактивовано! Будь ласка, оновіть WordPress та "
144
- "спробуйте ще раз. "
145
 
146
- #: contact_form.php:203
147
  msgid "Back to the WordPress"
148
  msgstr "Назад до WordPress"
149
 
150
- #: contact_form.php:203
151
  msgid "Plugins page"
152
  msgstr "Сторінка плагінів"
153
 
154
- #: contact_form.php:494
155
- msgid ""
156
- "If the 'Redirect to page' option is selected then the URL field should be in "
157
- "the following format"
158
- msgstr ""
159
- "Якщо опція \"Перенаправлення на сторінку\" вибрана, то поле URL повинне бути "
160
- "заповнене в наступному форматі"
161
 
162
- #: contact_form.php:503
163
  msgid "Such user does not exist. Settings are not saved."
164
  msgstr "Такого користувача не існує. Установки не збережені"
165
 
166
- #: contact_form.php:507 contact_form.php:513
167
- msgid ""
168
- "Please enter a valid email address in the 'FROM' field. Settings are not "
169
- "saved."
170
- msgstr ""
171
- "Будь ласка, введіть правильну ел.адресу у полі \"Відправник\". Установки не "
172
- "збережені."
173
 
174
- #: contact_form.php:518
175
  msgid "Settings saved."
176
  msgstr "Установки збережені."
177
 
178
- #: contact_form.php:540
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
179
  msgid "Notice:"
180
  msgstr ""
181
 
182
- #: contact_form.php:540
183
- msgid ""
184
- "The plugin's settings have been changed. In order to save them please don't "
185
- "forget to click the 'Save Changes' button."
186
  msgstr ""
187
 
188
- #: contact_form.php:543 contact_form.php:973 contact_form.php:1838
189
- #: contact_form.php:1849
 
190
  msgid "Settings"
191
  msgstr "Установки"
192
 
193
- #: contact_form.php:544 contact_form.php:974
194
  msgid "Extra settings"
195
  msgstr "Розширені установки"
196
 
197
- #: contact_form.php:549 contact_form.php:1236
198
- msgid ""
199
- "If you would like to add the Contact Form to your website, just copy and "
200
- "paste this shortcode to your post or page or widget:"
201
  msgstr ""
202
- "Якщо Ви хочете додати контактну форму на свій сайт, просто скопіюйте і "
203
- "вставите цей шорткод у Вашу публікацію, сторінку або віджет:"
204
 
205
- #: contact_form.php:549 contact_form.php:550 contact_form.php:877
206
- #: contact_form.php:926
 
 
 
 
 
 
 
207
  msgid "or"
208
  msgstr "або"
209
 
210
- #: contact_form.php:550
211
- msgid ""
212
- "If have any problems with the standard shortcode [contact_form], you should "
213
- "use the shortcode"
214
- msgstr ""
215
- "Якщо виникли якісь проблеми зі стандартним шорткодом [contact_form], ви "
216
- "можете використати шорткод"
217
 
218
- #: contact_form.php:551
219
  msgid "They work the same way."
220
  msgstr "Вони працюють однаково."
221
 
222
- #: contact_form.php:552
223
- msgid ""
224
- "If you leave the fields empty, the messages will be sent to the email "
225
- "address specified during registration."
226
- msgstr ""
227
- "Якщо Ви залишите поля порожніми, повідомлення буде надіслано на адресу ел."
228
- "пошти, вказану під час реєстрації."
229
 
230
- #: contact_form.php:556
231
  msgid "The user's email address:"
232
  msgstr "Адреса ел.пошти користувача:"
233
 
234
- #: contact_form.php:560
235
  msgid "Create a username"
236
  msgstr "Виберіть ім'я користувача"
237
 
238
- #: contact_form.php:565
239
- msgid ""
240
- "Enter a username of the person who should get the messages from the contact "
241
- "form."
242
- msgstr ""
243
- "Введіть ім'я користувача, який повинен одержувати повідомлення з контактної "
244
- "форми."
245
 
246
- #: contact_form.php:569
247
  msgid "Use this email address:"
248
  msgstr "Використовувати цю адресу ел.пошти:"
249
 
250
- #: contact_form.php:572
251
  msgid "Enter the email address you want the messages forwarded to."
252
  msgstr "Вкажіть адресу ел.пошти, на яку бажаєте отримувати повідомлення."
253
 
254
- #: contact_form.php:578
255
  msgid "Add department selectbox to the contact form:"
256
  msgstr "Додати поле для вибору департаменту до контактної форми:"
257
 
258
- #: contact_form.php:586 contact_form.php:1131
 
259
  msgid "If you upgrade to Pro version all your settings will be saved."
260
  msgstr ""
261
 
262
- #: contact_form.php:591 contact_form.php:728 contact_form.php:799
263
- #: contact_form.php:981
264
- msgid ""
265
- "This functionality is available in the Pro version of the plugin. For more "
266
- "details, please follow the link"
267
- msgstr ""
268
- "Ця функціональність доступна у Pro версії плагіну. Для додаткових подробиць, "
269
- "будь ласка, перейдіть за посиланням"
 
 
 
 
 
270
 
271
- #: contact_form.php:598
272
  msgid "Save emails to the database"
273
  msgstr "Зберігати електронні повідомлення у базі даних"
274
 
275
- #: contact_form.php:608 contact_form.php:611 contact_form.php:615
 
 
 
 
 
 
 
 
 
 
 
 
276
  msgid "Using Contact Form to DB powered by"
277
  msgstr "Використовуючи Contact Form to DB, розроблену"
278
 
279
- #: contact_form.php:611
280
  msgid "Activate Contact Form to DB"
281
  msgstr "Активувати Contact Form to DB"
282
 
283
- #: contact_form.php:615
284
  msgid "Download Contact Form to DB"
285
  msgstr "Завантажити Contact Form to DB"
286
 
287
- #: contact_form.php:620
288
  msgid "Additional options"
289
  msgstr "Додаткові опції"
290
 
291
- #: contact_form.php:622
292
  msgid "Show"
293
  msgstr "Показувати"
294
 
295
- #: contact_form.php:623
296
  msgid "Hide"
297
  msgstr "Сховати"
298
 
299
- #: contact_form.php:627
300
  msgid "What to use?"
301
  msgstr "Що використовувати?"
302
 
303
- #: contact_form.php:630
304
  msgid "Wp-mail"
305
  msgstr "Wp-mail"
306
 
307
- #: contact_form.php:630
308
  msgid "You can use the wp_mail function for mailing"
309
- msgstr ""
310
- "Для відправлення пошти ви можете використовувати функцію WordPress wp_mail"
311
 
312
- #: contact_form.php:632
313
  msgid "Mail"
314
  msgstr "Пошта"
315
 
316
- #: contact_form.php:632
317
  msgid "To send mail you can use the php mail function"
318
  msgstr "Для відправлення пошти Ви можете використовувати функцію php mail"
319
 
320
- #: contact_form.php:636
321
  msgid "The text in the 'From' field"
322
  msgstr "Текст поля \"Відправник\""
323
 
324
- #: contact_form.php:638
325
  msgid "User name"
326
  msgstr "Ім’я користувача"
327
 
328
- #: contact_form.php:639
329
- msgid ""
330
- "The name of the user who fills the form will be used in the field 'From'."
331
- msgstr ""
332
- "Email-адреса користувача, який заповнює форму, буде використана у полі "
333
- "\"Відправник\"."
334
 
335
- #: contact_form.php:642
336
  msgid "This text will be used in the 'FROM' field"
337
  msgstr "Ця адреса ел.пошти буде використана у полі \"Відправник\"."
338
 
339
- #: contact_form.php:646
340
  msgid "The email address in the 'From' field"
341
  msgstr "Адреса ел.пошти в полі \"Відправник\""
342
 
343
- #: contact_form.php:648
344
  msgid "User email"
345
  msgstr "Ел.пошта користувача"
346
 
347
- #: contact_form.php:649
348
- msgid ""
349
- "The email address of the user who fills the form will be used in the field "
350
- "'From'."
351
- msgstr ""
352
- "Email-адреса користувача, який заповнює форму, буде використана у полі "
353
- "\"Відправник\"."
354
 
355
- #: contact_form.php:652
356
  msgid "This email address will be used in the 'From' field."
357
  msgstr "Ця адреса ел.пошти буде використана у полі \"Відправник\"."
358
 
359
- #: contact_form.php:656
360
  msgid "Required symbol"
361
  msgstr "Обов'язковий символ"
362
 
363
- #: contact_form.php:666
364
  msgid "Fields"
365
  msgstr ""
366
 
367
- #: contact_form.php:667
368
  msgid "Used"
369
  msgstr ""
370
 
371
- #: contact_form.php:668
372
  #, fuzzy
373
  msgid "Required"
374
  msgstr "потребує"
375
 
376
- #: contact_form.php:669
377
  msgid "Visible"
378
  msgstr ""
379
 
380
- #: contact_form.php:670
381
  msgid "Disabled for editing"
382
  msgstr ""
383
 
384
- #: contact_form.php:671
385
  msgid "Field's default value"
386
  msgstr ""
387
 
388
- #: contact_form.php:676 contact_form.php:1006 contact_form.php:1679
389
- #: contact_form.php:1709
 
 
390
  msgid "Name"
391
  msgstr "Ім'я"
392
 
393
- #: contact_form.php:684 contact_form.php:1011 contact_form.php:1683
394
- #: contact_form.php:1711
 
 
395
  msgid "Address"
396
  msgstr "Адреса"
397
 
398
- #: contact_form.php:692
399
  msgid "Email Address"
400
  msgstr "Адреса ел.пошти"
401
 
402
- #: contact_form.php:700
403
  #, fuzzy
404
  msgid "Phone number"
405
  msgstr "Номер телефону:"
406
 
407
- #: contact_form.php:708 contact_form.php:1026 contact_form.php:1693
408
- #: contact_form.php:1715
 
 
409
  msgid "Subject"
410
  msgstr "Тема"
411
 
412
- #: contact_form.php:716 contact_form.php:1030 contact_form.php:1696
413
- #: contact_form.php:1716
 
 
414
  msgid "Message"
415
  msgstr "Повідомлення"
416
 
417
- #: contact_form.php:734
418
  msgid "Attachment block"
419
  msgstr "Блок \"Прикріпити файл\" "
420
 
421
- #: contact_form.php:736
422
  msgid "Users can attach the following file formats"
423
  msgstr "Користувачі можуть прикріплювати файли наступних форматів"
424
 
425
- #: contact_form.php:750
426
  msgid "Add to the form"
427
  msgstr ""
428
 
429
- #: contact_form.php:755
430
  #, fuzzy
431
  msgid "Tips below the Attachment"
432
  msgstr "Показувати підказки під блоком \"Прикріпити файл\""
433
 
434
- #: contact_form.php:764
435
  #, fuzzy
436
  msgid "'Send me a copy' block"
437
  msgstr "Показати блок \"Надіслати мені копію\""
438
 
439
- #: contact_form.php:777 contact_form.php:780 contact_form.php:784
440
- #: contact_form.php:1040
 
 
441
  msgid "Captcha"
442
  msgstr "Captcha"
443
 
444
- #: contact_form.php:777 contact_form.php:780 contact_form.php:784
445
- msgid "powered by"
446
- msgstr "за підтримки"
447
-
448
- #: contact_form.php:780
449
  msgid "Activate captcha"
450
  msgstr "Активувати captcha"
451
 
452
- #: contact_form.php:784
453
  msgid "Download captcha"
454
  msgstr "Завантажити captcha"
455
 
456
- #: contact_form.php:792
457
  msgid "Agreement checkbox"
458
  msgstr ""
459
 
460
- #: contact_form.php:792
461
  msgid "Required checkbox for submitting the form"
462
  msgstr ""
463
 
464
- #: contact_form.php:793
465
  msgid "Optional checkbox"
466
  msgstr ""
467
 
468
- #: contact_form.php:793
469
  msgid "Optional checkbox, the results of which will be displayed in email"
470
  msgstr ""
471
 
472
- #: contact_form.php:804
473
  msgid "Delete an attachment file from the server after the email is sent"
474
- msgstr ""
475
- "Видаляти прикріплений файл з серверу після того, як ел.пошта відправлена"
476
 
477
- #: contact_form.php:810
478
  msgid "Email in HTML format sending"
479
  msgstr ""
480
 
481
- #: contact_form.php:814
482
  msgid "Display additional info in the email"
483
  msgstr "Відображати додаткову інформацію в ел.пошті"
484
 
485
- #: contact_form.php:819 contact_form.php:1646 contact_form.php:1648
 
 
486
  msgid "Sent from (ip address)"
487
  msgstr "Надіслано від (ip адреса)"
488
 
489
- #: contact_form.php:819
490
  msgid "Example: Sent from (IP address):\t127.0.0.1"
491
  msgstr "Приклад: Надіслано від (IP адреса):\t127.0.0.1"
492
 
493
- #: contact_form.php:820 contact_form.php:1652 contact_form.php:1654
 
 
494
  msgid "Date/Time"
495
  msgstr "Дата/Час"
496
 
497
- #: contact_form.php:820
498
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
499
  msgstr "Приклад: Date/Time:\tAugust 19, 2013 8:50 pm"
500
 
501
- #: contact_form.php:821 contact_form.php:1658 contact_form.php:1660
 
 
502
  msgid "Sent from (referer)"
503
  msgstr "Надіслано від (реферер)"
504
 
505
- #: contact_form.php:821
506
- msgid ""
507
- "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
508
- msgstr ""
509
- "Приклад: Надіслано від (referer):\thttp://bestwebsoft.com/contacts/contact-"
510
- "us/"
511
 
512
- #: contact_form.php:822 contact_form.php:1664 contact_form.php:1666
 
 
513
  msgid "Using (user agent)"
514
  msgstr "Використовується (user agent)"
515
 
516
- #: contact_form.php:822
517
- msgid ""
518
- "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
519
- "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
520
- msgstr ""
521
- "Приклад: Використовує (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
522
- "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
523
 
524
- #: contact_form.php:826
525
  msgid "Language settings for the field names in the form"
526
  msgstr "Налаштування мови для назв полів форми"
527
 
528
- #: contact_form.php:835
529
  msgid "Add a language"
530
  msgstr "Додати мову"
531
 
532
- #: contact_form.php:839
533
  msgid "Change the names of the contact form fields and error messages"
534
  msgstr "Змінити назви полів контактної форми і повідомлення про помилку"
535
 
536
- #: contact_form.php:844 contact_form.php:917
 
537
  msgid "English"
538
  msgstr "Англійська"
539
 
540
- #: contact_form.php:861 contact_form.php:891
 
 
 
 
 
 
541
  msgid "Tips below the Attachment block"
542
  msgstr "Показувати підказки під блоком \"Прикріпити файл\""
543
 
544
- #: contact_form.php:864 contact_form.php:894
 
545
  msgid "Error message for the Name field"
546
  msgstr "Повідомлення про помилку для поля Ім'я"
547
 
548
- #: contact_form.php:865 contact_form.php:895
 
549
  msgid "Error message for the Address field"
550
  msgstr "Повідомлення про помилку для поля Адреса"
551
 
552
- #: contact_form.php:866 contact_form.php:896
 
553
  msgid "Error message for the Email field"
554
  msgstr "Повідомлення про помилку для поля Email"
555
 
556
- #: contact_form.php:867 contact_form.php:897
 
557
  msgid "Error message for the Phone field"
558
  msgstr "Повідомлення про помилку для поля Номер телефону"
559
 
560
- #: contact_form.php:868 contact_form.php:898
 
561
  msgid "Error message for the Subject field"
562
  msgstr "Повідомлення про помилку для поля Тема"
563
 
564
- #: contact_form.php:869 contact_form.php:899
 
565
  msgid "Error message for the Message field"
566
  msgstr "Повідомлення про помилку для поля Повідомлення"
567
 
568
- #: contact_form.php:870 contact_form.php:900
 
569
  msgid "Error message about the file type for the Attachment field"
570
  msgstr "Повідомлення про помилку для поля Вкладені файли"
571
 
572
- #: contact_form.php:871 contact_form.php:901
573
- msgid ""
574
- "Error message while uploading a file for the Attachment field to the server"
575
- msgstr ""
576
- "Повідомлення про помилку під час завантаження файлу на сервер для поля "
577
- "Вкладені файли"
578
 
579
- #: contact_form.php:872 contact_form.php:902
 
580
  msgid "Error message while moving the file for the Attachment field"
581
- msgstr ""
582
- "Повідомлення про помилку під час переміщення файлу для поля Вкладені файли"
583
 
584
- #: contact_form.php:873 contact_form.php:903
 
585
  msgid "Error message when file size limit for the Attachment field is exceeded"
586
- msgstr ""
587
- "Повідомлення про помилку для поля Вкладені файли, коли розмір файлу "
588
- "перевищує допустимий"
589
 
590
- #: contact_form.php:874 contact_form.php:904
 
591
  msgid "Error message for the Captcha field"
592
  msgstr "Повідомлення про помилку для поля Captcha"
593
 
594
- #: contact_form.php:875 contact_form.php:905
 
595
  msgid "Error message for the whole form"
596
  msgstr "Повідомлення про помилку для всієї форми"
597
 
598
- #: contact_form.php:877 contact_form.php:907 contact_form.php:926
599
- #: contact_form.php:932
 
 
600
  msgid "Use shortcode"
601
  msgstr "Використовувати шорткод"
602
 
603
- #: contact_form.php:877 contact_form.php:907 contact_form.php:926
604
- #: contact_form.php:932
 
 
605
  msgid "for this language"
606
  msgstr "для цієї мови"
607
 
608
- #: contact_form.php:914
609
  msgid "Action after email is sent"
610
  msgstr "Дія після відправлення ел.листа"
611
 
612
- #: contact_form.php:916
613
  msgid "Display text"
614
  msgstr "Показати текст"
615
 
616
- #: contact_form.php:925 contact_form.php:931
 
617
  msgid "Text"
618
  msgstr "Текст"
619
 
620
- #: contact_form.php:938
621
  msgid "Redirect to the page"
622
  msgstr "Перенаправлення на сторінку"
623
 
624
- #: contact_form.php:939
625
  msgid "Url"
626
  msgstr "Url"
627
 
628
- #: contact_form.php:944 contact_form.php:1137
 
629
  msgid "Save Changes"
630
  msgstr "Зберегти зміни"
631
 
632
- #: contact_form.php:950
633
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
634
  msgstr ""
635
 
636
- #: contact_form.php:951
637
  #, fuzzy
638
  msgid "Rate the plugin"
639
  msgstr "Рекомендовані плагіни"
640
 
641
- #: contact_form.php:954
642
  #, fuzzy
643
  msgid "If there is something wrong about it, please contact us"
644
- msgstr ""
645
- "Якщо у вас є запитання, звертайтесь на plugin@bestwebsoft.com або заповніть "
646
- "контактну форму на нашому сайті"
647
-
648
- #: contact_form.php:971
649
- msgid "Contact Form Pro | Extra Settings"
650
- msgstr "Contact Form Pro | Розширені установки"
651
 
652
- #: contact_form.php:986
653
  msgid "Errors output"
654
  msgstr "Виведення помилок"
655
 
656
- #: contact_form.php:989
657
  msgid "Display error messages"
658
  msgstr "Показ повідомлень про помилки"
659
 
660
- #: contact_form.php:990
661
  msgid "Color of the input field errors."
662
  msgstr "Колір для помилок у полях введення."
663
 
664
- #: contact_form.php:991
665
  msgid "Display error messages & color of the input field errors"
666
- msgstr ""
667
- "Відображення повідомлень про помилку і колір для полів з помилками введення"
668
 
669
- #: contact_form.php:996
670
  msgid "Add placeholder to the input blocks"
671
  msgstr "Додати текст заміщення для блоків введення"
672
 
673
- #: contact_form.php:1002
674
  msgid "Add tooltips"
675
  msgstr "Додати підказки"
676
 
677
- #: contact_form.php:1016
678
  msgid "Email address"
679
  msgstr "Адреса ел.пошти"
680
 
681
- #: contact_form.php:1021
682
  msgid "Phone Number"
683
  msgstr "Номер телефону"
684
 
685
- #: contact_form.php:1035
686
  msgid "Attachment"
687
  msgstr "Вкладений файл"
688
 
689
- #: contact_form.php:1040
690
  msgid "(powered by bestwebsoft.com)"
691
  msgstr "(розроблено компанією bestwebsoft.com)"
692
 
693
- #: contact_form.php:1045
694
  msgid "Style options"
695
  msgstr "Опції для стилю"
696
 
697
- #: contact_form.php:1048
698
  msgid "Text color"
699
  msgstr "Колір тексту"
700
 
701
- #: contact_form.php:1051 contact_form.php:1056 contact_form.php:1066
702
- #: contact_form.php:1071 contact_form.php:1076 contact_form.php:1081
703
- #: contact_form.php:1091 contact_form.php:1096 contact_form.php:1102
704
- #: contact_form.php:1113 contact_form.php:1118 contact_form.php:1123
 
 
 
 
 
 
 
 
705
  msgid "Default"
706
  msgstr "Стандартно"
707
 
708
- #: contact_form.php:1053
709
  msgid "Label text color"
710
  msgstr "Колір написів"
711
 
712
- #: contact_form.php:1058
713
  msgid "Placeholder color"
714
  msgstr "Колір тексту заміщення"
715
 
716
- #: contact_form.php:1063
717
  msgid "Errors color"
718
  msgstr "Колір помилок"
719
 
720
- #: contact_form.php:1068
721
  msgid "Error text color"
722
  msgstr "Колір тексту помилок"
723
 
724
- #: contact_form.php:1073
725
  msgid "Background color of the input field errors"
726
  msgstr "Колір заднього фону для полів введення з помилками"
727
 
728
- #: contact_form.php:1078
729
  msgid "Border color of the input field errors"
730
  msgstr "Колір рамки для полів введення з помилками"
731
 
732
- #: contact_form.php:1083
733
  msgid "Placeholder color of the input field errors"
734
  msgstr "Колір тексту заміщення для полів введення з помилками"
735
 
736
- #: contact_form.php:1088
737
  msgid "Input fields"
738
  msgstr "Поля введення тексту"
739
 
740
- #: contact_form.php:1093
741
  msgid "Input fields background color"
742
  msgstr "Колір фону полів введення"
743
 
744
- #: contact_form.php:1098
745
  msgid "Text fields color"
746
  msgstr "Колір текстових полів"
747
 
748
- #: contact_form.php:1100
749
  msgid "Border width in px, numbers only"
750
  msgstr "Ширина рамки в точках, тільки числа"
751
 
752
- #: contact_form.php:1104 contact_form.php:1125
 
753
  msgid "Border color"
754
  msgstr "Колір рамки"
755
 
756
- #: contact_form.php:1109
757
  msgid "Submit button"
758
  msgstr "Кнопка підтвердження"
759
 
760
- #: contact_form.php:1111
761
  msgid "Width in px, numbers only"
762
  msgstr "Ширина в точках, тільки числа"
763
 
764
- #: contact_form.php:1115
765
  msgid "Button color"
766
  msgstr "Колір кнопок"
767
 
768
- #: contact_form.php:1120
769
  msgid "Button text color"
770
  msgstr "Колір тексту кнопок"
771
 
772
- #: contact_form.php:1141
773
  msgid "Contact Form Pro | Preview"
774
  msgstr "Contact Form Pro | Попередній перегляд"
775
 
776
- #: contact_form.php:1144
777
  msgid "Show with errors"
778
  msgstr "Показувати з помилками"
779
 
780
- #: contact_form.php:1152 contact_form.php:1154
 
781
  msgid "Please enter your full name..."
782
  msgstr "Будь ласка, вкажіть своє повне ім'я..."
783
 
784
- #: contact_form.php:1165 contact_form.php:1167
 
785
  msgid "Please enter your address..."
786
  msgstr "Будь ласка, вкажіть свою адресу..."
787
 
788
- #: contact_form.php:1176 contact_form.php:1178
 
789
  msgid "Please enter your email address..."
790
  msgstr "Будь ласка, введіть свою адресу ел.пошти:"
791
 
792
- #: contact_form.php:1187 contact_form.php:1189
 
793
  msgid "Please enter your phone number..."
794
  msgstr "Будь ласка, вкажіть свій номер телефону..."
795
 
796
- #: contact_form.php:1198 contact_form.php:1200
 
797
  msgid "Please enter subject..."
798
  msgstr "Будь ласка, вкажіть тему..."
799
 
800
- #: contact_form.php:1208 contact_form.php:1210
 
801
  msgid "Please enter your message..."
802
  msgstr "Будь ласка, напишіть своє повідомлення..."
803
 
804
- #: contact_form.php:1287
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
805
  msgid "Sorry, email message could not be delivered."
806
  msgstr "Вибачте, ваше повідомлення ел.пошти не може бути доставлене."
807
 
808
- #: contact_form.php:1673
809
  msgid "Contact from"
810
  msgstr "Контактна форма"
811
 
812
- #: contact_form.php:1686 contact_form.php:1712
 
813
  msgid "Email"
814
  msgstr "Ел.пошта"
815
 
816
- #: contact_form.php:1690 contact_form.php:1714
 
817
  msgid "Phone"
818
  msgstr "Телефон"
819
 
820
- #: contact_form.php:1699 contact_form.php:1717
 
821
  msgid "Site"
822
  msgstr "Сайт"
823
 
824
- #: contact_form.php:1780
825
- msgid ""
826
- "If you can see this MIME, it means that the MIME type is not supported by "
827
- "your email client!"
828
- msgstr ""
829
- "Якщо Ви не бачите цей MIME, це означає, що цей MIME тип не підтримується "
830
- "Вашим поштовим клієнтом!"
831
 
832
- #: contact_form.php:1850
833
  msgid "FAQ"
834
  msgstr "Часті питання"
835
 
836
- #: contact_form.php:1851
837
  msgid "Support"
838
  msgstr "Підтримка"
839
 
840
- #: contact_form.php:1910
841
  msgid "Are you sure that you want to delete this language data?"
842
  msgstr "Ви справді хочете видалити дані для цієї мови?"
843
 
 
 
 
 
 
 
844
  #~ msgid "Display fields"
845
  #~ msgstr "Показати поля"
846
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-31 18:15+0300\n"
6
+ "PO-Revision-Date: 2014-01-31 18:15+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Andrew Yaschuk <xxxxAndyxxxx@gmail.com>\n"
9
  "Language: ua_UA\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:33
20
+ #: contact_form.php:659
21
  msgid "Contact Form Settings"
22
  msgstr "Установки Contact Form"
23
 
24
+ #: contact_form.php:33
25
  msgid "Contact Form"
26
  msgstr "Contact Form"
27
 
28
+ #: contact_form.php:80
29
+ #: contact_form.php:977
30
+ #: contact_form.php:1007
 
 
 
 
 
 
 
31
  msgid "Name:"
32
  msgstr "Ім'я:"
33
 
34
+ #: contact_form.php:81
35
+ #: contact_form.php:978
36
+ #: contact_form.php:1008
37
  msgid "Address:"
38
  msgstr "Адреса:"
39
 
40
+ #: contact_form.php:82
41
+ #: contact_form.php:979
42
+ #: contact_form.php:1009
43
  msgid "Email Address:"
44
  msgstr "E-mail адреса:"
45
 
46
+ #: contact_form.php:83
47
+ #: contact_form.php:980
48
+ #: contact_form.php:1010
49
  msgid "Phone number:"
50
  msgstr "Номер телефону:"
51
 
52
+ #: contact_form.php:84
53
+ #: contact_form.php:981
54
+ #: contact_form.php:1011
55
  msgid "Subject:"
56
  msgstr "Тема:"
57
 
58
+ #: contact_form.php:85
59
+ #: contact_form.php:982
60
+ #: contact_form.php:1012
61
  msgid "Message:"
62
  msgstr "Повідомлення:"
63
 
64
+ #: contact_form.php:86
65
+ #: contact_form.php:983
66
+ #: contact_form.php:1013
67
  msgid "Attachment:"
68
  msgstr "Вкладений файл:"
69
 
70
  #: contact_form.php:87
71
+ msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
72
+ msgstr "Типи файлів, що підтримуються: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Максимальний розмір: 2MB"
 
 
 
 
 
 
73
 
74
+ #: contact_form.php:88
75
+ #: contact_form.php:985
76
+ #: contact_form.php:1015
77
  msgid "Send me a copy"
78
  msgstr "Надіслати мені копію"
79
 
80
+ #: contact_form.php:89
81
+ #: contact_form.php:986
82
+ #: contact_form.php:1016
83
  msgid "Submit"
84
  msgstr "Підтвердити"
85
 
135
  msgid "Thank you for contacting us."
136
  msgstr "Дякуємо, що зв'язалися з нами."
137
 
138
+ #: contact_form.php:202
139
  msgid "requires"
140
  msgstr "потребує"
141
 
142
+ #: contact_form.php:202
143
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
144
+ msgstr "або вище, ось чому його було деактивовано! Будь ласка, оновіть WordPress та спробуйте ще раз. "
 
 
 
 
145
 
146
+ #: contact_form.php:202
147
  msgid "Back to the WordPress"
148
  msgstr "Назад до WordPress"
149
 
150
+ #: contact_form.php:202
151
  msgid "Plugins page"
152
  msgstr "Сторінка плагінів"
153
 
154
+ #: contact_form.php:493
155
+ msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
156
+ msgstr "Якщо опція \"Перенаправлення на сторінку\" вибрана, то поле URL повинне бути заповнене в наступному форматі"
 
 
 
 
157
 
158
+ #: contact_form.php:502
159
  msgid "Such user does not exist. Settings are not saved."
160
  msgstr "Такого користувача не існує. Установки не збережені"
161
 
162
+ #: contact_form.php:506
163
+ #: contact_form.php:512
164
+ msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
165
+ msgstr "Будь ласка, введіть правильну ел.адресу у полі \"Відправник\". Установки не збережені."
 
 
 
166
 
167
+ #: contact_form.php:517
168
  msgid "Settings saved."
169
  msgstr "Установки збережені."
170
 
171
+ #: contact_form.php:553
172
+ #: contact_form.php:592
173
+ msgid "Wrong license key"
174
+ msgstr ""
175
+
176
+ #: contact_form.php:585
177
+ msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
178
+ msgstr ""
179
+
180
+ #: contact_form.php:594
181
+ msgid "This license key is bind to another site"
182
+ msgstr ""
183
+
184
+ #: contact_form.php:596
185
+ #: contact_form.php:1382
186
+ msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
187
+ msgstr ""
188
+
189
+ #: contact_form.php:614
190
+ msgid "Failed to open the zip archive. Please, upload the plugin manually"
191
+ msgstr ""
192
+
193
+ #: contact_form.php:620
194
+ msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
195
+ msgstr ""
196
+
197
+ #: contact_form.php:624
198
+ #: contact_form.php:633
199
+ msgid "Failed to download the zip archive. Please, upload the plugin manually"
200
+ msgstr ""
201
+
202
+ #: contact_form.php:637
203
+ msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
204
+ msgstr ""
205
+
206
+ #: contact_form.php:652
207
+ #, fuzzy
208
+ msgid "Please, enter Your license key"
209
+ msgstr "Будь ласка, напишіть своє повідомлення..."
210
+
211
+ #: contact_form.php:661
212
  msgid "Notice:"
213
  msgstr ""
214
 
215
+ #: contact_form.php:661
216
+ msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
 
 
217
  msgstr ""
218
 
219
+ #: contact_form.php:664
220
+ #: contact_form.php:1990
221
+ #: contact_form.php:2001
222
  msgid "Settings"
223
  msgstr "Установки"
224
 
225
+ #: contact_form.php:665
226
  msgid "Extra settings"
227
  msgstr "Розширені установки"
228
 
229
+ #: contact_form.php:666
230
+ msgid "Go PRO"
 
 
231
  msgstr ""
 
 
232
 
233
+ #: contact_form.php:672
234
+ #: contact_form.php:1341
235
+ 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:"
236
+ msgstr "Якщо Ви хочете додати контактну форму на свій сайт, просто скопіюйте і вставите цей шорткод у Вашу публікацію, сторінку або віджет:"
237
+
238
+ #: contact_form.php:672
239
+ #: contact_form.php:673
240
+ #: contact_form.php:1000
241
+ #: contact_form.php:1049
242
  msgid "or"
243
  msgstr "або"
244
 
245
+ #: contact_form.php:673
246
+ msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
247
+ msgstr "Якщо виникли якісь проблеми зі стандартним шорткодом [contact_form], ви можете використати шорткод"
 
 
 
 
248
 
249
+ #: contact_form.php:674
250
  msgid "They work the same way."
251
  msgstr "Вони працюють однаково."
252
 
253
+ #: contact_form.php:675
254
+ msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
255
+ msgstr "Якщо Ви залишите поля порожніми, повідомлення буде надіслано на адресу ел.пошти, вказану під час реєстрації."
 
 
 
 
256
 
257
+ #: contact_form.php:679
258
  msgid "The user's email address:"
259
  msgstr "Адреса ел.пошти користувача:"
260
 
261
+ #: contact_form.php:683
262
  msgid "Create a username"
263
  msgstr "Виберіть ім'я користувача"
264
 
265
+ #: contact_form.php:688
266
+ msgid "Enter a username of the person who should get the messages from the contact form."
267
+ msgstr "Введіть ім'я користувача, який повинен одержувати повідомлення з контактної форми."
 
 
 
 
268
 
269
+ #: contact_form.php:692
270
  msgid "Use this email address:"
271
  msgstr "Використовувати цю адресу ел.пошти:"
272
 
273
+ #: contact_form.php:695
274
  msgid "Enter the email address you want the messages forwarded to."
275
  msgstr "Вкажіть адресу ел.пошти, на яку бажаєте отримувати повідомлення."
276
 
277
+ #: contact_form.php:701
278
  msgid "Add department selectbox to the contact form:"
279
  msgstr "Додати поле для вибору департаменту до контактної форми:"
280
 
281
+ #: contact_form.php:709
282
+ #: contact_form.php:1236
283
  msgid "If you upgrade to Pro version all your settings will be saved."
284
  msgstr ""
285
 
286
+ #: contact_form.php:714
287
+ #: contact_form.php:851
288
+ #: contact_form.php:922
289
+ #: contact_form.php:1086
290
+ msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
291
+ msgstr "Ця функціональність доступна у Pro версії плагіну. Для додаткових подробиць, будь ласка, перейдіть за посиланням"
292
+
293
+ #: contact_form.php:715
294
+ #: contact_form.php:852
295
+ #: contact_form.php:923
296
+ #: contact_form.php:1087
297
+ msgid "Contact Form Pro"
298
+ msgstr "Contact Form Pro"
299
 
300
+ #: contact_form.php:721
301
  msgid "Save emails to the database"
302
  msgstr "Зберігати електронні повідомлення у базі даних"
303
 
304
+ #: contact_form.php:731
305
+ msgid "Using"
306
+ msgstr ""
307
+
308
+ #: contact_form.php:731
309
+ #: contact_form.php:900
310
+ #: contact_form.php:903
311
+ #: contact_form.php:907
312
+ msgid "powered by"
313
+ msgstr "за підтримки"
314
+
315
+ #: contact_form.php:734
316
+ #: contact_form.php:738
317
  msgid "Using Contact Form to DB powered by"
318
  msgstr "Використовуючи Contact Form to DB, розроблену"
319
 
320
+ #: contact_form.php:734
321
  msgid "Activate Contact Form to DB"
322
  msgstr "Активувати Contact Form to DB"
323
 
324
+ #: contact_form.php:738
325
  msgid "Download Contact Form to DB"
326
  msgstr "Завантажити Contact Form to DB"
327
 
328
+ #: contact_form.php:743
329
  msgid "Additional options"
330
  msgstr "Додаткові опції"
331
 
332
+ #: contact_form.php:745
333
  msgid "Show"
334
  msgstr "Показувати"
335
 
336
+ #: contact_form.php:746
337
  msgid "Hide"
338
  msgstr "Сховати"
339
 
340
+ #: contact_form.php:750
341
  msgid "What to use?"
342
  msgstr "Що використовувати?"
343
 
344
+ #: contact_form.php:753
345
  msgid "Wp-mail"
346
  msgstr "Wp-mail"
347
 
348
+ #: contact_form.php:753
349
  msgid "You can use the wp_mail function for mailing"
350
+ msgstr "Для відправлення пошти ви можете використовувати функцію WordPress wp_mail"
 
351
 
352
+ #: contact_form.php:755
353
  msgid "Mail"
354
  msgstr "Пошта"
355
 
356
+ #: contact_form.php:755
357
  msgid "To send mail you can use the php mail function"
358
  msgstr "Для відправлення пошти Ви можете використовувати функцію php mail"
359
 
360
+ #: contact_form.php:759
361
  msgid "The text in the 'From' field"
362
  msgstr "Текст поля \"Відправник\""
363
 
364
+ #: contact_form.php:761
365
  msgid "User name"
366
  msgstr "Ім’я користувача"
367
 
368
+ #: contact_form.php:762
369
+ msgid "The name of the user who fills the form will be used in the field 'From'."
370
+ msgstr "Email-адреса користувача, який заповнює форму, буде використана у полі \"Відправник\"."
 
 
 
371
 
372
+ #: contact_form.php:765
373
  msgid "This text will be used in the 'FROM' field"
374
  msgstr "Ця адреса ел.пошти буде використана у полі \"Відправник\"."
375
 
376
+ #: contact_form.php:769
377
  msgid "The email address in the 'From' field"
378
  msgstr "Адреса ел.пошти в полі \"Відправник\""
379
 
380
+ #: contact_form.php:771
381
  msgid "User email"
382
  msgstr "Ел.пошта користувача"
383
 
384
+ #: contact_form.php:772
385
+ msgid "The email address of the user who fills the form will be used in the field 'From'."
386
+ msgstr "Email-адреса користувача, який заповнює форму, буде використана у полі \"Відправник\"."
 
 
 
 
387
 
388
+ #: contact_form.php:775
389
  msgid "This email address will be used in the 'From' field."
390
  msgstr "Ця адреса ел.пошти буде використана у полі \"Відправник\"."
391
 
392
+ #: contact_form.php:779
393
  msgid "Required symbol"
394
  msgstr "Обов'язковий символ"
395
 
396
+ #: contact_form.php:789
397
  msgid "Fields"
398
  msgstr ""
399
 
400
+ #: contact_form.php:790
401
  msgid "Used"
402
  msgstr ""
403
 
404
+ #: contact_form.php:791
405
  #, fuzzy
406
  msgid "Required"
407
  msgstr "потребує"
408
 
409
+ #: contact_form.php:792
410
  msgid "Visible"
411
  msgstr ""
412
 
413
+ #: contact_form.php:793
414
  msgid "Disabled for editing"
415
  msgstr ""
416
 
417
+ #: contact_form.php:794
418
  msgid "Field's default value"
419
  msgstr ""
420
 
421
+ #: contact_form.php:799
422
+ #: contact_form.php:1111
423
+ #: contact_form.php:1831
424
+ #: contact_form.php:1861
425
  msgid "Name"
426
  msgstr "Ім'я"
427
 
428
+ #: contact_form.php:807
429
+ #: contact_form.php:1116
430
+ #: contact_form.php:1835
431
+ #: contact_form.php:1863
432
  msgid "Address"
433
  msgstr "Адреса"
434
 
435
+ #: contact_form.php:815
436
  msgid "Email Address"
437
  msgstr "Адреса ел.пошти"
438
 
439
+ #: contact_form.php:823
440
  #, fuzzy
441
  msgid "Phone number"
442
  msgstr "Номер телефону:"
443
 
444
+ #: contact_form.php:831
445
+ #: contact_form.php:1131
446
+ #: contact_form.php:1845
447
+ #: contact_form.php:1867
448
  msgid "Subject"
449
  msgstr "Тема"
450
 
451
+ #: contact_form.php:839
452
+ #: contact_form.php:1135
453
+ #: contact_form.php:1848
454
+ #: contact_form.php:1868
455
  msgid "Message"
456
  msgstr "Повідомлення"
457
 
458
+ #: contact_form.php:857
459
  msgid "Attachment block"
460
  msgstr "Блок \"Прикріпити файл\" "
461
 
462
+ #: contact_form.php:859
463
  msgid "Users can attach the following file formats"
464
  msgstr "Користувачі можуть прикріплювати файли наступних форматів"
465
 
466
+ #: contact_form.php:873
467
  msgid "Add to the form"
468
  msgstr ""
469
 
470
+ #: contact_form.php:878
471
  #, fuzzy
472
  msgid "Tips below the Attachment"
473
  msgstr "Показувати підказки під блоком \"Прикріпити файл\""
474
 
475
+ #: contact_form.php:887
476
  #, fuzzy
477
  msgid "'Send me a copy' block"
478
  msgstr "Показати блок \"Надіслати мені копію\""
479
 
480
+ #: contact_form.php:900
481
+ #: contact_form.php:903
482
+ #: contact_form.php:907
483
+ #: contact_form.php:1145
484
  msgid "Captcha"
485
  msgstr "Captcha"
486
 
487
+ #: contact_form.php:903
 
 
 
 
488
  msgid "Activate captcha"
489
  msgstr "Активувати captcha"
490
 
491
+ #: contact_form.php:907
492
  msgid "Download captcha"
493
  msgstr "Завантажити captcha"
494
 
495
+ #: contact_form.php:915
496
  msgid "Agreement checkbox"
497
  msgstr ""
498
 
499
+ #: contact_form.php:915
500
  msgid "Required checkbox for submitting the form"
501
  msgstr ""
502
 
503
+ #: contact_form.php:916
504
  msgid "Optional checkbox"
505
  msgstr ""
506
 
507
+ #: contact_form.php:916
508
  msgid "Optional checkbox, the results of which will be displayed in email"
509
  msgstr ""
510
 
511
+ #: contact_form.php:927
512
  msgid "Delete an attachment file from the server after the email is sent"
513
+ msgstr "Видаляти прикріплений файл з серверу після того, як ел.пошта відправлена"
 
514
 
515
+ #: contact_form.php:933
516
  msgid "Email in HTML format sending"
517
  msgstr ""
518
 
519
+ #: contact_form.php:937
520
  msgid "Display additional info in the email"
521
  msgstr "Відображати додаткову інформацію в ел.пошті"
522
 
523
+ #: contact_form.php:942
524
+ #: contact_form.php:1798
525
+ #: contact_form.php:1800
526
  msgid "Sent from (ip address)"
527
  msgstr "Надіслано від (ip адреса)"
528
 
529
+ #: contact_form.php:942
530
  msgid "Example: Sent from (IP address):\t127.0.0.1"
531
  msgstr "Приклад: Надіслано від (IP адреса):\t127.0.0.1"
532
 
533
+ #: contact_form.php:943
534
+ #: contact_form.php:1804
535
+ #: contact_form.php:1806
536
  msgid "Date/Time"
537
  msgstr "Дата/Час"
538
 
539
+ #: contact_form.php:943
540
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
541
  msgstr "Приклад: Date/Time:\tAugust 19, 2013 8:50 pm"
542
 
543
+ #: contact_form.php:944
544
+ #: contact_form.php:1810
545
+ #: contact_form.php:1812
546
  msgid "Sent from (referer)"
547
  msgstr "Надіслано від (реферер)"
548
 
549
+ #: contact_form.php:944
550
+ msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
551
+ msgstr "Приклад: Надіслано від (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
 
 
 
552
 
553
+ #: contact_form.php:945
554
+ #: contact_form.php:1816
555
+ #: contact_form.php:1818
556
  msgid "Using (user agent)"
557
  msgstr "Використовується (user agent)"
558
 
559
+ #: contact_form.php:945
560
+ msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
561
+ msgstr "Приклад: Використовує (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
 
 
 
 
562
 
563
+ #: contact_form.php:949
564
  msgid "Language settings for the field names in the form"
565
  msgstr "Налаштування мови для назв полів форми"
566
 
567
+ #: contact_form.php:958
568
  msgid "Add a language"
569
  msgstr "Додати мову"
570
 
571
+ #: contact_form.php:962
572
  msgid "Change the names of the contact form fields and error messages"
573
  msgstr "Змінити назви полів контактної форми і повідомлення про помилку"
574
 
575
+ #: contact_form.php:967
576
+ #: contact_form.php:1040
577
  msgid "English"
578
  msgstr "Англійська"
579
 
580
+ #: contact_form.php:975
581
+ #: contact_form.php:1005
582
+ msgid "click to expand/hide the list"
583
+ msgstr ""
584
+
585
+ #: contact_form.php:984
586
+ #: contact_form.php:1014
587
  msgid "Tips below the Attachment block"
588
  msgstr "Показувати підказки під блоком \"Прикріпити файл\""
589
 
590
+ #: contact_form.php:987
591
+ #: contact_form.php:1017
592
  msgid "Error message for the Name field"
593
  msgstr "Повідомлення про помилку для поля Ім'я"
594
 
595
+ #: contact_form.php:988
596
+ #: contact_form.php:1018
597
  msgid "Error message for the Address field"
598
  msgstr "Повідомлення про помилку для поля Адреса"
599
 
600
+ #: contact_form.php:989
601
+ #: contact_form.php:1019
602
  msgid "Error message for the Email field"
603
  msgstr "Повідомлення про помилку для поля Email"
604
 
605
+ #: contact_form.php:990
606
+ #: contact_form.php:1020
607
  msgid "Error message for the Phone field"
608
  msgstr "Повідомлення про помилку для поля Номер телефону"
609
 
610
+ #: contact_form.php:991
611
+ #: contact_form.php:1021
612
  msgid "Error message for the Subject field"
613
  msgstr "Повідомлення про помилку для поля Тема"
614
 
615
+ #: contact_form.php:992
616
+ #: contact_form.php:1022
617
  msgid "Error message for the Message field"
618
  msgstr "Повідомлення про помилку для поля Повідомлення"
619
 
620
+ #: contact_form.php:993
621
+ #: contact_form.php:1023
622
  msgid "Error message about the file type for the Attachment field"
623
  msgstr "Повідомлення про помилку для поля Вкладені файли"
624
 
625
+ #: contact_form.php:994
626
+ #: contact_form.php:1024
627
+ msgid "Error message while uploading a file for the Attachment field to the server"
628
+ msgstr "Повідомлення про помилку під час завантаження файлу на сервер для поля Вкладені файли"
 
 
629
 
630
+ #: contact_form.php:995
631
+ #: contact_form.php:1025
632
  msgid "Error message while moving the file for the Attachment field"
633
+ msgstr "Повідомлення про помилку під час переміщення файлу для поля Вкладені файли"
 
634
 
635
+ #: contact_form.php:996
636
+ #: contact_form.php:1026
637
  msgid "Error message when file size limit for the Attachment field is exceeded"
638
+ msgstr "Повідомлення про помилку для поля Вкладені файли, коли розмір файлу перевищує допустимий"
 
 
639
 
640
+ #: contact_form.php:997
641
+ #: contact_form.php:1027
642
  msgid "Error message for the Captcha field"
643
  msgstr "Повідомлення про помилку для поля Captcha"
644
 
645
+ #: contact_form.php:998
646
+ #: contact_form.php:1028
647
  msgid "Error message for the whole form"
648
  msgstr "Повідомлення про помилку для всієї форми"
649
 
650
+ #: contact_form.php:1000
651
+ #: contact_form.php:1030
652
+ #: contact_form.php:1049
653
+ #: contact_form.php:1055
654
  msgid "Use shortcode"
655
  msgstr "Використовувати шорткод"
656
 
657
+ #: contact_form.php:1000
658
+ #: contact_form.php:1030
659
+ #: contact_form.php:1049
660
+ #: contact_form.php:1055
661
  msgid "for this language"
662
  msgstr "для цієї мови"
663
 
664
+ #: contact_form.php:1037
665
  msgid "Action after email is sent"
666
  msgstr "Дія після відправлення ел.листа"
667
 
668
+ #: contact_form.php:1039
669
  msgid "Display text"
670
  msgstr "Показати текст"
671
 
672
+ #: contact_form.php:1048
673
+ #: contact_form.php:1054
674
  msgid "Text"
675
  msgstr "Текст"
676
 
677
+ #: contact_form.php:1061
678
  msgid "Redirect to the page"
679
  msgstr "Перенаправлення на сторінку"
680
 
681
+ #: contact_form.php:1062
682
  msgid "Url"
683
  msgstr "Url"
684
 
685
+ #: contact_form.php:1067
686
+ #: contact_form.php:1242
687
  msgid "Save Changes"
688
  msgstr "Зберегти зміни"
689
 
690
+ #: contact_form.php:1072
691
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
692
  msgstr ""
693
 
694
+ #: contact_form.php:1073
695
  #, fuzzy
696
  msgid "Rate the plugin"
697
  msgstr "Рекомендовані плагіни"
698
 
699
+ #: contact_form.php:1076
700
  #, fuzzy
701
  msgid "If there is something wrong about it, please contact us"
702
+ msgstr "Якщо у вас є запитання, звертайтесь на plugin@bestwebsoft.com або заповніть контактну форму на нашому сайті"
 
 
 
 
 
 
703
 
704
+ #: contact_form.php:1091
705
  msgid "Errors output"
706
  msgstr "Виведення помилок"
707
 
708
+ #: contact_form.php:1094
709
  msgid "Display error messages"
710
  msgstr "Показ повідомлень про помилки"
711
 
712
+ #: contact_form.php:1095
713
  msgid "Color of the input field errors."
714
  msgstr "Колір для помилок у полях введення."
715
 
716
+ #: contact_form.php:1096
717
  msgid "Display error messages & color of the input field errors"
718
+ msgstr "Відображення повідомлень про помилку і колір для полів з помилками введення"
 
719
 
720
+ #: contact_form.php:1101
721
  msgid "Add placeholder to the input blocks"
722
  msgstr "Додати текст заміщення для блоків введення"
723
 
724
+ #: contact_form.php:1107
725
  msgid "Add tooltips"
726
  msgstr "Додати підказки"
727
 
728
+ #: contact_form.php:1121
729
  msgid "Email address"
730
  msgstr "Адреса ел.пошти"
731
 
732
+ #: contact_form.php:1126
733
  msgid "Phone Number"
734
  msgstr "Номер телефону"
735
 
736
+ #: contact_form.php:1140
737
  msgid "Attachment"
738
  msgstr "Вкладений файл"
739
 
740
+ #: contact_form.php:1145
741
  msgid "(powered by bestwebsoft.com)"
742
  msgstr "(розроблено компанією bestwebsoft.com)"
743
 
744
+ #: contact_form.php:1150
745
  msgid "Style options"
746
  msgstr "Опції для стилю"
747
 
748
+ #: contact_form.php:1153
749
  msgid "Text color"
750
  msgstr "Колір тексту"
751
 
752
+ #: contact_form.php:1156
753
+ #: contact_form.php:1161
754
+ #: contact_form.php:1171
755
+ #: contact_form.php:1176
756
+ #: contact_form.php:1181
757
+ #: contact_form.php:1186
758
+ #: contact_form.php:1196
759
+ #: contact_form.php:1201
760
+ #: contact_form.php:1207
761
+ #: contact_form.php:1218
762
+ #: contact_form.php:1223
763
+ #: contact_form.php:1228
764
  msgid "Default"
765
  msgstr "Стандартно"
766
 
767
+ #: contact_form.php:1158
768
  msgid "Label text color"
769
  msgstr "Колір написів"
770
 
771
+ #: contact_form.php:1163
772
  msgid "Placeholder color"
773
  msgstr "Колір тексту заміщення"
774
 
775
+ #: contact_form.php:1168
776
  msgid "Errors color"
777
  msgstr "Колір помилок"
778
 
779
+ #: contact_form.php:1173
780
  msgid "Error text color"
781
  msgstr "Колір тексту помилок"
782
 
783
+ #: contact_form.php:1178
784
  msgid "Background color of the input field errors"
785
  msgstr "Колір заднього фону для полів введення з помилками"
786
 
787
+ #: contact_form.php:1183
788
  msgid "Border color of the input field errors"
789
  msgstr "Колір рамки для полів введення з помилками"
790
 
791
+ #: contact_form.php:1188
792
  msgid "Placeholder color of the input field errors"
793
  msgstr "Колір тексту заміщення для полів введення з помилками"
794
 
795
+ #: contact_form.php:1193
796
  msgid "Input fields"
797
  msgstr "Поля введення тексту"
798
 
799
+ #: contact_form.php:1198
800
  msgid "Input fields background color"
801
  msgstr "Колір фону полів введення"
802
 
803
+ #: contact_form.php:1203
804
  msgid "Text fields color"
805
  msgstr "Колір текстових полів"
806
 
807
+ #: contact_form.php:1205
808
  msgid "Border width in px, numbers only"
809
  msgstr "Ширина рамки в точках, тільки числа"
810
 
811
+ #: contact_form.php:1209
812
+ #: contact_form.php:1230
813
  msgid "Border color"
814
  msgstr "Колір рамки"
815
 
816
+ #: contact_form.php:1214
817
  msgid "Submit button"
818
  msgstr "Кнопка підтвердження"
819
 
820
+ #: contact_form.php:1216
821
  msgid "Width in px, numbers only"
822
  msgstr "Ширина в точках, тільки числа"
823
 
824
+ #: contact_form.php:1220
825
  msgid "Button color"
826
  msgstr "Колір кнопок"
827
 
828
+ #: contact_form.php:1225
829
  msgid "Button text color"
830
  msgstr "Колір тексту кнопок"
831
 
832
+ #: contact_form.php:1246
833
  msgid "Contact Form Pro | Preview"
834
  msgstr "Contact Form Pro | Попередній перегляд"
835
 
836
+ #: contact_form.php:1249
837
  msgid "Show with errors"
838
  msgstr "Показувати з помилками"
839
 
840
+ #: contact_form.php:1257
841
+ #: contact_form.php:1259
842
  msgid "Please enter your full name..."
843
  msgstr "Будь ласка, вкажіть своє повне ім'я..."
844
 
845
+ #: contact_form.php:1270
846
+ #: contact_form.php:1272
847
  msgid "Please enter your address..."
848
  msgstr "Будь ласка, вкажіть свою адресу..."
849
 
850
+ #: contact_form.php:1281
851
+ #: contact_form.php:1283
852
  msgid "Please enter your email address..."
853
  msgstr "Будь ласка, введіть свою адресу ел.пошти:"
854
 
855
+ #: contact_form.php:1292
856
+ #: contact_form.php:1294
857
  msgid "Please enter your phone number..."
858
  msgstr "Будь ласка, вкажіть свій номер телефону..."
859
 
860
+ #: contact_form.php:1303
861
+ #: contact_form.php:1305
862
  msgid "Please enter subject..."
863
  msgstr "Будь ласка, вкажіть тему..."
864
 
865
+ #: contact_form.php:1313
866
+ #: contact_form.php:1315
867
  msgid "Please enter your message..."
868
  msgstr "Будь ласка, напишіть своє повідомлення..."
869
 
870
+ #: contact_form.php:1357
871
+ msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
872
+ msgstr ""
873
+
874
+ #: contact_form.php:1359
875
+ msgid "Please, go to"
876
+ msgstr ""
877
+
878
+ #: contact_form.php:1359
879
+ #, fuzzy
880
+ msgid "the setting page"
881
+ msgstr "Розширені установки"
882
+
883
+ #: contact_form.php:1360
884
+ msgid "You will be redirected automatically in 5 seconds."
885
+ msgstr ""
886
+
887
+ #: contact_form.php:1365
888
+ msgid "You can download and activate"
889
+ msgstr ""
890
+
891
+ #: contact_form.php:1367
892
+ msgid "version of this plugin by entering Your license key."
893
+ msgstr ""
894
+
895
+ #: contact_form.php:1369
896
+ msgid "You can find your license key on your personal page Client area, by clicking on the link"
897
+ msgstr ""
898
+
899
+ #: contact_form.php:1371
900
+ msgid "(your username is the email you specify when purchasing the product)."
901
+ msgstr ""
902
+
903
+ #: contact_form.php:1379
904
+ #: contact_form.php:1389
905
+ msgid "Go!"
906
+ msgstr ""
907
+
908
+ #: contact_form.php:1439
909
  msgid "Sorry, email message could not be delivered."
910
  msgstr "Вибачте, ваше повідомлення ел.пошти не може бути доставлене."
911
 
912
+ #: contact_form.php:1825
913
  msgid "Contact from"
914
  msgstr "Контактна форма"
915
 
916
+ #: contact_form.php:1838
917
+ #: contact_form.php:1864
918
  msgid "Email"
919
  msgstr "Ел.пошта"
920
 
921
+ #: contact_form.php:1842
922
+ #: contact_form.php:1866
923
  msgid "Phone"
924
  msgstr "Телефон"
925
 
926
+ #: contact_form.php:1851
927
+ #: contact_form.php:1869
928
  msgid "Site"
929
  msgstr "Сайт"
930
 
931
+ #: contact_form.php:1932
932
+ msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
933
+ msgstr "Якщо Ви не бачите цей MIME, це означає, що цей MIME тип не підтримується Вашим поштовим клієнтом!"
 
 
 
 
934
 
935
+ #: contact_form.php:2002
936
  msgid "FAQ"
937
  msgstr "Часті питання"
938
 
939
+ #: contact_form.php:2003
940
  msgid "Support"
941
  msgstr "Підтримка"
942
 
943
+ #: contact_form.php:2061
944
  msgid "Are you sure that you want to delete this language data?"
945
  msgstr "Ви справді хочете видалити дані для цієї мови?"
946
 
947
+ #~ msgid "Contact Form Pro Extra Settings"
948
+ #~ msgstr "Додаткові установки Contact Form Pro"
949
+
950
+ #~ msgid "Contact Form Pro | Extra Settings"
951
+ #~ msgstr "Contact Form Pro | Розширені установки"
952
+
953
  #~ msgid "Display fields"
954
  #~ msgstr "Показати поля"
955
 
languages/contact_form-vi.mo ADDED
Binary file
languages/contact_form-vi.po ADDED
@@ -0,0 +1,945 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: contact_form\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-31 18:16+0300\n"
6
+ "PO-Revision-Date: 2014-01-31 18:16+0300\n"
7
+ "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
+ "Language-Team: Localization blog | http://bizover.net <contact@bizover.net>\n"
9
+ "Language: \n"
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.7\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ #: contact_form.php:33
20
+ #: contact_form.php:659
21
+ msgid "Contact Form Settings"
22
+ msgstr "Cài đặt hình thức liên lạc"
23
+
24
+ #: contact_form.php:33
25
+ msgid "Contact Form"
26
+ msgstr "Mẫu liên hệ"
27
+
28
+ #: contact_form.php:80
29
+ #: contact_form.php:977
30
+ #: contact_form.php:1007
31
+ msgid "Name:"
32
+ msgstr "Tên:"
33
+
34
+ #: contact_form.php:81
35
+ #: contact_form.php:978
36
+ #: contact_form.php:1008
37
+ msgid "Address:"
38
+ msgstr "Địa chỉ:"
39
+
40
+ #: contact_form.php:82
41
+ #: contact_form.php:979
42
+ #: contact_form.php:1009
43
+ msgid "Email Address:"
44
+ msgstr "Địa chỉ email:"
45
+
46
+ #: contact_form.php:83
47
+ #: contact_form.php:980
48
+ #: contact_form.php:1010
49
+ msgid "Phone number:"
50
+ msgstr "Số điện thoại:"
51
+
52
+ #: contact_form.php:84
53
+ #: contact_form.php:981
54
+ #: contact_form.php:1011
55
+ msgid "Subject:"
56
+ msgstr "Tiêu đề:"
57
+
58
+ #: contact_form.php:85
59
+ #: contact_form.php:982
60
+ #: contact_form.php:1012
61
+ msgid "Message:"
62
+ msgstr "Thông báo:"
63
+
64
+ #: contact_form.php:86
65
+ #: contact_form.php:983
66
+ #: contact_form.php:1013
67
+ msgid "Attachment:"
68
+ msgstr "File đính kèm:"
69
+
70
+ #: contact_form.php:87
71
+ msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
72
+ msgstr "Hỗ trợ các loại tập tin: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, vùng tối đa kích thước: 2MB"
73
+
74
+ #: contact_form.php:88
75
+ #: contact_form.php:985
76
+ #: contact_form.php:1015
77
+ msgid "Send me a copy"
78
+ msgstr "Gửi cho tôi một bản sao"
79
+
80
+ #: contact_form.php:89
81
+ #: contact_form.php:986
82
+ #: contact_form.php:1016
83
+ msgid "Submit"
84
+ msgstr "Gửi"
85
+
86
+ #: contact_form.php:90
87
+ msgid "Your name is required."
88
+ msgstr "Tên của bạn là cần thiết."
89
+
90
+ #: contact_form.php:91
91
+ msgid "Address is required."
92
+ msgstr "Địa chỉ được yêu cầu."
93
+
94
+ #: contact_form.php:92
95
+ msgid "A valid email address is required."
96
+ msgstr "Một địa chỉ email hợp lệ là bắt buộc."
97
+
98
+ #: contact_form.php:93
99
+ msgid "Phone number is required."
100
+ msgstr "Số điện thoại được yêu cầu."
101
+
102
+ #: contact_form.php:94
103
+ msgid "Subject is required."
104
+ msgstr "Chủ đề là bắt buộc."
105
+
106
+ #: contact_form.php:95
107
+ msgid "Message text is required."
108
+ msgstr "Tin nhắn văn bản được yêu cầu."
109
+
110
+ #: contact_form.php:96
111
+ msgid "File format is not valid."
112
+ msgstr "Định dạng tập tin là không hợp lệ."
113
+
114
+ #: contact_form.php:97
115
+ msgid "File upload error."
116
+ msgstr "Lỗi tải lên tệp."
117
+
118
+ #: contact_form.php:98
119
+ msgid "The file could not be uploaded."
120
+ msgstr "Không thể tải các tập tin."
121
+
122
+ #: contact_form.php:99
123
+ msgid "This file is too large."
124
+ msgstr "Tập tin này là quá lớn."
125
+
126
+ #: contact_form.php:100
127
+ msgid "Please fill out the CAPTCHA."
128
+ msgstr "Xin vui lòng điền CAPTCHA."
129
+
130
+ #: contact_form.php:101
131
+ msgid "Please make corrections below and try again."
132
+ msgstr "Xin vui lòng làm cho chỉnh dưới đây và thử lại."
133
+
134
+ #: contact_form.php:103
135
+ msgid "Thank you for contacting us."
136
+ msgstr "Cảm ơn bạn đã liên hệ với chúng tôi."
137
+
138
+ #: contact_form.php:202
139
+ msgid "requires"
140
+ msgstr "yêu cầu"
141
+
142
+ #: contact_form.php:202
143
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
144
+ msgstr "hoặc cao hơn, đó là lý do tại sao nó đã bị ngừng hoạt động! Xin vui lòng nâng cấp WordPress và thử lại."
145
+
146
+ #: contact_form.php:202
147
+ msgid "Back to the WordPress"
148
+ msgstr "Quay lại WordPress"
149
+
150
+ #: contact_form.php:202
151
+ msgid "Plugins page"
152
+ msgstr "Trang Plugins"
153
+
154
+ #: contact_form.php:493
155
+ msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
156
+ msgstr "Nếu tùy chọn 'Chuyển hướng đến trang' được chọn thì trường URL nên ở định dạng sau"
157
+
158
+ #: contact_form.php:502
159
+ msgid "Such user does not exist. Settings are not saved."
160
+ msgstr "Người dùng như vậy không tồn tại. Cài đặt không được lưu."
161
+
162
+ #: contact_form.php:506
163
+ #: contact_form.php:512
164
+ msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
165
+ msgstr "Vui lòng nhập một địa chỉ email hợp lệ trong trường 'Từ'. Cài đặt không được lưu."
166
+
167
+ #: contact_form.php:517
168
+ msgid "Settings saved."
169
+ msgstr "Cài đặt đã lưu."
170
+
171
+ #: contact_form.php:553
172
+ #: contact_form.php:592
173
+ msgid "Wrong license key"
174
+ msgstr ""
175
+
176
+ #: contact_form.php:585
177
+ msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
178
+ msgstr ""
179
+
180
+ #: contact_form.php:594
181
+ msgid "This license key is bind to another site"
182
+ msgstr ""
183
+
184
+ #: contact_form.php:596
185
+ #: contact_form.php:1382
186
+ msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
187
+ msgstr ""
188
+
189
+ #: contact_form.php:614
190
+ msgid "Failed to open the zip archive. Please, upload the plugin manually"
191
+ msgstr ""
192
+
193
+ #: contact_form.php:620
194
+ msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
195
+ msgstr ""
196
+
197
+ #: contact_form.php:624
198
+ #: contact_form.php:633
199
+ msgid "Failed to download the zip archive. Please, upload the plugin manually"
200
+ msgstr ""
201
+
202
+ #: contact_form.php:637
203
+ msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
204
+ msgstr ""
205
+
206
+ #: contact_form.php:652
207
+ #, fuzzy
208
+ msgid "Please, enter Your license key"
209
+ msgstr "Vui lòng nhập tin nhắn của bạn..."
210
+
211
+ #: contact_form.php:661
212
+ msgid "Notice:"
213
+ msgstr "Thông báo:"
214
+
215
+ #: contact_form.php:661
216
+ msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
217
+ msgstr "Cài đặt của plugin đã được thay đổi. Để tiết kiệm họ xin đừng quên để nhấp vào nút 'Lưu thay đổi'."
218
+
219
+ #: contact_form.php:664
220
+ #: contact_form.php:1990
221
+ #: contact_form.php:2001
222
+ msgid "Settings"
223
+ msgstr "Cài đặt"
224
+
225
+ #: contact_form.php:665
226
+ msgid "Extra settings"
227
+ msgstr "Cài đặt phụ"
228
+
229
+ #: contact_form.php:666
230
+ msgid "Go PRO"
231
+ msgstr ""
232
+
233
+ #: contact_form.php:672
234
+ #: contact_form.php:1341
235
+ 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:"
236
+ msgstr "Nếu bạn muốn thêm các hình thức liên lạc để trang web của bạn, chỉ cần sao chép và dán này shortcode để đăng bài hay trang hoặc phụ tùng của bạn:"
237
+
238
+ #: contact_form.php:672
239
+ #: contact_form.php:673
240
+ #: contact_form.php:1000
241
+ #: contact_form.php:1049
242
+ msgid "or"
243
+ msgstr "hoặc"
244
+
245
+ #: contact_form.php:673
246
+ msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
247
+ msgstr "Nếu có bất kỳ vấn đề với tiêu chuẩn shortcode [contact_form], bạn nên sử dụng shortcode"
248
+
249
+ #: contact_form.php:674
250
+ msgid "They work the same way."
251
+ msgstr "Họ làm việc cùng một cách."
252
+
253
+ #: contact_form.php:675
254
+ msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
255
+ msgstr "Nếu bạn để các lĩnh vực trống, các tin nhắn sẽ được gửi đến địa chỉ email được chỉ định trong quá trình đăng ký."
256
+
257
+ #: contact_form.php:679
258
+ msgid "The user's email address:"
259
+ msgstr "Các địa chỉ email của người dùng:"
260
+
261
+ #: contact_form.php:683
262
+ msgid "Create a username"
263
+ msgstr "Tạo một tên người dùng"
264
+
265
+ #: contact_form.php:688
266
+ msgid "Enter a username of the person who should get the messages from the contact form."
267
+ msgstr "Nhập tên người dùng của người sẽ nhận được các tin nhắn từ hình thức liên lạc."
268
+
269
+ #: contact_form.php:692
270
+ msgid "Use this email address:"
271
+ msgstr "Sử dụng địa chỉ email này:"
272
+
273
+ #: contact_form.php:695
274
+ msgid "Enter the email address you want the messages forwarded to."
275
+ msgstr "Nhập địa chỉ email mà bạn muốn các thư được chuyển tiếp đến."
276
+
277
+ #: contact_form.php:701
278
+ msgid "Add department selectbox to the contact form:"
279
+ msgstr "Địa chỉ sở selectbox để hình thức liên lạc:"
280
+
281
+ #: contact_form.php:709
282
+ #: contact_form.php:1236
283
+ msgid "If you upgrade to Pro version all your settings will be saved."
284
+ msgstr "Nếu bạn nâng cấp lên phiên bản Pro, tất cả các thiết lập của bạn sẽ được lưu."
285
+
286
+ #: contact_form.php:714
287
+ #: contact_form.php:851
288
+ #: contact_form.php:922
289
+ #: contact_form.php:1086
290
+ msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
291
+ msgstr "Chức năng này có sẵn trong phiên bản Pro của plugin. Để biết thêm chi tiết, hãy làm theo các liên kết"
292
+
293
+ #: contact_form.php:715
294
+ #: contact_form.php:852
295
+ #: contact_form.php:923
296
+ #: contact_form.php:1087
297
+ msgid "Contact Form Pro"
298
+ msgstr "Liên hệ tạo thành Pro"
299
+
300
+ #: contact_form.php:721
301
+ msgid "Save emails to the database"
302
+ msgstr "Lưu email vào cơ sở dữ liệu"
303
+
304
+ #: contact_form.php:731
305
+ msgid "Using"
306
+ msgstr ""
307
+
308
+ #: contact_form.php:731
309
+ #: contact_form.php:900
310
+ #: contact_form.php:903
311
+ #: contact_form.php:907
312
+ msgid "powered by"
313
+ msgstr "Được tài trợ bởi"
314
+
315
+ #: contact_form.php:734
316
+ #: contact_form.php:738
317
+ msgid "Using Contact Form to DB powered by"
318
+ msgstr "Bằng cách sử dụng mẫu liên hệ để DB được tài trợ bởi"
319
+
320
+ #: contact_form.php:734
321
+ msgid "Activate Contact Form to DB"
322
+ msgstr "Kích hoạt các hình thức liên lạc để DB"
323
+
324
+ #: contact_form.php:738
325
+ msgid "Download Contact Form to DB"
326
+ msgstr "Tải về hình thức liên lạc để DB"
327
+
328
+ #: contact_form.php:743
329
+ msgid "Additional options"
330
+ msgstr "Tùy chọn bổ sung"
331
+
332
+ #: contact_form.php:745
333
+ msgid "Show"
334
+ msgstr "Hiển thị"
335
+
336
+ #: contact_form.php:746
337
+ msgid "Hide"
338
+ msgstr "Ẩn"
339
+
340
+ #: contact_form.php:750
341
+ msgid "What to use?"
342
+ msgstr "Những gì để sử dụng?"
343
+
344
+ #: contact_form.php:753
345
+ msgid "Wp-mail"
346
+ msgstr "WP-thư"
347
+
348
+ #: contact_form.php:753
349
+ msgid "You can use the wp_mail function for mailing"
350
+ msgstr "Bạn có thể sử dụng các chức năng wp_mail để gửi thư"
351
+
352
+ #: contact_form.php:755
353
+ msgid "Mail"
354
+ msgstr "Thư"
355
+
356
+ #: contact_form.php:755
357
+ msgid "To send mail you can use the php mail function"
358
+ msgstr "Để gửi thư, bạn có thể sử dụng chức năng php thư"
359
+
360
+ #: contact_form.php:759
361
+ msgid "The text in the 'From' field"
362
+ msgstr "Các văn bản trong trường 'Từ'"
363
+
364
+ #: contact_form.php:761
365
+ msgid "User name"
366
+ msgstr "Tên người dùng"
367
+
368
+ #: contact_form.php:762
369
+ msgid "The name of the user who fills the form will be used in the field 'From'."
370
+ msgstr "Tên người dùng đã điền vào các hình thức sẽ được sử dụng trong trường 'Từ'."
371
+
372
+ #: contact_form.php:765
373
+ msgid "This text will be used in the 'FROM' field"
374
+ msgstr "Văn bản này sẽ được sử dụng trong trường 'Từ'"
375
+
376
+ #: contact_form.php:769
377
+ msgid "The email address in the 'From' field"
378
+ msgstr "Địa chỉ email vào trường 'Từ'"
379
+
380
+ #: contact_form.php:771
381
+ msgid "User email"
382
+ msgstr "Người dùng thư điện tử"
383
+
384
+ #: contact_form.php:772
385
+ msgid "The email address of the user who fills the form will be used in the field 'From'."
386
+ msgstr "Địa chỉ email của người dùng đã điền vào các hình thức sẽ được sử dụng trong trường 'Từ'."
387
+
388
+ #: contact_form.php:775
389
+ msgid "This email address will be used in the 'From' field."
390
+ msgstr "Địa chỉ email này sẽ được sử dụng trong trường 'Từ'."
391
+
392
+ #: contact_form.php:779
393
+ msgid "Required symbol"
394
+ msgstr "Biểu tượng yêu cầu"
395
+
396
+ #: contact_form.php:789
397
+ msgid "Fields"
398
+ msgstr "Lĩnh vực"
399
+
400
+ #: contact_form.php:790
401
+ msgid "Used"
402
+ msgstr "Sử dụng"
403
+
404
+ #: contact_form.php:791
405
+ msgid "Required"
406
+ msgstr "Yêu cầu"
407
+
408
+ #: contact_form.php:792
409
+ msgid "Visible"
410
+ msgstr "Có thể nhìn thấy"
411
+
412
+ #: contact_form.php:793
413
+ msgid "Disabled for editing"
414
+ msgstr "Khuyết tật để chỉnh sửa"
415
+
416
+ #: contact_form.php:794
417
+ msgid "Field's default value"
418
+ msgstr "Giá trị mặc định của trường"
419
+
420
+ #: contact_form.php:799
421
+ #: contact_form.php:1111
422
+ #: contact_form.php:1831
423
+ #: contact_form.php:1861
424
+ msgid "Name"
425
+ msgstr "Tên"
426
+
427
+ #: contact_form.php:807
428
+ #: contact_form.php:1116
429
+ #: contact_form.php:1835
430
+ #: contact_form.php:1863
431
+ msgid "Address"
432
+ msgstr "Địa chỉ"
433
+
434
+ #: contact_form.php:815
435
+ msgid "Email Address"
436
+ msgstr "Địa chỉ email"
437
+
438
+ #: contact_form.php:823
439
+ msgid "Phone number"
440
+ msgstr "Số điện thoại"
441
+
442
+ #: contact_form.php:831
443
+ #: contact_form.php:1131
444
+ #: contact_form.php:1845
445
+ #: contact_form.php:1867
446
+ msgid "Subject"
447
+ msgstr "Chủ đề"
448
+
449
+ #: contact_form.php:839
450
+ #: contact_form.php:1135
451
+ #: contact_form.php:1848
452
+ #: contact_form.php:1868
453
+ msgid "Message"
454
+ msgstr "Tin nhắn"
455
+
456
+ #: contact_form.php:857
457
+ msgid "Attachment block"
458
+ msgstr "Tập tin đính kèm khối"
459
+
460
+ #: contact_form.php:859
461
+ msgid "Users can attach the following file formats"
462
+ msgstr "Người dùng có thể đính kèm các định dạng tệp sau"
463
+
464
+ #: contact_form.php:873
465
+ msgid "Add to the form"
466
+ msgstr "Thêm vào các hình thức"
467
+
468
+ #: contact_form.php:878
469
+ msgid "Tips below the Attachment"
470
+ msgstr "Mẹo bên dưới phần đính kèm"
471
+
472
+ #: contact_form.php:887
473
+ msgid "'Send me a copy' block"
474
+ msgstr "'Gửi tôi một bản sao' khối"
475
+
476
+ #: contact_form.php:900
477
+ #: contact_form.php:903
478
+ #: contact_form.php:907
479
+ #: contact_form.php:1145
480
+ msgid "Captcha"
481
+ msgstr "CAPTCHA"
482
+
483
+ #: contact_form.php:903
484
+ msgid "Activate captcha"
485
+ msgstr "Kích hoạt captcha"
486
+
487
+ #: contact_form.php:907
488
+ msgid "Download captcha"
489
+ msgstr "Tải về captcha"
490
+
491
+ #: contact_form.php:915
492
+ msgid "Agreement checkbox"
493
+ msgstr "Thỏa thuận hộp kiểm"
494
+
495
+ #: contact_form.php:915
496
+ msgid "Required checkbox for submitting the form"
497
+ msgstr "Các hộp kiểm yêu cầu để gửi biểu mẫu"
498
+
499
+ #: contact_form.php:916
500
+ msgid "Optional checkbox"
501
+ msgstr "Tùy chọn hộp kiểm"
502
+
503
+ #: contact_form.php:916
504
+ msgid "Optional checkbox, the results of which will be displayed in email"
505
+ msgstr "Tùy chọn hộp kiểm, kết quả trong đó sẽ được hiển thị trong email"
506
+
507
+ #: contact_form.php:927
508
+ msgid "Delete an attachment file from the server after the email is sent"
509
+ msgstr "Xóa một tập tin đính kèm từ hệ phục vụ sau khi các email được gửi"
510
+
511
+ #: contact_form.php:933
512
+ msgid "Email in HTML format sending"
513
+ msgstr "Gửi email cho HTML định dạng gửi"
514
+
515
+ #: contact_form.php:937
516
+ msgid "Display additional info in the email"
517
+ msgstr "Hiển thị thông tin bổ sung trong email"
518
+
519
+ #: contact_form.php:942
520
+ #: contact_form.php:1798
521
+ #: contact_form.php:1800
522
+ msgid "Sent from (ip address)"
523
+ msgstr "Gửi từ (địa chỉ ip)"
524
+
525
+ #: contact_form.php:942
526
+ msgid "Example: Sent from (IP address):\t127.0.0.1"
527
+ msgstr "Ví dụ: Gửi từ (địa chỉ IP):\t127.0.0.1"
528
+
529
+ #: contact_form.php:943
530
+ #: contact_form.php:1804
531
+ #: contact_form.php:1806
532
+ msgid "Date/Time"
533
+ msgstr "Ngày/thời gian"
534
+
535
+ #: contact_form.php:943
536
+ msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
537
+ msgstr "Ví dụ: Ngày/thời gian:\tngày 19 tháng 8 năm 2013 8:50 pm"
538
+
539
+ #: contact_form.php:944
540
+ #: contact_form.php:1810
541
+ #: contact_form.php:1812
542
+ msgid "Sent from (referer)"
543
+ msgstr "Gửi từ (referer)"
544
+
545
+ #: contact_form.php:944
546
+ msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
547
+ msgstr "Ví dụ: Gửi từ (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
548
+
549
+ #: contact_form.php:945
550
+ #: contact_form.php:1816
551
+ #: contact_form.php:1818
552
+ msgid "Using (user agent)"
553
+ msgstr "Sử dụng (người sử dụng đại lý)"
554
+
555
+ #: contact_form.php:945
556
+ msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
557
+ msgstr "Ví dụ: Sử dụng (người sử dụng đại lý):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, như Gecko) Chrome/28.0.1500.95 Safari/537.36"
558
+
559
+ #: contact_form.php:949
560
+ msgid "Language settings for the field names in the form"
561
+ msgstr "Cài đặt ngôn ngữ cho tên trường trong các hình thức"
562
+
563
+ #: contact_form.php:958
564
+ msgid "Add a language"
565
+ msgstr "Thêm một ngôn ngữ"
566
+
567
+ #: contact_form.php:962
568
+ msgid "Change the names of the contact form fields and error messages"
569
+ msgstr "Thay đổi tên của các lĩnh vực hình thức liên lạc và thông báo lỗi"
570
+
571
+ #: contact_form.php:967
572
+ #: contact_form.php:1040
573
+ msgid "English"
574
+ msgstr "Tiếng Anh"
575
+
576
+ #: contact_form.php:975
577
+ #: contact_form.php:1005
578
+ msgid "click to expand/hide the list"
579
+ msgstr ""
580
+
581
+ #: contact_form.php:984
582
+ #: contact_form.php:1014
583
+ msgid "Tips below the Attachment block"
584
+ msgstr "Lời khuyên dưới đây khối tập tin đính kèm"
585
+
586
+ #: contact_form.php:987
587
+ #: contact_form.php:1017
588
+ msgid "Error message for the Name field"
589
+ msgstr "Thông báo lỗi cho trường tên"
590
+
591
+ #: contact_form.php:988
592
+ #: contact_form.php:1018
593
+ msgid "Error message for the Address field"
594
+ msgstr "Thông báo lỗi cho trường địa chỉ"
595
+
596
+ #: contact_form.php:989
597
+ #: contact_form.php:1019
598
+ msgid "Error message for the Email field"
599
+ msgstr "Thông báo lỗi cho trường Email"
600
+
601
+ #: contact_form.php:990
602
+ #: contact_form.php:1020
603
+ msgid "Error message for the Phone field"
604
+ msgstr "Thông báo lỗi cho lĩnh vực điện thoại"
605
+
606
+ #: contact_form.php:991
607
+ #: contact_form.php:1021
608
+ msgid "Error message for the Subject field"
609
+ msgstr "Thông báo lỗi cho trường chủ đề"
610
+
611
+ #: contact_form.php:992
612
+ #: contact_form.php:1022
613
+ msgid "Error message for the Message field"
614
+ msgstr "Thông báo lỗi cho trường tin nhắn"
615
+
616
+ #: contact_form.php:993
617
+ #: contact_form.php:1023
618
+ msgid "Error message about the file type for the Attachment field"
619
+ msgstr "Thông báo lỗi về các loại tập tin cho trường đính kèm"
620
+
621
+ #: contact_form.php:994
622
+ #: contact_form.php:1024
623
+ msgid "Error message while uploading a file for the Attachment field to the server"
624
+ msgstr "Thông báo lỗi trong khi tải lên một tập tin cho trường đính kèm vào hệ phục vụ"
625
+
626
+ #: contact_form.php:995
627
+ #: contact_form.php:1025
628
+ msgid "Error message while moving the file for the Attachment field"
629
+ msgstr "Thông báo lỗi trong khi di chuyển tập tin đối với lĩnh vực tập tin đính kèm"
630
+
631
+ #: contact_form.php:996
632
+ #: contact_form.php:1026
633
+ msgid "Error message when file size limit for the Attachment field is exceeded"
634
+ msgstr "Thông báo lỗi khi vượt quá giới hạn kích thước tập tin cho trường đính kèm"
635
+
636
+ #: contact_form.php:997
637
+ #: contact_form.php:1027
638
+ msgid "Error message for the Captcha field"
639
+ msgstr "Thông báo lỗi cho lĩnh vực Captcha"
640
+
641
+ #: contact_form.php:998
642
+ #: contact_form.php:1028
643
+ msgid "Error message for the whole form"
644
+ msgstr "Thông báo lỗi cho các hình thức toàn bộ"
645
+
646
+ #: contact_form.php:1000
647
+ #: contact_form.php:1030
648
+ #: contact_form.php:1049
649
+ #: contact_form.php:1055
650
+ msgid "Use shortcode"
651
+ msgstr "Sử dụng shortcode"
652
+
653
+ #: contact_form.php:1000
654
+ #: contact_form.php:1030
655
+ #: contact_form.php:1049
656
+ #: contact_form.php:1055
657
+ msgid "for this language"
658
+ msgstr "cho ngôn ngữ này"
659
+
660
+ #: contact_form.php:1037
661
+ msgid "Action after email is sent"
662
+ msgstr "Hành động sau khi email được gửi"
663
+
664
+ #: contact_form.php:1039
665
+ msgid "Display text"
666
+ msgstr "Hiển thị văn bản"
667
+
668
+ #: contact_form.php:1048
669
+ #: contact_form.php:1054
670
+ msgid "Text"
671
+ msgstr "Văn bản"
672
+
673
+ #: contact_form.php:1061
674
+ msgid "Redirect to the page"
675
+ msgstr "Chuyển hướng đến trang"
676
+
677
+ #: contact_form.php:1062
678
+ msgid "Url"
679
+ msgstr "URL"
680
+
681
+ #: contact_form.php:1067
682
+ #: contact_form.php:1242
683
+ msgid "Save Changes"
684
+ msgstr "Lưu thay đổi"
685
+
686
+ #: contact_form.php:1072
687
+ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
688
+ msgstr "Nếu bạn thích plugin của chúng tôi, xin vui lòng cho nó 5 sao trên WordPress"
689
+
690
+ #: contact_form.php:1073
691
+ msgid "Rate the plugin"
692
+ msgstr "Tỷ lệ plugin"
693
+
694
+ #: contact_form.php:1076
695
+ msgid "If there is something wrong about it, please contact us"
696
+ msgstr "Nếu có điều gì sai về nó, xin vui lòng liên hệ với chúng tôi"
697
+
698
+ #: contact_form.php:1091
699
+ msgid "Errors output"
700
+ msgstr "Đầu ra lỗi"
701
+
702
+ #: contact_form.php:1094
703
+ msgid "Display error messages"
704
+ msgstr "Hiển thị thông báo lỗi"
705
+
706
+ #: contact_form.php:1095
707
+ msgid "Color of the input field errors."
708
+ msgstr "Màu sắc của trường nhập lỗi."
709
+
710
+ #: contact_form.php:1096
711
+ msgid "Display error messages & color of the input field errors"
712
+ msgstr "Hiển thị thông báo lỗi và màu sắc của trường nhập lỗi"
713
+
714
+ #: contact_form.php:1101
715
+ msgid "Add placeholder to the input blocks"
716
+ msgstr "Thêm giữ chỗ để các khối đầu vào"
717
+
718
+ #: contact_form.php:1107
719
+ msgid "Add tooltips"
720
+ msgstr "Thêm chú giải công cụ"
721
+
722
+ #: contact_form.php:1121
723
+ msgid "Email address"
724
+ msgstr "Địa chỉ email"
725
+
726
+ #: contact_form.php:1126
727
+ msgid "Phone Number"
728
+ msgstr "Số điện thoại"
729
+
730
+ #: contact_form.php:1140
731
+ msgid "Attachment"
732
+ msgstr "Tập tin đính kèm"
733
+
734
+ #: contact_form.php:1145
735
+ msgid "(powered by bestwebsoft.com)"
736
+ msgstr "(cung cấp bởi bestwebsoft.com)"
737
+
738
+ #: contact_form.php:1150
739
+ msgid "Style options"
740
+ msgstr "Tùy chọn phong cách"
741
+
742
+ #: contact_form.php:1153
743
+ msgid "Text color"
744
+ msgstr "Văn bản màu"
745
+
746
+ #: contact_form.php:1156
747
+ #: contact_form.php:1161
748
+ #: contact_form.php:1171
749
+ #: contact_form.php:1176
750
+ #: contact_form.php:1181
751
+ #: contact_form.php:1186
752
+ #: contact_form.php:1196
753
+ #: contact_form.php:1201
754
+ #: contact_form.php:1207
755
+ #: contact_form.php:1218
756
+ #: contact_form.php:1223
757
+ #: contact_form.php:1228
758
+ msgid "Default"
759
+ msgstr "Mặc định"
760
+
761
+ #: contact_form.php:1158
762
+ msgid "Label text color"
763
+ msgstr "Nhãn văn bản màu"
764
+
765
+ #: contact_form.php:1163
766
+ msgid "Placeholder color"
767
+ msgstr "Giữ chỗ màu"
768
+
769
+ #: contact_form.php:1168
770
+ msgid "Errors color"
771
+ msgstr "Lỗi màu"
772
+
773
+ #: contact_form.php:1173
774
+ msgid "Error text color"
775
+ msgstr "Lỗi văn bản màu"
776
+
777
+ #: contact_form.php:1178
778
+ msgid "Background color of the input field errors"
779
+ msgstr "Màu nền của trường nhập lỗi"
780
+
781
+ #: contact_form.php:1183
782
+ msgid "Border color of the input field errors"
783
+ msgstr "Biên giới màu sắc của trường nhập lỗi"
784
+
785
+ #: contact_form.php:1188
786
+ msgid "Placeholder color of the input field errors"
787
+ msgstr "Giữ chỗ màu sắc của trường nhập lỗi"
788
+
789
+ #: contact_form.php:1193
790
+ msgid "Input fields"
791
+ msgstr "Lĩnh vực đầu vào"
792
+
793
+ #: contact_form.php:1198
794
+ msgid "Input fields background color"
795
+ msgstr "Lĩnh vực đầu vào nền màu"
796
+
797
+ #: contact_form.php:1203
798
+ msgid "Text fields color"
799
+ msgstr "Văn bản lĩnh vực màu"
800
+
801
+ #: contact_form.php:1205
802
+ msgid "Border width in px, numbers only"
803
+ msgstr "Chiều rộng biên giới ở px, chỉ có số điện thoại"
804
+
805
+ #: contact_form.php:1209
806
+ #: contact_form.php:1230
807
+ msgid "Border color"
808
+ msgstr "Biên giới màu sắc"
809
+
810
+ #: contact_form.php:1214
811
+ msgid "Submit button"
812
+ msgstr "Gửi nút"
813
+
814
+ #: contact_form.php:1216
815
+ msgid "Width in px, numbers only"
816
+ msgstr "Chiều rộng trong px, chỉ có số điện thoại"
817
+
818
+ #: contact_form.php:1220
819
+ msgid "Button color"
820
+ msgstr "Nút màu"
821
+
822
+ #: contact_form.php:1225
823
+ msgid "Button text color"
824
+ msgstr "Nút màu chữ"
825
+
826
+ #: contact_form.php:1246
827
+ msgid "Contact Form Pro | Preview"
828
+ msgstr "Liên hệ tạo thành Pro | Xem trước"
829
+
830
+ #: contact_form.php:1249
831
+ msgid "Show with errors"
832
+ msgstr "Hiển thị lỗi"
833
+
834
+ #: contact_form.php:1257
835
+ #: contact_form.php:1259
836
+ msgid "Please enter your full name..."
837
+ msgstr "Vui lòng nhập tên đầy đủ của bạn..."
838
+
839
+ #: contact_form.php:1270
840
+ #: contact_form.php:1272
841
+ msgid "Please enter your address..."
842
+ msgstr "Vui lòng nhập địa chỉ của bạn..."
843
+
844
+ #: contact_form.php:1281
845
+ #: contact_form.php:1283
846
+ msgid "Please enter your email address..."
847
+ msgstr "Vui lòng nhập địa chỉ email của bạn..."
848
+
849
+ #: contact_form.php:1292
850
+ #: contact_form.php:1294
851
+ msgid "Please enter your phone number..."
852
+ msgstr "Vui lòng nhập số điện thoại của bạn..."
853
+
854
+ #: contact_form.php:1303
855
+ #: contact_form.php:1305
856
+ msgid "Please enter subject..."
857
+ msgstr "Vui lòng nhập Chủ đề..."
858
+
859
+ #: contact_form.php:1313
860
+ #: contact_form.php:1315
861
+ msgid "Please enter your message..."
862
+ msgstr "Vui lòng nhập tin nhắn của bạn..."
863
+
864
+ #: contact_form.php:1357
865
+ msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
866
+ msgstr ""
867
+
868
+ #: contact_form.php:1359
869
+ msgid "Please, go to"
870
+ msgstr ""
871
+
872
+ #: contact_form.php:1359
873
+ #, fuzzy
874
+ msgid "the setting page"
875
+ msgstr "Cài đặt phụ"
876
+
877
+ #: contact_form.php:1360
878
+ msgid "You will be redirected automatically in 5 seconds."
879
+ msgstr ""
880
+
881
+ #: contact_form.php:1365
882
+ msgid "You can download and activate"
883
+ msgstr ""
884
+
885
+ #: contact_form.php:1367
886
+ msgid "version of this plugin by entering Your license key."
887
+ msgstr ""
888
+
889
+ #: contact_form.php:1369
890
+ msgid "You can find your license key on your personal page Client area, by clicking on the link"
891
+ msgstr ""
892
+
893
+ #: contact_form.php:1371
894
+ msgid "(your username is the email you specify when purchasing the product)."
895
+ msgstr ""
896
+
897
+ #: contact_form.php:1379
898
+ #: contact_form.php:1389
899
+ msgid "Go!"
900
+ msgstr ""
901
+
902
+ #: contact_form.php:1439
903
+ msgid "Sorry, email message could not be delivered."
904
+ msgstr "Xin lỗi, không thể gửi được thư email."
905
+
906
+ #: contact_form.php:1825
907
+ msgid "Contact from"
908
+ msgstr "Liên hệ với từ"
909
+
910
+ #: contact_form.php:1838
911
+ #: contact_form.php:1864
912
+ msgid "Email"
913
+ msgstr "Thư điện tử"
914
+
915
+ #: contact_form.php:1842
916
+ #: contact_form.php:1866
917
+ msgid "Phone"
918
+ msgstr "Điện thoại"
919
+
920
+ #: contact_form.php:1851
921
+ #: contact_form.php:1869
922
+ msgid "Site"
923
+ msgstr "Trang web"
924
+
925
+ #: contact_form.php:1932
926
+ msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
927
+ msgstr "Nếu bạn có thể thấy MIME này, nó có nghĩa là rằng loại MIME không được hỗ trợ bởi ứng dụng email của bạn!"
928
+
929
+ #: contact_form.php:2002
930
+ msgid "FAQ"
931
+ msgstr "CÂU HỎI THƯỜNG GẶP"
932
+
933
+ #: contact_form.php:2003
934
+ msgid "Support"
935
+ msgstr "Hỗ trợ"
936
+
937
+ #: contact_form.php:2061
938
+ msgid "Are you sure that you want to delete this language data?"
939
+ msgstr "Bạn có chắc rằng bạn muốn xóa dữ liệu ngôn ngữ này không?"
940
+
941
+ #~ msgid "Contact Form Pro Extra Settings"
942
+ #~ msgstr "Liên hệ với hình thức cài đặt chuyên nghiệp phụ"
943
+
944
+ #~ msgid "Contact Form Pro | Extra Settings"
945
+ #~ msgstr "Liên hệ tạo thành Pro | Cài đặt phụ"
languages/contact_form-zh_CN.mo CHANGED
Binary file
languages/contact_form-zh_CN.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-12-26 10:53+0300\n"
6
- "PO-Revision-Date: 2013-12-26 10:53+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: kplam <kplam@qq.com>\n"
9
  "Language: zh_CN\n"
@@ -16,66 +16,54 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:32
20
- #: contact_form.php:538
21
  msgid "Contact Form Settings"
22
  msgstr "联系表单设置"
23
 
24
- #: contact_form.php:32
25
  msgid "Contact Form"
26
  msgstr "联系表单"
27
 
28
- #: contact_form.php:33
29
- msgid "Contact Form Pro Extra Settings"
30
- msgstr "联系表单(Pro)的额外设置"
31
-
32
- #: contact_form.php:33
33
- #: contact_form.php:592
34
- #: contact_form.php:729
35
- #: contact_form.php:800
36
- #: contact_form.php:982
37
- msgid "Contact Form Pro"
38
- msgstr "联系表格(Pro)"
39
-
40
  #: contact_form.php:80
41
- #: contact_form.php:854
42
- #: contact_form.php:884
43
  msgid "Name:"
44
  msgstr "姓名:"
45
 
46
  #: contact_form.php:81
47
- #: contact_form.php:855
48
- #: contact_form.php:885
49
  msgid "Address:"
50
  msgstr "地址:"
51
 
52
  #: contact_form.php:82
53
- #: contact_form.php:856
54
- #: contact_form.php:886
55
  msgid "Email Address:"
56
  msgstr "电子邮箱:"
57
 
58
  #: contact_form.php:83
59
- #: contact_form.php:857
60
- #: contact_form.php:887
61
  msgid "Phone number:"
62
  msgstr "电话:"
63
 
64
  #: contact_form.php:84
65
- #: contact_form.php:858
66
- #: contact_form.php:888
67
  msgid "Subject:"
68
  msgstr "主题:"
69
 
70
  #: contact_form.php:85
71
- #: contact_form.php:859
72
- #: contact_form.php:889
73
  msgid "Message:"
74
  msgstr "内容:"
75
 
76
  #: contact_form.php:86
77
- #: contact_form.php:860
78
- #: contact_form.php:890
79
  msgid "Attachment:"
80
  msgstr "附件:"
81
 
@@ -84,14 +72,14 @@ msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI,
84
  msgstr "支持的文件类型: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. 最大文件限制: 2MB"
85
 
86
  #: contact_form.php:88
87
- #: contact_form.php:862
88
- #: contact_form.php:892
89
  msgid "Send me a copy"
90
  msgstr "抄送一份给我"
91
 
92
  #: contact_form.php:89
93
- #: contact_form.php:863
94
- #: contact_form.php:893
95
  msgid "Submit"
96
  msgstr "提交"
97
 
@@ -147,723 +135,821 @@ msgstr "请改正,然后再试一次。"
147
  msgid "Thank you for contacting us."
148
  msgstr "感谢您与我们联系。"
149
 
150
- #: contact_form.php:203
151
  msgid "requires"
152
  msgstr "必填"
153
 
154
- #: contact_form.php:203
155
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
156
  msgstr "或更高,这就是为什么它已停用!请升级WordPress和再试一次。"
157
 
158
- #: contact_form.php:203
159
  msgid "Back to the WordPress"
160
  msgstr "回到 WordPress"
161
 
162
- #: contact_form.php:203
163
  msgid "Plugins page"
164
  msgstr "插件页面"
165
 
166
- #: contact_form.php:494
167
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
168
  msgstr "如果'重定向到页面“选项被选中,那么URL字段应为以下格式。"
169
 
170
- #: contact_form.php:503
171
  msgid "Such user does not exist. Settings are not saved."
172
  msgstr "用户不存在。设置不被保存。"
173
 
174
- #: contact_form.php:507
175
- #: contact_form.php:513
176
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
177
  msgstr "请在“发件人”字段输入一个有效的电子邮件地址。设置不被保存。"
178
 
179
- #: contact_form.php:518
180
  msgid "Settings saved."
181
  msgstr "设置已保存。"
182
 
183
- #: contact_form.php:540
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
184
  msgid "Notice:"
185
  msgstr ""
186
 
187
- #: contact_form.php:540
188
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
189
  msgstr ""
190
 
191
- #: contact_form.php:543
192
- #: contact_form.php:973
193
- #: contact_form.php:1838
194
- #: contact_form.php:1849
195
  msgid "Settings"
196
  msgstr "设置"
197
 
198
- #: contact_form.php:544
199
- #: contact_form.php:974
200
  msgid "Extra settings"
201
  msgstr "额外的设置"
202
 
203
- #: contact_form.php:549
204
- #: contact_form.php:1236
 
 
 
 
205
  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:"
206
  msgstr "如果你想添加联系表单到你的网站,只需复制并粘贴短码到您的文章、页面或部件:"
207
 
208
- #: contact_form.php:549
209
- #: contact_form.php:550
210
- #: contact_form.php:877
211
- #: contact_form.php:926
212
  msgid "or"
213
  msgstr "或"
214
 
215
- #: contact_form.php:550
216
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
217
  msgstr "如果用标准短码[contact_form]遇到任何问题,你应该使用短代码"
218
 
219
- #: contact_form.php:551
220
  msgid "They work the same way."
221
  msgstr "他们的运作方式相同。"
222
 
223
- #: contact_form.php:552
224
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
225
  msgstr "如果你留下字段为空,消息将在注册过程中被发送到指定的电子邮件地址。"
226
 
227
- #: contact_form.php:556
228
  msgid "The user's email address:"
229
  msgstr "用户的电子邮件地址:"
230
 
231
- #: contact_form.php:560
232
  msgid "Create a username"
233
  msgstr "新建一个用户名"
234
 
235
- #: contact_form.php:565
236
  msgid "Enter a username of the person who should get the messages from the contact form."
237
  msgstr "请输入从联系的表单获得消息的人的名字。"
238
 
239
- #: contact_form.php:569
240
  msgid "Use this email address:"
241
  msgstr "使用这个邮箱地址:"
242
 
243
- #: contact_form.php:572
244
  msgid "Enter the email address you want the messages forwarded to."
245
  msgstr "输入你要转发消息的电子邮件地址。"
246
 
247
- #: contact_form.php:578
248
  msgid "Add department selectbox to the contact form:"
249
  msgstr "添加部门选择框到联系表单:"
250
 
251
- #: contact_form.php:586
252
- #: contact_form.php:1131
253
  msgid "If you upgrade to Pro version all your settings will be saved."
254
  msgstr ""
255
 
256
- #: contact_form.php:591
257
- #: contact_form.php:728
258
- #: contact_form.php:799
259
- #: contact_form.php:981
260
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
261
  msgstr "此功能在Pro版本的插件可用。有关详细信息,请参考链接"
262
 
263
- #: contact_form.php:598
 
 
 
 
 
 
 
264
  msgid "Save emails to the database"
265
  msgstr "将邮件保存到数据库"
266
 
267
- #: contact_form.php:608
268
- #: contact_form.php:611
269
- #: contact_form.php:615
 
 
 
 
 
 
 
 
 
 
270
  msgid "Using Contact Form to DB powered by"
271
  msgstr "使用联系表单到DB powered by"
272
 
273
- #: contact_form.php:611
274
  msgid "Activate Contact Form to DB"
275
  msgstr "激活联系表单到DB"
276
 
277
- #: contact_form.php:615
278
  msgid "Download Contact Form to DB"
279
  msgstr "下载联系表单到DB"
280
 
281
- #: contact_form.php:620
282
  msgid "Additional options"
283
  msgstr "附加选项"
284
 
285
- #: contact_form.php:622
286
  msgid "Show"
287
  msgstr "显示"
288
 
289
- #: contact_form.php:623
290
  msgid "Hide"
291
  msgstr "隐藏"
292
 
293
- #: contact_form.php:627
294
  msgid "What to use?"
295
  msgstr "使用什么呢?"
296
 
297
- #: contact_form.php:630
298
  msgid "Wp-mail"
299
  msgstr "Wp-mail"
300
 
301
- #: contact_form.php:630
302
  msgid "You can use the wp_mail function for mailing"
303
  msgstr "您可以使用wp_mail的邮件功能"
304
 
305
- #: contact_form.php:632
306
  msgid "Mail"
307
  msgstr "邮件"
308
 
309
- #: contact_form.php:632
310
  msgid "To send mail you can use the php mail function"
311
  msgstr "要发送邮件,可以使用PHP的邮件功能"
312
 
313
- #: contact_form.php:636
314
  msgid "The text in the 'From' field"
315
  msgstr "“发件人”字段中的文本"
316
 
317
- #: contact_form.php:638
318
  msgid "User name"
319
  msgstr "用户名"
320
 
321
- #: contact_form.php:639
322
  msgid "The name of the user who fills the form will be used in the field 'From'."
323
  msgstr "填充表单的用户的名字将被显示为'发件人'"
324
 
325
- #: contact_form.php:642
326
  msgid "This text will be used in the 'FROM' field"
327
  msgstr "此文字将用于 'FROM' 栏"
328
 
329
- #: contact_form.php:646
330
  msgid "The email address in the 'From' field"
331
  msgstr "“发件人”字段中的电子邮件地址"
332
 
333
- #: contact_form.php:648
334
  msgid "User email"
335
  msgstr "用户的电子邮件"
336
 
337
- #: contact_form.php:649
338
  msgid "The email address of the user who fills the form will be used in the field 'From'."
339
  msgstr "填充表单的用户的电子邮箱地址将被显示为'发件人'"
340
 
341
- #: contact_form.php:652
342
  msgid "This email address will be used in the 'From' field."
343
  msgstr "此电子邮件地址将被用于在“发件人”字段。"
344
 
345
- #: contact_form.php:656
346
  msgid "Required symbol"
347
  msgstr "必填符号"
348
 
349
- #: contact_form.php:666
350
  msgid "Fields"
351
  msgstr ""
352
 
353
- #: contact_form.php:667
354
  msgid "Used"
355
  msgstr ""
356
 
357
- #: contact_form.php:668
358
  #, fuzzy
359
  msgid "Required"
360
  msgstr "必填"
361
 
362
- #: contact_form.php:669
363
  msgid "Visible"
364
  msgstr ""
365
 
366
- #: contact_form.php:670
367
  msgid "Disabled for editing"
368
  msgstr ""
369
 
370
- #: contact_form.php:671
371
  msgid "Field's default value"
372
  msgstr ""
373
 
374
- #: contact_form.php:676
375
- #: contact_form.php:1006
376
- #: contact_form.php:1679
377
- #: contact_form.php:1709
378
  msgid "Name"
379
  msgstr "姓名"
380
 
381
- #: contact_form.php:684
382
- #: contact_form.php:1011
383
- #: contact_form.php:1683
384
- #: contact_form.php:1711
385
  msgid "Address"
386
  msgstr "地址"
387
 
388
- #: contact_form.php:692
389
  msgid "Email Address"
390
  msgstr "电子邮箱"
391
 
392
- #: contact_form.php:700
393
  #, fuzzy
394
  msgid "Phone number"
395
  msgstr "电话:"
396
 
397
- #: contact_form.php:708
398
- #: contact_form.php:1026
399
- #: contact_form.php:1693
400
- #: contact_form.php:1715
401
  msgid "Subject"
402
  msgstr "主题"
403
 
404
- #: contact_form.php:716
405
- #: contact_form.php:1030
406
- #: contact_form.php:1696
407
- #: contact_form.php:1716
408
  msgid "Message"
409
  msgstr "内容"
410
 
411
- #: contact_form.php:734
412
  msgid "Attachment block"
413
  msgstr "附件区块"
414
 
415
- #: contact_form.php:736
416
  msgid "Users can attach the following file formats"
417
  msgstr "用户可以将以下文件格式"
418
 
419
- #: contact_form.php:750
420
  msgid "Add to the form"
421
  msgstr ""
422
 
423
- #: contact_form.php:755
424
  #, fuzzy
425
  msgid "Tips below the Attachment"
426
  msgstr "下面的附件块的提示"
427
 
428
- #: contact_form.php:764
429
  #, fuzzy
430
  msgid "'Send me a copy' block"
431
  msgstr "显示'发送副本给我'区块"
432
 
433
- #: contact_form.php:777
434
- #: contact_form.php:780
435
- #: contact_form.php:784
436
- #: contact_form.php:1040
437
  msgid "Captcha"
438
  msgstr "Captcha"
439
 
440
- #: contact_form.php:777
441
- #: contact_form.php:780
442
- #: contact_form.php:784
443
- msgid "powered by"
444
- msgstr "powered by"
445
-
446
- #: contact_form.php:780
447
  msgid "Activate captcha"
448
  msgstr "激活captcha"
449
 
450
- #: contact_form.php:784
451
  msgid "Download captcha"
452
  msgstr "下载captcha"
453
 
454
- #: contact_form.php:792
455
  msgid "Agreement checkbox"
456
  msgstr ""
457
 
458
- #: contact_form.php:792
459
  msgid "Required checkbox for submitting the form"
460
  msgstr ""
461
 
462
- #: contact_form.php:793
463
  msgid "Optional checkbox"
464
  msgstr ""
465
 
466
- #: contact_form.php:793
467
  msgid "Optional checkbox, the results of which will be displayed in email"
468
  msgstr ""
469
 
470
- #: contact_form.php:804
471
  msgid "Delete an attachment file from the server after the email is sent"
472
  msgstr "发送的电子邮件后从服务器删除附件文件"
473
 
474
- #: contact_form.php:810
475
  msgid "Email in HTML format sending"
476
  msgstr ""
477
 
478
- #: contact_form.php:814
479
  msgid "Display additional info in the email"
480
  msgstr "在电子邮件中显示附加信息"
481
 
482
- #: contact_form.php:819
483
- #: contact_form.php:1646
484
- #: contact_form.php:1648
485
  msgid "Sent from (ip address)"
486
  msgstr "发送(IP地址)"
487
 
488
- #: contact_form.php:819
489
  msgid "Example: Sent from (IP address):\t127.0.0.1"
490
  msgstr "例如: 发送 (IP地址):\t127.0.0.1"
491
 
492
- #: contact_form.php:820
493
- #: contact_form.php:1652
494
- #: contact_form.php:1654
495
  msgid "Date/Time"
496
  msgstr "日期/时间"
497
 
498
- #: contact_form.php:820
499
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
500
  msgstr "例如:日期/时间:\tAugust 19, 2013 8:50 pm"
501
 
502
- #: contact_form.php:821
503
- #: contact_form.php:1658
504
- #: contact_form.php:1660
505
  msgid "Sent from (referer)"
506
  msgstr "发送 (请求)"
507
 
508
- #: contact_form.php:821
509
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
510
  msgstr "示例:发送 (请求):\thttp://bestwebsoft.com/contacts/contact-us/"
511
 
512
- #: contact_form.php:822
513
- #: contact_form.php:1664
514
- #: contact_form.php:1666
515
  msgid "Using (user agent)"
516
  msgstr "使用(用户代理)"
517
 
518
- #: contact_form.php:822
519
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
520
  msgstr "示例:使用(用户代理):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
521
 
522
- #: contact_form.php:826
523
  msgid "Language settings for the field names in the form"
524
  msgstr "表单中的字段名语言设置"
525
 
526
- #: contact_form.php:835
527
  msgid "Add a language"
528
  msgstr "添加一种语言"
529
 
530
- #: contact_form.php:839
531
  msgid "Change the names of the contact form fields and error messages"
532
  msgstr "更改联系表单字段和错误消息和名称"
533
 
534
- #: contact_form.php:844
535
- #: contact_form.php:917
536
  msgid "English"
537
  msgstr "英语"
538
 
539
- #: contact_form.php:861
540
- #: contact_form.php:891
 
 
 
 
 
541
  msgid "Tips below the Attachment block"
542
  msgstr "下面的附件块的提示"
543
 
544
- #: contact_form.php:864
545
- #: contact_form.php:894
546
  msgid "Error message for the Name field"
547
  msgstr "“姓名”字段中的错误消息"
548
 
549
- #: contact_form.php:865
550
- #: contact_form.php:895
551
  msgid "Error message for the Address field"
552
  msgstr "“地址”字段的错误信息"
553
 
554
- #: contact_form.php:866
555
- #: contact_form.php:896
556
  msgid "Error message for the Email field"
557
  msgstr "“电子邮件”字段的错误消息"
558
 
559
- #: contact_form.php:867
560
- #: contact_form.php:897
561
  msgid "Error message for the Phone field"
562
  msgstr "“电话”字段的错误信息"
563
 
564
- #: contact_form.php:868
565
- #: contact_form.php:898
566
  msgid "Error message for the Subject field"
567
  msgstr "“主题”字段的错误消息"
568
 
569
- #: contact_form.php:869
570
- #: contact_form.php:899
571
  msgid "Error message for the Message field"
572
  msgstr "“消息”字段的错误消息"
573
 
574
- #: contact_form.php:870
575
- #: contact_form.php:900
576
  msgid "Error message about the file type for the Attachment field"
577
  msgstr "附件栏的文件类型错误讯息"
578
 
579
- #: contact_form.php:871
580
- #: contact_form.php:901
581
  msgid "Error message while uploading a file for the Attachment field to the server"
582
  msgstr "从附件栏上传一个文件到服务器的错误信息"
583
 
584
- #: contact_form.php:872
585
- #: contact_form.php:902
586
  msgid "Error message while moving the file for the Attachment field"
587
  msgstr "从附件栏移动文件的错误信息"
588
 
589
- #: contact_form.php:873
590
- #: contact_form.php:903
591
  msgid "Error message when file size limit for the Attachment field is exceeded"
592
  msgstr "超过文件大小限制附件字段时出现错误消息"
593
 
594
- #: contact_form.php:874
595
- #: contact_form.php:904
596
  msgid "Error message for the Captcha field"
597
  msgstr "Captcha字段的错误消息"
598
 
599
- #: contact_form.php:875
600
- #: contact_form.php:905
601
  msgid "Error message for the whole form"
602
  msgstr "整个表单的错误消息"
603
 
604
- #: contact_form.php:877
605
- #: contact_form.php:907
606
- #: contact_form.php:926
607
- #: contact_form.php:932
608
  msgid "Use shortcode"
609
  msgstr "使用简码"
610
 
611
- #: contact_form.php:877
612
- #: contact_form.php:907
613
- #: contact_form.php:926
614
- #: contact_form.php:932
615
  msgid "for this language"
616
  msgstr "此语言"
617
 
618
- #: contact_form.php:914
619
  msgid "Action after email is sent"
620
  msgstr "发送电子邮件后行动"
621
 
622
- #: contact_form.php:916
623
  msgid "Display text"
624
  msgstr "显示文本"
625
 
626
- #: contact_form.php:925
627
- #: contact_form.php:931
628
  msgid "Text"
629
  msgstr "文本"
630
 
631
- #: contact_form.php:938
632
  msgid "Redirect to the page"
633
  msgstr "重定向到的页面"
634
 
635
- #: contact_form.php:939
636
  msgid "Url"
637
  msgstr "Url"
638
 
639
- #: contact_form.php:944
640
- #: contact_form.php:1137
641
  msgid "Save Changes"
642
  msgstr "保存更改"
643
 
644
- #: contact_form.php:950
645
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
646
  msgstr ""
647
 
648
- #: contact_form.php:951
649
  #, fuzzy
650
  msgid "Rate the plugin"
651
  msgstr "Рекомендовані плагіни"
652
 
653
- #: contact_form.php:954
654
  #, fuzzy
655
  msgid "If there is something wrong about it, please contact us"
656
  msgstr "Якщо у вас є запитання, звертайтесь на plugin@bestwebsoft.com або заповніть контактну форму на нашому сайті"
657
 
658
- #: contact_form.php:971
659
- msgid "Contact Form Pro | Extra Settings"
660
- msgstr "Contact Form Pro | Extra Settings"
661
-
662
- #: contact_form.php:986
663
  msgid "Errors output"
664
  msgstr "错误输出"
665
 
666
- #: contact_form.php:989
667
  msgid "Display error messages"
668
  msgstr "显示错误消息"
669
 
670
- #: contact_form.php:990
671
  msgid "Color of the input field errors."
672
  msgstr "输入栏错误的颜色。"
673
 
674
- #: contact_form.php:991
675
  msgid "Display error messages & color of the input field errors"
676
  msgstr "显示输入栏错误的错误消息和颜色"
677
 
678
- #: contact_form.php:996
679
  msgid "Add placeholder to the input blocks"
680
  msgstr "添加占位符输入块"
681
 
682
- #: contact_form.php:1002
683
  msgid "Add tooltips"
684
  msgstr "添加工具提示"
685
 
686
- #: contact_form.php:1016
687
  msgid "Email address"
688
  msgstr "电子邮箱"
689
 
690
- #: contact_form.php:1021
691
  msgid "Phone Number"
692
  msgstr "电话号码"
693
 
694
- #: contact_form.php:1035
695
  msgid "Attachment"
696
  msgstr "附件"
697
 
698
- #: contact_form.php:1040
699
  msgid "(powered by bestwebsoft.com)"
700
  msgstr "(powered by bestwebsoft.com)"
701
 
702
- #: contact_form.php:1045
703
  msgid "Style options"
704
  msgstr "风格选择"
705
 
706
- #: contact_form.php:1048
707
  msgid "Text color"
708
  msgstr "文字颜色"
709
 
710
- #: contact_form.php:1051
711
- #: contact_form.php:1056
712
- #: contact_form.php:1066
713
- #: contact_form.php:1071
714
- #: contact_form.php:1076
715
- #: contact_form.php:1081
716
- #: contact_form.php:1091
717
- #: contact_form.php:1096
718
- #: contact_form.php:1102
719
- #: contact_form.php:1113
720
- #: contact_form.php:1118
721
- #: contact_form.php:1123
722
  msgid "Default"
723
  msgstr "默认"
724
 
725
- #: contact_form.php:1053
726
  msgid "Label text color"
727
  msgstr "标签文字颜色"
728
 
729
- #: contact_form.php:1058
730
  msgid "Placeholder color"
731
  msgstr "占位符的颜色"
732
 
733
- #: contact_form.php:1063
734
  msgid "Errors color"
735
  msgstr "错误颜色"
736
 
737
- #: contact_form.php:1068
738
  msgid "Error text color"
739
  msgstr "错误文字颜色"
740
 
741
- #: contact_form.php:1073
742
  msgid "Background color of the input field errors"
743
  msgstr "输入栏错误的背景颜色"
744
 
745
- #: contact_form.php:1078
746
  msgid "Border color of the input field errors"
747
  msgstr "输入栏错误的边框颜色"
748
 
749
- #: contact_form.php:1083
750
  msgid "Placeholder color of the input field errors"
751
  msgstr "输入栏错误的占位符颜色"
752
 
753
- #: contact_form.php:1088
754
  msgid "Input fields"
755
  msgstr "输入栏"
756
 
757
- #: contact_form.php:1093
758
  msgid "Input fields background color"
759
  msgstr "输入栏的背景颜色"
760
 
761
- #: contact_form.php:1098
762
  msgid "Text fields color"
763
  msgstr "文本字段颜色"
764
 
765
- #: contact_form.php:1100
766
  msgid "Border width in px, numbers only"
767
  msgstr "边框宽度(像素,数字)"
768
 
769
- #: contact_form.php:1104
770
- #: contact_form.php:1125
771
  msgid "Border color"
772
  msgstr "边框颜色"
773
 
774
- #: contact_form.php:1109
775
  msgid "Submit button"
776
  msgstr "“提交”按钮"
777
 
778
- #: contact_form.php:1111
779
  msgid "Width in px, numbers only"
780
  msgstr "Width in px, numbers only"
781
 
782
- #: contact_form.php:1115
783
  msgid "Button color"
784
  msgstr "按钮的颜色"
785
 
786
- #: contact_form.php:1120
787
  msgid "Button text color"
788
  msgstr "按钮的文字颜色"
789
 
790
- #: contact_form.php:1141
791
  msgid "Contact Form Pro | Preview"
792
  msgstr "联系表单(Pro) | 预览"
793
 
794
- #: contact_form.php:1144
795
  msgid "Show with errors"
796
  msgstr "显示错误"
797
 
798
- #: contact_form.php:1152
799
- #: contact_form.php:1154
800
  msgid "Please enter your full name..."
801
  msgstr "请输入您的全名..."
802
 
803
- #: contact_form.php:1165
804
- #: contact_form.php:1167
805
  msgid "Please enter your address..."
806
  msgstr "请输入您的地址..."
807
 
808
- #: contact_form.php:1176
809
- #: contact_form.php:1178
810
  msgid "Please enter your email address..."
811
  msgstr "请输入你的电子邮件地址..."
812
 
813
- #: contact_form.php:1187
814
- #: contact_form.php:1189
815
  msgid "Please enter your phone number..."
816
  msgstr "请输入你的手机号码..."
817
 
818
- #: contact_form.php:1198
819
- #: contact_form.php:1200
820
  msgid "Please enter subject..."
821
  msgstr "请输入主题..."
822
 
823
- #: contact_form.php:1208
824
- #: contact_form.php:1210
825
  msgid "Please enter your message..."
826
  msgstr "请输入你的信息"
827
 
828
- #: contact_form.php:1287
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
829
  msgid "Sorry, email message could not be delivered."
830
  msgstr "对不起,电子邮件讯息无法传递。"
831
 
832
- #: contact_form.php:1673
833
  msgid "Contact from"
834
  msgstr "联系表单"
835
 
836
- #: contact_form.php:1686
837
- #: contact_form.php:1712
838
  msgid "Email"
839
  msgstr "邮箱"
840
 
841
- #: contact_form.php:1690
842
- #: contact_form.php:1714
843
  msgid "Phone"
844
  msgstr "电话"
845
 
846
- #: contact_form.php:1699
847
- #: contact_form.php:1717
848
  msgid "Site"
849
  msgstr "站点"
850
 
851
- #: contact_form.php:1780
852
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
853
  msgstr "如果你能看到这个MIME,这意味着你的电子邮件客户端不支持该MIME类型!"
854
 
855
- #: contact_form.php:1850
856
  msgid "FAQ"
857
  msgstr "常问问题"
858
 
859
- #: contact_form.php:1851
860
  msgid "Support"
861
  msgstr "支持"
862
 
863
- #: contact_form.php:1910
864
  msgid "Are you sure that you want to delete this language data?"
865
  msgstr "您确定要删除此语言数据吗"
866
 
 
 
 
 
 
 
867
  #~ msgid "Display fields"
868
  #~ msgstr "显示字段"
869
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-31 18:16+0300\n"
6
+ "PO-Revision-Date: 2014-01-31 18:16+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: kplam <kplam@qq.com>\n"
9
  "Language: zh_CN\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:33
20
+ #: contact_form.php:659
21
  msgid "Contact Form Settings"
22
  msgstr "联系表单设置"
23
 
24
+ #: contact_form.php:33
25
  msgid "Contact Form"
26
  msgstr "联系表单"
27
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  #: contact_form.php:80
29
+ #: contact_form.php:977
30
+ #: contact_form.php:1007
31
  msgid "Name:"
32
  msgstr "姓名:"
33
 
34
  #: contact_form.php:81
35
+ #: contact_form.php:978
36
+ #: contact_form.php:1008
37
  msgid "Address:"
38
  msgstr "地址:"
39
 
40
  #: contact_form.php:82
41
+ #: contact_form.php:979
42
+ #: contact_form.php:1009
43
  msgid "Email Address:"
44
  msgstr "电子邮箱:"
45
 
46
  #: contact_form.php:83
47
+ #: contact_form.php:980
48
+ #: contact_form.php:1010
49
  msgid "Phone number:"
50
  msgstr "电话:"
51
 
52
  #: contact_form.php:84
53
+ #: contact_form.php:981
54
+ #: contact_form.php:1011
55
  msgid "Subject:"
56
  msgstr "主题:"
57
 
58
  #: contact_form.php:85
59
+ #: contact_form.php:982
60
+ #: contact_form.php:1012
61
  msgid "Message:"
62
  msgstr "内容:"
63
 
64
  #: contact_form.php:86
65
+ #: contact_form.php:983
66
+ #: contact_form.php:1013
67
  msgid "Attachment:"
68
  msgstr "附件:"
69
 
72
  msgstr "支持的文件类型: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. 最大文件限制: 2MB"
73
 
74
  #: contact_form.php:88
75
+ #: contact_form.php:985
76
+ #: contact_form.php:1015
77
  msgid "Send me a copy"
78
  msgstr "抄送一份给我"
79
 
80
  #: contact_form.php:89
81
+ #: contact_form.php:986
82
+ #: contact_form.php:1016
83
  msgid "Submit"
84
  msgstr "提交"
85
 
135
  msgid "Thank you for contacting us."
136
  msgstr "感谢您与我们联系。"
137
 
138
+ #: contact_form.php:202
139
  msgid "requires"
140
  msgstr "必填"
141
 
142
+ #: contact_form.php:202
143
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
144
  msgstr "或更高,这就是为什么它已停用!请升级WordPress和再试一次。"
145
 
146
+ #: contact_form.php:202
147
  msgid "Back to the WordPress"
148
  msgstr "回到 WordPress"
149
 
150
+ #: contact_form.php:202
151
  msgid "Plugins page"
152
  msgstr "插件页面"
153
 
154
+ #: contact_form.php:493
155
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
156
  msgstr "如果'重定向到页面“选项被选中,那么URL字段应为以下格式。"
157
 
158
+ #: contact_form.php:502
159
  msgid "Such user does not exist. Settings are not saved."
160
  msgstr "用户不存在。设置不被保存。"
161
 
162
+ #: contact_form.php:506
163
+ #: contact_form.php:512
164
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
165
  msgstr "请在“发件人”字段输入一个有效的电子邮件地址。设置不被保存。"
166
 
167
+ #: contact_form.php:517
168
  msgid "Settings saved."
169
  msgstr "设置已保存。"
170
 
171
+ #: contact_form.php:553
172
+ #: contact_form.php:592
173
+ msgid "Wrong license key"
174
+ msgstr ""
175
+
176
+ #: contact_form.php:585
177
+ msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
178
+ msgstr ""
179
+
180
+ #: contact_form.php:594
181
+ msgid "This license key is bind to another site"
182
+ msgstr ""
183
+
184
+ #: contact_form.php:596
185
+ #: contact_form.php:1382
186
+ msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
187
+ msgstr ""
188
+
189
+ #: contact_form.php:614
190
+ msgid "Failed to open the zip archive. Please, upload the plugin manually"
191
+ msgstr ""
192
+
193
+ #: contact_form.php:620
194
+ msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
195
+ msgstr ""
196
+
197
+ #: contact_form.php:624
198
+ #: contact_form.php:633
199
+ msgid "Failed to download the zip archive. Please, upload the plugin manually"
200
+ msgstr ""
201
+
202
+ #: contact_form.php:637
203
+ msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
204
+ msgstr ""
205
+
206
+ #: contact_form.php:652
207
+ #, fuzzy
208
+ msgid "Please, enter Your license key"
209
+ msgstr "请输入你的信息"
210
+
211
+ #: contact_form.php:661
212
  msgid "Notice:"
213
  msgstr ""
214
 
215
+ #: contact_form.php:661
216
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
217
  msgstr ""
218
 
219
+ #: contact_form.php:664
220
+ #: contact_form.php:1990
221
+ #: contact_form.php:2001
 
222
  msgid "Settings"
223
  msgstr "设置"
224
 
225
+ #: contact_form.php:665
 
226
  msgid "Extra settings"
227
  msgstr "额外的设置"
228
 
229
+ #: contact_form.php:666
230
+ msgid "Go PRO"
231
+ msgstr ""
232
+
233
+ #: contact_form.php:672
234
+ #: contact_form.php:1341
235
  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:"
236
  msgstr "如果你想添加联系表单到你的网站,只需复制并粘贴短码到您的文章、页面或部件:"
237
 
238
+ #: contact_form.php:672
239
+ #: contact_form.php:673
240
+ #: contact_form.php:1000
241
+ #: contact_form.php:1049
242
  msgid "or"
243
  msgstr "或"
244
 
245
+ #: contact_form.php:673
246
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
247
  msgstr "如果用标准短码[contact_form]遇到任何问题,你应该使用短代码"
248
 
249
+ #: contact_form.php:674
250
  msgid "They work the same way."
251
  msgstr "他们的运作方式相同。"
252
 
253
+ #: contact_form.php:675
254
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
255
  msgstr "如果你留下字段为空,消息将在注册过程中被发送到指定的电子邮件地址。"
256
 
257
+ #: contact_form.php:679
258
  msgid "The user's email address:"
259
  msgstr "用户的电子邮件地址:"
260
 
261
+ #: contact_form.php:683
262
  msgid "Create a username"
263
  msgstr "新建一个用户名"
264
 
265
+ #: contact_form.php:688
266
  msgid "Enter a username of the person who should get the messages from the contact form."
267
  msgstr "请输入从联系的表单获得消息的人的名字。"
268
 
269
+ #: contact_form.php:692
270
  msgid "Use this email address:"
271
  msgstr "使用这个邮箱地址:"
272
 
273
+ #: contact_form.php:695
274
  msgid "Enter the email address you want the messages forwarded to."
275
  msgstr "输入你要转发消息的电子邮件地址。"
276
 
277
+ #: contact_form.php:701
278
  msgid "Add department selectbox to the contact form:"
279
  msgstr "添加部门选择框到联系表单:"
280
 
281
+ #: contact_form.php:709
282
+ #: contact_form.php:1236
283
  msgid "If you upgrade to Pro version all your settings will be saved."
284
  msgstr ""
285
 
286
+ #: contact_form.php:714
287
+ #: contact_form.php:851
288
+ #: contact_form.php:922
289
+ #: contact_form.php:1086
290
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
291
  msgstr "此功能在Pro版本的插件可用。有关详细信息,请参考链接"
292
 
293
+ #: contact_form.php:715
294
+ #: contact_form.php:852
295
+ #: contact_form.php:923
296
+ #: contact_form.php:1087
297
+ msgid "Contact Form Pro"
298
+ msgstr "联系表格(Pro)"
299
+
300
+ #: contact_form.php:721
301
  msgid "Save emails to the database"
302
  msgstr "将邮件保存到数据库"
303
 
304
+ #: contact_form.php:731
305
+ msgid "Using"
306
+ msgstr ""
307
+
308
+ #: contact_form.php:731
309
+ #: contact_form.php:900
310
+ #: contact_form.php:903
311
+ #: contact_form.php:907
312
+ msgid "powered by"
313
+ msgstr "powered by"
314
+
315
+ #: contact_form.php:734
316
+ #: contact_form.php:738
317
  msgid "Using Contact Form to DB powered by"
318
  msgstr "使用联系表单到DB powered by"
319
 
320
+ #: contact_form.php:734
321
  msgid "Activate Contact Form to DB"
322
  msgstr "激活联系表单到DB"
323
 
324
+ #: contact_form.php:738
325
  msgid "Download Contact Form to DB"
326
  msgstr "下载联系表单到DB"
327
 
328
+ #: contact_form.php:743
329
  msgid "Additional options"
330
  msgstr "附加选项"
331
 
332
+ #: contact_form.php:745
333
  msgid "Show"
334
  msgstr "显示"
335
 
336
+ #: contact_form.php:746
337
  msgid "Hide"
338
  msgstr "隐藏"
339
 
340
+ #: contact_form.php:750
341
  msgid "What to use?"
342
  msgstr "使用什么呢?"
343
 
344
+ #: contact_form.php:753
345
  msgid "Wp-mail"
346
  msgstr "Wp-mail"
347
 
348
+ #: contact_form.php:753
349
  msgid "You can use the wp_mail function for mailing"
350
  msgstr "您可以使用wp_mail的邮件功能"
351
 
352
+ #: contact_form.php:755
353
  msgid "Mail"
354
  msgstr "邮件"
355
 
356
+ #: contact_form.php:755
357
  msgid "To send mail you can use the php mail function"
358
  msgstr "要发送邮件,可以使用PHP的邮件功能"
359
 
360
+ #: contact_form.php:759
361
  msgid "The text in the 'From' field"
362
  msgstr "“发件人”字段中的文本"
363
 
364
+ #: contact_form.php:761
365
  msgid "User name"
366
  msgstr "用户名"
367
 
368
+ #: contact_form.php:762
369
  msgid "The name of the user who fills the form will be used in the field 'From'."
370
  msgstr "填充表单的用户的名字将被显示为'发件人'"
371
 
372
+ #: contact_form.php:765
373
  msgid "This text will be used in the 'FROM' field"
374
  msgstr "此文字将用于 'FROM' 栏"
375
 
376
+ #: contact_form.php:769
377
  msgid "The email address in the 'From' field"
378
  msgstr "“发件人”字段中的电子邮件地址"
379
 
380
+ #: contact_form.php:771
381
  msgid "User email"
382
  msgstr "用户的电子邮件"
383
 
384
+ #: contact_form.php:772
385
  msgid "The email address of the user who fills the form will be used in the field 'From'."
386
  msgstr "填充表单的用户的电子邮箱地址将被显示为'发件人'"
387
 
388
+ #: contact_form.php:775
389
  msgid "This email address will be used in the 'From' field."
390
  msgstr "此电子邮件地址将被用于在“发件人”字段。"
391
 
392
+ #: contact_form.php:779
393
  msgid "Required symbol"
394
  msgstr "必填符号"
395
 
396
+ #: contact_form.php:789
397
  msgid "Fields"
398
  msgstr ""
399
 
400
+ #: contact_form.php:790
401
  msgid "Used"
402
  msgstr ""
403
 
404
+ #: contact_form.php:791
405
  #, fuzzy
406
  msgid "Required"
407
  msgstr "必填"
408
 
409
+ #: contact_form.php:792
410
  msgid "Visible"
411
  msgstr ""
412
 
413
+ #: contact_form.php:793
414
  msgid "Disabled for editing"
415
  msgstr ""
416
 
417
+ #: contact_form.php:794
418
  msgid "Field's default value"
419
  msgstr ""
420
 
421
+ #: contact_form.php:799
422
+ #: contact_form.php:1111
423
+ #: contact_form.php:1831
424
+ #: contact_form.php:1861
425
  msgid "Name"
426
  msgstr "姓名"
427
 
428
+ #: contact_form.php:807
429
+ #: contact_form.php:1116
430
+ #: contact_form.php:1835
431
+ #: contact_form.php:1863
432
  msgid "Address"
433
  msgstr "地址"
434
 
435
+ #: contact_form.php:815
436
  msgid "Email Address"
437
  msgstr "电子邮箱"
438
 
439
+ #: contact_form.php:823
440
  #, fuzzy
441
  msgid "Phone number"
442
  msgstr "电话:"
443
 
444
+ #: contact_form.php:831
445
+ #: contact_form.php:1131
446
+ #: contact_form.php:1845
447
+ #: contact_form.php:1867
448
  msgid "Subject"
449
  msgstr "主题"
450
 
451
+ #: contact_form.php:839
452
+ #: contact_form.php:1135
453
+ #: contact_form.php:1848
454
+ #: contact_form.php:1868
455
  msgid "Message"
456
  msgstr "内容"
457
 
458
+ #: contact_form.php:857
459
  msgid "Attachment block"
460
  msgstr "附件区块"
461
 
462
+ #: contact_form.php:859
463
  msgid "Users can attach the following file formats"
464
  msgstr "用户可以将以下文件格式"
465
 
466
+ #: contact_form.php:873
467
  msgid "Add to the form"
468
  msgstr ""
469
 
470
+ #: contact_form.php:878
471
  #, fuzzy
472
  msgid "Tips below the Attachment"
473
  msgstr "下面的附件块的提示"
474
 
475
+ #: contact_form.php:887
476
  #, fuzzy
477
  msgid "'Send me a copy' block"
478
  msgstr "显示'发送副本给我'区块"
479
 
480
+ #: contact_form.php:900
481
+ #: contact_form.php:903
482
+ #: contact_form.php:907
483
+ #: contact_form.php:1145
484
  msgid "Captcha"
485
  msgstr "Captcha"
486
 
487
+ #: contact_form.php:903
 
 
 
 
 
 
488
  msgid "Activate captcha"
489
  msgstr "激活captcha"
490
 
491
+ #: contact_form.php:907
492
  msgid "Download captcha"
493
  msgstr "下载captcha"
494
 
495
+ #: contact_form.php:915
496
  msgid "Agreement checkbox"
497
  msgstr ""
498
 
499
+ #: contact_form.php:915
500
  msgid "Required checkbox for submitting the form"
501
  msgstr ""
502
 
503
+ #: contact_form.php:916
504
  msgid "Optional checkbox"
505
  msgstr ""
506
 
507
+ #: contact_form.php:916
508
  msgid "Optional checkbox, the results of which will be displayed in email"
509
  msgstr ""
510
 
511
+ #: contact_form.php:927
512
  msgid "Delete an attachment file from the server after the email is sent"
513
  msgstr "发送的电子邮件后从服务器删除附件文件"
514
 
515
+ #: contact_form.php:933
516
  msgid "Email in HTML format sending"
517
  msgstr ""
518
 
519
+ #: contact_form.php:937
520
  msgid "Display additional info in the email"
521
  msgstr "在电子邮件中显示附加信息"
522
 
523
+ #: contact_form.php:942
524
+ #: contact_form.php:1798
525
+ #: contact_form.php:1800
526
  msgid "Sent from (ip address)"
527
  msgstr "发送(IP地址)"
528
 
529
+ #: contact_form.php:942
530
  msgid "Example: Sent from (IP address):\t127.0.0.1"
531
  msgstr "例如: 发送 (IP地址):\t127.0.0.1"
532
 
533
+ #: contact_form.php:943
534
+ #: contact_form.php:1804
535
+ #: contact_form.php:1806
536
  msgid "Date/Time"
537
  msgstr "日期/时间"
538
 
539
+ #: contact_form.php:943
540
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
541
  msgstr "例如:日期/时间:\tAugust 19, 2013 8:50 pm"
542
 
543
+ #: contact_form.php:944
544
+ #: contact_form.php:1810
545
+ #: contact_form.php:1812
546
  msgid "Sent from (referer)"
547
  msgstr "发送 (请求)"
548
 
549
+ #: contact_form.php:944
550
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
551
  msgstr "示例:发送 (请求):\thttp://bestwebsoft.com/contacts/contact-us/"
552
 
553
+ #: contact_form.php:945
554
+ #: contact_form.php:1816
555
+ #: contact_form.php:1818
556
  msgid "Using (user agent)"
557
  msgstr "使用(用户代理)"
558
 
559
+ #: contact_form.php:945
560
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
561
  msgstr "示例:使用(用户代理):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
562
 
563
+ #: contact_form.php:949
564
  msgid "Language settings for the field names in the form"
565
  msgstr "表单中的字段名语言设置"
566
 
567
+ #: contact_form.php:958
568
  msgid "Add a language"
569
  msgstr "添加一种语言"
570
 
571
+ #: contact_form.php:962
572
  msgid "Change the names of the contact form fields and error messages"
573
  msgstr "更改联系表单字段和错误消息和名称"
574
 
575
+ #: contact_form.php:967
576
+ #: contact_form.php:1040
577
  msgid "English"
578
  msgstr "英语"
579
 
580
+ #: contact_form.php:975
581
+ #: contact_form.php:1005
582
+ msgid "click to expand/hide the list"
583
+ msgstr ""
584
+
585
+ #: contact_form.php:984
586
+ #: contact_form.php:1014
587
  msgid "Tips below the Attachment block"
588
  msgstr "下面的附件块的提示"
589
 
590
+ #: contact_form.php:987
591
+ #: contact_form.php:1017
592
  msgid "Error message for the Name field"
593
  msgstr "“姓名”字段中的错误消息"
594
 
595
+ #: contact_form.php:988
596
+ #: contact_form.php:1018
597
  msgid "Error message for the Address field"
598
  msgstr "“地址”字段的错误信息"
599
 
600
+ #: contact_form.php:989
601
+ #: contact_form.php:1019
602
  msgid "Error message for the Email field"
603
  msgstr "“电子邮件”字段的错误消息"
604
 
605
+ #: contact_form.php:990
606
+ #: contact_form.php:1020
607
  msgid "Error message for the Phone field"
608
  msgstr "“电话”字段的错误信息"
609
 
610
+ #: contact_form.php:991
611
+ #: contact_form.php:1021
612
  msgid "Error message for the Subject field"
613
  msgstr "“主题”字段的错误消息"
614
 
615
+ #: contact_form.php:992
616
+ #: contact_form.php:1022
617
  msgid "Error message for the Message field"
618
  msgstr "“消息”字段的错误消息"
619
 
620
+ #: contact_form.php:993
621
+ #: contact_form.php:1023
622
  msgid "Error message about the file type for the Attachment field"
623
  msgstr "附件栏的文件类型错误讯息"
624
 
625
+ #: contact_form.php:994
626
+ #: contact_form.php:1024
627
  msgid "Error message while uploading a file for the Attachment field to the server"
628
  msgstr "从附件栏上传一个文件到服务器的错误信息"
629
 
630
+ #: contact_form.php:995
631
+ #: contact_form.php:1025
632
  msgid "Error message while moving the file for the Attachment field"
633
  msgstr "从附件栏移动文件的错误信息"
634
 
635
+ #: contact_form.php:996
636
+ #: contact_form.php:1026
637
  msgid "Error message when file size limit for the Attachment field is exceeded"
638
  msgstr "超过文件大小限制附件字段时出现错误消息"
639
 
640
+ #: contact_form.php:997
641
+ #: contact_form.php:1027
642
  msgid "Error message for the Captcha field"
643
  msgstr "Captcha字段的错误消息"
644
 
645
+ #: contact_form.php:998
646
+ #: contact_form.php:1028
647
  msgid "Error message for the whole form"
648
  msgstr "整个表单的错误消息"
649
 
650
+ #: contact_form.php:1000
651
+ #: contact_form.php:1030
652
+ #: contact_form.php:1049
653
+ #: contact_form.php:1055
654
  msgid "Use shortcode"
655
  msgstr "使用简码"
656
 
657
+ #: contact_form.php:1000
658
+ #: contact_form.php:1030
659
+ #: contact_form.php:1049
660
+ #: contact_form.php:1055
661
  msgid "for this language"
662
  msgstr "此语言"
663
 
664
+ #: contact_form.php:1037
665
  msgid "Action after email is sent"
666
  msgstr "发送电子邮件后行动"
667
 
668
+ #: contact_form.php:1039
669
  msgid "Display text"
670
  msgstr "显示文本"
671
 
672
+ #: contact_form.php:1048
673
+ #: contact_form.php:1054
674
  msgid "Text"
675
  msgstr "文本"
676
 
677
+ #: contact_form.php:1061
678
  msgid "Redirect to the page"
679
  msgstr "重定向到的页面"
680
 
681
+ #: contact_form.php:1062
682
  msgid "Url"
683
  msgstr "Url"
684
 
685
+ #: contact_form.php:1067
686
+ #: contact_form.php:1242
687
  msgid "Save Changes"
688
  msgstr "保存更改"
689
 
690
+ #: contact_form.php:1072
691
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
692
  msgstr ""
693
 
694
+ #: contact_form.php:1073
695
  #, fuzzy
696
  msgid "Rate the plugin"
697
  msgstr "Рекомендовані плагіни"
698
 
699
+ #: contact_form.php:1076
700
  #, fuzzy
701
  msgid "If there is something wrong about it, please contact us"
702
  msgstr "Якщо у вас є запитання, звертайтесь на plugin@bestwebsoft.com або заповніть контактну форму на нашому сайті"
703
 
704
+ #: contact_form.php:1091
 
 
 
 
705
  msgid "Errors output"
706
  msgstr "错误输出"
707
 
708
+ #: contact_form.php:1094
709
  msgid "Display error messages"
710
  msgstr "显示错误消息"
711
 
712
+ #: contact_form.php:1095
713
  msgid "Color of the input field errors."
714
  msgstr "输入栏错误的颜色。"
715
 
716
+ #: contact_form.php:1096
717
  msgid "Display error messages & color of the input field errors"
718
  msgstr "显示输入栏错误的错误消息和颜色"
719
 
720
+ #: contact_form.php:1101
721
  msgid "Add placeholder to the input blocks"
722
  msgstr "添加占位符输入块"
723
 
724
+ #: contact_form.php:1107
725
  msgid "Add tooltips"
726
  msgstr "添加工具提示"
727
 
728
+ #: contact_form.php:1121
729
  msgid "Email address"
730
  msgstr "电子邮箱"
731
 
732
+ #: contact_form.php:1126
733
  msgid "Phone Number"
734
  msgstr "电话号码"
735
 
736
+ #: contact_form.php:1140
737
  msgid "Attachment"
738
  msgstr "附件"
739
 
740
+ #: contact_form.php:1145
741
  msgid "(powered by bestwebsoft.com)"
742
  msgstr "(powered by bestwebsoft.com)"
743
 
744
+ #: contact_form.php:1150
745
  msgid "Style options"
746
  msgstr "风格选择"
747
 
748
+ #: contact_form.php:1153
749
  msgid "Text color"
750
  msgstr "文字颜色"
751
 
752
+ #: contact_form.php:1156
753
+ #: contact_form.php:1161
754
+ #: contact_form.php:1171
755
+ #: contact_form.php:1176
756
+ #: contact_form.php:1181
757
+ #: contact_form.php:1186
758
+ #: contact_form.php:1196
759
+ #: contact_form.php:1201
760
+ #: contact_form.php:1207
761
+ #: contact_form.php:1218
762
+ #: contact_form.php:1223
763
+ #: contact_form.php:1228
764
  msgid "Default"
765
  msgstr "默认"
766
 
767
+ #: contact_form.php:1158
768
  msgid "Label text color"
769
  msgstr "标签文字颜色"
770
 
771
+ #: contact_form.php:1163
772
  msgid "Placeholder color"
773
  msgstr "占位符的颜色"
774
 
775
+ #: contact_form.php:1168
776
  msgid "Errors color"
777
  msgstr "错误颜色"
778
 
779
+ #: contact_form.php:1173
780
  msgid "Error text color"
781
  msgstr "错误文字颜色"
782
 
783
+ #: contact_form.php:1178
784
  msgid "Background color of the input field errors"
785
  msgstr "输入栏错误的背景颜色"
786
 
787
+ #: contact_form.php:1183
788
  msgid "Border color of the input field errors"
789
  msgstr "输入栏错误的边框颜色"
790
 
791
+ #: contact_form.php:1188
792
  msgid "Placeholder color of the input field errors"
793
  msgstr "输入栏错误的占位符颜色"
794
 
795
+ #: contact_form.php:1193
796
  msgid "Input fields"
797
  msgstr "输入栏"
798
 
799
+ #: contact_form.php:1198
800
  msgid "Input fields background color"
801
  msgstr "输入栏的背景颜色"
802
 
803
+ #: contact_form.php:1203
804
  msgid "Text fields color"
805
  msgstr "文本字段颜色"
806
 
807
+ #: contact_form.php:1205
808
  msgid "Border width in px, numbers only"
809
  msgstr "边框宽度(像素,数字)"
810
 
811
+ #: contact_form.php:1209
812
+ #: contact_form.php:1230
813
  msgid "Border color"
814
  msgstr "边框颜色"
815
 
816
+ #: contact_form.php:1214
817
  msgid "Submit button"
818
  msgstr "“提交”按钮"
819
 
820
+ #: contact_form.php:1216
821
  msgid "Width in px, numbers only"
822
  msgstr "Width in px, numbers only"
823
 
824
+ #: contact_form.php:1220
825
  msgid "Button color"
826
  msgstr "按钮的颜色"
827
 
828
+ #: contact_form.php:1225
829
  msgid "Button text color"
830
  msgstr "按钮的文字颜色"
831
 
832
+ #: contact_form.php:1246
833
  msgid "Contact Form Pro | Preview"
834
  msgstr "联系表单(Pro) | 预览"
835
 
836
+ #: contact_form.php:1249
837
  msgid "Show with errors"
838
  msgstr "显示错误"
839
 
840
+ #: contact_form.php:1257
841
+ #: contact_form.php:1259
842
  msgid "Please enter your full name..."
843
  msgstr "请输入您的全名..."
844
 
845
+ #: contact_form.php:1270
846
+ #: contact_form.php:1272
847
  msgid "Please enter your address..."
848
  msgstr "请输入您的地址..."
849
 
850
+ #: contact_form.php:1281
851
+ #: contact_form.php:1283
852
  msgid "Please enter your email address..."
853
  msgstr "请输入你的电子邮件地址..."
854
 
855
+ #: contact_form.php:1292
856
+ #: contact_form.php:1294
857
  msgid "Please enter your phone number..."
858
  msgstr "请输入你的手机号码..."
859
 
860
+ #: contact_form.php:1303
861
+ #: contact_form.php:1305
862
  msgid "Please enter subject..."
863
  msgstr "请输入主题..."
864
 
865
+ #: contact_form.php:1313
866
+ #: contact_form.php:1315
867
  msgid "Please enter your message..."
868
  msgstr "请输入你的信息"
869
 
870
+ #: contact_form.php:1357
871
+ msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
872
+ msgstr ""
873
+
874
+ #: contact_form.php:1359
875
+ msgid "Please, go to"
876
+ msgstr ""
877
+
878
+ #: contact_form.php:1359
879
+ #, fuzzy
880
+ msgid "the setting page"
881
+ msgstr "额外的设置"
882
+
883
+ #: contact_form.php:1360
884
+ msgid "You will be redirected automatically in 5 seconds."
885
+ msgstr ""
886
+
887
+ #: contact_form.php:1365
888
+ msgid "You can download and activate"
889
+ msgstr ""
890
+
891
+ #: contact_form.php:1367
892
+ msgid "version of this plugin by entering Your license key."
893
+ msgstr ""
894
+
895
+ #: contact_form.php:1369
896
+ msgid "You can find your license key on your personal page Client area, by clicking on the link"
897
+ msgstr ""
898
+
899
+ #: contact_form.php:1371
900
+ msgid "(your username is the email you specify when purchasing the product)."
901
+ msgstr ""
902
+
903
+ #: contact_form.php:1379
904
+ #: contact_form.php:1389
905
+ msgid "Go!"
906
+ msgstr ""
907
+
908
+ #: contact_form.php:1439
909
  msgid "Sorry, email message could not be delivered."
910
  msgstr "对不起,电子邮件讯息无法传递。"
911
 
912
+ #: contact_form.php:1825
913
  msgid "Contact from"
914
  msgstr "联系表单"
915
 
916
+ #: contact_form.php:1838
917
+ #: contact_form.php:1864
918
  msgid "Email"
919
  msgstr "邮箱"
920
 
921
+ #: contact_form.php:1842
922
+ #: contact_form.php:1866
923
  msgid "Phone"
924
  msgstr "电话"
925
 
926
+ #: contact_form.php:1851
927
+ #: contact_form.php:1869
928
  msgid "Site"
929
  msgstr "站点"
930
 
931
+ #: contact_form.php:1932
932
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
933
  msgstr "如果你能看到这个MIME,这意味着你的电子邮件客户端不支持该MIME类型!"
934
 
935
+ #: contact_form.php:2002
936
  msgid "FAQ"
937
  msgstr "常问问题"
938
 
939
+ #: contact_form.php:2003
940
  msgid "Support"
941
  msgstr "支持"
942
 
943
+ #: contact_form.php:2061
944
  msgid "Are you sure that you want to delete this language data?"
945
  msgstr "您确定要删除此语言数据吗"
946
 
947
+ #~ msgid "Contact Form Pro Extra Settings"
948
+ #~ msgstr "联系表单(Pro)的额外设置"
949
+
950
+ #~ msgid "Contact Form Pro | Extra Settings"
951
+ #~ msgstr "Contact Form Pro | Extra Settings"
952
+
953
  #~ msgid "Display fields"
954
  #~ msgstr "显示字段"
955
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: bestwebsoft
3
  Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10&product_id=13
4
  Tags: Contact Form, text, contact, form, contacts, contact form, request, contact me, feedback form, feedback, contact button, contact form plugin, contacts form plugin, attachment, send, copy, attachment, send copy
5
  Requires at least: 3.0
6
- Tested up to: 3.8
7
- Stable tag: 3.70
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -60,7 +60,9 @@ There is also a premium version of the plugin <a href="http://bestwebsoft.com/pl
60
  * Serbian (sr_RS) (thanks to Georgijevic Team, www.georgijevic.info)
61
  * Slovak (sk_SK) (thanks to <a href="mailto:book.ing@zoznam.sk">Book Ing</a>)
62
  * Swedish (sv_SE) (thanks to Martin Tonek, <a href="mailto:joakim@limewoodmedia.com">Joakim Lindskog</a>, <a href="mailto:maarten@vandendriest.com">Maarten van den Driest</a> - www.crossanddot.nl)
 
63
  * Ukrainian (uk) (thanks to <a href="mailto:xxxxAndyxxxx@gmail.com">Andrew Yaschuk</a>)
 
64
 
65
  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://support.bestwebsoft.com" target="_blank">BestWebSoft</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>.
66
 
@@ -129,6 +131,14 @@ Please follow the instructions below:
129
  3. Perhaps email sending is not set. You should install an extra plugin called WP-mail-SMTP and configure it. Afterwards you should send a test email from this plugin and you will see if the plugin logs have errors.
130
  Note: If the Contact Form sends letters, but you don't receive them, you can install our plugin Contact Form to DB in order not to lose the sent letters for the time the problem is being solved.
131
 
 
 
 
 
 
 
 
 
132
  == Screenshots ==
133
 
134
  1. Contact Form display.
@@ -140,6 +150,10 @@ Note: If the Contact Form sends letters, but you don't receive them, you can ins
140
 
141
  == Changelog ==
142
 
 
 
 
 
143
  = V3.70 - 16.01.2014 =
144
  * Update : BWS plugins section was updated.
145
 
@@ -454,6 +468,9 @@ Note: If the Contact Form sends letters, but you don't receive them, you can ins
454
 
455
  == Upgrade Notice ==
456
 
 
 
 
457
  = V3.70 =
458
  BWS plugins section was updated.
459
 
3
  Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10&product_id=13
4
  Tags: Contact Form, text, contact, form, contacts, contact form, request, contact me, feedback form, feedback, contact button, contact form plugin, contacts form plugin, attachment, send, copy, attachment, send copy
5
  Requires at least: 3.0
6
+ Tested up to: 3.8.1
7
+ Stable tag: 3.71
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
60
  * Serbian (sr_RS) (thanks to Georgijevic Team, www.georgijevic.info)
61
  * Slovak (sk_SK) (thanks to <a href="mailto:book.ing@zoznam.sk">Book Ing</a>)
62
  * Swedish (sv_SE) (thanks to Martin Tonek, <a href="mailto:joakim@limewoodmedia.com">Joakim Lindskog</a>, <a href="mailto:maarten@vandendriest.com">Maarten van den Driest</a> - www.crossanddot.nl)
63
+ * Turkish (tr) (thanks to <a href="mailto:webmaster@candanblog.com">Can Atasever</a>)
64
  * Ukrainian (uk) (thanks to <a href="mailto:xxxxAndyxxxx@gmail.com">Andrew Yaschuk</a>)
65
+ * Vietnamese (vi) (thanks to <a href="mailto:bizover@gmail.com">Biz.O</a>)
66
 
67
  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://support.bestwebsoft.com" target="_blank">BestWebSoft</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>.
68
 
131
  3. Perhaps email sending is not set. You should install an extra plugin called WP-mail-SMTP and configure it. Afterwards you should send a test email from this plugin and you will see if the plugin logs have errors.
132
  Note: If the Contact Form sends letters, but you don't receive them, you can install our plugin Contact Form to DB in order not to lose the sent letters for the time the problem is being solved.
133
 
134
+ = I have some problems with the plugin's work. What Information should I provide to receive proper support? =
135
+
136
+ Please make sure that the problem hasn't been discussed yet on our forum (<a href="http://support.bestwebsoft.com" target="_blank">http://support.bestwebsoft.com</a>). If no, please provide the following data along with your problem's description:
137
+ 1. the link to the page where the problem occurs
138
+ 2. the name of the plugin and its version. If you are using a pro version - your order number.
139
+ 3. the version of your WordPress installation
140
+ 4. copy and paste into the message your system status report. Please read more here: <a href="http://bestwebsoft.com/wp-content/uploads/manual/wp_plugin/general/System_Status.pdf" target="_blank">System_Status.pdf</a>
141
+
142
  == Screenshots ==
143
 
144
  1. Contact Form display.
150
 
151
  == Changelog ==
152
 
153
+ = V3.71 - 03.02.2014 =
154
+ * Update : We updated all functionality for wordpress 3.8.1.
155
+ * NEW : The Turkish and Vietnamese language file are added.
156
+
157
  = V3.70 - 16.01.2014 =
158
  * Update : BWS plugins section was updated.
159
 
468
 
469
  == Upgrade Notice ==
470
 
471
+ = V3.71 =
472
+ We updated all functionality for wordpress 3.8.1. The Turkish and Vietnamese language file are added.
473
+
474
  = V3.70 =
475
  BWS plugins section was updated.
476
 
screenshot-1.png CHANGED
File without changes
screenshot-2.png CHANGED
File without changes
screenshot-3.png CHANGED
File without changes
screenshot-4.png CHANGED
File without changes
screenshot-5.png CHANGED
File without changes
screenshot-6.png CHANGED
File without changes