Contact Form by BestWebSoft - Version 3.87

Version Description

  • 05.03.2015 =
  • Bugfix : Error with option name when Contact Form Multi plugin is activated was fixed.
  • Update : Plugin performance was improved.
  • Update : BWS plugins section was updated.
  • Update : The French language file is updated.
Download this release

Release Info

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

Code changes from version 3.86 to 3.87

Files changed (69) hide show
  1. bws_menu/bws_functions.php +723 -0
  2. bws_menu/bws_menu.php +47 -46
  3. bws_menu/css/general_style.css +5 -2
  4. bws_menu/css/general_style_wp_before_3.8.css +5 -2
  5. bws_menu/icons/bws-popular-posts.png +0 -0
  6. bws_menu/icons/bws-smtp.png +0 -0
  7. bws_menu/icons/email-queue.png +0 -0
  8. bws_menu/icons/job-board.png +0 -0
  9. bws_menu/icons/multilanguage.png +0 -0
  10. bws_menu/icons/promobar.png +0 -0
  11. {images → bws_menu/images}/close_banner.png +0 -0
  12. {images → bws_menu/images}/px.png +0 -0
  13. {js → bws_menu/js}/c_o_o_k_i_e.js +0 -0
  14. bws_menu/languages/bestwebsoft-de_DE.mo +0 -0
  15. bws_menu/languages/bestwebsoft-de_DE.po +324 -109
  16. bws_menu/languages/bestwebsoft-fr_FR.mo +0 -0
  17. bws_menu/languages/bestwebsoft-fr_FR.po +310 -114
  18. bws_menu/languages/bestwebsoft-it_IT.mo +0 -0
  19. bws_menu/languages/bestwebsoft-it_IT.po +379 -111
  20. bws_menu/languages/bestwebsoft-ja.mo +0 -0
  21. bws_menu/languages/bestwebsoft-ja.po +312 -114
  22. bws_menu/languages/bestwebsoft-pt_BR.mo +0 -0
  23. bws_menu/languages/bestwebsoft-pt_BR.po +322 -107
  24. bws_menu/languages/bestwebsoft-ru_RU.mo +0 -0
  25. bws_menu/languages/bestwebsoft-ru_RU.po +338 -102
  26. bws_menu/languages/bestwebsoft-sr_RS.mo +0 -0
  27. bws_menu/languages/bestwebsoft-sr_RS.po +310 -111
  28. bws_menu/languages/bestwebsoft-sv_SE.mo +0 -0
  29. bws_menu/languages/bestwebsoft-sv_SE.po +309 -108
  30. bws_menu/languages/bestwebsoft-uk.mo +0 -0
  31. bws_menu/languages/bestwebsoft-uk.po +339 -106
  32. contact_form.php +128 -356
  33. js/script.js +1 -1
  34. js/script_wp_before_3.5.js +3 -3
  35. languages/contact_form-af_ZA.mo +0 -0
  36. languages/contact_form-af_ZA.po +345 -360
  37. languages/contact_form-ca.mo +0 -0
  38. languages/contact_form-ca.po +257 -349
  39. languages/contact_form-de_DE.mo +0 -0
  40. languages/contact_form-de_DE.po +346 -361
  41. languages/contact_form-el.mo +0 -0
  42. languages/contact_form-el.po +301 -392
  43. languages/contact_form-es_ES.mo +0 -0
  44. languages/contact_form-es_ES.po +358 -364
  45. languages/contact_form-et.mo +0 -0
  46. languages/contact_form-et.po +347 -353
  47. languages/contact_form-fr_FR.mo +0 -0
  48. languages/contact_form-fr_FR.po +385 -388
  49. languages/contact_form-ja.mo +0 -0
  50. languages/contact_form-ja.po +352 -363
  51. languages/contact_form-nb_NO.mo +0 -0
  52. languages/contact_form-nb_NO.po +349 -353
  53. languages/contact_form-pt_BR.mo +0 -0
  54. languages/contact_form-pt_BR.po +247 -345
  55. languages/contact_form-ru_RU.mo +0 -0
  56. languages/contact_form-ru_RU.po +366 -517
  57. languages/contact_form-sk_SK.mo +0 -0
  58. languages/contact_form-sk_SK.po +344 -349
  59. languages/contact_form-sv_SE.mo +0 -0
  60. languages/contact_form-sv_SE.po +255 -347
  61. languages/contact_form-tr.mo +0 -0
  62. languages/contact_form-tr.po +268 -348
  63. languages/contact_form-uk.mo +0 -0
  64. languages/contact_form-uk.po +378 -522
  65. languages/contact_form-vi.mo +0 -0
  66. languages/contact_form-vi.po +266 -343
  67. languages/contact_form-zh_CN.mo +0 -0
  68. languages/contact_form-zh_CN.po +261 -347
  69. readme.txt +19 -11
bws_menu/bws_functions.php ADDED
@@ -0,0 +1,723 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ * General functions for BestWebSoft plugins
4
+ * Version: 1.0.1
5
+ */
6
+ if ( ! function_exists ( 'bws_add_general_menu' ) ) {
7
+ function bws_add_general_menu( $base ) {
8
+ global $bstwbsftwppdtplgns_options, $bstwbsftwppdtplgns_added_menu;
9
+ $bws_menu_info = get_plugin_data( dirname( dirname( plugin_dir_path( __FILE__ ) ) ) . '/' . dirname( $base ) . '/bws_menu/bws_menu.php' );
10
+ $bws_menu_version = $bws_menu_info["Version"];
11
+
12
+ if ( ! isset( $bstwbsftwppdtplgns_options ) ) {
13
+ if ( is_multisite() ) {
14
+ if ( ! get_site_option( 'bstwbsftwppdtplgns_options' ) )
15
+ add_site_option( 'bstwbsftwppdtplgns_options', array() );
16
+ $bstwbsftwppdtplgns_options = get_site_option( 'bstwbsftwppdtplgns_options' );
17
+ } else {
18
+ if ( ! get_option( 'bstwbsftwppdtplgns_options' ) )
19
+ add_option( 'bstwbsftwppdtplgns_options', array() );
20
+ $bstwbsftwppdtplgns_options = get_option( 'bstwbsftwppdtplgns_options' );
21
+ }
22
+ }
23
+
24
+ if ( isset( $bstwbsftwppdtplgns_options['bws_menu_version'] ) ) {
25
+ $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] = $bws_menu_version;
26
+ unset( $bstwbsftwppdtplgns_options['bws_menu_version'] );
27
+ if ( is_multisite() )
28
+ update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
29
+ else
30
+ update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
31
+ require_once( dirname( __FILE__ ) . '/bws_menu.php' );
32
+ } else if ( ! isset( $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] ) || $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] < $bws_menu_version ) {
33
+ $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] = $bws_menu_version;
34
+ if ( is_multisite() )
35
+ update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
36
+ else
37
+ update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
38
+ require_once( dirname( __FILE__ ) . '/bws_menu.php' );
39
+ } else if ( ! isset( $bstwbsftwppdtplgns_added_menu ) ) {
40
+ $all_plugins = get_plugins();
41
+ $plugin_with_newer_menu = $base;
42
+ foreach ( $bstwbsftwppdtplgns_options['bws_menu']['version'] as $key => $value ) {
43
+ if ( array_key_exists( $key, $all_plugins ) ) {
44
+ if ( $bws_menu_version < $value && is_plugin_active( $base ) ) {
45
+ $plugin_with_newer_menu = $key;
46
+ }
47
+ } else {
48
+ unset( $bstwbsftwppdtplgns_options['bws_menu']['version'][ $key ] );
49
+ if ( is_multisite() )
50
+ update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
51
+ else
52
+ update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
53
+ }
54
+ }
55
+ $plugin_with_newer_menu = explode( '/', $plugin_with_newer_menu );
56
+ $wp_content_dir = defined( 'WP_CONTENT_DIR' ) ? basename( WP_CONTENT_DIR ) : 'wp-content';
57
+
58
+ if ( file_exists( ABSPATH . $wp_content_dir . '/plugins/' . $plugin_with_newer_menu[0] . '/bws_menu/bws_menu.php' ) )
59
+ require_once( ABSPATH . $wp_content_dir . '/plugins/' . $plugin_with_newer_menu[0] . '/bws_menu/bws_menu.php' );
60
+ else
61
+ require_once( dirname( __FILE__ ) . '/bws_menu.php' );
62
+ $bstwbsftwppdtplgns_added_menu = true;
63
+ }
64
+ add_menu_page( 'BWS Plugins', 'BWS Plugins', 'manage_options', 'bws_plugins', 'bws_add_menu_render', plugins_url( 'images/px.png', __FILE__ ), 1001 );
65
+ }
66
+ }
67
+
68
+
69
+ /**
70
+ * Function check if plugin is compatible with current WP version
71
+ * @return void
72
+ */
73
+ if ( ! function_exists ( 'bws_wp_version_check' ) ) {
74
+ function bws_wp_version_check( $plugin_basename, $plugin_info, $require_wp ) {
75
+ global $wp_version;
76
+ if ( version_compare( $wp_version, $require_wp, "<" ) ) {
77
+ include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
78
+ if ( is_plugin_active( $plugin_basename ) ) {
79
+ deactivate_plugins( $plugin_basename );
80
+ $admin_url = ( function_exists( 'get_admin_url' ) ) ? get_admin_url( null, 'plugins.php' ) : esc_url( '/wp-admin/plugins.php' );
81
+ wp_die(
82
+ printf(
83
+ "<strong>" . $plugin_info['Name'] . "</strong> %1$s <strong>WordPress " . $require_wp . "</strong> %2$s <br /><br />%3$s <a href='" . $admin_url . "'>%4$s</a>.",
84
+ __( 'requires', 'bestwebsoft' ),
85
+ __( 'or higher, that is why it has been deactivated! Please upgrade WordPress and try again.', 'bestwebsoft' ),
86
+ __( 'Back to the WordPress', 'bestwebsoft' ),
87
+ __( 'Plugins page', 'bestwebsoft' )
88
+ )
89
+ );
90
+ }
91
+ }
92
+ }
93
+ }
94
+
95
+ if ( ! function_exists( 'bws_plugin_banner' ) ) {
96
+ function bws_plugin_banner( $plugin_info, $this_banner_prefix, $link_slug, $link_key, $link_pn, $banner_url ) {
97
+ global $wp_version, $bstwbsftwppdtplgns_cookie_add, $bstwbsftwppdtplgns_banner_array;
98
+
99
+ if ( empty( $bstwbsftwppdtplgns_banner_array ) )
100
+ bws_get_banner_array();
101
+
102
+ if ( ! function_exists( 'is_plugin_active' ) )
103
+ require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
104
+
105
+ $all_plugins = get_plugins();
106
+
107
+ $this_banner = $this_banner_prefix . '_hide_banner_on_plugin_page';
108
+ foreach ( $bstwbsftwppdtplgns_banner_array as $key => $value ) {
109
+ if ( $this_banner == $value[0] ) {
110
+ if ( ! isset( $bstwbsftwppdtplgns_cookie_add ) ) {
111
+ echo '<script type="text/javascript" src="' . plugins_url( 'js/c_o_o_k_i_e.js', __FILE__ ) . '"></script>';
112
+ $bstwbsftwppdtplgns_cookie_add = true;
113
+ } ?>
114
+ <script type="text/javascript">
115
+ (function($) {
116
+ $(document).ready( function() {
117
+ var hide_message = $.cookie( '<?php echo $this_banner_prefix; ?>_hide_banner_on_plugin_page' );
118
+ if ( hide_message == "true" ) {
119
+ $( ".<?php echo $this_banner_prefix; ?>_message" ).css( "display", "none" );
120
+ } else {
121
+ $( ".<?php echo $this_banner_prefix; ?>_message" ).css( "display", "block" );
122
+ };
123
+ $( ".<?php echo $this_banner_prefix; ?>_close_icon" ).click( function() {
124
+ $( ".<?php echo $this_banner_prefix; ?>_message" ).css( "display", "none" );
125
+ $.cookie( "<?php echo $this_banner_prefix; ?>_hide_banner_on_plugin_page", "true", { expires: 32 } );
126
+ });
127
+ });
128
+ })(jQuery);
129
+ </script>
130
+ <div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
131
+ <div class="<?php echo $this_banner_prefix; ?>_message bws_banner_on_plugin_page" style="display: none;">
132
+ <img class="<?php echo $this_banner_prefix; ?>_close_icon close_icon" title="" src="<?php echo plugins_url( 'images/close_banner.png', __FILE__ ); ?>" alt=""/>
133
+ <div class="button_div">
134
+ <a class="button" target="_blank" href="http://bestwebsoft.com/products/<?php echo $link_slug; ?>/?k=<?php echo $link_key; ?>&amp;pn=<?php echo $link_pn; ?>&amp;v=<?php echo $plugin_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>"><?php _e( 'Learn More', 'bestwebsoft' ); ?></a>
135
+ </div>
136
+ <div class="text"><?php
137
+ _e( 'It’s time to upgrade your', 'bestwebsoft' ); ?> <strong><?php echo $plugin_info['Name']; ?> plugin</strong> <?php _e( 'to', 'bestwebsoft' ); ?> <strong>PRO</strong> <?php _e( 'version!', 'bestwebsoft' ); ?><br />
138
+ <span><?php _e( 'Extend standard plugin functionality with new great options.', 'bestwebsoft' ); ?></span>
139
+ </div>
140
+ <div class="icon">
141
+ <img title="" src="<?php echo $banner_url; ?>" alt="" />
142
+ </div>
143
+ </div>
144
+ </div>
145
+ <?php break;
146
+ }
147
+ if ( isset( $all_plugins[ $value[1] ] ) && $all_plugins[ $value[1] ]["Version"] >= $value[2] && is_plugin_active( $value[1] ) && ! isset( $_COOKIE[ $value[0] ] ) ) {
148
+ break;
149
+ }
150
+ }
151
+ }
152
+ }
153
+
154
+ if ( ! function_exists( 'bws_plugin_reviews_block' ) ) {
155
+ function bws_plugin_reviews_block( $plugin_name, $plugin_slug ) { ?>
156
+ <div class="bws-plugin-reviews">
157
+ <div class="bws-plugin-reviews-rate">
158
+ <?php _e( 'If you enjoy our plugin, please give it 5 stars on WordPress', 'bestwebsoft' ); ?>:
159
+ <a href="http://wordpress.org/support/view/plugin-reviews/<?php echo $plugin_slug; ?>" target="_blank" title="<?php echo $plugin_name; ?> reviews"><?php _e( 'Rate the plugin', 'bestwebsoft' ); ?></a>
160
+ </div>
161
+ <div class="bws-plugin-reviews-support">
162
+ <?php _e( 'If there is something wrong about it, please contact us', 'bestwebsoft' ); ?>:
163
+ <a href="http://support.bestwebsoft.com">http://support.bestwebsoft.com</a>
164
+ </div>
165
+ </div>
166
+ <?php }
167
+ }
168
+
169
+ if ( ! function_exists( 'bws_go_pro_tab_check' ) ) {
170
+ function bws_go_pro_tab_check( $plugin_basename ) {
171
+ global $wp_version, $bstwbsftwppdtplgns_options;
172
+ $result = array();
173
+
174
+ $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : "";
175
+
176
+ if ( isset( $_POST['bws_license_submit'] ) && check_admin_referer( $plugin_basename, 'bws_license_nonce_name' ) ) {
177
+ if ( '' != $bws_license_key ) {
178
+ if ( strlen( $bws_license_key ) != 18 ) {
179
+ $result['error'] = __( "Wrong license key", 'bestwebsoft' );
180
+ } else {
181
+ $bws_license_plugin = stripslashes( esc_html( $_POST['bws_license_plugin'] ) );
182
+ if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) && $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] < ( time() + (24 * 60 * 60) ) ) {
183
+ $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] + 1;
184
+ } else {
185
+ $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = 1;
186
+ $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] = time();
187
+ }
188
+
189
+ /* download Pro */
190
+ if ( ! function_exists( 'get_plugins' ) )
191
+ require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
192
+
193
+ $all_plugins = get_plugins();
194
+
195
+ if ( ! array_key_exists( $bws_license_plugin, $all_plugins ) ) {
196
+ $current = get_site_transient( 'update_plugins' );
197
+ if ( is_array( $all_plugins ) && !empty( $all_plugins ) && isset( $current ) && is_array( $current->response ) ) {
198
+ $to_send = array();
199
+ $to_send["plugins"][ $bws_license_plugin ] = array();
200
+ $to_send["plugins"][ $bws_license_plugin ]["bws_license_key"] = $bws_license_key;
201
+ $to_send["plugins"][ $bws_license_plugin ]["bws_illegal_client"] = true;
202
+ $options = array(
203
+ 'timeout' => ( ( defined('DOING_CRON') && DOING_CRON ) ? 30 : 3 ),
204
+ 'body' => array( 'plugins' => serialize( $to_send ) ),
205
+ 'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo( 'url' ) );
206
+ $raw_response = wp_remote_post( 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/update-check/1.0/', $options );
207
+
208
+ if ( is_wp_error( $raw_response ) || 200 != wp_remote_retrieve_response_code( $raw_response ) ) {
209
+ $result['error'] = __( "Something went wrong. Please try again later. If the error appears again, please contact us", 'bestwebsoft' ) . ' <a href="http://support.bestwebsoft.com">BestWebSoft</a>. ' . __( "We are sorry for inconvenience.", 'bestwebsoft' );
210
+ } else {
211
+ $response = maybe_unserialize( wp_remote_retrieve_body( $raw_response ) );
212
+ if ( is_array( $response ) && !empty( $response ) ) {
213
+ foreach ( $response as $key => $value ) {
214
+ if ( "wrong_license_key" == $value->package ) {
215
+ $result['error'] = __( "Wrong license key", 'bestwebsoft' );
216
+ } elseif ( "wrong_domain" == $value->package ) {
217
+ $result['error'] = __( "This license key is bind to another site", 'bestwebsoft' );
218
+ } elseif ( "you_are_banned" == $value->package ) {
219
+ $result['error'] = __( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' );
220
+ } elseif ( "time_out" == $value->package ) {
221
+ $result['error'] = __( "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your", 'bestwebsoft' ) . ' <a href="http://bestwebsoft.com/wp-admin/admin.php?page=bws_plugins_client_area">Client area</a>';
222
+ } elseif ( "duplicate_domen_for_trial" == $value->package ) {
223
+ $result['error'] = __( "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once.", 'bestwebsoft' );
224
+ }
225
+ }
226
+ if ( empty( $result['error'] ) ) {
227
+ $bstwbsftwppdtplgns_options[ $bws_license_plugin ] = $bws_license_key;
228
+
229
+ $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';
230
+ $uploadDir = wp_upload_dir();
231
+ $zip_name = explode( '/', $bws_license_plugin );
232
+ $received_content = file_get_contents( $url );
233
+ if ( ! $received_content ) {
234
+ $result['error'] = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
235
+ } else {
236
+ if ( is_writable( $uploadDir["path"] ) ) {
237
+ $file_put_contents = $uploadDir["path"] . "/" . $zip_name[0] . ".zip";
238
+ if ( file_put_contents( $file_put_contents, $received_content ) ) {
239
+ @chmod( $file_put_contents, octdec( 755 ) );
240
+ if ( class_exists( 'ZipArchive' ) ) {
241
+ $zip = new ZipArchive();
242
+ if ( $zip->open( $file_put_contents ) === TRUE ) {
243
+ $zip->extractTo( WP_PLUGIN_DIR );
244
+ $zip->close();
245
+ } else {
246
+ $result['error'] = __( "Failed to open the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
247
+ }
248
+ } elseif ( class_exists( 'Phar' ) ) {
249
+ $phar = new PharData( $file_put_contents );
250
+ $phar->extractTo( WP_PLUGIN_DIR );
251
+ } else {
252
+ $result['error'] = __( "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually", 'bestwebsoft' );
253
+ }
254
+ @unlink( $file_put_contents );
255
+ } else {
256
+ $result['error'] = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
257
+ }
258
+ } else {
259
+ $result['error'] = __( "UploadDir is not writable. Please, upload the plugin manually", 'bestwebsoft' );
260
+ }
261
+ }
262
+
263
+ /* activate Pro */
264
+ if ( file_exists( WP_PLUGIN_DIR . '/' . $zip_name[0] ) ) {
265
+ if ( is_multisite() && is_plugin_active_for_network( plugin_basename( __FILE__ ) ) ) {
266
+ /* if multisite and free plugin is network activated */
267
+ $active_plugins = get_site_option( 'active_sitewide_plugins' );
268
+ $active_plugins[ $bws_license_plugin ] = time();
269
+ update_site_option( 'active_sitewide_plugins', $active_plugins );
270
+ } else {
271
+ /* activate on a single blog */
272
+ $active_plugins = get_option( 'active_plugins' );
273
+ array_push( $active_plugins, $bws_license_plugin );
274
+ update_option( 'active_plugins', $active_plugins );
275
+ }
276
+ $result['pro_plugin_is_activated'] = true;
277
+ } elseif ( empty( $result['error'] ) ) {
278
+ $result['error'] = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
279
+ }
280
+ }
281
+ } else {
282
+ $result['error'] = __( "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience.", 'bestwebsoft' );
283
+ }
284
+ }
285
+ }
286
+ } else {
287
+ $bstwbsftwppdtplgns_options[ $bws_license_plugin ] = $bws_license_key;
288
+ /* activate Pro */
289
+ if ( ! is_plugin_active( $bws_license_plugin ) ) {
290
+ if ( is_multisite() && is_plugin_active_for_network( plugin_basename( __FILE__ ) ) ) {
291
+ /* if multisite and free plugin is network activated */
292
+ $network_wide = true;
293
+ } else {
294
+ /* activate on a single blog */
295
+ $network_wide = false;
296
+ }
297
+ activate_plugin( $bws_license_plugin, NULL, $network_wide );
298
+ $result['pro_plugin_is_activated'] = true;
299
+ }
300
+ }
301
+ if ( is_multisite() )
302
+ update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
303
+ else
304
+ update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
305
+ }
306
+ } else {
307
+ $result['error'] = __( "Please, enter Your license key", 'bestwebsoft' );
308
+ }
309
+ }
310
+ return $result;
311
+ }
312
+ }
313
+
314
+ if ( ! function_exists( 'bws_go_pro_tab' ) ) {
315
+ function bws_go_pro_tab( $plugin_info, $plugin_basename, $page, $pro_page, $bws_license_plugin, $link_slug, $link_key, $link_pn, $pro_plugin_is_activated = false ) {
316
+ global $wp_version, $bstwbsftwppdtplgns_options;
317
+ $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : "";
318
+ if ( $pro_plugin_is_activated ) { ?>
319
+ <script type="text/javascript">
320
+ window.setTimeout( function() {
321
+ window.location.href = 'admin.php?page=<?php echo $pro_page; ?>';
322
+ }, 5000 );
323
+ </script>
324
+ <p><?php _e( "Congratulations! The PRO version of the plugin is successfully download and activated.", 'bestwebsoft' ); ?></p>
325
+ <p>
326
+ <?php _e( "Please, go to", 'bestwebsoft' ); ?> <a href="admin.php?page=<?php echo $pro_page; ?>"><?php _e( 'the setting page', 'bestwebsoft' ); ?></a>
327
+ (<?php _e( "You will be redirected automatically in 5 seconds.", 'bestwebsoft' ); ?>)
328
+ </p>
329
+ <?php } else { ?>
330
+ <form method="post" action="admin.php?page=<?php echo $page; ?>&amp;action=go_pro">
331
+ <p>
332
+ <?php _e( 'You can download and activate', 'bestwebsoft' ); ?>
333
+ <a href="http://bestwebsoft.com/products/<?php echo $link_slug; ?>/?k=<?php echo $link_key; ?>&amp;pn=<?php echo $link_pn; ?>&amp;v=<?php echo $plugin_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>" target="_blank" title="<?php echo $plugin_info["Name"]; ?> Pro">PRO</a>
334
+ <?php _e( 'version of this plugin by entering Your license key.', 'bestwebsoft' ); ?><br />
335
+ <span class="bws_info">
336
+ <?php _e( 'You can find your license key on your personal page Client area, by clicking on the link', 'bestwebsoft' ); ?>
337
+ <a href="http://bestwebsoft.com/wp-login.php">http://bestwebsoft.com/wp-login.php</a>
338
+ <?php _e( '(your username is the email you specify when purchasing the product).', 'bestwebsoft' ); ?>
339
+ </span>
340
+ </p>
341
+ <?php if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) &&
342
+ '5' < $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] &&
343
+ $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] < ( time() + ( 24 * 60 * 60 ) ) ) { ?>
344
+ <p>
345
+ <input disabled="disabled" type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
346
+ <input disabled="disabled" type="submit" class="button-primary" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
347
+ </p>
348
+ <p><?php _e( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' ); ?></p>
349
+ <?php } else { ?>
350
+ <p>
351
+ <input type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
352
+ <input type="hidden" name="bws_license_plugin" value="<?php echo $bws_license_plugin; ?>" />
353
+ <input type="hidden" name="bws_license_submit" value="submit" />
354
+ <input type="submit" class="button-primary" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
355
+ <?php wp_nonce_field( $plugin_basename, 'bws_license_nonce_name' ); ?>
356
+ </p>
357
+ <?php } ?>
358
+ </form>
359
+ <?php }
360
+ }
361
+ }
362
+
363
+ if ( ! function_exists( 'bws_check_pro_license' ) ) {
364
+ function bws_check_pro_license( $plugin_basename ) {
365
+ global $wp_version, $bstwbsftwppdtplgns_options;
366
+ $result = array();
367
+
368
+ if ( isset( $_POST['bws_license_submit'] ) && check_admin_referer( $plugin_basename, 'bws_license_nonce_name' ) ) {
369
+ $license_key = isset( $_POST['bws_license_key'] ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : '';
370
+
371
+ if ( '' != $license_key ) {
372
+ if ( ! function_exists( 'get_plugins' ) )
373
+ require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
374
+ $plugins_all = get_plugins();
375
+ $current = get_site_transient( 'update_plugins' );
376
+
377
+ if ( is_array( $plugins_all ) && !empty( $plugins_all ) && isset( $current ) && is_array( $current->response ) ) {
378
+ $to_send = array();
379
+ $to_send["plugins"][ $plugin_basename ] = $plugins_all[ $plugin_basename ];
380
+ $to_send["plugins"][ $plugin_basename ]["bws_license_key"] = $license_key;
381
+ $to_send["plugins"][ $plugin_basename ]["bws_illegal_client"] = true;
382
+ $options = array(
383
+ 'timeout' => ( ( defined('DOING_CRON') && DOING_CRON ) ? 30 : 3),
384
+ 'body' => array( 'plugins' => serialize( $to_send ) ),
385
+ 'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo( 'url' )
386
+ );
387
+ $raw_response = wp_remote_post( 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/update-check/1.0/', $options );
388
+ if ( is_wp_error( $raw_response ) || 200 != wp_remote_retrieve_response_code( $raw_response ) ) {
389
+ $result['error'] = __( 'Something went wrong. Please try again later. If the error appears again, please contact us', 'bestwebsoft' ) . ' <a href=http://support.bestwebsoft.com>BestWebSoft</a>. ' . __( 'We are sorry for inconvenience.', 'bestwebsoft' );
390
+ } else {
391
+ $response = maybe_unserialize( wp_remote_retrieve_body( $raw_response ) );
392
+ if ( is_array( $response ) && !empty( $response ) ) {
393
+ foreach ( $response as $key => $value ) {
394
+ if ( "wrong_license_key" == $value->package ) {
395
+ $result['error'] = __( 'Wrong license key', 'bestwebsoft' );
396
+ } else if ( "wrong_domain" == $value->package ) {
397
+ $result['error'] = __( 'This license key is bind to another site', 'bestwebsoft' );
398
+ } else if ( "time_out" == $value->package ) {
399
+ $result['message'] = __( 'This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license.', 'bestwebsoft' );
400
+ } elseif ( "you_are_banned" == $value->package ) {
401
+ $result['error'] = __( "Unfortunately, you have exceeded the number of available tries.", 'bestwebsoft' );
402
+ }
403
+ if ( empty( $result['message'] ) && empty( $result['error'] ) ) {
404
+ if ( isset( $value->time_out ) && '' != $value->time_out )
405
+ $result['message'] = __( 'The license key is valid. Your license will expire on', 'bestwebsoft' ) . ' ' . $value->time_out;
406
+ else
407
+ $result['message'] = __( 'The license key is valid.', 'bestwebsoft' );
408
+ }
409
+ if ( empty( $result['error'] ) ) {
410
+ if ( $bstwbsftwppdtplgns_options[ $plugin_basename ] != $license_key ) {
411
+ $bstwbsftwppdtplgns_options[ $plugin_basename ] = $license_key;
412
+ $bstwbsftwppdtplgns_options['time_out'][ $plugin_basename ] = $value->time_out;
413
+ if ( is_multisite() )
414
+ update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
415
+ else
416
+ update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
417
+ $file = @fopen( dirname( __FILE__ ) . "/license_key.txt" , "w+" );
418
+ if ( $file ) {
419
+ @fwrite( $file, $license_key );
420
+ @fclose( $file );
421
+ }
422
+ }
423
+ }
424
+ }
425
+ } else {
426
+ $result['error'] = __( 'Something went wrong. Please try again later. If the error appears again, please contact us', 'bestwebsoft' ) . ' <a href=http://support.bestwebsoft.com>BestWebSoft</a>. ' . __( 'We are sorry for inconvenience.', 'bestwebsoft' );
427
+ }
428
+ }
429
+ }
430
+ } else {
431
+ $result['error'] = __( 'Please, enter your license key', 'bestwebsoft' );
432
+ }
433
+ }
434
+ return $result;
435
+ }
436
+ }
437
+
438
+ if ( ! function_exists ( 'bws_check_pro_license_form' ) ) {
439
+ function bws_check_pro_license_form( $plugin_basename, $page ) {
440
+ global $bstwbsftwppdtplgns_options;
441
+ $license_key = ( isset( $bstwbsftwppdtplgns_options[ $plugin_basename ] ) ) ? $bstwbsftwppdtplgns_options[ $plugin_basename ] : ''; ?>
442
+ <div class="clear"></div>
443
+ <form method="post" action="admin.php?page=<?php echo $page; ?>">
444
+ <p><?php echo _e( 'If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website', 'bestwebsoft' ) . ' <a href="http://bestwebsoft.com/wp-login.php">http://bestwebsoft.com/wp-login.php</a> ' . __( '(your username is the email you specify when purchasing the product). If necessary, please submit "Lost your password?" request.', 'bestwebsoft' ); ?></p>
445
+ <p>
446
+ <input type="text" name="bws_license_key" value="<?php echo $license_key; ?>" />
447
+ <input type="hidden" name="bws_license_submit" value="submit" />
448
+ <input type="submit" class="button-primary" value="<?php _e( 'Check license key', 'bestwebsoft' ) ?>" />
449
+ <?php wp_nonce_field( $plugin_basename, 'bws_license_nonce_name' ); ?>
450
+ </p>
451
+ </form>
452
+ <?php }
453
+ }
454
+
455
+ if ( ! function_exists ( 'bws_plugin_update_row' ) ) {
456
+ function bws_plugin_update_row( $plugin_key ) {
457
+ global $bstwbsftwppdtplgns_options;
458
+ $wp_list_table = _get_list_table( 'WP_Plugins_List_Table' );
459
+ if ( isset( $bstwbsftwppdtplgns_options['wrong_license_key'][ $plugin_key ] ) ) {
460
+ echo '<tr class="plugin-update-tr">
461
+ <td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange">
462
+ <div class="update-message" style="background-color: #FFEBE8; border-color: #CC0000;">' . __( 'WARNING: We have noticed illegal use of our plugin by you. We strongly recommend you to solve the problem within 24 hours, otherwise the plugin will be deactivated. Please go to your personal', 'bestwebsoft' ) . ' <a href="http://bestwebsoft.com/wp-admin/admin.php?page=bws_plugins_client_area">Client area</a> ' . __( '(your username is the email you specify when purchasing the product), where you can make the necessary changes.', 'bestwebsoft' ) . '</div>
463
+ </td>
464
+ </tr>';
465
+ } elseif ( isset( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) && strtotime( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) < strtotime( date("m/d/Y") ) ) {
466
+ echo '<tr class="plugin-update-tr">
467
+ <td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange">
468
+ <div class="update-message" style="color: #8C0000;">' . __( 'Your license has expired. To continue getting top-priority support and plugin updates you should extend it.', 'bestwebsoft' ) . ' <a target="_new" href="http://support.bestwebsoft.com/entries/53487136-I-purchased-a-Pro-plugin-with-a-recurring-billing-I-cancelled-the-subscription-The-license-has-expir">' . __( "Learn more", 'bestwebsoft' ) . '</div>
469
+ </td>
470
+ </tr>';
471
+ }
472
+ }
473
+ }
474
+
475
+ if ( ! function_exists ( 'bws_plugin_banner_timeout' ) ) {
476
+ function bws_plugin_banner_timeout( $plugin_key, $plugin_prefix, $plugin_name ) {
477
+ global $bstwbsftwppdtplgns_options, $bstwbsftwppdtplgns_cookie_add;
478
+ if ( isset( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) && strtotime( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) < strtotime( date("m/d/Y") . '+1 month' ) && strtotime( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) > strtotime( date("m/d/Y") ) ) {
479
+ if ( ! isset( $bstwbsftwppdtplgns_cookie_add ) ) {
480
+ echo '<script type="text/javascript" src="' . plugins_url( 'bws_menu/js/c_o_o_k_i_e.js', __FILE__ ) . '"></script>';
481
+ $bstwbsftwppdtplgns_cookie_add = true;
482
+ } ?>
483
+ <script type="text/javascript">
484
+ (function($) {
485
+ $(document).ready( function() {
486
+ var hide_message = $.cookie( "<?php echo $plugin_prefix; ?>_timeout_hide_banner_on_plugin_page" );
487
+ if ( hide_message == "true" ) {
488
+ $( ".<?php echo $plugin_prefix; ?>_message" ).css( "display", "none" );
489
+ } else {
490
+ $( ".<?php echo $plugin_prefix; ?>_message" ).css( "display", "block" );
491
+ }
492
+ $( ".<?php echo $plugin_prefix; ?>_close_icon" ).click( function() {
493
+ $( ".<?php echo $plugin_prefix; ?>_message" ).css( "display", "none" );
494
+ $.cookie( "<?php echo $plugin_prefix; ?>_timeout_hide_banner_on_plugin_page", "true", { expires: 30 } );
495
+ });
496
+ });
497
+ })(jQuery);
498
+ </script>
499
+ <div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
500
+ <div class="<?php echo $plugin_prefix; ?>_message bws_banner_on_plugin_page" style="display:none;">
501
+ <img class="<?php echo $plugin_prefix; ?>_close_icon close_icon" title="" src="<?php echo plugins_url( 'images/close_banner.png', __FILE__ ); ?>" alt=""/>
502
+ <div class="text"><?php _e( "You license for", 'bestwebsoft' ); ?> <strong><?php echo $plugin_name; ?> PRO</strong> <?php echo __( "expires on", 'bestwebsoft' ) . ' ' . $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] . ' ' . __( "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES.", 'bestwebsoft' ); ?> <a target="_new" href="http://support.bestwebsoft.com/entries/53487136"><?php _e( "Learn more", 'bestwebsoft' ); ?></a></div>
503
+ <div class="icon">
504
+ <img title="" src="<?php echo plugins_url( 'images/banner.png', __FILE__ ); ?>" alt=""/>
505
+ </div>
506
+ </div>
507
+ </div>
508
+ <?php }
509
+ }
510
+ }
511
+
512
+ if ( ! function_exists ( 'bws_plugin_init' ) ) {
513
+ function bws_plugin_init() {
514
+ /* Internationalization, first(!) */
515
+ load_plugin_textdomain( 'bestwebsoft', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
516
+ }
517
+ }
518
+
519
+ if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) ) {
520
+ function bws_admin_enqueue_scripts() {
521
+ global $wp_version;
522
+ if ( $wp_version < 3.8 )
523
+ wp_enqueue_style( 'bws-admin-stylesheet', plugins_url( 'css/general_style_wp_before_3.8.css', __FILE__ ) );
524
+ else
525
+ wp_enqueue_style( 'bws-admin-stylesheet', plugins_url( 'css/general_style.css', __FILE__ ) );
526
+
527
+ if ( isset( $_GET['page'] ) && $_GET['page'] == "bws_plugins" ) {
528
+ wp_enqueue_style( 'bws_menu_style', plugins_url( 'css/style.css', __FILE__ ) );
529
+ wp_enqueue_script( 'bws_menu_script', plugins_url( 'js/bws_menu.js' , __FILE__ ) );
530
+ if ( $wp_version >= '3.8' )
531
+ wp_enqueue_script( 'theme-install' );
532
+ elseif ( $wp_version >= '3.4' )
533
+ wp_enqueue_script( 'theme' );
534
+ }
535
+ }
536
+ }
537
+
538
+ if ( ! function_exists ( 'bws_admin_head' ) ) {
539
+ function bws_admin_head() {
540
+ if ( isset( $_GET['page'] ) && $_GET['page'] == "bws_plugins" ) { ?>
541
+ <noscript>
542
+ <style type="text/css">
543
+ .bws_product_button {
544
+ display: inline-block;
545
+ }
546
+ </style>
547
+ </noscript>
548
+ <?php }
549
+ }
550
+ }
551
+
552
+ /**
553
+ * Tooltip block
554
+ */
555
+ if ( ! function_exists( 'bws_add_tooltip_admin' ) ) {
556
+ function bws_add_tooltip_admin( $tooltip_args = array() ) {
557
+ new BWS_add_admin_tooltip( $tooltip_args );
558
+ }
559
+ }
560
+
561
+ if ( ! class_exists( 'BWS_add_admin_tooltip' ) ) {
562
+ class BWS_add_admin_tooltip {
563
+ private $tooltip_args;
564
+
565
+ public function __construct( $tooltip_args ) {
566
+ global $wp_version;
567
+ if ( 3.3 > $wp_version )
568
+ return;
569
+ /* Default arguments */
570
+ $tooltip_args_default = array(
571
+ 'tooltip_id' => false,
572
+ 'css_selector' => false,
573
+ 'actions' => array(
574
+ 'click' => true,
575
+ 'onload' => false,
576
+ ),
577
+ 'buttons' => array(
578
+ 'close' => array(
579
+ 'type' => 'dismiss',
580
+ 'text' => __( 'Close', 'bestwebsoft' ),
581
+ ),
582
+ ),
583
+ 'position' => array(
584
+ 'edge' => 'top',
585
+ 'align' => 'center',
586
+ 'pos-left' => 0,
587
+ 'pos-top' => 0,
588
+ 'zindex' => 10000
589
+ ),
590
+ );
591
+ $tooltip_args = array_replace_recursive( $tooltip_args_default, $tooltip_args );
592
+ /* Check if tooltip is dismissed */
593
+ if ( true === $tooltip_args['actions']['onload'] ) {
594
+ if ( in_array( $tooltip_args['tooltip_id'], array_filter( explode( ',', (string) get_user_meta( get_current_user_id(), 'dismissed_wp_pointers', true ) ) ) ) ) {
595
+ $tooltip_args['actions']['onload'] = false;
596
+ }
597
+ }
598
+ /* Check entered data */
599
+ if ( false === $tooltip_args['tooltip_id'] || false === $tooltip_args['css_selector'] || ( false === $tooltip_args['actions']['click'] && false === $tooltip_args['actions']['onload'] ) ) {
600
+ /* if not enough data to output a tooltip */
601
+ return;
602
+ } else {
603
+ /* check position */
604
+ if ( ! in_array( $tooltip_args['position']['edge'], array( 'left', 'right', 'top', 'bottom' ) ) ) {
605
+ $tooltip_args['position']['edge'] = 'top';
606
+ }
607
+ if ( ! in_array( $tooltip_args['position']['align'], array( 'top', 'bottom', 'left', 'right', 'center', ) ) ) {
608
+ $tooltip_args['position']['align'] = 'center';
609
+ }
610
+ }
611
+ /* fix position */
612
+ switch ( $tooltip_args['position']['edge'] ) {
613
+ case 'left':
614
+ case 'right':
615
+ switch ( $tooltip_args['position']['align'] ) {
616
+ case 'top':
617
+ case 'bottom':
618
+ $tooltip_args['position']['align'] = 'center';
619
+ break;
620
+ }
621
+ break;
622
+ case 'top':
623
+ case 'bottom':
624
+ if ( $tooltip_args['position']['align'] == 'left' ) {
625
+ $tooltip_args['position']['pos-left'] -= 65;
626
+ }
627
+ break;
628
+ }
629
+ $this->tooltip_args = $tooltip_args;
630
+ /* add styles and scripts */
631
+ wp_enqueue_style( 'wp-pointer' );
632
+ wp_enqueue_script( 'wp-pointer' );
633
+ /* add script that displays our tooltip */
634
+ add_action( 'admin_print_footer_scripts', array( $this, 'add_scripts' ) );
635
+ }
636
+
637
+ /**
638
+ * Display tooltip
639
+ */
640
+ public function add_scripts() {
641
+ $tooltip_args = $this->tooltip_args; ?>
642
+ <script type="text/javascript">
643
+ (function($) {
644
+ var pointer_options = <?php echo json_encode( $tooltip_args ); ?>;
645
+ pointer_buttons = pointer_options['buttons'];
646
+ /* extend pointer options - add close button */
647
+ pointer_options = $.extend(pointer_options, {
648
+ buttons: function(event, t) {
649
+ var button, i = '';
650
+ /* check and add dismiss-type buttons */
651
+ for( var but in pointer_buttons ) {
652
+ if ( typeof pointer_buttons[ but ]['type'] != 'undefined' && pointer_buttons[ but ]['type'] == 'dismiss' && typeof pointer_buttons[ but ]['text'] != 'undefined' && pointer_buttons[ but ]['text'] != '' ) {
653
+ button += '<a id="pointer-close' + i + '" style="margin:0px 5px 2px;" class="button-secondary">' + pointer_buttons[ but ]['text'] + '</a>';
654
+ i++;
655
+ }
656
+ }
657
+ button = jQuery( button );
658
+ button.bind('click.pointer', function () {
659
+ t.element.pointer('close');
660
+ });
661
+ return button;
662
+ },
663
+ /* add ajax dismiss functionality */
664
+ close : $.proxy(function () {
665
+ if ( pointer_options['actions']['onload'] == true ) {
666
+ $.post(ajaxurl, this);
667
+ }
668
+ }, {
669
+ pointer: pointer_options['tooltip_id'],
670
+ action: 'dismiss-wp-pointer'
671
+ })
672
+ });
673
+ /* function to display pointer */
674
+ function displayPointer( cssSelector ) {
675
+ cssSelector.pointer(pointer_options).pointer({
676
+ pointerClass: 'wp-pointer ' + pointer_options["tooltip_id"],
677
+ content: pointer_options['content'],
678
+ position:
679
+ {
680
+ edge: pointer_options['position']['edge'],
681
+ align: pointer_options['position']['align'],
682
+ },
683
+ }).pointer('open');
684
+ /* display buttons that are not type of dismiss */
685
+ for( var but in pointer_buttons ) {
686
+ if ( typeof pointer_buttons[ but ]['type'] != 'undefined' && pointer_buttons[ but ]['type'] != 'dismiss' && typeof pointer_buttons[ but ]['text'] != 'undefined' && pointer_buttons[ but ]['text'] != '' ) {
687
+ $('#pointer-close').after( '<a class="button-primary" style="margin-right: 5px;" ' +
688
+ ( ( pointer_buttons[ but ]['type'] == 'link' && typeof pointer_buttons[ but ]['link'] != 'undefined' && pointer_buttons[ but ]['link'] != '') ? 'target="_blank" href="' + pointer_buttons[ but ]['link'] + '"' : '' )
689
+ + '>' + pointer_buttons[ but ]['text'] + '</a>' );
690
+ };
691
+ }
692
+ /* adjust position of pointer */
693
+ topPos = parseInt( $( "." + pointer_options["tooltip_id"] ).css("top") ) + parseInt( pointer_options['position']['pos-top'] );
694
+ leftPos = parseInt( $( "." + pointer_options["tooltip_id"] ).css("left") ) + parseInt( pointer_options['position']['pos-left'] );
695
+ if ( pointer_options['position']['align'] == 'left' ) {
696
+ leftPos += cssSelector.outerWidth()/2;
697
+ };
698
+ $( "." + pointer_options["tooltip_id"] ).css({ "top": topPos + "px", "left": leftPos + "px" });
699
+ /* adjust z-index if need */
700
+ pointerZindex = parseInt( $( "." + pointer_options["tooltip_id"] ).css("z-index") );
701
+ if ( pointerZindex != pointer_options['position']['zindex'] ) {
702
+ $( "." + pointer_options["tooltip_id"] ).css({ "z-index": pointer_options['position']['zindex'] });
703
+ }
704
+ }
705
+ /* display pointer for the first time */
706
+ if ( pointer_options['actions']['onload'] ) {
707
+ displayPointer( $( pointer_options['css_selector'] ) );
708
+ }
709
+ /* display pointer when clicked on selector */
710
+ if ( pointer_options['actions']['click'] ) {
711
+ $( pointer_options['css_selector'] ).click( function () {
712
+ displayPointer( $( this ) );
713
+ });
714
+ }
715
+ })(jQuery);
716
+ </script>
717
+ <? }
718
+ }
719
+ }
720
+
721
+ add_action( 'admin_init', 'bws_plugin_init' );
722
+ add_action( 'admin_enqueue_scripts', 'bws_admin_enqueue_scripts' );
723
+ add_action( 'admin_head', 'bws_admin_head' );
bws_menu/bws_menu.php CHANGED
@@ -1,12 +1,15 @@
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
- * Version: 1.4.5
5
  */
6
 
 
 
 
7
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
8
  function bws_add_menu_render() {
9
- global $wpdb, $wpmu, $wp_version, $bws_plugin_info;
10
  $error = $message = $bwsmn_form_email = '';
11
  $bws_donate_link = 'https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&product_id=94';
12
 
@@ -207,7 +210,10 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
207
  'link' => 'http://bestwebsoft.com/products/htaccess/?k=2b865fcd56a935d22c5c4f1bba52ed46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
208
  'download' => 'http://bestwebsoft.com/products/htaccess/download/?k=2b865fcd56a935d22c5c4f1bba52ed46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
209
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Htaccess+Bestwebsoft&plugin-search-input=Search+Plugins',
210
- 'settings' => 'admin.php?page=htaccess.php'
 
 
 
211
  ),
212
  'google-captcha/google-captcha.php' => array(
213
  'name' => 'Google Captcha (reCAPTCHA) by BestWebSoft',
@@ -370,6 +376,17 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
370
  'download' => 'http://bestwebsoft.com/products/bws-smtp/download/?k=0546419f962704429ad2d9b88567752f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
371
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=SMTP+BestWebSoft&plugin-search-input=Search+Plugins',
372
  'settings' => 'admin.php?page=bwssmtp_settings'
 
 
 
 
 
 
 
 
 
 
 
373
  )
374
  );
375
 
@@ -894,47 +911,31 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
894
  <?php }
895
  }
896
 
897
- if ( ! function_exists ( 'bws_plugin_init' ) ) {
898
- function bws_plugin_init() {
899
- // Internationalization, first(!)
900
- load_plugin_textdomain( 'bestwebsoft', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
901
- }
902
- }
903
-
904
- if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) ) {
905
- function bws_admin_enqueue_scripts() {
906
- global $wp_version;
907
- if ( $wp_version < 3.8 )
908
- wp_enqueue_style( 'bws-admin-stylesheet', plugins_url( 'css/general_style_wp_before_3.8.css', __FILE__ ) );
909
- else
910
- wp_enqueue_style( 'bws-admin-stylesheet', plugins_url( 'css/general_style.css', __FILE__ ) );
911
-
912
- if ( isset( $_GET['page'] ) && $_GET['page'] == "bws_plugins" ) {
913
- wp_enqueue_style( 'bws_menu_style', plugins_url( 'css/style.css', __FILE__ ) );
914
- wp_enqueue_script( 'bws_menu_script', plugins_url( 'js/bws_menu.js' , __FILE__ ) );
915
- if ( $wp_version >= '3.8' )
916
- wp_enqueue_script( 'theme-install' );
917
- elseif ( $wp_version >= '3.4' )
918
- wp_enqueue_script( 'theme' );
919
- }
920
- }
921
- }
922
-
923
- if ( ! function_exists ( 'bws_admin_head' ) ) {
924
- function bws_admin_head() {
925
- if ( isset( $_GET['page'] ) && $_GET['page'] == "bws_plugins" ) { ?>
926
- <noscript>
927
- <style type="text/css">
928
- .bws_product_button {
929
- display: inline-block;
930
- }
931
- </style>
932
- </noscript>
933
- <?php }
934
  }
935
- }
936
-
937
- add_action( 'admin_init', 'bws_plugin_init' );
938
- add_action( 'admin_enqueue_scripts', 'bws_admin_enqueue_scripts' );
939
- add_action( 'admin_head', 'bws_admin_head' );
940
- ?>
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
+ * Version: 1.4.8
5
  */
6
 
7
+ if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
8
+ require_once( dirname( __FILE__ ) . '/bws_functions.php' );
9
+
10
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
11
  function bws_add_menu_render() {
12
+ global $wpdb, $wp_version, $bws_plugin_info;
13
  $error = $message = $bwsmn_form_email = '';
14
  $bws_donate_link = 'https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&product_id=94';
15
 
210
  'link' => 'http://bestwebsoft.com/products/htaccess/?k=2b865fcd56a935d22c5c4f1bba52ed46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
211
  'download' => 'http://bestwebsoft.com/products/htaccess/download/?k=2b865fcd56a935d22c5c4f1bba52ed46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
212
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Htaccess+Bestwebsoft&plugin-search-input=Search+Plugins',
213
+ 'settings' => 'admin.php?page=htaccess.php',
214
+ 'pro_version' => 'htaccess-pro/htaccess-pro.php',
215
+ 'purchase' => 'http://bestwebsoft.com/products/htaccess/buy/?k=59e9209a32864be534fda77d5e591c15&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
216
+ 'pro_settings' => 'admin.php?page=htaccess-pro.php'
217
  ),
218
  'google-captcha/google-captcha.php' => array(
219
  'name' => 'Google Captcha (reCAPTCHA) by BestWebSoft',
376
  'download' => 'http://bestwebsoft.com/products/bws-smtp/download/?k=0546419f962704429ad2d9b88567752f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
377
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=SMTP+BestWebSoft&plugin-search-input=Search+Plugins',
378
  'settings' => 'admin.php?page=bwssmtp_settings'
379
+ ),
380
+ 'promobar/promobar.php' => array(
381
+ 'name' => 'PromoBar',
382
+ 'description' => 'This plugin allows placing banners with any data on your website.',
383
+ 'link' => 'http://bestwebsoft.com/products/promobar/?k=619eac2232d9cfa382c4e678c3b14766&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
384
+ 'download' => 'http://bestwebsoft.com/products/promobar/download/?k=619eac2232d9cfa382c4e678c3b14766&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
385
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=PromoBar+BestWebSoft&plugin-search-input=Search+Plugins',
386
+ 'settings' => 'admin.php?page=promobar.php',
387
+ 'pro_version' => 'promobar-pro/promobar-pro.php',
388
+ 'purchase' => 'http://bestwebsoft.com/products/promobar/buy/?k=a9b09708502f12a1483532ba12fe2103&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
389
+ 'pro_settings' => 'admin.php?page=promobar-pro.php'
390
  )
391
  );
392
 
911
  <?php }
912
  }
913
 
914
+ if ( ! function_exists( 'bws_get_banner_array' ) ) {
915
+ function bws_get_banner_array() {
916
+ global $bstwbsftwppdtplgns_banner_array;
917
+ $bstwbsftwppdtplgns_banner_array = array(
918
+ array( 'prmbr_hide_banner_on_plugin_page', 'promobar/promobar.php', '1.0.0' ),
919
+ array( 'gglnltcs_hide_banner_on_plugin_page', 'bws-google-analytics/bws-google-analytics.php', '1.6.2' ),
920
+ array( 'htccss_hide_banner_on_plugin_page', 'htaccess/htaccess.php', '1.6.3' ),
921
+ array( 'sbscrbr_hide_banner_on_plugin_page', 'subscriber/subscriber.php', '1.1.8' ),
922
+ array( 'lmtttmpts_hide_banner_on_plugin_page', 'limit-attempts/limit-attempts.php', '1.0.2' ),
923
+ array( 'sndr_hide_banner_on_plugin_page', 'sender/sender.php', '0.5' ),
924
+ array( 'srrl_hide_banner_on_plugin_page', 'user-role/user-role.php', '1.4' ),
925
+ array( 'pdtr_hide_banner_on_plugin_page', 'updater/updater.php', '1.12' ),
926
+ array( 'cntctfrmtdb_hide_banner_on_plugin_page', 'contact-form-to-db/contact_form_to_db.php', '1.2' ),
927
+ array( 'cntctfrmmlt_hide_banner_on_plugin_page', 'contact-form-multi/contact-form-multi.php', '1.0.7' ),
928
+ array( 'gglmps_hide_banner_on_plugin_page', 'bws-google-maps/bws-google-maps.php', '1.2' ),
929
+ array( 'fcbkbttn_hide_banner_on_plugin_page', 'facebook-button-plugin/facebook-button-plugin.php', '2.29' ),
930
+ array( 'twttr_hide_banner_on_plugin_page', 'twitter-plugin/twitter.php', '2.34' ),
931
+ array( 'pdfprnt_hide_banner_on_plugin_page', 'pdf-print/pdf-print.php', '1.7.1' ),
932
+ array( 'gglplsn_hide_banner_on_plugin_page', 'google-one/google-plus-one.php', '1.1.4' ),
933
+ array( 'gglstmp_hide_banner_on_plugin_page', 'google-sitemap-plugin/google-sitemap-plugin.php', '2.8.4' ),
934
+ array( 'cntctfrmpr_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-pro/contact_form_pro.php', '1.14' ),
935
+ array( 'cntctfrm_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.62' ),
936
+ array( 'cntctfrm_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.47' ),
937
+ array( 'cptch_hide_banner_on_plugin_page', 'captcha/captcha.php', '3.8.4' ),
938
+ array( 'gllr_hide_banner_on_plugin_page', 'gallery-plugin/gallery-plugin.php', '3.9.1' )
939
+ );
 
 
 
 
 
 
 
 
 
 
 
940
  }
941
+ }
 
 
 
 
 
bws_menu/css/general_style.css CHANGED
@@ -10,6 +10,10 @@
10
  .sticky-menu #toplevel_page_bws_plugins .wp-submenu .wp-first-item {
11
  display: none;
12
  }
 
 
 
 
13
  /*
14
  * styles for rate-support div on the settings page
15
  */
@@ -210,7 +214,7 @@ a.bws_plugin_pro_version {
210
  border: none;
211
  font-size: 14px;
212
  margin: 18px 0 18px 16px;
213
- padding: 12px 0;
214
  color: #FFF;
215
  text-shadow: none;
216
  font-weight: bold;
@@ -222,7 +226,6 @@ a.bws_plugin_pro_version {
222
  height: 50px;
223
  text-align: center;
224
  text-transform: uppercase;
225
- width: 147px;
226
  box-shadow: none;
227
  line-height: 26px;
228
  }
10
  .sticky-menu #toplevel_page_bws_plugins .wp-submenu .wp-first-item {
11
  display: none;
12
  }
13
+ .bws_info {
14
+ color: #888888;
15
+ font-size: 10px;
16
+ }
17
  /*
18
  * styles for rate-support div on the settings page
19
  */
214
  border: none;
215
  font-size: 14px;
216
  margin: 18px 0 18px 16px;
217
+ padding: 12px 29px;
218
  color: #FFF;
219
  text-shadow: none;
220
  font-weight: bold;
226
  height: 50px;
227
  text-align: center;
228
  text-transform: uppercase;
 
229
  box-shadow: none;
230
  line-height: 26px;
231
  }
bws_menu/css/general_style_wp_before_3.8.css CHANGED
@@ -14,6 +14,10 @@
14
  #toplevel_page_bws_plugins .wp-submenu .wp-first-item {
15
  display: none;
16
  }
 
 
 
 
17
  /*
18
  * styles for rate-support div on the settings page
19
  */
@@ -215,7 +219,7 @@ a.bws_plugin_pro_version {
215
  border: none;
216
  font-size: 14px;
217
  margin: 18px 0 18px 16px;
218
- padding: 14px 0;
219
  color: #FFF;
220
  text-shadow: none;
221
  font-weight: bold;
@@ -227,7 +231,6 @@ a.bws_plugin_pro_version {
227
  height: 50px;
228
  text-align: center;
229
  text-transform: uppercase;
230
- width: 147px;
231
  box-shadow: none;
232
  -moz-box-sizing: border-box;
233
  -webkit-box-sizing: border-box;
14
  #toplevel_page_bws_plugins .wp-submenu .wp-first-item {
15
  display: none;
16
  }
17
+ .bws_info {
18
+ color: #888888;
19
+ font-size: 10px;
20
+ }
21
  /*
22
  * styles for rate-support div on the settings page
23
  */
219
  border: none;
220
  font-size: 14px;
221
  margin: 18px 0 18px 16px;
222
+ padding: 14px 29px;
223
  color: #FFF;
224
  text-shadow: none;
225
  font-weight: bold;
231
  height: 50px;
232
  text-align: center;
233
  text-transform: uppercase;
 
234
  box-shadow: none;
235
  -moz-box-sizing: border-box;
236
  -webkit-box-sizing: border-box;
bws_menu/icons/bws-popular-posts.png CHANGED
File without changes
bws_menu/icons/bws-smtp.png CHANGED
File without changes
bws_menu/icons/email-queue.png CHANGED
File without changes
bws_menu/icons/job-board.png CHANGED
File without changes
bws_menu/icons/multilanguage.png CHANGED
File without changes
bws_menu/icons/promobar.png ADDED
Binary file
{images → bws_menu/images}/close_banner.png RENAMED
File without changes
{images → bws_menu/images}/px.png RENAMED
File without changes
{js → bws_menu/js}/c_o_o_k_i_e.js RENAMED
File without changes
bws_menu/languages/bestwebsoft-de_DE.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-de_DE.po CHANGED
@@ -2,394 +2,612 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-11-05 16:30+0300\n"
6
- "PO-Revision-Date: 2014-11-05 16:30+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Lothar Schiborr <lothar.schiborr@web.de>\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
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
- "X-Generator: Poedit 1.5.7\n"
15
- "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-Basepath: ..\n"
18
  "X-Textdomain-Support: yes\n"
 
19
  "X-Poedit-SearchPath-0: .\n"
20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  # @ captcha
22
- #: bws_menu.php:351
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  msgid "Not set"
24
  msgstr "Nicht festgelegt"
25
 
26
  # @ captcha
27
- #: bws_menu.php:353
28
- #: bws_menu.php:354
29
  msgid "On"
30
  msgstr "Ein"
31
 
32
  # @ captcha
33
- #: bws_menu.php:353
34
- #: bws_menu.php:354
35
  msgid "Off"
36
  msgstr "Ausgeschaltet"
37
 
38
  # @ captcha
39
- #: bws_menu.php:355
40
- #: bws_menu.php:356
41
- #: bws_menu.php:357
42
- #: bws_menu.php:358
43
- #: bws_menu.php:359
44
- #: bws_menu.php:371
45
  msgid "N/A"
46
  msgstr "keine Angaben"
47
 
48
  # @ captcha
49
- #: bws_menu.php:359
50
  msgid " Mb"
51
  msgstr " Mb"
52
 
53
  # @ captcha
54
- #: bws_menu.php:360
55
- #: bws_menu.php:361
56
- #: bws_menu.php:362
57
- #: bws_menu.php:367
58
  msgid "Yes"
59
  msgstr "Ja"
60
 
61
  # @ captcha
62
- #: bws_menu.php:360
63
- #: bws_menu.php:361
64
- #: bws_menu.php:362
65
- #: bws_menu.php:369
66
  msgid "No"
67
  msgstr "Nein"
68
 
69
  # @ captcha
70
- #: bws_menu.php:379
71
  msgid "Operating System"
72
  msgstr "Betriebs-System"
73
 
74
  # @ captcha
75
- #: bws_menu.php:380
76
  msgid "Server"
77
  msgstr "Server"
78
 
79
  # @ captcha
80
- #: bws_menu.php:381
81
  msgid "Memory usage"
82
  msgstr "Speichernutzung"
83
 
84
  # @ captcha
85
- #: bws_menu.php:382
86
  msgid "MYSQL Version"
87
  msgstr "MYSQL Version"
88
 
89
  # @ captcha
90
- #: bws_menu.php:383
91
  msgid "SQL Mode"
92
  msgstr "SQL Modus"
93
 
94
  # @ captcha
95
- #: bws_menu.php:384
96
  msgid "PHP Version"
97
  msgstr "PHP Version"
98
 
99
  # @ captcha
100
- #: bws_menu.php:385
101
  msgid "PHP Safe Mode"
102
  msgstr "PHP Gesicherter Modus"
103
 
104
  # @ captcha
105
- #: bws_menu.php:386
106
  msgid "PHP Allow URL fopen"
107
  msgstr "PHP Erlaubet URL zu öffnen (fopen)"
108
 
109
  # @ captcha
110
- #: bws_menu.php:387
111
  msgid "PHP Memory Limit"
112
  msgstr "PHP Speicher-Grenze"
113
 
114
  # @ captcha
115
- #: bws_menu.php:388
116
  msgid "PHP Max Upload Size"
117
  msgstr "PHP Maximale Upload Größe"
118
 
119
  # @ captcha
120
- #: bws_menu.php:389
121
  msgid "PHP Max Post Size"
122
  msgstr "PHP Maximale Beitrags-Größe"
123
 
124
  # @ captcha
125
- #: bws_menu.php:390
126
  msgid "PHP Max Script Execute Time"
127
  msgstr "PHP Maximale Script Ausführungszeit"
128
 
129
  # @ captcha
130
- #: bws_menu.php:391
131
  msgid "PHP Exif support"
132
  msgstr "PHP Exif Support"
133
 
134
  # @ captcha
135
- #: bws_menu.php:392
136
  msgid "PHP IPTC support"
137
  msgstr "PHP IPTC Support"
138
 
139
  # @ captcha
140
- #: bws_menu.php:393
141
  msgid "PHP XML support"
142
  msgstr "PHP XML Support"
143
 
144
  # @ captcha
145
- #: bws_menu.php:394
146
  msgid "Site URL"
147
  msgstr "Site URL"
148
 
149
  # @ captcha
150
- #: bws_menu.php:395
151
  msgid "Home URL"
152
  msgstr "Home URL"
153
 
154
  # @ captcha
155
- #: bws_menu.php:398
156
  msgid "WordPress Version"
157
  msgstr "WordPress Version"
158
 
159
  # @ captcha
160
- #: bws_menu.php:399
161
  msgid "WordPress DB Version"
162
  msgstr "WordPress DB Version"
163
 
164
  # @ captcha
165
- #: bws_menu.php:400
166
  msgid "Multisite"
167
  msgstr "Multisite"
168
 
169
  # @ captcha
170
- #: bws_menu.php:401
171
  msgid "Active Theme"
172
  msgstr "Actives Theme"
173
 
174
  # @ captcha
175
- #: bws_menu.php:416
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:420
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:424
186
  msgid "Thank you for contacting us."
187
  msgstr "Vielen Dank für Ihre Kontaktaufnahme."
188
 
189
  # @ captcha
190
- #: bws_menu.php:457
191
  msgid "Sorry, email message could not be delivered."
192
  msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
193
 
194
- #: bws_menu.php:465
195
  msgid "Need help?"
196
  msgstr ""
197
 
198
- #: bws_menu.php:466
199
  msgid "Client area"
200
  msgstr ""
201
 
202
  # @ captcha
203
- #: bws_menu.php:467
204
- #: bws_menu.php:778
205
  msgid "System status"
206
  msgstr "System Status"
207
 
208
  # @ captcha
209
- #: bws_menu.php:472
210
  #, fuzzy
211
  msgid "Plugins"
212
  msgstr "BWS Plugins"
213
 
214
- #: bws_menu.php:474
215
  msgid "Themes"
216
  msgstr ""
217
 
218
- #: bws_menu.php:479
219
  msgid "All"
220
  msgstr ""
221
 
222
  # @ default
223
- #: bws_menu.php:480
224
  #, fuzzy
225
  msgid "Installed"
226
  msgstr "Installiere %s"
227
 
228
  # @ captcha
229
- #: bws_menu.php:481
230
  #, fuzzy
231
  msgid "Recommended"
232
  msgstr "Empfohlene Plugins"
233
 
234
  # @ captcha
235
- #: bws_menu.php:485
236
  msgid "Installed plugins"
237
  msgstr "Installierte Plugins"
238
 
239
  # @ captcha
240
- #: bws_menu.php:514
241
- #: bws_menu.php:536
242
- #: bws_menu.php:563
243
- #: bws_menu.php:593
244
- #: bws_menu.php:639
245
- #, fuzzy
246
- msgid "Learn more"
247
- msgstr "Lesen Sie mehr"
248
-
249
- # @ captcha
250
- #: bws_menu.php:517
251
- #: bws_menu.php:566
252
  msgid "Settings"
253
  msgstr "Einstellungen"
254
 
255
  # @ captcha
256
- #: bws_menu.php:538
257
- #: bws_menu.php:595
258
  #, fuzzy
259
  msgid "Activate this plugin"
260
  msgstr "Aktivierte Plugins"
261
 
262
- # @ captcha
263
- #: bws_menu.php:538
264
- #: bws_menu.php:595
265
- #, fuzzy
266
- msgid "Activate"
267
- msgstr "Aktivierte Plugins"
268
-
269
- #: bws_menu.php:553
270
- #: bws_menu.php:583
271
- #: bws_menu.php:629
272
  msgid "Go"
273
  msgstr ""
274
 
275
- #: bws_menu.php:557
276
- #: bws_menu.php:587
277
- #: bws_menu.php:633
278
  msgid "DONATE"
279
  msgstr ""
280
 
281
  # @ captcha
282
- #: bws_menu.php:603
283
  msgid "Recommended plugins"
284
  msgstr "Empfohlene Plugins"
285
 
286
  # @ default
287
- #: bws_menu.php:641
288
  #, fuzzy
289
  msgid "Install now"
290
  msgstr "Installiere %s"
291
 
292
- #: bws_menu.php:662
293
  msgid "Try again"
294
  msgstr ""
295
 
296
- #: bws_menu.php:680
297
  #, php-format
298
  msgid "Preview &#8220;%s&#8221;"
299
  msgstr ""
300
 
301
  # @ default
302
- #: bws_menu.php:711
303
  #, php-format
304
  msgid "Install %s"
305
  msgstr "Installiere %s"
306
 
307
  # @ default
308
- #: bws_menu.php:711
309
  #, fuzzy
310
  msgid "Install Now"
311
  msgstr "Installiere %s"
312
 
313
- #: bws_menu.php:714
314
  #, php-format
315
  msgid "Update to version %s"
316
  msgstr ""
317
 
318
- #: bws_menu.php:714
319
  msgid "Update"
320
  msgstr ""
321
 
322
- #: bws_menu.php:721
323
  #, php-format
324
  msgid "Preview %s"
325
  msgstr ""
326
 
327
- #: bws_menu.php:721
328
  msgid "Preview"
329
  msgstr ""
330
 
331
- #: bws_menu.php:727
332
- #: bws_menu.php:759
333
  #, php-format
334
  msgid "By %s"
335
  msgstr ""
336
 
337
- #: bws_menu.php:733
338
  msgid "Details"
339
  msgstr ""
340
 
341
  # @ default
342
- #: bws_menu.php:765
343
  #, fuzzy
344
  msgid "Already Installed"
345
  msgstr "Installiere %s"
346
 
347
  # @ captcha
348
- #: bws_menu.php:781
349
  msgid "Environment"
350
  msgstr "Umgebungsvariable"
351
 
352
  # @ captcha
353
- #: bws_menu.php:792
354
  msgid "Active Plugins"
355
  msgstr "Aktivierte Plugins"
356
 
357
  # @ captcha
358
- #: bws_menu.php:805
359
  msgid "Inactive Plugins"
360
  msgstr "Inactive Plugins"
361
 
362
  # @ captcha
363
- #: bws_menu.php:821
364
  msgid "Send to support"
365
  msgstr "Sende zuzm Support"
366
 
367
  # @ captcha
368
- #: bws_menu.php:828
369
  msgid "Send to custom email &#187;"
370
  msgstr "Senden Sie eine benutzerdefinierte E-Mail zu &#187;"
371
 
372
  # @ captcha
373
  #~ msgid "Pro plugins"
374
  #~ msgstr "BWS Plugins"
 
375
  # @ captcha
376
  #~ msgid "Activated plugins"
377
  #~ msgstr "Aktivierte Plugins"
 
378
  # @ captcha
379
  #~ msgid "Read more"
380
  #~ msgstr "Lesen Sie mehr"
 
381
  # @ captcha
382
  #~ msgid "Purchase"
383
  #~ msgstr "Kaufen"
 
384
  # @ captcha
385
  #~ msgid "Free plugins"
386
  #~ msgstr "Freie Plugins"
 
387
  # @ captcha
388
  #~ msgid "Download"
389
  #~ msgstr "Herunterladen"
 
390
  # @ captcha
391
  #~ msgid "Install now from wordpress.org"
392
  #~ msgstr "Installiere jetzt von wordpress.org"
 
393
  # @ captcha
394
  #, fuzzy
395
  #~ msgid "Activated theme"
@@ -405,9 +623,6 @@ msgstr "Senden Sie eine benutzerdefinierte E-Mail zu &#187;"
405
  #~ msgid "Recommended themes"
406
  #~ msgstr "Empfohlene Plugins"
407
 
408
- # @ captcha
409
- #~ msgid "If you have any questions, please contact us via"
410
- #~ msgstr "Wenn Sie irgendwelche Fragen haben, kontaktieren Sie uns bitte über"
411
  # @ default
412
  #, fuzzy
413
  #~ msgid "installed"
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-05 13:11+0300\n"
6
+ "PO-Revision-Date: 2015-03-05 13:12+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Lothar Schiborr <lothar.schiborr@web.de>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Generator: Poedit 1.5.4\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Textdomain-Support: yes\n"
18
+ "Language: de_DE\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: bws_functions.php:84
22
+ msgid "requires"
23
+ msgstr ""
24
+
25
+ #: bws_functions.php:85
26
+ msgid ""
27
+ "or higher, that is why it has been deactivated! Please upgrade WordPress and "
28
+ "try again."
29
+ msgstr ""
30
+
31
+ #: bws_functions.php:86
32
+ msgid "Back to the WordPress"
33
+ msgstr ""
34
+
35
+ # @ captcha
36
+ #: bws_functions.php:87
37
+ #, fuzzy
38
+ msgid "Plugins page"
39
+ msgstr "BWS Plugins"
40
+
41
+ # @ captcha
42
+ #: bws_functions.php:134
43
+ #, fuzzy
44
+ msgid "Learn More"
45
+ msgstr "Lesen Sie mehr"
46
+
47
+ #: bws_functions.php:137
48
+ msgid "It’s time to upgrade your"
49
+ msgstr ""
50
+
51
+ #: bws_functions.php:137
52
+ msgid "to"
53
+ msgstr ""
54
+
55
+ # @ captcha
56
+ #: bws_functions.php:137
57
+ #, fuzzy
58
+ msgid "version!"
59
+ msgstr "PHP Version"
60
+
61
+ #: bws_functions.php:138
62
+ msgid "Extend standard plugin functionality with new great options."
63
+ msgstr ""
64
+
65
+ #: bws_functions.php:158
66
+ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
67
+ msgstr ""
68
+
69
+ # @ captcha
70
+ #: bws_functions.php:159
71
+ #, fuzzy
72
+ msgid "Rate the plugin"
73
+ msgstr "Aktivierte Plugins"
74
+
75
+ # @ captcha
76
+ #: bws_functions.php:162
77
+ #, fuzzy
78
+ msgid "If there is something wrong about it, please contact us"
79
+ msgstr "Wenn Sie irgendwelche Fragen haben, kontaktieren Sie uns bitte über"
80
+
81
+ #: bws_functions.php:179 bws_functions.php:215 bws_functions.php:395
82
+ msgid "Wrong license key"
83
+ msgstr ""
84
+
85
+ #: bws_functions.php:209 bws_functions.php:389 bws_functions.php:426
86
+ msgid ""
87
+ "Something went wrong. Please try again later. If the error appears again, "
88
+ "please contact us"
89
+ msgstr ""
90
+
91
+ #: bws_functions.php:209 bws_functions.php:389 bws_functions.php:426
92
+ msgid "We are sorry for inconvenience."
93
+ msgstr ""
94
+
95
+ #: bws_functions.php:217 bws_functions.php:397
96
+ msgid "This license key is bind to another site"
97
+ msgstr ""
98
+
99
+ #: bws_functions.php:219 bws_functions.php:348
100
+ msgid ""
101
+ "Unfortunately, you have exceeded the number of available tries per day. "
102
+ "Please, upload the plugin manually."
103
+ msgstr ""
104
+
105
+ #: bws_functions.php:221
106
+ msgid ""
107
+ "Unfortunately, Your license has expired. To continue getting top-priority "
108
+ "support and plugin updates you should extend it in your"
109
+ msgstr ""
110
+
111
+ #: bws_functions.php:223
112
+ msgid ""
113
+ "Unfortunately, the PRO licence was already installed to this domain. The PRO "
114
+ "Trial license can be installed only once."
115
+ msgstr ""
116
+
117
+ #: bws_functions.php:234 bws_functions.php:256 bws_functions.php:278
118
+ msgid "Failed to download the zip archive. Please, upload the plugin manually"
119
+ msgstr ""
120
+
121
+ #: bws_functions.php:246
122
+ msgid "Failed to open the zip archive. Please, upload the plugin manually"
123
+ msgstr ""
124
+
125
+ #: bws_functions.php:252
126
+ msgid ""
127
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
128
+ "plugin manually"
129
+ msgstr ""
130
+
131
+ #: bws_functions.php:259
132
+ msgid "UploadDir is not writable. Please, upload the plugin manually"
133
+ msgstr ""
134
+
135
+ #: bws_functions.php:282
136
+ msgid ""
137
+ "Something went wrong. Try again later or upload the plugin manually. We are "
138
+ "sorry for inconvenience."
139
+ msgstr ""
140
+
141
+ #: bws_functions.php:307
142
+ msgid "Please, enter Your license key"
143
+ msgstr ""
144
+
145
+ #: bws_functions.php:324
146
+ msgid ""
147
+ "Congratulations! The PRO version of the plugin is successfully download and "
148
+ "activated."
149
+ msgstr ""
150
+
151
+ #: bws_functions.php:326
152
+ msgid "Please, go to"
153
+ msgstr ""
154
+
155
+ #: bws_functions.php:326
156
+ msgid "the setting page"
157
+ msgstr ""
158
+
159
+ #: bws_functions.php:327
160
+ msgid "You will be redirected automatically in 5 seconds."
161
+ msgstr ""
162
+
163
+ #: bws_functions.php:332
164
+ msgid "You can download and activate"
165
+ msgstr ""
166
+
167
+ #: bws_functions.php:334
168
+ msgid "version of this plugin by entering Your license key."
169
+ msgstr ""
170
+
171
+ #: bws_functions.php:336
172
+ msgid ""
173
+ "You can find your license key on your personal page Client area, by clicking "
174
+ "on the link"
175
+ msgstr ""
176
+
177
+ #: bws_functions.php:338
178
+ msgid "(your username is the email you specify when purchasing the product)."
179
+ msgstr ""
180
+
181
+ # @ captcha
182
+ #: bws_functions.php:346 bws_functions.php:354 bws_menu.php:613
183
+ #: bws_menu.php:670
184
+ #, fuzzy
185
+ msgid "Activate"
186
+ msgstr "Aktivierte Plugins"
187
+
188
+ #: bws_functions.php:399
189
+ msgid ""
190
+ "This license key is valid, but Your license has expired. If you want to "
191
+ "update our plugin in future, you should extend the license."
192
+ msgstr ""
193
+
194
+ #: bws_functions.php:401
195
+ msgid "Unfortunately, you have exceeded the number of available tries."
196
+ msgstr ""
197
+
198
+ #: bws_functions.php:405
199
+ msgid "The license key is valid. Your license will expire on"
200
+ msgstr ""
201
+
202
+ #: bws_functions.php:407
203
+ msgid "The license key is valid."
204
+ msgstr ""
205
+
206
+ #: bws_functions.php:431
207
+ msgid "Please, enter your license key"
208
+ msgstr ""
209
+
210
+ #: bws_functions.php:444
211
+ msgid ""
212
+ "If needed you can check if the license key is correct or reenter it in the "
213
+ "field below. You can find your license key on your personal page - Client "
214
+ "area - on our website"
215
+ msgstr ""
216
+
217
+ #: bws_functions.php:444
218
+ msgid ""
219
+ "(your username is the email you specify when purchasing the product). If "
220
+ "necessary, please submit \"Lost your password?\" request."
221
+ msgstr ""
222
+
223
+ #: bws_functions.php:448
224
+ msgid "Check license key"
225
+ msgstr ""
226
+
227
+ #: bws_functions.php:462
228
+ msgid ""
229
+ "WARNING: We have noticed illegal use of our plugin by you. We strongly "
230
+ "recommend you to solve the problem within 24 hours, otherwise the plugin "
231
+ "will be deactivated. Please go to your personal"
232
+ msgstr ""
233
+
234
+ #: bws_functions.php:462
235
+ msgid ""
236
+ "(your username is the email you specify when purchasing the product), where "
237
+ "you can make the necessary changes."
238
+ msgstr ""
239
+
240
+ #: bws_functions.php:468
241
+ msgid ""
242
+ "Your license has expired. To continue getting top-priority support and "
243
+ "plugin updates you should extend it."
244
+ msgstr ""
245
+
246
  # @ captcha
247
+ #: bws_functions.php:468 bws_functions.php:502 bws_menu.php:589
248
+ #: bws_menu.php:611 bws_menu.php:638 bws_menu.php:668 bws_menu.php:714
249
+ #, fuzzy
250
+ msgid "Learn more"
251
+ msgstr "Lesen Sie mehr"
252
+
253
+ #: bws_functions.php:502
254
+ msgid "You license for"
255
+ msgstr ""
256
+
257
+ #: bws_functions.php:502
258
+ msgid "expires on"
259
+ msgstr ""
260
+
261
+ #: bws_functions.php:502
262
+ msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
263
+ msgstr ""
264
+
265
+ #: bws_functions.php:580
266
+ msgid "Close"
267
+ msgstr ""
268
+
269
+ # @ captcha
270
+ #: bws_menu.php:426
271
  msgid "Not set"
272
  msgstr "Nicht festgelegt"
273
 
274
  # @ captcha
275
+ #: bws_menu.php:428 bws_menu.php:429
 
276
  msgid "On"
277
  msgstr "Ein"
278
 
279
  # @ captcha
280
+ #: bws_menu.php:428 bws_menu.php:429
 
281
  msgid "Off"
282
  msgstr "Ausgeschaltet"
283
 
284
  # @ captcha
285
+ #: bws_menu.php:430 bws_menu.php:431 bws_menu.php:432 bws_menu.php:433
286
+ #: bws_menu.php:434 bws_menu.php:446
 
 
 
 
287
  msgid "N/A"
288
  msgstr "keine Angaben"
289
 
290
  # @ captcha
291
+ #: bws_menu.php:434
292
  msgid " Mb"
293
  msgstr " Mb"
294
 
295
  # @ captcha
296
+ #: bws_menu.php:435 bws_menu.php:436 bws_menu.php:437 bws_menu.php:442
 
 
 
297
  msgid "Yes"
298
  msgstr "Ja"
299
 
300
  # @ captcha
301
+ #: bws_menu.php:435 bws_menu.php:436 bws_menu.php:437 bws_menu.php:444
 
 
 
302
  msgid "No"
303
  msgstr "Nein"
304
 
305
  # @ captcha
306
+ #: bws_menu.php:454
307
  msgid "Operating System"
308
  msgstr "Betriebs-System"
309
 
310
  # @ captcha
311
+ #: bws_menu.php:455
312
  msgid "Server"
313
  msgstr "Server"
314
 
315
  # @ captcha
316
+ #: bws_menu.php:456
317
  msgid "Memory usage"
318
  msgstr "Speichernutzung"
319
 
320
  # @ captcha
321
+ #: bws_menu.php:457
322
  msgid "MYSQL Version"
323
  msgstr "MYSQL Version"
324
 
325
  # @ captcha
326
+ #: bws_menu.php:458
327
  msgid "SQL Mode"
328
  msgstr "SQL Modus"
329
 
330
  # @ captcha
331
+ #: bws_menu.php:459
332
  msgid "PHP Version"
333
  msgstr "PHP Version"
334
 
335
  # @ captcha
336
+ #: bws_menu.php:460
337
  msgid "PHP Safe Mode"
338
  msgstr "PHP Gesicherter Modus"
339
 
340
  # @ captcha
341
+ #: bws_menu.php:461
342
  msgid "PHP Allow URL fopen"
343
  msgstr "PHP Erlaubet URL zu öffnen (fopen)"
344
 
345
  # @ captcha
346
+ #: bws_menu.php:462
347
  msgid "PHP Memory Limit"
348
  msgstr "PHP Speicher-Grenze"
349
 
350
  # @ captcha
351
+ #: bws_menu.php:463
352
  msgid "PHP Max Upload Size"
353
  msgstr "PHP Maximale Upload Größe"
354
 
355
  # @ captcha
356
+ #: bws_menu.php:464
357
  msgid "PHP Max Post Size"
358
  msgstr "PHP Maximale Beitrags-Größe"
359
 
360
  # @ captcha
361
+ #: bws_menu.php:465
362
  msgid "PHP Max Script Execute Time"
363
  msgstr "PHP Maximale Script Ausführungszeit"
364
 
365
  # @ captcha
366
+ #: bws_menu.php:466
367
  msgid "PHP Exif support"
368
  msgstr "PHP Exif Support"
369
 
370
  # @ captcha
371
+ #: bws_menu.php:467
372
  msgid "PHP IPTC support"
373
  msgstr "PHP IPTC Support"
374
 
375
  # @ captcha
376
+ #: bws_menu.php:468
377
  msgid "PHP XML support"
378
  msgstr "PHP XML Support"
379
 
380
  # @ captcha
381
+ #: bws_menu.php:469
382
  msgid "Site URL"
383
  msgstr "Site URL"
384
 
385
  # @ captcha
386
+ #: bws_menu.php:470
387
  msgid "Home URL"
388
  msgstr "Home URL"
389
 
390
  # @ captcha
391
+ #: bws_menu.php:473
392
  msgid "WordPress Version"
393
  msgstr "WordPress Version"
394
 
395
  # @ captcha
396
+ #: bws_menu.php:474
397
  msgid "WordPress DB Version"
398
  msgstr "WordPress DB Version"
399
 
400
  # @ captcha
401
+ #: bws_menu.php:475
402
  msgid "Multisite"
403
  msgstr "Multisite"
404
 
405
  # @ captcha
406
+ #: bws_menu.php:476
407
  msgid "Active Theme"
408
  msgstr "Actives Theme"
409
 
410
  # @ captcha
411
+ #: bws_menu.php:491
412
  msgid "Please enter a valid email address."
413
  msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
414
 
415
  # @ captcha
416
+ #: bws_menu.php:495
417
  msgid "Email with system info is sent to "
418
  msgstr "E-Mail-mit System Informationen wird gesendet an "
419
 
420
  # @ captcha
421
+ #: bws_menu.php:499
422
  msgid "Thank you for contacting us."
423
  msgstr "Vielen Dank für Ihre Kontaktaufnahme."
424
 
425
  # @ captcha
426
+ #: bws_menu.php:532
427
  msgid "Sorry, email message could not be delivered."
428
  msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
429
 
430
+ #: bws_menu.php:540
431
  msgid "Need help?"
432
  msgstr ""
433
 
434
+ #: bws_menu.php:541
435
  msgid "Client area"
436
  msgstr ""
437
 
438
  # @ captcha
439
+ #: bws_menu.php:542 bws_menu.php:853
 
440
  msgid "System status"
441
  msgstr "System Status"
442
 
443
  # @ captcha
444
+ #: bws_menu.php:547
445
  #, fuzzy
446
  msgid "Plugins"
447
  msgstr "BWS Plugins"
448
 
449
+ #: bws_menu.php:549
450
  msgid "Themes"
451
  msgstr ""
452
 
453
+ #: bws_menu.php:554
454
  msgid "All"
455
  msgstr ""
456
 
457
  # @ default
458
+ #: bws_menu.php:555
459
  #, fuzzy
460
  msgid "Installed"
461
  msgstr "Installiere %s"
462
 
463
  # @ captcha
464
+ #: bws_menu.php:556
465
  #, fuzzy
466
  msgid "Recommended"
467
  msgstr "Empfohlene Plugins"
468
 
469
  # @ captcha
470
+ #: bws_menu.php:560
471
  msgid "Installed plugins"
472
  msgstr "Installierte Plugins"
473
 
474
  # @ captcha
475
+ #: bws_menu.php:592 bws_menu.php:641
 
 
 
 
 
 
 
 
 
 
 
476
  msgid "Settings"
477
  msgstr "Einstellungen"
478
 
479
  # @ captcha
480
+ #: bws_menu.php:613 bws_menu.php:670
 
481
  #, fuzzy
482
  msgid "Activate this plugin"
483
  msgstr "Aktivierte Plugins"
484
 
485
+ #: bws_menu.php:628 bws_menu.php:658 bws_menu.php:704
 
 
 
 
 
 
 
 
 
486
  msgid "Go"
487
  msgstr ""
488
 
489
+ #: bws_menu.php:632 bws_menu.php:662 bws_menu.php:708
 
 
490
  msgid "DONATE"
491
  msgstr ""
492
 
493
  # @ captcha
494
+ #: bws_menu.php:678
495
  msgid "Recommended plugins"
496
  msgstr "Empfohlene Plugins"
497
 
498
  # @ default
499
+ #: bws_menu.php:716
500
  #, fuzzy
501
  msgid "Install now"
502
  msgstr "Installiere %s"
503
 
504
+ #: bws_menu.php:737
505
  msgid "Try again"
506
  msgstr ""
507
 
508
+ #: bws_menu.php:755
509
  #, php-format
510
  msgid "Preview &#8220;%s&#8221;"
511
  msgstr ""
512
 
513
  # @ default
514
+ #: bws_menu.php:786
515
  #, php-format
516
  msgid "Install %s"
517
  msgstr "Installiere %s"
518
 
519
  # @ default
520
+ #: bws_menu.php:786
521
  #, fuzzy
522
  msgid "Install Now"
523
  msgstr "Installiere %s"
524
 
525
+ #: bws_menu.php:789
526
  #, php-format
527
  msgid "Update to version %s"
528
  msgstr ""
529
 
530
+ #: bws_menu.php:789
531
  msgid "Update"
532
  msgstr ""
533
 
534
+ #: bws_menu.php:796
535
  #, php-format
536
  msgid "Preview %s"
537
  msgstr ""
538
 
539
+ #: bws_menu.php:796
540
  msgid "Preview"
541
  msgstr ""
542
 
543
+ #: bws_menu.php:802 bws_menu.php:834
 
544
  #, php-format
545
  msgid "By %s"
546
  msgstr ""
547
 
548
+ #: bws_menu.php:808
549
  msgid "Details"
550
  msgstr ""
551
 
552
  # @ default
553
+ #: bws_menu.php:840
554
  #, fuzzy
555
  msgid "Already Installed"
556
  msgstr "Installiere %s"
557
 
558
  # @ captcha
559
+ #: bws_menu.php:856
560
  msgid "Environment"
561
  msgstr "Umgebungsvariable"
562
 
563
  # @ captcha
564
+ #: bws_menu.php:867
565
  msgid "Active Plugins"
566
  msgstr "Aktivierte Plugins"
567
 
568
  # @ captcha
569
+ #: bws_menu.php:880
570
  msgid "Inactive Plugins"
571
  msgstr "Inactive Plugins"
572
 
573
  # @ captcha
574
+ #: bws_menu.php:896
575
  msgid "Send to support"
576
  msgstr "Sende zuzm Support"
577
 
578
  # @ captcha
579
+ #: bws_menu.php:903
580
  msgid "Send to custom email &#187;"
581
  msgstr "Senden Sie eine benutzerdefinierte E-Mail zu &#187;"
582
 
583
  # @ captcha
584
  #~ msgid "Pro plugins"
585
  #~ msgstr "BWS Plugins"
586
+
587
  # @ captcha
588
  #~ msgid "Activated plugins"
589
  #~ msgstr "Aktivierte Plugins"
590
+
591
  # @ captcha
592
  #~ msgid "Read more"
593
  #~ msgstr "Lesen Sie mehr"
594
+
595
  # @ captcha
596
  #~ msgid "Purchase"
597
  #~ msgstr "Kaufen"
598
+
599
  # @ captcha
600
  #~ msgid "Free plugins"
601
  #~ msgstr "Freie Plugins"
602
+
603
  # @ captcha
604
  #~ msgid "Download"
605
  #~ msgstr "Herunterladen"
606
+
607
  # @ captcha
608
  #~ msgid "Install now from wordpress.org"
609
  #~ msgstr "Installiere jetzt von wordpress.org"
610
+
611
  # @ captcha
612
  #, fuzzy
613
  #~ msgid "Activated theme"
623
  #~ msgid "Recommended themes"
624
  #~ msgstr "Empfohlene Plugins"
625
 
 
 
 
626
  # @ default
627
  #, fuzzy
628
  #~ msgid "installed"
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-11-05 16:30+0300\n"
6
- "PO-Revision-Date: 2014-11-05 16:30+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"
@@ -14,299 +14,507 @@ msgstr ""
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "Plural-Forms: nplurals=2;plural=n>2;\n"
17
- "X-Generator: Poedit 1.5.7\n"
18
- "X-Poedit-Language: French\n"
19
- "X-Poedit-Country: FRANCE\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
- #: bws_menu.php:351
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  msgid "Not set"
24
  msgstr "Not set"
25
 
26
- #: bws_menu.php:353
27
- #: bws_menu.php:354
28
  msgid "On"
29
  msgstr "On"
30
 
31
- #: bws_menu.php:353
32
- #: bws_menu.php:354
33
  msgid "Off"
34
  msgstr "Off"
35
 
36
- #: bws_menu.php:355
37
- #: bws_menu.php:356
38
- #: bws_menu.php:357
39
- #: bws_menu.php:358
40
- #: bws_menu.php:359
41
- #: bws_menu.php:371
42
  msgid "N/A"
43
  msgstr "N/A"
44
 
45
- #: bws_menu.php:359
46
  msgid " Mb"
47
  msgstr " Mb"
48
 
49
- #: bws_menu.php:360
50
- #: bws_menu.php:361
51
- #: bws_menu.php:362
52
- #: bws_menu.php:367
53
  msgid "Yes"
54
  msgstr "Yes"
55
 
56
- #: bws_menu.php:360
57
- #: bws_menu.php:361
58
- #: bws_menu.php:362
59
- #: bws_menu.php:369
60
  msgid "No"
61
  msgstr "No"
62
 
63
- #: bws_menu.php:379
64
  msgid "Operating System"
65
  msgstr "Operating System"
66
 
67
- #: bws_menu.php:380
68
  msgid "Server"
69
  msgstr "Server"
70
 
71
- #: bws_menu.php:381
72
  msgid "Memory usage"
73
  msgstr "Memory usage"
74
 
75
- #: bws_menu.php:382
76
  msgid "MYSQL Version"
77
  msgstr "MYSQL Version"
78
 
79
- #: bws_menu.php:383
80
  msgid "SQL Mode"
81
  msgstr "SQL Mode"
82
 
83
- #: bws_menu.php:384
84
  msgid "PHP Version"
85
  msgstr "PHP Version"
86
 
87
- #: bws_menu.php:385
88
  msgid "PHP Safe Mode"
89
  msgstr "PHP Safe Mode"
90
 
91
- #: bws_menu.php:386
92
  msgid "PHP Allow URL fopen"
93
  msgstr "PHP Allow URL fopen"
94
 
95
- #: bws_menu.php:387
96
  msgid "PHP Memory Limit"
97
  msgstr "PHP Memory Limit"
98
 
99
- #: bws_menu.php:388
100
  msgid "PHP Max Upload Size"
101
  msgstr "PHP Max Upload Size"
102
 
103
- #: bws_menu.php:389
104
  msgid "PHP Max Post Size"
105
  msgstr "PHP Max Post Size"
106
 
107
- #: bws_menu.php:390
108
  msgid "PHP Max Script Execute Time"
109
  msgstr "PHP Max Script Execute Time"
110
 
111
- #: bws_menu.php:391
112
  msgid "PHP Exif support"
113
  msgstr "PHP Exif support"
114
 
115
- #: bws_menu.php:392
116
  msgid "PHP IPTC support"
117
  msgstr "PHP IPTC support"
118
 
119
- #: bws_menu.php:393
120
  msgid "PHP XML support"
121
  msgstr "PHP XML support"
122
 
123
- #: bws_menu.php:394
124
  msgid "Site URL"
125
  msgstr "Site URL"
126
 
127
- #: bws_menu.php:395
128
  msgid "Home URL"
129
  msgstr "Home URL"
130
 
131
- #: bws_menu.php:398
132
  msgid "WordPress Version"
133
  msgstr "WordPress Version"
134
 
135
- #: bws_menu.php:399
136
  msgid "WordPress DB Version"
137
  msgstr "WordPress DB Version"
138
 
139
- #: bws_menu.php:400
140
  msgid "Multisite"
141
  msgstr "Multisite"
142
 
143
- #: bws_menu.php:401
144
  msgid "Active Theme"
145
  msgstr "Active Theme"
146
 
147
- #: bws_menu.php:416
148
  msgid "Please enter a valid email address."
149
  msgstr "Merci de saisir une adresse e-mail valide."
150
 
151
- #: bws_menu.php:420
152
  msgid "Email with system info is sent to "
153
  msgstr "Le courriel avec les informations système est envoyé à"
154
 
155
- #: bws_menu.php:424
156
  msgid "Thank you for contacting us."
157
  msgstr "Merci de nous avoir contacté."
158
 
159
- #: bws_menu.php:457
160
  msgid "Sorry, email message could not be delivered."
161
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
162
 
163
- #: bws_menu.php:465
164
  msgid "Need help?"
165
  msgstr "Besoin d'aide ?"
166
 
167
- #: bws_menu.php:466
168
  msgid "Client area"
169
  msgstr "Espace client"
170
 
171
- #: bws_menu.php:467
172
- #: bws_menu.php:778
173
  msgid "System status"
174
  msgstr "System status"
175
 
176
- #: bws_menu.php:472
177
  msgid "Plugins"
178
  msgstr "Externsions"
179
 
180
- #: bws_menu.php:474
181
  msgid "Themes"
182
  msgstr "Thèmes"
183
 
184
- #: bws_menu.php:479
185
  msgid "All"
186
  msgstr "Tous"
187
 
188
- #: bws_menu.php:480
189
  msgid "Installed"
190
  msgstr "Installé"
191
 
192
- #: bws_menu.php:481
193
  msgid "Recommended"
194
  msgstr "Recommandé"
195
 
196
- #: bws_menu.php:485
197
  msgid "Installed plugins"
198
  msgstr "Plugin installé"
199
 
200
- #: bws_menu.php:514
201
- #: bws_menu.php:536
202
- #: bws_menu.php:563
203
- #: bws_menu.php:593
204
- #: bws_menu.php:639
205
- msgid "Learn more"
206
- msgstr "En savoir plus"
207
-
208
- #: bws_menu.php:517
209
- #: bws_menu.php:566
210
  msgid "Settings"
211
  msgstr "Réglages"
212
 
213
- #: bws_menu.php:538
214
- #: bws_menu.php:595
215
  msgid "Activate this plugin"
216
  msgstr "Activer cette extension"
217
 
218
- #: bws_menu.php:538
219
- #: bws_menu.php:595
220
- msgid "Activate"
221
- msgstr "Activé"
222
-
223
- #: bws_menu.php:553
224
- #: bws_menu.php:583
225
- #: bws_menu.php:629
226
  msgid "Go"
227
  msgstr "Passez"
228
 
229
- #: bws_menu.php:557
230
- #: bws_menu.php:587
231
- #: bws_menu.php:633
232
  msgid "DONATE"
233
  msgstr "Faire un don"
234
 
235
- #: bws_menu.php:603
236
  msgid "Recommended plugins"
237
  msgstr "Plugin recommandé"
238
 
239
- #: bws_menu.php:641
240
  msgid "Install now"
241
  msgstr "Installer maintenant"
242
 
243
- #: bws_menu.php:662
244
  msgid "Try again"
245
  msgstr "Essayer de nouveau"
246
 
247
- #: bws_menu.php:680
248
  #, php-format
249
  msgid "Preview &#8220;%s&#8221;"
250
  msgstr "Pré-visualiser &#8220;%s&#8221;"
251
 
252
- #: bws_menu.php:711
253
  #, php-format
254
  msgid "Install %s"
255
  msgstr "%s installé"
256
 
257
- #: bws_menu.php:711
258
  msgid "Install Now"
259
  msgstr "Installa Ora"
260
 
261
- #: bws_menu.php:714
262
  #, php-format
263
  msgid "Update to version %s"
264
  msgstr "Mettre à jour pour la version %s"
265
 
266
- #: bws_menu.php:714
267
  msgid "Update"
268
  msgstr "Mettre à jour"
269
 
270
- #: bws_menu.php:721
271
  #, php-format
272
  msgid "Preview %s"
273
  msgstr "Pré-visualiser %s"
274
 
275
- #: bws_menu.php:721
276
  msgid "Preview"
277
  msgstr "Pré-visualiser"
278
 
279
- #: bws_menu.php:727
280
- #: bws_menu.php:759
281
  #, php-format
282
  msgid "By %s"
283
  msgstr "Par %s"
284
 
285
- #: bws_menu.php:733
286
  msgid "Details"
287
  msgstr "Détails"
288
 
289
- #: bws_menu.php:765
290
  msgid "Already Installed"
291
  msgstr "Déjà installé"
292
 
293
- #: bws_menu.php:781
294
  msgid "Environment"
295
  msgstr "Environment"
296
 
297
- #: bws_menu.php:792
298
  msgid "Active Plugins"
299
  msgstr "Plugin actifs"
300
 
301
- #: bws_menu.php:805
302
  msgid "Inactive Plugins"
303
  msgstr "Plugin inactifs"
304
 
305
- #: bws_menu.php:821
306
  msgid "Send to support"
307
  msgstr "Envoyé au support"
308
 
309
- #: bws_menu.php:828
310
  msgid "Send to custom email &#187;"
311
  msgstr "Envoyer un e-mail spécifique &#187;"
312
 
@@ -352,9 +560,6 @@ msgstr "Envoyer un e-mail spécifique &#187;"
352
  #~ msgid "Recommended themes"
353
  #~ msgstr "Thèmes recommandés"
354
 
355
- #~ msgid "If you have any questions, please contact us via"
356
- #~ msgstr "Si vous avez des questions, merci de contacter via "
357
-
358
  #~ msgid "Switch to old interface"
359
  #~ msgstr "Basculer vers l'ancienne interface"
360
 
@@ -459,9 +664,6 @@ msgstr "Envoyer un e-mail spécifique &#187;"
459
  #~ msgid "Settings saved."
460
  #~ msgstr "Options sauvegardées."
461
 
462
- #~ msgid "Extra settings"
463
- #~ msgstr "Options supplémentaires"
464
-
465
  #~ msgid ""
466
  #~ "If you would like to add the Contact Form to your website, just copy and "
467
  #~ "paste this shortcode to your post or page or widget:"
@@ -567,9 +769,6 @@ msgstr "Envoyer un e-mail spécifique &#187;"
567
  #~ msgid "Display 'Send me a copy' block"
568
  #~ msgstr "S'envoyer une copie"
569
 
570
- #~ msgid "Required fields"
571
- #~ msgstr "Champ obligatoire"
572
-
573
  #~ msgid "Name"
574
  #~ msgstr "Nom"
575
 
@@ -800,9 +999,6 @@ msgstr "Envoyer un e-mail spécifique &#187;"
800
  #~ msgid "Please enter subject..."
801
  #~ msgstr "Merci de saisir le sujet..."
802
 
803
- #~ msgid "Please enter your message..."
804
- #~ msgstr "Merci de saisir votre message..."
805
-
806
  #~ msgid ""
807
  #~ "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
808
  #~ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file "
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-05 13:12+0300\n"
6
+ "PO-Revision-Date: 2015-03-05 13:12+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"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "Plural-Forms: nplurals=2;plural=n>2;\n"
17
+ "X-Generator: Poedit 1.5.4\n"
 
 
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: bws_functions.php:84
21
+ #, fuzzy
22
+ msgid "requires"
23
+ msgstr "Champ obligatoire"
24
+
25
+ #: bws_functions.php:85
26
+ msgid ""
27
+ "or higher, that is why it has been deactivated! Please upgrade WordPress and "
28
+ "try again."
29
+ msgstr ""
30
+
31
+ #: bws_functions.php:86
32
+ msgid "Back to the WordPress"
33
+ msgstr ""
34
+
35
+ #: bws_functions.php:87
36
+ #, fuzzy
37
+ msgid "Plugins page"
38
+ msgstr "Externsions"
39
+
40
+ #: bws_functions.php:134
41
+ #, fuzzy
42
+ msgid "Learn More"
43
+ msgstr "En savoir plus"
44
+
45
+ #: bws_functions.php:137
46
+ msgid "It’s time to upgrade your"
47
+ msgstr ""
48
+
49
+ #: bws_functions.php:137
50
+ msgid "to"
51
+ msgstr ""
52
+
53
+ #: bws_functions.php:137
54
+ #, fuzzy
55
+ msgid "version!"
56
+ msgstr "PHP Version"
57
+
58
+ #: bws_functions.php:138
59
+ msgid "Extend standard plugin functionality with new great options."
60
+ msgstr ""
61
+
62
+ #: bws_functions.php:158
63
+ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
64
+ msgstr ""
65
+
66
+ #: bws_functions.php:159
67
+ #, fuzzy
68
+ msgid "Rate the plugin"
69
+ msgstr "Activer cette extension"
70
+
71
+ #: bws_functions.php:162
72
+ #, fuzzy
73
+ msgid "If there is something wrong about it, please contact us"
74
+ msgstr "Si vous avez des questions, merci de contacter via "
75
+
76
+ #: bws_functions.php:179 bws_functions.php:215 bws_functions.php:395
77
+ msgid "Wrong license key"
78
+ msgstr ""
79
+
80
+ #: bws_functions.php:209 bws_functions.php:389 bws_functions.php:426
81
+ msgid ""
82
+ "Something went wrong. Please try again later. If the error appears again, "
83
+ "please contact us"
84
+ msgstr ""
85
+
86
+ #: bws_functions.php:209 bws_functions.php:389 bws_functions.php:426
87
+ msgid "We are sorry for inconvenience."
88
+ msgstr ""
89
+
90
+ #: bws_functions.php:217 bws_functions.php:397
91
+ msgid "This license key is bind to another site"
92
+ msgstr ""
93
+
94
+ #: bws_functions.php:219 bws_functions.php:348
95
+ msgid ""
96
+ "Unfortunately, you have exceeded the number of available tries per day. "
97
+ "Please, upload the plugin manually."
98
+ msgstr ""
99
+
100
+ #: bws_functions.php:221
101
+ msgid ""
102
+ "Unfortunately, Your license has expired. To continue getting top-priority "
103
+ "support and plugin updates you should extend it in your"
104
+ msgstr ""
105
+
106
+ #: bws_functions.php:223
107
+ msgid ""
108
+ "Unfortunately, the PRO licence was already installed to this domain. The PRO "
109
+ "Trial license can be installed only once."
110
+ msgstr ""
111
+
112
+ #: bws_functions.php:234 bws_functions.php:256 bws_functions.php:278
113
+ msgid "Failed to download the zip archive. Please, upload the plugin manually"
114
+ msgstr ""
115
+
116
+ #: bws_functions.php:246
117
+ msgid "Failed to open the zip archive. Please, upload the plugin manually"
118
+ msgstr ""
119
+
120
+ #: bws_functions.php:252
121
+ msgid ""
122
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
123
+ "plugin manually"
124
+ msgstr ""
125
+
126
+ #: bws_functions.php:259
127
+ msgid "UploadDir is not writable. Please, upload the plugin manually"
128
+ msgstr ""
129
+
130
+ #: bws_functions.php:282
131
+ msgid ""
132
+ "Something went wrong. Try again later or upload the plugin manually. We are "
133
+ "sorry for inconvenience."
134
+ msgstr ""
135
+
136
+ #: bws_functions.php:307
137
+ #, fuzzy
138
+ msgid "Please, enter Your license key"
139
+ msgstr "Merci de saisir votre message..."
140
+
141
+ #: bws_functions.php:324
142
+ msgid ""
143
+ "Congratulations! The PRO version of the plugin is successfully download and "
144
+ "activated."
145
+ msgstr ""
146
+
147
+ #: bws_functions.php:326
148
+ msgid "Please, go to"
149
+ msgstr ""
150
+
151
+ #: bws_functions.php:326
152
+ #, fuzzy
153
+ msgid "the setting page"
154
+ msgstr "Options supplémentaires"
155
+
156
+ #: bws_functions.php:327
157
+ msgid "You will be redirected automatically in 5 seconds."
158
+ msgstr ""
159
+
160
+ #: bws_functions.php:332
161
+ msgid "You can download and activate"
162
+ msgstr ""
163
+
164
+ #: bws_functions.php:334
165
+ msgid "version of this plugin by entering Your license key."
166
+ msgstr ""
167
+
168
+ #: bws_functions.php:336
169
+ msgid ""
170
+ "You can find your license key on your personal page Client area, by clicking "
171
+ "on the link"
172
+ msgstr ""
173
+
174
+ #: bws_functions.php:338
175
+ msgid "(your username is the email you specify when purchasing the product)."
176
+ msgstr ""
177
+
178
+ #: bws_functions.php:346 bws_functions.php:354 bws_menu.php:613
179
+ #: bws_menu.php:670
180
+ msgid "Activate"
181
+ msgstr "Activé"
182
+
183
+ #: bws_functions.php:399
184
+ msgid ""
185
+ "This license key is valid, but Your license has expired. If you want to "
186
+ "update our plugin in future, you should extend the license."
187
+ msgstr ""
188
+
189
+ #: bws_functions.php:401
190
+ msgid "Unfortunately, you have exceeded the number of available tries."
191
+ msgstr ""
192
+
193
+ #: bws_functions.php:405
194
+ msgid "The license key is valid. Your license will expire on"
195
+ msgstr ""
196
+
197
+ #: bws_functions.php:407
198
+ msgid "The license key is valid."
199
+ msgstr ""
200
+
201
+ #: bws_functions.php:431
202
+ #, fuzzy
203
+ msgid "Please, enter your license key"
204
+ msgstr "Merci de saisir votre message..."
205
+
206
+ #: bws_functions.php:444
207
+ msgid ""
208
+ "If needed you can check if the license key is correct or reenter it in the "
209
+ "field below. You can find your license key on your personal page - Client "
210
+ "area - on our website"
211
+ msgstr ""
212
+
213
+ #: bws_functions.php:444
214
+ msgid ""
215
+ "(your username is the email you specify when purchasing the product). If "
216
+ "necessary, please submit \"Lost your password?\" request."
217
+ msgstr ""
218
+
219
+ #: bws_functions.php:448
220
+ msgid "Check license key"
221
+ msgstr ""
222
+
223
+ #: bws_functions.php:462
224
+ msgid ""
225
+ "WARNING: We have noticed illegal use of our plugin by you. We strongly "
226
+ "recommend you to solve the problem within 24 hours, otherwise the plugin "
227
+ "will be deactivated. Please go to your personal"
228
+ msgstr ""
229
+
230
+ #: bws_functions.php:462
231
+ msgid ""
232
+ "(your username is the email you specify when purchasing the product), where "
233
+ "you can make the necessary changes."
234
+ msgstr ""
235
+
236
+ #: bws_functions.php:468
237
+ msgid ""
238
+ "Your license has expired. To continue getting top-priority support and "
239
+ "plugin updates you should extend it."
240
+ msgstr ""
241
+
242
+ #: bws_functions.php:468 bws_functions.php:502 bws_menu.php:589
243
+ #: bws_menu.php:611 bws_menu.php:638 bws_menu.php:668 bws_menu.php:714
244
+ msgid "Learn more"
245
+ msgstr "En savoir plus"
246
+
247
+ #: bws_functions.php:502
248
+ msgid "You license for"
249
+ msgstr ""
250
+
251
+ #: bws_functions.php:502
252
+ msgid "expires on"
253
+ msgstr ""
254
+
255
+ #: bws_functions.php:502
256
+ msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
257
+ msgstr ""
258
+
259
+ #: bws_functions.php:580
260
+ msgid "Close"
261
+ msgstr ""
262
+
263
+ #: bws_menu.php:426
264
  msgid "Not set"
265
  msgstr "Not set"
266
 
267
+ #: bws_menu.php:428 bws_menu.php:429
 
268
  msgid "On"
269
  msgstr "On"
270
 
271
+ #: bws_menu.php:428 bws_menu.php:429
 
272
  msgid "Off"
273
  msgstr "Off"
274
 
275
+ #: bws_menu.php:430 bws_menu.php:431 bws_menu.php:432 bws_menu.php:433
276
+ #: bws_menu.php:434 bws_menu.php:446
 
 
 
 
277
  msgid "N/A"
278
  msgstr "N/A"
279
 
280
+ #: bws_menu.php:434
281
  msgid " Mb"
282
  msgstr " Mb"
283
 
284
+ #: bws_menu.php:435 bws_menu.php:436 bws_menu.php:437 bws_menu.php:442
 
 
 
285
  msgid "Yes"
286
  msgstr "Yes"
287
 
288
+ #: bws_menu.php:435 bws_menu.php:436 bws_menu.php:437 bws_menu.php:444
 
 
 
289
  msgid "No"
290
  msgstr "No"
291
 
292
+ #: bws_menu.php:454
293
  msgid "Operating System"
294
  msgstr "Operating System"
295
 
296
+ #: bws_menu.php:455
297
  msgid "Server"
298
  msgstr "Server"
299
 
300
+ #: bws_menu.php:456
301
  msgid "Memory usage"
302
  msgstr "Memory usage"
303
 
304
+ #: bws_menu.php:457
305
  msgid "MYSQL Version"
306
  msgstr "MYSQL Version"
307
 
308
+ #: bws_menu.php:458
309
  msgid "SQL Mode"
310
  msgstr "SQL Mode"
311
 
312
+ #: bws_menu.php:459
313
  msgid "PHP Version"
314
  msgstr "PHP Version"
315
 
316
+ #: bws_menu.php:460
317
  msgid "PHP Safe Mode"
318
  msgstr "PHP Safe Mode"
319
 
320
+ #: bws_menu.php:461
321
  msgid "PHP Allow URL fopen"
322
  msgstr "PHP Allow URL fopen"
323
 
324
+ #: bws_menu.php:462
325
  msgid "PHP Memory Limit"
326
  msgstr "PHP Memory Limit"
327
 
328
+ #: bws_menu.php:463
329
  msgid "PHP Max Upload Size"
330
  msgstr "PHP Max Upload Size"
331
 
332
+ #: bws_menu.php:464
333
  msgid "PHP Max Post Size"
334
  msgstr "PHP Max Post Size"
335
 
336
+ #: bws_menu.php:465
337
  msgid "PHP Max Script Execute Time"
338
  msgstr "PHP Max Script Execute Time"
339
 
340
+ #: bws_menu.php:466
341
  msgid "PHP Exif support"
342
  msgstr "PHP Exif support"
343
 
344
+ #: bws_menu.php:467
345
  msgid "PHP IPTC support"
346
  msgstr "PHP IPTC support"
347
 
348
+ #: bws_menu.php:468
349
  msgid "PHP XML support"
350
  msgstr "PHP XML support"
351
 
352
+ #: bws_menu.php:469
353
  msgid "Site URL"
354
  msgstr "Site URL"
355
 
356
+ #: bws_menu.php:470
357
  msgid "Home URL"
358
  msgstr "Home URL"
359
 
360
+ #: bws_menu.php:473
361
  msgid "WordPress Version"
362
  msgstr "WordPress Version"
363
 
364
+ #: bws_menu.php:474
365
  msgid "WordPress DB Version"
366
  msgstr "WordPress DB Version"
367
 
368
+ #: bws_menu.php:475
369
  msgid "Multisite"
370
  msgstr "Multisite"
371
 
372
+ #: bws_menu.php:476
373
  msgid "Active Theme"
374
  msgstr "Active Theme"
375
 
376
+ #: bws_menu.php:491
377
  msgid "Please enter a valid email address."
378
  msgstr "Merci de saisir une adresse e-mail valide."
379
 
380
+ #: bws_menu.php:495
381
  msgid "Email with system info is sent to "
382
  msgstr "Le courriel avec les informations système est envoyé à"
383
 
384
+ #: bws_menu.php:499
385
  msgid "Thank you for contacting us."
386
  msgstr "Merci de nous avoir contacté."
387
 
388
+ #: bws_menu.php:532
389
  msgid "Sorry, email message could not be delivered."
390
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
391
 
392
+ #: bws_menu.php:540
393
  msgid "Need help?"
394
  msgstr "Besoin d'aide ?"
395
 
396
+ #: bws_menu.php:541
397
  msgid "Client area"
398
  msgstr "Espace client"
399
 
400
+ #: bws_menu.php:542 bws_menu.php:853
 
401
  msgid "System status"
402
  msgstr "System status"
403
 
404
+ #: bws_menu.php:547
405
  msgid "Plugins"
406
  msgstr "Externsions"
407
 
408
+ #: bws_menu.php:549
409
  msgid "Themes"
410
  msgstr "Thèmes"
411
 
412
+ #: bws_menu.php:554
413
  msgid "All"
414
  msgstr "Tous"
415
 
416
+ #: bws_menu.php:555
417
  msgid "Installed"
418
  msgstr "Installé"
419
 
420
+ #: bws_menu.php:556
421
  msgid "Recommended"
422
  msgstr "Recommandé"
423
 
424
+ #: bws_menu.php:560
425
  msgid "Installed plugins"
426
  msgstr "Plugin installé"
427
 
428
+ #: bws_menu.php:592 bws_menu.php:641
 
 
 
 
 
 
 
 
 
429
  msgid "Settings"
430
  msgstr "Réglages"
431
 
432
+ #: bws_menu.php:613 bws_menu.php:670
 
433
  msgid "Activate this plugin"
434
  msgstr "Activer cette extension"
435
 
436
+ #: bws_menu.php:628 bws_menu.php:658 bws_menu.php:704
 
 
 
 
 
 
 
437
  msgid "Go"
438
  msgstr "Passez"
439
 
440
+ #: bws_menu.php:632 bws_menu.php:662 bws_menu.php:708
 
 
441
  msgid "DONATE"
442
  msgstr "Faire un don"
443
 
444
+ #: bws_menu.php:678
445
  msgid "Recommended plugins"
446
  msgstr "Plugin recommandé"
447
 
448
+ #: bws_menu.php:716
449
  msgid "Install now"
450
  msgstr "Installer maintenant"
451
 
452
+ #: bws_menu.php:737
453
  msgid "Try again"
454
  msgstr "Essayer de nouveau"
455
 
456
+ #: bws_menu.php:755
457
  #, php-format
458
  msgid "Preview &#8220;%s&#8221;"
459
  msgstr "Pré-visualiser &#8220;%s&#8221;"
460
 
461
+ #: bws_menu.php:786
462
  #, php-format
463
  msgid "Install %s"
464
  msgstr "%s installé"
465
 
466
+ #: bws_menu.php:786
467
  msgid "Install Now"
468
  msgstr "Installa Ora"
469
 
470
+ #: bws_menu.php:789
471
  #, php-format
472
  msgid "Update to version %s"
473
  msgstr "Mettre à jour pour la version %s"
474
 
475
+ #: bws_menu.php:789
476
  msgid "Update"
477
  msgstr "Mettre à jour"
478
 
479
+ #: bws_menu.php:796
480
  #, php-format
481
  msgid "Preview %s"
482
  msgstr "Pré-visualiser %s"
483
 
484
+ #: bws_menu.php:796
485
  msgid "Preview"
486
  msgstr "Pré-visualiser"
487
 
488
+ #: bws_menu.php:802 bws_menu.php:834
 
489
  #, php-format
490
  msgid "By %s"
491
  msgstr "Par %s"
492
 
493
+ #: bws_menu.php:808
494
  msgid "Details"
495
  msgstr "Détails"
496
 
497
+ #: bws_menu.php:840
498
  msgid "Already Installed"
499
  msgstr "Déjà installé"
500
 
501
+ #: bws_menu.php:856
502
  msgid "Environment"
503
  msgstr "Environment"
504
 
505
+ #: bws_menu.php:867
506
  msgid "Active Plugins"
507
  msgstr "Plugin actifs"
508
 
509
+ #: bws_menu.php:880
510
  msgid "Inactive Plugins"
511
  msgstr "Plugin inactifs"
512
 
513
+ #: bws_menu.php:896
514
  msgid "Send to support"
515
  msgstr "Envoyé au support"
516
 
517
+ #: bws_menu.php:903
518
  msgid "Send to custom email &#187;"
519
  msgstr "Envoyer un e-mail spécifique &#187;"
520
 
560
  #~ msgid "Recommended themes"
561
  #~ msgstr "Thèmes recommandés"
562
 
 
 
 
563
  #~ msgid "Switch to old interface"
564
  #~ msgstr "Basculer vers l'ancienne interface"
565
 
664
  #~ msgid "Settings saved."
665
  #~ msgstr "Options sauvegardées."
666
 
 
 
 
667
  #~ msgid ""
668
  #~ "If you would like to add the Contact Form to your website, just copy and "
669
  #~ "paste this shortcode to your post or page or widget:"
769
  #~ msgid "Display 'Send me a copy' block"
770
  #~ msgstr "S'envoyer une copie"
771
 
 
 
 
772
  #~ msgid "Name"
773
  #~ msgstr "Nom"
774
 
999
  #~ msgid "Please enter subject..."
1000
  #~ msgstr "Merci de saisir le sujet..."
1001
 
 
 
 
1002
  #~ msgid ""
1003
  #~ "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
1004
  #~ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file "
bws_menu/languages/bestwebsoft-it_IT.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-it_IT.po CHANGED
@@ -2,395 +2,615 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-11-05 16:30+0300\n"
6
- "PO-Revision-Date: 2014-11-05 16:30+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Marco <marco@blackstudio.it>\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
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
  "X-Generator: Poedit 1.5.4\n"
15
- "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-Basepath: ..\n"
18
  "X-Textdomain-Support: yes\n"
 
19
  "X-Poedit-SearchPath-0: .\n"
20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  # @ bestwebsoft
22
- #: bws_menu.php:351
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  msgid "Not set"
24
  msgstr "Non impostato"
25
 
26
  # @ bestwebsoft
27
- #: bws_menu.php:353
28
- #: bws_menu.php:354
29
  msgid "On"
30
  msgstr "Abilitato"
31
 
32
  # @ bestwebsoft
33
- #: bws_menu.php:353
34
- #: bws_menu.php:354
35
  msgid "Off"
36
  msgstr "Disabilitato"
37
 
38
  # @ bestwebsoft
39
- #: bws_menu.php:355
40
- #: bws_menu.php:356
41
- #: bws_menu.php:357
42
- #: bws_menu.php:358
43
- #: bws_menu.php:359
44
- #: bws_menu.php:371
45
  msgid "N/A"
46
  msgstr "Non disponibile"
47
 
48
  # @ bestwebsoft
49
- #: bws_menu.php:359
50
  msgid " Mb"
51
  msgstr "Mb"
52
 
53
  # @ bestwebsoft
54
- #: bws_menu.php:360
55
- #: bws_menu.php:361
56
- #: bws_menu.php:362
57
- #: bws_menu.php:367
58
  msgid "Yes"
59
  msgstr "Sì"
60
 
61
  # @ bestwebsoft
62
- #: bws_menu.php:360
63
- #: bws_menu.php:361
64
- #: bws_menu.php:362
65
- #: bws_menu.php:369
66
  msgid "No"
67
  msgstr "No"
68
 
69
  # @ bestwebsoft
70
- #: bws_menu.php:379
71
  msgid "Operating System"
72
  msgstr "Sistema operativo"
73
 
74
  # @ bestwebsoft
75
- #: bws_menu.php:380
76
  msgid "Server"
77
  msgstr "Server"
78
 
79
  # @ bestwebsoft
80
- #: bws_menu.php:381
81
  msgid "Memory usage"
82
  msgstr "Utilizzo memoria"
83
 
84
  # @ bestwebsoft
85
- #: bws_menu.php:382
86
  msgid "MYSQL Version"
87
  msgstr "Versione MYSQL"
88
 
89
  # @ bestwebsoft
90
- #: bws_menu.php:383
91
  msgid "SQL Mode"
92
  msgstr "Modalità SQL"
93
 
94
  # @ bestwebsoft
95
- #: bws_menu.php:384
96
  msgid "PHP Version"
97
  msgstr "Versione PHP"
98
 
99
  # @ bestwebsoft
100
- #: bws_menu.php:385
101
  msgid "PHP Safe Mode"
102
  msgstr "Safe Mode PHP"
103
 
104
  # @ bestwebsoft
105
- #: bws_menu.php:386
106
  msgid "PHP Allow URL fopen"
107
  msgstr "Consenti URL fopen PHP"
108
 
109
  # @ bestwebsoft
110
- #: bws_menu.php:387
111
  msgid "PHP Memory Limit"
112
  msgstr "Limite di memoria PHP"
113
 
114
  # @ bestwebsoft
115
- #: bws_menu.php:388
116
  msgid "PHP Max Upload Size"
117
  msgstr "Dimensione upload massima PHP"
118
 
119
  # @ bestwebsoft
120
- #: bws_menu.php:389
121
  msgid "PHP Max Post Size"
122
  msgstr "Dimensione massima Post PHP"
123
 
124
  # @ bestwebsoft
125
- #: bws_menu.php:390
126
  msgid "PHP Max Script Execute Time"
127
  msgstr "Tempo massimo di esecuzione PHP"
128
 
129
  # @ bestwebsoft
130
- #: bws_menu.php:391
131
  msgid "PHP Exif support"
132
  msgstr "Supporto Exif PHP"
133
 
134
  # @ bestwebsoft
135
- #: bws_menu.php:392
136
  msgid "PHP IPTC support"
137
  msgstr "Supporto IPTC PHP"
138
 
139
  # @ bestwebsoft
140
- #: bws_menu.php:393
141
  msgid "PHP XML support"
142
  msgstr "Supporto XML PHP"
143
 
144
  # @ bestwebsoft
145
- #: bws_menu.php:394
146
  msgid "Site URL"
147
  msgstr "URL sito"
148
 
149
  # @ bestwebsoft
150
- #: bws_menu.php:395
151
  msgid "Home URL"
152
  msgstr "URL home"
153
 
154
  # @ bestwebsoft
155
- #: bws_menu.php:398
156
  msgid "WordPress Version"
157
  msgstr "Versione WordPress"
158
 
159
  # @ bestwebsoft
160
- #: bws_menu.php:399
161
  msgid "WordPress DB Version"
162
  msgstr "Versione DB WordPress"
163
 
164
  # @ bestwebsoft
165
- #: bws_menu.php:400
166
  msgid "Multisite"
167
  msgstr "Multisito"
168
 
169
  # @ bestwebsoft
170
- #: bws_menu.php:401
171
  msgid "Active Theme"
172
  msgstr "Tema attivo"
173
 
174
  # @ bestwebsoft
175
- #: bws_menu.php:416
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:420
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:424
186
  msgid "Thank you for contacting us."
187
  msgstr "Grazie per averci contattato."
188
 
189
  # @ bestwebsoft
190
- #: bws_menu.php:457
191
  msgid "Sorry, email message could not be delivered."
192
  msgstr "Spiacenti, il messaggio email non può essere inviato."
193
 
194
- #: bws_menu.php:465
195
  msgid "Need help?"
196
  msgstr ""
197
 
198
- #: bws_menu.php:466
199
  msgid "Client area"
200
  msgstr ""
201
 
202
  # @ bestwebsoft
203
- #: bws_menu.php:467
204
- #: bws_menu.php:778
205
  msgid "System status"
206
  msgstr "Stato sistema"
207
 
208
  # @ bestwebsoft
209
- #: bws_menu.php:472
210
  #, fuzzy
211
  msgid "Plugins"
212
  msgstr "Plugin Pro"
213
 
214
- #: bws_menu.php:474
215
  msgid "Themes"
216
  msgstr ""
217
 
218
- #: bws_menu.php:479
219
  msgid "All"
220
  msgstr ""
221
 
222
  # @ default
223
- #: bws_menu.php:480
224
  #, fuzzy
225
  msgid "Installed"
226
  msgstr "Installa %s"
227
 
228
  # @ bestwebsoft
229
- #: bws_menu.php:481
230
  #, fuzzy
231
  msgid "Recommended"
232
  msgstr "Plugin raccomandati"
233
 
234
  # @ bestwebsoft
235
- #: bws_menu.php:485
236
  msgid "Installed plugins"
237
  msgstr "Plugin installati"
238
 
239
- # @ bestwebsoft
240
- #: bws_menu.php:514
241
- #: bws_menu.php:536
242
- #: bws_menu.php:563
243
- #: bws_menu.php:593
244
- #: bws_menu.php:639
245
- #, fuzzy
246
- msgid "Learn more"
247
- msgstr "Leggi tutto"
248
-
249
  # @ bestwebsoft
250
  # @ captcha
251
- #: bws_menu.php:517
252
- #: bws_menu.php:566
253
  msgid "Settings"
254
  msgstr "Impostazioni"
255
 
256
  # @ bestwebsoft
257
- #: bws_menu.php:538
258
- #: bws_menu.php:595
259
  #, fuzzy
260
  msgid "Activate this plugin"
261
  msgstr "Plugin attivi"
262
 
263
- # @ bestwebsoft
264
- #: bws_menu.php:538
265
- #: bws_menu.php:595
266
- #, fuzzy
267
- msgid "Activate"
268
- msgstr "Plugin attivi"
269
-
270
- #: bws_menu.php:553
271
- #: bws_menu.php:583
272
- #: bws_menu.php:629
273
  msgid "Go"
274
  msgstr ""
275
 
276
- #: bws_menu.php:557
277
- #: bws_menu.php:587
278
- #: bws_menu.php:633
279
  msgid "DONATE"
280
  msgstr ""
281
 
282
  # @ bestwebsoft
283
- #: bws_menu.php:603
284
  msgid "Recommended plugins"
285
  msgstr "Plugin raccomandati"
286
 
287
  # @ default
288
- #: bws_menu.php:641
289
  #, fuzzy
290
  msgid "Install now"
291
  msgstr "Installa %s"
292
 
293
- #: bws_menu.php:662
294
  msgid "Try again"
295
  msgstr ""
296
 
297
- #: bws_menu.php:680
298
  #, php-format
299
  msgid "Preview &#8220;%s&#8221;"
300
  msgstr ""
301
 
302
  # @ default
303
- #: bws_menu.php:711
304
  #, php-format
305
  msgid "Install %s"
306
  msgstr "Installa %s"
307
 
308
  # @ default
309
- #: bws_menu.php:711
310
  #, fuzzy
311
  msgid "Install Now"
312
  msgstr "Installa %s"
313
 
314
- #: bws_menu.php:714
315
  #, php-format
316
  msgid "Update to version %s"
317
  msgstr ""
318
 
319
- #: bws_menu.php:714
320
  msgid "Update"
321
  msgstr ""
322
 
323
- #: bws_menu.php:721
324
  #, php-format
325
  msgid "Preview %s"
326
  msgstr ""
327
 
328
- #: bws_menu.php:721
329
  msgid "Preview"
330
  msgstr ""
331
 
332
- #: bws_menu.php:727
333
- #: bws_menu.php:759
334
  #, php-format
335
  msgid "By %s"
336
  msgstr ""
337
 
338
- #: bws_menu.php:733
339
  msgid "Details"
340
  msgstr ""
341
 
342
  # @ default
343
- #: bws_menu.php:765
344
  #, fuzzy
345
  msgid "Already Installed"
346
  msgstr "Installa %s"
347
 
348
  # @ bestwebsoft
349
- #: bws_menu.php:781
350
  msgid "Environment"
351
  msgstr "Ambiente"
352
 
353
  # @ bestwebsoft
354
- #: bws_menu.php:792
355
  msgid "Active Plugins"
356
  msgstr "Plugin attivi"
357
 
358
  # @ bestwebsoft
359
- #: bws_menu.php:805
360
  msgid "Inactive Plugins"
361
  msgstr "Plugin inattivi"
362
 
363
  # @ bestwebsoft
364
- #: bws_menu.php:821
365
  msgid "Send to support"
366
  msgstr "Invia al supporto"
367
 
368
  # @ bestwebsoft
369
- #: bws_menu.php:828
370
  msgid "Send to custom email &#187;"
371
  msgstr "Invia a una email personalizzata &#187;"
372
 
373
  # @ bestwebsoft
374
  #~ msgid "Pro plugins"
375
  #~ msgstr "Plugin Pro"
 
376
  # @ bestwebsoft
377
  #~ msgid "Activated plugins"
378
  #~ msgstr "Plugin attivi"
 
379
  # @ bestwebsoft
380
  #~ msgid "Read more"
381
  #~ msgstr "Leggi tutto"
 
382
  # @ bestwebsoft
383
  #~ msgid "Purchase"
384
  #~ msgstr "Acquista"
 
385
  # @ bestwebsoft
386
  #~ msgid "Free plugins"
387
  #~ msgstr "Plugin gratuiti"
 
388
  # @ bestwebsoft
389
  #~ msgid "Download"
390
  #~ msgstr "Scarica"
 
391
  # @ bestwebsoft
392
  #~ msgid "Install now from wordpress.org"
393
  #~ msgstr "Installa ora da wordpress.org"
 
394
  # @ bestwebsoft
395
  #, fuzzy
396
  #~ msgid "Activated theme"
@@ -406,9 +626,6 @@ msgstr "Invia a una email personalizzata &#187;"
406
  #~ msgid "Recommended themes"
407
  #~ msgstr "Plugin raccomandati"
408
 
409
- # @ bestwebsoft
410
- #~ msgid "If you have any questions, please contact us via"
411
- #~ msgstr "Se hai domande, contattaci tramite"
412
  # @ default
413
  #, fuzzy
414
  #~ msgid "installed"
@@ -422,9 +639,11 @@ msgstr "Invia a una email personalizzata &#187;"
422
  # @ captcha
423
  #~ msgid "Captcha"
424
  #~ msgstr "Captcha"
 
425
  # @ captcha
426
  #~ msgid "Login form"
427
  #~ msgstr "Modulo di login"
 
428
  # @ captcha
429
  #, fuzzy
430
  #~ msgid "Registration form"
@@ -433,6 +652,7 @@ msgstr "Invia a una email personalizzata &#187;"
433
  # @ captcha
434
  #~ msgid "Register form"
435
  #~ msgstr "Modulo di registrazione"
 
436
  # @ captcha
437
  #, fuzzy
438
  #~ msgid "Reset Password form"
@@ -441,24 +661,31 @@ msgstr "Invia a una email personalizzata &#187;"
441
  # @ captcha
442
  #~ msgid "Lost password form"
443
  #~ msgstr "Modulo recupero password"
 
444
  # @ captcha
445
  #~ msgid "Comments form"
446
  #~ msgstr "Modulo dei commenti"
 
447
  # @ captcha
448
  #~ msgid "Hide CAPTCHA for registered users"
449
  #~ msgstr "Nascondi CAPTCHA per gli utenti registrati"
 
450
  # @ captcha
451
  #~ msgid "Plus (&#43;)"
452
  #~ msgstr "Addizione (&#43;)"
 
453
  # @ captcha
454
  #~ msgid "Plus"
455
  #~ msgstr "Più"
 
456
  # @ captcha
457
  #~ msgid "Minus (&minus;)"
458
  #~ msgstr "Sottrazione (&minus;)"
 
459
  # @ captcha
460
  #~ msgid "Minus"
461
  #~ msgstr "Meno"
 
462
  # @ captcha
463
  #, fuzzy
464
  #~ msgid "Multiplication (&times;)"
@@ -472,15 +699,19 @@ msgstr "Invia a una email personalizzata &#187;"
472
  # @ captcha
473
  #~ msgid "Numbers"
474
  #~ msgstr "Numeri"
 
475
  # @ captcha
476
  #~ msgid "Words"
477
  #~ msgstr "Parole"
 
478
  # @ captcha
479
  #~ msgid "FAQ"
480
  #~ msgstr "FAQ"
 
481
  # @ captcha
482
  #~ msgid "Support"
483
  #~ msgstr "Supporto"
 
484
  # @ captcha
485
  #, fuzzy
486
  #~ msgid ""
@@ -492,6 +723,7 @@ msgstr "Invia a una email personalizzata &#187;"
492
  # @ captcha
493
  #~ msgid "Options saved."
494
  #~ msgstr "Impostazioni salvate."
 
495
  # @ captcha
496
  #, fuzzy
497
  #~ msgid "Enable CAPTCHA for:"
@@ -500,15 +732,19 @@ msgstr "Invia a una email personalizzata &#187;"
500
  # @ captcha
501
  #~ msgid "Contact form"
502
  #~ msgstr "Modulo di contatto"
 
503
  # @ captcha
504
  #~ msgid "powered by"
505
  #~ msgstr "powered by"
 
506
  # @ captcha
507
  #~ msgid "Activate contact form"
508
  #~ msgstr "Attiva modulo di contatto"
 
509
  # @ captcha
510
  #~ msgid "Download contact form"
511
  #~ msgstr "Scarica il plugin per il modulo di contatto"
 
512
  # @ captcha
513
  #, fuzzy
514
  #~ msgid ""
@@ -520,6 +756,7 @@ msgstr "Invia a una email personalizzata &#187;"
520
  # @ captcha
521
  #~ msgid "\"Create a Group\" form"
522
  #~ msgstr "Modulo \"Crea un gruppo\""
 
523
  # @ captcha
524
  #~ msgid ""
525
  #~ "This functionality is available in the Pro version of the plugin. For "
@@ -527,6 +764,7 @@ msgstr "Invia a una email personalizzata &#187;"
527
  #~ msgstr ""
528
  #~ "Questa funzionalità è disponibile nella versione Pro del plugin. Per "
529
  #~ "maggiori dettagli, per favore vai al link"
 
530
  # @ captcha
531
  #, fuzzy
532
  #~ msgid "Title for CAPTCHA in the form"
@@ -535,18 +773,23 @@ msgstr "Invia a una email personalizzata &#187;"
535
  # @ captcha
536
  #~ msgid "Arithmetic actions for CAPTCHA"
537
  #~ msgstr "Operazioni aritmetiche per il CAPTCHA"
 
538
  # @ captcha
539
  #~ msgid "CAPTCHA complexity level"
540
  #~ msgstr "Livello complessità CAPTCHA"
 
541
  # @ default
542
  #~ msgid "Save Changes"
543
  #~ msgstr "Salva le modifiche"
 
544
  # @ captcha
545
  #~ msgid "ERROR"
546
  #~ msgstr "ERRORE"
 
547
  # @ captcha
548
  #~ msgid "Please fill the form."
549
  #~ msgstr "Per favore compila il modulo."
 
550
  # @ captcha
551
  #, fuzzy
552
  #~ msgid "Please enter a valid CAPTCHA value."
@@ -564,90 +807,115 @@ msgstr "Invia a una email personalizzata &#187;"
564
  # @ captcha
565
  #~ msgid "zero"
566
  #~ msgstr "zero"
 
567
  # @ captcha
568
  #~ msgid "one"
569
  #~ msgstr "uno"
570
- # @ captcha
571
- #~ msgid "two"
572
- #~ msgstr "due"
573
  # @ captcha
574
  #~ msgid "three"
575
  #~ msgstr "tre"
 
576
  # @ captcha
577
  #~ msgid "four"
578
  #~ msgstr "quattro"
 
579
  # @ captcha
580
  #~ msgid "five"
581
  #~ msgstr "cinque"
 
582
  # @ captcha
583
  #~ msgid "six"
584
  #~ msgstr "sei"
 
585
  # @ captcha
586
  #~ msgid "seven"
587
  #~ msgstr "sette"
 
588
  # @ captcha
589
  #~ msgid "eight"
590
  #~ msgstr "otto"
 
591
  # @ captcha
592
  #~ msgid "nine"
593
  #~ msgstr "nove"
 
594
  # @ captcha
595
  #~ msgid "eleven"
596
  #~ msgstr "undici"
 
597
  # @ captcha
598
  #~ msgid "twelve"
599
  #~ msgstr "dodici"
 
600
  # @ captcha
601
  #~ msgid "thirteen"
602
  #~ msgstr "tredici"
 
603
  # @ captcha
604
  #~ msgid "fourteen"
605
  #~ msgstr "quattordici"
 
606
  # @ captcha
607
  #~ msgid "fifteen"
608
  #~ msgstr "quindici"
 
609
  # @ captcha
610
  #~ msgid "sixteen"
611
  #~ msgstr "sedici"
 
612
  # @ captcha
613
  #~ msgid "seventeen"
614
  #~ msgstr "diciassette"
 
615
  # @ captcha
616
  #~ msgid "eighteen"
617
  #~ msgstr "diciotto"
 
618
  # @ captcha
619
  #~ msgid "nineteen"
620
  #~ msgstr "diciannove"
 
621
  # @ captcha
622
  #~ msgid "ten"
623
  #~ msgstr "dieci"
 
624
  # @ captcha
625
  #~ msgid "twenty"
626
  #~ msgstr "venti"
 
627
  # @ captcha
628
  #~ msgid "thirty"
629
  #~ msgstr "trenta"
 
630
  # @ captcha
631
  #~ msgid "forty"
632
  #~ msgstr "quaranta"
 
633
  # @ captcha
634
  #~ msgid "fifty"
635
  #~ msgstr "cinquanta"
 
636
  # @ captcha
637
  #~ msgid "sixty"
638
  #~ msgstr "sessanta"
 
639
  # @ captcha
640
  #~ msgid "seventy"
641
  #~ msgstr "settanta"
 
642
  # @ captcha
643
  #~ msgid "eighty"
644
  #~ msgstr "ottanta"
 
645
  # @ captcha
646
  #~ msgid "ninety"
647
  #~ msgstr "novanta"
 
648
  # @ captcha
649
  #~ msgid "and"
650
  #~ msgstr "e"
 
651
  # @ captcha
652
  #, fuzzy
653
  #~ msgid "Encryption password is not set"
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-05 13:12+0300\n"
6
+ "PO-Revision-Date: 2015-03-05 13:13+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Marco <marco@blackstudio.it>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
  "X-Generator: Poedit 1.5.4\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Textdomain-Support: yes\n"
18
+ "Language: it_IT\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: bws_functions.php:84
22
+ msgid "requires"
23
+ msgstr ""
24
+
25
+ #: bws_functions.php:85
26
+ msgid ""
27
+ "or higher, that is why it has been deactivated! Please upgrade WordPress and "
28
+ "try again."
29
+ msgstr ""
30
+
31
+ #: bws_functions.php:86
32
+ msgid "Back to the WordPress"
33
+ msgstr ""
34
+
35
+ # @ bestwebsoft
36
+ #: bws_functions.php:87
37
+ #, fuzzy
38
+ msgid "Plugins page"
39
+ msgstr "Plugin Pro"
40
+
41
+ # @ bestwebsoft
42
+ #: bws_functions.php:134
43
+ #, fuzzy
44
+ msgid "Learn More"
45
+ msgstr "Leggi tutto"
46
+
47
+ #: bws_functions.php:137
48
+ msgid "It’s time to upgrade your"
49
+ msgstr ""
50
+
51
+ # @ captcha
52
+ #: bws_functions.php:137
53
+ #, fuzzy
54
+ msgid "to"
55
+ msgstr "due"
56
+
57
+ # @ bestwebsoft
58
+ #: bws_functions.php:137
59
+ #, fuzzy
60
+ msgid "version!"
61
+ msgstr "Versione PHP"
62
+
63
+ #: bws_functions.php:138
64
+ msgid "Extend standard plugin functionality with new great options."
65
+ msgstr ""
66
+
67
+ #: bws_functions.php:158
68
+ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
69
+ msgstr ""
70
+
71
+ # @ bestwebsoft
72
+ #: bws_functions.php:159
73
+ #, fuzzy
74
+ msgid "Rate the plugin"
75
+ msgstr "Plugin attivi"
76
+
77
+ # @ bestwebsoft
78
+ #: bws_functions.php:162
79
+ #, fuzzy
80
+ msgid "If there is something wrong about it, please contact us"
81
+ msgstr "Se hai domande, contattaci tramite"
82
+
83
+ #: bws_functions.php:179 bws_functions.php:215 bws_functions.php:395
84
+ msgid "Wrong license key"
85
+ msgstr ""
86
+
87
+ #: bws_functions.php:209 bws_functions.php:389 bws_functions.php:426
88
+ msgid ""
89
+ "Something went wrong. Please try again later. If the error appears again, "
90
+ "please contact us"
91
+ msgstr ""
92
+
93
+ #: bws_functions.php:209 bws_functions.php:389 bws_functions.php:426
94
+ msgid "We are sorry for inconvenience."
95
+ msgstr ""
96
+
97
+ #: bws_functions.php:217 bws_functions.php:397
98
+ msgid "This license key is bind to another site"
99
+ msgstr ""
100
+
101
+ #: bws_functions.php:219 bws_functions.php:348
102
+ msgid ""
103
+ "Unfortunately, you have exceeded the number of available tries per day. "
104
+ "Please, upload the plugin manually."
105
+ msgstr ""
106
+
107
+ #: bws_functions.php:221
108
+ msgid ""
109
+ "Unfortunately, Your license has expired. To continue getting top-priority "
110
+ "support and plugin updates you should extend it in your"
111
+ msgstr ""
112
+
113
+ #: bws_functions.php:223
114
+ msgid ""
115
+ "Unfortunately, the PRO licence was already installed to this domain. The PRO "
116
+ "Trial license can be installed only once."
117
+ msgstr ""
118
+
119
+ #: bws_functions.php:234 bws_functions.php:256 bws_functions.php:278
120
+ msgid "Failed to download the zip archive. Please, upload the plugin manually"
121
+ msgstr ""
122
+
123
+ #: bws_functions.php:246
124
+ msgid "Failed to open the zip archive. Please, upload the plugin manually"
125
+ msgstr ""
126
+
127
+ #: bws_functions.php:252
128
+ msgid ""
129
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
130
+ "plugin manually"
131
+ msgstr ""
132
+
133
+ #: bws_functions.php:259
134
+ msgid "UploadDir is not writable. Please, upload the plugin manually"
135
+ msgstr ""
136
+
137
+ #: bws_functions.php:282
138
+ msgid ""
139
+ "Something went wrong. Try again later or upload the plugin manually. We are "
140
+ "sorry for inconvenience."
141
+ msgstr ""
142
+
143
+ #: bws_functions.php:307
144
+ msgid "Please, enter Your license key"
145
+ msgstr ""
146
+
147
+ #: bws_functions.php:324
148
+ msgid ""
149
+ "Congratulations! The PRO version of the plugin is successfully download and "
150
+ "activated."
151
+ msgstr ""
152
+
153
+ #: bws_functions.php:326
154
+ msgid "Please, go to"
155
+ msgstr ""
156
+
157
+ #: bws_functions.php:326
158
+ msgid "the setting page"
159
+ msgstr ""
160
+
161
+ #: bws_functions.php:327
162
+ msgid "You will be redirected automatically in 5 seconds."
163
+ msgstr ""
164
+
165
+ #: bws_functions.php:332
166
+ msgid "You can download and activate"
167
+ msgstr ""
168
+
169
+ #: bws_functions.php:334
170
+ msgid "version of this plugin by entering Your license key."
171
+ msgstr ""
172
+
173
+ #: bws_functions.php:336
174
+ msgid ""
175
+ "You can find your license key on your personal page Client area, by clicking "
176
+ "on the link"
177
+ msgstr ""
178
+
179
+ #: bws_functions.php:338
180
+ msgid "(your username is the email you specify when purchasing the product)."
181
+ msgstr ""
182
+
183
+ # @ bestwebsoft
184
+ #: bws_functions.php:346 bws_functions.php:354 bws_menu.php:613
185
+ #: bws_menu.php:670
186
+ #, fuzzy
187
+ msgid "Activate"
188
+ msgstr "Plugin attivi"
189
+
190
+ #: bws_functions.php:399
191
+ msgid ""
192
+ "This license key is valid, but Your license has expired. If you want to "
193
+ "update our plugin in future, you should extend the license."
194
+ msgstr ""
195
+
196
+ #: bws_functions.php:401
197
+ msgid "Unfortunately, you have exceeded the number of available tries."
198
+ msgstr ""
199
+
200
+ #: bws_functions.php:405
201
+ msgid "The license key is valid. Your license will expire on"
202
+ msgstr ""
203
+
204
+ #: bws_functions.php:407
205
+ msgid "The license key is valid."
206
+ msgstr ""
207
+
208
+ #: bws_functions.php:431
209
+ msgid "Please, enter your license key"
210
+ msgstr ""
211
+
212
+ #: bws_functions.php:444
213
+ msgid ""
214
+ "If needed you can check if the license key is correct or reenter it in the "
215
+ "field below. You can find your license key on your personal page - Client "
216
+ "area - on our website"
217
+ msgstr ""
218
+
219
+ #: bws_functions.php:444
220
+ msgid ""
221
+ "(your username is the email you specify when purchasing the product). If "
222
+ "necessary, please submit \"Lost your password?\" request."
223
+ msgstr ""
224
+
225
+ #: bws_functions.php:448
226
+ msgid "Check license key"
227
+ msgstr ""
228
+
229
+ #: bws_functions.php:462
230
+ msgid ""
231
+ "WARNING: We have noticed illegal use of our plugin by you. We strongly "
232
+ "recommend you to solve the problem within 24 hours, otherwise the plugin "
233
+ "will be deactivated. Please go to your personal"
234
+ msgstr ""
235
+
236
+ #: bws_functions.php:462
237
+ msgid ""
238
+ "(your username is the email you specify when purchasing the product), where "
239
+ "you can make the necessary changes."
240
+ msgstr ""
241
+
242
+ #: bws_functions.php:468
243
+ msgid ""
244
+ "Your license has expired. To continue getting top-priority support and "
245
+ "plugin updates you should extend it."
246
+ msgstr ""
247
+
248
  # @ bestwebsoft
249
+ #: bws_functions.php:468 bws_functions.php:502 bws_menu.php:589
250
+ #: bws_menu.php:611 bws_menu.php:638 bws_menu.php:668 bws_menu.php:714
251
+ #, fuzzy
252
+ msgid "Learn more"
253
+ msgstr "Leggi tutto"
254
+
255
+ #: bws_functions.php:502
256
+ msgid "You license for"
257
+ msgstr ""
258
+
259
+ #: bws_functions.php:502
260
+ msgid "expires on"
261
+ msgstr ""
262
+
263
+ #: bws_functions.php:502
264
+ msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
265
+ msgstr ""
266
+
267
+ #: bws_functions.php:580
268
+ msgid "Close"
269
+ msgstr ""
270
+
271
+ # @ bestwebsoft
272
+ #: bws_menu.php:426
273
  msgid "Not set"
274
  msgstr "Non impostato"
275
 
276
  # @ bestwebsoft
277
+ #: bws_menu.php:428 bws_menu.php:429
 
278
  msgid "On"
279
  msgstr "Abilitato"
280
 
281
  # @ bestwebsoft
282
+ #: bws_menu.php:428 bws_menu.php:429
 
283
  msgid "Off"
284
  msgstr "Disabilitato"
285
 
286
  # @ bestwebsoft
287
+ #: bws_menu.php:430 bws_menu.php:431 bws_menu.php:432 bws_menu.php:433
288
+ #: bws_menu.php:434 bws_menu.php:446
 
 
 
 
289
  msgid "N/A"
290
  msgstr "Non disponibile"
291
 
292
  # @ bestwebsoft
293
+ #: bws_menu.php:434
294
  msgid " Mb"
295
  msgstr "Mb"
296
 
297
  # @ bestwebsoft
298
+ #: bws_menu.php:435 bws_menu.php:436 bws_menu.php:437 bws_menu.php:442
 
 
 
299
  msgid "Yes"
300
  msgstr "Sì"
301
 
302
  # @ bestwebsoft
303
+ #: bws_menu.php:435 bws_menu.php:436 bws_menu.php:437 bws_menu.php:444
 
 
 
304
  msgid "No"
305
  msgstr "No"
306
 
307
  # @ bestwebsoft
308
+ #: bws_menu.php:454
309
  msgid "Operating System"
310
  msgstr "Sistema operativo"
311
 
312
  # @ bestwebsoft
313
+ #: bws_menu.php:455
314
  msgid "Server"
315
  msgstr "Server"
316
 
317
  # @ bestwebsoft
318
+ #: bws_menu.php:456
319
  msgid "Memory usage"
320
  msgstr "Utilizzo memoria"
321
 
322
  # @ bestwebsoft
323
+ #: bws_menu.php:457
324
  msgid "MYSQL Version"
325
  msgstr "Versione MYSQL"
326
 
327
  # @ bestwebsoft
328
+ #: bws_menu.php:458
329
  msgid "SQL Mode"
330
  msgstr "Modalità SQL"
331
 
332
  # @ bestwebsoft
333
+ #: bws_menu.php:459
334
  msgid "PHP Version"
335
  msgstr "Versione PHP"
336
 
337
  # @ bestwebsoft
338
+ #: bws_menu.php:460
339
  msgid "PHP Safe Mode"
340
  msgstr "Safe Mode PHP"
341
 
342
  # @ bestwebsoft
343
+ #: bws_menu.php:461
344
  msgid "PHP Allow URL fopen"
345
  msgstr "Consenti URL fopen PHP"
346
 
347
  # @ bestwebsoft
348
+ #: bws_menu.php:462
349
  msgid "PHP Memory Limit"
350
  msgstr "Limite di memoria PHP"
351
 
352
  # @ bestwebsoft
353
+ #: bws_menu.php:463
354
  msgid "PHP Max Upload Size"
355
  msgstr "Dimensione upload massima PHP"
356
 
357
  # @ bestwebsoft
358
+ #: bws_menu.php:464
359
  msgid "PHP Max Post Size"
360
  msgstr "Dimensione massima Post PHP"
361
 
362
  # @ bestwebsoft
363
+ #: bws_menu.php:465
364
  msgid "PHP Max Script Execute Time"
365
  msgstr "Tempo massimo di esecuzione PHP"
366
 
367
  # @ bestwebsoft
368
+ #: bws_menu.php:466
369
  msgid "PHP Exif support"
370
  msgstr "Supporto Exif PHP"
371
 
372
  # @ bestwebsoft
373
+ #: bws_menu.php:467
374
  msgid "PHP IPTC support"
375
  msgstr "Supporto IPTC PHP"
376
 
377
  # @ bestwebsoft
378
+ #: bws_menu.php:468
379
  msgid "PHP XML support"
380
  msgstr "Supporto XML PHP"
381
 
382
  # @ bestwebsoft
383
+ #: bws_menu.php:469
384
  msgid "Site URL"
385
  msgstr "URL sito"
386
 
387
  # @ bestwebsoft
388
+ #: bws_menu.php:470
389
  msgid "Home URL"
390
  msgstr "URL home"
391
 
392
  # @ bestwebsoft
393
+ #: bws_menu.php:473
394
  msgid "WordPress Version"
395
  msgstr "Versione WordPress"
396
 
397
  # @ bestwebsoft
398
+ #: bws_menu.php:474
399
  msgid "WordPress DB Version"
400
  msgstr "Versione DB WordPress"
401
 
402
  # @ bestwebsoft
403
+ #: bws_menu.php:475
404
  msgid "Multisite"
405
  msgstr "Multisito"
406
 
407
  # @ bestwebsoft
408
+ #: bws_menu.php:476
409
  msgid "Active Theme"
410
  msgstr "Tema attivo"
411
 
412
  # @ bestwebsoft
413
+ #: bws_menu.php:491
414
  msgid "Please enter a valid email address."
415
  msgstr "Per favore inserisci un indirizzo e-mail valido."
416
 
417
  # @ bestwebsoft
418
+ #: bws_menu.php:495
419
  msgid "Email with system info is sent to "
420
  msgstr "Email con informazioni di sistema spedita a "
421
 
422
  # @ bestwebsoft
423
+ #: bws_menu.php:499
424
  msgid "Thank you for contacting us."
425
  msgstr "Grazie per averci contattato."
426
 
427
  # @ bestwebsoft
428
+ #: bws_menu.php:532
429
  msgid "Sorry, email message could not be delivered."
430
  msgstr "Spiacenti, il messaggio email non può essere inviato."
431
 
432
+ #: bws_menu.php:540
433
  msgid "Need help?"
434
  msgstr ""
435
 
436
+ #: bws_menu.php:541
437
  msgid "Client area"
438
  msgstr ""
439
 
440
  # @ bestwebsoft
441
+ #: bws_menu.php:542 bws_menu.php:853
 
442
  msgid "System status"
443
  msgstr "Stato sistema"
444
 
445
  # @ bestwebsoft
446
+ #: bws_menu.php:547
447
  #, fuzzy
448
  msgid "Plugins"
449
  msgstr "Plugin Pro"
450
 
451
+ #: bws_menu.php:549
452
  msgid "Themes"
453
  msgstr ""
454
 
455
+ #: bws_menu.php:554
456
  msgid "All"
457
  msgstr ""
458
 
459
  # @ default
460
+ #: bws_menu.php:555
461
  #, fuzzy
462
  msgid "Installed"
463
  msgstr "Installa %s"
464
 
465
  # @ bestwebsoft
466
+ #: bws_menu.php:556
467
  #, fuzzy
468
  msgid "Recommended"
469
  msgstr "Plugin raccomandati"
470
 
471
  # @ bestwebsoft
472
+ #: bws_menu.php:560
473
  msgid "Installed plugins"
474
  msgstr "Plugin installati"
475
 
 
 
 
 
 
 
 
 
 
 
476
  # @ bestwebsoft
477
  # @ captcha
478
+ #: bws_menu.php:592 bws_menu.php:641
 
479
  msgid "Settings"
480
  msgstr "Impostazioni"
481
 
482
  # @ bestwebsoft
483
+ #: bws_menu.php:613 bws_menu.php:670
 
484
  #, fuzzy
485
  msgid "Activate this plugin"
486
  msgstr "Plugin attivi"
487
 
488
+ #: bws_menu.php:628 bws_menu.php:658 bws_menu.php:704
 
 
 
 
 
 
 
 
 
489
  msgid "Go"
490
  msgstr ""
491
 
492
+ #: bws_menu.php:632 bws_menu.php:662 bws_menu.php:708
 
 
493
  msgid "DONATE"
494
  msgstr ""
495
 
496
  # @ bestwebsoft
497
+ #: bws_menu.php:678
498
  msgid "Recommended plugins"
499
  msgstr "Plugin raccomandati"
500
 
501
  # @ default
502
+ #: bws_menu.php:716
503
  #, fuzzy
504
  msgid "Install now"
505
  msgstr "Installa %s"
506
 
507
+ #: bws_menu.php:737
508
  msgid "Try again"
509
  msgstr ""
510
 
511
+ #: bws_menu.php:755
512
  #, php-format
513
  msgid "Preview &#8220;%s&#8221;"
514
  msgstr ""
515
 
516
  # @ default
517
+ #: bws_menu.php:786
518
  #, php-format
519
  msgid "Install %s"
520
  msgstr "Installa %s"
521
 
522
  # @ default
523
+ #: bws_menu.php:786
524
  #, fuzzy
525
  msgid "Install Now"
526
  msgstr "Installa %s"
527
 
528
+ #: bws_menu.php:789
529
  #, php-format
530
  msgid "Update to version %s"
531
  msgstr ""
532
 
533
+ #: bws_menu.php:789
534
  msgid "Update"
535
  msgstr ""
536
 
537
+ #: bws_menu.php:796
538
  #, php-format
539
  msgid "Preview %s"
540
  msgstr ""
541
 
542
+ #: bws_menu.php:796
543
  msgid "Preview"
544
  msgstr ""
545
 
546
+ #: bws_menu.php:802 bws_menu.php:834
 
547
  #, php-format
548
  msgid "By %s"
549
  msgstr ""
550
 
551
+ #: bws_menu.php:808
552
  msgid "Details"
553
  msgstr ""
554
 
555
  # @ default
556
+ #: bws_menu.php:840
557
  #, fuzzy
558
  msgid "Already Installed"
559
  msgstr "Installa %s"
560
 
561
  # @ bestwebsoft
562
+ #: bws_menu.php:856
563
  msgid "Environment"
564
  msgstr "Ambiente"
565
 
566
  # @ bestwebsoft
567
+ #: bws_menu.php:867
568
  msgid "Active Plugins"
569
  msgstr "Plugin attivi"
570
 
571
  # @ bestwebsoft
572
+ #: bws_menu.php:880
573
  msgid "Inactive Plugins"
574
  msgstr "Plugin inattivi"
575
 
576
  # @ bestwebsoft
577
+ #: bws_menu.php:896
578
  msgid "Send to support"
579
  msgstr "Invia al supporto"
580
 
581
  # @ bestwebsoft
582
+ #: bws_menu.php:903
583
  msgid "Send to custom email &#187;"
584
  msgstr "Invia a una email personalizzata &#187;"
585
 
586
  # @ bestwebsoft
587
  #~ msgid "Pro plugins"
588
  #~ msgstr "Plugin Pro"
589
+
590
  # @ bestwebsoft
591
  #~ msgid "Activated plugins"
592
  #~ msgstr "Plugin attivi"
593
+
594
  # @ bestwebsoft
595
  #~ msgid "Read more"
596
  #~ msgstr "Leggi tutto"
597
+
598
  # @ bestwebsoft
599
  #~ msgid "Purchase"
600
  #~ msgstr "Acquista"
601
+
602
  # @ bestwebsoft
603
  #~ msgid "Free plugins"
604
  #~ msgstr "Plugin gratuiti"
605
+
606
  # @ bestwebsoft
607
  #~ msgid "Download"
608
  #~ msgstr "Scarica"
609
+
610
  # @ bestwebsoft
611
  #~ msgid "Install now from wordpress.org"
612
  #~ msgstr "Installa ora da wordpress.org"
613
+
614
  # @ bestwebsoft
615
  #, fuzzy
616
  #~ msgid "Activated theme"
626
  #~ msgid "Recommended themes"
627
  #~ msgstr "Plugin raccomandati"
628
 
 
 
 
629
  # @ default
630
  #, fuzzy
631
  #~ msgid "installed"
639
  # @ captcha
640
  #~ msgid "Captcha"
641
  #~ msgstr "Captcha"
642
+
643
  # @ captcha
644
  #~ msgid "Login form"
645
  #~ msgstr "Modulo di login"
646
+
647
  # @ captcha
648
  #, fuzzy
649
  #~ msgid "Registration form"
652
  # @ captcha
653
  #~ msgid "Register form"
654
  #~ msgstr "Modulo di registrazione"
655
+
656
  # @ captcha
657
  #, fuzzy
658
  #~ msgid "Reset Password form"
661
  # @ captcha
662
  #~ msgid "Lost password form"
663
  #~ msgstr "Modulo recupero password"
664
+
665
  # @ captcha
666
  #~ msgid "Comments form"
667
  #~ msgstr "Modulo dei commenti"
668
+
669
  # @ captcha
670
  #~ msgid "Hide CAPTCHA for registered users"
671
  #~ msgstr "Nascondi CAPTCHA per gli utenti registrati"
672
+
673
  # @ captcha
674
  #~ msgid "Plus (&#43;)"
675
  #~ msgstr "Addizione (&#43;)"
676
+
677
  # @ captcha
678
  #~ msgid "Plus"
679
  #~ msgstr "Più"
680
+
681
  # @ captcha
682
  #~ msgid "Minus (&minus;)"
683
  #~ msgstr "Sottrazione (&minus;)"
684
+
685
  # @ captcha
686
  #~ msgid "Minus"
687
  #~ msgstr "Meno"
688
+
689
  # @ captcha
690
  #, fuzzy
691
  #~ msgid "Multiplication (&times;)"
699
  # @ captcha
700
  #~ msgid "Numbers"
701
  #~ msgstr "Numeri"
702
+
703
  # @ captcha
704
  #~ msgid "Words"
705
  #~ msgstr "Parole"
706
+
707
  # @ captcha
708
  #~ msgid "FAQ"
709
  #~ msgstr "FAQ"
710
+
711
  # @ captcha
712
  #~ msgid "Support"
713
  #~ msgstr "Supporto"
714
+
715
  # @ captcha
716
  #, fuzzy
717
  #~ msgid ""
723
  # @ captcha
724
  #~ msgid "Options saved."
725
  #~ msgstr "Impostazioni salvate."
726
+
727
  # @ captcha
728
  #, fuzzy
729
  #~ msgid "Enable CAPTCHA for:"
732
  # @ captcha
733
  #~ msgid "Contact form"
734
  #~ msgstr "Modulo di contatto"
735
+
736
  # @ captcha
737
  #~ msgid "powered by"
738
  #~ msgstr "powered by"
739
+
740
  # @ captcha
741
  #~ msgid "Activate contact form"
742
  #~ msgstr "Attiva modulo di contatto"
743
+
744
  # @ captcha
745
  #~ msgid "Download contact form"
746
  #~ msgstr "Scarica il plugin per il modulo di contatto"
747
+
748
  # @ captcha
749
  #, fuzzy
750
  #~ msgid ""
756
  # @ captcha
757
  #~ msgid "\"Create a Group\" form"
758
  #~ msgstr "Modulo \"Crea un gruppo\""
759
+
760
  # @ captcha
761
  #~ msgid ""
762
  #~ "This functionality is available in the Pro version of the plugin. For "
764
  #~ msgstr ""
765
  #~ "Questa funzionalità è disponibile nella versione Pro del plugin. Per "
766
  #~ "maggiori dettagli, per favore vai al link"
767
+
768
  # @ captcha
769
  #, fuzzy
770
  #~ msgid "Title for CAPTCHA in the form"
773
  # @ captcha
774
  #~ msgid "Arithmetic actions for CAPTCHA"
775
  #~ msgstr "Operazioni aritmetiche per il CAPTCHA"
776
+
777
  # @ captcha
778
  #~ msgid "CAPTCHA complexity level"
779
  #~ msgstr "Livello complessità CAPTCHA"
780
+
781
  # @ default
782
  #~ msgid "Save Changes"
783
  #~ msgstr "Salva le modifiche"
784
+
785
  # @ captcha
786
  #~ msgid "ERROR"
787
  #~ msgstr "ERRORE"
788
+
789
  # @ captcha
790
  #~ msgid "Please fill the form."
791
  #~ msgstr "Per favore compila il modulo."
792
+
793
  # @ captcha
794
  #, fuzzy
795
  #~ msgid "Please enter a valid CAPTCHA value."
807
  # @ captcha
808
  #~ msgid "zero"
809
  #~ msgstr "zero"
810
+
811
  # @ captcha
812
  #~ msgid "one"
813
  #~ msgstr "uno"
814
+
 
 
815
  # @ captcha
816
  #~ msgid "three"
817
  #~ msgstr "tre"
818
+
819
  # @ captcha
820
  #~ msgid "four"
821
  #~ msgstr "quattro"
822
+
823
  # @ captcha
824
  #~ msgid "five"
825
  #~ msgstr "cinque"
826
+
827
  # @ captcha
828
  #~ msgid "six"
829
  #~ msgstr "sei"
830
+
831
  # @ captcha
832
  #~ msgid "seven"
833
  #~ msgstr "sette"
834
+
835
  # @ captcha
836
  #~ msgid "eight"
837
  #~ msgstr "otto"
838
+
839
  # @ captcha
840
  #~ msgid "nine"
841
  #~ msgstr "nove"
842
+
843
  # @ captcha
844
  #~ msgid "eleven"
845
  #~ msgstr "undici"
846
+
847
  # @ captcha
848
  #~ msgid "twelve"
849
  #~ msgstr "dodici"
850
+
851
  # @ captcha
852
  #~ msgid "thirteen"
853
  #~ msgstr "tredici"
854
+
855
  # @ captcha
856
  #~ msgid "fourteen"
857
  #~ msgstr "quattordici"
858
+
859
  # @ captcha
860
  #~ msgid "fifteen"
861
  #~ msgstr "quindici"
862
+
863
  # @ captcha
864
  #~ msgid "sixteen"
865
  #~ msgstr "sedici"
866
+
867
  # @ captcha
868
  #~ msgid "seventeen"
869
  #~ msgstr "diciassette"
870
+
871
  # @ captcha
872
  #~ msgid "eighteen"
873
  #~ msgstr "diciotto"
874
+
875
  # @ captcha
876
  #~ msgid "nineteen"
877
  #~ msgstr "diciannove"
878
+
879
  # @ captcha
880
  #~ msgid "ten"
881
  #~ msgstr "dieci"
882
+
883
  # @ captcha
884
  #~ msgid "twenty"
885
  #~ msgstr "venti"
886
+
887
  # @ captcha
888
  #~ msgid "thirty"
889
  #~ msgstr "trenta"
890
+
891
  # @ captcha
892
  #~ msgid "forty"
893
  #~ msgstr "quaranta"
894
+
895
  # @ captcha
896
  #~ msgid "fifty"
897
  #~ msgstr "cinquanta"
898
+
899
  # @ captcha
900
  #~ msgid "sixty"
901
  #~ msgstr "sessanta"
902
+
903
  # @ captcha
904
  #~ msgid "seventy"
905
  #~ msgstr "settanta"
906
+
907
  # @ captcha
908
  #~ msgid "eighty"
909
  #~ msgstr "ottanta"
910
+
911
  # @ captcha
912
  #~ msgid "ninety"
913
  #~ msgstr "novanta"
914
+
915
  # @ captcha
916
  #~ msgid "and"
917
  #~ msgstr "e"
918
+
919
  # @ captcha
920
  #, fuzzy
921
  #~ msgid "Encryption password is not set"
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-11-05 16:30+0300\n"
6
- "PO-Revision-Date: 2014-11-05 16:30+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: foken <foken@gmx.com>\n"
9
  "Language: ja_JP\n"
@@ -13,305 +13,515 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_menu.php:351
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid "Not set"
21
  msgstr "未設定"
22
 
23
- #: bws_menu.php:353
24
- #: bws_menu.php:354
25
  msgid "On"
26
  msgstr "On"
27
 
28
- #: bws_menu.php:353
29
- #: bws_menu.php:354
30
  msgid "Off"
31
  msgstr "Off"
32
 
33
- #: bws_menu.php:355
34
- #: bws_menu.php:356
35
- #: bws_menu.php:357
36
- #: bws_menu.php:358
37
- #: bws_menu.php:359
38
- #: bws_menu.php:371
39
  msgid "N/A"
40
  msgstr "該当なし"
41
 
42
- #: bws_menu.php:359
43
  msgid " Mb"
44
  msgstr " Mb"
45
 
46
- #: bws_menu.php:360
47
- #: bws_menu.php:361
48
- #: bws_menu.php:362
49
- #: bws_menu.php:367
50
  msgid "Yes"
51
  msgstr "はい"
52
 
53
- #: bws_menu.php:360
54
- #: bws_menu.php:361
55
- #: bws_menu.php:362
56
- #: bws_menu.php:369
57
  msgid "No"
58
  msgstr "いいえ"
59
 
60
- #: bws_menu.php:379
61
  msgid "Operating System"
62
  msgstr "オペレーション・システム"
63
 
64
- #: bws_menu.php:380
65
  msgid "Server"
66
  msgstr "サーバ"
67
 
68
- #: bws_menu.php:381
69
  msgid "Memory usage"
70
  msgstr "メモリー使用"
71
 
72
- #: bws_menu.php:382
73
  msgid "MYSQL Version"
74
  msgstr "MYSQL バージョン"
75
 
76
- #: bws_menu.php:383
77
  msgid "SQL Mode"
78
  msgstr "SQLモード"
79
 
80
- #: bws_menu.php:384
81
  msgid "PHP Version"
82
  msgstr "PHP バージョン"
83
 
84
- #: bws_menu.php:385
85
  msgid "PHP Safe Mode"
86
  msgstr "PHP Safe Mode"
87
 
88
- #: bws_menu.php:386
89
  msgid "PHP Allow URL fopen"
90
  msgstr "PHP Allow URL fopen"
91
 
92
- #: bws_menu.php:387
93
  msgid "PHP Memory Limit"
94
  msgstr "PHP Memory Limit"
95
 
96
- #: bws_menu.php:388
97
  msgid "PHP Max Upload Size"
98
  msgstr "PHP Max Upload Size"
99
 
100
- #: bws_menu.php:389
101
  msgid "PHP Max Post Size"
102
  msgstr "PHP Max Post Size"
103
 
104
- #: bws_menu.php:390
105
  msgid "PHP Max Script Execute Time"
106
  msgstr "PHP Max Script Execute Time"
107
 
108
- #: bws_menu.php:391
109
  msgid "PHP Exif support"
110
  msgstr "PHP Exif サポート"
111
 
112
- #: bws_menu.php:392
113
  msgid "PHP IPTC support"
114
  msgstr "PHP IPTC サポート"
115
 
116
- #: bws_menu.php:393
117
  msgid "PHP XML support"
118
  msgstr "PHP XML サポート"
119
 
120
- #: bws_menu.php:394
121
  msgid "Site URL"
122
  msgstr "サイトURL"
123
 
124
- #: bws_menu.php:395
125
  msgid "Home URL"
126
  msgstr "ホームURL"
127
 
128
- #: bws_menu.php:398
129
  msgid "WordPress Version"
130
  msgstr "WordPress バージョン"
131
 
132
- #: bws_menu.php:399
133
  msgid "WordPress DB Version"
134
  msgstr "WordPress データベース バージョン"
135
 
136
- #: bws_menu.php:400
137
  msgid "Multisite"
138
  msgstr "複数サイト"
139
 
140
- #: bws_menu.php:401
141
  msgid "Active Theme"
142
  msgstr "有効なテーマ"
143
 
144
- #: bws_menu.php:416
145
  msgid "Please enter a valid email address."
146
  msgstr "正確なEメール・アドレスを入力して下さい。"
147
 
148
- #: bws_menu.php:420
149
  msgid "Email with system info is sent to "
150
  msgstr "システム情報をメールで送信:"
151
 
152
- #: bws_menu.php:424
153
  msgid "Thank you for contacting us."
154
  msgstr "ご連絡ありがとうございます"
155
 
156
- #: bws_menu.php:457
157
  msgid "Sorry, email message could not be delivered."
158
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
159
 
160
- #: bws_menu.php:465
161
  msgid "Need help?"
162
  msgstr ""
163
 
164
- #: bws_menu.php:466
165
  msgid "Client area"
166
  msgstr ""
167
 
168
- #: bws_menu.php:467
169
- #: bws_menu.php:778
170
  msgid "System status"
171
  msgstr "システム状況"
172
 
173
- #: bws_menu.php:472
174
  #, fuzzy
175
  msgid "Plugins"
176
  msgstr "Pro Plugins"
177
 
178
- #: bws_menu.php:474
179
  msgid "Themes"
180
  msgstr ""
181
 
182
- #: bws_menu.php:479
183
  msgid "All"
184
  msgstr ""
185
 
186
- #: bws_menu.php:480
187
  #, fuzzy
188
  msgid "Installed"
189
  msgstr "%s 導入"
190
 
191
- #: bws_menu.php:481
192
  #, fuzzy
193
  msgid "Recommended"
194
  msgstr "推奨プラグイン"
195
 
196
- #: bws_menu.php:485
197
  msgid "Installed plugins"
198
  msgstr "導入済みプラグイン"
199
 
200
- #: bws_menu.php:514
201
- #: bws_menu.php:536
202
- #: bws_menu.php:563
203
- #: bws_menu.php:593
204
- #: bws_menu.php:639
205
- #, fuzzy
206
- msgid "Learn more"
207
- msgstr "もっと読む"
208
-
209
- #: bws_menu.php:517
210
- #: bws_menu.php:566
211
  msgid "Settings"
212
  msgstr "設定"
213
 
214
- #: bws_menu.php:538
215
- #: bws_menu.php:595
216
  #, fuzzy
217
  msgid "Activate this plugin"
218
  msgstr "有効なプラグイン"
219
 
220
- #: bws_menu.php:538
221
- #: bws_menu.php:595
222
- #, fuzzy
223
- msgid "Activate"
224
- msgstr "有効なcaptcha"
225
-
226
- #: bws_menu.php:553
227
- #: bws_menu.php:583
228
- #: bws_menu.php:629
229
  msgid "Go"
230
  msgstr ""
231
 
232
- #: bws_menu.php:557
233
- #: bws_menu.php:587
234
- #: bws_menu.php:633
235
  msgid "DONATE"
236
  msgstr ""
237
 
238
- #: bws_menu.php:603
239
  msgid "Recommended plugins"
240
  msgstr "推奨プラグイン"
241
 
242
- #: bws_menu.php:641
243
  #, fuzzy
244
  msgid "Install now"
245
  msgstr "Installa Ora"
246
 
247
- #: bws_menu.php:662
248
  msgid "Try again"
249
  msgstr ""
250
 
251
- #: bws_menu.php:680
252
  #, php-format
253
  msgid "Preview &#8220;%s&#8221;"
254
  msgstr ""
255
 
256
- #: bws_menu.php:711
257
  #, php-format
258
  msgid "Install %s"
259
  msgstr "%s 導入"
260
 
261
- #: bws_menu.php:711
262
  msgid "Install Now"
263
  msgstr "Installa Ora"
264
 
265
- #: bws_menu.php:714
266
  #, php-format
267
  msgid "Update to version %s"
268
  msgstr ""
269
 
270
- #: bws_menu.php:714
271
  msgid "Update"
272
  msgstr ""
273
 
274
- #: bws_menu.php:721
275
  #, php-format
276
  msgid "Preview %s"
277
  msgstr ""
278
 
279
- #: bws_menu.php:721
280
  msgid "Preview"
281
  msgstr ""
282
 
283
- #: bws_menu.php:727
284
- #: bws_menu.php:759
285
  #, php-format
286
  msgid "By %s"
287
  msgstr ""
288
 
289
- #: bws_menu.php:733
290
  msgid "Details"
291
  msgstr ""
292
 
293
- #: bws_menu.php:765
294
  #, fuzzy
295
  msgid "Already Installed"
296
  msgstr "%s 導入"
297
 
298
- #: bws_menu.php:781
299
  msgid "Environment"
300
  msgstr "環境"
301
 
302
- #: bws_menu.php:792
303
  msgid "Active Plugins"
304
  msgstr "有効なプラグイン"
305
 
306
- #: bws_menu.php:805
307
  msgid "Inactive Plugins"
308
  msgstr "無効なプラグイン"
309
 
310
- #: bws_menu.php:821
311
  msgid "Send to support"
312
  msgstr "サポートに送信"
313
 
314
- #: bws_menu.php:828
315
  msgid "Send to custom email &#187;"
316
  msgstr "カスタムEメールに送信&#187;"
317
 
@@ -348,9 +558,6 @@ msgstr "カスタムEメールに送信&#187;"
348
  #~ msgid "Recommended themes"
349
  #~ msgstr "推奨プラグイン"
350
 
351
- #~ msgid "If you have any questions, please contact us via"
352
- #~ msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
353
-
354
  #, fuzzy
355
  #~ msgid "installed"
356
  #~ msgstr "%s 導入"
@@ -450,9 +657,6 @@ msgstr "カスタムEメールに送信&#187;"
450
  #~ msgid "Settings saved."
451
  #~ msgstr "設定保存."
452
 
453
- #~ msgid "Extra settings"
454
- #~ msgstr "追加設定"
455
-
456
  #~ msgid ""
457
  #~ "If you would like to add the Contact Form to your website, just copy and "
458
  #~ "paste this shortcode to your post or page or widget:"
@@ -566,9 +770,6 @@ msgstr "カスタムEメールに送信&#187;"
566
  #~ msgid "Display 'Send me a copy' block"
567
  #~ msgstr "コピーブロックを自分に送る"
568
 
569
- #~ msgid "Required fields"
570
- #~ msgstr "必須フィールド"
571
-
572
  #~ msgid "Name"
573
  #~ msgstr "名前"
574
 
@@ -791,9 +992,6 @@ msgstr "カスタムEメールに送信&#187;"
791
  #~ msgid "Please enter subject..."
792
  #~ msgstr "件名を入力して下さい..."
793
 
794
- #~ msgid "Please enter your message..."
795
- #~ msgstr "メッセージを入力して下さい..."
796
-
797
  #~ msgid ""
798
  #~ "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
799
  #~ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file "
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-05 13:13+0300\n"
6
+ "PO-Revision-Date: 2015-03-05 13: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"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: bws_functions.php:84
20
+ #, fuzzy
21
+ msgid "requires"
22
+ msgstr "必須フィールド"
23
+
24
+ #: bws_functions.php:85
25
+ msgid ""
26
+ "or higher, that is why it has been deactivated! Please upgrade WordPress and "
27
+ "try again."
28
+ msgstr ""
29
+
30
+ #: bws_functions.php:86
31
+ msgid "Back to the WordPress"
32
+ msgstr ""
33
+
34
+ #: bws_functions.php:87
35
+ #, fuzzy
36
+ msgid "Plugins page"
37
+ msgstr "Pro Plugins"
38
+
39
+ #: bws_functions.php:134
40
+ #, fuzzy
41
+ msgid "Learn More"
42
+ msgstr "もっと読む"
43
+
44
+ #: bws_functions.php:137
45
+ msgid "It’s time to upgrade your"
46
+ msgstr ""
47
+
48
+ #: bws_functions.php:137
49
+ msgid "to"
50
+ msgstr ""
51
+
52
+ #: bws_functions.php:137
53
+ #, fuzzy
54
+ msgid "version!"
55
+ msgstr "PHP バージョン"
56
+
57
+ #: bws_functions.php:138
58
+ msgid "Extend standard plugin functionality with new great options."
59
+ msgstr ""
60
+
61
+ #: bws_functions.php:158
62
+ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
63
+ msgstr ""
64
+
65
+ #: bws_functions.php:159
66
+ #, fuzzy
67
+ msgid "Rate the plugin"
68
+ msgstr "有効なプラグイン"
69
+
70
+ #: bws_functions.php:162
71
+ #, fuzzy
72
+ msgid "If there is something wrong about it, please contact us"
73
+ msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
74
+
75
+ #: bws_functions.php:179 bws_functions.php:215 bws_functions.php:395
76
+ msgid "Wrong license key"
77
+ msgstr ""
78
+
79
+ #: bws_functions.php:209 bws_functions.php:389 bws_functions.php:426
80
+ msgid ""
81
+ "Something went wrong. Please try again later. If the error appears again, "
82
+ "please contact us"
83
+ msgstr ""
84
+
85
+ #: bws_functions.php:209 bws_functions.php:389 bws_functions.php:426
86
+ msgid "We are sorry for inconvenience."
87
+ msgstr ""
88
+
89
+ #: bws_functions.php:217 bws_functions.php:397
90
+ msgid "This license key is bind to another site"
91
+ msgstr ""
92
+
93
+ #: bws_functions.php:219 bws_functions.php:348
94
+ msgid ""
95
+ "Unfortunately, you have exceeded the number of available tries per day. "
96
+ "Please, upload the plugin manually."
97
+ msgstr ""
98
+
99
+ #: bws_functions.php:221
100
+ msgid ""
101
+ "Unfortunately, Your license has expired. To continue getting top-priority "
102
+ "support and plugin updates you should extend it in your"
103
+ msgstr ""
104
+
105
+ #: bws_functions.php:223
106
+ msgid ""
107
+ "Unfortunately, the PRO licence was already installed to this domain. The PRO "
108
+ "Trial license can be installed only once."
109
+ msgstr ""
110
+
111
+ #: bws_functions.php:234 bws_functions.php:256 bws_functions.php:278
112
+ msgid "Failed to download the zip archive. Please, upload the plugin manually"
113
+ msgstr ""
114
+
115
+ #: bws_functions.php:246
116
+ msgid "Failed to open the zip archive. Please, upload the plugin manually"
117
+ msgstr ""
118
+
119
+ #: bws_functions.php:252
120
+ msgid ""
121
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
122
+ "plugin manually"
123
+ msgstr ""
124
+
125
+ #: bws_functions.php:259
126
+ msgid "UploadDir is not writable. Please, upload the plugin manually"
127
+ msgstr ""
128
+
129
+ #: bws_functions.php:282
130
+ msgid ""
131
+ "Something went wrong. Try again later or upload the plugin manually. We are "
132
+ "sorry for inconvenience."
133
+ msgstr ""
134
+
135
+ #: bws_functions.php:307
136
+ #, fuzzy
137
+ msgid "Please, enter Your license key"
138
+ msgstr "メッセージを入力して下さい..."
139
+
140
+ #: bws_functions.php:324
141
+ msgid ""
142
+ "Congratulations! The PRO version of the plugin is successfully download and "
143
+ "activated."
144
+ msgstr ""
145
+
146
+ #: bws_functions.php:326
147
+ msgid "Please, go to"
148
+ msgstr ""
149
+
150
+ #: bws_functions.php:326
151
+ #, fuzzy
152
+ msgid "the setting page"
153
+ msgstr "追加設定"
154
+
155
+ #: bws_functions.php:327
156
+ msgid "You will be redirected automatically in 5 seconds."
157
+ msgstr ""
158
+
159
+ #: bws_functions.php:332
160
+ msgid "You can download and activate"
161
+ msgstr ""
162
+
163
+ #: bws_functions.php:334
164
+ msgid "version of this plugin by entering Your license key."
165
+ msgstr ""
166
+
167
+ #: bws_functions.php:336
168
+ msgid ""
169
+ "You can find your license key on your personal page Client area, by clicking "
170
+ "on the link"
171
+ msgstr ""
172
+
173
+ #: bws_functions.php:338
174
+ msgid "(your username is the email you specify when purchasing the product)."
175
+ msgstr ""
176
+
177
+ #: bws_functions.php:346 bws_functions.php:354 bws_menu.php:613
178
+ #: bws_menu.php:670
179
+ #, fuzzy
180
+ msgid "Activate"
181
+ msgstr "有効なcaptcha"
182
+
183
+ #: bws_functions.php:399
184
+ msgid ""
185
+ "This license key is valid, but Your license has expired. If you want to "
186
+ "update our plugin in future, you should extend the license."
187
+ msgstr ""
188
+
189
+ #: bws_functions.php:401
190
+ msgid "Unfortunately, you have exceeded the number of available tries."
191
+ msgstr ""
192
+
193
+ #: bws_functions.php:405
194
+ msgid "The license key is valid. Your license will expire on"
195
+ msgstr ""
196
+
197
+ #: bws_functions.php:407
198
+ msgid "The license key is valid."
199
+ msgstr ""
200
+
201
+ #: bws_functions.php:431
202
+ #, fuzzy
203
+ msgid "Please, enter your license key"
204
+ msgstr "メッセージを入力して下さい..."
205
+
206
+ #: bws_functions.php:444
207
+ msgid ""
208
+ "If needed you can check if the license key is correct or reenter it in the "
209
+ "field below. You can find your license key on your personal page - Client "
210
+ "area - on our website"
211
+ msgstr ""
212
+
213
+ #: bws_functions.php:444
214
+ msgid ""
215
+ "(your username is the email you specify when purchasing the product). If "
216
+ "necessary, please submit \"Lost your password?\" request."
217
+ msgstr ""
218
+
219
+ #: bws_functions.php:448
220
+ msgid "Check license key"
221
+ msgstr ""
222
+
223
+ #: bws_functions.php:462
224
+ msgid ""
225
+ "WARNING: We have noticed illegal use of our plugin by you. We strongly "
226
+ "recommend you to solve the problem within 24 hours, otherwise the plugin "
227
+ "will be deactivated. Please go to your personal"
228
+ msgstr ""
229
+
230
+ #: bws_functions.php:462
231
+ msgid ""
232
+ "(your username is the email you specify when purchasing the product), where "
233
+ "you can make the necessary changes."
234
+ msgstr ""
235
+
236
+ #: bws_functions.php:468
237
+ msgid ""
238
+ "Your license has expired. To continue getting top-priority support and "
239
+ "plugin updates you should extend it."
240
+ msgstr ""
241
+
242
+ #: bws_functions.php:468 bws_functions.php:502 bws_menu.php:589
243
+ #: bws_menu.php:611 bws_menu.php:638 bws_menu.php:668 bws_menu.php:714
244
+ #, fuzzy
245
+ msgid "Learn more"
246
+ msgstr "もっと読む"
247
+
248
+ #: bws_functions.php:502
249
+ msgid "You license for"
250
+ msgstr ""
251
+
252
+ #: bws_functions.php:502
253
+ msgid "expires on"
254
+ msgstr ""
255
+
256
+ #: bws_functions.php:502
257
+ msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
258
+ msgstr ""
259
+
260
+ #: bws_functions.php:580
261
+ msgid "Close"
262
+ msgstr ""
263
+
264
+ #: bws_menu.php:426
265
  msgid "Not set"
266
  msgstr "未設定"
267
 
268
+ #: bws_menu.php:428 bws_menu.php:429
 
269
  msgid "On"
270
  msgstr "On"
271
 
272
+ #: bws_menu.php:428 bws_menu.php:429
 
273
  msgid "Off"
274
  msgstr "Off"
275
 
276
+ #: bws_menu.php:430 bws_menu.php:431 bws_menu.php:432 bws_menu.php:433
277
+ #: bws_menu.php:434 bws_menu.php:446
 
 
 
 
278
  msgid "N/A"
279
  msgstr "該当なし"
280
 
281
+ #: bws_menu.php:434
282
  msgid " Mb"
283
  msgstr " Mb"
284
 
285
+ #: bws_menu.php:435 bws_menu.php:436 bws_menu.php:437 bws_menu.php:442
 
 
 
286
  msgid "Yes"
287
  msgstr "はい"
288
 
289
+ #: bws_menu.php:435 bws_menu.php:436 bws_menu.php:437 bws_menu.php:444
 
 
 
290
  msgid "No"
291
  msgstr "いいえ"
292
 
293
+ #: bws_menu.php:454
294
  msgid "Operating System"
295
  msgstr "オペレーション・システム"
296
 
297
+ #: bws_menu.php:455
298
  msgid "Server"
299
  msgstr "サーバ"
300
 
301
+ #: bws_menu.php:456
302
  msgid "Memory usage"
303
  msgstr "メモリー使用"
304
 
305
+ #: bws_menu.php:457
306
  msgid "MYSQL Version"
307
  msgstr "MYSQL バージョン"
308
 
309
+ #: bws_menu.php:458
310
  msgid "SQL Mode"
311
  msgstr "SQLモード"
312
 
313
+ #: bws_menu.php:459
314
  msgid "PHP Version"
315
  msgstr "PHP バージョン"
316
 
317
+ #: bws_menu.php:460
318
  msgid "PHP Safe Mode"
319
  msgstr "PHP Safe Mode"
320
 
321
+ #: bws_menu.php:461
322
  msgid "PHP Allow URL fopen"
323
  msgstr "PHP Allow URL fopen"
324
 
325
+ #: bws_menu.php:462
326
  msgid "PHP Memory Limit"
327
  msgstr "PHP Memory Limit"
328
 
329
+ #: bws_menu.php:463
330
  msgid "PHP Max Upload Size"
331
  msgstr "PHP Max Upload Size"
332
 
333
+ #: bws_menu.php:464
334
  msgid "PHP Max Post Size"
335
  msgstr "PHP Max Post Size"
336
 
337
+ #: bws_menu.php:465
338
  msgid "PHP Max Script Execute Time"
339
  msgstr "PHP Max Script Execute Time"
340
 
341
+ #: bws_menu.php:466
342
  msgid "PHP Exif support"
343
  msgstr "PHP Exif サポート"
344
 
345
+ #: bws_menu.php:467
346
  msgid "PHP IPTC support"
347
  msgstr "PHP IPTC サポート"
348
 
349
+ #: bws_menu.php:468
350
  msgid "PHP XML support"
351
  msgstr "PHP XML サポート"
352
 
353
+ #: bws_menu.php:469
354
  msgid "Site URL"
355
  msgstr "サイトURL"
356
 
357
+ #: bws_menu.php:470
358
  msgid "Home URL"
359
  msgstr "ホームURL"
360
 
361
+ #: bws_menu.php:473
362
  msgid "WordPress Version"
363
  msgstr "WordPress バージョン"
364
 
365
+ #: bws_menu.php:474
366
  msgid "WordPress DB Version"
367
  msgstr "WordPress データベース バージョン"
368
 
369
+ #: bws_menu.php:475
370
  msgid "Multisite"
371
  msgstr "複数サイト"
372
 
373
+ #: bws_menu.php:476
374
  msgid "Active Theme"
375
  msgstr "有効なテーマ"
376
 
377
+ #: bws_menu.php:491
378
  msgid "Please enter a valid email address."
379
  msgstr "正確なEメール・アドレスを入力して下さい。"
380
 
381
+ #: bws_menu.php:495
382
  msgid "Email with system info is sent to "
383
  msgstr "システム情報をメールで送信:"
384
 
385
+ #: bws_menu.php:499
386
  msgid "Thank you for contacting us."
387
  msgstr "ご連絡ありがとうございます"
388
 
389
+ #: bws_menu.php:532
390
  msgid "Sorry, email message could not be delivered."
391
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
392
 
393
+ #: bws_menu.php:540
394
  msgid "Need help?"
395
  msgstr ""
396
 
397
+ #: bws_menu.php:541
398
  msgid "Client area"
399
  msgstr ""
400
 
401
+ #: bws_menu.php:542 bws_menu.php:853
 
402
  msgid "System status"
403
  msgstr "システム状況"
404
 
405
+ #: bws_menu.php:547
406
  #, fuzzy
407
  msgid "Plugins"
408
  msgstr "Pro Plugins"
409
 
410
+ #: bws_menu.php:549
411
  msgid "Themes"
412
  msgstr ""
413
 
414
+ #: bws_menu.php:554
415
  msgid "All"
416
  msgstr ""
417
 
418
+ #: bws_menu.php:555
419
  #, fuzzy
420
  msgid "Installed"
421
  msgstr "%s 導入"
422
 
423
+ #: bws_menu.php:556
424
  #, fuzzy
425
  msgid "Recommended"
426
  msgstr "推奨プラグイン"
427
 
428
+ #: bws_menu.php:560
429
  msgid "Installed plugins"
430
  msgstr "導入済みプラグイン"
431
 
432
+ #: bws_menu.php:592 bws_menu.php:641
 
 
 
 
 
 
 
 
 
 
433
  msgid "Settings"
434
  msgstr "設定"
435
 
436
+ #: bws_menu.php:613 bws_menu.php:670
 
437
  #, fuzzy
438
  msgid "Activate this plugin"
439
  msgstr "有効なプラグイン"
440
 
441
+ #: bws_menu.php:628 bws_menu.php:658 bws_menu.php:704
 
 
 
 
 
 
 
 
442
  msgid "Go"
443
  msgstr ""
444
 
445
+ #: bws_menu.php:632 bws_menu.php:662 bws_menu.php:708
 
 
446
  msgid "DONATE"
447
  msgstr ""
448
 
449
+ #: bws_menu.php:678
450
  msgid "Recommended plugins"
451
  msgstr "推奨プラグイン"
452
 
453
+ #: bws_menu.php:716
454
  #, fuzzy
455
  msgid "Install now"
456
  msgstr "Installa Ora"
457
 
458
+ #: bws_menu.php:737
459
  msgid "Try again"
460
  msgstr ""
461
 
462
+ #: bws_menu.php:755
463
  #, php-format
464
  msgid "Preview &#8220;%s&#8221;"
465
  msgstr ""
466
 
467
+ #: bws_menu.php:786
468
  #, php-format
469
  msgid "Install %s"
470
  msgstr "%s 導入"
471
 
472
+ #: bws_menu.php:786
473
  msgid "Install Now"
474
  msgstr "Installa Ora"
475
 
476
+ #: bws_menu.php:789
477
  #, php-format
478
  msgid "Update to version %s"
479
  msgstr ""
480
 
481
+ #: bws_menu.php:789
482
  msgid "Update"
483
  msgstr ""
484
 
485
+ #: bws_menu.php:796
486
  #, php-format
487
  msgid "Preview %s"
488
  msgstr ""
489
 
490
+ #: bws_menu.php:796
491
  msgid "Preview"
492
  msgstr ""
493
 
494
+ #: bws_menu.php:802 bws_menu.php:834
 
495
  #, php-format
496
  msgid "By %s"
497
  msgstr ""
498
 
499
+ #: bws_menu.php:808
500
  msgid "Details"
501
  msgstr ""
502
 
503
+ #: bws_menu.php:840
504
  #, fuzzy
505
  msgid "Already Installed"
506
  msgstr "%s 導入"
507
 
508
+ #: bws_menu.php:856
509
  msgid "Environment"
510
  msgstr "環境"
511
 
512
+ #: bws_menu.php:867
513
  msgid "Active Plugins"
514
  msgstr "有効なプラグイン"
515
 
516
+ #: bws_menu.php:880
517
  msgid "Inactive Plugins"
518
  msgstr "無効なプラグイン"
519
 
520
+ #: bws_menu.php:896
521
  msgid "Send to support"
522
  msgstr "サポートに送信"
523
 
524
+ #: bws_menu.php:903
525
  msgid "Send to custom email &#187;"
526
  msgstr "カスタムEメールに送信&#187;"
527
 
558
  #~ msgid "Recommended themes"
559
  #~ msgstr "推奨プラグイン"
560
 
 
 
 
561
  #, fuzzy
562
  #~ msgid "installed"
563
  #~ msgstr "%s 導入"
657
  #~ msgid "Settings saved."
658
  #~ msgstr "設定保存."
659
 
 
 
 
660
  #~ msgid ""
661
  #~ "If you would like to add the Contact Form to your website, just copy and "
662
  #~ "paste this shortcode to your post or page or widget:"
770
  #~ msgid "Display 'Send me a copy' block"
771
  #~ msgstr "コピーブロックを自分に送る"
772
 
 
 
 
773
  #~ msgid "Name"
774
  #~ msgstr "名前"
775
 
992
  #~ msgid "Please enter subject..."
993
  #~ msgstr "件名を入力して下さい..."
994
 
 
 
 
995
  #~ msgid ""
996
  #~ "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
997
  #~ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file "
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-11-05 16:30+0300\n"
6
- "PO-Revision-Date: 2014-11-05 16:30+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"
@@ -11,385 +11,603 @@ msgstr ""
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
- "X-Generator: Poedit 1.5.7\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-Basepath: ..\n"
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  # @ captcha
22
- #: bws_menu.php:351
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  msgid "Not set"
24
  msgstr "Não definido"
25
 
26
  # @ captcha
27
- #: bws_menu.php:353
28
- #: bws_menu.php:354
29
  msgid "On"
30
  msgstr "Ligado"
31
 
32
  # @ captcha
33
- #: bws_menu.php:353
34
- #: bws_menu.php:354
35
  msgid "Off"
36
  msgstr "Desligado"
37
 
38
  # @ captcha
39
- #: bws_menu.php:355
40
- #: bws_menu.php:356
41
- #: bws_menu.php:357
42
- #: bws_menu.php:358
43
- #: bws_menu.php:359
44
- #: bws_menu.php:371
45
  msgid "N/A"
46
  msgstr "N/D"
47
 
48
  # @ captcha
49
- #: bws_menu.php:359
50
  msgid " Mb"
51
  msgstr " Mb"
52
 
53
  # @ captcha
54
- #: bws_menu.php:360
55
- #: bws_menu.php:361
56
- #: bws_menu.php:362
57
- #: bws_menu.php:367
58
  msgid "Yes"
59
  msgstr "Sim"
60
 
61
  # @ captcha
62
- #: bws_menu.php:360
63
- #: bws_menu.php:361
64
- #: bws_menu.php:362
65
- #: bws_menu.php:369
66
  msgid "No"
67
  msgstr "Não"
68
 
69
  # @ captcha
70
- #: bws_menu.php:379
71
  msgid "Operating System"
72
  msgstr "Sistema Operacional"
73
 
74
  # @ captcha
75
- #: bws_menu.php:380
76
  msgid "Server"
77
  msgstr "Servidor"
78
 
79
  # @ captcha
80
- #: bws_menu.php:381
81
  msgid "Memory usage"
82
  msgstr "Uso de memória"
83
 
84
  # @ captcha
85
- #: bws_menu.php:382
86
  msgid "MYSQL Version"
87
  msgstr "Versão do MySQL"
88
 
89
  # @ captcha
90
- #: bws_menu.php:383
91
  msgid "SQL Mode"
92
  msgstr "Modo SQL"
93
 
94
  # @ captcha
95
- #: bws_menu.php:384
96
  msgid "PHP Version"
97
  msgstr "Versão do PHP"
98
 
99
  # @ captcha
100
- #: bws_menu.php:385
101
  msgid "PHP Safe Mode"
102
  msgstr "Modo de Segurança do PHP"
103
 
104
  # @ captcha
105
- #: bws_menu.php:386
106
  msgid "PHP Allow URL fopen"
107
  msgstr "Permissão de fopen de URL do PHP"
108
 
109
  # @ captcha
110
- #: bws_menu.php:387
111
  msgid "PHP Memory Limit"
112
  msgstr "Limite de Memória do PHP"
113
 
114
  # @ captcha
115
- #: bws_menu.php:388
116
  msgid "PHP Max Upload Size"
117
  msgstr "Tamanho Máximo de Upload no PHP"
118
 
119
  # @ captcha
120
- #: bws_menu.php:389
121
  msgid "PHP Max Post Size"
122
  msgstr "Tamanho Máximo de Envio do PHP"
123
 
124
  # @ captcha
125
- #: bws_menu.php:390
126
  msgid "PHP Max Script Execute Time"
127
  msgstr "Tempo de Execução Máximo do PHP"
128
 
129
  # @ captcha
130
- #: bws_menu.php:391
131
  msgid "PHP Exif support"
132
  msgstr "Suporte a Exif no PHP"
133
 
134
  # @ captcha
135
- #: bws_menu.php:392
136
  msgid "PHP IPTC support"
137
  msgstr "Suporte da IPTC no PHP"
138
 
139
  # @ captcha
140
- #: bws_menu.php:393
141
  msgid "PHP XML support"
142
  msgstr "Suporte a XML no PHP"
143
 
144
  # @ captcha
145
- #: bws_menu.php:394
146
  msgid "Site URL"
147
  msgstr "URL do Site"
148
 
149
  # @ captcha
150
- #: bws_menu.php:395
151
  msgid "Home URL"
152
  msgstr "URL da Página Inicial"
153
 
154
  # @ captcha
155
- #: bws_menu.php:398
156
  msgid "WordPress Version"
157
  msgstr "Versão do WordPress"
158
 
159
  # @ captcha
160
- #: bws_menu.php:399
161
  msgid "WordPress DB Version"
162
  msgstr "Versão do DB do WordPress"
163
 
164
  # @ captcha
165
- #: bws_menu.php:400
166
  msgid "Multisite"
167
  msgstr "Multisite"
168
 
169
  # @ captcha
170
- #: bws_menu.php:401
171
  msgid "Active Theme"
172
  msgstr "Tema Ativo"
173
 
174
  # @ captcha
175
- #: bws_menu.php:416
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:420
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:424
186
  msgid "Thank you for contacting us."
187
  msgstr "Obrigado por nos contatar."
188
 
189
  # @ captcha
190
- #: bws_menu.php:457
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:465
195
  msgid "Need help?"
196
  msgstr ""
197
 
198
- #: bws_menu.php:466
199
  msgid "Client area"
200
  msgstr ""
201
 
202
  # @ captcha
203
- #: bws_menu.php:467
204
- #: bws_menu.php:778
205
  msgid "System status"
206
  msgstr "Status do sistema"
207
 
208
  # @ captcha
209
- #: bws_menu.php:472
210
  #, fuzzy
211
  msgid "Plugins"
212
  msgstr "Plugins Pro"
213
 
214
- #: bws_menu.php:474
215
  msgid "Themes"
216
  msgstr ""
217
 
218
- #: bws_menu.php:479
219
  msgid "All"
220
  msgstr ""
221
 
222
  # @ default
223
- #: bws_menu.php:480
224
  #, fuzzy
225
  msgid "Installed"
226
  msgstr "Instalar %s"
227
 
228
  # @ captcha
229
- #: bws_menu.php:481
230
  #, fuzzy
231
  msgid "Recommended"
232
  msgstr "Plugins Recomendados"
233
 
234
  # @ captcha
235
- #: bws_menu.php:485
236
  msgid "Installed plugins"
237
  msgstr "Plugins Instalados"
238
 
239
  # @ captcha
240
- #: bws_menu.php:514
241
- #: bws_menu.php:536
242
- #: bws_menu.php:563
243
- #: bws_menu.php:593
244
- #: bws_menu.php:639
245
- #, fuzzy
246
- msgid "Learn more"
247
- msgstr "Leia Mais"
248
-
249
- # @ captcha
250
- #: bws_menu.php:517
251
- #: bws_menu.php:566
252
  msgid "Settings"
253
  msgstr "Configurações"
254
 
255
  # @ captcha
256
- #: bws_menu.php:538
257
- #: bws_menu.php:595
258
  #, fuzzy
259
  msgid "Activate this plugin"
260
  msgstr "Plugins ativados"
261
 
262
- # @ captcha
263
- #: bws_menu.php:538
264
- #: bws_menu.php:595
265
- #, fuzzy
266
- msgid "Activate"
267
- msgstr "Plugins ativados"
268
-
269
- #: bws_menu.php:553
270
- #: bws_menu.php:583
271
- #: bws_menu.php:629
272
  msgid "Go"
273
  msgstr ""
274
 
275
- #: bws_menu.php:557
276
- #: bws_menu.php:587
277
- #: bws_menu.php:633
278
  msgid "DONATE"
279
  msgstr ""
280
 
281
  # @ captcha
282
- #: bws_menu.php:603
283
  msgid "Recommended plugins"
284
  msgstr "Plugins Recomendados"
285
 
286
  # @ default
287
- #: bws_menu.php:641
288
  #, fuzzy
289
  msgid "Install now"
290
  msgstr "Instalar %s"
291
 
292
- #: bws_menu.php:662
293
  msgid "Try again"
294
  msgstr ""
295
 
296
- #: bws_menu.php:680
297
  #, php-format
298
  msgid "Preview &#8220;%s&#8221;"
299
  msgstr ""
300
 
301
  # @ default
302
- #: bws_menu.php:711
303
  #, php-format
304
  msgid "Install %s"
305
  msgstr "Instalar %s"
306
 
307
  # @ default
308
- #: bws_menu.php:711
309
  #, fuzzy
310
  msgid "Install Now"
311
  msgstr "Instalar %s"
312
 
313
- #: bws_menu.php:714
314
  #, php-format
315
  msgid "Update to version %s"
316
  msgstr ""
317
 
318
- #: bws_menu.php:714
319
  msgid "Update"
320
  msgstr ""
321
 
322
- #: bws_menu.php:721
323
  #, php-format
324
  msgid "Preview %s"
325
  msgstr ""
326
 
327
- #: bws_menu.php:721
328
  msgid "Preview"
329
  msgstr ""
330
 
331
- #: bws_menu.php:727
332
- #: bws_menu.php:759
333
  #, php-format
334
  msgid "By %s"
335
  msgstr ""
336
 
337
- #: bws_menu.php:733
338
  msgid "Details"
339
  msgstr ""
340
 
341
  # @ default
342
- #: bws_menu.php:765
343
  #, fuzzy
344
  msgid "Already Installed"
345
  msgstr "Instalar %s"
346
 
347
  # @ captcha
348
- #: bws_menu.php:781
349
  msgid "Environment"
350
  msgstr "Ambiente"
351
 
352
  # @ captcha
353
- #: bws_menu.php:792
354
  msgid "Active Plugins"
355
  msgstr "Plugins Ativos"
356
 
357
  # @ captcha
358
- #: bws_menu.php:805
359
  msgid "Inactive Plugins"
360
  msgstr "Plugins Inativos"
361
 
362
  # @ captcha
363
- #: bws_menu.php:821
364
  msgid "Send to support"
365
  msgstr "Enviar para o suporte"
366
 
367
  # @ captcha
368
- #: bws_menu.php:828
369
  msgid "Send to custom email &#187;"
370
  msgstr "Enviar para email personalizado &#187;"
371
 
372
  # @ captcha
373
  #~ msgid "Pro plugins"
374
  #~ msgstr "Plugins Pro"
 
375
  # @ captcha
376
  #~ msgid "Activated plugins"
377
  #~ msgstr "Plugins ativados"
 
378
  # @ captcha
379
  #~ msgid "Read more"
380
  #~ msgstr "Leia Mais"
 
381
  # @ captcha
382
  #~ msgid "Purchase"
383
  #~ msgstr "Compra"
 
384
  # @ captcha
385
  #~ msgid "Free plugins"
386
  #~ msgstr "Plugins Grátis"
 
387
  # @ captcha
388
  #~ msgid "Download"
389
  #~ msgstr "Baixar"
 
390
  # @ captcha
391
  #~ msgid "Install now from wordpress.org"
392
  #~ msgstr "Instale agora do site do wordpress (wordpress.org)"
 
393
  # @ captcha
394
  #, fuzzy
395
  #~ msgid "Activated theme"
@@ -405,9 +623,6 @@ msgstr "Enviar para email personalizado &#187;"
405
  #~ msgid "Recommended themes"
406
  #~ msgstr "Plugins Recomendados"
407
 
408
- # @ captcha
409
- #~ msgid "If you have any questions, please contact us via"
410
- #~ msgstr "Se você tiver quaisquer perguntas, por favor entre em contato via"
411
  # @ default
412
  #, fuzzy
413
  #~ msgid "installed"
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-05 13:14+0300\n"
6
+ "PO-Revision-Date: 2015-03-05 13:14+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"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
+ "X-Generator: Poedit 1.5.4\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-Basepath: ..\n"
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: bws_functions.php:84
22
+ msgid "requires"
23
+ msgstr ""
24
+
25
+ #: bws_functions.php:85
26
+ msgid ""
27
+ "or higher, that is why it has been deactivated! Please upgrade WordPress and "
28
+ "try again."
29
+ msgstr ""
30
+
31
+ #: bws_functions.php:86
32
+ msgid "Back to the WordPress"
33
+ msgstr ""
34
+
35
+ # @ captcha
36
+ #: bws_functions.php:87
37
+ #, fuzzy
38
+ msgid "Plugins page"
39
+ msgstr "Plugins Pro"
40
+
41
+ # @ captcha
42
+ #: bws_functions.php:134
43
+ #, fuzzy
44
+ msgid "Learn More"
45
+ msgstr "Leia Mais"
46
+
47
+ #: bws_functions.php:137
48
+ msgid "It’s time to upgrade your"
49
+ msgstr ""
50
+
51
+ #: bws_functions.php:137
52
+ msgid "to"
53
+ msgstr ""
54
+
55
+ # @ captcha
56
+ #: bws_functions.php:137
57
+ #, fuzzy
58
+ msgid "version!"
59
+ msgstr "Versão do PHP"
60
+
61
+ #: bws_functions.php:138
62
+ msgid "Extend standard plugin functionality with new great options."
63
+ msgstr ""
64
+
65
+ #: bws_functions.php:158
66
+ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
67
+ msgstr ""
68
+
69
+ # @ captcha
70
+ #: bws_functions.php:159
71
+ #, fuzzy
72
+ msgid "Rate the plugin"
73
+ msgstr "Plugins ativados"
74
+
75
+ # @ captcha
76
+ #: bws_functions.php:162
77
+ #, fuzzy
78
+ msgid "If there is something wrong about it, please contact us"
79
+ msgstr "Se você tiver quaisquer perguntas, por favor entre em contato via"
80
+
81
+ #: bws_functions.php:179 bws_functions.php:215 bws_functions.php:395
82
+ msgid "Wrong license key"
83
+ msgstr ""
84
+
85
+ #: bws_functions.php:209 bws_functions.php:389 bws_functions.php:426
86
+ msgid ""
87
+ "Something went wrong. Please try again later. If the error appears again, "
88
+ "please contact us"
89
+ msgstr ""
90
+
91
+ #: bws_functions.php:209 bws_functions.php:389 bws_functions.php:426
92
+ msgid "We are sorry for inconvenience."
93
+ msgstr ""
94
+
95
+ #: bws_functions.php:217 bws_functions.php:397
96
+ msgid "This license key is bind to another site"
97
+ msgstr ""
98
+
99
+ #: bws_functions.php:219 bws_functions.php:348
100
+ msgid ""
101
+ "Unfortunately, you have exceeded the number of available tries per day. "
102
+ "Please, upload the plugin manually."
103
+ msgstr ""
104
+
105
+ #: bws_functions.php:221
106
+ msgid ""
107
+ "Unfortunately, Your license has expired. To continue getting top-priority "
108
+ "support and plugin updates you should extend it in your"
109
+ msgstr ""
110
+
111
+ #: bws_functions.php:223
112
+ msgid ""
113
+ "Unfortunately, the PRO licence was already installed to this domain. The PRO "
114
+ "Trial license can be installed only once."
115
+ msgstr ""
116
+
117
+ #: bws_functions.php:234 bws_functions.php:256 bws_functions.php:278
118
+ msgid "Failed to download the zip archive. Please, upload the plugin manually"
119
+ msgstr ""
120
+
121
+ #: bws_functions.php:246
122
+ msgid "Failed to open the zip archive. Please, upload the plugin manually"
123
+ msgstr ""
124
+
125
+ #: bws_functions.php:252
126
+ msgid ""
127
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
128
+ "plugin manually"
129
+ msgstr ""
130
+
131
+ #: bws_functions.php:259
132
+ msgid "UploadDir is not writable. Please, upload the plugin manually"
133
+ msgstr ""
134
+
135
+ #: bws_functions.php:282
136
+ msgid ""
137
+ "Something went wrong. Try again later or upload the plugin manually. We are "
138
+ "sorry for inconvenience."
139
+ msgstr ""
140
+
141
+ #: bws_functions.php:307
142
+ msgid "Please, enter Your license key"
143
+ msgstr ""
144
+
145
+ #: bws_functions.php:324
146
+ msgid ""
147
+ "Congratulations! The PRO version of the plugin is successfully download and "
148
+ "activated."
149
+ msgstr ""
150
+
151
+ #: bws_functions.php:326
152
+ msgid "Please, go to"
153
+ msgstr ""
154
+
155
+ #: bws_functions.php:326
156
+ msgid "the setting page"
157
+ msgstr ""
158
+
159
+ #: bws_functions.php:327
160
+ msgid "You will be redirected automatically in 5 seconds."
161
+ msgstr ""
162
+
163
+ #: bws_functions.php:332
164
+ msgid "You can download and activate"
165
+ msgstr ""
166
+
167
+ #: bws_functions.php:334
168
+ msgid "version of this plugin by entering Your license key."
169
+ msgstr ""
170
+
171
+ #: bws_functions.php:336
172
+ msgid ""
173
+ "You can find your license key on your personal page Client area, by clicking "
174
+ "on the link"
175
+ msgstr ""
176
+
177
+ #: bws_functions.php:338
178
+ msgid "(your username is the email you specify when purchasing the product)."
179
+ msgstr ""
180
+
181
+ # @ captcha
182
+ #: bws_functions.php:346 bws_functions.php:354 bws_menu.php:613
183
+ #: bws_menu.php:670
184
+ #, fuzzy
185
+ msgid "Activate"
186
+ msgstr "Plugins ativados"
187
+
188
+ #: bws_functions.php:399
189
+ msgid ""
190
+ "This license key is valid, but Your license has expired. If you want to "
191
+ "update our plugin in future, you should extend the license."
192
+ msgstr ""
193
+
194
+ #: bws_functions.php:401
195
+ msgid "Unfortunately, you have exceeded the number of available tries."
196
+ msgstr ""
197
+
198
+ #: bws_functions.php:405
199
+ msgid "The license key is valid. Your license will expire on"
200
+ msgstr ""
201
+
202
+ #: bws_functions.php:407
203
+ msgid "The license key is valid."
204
+ msgstr ""
205
+
206
+ #: bws_functions.php:431
207
+ msgid "Please, enter your license key"
208
+ msgstr ""
209
+
210
+ #: bws_functions.php:444
211
+ msgid ""
212
+ "If needed you can check if the license key is correct or reenter it in the "
213
+ "field below. You can find your license key on your personal page - Client "
214
+ "area - on our website"
215
+ msgstr ""
216
+
217
+ #: bws_functions.php:444
218
+ msgid ""
219
+ "(your username is the email you specify when purchasing the product). If "
220
+ "necessary, please submit \"Lost your password?\" request."
221
+ msgstr ""
222
+
223
+ #: bws_functions.php:448
224
+ msgid "Check license key"
225
+ msgstr ""
226
+
227
+ #: bws_functions.php:462
228
+ msgid ""
229
+ "WARNING: We have noticed illegal use of our plugin by you. We strongly "
230
+ "recommend you to solve the problem within 24 hours, otherwise the plugin "
231
+ "will be deactivated. Please go to your personal"
232
+ msgstr ""
233
+
234
+ #: bws_functions.php:462
235
+ msgid ""
236
+ "(your username is the email you specify when purchasing the product), where "
237
+ "you can make the necessary changes."
238
+ msgstr ""
239
+
240
+ #: bws_functions.php:468
241
+ msgid ""
242
+ "Your license has expired. To continue getting top-priority support and "
243
+ "plugin updates you should extend it."
244
+ msgstr ""
245
+
246
  # @ captcha
247
+ #: bws_functions.php:468 bws_functions.php:502 bws_menu.php:589
248
+ #: bws_menu.php:611 bws_menu.php:638 bws_menu.php:668 bws_menu.php:714
249
+ #, fuzzy
250
+ msgid "Learn more"
251
+ msgstr "Leia Mais"
252
+
253
+ #: bws_functions.php:502
254
+ msgid "You license for"
255
+ msgstr ""
256
+
257
+ #: bws_functions.php:502
258
+ msgid "expires on"
259
+ msgstr ""
260
+
261
+ #: bws_functions.php:502
262
+ msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
263
+ msgstr ""
264
+
265
+ #: bws_functions.php:580
266
+ msgid "Close"
267
+ msgstr ""
268
+
269
+ # @ captcha
270
+ #: bws_menu.php:426
271
  msgid "Not set"
272
  msgstr "Não definido"
273
 
274
  # @ captcha
275
+ #: bws_menu.php:428 bws_menu.php:429
 
276
  msgid "On"
277
  msgstr "Ligado"
278
 
279
  # @ captcha
280
+ #: bws_menu.php:428 bws_menu.php:429
 
281
  msgid "Off"
282
  msgstr "Desligado"
283
 
284
  # @ captcha
285
+ #: bws_menu.php:430 bws_menu.php:431 bws_menu.php:432 bws_menu.php:433
286
+ #: bws_menu.php:434 bws_menu.php:446
 
 
 
 
287
  msgid "N/A"
288
  msgstr "N/D"
289
 
290
  # @ captcha
291
+ #: bws_menu.php:434
292
  msgid " Mb"
293
  msgstr " Mb"
294
 
295
  # @ captcha
296
+ #: bws_menu.php:435 bws_menu.php:436 bws_menu.php:437 bws_menu.php:442
 
 
 
297
  msgid "Yes"
298
  msgstr "Sim"
299
 
300
  # @ captcha
301
+ #: bws_menu.php:435 bws_menu.php:436 bws_menu.php:437 bws_menu.php:444
 
 
 
302
  msgid "No"
303
  msgstr "Não"
304
 
305
  # @ captcha
306
+ #: bws_menu.php:454
307
  msgid "Operating System"
308
  msgstr "Sistema Operacional"
309
 
310
  # @ captcha
311
+ #: bws_menu.php:455
312
  msgid "Server"
313
  msgstr "Servidor"
314
 
315
  # @ captcha
316
+ #: bws_menu.php:456
317
  msgid "Memory usage"
318
  msgstr "Uso de memória"
319
 
320
  # @ captcha
321
+ #: bws_menu.php:457
322
  msgid "MYSQL Version"
323
  msgstr "Versão do MySQL"
324
 
325
  # @ captcha
326
+ #: bws_menu.php:458
327
  msgid "SQL Mode"
328
  msgstr "Modo SQL"
329
 
330
  # @ captcha
331
+ #: bws_menu.php:459
332
  msgid "PHP Version"
333
  msgstr "Versão do PHP"
334
 
335
  # @ captcha
336
+ #: bws_menu.php:460
337
  msgid "PHP Safe Mode"
338
  msgstr "Modo de Segurança do PHP"
339
 
340
  # @ captcha
341
+ #: bws_menu.php:461
342
  msgid "PHP Allow URL fopen"
343
  msgstr "Permissão de fopen de URL do PHP"
344
 
345
  # @ captcha
346
+ #: bws_menu.php:462
347
  msgid "PHP Memory Limit"
348
  msgstr "Limite de Memória do PHP"
349
 
350
  # @ captcha
351
+ #: bws_menu.php:463
352
  msgid "PHP Max Upload Size"
353
  msgstr "Tamanho Máximo de Upload no PHP"
354
 
355
  # @ captcha
356
+ #: bws_menu.php:464
357
  msgid "PHP Max Post Size"
358
  msgstr "Tamanho Máximo de Envio do PHP"
359
 
360
  # @ captcha
361
+ #: bws_menu.php:465
362
  msgid "PHP Max Script Execute Time"
363
  msgstr "Tempo de Execução Máximo do PHP"
364
 
365
  # @ captcha
366
+ #: bws_menu.php:466
367
  msgid "PHP Exif support"
368
  msgstr "Suporte a Exif no PHP"
369
 
370
  # @ captcha
371
+ #: bws_menu.php:467
372
  msgid "PHP IPTC support"
373
  msgstr "Suporte da IPTC no PHP"
374
 
375
  # @ captcha
376
+ #: bws_menu.php:468
377
  msgid "PHP XML support"
378
  msgstr "Suporte a XML no PHP"
379
 
380
  # @ captcha
381
+ #: bws_menu.php:469
382
  msgid "Site URL"
383
  msgstr "URL do Site"
384
 
385
  # @ captcha
386
+ #: bws_menu.php:470
387
  msgid "Home URL"
388
  msgstr "URL da Página Inicial"
389
 
390
  # @ captcha
391
+ #: bws_menu.php:473
392
  msgid "WordPress Version"
393
  msgstr "Versão do WordPress"
394
 
395
  # @ captcha
396
+ #: bws_menu.php:474
397
  msgid "WordPress DB Version"
398
  msgstr "Versão do DB do WordPress"
399
 
400
  # @ captcha
401
+ #: bws_menu.php:475
402
  msgid "Multisite"
403
  msgstr "Multisite"
404
 
405
  # @ captcha
406
+ #: bws_menu.php:476
407
  msgid "Active Theme"
408
  msgstr "Tema Ativo"
409
 
410
  # @ captcha
411
+ #: bws_menu.php:491
412
  msgid "Please enter a valid email address."
413
  msgstr "Por favor, informe um endereço de email válido."
414
 
415
  # @ captcha
416
+ #: bws_menu.php:495
417
  msgid "Email with system info is sent to "
418
  msgstr "Email com informações do sistema é enviado para "
419
 
420
  # @ captcha
421
+ #: bws_menu.php:499
422
  msgid "Thank you for contacting us."
423
  msgstr "Obrigado por nos contatar."
424
 
425
  # @ captcha
426
+ #: bws_menu.php:532
427
  msgid "Sorry, email message could not be delivered."
428
  msgstr "Desculpe, a mensagem de email não pôde ser enviada."
429
 
430
+ #: bws_menu.php:540
431
  msgid "Need help?"
432
  msgstr ""
433
 
434
+ #: bws_menu.php:541
435
  msgid "Client area"
436
  msgstr ""
437
 
438
  # @ captcha
439
+ #: bws_menu.php:542 bws_menu.php:853
 
440
  msgid "System status"
441
  msgstr "Status do sistema"
442
 
443
  # @ captcha
444
+ #: bws_menu.php:547
445
  #, fuzzy
446
  msgid "Plugins"
447
  msgstr "Plugins Pro"
448
 
449
+ #: bws_menu.php:549
450
  msgid "Themes"
451
  msgstr ""
452
 
453
+ #: bws_menu.php:554
454
  msgid "All"
455
  msgstr ""
456
 
457
  # @ default
458
+ #: bws_menu.php:555
459
  #, fuzzy
460
  msgid "Installed"
461
  msgstr "Instalar %s"
462
 
463
  # @ captcha
464
+ #: bws_menu.php:556
465
  #, fuzzy
466
  msgid "Recommended"
467
  msgstr "Plugins Recomendados"
468
 
469
  # @ captcha
470
+ #: bws_menu.php:560
471
  msgid "Installed plugins"
472
  msgstr "Plugins Instalados"
473
 
474
  # @ captcha
475
+ #: bws_menu.php:592 bws_menu.php:641
 
 
 
 
 
 
 
 
 
 
 
476
  msgid "Settings"
477
  msgstr "Configurações"
478
 
479
  # @ captcha
480
+ #: bws_menu.php:613 bws_menu.php:670
 
481
  #, fuzzy
482
  msgid "Activate this plugin"
483
  msgstr "Plugins ativados"
484
 
485
+ #: bws_menu.php:628 bws_menu.php:658 bws_menu.php:704
 
 
 
 
 
 
 
 
 
486
  msgid "Go"
487
  msgstr ""
488
 
489
+ #: bws_menu.php:632 bws_menu.php:662 bws_menu.php:708
 
 
490
  msgid "DONATE"
491
  msgstr ""
492
 
493
  # @ captcha
494
+ #: bws_menu.php:678
495
  msgid "Recommended plugins"
496
  msgstr "Plugins Recomendados"
497
 
498
  # @ default
499
+ #: bws_menu.php:716
500
  #, fuzzy
501
  msgid "Install now"
502
  msgstr "Instalar %s"
503
 
504
+ #: bws_menu.php:737
505
  msgid "Try again"
506
  msgstr ""
507
 
508
+ #: bws_menu.php:755
509
  #, php-format
510
  msgid "Preview &#8220;%s&#8221;"
511
  msgstr ""
512
 
513
  # @ default
514
+ #: bws_menu.php:786
515
  #, php-format
516
  msgid "Install %s"
517
  msgstr "Instalar %s"
518
 
519
  # @ default
520
+ #: bws_menu.php:786
521
  #, fuzzy
522
  msgid "Install Now"
523
  msgstr "Instalar %s"
524
 
525
+ #: bws_menu.php:789
526
  #, php-format
527
  msgid "Update to version %s"
528
  msgstr ""
529
 
530
+ #: bws_menu.php:789
531
  msgid "Update"
532
  msgstr ""
533
 
534
+ #: bws_menu.php:796
535
  #, php-format
536
  msgid "Preview %s"
537
  msgstr ""
538
 
539
+ #: bws_menu.php:796
540
  msgid "Preview"
541
  msgstr ""
542
 
543
+ #: bws_menu.php:802 bws_menu.php:834
 
544
  #, php-format
545
  msgid "By %s"
546
  msgstr ""
547
 
548
+ #: bws_menu.php:808
549
  msgid "Details"
550
  msgstr ""
551
 
552
  # @ default
553
+ #: bws_menu.php:840
554
  #, fuzzy
555
  msgid "Already Installed"
556
  msgstr "Instalar %s"
557
 
558
  # @ captcha
559
+ #: bws_menu.php:856
560
  msgid "Environment"
561
  msgstr "Ambiente"
562
 
563
  # @ captcha
564
+ #: bws_menu.php:867
565
  msgid "Active Plugins"
566
  msgstr "Plugins Ativos"
567
 
568
  # @ captcha
569
+ #: bws_menu.php:880
570
  msgid "Inactive Plugins"
571
  msgstr "Plugins Inativos"
572
 
573
  # @ captcha
574
+ #: bws_menu.php:896
575
  msgid "Send to support"
576
  msgstr "Enviar para o suporte"
577
 
578
  # @ captcha
579
+ #: bws_menu.php:903
580
  msgid "Send to custom email &#187;"
581
  msgstr "Enviar para email personalizado &#187;"
582
 
583
  # @ captcha
584
  #~ msgid "Pro plugins"
585
  #~ msgstr "Plugins Pro"
586
+
587
  # @ captcha
588
  #~ msgid "Activated plugins"
589
  #~ msgstr "Plugins ativados"
590
+
591
  # @ captcha
592
  #~ msgid "Read more"
593
  #~ msgstr "Leia Mais"
594
+
595
  # @ captcha
596
  #~ msgid "Purchase"
597
  #~ msgstr "Compra"
598
+
599
  # @ captcha
600
  #~ msgid "Free plugins"
601
  #~ msgstr "Plugins Grátis"
602
+
603
  # @ captcha
604
  #~ msgid "Download"
605
  #~ msgstr "Baixar"
606
+
607
  # @ captcha
608
  #~ msgid "Install now from wordpress.org"
609
  #~ msgstr "Instale agora do site do wordpress (wordpress.org)"
610
+
611
  # @ captcha
612
  #, fuzzy
613
  #~ msgid "Activated theme"
623
  #~ msgid "Recommended themes"
624
  #~ msgstr "Plugins Recomendados"
625
 
 
 
 
626
  # @ default
627
  #, fuzzy
628
  #~ msgid "installed"
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-11-05 16:30+0300\n"
6
- "PO-Revision-Date: 2014-11-05 16:31+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,294 +16,533 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_menu.php:351
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid "Not set"
21
  msgstr "Не задан"
22
 
23
- #: bws_menu.php:353
24
- #: bws_menu.php:354
25
  msgid "On"
26
  msgstr "Вкл"
27
 
28
- #: bws_menu.php:353
29
- #: bws_menu.php:354
30
  msgid "Off"
31
  msgstr "Выкл"
32
 
33
- #: bws_menu.php:355
34
- #: bws_menu.php:356
35
- #: bws_menu.php:357
36
- #: bws_menu.php:358
37
- #: bws_menu.php:359
38
- #: bws_menu.php:371
39
  msgid "N/A"
40
  msgstr "Неизвестно"
41
 
42
- #: bws_menu.php:359
43
  msgid " Mb"
44
  msgstr "Mb"
45
 
46
- #: bws_menu.php:360
47
- #: bws_menu.php:361
48
- #: bws_menu.php:362
49
- #: bws_menu.php:367
50
  msgid "Yes"
51
  msgstr "Да"
52
 
53
- #: bws_menu.php:360
54
- #: bws_menu.php:361
55
- #: bws_menu.php:362
56
- #: bws_menu.php:369
57
  msgid "No"
58
  msgstr "Нет"
59
 
60
- #: bws_menu.php:379
61
  msgid "Operating System"
62
  msgstr "Операционная система"
63
 
64
- #: bws_menu.php:380
65
  msgid "Server"
66
  msgstr "Тип сервера"
67
 
68
- #: bws_menu.php:381
69
  msgid "Memory usage"
70
  msgstr "Памяти использовано"
71
 
72
- #: bws_menu.php:382
73
  msgid "MYSQL Version"
74
  msgstr "Версия MYSQL"
75
 
76
- #: bws_menu.php:383
77
  msgid "SQL Mode"
78
  msgstr "Режим SQL"
79
 
80
- #: bws_menu.php:384
81
  msgid "PHP Version"
82
  msgstr "Версия PHP"
83
 
84
- #: bws_menu.php:385
85
  msgid "PHP Safe Mode"
86
  msgstr "PHP Safe Mode"
87
 
88
- #: bws_menu.php:386
89
  msgid "PHP Allow URL fopen"
90
  msgstr "PHP Allow URL fopen"
91
 
92
- #: bws_menu.php:387
93
  msgid "PHP Memory Limit"
94
  msgstr "Лимит памяти"
95
 
96
- #: bws_menu.php:388
97
  msgid "PHP Max Upload Size"
98
  msgstr "Макс. размер загружаемого файла"
99
 
100
- #: bws_menu.php:389
101
  msgid "PHP Max Post Size"
102
  msgstr "Макс. размер записи"
103
 
104
- #: bws_menu.php:390
105
  msgid "PHP Max Script Execute Time"
106
  msgstr "Макс. время выполнения сценария"
107
 
108
- #: bws_menu.php:391
109
  msgid "PHP Exif support"
110
  msgstr "Поддержка PHP Exif"
111
 
112
- #: bws_menu.php:392
113
  msgid "PHP IPTC support"
114
  msgstr "Поддержка PHP IPTC"
115
 
116
- #: bws_menu.php:393
117
  msgid "PHP XML support"
118
  msgstr "Поддержка PHP XML"
119
 
120
- #: bws_menu.php:394
121
  msgid "Site URL"
122
  msgstr "Адрес сайта"
123
 
124
- #: bws_menu.php:395
125
  msgid "Home URL"
126
  msgstr "Основной адрес сайта"
127
 
128
- #: bws_menu.php:398
129
  msgid "WordPress Version"
130
  msgstr "Версия WordPress"
131
 
132
- #: bws_menu.php:399
133
  msgid "WordPress DB Version"
134
  msgstr "Версия базы данных WordPress"
135
 
136
- #: bws_menu.php:400
137
  msgid "Multisite"
138
  msgstr "Мультиблог"
139
 
140
- #: bws_menu.php:401
141
  msgid "Active Theme"
142
  msgstr "Текущая тема"
143
 
144
- #: bws_menu.php:416
145
  msgid "Please enter a valid email address."
146
  msgstr "Пожалуйста, введите валидный емайл."
147
 
148
- #: bws_menu.php:420
149
  msgid "Email with system info is sent to "
150
  msgstr "E-mail с системной информацией отправлен на"
151
 
152
- #: bws_menu.php:424
153
  msgid "Thank you for contacting us."
154
  msgstr "Спасибо что связались с нами."
155
 
156
- #: bws_menu.php:457
157
  msgid "Sorry, email message could not be delivered."
158
  msgstr "Извините, ваш email не может быть отправлен."
159
 
160
- #: bws_menu.php:465
161
  msgid "Need help?"
162
  msgstr "Нужна помощь?"
163
 
164
- #: bws_menu.php:466
165
  msgid "Client area"
166
  msgstr "Client area"
167
 
168
- #: bws_menu.php:467
169
- #: bws_menu.php:778
170
  msgid "System status"
171
  msgstr "Системная информация"
172
 
173
- #: bws_menu.php:472
174
  msgid "Plugins"
175
  msgstr "Плагины"
176
 
177
- #: bws_menu.php:474
178
  msgid "Themes"
179
  msgstr "Темы"
180
 
181
- #: bws_menu.php:479
182
  msgid "All"
183
  msgstr "Все"
184
 
185
- #: bws_menu.php:480
186
  msgid "Installed"
187
  msgstr "Установленные"
188
 
189
- #: bws_menu.php:481
190
  msgid "Recommended"
191
  msgstr "Рекомендованные"
192
 
193
- #: bws_menu.php:485
194
  msgid "Installed plugins"
195
  msgstr "Установленные плагины"
196
 
197
- #: bws_menu.php:514
198
- #: bws_menu.php:536
199
- #: bws_menu.php:563
200
- #: bws_menu.php:593
201
- #: bws_menu.php:639
202
- msgid "Learn more"
203
- msgstr "Подробнее"
204
-
205
- #: bws_menu.php:517
206
- #: bws_menu.php:566
207
  msgid "Settings"
208
  msgstr "Настройки"
209
 
210
- #: bws_menu.php:538
211
- #: bws_menu.php:595
212
  msgid "Activate this plugin"
213
  msgstr "Активировать плагин"
214
 
215
- #: bws_menu.php:538
216
- #: bws_menu.php:595
217
- msgid "Activate"
218
- msgstr "Активировать"
219
-
220
- #: bws_menu.php:553
221
- #: bws_menu.php:583
222
- #: bws_menu.php:629
223
  msgid "Go"
224
  msgstr "Перейти на"
225
 
226
- #: bws_menu.php:557
227
- #: bws_menu.php:587
228
- #: bws_menu.php:633
229
  msgid "DONATE"
230
  msgstr "Пожертвовать"
231
 
232
- #: bws_menu.php:603
233
  msgid "Recommended plugins"
234
  msgstr "Рекомендованные к установке плагины"
235
 
236
- #: bws_menu.php:641
237
  msgid "Install now"
238
  msgstr "Установить"
239
 
240
- #: bws_menu.php:662
241
  msgid "Try again"
242
  msgstr "Попробовать снова"
243
 
244
- #: bws_menu.php:680
245
  #, php-format
246
  msgid "Preview &#8220;%s&#8221;"
247
  msgstr "Просмотр &#8220;%s&#8221;"
248
 
249
- #: bws_menu.php:711
250
  #, php-format
251
  msgid "Install %s"
252
  msgstr "Установлено %s"
253
 
254
- #: bws_menu.php:711
255
  msgid "Install Now"
256
  msgstr "Установить"
257
 
258
- #: bws_menu.php:714
259
  #, php-format
260
  msgid "Update to version %s"
261
  msgstr "Обновить до версии %s"
262
 
263
- #: bws_menu.php:714
264
  msgid "Update"
265
  msgstr "Обновить"
266
 
267
- #: bws_menu.php:721
268
  #, php-format
269
  msgid "Preview %s"
270
  msgstr "Просмотр %s"
271
 
272
- #: bws_menu.php:721
273
  msgid "Preview"
274
  msgstr "Просмотр"
275
 
276
- #: bws_menu.php:727
277
- #: bws_menu.php:759
278
  #, php-format
279
  msgid "By %s"
280
  msgstr "%s"
281
 
282
- #: bws_menu.php:733
283
  msgid "Details"
284
  msgstr "Детали"
285
 
286
- #: bws_menu.php:765
287
  msgid "Already Installed"
288
  msgstr "Уже установлена"
289
 
290
- #: bws_menu.php:781
291
  msgid "Environment"
292
  msgstr "Системная среда"
293
 
294
- #: bws_menu.php:792
295
  msgid "Active Plugins"
296
  msgstr "Активированные плагины"
297
 
298
- #: bws_menu.php:805
299
  msgid "Inactive Plugins"
300
  msgstr "Неактивированные плагины"
301
 
302
- #: bws_menu.php:821
303
  msgid "Send to support"
304
  msgstr "Отправить в тех. поддержку"
305
 
306
- #: bws_menu.php:828
307
  msgid "Send to custom email &#187;"
308
  msgstr "Отправить на емейл &#187;"
309
 
@@ -349,9 +588,6 @@ msgstr "Отправить на емейл &#187;"
349
  #~ msgid "Recommended themes"
350
  #~ msgstr "Рекомендованные темы"
351
 
352
- #~ msgid "If you have any questions, please contact us via"
353
- #~ msgstr "Если у вас есть какие-то вопросы, обращайтесь на"
354
-
355
  #~ msgid "Switch to old interface"
356
  #~ msgstr "Переключится на старый интерфейс"
357
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-05 13:14+0300\n"
6
+ "PO-Revision-Date: 2015-03-05 13: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.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: bws_functions.php:84
20
+ msgid "requires"
21
+ msgstr "требует"
22
+
23
+ #: bws_functions.php:85
24
+ msgid ""
25
+ "or higher, that is why it has been deactivated! Please upgrade WordPress and "
26
+ "try again."
27
+ msgstr ""
28
+ "или выше, поэтому он был деактивирован! Пожалуйста, обновите WordPress и "
29
+ "попробуйте еще раз."
30
+
31
+ #: bws_functions.php:86
32
+ msgid "Back to the WordPress"
33
+ msgstr "Вернуться к WordPress на"
34
+
35
+ #: bws_functions.php:87
36
+ msgid "Plugins page"
37
+ msgstr "Страницу плагинов"
38
+
39
+ #: bws_functions.php:134
40
+ msgid "Learn More"
41
+ msgstr "Подробнее"
42
+
43
+ #: bws_functions.php:137
44
+ msgid "It’s time to upgrade your"
45
+ msgstr "Настало время обновить Ваш"
46
+
47
+ #: bws_functions.php:137
48
+ msgid "to"
49
+ msgstr "до"
50
+
51
+ #: bws_functions.php:137
52
+ msgid "version!"
53
+ msgstr "версии!"
54
+
55
+ #: bws_functions.php:138
56
+ msgid "Extend standard plugin functionality with new great options."
57
+ msgstr "Расширяет возможности стандартного функционала плагина."
58
+
59
+ #: bws_functions.php:158
60
+ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
61
+ msgstr ""
62
+ "Если вам понравился плагин, пожалуйста, поставте нам 5 звезд на WordPress"
63
+
64
+ #: bws_functions.php:159
65
+ msgid "Rate the plugin"
66
+ msgstr "Оценить плагин"
67
+
68
+ #: bws_functions.php:162
69
+ msgid "If there is something wrong about it, please contact us"
70
+ msgstr "Если у вас есть какие-то вопросы, обращайтесь"
71
+
72
+ #: bws_functions.php:179 bws_functions.php:215 bws_functions.php:395
73
+ msgid "Wrong license key"
74
+ msgstr "Неправильный лицензионный ключ"
75
+
76
+ #: bws_functions.php:209 bws_functions.php:389 bws_functions.php:426
77
+ msgid ""
78
+ "Something went wrong. Please try again later. If the error appears again, "
79
+ "please contact us"
80
+ msgstr ""
81
+ "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, "
82
+ "пожалуйста, свяжитесь с нами"
83
+
84
+ #: bws_functions.php:209 bws_functions.php:389 bws_functions.php:426
85
+ msgid "We are sorry for inconvenience."
86
+ msgstr "Приносим извинения за неудобства."
87
+
88
+ #: bws_functions.php:217 bws_functions.php:397
89
+ msgid "This license key is bind to another site"
90
+ msgstr "Этот лицензионный ключ привязан к другому сайту"
91
+
92
+ #: bws_functions.php:219 bws_functions.php:348
93
+ msgid ""
94
+ "Unfortunately, you have exceeded the number of available tries per day. "
95
+ "Please, upload the plugin manually."
96
+ msgstr ""
97
+ "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, "
98
+ "загрузите плагин вручную."
99
+
100
+ #: bws_functions.php:221
101
+ msgid ""
102
+ "Unfortunately, Your license has expired. To continue getting top-priority "
103
+ "support and plugin updates you should extend it in your"
104
+ msgstr ""
105
+ "К сожалению, время использования вашей лицензии истекло. Для получения "
106
+ "обновлений приоритетного саппорта вам нужно продлить лицензию перейдя на "
107
+ "вашей"
108
+
109
+ #: bws_functions.php:223
110
+ msgid ""
111
+ "Unfortunately, the PRO licence was already installed to this domain. The PRO "
112
+ "Trial license can be installed only once."
113
+ msgstr ""
114
+ "К сожалению, PRO лицензия уже была установлена на этом доменен. PRO Trial "
115
+ "лицензия может быть установлена только один раз."
116
+
117
+ #: bws_functions.php:234 bws_functions.php:256 bws_functions.php:278
118
+ msgid "Failed to download the zip archive. Please, upload the plugin manually"
119
+ msgstr ""
120
+ "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
121
+
122
+ #: bws_functions.php:246
123
+ msgid "Failed to open the zip archive. Please, upload the plugin manually"
124
+ msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
125
+
126
+ #: bws_functions.php:252
127
+ msgid ""
128
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
129
+ "plugin manually"
130
+ msgstr ""
131
+ "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. "
132
+ "Пожалуйста, загрузите плагин вручную"
133
+
134
+ #: bws_functions.php:259
135
+ msgid "UploadDir is not writable. Please, upload the plugin manually"
136
+ msgstr ""
137
+ "Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин вручную"
138
+
139
+ #: bws_functions.php:282
140
+ msgid ""
141
+ "Something went wrong. Try again later or upload the plugin manually. We are "
142
+ "sorry for inconvenience."
143
+ msgstr ""
144
+ "Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. "
145
+ "Приносим извинения за неудобства."
146
+
147
+ #: bws_functions.php:307
148
+ msgid "Please, enter Your license key"
149
+ msgstr "Пожалуйста, введите ваш лицензионный ключ"
150
+
151
+ #: bws_functions.php:324
152
+ msgid ""
153
+ "Congratulations! The PRO version of the plugin is successfully download and "
154
+ "activated."
155
+ msgstr "Поздравляем! PRO версия плагина была успешно загружена и активирована."
156
+
157
+ #: bws_functions.php:326
158
+ msgid "Please, go to"
159
+ msgstr "Пожалуйста, перейдите на"
160
+
161
+ #: bws_functions.php:326
162
+ msgid "the setting page"
163
+ msgstr "страницу настроек"
164
+
165
+ #: bws_functions.php:327
166
+ msgid "You will be redirected automatically in 5 seconds."
167
+ msgstr "Вы будете перенаправлены автоматически через 5 секунд."
168
+
169
+ #: bws_functions.php:332
170
+ msgid "You can download and activate"
171
+ msgstr "Вы можете скачать и активировать"
172
+
173
+ #: bws_functions.php:334
174
+ msgid "version of this plugin by entering Your license key."
175
+ msgstr "версию этого плагина, введя ваш лицензионный ключ."
176
+
177
+ #: bws_functions.php:336
178
+ msgid ""
179
+ "You can find your license key on your personal page Client area, by clicking "
180
+ "on the link"
181
+ msgstr ""
182
+ "Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, "
183
+ "нажав на ссылку"
184
+
185
+ #: bws_functions.php:338
186
+ msgid "(your username is the email you specify when purchasing the product)."
187
+ msgstr ""
188
+ "(ваше имя пользователя - это электронный адрес, указанный при покупке "
189
+ "продукта)."
190
+
191
+ #: bws_functions.php:346 bws_functions.php:354 bws_menu.php:613
192
+ #: bws_menu.php:670
193
+ msgid "Activate"
194
+ msgstr "Активировать"
195
+
196
+ #: bws_functions.php:399
197
+ msgid ""
198
+ "This license key is valid, but Your license has expired. If you want to "
199
+ "update our plugin in future, you should extend the license."
200
+ msgstr ""
201
+ "Лицензионный ключ принят, но срок действия лицензии истек. Если вы хотите "
202
+ "обновлять плагин в будущем, вы должны продлить лицензию."
203
+
204
+ #: bws_functions.php:401
205
+ msgid "Unfortunately, you have exceeded the number of available tries."
206
+ msgstr "К сожалению, вы превысили количество доступных попыток."
207
+
208
+ #: bws_functions.php:405
209
+ msgid "The license key is valid. Your license will expire on"
210
+ msgstr "Лицензионный ключ принят. Ваша лицензия истечет"
211
+
212
+ #: bws_functions.php:407
213
+ msgid "The license key is valid."
214
+ msgstr "Лицензионный ключ принят."
215
+
216
+ #: bws_functions.php:431
217
+ msgid "Please, enter your license key"
218
+ msgstr "Пожалуйста, введите Ваш лицензионный ключ"
219
+
220
+ #: bws_functions.php:444
221
+ msgid ""
222
+ "If needed you can check if the license key is correct or reenter it in the "
223
+ "field below. You can find your license key on your personal page - Client "
224
+ "area - on our website"
225
+ msgstr ""
226
+ "При необходимости вы можете проверить валидность лицензионного ключа или "
227
+ "повторно ввести его в поле ниже. Вы можете найти ваш лицензионный ключ на "
228
+ "своей личной странице - Client area - на нашем сайте"
229
+
230
+ #: bws_functions.php:444
231
+ msgid ""
232
+ "(your username is the email you specify when purchasing the product). If "
233
+ "necessary, please submit \"Lost your password?\" request."
234
+ msgstr ""
235
+ "(ваш пользователь это емейл, который вы указывали при покупке продукта). При "
236
+ "необходимости нажмите \"Lost your password?\"."
237
+
238
+ #: bws_functions.php:448
239
+ msgid "Check license key"
240
+ msgstr "Проверка лицензионного ключа"
241
+
242
+ #: bws_functions.php:462
243
+ msgid ""
244
+ "WARNING: We have noticed illegal use of our plugin by you. We strongly "
245
+ "recommend you to solve the problem within 24 hours, otherwise the plugin "
246
+ "will be deactivated. Please go to your personal"
247
+ msgstr ""
248
+ "ВНИМАНИЕ: Было замечено незаконное использования вами нашего плагина. Мы "
249
+ "настоятельно рекомендуем Вам, решить данную проблему в течение 24 часов, в "
250
+ "противном случае плагин будет деативирован. Пожалуйста, перейдите на вашу "
251
+ "личную"
252
+
253
+ #: bws_functions.php:462
254
+ msgid ""
255
+ "(your username is the email you specify when purchasing the product), where "
256
+ "you can make the necessary changes."
257
+ msgstr ""
258
+ "(ваш пользователь это емейл, который вы указывали при покупке продукта), где "
259
+ "вы можете сделать необходимые изменения."
260
+
261
+ #: bws_functions.php:468
262
+ msgid ""
263
+ "Your license has expired. To continue getting top-priority support and "
264
+ "plugin updates you should extend it."
265
+ msgstr ""
266
+ "Время использования вашей лицензии истекло. Если вы хотите обновлять ваш "
267
+ "плагин в дальшем и иметь приоритетную тех.поддержку, то вам нужно продлить "
268
+ "лицензию."
269
+
270
+ #: bws_functions.php:468 bws_functions.php:502 bws_menu.php:589
271
+ #: bws_menu.php:611 bws_menu.php:638 bws_menu.php:668 bws_menu.php:714
272
+ msgid "Learn more"
273
+ msgstr "Подробнее"
274
+
275
+ #: bws_functions.php:502
276
+ msgid "You license for"
277
+ msgstr "Ваш лицензионный ключ для"
278
+
279
+ #: bws_functions.php:502
280
+ msgid "expires on"
281
+ msgstr "истекает"
282
+
283
+ #: bws_functions.php:502
284
+ msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
285
+ msgstr "и вы не будете получать приоритетную тех.поддержку или обновления."
286
+
287
+ #: bws_functions.php:580
288
+ msgid "Close"
289
+ msgstr "Закрыть"
290
+
291
+ #: bws_menu.php:426
292
  msgid "Not set"
293
  msgstr "Не задан"
294
 
295
+ #: bws_menu.php:428 bws_menu.php:429
 
296
  msgid "On"
297
  msgstr "Вкл"
298
 
299
+ #: bws_menu.php:428 bws_menu.php:429
 
300
  msgid "Off"
301
  msgstr "Выкл"
302
 
303
+ #: bws_menu.php:430 bws_menu.php:431 bws_menu.php:432 bws_menu.php:433
304
+ #: bws_menu.php:434 bws_menu.php:446
 
 
 
 
305
  msgid "N/A"
306
  msgstr "Неизвестно"
307
 
308
+ #: bws_menu.php:434
309
  msgid " Mb"
310
  msgstr "Mb"
311
 
312
+ #: bws_menu.php:435 bws_menu.php:436 bws_menu.php:437 bws_menu.php:442
 
 
 
313
  msgid "Yes"
314
  msgstr "Да"
315
 
316
+ #: bws_menu.php:435 bws_menu.php:436 bws_menu.php:437 bws_menu.php:444
 
 
 
317
  msgid "No"
318
  msgstr "Нет"
319
 
320
+ #: bws_menu.php:454
321
  msgid "Operating System"
322
  msgstr "Операционная система"
323
 
324
+ #: bws_menu.php:455
325
  msgid "Server"
326
  msgstr "Тип сервера"
327
 
328
+ #: bws_menu.php:456
329
  msgid "Memory usage"
330
  msgstr "Памяти использовано"
331
 
332
+ #: bws_menu.php:457
333
  msgid "MYSQL Version"
334
  msgstr "Версия MYSQL"
335
 
336
+ #: bws_menu.php:458
337
  msgid "SQL Mode"
338
  msgstr "Режим SQL"
339
 
340
+ #: bws_menu.php:459
341
  msgid "PHP Version"
342
  msgstr "Версия PHP"
343
 
344
+ #: bws_menu.php:460
345
  msgid "PHP Safe Mode"
346
  msgstr "PHP Safe Mode"
347
 
348
+ #: bws_menu.php:461
349
  msgid "PHP Allow URL fopen"
350
  msgstr "PHP Allow URL fopen"
351
 
352
+ #: bws_menu.php:462
353
  msgid "PHP Memory Limit"
354
  msgstr "Лимит памяти"
355
 
356
+ #: bws_menu.php:463
357
  msgid "PHP Max Upload Size"
358
  msgstr "Макс. размер загружаемого файла"
359
 
360
+ #: bws_menu.php:464
361
  msgid "PHP Max Post Size"
362
  msgstr "Макс. размер записи"
363
 
364
+ #: bws_menu.php:465
365
  msgid "PHP Max Script Execute Time"
366
  msgstr "Макс. время выполнения сценария"
367
 
368
+ #: bws_menu.php:466
369
  msgid "PHP Exif support"
370
  msgstr "Поддержка PHP Exif"
371
 
372
+ #: bws_menu.php:467
373
  msgid "PHP IPTC support"
374
  msgstr "Поддержка PHP IPTC"
375
 
376
+ #: bws_menu.php:468
377
  msgid "PHP XML support"
378
  msgstr "Поддержка PHP XML"
379
 
380
+ #: bws_menu.php:469
381
  msgid "Site URL"
382
  msgstr "Адрес сайта"
383
 
384
+ #: bws_menu.php:470
385
  msgid "Home URL"
386
  msgstr "Основной адрес сайта"
387
 
388
+ #: bws_menu.php:473
389
  msgid "WordPress Version"
390
  msgstr "Версия WordPress"
391
 
392
+ #: bws_menu.php:474
393
  msgid "WordPress DB Version"
394
  msgstr "Версия базы данных WordPress"
395
 
396
+ #: bws_menu.php:475
397
  msgid "Multisite"
398
  msgstr "Мультиблог"
399
 
400
+ #: bws_menu.php:476
401
  msgid "Active Theme"
402
  msgstr "Текущая тема"
403
 
404
+ #: bws_menu.php:491
405
  msgid "Please enter a valid email address."
406
  msgstr "Пожалуйста, введите валидный емайл."
407
 
408
+ #: bws_menu.php:495
409
  msgid "Email with system info is sent to "
410
  msgstr "E-mail с системной информацией отправлен на"
411
 
412
+ #: bws_menu.php:499
413
  msgid "Thank you for contacting us."
414
  msgstr "Спасибо что связались с нами."
415
 
416
+ #: bws_menu.php:532
417
  msgid "Sorry, email message could not be delivered."
418
  msgstr "Извините, ваш email не может быть отправлен."
419
 
420
+ #: bws_menu.php:540
421
  msgid "Need help?"
422
  msgstr "Нужна помощь?"
423
 
424
+ #: bws_menu.php:541
425
  msgid "Client area"
426
  msgstr "Client area"
427
 
428
+ #: bws_menu.php:542 bws_menu.php:853
 
429
  msgid "System status"
430
  msgstr "Системная информация"
431
 
432
+ #: bws_menu.php:547
433
  msgid "Plugins"
434
  msgstr "Плагины"
435
 
436
+ #: bws_menu.php:549
437
  msgid "Themes"
438
  msgstr "Темы"
439
 
440
+ #: bws_menu.php:554
441
  msgid "All"
442
  msgstr "Все"
443
 
444
+ #: bws_menu.php:555
445
  msgid "Installed"
446
  msgstr "Установленные"
447
 
448
+ #: bws_menu.php:556
449
  msgid "Recommended"
450
  msgstr "Рекомендованные"
451
 
452
+ #: bws_menu.php:560
453
  msgid "Installed plugins"
454
  msgstr "Установленные плагины"
455
 
456
+ #: bws_menu.php:592 bws_menu.php:641
 
 
 
 
 
 
 
 
 
457
  msgid "Settings"
458
  msgstr "Настройки"
459
 
460
+ #: bws_menu.php:613 bws_menu.php:670
 
461
  msgid "Activate this plugin"
462
  msgstr "Активировать плагин"
463
 
464
+ #: bws_menu.php:628 bws_menu.php:658 bws_menu.php:704
 
 
 
 
 
 
 
465
  msgid "Go"
466
  msgstr "Перейти на"
467
 
468
+ #: bws_menu.php:632 bws_menu.php:662 bws_menu.php:708
 
 
469
  msgid "DONATE"
470
  msgstr "Пожертвовать"
471
 
472
+ #: bws_menu.php:678
473
  msgid "Recommended plugins"
474
  msgstr "Рекомендованные к установке плагины"
475
 
476
+ #: bws_menu.php:716
477
  msgid "Install now"
478
  msgstr "Установить"
479
 
480
+ #: bws_menu.php:737
481
  msgid "Try again"
482
  msgstr "Попробовать снова"
483
 
484
+ #: bws_menu.php:755
485
  #, php-format
486
  msgid "Preview &#8220;%s&#8221;"
487
  msgstr "Просмотр &#8220;%s&#8221;"
488
 
489
+ #: bws_menu.php:786
490
  #, php-format
491
  msgid "Install %s"
492
  msgstr "Установлено %s"
493
 
494
+ #: bws_menu.php:786
495
  msgid "Install Now"
496
  msgstr "Установить"
497
 
498
+ #: bws_menu.php:789
499
  #, php-format
500
  msgid "Update to version %s"
501
  msgstr "Обновить до версии %s"
502
 
503
+ #: bws_menu.php:789
504
  msgid "Update"
505
  msgstr "Обновить"
506
 
507
+ #: bws_menu.php:796
508
  #, php-format
509
  msgid "Preview %s"
510
  msgstr "Просмотр %s"
511
 
512
+ #: bws_menu.php:796
513
  msgid "Preview"
514
  msgstr "Просмотр"
515
 
516
+ #: bws_menu.php:802 bws_menu.php:834
 
517
  #, php-format
518
  msgid "By %s"
519
  msgstr "%s"
520
 
521
+ #: bws_menu.php:808
522
  msgid "Details"
523
  msgstr "Детали"
524
 
525
+ #: bws_menu.php:840
526
  msgid "Already Installed"
527
  msgstr "Уже установлена"
528
 
529
+ #: bws_menu.php:856
530
  msgid "Environment"
531
  msgstr "Системная среда"
532
 
533
+ #: bws_menu.php:867
534
  msgid "Active Plugins"
535
  msgstr "Активированные плагины"
536
 
537
+ #: bws_menu.php:880
538
  msgid "Inactive Plugins"
539
  msgstr "Неактивированные плагины"
540
 
541
+ #: bws_menu.php:896
542
  msgid "Send to support"
543
  msgstr "Отправить в тех. поддержку"
544
 
545
+ #: bws_menu.php:903
546
  msgid "Send to custom email &#187;"
547
  msgstr "Отправить на емейл &#187;"
548
 
588
  #~ msgid "Recommended themes"
589
  #~ msgstr "Рекомендованные темы"
590
 
 
 
 
591
  #~ msgid "Switch to old interface"
592
  #~ msgstr "Переключится на старый интерфейс"
593
 
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-11-05 16:31+0300\n"
6
- "PO-Revision-Date: 2014-11-05 16:31+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"
@@ -14,312 +14,520 @@ msgstr ""
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
- "X-Generator: Poedit 1.5.7\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: bws_menu.php:351
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  msgid "Not set"
22
  msgstr "Nije podešeno"
23
 
24
- #: bws_menu.php:353
25
- #: bws_menu.php:354
26
  msgid "On"
27
  msgstr "Uključeno"
28
 
29
- #: bws_menu.php:353
30
- #: bws_menu.php:354
31
  msgid "Off"
32
  msgstr "Isključeno"
33
 
34
- #: bws_menu.php:355
35
- #: bws_menu.php:356
36
- #: bws_menu.php:357
37
- #: bws_menu.php:358
38
- #: bws_menu.php:359
39
- #: bws_menu.php:371
40
  msgid "N/A"
41
  msgstr "N/A"
42
 
43
- #: bws_menu.php:359
44
  msgid " Mb"
45
  msgstr " Mb"
46
 
47
- #: bws_menu.php:360
48
- #: bws_menu.php:361
49
- #: bws_menu.php:362
50
- #: bws_menu.php:367
51
  msgid "Yes"
52
  msgstr "Da"
53
 
54
- #: bws_menu.php:360
55
- #: bws_menu.php:361
56
- #: bws_menu.php:362
57
- #: bws_menu.php:369
58
  msgid "No"
59
  msgstr "Ne"
60
 
61
- #: bws_menu.php:379
62
  msgid "Operating System"
63
  msgstr "Operativni Sistem"
64
 
65
- #: bws_menu.php:380
66
  msgid "Server"
67
  msgstr "Server"
68
 
69
- #: bws_menu.php:381
70
  msgid "Memory usage"
71
  msgstr "Upotreba memorije"
72
 
73
- #: bws_menu.php:382
74
  msgid "MYSQL Version"
75
  msgstr "MYSQL Verzija"
76
 
77
- #: bws_menu.php:383
78
  msgid "SQL Mode"
79
  msgstr "SQL način"
80
 
81
- #: bws_menu.php:384
82
  msgid "PHP Version"
83
  msgstr "PHP Verzija"
84
 
85
- #: bws_menu.php:385
86
  msgid "PHP Safe Mode"
87
  msgstr "PHP Sigurni način"
88
 
89
- #: bws_menu.php:386
90
  msgid "PHP Allow URL fopen"
91
  msgstr "PHP Dozvoli URL fopen"
92
 
93
- #: bws_menu.php:387
94
  msgid "PHP Memory Limit"
95
  msgstr "PHP Ograničenje memorije"
96
 
97
- #: bws_menu.php:388
98
  #, fuzzy
99
  msgid "PHP Max Upload Size"
100
  msgstr "Envoi de fichier"
101
 
102
- #: bws_menu.php:389
103
  msgid "PHP Max Post Size"
104
  msgstr "PHP Max veličina za učitavanje"
105
 
106
- #: bws_menu.php:390
107
  msgid "PHP Max Script Execute Time"
108
  msgstr "PHP Max veličina posta"
109
 
110
- #: bws_menu.php:391
111
  msgid "PHP Exif support"
112
  msgstr "PHP Exif podrška"
113
 
114
- #: bws_menu.php:392
115
  msgid "PHP IPTC support"
116
  msgstr "PHP IPTC podrška"
117
 
118
- #: bws_menu.php:393
119
  msgid "PHP XML support"
120
  msgstr "PHP XML podrška"
121
 
122
- #: bws_menu.php:394
123
  #, fuzzy
124
  msgid "Site URL"
125
  msgstr "URL du lien"
126
 
127
- #: bws_menu.php:395
128
  msgid "Home URL"
129
  msgstr "URL naslovne"
130
 
131
- #: bws_menu.php:398
132
  msgid "WordPress Version"
133
  msgstr "WordPress Verzija"
134
 
135
- #: bws_menu.php:399
136
  msgid "WordPress DB Version"
137
  msgstr "WordPress DB Verzija"
138
 
139
- #: bws_menu.php:400
140
  msgid "Multisite"
141
  msgstr "Višenamenski sajt"
142
 
143
- #: bws_menu.php:401
144
  msgid "Active Theme"
145
  msgstr "Aktivna tema"
146
 
147
- #: bws_menu.php:416
148
  msgid "Please enter a valid email address."
149
  msgstr "Molimo unesite važeću mejl adresu"
150
 
151
- #: bws_menu.php:420
152
  msgid "Email with system info is sent to "
153
  msgstr "Mejl sa sistemskim informacijama je poslat na"
154
 
155
- #: bws_menu.php:424
156
  msgid "Thank you for contacting us."
157
  msgstr "Hvala što ste nas kontaktirali"
158
 
159
- #: bws_menu.php:457
160
  msgid "Sorry, email message could not be delivered."
161
  msgstr "Nažalost mejl poruka nije prosleđena"
162
 
163
- #: bws_menu.php:465
164
  msgid "Need help?"
165
  msgstr ""
166
 
167
- #: bws_menu.php:466
168
  msgid "Client area"
169
  msgstr ""
170
 
171
- #: bws_menu.php:467
172
- #: bws_menu.php:778
173
  msgid "System status"
174
  msgstr "Sistemski status"
175
 
176
- #: bws_menu.php:472
177
  #, fuzzy
178
  msgid "Plugins"
179
  msgstr "Pro moduli"
180
 
181
- #: bws_menu.php:474
182
  msgid "Themes"
183
  msgstr ""
184
 
185
- #: bws_menu.php:479
186
  msgid "All"
187
  msgstr ""
188
 
189
- #: bws_menu.php:480
190
  #, fuzzy
191
  msgid "Installed"
192
  msgstr "Instalacija %s"
193
 
194
- #: bws_menu.php:481
195
  #, fuzzy
196
  msgid "Recommended"
197
  msgstr "Preporučeni moduli"
198
 
199
- #: bws_menu.php:485
200
  msgid "Installed plugins"
201
  msgstr "Instalirani moduli"
202
 
203
- #: bws_menu.php:514
204
- #: bws_menu.php:536
205
- #: bws_menu.php:563
206
- #: bws_menu.php:593
207
- #: bws_menu.php:639
208
- #, fuzzy
209
- msgid "Learn more"
210
- msgstr "Pročitaj više"
211
-
212
- #: bws_menu.php:517
213
- #: bws_menu.php:566
214
  msgid "Settings"
215
  msgstr "Podešavanja"
216
 
217
- #: bws_menu.php:538
218
- #: bws_menu.php:595
219
  #, fuzzy
220
  msgid "Activate this plugin"
221
  msgstr "Aktivirani moduli"
222
 
223
- #: bws_menu.php:538
224
- #: bws_menu.php:595
225
- #, fuzzy
226
- msgid "Activate"
227
- msgstr "Aktivirani moduli"
228
-
229
- #: bws_menu.php:553
230
- #: bws_menu.php:583
231
- #: bws_menu.php:629
232
  msgid "Go"
233
  msgstr ""
234
 
235
- #: bws_menu.php:557
236
- #: bws_menu.php:587
237
- #: bws_menu.php:633
238
  msgid "DONATE"
239
  msgstr ""
240
 
241
- #: bws_menu.php:603
242
  msgid "Recommended plugins"
243
  msgstr "Preporučeni moduli"
244
 
245
- #: bws_menu.php:641
246
  #, fuzzy
247
  msgid "Install now"
248
  msgstr "Instalacija %s"
249
 
250
- #: bws_menu.php:662
251
  msgid "Try again"
252
  msgstr ""
253
 
254
- #: bws_menu.php:680
255
  #, php-format
256
  msgid "Preview &#8220;%s&#8221;"
257
  msgstr ""
258
 
259
- #: bws_menu.php:711
260
  #, php-format
261
  msgid "Install %s"
262
  msgstr "Instalacija %s"
263
 
264
- #: bws_menu.php:711
265
  #, fuzzy
266
  msgid "Install Now"
267
  msgstr "Instalacija %s"
268
 
269
- #: bws_menu.php:714
270
  #, php-format
271
  msgid "Update to version %s"
272
  msgstr ""
273
 
274
- #: bws_menu.php:714
275
  #, fuzzy
276
  msgid "Update"
277
  msgstr "date"
278
 
279
- #: bws_menu.php:721
280
  #, php-format
281
  msgid "Preview %s"
282
  msgstr ""
283
 
284
- #: bws_menu.php:721
285
  msgid "Preview"
286
  msgstr ""
287
 
288
- #: bws_menu.php:727
289
- #: bws_menu.php:759
290
  #, php-format
291
  msgid "By %s"
292
  msgstr ""
293
 
294
- #: bws_menu.php:733
295
  msgid "Details"
296
  msgstr ""
297
 
298
- #: bws_menu.php:765
299
  #, fuzzy
300
  msgid "Already Installed"
301
  msgstr "Instalacija %s"
302
 
303
- #: bws_menu.php:781
304
  msgid "Environment"
305
  msgstr "Okruženje"
306
 
307
- #: bws_menu.php:792
308
  #, fuzzy
309
  msgid "Active Plugins"
310
  msgstr "Extensions activées"
311
 
312
- #: bws_menu.php:805
313
  #, fuzzy
314
  msgid "Inactive Plugins"
315
  msgstr "Extensions activées"
316
 
317
- #: bws_menu.php:821
318
  #, fuzzy
319
  msgid "Send to support"
320
  msgstr "Soutien"
321
 
322
- #: bws_menu.php:828
323
  msgid "Send to custom email &#187;"
324
  msgstr "Pošalji na korisnički mejl &#187;"
325
 
@@ -356,9 +564,6 @@ msgstr "Pošalji na korisnički mejl &#187;"
356
  #~ msgid "Recommended themes"
357
  #~ msgstr "Preporučeni moduli"
358
 
359
- #~ msgid "If you have any questions, please contact us via"
360
- #~ msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
361
-
362
  #, fuzzy
363
  #~ msgid "installed"
364
  #~ msgstr "Instalacija %s"
@@ -442,9 +647,6 @@ msgstr "Pošalji na korisnički mejl &#187;"
442
  #~ msgid "sort images"
443
  #~ msgstr "poređaj slike"
444
 
445
- #~ msgid "on the plugin settings page ("
446
- #~ msgstr "na stranici za podešavanje modula ("
447
-
448
  #~ msgid "Title"
449
  #~ msgstr "Naslov"
450
 
@@ -563,9 +765,6 @@ msgstr "Pošalji na korisnički mejl &#187;"
563
  #~ msgid "Vertical"
564
  #~ msgstr "Vertikalno"
565
 
566
- #~ msgid "top"
567
- #~ msgstr "vrh"
568
-
569
  #~ msgid "bottom"
570
  #~ msgstr "dno"
571
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-05 13:14+0300\n"
6
+ "PO-Revision-Date: 2015-03-05 13:15+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"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
+ "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: bws_functions.php:84
21
+ msgid "requires"
22
+ msgstr ""
23
+
24
+ #: bws_functions.php:85
25
+ msgid ""
26
+ "or higher, that is why it has been deactivated! Please upgrade WordPress and "
27
+ "try again."
28
+ msgstr ""
29
+
30
+ #: bws_functions.php:86
31
+ msgid "Back to the WordPress"
32
+ msgstr ""
33
+
34
+ #: bws_functions.php:87
35
+ #, fuzzy
36
+ msgid "Plugins page"
37
+ msgstr "Pro moduli"
38
+
39
+ #: bws_functions.php:134
40
+ #, fuzzy
41
+ msgid "Learn More"
42
+ msgstr "Pročitaj više"
43
+
44
+ #: bws_functions.php:137
45
+ msgid "It’s time to upgrade your"
46
+ msgstr ""
47
+
48
+ #: bws_functions.php:137
49
+ #, fuzzy
50
+ msgid "to"
51
+ msgstr "vrh"
52
+
53
+ #: bws_functions.php:137
54
+ #, fuzzy
55
+ msgid "version!"
56
+ msgstr "PHP Verzija"
57
+
58
+ #: bws_functions.php:138
59
+ msgid "Extend standard plugin functionality with new great options."
60
+ msgstr ""
61
+
62
+ #: bws_functions.php:158
63
+ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
64
+ msgstr ""
65
+
66
+ #: bws_functions.php:159
67
+ #, fuzzy
68
+ msgid "Rate the plugin"
69
+ msgstr "Aktivirani moduli"
70
+
71
+ #: bws_functions.php:162
72
+ #, fuzzy
73
+ msgid "If there is something wrong about it, please contact us"
74
+ msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
75
+
76
+ #: bws_functions.php:179 bws_functions.php:215 bws_functions.php:395
77
+ msgid "Wrong license key"
78
+ msgstr ""
79
+
80
+ #: bws_functions.php:209 bws_functions.php:389 bws_functions.php:426
81
+ msgid ""
82
+ "Something went wrong. Please try again later. If the error appears again, "
83
+ "please contact us"
84
+ msgstr ""
85
+
86
+ #: bws_functions.php:209 bws_functions.php:389 bws_functions.php:426
87
+ msgid "We are sorry for inconvenience."
88
+ msgstr ""
89
+
90
+ #: bws_functions.php:217 bws_functions.php:397
91
+ msgid "This license key is bind to another site"
92
+ msgstr ""
93
+
94
+ #: bws_functions.php:219 bws_functions.php:348
95
+ msgid ""
96
+ "Unfortunately, you have exceeded the number of available tries per day. "
97
+ "Please, upload the plugin manually."
98
+ msgstr ""
99
+
100
+ #: bws_functions.php:221
101
+ msgid ""
102
+ "Unfortunately, Your license has expired. To continue getting top-priority "
103
+ "support and plugin updates you should extend it in your"
104
+ msgstr ""
105
+
106
+ #: bws_functions.php:223
107
+ msgid ""
108
+ "Unfortunately, the PRO licence was already installed to this domain. The PRO "
109
+ "Trial license can be installed only once."
110
+ msgstr ""
111
+
112
+ #: bws_functions.php:234 bws_functions.php:256 bws_functions.php:278
113
+ msgid "Failed to download the zip archive. Please, upload the plugin manually"
114
+ msgstr ""
115
+
116
+ #: bws_functions.php:246
117
+ msgid "Failed to open the zip archive. Please, upload the plugin manually"
118
+ msgstr ""
119
+
120
+ #: bws_functions.php:252
121
+ msgid ""
122
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
123
+ "plugin manually"
124
+ msgstr ""
125
+
126
+ #: bws_functions.php:259
127
+ msgid "UploadDir is not writable. Please, upload the plugin manually"
128
+ msgstr ""
129
+
130
+ #: bws_functions.php:282
131
+ msgid ""
132
+ "Something went wrong. Try again later or upload the plugin manually. We are "
133
+ "sorry for inconvenience."
134
+ msgstr ""
135
+
136
+ #: bws_functions.php:307
137
+ msgid "Please, enter Your license key"
138
+ msgstr ""
139
+
140
+ #: bws_functions.php:324
141
+ msgid ""
142
+ "Congratulations! The PRO version of the plugin is successfully download and "
143
+ "activated."
144
+ msgstr ""
145
+
146
+ #: bws_functions.php:326
147
+ msgid "Please, go to"
148
+ msgstr ""
149
+
150
+ #: bws_functions.php:326
151
+ #, fuzzy
152
+ msgid "the setting page"
153
+ msgstr "na stranici za podešavanje modula ("
154
+
155
+ #: bws_functions.php:327
156
+ msgid "You will be redirected automatically in 5 seconds."
157
+ msgstr ""
158
+
159
+ #: bws_functions.php:332
160
+ msgid "You can download and activate"
161
+ msgstr ""
162
+
163
+ #: bws_functions.php:334
164
+ msgid "version of this plugin by entering Your license key."
165
+ msgstr ""
166
+
167
+ #: bws_functions.php:336
168
+ msgid ""
169
+ "You can find your license key on your personal page Client area, by clicking "
170
+ "on the link"
171
+ msgstr ""
172
+
173
+ #: bws_functions.php:338
174
+ msgid "(your username is the email you specify when purchasing the product)."
175
+ msgstr ""
176
+
177
+ #: bws_functions.php:346 bws_functions.php:354 bws_menu.php:613
178
+ #: bws_menu.php:670
179
+ #, fuzzy
180
+ msgid "Activate"
181
+ msgstr "Aktivirani moduli"
182
+
183
+ #: bws_functions.php:399
184
+ msgid ""
185
+ "This license key is valid, but Your license has expired. If you want to "
186
+ "update our plugin in future, you should extend the license."
187
+ msgstr ""
188
+
189
+ #: bws_functions.php:401
190
+ msgid "Unfortunately, you have exceeded the number of available tries."
191
+ msgstr ""
192
+
193
+ #: bws_functions.php:405
194
+ msgid "The license key is valid. Your license will expire on"
195
+ msgstr ""
196
+
197
+ #: bws_functions.php:407
198
+ msgid "The license key is valid."
199
+ msgstr ""
200
+
201
+ #: bws_functions.php:431
202
+ msgid "Please, enter your license key"
203
+ msgstr ""
204
+
205
+ #: bws_functions.php:444
206
+ msgid ""
207
+ "If needed you can check if the license key is correct or reenter it in the "
208
+ "field below. You can find your license key on your personal page - Client "
209
+ "area - on our website"
210
+ msgstr ""
211
+
212
+ #: bws_functions.php:444
213
+ msgid ""
214
+ "(your username is the email you specify when purchasing the product). If "
215
+ "necessary, please submit \"Lost your password?\" request."
216
+ msgstr ""
217
+
218
+ #: bws_functions.php:448
219
+ msgid "Check license key"
220
+ msgstr ""
221
+
222
+ #: bws_functions.php:462
223
+ msgid ""
224
+ "WARNING: We have noticed illegal use of our plugin by you. We strongly "
225
+ "recommend you to solve the problem within 24 hours, otherwise the plugin "
226
+ "will be deactivated. Please go to your personal"
227
+ msgstr ""
228
+
229
+ #: bws_functions.php:462
230
+ msgid ""
231
+ "(your username is the email you specify when purchasing the product), where "
232
+ "you can make the necessary changes."
233
+ msgstr ""
234
+
235
+ #: bws_functions.php:468
236
+ msgid ""
237
+ "Your license has expired. To continue getting top-priority support and "
238
+ "plugin updates you should extend it."
239
+ msgstr ""
240
+
241
+ #: bws_functions.php:468 bws_functions.php:502 bws_menu.php:589
242
+ #: bws_menu.php:611 bws_menu.php:638 bws_menu.php:668 bws_menu.php:714
243
+ #, fuzzy
244
+ msgid "Learn more"
245
+ msgstr "Pročitaj više"
246
+
247
+ #: bws_functions.php:502
248
+ msgid "You license for"
249
+ msgstr ""
250
+
251
+ #: bws_functions.php:502
252
+ msgid "expires on"
253
+ msgstr ""
254
+
255
+ #: bws_functions.php:502
256
+ msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
257
+ msgstr ""
258
+
259
+ #: bws_functions.php:580
260
+ msgid "Close"
261
+ msgstr ""
262
+
263
+ #: bws_menu.php:426
264
  msgid "Not set"
265
  msgstr "Nije podešeno"
266
 
267
+ #: bws_menu.php:428 bws_menu.php:429
 
268
  msgid "On"
269
  msgstr "Uključeno"
270
 
271
+ #: bws_menu.php:428 bws_menu.php:429
 
272
  msgid "Off"
273
  msgstr "Isključeno"
274
 
275
+ #: bws_menu.php:430 bws_menu.php:431 bws_menu.php:432 bws_menu.php:433
276
+ #: bws_menu.php:434 bws_menu.php:446
 
 
 
 
277
  msgid "N/A"
278
  msgstr "N/A"
279
 
280
+ #: bws_menu.php:434
281
  msgid " Mb"
282
  msgstr " Mb"
283
 
284
+ #: bws_menu.php:435 bws_menu.php:436 bws_menu.php:437 bws_menu.php:442
 
 
 
285
  msgid "Yes"
286
  msgstr "Da"
287
 
288
+ #: bws_menu.php:435 bws_menu.php:436 bws_menu.php:437 bws_menu.php:444
 
 
 
289
  msgid "No"
290
  msgstr "Ne"
291
 
292
+ #: bws_menu.php:454
293
  msgid "Operating System"
294
  msgstr "Operativni Sistem"
295
 
296
+ #: bws_menu.php:455
297
  msgid "Server"
298
  msgstr "Server"
299
 
300
+ #: bws_menu.php:456
301
  msgid "Memory usage"
302
  msgstr "Upotreba memorije"
303
 
304
+ #: bws_menu.php:457
305
  msgid "MYSQL Version"
306
  msgstr "MYSQL Verzija"
307
 
308
+ #: bws_menu.php:458
309
  msgid "SQL Mode"
310
  msgstr "SQL način"
311
 
312
+ #: bws_menu.php:459
313
  msgid "PHP Version"
314
  msgstr "PHP Verzija"
315
 
316
+ #: bws_menu.php:460
317
  msgid "PHP Safe Mode"
318
  msgstr "PHP Sigurni način"
319
 
320
+ #: bws_menu.php:461
321
  msgid "PHP Allow URL fopen"
322
  msgstr "PHP Dozvoli URL fopen"
323
 
324
+ #: bws_menu.php:462
325
  msgid "PHP Memory Limit"
326
  msgstr "PHP Ograničenje memorije"
327
 
328
+ #: bws_menu.php:463
329
  #, fuzzy
330
  msgid "PHP Max Upload Size"
331
  msgstr "Envoi de fichier"
332
 
333
+ #: bws_menu.php:464
334
  msgid "PHP Max Post Size"
335
  msgstr "PHP Max veličina za učitavanje"
336
 
337
+ #: bws_menu.php:465
338
  msgid "PHP Max Script Execute Time"
339
  msgstr "PHP Max veličina posta"
340
 
341
+ #: bws_menu.php:466
342
  msgid "PHP Exif support"
343
  msgstr "PHP Exif podrška"
344
 
345
+ #: bws_menu.php:467
346
  msgid "PHP IPTC support"
347
  msgstr "PHP IPTC podrška"
348
 
349
+ #: bws_menu.php:468
350
  msgid "PHP XML support"
351
  msgstr "PHP XML podrška"
352
 
353
+ #: bws_menu.php:469
354
  #, fuzzy
355
  msgid "Site URL"
356
  msgstr "URL du lien"
357
 
358
+ #: bws_menu.php:470
359
  msgid "Home URL"
360
  msgstr "URL naslovne"
361
 
362
+ #: bws_menu.php:473
363
  msgid "WordPress Version"
364
  msgstr "WordPress Verzija"
365
 
366
+ #: bws_menu.php:474
367
  msgid "WordPress DB Version"
368
  msgstr "WordPress DB Verzija"
369
 
370
+ #: bws_menu.php:475
371
  msgid "Multisite"
372
  msgstr "Višenamenski sajt"
373
 
374
+ #: bws_menu.php:476
375
  msgid "Active Theme"
376
  msgstr "Aktivna tema"
377
 
378
+ #: bws_menu.php:491
379
  msgid "Please enter a valid email address."
380
  msgstr "Molimo unesite važeću mejl adresu"
381
 
382
+ #: bws_menu.php:495
383
  msgid "Email with system info is sent to "
384
  msgstr "Mejl sa sistemskim informacijama je poslat na"
385
 
386
+ #: bws_menu.php:499
387
  msgid "Thank you for contacting us."
388
  msgstr "Hvala što ste nas kontaktirali"
389
 
390
+ #: bws_menu.php:532
391
  msgid "Sorry, email message could not be delivered."
392
  msgstr "Nažalost mejl poruka nije prosleđena"
393
 
394
+ #: bws_menu.php:540
395
  msgid "Need help?"
396
  msgstr ""
397
 
398
+ #: bws_menu.php:541
399
  msgid "Client area"
400
  msgstr ""
401
 
402
+ #: bws_menu.php:542 bws_menu.php:853
 
403
  msgid "System status"
404
  msgstr "Sistemski status"
405
 
406
+ #: bws_menu.php:547
407
  #, fuzzy
408
  msgid "Plugins"
409
  msgstr "Pro moduli"
410
 
411
+ #: bws_menu.php:549
412
  msgid "Themes"
413
  msgstr ""
414
 
415
+ #: bws_menu.php:554
416
  msgid "All"
417
  msgstr ""
418
 
419
+ #: bws_menu.php:555
420
  #, fuzzy
421
  msgid "Installed"
422
  msgstr "Instalacija %s"
423
 
424
+ #: bws_menu.php:556
425
  #, fuzzy
426
  msgid "Recommended"
427
  msgstr "Preporučeni moduli"
428
 
429
+ #: bws_menu.php:560
430
  msgid "Installed plugins"
431
  msgstr "Instalirani moduli"
432
 
433
+ #: bws_menu.php:592 bws_menu.php:641
 
 
 
 
 
 
 
 
 
 
434
  msgid "Settings"
435
  msgstr "Podešavanja"
436
 
437
+ #: bws_menu.php:613 bws_menu.php:670
 
438
  #, fuzzy
439
  msgid "Activate this plugin"
440
  msgstr "Aktivirani moduli"
441
 
442
+ #: bws_menu.php:628 bws_menu.php:658 bws_menu.php:704
 
 
 
 
 
 
 
 
443
  msgid "Go"
444
  msgstr ""
445
 
446
+ #: bws_menu.php:632 bws_menu.php:662 bws_menu.php:708
 
 
447
  msgid "DONATE"
448
  msgstr ""
449
 
450
+ #: bws_menu.php:678
451
  msgid "Recommended plugins"
452
  msgstr "Preporučeni moduli"
453
 
454
+ #: bws_menu.php:716
455
  #, fuzzy
456
  msgid "Install now"
457
  msgstr "Instalacija %s"
458
 
459
+ #: bws_menu.php:737
460
  msgid "Try again"
461
  msgstr ""
462
 
463
+ #: bws_menu.php:755
464
  #, php-format
465
  msgid "Preview &#8220;%s&#8221;"
466
  msgstr ""
467
 
468
+ #: bws_menu.php:786
469
  #, php-format
470
  msgid "Install %s"
471
  msgstr "Instalacija %s"
472
 
473
+ #: bws_menu.php:786
474
  #, fuzzy
475
  msgid "Install Now"
476
  msgstr "Instalacija %s"
477
 
478
+ #: bws_menu.php:789
479
  #, php-format
480
  msgid "Update to version %s"
481
  msgstr ""
482
 
483
+ #: bws_menu.php:789
484
  #, fuzzy
485
  msgid "Update"
486
  msgstr "date"
487
 
488
+ #: bws_menu.php:796
489
  #, php-format
490
  msgid "Preview %s"
491
  msgstr ""
492
 
493
+ #: bws_menu.php:796
494
  msgid "Preview"
495
  msgstr ""
496
 
497
+ #: bws_menu.php:802 bws_menu.php:834
 
498
  #, php-format
499
  msgid "By %s"
500
  msgstr ""
501
 
502
+ #: bws_menu.php:808
503
  msgid "Details"
504
  msgstr ""
505
 
506
+ #: bws_menu.php:840
507
  #, fuzzy
508
  msgid "Already Installed"
509
  msgstr "Instalacija %s"
510
 
511
+ #: bws_menu.php:856
512
  msgid "Environment"
513
  msgstr "Okruženje"
514
 
515
+ #: bws_menu.php:867
516
  #, fuzzy
517
  msgid "Active Plugins"
518
  msgstr "Extensions activées"
519
 
520
+ #: bws_menu.php:880
521
  #, fuzzy
522
  msgid "Inactive Plugins"
523
  msgstr "Extensions activées"
524
 
525
+ #: bws_menu.php:896
526
  #, fuzzy
527
  msgid "Send to support"
528
  msgstr "Soutien"
529
 
530
+ #: bws_menu.php:903
531
  msgid "Send to custom email &#187;"
532
  msgstr "Pošalji na korisnički mejl &#187;"
533
 
564
  #~ msgid "Recommended themes"
565
  #~ msgstr "Preporučeni moduli"
566
 
 
 
 
567
  #, fuzzy
568
  #~ msgid "installed"
569
  #~ msgstr "Instalacija %s"
647
  #~ msgid "sort images"
648
  #~ msgstr "poređaj slike"
649
 
 
 
 
650
  #~ msgid "Title"
651
  #~ msgstr "Naslov"
652
 
765
  #~ msgid "Vertical"
766
  #~ msgstr "Vertikalno"
767
 
 
 
 
768
  #~ msgid "bottom"
769
  #~ msgstr "dno"
770
 
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-11-05 16:32+0300\n"
6
- "PO-Revision-Date: 2014-11-05 16:32+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"
@@ -13,305 +13,512 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_menu.php:351
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid "Not set"
21
  msgstr "Inte angiven"
22
 
23
- #: bws_menu.php:353
24
- #: bws_menu.php:354
25
  msgid "On"
26
  msgstr "På"
27
 
28
- #: bws_menu.php:353
29
- #: bws_menu.php:354
30
  msgid "Off"
31
  msgstr "Av"
32
 
33
- #: bws_menu.php:355
34
- #: bws_menu.php:356
35
- #: bws_menu.php:357
36
- #: bws_menu.php:358
37
- #: bws_menu.php:359
38
- #: bws_menu.php:371
39
  msgid "N/A"
40
  msgstr "Finns ej"
41
 
42
- #: bws_menu.php:359
43
  msgid " Mb"
44
  msgstr " Mb"
45
 
46
- #: bws_menu.php:360
47
- #: bws_menu.php:361
48
- #: bws_menu.php:362
49
- #: bws_menu.php:367
50
  msgid "Yes"
51
  msgstr "Ja"
52
 
53
- #: bws_menu.php:360
54
- #: bws_menu.php:361
55
- #: bws_menu.php:362
56
- #: bws_menu.php:369
57
  msgid "No"
58
  msgstr "Nej"
59
 
60
- #: bws_menu.php:379
61
  msgid "Operating System"
62
  msgstr "Operativsystem"
63
 
64
- #: bws_menu.php:380
65
  msgid "Server"
66
  msgstr "Server"
67
 
68
- #: bws_menu.php:381
69
  msgid "Memory usage"
70
  msgstr "Minnesanvändning"
71
 
72
- #: bws_menu.php:382
73
  msgid "MYSQL Version"
74
  msgstr "MySQL-version"
75
 
76
- #: bws_menu.php:383
77
  msgid "SQL Mode"
78
  msgstr "SQL-läge"
79
 
80
- #: bws_menu.php:384
81
  msgid "PHP Version"
82
  msgstr "PHP-version"
83
 
84
- #: bws_menu.php:385
85
  msgid "PHP Safe Mode"
86
  msgstr "PHP säkert läge"
87
 
88
- #: bws_menu.php:386
89
  msgid "PHP Allow URL fopen"
90
  msgstr "PHP tillåt URL fopen"
91
 
92
- #: bws_menu.php:387
93
  msgid "PHP Memory Limit"
94
  msgstr "PHP Minnesgräns"
95
 
96
- #: bws_menu.php:388
97
  msgid "PHP Max Upload Size"
98
  msgstr "PHP Max uppladdningstorlek"
99
 
100
- #: bws_menu.php:389
101
  msgid "PHP Max Post Size"
102
  msgstr "PHP Max poststorlek"
103
 
104
- #: bws_menu.php:390
105
  msgid "PHP Max Script Execute Time"
106
  msgstr "PHP Max skriptexekverinstid"
107
 
108
- #: bws_menu.php:391
109
  msgid "PHP Exif support"
110
  msgstr "PHP Exifstöd"
111
 
112
- #: bws_menu.php:392
113
  msgid "PHP IPTC support"
114
  msgstr "PHP ITPC-stöd"
115
 
116
- #: bws_menu.php:393
117
  msgid "PHP XML support"
118
  msgstr "PHP XML-stöd"
119
 
120
- #: bws_menu.php:394
121
  msgid "Site URL"
122
  msgstr "SajtURL"
123
 
124
- #: bws_menu.php:395
125
  msgid "Home URL"
126
  msgstr "HemURL"
127
 
128
- #: bws_menu.php:398
129
  msgid "WordPress Version"
130
  msgstr "WordPress-version"
131
 
132
- #: bws_menu.php:399
133
  msgid "WordPress DB Version"
134
  msgstr "WordPress-DB-version"
135
 
136
- #: bws_menu.php:400
137
  msgid "Multisite"
138
  msgstr "Multisajt"
139
 
140
- #: bws_menu.php:401
141
  msgid "Active Theme"
142
  msgstr "Aktivt tema"
143
 
144
- #: bws_menu.php:416
145
  msgid "Please enter a valid email address."
146
  msgstr "Var god ange en giltig epost-adress."
147
 
148
- #: bws_menu.php:420
149
  msgid "Email with system info is sent to "
150
  msgstr "Epost med systeminfo är skickat till"
151
 
152
- #: bws_menu.php:424
153
  msgid "Thank you for contacting us."
154
  msgstr "Tack för att du kontaktade oss."
155
 
156
- #: bws_menu.php:457
157
  msgid "Sorry, email message could not be delivered."
158
  msgstr "Ledsen, eposten kunde inte levereras."
159
 
160
- #: bws_menu.php:465
161
  msgid "Need help?"
162
  msgstr ""
163
 
164
- #: bws_menu.php:466
165
  msgid "Client area"
166
  msgstr ""
167
 
168
- #: bws_menu.php:467
169
- #: bws_menu.php:778
170
  msgid "System status"
171
  msgstr "Systemstatus"
172
 
173
- #: bws_menu.php:472
174
  #, fuzzy
175
  msgid "Plugins"
176
  msgstr "Betaltillägg"
177
 
178
- #: bws_menu.php:474
179
  msgid "Themes"
180
  msgstr ""
181
 
182
- #: bws_menu.php:479
183
  msgid "All"
184
  msgstr ""
185
 
186
- #: bws_menu.php:480
187
  #, fuzzy
188
  msgid "Installed"
189
  msgstr "Installera %s"
190
 
191
- #: bws_menu.php:481
192
  #, fuzzy
193
  msgid "Recommended"
194
  msgstr "Rekommenderade tillägg"
195
 
196
- #: bws_menu.php:485
197
  msgid "Installed plugins"
198
  msgstr "Installerade tillägg"
199
 
200
- #: bws_menu.php:514
201
- #: bws_menu.php:536
202
- #: bws_menu.php:563
203
- #: bws_menu.php:593
204
- #: bws_menu.php:639
205
- #, fuzzy
206
- msgid "Learn more"
207
- msgstr "Läs mer"
208
-
209
- #: bws_menu.php:517
210
- #: bws_menu.php:566
211
  msgid "Settings"
212
  msgstr "Inställningar"
213
 
214
- #: bws_menu.php:538
215
- #: bws_menu.php:595
216
  #, fuzzy
217
  msgid "Activate this plugin"
218
  msgstr "Aktiverade tillägg"
219
 
220
- #: bws_menu.php:538
221
- #: bws_menu.php:595
222
- #, fuzzy
223
- msgid "Activate"
224
- msgstr "Aktiverade tillägg"
225
-
226
- #: bws_menu.php:553
227
- #: bws_menu.php:583
228
- #: bws_menu.php:629
229
  msgid "Go"
230
  msgstr ""
231
 
232
- #: bws_menu.php:557
233
- #: bws_menu.php:587
234
- #: bws_menu.php:633
235
  msgid "DONATE"
236
  msgstr ""
237
 
238
- #: bws_menu.php:603
239
  msgid "Recommended plugins"
240
  msgstr "Rekommenderade tillägg"
241
 
242
- #: bws_menu.php:641
243
  #, fuzzy
244
  msgid "Install now"
245
  msgstr "Установить сейчас"
246
 
247
- #: bws_menu.php:662
248
  msgid "Try again"
249
  msgstr ""
250
 
251
- #: bws_menu.php:680
252
  #, php-format
253
  msgid "Preview &#8220;%s&#8221;"
254
  msgstr ""
255
 
256
- #: bws_menu.php:711
257
  #, php-format
258
  msgid "Install %s"
259
  msgstr "Installera %s"
260
 
261
- #: bws_menu.php:711
262
  msgid "Install Now"
263
  msgstr "Установить сейчас"
264
 
265
- #: bws_menu.php:714
266
  #, php-format
267
  msgid "Update to version %s"
268
  msgstr ""
269
 
270
- #: bws_menu.php:714
271
  msgid "Update"
272
  msgstr ""
273
 
274
- #: bws_menu.php:721
275
  #, php-format
276
  msgid "Preview %s"
277
  msgstr ""
278
 
279
- #: bws_menu.php:721
280
  msgid "Preview"
281
  msgstr ""
282
 
283
- #: bws_menu.php:727
284
- #: bws_menu.php:759
285
  #, php-format
286
  msgid "By %s"
287
  msgstr ""
288
 
289
- #: bws_menu.php:733
290
  msgid "Details"
291
  msgstr ""
292
 
293
- #: bws_menu.php:765
294
  #, fuzzy
295
  msgid "Already Installed"
296
  msgstr "Installera %s"
297
 
298
- #: bws_menu.php:781
299
  msgid "Environment"
300
  msgstr "Miljövariabler"
301
 
302
- #: bws_menu.php:792
303
  msgid "Active Plugins"
304
  msgstr "Aktiverade tillägg"
305
 
306
- #: bws_menu.php:805
307
  msgid "Inactive Plugins"
308
  msgstr "Inaktiverade tillägg"
309
 
310
- #: bws_menu.php:821
311
  msgid "Send to support"
312
  msgstr "Skicka till support"
313
 
314
- #: bws_menu.php:828
315
  msgid "Send to custom email &#187;"
316
  msgstr "Skicka till anpassad epost &#187;"
317
 
@@ -348,9 +555,6 @@ msgstr "Skicka till anpassad epost &#187;"
348
  #~ msgid "Recommended themes"
349
  #~ msgstr "Rekommenderade tillägg"
350
 
351
- #~ msgid "If you have any questions, please contact us via"
352
- #~ msgstr "Om du har några frågor, kontakta oss via"
353
-
354
  #, fuzzy
355
  #~ msgid "installed"
356
  #~ msgstr "Installera %s"
@@ -477,9 +681,6 @@ msgstr "Skicka till anpassad epost &#187;"
477
  #~ msgid "one"
478
  #~ msgstr "ett"
479
 
480
- #~ msgid "two"
481
- #~ msgstr "två"
482
-
483
  #~ msgid "three"
484
  #~ msgstr "tre"
485
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-05 13:15+0300\n"
6
+ "PO-Revision-Date: 2015-03-05 13:15+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"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: bws_functions.php:84
20
+ msgid "requires"
21
+ msgstr ""
22
+
23
+ #: bws_functions.php:85
24
+ msgid ""
25
+ "or higher, that is why it has been deactivated! Please upgrade WordPress and "
26
+ "try again."
27
+ msgstr ""
28
+
29
+ #: bws_functions.php:86
30
+ msgid "Back to the WordPress"
31
+ msgstr ""
32
+
33
+ #: bws_functions.php:87
34
+ #, fuzzy
35
+ msgid "Plugins page"
36
+ msgstr "Betaltillägg"
37
+
38
+ #: bws_functions.php:134
39
+ #, fuzzy
40
+ msgid "Learn More"
41
+ msgstr "Läs mer"
42
+
43
+ #: bws_functions.php:137
44
+ msgid "It’s time to upgrade your"
45
+ msgstr ""
46
+
47
+ #: bws_functions.php:137
48
+ #, fuzzy
49
+ msgid "to"
50
+ msgstr "två"
51
+
52
+ #: bws_functions.php:137
53
+ #, fuzzy
54
+ msgid "version!"
55
+ msgstr "PHP-version"
56
+
57
+ #: bws_functions.php:138
58
+ msgid "Extend standard plugin functionality with new great options."
59
+ msgstr ""
60
+
61
+ #: bws_functions.php:158
62
+ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
63
+ msgstr ""
64
+
65
+ #: bws_functions.php:159
66
+ #, fuzzy
67
+ msgid "Rate the plugin"
68
+ msgstr "Aktiverade tillägg"
69
+
70
+ #: bws_functions.php:162
71
+ #, fuzzy
72
+ msgid "If there is something wrong about it, please contact us"
73
+ msgstr "Om du har några frågor, kontakta oss via"
74
+
75
+ #: bws_functions.php:179 bws_functions.php:215 bws_functions.php:395
76
+ msgid "Wrong license key"
77
+ msgstr ""
78
+
79
+ #: bws_functions.php:209 bws_functions.php:389 bws_functions.php:426
80
+ msgid ""
81
+ "Something went wrong. Please try again later. If the error appears again, "
82
+ "please contact us"
83
+ msgstr ""
84
+
85
+ #: bws_functions.php:209 bws_functions.php:389 bws_functions.php:426
86
+ msgid "We are sorry for inconvenience."
87
+ msgstr ""
88
+
89
+ #: bws_functions.php:217 bws_functions.php:397
90
+ msgid "This license key is bind to another site"
91
+ msgstr ""
92
+
93
+ #: bws_functions.php:219 bws_functions.php:348
94
+ msgid ""
95
+ "Unfortunately, you have exceeded the number of available tries per day. "
96
+ "Please, upload the plugin manually."
97
+ msgstr ""
98
+
99
+ #: bws_functions.php:221
100
+ msgid ""
101
+ "Unfortunately, Your license has expired. To continue getting top-priority "
102
+ "support and plugin updates you should extend it in your"
103
+ msgstr ""
104
+
105
+ #: bws_functions.php:223
106
+ msgid ""
107
+ "Unfortunately, the PRO licence was already installed to this domain. The PRO "
108
+ "Trial license can be installed only once."
109
+ msgstr ""
110
+
111
+ #: bws_functions.php:234 bws_functions.php:256 bws_functions.php:278
112
+ msgid "Failed to download the zip archive. Please, upload the plugin manually"
113
+ msgstr ""
114
+
115
+ #: bws_functions.php:246
116
+ msgid "Failed to open the zip archive. Please, upload the plugin manually"
117
+ msgstr ""
118
+
119
+ #: bws_functions.php:252
120
+ msgid ""
121
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
122
+ "plugin manually"
123
+ msgstr ""
124
+
125
+ #: bws_functions.php:259
126
+ msgid "UploadDir is not writable. Please, upload the plugin manually"
127
+ msgstr ""
128
+
129
+ #: bws_functions.php:282
130
+ msgid ""
131
+ "Something went wrong. Try again later or upload the plugin manually. We are "
132
+ "sorry for inconvenience."
133
+ msgstr ""
134
+
135
+ #: bws_functions.php:307
136
+ msgid "Please, enter Your license key"
137
+ msgstr ""
138
+
139
+ #: bws_functions.php:324
140
+ msgid ""
141
+ "Congratulations! The PRO version of the plugin is successfully download and "
142
+ "activated."
143
+ msgstr ""
144
+
145
+ #: bws_functions.php:326
146
+ msgid "Please, go to"
147
+ msgstr ""
148
+
149
+ #: bws_functions.php:326
150
+ msgid "the setting page"
151
+ msgstr ""
152
+
153
+ #: bws_functions.php:327
154
+ msgid "You will be redirected automatically in 5 seconds."
155
+ msgstr ""
156
+
157
+ #: bws_functions.php:332
158
+ msgid "You can download and activate"
159
+ msgstr ""
160
+
161
+ #: bws_functions.php:334
162
+ msgid "version of this plugin by entering Your license key."
163
+ msgstr ""
164
+
165
+ #: bws_functions.php:336
166
+ msgid ""
167
+ "You can find your license key on your personal page Client area, by clicking "
168
+ "on the link"
169
+ msgstr ""
170
+
171
+ #: bws_functions.php:338
172
+ msgid "(your username is the email you specify when purchasing the product)."
173
+ msgstr ""
174
+
175
+ #: bws_functions.php:346 bws_functions.php:354 bws_menu.php:613
176
+ #: bws_menu.php:670
177
+ #, fuzzy
178
+ msgid "Activate"
179
+ msgstr "Aktiverade tillägg"
180
+
181
+ #: bws_functions.php:399
182
+ msgid ""
183
+ "This license key is valid, but Your license has expired. If you want to "
184
+ "update our plugin in future, you should extend the license."
185
+ msgstr ""
186
+
187
+ #: bws_functions.php:401
188
+ msgid "Unfortunately, you have exceeded the number of available tries."
189
+ msgstr ""
190
+
191
+ #: bws_functions.php:405
192
+ msgid "The license key is valid. Your license will expire on"
193
+ msgstr ""
194
+
195
+ #: bws_functions.php:407
196
+ msgid "The license key is valid."
197
+ msgstr ""
198
+
199
+ #: bws_functions.php:431
200
+ msgid "Please, enter your license key"
201
+ msgstr ""
202
+
203
+ #: bws_functions.php:444
204
+ msgid ""
205
+ "If needed you can check if the license key is correct or reenter it in the "
206
+ "field below. You can find your license key on your personal page - Client "
207
+ "area - on our website"
208
+ msgstr ""
209
+
210
+ #: bws_functions.php:444
211
+ msgid ""
212
+ "(your username is the email you specify when purchasing the product). If "
213
+ "necessary, please submit \"Lost your password?\" request."
214
+ msgstr ""
215
+
216
+ #: bws_functions.php:448
217
+ msgid "Check license key"
218
+ msgstr ""
219
+
220
+ #: bws_functions.php:462
221
+ msgid ""
222
+ "WARNING: We have noticed illegal use of our plugin by you. We strongly "
223
+ "recommend you to solve the problem within 24 hours, otherwise the plugin "
224
+ "will be deactivated. Please go to your personal"
225
+ msgstr ""
226
+
227
+ #: bws_functions.php:462
228
+ msgid ""
229
+ "(your username is the email you specify when purchasing the product), where "
230
+ "you can make the necessary changes."
231
+ msgstr ""
232
+
233
+ #: bws_functions.php:468
234
+ msgid ""
235
+ "Your license has expired. To continue getting top-priority support and "
236
+ "plugin updates you should extend it."
237
+ msgstr ""
238
+
239
+ #: bws_functions.php:468 bws_functions.php:502 bws_menu.php:589
240
+ #: bws_menu.php:611 bws_menu.php:638 bws_menu.php:668 bws_menu.php:714
241
+ #, fuzzy
242
+ msgid "Learn more"
243
+ msgstr "Läs mer"
244
+
245
+ #: bws_functions.php:502
246
+ msgid "You license for"
247
+ msgstr ""
248
+
249
+ #: bws_functions.php:502
250
+ msgid "expires on"
251
+ msgstr ""
252
+
253
+ #: bws_functions.php:502
254
+ msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
255
+ msgstr ""
256
+
257
+ #: bws_functions.php:580
258
+ msgid "Close"
259
+ msgstr ""
260
+
261
+ #: bws_menu.php:426
262
  msgid "Not set"
263
  msgstr "Inte angiven"
264
 
265
+ #: bws_menu.php:428 bws_menu.php:429
 
266
  msgid "On"
267
  msgstr "På"
268
 
269
+ #: bws_menu.php:428 bws_menu.php:429
 
270
  msgid "Off"
271
  msgstr "Av"
272
 
273
+ #: bws_menu.php:430 bws_menu.php:431 bws_menu.php:432 bws_menu.php:433
274
+ #: bws_menu.php:434 bws_menu.php:446
 
 
 
 
275
  msgid "N/A"
276
  msgstr "Finns ej"
277
 
278
+ #: bws_menu.php:434
279
  msgid " Mb"
280
  msgstr " Mb"
281
 
282
+ #: bws_menu.php:435 bws_menu.php:436 bws_menu.php:437 bws_menu.php:442
 
 
 
283
  msgid "Yes"
284
  msgstr "Ja"
285
 
286
+ #: bws_menu.php:435 bws_menu.php:436 bws_menu.php:437 bws_menu.php:444
 
 
 
287
  msgid "No"
288
  msgstr "Nej"
289
 
290
+ #: bws_menu.php:454
291
  msgid "Operating System"
292
  msgstr "Operativsystem"
293
 
294
+ #: bws_menu.php:455
295
  msgid "Server"
296
  msgstr "Server"
297
 
298
+ #: bws_menu.php:456
299
  msgid "Memory usage"
300
  msgstr "Minnesanvändning"
301
 
302
+ #: bws_menu.php:457
303
  msgid "MYSQL Version"
304
  msgstr "MySQL-version"
305
 
306
+ #: bws_menu.php:458
307
  msgid "SQL Mode"
308
  msgstr "SQL-läge"
309
 
310
+ #: bws_menu.php:459
311
  msgid "PHP Version"
312
  msgstr "PHP-version"
313
 
314
+ #: bws_menu.php:460
315
  msgid "PHP Safe Mode"
316
  msgstr "PHP säkert läge"
317
 
318
+ #: bws_menu.php:461
319
  msgid "PHP Allow URL fopen"
320
  msgstr "PHP tillåt URL fopen"
321
 
322
+ #: bws_menu.php:462
323
  msgid "PHP Memory Limit"
324
  msgstr "PHP Minnesgräns"
325
 
326
+ #: bws_menu.php:463
327
  msgid "PHP Max Upload Size"
328
  msgstr "PHP Max uppladdningstorlek"
329
 
330
+ #: bws_menu.php:464
331
  msgid "PHP Max Post Size"
332
  msgstr "PHP Max poststorlek"
333
 
334
+ #: bws_menu.php:465
335
  msgid "PHP Max Script Execute Time"
336
  msgstr "PHP Max skriptexekverinstid"
337
 
338
+ #: bws_menu.php:466
339
  msgid "PHP Exif support"
340
  msgstr "PHP Exifstöd"
341
 
342
+ #: bws_menu.php:467
343
  msgid "PHP IPTC support"
344
  msgstr "PHP ITPC-stöd"
345
 
346
+ #: bws_menu.php:468
347
  msgid "PHP XML support"
348
  msgstr "PHP XML-stöd"
349
 
350
+ #: bws_menu.php:469
351
  msgid "Site URL"
352
  msgstr "SajtURL"
353
 
354
+ #: bws_menu.php:470
355
  msgid "Home URL"
356
  msgstr "HemURL"
357
 
358
+ #: bws_menu.php:473
359
  msgid "WordPress Version"
360
  msgstr "WordPress-version"
361
 
362
+ #: bws_menu.php:474
363
  msgid "WordPress DB Version"
364
  msgstr "WordPress-DB-version"
365
 
366
+ #: bws_menu.php:475
367
  msgid "Multisite"
368
  msgstr "Multisajt"
369
 
370
+ #: bws_menu.php:476
371
  msgid "Active Theme"
372
  msgstr "Aktivt tema"
373
 
374
+ #: bws_menu.php:491
375
  msgid "Please enter a valid email address."
376
  msgstr "Var god ange en giltig epost-adress."
377
 
378
+ #: bws_menu.php:495
379
  msgid "Email with system info is sent to "
380
  msgstr "Epost med systeminfo är skickat till"
381
 
382
+ #: bws_menu.php:499
383
  msgid "Thank you for contacting us."
384
  msgstr "Tack för att du kontaktade oss."
385
 
386
+ #: bws_menu.php:532
387
  msgid "Sorry, email message could not be delivered."
388
  msgstr "Ledsen, eposten kunde inte levereras."
389
 
390
+ #: bws_menu.php:540
391
  msgid "Need help?"
392
  msgstr ""
393
 
394
+ #: bws_menu.php:541
395
  msgid "Client area"
396
  msgstr ""
397
 
398
+ #: bws_menu.php:542 bws_menu.php:853
 
399
  msgid "System status"
400
  msgstr "Systemstatus"
401
 
402
+ #: bws_menu.php:547
403
  #, fuzzy
404
  msgid "Plugins"
405
  msgstr "Betaltillägg"
406
 
407
+ #: bws_menu.php:549
408
  msgid "Themes"
409
  msgstr ""
410
 
411
+ #: bws_menu.php:554
412
  msgid "All"
413
  msgstr ""
414
 
415
+ #: bws_menu.php:555
416
  #, fuzzy
417
  msgid "Installed"
418
  msgstr "Installera %s"
419
 
420
+ #: bws_menu.php:556
421
  #, fuzzy
422
  msgid "Recommended"
423
  msgstr "Rekommenderade tillägg"
424
 
425
+ #: bws_menu.php:560
426
  msgid "Installed plugins"
427
  msgstr "Installerade tillägg"
428
 
429
+ #: bws_menu.php:592 bws_menu.php:641
 
 
 
 
 
 
 
 
 
 
430
  msgid "Settings"
431
  msgstr "Inställningar"
432
 
433
+ #: bws_menu.php:613 bws_menu.php:670
 
434
  #, fuzzy
435
  msgid "Activate this plugin"
436
  msgstr "Aktiverade tillägg"
437
 
438
+ #: bws_menu.php:628 bws_menu.php:658 bws_menu.php:704
 
 
 
 
 
 
 
 
439
  msgid "Go"
440
  msgstr ""
441
 
442
+ #: bws_menu.php:632 bws_menu.php:662 bws_menu.php:708
 
 
443
  msgid "DONATE"
444
  msgstr ""
445
 
446
+ #: bws_menu.php:678
447
  msgid "Recommended plugins"
448
  msgstr "Rekommenderade tillägg"
449
 
450
+ #: bws_menu.php:716
451
  #, fuzzy
452
  msgid "Install now"
453
  msgstr "Установить сейчас"
454
 
455
+ #: bws_menu.php:737
456
  msgid "Try again"
457
  msgstr ""
458
 
459
+ #: bws_menu.php:755
460
  #, php-format
461
  msgid "Preview &#8220;%s&#8221;"
462
  msgstr ""
463
 
464
+ #: bws_menu.php:786
465
  #, php-format
466
  msgid "Install %s"
467
  msgstr "Installera %s"
468
 
469
+ #: bws_menu.php:786
470
  msgid "Install Now"
471
  msgstr "Установить сейчас"
472
 
473
+ #: bws_menu.php:789
474
  #, php-format
475
  msgid "Update to version %s"
476
  msgstr ""
477
 
478
+ #: bws_menu.php:789
479
  msgid "Update"
480
  msgstr ""
481
 
482
+ #: bws_menu.php:796
483
  #, php-format
484
  msgid "Preview %s"
485
  msgstr ""
486
 
487
+ #: bws_menu.php:796
488
  msgid "Preview"
489
  msgstr ""
490
 
491
+ #: bws_menu.php:802 bws_menu.php:834
 
492
  #, php-format
493
  msgid "By %s"
494
  msgstr ""
495
 
496
+ #: bws_menu.php:808
497
  msgid "Details"
498
  msgstr ""
499
 
500
+ #: bws_menu.php:840
501
  #, fuzzy
502
  msgid "Already Installed"
503
  msgstr "Installera %s"
504
 
505
+ #: bws_menu.php:856
506
  msgid "Environment"
507
  msgstr "Miljövariabler"
508
 
509
+ #: bws_menu.php:867
510
  msgid "Active Plugins"
511
  msgstr "Aktiverade tillägg"
512
 
513
+ #: bws_menu.php:880
514
  msgid "Inactive Plugins"
515
  msgstr "Inaktiverade tillägg"
516
 
517
+ #: bws_menu.php:896
518
  msgid "Send to support"
519
  msgstr "Skicka till support"
520
 
521
+ #: bws_menu.php:903
522
  msgid "Send to custom email &#187;"
523
  msgstr "Skicka till anpassad epost &#187;"
524
 
555
  #~ msgid "Recommended themes"
556
  #~ msgstr "Rekommenderade tillägg"
557
 
 
 
 
558
  #, fuzzy
559
  #~ msgid "installed"
560
  #~ msgstr "Installera %s"
681
  #~ msgid "one"
682
  #~ msgstr "ett"
683
 
 
 
 
684
  #~ msgid "three"
685
  #~ msgstr "tre"
686
 
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-11-05 16:32+0300\n"
6
- "PO-Revision-Date: 2014-11-05 16:48+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"
@@ -13,297 +13,536 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 1.6.5\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_menu.php:351
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid "Not set"
21
  msgstr "Не задано"
22
 
23
- #: bws_menu.php:353
24
- #: bws_menu.php:354
25
  msgid "On"
26
  msgstr "Увімк."
27
 
28
- #: bws_menu.php:353
29
- #: bws_menu.php:354
30
  msgid "Off"
31
  msgstr "Вимк."
32
 
33
- #: bws_menu.php:355
34
- #: bws_menu.php:356
35
- #: bws_menu.php:357
36
- #: bws_menu.php:358
37
- #: bws_menu.php:359
38
- #: bws_menu.php:371
39
  msgid "N/A"
40
  msgstr "Невідомо"
41
 
42
- #: bws_menu.php:359
43
  msgid " Mb"
44
  msgstr "Мб"
45
 
46
- #: bws_menu.php:360
47
- #: bws_menu.php:361
48
- #: bws_menu.php:362
49
- #: bws_menu.php:367
50
  msgid "Yes"
51
  msgstr "Так"
52
 
53
- #: bws_menu.php:360
54
- #: bws_menu.php:361
55
- #: bws_menu.php:362
56
- #: bws_menu.php:369
57
  msgid "No"
58
  msgstr "Ні"
59
 
60
- #: bws_menu.php:379
61
  msgid "Operating System"
62
  msgstr "Операційна система"
63
 
64
- #: bws_menu.php:380
65
  msgid "Server"
66
  msgstr "Тип серверу"
67
 
68
- #: bws_menu.php:381
69
  msgid "Memory usage"
70
  msgstr "Пам’яті використано"
71
 
72
- #: bws_menu.php:382
73
  msgid "MYSQL Version"
74
  msgstr "Версія MYSQL"
75
 
76
- #: bws_menu.php:383
77
  msgid "SQL Mode"
78
  msgstr "Режим SQL"
79
 
80
- #: bws_menu.php:384
81
  msgid "PHP Version"
82
  msgstr "Версія PHP"
83
 
84
- #: bws_menu.php:385
85
  msgid "PHP Safe Mode"
86
  msgstr "PHP Безпечний режим"
87
 
88
- #: bws_menu.php:386
89
  msgid "PHP Allow URL fopen"
90
  msgstr "Дозволити PHP URL fopen"
91
 
92
- #: bws_menu.php:387
93
  msgid "PHP Memory Limit"
94
  msgstr "Ліміт пам’яті"
95
 
96
- #: bws_menu.php:388
97
  msgid "PHP Max Upload Size"
98
  msgstr "Макс. розмір файлу, що завантажується"
99
 
100
- #: bws_menu.php:389
101
  msgid "PHP Max Post Size"
102
  msgstr "Макс. розмір посту"
103
 
104
- #: bws_menu.php:390
105
  msgid "PHP Max Script Execute Time"
106
  msgstr "Макс. час виконання сценарію"
107
 
108
- #: bws_menu.php:391
109
  msgid "PHP Exif support"
110
  msgstr "Підтримка PHP Exif"
111
 
112
- #: bws_menu.php:392
113
  msgid "PHP IPTC support"
114
  msgstr "Підтримка PHP IPTC"
115
 
116
- #: bws_menu.php:393
117
  msgid "PHP XML support"
118
  msgstr "Підтримка PHP XML"
119
 
120
- #: bws_menu.php:394
121
  msgid "Site URL"
122
  msgstr "Адреса сайту"
123
 
124
- #: bws_menu.php:395
125
  msgid "Home URL"
126
  msgstr "Адреса домашньої сторінки"
127
 
128
- #: bws_menu.php:398
129
  msgid "WordPress Version"
130
  msgstr "Версія WordPress"
131
 
132
- #: bws_menu.php:399
133
  msgid "WordPress DB Version"
134
  msgstr "Версія бази даних WordPress"
135
 
136
- #: bws_menu.php:400
137
  msgid "Multisite"
138
  msgstr "Мультисайт"
139
 
140
- #: bws_menu.php:401
141
  msgid "Active Theme"
142
  msgstr "Активна тема"
143
 
144
- #: bws_menu.php:416
145
  msgid "Please enter a valid email address."
146
  msgstr "Будь ласка, введіть коректний емейл."
147
 
148
- #: bws_menu.php:420
149
  msgid "Email with system info is sent to "
150
  msgstr "Емейл з системною інформацією надіслано на"
151
 
152
- #: bws_menu.php:424
153
  msgid "Thank you for contacting us."
154
  msgstr "Дякуємо, що звернулись до нас."
155
 
156
- #: bws_menu.php:457
157
  msgid "Sorry, email message could not be delivered."
158
  msgstr "Вибачте, ваше емейл не може бути доставлено"
159
 
160
- #: bws_menu.php:465
161
  msgid "Need help?"
162
  msgstr "Потрібна допомога?"
163
 
164
- #: bws_menu.php:466
165
  msgid "Client area"
166
  msgstr "Клієнтам"
167
 
168
- #: bws_menu.php:467
169
- #: bws_menu.php:778
170
  msgid "System status"
171
  msgstr "Системна інформація"
172
 
173
- #: bws_menu.php:472
174
  msgid "Plugins"
175
  msgstr "Плагіни"
176
 
177
- #: bws_menu.php:474
178
  msgid "Themes"
179
  msgstr "Теми"
180
 
181
- #: bws_menu.php:479
182
  msgid "All"
183
  msgstr "Всі"
184
 
185
- #: bws_menu.php:480
186
  msgid "Installed"
187
  msgstr "Встановлені"
188
 
189
- #: bws_menu.php:481
190
  msgid "Recommended"
191
  msgstr "Рекомендовані "
192
 
193
- #: bws_menu.php:485
194
  msgid "Installed plugins"
195
  msgstr "Встановлені плагіни"
196
 
197
- #: bws_menu.php:514
198
- #: bws_menu.php:536
199
- #: bws_menu.php:563
200
- #: bws_menu.php:593
201
- #: bws_menu.php:639
202
- msgid "Learn more"
203
- msgstr "Дізнатись більше"
204
-
205
- #: bws_menu.php:517
206
- #: bws_menu.php:566
207
  msgid "Settings"
208
  msgstr "Налаштування"
209
 
210
- #: bws_menu.php:538
211
- #: bws_menu.php:595
212
  msgid "Activate this plugin"
213
  msgstr "Активувати плагін"
214
 
215
- #: bws_menu.php:538
216
- #: bws_menu.php:595
217
- msgid "Activate"
218
- msgstr "Активувати"
219
-
220
- #: bws_menu.php:553
221
- #: bws_menu.php:583
222
- #: bws_menu.php:629
223
  msgid "Go"
224
  msgstr "Перейти"
225
 
226
- #: bws_menu.php:557
227
- #: bws_menu.php:587
228
- #: bws_menu.php:633
229
  msgid "DONATE"
230
  msgstr "Підтримати нас"
231
 
232
- #: bws_menu.php:603
233
  msgid "Recommended plugins"
234
  msgstr "Рекомендовані плагіни"
235
 
236
- #: bws_menu.php:641
237
  msgid "Install now"
238
  msgstr "Встановити"
239
 
240
- #: bws_menu.php:662
241
  msgid "Try again"
242
  msgstr "Спробувати ще раз"
243
 
244
- #: bws_menu.php:680
245
  #, php-format
246
  msgid "Preview &#8220;%s&#8221;"
247
  msgstr "Попередній перегляд &#8220;%s&#8221;"
248
 
249
- #: bws_menu.php:711
250
  #, php-format
251
  msgid "Install %s"
252
  msgstr "Встановити %s"
253
 
254
- #: bws_menu.php:711
255
  msgid "Install Now"
256
  msgstr "Встановити"
257
 
258
- #: bws_menu.php:714
259
  #, php-format
260
  msgid "Update to version %s"
261
  msgstr "Оновити до версії %s"
262
 
263
- #: bws_menu.php:714
264
  msgid "Update"
265
  msgstr "Оновити"
266
 
267
- #: bws_menu.php:721
268
  #, php-format
269
  msgid "Preview %s"
270
  msgstr "Попередній перегляд %s"
271
 
272
- #: bws_menu.php:721
273
  msgid "Preview"
274
  msgstr "Попередній перегляд"
275
 
276
- #: bws_menu.php:727
277
- #: bws_menu.php:759
278
  #, php-format
279
  msgid "By %s"
280
  msgstr "За %s"
281
 
282
- #: bws_menu.php:733
283
  msgid "Details"
284
  msgstr "Деталі"
285
 
286
- #: bws_menu.php:765
287
  msgid "Already Installed"
288
  msgstr "Уже встановлено %s"
289
 
290
- #: bws_menu.php:781
291
  msgid "Environment"
292
  msgstr "Системне оточення"
293
 
294
- #: bws_menu.php:792
295
  msgid "Active Plugins"
296
  msgstr "Активні плагіни"
297
 
298
- #: bws_menu.php:805
299
  msgid "Inactive Plugins"
300
  msgstr "Не активні плагіни"
301
 
302
- #: bws_menu.php:821
303
  msgid "Send to support"
304
  msgstr "Відправити службі тех. підтримки"
305
 
306
- #: bws_menu.php:828
307
  msgid "Send to custom email &#187;"
308
  msgstr "Відправити на електронну адресу &#187;"
309
 
@@ -340,9 +579,6 @@ msgstr "Відправити на електронну адресу &#187;"
340
  #~ msgid "Recommended themes"
341
  #~ msgstr "Рекомендовані до установки плагіни"
342
 
343
- #~ msgid "If you have any questions, please contact us via"
344
- #~ msgstr "Якщо у вас виникли будь-які питанні, будь ласка, звертайтеся на"
345
-
346
  #, fuzzy
347
  #~ msgid "installed"
348
  #~ msgstr "Установлено %s"
@@ -468,9 +704,6 @@ msgstr "Відправити на електронну адресу &#187;"
468
  #~ msgid "one"
469
  #~ msgstr "один"
470
 
471
- #~ msgid "two"
472
- #~ msgstr "два"
473
-
474
  #~ msgid "three"
475
  #~ msgstr "три"
476
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-05 13:15+0300\n"
6
+ "PO-Revision-Date: 2015-03-05 13:16+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"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: bws_functions.php:84
20
+ msgid "requires"
21
+ msgstr "потребує"
22
+
23
+ #: bws_functions.php:85
24
+ msgid ""
25
+ "or higher, that is why it has been deactivated! Please upgrade WordPress and "
26
+ "try again."
27
+ msgstr ""
28
+ "чи вище, тому його було деактивовано! Будь ласка оновіть WordPress та "
29
+ "спробуйте ще раз."
30
+
31
+ #: bws_functions.php:86
32
+ msgid "Back to the WordPress"
33
+ msgstr "Повернутися на WordPress на"
34
+
35
+ #: bws_functions.php:87
36
+ msgid "Plugins page"
37
+ msgstr "Сторінку Плагінів"
38
+
39
+ #: bws_functions.php:134
40
+ msgid "Learn More"
41
+ msgstr "Дізнатись більше"
42
+
43
+ #: bws_functions.php:137
44
+ msgid "It’s time to upgrade your"
45
+ msgstr "Настав час модернізувати Ваш"
46
+
47
+ #: bws_functions.php:137
48
+ msgid "to"
49
+ msgstr "до"
50
+
51
+ #: bws_functions.php:137
52
+ msgid "version!"
53
+ msgstr "версії!"
54
+
55
+ #: bws_functions.php:138
56
+ msgid "Extend standard plugin functionality with new great options."
57
+ msgstr "Розширює можливості стандартного функціоналу плагіна."
58
+
59
+ #: bws_functions.php:158
60
+ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
61
+ msgstr ""
62
+ "Якщо вам сподобався плагін, будь ласка, поставте нам 5 зірочок на WordPress"
63
+
64
+ #: bws_functions.php:159
65
+ msgid "Rate the plugin"
66
+ msgstr "Оцінити плагін"
67
+
68
+ #: bws_functions.php:162
69
+ msgid "If there is something wrong about it, please contact us"
70
+ msgstr "Якщо щось не так, будь ласка, повідомте нам"
71
+
72
+ #: bws_functions.php:179 bws_functions.php:215 bws_functions.php:395
73
+ msgid "Wrong license key"
74
+ msgstr "Невірний ключ ліцензії"
75
+
76
+ #: bws_functions.php:209 bws_functions.php:389 bws_functions.php:426
77
+ msgid ""
78
+ "Something went wrong. Please try again later. If the error appears again, "
79
+ "please contact us"
80
+ msgstr ""
81
+ "Щось не так, спробуйте пізніше. Якщо помилка повториться, будь ласка, "
82
+ "повідомте нам"
83
+
84
+ #: bws_functions.php:209 bws_functions.php:389 bws_functions.php:426
85
+ msgid "We are sorry for inconvenience."
86
+ msgstr "Просимо вибачення за незручності."
87
+
88
+ #: bws_functions.php:217 bws_functions.php:397
89
+ msgid "This license key is bind to another site"
90
+ msgstr "Цей ліцензійний ключ прив'язано до іншого сайту"
91
+
92
+ #: bws_functions.php:219 bws_functions.php:348
93
+ msgid ""
94
+ "Unfortunately, you have exceeded the number of available tries per day. "
95
+ "Please, upload the plugin manually."
96
+ msgstr ""
97
+ "На жаль, ви перевищили кількість доступних спроб на день. Будь ласка, "
98
+ "завантажте плагін вручну"
99
+
100
+ #: bws_functions.php:221
101
+ msgid ""
102
+ "Unfortunately, Your license has expired. To continue getting top-priority "
103
+ "support and plugin updates you should extend it in your"
104
+ msgstr ""
105
+ "На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати "
106
+ "першочергову техпідтримку і оновлення, будь ласка, продовжте ліцензію"
107
+
108
+ #: bws_functions.php:223
109
+ msgid ""
110
+ "Unfortunately, the PRO licence was already installed to this domain. The PRO "
111
+ "Trial license can be installed only once."
112
+ msgstr ""
113
+ "На жаль, PRO ліцензія уже використовувалась на цьому домені. Тріал PRO "
114
+ "версії плагіну можна використати лише один раз"
115
+
116
+ #: bws_functions.php:234 bws_functions.php:256 bws_functions.php:278
117
+ msgid "Failed to download the zip archive. Please, upload the plugin manually"
118
+ msgstr ""
119
+ "Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну"
120
+
121
+ #: bws_functions.php:246
122
+ msgid "Failed to open the zip archive. Please, upload the plugin manually"
123
+ msgstr "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну"
124
+
125
+ #: bws_functions.php:252
126
+ msgid ""
127
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
128
+ "plugin manually"
129
+ msgstr ""
130
+ "Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін "
131
+ "вручну"
132
+
133
+ #: bws_functions.php:259
134
+ msgid "UploadDir is not writable. Please, upload the plugin manually"
135
+ msgstr ""
136
+ "Немає доступу до теки завантажень WordPress. Будь ласка, завантажте плагін "
137
+ "вручну"
138
+
139
+ #: bws_functions.php:282
140
+ msgid ""
141
+ "Something went wrong. Try again later or upload the plugin manually. We are "
142
+ "sorry for inconvenience."
143
+ msgstr ""
144
+ "Виникли певні проблеми. Спробуйте ще раз пізніше або завантажте плагін "
145
+ "вручну. Просимо вібачення за незручності."
146
+
147
+ #: bws_functions.php:307
148
+ msgid "Please, enter Your license key"
149
+ msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
150
+
151
+ #: bws_functions.php:324
152
+ msgid ""
153
+ "Congratulations! The PRO version of the plugin is successfully download and "
154
+ "activated."
155
+ msgstr "Вітаємо! PRO версію плагіну успішно завантажено та активовано."
156
+
157
+ #: bws_functions.php:326
158
+ msgid "Please, go to"
159
+ msgstr "Будь ласка, перейдіть на"
160
+
161
+ #: bws_functions.php:326
162
+ msgid "the setting page"
163
+ msgstr "сторінку установок"
164
+
165
+ #: bws_functions.php:327
166
+ msgid "You will be redirected automatically in 5 seconds."
167
+ msgstr "Вас буде перенаправлено автоматично через 5 секунд."
168
+
169
+ #: bws_functions.php:332
170
+ msgid "You can download and activate"
171
+ msgstr "Ви можете завантажити та активувати"
172
+
173
+ #: bws_functions.php:334
174
+ msgid "version of this plugin by entering Your license key."
175
+ msgstr "версію цього плагіну, якщо впишете ваш ліцензійний ключ."
176
+
177
+ #: bws_functions.php:336
178
+ msgid ""
179
+ "You can find your license key on your personal page Client area, by clicking "
180
+ "on the link"
181
+ msgstr ""
182
+ "Ви можете знайти ваш ліцензійний ключ на вашій персональній сторінці у "
183
+ "Client area, перейшовши за посиланням"
184
+
185
+ #: bws_functions.php:338
186
+ msgid "(your username is the email you specify when purchasing the product)."
187
+ msgstr "(ваше ім'я - це емейл, який ви вказували при купівлі плагіну)"
188
+
189
+ #: bws_functions.php:346 bws_functions.php:354 bws_menu.php:613
190
+ #: bws_menu.php:670
191
+ msgid "Activate"
192
+ msgstr "Активувати"
193
+
194
+ #: bws_functions.php:399
195
+ msgid ""
196
+ "This license key is valid, but Your license has expired. If you want to "
197
+ "update our plugin in future, you should extend the license."
198
+ msgstr ""
199
+ "Даний ліцензійний ключ дійсний, але строк вашої ліцензії витік. Якщо ви "
200
+ "хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
201
+
202
+ #: bws_functions.php:401
203
+ msgid "Unfortunately, you have exceeded the number of available tries."
204
+ msgstr "На жаль, ви перевищили кількість допустимих спроб."
205
+
206
+ #: bws_functions.php:405
207
+ msgid "The license key is valid. Your license will expire on"
208
+ msgstr "Ліцензійний ключ дійсний. Строк вашої ліцензії витікає"
209
+
210
+ #: bws_functions.php:407
211
+ msgid "The license key is valid."
212
+ msgstr "Ліцензійний ключ дійсний."
213
+
214
+ #: bws_functions.php:431
215
+ msgid "Please, enter your license key"
216
+ msgstr "Будь ласка, введіть ваш ліцензійний ключ"
217
+
218
+ #: bws_functions.php:444
219
+ msgid ""
220
+ "If needed you can check if the license key is correct or reenter it in the "
221
+ "field below. You can find your license key on your personal page - Client "
222
+ "area - on our website"
223
+ msgstr ""
224
+ "При необхідності ви можете перевірити правильність вашого ліцензійного ключа "
225
+ "або знову ввести його у полі, що знаходиться нижче. Ви можете знайти свій "
226
+ "ліцензійний ключ на вашій персональній сторінці - Client area - на нашому "
227
+ "сайті."
228
+
229
+ #: bws_functions.php:444
230
+ msgid ""
231
+ "(your username is the email you specify when purchasing the product). If "
232
+ "necessary, please submit \"Lost your password?\" request."
233
+ msgstr ""
234
+ "(ім'я користувача - це електронна адреса, яку ви вказуєте при купівлі "
235
+ "продукту). При необхідності, будь ласка, відправте запит на відновлення "
236
+ "вашого паролю."
237
+
238
+ #: bws_functions.php:448
239
+ msgid "Check license key"
240
+ msgstr "Перевірте ліцензійний ключ"
241
+
242
+ #: bws_functions.php:462
243
+ msgid ""
244
+ "WARNING: We have noticed illegal use of our plugin by you. We strongly "
245
+ "recommend you to solve the problem within 24 hours, otherwise the plugin "
246
+ "will be deactivated. Please go to your personal"
247
+ msgstr ""
248
+ "Застереження: Ми помітили, що ви нелегально використовуєте наш плагін. Ми "
249
+ "радимо вам вирішити цю проблему протягом доби, у противному разі плагін буде "
250
+ "деактивовано. Будь ласка, зайдіть на вашу персональну сторінку"
251
+
252
+ #: bws_functions.php:462
253
+ msgid ""
254
+ "(your username is the email you specify when purchasing the product), where "
255
+ "you can make the necessary changes."
256
+ msgstr ""
257
+ "(ім'я користувача - це електронна адреса, яку ви вказуєте при купівлі "
258
+ "продукту), де ви можете внести потрібні зміни."
259
+
260
+ #: bws_functions.php:468
261
+ msgid ""
262
+ "Your license has expired. To continue getting top-priority support and "
263
+ "plugin updates you should extend it."
264
+ msgstr ""
265
+ "Строк вашої ліцензії витік. Якщо ви хочете оновлювати наш плагін у "
266
+ "майбутньому, вам слід подовжити ліцензію."
267
+
268
+ #: bws_functions.php:468 bws_functions.php:502 bws_menu.php:589
269
+ #: bws_menu.php:611 bws_menu.php:638 bws_menu.php:668 bws_menu.php:714
270
+ msgid "Learn more"
271
+ msgstr "Дізнатись більше"
272
+
273
+ #: bws_functions.php:502
274
+ msgid "You license for"
275
+ msgstr "Ваша ліцензія для"
276
+
277
+ #: bws_functions.php:502
278
+ msgid "expires on"
279
+ msgstr "витікає"
280
+
281
+ #: bws_functions.php:502
282
+ msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
283
+ msgstr ""
284
+ "та ви більше не будете оримувати першочергову технічну підтримку та "
285
+ "оновлення."
286
+
287
+ #: bws_functions.php:580
288
+ msgid "Close"
289
+ msgstr "Закрити"
290
+
291
+ #: bws_menu.php:426
292
  msgid "Not set"
293
  msgstr "Не задано"
294
 
295
+ #: bws_menu.php:428 bws_menu.php:429
 
296
  msgid "On"
297
  msgstr "Увімк."
298
 
299
+ #: bws_menu.php:428 bws_menu.php:429
 
300
  msgid "Off"
301
  msgstr "Вимк."
302
 
303
+ #: bws_menu.php:430 bws_menu.php:431 bws_menu.php:432 bws_menu.php:433
304
+ #: bws_menu.php:434 bws_menu.php:446
 
 
 
 
305
  msgid "N/A"
306
  msgstr "Невідомо"
307
 
308
+ #: bws_menu.php:434
309
  msgid " Mb"
310
  msgstr "Мб"
311
 
312
+ #: bws_menu.php:435 bws_menu.php:436 bws_menu.php:437 bws_menu.php:442
 
 
 
313
  msgid "Yes"
314
  msgstr "Так"
315
 
316
+ #: bws_menu.php:435 bws_menu.php:436 bws_menu.php:437 bws_menu.php:444
 
 
 
317
  msgid "No"
318
  msgstr "Ні"
319
 
320
+ #: bws_menu.php:454
321
  msgid "Operating System"
322
  msgstr "Операційна система"
323
 
324
+ #: bws_menu.php:455
325
  msgid "Server"
326
  msgstr "Тип серверу"
327
 
328
+ #: bws_menu.php:456
329
  msgid "Memory usage"
330
  msgstr "Пам’яті використано"
331
 
332
+ #: bws_menu.php:457
333
  msgid "MYSQL Version"
334
  msgstr "Версія MYSQL"
335
 
336
+ #: bws_menu.php:458
337
  msgid "SQL Mode"
338
  msgstr "Режим SQL"
339
 
340
+ #: bws_menu.php:459
341
  msgid "PHP Version"
342
  msgstr "Версія PHP"
343
 
344
+ #: bws_menu.php:460
345
  msgid "PHP Safe Mode"
346
  msgstr "PHP Безпечний режим"
347
 
348
+ #: bws_menu.php:461
349
  msgid "PHP Allow URL fopen"
350
  msgstr "Дозволити PHP URL fopen"
351
 
352
+ #: bws_menu.php:462
353
  msgid "PHP Memory Limit"
354
  msgstr "Ліміт пам’яті"
355
 
356
+ #: bws_menu.php:463
357
  msgid "PHP Max Upload Size"
358
  msgstr "Макс. розмір файлу, що завантажується"
359
 
360
+ #: bws_menu.php:464
361
  msgid "PHP Max Post Size"
362
  msgstr "Макс. розмір посту"
363
 
364
+ #: bws_menu.php:465
365
  msgid "PHP Max Script Execute Time"
366
  msgstr "Макс. час виконання сценарію"
367
 
368
+ #: bws_menu.php:466
369
  msgid "PHP Exif support"
370
  msgstr "Підтримка PHP Exif"
371
 
372
+ #: bws_menu.php:467
373
  msgid "PHP IPTC support"
374
  msgstr "Підтримка PHP IPTC"
375
 
376
+ #: bws_menu.php:468
377
  msgid "PHP XML support"
378
  msgstr "Підтримка PHP XML"
379
 
380
+ #: bws_menu.php:469
381
  msgid "Site URL"
382
  msgstr "Адреса сайту"
383
 
384
+ #: bws_menu.php:470
385
  msgid "Home URL"
386
  msgstr "Адреса домашньої сторінки"
387
 
388
+ #: bws_menu.php:473
389
  msgid "WordPress Version"
390
  msgstr "Версія WordPress"
391
 
392
+ #: bws_menu.php:474
393
  msgid "WordPress DB Version"
394
  msgstr "Версія бази даних WordPress"
395
 
396
+ #: bws_menu.php:475
397
  msgid "Multisite"
398
  msgstr "Мультисайт"
399
 
400
+ #: bws_menu.php:476
401
  msgid "Active Theme"
402
  msgstr "Активна тема"
403
 
404
+ #: bws_menu.php:491
405
  msgid "Please enter a valid email address."
406
  msgstr "Будь ласка, введіть коректний емейл."
407
 
408
+ #: bws_menu.php:495
409
  msgid "Email with system info is sent to "
410
  msgstr "Емейл з системною інформацією надіслано на"
411
 
412
+ #: bws_menu.php:499
413
  msgid "Thank you for contacting us."
414
  msgstr "Дякуємо, що звернулись до нас."
415
 
416
+ #: bws_menu.php:532
417
  msgid "Sorry, email message could not be delivered."
418
  msgstr "Вибачте, ваше емейл не може бути доставлено"
419
 
420
+ #: bws_menu.php:540
421
  msgid "Need help?"
422
  msgstr "Потрібна допомога?"
423
 
424
+ #: bws_menu.php:541
425
  msgid "Client area"
426
  msgstr "Клієнтам"
427
 
428
+ #: bws_menu.php:542 bws_menu.php:853
 
429
  msgid "System status"
430
  msgstr "Системна інформація"
431
 
432
+ #: bws_menu.php:547
433
  msgid "Plugins"
434
  msgstr "Плагіни"
435
 
436
+ #: bws_menu.php:549
437
  msgid "Themes"
438
  msgstr "Теми"
439
 
440
+ #: bws_menu.php:554
441
  msgid "All"
442
  msgstr "Всі"
443
 
444
+ #: bws_menu.php:555
445
  msgid "Installed"
446
  msgstr "Встановлені"
447
 
448
+ #: bws_menu.php:556
449
  msgid "Recommended"
450
  msgstr "Рекомендовані "
451
 
452
+ #: bws_menu.php:560
453
  msgid "Installed plugins"
454
  msgstr "Встановлені плагіни"
455
 
456
+ #: bws_menu.php:592 bws_menu.php:641
 
 
 
 
 
 
 
 
 
457
  msgid "Settings"
458
  msgstr "Налаштування"
459
 
460
+ #: bws_menu.php:613 bws_menu.php:670
 
461
  msgid "Activate this plugin"
462
  msgstr "Активувати плагін"
463
 
464
+ #: bws_menu.php:628 bws_menu.php:658 bws_menu.php:704
 
 
 
 
 
 
 
465
  msgid "Go"
466
  msgstr "Перейти"
467
 
468
+ #: bws_menu.php:632 bws_menu.php:662 bws_menu.php:708
 
 
469
  msgid "DONATE"
470
  msgstr "Підтримати нас"
471
 
472
+ #: bws_menu.php:678
473
  msgid "Recommended plugins"
474
  msgstr "Рекомендовані плагіни"
475
 
476
+ #: bws_menu.php:716
477
  msgid "Install now"
478
  msgstr "Встановити"
479
 
480
+ #: bws_menu.php:737
481
  msgid "Try again"
482
  msgstr "Спробувати ще раз"
483
 
484
+ #: bws_menu.php:755
485
  #, php-format
486
  msgid "Preview &#8220;%s&#8221;"
487
  msgstr "Попередній перегляд &#8220;%s&#8221;"
488
 
489
+ #: bws_menu.php:786
490
  #, php-format
491
  msgid "Install %s"
492
  msgstr "Встановити %s"
493
 
494
+ #: bws_menu.php:786
495
  msgid "Install Now"
496
  msgstr "Встановити"
497
 
498
+ #: bws_menu.php:789
499
  #, php-format
500
  msgid "Update to version %s"
501
  msgstr "Оновити до версії %s"
502
 
503
+ #: bws_menu.php:789
504
  msgid "Update"
505
  msgstr "Оновити"
506
 
507
+ #: bws_menu.php:796
508
  #, php-format
509
  msgid "Preview %s"
510
  msgstr "Попередній перегляд %s"
511
 
512
+ #: bws_menu.php:796
513
  msgid "Preview"
514
  msgstr "Попередній перегляд"
515
 
516
+ #: bws_menu.php:802 bws_menu.php:834
 
517
  #, php-format
518
  msgid "By %s"
519
  msgstr "За %s"
520
 
521
+ #: bws_menu.php:808
522
  msgid "Details"
523
  msgstr "Деталі"
524
 
525
+ #: bws_menu.php:840
526
  msgid "Already Installed"
527
  msgstr "Уже встановлено %s"
528
 
529
+ #: bws_menu.php:856
530
  msgid "Environment"
531
  msgstr "Системне оточення"
532
 
533
+ #: bws_menu.php:867
534
  msgid "Active Plugins"
535
  msgstr "Активні плагіни"
536
 
537
+ #: bws_menu.php:880
538
  msgid "Inactive Plugins"
539
  msgstr "Не активні плагіни"
540
 
541
+ #: bws_menu.php:896
542
  msgid "Send to support"
543
  msgstr "Відправити службі тех. підтримки"
544
 
545
+ #: bws_menu.php:903
546
  msgid "Send to custom email &#187;"
547
  msgstr "Відправити на електронну адресу &#187;"
548
 
579
  #~ msgid "Recommended themes"
580
  #~ msgstr "Рекомендовані до установки плагіни"
581
 
 
 
 
582
  #, fuzzy
583
  #~ msgid "installed"
584
  #~ msgstr "Установлено %s"
704
  #~ msgid "one"
705
  #~ msgstr "один"
706
 
 
 
 
707
  #~ msgid "three"
708
  #~ msgstr "три"
709
 
contact_form.php CHANGED
@@ -4,93 +4,56 @@ Plugin Name: Contact Form
4
  Plugin URI: http://bestwebsoft.com/products/
5
  Description: Plugin for Contact Form.
6
  Author: BestWebSoft
7
- Version: 3.86
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
11
 
12
  /* @ Copyright 2015 BestWebSoft ( http://support.bestwebsoft.com )
13
 
14
- This program is free software; you can redistribute it and/or modify
15
- it under the terms of the GNU General Public License, version 2, as
16
- published by the Free Software Foundation.
17
 
18
- This program is distributed in the hope that it will be useful,
19
- but WITHOUT ANY WARRANTY; without even the implied warranty of
20
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21
- GNU General Public License for more details.
22
 
23
- You should have received a copy of the GNU General Public License
24
- along with this program; if not, write to the Free Software
25
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
26
  */
27
 
28
- /* Add option page in admin menu */
 
 
 
29
  if ( ! function_exists( 'cntctfrm_admin_menu' ) ) {
30
  function cntctfrm_admin_menu() {
31
- global $bstwbsftwppdtplgns_options, $bstwbsftwppdtplgns_added_menu;
32
- $bws_menu_info = get_plugin_data( plugin_dir_path( __FILE__ ) . "bws_menu/bws_menu.php" );
33
- $bws_menu_version = $bws_menu_info["Version"];
34
- $base = plugin_basename(__FILE__);
35
-
36
- if ( ! isset( $bstwbsftwppdtplgns_options ) ) {
37
- if ( is_multisite() ) {
38
- if ( ! get_site_option( 'bstwbsftwppdtplgns_options' ) )
39
- add_site_option( 'bstwbsftwppdtplgns_options', array() );
40
- $bstwbsftwppdtplgns_options = get_site_option( 'bstwbsftwppdtplgns_options' );
41
- } else {
42
- if ( ! get_option( 'bstwbsftwppdtplgns_options' ) )
43
- add_option( 'bstwbsftwppdtplgns_options', array() );
44
- $bstwbsftwppdtplgns_options = get_option( 'bstwbsftwppdtplgns_options' );
45
- }
46
- }
47
-
48
- if ( isset( $bstwbsftwppdtplgns_options['bws_menu_version'] ) ) {
49
- $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] = $bws_menu_version;
50
- unset( $bstwbsftwppdtplgns_options['bws_menu_version'] );
51
- if ( is_multisite() )
52
- update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
53
- else
54
- update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
55
- require_once( dirname( __FILE__ ) . '/bws_menu/bws_menu.php' );
56
- } else if ( ! isset( $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] ) || $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] < $bws_menu_version ) {
57
- $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] = $bws_menu_version;
58
- if ( is_multisite() )
59
- update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
60
- else
61
- update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
62
- require_once( dirname( __FILE__ ) . '/bws_menu/bws_menu.php' );
63
- } else if ( ! isset( $bstwbsftwppdtplgns_added_menu ) ) {
64
- $plugin_with_newer_menu = $base;
65
- foreach ( $bstwbsftwppdtplgns_options['bws_menu']['version'] as $key => $value ) {
66
- if ( $bws_menu_version < $value && is_plugin_active( $base ) ) {
67
- $plugin_with_newer_menu = $key;
68
- }
69
- }
70
- $plugin_with_newer_menu = explode( '/', $plugin_with_newer_menu );
71
- $wp_content_dir = defined( 'WP_CONTENT_DIR' ) ? basename( WP_CONTENT_DIR ) : 'wp-content';
72
- if ( file_exists( ABSPATH . $wp_content_dir . '/plugins/' . $plugin_with_newer_menu[0] . '/bws_menu/bws_menu.php' ) )
73
- require_once( ABSPATH . $wp_content_dir . '/plugins/' . $plugin_with_newer_menu[0] . '/bws_menu/bws_menu.php' );
74
- else
75
- require_once( dirname( __FILE__ ) . '/bws_menu/bws_menu.php' );
76
- $bstwbsftwppdtplgns_added_menu = true;
77
- }
78
-
79
- add_menu_page( 'BWS Plugins', 'BWS Plugins', 'manage_options', 'bws_plugins', 'bws_add_menu_render', plugins_url( "images/px.png", __FILE__ ), 1001 );
80
- add_submenu_page('bws_plugins', __( 'Contact Form Settings', 'contact_form' ), __( 'Contact Form', 'contact_form' ), 'manage_options', "contact_form.php", 'cntctfrm_settings_page' );
81
  }
82
  }
83
 
84
  if ( ! function_exists ( 'cntctfrm_init' ) ) {
85
  function cntctfrm_init() {
 
86
  /* Internationalization, first(!) */
87
  if ( ! session_id() )
88
  @session_start();
89
 
90
  load_plugin_textdomain( 'contact_form', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
91
 
 
 
 
 
 
 
 
92
  /* Function check if plugin is compatible with current WP version */
93
- cntctfrm_version_check();
94
 
95
  if ( ! is_admin() )
96
  cntctfrm_check_and_send();
@@ -101,8 +64,6 @@ if ( ! function_exists ( 'cntctfrm_admin_init' ) ) {
101
  function cntctfrm_admin_init() {
102
  global $bws_plugin_info, $cntctfrm_plugin_info;
103
  /* Add variable for bws_menu */
104
- if ( ! $cntctfrm_plugin_info )
105
- $cntctfrm_plugin_info = get_plugin_data( __FILE__ );
106
 
107
  if ( ! isset( $bws_plugin_info ) || empty( $bws_plugin_info ) )
108
  $bws_plugin_info = array( 'id' => '77', 'version' => $cntctfrm_plugin_info["Version"] );
@@ -187,7 +148,7 @@ if ( ! function_exists( 'cntctfrm_settings' ) ) {
187
  'cntctfrm_delete_attached_file' => '0',
188
  'cntctfrm_html_email' => 1,
189
  'cntctfrm_site_name_parameter' => 'SERVER_NAME',
190
- 'cntctfrm_change_label_in_email' => 0
191
  );
192
 
193
  /* Check contact-form-multi plugin */
@@ -285,7 +246,11 @@ if ( ! function_exists( 'cntctfrm_settings' ) ) {
285
  if ( ! isset( $cntctfrm_options['plugin_db_version'] ) || $cntctfrm_options['plugin_db_version'] != $cntctfrm_db_version ) {
286
  cntctfrm_db_create();
287
  $cntctfrm_options['plugin_db_version'] = $cntctfrm_db_version;
288
- update_option( 'cntctfrm_options', $cntctfrm_options );
 
 
 
 
289
  }
290
  }
291
  }
@@ -346,30 +311,12 @@ if ( ! function_exists ( 'cntctfrm_activation' ) ) {
346
  }
347
  }
348
 
349
- /* Function check if plugin is compatible with current WP version */
350
- if ( ! function_exists ( 'cntctfrm_version_check' ) ) {
351
- function cntctfrm_version_check() {
352
- global $wp_version, $cntctfrm_plugin_info;
353
- $require_wp = "3.1"; /* Wordpress at least requires version */
354
- $plugin = plugin_basename( __FILE__ );
355
- if ( version_compare( $wp_version, $require_wp, "<" ) ) {
356
- include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
357
- if ( is_plugin_active( $plugin ) ) {
358
- deactivate_plugins( $plugin );
359
- $admin_url = ( function_exists( 'get_admin_url' ) ) ? get_admin_url( null, 'plugins.php' ) : esc_url( '/wp-admin/plugins.php' );
360
- if ( ! $cntctfrm_plugin_info )
361
- $cntctfrm_plugin_info = get_plugin_data( __FILE__, false );
362
- wp_die( "<strong>" . $cntctfrm_plugin_info['Name'] . " </strong> " . __( 'requires', 'contact_form' ) . " <strong>WordPress " . $require_wp . "</strong> " . __( 'or higher, that is why it has been deactivated! Please upgrade WordPress and try again.', 'contact_form') . "<br /><br />" . __( 'Back to the WordPress', 'contact_form') . " <a href='" . $admin_url . "'>" . __( 'Plugins page', 'contact_form') . "</a>." );
363
- }
364
- }
365
- }
366
- }
367
-
368
  /* Add settings page in admin area */
369
  if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
370
  function cntctfrm_settings_page() {
371
  global $cntctfrm_options, $wpdb, $cntctfrm_option_defaults, $wp_version, $cntctfrm_plugin_info;
372
  $error = $message = $notice = '';
 
373
 
374
  if ( ! function_exists( 'get_plugins' ) || ! function_exists( 'is_plugin_active_for_network' ) )
375
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
@@ -400,7 +347,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
400
  $userslogin = get_users( 'blog_id=' . $GLOBALS['blog_id'] . '&role=administrator' );
401
 
402
  /* Save data for settings page */
403
- if ( isset( $_POST['cntctfrm_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'cntctfrm_nonce_name' ) ) {
404
 
405
  $cntctfrm_options_submit['cntctfrm_user_email'] = $_POST['cntctfrm_user_email'];
406
  $cntctfrm_options_submit['cntctfrm_custom_email'] = trim( stripslashes( esc_html( $_POST['cntctfrm_custom_email'] ) ), " ," );
@@ -675,135 +622,9 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
675
 
676
  /* GO PRO */
677
  if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) {
678
- global $bstwbsftwppdtplgns_options;
679
-
680
- $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? trim( esc_html( $_POST['bws_license_key'] ) ) : "";
681
-
682
- if ( isset( $_POST['bws_license_submit'] ) && check_admin_referer( plugin_basename( __FILE__ ), 'bws_license_nonce_name' ) ) {
683
- if ( '' != $bws_license_key ) {
684
- if ( strlen( $bws_license_key ) != 18 ) {
685
- $error = __( "Wrong license key", 'contact_form' );
686
- } else {
687
- $bws_license_plugin = stripslashes( esc_html( $_POST['bws_license_plugin'] ) );
688
- if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) && $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] < ( time() + (24 * 60 * 60) ) ) {
689
- $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] + 1;
690
- } else {
691
- $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = 1;
692
- $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] = time();
693
- }
694
-
695
- /* download Pro */
696
- if ( ! array_key_exists( $bws_license_plugin, $all_plugins ) ) {
697
- $current = get_site_transient( 'update_plugins' );
698
- if ( is_array( $all_plugins ) && !empty( $all_plugins ) && isset( $current ) && is_array( $current->response ) ) {
699
- $to_send = array();
700
- $to_send["plugins"][ $bws_license_plugin ] = array();
701
- $to_send["plugins"][ $bws_license_plugin ]["bws_license_key"] = $bws_license_key;
702
- $to_send["plugins"][ $bws_license_plugin ]["bws_illegal_client"] = true;
703
- $options = array(
704
- 'timeout' => ( ( defined('DOING_CRON') && DOING_CRON ) ? 30 : 3 ),
705
- 'body' => array( 'plugins' => serialize( $to_send ) ),
706
- 'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo( 'url' ) );
707
- $raw_response = wp_remote_post( 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/update-check/1.0/', $options );
708
-
709
- if ( is_wp_error( $raw_response ) || 200 != wp_remote_retrieve_response_code( $raw_response ) ) {
710
- $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' );
711
- } else {
712
- $response = maybe_unserialize( wp_remote_retrieve_body( $raw_response ) );
713
-
714
- if ( is_array( $response ) && !empty( $response ) ) {
715
- foreach ( $response as $key => $value ) {
716
- if ( "wrong_license_key" == $value->package ) {
717
- $error = __( "Wrong license key", 'contact_form' );
718
- } elseif ( "wrong_domain" == $value->package ) {
719
- $error = __( "This license key is bind to another site", 'contact_form' );
720
- } elseif ( "you_are_banned" == $value->package ) {
721
- $error = __( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'contact_form' );
722
- }
723
- }
724
- if ( '' == $error ) {
725
- $bstwbsftwppdtplgns_options[ $bws_license_plugin ] = $bws_license_key;
726
-
727
- $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';
728
- $uploadDir = wp_upload_dir();
729
- $zip_name = explode( '/', $bws_license_plugin );
730
- $received_content = file_get_contents( $url );
731
- if ( ! $received_content ) {
732
- $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'contact_form' );
733
- } else {
734
- if ( is_writable( $uploadDir["path"] ) ) {
735
- $file_put_contents = $uploadDir["path"] . "/" . $zip_name[0] . ".zip";
736
- if ( file_put_contents( $file_put_contents, $received_content ) ) {
737
- @chmod( $file_put_contents, octdec( 755 ) );
738
- if ( class_exists( 'ZipArchive' ) ) {
739
- $zip = new ZipArchive();
740
- if ( $zip->open( $file_put_contents ) === TRUE ) {
741
- $zip->extractTo( WP_PLUGIN_DIR );
742
- $zip->close();
743
- } else {
744
- $error = __( "Failed to open the zip archive. Please, upload the plugin manually", 'contact_form' );
745
- }
746
- } elseif ( class_exists( 'Phar' ) ) {
747
- $phar = new PharData( $file_put_contents );
748
- $phar->extractTo( WP_PLUGIN_DIR );
749
- } else {
750
- $error = __( "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually", 'contact_form' );
751
- }
752
- @unlink( $file_put_contents );
753
- } else {
754
- $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'contact_form' );
755
- }
756
- } else {
757
- $error = __( "UploadDir is not writable. Please, upload the plugin manually", 'contact_form' );
758
- }
759
- }
760
-
761
- /* activate Pro */
762
- if ( file_exists( WP_PLUGIN_DIR . '/' . $zip_name[0] ) ) {
763
- if ( is_multisite() && is_plugin_active_for_network( plugin_basename( __FILE__ ) ) ) {
764
- /* if multisite and free plugin is network activated */
765
- $active_plugins = get_site_option( 'active_sitewide_plugins' );
766
- $active_plugins[ $bws_license_plugin ] = time();
767
- update_site_option( 'active_sitewide_plugins', $active_plugins );
768
- } else {
769
- /* activate on a single blog */
770
- $active_plugins = get_option( 'active_plugins' );
771
- array_push( $active_plugins, $bws_license_plugin );
772
- update_option( 'active_plugins', $active_plugins );
773
- }
774
- $pro_plugin_is_activated = true;
775
- } elseif ( '' == $error ) {
776
- $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'contact_form' );
777
- }
778
- }
779
- } else {
780
- $error = __( "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience.", 'contact_form' );
781
- }
782
- }
783
- }
784
- } else {
785
- /* activate Pro */
786
- if ( ! is_plugin_active( $bws_license_plugin ) ) {
787
- if ( is_multisite() && is_plugin_active_for_network( plugin_basename( __FILE__ ) ) ) {
788
- /* if multisite and free plugin is network activated */
789
- $network_wide = true;
790
- } else {
791
- /* activate on a single blog */
792
- $network_wide = false;
793
- }
794
- activate_plugin( $bws_license_plugin, NULL, $network_wide );
795
- $pro_plugin_is_activated = true;
796
- }
797
- }
798
- if ( is_multisite() )
799
- update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
800
- else
801
- update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
802
- }
803
- } else {
804
- $error = __( "Please, enter Your license key", 'contact_form' );
805
- }
806
- }
807
  } ?>
808
  <div class="wrap">
809
  <div class="icon32 icon32-bws" id="icon-options-general"></div>
@@ -1343,19 +1164,10 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1343
  <p class="submit">
1344
  <input type="submit" class="button-primary" value="<?php _e( 'Save Changes', 'contact_form' ); ?>" />
1345
  </p>
1346
- <?php wp_nonce_field( plugin_basename(__FILE__), 'cntctfrm_nonce_name' ); ?>
1347
  </form>
1348
- <div class="bws-plugin-reviews">
1349
- <div class="bws-plugin-reviews-rate">
1350
- <?php _e( 'If you enjoy our plugin, please give it 5 stars on WordPress', 'contact_form' ); ?>:
1351
- <a href="http://wordpress.org/support/view/plugin-reviews/contact-form-plugin" target="_blank" title="Contact Form reviews"><?php _e( 'Rate the plugin', 'contact_form' ); ?></a>
1352
- </div>
1353
- <div class="bws-plugin-reviews-support">
1354
- <?php _e( 'If there is something wrong about it, please contact us', 'contact_form' ); ?>:
1355
- <a href="http://support.bestwebsoft.com">http://support.bestwebsoft.com</a>
1356
- </div>
1357
- </div>
1358
- <?php } elseif ( 'appearance' == $_GET['action'] ) { ?>
1359
  <div id="cntctfrmpr_left_table">
1360
  <div class="bws_pro_version_bloc">
1361
  <div class="bws_pro_version_table_bloc">
@@ -1633,52 +1445,9 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1633
  </div>
1634
  </div>
1635
  <div class="clear"></div>
1636
- <?php } elseif ( 'go_pro' == $_GET['action'] ) { ?>
1637
- <?php if ( isset( $pro_plugin_is_activated ) && true === $pro_plugin_is_activated ) { ?>
1638
- <script type="text/javascript">
1639
- window.setTimeout( function() {
1640
- window.location.href = 'admin.php?page=contact_form_pro.php';
1641
- }, 5000 );
1642
- </script>
1643
- <p><?php _e( "Congratulations! The PRO version of the plugin is successfully download and activated.", 'contact_form' ); ?></p>
1644
- <p>
1645
- <?php _e( "Please, go to", 'contact_form' ); ?> <a href="admin.php?page=contact_form_pro.php"><?php _e( 'the setting page', 'contact_form' ); ?></a>
1646
- (<?php _e( "You will be redirected automatically in 5 seconds.", 'contact_form' ); ?>)
1647
- </p>
1648
- <?php } else { ?>
1649
- <form method="post" action="admin.php?page=contact_form.php&amp;action=go_pro">
1650
- <p>
1651
- <?php _e( 'You can download and activate', 'contact_form' ); ?>
1652
- <a href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">PRO</a>
1653
- <?php _e( 'version of this plugin by entering Your license key.', 'contact_form' ); ?><br />
1654
- <span style="color: #888888;font-size: 10px;">
1655
- <?php _e( 'You can find your license key on your personal page Client area, by clicking on the link', 'contact_form' ); ?>
1656
- <a href="http://bestwebsoft.com/wp-login.php">http://bestwebsoft.com/wp-login.php</a>
1657
- <?php _e( '(your username is the email you specify when purchasing the product).', 'contact_form' ); ?>
1658
- </span>
1659
- </p>
1660
- <?php if ( isset( $bstwbsftwppdtplgns_options['go_pro']['contact-form-pro/contact_form_pro.php']['count'] ) &&
1661
- '5' < $bstwbsftwppdtplgns_options['go_pro']['contact-form-pro/contact_form_pro.php']['count'] &&
1662
- $bstwbsftwppdtplgns_options['go_pro']['contact-form-pro/contact_form_pro.php']['time'] < ( time() + ( 24 * 60 * 60 ) ) ) { ?>
1663
- <p>
1664
- <input disabled="disabled" type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
1665
- <input disabled="disabled" type="submit" class="button-primary" value="<?php _e( 'Activate', 'contact_form' ); ?>" />
1666
- </p>
1667
- <p>
1668
- <?php _e( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'contact_form' ); ?>
1669
- </p>
1670
- <?php } else { ?>
1671
- <p>
1672
- <input type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
1673
- <input type="hidden" name="bws_license_plugin" value="contact-form-pro/contact_form_pro.php" />
1674
- <input type="hidden" name="bws_license_submit" value="submit" />
1675
- <input type="submit" class="button-primary" value="<?php _e( 'Activate', 'contact_form' ); ?>" />
1676
- <?php wp_nonce_field( plugin_basename(__FILE__), 'bws_license_nonce_name' ); ?>
1677
- </p>
1678
- <?php } ?>
1679
- </form>
1680
- <?php }
1681
- } ?>
1682
  </div>
1683
  <?php }
1684
  }
@@ -1687,33 +1456,36 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1687
  if ( ! function_exists( 'cntctfrm_display_form' ) ) {
1688
  function cntctfrm_display_form( $atts = array( 'lang' => 'en' ) ) {
1689
  global $error_message, $cntctfrm_options, $cntctfrm_result, $cntctfrmmlt_ide, $cntctfrmmlt_active_plugin, $cntctfrm_form_count;
1690
-
1691
 
1692
  $cntctfrm_form_count = empty( $cntctfrm_form_count ) ? 1 : ++$cntctfrm_form_count;
1693
  $cntctfrm_form_countid = ( $cntctfrm_form_count == 1 ? '' : '_' . $cntctfrm_form_count );
1694
 
1695
- extract( shortcode_atts( array( 'lang' => 'en' ), $atts ) );
1696
  $content = "";
1697
 
1698
  /* Get options for the form with a definite identifier */
1699
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
1700
  if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) || is_plugin_active( 'contact-form-multi-pro/contact-form-multi-pro.php' ) ) {
1701
 
1702
- extract( shortcode_atts( array( 'id' => $cntctfrmmlt_ide ), $atts ) );
1703
-
1704
  if ( isset( $atts['id'] ) )
1705
  $cntctfrm_options = get_option( 'cntctfrmmlt_options_' . $atts['id'] );
1706
  else
1707
  $cntctfrm_options = get_option( 'cntctfrmmlt_options' );
1708
-
1709
  } else {
1710
  $cntctfrm_options = get_option( 'cntctfrm_options' );
 
 
 
 
 
 
 
1711
  }
1712
 
1713
  if ( '80' != $_SERVER["SERVER_PORT"] || ( isset( $_SERVER["HTTPS"] ) && '443' != $_SERVER["SERVER_PORT"] && strtolower( $_SERVER["HTTPS"] ) == "on" ) )
1714
- $page_url = ( isset( $_SERVER["HTTPS"] ) && strtolower( $_SERVER["HTTPS"] ) == "on" ? "https://" : "http://" ) . $_SERVER[ $cntctfrm_options['cntctfrm_site_name_parameter'] ] . ':' . $_SERVER["SERVER_PORT"] . strip_tags( $_SERVER["REQUEST_URI"] ) . '#cntctfrm_contact_form';
1715
  else
1716
- $page_url = ( isset( $_SERVER["HTTPS"] ) && strtolower( $_SERVER["HTTPS"] ) == "on" ? "https://" : "http://" ) . $_SERVER[ $cntctfrm_options['cntctfrm_site_name_parameter'] ] . strip_tags( $_SERVER["REQUEST_URI"] ) . '#cntctfrm_contact_form';
1717
 
1718
  /* If contact form submited */
1719
 
@@ -1735,6 +1507,7 @@ if ( ! function_exists( 'cntctfrm_display_form' ) ) {
1735
 
1736
  $send_copy = ( isset( $_POST['cntctfrm_contact_send_copy'] ) && $cntctfrm_form_count == $cntctfrm_form_submited ) ? $_POST['cntctfrm_contact_send_copy'] : "";
1737
  /* If it is good */
 
1738
  if ( true === $cntctfrm_result && $cntctfrm_form_count == $cntctfrm_form_submited ) {
1739
  $_SESSION['cntctfrm_send_mail'] = true;
1740
 
@@ -1920,6 +1693,15 @@ if ( ! function_exists( 'cntctfrm_check_form' ) ) {
1920
  $message = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $message ) ) );
1921
  $phone = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $phone ) ) );
1922
 
 
 
 
 
 
 
 
 
 
1923
  if ( 1 == $cntctfrm_options['cntctfrm_required_name_field'] && 1 == $cntctfrm_options['cntctfrm_display_name_field'] )
1924
  $error_message['error_name'] = $cntctfrm_options['cntctfrm_name_error'][ $language ];
1925
  if ( 1 == $cntctfrm_options['cntctfrm_required_address_field'] && 1 == $cntctfrm_options['cntctfrm_display_address_field'] )
@@ -2036,7 +1818,7 @@ if ( ! function_exists( 'cntctfrm_check_form' ) ) {
2036
  $upload_max_size *= 1024;
2037
  case 'K':
2038
  $upload_max_size *= 1024;
2039
- break;
2040
  }
2041
  if ( isset( $upload_max_size ) && isset( $_FILES["cntctfrm_contact_attachment"]["size"] ) &&
2042
  $_FILES["cntctfrm_contact_attachment"]["size"] <= $upload_max_size ) {
@@ -2224,8 +2006,7 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
2224
  /* 'from' email */
2225
  $from_email = ( 'custom' == $cntctfrm_options['cntctfrm_from_email'] ) ? stripslashes( $cntctfrm_options['cntctfrm_custom_from_email'] ) : stripslashes( $email );
2226
 
2227
- if ( ( is_plugin_active( 'email-queue/email-queue.php' ) && function_exists( 'mlq_if_mail_plugin_is_in_queue' ) && mlq_if_mail_plugin_is_in_queue( plugin_basename( __FILE__ ) ) ) ||
2228
- ( is_plugin_active( 'email-queue-pro/email-queue-pro.php' ) && function_exists( 'mlqpr_if_mail_plugin_is_in_queue' ) && mlqpr_if_mail_plugin_is_in_queue( plugin_basename( __FILE__ ) ) ) ) {
2229
  /* if email-queue plugin is active and this plugin's "in_queue" status is 'ON' */
2230
  /* attachment path */
2231
  $attachment_file = ( 1 == $cntctfrm_options['cntctfrm_attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) ? $path_of_uploaded_file : '';
@@ -2413,18 +2194,53 @@ if ( ! function_exists ( 'cntctfrm_admin_head' ) ) {
2413
  global $wp_version;
2414
 
2415
  wp_enqueue_style( 'cntctfrm_stylesheet', plugins_url( 'css/style.css', __FILE__ ) );
 
2416
  if ( isset( $_GET['action'] ) && 'appearance' == $_GET['action'] ) {
2417
  wp_enqueue_style( 'cntctfrm_form_style', plugins_url( 'css/form_style.css', __FILE__ ) );
2418
  }
2419
-
2420
- if ( 3.5 > $wp_version )
 
 
 
 
 
2421
  wp_enqueue_script( 'cntctfrm_script', plugins_url( 'js/script_wp_before_3.5.js', __FILE__ ) );
2422
- else
 
2423
  wp_enqueue_script( 'cntctfrm_script', plugins_url( 'js/script.js', __FILE__ ) );
 
2424
 
2425
- wp_localize_script( 'cntctfrm_script', 'cntctfrm_ajax', array(
2426
- 'cntctfrm_nonce' => wp_create_nonce( plugin_basename( __FILE__ ), 'cntctfrm_ajax_nonce_field' ),
2427
- 'cntctfrm_confirm_text' => __( 'Are you sure that you want to delete this language data?', 'contact_form' ) ) );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2428
  }
2429
  }
2430
  }
@@ -2557,39 +2373,20 @@ if ( ! function_exists ( 'cntctfrm_plugin_banner' ) ) {
2557
  function cntctfrm_plugin_banner() {
2558
  global $hook_suffix;
2559
  if ( 'plugins.php' == $hook_suffix ) {
2560
- global $cntctfrm_plugin_info;
2561
- $banner_array = array(
2562
- array( 'gglnltcs_hide_banner_on_plugin_page', 'bws-google-analytics/bws-google-analytics.php', '1.6.2' ),
2563
- array( 'htccss_hide_banner_on_plugin_page', 'htaccess/htaccess.php', '1.6.3' ),
2564
- array( 'sbscrbr_hide_banner_on_plugin_page', 'subscriber/subscriber.php', '1.1.8' ),
2565
- array( 'lmtttmpts_hide_banner_on_plugin_page', 'limit-attempts/limit-attempts.php', '1.0.2' ),
2566
- array( 'sndr_hide_banner_on_plugin_page', 'sender/sender.php', '0.5' ),
2567
- array( 'srrl_hide_banner_on_plugin_page', 'user-role/user-role.php', '1.4' ),
2568
- array( 'pdtr_hide_banner_on_plugin_page', 'updater/updater.php', '1.12' ),
2569
- array( 'cntctfrmtdb_hide_banner_on_plugin_page', 'contact-form-to-db/contact_form_to_db.php', '1.2' ),
2570
- array( 'cntctfrmmlt_hide_banner_on_plugin_page', 'contact-form-multi/contact-form-multi.php', '1.0.7' ),
2571
- array( 'gglmps_hide_banner_on_plugin_page', 'bws-google-maps/bws-google-maps.php', '1.2' ),
2572
- array( 'fcbkbttn_hide_banner_on_plugin_page', 'facebook-button-plugin/facebook-button-plugin.php', '2.29' ),
2573
- array( 'twttr_hide_banner_on_plugin_page', 'twitter-plugin/twitter.php', '2.34' ),
2574
- array( 'pdfprnt_hide_banner_on_plugin_page', 'pdf-print/pdf-print.php', '1.7.1' ),
2575
- array( 'gglplsn_hide_banner_on_plugin_page', 'google-one/google-plus-one.php', '1.1.4' ),
2576
- array( 'gglstmp_hide_banner_on_plugin_page', 'google-sitemap-plugin/google-sitemap-plugin.php', '2.8.4' ),
2577
- array( 'cntctfrmpr_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-pro/contact_form_pro.php', '1.14' ),
2578
- array( 'cntctfrm_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.62' ),
2579
- array( 'cntctfrm_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.47' ),
2580
- array( 'cptch_hide_banner_on_plugin_page', 'captcha/captcha.php', '3.8.4' ),
2581
- array( 'gllr_hide_banner_on_plugin_page', 'gallery-plugin/gallery-plugin.php', '3.9.1' )
2582
- );
2583
- if ( ! $cntctfrm_plugin_info )
2584
- $cntctfrm_plugin_info = get_plugin_data( __FILE__ );
2585
 
2586
  $all_plugins = get_plugins();
2587
- $this_banner = 'cntctfrm_hide_banner_on_plugin_page';
2588
- $this_banner_1 = 'cntctfrm_for_ctfrmtdb_hide_banner_on_plugin_page';
2589
-
2590
- foreach ( $banner_array as $key => $value ) {
2591
- if ( $this_banner == $value[0] || $this_banner_1 == $value[0] ) {
2592
- global $wp_version, $bstwbsftwppdtplgns_cookie_add;
2593
  if ( ! isset( $bstwbsftwppdtplgns_cookie_add ) ) {
2594
  echo '<script type="text/javascript" src="' . plugins_url( 'js/c_o_o_k_i_e.js', __FILE__ ) . '"></script>';
2595
  $bstwbsftwppdtplgns_cookie_add = true;
@@ -2597,50 +2394,25 @@ if ( ! function_exists ( 'cntctfrm_plugin_banner' ) ) {
2597
  <script type="text/javascript">
2598
  (function($) {
2599
  $(document).ready( function() {
2600
- var hide_message = $.cookie( "cntctfrm_hide_banner_on_plugin_page" );
2601
- var hide_message_for_ctfrmtdb = $.cookie( "cntctfrm_for_ctfrmtdb_hide_banner_on_plugin_page" );
2602
  if ( hide_message == "true" ) {
2603
- $( ".cntctfrm_message" ).css( "display", "none" );
2604
- if ( hide_message_for_ctfrmtdb == "true" ) {
2605
- $( ".cntctfrm_message_for_ctfrmtdb" ).css( "display", "none" );
2606
- } else {
2607
- $( ".cntctfrm_message_for_ctfrmtdb" ).css( "display", "block" );
2608
- }
2609
  } else {
2610
- $( ".cntctfrm_message" ).css( "display", "block" );
2611
- }
2612
- $( ".cntctfrm_close_icon" ).click( function() {
2613
- $( ".cntctfrm_message" ).css( "display", "none" );
2614
- $.cookie( "cntctfrm_hide_banner_on_plugin_page", "true", { expires: 32 } );
2615
- });
2616
- $( ".cntctfrm_for_ctfrmtdb_close_icon" ).click( function() {
2617
- $( ".cntctfrm_message_for_ctfrmtdb" ).css( "display", "none" );
2618
- $.cookie( "cntctfrm_for_ctfrmtdb_hide_banner_on_plugin_page", "true", { expires: 32 } );
2619
  });
2620
  });
2621
  })(jQuery);
2622
  </script>
2623
- <div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
2624
- <div class="cntctfrm_message bws_banner_on_plugin_page" style="display: none;">
2625
- <img class="cntctfrm_close_icon close_icon" title="" src="<?php echo plugins_url( 'images/close_banner.png', __FILE__ ); ?>" alt=""/>
2626
- <div class="button_div">
2627
- <a class="button" target="_blank" href="http://bestwebsoft.com/products/contact-form/?k=f575dc39cba54a9de88df346eed52101&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Learn More', 'contact_form' ); ?></a>
2628
- </div>
2629
- <div class="text">
2630
- <?php _e( "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version", 'contact_form' ); ?>!<br />
2631
- <span><?php _e( "Extend standard plugin functionality with new great options.", 'contact_form' ); ?></span>
2632
- </div>
2633
- <div class="icon">
2634
- <img class="icon" title="" src="<?php echo plugins_url( 'images/banner.png', __FILE__ ); ?>" alt=""/>
2635
- </div>
2636
- </div>
2637
- </div>
2638
  <?php if ( ! array_key_exists( 'contact-form-to-db/contact_form_to_db.php', $all_plugins ) && ! array_key_exists( 'contact-form-to-db-pro/contact_form_to_db_pro.php', $all_plugins ) ) { ?>
2639
  <div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
2640
- <div class="cntctfrm_message_for_ctfrmtdb bws_banner_on_plugin_page" style="display: none;">
2641
- <img class="cntctfrm_for_ctfrmtdb_close_icon close_icon" title="" src="<?php echo plugins_url( 'images/close_banner.png', __FILE__ ); ?>" alt=""/>
2642
  <div class="button_div">
2643
- <a class="button" target="_blank" href="http://bestwebsoft.com/products/contact-form-to-db/?k=6ebf0743736411607343ad391dc3b436&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Learn More', 'contact_form' ); ?></a>
2644
  </div>
2645
  <div class="text">
2646
  <?php _e( "<strong>Contact Form to DB</strong> allows to store your messages to the database.", 'contact_form' ); ?><br />
4
  Plugin URI: http://bestwebsoft.com/products/
5
  Description: Plugin for Contact Form.
6
  Author: BestWebSoft
7
+ Version: 3.87
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
11
 
12
  /* @ Copyright 2015 BestWebSoft ( http://support.bestwebsoft.com )
13
 
14
+ This program is free software; you can redistribute it and/or modify
15
+ it under the terms of the GNU General Public License, version 2, as
16
+ published by the Free Software Foundation.
17
 
18
+ This program is distributed in the hope that it will be useful,
19
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
20
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21
+ GNU General Public License for more details.
22
 
23
+ You should have received a copy of the GNU General Public License
24
+ along with this program; if not, write to the Free Software
25
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
26
  */
27
 
28
+ /**
29
+ * Add Wordpress page 'bws_plugins' and sub-page of this plugin to admin-panel.
30
+ * @return void
31
+ */
32
  if ( ! function_exists( 'cntctfrm_admin_menu' ) ) {
33
  function cntctfrm_admin_menu() {
34
+ bws_add_general_menu( plugin_basename( __FILE__ ) );
35
+ add_submenu_page( 'bws_plugins', __( 'Contact Form Settings', 'contact_form' ), __( 'Contact Form', 'contact_form' ), 'manage_options', 'contact_form.php', 'cntctfrm_settings_page' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  }
37
  }
38
 
39
  if ( ! function_exists ( 'cntctfrm_init' ) ) {
40
  function cntctfrm_init() {
41
+ global $bws_plugin_info, $cntctfrm_plugin_info;
42
  /* Internationalization, first(!) */
43
  if ( ! session_id() )
44
  @session_start();
45
 
46
  load_plugin_textdomain( 'contact_form', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
47
 
48
+ require_once( dirname( __FILE__ ) . '/bws_menu/bws_functions.php' );
49
+
50
+ if ( empty( $cntctfrm_plugin_info ) ) {
51
+ if ( ! function_exists( 'get_plugin_data' ) )
52
+ require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
53
+ $cntctfrm_plugin_info = get_plugin_data( __FILE__ );
54
+ }
55
  /* Function check if plugin is compatible with current WP version */
56
+ bws_wp_version_check( plugin_basename( __FILE__ ), $cntctfrm_plugin_info, "3.1" );
57
 
58
  if ( ! is_admin() )
59
  cntctfrm_check_and_send();
64
  function cntctfrm_admin_init() {
65
  global $bws_plugin_info, $cntctfrm_plugin_info;
66
  /* Add variable for bws_menu */
 
 
67
 
68
  if ( ! isset( $bws_plugin_info ) || empty( $bws_plugin_info ) )
69
  $bws_plugin_info = array( 'id' => '77', 'version' => $cntctfrm_plugin_info["Version"] );
148
  'cntctfrm_delete_attached_file' => '0',
149
  'cntctfrm_html_email' => 1,
150
  'cntctfrm_site_name_parameter' => 'SERVER_NAME',
151
+ 'cntctfrm_change_label_in_email' => 0,
152
  );
153
 
154
  /* Check contact-form-multi plugin */
246
  if ( ! isset( $cntctfrm_options['plugin_db_version'] ) || $cntctfrm_options['plugin_db_version'] != $cntctfrm_db_version ) {
247
  cntctfrm_db_create();
248
  $cntctfrm_options['plugin_db_version'] = $cntctfrm_db_version;
249
+ if ( isset( $contact_form_multi_active ) || isset( $contact_form_multi_pro_active ) ) {
250
+ update_option( 'cntctfrmmlt_options_' . $_SESSION['cntctfrmmlt_id_form'] , $cntctfrm_options );
251
+ } else {
252
+ update_option( 'cntctfrm_options', $cntctfrm_options );
253
+ }
254
  }
255
  }
256
  }
311
  }
312
  }
313
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
314
  /* Add settings page in admin area */
315
  if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
316
  function cntctfrm_settings_page() {
317
  global $cntctfrm_options, $wpdb, $cntctfrm_option_defaults, $wp_version, $cntctfrm_plugin_info;
318
  $error = $message = $notice = '';
319
+ $plugin_basename = plugin_basename( __FILE__ );
320
 
321
  if ( ! function_exists( 'get_plugins' ) || ! function_exists( 'is_plugin_active_for_network' ) )
322
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
347
  $userslogin = get_users( 'blog_id=' . $GLOBALS['blog_id'] . '&role=administrator' );
348
 
349
  /* Save data for settings page */
350
+ if ( isset( $_POST['cntctfrm_form_submit'] ) && check_admin_referer( $plugin_basename, 'cntctfrm_nonce_name' ) ) {
351
 
352
  $cntctfrm_options_submit['cntctfrm_user_email'] = $_POST['cntctfrm_user_email'];
353
  $cntctfrm_options_submit['cntctfrm_custom_email'] = trim( stripslashes( esc_html( $_POST['cntctfrm_custom_email'] ) ), " ," );
622
 
623
  /* GO PRO */
624
  if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) {
625
+ $go_pro_result = bws_go_pro_tab_check( $plugin_basename );
626
+ if ( ! empty( $go_pro_result['error'] ) )
627
+ $error = $go_pro_result['error'];
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
628
  } ?>
629
  <div class="wrap">
630
  <div class="icon32 icon32-bws" id="icon-options-general"></div>
1164
  <p class="submit">
1165
  <input type="submit" class="button-primary" value="<?php _e( 'Save Changes', 'contact_form' ); ?>" />
1166
  </p>
1167
+ <?php wp_nonce_field( $plugin_basename, 'cntctfrm_nonce_name' ); ?>
1168
  </form>
1169
+ <?php bws_plugin_reviews_block( $cntctfrm_plugin_info['Name'], 'contact-form-plugin' );
1170
+ } elseif ( 'appearance' == $_GET['action'] ) { ?>
 
 
 
 
 
 
 
 
 
1171
  <div id="cntctfrmpr_left_table">
1172
  <div class="bws_pro_version_bloc">
1173
  <div class="bws_pro_version_table_bloc">
1445
  </div>
1446
  </div>
1447
  <div class="clear"></div>
1448
+ <?php } elseif ( 'go_pro' == $_GET['action'] ) {
1449
+ bws_go_pro_tab( $cntctfrm_plugin_info, $plugin_basename, 'contact_form.php', 'contact_form_pro.php', 'contact-form-pro/contact_form_pro.php', 'contact-form', '697c5e74f39779ce77850e11dbe21962', '77', isset( $go_pro_result['pro_plugin_is_activated'] ) );
1450
+ }?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1451
  </div>
1452
  <?php }
1453
  }
1456
  if ( ! function_exists( 'cntctfrm_display_form' ) ) {
1457
  function cntctfrm_display_form( $atts = array( 'lang' => 'en' ) ) {
1458
  global $error_message, $cntctfrm_options, $cntctfrm_result, $cntctfrmmlt_ide, $cntctfrmmlt_active_plugin, $cntctfrm_form_count;
 
1459
 
1460
  $cntctfrm_form_count = empty( $cntctfrm_form_count ) ? 1 : ++$cntctfrm_form_count;
1461
  $cntctfrm_form_countid = ( $cntctfrm_form_count == 1 ? '' : '_' . $cntctfrm_form_count );
1462
 
 
1463
  $content = "";
1464
 
1465
  /* Get options for the form with a definite identifier */
1466
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
1467
  if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) || is_plugin_active( 'contact-form-multi-pro/contact-form-multi-pro.php' ) ) {
1468
 
1469
+ extract( shortcode_atts( array( 'id' => $cntctfrmmlt_ide, 'lang' => 'en' ), $atts ) );
 
1470
  if ( isset( $atts['id'] ) )
1471
  $cntctfrm_options = get_option( 'cntctfrmmlt_options_' . $atts['id'] );
1472
  else
1473
  $cntctfrm_options = get_option( 'cntctfrmmlt_options' );
 
1474
  } else {
1475
  $cntctfrm_options = get_option( 'cntctfrm_options' );
1476
+ extract( shortcode_atts( array( 'lang' => 'en' ), $atts ) );
1477
+ }
1478
+ /* check lang and replace with en default if need */
1479
+ foreach ( $cntctfrm_options as $key => $value ) {
1480
+ if ( is_array( $value ) && array_key_exists( 'en', $value ) && ( ! array_key_exists( $lang, $value ) || ( isset( $cntctfrm_options[ $key ][ $lang ] ) && $cntctfrm_options[ $key ][ $lang ] == '' ) ) ) {
1481
+ $cntctfrm_options[ $key ][ $lang ] = $cntctfrm_options[ $key ]['en'];
1482
+ }
1483
  }
1484
 
1485
  if ( '80' != $_SERVER["SERVER_PORT"] || ( isset( $_SERVER["HTTPS"] ) && '443' != $_SERVER["SERVER_PORT"] && strtolower( $_SERVER["HTTPS"] ) == "on" ) )
1486
+ $page_url = ( isset( $_SERVER["HTTPS"] ) && strtolower( $_SERVER["HTTPS"] ) == "on" ? "https://" : "http://" ) . $_SERVER[ $cntctfrm_options['cntctfrm_site_name_parameter'] ] . ':' . $_SERVER["SERVER_PORT"] . strip_tags( $_SERVER["REQUEST_URI"] ) . '#cntctfrm_contact_form';
1487
  else
1488
+ $page_url = ( isset( $_SERVER["HTTPS"] ) && strtolower( $_SERVER["HTTPS"] ) == "on" ? "https://" : "http://" ) . $_SERVER[ $cntctfrm_options['cntctfrm_site_name_parameter'] ] . strip_tags( $_SERVER["REQUEST_URI"] ) . '#cntctfrm_contact_form';
1489
 
1490
  /* If contact form submited */
1491
 
1507
 
1508
  $send_copy = ( isset( $_POST['cntctfrm_contact_send_copy'] ) && $cntctfrm_form_count == $cntctfrm_form_submited ) ? $_POST['cntctfrm_contact_send_copy'] : "";
1509
  /* If it is good */
1510
+
1511
  if ( true === $cntctfrm_result && $cntctfrm_form_count == $cntctfrm_form_submited ) {
1512
  $_SESSION['cntctfrm_send_mail'] = true;
1513
 
1693
  $message = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $message ) ) );
1694
  $phone = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $phone ) ) );
1695
 
1696
+ /* check language and replace with en default if need */
1697
+ if ( ! in_array( $language, $cntctfrm_options['cntctfrm_language'] ) ) {
1698
+ foreach ( $cntctfrm_options as $key => $value ) {
1699
+ if ( is_array( $value ) && array_key_exists( 'en', $value ) && ( ! array_key_exists( $language, $value ) || ( isset( $cntctfrm_options[ $key ][ $language ] ) && $cntctfrm_options[ $key ][ $language ] == '' ) ) ) {
1700
+ $cntctfrm_options[ $key ][ $language ] = $cntctfrm_options[ $key ]['en'];
1701
+ }
1702
+ }
1703
+ }
1704
+
1705
  if ( 1 == $cntctfrm_options['cntctfrm_required_name_field'] && 1 == $cntctfrm_options['cntctfrm_display_name_field'] )
1706
  $error_message['error_name'] = $cntctfrm_options['cntctfrm_name_error'][ $language ];
1707
  if ( 1 == $cntctfrm_options['cntctfrm_required_address_field'] && 1 == $cntctfrm_options['cntctfrm_display_address_field'] )
1818
  $upload_max_size *= 1024;
1819
  case 'K':
1820
  $upload_max_size *= 1024;
1821
+ break;
1822
  }
1823
  if ( isset( $upload_max_size ) && isset( $_FILES["cntctfrm_contact_attachment"]["size"] ) &&
1824
  $_FILES["cntctfrm_contact_attachment"]["size"] <= $upload_max_size ) {
2006
  /* 'from' email */
2007
  $from_email = ( 'custom' == $cntctfrm_options['cntctfrm_from_email'] ) ? stripslashes( $cntctfrm_options['cntctfrm_custom_from_email'] ) : stripslashes( $email );
2008
 
2009
+ if ( ( is_plugin_active( 'email-queue/email-queue.php' ) || is_plugin_active( 'email-queue-pro/email-queue-pro.php' ) ) && function_exists( 'mlq_if_mail_plugin_is_in_queue' ) && mlq_if_mail_plugin_is_in_queue( plugin_basename( __FILE__ ) ) ) {
 
2010
  /* if email-queue plugin is active and this plugin's "in_queue" status is 'ON' */
2011
  /* attachment path */
2012
  $attachment_file = ( 1 == $cntctfrm_options['cntctfrm_attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) ? $path_of_uploaded_file : '';
2194
  global $wp_version;
2195
 
2196
  wp_enqueue_style( 'cntctfrm_stylesheet', plugins_url( 'css/style.css', __FILE__ ) );
2197
+
2198
  if ( isset( $_GET['action'] ) && 'appearance' == $_GET['action'] ) {
2199
  wp_enqueue_style( 'cntctfrm_form_style', plugins_url( 'css/form_style.css', __FILE__ ) );
2200
  }
2201
+
2202
+ $script_vars = array(
2203
+ 'cntctfrm_nonce' => wp_create_nonce( plugin_basename( __FILE__ ), 'cntctfrm_ajax_nonce_field' ),
2204
+ 'cntctfrm_confirm_text' => __( 'Are you sure that you want to delete this language data?', 'contact_form' )
2205
+ );
2206
+
2207
+ if ( 3.5 > $wp_version ) {
2208
  wp_enqueue_script( 'cntctfrm_script', plugins_url( 'js/script_wp_before_3.5.js', __FILE__ ) );
2209
+ $script_vars['cntctfrm_delete_multi_link'] = ( 3.3 > $wp_version ) ? false : true;
2210
+ } else {
2211
  wp_enqueue_script( 'cntctfrm_script', plugins_url( 'js/script.js', __FILE__ ) );
2212
+ }
2213
 
2214
+ wp_localize_script( 'cntctfrm_script', 'cntctfrm_ajax', $script_vars );
2215
+
2216
+ if ( ! ( 3.3 > $wp_version ) ) {
2217
+ require_once( dirname( __FILE__ ) . '/bws_menu/bws_functions.php' );
2218
+ $tooltip_args = array(
2219
+ 'tooltip_id' => 'cntctfrm_install_multi_tooltip',
2220
+ 'css_selector' => '#cntctfrm_show_multi_notice',
2221
+ 'actions' => array(
2222
+ 'click' => true,
2223
+ 'onload' => true,
2224
+ ),
2225
+ 'content' => '<h3>' . __( 'Add multiple forms', 'contact_form' ) . '</h3>' .'<p>' . __( 'Install Contact Form Multi plugin to create unlimited number of contact forms.', 'contact_form' ) . '</p>',
2226
+ 'buttons' => array(
2227
+ array(
2228
+ 'type' => 'link',
2229
+ 'link' => 'http://bestwebsoft.com/products/contact-form-multi/',
2230
+ 'text' => __( 'Learn more', 'contact_form' ),
2231
+ ),
2232
+ 'close' => array(
2233
+ 'type' => 'dismiss',
2234
+ 'text' => __( 'Close', 'contact_form' ),
2235
+ ),
2236
+ ),
2237
+ 'position' => array(
2238
+ 'edge' => 'top',
2239
+ 'align' => 'left',
2240
+ ),
2241
+ );
2242
+ bws_add_tooltip_admin( $tooltip_args );
2243
+ }
2244
  }
2245
  }
2246
  }
2373
  function cntctfrm_plugin_banner() {
2374
  global $hook_suffix;
2375
  if ( 'plugins.php' == $hook_suffix ) {
2376
+ global $cntctfrm_plugin_info, $wp_version, $bstwbsftwppdtplgns_cookie_add, $bstwbsftwppdtplgns_banner_array;
2377
+ bws_plugin_banner( $cntctfrm_plugin_info, 'cntctfrm', 'contact-form', 'f575dc39cba54a9de88df346eed52101', '77', plugins_url( 'images/banner.png', __FILE__ ) );
2378
+
2379
+ if ( empty( $bstwbsftwppdtplgns_banner_array ) )
2380
+ bws_get_banner_array();
2381
+
2382
+ if ( ! function_exists( 'is_plugin_active' ) )
2383
+ require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2384
 
2385
  $all_plugins = get_plugins();
2386
+ $this_banner_prefix = 'cntctfrm_for_ctfrmtdb';
2387
+ $this_banner = 'cntctfrm_for_ctfrmtdb_hide_banner_on_plugin_page';
2388
+ foreach ( $bstwbsftwppdtplgns_banner_array as $key => $value ) {
2389
+ if ( $this_banner == $value[0] ) {
 
 
2390
  if ( ! isset( $bstwbsftwppdtplgns_cookie_add ) ) {
2391
  echo '<script type="text/javascript" src="' . plugins_url( 'js/c_o_o_k_i_e.js', __FILE__ ) . '"></script>';
2392
  $bstwbsftwppdtplgns_cookie_add = true;
2394
  <script type="text/javascript">
2395
  (function($) {
2396
  $(document).ready( function() {
2397
+ var hide_message = $.cookie( '<?php echo $this_banner_prefix; ?>_hide_banner_on_plugin_page' );
 
2398
  if ( hide_message == "true" ) {
2399
+ $( ".<?php echo $this_banner_prefix; ?>_message" ).css( "display", "none" );
 
 
 
 
 
2400
  } else {
2401
+ $( ".<?php echo $this_banner_prefix; ?>_message" ).css( "display", "block" );
2402
+ };
2403
+ $( ".<?php echo $this_banner_prefix; ?>_close_icon" ).click( function() {
2404
+ $( ".<?php echo $this_banner_prefix; ?>_message" ).css( "display", "none" );
2405
+ $.cookie( "<?php echo $this_banner_prefix; ?>_hide_banner_on_plugin_page", "true", { expires: 32 } );
 
 
 
 
2406
  });
2407
  });
2408
  })(jQuery);
2409
  </script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2410
  <?php if ( ! array_key_exists( 'contact-form-to-db/contact_form_to_db.php', $all_plugins ) && ! array_key_exists( 'contact-form-to-db-pro/contact_form_to_db_pro.php', $all_plugins ) ) { ?>
2411
  <div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
2412
+ <div class="cntctfrm_for_ctfrmtdb_message bws_banner_on_plugin_page" style="display: none;">
2413
+ <img class="<?php echo $this_banner_prefix; ?>_close_icon close_icon" title="" src="<?php echo plugins_url( 'images/close_banner.png', __FILE__ ); ?>" alt=""/>
2414
  <div class="button_div">
2415
+ <a class="button" target="_blank" href="http://bestwebsoft.com/products/contact-form-to-db/?k=6ebf0743736411607343ad391dc3b436&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>"><?php _e( 'Learn More', 'contact_form' ); ?></a>
2416
  </div>
2417
  <div class="text">
2418
  <?php _e( "<strong>Contact Form to DB</strong> allows to store your messages to the database.", 'contact_form' ); ?><br />
js/script.js CHANGED
@@ -1,6 +1,6 @@
1
  (function($) {
2
  $(document).ready( function() {
3
- // $( '#cntctfrm_show_multi_notice' ).removeAttr('href').css('cursor', 'pointer');
4
 
5
  $( '#cntctfrm_change_label' ).change( function() {
6
  if ( $( this ).is( ':checked' ) ) {
1
  (function($) {
2
  $(document).ready( function() {
3
+ $( '#cntctfrm_show_multi_notice' ).removeAttr('href title').css('cursor', 'pointer');
4
 
5
  $( '#cntctfrm_change_label' ).change( function() {
6
  if ( $( this ).is( ':checked' ) ) {
js/script_wp_before_3.5.js CHANGED
@@ -1,8 +1,8 @@
1
  (function($) {
2
  $(document).ready( function() {
3
- /* if ( cntctfrm_delete_multi_link ) {
4
- $( '#cntctfrm_show_multi_notice' ).removeAttr('href').css('cursor', 'pointer');
5
- }; */
6
 
7
  $( '#cntctfrm_change_label' ).change( function() {
8
  if ( $( this ).is( ':checked' ) ) {
1
  (function($) {
2
  $(document).ready( function() {
3
+ if ( cntctfrm_ajax.cntctfrm_delete_multi_link ) {
4
+ $( '#cntctfrm_show_multi_notice' ).removeAttr('href title').css('cursor', 'pointer');
5
+ };
6
 
7
  $( '#cntctfrm_change_label' ).change( function() {
8
  if ( $( this ).is( ':checked' ) ) {
languages/contact_form-af_ZA.mo CHANGED
Binary file
languages/contact_form-af_ZA.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: 2015-02-17 12:43+0300\n"
6
- "PO-Revision-Date: 2015-02-17 12:43+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Aldu <alducornelissen@gmail.com>\n"
9
  "Language: af\n"
@@ -17,43 +17,43 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: contact_form.php:80 contact_form.php:811
21
  msgid "Contact Form Settings"
22
  msgstr "Kontak Form Verstellings"
23
 
24
- #: contact_form.php:80
25
  msgid "Contact Form"
26
  msgstr "Kontak Form"
27
 
28
- #: contact_form.php:162 contact_form.php:1195 contact_form.php:1229
29
  msgid "Name:"
30
  msgstr "Naam:"
31
 
32
- #: contact_form.php:163 contact_form.php:1196 contact_form.php:1230
33
  msgid "Address:"
34
  msgstr "Adres:"
35
 
36
- #: contact_form.php:164 contact_form.php:1197 contact_form.php:1231
37
  msgid "Email Address:"
38
  msgstr "Epos Adres:"
39
 
40
- #: contact_form.php:165 contact_form.php:1198 contact_form.php:1232
41
  msgid "Phone number:"
42
  msgstr "Telefoon nommer:"
43
 
44
- #: contact_form.php:166 contact_form.php:1199 contact_form.php:1233
45
  msgid "Subject:"
46
  msgstr "Onderwerp:"
47
 
48
- #: contact_form.php:167 contact_form.php:1200 contact_form.php:1234
49
  msgid "Message:"
50
  msgstr "Boodskap:"
51
 
52
- #: contact_form.php:168 contact_form.php:1201 contact_form.php:1235
53
  msgid "Attachment:"
54
  msgstr "Aanhegsel:"
55
 
56
- #: contact_form.php:169
57
  msgid ""
58
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
59
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
@@ -63,93 +63,73 @@ msgstr ""
63
  "AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max Datei-"
64
  "Größe: 2MB"
65
 
66
- #: contact_form.php:170 contact_form.php:1203 contact_form.php:1237
67
  msgid "Send me a copy"
68
  msgstr "Stuur vir my 'n kopie"
69
 
70
- #: contact_form.php:171 contact_form.php:1204 contact_form.php:1238
71
  msgid "Submit"
72
  msgstr "Dien in"
73
 
74
- #: contact_form.php:172
75
  msgid "Your name is required."
76
  msgstr "Jou naam word benodig."
77
 
78
- #: contact_form.php:173
79
  msgid "Address is required."
80
  msgstr "Adres word benodig."
81
 
82
- #: contact_form.php:174
83
  msgid "A valid email address is required."
84
  msgstr "'n Geldige epos adres word benodig."
85
 
86
- #: contact_form.php:175
87
  msgid "Phone number is required."
88
  msgstr "'n Telefoon nommer word benodig."
89
 
90
- #: contact_form.php:176
91
  msgid "Subject is required."
92
  msgstr "'n Onderwerp word benodig."
93
 
94
- #: contact_form.php:177
95
  msgid "Message text is required."
96
  msgstr "'n Boodskap teks word benodig ."
97
 
98
- #: contact_form.php:178
99
  msgid "File format is not valid."
100
  msgstr "Datalêer formaat is nie geldig nie."
101
 
102
- #: contact_form.php:179
103
  msgid "File upload error."
104
  msgstr "Oplaai van datalêer foutief."
105
 
106
- #: contact_form.php:180
107
  msgid "The file could not be uploaded."
108
  msgstr "Die datalêer kon nie opgelaai word nie."
109
 
110
- #: contact_form.php:181
111
  msgid "This file is too large."
112
  msgstr "Die datalêer is te groot."
113
 
114
- #: contact_form.php:182
115
  msgid "Please fill out the CAPTCHA."
116
  msgstr "Vul asseblief die CAPTCHA in."
117
 
118
- #: contact_form.php:183
119
  msgid "Please make corrections below and try again."
120
  msgstr "Korregeer asseblief die foute hierdoner en probeer weer."
121
 
122
- #: contact_form.php:185
123
  msgid "Thank you for contacting us."
124
  msgstr "Dankie dat jy ons gekontak het."
125
 
126
- #: contact_form.php:362
127
- msgid "requires"
128
- msgstr "benodig"
129
-
130
- #: contact_form.php:362
131
- msgid ""
132
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
133
- "try again."
134
- msgstr ""
135
- "of hoër, dit is waarom dit gedeaktiveer is! Opgradeer asseblief WordPress, "
136
- "en probeer weer."
137
-
138
- #: contact_form.php:362
139
- msgid "Back to the WordPress"
140
- msgstr "Terug na WordPress."
141
-
142
- #: contact_form.php:362
143
- msgid "Plugins page"
144
- msgstr "Plugin blad"
145
-
146
- #: contact_form.php:598
147
  msgid ""
148
  "Email 'FROM' field option was changed, which may cause email messages being "
149
  "moved to the spam folder or email delivery failures."
150
  msgstr ""
151
 
152
- #: contact_form.php:608
153
  msgid ""
154
  "If the 'Redirect to page' option is selected then the URL field should be in "
155
  "the following format"
@@ -157,12 +137,12 @@ msgstr ""
157
  "As die 'Redirect to page' opsie geselekteer is moet die URL veld in die "
158
  "volgende formaat wees"
159
 
160
- #: contact_form.php:617
161
  #, fuzzy
162
  msgid "Such user does not exist."
163
  msgstr "Hierdie gebruiker bestaan nie. Die instellings is nie gestoor nie."
164
 
165
- #: contact_form.php:627
166
  #, fuzzy
167
  msgid ""
168
  "Please enter a valid email address in the 'Use this email address' field."
@@ -170,112 +150,48 @@ msgstr ""
170
  "Vul asseblief 'n geldige epos adres in die 'FROM/VAN' veld. Die verstellings "
171
  "is nie gestoor nie."
172
 
173
- #: contact_form.php:635
174
  #, fuzzy
175
  msgid "Please enter a valid email address in the 'FROM' field."
176
  msgstr ""
177
  "Vul asseblief 'n geldige epos adres in die 'FROM/VAN' veld. Die verstellings "
178
  "is nie gestoor nie."
179
 
180
- #: contact_form.php:660
181
  msgid "Settings saved."
182
  msgstr "Verstellings is gestoor."
183
 
184
- #: contact_form.php:662
185
  #, fuzzy
186
  msgid "Settings are not saved."
187
  msgstr "Verstellings is gestoor."
188
 
189
- #: contact_form.php:689 contact_form.php:721
190
- msgid "Wrong license key"
191
- msgstr "Verkeerde lisensie sleutel"
192
-
193
- #: contact_form.php:714
194
- msgid ""
195
- "Something went wrong. Try again later. If the error will appear again, "
196
- "please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. "
197
- "We are sorry for inconvenience."
198
- msgstr ""
199
- "Iets het fout gegaan. Probeer weer later. As die foutboodskap weer verskyn, "
200
- "kontak ons asseblief by <a href=http://support.bestwebsoft.com>BestWebSoft</"
201
- "a>. Ons is jammer vir die ongerief."
202
-
203
- #: contact_form.php:723
204
- msgid "This license key is bind to another site"
205
- msgstr "Hierdie lisensie sleutel is verbind met 'n ander webblad."
206
-
207
- #: contact_form.php:725 contact_form.php:1673
208
- msgid ""
209
- "Unfortunately, you have exceeded the number of available tries per day. "
210
- "Please, upload the plugin manually."
211
- msgstr ""
212
- "Ongelukkig het u die aantal beskikbare probeerslae per dag oorskry. Laai "
213
- "asseblief die plugin handmatig op."
214
-
215
- #: contact_form.php:736 contact_form.php:758 contact_form.php:777
216
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
217
- msgstr ""
218
- "Mislukking om zip Argiewe af te laai. Laai asseblief die plugin handmatig op."
219
-
220
- #: contact_form.php:748
221
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
222
- msgstr ""
223
- "Mislukking om zip Argiewe oop te maak. Laai asseblief die plugin handmatig "
224
- "op."
225
-
226
- #: contact_form.php:754
227
- msgid ""
228
- "Your server does not support either ZipArchive or Phar. Please, upload the "
229
- "plugin manually"
230
- msgstr ""
231
- "U server ondersteun of nie ZipArchive of Phar nie. Laai asseblief die plugin "
232
- "handmatig op."
233
-
234
- #: contact_form.php:761
235
- #, fuzzy
236
- msgid "UploadDir is not writable. Please, upload the plugin manually"
237
- msgstr ""
238
- "Mislukking om zip Argiewe oop te maak. Laai asseblief die plugin handmatig "
239
- "op."
240
-
241
- #: contact_form.php:781
242
- msgid ""
243
- "Something went wrong. Try again later or upload the plugin manually. We are "
244
- "sorry for inconvienience."
245
- msgstr ""
246
- "Iets het verkeerd gegaan. Probeer weer later, of laai die plugin op "
247
- "handmatig. Ons is jammer vir die ongerief."
248
-
249
- #: contact_form.php:805
250
- msgid "Please, enter Your license key"
251
- msgstr "Sleutel asseblief u lisensie sleutel in"
252
-
253
- #: contact_form.php:813 contact_form.php:2362 contact_form.php:2376
254
  msgid "Settings"
255
  msgstr "Verstellings"
256
 
257
- #: contact_form.php:814
258
  #, fuzzy
259
  msgid "Additional settings"
260
  msgstr "Addisionele opsies"
261
 
262
- #: contact_form.php:815
263
  msgid "Appearance"
264
  msgstr ""
265
 
266
- #: contact_form.php:816 contact_form.php:2377
267
  msgid "FAQ"
268
  msgstr "Gereeld Gestelde Vrae (FAQ)"
269
 
270
- #: contact_form.php:817
271
  msgid "Go PRO"
272
  msgstr "Gaan PRO"
273
 
274
- #: contact_form.php:820 contact_form.php:823
275
  msgid "Notice:"
276
  msgstr "Kennisgewing:"
277
 
278
- #: contact_form.php:820
279
  msgid ""
280
  "The plugin's settings have been changed. In order to save them please don't "
281
  "forget to click the 'Save Changes' button."
@@ -283,13 +199,13 @@ msgstr ""
283
  "Die plugin se verstellings het verander. Onthou om 'Save Changes' te kliek "
284
  "om die veranderinge te stoor."
285
 
286
- #: contact_form.php:831
287
  msgid ""
288
  "If you want to create multiple contact forms, please install the Contact "
289
  "Form Multi plugin."
290
  msgstr ""
291
 
292
- #: contact_form.php:839 contact_form.php:842 contact_form.php:1632
293
  msgid ""
294
  "If you would like to add the Contact Form to your website, just copy and "
295
  "paste this shortcode to your post or page or widget:"
@@ -297,13 +213,13 @@ msgstr ""
297
  "As u die Kontak Vorm by u webstuiste wil bylas, kopieër en plak net die "
298
  "kortkode na u post, bladsy of widget:"
299
 
300
- #: contact_form.php:839 contact_form.php:840 contact_form.php:842
301
- #: contact_form.php:843 contact_form.php:1219 contact_form.php:1221
302
- #: contact_form.php:1282 contact_form.php:1284
303
  msgid "or"
304
  msgstr "of"
305
 
306
- #: contact_form.php:840 contact_form.php:843
307
  msgid ""
308
  "If have any problems with the standard shortcode [contact_form], you should "
309
  "use the shortcode"
@@ -311,11 +227,11 @@ msgstr ""
311
  "As u enige probelem het met die standaard kortkode [contact_form], moet u "
312
  "die volgende kortkodes gebruik"
313
 
314
- #: contact_form.php:840 contact_form.php:843
315
  msgid "They work the same way."
316
  msgstr "Hulle werk op dieselfde manier."
317
 
318
- #: contact_form.php:848
319
  msgid ""
320
  "If you leave the fields empty, the messages will be sent to the email "
321
  "address specified during registration."
@@ -323,15 +239,15 @@ msgstr ""
323
  "As u die velde leeg laat, sal die boodskappe gestuur word na die epos adres "
324
  "wat gespesifiseer was gedurende registrasie"
325
 
326
- #: contact_form.php:851
327
  msgid "The user's email address:"
328
  msgstr "Die gebruiker se epos adres:"
329
 
330
- #: contact_form.php:855
331
  msgid "Create a username"
332
  msgstr "Skep 'n gebruikersnaam"
333
 
334
- #: contact_form.php:868
335
  msgid ""
336
  "Enter a username of the person who should get the messages from the contact "
337
  "form."
@@ -339,113 +255,112 @@ msgstr ""
339
  "Sleutel 'n gebruikersnaam in vir die persoon wat die boodskappe moet kry van "
340
  "die kontak vorm."
341
 
342
- #: contact_form.php:872
343
  msgid "Use this email address:"
344
  msgstr "Gebruik hierdie epos adres:"
345
 
346
- #: contact_form.php:875
347
  msgid "Enter the email address you want the messages forwarded to."
348
  msgstr "Sleutel in die epos adres in waar u die boodskappe aangestuur wil he."
349
 
350
- #: contact_form.php:884
351
  msgid "Add department selectbox to the contact form:"
352
  msgstr "Voeg 'n departementele keuse-boks by die kontak vorm:"
353
 
354
- #: contact_form.php:892 contact_form.php:1328 contact_form.php:1515
355
  msgid "If you upgrade to Pro version all your settings will be saved."
356
  msgstr "As u opgradeer na die Pro weergawe sal die verstellings gestoor word."
357
 
358
- #: contact_form.php:899 contact_form.php:1062 contact_form.php:1135
359
- #: contact_form.php:1335 contact_form.php:1522
360
  msgid "Unlock premium options by upgrading to a PRO version."
361
  msgstr ""
362
 
363
- #: contact_form.php:900 contact_form.php:1063 contact_form.php:1136
364
- #: contact_form.php:1336 contact_form.php:1523 contact_form.php:2650
365
- #: contact_form.php:2666
366
  msgid "Learn More"
367
  msgstr ""
368
 
369
- #: contact_form.php:903 contact_form.php:1066 contact_form.php:1139
370
- #: contact_form.php:1339 contact_form.php:1526
371
  #, fuzzy
372
  msgid "Go"
373
  msgstr "Go!"
374
 
375
- #: contact_form.php:910
376
  msgid "Save emails to the database"
377
  msgstr "Stoor eposse na die databasis."
378
 
379
- #: contact_form.php:915
380
  msgid "Using"
381
  msgstr "In Gebruik"
382
 
383
- #: contact_form.php:915 contact_form.php:1112 contact_form.php:1115
384
- #: contact_form.php:1119
385
  msgid "powered by"
386
  msgstr "Verrig deur"
387
 
388
- #: contact_form.php:918 contact_form.php:922
389
  msgid "Using Contact Form to DB powered by"
390
  msgstr "Gebruik van Kontak Vorm na DB verrig deur"
391
 
392
- #: contact_form.php:918
393
  msgid "Activate Contact Form to DB"
394
  msgstr "Aktiveer Kontak Vorm na DB"
395
 
396
- #: contact_form.php:922
397
  msgid "Download Contact Form to DB"
398
  msgstr "Laai Kontak Vorm na DB af"
399
 
400
- #: contact_form.php:932
401
  msgid "What to use?"
402
  msgstr "Wat om te gebruik?"
403
 
404
- #: contact_form.php:935
405
  msgid "Wp-mail"
406
  msgstr "Wp-mail"
407
 
408
- #: contact_form.php:935
409
  msgid "You can use the wp_mail function for mailing"
410
  msgstr "U kan die wp_mail funksie gebruik vir eposse"
411
 
412
- #: contact_form.php:937
413
  msgid "Mail"
414
  msgstr "Mail"
415
 
416
- #: contact_form.php:937
417
  msgid "To send mail you can use the php mail function"
418
  msgstr "Om eposse te stuur kan u die php epos funksie gebruik"
419
 
420
- #: contact_form.php:941
421
  msgid "'FROM' field"
422
  msgstr ""
423
 
424
- #: contact_form.php:943 contact_form.php:993 contact_form.php:1390
425
- #: contact_form.php:2162 contact_form.php:2198
426
  msgid "Name"
427
  msgstr "Naam"
428
 
429
- #: contact_form.php:947
430
  msgid "User name"
431
  msgstr "Gebruikersnaam"
432
 
433
- #: contact_form.php:949
434
  msgid ""
435
  "The name of the user who fills the form will be used in the field 'From'."
436
  msgstr ""
437
  "Die naam van die gebruiker wie die vorm invul sal gebruik word vir die 'From/"
438
  "Van' veld."
439
 
440
- #: contact_form.php:954 contact_form.php:2173 contact_form.php:2205
441
  msgid "Email"
442
  msgstr "Epos"
443
 
444
- #: contact_form.php:961
445
  msgid "User email"
446
  msgstr "Gebruiker epos"
447
 
448
- #: contact_form.php:963
449
  msgid ""
450
  "The email address of the user who fills the form will be used in the field "
451
  "'From'."
@@ -453,174 +368,174 @@ msgstr ""
453
  "Die epos adres van die gebruiker wie die vorm invul sal gebruik word in die "
454
  "'From/van' veld."
455
 
456
- #: contact_form.php:967
457
  msgid ""
458
  "If this option is changed, email messages may be moved to the spam folder or "
459
  "email delivery failures may occur."
460
  msgstr ""
461
 
462
- #: contact_form.php:973
463
  msgid "Required symbol"
464
  msgstr "Benodigde simbool"
465
 
466
- #: contact_form.php:983
467
  msgid "Fields"
468
  msgstr "Velde"
469
 
470
- #: contact_form.php:984
471
  msgid "Used"
472
  msgstr "Gebruik"
473
 
474
- #: contact_form.php:985
475
  msgid "Required"
476
  msgstr "Benodig"
477
 
478
- #: contact_form.php:986
479
  msgid "Visible"
480
  msgstr "Sigbaar"
481
 
482
- #: contact_form.php:987
483
  msgid "Disabled for editing"
484
  msgstr "Gedeaktiveer vir wysiging"
485
 
486
- #: contact_form.php:988
487
  msgid "Field's default value"
488
  msgstr "Veld se verstekwaarde"
489
 
490
- #: contact_form.php:1000
491
  msgid "Use User's name as a default value if the user is logged in."
492
  msgstr ""
493
 
494
- #: contact_form.php:1001 contact_form.php:1029
495
  msgid ""
496
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
497
  "in users."
498
  msgstr ""
499
 
500
- #: contact_form.php:1005
501
  msgid "Location selectbox"
502
  msgstr ""
503
 
504
- #: contact_form.php:1013 contact_form.php:1395 contact_form.php:2168
505
- #: contact_form.php:2202
506
  msgid "Address"
507
  msgstr "Adres: "
508
 
509
- #: contact_form.php:1021
510
  msgid "Email Address"
511
  msgstr "Epos Adres:"
512
 
513
- #: contact_form.php:1028
514
  msgid "Use User's email as a default value if the user is logged in."
515
  msgstr ""
516
 
517
- #: contact_form.php:1033
518
  msgid "Phone number"
519
  msgstr "Telefoon nommer:"
520
 
521
- #: contact_form.php:1041 contact_form.php:1410 contact_form.php:2183
522
- #: contact_form.php:2211
523
  msgid "Subject"
524
  msgstr "Onderwerp"
525
 
526
- #: contact_form.php:1049 contact_form.php:1414 contact_form.php:2186
527
- #: contact_form.php:2213
528
  msgid "Message"
529
  msgstr "Boodskap"
530
 
531
- #: contact_form.php:1073
532
  msgid "Attachment block"
533
  msgstr "Aanhegsel blok"
534
 
535
- #: contact_form.php:1075
536
  msgid "Users can attach the following file formats"
537
  msgstr "Gebruikers kan die volgende dataleêr formate aanheg"
538
 
539
- #: contact_form.php:1088
540
  msgid "Add to the form"
541
  msgstr "Voeg by die vorm by"
542
 
543
- #: contact_form.php:1093
544
  msgid "Tips below the Attachment"
545
  msgstr "Wenke onder die Aanhegsel"
546
 
547
- #: contact_form.php:1102
548
  msgid "'Send me a copy' block"
549
  msgstr "'Stuur vir my 'n kopie' blok"
550
 
551
- #: contact_form.php:1112 contact_form.php:1115 contact_form.php:1119
552
- #: contact_form.php:1424
553
  msgid "Captcha"
554
  msgstr "Captcha"
555
 
556
- #: contact_form.php:1115
557
  msgid "Activate captcha"
558
  msgstr "Aktiveer captcha"
559
 
560
- #: contact_form.php:1119
561
  msgid "Download captcha"
562
  msgstr "Laai captcha af"
563
 
564
- #: contact_form.php:1127
565
  msgid "Agreement checkbox"
566
  msgstr "Ooreenstemming checkbox"
567
 
568
- #: contact_form.php:1127
569
  msgid "Required checkbox for submitting the form"
570
  msgstr "Benodigde checkbox om die vorm in te dien"
571
 
572
- #: contact_form.php:1128
573
  msgid "Optional checkbox"
574
  msgstr "Opsie checkbox"
575
 
576
- #: contact_form.php:1128
577
  msgid "Optional checkbox, the results of which will be displayed in email"
578
  msgstr "Opsionele checkbox, die resultate waarvan in die epos sal verskyn"
579
 
580
- #: contact_form.php:1145
581
  msgid "Delete an attachment file from the server after the email is sent"
582
  msgstr "Verwyder 'n aanhegsel dataleêr van die server na epos gestuur is"
583
 
584
- #: contact_form.php:1151
585
  msgid "Email in HTML format sending"
586
  msgstr "E-Mail in HTML Format"
587
 
588
- #: contact_form.php:1155
589
  msgid "Display additional info in the email"
590
  msgstr "Toon addisionele inligting in die epos"
591
 
592
- #: contact_form.php:1160 contact_form.php:2129 contact_form.php:2131
593
  msgid "Sent from (ip address)"
594
  msgstr "Gestuur van (IP-Adres)"
595
 
596
- #: contact_form.php:1160
597
  msgid "Example: Sent from (IP address):\t127.0.0.1"
598
  msgstr "Voorbeeld: Gestuur van (IP-Adres):\t127.0.0.1"
599
 
600
- #: contact_form.php:1161 contact_form.php:2135 contact_form.php:2137
601
  msgid "Date/Time"
602
  msgstr "Datum/Tyd"
603
 
604
- #: contact_form.php:1161
605
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
606
  msgstr "Voorbeeld: Datum/Tyd:\tAugustus 19, 2013 8:50 pm"
607
 
608
- #: contact_form.php:1162 contact_form.php:2141 contact_form.php:2143
609
  msgid "Sent from (referer)"
610
  msgstr "Gestuur van (referer)"
611
 
612
- #: contact_form.php:1162
613
  msgid ""
614
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
615
  msgstr ""
616
  "Voorbeeld: Gestuur van (referer):\thttp://bestwebsoft.com/kontakte/kontak-"
617
  "ons/"
618
 
619
- #: contact_form.php:1163 contact_form.php:2147 contact_form.php:2149
620
  msgid "Using (user agent)"
621
  msgstr "Gebruik (user agent)"
622
 
623
- #: contact_form.php:1163
624
  msgid ""
625
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
626
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@@ -628,135 +543,135 @@ msgstr ""
628
  "Voorbeeld: Gebruik (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
629
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
630
 
631
- #: contact_form.php:1167
632
  msgid "Language settings for the field names in the form"
633
  msgstr "Taal verstellings vir die naamvelde in die vorm"
634
 
635
- #: contact_form.php:1176
636
  msgid "Add a language"
637
  msgstr "Voeg 'n taal by"
638
 
639
- #: contact_form.php:1180
640
  msgid "Change the names of the contact form fields and error messages"
641
  msgstr "Verander die name van die kontak vorm velde en foutboodskappe"
642
 
643
- #: contact_form.php:1185 contact_form.php:1272
644
  msgid "English"
645
  msgstr "Engels"
646
 
647
- #: contact_form.php:1193 contact_form.php:1227
648
  msgid "click to expand/hide the list"
649
  msgstr "Kliek om uit te brei/lys te versteek"
650
 
651
- #: contact_form.php:1202 contact_form.php:1236
652
  msgid "Tips below the Attachment block"
653
  msgstr "Wenke onder toe Aanhegsel blok"
654
 
655
- #: contact_form.php:1205 contact_form.php:1239
656
  msgid "Error message for the Name field"
657
  msgstr "FFoutboodskap vir die Naamveld"
658
 
659
- #: contact_form.php:1206 contact_form.php:1240
660
  msgid "Error message for the Address field"
661
  msgstr "Foutboodskap vir die Adres veld"
662
 
663
- #: contact_form.php:1207 contact_form.php:1241
664
  msgid "Error message for the Email field"
665
  msgstr "Foutboodskap vir die Epos veld"
666
 
667
- #: contact_form.php:1208 contact_form.php:1242
668
  msgid "Error message for the Phone field"
669
  msgstr "Foutboodskap vir die Telefoon Nommer veld"
670
 
671
- #: contact_form.php:1209 contact_form.php:1243
672
  msgid "Error message for the Subject field"
673
  msgstr "Foutboodskap vir die Onderwerp veld"
674
 
675
- #: contact_form.php:1210 contact_form.php:1244
676
  msgid "Error message for the Message field"
677
  msgstr "Foutboodskap vir die Boodskap veld"
678
 
679
- #: contact_form.php:1211 contact_form.php:1245
680
  msgid "Error message about the file type for the Attachment field"
681
  msgstr "Foutboodskap oor die dataleêr tipe vir die Aanhegsel veld"
682
 
683
- #: contact_form.php:1212 contact_form.php:1246
684
  msgid ""
685
  "Error message while uploading a file for the Attachment field to the server"
686
  msgstr ""
687
  "Foutboodskap tydens dataleêr oplaai vir die Aanhegsel veld na die server"
688
 
689
- #: contact_form.php:1213 contact_form.php:1247
690
  msgid "Error message while moving the file for the Attachment field"
691
  msgstr "Foutboodskap tydens die skuif van dataleêr vir die Aanhegsel veld"
692
 
693
- #: contact_form.php:1214 contact_form.php:1248
694
  msgid "Error message when file size limit for the Attachment field is exceeded"
695
  msgstr ""
696
  "Foutboodskap wanneer die dataleêr limiet vir die Aanhegsel veld oorskry is"
697
 
698
- #: contact_form.php:1215 contact_form.php:1249
699
  msgid "Error message for the Captcha field"
700
  msgstr "Foutboodskap vir die Captcha veld"
701
 
702
- #: contact_form.php:1216 contact_form.php:1250
703
  msgid "Error message for the whole form"
704
  msgstr "Foutboodskap vir die hele vorm"
705
 
706
- #: contact_form.php:1219 contact_form.php:1221 contact_form.php:1253
707
- #: contact_form.php:1255 contact_form.php:1282 contact_form.php:1284
708
- #: contact_form.php:1292 contact_form.php:1294 contact_form.php:2490
709
- #: contact_form.php:2492
710
  msgid "Use shortcode"
711
  msgstr "Gebruik kortkode"
712
 
713
- #: contact_form.php:1219 contact_form.php:1221 contact_form.php:1253
714
- #: contact_form.php:1255 contact_form.php:1282 contact_form.php:1284
715
- #: contact_form.php:1292 contact_form.php:1294 contact_form.php:2490
716
- #: contact_form.php:2492
717
  msgid "for this language"
718
  msgstr "vir hierdie taal"
719
 
720
- #: contact_form.php:1263
721
  #, fuzzy
722
  msgid "Use the changed names of the contact form fields in the email"
723
  msgstr "Verander die name van die kontak vorm velde en foutboodskappe"
724
 
725
- #: contact_form.php:1269
726
  msgid "Action after email is sent"
727
  msgstr "Aksie na epos gestuur is"
728
 
729
- #: contact_form.php:1271
730
  msgid "Display text"
731
  msgstr "Toon teks"
732
 
733
- #: contact_form.php:1280 contact_form.php:1290
734
  msgid "Text"
735
  msgstr "teks"
736
 
737
- #: contact_form.php:1301
738
  msgid "Redirect to the page"
739
  msgstr "Herlei na die bladsy"
740
 
741
- #: contact_form.php:1302
742
  msgid "Url"
743
  msgstr "Url"
744
 
745
- #: contact_form.php:1306
746
  msgid "The $_SERVER variable that is used to build a URL of the form"
747
  msgstr ""
748
 
749
- #: contact_form.php:1310
750
  msgid ""
751
  "If you are not sure whether to change this setting or not, please do not do "
752
  "that."
753
  msgstr ""
754
 
755
- #: contact_form.php:1319
756
  msgid "Auto Response"
757
  msgstr ""
758
 
759
- #: contact_form.php:1323
760
  #, php-format
761
  msgid ""
762
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -764,236 +679,178 @@ msgid ""
764
  "name."
765
  msgstr ""
766
 
767
- #: contact_form.php:1349 contact_form.php:1533
768
  msgid "Save Changes"
769
  msgstr "Stoor veranderinge"
770
 
771
- #: contact_form.php:1355
772
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
773
- msgstr "As u die plugin geniet, gee dit asseblief 5 sterre op WordPress"
774
-
775
- #: contact_form.php:1356
776
- msgid "Rate the plugin"
777
- msgstr "Prys die plugin"
778
-
779
- #: contact_form.php:1359
780
- msgid "If there is something wrong about it, please contact us"
781
- msgstr "As daar iets fout is met dit, kontak ons asseblief"
782
-
783
- #: contact_form.php:1370
784
  msgid "Errors output"
785
  msgstr "Foutboodskap uitset"
786
 
787
- #: contact_form.php:1373
788
  msgid "Display error messages"
789
  msgstr "Toon foutboodskappe"
790
 
791
- #: contact_form.php:1374
792
  msgid "Color of the input field errors."
793
  msgstr "Kleur van die inset veld foutboodskappe"
794
 
795
- #: contact_form.php:1375
796
  msgid "Display error messages & color of the input field errors"
797
  msgstr "Toon foutboodskappe & kleur van die inset veld foutboodskappe"
798
 
799
- #: contact_form.php:1380
800
  msgid "Add placeholder to the input blocks"
801
  msgstr "Voeg 'n plekhouer by die inset blokke"
802
 
803
- #: contact_form.php:1386
804
  msgid "Add tooltips"
805
  msgstr "Voeg tool-wenke"
806
 
807
- #: contact_form.php:1400
808
  msgid "Email address"
809
  msgstr "Epos Adres:"
810
 
811
- #: contact_form.php:1405
812
  msgid "Phone Number"
813
  msgstr "Telefoon Nommer:"
814
 
815
- #: contact_form.php:1419
816
  msgid "Attachment"
817
  msgstr "Aanhegsel:"
818
 
819
- #: contact_form.php:1424
820
  msgid "(powered by bestwebsoft.com)"
821
  msgstr "(Verrig deur bestwebsoft.com)"
822
 
823
- #: contact_form.php:1429
824
  msgid "Style options"
825
  msgstr "Styl opsies"
826
 
827
- #: contact_form.php:1432
828
  msgid "Text color"
829
  msgstr "Teks kleur"
830
 
831
- #: contact_form.php:1435 contact_form.php:1440 contact_form.php:1450
832
- #: contact_form.php:1455 contact_form.php:1460 contact_form.php:1465
833
- #: contact_form.php:1475 contact_form.php:1480 contact_form.php:1486
834
- #: contact_form.php:1497 contact_form.php:1502 contact_form.php:1507
835
  msgid "Default"
836
  msgstr "Verstek"
837
 
838
- #: contact_form.php:1437
839
  msgid "Label text color"
840
  msgstr "Etiket teks kleur"
841
 
842
- #: contact_form.php:1442
843
  msgid "Placeholder color"
844
  msgstr "Plekhouer kleur"
845
 
846
- #: contact_form.php:1447
847
  msgid "Errors color"
848
  msgstr "Foutboodskap kleur"
849
 
850
- #: contact_form.php:1452
851
  msgid "Error text color"
852
  msgstr "Foutboodskap teks kleur"
853
 
854
- #: contact_form.php:1457
855
  msgid "Background color of the input field errors"
856
  msgstr "Agtergrond kleur van die inset veld foutboodskappe"
857
 
858
- #: contact_form.php:1462
859
  msgid "Border color of the input field errors"
860
  msgstr "Rand-kleur van die inset veld foutboodskappe"
861
 
862
- #: contact_form.php:1467
863
  msgid "Placeholder color of the input field errors"
864
  msgstr "Plekhouer kleur van die inset veld foutboodskappe"
865
 
866
- #: contact_form.php:1472
867
  msgid "Input fields"
868
  msgstr "Inset velde"
869
 
870
- #: contact_form.php:1477
871
  msgid "Input fields background color"
872
  msgstr "Inset velde agtergrond kleur"
873
 
874
- #: contact_form.php:1482
875
  msgid "Text fields color"
876
  msgstr "Teks velde kleur"
877
 
878
- #: contact_form.php:1484
879
  msgid "Border width in px, numbers only"
880
  msgstr "Rand wydte in px, nommers alleenlik"
881
 
882
- #: contact_form.php:1488 contact_form.php:1509
883
  msgid "Border color"
884
  msgstr "Rand kleur"
885
 
886
- #: contact_form.php:1493
887
  msgid "Submit button"
888
  msgstr "Indien knoppie"
889
 
890
- #: contact_form.php:1495
891
  msgid "Width in px, numbers only"
892
  msgstr "Wydte in px, nommers alleenlik"
893
 
894
- #: contact_form.php:1499
895
  msgid "Button color"
896
  msgstr "Knoppie Kleur"
897
 
898
- #: contact_form.php:1504
899
  msgid "Button text color"
900
  msgstr "Knoppie teks kleur"
901
 
902
- #: contact_form.php:1537
903
  msgid "Contact Form Pro | Preview"
904
  msgstr "Kontak Vorm Pro | Voorskou"
905
 
906
- #: contact_form.php:1540
907
  msgid "Show with errors"
908
  msgstr "Toon met foutboodskappe"
909
 
910
- #: contact_form.php:1548 contact_form.php:1550
911
  msgid "Please enter your full name..."
912
  msgstr "Vul asseblief u volle name in..."
913
 
914
- #: contact_form.php:1561 contact_form.php:1563
915
  msgid "Please enter your address..."
916
  msgstr "Vul asseblief u adres in... "
917
 
918
- #: contact_form.php:1572 contact_form.php:1574
919
  msgid "Please enter your email address..."
920
  msgstr "Vul asseblief u epos adres in..."
921
 
922
- #: contact_form.php:1583 contact_form.php:1585
923
  msgid "Please enter your phone number..."
924
  msgstr "Vul asseblief u telefoon nommer in... "
925
 
926
- #: contact_form.php:1594 contact_form.php:1596
927
  msgid "Please enter subject..."
928
  msgstr "Vul asseblief 'n onderwerp in... "
929
 
930
- #: contact_form.php:1604 contact_form.php:1606
931
  msgid "Please enter your message..."
932
  msgstr "Vul asseblief jou boodskap in... "
933
 
934
- #: contact_form.php:1648
935
- msgid ""
936
- "Congratulations! The PRO version of the plugin is successfully download and "
937
- "activated."
938
- msgstr ""
939
- "Geluk! Die PRO weergawe van die plugin het suksesvol afgelaai en is "
940
- "geaktiveer"
941
-
942
- #: contact_form.php:1650
943
- msgid "Please, go to"
944
- msgstr "Gaan asseblief na"
945
-
946
- #: contact_form.php:1650
947
- msgid "the setting page"
948
- msgstr "Die verstelling bladsy"
949
-
950
- #: contact_form.php:1651
951
- msgid "You will be redirected automatically in 5 seconds."
952
- msgstr "U sal outomaties herlei word in 5 sekondes."
953
-
954
- #: contact_form.php:1656
955
- msgid "You can download and activate"
956
- msgstr "U kan aflaai en aktiveer"
957
-
958
- #: contact_form.php:1658
959
- msgid "version of this plugin by entering Your license key."
960
- msgstr "weergawe van hierdie plugin deurom u lisensiekode in te vul."
961
-
962
- #: contact_form.php:1660
963
- msgid ""
964
- "You can find your license key on your personal page Client area, by clicking "
965
- "on the link"
966
- msgstr ""
967
- "U kan u lisensiekode vind op u persoonlike bladsy Klient area, deurom te "
968
- "kliek op die skakel"
969
-
970
- #: contact_form.php:1662
971
- msgid "(your username is the email you specify when purchasing the product)."
972
- msgstr ""
973
- "(u gebruikersnaam is die epos wat u gespesifiseer het toe u die produk "
974
- "aangekoop het)."
975
-
976
- #: contact_form.php:1670 contact_form.php:1680
977
- msgid "Activate"
978
- msgstr "Aktiveer"
979
-
980
- #: contact_form.php:1752
981
  msgid "Sorry, email message could not be delivered."
982
  msgstr "Verskoning, die epos kon nie gestuur word nie."
983
 
984
- #: contact_form.php:2156
985
  msgid "Contact from"
986
  msgstr "Kontak Vorm"
987
 
988
- #: contact_form.php:2178 contact_form.php:2208
989
  msgid "Phone"
990
  msgstr "Telefoon Nommer"
991
 
992
- #: contact_form.php:2189 contact_form.php:2215
993
  msgid "Site"
994
  msgstr "Webtuiste"
995
 
996
- #: contact_form.php:2302
997
  msgid ""
998
  "If you can see this MIME, it means that the MIME type is not supported by "
999
  "your email client!"
@@ -1001,34 +858,162 @@ msgstr ""
1001
  "As u die MIME kan sie, beteken dit dat die MIME tipe nie ondersteun word "
1002
  "deur u epos klient nie!"
1003
 
1004
- #: contact_form.php:2378
1005
  msgid "Support"
1006
  msgstr "Steun"
1007
 
1008
- #: contact_form.php:2432
1009
  msgid "Are you sure that you want to delete this language data?"
1010
  msgstr "Is u seker dat u die taal data wil verwyder?"
1011
 
1012
- #: contact_form.php:2653
 
 
 
 
 
1013
  msgid ""
1014
- "It’s time to upgrade your <strong>Contact Form plugin</strong> to "
1015
- "<strong>PRO</strong> version"
 
 
 
 
1016
  msgstr ""
1017
 
1018
- #: contact_form.php:2654
1019
- msgid "Extend standard plugin functionality with new great options."
1020
  msgstr ""
1021
 
1022
- #: contact_form.php:2669
1023
  msgid ""
1024
  "<strong>Contact Form to DB</strong> allows to store your messages to the "
1025
  "database."
1026
  msgstr ""
1027
 
1028
- #: contact_form.php:2670
1029
  msgid "Manage messages that have been sent from your website."
1030
  msgstr ""
1031
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1032
  #~ msgid "Extra settings"
1033
  #~ msgstr "Ekstra verstellings"
1034
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-05 12:55+0300\n"
6
+ "PO-Revision-Date: 2015-03-05 12:56+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Aldu <alducornelissen@gmail.com>\n"
9
  "Language: af\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: contact_form.php:35 contact_form.php:631
21
  msgid "Contact Form Settings"
22
  msgstr "Kontak Form Verstellings"
23
 
24
+ #: contact_form.php:35
25
  msgid "Contact Form"
26
  msgstr "Kontak Form"
27
 
28
+ #: contact_form.php:123 contact_form.php:1012 contact_form.php:1046
29
  msgid "Name:"
30
  msgstr "Naam:"
31
 
32
+ #: contact_form.php:124 contact_form.php:1013 contact_form.php:1047
33
  msgid "Address:"
34
  msgstr "Adres:"
35
 
36
+ #: contact_form.php:125 contact_form.php:1014 contact_form.php:1048
37
  msgid "Email Address:"
38
  msgstr "Epos Adres:"
39
 
40
+ #: contact_form.php:126 contact_form.php:1015 contact_form.php:1049
41
  msgid "Phone number:"
42
  msgstr "Telefoon nommer:"
43
 
44
+ #: contact_form.php:127 contact_form.php:1016 contact_form.php:1050
45
  msgid "Subject:"
46
  msgstr "Onderwerp:"
47
 
48
+ #: contact_form.php:128 contact_form.php:1017 contact_form.php:1051
49
  msgid "Message:"
50
  msgstr "Boodskap:"
51
 
52
+ #: contact_form.php:129 contact_form.php:1018 contact_form.php:1052
53
  msgid "Attachment:"
54
  msgstr "Aanhegsel:"
55
 
56
+ #: contact_form.php:130
57
  msgid ""
58
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
59
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
63
  "AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max Datei-"
64
  "Größe: 2MB"
65
 
66
+ #: contact_form.php:131 contact_form.php:1020 contact_form.php:1054
67
  msgid "Send me a copy"
68
  msgstr "Stuur vir my 'n kopie"
69
 
70
+ #: contact_form.php:132 contact_form.php:1021 contact_form.php:1055
71
  msgid "Submit"
72
  msgstr "Dien in"
73
 
74
+ #: contact_form.php:133
75
  msgid "Your name is required."
76
  msgstr "Jou naam word benodig."
77
 
78
+ #: contact_form.php:134
79
  msgid "Address is required."
80
  msgstr "Adres word benodig."
81
 
82
+ #: contact_form.php:135
83
  msgid "A valid email address is required."
84
  msgstr "'n Geldige epos adres word benodig."
85
 
86
+ #: contact_form.php:136
87
  msgid "Phone number is required."
88
  msgstr "'n Telefoon nommer word benodig."
89
 
90
+ #: contact_form.php:137
91
  msgid "Subject is required."
92
  msgstr "'n Onderwerp word benodig."
93
 
94
+ #: contact_form.php:138
95
  msgid "Message text is required."
96
  msgstr "'n Boodskap teks word benodig ."
97
 
98
+ #: contact_form.php:139
99
  msgid "File format is not valid."
100
  msgstr "Datalêer formaat is nie geldig nie."
101
 
102
+ #: contact_form.php:140
103
  msgid "File upload error."
104
  msgstr "Oplaai van datalêer foutief."
105
 
106
+ #: contact_form.php:141
107
  msgid "The file could not be uploaded."
108
  msgstr "Die datalêer kon nie opgelaai word nie."
109
 
110
+ #: contact_form.php:142
111
  msgid "This file is too large."
112
  msgstr "Die datalêer is te groot."
113
 
114
+ #: contact_form.php:143
115
  msgid "Please fill out the CAPTCHA."
116
  msgstr "Vul asseblief die CAPTCHA in."
117
 
118
+ #: contact_form.php:144
119
  msgid "Please make corrections below and try again."
120
  msgstr "Korregeer asseblief die foute hierdoner en probeer weer."
121
 
122
+ #: contact_form.php:146
123
  msgid "Thank you for contacting us."
124
  msgstr "Dankie dat jy ons gekontak het."
125
 
126
+ #: contact_form.php:543
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
127
  msgid ""
128
  "Email 'FROM' field option was changed, which may cause email messages being "
129
  "moved to the spam folder or email delivery failures."
130
  msgstr ""
131
 
132
+ #: contact_form.php:553
133
  msgid ""
134
  "If the 'Redirect to page' option is selected then the URL field should be in "
135
  "the following format"
137
  "As die 'Redirect to page' opsie geselekteer is moet die URL veld in die "
138
  "volgende formaat wees"
139
 
140
+ #: contact_form.php:562
141
  #, fuzzy
142
  msgid "Such user does not exist."
143
  msgstr "Hierdie gebruiker bestaan nie. Die instellings is nie gestoor nie."
144
 
145
+ #: contact_form.php:572
146
  #, fuzzy
147
  msgid ""
148
  "Please enter a valid email address in the 'Use this email address' field."
150
  "Vul asseblief 'n geldige epos adres in die 'FROM/VAN' veld. Die verstellings "
151
  "is nie gestoor nie."
152
 
153
+ #: contact_form.php:580
154
  #, fuzzy
155
  msgid "Please enter a valid email address in the 'FROM' field."
156
  msgstr ""
157
  "Vul asseblief 'n geldige epos adres in die 'FROM/VAN' veld. Die verstellings "
158
  "is nie gestoor nie."
159
 
160
+ #: contact_form.php:603
161
  msgid "Settings saved."
162
  msgstr "Verstellings is gestoor."
163
 
164
+ #: contact_form.php:605
165
  #, fuzzy
166
  msgid "Settings are not saved."
167
  msgstr "Verstellings is gestoor."
168
 
169
+ #: contact_form.php:633 contact_form.php:2126 contact_form.php:2140
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
170
  msgid "Settings"
171
  msgstr "Verstellings"
172
 
173
+ #: contact_form.php:634
174
  #, fuzzy
175
  msgid "Additional settings"
176
  msgstr "Addisionele opsies"
177
 
178
+ #: contact_form.php:635
179
  msgid "Appearance"
180
  msgstr ""
181
 
182
+ #: contact_form.php:636 contact_form.php:2141
183
  msgid "FAQ"
184
  msgstr "Gereeld Gestelde Vrae (FAQ)"
185
 
186
+ #: contact_form.php:637
187
  msgid "Go PRO"
188
  msgstr "Gaan PRO"
189
 
190
+ #: contact_form.php:640 contact_form.php:642
191
  msgid "Notice:"
192
  msgstr "Kennisgewing:"
193
 
194
+ #: contact_form.php:640
195
  msgid ""
196
  "The plugin's settings have been changed. In order to save them please don't "
197
  "forget to click the 'Save Changes' button."
199
  "Die plugin se verstellings het verander. Onthou om 'Save Changes' te kliek "
200
  "om die veranderinge te stoor."
201
 
202
+ #: contact_form.php:650
203
  msgid ""
204
  "If you want to create multiple contact forms, please install the Contact "
205
  "Form Multi plugin."
206
  msgstr ""
207
 
208
+ #: contact_form.php:657 contact_form.php:660 contact_form.php:1439
209
  msgid ""
210
  "If you would like to add the Contact Form to your website, just copy and "
211
  "paste this shortcode to your post or page or widget:"
213
  "As u die Kontak Vorm by u webstuiste wil bylas, kopieër en plak net die "
214
  "kortkode na u post, bladsy of widget:"
215
 
216
+ #: contact_form.php:657 contact_form.php:658 contact_form.php:660
217
+ #: contact_form.php:661 contact_form.php:1036 contact_form.php:1038
218
+ #: contact_form.php:1099 contact_form.php:1101
219
  msgid "or"
220
  msgstr "of"
221
 
222
+ #: contact_form.php:658 contact_form.php:661
223
  msgid ""
224
  "If have any problems with the standard shortcode [contact_form], you should "
225
  "use the shortcode"
227
  "As u enige probelem het met die standaard kortkode [contact_form], moet u "
228
  "die volgende kortkodes gebruik"
229
 
230
+ #: contact_form.php:658 contact_form.php:661
231
  msgid "They work the same way."
232
  msgstr "Hulle werk op dieselfde manier."
233
 
234
+ #: contact_form.php:665
235
  msgid ""
236
  "If you leave the fields empty, the messages will be sent to the email "
237
  "address specified during registration."
239
  "As u die velde leeg laat, sal die boodskappe gestuur word na die epos adres "
240
  "wat gespesifiseer was gedurende registrasie"
241
 
242
+ #: contact_form.php:668
243
  msgid "The user's email address:"
244
  msgstr "Die gebruiker se epos adres:"
245
 
246
+ #: contact_form.php:672
247
  msgid "Create a username"
248
  msgstr "Skep 'n gebruikersnaam"
249
 
250
+ #: contact_form.php:685
251
  msgid ""
252
  "Enter a username of the person who should get the messages from the contact "
253
  "form."
255
  "Sleutel 'n gebruikersnaam in vir die persoon wat die boodskappe moet kry van "
256
  "die kontak vorm."
257
 
258
+ #: contact_form.php:689
259
  msgid "Use this email address:"
260
  msgstr "Gebruik hierdie epos adres:"
261
 
262
+ #: contact_form.php:692
263
  msgid "Enter the email address you want the messages forwarded to."
264
  msgstr "Sleutel in die epos adres in waar u die boodskappe aangestuur wil he."
265
 
266
+ #: contact_form.php:701
267
  msgid "Add department selectbox to the contact form:"
268
  msgstr "Voeg 'n departementele keuse-boks by die kontak vorm:"
269
 
270
+ #: contact_form.php:709 contact_form.php:1145 contact_form.php:1322
271
  msgid "If you upgrade to Pro version all your settings will be saved."
272
  msgstr "As u opgradeer na die Pro weergawe sal die verstellings gestoor word."
273
 
274
+ #: contact_form.php:716 contact_form.php:879 contact_form.php:952
275
+ #: contact_form.php:1152 contact_form.php:1329
276
  msgid "Unlock premium options by upgrading to a PRO version."
277
  msgstr ""
278
 
279
+ #: contact_form.php:717 contact_form.php:880 contact_form.php:953
280
+ #: contact_form.php:1153 contact_form.php:1330 contact_form.php:2402
 
281
  msgid "Learn More"
282
  msgstr ""
283
 
284
+ #: contact_form.php:720 contact_form.php:883 contact_form.php:956
285
+ #: contact_form.php:1156 contact_form.php:1333
286
  #, fuzzy
287
  msgid "Go"
288
  msgstr "Go!"
289
 
290
+ #: contact_form.php:727
291
  msgid "Save emails to the database"
292
  msgstr "Stoor eposse na die databasis."
293
 
294
+ #: contact_form.php:732
295
  msgid "Using"
296
  msgstr "In Gebruik"
297
 
298
+ #: contact_form.php:732 contact_form.php:929 contact_form.php:932
299
+ #: contact_form.php:936
300
  msgid "powered by"
301
  msgstr "Verrig deur"
302
 
303
+ #: contact_form.php:735 contact_form.php:739
304
  msgid "Using Contact Form to DB powered by"
305
  msgstr "Gebruik van Kontak Vorm na DB verrig deur"
306
 
307
+ #: contact_form.php:735
308
  msgid "Activate Contact Form to DB"
309
  msgstr "Aktiveer Kontak Vorm na DB"
310
 
311
+ #: contact_form.php:739
312
  msgid "Download Contact Form to DB"
313
  msgstr "Laai Kontak Vorm na DB af"
314
 
315
+ #: contact_form.php:749
316
  msgid "What to use?"
317
  msgstr "Wat om te gebruik?"
318
 
319
+ #: contact_form.php:752
320
  msgid "Wp-mail"
321
  msgstr "Wp-mail"
322
 
323
+ #: contact_form.php:752
324
  msgid "You can use the wp_mail function for mailing"
325
  msgstr "U kan die wp_mail funksie gebruik vir eposse"
326
 
327
+ #: contact_form.php:754
328
  msgid "Mail"
329
  msgstr "Mail"
330
 
331
+ #: contact_form.php:754
332
  msgid "To send mail you can use the php mail function"
333
  msgstr "Om eposse te stuur kan u die php epos funksie gebruik"
334
 
335
+ #: contact_form.php:758
336
  msgid "'FROM' field"
337
  msgstr ""
338
 
339
+ #: contact_form.php:760 contact_form.php:810 contact_form.php:1197
340
+ #: contact_form.php:1927 contact_form.php:1963
341
  msgid "Name"
342
  msgstr "Naam"
343
 
344
+ #: contact_form.php:764
345
  msgid "User name"
346
  msgstr "Gebruikersnaam"
347
 
348
+ #: contact_form.php:766
349
  msgid ""
350
  "The name of the user who fills the form will be used in the field 'From'."
351
  msgstr ""
352
  "Die naam van die gebruiker wie die vorm invul sal gebruik word vir die 'From/"
353
  "Van' veld."
354
 
355
+ #: contact_form.php:771 contact_form.php:1938 contact_form.php:1970
356
  msgid "Email"
357
  msgstr "Epos"
358
 
359
+ #: contact_form.php:778
360
  msgid "User email"
361
  msgstr "Gebruiker epos"
362
 
363
+ #: contact_form.php:780
364
  msgid ""
365
  "The email address of the user who fills the form will be used in the field "
366
  "'From'."
368
  "Die epos adres van die gebruiker wie die vorm invul sal gebruik word in die "
369
  "'From/van' veld."
370
 
371
+ #: contact_form.php:784
372
  msgid ""
373
  "If this option is changed, email messages may be moved to the spam folder or "
374
  "email delivery failures may occur."
375
  msgstr ""
376
 
377
+ #: contact_form.php:790
378
  msgid "Required symbol"
379
  msgstr "Benodigde simbool"
380
 
381
+ #: contact_form.php:800
382
  msgid "Fields"
383
  msgstr "Velde"
384
 
385
+ #: contact_form.php:801
386
  msgid "Used"
387
  msgstr "Gebruik"
388
 
389
+ #: contact_form.php:802
390
  msgid "Required"
391
  msgstr "Benodig"
392
 
393
+ #: contact_form.php:803
394
  msgid "Visible"
395
  msgstr "Sigbaar"
396
 
397
+ #: contact_form.php:804
398
  msgid "Disabled for editing"
399
  msgstr "Gedeaktiveer vir wysiging"
400
 
401
+ #: contact_form.php:805
402
  msgid "Field's default value"
403
  msgstr "Veld se verstekwaarde"
404
 
405
+ #: contact_form.php:817
406
  msgid "Use User's name as a default value if the user is logged in."
407
  msgstr ""
408
 
409
+ #: contact_form.php:818 contact_form.php:846
410
  msgid ""
411
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
412
  "in users."
413
  msgstr ""
414
 
415
+ #: contact_form.php:822
416
  msgid "Location selectbox"
417
  msgstr ""
418
 
419
+ #: contact_form.php:830 contact_form.php:1202 contact_form.php:1933
420
+ #: contact_form.php:1967
421
  msgid "Address"
422
  msgstr "Adres: "
423
 
424
+ #: contact_form.php:838
425
  msgid "Email Address"
426
  msgstr "Epos Adres:"
427
 
428
+ #: contact_form.php:845
429
  msgid "Use User's email as a default value if the user is logged in."
430
  msgstr ""
431
 
432
+ #: contact_form.php:850
433
  msgid "Phone number"
434
  msgstr "Telefoon nommer:"
435
 
436
+ #: contact_form.php:858 contact_form.php:1217 contact_form.php:1948
437
+ #: contact_form.php:1976
438
  msgid "Subject"
439
  msgstr "Onderwerp"
440
 
441
+ #: contact_form.php:866 contact_form.php:1221 contact_form.php:1951
442
+ #: contact_form.php:1978
443
  msgid "Message"
444
  msgstr "Boodskap"
445
 
446
+ #: contact_form.php:890
447
  msgid "Attachment block"
448
  msgstr "Aanhegsel blok"
449
 
450
+ #: contact_form.php:892
451
  msgid "Users can attach the following file formats"
452
  msgstr "Gebruikers kan die volgende dataleêr formate aanheg"
453
 
454
+ #: contact_form.php:905
455
  msgid "Add to the form"
456
  msgstr "Voeg by die vorm by"
457
 
458
+ #: contact_form.php:910
459
  msgid "Tips below the Attachment"
460
  msgstr "Wenke onder die Aanhegsel"
461
 
462
+ #: contact_form.php:919
463
  msgid "'Send me a copy' block"
464
  msgstr "'Stuur vir my 'n kopie' blok"
465
 
466
+ #: contact_form.php:929 contact_form.php:932 contact_form.php:936
467
+ #: contact_form.php:1231
468
  msgid "Captcha"
469
  msgstr "Captcha"
470
 
471
+ #: contact_form.php:932
472
  msgid "Activate captcha"
473
  msgstr "Aktiveer captcha"
474
 
475
+ #: contact_form.php:936
476
  msgid "Download captcha"
477
  msgstr "Laai captcha af"
478
 
479
+ #: contact_form.php:944
480
  msgid "Agreement checkbox"
481
  msgstr "Ooreenstemming checkbox"
482
 
483
+ #: contact_form.php:944
484
  msgid "Required checkbox for submitting the form"
485
  msgstr "Benodigde checkbox om die vorm in te dien"
486
 
487
+ #: contact_form.php:945
488
  msgid "Optional checkbox"
489
  msgstr "Opsie checkbox"
490
 
491
+ #: contact_form.php:945
492
  msgid "Optional checkbox, the results of which will be displayed in email"
493
  msgstr "Opsionele checkbox, die resultate waarvan in die epos sal verskyn"
494
 
495
+ #: contact_form.php:962
496
  msgid "Delete an attachment file from the server after the email is sent"
497
  msgstr "Verwyder 'n aanhegsel dataleêr van die server na epos gestuur is"
498
 
499
+ #: contact_form.php:968
500
  msgid "Email in HTML format sending"
501
  msgstr "E-Mail in HTML Format"
502
 
503
+ #: contact_form.php:972
504
  msgid "Display additional info in the email"
505
  msgstr "Toon addisionele inligting in die epos"
506
 
507
+ #: contact_form.php:977 contact_form.php:1894 contact_form.php:1896
508
  msgid "Sent from (ip address)"
509
  msgstr "Gestuur van (IP-Adres)"
510
 
511
+ #: contact_form.php:977
512
  msgid "Example: Sent from (IP address):\t127.0.0.1"
513
  msgstr "Voorbeeld: Gestuur van (IP-Adres):\t127.0.0.1"
514
 
515
+ #: contact_form.php:978 contact_form.php:1900 contact_form.php:1902
516
  msgid "Date/Time"
517
  msgstr "Datum/Tyd"
518
 
519
+ #: contact_form.php:978
520
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
521
  msgstr "Voorbeeld: Datum/Tyd:\tAugustus 19, 2013 8:50 pm"
522
 
523
+ #: contact_form.php:979 contact_form.php:1906 contact_form.php:1908
524
  msgid "Sent from (referer)"
525
  msgstr "Gestuur van (referer)"
526
 
527
+ #: contact_form.php:979
528
  msgid ""
529
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
530
  msgstr ""
531
  "Voorbeeld: Gestuur van (referer):\thttp://bestwebsoft.com/kontakte/kontak-"
532
  "ons/"
533
 
534
+ #: contact_form.php:980 contact_form.php:1912 contact_form.php:1914
535
  msgid "Using (user agent)"
536
  msgstr "Gebruik (user agent)"
537
 
538
+ #: contact_form.php:980
539
  msgid ""
540
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
541
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
543
  "Voorbeeld: Gebruik (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
544
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
545
 
546
+ #: contact_form.php:984
547
  msgid "Language settings for the field names in the form"
548
  msgstr "Taal verstellings vir die naamvelde in die vorm"
549
 
550
+ #: contact_form.php:993
551
  msgid "Add a language"
552
  msgstr "Voeg 'n taal by"
553
 
554
+ #: contact_form.php:997
555
  msgid "Change the names of the contact form fields and error messages"
556
  msgstr "Verander die name van die kontak vorm velde en foutboodskappe"
557
 
558
+ #: contact_form.php:1002 contact_form.php:1089
559
  msgid "English"
560
  msgstr "Engels"
561
 
562
+ #: contact_form.php:1010 contact_form.php:1044
563
  msgid "click to expand/hide the list"
564
  msgstr "Kliek om uit te brei/lys te versteek"
565
 
566
+ #: contact_form.php:1019 contact_form.php:1053
567
  msgid "Tips below the Attachment block"
568
  msgstr "Wenke onder toe Aanhegsel blok"
569
 
570
+ #: contact_form.php:1022 contact_form.php:1056
571
  msgid "Error message for the Name field"
572
  msgstr "FFoutboodskap vir die Naamveld"
573
 
574
+ #: contact_form.php:1023 contact_form.php:1057
575
  msgid "Error message for the Address field"
576
  msgstr "Foutboodskap vir die Adres veld"
577
 
578
+ #: contact_form.php:1024 contact_form.php:1058
579
  msgid "Error message for the Email field"
580
  msgstr "Foutboodskap vir die Epos veld"
581
 
582
+ #: contact_form.php:1025 contact_form.php:1059
583
  msgid "Error message for the Phone field"
584
  msgstr "Foutboodskap vir die Telefoon Nommer veld"
585
 
586
+ #: contact_form.php:1026 contact_form.php:1060
587
  msgid "Error message for the Subject field"
588
  msgstr "Foutboodskap vir die Onderwerp veld"
589
 
590
+ #: contact_form.php:1027 contact_form.php:1061
591
  msgid "Error message for the Message field"
592
  msgstr "Foutboodskap vir die Boodskap veld"
593
 
594
+ #: contact_form.php:1028 contact_form.php:1062
595
  msgid "Error message about the file type for the Attachment field"
596
  msgstr "Foutboodskap oor die dataleêr tipe vir die Aanhegsel veld"
597
 
598
+ #: contact_form.php:1029 contact_form.php:1063
599
  msgid ""
600
  "Error message while uploading a file for the Attachment field to the server"
601
  msgstr ""
602
  "Foutboodskap tydens dataleêr oplaai vir die Aanhegsel veld na die server"
603
 
604
+ #: contact_form.php:1030 contact_form.php:1064
605
  msgid "Error message while moving the file for the Attachment field"
606
  msgstr "Foutboodskap tydens die skuif van dataleêr vir die Aanhegsel veld"
607
 
608
+ #: contact_form.php:1031 contact_form.php:1065
609
  msgid "Error message when file size limit for the Attachment field is exceeded"
610
  msgstr ""
611
  "Foutboodskap wanneer die dataleêr limiet vir die Aanhegsel veld oorskry is"
612
 
613
+ #: contact_form.php:1032 contact_form.php:1066
614
  msgid "Error message for the Captcha field"
615
  msgstr "Foutboodskap vir die Captcha veld"
616
 
617
+ #: contact_form.php:1033 contact_form.php:1067
618
  msgid "Error message for the whole form"
619
  msgstr "Foutboodskap vir die hele vorm"
620
 
621
+ #: contact_form.php:1036 contact_form.php:1038 contact_form.php:1070
622
+ #: contact_form.php:1072 contact_form.php:1099 contact_form.php:1101
623
+ #: contact_form.php:1109 contact_form.php:1111 contact_form.php:2272
624
+ #: contact_form.php:2274
625
  msgid "Use shortcode"
626
  msgstr "Gebruik kortkode"
627
 
628
+ #: contact_form.php:1036 contact_form.php:1038 contact_form.php:1070
629
+ #: contact_form.php:1072 contact_form.php:1099 contact_form.php:1101
630
+ #: contact_form.php:1109 contact_form.php:1111 contact_form.php:2272
631
+ #: contact_form.php:2274
632
  msgid "for this language"
633
  msgstr "vir hierdie taal"
634
 
635
+ #: contact_form.php:1080
636
  #, fuzzy
637
  msgid "Use the changed names of the contact form fields in the email"
638
  msgstr "Verander die name van die kontak vorm velde en foutboodskappe"
639
 
640
+ #: contact_form.php:1086
641
  msgid "Action after email is sent"
642
  msgstr "Aksie na epos gestuur is"
643
 
644
+ #: contact_form.php:1088
645
  msgid "Display text"
646
  msgstr "Toon teks"
647
 
648
+ #: contact_form.php:1097 contact_form.php:1107
649
  msgid "Text"
650
  msgstr "teks"
651
 
652
+ #: contact_form.php:1118
653
  msgid "Redirect to the page"
654
  msgstr "Herlei na die bladsy"
655
 
656
+ #: contact_form.php:1119
657
  msgid "Url"
658
  msgstr "Url"
659
 
660
+ #: contact_form.php:1123
661
  msgid "The $_SERVER variable that is used to build a URL of the form"
662
  msgstr ""
663
 
664
+ #: contact_form.php:1127
665
  msgid ""
666
  "If you are not sure whether to change this setting or not, please do not do "
667
  "that."
668
  msgstr ""
669
 
670
+ #: contact_form.php:1136
671
  msgid "Auto Response"
672
  msgstr ""
673
 
674
+ #: contact_form.php:1140
675
  #, php-format
676
  msgid ""
677
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
679
  "name."
680
  msgstr ""
681
 
682
+ #: contact_form.php:1165 contact_form.php:1340
683
  msgid "Save Changes"
684
  msgstr "Stoor veranderinge"
685
 
686
+ #: contact_form.php:1177
 
 
 
 
 
 
 
 
 
 
 
 
687
  msgid "Errors output"
688
  msgstr "Foutboodskap uitset"
689
 
690
+ #: contact_form.php:1180
691
  msgid "Display error messages"
692
  msgstr "Toon foutboodskappe"
693
 
694
+ #: contact_form.php:1181
695
  msgid "Color of the input field errors."
696
  msgstr "Kleur van die inset veld foutboodskappe"
697
 
698
+ #: contact_form.php:1182
699
  msgid "Display error messages & color of the input field errors"
700
  msgstr "Toon foutboodskappe & kleur van die inset veld foutboodskappe"
701
 
702
+ #: contact_form.php:1187
703
  msgid "Add placeholder to the input blocks"
704
  msgstr "Voeg 'n plekhouer by die inset blokke"
705
 
706
+ #: contact_form.php:1193
707
  msgid "Add tooltips"
708
  msgstr "Voeg tool-wenke"
709
 
710
+ #: contact_form.php:1207
711
  msgid "Email address"
712
  msgstr "Epos Adres:"
713
 
714
+ #: contact_form.php:1212
715
  msgid "Phone Number"
716
  msgstr "Telefoon Nommer:"
717
 
718
+ #: contact_form.php:1226
719
  msgid "Attachment"
720
  msgstr "Aanhegsel:"
721
 
722
+ #: contact_form.php:1231
723
  msgid "(powered by bestwebsoft.com)"
724
  msgstr "(Verrig deur bestwebsoft.com)"
725
 
726
+ #: contact_form.php:1236
727
  msgid "Style options"
728
  msgstr "Styl opsies"
729
 
730
+ #: contact_form.php:1239
731
  msgid "Text color"
732
  msgstr "Teks kleur"
733
 
734
+ #: contact_form.php:1242 contact_form.php:1247 contact_form.php:1257
735
+ #: contact_form.php:1262 contact_form.php:1267 contact_form.php:1272
736
+ #: contact_form.php:1282 contact_form.php:1287 contact_form.php:1293
737
+ #: contact_form.php:1304 contact_form.php:1309 contact_form.php:1314
738
  msgid "Default"
739
  msgstr "Verstek"
740
 
741
+ #: contact_form.php:1244
742
  msgid "Label text color"
743
  msgstr "Etiket teks kleur"
744
 
745
+ #: contact_form.php:1249
746
  msgid "Placeholder color"
747
  msgstr "Plekhouer kleur"
748
 
749
+ #: contact_form.php:1254
750
  msgid "Errors color"
751
  msgstr "Foutboodskap kleur"
752
 
753
+ #: contact_form.php:1259
754
  msgid "Error text color"
755
  msgstr "Foutboodskap teks kleur"
756
 
757
+ #: contact_form.php:1264
758
  msgid "Background color of the input field errors"
759
  msgstr "Agtergrond kleur van die inset veld foutboodskappe"
760
 
761
+ #: contact_form.php:1269
762
  msgid "Border color of the input field errors"
763
  msgstr "Rand-kleur van die inset veld foutboodskappe"
764
 
765
+ #: contact_form.php:1274
766
  msgid "Placeholder color of the input field errors"
767
  msgstr "Plekhouer kleur van die inset veld foutboodskappe"
768
 
769
+ #: contact_form.php:1279
770
  msgid "Input fields"
771
  msgstr "Inset velde"
772
 
773
+ #: contact_form.php:1284
774
  msgid "Input fields background color"
775
  msgstr "Inset velde agtergrond kleur"
776
 
777
+ #: contact_form.php:1289
778
  msgid "Text fields color"
779
  msgstr "Teks velde kleur"
780
 
781
+ #: contact_form.php:1291
782
  msgid "Border width in px, numbers only"
783
  msgstr "Rand wydte in px, nommers alleenlik"
784
 
785
+ #: contact_form.php:1295 contact_form.php:1316
786
  msgid "Border color"
787
  msgstr "Rand kleur"
788
 
789
+ #: contact_form.php:1300
790
  msgid "Submit button"
791
  msgstr "Indien knoppie"
792
 
793
+ #: contact_form.php:1302
794
  msgid "Width in px, numbers only"
795
  msgstr "Wydte in px, nommers alleenlik"
796
 
797
+ #: contact_form.php:1306
798
  msgid "Button color"
799
  msgstr "Knoppie Kleur"
800
 
801
+ #: contact_form.php:1311
802
  msgid "Button text color"
803
  msgstr "Knoppie teks kleur"
804
 
805
+ #: contact_form.php:1344
806
  msgid "Contact Form Pro | Preview"
807
  msgstr "Kontak Vorm Pro | Voorskou"
808
 
809
+ #: contact_form.php:1347
810
  msgid "Show with errors"
811
  msgstr "Toon met foutboodskappe"
812
 
813
+ #: contact_form.php:1355 contact_form.php:1357
814
  msgid "Please enter your full name..."
815
  msgstr "Vul asseblief u volle name in..."
816
 
817
+ #: contact_form.php:1368 contact_form.php:1370
818
  msgid "Please enter your address..."
819
  msgstr "Vul asseblief u adres in... "
820
 
821
+ #: contact_form.php:1379 contact_form.php:1381
822
  msgid "Please enter your email address..."
823
  msgstr "Vul asseblief u epos adres in..."
824
 
825
+ #: contact_form.php:1390 contact_form.php:1392
826
  msgid "Please enter your phone number..."
827
  msgstr "Vul asseblief u telefoon nommer in... "
828
 
829
+ #: contact_form.php:1401 contact_form.php:1403
830
  msgid "Please enter subject..."
831
  msgstr "Vul asseblief 'n onderwerp in... "
832
 
833
+ #: contact_form.php:1411 contact_form.php:1413
834
  msgid "Please enter your message..."
835
  msgstr "Vul asseblief jou boodskap in... "
836
 
837
+ #: contact_form.php:1517
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
838
  msgid "Sorry, email message could not be delivered."
839
  msgstr "Verskoning, die epos kon nie gestuur word nie."
840
 
841
+ #: contact_form.php:1921
842
  msgid "Contact from"
843
  msgstr "Kontak Vorm"
844
 
845
+ #: contact_form.php:1943 contact_form.php:1973
846
  msgid "Phone"
847
  msgstr "Telefoon Nommer"
848
 
849
+ #: contact_form.php:1954 contact_form.php:1980
850
  msgid "Site"
851
  msgstr "Webtuiste"
852
 
853
+ #: contact_form.php:2066
854
  msgid ""
855
  "If you can see this MIME, it means that the MIME type is not supported by "
856
  "your email client!"
858
  "As u die MIME kan sie, beteken dit dat die MIME tipe nie ondersteun word "
859
  "deur u epos klient nie!"
860
 
861
+ #: contact_form.php:2142
862
  msgid "Support"
863
  msgstr "Steun"
864
 
865
+ #: contact_form.php:2191
866
  msgid "Are you sure that you want to delete this language data?"
867
  msgstr "Is u seker dat u die taal data wil verwyder?"
868
 
869
+ #: contact_form.php:2212
870
+ #, fuzzy
871
+ msgid "Add multiple forms"
872
+ msgstr "Voeg by die vorm by"
873
+
874
+ #: contact_form.php:2212
875
  msgid ""
876
+ "Install Contact Form Multi plugin to create unlimited number of contact "
877
+ "forms."
878
+ msgstr ""
879
+
880
+ #: contact_form.php:2217
881
+ msgid "Learn more"
882
  msgstr ""
883
 
884
+ #: contact_form.php:2221
885
+ msgid "Close"
886
  msgstr ""
887
 
888
+ #: contact_form.php:2405
889
  msgid ""
890
  "<strong>Contact Form to DB</strong> allows to store your messages to the "
891
  "database."
892
  msgstr ""
893
 
894
+ #: contact_form.php:2406
895
  msgid "Manage messages that have been sent from your website."
896
  msgstr ""
897
 
898
+ #~ msgid "requires"
899
+ #~ msgstr "benodig"
900
+
901
+ #~ msgid ""
902
+ #~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
903
+ #~ "and try again."
904
+ #~ msgstr ""
905
+ #~ "of hoër, dit is waarom dit gedeaktiveer is! Opgradeer asseblief "
906
+ #~ "WordPress, en probeer weer."
907
+
908
+ #~ msgid "Back to the WordPress"
909
+ #~ msgstr "Terug na WordPress."
910
+
911
+ #~ msgid "Plugins page"
912
+ #~ msgstr "Plugin blad"
913
+
914
+ #~ msgid "Wrong license key"
915
+ #~ msgstr "Verkeerde lisensie sleutel"
916
+
917
+ #~ msgid ""
918
+ #~ "Something went wrong. Try again later. If the error will appear again, "
919
+ #~ "please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</"
920
+ #~ "a>. We are sorry for inconvenience."
921
+ #~ msgstr ""
922
+ #~ "Iets het fout gegaan. Probeer weer later. As die foutboodskap weer "
923
+ #~ "verskyn, kontak ons asseblief by <a href=http://support.bestwebsoft."
924
+ #~ "com>BestWebSoft</a>. Ons is jammer vir die ongerief."
925
+
926
+ #~ msgid "This license key is bind to another site"
927
+ #~ msgstr "Hierdie lisensie sleutel is verbind met 'n ander webblad."
928
+
929
+ #~ msgid ""
930
+ #~ "Unfortunately, you have exceeded the number of available tries per day. "
931
+ #~ "Please, upload the plugin manually."
932
+ #~ msgstr ""
933
+ #~ "Ongelukkig het u die aantal beskikbare probeerslae per dag oorskry. Laai "
934
+ #~ "asseblief die plugin handmatig op."
935
+
936
+ #~ msgid ""
937
+ #~ "Failed to download the zip archive. Please, upload the plugin manually"
938
+ #~ msgstr ""
939
+ #~ "Mislukking om zip Argiewe af te laai. Laai asseblief die plugin handmatig "
940
+ #~ "op."
941
+
942
+ #~ msgid "Failed to open the zip archive. Please, upload the plugin manually"
943
+ #~ msgstr ""
944
+ #~ "Mislukking om zip Argiewe oop te maak. Laai asseblief die plugin "
945
+ #~ "handmatig op."
946
+
947
+ #~ msgid ""
948
+ #~ "Your server does not support either ZipArchive or Phar. Please, upload "
949
+ #~ "the plugin manually"
950
+ #~ msgstr ""
951
+ #~ "U server ondersteun of nie ZipArchive of Phar nie. Laai asseblief die "
952
+ #~ "plugin handmatig op."
953
+
954
+ #, fuzzy
955
+ #~ msgid "UploadDir is not writable. Please, upload the plugin manually"
956
+ #~ msgstr ""
957
+ #~ "Mislukking om zip Argiewe oop te maak. Laai asseblief die plugin "
958
+ #~ "handmatig op."
959
+
960
+ #~ msgid ""
961
+ #~ "Something went wrong. Try again later or upload the plugin manually. We "
962
+ #~ "are sorry for inconvienience."
963
+ #~ msgstr ""
964
+ #~ "Iets het verkeerd gegaan. Probeer weer later, of laai die plugin op "
965
+ #~ "handmatig. Ons is jammer vir die ongerief."
966
+
967
+ #~ msgid "Please, enter Your license key"
968
+ #~ msgstr "Sleutel asseblief u lisensie sleutel in"
969
+
970
+ #~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
971
+ #~ msgstr "As u die plugin geniet, gee dit asseblief 5 sterre op WordPress"
972
+
973
+ #~ msgid "Rate the plugin"
974
+ #~ msgstr "Prys die plugin"
975
+
976
+ #~ msgid "If there is something wrong about it, please contact us"
977
+ #~ msgstr "As daar iets fout is met dit, kontak ons asseblief"
978
+
979
+ #~ msgid ""
980
+ #~ "Congratulations! The PRO version of the plugin is successfully download "
981
+ #~ "and activated."
982
+ #~ msgstr ""
983
+ #~ "Geluk! Die PRO weergawe van die plugin het suksesvol afgelaai en is "
984
+ #~ "geaktiveer"
985
+
986
+ #~ msgid "Please, go to"
987
+ #~ msgstr "Gaan asseblief na"
988
+
989
+ #~ msgid "the setting page"
990
+ #~ msgstr "Die verstelling bladsy"
991
+
992
+ #~ msgid "You will be redirected automatically in 5 seconds."
993
+ #~ msgstr "U sal outomaties herlei word in 5 sekondes."
994
+
995
+ #~ msgid "You can download and activate"
996
+ #~ msgstr "U kan aflaai en aktiveer"
997
+
998
+ #~ msgid "version of this plugin by entering Your license key."
999
+ #~ msgstr "weergawe van hierdie plugin deurom u lisensiekode in te vul."
1000
+
1001
+ #~ msgid ""
1002
+ #~ "You can find your license key on your personal page Client area, by "
1003
+ #~ "clicking on the link"
1004
+ #~ msgstr ""
1005
+ #~ "U kan u lisensiekode vind op u persoonlike bladsy Klient area, deurom te "
1006
+ #~ "kliek op die skakel"
1007
+
1008
+ #~ msgid ""
1009
+ #~ "(your username is the email you specify when purchasing the product)."
1010
+ #~ msgstr ""
1011
+ #~ "(u gebruikersnaam is die epos wat u gespesifiseer het toe u die produk "
1012
+ #~ "aangekoop het)."
1013
+
1014
+ #~ msgid "Activate"
1015
+ #~ msgstr "Aktiveer"
1016
+
1017
  #~ msgid "Extra settings"
1018
  #~ msgstr "Ekstra verstellings"
1019
 
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: 2015-02-17 12:43+0300\n"
6
- "PO-Revision-Date: 2015-02-17 12:43+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Kenneth <kenneth@snollocer.net>\n"
9
  "Language: ca_ES\n"
@@ -16,43 +16,43 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:80 contact_form.php:811
20
  msgid "Contact Form Settings"
21
  msgstr "Opcions Contact Form"
22
 
23
- #: contact_form.php:80
24
  msgid "Contact Form"
25
  msgstr "Contact Form"
26
 
27
- #: contact_form.php:162 contact_form.php:1195 contact_form.php:1229
28
  msgid "Name:"
29
  msgstr "Nom:"
30
 
31
- #: contact_form.php:163 contact_form.php:1196 contact_form.php:1230
32
  msgid "Address:"
33
  msgstr "Adreça:"
34
 
35
- #: contact_form.php:164 contact_form.php:1197 contact_form.php:1231
36
  msgid "Email Address:"
37
  msgstr "Adreça de correu electrònic:"
38
 
39
- #: contact_form.php:165 contact_form.php:1198 contact_form.php:1232
40
  msgid "Phone number:"
41
  msgstr "Nombre de telèfon"
42
 
43
- #: contact_form.php:166 contact_form.php:1199 contact_form.php:1233
44
  msgid "Subject:"
45
  msgstr "Asumpte:"
46
 
47
- #: contact_form.php:167 contact_form.php:1200 contact_form.php:1234
48
  msgid "Message:"
49
  msgstr "Missatge:"
50
 
51
- #: contact_form.php:168 contact_form.php:1201 contact_form.php:1235
52
  msgid "Attachment:"
53
  msgstr "Adjunt:"
54
 
55
- #: contact_form.php:169
56
  msgid ""
57
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
58
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
@@ -62,93 +62,73 @@ msgstr ""
62
  "AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Mida màxima: "
63
  "2MB"
64
 
65
- #: contact_form.php:170 contact_form.php:1203 contact_form.php:1237
66
  msgid "Send me a copy"
67
  msgstr "Envia'm una còpia"
68
 
69
- #: contact_form.php:171 contact_form.php:1204 contact_form.php:1238
70
  msgid "Submit"
71
  msgstr "Enviar"
72
 
73
- #: contact_form.php:172
74
  msgid "Your name is required."
75
  msgstr "El seu nom es obligatori."
76
 
77
- #: contact_form.php:173
78
  msgid "Address is required."
79
  msgstr "Una adreça vàlida és obligatòria."
80
 
81
- #: contact_form.php:174
82
  msgid "A valid email address is required."
83
  msgstr "Una Adreça de correu electrònic és obligatòria."
84
 
85
- #: contact_form.php:175
86
  msgid "Phone number is required."
87
  msgstr "El seu nombre de telèfon és obligatori."
88
 
89
- #: contact_form.php:176
90
  msgid "Subject is required."
91
  msgstr "L'assumpte és obligatori."
92
 
93
- #: contact_form.php:177
94
  msgid "Message text is required."
95
  msgstr "El missatge és obligatori."
96
 
97
- #: contact_form.php:178
98
  msgid "File format is not valid."
99
  msgstr "El format de l'adjunt és incorrecte."
100
 
101
- #: contact_form.php:179
102
  msgid "File upload error."
103
  msgstr "Error de càrrega del fitxer"
104
 
105
- #: contact_form.php:180
106
  msgid "The file could not be uploaded."
107
  msgstr "El fitxer no ha pogut ser carregat"
108
 
109
- #: contact_form.php:181
110
  msgid "This file is too large."
111
  msgstr "Aquest document és massa gran."
112
 
113
- #: contact_form.php:182
114
  msgid "Please fill out the CAPTCHA."
115
  msgstr "Si us plau completi el CAPTCHA"
116
 
117
- #: contact_form.php:183
118
  msgid "Please make corrections below and try again."
119
  msgstr "Si us plau, corregeixi les dades i provi un altre cop."
120
 
121
- #: contact_form.php:185
122
  msgid "Thank you for contacting us."
123
  msgstr "Gràcies per contactar amb nosaltres"
124
 
125
- #: contact_form.php:362
126
- #, fuzzy
127
- msgid "requires"
128
- msgstr "Camps requerits"
129
-
130
- #: contact_form.php:362
131
- msgid ""
132
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
133
- "try again."
134
- msgstr ""
135
-
136
- #: contact_form.php:362
137
- msgid "Back to the WordPress"
138
- msgstr ""
139
-
140
- #: contact_form.php:362
141
- #, fuzzy
142
- msgid "Plugins page"
143
- msgstr "Plugins Pro"
144
-
145
- #: contact_form.php:598
146
  msgid ""
147
  "Email 'FROM' field option was changed, which may cause email messages being "
148
  "moved to the spam folder or email delivery failures."
149
  msgstr ""
150
 
151
- #: contact_form.php:608
152
  msgid ""
153
  "If the 'Redirect to page' option is selected then the URL field should be in "
154
  "the following format"
@@ -156,12 +136,12 @@ msgstr ""
156
  "Si l'opció de 'redireccionament a la pàgina' està seleccionat llavors el "
157
  "camp URL ha d'estar en el següent format"
158
 
159
- #: contact_form.php:617
160
  #, fuzzy
161
  msgid "Such user does not exist."
162
  msgstr "Usuari inexistent. Els canvis no s'han desat."
163
 
164
- #: contact_form.php:627
165
  #, fuzzy
166
  msgid ""
167
  "Please enter a valid email address in the 'Use this email address' field."
@@ -169,110 +149,60 @@ msgstr ""
169
  "Si us plau introdueixi una Adreça de correu electrònic correcta. Els canvis "
170
  "no s'han desat."
171
 
172
- #: contact_form.php:635
173
  #, fuzzy
174
  msgid "Please enter a valid email address in the 'FROM' field."
175
  msgstr ""
176
  "Si us plau introdueixi una Adreça de correu electrònic correcta. Els canvis "
177
  "no s'han desat."
178
 
179
- #: contact_form.php:660
180
  msgid "Settings saved."
181
  msgstr "Configuració desada."
182
 
183
- #: contact_form.php:662
184
  #, fuzzy
185
  msgid "Settings are not saved."
186
  msgstr "Configuració desada."
187
 
188
- #: contact_form.php:689 contact_form.php:721
189
- msgid "Wrong license key"
190
- msgstr ""
191
-
192
- #: contact_form.php:714
193
- msgid ""
194
- "Something went wrong. Try again later. If the error will appear again, "
195
- "please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. "
196
- "We are sorry for inconvenience."
197
- msgstr ""
198
-
199
- #: contact_form.php:723
200
- msgid "This license key is bind to another site"
201
- msgstr ""
202
-
203
- #: contact_form.php:725 contact_form.php:1673
204
- msgid ""
205
- "Unfortunately, you have exceeded the number of available tries per day. "
206
- "Please, upload the plugin manually."
207
- msgstr ""
208
-
209
- #: contact_form.php:736 contact_form.php:758 contact_form.php:777
210
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
211
- msgstr ""
212
-
213
- #: contact_form.php:748
214
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
215
- msgstr ""
216
-
217
- #: contact_form.php:754
218
- msgid ""
219
- "Your server does not support either ZipArchive or Phar. Please, upload the "
220
- "plugin manually"
221
- msgstr ""
222
-
223
- #: contact_form.php:761
224
- msgid "UploadDir is not writable. Please, upload the plugin manually"
225
- msgstr ""
226
-
227
- #: contact_form.php:781
228
- msgid ""
229
- "Something went wrong. Try again later or upload the plugin manually. We are "
230
- "sorry for inconvienience."
231
- msgstr ""
232
-
233
- #: contact_form.php:805
234
- #, fuzzy
235
- msgid "Please, enter Your license key"
236
- msgstr "Si us plau introduïu el missatge"
237
-
238
- #: contact_form.php:813 contact_form.php:2362 contact_form.php:2376
239
  msgid "Settings"
240
  msgstr "Configuració"
241
 
242
- #: contact_form.php:814
243
  #, fuzzy
244
  msgid "Additional settings"
245
  msgstr "Opcions addicionals"
246
 
247
- #: contact_form.php:815
248
  msgid "Appearance"
249
  msgstr ""
250
 
251
- #: contact_form.php:816 contact_form.php:2377
252
  msgid "FAQ"
253
  msgstr "FAQ"
254
 
255
- #: contact_form.php:817
256
  msgid "Go PRO"
257
  msgstr ""
258
 
259
- #: contact_form.php:820 contact_form.php:823
260
  msgid "Notice:"
261
  msgstr ""
262
 
263
- #: contact_form.php:820
264
  msgid ""
265
  "The plugin's settings have been changed. In order to save them please don't "
266
  "forget to click the 'Save Changes' button."
267
  msgstr ""
268
 
269
- #: contact_form.php:831
270
  msgid ""
271
  "If you want to create multiple contact forms, please install the Contact "
272
  "Form Multi plugin."
273
  msgstr ""
274
 
275
- #: contact_form.php:839 contact_form.php:842 contact_form.php:1632
276
  msgid ""
277
  "If you would like to add the Contact Form to your website, just copy and "
278
  "paste this shortcode to your post or page or widget:"
@@ -280,23 +210,23 @@ msgstr ""
280
  "Si vol afegir Contact Form en la seva web, copiï i enganxi aquest codi en el "
281
  "seu missatge, pàgina o widget:"
282
 
283
- #: contact_form.php:839 contact_form.php:840 contact_form.php:842
284
- #: contact_form.php:843 contact_form.php:1219 contact_form.php:1221
285
- #: contact_form.php:1282 contact_form.php:1284
286
  msgid "or"
287
  msgstr ""
288
 
289
- #: contact_form.php:840 contact_form.php:843
290
  msgid ""
291
  "If have any problems with the standard shortcode [contact_form], you should "
292
  "use the shortcode"
293
  msgstr ""
294
 
295
- #: contact_form.php:840 contact_form.php:843
296
  msgid "They work the same way."
297
  msgstr ""
298
 
299
- #: contact_form.php:848
300
  msgid ""
301
  "If you leave the fields empty, the messages will be sent to the email "
302
  "address specified during registration."
@@ -304,114 +234,113 @@ msgstr ""
304
  "Si la informació d'aquest camp queda buida, s'usarà l'adreça especificada "
305
  "durant el registre."
306
 
307
- #: contact_form.php:851
308
  msgid "The user's email address:"
309
  msgstr "Adreça de correu electrònic de l'usuari:"
310
 
311
- #: contact_form.php:855
312
  msgid "Create a username"
313
  msgstr "Seleccioni un nom d'usuari"
314
 
315
- #: contact_form.php:868
316
  msgid ""
317
  "Enter a username of the person who should get the messages from the contact "
318
  "form."
319
  msgstr "Introdueixi el nom de l'usuari que rebrà missatges des de contact form"
320
 
321
- #: contact_form.php:872
322
  msgid "Use this email address:"
323
  msgstr "Usi aquesta adreça de correu electrònic::"
324
 
325
- #: contact_form.php:875
326
  msgid "Enter the email address you want the messages forwarded to."
327
  msgstr ""
328
  "Introdueixi una adreça de correu electrònic on vulgui re-enviar el missatge"
329
 
330
- #: contact_form.php:884
331
  msgid "Add department selectbox to the contact form:"
332
  msgstr ""
333
 
334
- #: contact_form.php:892 contact_form.php:1328 contact_form.php:1515
335
  msgid "If you upgrade to Pro version all your settings will be saved."
336
  msgstr ""
337
 
338
- #: contact_form.php:899 contact_form.php:1062 contact_form.php:1135
339
- #: contact_form.php:1335 contact_form.php:1522
340
  msgid "Unlock premium options by upgrading to a PRO version."
341
  msgstr ""
342
 
343
- #: contact_form.php:900 contact_form.php:1063 contact_form.php:1136
344
- #: contact_form.php:1336 contact_form.php:1523 contact_form.php:2650
345
- #: contact_form.php:2666
346
  msgid "Learn More"
347
  msgstr ""
348
 
349
- #: contact_form.php:903 contact_form.php:1066 contact_form.php:1139
350
- #: contact_form.php:1339 contact_form.php:1526
351
  msgid "Go"
352
  msgstr ""
353
 
354
- #: contact_form.php:910
355
  msgid "Save emails to the database"
356
  msgstr ""
357
 
358
- #: contact_form.php:915
359
  msgid "Using"
360
  msgstr ""
361
 
362
- #: contact_form.php:915 contact_form.php:1112 contact_form.php:1115
363
- #: contact_form.php:1119
364
  msgid "powered by"
365
  msgstr ""
366
 
367
- #: contact_form.php:918 contact_form.php:922
368
  msgid "Using Contact Form to DB powered by"
369
  msgstr ""
370
 
371
- #: contact_form.php:918
372
  #, fuzzy
373
  msgid "Activate Contact Form to DB"
374
  msgstr "Contact Form Pro"
375
 
376
- #: contact_form.php:922
377
  #, fuzzy
378
  msgid "Download Contact Form to DB"
379
  msgstr "Contact Form Pro"
380
 
381
- #: contact_form.php:932
382
  msgid "What to use?"
383
  msgstr "Què usar?"
384
 
385
- #: contact_form.php:935
386
  msgid "Wp-mail"
387
  msgstr "Wp-mail"
388
 
389
- #: contact_form.php:935
390
  msgid "You can use the wp_mail function for mailing"
391
  msgstr "Vostè pot utilitzar la funció wp_mail pel correu."
392
 
393
- #: contact_form.php:937
394
  msgid "Mail"
395
  msgstr "Mail"
396
 
397
- #: contact_form.php:937
398
  msgid "To send mail you can use the php mail function"
399
  msgstr "Per enviar correu vostè pot usar la funció 'php mail'"
400
 
401
- #: contact_form.php:941
402
  msgid "'FROM' field"
403
  msgstr ""
404
 
405
- #: contact_form.php:943 contact_form.php:993 contact_form.php:1390
406
- #: contact_form.php:2162 contact_form.php:2198
407
  msgid "Name"
408
  msgstr "Nom"
409
 
410
- #: contact_form.php:947
411
  msgid "User name"
412
  msgstr ""
413
 
414
- #: contact_form.php:949
415
  #, fuzzy
416
  msgid ""
417
  "The name of the user who fills the form will be used in the field 'From'."
@@ -419,15 +348,15 @@ msgstr ""
419
  "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de "
420
  "posar al camp 'From'."
421
 
422
- #: contact_form.php:954 contact_form.php:2173 contact_form.php:2205
423
  msgid "Email"
424
  msgstr "Adreça de correu electrònic"
425
 
426
- #: contact_form.php:961
427
  msgid "User email"
428
  msgstr ""
429
 
430
- #: contact_form.php:963
431
  msgid ""
432
  "The email address of the user who fills the form will be used in the field "
433
  "'From'."
@@ -435,316 +364,316 @@ msgstr ""
435
  "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de "
436
  "posar al camp 'From'."
437
 
438
- #: contact_form.php:967
439
  msgid ""
440
  "If this option is changed, email messages may be moved to the spam folder or "
441
  "email delivery failures may occur."
442
  msgstr ""
443
 
444
- #: contact_form.php:973
445
  #, fuzzy
446
  msgid "Required symbol"
447
  msgstr "Camps requerits"
448
 
449
- #: contact_form.php:983
450
  msgid "Fields"
451
  msgstr ""
452
 
453
- #: contact_form.php:984
454
  msgid "Used"
455
  msgstr ""
456
 
457
- #: contact_form.php:985
458
  #, fuzzy
459
  msgid "Required"
460
  msgstr "Camps requerits"
461
 
462
- #: contact_form.php:986
463
  msgid "Visible"
464
  msgstr ""
465
 
466
- #: contact_form.php:987
467
  msgid "Disabled for editing"
468
  msgstr ""
469
 
470
- #: contact_form.php:988
471
  msgid "Field's default value"
472
  msgstr ""
473
 
474
- #: contact_form.php:1000
475
  msgid "Use User's name as a default value if the user is logged in."
476
  msgstr ""
477
 
478
- #: contact_form.php:1001 contact_form.php:1029
479
  msgid ""
480
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
481
  "in users."
482
  msgstr ""
483
 
484
- #: contact_form.php:1005
485
  msgid "Location selectbox"
486
  msgstr ""
487
 
488
- #: contact_form.php:1013 contact_form.php:1395 contact_form.php:2168
489
- #: contact_form.php:2202
490
  msgid "Address"
491
  msgstr "Adreça:"
492
 
493
- #: contact_form.php:1021
494
  msgid "Email Address"
495
  msgstr "Adreça de correu electrònic:"
496
 
497
- #: contact_form.php:1028
498
  msgid "Use User's email as a default value if the user is logged in."
499
  msgstr ""
500
 
501
- #: contact_form.php:1033
502
  #, fuzzy
503
  msgid "Phone number"
504
  msgstr "Nombre de telèfon"
505
 
506
- #: contact_form.php:1041 contact_form.php:1410 contact_form.php:2183
507
- #: contact_form.php:2211
508
  msgid "Subject"
509
  msgstr "Assumpte"
510
 
511
- #: contact_form.php:1049 contact_form.php:1414 contact_form.php:2186
512
- #: contact_form.php:2213
513
  msgid "Message"
514
  msgstr "MIssatge"
515
 
516
- #: contact_form.php:1073
517
  msgid "Attachment block"
518
  msgstr "Adjunt blocat"
519
 
520
- #: contact_form.php:1075
521
  msgid "Users can attach the following file formats"
522
  msgstr "Els usuaris poden adjuntar els següents formats d'arxiu"
523
 
524
- #: contact_form.php:1088
525
  msgid "Add to the form"
526
  msgstr ""
527
 
528
- #: contact_form.php:1093
529
  #, fuzzy
530
  msgid "Tips below the Attachment"
531
  msgstr "Consells del blocatge de l'adjunt"
532
 
533
- #: contact_form.php:1102
534
  #, fuzzy
535
  msgid "'Send me a copy' block"
536
  msgstr "Envia'm una còpia"
537
 
538
- #: contact_form.php:1112 contact_form.php:1115 contact_form.php:1119
539
- #: contact_form.php:1424
540
  msgid "Captcha"
541
  msgstr "Captcha"
542
 
543
- #: contact_form.php:1115
544
  msgid "Activate captcha"
545
  msgstr "Captcha activat"
546
 
547
- #: contact_form.php:1119
548
  msgid "Download captcha"
549
  msgstr "Descarrega captcha"
550
 
551
- #: contact_form.php:1127
552
  msgid "Agreement checkbox"
553
  msgstr ""
554
 
555
- #: contact_form.php:1127
556
  msgid "Required checkbox for submitting the form"
557
  msgstr ""
558
 
559
- #: contact_form.php:1128
560
  msgid "Optional checkbox"
561
  msgstr ""
562
 
563
- #: contact_form.php:1128
564
  msgid "Optional checkbox, the results of which will be displayed in email"
565
  msgstr ""
566
 
567
- #: contact_form.php:1145
568
  msgid "Delete an attachment file from the server after the email is sent"
569
  msgstr ""
570
 
571
- #: contact_form.php:1151
572
  msgid "Email in HTML format sending"
573
  msgstr ""
574
 
575
- #: contact_form.php:1155
576
  msgid "Display additional info in the email"
577
  msgstr "Mostra informació addicional al correu electrònic,"
578
 
579
- #: contact_form.php:1160 contact_form.php:2129 contact_form.php:2131
580
  msgid "Sent from (ip address)"
581
  msgstr "Enviat des de (adreça IP)"
582
 
583
- #: contact_form.php:1160
584
  #, fuzzy
585
  msgid "Example: Sent from (IP address):\t127.0.0.1"
586
  msgstr "Enviat des de (adreça IP)"
587
 
588
- #: contact_form.php:1161 contact_form.php:2135 contact_form.php:2137
589
  msgid "Date/Time"
590
  msgstr "Data/hora"
591
 
592
- #: contact_form.php:1161
593
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
594
  msgstr ""
595
 
596
- #: contact_form.php:1162 contact_form.php:2141 contact_form.php:2143
597
  msgid "Sent from (referer)"
598
  msgstr "Enviat des de (referent)"
599
 
600
- #: contact_form.php:1162
601
  msgid ""
602
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
603
  msgstr ""
604
 
605
- #: contact_form.php:1163 contact_form.php:2147 contact_form.php:2149
606
  msgid "Using (user agent)"
607
  msgstr "Usant (user agent)"
608
 
609
- #: contact_form.php:1163
610
  msgid ""
611
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
612
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
613
  msgstr ""
614
 
615
- #: contact_form.php:1167
616
  msgid "Language settings for the field names in the form"
617
  msgstr "Configuració de la llengua als noms dels camps del formulari"
618
 
619
- #: contact_form.php:1176
620
  msgid "Add a language"
621
  msgstr "Afegeix lengua"
622
 
623
- #: contact_form.php:1180
624
  msgid "Change the names of the contact form fields and error messages"
625
  msgstr ""
626
  "Modifica els noms dels camps i els missatges d'error del formulari de "
627
  "contacte"
628
 
629
- #: contact_form.php:1185 contact_form.php:1272
630
  msgid "English"
631
  msgstr "Anglès"
632
 
633
- #: contact_form.php:1193 contact_form.php:1227
634
  msgid "click to expand/hide the list"
635
  msgstr ""
636
 
637
- #: contact_form.php:1202 contact_form.php:1236
638
  #, fuzzy
639
  msgid "Tips below the Attachment block"
640
  msgstr "Consells del blocatge de l'adjunt"
641
 
642
- #: contact_form.php:1205 contact_form.php:1239
643
  msgid "Error message for the Name field"
644
  msgstr "Missatge d'error per al camp 'Nom'"
645
 
646
- #: contact_form.php:1206 contact_form.php:1240
647
  msgid "Error message for the Address field"
648
  msgstr "Missatge d'error per al camp 'Adreça'"
649
 
650
- #: contact_form.php:1207 contact_form.php:1241
651
  msgid "Error message for the Email field"
652
  msgstr "Missatge d'error per al camp 'Adreça de correu electrònic'"
653
 
654
- #: contact_form.php:1208 contact_form.php:1242
655
  msgid "Error message for the Phone field"
656
  msgstr "Missatge d'error per al camp 'Telèfon\""
657
 
658
- #: contact_form.php:1209 contact_form.php:1243
659
  msgid "Error message for the Subject field"
660
  msgstr "Missatge d'error per al camp 'Assumpte'"
661
 
662
- #: contact_form.php:1210 contact_form.php:1244
663
  msgid "Error message for the Message field"
664
  msgstr "Missatge d'error per al camp 'Missatge'"
665
 
666
- #: contact_form.php:1211 contact_form.php:1245
667
  msgid "Error message about the file type for the Attachment field"
668
  msgstr "Missatge d'error sobre el tipus de per al camp 'Adjunt'"
669
 
670
- #: contact_form.php:1212 contact_form.php:1246
671
  msgid ""
672
  "Error message while uploading a file for the Attachment field to the server"
673
  msgstr "Missatge d'error al carregar al servidor un fitxer per al camp Adjunt"
674
 
675
- #: contact_form.php:1213 contact_form.php:1247
676
  msgid "Error message while moving the file for the Attachment field"
677
  msgstr "Missatge d'error al mourerun fitxer per al camp Adjunt"
678
 
679
- #: contact_form.php:1214 contact_form.php:1248
680
  msgid "Error message when file size limit for the Attachment field is exceeded"
681
  msgstr ""
682
  "Missatge d'error al superar el límit de mida de fitxer per al camp Adjunt"
683
 
684
- #: contact_form.php:1215 contact_form.php:1249
685
  msgid "Error message for the Captcha field"
686
  msgstr "Missatge d'error al camp Captcha"
687
 
688
- #: contact_form.php:1216 contact_form.php:1250
689
  msgid "Error message for the whole form"
690
  msgstr "Missatge d'error a tot el formulari"
691
 
692
- #: contact_form.php:1219 contact_form.php:1221 contact_form.php:1253
693
- #: contact_form.php:1255 contact_form.php:1282 contact_form.php:1284
694
- #: contact_form.php:1292 contact_form.php:1294 contact_form.php:2490
695
- #: contact_form.php:2492
696
  msgid "Use shortcode"
697
  msgstr "useu un codi curt"
698
 
699
- #: contact_form.php:1219 contact_form.php:1221 contact_form.php:1253
700
- #: contact_form.php:1255 contact_form.php:1282 contact_form.php:1284
701
- #: contact_form.php:1292 contact_form.php:1294 contact_form.php:2490
702
- #: contact_form.php:2492
703
  msgid "for this language"
704
  msgstr "Per aquesta llengua"
705
 
706
- #: contact_form.php:1263
707
  #, fuzzy
708
  msgid "Use the changed names of the contact form fields in the email"
709
  msgstr ""
710
  "Modifica els noms dels camps i els missatges d'error del formulari de "
711
  "contacte"
712
 
713
- #: contact_form.php:1269
714
  msgid "Action after email is sent"
715
  msgstr "Accions després d'enviar un correu electrònic."
716
 
717
- #: contact_form.php:1271
718
  msgid "Display text"
719
  msgstr "Mostra el text"
720
 
721
- #: contact_form.php:1280 contact_form.php:1290
722
  msgid "Text"
723
  msgstr "Text"
724
 
725
- #: contact_form.php:1301
726
  msgid "Redirect to the page"
727
  msgstr "Redirigir a la pàgina"
728
 
729
- #: contact_form.php:1302
730
  msgid "Url"
731
  msgstr "Url"
732
 
733
- #: contact_form.php:1306
734
  msgid "The $_SERVER variable that is used to build a URL of the form"
735
  msgstr ""
736
 
737
- #: contact_form.php:1310
738
  msgid ""
739
  "If you are not sure whether to change this setting or not, please do not do "
740
  "that."
741
  msgstr ""
742
 
743
- #: contact_form.php:1319
744
  msgid "Auto Response"
745
  msgstr ""
746
 
747
- #: contact_form.php:1323
748
  #, php-format
749
  msgid ""
750
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -752,237 +681,179 @@ msgid ""
752
  "name."
753
  msgstr ""
754
 
755
- #: contact_form.php:1349 contact_form.php:1533
756
  msgid "Save Changes"
757
  msgstr "Desar els canvis"
758
 
759
- #: contact_form.php:1355
760
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
761
- msgstr ""
762
-
763
- #: contact_form.php:1356
764
- #, fuzzy
765
- msgid "Rate the plugin"
766
- msgstr "Plugins gratuïts"
767
-
768
- #: contact_form.php:1359
769
- #, fuzzy
770
- msgid "If there is something wrong about it, please contact us"
771
- msgstr ""
772
- "Si té alguna pregunta, contacti'ns si us plau via plugin@bestwebsoft.com o "
773
- "utilitzi el formulari de contacte de la nostra web"
774
-
775
- #: contact_form.php:1370
776
  msgid "Errors output"
777
  msgstr "Errors de sortida"
778
 
779
- #: contact_form.php:1373
780
  msgid "Display error messages"
781
  msgstr "Mostra els missatges d'error"
782
 
783
- #: contact_form.php:1374
784
  msgid "Color of the input field errors."
785
  msgstr "Color dels errors al camp d'entrada"
786
 
787
- #: contact_form.php:1375
788
  msgid "Display error messages & color of the input field errors"
789
  msgstr "Mostra els missatges d'error i el color dels errors del camp d'entrada"
790
 
791
- #: contact_form.php:1380
792
  msgid "Add placeholder to the input blocks"
793
  msgstr "Afegeix marcador de posició als blocs d'entrada"
794
 
795
- #: contact_form.php:1386
796
  msgid "Add tooltips"
797
  msgstr "Afegir consells sobre les eines"
798
 
799
- #: contact_form.php:1400
800
  msgid "Email address"
801
  msgstr "Adreça de correu electrònic:"
802
 
803
- #: contact_form.php:1405
804
  msgid "Phone Number"
805
  msgstr "Nombre de telèfon"
806
 
807
- #: contact_form.php:1419
808
  msgid "Attachment"
809
  msgstr "Adjunt:"
810
 
811
- #: contact_form.php:1424
812
  msgid "(powered by bestwebsoft.com)"
813
  msgstr "(Impulsat per bestwebsoft.com)"
814
 
815
- #: contact_form.php:1429
816
  msgid "Style options"
817
  msgstr "Opcions d'estil"
818
 
819
- #: contact_form.php:1432
820
  msgid "Text color"
821
  msgstr "Color del text"
822
 
823
- #: contact_form.php:1435 contact_form.php:1440 contact_form.php:1450
824
- #: contact_form.php:1455 contact_form.php:1460 contact_form.php:1465
825
- #: contact_form.php:1475 contact_form.php:1480 contact_form.php:1486
826
- #: contact_form.php:1497 contact_form.php:1502 contact_form.php:1507
827
  msgid "Default"
828
  msgstr "Per defecte"
829
 
830
- #: contact_form.php:1437
831
  msgid "Label text color"
832
  msgstr "Color del text de l'etiqeta"
833
 
834
- #: contact_form.php:1442
835
  msgid "Placeholder color"
836
  msgstr "Color del marcador de posició"
837
 
838
- #: contact_form.php:1447
839
  msgid "Errors color"
840
  msgstr "Color dels errors"
841
 
842
- #: contact_form.php:1452
843
  msgid "Error text color"
844
  msgstr "Color del text d'error"
845
 
846
- #: contact_form.php:1457
847
  msgid "Background color of the input field errors"
848
  msgstr "Color de fons dels errors del camp d'entrada"
849
 
850
- #: contact_form.php:1462
851
  msgid "Border color of the input field errors"
852
  msgstr "Color de la vora dels errors del camp d'entrada"
853
 
854
- #: contact_form.php:1467
855
  msgid "Placeholder color of the input field errors"
856
  msgstr "Color del marcador de posició dels errors del camp d'entrada"
857
 
858
- #: contact_form.php:1472
859
  msgid "Input fields"
860
  msgstr "Visualitza l'adjunt"
861
 
862
- #: contact_form.php:1477
863
  msgid "Input fields background color"
864
  msgstr "Color de fons dels camps d'entrada"
865
 
866
- #: contact_form.php:1482
867
  msgid "Text fields color"
868
  msgstr "Color dels camps de text"
869
 
870
- #: contact_form.php:1484
871
  msgid "Border width in px, numbers only"
872
  msgstr "Ample de vora en px, sols nombres"
873
 
874
- #: contact_form.php:1488 contact_form.php:1509
875
  msgid "Border color"
876
  msgstr "Color de la vora"
877
 
878
- #: contact_form.php:1493
879
  msgid "Submit button"
880
  msgstr "Enviar"
881
 
882
  # #: contact_form.php:928
883
- #: contact_form.php:1495
884
  msgid "Width in px, numbers only"
885
  msgstr "Ample en px, sols nombres"
886
 
887
- #: contact_form.php:1499
888
  msgid "Button color"
889
  msgstr "Color del botó"
890
 
891
- #: contact_form.php:1504
892
  msgid "Button text color"
893
  msgstr "Color del text del botó"
894
 
895
- #: contact_form.php:1537
896
  msgid "Contact Form Pro | Preview"
897
  msgstr "Contact Form Pro | Vista prèvia"
898
 
899
- #: contact_form.php:1540
900
  msgid "Show with errors"
901
  msgstr "Mostra amb errors"
902
 
903
- #: contact_form.php:1548 contact_form.php:1550
904
  msgid "Please enter your full name..."
905
  msgstr "Si us plau introduïu el nom complet"
906
 
907
- #: contact_form.php:1561 contact_form.php:1563
908
  msgid "Please enter your address..."
909
  msgstr "Si us plau introduïu l'adreça"
910
 
911
- #: contact_form.php:1572 contact_form.php:1574
912
  msgid "Please enter your email address..."
913
  msgstr "Si us plau introdueixi el seu e-mail"
914
 
915
- #: contact_form.php:1583 contact_form.php:1585
916
  msgid "Please enter your phone number..."
917
  msgstr "Si us plau introduïu el nombre de telèfon"
918
 
919
- #: contact_form.php:1594 contact_form.php:1596
920
  msgid "Please enter subject..."
921
  msgstr "Si us plau introduïu l'assumpte"
922
 
923
- #: contact_form.php:1604 contact_form.php:1606
924
  msgid "Please enter your message..."
925
  msgstr "Si us plau introduïu el missatge"
926
 
927
- #: contact_form.php:1648
928
- msgid ""
929
- "Congratulations! The PRO version of the plugin is successfully download and "
930
- "activated."
931
- msgstr ""
932
-
933
- #: contact_form.php:1650
934
- msgid "Please, go to"
935
- msgstr ""
936
-
937
- #: contact_form.php:1650
938
- #, fuzzy
939
- msgid "the setting page"
940
- msgstr "Configuració extra"
941
-
942
- #: contact_form.php:1651
943
- msgid "You will be redirected automatically in 5 seconds."
944
- msgstr ""
945
-
946
- #: contact_form.php:1656
947
- msgid "You can download and activate"
948
- msgstr ""
949
-
950
- #: contact_form.php:1658
951
- msgid "version of this plugin by entering Your license key."
952
- msgstr ""
953
-
954
- #: contact_form.php:1660
955
- msgid ""
956
- "You can find your license key on your personal page Client area, by clicking "
957
- "on the link"
958
- msgstr ""
959
-
960
- #: contact_form.php:1662
961
- msgid "(your username is the email you specify when purchasing the product)."
962
- msgstr ""
963
-
964
- #: contact_form.php:1670 contact_form.php:1680
965
- #, fuzzy
966
- msgid "Activate"
967
- msgstr "Captcha activat"
968
-
969
- #: contact_form.php:1752
970
  msgid "Sorry, email message could not be delivered."
971
  msgstr "Ho sentim, el seu e-mail no ha pogut ser lliurat."
972
 
973
- #: contact_form.php:2156
974
  msgid "Contact from"
975
  msgstr "Contact from"
976
 
977
- #: contact_form.php:2178 contact_form.php:2208
978
  msgid "Phone"
979
  msgstr "Telèfon"
980
 
981
- #: contact_form.php:2189 contact_form.php:2215
982
  msgid "Site"
983
  msgstr "Lloc"
984
 
985
- #: contact_form.php:2302
986
  msgid ""
987
  "If you can see this MIME, it means that the MIME type is not supported by "
988
  "your email client!"
@@ -990,34 +861,74 @@ msgstr ""
990
  "Si pot veure aquest MIME, vol dir que el tipus MIME no és compatible amb el "
991
  "seu client de correu electrònic!"
992
 
993
- #: contact_form.php:2378
994
  msgid "Support"
995
  msgstr "Suport"
996
 
997
- #: contact_form.php:2432
998
  msgid "Are you sure that you want to delete this language data?"
999
  msgstr "Està vostè segur que vol esborrar aquest idioma?"
1000
 
1001
- #: contact_form.php:2653
 
 
 
 
 
1002
  msgid ""
1003
- "It’s time to upgrade your <strong>Contact Form plugin</strong> to "
1004
- "<strong>PRO</strong> version"
1005
  msgstr ""
1006
 
1007
- #: contact_form.php:2654
1008
- msgid "Extend standard plugin functionality with new great options."
 
 
 
 
 
1009
  msgstr ""
1010
 
1011
- #: contact_form.php:2669
1012
  msgid ""
1013
  "<strong>Contact Form to DB</strong> allows to store your messages to the "
1014
  "database."
1015
  msgstr ""
1016
 
1017
- #: contact_form.php:2670
1018
  msgid "Manage messages that have been sent from your website."
1019
  msgstr ""
1020
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1021
  #~ msgid "Extra settings"
1022
  #~ msgstr "Configuració extra"
1023
 
@@ -1080,9 +991,6 @@ msgstr ""
1080
  #~ msgid "Activated plugins"
1081
  #~ msgstr "Plugin activat"
1082
 
1083
- #~ msgid "Read more"
1084
- #~ msgstr "Llegir més"
1085
-
1086
  #~ msgid "Installed plugins"
1087
  #~ msgstr "Plugins instal·lats"
1088
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-05 12:56+0300\n"
6
+ "PO-Revision-Date: 2015-03-05 12:56+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Kenneth <kenneth@snollocer.net>\n"
9
  "Language: ca_ES\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:35 contact_form.php:631
20
  msgid "Contact Form Settings"
21
  msgstr "Opcions Contact Form"
22
 
23
+ #: contact_form.php:35
24
  msgid "Contact Form"
25
  msgstr "Contact Form"
26
 
27
+ #: contact_form.php:123 contact_form.php:1012 contact_form.php:1046
28
  msgid "Name:"
29
  msgstr "Nom:"
30
 
31
+ #: contact_form.php:124 contact_form.php:1013 contact_form.php:1047
32
  msgid "Address:"
33
  msgstr "Adreça:"
34
 
35
+ #: contact_form.php:125 contact_form.php:1014 contact_form.php:1048
36
  msgid "Email Address:"
37
  msgstr "Adreça de correu electrònic:"
38
 
39
+ #: contact_form.php:126 contact_form.php:1015 contact_form.php:1049
40
  msgid "Phone number:"
41
  msgstr "Nombre de telèfon"
42
 
43
+ #: contact_form.php:127 contact_form.php:1016 contact_form.php:1050
44
  msgid "Subject:"
45
  msgstr "Asumpte:"
46
 
47
+ #: contact_form.php:128 contact_form.php:1017 contact_form.php:1051
48
  msgid "Message:"
49
  msgstr "Missatge:"
50
 
51
+ #: contact_form.php:129 contact_form.php:1018 contact_form.php:1052
52
  msgid "Attachment:"
53
  msgstr "Adjunt:"
54
 
55
+ #: contact_form.php:130
56
  msgid ""
57
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
58
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
62
  "AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Mida màxima: "
63
  "2MB"
64
 
65
+ #: contact_form.php:131 contact_form.php:1020 contact_form.php:1054
66
  msgid "Send me a copy"
67
  msgstr "Envia'm una còpia"
68
 
69
+ #: contact_form.php:132 contact_form.php:1021 contact_form.php:1055
70
  msgid "Submit"
71
  msgstr "Enviar"
72
 
73
+ #: contact_form.php:133
74
  msgid "Your name is required."
75
  msgstr "El seu nom es obligatori."
76
 
77
+ #: contact_form.php:134
78
  msgid "Address is required."
79
  msgstr "Una adreça vàlida és obligatòria."
80
 
81
+ #: contact_form.php:135
82
  msgid "A valid email address is required."
83
  msgstr "Una Adreça de correu electrònic és obligatòria."
84
 
85
+ #: contact_form.php:136
86
  msgid "Phone number is required."
87
  msgstr "El seu nombre de telèfon és obligatori."
88
 
89
+ #: contact_form.php:137
90
  msgid "Subject is required."
91
  msgstr "L'assumpte és obligatori."
92
 
93
+ #: contact_form.php:138
94
  msgid "Message text is required."
95
  msgstr "El missatge és obligatori."
96
 
97
+ #: contact_form.php:139
98
  msgid "File format is not valid."
99
  msgstr "El format de l'adjunt és incorrecte."
100
 
101
+ #: contact_form.php:140
102
  msgid "File upload error."
103
  msgstr "Error de càrrega del fitxer"
104
 
105
+ #: contact_form.php:141
106
  msgid "The file could not be uploaded."
107
  msgstr "El fitxer no ha pogut ser carregat"
108
 
109
+ #: contact_form.php:142
110
  msgid "This file is too large."
111
  msgstr "Aquest document és massa gran."
112
 
113
+ #: contact_form.php:143
114
  msgid "Please fill out the CAPTCHA."
115
  msgstr "Si us plau completi el CAPTCHA"
116
 
117
+ #: contact_form.php:144
118
  msgid "Please make corrections below and try again."
119
  msgstr "Si us plau, corregeixi les dades i provi un altre cop."
120
 
121
+ #: contact_form.php:146
122
  msgid "Thank you for contacting us."
123
  msgstr "Gràcies per contactar amb nosaltres"
124
 
125
+ #: contact_form.php:543
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
126
  msgid ""
127
  "Email 'FROM' field option was changed, which may cause email messages being "
128
  "moved to the spam folder or email delivery failures."
129
  msgstr ""
130
 
131
+ #: contact_form.php:553
132
  msgid ""
133
  "If the 'Redirect to page' option is selected then the URL field should be in "
134
  "the following format"
136
  "Si l'opció de 'redireccionament a la pàgina' està seleccionat llavors el "
137
  "camp URL ha d'estar en el següent format"
138
 
139
+ #: contact_form.php:562
140
  #, fuzzy
141
  msgid "Such user does not exist."
142
  msgstr "Usuari inexistent. Els canvis no s'han desat."
143
 
144
+ #: contact_form.php:572
145
  #, fuzzy
146
  msgid ""
147
  "Please enter a valid email address in the 'Use this email address' field."
149
  "Si us plau introdueixi una Adreça de correu electrònic correcta. Els canvis "
150
  "no s'han desat."
151
 
152
+ #: contact_form.php:580
153
  #, fuzzy
154
  msgid "Please enter a valid email address in the 'FROM' field."
155
  msgstr ""
156
  "Si us plau introdueixi una Adreça de correu electrònic correcta. Els canvis "
157
  "no s'han desat."
158
 
159
+ #: contact_form.php:603
160
  msgid "Settings saved."
161
  msgstr "Configuració desada."
162
 
163
+ #: contact_form.php:605
164
  #, fuzzy
165
  msgid "Settings are not saved."
166
  msgstr "Configuració desada."
167
 
168
+ #: contact_form.php:633 contact_form.php:2126 contact_form.php:2140
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
169
  msgid "Settings"
170
  msgstr "Configuració"
171
 
172
+ #: contact_form.php:634
173
  #, fuzzy
174
  msgid "Additional settings"
175
  msgstr "Opcions addicionals"
176
 
177
+ #: contact_form.php:635
178
  msgid "Appearance"
179
  msgstr ""
180
 
181
+ #: contact_form.php:636 contact_form.php:2141
182
  msgid "FAQ"
183
  msgstr "FAQ"
184
 
185
+ #: contact_form.php:637
186
  msgid "Go PRO"
187
  msgstr ""
188
 
189
+ #: contact_form.php:640 contact_form.php:642
190
  msgid "Notice:"
191
  msgstr ""
192
 
193
+ #: contact_form.php:640
194
  msgid ""
195
  "The plugin's settings have been changed. In order to save them please don't "
196
  "forget to click the 'Save Changes' button."
197
  msgstr ""
198
 
199
+ #: contact_form.php:650
200
  msgid ""
201
  "If you want to create multiple contact forms, please install the Contact "
202
  "Form Multi plugin."
203
  msgstr ""
204
 
205
+ #: contact_form.php:657 contact_form.php:660 contact_form.php:1439
206
  msgid ""
207
  "If you would like to add the Contact Form to your website, just copy and "
208
  "paste this shortcode to your post or page or widget:"
210
  "Si vol afegir Contact Form en la seva web, copiï i enganxi aquest codi en el "
211
  "seu missatge, pàgina o widget:"
212
 
213
+ #: contact_form.php:657 contact_form.php:658 contact_form.php:660
214
+ #: contact_form.php:661 contact_form.php:1036 contact_form.php:1038
215
+ #: contact_form.php:1099 contact_form.php:1101
216
  msgid "or"
217
  msgstr ""
218
 
219
+ #: contact_form.php:658 contact_form.php:661
220
  msgid ""
221
  "If have any problems with the standard shortcode [contact_form], you should "
222
  "use the shortcode"
223
  msgstr ""
224
 
225
+ #: contact_form.php:658 contact_form.php:661
226
  msgid "They work the same way."
227
  msgstr ""
228
 
229
+ #: contact_form.php:665
230
  msgid ""
231
  "If you leave the fields empty, the messages will be sent to the email "
232
  "address specified during registration."
234
  "Si la informació d'aquest camp queda buida, s'usarà l'adreça especificada "
235
  "durant el registre."
236
 
237
+ #: contact_form.php:668
238
  msgid "The user's email address:"
239
  msgstr "Adreça de correu electrònic de l'usuari:"
240
 
241
+ #: contact_form.php:672
242
  msgid "Create a username"
243
  msgstr "Seleccioni un nom d'usuari"
244
 
245
+ #: contact_form.php:685
246
  msgid ""
247
  "Enter a username of the person who should get the messages from the contact "
248
  "form."
249
  msgstr "Introdueixi el nom de l'usuari que rebrà missatges des de contact form"
250
 
251
+ #: contact_form.php:689
252
  msgid "Use this email address:"
253
  msgstr "Usi aquesta adreça de correu electrònic::"
254
 
255
+ #: contact_form.php:692
256
  msgid "Enter the email address you want the messages forwarded to."
257
  msgstr ""
258
  "Introdueixi una adreça de correu electrònic on vulgui re-enviar el missatge"
259
 
260
+ #: contact_form.php:701
261
  msgid "Add department selectbox to the contact form:"
262
  msgstr ""
263
 
264
+ #: contact_form.php:709 contact_form.php:1145 contact_form.php:1322
265
  msgid "If you upgrade to Pro version all your settings will be saved."
266
  msgstr ""
267
 
268
+ #: contact_form.php:716 contact_form.php:879 contact_form.php:952
269
+ #: contact_form.php:1152 contact_form.php:1329
270
  msgid "Unlock premium options by upgrading to a PRO version."
271
  msgstr ""
272
 
273
+ #: contact_form.php:717 contact_form.php:880 contact_form.php:953
274
+ #: contact_form.php:1153 contact_form.php:1330 contact_form.php:2402
 
275
  msgid "Learn More"
276
  msgstr ""
277
 
278
+ #: contact_form.php:720 contact_form.php:883 contact_form.php:956
279
+ #: contact_form.php:1156 contact_form.php:1333
280
  msgid "Go"
281
  msgstr ""
282
 
283
+ #: contact_form.php:727
284
  msgid "Save emails to the database"
285
  msgstr ""
286
 
287
+ #: contact_form.php:732
288
  msgid "Using"
289
  msgstr ""
290
 
291
+ #: contact_form.php:732 contact_form.php:929 contact_form.php:932
292
+ #: contact_form.php:936
293
  msgid "powered by"
294
  msgstr ""
295
 
296
+ #: contact_form.php:735 contact_form.php:739
297
  msgid "Using Contact Form to DB powered by"
298
  msgstr ""
299
 
300
+ #: contact_form.php:735
301
  #, fuzzy
302
  msgid "Activate Contact Form to DB"
303
  msgstr "Contact Form Pro"
304
 
305
+ #: contact_form.php:739
306
  #, fuzzy
307
  msgid "Download Contact Form to DB"
308
  msgstr "Contact Form Pro"
309
 
310
+ #: contact_form.php:749
311
  msgid "What to use?"
312
  msgstr "Què usar?"
313
 
314
+ #: contact_form.php:752
315
  msgid "Wp-mail"
316
  msgstr "Wp-mail"
317
 
318
+ #: contact_form.php:752
319
  msgid "You can use the wp_mail function for mailing"
320
  msgstr "Vostè pot utilitzar la funció wp_mail pel correu."
321
 
322
+ #: contact_form.php:754
323
  msgid "Mail"
324
  msgstr "Mail"
325
 
326
+ #: contact_form.php:754
327
  msgid "To send mail you can use the php mail function"
328
  msgstr "Per enviar correu vostè pot usar la funció 'php mail'"
329
 
330
+ #: contact_form.php:758
331
  msgid "'FROM' field"
332
  msgstr ""
333
 
334
+ #: contact_form.php:760 contact_form.php:810 contact_form.php:1197
335
+ #: contact_form.php:1927 contact_form.php:1963
336
  msgid "Name"
337
  msgstr "Nom"
338
 
339
+ #: contact_form.php:764
340
  msgid "User name"
341
  msgstr ""
342
 
343
+ #: contact_form.php:766
344
  #, fuzzy
345
  msgid ""
346
  "The name of the user who fills the form will be used in the field 'From'."
348
  "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de "
349
  "posar al camp 'From'."
350
 
351
+ #: contact_form.php:771 contact_form.php:1938 contact_form.php:1970
352
  msgid "Email"
353
  msgstr "Adreça de correu electrònic"
354
 
355
+ #: contact_form.php:778
356
  msgid "User email"
357
  msgstr ""
358
 
359
+ #: contact_form.php:780
360
  msgid ""
361
  "The email address of the user who fills the form will be used in the field "
362
  "'From'."
364
  "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de "
365
  "posar al camp 'From'."
366
 
367
+ #: contact_form.php:784
368
  msgid ""
369
  "If this option is changed, email messages may be moved to the spam folder or "
370
  "email delivery failures may occur."
371
  msgstr ""
372
 
373
+ #: contact_form.php:790
374
  #, fuzzy
375
  msgid "Required symbol"
376
  msgstr "Camps requerits"
377
 
378
+ #: contact_form.php:800
379
  msgid "Fields"
380
  msgstr ""
381
 
382
+ #: contact_form.php:801
383
  msgid "Used"
384
  msgstr ""
385
 
386
+ #: contact_form.php:802
387
  #, fuzzy
388
  msgid "Required"
389
  msgstr "Camps requerits"
390
 
391
+ #: contact_form.php:803
392
  msgid "Visible"
393
  msgstr ""
394
 
395
+ #: contact_form.php:804
396
  msgid "Disabled for editing"
397
  msgstr ""
398
 
399
+ #: contact_form.php:805
400
  msgid "Field's default value"
401
  msgstr ""
402
 
403
+ #: contact_form.php:817
404
  msgid "Use User's name as a default value if the user is logged in."
405
  msgstr ""
406
 
407
+ #: contact_form.php:818 contact_form.php:846
408
  msgid ""
409
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
410
  "in users."
411
  msgstr ""
412
 
413
+ #: contact_form.php:822
414
  msgid "Location selectbox"
415
  msgstr ""
416
 
417
+ #: contact_form.php:830 contact_form.php:1202 contact_form.php:1933
418
+ #: contact_form.php:1967
419
  msgid "Address"
420
  msgstr "Adreça:"
421
 
422
+ #: contact_form.php:838
423
  msgid "Email Address"
424
  msgstr "Adreça de correu electrònic:"
425
 
426
+ #: contact_form.php:845
427
  msgid "Use User's email as a default value if the user is logged in."
428
  msgstr ""
429
 
430
+ #: contact_form.php:850
431
  #, fuzzy
432
  msgid "Phone number"
433
  msgstr "Nombre de telèfon"
434
 
435
+ #: contact_form.php:858 contact_form.php:1217 contact_form.php:1948
436
+ #: contact_form.php:1976
437
  msgid "Subject"
438
  msgstr "Assumpte"
439
 
440
+ #: contact_form.php:866 contact_form.php:1221 contact_form.php:1951
441
+ #: contact_form.php:1978
442
  msgid "Message"
443
  msgstr "MIssatge"
444
 
445
+ #: contact_form.php:890
446
  msgid "Attachment block"
447
  msgstr "Adjunt blocat"
448
 
449
+ #: contact_form.php:892
450
  msgid "Users can attach the following file formats"
451
  msgstr "Els usuaris poden adjuntar els següents formats d'arxiu"
452
 
453
+ #: contact_form.php:905
454
  msgid "Add to the form"
455
  msgstr ""
456
 
457
+ #: contact_form.php:910
458
  #, fuzzy
459
  msgid "Tips below the Attachment"
460
  msgstr "Consells del blocatge de l'adjunt"
461
 
462
+ #: contact_form.php:919
463
  #, fuzzy
464
  msgid "'Send me a copy' block"
465
  msgstr "Envia'm una còpia"
466
 
467
+ #: contact_form.php:929 contact_form.php:932 contact_form.php:936
468
+ #: contact_form.php:1231
469
  msgid "Captcha"
470
  msgstr "Captcha"
471
 
472
+ #: contact_form.php:932
473
  msgid "Activate captcha"
474
  msgstr "Captcha activat"
475
 
476
+ #: contact_form.php:936
477
  msgid "Download captcha"
478
  msgstr "Descarrega captcha"
479
 
480
+ #: contact_form.php:944
481
  msgid "Agreement checkbox"
482
  msgstr ""
483
 
484
+ #: contact_form.php:944
485
  msgid "Required checkbox for submitting the form"
486
  msgstr ""
487
 
488
+ #: contact_form.php:945
489
  msgid "Optional checkbox"
490
  msgstr ""
491
 
492
+ #: contact_form.php:945
493
  msgid "Optional checkbox, the results of which will be displayed in email"
494
  msgstr ""
495
 
496
+ #: contact_form.php:962
497
  msgid "Delete an attachment file from the server after the email is sent"
498
  msgstr ""
499
 
500
+ #: contact_form.php:968
501
  msgid "Email in HTML format sending"
502
  msgstr ""
503
 
504
+ #: contact_form.php:972
505
  msgid "Display additional info in the email"
506
  msgstr "Mostra informació addicional al correu electrònic,"
507
 
508
+ #: contact_form.php:977 contact_form.php:1894 contact_form.php:1896
509
  msgid "Sent from (ip address)"
510
  msgstr "Enviat des de (adreça IP)"
511
 
512
+ #: contact_form.php:977
513
  #, fuzzy
514
  msgid "Example: Sent from (IP address):\t127.0.0.1"
515
  msgstr "Enviat des de (adreça IP)"
516
 
517
+ #: contact_form.php:978 contact_form.php:1900 contact_form.php:1902
518
  msgid "Date/Time"
519
  msgstr "Data/hora"
520
 
521
+ #: contact_form.php:978
522
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
523
  msgstr ""
524
 
525
+ #: contact_form.php:979 contact_form.php:1906 contact_form.php:1908
526
  msgid "Sent from (referer)"
527
  msgstr "Enviat des de (referent)"
528
 
529
+ #: contact_form.php:979
530
  msgid ""
531
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
532
  msgstr ""
533
 
534
+ #: contact_form.php:980 contact_form.php:1912 contact_form.php:1914
535
  msgid "Using (user agent)"
536
  msgstr "Usant (user agent)"
537
 
538
+ #: contact_form.php:980
539
  msgid ""
540
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
541
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
542
  msgstr ""
543
 
544
+ #: contact_form.php:984
545
  msgid "Language settings for the field names in the form"
546
  msgstr "Configuració de la llengua als noms dels camps del formulari"
547
 
548
+ #: contact_form.php:993
549
  msgid "Add a language"
550
  msgstr "Afegeix lengua"
551
 
552
+ #: contact_form.php:997
553
  msgid "Change the names of the contact form fields and error messages"
554
  msgstr ""
555
  "Modifica els noms dels camps i els missatges d'error del formulari de "
556
  "contacte"
557
 
558
+ #: contact_form.php:1002 contact_form.php:1089
559
  msgid "English"
560
  msgstr "Anglès"
561
 
562
+ #: contact_form.php:1010 contact_form.php:1044
563
  msgid "click to expand/hide the list"
564
  msgstr ""
565
 
566
+ #: contact_form.php:1019 contact_form.php:1053
567
  #, fuzzy
568
  msgid "Tips below the Attachment block"
569
  msgstr "Consells del blocatge de l'adjunt"
570
 
571
+ #: contact_form.php:1022 contact_form.php:1056
572
  msgid "Error message for the Name field"
573
  msgstr "Missatge d'error per al camp 'Nom'"
574
 
575
+ #: contact_form.php:1023 contact_form.php:1057
576
  msgid "Error message for the Address field"
577
  msgstr "Missatge d'error per al camp 'Adreça'"
578
 
579
+ #: contact_form.php:1024 contact_form.php:1058
580
  msgid "Error message for the Email field"
581
  msgstr "Missatge d'error per al camp 'Adreça de correu electrònic'"
582
 
583
+ #: contact_form.php:1025 contact_form.php:1059
584
  msgid "Error message for the Phone field"
585
  msgstr "Missatge d'error per al camp 'Telèfon\""
586
 
587
+ #: contact_form.php:1026 contact_form.php:1060
588
  msgid "Error message for the Subject field"
589
  msgstr "Missatge d'error per al camp 'Assumpte'"
590
 
591
+ #: contact_form.php:1027 contact_form.php:1061
592
  msgid "Error message for the Message field"
593
  msgstr "Missatge d'error per al camp 'Missatge'"
594
 
595
+ #: contact_form.php:1028 contact_form.php:1062
596
  msgid "Error message about the file type for the Attachment field"
597
  msgstr "Missatge d'error sobre el tipus de per al camp 'Adjunt'"
598
 
599
+ #: contact_form.php:1029 contact_form.php:1063
600
  msgid ""
601
  "Error message while uploading a file for the Attachment field to the server"
602
  msgstr "Missatge d'error al carregar al servidor un fitxer per al camp Adjunt"
603
 
604
+ #: contact_form.php:1030 contact_form.php:1064
605
  msgid "Error message while moving the file for the Attachment field"
606
  msgstr "Missatge d'error al mourerun fitxer per al camp Adjunt"
607
 
608
+ #: contact_form.php:1031 contact_form.php:1065
609
  msgid "Error message when file size limit for the Attachment field is exceeded"
610
  msgstr ""
611
  "Missatge d'error al superar el límit de mida de fitxer per al camp Adjunt"
612
 
613
+ #: contact_form.php:1032 contact_form.php:1066
614
  msgid "Error message for the Captcha field"
615
  msgstr "Missatge d'error al camp Captcha"
616
 
617
+ #: contact_form.php:1033 contact_form.php:1067
618
  msgid "Error message for the whole form"
619
  msgstr "Missatge d'error a tot el formulari"
620
 
621
+ #: contact_form.php:1036 contact_form.php:1038 contact_form.php:1070
622
+ #: contact_form.php:1072 contact_form.php:1099 contact_form.php:1101
623
+ #: contact_form.php:1109 contact_form.php:1111 contact_form.php:2272
624
+ #: contact_form.php:2274
625
  msgid "Use shortcode"
626
  msgstr "useu un codi curt"
627
 
628
+ #: contact_form.php:1036 contact_form.php:1038 contact_form.php:1070
629
+ #: contact_form.php:1072 contact_form.php:1099 contact_form.php:1101
630
+ #: contact_form.php:1109 contact_form.php:1111 contact_form.php:2272
631
+ #: contact_form.php:2274
632
  msgid "for this language"
633
  msgstr "Per aquesta llengua"
634
 
635
+ #: contact_form.php:1080
636
  #, fuzzy
637
  msgid "Use the changed names of the contact form fields in the email"
638
  msgstr ""
639
  "Modifica els noms dels camps i els missatges d'error del formulari de "
640
  "contacte"
641
 
642
+ #: contact_form.php:1086
643
  msgid "Action after email is sent"
644
  msgstr "Accions després d'enviar un correu electrònic."
645
 
646
+ #: contact_form.php:1088
647
  msgid "Display text"
648
  msgstr "Mostra el text"
649
 
650
+ #: contact_form.php:1097 contact_form.php:1107
651
  msgid "Text"
652
  msgstr "Text"
653
 
654
+ #: contact_form.php:1118
655
  msgid "Redirect to the page"
656
  msgstr "Redirigir a la pàgina"
657
 
658
+ #: contact_form.php:1119
659
  msgid "Url"
660
  msgstr "Url"
661
 
662
+ #: contact_form.php:1123
663
  msgid "The $_SERVER variable that is used to build a URL of the form"
664
  msgstr ""
665
 
666
+ #: contact_form.php:1127
667
  msgid ""
668
  "If you are not sure whether to change this setting or not, please do not do "
669
  "that."
670
  msgstr ""
671
 
672
+ #: contact_form.php:1136
673
  msgid "Auto Response"
674
  msgstr ""
675
 
676
+ #: contact_form.php:1140
677
  #, php-format
678
  msgid ""
679
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
681
  "name."
682
  msgstr ""
683
 
684
+ #: contact_form.php:1165 contact_form.php:1340
685
  msgid "Save Changes"
686
  msgstr "Desar els canvis"
687
 
688
+ #: contact_form.php:1177
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
689
  msgid "Errors output"
690
  msgstr "Errors de sortida"
691
 
692
+ #: contact_form.php:1180
693
  msgid "Display error messages"
694
  msgstr "Mostra els missatges d'error"
695
 
696
+ #: contact_form.php:1181
697
  msgid "Color of the input field errors."
698
  msgstr "Color dels errors al camp d'entrada"
699
 
700
+ #: contact_form.php:1182
701
  msgid "Display error messages & color of the input field errors"
702
  msgstr "Mostra els missatges d'error i el color dels errors del camp d'entrada"
703
 
704
+ #: contact_form.php:1187
705
  msgid "Add placeholder to the input blocks"
706
  msgstr "Afegeix marcador de posició als blocs d'entrada"
707
 
708
+ #: contact_form.php:1193
709
  msgid "Add tooltips"
710
  msgstr "Afegir consells sobre les eines"
711
 
712
+ #: contact_form.php:1207
713
  msgid "Email address"
714
  msgstr "Adreça de correu electrònic:"
715
 
716
+ #: contact_form.php:1212
717
  msgid "Phone Number"
718
  msgstr "Nombre de telèfon"
719
 
720
+ #: contact_form.php:1226
721
  msgid "Attachment"
722
  msgstr "Adjunt:"
723
 
724
+ #: contact_form.php:1231
725
  msgid "(powered by bestwebsoft.com)"
726
  msgstr "(Impulsat per bestwebsoft.com)"
727
 
728
+ #: contact_form.php:1236
729
  msgid "Style options"
730
  msgstr "Opcions d'estil"
731
 
732
+ #: contact_form.php:1239
733
  msgid "Text color"
734
  msgstr "Color del text"
735
 
736
+ #: contact_form.php:1242 contact_form.php:1247 contact_form.php:1257
737
+ #: contact_form.php:1262 contact_form.php:1267 contact_form.php:1272
738
+ #: contact_form.php:1282 contact_form.php:1287 contact_form.php:1293
739
+ #: contact_form.php:1304 contact_form.php:1309 contact_form.php:1314
740
  msgid "Default"
741
  msgstr "Per defecte"
742
 
743
+ #: contact_form.php:1244
744
  msgid "Label text color"
745
  msgstr "Color del text de l'etiqeta"
746
 
747
+ #: contact_form.php:1249
748
  msgid "Placeholder color"
749
  msgstr "Color del marcador de posició"
750
 
751
+ #: contact_form.php:1254
752
  msgid "Errors color"
753
  msgstr "Color dels errors"
754
 
755
+ #: contact_form.php:1259
756
  msgid "Error text color"
757
  msgstr "Color del text d'error"
758
 
759
+ #: contact_form.php:1264
760
  msgid "Background color of the input field errors"
761
  msgstr "Color de fons dels errors del camp d'entrada"
762
 
763
+ #: contact_form.php:1269
764
  msgid "Border color of the input field errors"
765
  msgstr "Color de la vora dels errors del camp d'entrada"
766
 
767
+ #: contact_form.php:1274
768
  msgid "Placeholder color of the input field errors"
769
  msgstr "Color del marcador de posició dels errors del camp d'entrada"
770
 
771
+ #: contact_form.php:1279
772
  msgid "Input fields"
773
  msgstr "Visualitza l'adjunt"
774
 
775
+ #: contact_form.php:1284
776
  msgid "Input fields background color"
777
  msgstr "Color de fons dels camps d'entrada"
778
 
779
+ #: contact_form.php:1289
780
  msgid "Text fields color"
781
  msgstr "Color dels camps de text"
782
 
783
+ #: contact_form.php:1291
784
  msgid "Border width in px, numbers only"
785
  msgstr "Ample de vora en px, sols nombres"
786
 
787
+ #: contact_form.php:1295 contact_form.php:1316
788
  msgid "Border color"
789
  msgstr "Color de la vora"
790
 
791
+ #: contact_form.php:1300
792
  msgid "Submit button"
793
  msgstr "Enviar"
794
 
795
  # #: contact_form.php:928
796
+ #: contact_form.php:1302
797
  msgid "Width in px, numbers only"
798
  msgstr "Ample en px, sols nombres"
799
 
800
+ #: contact_form.php:1306
801
  msgid "Button color"
802
  msgstr "Color del botó"
803
 
804
+ #: contact_form.php:1311
805
  msgid "Button text color"
806
  msgstr "Color del text del botó"
807
 
808
+ #: contact_form.php:1344
809
  msgid "Contact Form Pro | Preview"
810
  msgstr "Contact Form Pro | Vista prèvia"
811
 
812
+ #: contact_form.php:1347
813
  msgid "Show with errors"
814
  msgstr "Mostra amb errors"
815
 
816
+ #: contact_form.php:1355 contact_form.php:1357
817
  msgid "Please enter your full name..."
818
  msgstr "Si us plau introduïu el nom complet"
819
 
820
+ #: contact_form.php:1368 contact_form.php:1370
821
  msgid "Please enter your address..."
822
  msgstr "Si us plau introduïu l'adreça"
823
 
824
+ #: contact_form.php:1379 contact_form.php:1381
825
  msgid "Please enter your email address..."
826
  msgstr "Si us plau introdueixi el seu e-mail"
827
 
828
+ #: contact_form.php:1390 contact_form.php:1392
829
  msgid "Please enter your phone number..."
830
  msgstr "Si us plau introduïu el nombre de telèfon"
831
 
832
+ #: contact_form.php:1401 contact_form.php:1403
833
  msgid "Please enter subject..."
834
  msgstr "Si us plau introduïu l'assumpte"
835
 
836
+ #: contact_form.php:1411 contact_form.php:1413
837
  msgid "Please enter your message..."
838
  msgstr "Si us plau introduïu el missatge"
839
 
840
+ #: contact_form.php:1517
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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:1921
845
  msgid "Contact from"
846
  msgstr "Contact from"
847
 
848
+ #: contact_form.php:1943 contact_form.php:1973
849
  msgid "Phone"
850
  msgstr "Telèfon"
851
 
852
+ #: contact_form.php:1954 contact_form.php:1980
853
  msgid "Site"
854
  msgstr "Lloc"
855
 
856
+ #: contact_form.php:2066
857
  msgid ""
858
  "If you can see this MIME, it means that the MIME type is not supported by "
859
  "your email client!"
861
  "Si pot veure aquest MIME, vol dir que el tipus MIME no és compatible amb el "
862
  "seu client de correu electrònic!"
863
 
864
+ #: contact_form.php:2142
865
  msgid "Support"
866
  msgstr "Suport"
867
 
868
+ #: contact_form.php:2191
869
  msgid "Are you sure that you want to delete this language data?"
870
  msgstr "Està vostè segur que vol esborrar aquest idioma?"
871
 
872
+ #: contact_form.php:2212
873
+ #, fuzzy
874
+ msgid "Add multiple forms"
875
+ msgstr "Afegir consells sobre les eines"
876
+
877
+ #: contact_form.php:2212
878
  msgid ""
879
+ "Install Contact Form Multi plugin to create unlimited number of contact "
880
+ "forms."
881
  msgstr ""
882
 
883
+ #: contact_form.php:2217
884
+ #, fuzzy
885
+ msgid "Learn more"
886
+ msgstr "Llegir més"
887
+
888
+ #: contact_form.php:2221
889
+ msgid "Close"
890
  msgstr ""
891
 
892
+ #: contact_form.php:2405
893
  msgid ""
894
  "<strong>Contact Form to DB</strong> allows to store your messages to the "
895
  "database."
896
  msgstr ""
897
 
898
+ #: contact_form.php:2406
899
  msgid "Manage messages that have been sent from your website."
900
  msgstr ""
901
 
902
+ #, fuzzy
903
+ #~ msgid "requires"
904
+ #~ msgstr "Camps requerits"
905
+
906
+ #, fuzzy
907
+ #~ msgid "Plugins page"
908
+ #~ msgstr "Plugins Pro"
909
+
910
+ #, fuzzy
911
+ #~ msgid "Please, enter Your license key"
912
+ #~ msgstr "Si us plau introduïu el missatge"
913
+
914
+ #, fuzzy
915
+ #~ msgid "Rate the plugin"
916
+ #~ msgstr "Plugins gratuïts"
917
+
918
+ #, fuzzy
919
+ #~ msgid "If there is something wrong about it, please contact us"
920
+ #~ msgstr ""
921
+ #~ "Si té alguna pregunta, contacti'ns si us plau via plugin@bestwebsoft.com "
922
+ #~ "o utilitzi el formulari de contacte de la nostra web"
923
+
924
+ #, fuzzy
925
+ #~ msgid "the setting page"
926
+ #~ msgstr "Configuració extra"
927
+
928
+ #, fuzzy
929
+ #~ msgid "Activate"
930
+ #~ msgstr "Captcha activat"
931
+
932
  #~ msgid "Extra settings"
933
  #~ msgstr "Configuració extra"
934
 
991
  #~ msgid "Activated plugins"
992
  #~ msgstr "Plugin activat"
993
 
 
 
 
994
  #~ msgid "Installed plugins"
995
  #~ msgstr "Plugins instal·lats"
996
 
languages/contact_form-de_DE.mo CHANGED
Binary file
languages/contact_form-de_DE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-02-17 12:43+0300\n"
6
- "PO-Revision-Date: 2015-02-17 12:43+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Alex <private183@web.de>\n"
9
  "Language: de_DE\n"
@@ -17,43 +17,43 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: contact_form.php:80 contact_form.php:811
21
  msgid "Contact Form Settings"
22
  msgstr "Kontakt-Form Einstellungen"
23
 
24
- #: contact_form.php:80
25
  msgid "Contact Form"
26
  msgstr "Kontakt-Form"
27
 
28
- #: contact_form.php:162 contact_form.php:1195 contact_form.php:1229
29
  msgid "Name:"
30
  msgstr "Name:"
31
 
32
- #: contact_form.php:163 contact_form.php:1196 contact_form.php:1230
33
  msgid "Address:"
34
  msgstr "Adresse:"
35
 
36
- #: contact_form.php:164 contact_form.php:1197 contact_form.php:1231
37
  msgid "Email Address:"
38
  msgstr "E-Mail Adresse:"
39
 
40
- #: contact_form.php:165 contact_form.php:1198 contact_form.php:1232
41
  msgid "Phone number:"
42
  msgstr "Telefonnummer:"
43
 
44
- #: contact_form.php:166 contact_form.php:1199 contact_form.php:1233
45
  msgid "Subject:"
46
  msgstr "Betreff:"
47
 
48
- #: contact_form.php:167 contact_form.php:1200 contact_form.php:1234
49
  msgid "Message:"
50
  msgstr "Inhalt:"
51
 
52
- #: contact_form.php:168 contact_form.php:1201 contact_form.php:1235
53
  msgid "Attachment:"
54
  msgstr "Anhang:"
55
 
56
- #: contact_form.php:169
57
  msgid ""
58
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
59
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
@@ -63,93 +63,73 @@ msgstr ""
63
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max Datei-Größe: "
64
  "2MB"
65
 
66
- #: contact_form.php:170 contact_form.php:1203 contact_form.php:1237
67
  msgid "Send me a copy"
68
  msgstr "Kopie an mich senden"
69
 
70
- #: contact_form.php:171 contact_form.php:1204 contact_form.php:1238
71
  msgid "Submit"
72
  msgstr "Senden"
73
 
74
- #: contact_form.php:172
75
  msgid "Your name is required."
76
  msgstr "Dein Name wird benötigt."
77
 
78
- #: contact_form.php:173
79
  msgid "Address is required."
80
  msgstr "Adresse wird benötigt"
81
 
82
- #: contact_form.php:174
83
  msgid "A valid email address is required."
84
  msgstr "Eine gültige E-Mail Adresse wird benötigt."
85
 
86
- #: contact_form.php:175
87
  msgid "Phone number is required."
88
  msgstr "Deine Telefonnummer wird benötigt."
89
 
90
- #: contact_form.php:176
91
  msgid "Subject is required."
92
  msgstr "Ein Betreff wird benötigt."
93
 
94
- #: contact_form.php:177
95
  msgid "Message text is required."
96
  msgstr "Ein Inhalt wird benötigt."
97
 
98
- #: contact_form.php:178
99
  msgid "File format is not valid."
100
  msgstr "Datei Format ist nicht erlaubt."
101
 
102
- #: contact_form.php:179
103
  msgid "File upload error."
104
  msgstr "Datei-Übertragungsfehler"
105
 
106
- #: contact_form.php:180
107
  msgid "The file could not be uploaded."
108
  msgstr "Die Datei konnte nicht hochgeladen werden."
109
 
110
- #: contact_form.php:181
111
  msgid "This file is too large."
112
  msgstr "Diese Datei ist zu groß."
113
 
114
- #: contact_form.php:182
115
  msgid "Please fill out the CAPTCHA."
116
  msgstr "Bitte CAPTCHA ausfüllen."
117
 
118
- #: contact_form.php:183
119
  msgid "Please make corrections below and try again."
120
  msgstr "Bitte mach unten korrekturen und versuche es erneut."
121
 
122
- #: contact_form.php:185
123
  msgid "Thank you for contacting us."
124
  msgstr "Danke für Ihre Nachricht."
125
 
126
- #: contact_form.php:362
127
- msgid "requires"
128
- msgstr "benötigt"
129
-
130
- #: contact_form.php:362
131
- msgid ""
132
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
133
- "try again."
134
- msgstr ""
135
- "oder höher, darum wurde es deaktiviert! Bitte rüsten sie WordPress auf und "
136
- "versuchen sie es erneut."
137
-
138
- #: contact_form.php:362
139
- msgid "Back to the WordPress"
140
- msgstr "Zurück zu WordPress"
141
-
142
- #: contact_form.php:362
143
- msgid "Plugins page"
144
- msgstr "Plugin Seite"
145
-
146
- #: contact_form.php:598
147
  msgid ""
148
  "Email 'FROM' field option was changed, which may cause email messages being "
149
  "moved to the spam folder or email delivery failures."
150
  msgstr ""
151
 
152
- #: contact_form.php:608
153
  msgid ""
154
  "If the 'Redirect to page' option is selected then the URL field should be in "
155
  "the following format"
@@ -157,12 +137,12 @@ msgstr ""
157
  "Wenn die 'Redirect to page/Umleiten zur Seite' Option verwendet wird, dann "
158
  "sollte das Feld URL in folgendem Format sein"
159
 
160
- #: contact_form.php:617
161
  #, fuzzy
162
  msgid "Such user does not exist."
163
  msgstr "Dieser User exestiert nicht. Einstellungen werden nicht gespeichert."
164
 
165
- #: contact_form.php:627
166
  #, fuzzy
167
  msgid ""
168
  "Please enter a valid email address in the 'Use this email address' field."
@@ -170,111 +150,48 @@ msgstr ""
170
  "Bitte geben sie eine gültige Email Adresse in das 'FROM/VON' Feld ein. "
171
  "Einstellungen werden nicht gespeichert."
172
 
173
- #: contact_form.php:635
174
  #, fuzzy
175
  msgid "Please enter a valid email address in the 'FROM' field."
176
  msgstr ""
177
  "Bitte geben sie eine gültige Email Adresse in das 'FROM/VON' Feld ein. "
178
  "Einstellungen werden nicht gespeichert."
179
 
180
- #: contact_form.php:660
181
  msgid "Settings saved."
182
  msgstr "Einstellungen gespeichert."
183
 
184
- #: contact_form.php:662
185
  #, fuzzy
186
  msgid "Settings are not saved."
187
  msgstr "Einstellungen gespeichert."
188
 
189
- #: contact_form.php:689 contact_form.php:721
190
- msgid "Wrong license key"
191
- msgstr "Falscher Lizenzschlüssel"
192
-
193
- #: contact_form.php:714
194
- msgid ""
195
- "Something went wrong. Try again later. If the error will appear again, "
196
- "please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. "
197
- "We are sorry for inconvenience."
198
- msgstr ""
199
- "Etwas ging schief. Versuchen sie es später nochmals. Wenn der Fehler erneut "
200
- "auftritt, bitte, kontaktieren sie uns <a href=http://support.bestwebsoft."
201
- "com>BestWebSoft</a>. Wir entschuldigen für die Umstände."
202
-
203
- #: contact_form.php:723
204
- msgid "This license key is bind to another site"
205
- msgstr "Dieser Linzenz-Key ist an eine andere Seite gebunden."
206
-
207
- #: contact_form.php:725 contact_form.php:1673
208
- msgid ""
209
- "Unfortunately, you have exceeded the number of available tries per day. "
210
- "Please, upload the plugin manually."
211
- msgstr ""
212
- "Leider haben sie die Anzahl an verfügbaren Versuchen pro Trag überschritten. "
213
- "Bitte laden sie das Plugin manuell hoch"
214
-
215
- #: contact_form.php:736 contact_form.php:758 contact_form.php:777
216
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
217
- msgstr ""
218
- "Download des zip Archives fehlgeschlagen. Bitte laden sie das Plugin manuell "
219
- "hoch"
220
-
221
- #: contact_form.php:748
222
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
223
- msgstr ""
224
- "Fehler beim öffnen des zip Archives. Bitte laden sie das Plugin manuell hoch"
225
-
226
- #: contact_form.php:754
227
- msgid ""
228
- "Your server does not support either ZipArchive or Phar. Please, upload the "
229
- "plugin manually"
230
- msgstr ""
231
- "Ihr Server unterstützt kein ZipArchiv oder Phar. Bitte laden sie das Plugin "
232
- "manuell hoch"
233
-
234
- #: contact_form.php:761
235
- #, fuzzy
236
- msgid "UploadDir is not writable. Please, upload the plugin manually"
237
- msgstr ""
238
- "Fehler beim öffnen des zip Archives. Bitte laden sie das Plugin manuell hoch"
239
-
240
- #: contact_form.php:781
241
- msgid ""
242
- "Something went wrong. Try again later or upload the plugin manually. We are "
243
- "sorry for inconvienience."
244
- msgstr ""
245
- "Etwas ging schief. Versuchen sie es später oder laden sie das plugin manuell "
246
- "hoch. Wir entschuldigen für die Umstände."
247
-
248
- #: contact_form.php:805
249
- msgid "Please, enter Your license key"
250
- msgstr "Bitte, geben sie Ihren Linzenzschlüssel ein"
251
-
252
- #: contact_form.php:813 contact_form.php:2362 contact_form.php:2376
253
  msgid "Settings"
254
  msgstr "Einstellungen"
255
 
256
- #: contact_form.php:814
257
  #, fuzzy
258
  msgid "Additional settings"
259
  msgstr "Weitere Optionen"
260
 
261
- #: contact_form.php:815
262
  msgid "Appearance"
263
  msgstr ""
264
 
265
- #: contact_form.php:816 contact_form.php:2377
266
  msgid "FAQ"
267
  msgstr "Häufig gestellte Fragen (FAQ)"
268
 
269
- #: contact_form.php:817
270
  msgid "Go PRO"
271
  msgstr "Go PRO"
272
 
273
- #: contact_form.php:820 contact_form.php:823
274
  msgid "Notice:"
275
  msgstr "Notiz:"
276
 
277
- #: contact_form.php:820
278
  msgid ""
279
  "The plugin's settings have been changed. In order to save them please don't "
280
  "forget to click the 'Save Changes' button."
@@ -282,13 +199,13 @@ msgstr ""
282
  "Die Einstellungen des Plugins wurden geändert. Um diese zu speichern "
283
  "vergessen sie nicht auf 'Save Changes/Speicher Änderungen' zu klicken."
284
 
285
- #: contact_form.php:831
286
  msgid ""
287
  "If you want to create multiple contact forms, please install the Contact "
288
  "Form Multi plugin."
289
  msgstr ""
290
 
291
- #: contact_form.php:839 contact_form.php:842 contact_form.php:1632
292
  msgid ""
293
  "If you would like to add the Contact Form to your website, just copy and "
294
  "paste this shortcode to your post or page or widget:"
@@ -296,13 +213,13 @@ msgstr ""
296
  "Wenn sie die Kontakt-Form auf ihrer Webseite plazieren möchten, kopieren und "
297
  "fügen sie diesen shortcode in ihrem/r Beitrag, Seite oder Widget ein:"
298
 
299
- #: contact_form.php:839 contact_form.php:840 contact_form.php:842
300
- #: contact_form.php:843 contact_form.php:1219 contact_form.php:1221
301
- #: contact_form.php:1282 contact_form.php:1284
302
  msgid "or"
303
  msgstr "oder"
304
 
305
- #: contact_form.php:840 contact_form.php:843
306
  msgid ""
307
  "If have any problems with the standard shortcode [contact_form], you should "
308
  "use the shortcode"
@@ -310,11 +227,11 @@ msgstr ""
310
  "Wenn sie irgendwelche Probleme mit dem standard shortcode [contact_form] "
311
  "haben, sollten sie folgenden shortcode verwenden"
312
 
313
- #: contact_form.php:840 contact_form.php:843
314
  msgid "They work the same way."
315
  msgstr "Sie arbeiten auf gleiche weise."
316
 
317
- #: contact_form.php:848
318
  msgid ""
319
  "If you leave the fields empty, the messages will be sent to the email "
320
  "address specified during registration."
@@ -322,15 +239,15 @@ msgstr ""
322
  "Wenn sie die Felder leer lassen, wird die Nachricht an die bei der "
323
  "registrierung angegebenen E-Mail Adresse gesendet."
324
 
325
- #: contact_form.php:851
326
  msgid "The user's email address:"
327
  msgstr "Benutzer E-Mail Adresse"
328
 
329
- #: contact_form.php:855
330
  msgid "Create a username"
331
  msgstr "Benutzername erstellen"
332
 
333
- #: contact_form.php:868
334
  msgid ""
335
  "Enter a username of the person who should get the messages from the contact "
336
  "form."
@@ -338,115 +255,114 @@ msgstr ""
338
  "Geben sie den Benutzernamen des Users an, der die Nachrichten der Kontakt-"
339
  "Form erhalten soll."
340
 
341
- #: contact_form.php:872
342
  msgid "Use this email address:"
343
  msgstr "Nutzen sie diese E-Mail Adresse"
344
 
345
- #: contact_form.php:875
346
  msgid "Enter the email address you want the messages forwarded to."
347
  msgstr ""
348
  "Geben sie die E-Mail Adresse ein, an welche die Nachricht weitergeleitet "
349
  "werden soll."
350
 
351
- #: contact_form.php:884
352
  msgid "Add department selectbox to the contact form:"
353
  msgstr "Füge Abteilungs- Auswahlbox zu der Kontakt-Form:"
354
 
355
- #: contact_form.php:892 contact_form.php:1328 contact_form.php:1515
356
  msgid "If you upgrade to Pro version all your settings will be saved."
357
  msgstr "Wenn sie auf Pro upgraden werden alle ihre Einstellungen gespeichert"
358
 
359
- #: contact_form.php:899 contact_form.php:1062 contact_form.php:1135
360
- #: contact_form.php:1335 contact_form.php:1522
361
  msgid "Unlock premium options by upgrading to a PRO version."
362
  msgstr ""
363
 
364
- #: contact_form.php:900 contact_form.php:1063 contact_form.php:1136
365
- #: contact_form.php:1336 contact_form.php:1523 contact_form.php:2650
366
- #: contact_form.php:2666
367
  msgid "Learn More"
368
  msgstr ""
369
 
370
- #: contact_form.php:903 contact_form.php:1066 contact_form.php:1139
371
- #: contact_form.php:1339 contact_form.php:1526
372
  #, fuzzy
373
  msgid "Go"
374
  msgstr "Go!"
375
 
376
- #: contact_form.php:910
377
  msgid "Save emails to the database"
378
  msgstr "Speicher E-Mails in die Datenbank"
379
 
380
- #: contact_form.php:915
381
  msgid "Using"
382
  msgstr "Verwendet"
383
 
384
- #: contact_form.php:915 contact_form.php:1112 contact_form.php:1115
385
- #: contact_form.php:1119
386
  msgid "powered by"
387
  msgstr "powered by"
388
 
389
- #: contact_form.php:918 contact_form.php:922
390
  msgid "Using Contact Form to DB powered by"
391
  msgstr "Verwende 'Kontakt-Form in die DB' powered by"
392
 
393
- #: contact_form.php:918
394
  msgid "Activate Contact Form to DB"
395
  msgstr "Aktiviere 'Kontakt-Form in die DB'"
396
 
397
- #: contact_form.php:922
398
  msgid "Download Contact Form to DB"
399
  msgstr "Lade 'Kontakt-Form in die DB' herunter"
400
 
401
- #: contact_form.php:932
402
  msgid "What to use?"
403
  msgstr "Was soll verwendet werden?"
404
 
405
- #: contact_form.php:935
406
  msgid "Wp-mail"
407
  msgstr "Wp-mail"
408
 
409
- #: contact_form.php:935
410
  msgid "You can use the wp_mail function for mailing"
411
  msgstr "Sie können die wp_mail Funktion für das versenden verwenden."
412
 
413
- #: contact_form.php:937
414
  msgid "Mail"
415
  msgstr "Mail"
416
 
417
- #: contact_form.php:937
418
  msgid "To send mail you can use the php mail function"
419
  msgstr "Um mails zu versenden, können sie die php mail Funktion verwenden."
420
 
421
- #: contact_form.php:941
422
  msgid "'FROM' field"
423
  msgstr ""
424
 
425
- #: contact_form.php:943 contact_form.php:993 contact_form.php:1390
426
- #: contact_form.php:2162 contact_form.php:2198
427
  msgid "Name"
428
  msgstr "Name"
429
 
430
- #: contact_form.php:947
431
  msgid "User name"
432
  msgstr "Benutzer Name"
433
 
434
- #: contact_form.php:949
435
  msgid ""
436
  "The name of the user who fills the form will be used in the field 'From'."
437
  msgstr ""
438
  "Der Name des Benutzers, der das Formular ausfüllt, wird im Feld 'From/Von' "
439
  "verwendt."
440
 
441
- #: contact_form.php:954 contact_form.php:2173 contact_form.php:2205
442
  msgid "Email"
443
  msgstr "E-Mail"
444
 
445
- #: contact_form.php:961
446
  msgid "User email"
447
  msgstr "Benutzer E-Mail"
448
 
449
- #: contact_form.php:963
450
  msgid ""
451
  "The email address of the user who fills the form will be used in the field "
452
  "'From'."
@@ -454,174 +370,174 @@ msgstr ""
454
  "Die E-Mail Adresse des Benutzers, der das Formular ausfüllt, wird im Feld "
455
  "'From/Von' verwendt."
456
 
457
- #: contact_form.php:967
458
  msgid ""
459
  "If this option is changed, email messages may be moved to the spam folder or "
460
  "email delivery failures may occur."
461
  msgstr ""
462
 
463
- #: contact_form.php:973
464
  msgid "Required symbol"
465
  msgstr "Benötigtes Symbol"
466
 
467
- #: contact_form.php:983
468
  msgid "Fields"
469
  msgstr "Felder"
470
 
471
- #: contact_form.php:984
472
  msgid "Used"
473
  msgstr "Benutzt"
474
 
475
- #: contact_form.php:985
476
  msgid "Required"
477
  msgstr "Benötigt"
478
 
479
- #: contact_form.php:986
480
  msgid "Visible"
481
  msgstr "Sichtbar"
482
 
483
- #: contact_form.php:987
484
  msgid "Disabled for editing"
485
  msgstr "Bearbeitung ist ausgeschaltet"
486
 
487
- #: contact_form.php:988
488
  msgid "Field's default value"
489
  msgstr "Standard-Feld-Wert"
490
 
491
- #: contact_form.php:1000
492
  msgid "Use User's name as a default value if the user is logged in."
493
  msgstr ""
494
 
495
- #: contact_form.php:1001 contact_form.php:1029
496
  msgid ""
497
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
498
  "in users."
499
  msgstr ""
500
 
501
- #: contact_form.php:1005
502
  msgid "Location selectbox"
503
  msgstr ""
504
 
505
- #: contact_form.php:1013 contact_form.php:1395 contact_form.php:2168
506
- #: contact_form.php:2202
507
  msgid "Address"
508
  msgstr "Adresse: "
509
 
510
- #: contact_form.php:1021
511
  msgid "Email Address"
512
  msgstr "E-Mail Adresse:"
513
 
514
- #: contact_form.php:1028
515
  msgid "Use User's email as a default value if the user is logged in."
516
  msgstr ""
517
 
518
- #: contact_form.php:1033
519
  msgid "Phone number"
520
  msgstr "Telefonnummer:"
521
 
522
- #: contact_form.php:1041 contact_form.php:1410 contact_form.php:2183
523
- #: contact_form.php:2211
524
  msgid "Subject"
525
  msgstr "Betreff"
526
 
527
- #: contact_form.php:1049 contact_form.php:1414 contact_form.php:2186
528
- #: contact_form.php:2213
529
  msgid "Message"
530
  msgstr "Inhalt"
531
 
532
- #: contact_form.php:1073
533
  msgid "Attachment block"
534
  msgstr "Anhang-Block"
535
 
536
- #: contact_form.php:1075
537
  msgid "Users can attach the following file formats"
538
  msgstr "Benutzer können die folgenden Formate anhängen:"
539
 
540
- #: contact_form.php:1088
541
  msgid "Add to the form"
542
  msgstr "Füge in die Form"
543
 
544
- #: contact_form.php:1093
545
  msgid "Tips below the Attachment"
546
  msgstr "Tipps unterhalb des Anhangs"
547
 
548
- #: contact_form.php:1102
549
  msgid "'Send me a copy' block"
550
  msgstr "'Kopie an mich senden' Block"
551
 
552
- #: contact_form.php:1112 contact_form.php:1115 contact_form.php:1119
553
- #: contact_form.php:1424
554
  msgid "Captcha"
555
  msgstr "Captcha"
556
 
557
- #: contact_form.php:1115
558
  msgid "Activate captcha"
559
  msgstr "Aktiviere captcha"
560
 
561
- #: contact_form.php:1119
562
  msgid "Download captcha"
563
  msgstr "Download captcha"
564
 
565
- #: contact_form.php:1127
566
  msgid "Agreement checkbox"
567
  msgstr "Agreement checkbox"
568
 
569
- #: contact_form.php:1127
570
  msgid "Required checkbox for submitting the form"
571
  msgstr "Benötigte checkbox zur übermittlung des Formulars"
572
 
573
- #: contact_form.php:1128
574
  msgid "Optional checkbox"
575
  msgstr "Optionale checkbox"
576
 
577
- #: contact_form.php:1128
578
  msgid "Optional checkbox, the results of which will be displayed in email"
579
  msgstr "Optionale checkbox, das Ergebnis davon wird in der E-Mail angezeigt"
580
 
581
- #: contact_form.php:1145
582
  msgid "Delete an attachment file from the server after the email is sent"
583
  msgstr "Lösche die Anhang-Datei vom Server nachdem die E-Mail gesendet wurde"
584
 
585
- #: contact_form.php:1151
586
  msgid "Email in HTML format sending"
587
  msgstr "E-Mail im HTML Format"
588
 
589
- #: contact_form.php:1155
590
  msgid "Display additional info in the email"
591
  msgstr "Zeige weitere Informationen in der E-Mail"
592
 
593
- #: contact_form.php:1160 contact_form.php:2129 contact_form.php:2131
594
  msgid "Sent from (ip address)"
595
  msgstr "Gesendet von (IP-Adresse)"
596
 
597
- #: contact_form.php:1160
598
  msgid "Example: Sent from (IP address):\t127.0.0.1"
599
  msgstr "Beispiel: Gesendet von (IP-Adresse):\t127.0.0.1"
600
 
601
- #: contact_form.php:1161 contact_form.php:2135 contact_form.php:2137
602
  msgid "Date/Time"
603
  msgstr "Datum/Zeit"
604
 
605
- #: contact_form.php:1161
606
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
607
  msgstr "Beispiel: Datum/Zeit:\tAugust 19, 2013 8:50 pm"
608
 
609
- #: contact_form.php:1162 contact_form.php:2141 contact_form.php:2143
610
  msgid "Sent from (referer)"
611
  msgstr "Gesendet von (referer)"
612
 
613
- #: contact_form.php:1162
614
  msgid ""
615
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
616
  msgstr ""
617
  "Beispiel: Gesendet von (referer):\thttp://bestwebsoft.com/contacts/contact-"
618
  "us/"
619
 
620
- #: contact_form.php:1163 contact_form.php:2147 contact_form.php:2149
621
  msgid "Using (user agent)"
622
  msgstr "Verwendet (user agent)"
623
 
624
- #: contact_form.php:1163
625
  msgid ""
626
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
627
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@@ -629,137 +545,137 @@ msgstr ""
629
  "Beispiel: Verwendet (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
630
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
631
 
632
- #: contact_form.php:1167
633
  msgid "Language settings for the field names in the form"
634
  msgstr "Benutzer-Einstellungen für die Feld-Namen in der Form"
635
 
636
- #: contact_form.php:1176
637
  msgid "Add a language"
638
  msgstr "Hinzufügen einer Sprache"
639
 
640
- #: contact_form.php:1180
641
  msgid "Change the names of the contact form fields and error messages"
642
  msgstr "Verändere die Namen der Kontakt-Form-Felder und Fehlermeldungen"
643
 
644
- #: contact_form.php:1185 contact_form.php:1272
645
  msgid "English"
646
  msgstr "Englisch"
647
 
648
- #: contact_form.php:1193 contact_form.php:1227
649
  msgid "click to expand/hide the list"
650
  msgstr "Klick zum erweitern/verstecken der Liste"
651
 
652
- #: contact_form.php:1202 contact_form.php:1236
653
  msgid "Tips below the Attachment block"
654
  msgstr "Tipps unterhalb des Anhang-Blocks"
655
 
656
- #: contact_form.php:1205 contact_form.php:1239
657
  msgid "Error message for the Name field"
658
  msgstr "Fehlermeldung für das Namensfeld"
659
 
660
- #: contact_form.php:1206 contact_form.php:1240
661
  msgid "Error message for the Address field"
662
  msgstr "Fehlermeldung für das Adress-Feld"
663
 
664
- #: contact_form.php:1207 contact_form.php:1241
665
  msgid "Error message for the Email field"
666
  msgstr "Fehlermeldung für das E-Mail-Feld"
667
 
668
- #: contact_form.php:1208 contact_form.php:1242
669
  msgid "Error message for the Phone field"
670
  msgstr "Fehlermeldung für das Telefonnummer-Feld"
671
 
672
- #: contact_form.php:1209 contact_form.php:1243
673
  msgid "Error message for the Subject field"
674
  msgstr "Fehlermeldung für das Betreff-Feld"
675
 
676
- #: contact_form.php:1210 contact_form.php:1244
677
  msgid "Error message for the Message field"
678
  msgstr "Fehlermeldung für das Inhalts-Feld"
679
 
680
- #: contact_form.php:1211 contact_form.php:1245
681
  msgid "Error message about the file type for the Attachment field"
682
  msgstr "Fehlermeldung über den Datei-Typ für das Anhang-Feld"
683
 
684
- #: contact_form.php:1212 contact_form.php:1246
685
  msgid ""
686
  "Error message while uploading a file for the Attachment field to the server"
687
  msgstr ""
688
  "Fehlermeldung während des hochladens einer Datei zum Server für das Anhang-"
689
  "Feld"
690
 
691
- #: contact_form.php:1213 contact_form.php:1247
692
  msgid "Error message while moving the file for the Attachment field"
693
  msgstr "Fehlermeldung während der Verschiebung für das Anhang-Feld"
694
 
695
- #: contact_form.php:1214 contact_form.php:1248
696
  msgid "Error message when file size limit for the Attachment field is exceeded"
697
  msgstr ""
698
  "Fehlermeldung wenn das Datei-Größen-Limit für das Anhang-Feld überschritten "
699
  "wird"
700
 
701
- #: contact_form.php:1215 contact_form.php:1249
702
  msgid "Error message for the Captcha field"
703
  msgstr "Fehlermeldung für das Capatcha-Feld"
704
 
705
- #: contact_form.php:1216 contact_form.php:1250
706
  msgid "Error message for the whole form"
707
  msgstr "Fehlermeldung für das ganze Formular"
708
 
709
- #: contact_form.php:1219 contact_form.php:1221 contact_form.php:1253
710
- #: contact_form.php:1255 contact_form.php:1282 contact_form.php:1284
711
- #: contact_form.php:1292 contact_form.php:1294 contact_form.php:2490
712
- #: contact_form.php:2492
713
  msgid "Use shortcode"
714
  msgstr "Benutze shortcode"
715
 
716
- #: contact_form.php:1219 contact_form.php:1221 contact_form.php:1253
717
- #: contact_form.php:1255 contact_form.php:1282 contact_form.php:1284
718
- #: contact_form.php:1292 contact_form.php:1294 contact_form.php:2490
719
- #: contact_form.php:2492
720
  msgid "for this language"
721
  msgstr "für diese Sprache"
722
 
723
- #: contact_form.php:1263
724
  #, fuzzy
725
  msgid "Use the changed names of the contact form fields in the email"
726
  msgstr "Verändere die Namen der Kontakt-Form-Felder und Fehlermeldungen"
727
 
728
- #: contact_form.php:1269
729
  msgid "Action after email is sent"
730
  msgstr "Handlung nachdem die E-Mail gesendet wurde"
731
 
732
- #: contact_form.php:1271
733
  msgid "Display text"
734
  msgstr "Zeige Text"
735
 
736
- #: contact_form.php:1280 contact_form.php:1290
737
  msgid "Text"
738
  msgstr "Text"
739
 
740
- #: contact_form.php:1301
741
  msgid "Redirect to the page"
742
  msgstr "Umleiten zur Seite"
743
 
744
- #: contact_form.php:1302
745
  msgid "Url"
746
  msgstr "Url"
747
 
748
- #: contact_form.php:1306
749
  msgid "The $_SERVER variable that is used to build a URL of the form"
750
  msgstr ""
751
 
752
- #: contact_form.php:1310
753
  msgid ""
754
  "If you are not sure whether to change this setting or not, please do not do "
755
  "that."
756
  msgstr ""
757
 
758
- #: contact_form.php:1319
759
  msgid "Auto Response"
760
  msgstr ""
761
 
762
- #: contact_form.php:1323
763
  #, php-format
764
  msgid ""
765
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -767,269 +683,341 @@ msgid ""
767
  "name."
768
  msgstr ""
769
 
770
- #: contact_form.php:1349 contact_form.php:1533
771
  msgid "Save Changes"
772
  msgstr "Speichere Änderungen"
773
 
774
- #: contact_form.php:1355
775
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
776
- msgstr "Wenn ihnen das Plugin gefällt, geben sie bitte 5 Sterne auf WordPress"
777
-
778
- #: contact_form.php:1356
779
- msgid "Rate the plugin"
780
- msgstr "Bewerten Sie das Plugin"
781
-
782
- #: contact_form.php:1359
783
- msgid "If there is something wrong about it, please contact us"
784
- msgstr "Wenn etwas fehlerhaft ist, kontaktieren sie uns bitte"
785
-
786
- #: contact_form.php:1370
787
  msgid "Errors output"
788
  msgstr "Fehler-Ausgabe"
789
 
790
- #: contact_form.php:1373
791
  msgid "Display error messages"
792
  msgstr "Zeige Fehlermeldungen"
793
 
794
- #: contact_form.php:1374
795
  msgid "Color of the input field errors."
796
  msgstr "Farbe der Eingabe-Fehld-Fehler"
797
 
798
- #: contact_form.php:1375
799
  msgid "Display error messages & color of the input field errors"
800
  msgstr "Zeige Fehlermeldungen & Farbe zu den Eingabe-Feldern"
801
 
802
- #: contact_form.php:1380
803
  msgid "Add placeholder to the input blocks"
804
  msgstr "Füge Platzhalter an die Eingabe-Blöcke"
805
 
806
- #: contact_form.php:1386
807
  msgid "Add tooltips"
808
  msgstr "Füge Tooltips hinzu"
809
 
810
- #: contact_form.php:1400
811
  msgid "Email address"
812
  msgstr "E-Mail Adresse:"
813
 
814
- #: contact_form.php:1405
815
  msgid "Phone Number"
816
  msgstr "Telefonnummer:"
817
 
818
- #: contact_form.php:1419
819
  msgid "Attachment"
820
  msgstr "Anhang:"
821
 
822
- #: contact_form.php:1424
823
  msgid "(powered by bestwebsoft.com)"
824
  msgstr "(powered by bestwebsoft.com)"
825
 
826
- #: contact_form.php:1429
827
  msgid "Style options"
828
  msgstr "Stil-Optionen"
829
 
830
- #: contact_form.php:1432
831
  msgid "Text color"
832
  msgstr "Text -Farbe"
833
 
834
- #: contact_form.php:1435 contact_form.php:1440 contact_form.php:1450
835
- #: contact_form.php:1455 contact_form.php:1460 contact_form.php:1465
836
- #: contact_form.php:1475 contact_form.php:1480 contact_form.php:1486
837
- #: contact_form.php:1497 contact_form.php:1502 contact_form.php:1507
838
  msgid "Default"
839
  msgstr "Standard"
840
 
841
- #: contact_form.php:1437
842
  msgid "Label text color"
843
  msgstr "Beschriftungs-Text -Farbe"
844
 
845
- #: contact_form.php:1442
846
  msgid "Placeholder color"
847
  msgstr "Platzhalter -Farbe"
848
 
849
- #: contact_form.php:1447
850
  msgid "Errors color"
851
  msgstr "Fehler -Farbe"
852
 
853
- #: contact_form.php:1452
854
  msgid "Error text color"
855
  msgstr "Fehler-Text -Farbe"
856
 
857
- #: contact_form.php:1457
858
  msgid "Background color of the input field errors"
859
  msgstr "Hintergrund -Farbe von den Eingabefeld-Fehlern"
860
 
861
- #: contact_form.php:1462
862
  msgid "Border color of the input field errors"
863
  msgstr "Rand -Farbe von den Eingabefeld-Fehlern"
864
 
865
- #: contact_form.php:1467
866
  msgid "Placeholder color of the input field errors"
867
  msgstr "Platzhalter -Farbe von den Eingabefeld-Fehlern"
868
 
869
- #: contact_form.php:1472
870
  msgid "Input fields"
871
  msgstr "Eingabe-Felder"
872
 
873
- #: contact_form.php:1477
874
  msgid "Input fields background color"
875
  msgstr "Eingabefelder - Hintergrundfarbe"
876
 
877
- #: contact_form.php:1482
878
  msgid "Text fields color"
879
  msgstr "Text-Felder -Farbe"
880
 
881
- #: contact_form.php:1484
882
  msgid "Border width in px, numbers only"
883
  msgstr "Rand-Breite in px, nur Zahlen"
884
 
885
- #: contact_form.php:1488 contact_form.php:1509
886
  msgid "Border color"
887
  msgstr "Rand -Farbe"
888
 
889
- #: contact_form.php:1493
890
  msgid "Submit button"
891
  msgstr "Sende-Schaltfläche"
892
 
893
- #: contact_form.php:1495
894
  msgid "Width in px, numbers only"
895
  msgstr "Breite in px, nur Zahlen"
896
 
897
- #: contact_form.php:1499
898
  msgid "Button color"
899
  msgstr "Schaltflächen -Farbe"
900
 
901
- #: contact_form.php:1504
902
  msgid "Button text color"
903
  msgstr "Schaltflächen-Text -Farbe"
904
 
905
- #: contact_form.php:1537
906
  msgid "Contact Form Pro | Preview"
907
  msgstr "Kontakt-Form Pro | Vorschau"
908
 
909
- #: contact_form.php:1540
910
  msgid "Show with errors"
911
  msgstr "Zeige mit Fehlern"
912
 
913
- #: contact_form.php:1548 contact_form.php:1550
914
  msgid "Please enter your full name..."
915
  msgstr "Bitte geben sie Ihren vollen Namen ein... "
916
 
917
- #: contact_form.php:1561 contact_form.php:1563
918
  msgid "Please enter your address..."
919
  msgstr "Bitte geben sie Ihre Adresse ein... "
920
 
921
- #: contact_form.php:1572 contact_form.php:1574
922
  msgid "Please enter your email address..."
923
  msgstr "Bitte geben sie ihre E-Mail Adresse an ..."
924
 
925
- #: contact_form.php:1583 contact_form.php:1585
926
  msgid "Please enter your phone number..."
927
  msgstr "Bitte geben sie Ihre Telefonnummer ein... "
928
 
929
- #: contact_form.php:1594 contact_form.php:1596
930
  msgid "Please enter subject..."
931
  msgstr "Bitte geben sie Ihren Betreff an... "
932
 
933
- #: contact_form.php:1604 contact_form.php:1606
934
  msgid "Please enter your message..."
935
  msgstr "Bitte geben sie Ihre Nachricht ein... "
936
 
937
- #: contact_form.php:1648
938
- msgid ""
939
- "Congratulations! The PRO version of the plugin is successfully download and "
940
- "activated."
941
- msgstr ""
942
- "Glückwunsch! Die PRO Version des Plugins wurde erfolgreich heruntergeladen "
943
- "und aktiviert."
944
-
945
- #: contact_form.php:1650
946
- msgid "Please, go to"
947
- msgstr "Bitte, gehen Sie nach"
948
-
949
- #: contact_form.php:1650
950
- msgid "the setting page"
951
- msgstr "Die Einstellungs-Seite"
952
-
953
- #: contact_form.php:1651
954
- msgid "You will be redirected automatically in 5 seconds."
955
- msgstr "Sie werden in 5 Sekunden automatisch weitergeleitet"
956
-
957
- #: contact_form.php:1656
958
- msgid "You can download and activate"
959
- msgstr "You can download and activate"
960
-
961
- #: contact_form.php:1658
962
- msgid "version of this plugin by entering Your license key."
963
- msgstr "Version des Plugins durch Eingabe des Linzenzschlüssels."
964
-
965
- #: contact_form.php:1660
966
- msgid ""
967
- "You can find your license key on your personal page Client area, by clicking "
968
- "on the link"
969
- msgstr ""
970
- "Sie finden Ihren Linzenschlüssel auf Ihrer persönlichen Seite 'Client area', "
971
- "durch klicken des Links"
972
-
973
- #: contact_form.php:1662
974
- msgid "(your username is the email you specify when purchasing the product)."
975
- msgstr "(ihr Benutzername ist die beim Kauf verwendte E-Mail)."
976
-
977
- #: contact_form.php:1670 contact_form.php:1680
978
- #, fuzzy
979
- msgid "Activate"
980
- msgstr "Aktiviere captcha"
981
-
982
- #: contact_form.php:1752
983
  msgid "Sorry, email message could not be delivered."
984
  msgstr "Verzeihung, die Nachricht konnte nicht gesendet werden."
985
 
986
- #: contact_form.php:2156
987
  msgid "Contact from"
988
  msgstr "Kontakt von"
989
 
990
- #: contact_form.php:2178 contact_form.php:2208
991
  msgid "Phone"
992
  msgstr "Telefonnummer"
993
 
994
- #: contact_form.php:2189 contact_form.php:2215
995
  msgid "Site"
996
  msgstr "Webseite"
997
 
998
- #: contact_form.php:2302
999
  msgid ""
1000
  "If you can see this MIME, it means that the MIME type is not supported by "
1001
  "your email client!"
1002
  msgstr ""
1003
  "Wenn sie dieses MIME sehen, unterstützt Ihr Browser diesen MIME Typ nicht!"
1004
 
1005
- #: contact_form.php:2378
1006
  msgid "Support"
1007
  msgstr "Support"
1008
 
1009
- #: contact_form.php:2432
1010
  msgid "Are you sure that you want to delete this language data?"
1011
  msgstr "Sind sie sicher, dass sie diese Sprach-Daten löschen wollen?"
1012
 
1013
- #: contact_form.php:2653
 
 
 
 
 
1014
  msgid ""
1015
- "It’s time to upgrade your <strong>Contact Form plugin</strong> to "
1016
- "<strong>PRO</strong> version"
1017
  msgstr ""
1018
 
1019
- #: contact_form.php:2654
1020
- msgid "Extend standard plugin functionality with new great options."
 
 
 
 
 
1021
  msgstr ""
1022
 
1023
- #: contact_form.php:2669
1024
  msgid ""
1025
  "<strong>Contact Form to DB</strong> allows to store your messages to the "
1026
  "database."
1027
  msgstr ""
1028
 
1029
- #: contact_form.php:2670
1030
  msgid "Manage messages that have been sent from your website."
1031
  msgstr ""
1032
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1033
  #~ msgid "Extra settings"
1034
  #~ msgstr "Weitere Einstellungen"
1035
 
@@ -1105,9 +1093,6 @@ msgstr ""
1105
  #~ msgid "Activated plugins"
1106
  #~ msgstr "Geactiveerde plugins"
1107
 
1108
- #~ msgid "Read more"
1109
- #~ msgstr "Lees verder"
1110
-
1111
  #~ msgid "Installed plugins"
1112
  #~ msgstr "Geïnstalleerde Plugins"
1113
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-05 12:56+0300\n"
6
+ "PO-Revision-Date: 2015-03-05 12:56+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Alex <private183@web.de>\n"
9
  "Language: de_DE\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: contact_form.php:35 contact_form.php:631
21
  msgid "Contact Form Settings"
22
  msgstr "Kontakt-Form Einstellungen"
23
 
24
+ #: contact_form.php:35
25
  msgid "Contact Form"
26
  msgstr "Kontakt-Form"
27
 
28
+ #: contact_form.php:123 contact_form.php:1012 contact_form.php:1046
29
  msgid "Name:"
30
  msgstr "Name:"
31
 
32
+ #: contact_form.php:124 contact_form.php:1013 contact_form.php:1047
33
  msgid "Address:"
34
  msgstr "Adresse:"
35
 
36
+ #: contact_form.php:125 contact_form.php:1014 contact_form.php:1048
37
  msgid "Email Address:"
38
  msgstr "E-Mail Adresse:"
39
 
40
+ #: contact_form.php:126 contact_form.php:1015 contact_form.php:1049
41
  msgid "Phone number:"
42
  msgstr "Telefonnummer:"
43
 
44
+ #: contact_form.php:127 contact_form.php:1016 contact_form.php:1050
45
  msgid "Subject:"
46
  msgstr "Betreff:"
47
 
48
+ #: contact_form.php:128 contact_form.php:1017 contact_form.php:1051
49
  msgid "Message:"
50
  msgstr "Inhalt:"
51
 
52
+ #: contact_form.php:129 contact_form.php:1018 contact_form.php:1052
53
  msgid "Attachment:"
54
  msgstr "Anhang:"
55
 
56
+ #: contact_form.php:130
57
  msgid ""
58
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
59
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
63
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max Datei-Größe: "
64
  "2MB"
65
 
66
+ #: contact_form.php:131 contact_form.php:1020 contact_form.php:1054
67
  msgid "Send me a copy"
68
  msgstr "Kopie an mich senden"
69
 
70
+ #: contact_form.php:132 contact_form.php:1021 contact_form.php:1055
71
  msgid "Submit"
72
  msgstr "Senden"
73
 
74
+ #: contact_form.php:133
75
  msgid "Your name is required."
76
  msgstr "Dein Name wird benötigt."
77
 
78
+ #: contact_form.php:134
79
  msgid "Address is required."
80
  msgstr "Adresse wird benötigt"
81
 
82
+ #: contact_form.php:135
83
  msgid "A valid email address is required."
84
  msgstr "Eine gültige E-Mail Adresse wird benötigt."
85
 
86
+ #: contact_form.php:136
87
  msgid "Phone number is required."
88
  msgstr "Deine Telefonnummer wird benötigt."
89
 
90
+ #: contact_form.php:137
91
  msgid "Subject is required."
92
  msgstr "Ein Betreff wird benötigt."
93
 
94
+ #: contact_form.php:138
95
  msgid "Message text is required."
96
  msgstr "Ein Inhalt wird benötigt."
97
 
98
+ #: contact_form.php:139
99
  msgid "File format is not valid."
100
  msgstr "Datei Format ist nicht erlaubt."
101
 
102
+ #: contact_form.php:140
103
  msgid "File upload error."
104
  msgstr "Datei-Übertragungsfehler"
105
 
106
+ #: contact_form.php:141
107
  msgid "The file could not be uploaded."
108
  msgstr "Die Datei konnte nicht hochgeladen werden."
109
 
110
+ #: contact_form.php:142
111
  msgid "This file is too large."
112
  msgstr "Diese Datei ist zu groß."
113
 
114
+ #: contact_form.php:143
115
  msgid "Please fill out the CAPTCHA."
116
  msgstr "Bitte CAPTCHA ausfüllen."
117
 
118
+ #: contact_form.php:144
119
  msgid "Please make corrections below and try again."
120
  msgstr "Bitte mach unten korrekturen und versuche es erneut."
121
 
122
+ #: contact_form.php:146
123
  msgid "Thank you for contacting us."
124
  msgstr "Danke für Ihre Nachricht."
125
 
126
+ #: contact_form.php:543
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
127
  msgid ""
128
  "Email 'FROM' field option was changed, which may cause email messages being "
129
  "moved to the spam folder or email delivery failures."
130
  msgstr ""
131
 
132
+ #: contact_form.php:553
133
  msgid ""
134
  "If the 'Redirect to page' option is selected then the URL field should be in "
135
  "the following format"
137
  "Wenn die 'Redirect to page/Umleiten zur Seite' Option verwendet wird, dann "
138
  "sollte das Feld URL in folgendem Format sein"
139
 
140
+ #: contact_form.php:562
141
  #, fuzzy
142
  msgid "Such user does not exist."
143
  msgstr "Dieser User exestiert nicht. Einstellungen werden nicht gespeichert."
144
 
145
+ #: contact_form.php:572
146
  #, fuzzy
147
  msgid ""
148
  "Please enter a valid email address in the 'Use this email address' field."
150
  "Bitte geben sie eine gültige Email Adresse in das 'FROM/VON' Feld ein. "
151
  "Einstellungen werden nicht gespeichert."
152
 
153
+ #: contact_form.php:580
154
  #, fuzzy
155
  msgid "Please enter a valid email address in the 'FROM' field."
156
  msgstr ""
157
  "Bitte geben sie eine gültige Email Adresse in das 'FROM/VON' Feld ein. "
158
  "Einstellungen werden nicht gespeichert."
159
 
160
+ #: contact_form.php:603
161
  msgid "Settings saved."
162
  msgstr "Einstellungen gespeichert."
163
 
164
+ #: contact_form.php:605
165
  #, fuzzy
166
  msgid "Settings are not saved."
167
  msgstr "Einstellungen gespeichert."
168
 
169
+ #: contact_form.php:633 contact_form.php:2126 contact_form.php:2140
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
170
  msgid "Settings"
171
  msgstr "Einstellungen"
172
 
173
+ #: contact_form.php:634
174
  #, fuzzy
175
  msgid "Additional settings"
176
  msgstr "Weitere Optionen"
177
 
178
+ #: contact_form.php:635
179
  msgid "Appearance"
180
  msgstr ""
181
 
182
+ #: contact_form.php:636 contact_form.php:2141
183
  msgid "FAQ"
184
  msgstr "Häufig gestellte Fragen (FAQ)"
185
 
186
+ #: contact_form.php:637
187
  msgid "Go PRO"
188
  msgstr "Go PRO"
189
 
190
+ #: contact_form.php:640 contact_form.php:642
191
  msgid "Notice:"
192
  msgstr "Notiz:"
193
 
194
+ #: contact_form.php:640
195
  msgid ""
196
  "The plugin's settings have been changed. In order to save them please don't "
197
  "forget to click the 'Save Changes' button."
199
  "Die Einstellungen des Plugins wurden geändert. Um diese zu speichern "
200
  "vergessen sie nicht auf 'Save Changes/Speicher Änderungen' zu klicken."
201
 
202
+ #: contact_form.php:650
203
  msgid ""
204
  "If you want to create multiple contact forms, please install the Contact "
205
  "Form Multi plugin."
206
  msgstr ""
207
 
208
+ #: contact_form.php:657 contact_form.php:660 contact_form.php:1439
209
  msgid ""
210
  "If you would like to add the Contact Form to your website, just copy and "
211
  "paste this shortcode to your post or page or widget:"
213
  "Wenn sie die Kontakt-Form auf ihrer Webseite plazieren möchten, kopieren und "
214
  "fügen sie diesen shortcode in ihrem/r Beitrag, Seite oder Widget ein:"
215
 
216
+ #: contact_form.php:657 contact_form.php:658 contact_form.php:660
217
+ #: contact_form.php:661 contact_form.php:1036 contact_form.php:1038
218
+ #: contact_form.php:1099 contact_form.php:1101
219
  msgid "or"
220
  msgstr "oder"
221
 
222
+ #: contact_form.php:658 contact_form.php:661
223
  msgid ""
224
  "If have any problems with the standard shortcode [contact_form], you should "
225
  "use the shortcode"
227
  "Wenn sie irgendwelche Probleme mit dem standard shortcode [contact_form] "
228
  "haben, sollten sie folgenden shortcode verwenden"
229
 
230
+ #: contact_form.php:658 contact_form.php:661
231
  msgid "They work the same way."
232
  msgstr "Sie arbeiten auf gleiche weise."
233
 
234
+ #: contact_form.php:665
235
  msgid ""
236
  "If you leave the fields empty, the messages will be sent to the email "
237
  "address specified during registration."
239
  "Wenn sie die Felder leer lassen, wird die Nachricht an die bei der "
240
  "registrierung angegebenen E-Mail Adresse gesendet."
241
 
242
+ #: contact_form.php:668
243
  msgid "The user's email address:"
244
  msgstr "Benutzer E-Mail Adresse"
245
 
246
+ #: contact_form.php:672
247
  msgid "Create a username"
248
  msgstr "Benutzername erstellen"
249
 
250
+ #: contact_form.php:685
251
  msgid ""
252
  "Enter a username of the person who should get the messages from the contact "
253
  "form."
255
  "Geben sie den Benutzernamen des Users an, der die Nachrichten der Kontakt-"
256
  "Form erhalten soll."
257
 
258
+ #: contact_form.php:689
259
  msgid "Use this email address:"
260
  msgstr "Nutzen sie diese E-Mail Adresse"
261
 
262
+ #: contact_form.php:692
263
  msgid "Enter the email address you want the messages forwarded to."
264
  msgstr ""
265
  "Geben sie die E-Mail Adresse ein, an welche die Nachricht weitergeleitet "
266
  "werden soll."
267
 
268
+ #: contact_form.php:701
269
  msgid "Add department selectbox to the contact form:"
270
  msgstr "Füge Abteilungs- Auswahlbox zu der Kontakt-Form:"
271
 
272
+ #: contact_form.php:709 contact_form.php:1145 contact_form.php:1322
273
  msgid "If you upgrade to Pro version all your settings will be saved."
274
  msgstr "Wenn sie auf Pro upgraden werden alle ihre Einstellungen gespeichert"
275
 
276
+ #: contact_form.php:716 contact_form.php:879 contact_form.php:952
277
+ #: contact_form.php:1152 contact_form.php:1329
278
  msgid "Unlock premium options by upgrading to a PRO version."
279
  msgstr ""
280
 
281
+ #: contact_form.php:717 contact_form.php:880 contact_form.php:953
282
+ #: contact_form.php:1153 contact_form.php:1330 contact_form.php:2402
 
283
  msgid "Learn More"
284
  msgstr ""
285
 
286
+ #: contact_form.php:720 contact_form.php:883 contact_form.php:956
287
+ #: contact_form.php:1156 contact_form.php:1333
288
  #, fuzzy
289
  msgid "Go"
290
  msgstr "Go!"
291
 
292
+ #: contact_form.php:727
293
  msgid "Save emails to the database"
294
  msgstr "Speicher E-Mails in die Datenbank"
295
 
296
+ #: contact_form.php:732
297
  msgid "Using"
298
  msgstr "Verwendet"
299
 
300
+ #: contact_form.php:732 contact_form.php:929 contact_form.php:932
301
+ #: contact_form.php:936
302
  msgid "powered by"
303
  msgstr "powered by"
304
 
305
+ #: contact_form.php:735 contact_form.php:739
306
  msgid "Using Contact Form to DB powered by"
307
  msgstr "Verwende 'Kontakt-Form in die DB' powered by"
308
 
309
+ #: contact_form.php:735
310
  msgid "Activate Contact Form to DB"
311
  msgstr "Aktiviere 'Kontakt-Form in die DB'"
312
 
313
+ #: contact_form.php:739
314
  msgid "Download Contact Form to DB"
315
  msgstr "Lade 'Kontakt-Form in die DB' herunter"
316
 
317
+ #: contact_form.php:749
318
  msgid "What to use?"
319
  msgstr "Was soll verwendet werden?"
320
 
321
+ #: contact_form.php:752
322
  msgid "Wp-mail"
323
  msgstr "Wp-mail"
324
 
325
+ #: contact_form.php:752
326
  msgid "You can use the wp_mail function for mailing"
327
  msgstr "Sie können die wp_mail Funktion für das versenden verwenden."
328
 
329
+ #: contact_form.php:754
330
  msgid "Mail"
331
  msgstr "Mail"
332
 
333
+ #: contact_form.php:754
334
  msgid "To send mail you can use the php mail function"
335
  msgstr "Um mails zu versenden, können sie die php mail Funktion verwenden."
336
 
337
+ #: contact_form.php:758
338
  msgid "'FROM' field"
339
  msgstr ""
340
 
341
+ #: contact_form.php:760 contact_form.php:810 contact_form.php:1197
342
+ #: contact_form.php:1927 contact_form.php:1963
343
  msgid "Name"
344
  msgstr "Name"
345
 
346
+ #: contact_form.php:764
347
  msgid "User name"
348
  msgstr "Benutzer Name"
349
 
350
+ #: contact_form.php:766
351
  msgid ""
352
  "The name of the user who fills the form will be used in the field 'From'."
353
  msgstr ""
354
  "Der Name des Benutzers, der das Formular ausfüllt, wird im Feld 'From/Von' "
355
  "verwendt."
356
 
357
+ #: contact_form.php:771 contact_form.php:1938 contact_form.php:1970
358
  msgid "Email"
359
  msgstr "E-Mail"
360
 
361
+ #: contact_form.php:778
362
  msgid "User email"
363
  msgstr "Benutzer E-Mail"
364
 
365
+ #: contact_form.php:780
366
  msgid ""
367
  "The email address of the user who fills the form will be used in the field "
368
  "'From'."
370
  "Die E-Mail Adresse des Benutzers, der das Formular ausfüllt, wird im Feld "
371
  "'From/Von' verwendt."
372
 
373
+ #: contact_form.php:784
374
  msgid ""
375
  "If this option is changed, email messages may be moved to the spam folder or "
376
  "email delivery failures may occur."
377
  msgstr ""
378
 
379
+ #: contact_form.php:790
380
  msgid "Required symbol"
381
  msgstr "Benötigtes Symbol"
382
 
383
+ #: contact_form.php:800
384
  msgid "Fields"
385
  msgstr "Felder"
386
 
387
+ #: contact_form.php:801
388
  msgid "Used"
389
  msgstr "Benutzt"
390
 
391
+ #: contact_form.php:802
392
  msgid "Required"
393
  msgstr "Benötigt"
394
 
395
+ #: contact_form.php:803
396
  msgid "Visible"
397
  msgstr "Sichtbar"
398
 
399
+ #: contact_form.php:804
400
  msgid "Disabled for editing"
401
  msgstr "Bearbeitung ist ausgeschaltet"
402
 
403
+ #: contact_form.php:805
404
  msgid "Field's default value"
405
  msgstr "Standard-Feld-Wert"
406
 
407
+ #: contact_form.php:817
408
  msgid "Use User's name as a default value if the user is logged in."
409
  msgstr ""
410
 
411
+ #: contact_form.php:818 contact_form.php:846
412
  msgid ""
413
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
414
  "in users."
415
  msgstr ""
416
 
417
+ #: contact_form.php:822
418
  msgid "Location selectbox"
419
  msgstr ""
420
 
421
+ #: contact_form.php:830 contact_form.php:1202 contact_form.php:1933
422
+ #: contact_form.php:1967
423
  msgid "Address"
424
  msgstr "Adresse: "
425
 
426
+ #: contact_form.php:838
427
  msgid "Email Address"
428
  msgstr "E-Mail Adresse:"
429
 
430
+ #: contact_form.php:845
431
  msgid "Use User's email as a default value if the user is logged in."
432
  msgstr ""
433
 
434
+ #: contact_form.php:850
435
  msgid "Phone number"
436
  msgstr "Telefonnummer:"
437
 
438
+ #: contact_form.php:858 contact_form.php:1217 contact_form.php:1948
439
+ #: contact_form.php:1976
440
  msgid "Subject"
441
  msgstr "Betreff"
442
 
443
+ #: contact_form.php:866 contact_form.php:1221 contact_form.php:1951
444
+ #: contact_form.php:1978
445
  msgid "Message"
446
  msgstr "Inhalt"
447
 
448
+ #: contact_form.php:890
449
  msgid "Attachment block"
450
  msgstr "Anhang-Block"
451
 
452
+ #: contact_form.php:892
453
  msgid "Users can attach the following file formats"
454
  msgstr "Benutzer können die folgenden Formate anhängen:"
455
 
456
+ #: contact_form.php:905
457
  msgid "Add to the form"
458
  msgstr "Füge in die Form"
459
 
460
+ #: contact_form.php:910
461
  msgid "Tips below the Attachment"
462
  msgstr "Tipps unterhalb des Anhangs"
463
 
464
+ #: contact_form.php:919
465
  msgid "'Send me a copy' block"
466
  msgstr "'Kopie an mich senden' Block"
467
 
468
+ #: contact_form.php:929 contact_form.php:932 contact_form.php:936
469
+ #: contact_form.php:1231
470
  msgid "Captcha"
471
  msgstr "Captcha"
472
 
473
+ #: contact_form.php:932
474
  msgid "Activate captcha"
475
  msgstr "Aktiviere captcha"
476
 
477
+ #: contact_form.php:936
478
  msgid "Download captcha"
479
  msgstr "Download captcha"
480
 
481
+ #: contact_form.php:944
482
  msgid "Agreement checkbox"
483
  msgstr "Agreement checkbox"
484
 
485
+ #: contact_form.php:944
486
  msgid "Required checkbox for submitting the form"
487
  msgstr "Benötigte checkbox zur übermittlung des Formulars"
488
 
489
+ #: contact_form.php:945
490
  msgid "Optional checkbox"
491
  msgstr "Optionale checkbox"
492
 
493
+ #: contact_form.php:945
494
  msgid "Optional checkbox, the results of which will be displayed in email"
495
  msgstr "Optionale checkbox, das Ergebnis davon wird in der E-Mail angezeigt"
496
 
497
+ #: contact_form.php:962
498
  msgid "Delete an attachment file from the server after the email is sent"
499
  msgstr "Lösche die Anhang-Datei vom Server nachdem die E-Mail gesendet wurde"
500
 
501
+ #: contact_form.php:968
502
  msgid "Email in HTML format sending"
503
  msgstr "E-Mail im HTML Format"
504
 
505
+ #: contact_form.php:972
506
  msgid "Display additional info in the email"
507
  msgstr "Zeige weitere Informationen in der E-Mail"
508
 
509
+ #: contact_form.php:977 contact_form.php:1894 contact_form.php:1896
510
  msgid "Sent from (ip address)"
511
  msgstr "Gesendet von (IP-Adresse)"
512
 
513
+ #: contact_form.php:977
514
  msgid "Example: Sent from (IP address):\t127.0.0.1"
515
  msgstr "Beispiel: Gesendet von (IP-Adresse):\t127.0.0.1"
516
 
517
+ #: contact_form.php:978 contact_form.php:1900 contact_form.php:1902
518
  msgid "Date/Time"
519
  msgstr "Datum/Zeit"
520
 
521
+ #: contact_form.php:978
522
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
523
  msgstr "Beispiel: Datum/Zeit:\tAugust 19, 2013 8:50 pm"
524
 
525
+ #: contact_form.php:979 contact_form.php:1906 contact_form.php:1908
526
  msgid "Sent from (referer)"
527
  msgstr "Gesendet von (referer)"
528
 
529
+ #: contact_form.php:979
530
  msgid ""
531
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
532
  msgstr ""
533
  "Beispiel: Gesendet von (referer):\thttp://bestwebsoft.com/contacts/contact-"
534
  "us/"
535
 
536
+ #: contact_form.php:980 contact_form.php:1912 contact_form.php:1914
537
  msgid "Using (user agent)"
538
  msgstr "Verwendet (user agent)"
539
 
540
+ #: contact_form.php:980
541
  msgid ""
542
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
543
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
545
  "Beispiel: Verwendet (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
546
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
547
 
548
+ #: contact_form.php:984
549
  msgid "Language settings for the field names in the form"
550
  msgstr "Benutzer-Einstellungen für die Feld-Namen in der Form"
551
 
552
+ #: contact_form.php:993
553
  msgid "Add a language"
554
  msgstr "Hinzufügen einer Sprache"
555
 
556
+ #: contact_form.php:997
557
  msgid "Change the names of the contact form fields and error messages"
558
  msgstr "Verändere die Namen der Kontakt-Form-Felder und Fehlermeldungen"
559
 
560
+ #: contact_form.php:1002 contact_form.php:1089
561
  msgid "English"
562
  msgstr "Englisch"
563
 
564
+ #: contact_form.php:1010 contact_form.php:1044
565
  msgid "click to expand/hide the list"
566
  msgstr "Klick zum erweitern/verstecken der Liste"
567
 
568
+ #: contact_form.php:1019 contact_form.php:1053
569
  msgid "Tips below the Attachment block"
570
  msgstr "Tipps unterhalb des Anhang-Blocks"
571
 
572
+ #: contact_form.php:1022 contact_form.php:1056
573
  msgid "Error message for the Name field"
574
  msgstr "Fehlermeldung für das Namensfeld"
575
 
576
+ #: contact_form.php:1023 contact_form.php:1057
577
  msgid "Error message for the Address field"
578
  msgstr "Fehlermeldung für das Adress-Feld"
579
 
580
+ #: contact_form.php:1024 contact_form.php:1058
581
  msgid "Error message for the Email field"
582
  msgstr "Fehlermeldung für das E-Mail-Feld"
583
 
584
+ #: contact_form.php:1025 contact_form.php:1059
585
  msgid "Error message for the Phone field"
586
  msgstr "Fehlermeldung für das Telefonnummer-Feld"
587
 
588
+ #: contact_form.php:1026 contact_form.php:1060
589
  msgid "Error message for the Subject field"
590
  msgstr "Fehlermeldung für das Betreff-Feld"
591
 
592
+ #: contact_form.php:1027 contact_form.php:1061
593
  msgid "Error message for the Message field"
594
  msgstr "Fehlermeldung für das Inhalts-Feld"
595
 
596
+ #: contact_form.php:1028 contact_form.php:1062
597
  msgid "Error message about the file type for the Attachment field"
598
  msgstr "Fehlermeldung über den Datei-Typ für das Anhang-Feld"
599
 
600
+ #: contact_form.php:1029 contact_form.php:1063
601
  msgid ""
602
  "Error message while uploading a file for the Attachment field to the server"
603
  msgstr ""
604
  "Fehlermeldung während des hochladens einer Datei zum Server für das Anhang-"
605
  "Feld"
606
 
607
+ #: contact_form.php:1030 contact_form.php:1064
608
  msgid "Error message while moving the file for the Attachment field"
609
  msgstr "Fehlermeldung während der Verschiebung für das Anhang-Feld"
610
 
611
+ #: contact_form.php:1031 contact_form.php:1065
612
  msgid "Error message when file size limit for the Attachment field is exceeded"
613
  msgstr ""
614
  "Fehlermeldung wenn das Datei-Größen-Limit für das Anhang-Feld überschritten "
615
  "wird"
616
 
617
+ #: contact_form.php:1032 contact_form.php:1066
618
  msgid "Error message for the Captcha field"
619
  msgstr "Fehlermeldung für das Capatcha-Feld"
620
 
621
+ #: contact_form.php:1033 contact_form.php:1067
622
  msgid "Error message for the whole form"
623
  msgstr "Fehlermeldung für das ganze Formular"
624
 
625
+ #: contact_form.php:1036 contact_form.php:1038 contact_form.php:1070
626
+ #: contact_form.php:1072 contact_form.php:1099 contact_form.php:1101
627
+ #: contact_form.php:1109 contact_form.php:1111 contact_form.php:2272
628
+ #: contact_form.php:2274
629
  msgid "Use shortcode"
630
  msgstr "Benutze shortcode"
631
 
632
+ #: contact_form.php:1036 contact_form.php:1038 contact_form.php:1070
633
+ #: contact_form.php:1072 contact_form.php:1099 contact_form.php:1101
634
+ #: contact_form.php:1109 contact_form.php:1111 contact_form.php:2272
635
+ #: contact_form.php:2274
636
  msgid "for this language"
637
  msgstr "für diese Sprache"
638
 
639
+ #: contact_form.php:1080
640
  #, fuzzy
641
  msgid "Use the changed names of the contact form fields in the email"
642
  msgstr "Verändere die Namen der Kontakt-Form-Felder und Fehlermeldungen"
643
 
644
+ #: contact_form.php:1086
645
  msgid "Action after email is sent"
646
  msgstr "Handlung nachdem die E-Mail gesendet wurde"
647
 
648
+ #: contact_form.php:1088
649
  msgid "Display text"
650
  msgstr "Zeige Text"
651
 
652
+ #: contact_form.php:1097 contact_form.php:1107
653
  msgid "Text"
654
  msgstr "Text"
655
 
656
+ #: contact_form.php:1118
657
  msgid "Redirect to the page"
658
  msgstr "Umleiten zur Seite"
659
 
660
+ #: contact_form.php:1119
661
  msgid "Url"
662
  msgstr "Url"
663
 
664
+ #: contact_form.php:1123
665
  msgid "The $_SERVER variable that is used to build a URL of the form"
666
  msgstr ""
667
 
668
+ #: contact_form.php:1127
669
  msgid ""
670
  "If you are not sure whether to change this setting or not, please do not do "
671
  "that."
672
  msgstr ""
673
 
674
+ #: contact_form.php:1136
675
  msgid "Auto Response"
676
  msgstr ""
677
 
678
+ #: contact_form.php:1140
679
  #, php-format
680
  msgid ""
681
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
683
  "name."
684
  msgstr ""
685
 
686
+ #: contact_form.php:1165 contact_form.php:1340
687
  msgid "Save Changes"
688
  msgstr "Speichere Änderungen"
689
 
690
+ #: contact_form.php:1177
 
 
 
 
 
 
 
 
 
 
 
 
691
  msgid "Errors output"
692
  msgstr "Fehler-Ausgabe"
693
 
694
+ #: contact_form.php:1180
695
  msgid "Display error messages"
696
  msgstr "Zeige Fehlermeldungen"
697
 
698
+ #: contact_form.php:1181
699
  msgid "Color of the input field errors."
700
  msgstr "Farbe der Eingabe-Fehld-Fehler"
701
 
702
+ #: contact_form.php:1182
703
  msgid "Display error messages & color of the input field errors"
704
  msgstr "Zeige Fehlermeldungen & Farbe zu den Eingabe-Feldern"
705
 
706
+ #: contact_form.php:1187
707
  msgid "Add placeholder to the input blocks"
708
  msgstr "Füge Platzhalter an die Eingabe-Blöcke"
709
 
710
+ #: contact_form.php:1193
711
  msgid "Add tooltips"
712
  msgstr "Füge Tooltips hinzu"
713
 
714
+ #: contact_form.php:1207
715
  msgid "Email address"
716
  msgstr "E-Mail Adresse:"
717
 
718
+ #: contact_form.php:1212
719
  msgid "Phone Number"
720
  msgstr "Telefonnummer:"
721
 
722
+ #: contact_form.php:1226
723
  msgid "Attachment"
724
  msgstr "Anhang:"
725
 
726
+ #: contact_form.php:1231
727
  msgid "(powered by bestwebsoft.com)"
728
  msgstr "(powered by bestwebsoft.com)"
729
 
730
+ #: contact_form.php:1236
731
  msgid "Style options"
732
  msgstr "Stil-Optionen"
733
 
734
+ #: contact_form.php:1239
735
  msgid "Text color"
736
  msgstr "Text -Farbe"
737
 
738
+ #: contact_form.php:1242 contact_form.php:1247 contact_form.php:1257
739
+ #: contact_form.php:1262 contact_form.php:1267 contact_form.php:1272
740
+ #: contact_form.php:1282 contact_form.php:1287 contact_form.php:1293
741
+ #: contact_form.php:1304 contact_form.php:1309 contact_form.php:1314
742
  msgid "Default"
743
  msgstr "Standard"
744
 
745
+ #: contact_form.php:1244
746
  msgid "Label text color"
747
  msgstr "Beschriftungs-Text -Farbe"
748
 
749
+ #: contact_form.php:1249
750
  msgid "Placeholder color"
751
  msgstr "Platzhalter -Farbe"
752
 
753
+ #: contact_form.php:1254
754
  msgid "Errors color"
755
  msgstr "Fehler -Farbe"
756
 
757
+ #: contact_form.php:1259
758
  msgid "Error text color"
759
  msgstr "Fehler-Text -Farbe"
760
 
761
+ #: contact_form.php:1264
762
  msgid "Background color of the input field errors"
763
  msgstr "Hintergrund -Farbe von den Eingabefeld-Fehlern"
764
 
765
+ #: contact_form.php:1269
766
  msgid "Border color of the input field errors"
767
  msgstr "Rand -Farbe von den Eingabefeld-Fehlern"
768
 
769
+ #: contact_form.php:1274
770
  msgid "Placeholder color of the input field errors"
771
  msgstr "Platzhalter -Farbe von den Eingabefeld-Fehlern"
772
 
773
+ #: contact_form.php:1279
774
  msgid "Input fields"
775
  msgstr "Eingabe-Felder"
776
 
777
+ #: contact_form.php:1284
778
  msgid "Input fields background color"
779
  msgstr "Eingabefelder - Hintergrundfarbe"
780
 
781
+ #: contact_form.php:1289
782
  msgid "Text fields color"
783
  msgstr "Text-Felder -Farbe"
784
 
785
+ #: contact_form.php:1291
786
  msgid "Border width in px, numbers only"
787
  msgstr "Rand-Breite in px, nur Zahlen"
788
 
789
+ #: contact_form.php:1295 contact_form.php:1316
790
  msgid "Border color"
791
  msgstr "Rand -Farbe"
792
 
793
+ #: contact_form.php:1300
794
  msgid "Submit button"
795
  msgstr "Sende-Schaltfläche"
796
 
797
+ #: contact_form.php:1302
798
  msgid "Width in px, numbers only"
799
  msgstr "Breite in px, nur Zahlen"
800
 
801
+ #: contact_form.php:1306
802
  msgid "Button color"
803
  msgstr "Schaltflächen -Farbe"
804
 
805
+ #: contact_form.php:1311
806
  msgid "Button text color"
807
  msgstr "Schaltflächen-Text -Farbe"
808
 
809
+ #: contact_form.php:1344
810
  msgid "Contact Form Pro | Preview"
811
  msgstr "Kontakt-Form Pro | Vorschau"
812
 
813
+ #: contact_form.php:1347
814
  msgid "Show with errors"
815
  msgstr "Zeige mit Fehlern"
816
 
817
+ #: contact_form.php:1355 contact_form.php:1357
818
  msgid "Please enter your full name..."
819
  msgstr "Bitte geben sie Ihren vollen Namen ein... "
820
 
821
+ #: contact_form.php:1368 contact_form.php:1370
822
  msgid "Please enter your address..."
823
  msgstr "Bitte geben sie Ihre Adresse ein... "
824
 
825
+ #: contact_form.php:1379 contact_form.php:1381
826
  msgid "Please enter your email address..."
827
  msgstr "Bitte geben sie ihre E-Mail Adresse an ..."
828
 
829
+ #: contact_form.php:1390 contact_form.php:1392
830
  msgid "Please enter your phone number..."
831
  msgstr "Bitte geben sie Ihre Telefonnummer ein... "
832
 
833
+ #: contact_form.php:1401 contact_form.php:1403
834
  msgid "Please enter subject..."
835
  msgstr "Bitte geben sie Ihren Betreff an... "
836
 
837
+ #: contact_form.php:1411 contact_form.php:1413
838
  msgid "Please enter your message..."
839
  msgstr "Bitte geben sie Ihre Nachricht ein... "
840
 
841
+ #: contact_form.php:1517
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
842
  msgid "Sorry, email message could not be delivered."
843
  msgstr "Verzeihung, die Nachricht konnte nicht gesendet werden."
844
 
845
+ #: contact_form.php:1921
846
  msgid "Contact from"
847
  msgstr "Kontakt von"
848
 
849
+ #: contact_form.php:1943 contact_form.php:1973
850
  msgid "Phone"
851
  msgstr "Telefonnummer"
852
 
853
+ #: contact_form.php:1954 contact_form.php:1980
854
  msgid "Site"
855
  msgstr "Webseite"
856
 
857
+ #: contact_form.php:2066
858
  msgid ""
859
  "If you can see this MIME, it means that the MIME type is not supported by "
860
  "your email client!"
861
  msgstr ""
862
  "Wenn sie dieses MIME sehen, unterstützt Ihr Browser diesen MIME Typ nicht!"
863
 
864
+ #: contact_form.php:2142
865
  msgid "Support"
866
  msgstr "Support"
867
 
868
+ #: contact_form.php:2191
869
  msgid "Are you sure that you want to delete this language data?"
870
  msgstr "Sind sie sicher, dass sie diese Sprach-Daten löschen wollen?"
871
 
872
+ #: contact_form.php:2212
873
+ #, fuzzy
874
+ msgid "Add multiple forms"
875
+ msgstr "Füge in die Form"
876
+
877
+ #: contact_form.php:2212
878
  msgid ""
879
+ "Install Contact Form Multi plugin to create unlimited number of contact "
880
+ "forms."
881
  msgstr ""
882
 
883
+ #: contact_form.php:2217
884
+ #, fuzzy
885
+ msgid "Learn more"
886
+ msgstr "Lees verder"
887
+
888
+ #: contact_form.php:2221
889
+ msgid "Close"
890
  msgstr ""
891
 
892
+ #: contact_form.php:2405
893
  msgid ""
894
  "<strong>Contact Form to DB</strong> allows to store your messages to the "
895
  "database."
896
  msgstr ""
897
 
898
+ #: contact_form.php:2406
899
  msgid "Manage messages that have been sent from your website."
900
  msgstr ""
901
 
902
+ #~ msgid "requires"
903
+ #~ msgstr "benötigt"
904
+
905
+ #~ msgid ""
906
+ #~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
907
+ #~ "and try again."
908
+ #~ msgstr ""
909
+ #~ "oder höher, darum wurde es deaktiviert! Bitte rüsten sie WordPress auf "
910
+ #~ "und versuchen sie es erneut."
911
+
912
+ #~ msgid "Back to the WordPress"
913
+ #~ msgstr "Zurück zu WordPress"
914
+
915
+ #~ msgid "Plugins page"
916
+ #~ msgstr "Plugin Seite"
917
+
918
+ #~ msgid "Wrong license key"
919
+ #~ msgstr "Falscher Lizenzschlüssel"
920
+
921
+ #~ msgid ""
922
+ #~ "Something went wrong. Try again later. If the error will appear again, "
923
+ #~ "please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</"
924
+ #~ "a>. We are sorry for inconvenience."
925
+ #~ msgstr ""
926
+ #~ "Etwas ging schief. Versuchen sie es später nochmals. Wenn der Fehler "
927
+ #~ "erneut auftritt, bitte, kontaktieren sie uns <a href=http://support."
928
+ #~ "bestwebsoft.com>BestWebSoft</a>. Wir entschuldigen für die Umstände."
929
+
930
+ #~ msgid "This license key is bind to another site"
931
+ #~ msgstr "Dieser Linzenz-Key ist an eine andere Seite gebunden."
932
+
933
+ #~ msgid ""
934
+ #~ "Unfortunately, you have exceeded the number of available tries per day. "
935
+ #~ "Please, upload the plugin manually."
936
+ #~ msgstr ""
937
+ #~ "Leider haben sie die Anzahl an verfügbaren Versuchen pro Trag "
938
+ #~ "überschritten. Bitte laden sie das Plugin manuell hoch"
939
+
940
+ #~ msgid ""
941
+ #~ "Failed to download the zip archive. Please, upload the plugin manually"
942
+ #~ msgstr ""
943
+ #~ "Download des zip Archives fehlgeschlagen. Bitte laden sie das Plugin "
944
+ #~ "manuell hoch"
945
+
946
+ #~ msgid "Failed to open the zip archive. Please, upload the plugin manually"
947
+ #~ msgstr ""
948
+ #~ "Fehler beim öffnen des zip Archives. Bitte laden sie das Plugin manuell "
949
+ #~ "hoch"
950
+
951
+ #~ msgid ""
952
+ #~ "Your server does not support either ZipArchive or Phar. Please, upload "
953
+ #~ "the plugin manually"
954
+ #~ msgstr ""
955
+ #~ "Ihr Server unterstützt kein ZipArchiv oder Phar. Bitte laden sie das "
956
+ #~ "Plugin manuell hoch"
957
+
958
+ #, fuzzy
959
+ #~ msgid "UploadDir is not writable. Please, upload the plugin manually"
960
+ #~ msgstr ""
961
+ #~ "Fehler beim öffnen des zip Archives. Bitte laden sie das Plugin manuell "
962
+ #~ "hoch"
963
+
964
+ #~ msgid ""
965
+ #~ "Something went wrong. Try again later or upload the plugin manually. We "
966
+ #~ "are sorry for inconvienience."
967
+ #~ msgstr ""
968
+ #~ "Etwas ging schief. Versuchen sie es später oder laden sie das plugin "
969
+ #~ "manuell hoch. Wir entschuldigen für die Umstände."
970
+
971
+ #~ msgid "Please, enter Your license key"
972
+ #~ msgstr "Bitte, geben sie Ihren Linzenzschlüssel ein"
973
+
974
+ #~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
975
+ #~ msgstr ""
976
+ #~ "Wenn ihnen das Plugin gefällt, geben sie bitte 5 Sterne auf WordPress"
977
+
978
+ #~ msgid "Rate the plugin"
979
+ #~ msgstr "Bewerten Sie das Plugin"
980
+
981
+ #~ msgid "If there is something wrong about it, please contact us"
982
+ #~ msgstr "Wenn etwas fehlerhaft ist, kontaktieren sie uns bitte"
983
+
984
+ #~ msgid ""
985
+ #~ "Congratulations! The PRO version of the plugin is successfully download "
986
+ #~ "and activated."
987
+ #~ msgstr ""
988
+ #~ "Glückwunsch! Die PRO Version des Plugins wurde erfolgreich "
989
+ #~ "heruntergeladen und aktiviert."
990
+
991
+ #~ msgid "Please, go to"
992
+ #~ msgstr "Bitte, gehen Sie nach"
993
+
994
+ #~ msgid "the setting page"
995
+ #~ msgstr "Die Einstellungs-Seite"
996
+
997
+ #~ msgid "You will be redirected automatically in 5 seconds."
998
+ #~ msgstr "Sie werden in 5 Sekunden automatisch weitergeleitet"
999
+
1000
+ #~ msgid "You can download and activate"
1001
+ #~ msgstr "You can download and activate"
1002
+
1003
+ #~ msgid "version of this plugin by entering Your license key."
1004
+ #~ msgstr "Version des Plugins durch Eingabe des Linzenzschlüssels."
1005
+
1006
+ #~ msgid ""
1007
+ #~ "You can find your license key on your personal page Client area, by "
1008
+ #~ "clicking on the link"
1009
+ #~ msgstr ""
1010
+ #~ "Sie finden Ihren Linzenschlüssel auf Ihrer persönlichen Seite 'Client "
1011
+ #~ "area', durch klicken des Links"
1012
+
1013
+ #~ msgid ""
1014
+ #~ "(your username is the email you specify when purchasing the product)."
1015
+ #~ msgstr "(ihr Benutzername ist die beim Kauf verwendte E-Mail)."
1016
+
1017
+ #, fuzzy
1018
+ #~ msgid "Activate"
1019
+ #~ msgstr "Aktiviere captcha"
1020
+
1021
  #~ msgid "Extra settings"
1022
  #~ msgstr "Weitere Einstellungen"
1023
 
1093
  #~ msgid "Activated plugins"
1094
  #~ msgstr "Geactiveerde plugins"
1095
 
 
 
 
1096
  #~ msgid "Installed plugins"
1097
  #~ msgstr "Geïnstalleerde Plugins"
1098
 
languages/contact_form-el.mo CHANGED
Binary file
languages/contact_form-el.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: 2015-02-17 12:43+0300\n"
6
- "PO-Revision-Date: 2015-02-17 12:43+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Dimitris Karantonis <dkarantonis@gmail.com>\n"
9
  "Language: el\n"
@@ -21,52 +21,52 @@ msgstr ""
21
  "X-Poedit-SearchPath-0: .\n"
22
 
23
  # @ contact_form
24
- #: contact_form.php:80 contact_form.php:811
25
  msgid "Contact Form Settings"
26
  msgstr "Ρυθμίσεις φόρμας επικοινωνίας"
27
 
28
  # @ contact_form
29
- #: contact_form.php:80
30
  msgid "Contact Form"
31
  msgstr "Φόρμα Επικοινωνίας"
32
 
33
  # @ contact_form
34
- #: contact_form.php:162 contact_form.php:1195 contact_form.php:1229
35
  msgid "Name:"
36
  msgstr "Όνομα:"
37
 
38
  # @ contact_form
39
- #: contact_form.php:163 contact_form.php:1196 contact_form.php:1230
40
  msgid "Address:"
41
  msgstr "Διεύθυνση:"
42
 
43
  # @ contact_form
44
- #: contact_form.php:164 contact_form.php:1197 contact_form.php:1231
45
  msgid "Email Address:"
46
  msgstr "Email:"
47
 
48
  # @ contact_form
49
- #: contact_form.php:165 contact_form.php:1198 contact_form.php:1232
50
  msgid "Phone number:"
51
  msgstr "Αριθμός τηλεφώνου:"
52
 
53
  # @ contact_form
54
- #: contact_form.php:166 contact_form.php:1199 contact_form.php:1233
55
  msgid "Subject:"
56
  msgstr "Θέμα:"
57
 
58
  # @ contact_form
59
- #: contact_form.php:167 contact_form.php:1200 contact_form.php:1234
60
  msgid "Message:"
61
  msgstr "Μήνυμα:"
62
 
63
  # @ contact_form
64
- #: contact_form.php:168 contact_form.php:1201 contact_form.php:1235
65
  msgid "Attachment:"
66
  msgstr "Συννημένο Αρχείο:"
67
 
68
  # @ contact_form
69
- #: contact_form.php:169
70
  msgid ""
71
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
72
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
@@ -77,113 +77,89 @@ msgstr ""
77
  "μέγεθος αρχείου: 2MB"
78
 
79
  # @ contact_form
80
- #: contact_form.php:170 contact_form.php:1203 contact_form.php:1237
81
  msgid "Send me a copy"
82
  msgstr "Αποστολή αντιγράφου"
83
 
84
  # @ contact_form
85
- #: contact_form.php:171 contact_form.php:1204 contact_form.php:1238
86
  msgid "Submit"
87
  msgstr "Αποστολή"
88
 
89
  # @ contact_form
90
- #: contact_form.php:172
91
  msgid "Your name is required."
92
  msgstr "Το όνομα σας είναι απαραίτητο."
93
 
94
  # @ contact_form
95
- #: contact_form.php:173
96
  msgid "Address is required."
97
  msgstr "Η διεύθυνσή σας είναι απαραίτητη."
98
 
99
  # @ contact_form
100
- #: contact_form.php:174
101
  msgid "A valid email address is required."
102
  msgstr "Απαιτείται μία έγκυρη διεύθυνση email."
103
 
104
  # @ contact_form
105
- #: contact_form.php:175
106
  msgid "Phone number is required."
107
  msgstr "Ο αριθμός τηλεφώνου είναι απαραίτητος."
108
 
109
  # @ contact_form
110
- #: contact_form.php:176
111
  msgid "Subject is required."
112
  msgstr "Το θέμα είναι απαραίτητο."
113
 
114
  # @ contact_form
115
- #: contact_form.php:177
116
  msgid "Message text is required."
117
  msgstr "Το μήνυμα κειμένου είναι απαραίτητο."
118
 
119
  # @ contact_form
120
- #: contact_form.php:178
121
  msgid "File format is not valid."
122
  msgstr "Ο τύπος του αρχείου δεν είναι έγκυρος."
123
 
124
  # @ contact_form
125
- #: contact_form.php:179
126
  msgid "File upload error."
127
  msgstr "Πρόβλημα κατά το ανέβασμα του αρχείου."
128
 
129
  # @ contact_form
130
- #: contact_form.php:180
131
  msgid "The file could not be uploaded."
132
  msgstr "Το αρχείο δεν μπορούσε να ανέβει."
133
 
134
  # @ contact_form
135
- #: contact_form.php:181
136
  msgid "This file is too large."
137
  msgstr "Το μέγεθος αρχείου είναι πολύ μεγάλο."
138
 
139
  # @ contact_form
140
- #: contact_form.php:182
141
  msgid "Please fill out the CAPTCHA."
142
  msgstr "Παρακαλούμε, συμπληρώστε το πεδίο CAPTCHA."
143
 
144
  # @ contact_form
145
- #: contact_form.php:183
146
  msgid "Please make corrections below and try again."
147
  msgstr ""
148
  "Παρακαλούμε, προχωρήστε στις παρακακάτω διορθώσεις και προσπαθήστε ξανά."
149
 
150
  # @ contact_form
151
- #: contact_form.php:185
152
  msgid "Thank you for contacting us."
153
  msgstr "Σας ευχαριστούμε για την επικοινωνία."
154
 
155
- # @ contact_form
156
- #: contact_form.php:362
157
- msgid "requires"
158
- msgstr "απαιτεί"
159
-
160
- # @ contact_form
161
- #: contact_form.php:362
162
- msgid ""
163
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
164
- "try again."
165
- msgstr ""
166
- "ή υψηλότερη, γι' αυτό έχει απενεργοποιηθεί! Παρακαλώ αναβαθμίστε το "
167
- "WordPress και δοκιμάστε ξανά."
168
-
169
- # @ contact_form
170
- #: contact_form.php:362
171
- msgid "Back to the WordPress"
172
- msgstr "Επιστροφή στο WordPress"
173
-
174
- # @ contact_form
175
- #: contact_form.php:362
176
- msgid "Plugins page"
177
- msgstr "Σελίδα με πρόσθετα"
178
-
179
- #: contact_form.php:598
180
  msgid ""
181
  "Email 'FROM' field option was changed, which may cause email messages being "
182
  "moved to the spam folder or email delivery failures."
183
  msgstr ""
184
 
185
  # @ contact_form
186
- #: contact_form.php:608
187
  msgid ""
188
  "If the 'Redirect to page' option is selected then the URL field should be in "
189
  "the following format"
@@ -192,12 +168,12 @@ msgstr ""
192
  "πεδίο URL θα πρέπει να έχει την ακόλουθη μορφή"
193
 
194
  # @ contact_form
195
- #: contact_form.php:617
196
  msgid "Such user does not exist."
197
  msgstr "Τέτοιος χρήστης δεν υπάρχει."
198
 
199
  # @ contact_form
200
- #: contact_form.php:627
201
  msgid ""
202
  "Please enter a valid email address in the 'Use this email address' field."
203
  msgstr ""
@@ -205,127 +181,52 @@ msgstr ""
205
  "αυτήν τη διεύθυνση email'."
206
 
207
  # @ contact_form
208
- #: contact_form.php:635
209
  msgid "Please enter a valid email address in the 'FROM' field."
210
  msgstr "Παρακαλούμε, εισάγετε μια έγκυρη διεύθυνση email στο πεδίο «ΑΠΟ»."
211
 
212
  # @ contact_form
213
- #: contact_form.php:660
214
  msgid "Settings saved."
215
  msgstr "Οι ρυθμίσεις αποθηκεύτηκαν."
216
 
217
  # @ contact_form
218
- #: contact_form.php:662
219
  msgid "Settings are not saved."
220
  msgstr "Οι ρυθμίσεις δεν αποθηκεύτηκαν."
221
 
222
  # @ contact_form
223
- #: contact_form.php:689 contact_form.php:721
224
- msgid "Wrong license key"
225
- msgstr "Λάθος κλειδί άδειας χρήσης"
226
-
227
- # @ contact_form
228
- #: contact_form.php:714
229
- msgid ""
230
- "Something went wrong. Try again later. If the error will appear again, "
231
- "please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. "
232
- "We are sorry for inconvenience."
233
- msgstr ""
234
- "Κάτι πήγε στραβά. Προσπαθήστε ξανά αργότερα. Αν θα εμφανιστεί και πάλι το "
235
- "σφάλμα, παρακαλούμε επικοινωνήστε μαζί μας <a href=http://support."
236
- "bestwebsoft.com> BestWebSoft </a>. Ζητούμε συγνώμη για την ταλαιπωρία."
237
-
238
- # @ contact_form
239
- #: contact_form.php:723
240
- msgid "This license key is bind to another site"
241
- msgstr "Αυτό το κλειδί άδειας χρήσης χρησιμοποιείται σε μια άλλη τοποθεσία"
242
-
243
- # @ contact_form
244
- #: contact_form.php:725 contact_form.php:1673
245
- msgid ""
246
- "Unfortunately, you have exceeded the number of available tries per day. "
247
- "Please, upload the plugin manually."
248
- msgstr ""
249
- "Δυστυχώς, έχετε υπερβεί τον αριθμό των διαθέσιμων προσπαθειών ανά ημέρα. "
250
- "Παρακαλούμε, ανεβάστε την επέκταση χειροκίνητα."
251
-
252
- # @ contact_form
253
- #: contact_form.php:736 contact_form.php:758 contact_form.php:777
254
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
255
- msgstr ""
256
- "Απέτυχε να κατεβάσει το αρχείο zip. Παρακαλούμε, ανεβάστε την επέκταση "
257
- "χειροκίνητα"
258
-
259
- # @ contact_form
260
- #: contact_form.php:748
261
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
262
- msgstr ""
263
- "Απέτυχε να ανοίξει το αρχείο zip. Παρακαλούμε, ανεβάστε την επέκταση "
264
- "χειροκίνητα"
265
-
266
- # @ contact_form
267
- #: contact_form.php:754
268
- msgid ""
269
- "Your server does not support either ZipArchive or Phar. Please, upload the "
270
- "plugin manually"
271
- msgstr ""
272
- "Ο διακομιστής σας δεν υποστηρίζει ZipArchive ούτε Phar. Παρακαλούμε, "
273
- "ανεβάστε την επέκταση χειροκίνητα"
274
-
275
- # @ contact_form
276
- #: contact_form.php:761
277
- #, fuzzy
278
- msgid "UploadDir is not writable. Please, upload the plugin manually"
279
- msgstr ""
280
- "Απέτυχε να ανοίξει το αρχείο zip. Παρακαλούμε, ανεβάστε την επέκταση "
281
- "χειροκίνητα"
282
-
283
- # @ contact_form
284
- #: contact_form.php:781
285
- msgid ""
286
- "Something went wrong. Try again later or upload the plugin manually. We are "
287
- "sorry for inconvienience."
288
- msgstr ""
289
- "Κάτι πήγε στραβά. Δοκιμάστε ξανά αργότερα ή ανεβάσετε την επέκταση "
290
- "χειροκίνητα. Ζητούμε συγνώμη για την ταλαιπωρία."
291
-
292
- # @ contact_form
293
- #: contact_form.php:805
294
- msgid "Please, enter Your license key"
295
- msgstr "Παρακαλούμε, εισάγετε το κλειδί άδειας χρήσης σας"
296
-
297
- # @ contact_form
298
- #: contact_form.php:813 contact_form.php:2362 contact_form.php:2376
299
  msgid "Settings"
300
  msgstr "Ρυθμίσεις"
301
 
302
  # @ contact_form
303
- #: contact_form.php:814
304
  #, fuzzy
305
  msgid "Additional settings"
306
  msgstr "Πρόσθετες επιλογές"
307
 
308
- #: contact_form.php:815
309
  msgid "Appearance"
310
  msgstr ""
311
 
312
  # @ contact_form
313
- #: contact_form.php:816 contact_form.php:2377
314
  msgid "FAQ"
315
  msgstr "Συχνές Ερωτήσεις"
316
 
317
  # @ contact_form
318
- #: contact_form.php:817
319
  msgid "Go PRO"
320
  msgstr "Αναβάθμιση σε PRO"
321
 
322
  # @ contact_form
323
- #: contact_form.php:820 contact_form.php:823
324
  msgid "Notice:"
325
  msgstr "Σημείωση:"
326
 
327
  # @ contact_form
328
- #: contact_form.php:820
329
  msgid ""
330
  "The plugin's settings have been changed. In order to save them please don't "
331
  "forget to click the 'Save Changes' button."
@@ -334,7 +235,7 @@ msgstr ""
334
  "παρακαλούμε μην ξεχάσετε να κάνετε κλικ στο κουμπί 'Αποθήκευση αλλαγών'."
335
 
336
  # @ contact_form
337
- #: contact_form.php:831
338
  msgid ""
339
  "If you want to create multiple contact forms, please install the Contact "
340
  "Form Multi plugin."
@@ -343,7 +244,7 @@ msgstr ""
343
  "εγκαταστήσετε την επέκταση φόρμα επικοινωνίας Multi."
344
 
345
  # @ contact_form
346
- #: contact_form.php:839 contact_form.php:842 contact_form.php:1632
347
  msgid ""
348
  "If you would like to add the Contact Form to your website, just copy and "
349
  "paste this shortcode to your post or page or widget:"
@@ -353,14 +254,14 @@ msgstr ""
353
  "στο widget σας:"
354
 
355
  # @ contact_form
356
- #: contact_form.php:839 contact_form.php:840 contact_form.php:842
357
- #: contact_form.php:843 contact_form.php:1219 contact_form.php:1221
358
- #: contact_form.php:1282 contact_form.php:1284
359
  msgid "or"
360
  msgstr "ή"
361
 
362
  # @ contact_form
363
- #: contact_form.php:840 contact_form.php:843
364
  msgid ""
365
  "If have any problems with the standard shortcode [contact_form], you should "
366
  "use the shortcode"
@@ -369,12 +270,12 @@ msgstr ""
369
  "[contact_form], θα πρέπει να χρησιμοποιήσετε τον σύντομο κωδικό"
370
 
371
  # @ contact_form
372
- #: contact_form.php:840 contact_form.php:843
373
  msgid "They work the same way."
374
  msgstr "Λειτουργούν με τον ίδιο τρόπο."
375
 
376
  # @ contact_form
377
- #: contact_form.php:848
378
  msgid ""
379
  "If you leave the fields empty, the messages will be sent to the email "
380
  "address specified during registration."
@@ -383,17 +284,17 @@ msgstr ""
383
  "καθορίσατε κατά την εγγραφή σας."
384
 
385
  # @ contact_form
386
- #: contact_form.php:851
387
  msgid "The user's email address:"
388
  msgstr "Η διεύθυνση email του χρήστη:"
389
 
390
  # @ contact_form
391
- #: contact_form.php:855
392
  msgid "Create a username"
393
  msgstr "Δημιουργήστε ένα όνομα χρήστη"
394
 
395
  # @ contact_form
396
- #: contact_form.php:868
397
  msgid ""
398
  "Enter a username of the person who should get the messages from the contact "
399
  "form."
@@ -402,121 +303,120 @@ msgstr ""
402
  "επικοινωνίας."
403
 
404
  # @ contact_form
405
- #: contact_form.php:872
406
  msgid "Use this email address:"
407
  msgstr "Χρησιμοποιήστε αυτήν τη διεύθυνση email: "
408
 
409
  # @ contact_form
410
- #: contact_form.php:875
411
  msgid "Enter the email address you want the messages forwarded to."
412
  msgstr "Εισάγετε τη διεύθυνση email που θέλετε τα μηνύματα να προωθούνται."
413
 
414
  # @ contact_form
415
- #: contact_form.php:884
416
  msgid "Add department selectbox to the contact form:"
417
  msgstr "Προσθέστε τμήμα selectbox στην φόρμα επικοινωνίας:"
418
 
419
  # @ contact_form
420
- #: contact_form.php:892 contact_form.php:1328 contact_form.php:1515
421
  msgid "If you upgrade to Pro version all your settings will be saved."
422
  msgstr ""
423
  "Εάν κάνετε αναβάθμιση σε έκδοση Pro όλες οι ρυθμίσεις σας θα αποθηκευτούν."
424
 
425
  # @ contact_form
426
- #: contact_form.php:899 contact_form.php:1062 contact_form.php:1135
427
- #: contact_form.php:1335 contact_form.php:1522
428
  msgid "Unlock premium options by upgrading to a PRO version."
429
  msgstr "Ξεκλειδώστε τις επιπλέον επιλογές, αναβαθμίζοντας στην έκδοση PRO."
430
 
431
  # @ contact_form
432
- #: contact_form.php:900 contact_form.php:1063 contact_form.php:1136
433
- #: contact_form.php:1336 contact_form.php:1523 contact_form.php:2650
434
- #: contact_form.php:2666
435
  msgid "Learn More"
436
  msgstr "Μάθετε περισσότερα"
437
 
438
  # @ contact_form
439
- #: contact_form.php:903 contact_form.php:1066 contact_form.php:1139
440
- #: contact_form.php:1339 contact_form.php:1526
441
  msgid "Go"
442
  msgstr "Πηγαίνετε"
443
 
444
  # @ contact_form
445
- #: contact_form.php:910
446
  msgid "Save emails to the database"
447
  msgstr "Αποθηκεύστε τα μηνύματα ηλεκτρονικού ταχυδρομείου στη βάση δεδομένων"
448
 
449
  # @ contact_form
450
- #: contact_form.php:915
451
  msgid "Using"
452
  msgstr "Χρήση"
453
 
454
  # @ contact_form
455
- #: contact_form.php:915 contact_form.php:1112 contact_form.php:1115
456
- #: contact_form.php:1119
457
  msgid "powered by"
458
  msgstr "υποστήριξη από"
459
 
460
  # @ contact_form
461
- #: contact_form.php:918 contact_form.php:922
462
  msgid "Using Contact Form to DB powered by"
463
  msgstr "Χρήση της Φόρμας Επικοινωνίας για DB, υποστήριξη από"
464
 
465
  # @ contact_form
466
- #: contact_form.php:918
467
  msgid "Activate Contact Form to DB"
468
  msgstr "ενεργοποίηση της Φόρμας Επικοινωνίας για DB"
469
 
470
  # @ contact_form
471
- #: contact_form.php:922
472
  msgid "Download Contact Form to DB"
473
  msgstr "Κατέβασμα της Φόρμας Επικοινωνίας για DB"
474
 
475
  # @ contact_form
476
- #: contact_form.php:932
477
  msgid "What to use?"
478
  msgstr "Τι πρέπει να χρησιμοποιήσετε;"
479
 
480
  # @ contact_form
481
- #: contact_form.php:935
482
  msgid "Wp-mail"
483
  msgstr "Wp-mail"
484
 
485
  # @ contact_form
486
- #: contact_form.php:935
487
  msgid "You can use the wp_mail function for mailing"
488
  msgstr ""
489
  "Μπορείτε να χρησιμοποιήσετε τη λειτουργία wp_mail για την αποστολή emails"
490
 
491
  # @ contact_form
492
- #: contact_form.php:937
493
  msgid "Mail"
494
  msgstr "Tαχυδρομείο"
495
 
496
  # @ contact_form
497
- #: contact_form.php:937
498
  msgid "To send mail you can use the php mail function"
499
  msgstr ""
500
  "Για να στείλετε email, μπορείτε να χρησιμοποιήσετε τη λειτουργία "
501
  "ταχυδρομείου PHP"
502
 
503
- #: contact_form.php:941
504
  msgid "'FROM' field"
505
  msgstr ""
506
 
507
  # @ contact_form
508
- #: contact_form.php:943 contact_form.php:993 contact_form.php:1390
509
- #: contact_form.php:2162 contact_form.php:2198
510
  msgid "Name"
511
  msgstr "Όνομα"
512
 
513
  # @ contact_form
514
- #: contact_form.php:947
515
  msgid "User name"
516
  msgstr "Όνομα χρήστη"
517
 
518
  # @ contact_form
519
- #: contact_form.php:949
520
  msgid ""
521
  "The name of the user who fills the form will be used in the field 'From'."
522
  msgstr ""
@@ -524,17 +424,17 @@ msgstr ""
524
  "'Από'."
525
 
526
  # @ contact_form
527
- #: contact_form.php:954 contact_form.php:2173 contact_form.php:2205
528
  msgid "Email"
529
  msgstr "Email"
530
 
531
  # @ contact_form
532
- #: contact_form.php:961
533
  msgid "User email"
534
  msgstr "Email χρήστη"
535
 
536
  # @ contact_form
537
- #: contact_form.php:963
538
  msgid ""
539
  "The email address of the user who fills the form will be used in the field "
540
  "'From'."
@@ -542,198 +442,198 @@ msgstr ""
542
  "Η διεύθυνση email του χρήστη που συμπληρώνει τη φόρμα θα χρησιμοποιηθεί στο "
543
  "πεδίο 'Από'."
544
 
545
- #: contact_form.php:967
546
  msgid ""
547
  "If this option is changed, email messages may be moved to the spam folder or "
548
  "email delivery failures may occur."
549
  msgstr ""
550
 
551
  # @ contact_form
552
- #: contact_form.php:973
553
  msgid "Required symbol"
554
  msgstr "Απαιτούμενο σύμβολο"
555
 
556
  # @ contact_form
557
- #: contact_form.php:983
558
  msgid "Fields"
559
  msgstr "Πεδία"
560
 
561
  # @ contact_form
562
- #: contact_form.php:984
563
  msgid "Used"
564
  msgstr "Χρησιμοποιείται"
565
 
566
  # @ contact_form
567
- #: contact_form.php:985
568
  msgid "Required"
569
  msgstr "Απαιτούμενο"
570
 
571
  # @ contact_form
572
- #: contact_form.php:986
573
  msgid "Visible"
574
  msgstr "Ορατό"
575
 
576
  # @ contact_form
577
- #: contact_form.php:987
578
  msgid "Disabled for editing"
579
  msgstr "Δεν επιτρέπεται η επεξεργασία"
580
 
581
  # @ contact_form
582
- #: contact_form.php:988
583
  msgid "Field's default value"
584
  msgstr "Προκαθορισμένη τιμή πεδίου"
585
 
586
- #: contact_form.php:1000
587
  msgid "Use User's name as a default value if the user is logged in."
588
  msgstr ""
589
 
590
- #: contact_form.php:1001 contact_form.php:1029
591
  msgid ""
592
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
593
  "in users."
594
  msgstr ""
595
 
596
  # @ contact_form
597
- #: contact_form.php:1005
598
  msgid "Location selectbox"
599
  msgstr "Τοποθεσία selectbox"
600
 
601
  # @ contact_form
602
- #: contact_form.php:1013 contact_form.php:1395 contact_form.php:2168
603
- #: contact_form.php:2202
604
  msgid "Address"
605
  msgstr "Διεύθυνση"
606
 
607
  # @ contact_form
608
- #: contact_form.php:1021
609
  msgid "Email Address"
610
  msgstr "Διεύθυνση Email"
611
 
612
- #: contact_form.php:1028
613
  msgid "Use User's email as a default value if the user is logged in."
614
  msgstr ""
615
 
616
  # @ contact_form
617
- #: contact_form.php:1033
618
  msgid "Phone number"
619
  msgstr "Αριθμός τηλεφώνου"
620
 
621
  # @ contact_form
622
- #: contact_form.php:1041 contact_form.php:1410 contact_form.php:2183
623
- #: contact_form.php:2211
624
  msgid "Subject"
625
  msgstr "Θέμα"
626
 
627
  # @ contact_form
628
- #: contact_form.php:1049 contact_form.php:1414 contact_form.php:2186
629
- #: contact_form.php:2213
630
  msgid "Message"
631
  msgstr "Μήνυμα"
632
 
633
  # @ contact_form
634
- #: contact_form.php:1073
635
  msgid "Attachment block"
636
  msgstr "Συνημμένο μπλοκ"
637
 
638
  # @ contact_form
639
- #: contact_form.php:1075
640
  msgid "Users can attach the following file formats"
641
  msgstr "Οι χρήστες μπορούν να επισυνάψουν τις ακόλουθες μορφές αρχείων"
642
 
643
  # @ contact_form
644
- #: contact_form.php:1088
645
  msgid "Add to the form"
646
  msgstr "Προσθήκη στη φόρμα"
647
 
648
  # @ contact_form
649
- #: contact_form.php:1093
650
  msgid "Tips below the Attachment"
651
  msgstr "Συμβουλές κάτω από το συνημμένο"
652
 
653
  # @ contact_form
654
- #: contact_form.php:1102
655
  msgid "'Send me a copy' block"
656
  msgstr "Μπλοκ 'Στείλε μου ένα αντίγραφο'"
657
 
658
  # @ contact_form
659
- #: contact_form.php:1112 contact_form.php:1115 contact_form.php:1119
660
- #: contact_form.php:1424
661
  msgid "Captcha"
662
  msgstr "Captcha"
663
 
664
  # @ contact_form
665
- #: contact_form.php:1115
666
  msgid "Activate captcha"
667
  msgstr "Ενεργοποίηση captcha"
668
 
669
  # @ contact_form
670
- #: contact_form.php:1119
671
  msgid "Download captcha"
672
  msgstr "Κατέβασμα captcha"
673
 
674
  # @ contact_form
675
- #: contact_form.php:1127
676
  msgid "Agreement checkbox"
677
  msgstr "Checkbox συμφωνίας"
678
 
679
  # @ contact_form
680
- #: contact_form.php:1127
681
  msgid "Required checkbox for submitting the form"
682
  msgstr "Απαιτούμενο checkbox για την υποβολή της φόρμας"
683
 
684
  # @ contact_form
685
- #: contact_form.php:1128
686
  msgid "Optional checkbox"
687
  msgstr "Προαιρετικό checkbox"
688
 
689
  # @ contact_form
690
- #: contact_form.php:1128
691
  msgid "Optional checkbox, the results of which will be displayed in email"
692
  msgstr "Optional checkbox, τα αποτελέσματα του οποίου θα εμφανίζεται στο email"
693
 
694
  # @ contact_form
695
- #: contact_form.php:1145
696
  msgid "Delete an attachment file from the server after the email is sent"
697
  msgstr ""
698
  "Διαγραφή συνημμένου αρχείου από τον διακομιστή μετά την αποστολή του email"
699
 
700
  # @ contact_form
701
- #: contact_form.php:1151
702
  msgid "Email in HTML format sending"
703
  msgstr "Αποστολή email σε μορφή HTML "
704
 
705
  # @ contact_form
706
- #: contact_form.php:1155
707
  msgid "Display additional info in the email"
708
  msgstr "Εμφάνιση περισσότερων πληροφοριών στο email"
709
 
710
  # @ contact_form
711
- #: contact_form.php:1160 contact_form.php:2129 contact_form.php:2131
712
  msgid "Sent from (ip address)"
713
  msgstr "Εστάλη από (διεύθυνση IP)"
714
 
715
  # @ contact_form
716
- #: contact_form.php:1160
717
  msgid "Example: Sent from (IP address):\t127.0.0.1"
718
  msgstr "Παράδειγμα: Εστάλη από (διεύθυνση IP):\t127.0.0.1"
719
 
720
  # @ contact_form
721
- #: contact_form.php:1161 contact_form.php:2135 contact_form.php:2137
722
  msgid "Date/Time"
723
  msgstr "Ημερομηνία/Ώρα"
724
 
725
  # @ contact_form
726
- #: contact_form.php:1161
727
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
728
  msgstr "Παράδειγμα: Ημερομηνία/Ώρα:\tΑύγυστος 19, 2013 8:50 μμ"
729
 
730
  # @ contact_form
731
- #: contact_form.php:1162 contact_form.php:2141 contact_form.php:2143
732
  msgid "Sent from (referer)"
733
  msgstr "Εστάλη από (παραπέμπτης)"
734
 
735
  # @ contact_form
736
- #: contact_form.php:1162
737
  msgid ""
738
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
739
  msgstr ""
@@ -741,12 +641,12 @@ msgstr ""
741
  "contact-us/"
742
 
743
  # @ contact_form
744
- #: contact_form.php:1163 contact_form.php:2147 contact_form.php:2149
745
  msgid "Using (user agent)"
746
  msgstr "Χρήση (μέσο χρήστη)"
747
 
748
  # @ contact_form
749
- #: contact_form.php:1163
750
  msgid ""
751
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
752
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@@ -755,74 +655,74 @@ msgstr ""
755
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
756
 
757
  # @ contact_form
758
- #: contact_form.php:1167
759
  msgid "Language settings for the field names in the form"
760
  msgstr "Ρυθμίσεις γλώσσας για τα ονόματα πεδίων στη φόρμα"
761
 
762
  # @ contact_form
763
- #: contact_form.php:1176
764
  msgid "Add a language"
765
  msgstr "Προσθήκη γλώσσας"
766
 
767
  # @ contact_form
768
- #: contact_form.php:1180
769
  msgid "Change the names of the contact form fields and error messages"
770
  msgstr ""
771
  "Αλλάξτε τα ονόματα των πεδίων και των μηνύματα σφαλμάτων στη φόρμας "
772
  "επικοινωνίας "
773
 
774
  # @ contact_form
775
- #: contact_form.php:1185 contact_form.php:1272
776
  msgid "English"
777
  msgstr "Αγγλικά"
778
 
779
  # @ contact_form
780
- #: contact_form.php:1193 contact_form.php:1227
781
  msgid "click to expand/hide the list"
782
  msgstr "κάντε κλικ για να επεκτείνετε/αποκρύψετε τη λίστα"
783
 
784
  # @ contact_form
785
- #: contact_form.php:1202 contact_form.php:1236
786
  msgid "Tips below the Attachment block"
787
  msgstr "Συμβουλές κάτω από το Συνημμένο μπλοκ"
788
 
789
  # @ contact_form
790
- #: contact_form.php:1205 contact_form.php:1239
791
  msgid "Error message for the Name field"
792
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Όνομα'"
793
 
794
  # @ contact_form
795
- #: contact_form.php:1206 contact_form.php:1240
796
  msgid "Error message for the Address field"
797
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Διεύθυνση'"
798
 
799
  # @ contact_form
800
- #: contact_form.php:1207 contact_form.php:1241
801
  msgid "Error message for the Email field"
802
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Email'"
803
 
804
  # @ contact_form
805
- #: contact_form.php:1208 contact_form.php:1242
806
  msgid "Error message for the Phone field"
807
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Αριθμός τηλεφώνου'"
808
 
809
  # @ contact_form
810
- #: contact_form.php:1209 contact_form.php:1243
811
  msgid "Error message for the Subject field"
812
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Θέμα'"
813
 
814
  # @ contact_form
815
- #: contact_form.php:1210 contact_form.php:1244
816
  msgid "Error message for the Message field"
817
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Μήνυμα'"
818
 
819
  # @ contact_form
820
- #: contact_form.php:1211 contact_form.php:1245
821
  msgid "Error message about the file type for the Attachment field"
822
  msgstr "Μήνυμα σφάλματος σχετικά με τον τύπο αρχείου για το πεδίο 'Συνημμένο'"
823
 
824
  # @ contact_form
825
- #: contact_form.php:1212 contact_form.php:1246
826
  msgid ""
827
  "Error message while uploading a file for the Attachment field to the server"
828
  msgstr ""
@@ -830,85 +730,85 @@ msgstr ""
830
  "διακομιστή"
831
 
832
  # @ contact_form
833
- #: contact_form.php:1213 contact_form.php:1247
834
  msgid "Error message while moving the file for the Attachment field"
835
  msgstr ""
836
  "Μήνυμα σφάλματος κατά τη μετακίνηση του αρχείου για το πεδίο 'Συνημμένο'"
837
 
838
  # @ contact_form
839
- #: contact_form.php:1214 contact_form.php:1248
840
  msgid "Error message when file size limit for the Attachment field is exceeded"
841
  msgstr ""
842
  "Μήνυμα σφάλματος όταν το όριο μεγέθους αρχείου για το πεδίο 'Συνημμένο' έχει "
843
  "ξεπεραστεί"
844
 
845
  # @ contact_form
846
- #: contact_form.php:1215 contact_form.php:1249
847
  msgid "Error message for the Captcha field"
848
  msgstr "Μήνυμα σφάλματος για το πεδίο 'Captcha'"
849
 
850
  # @ contact_form
851
- #: contact_form.php:1216 contact_form.php:1250
852
  msgid "Error message for the whole form"
853
  msgstr "Μήνυμα σφάλματος συνολικά για τη φόρμα"
854
 
855
  # @ contact_form
856
- #: contact_form.php:1219 contact_form.php:1221 contact_form.php:1253
857
- #: contact_form.php:1255 contact_form.php:1282 contact_form.php:1284
858
- #: contact_form.php:1292 contact_form.php:1294 contact_form.php:2490
859
- #: contact_form.php:2492
860
  msgid "Use shortcode"
861
  msgstr "Χρήση σύντομου κωδικού"
862
 
863
  # @ contact_form
864
- #: contact_form.php:1219 contact_form.php:1221 contact_form.php:1253
865
- #: contact_form.php:1255 contact_form.php:1282 contact_form.php:1284
866
- #: contact_form.php:1292 contact_form.php:1294 contact_form.php:2490
867
- #: contact_form.php:2492
868
  msgid "for this language"
869
  msgstr "για τη συγκεκριμένη γλώσσα"
870
 
871
  # @ contact_form
872
- #: contact_form.php:1263
873
  msgid "Use the changed names of the contact form fields in the email"
874
  msgstr ""
875
  "Χρησιμοποιήστε τα τροποποιημένα ονόματα των πεδίων της φόρμας επικοινωνίας "
876
  "στο email"
877
 
878
  # @ contact_form
879
- #: contact_form.php:1269
880
  msgid "Action after email is sent"
881
  msgstr "Ενέργεια μετά την αποστολή του email"
882
 
883
  # @ contact_form
884
- #: contact_form.php:1271
885
  msgid "Display text"
886
  msgstr "Εμφάνιση κειμένου"
887
 
888
  # @ contact_form
889
- #: contact_form.php:1280 contact_form.php:1290
890
  msgid "Text"
891
  msgstr "Κείμενο"
892
 
893
  # @ contact_form
894
- #: contact_form.php:1301
895
  msgid "Redirect to the page"
896
  msgstr "Ανακατεύθυνση στη σελίδα"
897
 
898
  # @ contact_form
899
- #: contact_form.php:1302
900
  msgid "Url"
901
  msgstr "Url"
902
 
903
  # @ contact_form
904
- #: contact_form.php:1306
905
  msgid "The $_SERVER variable that is used to build a URL of the form"
906
  msgstr ""
907
  "Η μεταβλητή $_SERVER που χρησιμοποιείται για την δημιουργία ενός URL της "
908
  "μορφής"
909
 
910
  # @ contact_form
911
- #: contact_form.php:1310
912
  msgid ""
913
  "If you are not sure whether to change this setting or not, please do not do "
914
  "that."
@@ -917,12 +817,12 @@ msgstr ""
917
  "παρακαλούμε να μην το κάνετε."
918
 
919
  # @ contact_form
920
- #: contact_form.php:1319
921
  msgid "Auto Response"
922
  msgstr "Αυτόματη Απάντηση"
923
 
924
  # @ contact_form
925
- #: contact_form.php:1323
926
  #, php-format
927
  msgid ""
928
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -935,294 +835,222 @@ msgstr ""
935
  "ιστολογίου."
936
 
937
  # @ default
938
- #: contact_form.php:1349 contact_form.php:1533
939
  msgid "Save Changes"
940
  msgstr "Αποθήκευση αλλαγών"
941
 
942
  # @ contact_form
943
- #: contact_form.php:1355
944
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
945
- msgstr ""
946
- "Αν σας αρέσει η επέκταση μας, παρακαλούμε να δώσετε 5 αστέρια μας στο "
947
- "WordPress"
948
-
949
- # @ contact_form
950
- #: contact_form.php:1356
951
- msgid "Rate the plugin"
952
- msgstr "Βαθμολογήστε την επέκτασή μας"
953
-
954
- # @ contact_form
955
- #: contact_form.php:1359
956
- msgid "If there is something wrong about it, please contact us"
957
- msgstr "Αν υπάρχει κάτι λάθος για αυτό, παρακαλούμε επικοινωνήστε μαζί μας"
958
-
959
- # @ contact_form
960
- #: contact_form.php:1370
961
  msgid "Errors output"
962
  msgstr "Έξοδος σφαλμάτων"
963
 
964
  # @ contact_form
965
- #: contact_form.php:1373
966
  msgid "Display error messages"
967
  msgstr "Εμφάνιση μηνυμάτων σφαλμάτων"
968
 
969
  # @ contact_form
970
- #: contact_form.php:1374
971
  msgid "Color of the input field errors."
972
  msgstr "Χρώμα των σφαλμάτων στα πεδία εισαγωγής."
973
 
974
  # @ contact_form
975
- #: contact_form.php:1375
976
  msgid "Display error messages & color of the input field errors"
977
  msgstr ""
978
  "Εμφάνιση μηνυμάτων σφαλμάτων & χρώμα των σφαλμάτων στα πεδία εισαγωγής."
979
 
980
  # @ contact_form
981
- #: contact_form.php:1380
982
  msgid "Add placeholder to the input blocks"
983
  msgstr "Προσθήκη placeholder στα μπλοκς εισαγωγής"
984
 
985
  # @ contact_form
986
- #: contact_form.php:1386
987
  msgid "Add tooltips"
988
  msgstr "Προσθήκη επεξηγήσεων"
989
 
990
  # @ contact_form
991
- #: contact_form.php:1400
992
  msgid "Email address"
993
  msgstr "Email"
994
 
995
  # @ contact_form
996
- #: contact_form.php:1405
997
  msgid "Phone Number"
998
  msgstr "Αριθμός τηλεφώνου"
999
 
1000
  # @ contact_form
1001
- #: contact_form.php:1419
1002
  msgid "Attachment"
1003
  msgstr "Συννημένο αρχείο"
1004
 
1005
  # @ contact_form
1006
- #: contact_form.php:1424
1007
  msgid "(powered by bestwebsoft.com)"
1008
  msgstr "(υποστήριξη από bestwebsoft.com)"
1009
 
1010
  # @ contact_form
1011
- #: contact_form.php:1429
1012
  msgid "Style options"
1013
  msgstr "Ρυμθίσεις εμφάνισης"
1014
 
1015
  # @ contact_form
1016
- #: contact_form.php:1432
1017
  msgid "Text color"
1018
  msgstr "Χρώμα κειμένου"
1019
 
1020
  # @ contact_form
1021
- #: contact_form.php:1435 contact_form.php:1440 contact_form.php:1450
1022
- #: contact_form.php:1455 contact_form.php:1460 contact_form.php:1465
1023
- #: contact_form.php:1475 contact_form.php:1480 contact_form.php:1486
1024
- #: contact_form.php:1497 contact_form.php:1502 contact_form.php:1507
1025
  msgid "Default"
1026
  msgstr "Προκαθορισμένο"
1027
 
1028
  # @ contact_form
1029
- #: contact_form.php:1437
1030
  msgid "Label text color"
1031
  msgstr "Χρώμα κειμένου ετικέτας"
1032
 
1033
  # @ contact_form
1034
- #: contact_form.php:1442
1035
  msgid "Placeholder color"
1036
  msgstr "Χρώμα placeholder"
1037
 
1038
  # @ contact_form
1039
- #: contact_form.php:1447
1040
  msgid "Errors color"
1041
  msgstr "Χρώμα σφαλμάτων"
1042
 
1043
  # @ contact_form
1044
- #: contact_form.php:1452
1045
  msgid "Error text color"
1046
  msgstr "Χρώμα κειμένου σφάλματος"
1047
 
1048
  # @ contact_form
1049
- #: contact_form.php:1457
1050
  msgid "Background color of the input field errors"
1051
  msgstr "Χρώμα φόντου στα πεδία εισαγωγής σφαλμάτων"
1052
 
1053
  # @ contact_form
1054
- #: contact_form.php:1462
1055
  msgid "Border color of the input field errors"
1056
  msgstr "Χρώμα περιγράμματος στα πεδία εισαγωγής σφαλμάτων"
1057
 
1058
  # @ contact_form
1059
- #: contact_form.php:1467
1060
  msgid "Placeholder color of the input field errors"
1061
  msgstr "Χρώμα placeholder στα πεδία εισαγωγής σφαλμάτων"
1062
 
1063
  # @ contact_form
1064
- #: contact_form.php:1472
1065
  msgid "Input fields"
1066
  msgstr "Πεδία εισαγωγής"
1067
 
1068
  # @ contact_form
1069
- #: contact_form.php:1477
1070
  msgid "Input fields background color"
1071
  msgstr "Χρώμα φόντου στα πεδία εισαγωγής"
1072
 
1073
  # @ contact_form
1074
- #: contact_form.php:1482
1075
  msgid "Text fields color"
1076
  msgstr "Χρώμα πεδίων κειμένου"
1077
 
1078
  # @ contact_form
1079
- #: contact_form.php:1484
1080
  msgid "Border width in px, numbers only"
1081
  msgstr "Πλάτος περιγράμματος σε px, μόνο αριθμοί"
1082
 
1083
  # @ contact_form
1084
- #: contact_form.php:1488 contact_form.php:1509
1085
  msgid "Border color"
1086
  msgstr "Χρώμα περιγράμματος"
1087
 
1088
  # @ contact_form
1089
- #: contact_form.php:1493
1090
  msgid "Submit button"
1091
  msgstr "Κομβίο Υποβολής"
1092
 
1093
  # @ contact_form
1094
- #: contact_form.php:1495
1095
  msgid "Width in px, numbers only"
1096
  msgstr "Πλάτος σε px, μόνο αριθμοί"
1097
 
1098
  # @ contact_form
1099
- #: contact_form.php:1499
1100
  msgid "Button color"
1101
  msgstr "Χρώμα κομβίου"
1102
 
1103
  # @ contact_form
1104
- #: contact_form.php:1504
1105
  msgid "Button text color"
1106
  msgstr "Χρώμα κειμένου κομβίου"
1107
 
1108
  # @ contact_form
1109
- #: contact_form.php:1537
1110
  msgid "Contact Form Pro | Preview"
1111
  msgstr "Contact Form Pro | Προεπισκόπηση"
1112
 
1113
  # @ contact_form
1114
- #: contact_form.php:1540
1115
  msgid "Show with errors"
1116
  msgstr "Εμφάνιση με σφάλματα"
1117
 
1118
  # @ contact_form
1119
- #: contact_form.php:1548 contact_form.php:1550
1120
  msgid "Please enter your full name..."
1121
  msgstr "Παρακαλούμε, εισάγετε το πλήρες ονοματεπώνυμό σας..."
1122
 
1123
  # @ contact_form
1124
- #: contact_form.php:1561 contact_form.php:1563
1125
  msgid "Please enter your address..."
1126
  msgstr "Παρακαλούμε, εισάγετε τη διεύθυνσή σας..."
1127
 
1128
  # @ contact_form
1129
- #: contact_form.php:1572 contact_form.php:1574
1130
  msgid "Please enter your email address..."
1131
  msgstr "Παρακαλούμε, εισάγετε την ηλεκτρονική σας διεύθυνση (email)..."
1132
 
1133
  # @ contact_form
1134
- #: contact_form.php:1583 contact_form.php:1585
1135
  msgid "Please enter your phone number..."
1136
  msgstr "Παρακαλούμε, εισάγετε τον αριθμό τηλεφώνου σας..."
1137
 
1138
  # @ contact_form
1139
- #: contact_form.php:1594 contact_form.php:1596
1140
  msgid "Please enter subject..."
1141
  msgstr "Παρακαλούμε, εισάγετε το θέμα..."
1142
 
1143
  # @ contact_form
1144
- #: contact_form.php:1604 contact_form.php:1606
1145
  msgid "Please enter your message..."
1146
  msgstr "Παρακαλούμε, εισάγετε το μήνυμά σας..."
1147
 
1148
  # @ contact_form
1149
- #: contact_form.php:1648
1150
- msgid ""
1151
- "Congratulations! The PRO version of the plugin is successfully download and "
1152
- "activated."
1153
- msgstr ""
1154
- "Συγχαρητήρια! Η PRO έκδοση της επέκτασης κατέβηκε και ενεργοποιήθηκε με "
1155
- "επιτυχία."
1156
-
1157
- # @ contact_form
1158
- #: contact_form.php:1650
1159
- msgid "Please, go to"
1160
- msgstr "Παρακαλούμε, πηγαίνετε στη"
1161
-
1162
- # @ contact_form
1163
- #: contact_form.php:1650
1164
- msgid "the setting page"
1165
- msgstr "σελίδα ρυθμίσεων"
1166
-
1167
- # @ contact_form
1168
- #: contact_form.php:1651
1169
- msgid "You will be redirected automatically in 5 seconds."
1170
- msgstr "Θα μεταφερθείτε αυτόματα σε 5 δευτερόλεπτα."
1171
-
1172
- # @ contact_form
1173
- #: contact_form.php:1656
1174
- msgid "You can download and activate"
1175
- msgstr "Μπορείτε να κατεβάσετε και να ενεργοποιήσετε"
1176
-
1177
- # @ contact_form
1178
- #: contact_form.php:1658
1179
- msgid "version of this plugin by entering Your license key."
1180
- msgstr "έκδοση αυτού του plugin εισάγοντας το κλειδί άδειας χρήσης σας."
1181
-
1182
- # @ contact_form
1183
- #: contact_form.php:1660
1184
- msgid ""
1185
- "You can find your license key on your personal page Client area, by clicking "
1186
- "on the link"
1187
- msgstr ""
1188
- "Μπορείτε να βρείτε το κλειδί της άδειας σας, στην προσωπική σας σελίδα στην "
1189
- "περιοχή των πελατών, κάνοντας κλικ στο σύνδεσμο"
1190
-
1191
- # @ contact_form
1192
- #: contact_form.php:1662
1193
- msgid "(your username is the email you specify when purchasing the product)."
1194
- msgstr ""
1195
- "(το όνομα χρήστη σας είναι η διεύθυνση email που προσδιορίσατε κατά την "
1196
- "αγορά του προϊόντος)."
1197
-
1198
- # @ contact_form
1199
- #: contact_form.php:1670 contact_form.php:1680
1200
- msgid "Activate"
1201
- msgstr "Ενεργοποίηση"
1202
-
1203
- # @ contact_form
1204
- #: contact_form.php:1752
1205
  msgid "Sorry, email message could not be delivered."
1206
  msgstr ""
1207
  "Λυπούμαστε, το μήνυμα ηλεκτρονικού ταχυδρομείου δεν μπόρεσε να παραδοθεί."
1208
 
1209
  # @ contact_form
1210
- #: contact_form.php:2156
1211
  msgid "Contact from"
1212
  msgstr "Φόρμμα επικοινωνίας"
1213
 
1214
  # @ contact_form
1215
- #: contact_form.php:2178 contact_form.php:2208
1216
  msgid "Phone"
1217
  msgstr "Αριθμός τηλεφώνου"
1218
 
1219
  # @ contact_form
1220
- #: contact_form.php:2189 contact_form.php:2215
1221
  msgid "Site"
1222
  msgstr "Ιστοσελίδα"
1223
 
1224
  # @ contact_form
1225
- #: contact_form.php:2302
1226
  msgid ""
1227
  "If you can see this MIME, it means that the MIME type is not supported by "
1228
  "your email client!"
@@ -1231,32 +1059,39 @@ msgstr ""
1231
  "υποστηρίζεται από τον email client σας!"
1232
 
1233
  # @ contact_form
1234
- #: contact_form.php:2378
1235
  msgid "Support"
1236
  msgstr "Υποστήριξη"
1237
 
1238
  # @ contact_form
1239
- #: contact_form.php:2432
1240
  msgid "Are you sure that you want to delete this language data?"
1241
  msgstr "Είστε σίγουροι ότι θέλετε να διαγράψετε τα δεδομένα αυτής της γλώσσας;"
1242
 
1243
  # @ contact_form
1244
- #: contact_form.php:2653
 
 
 
 
 
1245
  msgid ""
1246
- "It’s time to upgrade your <strong>Contact Form plugin</strong> to "
1247
- "<strong>PRO</strong> version"
1248
  msgstr ""
1249
- "Είναι ώρα να αναβαθμίσετε την επέκταση <strong>Contact Form</strong>στην "
1250
- "έκδοση <strong>PRO</strong>"
1251
 
1252
  # @ contact_form
1253
- #: contact_form.php:2654
1254
- msgid "Extend standard plugin functionality with new great options."
 
 
 
 
 
1255
  msgstr ""
1256
- "Επεκτείνετε τη βασική λειτουργικότητα του plugin με νέες σημαντικές επιλογές."
1257
 
1258
  # @ contact_form
1259
- #: contact_form.php:2669
1260
  msgid ""
1261
  "<strong>Contact Form to DB</strong> allows to store your messages to the "
1262
  "database."
@@ -1265,6 +1100,80 @@ msgstr ""
1265
  "στη βάση δεδομένων."
1266
 
1267
  # @ contact_form
1268
- #: contact_form.php:2670
1269
  msgid "Manage messages that have been sent from your website."
1270
  msgstr "Διαχειριστείτε τα μηνύματα που έχουν σταλεί από την ιστοσελίδα σας."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: Contact Form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-05 12:56+0300\n"
6
+ "PO-Revision-Date: 2015-03-05 12:57+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Dimitris Karantonis <dkarantonis@gmail.com>\n"
9
  "Language: el\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
 
23
  # @ contact_form
24
+ #: contact_form.php:35 contact_form.php:631
25
  msgid "Contact Form Settings"
26
  msgstr "Ρυθμίσεις φόρμας επικοινωνίας"
27
 
28
  # @ contact_form
29
+ #: contact_form.php:35
30
  msgid "Contact Form"
31
  msgstr "Φόρμα Επικοινωνίας"
32
 
33
  # @ contact_form
34
+ #: contact_form.php:123 contact_form.php:1012 contact_form.php:1046
35
  msgid "Name:"
36
  msgstr "Όνομα:"
37
 
38
  # @ contact_form
39
+ #: contact_form.php:124 contact_form.php:1013 contact_form.php:1047
40
  msgid "Address:"
41
  msgstr "Διεύθυνση:"
42
 
43
  # @ contact_form
44
+ #: contact_form.php:125 contact_form.php:1014 contact_form.php:1048
45
  msgid "Email Address:"
46
  msgstr "Email:"
47
 
48
  # @ contact_form
49
+ #: contact_form.php:126 contact_form.php:1015 contact_form.php:1049
50
  msgid "Phone number:"
51
  msgstr "Αριθμός τηλεφώνου:"
52
 
53
  # @ contact_form
54
+ #: contact_form.php:127 contact_form.php:1016 contact_form.php:1050
55
  msgid "Subject:"
56
  msgstr "Θέμα:"
57
 
58
  # @ contact_form
59
+ #: contact_form.php:128 contact_form.php:1017 contact_form.php:1051
60
  msgid "Message:"
61
  msgstr "Μήνυμα:"
62
 
63
  # @ contact_form
64
+ #: contact_form.php:129 contact_form.php:1018 contact_form.php:1052
65
  msgid "Attachment:"
66
  msgstr "Συννημένο Αρχείο:"
67
 
68
  # @ contact_form
69
+ #: contact_form.php:130
70
  msgid ""
71
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
72
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
77
  "μέγεθος αρχείου: 2MB"
78
 
79
  # @ contact_form
80
+ #: contact_form.php:131 contact_form.php:1020 contact_form.php:1054
81
  msgid "Send me a copy"
82
  msgstr "Αποστολή αντιγράφου"
83
 
84
  # @ contact_form
85
+ #: contact_form.php:132 contact_form.php:1021 contact_form.php:1055
86
  msgid "Submit"
87
  msgstr "Αποστολή"
88
 
89
  # @ contact_form
90
+ #: contact_form.php:133
91
  msgid "Your name is required."
92
  msgstr "Το όνομα σας είναι απαραίτητο."
93
 
94
  # @ contact_form
95
+ #: contact_form.php:134
96
  msgid "Address is required."
97
  msgstr "Η διεύθυνσή σας είναι απαραίτητη."
98
 
99
  # @ contact_form
100
+ #: contact_form.php:135
101
  msgid "A valid email address is required."
102
  msgstr "Απαιτείται μία έγκυρη διεύθυνση email."
103
 
104
  # @ contact_form
105
+ #: contact_form.php:136
106
  msgid "Phone number is required."
107
  msgstr "Ο αριθμός τηλεφώνου είναι απαραίτητος."
108
 
109
  # @ contact_form
110
+ #: contact_form.php:137
111
  msgid "Subject is required."
112
  msgstr "Το θέμα είναι απαραίτητο."
113
 
114
  # @ contact_form
115
+ #: contact_form.php:138
116
  msgid "Message text is required."
117
  msgstr "Το μήνυμα κειμένου είναι απαραίτητο."
118
 
119
  # @ contact_form
120
+ #: contact_form.php:139
121
  msgid "File format is not valid."
122
  msgstr "Ο τύπος του αρχείου δεν είναι έγκυρος."
123
 
124
  # @ contact_form
125
+ #: contact_form.php:140
126
  msgid "File upload error."
127
  msgstr "Πρόβλημα κατά το ανέβασμα του αρχείου."
128
 
129
  # @ contact_form
130
+ #: contact_form.php:141
131
  msgid "The file could not be uploaded."
132
  msgstr "Το αρχείο δεν μπορούσε να ανέβει."
133
 
134
  # @ contact_form
135
+ #: contact_form.php:142
136
  msgid "This file is too large."
137
  msgstr "Το μέγεθος αρχείου είναι πολύ μεγάλο."
138
 
139
  # @ contact_form
140
+ #: contact_form.php:143
141
  msgid "Please fill out the CAPTCHA."
142
  msgstr "Παρακαλούμε, συμπληρώστε το πεδίο CAPTCHA."
143
 
144
  # @ contact_form
145
+ #: contact_form.php:144
146
  msgid "Please make corrections below and try again."
147
  msgstr ""
148
  "Παρακαλούμε, προχωρήστε στις παρακακάτω διορθώσεις και προσπαθήστε ξανά."
149
 
150
  # @ contact_form
151
+ #: contact_form.php:146
152
  msgid "Thank you for contacting us."
153
  msgstr "Σας ευχαριστούμε για την επικοινωνία."
154
 
155
+ #: contact_form.php:543
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
156
  msgid ""
157
  "Email 'FROM' field option was changed, which may cause email messages being "
158
  "moved to the spam folder or email delivery failures."
159
  msgstr ""
160
 
161
  # @ contact_form
162
+ #: contact_form.php:553
163
  msgid ""
164
  "If the 'Redirect to page' option is selected then the URL field should be in "
165
  "the following format"
168
  "πεδίο URL θα πρέπει να έχει την ακόλουθη μορφή"
169
 
170
  # @ contact_form
171
+ #: contact_form.php:562
172
  msgid "Such user does not exist."
173
  msgstr "Τέτοιος χρήστης δεν υπάρχει."
174
 
175
  # @ contact_form
176
+ #: contact_form.php:572
177
  msgid ""
178
  "Please enter a valid email address in the 'Use this email address' field."
179
  msgstr ""
181
  "αυτήν τη διεύθυνση email'."
182
 
183
  # @ contact_form
184
+ #: contact_form.php:580
185
  msgid "Please enter a valid email address in the 'FROM' field."
186
  msgstr "Παρακαλούμε, εισάγετε μια έγκυρη διεύθυνση email στο πεδίο «ΑΠΟ»."
187
 
188
  # @ contact_form
189
+ #: contact_form.php:603
190
  msgid "Settings saved."
191
  msgstr "Οι ρυθμίσεις αποθηκεύτηκαν."
192
 
193
  # @ contact_form
194
+ #: contact_form.php:605
195
  msgid "Settings are not saved."
196
  msgstr "Οι ρυθμίσεις δεν αποθηκεύτηκαν."
197
 
198
  # @ contact_form
199
+ #: contact_form.php:633 contact_form.php:2126 contact_form.php:2140
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
200
  msgid "Settings"
201
  msgstr "Ρυθμίσεις"
202
 
203
  # @ contact_form
204
+ #: contact_form.php:634
205
  #, fuzzy
206
  msgid "Additional settings"
207
  msgstr "Πρόσθετες επιλογές"
208
 
209
+ #: contact_form.php:635
210
  msgid "Appearance"
211
  msgstr ""
212
 
213
  # @ contact_form
214
+ #: contact_form.php:636 contact_form.php:2141
215
  msgid "FAQ"
216
  msgstr "Συχνές Ερωτήσεις"
217
 
218
  # @ contact_form
219
+ #: contact_form.php:637
220
  msgid "Go PRO"
221
  msgstr "Αναβάθμιση σε PRO"
222
 
223
  # @ contact_form
224
+ #: contact_form.php:640 contact_form.php:642
225
  msgid "Notice:"
226
  msgstr "Σημείωση:"
227
 
228
  # @ contact_form
229
+ #: contact_form.php:640
230
  msgid ""
231
  "The plugin's settings have been changed. In order to save them please don't "
232
  "forget to click the 'Save Changes' button."
235
  "παρακαλούμε μην ξεχάσετε να κάνετε κλικ στο κουμπί 'Αποθήκευση αλλαγών'."
236
 
237
  # @ contact_form
238
+ #: contact_form.php:650
239
  msgid ""
240
  "If you want to create multiple contact forms, please install the Contact "
241
  "Form Multi plugin."
244
  "εγκαταστήσετε την επέκταση φόρμα επικοινωνίας Multi."
245
 
246
  # @ contact_form
247
+ #: contact_form.php:657 contact_form.php:660 contact_form.php:1439
248
  msgid ""
249
  "If you would like to add the Contact Form to your website, just copy and "
250
  "paste this shortcode to your post or page or widget:"
254
  "στο widget σας:"
255
 
256
  # @ contact_form
257
+ #: contact_form.php:657 contact_form.php:658 contact_form.php:660
258
+ #: contact_form.php:661 contact_form.php:1036 contact_form.php:1038
259
+ #: contact_form.php:1099 contact_form.php:1101
260
  msgid "or"
261
  msgstr "ή"
262
 
263
  # @ contact_form
264
+ #: contact_form.php:658 contact_form.php:661
265
  msgid ""
266
  "If have any problems with the standard shortcode [contact_form], you should "
267
  "use the shortcode"
270
  "[contact_form], θα πρέπει να χρησιμοποιήσετε τον σύντομο κωδικό"
271
 
272
  # @ contact_form
273
+ #: contact_form.php:658 contact_form.php:661
274
  msgid "They work the same way."
275
  msgstr "Λειτουργούν με τον ίδιο τρόπο."
276
 
277
  # @ contact_form
278
+ #: contact_form.php:665
279
  msgid ""
280
  "If you leave the fields empty, the messages will be sent to the email "
281
  "address specified during registration."
284
  "καθορίσατε κατά την εγγραφή σας."
285
 
286
  # @ contact_form
287
+ #: contact_form.php:668
288
  msgid "The user's email address:"
289
  msgstr "Η διεύθυνση email του χρήστη:"
290
 
291
  # @ contact_form
292
+ #: contact_form.php:672
293
  msgid "Create a username"
294
  msgstr "Δημιουργήστε ένα όνομα χρήστη"
295
 
296
  # @ contact_form
297
+ #: contact_form.php:685
298
  msgid ""
299
  "Enter a username of the person who should get the messages from the contact "
300
  "form."
303
  "επικοινωνίας."
304
 
305
  # @ contact_form
306
+ #: contact_form.php:689
307
  msgid "Use this email address:"
308
  msgstr "Χρησιμοποιήστε αυτήν τη διεύθυνση email: "
309
 
310
  # @ contact_form
311
+ #: contact_form.php:692
312
  msgid "Enter the email address you want the messages forwarded to."
313
  msgstr "Εισάγετε τη διεύθυνση email που θέλετε τα μηνύματα να προωθούνται."
314
 
315
  # @ contact_form
316
+ #: contact_form.php:701
317
  msgid "Add department selectbox to the contact form:"
318
  msgstr "Προσθέστε τμήμα selectbox στην φόρμα επικοινωνίας:"
319
 
320
  # @ contact_form
321
+ #: contact_form.php:709 contact_form.php:1145 contact_form.php:1322
322
  msgid "If you upgrade to Pro version all your settings will be saved."
323
  msgstr ""
324
  "Εάν κάνετε αναβάθμιση σε έκδοση Pro όλες οι ρυθμίσεις σας θα αποθηκευτούν."
325
 
326
  # @ contact_form
327
+ #: contact_form.php:716 contact_form.php:879 contact_form.php:952
328
+ #: contact_form.php:1152 contact_form.php:1329
329
  msgid "Unlock premium options by upgrading to a PRO version."
330
  msgstr "Ξεκλειδώστε τις επιπλέον επιλογές, αναβαθμίζοντας στην έκδοση PRO."
331
 
332
  # @ contact_form
333
+ #: contact_form.php:717 contact_form.php:880 contact_form.php:953
334
+ #: contact_form.php:1153 contact_form.php:1330 contact_form.php:2402
 
335
  msgid "Learn More"
336
  msgstr "Μάθετε περισσότερα"
337
 
338
  # @ contact_form
339
+ #: contact_form.php:720 contact_form.php:883 contact_form.php:956
340
+ #: contact_form.php:1156 contact_form.php:1333
341
  msgid "Go"
342
  msgstr "Πηγαίνετε"
343
 
344
  # @ contact_form
345
+ #: contact_form.php:727
346
  msgid "Save emails to the database"
347
  msgstr "Αποθηκεύστε τα μηνύματα ηλεκτρονικού ταχυδρομείου στη βάση δεδομένων"
348
 
349
  # @ contact_form
350
+ #: contact_form.php:732
351
  msgid "Using"
352
  msgstr "Χρήση"
353
 
354
  # @ contact_form
355
+ #: contact_form.php:732 contact_form.php:929 contact_form.php:932
356
+ #: contact_form.php:936
357
  msgid "powered by"
358
  msgstr "υποστήριξη από"
359
 
360
  # @ contact_form
361
+ #: contact_form.php:735 contact_form.php:739
362
  msgid "Using Contact Form to DB powered by"
363
  msgstr "Χρήση της Φόρμας Επικοινωνίας για DB, υποστήριξη από"
364
 
365
  # @ contact_form
366
+ #: contact_form.php:735
367
  msgid "Activate Contact Form to DB"
368
  msgstr "ενεργοποίηση της Φόρμας Επικοινωνίας για DB"
369
 
370
  # @ contact_form
371
+ #: contact_form.php:739
372
  msgid "Download Contact Form to DB"
373
  msgstr "Κατέβασμα της Φόρμας Επικοινωνίας για DB"
374
 
375
  # @ contact_form
376
+ #: contact_form.php:749
377
  msgid "What to use?"
378
  msgstr "Τι πρέπει να χρησιμοποιήσετε;"
379
 
380
  # @ contact_form
381
+ #: contact_form.php:752
382
  msgid "Wp-mail"
383
  msgstr "Wp-mail"
384
 
385
  # @ contact_form
386
+ #: contact_form.php:752
387
  msgid "You can use the wp_mail function for mailing"
388
  msgstr ""
389
  "Μπορείτε να χρησιμοποιήσετε τη λειτουργία wp_mail για την αποστολή emails"
390
 
391
  # @ contact_form
392
+ #: contact_form.php:754
393
  msgid "Mail"
394
  msgstr "Tαχυδρομείο"
395
 
396
  # @ contact_form
397
+ #: contact_form.php:754
398
  msgid "To send mail you can use the php mail function"
399
  msgstr ""
400
  "Για να στείλετε email, μπορείτε να χρησιμοποιήσετε τη λειτουργία "
401
  "ταχυδρομείου PHP"
402
 
403
+ #: contact_form.php:758
404
  msgid "'FROM' field"
405
  msgstr ""
406
 
407
  # @ contact_form
408
+ #: contact_form.php:760 contact_form.php:810 contact_form.php:1197
409
+ #: contact_form.php:1927 contact_form.php:1963
410
  msgid "Name"
411
  msgstr "Όνομα"
412
 
413
  # @ contact_form
414
+ #: contact_form.php:764
415
  msgid "User name"
416
  msgstr "Όνομα χρήστη"
417
 
418
  # @ contact_form
419
+ #: contact_form.php:766
420
  msgid ""
421
  "The name of the user who fills the form will be used in the field 'From'."
422
  msgstr ""
424
  "'Από'."
425
 
426
  # @ contact_form
427
+ #: contact_form.php:771 contact_form.php:1938 contact_form.php:1970
428
  msgid "Email"
429
  msgstr "Email"
430
 
431
  # @ contact_form
432
+ #: contact_form.php:778
433
  msgid "User email"
434
  msgstr "Email χρήστη"
435
 
436
  # @ contact_form
437
+ #: contact_form.php:780
438
  msgid ""
439
  "The email address of the user who fills the form will be used in the field "
440
  "'From'."
442
  "Η διεύθυνση email του χρήστη που συμπληρώνει τη φόρμα θα χρησιμοποιηθεί στο "
443
  "πεδίο 'Από'."
444
 
445
+ #: contact_form.php:784
446
  msgid ""
447
  "If this option is changed, email messages may be moved to the spam folder or "
448
  "email delivery failures may occur."
449
  msgstr ""
450
 
451
  # @ contact_form
452
+ #: contact_form.php:790
453
  msgid "Required symbol"
454
  msgstr "Απαιτούμενο σύμβολο"
455
 
456
  # @ contact_form
457
+ #: contact_form.php:800
458
  msgid "Fields"
459
  msgstr "Πεδία"
460
 
461
  # @ contact_form
462
+ #: contact_form.php:801
463
  msgid "Used"
464
  msgstr "Χρησιμοποιείται"
465
 
466
  # @ contact_form
467
+ #: contact_form.php:802
468
  msgid "Required"
469
  msgstr "Απαιτούμενο"
470
 
471
  # @ contact_form
472
+ #: contact_form.php:803
473
  msgid "Visible"
474
  msgstr "Ορατό"
475
 
476
  # @ contact_form
477
+ #: contact_form.php:804
478
  msgid "Disabled for editing"
479
  msgstr "Δεν επιτρέπεται η επεξεργασία"
480
 
481
  # @ contact_form
482
+ #: contact_form.php:805
483
  msgid "Field's default value"
484
  msgstr "Προκαθορισμένη τιμή πεδίου"
485
 
486
+ #: contact_form.php:817
487
  msgid "Use User's name as a default value if the user is logged in."
488
  msgstr ""
489
 
490
+ #: contact_form.php:818 contact_form.php:846
491
  msgid ""
492
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
493
  "in users."
494
  msgstr ""
495
 
496
  # @ contact_form
497
+ #: contact_form.php:822
498
  msgid "Location selectbox"
499
  msgstr "Τοποθεσία selectbox"
500
 
501
  # @ contact_form
502
+ #: contact_form.php:830 contact_form.php:1202 contact_form.php:1933
503
+ #: contact_form.php:1967
504
  msgid "Address"
505
  msgstr "Διεύθυνση"
506
 
507
  # @ contact_form
508
+ #: contact_form.php:838
509
  msgid "Email Address"
510
  msgstr "Διεύθυνση Email"
511
 
512
+ #: contact_form.php:845
513
  msgid "Use User's email as a default value if the user is logged in."
514
  msgstr ""
515
 
516
  # @ contact_form
517
+ #: contact_form.php:850
518
  msgid "Phone number"
519
  msgstr "Αριθμός τηλεφώνου"
520
 
521
  # @ contact_form
522
+ #: contact_form.php:858 contact_form.php:1217 contact_form.php:1948
523
+ #: contact_form.php:1976
524
  msgid "Subject"
525
  msgstr "Θέμα"
526
 
527
  # @ contact_form
528
+ #: contact_form.php:866 contact_form.php:1221 contact_form.php:1951
529
+ #: contact_form.php:1978
530
  msgid "Message"
531
  msgstr "Μήνυμα"
532
 
533
  # @ contact_form
534
+ #: contact_form.php:890
535
  msgid "Attachment block"
536
  msgstr "Συνημμένο μπλοκ"
537
 
538
  # @ contact_form
539
+ #: contact_form.php:892
540
  msgid "Users can attach the following file formats"
541
  msgstr "Οι χρήστες μπορούν να επισυνάψουν τις ακόλουθες μορφές αρχείων"
542
 
543
  # @ contact_form
544
+ #: contact_form.php:905
545
  msgid "Add to the form"
546
  msgstr "Προσθήκη στη φόρμα"
547
 
548
  # @ contact_form
549
+ #: contact_form.php:910
550
  msgid "Tips below the Attachment"
551
  msgstr "Συμβουλές κάτω από το συνημμένο"
552
 
553
  # @ contact_form
554
+ #: contact_form.php:919
555
  msgid "'Send me a copy' block"
556
  msgstr "Μπλοκ 'Στείλε μου ένα αντίγραφο'"
557
 
558
  # @ contact_form
559
+ #: contact_form.php:929 contact_form.php:932 contact_form.php:936
560
+ #: contact_form.php:1231
561
  msgid "Captcha"
562
  msgstr "Captcha"
563
 
564
  # @ contact_form
565
+ #: contact_form.php:932
566
  msgid "Activate captcha"
567
  msgstr "Ενεργοποίηση captcha"
568
 
569
  # @ contact_form
570
+ #: contact_form.php:936
571
  msgid "Download captcha"
572
  msgstr "Κατέβασμα captcha"
573
 
574
  # @ contact_form
575
+ #: contact_form.php:944
576
  msgid "Agreement checkbox"
577
  msgstr "Checkbox συμφωνίας"
578
 
579
  # @ contact_form
580
+ #: contact_form.php:944
581
  msgid "Required checkbox for submitting the form"
582
  msgstr "Απαιτούμενο checkbox για την υποβολή της φόρμας"
583
 
584
  # @ contact_form
585
+ #: contact_form.php:945
586
  msgid "Optional checkbox"
587
  msgstr "Προαιρετικό checkbox"
588
 
589
  # @ contact_form
590
+ #: contact_form.php:945
591
  msgid "Optional checkbox, the results of which will be displayed in email"
592
  msgstr "Optional checkbox, τα αποτελέσματα του οποίου θα εμφανίζεται στο email"
593
 
594
  # @ contact_form
595
+ #: contact_form.php:962
596
  msgid "Delete an attachment file from the server after the email is sent"
597
  msgstr ""
598
  "Διαγραφή συνημμένου αρχείου από τον διακομιστή μετά την αποστολή του email"
599
 
600
  # @ contact_form
601
+ #: contact_form.php:968
602
  msgid "Email in HTML format sending"
603
  msgstr "Αποστολή email σε μορφή HTML "
604
 
605
  # @ contact_form
606
+ #: contact_form.php:972
607
  msgid "Display additional info in the email"
608
  msgstr "Εμφάνιση περισσότερων πληροφοριών στο email"
609
 
610
  # @ contact_form
611
+ #: contact_form.php:977 contact_form.php:1894 contact_form.php:1896
612
  msgid "Sent from (ip address)"
613
  msgstr "Εστάλη από (διεύθυνση IP)"
614
 
615
  # @ contact_form
616
+ #: contact_form.php:977
617
  msgid "Example: Sent from (IP address):\t127.0.0.1"
618
  msgstr "Παράδειγμα: Εστάλη από (διεύθυνση IP):\t127.0.0.1"
619
 
620
  # @ contact_form
621
+ #: contact_form.php:978 contact_form.php:1900 contact_form.php:1902
622
  msgid "Date/Time"
623
  msgstr "Ημερομηνία/Ώρα"
624
 
625
  # @ contact_form
626
+ #: contact_form.php:978
627
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
628
  msgstr "Παράδειγμα: Ημερομηνία/Ώρα:\tΑύγυστος 19, 2013 8:50 μμ"
629
 
630
  # @ contact_form
631
+ #: contact_form.php:979 contact_form.php:1906 contact_form.php:1908
632
  msgid "Sent from (referer)"
633
  msgstr "Εστάλη από (παραπέμπτης)"
634
 
635
  # @ contact_form
636
+ #: contact_form.php:979
637
  msgid ""
638
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
639
  msgstr ""
641
  "contact-us/"
642
 
643
  # @ contact_form
644
+ #: contact_form.php:980 contact_form.php:1912 contact_form.php:1914
645
  msgid "Using (user agent)"
646
  msgstr "Χρήση (μέσο χρήστη)"
647
 
648
  # @ contact_form
649
+ #: contact_form.php:980
650
  msgid ""
651
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
652
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
655
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
656
 
657
  # @ contact_form
658
+ #: contact_form.php:984
659
  msgid "Language settings for the field names in the form"
660
  msgstr "Ρυθμίσεις γλώσσας για τα ονόματα πεδίων στη φόρμα"
661
 
662
  # @ contact_form
663
+ #: contact_form.php:993
664
  msgid "Add a language"
665
  msgstr "Προσθήκη γλώσσας"
666
 
667
  # @ contact_form
668
+ #: contact_form.php:997
669
  msgid "Change the names of the contact form fields and error messages"
670
  msgstr ""
671
  "Αλλάξτε τα ονόματα των πεδίων και των μηνύματα σφαλμάτων στη φόρμας "
672
  "επικοινωνίας "
673
 
674
  # @ contact_form
675
+ #: contact_form.php:1002 contact_form.php:1089
676
  msgid "English"
677
  msgstr "Αγγλικά"
678
 
679
  # @ contact_form
680
+ #: contact_form.php:1010 contact_form.php:1044
681
  msgid "click to expand/hide the list"
682
  msgstr "κάντε κλικ για να επεκτείνετε/αποκρύψετε τη λίστα"
683
 
684
  # @ contact_form
685
+ #: contact_form.php:1019 contact_form.php:1053
686
  msgid "Tips below the Attachment block"
687
  msgstr "Συμβουλές κάτω από το Συνημμένο μπλοκ"
688
 
689
  # @ contact_form
690
+ #: contact_form.php:1022 contact_form.php:1056
691
  msgid "Error message for the Name field"
692
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Όνομα'"
693
 
694
  # @ contact_form
695
+ #: contact_form.php:1023 contact_form.php:1057
696
  msgid "Error message for the Address field"
697
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Διεύθυνση'"
698
 
699
  # @ contact_form
700
+ #: contact_form.php:1024 contact_form.php:1058
701
  msgid "Error message for the Email field"
702
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Email'"
703
 
704
  # @ contact_form
705
+ #: contact_form.php:1025 contact_form.php:1059
706
  msgid "Error message for the Phone field"
707
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Αριθμός τηλεφώνου'"
708
 
709
  # @ contact_form
710
+ #: contact_form.php:1026 contact_form.php:1060
711
  msgid "Error message for the Subject field"
712
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Θέμα'"
713
 
714
  # @ contact_form
715
+ #: contact_form.php:1027 contact_form.php:1061
716
  msgid "Error message for the Message field"
717
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Μήνυμα'"
718
 
719
  # @ contact_form
720
+ #: contact_form.php:1028 contact_form.php:1062
721
  msgid "Error message about the file type for the Attachment field"
722
  msgstr "Μήνυμα σφάλματος σχετικά με τον τύπο αρχείου για το πεδίο 'Συνημμένο'"
723
 
724
  # @ contact_form
725
+ #: contact_form.php:1029 contact_form.php:1063
726
  msgid ""
727
  "Error message while uploading a file for the Attachment field to the server"
728
  msgstr ""
730
  "διακομιστή"
731
 
732
  # @ contact_form
733
+ #: contact_form.php:1030 contact_form.php:1064
734
  msgid "Error message while moving the file for the Attachment field"
735
  msgstr ""
736
  "Μήνυμα σφάλματος κατά τη μετακίνηση του αρχείου για το πεδίο 'Συνημμένο'"
737
 
738
  # @ contact_form
739
+ #: contact_form.php:1031 contact_form.php:1065
740
  msgid "Error message when file size limit for the Attachment field is exceeded"
741
  msgstr ""
742
  "Μήνυμα σφάλματος όταν το όριο μεγέθους αρχείου για το πεδίο 'Συνημμένο' έχει "
743
  "ξεπεραστεί"
744
 
745
  # @ contact_form
746
+ #: contact_form.php:1032 contact_form.php:1066
747
  msgid "Error message for the Captcha field"
748
  msgstr "Μήνυμα σφάλματος για το πεδίο 'Captcha'"
749
 
750
  # @ contact_form
751
+ #: contact_form.php:1033 contact_form.php:1067
752
  msgid "Error message for the whole form"
753
  msgstr "Μήνυμα σφάλματος συνολικά για τη φόρμα"
754
 
755
  # @ contact_form
756
+ #: contact_form.php:1036 contact_form.php:1038 contact_form.php:1070
757
+ #: contact_form.php:1072 contact_form.php:1099 contact_form.php:1101
758
+ #: contact_form.php:1109 contact_form.php:1111 contact_form.php:2272
759
+ #: contact_form.php:2274
760
  msgid "Use shortcode"
761
  msgstr "Χρήση σύντομου κωδικού"
762
 
763
  # @ contact_form
764
+ #: contact_form.php:1036 contact_form.php:1038 contact_form.php:1070
765
+ #: contact_form.php:1072 contact_form.php:1099 contact_form.php:1101
766
+ #: contact_form.php:1109 contact_form.php:1111 contact_form.php:2272
767
+ #: contact_form.php:2274
768
  msgid "for this language"
769
  msgstr "για τη συγκεκριμένη γλώσσα"
770
 
771
  # @ contact_form
772
+ #: contact_form.php:1080
773
  msgid "Use the changed names of the contact form fields in the email"
774
  msgstr ""
775
  "Χρησιμοποιήστε τα τροποποιημένα ονόματα των πεδίων της φόρμας επικοινωνίας "
776
  "στο email"
777
 
778
  # @ contact_form
779
+ #: contact_form.php:1086
780
  msgid "Action after email is sent"
781
  msgstr "Ενέργεια μετά την αποστολή του email"
782
 
783
  # @ contact_form
784
+ #: contact_form.php:1088
785
  msgid "Display text"
786
  msgstr "Εμφάνιση κειμένου"
787
 
788
  # @ contact_form
789
+ #: contact_form.php:1097 contact_form.php:1107
790
  msgid "Text"
791
  msgstr "Κείμενο"
792
 
793
  # @ contact_form
794
+ #: contact_form.php:1118
795
  msgid "Redirect to the page"
796
  msgstr "Ανακατεύθυνση στη σελίδα"
797
 
798
  # @ contact_form
799
+ #: contact_form.php:1119
800
  msgid "Url"
801
  msgstr "Url"
802
 
803
  # @ contact_form
804
+ #: contact_form.php:1123
805
  msgid "The $_SERVER variable that is used to build a URL of the form"
806
  msgstr ""
807
  "Η μεταβλητή $_SERVER που χρησιμοποιείται για την δημιουργία ενός URL της "
808
  "μορφής"
809
 
810
  # @ contact_form
811
+ #: contact_form.php:1127
812
  msgid ""
813
  "If you are not sure whether to change this setting or not, please do not do "
814
  "that."
817
  "παρακαλούμε να μην το κάνετε."
818
 
819
  # @ contact_form
820
+ #: contact_form.php:1136
821
  msgid "Auto Response"
822
  msgstr "Αυτόματη Απάντηση"
823
 
824
  # @ contact_form
825
+ #: contact_form.php:1140
826
  #, php-format
827
  msgid ""
828
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
835
  "ιστολογίου."
836
 
837
  # @ default
838
+ #: contact_form.php:1165 contact_form.php:1340
839
  msgid "Save Changes"
840
  msgstr "Αποθήκευση αλλαγών"
841
 
842
  # @ contact_form
843
+ #: contact_form.php:1177
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
844
  msgid "Errors output"
845
  msgstr "Έξοδος σφαλμάτων"
846
 
847
  # @ contact_form
848
+ #: contact_form.php:1180
849
  msgid "Display error messages"
850
  msgstr "Εμφάνιση μηνυμάτων σφαλμάτων"
851
 
852
  # @ contact_form
853
+ #: contact_form.php:1181
854
  msgid "Color of the input field errors."
855
  msgstr "Χρώμα των σφαλμάτων στα πεδία εισαγωγής."
856
 
857
  # @ contact_form
858
+ #: contact_form.php:1182
859
  msgid "Display error messages & color of the input field errors"
860
  msgstr ""
861
  "Εμφάνιση μηνυμάτων σφαλμάτων & χρώμα των σφαλμάτων στα πεδία εισαγωγής."
862
 
863
  # @ contact_form
864
+ #: contact_form.php:1187
865
  msgid "Add placeholder to the input blocks"
866
  msgstr "Προσθήκη placeholder στα μπλοκς εισαγωγής"
867
 
868
  # @ contact_form
869
+ #: contact_form.php:1193
870
  msgid "Add tooltips"
871
  msgstr "Προσθήκη επεξηγήσεων"
872
 
873
  # @ contact_form
874
+ #: contact_form.php:1207
875
  msgid "Email address"
876
  msgstr "Email"
877
 
878
  # @ contact_form
879
+ #: contact_form.php:1212
880
  msgid "Phone Number"
881
  msgstr "Αριθμός τηλεφώνου"
882
 
883
  # @ contact_form
884
+ #: contact_form.php:1226
885
  msgid "Attachment"
886
  msgstr "Συννημένο αρχείο"
887
 
888
  # @ contact_form
889
+ #: contact_form.php:1231
890
  msgid "(powered by bestwebsoft.com)"
891
  msgstr "(υποστήριξη από bestwebsoft.com)"
892
 
893
  # @ contact_form
894
+ #: contact_form.php:1236
895
  msgid "Style options"
896
  msgstr "Ρυμθίσεις εμφάνισης"
897
 
898
  # @ contact_form
899
+ #: contact_form.php:1239
900
  msgid "Text color"
901
  msgstr "Χρώμα κειμένου"
902
 
903
  # @ contact_form
904
+ #: contact_form.php:1242 contact_form.php:1247 contact_form.php:1257
905
+ #: contact_form.php:1262 contact_form.php:1267 contact_form.php:1272
906
+ #: contact_form.php:1282 contact_form.php:1287 contact_form.php:1293
907
+ #: contact_form.php:1304 contact_form.php:1309 contact_form.php:1314
908
  msgid "Default"
909
  msgstr "Προκαθορισμένο"
910
 
911
  # @ contact_form
912
+ #: contact_form.php:1244
913
  msgid "Label text color"
914
  msgstr "Χρώμα κειμένου ετικέτας"
915
 
916
  # @ contact_form
917
+ #: contact_form.php:1249
918
  msgid "Placeholder color"
919
  msgstr "Χρώμα placeholder"
920
 
921
  # @ contact_form
922
+ #: contact_form.php:1254
923
  msgid "Errors color"
924
  msgstr "Χρώμα σφαλμάτων"
925
 
926
  # @ contact_form
927
+ #: contact_form.php:1259
928
  msgid "Error text color"
929
  msgstr "Χρώμα κειμένου σφάλματος"
930
 
931
  # @ contact_form
932
+ #: contact_form.php:1264
933
  msgid "Background color of the input field errors"
934
  msgstr "Χρώμα φόντου στα πεδία εισαγωγής σφαλμάτων"
935
 
936
  # @ contact_form
937
+ #: contact_form.php:1269
938
  msgid "Border color of the input field errors"
939
  msgstr "Χρώμα περιγράμματος στα πεδία εισαγωγής σφαλμάτων"
940
 
941
  # @ contact_form
942
+ #: contact_form.php:1274
943
  msgid "Placeholder color of the input field errors"
944
  msgstr "Χρώμα placeholder στα πεδία εισαγωγής σφαλμάτων"
945
 
946
  # @ contact_form
947
+ #: contact_form.php:1279
948
  msgid "Input fields"
949
  msgstr "Πεδία εισαγωγής"
950
 
951
  # @ contact_form
952
+ #: contact_form.php:1284
953
  msgid "Input fields background color"
954
  msgstr "Χρώμα φόντου στα πεδία εισαγωγής"
955
 
956
  # @ contact_form
957
+ #: contact_form.php:1289
958
  msgid "Text fields color"
959
  msgstr "Χρώμα πεδίων κειμένου"
960
 
961
  # @ contact_form
962
+ #: contact_form.php:1291
963
  msgid "Border width in px, numbers only"
964
  msgstr "Πλάτος περιγράμματος σε px, μόνο αριθμοί"
965
 
966
  # @ contact_form
967
+ #: contact_form.php:1295 contact_form.php:1316
968
  msgid "Border color"
969
  msgstr "Χρώμα περιγράμματος"
970
 
971
  # @ contact_form
972
+ #: contact_form.php:1300
973
  msgid "Submit button"
974
  msgstr "Κομβίο Υποβολής"
975
 
976
  # @ contact_form
977
+ #: contact_form.php:1302
978
  msgid "Width in px, numbers only"
979
  msgstr "Πλάτος σε px, μόνο αριθμοί"
980
 
981
  # @ contact_form
982
+ #: contact_form.php:1306
983
  msgid "Button color"
984
  msgstr "Χρώμα κομβίου"
985
 
986
  # @ contact_form
987
+ #: contact_form.php:1311
988
  msgid "Button text color"
989
  msgstr "Χρώμα κειμένου κομβίου"
990
 
991
  # @ contact_form
992
+ #: contact_form.php:1344
993
  msgid "Contact Form Pro | Preview"
994
  msgstr "Contact Form Pro | Προεπισκόπηση"
995
 
996
  # @ contact_form
997
+ #: contact_form.php:1347
998
  msgid "Show with errors"
999
  msgstr "Εμφάνιση με σφάλματα"
1000
 
1001
  # @ contact_form
1002
+ #: contact_form.php:1355 contact_form.php:1357
1003
  msgid "Please enter your full name..."
1004
  msgstr "Παρακαλούμε, εισάγετε το πλήρες ονοματεπώνυμό σας..."
1005
 
1006
  # @ contact_form
1007
+ #: contact_form.php:1368 contact_form.php:1370
1008
  msgid "Please enter your address..."
1009
  msgstr "Παρακαλούμε, εισάγετε τη διεύθυνσή σας..."
1010
 
1011
  # @ contact_form
1012
+ #: contact_form.php:1379 contact_form.php:1381
1013
  msgid "Please enter your email address..."
1014
  msgstr "Παρακαλούμε, εισάγετε την ηλεκτρονική σας διεύθυνση (email)..."
1015
 
1016
  # @ contact_form
1017
+ #: contact_form.php:1390 contact_form.php:1392
1018
  msgid "Please enter your phone number..."
1019
  msgstr "Παρακαλούμε, εισάγετε τον αριθμό τηλεφώνου σας..."
1020
 
1021
  # @ contact_form
1022
+ #: contact_form.php:1401 contact_form.php:1403
1023
  msgid "Please enter subject..."
1024
  msgstr "Παρακαλούμε, εισάγετε το θέμα..."
1025
 
1026
  # @ contact_form
1027
+ #: contact_form.php:1411 contact_form.php:1413
1028
  msgid "Please enter your message..."
1029
  msgstr "Παρακαλούμε, εισάγετε το μήνυμά σας..."
1030
 
1031
  # @ contact_form
1032
+ #: contact_form.php:1517
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1033
  msgid "Sorry, email message could not be delivered."
1034
  msgstr ""
1035
  "Λυπούμαστε, το μήνυμα ηλεκτρονικού ταχυδρομείου δεν μπόρεσε να παραδοθεί."
1036
 
1037
  # @ contact_form
1038
+ #: contact_form.php:1921
1039
  msgid "Contact from"
1040
  msgstr "Φόρμμα επικοινωνίας"
1041
 
1042
  # @ contact_form
1043
+ #: contact_form.php:1943 contact_form.php:1973
1044
  msgid "Phone"
1045
  msgstr "Αριθμός τηλεφώνου"
1046
 
1047
  # @ contact_form
1048
+ #: contact_form.php:1954 contact_form.php:1980
1049
  msgid "Site"
1050
  msgstr "Ιστοσελίδα"
1051
 
1052
  # @ contact_form
1053
+ #: contact_form.php:2066
1054
  msgid ""
1055
  "If you can see this MIME, it means that the MIME type is not supported by "
1056
  "your email client!"
1059
  "υποστηρίζεται από τον email client σας!"
1060
 
1061
  # @ contact_form
1062
+ #: contact_form.php:2142
1063
  msgid "Support"
1064
  msgstr "Υποστήριξη"
1065
 
1066
  # @ contact_form
1067
+ #: contact_form.php:2191
1068
  msgid "Are you sure that you want to delete this language data?"
1069
  msgstr "Είστε σίγουροι ότι θέλετε να διαγράψετε τα δεδομένα αυτής της γλώσσας;"
1070
 
1071
  # @ contact_form
1072
+ #: contact_form.php:2212
1073
+ #, fuzzy
1074
+ msgid "Add multiple forms"
1075
+ msgstr "Προσθήκη στη φόρμα"
1076
+
1077
+ #: contact_form.php:2212
1078
  msgid ""
1079
+ "Install Contact Form Multi plugin to create unlimited number of contact "
1080
+ "forms."
1081
  msgstr ""
 
 
1082
 
1083
  # @ contact_form
1084
+ #: contact_form.php:2217
1085
+ #, fuzzy
1086
+ msgid "Learn more"
1087
+ msgstr "Μάθετε περισσότερα"
1088
+
1089
+ #: contact_form.php:2221
1090
+ msgid "Close"
1091
  msgstr ""
 
1092
 
1093
  # @ contact_form
1094
+ #: contact_form.php:2405
1095
  msgid ""
1096
  "<strong>Contact Form to DB</strong> allows to store your messages to the "
1097
  "database."
1100
  "στη βάση δεδομένων."
1101
 
1102
  # @ contact_form
1103
+ #: contact_form.php:2406
1104
  msgid "Manage messages that have been sent from your website."
1105
  msgstr "Διαχειριστείτε τα μηνύματα που έχουν σταλεί από την ιστοσελίδα σας."
1106
+
1107
+ # @ contact_form
1108
+ #~ msgid "requires"
1109
+ #~ msgstr "απαιτεί"
1110
+
1111
+ # @ contact_form
1112
+ #~ msgid ""
1113
+ #~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
1114
+ #~ "and try again."
1115
+ #~ msgstr ""
1116
+ #~ "ή υψηλότερη, γι' αυτό έχει απενεργοποιηθεί! Παρακαλώ αναβαθμίστε το "
1117
+ #~ "WordPress και δοκιμάστε ξανά."
1118
+
1119
+ # @ contact_form
1120
+ #~ msgid "Back to the WordPress"
1121
+ #~ msgstr "Επιστροφή στο WordPress"
1122
+
1123
+ # @ contact_form
1124
+ #~ msgid "Plugins page"
1125
+ #~ msgstr "Σελίδα με πρόσθετα"
1126
+
1127
+ # @ contact_form
1128
+ #~ msgid "Wrong license key"
1129
+ #~ msgstr "Λάθος κλειδί άδειας χρήσης"
1130
+
1131
+ # @ contact_form
1132
+ #~ msgid ""
1133
+ #~ "Something went wrong. Try again later. If the error will appear again, "
1134
+ #~ "please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</"
1135
+ #~ "a>. We are sorry for inconvenience."
1136
+ #~ msgstr ""
1137
+ #~ "Κάτι πήγε στραβά. Προσπαθήστε ξανά αργότερα. Αν θα εμφανιστεί και πάλι το "
1138
+ #~ "σφάλμα, παρακαλούμε επικοινωνήστε μαζί μας <a href=http://support."
1139
+ #~ "bestwebsoft.com> BestWebSoft </a>. Ζητούμε συγνώμη για την ταλαιπωρία."
1140
+
1141
+ # @ contact_form
1142
+ #~ msgid "This license key is bind to another site"
1143
+ #~ msgstr "Αυτό το κλειδί άδειας χρήσης χρησιμοποιείται σε μια άλλη τοποθεσία"
1144
+
1145
+ # @ contact_form
1146
+ #~ msgid ""
1147
+ #~ "Unfortunately, you have exceeded the number of available tries per day. "
1148
+ #~ "Please, upload the plugin manually."
1149
+ #~ msgstr ""
1150
+ #~ "Δυστυχώς, έχετε υπερβεί τον αριθμό των διαθέσιμων προσπαθειών ανά ημέρα. "
1151
+ #~ "Παρακαλούμε, ανεβάστε την επέκταση χειροκίνητα."
1152
+
1153
+ # @ contact_form
1154
+ #~ msgid ""
1155
+ #~ "Failed to download the zip archive. Please, upload the plugin manually"
1156
+ #~ msgstr ""
1157
+ #~ "Απέτυχε να κατεβάσει το αρχείο zip. Παρακαλούμε, ανεβάστε την επέκταση "
1158
+ #~ "χειροκίνητα"
1159
+
1160
+ # @ contact_form
1161
+ #~ msgid "Failed to open the zip archive. Please, upload the plugin manually"
1162
+ #~ msgstr ""
1163
+ #~ "Απέτυχε να ανοίξει το αρχείο zip. Παρακαλούμε, ανεβάστε την επέκταση "
1164
+ #~ "χειροκίνητα"
1165
+
1166
+ # @ contact_form
1167
+ #~ msgid ""
1168
+ #~ "Your server does not support either ZipArchive or Phar. Please, upload "
1169
+ #~ "the plugin manually"
1170
+ #~ msgstr ""
1171
+ #~ "Ο διακομιστής σας δεν υποστηρίζει ZipArchive ούτε Phar. Παρακαλούμε, "
1172
+ #~ "ανεβάστε την επέκταση χειροκίνητα"
1173
+
1174
+ # @ contact_form
1175
+ #, fuzzy
1176
+ #~ msgid "UploadDir is not writable. Please, upload the plugin manually"
1177
+ #~ msgstr ""
1178
+ #~ "Απέτυχε να ανοίξει το αρχείο zip. Παρακαλούμε, ανεβάστε την επέκταση "
1179
+ #~ "χειροκίνητα"
languages/contact_form-es_ES.mo CHANGED
Binary file
languages/contact_form-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-02-17 12:43+0300\n"
6
- "PO-Revision-Date: 2015-02-17 12:43+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Javitopo <jaawme@hotmail.com>\n"
9
  "Language: it_IT\n"
@@ -16,43 +16,43 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:80 contact_form.php:811
20
  msgid "Contact Form Settings"
21
  msgstr "Opciones de formulario de contacto"
22
 
23
- #: contact_form.php:80
24
  msgid "Contact Form"
25
  msgstr "Contact Form"
26
 
27
- #: contact_form.php:162 contact_form.php:1195 contact_form.php:1229
28
  msgid "Name:"
29
  msgstr "Nombre:"
30
 
31
- #: contact_form.php:163 contact_form.php:1196 contact_form.php:1230
32
  msgid "Address:"
33
  msgstr "Dirección:"
34
 
35
- #: contact_form.php:164 contact_form.php:1197 contact_form.php:1231
36
  msgid "Email Address:"
37
  msgstr "Dirección de correo electrónico:"
38
 
39
- #: contact_form.php:165 contact_form.php:1198 contact_form.php:1232
40
  msgid "Phone number:"
41
  msgstr "Número de teléfono:"
42
 
43
- #: contact_form.php:166 contact_form.php:1199 contact_form.php:1233
44
  msgid "Subject:"
45
  msgstr "Asunto:"
46
 
47
- #: contact_form.php:167 contact_form.php:1200 contact_form.php:1234
48
  msgid "Message:"
49
  msgstr "Mensaje:"
50
 
51
- #: contact_form.php:168 contact_form.php:1201 contact_form.php:1235
52
  msgid "Attachment:"
53
  msgstr "Datos adjuntos:"
54
 
55
- #: contact_form.php:169
56
  msgid ""
57
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
58
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
@@ -62,93 +62,73 @@ msgstr ""
62
  "AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Tamaño "
63
  "máximo de archivo: 2MB"
64
 
65
- #: contact_form.php:170 contact_form.php:1203 contact_form.php:1237
66
  msgid "Send me a copy"
67
  msgstr "Deseo recibir una copia"
68
 
69
- #: contact_form.php:171 contact_form.php:1204 contact_form.php:1238
70
  msgid "Submit"
71
  msgstr "Enviar"
72
 
73
- #: contact_form.php:172
74
  msgid "Your name is required."
75
  msgstr "Es necesario un nombre."
76
 
77
- #: contact_form.php:173
78
  msgid "Address is required."
79
  msgstr "Se requiere dirección."
80
 
81
- #: contact_form.php:174
82
  msgid "A valid email address is required."
83
  msgstr "Se requiere una dirección de email válida."
84
 
85
- #: contact_form.php:175
86
  msgid "Phone number is required."
87
  msgstr "Es necesario un número de teléfono."
88
 
89
- #: contact_form.php:176
90
  msgid "Subject is required."
91
  msgstr "Es necesario un asunto."
92
 
93
- #: contact_form.php:177
94
  msgid "Message text is required."
95
  msgstr "Es necesario el texto del mensaje."
96
 
97
- #: contact_form.php:178
98
  msgid "File format is not valid."
99
  msgstr "Formato de archivo no válido."
100
 
101
- #: contact_form.php:179
102
  msgid "File upload error."
103
  msgstr "Error de carga de archivos."
104
 
105
- #: contact_form.php:180
106
  msgid "The file could not be uploaded."
107
  msgstr "El archivo no se pudo cargar."
108
 
109
- #: contact_form.php:181
110
  msgid "This file is too large."
111
  msgstr "Este archivo es demasiado grande."
112
 
113
- #: contact_form.php:182
114
  msgid "Please fill out the CAPTCHA."
115
  msgstr "Por favor complete el CAPTCHA."
116
 
117
- #: contact_form.php:183
118
  msgid "Please make corrections below and try again."
119
  msgstr "Por favor, haga las correcciones y a continuación vuelva a intentarlo."
120
 
121
- #: contact_form.php:185
122
  msgid "Thank you for contacting us."
123
  msgstr "Gracias por contactar con nosotros."
124
 
125
- #: contact_form.php:362
126
- msgid "requires"
127
- msgstr "requiere"
128
-
129
- #: contact_form.php:362
130
- msgid ""
131
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
132
- "try again."
133
- msgstr ""
134
- "o superior, es por eso que ha sido desactivado! Por favor actualize "
135
- "WordPress y vuelva a intentarlo."
136
-
137
- #: contact_form.php:362
138
- msgid "Back to the WordPress"
139
- msgstr "Volver a WordPress"
140
-
141
- #: contact_form.php:362
142
- msgid "Plugins page"
143
- msgstr "Página de Plugins"
144
-
145
- #: contact_form.php:598
146
  msgid ""
147
  "Email 'FROM' field option was changed, which may cause email messages being "
148
  "moved to the spam folder or email delivery failures."
149
  msgstr ""
150
 
151
- #: contact_form.php:608
152
  msgid ""
153
  "If the 'Redirect to page' option is selected then the URL field should be in "
154
  "the following format"
@@ -156,12 +136,12 @@ msgstr ""
156
  "Si se selecciona la opción 'Redirigir a la página', entonces el campo URL "
157
  "debe estar en el siguiente formato"
158
 
159
- #: contact_form.php:617
160
  #, fuzzy
161
  msgid "Such user does not exist."
162
  msgstr "Dicho usuario no existe. Los ajustes no se guardan."
163
 
164
- #: contact_form.php:627
165
  #, fuzzy
166
  msgid ""
167
  "Please enter a valid email address in the 'Use this email address' field."
@@ -169,110 +149,48 @@ msgstr ""
169
  "Por favor, introduce una dirección de correo electrónico válida en el campo "
170
  "\"De\". Las configuraciones no se guardan."
171
 
172
- #: contact_form.php:635
173
  #, fuzzy
174
  msgid "Please enter a valid email address in the 'FROM' field."
175
  msgstr ""
176
  "Por favor, introduce una dirección de correo electrónico válida en el campo "
177
  "\"De\". Las configuraciones no se guardan."
178
 
179
- #: contact_form.php:660
180
  msgid "Settings saved."
181
  msgstr "Configuración guardada."
182
 
183
- #: contact_form.php:662
184
  #, fuzzy
185
  msgid "Settings are not saved."
186
  msgstr "Configuración guardada."
187
 
188
- #: contact_form.php:689 contact_form.php:721
189
- msgid "Wrong license key"
190
- msgstr "Clave de licencia incorrecta"
191
-
192
- #: contact_form.php:714
193
- msgid ""
194
- "Something went wrong. Try again later. If the error will appear again, "
195
- "please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. "
196
- "We are sorry for inconvenience."
197
- msgstr ""
198
- "Algo salió mal. Inténtelo de nuevo más tarde. Si el error vuelve a aparecer, "
199
- "por favor, contacte con nosotros <a href=http://support.bestwebsoft."
200
- "com>BestWebSoft</a>. Pedimos disculpas por los inconvenientes."
201
-
202
- #: contact_form.php:723
203
- msgid "This license key is bind to another site"
204
- msgstr "Esta clave de licencia se usa en otro sitio"
205
-
206
- #: contact_form.php:725 contact_form.php:1673
207
- msgid ""
208
- "Unfortunately, you have exceeded the number of available tries per day. "
209
- "Please, upload the plugin manually."
210
- msgstr ""
211
- "Por desgracia, se ha superado el número de intentos disponibles por día. Por "
212
- "favor, carga el plugin manualmente."
213
-
214
- #: contact_form.php:736 contact_form.php:758 contact_form.php:777
215
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
216
- msgstr ""
217
- "Error al descargar el archivo zip. Por favor, cargar el plugin manualmente"
218
-
219
- #: contact_form.php:748
220
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
221
- msgstr ""
222
- "No se pudo abrir el archivo zip. Por favor, carga el plugin manualmente"
223
-
224
- #: contact_form.php:754
225
- msgid ""
226
- "Your server does not support either ZipArchive or Phar. Please, upload the "
227
- "plugin manually"
228
- msgstr ""
229
- "Su servidor no soporta bien ZipArchive o Phar. Por favor, carga el plugin "
230
- "manualmente"
231
-
232
- #: contact_form.php:761
233
- #, fuzzy
234
- msgid "UploadDir is not writable. Please, upload the plugin manually"
235
- msgstr ""
236
- "No se pudo abrir el archivo zip. Por favor, carga el plugin manualmente"
237
-
238
- #: contact_form.php:781
239
- msgid ""
240
- "Something went wrong. Try again later or upload the plugin manually. We are "
241
- "sorry for inconvienience."
242
- msgstr ""
243
- "Algo salió mal. Inténtelo de nuevo más tarde o carge el plugin manualmente. "
244
- "Pedimos disculpas por los inconvenientes."
245
-
246
- #: contact_form.php:805
247
- msgid "Please, enter Your license key"
248
- msgstr "Por favor, introduzca su clave de licencia"
249
-
250
- #: contact_form.php:813 contact_form.php:2362 contact_form.php:2376
251
  msgid "Settings"
252
  msgstr "Configuración"
253
 
254
- #: contact_form.php:814
255
  #, fuzzy
256
  msgid "Additional settings"
257
  msgstr "Opciones adicionales"
258
 
259
- #: contact_form.php:815
260
  msgid "Appearance"
261
  msgstr ""
262
 
263
- #: contact_form.php:816 contact_form.php:2377
264
  msgid "FAQ"
265
  msgstr "Preguntas más frecuentes"
266
 
267
- #: contact_form.php:817
268
  msgid "Go PRO"
269
  msgstr "Ir al PRO"
270
 
271
- #: contact_form.php:820 contact_form.php:823
272
  msgid "Notice:"
273
  msgstr "Aviso:"
274
 
275
- #: contact_form.php:820
276
  msgid ""
277
  "The plugin's settings have been changed. In order to save them please don't "
278
  "forget to click the 'Save Changes' button."
@@ -280,7 +198,7 @@ msgstr ""
280
  "Configuración del plugin se han cambiado. Para salvar los cambios, no olvide "
281
  "hacer clic en el botón \"Guardar cambios\"."
282
 
283
- #: contact_form.php:831
284
  msgid ""
285
  "If you want to create multiple contact forms, please install the Contact "
286
  "Form Multi plugin."
@@ -288,7 +206,7 @@ msgstr ""
288
  "Si desea crear varios formularios de contacto, por favor, instale el plugin "
289
  "Formulario de contacto múltiple."
290
 
291
- #: contact_form.php:839 contact_form.php:842 contact_form.php:1632
292
  msgid ""
293
  "If you would like to add the Contact Form to your website, just copy and "
294
  "paste this shortcode to your post or page or widget:"
@@ -297,13 +215,13 @@ msgstr ""
297
  "tienes que copiar y pegar este código corto a tu post, una página o un "
298
  "widget:"
299
 
300
- #: contact_form.php:839 contact_form.php:840 contact_form.php:842
301
- #: contact_form.php:843 contact_form.php:1219 contact_form.php:1221
302
- #: contact_form.php:1282 contact_form.php:1284
303
  msgid "or"
304
  msgstr "o"
305
 
306
- #: contact_form.php:840 contact_form.php:843
307
  msgid ""
308
  "If have any problems with the standard shortcode [contact_form], you should "
309
  "use the shortcode"
@@ -311,11 +229,11 @@ msgstr ""
311
  "Si tiene algún problema con el shortcode estándar [contact_form], se debe "
312
  "utilizar el shortcode"
313
 
314
- #: contact_form.php:840 contact_form.php:843
315
  msgid "They work the same way."
316
  msgstr "Funcionan de la misma manera."
317
 
318
- #: contact_form.php:848
319
  msgid ""
320
  "If you leave the fields empty, the messages will be sent to the email "
321
  "address specified during registration."
@@ -323,15 +241,15 @@ msgstr ""
323
  "Si deja los campos vacíos, se enviarán los mensajes a la dirección de correo "
324
  "electrónico especificada durante el registro."
325
 
326
- #: contact_form.php:851
327
  msgid "The user's email address:"
328
  msgstr "Dirección de correo electrónico del usuario:"
329
 
330
- #: contact_form.php:855
331
  msgid "Create a username"
332
  msgstr "Crear un nombre de usuario"
333
 
334
- #: contact_form.php:868
335
  msgid ""
336
  "Enter a username of the person who should get the messages from the contact "
337
  "form."
@@ -339,115 +257,114 @@ msgstr ""
339
  "Introduzca un nombre de usuario de la persona que debe recibir los mensajes "
340
  "desde el formulario de contacto."
341
 
342
- #: contact_form.php:872
343
  msgid "Use this email address:"
344
  msgstr "Utilice esta dirección de correo electrónico:"
345
 
346
- #: contact_form.php:875
347
  msgid "Enter the email address you want the messages forwarded to."
348
  msgstr ""
349
  "Introduzca la dirección de correo electrónico que desea que reciba los "
350
  "mensajes."
351
 
352
- #: contact_form.php:884
353
  msgid "Add department selectbox to the contact form:"
354
  msgstr "Añadir caja de selección al formulario de contacto:"
355
 
356
- #: contact_form.php:892 contact_form.php:1328 contact_form.php:1515
357
  msgid "If you upgrade to Pro version all your settings will be saved."
358
  msgstr "Si actualiza a la versión Pro se guardarán todos los ajustes."
359
 
360
- #: contact_form.php:899 contact_form.php:1062 contact_form.php:1135
361
- #: contact_form.php:1335 contact_form.php:1522
362
  msgid "Unlock premium options by upgrading to a PRO version."
363
  msgstr ""
364
  "Desbloquear opciones premium mediante la actualización a una versión PRO."
365
 
366
- #: contact_form.php:900 contact_form.php:1063 contact_form.php:1136
367
- #: contact_form.php:1336 contact_form.php:1523 contact_form.php:2650
368
- #: contact_form.php:2666
369
  msgid "Learn More"
370
  msgstr "Más información"
371
 
372
- #: contact_form.php:903 contact_form.php:1066 contact_form.php:1139
373
- #: contact_form.php:1339 contact_form.php:1526
374
  msgid "Go"
375
  msgstr "Ir"
376
 
377
- #: contact_form.php:910
378
  msgid "Save emails to the database"
379
  msgstr "Guardar mensajes de correo electrónico a la base de datos"
380
 
381
- #: contact_form.php:915
382
  msgid "Using"
383
  msgstr "Uso"
384
 
385
- #: contact_form.php:915 contact_form.php:1112 contact_form.php:1115
386
- #: contact_form.php:1119
387
  msgid "powered by"
388
  msgstr "impulsado por"
389
 
390
- #: contact_form.php:918 contact_form.php:922
391
  msgid "Using Contact Form to DB powered by"
392
  msgstr "Usando Contact Form a DB impulsado por"
393
 
394
- #: contact_form.php:918
395
  msgid "Activate Contact Form to DB"
396
  msgstr "Activar Formulario de contacto para DB"
397
 
398
- #: contact_form.php:922
399
  msgid "Download Contact Form to DB"
400
  msgstr "Descargue Contact Form para DB"
401
 
402
- #: contact_form.php:932
403
  msgid "What to use?"
404
  msgstr "Qué usar?"
405
 
406
- #: contact_form.php:935
407
  msgid "Wp-mail"
408
  msgstr "Wp-mail"
409
 
410
- #: contact_form.php:935
411
  msgid "You can use the wp_mail function for mailing"
412
  msgstr "Usted puede utilizar la función wp_mail para enviar por correo"
413
 
414
- #: contact_form.php:937
415
  msgid "Mail"
416
  msgstr "Correo"
417
 
418
- #: contact_form.php:937
419
  msgid "To send mail you can use the php mail function"
420
  msgstr "Para enviar el correo se puede utilizar la función de correo php"
421
 
422
- #: contact_form.php:941
423
  msgid "'FROM' field"
424
  msgstr ""
425
 
426
- #: contact_form.php:943 contact_form.php:993 contact_form.php:1390
427
- #: contact_form.php:2162 contact_form.php:2198
428
  msgid "Name"
429
  msgstr "Nombre"
430
 
431
- #: contact_form.php:947
432
  msgid "User name"
433
  msgstr "Nombre de usuario"
434
 
435
- #: contact_form.php:949
436
  msgid ""
437
  "The name of the user who fills the form will be used in the field 'From'."
438
  msgstr ""
439
  "El nombre del usuario que rellena en el formulario se utiliza en el campo "
440
  "\"De:\"."
441
 
442
- #: contact_form.php:954 contact_form.php:2173 contact_form.php:2205
443
  msgid "Email"
444
  msgstr "Correo electrónico"
445
 
446
- #: contact_form.php:961
447
  msgid "User email"
448
  msgstr "Correo electrónico del usuario"
449
 
450
- #: contact_form.php:963
451
  msgid ""
452
  "The email address of the user who fills the form will be used in the field "
453
  "'From'."
@@ -455,176 +372,176 @@ msgstr ""
455
  "La dirección de correo electrónico del usuario que rellena el formulario se "
456
  "utiliza en el campo \"De\"."
457
 
458
- #: contact_form.php:967
459
  msgid ""
460
  "If this option is changed, email messages may be moved to the spam folder or "
461
  "email delivery failures may occur."
462
  msgstr ""
463
 
464
- #: contact_form.php:973
465
  msgid "Required symbol"
466
  msgstr "Símbolo de Obligatorio"
467
 
468
- #: contact_form.php:983
469
  msgid "Fields"
470
  msgstr "Campos"
471
 
472
- #: contact_form.php:984
473
  msgid "Used"
474
  msgstr "Usado"
475
 
476
- #: contact_form.php:985
477
  msgid "Required"
478
  msgstr "Obligatorio"
479
 
480
- #: contact_form.php:986
481
  msgid "Visible"
482
  msgstr "Visible"
483
 
484
- #: contact_form.php:987
485
  msgid "Disabled for editing"
486
  msgstr "Inhabilitado para la edición"
487
 
488
- #: contact_form.php:988
489
  msgid "Field's default value"
490
  msgstr "Valor predeterminado del campo"
491
 
492
- #: contact_form.php:1000
493
  msgid "Use User's name as a default value if the user is logged in."
494
  msgstr ""
495
 
496
- #: contact_form.php:1001 contact_form.php:1029
497
  msgid ""
498
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
499
  "in users."
500
  msgstr ""
501
 
502
- #: contact_form.php:1005
503
  msgid "Location selectbox"
504
  msgstr ""
505
 
506
- #: contact_form.php:1013 contact_form.php:1395 contact_form.php:2168
507
- #: contact_form.php:2202
508
  msgid "Address"
509
  msgstr "Dirección"
510
 
511
- #: contact_form.php:1021
512
  msgid "Email Address"
513
  msgstr "Dirección de correo electrónico"
514
 
515
- #: contact_form.php:1028
516
  msgid "Use User's email as a default value if the user is logged in."
517
  msgstr ""
518
 
519
- #: contact_form.php:1033
520
  msgid "Phone number"
521
  msgstr "Número de teléfono"
522
 
523
- #: contact_form.php:1041 contact_form.php:1410 contact_form.php:2183
524
- #: contact_form.php:2211
525
  msgid "Subject"
526
  msgstr "Asunto"
527
 
528
- #: contact_form.php:1049 contact_form.php:1414 contact_form.php:2186
529
- #: contact_form.php:2213
530
  msgid "Message"
531
  msgstr "Mensaje"
532
 
533
- #: contact_form.php:1073
534
  msgid "Attachment block"
535
  msgstr "bloque de adjuntos"
536
 
537
- #: contact_form.php:1075
538
  msgid "Users can attach the following file formats"
539
  msgstr "Los usuarios pueden adjuntar los siguientes formatos de archivo"
540
 
541
- #: contact_form.php:1088
542
  msgid "Add to the form"
543
  msgstr "Añadir a la forma"
544
 
545
- #: contact_form.php:1093
546
  msgid "Tips below the Attachment"
547
  msgstr "Consejos debajo del archivo adjunto"
548
 
549
- #: contact_form.php:1102
550
  msgid "'Send me a copy' block"
551
  msgstr "'Deseo recibir una copia' bloque"
552
 
553
- #: contact_form.php:1112 contact_form.php:1115 contact_form.php:1119
554
- #: contact_form.php:1424
555
  msgid "Captcha"
556
  msgstr "Captcha"
557
 
558
- #: contact_form.php:1115
559
  msgid "Activate captcha"
560
  msgstr "Activar Captcha"
561
 
562
- #: contact_form.php:1119
563
  msgid "Download captcha"
564
  msgstr "Descargar Captcha"
565
 
566
- #: contact_form.php:1127
567
  msgid "Agreement checkbox"
568
  msgstr "casilla de verificación de acuerdo"
569
 
570
- #: contact_form.php:1127
571
  msgid "Required checkbox for submitting the form"
572
  msgstr "Casilla de verificación obligatoria para enviar el formulario"
573
 
574
- #: contact_form.php:1128
575
  msgid "Optional checkbox"
576
  msgstr "Casilla opcional"
577
 
578
- #: contact_form.php:1128
579
  msgid "Optional checkbox, the results of which will be displayed in email"
580
  msgstr ""
581
  "Casilla opcional, cuyos resultados se mostrarán en el correo electrónico"
582
 
583
- #: contact_form.php:1145
584
  msgid "Delete an attachment file from the server after the email is sent"
585
  msgstr ""
586
  "Eliminar un archivo adjunto del servidor después de que se envíe el correo "
587
  "electrónico"
588
 
589
- #: contact_form.php:1151
590
  msgid "Email in HTML format sending"
591
  msgstr "Enviar correo electrónico en formato HTML"
592
 
593
- #: contact_form.php:1155
594
  msgid "Display additional info in the email"
595
  msgstr "Mostrar información adicional en el correo electrónico"
596
 
597
- #: contact_form.php:1160 contact_form.php:2129 contact_form.php:2131
598
  msgid "Sent from (ip address)"
599
  msgstr "Enviado desde (dirección IP)"
600
 
601
- #: contact_form.php:1160
602
  msgid "Example: Sent from (IP address):\t127.0.0.1"
603
  msgstr "Ejemplo: Enviado desde (dirección IP:\t127.0.0.1"
604
 
605
- #: contact_form.php:1161 contact_form.php:2135 contact_form.php:2137
606
  msgid "Date/Time"
607
  msgstr "Fecha/Hora"
608
 
609
- #: contact_form.php:1161
610
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
611
  msgstr "Ejemplo: Fecha/hora:\tAugust 19, 2013 8:50 pm"
612
 
613
- #: contact_form.php:1162 contact_form.php:2141 contact_form.php:2143
614
  msgid "Sent from (referer)"
615
  msgstr "Enviado desde (referencia)"
616
 
617
- #: contact_form.php:1162
618
  msgid ""
619
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
620
  msgstr ""
621
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
622
 
623
- #: contact_form.php:1163 contact_form.php:2147 contact_form.php:2149
624
  msgid "Using (user agent)"
625
  msgstr "Usando (agente de usuario)"
626
 
627
- #: contact_form.php:1163
628
  msgid ""
629
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
630
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@@ -632,135 +549,135 @@ msgstr ""
632
  "Ejemplo: Usando (agente de usuario):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
633
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
634
 
635
- #: contact_form.php:1167
636
  msgid "Language settings for the field names in the form"
637
  msgstr ""
638
  "Configuración de idioma para los nombres de los campos en el formulario"
639
 
640
- #: contact_form.php:1176
641
  msgid "Add a language"
642
  msgstr "Añadir un idioma"
643
 
644
- #: contact_form.php:1180
645
  msgid "Change the names of the contact form fields and error messages"
646
  msgstr ""
647
  "Cambie los nombres de los campos del formulario de contacto y mensajes de "
648
  "error"
649
 
650
- #: contact_form.php:1185 contact_form.php:1272
651
  msgid "English"
652
  msgstr "Inglés"
653
 
654
- #: contact_form.php:1193 contact_form.php:1227
655
  msgid "click to expand/hide the list"
656
  msgstr "haga clic para expandir / ocultar la lista"
657
 
658
- #: contact_form.php:1202 contact_form.php:1236
659
  msgid "Tips below the Attachment block"
660
  msgstr "Consejos debajo del bloque del archivo adjunto"
661
 
662
- #: contact_form.php:1205 contact_form.php:1239
663
  msgid "Error message for the Name field"
664
  msgstr "Mensaje de error para el campo Nombre"
665
 
666
- #: contact_form.php:1206 contact_form.php:1240
667
  msgid "Error message for the Address field"
668
  msgstr "Mensaje de error para el campo dirección"
669
 
670
- #: contact_form.php:1207 contact_form.php:1241
671
  msgid "Error message for the Email field"
672
  msgstr "Mensaje de error en el campo Correo electrónico"
673
 
674
- #: contact_form.php:1208 contact_form.php:1242
675
  msgid "Error message for the Phone field"
676
  msgstr "Mensaje de error para el campo Teléfono"
677
 
678
- #: contact_form.php:1209 contact_form.php:1243
679
  msgid "Error message for the Subject field"
680
  msgstr "Mensaje de error para el campo Asunto"
681
 
682
- #: contact_form.php:1210 contact_form.php:1244
683
  msgid "Error message for the Message field"
684
  msgstr "Mensaje de error en el campo Mensaje"
685
 
686
- #: contact_form.php:1211 contact_form.php:1245
687
  msgid "Error message about the file type for the Attachment field"
688
  msgstr ""
689
  "Mensaje de error sobre el tipo de archivo para el campo de archivos adjuntos"
690
 
691
- #: contact_form.php:1212 contact_form.php:1246
692
  msgid ""
693
  "Error message while uploading a file for the Attachment field to the server"
694
  msgstr ""
695
  "Mensaje de error al cargar un archivo en el campo de archivos adjuntos al "
696
  "servidor"
697
 
698
- #: contact_form.php:1213 contact_form.php:1247
699
  msgid "Error message while moving the file for the Attachment field"
700
  msgstr ""
701
  "Mensaje de error mientras se mueve el archivo en el campo de archivos "
702
  "adjuntos"
703
 
704
- #: contact_form.php:1214 contact_form.php:1248
705
  msgid "Error message when file size limit for the Attachment field is exceeded"
706
  msgstr ""
707
  "Mensaje de error cuando se supera el límite de tamaño de archivo para el "
708
  "campo de archivos adjuntos"
709
 
710
- #: contact_form.php:1215 contact_form.php:1249
711
  msgid "Error message for the Captcha field"
712
  msgstr "Mensaje de error para el campo Captcha"
713
 
714
- #: contact_form.php:1216 contact_form.php:1250
715
  msgid "Error message for the whole form"
716
  msgstr "Mensaje de error para todo el formulario"
717
 
718
- #: contact_form.php:1219 contact_form.php:1221 contact_form.php:1253
719
- #: contact_form.php:1255 contact_form.php:1282 contact_form.php:1284
720
- #: contact_form.php:1292 contact_form.php:1294 contact_form.php:2490
721
- #: contact_form.php:2492
722
  msgid "Use shortcode"
723
  msgstr "Utilice shortcode"
724
 
725
- #: contact_form.php:1219 contact_form.php:1221 contact_form.php:1253
726
- #: contact_form.php:1255 contact_form.php:1282 contact_form.php:1284
727
- #: contact_form.php:1292 contact_form.php:1294 contact_form.php:2490
728
- #: contact_form.php:2492
729
  msgid "for this language"
730
  msgstr "para este idioma"
731
 
732
- #: contact_form.php:1263
733
  #, fuzzy
734
  msgid "Use the changed names of the contact form fields in the email"
735
  msgstr ""
736
  "Cambie los nombres de los campos del formulario de contacto y mensajes de "
737
  "error"
738
 
739
- #: contact_form.php:1269
740
  msgid "Action after email is sent"
741
  msgstr "Acción después de que se envíe el correo electrónico"
742
 
743
- #: contact_form.php:1271
744
  msgid "Display text"
745
  msgstr "Mostrar texto"
746
 
747
- #: contact_form.php:1280 contact_form.php:1290
748
  msgid "Text"
749
  msgstr "Texto"
750
 
751
- #: contact_form.php:1301
752
  msgid "Redirect to the page"
753
  msgstr "Redirigir a la página"
754
 
755
- #: contact_form.php:1302
756
  msgid "Url"
757
  msgstr "Url"
758
 
759
- #: contact_form.php:1306
760
  msgid "The $_SERVER variable that is used to build a URL of the form"
761
  msgstr "La variable $_SERVER que se utiliza para construir una URL de la forma"
762
 
763
- #: contact_form.php:1310
764
  msgid ""
765
  "If you are not sure whether to change this setting or not, please do not do "
766
  "that."
@@ -768,11 +685,11 @@ msgstr ""
768
  "Si no está seguro de si se debe cambiar esta configuración o no, por favor, "
769
  "no hagas eso."
770
 
771
- #: contact_form.php:1319
772
  msgid "Auto Response"
773
  msgstr ""
774
 
775
- #: contact_form.php:1323
776
  #, php-format
777
  msgid ""
778
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -780,240 +697,179 @@ msgid ""
780
  "name."
781
  msgstr ""
782
 
783
- #: contact_form.php:1349 contact_form.php:1533
784
  msgid "Save Changes"
785
  msgstr "Guardar cambios"
786
 
787
- #: contact_form.php:1355
788
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
789
- msgstr ""
790
- "Si usted disfruta de nuestro plugin, por favor, darle 5 estrellas en "
791
- "WordPress"
792
-
793
- #: contact_form.php:1356
794
- msgid "Rate the plugin"
795
- msgstr "Valorar el plugin"
796
-
797
- #: contact_form.php:1359
798
- msgid "If there is something wrong about it, please contact us"
799
- msgstr "Si hay algo malo en el, por favor, póngase en contacto con nosotros"
800
-
801
- #: contact_form.php:1370
802
  msgid "Errors output"
803
  msgstr "Salida de errores"
804
 
805
- #: contact_form.php:1373
806
  msgid "Display error messages"
807
  msgstr "Mostrar mensajes de error"
808
 
809
- #: contact_form.php:1374
810
  msgid "Color of the input field errors."
811
  msgstr "El color de los errores del campo de entrada."
812
 
813
- #: contact_form.php:1375
814
  msgid "Display error messages & color of the input field errors"
815
  msgstr ""
816
  "Mostrar mensajes de error y el color de los errores de campo de entrada"
817
 
818
- #: contact_form.php:1380
819
  msgid "Add placeholder to the input blocks"
820
  msgstr "Añadir marcador de posición de los bloques de entrada"
821
 
822
- #: contact_form.php:1386
823
  msgid "Add tooltips"
824
  msgstr "Añadir información sobre herramientas"
825
 
826
- #: contact_form.php:1400
827
  msgid "Email address"
828
  msgstr "Correo electrónico"
829
 
830
- #: contact_form.php:1405
831
  msgid "Phone Number"
832
  msgstr "Número de teléfono"
833
 
834
- #: contact_form.php:1419
835
  msgid "Attachment"
836
  msgstr "Adjuntos"
837
 
838
- #: contact_form.php:1424
839
  msgid "(powered by bestwebsoft.com)"
840
  msgstr "(hecho por bestwebsoft.com)"
841
 
842
- #: contact_form.php:1429
843
  msgid "Style options"
844
  msgstr "Opciones de estilo"
845
 
846
- #: contact_form.php:1432
847
  msgid "Text color"
848
  msgstr "Color del texto"
849
 
850
- #: contact_form.php:1435 contact_form.php:1440 contact_form.php:1450
851
- #: contact_form.php:1455 contact_form.php:1460 contact_form.php:1465
852
- #: contact_form.php:1475 contact_form.php:1480 contact_form.php:1486
853
- #: contact_form.php:1497 contact_form.php:1502 contact_form.php:1507
854
  msgid "Default"
855
  msgstr "Defecto"
856
 
857
- #: contact_form.php:1437
858
  msgid "Label text color"
859
  msgstr "Color del texto de la Etiqueta"
860
 
861
- #: contact_form.php:1442
862
  msgid "Placeholder color"
863
  msgstr "El color de marcador de posición"
864
 
865
- #: contact_form.php:1447
866
  msgid "Errors color"
867
  msgstr "Color del error"
868
 
869
- #: contact_form.php:1452
870
  msgid "Error text color"
871
  msgstr "Color del texto de error"
872
 
873
- #: contact_form.php:1457
874
  msgid "Background color of the input field errors"
875
  msgstr "Color de fondo de los errores de campo de entrada"
876
 
877
- #: contact_form.php:1462
878
  msgid "Border color of the input field errors"
879
  msgstr "Color del borde de los errores de campo de entrada"
880
 
881
- #: contact_form.php:1467
882
  msgid "Placeholder color of the input field errors"
883
  msgstr "El color de marcador de posición de los errores de campo de entrada"
884
 
885
- #: contact_form.php:1472
886
  msgid "Input fields"
887
  msgstr "Campos de entrada"
888
 
889
- #: contact_form.php:1477
890
  msgid "Input fields background color"
891
  msgstr "Color de fondo de los campos de entrada"
892
 
893
- #: contact_form.php:1482
894
  msgid "Text fields color"
895
  msgstr "Color de los campos de texto"
896
 
897
- #: contact_form.php:1484
898
  msgid "Border width in px, numbers only"
899
  msgstr "Ancho del borde en píxeles, sólo números"
900
 
901
- #: contact_form.php:1488 contact_form.php:1509
902
  msgid "Border color"
903
  msgstr "Color del borde"
904
 
905
- #: contact_form.php:1493
906
  msgid "Submit button"
907
  msgstr "Botón enviar"
908
 
909
- #: contact_form.php:1495
910
  msgid "Width in px, numbers only"
911
  msgstr "Ancho en píxeles, sólo números"
912
 
913
- #: contact_form.php:1499
914
  msgid "Button color"
915
  msgstr "Color del botón"
916
 
917
- #: contact_form.php:1504
918
  msgid "Button text color"
919
  msgstr "Color del texto del botón"
920
 
921
- #: contact_form.php:1537
922
  msgid "Contact Form Pro | Preview"
923
  msgstr "Contact Form Pro | Vista previa"
924
 
925
- #: contact_form.php:1540
926
  msgid "Show with errors"
927
  msgstr "Mostrar con errores"
928
 
929
- #: contact_form.php:1548 contact_form.php:1550
930
  msgid "Please enter your full name..."
931
  msgstr "Escriba su nombre completo..."
932
 
933
- #: contact_form.php:1561 contact_form.php:1563
934
  msgid "Please enter your address..."
935
  msgstr "Escriba su dirección..."
936
 
937
- #: contact_form.php:1572 contact_form.php:1574
938
  msgid "Please enter your email address..."
939
  msgstr "Introduzca su correo electrónico ..."
940
 
941
- #: contact_form.php:1583 contact_form.php:1585
942
  msgid "Please enter your phone number..."
943
  msgstr "Escriba su número de teléfono..."
944
 
945
- #: contact_form.php:1594 contact_form.php:1596
946
  msgid "Please enter subject..."
947
  msgstr "Escriba un asunto..."
948
 
949
- #: contact_form.php:1604 contact_form.php:1606
950
  msgid "Please enter your message..."
951
  msgstr "Escriba el mensaje..."
952
 
953
- #: contact_form.php:1648
954
- msgid ""
955
- "Congratulations! The PRO version of the plugin is successfully download and "
956
- "activated."
957
- msgstr ""
958
- "Enhorabuena La versión PRO del plugin ha sido descargada y se activó con "
959
- "éxito."
960
-
961
- #: contact_form.php:1650
962
- msgid "Please, go to"
963
- msgstr "Por favor, vaya a"
964
-
965
- #: contact_form.php:1650
966
- msgid "the setting page"
967
- msgstr "la página de configuración"
968
-
969
- #: contact_form.php:1651
970
- msgid "You will be redirected automatically in 5 seconds."
971
- msgstr "Usted será redirigido automáticamente en 5 segundos."
972
-
973
- #: contact_form.php:1656
974
- msgid "You can download and activate"
975
- msgstr "Puede descargar y activar"
976
-
977
- #: contact_form.php:1658
978
- msgid "version of this plugin by entering Your license key."
979
- msgstr "versión de este plugin introduciendo su clave de licencia."
980
-
981
- #: contact_form.php:1660
982
- msgid ""
983
- "You can find your license key on your personal page Client area, by clicking "
984
- "on the link"
985
- msgstr ""
986
- "Puede encontrar su clave de licencia en el área de la página de cliente "
987
- "personal, haciendo clic en el enlace"
988
-
989
- #: contact_form.php:1662
990
- msgid "(your username is the email you specify when purchasing the product)."
991
- msgstr ""
992
- "(su nombre de usuario es el correo electrónico que usted especifique a la "
993
- "hora de comprar el producto)."
994
-
995
- #: contact_form.php:1670 contact_form.php:1680
996
- #, fuzzy
997
- msgid "Activate"
998
- msgstr "Activar Captcha"
999
-
1000
- #: contact_form.php:1752
1001
  msgid "Sorry, email message could not be delivered."
1002
  msgstr "Lo sentimos, el mensaje de correo electrónico no se pudo entregar."
1003
 
1004
- #: contact_form.php:2156
1005
  msgid "Contact from"
1006
  msgstr "Contact from"
1007
 
1008
- #: contact_form.php:2178 contact_form.php:2208
1009
  msgid "Phone"
1010
  msgstr "Teléfono"
1011
 
1012
- #: contact_form.php:2189 contact_form.php:2215
1013
  msgid "Site"
1014
  msgstr "Sitio"
1015
 
1016
- #: contact_form.php:2302
1017
  msgid ""
1018
  "If you can see this MIME, it means that the MIME type is not supported by "
1019
  "your email client!"
@@ -1021,28 +877,35 @@ msgstr ""
1021
  "Si puede ver esta MIME, significa que el tipo MIME no es compatible con su "
1022
  "cliente de correo electrónico!"
1023
 
1024
- #: contact_form.php:2378
1025
  msgid "Support"
1026
  msgstr "Soporte técnico"
1027
 
1028
- #: contact_form.php:2432
1029
  msgid "Are you sure that you want to delete this language data?"
1030
  msgstr "¿Estás seguro de que quieres eliminar este idioma?"
1031
 
1032
- #: contact_form.php:2653
 
 
 
 
 
1033
  msgid ""
1034
- "It’s time to upgrade your <strong>Contact Form plugin</strong> to "
1035
- "<strong>PRO</strong> version"
1036
  msgstr ""
1037
- "Es hora de actualizar su <strong>Contact Form plugin</strong> a versión "
1038
- "<strong>PRO</strong>"
1039
 
1040
- #: contact_form.php:2654
1041
- msgid "Extend standard plugin functionality with new great options."
 
 
 
 
 
1042
  msgstr ""
1043
- "Extienda la funcionalidad plug-in de serie con los nuevas grandes opciones."
1044
 
1045
- #: contact_form.php:2669
1046
  msgid ""
1047
  "<strong>Contact Form to DB</strong> allows to store your messages to the "
1048
  "database."
@@ -1050,10 +913,141 @@ msgstr ""
1050
  "<strong>Formulario de contacto para DB</strong>permite almacenar sus "
1051
  "mensajes a la base de datos."
1052
 
1053
- #: contact_form.php:2670
1054
  msgid "Manage messages that have been sent from your website."
1055
  msgstr "Administración de mensajes que han sido enviados desde su sitio web."
1056
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1057
  #~ msgid "Extra settings"
1058
  #~ msgstr "Ajustes adicionales"
1059
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-05 12:57+0300\n"
6
+ "PO-Revision-Date: 2015-03-05 12:57+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Javitopo <jaawme@hotmail.com>\n"
9
  "Language: it_IT\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:35 contact_form.php:631
20
  msgid "Contact Form Settings"
21
  msgstr "Opciones de formulario de contacto"
22
 
23
+ #: contact_form.php:35
24
  msgid "Contact Form"
25
  msgstr "Contact Form"
26
 
27
+ #: contact_form.php:123 contact_form.php:1012 contact_form.php:1046
28
  msgid "Name:"
29
  msgstr "Nombre:"
30
 
31
+ #: contact_form.php:124 contact_form.php:1013 contact_form.php:1047
32
  msgid "Address:"
33
  msgstr "Dirección:"
34
 
35
+ #: contact_form.php:125 contact_form.php:1014 contact_form.php:1048
36
  msgid "Email Address:"
37
  msgstr "Dirección de correo electrónico:"
38
 
39
+ #: contact_form.php:126 contact_form.php:1015 contact_form.php:1049
40
  msgid "Phone number:"
41
  msgstr "Número de teléfono:"
42
 
43
+ #: contact_form.php:127 contact_form.php:1016 contact_form.php:1050
44
  msgid "Subject:"
45
  msgstr "Asunto:"
46
 
47
+ #: contact_form.php:128 contact_form.php:1017 contact_form.php:1051
48
  msgid "Message:"
49
  msgstr "Mensaje:"
50
 
51
+ #: contact_form.php:129 contact_form.php:1018 contact_form.php:1052
52
  msgid "Attachment:"
53
  msgstr "Datos adjuntos:"
54
 
55
+ #: contact_form.php:130
56
  msgid ""
57
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
58
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
62
  "AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Tamaño "
63
  "máximo de archivo: 2MB"
64
 
65
+ #: contact_form.php:131 contact_form.php:1020 contact_form.php:1054
66
  msgid "Send me a copy"
67
  msgstr "Deseo recibir una copia"
68
 
69
+ #: contact_form.php:132 contact_form.php:1021 contact_form.php:1055
70
  msgid "Submit"
71
  msgstr "Enviar"
72
 
73
+ #: contact_form.php:133
74
  msgid "Your name is required."
75
  msgstr "Es necesario un nombre."
76
 
77
+ #: contact_form.php:134
78
  msgid "Address is required."
79
  msgstr "Se requiere dirección."
80
 
81
+ #: contact_form.php:135
82
  msgid "A valid email address is required."
83
  msgstr "Se requiere una dirección de email válida."
84
 
85
+ #: contact_form.php:136
86
  msgid "Phone number is required."
87
  msgstr "Es necesario un número de teléfono."
88
 
89
+ #: contact_form.php:137
90
  msgid "Subject is required."
91
  msgstr "Es necesario un asunto."
92
 
93
+ #: contact_form.php:138
94
  msgid "Message text is required."
95
  msgstr "Es necesario el texto del mensaje."
96
 
97
+ #: contact_form.php:139
98
  msgid "File format is not valid."
99
  msgstr "Formato de archivo no válido."
100
 
101
+ #: contact_form.php:140
102
  msgid "File upload error."
103
  msgstr "Error de carga de archivos."
104
 
105
+ #: contact_form.php:141
106
  msgid "The file could not be uploaded."
107
  msgstr "El archivo no se pudo cargar."
108
 
109
+ #: contact_form.php:142
110
  msgid "This file is too large."
111
  msgstr "Este archivo es demasiado grande."
112
 
113
+ #: contact_form.php:143
114
  msgid "Please fill out the CAPTCHA."
115
  msgstr "Por favor complete el CAPTCHA."
116
 
117
+ #: contact_form.php:144
118
  msgid "Please make corrections below and try again."
119
  msgstr "Por favor, haga las correcciones y a continuación vuelva a intentarlo."
120
 
121
+ #: contact_form.php:146
122
  msgid "Thank you for contacting us."
123
  msgstr "Gracias por contactar con nosotros."
124
 
125
+ #: contact_form.php:543
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
126
  msgid ""
127
  "Email 'FROM' field option was changed, which may cause email messages being "
128
  "moved to the spam folder or email delivery failures."
129
  msgstr ""
130
 
131
+ #: contact_form.php:553
132
  msgid ""
133
  "If the 'Redirect to page' option is selected then the URL field should be in "
134
  "the following format"
136
  "Si se selecciona la opción 'Redirigir a la página', entonces el campo URL "
137
  "debe estar en el siguiente formato"
138
 
139
+ #: contact_form.php:562
140
  #, fuzzy
141
  msgid "Such user does not exist."
142
  msgstr "Dicho usuario no existe. Los ajustes no se guardan."
143
 
144
+ #: contact_form.php:572
145
  #, fuzzy
146
  msgid ""
147
  "Please enter a valid email address in the 'Use this email address' field."
149
  "Por favor, introduce una dirección de correo electrónico válida en el campo "
150
  "\"De\". Las configuraciones no se guardan."
151
 
152
+ #: contact_form.php:580
153
  #, fuzzy
154
  msgid "Please enter a valid email address in the 'FROM' field."
155
  msgstr ""
156
  "Por favor, introduce una dirección de correo electrónico válida en el campo "
157
  "\"De\". Las configuraciones no se guardan."
158
 
159
+ #: contact_form.php:603
160
  msgid "Settings saved."
161
  msgstr "Configuración guardada."
162
 
163
+ #: contact_form.php:605
164
  #, fuzzy
165
  msgid "Settings are not saved."
166
  msgstr "Configuración guardada."
167
 
168
+ #: contact_form.php:633 contact_form.php:2126 contact_form.php:2140
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
169
  msgid "Settings"
170
  msgstr "Configuración"
171
 
172
+ #: contact_form.php:634
173
  #, fuzzy
174
  msgid "Additional settings"
175
  msgstr "Opciones adicionales"
176
 
177
+ #: contact_form.php:635
178
  msgid "Appearance"
179
  msgstr ""
180
 
181
+ #: contact_form.php:636 contact_form.php:2141
182
  msgid "FAQ"
183
  msgstr "Preguntas más frecuentes"
184
 
185
+ #: contact_form.php:637
186
  msgid "Go PRO"
187
  msgstr "Ir al PRO"
188
 
189
+ #: contact_form.php:640 contact_form.php:642
190
  msgid "Notice:"
191
  msgstr "Aviso:"
192
 
193
+ #: contact_form.php:640
194
  msgid ""
195
  "The plugin's settings have been changed. In order to save them please don't "
196
  "forget to click the 'Save Changes' button."
198
  "Configuración del plugin se han cambiado. Para salvar los cambios, no olvide "
199
  "hacer clic en el botón \"Guardar cambios\"."
200
 
201
+ #: contact_form.php:650
202
  msgid ""
203
  "If you want to create multiple contact forms, please install the Contact "
204
  "Form Multi plugin."
206
  "Si desea crear varios formularios de contacto, por favor, instale el plugin "
207
  "Formulario de contacto múltiple."
208
 
209
+ #: contact_form.php:657 contact_form.php:660 contact_form.php:1439
210
  msgid ""
211
  "If you would like to add the Contact Form to your website, just copy and "
212
  "paste this shortcode to your post or page or widget:"
215
  "tienes que copiar y pegar este código corto a tu post, una página o un "
216
  "widget:"
217
 
218
+ #: contact_form.php:657 contact_form.php:658 contact_form.php:660
219
+ #: contact_form.php:661 contact_form.php:1036 contact_form.php:1038
220
+ #: contact_form.php:1099 contact_form.php:1101
221
  msgid "or"
222
  msgstr "o"
223
 
224
+ #: contact_form.php:658 contact_form.php:661
225
  msgid ""
226
  "If have any problems with the standard shortcode [contact_form], you should "
227
  "use the shortcode"
229
  "Si tiene algún problema con el shortcode estándar [contact_form], se debe "
230
  "utilizar el shortcode"
231
 
232
+ #: contact_form.php:658 contact_form.php:661
233
  msgid "They work the same way."
234
  msgstr "Funcionan de la misma manera."
235
 
236
+ #: contact_form.php:665
237
  msgid ""
238
  "If you leave the fields empty, the messages will be sent to the email "
239
  "address specified during registration."
241
  "Si deja los campos vacíos, se enviarán los mensajes a la dirección de correo "
242
  "electrónico especificada durante el registro."
243
 
244
+ #: contact_form.php:668
245
  msgid "The user's email address:"
246
  msgstr "Dirección de correo electrónico del usuario:"
247
 
248
+ #: contact_form.php:672
249
  msgid "Create a username"
250
  msgstr "Crear un nombre de usuario"
251
 
252
+ #: contact_form.php:685
253
  msgid ""
254
  "Enter a username of the person who should get the messages from the contact "
255
  "form."
257
  "Introduzca un nombre de usuario de la persona que debe recibir los mensajes "
258
  "desde el formulario de contacto."
259
 
260
+ #: contact_form.php:689
261
  msgid "Use this email address:"
262
  msgstr "Utilice esta dirección de correo electrónico:"
263
 
264
+ #: contact_form.php:692
265
  msgid "Enter the email address you want the messages forwarded to."
266
  msgstr ""
267
  "Introduzca la dirección de correo electrónico que desea que reciba los "
268
  "mensajes."
269
 
270
+ #: contact_form.php:701
271
  msgid "Add department selectbox to the contact form:"
272
  msgstr "Añadir caja de selección al formulario de contacto:"
273
 
274
+ #: contact_form.php:709 contact_form.php:1145 contact_form.php:1322
275
  msgid "If you upgrade to Pro version all your settings will be saved."
276
  msgstr "Si actualiza a la versión Pro se guardarán todos los ajustes."
277
 
278
+ #: contact_form.php:716 contact_form.php:879 contact_form.php:952
279
+ #: contact_form.php:1152 contact_form.php:1329
280
  msgid "Unlock premium options by upgrading to a PRO version."
281
  msgstr ""
282
  "Desbloquear opciones premium mediante la actualización a una versión PRO."
283
 
284
+ #: contact_form.php:717 contact_form.php:880 contact_form.php:953
285
+ #: contact_form.php:1153 contact_form.php:1330 contact_form.php:2402
 
286
  msgid "Learn More"
287
  msgstr "Más información"
288
 
289
+ #: contact_form.php:720 contact_form.php:883 contact_form.php:956
290
+ #: contact_form.php:1156 contact_form.php:1333
291
  msgid "Go"
292
  msgstr "Ir"
293
 
294
+ #: contact_form.php:727
295
  msgid "Save emails to the database"
296
  msgstr "Guardar mensajes de correo electrónico a la base de datos"
297
 
298
+ #: contact_form.php:732
299
  msgid "Using"
300
  msgstr "Uso"
301
 
302
+ #: contact_form.php:732 contact_form.php:929 contact_form.php:932
303
+ #: contact_form.php:936
304
  msgid "powered by"
305
  msgstr "impulsado por"
306
 
307
+ #: contact_form.php:735 contact_form.php:739
308
  msgid "Using Contact Form to DB powered by"
309
  msgstr "Usando Contact Form a DB impulsado por"
310
 
311
+ #: contact_form.php:735
312
  msgid "Activate Contact Form to DB"
313
  msgstr "Activar Formulario de contacto para DB"
314
 
315
+ #: contact_form.php:739
316
  msgid "Download Contact Form to DB"
317
  msgstr "Descargue Contact Form para DB"
318
 
319
+ #: contact_form.php:749
320
  msgid "What to use?"
321
  msgstr "Qué usar?"
322
 
323
+ #: contact_form.php:752
324
  msgid "Wp-mail"
325
  msgstr "Wp-mail"
326
 
327
+ #: contact_form.php:752
328
  msgid "You can use the wp_mail function for mailing"
329
  msgstr "Usted puede utilizar la función wp_mail para enviar por correo"
330
 
331
+ #: contact_form.php:754
332
  msgid "Mail"
333
  msgstr "Correo"
334
 
335
+ #: contact_form.php:754
336
  msgid "To send mail you can use the php mail function"
337
  msgstr "Para enviar el correo se puede utilizar la función de correo php"
338
 
339
+ #: contact_form.php:758
340
  msgid "'FROM' field"
341
  msgstr ""
342
 
343
+ #: contact_form.php:760 contact_form.php:810 contact_form.php:1197
344
+ #: contact_form.php:1927 contact_form.php:1963
345
  msgid "Name"
346
  msgstr "Nombre"
347
 
348
+ #: contact_form.php:764
349
  msgid "User name"
350
  msgstr "Nombre de usuario"
351
 
352
+ #: contact_form.php:766
353
  msgid ""
354
  "The name of the user who fills the form will be used in the field 'From'."
355
  msgstr ""
356
  "El nombre del usuario que rellena en el formulario se utiliza en el campo "
357
  "\"De:\"."
358
 
359
+ #: contact_form.php:771 contact_form.php:1938 contact_form.php:1970
360
  msgid "Email"
361
  msgstr "Correo electrónico"
362
 
363
+ #: contact_form.php:778
364
  msgid "User email"
365
  msgstr "Correo electrónico del usuario"
366
 
367
+ #: contact_form.php:780
368
  msgid ""
369
  "The email address of the user who fills the form will be used in the field "
370
  "'From'."
372
  "La dirección de correo electrónico del usuario que rellena el formulario se "
373
  "utiliza en el campo \"De\"."
374
 
375
+ #: contact_form.php:784
376
  msgid ""
377
  "If this option is changed, email messages may be moved to the spam folder or "
378
  "email delivery failures may occur."
379
  msgstr ""
380
 
381
+ #: contact_form.php:790
382
  msgid "Required symbol"
383
  msgstr "Símbolo de Obligatorio"
384
 
385
+ #: contact_form.php:800
386
  msgid "Fields"
387
  msgstr "Campos"
388
 
389
+ #: contact_form.php:801
390
  msgid "Used"
391
  msgstr "Usado"
392
 
393
+ #: contact_form.php:802
394
  msgid "Required"
395
  msgstr "Obligatorio"
396
 
397
+ #: contact_form.php:803
398
  msgid "Visible"
399
  msgstr "Visible"
400
 
401
+ #: contact_form.php:804
402
  msgid "Disabled for editing"
403
  msgstr "Inhabilitado para la edición"
404
 
405
+ #: contact_form.php:805
406
  msgid "Field's default value"
407
  msgstr "Valor predeterminado del campo"
408
 
409
+ #: contact_form.php:817
410
  msgid "Use User's name as a default value if the user is logged in."
411
  msgstr ""
412
 
413
+ #: contact_form.php:818 contact_form.php:846
414
  msgid ""
415
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
416
  "in users."
417
  msgstr ""
418
 
419
+ #: contact_form.php:822
420
  msgid "Location selectbox"
421
  msgstr ""
422
 
423
+ #: contact_form.php:830 contact_form.php:1202 contact_form.php:1933
424
+ #: contact_form.php:1967
425
  msgid "Address"
426
  msgstr "Dirección"
427
 
428
+ #: contact_form.php:838
429
  msgid "Email Address"
430
  msgstr "Dirección de correo electrónico"
431
 
432
+ #: contact_form.php:845
433
  msgid "Use User's email as a default value if the user is logged in."
434
  msgstr ""
435
 
436
+ #: contact_form.php:850
437
  msgid "Phone number"
438
  msgstr "Número de teléfono"
439
 
440
+ #: contact_form.php:858 contact_form.php:1217 contact_form.php:1948
441
+ #: contact_form.php:1976
442
  msgid "Subject"
443
  msgstr "Asunto"
444
 
445
+ #: contact_form.php:866 contact_form.php:1221 contact_form.php:1951
446
+ #: contact_form.php:1978
447
  msgid "Message"
448
  msgstr "Mensaje"
449
 
450
+ #: contact_form.php:890
451
  msgid "Attachment block"
452
  msgstr "bloque de adjuntos"
453
 
454
+ #: contact_form.php:892
455
  msgid "Users can attach the following file formats"
456
  msgstr "Los usuarios pueden adjuntar los siguientes formatos de archivo"
457
 
458
+ #: contact_form.php:905
459
  msgid "Add to the form"
460
  msgstr "Añadir a la forma"
461
 
462
+ #: contact_form.php:910
463
  msgid "Tips below the Attachment"
464
  msgstr "Consejos debajo del archivo adjunto"
465
 
466
+ #: contact_form.php:919
467
  msgid "'Send me a copy' block"
468
  msgstr "'Deseo recibir una copia' bloque"
469
 
470
+ #: contact_form.php:929 contact_form.php:932 contact_form.php:936
471
+ #: contact_form.php:1231
472
  msgid "Captcha"
473
  msgstr "Captcha"
474
 
475
+ #: contact_form.php:932
476
  msgid "Activate captcha"
477
  msgstr "Activar Captcha"
478
 
479
+ #: contact_form.php:936
480
  msgid "Download captcha"
481
  msgstr "Descargar Captcha"
482
 
483
+ #: contact_form.php:944
484
  msgid "Agreement checkbox"
485
  msgstr "casilla de verificación de acuerdo"
486
 
487
+ #: contact_form.php:944
488
  msgid "Required checkbox for submitting the form"
489
  msgstr "Casilla de verificación obligatoria para enviar el formulario"
490
 
491
+ #: contact_form.php:945
492
  msgid "Optional checkbox"
493
  msgstr "Casilla opcional"
494
 
495
+ #: contact_form.php:945
496
  msgid "Optional checkbox, the results of which will be displayed in email"
497
  msgstr ""
498
  "Casilla opcional, cuyos resultados se mostrarán en el correo electrónico"
499
 
500
+ #: contact_form.php:962
501
  msgid "Delete an attachment file from the server after the email is sent"
502
  msgstr ""
503
  "Eliminar un archivo adjunto del servidor después de que se envíe el correo "
504
  "electrónico"
505
 
506
+ #: contact_form.php:968
507
  msgid "Email in HTML format sending"
508
  msgstr "Enviar correo electrónico en formato HTML"
509
 
510
+ #: contact_form.php:972
511
  msgid "Display additional info in the email"
512
  msgstr "Mostrar información adicional en el correo electrónico"
513
 
514
+ #: contact_form.php:977 contact_form.php:1894 contact_form.php:1896
515
  msgid "Sent from (ip address)"
516
  msgstr "Enviado desde (dirección IP)"
517
 
518
+ #: contact_form.php:977
519
  msgid "Example: Sent from (IP address):\t127.0.0.1"
520
  msgstr "Ejemplo: Enviado desde (dirección IP:\t127.0.0.1"
521
 
522
+ #: contact_form.php:978 contact_form.php:1900 contact_form.php:1902
523
  msgid "Date/Time"
524
  msgstr "Fecha/Hora"
525
 
526
+ #: contact_form.php:978
527
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
528
  msgstr "Ejemplo: Fecha/hora:\tAugust 19, 2013 8:50 pm"
529
 
530
+ #: contact_form.php:979 contact_form.php:1906 contact_form.php:1908
531
  msgid "Sent from (referer)"
532
  msgstr "Enviado desde (referencia)"
533
 
534
+ #: contact_form.php:979
535
  msgid ""
536
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
537
  msgstr ""
538
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
539
 
540
+ #: contact_form.php:980 contact_form.php:1912 contact_form.php:1914
541
  msgid "Using (user agent)"
542
  msgstr "Usando (agente de usuario)"
543
 
544
+ #: contact_form.php:980
545
  msgid ""
546
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
547
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
549
  "Ejemplo: Usando (agente de usuario):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
550
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
551
 
552
+ #: contact_form.php:984
553
  msgid "Language settings for the field names in the form"
554
  msgstr ""
555
  "Configuración de idioma para los nombres de los campos en el formulario"
556
 
557
+ #: contact_form.php:993
558
  msgid "Add a language"
559
  msgstr "Añadir un idioma"
560
 
561
+ #: contact_form.php:997
562
  msgid "Change the names of the contact form fields and error messages"
563
  msgstr ""
564
  "Cambie los nombres de los campos del formulario de contacto y mensajes de "
565
  "error"
566
 
567
+ #: contact_form.php:1002 contact_form.php:1089
568
  msgid "English"
569
  msgstr "Inglés"
570
 
571
+ #: contact_form.php:1010 contact_form.php:1044
572
  msgid "click to expand/hide the list"
573
  msgstr "haga clic para expandir / ocultar la lista"
574
 
575
+ #: contact_form.php:1019 contact_form.php:1053
576
  msgid "Tips below the Attachment block"
577
  msgstr "Consejos debajo del bloque del archivo adjunto"
578
 
579
+ #: contact_form.php:1022 contact_form.php:1056
580
  msgid "Error message for the Name field"
581
  msgstr "Mensaje de error para el campo Nombre"
582
 
583
+ #: contact_form.php:1023 contact_form.php:1057
584
  msgid "Error message for the Address field"
585
  msgstr "Mensaje de error para el campo dirección"
586
 
587
+ #: contact_form.php:1024 contact_form.php:1058
588
  msgid "Error message for the Email field"
589
  msgstr "Mensaje de error en el campo Correo electrónico"
590
 
591
+ #: contact_form.php:1025 contact_form.php:1059
592
  msgid "Error message for the Phone field"
593
  msgstr "Mensaje de error para el campo Teléfono"
594
 
595
+ #: contact_form.php:1026 contact_form.php:1060
596
  msgid "Error message for the Subject field"
597
  msgstr "Mensaje de error para el campo Asunto"
598
 
599
+ #: contact_form.php:1027 contact_form.php:1061
600
  msgid "Error message for the Message field"
601
  msgstr "Mensaje de error en el campo Mensaje"
602
 
603
+ #: contact_form.php:1028 contact_form.php:1062
604
  msgid "Error message about the file type for the Attachment field"
605
  msgstr ""
606
  "Mensaje de error sobre el tipo de archivo para el campo de archivos adjuntos"
607
 
608
+ #: contact_form.php:1029 contact_form.php:1063
609
  msgid ""
610
  "Error message while uploading a file for the Attachment field to the server"
611
  msgstr ""
612
  "Mensaje de error al cargar un archivo en el campo de archivos adjuntos al "
613
  "servidor"
614
 
615
+ #: contact_form.php:1030 contact_form.php:1064
616
  msgid "Error message while moving the file for the Attachment field"
617
  msgstr ""
618
  "Mensaje de error mientras se mueve el archivo en el campo de archivos "
619
  "adjuntos"
620
 
621
+ #: contact_form.php:1031 contact_form.php:1065
622
  msgid "Error message when file size limit for the Attachment field is exceeded"
623
  msgstr ""
624
  "Mensaje de error cuando se supera el límite de tamaño de archivo para el "
625
  "campo de archivos adjuntos"
626
 
627
+ #: contact_form.php:1032 contact_form.php:1066
628
  msgid "Error message for the Captcha field"
629
  msgstr "Mensaje de error para el campo Captcha"
630
 
631
+ #: contact_form.php:1033 contact_form.php:1067
632
  msgid "Error message for the whole form"
633
  msgstr "Mensaje de error para todo el formulario"
634
 
635
+ #: contact_form.php:1036 contact_form.php:1038 contact_form.php:1070
636
+ #: contact_form.php:1072 contact_form.php:1099 contact_form.php:1101
637
+ #: contact_form.php:1109 contact_form.php:1111 contact_form.php:2272
638
+ #: contact_form.php:2274
639
  msgid "Use shortcode"
640
  msgstr "Utilice shortcode"
641
 
642
+ #: contact_form.php:1036 contact_form.php:1038 contact_form.php:1070
643
+ #: contact_form.php:1072 contact_form.php:1099 contact_form.php:1101
644
+ #: contact_form.php:1109 contact_form.php:1111 contact_form.php:2272
645
+ #: contact_form.php:2274
646
  msgid "for this language"
647
  msgstr "para este idioma"
648
 
649
+ #: contact_form.php:1080
650
  #, fuzzy
651
  msgid "Use the changed names of the contact form fields in the email"
652
  msgstr ""
653
  "Cambie los nombres de los campos del formulario de contacto y mensajes de "
654
  "error"
655
 
656
+ #: contact_form.php:1086
657
  msgid "Action after email is sent"
658
  msgstr "Acción después de que se envíe el correo electrónico"
659
 
660
+ #: contact_form.php:1088
661
  msgid "Display text"
662
  msgstr "Mostrar texto"
663
 
664
+ #: contact_form.php:1097 contact_form.php:1107
665
  msgid "Text"
666
  msgstr "Texto"
667
 
668
+ #: contact_form.php:1118
669
  msgid "Redirect to the page"
670
  msgstr "Redirigir a la página"
671
 
672
+ #: contact_form.php:1119
673
  msgid "Url"
674
  msgstr "Url"
675
 
676
+ #: contact_form.php:1123
677
  msgid "The $_SERVER variable that is used to build a URL of the form"
678
  msgstr "La variable $_SERVER que se utiliza para construir una URL de la forma"
679
 
680
+ #: contact_form.php:1127
681
  msgid ""
682
  "If you are not sure whether to change this setting or not, please do not do "
683
  "that."
685
  "Si no está seguro de si se debe cambiar esta configuración o no, por favor, "
686
  "no hagas eso."
687
 
688
+ #: contact_form.php:1136
689
  msgid "Auto Response"
690
  msgstr ""
691
 
692
+ #: contact_form.php:1140
693
  #, php-format
694
  msgid ""
695
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
697
  "name."
698
  msgstr ""
699
 
700
+ #: contact_form.php:1165 contact_form.php:1340
701
  msgid "Save Changes"
702
  msgstr "Guardar cambios"
703
 
704
+ #: contact_form.php:1177
 
 
 
 
 
 
 
 
 
 
 
 
 
 
705
  msgid "Errors output"
706
  msgstr "Salida de errores"
707
 
708
+ #: contact_form.php:1180
709
  msgid "Display error messages"
710
  msgstr "Mostrar mensajes de error"
711
 
712
+ #: contact_form.php:1181
713
  msgid "Color of the input field errors."
714
  msgstr "El color de los errores del campo de entrada."
715
 
716
+ #: contact_form.php:1182
717
  msgid "Display error messages & color of the input field errors"
718
  msgstr ""
719
  "Mostrar mensajes de error y el color de los errores de campo de entrada"
720
 
721
+ #: contact_form.php:1187
722
  msgid "Add placeholder to the input blocks"
723
  msgstr "Añadir marcador de posición de los bloques de entrada"
724
 
725
+ #: contact_form.php:1193
726
  msgid "Add tooltips"
727
  msgstr "Añadir información sobre herramientas"
728
 
729
+ #: contact_form.php:1207
730
  msgid "Email address"
731
  msgstr "Correo electrónico"
732
 
733
+ #: contact_form.php:1212
734
  msgid "Phone Number"
735
  msgstr "Número de teléfono"
736
 
737
+ #: contact_form.php:1226
738
  msgid "Attachment"
739
  msgstr "Adjuntos"
740
 
741
+ #: contact_form.php:1231
742
  msgid "(powered by bestwebsoft.com)"
743
  msgstr "(hecho por bestwebsoft.com)"
744
 
745
+ #: contact_form.php:1236
746
  msgid "Style options"
747
  msgstr "Opciones de estilo"
748
 
749
+ #: contact_form.php:1239
750
  msgid "Text color"
751
  msgstr "Color del texto"
752
 
753
+ #: contact_form.php:1242 contact_form.php:1247 contact_form.php:1257
754
+ #: contact_form.php:1262 contact_form.php:1267 contact_form.php:1272
755
+ #: contact_form.php:1282 contact_form.php:1287 contact_form.php:1293
756
+ #: contact_form.php:1304 contact_form.php:1309 contact_form.php:1314
757
  msgid "Default"
758
  msgstr "Defecto"
759
 
760
+ #: contact_form.php:1244
761
  msgid "Label text color"
762
  msgstr "Color del texto de la Etiqueta"
763
 
764
+ #: contact_form.php:1249
765
  msgid "Placeholder color"
766
  msgstr "El color de marcador de posición"
767
 
768
+ #: contact_form.php:1254
769
  msgid "Errors color"
770
  msgstr "Color del error"
771
 
772
+ #: contact_form.php:1259
773
  msgid "Error text color"
774
  msgstr "Color del texto de error"
775
 
776
+ #: contact_form.php:1264
777
  msgid "Background color of the input field errors"
778
  msgstr "Color de fondo de los errores de campo de entrada"
779
 
780
+ #: contact_form.php:1269
781
  msgid "Border color of the input field errors"
782
  msgstr "Color del borde de los errores de campo de entrada"
783
 
784
+ #: contact_form.php:1274
785
  msgid "Placeholder color of the input field errors"
786
  msgstr "El color de marcador de posición de los errores de campo de entrada"
787
 
788
+ #: contact_form.php:1279
789
  msgid "Input fields"
790
  msgstr "Campos de entrada"
791
 
792
+ #: contact_form.php:1284
793
  msgid "Input fields background color"
794
  msgstr "Color de fondo de los campos de entrada"
795
 
796
+ #: contact_form.php:1289
797
  msgid "Text fields color"
798
  msgstr "Color de los campos de texto"
799
 
800
+ #: contact_form.php:1291
801
  msgid "Border width in px, numbers only"
802
  msgstr "Ancho del borde en píxeles, sólo números"
803
 
804
+ #: contact_form.php:1295 contact_form.php:1316
805
  msgid "Border color"
806
  msgstr "Color del borde"
807
 
808
+ #: contact_form.php:1300
809
  msgid "Submit button"
810
  msgstr "Botón enviar"
811
 
812
+ #: contact_form.php:1302
813
  msgid "Width in px, numbers only"
814
  msgstr "Ancho en píxeles, sólo números"
815
 
816
+ #: contact_form.php:1306
817
  msgid "Button color"
818
  msgstr "Color del botón"
819
 
820
+ #: contact_form.php:1311
821
  msgid "Button text color"
822
  msgstr "Color del texto del botón"
823
 
824
+ #: contact_form.php:1344
825
  msgid "Contact Form Pro | Preview"
826
  msgstr "Contact Form Pro | Vista previa"
827
 
828
+ #: contact_form.php:1347
829
  msgid "Show with errors"
830
  msgstr "Mostrar con errores"
831
 
832
+ #: contact_form.php:1355 contact_form.php:1357
833
  msgid "Please enter your full name..."
834
  msgstr "Escriba su nombre completo..."
835
 
836
+ #: contact_form.php:1368 contact_form.php:1370
837
  msgid "Please enter your address..."
838
  msgstr "Escriba su dirección..."
839
 
840
+ #: contact_form.php:1379 contact_form.php:1381
841
  msgid "Please enter your email address..."
842
  msgstr "Introduzca su correo electrónico ..."
843
 
844
+ #: contact_form.php:1390 contact_form.php:1392
845
  msgid "Please enter your phone number..."
846
  msgstr "Escriba su número de teléfono..."
847
 
848
+ #: contact_form.php:1401 contact_form.php:1403
849
  msgid "Please enter subject..."
850
  msgstr "Escriba un asunto..."
851
 
852
+ #: contact_form.php:1411 contact_form.php:1413
853
  msgid "Please enter your message..."
854
  msgstr "Escriba el mensaje..."
855
 
856
+ #: contact_form.php:1517
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
857
  msgid "Sorry, email message could not be delivered."
858
  msgstr "Lo sentimos, el mensaje de correo electrónico no se pudo entregar."
859
 
860
+ #: contact_form.php:1921
861
  msgid "Contact from"
862
  msgstr "Contact from"
863
 
864
+ #: contact_form.php:1943 contact_form.php:1973
865
  msgid "Phone"
866
  msgstr "Teléfono"
867
 
868
+ #: contact_form.php:1954 contact_form.php:1980
869
  msgid "Site"
870
  msgstr "Sitio"
871
 
872
+ #: contact_form.php:2066
873
  msgid ""
874
  "If you can see this MIME, it means that the MIME type is not supported by "
875
  "your email client!"
877
  "Si puede ver esta MIME, significa que el tipo MIME no es compatible con su "
878
  "cliente de correo electrónico!"
879
 
880
+ #: contact_form.php:2142
881
  msgid "Support"
882
  msgstr "Soporte técnico"
883
 
884
+ #: contact_form.php:2191
885
  msgid "Are you sure that you want to delete this language data?"
886
  msgstr "¿Estás seguro de que quieres eliminar este idioma?"
887
 
888
+ #: contact_form.php:2212
889
+ #, fuzzy
890
+ msgid "Add multiple forms"
891
+ msgstr "Añadir a la forma"
892
+
893
+ #: contact_form.php:2212
894
  msgid ""
895
+ "Install Contact Form Multi plugin to create unlimited number of contact "
896
+ "forms."
897
  msgstr ""
 
 
898
 
899
+ #: contact_form.php:2217
900
+ #, fuzzy
901
+ msgid "Learn more"
902
+ msgstr "Más información"
903
+
904
+ #: contact_form.php:2221
905
+ msgid "Close"
906
  msgstr ""
 
907
 
908
+ #: contact_form.php:2405
909
  msgid ""
910
  "<strong>Contact Form to DB</strong> allows to store your messages to the "
911
  "database."
913
  "<strong>Formulario de contacto para DB</strong>permite almacenar sus "
914
  "mensajes a la base de datos."
915
 
916
+ #: contact_form.php:2406
917
  msgid "Manage messages that have been sent from your website."
918
  msgstr "Administración de mensajes que han sido enviados desde su sitio web."
919
 
920
+ #~ msgid "requires"
921
+ #~ msgstr "requiere"
922
+
923
+ #~ msgid ""
924
+ #~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
925
+ #~ "and try again."
926
+ #~ msgstr ""
927
+ #~ "o superior, es por eso que ha sido desactivado! Por favor actualize "
928
+ #~ "WordPress y vuelva a intentarlo."
929
+
930
+ #~ msgid "Back to the WordPress"
931
+ #~ msgstr "Volver a WordPress"
932
+
933
+ #~ msgid "Plugins page"
934
+ #~ msgstr "Página de Plugins"
935
+
936
+ #~ msgid "Wrong license key"
937
+ #~ msgstr "Clave de licencia incorrecta"
938
+
939
+ #~ msgid ""
940
+ #~ "Something went wrong. Try again later. If the error will appear again, "
941
+ #~ "please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</"
942
+ #~ "a>. We are sorry for inconvenience."
943
+ #~ msgstr ""
944
+ #~ "Algo salió mal. Inténtelo de nuevo más tarde. Si el error vuelve a "
945
+ #~ "aparecer, por favor, contacte con nosotros <a href=http://support."
946
+ #~ "bestwebsoft.com>BestWebSoft</a>. Pedimos disculpas por los inconvenientes."
947
+
948
+ #~ msgid "This license key is bind to another site"
949
+ #~ msgstr "Esta clave de licencia se usa en otro sitio"
950
+
951
+ #~ msgid ""
952
+ #~ "Unfortunately, you have exceeded the number of available tries per day. "
953
+ #~ "Please, upload the plugin manually."
954
+ #~ msgstr ""
955
+ #~ "Por desgracia, se ha superado el número de intentos disponibles por día. "
956
+ #~ "Por favor, carga el plugin manualmente."
957
+
958
+ #~ msgid ""
959
+ #~ "Failed to download the zip archive. Please, upload the plugin manually"
960
+ #~ msgstr ""
961
+ #~ "Error al descargar el archivo zip. Por favor, cargar el plugin manualmente"
962
+
963
+ #~ msgid "Failed to open the zip archive. Please, upload the plugin manually"
964
+ #~ msgstr ""
965
+ #~ "No se pudo abrir el archivo zip. Por favor, carga el plugin manualmente"
966
+
967
+ #~ msgid ""
968
+ #~ "Your server does not support either ZipArchive or Phar. Please, upload "
969
+ #~ "the plugin manually"
970
+ #~ msgstr ""
971
+ #~ "Su servidor no soporta bien ZipArchive o Phar. Por favor, carga el plugin "
972
+ #~ "manualmente"
973
+
974
+ #, fuzzy
975
+ #~ msgid "UploadDir is not writable. Please, upload the plugin manually"
976
+ #~ msgstr ""
977
+ #~ "No se pudo abrir el archivo zip. Por favor, carga el plugin manualmente"
978
+
979
+ #~ msgid ""
980
+ #~ "Something went wrong. Try again later or upload the plugin manually. We "
981
+ #~ "are sorry for inconvienience."
982
+ #~ msgstr ""
983
+ #~ "Algo salió mal. Inténtelo de nuevo más tarde o carge el plugin "
984
+ #~ "manualmente. Pedimos disculpas por los inconvenientes."
985
+
986
+ #~ msgid "Please, enter Your license key"
987
+ #~ msgstr "Por favor, introduzca su clave de licencia"
988
+
989
+ #~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
990
+ #~ msgstr ""
991
+ #~ "Si usted disfruta de nuestro plugin, por favor, darle 5 estrellas en "
992
+ #~ "WordPress"
993
+
994
+ #~ msgid "Rate the plugin"
995
+ #~ msgstr "Valorar el plugin"
996
+
997
+ #~ msgid "If there is something wrong about it, please contact us"
998
+ #~ msgstr "Si hay algo malo en el, por favor, póngase en contacto con nosotros"
999
+
1000
+ #~ msgid ""
1001
+ #~ "Congratulations! The PRO version of the plugin is successfully download "
1002
+ #~ "and activated."
1003
+ #~ msgstr ""
1004
+ #~ "Enhorabuena La versión PRO del plugin ha sido descargada y se activó con "
1005
+ #~ "éxito."
1006
+
1007
+ #~ msgid "Please, go to"
1008
+ #~ msgstr "Por favor, vaya a"
1009
+
1010
+ #~ msgid "the setting page"
1011
+ #~ msgstr "la página de configuración"
1012
+
1013
+ #~ msgid "You will be redirected automatically in 5 seconds."
1014
+ #~ msgstr "Usted será redirigido automáticamente en 5 segundos."
1015
+
1016
+ #~ msgid "You can download and activate"
1017
+ #~ msgstr "Puede descargar y activar"
1018
+
1019
+ #~ msgid "version of this plugin by entering Your license key."
1020
+ #~ msgstr "versión de este plugin introduciendo su clave de licencia."
1021
+
1022
+ #~ msgid ""
1023
+ #~ "You can find your license key on your personal page Client area, by "
1024
+ #~ "clicking on the link"
1025
+ #~ msgstr ""
1026
+ #~ "Puede encontrar su clave de licencia en el área de la página de cliente "
1027
+ #~ "personal, haciendo clic en el enlace"
1028
+
1029
+ #~ msgid ""
1030
+ #~ "(your username is the email you specify when purchasing the product)."
1031
+ #~ msgstr ""
1032
+ #~ "(su nombre de usuario es el correo electrónico que usted especifique a la "
1033
+ #~ "hora de comprar el producto)."
1034
+
1035
+ #, fuzzy
1036
+ #~ msgid "Activate"
1037
+ #~ msgstr "Activar Captcha"
1038
+
1039
+ #~ msgid ""
1040
+ #~ "It’s time to upgrade your <strong>Contact Form plugin</strong> to "
1041
+ #~ "<strong>PRO</strong> version"
1042
+ #~ msgstr ""
1043
+ #~ "Es hora de actualizar su <strong>Contact Form plugin</strong> a versión "
1044
+ #~ "<strong>PRO</strong>"
1045
+
1046
+ #~ msgid "Extend standard plugin functionality with new great options."
1047
+ #~ msgstr ""
1048
+ #~ "Extienda la funcionalidad plug-in de serie con los nuevas grandes "
1049
+ #~ "opciones."
1050
+
1051
  #~ msgid "Extra settings"
1052
  #~ msgstr "Ajustes adicionales"
1053
 
languages/contact_form-et.mo CHANGED
Binary file
languages/contact_form-et.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: 2015-02-17 12:43+0300\n"
6
- "PO-Revision-Date: 2015-02-17 12:43+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Feliks <feliks@veebimeister.com>\n"
9
  "Language: ca_ES\n"
@@ -16,43 +16,43 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:80 contact_form.php:811
20
  msgid "Contact Form Settings"
21
  msgstr "Contact Form seaded"
22
 
23
- #: contact_form.php:80
24
  msgid "Contact Form"
25
  msgstr "Contact Form"
26
 
27
- #: contact_form.php:162 contact_form.php:1195 contact_form.php:1229
28
  msgid "Name:"
29
  msgstr "Nimi:"
30
 
31
- #: contact_form.php:163 contact_form.php:1196 contact_form.php:1230
32
  msgid "Address:"
33
  msgstr "Aadress:"
34
 
35
- #: contact_form.php:164 contact_form.php:1197 contact_form.php:1231
36
  msgid "Email Address:"
37
  msgstr "E-maili aadress:"
38
 
39
- #: contact_form.php:165 contact_form.php:1198 contact_form.php:1232
40
  msgid "Phone number:"
41
  msgstr "Telefoni number:"
42
 
43
- #: contact_form.php:166 contact_form.php:1199 contact_form.php:1233
44
  msgid "Subject:"
45
  msgstr "Pealkiri:"
46
 
47
- #: contact_form.php:167 contact_form.php:1200 contact_form.php:1234
48
  msgid "Message:"
49
  msgstr "Sõnum:"
50
 
51
- #: contact_form.php:168 contact_form.php:1201 contact_form.php:1235
52
  msgid "Attachment:"
53
  msgstr "Manus:"
54
 
55
- #: contact_form.php:169
56
  msgid ""
57
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
58
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
@@ -62,93 +62,73 @@ msgstr ""
62
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max faili "
63
  "suurus: 2MB"
64
 
65
- #: contact_form.php:170 contact_form.php:1203 contact_form.php:1237
66
  msgid "Send me a copy"
67
  msgstr "Saada mulle koopia"
68
 
69
- #: contact_form.php:171 contact_form.php:1204 contact_form.php:1238
70
  msgid "Submit"
71
  msgstr "Saada"
72
 
73
- #: contact_form.php:172
74
  msgid "Your name is required."
75
  msgstr "Sinu nimi on kohustuslik."
76
 
77
- #: contact_form.php:173
78
  msgid "Address is required."
79
  msgstr "Aadress on kohustuslik."
80
 
81
- #: contact_form.php:174
82
  msgid "A valid email address is required."
83
  msgstr "Korrektne e-mail on kohustuslik."
84
 
85
- #: contact_form.php:175
86
  msgid "Phone number is required."
87
  msgstr "Telefoni number on kohustuslik."
88
 
89
- #: contact_form.php:176
90
  msgid "Subject is required."
91
  msgstr "Pealkiri on kohustuslik."
92
 
93
- #: contact_form.php:177
94
  msgid "Message text is required."
95
  msgstr "Sõnumi tekst on kohustuslik."
96
 
97
- #: contact_form.php:178
98
  msgid "File format is not valid."
99
  msgstr "Failiformaat pole toetatud."
100
 
101
- #: contact_form.php:179
102
  msgid "File upload error."
103
  msgstr "Error faili üles laadimisel."
104
 
105
- #: contact_form.php:180
106
  msgid "The file could not be uploaded."
107
  msgstr "Faili ei saanud üles laadida."
108
 
109
- #: contact_form.php:181
110
  msgid "This file is too large."
111
  msgstr "See fail on liiga suur."
112
 
113
- #: contact_form.php:182
114
  msgid "Please fill out the CAPTCHA."
115
  msgstr "Palun täida CAPTCHA."
116
 
117
- #: contact_form.php:183
118
  msgid "Please make corrections below and try again."
119
  msgstr "Palun tee allolevad parandused ja proovi uuesti."
120
 
121
- #: contact_form.php:185
122
  msgid "Thank you for contacting us."
123
  msgstr "Tänan meiega kontakteerumast."
124
 
125
- #: contact_form.php:362
126
- msgid "requires"
127
- msgstr "nõuab"
128
-
129
- #: contact_form.php:362
130
- msgid ""
131
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
132
- "try again."
133
- msgstr ""
134
- "või uuem, seetõttu on ka see deaktiveeritud! Palun uuenda WordPressi ja "
135
- "proovi uuesti."
136
-
137
- #: contact_form.php:362
138
- msgid "Back to the WordPress"
139
- msgstr "Tagasi WordPressi"
140
-
141
- #: contact_form.php:362
142
- msgid "Plugins page"
143
- msgstr "Pluginate leht"
144
-
145
- #: contact_form.php:598
146
  msgid ""
147
  "Email 'FROM' field option was changed, which may cause email messages being "
148
  "moved to the spam folder or email delivery failures."
149
  msgstr ""
150
 
151
- #: contact_form.php:608
152
  msgid ""
153
  "If the 'Redirect to page' option is selected then the URL field should be in "
154
  "the following format"
@@ -156,111 +136,53 @@ msgstr ""
156
  "Kui 'Suuna lehele' valik on aktiveeritud, siis URL-i väli peab olema "
157
  "järgnevas formaadis"
158
 
159
- #: contact_form.php:617
160
  msgid "Such user does not exist."
161
  msgstr "Sellist kasutajat ei eksisteeri. "
162
 
163
- #: contact_form.php:627
164
  msgid ""
165
  "Please enter a valid email address in the 'Use this email address' field."
166
  msgstr "Palun sisesta 'Kellelt' väljale korrektne e-maili aadress. "
167
 
168
- #: contact_form.php:635
169
  msgid "Please enter a valid email address in the 'FROM' field."
170
  msgstr "Palun sisesta 'Kellelt' väljale korrektne e-maili aadress. "
171
 
172
- #: contact_form.php:660
173
  msgid "Settings saved."
174
  msgstr "Seaded salvestatud."
175
 
176
- #: contact_form.php:662
177
  msgid "Settings are not saved."
178
  msgstr "Seaded pole salvestatud."
179
 
180
- #: contact_form.php:689 contact_form.php:721
181
- msgid "Wrong license key"
182
- msgstr "Vale litsentsinumber"
183
-
184
- #: contact_form.php:714
185
- msgid ""
186
- "Something went wrong. Try again later. If the error will appear again, "
187
- "please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. "
188
- "We are sorry for inconvenience."
189
- msgstr ""
190
- "Midagi läks valesti. Palun proovi hiljem uuesti. Kui see error ilmub uuesti, "
191
- "siis võta meiega ühendust <a href=http://support.bestwebsoft."
192
- "com>BestWebSoft</a>. Vabandame."
193
-
194
- #: contact_form.php:723
195
- msgid "This license key is bind to another site"
196
- msgstr "See litsents on seotud teise lehega"
197
-
198
- #: contact_form.php:725 contact_form.php:1673
199
- msgid ""
200
- "Unfortunately, you have exceeded the number of available tries per day. "
201
- "Please, upload the plugin manually."
202
- msgstr ""
203
- "Kahjuks ületasid sa päevase limiidi. Palun lae plugin üles manuaalselt."
204
-
205
- #: contact_form.php:736 contact_form.php:758 contact_form.php:777
206
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
207
- msgstr "Ei suutnud alla laadida zip arhiivi. Palun lae plugin üles manuaalselt"
208
-
209
- #: contact_form.php:748
210
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
211
- msgstr "Ei suutnud avada zip arhiivi. Palun lae plugin üles manuaalselt"
212
-
213
- #: contact_form.php:754
214
- msgid ""
215
- "Your server does not support either ZipArchive or Phar. Please, upload the "
216
- "plugin manually"
217
- msgstr ""
218
- "Sinu server ei toeta kas ZipArchive-i või Phr-i. Palun lae plugin üles "
219
- "manuaalselt"
220
-
221
- #: contact_form.php:761
222
- #, fuzzy
223
- msgid "UploadDir is not writable. Please, upload the plugin manually"
224
- msgstr "Ei suutnud avada zip arhiivi. Palun lae plugin üles manuaalselt"
225
-
226
- #: contact_form.php:781
227
- msgid ""
228
- "Something went wrong. Try again later or upload the plugin manually. We are "
229
- "sorry for inconvienience."
230
- msgstr ""
231
- "MIdagi läks valesti. Proovi hiljem uuesti, või lae plugin üles manuaalselt. "
232
- "Vabandame."
233
-
234
- #: contact_form.php:805
235
- msgid "Please, enter Your license key"
236
- msgstr "Palun sisesta oma litsentsinumber..."
237
-
238
- #: contact_form.php:813 contact_form.php:2362 contact_form.php:2376
239
  msgid "Settings"
240
  msgstr "Seaded"
241
 
242
- #: contact_form.php:814
243
  #, fuzzy
244
  msgid "Additional settings"
245
  msgstr "Opcions addicionals"
246
 
247
- #: contact_form.php:815
248
  msgid "Appearance"
249
  msgstr ""
250
 
251
- #: contact_form.php:816 contact_form.php:2377
252
  msgid "FAQ"
253
  msgstr "KKK"
254
 
255
- #: contact_form.php:817
256
  msgid "Go PRO"
257
  msgstr "Telli PRO"
258
 
259
- #: contact_form.php:820 contact_form.php:823
260
  msgid "Notice:"
261
  msgstr "Märkus:"
262
 
263
- #: contact_form.php:820
264
  msgid ""
265
  "The plugin's settings have been changed. In order to save them please don't "
266
  "forget to click the 'Save Changes' button."
@@ -268,7 +190,7 @@ msgstr ""
268
  "Plugina seaded on muudetud. Nende salvestamiseks ära unusta klikkimast "
269
  "'Salvesta muutused' nupul."
270
 
271
- #: contact_form.php:831
272
  msgid ""
273
  "If you want to create multiple contact forms, please install the Contact "
274
  "Form Multi plugin."
@@ -276,7 +198,7 @@ msgstr ""
276
  "Kui soovid sisestada mitut kontaktivormi, siis installi Contact Form Multi "
277
  "plugin."
278
 
279
- #: contact_form.php:839 contact_form.php:842 contact_form.php:1632
280
  msgid ""
281
  "If you would like to add the Contact Form to your website, just copy and "
282
  "paste this shortcode to your post or page or widget:"
@@ -284,13 +206,13 @@ msgstr ""
284
  "Kui soovid lisada kontakti vormi oma kodulehele, siis lihtsalt kopeeri see "
285
  "lühikood oma postitusele või lehele või moodulile:"
286
 
287
- #: contact_form.php:839 contact_form.php:840 contact_form.php:842
288
- #: contact_form.php:843 contact_form.php:1219 contact_form.php:1221
289
- #: contact_form.php:1282 contact_form.php:1284
290
  msgid "or"
291
  msgstr "või"
292
 
293
- #: contact_form.php:840 contact_form.php:843
294
  msgid ""
295
  "If have any problems with the standard shortcode [contact_form], you should "
296
  "use the shortcode"
@@ -298,11 +220,11 @@ msgstr ""
298
  "Kui sul on probleeme standard lühikoodiga [contact_form], siis peaksid "
299
  "kasutama lühikoodi"
300
 
301
- #: contact_form.php:840 contact_form.php:843
302
  msgid "They work the same way."
303
  msgstr "Need töötavad täpselt samamoodi."
304
 
305
- #: contact_form.php:848
306
  msgid ""
307
  "If you leave the fields empty, the messages will be sent to the email "
308
  "address specified during registration."
@@ -310,126 +232,125 @@ msgstr ""
310
  "Kui sa jätad selle välja tühjaks, siis sõnumid saadetakse registreerumisel "
311
  "antud e-maili aadressile."
312
 
313
- #: contact_form.php:851
314
  msgid "The user's email address:"
315
  msgstr "Kasutaja e-maili aadress:"
316
 
317
- #: contact_form.php:855
318
  msgid "Create a username"
319
  msgstr "Loo kasutajanimi"
320
 
321
- #: contact_form.php:868
322
  msgid ""
323
  "Enter a username of the person who should get the messages from the contact "
324
  "form."
325
  msgstr ""
326
  "Sisesta selle isiku kasutajanimi, kes peaks saama sõnumid kontaktivormilt."
327
 
328
- #: contact_form.php:872
329
  msgid "Use this email address:"
330
  msgstr "Kasuta seda e-maili aadressi:"
331
 
332
- #: contact_form.php:875
333
  msgid "Enter the email address you want the messages forwarded to."
334
  msgstr ""
335
  "Introdueixi una adreça de correu electrònic on vulgui re-enviar el missatge"
336
 
337
- #: contact_form.php:884
338
  msgid "Add department selectbox to the contact form:"
339
  msgstr "Lisa valikukast kontakti vormile:"
340
 
341
- #: contact_form.php:892 contact_form.php:1328 contact_form.php:1515
342
  msgid "If you upgrade to Pro version all your settings will be saved."
343
  msgstr "Kui sa lähed üle Pro versioonile, siis kõik seaded salvestatakse."
344
 
345
- #: contact_form.php:899 contact_form.php:1062 contact_form.php:1135
346
- #: contact_form.php:1335 contact_form.php:1522
347
  msgid "Unlock premium options by upgrading to a PRO version."
348
  msgstr "Telli PRO versioon ja ava premium valikud."
349
 
350
- #: contact_form.php:900 contact_form.php:1063 contact_form.php:1136
351
- #: contact_form.php:1336 contact_form.php:1523 contact_form.php:2650
352
- #: contact_form.php:2666
353
  msgid "Learn More"
354
  msgstr "Uuri lähemalt"
355
 
356
- #: contact_form.php:903 contact_form.php:1066 contact_form.php:1139
357
- #: contact_form.php:1339 contact_form.php:1526
358
  msgid "Go"
359
  msgstr "Mine"
360
 
361
- #: contact_form.php:910
362
  msgid "Save emails to the database"
363
  msgstr "Salvesta e-mailid andmebaasi"
364
 
365
- #: contact_form.php:915
366
  msgid "Using"
367
  msgstr "Kasutan"
368
 
369
- #: contact_form.php:915 contact_form.php:1112 contact_form.php:1115
370
- #: contact_form.php:1119
371
  msgid "powered by"
372
  msgstr "loonud"
373
 
374
- #: contact_form.php:918 contact_form.php:922
375
  msgid "Using Contact Form to DB powered by"
376
  msgstr "Kontakti vorm andmebaasi on loonud"
377
 
378
- #: contact_form.php:918
379
  msgid "Activate Contact Form to DB"
380
  msgstr "Aktiveeri Contact Form"
381
 
382
- #: contact_form.php:922
383
  msgid "Download Contact Form to DB"
384
  msgstr "Lae Contact Form alla"
385
 
386
- #: contact_form.php:932
387
  msgid "What to use?"
388
  msgstr "Mida kasutada?"
389
 
390
- #: contact_form.php:935
391
  msgid "Wp-mail"
392
  msgstr "Wp-mail"
393
 
394
- #: contact_form.php:935
395
  msgid "You can use the wp_mail function for mailing"
396
  msgstr "Võid kasutada wp_mail funktsiooni e-mailide saatmiseks"
397
 
398
- #: contact_form.php:937
399
  msgid "Mail"
400
  msgstr "E-mail"
401
 
402
- #: contact_form.php:937
403
  msgid "To send mail you can use the php mail function"
404
  msgstr "E-mailide saatmiseks saad kasutada php mail funktsiooni"
405
 
406
- #: contact_form.php:941
407
  msgid "'FROM' field"
408
  msgstr ""
409
 
410
- #: contact_form.php:943 contact_form.php:993 contact_form.php:1390
411
- #: contact_form.php:2162 contact_form.php:2198
412
  msgid "Name"
413
  msgstr "Nimi"
414
 
415
- #: contact_form.php:947
416
  msgid "User name"
417
  msgstr "Kasutaja nimi"
418
 
419
- #: contact_form.php:949
420
  msgid ""
421
  "The name of the user who fills the form will be used in the field 'From'."
422
  msgstr "Kasutaja nime (kes täidab vormi) kasutatakse 'Kellelt' väljal."
423
 
424
- #: contact_form.php:954 contact_form.php:2173 contact_form.php:2205
425
  msgid "Email"
426
  msgstr "E-mail"
427
 
428
- #: contact_form.php:961
429
  msgid "User email"
430
  msgstr "Kasutaja e-mail"
431
 
432
- #: contact_form.php:963
433
  msgid ""
434
  "The email address of the user who fills the form will be used in the field "
435
  "'From'."
@@ -437,172 +358,172 @@ msgstr ""
437
  "Selle kasutaja, kes täidab vormi, e-maili aadressi kasutatakse 'Kellelt' "
438
  "väljal."
439
 
440
- #: contact_form.php:967
441
  msgid ""
442
  "If this option is changed, email messages may be moved to the spam folder or "
443
  "email delivery failures may occur."
444
  msgstr ""
445
 
446
- #: contact_form.php:973
447
  msgid "Required symbol"
448
  msgstr "Nõutud sümbol"
449
 
450
- #: contact_form.php:983
451
  msgid "Fields"
452
  msgstr "Väljad"
453
 
454
- #: contact_form.php:984
455
  msgid "Used"
456
  msgstr "Kasutatud"
457
 
458
- #: contact_form.php:985
459
  msgid "Required"
460
  msgstr "Nõutud"
461
 
462
- #: contact_form.php:986
463
  msgid "Visible"
464
  msgstr "Nähtav"
465
 
466
- #: contact_form.php:987
467
  msgid "Disabled for editing"
468
  msgstr "Toimetamiseks välja lülitatud"
469
 
470
- #: contact_form.php:988
471
  msgid "Field's default value"
472
  msgstr "Välja vaikeseades väärtus"
473
 
474
- #: contact_form.php:1000
475
  msgid "Use User's name as a default value if the user is logged in."
476
  msgstr ""
477
 
478
- #: contact_form.php:1001 contact_form.php:1029
479
  msgid ""
480
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
481
  "in users."
482
  msgstr ""
483
 
484
- #: contact_form.php:1005
485
  msgid "Location selectbox"
486
  msgstr "Asukoha valik"
487
 
488
- #: contact_form.php:1013 contact_form.php:1395 contact_form.php:2168
489
- #: contact_form.php:2202
490
  msgid "Address"
491
  msgstr "Aadress"
492
 
493
- #: contact_form.php:1021
494
  msgid "Email Address"
495
  msgstr "E-maili aadress"
496
 
497
- #: contact_form.php:1028
498
  msgid "Use User's email as a default value if the user is logged in."
499
  msgstr ""
500
 
501
- #: contact_form.php:1033
502
  msgid "Phone number"
503
  msgstr "Telefoni number"
504
 
505
- #: contact_form.php:1041 contact_form.php:1410 contact_form.php:2183
506
- #: contact_form.php:2211
507
  msgid "Subject"
508
  msgstr "Pealkiri"
509
 
510
- #: contact_form.php:1049 contact_form.php:1414 contact_form.php:2186
511
- #: contact_form.php:2213
512
  msgid "Message"
513
  msgstr "Sõnum"
514
 
515
- #: contact_form.php:1073
516
  msgid "Attachment block"
517
  msgstr "Manuste blokk"
518
 
519
- #: contact_form.php:1075
520
  msgid "Users can attach the following file formats"
521
  msgstr "Kasutajad saavad lisada manuseid järgnevates formaatides"
522
 
523
- #: contact_form.php:1088
524
  msgid "Add to the form"
525
  msgstr "Lisa vormile"
526
 
527
- #: contact_form.php:1093
528
  msgid "Tips below the Attachment"
529
  msgstr "Vihjed manuse alla"
530
 
531
- #: contact_form.php:1102
532
  msgid "'Send me a copy' block"
533
  msgstr "'Saada mulle koopia' blokk"
534
 
535
- #: contact_form.php:1112 contact_form.php:1115 contact_form.php:1119
536
- #: contact_form.php:1424
537
  msgid "Captcha"
538
  msgstr "Captcha"
539
 
540
- #: contact_form.php:1115
541
  msgid "Activate captcha"
542
  msgstr "Captcha activat"
543
 
544
- #: contact_form.php:1119
545
  msgid "Download captcha"
546
  msgstr "Lae captcha alla"
547
 
548
- #: contact_form.php:1127
549
  msgid "Agreement checkbox"
550
  msgstr "Nõustumise kastike"
551
 
552
- #: contact_form.php:1127
553
  msgid "Required checkbox for submitting the form"
554
  msgstr "Nõutud kastike vormi saatmiseks"
555
 
556
- #: contact_form.php:1128
557
  msgid "Optional checkbox"
558
  msgstr "Valikuline kastike"
559
 
560
- #: contact_form.php:1128
561
  msgid "Optional checkbox, the results of which will be displayed in email"
562
  msgstr "Valikuline kastike, mille tulemusi näidatakse e-mailis"
563
 
564
- #: contact_form.php:1145
565
  msgid "Delete an attachment file from the server after the email is sent"
566
  msgstr "Kustuta manuse fail serverist peale e-maili saatmist"
567
 
568
- #: contact_form.php:1151
569
  msgid "Email in HTML format sending"
570
  msgstr "E-maili saatmine HTML formaadis"
571
 
572
- #: contact_form.php:1155
573
  msgid "Display additional info in the email"
574
  msgstr "Näita e-mailis lisainfot"
575
 
576
- #: contact_form.php:1160 contact_form.php:2129 contact_form.php:2131
577
  msgid "Sent from (ip address)"
578
  msgstr "Saadetud (IP aadress)"
579
 
580
- #: contact_form.php:1160
581
  msgid "Example: Sent from (IP address):\t127.0.0.1"
582
  msgstr "Näide: Saadetud (IP address):\t127.0.0.1"
583
 
584
- #: contact_form.php:1161 contact_form.php:2135 contact_form.php:2137
585
  msgid "Date/Time"
586
  msgstr "Kuupäev/Aeg"
587
 
588
- #: contact_form.php:1161
589
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
590
  msgstr "Näide: Kuupäev/Aeg:\tAugust 19, 2013 8:50 pm"
591
 
592
- #: contact_form.php:1162 contact_form.php:2141 contact_form.php:2143
593
  msgid "Sent from (referer)"
594
  msgstr "Saadetud (referer)"
595
 
596
- #: contact_form.php:1162
597
  msgid ""
598
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
599
  msgstr "Näide: Saatnud (referer):\thttp://veebimeister.com/"
600
 
601
- #: contact_form.php:1163 contact_form.php:2147 contact_form.php:2149
602
  msgid "Using (user agent)"
603
  msgstr "Kasutab (user agent)"
604
 
605
- #: contact_form.php:1163
606
  msgid ""
607
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
608
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@@ -610,132 +531,132 @@ msgstr ""
610
  "Näide: Kasutab (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
611
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
612
 
613
- #: contact_form.php:1167
614
  msgid "Language settings for the field names in the form"
615
  msgstr "Vormi keeleseaded nimeväljadele"
616
 
617
- #: contact_form.php:1176
618
  msgid "Add a language"
619
  msgstr "Lisa keel"
620
 
621
- #: contact_form.php:1180
622
  msgid "Change the names of the contact form fields and error messages"
623
  msgstr "Muuda kontakti vormi väljade ja error-sõnumite nimesid"
624
 
625
- #: contact_form.php:1185 contact_form.php:1272
626
  msgid "English"
627
  msgstr "Inglise"
628
 
629
- #: contact_form.php:1193 contact_form.php:1227
630
  msgid "click to expand/hide the list"
631
  msgstr "avamiseks/sulgemiseks klikka"
632
 
633
- #: contact_form.php:1202 contact_form.php:1236
634
  msgid "Tips below the Attachment block"
635
  msgstr "Vihje manuse bloki all"
636
 
637
- #: contact_form.php:1205 contact_form.php:1239
638
  msgid "Error message for the Name field"
639
  msgstr "Error väljal 'Nimi'"
640
 
641
- #: contact_form.php:1206 contact_form.php:1240
642
  msgid "Error message for the Address field"
643
  msgstr "Error väljal 'Aadress'"
644
 
645
- #: contact_form.php:1207 contact_form.php:1241
646
  msgid "Error message for the Email field"
647
  msgstr "Error väljal 'E-mail'"
648
 
649
- #: contact_form.php:1208 contact_form.php:1242
650
  msgid "Error message for the Phone field"
651
  msgstr "Error väljal 'Telefon'"
652
 
653
- #: contact_form.php:1209 contact_form.php:1243
654
  msgid "Error message for the Subject field"
655
  msgstr "Error väljal 'Pealkiri'"
656
 
657
- #: contact_form.php:1210 contact_form.php:1244
658
  msgid "Error message for the Message field"
659
  msgstr "Error väljal 'Sõnum'"
660
 
661
- #: contact_form.php:1211 contact_form.php:1245
662
  msgid "Error message about the file type for the Attachment field"
663
  msgstr "Error faili tüübi kohta manuse väljal"
664
 
665
- #: contact_form.php:1212 contact_form.php:1246
666
  msgid ""
667
  "Error message while uploading a file for the Attachment field to the server"
668
  msgstr "Error faili üles laadimisel serverisse manuse välja jaoks"
669
 
670
- #: contact_form.php:1213 contact_form.php:1247
671
  msgid "Error message while moving the file for the Attachment field"
672
  msgstr "Error faili liigutamisel manuse väljale"
673
 
674
- #: contact_form.php:1214 contact_form.php:1248
675
  msgid "Error message when file size limit for the Attachment field is exceeded"
676
  msgstr "Error ületades faili suuruse limiiti manuse väljal"
677
 
678
- #: contact_form.php:1215 contact_form.php:1249
679
  msgid "Error message for the Captcha field"
680
  msgstr "Error väljal 'Captcha'"
681
 
682
- #: contact_form.php:1216 contact_form.php:1250
683
  msgid "Error message for the whole form"
684
  msgstr "Error kogu vormi kohta"
685
 
686
- #: contact_form.php:1219 contact_form.php:1221 contact_form.php:1253
687
- #: contact_form.php:1255 contact_form.php:1282 contact_form.php:1284
688
- #: contact_form.php:1292 contact_form.php:1294 contact_form.php:2490
689
- #: contact_form.php:2492
690
  msgid "Use shortcode"
691
  msgstr "Kasuta lühikoodi"
692
 
693
- #: contact_form.php:1219 contact_form.php:1221 contact_form.php:1253
694
- #: contact_form.php:1255 contact_form.php:1282 contact_form.php:1284
695
- #: contact_form.php:1292 contact_form.php:1294 contact_form.php:2490
696
- #: contact_form.php:2492
697
  msgid "for this language"
698
  msgstr "selle keele jaoks"
699
 
700
- #: contact_form.php:1263
701
  msgid "Use the changed names of the contact form fields in the email"
702
  msgstr "Kasuta kontaktivormi väljade muudetud nimesid emailis"
703
 
704
- #: contact_form.php:1269
705
  msgid "Action after email is sent"
706
  msgstr "Tegevus peale e-maili saatmist"
707
 
708
- #: contact_form.php:1271
709
  msgid "Display text"
710
  msgstr "Näita teksti"
711
 
712
- #: contact_form.php:1280 contact_form.php:1290
713
  msgid "Text"
714
  msgstr "Tekst"
715
 
716
- #: contact_form.php:1301
717
  msgid "Redirect to the page"
718
  msgstr "Suuna lehele"
719
 
720
- #: contact_form.php:1302
721
  msgid "Url"
722
  msgstr "Url"
723
 
724
- #: contact_form.php:1306
725
  msgid "The $_SERVER variable that is used to build a URL of the form"
726
  msgstr "$_SERVER muutuja mida kasutatakse vormi URL-i loomiseks"
727
 
728
- #: contact_form.php:1310
729
  msgid ""
730
  "If you are not sure whether to change this setting or not, please do not do "
731
  "that."
732
  msgstr "Kui sa pole kindel, mida sa teed, siis ära tee seda."
733
 
734
- #: contact_form.php:1319
735
  msgid "Auto Response"
736
  msgstr ""
737
 
738
- #: contact_form.php:1323
739
  #, php-format
740
  msgid ""
741
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -743,232 +664,178 @@ msgid ""
743
  "name."
744
  msgstr ""
745
 
746
- #: contact_form.php:1349 contact_form.php:1533
747
  msgid "Save Changes"
748
  msgstr "Salvesta muudatused"
749
 
750
- #: contact_form.php:1355
751
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
752
- msgstr "Kui sulle see plugin meeldib, siis anna sellele 5 tärni WordPressis"
753
-
754
- #: contact_form.php:1356
755
- msgid "Rate the plugin"
756
- msgstr "Hinda pluginat"
757
-
758
- #: contact_form.php:1359
759
- msgid "If there is something wrong about it, please contact us"
760
- msgstr "Palun kontakteeru kohe meiega, kui sellega on midagi viga"
761
-
762
- #: contact_form.php:1370
763
  msgid "Errors output"
764
  msgstr "Errorite väljund"
765
 
766
- #: contact_form.php:1373
767
  msgid "Display error messages"
768
  msgstr "Näita error-sõnumeid"
769
 
770
- #: contact_form.php:1374
771
  msgid "Color of the input field errors."
772
  msgstr "Sisestusväljade errorite värv"
773
 
774
- #: contact_form.php:1375
775
  msgid "Display error messages & color of the input field errors"
776
  msgstr "Näita error-sõnumeid ja sisestusväljade errorite värvi"
777
 
778
- #: contact_form.php:1380
779
  msgid "Add placeholder to the input blocks"
780
  msgstr "Lisa kohahoidja sisestusblokkidele"
781
 
782
- #: contact_form.php:1386
783
  msgid "Add tooltips"
784
  msgstr "Lisa vihjed"
785
 
786
- #: contact_form.php:1400
787
  msgid "Email address"
788
  msgstr "E-maili aadress"
789
 
790
- #: contact_form.php:1405
791
  msgid "Phone Number"
792
  msgstr "Telefoni number"
793
 
794
- #: contact_form.php:1419
795
  msgid "Attachment"
796
  msgstr "Manus"
797
 
798
- #: contact_form.php:1424
799
  msgid "(powered by bestwebsoft.com)"
800
  msgstr "(Loonud bestwebsoft.com)"
801
 
802
- #: contact_form.php:1429
803
  msgid "Style options"
804
  msgstr "Stiili valikud"
805
 
806
- #: contact_form.php:1432
807
  msgid "Text color"
808
  msgstr "Teksti värv"
809
 
810
- #: contact_form.php:1435 contact_form.php:1440 contact_form.php:1450
811
- #: contact_form.php:1455 contact_form.php:1460 contact_form.php:1465
812
- #: contact_form.php:1475 contact_form.php:1480 contact_form.php:1486
813
- #: contact_form.php:1497 contact_form.php:1502 contact_form.php:1507
814
  msgid "Default"
815
  msgstr "Vaikimisi valik"
816
 
817
- #: contact_form.php:1437
818
  msgid "Label text color"
819
  msgstr "Sildi teksti värv"
820
 
821
- #: contact_form.php:1442
822
  msgid "Placeholder color"
823
  msgstr "Kohahoidja värv"
824
 
825
- #: contact_form.php:1447
826
  msgid "Errors color"
827
  msgstr "Errorite värv"
828
 
829
- #: contact_form.php:1452
830
  msgid "Error text color"
831
  msgstr "Error-teksti värv"
832
 
833
- #: contact_form.php:1457
834
  msgid "Background color of the input field errors"
835
  msgstr "Sisestusväljade errorite taustavärv"
836
 
837
- #: contact_form.php:1462
838
  msgid "Border color of the input field errors"
839
  msgstr "Sisestusväljade errorite piirjoonte värv"
840
 
841
- #: contact_form.php:1467
842
  msgid "Placeholder color of the input field errors"
843
  msgstr "Sisestusväljade errorite kohahoidja värv"
844
 
845
- #: contact_form.php:1472
846
  msgid "Input fields"
847
  msgstr "Sisestusväljad"
848
 
849
- #: contact_form.php:1477
850
  msgid "Input fields background color"
851
  msgstr "Sisestusväljade taustavärv"
852
 
853
- #: contact_form.php:1482
854
  msgid "Text fields color"
855
  msgstr "Tekstiväljade värv"
856
 
857
- #: contact_form.php:1484
858
  msgid "Border width in px, numbers only"
859
  msgstr "Piirjoone paksus pikslites. Ainult number"
860
 
861
- #: contact_form.php:1488 contact_form.php:1509
862
  msgid "Border color"
863
  msgstr "Piirjoone värv"
864
 
865
- #: contact_form.php:1493
866
  msgid "Submit button"
867
  msgstr "'Saada' nupp"
868
 
869
- #: contact_form.php:1495
870
  msgid "Width in px, numbers only"
871
  msgstr "Laius pikslites, ainult numbrid"
872
 
873
- #: contact_form.php:1499
874
  msgid "Button color"
875
  msgstr "Nupu värv"
876
 
877
- #: contact_form.php:1504
878
  msgid "Button text color"
879
  msgstr "Nupu teksti värv"
880
 
881
- #: contact_form.php:1537
882
  msgid "Contact Form Pro | Preview"
883
  msgstr "Contact Form Pro | Eelvaade"
884
 
885
- #: contact_form.php:1540
886
  msgid "Show with errors"
887
  msgstr "Näita koos erroritega"
888
 
889
- #: contact_form.php:1548 contact_form.php:1550
890
  msgid "Please enter your full name..."
891
  msgstr "Palun sisesta oma täisnimi..."
892
 
893
- #: contact_form.php:1561 contact_form.php:1563
894
  msgid "Please enter your address..."
895
  msgstr "Palun sisesta oma aadress..."
896
 
897
- #: contact_form.php:1572 contact_form.php:1574
898
  msgid "Please enter your email address..."
899
  msgstr "Palun sisesta oma e-maili aadress..."
900
 
901
- #: contact_form.php:1583 contact_form.php:1585
902
  msgid "Please enter your phone number..."
903
  msgstr "Palun sisesta oma telefoni number..."
904
 
905
- #: contact_form.php:1594 contact_form.php:1596
906
  msgid "Please enter subject..."
907
  msgstr "Palun sisesta pealkiri..."
908
 
909
- #: contact_form.php:1604 contact_form.php:1606
910
  msgid "Please enter your message..."
911
  msgstr "Palun sisesta oma sõnum..."
912
 
913
- #: contact_form.php:1648
914
- msgid ""
915
- "Congratulations! The PRO version of the plugin is successfully download and "
916
- "activated."
917
- msgstr ""
918
- "Palju õnne! Plugina PRO versioon on edukalt alla laetud ja aktiveeritud."
919
-
920
- #: contact_form.php:1650
921
- msgid "Please, go to"
922
- msgstr "Palun mine"
923
-
924
- #: contact_form.php:1650
925
- msgid "the setting page"
926
- msgstr "seadete leht"
927
-
928
- #: contact_form.php:1651
929
- msgid "You will be redirected automatically in 5 seconds."
930
- msgstr "Sind suunatakse automaatselt edasi 5 sekundi jooksul."
931
-
932
- #: contact_form.php:1656
933
- msgid "You can download and activate"
934
- msgstr "Saad alla laadida ja aktiveerida"
935
-
936
- #: contact_form.php:1658
937
- msgid "version of this plugin by entering Your license key."
938
- msgstr "versiooni sellest pluginast sisestades oma litsentsinumbri."
939
-
940
- #: contact_form.php:1660
941
- msgid ""
942
- "You can find your license key on your personal page Client area, by clicking "
943
- "on the link"
944
- msgstr "Litsentsinumbri leiad oma isiklikult kliendialalt, klikates lingil"
945
-
946
- #: contact_form.php:1662
947
- msgid "(your username is the email you specify when purchasing the product)."
948
- msgstr ""
949
- "(sinu kasutajanimi on emaili aadress mida sa kasutasid toote ostmisel)."
950
-
951
- #: contact_form.php:1670 contact_form.php:1680
952
- msgid "Activate"
953
- msgstr "Aktiveeri"
954
-
955
- #: contact_form.php:1752
956
  msgid "Sorry, email message could not be delivered."
957
  msgstr "Vabandust, see kiri jäi saatmata."
958
 
959
- #: contact_form.php:2156
960
  msgid "Contact from"
961
  msgstr "Kontakti vorm"
962
 
963
- #: contact_form.php:2178 contact_form.php:2208
964
  msgid "Phone"
965
  msgstr "Telefon"
966
 
967
- #: contact_form.php:2189 contact_form.php:2215
968
  msgid "Site"
969
  msgstr "Leht"
970
 
971
- #: contact_form.php:2302
972
  msgid ""
973
  "If you can see this MIME, it means that the MIME type is not supported by "
974
  "your email client!"
@@ -976,37 +843,164 @@ msgstr ""
976
  "Kui sa näed seda MIME-t, siis MIME tüüp pole sinu e-maili kliendi poolt "
977
  "toetatud!"
978
 
979
- #: contact_form.php:2378
980
  msgid "Support"
981
  msgstr "Klienditugi"
982
 
983
- #: contact_form.php:2432
984
  msgid "Are you sure that you want to delete this language data?"
985
  msgstr "Oled sa kindel, et soovid kustutada selle keele andmeid?"
986
 
987
- #: contact_form.php:2653
 
 
 
 
 
988
  msgid ""
989
- "It’s time to upgrade your <strong>Contact Form plugin</strong> to "
990
- "<strong>PRO</strong> version"
991
  msgstr ""
992
- "On aeg sinu <strong>Contact Form plugin</strong> uuendada <strong>PRO</"
993
- "strong> versioonile"
994
 
995
- #: contact_form.php:2654
996
- msgid "Extend standard plugin functionality with new great options."
997
- msgstr "Avarda tavalisi plugina funktsioone uute valikutega."
 
 
 
 
 
998
 
999
- #: contact_form.php:2669
1000
  msgid ""
1001
  "<strong>Contact Form to DB</strong> allows to store your messages to the "
1002
  "database."
1003
  msgstr ""
1004
  "<strong>Contact Form to DB</strong> laseb sul salvestada sõnumeid andmebaasi."
1005
 
1006
- #: contact_form.php:2670
1007
  msgid "Manage messages that have been sent from your website."
1008
  msgstr "Toimeta sõnumeid, mis on sulle saadetud sinu veebilehelt."
1009
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1010
  #~ msgid "Extra settings"
1011
  #~ msgstr "Ekstra seaded"
1012
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-05 12:57+0300\n"
6
+ "PO-Revision-Date: 2015-03-05 12:57+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Feliks <feliks@veebimeister.com>\n"
9
  "Language: ca_ES\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:35 contact_form.php:631
20
  msgid "Contact Form Settings"
21
  msgstr "Contact Form seaded"
22
 
23
+ #: contact_form.php:35
24
  msgid "Contact Form"
25
  msgstr "Contact Form"
26
 
27
+ #: contact_form.php:123 contact_form.php:1012 contact_form.php:1046
28
  msgid "Name:"
29
  msgstr "Nimi:"
30
 
31
+ #: contact_form.php:124 contact_form.php:1013 contact_form.php:1047
32
  msgid "Address:"
33
  msgstr "Aadress:"
34
 
35
+ #: contact_form.php:125 contact_form.php:1014 contact_form.php:1048
36
  msgid "Email Address:"
37
  msgstr "E-maili aadress:"
38
 
39
+ #: contact_form.php:126 contact_form.php:1015 contact_form.php:1049
40
  msgid "Phone number:"
41
  msgstr "Telefoni number:"
42
 
43
+ #: contact_form.php:127 contact_form.php:1016 contact_form.php:1050
44
  msgid "Subject:"
45
  msgstr "Pealkiri:"
46
 
47
+ #: contact_form.php:128 contact_form.php:1017 contact_form.php:1051
48
  msgid "Message:"
49
  msgstr "Sõnum:"
50
 
51
+ #: contact_form.php:129 contact_form.php:1018 contact_form.php:1052
52
  msgid "Attachment:"
53
  msgstr "Manus:"
54
 
55
+ #: contact_form.php:130
56
  msgid ""
57
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
58
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
62
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max faili "
63
  "suurus: 2MB"
64
 
65
+ #: contact_form.php:131 contact_form.php:1020 contact_form.php:1054
66
  msgid "Send me a copy"
67
  msgstr "Saada mulle koopia"
68
 
69
+ #: contact_form.php:132 contact_form.php:1021 contact_form.php:1055
70
  msgid "Submit"
71
  msgstr "Saada"
72
 
73
+ #: contact_form.php:133
74
  msgid "Your name is required."
75
  msgstr "Sinu nimi on kohustuslik."
76
 
77
+ #: contact_form.php:134
78
  msgid "Address is required."
79
  msgstr "Aadress on kohustuslik."
80
 
81
+ #: contact_form.php:135
82
  msgid "A valid email address is required."
83
  msgstr "Korrektne e-mail on kohustuslik."
84
 
85
+ #: contact_form.php:136
86
  msgid "Phone number is required."
87
  msgstr "Telefoni number on kohustuslik."
88
 
89
+ #: contact_form.php:137
90
  msgid "Subject is required."
91
  msgstr "Pealkiri on kohustuslik."
92
 
93
+ #: contact_form.php:138
94
  msgid "Message text is required."
95
  msgstr "Sõnumi tekst on kohustuslik."
96
 
97
+ #: contact_form.php:139
98
  msgid "File format is not valid."
99
  msgstr "Failiformaat pole toetatud."
100
 
101
+ #: contact_form.php:140
102
  msgid "File upload error."
103
  msgstr "Error faili üles laadimisel."
104
 
105
+ #: contact_form.php:141
106
  msgid "The file could not be uploaded."
107
  msgstr "Faili ei saanud üles laadida."
108
 
109
+ #: contact_form.php:142
110
  msgid "This file is too large."
111
  msgstr "See fail on liiga suur."
112
 
113
+ #: contact_form.php:143
114
  msgid "Please fill out the CAPTCHA."
115
  msgstr "Palun täida CAPTCHA."
116
 
117
+ #: contact_form.php:144
118
  msgid "Please make corrections below and try again."
119
  msgstr "Palun tee allolevad parandused ja proovi uuesti."
120
 
121
+ #: contact_form.php:146
122
  msgid "Thank you for contacting us."
123
  msgstr "Tänan meiega kontakteerumast."
124
 
125
+ #: contact_form.php:543
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
126
  msgid ""
127
  "Email 'FROM' field option was changed, which may cause email messages being "
128
  "moved to the spam folder or email delivery failures."
129
  msgstr ""
130
 
131
+ #: contact_form.php:553
132
  msgid ""
133
  "If the 'Redirect to page' option is selected then the URL field should be in "
134
  "the following format"
136
  "Kui 'Suuna lehele' valik on aktiveeritud, siis URL-i väli peab olema "
137
  "järgnevas formaadis"
138
 
139
+ #: contact_form.php:562
140
  msgid "Such user does not exist."
141
  msgstr "Sellist kasutajat ei eksisteeri. "
142
 
143
+ #: contact_form.php:572
144
  msgid ""
145
  "Please enter a valid email address in the 'Use this email address' field."
146
  msgstr "Palun sisesta 'Kellelt' väljale korrektne e-maili aadress. "
147
 
148
+ #: contact_form.php:580
149
  msgid "Please enter a valid email address in the 'FROM' field."
150
  msgstr "Palun sisesta 'Kellelt' väljale korrektne e-maili aadress. "
151
 
152
+ #: contact_form.php:603
153
  msgid "Settings saved."
154
  msgstr "Seaded salvestatud."
155
 
156
+ #: contact_form.php:605
157
  msgid "Settings are not saved."
158
  msgstr "Seaded pole salvestatud."
159
 
160
+ #: contact_form.php:633 contact_form.php:2126 contact_form.php:2140
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
161
  msgid "Settings"
162
  msgstr "Seaded"
163
 
164
+ #: contact_form.php:634
165
  #, fuzzy
166
  msgid "Additional settings"
167
  msgstr "Opcions addicionals"
168
 
169
+ #: contact_form.php:635
170
  msgid "Appearance"
171
  msgstr ""
172
 
173
+ #: contact_form.php:636 contact_form.php:2141
174
  msgid "FAQ"
175
  msgstr "KKK"
176
 
177
+ #: contact_form.php:637
178
  msgid "Go PRO"
179
  msgstr "Telli PRO"
180
 
181
+ #: contact_form.php:640 contact_form.php:642
182
  msgid "Notice:"
183
  msgstr "Märkus:"
184
 
185
+ #: contact_form.php:640
186
  msgid ""
187
  "The plugin's settings have been changed. In order to save them please don't "
188
  "forget to click the 'Save Changes' button."
190
  "Plugina seaded on muudetud. Nende salvestamiseks ära unusta klikkimast "
191
  "'Salvesta muutused' nupul."
192
 
193
+ #: contact_form.php:650
194
  msgid ""
195
  "If you want to create multiple contact forms, please install the Contact "
196
  "Form Multi plugin."
198
  "Kui soovid sisestada mitut kontaktivormi, siis installi Contact Form Multi "
199
  "plugin."
200
 
201
+ #: contact_form.php:657 contact_form.php:660 contact_form.php:1439
202
  msgid ""
203
  "If you would like to add the Contact Form to your website, just copy and "
204
  "paste this shortcode to your post or page or widget:"
206
  "Kui soovid lisada kontakti vormi oma kodulehele, siis lihtsalt kopeeri see "
207
  "lühikood oma postitusele või lehele või moodulile:"
208
 
209
+ #: contact_form.php:657 contact_form.php:658 contact_form.php:660
210
+ #: contact_form.php:661 contact_form.php:1036 contact_form.php:1038
211
+ #: contact_form.php:1099 contact_form.php:1101
212
  msgid "or"
213
  msgstr "või"
214
 
215
+ #: contact_form.php:658 contact_form.php:661
216
  msgid ""
217
  "If have any problems with the standard shortcode [contact_form], you should "
218
  "use the shortcode"
220
  "Kui sul on probleeme standard lühikoodiga [contact_form], siis peaksid "
221
  "kasutama lühikoodi"
222
 
223
+ #: contact_form.php:658 contact_form.php:661
224
  msgid "They work the same way."
225
  msgstr "Need töötavad täpselt samamoodi."
226
 
227
+ #: contact_form.php:665
228
  msgid ""
229
  "If you leave the fields empty, the messages will be sent to the email "
230
  "address specified during registration."
232
  "Kui sa jätad selle välja tühjaks, siis sõnumid saadetakse registreerumisel "
233
  "antud e-maili aadressile."
234
 
235
+ #: contact_form.php:668
236
  msgid "The user's email address:"
237
  msgstr "Kasutaja e-maili aadress:"
238
 
239
+ #: contact_form.php:672
240
  msgid "Create a username"
241
  msgstr "Loo kasutajanimi"
242
 
243
+ #: contact_form.php:685
244
  msgid ""
245
  "Enter a username of the person who should get the messages from the contact "
246
  "form."
247
  msgstr ""
248
  "Sisesta selle isiku kasutajanimi, kes peaks saama sõnumid kontaktivormilt."
249
 
250
+ #: contact_form.php:689
251
  msgid "Use this email address:"
252
  msgstr "Kasuta seda e-maili aadressi:"
253
 
254
+ #: contact_form.php:692
255
  msgid "Enter the email address you want the messages forwarded to."
256
  msgstr ""
257
  "Introdueixi una adreça de correu electrònic on vulgui re-enviar el missatge"
258
 
259
+ #: contact_form.php:701
260
  msgid "Add department selectbox to the contact form:"
261
  msgstr "Lisa valikukast kontakti vormile:"
262
 
263
+ #: contact_form.php:709 contact_form.php:1145 contact_form.php:1322
264
  msgid "If you upgrade to Pro version all your settings will be saved."
265
  msgstr "Kui sa lähed üle Pro versioonile, siis kõik seaded salvestatakse."
266
 
267
+ #: contact_form.php:716 contact_form.php:879 contact_form.php:952
268
+ #: contact_form.php:1152 contact_form.php:1329
269
  msgid "Unlock premium options by upgrading to a PRO version."
270
  msgstr "Telli PRO versioon ja ava premium valikud."
271
 
272
+ #: contact_form.php:717 contact_form.php:880 contact_form.php:953
273
+ #: contact_form.php:1153 contact_form.php:1330 contact_form.php:2402
 
274
  msgid "Learn More"
275
  msgstr "Uuri lähemalt"
276
 
277
+ #: contact_form.php:720 contact_form.php:883 contact_form.php:956
278
+ #: contact_form.php:1156 contact_form.php:1333
279
  msgid "Go"
280
  msgstr "Mine"
281
 
282
+ #: contact_form.php:727
283
  msgid "Save emails to the database"
284
  msgstr "Salvesta e-mailid andmebaasi"
285
 
286
+ #: contact_form.php:732
287
  msgid "Using"
288
  msgstr "Kasutan"
289
 
290
+ #: contact_form.php:732 contact_form.php:929 contact_form.php:932
291
+ #: contact_form.php:936
292
  msgid "powered by"
293
  msgstr "loonud"
294
 
295
+ #: contact_form.php:735 contact_form.php:739
296
  msgid "Using Contact Form to DB powered by"
297
  msgstr "Kontakti vorm andmebaasi on loonud"
298
 
299
+ #: contact_form.php:735
300
  msgid "Activate Contact Form to DB"
301
  msgstr "Aktiveeri Contact Form"
302
 
303
+ #: contact_form.php:739
304
  msgid "Download Contact Form to DB"
305
  msgstr "Lae Contact Form alla"
306
 
307
+ #: contact_form.php:749
308
  msgid "What to use?"
309
  msgstr "Mida kasutada?"
310
 
311
+ #: contact_form.php:752
312
  msgid "Wp-mail"
313
  msgstr "Wp-mail"
314
 
315
+ #: contact_form.php:752
316
  msgid "You can use the wp_mail function for mailing"
317
  msgstr "Võid kasutada wp_mail funktsiooni e-mailide saatmiseks"
318
 
319
+ #: contact_form.php:754
320
  msgid "Mail"
321
  msgstr "E-mail"
322
 
323
+ #: contact_form.php:754
324
  msgid "To send mail you can use the php mail function"
325
  msgstr "E-mailide saatmiseks saad kasutada php mail funktsiooni"
326
 
327
+ #: contact_form.php:758
328
  msgid "'FROM' field"
329
  msgstr ""
330
 
331
+ #: contact_form.php:760 contact_form.php:810 contact_form.php:1197
332
+ #: contact_form.php:1927 contact_form.php:1963
333
  msgid "Name"
334
  msgstr "Nimi"
335
 
336
+ #: contact_form.php:764
337
  msgid "User name"
338
  msgstr "Kasutaja nimi"
339
 
340
+ #: contact_form.php:766
341
  msgid ""
342
  "The name of the user who fills the form will be used in the field 'From'."
343
  msgstr "Kasutaja nime (kes täidab vormi) kasutatakse 'Kellelt' väljal."
344
 
345
+ #: contact_form.php:771 contact_form.php:1938 contact_form.php:1970
346
  msgid "Email"
347
  msgstr "E-mail"
348
 
349
+ #: contact_form.php:778
350
  msgid "User email"
351
  msgstr "Kasutaja e-mail"
352
 
353
+ #: contact_form.php:780
354
  msgid ""
355
  "The email address of the user who fills the form will be used in the field "
356
  "'From'."
358
  "Selle kasutaja, kes täidab vormi, e-maili aadressi kasutatakse 'Kellelt' "
359
  "väljal."
360
 
361
+ #: contact_form.php:784
362
  msgid ""
363
  "If this option is changed, email messages may be moved to the spam folder or "
364
  "email delivery failures may occur."
365
  msgstr ""
366
 
367
+ #: contact_form.php:790
368
  msgid "Required symbol"
369
  msgstr "Nõutud sümbol"
370
 
371
+ #: contact_form.php:800
372
  msgid "Fields"
373
  msgstr "Väljad"
374
 
375
+ #: contact_form.php:801
376
  msgid "Used"
377
  msgstr "Kasutatud"
378
 
379
+ #: contact_form.php:802
380
  msgid "Required"
381
  msgstr "Nõutud"
382
 
383
+ #: contact_form.php:803
384
  msgid "Visible"
385
  msgstr "Nähtav"
386
 
387
+ #: contact_form.php:804
388
  msgid "Disabled for editing"
389
  msgstr "Toimetamiseks välja lülitatud"
390
 
391
+ #: contact_form.php:805
392
  msgid "Field's default value"
393
  msgstr "Välja vaikeseades väärtus"
394
 
395
+ #: contact_form.php:817
396
  msgid "Use User's name as a default value if the user is logged in."
397
  msgstr ""
398
 
399
+ #: contact_form.php:818 contact_form.php:846
400
  msgid ""
401
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
402
  "in users."
403
  msgstr ""
404
 
405
+ #: contact_form.php:822
406
  msgid "Location selectbox"
407
  msgstr "Asukoha valik"
408
 
409
+ #: contact_form.php:830 contact_form.php:1202 contact_form.php:1933
410
+ #: contact_form.php:1967
411
  msgid "Address"
412
  msgstr "Aadress"
413
 
414
+ #: contact_form.php:838
415
  msgid "Email Address"
416
  msgstr "E-maili aadress"
417
 
418
+ #: contact_form.php:845
419
  msgid "Use User's email as a default value if the user is logged in."
420
  msgstr ""
421
 
422
+ #: contact_form.php:850
423
  msgid "Phone number"
424
  msgstr "Telefoni number"
425
 
426
+ #: contact_form.php:858 contact_form.php:1217 contact_form.php:1948
427
+ #: contact_form.php:1976
428
  msgid "Subject"
429
  msgstr "Pealkiri"
430
 
431
+ #: contact_form.php:866 contact_form.php:1221 contact_form.php:1951
432
+ #: contact_form.php:1978
433
  msgid "Message"
434
  msgstr "Sõnum"
435
 
436
+ #: contact_form.php:890
437
  msgid "Attachment block"
438
  msgstr "Manuste blokk"
439
 
440
+ #: contact_form.php:892
441
  msgid "Users can attach the following file formats"
442
  msgstr "Kasutajad saavad lisada manuseid järgnevates formaatides"
443
 
444
+ #: contact_form.php:905
445
  msgid "Add to the form"
446
  msgstr "Lisa vormile"
447
 
448
+ #: contact_form.php:910
449
  msgid "Tips below the Attachment"
450
  msgstr "Vihjed manuse alla"
451
 
452
+ #: contact_form.php:919
453
  msgid "'Send me a copy' block"
454
  msgstr "'Saada mulle koopia' blokk"
455
 
456
+ #: contact_form.php:929 contact_form.php:932 contact_form.php:936
457
+ #: contact_form.php:1231
458
  msgid "Captcha"
459
  msgstr "Captcha"
460
 
461
+ #: contact_form.php:932
462
  msgid "Activate captcha"
463
  msgstr "Captcha activat"
464
 
465
+ #: contact_form.php:936
466
  msgid "Download captcha"
467
  msgstr "Lae captcha alla"
468
 
469
+ #: contact_form.php:944
470
  msgid "Agreement checkbox"
471
  msgstr "Nõustumise kastike"
472
 
473
+ #: contact_form.php:944
474
  msgid "Required checkbox for submitting the form"
475
  msgstr "Nõutud kastike vormi saatmiseks"
476
 
477
+ #: contact_form.php:945
478
  msgid "Optional checkbox"
479
  msgstr "Valikuline kastike"
480
 
481
+ #: contact_form.php:945
482
  msgid "Optional checkbox, the results of which will be displayed in email"
483
  msgstr "Valikuline kastike, mille tulemusi näidatakse e-mailis"
484
 
485
+ #: contact_form.php:962
486
  msgid "Delete an attachment file from the server after the email is sent"
487
  msgstr "Kustuta manuse fail serverist peale e-maili saatmist"
488
 
489
+ #: contact_form.php:968
490
  msgid "Email in HTML format sending"
491
  msgstr "E-maili saatmine HTML formaadis"
492
 
493
+ #: contact_form.php:972
494
  msgid "Display additional info in the email"
495
  msgstr "Näita e-mailis lisainfot"
496
 
497
+ #: contact_form.php:977 contact_form.php:1894 contact_form.php:1896
498
  msgid "Sent from (ip address)"
499
  msgstr "Saadetud (IP aadress)"
500
 
501
+ #: contact_form.php:977
502
  msgid "Example: Sent from (IP address):\t127.0.0.1"
503
  msgstr "Näide: Saadetud (IP address):\t127.0.0.1"
504
 
505
+ #: contact_form.php:978 contact_form.php:1900 contact_form.php:1902
506
  msgid "Date/Time"
507
  msgstr "Kuupäev/Aeg"
508
 
509
+ #: contact_form.php:978
510
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
511
  msgstr "Näide: Kuupäev/Aeg:\tAugust 19, 2013 8:50 pm"
512
 
513
+ #: contact_form.php:979 contact_form.php:1906 contact_form.php:1908
514
  msgid "Sent from (referer)"
515
  msgstr "Saadetud (referer)"
516
 
517
+ #: contact_form.php:979
518
  msgid ""
519
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
520
  msgstr "Näide: Saatnud (referer):\thttp://veebimeister.com/"
521
 
522
+ #: contact_form.php:980 contact_form.php:1912 contact_form.php:1914
523
  msgid "Using (user agent)"
524
  msgstr "Kasutab (user agent)"
525
 
526
+ #: contact_form.php:980
527
  msgid ""
528
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
529
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
531
  "Näide: Kasutab (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
532
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
533
 
534
+ #: contact_form.php:984
535
  msgid "Language settings for the field names in the form"
536
  msgstr "Vormi keeleseaded nimeväljadele"
537
 
538
+ #: contact_form.php:993
539
  msgid "Add a language"
540
  msgstr "Lisa keel"
541
 
542
+ #: contact_form.php:997
543
  msgid "Change the names of the contact form fields and error messages"
544
  msgstr "Muuda kontakti vormi väljade ja error-sõnumite nimesid"
545
 
546
+ #: contact_form.php:1002 contact_form.php:1089
547
  msgid "English"
548
  msgstr "Inglise"
549
 
550
+ #: contact_form.php:1010 contact_form.php:1044
551
  msgid "click to expand/hide the list"
552
  msgstr "avamiseks/sulgemiseks klikka"
553
 
554
+ #: contact_form.php:1019 contact_form.php:1053
555
  msgid "Tips below the Attachment block"
556
  msgstr "Vihje manuse bloki all"
557
 
558
+ #: contact_form.php:1022 contact_form.php:1056
559
  msgid "Error message for the Name field"
560
  msgstr "Error väljal 'Nimi'"
561
 
562
+ #: contact_form.php:1023 contact_form.php:1057
563
  msgid "Error message for the Address field"
564
  msgstr "Error väljal 'Aadress'"
565
 
566
+ #: contact_form.php:1024 contact_form.php:1058
567
  msgid "Error message for the Email field"
568
  msgstr "Error väljal 'E-mail'"
569
 
570
+ #: contact_form.php:1025 contact_form.php:1059
571
  msgid "Error message for the Phone field"
572
  msgstr "Error väljal 'Telefon'"
573
 
574
+ #: contact_form.php:1026 contact_form.php:1060
575
  msgid "Error message for the Subject field"
576
  msgstr "Error väljal 'Pealkiri'"
577
 
578
+ #: contact_form.php:1027 contact_form.php:1061
579
  msgid "Error message for the Message field"
580
  msgstr "Error väljal 'Sõnum'"
581
 
582
+ #: contact_form.php:1028 contact_form.php:1062
583
  msgid "Error message about the file type for the Attachment field"
584
  msgstr "Error faili tüübi kohta manuse väljal"
585
 
586
+ #: contact_form.php:1029 contact_form.php:1063
587
  msgid ""
588
  "Error message while uploading a file for the Attachment field to the server"
589
  msgstr "Error faili üles laadimisel serverisse manuse välja jaoks"
590
 
591
+ #: contact_form.php:1030 contact_form.php:1064
592
  msgid "Error message while moving the file for the Attachment field"
593
  msgstr "Error faili liigutamisel manuse väljale"
594
 
595
+ #: contact_form.php:1031 contact_form.php:1065
596
  msgid "Error message when file size limit for the Attachment field is exceeded"
597
  msgstr "Error ületades faili suuruse limiiti manuse väljal"
598
 
599
+ #: contact_form.php:1032 contact_form.php:1066
600
  msgid "Error message for the Captcha field"
601
  msgstr "Error väljal 'Captcha'"
602
 
603
+ #: contact_form.php:1033 contact_form.php:1067
604
  msgid "Error message for the whole form"
605
  msgstr "Error kogu vormi kohta"
606
 
607
+ #: contact_form.php:1036 contact_form.php:1038 contact_form.php:1070
608
+ #: contact_form.php:1072 contact_form.php:1099 contact_form.php:1101
609
+ #: contact_form.php:1109 contact_form.php:1111 contact_form.php:2272
610
+ #: contact_form.php:2274
611
  msgid "Use shortcode"
612
  msgstr "Kasuta lühikoodi"
613
 
614
+ #: contact_form.php:1036 contact_form.php:1038 contact_form.php:1070
615
+ #: contact_form.php:1072 contact_form.php:1099 contact_form.php:1101
616
+ #: contact_form.php:1109 contact_form.php:1111 contact_form.php:2272
617
+ #: contact_form.php:2274
618
  msgid "for this language"
619
  msgstr "selle keele jaoks"
620
 
621
+ #: contact_form.php:1080
622
  msgid "Use the changed names of the contact form fields in the email"
623
  msgstr "Kasuta kontaktivormi väljade muudetud nimesid emailis"
624
 
625
+ #: contact_form.php:1086
626
  msgid "Action after email is sent"
627
  msgstr "Tegevus peale e-maili saatmist"
628
 
629
+ #: contact_form.php:1088
630
  msgid "Display text"
631
  msgstr "Näita teksti"
632
 
633
+ #: contact_form.php:1097 contact_form.php:1107
634
  msgid "Text"
635
  msgstr "Tekst"
636
 
637
+ #: contact_form.php:1118
638
  msgid "Redirect to the page"
639
  msgstr "Suuna lehele"
640
 
641
+ #: contact_form.php:1119
642
  msgid "Url"
643
  msgstr "Url"
644
 
645
+ #: contact_form.php:1123
646
  msgid "The $_SERVER variable that is used to build a URL of the form"
647
  msgstr "$_SERVER muutuja mida kasutatakse vormi URL-i loomiseks"
648
 
649
+ #: contact_form.php:1127
650
  msgid ""
651
  "If you are not sure whether to change this setting or not, please do not do "
652
  "that."
653
  msgstr "Kui sa pole kindel, mida sa teed, siis ära tee seda."
654
 
655
+ #: contact_form.php:1136
656
  msgid "Auto Response"
657
  msgstr ""
658
 
659
+ #: contact_form.php:1140
660
  #, php-format
661
  msgid ""
662
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
664
  "name."
665
  msgstr ""
666
 
667
+ #: contact_form.php:1165 contact_form.php:1340
668
  msgid "Save Changes"
669
  msgstr "Salvesta muudatused"
670
 
671
+ #: contact_form.php:1177
 
 
 
 
 
 
 
 
 
 
 
 
672
  msgid "Errors output"
673
  msgstr "Errorite väljund"
674
 
675
+ #: contact_form.php:1180
676
  msgid "Display error messages"
677
  msgstr "Näita error-sõnumeid"
678
 
679
+ #: contact_form.php:1181
680
  msgid "Color of the input field errors."
681
  msgstr "Sisestusväljade errorite värv"
682
 
683
+ #: contact_form.php:1182
684
  msgid "Display error messages & color of the input field errors"
685
  msgstr "Näita error-sõnumeid ja sisestusväljade errorite värvi"
686
 
687
+ #: contact_form.php:1187
688
  msgid "Add placeholder to the input blocks"
689
  msgstr "Lisa kohahoidja sisestusblokkidele"
690
 
691
+ #: contact_form.php:1193
692
  msgid "Add tooltips"
693
  msgstr "Lisa vihjed"
694
 
695
+ #: contact_form.php:1207
696
  msgid "Email address"
697
  msgstr "E-maili aadress"
698
 
699
+ #: contact_form.php:1212
700
  msgid "Phone Number"
701
  msgstr "Telefoni number"
702
 
703
+ #: contact_form.php:1226
704
  msgid "Attachment"
705
  msgstr "Manus"
706
 
707
+ #: contact_form.php:1231
708
  msgid "(powered by bestwebsoft.com)"
709
  msgstr "(Loonud bestwebsoft.com)"
710
 
711
+ #: contact_form.php:1236
712
  msgid "Style options"
713
  msgstr "Stiili valikud"
714
 
715
+ #: contact_form.php:1239
716
  msgid "Text color"
717
  msgstr "Teksti värv"
718
 
719
+ #: contact_form.php:1242 contact_form.php:1247 contact_form.php:1257
720
+ #: contact_form.php:1262 contact_form.php:1267 contact_form.php:1272
721
+ #: contact_form.php:1282 contact_form.php:1287 contact_form.php:1293
722
+ #: contact_form.php:1304 contact_form.php:1309 contact_form.php:1314
723
  msgid "Default"
724
  msgstr "Vaikimisi valik"
725
 
726
+ #: contact_form.php:1244
727
  msgid "Label text color"
728
  msgstr "Sildi teksti värv"
729
 
730
+ #: contact_form.php:1249
731
  msgid "Placeholder color"
732
  msgstr "Kohahoidja värv"
733
 
734
+ #: contact_form.php:1254
735
  msgid "Errors color"
736
  msgstr "Errorite värv"
737
 
738
+ #: contact_form.php:1259
739
  msgid "Error text color"
740
  msgstr "Error-teksti värv"
741
 
742
+ #: contact_form.php:1264
743
  msgid "Background color of the input field errors"
744
  msgstr "Sisestusväljade errorite taustavärv"
745
 
746
+ #: contact_form.php:1269
747
  msgid "Border color of the input field errors"
748
  msgstr "Sisestusväljade errorite piirjoonte värv"
749
 
750
+ #: contact_form.php:1274
751
  msgid "Placeholder color of the input field errors"
752
  msgstr "Sisestusväljade errorite kohahoidja värv"
753
 
754
+ #: contact_form.php:1279
755
  msgid "Input fields"
756
  msgstr "Sisestusväljad"
757
 
758
+ #: contact_form.php:1284
759
  msgid "Input fields background color"
760
  msgstr "Sisestusväljade taustavärv"
761
 
762
+ #: contact_form.php:1289
763
  msgid "Text fields color"
764
  msgstr "Tekstiväljade värv"
765
 
766
+ #: contact_form.php:1291
767
  msgid "Border width in px, numbers only"
768
  msgstr "Piirjoone paksus pikslites. Ainult number"
769
 
770
+ #: contact_form.php:1295 contact_form.php:1316
771
  msgid "Border color"
772
  msgstr "Piirjoone värv"
773
 
774
+ #: contact_form.php:1300
775
  msgid "Submit button"
776
  msgstr "'Saada' nupp"
777
 
778
+ #: contact_form.php:1302
779
  msgid "Width in px, numbers only"
780
  msgstr "Laius pikslites, ainult numbrid"
781
 
782
+ #: contact_form.php:1306
783
  msgid "Button color"
784
  msgstr "Nupu värv"
785
 
786
+ #: contact_form.php:1311
787
  msgid "Button text color"
788
  msgstr "Nupu teksti värv"
789
 
790
+ #: contact_form.php:1344
791
  msgid "Contact Form Pro | Preview"
792
  msgstr "Contact Form Pro | Eelvaade"
793
 
794
+ #: contact_form.php:1347
795
  msgid "Show with errors"
796
  msgstr "Näita koos erroritega"
797
 
798
+ #: contact_form.php:1355 contact_form.php:1357
799
  msgid "Please enter your full name..."
800
  msgstr "Palun sisesta oma täisnimi..."
801
 
802
+ #: contact_form.php:1368 contact_form.php:1370
803
  msgid "Please enter your address..."
804
  msgstr "Palun sisesta oma aadress..."
805
 
806
+ #: contact_form.php:1379 contact_form.php:1381
807
  msgid "Please enter your email address..."
808
  msgstr "Palun sisesta oma e-maili aadress..."
809
 
810
+ #: contact_form.php:1390 contact_form.php:1392
811
  msgid "Please enter your phone number..."
812
  msgstr "Palun sisesta oma telefoni number..."
813
 
814
+ #: contact_form.php:1401 contact_form.php:1403
815
  msgid "Please enter subject..."
816
  msgstr "Palun sisesta pealkiri..."
817
 
818
+ #: contact_form.php:1411 contact_form.php:1413
819
  msgid "Please enter your message..."
820
  msgstr "Palun sisesta oma sõnum..."
821
 
822
+ #: contact_form.php:1517
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
823
  msgid "Sorry, email message could not be delivered."
824
  msgstr "Vabandust, see kiri jäi saatmata."
825
 
826
+ #: contact_form.php:1921
827
  msgid "Contact from"
828
  msgstr "Kontakti vorm"
829
 
830
+ #: contact_form.php:1943 contact_form.php:1973
831
  msgid "Phone"
832
  msgstr "Telefon"
833
 
834
+ #: contact_form.php:1954 contact_form.php:1980
835
  msgid "Site"
836
  msgstr "Leht"
837
 
838
+ #: contact_form.php:2066
839
  msgid ""
840
  "If you can see this MIME, it means that the MIME type is not supported by "
841
  "your email client!"
843
  "Kui sa näed seda MIME-t, siis MIME tüüp pole sinu e-maili kliendi poolt "
844
  "toetatud!"
845
 
846
+ #: contact_form.php:2142
847
  msgid "Support"
848
  msgstr "Klienditugi"
849
 
850
+ #: contact_form.php:2191
851
  msgid "Are you sure that you want to delete this language data?"
852
  msgstr "Oled sa kindel, et soovid kustutada selle keele andmeid?"
853
 
854
+ #: contact_form.php:2212
855
+ #, fuzzy
856
+ msgid "Add multiple forms"
857
+ msgstr "Lisa vormile"
858
+
859
+ #: contact_form.php:2212
860
  msgid ""
861
+ "Install Contact Form Multi plugin to create unlimited number of contact "
862
+ "forms."
863
  msgstr ""
 
 
864
 
865
+ #: contact_form.php:2217
866
+ #, fuzzy
867
+ msgid "Learn more"
868
+ msgstr "Uuri lähemalt"
869
+
870
+ #: contact_form.php:2221
871
+ msgid "Close"
872
+ msgstr ""
873
 
874
+ #: contact_form.php:2405
875
  msgid ""
876
  "<strong>Contact Form to DB</strong> allows to store your messages to the "
877
  "database."
878
  msgstr ""
879
  "<strong>Contact Form to DB</strong> laseb sul salvestada sõnumeid andmebaasi."
880
 
881
+ #: contact_form.php:2406
882
  msgid "Manage messages that have been sent from your website."
883
  msgstr "Toimeta sõnumeid, mis on sulle saadetud sinu veebilehelt."
884
 
885
+ #~ msgid "requires"
886
+ #~ msgstr "nõuab"
887
+
888
+ #~ msgid ""
889
+ #~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
890
+ #~ "and try again."
891
+ #~ msgstr ""
892
+ #~ "või uuem, seetõttu on ka see deaktiveeritud! Palun uuenda WordPressi ja "
893
+ #~ "proovi uuesti."
894
+
895
+ #~ msgid "Back to the WordPress"
896
+ #~ msgstr "Tagasi WordPressi"
897
+
898
+ #~ msgid "Plugins page"
899
+ #~ msgstr "Pluginate leht"
900
+
901
+ #~ msgid "Wrong license key"
902
+ #~ msgstr "Vale litsentsinumber"
903
+
904
+ #~ msgid ""
905
+ #~ "Something went wrong. Try again later. If the error will appear again, "
906
+ #~ "please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</"
907
+ #~ "a>. We are sorry for inconvenience."
908
+ #~ msgstr ""
909
+ #~ "Midagi läks valesti. Palun proovi hiljem uuesti. Kui see error ilmub "
910
+ #~ "uuesti, siis võta meiega ühendust <a href=http://support.bestwebsoft."
911
+ #~ "com>BestWebSoft</a>. Vabandame."
912
+
913
+ #~ msgid "This license key is bind to another site"
914
+ #~ msgstr "See litsents on seotud teise lehega"
915
+
916
+ #~ msgid ""
917
+ #~ "Unfortunately, you have exceeded the number of available tries per day. "
918
+ #~ "Please, upload the plugin manually."
919
+ #~ msgstr ""
920
+ #~ "Kahjuks ületasid sa päevase limiidi. Palun lae plugin üles manuaalselt."
921
+
922
+ #~ msgid ""
923
+ #~ "Failed to download the zip archive. Please, upload the plugin manually"
924
+ #~ msgstr ""
925
+ #~ "Ei suutnud alla laadida zip arhiivi. Palun lae plugin üles manuaalselt"
926
+
927
+ #~ msgid "Failed to open the zip archive. Please, upload the plugin manually"
928
+ #~ msgstr "Ei suutnud avada zip arhiivi. Palun lae plugin üles manuaalselt"
929
+
930
+ #~ msgid ""
931
+ #~ "Your server does not support either ZipArchive or Phar. Please, upload "
932
+ #~ "the plugin manually"
933
+ #~ msgstr ""
934
+ #~ "Sinu server ei toeta kas ZipArchive-i või Phr-i. Palun lae plugin üles "
935
+ #~ "manuaalselt"
936
+
937
+ #, fuzzy
938
+ #~ msgid "UploadDir is not writable. Please, upload the plugin manually"
939
+ #~ msgstr "Ei suutnud avada zip arhiivi. Palun lae plugin üles manuaalselt"
940
+
941
+ #~ msgid ""
942
+ #~ "Something went wrong. Try again later or upload the plugin manually. We "
943
+ #~ "are sorry for inconvienience."
944
+ #~ msgstr ""
945
+ #~ "MIdagi läks valesti. Proovi hiljem uuesti, või lae plugin üles "
946
+ #~ "manuaalselt. Vabandame."
947
+
948
+ #~ msgid "Please, enter Your license key"
949
+ #~ msgstr "Palun sisesta oma litsentsinumber..."
950
+
951
+ #~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
952
+ #~ msgstr "Kui sulle see plugin meeldib, siis anna sellele 5 tärni WordPressis"
953
+
954
+ #~ msgid "Rate the plugin"
955
+ #~ msgstr "Hinda pluginat"
956
+
957
+ #~ msgid "If there is something wrong about it, please contact us"
958
+ #~ msgstr "Palun kontakteeru kohe meiega, kui sellega on midagi viga"
959
+
960
+ #~ msgid ""
961
+ #~ "Congratulations! The PRO version of the plugin is successfully download "
962
+ #~ "and activated."
963
+ #~ msgstr ""
964
+ #~ "Palju õnne! Plugina PRO versioon on edukalt alla laetud ja aktiveeritud."
965
+
966
+ #~ msgid "Please, go to"
967
+ #~ msgstr "Palun mine"
968
+
969
+ #~ msgid "the setting page"
970
+ #~ msgstr "seadete leht"
971
+
972
+ #~ msgid "You will be redirected automatically in 5 seconds."
973
+ #~ msgstr "Sind suunatakse automaatselt edasi 5 sekundi jooksul."
974
+
975
+ #~ msgid "You can download and activate"
976
+ #~ msgstr "Saad alla laadida ja aktiveerida"
977
+
978
+ #~ msgid "version of this plugin by entering Your license key."
979
+ #~ msgstr "versiooni sellest pluginast sisestades oma litsentsinumbri."
980
+
981
+ #~ msgid ""
982
+ #~ "You can find your license key on your personal page Client area, by "
983
+ #~ "clicking on the link"
984
+ #~ msgstr "Litsentsinumbri leiad oma isiklikult kliendialalt, klikates lingil"
985
+
986
+ #~ msgid ""
987
+ #~ "(your username is the email you specify when purchasing the product)."
988
+ #~ msgstr ""
989
+ #~ "(sinu kasutajanimi on emaili aadress mida sa kasutasid toote ostmisel)."
990
+
991
+ #~ msgid "Activate"
992
+ #~ msgstr "Aktiveeri"
993
+
994
+ #~ msgid ""
995
+ #~ "It’s time to upgrade your <strong>Contact Form plugin</strong> to "
996
+ #~ "<strong>PRO</strong> version"
997
+ #~ msgstr ""
998
+ #~ "On aeg sinu <strong>Contact Form plugin</strong> uuendada <strong>PRO</"
999
+ #~ "strong> versioonile"
1000
+
1001
+ #~ msgid "Extend standard plugin functionality with new great options."
1002
+ #~ msgstr "Avarda tavalisi plugina funktsioone uute valikutega."
1003
+
1004
  #~ msgid "Extra settings"
1005
  #~ msgstr "Ekstra seaded"
1006
 
languages/contact_form-fr_FR.mo CHANGED
Binary file
languages/contact_form-fr_FR.po CHANGED
@@ -1,10 +1,10 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: contact_form 3.84\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-02-17 12:44+0300\n"
6
- "PO-Revision-Date: 2015-02-17 12:44+0300\n"
7
- "Last-Translator: \n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
10
  "MIME-Version: 1.0\n"
@@ -18,43 +18,43 @@ msgstr ""
18
  "X-Generator: Poedit 1.5.4\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: contact_form.php:80 contact_form.php:811
22
  msgid "Contact Form Settings"
23
  msgstr "Options du formulaire de Contact"
24
 
25
- #: contact_form.php:80
26
  msgid "Contact Form"
27
  msgstr "Formulaire de contact"
28
 
29
- #: contact_form.php:162 contact_form.php:1195 contact_form.php:1229
30
  msgid "Name:"
31
  msgstr "Nom:"
32
 
33
- #: contact_form.php:163 contact_form.php:1196 contact_form.php:1230
34
  msgid "Address:"
35
  msgstr "Adresse :"
36
 
37
- #: contact_form.php:164 contact_form.php:1197 contact_form.php:1231
38
  msgid "Email Address:"
39
  msgstr "Adresse e-mail:"
40
 
41
- #: contact_form.php:165 contact_form.php:1198 contact_form.php:1232
42
  msgid "Phone number:"
43
  msgstr "Téléphone:"
44
 
45
- #: contact_form.php:166 contact_form.php:1199 contact_form.php:1233
46
  msgid "Subject:"
47
  msgstr "Sujet:"
48
 
49
- #: contact_form.php:167 contact_form.php:1200 contact_form.php:1234
50
  msgid "Message:"
51
  msgstr "Message:"
52
 
53
- #: contact_form.php:168 contact_form.php:1201 contact_form.php:1235
54
  msgid "Attachment:"
55
  msgstr "Pièce jointe:"
56
 
57
- #: contact_form.php:169
58
  msgid ""
59
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
60
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
@@ -64,93 +64,76 @@ msgstr ""
64
  "AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Taille "
65
  "maximum 2MB"
66
 
67
- #: contact_form.php:170 contact_form.php:1203 contact_form.php:1237
68
  msgid "Send me a copy"
69
  msgstr "M'envoyer une copie"
70
 
71
- #: contact_form.php:171 contact_form.php:1204 contact_form.php:1238
72
  msgid "Submit"
73
  msgstr "Envoyer"
74
 
75
- #: contact_form.php:172
76
  msgid "Your name is required."
77
  msgstr "Un nom est obligatoire."
78
 
79
- #: contact_form.php:173
80
  msgid "Address is required."
81
  msgstr "Une adresse est obligatoire."
82
 
83
- #: contact_form.php:174
84
  msgid "A valid email address is required."
85
  msgstr "Une adresse e-mail valide est obligatoire."
86
 
87
- #: contact_form.php:175
88
  msgid "Phone number is required."
89
  msgstr "Le numéro de téléphone est obligatoire."
90
 
91
- #: contact_form.php:176
92
  msgid "Subject is required."
93
  msgstr "Le sujet est obligatoire."
94
 
95
- #: contact_form.php:177
96
  msgid "Message text is required."
97
  msgstr "Un message est obligatoire."
98
 
99
- #: contact_form.php:178
100
  msgid "File format is not valid."
101
  msgstr "Le type de pièce jointe n'est pas valide."
102
 
103
- #: contact_form.php:179
104
  msgid "File upload error."
105
  msgstr "Erreur de chargement du fichier."
106
 
107
- #: contact_form.php:180
108
  msgid "The file could not be uploaded."
109
  msgstr "Le fichier n'a pas pu être envoyé."
110
 
111
- #: contact_form.php:181
112
  msgid "This file is too large."
113
  msgstr "Le fichier est trop volumineux."
114
 
115
- #: contact_form.php:182
116
  msgid "Please fill out the CAPTCHA."
117
  msgstr "Merci de compléter le CAPTCHA."
118
 
119
- #: contact_form.php:183
120
  msgid "Please make corrections below and try again."
121
  msgstr "Merci de faire les corrections suivantes et de réessayer."
122
 
123
- #: contact_form.php:185
124
  msgid "Thank you for contacting us."
125
  msgstr "Merci de nous avoir contacté."
126
 
127
- #: contact_form.php:362
128
- msgid "requires"
129
- msgstr "obligatoire"
130
-
131
- #: contact_form.php:362
132
- msgid ""
133
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
134
- "try again."
135
- msgstr ""
136
- "ou supérieure, c'est pourquoi il a été désactivé! Merci de faire la mise à "
137
- "jour de WordPress puis de ré-essayer."
138
-
139
- #: contact_form.php:362
140
- msgid "Back to the WordPress"
141
- msgstr "Retourner à WordPress"
142
-
143
- #: contact_form.php:362
144
- msgid "Plugins page"
145
- msgstr "Page des extensions"
146
-
147
- #: contact_form.php:598
148
  msgid ""
149
  "Email 'FROM' field option was changed, which may cause email messages being "
150
  "moved to the spam folder or email delivery failures."
151
  msgstr ""
 
 
 
152
 
153
- #: contact_form.php:608
154
  msgid ""
155
  "If the 'Redirect to page' option is selected then the URL field should be in "
156
  "the following format"
@@ -158,120 +141,54 @@ msgstr ""
158
  "Si l'ioption 'Rediriger vers la page' est positionnée, alors le champ Url "
159
  "doit être rempli avec le format suivant"
160
 
161
- #: contact_form.php:617
162
  msgid "Such user does not exist."
163
  msgstr "Cet utilisateur est inconnu."
164
 
165
- #: contact_form.php:627
166
  msgid ""
167
  "Please enter a valid email address in the 'Use this email address' field."
168
  msgstr ""
169
  "Merci de saisir une adresse e-mail valide pour le champ 'Utiliser cette "
170
  "adresse e-mail'."
171
 
172
- #: contact_form.php:635
173
  msgid "Please enter a valid email address in the 'FROM' field."
174
  msgstr "Merci de saisir une adresse e-mail valide pour le champ 'FROM'."
175
 
176
- #: contact_form.php:660
177
  msgid "Settings saved."
178
  msgstr "Options enregistrées."
179
 
180
- #: contact_form.php:662
181
  msgid "Settings are not saved."
182
  msgstr "Paramètres non enregistrées."
183
 
184
- #: contact_form.php:689 contact_form.php:721
185
- msgid "Wrong license key"
186
- msgstr "Clé de licence incorrecte"
187
-
188
- #: contact_form.php:714
189
- msgid ""
190
- "Something went wrong. Try again later. If the error will appear again, "
191
- "please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. "
192
- "We are sorry for inconvenience."
193
- msgstr ""
194
- "Il est survenu une erreur. Essayer de nouveau. Si l'erreur se produit de "
195
- "nouveau, merci de contacter <a href=http://support.bestwebsoft."
196
- "com>BestWebSoft</a>. Nous sommes désolés pour le désagrément."
197
-
198
- #: contact_form.php:723
199
- msgid "This license key is bind to another site"
200
- msgstr "La clé de licence correspond à un autre site."
201
-
202
- #: contact_form.php:725 contact_form.php:1673
203
- msgid ""
204
- "Unfortunately, you have exceeded the number of available tries per day. "
205
- "Please, upload the plugin manually."
206
- msgstr ""
207
- "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
208
- "télécharger l'extension manuellement."
209
-
210
- #: contact_form.php:736 contact_form.php:758 contact_form.php:777
211
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
212
- msgstr ""
213
- "Erreur de téléchargement de l'archive ZIP. Merci de télécharger l'extension "
214
- "manuellement."
215
-
216
- #: contact_form.php:748
217
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
218
- msgstr ""
219
- "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
220
- "manuellement."
221
-
222
- #: contact_form.php:754
223
- msgid ""
224
- "Your server does not support either ZipArchive or Phar. Please, upload the "
225
- "plugin manually"
226
- msgstr ""
227
- "Votre server n'a pas le support du format des archives ZIP ou Phar. Merci de "
228
- "télécharger l'extension manuellement."
229
-
230
- #: contact_form.php:761
231
- #, fuzzy
232
- msgid "UploadDir is not writable. Please, upload the plugin manually"
233
- msgstr ""
234
- "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
235
- "manuellement."
236
-
237
- #: contact_form.php:781
238
- msgid ""
239
- "Something went wrong. Try again later or upload the plugin manually. We are "
240
- "sorry for inconvienience."
241
- msgstr ""
242
- "Il est survenu une erreur. Essayer de nouveau ou bien télécharger "
243
- "l'extension manuellement.Nous sommes désolés pour le désagrément."
244
-
245
- #: contact_form.php:805
246
- msgid "Please, enter Your license key"
247
- msgstr "Merci de saisir votre clé de liecence"
248
-
249
- #: contact_form.php:813 contact_form.php:2362 contact_form.php:2376
250
  msgid "Settings"
251
  msgstr "Réglages"
252
 
253
- #: contact_form.php:814
254
- #, fuzzy
255
  msgid "Additional settings"
256
  msgstr "Options supplémentaires"
257
 
258
- #: contact_form.php:815
259
  msgid "Appearance"
260
- msgstr ""
261
 
262
- #: contact_form.php:816 contact_form.php:2377
263
  msgid "FAQ"
264
  msgstr "FAQ"
265
 
266
- #: contact_form.php:817
267
  msgid "Go PRO"
268
  msgstr "Choisir la version PRO"
269
 
270
- #: contact_form.php:820 contact_form.php:823
271
  msgid "Notice:"
272
  msgstr "Avertissement :"
273
 
274
- #: contact_form.php:820
275
  msgid ""
276
  "The plugin's settings have been changed. In order to save them please don't "
277
  "forget to click the 'Save Changes' button."
@@ -279,7 +196,7 @@ msgstr ""
279
  "Les paramètres de l'extension ont été changés. Afin de pouvoir les "
280
  "enregistrer, merci de cliquer sur le bouton 'Enregistrer les modifications'."
281
 
282
- #: contact_form.php:831
283
  msgid ""
284
  "If you want to create multiple contact forms, please install the Contact "
285
  "Form Multi plugin."
@@ -287,7 +204,7 @@ msgstr ""
287
  "Si vous voulez créer plusieurs formulaire de contact, merci d'installer "
288
  "l'extension 'Contact Form Multi'"
289
 
290
- #: contact_form.php:839 contact_form.php:842 contact_form.php:1632
291
  msgid ""
292
  "If you would like to add the Contact Form to your website, just copy and "
293
  "paste this shortcode to your post or page or widget:"
@@ -295,13 +212,13 @@ msgstr ""
295
  "Si vous souhaiter ajouter un formulaire de contact à votre site web, copiez "
296
  "juste ce code dans un article ou sur une page ou un widget:"
297
 
298
- #: contact_form.php:839 contact_form.php:840 contact_form.php:842
299
- #: contact_form.php:843 contact_form.php:1219 contact_form.php:1221
300
- #: contact_form.php:1282 contact_form.php:1284
301
  msgid "or"
302
  msgstr "ou"
303
 
304
- #: contact_form.php:840 contact_form.php:843
305
  msgid ""
306
  "If have any problems with the standard shortcode [contact_form], you should "
307
  "use the shortcode"
@@ -309,11 +226,11 @@ msgstr ""
309
  "Si vous avez un soucis avec le code court standard [contact_form], vous "
310
  "pouvez utilisez le code court "
311
 
312
- #: contact_form.php:840 contact_form.php:843
313
  msgid "They work the same way."
314
  msgstr "Ils fonctionnent de la même manière."
315
 
316
- #: contact_form.php:848
317
  msgid ""
318
  "If you leave the fields empty, the messages will be sent to the email "
319
  "address specified during registration."
@@ -321,15 +238,15 @@ msgstr ""
321
  "Si les champs ci-dessous ne sont pas renseignés le message sera envoyé à "
322
  "l'adresse spécifiée lors de l'enregistrement."
323
 
324
- #: contact_form.php:851
325
  msgid "The user's email address:"
326
  msgstr "Utiliser l'e-mail du compte WordPress :"
327
 
328
- #: contact_form.php:855
329
  msgid "Create a username"
330
  msgstr "Choisir un nom d'utilisateur"
331
 
332
- #: contact_form.php:868
333
  msgid ""
334
  "Enter a username of the person who should get the messages from the contact "
335
  "form."
@@ -337,117 +254,116 @@ msgstr ""
337
  "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le "
338
  "formulaire de contact."
339
 
340
- #: contact_form.php:872
341
  msgid "Use this email address:"
342
  msgstr "Utiliser cette adresse e-mail:"
343
 
344
- #: contact_form.php:875
345
  msgid "Enter the email address you want the messages forwarded to."
346
  msgstr "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages."
347
 
348
- #: contact_form.php:884
349
  msgid "Add department selectbox to the contact form:"
350
  msgstr ""
351
  "Ajouter la liste déroulante pour le département dans le formulaire de "
352
  "contact :"
353
 
354
- #: contact_form.php:892 contact_form.php:1328 contact_form.php:1515
355
  msgid "If you upgrade to Pro version all your settings will be saved."
356
  msgstr ""
357
  "Si vous passez à la version Pro, tous ces paramètres seront enregistrés."
358
 
359
- #: contact_form.php:899 contact_form.php:1062 contact_form.php:1135
360
- #: contact_form.php:1335 contact_form.php:1522
361
  msgid "Unlock premium options by upgrading to a PRO version."
362
  msgstr "Déploquer les options premium en migrant vers la version PRO."
363
 
364
- #: contact_form.php:900 contact_form.php:1063 contact_form.php:1136
365
- #: contact_form.php:1336 contact_form.php:1523 contact_form.php:2650
366
- #: contact_form.php:2666
367
  msgid "Learn More"
368
  msgstr "Lire la suite"
369
 
370
- #: contact_form.php:903 contact_form.php:1066 contact_form.php:1139
371
- #: contact_form.php:1339 contact_form.php:1526
372
  msgid "Go"
373
  msgstr "Passez"
374
 
375
- #: contact_form.php:910
376
  msgid "Save emails to the database"
377
  msgstr "Enregistrer les e-mails dans la base de données"
378
 
379
- #: contact_form.php:915
380
  msgid "Using"
381
  msgstr "Utilisant"
382
 
383
- #: contact_form.php:915 contact_form.php:1112 contact_form.php:1115
384
- #: contact_form.php:1119
385
  msgid "powered by"
386
  msgstr "fournis par"
387
 
388
- #: contact_form.php:918 contact_form.php:922
389
  msgid "Using Contact Form to DB powered by"
390
  msgstr "Utilisant le formulaire de contact avec base de données fourni par"
391
 
392
- #: contact_form.php:918
393
  msgid "Activate Contact Form to DB"
394
  msgstr "Activer le formulaire de contact avec base de données"
395
 
396
- #: contact_form.php:922
397
  msgid "Download Contact Form to DB"
398
  msgstr "Télécharger le formulaire de contact avec base de données"
399
 
400
- #: contact_form.php:932
401
  msgid "What to use?"
402
  msgstr "Quelle méthode d'envoie ?"
403
 
404
- #: contact_form.php:935
405
  msgid "Wp-mail"
406
  msgstr "Wp-mail"
407
 
408
- #: contact_form.php:935
409
  msgid "You can use the wp_mail function for mailing"
410
  msgstr ""
411
  "Pour envoyer le courriel, vous pouvez utiliser la fonction wp_mail de "
412
  "WordPress "
413
 
414
- #: contact_form.php:937
415
  msgid "Mail"
416
  msgstr "E-mail"
417
 
418
- #: contact_form.php:937
419
  msgid "To send mail you can use the php mail function"
420
  msgstr "Pour envoyer le courriel, vous pouvez utiliser la fonction mail de php"
421
 
422
- #: contact_form.php:941
423
  msgid "'FROM' field"
424
- msgstr ""
425
 
426
- #: contact_form.php:943 contact_form.php:993 contact_form.php:1390
427
- #: contact_form.php:2162 contact_form.php:2198
428
  msgid "Name"
429
  msgstr "Nom"
430
 
431
- #: contact_form.php:947
432
  msgid "User name"
433
  msgstr "Nom de l'utlisateur"
434
 
435
- #: contact_form.php:949
436
  msgid ""
437
  "The name of the user who fills the form will be used in the field 'From'."
438
  msgstr ""
439
  "Dans le champ 'FROM' du courriel, il sera utilisé l'adresse e-mail de "
440
  "l'utlisateur qui rempli le formulaire."
441
 
442
- #: contact_form.php:954 contact_form.php:2173 contact_form.php:2205
443
  msgid "Email"
444
  msgstr "E-mail"
445
 
446
- #: contact_form.php:961
447
  msgid "User email"
448
  msgstr "E-mail de l'utlisateur"
449
 
450
- #: contact_form.php:963
451
  msgid ""
452
  "The email address of the user who fills the form will be used in the field "
453
  "'From'."
@@ -455,173 +371,181 @@ msgstr ""
455
  "Dans le champ 'FROM' du courriel, il sera utilisé l'adresse e-mail de "
456
  "l'utlisateur qui rempli le formulaire."
457
 
458
- #: contact_form.php:967
459
  msgid ""
460
  "If this option is changed, email messages may be moved to the spam folder or "
461
  "email delivery failures may occur."
462
  msgstr ""
 
 
463
 
464
- #: contact_form.php:973
465
  msgid "Required symbol"
466
  msgstr "Symbol obligatoire"
467
 
468
- #: contact_form.php:983
469
  msgid "Fields"
470
  msgstr "Champs"
471
 
472
- #: contact_form.php:984
473
  msgid "Used"
474
  msgstr "Utilisé"
475
 
476
- #: contact_form.php:985
477
  msgid "Required"
478
  msgstr "Obligatoire"
479
 
480
- #: contact_form.php:986
481
  msgid "Visible"
482
  msgstr "Visible"
483
 
484
- #: contact_form.php:987
485
  msgid "Disabled for editing"
486
  msgstr "Non actif pour l'édition"
487
 
488
- #: contact_form.php:988
489
  msgid "Field's default value"
490
  msgstr "Valeur par défaut du champ"
491
 
492
- #: contact_form.php:1000
493
  msgid "Use User's name as a default value if the user is logged in."
494
  msgstr ""
 
 
495
 
496
- #: contact_form.php:1001 contact_form.php:1029
497
  msgid ""
498
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
499
  "in users."
500
  msgstr ""
 
 
501
 
502
- #: contact_form.php:1005
503
  msgid "Location selectbox"
504
  msgstr "Liste déroulante des localisations"
505
 
506
- #: contact_form.php:1013 contact_form.php:1395 contact_form.php:2168
507
- #: contact_form.php:2202
508
  msgid "Address"
509
  msgstr "Adresse"
510
 
511
- #: contact_form.php:1021
512
  msgid "Email Address"
513
  msgstr "Adresse e-mail"
514
 
515
- #: contact_form.php:1028
516
  msgid "Use User's email as a default value if the user is logged in."
517
  msgstr ""
 
 
518
 
519
- #: contact_form.php:1033
520
  msgid "Phone number"
521
  msgstr "Téléphone"
522
 
523
- #: contact_form.php:1041 contact_form.php:1410 contact_form.php:2183
524
- #: contact_form.php:2211
525
  msgid "Subject"
526
  msgstr "Sujet"
527
 
528
- #: contact_form.php:1049 contact_form.php:1414 contact_form.php:2186
529
- #: contact_form.php:2213
530
  msgid "Message"
531
  msgstr "Message"
532
 
533
- #: contact_form.php:1073
534
  msgid "Attachment block"
535
  msgstr "Bloc pièce jointe"
536
 
537
- #: contact_form.php:1075
538
  msgid "Users can attach the following file formats"
539
  msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
540
 
541
- #: contact_form.php:1088
542
  msgid "Add to the form"
543
  msgstr "Ajouter au formulaire"
544
 
545
- #: contact_form.php:1093
546
  msgid "Tips below the Attachment"
547
  msgstr "Afficher les explications en-dessous du bloc des pièces jointes"
548
 
549
- #: contact_form.php:1102
550
  msgid "'Send me a copy' block"
551
  msgstr "Afficher le bloc \"M'envoyer une copie\""
552
 
553
- #: contact_form.php:1112 contact_form.php:1115 contact_form.php:1119
554
- #: contact_form.php:1424
555
  msgid "Captcha"
556
  msgstr "Captcha"
557
 
558
- #: contact_form.php:1115
559
  msgid "Activate captcha"
560
  msgstr "Activé le captcha"
561
 
562
- #: contact_form.php:1119
563
  msgid "Download captcha"
564
  msgstr "Télécharger le captcha"
565
 
566
- #: contact_form.php:1127
567
  msgid "Agreement checkbox"
568
  msgstr "Case à cocher pour valider le formulaire"
569
 
570
- #: contact_form.php:1127
571
  msgid "Required checkbox for submitting the form"
572
  msgstr "Boite à cocher obligatoire pour la validation du formulaire."
573
 
574
- #: contact_form.php:1128
575
  msgid "Optional checkbox"
576
  msgstr "Boite à cocher optionnelle"
577
 
578
- #: contact_form.php:1128
579
  msgid "Optional checkbox, the results of which will be displayed in email"
580
  msgstr "Boite à cocher optionnelle, le résultat sera affiché dans le courriel"
581
 
582
- #: contact_form.php:1145
583
  msgid "Delete an attachment file from the server after the email is sent"
584
  msgstr "Supprimer le fichier joint sur le serveur après l'envoie du courriel"
585
 
586
- #: contact_form.php:1151
587
  msgid "Email in HTML format sending"
588
  msgstr "Courriel au format HTML"
589
 
590
- #: contact_form.php:1155
591
  msgid "Display additional info in the email"
592
  msgstr "Afficher les informations complémentaires dans le courriel"
593
 
594
- #: contact_form.php:1160 contact_form.php:2129 contact_form.php:2131
595
  msgid "Sent from (ip address)"
596
  msgstr "Envoyé de (adresse IP)"
597
 
598
- #: contact_form.php:1160
599
  msgid "Example: Sent from (IP address):\t127.0.0.1"
600
  msgstr "Exemple: Envoyé de (addresse IP):\t127.0.0.1"
601
 
602
- #: contact_form.php:1161 contact_form.php:2135 contact_form.php:2137
603
  msgid "Date/Time"
604
  msgstr "Date/Heure"
605
 
606
- #: contact_form.php:1161
607
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
608
  msgstr "Exemple: Date/Heure:\tAoût 19, 2013 8:50pm"
609
 
610
- #: contact_form.php:1162 contact_form.php:2141 contact_form.php:2143
611
  msgid "Sent from (referer)"
612
  msgstr "Envoyer de (référence)"
613
 
614
- #: contact_form.php:1162
615
  msgid ""
616
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
617
  msgstr ""
618
  "Exemple: Envoyer de (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
619
 
620
- #: contact_form.php:1163 contact_form.php:2147 contact_form.php:2149
621
  msgid "Using (user agent)"
622
  msgstr "Depuis (navigateur)"
623
 
624
- #: contact_form.php:1163
625
  msgid ""
626
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
627
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@@ -629,129 +553,129 @@ msgstr ""
629
  "Exemple: En utilisant (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
630
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
631
 
632
- #: contact_form.php:1167
633
  msgid "Language settings for the field names in the form"
634
  msgstr "Définition des langues pour les titres des champs"
635
 
636
- #: contact_form.php:1176
637
  msgid "Add a language"
638
  msgstr "Ajouter une langue"
639
 
640
- #: contact_form.php:1180
641
  msgid "Change the names of the contact form fields and error messages"
642
  msgstr ""
643
  "Modifier le texte pour les champs du formulaire de contact et les messages "
644
  "d'erreur"
645
 
646
- #: contact_form.php:1185 contact_form.php:1272
647
  msgid "English"
648
  msgstr "Anglais"
649
 
650
- #: contact_form.php:1193 contact_form.php:1227
651
  msgid "click to expand/hide the list"
652
  msgstr "cliquer pour voir/cacher la liste"
653
 
654
- #: contact_form.php:1202 contact_form.php:1236
655
  msgid "Tips below the Attachment block"
656
  msgstr "Afficher les explications en-dessous du bloc des pièces jointes"
657
 
658
- #: contact_form.php:1205 contact_form.php:1239
659
  msgid "Error message for the Name field"
660
  msgstr "Message d'erreur pour le champ nom"
661
 
662
- #: contact_form.php:1206 contact_form.php:1240
663
  msgid "Error message for the Address field"
664
  msgstr "Message d'erreur pour le champ Adresse"
665
 
666
- #: contact_form.php:1207 contact_form.php:1241
667
  msgid "Error message for the Email field"
668
  msgstr "Message d'erreur pour le champ e-mail"
669
 
670
- #: contact_form.php:1208 contact_form.php:1242
671
  msgid "Error message for the Phone field"
672
  msgstr "Message d'erreur pour le champ téléphone"
673
 
674
- #: contact_form.php:1209 contact_form.php:1243
675
  msgid "Error message for the Subject field"
676
  msgstr "Message d'erreur pour le champ sujet"
677
 
678
- #: contact_form.php:1210 contact_form.php:1244
679
  msgid "Error message for the Message field"
680
  msgstr "Message d'erreur pour le champ message"
681
 
682
- #: contact_form.php:1211 contact_form.php:1245
683
  msgid "Error message about the file type for the Attachment field"
684
  msgstr "Message d'erreur pour le champ fichier joint (type du fichier)"
685
 
686
- #: contact_form.php:1212 contact_form.php:1246
687
  msgid ""
688
  "Error message while uploading a file for the Attachment field to the server"
689
  msgstr ""
690
  "Message d'erreur pour le champ fichier joint (problème d'envoie vers le "
691
  "serveur)"
692
 
693
- #: contact_form.php:1213 contact_form.php:1247
694
  msgid "Error message while moving the file for the Attachment field"
695
  msgstr "Message d'erreur pour le champ fichier joint (déplacement du fichier)"
696
 
697
- #: contact_form.php:1214 contact_form.php:1248
698
  msgid "Error message when file size limit for the Attachment field is exceeded"
699
  msgstr ""
700
  "Message d'erreur pour le champ fichier joint (taille limite du fichier "
701
  "atteinte)"
702
 
703
- #: contact_form.php:1215 contact_form.php:1249
704
  msgid "Error message for the Captcha field"
705
  msgstr "Message d'erreur pour le captcha"
706
 
707
- #: contact_form.php:1216 contact_form.php:1250
708
  msgid "Error message for the whole form"
709
  msgstr "Message d'erreur demandant à compléter les champs manquants"
710
 
711
- #: contact_form.php:1219 contact_form.php:1221 contact_form.php:1253
712
- #: contact_form.php:1255 contact_form.php:1282 contact_form.php:1284
713
- #: contact_form.php:1292 contact_form.php:1294 contact_form.php:2490
714
- #: contact_form.php:2492
715
  msgid "Use shortcode"
716
  msgstr "Utiliser le code court"
717
 
718
- #: contact_form.php:1219 contact_form.php:1221 contact_form.php:1253
719
- #: contact_form.php:1255 contact_form.php:1282 contact_form.php:1284
720
- #: contact_form.php:1292 contact_form.php:1294 contact_form.php:2490
721
- #: contact_form.php:2492
722
  msgid "for this language"
723
  msgstr "pour cette langue"
724
 
725
- #: contact_form.php:1263
726
  msgid "Use the changed names of the contact form fields in the email"
727
  msgstr "Utiliser les noms des champs modifiés dans les courriels"
728
 
729
- #: contact_form.php:1269
730
  msgid "Action after email is sent"
731
  msgstr "Action après l'envoie du courriel"
732
 
733
- #: contact_form.php:1271
734
  msgid "Display text"
735
  msgstr "Afficher le texte"
736
 
737
- #: contact_form.php:1280 contact_form.php:1290
738
  msgid "Text"
739
  msgstr "Texte"
740
 
741
- #: contact_form.php:1301
742
  msgid "Redirect to the page"
743
  msgstr "Rediriger vers la page"
744
 
745
- #: contact_form.php:1302
746
  msgid "Url"
747
  msgstr "Url"
748
 
749
- #: contact_form.php:1306
750
  msgid "The $_SERVER variable that is used to build a URL of the form"
751
  msgstr ""
752
  "La variable $_SERVER qui est utilisée pour construire l'URL du formulaire"
753
 
754
- #: contact_form.php:1310
755
  msgid ""
756
  "If you are not sure whether to change this setting or not, please do not do "
757
  "that."
@@ -759,11 +683,11 @@ msgstr ""
759
  "Si vous n'êtes pas sûr de ce que vous faites, merci de ne pas toucher ce "
760
  "paramètre."
761
 
762
- #: contact_form.php:1319
763
  msgid "Auto Response"
764
  msgstr "Réponse automatique"
765
 
766
- #: contact_form.php:1323
767
  #, php-format
768
  msgid ""
769
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -774,241 +698,180 @@ msgstr ""
774
  "%%MESSAGE%% pour afficher des données du champ message, de même %%SITENAME%% "
775
  "pour afficher le nom du site."
776
 
777
- #: contact_form.php:1349 contact_form.php:1533
778
  msgid "Save Changes"
779
  msgstr "Enregistrer les modifications"
780
 
781
- #: contact_form.php:1355
782
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
783
- msgstr ""
784
- "Si notre extension vous satisfait, merci de la notée avec 5 étoiles dans "
785
- "Wordpress"
786
-
787
- #: contact_form.php:1356
788
- msgid "Rate the plugin"
789
- msgstr "Noter l'extension"
790
-
791
- #: contact_form.php:1359
792
- msgid "If there is something wrong about it, please contact us"
793
- msgstr ""
794
- "Si quelque chose ne fonctionne pas correctement, merci de nous contacter"
795
-
796
- #: contact_form.php:1370
797
  msgid "Errors output"
798
  msgstr "Affichage des erreurs"
799
 
800
- #: contact_form.php:1373
801
  msgid "Display error messages"
802
  msgstr "Aficher les messages d'erreur"
803
 
804
- #: contact_form.php:1374
805
  msgid "Color of the input field errors."
806
  msgstr "Mettre en couleur les champs ayant des erreurs"
807
 
808
- #: contact_form.php:1375
809
  msgid "Display error messages & color of the input field errors"
810
  msgstr ""
811
  "Afficher les messages d'erreur et mettre en couleur les champs ayant des "
812
  "erreurs"
813
 
814
- #: contact_form.php:1380
815
  msgid "Add placeholder to the input blocks"
816
  msgstr "Ajouter la localisation dans le bloc de saisie"
817
 
818
- #: contact_form.php:1386
819
  msgid "Add tooltips"
820
  msgstr "Ajouter les conseils"
821
 
822
- #: contact_form.php:1400
823
  msgid "Email address"
824
  msgstr "Adresse e-mail"
825
 
826
- #: contact_form.php:1405
827
  msgid "Phone Number"
828
  msgstr "Téléphone"
829
 
830
- #: contact_form.php:1419
831
  msgid "Attachment"
832
  msgstr "Pièce jointe"
833
 
834
- #: contact_form.php:1424
835
  msgid "(powered by bestwebsoft.com)"
836
  msgstr "(fourni par bestwebsoft.com)"
837
 
838
- #: contact_form.php:1429
839
  msgid "Style options"
840
  msgstr "Options de style"
841
 
842
- #: contact_form.php:1432
843
  msgid "Text color"
844
  msgstr "Couleur du texte"
845
 
846
- #: contact_form.php:1435 contact_form.php:1440 contact_form.php:1450
847
- #: contact_form.php:1455 contact_form.php:1460 contact_form.php:1465
848
- #: contact_form.php:1475 contact_form.php:1480 contact_form.php:1486
849
- #: contact_form.php:1497 contact_form.php:1502 contact_form.php:1507
850
  msgid "Default"
851
  msgstr "Défaut"
852
 
853
- #: contact_form.php:1437
854
  msgid "Label text color"
855
  msgstr "Couleur des textes des intitulés"
856
 
857
- #: contact_form.php:1442
858
  msgid "Placeholder color"
859
  msgstr "Couleur pour la localisation"
860
 
861
- #: contact_form.php:1447
862
  msgid "Errors color"
863
  msgstr "Couleur pour les erreurs"
864
 
865
- #: contact_form.php:1452
866
  msgid "Error text color"
867
  msgstr "Couleur pour le texte des erreurs"
868
 
869
- #: contact_form.php:1457
870
  msgid "Background color of the input field errors"
871
  msgstr "Couleur de fond pour les erreurs de saisie dans les champs"
872
 
873
- #: contact_form.php:1462
874
  msgid "Border color of the input field errors"
875
  msgstr "Couleur de la bordure pour les erreurs de saisie dans les champs"
876
 
877
- #: contact_form.php:1467
878
  msgid "Placeholder color of the input field errors"
879
  msgstr "Couleur pour la localisation lors d'une erreur de saisie du champ"
880
 
881
- #: contact_form.php:1472
882
  msgid "Input fields"
883
  msgstr "Champs de saisie"
884
 
885
- #: contact_form.php:1477
886
  msgid "Input fields background color"
887
  msgstr "Couleur de fond pour les champs de saisie"
888
 
889
- #: contact_form.php:1482
890
  msgid "Text fields color"
891
  msgstr "Couleur pour les textes des champs de saisie"
892
 
893
- #: contact_form.php:1484
894
  msgid "Border width in px, numbers only"
895
  msgstr "Largeur des bordures en px, nombre seulement"
896
 
897
- #: contact_form.php:1488 contact_form.php:1509
898
  msgid "Border color"
899
  msgstr "Couleur des bordures"
900
 
901
- #: contact_form.php:1493
902
  msgid "Submit button"
903
  msgstr "Bouton Envoyer"
904
 
905
- #: contact_form.php:1495
906
  msgid "Width in px, numbers only"
907
  msgstr "Largeur en px, nombre seulement"
908
 
909
- #: contact_form.php:1499
910
  msgid "Button color"
911
  msgstr "Couleur du bouton"
912
 
913
- #: contact_form.php:1504
914
  msgid "Button text color"
915
  msgstr "Couleur du texte du bouton"
916
 
917
- #: contact_form.php:1537
918
  msgid "Contact Form Pro | Preview"
919
  msgstr "Formulaire Pro de Contact | Prévisualisation"
920
 
921
- #: contact_form.php:1540
922
  msgid "Show with errors"
923
  msgstr "Afficher avec les erreurs"
924
 
925
- #: contact_form.php:1548 contact_form.php:1550
926
  msgid "Please enter your full name..."
927
  msgstr "Merci de saisir votre nom..."
928
 
929
- #: contact_form.php:1561 contact_form.php:1563
930
  msgid "Please enter your address..."
931
  msgstr "Merci de saisir votre adresse..."
932
 
933
- #: contact_form.php:1572 contact_form.php:1574
934
  msgid "Please enter your email address..."
935
  msgstr "Merci de saisir votre adresse e-mail..."
936
 
937
- #: contact_form.php:1583 contact_form.php:1585
938
  msgid "Please enter your phone number..."
939
  msgstr "Merci de saisir votre numéro de téléphone..."
940
 
941
- #: contact_form.php:1594 contact_form.php:1596
942
  msgid "Please enter subject..."
943
  msgstr "Merci de saisir le sujet..."
944
 
945
- #: contact_form.php:1604 contact_form.php:1606
946
  msgid "Please enter your message..."
947
  msgstr "Merci de saisir votre message..."
948
 
949
- #: contact_form.php:1648
950
- msgid ""
951
- "Congratulations! The PRO version of the plugin is successfully download and "
952
- "activated."
953
- msgstr ""
954
- "Félicitations! La version PRO de cette extension a été téléchargée et "
955
- "activée avec succès."
956
-
957
- #: contact_form.php:1650
958
- msgid "Please, go to"
959
- msgstr "Merci d'allez à"
960
-
961
- #: contact_form.php:1650
962
- msgid "the setting page"
963
- msgstr "Options supplémentaires"
964
-
965
- #: contact_form.php:1651
966
- msgid "You will be redirected automatically in 5 seconds."
967
- msgstr "Vous allez être redirigé automatiquement dans 5 secondes"
968
-
969
- #: contact_form.php:1656
970
- msgid "You can download and activate"
971
- msgstr "Vous pouvez la télécharger et l'activer"
972
-
973
- #: contact_form.php:1658
974
- msgid "version of this plugin by entering Your license key."
975
- msgstr "version de cette extension en donnant votre clé de licence."
976
-
977
- #: contact_form.php:1660
978
- msgid ""
979
- "You can find your license key on your personal page Client area, by clicking "
980
- "on the link"
981
- msgstr ""
982
- "Vous pouvez trouver votre clé de licence sur votre page personnelle dans la "
983
- "zone cliente en cliquant sur le lien"
984
-
985
- #: contact_form.php:1662
986
- msgid "(your username is the email you specify when purchasing the product)."
987
- msgstr ""
988
- "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de "
989
- "l'achat de l'extension)."
990
-
991
- #: contact_form.php:1670 contact_form.php:1680
992
- msgid "Activate"
993
- msgstr "Activé"
994
-
995
- #: contact_form.php:1752
996
  msgid "Sorry, email message could not be delivered."
997
  msgstr "Désolé, votre courriel n'a pas pu être envoyé."
998
 
999
- #: contact_form.php:2156
1000
  msgid "Contact from"
1001
  msgstr "Contact de"
1002
 
1003
- #: contact_form.php:2178 contact_form.php:2208
1004
  msgid "Phone"
1005
  msgstr "Téléphone"
1006
 
1007
- #: contact_form.php:2189 contact_form.php:2215
1008
  msgid "Site"
1009
  msgstr "Site"
1010
 
1011
- #: contact_form.php:2302
1012
  msgid ""
1013
  "If you can see this MIME, it means that the MIME type is not supported by "
1014
  "your email client!"
@@ -1016,28 +879,33 @@ msgstr ""
1016
  "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de "
1017
  "MIME !"
1018
 
1019
- #: contact_form.php:2378
1020
  msgid "Support"
1021
  msgstr "Support"
1022
 
1023
- #: contact_form.php:2432
1024
  msgid "Are you sure that you want to delete this language data?"
1025
  msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
1026
 
1027
- #: contact_form.php:2653
 
 
 
 
1028
  msgid ""
1029
- "It’s time to upgrade your <strong>Contact Form plugin</strong> to "
1030
- "<strong>PRO</strong> version"
1031
  msgstr ""
1032
- "Le moment est venu de mettre à jour votre <strong>extension Contact Form</"
1033
- "strong> vers la version <strong>PRO</strong>"
1034
 
1035
- #: contact_form.php:2654
1036
- msgid "Extend standard plugin functionality with new great options."
 
 
 
 
1037
  msgstr ""
1038
- "Etend les fonctionalités de base de l'extension avec de nouvelles options."
1039
 
1040
- #: contact_form.php:2669
1041
  msgid ""
1042
  "<strong>Contact Form to DB</strong> allows to store your messages to the "
1043
  "database."
@@ -1045,30 +913,141 @@ msgstr ""
1045
  "<strong>Contact Form to DB</strong> permet d'enregistrer les messages dans "
1046
  "la base de données."
1047
 
1048
- #: contact_form.php:2670
1049
  msgid "Manage messages that have been sent from your website."
1050
  msgstr "Gérer les messages qui ont été envoyés depuis votre site."
1051
 
1052
- #~ msgid "Extra settings"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1053
  #~ msgstr "Options supplémentaires"
1054
 
1055
- #~ msgid "Show"
1056
- #~ msgstr "Montrer"
1057
 
1058
- #~ msgid "Hide"
1059
- #~ msgstr "Cacher"
1060
 
1061
- #~ msgid "The text in the 'From' field"
1062
- #~ msgstr "Modifier le texte pour le champ 'FROM' du courriel"
1063
 
1064
- #~ msgid "This text will be used in the 'FROM' field"
1065
- #~ msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
 
 
 
 
1066
 
1067
- #~ msgid "The email address in the 'From' field"
1068
- #~ msgstr "Sélectionner l'adresse e-mail pour le champ 'FROM' du courriel"
 
 
 
1069
 
1070
- #~ msgid "This email address will be used in the 'From' field."
1071
- #~ msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
 
 
 
 
 
 
 
 
 
 
 
1072
 
1073
  #~ msgid "Not set"
1074
  #~ msgstr "Not set"
@@ -1187,9 +1166,6 @@ msgstr "Gérer les messages qui ont été envoyés depuis votre site."
1187
  #~ msgid "Installed plugins"
1188
  #~ msgstr "Extension installée"
1189
 
1190
- #~ msgid "Learn more"
1191
- #~ msgstr "Lire la suite"
1192
-
1193
  #~ msgid "Activate this plugin"
1194
  #~ msgstr "Activer cette extension"
1195
 
@@ -1253,6 +1229,27 @@ msgstr "Gérer les messages qui ont été envoyés depuis votre site."
1253
  #~ msgid "Send to custom email &#187;"
1254
  #~ msgstr "Envoyer un e-mail spécifique &#187;"
1255
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1256
  #~ msgid "Go!"
1257
  #~ msgstr "Allez!"
1258
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: contact_form 3.86\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-05 12:53+0300\n"
6
+ "PO-Revision-Date: 2015-03-05 12:55+0300\n"
7
+ "Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
10
  "MIME-Version: 1.0\n"
18
  "X-Generator: Poedit 1.5.4\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: contact_form.php:35 contact_form.php:631
22
  msgid "Contact Form Settings"
23
  msgstr "Options du formulaire de Contact"
24
 
25
+ #: contact_form.php:35
26
  msgid "Contact Form"
27
  msgstr "Formulaire de contact"
28
 
29
+ #: contact_form.php:123 contact_form.php:1012 contact_form.php:1046
30
  msgid "Name:"
31
  msgstr "Nom:"
32
 
33
+ #: contact_form.php:124 contact_form.php:1013 contact_form.php:1047
34
  msgid "Address:"
35
  msgstr "Adresse :"
36
 
37
+ #: contact_form.php:125 contact_form.php:1014 contact_form.php:1048
38
  msgid "Email Address:"
39
  msgstr "Adresse e-mail:"
40
 
41
+ #: contact_form.php:126 contact_form.php:1015 contact_form.php:1049
42
  msgid "Phone number:"
43
  msgstr "Téléphone:"
44
 
45
+ #: contact_form.php:127 contact_form.php:1016 contact_form.php:1050
46
  msgid "Subject:"
47
  msgstr "Sujet:"
48
 
49
+ #: contact_form.php:128 contact_form.php:1017 contact_form.php:1051
50
  msgid "Message:"
51
  msgstr "Message:"
52
 
53
+ #: contact_form.php:129 contact_form.php:1018 contact_form.php:1052
54
  msgid "Attachment:"
55
  msgstr "Pièce jointe:"
56
 
57
+ #: contact_form.php:130
58
  msgid ""
59
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
60
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
64
  "AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Taille "
65
  "maximum 2MB"
66
 
67
+ #: contact_form.php:131 contact_form.php:1020 contact_form.php:1054
68
  msgid "Send me a copy"
69
  msgstr "M'envoyer une copie"
70
 
71
+ #: contact_form.php:132 contact_form.php:1021 contact_form.php:1055
72
  msgid "Submit"
73
  msgstr "Envoyer"
74
 
75
+ #: contact_form.php:133
76
  msgid "Your name is required."
77
  msgstr "Un nom est obligatoire."
78
 
79
+ #: contact_form.php:134
80
  msgid "Address is required."
81
  msgstr "Une adresse est obligatoire."
82
 
83
+ #: contact_form.php:135
84
  msgid "A valid email address is required."
85
  msgstr "Une adresse e-mail valide est obligatoire."
86
 
87
+ #: contact_form.php:136
88
  msgid "Phone number is required."
89
  msgstr "Le numéro de téléphone est obligatoire."
90
 
91
+ #: contact_form.php:137
92
  msgid "Subject is required."
93
  msgstr "Le sujet est obligatoire."
94
 
95
+ #: contact_form.php:138
96
  msgid "Message text is required."
97
  msgstr "Un message est obligatoire."
98
 
99
+ #: contact_form.php:139
100
  msgid "File format is not valid."
101
  msgstr "Le type de pièce jointe n'est pas valide."
102
 
103
+ #: contact_form.php:140
104
  msgid "File upload error."
105
  msgstr "Erreur de chargement du fichier."
106
 
107
+ #: contact_form.php:141
108
  msgid "The file could not be uploaded."
109
  msgstr "Le fichier n'a pas pu être envoyé."
110
 
111
+ #: contact_form.php:142
112
  msgid "This file is too large."
113
  msgstr "Le fichier est trop volumineux."
114
 
115
+ #: contact_form.php:143
116
  msgid "Please fill out the CAPTCHA."
117
  msgstr "Merci de compléter le CAPTCHA."
118
 
119
+ #: contact_form.php:144
120
  msgid "Please make corrections below and try again."
121
  msgstr "Merci de faire les corrections suivantes et de réessayer."
122
 
123
+ #: contact_form.php:146
124
  msgid "Thank you for contacting us."
125
  msgstr "Merci de nous avoir contacté."
126
 
127
+ #: contact_form.php:543
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
128
  msgid ""
129
  "Email 'FROM' field option was changed, which may cause email messages being "
130
  "moved to the spam folder or email delivery failures."
131
  msgstr ""
132
+ "L'option pour le champ 'From' des courriels a été modifiée, cela peut "
133
+ "entrainer un classement des messages dans les dossiers spam ou bien une "
134
+ "erreur d'acheminement peut survenir."
135
 
136
+ #: contact_form.php:553
137
  msgid ""
138
  "If the 'Redirect to page' option is selected then the URL field should be in "
139
  "the following format"
141
  "Si l'ioption 'Rediriger vers la page' est positionnée, alors le champ Url "
142
  "doit être rempli avec le format suivant"
143
 
144
+ #: contact_form.php:562
145
  msgid "Such user does not exist."
146
  msgstr "Cet utilisateur est inconnu."
147
 
148
+ #: contact_form.php:572
149
  msgid ""
150
  "Please enter a valid email address in the 'Use this email address' field."
151
  msgstr ""
152
  "Merci de saisir une adresse e-mail valide pour le champ 'Utiliser cette "
153
  "adresse e-mail'."
154
 
155
+ #: contact_form.php:580
156
  msgid "Please enter a valid email address in the 'FROM' field."
157
  msgstr "Merci de saisir une adresse e-mail valide pour le champ 'FROM'."
158
 
159
+ #: contact_form.php:603
160
  msgid "Settings saved."
161
  msgstr "Options enregistrées."
162
 
163
+ #: contact_form.php:605
164
  msgid "Settings are not saved."
165
  msgstr "Paramètres non enregistrées."
166
 
167
+ #: contact_form.php:633 contact_form.php:2126 contact_form.php:2140
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
168
  msgid "Settings"
169
  msgstr "Réglages"
170
 
171
+ #: contact_form.php:634
 
172
  msgid "Additional settings"
173
  msgstr "Options supplémentaires"
174
 
175
+ #: contact_form.php:635
176
  msgid "Appearance"
177
+ msgstr "Aspect"
178
 
179
+ #: contact_form.php:636 contact_form.php:2141
180
  msgid "FAQ"
181
  msgstr "FAQ"
182
 
183
+ #: contact_form.php:637
184
  msgid "Go PRO"
185
  msgstr "Choisir la version PRO"
186
 
187
+ #: contact_form.php:640 contact_form.php:642
188
  msgid "Notice:"
189
  msgstr "Avertissement :"
190
 
191
+ #: contact_form.php:640
192
  msgid ""
193
  "The plugin's settings have been changed. In order to save them please don't "
194
  "forget to click the 'Save Changes' button."
196
  "Les paramètres de l'extension ont été changés. Afin de pouvoir les "
197
  "enregistrer, merci de cliquer sur le bouton 'Enregistrer les modifications'."
198
 
199
+ #: contact_form.php:650
200
  msgid ""
201
  "If you want to create multiple contact forms, please install the Contact "
202
  "Form Multi plugin."
204
  "Si vous voulez créer plusieurs formulaire de contact, merci d'installer "
205
  "l'extension 'Contact Form Multi'"
206
 
207
+ #: contact_form.php:657 contact_form.php:660 contact_form.php:1439
208
  msgid ""
209
  "If you would like to add the Contact Form to your website, just copy and "
210
  "paste this shortcode to your post or page or widget:"
212
  "Si vous souhaiter ajouter un formulaire de contact à votre site web, copiez "
213
  "juste ce code dans un article ou sur une page ou un widget:"
214
 
215
+ #: contact_form.php:657 contact_form.php:658 contact_form.php:660
216
+ #: contact_form.php:661 contact_form.php:1036 contact_form.php:1038
217
+ #: contact_form.php:1099 contact_form.php:1101
218
  msgid "or"
219
  msgstr "ou"
220
 
221
+ #: contact_form.php:658 contact_form.php:661
222
  msgid ""
223
  "If have any problems with the standard shortcode [contact_form], you should "
224
  "use the shortcode"
226
  "Si vous avez un soucis avec le code court standard [contact_form], vous "
227
  "pouvez utilisez le code court "
228
 
229
+ #: contact_form.php:658 contact_form.php:661
230
  msgid "They work the same way."
231
  msgstr "Ils fonctionnent de la même manière."
232
 
233
+ #: contact_form.php:665
234
  msgid ""
235
  "If you leave the fields empty, the messages will be sent to the email "
236
  "address specified during registration."
238
  "Si les champs ci-dessous ne sont pas renseignés le message sera envoyé à "
239
  "l'adresse spécifiée lors de l'enregistrement."
240
 
241
+ #: contact_form.php:668
242
  msgid "The user's email address:"
243
  msgstr "Utiliser l'e-mail du compte WordPress :"
244
 
245
+ #: contact_form.php:672
246
  msgid "Create a username"
247
  msgstr "Choisir un nom d'utilisateur"
248
 
249
+ #: contact_form.php:685
250
  msgid ""
251
  "Enter a username of the person who should get the messages from the contact "
252
  "form."
254
  "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le "
255
  "formulaire de contact."
256
 
257
+ #: contact_form.php:689
258
  msgid "Use this email address:"
259
  msgstr "Utiliser cette adresse e-mail:"
260
 
261
+ #: contact_form.php:692
262
  msgid "Enter the email address you want the messages forwarded to."
263
  msgstr "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages."
264
 
265
+ #: contact_form.php:701
266
  msgid "Add department selectbox to the contact form:"
267
  msgstr ""
268
  "Ajouter la liste déroulante pour le département dans le formulaire de "
269
  "contact :"
270
 
271
+ #: contact_form.php:709 contact_form.php:1145 contact_form.php:1322
272
  msgid "If you upgrade to Pro version all your settings will be saved."
273
  msgstr ""
274
  "Si vous passez à la version Pro, tous ces paramètres seront enregistrés."
275
 
276
+ #: contact_form.php:716 contact_form.php:879 contact_form.php:952
277
+ #: contact_form.php:1152 contact_form.php:1329
278
  msgid "Unlock premium options by upgrading to a PRO version."
279
  msgstr "Déploquer les options premium en migrant vers la version PRO."
280
 
281
+ #: contact_form.php:717 contact_form.php:880 contact_form.php:953
282
+ #: contact_form.php:1153 contact_form.php:1330 contact_form.php:2402
 
283
  msgid "Learn More"
284
  msgstr "Lire la suite"
285
 
286
+ #: contact_form.php:720 contact_form.php:883 contact_form.php:956
287
+ #: contact_form.php:1156 contact_form.php:1333
288
  msgid "Go"
289
  msgstr "Passez"
290
 
291
+ #: contact_form.php:727
292
  msgid "Save emails to the database"
293
  msgstr "Enregistrer les e-mails dans la base de données"
294
 
295
+ #: contact_form.php:732
296
  msgid "Using"
297
  msgstr "Utilisant"
298
 
299
+ #: contact_form.php:732 contact_form.php:929 contact_form.php:932
300
+ #: contact_form.php:936
301
  msgid "powered by"
302
  msgstr "fournis par"
303
 
304
+ #: contact_form.php:735 contact_form.php:739
305
  msgid "Using Contact Form to DB powered by"
306
  msgstr "Utilisant le formulaire de contact avec base de données fourni par"
307
 
308
+ #: contact_form.php:735
309
  msgid "Activate Contact Form to DB"
310
  msgstr "Activer le formulaire de contact avec base de données"
311
 
312
+ #: contact_form.php:739
313
  msgid "Download Contact Form to DB"
314
  msgstr "Télécharger le formulaire de contact avec base de données"
315
 
316
+ #: contact_form.php:749
317
  msgid "What to use?"
318
  msgstr "Quelle méthode d'envoie ?"
319
 
320
+ #: contact_form.php:752
321
  msgid "Wp-mail"
322
  msgstr "Wp-mail"
323
 
324
+ #: contact_form.php:752
325
  msgid "You can use the wp_mail function for mailing"
326
  msgstr ""
327
  "Pour envoyer le courriel, vous pouvez utiliser la fonction wp_mail de "
328
  "WordPress "
329
 
330
+ #: contact_form.php:754
331
  msgid "Mail"
332
  msgstr "E-mail"
333
 
334
+ #: contact_form.php:754
335
  msgid "To send mail you can use the php mail function"
336
  msgstr "Pour envoyer le courriel, vous pouvez utiliser la fonction mail de php"
337
 
338
+ #: contact_form.php:758
339
  msgid "'FROM' field"
340
+ msgstr "Champ 'From'"
341
 
342
+ #: contact_form.php:760 contact_form.php:810 contact_form.php:1197
343
+ #: contact_form.php:1927 contact_form.php:1963
344
  msgid "Name"
345
  msgstr "Nom"
346
 
347
+ #: contact_form.php:764
348
  msgid "User name"
349
  msgstr "Nom de l'utlisateur"
350
 
351
+ #: contact_form.php:766
352
  msgid ""
353
  "The name of the user who fills the form will be used in the field 'From'."
354
  msgstr ""
355
  "Dans le champ 'FROM' du courriel, il sera utilisé l'adresse e-mail de "
356
  "l'utlisateur qui rempli le formulaire."
357
 
358
+ #: contact_form.php:771 contact_form.php:1938 contact_form.php:1970
359
  msgid "Email"
360
  msgstr "E-mail"
361
 
362
+ #: contact_form.php:778
363
  msgid "User email"
364
  msgstr "E-mail de l'utlisateur"
365
 
366
+ #: contact_form.php:780
367
  msgid ""
368
  "The email address of the user who fills the form will be used in the field "
369
  "'From'."
371
  "Dans le champ 'FROM' du courriel, il sera utilisé l'adresse e-mail de "
372
  "l'utlisateur qui rempli le formulaire."
373
 
374
+ #: contact_form.php:784
375
  msgid ""
376
  "If this option is changed, email messages may be moved to the spam folder or "
377
  "email delivery failures may occur."
378
  msgstr ""
379
+ "Si cette option est modifiée, les courriels pourront se retrouver classer "
380
+ "dans le dossier spam ou bien une erreur d'acheminement peut survenir."
381
 
382
+ #: contact_form.php:790
383
  msgid "Required symbol"
384
  msgstr "Symbol obligatoire"
385
 
386
+ #: contact_form.php:800
387
  msgid "Fields"
388
  msgstr "Champs"
389
 
390
+ #: contact_form.php:801
391
  msgid "Used"
392
  msgstr "Utilisé"
393
 
394
+ #: contact_form.php:802
395
  msgid "Required"
396
  msgstr "Obligatoire"
397
 
398
+ #: contact_form.php:803
399
  msgid "Visible"
400
  msgstr "Visible"
401
 
402
+ #: contact_form.php:804
403
  msgid "Disabled for editing"
404
  msgstr "Non actif pour l'édition"
405
 
406
+ #: contact_form.php:805
407
  msgid "Field's default value"
408
  msgstr "Valeur par défaut du champ"
409
 
410
+ #: contact_form.php:817
411
  msgid "Use User's name as a default value if the user is logged in."
412
  msgstr ""
413
+ "Utiliser le nom de l'utilisateur comme valeur par défaut si un utilisateur "
414
+ "est connecté."
415
 
416
+ #: contact_form.php:818 contact_form.php:846
417
  msgid ""
418
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
419
  "in users."
420
  msgstr ""
421
+ "'Visible' et 'Inactif' pour modifier les options ne seront appliqués qu'aux "
422
+ "utilisateurs connectés."
423
 
424
+ #: contact_form.php:822
425
  msgid "Location selectbox"
426
  msgstr "Liste déroulante des localisations"
427
 
428
+ #: contact_form.php:830 contact_form.php:1202 contact_form.php:1933
429
+ #: contact_form.php:1967
430
  msgid "Address"
431
  msgstr "Adresse"
432
 
433
+ #: contact_form.php:838
434
  msgid "Email Address"
435
  msgstr "Adresse e-mail"
436
 
437
+ #: contact_form.php:845
438
  msgid "Use User's email as a default value if the user is logged in."
439
  msgstr ""
440
+ "Utiliser l'adresse e-mail de l'utilisateur comme valeur par défaut si un "
441
+ "utilisateur est connecté."
442
 
443
+ #: contact_form.php:850
444
  msgid "Phone number"
445
  msgstr "Téléphone"
446
 
447
+ #: contact_form.php:858 contact_form.php:1217 contact_form.php:1948
448
+ #: contact_form.php:1976
449
  msgid "Subject"
450
  msgstr "Sujet"
451
 
452
+ #: contact_form.php:866 contact_form.php:1221 contact_form.php:1951
453
+ #: contact_form.php:1978
454
  msgid "Message"
455
  msgstr "Message"
456
 
457
+ #: contact_form.php:890
458
  msgid "Attachment block"
459
  msgstr "Bloc pièce jointe"
460
 
461
+ #: contact_form.php:892
462
  msgid "Users can attach the following file formats"
463
  msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
464
 
465
+ #: contact_form.php:905
466
  msgid "Add to the form"
467
  msgstr "Ajouter au formulaire"
468
 
469
+ #: contact_form.php:910
470
  msgid "Tips below the Attachment"
471
  msgstr "Afficher les explications en-dessous du bloc des pièces jointes"
472
 
473
+ #: contact_form.php:919
474
  msgid "'Send me a copy' block"
475
  msgstr "Afficher le bloc \"M'envoyer une copie\""
476
 
477
+ #: contact_form.php:929 contact_form.php:932 contact_form.php:936
478
+ #: contact_form.php:1231
479
  msgid "Captcha"
480
  msgstr "Captcha"
481
 
482
+ #: contact_form.php:932
483
  msgid "Activate captcha"
484
  msgstr "Activé le captcha"
485
 
486
+ #: contact_form.php:936
487
  msgid "Download captcha"
488
  msgstr "Télécharger le captcha"
489
 
490
+ #: contact_form.php:944
491
  msgid "Agreement checkbox"
492
  msgstr "Case à cocher pour valider le formulaire"
493
 
494
+ #: contact_form.php:944
495
  msgid "Required checkbox for submitting the form"
496
  msgstr "Boite à cocher obligatoire pour la validation du formulaire."
497
 
498
+ #: contact_form.php:945
499
  msgid "Optional checkbox"
500
  msgstr "Boite à cocher optionnelle"
501
 
502
+ #: contact_form.php:945
503
  msgid "Optional checkbox, the results of which will be displayed in email"
504
  msgstr "Boite à cocher optionnelle, le résultat sera affiché dans le courriel"
505
 
506
+ #: contact_form.php:962
507
  msgid "Delete an attachment file from the server after the email is sent"
508
  msgstr "Supprimer le fichier joint sur le serveur après l'envoie du courriel"
509
 
510
+ #: contact_form.php:968
511
  msgid "Email in HTML format sending"
512
  msgstr "Courriel au format HTML"
513
 
514
+ #: contact_form.php:972
515
  msgid "Display additional info in the email"
516
  msgstr "Afficher les informations complémentaires dans le courriel"
517
 
518
+ #: contact_form.php:977 contact_form.php:1894 contact_form.php:1896
519
  msgid "Sent from (ip address)"
520
  msgstr "Envoyé de (adresse IP)"
521
 
522
+ #: contact_form.php:977
523
  msgid "Example: Sent from (IP address):\t127.0.0.1"
524
  msgstr "Exemple: Envoyé de (addresse IP):\t127.0.0.1"
525
 
526
+ #: contact_form.php:978 contact_form.php:1900 contact_form.php:1902
527
  msgid "Date/Time"
528
  msgstr "Date/Heure"
529
 
530
+ #: contact_form.php:978
531
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
532
  msgstr "Exemple: Date/Heure:\tAoût 19, 2013 8:50pm"
533
 
534
+ #: contact_form.php:979 contact_form.php:1906 contact_form.php:1908
535
  msgid "Sent from (referer)"
536
  msgstr "Envoyer de (référence)"
537
 
538
+ #: contact_form.php:979
539
  msgid ""
540
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
541
  msgstr ""
542
  "Exemple: Envoyer de (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
543
 
544
+ #: contact_form.php:980 contact_form.php:1912 contact_form.php:1914
545
  msgid "Using (user agent)"
546
  msgstr "Depuis (navigateur)"
547
 
548
+ #: contact_form.php:980
549
  msgid ""
550
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
551
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
553
  "Exemple: En utilisant (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
554
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
555
 
556
+ #: contact_form.php:984
557
  msgid "Language settings for the field names in the form"
558
  msgstr "Définition des langues pour les titres des champs"
559
 
560
+ #: contact_form.php:993
561
  msgid "Add a language"
562
  msgstr "Ajouter une langue"
563
 
564
+ #: contact_form.php:997
565
  msgid "Change the names of the contact form fields and error messages"
566
  msgstr ""
567
  "Modifier le texte pour les champs du formulaire de contact et les messages "
568
  "d'erreur"
569
 
570
+ #: contact_form.php:1002 contact_form.php:1089
571
  msgid "English"
572
  msgstr "Anglais"
573
 
574
+ #: contact_form.php:1010 contact_form.php:1044
575
  msgid "click to expand/hide the list"
576
  msgstr "cliquer pour voir/cacher la liste"
577
 
578
+ #: contact_form.php:1019 contact_form.php:1053
579
  msgid "Tips below the Attachment block"
580
  msgstr "Afficher les explications en-dessous du bloc des pièces jointes"
581
 
582
+ #: contact_form.php:1022 contact_form.php:1056
583
  msgid "Error message for the Name field"
584
  msgstr "Message d'erreur pour le champ nom"
585
 
586
+ #: contact_form.php:1023 contact_form.php:1057
587
  msgid "Error message for the Address field"
588
  msgstr "Message d'erreur pour le champ Adresse"
589
 
590
+ #: contact_form.php:1024 contact_form.php:1058
591
  msgid "Error message for the Email field"
592
  msgstr "Message d'erreur pour le champ e-mail"
593
 
594
+ #: contact_form.php:1025 contact_form.php:1059
595
  msgid "Error message for the Phone field"
596
  msgstr "Message d'erreur pour le champ téléphone"
597
 
598
+ #: contact_form.php:1026 contact_form.php:1060
599
  msgid "Error message for the Subject field"
600
  msgstr "Message d'erreur pour le champ sujet"
601
 
602
+ #: contact_form.php:1027 contact_form.php:1061
603
  msgid "Error message for the Message field"
604
  msgstr "Message d'erreur pour le champ message"
605
 
606
+ #: contact_form.php:1028 contact_form.php:1062
607
  msgid "Error message about the file type for the Attachment field"
608
  msgstr "Message d'erreur pour le champ fichier joint (type du fichier)"
609
 
610
+ #: contact_form.php:1029 contact_form.php:1063
611
  msgid ""
612
  "Error message while uploading a file for the Attachment field to the server"
613
  msgstr ""
614
  "Message d'erreur pour le champ fichier joint (problème d'envoie vers le "
615
  "serveur)"
616
 
617
+ #: contact_form.php:1030 contact_form.php:1064
618
  msgid "Error message while moving the file for the Attachment field"
619
  msgstr "Message d'erreur pour le champ fichier joint (déplacement du fichier)"
620
 
621
+ #: contact_form.php:1031 contact_form.php:1065
622
  msgid "Error message when file size limit for the Attachment field is exceeded"
623
  msgstr ""
624
  "Message d'erreur pour le champ fichier joint (taille limite du fichier "
625
  "atteinte)"
626
 
627
+ #: contact_form.php:1032 contact_form.php:1066
628
  msgid "Error message for the Captcha field"
629
  msgstr "Message d'erreur pour le captcha"
630
 
631
+ #: contact_form.php:1033 contact_form.php:1067
632
  msgid "Error message for the whole form"
633
  msgstr "Message d'erreur demandant à compléter les champs manquants"
634
 
635
+ #: contact_form.php:1036 contact_form.php:1038 contact_form.php:1070
636
+ #: contact_form.php:1072 contact_form.php:1099 contact_form.php:1101
637
+ #: contact_form.php:1109 contact_form.php:1111 contact_form.php:2272
638
+ #: contact_form.php:2274
639
  msgid "Use shortcode"
640
  msgstr "Utiliser le code court"
641
 
642
+ #: contact_form.php:1036 contact_form.php:1038 contact_form.php:1070
643
+ #: contact_form.php:1072 contact_form.php:1099 contact_form.php:1101
644
+ #: contact_form.php:1109 contact_form.php:1111 contact_form.php:2272
645
+ #: contact_form.php:2274
646
  msgid "for this language"
647
  msgstr "pour cette langue"
648
 
649
+ #: contact_form.php:1080
650
  msgid "Use the changed names of the contact form fields in the email"
651
  msgstr "Utiliser les noms des champs modifiés dans les courriels"
652
 
653
+ #: contact_form.php:1086
654
  msgid "Action after email is sent"
655
  msgstr "Action après l'envoie du courriel"
656
 
657
+ #: contact_form.php:1088
658
  msgid "Display text"
659
  msgstr "Afficher le texte"
660
 
661
+ #: contact_form.php:1097 contact_form.php:1107
662
  msgid "Text"
663
  msgstr "Texte"
664
 
665
+ #: contact_form.php:1118
666
  msgid "Redirect to the page"
667
  msgstr "Rediriger vers la page"
668
 
669
+ #: contact_form.php:1119
670
  msgid "Url"
671
  msgstr "Url"
672
 
673
+ #: contact_form.php:1123
674
  msgid "The $_SERVER variable that is used to build a URL of the form"
675
  msgstr ""
676
  "La variable $_SERVER qui est utilisée pour construire l'URL du formulaire"
677
 
678
+ #: contact_form.php:1127
679
  msgid ""
680
  "If you are not sure whether to change this setting or not, please do not do "
681
  "that."
683
  "Si vous n'êtes pas sûr de ce que vous faites, merci de ne pas toucher ce "
684
  "paramètre."
685
 
686
+ #: contact_form.php:1136
687
  msgid "Auto Response"
688
  msgstr "Réponse automatique"
689
 
690
+ #: contact_form.php:1140
691
  #, php-format
692
  msgid ""
693
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
698
  "%%MESSAGE%% pour afficher des données du champ message, de même %%SITENAME%% "
699
  "pour afficher le nom du site."
700
 
701
+ #: contact_form.php:1165 contact_form.php:1340
702
  msgid "Save Changes"
703
  msgstr "Enregistrer les modifications"
704
 
705
+ #: contact_form.php:1177
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
706
  msgid "Errors output"
707
  msgstr "Affichage des erreurs"
708
 
709
+ #: contact_form.php:1180
710
  msgid "Display error messages"
711
  msgstr "Aficher les messages d'erreur"
712
 
713
+ #: contact_form.php:1181
714
  msgid "Color of the input field errors."
715
  msgstr "Mettre en couleur les champs ayant des erreurs"
716
 
717
+ #: contact_form.php:1182
718
  msgid "Display error messages & color of the input field errors"
719
  msgstr ""
720
  "Afficher les messages d'erreur et mettre en couleur les champs ayant des "
721
  "erreurs"
722
 
723
+ #: contact_form.php:1187
724
  msgid "Add placeholder to the input blocks"
725
  msgstr "Ajouter la localisation dans le bloc de saisie"
726
 
727
+ #: contact_form.php:1193
728
  msgid "Add tooltips"
729
  msgstr "Ajouter les conseils"
730
 
731
+ #: contact_form.php:1207
732
  msgid "Email address"
733
  msgstr "Adresse e-mail"
734
 
735
+ #: contact_form.php:1212
736
  msgid "Phone Number"
737
  msgstr "Téléphone"
738
 
739
+ #: contact_form.php:1226
740
  msgid "Attachment"
741
  msgstr "Pièce jointe"
742
 
743
+ #: contact_form.php:1231
744
  msgid "(powered by bestwebsoft.com)"
745
  msgstr "(fourni par bestwebsoft.com)"
746
 
747
+ #: contact_form.php:1236
748
  msgid "Style options"
749
  msgstr "Options de style"
750
 
751
+ #: contact_form.php:1239
752
  msgid "Text color"
753
  msgstr "Couleur du texte"
754
 
755
+ #: contact_form.php:1242 contact_form.php:1247 contact_form.php:1257
756
+ #: contact_form.php:1262 contact_form.php:1267 contact_form.php:1272
757
+ #: contact_form.php:1282 contact_form.php:1287 contact_form.php:1293
758
+ #: contact_form.php:1304 contact_form.php:1309 contact_form.php:1314
759
  msgid "Default"
760
  msgstr "Défaut"
761
 
762
+ #: contact_form.php:1244
763
  msgid "Label text color"
764
  msgstr "Couleur des textes des intitulés"
765
 
766
+ #: contact_form.php:1249
767
  msgid "Placeholder color"
768
  msgstr "Couleur pour la localisation"
769
 
770
+ #: contact_form.php:1254
771
  msgid "Errors color"
772
  msgstr "Couleur pour les erreurs"
773
 
774
+ #: contact_form.php:1259
775
  msgid "Error text color"
776
  msgstr "Couleur pour le texte des erreurs"
777
 
778
+ #: contact_form.php:1264
779
  msgid "Background color of the input field errors"
780
  msgstr "Couleur de fond pour les erreurs de saisie dans les champs"
781
 
782
+ #: contact_form.php:1269
783
  msgid "Border color of the input field errors"
784
  msgstr "Couleur de la bordure pour les erreurs de saisie dans les champs"
785
 
786
+ #: contact_form.php:1274
787
  msgid "Placeholder color of the input field errors"
788
  msgstr "Couleur pour la localisation lors d'une erreur de saisie du champ"
789
 
790
+ #: contact_form.php:1279
791
  msgid "Input fields"
792
  msgstr "Champs de saisie"
793
 
794
+ #: contact_form.php:1284
795
  msgid "Input fields background color"
796
  msgstr "Couleur de fond pour les champs de saisie"
797
 
798
+ #: contact_form.php:1289
799
  msgid "Text fields color"
800
  msgstr "Couleur pour les textes des champs de saisie"
801
 
802
+ #: contact_form.php:1291
803
  msgid "Border width in px, numbers only"
804
  msgstr "Largeur des bordures en px, nombre seulement"
805
 
806
+ #: contact_form.php:1295 contact_form.php:1316
807
  msgid "Border color"
808
  msgstr "Couleur des bordures"
809
 
810
+ #: contact_form.php:1300
811
  msgid "Submit button"
812
  msgstr "Bouton Envoyer"
813
 
814
+ #: contact_form.php:1302
815
  msgid "Width in px, numbers only"
816
  msgstr "Largeur en px, nombre seulement"
817
 
818
+ #: contact_form.php:1306
819
  msgid "Button color"
820
  msgstr "Couleur du bouton"
821
 
822
+ #: contact_form.php:1311
823
  msgid "Button text color"
824
  msgstr "Couleur du texte du bouton"
825
 
826
+ #: contact_form.php:1344
827
  msgid "Contact Form Pro | Preview"
828
  msgstr "Formulaire Pro de Contact | Prévisualisation"
829
 
830
+ #: contact_form.php:1347
831
  msgid "Show with errors"
832
  msgstr "Afficher avec les erreurs"
833
 
834
+ #: contact_form.php:1355 contact_form.php:1357
835
  msgid "Please enter your full name..."
836
  msgstr "Merci de saisir votre nom..."
837
 
838
+ #: contact_form.php:1368 contact_form.php:1370
839
  msgid "Please enter your address..."
840
  msgstr "Merci de saisir votre adresse..."
841
 
842
+ #: contact_form.php:1379 contact_form.php:1381
843
  msgid "Please enter your email address..."
844
  msgstr "Merci de saisir votre adresse e-mail..."
845
 
846
+ #: contact_form.php:1390 contact_form.php:1392
847
  msgid "Please enter your phone number..."
848
  msgstr "Merci de saisir votre numéro de téléphone..."
849
 
850
+ #: contact_form.php:1401 contact_form.php:1403
851
  msgid "Please enter subject..."
852
  msgstr "Merci de saisir le sujet..."
853
 
854
+ #: contact_form.php:1411 contact_form.php:1413
855
  msgid "Please enter your message..."
856
  msgstr "Merci de saisir votre message..."
857
 
858
+ #: contact_form.php:1517
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
859
  msgid "Sorry, email message could not be delivered."
860
  msgstr "Désolé, votre courriel n'a pas pu être envoyé."
861
 
862
+ #: contact_form.php:1921
863
  msgid "Contact from"
864
  msgstr "Contact de"
865
 
866
+ #: contact_form.php:1943 contact_form.php:1973
867
  msgid "Phone"
868
  msgstr "Téléphone"
869
 
870
+ #: contact_form.php:1954 contact_form.php:1980
871
  msgid "Site"
872
  msgstr "Site"
873
 
874
+ #: contact_form.php:2066
875
  msgid ""
876
  "If you can see this MIME, it means that the MIME type is not supported by "
877
  "your email client!"
879
  "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de "
880
  "MIME !"
881
 
882
+ #: contact_form.php:2142
883
  msgid "Support"
884
  msgstr "Support"
885
 
886
+ #: contact_form.php:2191
887
  msgid "Are you sure that you want to delete this language data?"
888
  msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
889
 
890
+ #: contact_form.php:2212
891
+ msgid "Add multiple forms"
892
+ msgstr ""
893
+
894
+ #: contact_form.php:2212
895
  msgid ""
896
+ "Install Contact Form Multi plugin to create unlimited number of contact "
897
+ "forms."
898
  msgstr ""
 
 
899
 
900
+ #: contact_form.php:2217
901
+ msgid "Learn more"
902
+ msgstr "Lire la suite"
903
+
904
+ #: contact_form.php:2221
905
+ msgid "Close"
906
  msgstr ""
 
907
 
908
+ #: contact_form.php:2405
909
  msgid ""
910
  "<strong>Contact Form to DB</strong> allows to store your messages to the "
911
  "database."
913
  "<strong>Contact Form to DB</strong> permet d'enregistrer les messages dans "
914
  "la base de données."
915
 
916
+ #: contact_form.php:2406
917
  msgid "Manage messages that have been sent from your website."
918
  msgstr "Gérer les messages qui ont été envoyés depuis votre site."
919
 
920
+ #~ msgid "requires"
921
+ #~ msgstr "obligatoire"
922
+
923
+ #~ msgid ""
924
+ #~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
925
+ #~ "and try again."
926
+ #~ msgstr ""
927
+ #~ "ou supérieure, c'est pourquoi il a été désactivé! Merci de faire la mise "
928
+ #~ "à jour de WordPress puis de ré-essayer."
929
+
930
+ #~ msgid "Back to the WordPress"
931
+ #~ msgstr "Retourner à WordPress"
932
+
933
+ #~ msgid "Plugins page"
934
+ #~ msgstr "Page des extensions"
935
+
936
+ #~ msgid "Wrong license key"
937
+ #~ msgstr "Clé de licence incorrecte"
938
+
939
+ #~ msgid ""
940
+ #~ "Something went wrong. Try again later. If the error will appear again, "
941
+ #~ "please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</"
942
+ #~ "a>. We are sorry for inconvenience."
943
+ #~ msgstr ""
944
+ #~ "Il est survenu une erreur. Essayer de nouveau. Si l'erreur se produit de "
945
+ #~ "nouveau, merci de contacter <a href=http://support.bestwebsoft."
946
+ #~ "com>BestWebSoft</a>. Nous sommes désolés pour le désagrément."
947
+
948
+ #~ msgid "This license key is bind to another site"
949
+ #~ msgstr "La clé de licence correspond à un autre site."
950
+
951
+ #~ msgid ""
952
+ #~ "Unfortunately, you have exceeded the number of available tries per day. "
953
+ #~ "Please, upload the plugin manually."
954
+ #~ msgstr ""
955
+ #~ "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
956
+ #~ "télécharger l'extension manuellement."
957
+
958
+ #~ msgid ""
959
+ #~ "Failed to download the zip archive. Please, upload the plugin manually"
960
+ #~ msgstr ""
961
+ #~ "Erreur de téléchargement de l'archive ZIP. Merci de télécharger "
962
+ #~ "l'extension manuellement."
963
+
964
+ #~ msgid "Failed to open the zip archive. Please, upload the plugin manually"
965
+ #~ msgstr ""
966
+ #~ "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
967
+ #~ "manuellement."
968
+
969
+ #~ msgid ""
970
+ #~ "Your server does not support either ZipArchive or Phar. Please, upload "
971
+ #~ "the plugin manually"
972
+ #~ msgstr ""
973
+ #~ "Votre server n'a pas le support du format des archives ZIP ou Phar. Merci "
974
+ #~ "de télécharger l'extension manuellement."
975
+
976
+ #~ msgid "UploadDir is not writable. Please, upload the plugin manually"
977
+ #~ msgstr ""
978
+ #~ "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
979
+ #~ "manuellement."
980
+
981
+ #~ msgid ""
982
+ #~ "Something went wrong. Try again later or upload the plugin manually. We "
983
+ #~ "are sorry for inconvienience."
984
+ #~ msgstr ""
985
+ #~ "Il est survenu une erreur. Essayer de nouveau ou bien télécharger "
986
+ #~ "l'extension manuellement.Nous sommes désolés pour le désagrément."
987
+
988
+ #~ msgid "Please, enter Your license key"
989
+ #~ msgstr "Merci de saisir votre clé de liecence"
990
+
991
+ #~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
992
+ #~ msgstr ""
993
+ #~ "Si notre extension vous satisfait, merci de la notée avec 5 étoiles dans "
994
+ #~ "Wordpress"
995
+
996
+ #~ msgid "Rate the plugin"
997
+ #~ msgstr "Noter l'extension"
998
+
999
+ #~ msgid "If there is something wrong about it, please contact us"
1000
+ #~ msgstr ""
1001
+ #~ "Si quelque chose ne fonctionne pas correctement, merci de nous contacter"
1002
+
1003
+ #~ msgid ""
1004
+ #~ "Congratulations! The PRO version of the plugin is successfully download "
1005
+ #~ "and activated."
1006
+ #~ msgstr ""
1007
+ #~ "Félicitations! La version PRO de cette extension a été téléchargée et "
1008
+ #~ "activée avec succès."
1009
+
1010
+ #~ msgid "Please, go to"
1011
+ #~ msgstr "Merci d'allez à"
1012
+
1013
+ #~ msgid "the setting page"
1014
  #~ msgstr "Options supplémentaires"
1015
 
1016
+ #~ msgid "You will be redirected automatically in 5 seconds."
1017
+ #~ msgstr "Vous allez être redirigé automatiquement dans 5 secondes"
1018
 
1019
+ #~ msgid "You can download and activate"
1020
+ #~ msgstr "Vous pouvez la télécharger et l'activer"
1021
 
1022
+ #~ msgid "version of this plugin by entering Your license key."
1023
+ #~ msgstr "version de cette extension en donnant votre clé de licence."
1024
 
1025
+ #~ msgid ""
1026
+ #~ "You can find your license key on your personal page Client area, by "
1027
+ #~ "clicking on the link"
1028
+ #~ msgstr ""
1029
+ #~ "Vous pouvez trouver votre clé de licence sur votre page personnelle dans "
1030
+ #~ "la zone cliente en cliquant sur le lien"
1031
 
1032
+ #~ msgid ""
1033
+ #~ "(your username is the email you specify when purchasing the product)."
1034
+ #~ msgstr ""
1035
+ #~ "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de "
1036
+ #~ "l'achat de l'extension)."
1037
 
1038
+ #~ msgid "Activate"
1039
+ #~ msgstr "Activé"
1040
+
1041
+ #~ msgid ""
1042
+ #~ "It’s time to upgrade your <strong>Contact Form plugin</strong> to "
1043
+ #~ "<strong>PRO</strong> version"
1044
+ #~ msgstr ""
1045
+ #~ "Le moment est venu de mettre à jour votre <strong>extension Contact Form</"
1046
+ #~ "strong> vers la version <strong>PRO</strong>"
1047
+
1048
+ #~ msgid "Extend standard plugin functionality with new great options."
1049
+ #~ msgstr ""
1050
+ #~ "Etend les fonctionalités de base de l'extension avec de nouvelles options."
1051
 
1052
  #~ msgid "Not set"
1053
  #~ msgstr "Not set"
1166
  #~ msgid "Installed plugins"
1167
  #~ msgstr "Extension installée"
1168
 
 
 
 
1169
  #~ msgid "Activate this plugin"
1170
  #~ msgstr "Activer cette extension"
1171
 
1229
  #~ msgid "Send to custom email &#187;"
1230
  #~ msgstr "Envoyer un e-mail spécifique &#187;"
1231
 
1232
+ #~ msgid "Extra settings"
1233
+ #~ msgstr "Options supplémentaires"
1234
+
1235
+ #~ msgid "Show"
1236
+ #~ msgstr "Montrer"
1237
+
1238
+ #~ msgid "Hide"
1239
+ #~ msgstr "Cacher"
1240
+
1241
+ #~ msgid "The text in the 'From' field"
1242
+ #~ msgstr "Modifier le texte pour le champ 'FROM' du courriel"
1243
+
1244
+ #~ msgid "This text will be used in the 'FROM' field"
1245
+ #~ msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
1246
+
1247
+ #~ msgid "The email address in the 'From' field"
1248
+ #~ msgstr "Sélectionner l'adresse e-mail pour le champ 'FROM' du courriel"
1249
+
1250
+ #~ msgid "This email address will be used in the 'From' field."
1251
+ #~ msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
1252
+
1253
  #~ msgid "Go!"
1254
  #~ msgstr "Allez!"
1255
 
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: 2015-02-17 12:44+0300\n"
6
- "PO-Revision-Date: 2015-02-17 12:44+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: foken <foken@gmx.com>\n"
9
  "Language: ja_JP\n"
@@ -16,43 +16,43 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:80 contact_form.php:811
20
  msgid "Contact Form Settings"
21
  msgstr "Contact Form設定"
22
 
23
- #: contact_form.php:80
24
  msgid "Contact Form"
25
  msgstr "Contact Form"
26
 
27
- #: contact_form.php:162 contact_form.php:1195 contact_form.php:1229
28
  msgid "Name:"
29
  msgstr "名前:"
30
 
31
- #: contact_form.php:163 contact_form.php:1196 contact_form.php:1230
32
  msgid "Address:"
33
  msgstr "住所:"
34
 
35
- #: contact_form.php:164 contact_form.php:1197 contact_form.php:1231
36
  msgid "Email Address:"
37
  msgstr "Eメール:"
38
 
39
- #: contact_form.php:165 contact_form.php:1198 contact_form.php:1232
40
  msgid "Phone number:"
41
  msgstr "電話番号:"
42
 
43
- #: contact_form.php:166 contact_form.php:1199 contact_form.php:1233
44
  msgid "Subject:"
45
  msgstr "件名:"
46
 
47
- #: contact_form.php:167 contact_form.php:1200 contact_form.php:1234
48
  msgid "Message:"
49
  msgstr "メッセージ:"
50
 
51
- #: contact_form.php:168 contact_form.php:1201 contact_form.php:1235
52
  msgid "Attachment:"
53
  msgstr "添付:"
54
 
55
- #: contact_form.php:169
56
  msgid ""
57
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
58
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
@@ -62,93 +62,73 @@ msgstr ""
62
  "AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. 最大ファイル"
63
  "サイズ: 2MB"
64
 
65
- #: contact_form.php:170 contact_form.php:1203 contact_form.php:1237
66
  msgid "Send me a copy"
67
  msgstr "コピーを自分に送る"
68
 
69
- #: contact_form.php:171 contact_form.php:1204 contact_form.php:1238
70
  msgid "Submit"
71
  msgstr "送信"
72
 
73
- #: contact_form.php:172
74
  msgid "Your name is required."
75
  msgstr "名前は必須です。"
76
 
77
- #: contact_form.php:173
78
  msgid "Address is required."
79
  msgstr "住所が必要です。"
80
 
81
- #: contact_form.php:174
82
  msgid "A valid email address is required."
83
  msgstr "有効なEメールアドレスlが必須です。"
84
 
85
- #: contact_form.php:175
86
  msgid "Phone number is required."
87
  msgstr "電話番号は必須です。"
88
 
89
- #: contact_form.php:176
90
  msgid "Subject is required."
91
  msgstr "件名は必須です。"
92
 
93
- #: contact_form.php:177
94
  msgid "Message text is required."
95
  msgstr "メッセージ本文は必須です。"
96
 
97
- #: contact_form.php:178
98
  msgid "File format is not valid."
99
  msgstr "添付が壊れています。"
100
 
101
- #: contact_form.php:179
102
  msgid "File upload error."
103
  msgstr "ファイル・アップロード・エラー。"
104
 
105
- #: contact_form.php:180
106
  msgid "The file could not be uploaded."
107
  msgstr "ファイルは、アップロード出来ませんでした。"
108
 
109
- #: contact_form.php:181
110
  msgid "This file is too large."
111
  msgstr "このファイルは大きすぎます。"
112
 
113
- #: contact_form.php:182
114
  msgid "Please fill out the CAPTCHA."
115
  msgstr "CAPTCHAを入力して下さい。"
116
 
117
- #: contact_form.php:183
118
  msgid "Please make corrections below and try again."
119
  msgstr "以下を修正し、再度試して下さい。"
120
 
121
- #: contact_form.php:185
122
  msgid "Thank you for contacting us."
123
  msgstr "ご連絡ありがとうございます"
124
 
125
- #: contact_form.php:362
126
- msgid "requires"
127
- msgstr "このプラグインは、"
128
-
129
- #: contact_form.php:362
130
- msgid ""
131
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
132
- "try again."
133
- msgstr ""
134
- "またはそれより新しいバージョンが必要です。WordPressをアップグレードして、再度"
135
- "お試し下さい。"
136
-
137
- #: contact_form.php:362
138
- msgid "Back to the WordPress"
139
- msgstr "WordPressに戻る"
140
-
141
- #: contact_form.php:362
142
- msgid "Plugins page"
143
- msgstr "プラグイン・ページ"
144
-
145
- #: contact_form.php:598
146
  msgid ""
147
  "Email 'FROM' field option was changed, which may cause email messages being "
148
  "moved to the spam folder or email delivery failures."
149
  msgstr ""
150
 
151
- #: contact_form.php:608
152
  msgid ""
153
  "If the 'Redirect to page' option is selected then the URL field should be in "
154
  "the following format"
@@ -156,118 +136,55 @@ msgstr ""
156
  "’ページに転送’オプションを選択した場合は、URLフィールドが、以下の形式になりま"
157
  "す"
158
 
159
- #: contact_form.php:617
160
  msgid "Such user does not exist."
161
  msgstr "そのようなユーザは存在しません。"
162
 
163
- #: contact_form.php:627
164
  msgid ""
165
  "Please enter a valid email address in the 'Use this email address' field."
166
  msgstr ""
167
  "'このEメールアドレスを使用'フィールドに有効化なEメール・アドレスを入力して下"
168
  "さい。"
169
 
170
- #: contact_form.php:635
171
  msgid "Please enter a valid email address in the 'FROM' field."
172
  msgstr "'送信者'フィールドに有効なEメールアドレスを入力して下さい。"
173
 
174
- #: contact_form.php:660
175
  msgid "Settings saved."
176
  msgstr "設定保存."
177
 
178
- #: contact_form.php:662
179
  msgid "Settings are not saved."
180
  msgstr "設定は保存さていません。"
181
 
182
- #: contact_form.php:689 contact_form.php:721
183
- msgid "Wrong license key"
184
- msgstr "間違ったライセンスキー"
185
-
186
- #: contact_form.php:714
187
- msgid ""
188
- "Something went wrong. Try again later. If the error will appear again, "
189
- "please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. "
190
- "We are sorry for inconvenience."
191
- msgstr ""
192
- "何かがおかしいようです。暫くしてもう一度お試し下さい。再度エラーが表示される"
193
- "場合は、<a href=http://support.bestwebsoft.com>BestWebSoft</a>までご連絡下さ"
194
- "い。大変申し訳ございません。"
195
-
196
- #: contact_form.php:723
197
- msgid "This license key is bind to another site"
198
- msgstr "このライセンスキーは、他のサイトで使用されています"
199
-
200
- #: contact_form.php:725 contact_form.php:1673
201
- msgid ""
202
- "Unfortunately, you have exceeded the number of available tries per day. "
203
- "Please, upload the plugin manually."
204
- msgstr ""
205
- "残念ながら、本日の利用可能な数を超す試みがされました。プラグインを手動で更新"
206
- "をお願いします。"
207
-
208
- #: contact_form.php:736 contact_form.php:758 contact_form.php:777
209
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
210
- msgstr ""
211
- "zipファイルのダウンロードに失敗しました。プラグインを手動で更新をお願いしま"
212
- "す。"
213
-
214
- #: contact_form.php:748
215
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
216
- msgstr ""
217
- "zipファイルの開封に失敗しました。プラグインを手動で更新をお願いします。"
218
-
219
- #: contact_form.php:754
220
- msgid ""
221
- "Your server does not support either ZipArchive or Phar. Please, upload the "
222
- "plugin manually"
223
- msgstr ""
224
- "貴方のサーバはZipArchive または Pharのどちらもサポートされていません。プラグ"
225
- "インを手動で更新をお願いします。"
226
-
227
- #: contact_form.php:761
228
- #, fuzzy
229
- msgid "UploadDir is not writable. Please, upload the plugin manually"
230
- msgstr ""
231
- "zipファイルの開封に失敗しました。プラグインを手動で更新をお願いします。"
232
-
233
- #: contact_form.php:781
234
- msgid ""
235
- "Something went wrong. Try again later or upload the plugin manually. We are "
236
- "sorry for inconvienience."
237
- msgstr ""
238
- "何かがおかしいようです。暫くして再度試されるか、プラグインを手動で更新をお願"
239
- "いします。大変申し訳ございません。"
240
-
241
- #: contact_form.php:805
242
- msgid "Please, enter Your license key"
243
- msgstr "貴方のライセンスキーを入力して下さい"
244
-
245
- #: contact_form.php:813 contact_form.php:2362 contact_form.php:2376
246
  msgid "Settings"
247
  msgstr "設定"
248
 
249
- #: contact_form.php:814
250
  #, fuzzy
251
  msgid "Additional settings"
252
  msgstr "追加オプション"
253
 
254
- #: contact_form.php:815
255
  msgid "Appearance"
256
  msgstr ""
257
 
258
- #: contact_form.php:816 contact_form.php:2377
259
  msgid "FAQ"
260
  msgstr "FAQ"
261
 
262
- #: contact_form.php:817
263
  msgid "Go PRO"
264
  msgstr "PROに進む"
265
 
266
- #: contact_form.php:820 contact_form.php:823
267
  msgid "Notice:"
268
  msgstr "通知:"
269
 
270
- #: contact_form.php:820
271
  msgid ""
272
  "The plugin's settings have been changed. In order to save them please don't "
273
  "forget to click the 'Save Changes' button."
@@ -275,7 +192,7 @@ msgstr ""
275
  "プラグインの設定は変更されました。これらを保存するためには、'変更保存'ボタン"
276
  "をクリックして下さい。"
277
 
278
- #: contact_form.php:831
279
  msgid ""
280
  "If you want to create multiple contact forms, please install the Contact "
281
  "Form Multi plugin."
@@ -283,7 +200,7 @@ msgstr ""
283
  "複数のコンタクトフォームを作成したい場合は、Contact Form Multiプラグインを導"
284
  "入して下さい。"
285
 
286
- #: contact_form.php:839 contact_form.php:842 contact_form.php:1632
287
  msgid ""
288
  "If you would like to add the Contact Form to your website, just copy and "
289
  "paste this shortcode to your post or page or widget:"
@@ -291,13 +208,13 @@ msgstr ""
291
  "Contact Formをあなたのサイトに追加したい場合は、このショートカットを投稿、"
292
  "ページ又はウェジットにコピーして貼り付けるだけです:"
293
 
294
- #: contact_form.php:839 contact_form.php:840 contact_form.php:842
295
- #: contact_form.php:843 contact_form.php:1219 contact_form.php:1221
296
- #: contact_form.php:1282 contact_form.php:1284
297
  msgid "or"
298
  msgstr "又は"
299
 
300
- #: contact_form.php:840 contact_form.php:843
301
  msgid ""
302
  "If have any problems with the standard shortcode [contact_form], you should "
303
  "use the shortcode"
@@ -305,11 +222,11 @@ msgstr ""
305
  "標準的な短いコード [contact_form]に問題がある場合は、この短いコードをご利用下"
306
  "さい"
307
 
308
- #: contact_form.php:840 contact_form.php:843
309
  msgid "They work the same way."
310
  msgstr "同様に動作します。"
311
 
312
- #: contact_form.php:848
313
  msgid ""
314
  "If you leave the fields empty, the messages will be sent to the email "
315
  "address specified during registration."
@@ -317,126 +234,125 @@ msgstr ""
317
  "以下の項目の情報が空欄の場合、登録の際に記述したアドレスにメッセージが送られ"
318
  "ます。"
319
 
320
- #: contact_form.php:851
321
  msgid "The user's email address:"
322
  msgstr "wordpressユーザのEメールを利用r:"
323
 
324
- #: contact_form.php:855
325
  msgid "Create a username"
326
  msgstr "ユーザ名の選択"
327
 
328
- #: contact_form.php:868
329
  msgid ""
330
  "Enter a username of the person who should get the messages from the contact "
331
  "form."
332
  msgstr "コンタクトフォームからメッセージを受け取る方のユーザ名を入力。"
333
 
334
- #: contact_form.php:872
335
  msgid "Use this email address:"
336
  msgstr "このEメールを利用:"
337
 
338
- #: contact_form.php:875
339
  msgid "Enter the email address you want the messages forwarded to."
340
  msgstr "メッセージ受信用のEメールを設定。"
341
 
342
- #: contact_form.php:884
343
  msgid "Add department selectbox to the contact form:"
344
  msgstr "部署選択ボックスをコンタクトフォームに追加:"
345
 
346
- #: contact_form.php:892 contact_form.php:1328 contact_form.php:1515
347
  msgid "If you upgrade to Pro version all your settings will be saved."
348
  msgstr "PROバージョンにアップグレードすると、設定が保存されます。"
349
 
350
- #: contact_form.php:899 contact_form.php:1062 contact_form.php:1135
351
- #: contact_form.php:1335 contact_form.php:1522
352
  msgid "Unlock premium options by upgrading to a PRO version."
353
  msgstr ""
354
  "PROバージョンにアップグレードすることにより、プレミアム・オプションが解除され"
355
  "ます。"
356
 
357
- #: contact_form.php:900 contact_form.php:1063 contact_form.php:1136
358
- #: contact_form.php:1336 contact_form.php:1523 contact_form.php:2650
359
- #: contact_form.php:2666
360
  msgid "Learn More"
361
  msgstr "もっと学ぶ"
362
 
363
- #: contact_form.php:903 contact_form.php:1066 contact_form.php:1139
364
- #: contact_form.php:1339 contact_form.php:1526
365
  msgid "Go"
366
  msgstr "進む"
367
 
368
- #: contact_form.php:910
369
  msgid "Save emails to the database"
370
  msgstr "メールをデータベースに保存"
371
 
372
- #: contact_form.php:915
373
  msgid "Using"
374
  msgstr "使用中"
375
 
376
- #: contact_form.php:915 contact_form.php:1112 contact_form.php:1115
377
- #: contact_form.php:1119
378
  msgid "powered by"
379
  msgstr "powered by"
380
 
381
- #: contact_form.php:918 contact_form.php:922
382
  msgid "Using Contact Form to DB powered by"
383
  msgstr "利用 Contact Form to DB powered by"
384
 
385
- #: contact_form.php:918
386
  msgid "Activate Contact Form to DB"
387
  msgstr "Contact Form to DBを有効化"
388
 
389
- #: contact_form.php:922
390
  msgid "Download Contact Form to DB"
391
  msgstr "Contact Form to DBをダウンロード"
392
 
393
- #: contact_form.php:932
394
  msgid "What to use?"
395
  msgstr "何を使用?"
396
 
397
- #: contact_form.php:935
398
  msgid "Wp-mail"
399
  msgstr "WPメール"
400
 
401
- #: contact_form.php:935
402
  msgid "You can use the wp_mail function for mailing"
403
  msgstr "メールにwp_mali機能が利用できます"
404
 
405
- #: contact_form.php:937
406
  msgid "Mail"
407
  msgstr "メール"
408
 
409
- #: contact_form.php:937
410
  msgid "To send mail you can use the php mail function"
411
  msgstr "メールを送信するには、phpメール機能が利用できます"
412
 
413
- #: contact_form.php:941
414
  msgid "'FROM' field"
415
  msgstr ""
416
 
417
- #: contact_form.php:943 contact_form.php:993 contact_form.php:1390
418
- #: contact_form.php:2162 contact_form.php:2198
419
  msgid "Name"
420
  msgstr "名前"
421
 
422
- #: contact_form.php:947
423
  msgid "User name"
424
  msgstr "ユーザ名"
425
 
426
- #: contact_form.php:949
427
  msgid ""
428
  "The name of the user who fills the form will be used in the field 'From'."
429
  msgstr "フォームを入力するユーザの名前が、'送信者'フィールドに使用されます。"
430
 
431
- #: contact_form.php:954 contact_form.php:2173 contact_form.php:2205
432
  msgid "Email"
433
  msgstr "Eメール"
434
 
435
- #: contact_form.php:961
436
  msgid "User email"
437
  msgstr "ユーザ・Eメール"
438
 
439
- #: contact_form.php:963
440
  msgid ""
441
  "The email address of the user who fills the form will be used in the field "
442
  "'From'."
@@ -444,172 +360,172 @@ msgstr ""
444
  "フォームを入力したユーザのEメール・アドレスは、'送信者'フィールドに使用されま"
445
  "す。"
446
 
447
- #: contact_form.php:967
448
  msgid ""
449
  "If this option is changed, email messages may be moved to the spam folder or "
450
  "email delivery failures may occur."
451
  msgstr ""
452
 
453
- #: contact_form.php:973
454
  msgid "Required symbol"
455
  msgstr "必須シンボル"
456
 
457
- #: contact_form.php:983
458
  msgid "Fields"
459
  msgstr "フィールド"
460
 
461
- #: contact_form.php:984
462
  msgid "Used"
463
  msgstr "使用済"
464
 
465
- #: contact_form.php:985
466
  msgid "Required"
467
  msgstr "必須"
468
 
469
- #: contact_form.php:986
470
  msgid "Visible"
471
  msgstr "可視"
472
 
473
- #: contact_form.php:987
474
  msgid "Disabled for editing"
475
  msgstr "編集を無効化"
476
 
477
- #: contact_form.php:988
478
  msgid "Field's default value"
479
  msgstr "フィールドのデフォルト値"
480
 
481
- #: contact_form.php:1000
482
  msgid "Use User's name as a default value if the user is logged in."
483
  msgstr ""
484
 
485
- #: contact_form.php:1001 contact_form.php:1029
486
  msgid ""
487
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
488
  "in users."
489
  msgstr ""
490
 
491
- #: contact_form.php:1005
492
  msgid "Location selectbox"
493
  msgstr "場所選択ボックス"
494
 
495
- #: contact_form.php:1013 contact_form.php:1395 contact_form.php:2168
496
- #: contact_form.php:2202
497
  msgid "Address"
498
  msgstr "住所"
499
 
500
- #: contact_form.php:1021
501
  msgid "Email Address"
502
  msgstr "Eメール・アドレス"
503
 
504
- #: contact_form.php:1028
505
  msgid "Use User's email as a default value if the user is logged in."
506
  msgstr ""
507
 
508
- #: contact_form.php:1033
509
  msgid "Phone number"
510
  msgstr "電話番号"
511
 
512
- #: contact_form.php:1041 contact_form.php:1410 contact_form.php:2183
513
- #: contact_form.php:2211
514
  msgid "Subject"
515
  msgstr "件名"
516
 
517
- #: contact_form.php:1049 contact_form.php:1414 contact_form.php:2186
518
- #: contact_form.php:2213
519
  msgid "Message"
520
  msgstr "メッセージ"
521
 
522
- #: contact_form.php:1073
523
  msgid "Attachment block"
524
  msgstr "添付ブロック"
525
 
526
- #: contact_form.php:1075
527
  msgid "Users can attach the following file formats"
528
  msgstr "ユーザは、以下のタイプのファイルを添付できる"
529
 
530
- #: contact_form.php:1088
531
  msgid "Add to the form"
532
  msgstr "フォームに追加"
533
 
534
- #: contact_form.php:1093
535
  msgid "Tips below the Attachment"
536
  msgstr "添付ファイルの下のチップス"
537
 
538
- #: contact_form.php:1102
539
  msgid "'Send me a copy' block"
540
  msgstr "'コピーを自分に送る'ブロック"
541
 
542
- #: contact_form.php:1112 contact_form.php:1115 contact_form.php:1119
543
- #: contact_form.php:1424
544
  msgid "Captcha"
545
  msgstr "Captcha"
546
 
547
- #: contact_form.php:1115
548
  msgid "Activate captcha"
549
  msgstr "有効なcaptcha"
550
 
551
- #: contact_form.php:1119
552
  msgid "Download captcha"
553
  msgstr "captchaをダウンロード"
554
 
555
- #: contact_form.php:1127
556
  msgid "Agreement checkbox"
557
  msgstr "同意のチェックボックス"
558
 
559
- #: contact_form.php:1127
560
  msgid "Required checkbox for submitting the form"
561
  msgstr "フォームを送信するために必須のチェックボックス"
562
 
563
- #: contact_form.php:1128
564
  msgid "Optional checkbox"
565
  msgstr "オプションのチェックボックス"
566
 
567
- #: contact_form.php:1128
568
  msgid "Optional checkbox, the results of which will be displayed in email"
569
  msgstr "オプションのチェックボックス、Eメールに表示される結果"
570
 
571
- #: contact_form.php:1145
572
  msgid "Delete an attachment file from the server after the email is sent"
573
  msgstr "Eメール送信後、サーバから添付ファイルを削除"
574
 
575
- #: contact_form.php:1151
576
  msgid "Email in HTML format sending"
577
  msgstr "HTMLフォーマットでメール送信"
578
 
579
- #: contact_form.php:1155
580
  msgid "Display additional info in the email"
581
  msgstr "メール中に追加情報を表示"
582
 
583
- #: contact_form.php:1160 contact_form.php:2129 contact_form.php:2131
584
  msgid "Sent from (ip address)"
585
  msgstr "送信された(IP-Adresse)"
586
 
587
- #: contact_form.php:1160
588
  msgid "Example: Sent from (IP address):\t127.0.0.1"
589
  msgstr "例: 送信された(IP-Adresse):\t127.0.0.1"
590
 
591
- #: contact_form.php:1161 contact_form.php:2135 contact_form.php:2137
592
  msgid "Date/Time"
593
  msgstr "日時"
594
 
595
- #: contact_form.php:1161
596
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
597
  msgstr "例: 日時:\tAugust 19, 2013 8:50 pm"
598
 
599
- #: contact_form.php:1162 contact_form.php:2141 contact_form.php:2143
600
  msgid "Sent from (referer)"
601
  msgstr "送信された(referer)"
602
 
603
- #: contact_form.php:1162
604
  msgid ""
605
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
606
  msgstr "例: 送信された (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
607
 
608
- #: contact_form.php:1163 contact_form.php:2147 contact_form.php:2149
609
  msgid "Using (user agent)"
610
  msgstr "利用中の (user agent)"
611
 
612
- #: contact_form.php:1163
613
  msgid ""
614
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
615
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@@ -617,132 +533,132 @@ msgstr ""
617
  "例: 利用中の (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
618
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
619
 
620
- #: contact_form.php:1167
621
  msgid "Language settings for the field names in the form"
622
  msgstr "フォーム内のフィールド名の言語設定"
623
 
624
- #: contact_form.php:1176
625
  msgid "Add a language"
626
  msgstr "言語の追加"
627
 
628
- #: contact_form.php:1180
629
  msgid "Change the names of the contact form fields and error messages"
630
  msgstr "コンタクトフォームのフィールド名及びエラーメッセージを変更"
631
 
632
- #: contact_form.php:1185 contact_form.php:1272
633
  msgid "English"
634
  msgstr "英語"
635
 
636
- #: contact_form.php:1193 contact_form.php:1227
637
  msgid "click to expand/hide the list"
638
  msgstr "クリックして、このリストを展開/隠す"
639
 
640
- #: contact_form.php:1202 contact_form.php:1236
641
  msgid "Tips below the Attachment block"
642
  msgstr "添付ファイル・ブロックの下のチップス"
643
 
644
- #: contact_form.php:1205 contact_form.php:1239
645
  msgid "Error message for the Name field"
646
  msgstr "名前フィールド用のエラーメッセージ"
647
 
648
- #: contact_form.php:1206 contact_form.php:1240
649
  msgid "Error message for the Address field"
650
  msgstr "住所フィールド用のエラーメッセージ"
651
 
652
- #: contact_form.php:1207 contact_form.php:1241
653
  msgid "Error message for the Email field"
654
  msgstr "Eメール・フィールド用のエラーメッセージ"
655
 
656
- #: contact_form.php:1208 contact_form.php:1242
657
  msgid "Error message for the Phone field"
658
  msgstr "電話フィールド用のエラーメッセージ"
659
 
660
- #: contact_form.php:1209 contact_form.php:1243
661
  msgid "Error message for the Subject field"
662
  msgstr "件名フィールド用のエラーメッセージ"
663
 
664
- #: contact_form.php:1210 contact_form.php:1244
665
  msgid "Error message for the Message field"
666
  msgstr "メッセージ・フィールド用のエラーメッセージ"
667
 
668
- #: contact_form.php:1211 contact_form.php:1245
669
  msgid "Error message about the file type for the Attachment field"
670
  msgstr "添付フィールド用の拡張子タイプに関するエラーメッセージ"
671
 
672
- #: contact_form.php:1212 contact_form.php:1246
673
  msgid ""
674
  "Error message while uploading a file for the Attachment field to the server"
675
  msgstr "添付フィールド用のファイルをサーバにアップロード中のエラーメッセージ"
676
 
677
- #: contact_form.php:1213 contact_form.php:1247
678
  msgid "Error message while moving the file for the Attachment field"
679
  msgstr "添付フィールド用のファイルを移動中のエラーメッセージ"
680
 
681
- #: contact_form.php:1214 contact_form.php:1248
682
  msgid "Error message when file size limit for the Attachment field is exceeded"
683
  msgstr "添付フィールド用のファイルサイズ制限を超した場合のエラーメッセージ"
684
 
685
- #: contact_form.php:1215 contact_form.php:1249
686
  msgid "Error message for the Captcha field"
687
  msgstr "Captcha フィールド用のエラーメッセージ"
688
 
689
- #: contact_form.php:1216 contact_form.php:1250
690
  msgid "Error message for the whole form"
691
  msgstr "全体フォーム用のエラーメッセージ"
692
 
693
- #: contact_form.php:1219 contact_form.php:1221 contact_form.php:1253
694
- #: contact_form.php:1255 contact_form.php:1282 contact_form.php:1284
695
- #: contact_form.php:1292 contact_form.php:1294 contact_form.php:2490
696
- #: contact_form.php:2492
697
  msgid "Use shortcode"
698
  msgstr "短いコードの利用"
699
 
700
- #: contact_form.php:1219 contact_form.php:1221 contact_form.php:1253
701
- #: contact_form.php:1255 contact_form.php:1282 contact_form.php:1284
702
- #: contact_form.php:1292 contact_form.php:1294 contact_form.php:2490
703
- #: contact_form.php:2492
704
  msgid "for this language"
705
  msgstr "この言語用に"
706
 
707
- #: contact_form.php:1263
708
  msgid "Use the changed names of the contact form fields in the email"
709
  msgstr "Eメール内のコンタクトフォーム・フィールドの変更された名前を使用"
710
 
711
- #: contact_form.php:1269
712
  msgid "Action after email is sent"
713
  msgstr "メール送信後の動作"
714
 
715
- #: contact_form.php:1271
716
  msgid "Display text"
717
  msgstr "テキストを表示"
718
 
719
- #: contact_form.php:1280 contact_form.php:1290
720
  msgid "Text"
721
  msgstr "文字"
722
 
723
- #: contact_form.php:1301
724
  msgid "Redirect to the page"
725
  msgstr "ページに転送"
726
 
727
- #: contact_form.php:1302
728
  msgid "Url"
729
  msgstr "Url"
730
 
731
- #: contact_form.php:1306
732
  msgid "The $_SERVER variable that is used to build a URL of the form"
733
  msgstr "フォームのURLを作成するのに使用される$_SERVER変数"
734
 
735
- #: contact_form.php:1310
736
  msgid ""
737
  "If you are not sure whether to change this setting or not, please do not do "
738
  "that."
739
  msgstr "この設定を変更するかが定かで無い場合は、変更しないで下さい。"
740
 
741
- #: contact_form.php:1319
742
  msgid "Auto Response"
743
  msgstr "自動応答"
744
 
745
- #: contact_form.php:1323
746
  #, php-format
747
  msgid ""
748
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -753,260 +669,211 @@ msgstr ""
753
  "表示するために%%NAME%%を、メッセージフィールドからデータを表示するため"
754
  "に%%MESSAGE%%が利用することが出来ます。"
755
 
756
- #: contact_form.php:1349 contact_form.php:1533
757
  msgid "Save Changes"
758
  msgstr "変更保存"
759
 
760
- #: contact_form.php:1355
761
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
762
- msgstr "もし我々のプラグインが気に入ったら、WordPressで5星をお付け下さい"
763
-
764
- #: contact_form.php:1356
765
- msgid "Rate the plugin"
766
- msgstr "プラグインの評価"
767
-
768
- #: contact_form.php:1359
769
- msgid "If there is something wrong about it, please contact us"
770
- msgstr "何か間違いがありましたら、ご連絡下さい"
771
-
772
- #: contact_form.php:1370
773
  msgid "Errors output"
774
  msgstr "エラー出力"
775
 
776
- #: contact_form.php:1373
777
  msgid "Display error messages"
778
  msgstr "エラーメッセージの表示"
779
 
780
- #: contact_form.php:1374
781
  msgid "Color of the input field errors."
782
  msgstr "入力フィールド・エラーの色"
783
 
784
- #: contact_form.php:1375
785
  msgid "Display error messages & color of the input field errors"
786
  msgstr "エラーメッセージと入力フィールド・エラーの色を表示"
787
 
788
- #: contact_form.php:1380
789
  msgid "Add placeholder to the input blocks"
790
  msgstr "プレースホルダーを入力ブロックに追加"
791
 
792
- #: contact_form.php:1386
793
  msgid "Add tooltips"
794
  msgstr "ツールチップの追加"
795
 
796
- #: contact_form.php:1400
797
  msgid "Email address"
798
  msgstr "Eメール・アドレス"
799
 
800
- #: contact_form.php:1405
801
  msgid "Phone Number"
802
  msgstr "電話番号"
803
 
804
- #: contact_form.php:1419
805
  msgid "Attachment"
806
  msgstr "添付"
807
 
808
- #: contact_form.php:1424
809
  msgid "(powered by bestwebsoft.com)"
810
  msgstr "(powered by bestwebsoft.com)"
811
 
812
- #: contact_form.php:1429
813
  msgid "Style options"
814
  msgstr "スタイル・オプション"
815
 
816
- #: contact_form.php:1432
817
  msgid "Text color"
818
  msgstr "文字色"
819
 
820
- #: contact_form.php:1435 contact_form.php:1440 contact_form.php:1450
821
- #: contact_form.php:1455 contact_form.php:1460 contact_form.php:1465
822
- #: contact_form.php:1475 contact_form.php:1480 contact_form.php:1486
823
- #: contact_form.php:1497 contact_form.php:1502 contact_form.php:1507
824
  msgid "Default"
825
  msgstr "標準"
826
 
827
- #: contact_form.php:1437
828
  msgid "Label text color"
829
  msgstr "ラベル文字色"
830
 
831
- #: contact_form.php:1442
832
  msgid "Placeholder color"
833
  msgstr "プレースホルダ色"
834
 
835
- #: contact_form.php:1447
836
  msgid "Errors color"
837
  msgstr "エラーの色"
838
 
839
- #: contact_form.php:1452
840
  msgid "Error text color"
841
  msgstr "エラーテキストの色"
842
 
843
- #: contact_form.php:1457
844
  msgid "Background color of the input field errors"
845
  msgstr "入力フィールド・エラーの背景色"
846
 
847
- #: contact_form.php:1462
848
  msgid "Border color of the input field errors"
849
  msgstr "入力フィールド・エラーの罫線色"
850
 
851
- #: contact_form.php:1467
852
  msgid "Placeholder color of the input field errors"
853
  msgstr "入力フィールド・エラー用のプレースホルダ色"
854
 
855
- #: contact_form.php:1472
856
  msgid "Input fields"
857
  msgstr "フィールドを入力"
858
 
859
- #: contact_form.php:1477
860
  msgid "Input fields background color"
861
  msgstr "フィールドの背景色の入力"
862
 
863
- #: contact_form.php:1482
864
  msgid "Text fields color"
865
  msgstr "文字フィールド色"
866
 
867
- #: contact_form.php:1484
868
  msgid "Border width in px, numbers only"
869
  msgstr "罫線幅(px単位)、数値のみ"
870
 
871
- #: contact_form.php:1488 contact_form.php:1509
872
  msgid "Border color"
873
  msgstr "罫線色"
874
 
875
- #: contact_form.php:1493
876
  msgid "Submit button"
877
  msgstr "送信ボタン"
878
 
879
- #: contact_form.php:1495
880
  msgid "Width in px, numbers only"
881
  msgstr "px単位の幅、数字のみ"
882
 
883
- #: contact_form.php:1499
884
  msgid "Button color"
885
  msgstr "ボタンの色"
886
 
887
- #: contact_form.php:1504
888
  msgid "Button text color"
889
  msgstr "ボタン文字の色"
890
 
891
- #: contact_form.php:1537
892
  msgid "Contact Form Pro | Preview"
893
  msgstr "Contact Form Pro | プレビュー"
894
 
895
- #: contact_form.php:1540
896
  msgid "Show with errors"
897
  msgstr "エラーで表示"
898
 
899
- #: contact_form.php:1548 contact_form.php:1550
900
  msgid "Please enter your full name..."
901
  msgstr "貴方の氏名を入力して下さい..."
902
 
903
- #: contact_form.php:1561 contact_form.php:1563
904
  msgid "Please enter your address..."
905
  msgstr "貴方の住所を入力して下さい..."
906
 
907
- #: contact_form.php:1572 contact_form.php:1574
908
  msgid "Please enter your email address..."
909
  msgstr "貴方のEメール・アドレスを入力して下さい..."
910
 
911
- #: contact_form.php:1583 contact_form.php:1585
912
  msgid "Please enter your phone number..."
913
  msgstr "貴方の電話番号を入力して下さい..."
914
 
915
- #: contact_form.php:1594 contact_form.php:1596
916
  msgid "Please enter subject..."
917
  msgstr "件名を入力して下さい..."
918
 
919
- #: contact_form.php:1604 contact_form.php:1606
920
  msgid "Please enter your message..."
921
  msgstr "メッセージを入力して下さい..."
922
 
923
- #: contact_form.php:1648
924
- msgid ""
925
- "Congratulations! The PRO version of the plugin is successfully download and "
926
- "activated."
927
- msgstr ""
928
- "おめでとう!プラグインのPROバージョンが無事ダウンロードされ、有効化されまし"
929
- "た。"
930
-
931
- #: contact_form.php:1650
932
- msgid "Please, go to"
933
- msgstr "どうかお進み下さい:"
934
-
935
- #: contact_form.php:1650
936
- msgid "the setting page"
937
- msgstr "設定ページ"
938
-
939
- #: contact_form.php:1651
940
- msgid "You will be redirected automatically in 5 seconds."
941
- msgstr "5秒後に自動的に転送されます。"
942
-
943
- #: contact_form.php:1656
944
- msgid "You can download and activate"
945
- msgstr "ライセンスキーを入力することによって、このプラグインの"
946
-
947
- #: contact_form.php:1658
948
- msgid "version of this plugin by entering Your license key."
949
- msgstr "バージョンをダウンロードし有効化することができます。"
950
-
951
- #: contact_form.php:1660
952
- msgid ""
953
- "You can find your license key on your personal page Client area, by clicking "
954
- "on the link"
955
- msgstr ""
956
- "このリンクをクリックすることで、クライアントエリアの貴方のパーソナルページで"
957
- "ライセンスキーを確認できます"
958
-
959
- #: contact_form.php:1662
960
- msgid "(your username is the email you specify when purchasing the product)."
961
- msgstr "(ユーザ名は、この商品の購入時に貴方が指定したEメールです)。"
962
-
963
- #: contact_form.php:1670 contact_form.php:1680
964
- msgid "Activate"
965
- msgstr "有効化"
966
-
967
- #: contact_form.php:1752
968
  msgid "Sorry, email message could not be delivered."
969
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
970
 
971
- #: contact_form.php:2156
972
  msgid "Contact from"
973
  msgstr "Contact Form"
974
 
975
- #: contact_form.php:2178 contact_form.php:2208
976
  msgid "Phone"
977
  msgstr "電話"
978
 
979
- #: contact_form.php:2189 contact_form.php:2215
980
  msgid "Site"
981
  msgstr "サイト"
982
 
983
- #: contact_form.php:2302
984
  msgid ""
985
  "If you can see this MIME, it means that the MIME type is not supported by "
986
  "your email client!"
987
  msgstr "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
988
 
989
- #: contact_form.php:2378
990
  msgid "Support"
991
  msgstr "サポート"
992
 
993
- #: contact_form.php:2432
994
  msgid "Are you sure that you want to delete this language data?"
995
  msgstr "本当に、この言語データを削除しますか?"
996
 
997
- #: contact_form.php:2653
 
 
 
 
 
998
  msgid ""
999
- "It’s time to upgrade your <strong>Contact Form plugin</strong> to "
1000
- "<strong>PRO</strong> version"
1001
  msgstr ""
1002
- "<strong>Contact Formプラグイン</strong> を <strong>PRO</strong> バージョンに"
1003
- "アップグレードする時がやって来ました"
1004
 
1005
- #: contact_form.php:2654
1006
- msgid "Extend standard plugin functionality with new great options."
1007
- msgstr "新しいオプションの追加により、標準プラグインに機能を追加します。"
 
 
 
 
1008
 
1009
- #: contact_form.php:2669
1010
  msgid ""
1011
  "<strong>Contact Form to DB</strong> allows to store your messages to the "
1012
  "database."
@@ -1014,10 +881,135 @@ msgstr ""
1014
  "<strong>Contact Form to DB</strong>は、貴方のメッセージをデータベースに保存し"
1015
  "ます。"
1016
 
1017
- #: contact_form.php:2670
1018
  msgid "Manage messages that have been sent from your website."
1019
  msgstr "貴方のウェブサイトから送られるメッセージを管理"
1020
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1021
  #~ msgid "Not set"
1022
  #~ msgstr "未設定"
1023
 
@@ -1135,9 +1127,6 @@ msgstr "貴方のウェブサイトから送られるメッセージを管理"
1135
  #~ msgid "Installed plugins"
1136
  #~ msgstr "導入済みプラグイン"
1137
 
1138
- #~ msgid "Learn more"
1139
- #~ msgstr "もっと学ぶ"
1140
-
1141
  #~ msgid "Activate this plugin"
1142
  #~ msgstr "このプラグインを有効化"
1143
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-05 12:57+0300\n"
6
+ "PO-Revision-Date: 2015-03-05 12:58+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: foken <foken@gmx.com>\n"
9
  "Language: ja_JP\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:35 contact_form.php:631
20
  msgid "Contact Form Settings"
21
  msgstr "Contact Form設定"
22
 
23
+ #: contact_form.php:35
24
  msgid "Contact Form"
25
  msgstr "Contact Form"
26
 
27
+ #: contact_form.php:123 contact_form.php:1012 contact_form.php:1046
28
  msgid "Name:"
29
  msgstr "名前:"
30
 
31
+ #: contact_form.php:124 contact_form.php:1013 contact_form.php:1047
32
  msgid "Address:"
33
  msgstr "住所:"
34
 
35
+ #: contact_form.php:125 contact_form.php:1014 contact_form.php:1048
36
  msgid "Email Address:"
37
  msgstr "Eメール:"
38
 
39
+ #: contact_form.php:126 contact_form.php:1015 contact_form.php:1049
40
  msgid "Phone number:"
41
  msgstr "電話番号:"
42
 
43
+ #: contact_form.php:127 contact_form.php:1016 contact_form.php:1050
44
  msgid "Subject:"
45
  msgstr "件名:"
46
 
47
+ #: contact_form.php:128 contact_form.php:1017 contact_form.php:1051
48
  msgid "Message:"
49
  msgstr "メッセージ:"
50
 
51
+ #: contact_form.php:129 contact_form.php:1018 contact_form.php:1052
52
  msgid "Attachment:"
53
  msgstr "添付:"
54
 
55
+ #: contact_form.php:130
56
  msgid ""
57
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
58
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
62
  "AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. 最大ファイル"
63
  "サイズ: 2MB"
64
 
65
+ #: contact_form.php:131 contact_form.php:1020 contact_form.php:1054
66
  msgid "Send me a copy"
67
  msgstr "コピーを自分に送る"
68
 
69
+ #: contact_form.php:132 contact_form.php:1021 contact_form.php:1055
70
  msgid "Submit"
71
  msgstr "送信"
72
 
73
+ #: contact_form.php:133
74
  msgid "Your name is required."
75
  msgstr "名前は必須です。"
76
 
77
+ #: contact_form.php:134
78
  msgid "Address is required."
79
  msgstr "住所が必要です。"
80
 
81
+ #: contact_form.php:135
82
  msgid "A valid email address is required."
83
  msgstr "有効なEメールアドレスlが必須です。"
84
 
85
+ #: contact_form.php:136
86
  msgid "Phone number is required."
87
  msgstr "電話番号は必須です。"
88
 
89
+ #: contact_form.php:137
90
  msgid "Subject is required."
91
  msgstr "件名は必須です。"
92
 
93
+ #: contact_form.php:138
94
  msgid "Message text is required."
95
  msgstr "メッセージ本文は必須です。"
96
 
97
+ #: contact_form.php:139
98
  msgid "File format is not valid."
99
  msgstr "添付が壊れています。"
100
 
101
+ #: contact_form.php:140
102
  msgid "File upload error."
103
  msgstr "ファイル・アップロード・エラー。"
104
 
105
+ #: contact_form.php:141
106
  msgid "The file could not be uploaded."
107
  msgstr "ファイルは、アップロード出来ませんでした。"
108
 
109
+ #: contact_form.php:142
110
  msgid "This file is too large."
111
  msgstr "このファイルは大きすぎます。"
112
 
113
+ #: contact_form.php:143
114
  msgid "Please fill out the CAPTCHA."
115
  msgstr "CAPTCHAを入力して下さい。"
116
 
117
+ #: contact_form.php:144
118
  msgid "Please make corrections below and try again."
119
  msgstr "以下を修正し、再度試して下さい。"
120
 
121
+ #: contact_form.php:146
122
  msgid "Thank you for contacting us."
123
  msgstr "ご連絡ありがとうございます"
124
 
125
+ #: contact_form.php:543
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
126
  msgid ""
127
  "Email 'FROM' field option was changed, which may cause email messages being "
128
  "moved to the spam folder or email delivery failures."
129
  msgstr ""
130
 
131
+ #: contact_form.php:553
132
  msgid ""
133
  "If the 'Redirect to page' option is selected then the URL field should be in "
134
  "the following format"
136
  "’ページに転送’オプションを選択した場合は、URLフィールドが、以下の形式になりま"
137
  "す"
138
 
139
+ #: contact_form.php:562
140
  msgid "Such user does not exist."
141
  msgstr "そのようなユーザは存在しません。"
142
 
143
+ #: contact_form.php:572
144
  msgid ""
145
  "Please enter a valid email address in the 'Use this email address' field."
146
  msgstr ""
147
  "'このEメールアドレスを使用'フィールドに有効化なEメール・アドレスを入力して下"
148
  "さい。"
149
 
150
+ #: contact_form.php:580
151
  msgid "Please enter a valid email address in the 'FROM' field."
152
  msgstr "'送信者'フィールドに有効なEメールアドレスを入力して下さい。"
153
 
154
+ #: contact_form.php:603
155
  msgid "Settings saved."
156
  msgstr "設定保存."
157
 
158
+ #: contact_form.php:605
159
  msgid "Settings are not saved."
160
  msgstr "設定は保存さていません。"
161
 
162
+ #: contact_form.php:633 contact_form.php:2126 contact_form.php:2140
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
163
  msgid "Settings"
164
  msgstr "設定"
165
 
166
+ #: contact_form.php:634
167
  #, fuzzy
168
  msgid "Additional settings"
169
  msgstr "追加オプション"
170
 
171
+ #: contact_form.php:635
172
  msgid "Appearance"
173
  msgstr ""
174
 
175
+ #: contact_form.php:636 contact_form.php:2141
176
  msgid "FAQ"
177
  msgstr "FAQ"
178
 
179
+ #: contact_form.php:637
180
  msgid "Go PRO"
181
  msgstr "PROに進む"
182
 
183
+ #: contact_form.php:640 contact_form.php:642
184
  msgid "Notice:"
185
  msgstr "通知:"
186
 
187
+ #: contact_form.php:640
188
  msgid ""
189
  "The plugin's settings have been changed. In order to save them please don't "
190
  "forget to click the 'Save Changes' button."
192
  "プラグインの設定は変更されました。これらを保存するためには、'変更保存'ボタン"
193
  "をクリックして下さい。"
194
 
195
+ #: contact_form.php:650
196
  msgid ""
197
  "If you want to create multiple contact forms, please install the Contact "
198
  "Form Multi plugin."
200
  "複数のコンタクトフォームを作成したい場合は、Contact Form Multiプラグインを導"
201
  "入して下さい。"
202
 
203
+ #: contact_form.php:657 contact_form.php:660 contact_form.php:1439
204
  msgid ""
205
  "If you would like to add the Contact Form to your website, just copy and "
206
  "paste this shortcode to your post or page or widget:"
208
  "Contact Formをあなたのサイトに追加したい場合は、このショートカットを投稿、"
209
  "ページ又はウェジットにコピーして貼り付けるだけです:"
210
 
211
+ #: contact_form.php:657 contact_form.php:658 contact_form.php:660
212
+ #: contact_form.php:661 contact_form.php:1036 contact_form.php:1038
213
+ #: contact_form.php:1099 contact_form.php:1101
214
  msgid "or"
215
  msgstr "又は"
216
 
217
+ #: contact_form.php:658 contact_form.php:661
218
  msgid ""
219
  "If have any problems with the standard shortcode [contact_form], you should "
220
  "use the shortcode"
222
  "標準的な短いコード [contact_form]に問題がある場合は、この短いコードをご利用下"
223
  "さい"
224
 
225
+ #: contact_form.php:658 contact_form.php:661
226
  msgid "They work the same way."
227
  msgstr "同様に動作します。"
228
 
229
+ #: contact_form.php:665
230
  msgid ""
231
  "If you leave the fields empty, the messages will be sent to the email "
232
  "address specified during registration."
234
  "以下の項目の情報が空欄の場合、登録の際に記述したアドレスにメッセージが送られ"
235
  "ます。"
236
 
237
+ #: contact_form.php:668
238
  msgid "The user's email address:"
239
  msgstr "wordpressユーザのEメールを利用r:"
240
 
241
+ #: contact_form.php:672
242
  msgid "Create a username"
243
  msgstr "ユーザ名の選択"
244
 
245
+ #: contact_form.php:685
246
  msgid ""
247
  "Enter a username of the person who should get the messages from the contact "
248
  "form."
249
  msgstr "コンタクトフォームからメッセージを受け取る方のユーザ名を入力。"
250
 
251
+ #: contact_form.php:689
252
  msgid "Use this email address:"
253
  msgstr "このEメールを利用:"
254
 
255
+ #: contact_form.php:692
256
  msgid "Enter the email address you want the messages forwarded to."
257
  msgstr "メッセージ受信用のEメールを設定。"
258
 
259
+ #: contact_form.php:701
260
  msgid "Add department selectbox to the contact form:"
261
  msgstr "部署選択ボックスをコンタクトフォームに追加:"
262
 
263
+ #: contact_form.php:709 contact_form.php:1145 contact_form.php:1322
264
  msgid "If you upgrade to Pro version all your settings will be saved."
265
  msgstr "PROバージョンにアップグレードすると、設定が保存されます。"
266
 
267
+ #: contact_form.php:716 contact_form.php:879 contact_form.php:952
268
+ #: contact_form.php:1152 contact_form.php:1329
269
  msgid "Unlock premium options by upgrading to a PRO version."
270
  msgstr ""
271
  "PROバージョンにアップグレードすることにより、プレミアム・オプションが解除され"
272
  "ます。"
273
 
274
+ #: contact_form.php:717 contact_form.php:880 contact_form.php:953
275
+ #: contact_form.php:1153 contact_form.php:1330 contact_form.php:2402
 
276
  msgid "Learn More"
277
  msgstr "もっと学ぶ"
278
 
279
+ #: contact_form.php:720 contact_form.php:883 contact_form.php:956
280
+ #: contact_form.php:1156 contact_form.php:1333
281
  msgid "Go"
282
  msgstr "進む"
283
 
284
+ #: contact_form.php:727
285
  msgid "Save emails to the database"
286
  msgstr "メールをデータベースに保存"
287
 
288
+ #: contact_form.php:732
289
  msgid "Using"
290
  msgstr "使用中"
291
 
292
+ #: contact_form.php:732 contact_form.php:929 contact_form.php:932
293
+ #: contact_form.php:936
294
  msgid "powered by"
295
  msgstr "powered by"
296
 
297
+ #: contact_form.php:735 contact_form.php:739
298
  msgid "Using Contact Form to DB powered by"
299
  msgstr "利用 Contact Form to DB powered by"
300
 
301
+ #: contact_form.php:735
302
  msgid "Activate Contact Form to DB"
303
  msgstr "Contact Form to DBを有効化"
304
 
305
+ #: contact_form.php:739
306
  msgid "Download Contact Form to DB"
307
  msgstr "Contact Form to DBをダウンロード"
308
 
309
+ #: contact_form.php:749
310
  msgid "What to use?"
311
  msgstr "何を使用?"
312
 
313
+ #: contact_form.php:752
314
  msgid "Wp-mail"
315
  msgstr "WPメール"
316
 
317
+ #: contact_form.php:752
318
  msgid "You can use the wp_mail function for mailing"
319
  msgstr "メールにwp_mali機能が利用できます"
320
 
321
+ #: contact_form.php:754
322
  msgid "Mail"
323
  msgstr "メール"
324
 
325
+ #: contact_form.php:754
326
  msgid "To send mail you can use the php mail function"
327
  msgstr "メールを送信するには、phpメール機能が利用できます"
328
 
329
+ #: contact_form.php:758
330
  msgid "'FROM' field"
331
  msgstr ""
332
 
333
+ #: contact_form.php:760 contact_form.php:810 contact_form.php:1197
334
+ #: contact_form.php:1927 contact_form.php:1963
335
  msgid "Name"
336
  msgstr "名前"
337
 
338
+ #: contact_form.php:764
339
  msgid "User name"
340
  msgstr "ユーザ名"
341
 
342
+ #: contact_form.php:766
343
  msgid ""
344
  "The name of the user who fills the form will be used in the field 'From'."
345
  msgstr "フォームを入力するユーザの名前が、'送信者'フィールドに使用されます。"
346
 
347
+ #: contact_form.php:771 contact_form.php:1938 contact_form.php:1970
348
  msgid "Email"
349
  msgstr "Eメール"
350
 
351
+ #: contact_form.php:778
352
  msgid "User email"
353
  msgstr "ユーザ・Eメール"
354
 
355
+ #: contact_form.php:780
356
  msgid ""
357
  "The email address of the user who fills the form will be used in the field "
358
  "'From'."
360
  "フォームを入力したユーザのEメール・アドレスは、'送信者'フィールドに使用されま"
361
  "す。"
362
 
363
+ #: contact_form.php:784
364
  msgid ""
365
  "If this option is changed, email messages may be moved to the spam folder or "
366
  "email delivery failures may occur."
367
  msgstr ""
368
 
369
+ #: contact_form.php:790
370
  msgid "Required symbol"
371
  msgstr "必須シンボル"
372
 
373
+ #: contact_form.php:800
374
  msgid "Fields"
375
  msgstr "フィールド"
376
 
377
+ #: contact_form.php:801
378
  msgid "Used"
379
  msgstr "使用済"
380
 
381
+ #: contact_form.php:802
382
  msgid "Required"
383
  msgstr "必須"
384
 
385
+ #: contact_form.php:803
386
  msgid "Visible"
387
  msgstr "可視"
388
 
389
+ #: contact_form.php:804
390
  msgid "Disabled for editing"
391
  msgstr "編集を無効化"
392
 
393
+ #: contact_form.php:805
394
  msgid "Field's default value"
395
  msgstr "フィールドのデフォルト値"
396
 
397
+ #: contact_form.php:817
398
  msgid "Use User's name as a default value if the user is logged in."
399
  msgstr ""
400
 
401
+ #: contact_form.php:818 contact_form.php:846
402
  msgid ""
403
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
404
  "in users."
405
  msgstr ""
406
 
407
+ #: contact_form.php:822
408
  msgid "Location selectbox"
409
  msgstr "場所選択ボックス"
410
 
411
+ #: contact_form.php:830 contact_form.php:1202 contact_form.php:1933
412
+ #: contact_form.php:1967
413
  msgid "Address"
414
  msgstr "住所"
415
 
416
+ #: contact_form.php:838
417
  msgid "Email Address"
418
  msgstr "Eメール・アドレス"
419
 
420
+ #: contact_form.php:845
421
  msgid "Use User's email as a default value if the user is logged in."
422
  msgstr ""
423
 
424
+ #: contact_form.php:850
425
  msgid "Phone number"
426
  msgstr "電話番号"
427
 
428
+ #: contact_form.php:858 contact_form.php:1217 contact_form.php:1948
429
+ #: contact_form.php:1976
430
  msgid "Subject"
431
  msgstr "件名"
432
 
433
+ #: contact_form.php:866 contact_form.php:1221 contact_form.php:1951
434
+ #: contact_form.php:1978
435
  msgid "Message"
436
  msgstr "メッセージ"
437
 
438
+ #: contact_form.php:890
439
  msgid "Attachment block"
440
  msgstr "添付ブロック"
441
 
442
+ #: contact_form.php:892
443
  msgid "Users can attach the following file formats"
444
  msgstr "ユーザは、以下のタイプのファイルを添付できる"
445
 
446
+ #: contact_form.php:905
447
  msgid "Add to the form"
448
  msgstr "フォームに追加"
449
 
450
+ #: contact_form.php:910
451
  msgid "Tips below the Attachment"
452
  msgstr "添付ファイルの下のチップス"
453
 
454
+ #: contact_form.php:919
455
  msgid "'Send me a copy' block"
456
  msgstr "'コピーを自分に送る'ブロック"
457
 
458
+ #: contact_form.php:929 contact_form.php:932 contact_form.php:936
459
+ #: contact_form.php:1231
460
  msgid "Captcha"
461
  msgstr "Captcha"
462
 
463
+ #: contact_form.php:932
464
  msgid "Activate captcha"
465
  msgstr "有効なcaptcha"
466
 
467
+ #: contact_form.php:936
468
  msgid "Download captcha"
469
  msgstr "captchaをダウンロード"
470
 
471
+ #: contact_form.php:944
472
  msgid "Agreement checkbox"
473
  msgstr "同意のチェックボックス"
474
 
475
+ #: contact_form.php:944
476
  msgid "Required checkbox for submitting the form"
477
  msgstr "フォームを送信するために必須のチェックボックス"
478
 
479
+ #: contact_form.php:945
480
  msgid "Optional checkbox"
481
  msgstr "オプションのチェックボックス"
482
 
483
+ #: contact_form.php:945
484
  msgid "Optional checkbox, the results of which will be displayed in email"
485
  msgstr "オプションのチェックボックス、Eメールに表示される結果"
486
 
487
+ #: contact_form.php:962
488
  msgid "Delete an attachment file from the server after the email is sent"
489
  msgstr "Eメール送信後、サーバから添付ファイルを削除"
490
 
491
+ #: contact_form.php:968
492
  msgid "Email in HTML format sending"
493
  msgstr "HTMLフォーマットでメール送信"
494
 
495
+ #: contact_form.php:972
496
  msgid "Display additional info in the email"
497
  msgstr "メール中に追加情報を表示"
498
 
499
+ #: contact_form.php:977 contact_form.php:1894 contact_form.php:1896
500
  msgid "Sent from (ip address)"
501
  msgstr "送信された(IP-Adresse)"
502
 
503
+ #: contact_form.php:977
504
  msgid "Example: Sent from (IP address):\t127.0.0.1"
505
  msgstr "例: 送信された(IP-Adresse):\t127.0.0.1"
506
 
507
+ #: contact_form.php:978 contact_form.php:1900 contact_form.php:1902
508
  msgid "Date/Time"
509
  msgstr "日時"
510
 
511
+ #: contact_form.php:978
512
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
513
  msgstr "例: 日時:\tAugust 19, 2013 8:50 pm"
514
 
515
+ #: contact_form.php:979 contact_form.php:1906 contact_form.php:1908
516
  msgid "Sent from (referer)"
517
  msgstr "送信された(referer)"
518
 
519
+ #: contact_form.php:979
520
  msgid ""
521
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
522
  msgstr "例: 送信された (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
523
 
524
+ #: contact_form.php:980 contact_form.php:1912 contact_form.php:1914
525
  msgid "Using (user agent)"
526
  msgstr "利用中の (user agent)"
527
 
528
+ #: contact_form.php:980
529
  msgid ""
530
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
531
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
533
  "例: 利用中の (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
534
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
535
 
536
+ #: contact_form.php:984
537
  msgid "Language settings for the field names in the form"
538
  msgstr "フォーム内のフィールド名の言語設定"
539
 
540
+ #: contact_form.php:993
541
  msgid "Add a language"
542
  msgstr "言語の追加"
543
 
544
+ #: contact_form.php:997
545
  msgid "Change the names of the contact form fields and error messages"
546
  msgstr "コンタクトフォームのフィールド名及びエラーメッセージを変更"
547
 
548
+ #: contact_form.php:1002 contact_form.php:1089
549
  msgid "English"
550
  msgstr "英語"
551
 
552
+ #: contact_form.php:1010 contact_form.php:1044
553
  msgid "click to expand/hide the list"
554
  msgstr "クリックして、このリストを展開/隠す"
555
 
556
+ #: contact_form.php:1019 contact_form.php:1053
557
  msgid "Tips below the Attachment block"
558
  msgstr "添付ファイル・ブロックの下のチップス"
559
 
560
+ #: contact_form.php:1022 contact_form.php:1056
561
  msgid "Error message for the Name field"
562
  msgstr "名前フィールド用のエラーメッセージ"
563
 
564
+ #: contact_form.php:1023 contact_form.php:1057
565
  msgid "Error message for the Address field"
566
  msgstr "住所フィールド用のエラーメッセージ"
567
 
568
+ #: contact_form.php:1024 contact_form.php:1058
569
  msgid "Error message for the Email field"
570
  msgstr "Eメール・フィールド用のエラーメッセージ"
571
 
572
+ #: contact_form.php:1025 contact_form.php:1059
573
  msgid "Error message for the Phone field"
574
  msgstr "電話フィールド用のエラーメッセージ"
575
 
576
+ #: contact_form.php:1026 contact_form.php:1060
577
  msgid "Error message for the Subject field"
578
  msgstr "件名フィールド用のエラーメッセージ"
579
 
580
+ #: contact_form.php:1027 contact_form.php:1061
581
  msgid "Error message for the Message field"
582
  msgstr "メッセージ・フィールド用のエラーメッセージ"
583
 
584
+ #: contact_form.php:1028 contact_form.php:1062
585
  msgid "Error message about the file type for the Attachment field"
586
  msgstr "添付フィールド用の拡張子タイプに関するエラーメッセージ"
587
 
588
+ #: contact_form.php:1029 contact_form.php:1063
589
  msgid ""
590
  "Error message while uploading a file for the Attachment field to the server"
591
  msgstr "添付フィールド用のファイルをサーバにアップロード中のエラーメッセージ"
592
 
593
+ #: contact_form.php:1030 contact_form.php:1064
594
  msgid "Error message while moving the file for the Attachment field"
595
  msgstr "添付フィールド用のファイルを移動中のエラーメッセージ"
596
 
597
+ #: contact_form.php:1031 contact_form.php:1065
598
  msgid "Error message when file size limit for the Attachment field is exceeded"
599
  msgstr "添付フィールド用のファイルサイズ制限を超した場合のエラーメッセージ"
600
 
601
+ #: contact_form.php:1032 contact_form.php:1066
602
  msgid "Error message for the Captcha field"
603
  msgstr "Captcha フィールド用のエラーメッセージ"
604
 
605
+ #: contact_form.php:1033 contact_form.php:1067
606
  msgid "Error message for the whole form"
607
  msgstr "全体フォーム用のエラーメッセージ"
608
 
609
+ #: contact_form.php:1036 contact_form.php:1038 contact_form.php:1070
610
+ #: contact_form.php:1072 contact_form.php:1099 contact_form.php:1101
611
+ #: contact_form.php:1109 contact_form.php:1111 contact_form.php:2272
612
+ #: contact_form.php:2274
613
  msgid "Use shortcode"
614
  msgstr "短いコードの利用"
615
 
616
+ #: contact_form.php:1036 contact_form.php:1038 contact_form.php:1070
617
+ #: contact_form.php:1072 contact_form.php:1099 contact_form.php:1101
618
+ #: contact_form.php:1109 contact_form.php:1111 contact_form.php:2272
619
+ #: contact_form.php:2274
620
  msgid "for this language"
621
  msgstr "この言語用に"
622
 
623
+ #: contact_form.php:1080
624
  msgid "Use the changed names of the contact form fields in the email"
625
  msgstr "Eメール内のコンタクトフォーム・フィールドの変更された名前を使用"
626
 
627
+ #: contact_form.php:1086
628
  msgid "Action after email is sent"
629
  msgstr "メール送信後の動作"
630
 
631
+ #: contact_form.php:1088
632
  msgid "Display text"
633
  msgstr "テキストを表示"
634
 
635
+ #: contact_form.php:1097 contact_form.php:1107
636
  msgid "Text"
637
  msgstr "文字"
638
 
639
+ #: contact_form.php:1118
640
  msgid "Redirect to the page"
641
  msgstr "ページに転送"
642
 
643
+ #: contact_form.php:1119
644
  msgid "Url"
645
  msgstr "Url"
646
 
647
+ #: contact_form.php:1123
648
  msgid "The $_SERVER variable that is used to build a URL of the form"
649
  msgstr "フォームのURLを作成するのに使用される$_SERVER変数"
650
 
651
+ #: contact_form.php:1127
652
  msgid ""
653
  "If you are not sure whether to change this setting or not, please do not do "
654
  "that."
655
  msgstr "この設定を変更するかが定かで無い場合は、変更しないで下さい。"
656
 
657
+ #: contact_form.php:1136
658
  msgid "Auto Response"
659
  msgstr "自動応答"
660
 
661
+ #: contact_form.php:1140
662
  #, php-format
663
  msgid ""
664
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
669
  "表示するために%%NAME%%を、メッセージフィールドからデータを表示するため"
670
  "に%%MESSAGE%%が利用することが出来ます。"
671
 
672
+ #: contact_form.php:1165 contact_form.php:1340
673
  msgid "Save Changes"
674
  msgstr "変更保存"
675
 
676
+ #: contact_form.php:1177
 
 
 
 
 
 
 
 
 
 
 
 
677
  msgid "Errors output"
678
  msgstr "エラー出力"
679
 
680
+ #: contact_form.php:1180
681
  msgid "Display error messages"
682
  msgstr "エラーメッセージの表示"
683
 
684
+ #: contact_form.php:1181
685
  msgid "Color of the input field errors."
686
  msgstr "入力フィールド・エラーの色"
687
 
688
+ #: contact_form.php:1182
689
  msgid "Display error messages & color of the input field errors"
690
  msgstr "エラーメッセージと入力フィールド・エラーの色を表示"
691
 
692
+ #: contact_form.php:1187
693
  msgid "Add placeholder to the input blocks"
694
  msgstr "プレースホルダーを入力ブロックに追加"
695
 
696
+ #: contact_form.php:1193
697
  msgid "Add tooltips"
698
  msgstr "ツールチップの追加"
699
 
700
+ #: contact_form.php:1207
701
  msgid "Email address"
702
  msgstr "Eメール・アドレス"
703
 
704
+ #: contact_form.php:1212
705
  msgid "Phone Number"
706
  msgstr "電話番号"
707
 
708
+ #: contact_form.php:1226
709
  msgid "Attachment"
710
  msgstr "添付"
711
 
712
+ #: contact_form.php:1231
713
  msgid "(powered by bestwebsoft.com)"
714
  msgstr "(powered by bestwebsoft.com)"
715
 
716
+ #: contact_form.php:1236
717
  msgid "Style options"
718
  msgstr "スタイル・オプション"
719
 
720
+ #: contact_form.php:1239
721
  msgid "Text color"
722
  msgstr "文字色"
723
 
724
+ #: contact_form.php:1242 contact_form.php:1247 contact_form.php:1257
725
+ #: contact_form.php:1262 contact_form.php:1267 contact_form.php:1272
726
+ #: contact_form.php:1282 contact_form.php:1287 contact_form.php:1293
727
+ #: contact_form.php:1304 contact_form.php:1309 contact_form.php:1314
728
  msgid "Default"
729
  msgstr "標準"
730
 
731
+ #: contact_form.php:1244
732
  msgid "Label text color"
733
  msgstr "ラベル文字色"
734
 
735
+ #: contact_form.php:1249
736
  msgid "Placeholder color"
737
  msgstr "プレースホルダ色"
738
 
739
+ #: contact_form.php:1254
740
  msgid "Errors color"
741
  msgstr "エラーの色"
742
 
743
+ #: contact_form.php:1259
744
  msgid "Error text color"
745
  msgstr "エラーテキストの色"
746
 
747
+ #: contact_form.php:1264
748
  msgid "Background color of the input field errors"
749
  msgstr "入力フィールド・エラーの背景色"
750
 
751
+ #: contact_form.php:1269
752
  msgid "Border color of the input field errors"
753
  msgstr "入力フィールド・エラーの罫線色"
754
 
755
+ #: contact_form.php:1274
756
  msgid "Placeholder color of the input field errors"
757
  msgstr "入力フィールド・エラー用のプレースホルダ色"
758
 
759
+ #: contact_form.php:1279
760
  msgid "Input fields"
761
  msgstr "フィールドを入力"
762
 
763
+ #: contact_form.php:1284
764
  msgid "Input fields background color"
765
  msgstr "フィールドの背景色の入力"
766
 
767
+ #: contact_form.php:1289
768
  msgid "Text fields color"
769
  msgstr "文字フィールド色"
770
 
771
+ #: contact_form.php:1291
772
  msgid "Border width in px, numbers only"
773
  msgstr "罫線幅(px単位)、数値のみ"
774
 
775
+ #: contact_form.php:1295 contact_form.php:1316
776
  msgid "Border color"
777
  msgstr "罫線色"
778
 
779
+ #: contact_form.php:1300
780
  msgid "Submit button"
781
  msgstr "送信ボタン"
782
 
783
+ #: contact_form.php:1302
784
  msgid "Width in px, numbers only"
785
  msgstr "px単位の幅、数字のみ"
786
 
787
+ #: contact_form.php:1306
788
  msgid "Button color"
789
  msgstr "ボタンの色"
790
 
791
+ #: contact_form.php:1311
792
  msgid "Button text color"
793
  msgstr "ボタン文字の色"
794
 
795
+ #: contact_form.php:1344
796
  msgid "Contact Form Pro | Preview"
797
  msgstr "Contact Form Pro | プレビュー"
798
 
799
+ #: contact_form.php:1347
800
  msgid "Show with errors"
801
  msgstr "エラーで表示"
802
 
803
+ #: contact_form.php:1355 contact_form.php:1357
804
  msgid "Please enter your full name..."
805
  msgstr "貴方の氏名を入力して下さい..."
806
 
807
+ #: contact_form.php:1368 contact_form.php:1370
808
  msgid "Please enter your address..."
809
  msgstr "貴方の住所を入力して下さい..."
810
 
811
+ #: contact_form.php:1379 contact_form.php:1381
812
  msgid "Please enter your email address..."
813
  msgstr "貴方のEメール・アドレスを入力して下さい..."
814
 
815
+ #: contact_form.php:1390 contact_form.php:1392
816
  msgid "Please enter your phone number..."
817
  msgstr "貴方の電話番号を入力して下さい..."
818
 
819
+ #: contact_form.php:1401 contact_form.php:1403
820
  msgid "Please enter subject..."
821
  msgstr "件名を入力して下さい..."
822
 
823
+ #: contact_form.php:1411 contact_form.php:1413
824
  msgid "Please enter your message..."
825
  msgstr "メッセージを入力して下さい..."
826
 
827
+ #: contact_form.php:1517
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
828
  msgid "Sorry, email message could not be delivered."
829
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
830
 
831
+ #: contact_form.php:1921
832
  msgid "Contact from"
833
  msgstr "Contact Form"
834
 
835
+ #: contact_form.php:1943 contact_form.php:1973
836
  msgid "Phone"
837
  msgstr "電話"
838
 
839
+ #: contact_form.php:1954 contact_form.php:1980
840
  msgid "Site"
841
  msgstr "サイト"
842
 
843
+ #: contact_form.php:2066
844
  msgid ""
845
  "If you can see this MIME, it means that the MIME type is not supported by "
846
  "your email client!"
847
  msgstr "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
848
 
849
+ #: contact_form.php:2142
850
  msgid "Support"
851
  msgstr "サポート"
852
 
853
+ #: contact_form.php:2191
854
  msgid "Are you sure that you want to delete this language data?"
855
  msgstr "本当に、この言語データを削除しますか?"
856
 
857
+ #: contact_form.php:2212
858
+ #, fuzzy
859
+ msgid "Add multiple forms"
860
+ msgstr "フォームに追加"
861
+
862
+ #: contact_form.php:2212
863
  msgid ""
864
+ "Install Contact Form Multi plugin to create unlimited number of contact "
865
+ "forms."
866
  msgstr ""
 
 
867
 
868
+ #: contact_form.php:2217
869
+ msgid "Learn more"
870
+ msgstr "もっと学ぶ"
871
+
872
+ #: contact_form.php:2221
873
+ msgid "Close"
874
+ msgstr ""
875
 
876
+ #: contact_form.php:2405
877
  msgid ""
878
  "<strong>Contact Form to DB</strong> allows to store your messages to the "
879
  "database."
881
  "<strong>Contact Form to DB</strong>は、貴方のメッセージをデータベースに保存し"
882
  "ます。"
883
 
884
+ #: contact_form.php:2406
885
  msgid "Manage messages that have been sent from your website."
886
  msgstr "貴方のウェブサイトから送られるメッセージを管理"
887
 
888
+ #~ msgid "requires"
889
+ #~ msgstr "このプラグインは、"
890
+
891
+ #~ msgid ""
892
+ #~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
893
+ #~ "and try again."
894
+ #~ msgstr ""
895
+ #~ "またはそれより新しいバージョンが必要です。WordPressをアップグレードして、"
896
+ #~ "再度お試し下さい。"
897
+
898
+ #~ msgid "Back to the WordPress"
899
+ #~ msgstr "WordPressに戻る"
900
+
901
+ #~ msgid "Plugins page"
902
+ #~ msgstr "プラグイン・ページ"
903
+
904
+ #~ msgid "Wrong license key"
905
+ #~ msgstr "間違ったライセンスキー"
906
+
907
+ #~ msgid ""
908
+ #~ "Something went wrong. Try again later. If the error will appear again, "
909
+ #~ "please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</"
910
+ #~ "a>. We are sorry for inconvenience."
911
+ #~ msgstr ""
912
+ #~ "何かがおかしいようです。暫くしてもう一度お試し下さい。再度エラーが表示され"
913
+ #~ "る場合は、<a href=http://support.bestwebsoft.com>BestWebSoft</a>までご連絡"
914
+ #~ "下さい。大変申し訳ございません。"
915
+
916
+ #~ msgid "This license key is bind to another site"
917
+ #~ msgstr "このライセンスキーは、他のサイトで使用されています"
918
+
919
+ #~ msgid ""
920
+ #~ "Unfortunately, you have exceeded the number of available tries per day. "
921
+ #~ "Please, upload the plugin manually."
922
+ #~ msgstr ""
923
+ #~ "残念ながら、本日の利用可能な数を超す試みがされました。プラグインを手動で更"
924
+ #~ "新をお願いします。"
925
+
926
+ #~ msgid ""
927
+ #~ "Failed to download the zip archive. Please, upload the plugin manually"
928
+ #~ msgstr ""
929
+ #~ "zipファイルのダウンロードに失敗しました。プラグインを手動で更新をお願いし"
930
+ #~ "ます。"
931
+
932
+ #~ msgid "Failed to open the zip archive. Please, upload the plugin manually"
933
+ #~ msgstr ""
934
+ #~ "zipファイルの開封に失敗しました。プラグインを手動で更新をお願いします。"
935
+
936
+ #~ msgid ""
937
+ #~ "Your server does not support either ZipArchive or Phar. Please, upload "
938
+ #~ "the plugin manually"
939
+ #~ msgstr ""
940
+ #~ "貴方のサーバはZipArchive または Pharのどちらもサポートされていません。プラ"
941
+ #~ "グインを手動で更新をお願いします。"
942
+
943
+ #, fuzzy
944
+ #~ msgid "UploadDir is not writable. Please, upload the plugin manually"
945
+ #~ msgstr ""
946
+ #~ "zipファイルの開封に失敗しました。プラグインを手動で更新をお願いします。"
947
+
948
+ #~ msgid ""
949
+ #~ "Something went wrong. Try again later or upload the plugin manually. We "
950
+ #~ "are sorry for inconvienience."
951
+ #~ msgstr ""
952
+ #~ "何かがおかしいようです。暫くして再度試されるか、プラグインを手動で更新をお"
953
+ #~ "願いします。大変申し訳ございません。"
954
+
955
+ #~ msgid "Please, enter Your license key"
956
+ #~ msgstr "貴方のライセンスキーを入力して下さい"
957
+
958
+ #~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
959
+ #~ msgstr "もし我々のプラグインが気に入ったら、WordPressで5星をお付け下さい"
960
+
961
+ #~ msgid "Rate the plugin"
962
+ #~ msgstr "プラグインの評価"
963
+
964
+ #~ msgid "If there is something wrong about it, please contact us"
965
+ #~ msgstr "何か間違いがありましたら、ご連絡下さい"
966
+
967
+ #~ msgid ""
968
+ #~ "Congratulations! The PRO version of the plugin is successfully download "
969
+ #~ "and activated."
970
+ #~ msgstr ""
971
+ #~ "おめでとう!プラグインのPROバージョンが無事ダウンロードされ、有効化されまし"
972
+ #~ "た。"
973
+
974
+ #~ msgid "Please, go to"
975
+ #~ msgstr "どうかお進み下さい:"
976
+
977
+ #~ msgid "the setting page"
978
+ #~ msgstr "設定ページ"
979
+
980
+ #~ msgid "You will be redirected automatically in 5 seconds."
981
+ #~ msgstr "5秒後に自動的に転送されます。"
982
+
983
+ #~ msgid "You can download and activate"
984
+ #~ msgstr "ライセンスキーを入力することによって、このプラグインの"
985
+
986
+ #~ msgid "version of this plugin by entering Your license key."
987
+ #~ msgstr "バージョンをダウンロードし有効化することができます。"
988
+
989
+ #~ msgid ""
990
+ #~ "You can find your license key on your personal page Client area, by "
991
+ #~ "clicking on the link"
992
+ #~ msgstr ""
993
+ #~ "このリンクをクリックすることで、クライアントエリアの貴方のパーソナルページ"
994
+ #~ "でライセンスキーを確認できます"
995
+
996
+ #~ msgid ""
997
+ #~ "(your username is the email you specify when purchasing the product)."
998
+ #~ msgstr "(ユーザ名は、この商品の購入時に貴方が指定したEメールです)。"
999
+
1000
+ #~ msgid "Activate"
1001
+ #~ msgstr "有効化"
1002
+
1003
+ #~ msgid ""
1004
+ #~ "It’s time to upgrade your <strong>Contact Form plugin</strong> to "
1005
+ #~ "<strong>PRO</strong> version"
1006
+ #~ msgstr ""
1007
+ #~ "<strong>Contact Formプラグイン</strong> を <strong>PRO</strong> バージョン"
1008
+ #~ "にアップグレードする時がやって来ました"
1009
+
1010
+ #~ msgid "Extend standard plugin functionality with new great options."
1011
+ #~ msgstr "新しいオプションの追加により、標準プラグインに機能を追加します。"
1012
+
1013
  #~ msgid "Not set"
1014
  #~ msgstr "未設定"
1015
 
1127
  #~ msgid "Installed plugins"
1128
  #~ msgstr "導入済みプラグイン"
1129
 
 
 
 
1130
  #~ msgid "Activate this plugin"
1131
  #~ msgstr "このプラグインを有効化"
1132
 
languages/contact_form-nb_NO.mo CHANGED
Binary file
languages/contact_form-nb_NO.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-02-17 12:44+0300\n"
6
- "PO-Revision-Date: 2015-02-17 12:44+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Per Rommetveit <bestwebsoftcontact@nordsoft.no>\n"
9
  "Language: nb_NO\n"
@@ -16,43 +16,43 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:80 contact_form.php:811
20
  msgid "Contact Form Settings"
21
  msgstr "Instillinger for kontaktskjema"
22
 
23
- #: contact_form.php:80
24
  msgid "Contact Form"
25
  msgstr "Kontaktskjema"
26
 
27
- #: contact_form.php:162 contact_form.php:1195 contact_form.php:1229
28
  msgid "Name:"
29
  msgstr "Navn:"
30
 
31
- #: contact_form.php:163 contact_form.php:1196 contact_form.php:1230
32
  msgid "Address:"
33
  msgstr "Adresse:"
34
 
35
- #: contact_form.php:164 contact_form.php:1197 contact_form.php:1231
36
  msgid "Email Address:"
37
  msgstr "E-post:"
38
 
39
- #: contact_form.php:165 contact_form.php:1198 contact_form.php:1232
40
  msgid "Phone number:"
41
  msgstr "Telefon:"
42
 
43
- #: contact_form.php:166 contact_form.php:1199 contact_form.php:1233
44
  msgid "Subject:"
45
  msgstr "Tema:"
46
 
47
- #: contact_form.php:167 contact_form.php:1200 contact_form.php:1234
48
  msgid "Message:"
49
  msgstr "Melding:"
50
 
51
- #: contact_form.php:168 contact_form.php:1201 contact_form.php:1235
52
  msgid "Attachment:"
53
  msgstr "Vedheng:"
54
 
55
- #: contact_form.php:169
56
  msgid ""
57
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
58
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
@@ -61,93 +61,73 @@ msgstr ""
61
  "Støttede filtyper: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, "
62
  "PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max filstørrelse: 2MB"
63
 
64
- #: contact_form.php:170 contact_form.php:1203 contact_form.php:1237
65
  msgid "Send me a copy"
66
  msgstr "Send meg en kopi"
67
 
68
- #: contact_form.php:171 contact_form.php:1204 contact_form.php:1238
69
  msgid "Submit"
70
  msgstr "Send"
71
 
72
- #: contact_form.php:172
73
  msgid "Your name is required."
74
  msgstr "Navn er obligatorisk."
75
 
76
- #: contact_form.php:173
77
  msgid "Address is required."
78
  msgstr "Adresse er påkrevet."
79
 
80
- #: contact_form.php:174
81
  msgid "A valid email address is required."
82
  msgstr "Gyldig e-post adresse er nødvendig."
83
 
84
- #: contact_form.php:175
85
  msgid "Phone number is required."
86
  msgstr "Telefon er nødvendig."
87
 
88
- #: contact_form.php:176
89
  msgid "Subject is required."
90
  msgstr "Tema er nødvendig."
91
 
92
- #: contact_form.php:177
93
  msgid "Message text is required."
94
  msgstr "Meldingsinnhold er nødvendig."
95
 
96
- #: contact_form.php:178
97
  msgid "File format is not valid."
98
  msgstr "Filformat er ikke gyldig"
99
 
100
- #: contact_form.php:179
101
  msgid "File upload error."
102
  msgstr "Feil ved opplasting av fil."
103
 
104
- #: contact_form.php:180
105
  msgid "The file could not be uploaded."
106
  msgstr "Filen kunne ikke lastes opp."
107
 
108
- #: contact_form.php:181
109
  msgid "This file is too large."
110
  msgstr "Filen er for stor."
111
 
112
- #: contact_form.php:182
113
  msgid "Please fill out the CAPTCHA."
114
  msgstr "Vennligst fyll ut CAPTCHA."
115
 
116
- #: contact_form.php:183
117
  msgid "Please make corrections below and try again."
118
  msgstr "Vennligst gjør korrigeringer, og prøv igjen."
119
 
120
- #: contact_form.php:185
121
  msgid "Thank you for contacting us."
122
  msgstr "Takk for at du kontakter oss."
123
 
124
- #: contact_form.php:362
125
- msgid "requires"
126
- msgstr "trenger"
127
-
128
- #: contact_form.php:362
129
- msgid ""
130
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
131
- "try again."
132
- msgstr ""
133
- "eller høgere, det er grunnen til deaktivering! Vennligst oppgrader WordPress "
134
- "og prøv igjen."
135
-
136
- #: contact_form.php:362
137
- msgid "Back to the WordPress"
138
- msgstr "Tilbake til WordPress"
139
-
140
- #: contact_form.php:362
141
- msgid "Plugins page"
142
- msgstr "Side for plugins"
143
-
144
- #: contact_form.php:598
145
  msgid ""
146
  "Email 'FROM' field option was changed, which may cause email messages being "
147
  "moved to the spam folder or email delivery failures."
148
  msgstr ""
149
 
150
- #: contact_form.php:608
151
  msgid ""
152
  "If the 'Redirect to page' option is selected then the URL field should be in "
153
  "the following format"
@@ -155,113 +135,54 @@ msgstr ""
155
  "Dersom 'Videresend til side' instilling er valgt, så skal URL feltet være i "
156
  "følgende format"
157
 
158
- #: contact_form.php:617
159
  msgid "Such user does not exist."
160
  msgstr "En slik bruker eksisterer ikke."
161
 
162
- #: contact_form.php:627
163
  msgid ""
164
  "Please enter a valid email address in the 'Use this email address' field."
165
  msgstr ""
166
  "Vennligst skriv inn en gyldig e-postadresse i 'Bruk denne e-posten' feltet."
167
 
168
- #: contact_form.php:635
169
  msgid "Please enter a valid email address in the 'FROM' field."
170
  msgstr "Vennligst skriv inn en gyldig e-post i 'FRA' feltet."
171
 
172
- #: contact_form.php:660
173
  msgid "Settings saved."
174
  msgstr "Instillinger lagret."
175
 
176
- #: contact_form.php:662
177
  msgid "Settings are not saved."
178
  msgstr "Instillinger er ikke lagret."
179
 
180
- #: contact_form.php:689 contact_form.php:721
181
- msgid "Wrong license key"
182
- msgstr "Feil lisens nøkkel."
183
-
184
- #: contact_form.php:714
185
- msgid ""
186
- "Something went wrong. Try again later. If the error will appear again, "
187
- "please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. "
188
- "We are sorry for inconvenience."
189
- msgstr ""
190
- "Noe gikk galt. Prøv igjen senere. Hvis feilen oppstår igjen, vennligst "
191
- "kontakt <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Vi beklager "
192
- "uleiligheten."
193
-
194
- #: contact_form.php:723
195
- msgid "This license key is bind to another site"
196
- msgstr "Denne lisensnøkkelen er bundet til en annen site."
197
-
198
- #: contact_form.php:725 contact_form.php:1673
199
- msgid ""
200
- "Unfortunately, you have exceeded the number of available tries per day. "
201
- "Please, upload the plugin manually."
202
- msgstr ""
203
- "Beklager, du har oversteget antallet forsøk pr. dag. Vennligst last opp "
204
- "plugin manuelt."
205
-
206
- #: contact_form.php:736 contact_form.php:758 contact_form.php:777
207
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
208
- msgstr "Nedlasting av ziparkiv feilet, vennligst last opp plugin manuelt."
209
-
210
- #: contact_form.php:748
211
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
212
- msgstr "Klarte ikke åpne zip arkiv. Vennligst last opp plugin manuelt"
213
-
214
- #: contact_form.php:754
215
- msgid ""
216
- "Your server does not support either ZipArchive or Phar. Please, upload the "
217
- "plugin manually"
218
- msgstr ""
219
- "Serveren støtter ikke Zip-arkiv eller Phar. Vennligst last opp plugin "
220
- "manuelt."
221
-
222
- #: contact_form.php:761
223
- #, fuzzy
224
- msgid "UploadDir is not writable. Please, upload the plugin manually"
225
- msgstr "Klarte ikke åpne zip arkiv. Vennligst last opp plugin manuelt"
226
-
227
- #: contact_form.php:781
228
- msgid ""
229
- "Something went wrong. Try again later or upload the plugin manually. We are "
230
- "sorry for inconvienience."
231
- msgstr ""
232
- "Noe gikk galt. Prøv igjen senere eller last opp plugin manuelt. Vi beklager "
233
- "uleiligheten."
234
-
235
- #: contact_form.php:805
236
- msgid "Please, enter Your license key"
237
- msgstr "Vennligst skriv inn lisensnøkkelen."
238
-
239
- #: contact_form.php:813 contact_form.php:2362 contact_form.php:2376
240
  msgid "Settings"
241
  msgstr "Instillinger"
242
 
243
- #: contact_form.php:814
244
  #, fuzzy
245
  msgid "Additional settings"
246
  msgstr "Ekstrainstillinger"
247
 
248
- #: contact_form.php:815
249
  msgid "Appearance"
250
  msgstr ""
251
 
252
- #: contact_form.php:816 contact_form.php:2377
253
  msgid "FAQ"
254
  msgstr "Часті питання"
255
 
256
- #: contact_form.php:817
257
  msgid "Go PRO"
258
  msgstr "Go PRO"
259
 
260
- #: contact_form.php:820 contact_form.php:823
261
  msgid "Notice:"
262
  msgstr "Notis:"
263
 
264
- #: contact_form.php:820
265
  msgid ""
266
  "The plugin's settings have been changed. In order to save them please don't "
267
  "forget to click the 'Save Changes' button."
@@ -269,7 +190,7 @@ msgstr ""
269
  "Instillingene til plugin har blitt endret. For å lagre endringer, ikke glem "
270
  "å klikke 'Lagre endringer' knappen."
271
 
272
- #: contact_form.php:831
273
  msgid ""
274
  "If you want to create multiple contact forms, please install the Contact "
275
  "Form Multi plugin."
@@ -277,7 +198,7 @@ msgstr ""
277
  "Dersom du ønsker å opprette flere kontaktskjema, vennligst installer Contact "
278
  "From Multi plugin"
279
 
280
- #: contact_form.php:839 contact_form.php:842 contact_form.php:1632
281
  msgid ""
282
  "If you would like to add the Contact Form to your website, just copy and "
283
  "paste this shortcode to your post or page or widget:"
@@ -285,13 +206,13 @@ msgstr ""
285
  "Om du ønsker å legge til kontakskjema for din webside, kopier denne "
286
  "shortcoden til din post, side eller widget."
287
 
288
- #: contact_form.php:839 contact_form.php:840 contact_form.php:842
289
- #: contact_form.php:843 contact_form.php:1219 contact_form.php:1221
290
- #: contact_form.php:1282 contact_form.php:1284
291
  msgid "or"
292
  msgstr "eller"
293
 
294
- #: contact_form.php:840 contact_form.php:843
295
  msgid ""
296
  "If have any problems with the standard shortcode [contact_form], you should "
297
  "use the shortcode"
@@ -299,11 +220,11 @@ msgstr ""
299
  "Om du har problemer med standard shortcode [contact_form], bør du bruke "
300
  "shortcoden"
301
 
302
- #: contact_form.php:840 contact_form.php:843
303
  msgid "They work the same way."
304
  msgstr "De fungerer på samme måte."
305
 
306
- #: contact_form.php:848
307
  msgid ""
308
  "If you leave the fields empty, the messages will be sent to the email "
309
  "address specified during registration."
@@ -311,300 +232,299 @@ msgstr ""
311
  "Om du lar feltene være tomme, vil meldingene bli sent til e-post adresse "
312
  "oppgitt ved registreringen."
313
 
314
- #: contact_form.php:851
315
  msgid "The user's email address:"
316
  msgstr "Brukerens e-post adress:"
317
 
318
- #: contact_form.php:855
319
  msgid "Create a username"
320
  msgstr "Opprett et brukernavn"
321
 
322
- #: contact_form.php:868
323
  msgid ""
324
  "Enter a username of the person who should get the messages from the contact "
325
  "form."
326
  msgstr ""
327
  "Oppgi brukernavn til personen som skal få meldingene fra kontaktskjemaet."
328
 
329
- #: contact_form.php:872
330
  msgid "Use this email address:"
331
  msgstr "Bruk denne e-post adressen:"
332
 
333
- #: contact_form.php:875
334
  msgid "Enter the email address you want the messages forwarded to."
335
  msgstr "Legg inn e-post adressen du ønsker meldingene videresendt til."
336
 
337
- #: contact_form.php:884
338
  msgid "Add department selectbox to the contact form:"
339
  msgstr "Legg til avdelingssjekkboks til kontaktskjemaet:"
340
 
341
- #: contact_form.php:892 contact_form.php:1328 contact_form.php:1515
342
  msgid "If you upgrade to Pro version all your settings will be saved."
343
  msgstr ""
344
  "Om du oppgraderer til Pro versjonen, vil alle instillingene dine bli lagret."
345
 
346
- #: contact_form.php:899 contact_form.php:1062 contact_form.php:1135
347
- #: contact_form.php:1335 contact_form.php:1522
348
  msgid "Unlock premium options by upgrading to a PRO version."
349
  msgstr "Lås opp ekstrafunksjoner ved å oppgradere til en PRO-versjon."
350
 
351
- #: contact_form.php:900 contact_form.php:1063 contact_form.php:1136
352
- #: contact_form.php:1336 contact_form.php:1523 contact_form.php:2650
353
- #: contact_form.php:2666
354
  msgid "Learn More"
355
  msgstr "Lær mer"
356
 
357
- #: contact_form.php:903 contact_form.php:1066 contact_form.php:1139
358
- #: contact_form.php:1339 contact_form.php:1526
359
  msgid "Go"
360
  msgstr "Gå"
361
 
362
- #: contact_form.php:910
363
  msgid "Save emails to the database"
364
  msgstr "Lagre e-poster til databasen."
365
 
366
- #: contact_form.php:915
367
  msgid "Using"
368
  msgstr "Bruker"
369
 
370
- #: contact_form.php:915 contact_form.php:1112 contact_form.php:1115
371
- #: contact_form.php:1119
372
  msgid "powered by"
373
  msgstr "støttet av"
374
 
375
- #: contact_form.php:918 contact_form.php:922
376
  msgid "Using Contact Form to DB powered by"
377
  msgstr "Bruker Contact Form to DB støttet av"
378
 
379
- #: contact_form.php:918
380
  msgid "Activate Contact Form to DB"
381
  msgstr "Aktiver Contact Form to DB"
382
 
383
- #: contact_form.php:922
384
  msgid "Download Contact Form to DB"
385
  msgstr "Last ned Contact Form to DB"
386
 
387
- #: contact_form.php:932
388
  msgid "What to use?"
389
  msgstr "Hva skal brukes?"
390
 
391
- #: contact_form.php:935
392
  msgid "Wp-mail"
393
  msgstr "Wp-mail"
394
 
395
- #: contact_form.php:935
396
  msgid "You can use the wp_mail function for mailing"
397
  msgstr "Du kan bruke wp_mail funksjon for å sende e-post."
398
 
399
- #: contact_form.php:937
400
  msgid "Mail"
401
  msgstr "E-post"
402
 
403
- #: contact_form.php:937
404
  msgid "To send mail you can use the php mail function"
405
  msgstr "For å sende e-post kan du bruke php mail funksjon."
406
 
407
- #: contact_form.php:941
408
  msgid "'FROM' field"
409
  msgstr ""
410
 
411
- #: contact_form.php:943 contact_form.php:993 contact_form.php:1390
412
- #: contact_form.php:2162 contact_form.php:2198
413
  msgid "Name"
414
  msgstr "Navn"
415
 
416
- #: contact_form.php:947
417
  msgid "User name"
418
  msgstr "Brukernavn"
419
 
420
- #: contact_form.php:949
421
  msgid ""
422
  "The name of the user who fills the form will be used in the field 'From'."
423
  msgstr ""
424
  "Navnet til brukeren som fyller ut skjema vil bli brukt i 'From'-feltet."
425
 
426
- #: contact_form.php:954 contact_form.php:2173 contact_form.php:2205
427
  msgid "Email"
428
  msgstr "E-post"
429
 
430
- #: contact_form.php:961
431
  msgid "User email"
432
  msgstr "Brukers e-post"
433
 
434
- #: contact_form.php:963
435
  msgid ""
436
  "The email address of the user who fills the form will be used in the field "
437
  "'From'."
438
  msgstr ""
439
  "E-post adresse til bruker som fyller ut skjema vil bli brukt i 'From'-feltet."
440
 
441
- #: contact_form.php:967
442
  msgid ""
443
  "If this option is changed, email messages may be moved to the spam folder or "
444
  "email delivery failures may occur."
445
  msgstr ""
446
 
447
- #: contact_form.php:973
448
  msgid "Required symbol"
449
  msgstr "Obligatorisk symbol"
450
 
451
- #: contact_form.php:983
452
  msgid "Fields"
453
  msgstr "Felt"
454
 
455
- #: contact_form.php:984
456
  msgid "Used"
457
  msgstr "Brukt"
458
 
459
- #: contact_form.php:985
460
  msgid "Required"
461
  msgstr "Obligatorisk"
462
 
463
- #: contact_form.php:986
464
  msgid "Visible"
465
  msgstr "Synlig"
466
 
467
- #: contact_form.php:987
468
  msgid "Disabled for editing"
469
  msgstr "Sperret for redigering"
470
 
471
- #: contact_form.php:988
472
  msgid "Field's default value"
473
  msgstr "Feltets standardverdi"
474
 
475
- #: contact_form.php:1000
476
  msgid "Use User's name as a default value if the user is logged in."
477
  msgstr ""
478
 
479
- #: contact_form.php:1001 contact_form.php:1029
480
  msgid ""
481
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
482
  "in users."
483
  msgstr ""
484
 
485
- #: contact_form.php:1005
486
  msgid "Location selectbox"
487
  msgstr "Flervalgsboks for sted"
488
 
489
- #: contact_form.php:1013 contact_form.php:1395 contact_form.php:2168
490
- #: contact_form.php:2202
491
  msgid "Address"
492
  msgstr "Adresse"
493
 
494
- #: contact_form.php:1021
495
  msgid "Email Address"
496
  msgstr "E-post"
497
 
498
- #: contact_form.php:1028
499
  msgid "Use User's email as a default value if the user is logged in."
500
  msgstr ""
501
 
502
- #: contact_form.php:1033
503
  msgid "Phone number"
504
  msgstr "Telefon"
505
 
506
- #: contact_form.php:1041 contact_form.php:1410 contact_form.php:2183
507
- #: contact_form.php:2211
508
  msgid "Subject"
509
  msgstr "Tema"
510
 
511
- #: contact_form.php:1049 contact_form.php:1414 contact_form.php:2186
512
- #: contact_form.php:2213
513
  msgid "Message"
514
  msgstr "Melding"
515
 
516
- #: contact_form.php:1073
517
  msgid "Attachment block"
518
  msgstr "Vedhengsblokk"
519
 
520
- #: contact_form.php:1075
521
  msgid "Users can attach the following file formats"
522
  msgstr "Brukere kan legge ved følgende filformat"
523
 
524
- #: contact_form.php:1088
525
  msgid "Add to the form"
526
  msgstr "Legg til skjemaet"
527
 
528
- #: contact_form.php:1093
529
  msgid "Tips below the Attachment"
530
  msgstr "Tips under vedheng"
531
 
532
- #: contact_form.php:1102
533
  msgid "'Send me a copy' block"
534
  msgstr "'Send meg en kopi' blokk"
535
 
536
- #: contact_form.php:1112 contact_form.php:1115 contact_form.php:1119
537
- #: contact_form.php:1424
538
  msgid "Captcha"
539
  msgstr "Captcha"
540
 
541
- #: contact_form.php:1115
542
  msgid "Activate captcha"
543
  msgstr "Aktiver captcha"
544
 
545
- #: contact_form.php:1119
546
  msgid "Download captcha"
547
  msgstr "Last ned captcha"
548
 
549
- #: contact_form.php:1127
550
  msgid "Agreement checkbox"
551
  msgstr "Sjekkboks for vilkår"
552
 
553
- #: contact_form.php:1127
554
  msgid "Required checkbox for submitting the form"
555
  msgstr "Obligatoriske sjekkbokser for å sende inn skjemaet"
556
 
557
- #: contact_form.php:1128
558
  msgid "Optional checkbox"
559
  msgstr "Valgfri sjekkboks"
560
 
561
- #: contact_form.php:1128
562
  msgid "Optional checkbox, the results of which will be displayed in email"
563
  msgstr "Valgfri sjekkboks, resultatene vil bli vist i e-post"
564
 
565
- #: contact_form.php:1145
566
  msgid "Delete an attachment file from the server after the email is sent"
567
  msgstr "Slett vedhengsfil fra server etter at e-posten er sendt."
568
 
569
- #: contact_form.php:1151
570
  msgid "Email in HTML format sending"
571
  msgstr "Send e-post i HTML format"
572
 
573
- #: contact_form.php:1155
574
  msgid "Display additional info in the email"
575
  msgstr "Vis ekstra informasjon i e-posten"
576
 
577
- #: contact_form.php:1160 contact_form.php:2129 contact_form.php:2131
578
  msgid "Sent from (ip address)"
579
  msgstr "Sent fra (ip-adresse)"
580
 
581
- #: contact_form.php:1160
582
  msgid "Example: Sent from (IP address):\t127.0.0.1"
583
  msgstr "Eksempel: Sendt fra (IP adresse):\t127.0.0.1"
584
 
585
- #: contact_form.php:1161 contact_form.php:2135 contact_form.php:2137
586
  msgid "Date/Time"
587
  msgstr "Dato/Tid"
588
 
589
- #: contact_form.php:1161
590
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
591
  msgstr "Eksempel: Dato/Tid:\tAugust 19, 2013 8:50 pm"
592
 
593
- #: contact_form.php:1162 contact_form.php:2141 contact_form.php:2143
594
  msgid "Sent from (referer)"
595
  msgstr "Sent fra (referer)"
596
 
597
- #: contact_form.php:1162
598
  msgid ""
599
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
600
  msgstr ""
601
  "Eksempel: Sent fra (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
602
 
603
- #: contact_form.php:1163 contact_form.php:2147 contact_form.php:2149
604
  msgid "Using (user agent)"
605
  msgstr "Bruker (user agent)"
606
 
607
- #: contact_form.php:1163
608
  msgid ""
609
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
610
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@@ -612,122 +532,122 @@ msgstr ""
612
  "Eksempel: Bruker (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
613
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
614
 
615
- #: contact_form.php:1167
616
  msgid "Language settings for the field names in the form"
617
  msgstr "Språkinstillinger for feltnavn i skjemaet"
618
 
619
- #: contact_form.php:1176
620
  msgid "Add a language"
621
  msgstr "Legg til et språk"
622
 
623
- #: contact_form.php:1180
624
  msgid "Change the names of the contact form fields and error messages"
625
  msgstr "Endre navnene på kontaktskjemafeltene og feilmeldingene"
626
 
627
- #: contact_form.php:1185 contact_form.php:1272
628
  msgid "English"
629
  msgstr "Engelsk"
630
 
631
- #: contact_form.php:1193 contact_form.php:1227
632
  msgid "click to expand/hide the list"
633
  msgstr "klikk for å ekspandere/gjemme listen"
634
 
635
- #: contact_form.php:1202 contact_form.php:1236
636
  msgid "Tips below the Attachment block"
637
  msgstr "Tips under Vedhengblokken"
638
 
639
- #: contact_form.php:1205 contact_form.php:1239
640
  msgid "Error message for the Name field"
641
  msgstr "Feilmelding for navnefeltet"
642
 
643
- #: contact_form.php:1206 contact_form.php:1240
644
  msgid "Error message for the Address field"
645
  msgstr "Feilmelding for adressefeltet"
646
 
647
- #: contact_form.php:1207 contact_form.php:1241
648
  msgid "Error message for the Email field"
649
  msgstr "Feilmelding for e-post feltet"
650
 
651
- #: contact_form.php:1208 contact_form.php:1242
652
  msgid "Error message for the Phone field"
653
  msgstr "Feilmelding for telefon-feltet"
654
 
655
- #: contact_form.php:1209 contact_form.php:1243
656
  msgid "Error message for the Subject field"
657
  msgstr "Feilmelding for tema-feltet"
658
 
659
- #: contact_form.php:1210 contact_form.php:1244
660
  msgid "Error message for the Message field"
661
  msgstr "Feilmelding for meldingsfeltet"
662
 
663
- #: contact_form.php:1211 contact_form.php:1245
664
  msgid "Error message about the file type for the Attachment field"
665
  msgstr "Feilmelding for filtype til vedhengsfeltet"
666
 
667
- #: contact_form.php:1212 contact_form.php:1246
668
  msgid ""
669
  "Error message while uploading a file for the Attachment field to the server"
670
  msgstr "Feilmelding ved opplasting av fil for vedhengsfeltet til server"
671
 
672
- #: contact_form.php:1213 contact_form.php:1247
673
  msgid "Error message while moving the file for the Attachment field"
674
  msgstr "Feilmedling ved flytting av fil for vedhengsfeltet."
675
 
676
- #: contact_form.php:1214 contact_form.php:1248
677
  msgid "Error message when file size limit for the Attachment field is exceeded"
678
  msgstr "Feilmelding når filstørrelsebegrensning for vedhengsfeltet er nådd"
679
 
680
- #: contact_form.php:1215 contact_form.php:1249
681
  msgid "Error message for the Captcha field"
682
  msgstr "Feilmelding for Captcha-feltet"
683
 
684
- #: contact_form.php:1216 contact_form.php:1250
685
  msgid "Error message for the whole form"
686
  msgstr "Feilmelding for hele skjemaet"
687
 
688
- #: contact_form.php:1219 contact_form.php:1221 contact_form.php:1253
689
- #: contact_form.php:1255 contact_form.php:1282 contact_form.php:1284
690
- #: contact_form.php:1292 contact_form.php:1294 contact_form.php:2490
691
- #: contact_form.php:2492
692
  msgid "Use shortcode"
693
  msgstr "Bruk shortcode"
694
 
695
- #: contact_form.php:1219 contact_form.php:1221 contact_form.php:1253
696
- #: contact_form.php:1255 contact_form.php:1282 contact_form.php:1284
697
- #: contact_form.php:1292 contact_form.php:1294 contact_form.php:2490
698
- #: contact_form.php:2492
699
  msgid "for this language"
700
  msgstr "for dette språket"
701
 
702
- #: contact_form.php:1263
703
  msgid "Use the changed names of the contact form fields in the email"
704
  msgstr "Bruk de endrede navnene i kontaktskjemafeltene i e-posten"
705
 
706
- #: contact_form.php:1269
707
  msgid "Action after email is sent"
708
  msgstr "Handling etter at e-posten er sendt"
709
 
710
- #: contact_form.php:1271
711
  msgid "Display text"
712
  msgstr "Vis tekst"
713
 
714
- #: contact_form.php:1280 contact_form.php:1290
715
  msgid "Text"
716
  msgstr "Tekst"
717
 
718
- #: contact_form.php:1301
719
  msgid "Redirect to the page"
720
  msgstr "Videresend til siden"
721
 
722
- #: contact_form.php:1302
723
  msgid "Url"
724
  msgstr "Url"
725
 
726
- #: contact_form.php:1306
727
  msgid "The $_SERVER variable that is used to build a URL of the form"
728
  msgstr " $_SERVER variabel som brukes til å sette sammen en URL på formen"
729
 
730
- #: contact_form.php:1310
731
  msgid ""
732
  "If you are not sure whether to change this setting or not, please do not do "
733
  "that."
@@ -735,11 +655,11 @@ msgstr ""
735
  "Om du ikke er sikkert på om du bør endre denne instillingen eller ikke, "
736
  "vennligst ikke gjør det."
737
 
738
- #: contact_form.php:1319
739
  msgid "Auto Response"
740
  msgstr ""
741
 
742
- #: contact_form.php:1323
743
  #, php-format
744
  msgid ""
745
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -747,231 +667,178 @@ msgid ""
747
  "name."
748
  msgstr ""
749
 
750
- #: contact_form.php:1349 contact_form.php:1533
751
  msgid "Save Changes"
752
  msgstr "Lagre endringer"
753
 
754
- #: contact_form.php:1355
755
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
756
- msgstr "Dersom du liker vår plugin, vennligst gi den 5 stjerner på WordPress"
757
-
758
- #: contact_form.php:1356
759
- msgid "Rate the plugin"
760
- msgstr "Ranger plugin"
761
-
762
- #: contact_form.php:1359
763
- msgid "If there is something wrong about it, please contact us"
764
- msgstr "Om det er noe galt med dette, vennligst kontakt oss"
765
-
766
- #: contact_form.php:1370
767
  msgid "Errors output"
768
  msgstr "Feilmelding utdata"
769
 
770
- #: contact_form.php:1373
771
  msgid "Display error messages"
772
  msgstr "Vise feilmeldinger"
773
 
774
- #: contact_form.php:1374
775
  msgid "Color of the input field errors."
776
  msgstr "Farger på feilmeldingene for inputfelt"
777
 
778
- #: contact_form.php:1375
779
  msgid "Display error messages & color of the input field errors"
780
  msgstr "Vis feilmeldinger og farge på inputfeltfeil"
781
 
782
- #: contact_form.php:1380
783
  msgid "Add placeholder to the input blocks"
784
  msgstr "Legg til placeholder på inputblokkene"
785
 
786
- #: contact_form.php:1386
787
  msgid "Add tooltips"
788
  msgstr "Legg til tooltips"
789
 
790
- #: contact_form.php:1400
791
  msgid "Email address"
792
  msgstr "E-post adresse"
793
 
794
- #: contact_form.php:1405
795
  msgid "Phone Number"
796
  msgstr "Telefon"
797
 
798
- #: contact_form.php:1419
799
  msgid "Attachment"
800
  msgstr "Vedheng"
801
 
802
- #: contact_form.php:1424
803
  msgid "(powered by bestwebsoft.com)"
804
  msgstr "(støttet av bestwebsoft.com)"
805
 
806
- #: contact_form.php:1429
807
  msgid "Style options"
808
  msgstr "Styleringsopsjoner"
809
 
810
- #: contact_form.php:1432
811
  msgid "Text color"
812
  msgstr "Tekstfarge"
813
 
814
- #: contact_form.php:1435 contact_form.php:1440 contact_form.php:1450
815
- #: contact_form.php:1455 contact_form.php:1460 contact_form.php:1465
816
- #: contact_form.php:1475 contact_form.php:1480 contact_form.php:1486
817
- #: contact_form.php:1497 contact_form.php:1502 contact_form.php:1507
818
  msgid "Default"
819
  msgstr "Standard"
820
 
821
- #: contact_form.php:1437
822
  msgid "Label text color"
823
  msgstr "Tekstfarge på merkelapp"
824
 
825
- #: contact_form.php:1442
826
  msgid "Placeholder color"
827
  msgstr "Placeholder farge"
828
 
829
- #: contact_form.php:1447
830
  msgid "Errors color"
831
  msgstr "Feilmeldingsfarge"
832
 
833
- #: contact_form.php:1452
834
  msgid "Error text color"
835
  msgstr "Tekstfarge på feilmelding"
836
 
837
- #: contact_form.php:1457
838
  msgid "Background color of the input field errors"
839
  msgstr "Bakgrunnsfarge på inputfeltfeil"
840
 
841
- #: contact_form.php:1462
842
  msgid "Border color of the input field errors"
843
  msgstr "Rammefarge på inputfeltfeil"
844
 
845
- #: contact_form.php:1467
846
  msgid "Placeholder color of the input field errors"
847
  msgstr "Placeholderfarge på inputfeltfeil"
848
 
849
- #: contact_form.php:1472
850
  msgid "Input fields"
851
  msgstr "Inputfelt"
852
 
853
- #: contact_form.php:1477
854
  msgid "Input fields background color"
855
  msgstr "Bakgrunnsfarge på inputfelter"
856
 
857
- #: contact_form.php:1482
858
  msgid "Text fields color"
859
  msgstr "Farge på tekstfelter"
860
 
861
- #: contact_form.php:1484
862
  msgid "Border width in px, numbers only"
863
  msgstr "Rammebredde i pixler, kun tall"
864
 
865
- #: contact_form.php:1488 contact_form.php:1509
866
  msgid "Border color"
867
  msgstr "Ramme farge"
868
 
869
- #: contact_form.php:1493
870
  msgid "Submit button"
871
  msgstr "Send knapp"
872
 
873
- #: contact_form.php:1495
874
  msgid "Width in px, numbers only"
875
  msgstr "Bredde i piksler, kun tall"
876
 
877
- #: contact_form.php:1499
878
  msgid "Button color"
879
  msgstr "Knappfarge"
880
 
881
- #: contact_form.php:1504
882
  msgid "Button text color"
883
  msgstr "Farge på knappetekst"
884
 
885
- #: contact_form.php:1537
886
  msgid "Contact Form Pro | Preview"
887
  msgstr "Contact Form Pro | Forhåndsvisning"
888
 
889
- #: contact_form.php:1540
890
  msgid "Show with errors"
891
  msgstr "Vis med feilmeldinger"
892
 
893
- #: contact_form.php:1548 contact_form.php:1550
894
  msgid "Please enter your full name..."
895
  msgstr "Vennligst skriv inn ditt fulle navn..."
896
 
897
- #: contact_form.php:1561 contact_form.php:1563
898
  msgid "Please enter your address..."
899
  msgstr "Vennligst fyll inn din adresse..."
900
 
901
- #: contact_form.php:1572 contact_form.php:1574
902
  msgid "Please enter your email address..."
903
  msgstr "Vennligst oppgi e-post addresse..."
904
 
905
- #: contact_form.php:1583 contact_form.php:1585
906
  msgid "Please enter your phone number..."
907
  msgstr "Vennligst oppgi ditt telefon nummer..."
908
 
909
- #: contact_form.php:1594 contact_form.php:1596
910
  msgid "Please enter subject..."
911
  msgstr "Vennligst oppgi tema..."
912
 
913
- #: contact_form.php:1604 contact_form.php:1606
914
  msgid "Please enter your message..."
915
  msgstr "Vennligst skriv inn en melding..."
916
 
917
- #: contact_form.php:1648
918
- msgid ""
919
- "Congratulations! The PRO version of the plugin is successfully download and "
920
- "activated."
921
- msgstr ""
922
- "Gratulerer! PRO-versjonen av plugin er vellykket nedlastet og aktivert."
923
-
924
- #: contact_form.php:1650
925
- msgid "Please, go to"
926
- msgstr "Vennligst, gå til"
927
-
928
- #: contact_form.php:1650
929
- msgid "the setting page"
930
- msgstr "siden for instillinger"
931
-
932
- #: contact_form.php:1651
933
- msgid "You will be redirected automatically in 5 seconds."
934
- msgstr "Du vil automatisk viderekobles om 5 sekunder."
935
-
936
- #: contact_form.php:1656
937
- msgid "You can download and activate"
938
- msgstr "du kan laste ned og aktivere"
939
-
940
- #: contact_form.php:1658
941
- msgid "version of this plugin by entering Your license key."
942
- msgstr "versjon av denne plugin ved å taste inn din lisenskode."
943
-
944
- #: contact_form.php:1660
945
- msgid ""
946
- "You can find your license key on your personal page Client area, by clicking "
947
- "on the link"
948
- msgstr "Du kan finne din lisenskode på klientområdet, ved å klikke på linken"
949
-
950
- #: contact_form.php:1662
951
- msgid "(your username is the email you specify when purchasing the product)."
952
- msgstr "(ditt brukernavn er e-posten du spesifiserer når du kjøper produktet)."
953
-
954
- #: contact_form.php:1670 contact_form.php:1680
955
- msgid "Activate"
956
- msgstr "Aktiver"
957
-
958
- #: contact_form.php:1752
959
  msgid "Sorry, email message could not be delivered."
960
  msgstr "Beklager, e-postmelding kunne ikke leveres."
961
 
962
- #: contact_form.php:2156
963
  msgid "Contact from"
964
  msgstr "Kontaktskjema"
965
 
966
- #: contact_form.php:2178 contact_form.php:2208
967
  msgid "Phone"
968
  msgstr "Telefon"
969
 
970
- #: contact_form.php:2189 contact_form.php:2215
971
  msgid "Site"
972
  msgstr "side"
973
 
974
- #: contact_form.php:2302
975
  msgid ""
976
  "If you can see this MIME, it means that the MIME type is not supported by "
977
  "your email client!"
@@ -979,37 +846,166 @@ msgstr ""
979
  "Om du kan se denne MIME, betyr det at MIME format ikke er støttet av din e-"
980
  "postklient!"
981
 
982
- #: contact_form.php:2378
983
  msgid "Support"
984
  msgstr "Support"
985
 
986
- #: contact_form.php:2432
987
  msgid "Are you sure that you want to delete this language data?"
988
  msgstr "Er du sikker på at du ønsker å slette disse språkdatane?"
989
 
990
- #: contact_form.php:2653
 
 
 
 
 
991
  msgid ""
992
- "It’s time to upgrade your <strong>Contact Form plugin</strong> to "
993
- "<strong>PRO</strong> version"
994
  msgstr ""
995
- "Det er på tide å oppgrader din <strong>Contact Form plugin</strong> til "
996
- "<strong>PRO</strong>-versjon"
997
 
998
- #: contact_form.php:2654
999
- msgid "Extend standard plugin functionality with new great options."
1000
- msgstr "Utvid standard pluginfunksjonalitet med nye spennende muligheter"
 
 
 
 
 
1001
 
1002
- #: contact_form.php:2669
1003
  msgid ""
1004
  "<strong>Contact Form to DB</strong> allows to store your messages to the "
1005
  "database."
1006
  msgstr ""
1007
  "<strong>Contact Form to DB</strong> lar deg lagre meldinger i databasen."
1008
 
1009
- #: contact_form.php:2670
1010
  msgid "Manage messages that have been sent from your website."
1011
  msgstr "Administrer meldinger som har blitt sendt fra din webside."
1012
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1013
  #~ msgid "Extra settings"
1014
  #~ msgstr "Ekstrainstillinger"
1015
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-05 12:58+0300\n"
6
+ "PO-Revision-Date: 2015-03-05 12:58+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Per Rommetveit <bestwebsoftcontact@nordsoft.no>\n"
9
  "Language: nb_NO\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:35 contact_form.php:631
20
  msgid "Contact Form Settings"
21
  msgstr "Instillinger for kontaktskjema"
22
 
23
+ #: contact_form.php:35
24
  msgid "Contact Form"
25
  msgstr "Kontaktskjema"
26
 
27
+ #: contact_form.php:123 contact_form.php:1012 contact_form.php:1046
28
  msgid "Name:"
29
  msgstr "Navn:"
30
 
31
+ #: contact_form.php:124 contact_form.php:1013 contact_form.php:1047
32
  msgid "Address:"
33
  msgstr "Adresse:"
34
 
35
+ #: contact_form.php:125 contact_form.php:1014 contact_form.php:1048
36
  msgid "Email Address:"
37
  msgstr "E-post:"
38
 
39
+ #: contact_form.php:126 contact_form.php:1015 contact_form.php:1049
40
  msgid "Phone number:"
41
  msgstr "Telefon:"
42
 
43
+ #: contact_form.php:127 contact_form.php:1016 contact_form.php:1050
44
  msgid "Subject:"
45
  msgstr "Tema:"
46
 
47
+ #: contact_form.php:128 contact_form.php:1017 contact_form.php:1051
48
  msgid "Message:"
49
  msgstr "Melding:"
50
 
51
+ #: contact_form.php:129 contact_form.php:1018 contact_form.php:1052
52
  msgid "Attachment:"
53
  msgstr "Vedheng:"
54
 
55
+ #: contact_form.php:130
56
  msgid ""
57
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
58
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
61
  "Støttede filtyper: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, "
62
  "PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max filstørrelse: 2MB"
63
 
64
+ #: contact_form.php:131 contact_form.php:1020 contact_form.php:1054
65
  msgid "Send me a copy"
66
  msgstr "Send meg en kopi"
67
 
68
+ #: contact_form.php:132 contact_form.php:1021 contact_form.php:1055
69
  msgid "Submit"
70
  msgstr "Send"
71
 
72
+ #: contact_form.php:133
73
  msgid "Your name is required."
74
  msgstr "Navn er obligatorisk."
75
 
76
+ #: contact_form.php:134
77
  msgid "Address is required."
78
  msgstr "Adresse er påkrevet."
79
 
80
+ #: contact_form.php:135
81
  msgid "A valid email address is required."
82
  msgstr "Gyldig e-post adresse er nødvendig."
83
 
84
+ #: contact_form.php:136
85
  msgid "Phone number is required."
86
  msgstr "Telefon er nødvendig."
87
 
88
+ #: contact_form.php:137
89
  msgid "Subject is required."
90
  msgstr "Tema er nødvendig."
91
 
92
+ #: contact_form.php:138
93
  msgid "Message text is required."
94
  msgstr "Meldingsinnhold er nødvendig."
95
 
96
+ #: contact_form.php:139
97
  msgid "File format is not valid."
98
  msgstr "Filformat er ikke gyldig"
99
 
100
+ #: contact_form.php:140
101
  msgid "File upload error."
102
  msgstr "Feil ved opplasting av fil."
103
 
104
+ #: contact_form.php:141
105
  msgid "The file could not be uploaded."
106
  msgstr "Filen kunne ikke lastes opp."
107
 
108
+ #: contact_form.php:142
109
  msgid "This file is too large."
110
  msgstr "Filen er for stor."
111
 
112
+ #: contact_form.php:143
113
  msgid "Please fill out the CAPTCHA."
114
  msgstr "Vennligst fyll ut CAPTCHA."
115
 
116
+ #: contact_form.php:144
117
  msgid "Please make corrections below and try again."
118
  msgstr "Vennligst gjør korrigeringer, og prøv igjen."
119
 
120
+ #: contact_form.php:146
121
  msgid "Thank you for contacting us."
122
  msgstr "Takk for at du kontakter oss."
123
 
124
+ #: contact_form.php:543
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
125
  msgid ""
126
  "Email 'FROM' field option was changed, which may cause email messages being "
127
  "moved to the spam folder or email delivery failures."
128
  msgstr ""
129
 
130
+ #: contact_form.php:553
131
  msgid ""
132
  "If the 'Redirect to page' option is selected then the URL field should be in "
133
  "the following format"
135
  "Dersom 'Videresend til side' instilling er valgt, så skal URL feltet være i "
136
  "følgende format"
137
 
138
+ #: contact_form.php:562
139
  msgid "Such user does not exist."
140
  msgstr "En slik bruker eksisterer ikke."
141
 
142
+ #: contact_form.php:572
143
  msgid ""
144
  "Please enter a valid email address in the 'Use this email address' field."
145
  msgstr ""
146
  "Vennligst skriv inn en gyldig e-postadresse i 'Bruk denne e-posten' feltet."
147
 
148
+ #: contact_form.php:580
149
  msgid "Please enter a valid email address in the 'FROM' field."
150
  msgstr "Vennligst skriv inn en gyldig e-post i 'FRA' feltet."
151
 
152
+ #: contact_form.php:603
153
  msgid "Settings saved."
154
  msgstr "Instillinger lagret."
155
 
156
+ #: contact_form.php:605
157
  msgid "Settings are not saved."
158
  msgstr "Instillinger er ikke lagret."
159
 
160
+ #: contact_form.php:633 contact_form.php:2126 contact_form.php:2140
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
161
  msgid "Settings"
162
  msgstr "Instillinger"
163
 
164
+ #: contact_form.php:634
165
  #, fuzzy
166
  msgid "Additional settings"
167
  msgstr "Ekstrainstillinger"
168
 
169
+ #: contact_form.php:635
170
  msgid "Appearance"
171
  msgstr ""
172
 
173
+ #: contact_form.php:636 contact_form.php:2141
174
  msgid "FAQ"
175
  msgstr "Часті питання"
176
 
177
+ #: contact_form.php:637
178
  msgid "Go PRO"
179
  msgstr "Go PRO"
180
 
181
+ #: contact_form.php:640 contact_form.php:642
182
  msgid "Notice:"
183
  msgstr "Notis:"
184
 
185
+ #: contact_form.php:640
186
  msgid ""
187
  "The plugin's settings have been changed. In order to save them please don't "
188
  "forget to click the 'Save Changes' button."
190
  "Instillingene til plugin har blitt endret. For å lagre endringer, ikke glem "
191
  "å klikke 'Lagre endringer' knappen."
192
 
193
+ #: contact_form.php:650
194
  msgid ""
195
  "If you want to create multiple contact forms, please install the Contact "
196
  "Form Multi plugin."
198
  "Dersom du ønsker å opprette flere kontaktskjema, vennligst installer Contact "
199
  "From Multi plugin"
200
 
201
+ #: contact_form.php:657 contact_form.php:660 contact_form.php:1439
202
  msgid ""
203
  "If you would like to add the Contact Form to your website, just copy and "
204
  "paste this shortcode to your post or page or widget:"
206
  "Om du ønsker å legge til kontakskjema for din webside, kopier denne "
207
  "shortcoden til din post, side eller widget."
208
 
209
+ #: contact_form.php:657 contact_form.php:658 contact_form.php:660
210
+ #: contact_form.php:661 contact_form.php:1036 contact_form.php:1038
211
+ #: contact_form.php:1099 contact_form.php:1101
212
  msgid "or"
213
  msgstr "eller"
214
 
215
+ #: contact_form.php:658 contact_form.php:661
216
  msgid ""
217
  "If have any problems with the standard shortcode [contact_form], you should "
218
  "use the shortcode"
220
  "Om du har problemer med standard shortcode [contact_form], bør du bruke "
221
  "shortcoden"
222
 
223
+ #: contact_form.php:658 contact_form.php:661
224
  msgid "They work the same way."
225
  msgstr "De fungerer på samme måte."
226
 
227
+ #: contact_form.php:665
228
  msgid ""
229
  "If you leave the fields empty, the messages will be sent to the email "
230
  "address specified during registration."
232
  "Om du lar feltene være tomme, vil meldingene bli sent til e-post adresse "
233
  "oppgitt ved registreringen."
234
 
235
+ #: contact_form.php:668
236
  msgid "The user's email address:"
237
  msgstr "Brukerens e-post adress:"
238
 
239
+ #: contact_form.php:672
240
  msgid "Create a username"
241
  msgstr "Opprett et brukernavn"
242
 
243
+ #: contact_form.php:685
244
  msgid ""
245
  "Enter a username of the person who should get the messages from the contact "
246
  "form."
247
  msgstr ""
248
  "Oppgi brukernavn til personen som skal få meldingene fra kontaktskjemaet."
249
 
250
+ #: contact_form.php:689
251
  msgid "Use this email address:"
252
  msgstr "Bruk denne e-post adressen:"
253
 
254
+ #: contact_form.php:692
255
  msgid "Enter the email address you want the messages forwarded to."
256
  msgstr "Legg inn e-post adressen du ønsker meldingene videresendt til."
257
 
258
+ #: contact_form.php:701
259
  msgid "Add department selectbox to the contact form:"
260
  msgstr "Legg til avdelingssjekkboks til kontaktskjemaet:"
261
 
262
+ #: contact_form.php:709 contact_form.php:1145 contact_form.php:1322
263
  msgid "If you upgrade to Pro version all your settings will be saved."
264
  msgstr ""
265
  "Om du oppgraderer til Pro versjonen, vil alle instillingene dine bli lagret."
266
 
267
+ #: contact_form.php:716 contact_form.php:879 contact_form.php:952
268
+ #: contact_form.php:1152 contact_form.php:1329
269
  msgid "Unlock premium options by upgrading to a PRO version."
270
  msgstr "Lås opp ekstrafunksjoner ved å oppgradere til en PRO-versjon."
271
 
272
+ #: contact_form.php:717 contact_form.php:880 contact_form.php:953
273
+ #: contact_form.php:1153 contact_form.php:1330 contact_form.php:2402
 
274
  msgid "Learn More"
275
  msgstr "Lær mer"
276
 
277
+ #: contact_form.php:720 contact_form.php:883 contact_form.php:956
278
+ #: contact_form.php:1156 contact_form.php:1333
279
  msgid "Go"
280
  msgstr "Gå"
281
 
282
+ #: contact_form.php:727
283
  msgid "Save emails to the database"
284
  msgstr "Lagre e-poster til databasen."
285
 
286
+ #: contact_form.php:732
287
  msgid "Using"
288
  msgstr "Bruker"
289
 
290
+ #: contact_form.php:732 contact_form.php:929 contact_form.php:932
291
+ #: contact_form.php:936
292
  msgid "powered by"
293
  msgstr "støttet av"
294
 
295
+ #: contact_form.php:735 contact_form.php:739
296
  msgid "Using Contact Form to DB powered by"
297
  msgstr "Bruker Contact Form to DB støttet av"
298
 
299
+ #: contact_form.php:735
300
  msgid "Activate Contact Form to DB"
301
  msgstr "Aktiver Contact Form to DB"
302
 
303
+ #: contact_form.php:739
304
  msgid "Download Contact Form to DB"
305
  msgstr "Last ned Contact Form to DB"
306
 
307
+ #: contact_form.php:749
308
  msgid "What to use?"
309
  msgstr "Hva skal brukes?"
310
 
311
+ #: contact_form.php:752
312
  msgid "Wp-mail"
313
  msgstr "Wp-mail"
314
 
315
+ #: contact_form.php:752
316
  msgid "You can use the wp_mail function for mailing"
317
  msgstr "Du kan bruke wp_mail funksjon for å sende e-post."
318
 
319
+ #: contact_form.php:754
320
  msgid "Mail"
321
  msgstr "E-post"
322
 
323
+ #: contact_form.php:754
324
  msgid "To send mail you can use the php mail function"
325
  msgstr "For å sende e-post kan du bruke php mail funksjon."
326
 
327
+ #: contact_form.php:758
328
  msgid "'FROM' field"
329
  msgstr ""
330
 
331
+ #: contact_form.php:760 contact_form.php:810 contact_form.php:1197
332
+ #: contact_form.php:1927 contact_form.php:1963
333
  msgid "Name"
334
  msgstr "Navn"
335
 
336
+ #: contact_form.php:764
337
  msgid "User name"
338
  msgstr "Brukernavn"
339
 
340
+ #: contact_form.php:766
341
  msgid ""
342
  "The name of the user who fills the form will be used in the field 'From'."
343
  msgstr ""
344
  "Navnet til brukeren som fyller ut skjema vil bli brukt i 'From'-feltet."
345
 
346
+ #: contact_form.php:771 contact_form.php:1938 contact_form.php:1970
347
  msgid "Email"
348
  msgstr "E-post"
349
 
350
+ #: contact_form.php:778
351
  msgid "User email"
352
  msgstr "Brukers e-post"
353
 
354
+ #: contact_form.php:780
355
  msgid ""
356
  "The email address of the user who fills the form will be used in the field "
357
  "'From'."
358
  msgstr ""
359
  "E-post adresse til bruker som fyller ut skjema vil bli brukt i 'From'-feltet."
360
 
361
+ #: contact_form.php:784
362
  msgid ""
363
  "If this option is changed, email messages may be moved to the spam folder or "
364
  "email delivery failures may occur."
365
  msgstr ""
366
 
367
+ #: contact_form.php:790
368
  msgid "Required symbol"
369
  msgstr "Obligatorisk symbol"
370
 
371
+ #: contact_form.php:800
372
  msgid "Fields"
373
  msgstr "Felt"
374
 
375
+ #: contact_form.php:801
376
  msgid "Used"
377
  msgstr "Brukt"
378
 
379
+ #: contact_form.php:802
380
  msgid "Required"
381
  msgstr "Obligatorisk"
382
 
383
+ #: contact_form.php:803
384
  msgid "Visible"
385
  msgstr "Synlig"
386
 
387
+ #: contact_form.php:804
388
  msgid "Disabled for editing"
389
  msgstr "Sperret for redigering"
390
 
391
+ #: contact_form.php:805
392
  msgid "Field's default value"
393
  msgstr "Feltets standardverdi"
394
 
395
+ #: contact_form.php:817
396
  msgid "Use User's name as a default value if the user is logged in."
397
  msgstr ""
398
 
399
+ #: contact_form.php:818 contact_form.php:846
400
  msgid ""
401
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
402
  "in users."
403
  msgstr ""
404
 
405
+ #: contact_form.php:822
406
  msgid "Location selectbox"
407
  msgstr "Flervalgsboks for sted"
408
 
409
+ #: contact_form.php:830 contact_form.php:1202 contact_form.php:1933
410
+ #: contact_form.php:1967
411
  msgid "Address"
412
  msgstr "Adresse"
413
 
414
+ #: contact_form.php:838
415
  msgid "Email Address"
416
  msgstr "E-post"
417
 
418
+ #: contact_form.php:845
419
  msgid "Use User's email as a default value if the user is logged in."
420
  msgstr ""
421
 
422
+ #: contact_form.php:850
423
  msgid "Phone number"
424
  msgstr "Telefon"
425
 
426
+ #: contact_form.php:858 contact_form.php:1217 contact_form.php:1948
427
+ #: contact_form.php:1976
428
  msgid "Subject"
429
  msgstr "Tema"
430
 
431
+ #: contact_form.php:866 contact_form.php:1221 contact_form.php:1951
432
+ #: contact_form.php:1978
433
  msgid "Message"
434
  msgstr "Melding"
435
 
436
+ #: contact_form.php:890
437
  msgid "Attachment block"
438
  msgstr "Vedhengsblokk"
439
 
440
+ #: contact_form.php:892
441
  msgid "Users can attach the following file formats"
442
  msgstr "Brukere kan legge ved følgende filformat"
443
 
444
+ #: contact_form.php:905
445
  msgid "Add to the form"
446
  msgstr "Legg til skjemaet"
447
 
448
+ #: contact_form.php:910
449
  msgid "Tips below the Attachment"
450
  msgstr "Tips under vedheng"
451
 
452
+ #: contact_form.php:919
453
  msgid "'Send me a copy' block"
454
  msgstr "'Send meg en kopi' blokk"
455
 
456
+ #: contact_form.php:929 contact_form.php:932 contact_form.php:936
457
+ #: contact_form.php:1231
458
  msgid "Captcha"
459
  msgstr "Captcha"
460
 
461
+ #: contact_form.php:932
462
  msgid "Activate captcha"
463
  msgstr "Aktiver captcha"
464
 
465
+ #: contact_form.php:936
466
  msgid "Download captcha"
467
  msgstr "Last ned captcha"
468
 
469
+ #: contact_form.php:944
470
  msgid "Agreement checkbox"
471
  msgstr "Sjekkboks for vilkår"
472
 
473
+ #: contact_form.php:944
474
  msgid "Required checkbox for submitting the form"
475
  msgstr "Obligatoriske sjekkbokser for å sende inn skjemaet"
476
 
477
+ #: contact_form.php:945
478
  msgid "Optional checkbox"
479
  msgstr "Valgfri sjekkboks"
480
 
481
+ #: contact_form.php:945
482
  msgid "Optional checkbox, the results of which will be displayed in email"
483
  msgstr "Valgfri sjekkboks, resultatene vil bli vist i e-post"
484
 
485
+ #: contact_form.php:962
486
  msgid "Delete an attachment file from the server after the email is sent"
487
  msgstr "Slett vedhengsfil fra server etter at e-posten er sendt."
488
 
489
+ #: contact_form.php:968
490
  msgid "Email in HTML format sending"
491
  msgstr "Send e-post i HTML format"
492
 
493
+ #: contact_form.php:972
494
  msgid "Display additional info in the email"
495
  msgstr "Vis ekstra informasjon i e-posten"
496
 
497
+ #: contact_form.php:977 contact_form.php:1894 contact_form.php:1896
498
  msgid "Sent from (ip address)"
499
  msgstr "Sent fra (ip-adresse)"
500
 
501
+ #: contact_form.php:977
502
  msgid "Example: Sent from (IP address):\t127.0.0.1"
503
  msgstr "Eksempel: Sendt fra (IP adresse):\t127.0.0.1"
504
 
505
+ #: contact_form.php:978 contact_form.php:1900 contact_form.php:1902
506
  msgid "Date/Time"
507
  msgstr "Dato/Tid"
508
 
509
+ #: contact_form.php:978
510
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
511
  msgstr "Eksempel: Dato/Tid:\tAugust 19, 2013 8:50 pm"
512
 
513
+ #: contact_form.php:979 contact_form.php:1906 contact_form.php:1908
514
  msgid "Sent from (referer)"
515
  msgstr "Sent fra (referer)"
516
 
517
+ #: contact_form.php:979
518
  msgid ""
519
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
520
  msgstr ""
521
  "Eksempel: Sent fra (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
522
 
523
+ #: contact_form.php:980 contact_form.php:1912 contact_form.php:1914
524
  msgid "Using (user agent)"
525
  msgstr "Bruker (user agent)"
526
 
527
+ #: contact_form.php:980
528
  msgid ""
529
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
530
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
532
  "Eksempel: Bruker (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
533
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
534
 
535
+ #: contact_form.php:984
536
  msgid "Language settings for the field names in the form"
537
  msgstr "Språkinstillinger for feltnavn i skjemaet"
538
 
539
+ #: contact_form.php:993
540
  msgid "Add a language"
541
  msgstr "Legg til et språk"
542
 
543
+ #: contact_form.php:997
544
  msgid "Change the names of the contact form fields and error messages"
545
  msgstr "Endre navnene på kontaktskjemafeltene og feilmeldingene"
546
 
547
+ #: contact_form.php:1002 contact_form.php:1089
548
  msgid "English"
549
  msgstr "Engelsk"
550
 
551
+ #: contact_form.php:1010 contact_form.php:1044
552
  msgid "click to expand/hide the list"
553
  msgstr "klikk for å ekspandere/gjemme listen"
554
 
555
+ #: contact_form.php:1019 contact_form.php:1053
556
  msgid "Tips below the Attachment block"
557
  msgstr "Tips under Vedhengblokken"
558
 
559
+ #: contact_form.php:1022 contact_form.php:1056
560
  msgid "Error message for the Name field"
561
  msgstr "Feilmelding for navnefeltet"
562
 
563
+ #: contact_form.php:1023 contact_form.php:1057
564
  msgid "Error message for the Address field"
565
  msgstr "Feilmelding for adressefeltet"
566
 
567
+ #: contact_form.php:1024 contact_form.php:1058
568
  msgid "Error message for the Email field"
569
  msgstr "Feilmelding for e-post feltet"
570
 
571
+ #: contact_form.php:1025 contact_form.php:1059
572
  msgid "Error message for the Phone field"
573
  msgstr "Feilmelding for telefon-feltet"
574
 
575
+ #: contact_form.php:1026 contact_form.php:1060
576
  msgid "Error message for the Subject field"
577
  msgstr "Feilmelding for tema-feltet"
578
 
579
+ #: contact_form.php:1027 contact_form.php:1061
580
  msgid "Error message for the Message field"
581
  msgstr "Feilmelding for meldingsfeltet"
582
 
583
+ #: contact_form.php:1028 contact_form.php:1062
584
  msgid "Error message about the file type for the Attachment field"
585
  msgstr "Feilmelding for filtype til vedhengsfeltet"
586
 
587
+ #: contact_form.php:1029 contact_form.php:1063
588
  msgid ""
589
  "Error message while uploading a file for the Attachment field to the server"
590
  msgstr "Feilmelding ved opplasting av fil for vedhengsfeltet til server"
591
 
592
+ #: contact_form.php:1030 contact_form.php:1064
593
  msgid "Error message while moving the file for the Attachment field"
594
  msgstr "Feilmedling ved flytting av fil for vedhengsfeltet."
595
 
596
+ #: contact_form.php:1031 contact_form.php:1065
597
  msgid "Error message when file size limit for the Attachment field is exceeded"
598
  msgstr "Feilmelding når filstørrelsebegrensning for vedhengsfeltet er nådd"
599
 
600
+ #: contact_form.php:1032 contact_form.php:1066
601
  msgid "Error message for the Captcha field"
602
  msgstr "Feilmelding for Captcha-feltet"
603
 
604
+ #: contact_form.php:1033 contact_form.php:1067
605
  msgid "Error message for the whole form"
606
  msgstr "Feilmelding for hele skjemaet"
607
 
608
+ #: contact_form.php:1036 contact_form.php:1038 contact_form.php:1070
609
+ #: contact_form.php:1072 contact_form.php:1099 contact_form.php:1101
610
+ #: contact_form.php:1109 contact_form.php:1111 contact_form.php:2272
611
+ #: contact_form.php:2274
612
  msgid "Use shortcode"
613
  msgstr "Bruk shortcode"
614
 
615
+ #: contact_form.php:1036 contact_form.php:1038 contact_form.php:1070
616
+ #: contact_form.php:1072 contact_form.php:1099 contact_form.php:1101
617
+ #: contact_form.php:1109 contact_form.php:1111 contact_form.php:2272
618
+ #: contact_form.php:2274
619
  msgid "for this language"
620
  msgstr "for dette språket"
621
 
622
+ #: contact_form.php:1080
623
  msgid "Use the changed names of the contact form fields in the email"
624
  msgstr "Bruk de endrede navnene i kontaktskjemafeltene i e-posten"
625
 
626
+ #: contact_form.php:1086
627
  msgid "Action after email is sent"
628
  msgstr "Handling etter at e-posten er sendt"
629
 
630
+ #: contact_form.php:1088
631
  msgid "Display text"
632
  msgstr "Vis tekst"
633
 
634
+ #: contact_form.php:1097 contact_form.php:1107
635
  msgid "Text"
636
  msgstr "Tekst"
637
 
638
+ #: contact_form.php:1118
639
  msgid "Redirect to the page"
640
  msgstr "Videresend til siden"
641
 
642
+ #: contact_form.php:1119
643
  msgid "Url"
644
  msgstr "Url"
645
 
646
+ #: contact_form.php:1123
647
  msgid "The $_SERVER variable that is used to build a URL of the form"
648
  msgstr " $_SERVER variabel som brukes til å sette sammen en URL på formen"
649
 
650
+ #: contact_form.php:1127
651
  msgid ""
652
  "If you are not sure whether to change this setting or not, please do not do "
653
  "that."
655
  "Om du ikke er sikkert på om du bør endre denne instillingen eller ikke, "
656
  "vennligst ikke gjør det."
657
 
658
+ #: contact_form.php:1136
659
  msgid "Auto Response"
660
  msgstr ""
661
 
662
+ #: contact_form.php:1140
663
  #, php-format
664
  msgid ""
665
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
667
  "name."
668
  msgstr ""
669
 
670
+ #: contact_form.php:1165 contact_form.php:1340
671
  msgid "Save Changes"
672
  msgstr "Lagre endringer"
673
 
674
+ #: contact_form.php:1177
 
 
 
 
 
 
 
 
 
 
 
 
675
  msgid "Errors output"
676
  msgstr "Feilmelding utdata"
677
 
678
+ #: contact_form.php:1180
679
  msgid "Display error messages"
680
  msgstr "Vise feilmeldinger"
681
 
682
+ #: contact_form.php:1181
683
  msgid "Color of the input field errors."
684
  msgstr "Farger på feilmeldingene for inputfelt"
685
 
686
+ #: contact_form.php:1182
687
  msgid "Display error messages & color of the input field errors"
688
  msgstr "Vis feilmeldinger og farge på inputfeltfeil"
689
 
690
+ #: contact_form.php:1187
691
  msgid "Add placeholder to the input blocks"
692
  msgstr "Legg til placeholder på inputblokkene"
693
 
694
+ #: contact_form.php:1193
695
  msgid "Add tooltips"
696
  msgstr "Legg til tooltips"
697
 
698
+ #: contact_form.php:1207
699
  msgid "Email address"
700
  msgstr "E-post adresse"
701
 
702
+ #: contact_form.php:1212
703
  msgid "Phone Number"
704
  msgstr "Telefon"
705
 
706
+ #: contact_form.php:1226
707
  msgid "Attachment"
708
  msgstr "Vedheng"
709
 
710
+ #: contact_form.php:1231
711
  msgid "(powered by bestwebsoft.com)"
712
  msgstr "(støttet av bestwebsoft.com)"
713
 
714
+ #: contact_form.php:1236
715
  msgid "Style options"
716
  msgstr "Styleringsopsjoner"
717
 
718
+ #: contact_form.php:1239
719
  msgid "Text color"
720
  msgstr "Tekstfarge"
721
 
722
+ #: contact_form.php:1242 contact_form.php:1247 contact_form.php:1257
723
+ #: contact_form.php:1262 contact_form.php:1267 contact_form.php:1272
724
+ #: contact_form.php:1282 contact_form.php:1287 contact_form.php:1293
725
+ #: contact_form.php:1304 contact_form.php:1309 contact_form.php:1314
726
  msgid "Default"
727
  msgstr "Standard"
728
 
729
+ #: contact_form.php:1244
730
  msgid "Label text color"
731
  msgstr "Tekstfarge på merkelapp"
732
 
733
+ #: contact_form.php:1249
734
  msgid "Placeholder color"
735
  msgstr "Placeholder farge"
736
 
737
+ #: contact_form.php:1254
738
  msgid "Errors color"
739
  msgstr "Feilmeldingsfarge"
740
 
741
+ #: contact_form.php:1259
742
  msgid "Error text color"
743
  msgstr "Tekstfarge på feilmelding"
744
 
745
+ #: contact_form.php:1264
746
  msgid "Background color of the input field errors"
747
  msgstr "Bakgrunnsfarge på inputfeltfeil"
748
 
749
+ #: contact_form.php:1269
750
  msgid "Border color of the input field errors"
751
  msgstr "Rammefarge på inputfeltfeil"
752
 
753
+ #: contact_form.php:1274
754
  msgid "Placeholder color of the input field errors"
755
  msgstr "Placeholderfarge på inputfeltfeil"
756
 
757
+ #: contact_form.php:1279
758
  msgid "Input fields"
759
  msgstr "Inputfelt"
760
 
761
+ #: contact_form.php:1284
762
  msgid "Input fields background color"
763
  msgstr "Bakgrunnsfarge på inputfelter"
764
 
765
+ #: contact_form.php:1289
766
  msgid "Text fields color"
767
  msgstr "Farge på tekstfelter"
768
 
769
+ #: contact_form.php:1291
770
  msgid "Border width in px, numbers only"
771
  msgstr "Rammebredde i pixler, kun tall"
772
 
773
+ #: contact_form.php:1295 contact_form.php:1316
774
  msgid "Border color"
775
  msgstr "Ramme farge"
776
 
777
+ #: contact_form.php:1300
778
  msgid "Submit button"
779
  msgstr "Send knapp"
780
 
781
+ #: contact_form.php:1302
782
  msgid "Width in px, numbers only"
783
  msgstr "Bredde i piksler, kun tall"
784
 
785
+ #: contact_form.php:1306
786
  msgid "Button color"
787
  msgstr "Knappfarge"
788
 
789
+ #: contact_form.php:1311
790
  msgid "Button text color"
791
  msgstr "Farge på knappetekst"
792
 
793
+ #: contact_form.php:1344
794
  msgid "Contact Form Pro | Preview"
795
  msgstr "Contact Form Pro | Forhåndsvisning"
796
 
797
+ #: contact_form.php:1347
798
  msgid "Show with errors"
799
  msgstr "Vis med feilmeldinger"
800
 
801
+ #: contact_form.php:1355 contact_form.php:1357
802
  msgid "Please enter your full name..."
803
  msgstr "Vennligst skriv inn ditt fulle navn..."
804
 
805
+ #: contact_form.php:1368 contact_form.php:1370
806
  msgid "Please enter your address..."
807
  msgstr "Vennligst fyll inn din adresse..."
808
 
809
+ #: contact_form.php:1379 contact_form.php:1381
810
  msgid "Please enter your email address..."
811
  msgstr "Vennligst oppgi e-post addresse..."
812
 
813
+ #: contact_form.php:1390 contact_form.php:1392
814
  msgid "Please enter your phone number..."
815
  msgstr "Vennligst oppgi ditt telefon nummer..."
816
 
817
+ #: contact_form.php:1401 contact_form.php:1403
818
  msgid "Please enter subject..."
819
  msgstr "Vennligst oppgi tema..."
820
 
821
+ #: contact_form.php:1411 contact_form.php:1413
822
  msgid "Please enter your message..."
823
  msgstr "Vennligst skriv inn en melding..."
824
 
825
+ #: contact_form.php:1517
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
826
  msgid "Sorry, email message could not be delivered."
827
  msgstr "Beklager, e-postmelding kunne ikke leveres."
828
 
829
+ #: contact_form.php:1921
830
  msgid "Contact from"
831
  msgstr "Kontaktskjema"
832
 
833
+ #: contact_form.php:1943 contact_form.php:1973
834
  msgid "Phone"
835
  msgstr "Telefon"
836
 
837
+ #: contact_form.php:1954 contact_form.php:1980
838
  msgid "Site"
839
  msgstr "side"
840
 
841
+ #: contact_form.php:2066
842
  msgid ""
843
  "If you can see this MIME, it means that the MIME type is not supported by "
844
  "your email client!"
846
  "Om du kan se denne MIME, betyr det at MIME format ikke er støttet av din e-"
847
  "postklient!"
848
 
849
+ #: contact_form.php:2142
850
  msgid "Support"
851
  msgstr "Support"
852
 
853
+ #: contact_form.php:2191
854
  msgid "Are you sure that you want to delete this language data?"
855
  msgstr "Er du sikker på at du ønsker å slette disse språkdatane?"
856
 
857
+ #: contact_form.php:2212
858
+ #, fuzzy
859
+ msgid "Add multiple forms"
860
+ msgstr "Legg til skjemaet"
861
+
862
+ #: contact_form.php:2212
863
  msgid ""
864
+ "Install Contact Form Multi plugin to create unlimited number of contact "
865
+ "forms."
866
  msgstr ""
 
 
867
 
868
+ #: contact_form.php:2217
869
+ #, fuzzy
870
+ msgid "Learn more"
871
+ msgstr "Lær mer"
872
+
873
+ #: contact_form.php:2221
874
+ msgid "Close"
875
+ msgstr ""
876
 
877
+ #: contact_form.php:2405
878
  msgid ""
879
  "<strong>Contact Form to DB</strong> allows to store your messages to the "
880
  "database."
881
  msgstr ""
882
  "<strong>Contact Form to DB</strong> lar deg lagre meldinger i databasen."
883
 
884
+ #: contact_form.php:2406
885
  msgid "Manage messages that have been sent from your website."
886
  msgstr "Administrer meldinger som har blitt sendt fra din webside."
887
 
888
+ #~ msgid "requires"
889
+ #~ msgstr "trenger"
890
+
891
+ #~ msgid ""
892
+ #~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
893
+ #~ "and try again."
894
+ #~ msgstr ""
895
+ #~ "eller høgere, det er grunnen til deaktivering! Vennligst oppgrader "
896
+ #~ "WordPress og prøv igjen."
897
+
898
+ #~ msgid "Back to the WordPress"
899
+ #~ msgstr "Tilbake til WordPress"
900
+
901
+ #~ msgid "Plugins page"
902
+ #~ msgstr "Side for plugins"
903
+
904
+ #~ msgid "Wrong license key"
905
+ #~ msgstr "Feil lisens nøkkel."
906
+
907
+ #~ msgid ""
908
+ #~ "Something went wrong. Try again later. If the error will appear again, "
909
+ #~ "please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</"
910
+ #~ "a>. We are sorry for inconvenience."
911
+ #~ msgstr ""
912
+ #~ "Noe gikk galt. Prøv igjen senere. Hvis feilen oppstår igjen, vennligst "
913
+ #~ "kontakt <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Vi "
914
+ #~ "beklager uleiligheten."
915
+
916
+ #~ msgid "This license key is bind to another site"
917
+ #~ msgstr "Denne lisensnøkkelen er bundet til en annen site."
918
+
919
+ #~ msgid ""
920
+ #~ "Unfortunately, you have exceeded the number of available tries per day. "
921
+ #~ "Please, upload the plugin manually."
922
+ #~ msgstr ""
923
+ #~ "Beklager, du har oversteget antallet forsøk pr. dag. Vennligst last opp "
924
+ #~ "plugin manuelt."
925
+
926
+ #~ msgid ""
927
+ #~ "Failed to download the zip archive. Please, upload the plugin manually"
928
+ #~ msgstr "Nedlasting av ziparkiv feilet, vennligst last opp plugin manuelt."
929
+
930
+ #~ msgid "Failed to open the zip archive. Please, upload the plugin manually"
931
+ #~ msgstr "Klarte ikke åpne zip arkiv. Vennligst last opp plugin manuelt"
932
+
933
+ #~ msgid ""
934
+ #~ "Your server does not support either ZipArchive or Phar. Please, upload "
935
+ #~ "the plugin manually"
936
+ #~ msgstr ""
937
+ #~ "Serveren støtter ikke Zip-arkiv eller Phar. Vennligst last opp plugin "
938
+ #~ "manuelt."
939
+
940
+ #, fuzzy
941
+ #~ msgid "UploadDir is not writable. Please, upload the plugin manually"
942
+ #~ msgstr "Klarte ikke åpne zip arkiv. Vennligst last opp plugin manuelt"
943
+
944
+ #~ msgid ""
945
+ #~ "Something went wrong. Try again later or upload the plugin manually. We "
946
+ #~ "are sorry for inconvienience."
947
+ #~ msgstr ""
948
+ #~ "Noe gikk galt. Prøv igjen senere eller last opp plugin manuelt. Vi "
949
+ #~ "beklager uleiligheten."
950
+
951
+ #~ msgid "Please, enter Your license key"
952
+ #~ msgstr "Vennligst skriv inn lisensnøkkelen."
953
+
954
+ #~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
955
+ #~ msgstr ""
956
+ #~ "Dersom du liker vår plugin, vennligst gi den 5 stjerner på WordPress"
957
+
958
+ #~ msgid "Rate the plugin"
959
+ #~ msgstr "Ranger plugin"
960
+
961
+ #~ msgid "If there is something wrong about it, please contact us"
962
+ #~ msgstr "Om det er noe galt med dette, vennligst kontakt oss"
963
+
964
+ #~ msgid ""
965
+ #~ "Congratulations! The PRO version of the plugin is successfully download "
966
+ #~ "and activated."
967
+ #~ msgstr ""
968
+ #~ "Gratulerer! PRO-versjonen av plugin er vellykket nedlastet og aktivert."
969
+
970
+ #~ msgid "Please, go to"
971
+ #~ msgstr "Vennligst, gå til"
972
+
973
+ #~ msgid "the setting page"
974
+ #~ msgstr "siden for instillinger"
975
+
976
+ #~ msgid "You will be redirected automatically in 5 seconds."
977
+ #~ msgstr "Du vil automatisk viderekobles om 5 sekunder."
978
+
979
+ #~ msgid "You can download and activate"
980
+ #~ msgstr "du kan laste ned og aktivere"
981
+
982
+ #~ msgid "version of this plugin by entering Your license key."
983
+ #~ msgstr "versjon av denne plugin ved å taste inn din lisenskode."
984
+
985
+ #~ msgid ""
986
+ #~ "You can find your license key on your personal page Client area, by "
987
+ #~ "clicking on the link"
988
+ #~ msgstr ""
989
+ #~ "Du kan finne din lisenskode på klientområdet, ved å klikke på linken"
990
+
991
+ #~ msgid ""
992
+ #~ "(your username is the email you specify when purchasing the product)."
993
+ #~ msgstr ""
994
+ #~ "(ditt brukernavn er e-posten du spesifiserer når du kjøper produktet)."
995
+
996
+ #~ msgid "Activate"
997
+ #~ msgstr "Aktiver"
998
+
999
+ #~ msgid ""
1000
+ #~ "It’s time to upgrade your <strong>Contact Form plugin</strong> to "
1001
+ #~ "<strong>PRO</strong> version"
1002
+ #~ msgstr ""
1003
+ #~ "Det er på tide å oppgrader din <strong>Contact Form plugin</strong> til "
1004
+ #~ "<strong>PRO</strong>-versjon"
1005
+
1006
+ #~ msgid "Extend standard plugin functionality with new great options."
1007
+ #~ msgstr "Utvid standard pluginfunksjonalitet med nye spennende muligheter"
1008
+
1009
  #~ msgid "Extra settings"
1010
  #~ msgstr "Ekstrainstillinger"
1011
 
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: 2015-02-17 12:44+0300\n"
6
- "PO-Revision-Date: 2015-02-17 12:44+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Breno Jacinto, DJIO | Dionizio Bonfim Bach <brenojac@gmail."
9
  "com, wordpress@djio.com.br>\n"
@@ -20,52 +20,52 @@ msgstr ""
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
  # @ contact_form
23
- #: contact_form.php:80 contact_form.php:811
24
  msgid "Contact Form Settings"
25
  msgstr "Configurações do Formulário de Contato"
26
 
27
  # @ contact_form
28
- #: contact_form.php:80
29
  msgid "Contact Form"
30
  msgstr "Formulário de contato"
31
 
32
  # @ contact_form
33
- #: contact_form.php:162 contact_form.php:1195 contact_form.php:1229
34
  msgid "Name:"
35
  msgstr "Nome:"
36
 
37
  # @ contact_form
38
- #: contact_form.php:163 contact_form.php:1196 contact_form.php:1230
39
  msgid "Address:"
40
  msgstr "Endereço:"
41
 
42
  # @ contact_form
43
- #: contact_form.php:164 contact_form.php:1197 contact_form.php:1231
44
  msgid "Email Address:"
45
  msgstr "Endereço de E-mail:"
46
 
47
  # @ contact_form
48
- #: contact_form.php:165 contact_form.php:1198 contact_form.php:1232
49
  msgid "Phone number:"
50
  msgstr "Número de Telefone:"
51
 
52
  # @ contact_form
53
- #: contact_form.php:166 contact_form.php:1199 contact_form.php:1233
54
  msgid "Subject:"
55
  msgstr "Assunto:"
56
 
57
  # @ contact_form
58
- #: contact_form.php:167 contact_form.php:1200 contact_form.php:1234
59
  msgid "Message:"
60
  msgstr "Mensagem:"
61
 
62
  # @ contact_form
63
- #: contact_form.php:168 contact_form.php:1201 contact_form.php:1235
64
  msgid "Attachment:"
65
  msgstr "Anexo:"
66
 
67
  # @ contact_form
68
- #: contact_form.php:169
69
  msgid ""
70
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
71
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
@@ -76,110 +76,90 @@ msgstr ""
76
  "máximo do arquivo: 2Mb"
77
 
78
  # @ contact_form
79
- #: contact_form.php:170 contact_form.php:1203 contact_form.php:1237
80
  msgid "Send me a copy"
81
  msgstr "Envie-me uma cópia"
82
 
83
  # @ contact_form
84
- #: contact_form.php:171 contact_form.php:1204 contact_form.php:1238
85
  msgid "Submit"
86
  msgstr "Enviar"
87
 
88
  # @ contact_form
89
- #: contact_form.php:172
90
  msgid "Your name is required."
91
  msgstr "Seu nome é obrigatório"
92
 
93
  # @ contact_form
94
- #: contact_form.php:173
95
  msgid "Address is required."
96
  msgstr "Endereço é obrigatório."
97
 
98
  # @ contact_form
99
- #: contact_form.php:174
100
  msgid "A valid email address is required."
101
  msgstr "Um e-mail válido é obrigatório."
102
 
103
  # @ contact_form
104
- #: contact_form.php:175
105
  msgid "Phone number is required."
106
  msgstr "Telefone é obrigatório."
107
 
108
  # @ contact_form
109
- #: contact_form.php:176
110
  msgid "Subject is required."
111
  msgstr "O Assunto da mensagem é obrigatório."
112
 
113
  # @ contact_form
114
- #: contact_form.php:177
115
  msgid "Message text is required."
116
  msgstr "O texto da Mensagem é obrigatório."
117
 
118
  # @ contact_form
119
- #: contact_form.php:178
120
  msgid "File format is not valid."
121
  msgstr "Impossível anexar arquivo. "
122
 
123
  # @ contact_form
124
- #: contact_form.php:179
125
  msgid "File upload error."
126
  msgstr "Erro no upload do arquivo."
127
 
128
  # @ contact_form
129
- #: contact_form.php:180
130
  msgid "The file could not be uploaded."
131
  msgstr "O foi possível fazer upload do arquivo."
132
 
133
  # @ contact_form
134
- #: contact_form.php:181
135
  msgid "This file is too large."
136
  msgstr "Este arquivo é muito grande."
137
 
138
  # @ contact_form
139
- #: contact_form.php:182
140
  msgid "Please fill out the CAPTCHA."
141
  msgstr "Por favor, complete a resposta da charada ."
142
 
143
  # @ contact_form
144
- #: contact_form.php:183
145
  msgid "Please make corrections below and try again."
146
  msgstr ""
147
  "Por favor, faça as correções abaixo e tente enviar a mensagem novamente."
148
 
149
  # @ bestwebsoft
150
  # @ contact_form
151
- #: contact_form.php:185
152
  msgid "Thank you for contacting us."
153
  msgstr "Obrigado por nos contatar"
154
 
155
- # @ contact_form
156
- #: contact_form.php:362
157
- #, fuzzy
158
- msgid "requires"
159
- msgstr "Campos obrigatórios"
160
-
161
- #: contact_form.php:362
162
- msgid ""
163
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
164
- "try again."
165
- msgstr ""
166
-
167
- #: contact_form.php:362
168
- msgid "Back to the WordPress"
169
- msgstr ""
170
-
171
- #: contact_form.php:362
172
- msgid "Plugins page"
173
- msgstr ""
174
-
175
- #: contact_form.php:598
176
  msgid ""
177
  "Email 'FROM' field option was changed, which may cause email messages being "
178
  "moved to the spam folder or email delivery failures."
179
  msgstr ""
180
 
181
  # @ contact_form
182
- #: contact_form.php:608
183
  msgid ""
184
  "If the 'Redirect to page' option is selected then the URL field should be in "
185
  "the following format"
@@ -188,13 +168,13 @@ msgstr ""
188
  "URL deve ser no seguinte formato"
189
 
190
  # @ contact_form
191
- #: contact_form.php:617
192
  #, fuzzy
193
  msgid "Such user does not exist."
194
  msgstr "Tal usuário não existe. Configurações não foram salvas."
195
 
196
  # @ contact_form
197
- #: contact_form.php:627
198
  #, fuzzy
199
  msgid ""
200
  "Please enter a valid email address in the 'Use this email address' field."
@@ -203,7 +183,7 @@ msgstr ""
203
  "salvas."
204
 
205
  # @ contact_form
206
- #: contact_form.php:635
207
  #, fuzzy
208
  msgid "Please enter a valid email address in the 'FROM' field."
209
  msgstr ""
@@ -211,110 +191,59 @@ msgstr ""
211
  "salvas."
212
 
213
  # @ contact_form
214
- #: contact_form.php:660
215
  msgid "Settings saved."
216
  msgstr "As configurações foram salvas."
217
 
218
  # @ contact_form
219
- #: contact_form.php:662
220
  #, fuzzy
221
  msgid "Settings are not saved."
222
  msgstr "As configurações foram salvas."
223
 
224
- #: contact_form.php:689 contact_form.php:721
225
- msgid "Wrong license key"
226
- msgstr ""
227
-
228
- #: contact_form.php:714
229
- msgid ""
230
- "Something went wrong. Try again later. If the error will appear again, "
231
- "please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. "
232
- "We are sorry for inconvenience."
233
- msgstr ""
234
-
235
- #: contact_form.php:723
236
- msgid "This license key is bind to another site"
237
- msgstr ""
238
-
239
- #: contact_form.php:725 contact_form.php:1673
240
- msgid ""
241
- "Unfortunately, you have exceeded the number of available tries per day. "
242
- "Please, upload the plugin manually."
243
- msgstr ""
244
-
245
- #: contact_form.php:736 contact_form.php:758 contact_form.php:777
246
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
247
- msgstr ""
248
-
249
- #: contact_form.php:748
250
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
251
- msgstr ""
252
-
253
- #: contact_form.php:754
254
- msgid ""
255
- "Your server does not support either ZipArchive or Phar. Please, upload the "
256
- "plugin manually"
257
- msgstr ""
258
-
259
- #: contact_form.php:761
260
- msgid "UploadDir is not writable. Please, upload the plugin manually"
261
- msgstr ""
262
-
263
- #: contact_form.php:781
264
- msgid ""
265
- "Something went wrong. Try again later or upload the plugin manually. We are "
266
- "sorry for inconvienience."
267
- msgstr ""
268
-
269
- # @ contact_form
270
- #: contact_form.php:805
271
- #, fuzzy
272
- msgid "Please, enter Your license key"
273
- msgstr "Informe sua mensagem…"
274
-
275
  # @ bestwebsoft
276
  # @ contact_form
277
- #: contact_form.php:813 contact_form.php:2362 contact_form.php:2376
278
  msgid "Settings"
279
  msgstr "Configurações"
280
 
281
  # @ contact_form
282
- #: contact_form.php:814
283
  #, fuzzy
284
  msgid "Additional settings"
285
  msgstr "Opções adicionais"
286
 
287
- #: contact_form.php:815
288
  msgid "Appearance"
289
  msgstr ""
290
 
291
  # @ contact_form
292
- #: contact_form.php:816 contact_form.php:2377
293
  msgid "FAQ"
294
  msgstr "Perguntas Frequentes"
295
 
296
- #: contact_form.php:817
297
  msgid "Go PRO"
298
  msgstr ""
299
 
300
- #: contact_form.php:820 contact_form.php:823
301
  msgid "Notice:"
302
  msgstr ""
303
 
304
- #: contact_form.php:820
305
  msgid ""
306
  "The plugin's settings have been changed. In order to save them please don't "
307
  "forget to click the 'Save Changes' button."
308
  msgstr ""
309
 
310
- #: contact_form.php:831
311
  msgid ""
312
  "If you want to create multiple contact forms, please install the Contact "
313
  "Form Multi plugin."
314
  msgstr ""
315
 
316
  # @ contact_form
317
- #: contact_form.php:839 contact_form.php:842 contact_form.php:1632
318
  msgid ""
319
  "If you would like to add the Contact Form to your website, just copy and "
320
  "paste this shortcode to your post or page or widget:"
@@ -323,14 +252,14 @@ msgstr ""
323
  "copie e cole este código na sua postagem ou página ou widget:"
324
 
325
  # @ contact_form
326
- #: contact_form.php:839 contact_form.php:840 contact_form.php:842
327
- #: contact_form.php:843 contact_form.php:1219 contact_form.php:1221
328
- #: contact_form.php:1282 contact_form.php:1284
329
  msgid "or"
330
  msgstr "ou"
331
 
332
  # @ contact_form
333
- #: contact_form.php:840 contact_form.php:843
334
  msgid ""
335
  "If have any problems with the standard shortcode [contact_form], you should "
336
  "use the shortcode"
@@ -339,12 +268,12 @@ msgstr ""
339
  "deve usar o shortcode"
340
 
341
  # @ contact_form
342
- #: contact_form.php:840 contact_form.php:843
343
  msgid "They work the same way."
344
  msgstr "Eles funcionam da mesma forma."
345
 
346
  # @ contact_form
347
- #: contact_form.php:848
348
  msgid ""
349
  "If you leave the fields empty, the messages will be sent to the email "
350
  "address specified during registration."
@@ -353,17 +282,17 @@ msgstr ""
353
  "enviadas para um endereço que foi especificado durante o registro."
354
 
355
  # @ contact_form
356
- #: contact_form.php:851
357
  msgid "The user's email address:"
358
  msgstr "Use o email de um usuário do wordpress:"
359
 
360
  # @ contact_form
361
- #: contact_form.php:855
362
  msgid "Create a username"
363
  msgstr "Selecione o nome do usuário"
364
 
365
  # @ contact_form
366
- #: contact_form.php:868
367
  msgid ""
368
  "Enter a username of the person who should get the messages from the contact "
369
  "form."
@@ -372,114 +301,113 @@ msgstr ""
372
  "Formulário de Contato."
373
 
374
  # @ contact_form
375
- #: contact_form.php:872
376
  msgid "Use this email address:"
377
  msgstr "Use este email:"
378
 
379
  # @ contact_form
380
- #: contact_form.php:875
381
  msgid "Enter the email address you want the messages forwarded to."
382
  msgstr ""
383
  "Configure um endereço de email que será usado para o recebimento de "
384
  "mensagens."
385
 
386
- #: contact_form.php:884
387
  msgid "Add department selectbox to the contact form:"
388
  msgstr ""
389
 
390
- #: contact_form.php:892 contact_form.php:1328 contact_form.php:1515
391
  msgid "If you upgrade to Pro version all your settings will be saved."
392
  msgstr ""
393
 
394
- #: contact_form.php:899 contact_form.php:1062 contact_form.php:1135
395
- #: contact_form.php:1335 contact_form.php:1522
396
  msgid "Unlock premium options by upgrading to a PRO version."
397
  msgstr ""
398
 
399
- #: contact_form.php:900 contact_form.php:1063 contact_form.php:1136
400
- #: contact_form.php:1336 contact_form.php:1523 contact_form.php:2650
401
- #: contact_form.php:2666
402
  msgid "Learn More"
403
  msgstr ""
404
 
405
- #: contact_form.php:903 contact_form.php:1066 contact_form.php:1139
406
- #: contact_form.php:1339 contact_form.php:1526
407
  msgid "Go"
408
  msgstr ""
409
 
410
- #: contact_form.php:910
411
  msgid "Save emails to the database"
412
  msgstr ""
413
 
414
- #: contact_form.php:915
415
  msgid "Using"
416
  msgstr ""
417
 
418
  # @ contact_form
419
- #: contact_form.php:915 contact_form.php:1112 contact_form.php:1115
420
- #: contact_form.php:1119
421
  msgid "powered by"
422
  msgstr "movido a"
423
 
424
- #: contact_form.php:918 contact_form.php:922
425
  msgid "Using Contact Form to DB powered by"
426
  msgstr ""
427
 
428
  # @ contact_form
429
- #: contact_form.php:918
430
  #, fuzzy
431
  msgid "Activate Contact Form to DB"
432
  msgstr "Formulário de Contato Pro"
433
 
434
  # @ contact_form
435
- #: contact_form.php:922
436
  #, fuzzy
437
  msgid "Download Contact Form to DB"
438
  msgstr "Formulário de Contato Pro"
439
 
440
  # @ contact_form
441
- #: contact_form.php:932
442
  msgid "What to use?"
443
  msgstr "O que usar?"
444
 
445
  # @ contact_form
446
- #: contact_form.php:935
447
  msgid "Wp-mail"
448
  msgstr "Wp-mail"
449
 
450
  # @ contact_form
451
- #: contact_form.php:935
452
  msgid "You can use the wp_mail function for mailing"
453
  msgstr "Você pode usar a função wp_mail para enviar emails"
454
 
455
  # @ contact_form
456
- #: contact_form.php:937
457
  msgid "Mail"
458
  msgstr "Mail"
459
 
460
  # @ contact_form
461
- #: contact_form.php:937
462
  msgid "To send mail you can use the php mail function"
463
  msgstr "Para enviar emails você pode usar a função mail() do php"
464
 
465
- #: contact_form.php:941
466
  msgid "'FROM' field"
467
  msgstr ""
468
 
469
  # @ contact_form
470
- #: contact_form.php:943 contact_form.php:993 contact_form.php:1390
471
- #: contact_form.php:2162 contact_form.php:2198
472
  msgid "Name"
473
  msgstr "Nome"
474
 
475
  # @ contact_form
476
- #: contact_form.php:947
477
  #, fuzzy
478
  msgid "User name"
479
  msgstr "Email do usuário"
480
 
481
  # @ contact_form
482
- #: contact_form.php:949
483
  #, fuzzy
484
  msgid ""
485
  "The name of the user who fills the form will be used in the field 'From'."
@@ -488,17 +416,17 @@ msgstr ""
488
  "campo 'De'"
489
 
490
  # @ contact_form
491
- #: contact_form.php:954 contact_form.php:2173 contact_form.php:2205
492
  msgid "Email"
493
  msgstr "E-Mail"
494
 
495
  # @ contact_form
496
- #: contact_form.php:961
497
  msgid "User email"
498
  msgstr "Email do usuário"
499
 
500
  # @ contact_form
501
- #: contact_form.php:963
502
  msgid ""
503
  "The email address of the user who fills the form will be used in the field "
504
  "'From'."
@@ -506,202 +434,202 @@ msgstr ""
506
  "O endereço de email do usuário que preencher o formulário será usado no "
507
  "campo 'De'"
508
 
509
- #: contact_form.php:967
510
  msgid ""
511
  "If this option is changed, email messages may be moved to the spam folder or "
512
  "email delivery failures may occur."
513
  msgstr ""
514
 
515
  # @ contact_form
516
- #: contact_form.php:973
517
  #, fuzzy
518
  msgid "Required symbol"
519
  msgstr "Campos obrigatórios"
520
 
521
- #: contact_form.php:983
522
  msgid "Fields"
523
  msgstr ""
524
 
525
- #: contact_form.php:984
526
  msgid "Used"
527
  msgstr ""
528
 
529
  # @ contact_form
530
- #: contact_form.php:985
531
  #, fuzzy
532
  msgid "Required"
533
  msgstr "Campos obrigatórios"
534
 
535
- #: contact_form.php:986
536
  msgid "Visible"
537
  msgstr ""
538
 
539
- #: contact_form.php:987
540
  msgid "Disabled for editing"
541
  msgstr ""
542
 
543
- #: contact_form.php:988
544
  msgid "Field's default value"
545
  msgstr ""
546
 
547
- #: contact_form.php:1000
548
  msgid "Use User's name as a default value if the user is logged in."
549
  msgstr ""
550
 
551
- #: contact_form.php:1001 contact_form.php:1029
552
  msgid ""
553
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
554
  "in users."
555
  msgstr ""
556
 
557
- #: contact_form.php:1005
558
  msgid "Location selectbox"
559
  msgstr ""
560
 
561
  # @ contact_form
562
- #: contact_form.php:1013 contact_form.php:1395 contact_form.php:2168
563
- #: contact_form.php:2202
564
  msgid "Address"
565
  msgstr "Endereço"
566
 
567
  # @ contact_form
568
- #: contact_form.php:1021
569
  msgid "Email Address"
570
  msgstr "Endereço de email"
571
 
572
- #: contact_form.php:1028
573
  msgid "Use User's email as a default value if the user is logged in."
574
  msgstr ""
575
 
576
  # @ contact_form
577
- #: contact_form.php:1033
578
  #, fuzzy
579
  msgid "Phone number"
580
  msgstr "Número de Telefone:"
581
 
582
  # @ contact_form
583
- #: contact_form.php:1041 contact_form.php:1410 contact_form.php:2183
584
- #: contact_form.php:2211
585
  msgid "Subject"
586
  msgstr "Assunto"
587
 
588
  # @ contact_form
589
- #: contact_form.php:1049 contact_form.php:1414 contact_form.php:2186
590
- #: contact_form.php:2213
591
  msgid "Message"
592
  msgstr "Mensagem"
593
 
594
  # @ contact_form
595
- #: contact_form.php:1073
596
  msgid "Attachment block"
597
  msgstr "Bloco de anexos"
598
 
599
  # @ contact_form
600
- #: contact_form.php:1075
601
  msgid "Users can attach the following file formats"
602
  msgstr "Usuários pode anexar arquivos do seguinte tipo:"
603
 
604
- #: contact_form.php:1088
605
  msgid "Add to the form"
606
  msgstr ""
607
 
608
  # @ contact_form
609
- #: contact_form.php:1093
610
  #, fuzzy
611
  msgid "Tips below the Attachment"
612
  msgstr "Exibir dicas abaixo do bloco de Anexos"
613
 
614
  # @ contact_form
615
- #: contact_form.php:1102
616
  #, fuzzy
617
  msgid "'Send me a copy' block"
618
  msgstr "Exibir bloco 'Enviar-me uma cópia'"
619
 
620
  # @ contact_form
621
- #: contact_form.php:1112 contact_form.php:1115 contact_form.php:1119
622
- #: contact_form.php:1424
623
  msgid "Captcha"
624
  msgstr "Captcha"
625
 
626
  # @ contact_form
627
- #: contact_form.php:1115
628
  msgid "Activate captcha"
629
  msgstr "Ativar captcha"
630
 
631
  # @ contact_form
632
- #: contact_form.php:1119
633
  msgid "Download captcha"
634
  msgstr "Fazer Download do Captcha"
635
 
636
- #: contact_form.php:1127
637
  msgid "Agreement checkbox"
638
  msgstr ""
639
 
640
- #: contact_form.php:1127
641
  msgid "Required checkbox for submitting the form"
642
  msgstr ""
643
 
644
- #: contact_form.php:1128
645
  msgid "Optional checkbox"
646
  msgstr ""
647
 
648
- #: contact_form.php:1128
649
  msgid "Optional checkbox, the results of which will be displayed in email"
650
  msgstr ""
651
 
652
  # @ contact_form
653
- #: contact_form.php:1145
654
  msgid "Delete an attachment file from the server after the email is sent"
655
  msgstr "Excluir um arquivo anexo do servidor depois que o e-mail for enviado"
656
 
657
- #: contact_form.php:1151
658
  msgid "Email in HTML format sending"
659
  msgstr ""
660
 
661
  # @ contact_form
662
- #: contact_form.php:1155
663
  msgid "Display additional info in the email"
664
  msgstr "Mostre informações adicionais no email"
665
 
666
  # @ contact_form
667
- #: contact_form.php:1160 contact_form.php:2129 contact_form.php:2131
668
  msgid "Sent from (ip address)"
669
  msgstr "Enviado de (Endereço IP)"
670
 
671
  # @ contact_form
672
- #: contact_form.php:1160
673
  msgid "Example: Sent from (IP address):\t127.0.0.1"
674
  msgstr "Examplo: Enviado de (endereço IP):\\\t127.0.0.1"
675
 
676
  # @ contact_form
677
- #: contact_form.php:1161 contact_form.php:2135 contact_form.php:2137
678
  msgid "Date/Time"
679
  msgstr "Data / Hora"
680
 
681
  # @ contact_form
682
- #: contact_form.php:1161
683
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
684
  msgstr "Exemplo: Data/Hora:\\\t19 de Agosto de 2013 20:50"
685
 
686
  # @ contact_form
687
- #: contact_form.php:1162 contact_form.php:2141 contact_form.php:2143
688
  msgid "Sent from (referer)"
689
  msgstr "Vindo de (origem)"
690
 
691
  # @ contact_form
692
- #: contact_form.php:1162
693
  msgid ""
694
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
695
  msgstr ""
696
  "Exemplo: Enviado do (referer):\\\thttp://bestwebsoft.com/contacts/contact-us/"
697
 
698
  # @ contact_form
699
- #: contact_form.php:1163 contact_form.php:2147 contact_form.php:2149
700
  msgid "Using (user agent)"
701
  msgstr "Usando (cliente de email)"
702
 
703
  # @ contact_form
704
- #: contact_form.php:1163
705
  msgid ""
706
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
707
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@@ -710,72 +638,72 @@ msgstr ""
710
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
711
 
712
  # @ contact_form
713
- #: contact_form.php:1167
714
  msgid "Language settings for the field names in the form"
715
  msgstr "Configurações de idioma para os nomes dos campos no formulário"
716
 
717
  # @ contact_form
718
- #: contact_form.php:1176
719
  msgid "Add a language"
720
  msgstr "Adicione um idioma"
721
 
722
  # @ contact_form
723
- #: contact_form.php:1180
724
  msgid "Change the names of the contact form fields and error messages"
725
  msgstr "Mude os nomes dos campos do formulário de contato e mensagens de erro."
726
 
727
  # @ contact_form
728
- #: contact_form.php:1185 contact_form.php:1272
729
  msgid "English"
730
  msgstr "Inglês"
731
 
732
- #: contact_form.php:1193 contact_form.php:1227
733
  msgid "click to expand/hide the list"
734
  msgstr ""
735
 
736
  # @ contact_form
737
- #: contact_form.php:1202 contact_form.php:1236
738
  #, fuzzy
739
  msgid "Tips below the Attachment block"
740
  msgstr "Exibir dicas abaixo do bloco de Anexos"
741
 
742
  # @ contact_form
743
- #: contact_form.php:1205 contact_form.php:1239
744
  msgid "Error message for the Name field"
745
  msgstr "Mensagem de erro para o campo Nome"
746
 
747
  # @ contact_form
748
- #: contact_form.php:1206 contact_form.php:1240
749
  msgid "Error message for the Address field"
750
  msgstr "Mensagem de erro para o campo Endereço"
751
 
752
  # @ contact_form
753
- #: contact_form.php:1207 contact_form.php:1241
754
  msgid "Error message for the Email field"
755
  msgstr "Mensagem de erro para o campo Email"
756
 
757
  # @ contact_form
758
- #: contact_form.php:1208 contact_form.php:1242
759
  msgid "Error message for the Phone field"
760
  msgstr "Mensagem de erro para o campo Telefone"
761
 
762
  # @ contact_form
763
- #: contact_form.php:1209 contact_form.php:1243
764
  msgid "Error message for the Subject field"
765
  msgstr "Mensagem de erro para o campo Assunto"
766
 
767
  # @ contact_form
768
- #: contact_form.php:1210 contact_form.php:1244
769
  msgid "Error message for the Message field"
770
  msgstr "Mensagem de erro para o campo Mensagem"
771
 
772
  # @ contact_form
773
- #: contact_form.php:1211 contact_form.php:1245
774
  msgid "Error message about the file type for the Attachment field"
775
  msgstr "Mensagem de erro para o campo Anexo sobre o tipo de arquivo"
776
 
777
  # @ contact_form
778
- #: contact_form.php:1212 contact_form.php:1246
779
  msgid ""
780
  "Error message while uploading a file for the Attachment field to the server"
781
  msgstr ""
@@ -783,89 +711,89 @@ msgstr ""
783
  "servidor"
784
 
785
  # @ contact_form
786
- #: contact_form.php:1213 contact_form.php:1247
787
  msgid "Error message while moving the file for the Attachment field"
788
  msgstr "Mensagem de erro para o campo Anexo quando estiver movendo o arquivo"
789
 
790
  # @ contact_form
791
- #: contact_form.php:1214 contact_form.php:1248
792
  msgid "Error message when file size limit for the Attachment field is exceeded"
793
  msgstr ""
794
  "Mensagem de erro para o campo Anexo quando o tamanho máximo do arquivo for "
795
  "excedido"
796
 
797
  # @ contact_form
798
- #: contact_form.php:1215 contact_form.php:1249
799
  msgid "Error message for the Captcha field"
800
  msgstr "Mensagem de erro para o campo Captcha"
801
 
802
  # @ contact_form
803
- #: contact_form.php:1216 contact_form.php:1250
804
  msgid "Error message for the whole form"
805
  msgstr "Mensagem de erro para o formulário inteiro"
806
 
807
  # @ contact_form
808
- #: contact_form.php:1219 contact_form.php:1221 contact_form.php:1253
809
- #: contact_form.php:1255 contact_form.php:1282 contact_form.php:1284
810
- #: contact_form.php:1292 contact_form.php:1294 contact_form.php:2490
811
- #: contact_form.php:2492
812
  msgid "Use shortcode"
813
  msgstr "Use shortcode (abreviações)"
814
 
815
  # @ contact_form
816
- #: contact_form.php:1219 contact_form.php:1221 contact_form.php:1253
817
- #: contact_form.php:1255 contact_form.php:1282 contact_form.php:1284
818
- #: contact_form.php:1292 contact_form.php:1294 contact_form.php:2490
819
- #: contact_form.php:2492
820
  msgid "for this language"
821
  msgstr "para este idioma"
822
 
823
  # @ contact_form
824
- #: contact_form.php:1263
825
  #, fuzzy
826
  msgid "Use the changed names of the contact form fields in the email"
827
  msgstr "Mude os nomes dos campos do formulário de contato e mensagens de erro."
828
 
829
  # @ contact_form
830
- #: contact_form.php:1269
831
  msgid "Action after email is sent"
832
  msgstr "Ação após o email ser enviado"
833
 
834
  # @ contact_form
835
- #: contact_form.php:1271
836
  msgid "Display text"
837
  msgstr "Mostrar texto"
838
 
839
  # @ contact_form
840
- #: contact_form.php:1280 contact_form.php:1290
841
  msgid "Text"
842
  msgstr "Texto"
843
 
844
  # @ contact_form
845
- #: contact_form.php:1301
846
  msgid "Redirect to the page"
847
  msgstr "Redirecione para a página"
848
 
849
  # @ contact_form
850
- #: contact_form.php:1302
851
  msgid "Url"
852
  msgstr "URL"
853
 
854
- #: contact_form.php:1306
855
  msgid "The $_SERVER variable that is used to build a URL of the form"
856
  msgstr ""
857
 
858
- #: contact_form.php:1310
859
  msgid ""
860
  "If you are not sure whether to change this setting or not, please do not do "
861
  "that."
862
  msgstr ""
863
 
864
- #: contact_form.php:1319
865
  msgid "Auto Response"
866
  msgstr ""
867
 
868
- #: contact_form.php:1323
869
  #, php-format
870
  msgid ""
871
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -874,277 +802,221 @@ msgid ""
874
  msgstr ""
875
 
876
  # @ default
877
- #: contact_form.php:1349 contact_form.php:1533
878
  msgid "Save Changes"
879
  msgstr "Salvar Mudanças"
880
 
881
- #: contact_form.php:1355
882
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
883
- msgstr ""
884
-
885
- #: contact_form.php:1356
886
- msgid "Rate the plugin"
887
- msgstr ""
888
-
889
- #: contact_form.php:1359
890
- msgid "If there is something wrong about it, please contact us"
891
- msgstr ""
892
-
893
  # @ contact_form
894
- #: contact_form.php:1370
895
  msgid "Errors output"
896
  msgstr "Saída de erros."
897
 
898
  # @ contact_form
899
- #: contact_form.php:1373
900
  msgid "Display error messages"
901
  msgstr "Mostrar mensagens de erro"
902
 
903
  # @ contact_form
904
- #: contact_form.php:1374
905
  msgid "Color of the input field errors."
906
  msgstr "Cor do erro nos campos de formulário"
907
 
908
  # @ contact_form
909
- #: contact_form.php:1375
910
  msgid "Display error messages & color of the input field errors"
911
  msgstr "Mostrar mensagens de erro e cores para os campos com erro"
912
 
913
  # @ contact_form
914
- #: contact_form.php:1380
915
  msgid "Add placeholder to the input blocks"
916
  msgstr "Adicione reserva de espaço aos blocos de inserção"
917
 
918
  # @ contact_form
919
- #: contact_form.php:1386
920
  msgid "Add tooltips"
921
  msgstr "Adicionar mensagens de ajuda"
922
 
923
  # @ contact_form
924
- #: contact_form.php:1400
925
  msgid "Email address"
926
  msgstr "Endereço de email"
927
 
928
  # @ contact_form
929
- #: contact_form.php:1405
930
  msgid "Phone Number"
931
  msgstr "Telefone"
932
 
933
  # @ contact_form
934
- #: contact_form.php:1419
935
  msgid "Attachment"
936
  msgstr "Anexo"
937
 
938
  # @ contact_form
939
- #: contact_form.php:1424
940
  msgid "(powered by bestwebsoft.com)"
941
  msgstr "(produzido por bestwebsoft.com)"
942
 
943
  # @ contact_form
944
- #: contact_form.php:1429
945
  msgid "Style options"
946
  msgstr "Opções de estilo"
947
 
948
  # @ contact_form
949
- #: contact_form.php:1432
950
  msgid "Text color"
951
  msgstr "Cor do texto"
952
 
953
  # @ contact_form
954
- #: contact_form.php:1435 contact_form.php:1440 contact_form.php:1450
955
- #: contact_form.php:1455 contact_form.php:1460 contact_form.php:1465
956
- #: contact_form.php:1475 contact_form.php:1480 contact_form.php:1486
957
- #: contact_form.php:1497 contact_form.php:1502 contact_form.php:1507
958
  msgid "Default"
959
  msgstr "Padrão"
960
 
961
  # @ contact_form
962
- #: contact_form.php:1437
963
  msgid "Label text color"
964
  msgstr "Cor do texto descritivo"
965
 
966
  # @ contact_form
967
- #: contact_form.php:1442
968
  msgid "Placeholder color"
969
  msgstr "Cor da reserva de espaço"
970
 
971
  # @ contact_form
972
- #: contact_form.php:1447
973
  msgid "Errors color"
974
  msgstr "Cor dos erros"
975
 
976
  # @ contact_form
977
- #: contact_form.php:1452
978
  msgid "Error text color"
979
  msgstr "Cor de texto do erro"
980
 
981
  # @ contact_form
982
- #: contact_form.php:1457
983
  msgid "Background color of the input field errors"
984
  msgstr "Cor de fundo do campo de formulário com erros"
985
 
986
  # @ contact_form
987
- #: contact_form.php:1462
988
  msgid "Border color of the input field errors"
989
  msgstr "Cor de borda do campo de formulário com erros"
990
 
991
  # @ contact_form
992
- #: contact_form.php:1467
993
  msgid "Placeholder color of the input field errors"
994
  msgstr "Cor de reserva de espaço do campo de formulário com erros"
995
 
996
  # @ contact_form
997
- #: contact_form.php:1472
998
  msgid "Input fields"
999
  msgstr "Campos do folmulário"
1000
 
1001
  # @ contact_form
1002
- #: contact_form.php:1477
1003
  msgid "Input fields background color"
1004
  msgstr "Cor de fundo dos campos de formulário"
1005
 
1006
  # @ contact_form
1007
- #: contact_form.php:1482
1008
  msgid "Text fields color"
1009
  msgstr "Cor dos campos de texto"
1010
 
1011
  # @ contact_form
1012
- #: contact_form.php:1484
1013
  msgid "Border width in px, numbers only"
1014
  msgstr "Largura da borda em px, somente o número"
1015
 
1016
  # @ contact_form
1017
- #: contact_form.php:1488 contact_form.php:1509
1018
  msgid "Border color"
1019
  msgstr "Cor da borda"
1020
 
1021
  # @ contact_form
1022
- #: contact_form.php:1493
1023
  msgid "Submit button"
1024
  msgstr "Botão de Envio"
1025
 
1026
  # @ contact_form
1027
- #: contact_form.php:1495
1028
  msgid "Width in px, numbers only"
1029
  msgstr "Largura em px, somente o número"
1030
 
1031
  # @ contact_form
1032
- #: contact_form.php:1499
1033
  msgid "Button color"
1034
  msgstr "Cor do botão"
1035
 
1036
  # @ contact_form
1037
- #: contact_form.php:1504
1038
  msgid "Button text color"
1039
  msgstr "Cor do texto do botão"
1040
 
1041
  # @ contact_form
1042
- #: contact_form.php:1537
1043
  msgid "Contact Form Pro | Preview"
1044
  msgstr "Formulário de Contato Pro | Prévia"
1045
 
1046
  # @ contact_form
1047
- #: contact_form.php:1540
1048
  msgid "Show with errors"
1049
  msgstr "Mostrar com erros"
1050
 
1051
  # @ contact_form
1052
- #: contact_form.php:1548 contact_form.php:1550
1053
  msgid "Please enter your full name..."
1054
  msgstr "Informe seu nome completo..."
1055
 
1056
  # @ contact_form
1057
- #: contact_form.php:1561 contact_form.php:1563
1058
  msgid "Please enter your address..."
1059
  msgstr "Informe seu endereço…"
1060
 
1061
  # @ contact_form
1062
- #: contact_form.php:1572 contact_form.php:1574
1063
  msgid "Please enter your email address..."
1064
  msgstr "Informe seu endereço de email…"
1065
 
1066
  # @ contact_form
1067
- #: contact_form.php:1583 contact_form.php:1585
1068
  msgid "Please enter your phone number..."
1069
  msgstr "Informe seu telefone..."
1070
 
1071
  # @ contact_form
1072
- #: contact_form.php:1594 contact_form.php:1596
1073
  msgid "Please enter subject..."
1074
  msgstr "Informe o assunto…"
1075
 
1076
  # @ contact_form
1077
- #: contact_form.php:1604 contact_form.php:1606
1078
  msgid "Please enter your message..."
1079
  msgstr "Informe sua mensagem…"
1080
 
1081
- #: contact_form.php:1648
1082
- msgid ""
1083
- "Congratulations! The PRO version of the plugin is successfully download and "
1084
- "activated."
1085
- msgstr ""
1086
-
1087
- #: contact_form.php:1650
1088
- msgid "Please, go to"
1089
- msgstr ""
1090
-
1091
- # @ contact_form
1092
- #: contact_form.php:1650
1093
- #, fuzzy
1094
- msgid "the setting page"
1095
- msgstr "Configurações extras"
1096
-
1097
- #: contact_form.php:1651
1098
- msgid "You will be redirected automatically in 5 seconds."
1099
- msgstr ""
1100
-
1101
- #: contact_form.php:1656
1102
- msgid "You can download and activate"
1103
- msgstr ""
1104
-
1105
- #: contact_form.php:1658
1106
- msgid "version of this plugin by entering Your license key."
1107
- msgstr ""
1108
-
1109
- #: contact_form.php:1660
1110
- msgid ""
1111
- "You can find your license key on your personal page Client area, by clicking "
1112
- "on the link"
1113
- msgstr ""
1114
-
1115
- #: contact_form.php:1662
1116
- msgid "(your username is the email you specify when purchasing the product)."
1117
- msgstr ""
1118
-
1119
- # @ contact_form
1120
- #: contact_form.php:1670 contact_form.php:1680
1121
- #, fuzzy
1122
- msgid "Activate"
1123
- msgstr "Ativar captcha"
1124
-
1125
  # @ bestwebsoft
1126
  # @ contact_form
1127
- #: contact_form.php:1752
1128
  msgid "Sorry, email message could not be delivered."
1129
  msgstr "Desculpe, seu e-mail não pode ser entregue."
1130
 
1131
  # @ contact_form
1132
- #: contact_form.php:2156
1133
  msgid "Contact from"
1134
  msgstr "Formulário de Contato"
1135
 
1136
  # @ contact_form
1137
- #: contact_form.php:2178 contact_form.php:2208
1138
  msgid "Phone"
1139
  msgstr "Telefone"
1140
 
1141
  # @ contact_form
1142
- #: contact_form.php:2189 contact_form.php:2215
1143
  msgid "Site"
1144
  msgstr "Site"
1145
 
1146
  # @ contact_form
1147
- #: contact_form.php:2302
1148
  msgid ""
1149
  "If you can see this MIME, it means that the MIME type is not supported by "
1150
  "your email client!"
@@ -1153,35 +1025,65 @@ msgstr ""
1153
  "Favor usar um cliente mais atualizado."
1154
 
1155
  # @ contact_form
1156
- #: contact_form.php:2378
1157
  msgid "Support"
1158
  msgstr "Suporte"
1159
 
1160
  # @ contact_form
1161
- #: contact_form.php:2432
1162
  msgid "Are you sure that you want to delete this language data?"
1163
  msgstr "Tem certeza que você quer apagar estes dados de idioma?"
1164
 
1165
- #: contact_form.php:2653
 
 
 
 
 
 
1166
  msgid ""
1167
- "It’s time to upgrade your <strong>Contact Form plugin</strong> to "
1168
- "<strong>PRO</strong> version"
1169
  msgstr ""
1170
 
1171
- #: contact_form.php:2654
1172
- msgid "Extend standard plugin functionality with new great options."
1173
  msgstr ""
1174
 
1175
- #: contact_form.php:2669
 
 
 
 
1176
  msgid ""
1177
  "<strong>Contact Form to DB</strong> allows to store your messages to the "
1178
  "database."
1179
  msgstr ""
1180
 
1181
- #: contact_form.php:2670
1182
  msgid "Manage messages that have been sent from your website."
1183
  msgstr ""
1184
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1185
  # @ contact_form
1186
  #~ msgid "Extra settings"
1187
  #~ msgstr "Configurações extras"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-05 12:58+0300\n"
6
+ "PO-Revision-Date: 2015-03-05 12:58+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Breno Jacinto, DJIO | Dionizio Bonfim Bach <brenojac@gmail."
9
  "com, wordpress@djio.com.br>\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
  # @ contact_form
23
+ #: contact_form.php:35 contact_form.php:631
24
  msgid "Contact Form Settings"
25
  msgstr "Configurações do Formulário de Contato"
26
 
27
  # @ contact_form
28
+ #: contact_form.php:35
29
  msgid "Contact Form"
30
  msgstr "Formulário de contato"
31
 
32
  # @ contact_form
33
+ #: contact_form.php:123 contact_form.php:1012 contact_form.php:1046
34
  msgid "Name:"
35
  msgstr "Nome:"
36
 
37
  # @ contact_form
38
+ #: contact_form.php:124 contact_form.php:1013 contact_form.php:1047
39
  msgid "Address:"
40
  msgstr "Endereço:"
41
 
42
  # @ contact_form
43
+ #: contact_form.php:125 contact_form.php:1014 contact_form.php:1048
44
  msgid "Email Address:"
45
  msgstr "Endereço de E-mail:"
46
 
47
  # @ contact_form
48
+ #: contact_form.php:126 contact_form.php:1015 contact_form.php:1049
49
  msgid "Phone number:"
50
  msgstr "Número de Telefone:"
51
 
52
  # @ contact_form
53
+ #: contact_form.php:127 contact_form.php:1016 contact_form.php:1050
54
  msgid "Subject:"
55
  msgstr "Assunto:"
56
 
57
  # @ contact_form
58
+ #: contact_form.php:128 contact_form.php:1017 contact_form.php:1051
59
  msgid "Message:"
60
  msgstr "Mensagem:"
61
 
62
  # @ contact_form
63
+ #: contact_form.php:129 contact_form.php:1018 contact_form.php:1052
64
  msgid "Attachment:"
65
  msgstr "Anexo:"
66
 
67
  # @ contact_form
68
+ #: contact_form.php:130
69
  msgid ""
70
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
71
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
76
  "máximo do arquivo: 2Mb"
77
 
78
  # @ contact_form
79
+ #: contact_form.php:131 contact_form.php:1020 contact_form.php:1054
80
  msgid "Send me a copy"
81
  msgstr "Envie-me uma cópia"
82
 
83
  # @ contact_form
84
+ #: contact_form.php:132 contact_form.php:1021 contact_form.php:1055
85
  msgid "Submit"
86
  msgstr "Enviar"
87
 
88
  # @ contact_form
89
+ #: contact_form.php:133
90
  msgid "Your name is required."
91
  msgstr "Seu nome é obrigatório"
92
 
93
  # @ contact_form
94
+ #: contact_form.php:134
95
  msgid "Address is required."
96
  msgstr "Endereço é obrigatório."
97
 
98
  # @ contact_form
99
+ #: contact_form.php:135
100
  msgid "A valid email address is required."
101
  msgstr "Um e-mail válido é obrigatório."
102
 
103
  # @ contact_form
104
+ #: contact_form.php:136
105
  msgid "Phone number is required."
106
  msgstr "Telefone é obrigatório."
107
 
108
  # @ contact_form
109
+ #: contact_form.php:137
110
  msgid "Subject is required."
111
  msgstr "O Assunto da mensagem é obrigatório."
112
 
113
  # @ contact_form
114
+ #: contact_form.php:138
115
  msgid "Message text is required."
116
  msgstr "O texto da Mensagem é obrigatório."
117
 
118
  # @ contact_form
119
+ #: contact_form.php:139
120
  msgid "File format is not valid."
121
  msgstr "Impossível anexar arquivo. "
122
 
123
  # @ contact_form
124
+ #: contact_form.php:140
125
  msgid "File upload error."
126
  msgstr "Erro no upload do arquivo."
127
 
128
  # @ contact_form
129
+ #: contact_form.php:141
130
  msgid "The file could not be uploaded."
131
  msgstr "O foi possível fazer upload do arquivo."
132
 
133
  # @ contact_form
134
+ #: contact_form.php:142
135
  msgid "This file is too large."
136
  msgstr "Este arquivo é muito grande."
137
 
138
  # @ contact_form
139
+ #: contact_form.php:143
140
  msgid "Please fill out the CAPTCHA."
141
  msgstr "Por favor, complete a resposta da charada ."
142
 
143
  # @ contact_form
144
+ #: contact_form.php:144
145
  msgid "Please make corrections below and try again."
146
  msgstr ""
147
  "Por favor, faça as correções abaixo e tente enviar a mensagem novamente."
148
 
149
  # @ bestwebsoft
150
  # @ contact_form
151
+ #: contact_form.php:146
152
  msgid "Thank you for contacting us."
153
  msgstr "Obrigado por nos contatar"
154
 
155
+ #: contact_form.php:543
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
156
  msgid ""
157
  "Email 'FROM' field option was changed, which may cause email messages being "
158
  "moved to the spam folder or email delivery failures."
159
  msgstr ""
160
 
161
  # @ contact_form
162
+ #: contact_form.php:553
163
  msgid ""
164
  "If the 'Redirect to page' option is selected then the URL field should be in "
165
  "the following format"
168
  "URL deve ser no seguinte formato"
169
 
170
  # @ contact_form
171
+ #: contact_form.php:562
172
  #, fuzzy
173
  msgid "Such user does not exist."
174
  msgstr "Tal usuário não existe. Configurações não foram salvas."
175
 
176
  # @ contact_form
177
+ #: contact_form.php:572
178
  #, fuzzy
179
  msgid ""
180
  "Please enter a valid email address in the 'Use this email address' field."
183
  "salvas."
184
 
185
  # @ contact_form
186
+ #: contact_form.php:580
187
  #, fuzzy
188
  msgid "Please enter a valid email address in the 'FROM' field."
189
  msgstr ""
191
  "salvas."
192
 
193
  # @ contact_form
194
+ #: contact_form.php:603
195
  msgid "Settings saved."
196
  msgstr "As configurações foram salvas."
197
 
198
  # @ contact_form
199
+ #: contact_form.php:605
200
  #, fuzzy
201
  msgid "Settings are not saved."
202
  msgstr "As configurações foram salvas."
203
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
204
  # @ bestwebsoft
205
  # @ contact_form
206
+ #: contact_form.php:633 contact_form.php:2126 contact_form.php:2140
207
  msgid "Settings"
208
  msgstr "Configurações"
209
 
210
  # @ contact_form
211
+ #: contact_form.php:634
212
  #, fuzzy
213
  msgid "Additional settings"
214
  msgstr "Opções adicionais"
215
 
216
+ #: contact_form.php:635
217
  msgid "Appearance"
218
  msgstr ""
219
 
220
  # @ contact_form
221
+ #: contact_form.php:636 contact_form.php:2141
222
  msgid "FAQ"
223
  msgstr "Perguntas Frequentes"
224
 
225
+ #: contact_form.php:637
226
  msgid "Go PRO"
227
  msgstr ""
228
 
229
+ #: contact_form.php:640 contact_form.php:642
230
  msgid "Notice:"
231
  msgstr ""
232
 
233
+ #: contact_form.php:640
234
  msgid ""
235
  "The plugin's settings have been changed. In order to save them please don't "
236
  "forget to click the 'Save Changes' button."
237
  msgstr ""
238
 
239
+ #: contact_form.php:650
240
  msgid ""
241
  "If you want to create multiple contact forms, please install the Contact "
242
  "Form Multi plugin."
243
  msgstr ""
244
 
245
  # @ contact_form
246
+ #: contact_form.php:657 contact_form.php:660 contact_form.php:1439
247
  msgid ""
248
  "If you would like to add the Contact Form to your website, just copy and "
249
  "paste this shortcode to your post or page or widget:"
252
  "copie e cole este código na sua postagem ou página ou widget:"
253
 
254
  # @ contact_form
255
+ #: contact_form.php:657 contact_form.php:658 contact_form.php:660
256
+ #: contact_form.php:661 contact_form.php:1036 contact_form.php:1038
257
+ #: contact_form.php:1099 contact_form.php:1101
258
  msgid "or"
259
  msgstr "ou"
260
 
261
  # @ contact_form
262
+ #: contact_form.php:658 contact_form.php:661
263
  msgid ""
264
  "If have any problems with the standard shortcode [contact_form], you should "
265
  "use the shortcode"
268
  "deve usar o shortcode"
269
 
270
  # @ contact_form
271
+ #: contact_form.php:658 contact_form.php:661
272
  msgid "They work the same way."
273
  msgstr "Eles funcionam da mesma forma."
274
 
275
  # @ contact_form
276
+ #: contact_form.php:665
277
  msgid ""
278
  "If you leave the fields empty, the messages will be sent to the email "
279
  "address specified during registration."
282
  "enviadas para um endereço que foi especificado durante o registro."
283
 
284
  # @ contact_form
285
+ #: contact_form.php:668
286
  msgid "The user's email address:"
287
  msgstr "Use o email de um usuário do wordpress:"
288
 
289
  # @ contact_form
290
+ #: contact_form.php:672
291
  msgid "Create a username"
292
  msgstr "Selecione o nome do usuário"
293
 
294
  # @ contact_form
295
+ #: contact_form.php:685
296
  msgid ""
297
  "Enter a username of the person who should get the messages from the contact "
298
  "form."
301
  "Formulário de Contato."
302
 
303
  # @ contact_form
304
+ #: contact_form.php:689
305
  msgid "Use this email address:"
306
  msgstr "Use este email:"
307
 
308
  # @ contact_form
309
+ #: contact_form.php:692
310
  msgid "Enter the email address you want the messages forwarded to."
311
  msgstr ""
312
  "Configure um endereço de email que será usado para o recebimento de "
313
  "mensagens."
314
 
315
+ #: contact_form.php:701
316
  msgid "Add department selectbox to the contact form:"
317
  msgstr ""
318
 
319
+ #: contact_form.php:709 contact_form.php:1145 contact_form.php:1322
320
  msgid "If you upgrade to Pro version all your settings will be saved."
321
  msgstr ""
322
 
323
+ #: contact_form.php:716 contact_form.php:879 contact_form.php:952
324
+ #: contact_form.php:1152 contact_form.php:1329
325
  msgid "Unlock premium options by upgrading to a PRO version."
326
  msgstr ""
327
 
328
+ #: contact_form.php:717 contact_form.php:880 contact_form.php:953
329
+ #: contact_form.php:1153 contact_form.php:1330 contact_form.php:2402
 
330
  msgid "Learn More"
331
  msgstr ""
332
 
333
+ #: contact_form.php:720 contact_form.php:883 contact_form.php:956
334
+ #: contact_form.php:1156 contact_form.php:1333
335
  msgid "Go"
336
  msgstr ""
337
 
338
+ #: contact_form.php:727
339
  msgid "Save emails to the database"
340
  msgstr ""
341
 
342
+ #: contact_form.php:732
343
  msgid "Using"
344
  msgstr ""
345
 
346
  # @ contact_form
347
+ #: contact_form.php:732 contact_form.php:929 contact_form.php:932
348
+ #: contact_form.php:936
349
  msgid "powered by"
350
  msgstr "movido a"
351
 
352
+ #: contact_form.php:735 contact_form.php:739
353
  msgid "Using Contact Form to DB powered by"
354
  msgstr ""
355
 
356
  # @ contact_form
357
+ #: contact_form.php:735
358
  #, fuzzy
359
  msgid "Activate Contact Form to DB"
360
  msgstr "Formulário de Contato Pro"
361
 
362
  # @ contact_form
363
+ #: contact_form.php:739
364
  #, fuzzy
365
  msgid "Download Contact Form to DB"
366
  msgstr "Formulário de Contato Pro"
367
 
368
  # @ contact_form
369
+ #: contact_form.php:749
370
  msgid "What to use?"
371
  msgstr "O que usar?"
372
 
373
  # @ contact_form
374
+ #: contact_form.php:752
375
  msgid "Wp-mail"
376
  msgstr "Wp-mail"
377
 
378
  # @ contact_form
379
+ #: contact_form.php:752
380
  msgid "You can use the wp_mail function for mailing"
381
  msgstr "Você pode usar a função wp_mail para enviar emails"
382
 
383
  # @ contact_form
384
+ #: contact_form.php:754
385
  msgid "Mail"
386
  msgstr "Mail"
387
 
388
  # @ contact_form
389
+ #: contact_form.php:754
390
  msgid "To send mail you can use the php mail function"
391
  msgstr "Para enviar emails você pode usar a função mail() do php"
392
 
393
+ #: contact_form.php:758
394
  msgid "'FROM' field"
395
  msgstr ""
396
 
397
  # @ contact_form
398
+ #: contact_form.php:760 contact_form.php:810 contact_form.php:1197
399
+ #: contact_form.php:1927 contact_form.php:1963
400
  msgid "Name"
401
  msgstr "Nome"
402
 
403
  # @ contact_form
404
+ #: contact_form.php:764
405
  #, fuzzy
406
  msgid "User name"
407
  msgstr "Email do usuário"
408
 
409
  # @ contact_form
410
+ #: contact_form.php:766
411
  #, fuzzy
412
  msgid ""
413
  "The name of the user who fills the form will be used in the field 'From'."
416
  "campo 'De'"
417
 
418
  # @ contact_form
419
+ #: contact_form.php:771 contact_form.php:1938 contact_form.php:1970
420
  msgid "Email"
421
  msgstr "E-Mail"
422
 
423
  # @ contact_form
424
+ #: contact_form.php:778
425
  msgid "User email"
426
  msgstr "Email do usuário"
427
 
428
  # @ contact_form
429
+ #: contact_form.php:780
430
  msgid ""
431
  "The email address of the user who fills the form will be used in the field "
432
  "'From'."
434
  "O endereço de email do usuário que preencher o formulário será usado no "
435
  "campo 'De'"
436
 
437
+ #: contact_form.php:784
438
  msgid ""
439
  "If this option is changed, email messages may be moved to the spam folder or "
440
  "email delivery failures may occur."
441
  msgstr ""
442
 
443
  # @ contact_form
444
+ #: contact_form.php:790
445
  #, fuzzy
446
  msgid "Required symbol"
447
  msgstr "Campos obrigatórios"
448
 
449
+ #: contact_form.php:800
450
  msgid "Fields"
451
  msgstr ""
452
 
453
+ #: contact_form.php:801
454
  msgid "Used"
455
  msgstr ""
456
 
457
  # @ contact_form
458
+ #: contact_form.php:802
459
  #, fuzzy
460
  msgid "Required"
461
  msgstr "Campos obrigatórios"
462
 
463
+ #: contact_form.php:803
464
  msgid "Visible"
465
  msgstr ""
466
 
467
+ #: contact_form.php:804
468
  msgid "Disabled for editing"
469
  msgstr ""
470
 
471
+ #: contact_form.php:805
472
  msgid "Field's default value"
473
  msgstr ""
474
 
475
+ #: contact_form.php:817
476
  msgid "Use User's name as a default value if the user is logged in."
477
  msgstr ""
478
 
479
+ #: contact_form.php:818 contact_form.php:846
480
  msgid ""
481
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
482
  "in users."
483
  msgstr ""
484
 
485
+ #: contact_form.php:822
486
  msgid "Location selectbox"
487
  msgstr ""
488
 
489
  # @ contact_form
490
+ #: contact_form.php:830 contact_form.php:1202 contact_form.php:1933
491
+ #: contact_form.php:1967
492
  msgid "Address"
493
  msgstr "Endereço"
494
 
495
  # @ contact_form
496
+ #: contact_form.php:838
497
  msgid "Email Address"
498
  msgstr "Endereço de email"
499
 
500
+ #: contact_form.php:845
501
  msgid "Use User's email as a default value if the user is logged in."
502
  msgstr ""
503
 
504
  # @ contact_form
505
+ #: contact_form.php:850
506
  #, fuzzy
507
  msgid "Phone number"
508
  msgstr "Número de Telefone:"
509
 
510
  # @ contact_form
511
+ #: contact_form.php:858 contact_form.php:1217 contact_form.php:1948
512
+ #: contact_form.php:1976
513
  msgid "Subject"
514
  msgstr "Assunto"
515
 
516
  # @ contact_form
517
+ #: contact_form.php:866 contact_form.php:1221 contact_form.php:1951
518
+ #: contact_form.php:1978
519
  msgid "Message"
520
  msgstr "Mensagem"
521
 
522
  # @ contact_form
523
+ #: contact_form.php:890
524
  msgid "Attachment block"
525
  msgstr "Bloco de anexos"
526
 
527
  # @ contact_form
528
+ #: contact_form.php:892
529
  msgid "Users can attach the following file formats"
530
  msgstr "Usuários pode anexar arquivos do seguinte tipo:"
531
 
532
+ #: contact_form.php:905
533
  msgid "Add to the form"
534
  msgstr ""
535
 
536
  # @ contact_form
537
+ #: contact_form.php:910
538
  #, fuzzy
539
  msgid "Tips below the Attachment"
540
  msgstr "Exibir dicas abaixo do bloco de Anexos"
541
 
542
  # @ contact_form
543
+ #: contact_form.php:919
544
  #, fuzzy
545
  msgid "'Send me a copy' block"
546
  msgstr "Exibir bloco 'Enviar-me uma cópia'"
547
 
548
  # @ contact_form
549
+ #: contact_form.php:929 contact_form.php:932 contact_form.php:936
550
+ #: contact_form.php:1231
551
  msgid "Captcha"
552
  msgstr "Captcha"
553
 
554
  # @ contact_form
555
+ #: contact_form.php:932
556
  msgid "Activate captcha"
557
  msgstr "Ativar captcha"
558
 
559
  # @ contact_form
560
+ #: contact_form.php:936
561
  msgid "Download captcha"
562
  msgstr "Fazer Download do Captcha"
563
 
564
+ #: contact_form.php:944
565
  msgid "Agreement checkbox"
566
  msgstr ""
567
 
568
+ #: contact_form.php:944
569
  msgid "Required checkbox for submitting the form"
570
  msgstr ""
571
 
572
+ #: contact_form.php:945
573
  msgid "Optional checkbox"
574
  msgstr ""
575
 
576
+ #: contact_form.php:945
577
  msgid "Optional checkbox, the results of which will be displayed in email"
578
  msgstr ""
579
 
580
  # @ contact_form
581
+ #: contact_form.php:962
582
  msgid "Delete an attachment file from the server after the email is sent"
583
  msgstr "Excluir um arquivo anexo do servidor depois que o e-mail for enviado"
584
 
585
+ #: contact_form.php:968
586
  msgid "Email in HTML format sending"
587
  msgstr ""
588
 
589
  # @ contact_form
590
+ #: contact_form.php:972
591
  msgid "Display additional info in the email"
592
  msgstr "Mostre informações adicionais no email"
593
 
594
  # @ contact_form
595
+ #: contact_form.php:977 contact_form.php:1894 contact_form.php:1896
596
  msgid "Sent from (ip address)"
597
  msgstr "Enviado de (Endereço IP)"
598
 
599
  # @ contact_form
600
+ #: contact_form.php:977
601
  msgid "Example: Sent from (IP address):\t127.0.0.1"
602
  msgstr "Examplo: Enviado de (endereço IP):\\\t127.0.0.1"
603
 
604
  # @ contact_form
605
+ #: contact_form.php:978 contact_form.php:1900 contact_form.php:1902
606
  msgid "Date/Time"
607
  msgstr "Data / Hora"
608
 
609
  # @ contact_form
610
+ #: contact_form.php:978
611
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
612
  msgstr "Exemplo: Data/Hora:\\\t19 de Agosto de 2013 20:50"
613
 
614
  # @ contact_form
615
+ #: contact_form.php:979 contact_form.php:1906 contact_form.php:1908
616
  msgid "Sent from (referer)"
617
  msgstr "Vindo de (origem)"
618
 
619
  # @ contact_form
620
+ #: contact_form.php:979
621
  msgid ""
622
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
623
  msgstr ""
624
  "Exemplo: Enviado do (referer):\\\thttp://bestwebsoft.com/contacts/contact-us/"
625
 
626
  # @ contact_form
627
+ #: contact_form.php:980 contact_form.php:1912 contact_form.php:1914
628
  msgid "Using (user agent)"
629
  msgstr "Usando (cliente de email)"
630
 
631
  # @ contact_form
632
+ #: contact_form.php:980
633
  msgid ""
634
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
635
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
638
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
639
 
640
  # @ contact_form
641
+ #: contact_form.php:984
642
  msgid "Language settings for the field names in the form"
643
  msgstr "Configurações de idioma para os nomes dos campos no formulário"
644
 
645
  # @ contact_form
646
+ #: contact_form.php:993
647
  msgid "Add a language"
648
  msgstr "Adicione um idioma"
649
 
650
  # @ contact_form
651
+ #: contact_form.php:997
652
  msgid "Change the names of the contact form fields and error messages"
653
  msgstr "Mude os nomes dos campos do formulário de contato e mensagens de erro."
654
 
655
  # @ contact_form
656
+ #: contact_form.php:1002 contact_form.php:1089
657
  msgid "English"
658
  msgstr "Inglês"
659
 
660
+ #: contact_form.php:1010 contact_form.php:1044
661
  msgid "click to expand/hide the list"
662
  msgstr ""
663
 
664
  # @ contact_form
665
+ #: contact_form.php:1019 contact_form.php:1053
666
  #, fuzzy
667
  msgid "Tips below the Attachment block"
668
  msgstr "Exibir dicas abaixo do bloco de Anexos"
669
 
670
  # @ contact_form
671
+ #: contact_form.php:1022 contact_form.php:1056
672
  msgid "Error message for the Name field"
673
  msgstr "Mensagem de erro para o campo Nome"
674
 
675
  # @ contact_form
676
+ #: contact_form.php:1023 contact_form.php:1057
677
  msgid "Error message for the Address field"
678
  msgstr "Mensagem de erro para o campo Endereço"
679
 
680
  # @ contact_form
681
+ #: contact_form.php:1024 contact_form.php:1058
682
  msgid "Error message for the Email field"
683
  msgstr "Mensagem de erro para o campo Email"
684
 
685
  # @ contact_form
686
+ #: contact_form.php:1025 contact_form.php:1059
687
  msgid "Error message for the Phone field"
688
  msgstr "Mensagem de erro para o campo Telefone"
689
 
690
  # @ contact_form
691
+ #: contact_form.php:1026 contact_form.php:1060
692
  msgid "Error message for the Subject field"
693
  msgstr "Mensagem de erro para o campo Assunto"
694
 
695
  # @ contact_form
696
+ #: contact_form.php:1027 contact_form.php:1061
697
  msgid "Error message for the Message field"
698
  msgstr "Mensagem de erro para o campo Mensagem"
699
 
700
  # @ contact_form
701
+ #: contact_form.php:1028 contact_form.php:1062
702
  msgid "Error message about the file type for the Attachment field"
703
  msgstr "Mensagem de erro para o campo Anexo sobre o tipo de arquivo"
704
 
705
  # @ contact_form
706
+ #: contact_form.php:1029 contact_form.php:1063
707
  msgid ""
708
  "Error message while uploading a file for the Attachment field to the server"
709
  msgstr ""
711
  "servidor"
712
 
713
  # @ contact_form
714
+ #: contact_form.php:1030 contact_form.php:1064
715
  msgid "Error message while moving the file for the Attachment field"
716
  msgstr "Mensagem de erro para o campo Anexo quando estiver movendo o arquivo"
717
 
718
  # @ contact_form
719
+ #: contact_form.php:1031 contact_form.php:1065
720
  msgid "Error message when file size limit for the Attachment field is exceeded"
721
  msgstr ""
722
  "Mensagem de erro para o campo Anexo quando o tamanho máximo do arquivo for "
723
  "excedido"
724
 
725
  # @ contact_form
726
+ #: contact_form.php:1032 contact_form.php:1066
727
  msgid "Error message for the Captcha field"
728
  msgstr "Mensagem de erro para o campo Captcha"
729
 
730
  # @ contact_form
731
+ #: contact_form.php:1033 contact_form.php:1067
732
  msgid "Error message for the whole form"
733
  msgstr "Mensagem de erro para o formulário inteiro"
734
 
735
  # @ contact_form
736
+ #: contact_form.php:1036 contact_form.php:1038 contact_form.php:1070
737
+ #: contact_form.php:1072 contact_form.php:1099 contact_form.php:1101
738
+ #: contact_form.php:1109 contact_form.php:1111 contact_form.php:2272
739
+ #: contact_form.php:2274
740
  msgid "Use shortcode"
741
  msgstr "Use shortcode (abreviações)"
742
 
743
  # @ contact_form
744
+ #: contact_form.php:1036 contact_form.php:1038 contact_form.php:1070
745
+ #: contact_form.php:1072 contact_form.php:1099 contact_form.php:1101
746
+ #: contact_form.php:1109 contact_form.php:1111 contact_form.php:2272
747
+ #: contact_form.php:2274
748
  msgid "for this language"
749
  msgstr "para este idioma"
750
 
751
  # @ contact_form
752
+ #: contact_form.php:1080
753
  #, fuzzy
754
  msgid "Use the changed names of the contact form fields in the email"
755
  msgstr "Mude os nomes dos campos do formulário de contato e mensagens de erro."
756
 
757
  # @ contact_form
758
+ #: contact_form.php:1086
759
  msgid "Action after email is sent"
760
  msgstr "Ação após o email ser enviado"
761
 
762
  # @ contact_form
763
+ #: contact_form.php:1088
764
  msgid "Display text"
765
  msgstr "Mostrar texto"
766
 
767
  # @ contact_form
768
+ #: contact_form.php:1097 contact_form.php:1107
769
  msgid "Text"
770
  msgstr "Texto"
771
 
772
  # @ contact_form
773
+ #: contact_form.php:1118
774
  msgid "Redirect to the page"
775
  msgstr "Redirecione para a página"
776
 
777
  # @ contact_form
778
+ #: contact_form.php:1119
779
  msgid "Url"
780
  msgstr "URL"
781
 
782
+ #: contact_form.php:1123
783
  msgid "The $_SERVER variable that is used to build a URL of the form"
784
  msgstr ""
785
 
786
+ #: contact_form.php:1127
787
  msgid ""
788
  "If you are not sure whether to change this setting or not, please do not do "
789
  "that."
790
  msgstr ""
791
 
792
+ #: contact_form.php:1136
793
  msgid "Auto Response"
794
  msgstr ""
795
 
796
+ #: contact_form.php:1140
797
  #, php-format
798
  msgid ""
799
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
802
  msgstr ""
803
 
804
  # @ default
805
+ #: contact_form.php:1165 contact_form.php:1340
806
  msgid "Save Changes"
807
  msgstr "Salvar Mudanças"
808
 
 
 
 
 
 
 
 
 
 
 
 
 
809
  # @ contact_form
810
+ #: contact_form.php:1177
811
  msgid "Errors output"
812
  msgstr "Saída de erros."
813
 
814
  # @ contact_form
815
+ #: contact_form.php:1180
816
  msgid "Display error messages"
817
  msgstr "Mostrar mensagens de erro"
818
 
819
  # @ contact_form
820
+ #: contact_form.php:1181
821
  msgid "Color of the input field errors."
822
  msgstr "Cor do erro nos campos de formulário"
823
 
824
  # @ contact_form
825
+ #: contact_form.php:1182
826
  msgid "Display error messages & color of the input field errors"
827
  msgstr "Mostrar mensagens de erro e cores para os campos com erro"
828
 
829
  # @ contact_form
830
+ #: contact_form.php:1187
831
  msgid "Add placeholder to the input blocks"
832
  msgstr "Adicione reserva de espaço aos blocos de inserção"
833
 
834
  # @ contact_form
835
+ #: contact_form.php:1193
836
  msgid "Add tooltips"
837
  msgstr "Adicionar mensagens de ajuda"
838
 
839
  # @ contact_form
840
+ #: contact_form.php:1207
841
  msgid "Email address"
842
  msgstr "Endereço de email"
843
 
844
  # @ contact_form
845
+ #: contact_form.php:1212
846
  msgid "Phone Number"
847
  msgstr "Telefone"
848
 
849
  # @ contact_form
850
+ #: contact_form.php:1226
851
  msgid "Attachment"
852
  msgstr "Anexo"
853
 
854
  # @ contact_form
855
+ #: contact_form.php:1231
856
  msgid "(powered by bestwebsoft.com)"
857
  msgstr "(produzido por bestwebsoft.com)"
858
 
859
  # @ contact_form
860
+ #: contact_form.php:1236
861
  msgid "Style options"
862
  msgstr "Opções de estilo"
863
 
864
  # @ contact_form
865
+ #: contact_form.php:1239
866
  msgid "Text color"
867
  msgstr "Cor do texto"
868
 
869
  # @ contact_form
870
+ #: contact_form.php:1242 contact_form.php:1247 contact_form.php:1257
871
+ #: contact_form.php:1262 contact_form.php:1267 contact_form.php:1272
872
+ #: contact_form.php:1282 contact_form.php:1287 contact_form.php:1293
873
+ #: contact_form.php:1304 contact_form.php:1309 contact_form.php:1314
874
  msgid "Default"
875
  msgstr "Padrão"
876
 
877
  # @ contact_form
878
+ #: contact_form.php:1244
879
  msgid "Label text color"
880
  msgstr "Cor do texto descritivo"
881
 
882
  # @ contact_form
883
+ #: contact_form.php:1249
884
  msgid "Placeholder color"
885
  msgstr "Cor da reserva de espaço"
886
 
887
  # @ contact_form
888
+ #: contact_form.php:1254
889
  msgid "Errors color"
890
  msgstr "Cor dos erros"
891
 
892
  # @ contact_form
893
+ #: contact_form.php:1259
894
  msgid "Error text color"
895
  msgstr "Cor de texto do erro"
896
 
897
  # @ contact_form
898
+ #: contact_form.php:1264
899
  msgid "Background color of the input field errors"
900
  msgstr "Cor de fundo do campo de formulário com erros"
901
 
902
  # @ contact_form
903
+ #: contact_form.php:1269
904
  msgid "Border color of the input field errors"
905
  msgstr "Cor de borda do campo de formulário com erros"
906
 
907
  # @ contact_form
908
+ #: contact_form.php:1274
909
  msgid "Placeholder color of the input field errors"
910
  msgstr "Cor de reserva de espaço do campo de formulário com erros"
911
 
912
  # @ contact_form
913
+ #: contact_form.php:1279
914
  msgid "Input fields"
915
  msgstr "Campos do folmulário"
916
 
917
  # @ contact_form
918
+ #: contact_form.php:1284
919
  msgid "Input fields background color"
920
  msgstr "Cor de fundo dos campos de formulário"
921
 
922
  # @ contact_form
923
+ #: contact_form.php:1289
924
  msgid "Text fields color"
925
  msgstr "Cor dos campos de texto"
926
 
927
  # @ contact_form
928
+ #: contact_form.php:1291
929
  msgid "Border width in px, numbers only"
930
  msgstr "Largura da borda em px, somente o número"
931
 
932
  # @ contact_form
933
+ #: contact_form.php:1295 contact_form.php:1316
934
  msgid "Border color"
935
  msgstr "Cor da borda"
936
 
937
  # @ contact_form
938
+ #: contact_form.php:1300
939
  msgid "Submit button"
940
  msgstr "Botão de Envio"
941
 
942
  # @ contact_form
943
+ #: contact_form.php:1302
944
  msgid "Width in px, numbers only"
945
  msgstr "Largura em px, somente o número"
946
 
947
  # @ contact_form
948
+ #: contact_form.php:1306
949
  msgid "Button color"
950
  msgstr "Cor do botão"
951
 
952
  # @ contact_form
953
+ #: contact_form.php:1311
954
  msgid "Button text color"
955
  msgstr "Cor do texto do botão"
956
 
957
  # @ contact_form
958
+ #: contact_form.php:1344
959
  msgid "Contact Form Pro | Preview"
960
  msgstr "Formulário de Contato Pro | Prévia"
961
 
962
  # @ contact_form
963
+ #: contact_form.php:1347
964
  msgid "Show with errors"
965
  msgstr "Mostrar com erros"
966
 
967
  # @ contact_form
968
+ #: contact_form.php:1355 contact_form.php:1357
969
  msgid "Please enter your full name..."
970
  msgstr "Informe seu nome completo..."
971
 
972
  # @ contact_form
973
+ #: contact_form.php:1368 contact_form.php:1370
974
  msgid "Please enter your address..."
975
  msgstr "Informe seu endereço…"
976
 
977
  # @ contact_form
978
+ #: contact_form.php:1379 contact_form.php:1381
979
  msgid "Please enter your email address..."
980
  msgstr "Informe seu endereço de email…"
981
 
982
  # @ contact_form
983
+ #: contact_form.php:1390 contact_form.php:1392
984
  msgid "Please enter your phone number..."
985
  msgstr "Informe seu telefone..."
986
 
987
  # @ contact_form
988
+ #: contact_form.php:1401 contact_form.php:1403
989
  msgid "Please enter subject..."
990
  msgstr "Informe o assunto…"
991
 
992
  # @ contact_form
993
+ #: contact_form.php:1411 contact_form.php:1413
994
  msgid "Please enter your message..."
995
  msgstr "Informe sua mensagem…"
996
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
997
  # @ bestwebsoft
998
  # @ contact_form
999
+ #: contact_form.php:1517
1000
  msgid "Sorry, email message could not be delivered."
1001
  msgstr "Desculpe, seu e-mail não pode ser entregue."
1002
 
1003
  # @ contact_form
1004
+ #: contact_form.php:1921
1005
  msgid "Contact from"
1006
  msgstr "Formulário de Contato"
1007
 
1008
  # @ contact_form
1009
+ #: contact_form.php:1943 contact_form.php:1973
1010
  msgid "Phone"
1011
  msgstr "Telefone"
1012
 
1013
  # @ contact_form
1014
+ #: contact_form.php:1954 contact_form.php:1980
1015
  msgid "Site"
1016
  msgstr "Site"
1017
 
1018
  # @ contact_form
1019
+ #: contact_form.php:2066
1020
  msgid ""
1021
  "If you can see this MIME, it means that the MIME type is not supported by "
1022
  "your email client!"
1025
  "Favor usar um cliente mais atualizado."
1026
 
1027
  # @ contact_form
1028
+ #: contact_form.php:2142
1029
  msgid "Support"
1030
  msgstr "Suporte"
1031
 
1032
  # @ contact_form
1033
+ #: contact_form.php:2191
1034
  msgid "Are you sure that you want to delete this language data?"
1035
  msgstr "Tem certeza que você quer apagar estes dados de idioma?"
1036
 
1037
+ # @ contact_form
1038
+ #: contact_form.php:2212
1039
+ #, fuzzy
1040
+ msgid "Add multiple forms"
1041
+ msgstr "Adicionar mensagens de ajuda"
1042
+
1043
+ #: contact_form.php:2212
1044
  msgid ""
1045
+ "Install Contact Form Multi plugin to create unlimited number of contact "
1046
+ "forms."
1047
  msgstr ""
1048
 
1049
+ #: contact_form.php:2217
1050
+ msgid "Learn more"
1051
  msgstr ""
1052
 
1053
+ #: contact_form.php:2221
1054
+ msgid "Close"
1055
+ msgstr ""
1056
+
1057
+ #: contact_form.php:2405
1058
  msgid ""
1059
  "<strong>Contact Form to DB</strong> allows to store your messages to the "
1060
  "database."
1061
  msgstr ""
1062
 
1063
+ #: contact_form.php:2406
1064
  msgid "Manage messages that have been sent from your website."
1065
  msgstr ""
1066
 
1067
+ # @ contact_form
1068
+ #, fuzzy
1069
+ #~ msgid "requires"
1070
+ #~ msgstr "Campos obrigatórios"
1071
+
1072
+ # @ contact_form
1073
+ #, fuzzy
1074
+ #~ msgid "Please, enter Your license key"
1075
+ #~ msgstr "Informe sua mensagem…"
1076
+
1077
+ # @ contact_form
1078
+ #, fuzzy
1079
+ #~ msgid "the setting page"
1080
+ #~ msgstr "Configurações extras"
1081
+
1082
+ # @ contact_form
1083
+ #, fuzzy
1084
+ #~ msgid "Activate"
1085
+ #~ msgstr "Ativar captcha"
1086
+
1087
  # @ contact_form
1088
  #~ msgid "Extra settings"
1089
  #~ msgstr "Configurações extras"
languages/contact_form-ru_RU.mo CHANGED
Binary file
languages/contact_form-ru_RU.po CHANGED
@@ -2,1243 +2,1092 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Contact Form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-02-17 12:44+0300\n"
6
- "PO-Revision-Date: 2015-02-18 10:45+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "Plural-Forms: nplurals=3; plural=n%100/10==1 ? 2 : n%10==1 ? 0 : (n+9)%10>3 ? 2 : 1;\n"
 
13
  "X-Generator: Poedit 1.5.4\n"
14
- "X-Poedit-SourceCharset: utf-8\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Textdomain-Support: yes\n"
 
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  # @ contact_form
21
- #: contact_form.php:80
22
- #: contact_form.php:811
23
  msgid "Contact Form Settings"
24
  msgstr "Настройки Contact Form"
25
 
26
  # @ contact_form
27
- #: contact_form.php:80
28
  msgid "Contact Form"
29
  msgstr "Contact Form"
30
 
31
  # @ contact_form
32
- #: contact_form.php:162
33
- #: contact_form.php:1195
34
- #: contact_form.php:1229
35
  msgid "Name:"
36
  msgstr "Имя:"
37
 
38
  # @ contact_form
39
- #: contact_form.php:163
40
- #: contact_form.php:1196
41
- #: contact_form.php:1230
42
  msgid "Address:"
43
  msgstr "Адрес:"
44
 
45
  # @ contact_form
46
- #: contact_form.php:164
47
- #: contact_form.php:1197
48
- #: contact_form.php:1231
49
  msgid "Email Address:"
50
  msgstr "E-mail адрес:"
51
 
52
  # @ contact_form
53
- #: contact_form.php:165
54
- #: contact_form.php:1198
55
- #: contact_form.php:1232
56
  msgid "Phone number:"
57
  msgstr "Телефон:"
58
 
59
  # @ contact_form
60
- #: contact_form.php:166
61
- #: contact_form.php:1199
62
- #: contact_form.php:1233
63
  msgid "Subject:"
64
  msgstr "Тема:"
65
 
66
  # @ contact_form
67
- #: contact_form.php:167
68
- #: contact_form.php:1200
69
- #: contact_form.php:1234
70
  msgid "Message:"
71
  msgstr "Сообщение:"
72
 
73
  # @ contact_form
74
- #: contact_form.php:168
75
- #: contact_form.php:1201
76
- #: contact_form.php:1235
77
  msgid "Attachment:"
78
  msgstr "Прикрепить файл:"
79
 
80
  # @ contact_form
81
- #: contact_form.php:169
82
- 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"
83
- msgstr "Поддерживаемые типы файлов: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Максимальный размер файла: 2 МБ"
 
 
 
 
 
 
84
 
85
  # @ contact_form
86
- #: contact_form.php:170
87
- #: contact_form.php:1203
88
- #: contact_form.php:1237
89
  msgid "Send me a copy"
90
  msgstr "Отправить мне копию"
91
 
92
  # @ contact_form
93
- #: contact_form.php:171
94
- #: contact_form.php:1204
95
- #: contact_form.php:1238
96
  msgid "Submit"
97
  msgstr "Отправить"
98
 
99
  # @ contact_form
100
- #: contact_form.php:172
101
  msgid "Your name is required."
102
  msgstr "Ваше имя - это обязательное поле."
103
 
104
  # @ contact_form
105
- #: contact_form.php:173
106
  msgid "Address is required."
107
  msgstr "Поле адреса - обязательное для заполнения."
108
 
109
  # @ contact_form
110
- #: contact_form.php:174
111
  msgid "A valid email address is required."
112
  msgstr "Поле email адреса - обязательное для заполнения."
113
 
114
  # @ contact_form
115
- #: contact_form.php:175
116
  msgid "Phone number is required."
117
  msgstr "Телефон - это обязательное поле."
118
 
119
  # @ contact_form
120
- #: contact_form.php:176
121
  msgid "Subject is required."
122
  msgstr "Поле Тема - обязательное поле."
123
 
124
  # @ contact_form
125
- #: contact_form.php:177
126
  msgid "Message text is required."
127
  msgstr "Поле Сообщение - обязательное поле."
128
 
129
  # @ contact_form
130
- #: contact_form.php:178
131
  msgid "File format is not valid."
132
  msgstr "Прикрепленный тип файла не поддерживается."
133
 
134
  # @ contact_form
135
- #: contact_form.php:179
136
  msgid "File upload error."
137
  msgstr "Ошибка загрузки файла."
138
 
139
  # @ contact_form
140
- #: contact_form.php:180
141
  msgid "The file could not be uploaded."
142
  msgstr "Невозможно загрузить файл."
143
 
144
  # @ contact_form
145
- #: contact_form.php:181
146
  msgid "This file is too large."
147
  msgstr "Размер файла слишком большой."
148
 
149
  # @ contact_form
150
- #: contact_form.php:182
151
  msgid "Please fill out the CAPTCHA."
152
  msgstr "Пожалуйста, заполните CAPTCHA."
153
 
154
  # @ contact_form
155
- #: contact_form.php:183
156
  msgid "Please make corrections below and try again."
157
- msgstr "Пожалуйста, сделайте исправления в отмеченных полях ниже и повторите попытку."
 
158
 
159
  # @ contact_form
160
- #: contact_form.php:185
161
  msgid "Thank you for contacting us."
162
  msgstr "Спасибо за контакт с нами."
163
 
164
- # @ contact_form
165
- #: contact_form.php:362
166
- msgid "requires"
167
- msgstr "требует"
168
-
169
- # @ contact_form
170
- #: contact_form.php:362
171
- msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
172
- msgstr "или выше, поэтому плагин был деактивирован! Пожалуйста обновите WordPress и попробуйте снова."
173
-
174
- # @ contact_form
175
- #: contact_form.php:362
176
- msgid "Back to the WordPress"
177
- msgstr "Вернуться к WordPress"
178
-
179
- # @ contact_form
180
- #: contact_form.php:362
181
- msgid "Plugins page"
182
- msgstr "Странице плагинов"
183
-
184
- #: contact_form.php:598
185
- msgid "Email 'FROM' field option was changed, which may cause email messages being moved to the spam folder or email delivery failures."
186
- msgstr "Опция \"Электронный адрес поля 'От'\" была изменена, что может приводить к тому, что письма будут попадать в спам или не будут доставлены."
187
 
188
  # @ contact_form
189
- #: contact_form.php:608
190
- msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
191
- msgstr "Если опция 'Перейти на страницу \"выбран, то Урл поле должно быть заполнено в следующем формате"
 
 
 
 
192
 
193
  # @ contact_form
194
- #: contact_form.php:617
195
  msgid "Such user does not exist."
196
  msgstr "Данный пользователь не найден."
197
 
198
  # @ contact_form
199
- #: contact_form.php:627
200
- msgid "Please enter a valid email address in the 'Use this email address' field."
 
201
  msgstr "Пожалуйста, введите корректный email в поле 'Использовать этот email'."
202
 
203
  # @ contact_form
204
- #: contact_form.php:635
205
  msgid "Please enter a valid email address in the 'FROM' field."
206
  msgstr "Пожалуйста, введите корректный email для поля 'FROM'."
207
 
208
  # @ contact_form
209
- #: contact_form.php:660
210
  msgid "Settings saved."
211
  msgstr "Опции сохранены."
212
 
213
  # @ contact_form
214
- #: contact_form.php:662
215
  msgid "Settings are not saved."
216
  msgstr "Настройки не сохранены."
217
 
218
  # @ contact_form
219
- #: contact_form.php:689
220
- #: contact_form.php:721
221
- msgid "Wrong license key"
222
- msgstr "Неправильный лицензионный ключ"
223
-
224
- # @ contact_form
225
- #: contact_form.php:714
226
- 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."
227
- msgstr "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, пожалуйста, свяжитесь с нами <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Приносим извинения за неудобства."
228
-
229
- # @ contact_form
230
- #: contact_form.php:723
231
- msgid "This license key is bind to another site"
232
- msgstr "Этот лицензионный ключ привязан к другому сайту"
233
-
234
- # @ contact_form
235
- #: contact_form.php:725
236
- #: contact_form.php:1673
237
- msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
238
- msgstr "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, загрузите плагин вручную."
239
-
240
- # @ contact_form
241
- #: contact_form.php:736
242
- #: contact_form.php:758
243
- #: contact_form.php:777
244
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
245
- msgstr "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
246
-
247
- # @ contact_form
248
- #: contact_form.php:748
249
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
250
- msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
251
-
252
- # @ contact_form
253
- #: contact_form.php:754
254
- msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
255
- msgstr "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. Пожалуйста, загрузите плагин вручную"
256
-
257
- # @ contact_form
258
- #: contact_form.php:761
259
- msgid "UploadDir is not writable. Please, upload the plugin manually"
260
- msgstr "Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин вручную"
261
-
262
- # @ contact_form
263
- #: contact_form.php:781
264
- msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
265
- msgstr "Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. Приносим извинения за неудобства."
266
-
267
- # @ contact_form
268
- #: contact_form.php:805
269
- msgid "Please, enter Your license key"
270
- msgstr "Пожалуйста введите ваш лицензионный ключ"
271
-
272
- # @ contact_form
273
- #: contact_form.php:813
274
- #: contact_form.php:2362
275
- #: contact_form.php:2376
276
  msgid "Settings"
277
  msgstr "Настройки"
278
 
279
  # @ contact_form
280
- #: contact_form.php:814
281
  msgid "Additional settings"
282
  msgstr "Дополнительные настройки"
283
 
284
- #: contact_form.php:815
285
  msgid "Appearance"
286
  msgstr "Отображение"
287
 
288
  # @ contact_form
289
- #: contact_form.php:816
290
- #: contact_form.php:2377
291
  msgid "FAQ"
292
  msgstr "FAQ"
293
 
294
  # @ contact_form
295
- #: contact_form.php:817
296
  msgid "Go PRO"
297
  msgstr "Перейти на PRO версию"
298
 
299
  # @ contact_form
300
- #: contact_form.php:820
301
- #: contact_form.php:823
302
  msgid "Notice:"
303
  msgstr "Обратите внимание:"
304
 
305
  # @ contact_form
306
- #: contact_form.php:820
307
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
308
- msgstr "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, не забудьте нажать кнопку 'Сохранить изменения'."
 
 
 
 
309
 
310
  # @ contact_form
311
- #: contact_form.php:831
312
- msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
313
- msgstr "Если вы хотите создать несколько разных контактных форм, пожалуйста, установите плагин Contact Form Multi."
 
 
 
 
314
 
315
  # @ contact_form
316
- #: contact_form.php:839
317
- #: contact_form.php:842
318
- #: contact_form.php:1632
319
- 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:"
320
- msgstr "Если вы хотите добавить контактную форму на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста или виджета:"
 
 
321
 
322
  # @ contact_form
323
- #: contact_form.php:839
324
- #: contact_form.php:840
325
- #: contact_form.php:842
326
- #: contact_form.php:843
327
- #: contact_form.php:1219
328
- #: contact_form.php:1221
329
- #: contact_form.php:1282
330
- #: contact_form.php:1284
331
  msgid "or"
332
  msgstr "или"
333
 
334
  # @ contact_form
335
- #: contact_form.php:840
336
- #: contact_form.php:843
337
- msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
338
- msgstr "Если у вас возникают проблемы с использованием стандартного шорткода [contact_form], то используйте шортокод"
 
 
 
339
 
340
  # @ contact_form
341
- #: contact_form.php:840
342
- #: contact_form.php:843
343
  msgid "They work the same way."
344
  msgstr "Шорткоды работают одинаково."
345
 
346
  # @ contact_form
347
- #: contact_form.php:848
348
- msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
349
- msgstr "Если информация в полях ниже отсутствует, сообщения будут оправлены на email адрес, который был указан при регистрации сайта."
 
 
 
 
350
 
351
  # @ contact_form
352
- #: contact_form.php:851
353
  msgid "The user's email address:"
354
  msgstr "Email пользователя сайта:"
355
 
356
  # @ contact_form
357
- #: contact_form.php:855
358
  msgid "Create a username"
359
  msgstr "Выберите имя пользователя"
360
 
361
  # @ contact_form
362
- #: contact_form.php:868
363
- msgid "Enter a username of the person who should get the messages from the contact form."
364
- msgstr "Укажите логин пользователя, который будет получать сообщения контактной формы."
 
 
 
 
365
 
366
  # @ contact_form
367
- #: contact_form.php:872
368
  msgid "Use this email address:"
369
  msgstr "Использовать этот email:"
370
 
371
  # @ contact_form
372
- #: contact_form.php:875
373
  msgid "Enter the email address you want the messages forwarded to."
374
  msgstr "Укажите email адрес, на который будут отправляться сообщения."
375
 
376
  # @ contact_form
377
- #: contact_form.php:884
378
  msgid "Add department selectbox to the contact form:"
379
  msgstr "Добавить выбор отдела в контактную форму:"
380
 
381
  # @ contact_form
382
- #: contact_form.php:892
383
- #: contact_form.php:1328
384
- #: contact_form.php:1515
385
  msgid "If you upgrade to Pro version all your settings will be saved."
386
  msgstr "При установке Pro версии плагина, все ваши настройки сохраняются."
387
 
388
  # @ contact_form
389
- #: contact_form.php:899
390
- #: contact_form.php:1062
391
- #: contact_form.php:1135
392
- #: contact_form.php:1335
393
- #: contact_form.php:1522
394
  msgid "Unlock premium options by upgrading to a PRO version."
395
  msgstr "Активируйте премиум опции обновившись до PRO версии."
396
 
397
  # @ contact_form
398
- #: contact_form.php:900
399
- #: contact_form.php:1063
400
- #: contact_form.php:1136
401
- #: contact_form.php:1336
402
- #: contact_form.php:1523
403
- #: contact_form.php:2650
404
- #: contact_form.php:2666
405
  msgid "Learn More"
406
  msgstr "Подробнее"
407
 
408
  # @ contact_form
409
- #: contact_form.php:903
410
- #: contact_form.php:1066
411
- #: contact_form.php:1139
412
- #: contact_form.php:1339
413
- #: contact_form.php:1526
414
  msgid "Go"
415
  msgstr "Перейти на"
416
 
417
  # @ contact_form
418
- #: contact_form.php:910
419
  msgid "Save emails to the database"
420
  msgstr "Сохранять email в базу данных"
421
 
422
  # @ contact_form
423
- #: contact_form.php:915
424
  msgid "Using"
425
  msgstr "Используя"
426
 
427
  # @ contact_form
428
- #: contact_form.php:915
429
- #: contact_form.php:1112
430
- #: contact_form.php:1115
431
- #: contact_form.php:1119
432
  msgid "powered by"
433
  msgstr "разработано компанией"
434
 
435
  # @ contact_form
436
- #: contact_form.php:918
437
- #: contact_form.php:922
438
  msgid "Using Contact Form to DB powered by"
439
  msgstr "Используя Contact Form to DB, разработанный компанией"
440
 
441
  # @ contact_form
442
- #: contact_form.php:918
443
  msgid "Activate Contact Form to DB"
444
  msgstr "Активировать Contact Form to DB"
445
 
446
  # @ contact_form
447
- #: contact_form.php:922
448
  msgid "Download Contact Form to DB"
449
  msgstr "Загрузить Contact Form to DB"
450
 
451
  # @ contact_form
452
- #: contact_form.php:932
453
  msgid "What to use?"
454
  msgstr "Что использовать?"
455
 
456
  # @ contact_form
457
- #: contact_form.php:935
458
  msgid "Wp-mail"
459
  msgstr "Wp-mail"
460
 
461
  # @ contact_form
462
- #: contact_form.php:935
463
  msgid "You can use the wp_mail function for mailing"
464
  msgstr "Для отправки почты вы можете использовать функцию WordPress wp_mail"
465
 
466
  # @ contact_form
467
- #: contact_form.php:937
468
  msgid "Mail"
469
  msgstr "Mail"
470
 
471
  # @ contact_form
472
- #: contact_form.php:937
473
  msgid "To send mail you can use the php mail function"
474
  msgstr "Для отправки почты вы можете использовать функцию php mail"
475
 
476
- #: contact_form.php:941
477
  msgid "'FROM' field"
478
  msgstr "Поле 'От'"
479
 
480
  # @ contact_form
481
- #: contact_form.php:943
482
- #: contact_form.php:993
483
- #: contact_form.php:1390
484
- #: contact_form.php:2162
485
- #: contact_form.php:2198
486
  msgid "Name"
487
  msgstr "Имя"
488
 
489
  # @ contact_form
490
- #: contact_form.php:947
491
  msgid "User name"
492
  msgstr "Имя пользователя"
493
 
494
  # @ contact_form
495
- #: contact_form.php:949
496
- msgid "The name of the user who fills the form will be used in the field 'From'."
497
- msgstr "В поле \"From\" в письме будет использоваться имя того пользователя, который заполняет форму."
 
 
 
498
 
499
  # @ contact_form
500
- #: contact_form.php:954
501
- #: contact_form.php:2173
502
- #: contact_form.php:2205
503
  msgid "Email"
504
  msgstr "Email"
505
 
506
  # @ contact_form
507
- #: contact_form.php:961
508
  msgid "User email"
509
  msgstr "Email"
510
 
511
  # @ contact_form
512
- #: contact_form.php:963
513
- msgid "The email address of the user who fills the form will be used in the field 'From'."
514
- msgstr "В поле \"From\" в письме будет использоваться электронная почта того пользователя, который заполняет форму."
 
 
 
 
515
 
516
- #: contact_form.php:967
517
- msgid "If this option is changed, email messages may be moved to the spam folder or email delivery failures may occur."
518
- msgstr "Если эта настройка будет изменена, то это может приводить к тому, что письма будут попадать в спам или не будут доставлены."
 
 
 
 
519
 
520
  # @ contact_form
521
- #: contact_form.php:973
522
  msgid "Required symbol"
523
  msgstr "Символ, отображающий обязательное поле"
524
 
525
  # @ contact_form
526
- #: contact_form.php:983
527
  msgid "Fields"
528
  msgstr "Поля"
529
 
530
  # @ contact_form
531
- #: contact_form.php:984
532
  msgid "Used"
533
  msgstr "Используется"
534
 
535
  # @ contact_form
536
- #: contact_form.php:985
537
  msgid "Required"
538
  msgstr "Обязательные"
539
 
540
  # @ contact_form
541
- #: contact_form.php:986
542
  msgid "Visible"
543
  msgstr "Видимое"
544
 
545
  # @ contact_form
546
- #: contact_form.php:987
547
  msgid "Disabled for editing"
548
  msgstr "Нет возможности редактировать"
549
 
550
  # @ contact_form
551
- #: contact_form.php:988
552
  msgid "Field's default value"
553
  msgstr "Значение по умолчанию"
554
 
555
- #: contact_form.php:1000
556
  msgid "Use User's name as a default value if the user is logged in."
557
- msgstr "Использовать имя Пользователя как значение по умолчанию, если пользователь залогинен."
 
 
558
 
559
- #: contact_form.php:1001
560
- #: contact_form.php:1029
561
- msgid "'Visible' and 'Disabled for editing' options will be applied only to logged-in users."
562
- msgstr "Опции \"Видимое\" и \"Нет возможности редактировать\" будут применены только к залогиненным пользователям."
 
 
 
563
 
564
  # @ contact_form
565
- #: contact_form.php:1005
566
  msgid "Location selectbox"
567
  msgstr "Список местоположений"
568
 
569
  # @ contact_form
570
- #: contact_form.php:1013
571
- #: contact_form.php:1395
572
- #: contact_form.php:2168
573
- #: contact_form.php:2202
574
  msgid "Address"
575
  msgstr "Адрес"
576
 
577
  # @ contact_form
578
- #: contact_form.php:1021
579
  msgid "Email Address"
580
  msgstr "Email адрес"
581
 
582
- #: contact_form.php:1028
583
  msgid "Use User's email as a default value if the user is logged in."
584
- msgstr "Использовать Email адрес Пользователя как значение по умолчанию, если пользователь залогинен."
 
 
585
 
586
  # @ contact_form
587
- #: contact_form.php:1033
588
  msgid "Phone number"
589
  msgstr "Телефон"
590
 
591
  # @ contact_form
592
- #: contact_form.php:1041
593
- #: contact_form.php:1410
594
- #: contact_form.php:2183
595
- #: contact_form.php:2211
596
  msgid "Subject"
597
  msgstr "Тема"
598
 
599
  # @ contact_form
600
- #: contact_form.php:1049
601
- #: contact_form.php:1414
602
- #: contact_form.php:2186
603
- #: contact_form.php:2213
604
  msgid "Message"
605
  msgstr "Сообщение"
606
 
607
  # @ contact_form
608
- #: contact_form.php:1073
609
  msgid "Attachment block"
610
  msgstr "Блок Прикрепить файл"
611
 
612
  # @ contact_form
613
- #: contact_form.php:1075
614
  msgid "Users can attach the following file formats"
615
  msgstr "Пользователи могут прикрепить файлы таких типов"
616
 
617
  # @ contact_form
618
- #: contact_form.php:1088
619
  msgid "Add to the form"
620
  msgstr "Добавить в форму"
621
 
622
  # @ contact_form
623
- #: contact_form.php:1093
624
  msgid "Tips below the Attachment"
625
  msgstr "Пояснения после блока \"Прикрепить файл\""
626
 
627
  # @ contact_form
628
- #: contact_form.php:1102
629
  msgid "'Send me a copy' block"
630
  msgstr "Блок 'Отправить мне копию'"
631
 
632
  # @ contact_form
633
- #: contact_form.php:1112
634
- #: contact_form.php:1115
635
- #: contact_form.php:1119
636
- #: contact_form.php:1424
637
  msgid "Captcha"
638
  msgstr "Captcha"
639
 
640
  # @ contact_form
641
- #: contact_form.php:1115
642
  msgid "Activate captcha"
643
  msgstr "Активировать captcha"
644
 
645
  # @ contact_form
646
- #: contact_form.php:1119
647
  msgid "Download captcha"
648
  msgstr "Скачать captcha"
649
 
650
  # @ contact_form
651
- #: contact_form.php:1127
652
  msgid "Agreement checkbox"
653
  msgstr "Чекбокс согласия с условиями"
654
 
655
  # @ contact_form
656
- #: contact_form.php:1127
657
  msgid "Required checkbox for submitting the form"
658
  msgstr "Обязательный чекбокс для отправки формы"
659
 
660
  # @ contact_form
661
- #: contact_form.php:1128
662
  msgid "Optional checkbox"
663
  msgstr "Дополнительный чекбокс"
664
 
665
  # @ contact_form
666
- #: contact_form.php:1128
667
  msgid "Optional checkbox, the results of which will be displayed in email"
668
  msgstr "Дополнительный чекбокс, результаты которого будут отображениы в email"
669
 
670
  # @ contact_form
671
- #: contact_form.php:1145
672
  msgid "Delete an attachment file from the server after the email is sent"
673
  msgstr "Удалить прикрепленный файл с сервера после отправки письма"
674
 
675
  # @ contact_form
676
- #: contact_form.php:1151
677
  msgid "Email in HTML format sending"
678
  msgstr "Отправка еmail в формате HTML"
679
 
680
  # @ contact_form
681
- #: contact_form.php:1155
682
  msgid "Display additional info in the email"
683
  msgstr "Отображение дополнительной информации в письме"
684
 
685
  # @ contact_form
686
- #: contact_form.php:1160
687
- #: contact_form.php:2129
688
- #: contact_form.php:2131
689
  msgid "Sent from (ip address)"
690
  msgstr "Отправлено от (ip адрес)"
691
 
692
  # @ contact_form
693
- #: contact_form.php:1160
694
  msgid "Example: Sent from (IP address):\t127.0.0.1"
695
  msgstr "Пример: Sent from (IP address):\t127.0.0.1"
696
 
697
  # @ contact_form
698
- #: contact_form.php:1161
699
- #: contact_form.php:2135
700
- #: contact_form.php:2137
701
  msgid "Date/Time"
702
  msgstr "Дата/Время"
703
 
704
  # @ contact_form
705
- #: contact_form.php:1161
706
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
707
  msgstr "Пример: Date/Time:\tAugust 19, 2013 8:50 pm"
708
 
709
  # @ contact_form
710
- #: contact_form.php:1162
711
- #: contact_form.php:2141
712
- #: contact_form.php:2143
713
  msgid "Sent from (referer)"
714
  msgstr "Пришло из (реферер)"
715
 
716
  # @ contact_form
717
- #: contact_form.php:1162
718
- msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
719
- msgstr "Пример: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
 
 
720
 
721
  # @ contact_form
722
- #: contact_form.php:1163
723
- #: contact_form.php:2147
724
- #: contact_form.php:2149
725
  msgid "Using (user agent)"
726
  msgstr "Используя (user agent)"
727
 
728
  # @ contact_form
729
- #: contact_form.php:1163
730
- 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"
731
- 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"
 
 
 
 
732
 
733
  # @ contact_form
734
- #: contact_form.php:1167
735
  msgid "Language settings for the field names in the form"
736
  msgstr "Языковые настройки для названия полей в форме"
737
 
738
  # @ contact_form
739
- #: contact_form.php:1176
740
  msgid "Add a language"
741
  msgstr "Добавить язык"
742
 
743
  # @ contact_form
744
- #: contact_form.php:1180
745
  msgid "Change the names of the contact form fields and error messages"
746
  msgstr "Изменить названия полей контактной формы и сообщений об ошибках"
747
 
748
  # @ contact_form
749
- #: contact_form.php:1185
750
- #: contact_form.php:1272
751
  msgid "English"
752
  msgstr "Английский"
753
 
754
  # @ contact_form
755
- #: contact_form.php:1193
756
- #: contact_form.php:1227
757
  msgid "click to expand/hide the list"
758
  msgstr "нажмите чтобы развернуть/свернуть список"
759
 
760
  # @ contact_form
761
- #: contact_form.php:1202
762
- #: contact_form.php:1236
763
  msgid "Tips below the Attachment block"
764
  msgstr "Пояснения после блока \"Прикрепить файл\""
765
 
766
  # @ contact_form
767
- #: contact_form.php:1205
768
- #: contact_form.php:1239
769
  msgid "Error message for the Name field"
770
  msgstr "Сообщение об ошибке для поля Name"
771
 
772
  # @ contact_form
773
- #: contact_form.php:1206
774
- #: contact_form.php:1240
775
  msgid "Error message for the Address field"
776
  msgstr "Сообщение об ошибке для поля Address"
777
 
778
  # @ contact_form
779
- #: contact_form.php:1207
780
- #: contact_form.php:1241
781
  msgid "Error message for the Email field"
782
  msgstr "Сообщение об ошибке для поля Email"
783
 
784
  # @ contact_form
785
- #: contact_form.php:1208
786
- #: contact_form.php:1242
787
  msgid "Error message for the Phone field"
788
  msgstr "Сообщение об ошибке для поля Phone"
789
 
790
  # @ contact_form
791
- #: contact_form.php:1209
792
- #: contact_form.php:1243
793
  msgid "Error message for the Subject field"
794
  msgstr "Сообщение об ошибке для поля Subject"
795
 
796
  # @ contact_form
797
- #: contact_form.php:1210
798
- #: contact_form.php:1244
799
  msgid "Error message for the Message field"
800
  msgstr "Сообщение об ошибке для поля Message"
801
 
802
  # @ contact_form
803
- #: contact_form.php:1211
804
- #: contact_form.php:1245
805
  msgid "Error message about the file type for the Attachment field"
806
  msgstr "Сообщение об ошибке о типе файла для поля Attachment"
807
 
808
  # @ contact_form
809
- #: contact_form.php:1212
810
- #: contact_form.php:1246
811
- msgid "Error message while uploading a file for the Attachment field to the server"
812
  msgstr "Сообщение об ошибке при загрузке файла на сервер для поля Attachment"
813
 
814
  # @ contact_form
815
- #: contact_form.php:1213
816
- #: contact_form.php:1247
817
  msgid "Error message while moving the file for the Attachment field"
818
  msgstr "Сообщение об ошибке при перемещении файла для поля Attachment"
819
 
820
  # @ contact_form
821
- #: contact_form.php:1214
822
- #: contact_form.php:1248
823
  msgid "Error message when file size limit for the Attachment field is exceeded"
824
- msgstr "Сообщение об ошибке когда размер файла превышает размер разрешенного сервером для поля Attachment"
 
 
825
 
826
  # @ contact_form
827
- #: contact_form.php:1215
828
- #: contact_form.php:1249
829
  msgid "Error message for the Captcha field"
830
  msgstr "Сообщение об ошибке для поля Captcha"
831
 
832
  # @ contact_form
833
- #: contact_form.php:1216
834
- #: contact_form.php:1250
835
  msgid "Error message for the whole form"
836
  msgstr "Сообщение об ошибке для всей формы"
837
 
838
  # @ contact_form
839
- #: contact_form.php:1219
840
- #: contact_form.php:1221
841
- #: contact_form.php:1253
842
- #: contact_form.php:1255
843
- #: contact_form.php:1282
844
- #: contact_form.php:1284
845
- #: contact_form.php:1292
846
- #: contact_form.php:1294
847
- #: contact_form.php:2490
848
- #: contact_form.php:2492
849
  msgid "Use shortcode"
850
  msgstr "Использовать шорткод"
851
 
852
  # @ contact_form
853
- #: contact_form.php:1219
854
- #: contact_form.php:1221
855
- #: contact_form.php:1253
856
- #: contact_form.php:1255
857
- #: contact_form.php:1282
858
- #: contact_form.php:1284
859
- #: contact_form.php:1292
860
- #: contact_form.php:1294
861
- #: contact_form.php:2490
862
- #: contact_form.php:2492
863
  msgid "for this language"
864
  msgstr "для данного языка"
865
 
866
  # @ contact_form
867
- #: contact_form.php:1263
868
  msgid "Use the changed names of the contact form fields in the email"
869
- msgstr "Использовать измененные названия полей контактной формы в электронном письме"
 
870
 
871
  # @ contact_form
872
- #: contact_form.php:1269
873
  msgid "Action after email is sent"
874
  msgstr "Действие после отправки письма"
875
 
876
  # @ contact_form
877
- #: contact_form.php:1271
878
  msgid "Display text"
879
  msgstr "Отобразить текст"
880
 
881
  # @ contact_form
882
- #: contact_form.php:1280
883
- #: contact_form.php:1290
884
  msgid "Text"
885
  msgstr "Текст"
886
 
887
  # @ contact_form
888
- #: contact_form.php:1301
889
  msgid "Redirect to the page"
890
  msgstr "Перенаправление на страницу"
891
 
892
  # @ contact_form
893
- #: contact_form.php:1302
894
  msgid "Url"
895
  msgstr "Url"
896
 
897
  # @ contact_form
898
- #: contact_form.php:1306
899
  msgid "The $_SERVER variable that is used to build a URL of the form"
900
  msgstr "$_SERVER переменная, используемая при формировании URL формы"
901
 
902
  # @ contact_form
903
- #: contact_form.php:1310
904
- msgid "If you are not sure whether to change this setting or not, please do not do that."
905
- msgstr "Если вы не уверены, стоит ли менять эту настройку, мы не рекомендуем вам этого делать."
 
 
 
 
906
 
907
  # @ contact_form_pro
908
- #: contact_form.php:1319
909
  msgid "Auto Response"
910
  msgstr "Автоответ"
911
 
912
  # @ contact_form
913
- #: contact_form.php:1323
914
  #, php-format
915
- msgid "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to display data from the Message field, as well as %%SITENAME%% to display blog name."
916
- msgstr "Вы можете использовать %%NAME%% для отображения данных поля емейла, %%MESSAGE%% для отображения данных поля Сообщений и %%SITENAME%% для отображения названия блога."
 
 
 
 
 
 
917
 
918
  # @ default
919
- #: contact_form.php:1349
920
- #: contact_form.php:1533
921
  msgid "Save Changes"
922
  msgstr "Save Changes"
923
 
924
  # @ contact_form
925
- #: contact_form.php:1355
926
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
927
- msgstr "Если вам понравился плагин, пожалуйста, поставте нам 5 звезд на WordPress"
928
-
929
- # @ contact_form
930
- #: contact_form.php:1356
931
- msgid "Rate the plugin"
932
- msgstr "Оценить плагин"
933
-
934
- # @ contact_form
935
- #: contact_form.php:1359
936
- msgid "If there is something wrong about it, please contact us"
937
- msgstr "Если у вас есть какие-то вопросы, обращайтесь"
938
-
939
- # @ contact_form
940
- #: contact_form.php:1370
941
  msgid "Errors output"
942
  msgstr "Отображение ошибок"
943
 
944
  # @ contact_form
945
- #: contact_form.php:1373
946
  msgid "Display error messages"
947
  msgstr "Отображать сообщения об ошибках"
948
 
949
  # @ contact_form
950
- #: contact_form.php:1374
951
  msgid "Color of the input field errors."
952
  msgstr "Отображать ошибки цветом для полей ввода."
953
 
954
  # @ contact_form
955
- #: contact_form.php:1375
956
  msgid "Display error messages & color of the input field errors"
957
  msgstr "Отображать сообщения об ошибках & цвет полей ввода с ошибками"
958
 
959
  # @ contact_form
960
- #: contact_form.php:1380
961
  msgid "Add placeholder to the input blocks"
962
  msgstr "Добавить вспомогательный текст в поля ввода"
963
 
964
  # @ contact_form
965
- #: contact_form.php:1386
966
  msgid "Add tooltips"
967
  msgstr "Добавить подсказки"
968
 
969
  # @ contact_form
970
- #: contact_form.php:1400
971
  msgid "Email address"
972
  msgstr "Email адрес"
973
 
974
  # @ contact_form
975
- #: contact_form.php:1405
976
  msgid "Phone Number"
977
  msgstr "Телефон"
978
 
979
  # @ contact_form
980
- #: contact_form.php:1419
981
  msgid "Attachment"
982
  msgstr "Прикрепить файл"
983
 
984
  # @ contact_form
985
- #: contact_form.php:1424
986
  msgid "(powered by bestwebsoft.com)"
987
  msgstr "(разработано компанией bestwebsoft.com)"
988
 
989
  # @ contact_form
990
- #: contact_form.php:1429
991
  msgid "Style options"
992
  msgstr "Настройки стиля"
993
 
994
  # @ contact_form
995
- #: contact_form.php:1432
996
  msgid "Text color"
997
  msgstr "Цвет текста"
998
 
999
  # @ contact_form
1000
- #: contact_form.php:1435
1001
- #: contact_form.php:1440
1002
- #: contact_form.php:1450
1003
- #: contact_form.php:1455
1004
- #: contact_form.php:1460
1005
- #: contact_form.php:1465
1006
- #: contact_form.php:1475
1007
- #: contact_form.php:1480
1008
- #: contact_form.php:1486
1009
- #: contact_form.php:1497
1010
- #: contact_form.php:1502
1011
- #: contact_form.php:1507
1012
  msgid "Default"
1013
  msgstr "По-умолчанию"
1014
 
1015
  # @ contact_form
1016
- #: contact_form.php:1437
1017
  msgid "Label text color"
1018
  msgstr "Цвет текста"
1019
 
1020
  # @ contact_form
1021
- #: contact_form.php:1442
1022
  msgid "Placeholder color"
1023
  msgstr "Цвет замещающегося текста"
1024
 
1025
  # @ contact_form
1026
- #: contact_form.php:1447
1027
  msgid "Errors color"
1028
  msgstr "Цвет ошибок"
1029
 
1030
  # @ contact_form
1031
- #: contact_form.php:1452
1032
  msgid "Error text color"
1033
  msgstr "Цвет текста для ошибок"
1034
 
1035
  # @ contact_form
1036
- #: contact_form.php:1457
1037
  msgid "Background color of the input field errors"
1038
  msgstr "Цвет фона для полей ввода с ошибками"
1039
 
1040
  # @ contact_form
1041
- #: contact_form.php:1462
1042
  msgid "Border color of the input field errors"
1043
  msgstr "Цвет рамки для полей ввода с ошибками"
1044
 
1045
  # @ contact_form
1046
- #: contact_form.php:1467
1047
  msgid "Placeholder color of the input field errors"
1048
  msgstr "Цвет вспомогательного текста для полей ввода с ошибками"
1049
 
1050
  # @ contact_form
1051
- #: contact_form.php:1472
1052
  msgid "Input fields"
1053
  msgstr "Поля ввода"
1054
 
1055
  # @ contact_form
1056
- #: contact_form.php:1477
1057
  msgid "Input fields background color"
1058
  msgstr "Цвет фона для полей ввода"
1059
 
1060
  # @ contact_form
1061
- #: contact_form.php:1482
1062
  msgid "Text fields color"
1063
  msgstr "Цвет текста для полей ввода"
1064
 
1065
  # @ contact_form
1066
- #: contact_form.php:1484
1067
  msgid "Border width in px, numbers only"
1068
  msgstr "Ширина рамки в пикселях, только цифры"
1069
 
1070
  # @ contact_form
1071
- #: contact_form.php:1488
1072
- #: contact_form.php:1509
1073
  msgid "Border color"
1074
  msgstr "Цвет рамки"
1075
 
1076
  # @ contact_form
1077
- #: contact_form.php:1493
1078
  msgid "Submit button"
1079
  msgstr "Кнопка Отправить"
1080
 
1081
  # @ contact_form
1082
- #: contact_form.php:1495
1083
  msgid "Width in px, numbers only"
1084
  msgstr "Ширина в пикселях, только цифры"
1085
 
1086
  # @ contact_form
1087
- #: contact_form.php:1499
1088
  msgid "Button color"
1089
  msgstr "Цвет кнопки"
1090
 
1091
  # @ contact_form
1092
- #: contact_form.php:1504
1093
  msgid "Button text color"
1094
  msgstr "Цвет текста для кнопки"
1095
 
1096
  # @ contact_form
1097
- #: contact_form.php:1537
1098
  msgid "Contact Form Pro | Preview"
1099
  msgstr "Contact Form Pro | Предпросмотр"
1100
 
1101
  # @ contact_form
1102
- #: contact_form.php:1540
1103
  msgid "Show with errors"
1104
  msgstr "Отображать с ошибками"
1105
 
1106
  # @ contact_form
1107
- #: contact_form.php:1548
1108
- #: contact_form.php:1550
1109
  msgid "Please enter your full name..."
1110
  msgstr "Пожалуйста введите ваше имя..."
1111
 
1112
  # @ contact_form
1113
- #: contact_form.php:1561
1114
- #: contact_form.php:1563
1115
  msgid "Please enter your address..."
1116
  msgstr "Пожалуйста введите ваш адресс..."
1117
 
1118
  # @ contact_form
1119
- #: contact_form.php:1572
1120
- #: contact_form.php:1574
1121
  msgid "Please enter your email address..."
1122
  msgstr "Пожалуйста введите ваш email..."
1123
 
1124
  # @ contact_form
1125
- #: contact_form.php:1583
1126
- #: contact_form.php:1585
1127
  msgid "Please enter your phone number..."
1128
  msgstr "Пожалуйста введите ваш телефон..."
1129
 
1130
  # @ contact_form
1131
- #: contact_form.php:1594
1132
- #: contact_form.php:1596
1133
  msgid "Please enter subject..."
1134
  msgstr "Пожалуйста введите тему..."
1135
 
1136
  # @ contact_form
1137
- #: contact_form.php:1604
1138
- #: contact_form.php:1606
1139
  msgid "Please enter your message..."
1140
  msgstr "Пожалуйста введите ваше сообщение..."
1141
 
1142
  # @ contact_form
1143
- #: contact_form.php:1648
1144
- msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
1145
- msgstr "Поздравляем! PRO версия плагина была успешно загружена и активирована."
1146
-
1147
- # @ contact_form
1148
- #: contact_form.php:1650
1149
- msgid "Please, go to"
1150
- msgstr "Пожалуйста, перейдите на"
1151
-
1152
- # @ contact_form
1153
- #: contact_form.php:1650
1154
- msgid "the setting page"
1155
- msgstr "страницу настроек"
1156
-
1157
- # @ contact_form
1158
- #: contact_form.php:1651
1159
- msgid "You will be redirected automatically in 5 seconds."
1160
- msgstr "Вы будете перенаправлены автоматически через 5 секунд."
1161
-
1162
- # @ contact_form
1163
- #: contact_form.php:1656
1164
- msgid "You can download and activate"
1165
- msgstr "Вы можете скачать и активировать"
1166
-
1167
- # @ contact_form
1168
- #: contact_form.php:1658
1169
- msgid "version of this plugin by entering Your license key."
1170
- msgstr "версию этого плагина, введя ваш лицензионный ключ."
1171
-
1172
- # @ contact_form
1173
- #: contact_form.php:1660
1174
- msgid "You can find your license key on your personal page Client area, by clicking on the link"
1175
- msgstr "Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, нажав на ссылку"
1176
-
1177
- # @ contact_form
1178
- #: contact_form.php:1662
1179
- msgid "(your username is the email you specify when purchasing the product)."
1180
- msgstr "(ваше имя пользователя - это электронный адрес, указанный при покупке продукта)."
1181
-
1182
- # @ contact_form
1183
- #: contact_form.php:1670
1184
- #: contact_form.php:1680
1185
- msgid "Activate"
1186
- msgstr "Активировать"
1187
-
1188
- # @ contact_form
1189
- #: contact_form.php:1752
1190
  msgid "Sorry, email message could not be delivered."
1191
  msgstr "Извините, ваш email не может быть отправлен."
1192
 
1193
  # @ contact_form
1194
- #: contact_form.php:2156
1195
  msgid "Contact from"
1196
  msgstr "Контактная Форма"
1197
 
1198
  # @ contact_form
1199
- #: contact_form.php:2178
1200
- #: contact_form.php:2208
1201
  msgid "Phone"
1202
  msgstr "Телефон"
1203
 
1204
  # @ contact_form
1205
- #: contact_form.php:2189
1206
- #: contact_form.php:2215
1207
  msgid "Site"
1208
  msgstr "Сайт"
1209
 
1210
  # @ contact_form
1211
- #: contact_form.php:2302
1212
- msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1213
- msgstr "Если вы можете видеть этот MIME значит ваш почтовый клиент не поддерживает MIME тип!"
 
 
 
 
1214
 
1215
  # @ contact_form
1216
- #: contact_form.php:2378
1217
  msgid "Support"
1218
  msgstr "Поддержка"
1219
 
1220
  # @ contact_form
1221
- #: contact_form.php:2432
1222
  msgid "Are you sure that you want to delete this language data?"
1223
  msgstr "Вы действительно хотите удалить данные для этого языка?"
1224
 
1225
  # @ contact_form
1226
- #: contact_form.php:2653
1227
- msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
1228
- msgstr "Пора обновить <strong>Contact Form plugin</strong> до <strong>PRO</strong> версии"
 
 
 
 
 
 
 
 
1229
 
1230
  # @ contact_form
1231
- #: contact_form.php:2654
1232
- msgid "Extend standard plugin functionality with new great options."
1233
- msgstr "Расширение стандартного функционала плагина новыми опциями."
 
 
 
 
1234
 
1235
  # @ contact_form
1236
- #: contact_form.php:2669
1237
- msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1238
- msgstr "<strong>Contact Form to DB</strong> позволяет хранить ваши сообщения в базе данных."
 
 
 
 
1239
 
1240
  # @ contact_form
1241
- #: contact_form.php:2670
1242
  msgid "Manage messages that have been sent from your website."
1243
  msgstr "Управление сообщениями, которые были отправлены с вашего сайта."
1244
-
2
  msgstr ""
3
  "Project-Id-Version: Contact Form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-05 13:02+0300\n"
6
+ "PO-Revision-Date: 2015-03-05 16:52+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=3; plural=n%100/10==1 ? 2 : n%10==1 ? 0 : (n"
13
+ "+9)%10>3 ? 2 : 1;\n"
14
  "X-Generator: Poedit 1.5.4\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-Basepath: ..\n"
18
  "X-Textdomain-Support: yes\n"
19
+ "Language: ru_RU\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
  # @ contact_form
23
+ #: contact_form.php:35 contact_form.php:631
 
24
  msgid "Contact Form Settings"
25
  msgstr "Настройки Contact Form"
26
 
27
  # @ contact_form
28
+ #: contact_form.php:35
29
  msgid "Contact Form"
30
  msgstr "Contact Form"
31
 
32
  # @ contact_form
33
+ #: contact_form.php:123 contact_form.php:1012 contact_form.php:1046
 
 
34
  msgid "Name:"
35
  msgstr "Имя:"
36
 
37
  # @ contact_form
38
+ #: contact_form.php:124 contact_form.php:1013 contact_form.php:1047
 
 
39
  msgid "Address:"
40
  msgstr "Адрес:"
41
 
42
  # @ contact_form
43
+ #: contact_form.php:125 contact_form.php:1014 contact_form.php:1048
 
 
44
  msgid "Email Address:"
45
  msgstr "E-mail адрес:"
46
 
47
  # @ contact_form
48
+ #: contact_form.php:126 contact_form.php:1015 contact_form.php:1049
 
 
49
  msgid "Phone number:"
50
  msgstr "Телефон:"
51
 
52
  # @ contact_form
53
+ #: contact_form.php:127 contact_form.php:1016 contact_form.php:1050
 
 
54
  msgid "Subject:"
55
  msgstr "Тема:"
56
 
57
  # @ contact_form
58
+ #: contact_form.php:128 contact_form.php:1017 contact_form.php:1051
 
 
59
  msgid "Message:"
60
  msgstr "Сообщение:"
61
 
62
  # @ contact_form
63
+ #: contact_form.php:129 contact_form.php:1018 contact_form.php:1052
 
 
64
  msgid "Attachment:"
65
  msgstr "Прикрепить файл:"
66
 
67
  # @ contact_form
68
+ #: contact_form.php:130
69
+ msgid ""
70
+ "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
71
+ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
72
+ "2MB"
73
+ msgstr ""
74
+ "Поддерживаемые типы файлов: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, "
75
+ "AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Максимальный "
76
+ "размер файла: 2 МБ"
77
 
78
  # @ contact_form
79
+ #: contact_form.php:131 contact_form.php:1020 contact_form.php:1054
 
 
80
  msgid "Send me a copy"
81
  msgstr "Отправить мне копию"
82
 
83
  # @ contact_form
84
+ #: contact_form.php:132 contact_form.php:1021 contact_form.php:1055
 
 
85
  msgid "Submit"
86
  msgstr "Отправить"
87
 
88
  # @ contact_form
89
+ #: contact_form.php:133
90
  msgid "Your name is required."
91
  msgstr "Ваше имя - это обязательное поле."
92
 
93
  # @ contact_form
94
+ #: contact_form.php:134
95
  msgid "Address is required."
96
  msgstr "Поле адреса - обязательное для заполнения."
97
 
98
  # @ contact_form
99
+ #: contact_form.php:135
100
  msgid "A valid email address is required."
101
  msgstr "Поле email адреса - обязательное для заполнения."
102
 
103
  # @ contact_form
104
+ #: contact_form.php:136
105
  msgid "Phone number is required."
106
  msgstr "Телефон - это обязательное поле."
107
 
108
  # @ contact_form
109
+ #: contact_form.php:137
110
  msgid "Subject is required."
111
  msgstr "Поле Тема - обязательное поле."
112
 
113
  # @ contact_form
114
+ #: contact_form.php:138
115
  msgid "Message text is required."
116
  msgstr "Поле Сообщение - обязательное поле."
117
 
118
  # @ contact_form
119
+ #: contact_form.php:139
120
  msgid "File format is not valid."
121
  msgstr "Прикрепленный тип файла не поддерживается."
122
 
123
  # @ contact_form
124
+ #: contact_form.php:140
125
  msgid "File upload error."
126
  msgstr "Ошибка загрузки файла."
127
 
128
  # @ contact_form
129
+ #: contact_form.php:141
130
  msgid "The file could not be uploaded."
131
  msgstr "Невозможно загрузить файл."
132
 
133
  # @ contact_form
134
+ #: contact_form.php:142
135
  msgid "This file is too large."
136
  msgstr "Размер файла слишком большой."
137
 
138
  # @ contact_form
139
+ #: contact_form.php:143
140
  msgid "Please fill out the CAPTCHA."
141
  msgstr "Пожалуйста, заполните CAPTCHA."
142
 
143
  # @ contact_form
144
+ #: contact_form.php:144
145
  msgid "Please make corrections below and try again."
146
+ msgstr ""
147
+ "Пожалуйста, сделайте исправления в отмеченных полях ниже и повторите попытку."
148
 
149
  # @ contact_form
150
+ #: contact_form.php:146
151
  msgid "Thank you for contacting us."
152
  msgstr "Спасибо за контакт с нами."
153
 
154
+ #: contact_form.php:543
155
+ msgid ""
156
+ "Email 'FROM' field option was changed, which may cause email messages being "
157
+ "moved to the spam folder or email delivery failures."
158
+ msgstr ""
159
+ "Опция \"Электронный адрес поля 'От'\" была изменена, что может приводить к "
160
+ "тому, что письма будут попадать в спам или не будут доставлены."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
161
 
162
  # @ contact_form
163
+ #: contact_form.php:553
164
+ msgid ""
165
+ "If the 'Redirect to page' option is selected then the URL field should be in "
166
+ "the following format"
167
+ msgstr ""
168
+ "Если опция 'Перейти на страницу \"выбран, то Урл поле должно быть заполнено "
169
+ "в следующем формате"
170
 
171
  # @ contact_form
172
+ #: contact_form.php:562
173
  msgid "Such user does not exist."
174
  msgstr "Данный пользователь не найден."
175
 
176
  # @ contact_form
177
+ #: contact_form.php:572
178
+ msgid ""
179
+ "Please enter a valid email address in the 'Use this email address' field."
180
  msgstr "Пожалуйста, введите корректный email в поле 'Использовать этот email'."
181
 
182
  # @ contact_form
183
+ #: contact_form.php:580
184
  msgid "Please enter a valid email address in the 'FROM' field."
185
  msgstr "Пожалуйста, введите корректный email для поля 'FROM'."
186
 
187
  # @ contact_form
188
+ #: contact_form.php:603
189
  msgid "Settings saved."
190
  msgstr "Опции сохранены."
191
 
192
  # @ contact_form
193
+ #: contact_form.php:605
194
  msgid "Settings are not saved."
195
  msgstr "Настройки не сохранены."
196
 
197
  # @ contact_form
198
+ #: contact_form.php:633 contact_form.php:2126 contact_form.php:2140
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
199
  msgid "Settings"
200
  msgstr "Настройки"
201
 
202
  # @ contact_form
203
+ #: contact_form.php:634
204
  msgid "Additional settings"
205
  msgstr "Дополнительные настройки"
206
 
207
+ #: contact_form.php:635
208
  msgid "Appearance"
209
  msgstr "Отображение"
210
 
211
  # @ contact_form
212
+ #: contact_form.php:636 contact_form.php:2141
 
213
  msgid "FAQ"
214
  msgstr "FAQ"
215
 
216
  # @ contact_form
217
+ #: contact_form.php:637
218
  msgid "Go PRO"
219
  msgstr "Перейти на PRO версию"
220
 
221
  # @ contact_form
222
+ #: contact_form.php:640 contact_form.php:642
 
223
  msgid "Notice:"
224
  msgstr "Обратите внимание:"
225
 
226
  # @ contact_form
227
+ #: contact_form.php:640
228
+ msgid ""
229
+ "The plugin's settings have been changed. In order to save them please don't "
230
+ "forget to click the 'Save Changes' button."
231
+ msgstr ""
232
+ "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, "
233
+ "не забудьте нажать кнопку 'Сохранить изменения'."
234
 
235
  # @ contact_form
236
+ #: contact_form.php:650
237
+ msgid ""
238
+ "If you want to create multiple contact forms, please install the Contact "
239
+ "Form Multi plugin."
240
+ msgstr ""
241
+ "Если вы хотите создать несколько разных контактных форм, пожалуйста, "
242
+ "установите плагин Contact Form Multi."
243
 
244
  # @ contact_form
245
+ #: contact_form.php:657 contact_form.php:660 contact_form.php:1439
246
+ msgid ""
247
+ "If you would like to add the Contact Form to your website, just copy and "
248
+ "paste this shortcode to your post or page or widget:"
249
+ msgstr ""
250
+ "Если вы хотите добавить контактную форму на свой сайт, вам надо только "
251
+ "скопировать и вставить шорткод в контент страницы или поста или виджета:"
252
 
253
  # @ contact_form
254
+ #: contact_form.php:657 contact_form.php:658 contact_form.php:660
255
+ #: contact_form.php:661 contact_form.php:1036 contact_form.php:1038
256
+ #: contact_form.php:1099 contact_form.php:1101
 
 
 
 
 
257
  msgid "or"
258
  msgstr "или"
259
 
260
  # @ contact_form
261
+ #: contact_form.php:658 contact_form.php:661
262
+ msgid ""
263
+ "If have any problems with the standard shortcode [contact_form], you should "
264
+ "use the shortcode"
265
+ msgstr ""
266
+ "Если у вас возникают проблемы с использованием стандартного шорткода "
267
+ "[contact_form], то используйте шортокод"
268
 
269
  # @ contact_form
270
+ #: contact_form.php:658 contact_form.php:661
 
271
  msgid "They work the same way."
272
  msgstr "Шорткоды работают одинаково."
273
 
274
  # @ contact_form
275
+ #: contact_form.php:665
276
+ msgid ""
277
+ "If you leave the fields empty, the messages will be sent to the email "
278
+ "address specified during registration."
279
+ msgstr ""
280
+ "Если информация в полях ниже отсутствует, сообщения будут оправлены на email "
281
+ "адрес, который был указан при регистрации сайта."
282
 
283
  # @ contact_form
284
+ #: contact_form.php:668
285
  msgid "The user's email address:"
286
  msgstr "Email пользователя сайта:"
287
 
288
  # @ contact_form
289
+ #: contact_form.php:672
290
  msgid "Create a username"
291
  msgstr "Выберите имя пользователя"
292
 
293
  # @ contact_form
294
+ #: contact_form.php:685
295
+ msgid ""
296
+ "Enter a username of the person who should get the messages from the contact "
297
+ "form."
298
+ msgstr ""
299
+ "Укажите логин пользователя, который будет получать сообщения контактной "
300
+ "формы."
301
 
302
  # @ contact_form
303
+ #: contact_form.php:689
304
  msgid "Use this email address:"
305
  msgstr "Использовать этот email:"
306
 
307
  # @ contact_form
308
+ #: contact_form.php:692
309
  msgid "Enter the email address you want the messages forwarded to."
310
  msgstr "Укажите email адрес, на который будут отправляться сообщения."
311
 
312
  # @ contact_form
313
+ #: contact_form.php:701
314
  msgid "Add department selectbox to the contact form:"
315
  msgstr "Добавить выбор отдела в контактную форму:"
316
 
317
  # @ contact_form
318
+ #: contact_form.php:709 contact_form.php:1145 contact_form.php:1322
 
 
319
  msgid "If you upgrade to Pro version all your settings will be saved."
320
  msgstr "При установке Pro версии плагина, все ваши настройки сохраняются."
321
 
322
  # @ contact_form
323
+ #: contact_form.php:716 contact_form.php:879 contact_form.php:952
324
+ #: contact_form.php:1152 contact_form.php:1329
 
 
 
325
  msgid "Unlock premium options by upgrading to a PRO version."
326
  msgstr "Активируйте премиум опции обновившись до PRO версии."
327
 
328
  # @ contact_form
329
+ #: contact_form.php:717 contact_form.php:880 contact_form.php:953
330
+ #: contact_form.php:1153 contact_form.php:1330 contact_form.php:2402
 
 
 
 
 
331
  msgid "Learn More"
332
  msgstr "Подробнее"
333
 
334
  # @ contact_form
335
+ #: contact_form.php:720 contact_form.php:883 contact_form.php:956
336
+ #: contact_form.php:1156 contact_form.php:1333
 
 
 
337
  msgid "Go"
338
  msgstr "Перейти на"
339
 
340
  # @ contact_form
341
+ #: contact_form.php:727
342
  msgid "Save emails to the database"
343
  msgstr "Сохранять email в базу данных"
344
 
345
  # @ contact_form
346
+ #: contact_form.php:732
347
  msgid "Using"
348
  msgstr "Используя"
349
 
350
  # @ contact_form
351
+ #: contact_form.php:732 contact_form.php:929 contact_form.php:932
352
+ #: contact_form.php:936
 
 
353
  msgid "powered by"
354
  msgstr "разработано компанией"
355
 
356
  # @ contact_form
357
+ #: contact_form.php:735 contact_form.php:739
 
358
  msgid "Using Contact Form to DB powered by"
359
  msgstr "Используя Contact Form to DB, разработанный компанией"
360
 
361
  # @ contact_form
362
+ #: contact_form.php:735
363
  msgid "Activate Contact Form to DB"
364
  msgstr "Активировать Contact Form to DB"
365
 
366
  # @ contact_form
367
+ #: contact_form.php:739
368
  msgid "Download Contact Form to DB"
369
  msgstr "Загрузить Contact Form to DB"
370
 
371
  # @ contact_form
372
+ #: contact_form.php:749
373
  msgid "What to use?"
374
  msgstr "Что использовать?"
375
 
376
  # @ contact_form
377
+ #: contact_form.php:752
378
  msgid "Wp-mail"
379
  msgstr "Wp-mail"
380
 
381
  # @ contact_form
382
+ #: contact_form.php:752
383
  msgid "You can use the wp_mail function for mailing"
384
  msgstr "Для отправки почты вы можете использовать функцию WordPress wp_mail"
385
 
386
  # @ contact_form
387
+ #: contact_form.php:754
388
  msgid "Mail"
389
  msgstr "Mail"
390
 
391
  # @ contact_form
392
+ #: contact_form.php:754
393
  msgid "To send mail you can use the php mail function"
394
  msgstr "Для отправки почты вы можете использовать функцию php mail"
395
 
396
+ #: contact_form.php:758
397
  msgid "'FROM' field"
398
  msgstr "Поле 'От'"
399
 
400
  # @ contact_form
401
+ #: contact_form.php:760 contact_form.php:810 contact_form.php:1197
402
+ #: contact_form.php:1927 contact_form.php:1963
 
 
 
403
  msgid "Name"
404
  msgstr "Имя"
405
 
406
  # @ contact_form
407
+ #: contact_form.php:764
408
  msgid "User name"
409
  msgstr "Имя пользователя"
410
 
411
  # @ contact_form
412
+ #: contact_form.php:766
413
+ msgid ""
414
+ "The name of the user who fills the form will be used in the field 'From'."
415
+ msgstr ""
416
+ "В поле \"From\" в письме будет использоваться имя того пользователя, который "
417
+ "заполняет форму."
418
 
419
  # @ contact_form
420
+ #: contact_form.php:771 contact_form.php:1938 contact_form.php:1970
 
 
421
  msgid "Email"
422
  msgstr "Email"
423
 
424
  # @ contact_form
425
+ #: contact_form.php:778
426
  msgid "User email"
427
  msgstr "Email"
428
 
429
  # @ contact_form
430
+ #: contact_form.php:780
431
+ msgid ""
432
+ "The email address of the user who fills the form will be used in the field "
433
+ "'From'."
434
+ msgstr ""
435
+ "В поле \"From\" в письме будет использоваться электронная почта того "
436
+ "пользователя, который заполняет форму."
437
 
438
+ #: contact_form.php:784
439
+ msgid ""
440
+ "If this option is changed, email messages may be moved to the spam folder or "
441
+ "email delivery failures may occur."
442
+ msgstr ""
443
+ "Если эта настройка будет изменена, то это может приводить к тому, что письма "
444
+ "будут попадать в спам или не будут доставлены."
445
 
446
  # @ contact_form
447
+ #: contact_form.php:790
448
  msgid "Required symbol"
449
  msgstr "Символ, отображающий обязательное поле"
450
 
451
  # @ contact_form
452
+ #: contact_form.php:800
453
  msgid "Fields"
454
  msgstr "Поля"
455
 
456
  # @ contact_form
457
+ #: contact_form.php:801
458
  msgid "Used"
459
  msgstr "Используется"
460
 
461
  # @ contact_form
462
+ #: contact_form.php:802
463
  msgid "Required"
464
  msgstr "Обязательные"
465
 
466
  # @ contact_form
467
+ #: contact_form.php:803
468
  msgid "Visible"
469
  msgstr "Видимое"
470
 
471
  # @ contact_form
472
+ #: contact_form.php:804
473
  msgid "Disabled for editing"
474
  msgstr "Нет возможности редактировать"
475
 
476
  # @ contact_form
477
+ #: contact_form.php:805
478
  msgid "Field's default value"
479
  msgstr "Значение по умолчанию"
480
 
481
+ #: contact_form.php:817
482
  msgid "Use User's name as a default value if the user is logged in."
483
+ msgstr ""
484
+ "Использовать имя Пользователя как значение по умолчанию, если пользователь "
485
+ "залогинен."
486
 
487
+ #: contact_form.php:818 contact_form.php:846
488
+ msgid ""
489
+ "'Visible' and 'Disabled for editing' options will be applied only to logged-"
490
+ "in users."
491
+ msgstr ""
492
+ "Опции \"Видимое\" и \"Нет возможности редактировать\" будут применены только "
493
+ "к залогиненным пользователям."
494
 
495
  # @ contact_form
496
+ #: contact_form.php:822
497
  msgid "Location selectbox"
498
  msgstr "Список местоположений"
499
 
500
  # @ contact_form
501
+ #: contact_form.php:830 contact_form.php:1202 contact_form.php:1933
502
+ #: contact_form.php:1967
 
 
503
  msgid "Address"
504
  msgstr "Адрес"
505
 
506
  # @ contact_form
507
+ #: contact_form.php:838
508
  msgid "Email Address"
509
  msgstr "Email адрес"
510
 
511
+ #: contact_form.php:845
512
  msgid "Use User's email as a default value if the user is logged in."
513
+ msgstr ""
514
+ "Использовать Email адрес Пользователя как значение по умолчанию, если "
515
+ "пользователь залогинен."
516
 
517
  # @ contact_form
518
+ #: contact_form.php:850
519
  msgid "Phone number"
520
  msgstr "Телефон"
521
 
522
  # @ contact_form
523
+ #: contact_form.php:858 contact_form.php:1217 contact_form.php:1948
524
+ #: contact_form.php:1976
 
 
525
  msgid "Subject"
526
  msgstr "Тема"
527
 
528
  # @ contact_form
529
+ #: contact_form.php:866 contact_form.php:1221 contact_form.php:1951
530
+ #: contact_form.php:1978
 
 
531
  msgid "Message"
532
  msgstr "Сообщение"
533
 
534
  # @ contact_form
535
+ #: contact_form.php:890
536
  msgid "Attachment block"
537
  msgstr "Блок Прикрепить файл"
538
 
539
  # @ contact_form
540
+ #: contact_form.php:892
541
  msgid "Users can attach the following file formats"
542
  msgstr "Пользователи могут прикрепить файлы таких типов"
543
 
544
  # @ contact_form
545
+ #: contact_form.php:905
546
  msgid "Add to the form"
547
  msgstr "Добавить в форму"
548
 
549
  # @ contact_form
550
+ #: contact_form.php:910
551
  msgid "Tips below the Attachment"
552
  msgstr "Пояснения после блока \"Прикрепить файл\""
553
 
554
  # @ contact_form
555
+ #: contact_form.php:919
556
  msgid "'Send me a copy' block"
557
  msgstr "Блок 'Отправить мне копию'"
558
 
559
  # @ contact_form
560
+ #: contact_form.php:929 contact_form.php:932 contact_form.php:936
561
+ #: contact_form.php:1231
 
 
562
  msgid "Captcha"
563
  msgstr "Captcha"
564
 
565
  # @ contact_form
566
+ #: contact_form.php:932
567
  msgid "Activate captcha"
568
  msgstr "Активировать captcha"
569
 
570
  # @ contact_form
571
+ #: contact_form.php:936
572
  msgid "Download captcha"
573
  msgstr "Скачать captcha"
574
 
575
  # @ contact_form
576
+ #: contact_form.php:944
577
  msgid "Agreement checkbox"
578
  msgstr "Чекбокс согласия с условиями"
579
 
580
  # @ contact_form
581
+ #: contact_form.php:944
582
  msgid "Required checkbox for submitting the form"
583
  msgstr "Обязательный чекбокс для отправки формы"
584
 
585
  # @ contact_form
586
+ #: contact_form.php:945
587
  msgid "Optional checkbox"
588
  msgstr "Дополнительный чекбокс"
589
 
590
  # @ contact_form
591
+ #: contact_form.php:945
592
  msgid "Optional checkbox, the results of which will be displayed in email"
593
  msgstr "Дополнительный чекбокс, результаты которого будут отображениы в email"
594
 
595
  # @ contact_form
596
+ #: contact_form.php:962
597
  msgid "Delete an attachment file from the server after the email is sent"
598
  msgstr "Удалить прикрепленный файл с сервера после отправки письма"
599
 
600
  # @ contact_form
601
+ #: contact_form.php:968
602
  msgid "Email in HTML format sending"
603
  msgstr "Отправка еmail в формате HTML"
604
 
605
  # @ contact_form
606
+ #: contact_form.php:972
607
  msgid "Display additional info in the email"
608
  msgstr "Отображение дополнительной информации в письме"
609
 
610
  # @ contact_form
611
+ #: contact_form.php:977 contact_form.php:1894 contact_form.php:1896
 
 
612
  msgid "Sent from (ip address)"
613
  msgstr "Отправлено от (ip адрес)"
614
 
615
  # @ contact_form
616
+ #: contact_form.php:977
617
  msgid "Example: Sent from (IP address):\t127.0.0.1"
618
  msgstr "Пример: Sent from (IP address):\t127.0.0.1"
619
 
620
  # @ contact_form
621
+ #: contact_form.php:978 contact_form.php:1900 contact_form.php:1902
 
 
622
  msgid "Date/Time"
623
  msgstr "Дата/Время"
624
 
625
  # @ contact_form
626
+ #: contact_form.php:978
627
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
628
  msgstr "Пример: Date/Time:\tAugust 19, 2013 8:50 pm"
629
 
630
  # @ contact_form
631
+ #: contact_form.php:979 contact_form.php:1906 contact_form.php:1908
 
 
632
  msgid "Sent from (referer)"
633
  msgstr "Пришло из (реферер)"
634
 
635
  # @ contact_form
636
+ #: contact_form.php:979
637
+ msgid ""
638
+ "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
639
+ msgstr ""
640
+ "Пример: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
641
 
642
  # @ contact_form
643
+ #: contact_form.php:980 contact_form.php:1912 contact_form.php:1914
 
 
644
  msgid "Using (user agent)"
645
  msgstr "Используя (user agent)"
646
 
647
  # @ contact_form
648
+ #: contact_form.php:980
649
+ msgid ""
650
+ "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
651
+ "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
652
+ msgstr ""
653
+ "Пример: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
654
+ "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
655
 
656
  # @ contact_form
657
+ #: contact_form.php:984
658
  msgid "Language settings for the field names in the form"
659
  msgstr "Языковые настройки для названия полей в форме"
660
 
661
  # @ contact_form
662
+ #: contact_form.php:993
663
  msgid "Add a language"
664
  msgstr "Добавить язык"
665
 
666
  # @ contact_form
667
+ #: contact_form.php:997
668
  msgid "Change the names of the contact form fields and error messages"
669
  msgstr "Изменить названия полей контактной формы и сообщений об ошибках"
670
 
671
  # @ contact_form
672
+ #: contact_form.php:1002 contact_form.php:1089
 
673
  msgid "English"
674
  msgstr "Английский"
675
 
676
  # @ contact_form
677
+ #: contact_form.php:1010 contact_form.php:1044
 
678
  msgid "click to expand/hide the list"
679
  msgstr "нажмите чтобы развернуть/свернуть список"
680
 
681
  # @ contact_form
682
+ #: contact_form.php:1019 contact_form.php:1053
 
683
  msgid "Tips below the Attachment block"
684
  msgstr "Пояснения после блока \"Прикрепить файл\""
685
 
686
  # @ contact_form
687
+ #: contact_form.php:1022 contact_form.php:1056
 
688
  msgid "Error message for the Name field"
689
  msgstr "Сообщение об ошибке для поля Name"
690
 
691
  # @ contact_form
692
+ #: contact_form.php:1023 contact_form.php:1057
 
693
  msgid "Error message for the Address field"
694
  msgstr "Сообщение об ошибке для поля Address"
695
 
696
  # @ contact_form
697
+ #: contact_form.php:1024 contact_form.php:1058
 
698
  msgid "Error message for the Email field"
699
  msgstr "Сообщение об ошибке для поля Email"
700
 
701
  # @ contact_form
702
+ #: contact_form.php:1025 contact_form.php:1059
 
703
  msgid "Error message for the Phone field"
704
  msgstr "Сообщение об ошибке для поля Phone"
705
 
706
  # @ contact_form
707
+ #: contact_form.php:1026 contact_form.php:1060
 
708
  msgid "Error message for the Subject field"
709
  msgstr "Сообщение об ошибке для поля Subject"
710
 
711
  # @ contact_form
712
+ #: contact_form.php:1027 contact_form.php:1061
 
713
  msgid "Error message for the Message field"
714
  msgstr "Сообщение об ошибке для поля Message"
715
 
716
  # @ contact_form
717
+ #: contact_form.php:1028 contact_form.php:1062
 
718
  msgid "Error message about the file type for the Attachment field"
719
  msgstr "Сообщение об ошибке о типе файла для поля Attachment"
720
 
721
  # @ contact_form
722
+ #: contact_form.php:1029 contact_form.php:1063
723
+ msgid ""
724
+ "Error message while uploading a file for the Attachment field to the server"
725
  msgstr "Сообщение об ошибке при загрузке файла на сервер для поля Attachment"
726
 
727
  # @ contact_form
728
+ #: contact_form.php:1030 contact_form.php:1064
 
729
  msgid "Error message while moving the file for the Attachment field"
730
  msgstr "Сообщение об ошибке при перемещении файла для поля Attachment"
731
 
732
  # @ contact_form
733
+ #: contact_form.php:1031 contact_form.php:1065
 
734
  msgid "Error message when file size limit for the Attachment field is exceeded"
735
+ msgstr ""
736
+ "Сообщение об ошибке когда размер файла превышает размер разрешенного "
737
+ "сервером для поля Attachment"
738
 
739
  # @ contact_form
740
+ #: contact_form.php:1032 contact_form.php:1066
 
741
  msgid "Error message for the Captcha field"
742
  msgstr "Сообщение об ошибке для поля Captcha"
743
 
744
  # @ contact_form
745
+ #: contact_form.php:1033 contact_form.php:1067
 
746
  msgid "Error message for the whole form"
747
  msgstr "Сообщение об ошибке для всей формы"
748
 
749
  # @ contact_form
750
+ #: contact_form.php:1036 contact_form.php:1038 contact_form.php:1070
751
+ #: contact_form.php:1072 contact_form.php:1099 contact_form.php:1101
752
+ #: contact_form.php:1109 contact_form.php:1111 contact_form.php:2272
753
+ #: contact_form.php:2274
 
 
 
 
 
 
754
  msgid "Use shortcode"
755
  msgstr "Использовать шорткод"
756
 
757
  # @ contact_form
758
+ #: contact_form.php:1036 contact_form.php:1038 contact_form.php:1070
759
+ #: contact_form.php:1072 contact_form.php:1099 contact_form.php:1101
760
+ #: contact_form.php:1109 contact_form.php:1111 contact_form.php:2272
761
+ #: contact_form.php:2274
 
 
 
 
 
 
762
  msgid "for this language"
763
  msgstr "для данного языка"
764
 
765
  # @ contact_form
766
+ #: contact_form.php:1080
767
  msgid "Use the changed names of the contact form fields in the email"
768
+ msgstr ""
769
+ "Использовать измененные названия полей контактной формы в электронном письме"
770
 
771
  # @ contact_form
772
+ #: contact_form.php:1086
773
  msgid "Action after email is sent"
774
  msgstr "Действие после отправки письма"
775
 
776
  # @ contact_form
777
+ #: contact_form.php:1088
778
  msgid "Display text"
779
  msgstr "Отобразить текст"
780
 
781
  # @ contact_form
782
+ #: contact_form.php:1097 contact_form.php:1107
 
783
  msgid "Text"
784
  msgstr "Текст"
785
 
786
  # @ contact_form
787
+ #: contact_form.php:1118
788
  msgid "Redirect to the page"
789
  msgstr "Перенаправление на страницу"
790
 
791
  # @ contact_form
792
+ #: contact_form.php:1119
793
  msgid "Url"
794
  msgstr "Url"
795
 
796
  # @ contact_form
797
+ #: contact_form.php:1123
798
  msgid "The $_SERVER variable that is used to build a URL of the form"
799
  msgstr "$_SERVER переменная, используемая при формировании URL формы"
800
 
801
  # @ contact_form
802
+ #: contact_form.php:1127
803
+ msgid ""
804
+ "If you are not sure whether to change this setting or not, please do not do "
805
+ "that."
806
+ msgstr ""
807
+ "Если вы не уверены, стоит ли менять эту настройку, мы не рекомендуем вам "
808
+ "этого делать."
809
 
810
  # @ contact_form_pro
811
+ #: contact_form.php:1136
812
  msgid "Auto Response"
813
  msgstr "Автоответ"
814
 
815
  # @ contact_form
816
+ #: contact_form.php:1140
817
  #, php-format
818
+ msgid ""
819
+ "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
820
+ "display data from the Message field, as well as %%SITENAME%% to display blog "
821
+ "name."
822
+ msgstr ""
823
+ "Вы можете использовать %%NAME%% для отображения данных поля емейла, %%MESSAGE"
824
+ "%% для отображения данных поля Сообщений и %%SITENAME%% для отображения "
825
+ "названия блога."
826
 
827
  # @ default
828
+ #: contact_form.php:1165 contact_form.php:1340
 
829
  msgid "Save Changes"
830
  msgstr "Save Changes"
831
 
832
  # @ contact_form
833
+ #: contact_form.php:1177
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
834
  msgid "Errors output"
835
  msgstr "Отображение ошибок"
836
 
837
  # @ contact_form
838
+ #: contact_form.php:1180
839
  msgid "Display error messages"
840
  msgstr "Отображать сообщения об ошибках"
841
 
842
  # @ contact_form
843
+ #: contact_form.php:1181
844
  msgid "Color of the input field errors."
845
  msgstr "Отображать ошибки цветом для полей ввода."
846
 
847
  # @ contact_form
848
+ #: contact_form.php:1182
849
  msgid "Display error messages & color of the input field errors"
850
  msgstr "Отображать сообщения об ошибках & цвет полей ввода с ошибками"
851
 
852
  # @ contact_form
853
+ #: contact_form.php:1187
854
  msgid "Add placeholder to the input blocks"
855
  msgstr "Добавить вспомогательный текст в поля ввода"
856
 
857
  # @ contact_form
858
+ #: contact_form.php:1193
859
  msgid "Add tooltips"
860
  msgstr "Добавить подсказки"
861
 
862
  # @ contact_form
863
+ #: contact_form.php:1207
864
  msgid "Email address"
865
  msgstr "Email адрес"
866
 
867
  # @ contact_form
868
+ #: contact_form.php:1212
869
  msgid "Phone Number"
870
  msgstr "Телефон"
871
 
872
  # @ contact_form
873
+ #: contact_form.php:1226
874
  msgid "Attachment"
875
  msgstr "Прикрепить файл"
876
 
877
  # @ contact_form
878
+ #: contact_form.php:1231
879
  msgid "(powered by bestwebsoft.com)"
880
  msgstr "(разработано компанией bestwebsoft.com)"
881
 
882
  # @ contact_form
883
+ #: contact_form.php:1236
884
  msgid "Style options"
885
  msgstr "Настройки стиля"
886
 
887
  # @ contact_form
888
+ #: contact_form.php:1239
889
  msgid "Text color"
890
  msgstr "Цвет текста"
891
 
892
  # @ contact_form
893
+ #: contact_form.php:1242 contact_form.php:1247 contact_form.php:1257
894
+ #: contact_form.php:1262 contact_form.php:1267 contact_form.php:1272
895
+ #: contact_form.php:1282 contact_form.php:1287 contact_form.php:1293
896
+ #: contact_form.php:1304 contact_form.php:1309 contact_form.php:1314
 
 
 
 
 
 
 
 
897
  msgid "Default"
898
  msgstr "По-умолчанию"
899
 
900
  # @ contact_form
901
+ #: contact_form.php:1244
902
  msgid "Label text color"
903
  msgstr "Цвет текста"
904
 
905
  # @ contact_form
906
+ #: contact_form.php:1249
907
  msgid "Placeholder color"
908
  msgstr "Цвет замещающегося текста"
909
 
910
  # @ contact_form
911
+ #: contact_form.php:1254
912
  msgid "Errors color"
913
  msgstr "Цвет ошибок"
914
 
915
  # @ contact_form
916
+ #: contact_form.php:1259
917
  msgid "Error text color"
918
  msgstr "Цвет текста для ошибок"
919
 
920
  # @ contact_form
921
+ #: contact_form.php:1264
922
  msgid "Background color of the input field errors"
923
  msgstr "Цвет фона для полей ввода с ошибками"
924
 
925
  # @ contact_form
926
+ #: contact_form.php:1269
927
  msgid "Border color of the input field errors"
928
  msgstr "Цвет рамки для полей ввода с ошибками"
929
 
930
  # @ contact_form
931
+ #: contact_form.php:1274
932
  msgid "Placeholder color of the input field errors"
933
  msgstr "Цвет вспомогательного текста для полей ввода с ошибками"
934
 
935
  # @ contact_form
936
+ #: contact_form.php:1279
937
  msgid "Input fields"
938
  msgstr "Поля ввода"
939
 
940
  # @ contact_form
941
+ #: contact_form.php:1284
942
  msgid "Input fields background color"
943
  msgstr "Цвет фона для полей ввода"
944
 
945
  # @ contact_form
946
+ #: contact_form.php:1289
947
  msgid "Text fields color"
948
  msgstr "Цвет текста для полей ввода"
949
 
950
  # @ contact_form
951
+ #: contact_form.php:1291
952
  msgid "Border width in px, numbers only"
953
  msgstr "Ширина рамки в пикселях, только цифры"
954
 
955
  # @ contact_form
956
+ #: contact_form.php:1295 contact_form.php:1316
 
957
  msgid "Border color"
958
  msgstr "Цвет рамки"
959
 
960
  # @ contact_form
961
+ #: contact_form.php:1300
962
  msgid "Submit button"
963
  msgstr "Кнопка Отправить"
964
 
965
  # @ contact_form
966
+ #: contact_form.php:1302
967
  msgid "Width in px, numbers only"
968
  msgstr "Ширина в пикселях, только цифры"
969
 
970
  # @ contact_form
971
+ #: contact_form.php:1306
972
  msgid "Button color"
973
  msgstr "Цвет кнопки"
974
 
975
  # @ contact_form
976
+ #: contact_form.php:1311
977
  msgid "Button text color"
978
  msgstr "Цвет текста для кнопки"
979
 
980
  # @ contact_form
981
+ #: contact_form.php:1344
982
  msgid "Contact Form Pro | Preview"
983
  msgstr "Contact Form Pro | Предпросмотр"
984
 
985
  # @ contact_form
986
+ #: contact_form.php:1347
987
  msgid "Show with errors"
988
  msgstr "Отображать с ошибками"
989
 
990
  # @ contact_form
991
+ #: contact_form.php:1355 contact_form.php:1357
 
992
  msgid "Please enter your full name..."
993
  msgstr "Пожалуйста введите ваше имя..."
994
 
995
  # @ contact_form
996
+ #: contact_form.php:1368 contact_form.php:1370
 
997
  msgid "Please enter your address..."
998
  msgstr "Пожалуйста введите ваш адресс..."
999
 
1000
  # @ contact_form
1001
+ #: contact_form.php:1379 contact_form.php:1381
 
1002
  msgid "Please enter your email address..."
1003
  msgstr "Пожалуйста введите ваш email..."
1004
 
1005
  # @ contact_form
1006
+ #: contact_form.php:1390 contact_form.php:1392
 
1007
  msgid "Please enter your phone number..."
1008
  msgstr "Пожалуйста введите ваш телефон..."
1009
 
1010
  # @ contact_form
1011
+ #: contact_form.php:1401 contact_form.php:1403
 
1012
  msgid "Please enter subject..."
1013
  msgstr "Пожалуйста введите тему..."
1014
 
1015
  # @ contact_form
1016
+ #: contact_form.php:1411 contact_form.php:1413
 
1017
  msgid "Please enter your message..."
1018
  msgstr "Пожалуйста введите ваше сообщение..."
1019
 
1020
  # @ contact_form
1021
+ #: contact_form.php:1517
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1022
  msgid "Sorry, email message could not be delivered."
1023
  msgstr "Извините, ваш email не может быть отправлен."
1024
 
1025
  # @ contact_form
1026
+ #: contact_form.php:1921
1027
  msgid "Contact from"
1028
  msgstr "Контактная Форма"
1029
 
1030
  # @ contact_form
1031
+ #: contact_form.php:1943 contact_form.php:1973
 
1032
  msgid "Phone"
1033
  msgstr "Телефон"
1034
 
1035
  # @ contact_form
1036
+ #: contact_form.php:1954 contact_form.php:1980
 
1037
  msgid "Site"
1038
  msgstr "Сайт"
1039
 
1040
  # @ contact_form
1041
+ #: contact_form.php:2066
1042
+ msgid ""
1043
+ "If you can see this MIME, it means that the MIME type is not supported by "
1044
+ "your email client!"
1045
+ msgstr ""
1046
+ "Если вы можете видеть этот MIME значит ваш почтовый клиент не поддерживает "
1047
+ "MIME тип!"
1048
 
1049
  # @ contact_form
1050
+ #: contact_form.php:2142
1051
  msgid "Support"
1052
  msgstr "Поддержка"
1053
 
1054
  # @ contact_form
1055
+ #: contact_form.php:2191
1056
  msgid "Are you sure that you want to delete this language data?"
1057
  msgstr "Вы действительно хотите удалить данные для этого языка?"
1058
 
1059
  # @ contact_form
1060
+ #: contact_form.php:2212
1061
+ msgid "Add multiple forms"
1062
+ msgstr "Добавить несколько форм"
1063
+
1064
+ #: contact_form.php:2212
1065
+ msgid ""
1066
+ "Install Contact Form Multi plugin to create unlimited number of contact "
1067
+ "forms."
1068
+ msgstr ""
1069
+ "Установить плагин Contact Form Multi для создания неограниченного количества "
1070
+ "контактных форм."
1071
 
1072
  # @ contact_form
1073
+ #: contact_form.php:2217
1074
+ msgid "Learn more"
1075
+ msgstr "Подробнее"
1076
+
1077
+ #: contact_form.php:2221
1078
+ msgid "Close"
1079
+ msgstr "Закрыть"
1080
 
1081
  # @ contact_form
1082
+ #: contact_form.php:2405
1083
+ msgid ""
1084
+ "<strong>Contact Form to DB</strong> allows to store your messages to the "
1085
+ "database."
1086
+ msgstr ""
1087
+ "<strong>Contact Form to DB</strong> позволяет хранить ваши сообщения в базе "
1088
+ "данных."
1089
 
1090
  # @ contact_form
1091
+ #: contact_form.php:2406
1092
  msgid "Manage messages that have been sent from your website."
1093
  msgstr "Управление сообщениями, которые были отправлены с вашего сайта."
 
languages/contact_form-sk_SK.mo CHANGED
Binary file
languages/contact_form-sk_SK.po CHANGED
@@ -6,8 +6,8 @@ msgid ""
6
  msgstr ""
7
  "Project-Id-Version: Contact form\n"
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2015-02-17 12:47+0300\n"
10
- "PO-Revision-Date: 2015-02-17 12:47+0300\n"
11
  "Last-Translator: \n"
12
  "Language-Team: Michal Vittek, www.wp.sk <michal.vittek@wp.sk>\n"
13
  "Language: sk_SK\n"
@@ -21,43 +21,43 @@ msgstr ""
21
  "X-Poedit-SourceCharset: UTF-8\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
 
24
- #: contact_form.php:80 contact_form.php:811
25
  msgid "Contact Form Settings"
26
  msgstr "Nastavenie kontaktného formulára"
27
 
28
- #: contact_form.php:80
29
  msgid "Contact Form"
30
  msgstr "Kontaktný formulár"
31
 
32
- #: contact_form.php:162 contact_form.php:1195 contact_form.php:1229
33
  msgid "Name:"
34
  msgstr "Meno:"
35
 
36
- #: contact_form.php:163 contact_form.php:1196 contact_form.php:1230
37
  msgid "Address:"
38
  msgstr "Adresa::"
39
 
40
- #: contact_form.php:164 contact_form.php:1197 contact_form.php:1231
41
  msgid "Email Address:"
42
  msgstr "E-Mail:"
43
 
44
- #: contact_form.php:165 contact_form.php:1198 contact_form.php:1232
45
  msgid "Phone number:"
46
  msgstr "Telefónne číslo:"
47
 
48
- #: contact_form.php:166 contact_form.php:1199 contact_form.php:1233
49
  msgid "Subject:"
50
  msgstr "Predmet:"
51
 
52
- #: contact_form.php:167 contact_form.php:1200 contact_form.php:1234
53
  msgid "Message:"
54
  msgstr "Správa:"
55
 
56
- #: contact_form.php:168 contact_form.php:1201 contact_form.php:1235
57
  msgid "Attachment:"
58
  msgstr "Príloha"
59
 
60
- #: contact_form.php:169
61
  msgid ""
62
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
63
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
@@ -67,91 +67,73 @@ msgstr ""
67
  "AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max veľksoť "
68
  "súbora: 2MB"
69
 
70
- #: contact_form.php:170 contact_form.php:1203 contact_form.php:1237
71
  msgid "Send me a copy"
72
  msgstr "Zaslať mi kópiu"
73
 
74
- #: contact_form.php:171 contact_form.php:1204 contact_form.php:1238
75
  msgid "Submit"
76
  msgstr "Odoslať"
77
 
78
- #: contact_form.php:172
79
  msgid "Your name is required."
80
  msgstr "Vaše meno je vyžadované."
81
 
82
- #: contact_form.php:173
83
  msgid "Address is required."
84
  msgstr "Adresa je vyžadovaná."
85
 
86
- #: contact_form.php:174
87
  msgid "A valid email address is required."
88
  msgstr "Platný E-mail je vyžadovaný."
89
 
90
- #: contact_form.php:175
91
  msgid "Phone number is required."
92
  msgstr "Telefónne číslo je vyžadované."
93
 
94
- #: contact_form.php:176
95
  msgid "Subject is required."
96
  msgstr "Predmet je vyžadovaný."
97
 
98
- #: contact_form.php:177
99
  msgid "Message text is required."
100
  msgstr "Správa je vyžadovaná."
101
 
102
- #: contact_form.php:178
103
  msgid "File format is not valid."
104
  msgstr "Nesprávny typ súboru."
105
 
106
- #: contact_form.php:179
107
  msgid "File upload error."
108
  msgstr "Nahrávanie súboru zlyhalo."
109
 
110
- #: contact_form.php:180
111
  msgid "The file could not be uploaded."
112
  msgstr "Súbor nemôže byť nahraný."
113
 
114
- #: contact_form.php:181
115
  msgid "This file is too large."
116
  msgstr "Súbor je príliš veľký."
117
 
118
- #: contact_form.php:182
119
  msgid "Please fill out the CAPTCHA."
120
  msgstr "Prosím opíšte CAPTCHA text."
121
 
122
- #: contact_form.php:183
123
  msgid "Please make corrections below and try again."
124
  msgstr "Prosím opravte chyby a skúste to opäť."
125
 
126
- #: contact_form.php:185
127
  msgid "Thank you for contacting us."
128
  msgstr "Ďakujeme za správu."
129
 
130
- #: contact_form.php:362
131
- msgid "requires"
132
- msgstr "vyžaduje"
133
-
134
- #: contact_form.php:362
135
- msgid ""
136
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
137
- "try again."
138
- msgstr "alebo vyššiu. Prosím, aktualizujte WordPress a skúste pokus opakovať."
139
-
140
- #: contact_form.php:362
141
- msgid "Back to the WordPress"
142
- msgstr "Späť na WordPress"
143
-
144
- #: contact_form.php:362
145
- msgid "Plugins page"
146
- msgstr "Stránka modulov"
147
-
148
- #: contact_form.php:598
149
  msgid ""
150
  "Email 'FROM' field option was changed, which may cause email messages being "
151
  "moved to the spam folder or email delivery failures."
152
  msgstr ""
153
 
154
- #: contact_form.php:608
155
  msgid ""
156
  "If the 'Redirect to page' option is selected then the URL field should be in "
157
  "the following format"
@@ -159,110 +141,53 @@ msgstr ""
159
  "Ak je vybratá možnosť \"Presmerovanie na stránku\" potom pole URL by malo "
160
  "mať nasledujúci formát"
161
 
162
- #: contact_form.php:617
163
  msgid "Such user does not exist."
164
  msgstr "Taký užívateľ neexistuje."
165
 
166
- #: contact_form.php:627
167
  msgid ""
168
  "Please enter a valid email address in the 'Use this email address' field."
169
  msgstr "Zadajte platnú e-mailovú adresu v poli \"Použiť tento email\"."
170
 
171
- #: contact_form.php:635
172
  msgid "Please enter a valid email address in the 'FROM' field."
173
  msgstr "Zadajte platnú e-mailovú adresu v poli \"Od\"."
174
 
175
- #: contact_form.php:660
176
  msgid "Settings saved."
177
  msgstr "Nastavenie uložené."
178
 
179
- #: contact_form.php:662
180
  msgid "Settings are not saved."
181
  msgstr "Nastavenie sa neuloží."
182
 
183
- #: contact_form.php:689 contact_form.php:721
184
- msgid "Wrong license key"
185
- msgstr "Zlý licenčný kľúč"
186
-
187
- #: contact_form.php:714
188
- msgid ""
189
- "Something went wrong. Try again later. If the error will appear again, "
190
- "please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. "
191
- "We are sorry for inconvenience."
192
- msgstr ""
193
- "Ničo sa pokazilo. Skúste to o chvíľu. Ak sa chyba bude opakovať, kontaktujte "
194
- "<a href=http://support.bestwebsoft.com>podporu BestWebSoft</a>. "
195
- "Ospravedlňujeme sa."
196
-
197
- #: contact_form.php:723
198
- msgid "This license key is bind to another site"
199
- msgstr "Licenčný kľúč patrí inej stránke"
200
-
201
- #: contact_form.php:725 contact_form.php:1673
202
- msgid ""
203
- "Unfortunately, you have exceeded the number of available tries per day. "
204
- "Please, upload the plugin manually."
205
- msgstr ""
206
- "Ľutujeme, využili ste maximálny počet pokusov na tento deň. Aktualizujte "
207
- "modul manuálne."
208
-
209
- #: contact_form.php:736 contact_form.php:758 contact_form.php:777
210
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
211
- msgstr "Zlyhalo stiahnutie .zip súbora. Prosím, aktualizujte modul manuálne"
212
-
213
- #: contact_form.php:748
214
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
215
- msgstr "Nepodarilo sa otvoriť .zip archív. Aktualizujte súbor manuálne."
216
-
217
- #: contact_form.php:754
218
- msgid ""
219
- "Your server does not support either ZipArchive or Phar. Please, upload the "
220
- "plugin manually"
221
- msgstr ""
222
- "Váš server nepodporuje ZipArchive alebo Phar. Aktualizujte modul manuálne"
223
-
224
- #: contact_form.php:761
225
- #, fuzzy
226
- msgid "UploadDir is not writable. Please, upload the plugin manually"
227
- msgstr "Nepodarilo sa otvoriť .zip archív. Aktualizujte súbor manuálne."
228
-
229
- #: contact_form.php:781
230
- msgid ""
231
- "Something went wrong. Try again later or upload the plugin manually. We are "
232
- "sorry for inconvienience."
233
- msgstr ""
234
- "Ospravedlňujeme sa. Stala sa chyba. Prosím aktualizujte modul manuálne."
235
-
236
- #: contact_form.php:805
237
- msgid "Please, enter Your license key"
238
- msgstr "Prosím zadajte váš licenčný kľúč"
239
-
240
- #: contact_form.php:813 contact_form.php:2362 contact_form.php:2376
241
  msgid "Settings"
242
  msgstr "Nastavenia"
243
 
244
- #: contact_form.php:814
245
  #, fuzzy
246
  msgid "Additional settings"
247
  msgstr "Ďalšie nastavenia"
248
 
249
- #: contact_form.php:815
250
  msgid "Appearance"
251
  msgstr ""
252
 
253
- #: contact_form.php:816 contact_form.php:2377
254
  msgid "FAQ"
255
  msgstr "Často kladené otázky"
256
 
257
- #: contact_form.php:817
258
  msgid "Go PRO"
259
  msgstr "Zakúpiť PRO"
260
 
261
- #: contact_form.php:820 contact_form.php:823
262
  msgid "Notice:"
263
  msgstr "Oznam:"
264
 
265
- #: contact_form.php:820
266
  msgid ""
267
  "The plugin's settings have been changed. In order to save them please don't "
268
  "forget to click the 'Save Changes' button."
@@ -270,7 +195,7 @@ msgstr ""
270
  "Zmenili ste nastavenia modulu. Pre uloženie zmien, kliknite na tlačidlo "
271
  "\"Uložiť zmeny\"."
272
 
273
- #: contact_form.php:831
274
  msgid ""
275
  "If you want to create multiple contact forms, please install the Contact "
276
  "Form Multi plugin."
@@ -278,7 +203,7 @@ msgstr ""
278
  "Ak si želáte vytvoriť viac formulárov, prosím nainštalujte si modul Contact "
279
  "Form Multi "
280
 
281
- #: contact_form.php:839 contact_form.php:842 contact_form.php:1632
282
  msgid ""
283
  "If you would like to add the Contact Form to your website, just copy and "
284
  "paste this shortcode to your post or page or widget:"
@@ -286,13 +211,13 @@ msgstr ""
286
  "Ak by ste chceli pridať kontaktný formulár na svoje webové stránky, stačí "
287
  "skopírovať a vložiť shortcode k príspevku, stránke alebo widgetu:"
288
 
289
- #: contact_form.php:839 contact_form.php:840 contact_form.php:842
290
- #: contact_form.php:843 contact_form.php:1219 contact_form.php:1221
291
- #: contact_form.php:1282 contact_form.php:1284
292
  msgid "or"
293
  msgstr "alebo"
294
 
295
- #: contact_form.php:840 contact_form.php:843
296
  msgid ""
297
  "If have any problems with the standard shortcode [contact_form], you should "
298
  "use the shortcode"
@@ -300,11 +225,11 @@ msgstr ""
300
  "Ak máte nejaké problémy so štandardným shortcode [contact_form], mali by ste "
301
  "použiť shortcode"
302
 
303
- #: contact_form.php:840 contact_form.php:843
304
  msgid "They work the same way."
305
  msgstr "Fungujú rovnakým spôsobom."
306
 
307
- #: contact_form.php:848
308
  msgid ""
309
  "If you leave the fields empty, the messages will be sent to the email "
310
  "address specified during registration."
@@ -312,15 +237,15 @@ msgstr ""
312
  "Ak necháte pole prázdne, budú správy posielané na e-mailovú adresu zadanú "
313
  "pri registrácii."
314
 
315
- #: contact_form.php:851
316
  msgid "The user's email address:"
317
  msgstr "Užívateľova e-mailová adresa:"
318
 
319
- #: contact_form.php:855
320
  msgid "Create a username"
321
  msgstr "Vytvorte užívateľské meno"
322
 
323
- #: contact_form.php:868
324
  msgid ""
325
  "Enter a username of the person who should get the messages from the contact "
326
  "form."
@@ -328,284 +253,283 @@ msgstr ""
328
  "Zadajte užívateľské meno osoby, ktorá by mala dostať správy z kontaktného "
329
  "formulára."
330
 
331
- #: contact_form.php:872
332
  msgid "Use this email address:"
333
  msgstr "Použíte tento email::"
334
 
335
- #: contact_form.php:875
336
  msgid "Enter the email address you want the messages forwarded to."
337
  msgstr "Zadajte e-mailovú adresu, ktorú chcete do správy presmerovať."
338
 
339
- #: contact_form.php:884
340
  msgid "Add department selectbox to the contact form:"
341
  msgstr "Pridať oddelenie výberového oddielu do formulára:"
342
 
343
- #: contact_form.php:892 contact_form.php:1328 contact_form.php:1515
344
  msgid "If you upgrade to Pro version all your settings will be saved."
345
  msgstr "Ak si zakúpite PRO verziu, vaše nastavenia sa uložia."
346
 
347
- #: contact_form.php:899 contact_form.php:1062 contact_form.php:1135
348
- #: contact_form.php:1335 contact_form.php:1522
349
  msgid "Unlock premium options by upgrading to a PRO version."
350
  msgstr "Odblokujte prémiové nastavenia kúpením PRO verzie modulu."
351
 
352
- #: contact_form.php:900 contact_form.php:1063 contact_form.php:1136
353
- #: contact_form.php:1336 contact_form.php:1523 contact_form.php:2650
354
- #: contact_form.php:2666
355
  msgid "Learn More"
356
  msgstr "Zistiť viac"
357
 
358
- #: contact_form.php:903 contact_form.php:1066 contact_form.php:1139
359
- #: contact_form.php:1339 contact_form.php:1526
360
  msgid "Go"
361
  msgstr "Ísť"
362
 
363
- #: contact_form.php:910
364
  msgid "Save emails to the database"
365
  msgstr "Uložiť emaily do databázy"
366
 
367
- #: contact_form.php:915
368
  msgid "Using"
369
  msgstr "Používa"
370
 
371
- #: contact_form.php:915 contact_form.php:1112 contact_form.php:1115
372
- #: contact_form.php:1119
373
  msgid "powered by"
374
  msgstr "poháňa"
375
 
376
- #: contact_form.php:918 contact_form.php:922
377
  msgid "Using Contact Form to DB powered by"
378
  msgstr "Použiť Contact Forrm do DB poháňaný"
379
 
380
- #: contact_form.php:918
381
  msgid "Activate Contact Form to DB"
382
  msgstr "Aktivovať Contact Form 7 do DB"
383
 
384
- #: contact_form.php:922
385
  msgid "Download Contact Form to DB"
386
  msgstr "Stiahnuť Contact Form 7 do DB"
387
 
388
- #: contact_form.php:932
389
  msgid "What to use?"
390
  msgstr "Čo používať?"
391
 
392
- #: contact_form.php:935
393
  msgid "Wp-mail"
394
  msgstr "Wp-mail"
395
 
396
- #: contact_form.php:935
397
  msgid "You can use the wp_mail function for mailing"
398
  msgstr "Môžete použiť wp_mail funkcie pre zasielanie"
399
 
400
- #: contact_form.php:937
401
  msgid "Mail"
402
  msgstr "Email"
403
 
404
- #: contact_form.php:937
405
  msgid "To send mail you can use the php mail function"
406
  msgstr "Ak chcete odosielať poštu, môžete použiť e-mailoé PHP funkcie"
407
 
408
- #: contact_form.php:941
409
  msgid "'FROM' field"
410
  msgstr ""
411
 
412
- #: contact_form.php:943 contact_form.php:993 contact_form.php:1390
413
- #: contact_form.php:2162 contact_form.php:2198
414
  msgid "Name"
415
  msgstr "Meno"
416
 
417
- #: contact_form.php:947
418
  msgid "User name"
419
  msgstr "Používateľské meno"
420
 
421
- #: contact_form.php:949
422
  msgid ""
423
  "The name of the user who fills the form will be used in the field 'From'."
424
  msgstr "Meno, zobrazené ako odosielateľ emailu."
425
 
426
- #: contact_form.php:954 contact_form.php:2173 contact_form.php:2205
427
  msgid "Email"
428
  msgstr "Email"
429
 
430
- #: contact_form.php:961
431
  msgid "User email"
432
  msgstr "Používateľský email"
433
 
434
- #: contact_form.php:963
435
  msgid ""
436
  "The email address of the user who fills the form will be used in the field "
437
  "'From'."
438
  msgstr ""
439
  "Emailová adresa používateľa, ktorý vyplní formulár bude použitá v poli \"Od\""
440
 
441
- #: contact_form.php:967
442
  msgid ""
443
  "If this option is changed, email messages may be moved to the spam folder or "
444
  "email delivery failures may occur."
445
  msgstr ""
446
 
447
- #: contact_form.php:973
448
  msgid "Required symbol"
449
  msgstr "Vyžadovaný znak"
450
 
451
- #: contact_form.php:983
452
  msgid "Fields"
453
  msgstr "Polia"
454
 
455
- #: contact_form.php:984
456
  msgid "Used"
457
  msgstr "Použité"
458
 
459
- #: contact_form.php:985
460
  msgid "Required"
461
  msgstr "Vyžadované"
462
 
463
- #: contact_form.php:986
464
  msgid "Visible"
465
  msgstr "Viditeľné"
466
 
467
- #: contact_form.php:987
468
  msgid "Disabled for editing"
469
  msgstr "Nedá sa upraviť"
470
 
471
- #: contact_form.php:988
472
  msgid "Field's default value"
473
  msgstr "Základná hodnota pola"
474
 
475
- #: contact_form.php:1000
476
  msgid "Use User's name as a default value if the user is logged in."
477
  msgstr ""
478
 
479
- #: contact_form.php:1001 contact_form.php:1029
480
  msgid ""
481
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
482
  "in users."
483
  msgstr ""
484
 
485
- #: contact_form.php:1005
486
  msgid "Location selectbox"
487
  msgstr "Poloha výberového oddielu"
488
 
489
- #: contact_form.php:1013 contact_form.php:1395 contact_form.php:2168
490
- #: contact_form.php:2202
491
  msgid "Address"
492
  msgstr "Adresa"
493
 
494
- #: contact_form.php:1021
495
  msgid "Email Address"
496
  msgstr "Emailová adresa"
497
 
498
- #: contact_form.php:1028
499
  msgid "Use User's email as a default value if the user is logged in."
500
  msgstr ""
501
 
502
- #: contact_form.php:1033
503
  msgid "Phone number"
504
  msgstr "Telefónne číslo"
505
 
506
- #: contact_form.php:1041 contact_form.php:1410 contact_form.php:2183
507
- #: contact_form.php:2211
508
  msgid "Subject"
509
  msgstr "Predmet"
510
 
511
- #: contact_form.php:1049 contact_form.php:1414 contact_form.php:2186
512
- #: contact_form.php:2213
513
  msgid "Message"
514
  msgstr "Správa"
515
 
516
- #: contact_form.php:1073
517
  msgid "Attachment block"
518
  msgstr "Blok príloh"
519
 
520
- #: contact_form.php:1075
521
  msgid "Users can attach the following file formats"
522
  msgstr "Užívatelia môžu pripojiť nasledujúce formáty súborov"
523
 
524
- #: contact_form.php:1088
525
  msgid "Add to the form"
526
  msgstr "Pridať do formulára"
527
 
528
- #: contact_form.php:1093
529
  msgid "Tips below the Attachment"
530
  msgstr "Rady zobrazené pod prílohami"
531
 
532
- #: contact_form.php:1102
533
  msgid "'Send me a copy' block"
534
  msgstr "Zobraziť blok 'Zaslať kópiu'"
535
 
536
- #: contact_form.php:1112 contact_form.php:1115 contact_form.php:1119
537
- #: contact_form.php:1424
538
  msgid "Captcha"
539
  msgstr "Captcha"
540
 
541
- #: contact_form.php:1115
542
  msgid "Activate captcha"
543
  msgstr "Aktivovať captcha"
544
 
545
- #: contact_form.php:1119
546
  msgid "Download captcha"
547
  msgstr "Stiahnuť captcha"
548
 
549
- #: contact_form.php:1127
550
  msgid "Agreement checkbox"
551
  msgstr "Označenie súhlasu"
552
 
553
- #: contact_form.php:1127
554
  msgid "Required checkbox for submitting the form"
555
  msgstr "Vyžaduje označenie súhlasu pri odoslaní formulára"
556
 
557
- #: contact_form.php:1128
558
  msgid "Optional checkbox"
559
  msgstr "Voliteľné zaškrtávacie políčko"
560
 
561
- #: contact_form.php:1128
562
  msgid "Optional checkbox, the results of which will be displayed in email"
563
  msgstr "Voliteľné zaškrtávacie políčko, jeho výsledok bude zobrazený v emaile"
564
 
565
- #: contact_form.php:1145
566
  msgid "Delete an attachment file from the server after the email is sent"
567
  msgstr "Vymazať prílohy zo servera po odoslaní emailu"
568
 
569
- #: contact_form.php:1151
570
  msgid "Email in HTML format sending"
571
  msgstr "Povoliť HTML formátovanie"
572
 
573
- #: contact_form.php:1155
574
  msgid "Display additional info in the email"
575
  msgstr "Zobraziť ďalšie informácie v e-maile"
576
 
577
- #: contact_form.php:1160 contact_form.php:2129 contact_form.php:2131
578
  msgid "Sent from (ip address)"
579
  msgstr "Odoslané z (ip adresa)"
580
 
581
- #: contact_form.php:1160
582
  msgid "Example: Sent from (IP address):\t127.0.0.1"
583
  msgstr "Príklad: Odoslané z (IP addresa):\t127.0.0.1"
584
 
585
- #: contact_form.php:1161 contact_form.php:2135 contact_form.php:2137
586
  msgid "Date/Time"
587
  msgstr "Datum / Čas"
588
 
589
- #: contact_form.php:1161
590
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
591
  msgstr "Príklad: Dátum/Čas:\tAugust 19, 2013 8:50 pm"
592
 
593
- #: contact_form.php:1162 contact_form.php:2141 contact_form.php:2143
594
  msgid "Sent from (referer)"
595
  msgstr "Odoslané z"
596
 
597
- #: contact_form.php:1162
598
  msgid ""
599
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
600
  msgstr ""
601
  "Príklad: Odoslané pomocou (odkaz):\thttp://bestwebsoft.com/contacts/contact-"
602
  "us/"
603
 
604
- #: contact_form.php:1163 contact_form.php:2147 contact_form.php:2149
605
  msgid "Using (user agent)"
606
  msgstr "Použitie (user agent)"
607
 
608
- #: contact_form.php:1163
609
  msgid ""
610
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
611
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@@ -613,132 +537,132 @@ msgstr ""
613
  "Príklad: Prehliadač (používateľ):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
614
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
615
 
616
- #: contact_form.php:1167
617
  msgid "Language settings for the field names in the form"
618
  msgstr "Nastavenie jazyka pre názvy polí vo formulári"
619
 
620
- #: contact_form.php:1176
621
  msgid "Add a language"
622
  msgstr "Pridať jazyk"
623
 
624
- #: contact_form.php:1180
625
  msgid "Change the names of the contact form fields and error messages"
626
  msgstr "Zmena názvov polí kontaktného formulára a chybových hlásení"
627
 
628
- #: contact_form.php:1185 contact_form.php:1272
629
  msgid "English"
630
  msgstr "Anglicky"
631
 
632
- #: contact_form.php:1193 contact_form.php:1227
633
  msgid "click to expand/hide the list"
634
  msgstr "kliknite pre rozbalenie/schovanie zoznamu"
635
 
636
- #: contact_form.php:1202 contact_form.php:1236
637
  msgid "Tips below the Attachment block"
638
  msgstr "Zobrazenie rád pod blokom príloh"
639
 
640
- #: contact_form.php:1205 contact_form.php:1239
641
  msgid "Error message for the Name field"
642
  msgstr "Chybová správa v poli: Meno"
643
 
644
- #: contact_form.php:1206 contact_form.php:1240
645
  msgid "Error message for the Address field"
646
  msgstr "Chybová správa v poli: Adresa"
647
 
648
- #: contact_form.php:1207 contact_form.php:1241
649
  msgid "Error message for the Email field"
650
  msgstr "Chybová správa v poli: Email"
651
 
652
- #: contact_form.php:1208 contact_form.php:1242
653
  msgid "Error message for the Phone field"
654
  msgstr "Chybová správa v poli: Telefón"
655
 
656
- #: contact_form.php:1209 contact_form.php:1243
657
  msgid "Error message for the Subject field"
658
  msgstr "Chybová správa v poli: Predmet"
659
 
660
- #: contact_form.php:1210 contact_form.php:1244
661
  msgid "Error message for the Message field"
662
  msgstr "Chybová správa v poli: Správa"
663
 
664
- #: contact_form.php:1211 contact_form.php:1245
665
  msgid "Error message about the file type for the Attachment field"
666
  msgstr "Chybová správa o type súbora v poli príloh"
667
 
668
- #: contact_form.php:1212 contact_form.php:1246
669
  msgid ""
670
  "Error message while uploading a file for the Attachment field to the server"
671
  msgstr "Chybová správa pri neúspešnom nahraní súbora na server"
672
 
673
- #: contact_form.php:1213 contact_form.php:1247
674
  msgid "Error message while moving the file for the Attachment field"
675
  msgstr "Chybová správa pri neúspešnom presune súbora do pola prílohy"
676
 
677
- #: contact_form.php:1214 contact_form.php:1248
678
  msgid "Error message when file size limit for the Attachment field is exceeded"
679
  msgstr "Chybová správa pri prekročení maximálnej veľkosti súboru"
680
 
681
- #: contact_form.php:1215 contact_form.php:1249
682
  msgid "Error message for the Captcha field"
683
  msgstr "Chybová správa v poli Captcha"
684
 
685
- #: contact_form.php:1216 contact_form.php:1250
686
  msgid "Error message for the whole form"
687
  msgstr "Chybová správa celého formulára"
688
 
689
- #: contact_form.php:1219 contact_form.php:1221 contact_form.php:1253
690
- #: contact_form.php:1255 contact_form.php:1282 contact_form.php:1284
691
- #: contact_form.php:1292 contact_form.php:1294 contact_form.php:2490
692
- #: contact_form.php:2492
693
  msgid "Use shortcode"
694
  msgstr "Použite krátky kód"
695
 
696
- #: contact_form.php:1219 contact_form.php:1221 contact_form.php:1253
697
- #: contact_form.php:1255 contact_form.php:1282 contact_form.php:1284
698
- #: contact_form.php:1292 contact_form.php:1294 contact_form.php:2490
699
- #: contact_form.php:2492
700
  msgid "for this language"
701
  msgstr "pre tento jazyk"
702
 
703
- #: contact_form.php:1263
704
  msgid "Use the changed names of the contact form fields in the email"
705
  msgstr "Použite zmenu názvov polí v emaile"
706
 
707
- #: contact_form.php:1269
708
  msgid "Action after email is sent"
709
  msgstr "Akcia po zaslaní mailu."
710
 
711
- #: contact_form.php:1271
712
  msgid "Display text"
713
  msgstr "Zobraziť text"
714
 
715
- #: contact_form.php:1280 contact_form.php:1290
716
  msgid "Text"
717
  msgstr "Text"
718
 
719
- #: contact_form.php:1301
720
  msgid "Redirect to the page"
721
  msgstr "Presmerovať na stránku"
722
 
723
- #: contact_form.php:1302
724
  msgid "Url"
725
  msgstr "Url"
726
 
727
- #: contact_form.php:1306
728
  msgid "The $_SERVER variable that is used to build a URL of the form"
729
  msgstr "$_SERVER je premenná použitá na stavbu URL adresy formulára"
730
 
731
- #: contact_form.php:1310
732
  msgid ""
733
  "If you are not sure whether to change this setting or not, please do not do "
734
  "that."
735
  msgstr "Ak si nie ste istý, nemeňte toto nastavenie."
736
 
737
- #: contact_form.php:1319
738
  msgid "Auto Response"
739
  msgstr ""
740
 
741
- #: contact_form.php:1323
742
  #, php-format
743
  msgid ""
744
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -746,231 +670,178 @@ msgid ""
746
  "name."
747
  msgstr ""
748
 
749
- #: contact_form.php:1349 contact_form.php:1533
750
  msgid "Save Changes"
751
  msgstr "Uložiť zmeny"
752
 
753
- #: contact_form.php:1355
754
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
755
- msgstr ""
756
- "Ak sa vám páči tento modul, ohodnoťte ho na WordPress.org 5 timi hviezdami."
757
-
758
- #: contact_form.php:1356
759
- msgid "Rate the plugin"
760
- msgstr "Ohodnotiť modul"
761
-
762
- #: contact_form.php:1359
763
- msgid "If there is something wrong about it, please contact us"
764
- msgstr "Ak sa vám na tom niečo nepáči, kontaktujte nás"
765
-
766
- #: contact_form.php:1370
767
  msgid "Errors output"
768
  msgstr "Chybový výstup"
769
 
770
- #: contact_form.php:1373
771
  msgid "Display error messages"
772
  msgstr "Zobrazí chybové správy"
773
 
774
- #: contact_form.php:1374
775
  msgid "Color of the input field errors."
776
  msgstr "Farba textu chybových polí."
777
 
778
- #: contact_form.php:1375
779
  msgid "Display error messages & color of the input field errors"
780
  msgstr "Zobrazí chybové správy a ich farbu"
781
 
782
- #: contact_form.php:1380
783
  msgid "Add placeholder to the input blocks"
784
  msgstr "Pridať zástupný znak do blokov"
785
 
786
- #: contact_form.php:1386
787
  msgid "Add tooltips"
788
  msgstr "Pridať popisky"
789
 
790
- #: contact_form.php:1400
791
  msgid "Email address"
792
  msgstr "Emailová adresa"
793
 
794
- #: contact_form.php:1405
795
  msgid "Phone Number"
796
  msgstr "Tel. číslo"
797
 
798
- #: contact_form.php:1419
799
  msgid "Attachment"
800
  msgstr "Príloha"
801
 
802
- #: contact_form.php:1424
803
  msgid "(powered by bestwebsoft.com)"
804
  msgstr "(poháňa bestwebsoft.com)"
805
 
806
- #: contact_form.php:1429
807
  msgid "Style options"
808
  msgstr "Nastavenie štýlu"
809
 
810
- #: contact_form.php:1432
811
  msgid "Text color"
812
  msgstr "Farba textu"
813
 
814
- #: contact_form.php:1435 contact_form.php:1440 contact_form.php:1450
815
- #: contact_form.php:1455 contact_form.php:1460 contact_form.php:1465
816
- #: contact_form.php:1475 contact_form.php:1480 contact_form.php:1486
817
- #: contact_form.php:1497 contact_form.php:1502 contact_form.php:1507
818
  msgid "Default"
819
  msgstr "Základná"
820
 
821
- #: contact_form.php:1437
822
  msgid "Label text color"
823
  msgstr "Označenie farby textu"
824
 
825
- #: contact_form.php:1442
826
  msgid "Placeholder color"
827
  msgstr "Farba zástupného znaku"
828
 
829
- #: contact_form.php:1447
830
  msgid "Errors color"
831
  msgstr "Farba chýb"
832
 
833
- #: contact_form.php:1452
834
  msgid "Error text color"
835
  msgstr "Farba textu"
836
 
837
- #: contact_form.php:1457
838
  msgid "Background color of the input field errors"
839
  msgstr "Farba pozadia polí chýb"
840
 
841
- #: contact_form.php:1462
842
  msgid "Border color of the input field errors"
843
  msgstr "Farba ohraničenia polí chýb"
844
 
845
- #: contact_form.php:1467
846
  msgid "Placeholder color of the input field errors"
847
  msgstr "Farba zástupného znaku polí chýb"
848
 
849
- #: contact_form.php:1472
850
  msgid "Input fields"
851
  msgstr "Vložiť polia"
852
 
853
- #: contact_form.php:1477
854
  msgid "Input fields background color"
855
  msgstr "Farba pozadia polí"
856
 
857
- #: contact_form.php:1482
858
  msgid "Text fields color"
859
  msgstr "Farba textových polí"
860
 
861
- #: contact_form.php:1484
862
  msgid "Border width in px, numbers only"
863
  msgstr "Šírka orámovania v px, vkladajte iba číselné hodnoty"
864
 
865
- #: contact_form.php:1488 contact_form.php:1509
866
  msgid "Border color"
867
  msgstr "Farba ohraničenia"
868
 
869
- #: contact_form.php:1493
870
  msgid "Submit button"
871
  msgstr "Porvrdzovacie tlačidlo"
872
 
873
- #: contact_form.php:1495
874
  msgid "Width in px, numbers only"
875
  msgstr "Šírka v px, vkladajte iba číselné hodnoty"
876
 
877
- #: contact_form.php:1499
878
  msgid "Button color"
879
  msgstr "Farba tlačidla"
880
 
881
- #: contact_form.php:1504
882
  msgid "Button text color"
883
  msgstr "Farba textu v tlačidle"
884
 
885
- #: contact_form.php:1537
886
  msgid "Contact Form Pro | Preview"
887
  msgstr "Kontaktný formulár Pro | Zobrazenie"
888
 
889
- #: contact_form.php:1540
890
  msgid "Show with errors"
891
  msgstr "Zobraziť s chybami"
892
 
893
- #: contact_form.php:1548 contact_form.php:1550
894
  msgid "Please enter your full name..."
895
  msgstr "Prosím, zadajte vaše celé meno..."
896
 
897
- #: contact_form.php:1561 contact_form.php:1563
898
  msgid "Please enter your address..."
899
  msgstr "Prosím, zadajte vašu emailovú adresu..."
900
 
901
- #: contact_form.php:1572 contact_form.php:1574
902
  msgid "Please enter your email address..."
903
  msgstr "Prosím zadajte vašu e-mailovú adresu..."
904
 
905
- #: contact_form.php:1583 contact_form.php:1585
906
  msgid "Please enter your phone number..."
907
  msgstr "Prosím, zadajte vaše telefónne číslo..."
908
 
909
- #: contact_form.php:1594 contact_form.php:1596
910
  msgid "Please enter subject..."
911
  msgstr "Prosím, zadajte predmet..."
912
 
913
- #: contact_form.php:1604 contact_form.php:1606
914
  msgid "Please enter your message..."
915
  msgstr "Prosím, zadajte vašu správu..."
916
 
917
- #: contact_form.php:1648
918
- msgid ""
919
- "Congratulations! The PRO version of the plugin is successfully download and "
920
- "activated."
921
- msgstr "Gratulujeme! Pro verzia modulu je nainštalovaná a aktívna."
922
-
923
- #: contact_form.php:1650
924
- msgid "Please, go to"
925
- msgstr "Prosím, choďte na"
926
-
927
- #: contact_form.php:1650
928
- msgid "the setting page"
929
- msgstr "stránku nastavení"
930
-
931
- #: contact_form.php:1651
932
- msgid "You will be redirected automatically in 5 seconds."
933
- msgstr "Za 5 sekúnd budete automaticky presmerovaní."
934
-
935
- #: contact_form.php:1656
936
- msgid "You can download and activate"
937
- msgstr "Môžete stiahnuť a aktivovať"
938
-
939
- #: contact_form.php:1658
940
- msgid "version of this plugin by entering Your license key."
941
- msgstr "verziu tohto modulu, pomocou vašeho licenčného kľuča"
942
-
943
- #: contact_form.php:1660
944
- msgid ""
945
- "You can find your license key on your personal page Client area, by clicking "
946
- "on the link"
947
- msgstr "Licenčný kľúč nájdete na vašej osobnej stránke v oblasti Klient."
948
-
949
- #: contact_form.php:1662
950
- msgid "(your username is the email you specify when purchasing the product)."
951
- msgstr "(používateľské meno predstavuje email zadaný pri platbe produktu)"
952
-
953
- #: contact_form.php:1670 contact_form.php:1680
954
- msgid "Activate"
955
- msgstr "Aktivovať"
956
-
957
- #: contact_form.php:1752
958
  msgid "Sorry, email message could not be delivered."
959
  msgstr "Prepáčte, správa nemohla byť doručená."
960
 
961
- #: contact_form.php:2156
962
  msgid "Contact from"
963
  msgstr "Kontaktný formulár"
964
 
965
- #: contact_form.php:2178 contact_form.php:2208
966
  msgid "Phone"
967
  msgstr "Telefón"
968
 
969
- #: contact_form.php:2189 contact_form.php:2215
970
  msgid "Site"
971
  msgstr "Stránka"
972
 
973
- #: contact_form.php:2302
974
  msgid ""
975
  "If you can see this MIME, it means that the MIME type is not supported by "
976
  "your email client!"
@@ -978,37 +849,161 @@ msgstr ""
978
  "Ak vidíte túto MIME, znamená to, že MIME typ nie je podporovaný vyším e-"
979
  "mailovým klientom!"
980
 
981
- #: contact_form.php:2378
982
  msgid "Support"
983
  msgstr "Podpora"
984
 
985
- #: contact_form.php:2432
986
  msgid "Are you sure that you want to delete this language data?"
987
  msgstr "Naozaj chcete vymazať tieto jazykové dáta?"
988
 
989
- #: contact_form.php:2653
 
 
 
 
 
990
  msgid ""
991
- "It’s time to upgrade your <strong>Contact Form plugin</strong> to "
992
- "<strong>PRO</strong> version"
993
  msgstr ""
994
- "Je čas na zakúpenie<strong>Pro verzie </strong> modulu <strong>Contact Form "
995
- "</strong>"
996
 
997
- #: contact_form.php:2654
998
- msgid "Extend standard plugin functionality with new great options."
999
- msgstr "Rozšírte možnosti štandardného modulu."
 
 
 
 
 
1000
 
1001
- #: contact_form.php:2669
1002
  msgid ""
1003
  "<strong>Contact Form to DB</strong> allows to store your messages to the "
1004
  "database."
1005
  msgstr ""
1006
  "<strong>Contact Form to DB</strong> vám dovolí ukladať spravy do databázy."
1007
 
1008
- #: contact_form.php:2670
1009
  msgid "Manage messages that have been sent from your website."
1010
  msgstr "Spravujte správy, ktoré boli odoslané z vašej stránky"
1011
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1012
  #~ msgid "Extra settings"
1013
  #~ msgstr "Extra nastavenia"
1014
 
6
  msgstr ""
7
  "Project-Id-Version: Contact form\n"
8
  "Report-Msgid-Bugs-To: \n"
9
+ "POT-Creation-Date: 2015-03-05 13:04+0300\n"
10
+ "PO-Revision-Date: 2015-03-05 13:05+0300\n"
11
  "Last-Translator: \n"
12
  "Language-Team: Michal Vittek, www.wp.sk <michal.vittek@wp.sk>\n"
13
  "Language: sk_SK\n"
21
  "X-Poedit-SourceCharset: UTF-8\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
 
24
+ #: contact_form.php:35 contact_form.php:631
25
  msgid "Contact Form Settings"
26
  msgstr "Nastavenie kontaktného formulára"
27
 
28
+ #: contact_form.php:35
29
  msgid "Contact Form"
30
  msgstr "Kontaktný formulár"
31
 
32
+ #: contact_form.php:123 contact_form.php:1012 contact_form.php:1046
33
  msgid "Name:"
34
  msgstr "Meno:"
35
 
36
+ #: contact_form.php:124 contact_form.php:1013 contact_form.php:1047
37
  msgid "Address:"
38
  msgstr "Adresa::"
39
 
40
+ #: contact_form.php:125 contact_form.php:1014 contact_form.php:1048
41
  msgid "Email Address:"
42
  msgstr "E-Mail:"
43
 
44
+ #: contact_form.php:126 contact_form.php:1015 contact_form.php:1049
45
  msgid "Phone number:"
46
  msgstr "Telefónne číslo:"
47
 
48
+ #: contact_form.php:127 contact_form.php:1016 contact_form.php:1050
49
  msgid "Subject:"
50
  msgstr "Predmet:"
51
 
52
+ #: contact_form.php:128 contact_form.php:1017 contact_form.php:1051
53
  msgid "Message:"
54
  msgstr "Správa:"
55
 
56
+ #: contact_form.php:129 contact_form.php:1018 contact_form.php:1052
57
  msgid "Attachment:"
58
  msgstr "Príloha"
59
 
60
+ #: contact_form.php:130
61
  msgid ""
62
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
63
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
67
  "AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max veľksoť "
68
  "súbora: 2MB"
69
 
70
+ #: contact_form.php:131 contact_form.php:1020 contact_form.php:1054
71
  msgid "Send me a copy"
72
  msgstr "Zaslať mi kópiu"
73
 
74
+ #: contact_form.php:132 contact_form.php:1021 contact_form.php:1055
75
  msgid "Submit"
76
  msgstr "Odoslať"
77
 
78
+ #: contact_form.php:133
79
  msgid "Your name is required."
80
  msgstr "Vaše meno je vyžadované."
81
 
82
+ #: contact_form.php:134
83
  msgid "Address is required."
84
  msgstr "Adresa je vyžadovaná."
85
 
86
+ #: contact_form.php:135
87
  msgid "A valid email address is required."
88
  msgstr "Platný E-mail je vyžadovaný."
89
 
90
+ #: contact_form.php:136
91
  msgid "Phone number is required."
92
  msgstr "Telefónne číslo je vyžadované."
93
 
94
+ #: contact_form.php:137
95
  msgid "Subject is required."
96
  msgstr "Predmet je vyžadovaný."
97
 
98
+ #: contact_form.php:138
99
  msgid "Message text is required."
100
  msgstr "Správa je vyžadovaná."
101
 
102
+ #: contact_form.php:139
103
  msgid "File format is not valid."
104
  msgstr "Nesprávny typ súboru."
105
 
106
+ #: contact_form.php:140
107
  msgid "File upload error."
108
  msgstr "Nahrávanie súboru zlyhalo."
109
 
110
+ #: contact_form.php:141
111
  msgid "The file could not be uploaded."
112
  msgstr "Súbor nemôže byť nahraný."
113
 
114
+ #: contact_form.php:142
115
  msgid "This file is too large."
116
  msgstr "Súbor je príliš veľký."
117
 
118
+ #: contact_form.php:143
119
  msgid "Please fill out the CAPTCHA."
120
  msgstr "Prosím opíšte CAPTCHA text."
121
 
122
+ #: contact_form.php:144
123
  msgid "Please make corrections below and try again."
124
  msgstr "Prosím opravte chyby a skúste to opäť."
125
 
126
+ #: contact_form.php:146
127
  msgid "Thank you for contacting us."
128
  msgstr "Ďakujeme za správu."
129
 
130
+ #: contact_form.php:543
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
131
  msgid ""
132
  "Email 'FROM' field option was changed, which may cause email messages being "
133
  "moved to the spam folder or email delivery failures."
134
  msgstr ""
135
 
136
+ #: contact_form.php:553
137
  msgid ""
138
  "If the 'Redirect to page' option is selected then the URL field should be in "
139
  "the following format"
141
  "Ak je vybratá možnosť \"Presmerovanie na stránku\" potom pole URL by malo "
142
  "mať nasledujúci formát"
143
 
144
+ #: contact_form.php:562
145
  msgid "Such user does not exist."
146
  msgstr "Taký užívateľ neexistuje."
147
 
148
+ #: contact_form.php:572
149
  msgid ""
150
  "Please enter a valid email address in the 'Use this email address' field."
151
  msgstr "Zadajte platnú e-mailovú adresu v poli \"Použiť tento email\"."
152
 
153
+ #: contact_form.php:580
154
  msgid "Please enter a valid email address in the 'FROM' field."
155
  msgstr "Zadajte platnú e-mailovú adresu v poli \"Od\"."
156
 
157
+ #: contact_form.php:603
158
  msgid "Settings saved."
159
  msgstr "Nastavenie uložené."
160
 
161
+ #: contact_form.php:605
162
  msgid "Settings are not saved."
163
  msgstr "Nastavenie sa neuloží."
164
 
165
+ #: contact_form.php:633 contact_form.php:2126 contact_form.php:2140
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
166
  msgid "Settings"
167
  msgstr "Nastavenia"
168
 
169
+ #: contact_form.php:634
170
  #, fuzzy
171
  msgid "Additional settings"
172
  msgstr "Ďalšie nastavenia"
173
 
174
+ #: contact_form.php:635
175
  msgid "Appearance"
176
  msgstr ""
177
 
178
+ #: contact_form.php:636 contact_form.php:2141
179
  msgid "FAQ"
180
  msgstr "Často kladené otázky"
181
 
182
+ #: contact_form.php:637
183
  msgid "Go PRO"
184
  msgstr "Zakúpiť PRO"
185
 
186
+ #: contact_form.php:640 contact_form.php:642
187
  msgid "Notice:"
188
  msgstr "Oznam:"
189
 
190
+ #: contact_form.php:640
191
  msgid ""
192
  "The plugin's settings have been changed. In order to save them please don't "
193
  "forget to click the 'Save Changes' button."
195
  "Zmenili ste nastavenia modulu. Pre uloženie zmien, kliknite na tlačidlo "
196
  "\"Uložiť zmeny\"."
197
 
198
+ #: contact_form.php:650
199
  msgid ""
200
  "If you want to create multiple contact forms, please install the Contact "
201
  "Form Multi plugin."
203
  "Ak si želáte vytvoriť viac formulárov, prosím nainštalujte si modul Contact "
204
  "Form Multi "
205
 
206
+ #: contact_form.php:657 contact_form.php:660 contact_form.php:1439
207
  msgid ""
208
  "If you would like to add the Contact Form to your website, just copy and "
209
  "paste this shortcode to your post or page or widget:"
211
  "Ak by ste chceli pridať kontaktný formulár na svoje webové stránky, stačí "
212
  "skopírovať a vložiť shortcode k príspevku, stránke alebo widgetu:"
213
 
214
+ #: contact_form.php:657 contact_form.php:658 contact_form.php:660
215
+ #: contact_form.php:661 contact_form.php:1036 contact_form.php:1038
216
+ #: contact_form.php:1099 contact_form.php:1101
217
  msgid "or"
218
  msgstr "alebo"
219
 
220
+ #: contact_form.php:658 contact_form.php:661
221
  msgid ""
222
  "If have any problems with the standard shortcode [contact_form], you should "
223
  "use the shortcode"
225
  "Ak máte nejaké problémy so štandardným shortcode [contact_form], mali by ste "
226
  "použiť shortcode"
227
 
228
+ #: contact_form.php:658 contact_form.php:661
229
  msgid "They work the same way."
230
  msgstr "Fungujú rovnakým spôsobom."
231
 
232
+ #: contact_form.php:665
233
  msgid ""
234
  "If you leave the fields empty, the messages will be sent to the email "
235
  "address specified during registration."
237
  "Ak necháte pole prázdne, budú správy posielané na e-mailovú adresu zadanú "
238
  "pri registrácii."
239
 
240
+ #: contact_form.php:668
241
  msgid "The user's email address:"
242
  msgstr "Užívateľova e-mailová adresa:"
243
 
244
+ #: contact_form.php:672
245
  msgid "Create a username"
246
  msgstr "Vytvorte užívateľské meno"
247
 
248
+ #: contact_form.php:685
249
  msgid ""
250
  "Enter a username of the person who should get the messages from the contact "
251
  "form."
253
  "Zadajte užívateľské meno osoby, ktorá by mala dostať správy z kontaktného "
254
  "formulára."
255
 
256
+ #: contact_form.php:689
257
  msgid "Use this email address:"
258
  msgstr "Použíte tento email::"
259
 
260
+ #: contact_form.php:692
261
  msgid "Enter the email address you want the messages forwarded to."
262
  msgstr "Zadajte e-mailovú adresu, ktorú chcete do správy presmerovať."
263
 
264
+ #: contact_form.php:701
265
  msgid "Add department selectbox to the contact form:"
266
  msgstr "Pridať oddelenie výberového oddielu do formulára:"
267
 
268
+ #: contact_form.php:709 contact_form.php:1145 contact_form.php:1322
269
  msgid "If you upgrade to Pro version all your settings will be saved."
270
  msgstr "Ak si zakúpite PRO verziu, vaše nastavenia sa uložia."
271
 
272
+ #: contact_form.php:716 contact_form.php:879 contact_form.php:952
273
+ #: contact_form.php:1152 contact_form.php:1329
274
  msgid "Unlock premium options by upgrading to a PRO version."
275
  msgstr "Odblokujte prémiové nastavenia kúpením PRO verzie modulu."
276
 
277
+ #: contact_form.php:717 contact_form.php:880 contact_form.php:953
278
+ #: contact_form.php:1153 contact_form.php:1330 contact_form.php:2402
 
279
  msgid "Learn More"
280
  msgstr "Zistiť viac"
281
 
282
+ #: contact_form.php:720 contact_form.php:883 contact_form.php:956
283
+ #: contact_form.php:1156 contact_form.php:1333
284
  msgid "Go"
285
  msgstr "Ísť"
286
 
287
+ #: contact_form.php:727
288
  msgid "Save emails to the database"
289
  msgstr "Uložiť emaily do databázy"
290
 
291
+ #: contact_form.php:732
292
  msgid "Using"
293
  msgstr "Používa"
294
 
295
+ #: contact_form.php:732 contact_form.php:929 contact_form.php:932
296
+ #: contact_form.php:936
297
  msgid "powered by"
298
  msgstr "poháňa"
299
 
300
+ #: contact_form.php:735 contact_form.php:739
301
  msgid "Using Contact Form to DB powered by"
302
  msgstr "Použiť Contact Forrm do DB poháňaný"
303
 
304
+ #: contact_form.php:735
305
  msgid "Activate Contact Form to DB"
306
  msgstr "Aktivovať Contact Form 7 do DB"
307
 
308
+ #: contact_form.php:739
309
  msgid "Download Contact Form to DB"
310
  msgstr "Stiahnuť Contact Form 7 do DB"
311
 
312
+ #: contact_form.php:749
313
  msgid "What to use?"
314
  msgstr "Čo používať?"
315
 
316
+ #: contact_form.php:752
317
  msgid "Wp-mail"
318
  msgstr "Wp-mail"
319
 
320
+ #: contact_form.php:752
321
  msgid "You can use the wp_mail function for mailing"
322
  msgstr "Môžete použiť wp_mail funkcie pre zasielanie"
323
 
324
+ #: contact_form.php:754
325
  msgid "Mail"
326
  msgstr "Email"
327
 
328
+ #: contact_form.php:754
329
  msgid "To send mail you can use the php mail function"
330
  msgstr "Ak chcete odosielať poštu, môžete použiť e-mailoé PHP funkcie"
331
 
332
+ #: contact_form.php:758
333
  msgid "'FROM' field"
334
  msgstr ""
335
 
336
+ #: contact_form.php:760 contact_form.php:810 contact_form.php:1197
337
+ #: contact_form.php:1927 contact_form.php:1963
338
  msgid "Name"
339
  msgstr "Meno"
340
 
341
+ #: contact_form.php:764
342
  msgid "User name"
343
  msgstr "Používateľské meno"
344
 
345
+ #: contact_form.php:766
346
  msgid ""
347
  "The name of the user who fills the form will be used in the field 'From'."
348
  msgstr "Meno, zobrazené ako odosielateľ emailu."
349
 
350
+ #: contact_form.php:771 contact_form.php:1938 contact_form.php:1970
351
  msgid "Email"
352
  msgstr "Email"
353
 
354
+ #: contact_form.php:778
355
  msgid "User email"
356
  msgstr "Používateľský email"
357
 
358
+ #: contact_form.php:780
359
  msgid ""
360
  "The email address of the user who fills the form will be used in the field "
361
  "'From'."
362
  msgstr ""
363
  "Emailová adresa používateľa, ktorý vyplní formulár bude použitá v poli \"Od\""
364
 
365
+ #: contact_form.php:784
366
  msgid ""
367
  "If this option is changed, email messages may be moved to the spam folder or "
368
  "email delivery failures may occur."
369
  msgstr ""
370
 
371
+ #: contact_form.php:790
372
  msgid "Required symbol"
373
  msgstr "Vyžadovaný znak"
374
 
375
+ #: contact_form.php:800
376
  msgid "Fields"
377
  msgstr "Polia"
378
 
379
+ #: contact_form.php:801
380
  msgid "Used"
381
  msgstr "Použité"
382
 
383
+ #: contact_form.php:802
384
  msgid "Required"
385
  msgstr "Vyžadované"
386
 
387
+ #: contact_form.php:803
388
  msgid "Visible"
389
  msgstr "Viditeľné"
390
 
391
+ #: contact_form.php:804
392
  msgid "Disabled for editing"
393
  msgstr "Nedá sa upraviť"
394
 
395
+ #: contact_form.php:805
396
  msgid "Field's default value"
397
  msgstr "Základná hodnota pola"
398
 
399
+ #: contact_form.php:817
400
  msgid "Use User's name as a default value if the user is logged in."
401
  msgstr ""
402
 
403
+ #: contact_form.php:818 contact_form.php:846
404
  msgid ""
405
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
406
  "in users."
407
  msgstr ""
408
 
409
+ #: contact_form.php:822
410
  msgid "Location selectbox"
411
  msgstr "Poloha výberového oddielu"
412
 
413
+ #: contact_form.php:830 contact_form.php:1202 contact_form.php:1933
414
+ #: contact_form.php:1967
415
  msgid "Address"
416
  msgstr "Adresa"
417
 
418
+ #: contact_form.php:838
419
  msgid "Email Address"
420
  msgstr "Emailová adresa"
421
 
422
+ #: contact_form.php:845
423
  msgid "Use User's email as a default value if the user is logged in."
424
  msgstr ""
425
 
426
+ #: contact_form.php:850
427
  msgid "Phone number"
428
  msgstr "Telefónne číslo"
429
 
430
+ #: contact_form.php:858 contact_form.php:1217 contact_form.php:1948
431
+ #: contact_form.php:1976
432
  msgid "Subject"
433
  msgstr "Predmet"
434
 
435
+ #: contact_form.php:866 contact_form.php:1221 contact_form.php:1951
436
+ #: contact_form.php:1978
437
  msgid "Message"
438
  msgstr "Správa"
439
 
440
+ #: contact_form.php:890
441
  msgid "Attachment block"
442
  msgstr "Blok príloh"
443
 
444
+ #: contact_form.php:892
445
  msgid "Users can attach the following file formats"
446
  msgstr "Užívatelia môžu pripojiť nasledujúce formáty súborov"
447
 
448
+ #: contact_form.php:905
449
  msgid "Add to the form"
450
  msgstr "Pridať do formulára"
451
 
452
+ #: contact_form.php:910
453
  msgid "Tips below the Attachment"
454
  msgstr "Rady zobrazené pod prílohami"
455
 
456
+ #: contact_form.php:919
457
  msgid "'Send me a copy' block"
458
  msgstr "Zobraziť blok 'Zaslať kópiu'"
459
 
460
+ #: contact_form.php:929 contact_form.php:932 contact_form.php:936
461
+ #: contact_form.php:1231
462
  msgid "Captcha"
463
  msgstr "Captcha"
464
 
465
+ #: contact_form.php:932
466
  msgid "Activate captcha"
467
  msgstr "Aktivovať captcha"
468
 
469
+ #: contact_form.php:936
470
  msgid "Download captcha"
471
  msgstr "Stiahnuť captcha"
472
 
473
+ #: contact_form.php:944
474
  msgid "Agreement checkbox"
475
  msgstr "Označenie súhlasu"
476
 
477
+ #: contact_form.php:944
478
  msgid "Required checkbox for submitting the form"
479
  msgstr "Vyžaduje označenie súhlasu pri odoslaní formulára"
480
 
481
+ #: contact_form.php:945
482
  msgid "Optional checkbox"
483
  msgstr "Voliteľné zaškrtávacie políčko"
484
 
485
+ #: contact_form.php:945
486
  msgid "Optional checkbox, the results of which will be displayed in email"
487
  msgstr "Voliteľné zaškrtávacie políčko, jeho výsledok bude zobrazený v emaile"
488
 
489
+ #: contact_form.php:962
490
  msgid "Delete an attachment file from the server after the email is sent"
491
  msgstr "Vymazať prílohy zo servera po odoslaní emailu"
492
 
493
+ #: contact_form.php:968
494
  msgid "Email in HTML format sending"
495
  msgstr "Povoliť HTML formátovanie"
496
 
497
+ #: contact_form.php:972
498
  msgid "Display additional info in the email"
499
  msgstr "Zobraziť ďalšie informácie v e-maile"
500
 
501
+ #: contact_form.php:977 contact_form.php:1894 contact_form.php:1896
502
  msgid "Sent from (ip address)"
503
  msgstr "Odoslané z (ip adresa)"
504
 
505
+ #: contact_form.php:977
506
  msgid "Example: Sent from (IP address):\t127.0.0.1"
507
  msgstr "Príklad: Odoslané z (IP addresa):\t127.0.0.1"
508
 
509
+ #: contact_form.php:978 contact_form.php:1900 contact_form.php:1902
510
  msgid "Date/Time"
511
  msgstr "Datum / Čas"
512
 
513
+ #: contact_form.php:978
514
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
515
  msgstr "Príklad: Dátum/Čas:\tAugust 19, 2013 8:50 pm"
516
 
517
+ #: contact_form.php:979 contact_form.php:1906 contact_form.php:1908
518
  msgid "Sent from (referer)"
519
  msgstr "Odoslané z"
520
 
521
+ #: contact_form.php:979
522
  msgid ""
523
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
524
  msgstr ""
525
  "Príklad: Odoslané pomocou (odkaz):\thttp://bestwebsoft.com/contacts/contact-"
526
  "us/"
527
 
528
+ #: contact_form.php:980 contact_form.php:1912 contact_form.php:1914
529
  msgid "Using (user agent)"
530
  msgstr "Použitie (user agent)"
531
 
532
+ #: contact_form.php:980
533
  msgid ""
534
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
535
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
537
  "Príklad: Prehliadač (používateľ):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
538
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
539
 
540
+ #: contact_form.php:984
541
  msgid "Language settings for the field names in the form"
542
  msgstr "Nastavenie jazyka pre názvy polí vo formulári"
543
 
544
+ #: contact_form.php:993
545
  msgid "Add a language"
546
  msgstr "Pridať jazyk"
547
 
548
+ #: contact_form.php:997
549
  msgid "Change the names of the contact form fields and error messages"
550
  msgstr "Zmena názvov polí kontaktného formulára a chybových hlásení"
551
 
552
+ #: contact_form.php:1002 contact_form.php:1089
553
  msgid "English"
554
  msgstr "Anglicky"
555
 
556
+ #: contact_form.php:1010 contact_form.php:1044
557
  msgid "click to expand/hide the list"
558
  msgstr "kliknite pre rozbalenie/schovanie zoznamu"
559
 
560
+ #: contact_form.php:1019 contact_form.php:1053
561
  msgid "Tips below the Attachment block"
562
  msgstr "Zobrazenie rád pod blokom príloh"
563
 
564
+ #: contact_form.php:1022 contact_form.php:1056
565
  msgid "Error message for the Name field"
566
  msgstr "Chybová správa v poli: Meno"
567
 
568
+ #: contact_form.php:1023 contact_form.php:1057
569
  msgid "Error message for the Address field"
570
  msgstr "Chybová správa v poli: Adresa"
571
 
572
+ #: contact_form.php:1024 contact_form.php:1058
573
  msgid "Error message for the Email field"
574
  msgstr "Chybová správa v poli: Email"
575
 
576
+ #: contact_form.php:1025 contact_form.php:1059
577
  msgid "Error message for the Phone field"
578
  msgstr "Chybová správa v poli: Telefón"
579
 
580
+ #: contact_form.php:1026 contact_form.php:1060
581
  msgid "Error message for the Subject field"
582
  msgstr "Chybová správa v poli: Predmet"
583
 
584
+ #: contact_form.php:1027 contact_form.php:1061
585
  msgid "Error message for the Message field"
586
  msgstr "Chybová správa v poli: Správa"
587
 
588
+ #: contact_form.php:1028 contact_form.php:1062
589
  msgid "Error message about the file type for the Attachment field"
590
  msgstr "Chybová správa o type súbora v poli príloh"
591
 
592
+ #: contact_form.php:1029 contact_form.php:1063
593
  msgid ""
594
  "Error message while uploading a file for the Attachment field to the server"
595
  msgstr "Chybová správa pri neúspešnom nahraní súbora na server"
596
 
597
+ #: contact_form.php:1030 contact_form.php:1064
598
  msgid "Error message while moving the file for the Attachment field"
599
  msgstr "Chybová správa pri neúspešnom presune súbora do pola prílohy"
600
 
601
+ #: contact_form.php:1031 contact_form.php:1065
602
  msgid "Error message when file size limit for the Attachment field is exceeded"
603
  msgstr "Chybová správa pri prekročení maximálnej veľkosti súboru"
604
 
605
+ #: contact_form.php:1032 contact_form.php:1066
606
  msgid "Error message for the Captcha field"
607
  msgstr "Chybová správa v poli Captcha"
608
 
609
+ #: contact_form.php:1033 contact_form.php:1067
610
  msgid "Error message for the whole form"
611
  msgstr "Chybová správa celého formulára"
612
 
613
+ #: contact_form.php:1036 contact_form.php:1038 contact_form.php:1070
614
+ #: contact_form.php:1072 contact_form.php:1099 contact_form.php:1101
615
+ #: contact_form.php:1109 contact_form.php:1111 contact_form.php:2272
616
+ #: contact_form.php:2274
617
  msgid "Use shortcode"
618
  msgstr "Použite krátky kód"
619
 
620
+ #: contact_form.php:1036 contact_form.php:1038 contact_form.php:1070
621
+ #: contact_form.php:1072 contact_form.php:1099 contact_form.php:1101
622
+ #: contact_form.php:1109 contact_form.php:1111 contact_form.php:2272
623
+ #: contact_form.php:2274
624
  msgid "for this language"
625
  msgstr "pre tento jazyk"
626
 
627
+ #: contact_form.php:1080
628
  msgid "Use the changed names of the contact form fields in the email"
629
  msgstr "Použite zmenu názvov polí v emaile"
630
 
631
+ #: contact_form.php:1086
632
  msgid "Action after email is sent"
633
  msgstr "Akcia po zaslaní mailu."
634
 
635
+ #: contact_form.php:1088
636
  msgid "Display text"
637
  msgstr "Zobraziť text"
638
 
639
+ #: contact_form.php:1097 contact_form.php:1107
640
  msgid "Text"
641
  msgstr "Text"
642
 
643
+ #: contact_form.php:1118
644
  msgid "Redirect to the page"
645
  msgstr "Presmerovať na stránku"
646
 
647
+ #: contact_form.php:1119
648
  msgid "Url"
649
  msgstr "Url"
650
 
651
+ #: contact_form.php:1123
652
  msgid "The $_SERVER variable that is used to build a URL of the form"
653
  msgstr "$_SERVER je premenná použitá na stavbu URL adresy formulára"
654
 
655
+ #: contact_form.php:1127
656
  msgid ""
657
  "If you are not sure whether to change this setting or not, please do not do "
658
  "that."
659
  msgstr "Ak si nie ste istý, nemeňte toto nastavenie."
660
 
661
+ #: contact_form.php:1136
662
  msgid "Auto Response"
663
  msgstr ""
664
 
665
+ #: contact_form.php:1140
666
  #, php-format
667
  msgid ""
668
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
670
  "name."
671
  msgstr ""
672
 
673
+ #: contact_form.php:1165 contact_form.php:1340
674
  msgid "Save Changes"
675
  msgstr "Uložiť zmeny"
676
 
677
+ #: contact_form.php:1177
 
 
 
 
 
 
 
 
 
 
 
 
 
678
  msgid "Errors output"
679
  msgstr "Chybový výstup"
680
 
681
+ #: contact_form.php:1180
682
  msgid "Display error messages"
683
  msgstr "Zobrazí chybové správy"
684
 
685
+ #: contact_form.php:1181
686
  msgid "Color of the input field errors."
687
  msgstr "Farba textu chybových polí."
688
 
689
+ #: contact_form.php:1182
690
  msgid "Display error messages & color of the input field errors"
691
  msgstr "Zobrazí chybové správy a ich farbu"
692
 
693
+ #: contact_form.php:1187
694
  msgid "Add placeholder to the input blocks"
695
  msgstr "Pridať zástupný znak do blokov"
696
 
697
+ #: contact_form.php:1193
698
  msgid "Add tooltips"
699
  msgstr "Pridať popisky"
700
 
701
+ #: contact_form.php:1207
702
  msgid "Email address"
703
  msgstr "Emailová adresa"
704
 
705
+ #: contact_form.php:1212
706
  msgid "Phone Number"
707
  msgstr "Tel. číslo"
708
 
709
+ #: contact_form.php:1226
710
  msgid "Attachment"
711
  msgstr "Príloha"
712
 
713
+ #: contact_form.php:1231
714
  msgid "(powered by bestwebsoft.com)"
715
  msgstr "(poháňa bestwebsoft.com)"
716
 
717
+ #: contact_form.php:1236
718
  msgid "Style options"
719
  msgstr "Nastavenie štýlu"
720
 
721
+ #: contact_form.php:1239
722
  msgid "Text color"
723
  msgstr "Farba textu"
724
 
725
+ #: contact_form.php:1242 contact_form.php:1247 contact_form.php:1257
726
+ #: contact_form.php:1262 contact_form.php:1267 contact_form.php:1272
727
+ #: contact_form.php:1282 contact_form.php:1287 contact_form.php:1293
728
+ #: contact_form.php:1304 contact_form.php:1309 contact_form.php:1314
729
  msgid "Default"
730
  msgstr "Základná"
731
 
732
+ #: contact_form.php:1244
733
  msgid "Label text color"
734
  msgstr "Označenie farby textu"
735
 
736
+ #: contact_form.php:1249
737
  msgid "Placeholder color"
738
  msgstr "Farba zástupného znaku"
739
 
740
+ #: contact_form.php:1254
741
  msgid "Errors color"
742
  msgstr "Farba chýb"
743
 
744
+ #: contact_form.php:1259
745
  msgid "Error text color"
746
  msgstr "Farba textu"
747
 
748
+ #: contact_form.php:1264
749
  msgid "Background color of the input field errors"
750
  msgstr "Farba pozadia polí chýb"
751
 
752
+ #: contact_form.php:1269
753
  msgid "Border color of the input field errors"
754
  msgstr "Farba ohraničenia polí chýb"
755
 
756
+ #: contact_form.php:1274
757
  msgid "Placeholder color of the input field errors"
758
  msgstr "Farba zástupného znaku polí chýb"
759
 
760
+ #: contact_form.php:1279
761
  msgid "Input fields"
762
  msgstr "Vložiť polia"
763
 
764
+ #: contact_form.php:1284
765
  msgid "Input fields background color"
766
  msgstr "Farba pozadia polí"
767
 
768
+ #: contact_form.php:1289
769
  msgid "Text fields color"
770
  msgstr "Farba textových polí"
771
 
772
+ #: contact_form.php:1291
773
  msgid "Border width in px, numbers only"
774
  msgstr "Šírka orámovania v px, vkladajte iba číselné hodnoty"
775
 
776
+ #: contact_form.php:1295 contact_form.php:1316
777
  msgid "Border color"
778
  msgstr "Farba ohraničenia"
779
 
780
+ #: contact_form.php:1300
781
  msgid "Submit button"
782
  msgstr "Porvrdzovacie tlačidlo"
783
 
784
+ #: contact_form.php:1302
785
  msgid "Width in px, numbers only"
786
  msgstr "Šírka v px, vkladajte iba číselné hodnoty"
787
 
788
+ #: contact_form.php:1306
789
  msgid "Button color"
790
  msgstr "Farba tlačidla"
791
 
792
+ #: contact_form.php:1311
793
  msgid "Button text color"
794
  msgstr "Farba textu v tlačidle"
795
 
796
+ #: contact_form.php:1344
797
  msgid "Contact Form Pro | Preview"
798
  msgstr "Kontaktný formulár Pro | Zobrazenie"
799
 
800
+ #: contact_form.php:1347
801
  msgid "Show with errors"
802
  msgstr "Zobraziť s chybami"
803
 
804
+ #: contact_form.php:1355 contact_form.php:1357
805
  msgid "Please enter your full name..."
806
  msgstr "Prosím, zadajte vaše celé meno..."
807
 
808
+ #: contact_form.php:1368 contact_form.php:1370
809
  msgid "Please enter your address..."
810
  msgstr "Prosím, zadajte vašu emailovú adresu..."
811
 
812
+ #: contact_form.php:1379 contact_form.php:1381
813
  msgid "Please enter your email address..."
814
  msgstr "Prosím zadajte vašu e-mailovú adresu..."
815
 
816
+ #: contact_form.php:1390 contact_form.php:1392
817
  msgid "Please enter your phone number..."
818
  msgstr "Prosím, zadajte vaše telefónne číslo..."
819
 
820
+ #: contact_form.php:1401 contact_form.php:1403
821
  msgid "Please enter subject..."
822
  msgstr "Prosím, zadajte predmet..."
823
 
824
+ #: contact_form.php:1411 contact_form.php:1413
825
  msgid "Please enter your message..."
826
  msgstr "Prosím, zadajte vašu správu..."
827
 
828
+ #: contact_form.php:1517
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
829
  msgid "Sorry, email message could not be delivered."
830
  msgstr "Prepáčte, správa nemohla byť doručená."
831
 
832
+ #: contact_form.php:1921
833
  msgid "Contact from"
834
  msgstr "Kontaktný formulár"
835
 
836
+ #: contact_form.php:1943 contact_form.php:1973
837
  msgid "Phone"
838
  msgstr "Telefón"
839
 
840
+ #: contact_form.php:1954 contact_form.php:1980
841
  msgid "Site"
842
  msgstr "Stránka"
843
 
844
+ #: contact_form.php:2066
845
  msgid ""
846
  "If you can see this MIME, it means that the MIME type is not supported by "
847
  "your email client!"
849
  "Ak vidíte túto MIME, znamená to, že MIME typ nie je podporovaný vyším e-"
850
  "mailovým klientom!"
851
 
852
+ #: contact_form.php:2142
853
  msgid "Support"
854
  msgstr "Podpora"
855
 
856
+ #: contact_form.php:2191
857
  msgid "Are you sure that you want to delete this language data?"
858
  msgstr "Naozaj chcete vymazať tieto jazykové dáta?"
859
 
860
+ #: contact_form.php:2212
861
+ #, fuzzy
862
+ msgid "Add multiple forms"
863
+ msgstr "Pridať do formulára"
864
+
865
+ #: contact_form.php:2212
866
  msgid ""
867
+ "Install Contact Form Multi plugin to create unlimited number of contact "
868
+ "forms."
869
  msgstr ""
 
 
870
 
871
+ #: contact_form.php:2217
872
+ #, fuzzy
873
+ msgid "Learn more"
874
+ msgstr "Zistiť viac"
875
+
876
+ #: contact_form.php:2221
877
+ msgid "Close"
878
+ msgstr ""
879
 
880
+ #: contact_form.php:2405
881
  msgid ""
882
  "<strong>Contact Form to DB</strong> allows to store your messages to the "
883
  "database."
884
  msgstr ""
885
  "<strong>Contact Form to DB</strong> vám dovolí ukladať spravy do databázy."
886
 
887
+ #: contact_form.php:2406
888
  msgid "Manage messages that have been sent from your website."
889
  msgstr "Spravujte správy, ktoré boli odoslané z vašej stránky"
890
 
891
+ #~ msgid "requires"
892
+ #~ msgstr "vyžaduje"
893
+
894
+ #~ msgid ""
895
+ #~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
896
+ #~ "and try again."
897
+ #~ msgstr ""
898
+ #~ "alebo vyššiu. Prosím, aktualizujte WordPress a skúste pokus opakovať."
899
+
900
+ #~ msgid "Back to the WordPress"
901
+ #~ msgstr "Späť na WordPress"
902
+
903
+ #~ msgid "Plugins page"
904
+ #~ msgstr "Stránka modulov"
905
+
906
+ #~ msgid "Wrong license key"
907
+ #~ msgstr "Zlý licenčný kľúč"
908
+
909
+ #~ msgid ""
910
+ #~ "Something went wrong. Try again later. If the error will appear again, "
911
+ #~ "please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</"
912
+ #~ "a>. We are sorry for inconvenience."
913
+ #~ msgstr ""
914
+ #~ "Ničo sa pokazilo. Skúste to o chvíľu. Ak sa chyba bude opakovať, "
915
+ #~ "kontaktujte <a href=http://support.bestwebsoft.com>podporu BestWebSoft</"
916
+ #~ "a>. Ospravedlňujeme sa."
917
+
918
+ #~ msgid "This license key is bind to another site"
919
+ #~ msgstr "Licenčný kľúč patrí inej stránke"
920
+
921
+ #~ msgid ""
922
+ #~ "Unfortunately, you have exceeded the number of available tries per day. "
923
+ #~ "Please, upload the plugin manually."
924
+ #~ msgstr ""
925
+ #~ "Ľutujeme, využili ste maximálny počet pokusov na tento deň. Aktualizujte "
926
+ #~ "modul manuálne."
927
+
928
+ #~ msgid ""
929
+ #~ "Failed to download the zip archive. Please, upload the plugin manually"
930
+ #~ msgstr "Zlyhalo stiahnutie .zip súbora. Prosím, aktualizujte modul manuálne"
931
+
932
+ #~ msgid "Failed to open the zip archive. Please, upload the plugin manually"
933
+ #~ msgstr "Nepodarilo sa otvoriť .zip archív. Aktualizujte súbor manuálne."
934
+
935
+ #~ msgid ""
936
+ #~ "Your server does not support either ZipArchive or Phar. Please, upload "
937
+ #~ "the plugin manually"
938
+ #~ msgstr ""
939
+ #~ "Váš server nepodporuje ZipArchive alebo Phar. Aktualizujte modul manuálne"
940
+
941
+ #, fuzzy
942
+ #~ msgid "UploadDir is not writable. Please, upload the plugin manually"
943
+ #~ msgstr "Nepodarilo sa otvoriť .zip archív. Aktualizujte súbor manuálne."
944
+
945
+ #~ msgid ""
946
+ #~ "Something went wrong. Try again later or upload the plugin manually. We "
947
+ #~ "are sorry for inconvienience."
948
+ #~ msgstr ""
949
+ #~ "Ospravedlňujeme sa. Stala sa chyba. Prosím aktualizujte modul manuálne."
950
+
951
+ #~ msgid "Please, enter Your license key"
952
+ #~ msgstr "Prosím zadajte váš licenčný kľúč"
953
+
954
+ #~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
955
+ #~ msgstr ""
956
+ #~ "Ak sa vám páči tento modul, ohodnoťte ho na WordPress.org 5 timi "
957
+ #~ "hviezdami."
958
+
959
+ #~ msgid "Rate the plugin"
960
+ #~ msgstr "Ohodnotiť modul"
961
+
962
+ #~ msgid "If there is something wrong about it, please contact us"
963
+ #~ msgstr "Ak sa vám na tom niečo nepáči, kontaktujte nás"
964
+
965
+ #~ msgid ""
966
+ #~ "Congratulations! The PRO version of the plugin is successfully download "
967
+ #~ "and activated."
968
+ #~ msgstr "Gratulujeme! Pro verzia modulu je nainštalovaná a aktívna."
969
+
970
+ #~ msgid "Please, go to"
971
+ #~ msgstr "Prosím, choďte na"
972
+
973
+ #~ msgid "the setting page"
974
+ #~ msgstr "stránku nastavení"
975
+
976
+ #~ msgid "You will be redirected automatically in 5 seconds."
977
+ #~ msgstr "Za 5 sekúnd budete automaticky presmerovaní."
978
+
979
+ #~ msgid "You can download and activate"
980
+ #~ msgstr "Môžete stiahnuť a aktivovať"
981
+
982
+ #~ msgid "version of this plugin by entering Your license key."
983
+ #~ msgstr "verziu tohto modulu, pomocou vašeho licenčného kľuča"
984
+
985
+ #~ msgid ""
986
+ #~ "You can find your license key on your personal page Client area, by "
987
+ #~ "clicking on the link"
988
+ #~ msgstr "Licenčný kľúč nájdete na vašej osobnej stránke v oblasti Klient."
989
+
990
+ #~ msgid ""
991
+ #~ "(your username is the email you specify when purchasing the product)."
992
+ #~ msgstr "(používateľské meno predstavuje email zadaný pri platbe produktu)"
993
+
994
+ #~ msgid "Activate"
995
+ #~ msgstr "Aktivovať"
996
+
997
+ #~ msgid ""
998
+ #~ "It’s time to upgrade your <strong>Contact Form plugin</strong> to "
999
+ #~ "<strong>PRO</strong> version"
1000
+ #~ msgstr ""
1001
+ #~ "Je čas na zakúpenie<strong>Pro verzie </strong> modulu <strong>Contact "
1002
+ #~ "Form </strong>"
1003
+
1004
+ #~ msgid "Extend standard plugin functionality with new great options."
1005
+ #~ msgstr "Rozšírte možnosti štandardného modulu."
1006
+
1007
  #~ msgid "Extra settings"
1008
  #~ msgstr "Extra nastavenia"
1009
 
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: 2015-02-17 12:47+0300\n"
6
- "PO-Revision-Date: 2015-02-17 12:47+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Martin Tonek, Joakim Lindskog, Maarten van den Driest "
9
  "<joakim@limewoodmedia.com, maarten@vandendriest.com>\n"
@@ -17,43 +17,43 @@ msgstr ""
17
  "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: contact_form.php:80 contact_form.php:811
21
  msgid "Contact Form Settings"
22
  msgstr "Kontaktformulärinställningar"
23
 
24
- #: contact_form.php:80
25
  msgid "Contact Form"
26
  msgstr "Kontaktformulär"
27
 
28
- #: contact_form.php:162 contact_form.php:1195 contact_form.php:1229
29
  msgid "Name:"
30
  msgstr "Namn:"
31
 
32
- #: contact_form.php:163 contact_form.php:1196 contact_form.php:1230
33
  msgid "Address:"
34
  msgstr "Adress:"
35
 
36
- #: contact_form.php:164 contact_form.php:1197 contact_form.php:1231
37
  msgid "Email Address:"
38
  msgstr "E-postadress:"
39
 
40
- #: contact_form.php:165 contact_form.php:1198 contact_form.php:1232
41
  msgid "Phone number:"
42
  msgstr "Telefonnummer:"
43
 
44
- #: contact_form.php:166 contact_form.php:1199 contact_form.php:1233
45
  msgid "Subject:"
46
  msgstr "Ämne:"
47
 
48
- #: contact_form.php:167 contact_form.php:1200 contact_form.php:1234
49
  msgid "Message:"
50
  msgstr "Meddelande:"
51
 
52
- #: contact_form.php:168 contact_form.php:1201 contact_form.php:1235
53
  msgid "Attachment:"
54
  msgstr "Bifogad fil:"
55
 
56
- #: contact_form.php:169
57
  msgid ""
58
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
59
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
@@ -62,93 +62,73 @@ msgstr ""
62
  "Stödda filformat: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, "
63
  "PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max filstorlek: 2MB"
64
 
65
- #: contact_form.php:170 contact_form.php:1203 contact_form.php:1237
66
  msgid "Send me a copy"
67
  msgstr "Skicka mig en kopia"
68
 
69
- #: contact_form.php:171 contact_form.php:1204 contact_form.php:1238
70
  msgid "Submit"
71
  msgstr "Skicka"
72
 
73
- #: contact_form.php:172
74
  msgid "Your name is required."
75
  msgstr "Ditt namn krävs."
76
 
77
- #: contact_form.php:173
78
  msgid "Address is required."
79
  msgstr "Adress krävs."
80
 
81
- #: contact_form.php:174
82
  msgid "A valid email address is required."
83
  msgstr "En giltig e-postadress krävs."
84
 
85
- #: contact_form.php:175
86
  msgid "Phone number is required."
87
  msgstr "Telefonnummer krävs."
88
 
89
- #: contact_form.php:176
90
  msgid "Subject is required."
91
  msgstr "Ämne krävs."
92
 
93
- #: contact_form.php:177
94
  msgid "Message text is required."
95
  msgstr "Meddelande krävs."
96
 
97
- #: contact_form.php:178
98
  msgid "File format is not valid."
99
  msgstr "Bilageformaten är inte giltigt."
100
 
101
- #: contact_form.php:179
102
  msgid "File upload error."
103
  msgstr "Filuppladdningsfel."
104
 
105
- #: contact_form.php:180
106
  msgid "The file could not be uploaded."
107
  msgstr "Filen kunde inte laddas upp."
108
 
109
- #: contact_form.php:181
110
  msgid "This file is too large."
111
  msgstr "Filen är för stor."
112
 
113
- #: contact_form.php:182
114
  msgid "Please fill out the CAPTCHA."
115
  msgstr "Var god fyll i CAPTCHA."
116
 
117
- #: contact_form.php:183
118
  msgid "Please make corrections below and try again."
119
  msgstr "Var god gör korrigeringar nedan och försök igen."
120
 
121
- #: contact_form.php:185
122
  msgid "Thank you for contacting us."
123
  msgstr "Tack för att du kontaktade oss."
124
 
125
- #: contact_form.php:362
126
- #, fuzzy
127
- msgid "requires"
128
- msgstr "Obligatoriska fält"
129
-
130
- #: contact_form.php:362
131
- msgid ""
132
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
133
- "try again."
134
- msgstr ""
135
-
136
- #: contact_form.php:362
137
- msgid "Back to the WordPress"
138
- msgstr ""
139
-
140
- #: contact_form.php:362
141
- #, fuzzy
142
- msgid "Plugins page"
143
- msgstr "Pro-tillägg"
144
-
145
- #: contact_form.php:598
146
  msgid ""
147
  "Email 'FROM' field option was changed, which may cause email messages being "
148
  "moved to the spam folder or email delivery failures."
149
  msgstr ""
150
 
151
- #: contact_form.php:608
152
  msgid ""
153
  "If the 'Redirect to page' option is selected then the URL field should be in "
154
  "the following format"
@@ -156,12 +136,12 @@ msgstr ""
156
  "Om alternativet 'Omdirigera till sida' väljs ska URL-fältet fyllas i med "
157
  "följande format"
158
 
159
- #: contact_form.php:617
160
  #, fuzzy
161
  msgid "Such user does not exist."
162
  msgstr "Användaren finns inte. Inställningarna sparades inte."
163
 
164
- #: contact_form.php:627
165
  #, fuzzy
166
  msgid ""
167
  "Please enter a valid email address in the 'Use this email address' field."
@@ -169,110 +149,60 @@ msgstr ""
169
  "Var god ange en giltig e-postadress i 'FRÅN'-fältet. Inställningarna "
170
  "sparades inte."
171
 
172
- #: contact_form.php:635
173
  #, fuzzy
174
  msgid "Please enter a valid email address in the 'FROM' field."
175
  msgstr ""
176
  "Var god ange en giltig e-postadress i 'FRÅN'-fältet. Inställningarna "
177
  "sparades inte."
178
 
179
- #: contact_form.php:660
180
  msgid "Settings saved."
181
  msgstr "Inställningar sparades."
182
 
183
- #: contact_form.php:662
184
  #, fuzzy
185
  msgid "Settings are not saved."
186
  msgstr "Inställningar sparades."
187
 
188
- #: contact_form.php:689 contact_form.php:721
189
- msgid "Wrong license key"
190
- msgstr ""
191
-
192
- #: contact_form.php:714
193
- msgid ""
194
- "Something went wrong. Try again later. If the error will appear again, "
195
- "please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. "
196
- "We are sorry for inconvenience."
197
- msgstr ""
198
-
199
- #: contact_form.php:723
200
- msgid "This license key is bind to another site"
201
- msgstr ""
202
-
203
- #: contact_form.php:725 contact_form.php:1673
204
- msgid ""
205
- "Unfortunately, you have exceeded the number of available tries per day. "
206
- "Please, upload the plugin manually."
207
- msgstr ""
208
-
209
- #: contact_form.php:736 contact_form.php:758 contact_form.php:777
210
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
211
- msgstr ""
212
-
213
- #: contact_form.php:748
214
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
215
- msgstr ""
216
-
217
- #: contact_form.php:754
218
- msgid ""
219
- "Your server does not support either ZipArchive or Phar. Please, upload the "
220
- "plugin manually"
221
- msgstr ""
222
-
223
- #: contact_form.php:761
224
- msgid "UploadDir is not writable. Please, upload the plugin manually"
225
- msgstr ""
226
-
227
- #: contact_form.php:781
228
- msgid ""
229
- "Something went wrong. Try again later or upload the plugin manually. We are "
230
- "sorry for inconvienience."
231
- msgstr ""
232
-
233
- #: contact_form.php:805
234
- #, fuzzy
235
- msgid "Please, enter Your license key"
236
- msgstr "Var god ange ditt meddelande…"
237
-
238
- #: contact_form.php:813 contact_form.php:2362 contact_form.php:2376
239
  msgid "Settings"
240
  msgstr "Inställningar"
241
 
242
- #: contact_form.php:814
243
  #, fuzzy
244
  msgid "Additional settings"
245
  msgstr "Ytterligare alternativ"
246
 
247
- #: contact_form.php:815
248
  msgid "Appearance"
249
  msgstr ""
250
 
251
- #: contact_form.php:816 contact_form.php:2377
252
  msgid "FAQ"
253
  msgstr "FAQ"
254
 
255
- #: contact_form.php:817
256
  msgid "Go PRO"
257
  msgstr ""
258
 
259
- #: contact_form.php:820 contact_form.php:823
260
  msgid "Notice:"
261
  msgstr ""
262
 
263
- #: contact_form.php:820
264
  msgid ""
265
  "The plugin's settings have been changed. In order to save them please don't "
266
  "forget to click the 'Save Changes' button."
267
  msgstr ""
268
 
269
- #: contact_form.php:831
270
  msgid ""
271
  "If you want to create multiple contact forms, please install the Contact "
272
  "Form Multi plugin."
273
  msgstr ""
274
 
275
- #: contact_form.php:839 contact_form.php:842 contact_form.php:1632
276
  msgid ""
277
  "If you would like to add the Contact Form to your website, just copy and "
278
  "paste this shortcode to your post or page or widget:"
@@ -280,23 +210,23 @@ msgstr ""
280
  "Om du vill lägga till ett kontaktformulär på din webbplats, kopiera följande "
281
  "kortkod och klistra in den på rätt inlägg, sida eller widget:"
282
 
283
- #: contact_form.php:839 contact_form.php:840 contact_form.php:842
284
- #: contact_form.php:843 contact_form.php:1219 contact_form.php:1221
285
- #: contact_form.php:1282 contact_form.php:1284
286
  msgid "or"
287
  msgstr ""
288
 
289
- #: contact_form.php:840 contact_form.php:843
290
  msgid ""
291
  "If have any problems with the standard shortcode [contact_form], you should "
292
  "use the shortcode"
293
  msgstr ""
294
 
295
- #: contact_form.php:840 contact_form.php:843
296
  msgid "They work the same way."
297
  msgstr ""
298
 
299
- #: contact_form.php:848
300
  msgid ""
301
  "If you leave the fields empty, the messages will be sent to the email "
302
  "address specified during registration."
@@ -304,15 +234,15 @@ msgstr ""
304
  "Om du lämnar fälten tomma kommer meddelandena att skickas till den e-"
305
  "postadressen som angavs under registreringen."
306
 
307
- #: contact_form.php:851
308
  msgid "The user's email address:"
309
  msgstr "Användarens e-postadress:"
310
 
311
- #: contact_form.php:855
312
  msgid "Create a username"
313
  msgstr "Skapa ett användarnamn"
314
 
315
- #: contact_form.php:868
316
  msgid ""
317
  "Enter a username of the person who should get the messages from the contact "
318
  "form."
@@ -320,100 +250,99 @@ msgstr ""
320
  "Ange ett användarnamn på den användare som ska få meddelanden från "
321
  "kontaktformuläret."
322
 
323
- #: contact_form.php:872
324
  msgid "Use this email address:"
325
  msgstr "Använd den här e-postadressen:"
326
 
327
- #: contact_form.php:875
328
  msgid "Enter the email address you want the messages forwarded to."
329
  msgstr "Ange en e-postadress som ska användas för att ta emot meddelanden."
330
 
331
- #: contact_form.php:884
332
  msgid "Add department selectbox to the contact form:"
333
  msgstr ""
334
 
335
- #: contact_form.php:892 contact_form.php:1328 contact_form.php:1515
336
  msgid "If you upgrade to Pro version all your settings will be saved."
337
  msgstr ""
338
 
339
- #: contact_form.php:899 contact_form.php:1062 contact_form.php:1135
340
- #: contact_form.php:1335 contact_form.php:1522
341
  msgid "Unlock premium options by upgrading to a PRO version."
342
  msgstr ""
343
 
344
- #: contact_form.php:900 contact_form.php:1063 contact_form.php:1136
345
- #: contact_form.php:1336 contact_form.php:1523 contact_form.php:2650
346
- #: contact_form.php:2666
347
  msgid "Learn More"
348
  msgstr ""
349
 
350
- #: contact_form.php:903 contact_form.php:1066 contact_form.php:1139
351
- #: contact_form.php:1339 contact_form.php:1526
352
  msgid "Go"
353
  msgstr ""
354
 
355
- #: contact_form.php:910
356
  msgid "Save emails to the database"
357
  msgstr ""
358
 
359
- #: contact_form.php:915
360
  msgid "Using"
361
  msgstr ""
362
 
363
- #: contact_form.php:915 contact_form.php:1112 contact_form.php:1115
364
- #: contact_form.php:1119
365
  msgid "powered by"
366
  msgstr ""
367
 
368
- #: contact_form.php:918 contact_form.php:922
369
  msgid "Using Contact Form to DB powered by"
370
  msgstr ""
371
 
372
- #: contact_form.php:918
373
  #, fuzzy
374
  msgid "Activate Contact Form to DB"
375
  msgstr "Kontaktformulär Pro"
376
 
377
- #: contact_form.php:922
378
  #, fuzzy
379
  msgid "Download Contact Form to DB"
380
  msgstr "Kontaktformulär Pro"
381
 
382
- #: contact_form.php:932
383
  msgid "What to use?"
384
  msgstr "Vad ska användas?"
385
 
386
- #: contact_form.php:935
387
  msgid "Wp-mail"
388
  msgstr "Wp-mail"
389
 
390
- #: contact_form.php:935
391
  msgid "You can use the wp_mail function for mailing"
392
  msgstr "Du kan använda wp_mail-funktionen för att skicka e-post"
393
 
394
- #: contact_form.php:937
395
  msgid "Mail"
396
  msgstr "E-post"
397
 
398
- #: contact_form.php:937
399
  msgid "To send mail you can use the php mail function"
400
  msgstr "Du kan använda php-funktionen för att skicka e-post"
401
 
402
- #: contact_form.php:941
403
  msgid "'FROM' field"
404
  msgstr ""
405
 
406
- #: contact_form.php:943 contact_form.php:993 contact_form.php:1390
407
- #: contact_form.php:2162 contact_form.php:2198
408
  msgid "Name"
409
  msgstr "Namn"
410
 
411
- #: contact_form.php:947
412
  #, fuzzy
413
  msgid "User name"
414
  msgstr "Användarens e-post"
415
 
416
- #: contact_form.php:949
417
  #, fuzzy
418
  msgid ""
419
  "The name of the user who fills the form will be used in the field 'From'."
@@ -421,15 +350,15 @@ msgstr ""
421
  "E-postadressen för användaren som fyller i formuläret kommer att användas i "
422
  "'Från'-fältet."
423
 
424
- #: contact_form.php:954 contact_form.php:2173 contact_form.php:2205
425
  msgid "Email"
426
  msgstr "E-post"
427
 
428
- #: contact_form.php:961
429
  msgid "User email"
430
  msgstr "Användarens e-post"
431
 
432
- #: contact_form.php:963
433
  msgid ""
434
  "The email address of the user who fills the form will be used in the field "
435
  "'From'."
@@ -437,311 +366,311 @@ msgstr ""
437
  "E-postadressen för användaren som fyller i formuläret kommer att användas i "
438
  "'Från'-fältet."
439
 
440
- #: contact_form.php:967
441
  msgid ""
442
  "If this option is changed, email messages may be moved to the spam folder or "
443
  "email delivery failures may occur."
444
  msgstr ""
445
 
446
- #: contact_form.php:973
447
  #, fuzzy
448
  msgid "Required symbol"
449
  msgstr "Obligatoriska fält"
450
 
451
- #: contact_form.php:983
452
  msgid "Fields"
453
  msgstr ""
454
 
455
- #: contact_form.php:984
456
  msgid "Used"
457
  msgstr ""
458
 
459
- #: contact_form.php:985
460
  #, fuzzy
461
  msgid "Required"
462
  msgstr "Obligatoriska fält"
463
 
464
- #: contact_form.php:986
465
  msgid "Visible"
466
  msgstr ""
467
 
468
- #: contact_form.php:987
469
  msgid "Disabled for editing"
470
  msgstr ""
471
 
472
- #: contact_form.php:988
473
  msgid "Field's default value"
474
  msgstr ""
475
 
476
- #: contact_form.php:1000
477
  msgid "Use User's name as a default value if the user is logged in."
478
  msgstr ""
479
 
480
- #: contact_form.php:1001 contact_form.php:1029
481
  msgid ""
482
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
483
  "in users."
484
  msgstr ""
485
 
486
- #: contact_form.php:1005
487
  msgid "Location selectbox"
488
  msgstr ""
489
 
490
- #: contact_form.php:1013 contact_form.php:1395 contact_form.php:2168
491
- #: contact_form.php:2202
492
  msgid "Address"
493
  msgstr "Adress"
494
 
495
- #: contact_form.php:1021
496
  msgid "Email Address"
497
  msgstr "E-postadress"
498
 
499
- #: contact_form.php:1028
500
  msgid "Use User's email as a default value if the user is logged in."
501
  msgstr ""
502
 
503
- #: contact_form.php:1033
504
  #, fuzzy
505
  msgid "Phone number"
506
  msgstr "Telefonnummer:"
507
 
508
- #: contact_form.php:1041 contact_form.php:1410 contact_form.php:2183
509
- #: contact_form.php:2211
510
  msgid "Subject"
511
  msgstr "Ämne"
512
 
513
- #: contact_form.php:1049 contact_form.php:1414 contact_form.php:2186
514
- #: contact_form.php:2213
515
  msgid "Message"
516
  msgstr "Meddelande"
517
 
518
- #: contact_form.php:1073
519
  msgid "Attachment block"
520
  msgstr "Bilageblock"
521
 
522
- #: contact_form.php:1075
523
  msgid "Users can attach the following file formats"
524
  msgstr "Användare kan bifoga filer av följande format"
525
 
526
- #: contact_form.php:1088
527
  msgid "Add to the form"
528
  msgstr ""
529
 
530
- #: contact_form.php:1093
531
  #, fuzzy
532
  msgid "Tips below the Attachment"
533
  msgstr "Visa förklaringar under bilageblocket"
534
 
535
- #: contact_form.php:1102
536
  #, fuzzy
537
  msgid "'Send me a copy' block"
538
  msgstr "Skicka mig en kopia-block"
539
 
540
- #: contact_form.php:1112 contact_form.php:1115 contact_form.php:1119
541
- #: contact_form.php:1424
542
  msgid "Captcha"
543
  msgstr "Captcha"
544
 
545
- #: contact_form.php:1115
546
  msgid "Activate captcha"
547
  msgstr "Aktivera captcha"
548
 
549
- #: contact_form.php:1119
550
  msgid "Download captcha"
551
  msgstr "Hämta captcha"
552
 
553
- #: contact_form.php:1127
554
  msgid "Agreement checkbox"
555
  msgstr ""
556
 
557
- #: contact_form.php:1127
558
  msgid "Required checkbox for submitting the form"
559
  msgstr ""
560
 
561
- #: contact_form.php:1128
562
  msgid "Optional checkbox"
563
  msgstr ""
564
 
565
- #: contact_form.php:1128
566
  msgid "Optional checkbox, the results of which will be displayed in email"
567
  msgstr ""
568
 
569
- #: contact_form.php:1145
570
  msgid "Delete an attachment file from the server after the email is sent"
571
  msgstr ""
572
 
573
- #: contact_form.php:1151
574
  msgid "Email in HTML format sending"
575
  msgstr ""
576
 
577
- #: contact_form.php:1155
578
  msgid "Display additional info in the email"
579
  msgstr "Visa ytterligare information i meddelandet"
580
 
581
- #: contact_form.php:1160 contact_form.php:2129 contact_form.php:2131
582
  msgid "Sent from (ip address)"
583
  msgstr "Skickat från (ip-adress)"
584
 
585
- #: contact_form.php:1160
586
  #, fuzzy
587
  msgid "Example: Sent from (IP address):\t127.0.0.1"
588
  msgstr "Skickat från (ip-adress)"
589
 
590
- #: contact_form.php:1161 contact_form.php:2135 contact_form.php:2137
591
  msgid "Date/Time"
592
  msgstr "Datum/Tid"
593
 
594
- #: contact_form.php:1161
595
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
596
  msgstr ""
597
 
598
- #: contact_form.php:1162 contact_form.php:2141 contact_form.php:2143
599
  msgid "Sent from (referer)"
600
  msgstr "Skickat från (referer)"
601
 
602
- #: contact_form.php:1162
603
  msgid ""
604
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
605
  msgstr ""
606
 
607
- #: contact_form.php:1163 contact_form.php:2147 contact_form.php:2149
608
  msgid "Using (user agent)"
609
  msgstr "Använder (user agent)"
610
 
611
- #: contact_form.php:1163
612
  msgid ""
613
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
614
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
615
  msgstr ""
616
 
617
- #: contact_form.php:1167
618
  msgid "Language settings for the field names in the form"
619
  msgstr "Språkinställningar för etikettnamn in formuläret"
620
 
621
- #: contact_form.php:1176
622
  msgid "Add a language"
623
  msgstr "Lägg till ett språk"
624
 
625
- #: contact_form.php:1180
626
  msgid "Change the names of the contact form fields and error messages"
627
  msgstr "Ändra etikett för fälten i kontaktformuläret och felmeddelanden"
628
 
629
- #: contact_form.php:1185 contact_form.php:1272
630
  msgid "English"
631
  msgstr "Engelska"
632
 
633
- #: contact_form.php:1193 contact_form.php:1227
634
  msgid "click to expand/hide the list"
635
  msgstr ""
636
 
637
- #: contact_form.php:1202 contact_form.php:1236
638
  #, fuzzy
639
  msgid "Tips below the Attachment block"
640
  msgstr "Visa förklaringar under bilageblocket"
641
 
642
- #: contact_form.php:1205 contact_form.php:1239
643
  msgid "Error message for the Name field"
644
  msgstr "Felmeddelande för namnfältet"
645
 
646
- #: contact_form.php:1206 contact_form.php:1240
647
  msgid "Error message for the Address field"
648
  msgstr "Felmeddelande för adressfältet"
649
 
650
- #: contact_form.php:1207 contact_form.php:1241
651
  msgid "Error message for the Email field"
652
  msgstr "Felmeddelande för e-postadressfältet"
653
 
654
- #: contact_form.php:1208 contact_form.php:1242
655
  msgid "Error message for the Phone field"
656
  msgstr "Felmeddelande för telefonfältet"
657
 
658
- #: contact_form.php:1209 contact_form.php:1243
659
  msgid "Error message for the Subject field"
660
  msgstr "Felmeddelande for ämnesfältet"
661
 
662
- #: contact_form.php:1210 contact_form.php:1244
663
  msgid "Error message for the Message field"
664
  msgstr "Felmeddelande för meddelandefältet"
665
 
666
- #: contact_form.php:1211 contact_form.php:1245
667
  msgid "Error message about the file type for the Attachment field"
668
  msgstr "Felmeddelande för filformat i bilagefältet"
669
 
670
- #: contact_form.php:1212 contact_form.php:1246
671
  msgid ""
672
  "Error message while uploading a file for the Attachment field to the server"
673
  msgstr "Felmeddelande för uppladdning av fil till bilagefältet på servern"
674
 
675
- #: contact_form.php:1213 contact_form.php:1247
676
  msgid "Error message while moving the file for the Attachment field"
677
  msgstr "Felmeddelande för flytt av fil till bilagefältet"
678
 
679
- #: contact_form.php:1214 contact_form.php:1248
680
  msgid "Error message when file size limit for the Attachment field is exceeded"
681
  msgstr "Felmeddelande för max filstorlek i bilagefältet "
682
 
683
- #: contact_form.php:1215 contact_form.php:1249
684
  msgid "Error message for the Captcha field"
685
  msgstr "Felmeddelande för CAPTCHA"
686
 
687
- #: contact_form.php:1216 contact_form.php:1250
688
  msgid "Error message for the whole form"
689
  msgstr "Felmeddelande för formuläret"
690
 
691
- #: contact_form.php:1219 contact_form.php:1221 contact_form.php:1253
692
- #: contact_form.php:1255 contact_form.php:1282 contact_form.php:1284
693
- #: contact_form.php:1292 contact_form.php:1294 contact_form.php:2490
694
- #: contact_form.php:2492
695
  msgid "Use shortcode"
696
  msgstr "Använd kortkod"
697
 
698
- #: contact_form.php:1219 contact_form.php:1221 contact_form.php:1253
699
- #: contact_form.php:1255 contact_form.php:1282 contact_form.php:1284
700
- #: contact_form.php:1292 contact_form.php:1294 contact_form.php:2490
701
- #: contact_form.php:2492
702
  msgid "for this language"
703
  msgstr "för detta språk"
704
 
705
- #: contact_form.php:1263
706
  #, fuzzy
707
  msgid "Use the changed names of the contact form fields in the email"
708
  msgstr "Ändra etikett för fälten i kontaktformuläret och felmeddelanden"
709
 
710
- #: contact_form.php:1269
711
  msgid "Action after email is sent"
712
  msgstr "Åtgärd efter meddelande skickats"
713
 
714
- #: contact_form.php:1271
715
  msgid "Display text"
716
  msgstr "Visa text"
717
 
718
- #: contact_form.php:1280 contact_form.php:1290
719
  msgid "Text"
720
  msgstr "Text"
721
 
722
- #: contact_form.php:1301
723
  msgid "Redirect to the page"
724
  msgstr "Omdirigera till sida"
725
 
726
- #: contact_form.php:1302
727
  msgid "Url"
728
  msgstr "Url"
729
 
730
- #: contact_form.php:1306
731
  msgid "The $_SERVER variable that is used to build a URL of the form"
732
  msgstr ""
733
 
734
- #: contact_form.php:1310
735
  msgid ""
736
  "If you are not sure whether to change this setting or not, please do not do "
737
  "that."
738
  msgstr ""
739
 
740
- #: contact_form.php:1319
741
  msgid "Auto Response"
742
  msgstr ""
743
 
744
- #: contact_form.php:1323
745
  #, php-format
746
  msgid ""
747
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -749,268 +678,250 @@ msgid ""
749
  "name."
750
  msgstr ""
751
 
752
- #: contact_form.php:1349 contact_form.php:1533
753
  msgid "Save Changes"
754
  msgstr "Spara ändringar"
755
 
756
- #: contact_form.php:1355
757
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
758
- msgstr ""
759
-
760
- #: contact_form.php:1356
761
- #, fuzzy
762
- msgid "Rate the plugin"
763
- msgstr "Gratis tillägg"
764
-
765
- #: contact_form.php:1359
766
- #, fuzzy
767
- msgid "If there is something wrong about it, please contact us"
768
- msgstr "Om du har några frågor, kontakta oss via"
769
-
770
- #: contact_form.php:1370
771
  msgid "Errors output"
772
  msgstr "Felutmatning"
773
 
774
- #: contact_form.php:1373
775
  msgid "Display error messages"
776
  msgstr "Visa felmeddelanden"
777
 
778
- #: contact_form.php:1374
779
  msgid "Color of the input field errors."
780
  msgstr "Färg på inmatningfältsfel."
781
 
782
- #: contact_form.php:1375
783
  msgid "Display error messages & color of the input field errors"
784
  msgstr "Visa felmeddelanden & färg på inmatningfältsfel"
785
 
786
- #: contact_form.php:1380
787
  msgid "Add placeholder to the input blocks"
788
  msgstr "Lägg till platshållare på inmatningsblocken"
789
 
790
- #: contact_form.php:1386
791
  msgid "Add tooltips"
792
  msgstr "Visa verktygstips"
793
 
794
- #: contact_form.php:1400
795
  msgid "Email address"
796
  msgstr "E-postadress"
797
 
798
- #: contact_form.php:1405
799
  msgid "Phone Number"
800
  msgstr "Telefonnummer"
801
 
802
- #: contact_form.php:1419
803
  msgid "Attachment"
804
  msgstr "Bifoga fil"
805
 
806
- #: contact_form.php:1424
807
  msgid "(powered by bestwebsoft.com)"
808
  msgstr "(tillhandahålls av bestwebsoft.com)"
809
 
810
- #: contact_form.php:1429
811
  msgid "Style options"
812
  msgstr "Stilalternativ"
813
 
814
- #: contact_form.php:1432
815
  msgid "Text color"
816
  msgstr "Textfärg"
817
 
818
- #: contact_form.php:1435 contact_form.php:1440 contact_form.php:1450
819
- #: contact_form.php:1455 contact_form.php:1460 contact_form.php:1465
820
- #: contact_form.php:1475 contact_form.php:1480 contact_form.php:1486
821
- #: contact_form.php:1497 contact_form.php:1502 contact_form.php:1507
822
  msgid "Default"
823
  msgstr "Standard"
824
 
825
- #: contact_form.php:1437
826
  msgid "Label text color"
827
  msgstr "Etikett-textfärg"
828
 
829
- #: contact_form.php:1442
830
  msgid "Placeholder color"
831
  msgstr "Platshållarfärg"
832
 
833
- #: contact_form.php:1447
834
  msgid "Errors color"
835
  msgstr "Felfärg"
836
 
837
- #: contact_form.php:1452
838
  msgid "Error text color"
839
  msgstr "Feltextfärg"
840
 
841
- #: contact_form.php:1457
842
  msgid "Background color of the input field errors"
843
  msgstr "Bakgrundsfärg på inmatningfältsfel"
844
 
845
- #: contact_form.php:1462
846
  msgid "Border color of the input field errors"
847
  msgstr "Ramfärg på inmatningfältsfel"
848
 
849
- #: contact_form.php:1467
850
  msgid "Placeholder color of the input field errors"
851
  msgstr "Platshållarfärg för inmatningfältsfel"
852
 
853
- #: contact_form.php:1472
854
  msgid "Input fields"
855
  msgstr "Inmatningsfält"
856
 
857
- #: contact_form.php:1477
858
  msgid "Input fields background color"
859
  msgstr "Inmatningfältsbakgrundsfärg"
860
 
861
- #: contact_form.php:1482
862
  msgid "Text fields color"
863
  msgstr "Textfältfärg"
864
 
865
- #: contact_form.php:1484
866
  msgid "Border width in px, numbers only"
867
  msgstr "Rambredd i px, endast siffror"
868
 
869
- #: contact_form.php:1488 contact_form.php:1509
870
  msgid "Border color"
871
  msgstr "Ramfärg"
872
 
873
- #: contact_form.php:1493
874
  msgid "Submit button"
875
  msgstr "Skicka-knapp"
876
 
877
- #: contact_form.php:1495
878
  msgid "Width in px, numbers only"
879
  msgstr "Bredd i px, endast siffror"
880
 
881
- #: contact_form.php:1499
882
  msgid "Button color"
883
  msgstr "Knappfärg"
884
 
885
- #: contact_form.php:1504
886
  msgid "Button text color"
887
  msgstr "Knapptextfärg"
888
 
889
- #: contact_form.php:1537
890
  msgid "Contact Form Pro | Preview"
891
  msgstr "Kontaktformulär Pro | Förhandsgranskning"
892
 
893
- #: contact_form.php:1540
894
  msgid "Show with errors"
895
  msgstr "Visa med fel"
896
 
897
- #: contact_form.php:1548 contact_form.php:1550
898
  msgid "Please enter your full name..."
899
  msgstr "Var god ange ditt fullständiga namn…"
900
 
901
- #: contact_form.php:1561 contact_form.php:1563
902
  msgid "Please enter your address..."
903
  msgstr "Var god ange din adress…"
904
 
905
- #: contact_form.php:1572 contact_form.php:1574
906
  msgid "Please enter your email address..."
907
  msgstr "Var god ange din e-postadress…"
908
 
909
- #: contact_form.php:1583 contact_form.php:1585
910
  msgid "Please enter your phone number..."
911
  msgstr "Var god ange ditt telefonnummer…"
912
 
913
- #: contact_form.php:1594 contact_form.php:1596
914
  msgid "Please enter subject..."
915
  msgstr "Var god ange ämne…"
916
 
917
- #: contact_form.php:1604 contact_form.php:1606
918
  msgid "Please enter your message..."
919
  msgstr "Var god ange ditt meddelande…"
920
 
921
- #: contact_form.php:1648
922
- msgid ""
923
- "Congratulations! The PRO version of the plugin is successfully download and "
924
- "activated."
925
- msgstr ""
926
-
927
- #: contact_form.php:1650
928
- msgid "Please, go to"
929
- msgstr ""
930
-
931
- #: contact_form.php:1650
932
- #, fuzzy
933
- msgid "the setting page"
934
- msgstr "Extra inställningar"
935
-
936
- #: contact_form.php:1651
937
- msgid "You will be redirected automatically in 5 seconds."
938
- msgstr ""
939
-
940
- #: contact_form.php:1656
941
- msgid "You can download and activate"
942
- msgstr ""
943
-
944
- #: contact_form.php:1658
945
- msgid "version of this plugin by entering Your license key."
946
- msgstr ""
947
-
948
- #: contact_form.php:1660
949
- msgid ""
950
- "You can find your license key on your personal page Client area, by clicking "
951
- "on the link"
952
- msgstr ""
953
-
954
- #: contact_form.php:1662
955
- msgid "(your username is the email you specify when purchasing the product)."
956
- msgstr ""
957
-
958
- #: contact_form.php:1670 contact_form.php:1680
959
- #, fuzzy
960
- msgid "Activate"
961
- msgstr "Aktivera captcha"
962
-
963
- #: contact_form.php:1752
964
  msgid "Sorry, email message could not be delivered."
965
  msgstr "Tyvärr kunde ditt meddelande inte levereras."
966
 
967
- #: contact_form.php:2156
968
  msgid "Contact from"
969
  msgstr "Kontaktformulär"
970
 
971
- #: contact_form.php:2178 contact_form.php:2208
972
  msgid "Phone"
973
  msgstr "Telefon"
974
 
975
- #: contact_form.php:2189 contact_form.php:2215
976
  msgid "Site"
977
  msgstr "Sajt"
978
 
979
- #: contact_form.php:2302
980
  msgid ""
981
  "If you can see this MIME, it means that the MIME type is not supported by "
982
  "your email client!"
983
  msgstr ""
984
  "Om du kan se detta MIME, så accepterar inte din e-postklient denna MIME-typ!"
985
 
986
- #: contact_form.php:2378
987
  msgid "Support"
988
  msgstr "Support"
989
 
990
- #: contact_form.php:2432
991
  msgid "Are you sure that you want to delete this language data?"
992
  msgstr "Är du säker på att du vill ta bort språkdatan?"
993
 
994
- #: contact_form.php:2653
 
 
 
 
 
995
  msgid ""
996
- "It’s time to upgrade your <strong>Contact Form plugin</strong> to "
997
- "<strong>PRO</strong> version"
998
  msgstr ""
999
 
1000
- #: contact_form.php:2654
1001
- msgid "Extend standard plugin functionality with new great options."
 
 
 
 
 
1002
  msgstr ""
1003
 
1004
- #: contact_form.php:2669
1005
  msgid ""
1006
  "<strong>Contact Form to DB</strong> allows to store your messages to the "
1007
  "database."
1008
  msgstr ""
1009
 
1010
- #: contact_form.php:2670
1011
  msgid "Manage messages that have been sent from your website."
1012
  msgstr ""
1013
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1014
  #~ msgid "Extra settings"
1015
  #~ msgstr "Extra inställningar"
1016
 
@@ -1155,9 +1066,6 @@ msgstr ""
1155
  #~ msgid "Activated plugins"
1156
  #~ msgstr "Aktiverade tillägg"
1157
 
1158
- #~ msgid "Read more"
1159
- #~ msgstr "Läs mer"
1160
-
1161
  #~ msgid "Installed plugins"
1162
  #~ msgstr "Installerade tillägg"
1163
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-05 13:05+0300\n"
6
+ "PO-Revision-Date: 2015-03-05 13:05+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Martin Tonek, Joakim Lindskog, Maarten van den Driest "
9
  "<joakim@limewoodmedia.com, maarten@vandendriest.com>\n"
17
  "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: contact_form.php:35 contact_form.php:631
21
  msgid "Contact Form Settings"
22
  msgstr "Kontaktformulärinställningar"
23
 
24
+ #: contact_form.php:35
25
  msgid "Contact Form"
26
  msgstr "Kontaktformulär"
27
 
28
+ #: contact_form.php:123 contact_form.php:1012 contact_form.php:1046
29
  msgid "Name:"
30
  msgstr "Namn:"
31
 
32
+ #: contact_form.php:124 contact_form.php:1013 contact_form.php:1047
33
  msgid "Address:"
34
  msgstr "Adress:"
35
 
36
+ #: contact_form.php:125 contact_form.php:1014 contact_form.php:1048
37
  msgid "Email Address:"
38
  msgstr "E-postadress:"
39
 
40
+ #: contact_form.php:126 contact_form.php:1015 contact_form.php:1049
41
  msgid "Phone number:"
42
  msgstr "Telefonnummer:"
43
 
44
+ #: contact_form.php:127 contact_form.php:1016 contact_form.php:1050
45
  msgid "Subject:"
46
  msgstr "Ämne:"
47
 
48
+ #: contact_form.php:128 contact_form.php:1017 contact_form.php:1051
49
  msgid "Message:"
50
  msgstr "Meddelande:"
51
 
52
+ #: contact_form.php:129 contact_form.php:1018 contact_form.php:1052
53
  msgid "Attachment:"
54
  msgstr "Bifogad fil:"
55
 
56
+ #: contact_form.php:130
57
  msgid ""
58
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
59
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
62
  "Stödda filformat: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, "
63
  "PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max filstorlek: 2MB"
64
 
65
+ #: contact_form.php:131 contact_form.php:1020 contact_form.php:1054
66
  msgid "Send me a copy"
67
  msgstr "Skicka mig en kopia"
68
 
69
+ #: contact_form.php:132 contact_form.php:1021 contact_form.php:1055
70
  msgid "Submit"
71
  msgstr "Skicka"
72
 
73
+ #: contact_form.php:133
74
  msgid "Your name is required."
75
  msgstr "Ditt namn krävs."
76
 
77
+ #: contact_form.php:134
78
  msgid "Address is required."
79
  msgstr "Adress krävs."
80
 
81
+ #: contact_form.php:135
82
  msgid "A valid email address is required."
83
  msgstr "En giltig e-postadress krävs."
84
 
85
+ #: contact_form.php:136
86
  msgid "Phone number is required."
87
  msgstr "Telefonnummer krävs."
88
 
89
+ #: contact_form.php:137
90
  msgid "Subject is required."
91
  msgstr "Ämne krävs."
92
 
93
+ #: contact_form.php:138
94
  msgid "Message text is required."
95
  msgstr "Meddelande krävs."
96
 
97
+ #: contact_form.php:139
98
  msgid "File format is not valid."
99
  msgstr "Bilageformaten är inte giltigt."
100
 
101
+ #: contact_form.php:140
102
  msgid "File upload error."
103
  msgstr "Filuppladdningsfel."
104
 
105
+ #: contact_form.php:141
106
  msgid "The file could not be uploaded."
107
  msgstr "Filen kunde inte laddas upp."
108
 
109
+ #: contact_form.php:142
110
  msgid "This file is too large."
111
  msgstr "Filen är för stor."
112
 
113
+ #: contact_form.php:143
114
  msgid "Please fill out the CAPTCHA."
115
  msgstr "Var god fyll i CAPTCHA."
116
 
117
+ #: contact_form.php:144
118
  msgid "Please make corrections below and try again."
119
  msgstr "Var god gör korrigeringar nedan och försök igen."
120
 
121
+ #: contact_form.php:146
122
  msgid "Thank you for contacting us."
123
  msgstr "Tack för att du kontaktade oss."
124
 
125
+ #: contact_form.php:543
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
126
  msgid ""
127
  "Email 'FROM' field option was changed, which may cause email messages being "
128
  "moved to the spam folder or email delivery failures."
129
  msgstr ""
130
 
131
+ #: contact_form.php:553
132
  msgid ""
133
  "If the 'Redirect to page' option is selected then the URL field should be in "
134
  "the following format"
136
  "Om alternativet 'Omdirigera till sida' väljs ska URL-fältet fyllas i med "
137
  "följande format"
138
 
139
+ #: contact_form.php:562
140
  #, fuzzy
141
  msgid "Such user does not exist."
142
  msgstr "Användaren finns inte. Inställningarna sparades inte."
143
 
144
+ #: contact_form.php:572
145
  #, fuzzy
146
  msgid ""
147
  "Please enter a valid email address in the 'Use this email address' field."
149
  "Var god ange en giltig e-postadress i 'FRÅN'-fältet. Inställningarna "
150
  "sparades inte."
151
 
152
+ #: contact_form.php:580
153
  #, fuzzy
154
  msgid "Please enter a valid email address in the 'FROM' field."
155
  msgstr ""
156
  "Var god ange en giltig e-postadress i 'FRÅN'-fältet. Inställningarna "
157
  "sparades inte."
158
 
159
+ #: contact_form.php:603
160
  msgid "Settings saved."
161
  msgstr "Inställningar sparades."
162
 
163
+ #: contact_form.php:605
164
  #, fuzzy
165
  msgid "Settings are not saved."
166
  msgstr "Inställningar sparades."
167
 
168
+ #: contact_form.php:633 contact_form.php:2126 contact_form.php:2140
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
169
  msgid "Settings"
170
  msgstr "Inställningar"
171
 
172
+ #: contact_form.php:634
173
  #, fuzzy
174
  msgid "Additional settings"
175
  msgstr "Ytterligare alternativ"
176
 
177
+ #: contact_form.php:635
178
  msgid "Appearance"
179
  msgstr ""
180
 
181
+ #: contact_form.php:636 contact_form.php:2141
182
  msgid "FAQ"
183
  msgstr "FAQ"
184
 
185
+ #: contact_form.php:637
186
  msgid "Go PRO"
187
  msgstr ""
188
 
189
+ #: contact_form.php:640 contact_form.php:642
190
  msgid "Notice:"
191
  msgstr ""
192
 
193
+ #: contact_form.php:640
194
  msgid ""
195
  "The plugin's settings have been changed. In order to save them please don't "
196
  "forget to click the 'Save Changes' button."
197
  msgstr ""
198
 
199
+ #: contact_form.php:650
200
  msgid ""
201
  "If you want to create multiple contact forms, please install the Contact "
202
  "Form Multi plugin."
203
  msgstr ""
204
 
205
+ #: contact_form.php:657 contact_form.php:660 contact_form.php:1439
206
  msgid ""
207
  "If you would like to add the Contact Form to your website, just copy and "
208
  "paste this shortcode to your post or page or widget:"
210
  "Om du vill lägga till ett kontaktformulär på din webbplats, kopiera följande "
211
  "kortkod och klistra in den på rätt inlägg, sida eller widget:"
212
 
213
+ #: contact_form.php:657 contact_form.php:658 contact_form.php:660
214
+ #: contact_form.php:661 contact_form.php:1036 contact_form.php:1038
215
+ #: contact_form.php:1099 contact_form.php:1101
216
  msgid "or"
217
  msgstr ""
218
 
219
+ #: contact_form.php:658 contact_form.php:661
220
  msgid ""
221
  "If have any problems with the standard shortcode [contact_form], you should "
222
  "use the shortcode"
223
  msgstr ""
224
 
225
+ #: contact_form.php:658 contact_form.php:661
226
  msgid "They work the same way."
227
  msgstr ""
228
 
229
+ #: contact_form.php:665
230
  msgid ""
231
  "If you leave the fields empty, the messages will be sent to the email "
232
  "address specified during registration."
234
  "Om du lämnar fälten tomma kommer meddelandena att skickas till den e-"
235
  "postadressen som angavs under registreringen."
236
 
237
+ #: contact_form.php:668
238
  msgid "The user's email address:"
239
  msgstr "Användarens e-postadress:"
240
 
241
+ #: contact_form.php:672
242
  msgid "Create a username"
243
  msgstr "Skapa ett användarnamn"
244
 
245
+ #: contact_form.php:685
246
  msgid ""
247
  "Enter a username of the person who should get the messages from the contact "
248
  "form."
250
  "Ange ett användarnamn på den användare som ska få meddelanden från "
251
  "kontaktformuläret."
252
 
253
+ #: contact_form.php:689
254
  msgid "Use this email address:"
255
  msgstr "Använd den här e-postadressen:"
256
 
257
+ #: contact_form.php:692
258
  msgid "Enter the email address you want the messages forwarded to."
259
  msgstr "Ange en e-postadress som ska användas för att ta emot meddelanden."
260
 
261
+ #: contact_form.php:701
262
  msgid "Add department selectbox to the contact form:"
263
  msgstr ""
264
 
265
+ #: contact_form.php:709 contact_form.php:1145 contact_form.php:1322
266
  msgid "If you upgrade to Pro version all your settings will be saved."
267
  msgstr ""
268
 
269
+ #: contact_form.php:716 contact_form.php:879 contact_form.php:952
270
+ #: contact_form.php:1152 contact_form.php:1329
271
  msgid "Unlock premium options by upgrading to a PRO version."
272
  msgstr ""
273
 
274
+ #: contact_form.php:717 contact_form.php:880 contact_form.php:953
275
+ #: contact_form.php:1153 contact_form.php:1330 contact_form.php:2402
 
276
  msgid "Learn More"
277
  msgstr ""
278
 
279
+ #: contact_form.php:720 contact_form.php:883 contact_form.php:956
280
+ #: contact_form.php:1156 contact_form.php:1333
281
  msgid "Go"
282
  msgstr ""
283
 
284
+ #: contact_form.php:727
285
  msgid "Save emails to the database"
286
  msgstr ""
287
 
288
+ #: contact_form.php:732
289
  msgid "Using"
290
  msgstr ""
291
 
292
+ #: contact_form.php:732 contact_form.php:929 contact_form.php:932
293
+ #: contact_form.php:936
294
  msgid "powered by"
295
  msgstr ""
296
 
297
+ #: contact_form.php:735 contact_form.php:739
298
  msgid "Using Contact Form to DB powered by"
299
  msgstr ""
300
 
301
+ #: contact_form.php:735
302
  #, fuzzy
303
  msgid "Activate Contact Form to DB"
304
  msgstr "Kontaktformulär Pro"
305
 
306
+ #: contact_form.php:739
307
  #, fuzzy
308
  msgid "Download Contact Form to DB"
309
  msgstr "Kontaktformulär Pro"
310
 
311
+ #: contact_form.php:749
312
  msgid "What to use?"
313
  msgstr "Vad ska användas?"
314
 
315
+ #: contact_form.php:752
316
  msgid "Wp-mail"
317
  msgstr "Wp-mail"
318
 
319
+ #: contact_form.php:752
320
  msgid "You can use the wp_mail function for mailing"
321
  msgstr "Du kan använda wp_mail-funktionen för att skicka e-post"
322
 
323
+ #: contact_form.php:754
324
  msgid "Mail"
325
  msgstr "E-post"
326
 
327
+ #: contact_form.php:754
328
  msgid "To send mail you can use the php mail function"
329
  msgstr "Du kan använda php-funktionen för att skicka e-post"
330
 
331
+ #: contact_form.php:758
332
  msgid "'FROM' field"
333
  msgstr ""
334
 
335
+ #: contact_form.php:760 contact_form.php:810 contact_form.php:1197
336
+ #: contact_form.php:1927 contact_form.php:1963
337
  msgid "Name"
338
  msgstr "Namn"
339
 
340
+ #: contact_form.php:764
341
  #, fuzzy
342
  msgid "User name"
343
  msgstr "Användarens e-post"
344
 
345
+ #: contact_form.php:766
346
  #, fuzzy
347
  msgid ""
348
  "The name of the user who fills the form will be used in the field 'From'."
350
  "E-postadressen för användaren som fyller i formuläret kommer att användas i "
351
  "'Från'-fältet."
352
 
353
+ #: contact_form.php:771 contact_form.php:1938 contact_form.php:1970
354
  msgid "Email"
355
  msgstr "E-post"
356
 
357
+ #: contact_form.php:778
358
  msgid "User email"
359
  msgstr "Användarens e-post"
360
 
361
+ #: contact_form.php:780
362
  msgid ""
363
  "The email address of the user who fills the form will be used in the field "
364
  "'From'."
366
  "E-postadressen för användaren som fyller i formuläret kommer att användas i "
367
  "'Från'-fältet."
368
 
369
+ #: contact_form.php:784
370
  msgid ""
371
  "If this option is changed, email messages may be moved to the spam folder or "
372
  "email delivery failures may occur."
373
  msgstr ""
374
 
375
+ #: contact_form.php:790
376
  #, fuzzy
377
  msgid "Required symbol"
378
  msgstr "Obligatoriska fält"
379
 
380
+ #: contact_form.php:800
381
  msgid "Fields"
382
  msgstr ""
383
 
384
+ #: contact_form.php:801
385
  msgid "Used"
386
  msgstr ""
387
 
388
+ #: contact_form.php:802
389
  #, fuzzy
390
  msgid "Required"
391
  msgstr "Obligatoriska fält"
392
 
393
+ #: contact_form.php:803
394
  msgid "Visible"
395
  msgstr ""
396
 
397
+ #: contact_form.php:804
398
  msgid "Disabled for editing"
399
  msgstr ""
400
 
401
+ #: contact_form.php:805
402
  msgid "Field's default value"
403
  msgstr ""
404
 
405
+ #: contact_form.php:817
406
  msgid "Use User's name as a default value if the user is logged in."
407
  msgstr ""
408
 
409
+ #: contact_form.php:818 contact_form.php:846
410
  msgid ""
411
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
412
  "in users."
413
  msgstr ""
414
 
415
+ #: contact_form.php:822
416
  msgid "Location selectbox"
417
  msgstr ""
418
 
419
+ #: contact_form.php:830 contact_form.php:1202 contact_form.php:1933
420
+ #: contact_form.php:1967
421
  msgid "Address"
422
  msgstr "Adress"
423
 
424
+ #: contact_form.php:838
425
  msgid "Email Address"
426
  msgstr "E-postadress"
427
 
428
+ #: contact_form.php:845
429
  msgid "Use User's email as a default value if the user is logged in."
430
  msgstr ""
431
 
432
+ #: contact_form.php:850
433
  #, fuzzy
434
  msgid "Phone number"
435
  msgstr "Telefonnummer:"
436
 
437
+ #: contact_form.php:858 contact_form.php:1217 contact_form.php:1948
438
+ #: contact_form.php:1976
439
  msgid "Subject"
440
  msgstr "Ämne"
441
 
442
+ #: contact_form.php:866 contact_form.php:1221 contact_form.php:1951
443
+ #: contact_form.php:1978
444
  msgid "Message"
445
  msgstr "Meddelande"
446
 
447
+ #: contact_form.php:890
448
  msgid "Attachment block"
449
  msgstr "Bilageblock"
450
 
451
+ #: contact_form.php:892
452
  msgid "Users can attach the following file formats"
453
  msgstr "Användare kan bifoga filer av följande format"
454
 
455
+ #: contact_form.php:905
456
  msgid "Add to the form"
457
  msgstr ""
458
 
459
+ #: contact_form.php:910
460
  #, fuzzy
461
  msgid "Tips below the Attachment"
462
  msgstr "Visa förklaringar under bilageblocket"
463
 
464
+ #: contact_form.php:919
465
  #, fuzzy
466
  msgid "'Send me a copy' block"
467
  msgstr "Skicka mig en kopia-block"
468
 
469
+ #: contact_form.php:929 contact_form.php:932 contact_form.php:936
470
+ #: contact_form.php:1231
471
  msgid "Captcha"
472
  msgstr "Captcha"
473
 
474
+ #: contact_form.php:932
475
  msgid "Activate captcha"
476
  msgstr "Aktivera captcha"
477
 
478
+ #: contact_form.php:936
479
  msgid "Download captcha"
480
  msgstr "Hämta captcha"
481
 
482
+ #: contact_form.php:944
483
  msgid "Agreement checkbox"
484
  msgstr ""
485
 
486
+ #: contact_form.php:944
487
  msgid "Required checkbox for submitting the form"
488
  msgstr ""
489
 
490
+ #: contact_form.php:945
491
  msgid "Optional checkbox"
492
  msgstr ""
493
 
494
+ #: contact_form.php:945
495
  msgid "Optional checkbox, the results of which will be displayed in email"
496
  msgstr ""
497
 
498
+ #: contact_form.php:962
499
  msgid "Delete an attachment file from the server after the email is sent"
500
  msgstr ""
501
 
502
+ #: contact_form.php:968
503
  msgid "Email in HTML format sending"
504
  msgstr ""
505
 
506
+ #: contact_form.php:972
507
  msgid "Display additional info in the email"
508
  msgstr "Visa ytterligare information i meddelandet"
509
 
510
+ #: contact_form.php:977 contact_form.php:1894 contact_form.php:1896
511
  msgid "Sent from (ip address)"
512
  msgstr "Skickat från (ip-adress)"
513
 
514
+ #: contact_form.php:977
515
  #, fuzzy
516
  msgid "Example: Sent from (IP address):\t127.0.0.1"
517
  msgstr "Skickat från (ip-adress)"
518
 
519
+ #: contact_form.php:978 contact_form.php:1900 contact_form.php:1902
520
  msgid "Date/Time"
521
  msgstr "Datum/Tid"
522
 
523
+ #: contact_form.php:978
524
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
525
  msgstr ""
526
 
527
+ #: contact_form.php:979 contact_form.php:1906 contact_form.php:1908
528
  msgid "Sent from (referer)"
529
  msgstr "Skickat från (referer)"
530
 
531
+ #: contact_form.php:979
532
  msgid ""
533
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
534
  msgstr ""
535
 
536
+ #: contact_form.php:980 contact_form.php:1912 contact_form.php:1914
537
  msgid "Using (user agent)"
538
  msgstr "Använder (user agent)"
539
 
540
+ #: contact_form.php:980
541
  msgid ""
542
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
543
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
544
  msgstr ""
545
 
546
+ #: contact_form.php:984
547
  msgid "Language settings for the field names in the form"
548
  msgstr "Språkinställningar för etikettnamn in formuläret"
549
 
550
+ #: contact_form.php:993
551
  msgid "Add a language"
552
  msgstr "Lägg till ett språk"
553
 
554
+ #: contact_form.php:997
555
  msgid "Change the names of the contact form fields and error messages"
556
  msgstr "Ändra etikett för fälten i kontaktformuläret och felmeddelanden"
557
 
558
+ #: contact_form.php:1002 contact_form.php:1089
559
  msgid "English"
560
  msgstr "Engelska"
561
 
562
+ #: contact_form.php:1010 contact_form.php:1044
563
  msgid "click to expand/hide the list"
564
  msgstr ""
565
 
566
+ #: contact_form.php:1019 contact_form.php:1053
567
  #, fuzzy
568
  msgid "Tips below the Attachment block"
569
  msgstr "Visa förklaringar under bilageblocket"
570
 
571
+ #: contact_form.php:1022 contact_form.php:1056
572
  msgid "Error message for the Name field"
573
  msgstr "Felmeddelande för namnfältet"
574
 
575
+ #: contact_form.php:1023 contact_form.php:1057
576
  msgid "Error message for the Address field"
577
  msgstr "Felmeddelande för adressfältet"
578
 
579
+ #: contact_form.php:1024 contact_form.php:1058
580
  msgid "Error message for the Email field"
581
  msgstr "Felmeddelande för e-postadressfältet"
582
 
583
+ #: contact_form.php:1025 contact_form.php:1059
584
  msgid "Error message for the Phone field"
585
  msgstr "Felmeddelande för telefonfältet"
586
 
587
+ #: contact_form.php:1026 contact_form.php:1060
588
  msgid "Error message for the Subject field"
589
  msgstr "Felmeddelande for ämnesfältet"
590
 
591
+ #: contact_form.php:1027 contact_form.php:1061
592
  msgid "Error message for the Message field"
593
  msgstr "Felmeddelande för meddelandefältet"
594
 
595
+ #: contact_form.php:1028 contact_form.php:1062
596
  msgid "Error message about the file type for the Attachment field"
597
  msgstr "Felmeddelande för filformat i bilagefältet"
598
 
599
+ #: contact_form.php:1029 contact_form.php:1063
600
  msgid ""
601
  "Error message while uploading a file for the Attachment field to the server"
602
  msgstr "Felmeddelande för uppladdning av fil till bilagefältet på servern"
603
 
604
+ #: contact_form.php:1030 contact_form.php:1064
605
  msgid "Error message while moving the file for the Attachment field"
606
  msgstr "Felmeddelande för flytt av fil till bilagefältet"
607
 
608
+ #: contact_form.php:1031 contact_form.php:1065
609
  msgid "Error message when file size limit for the Attachment field is exceeded"
610
  msgstr "Felmeddelande för max filstorlek i bilagefältet "
611
 
612
+ #: contact_form.php:1032 contact_form.php:1066
613
  msgid "Error message for the Captcha field"
614
  msgstr "Felmeddelande för CAPTCHA"
615
 
616
+ #: contact_form.php:1033 contact_form.php:1067
617
  msgid "Error message for the whole form"
618
  msgstr "Felmeddelande för formuläret"
619
 
620
+ #: contact_form.php:1036 contact_form.php:1038 contact_form.php:1070
621
+ #: contact_form.php:1072 contact_form.php:1099 contact_form.php:1101
622
+ #: contact_form.php:1109 contact_form.php:1111 contact_form.php:2272
623
+ #: contact_form.php:2274
624
  msgid "Use shortcode"
625
  msgstr "Använd kortkod"
626
 
627
+ #: contact_form.php:1036 contact_form.php:1038 contact_form.php:1070
628
+ #: contact_form.php:1072 contact_form.php:1099 contact_form.php:1101
629
+ #: contact_form.php:1109 contact_form.php:1111 contact_form.php:2272
630
+ #: contact_form.php:2274
631
  msgid "for this language"
632
  msgstr "för detta språk"
633
 
634
+ #: contact_form.php:1080
635
  #, fuzzy
636
  msgid "Use the changed names of the contact form fields in the email"
637
  msgstr "Ändra etikett för fälten i kontaktformuläret och felmeddelanden"
638
 
639
+ #: contact_form.php:1086
640
  msgid "Action after email is sent"
641
  msgstr "Åtgärd efter meddelande skickats"
642
 
643
+ #: contact_form.php:1088
644
  msgid "Display text"
645
  msgstr "Visa text"
646
 
647
+ #: contact_form.php:1097 contact_form.php:1107
648
  msgid "Text"
649
  msgstr "Text"
650
 
651
+ #: contact_form.php:1118
652
  msgid "Redirect to the page"
653
  msgstr "Omdirigera till sida"
654
 
655
+ #: contact_form.php:1119
656
  msgid "Url"
657
  msgstr "Url"
658
 
659
+ #: contact_form.php:1123
660
  msgid "The $_SERVER variable that is used to build a URL of the form"
661
  msgstr ""
662
 
663
+ #: contact_form.php:1127
664
  msgid ""
665
  "If you are not sure whether to change this setting or not, please do not do "
666
  "that."
667
  msgstr ""
668
 
669
+ #: contact_form.php:1136
670
  msgid "Auto Response"
671
  msgstr ""
672
 
673
+ #: contact_form.php:1140
674
  #, php-format
675
  msgid ""
676
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
678
  "name."
679
  msgstr ""
680
 
681
+ #: contact_form.php:1165 contact_form.php:1340
682
  msgid "Save Changes"
683
  msgstr "Spara ändringar"
684
 
685
+ #: contact_form.php:1177
 
 
 
 
 
 
 
 
 
 
 
 
 
 
686
  msgid "Errors output"
687
  msgstr "Felutmatning"
688
 
689
+ #: contact_form.php:1180
690
  msgid "Display error messages"
691
  msgstr "Visa felmeddelanden"
692
 
693
+ #: contact_form.php:1181
694
  msgid "Color of the input field errors."
695
  msgstr "Färg på inmatningfältsfel."
696
 
697
+ #: contact_form.php:1182
698
  msgid "Display error messages & color of the input field errors"
699
  msgstr "Visa felmeddelanden & färg på inmatningfältsfel"
700
 
701
+ #: contact_form.php:1187
702
  msgid "Add placeholder to the input blocks"
703
  msgstr "Lägg till platshållare på inmatningsblocken"
704
 
705
+ #: contact_form.php:1193
706
  msgid "Add tooltips"
707
  msgstr "Visa verktygstips"
708
 
709
+ #: contact_form.php:1207
710
  msgid "Email address"
711
  msgstr "E-postadress"
712
 
713
+ #: contact_form.php:1212
714
  msgid "Phone Number"
715
  msgstr "Telefonnummer"
716
 
717
+ #: contact_form.php:1226
718
  msgid "Attachment"
719
  msgstr "Bifoga fil"
720
 
721
+ #: contact_form.php:1231
722
  msgid "(powered by bestwebsoft.com)"
723
  msgstr "(tillhandahålls av bestwebsoft.com)"
724
 
725
+ #: contact_form.php:1236
726
  msgid "Style options"
727
  msgstr "Stilalternativ"
728
 
729
+ #: contact_form.php:1239
730
  msgid "Text color"
731
  msgstr "Textfärg"
732
 
733
+ #: contact_form.php:1242 contact_form.php:1247 contact_form.php:1257
734
+ #: contact_form.php:1262 contact_form.php:1267 contact_form.php:1272
735
+ #: contact_form.php:1282 contact_form.php:1287 contact_form.php:1293
736
+ #: contact_form.php:1304 contact_form.php:1309 contact_form.php:1314
737
  msgid "Default"
738
  msgstr "Standard"
739
 
740
+ #: contact_form.php:1244
741
  msgid "Label text color"
742
  msgstr "Etikett-textfärg"
743
 
744
+ #: contact_form.php:1249
745
  msgid "Placeholder color"
746
  msgstr "Platshållarfärg"
747
 
748
+ #: contact_form.php:1254
749
  msgid "Errors color"
750
  msgstr "Felfärg"
751
 
752
+ #: contact_form.php:1259
753
  msgid "Error text color"
754
  msgstr "Feltextfärg"
755
 
756
+ #: contact_form.php:1264
757
  msgid "Background color of the input field errors"
758
  msgstr "Bakgrundsfärg på inmatningfältsfel"
759
 
760
+ #: contact_form.php:1269
761
  msgid "Border color of the input field errors"
762
  msgstr "Ramfärg på inmatningfältsfel"
763
 
764
+ #: contact_form.php:1274
765
  msgid "Placeholder color of the input field errors"
766
  msgstr "Platshållarfärg för inmatningfältsfel"
767
 
768
+ #: contact_form.php:1279
769
  msgid "Input fields"
770
  msgstr "Inmatningsfält"
771
 
772
+ #: contact_form.php:1284
773
  msgid "Input fields background color"
774
  msgstr "Inmatningfältsbakgrundsfärg"
775
 
776
+ #: contact_form.php:1289
777
  msgid "Text fields color"
778
  msgstr "Textfältfärg"
779
 
780
+ #: contact_form.php:1291
781
  msgid "Border width in px, numbers only"
782
  msgstr "Rambredd i px, endast siffror"
783
 
784
+ #: contact_form.php:1295 contact_form.php:1316
785
  msgid "Border color"
786
  msgstr "Ramfärg"
787
 
788
+ #: contact_form.php:1300
789
  msgid "Submit button"
790
  msgstr "Skicka-knapp"
791
 
792
+ #: contact_form.php:1302
793
  msgid "Width in px, numbers only"
794
  msgstr "Bredd i px, endast siffror"
795
 
796
+ #: contact_form.php:1306
797
  msgid "Button color"
798
  msgstr "Knappfärg"
799
 
800
+ #: contact_form.php:1311
801
  msgid "Button text color"
802
  msgstr "Knapptextfärg"
803
 
804
+ #: contact_form.php:1344
805
  msgid "Contact Form Pro | Preview"
806
  msgstr "Kontaktformulär Pro | Förhandsgranskning"
807
 
808
+ #: contact_form.php:1347
809
  msgid "Show with errors"
810
  msgstr "Visa med fel"
811
 
812
+ #: contact_form.php:1355 contact_form.php:1357
813
  msgid "Please enter your full name..."
814
  msgstr "Var god ange ditt fullständiga namn…"
815
 
816
+ #: contact_form.php:1368 contact_form.php:1370
817
  msgid "Please enter your address..."
818
  msgstr "Var god ange din adress…"
819
 
820
+ #: contact_form.php:1379 contact_form.php:1381
821
  msgid "Please enter your email address..."
822
  msgstr "Var god ange din e-postadress…"
823
 
824
+ #: contact_form.php:1390 contact_form.php:1392
825
  msgid "Please enter your phone number..."
826
  msgstr "Var god ange ditt telefonnummer…"
827
 
828
+ #: contact_form.php:1401 contact_form.php:1403
829
  msgid "Please enter subject..."
830
  msgstr "Var god ange ämne…"
831
 
832
+ #: contact_form.php:1411 contact_form.php:1413
833
  msgid "Please enter your message..."
834
  msgstr "Var god ange ditt meddelande…"
835
 
836
+ #: contact_form.php:1517
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
837
  msgid "Sorry, email message could not be delivered."
838
  msgstr "Tyvärr kunde ditt meddelande inte levereras."
839
 
840
+ #: contact_form.php:1921
841
  msgid "Contact from"
842
  msgstr "Kontaktformulär"
843
 
844
+ #: contact_form.php:1943 contact_form.php:1973
845
  msgid "Phone"
846
  msgstr "Telefon"
847
 
848
+ #: contact_form.php:1954 contact_form.php:1980
849
  msgid "Site"
850
  msgstr "Sajt"
851
 
852
+ #: contact_form.php:2066
853
  msgid ""
854
  "If you can see this MIME, it means that the MIME type is not supported by "
855
  "your email client!"
856
  msgstr ""
857
  "Om du kan se detta MIME, så accepterar inte din e-postklient denna MIME-typ!"
858
 
859
+ #: contact_form.php:2142
860
  msgid "Support"
861
  msgstr "Support"
862
 
863
+ #: contact_form.php:2191
864
  msgid "Are you sure that you want to delete this language data?"
865
  msgstr "Är du säker på att du vill ta bort språkdatan?"
866
 
867
+ #: contact_form.php:2212
868
+ #, fuzzy
869
+ msgid "Add multiple forms"
870
+ msgstr "Visa verktygstips"
871
+
872
+ #: contact_form.php:2212
873
  msgid ""
874
+ "Install Contact Form Multi plugin to create unlimited number of contact "
875
+ "forms."
876
  msgstr ""
877
 
878
+ #: contact_form.php:2217
879
+ #, fuzzy
880
+ msgid "Learn more"
881
+ msgstr "Läs mer"
882
+
883
+ #: contact_form.php:2221
884
+ msgid "Close"
885
  msgstr ""
886
 
887
+ #: contact_form.php:2405
888
  msgid ""
889
  "<strong>Contact Form to DB</strong> allows to store your messages to the "
890
  "database."
891
  msgstr ""
892
 
893
+ #: contact_form.php:2406
894
  msgid "Manage messages that have been sent from your website."
895
  msgstr ""
896
 
897
+ #, fuzzy
898
+ #~ msgid "requires"
899
+ #~ msgstr "Obligatoriska fält"
900
+
901
+ #, fuzzy
902
+ #~ msgid "Plugins page"
903
+ #~ msgstr "Pro-tillägg"
904
+
905
+ #, fuzzy
906
+ #~ msgid "Please, enter Your license key"
907
+ #~ msgstr "Var god ange ditt meddelande…"
908
+
909
+ #, fuzzy
910
+ #~ msgid "Rate the plugin"
911
+ #~ msgstr "Gratis tillägg"
912
+
913
+ #, fuzzy
914
+ #~ msgid "If there is something wrong about it, please contact us"
915
+ #~ msgstr "Om du har några frågor, kontakta oss via"
916
+
917
+ #, fuzzy
918
+ #~ msgid "the setting page"
919
+ #~ msgstr "Extra inställningar"
920
+
921
+ #, fuzzy
922
+ #~ msgid "Activate"
923
+ #~ msgstr "Aktivera captcha"
924
+
925
  #~ msgid "Extra settings"
926
  #~ msgstr "Extra inställningar"
927
 
1066
  #~ msgid "Activated plugins"
1067
  #~ msgstr "Aktiverade tillägg"
1068
 
 
 
 
1069
  #~ msgid "Installed plugins"
1070
  #~ msgstr "Installerade tillägg"
1071
 
languages/contact_form-tr.mo CHANGED
Binary file
languages/contact_form-tr.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-02-17 12:47+0300\n"
6
- "PO-Revision-Date: 2015-02-17 12:47+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Can Atasever <webmaster@canatasever.com>\n"
9
  "Language: ca_ES\n"
@@ -16,43 +16,43 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:80 contact_form.php:811
20
  msgid "Contact Form Settings"
21
  msgstr "İletişim Formu Ayarları"
22
 
23
- #: contact_form.php:80
24
  msgid "Contact Form"
25
  msgstr "İletişim Formu"
26
 
27
- #: contact_form.php:162 contact_form.php:1195 contact_form.php:1229
28
  msgid "Name:"
29
  msgstr "İsim:"
30
 
31
- #: contact_form.php:163 contact_form.php:1196 contact_form.php:1230
32
  msgid "Address:"
33
  msgstr "Adres:"
34
 
35
- #: contact_form.php:164 contact_form.php:1197 contact_form.php:1231
36
  msgid "Email Address:"
37
  msgstr "E-posta Adresi:"
38
 
39
- #: contact_form.php:165 contact_form.php:1198 contact_form.php:1232
40
  msgid "Phone number:"
41
  msgstr "Telefon Numarası:"
42
 
43
- #: contact_form.php:166 contact_form.php:1199 contact_form.php:1233
44
  msgid "Subject:"
45
  msgstr "Başlık:"
46
 
47
- #: contact_form.php:167 contact_form.php:1200 contact_form.php:1234
48
  msgid "Message:"
49
  msgstr "Mesaj:"
50
 
51
- #: contact_form.php:168 contact_form.php:1201 contact_form.php:1235
52
  msgid "Attachment:"
53
  msgstr "Eklenecek Dosya:"
54
 
55
- #: contact_form.php:169
56
  msgid ""
57
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
58
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
@@ -62,105 +62,85 @@ msgstr ""
62
  "BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. En "
63
  "büyük dosya boyutu: 2MB"
64
 
65
- #: contact_form.php:170 contact_form.php:1203 contact_form.php:1237
66
  msgid "Send me a copy"
67
  msgstr "Bana bir kopyasını gönder"
68
 
69
- #: contact_form.php:171 contact_form.php:1204 contact_form.php:1238
70
  msgid "Submit"
71
  msgstr "Gönder"
72
 
73
- #: contact_form.php:172
74
  msgid "Your name is required."
75
  msgstr "İsminizi yazmanız gerekiyor."
76
 
77
- #: contact_form.php:173
78
  msgid "Address is required."
79
  msgstr "Adresinizi yazmanız gerekiyor."
80
 
81
- #: contact_form.php:174
82
  msgid "A valid email address is required."
83
  msgstr "Geçerli bir e-posta adresi yazmanız gerekiyor."
84
 
85
- #: contact_form.php:175
86
  msgid "Phone number is required."
87
  msgstr "Telefon numaranızı yazmanız gerekiyor."
88
 
89
- #: contact_form.php:176
90
  msgid "Subject is required."
91
  msgstr "Başlık kısmını doldurmanız gerekiyor."
92
 
93
- #: contact_form.php:177
94
  msgid "Message text is required."
95
  msgstr "Mesaj kısmını doldurmanız gerekiyor."
96
 
97
- #: contact_form.php:178
98
  msgid "File format is not valid."
99
  msgstr "Dosya uzantısı uygun değil."
100
 
101
- #: contact_form.php:179
102
  msgid "File upload error."
103
  msgstr "Dosya yükleme hatası."
104
 
105
- #: contact_form.php:180
106
  msgid "The file could not be uploaded."
107
  msgstr "Dosya yüklenemedi."
108
 
109
- #: contact_form.php:181
110
  msgid "This file is too large."
111
  msgstr "Dosyanın boyutu çok büyük."
112
 
113
- #: contact_form.php:182
114
  msgid "Please fill out the CAPTCHA."
115
  msgstr "Lütfen CAPTCHA kısmını doldurun."
116
 
117
- #: contact_form.php:183
118
  msgid "Please make corrections below and try again."
119
  msgstr "Lütfen aşağıdaki düzeltmeleri yapın ve yeniden deneyin."
120
 
121
- #: contact_form.php:185
122
  msgid "Thank you for contacting us."
123
  msgstr "İletişime geçtiğiniz için teşekkürler."
124
 
125
- #: contact_form.php:362
126
- msgid "requires"
127
- msgstr "Gerekli"
128
-
129
- #: contact_form.php:362
130
- msgid ""
131
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
132
- "try again."
133
- msgstr ""
134
- "ya da daha üstü, pasifleştirilmesinin sebebi bu! Lütfen Wordpress'i "
135
- "güncelleyin ve yeniden deneyin."
136
-
137
- #: contact_form.php:362
138
- msgid "Back to the WordPress"
139
- msgstr "Wordpress'e geri dön"
140
-
141
- #: contact_form.php:362
142
- msgid "Plugins page"
143
- msgstr "Eklenti Sayfası"
144
-
145
- #: contact_form.php:598
146
  msgid ""
147
  "Email 'FROM' field option was changed, which may cause email messages being "
148
  "moved to the spam folder or email delivery failures."
149
  msgstr ""
150
 
151
- #: contact_form.php:608
152
  msgid ""
153
  "If the 'Redirect to page' option is selected then the URL field should be in "
154
  "the following format"
155
  msgstr ""
156
  "Eğer 'Sayfaya Yönlendir' seçeneği seçilmişse, URL alanı şu formatta olmalı:"
157
 
158
- #: contact_form.php:617
159
  #, fuzzy
160
  msgid "Such user does not exist."
161
  msgstr "Böyle bir kullanıcı adı bulunamadı. Ayarlar kaydedilmedi."
162
 
163
- #: contact_form.php:627
164
  #, fuzzy
165
  msgid ""
166
  "Please enter a valid email address in the 'Use this email address' field."
@@ -168,98 +148,48 @@ msgstr ""
168
  "Lütfen 'GÖNDERİCİ' alanına geçerli bir e-posta adresi girin. Ayarlar "
169
  "kaydedilmedi."
170
 
171
- #: contact_form.php:635
172
  #, fuzzy
173
  msgid "Please enter a valid email address in the 'FROM' field."
174
  msgstr ""
175
  "Lütfen 'GÖNDERİCİ' alanına geçerli bir e-posta adresi girin. Ayarlar "
176
  "kaydedilmedi."
177
 
178
- #: contact_form.php:660
179
  msgid "Settings saved."
180
  msgstr "Ayarlar kaydedildi."
181
 
182
- #: contact_form.php:662
183
  #, fuzzy
184
  msgid "Settings are not saved."
185
  msgstr "Ayarlar kaydedildi."
186
 
187
- #: contact_form.php:689 contact_form.php:721
188
- msgid "Wrong license key"
189
- msgstr ""
190
-
191
- #: contact_form.php:714
192
- msgid ""
193
- "Something went wrong. Try again later. If the error will appear again, "
194
- "please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. "
195
- "We are sorry for inconvenience."
196
- msgstr ""
197
-
198
- #: contact_form.php:723
199
- msgid "This license key is bind to another site"
200
- msgstr ""
201
-
202
- #: contact_form.php:725 contact_form.php:1673
203
- msgid ""
204
- "Unfortunately, you have exceeded the number of available tries per day. "
205
- "Please, upload the plugin manually."
206
- msgstr ""
207
-
208
- #: contact_form.php:736 contact_form.php:758 contact_form.php:777
209
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
210
- msgstr ""
211
-
212
- #: contact_form.php:748
213
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
214
- msgstr ""
215
-
216
- #: contact_form.php:754
217
- msgid ""
218
- "Your server does not support either ZipArchive or Phar. Please, upload the "
219
- "plugin manually"
220
- msgstr ""
221
-
222
- #: contact_form.php:761
223
- msgid "UploadDir is not writable. Please, upload the plugin manually"
224
- msgstr ""
225
-
226
- #: contact_form.php:781
227
- msgid ""
228
- "Something went wrong. Try again later or upload the plugin manually. We are "
229
- "sorry for inconvienience."
230
- msgstr ""
231
-
232
- #: contact_form.php:805
233
- #, fuzzy
234
- msgid "Please, enter Your license key"
235
- msgstr "Lütfen mesajınızı yazın"
236
-
237
- #: contact_form.php:813 contact_form.php:2362 contact_form.php:2376
238
  msgid "Settings"
239
  msgstr "Ayarlar"
240
 
241
- #: contact_form.php:814
242
  #, fuzzy
243
  msgid "Additional settings"
244
  msgstr "Ek seçenekler"
245
 
246
- #: contact_form.php:815
247
  msgid "Appearance"
248
  msgstr ""
249
 
250
- #: contact_form.php:816 contact_form.php:2377
251
  msgid "FAQ"
252
  msgstr "SSS"
253
 
254
- #: contact_form.php:817
255
  msgid "Go PRO"
256
  msgstr ""
257
 
258
- #: contact_form.php:820 contact_form.php:823
259
  msgid "Notice:"
260
  msgstr "Bilgi Notu:"
261
 
262
- #: contact_form.php:820
263
  msgid ""
264
  "The plugin's settings have been changed. In order to save them please don't "
265
  "forget to click the 'Save Changes' button."
@@ -267,13 +197,13 @@ msgstr ""
267
  "Eklentinin ayarları değiştirildi. Değişiklikleri kaydetmek için "
268
  "'Değişiklikleri Kaydet' butonuna basmayı unutmayın."
269
 
270
- #: contact_form.php:831
271
  msgid ""
272
  "If you want to create multiple contact forms, please install the Contact "
273
  "Form Multi plugin."
274
  msgstr ""
275
 
276
- #: contact_form.php:839 contact_form.php:842 contact_form.php:1632
277
  msgid ""
278
  "If you would like to add the Contact Form to your website, just copy and "
279
  "paste this shortcode to your post or page or widget:"
@@ -281,13 +211,13 @@ msgstr ""
281
  "Eğer sitenize iletişim formu eklemek istiyorsanız, şu kısa kodu yazınıza, "
282
  "sayfanıza ya da bileşen alanınıza eklemeniz yeterli."
283
 
284
- #: contact_form.php:839 contact_form.php:840 contact_form.php:842
285
- #: contact_form.php:843 contact_form.php:1219 contact_form.php:1221
286
- #: contact_form.php:1282 contact_form.php:1284
287
  msgid "or"
288
  msgstr "ya da"
289
 
290
- #: contact_form.php:840 contact_form.php:843
291
  msgid ""
292
  "If have any problems with the standard shortcode [contact_form], you should "
293
  "use the shortcode"
@@ -295,11 +225,11 @@ msgstr ""
295
  "Eğer standart [contact_form] kısa koduyla ilgili bir sorun yaşarsanız, "
296
  "şunlardan birini kullanmalısınız"
297
 
298
- #: contact_form.php:840 contact_form.php:843
299
  msgid "They work the same way."
300
  msgstr "Aynı şekilde çalışırlar."
301
 
302
- #: contact_form.php:848
303
  msgid ""
304
  "If you leave the fields empty, the messages will be sent to the email "
305
  "address specified during registration."
@@ -307,15 +237,15 @@ msgstr ""
307
  "Eğer aşağıdaki alanları boş bırakırsanız, kullanıcının mesajı kayıt "
308
  "sırasında girilen e-posta adresine gönderilecek."
309
 
310
- #: contact_form.php:851
311
  msgid "The user's email address:"
312
  msgstr "Kullanıcının e-posta adresine:"
313
 
314
- #: contact_form.php:855
315
  msgid "Create a username"
316
  msgstr "Kullanıcı oluştur"
317
 
318
- #: contact_form.php:868
319
  msgid ""
320
  "Enter a username of the person who should get the messages from the contact "
321
  "form."
@@ -323,282 +253,281 @@ msgstr ""
323
  "İletişim Formu ile gönderilen mesajı almasını istediğiniz kullanıcının adını "
324
  "girin."
325
 
326
- #: contact_form.php:872
327
  msgid "Use this email address:"
328
  msgstr "Mesaj bu e-posta adresine gönderilsin:"
329
 
330
- #: contact_form.php:875
331
  msgid "Enter the email address you want the messages forwarded to."
332
  msgstr "Mesajın gönderilmesini istediğiniz e-posta adresini girin."
333
 
334
- #: contact_form.php:884
335
  msgid "Add department selectbox to the contact form:"
336
  msgstr "İletişim Formu'na departman seçenekleri ekleyin"
337
 
338
- #: contact_form.php:892 contact_form.php:1328 contact_form.php:1515
339
  msgid "If you upgrade to Pro version all your settings will be saved."
340
  msgstr "Ücretli sürümü satın alırsanız tüm değişiklikler kaydedilecek."
341
 
342
- #: contact_form.php:899 contact_form.php:1062 contact_form.php:1135
343
- #: contact_form.php:1335 contact_form.php:1522
344
  msgid "Unlock premium options by upgrading to a PRO version."
345
  msgstr ""
346
 
347
- #: contact_form.php:900 contact_form.php:1063 contact_form.php:1136
348
- #: contact_form.php:1336 contact_form.php:1523 contact_form.php:2650
349
- #: contact_form.php:2666
350
  msgid "Learn More"
351
  msgstr ""
352
 
353
- #: contact_form.php:903 contact_form.php:1066 contact_form.php:1139
354
- #: contact_form.php:1339 contact_form.php:1526
355
  msgid "Go"
356
  msgstr ""
357
 
358
- #: contact_form.php:910
359
  msgid "Save emails to the database"
360
  msgstr "E-postaları veritabanına kaydet"
361
 
362
- #: contact_form.php:915
363
  msgid "Using"
364
  msgstr ""
365
 
366
- #: contact_form.php:915 contact_form.php:1112 contact_form.php:1115
367
- #: contact_form.php:1119
368
  msgid "powered by"
369
  msgstr "geliştirici: "
370
 
371
- #: contact_form.php:918 contact_form.php:922
372
  msgid "Using Contact Form to DB powered by"
373
  msgstr "Contact Form to DB eklentisi ile,"
374
 
375
- #: contact_form.php:918
376
  msgid "Activate Contact Form to DB"
377
  msgstr "Contact Form to DB eklentisini aktifleştir"
378
 
379
- #: contact_form.php:922
380
  msgid "Download Contact Form to DB"
381
  msgstr "Contact Form to DB eklentisini yükle"
382
 
383
- #: contact_form.php:932
384
  msgid "What to use?"
385
  msgstr "Hangi yöntem?"
386
 
387
- #: contact_form.php:935
388
  msgid "Wp-mail"
389
  msgstr "Wp-Mail"
390
 
391
- #: contact_form.php:935
392
  msgid "You can use the wp_mail function for mailing"
393
  msgstr "E-postanın gönderimi için wp_mail fonksiyonunu kullanabilirsiniz."
394
 
395
- #: contact_form.php:937
396
  msgid "Mail"
397
  msgstr "Mail"
398
 
399
- #: contact_form.php:937
400
  msgid "To send mail you can use the php mail function"
401
  msgstr "E-postanın gönderimi için PHP Mail fonksiyonunu kullanabilirsiniz."
402
 
403
- #: contact_form.php:941
404
  msgid "'FROM' field"
405
  msgstr ""
406
 
407
- #: contact_form.php:943 contact_form.php:993 contact_form.php:1390
408
- #: contact_form.php:2162 contact_form.php:2198
409
  msgid "Name"
410
  msgstr "İsim"
411
 
412
- #: contact_form.php:947
413
  msgid "User name"
414
  msgstr "Kullanıcı adı"
415
 
416
- #: contact_form.php:949
417
  msgid ""
418
  "The name of the user who fills the form will be used in the field 'From'."
419
  msgstr "'Gönderici' alanında formu dolduran ziyaretçinin adı kullanılacak."
420
 
421
- #: contact_form.php:954 contact_form.php:2173 contact_form.php:2205
422
  msgid "Email"
423
  msgstr "E-Posta Adresi"
424
 
425
- #: contact_form.php:961
426
  msgid "User email"
427
  msgstr "Kullanıcı e-postası"
428
 
429
- #: contact_form.php:963
430
  msgid ""
431
  "The email address of the user who fills the form will be used in the field "
432
  "'From'."
433
  msgstr ""
434
  "'Gönderici' alanında formu dolduran kullanıcının e-posta adresi gösterilecek."
435
 
436
- #: contact_form.php:967
437
  msgid ""
438
  "If this option is changed, email messages may be moved to the spam folder or "
439
  "email delivery failures may occur."
440
  msgstr ""
441
 
442
- #: contact_form.php:973
443
  msgid "Required symbol"
444
  msgstr "Zorunlu işareti"
445
 
446
- #: contact_form.php:983
447
  msgid "Fields"
448
  msgstr "Alanlar"
449
 
450
- #: contact_form.php:984
451
  msgid "Used"
452
  msgstr "Kullanılsın mı?"
453
 
454
- #: contact_form.php:985
455
  msgid "Required"
456
  msgstr "Zorunlu"
457
 
458
- #: contact_form.php:986
459
  msgid "Visible"
460
  msgstr "Görünür"
461
 
462
- #: contact_form.php:987
463
  msgid "Disabled for editing"
464
  msgstr "Düzenlemeye kapatılmış"
465
 
466
- #: contact_form.php:988
467
  msgid "Field's default value"
468
  msgstr "Alanın varsayılan değeri"
469
 
470
- #: contact_form.php:1000
471
  msgid "Use User's name as a default value if the user is logged in."
472
  msgstr ""
473
 
474
- #: contact_form.php:1001 contact_form.php:1029
475
  msgid ""
476
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
477
  "in users."
478
  msgstr ""
479
 
480
- #: contact_form.php:1005
481
  msgid "Location selectbox"
482
  msgstr ""
483
 
484
- #: contact_form.php:1013 contact_form.php:1395 contact_form.php:2168
485
- #: contact_form.php:2202
486
  msgid "Address"
487
  msgstr "Adres:"
488
 
489
- #: contact_form.php:1021
490
  msgid "Email Address"
491
  msgstr "E-posta Adresi"
492
 
493
- #: contact_form.php:1028
494
  msgid "Use User's email as a default value if the user is logged in."
495
  msgstr ""
496
 
497
- #: contact_form.php:1033
498
  msgid "Phone number"
499
  msgstr "Telefon numarası"
500
 
501
- #: contact_form.php:1041 contact_form.php:1410 contact_form.php:2183
502
- #: contact_form.php:2211
503
  msgid "Subject"
504
  msgstr "Başlık"
505
 
506
- #: contact_form.php:1049 contact_form.php:1414 contact_form.php:2186
507
- #: contact_form.php:2213
508
  msgid "Message"
509
  msgstr "Mesaj"
510
 
511
- #: contact_form.php:1073
512
  msgid "Attachment block"
513
  msgstr "Dosya Yükleme"
514
 
515
- #: contact_form.php:1075
516
  msgid "Users can attach the following file formats"
517
  msgstr "Kullanıcılar şu uzantılardaki dosyaları yükleyebilirler"
518
 
519
- #: contact_form.php:1088
520
  msgid "Add to the form"
521
  msgstr "Forma ekle"
522
 
523
- #: contact_form.php:1093
524
  msgid "Tips below the Attachment"
525
  msgstr "Dosya yükleme alanı altında açıklama"
526
 
527
- #: contact_form.php:1102
528
  msgid "'Send me a copy' block"
529
  msgstr "'Mesajın bir kopyasını e-posta adresime gönder' seçeneği"
530
 
531
- #: contact_form.php:1112 contact_form.php:1115 contact_form.php:1119
532
- #: contact_form.php:1424
533
  msgid "Captcha"
534
  msgstr "CAPTCHA"
535
 
536
- #: contact_form.php:1115
537
  msgid "Activate captcha"
538
  msgstr "CAPTCHA'yı etkinleştir"
539
 
540
- #: contact_form.php:1119
541
  msgid "Download captcha"
542
  msgstr "CAPTCHA'yı yükle"
543
 
544
- #: contact_form.php:1127
545
  msgid "Agreement checkbox"
546
  msgstr "Onay kutusu"
547
 
548
- #: contact_form.php:1127
549
  msgid "Required checkbox for submitting the form"
550
  msgstr "Formu göndermek için işaretlenmesi gereken onay kutusu"
551
 
552
- #: contact_form.php:1128
553
  msgid "Optional checkbox"
554
  msgstr "İsteğe bağlı onay kutusu"
555
 
556
- #: contact_form.php:1128
557
  msgid "Optional checkbox, the results of which will be displayed in email"
558
  msgstr "E-posta'da gösterilecek, isteğe bağlı onay kutusu"
559
 
560
- #: contact_form.php:1145
561
  msgid "Delete an attachment file from the server after the email is sent"
562
  msgstr "E-posta gönderildikten sonra eklenen dosyayı sunucudan sil"
563
 
564
- #: contact_form.php:1151
565
  msgid "Email in HTML format sending"
566
  msgstr "E-postayı HTML formatında gönder"
567
 
568
- #: contact_form.php:1155
569
  msgid "Display additional info in the email"
570
  msgstr "E-postanın içerisinde ek bilgiler göster"
571
 
572
- #: contact_form.php:1160 contact_form.php:2129 contact_form.php:2131
573
  msgid "Sent from (ip address)"
574
  msgstr "Gönderilen (IP Adresi)"
575
 
576
- #: contact_form.php:1160
577
  msgid "Example: Sent from (IP address):\t127.0.0.1"
578
  msgstr "Örnek: Şu IP adresinden gönderildi:\t127.0.0.1"
579
 
580
- #: contact_form.php:1161 contact_form.php:2135 contact_form.php:2137
581
  msgid "Date/Time"
582
  msgstr "Tarih/Zaman"
583
 
584
- #: contact_form.php:1161
585
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
586
  msgstr "Örnek: Tarih/Saat:\t19 Ağustos, 2013 - 8:50 ÖS"
587
 
588
- #: contact_form.php:1162 contact_form.php:2141 contact_form.php:2143
589
  msgid "Sent from (referer)"
590
  msgstr "Gönderilen (referer)"
591
 
592
- #: contact_form.php:1162
593
  msgid ""
594
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
595
  msgstr "Örnek: Gönderici:\thttp://bestwebsoft.com/contacts/contact-us/"
596
 
597
- #: contact_form.php:1163 contact_form.php:2147 contact_form.php:2149
598
  msgid "Using (user agent)"
599
  msgstr "Şununla: "
600
 
601
- #: contact_form.php:1163
602
  msgid ""
603
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
604
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@@ -606,137 +535,137 @@ msgstr ""
606
  "Örnek: Şunu kullanarak:\tMozilla/5.0 (Windows NT 6.2; WOW64) "
607
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
608
 
609
- #: contact_form.php:1167
610
  msgid "Language settings for the field names in the form"
611
  msgstr "Formdaki alan adları için dil ayarları 8aşağıdaki iki seçenek için)"
612
 
613
- #: contact_form.php:1176
614
  msgid "Add a language"
615
  msgstr "Bir dil ekle"
616
 
617
- #: contact_form.php:1180
618
  msgid "Change the names of the contact form fields and error messages"
619
  msgstr ""
620
  "Yukarıdan eklenen dile göre İletişim Formu alanlarının isimlerini ve hata "
621
  "mesajlarını değiştir"
622
 
623
- #: contact_form.php:1185 contact_form.php:1272
624
  msgid "English"
625
  msgstr "İngilizce"
626
 
627
- #: contact_form.php:1193 contact_form.php:1227
628
  msgid "click to expand/hide the list"
629
  msgstr ""
630
 
631
- #: contact_form.php:1202 contact_form.php:1236
632
  msgid "Tips below the Attachment block"
633
  msgstr "Dosya yükleme alanı altında gösterilecek açıklamalar"
634
 
635
- #: contact_form.php:1205 contact_form.php:1239
636
  msgid "Error message for the Name field"
637
  msgstr "'İsim' alanı için hata mesajı"
638
 
639
- #: contact_form.php:1206 contact_form.php:1240
640
  msgid "Error message for the Address field"
641
  msgstr "'Adres' alanı için hata mesajı"
642
 
643
- #: contact_form.php:1207 contact_form.php:1241
644
  msgid "Error message for the Email field"
645
  msgstr "'E-posta adresş' alanı için hata mesajı"
646
 
647
- #: contact_form.php:1208 contact_form.php:1242
648
  msgid "Error message for the Phone field"
649
  msgstr "'Telefon numarası' alanı için hata mesajı"
650
 
651
- #: contact_form.php:1209 contact_form.php:1243
652
  msgid "Error message for the Subject field"
653
  msgstr "'Başlık' alanı için hata mesajı"
654
 
655
- #: contact_form.php:1210 contact_form.php:1244
656
  msgid "Error message for the Message field"
657
  msgstr "'Mesaj' alanı için hata mesajı"
658
 
659
- #: contact_form.php:1211 contact_form.php:1245
660
  msgid "Error message about the file type for the Attachment field"
661
  msgstr "Yüklenen dosyanın uzantısıyla ilgili hata mesajı"
662
 
663
- #: contact_form.php:1212 contact_form.php:1246
664
  msgid ""
665
  "Error message while uploading a file for the Attachment field to the server"
666
  msgstr "Dosya yüklenirken oluşan hata için hata mesajı"
667
 
668
- #: contact_form.php:1213 contact_form.php:1247
669
  msgid "Error message while moving the file for the Attachment field"
670
  msgstr "Yüklenecek dosya seçilirken oluşan hata için hata mesajı"
671
 
672
- #: contact_form.php:1214 contact_form.php:1248
673
  msgid "Error message when file size limit for the Attachment field is exceeded"
674
  msgstr "En fazla dosya yükleme boyutu sınırı açıldığında oluşan hata mesajı"
675
 
676
- #: contact_form.php:1215 contact_form.php:1249
677
  msgid "Error message for the Captcha field"
678
  msgstr "CAPTCHA alanı için hata mesajı"
679
 
680
- #: contact_form.php:1216 contact_form.php:1250
681
  msgid "Error message for the whole form"
682
  msgstr "Formun geneli için hata mesajı"
683
 
684
- #: contact_form.php:1219 contact_form.php:1221 contact_form.php:1253
685
- #: contact_form.php:1255 contact_form.php:1282 contact_form.php:1284
686
- #: contact_form.php:1292 contact_form.php:1294 contact_form.php:2490
687
- #: contact_form.php:2492
688
  msgid "Use shortcode"
689
  msgstr "Kısa kodu kullan"
690
 
691
- #: contact_form.php:1219 contact_form.php:1221 contact_form.php:1253
692
- #: contact_form.php:1255 contact_form.php:1282 contact_form.php:1284
693
- #: contact_form.php:1292 contact_form.php:1294 contact_form.php:2490
694
- #: contact_form.php:2492
695
  msgid "for this language"
696
  msgstr "bu dil için"
697
 
698
- #: contact_form.php:1263
699
  #, fuzzy
700
  msgid "Use the changed names of the contact form fields in the email"
701
  msgstr ""
702
  "Yukarıdan eklenen dile göre İletişim Formu alanlarının isimlerini ve hata "
703
  "mesajlarını değiştir"
704
 
705
- #: contact_form.php:1269
706
  msgid "Action after email is sent"
707
  msgstr "E-posta gönderildikten sonra ne yapılsın?"
708
 
709
- #: contact_form.php:1271
710
  msgid "Display text"
711
  msgstr "Metin göster"
712
 
713
- #: contact_form.php:1280 contact_form.php:1290
714
  msgid "Text"
715
  msgstr "Metin"
716
 
717
- #: contact_form.php:1301
718
  msgid "Redirect to the page"
719
  msgstr "Sayfaya yönlendir"
720
 
721
- #: contact_form.php:1302
722
  msgid "Url"
723
  msgstr "URL"
724
 
725
- #: contact_form.php:1306
726
  msgid "The $_SERVER variable that is used to build a URL of the form"
727
  msgstr ""
728
 
729
- #: contact_form.php:1310
730
  msgid ""
731
  "If you are not sure whether to change this setting or not, please do not do "
732
  "that."
733
  msgstr ""
734
 
735
- #: contact_form.php:1319
736
  msgid "Auto Response"
737
  msgstr ""
738
 
739
- #: contact_form.php:1323
740
  #, php-format
741
  msgid ""
742
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -744,236 +673,179 @@ msgid ""
744
  "name."
745
  msgstr ""
746
 
747
- #: contact_form.php:1349 contact_form.php:1533
748
  msgid "Save Changes"
749
  msgstr "Değişiklikleri Kaydet"
750
 
751
- #: contact_form.php:1355
752
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
753
- msgstr ""
754
- "Eğer eklentiyi beğenerek kullanıyorsanız, lütfen Wordpress'te eklentiye 5 "
755
- "yıldız verin"
756
-
757
- #: contact_form.php:1356
758
- msgid "Rate the plugin"
759
- msgstr "Eklentiyi değerlendir"
760
-
761
- #: contact_form.php:1359
762
- msgid "If there is something wrong about it, please contact us"
763
- msgstr ""
764
- "Eğer eklenti hakkında problem tespit ederseniz lütfen bizimle iletişime geçin"
765
-
766
- #: contact_form.php:1370
767
  msgid "Errors output"
768
  msgstr "Hata çıktısı"
769
 
770
- #: contact_form.php:1373
771
  msgid "Display error messages"
772
  msgstr "Hata mesajlarını göster"
773
 
774
- #: contact_form.php:1374
775
  msgid "Color of the input field errors."
776
  msgstr "Giriş alanlarının hata rengi"
777
 
778
- #: contact_form.php:1375
779
  msgid "Display error messages & color of the input field errors"
780
  msgstr "Hata mesajlarını ve giriş alanı hata rengini göster"
781
 
782
- #: contact_form.php:1380
783
  msgid "Add placeholder to the input blocks"
784
  msgstr "Giriş alanlarına bilgilendirme notu ekle"
785
 
786
- #: contact_form.php:1386
787
  msgid "Add tooltips"
788
  msgstr "Şunları ekle:"
789
 
790
- #: contact_form.php:1400
791
  msgid "Email address"
792
  msgstr "E-posta adresi"
793
 
794
- #: contact_form.php:1405
795
  msgid "Phone Number"
796
  msgstr "Telefon Numarası"
797
 
798
- #: contact_form.php:1419
799
  msgid "Attachment"
800
  msgstr "Dosya Yükleme"
801
 
802
- #: contact_form.php:1424
803
  msgid "(powered by bestwebsoft.com)"
804
  msgstr "(Geliştirici bestwebsoft.com)"
805
 
806
- #: contact_form.php:1429
807
  msgid "Style options"
808
  msgstr "Tasarım ayarları"
809
 
810
- #: contact_form.php:1432
811
  msgid "Text color"
812
  msgstr "Metin rengi"
813
 
814
- #: contact_form.php:1435 contact_form.php:1440 contact_form.php:1450
815
- #: contact_form.php:1455 contact_form.php:1460 contact_form.php:1465
816
- #: contact_form.php:1475 contact_form.php:1480 contact_form.php:1486
817
- #: contact_form.php:1497 contact_form.php:1502 contact_form.php:1507
818
  msgid "Default"
819
  msgstr "Varsayılan"
820
 
821
- #: contact_form.php:1437
822
  msgid "Label text color"
823
  msgstr "Etiket metninin rengi"
824
 
825
- #: contact_form.php:1442
826
  msgid "Placeholder color"
827
  msgstr "Bilgilendirme notu rengi"
828
 
829
- #: contact_form.php:1447
830
  msgid "Errors color"
831
  msgstr "Hataların renkleri"
832
 
833
- #: contact_form.php:1452
834
  msgid "Error text color"
835
  msgstr "Hata metni rengi"
836
 
837
- #: contact_form.php:1457
838
  msgid "Background color of the input field errors"
839
  msgstr "giriş alanı hataları için arka plan rengi"
840
 
841
- #: contact_form.php:1462
842
  msgid "Border color of the input field errors"
843
  msgstr "Giriş alanı hataları için border rengi"
844
 
845
- #: contact_form.php:1467
846
  msgid "Placeholder color of the input field errors"
847
  msgstr "Giriş alanı hataları için bilgilendirme notu rengi"
848
 
849
- #: contact_form.php:1472
850
  msgid "Input fields"
851
  msgstr "Giriş alanları"
852
 
853
- #: contact_form.php:1477
854
  msgid "Input fields background color"
855
  msgstr "Giriş alanları arka plan rengi"
856
 
857
- #: contact_form.php:1482
858
  msgid "Text fields color"
859
  msgstr "Metin alanlarının rengi"
860
 
861
- #: contact_form.php:1484
862
  msgid "Border width in px, numbers only"
863
  msgstr "Bırder genişliği, piksel cinsinden, sadece sayı"
864
 
865
- #: contact_form.php:1488 contact_form.php:1509
866
  msgid "Border color"
867
  msgstr "Border rengi"
868
 
869
- #: contact_form.php:1493
870
  msgid "Submit button"
871
  msgstr "Gönderme butonu"
872
 
873
  # #: contact_form.php:928
874
- #: contact_form.php:1495
875
  msgid "Width in px, numbers only"
876
  msgstr "Piksel cinsinden genişlik, sadece sayı"
877
 
878
- #: contact_form.php:1499
879
  msgid "Button color"
880
  msgstr "Buton rengi"
881
 
882
- #: contact_form.php:1504
883
  msgid "Button text color"
884
  msgstr "Buton yazı rengi"
885
 
886
- #: contact_form.php:1537
887
  msgid "Contact Form Pro | Preview"
888
  msgstr "İletişim Formu PRO | Ön İzleme"
889
 
890
- #: contact_form.php:1540
891
  msgid "Show with errors"
892
  msgstr "Hatalarla göster"
893
 
894
- #: contact_form.php:1548 contact_form.php:1550
895
  msgid "Please enter your full name..."
896
  msgstr "Lütfen tam adınızı yazın"
897
 
898
- #: contact_form.php:1561 contact_form.php:1563
899
  msgid "Please enter your address..."
900
  msgstr "Lütfen adresinizi yazın"
901
 
902
- #: contact_form.php:1572 contact_form.php:1574
903
  msgid "Please enter your email address..."
904
  msgstr "Lütfen e-posta adresinizi yazın"
905
 
906
- #: contact_form.php:1583 contact_form.php:1585
907
  msgid "Please enter your phone number..."
908
  msgstr "Lütfen telefon numaranızı yazın"
909
 
910
- #: contact_form.php:1594 contact_form.php:1596
911
  msgid "Please enter subject..."
912
  msgstr "Lütfen başlık yazın"
913
 
914
- #: contact_form.php:1604 contact_form.php:1606
915
  msgid "Please enter your message..."
916
  msgstr "Lütfen mesajınızı yazın"
917
 
918
- #: contact_form.php:1648
919
- msgid ""
920
- "Congratulations! The PRO version of the plugin is successfully download and "
921
- "activated."
922
- msgstr ""
923
-
924
- #: contact_form.php:1650
925
- msgid "Please, go to"
926
- msgstr ""
927
-
928
- #: contact_form.php:1650
929
- #, fuzzy
930
- msgid "the setting page"
931
- msgstr "Ekstra ayarlar"
932
-
933
- #: contact_form.php:1651
934
- msgid "You will be redirected automatically in 5 seconds."
935
- msgstr ""
936
-
937
- #: contact_form.php:1656
938
- msgid "You can download and activate"
939
- msgstr ""
940
-
941
- #: contact_form.php:1658
942
- msgid "version of this plugin by entering Your license key."
943
- msgstr ""
944
-
945
- #: contact_form.php:1660
946
- msgid ""
947
- "You can find your license key on your personal page Client area, by clicking "
948
- "on the link"
949
- msgstr ""
950
-
951
- #: contact_form.php:1662
952
- msgid "(your username is the email you specify when purchasing the product)."
953
- msgstr ""
954
-
955
- #: contact_form.php:1670 contact_form.php:1680
956
- #, fuzzy
957
- msgid "Activate"
958
- msgstr "CAPTCHA'yı etkinleştir"
959
-
960
- #: contact_form.php:1752
961
  msgid "Sorry, email message could not be delivered."
962
  msgstr "Üzgünüz, e-posta mesajınız gönderilemedi."
963
 
964
- #: contact_form.php:2156
965
  msgid "Contact from"
966
  msgstr "İletişim Formu"
967
 
968
- #: contact_form.php:2178 contact_form.php:2208
969
  msgid "Phone"
970
  msgstr "Telefon"
971
 
972
- #: contact_form.php:2189 contact_form.php:2215
973
  msgid "Site"
974
  msgstr "Website"
975
 
976
- #: contact_form.php:2302
977
  msgid ""
978
  "If you can see this MIME, it means that the MIME type is not supported by "
979
  "your email client!"
@@ -981,34 +853,85 @@ msgstr ""
981
  "Eğer bu MIME'ı görüyorsanız, bu e-posta sunucunuzun MIME'ı desteklemediği "
982
  "anlamına gelir!"
983
 
984
- #: contact_form.php:2378
985
  msgid "Support"
986
  msgstr "Destek"
987
 
988
- #: contact_form.php:2432
989
  msgid "Are you sure that you want to delete this language data?"
990
  msgstr "Bu dile ait verileri silmek istediğinize emin misiniz?"
991
 
992
- #: contact_form.php:2653
 
 
 
 
 
993
  msgid ""
994
- "It’s time to upgrade your <strong>Contact Form plugin</strong> to "
995
- "<strong>PRO</strong> version"
996
  msgstr ""
997
 
998
- #: contact_form.php:2654
999
- msgid "Extend standard plugin functionality with new great options."
 
 
 
 
 
1000
  msgstr ""
1001
 
1002
- #: contact_form.php:2669
1003
  msgid ""
1004
  "<strong>Contact Form to DB</strong> allows to store your messages to the "
1005
  "database."
1006
  msgstr ""
1007
 
1008
- #: contact_form.php:2670
1009
  msgid "Manage messages that have been sent from your website."
1010
  msgstr ""
1011
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1012
  #~ msgid "Extra settings"
1013
  #~ msgstr "Ekstra ayarlar"
1014
 
@@ -1073,9 +996,6 @@ msgstr ""
1073
  #~ msgid "Activated plugins"
1074
  #~ msgstr "Plugin activat"
1075
 
1076
- #~ msgid "Read more"
1077
- #~ msgstr "Llegir més"
1078
-
1079
  #~ msgid "Installed plugins"
1080
  #~ msgstr "Plugins instal·lats"
1081
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-05 13:05+0300\n"
6
+ "PO-Revision-Date: 2015-03-05 13:05+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Can Atasever <webmaster@canatasever.com>\n"
9
  "Language: ca_ES\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:35 contact_form.php:631
20
  msgid "Contact Form Settings"
21
  msgstr "İletişim Formu Ayarları"
22
 
23
+ #: contact_form.php:35
24
  msgid "Contact Form"
25
  msgstr "İletişim Formu"
26
 
27
+ #: contact_form.php:123 contact_form.php:1012 contact_form.php:1046
28
  msgid "Name:"
29
  msgstr "İsim:"
30
 
31
+ #: contact_form.php:124 contact_form.php:1013 contact_form.php:1047
32
  msgid "Address:"
33
  msgstr "Adres:"
34
 
35
+ #: contact_form.php:125 contact_form.php:1014 contact_form.php:1048
36
  msgid "Email Address:"
37
  msgstr "E-posta Adresi:"
38
 
39
+ #: contact_form.php:126 contact_form.php:1015 contact_form.php:1049
40
  msgid "Phone number:"
41
  msgstr "Telefon Numarası:"
42
 
43
+ #: contact_form.php:127 contact_form.php:1016 contact_form.php:1050
44
  msgid "Subject:"
45
  msgstr "Başlık:"
46
 
47
+ #: contact_form.php:128 contact_form.php:1017 contact_form.php:1051
48
  msgid "Message:"
49
  msgstr "Mesaj:"
50
 
51
+ #: contact_form.php:129 contact_form.php:1018 contact_form.php:1052
52
  msgid "Attachment:"
53
  msgstr "Eklenecek Dosya:"
54
 
55
+ #: contact_form.php:130
56
  msgid ""
57
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
58
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
62
  "BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. En "
63
  "büyük dosya boyutu: 2MB"
64
 
65
+ #: contact_form.php:131 contact_form.php:1020 contact_form.php:1054
66
  msgid "Send me a copy"
67
  msgstr "Bana bir kopyasını gönder"
68
 
69
+ #: contact_form.php:132 contact_form.php:1021 contact_form.php:1055
70
  msgid "Submit"
71
  msgstr "Gönder"
72
 
73
+ #: contact_form.php:133
74
  msgid "Your name is required."
75
  msgstr "İsminizi yazmanız gerekiyor."
76
 
77
+ #: contact_form.php:134
78
  msgid "Address is required."
79
  msgstr "Adresinizi yazmanız gerekiyor."
80
 
81
+ #: contact_form.php:135
82
  msgid "A valid email address is required."
83
  msgstr "Geçerli bir e-posta adresi yazmanız gerekiyor."
84
 
85
+ #: contact_form.php:136
86
  msgid "Phone number is required."
87
  msgstr "Telefon numaranızı yazmanız gerekiyor."
88
 
89
+ #: contact_form.php:137
90
  msgid "Subject is required."
91
  msgstr "Başlık kısmını doldurmanız gerekiyor."
92
 
93
+ #: contact_form.php:138
94
  msgid "Message text is required."
95
  msgstr "Mesaj kısmını doldurmanız gerekiyor."
96
 
97
+ #: contact_form.php:139
98
  msgid "File format is not valid."
99
  msgstr "Dosya uzantısı uygun değil."
100
 
101
+ #: contact_form.php:140
102
  msgid "File upload error."
103
  msgstr "Dosya yükleme hatası."
104
 
105
+ #: contact_form.php:141
106
  msgid "The file could not be uploaded."
107
  msgstr "Dosya yüklenemedi."
108
 
109
+ #: contact_form.php:142
110
  msgid "This file is too large."
111
  msgstr "Dosyanın boyutu çok büyük."
112
 
113
+ #: contact_form.php:143
114
  msgid "Please fill out the CAPTCHA."
115
  msgstr "Lütfen CAPTCHA kısmını doldurun."
116
 
117
+ #: contact_form.php:144
118
  msgid "Please make corrections below and try again."
119
  msgstr "Lütfen aşağıdaki düzeltmeleri yapın ve yeniden deneyin."
120
 
121
+ #: contact_form.php:146
122
  msgid "Thank you for contacting us."
123
  msgstr "İletişime geçtiğiniz için teşekkürler."
124
 
125
+ #: contact_form.php:543
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
126
  msgid ""
127
  "Email 'FROM' field option was changed, which may cause email messages being "
128
  "moved to the spam folder or email delivery failures."
129
  msgstr ""
130
 
131
+ #: contact_form.php:553
132
  msgid ""
133
  "If the 'Redirect to page' option is selected then the URL field should be in "
134
  "the following format"
135
  msgstr ""
136
  "Eğer 'Sayfaya Yönlendir' seçeneği seçilmişse, URL alanı şu formatta olmalı:"
137
 
138
+ #: contact_form.php:562
139
  #, fuzzy
140
  msgid "Such user does not exist."
141
  msgstr "Böyle bir kullanıcı adı bulunamadı. Ayarlar kaydedilmedi."
142
 
143
+ #: contact_form.php:572
144
  #, fuzzy
145
  msgid ""
146
  "Please enter a valid email address in the 'Use this email address' field."
148
  "Lütfen 'GÖNDERİCİ' alanına geçerli bir e-posta adresi girin. Ayarlar "
149
  "kaydedilmedi."
150
 
151
+ #: contact_form.php:580
152
  #, fuzzy
153
  msgid "Please enter a valid email address in the 'FROM' field."
154
  msgstr ""
155
  "Lütfen 'GÖNDERİCİ' alanına geçerli bir e-posta adresi girin. Ayarlar "
156
  "kaydedilmedi."
157
 
158
+ #: contact_form.php:603
159
  msgid "Settings saved."
160
  msgstr "Ayarlar kaydedildi."
161
 
162
+ #: contact_form.php:605
163
  #, fuzzy
164
  msgid "Settings are not saved."
165
  msgstr "Ayarlar kaydedildi."
166
 
167
+ #: contact_form.php:633 contact_form.php:2126 contact_form.php:2140
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
168
  msgid "Settings"
169
  msgstr "Ayarlar"
170
 
171
+ #: contact_form.php:634
172
  #, fuzzy
173
  msgid "Additional settings"
174
  msgstr "Ek seçenekler"
175
 
176
+ #: contact_form.php:635
177
  msgid "Appearance"
178
  msgstr ""
179
 
180
+ #: contact_form.php:636 contact_form.php:2141
181
  msgid "FAQ"
182
  msgstr "SSS"
183
 
184
+ #: contact_form.php:637
185
  msgid "Go PRO"
186
  msgstr ""
187
 
188
+ #: contact_form.php:640 contact_form.php:642
189
  msgid "Notice:"
190
  msgstr "Bilgi Notu:"
191
 
192
+ #: contact_form.php:640
193
  msgid ""
194
  "The plugin's settings have been changed. In order to save them please don't "
195
  "forget to click the 'Save Changes' button."
197
  "Eklentinin ayarları değiştirildi. Değişiklikleri kaydetmek için "
198
  "'Değişiklikleri Kaydet' butonuna basmayı unutmayın."
199
 
200
+ #: contact_form.php:650
201
  msgid ""
202
  "If you want to create multiple contact forms, please install the Contact "
203
  "Form Multi plugin."
204
  msgstr ""
205
 
206
+ #: contact_form.php:657 contact_form.php:660 contact_form.php:1439
207
  msgid ""
208
  "If you would like to add the Contact Form to your website, just copy and "
209
  "paste this shortcode to your post or page or widget:"
211
  "Eğer sitenize iletişim formu eklemek istiyorsanız, şu kısa kodu yazınıza, "
212
  "sayfanıza ya da bileşen alanınıza eklemeniz yeterli."
213
 
214
+ #: contact_form.php:657 contact_form.php:658 contact_form.php:660
215
+ #: contact_form.php:661 contact_form.php:1036 contact_form.php:1038
216
+ #: contact_form.php:1099 contact_form.php:1101
217
  msgid "or"
218
  msgstr "ya da"
219
 
220
+ #: contact_form.php:658 contact_form.php:661
221
  msgid ""
222
  "If have any problems with the standard shortcode [contact_form], you should "
223
  "use the shortcode"
225
  "Eğer standart [contact_form] kısa koduyla ilgili bir sorun yaşarsanız, "
226
  "şunlardan birini kullanmalısınız"
227
 
228
+ #: contact_form.php:658 contact_form.php:661
229
  msgid "They work the same way."
230
  msgstr "Aynı şekilde çalışırlar."
231
 
232
+ #: contact_form.php:665
233
  msgid ""
234
  "If you leave the fields empty, the messages will be sent to the email "
235
  "address specified during registration."
237
  "Eğer aşağıdaki alanları boş bırakırsanız, kullanıcının mesajı kayıt "
238
  "sırasında girilen e-posta adresine gönderilecek."
239
 
240
+ #: contact_form.php:668
241
  msgid "The user's email address:"
242
  msgstr "Kullanıcının e-posta adresine:"
243
 
244
+ #: contact_form.php:672
245
  msgid "Create a username"
246
  msgstr "Kullanıcı oluştur"
247
 
248
+ #: contact_form.php:685
249
  msgid ""
250
  "Enter a username of the person who should get the messages from the contact "
251
  "form."
253
  "İletişim Formu ile gönderilen mesajı almasını istediğiniz kullanıcının adını "
254
  "girin."
255
 
256
+ #: contact_form.php:689
257
  msgid "Use this email address:"
258
  msgstr "Mesaj bu e-posta adresine gönderilsin:"
259
 
260
+ #: contact_form.php:692
261
  msgid "Enter the email address you want the messages forwarded to."
262
  msgstr "Mesajın gönderilmesini istediğiniz e-posta adresini girin."
263
 
264
+ #: contact_form.php:701
265
  msgid "Add department selectbox to the contact form:"
266
  msgstr "İletişim Formu'na departman seçenekleri ekleyin"
267
 
268
+ #: contact_form.php:709 contact_form.php:1145 contact_form.php:1322
269
  msgid "If you upgrade to Pro version all your settings will be saved."
270
  msgstr "Ücretli sürümü satın alırsanız tüm değişiklikler kaydedilecek."
271
 
272
+ #: contact_form.php:716 contact_form.php:879 contact_form.php:952
273
+ #: contact_form.php:1152 contact_form.php:1329
274
  msgid "Unlock premium options by upgrading to a PRO version."
275
  msgstr ""
276
 
277
+ #: contact_form.php:717 contact_form.php:880 contact_form.php:953
278
+ #: contact_form.php:1153 contact_form.php:1330 contact_form.php:2402
 
279
  msgid "Learn More"
280
  msgstr ""
281
 
282
+ #: contact_form.php:720 contact_form.php:883 contact_form.php:956
283
+ #: contact_form.php:1156 contact_form.php:1333
284
  msgid "Go"
285
  msgstr ""
286
 
287
+ #: contact_form.php:727
288
  msgid "Save emails to the database"
289
  msgstr "E-postaları veritabanına kaydet"
290
 
291
+ #: contact_form.php:732
292
  msgid "Using"
293
  msgstr ""
294
 
295
+ #: contact_form.php:732 contact_form.php:929 contact_form.php:932
296
+ #: contact_form.php:936
297
  msgid "powered by"
298
  msgstr "geliştirici: "
299
 
300
+ #: contact_form.php:735 contact_form.php:739
301
  msgid "Using Contact Form to DB powered by"
302
  msgstr "Contact Form to DB eklentisi ile,"
303
 
304
+ #: contact_form.php:735
305
  msgid "Activate Contact Form to DB"
306
  msgstr "Contact Form to DB eklentisini aktifleştir"
307
 
308
+ #: contact_form.php:739
309
  msgid "Download Contact Form to DB"
310
  msgstr "Contact Form to DB eklentisini yükle"
311
 
312
+ #: contact_form.php:749
313
  msgid "What to use?"
314
  msgstr "Hangi yöntem?"
315
 
316
+ #: contact_form.php:752
317
  msgid "Wp-mail"
318
  msgstr "Wp-Mail"
319
 
320
+ #: contact_form.php:752
321
  msgid "You can use the wp_mail function for mailing"
322
  msgstr "E-postanın gönderimi için wp_mail fonksiyonunu kullanabilirsiniz."
323
 
324
+ #: contact_form.php:754
325
  msgid "Mail"
326
  msgstr "Mail"
327
 
328
+ #: contact_form.php:754
329
  msgid "To send mail you can use the php mail function"
330
  msgstr "E-postanın gönderimi için PHP Mail fonksiyonunu kullanabilirsiniz."
331
 
332
+ #: contact_form.php:758
333
  msgid "'FROM' field"
334
  msgstr ""
335
 
336
+ #: contact_form.php:760 contact_form.php:810 contact_form.php:1197
337
+ #: contact_form.php:1927 contact_form.php:1963
338
  msgid "Name"
339
  msgstr "İsim"
340
 
341
+ #: contact_form.php:764
342
  msgid "User name"
343
  msgstr "Kullanıcı adı"
344
 
345
+ #: contact_form.php:766
346
  msgid ""
347
  "The name of the user who fills the form will be used in the field 'From'."
348
  msgstr "'Gönderici' alanında formu dolduran ziyaretçinin adı kullanılacak."
349
 
350
+ #: contact_form.php:771 contact_form.php:1938 contact_form.php:1970
351
  msgid "Email"
352
  msgstr "E-Posta Adresi"
353
 
354
+ #: contact_form.php:778
355
  msgid "User email"
356
  msgstr "Kullanıcı e-postası"
357
 
358
+ #: contact_form.php:780
359
  msgid ""
360
  "The email address of the user who fills the form will be used in the field "
361
  "'From'."
362
  msgstr ""
363
  "'Gönderici' alanında formu dolduran kullanıcının e-posta adresi gösterilecek."
364
 
365
+ #: contact_form.php:784
366
  msgid ""
367
  "If this option is changed, email messages may be moved to the spam folder or "
368
  "email delivery failures may occur."
369
  msgstr ""
370
 
371
+ #: contact_form.php:790
372
  msgid "Required symbol"
373
  msgstr "Zorunlu işareti"
374
 
375
+ #: contact_form.php:800
376
  msgid "Fields"
377
  msgstr "Alanlar"
378
 
379
+ #: contact_form.php:801
380
  msgid "Used"
381
  msgstr "Kullanılsın mı?"
382
 
383
+ #: contact_form.php:802
384
  msgid "Required"
385
  msgstr "Zorunlu"
386
 
387
+ #: contact_form.php:803
388
  msgid "Visible"
389
  msgstr "Görünür"
390
 
391
+ #: contact_form.php:804
392
  msgid "Disabled for editing"
393
  msgstr "Düzenlemeye kapatılmış"
394
 
395
+ #: contact_form.php:805
396
  msgid "Field's default value"
397
  msgstr "Alanın varsayılan değeri"
398
 
399
+ #: contact_form.php:817
400
  msgid "Use User's name as a default value if the user is logged in."
401
  msgstr ""
402
 
403
+ #: contact_form.php:818 contact_form.php:846
404
  msgid ""
405
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
406
  "in users."
407
  msgstr ""
408
 
409
+ #: contact_form.php:822
410
  msgid "Location selectbox"
411
  msgstr ""
412
 
413
+ #: contact_form.php:830 contact_form.php:1202 contact_form.php:1933
414
+ #: contact_form.php:1967
415
  msgid "Address"
416
  msgstr "Adres:"
417
 
418
+ #: contact_form.php:838
419
  msgid "Email Address"
420
  msgstr "E-posta Adresi"
421
 
422
+ #: contact_form.php:845
423
  msgid "Use User's email as a default value if the user is logged in."
424
  msgstr ""
425
 
426
+ #: contact_form.php:850
427
  msgid "Phone number"
428
  msgstr "Telefon numarası"
429
 
430
+ #: contact_form.php:858 contact_form.php:1217 contact_form.php:1948
431
+ #: contact_form.php:1976
432
  msgid "Subject"
433
  msgstr "Başlık"
434
 
435
+ #: contact_form.php:866 contact_form.php:1221 contact_form.php:1951
436
+ #: contact_form.php:1978
437
  msgid "Message"
438
  msgstr "Mesaj"
439
 
440
+ #: contact_form.php:890
441
  msgid "Attachment block"
442
  msgstr "Dosya Yükleme"
443
 
444
+ #: contact_form.php:892
445
  msgid "Users can attach the following file formats"
446
  msgstr "Kullanıcılar şu uzantılardaki dosyaları yükleyebilirler"
447
 
448
+ #: contact_form.php:905
449
  msgid "Add to the form"
450
  msgstr "Forma ekle"
451
 
452
+ #: contact_form.php:910
453
  msgid "Tips below the Attachment"
454
  msgstr "Dosya yükleme alanı altında açıklama"
455
 
456
+ #: contact_form.php:919
457
  msgid "'Send me a copy' block"
458
  msgstr "'Mesajın bir kopyasını e-posta adresime gönder' seçeneği"
459
 
460
+ #: contact_form.php:929 contact_form.php:932 contact_form.php:936
461
+ #: contact_form.php:1231
462
  msgid "Captcha"
463
  msgstr "CAPTCHA"
464
 
465
+ #: contact_form.php:932
466
  msgid "Activate captcha"
467
  msgstr "CAPTCHA'yı etkinleştir"
468
 
469
+ #: contact_form.php:936
470
  msgid "Download captcha"
471
  msgstr "CAPTCHA'yı yükle"
472
 
473
+ #: contact_form.php:944
474
  msgid "Agreement checkbox"
475
  msgstr "Onay kutusu"
476
 
477
+ #: contact_form.php:944
478
  msgid "Required checkbox for submitting the form"
479
  msgstr "Formu göndermek için işaretlenmesi gereken onay kutusu"
480
 
481
+ #: contact_form.php:945
482
  msgid "Optional checkbox"
483
  msgstr "İsteğe bağlı onay kutusu"
484
 
485
+ #: contact_form.php:945
486
  msgid "Optional checkbox, the results of which will be displayed in email"
487
  msgstr "E-posta'da gösterilecek, isteğe bağlı onay kutusu"
488
 
489
+ #: contact_form.php:962
490
  msgid "Delete an attachment file from the server after the email is sent"
491
  msgstr "E-posta gönderildikten sonra eklenen dosyayı sunucudan sil"
492
 
493
+ #: contact_form.php:968
494
  msgid "Email in HTML format sending"
495
  msgstr "E-postayı HTML formatında gönder"
496
 
497
+ #: contact_form.php:972
498
  msgid "Display additional info in the email"
499
  msgstr "E-postanın içerisinde ek bilgiler göster"
500
 
501
+ #: contact_form.php:977 contact_form.php:1894 contact_form.php:1896
502
  msgid "Sent from (ip address)"
503
  msgstr "Gönderilen (IP Adresi)"
504
 
505
+ #: contact_form.php:977
506
  msgid "Example: Sent from (IP address):\t127.0.0.1"
507
  msgstr "Örnek: Şu IP adresinden gönderildi:\t127.0.0.1"
508
 
509
+ #: contact_form.php:978 contact_form.php:1900 contact_form.php:1902
510
  msgid "Date/Time"
511
  msgstr "Tarih/Zaman"
512
 
513
+ #: contact_form.php:978
514
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
515
  msgstr "Örnek: Tarih/Saat:\t19 Ağustos, 2013 - 8:50 ÖS"
516
 
517
+ #: contact_form.php:979 contact_form.php:1906 contact_form.php:1908
518
  msgid "Sent from (referer)"
519
  msgstr "Gönderilen (referer)"
520
 
521
+ #: contact_form.php:979
522
  msgid ""
523
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
524
  msgstr "Örnek: Gönderici:\thttp://bestwebsoft.com/contacts/contact-us/"
525
 
526
+ #: contact_form.php:980 contact_form.php:1912 contact_form.php:1914
527
  msgid "Using (user agent)"
528
  msgstr "Şununla: "
529
 
530
+ #: contact_form.php:980
531
  msgid ""
532
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
533
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
535
  "Örnek: Şunu kullanarak:\tMozilla/5.0 (Windows NT 6.2; WOW64) "
536
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
537
 
538
+ #: contact_form.php:984
539
  msgid "Language settings for the field names in the form"
540
  msgstr "Formdaki alan adları için dil ayarları 8aşağıdaki iki seçenek için)"
541
 
542
+ #: contact_form.php:993
543
  msgid "Add a language"
544
  msgstr "Bir dil ekle"
545
 
546
+ #: contact_form.php:997
547
  msgid "Change the names of the contact form fields and error messages"
548
  msgstr ""
549
  "Yukarıdan eklenen dile göre İletişim Formu alanlarının isimlerini ve hata "
550
  "mesajlarını değiştir"
551
 
552
+ #: contact_form.php:1002 contact_form.php:1089
553
  msgid "English"
554
  msgstr "İngilizce"
555
 
556
+ #: contact_form.php:1010 contact_form.php:1044
557
  msgid "click to expand/hide the list"
558
  msgstr ""
559
 
560
+ #: contact_form.php:1019 contact_form.php:1053
561
  msgid "Tips below the Attachment block"
562
  msgstr "Dosya yükleme alanı altında gösterilecek açıklamalar"
563
 
564
+ #: contact_form.php:1022 contact_form.php:1056
565
  msgid "Error message for the Name field"
566
  msgstr "'İsim' alanı için hata mesajı"
567
 
568
+ #: contact_form.php:1023 contact_form.php:1057
569
  msgid "Error message for the Address field"
570
  msgstr "'Adres' alanı için hata mesajı"
571
 
572
+ #: contact_form.php:1024 contact_form.php:1058
573
  msgid "Error message for the Email field"
574
  msgstr "'E-posta adresş' alanı için hata mesajı"
575
 
576
+ #: contact_form.php:1025 contact_form.php:1059
577
  msgid "Error message for the Phone field"
578
  msgstr "'Telefon numarası' alanı için hata mesajı"
579
 
580
+ #: contact_form.php:1026 contact_form.php:1060
581
  msgid "Error message for the Subject field"
582
  msgstr "'Başlık' alanı için hata mesajı"
583
 
584
+ #: contact_form.php:1027 contact_form.php:1061
585
  msgid "Error message for the Message field"
586
  msgstr "'Mesaj' alanı için hata mesajı"
587
 
588
+ #: contact_form.php:1028 contact_form.php:1062
589
  msgid "Error message about the file type for the Attachment field"
590
  msgstr "Yüklenen dosyanın uzantısıyla ilgili hata mesajı"
591
 
592
+ #: contact_form.php:1029 contact_form.php:1063
593
  msgid ""
594
  "Error message while uploading a file for the Attachment field to the server"
595
  msgstr "Dosya yüklenirken oluşan hata için hata mesajı"
596
 
597
+ #: contact_form.php:1030 contact_form.php:1064
598
  msgid "Error message while moving the file for the Attachment field"
599
  msgstr "Yüklenecek dosya seçilirken oluşan hata için hata mesajı"
600
 
601
+ #: contact_form.php:1031 contact_form.php:1065
602
  msgid "Error message when file size limit for the Attachment field is exceeded"
603
  msgstr "En fazla dosya yükleme boyutu sınırı açıldığında oluşan hata mesajı"
604
 
605
+ #: contact_form.php:1032 contact_form.php:1066
606
  msgid "Error message for the Captcha field"
607
  msgstr "CAPTCHA alanı için hata mesajı"
608
 
609
+ #: contact_form.php:1033 contact_form.php:1067
610
  msgid "Error message for the whole form"
611
  msgstr "Formun geneli için hata mesajı"
612
 
613
+ #: contact_form.php:1036 contact_form.php:1038 contact_form.php:1070
614
+ #: contact_form.php:1072 contact_form.php:1099 contact_form.php:1101
615
+ #: contact_form.php:1109 contact_form.php:1111 contact_form.php:2272
616
+ #: contact_form.php:2274
617
  msgid "Use shortcode"
618
  msgstr "Kısa kodu kullan"
619
 
620
+ #: contact_form.php:1036 contact_form.php:1038 contact_form.php:1070
621
+ #: contact_form.php:1072 contact_form.php:1099 contact_form.php:1101
622
+ #: contact_form.php:1109 contact_form.php:1111 contact_form.php:2272
623
+ #: contact_form.php:2274
624
  msgid "for this language"
625
  msgstr "bu dil için"
626
 
627
+ #: contact_form.php:1080
628
  #, fuzzy
629
  msgid "Use the changed names of the contact form fields in the email"
630
  msgstr ""
631
  "Yukarıdan eklenen dile göre İletişim Formu alanlarının isimlerini ve hata "
632
  "mesajlarını değiştir"
633
 
634
+ #: contact_form.php:1086
635
  msgid "Action after email is sent"
636
  msgstr "E-posta gönderildikten sonra ne yapılsın?"
637
 
638
+ #: contact_form.php:1088
639
  msgid "Display text"
640
  msgstr "Metin göster"
641
 
642
+ #: contact_form.php:1097 contact_form.php:1107
643
  msgid "Text"
644
  msgstr "Metin"
645
 
646
+ #: contact_form.php:1118
647
  msgid "Redirect to the page"
648
  msgstr "Sayfaya yönlendir"
649
 
650
+ #: contact_form.php:1119
651
  msgid "Url"
652
  msgstr "URL"
653
 
654
+ #: contact_form.php:1123
655
  msgid "The $_SERVER variable that is used to build a URL of the form"
656
  msgstr ""
657
 
658
+ #: contact_form.php:1127
659
  msgid ""
660
  "If you are not sure whether to change this setting or not, please do not do "
661
  "that."
662
  msgstr ""
663
 
664
+ #: contact_form.php:1136
665
  msgid "Auto Response"
666
  msgstr ""
667
 
668
+ #: contact_form.php:1140
669
  #, php-format
670
  msgid ""
671
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
673
  "name."
674
  msgstr ""
675
 
676
+ #: contact_form.php:1165 contact_form.php:1340
677
  msgid "Save Changes"
678
  msgstr "Değişiklikleri Kaydet"
679
 
680
+ #: contact_form.php:1177
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
681
  msgid "Errors output"
682
  msgstr "Hata çıktısı"
683
 
684
+ #: contact_form.php:1180
685
  msgid "Display error messages"
686
  msgstr "Hata mesajlarını göster"
687
 
688
+ #: contact_form.php:1181
689
  msgid "Color of the input field errors."
690
  msgstr "Giriş alanlarının hata rengi"
691
 
692
+ #: contact_form.php:1182
693
  msgid "Display error messages & color of the input field errors"
694
  msgstr "Hata mesajlarını ve giriş alanı hata rengini göster"
695
 
696
+ #: contact_form.php:1187
697
  msgid "Add placeholder to the input blocks"
698
  msgstr "Giriş alanlarına bilgilendirme notu ekle"
699
 
700
+ #: contact_form.php:1193
701
  msgid "Add tooltips"
702
  msgstr "Şunları ekle:"
703
 
704
+ #: contact_form.php:1207
705
  msgid "Email address"
706
  msgstr "E-posta adresi"
707
 
708
+ #: contact_form.php:1212
709
  msgid "Phone Number"
710
  msgstr "Telefon Numarası"
711
 
712
+ #: contact_form.php:1226
713
  msgid "Attachment"
714
  msgstr "Dosya Yükleme"
715
 
716
+ #: contact_form.php:1231
717
  msgid "(powered by bestwebsoft.com)"
718
  msgstr "(Geliştirici bestwebsoft.com)"
719
 
720
+ #: contact_form.php:1236
721
  msgid "Style options"
722
  msgstr "Tasarım ayarları"
723
 
724
+ #: contact_form.php:1239
725
  msgid "Text color"
726
  msgstr "Metin rengi"
727
 
728
+ #: contact_form.php:1242 contact_form.php:1247 contact_form.php:1257
729
+ #: contact_form.php:1262 contact_form.php:1267 contact_form.php:1272
730
+ #: contact_form.php:1282 contact_form.php:1287 contact_form.php:1293
731
+ #: contact_form.php:1304 contact_form.php:1309 contact_form.php:1314
732
  msgid "Default"
733
  msgstr "Varsayılan"
734
 
735
+ #: contact_form.php:1244
736
  msgid "Label text color"
737
  msgstr "Etiket metninin rengi"
738
 
739
+ #: contact_form.php:1249
740
  msgid "Placeholder color"
741
  msgstr "Bilgilendirme notu rengi"
742
 
743
+ #: contact_form.php:1254
744
  msgid "Errors color"
745
  msgstr "Hataların renkleri"
746
 
747
+ #: contact_form.php:1259
748
  msgid "Error text color"
749
  msgstr "Hata metni rengi"
750
 
751
+ #: contact_form.php:1264
752
  msgid "Background color of the input field errors"
753
  msgstr "giriş alanı hataları için arka plan rengi"
754
 
755
+ #: contact_form.php:1269
756
  msgid "Border color of the input field errors"
757
  msgstr "Giriş alanı hataları için border rengi"
758
 
759
+ #: contact_form.php:1274
760
  msgid "Placeholder color of the input field errors"
761
  msgstr "Giriş alanı hataları için bilgilendirme notu rengi"
762
 
763
+ #: contact_form.php:1279
764
  msgid "Input fields"
765
  msgstr "Giriş alanları"
766
 
767
+ #: contact_form.php:1284
768
  msgid "Input fields background color"
769
  msgstr "Giriş alanları arka plan rengi"
770
 
771
+ #: contact_form.php:1289
772
  msgid "Text fields color"
773
  msgstr "Metin alanlarının rengi"
774
 
775
+ #: contact_form.php:1291
776
  msgid "Border width in px, numbers only"
777
  msgstr "Bırder genişliği, piksel cinsinden, sadece sayı"
778
 
779
+ #: contact_form.php:1295 contact_form.php:1316
780
  msgid "Border color"
781
  msgstr "Border rengi"
782
 
783
+ #: contact_form.php:1300
784
  msgid "Submit button"
785
  msgstr "Gönderme butonu"
786
 
787
  # #: contact_form.php:928
788
+ #: contact_form.php:1302
789
  msgid "Width in px, numbers only"
790
  msgstr "Piksel cinsinden genişlik, sadece sayı"
791
 
792
+ #: contact_form.php:1306
793
  msgid "Button color"
794
  msgstr "Buton rengi"
795
 
796
+ #: contact_form.php:1311
797
  msgid "Button text color"
798
  msgstr "Buton yazı rengi"
799
 
800
+ #: contact_form.php:1344
801
  msgid "Contact Form Pro | Preview"
802
  msgstr "İletişim Formu PRO | Ön İzleme"
803
 
804
+ #: contact_form.php:1347
805
  msgid "Show with errors"
806
  msgstr "Hatalarla göster"
807
 
808
+ #: contact_form.php:1355 contact_form.php:1357
809
  msgid "Please enter your full name..."
810
  msgstr "Lütfen tam adınızı yazın"
811
 
812
+ #: contact_form.php:1368 contact_form.php:1370
813
  msgid "Please enter your address..."
814
  msgstr "Lütfen adresinizi yazın"
815
 
816
+ #: contact_form.php:1379 contact_form.php:1381
817
  msgid "Please enter your email address..."
818
  msgstr "Lütfen e-posta adresinizi yazın"
819
 
820
+ #: contact_form.php:1390 contact_form.php:1392
821
  msgid "Please enter your phone number..."
822
  msgstr "Lütfen telefon numaranızı yazın"
823
 
824
+ #: contact_form.php:1401 contact_form.php:1403
825
  msgid "Please enter subject..."
826
  msgstr "Lütfen başlık yazın"
827
 
828
+ #: contact_form.php:1411 contact_form.php:1413
829
  msgid "Please enter your message..."
830
  msgstr "Lütfen mesajınızı yazın"
831
 
832
+ #: contact_form.php:1517
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
833
  msgid "Sorry, email message could not be delivered."
834
  msgstr "Üzgünüz, e-posta mesajınız gönderilemedi."
835
 
836
+ #: contact_form.php:1921
837
  msgid "Contact from"
838
  msgstr "İletişim Formu"
839
 
840
+ #: contact_form.php:1943 contact_form.php:1973
841
  msgid "Phone"
842
  msgstr "Telefon"
843
 
844
+ #: contact_form.php:1954 contact_form.php:1980
845
  msgid "Site"
846
  msgstr "Website"
847
 
848
+ #: contact_form.php:2066
849
  msgid ""
850
  "If you can see this MIME, it means that the MIME type is not supported by "
851
  "your email client!"
853
  "Eğer bu MIME'ı görüyorsanız, bu e-posta sunucunuzun MIME'ı desteklemediği "
854
  "anlamına gelir!"
855
 
856
+ #: contact_form.php:2142
857
  msgid "Support"
858
  msgstr "Destek"
859
 
860
+ #: contact_form.php:2191
861
  msgid "Are you sure that you want to delete this language data?"
862
  msgstr "Bu dile ait verileri silmek istediğinize emin misiniz?"
863
 
864
+ #: contact_form.php:2212
865
+ #, fuzzy
866
+ msgid "Add multiple forms"
867
+ msgstr "Forma ekle"
868
+
869
+ #: contact_form.php:2212
870
  msgid ""
871
+ "Install Contact Form Multi plugin to create unlimited number of contact "
872
+ "forms."
873
  msgstr ""
874
 
875
+ #: contact_form.php:2217
876
+ #, fuzzy
877
+ msgid "Learn more"
878
+ msgstr "Llegir més"
879
+
880
+ #: contact_form.php:2221
881
+ msgid "Close"
882
  msgstr ""
883
 
884
+ #: contact_form.php:2405
885
  msgid ""
886
  "<strong>Contact Form to DB</strong> allows to store your messages to the "
887
  "database."
888
  msgstr ""
889
 
890
+ #: contact_form.php:2406
891
  msgid "Manage messages that have been sent from your website."
892
  msgstr ""
893
 
894
+ #~ msgid "requires"
895
+ #~ msgstr "Gerekli"
896
+
897
+ #~ msgid ""
898
+ #~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
899
+ #~ "and try again."
900
+ #~ msgstr ""
901
+ #~ "ya da daha üstü, pasifleştirilmesinin sebebi bu! Lütfen Wordpress'i "
902
+ #~ "güncelleyin ve yeniden deneyin."
903
+
904
+ #~ msgid "Back to the WordPress"
905
+ #~ msgstr "Wordpress'e geri dön"
906
+
907
+ #~ msgid "Plugins page"
908
+ #~ msgstr "Eklenti Sayfası"
909
+
910
+ #, fuzzy
911
+ #~ msgid "Please, enter Your license key"
912
+ #~ msgstr "Lütfen mesajınızı yazın"
913
+
914
+ #~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
915
+ #~ msgstr ""
916
+ #~ "Eğer eklentiyi beğenerek kullanıyorsanız, lütfen Wordpress'te eklentiye 5 "
917
+ #~ "yıldız verin"
918
+
919
+ #~ msgid "Rate the plugin"
920
+ #~ msgstr "Eklentiyi değerlendir"
921
+
922
+ #~ msgid "If there is something wrong about it, please contact us"
923
+ #~ msgstr ""
924
+ #~ "Eğer eklenti hakkında problem tespit ederseniz lütfen bizimle iletişime "
925
+ #~ "geçin"
926
+
927
+ #, fuzzy
928
+ #~ msgid "the setting page"
929
+ #~ msgstr "Ekstra ayarlar"
930
+
931
+ #, fuzzy
932
+ #~ msgid "Activate"
933
+ #~ msgstr "CAPTCHA'yı etkinleştir"
934
+
935
  #~ msgid "Extra settings"
936
  #~ msgstr "Ekstra ayarlar"
937
 
996
  #~ msgid "Activated plugins"
997
  #~ msgstr "Plugin activat"
998
 
 
 
 
999
  #~ msgid "Installed plugins"
1000
  #~ msgstr "Plugins instal·lats"
1001
 
languages/contact_form-uk.mo CHANGED
Binary file
languages/contact_form-uk.po CHANGED
@@ -2,1244 +2,1100 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Contact Form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-02-18 10:44+0300\n"
6
- "PO-Revision-Date: 2015-02-18 10:45+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: The BestWebSoft Team <plugin@bestwebsoft.com>\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
- "Plural-Forms: nplurals=3; plural=n%100/10==1 ? 2 : n%10==1 ? 0 : (n+9)%10>3 ? 2 : 1;\n"
 
14
  "X-Generator: Poedit 1.5.4\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-Basepath: ..\n"
18
  "X-Textdomain-Support: yes\n"
 
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ contact_form
22
- #: contact_form.php:80
23
- #: contact_form.php:810
24
  msgid "Contact Form Settings"
25
  msgstr "Установки Contact Form"
26
 
27
  # @ contact_form
28
- #: contact_form.php:80
29
  msgid "Contact Form"
30
  msgstr "Contact Form"
31
 
32
  # @ contact_form
33
- #: contact_form.php:162
34
- #: contact_form.php:1191
35
- #: contact_form.php:1225
36
  msgid "Name:"
37
  msgstr "Ім'я:"
38
 
39
  # @ contact_form
40
- #: contact_form.php:163
41
- #: contact_form.php:1192
42
- #: contact_form.php:1226
43
  msgid "Address:"
44
  msgstr "Адреса:"
45
 
46
  # @ contact_form
47
- #: contact_form.php:164
48
- #: contact_form.php:1193
49
- #: contact_form.php:1227
50
  msgid "Email Address:"
51
  msgstr "E-mail адреса:"
52
 
53
  # @ contact_form
54
- #: contact_form.php:165
55
- #: contact_form.php:1194
56
- #: contact_form.php:1228
57
  msgid "Phone number:"
58
  msgstr "Номер телефону:"
59
 
60
  # @ contact_form
61
- #: contact_form.php:166
62
- #: contact_form.php:1195
63
- #: contact_form.php:1229
64
  msgid "Subject:"
65
  msgstr "Тема:"
66
 
67
  # @ contact_form
68
- #: contact_form.php:167
69
- #: contact_form.php:1196
70
- #: contact_form.php:1230
71
  msgid "Message:"
72
  msgstr "Повідомлення:"
73
 
74
  # @ contact_form
75
- #: contact_form.php:168
76
- #: contact_form.php:1197
77
- #: contact_form.php:1231
78
  msgid "Attachment:"
79
  msgstr "Вкладений файл:"
80
 
81
  # @ contact_form
82
- #: contact_form.php:169
83
- 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"
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
87
- #: contact_form.php:170
88
- #: contact_form.php:1199
89
- #: contact_form.php:1233
90
  msgid "Send me a copy"
91
  msgstr "Надіслати мені копію"
92
 
93
  # @ contact_form
94
- #: contact_form.php:171
95
- #: contact_form.php:1200
96
- #: contact_form.php:1234
97
  msgid "Submit"
98
  msgstr "Підтвердити"
99
 
100
  # @ contact_form
101
- #: contact_form.php:172
102
  msgid "Your name is required."
103
  msgstr "Необхідно вказати своє ім'я."
104
 
105
  # @ contact_form
106
- #: contact_form.php:173
107
  msgid "Address is required."
108
  msgstr "Необхідно вказати правильну адресу."
109
 
110
  # @ contact_form
111
- #: contact_form.php:174
112
  msgid "A valid email address is required."
113
  msgstr "Необхідно вказати правильну адресу ел.пошти."
114
 
115
  # @ contact_form
116
- #: contact_form.php:175
117
  msgid "Phone number is required."
118
  msgstr "Необхідно вказати номер телефону."
119
 
120
  # @ contact_form
121
- #: contact_form.php:176
122
  msgid "Subject is required."
123
  msgstr "Необхідно вказати тему."
124
 
125
  # @ contact_form
126
- #: contact_form.php:177
127
  msgid "Message text is required."
128
  msgstr "Повідомлення не може бути порожнім."
129
 
130
  # @ contact_form
131
- #: contact_form.php:178
132
  msgid "File format is not valid."
133
  msgstr "Неправильний формат файлу."
134
 
135
  # @ contact_form
136
- #: contact_form.php:179
137
  msgid "File upload error."
138
  msgstr "Помилка завантаження файлу."
139
 
140
  # @ contact_form
141
- #: contact_form.php:180
142
  msgid "The file could not be uploaded."
143
  msgstr "Файл не вдалося завантажити."
144
 
145
  # @ contact_form
146
- #: contact_form.php:181
147
  msgid "This file is too large."
148
  msgstr "Файл занадто великий."
149
 
150
  # @ contact_form
151
- #: contact_form.php:182
152
  msgid "Please fill out the CAPTCHA."
153
  msgstr "Будь ласка, введіть код CAPTCHA."
154
 
155
  # @ contact_form
156
- #: contact_form.php:183
157
  msgid "Please make corrections below and try again."
158
  msgstr "Будь ласка, внесіть поправки у відмічені поля і спробуйте знову."
159
 
160
  # @ contact_form
161
- #: contact_form.php:185
162
  msgid "Thank you for contacting us."
163
  msgstr "Дякуємо, що зв'язалися з нами."
164
 
165
- # @ contact_form
166
- #: contact_form.php:362
167
- msgid "requires"
168
- msgstr "потребує"
169
-
170
- # @ contact_form
171
- #: contact_form.php:362
172
- msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
173
- msgstr "або вище, ось чому його було деактивовано! Будь ласка, оновіть WordPress та спробуйте ще раз. "
174
-
175
- # @ contact_form
176
- #: contact_form.php:362
177
- msgid "Back to the WordPress"
178
- msgstr "Назад до WordPress"
179
-
180
- # @ contact_form
181
- #: contact_form.php:362
182
- msgid "Plugins page"
183
- msgstr "Сторінка плагінів"
184
-
185
- #: contact_form.php:596
186
- msgid "Email 'FROM' field option was changed, which may cause email messages being moved to the spam folder or email delivery failures."
187
- msgstr "Налаштування поля емейла поля \"Від\" змінено, що може призвести до того, що ваші листи не будуть доставлені або потраплять до папки Спам."
188
 
189
  # @ contact_form
190
- #: contact_form.php:606
191
- msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
192
- msgstr "Якщо опція \"Перенаправлення на сторінку\" вибрана, то поле URL повинне бути заповнене в наступному форматі"
 
 
 
 
193
 
194
  # @ contact_form
195
- #: contact_form.php:615
196
  msgid "Such user does not exist."
197
  msgstr "Такого користувача не існує."
198
 
199
  # @ contact_form
200
- #: contact_form.php:625
201
- msgid "Please enter a valid email address in the 'Use this email address' field."
202
- msgstr "Будь ласка, введіть коректний емейл у поле 'Використовувати цей емейл'."
 
 
203
 
204
  # @ contact_form
205
- #: contact_form.php:633
206
  msgid "Please enter a valid email address in the 'FROM' field."
207
  msgstr "Будь ласка, введіть правильну ел.адресу у полі \"Відправник\"."
208
 
209
  # @ contact_form
210
- #: contact_form.php:656
211
  msgid "Settings saved."
212
  msgstr "Установки збережені."
213
 
214
  # @ contact_form
215
- #: contact_form.php:658
216
  msgid "Settings are not saved."
217
  msgstr "Установки не збережені."
218
 
219
  # @ contact_form
220
- #: contact_form.php:685
221
- #: contact_form.php:717
222
- msgid "Wrong license key"
223
- msgstr "Невірний ліцензійний ключ"
224
-
225
- # @ contact_form
226
- #: contact_form.php:710
227
- 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."
228
- msgstr "Виникли певні проблеми. Спробуйте ще раз пізніше. Якщо помилка виникатиме знову, будь ласка, зверніться до нашої служби підтримки href=http://support.bestwebsoft.com>BestWebSoft</a>. Просимо вибачення за незручності."
229
-
230
- # @ contact_form
231
- #: contact_form.php:719
232
- msgid "This license key is bind to another site"
233
- msgstr "Ліцензійний ключ прив'язано до іншого сайту"
234
-
235
- # @ contact_form
236
- #: contact_form.php:721
237
- #: contact_form.php:1668
238
- msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
239
- msgstr "На жаль, Ви перевищили кількість доступних спроб на день. Будь ласка, завантажте плагін вручну."
240
-
241
- # @ contact_form
242
- #: contact_form.php:732
243
- #: contact_form.php:754
244
- #: contact_form.php:776
245
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
246
- msgstr "Виникли проблеми під час завантаження zip-архіву. Будь ласка, завантажте архів вручну."
247
-
248
- # @ contact_form
249
- #: contact_form.php:744
250
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
251
- msgstr "Виникли проблеми під чаз розпакування zip-архіву. Будь ласка, завантажте плагін вручну"
252
-
253
- # @ contact_form
254
- #: contact_form.php:750
255
- msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
256
- msgstr "Ваш сервер не підтримує ані ZipArchive, ані Phar. Будь ласка, завантажте плагін вручну"
257
-
258
- # @ contact_form
259
- #: contact_form.php:757
260
- msgid "UploadDir is not writable. Please, upload the plugin manually"
261
- msgstr "Немає доступу до теки завантажень WordPress. Будь ласка, завантажте плагін вручну"
262
-
263
- # @ contact_form
264
- #: contact_form.php:780
265
- msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
266
- msgstr "Виникли певні проблеми. Спробуйте ще раз пізніше або завантажте плагін вручну. Просимо вібачення за незручності."
267
-
268
- # @ contact_form
269
- #: contact_form.php:804
270
- msgid "Please, enter Your license key"
271
- msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
272
-
273
- # @ contact_form
274
- #: contact_form.php:812
275
- #: contact_form.php:2357
276
- #: contact_form.php:2371
277
  msgid "Settings"
278
  msgstr "Установки"
279
 
280
  # @ contact_form
281
- #: contact_form.php:813
282
  msgid "Additional settings"
283
  msgstr "Додаткові опції"
284
 
285
- #: contact_form.php:814
286
  msgid "Appearance"
287
  msgstr "Відображення"
288
 
289
  # @ contact_form
290
- #: contact_form.php:815
291
- #: contact_form.php:2372
292
  msgid "FAQ"
293
  msgstr "Часті питання"
294
 
295
  # @ contact_form
296
- #: contact_form.php:816
297
  msgid "Go PRO"
298
  msgstr "Перейти на Pro версію"
299
 
300
  # @ contact_form
301
- #: contact_form.php:819
302
- #: contact_form.php:821
303
  msgid "Notice:"
304
  msgstr "Нагадування:"
305
 
306
  # @ contact_form
307
- #: contact_form.php:819
308
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
309
- msgstr "Налаштування плагіну було змінено. Для того, щоб зберегти ці зміни, не забудьте нажати кнопку \"Зберегти зміни\"."
 
 
 
 
310
 
311
  # @ contact_form
312
- #: contact_form.php:829
313
- msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
314
- msgstr "Якщо ві хочете створити декілька різних контактних форм, будь ласка, всановіть плагін Contact Form Multi."
 
 
 
 
315
 
316
  # @ contact_form
317
- #: contact_form.php:836
318
- #: contact_form.php:839
319
- #: contact_form.php:1627
320
- 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:"
321
- msgstr "Якщо Ви хочете додати контактну форму на свій сайт, просто скопіюйте і вставите цей шорткод у Вашу публікацію, сторінку або віджет:"
 
 
322
 
323
  # @ contact_form
324
- #: contact_form.php:836
325
- #: contact_form.php:837
326
- #: contact_form.php:839
327
- #: contact_form.php:840
328
- #: contact_form.php:1215
329
- #: contact_form.php:1217
330
- #: contact_form.php:1278
331
- #: contact_form.php:1280
332
  msgid "or"
333
  msgstr "або"
334
 
335
  # @ contact_form
336
- #: contact_form.php:837
337
- #: contact_form.php:840
338
- msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
339
- msgstr "Якщо виникли якісь проблеми зі стандартним шорткодом [contact_form], ви можете використати шорткод"
 
 
 
340
 
341
  # @ contact_form
342
- #: contact_form.php:837
343
- #: contact_form.php:840
344
  msgid "They work the same way."
345
  msgstr "Вони працюють однаково."
346
 
347
  # @ contact_form
348
- #: contact_form.php:844
349
- msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
350
- msgstr "Якщо Ви залишите поля порожніми, повідомлення буде надіслано на адресу ел.пошти, вказану під час реєстрації."
 
 
 
 
351
 
352
  # @ contact_form
353
- #: contact_form.php:847
354
  msgid "The user's email address:"
355
  msgstr "Адреса ел.пошти користувача:"
356
 
357
  # @ contact_form
358
- #: contact_form.php:851
359
  msgid "Create a username"
360
  msgstr "Виберіть ім'я користувача"
361
 
362
  # @ contact_form
363
- #: contact_form.php:864
364
- msgid "Enter a username of the person who should get the messages from the contact form."
365
- msgstr "Введіть ім'я користувача, який повинен одержувати повідомлення з контактної форми."
 
 
 
 
366
 
367
  # @ contact_form
368
- #: contact_form.php:868
369
  msgid "Use this email address:"
370
  msgstr "Використовувати цей емейл:"
371
 
372
  # @ contact_form
373
- #: contact_form.php:871
374
  msgid "Enter the email address you want the messages forwarded to."
375
  msgstr "Вкажіть адресу ел.пошти, на яку бажаєте отримувати повідомлення."
376
 
377
  # @ contact_form
378
- #: contact_form.php:880
379
  msgid "Add department selectbox to the contact form:"
380
  msgstr "Додати поле для вибору департаменту до контактної форми:"
381
 
382
  # @ contact_form
383
- #: contact_form.php:888
384
- #: contact_form.php:1324
385
- #: contact_form.php:1510
386
  msgid "If you upgrade to Pro version all your settings will be saved."
387
  msgstr "Якщо ви перейдете на Pro версію, усі установки будуть збережені."
388
 
389
  # @ contact_form
390
- #: contact_form.php:895
391
- #: contact_form.php:1058
392
- #: contact_form.php:1131
393
- #: contact_form.php:1331
394
- #: contact_form.php:1517
395
  msgid "Unlock premium options by upgrading to a PRO version."
396
  msgstr "Зробити доступними преміум-опції, перейшовши на PRO версію."
397
 
398
  # @ contact_form
399
- #: contact_form.php:896
400
- #: contact_form.php:1059
401
- #: contact_form.php:1132
402
- #: contact_form.php:1332
403
- #: contact_form.php:1518
404
- #: contact_form.php:2626
405
- #: contact_form.php:2642
406
  msgid "Learn More"
407
  msgstr "Докладніше"
408
 
409
  # @ contact_form
410
- #: contact_form.php:899
411
- #: contact_form.php:1062
412
- #: contact_form.php:1135
413
- #: contact_form.php:1335
414
- #: contact_form.php:1521
415
  msgid "Go"
416
  msgstr "Перейти"
417
 
418
  # @ contact_form
419
- #: contact_form.php:906
420
  msgid "Save emails to the database"
421
  msgstr "Зберігати електронні повідомлення у базі даних"
422
 
423
  # @ contact_form
424
- #: contact_form.php:911
425
  msgid "Using"
426
  msgstr "Використовуючи"
427
 
428
  # @ contact_form
429
- #: contact_form.php:911
430
- #: contact_form.php:1108
431
- #: contact_form.php:1111
432
- #: contact_form.php:1115
433
  msgid "powered by"
434
  msgstr "за підтримки"
435
 
436
  # @ contact_form
437
- #: contact_form.php:914
438
- #: contact_form.php:918
439
  msgid "Using Contact Form to DB powered by"
440
  msgstr "Використовуючи Contact Form to DB, розроблену"
441
 
442
  # @ contact_form
443
- #: contact_form.php:914
444
  msgid "Activate Contact Form to DB"
445
  msgstr "Активувати Contact Form to DB"
446
 
447
  # @ contact_form
448
- #: contact_form.php:918
449
  msgid "Download Contact Form to DB"
450
  msgstr "Завантажити Contact Form to DB"
451
 
452
  # @ contact_form
453
- #: contact_form.php:928
454
  msgid "What to use?"
455
  msgstr "Що використовувати?"
456
 
457
  # @ contact_form
458
- #: contact_form.php:931
459
  msgid "Wp-mail"
460
  msgstr "Wp-mail"
461
 
462
  # @ contact_form
463
- #: contact_form.php:931
464
  msgid "You can use the wp_mail function for mailing"
465
- msgstr "Для відправлення пошти ви можете використовувати функцію WordPress wp_mail"
 
466
 
467
  # @ contact_form
468
- #: contact_form.php:933
469
  msgid "Mail"
470
  msgstr "Пошта"
471
 
472
  # @ contact_form
473
- #: contact_form.php:933
474
  msgid "To send mail you can use the php mail function"
475
  msgstr "Для відправлення пошти Ви можете використовувати функцію php mail"
476
 
477
- #: contact_form.php:937
478
  msgid "'FROM' field"
479
  msgstr "Поле \"Від\""
480
 
481
  # @ contact_form
482
- #: contact_form.php:939
483
- #: contact_form.php:989
484
- #: contact_form.php:1385
485
- #: contact_form.php:2157
486
- #: contact_form.php:2193
487
  msgid "Name"
488
  msgstr "Ім'я"
489
 
490
  # @ contact_form
491
- #: contact_form.php:943
492
  msgid "User name"
493
  msgstr "Ім’я користувача"
494
 
495
  # @ contact_form
496
- #: contact_form.php:945
497
- msgid "The name of the user who fills the form will be used in the field 'From'."
498
- msgstr "Email-адреса користувача, який заповнює форму, буде використана у полі \"Відправник\"."
 
 
 
499
 
500
  # @ contact_form
501
- #: contact_form.php:950
502
- #: contact_form.php:2168
503
- #: contact_form.php:2200
504
  msgid "Email"
505
  msgstr "Ел.пошта"
506
 
507
  # @ contact_form
508
- #: contact_form.php:957
509
  msgid "User email"
510
  msgstr "Ел.пошта користувача"
511
 
512
  # @ contact_form
513
- #: contact_form.php:959
514
- msgid "The email address of the user who fills the form will be used in the field 'From'."
515
- msgstr "Email-адреса користувача, який заповнює форму, буде використана у полі \"Відправник\"."
 
 
 
 
516
 
517
- #: contact_form.php:963
518
- msgid "If this option is changed, email messages may be moved to the spam folder or email delivery failures may occur."
519
- msgstr "Зміна цих налаштувань може призвести до того, що ваші листи не будуть доставлені або потраплять до папки Спам."
 
 
 
 
520
 
521
  # @ contact_form
522
- #: contact_form.php:969
523
  msgid "Required symbol"
524
  msgstr "Обов'язковий символ"
525
 
526
  # @ contact_form
527
- #: contact_form.php:979
528
  msgid "Fields"
529
  msgstr "Поля"
530
 
531
  # @ contact_form
532
- #: contact_form.php:980
533
  msgid "Used"
534
  msgstr "Що використовуються"
535
 
536
  # @ contact_form
537
- #: contact_form.php:981
538
  msgid "Required"
539
  msgstr "Обов’язковий"
540
 
541
  # @ contact_form
542
- #: contact_form.php:982
543
  msgid "Visible"
544
  msgstr "Видимі"
545
 
546
  # @ contact_form
547
- #: contact_form.php:983
548
  msgid "Disabled for editing"
549
  msgstr "Відключено для редагування"
550
 
551
  # @ contact_form
552
- #: contact_form.php:984
553
  msgid "Field's default value"
554
  msgstr "Стандартне значення для поля"
555
 
556
- #: contact_form.php:996
557
  msgid "Use User's name as a default value if the user is logged in."
558
- msgstr "Після входу на сайт, використовувати ім'я користувача, як значення за замовчуванням."
 
 
559
 
560
- #: contact_form.php:997
561
- #: contact_form.php:1025
562
- msgid "'Visible' and 'Disabled for editing' options will be applied only to logged-in users."
563
- msgstr "Опції 'Видимий' та 'Вимкнути редагування' будуть застосовані тільки для авторизованих користувачів."
 
 
 
564
 
565
  # @ contact_form
566
- #: contact_form.php:1001
567
  msgid "Location selectbox"
568
  msgstr "Список розміщень"
569
 
570
  # @ contact_form
571
- #: contact_form.php:1009
572
- #: contact_form.php:1390
573
- #: contact_form.php:2163
574
- #: contact_form.php:2197
575
  msgid "Address"
576
  msgstr "Адреса"
577
 
578
  # @ contact_form
579
- #: contact_form.php:1017
580
  msgid "Email Address"
581
  msgstr "Адреса ел.пошти"
582
 
583
- #: contact_form.php:1024
584
  msgid "Use User's email as a default value if the user is logged in."
585
- msgstr "Після входу на сайт, використовувати емейл користувача, як значення за замовчуванням."
 
 
586
 
587
  # @ contact_form
588
- #: contact_form.php:1029
589
  msgid "Phone number"
590
  msgstr "Номер телефону"
591
 
592
  # @ contact_form
593
- #: contact_form.php:1037
594
- #: contact_form.php:1405
595
- #: contact_form.php:2178
596
- #: contact_form.php:2206
597
  msgid "Subject"
598
  msgstr "Тема"
599
 
600
  # @ contact_form
601
- #: contact_form.php:1045
602
- #: contact_form.php:1409
603
- #: contact_form.php:2181
604
- #: contact_form.php:2208
605
  msgid "Message"
606
  msgstr "Повідомлення"
607
 
608
  # @ contact_form
609
- #: contact_form.php:1069
610
  msgid "Attachment block"
611
  msgstr "Блок \"Прикріпити файл\""
612
 
613
  # @ contact_form
614
- #: contact_form.php:1071
615
  msgid "Users can attach the following file formats"
616
  msgstr "Користувачі можуть прикріплювати файли наступних форматів"
617
 
618
  # @ contact_form
619
- #: contact_form.php:1084
620
  msgid "Add to the form"
621
  msgstr "Додати до форми"
622
 
623
  # @ contact_form
624
- #: contact_form.php:1089
625
  msgid "Tips below the Attachment"
626
  msgstr "Показувати підказки під блоком \"Прикріпити файл\""
627
 
628
  # @ contact_form
629
- #: contact_form.php:1098
630
  msgid "'Send me a copy' block"
631
  msgstr "Показати блок \"Надіслати мені копію\""
632
 
633
  # @ contact_form
634
- #: contact_form.php:1108
635
- #: contact_form.php:1111
636
- #: contact_form.php:1115
637
- #: contact_form.php:1419
638
  msgid "Captcha"
639
  msgstr "Captcha"
640
 
641
  # @ contact_form
642
- #: contact_form.php:1111
643
  msgid "Activate captcha"
644
  msgstr "Активувати captcha"
645
 
646
  # @ contact_form
647
- #: contact_form.php:1115
648
  msgid "Download captcha"
649
  msgstr "Завантажити captcha"
650
 
651
  # @ contact_form
652
- #: contact_form.php:1123
653
  msgid "Agreement checkbox"
654
  msgstr "Чекбокс для погодження"
655
 
656
  # @ contact_form
657
- #: contact_form.php:1123
658
  msgid "Required checkbox for submitting the form"
659
  msgstr "Необхідний чекбокс для відправки форми"
660
 
661
  # @ contact_form
662
- #: contact_form.php:1124
663
  msgid "Optional checkbox"
664
  msgstr "Необов’язковий чекбокс"
665
 
666
  # @ contact_form
667
- #: contact_form.php:1124
668
  msgid "Optional checkbox, the results of which will be displayed in email"
669
- msgstr "Необов’язковий чекбокс, результати якого буде відображено в електронному листі"
 
 
670
 
671
  # @ contact_form
672
- #: contact_form.php:1141
673
  msgid "Delete an attachment file from the server after the email is sent"
674
- msgstr "Видаляти прикріплений файл з серверу після того, як ел.пошта відправлена"
 
675
 
676
  # @ contact_form
677
- #: contact_form.php:1147
678
  msgid "Email in HTML format sending"
679
  msgstr "Відправка електронної пошти в форматі HTML"
680
 
681
  # @ contact_form
682
- #: contact_form.php:1151
683
  msgid "Display additional info in the email"
684
  msgstr "Відображати додаткову інформацію в ел.пошті"
685
 
686
  # @ contact_form
687
- #: contact_form.php:1156
688
- #: contact_form.php:2124
689
- #: contact_form.php:2126
690
  msgid "Sent from (ip address)"
691
  msgstr "Надіслано від (ip адреса)"
692
 
693
  # @ contact_form
694
- #: contact_form.php:1156
695
  msgid "Example: Sent from (IP address):\t127.0.0.1"
696
  msgstr "Приклад: Надіслано від (IP адреса):\t127.0.0.1"
697
 
698
  # @ contact_form
699
- #: contact_form.php:1157
700
- #: contact_form.php:2130
701
- #: contact_form.php:2132
702
  msgid "Date/Time"
703
  msgstr "Дата/Час"
704
 
705
  # @ contact_form
706
- #: contact_form.php:1157
707
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
708
  msgstr "Приклад: Date/Time:\tAugust 19, 2013 8:50 pm"
709
 
710
  # @ contact_form
711
- #: contact_form.php:1158
712
- #: contact_form.php:2136
713
- #: contact_form.php:2138
714
  msgid "Sent from (referer)"
715
  msgstr "Надіслано від (реферер)"
716
 
717
  # @ contact_form
718
- #: contact_form.php:1158
719
- msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
720
- msgstr "Приклад: Надіслано від (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
 
 
 
721
 
722
  # @ contact_form
723
- #: contact_form.php:1159
724
- #: contact_form.php:2142
725
- #: contact_form.php:2144
726
  msgid "Using (user agent)"
727
  msgstr "Використовується (user agent)"
728
 
729
  # @ contact_form
730
- #: contact_form.php:1159
731
- 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"
732
- 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"
 
 
 
 
733
 
734
  # @ contact_form
735
- #: contact_form.php:1163
736
  msgid "Language settings for the field names in the form"
737
  msgstr "Налаштування мови для назв полів форми"
738
 
739
  # @ contact_form
740
- #: contact_form.php:1172
741
  msgid "Add a language"
742
  msgstr "Додати мову"
743
 
744
  # @ contact_form
745
- #: contact_form.php:1176
746
  msgid "Change the names of the contact form fields and error messages"
747
  msgstr "Змінити назви полів контактної форми і повідомлення про помилку"
748
 
749
  # @ contact_form
750
- #: contact_form.php:1181
751
- #: contact_form.php:1268
752
  msgid "English"
753
  msgstr "Англійська"
754
 
755
  # @ contact_form
756
- #: contact_form.php:1189
757
- #: contact_form.php:1223
758
  msgid "click to expand/hide the list"
759
  msgstr "натиснути, щоб розгорнути/згорнути список"
760
 
761
  # @ contact_form
762
- #: contact_form.php:1198
763
- #: contact_form.php:1232
764
  msgid "Tips below the Attachment block"
765
  msgstr "Показувати підказки під блоком \"Прикріпити файл\""
766
 
767
  # @ contact_form
768
- #: contact_form.php:1201
769
- #: contact_form.php:1235
770
  msgid "Error message for the Name field"
771
  msgstr "Повідомлення про помилку для поля Ім'я"
772
 
773
  # @ contact_form
774
- #: contact_form.php:1202
775
- #: contact_form.php:1236
776
  msgid "Error message for the Address field"
777
  msgstr "Повідомлення про помилку для поля Адреса"
778
 
779
  # @ contact_form
780
- #: contact_form.php:1203
781
- #: contact_form.php:1237
782
  msgid "Error message for the Email field"
783
  msgstr "Повідомлення про помилку для поля Email"
784
 
785
  # @ contact_form
786
- #: contact_form.php:1204
787
- #: contact_form.php:1238
788
  msgid "Error message for the Phone field"
789
  msgstr "Повідомлення про помилку для поля Номер телефону"
790
 
791
  # @ contact_form
792
- #: contact_form.php:1205
793
- #: contact_form.php:1239
794
  msgid "Error message for the Subject field"
795
  msgstr "Повідомлення про помилку для поля Тема"
796
 
797
  # @ contact_form
798
- #: contact_form.php:1206
799
- #: contact_form.php:1240
800
  msgid "Error message for the Message field"
801
  msgstr "Повідомлення про помилку для поля Повідомлення"
802
 
803
  # @ contact_form
804
- #: contact_form.php:1207
805
- #: contact_form.php:1241
806
  msgid "Error message about the file type for the Attachment field"
807
  msgstr "Повідомлення про помилку для поля Вкладені файли"
808
 
809
  # @ contact_form
810
- #: contact_form.php:1208
811
- #: contact_form.php:1242
812
- msgid "Error message while uploading a file for the Attachment field to the server"
813
- msgstr "Повідомлення про помилку під час завантаження файлу на сервер для поля Вкладені файли"
 
 
814
 
815
  # @ contact_form
816
- #: contact_form.php:1209
817
- #: contact_form.php:1243
818
  msgid "Error message while moving the file for the Attachment field"
819
- msgstr "Повідомлення про помилку під час переміщення файлу для поля Вкладені файли"
 
820
 
821
  # @ contact_form
822
- #: contact_form.php:1210
823
- #: contact_form.php:1244
824
  msgid "Error message when file size limit for the Attachment field is exceeded"
825
- msgstr "Повідомлення про помилку для поля Вкладені файли, коли розмір файлу перевищує допустимий"
 
 
826
 
827
  # @ contact_form
828
- #: contact_form.php:1211
829
- #: contact_form.php:1245
830
  msgid "Error message for the Captcha field"
831
  msgstr "Повідомлення про помилку для поля Captcha"
832
 
833
  # @ contact_form
834
- #: contact_form.php:1212
835
- #: contact_form.php:1246
836
  msgid "Error message for the whole form"
837
  msgstr "Повідомлення про помилку для всієї форми"
838
 
839
  # @ contact_form
840
- #: contact_form.php:1215
841
- #: contact_form.php:1217
842
- #: contact_form.php:1249
843
- #: contact_form.php:1251
844
- #: contact_form.php:1278
845
- #: contact_form.php:1280
846
- #: contact_form.php:1288
847
- #: contact_form.php:1290
848
- #: contact_form.php:2468
849
- #: contact_form.php:2470
850
  msgid "Use shortcode"
851
  msgstr "Використовувати шорткод"
852
 
853
  # @ contact_form
854
- #: contact_form.php:1215
855
- #: contact_form.php:1217
856
- #: contact_form.php:1249
857
- #: contact_form.php:1251
858
- #: contact_form.php:1278
859
- #: contact_form.php:1280
860
- #: contact_form.php:1288
861
- #: contact_form.php:1290
862
- #: contact_form.php:2468
863
- #: contact_form.php:2470
864
  msgid "for this language"
865
  msgstr "для цієї мови"
866
 
867
  # @ contact_form
868
- #: contact_form.php:1259
869
  msgid "Use the changed names of the contact form fields in the email"
870
  msgstr "Використовувати змінені назви полів контактної форми в емейлі"
871
 
872
  # @ contact_form
873
- #: contact_form.php:1265
874
  msgid "Action after email is sent"
875
  msgstr "Дія після відправлення ел.листа"
876
 
877
  # @ contact_form
878
- #: contact_form.php:1267
879
  msgid "Display text"
880
  msgstr "Показати текст"
881
 
882
  # @ contact_form
883
- #: contact_form.php:1276
884
- #: contact_form.php:1286
885
  msgid "Text"
886
  msgstr "Текст"
887
 
888
  # @ contact_form
889
- #: contact_form.php:1297
890
  msgid "Redirect to the page"
891
  msgstr "Перенаправлення на сторінку"
892
 
893
  # @ contact_form
894
- #: contact_form.php:1298
895
  msgid "Url"
896
  msgstr "Url"
897
 
898
  # @ contact_form
899
- #: contact_form.php:1302
900
  msgid "The $_SERVER variable that is used to build a URL of the form"
901
  msgstr "Змінна $_SERVER, що використовується для строрення URL форми"
902
 
903
  # @ contact_form
904
- #: contact_form.php:1306
905
- msgid "If you are not sure whether to change this setting or not, please do not do that."
906
- msgstr "Якщо ви не впевнені, варто змінювати цю установку чи ні, будь ласка, не змінюйте."
 
 
 
 
907
 
908
  # @ contact_form
909
- #: contact_form.php:1315
910
  msgid "Auto Response"
911
  msgstr "Автовідповідь"
912
 
913
  # @ contact_form
914
- #: contact_form.php:1319
915
  #, php-format
916
- msgid "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to display data from the Message field, as well as %%SITENAME%% to display blog name."
917
- msgstr "Ви можете використувувати %%NAME%% для відображення даних поля емейлу, %%MESSAGE%% для відображення даних поля повідомлень і %%SITENAME%% для відображення назви блогу."
 
 
 
 
 
 
918
 
919
  # @ default
920
- #: contact_form.php:1344
921
- #: contact_form.php:1528
922
  msgid "Save Changes"
923
  msgstr "Зберегти зміни"
924
 
925
  # @ contact_form
926
- #: contact_form.php:1350
927
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
928
- msgstr "Якщо Вам сподобався наш плагін, ми будемо раді, якщо Ви оціните його у п'ять зірочок на WordPress"
929
-
930
- # @ contact_form
931
- #: contact_form.php:1351
932
- msgid "Rate the plugin"
933
- msgstr "Оцініти плагін"
934
-
935
- # @ contact_form
936
- #: contact_form.php:1354
937
- msgid "If there is something wrong about it, please contact us"
938
- msgstr "Якщо у вас є запитання, будь ласка, звертайтесь до нас"
939
-
940
- # @ contact_form
941
- #: contact_form.php:1365
942
  msgid "Errors output"
943
  msgstr "Виведення помилок"
944
 
945
  # @ contact_form
946
- #: contact_form.php:1368
947
  msgid "Display error messages"
948
  msgstr "Показ повідомлень про помилки"
949
 
950
  # @ contact_form
951
- #: contact_form.php:1369
952
  msgid "Color of the input field errors."
953
  msgstr "Колір для помилок у полях введення."
954
 
955
  # @ contact_form
956
- #: contact_form.php:1370
957
  msgid "Display error messages & color of the input field errors"
958
- msgstr "Відображення повідомлень про помилку і колір для полів з помилками введення"
 
959
 
960
  # @ contact_form
961
- #: contact_form.php:1375
962
  msgid "Add placeholder to the input blocks"
963
  msgstr "Додати текст заміщення для блоків введення"
964
 
965
  # @ contact_form
966
- #: contact_form.php:1381
967
  msgid "Add tooltips"
968
  msgstr "Додати підказки"
969
 
970
  # @ contact_form
971
- #: contact_form.php:1395
972
  msgid "Email address"
973
  msgstr "Адреса ел.пошти"
974
 
975
  # @ contact_form
976
- #: contact_form.php:1400
977
  msgid "Phone Number"
978
  msgstr "Номер телефону"
979
 
980
  # @ contact_form
981
- #: contact_form.php:1414
982
  msgid "Attachment"
983
  msgstr "Вкладений файл"
984
 
985
  # @ contact_form
986
- #: contact_form.php:1419
987
  msgid "(powered by bestwebsoft.com)"
988
  msgstr "(розроблено компанією bestwebsoft.com)"
989
 
990
  # @ contact_form
991
- #: contact_form.php:1424
992
  msgid "Style options"
993
  msgstr "Опції для стилю"
994
 
995
  # @ contact_form
996
- #: contact_form.php:1427
997
  msgid "Text color"
998
  msgstr "Колір тексту"
999
 
1000
  # @ contact_form
1001
- #: contact_form.php:1430
1002
- #: contact_form.php:1435
1003
- #: contact_form.php:1445
1004
- #: contact_form.php:1450
1005
- #: contact_form.php:1455
1006
- #: contact_form.php:1460
1007
- #: contact_form.php:1470
1008
- #: contact_form.php:1475
1009
- #: contact_form.php:1481
1010
- #: contact_form.php:1492
1011
- #: contact_form.php:1497
1012
- #: contact_form.php:1502
1013
  msgid "Default"
1014
  msgstr "Стандартно"
1015
 
1016
  # @ contact_form
1017
- #: contact_form.php:1432
1018
  msgid "Label text color"
1019
  msgstr "Колір написів"
1020
 
1021
  # @ contact_form
1022
- #: contact_form.php:1437
1023
  msgid "Placeholder color"
1024
  msgstr "Колір тексту заміщення"
1025
 
1026
  # @ contact_form
1027
- #: contact_form.php:1442
1028
  msgid "Errors color"
1029
  msgstr "Колір помилок"
1030
 
1031
  # @ contact_form
1032
- #: contact_form.php:1447
1033
  msgid "Error text color"
1034
  msgstr "Колір тексту помилок"
1035
 
1036
  # @ contact_form
1037
- #: contact_form.php:1452
1038
  msgid "Background color of the input field errors"
1039
  msgstr "Колір заднього фону для полів введення з помилками"
1040
 
1041
  # @ contact_form
1042
- #: contact_form.php:1457
1043
  msgid "Border color of the input field errors"
1044
  msgstr "Колір рамки для полів введення з помилками"
1045
 
1046
  # @ contact_form
1047
- #: contact_form.php:1462
1048
  msgid "Placeholder color of the input field errors"
1049
  msgstr "Колір тексту заміщення для полів введення з помилками"
1050
 
1051
  # @ contact_form
1052
- #: contact_form.php:1467
1053
  msgid "Input fields"
1054
  msgstr "Поля введення тексту"
1055
 
1056
  # @ contact_form
1057
- #: contact_form.php:1472
1058
  msgid "Input fields background color"
1059
  msgstr "Колір фону полів введення"
1060
 
1061
  # @ contact_form
1062
- #: contact_form.php:1477
1063
  msgid "Text fields color"
1064
  msgstr "Колір текстових полів"
1065
 
1066
  # @ contact_form
1067
- #: contact_form.php:1479
1068
  msgid "Border width in px, numbers only"
1069
  msgstr "Ширина рамки в точках, тільки числа"
1070
 
1071
  # @ contact_form
1072
- #: contact_form.php:1483
1073
- #: contact_form.php:1504
1074
  msgid "Border color"
1075
  msgstr "Колір рамки"
1076
 
1077
  # @ contact_form
1078
- #: contact_form.php:1488
1079
  msgid "Submit button"
1080
  msgstr "Кнопка підтвердження"
1081
 
1082
  # @ contact_form
1083
- #: contact_form.php:1490
1084
  msgid "Width in px, numbers only"
1085
  msgstr "Ширина в точках, тільки числа"
1086
 
1087
  # @ contact_form
1088
- #: contact_form.php:1494
1089
  msgid "Button color"
1090
  msgstr "Колір кнопок"
1091
 
1092
  # @ contact_form
1093
- #: contact_form.php:1499
1094
  msgid "Button text color"
1095
  msgstr "Колір тексту кнопок"
1096
 
1097
  # @ contact_form
1098
- #: contact_form.php:1532
1099
  msgid "Contact Form Pro | Preview"
1100
  msgstr "Contact Form Pro | Попередній перегляд"
1101
 
1102
  # @ contact_form
1103
- #: contact_form.php:1535
1104
  msgid "Show with errors"
1105
  msgstr "Показувати з помилками"
1106
 
1107
  # @ contact_form
1108
- #: contact_form.php:1543
1109
- #: contact_form.php:1545
1110
  msgid "Please enter your full name..."
1111
  msgstr "Будь ласка, вкажіть своє повне ім'я..."
1112
 
1113
  # @ contact_form
1114
- #: contact_form.php:1556
1115
- #: contact_form.php:1558
1116
  msgid "Please enter your address..."
1117
  msgstr "Будь ласка, вкажіть свою адресу..."
1118
 
1119
  # @ contact_form
1120
- #: contact_form.php:1567
1121
- #: contact_form.php:1569
1122
  msgid "Please enter your email address..."
1123
  msgstr "Будь ласка, введіть свою адресу ел.пошти:"
1124
 
1125
  # @ contact_form
1126
- #: contact_form.php:1578
1127
- #: contact_form.php:1580
1128
  msgid "Please enter your phone number..."
1129
  msgstr "Будь ласка, вкажіть свій номер телефону..."
1130
 
1131
  # @ contact_form
1132
- #: contact_form.php:1589
1133
- #: contact_form.php:1591
1134
  msgid "Please enter subject..."
1135
  msgstr "Будь ласка, вкажіть тему..."
1136
 
1137
  # @ contact_form
1138
- #: contact_form.php:1599
1139
- #: contact_form.php:1601
1140
  msgid "Please enter your message..."
1141
  msgstr "Будь ласка, напишіть своє повідомлення..."
1142
 
1143
  # @ contact_form
1144
- #: contact_form.php:1643
1145
- msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
1146
- msgstr "Вітаємо! PRO версію плагіну успішно завантажено та активовано."
1147
-
1148
- # @ contact_form
1149
- #: contact_form.php:1645
1150
- msgid "Please, go to"
1151
- msgstr "Будь ласка, перейдіть"
1152
-
1153
- # @ contact_form
1154
- #: contact_form.php:1645
1155
- msgid "the setting page"
1156
- msgstr "сторінка установок"
1157
-
1158
- # @ contact_form
1159
- #: contact_form.php:1646
1160
- msgid "You will be redirected automatically in 5 seconds."
1161
- msgstr "Вас буде перенаправлено автоматично через 5 секунд."
1162
-
1163
- # @ contact_form
1164
- #: contact_form.php:1651
1165
- msgid "You can download and activate"
1166
- msgstr "Ви можете завантажити та активувати"
1167
-
1168
- # @ contact_form
1169
- #: contact_form.php:1653
1170
- msgid "version of this plugin by entering Your license key."
1171
- msgstr "версію уього плагіну, якщо впишете ваш ліцензійний ключ."
1172
-
1173
- # @ contact_form
1174
- #: contact_form.php:1655
1175
- msgid "You can find your license key on your personal page Client area, by clicking on the link"
1176
- msgstr "Ви можете знайти ваш ліцензійний ключ на вашій персональній сторінці у Client area, перейшовши за посиланням"
1177
-
1178
- # @ contact_form
1179
- #: contact_form.php:1657
1180
- msgid "(your username is the email you specify when purchasing the product)."
1181
- msgstr "(your username is the email you specify when purchasing the product)."
1182
-
1183
- # @ contact_form
1184
- #: contact_form.php:1665
1185
- #: contact_form.php:1675
1186
- msgid "Activate"
1187
- msgstr "Активувати"
1188
-
1189
- # @ contact_form
1190
- #: contact_form.php:1747
1191
  msgid "Sorry, email message could not be delivered."
1192
  msgstr "Вибачте, ваше повідомлення ел.пошти не може бути доставлене."
1193
 
1194
  # @ contact_form
1195
- #: contact_form.php:2151
1196
  msgid "Contact from"
1197
  msgstr "Контактна форма"
1198
 
1199
  # @ contact_form
1200
- #: contact_form.php:2173
1201
- #: contact_form.php:2203
1202
  msgid "Phone"
1203
  msgstr "Телефон"
1204
 
1205
  # @ contact_form
1206
- #: contact_form.php:2184
1207
- #: contact_form.php:2210
1208
  msgid "Site"
1209
  msgstr "Сайт"
1210
 
1211
  # @ contact_form
1212
- #: contact_form.php:2297
1213
- msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1214
- msgstr "Якщо Ви не бачите цей MIME, це означає, що цей MIME тип не підтримується Вашим поштовим клієнтом!"
 
 
 
 
1215
 
1216
  # @ contact_form
1217
- #: contact_form.php:2373
1218
  msgid "Support"
1219
  msgstr "Підтримка"
1220
 
1221
  # @ contact_form
1222
- #: contact_form.php:2426
1223
  msgid "Are you sure that you want to delete this language data?"
1224
  msgstr "Ви справді хочете видалити дані для цієї мови?"
1225
 
1226
  # @ contact_form
1227
- #: contact_form.php:2629
1228
- msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
1229
- msgstr "Чай оновити ваш <strong>Contact Form plugin</strong> до <strong>PRO</strong> версії"
 
 
 
 
 
 
 
 
1230
 
1231
  # @ contact_form
1232
- #: contact_form.php:2630
1233
- msgid "Extend standard plugin functionality with new great options."
1234
- msgstr "Розширити стандартний функціонал плагіну новими опціями."
 
 
 
 
1235
 
1236
  # @ contact_form
1237
- #: contact_form.php:2645
1238
- msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1239
- msgstr "<strong>Contact Form to DB</strong> дозволяє зберігати ваші повідомлення у базі даних."
 
 
 
 
1240
 
1241
  # @ contact_form
1242
- #: contact_form.php:2646
1243
  msgid "Manage messages that have been sent from your website."
1244
  msgstr "Контролювати повідомлення, які було відправлено з Вашого сайту. "
1245
-
2
  msgstr ""
3
  "Project-Id-Version: Contact Form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-05 13:06+0300\n"
6
+ "PO-Revision-Date: 2015-03-05 16:52+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: The BestWebSoft Team <plugin@bestwebsoft.com>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=3; plural=n%100/10==1 ? 2 : n%10==1 ? 0 : (n"
13
+ "+9)%10>3 ? 2 : 1;\n"
14
  "X-Generator: Poedit 1.5.4\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-Basepath: ..\n"
18
  "X-Textdomain-Support: yes\n"
19
+ "Language: uk\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
  # @ contact_form
23
+ #: contact_form.php:35 contact_form.php:631
 
24
  msgid "Contact Form Settings"
25
  msgstr "Установки Contact Form"
26
 
27
  # @ contact_form
28
+ #: contact_form.php:35
29
  msgid "Contact Form"
30
  msgstr "Contact Form"
31
 
32
  # @ contact_form
33
+ #: contact_form.php:123 contact_form.php:1012 contact_form.php:1046
 
 
34
  msgid "Name:"
35
  msgstr "Ім'я:"
36
 
37
  # @ contact_form
38
+ #: contact_form.php:124 contact_form.php:1013 contact_form.php:1047
 
 
39
  msgid "Address:"
40
  msgstr "Адреса:"
41
 
42
  # @ contact_form
43
+ #: contact_form.php:125 contact_form.php:1014 contact_form.php:1048
 
 
44
  msgid "Email Address:"
45
  msgstr "E-mail адреса:"
46
 
47
  # @ contact_form
48
+ #: contact_form.php:126 contact_form.php:1015 contact_form.php:1049
 
 
49
  msgid "Phone number:"
50
  msgstr "Номер телефону:"
51
 
52
  # @ contact_form
53
+ #: contact_form.php:127 contact_form.php:1016 contact_form.php:1050
 
 
54
  msgid "Subject:"
55
  msgstr "Тема:"
56
 
57
  # @ contact_form
58
+ #: contact_form.php:128 contact_form.php:1017 contact_form.php:1051
 
 
59
  msgid "Message:"
60
  msgstr "Повідомлення:"
61
 
62
  # @ contact_form
63
+ #: contact_form.php:129 contact_form.php:1018 contact_form.php:1052
 
 
64
  msgid "Attachment:"
65
  msgstr "Вкладений файл:"
66
 
67
  # @ contact_form
68
+ #: contact_form.php:130
69
+ msgid ""
70
+ "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
71
+ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
72
+ "2MB"
73
+ msgstr ""
74
+ "Типи файлів, що підтримуються: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, "
75
+ "BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. "
76
+ "Максимальний розмір: 2MB"
77
 
78
  # @ contact_form
79
+ #: contact_form.php:131 contact_form.php:1020 contact_form.php:1054
 
 
80
  msgid "Send me a copy"
81
  msgstr "Надіслати мені копію"
82
 
83
  # @ contact_form
84
+ #: contact_form.php:132 contact_form.php:1021 contact_form.php:1055
 
 
85
  msgid "Submit"
86
  msgstr "Підтвердити"
87
 
88
  # @ contact_form
89
+ #: contact_form.php:133
90
  msgid "Your name is required."
91
  msgstr "Необхідно вказати своє ім'я."
92
 
93
  # @ contact_form
94
+ #: contact_form.php:134
95
  msgid "Address is required."
96
  msgstr "Необхідно вказати правильну адресу."
97
 
98
  # @ contact_form
99
+ #: contact_form.php:135
100
  msgid "A valid email address is required."
101
  msgstr "Необхідно вказати правильну адресу ел.пошти."
102
 
103
  # @ contact_form
104
+ #: contact_form.php:136
105
  msgid "Phone number is required."
106
  msgstr "Необхідно вказати номер телефону."
107
 
108
  # @ contact_form
109
+ #: contact_form.php:137
110
  msgid "Subject is required."
111
  msgstr "Необхідно вказати тему."
112
 
113
  # @ contact_form
114
+ #: contact_form.php:138
115
  msgid "Message text is required."
116
  msgstr "Повідомлення не може бути порожнім."
117
 
118
  # @ contact_form
119
+ #: contact_form.php:139
120
  msgid "File format is not valid."
121
  msgstr "Неправильний формат файлу."
122
 
123
  # @ contact_form
124
+ #: contact_form.php:140
125
  msgid "File upload error."
126
  msgstr "Помилка завантаження файлу."
127
 
128
  # @ contact_form
129
+ #: contact_form.php:141
130
  msgid "The file could not be uploaded."
131
  msgstr "Файл не вдалося завантажити."
132
 
133
  # @ contact_form
134
+ #: contact_form.php:142
135
  msgid "This file is too large."
136
  msgstr "Файл занадто великий."
137
 
138
  # @ contact_form
139
+ #: contact_form.php:143
140
  msgid "Please fill out the CAPTCHA."
141
  msgstr "Будь ласка, введіть код CAPTCHA."
142
 
143
  # @ contact_form
144
+ #: contact_form.php:144
145
  msgid "Please make corrections below and try again."
146
  msgstr "Будь ласка, внесіть поправки у відмічені поля і спробуйте знову."
147
 
148
  # @ contact_form
149
+ #: contact_form.php:146
150
  msgid "Thank you for contacting us."
151
  msgstr "Дякуємо, що зв'язалися з нами."
152
 
153
+ #: contact_form.php:543
154
+ msgid ""
155
+ "Email 'FROM' field option was changed, which may cause email messages being "
156
+ "moved to the spam folder or email delivery failures."
157
+ msgstr ""
158
+ "Налаштування поля емейла поля \"Від\" змінено, що може призвести до того, що "
159
+ "ваші листи не будуть доставлені або потраплять до папки Спам."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
160
 
161
  # @ contact_form
162
+ #: contact_form.php:553
163
+ msgid ""
164
+ "If the 'Redirect to page' option is selected then the URL field should be in "
165
+ "the following format"
166
+ msgstr ""
167
+ "Якщо опція \"Перенаправлення на сторінку\" вибрана, то поле URL повинне бути "
168
+ "заповнене в наступному форматі"
169
 
170
  # @ contact_form
171
+ #: contact_form.php:562
172
  msgid "Such user does not exist."
173
  msgstr "Такого користувача не існує."
174
 
175
  # @ contact_form
176
+ #: contact_form.php:572
177
+ msgid ""
178
+ "Please enter a valid email address in the 'Use this email address' field."
179
+ msgstr ""
180
+ "Будь ласка, введіть коректний емейл у поле 'Використовувати цей емейл'."
181
 
182
  # @ contact_form
183
+ #: contact_form.php:580
184
  msgid "Please enter a valid email address in the 'FROM' field."
185
  msgstr "Будь ласка, введіть правильну ел.адресу у полі \"Відправник\"."
186
 
187
  # @ contact_form
188
+ #: contact_form.php:603
189
  msgid "Settings saved."
190
  msgstr "Установки збережені."
191
 
192
  # @ contact_form
193
+ #: contact_form.php:605
194
  msgid "Settings are not saved."
195
  msgstr "Установки не збережені."
196
 
197
  # @ contact_form
198
+ #: contact_form.php:633 contact_form.php:2126 contact_form.php:2140
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
199
  msgid "Settings"
200
  msgstr "Установки"
201
 
202
  # @ contact_form
203
+ #: contact_form.php:634
204
  msgid "Additional settings"
205
  msgstr "Додаткові опції"
206
 
207
+ #: contact_form.php:635
208
  msgid "Appearance"
209
  msgstr "Відображення"
210
 
211
  # @ contact_form
212
+ #: contact_form.php:636 contact_form.php:2141
 
213
  msgid "FAQ"
214
  msgstr "Часті питання"
215
 
216
  # @ contact_form
217
+ #: contact_form.php:637
218
  msgid "Go PRO"
219
  msgstr "Перейти на Pro версію"
220
 
221
  # @ contact_form
222
+ #: contact_form.php:640 contact_form.php:642
 
223
  msgid "Notice:"
224
  msgstr "Нагадування:"
225
 
226
  # @ contact_form
227
+ #: contact_form.php:640
228
+ msgid ""
229
+ "The plugin's settings have been changed. In order to save them please don't "
230
+ "forget to click the 'Save Changes' button."
231
+ msgstr ""
232
+ "Налаштування плагіну було змінено. Для того, щоб зберегти ці зміни, не "
233
+ "забудьте нажати кнопку \"Зберегти зміни\"."
234
 
235
  # @ contact_form
236
+ #: contact_form.php:650
237
+ msgid ""
238
+ "If you want to create multiple contact forms, please install the Contact "
239
+ "Form Multi plugin."
240
+ msgstr ""
241
+ "Якщо ві хочете створити декілька різних контактних форм, будь ласка, "
242
+ "всановіть плагін Contact Form Multi."
243
 
244
  # @ contact_form
245
+ #: contact_form.php:657 contact_form.php:660 contact_form.php:1439
246
+ msgid ""
247
+ "If you would like to add the Contact Form to your website, just copy and "
248
+ "paste this shortcode to your post or page or widget:"
249
+ msgstr ""
250
+ "Якщо Ви хочете додати контактну форму на свій сайт, просто скопіюйте і "
251
+ "вставите цей шорткод у Вашу публікацію, сторінку або віджет:"
252
 
253
  # @ contact_form
254
+ #: contact_form.php:657 contact_form.php:658 contact_form.php:660
255
+ #: contact_form.php:661 contact_form.php:1036 contact_form.php:1038
256
+ #: contact_form.php:1099 contact_form.php:1101
 
 
 
 
 
257
  msgid "or"
258
  msgstr "або"
259
 
260
  # @ contact_form
261
+ #: contact_form.php:658 contact_form.php:661
262
+ msgid ""
263
+ "If have any problems with the standard shortcode [contact_form], you should "
264
+ "use the shortcode"
265
+ msgstr ""
266
+ "Якщо виникли якісь проблеми зі стандартним шорткодом [contact_form], ви "
267
+ "можете використати шорткод"
268
 
269
  # @ contact_form
270
+ #: contact_form.php:658 contact_form.php:661
 
271
  msgid "They work the same way."
272
  msgstr "Вони працюють однаково."
273
 
274
  # @ contact_form
275
+ #: contact_form.php:665
276
+ msgid ""
277
+ "If you leave the fields empty, the messages will be sent to the email "
278
+ "address specified during registration."
279
+ msgstr ""
280
+ "Якщо Ви залишите поля порожніми, повідомлення буде надіслано на адресу ел."
281
+ "пошти, вказану під час реєстрації."
282
 
283
  # @ contact_form
284
+ #: contact_form.php:668
285
  msgid "The user's email address:"
286
  msgstr "Адреса ел.пошти користувача:"
287
 
288
  # @ contact_form
289
+ #: contact_form.php:672
290
  msgid "Create a username"
291
  msgstr "Виберіть ім'я користувача"
292
 
293
  # @ contact_form
294
+ #: contact_form.php:685
295
+ msgid ""
296
+ "Enter a username of the person who should get the messages from the contact "
297
+ "form."
298
+ msgstr ""
299
+ "Введіть ім'я користувача, який повинен одержувати повідомлення з контактної "
300
+ "форми."
301
 
302
  # @ contact_form
303
+ #: contact_form.php:689
304
  msgid "Use this email address:"
305
  msgstr "Використовувати цей емейл:"
306
 
307
  # @ contact_form
308
+ #: contact_form.php:692
309
  msgid "Enter the email address you want the messages forwarded to."
310
  msgstr "Вкажіть адресу ел.пошти, на яку бажаєте отримувати повідомлення."
311
 
312
  # @ contact_form
313
+ #: contact_form.php:701
314
  msgid "Add department selectbox to the contact form:"
315
  msgstr "Додати поле для вибору департаменту до контактної форми:"
316
 
317
  # @ contact_form
318
+ #: contact_form.php:709 contact_form.php:1145 contact_form.php:1322
 
 
319
  msgid "If you upgrade to Pro version all your settings will be saved."
320
  msgstr "Якщо ви перейдете на Pro версію, усі установки будуть збережені."
321
 
322
  # @ contact_form
323
+ #: contact_form.php:716 contact_form.php:879 contact_form.php:952
324
+ #: contact_form.php:1152 contact_form.php:1329
 
 
 
325
  msgid "Unlock premium options by upgrading to a PRO version."
326
  msgstr "Зробити доступними преміум-опції, перейшовши на PRO версію."
327
 
328
  # @ contact_form
329
+ #: contact_form.php:717 contact_form.php:880 contact_form.php:953
330
+ #: contact_form.php:1153 contact_form.php:1330 contact_form.php:2402
 
 
 
 
 
331
  msgid "Learn More"
332
  msgstr "Докладніше"
333
 
334
  # @ contact_form
335
+ #: contact_form.php:720 contact_form.php:883 contact_form.php:956
336
+ #: contact_form.php:1156 contact_form.php:1333
 
 
 
337
  msgid "Go"
338
  msgstr "Перейти"
339
 
340
  # @ contact_form
341
+ #: contact_form.php:727
342
  msgid "Save emails to the database"
343
  msgstr "Зберігати електронні повідомлення у базі даних"
344
 
345
  # @ contact_form
346
+ #: contact_form.php:732
347
  msgid "Using"
348
  msgstr "Використовуючи"
349
 
350
  # @ contact_form
351
+ #: contact_form.php:732 contact_form.php:929 contact_form.php:932
352
+ #: contact_form.php:936
 
 
353
  msgid "powered by"
354
  msgstr "за підтримки"
355
 
356
  # @ contact_form
357
+ #: contact_form.php:735 contact_form.php:739
 
358
  msgid "Using Contact Form to DB powered by"
359
  msgstr "Використовуючи Contact Form to DB, розроблену"
360
 
361
  # @ contact_form
362
+ #: contact_form.php:735
363
  msgid "Activate Contact Form to DB"
364
  msgstr "Активувати Contact Form to DB"
365
 
366
  # @ contact_form
367
+ #: contact_form.php:739
368
  msgid "Download Contact Form to DB"
369
  msgstr "Завантажити Contact Form to DB"
370
 
371
  # @ contact_form
372
+ #: contact_form.php:749
373
  msgid "What to use?"
374
  msgstr "Що використовувати?"
375
 
376
  # @ contact_form
377
+ #: contact_form.php:752
378
  msgid "Wp-mail"
379
  msgstr "Wp-mail"
380
 
381
  # @ contact_form
382
+ #: contact_form.php:752
383
  msgid "You can use the wp_mail function for mailing"
384
+ msgstr ""
385
+ "Для відправлення пошти ви можете використовувати функцію WordPress wp_mail"
386
 
387
  # @ contact_form
388
+ #: contact_form.php:754
389
  msgid "Mail"
390
  msgstr "Пошта"
391
 
392
  # @ contact_form
393
+ #: contact_form.php:754
394
  msgid "To send mail you can use the php mail function"
395
  msgstr "Для відправлення пошти Ви можете використовувати функцію php mail"
396
 
397
+ #: contact_form.php:758
398
  msgid "'FROM' field"
399
  msgstr "Поле \"Від\""
400
 
401
  # @ contact_form
402
+ #: contact_form.php:760 contact_form.php:810 contact_form.php:1197
403
+ #: contact_form.php:1927 contact_form.php:1963
 
 
 
404
  msgid "Name"
405
  msgstr "Ім'я"
406
 
407
  # @ contact_form
408
+ #: contact_form.php:764
409
  msgid "User name"
410
  msgstr "Ім’я користувача"
411
 
412
  # @ contact_form
413
+ #: contact_form.php:766
414
+ msgid ""
415
+ "The name of the user who fills the form will be used in the field 'From'."
416
+ msgstr ""
417
+ "Email-адреса користувача, який заповнює форму, буде використана у полі "
418
+ "\"Відправник\"."
419
 
420
  # @ contact_form
421
+ #: contact_form.php:771 contact_form.php:1938 contact_form.php:1970
 
 
422
  msgid "Email"
423
  msgstr "Ел.пошта"
424
 
425
  # @ contact_form
426
+ #: contact_form.php:778
427
  msgid "User email"
428
  msgstr "Ел.пошта користувача"
429
 
430
  # @ contact_form
431
+ #: contact_form.php:780
432
+ msgid ""
433
+ "The email address of the user who fills the form will be used in the field "
434
+ "'From'."
435
+ msgstr ""
436
+ "Email-адреса користувача, який заповнює форму, буде використана у полі "
437
+ "\"Відправник\"."
438
 
439
+ #: contact_form.php:784
440
+ msgid ""
441
+ "If this option is changed, email messages may be moved to the spam folder or "
442
+ "email delivery failures may occur."
443
+ msgstr ""
444
+ "Зміна цих налаштувань може призвести до того, що ваші листи не будуть "
445
+ "доставлені або потраплять до папки Спам."
446
 
447
  # @ contact_form
448
+ #: contact_form.php:790
449
  msgid "Required symbol"
450
  msgstr "Обов'язковий символ"
451
 
452
  # @ contact_form
453
+ #: contact_form.php:800
454
  msgid "Fields"
455
  msgstr "Поля"
456
 
457
  # @ contact_form
458
+ #: contact_form.php:801
459
  msgid "Used"
460
  msgstr "Що використовуються"
461
 
462
  # @ contact_form
463
+ #: contact_form.php:802
464
  msgid "Required"
465
  msgstr "Обов’язковий"
466
 
467
  # @ contact_form
468
+ #: contact_form.php:803
469
  msgid "Visible"
470
  msgstr "Видимі"
471
 
472
  # @ contact_form
473
+ #: contact_form.php:804
474
  msgid "Disabled for editing"
475
  msgstr "Відключено для редагування"
476
 
477
  # @ contact_form
478
+ #: contact_form.php:805
479
  msgid "Field's default value"
480
  msgstr "Стандартне значення для поля"
481
 
482
+ #: contact_form.php:817
483
  msgid "Use User's name as a default value if the user is logged in."
484
+ msgstr ""
485
+ "Після входу на сайт, використовувати ім'я користувача, як значення за "
486
+ "замовчуванням."
487
 
488
+ #: contact_form.php:818 contact_form.php:846
489
+ msgid ""
490
+ "'Visible' and 'Disabled for editing' options will be applied only to logged-"
491
+ "in users."
492
+ msgstr ""
493
+ "Опції 'Видимий' та 'Вимкнути редагування' будуть застосовані тільки для "
494
+ "авторизованих користувачів."
495
 
496
  # @ contact_form
497
+ #: contact_form.php:822
498
  msgid "Location selectbox"
499
  msgstr "Список розміщень"
500
 
501
  # @ contact_form
502
+ #: contact_form.php:830 contact_form.php:1202 contact_form.php:1933
503
+ #: contact_form.php:1967
 
 
504
  msgid "Address"
505
  msgstr "Адреса"
506
 
507
  # @ contact_form
508
+ #: contact_form.php:838
509
  msgid "Email Address"
510
  msgstr "Адреса ел.пошти"
511
 
512
+ #: contact_form.php:845
513
  msgid "Use User's email as a default value if the user is logged in."
514
+ msgstr ""
515
+ "Після входу на сайт, використовувати емейл користувача, як значення за "
516
+ "замовчуванням."
517
 
518
  # @ contact_form
519
+ #: contact_form.php:850
520
  msgid "Phone number"
521
  msgstr "Номер телефону"
522
 
523
  # @ contact_form
524
+ #: contact_form.php:858 contact_form.php:1217 contact_form.php:1948
525
+ #: contact_form.php:1976
 
 
526
  msgid "Subject"
527
  msgstr "Тема"
528
 
529
  # @ contact_form
530
+ #: contact_form.php:866 contact_form.php:1221 contact_form.php:1951
531
+ #: contact_form.php:1978
 
 
532
  msgid "Message"
533
  msgstr "Повідомлення"
534
 
535
  # @ contact_form
536
+ #: contact_form.php:890
537
  msgid "Attachment block"
538
  msgstr "Блок \"Прикріпити файл\""
539
 
540
  # @ contact_form
541
+ #: contact_form.php:892
542
  msgid "Users can attach the following file formats"
543
  msgstr "Користувачі можуть прикріплювати файли наступних форматів"
544
 
545
  # @ contact_form
546
+ #: contact_form.php:905
547
  msgid "Add to the form"
548
  msgstr "Додати до форми"
549
 
550
  # @ contact_form
551
+ #: contact_form.php:910
552
  msgid "Tips below the Attachment"
553
  msgstr "Показувати підказки під блоком \"Прикріпити файл\""
554
 
555
  # @ contact_form
556
+ #: contact_form.php:919
557
  msgid "'Send me a copy' block"
558
  msgstr "Показати блок \"Надіслати мені копію\""
559
 
560
  # @ contact_form
561
+ #: contact_form.php:929 contact_form.php:932 contact_form.php:936
562
+ #: contact_form.php:1231
 
 
563
  msgid "Captcha"
564
  msgstr "Captcha"
565
 
566
  # @ contact_form
567
+ #: contact_form.php:932
568
  msgid "Activate captcha"
569
  msgstr "Активувати captcha"
570
 
571
  # @ contact_form
572
+ #: contact_form.php:936
573
  msgid "Download captcha"
574
  msgstr "Завантажити captcha"
575
 
576
  # @ contact_form
577
+ #: contact_form.php:944
578
  msgid "Agreement checkbox"
579
  msgstr "Чекбокс для погодження"
580
 
581
  # @ contact_form
582
+ #: contact_form.php:944
583
  msgid "Required checkbox for submitting the form"
584
  msgstr "Необхідний чекбокс для відправки форми"
585
 
586
  # @ contact_form
587
+ #: contact_form.php:945
588
  msgid "Optional checkbox"
589
  msgstr "Необов’язковий чекбокс"
590
 
591
  # @ contact_form
592
+ #: contact_form.php:945
593
  msgid "Optional checkbox, the results of which will be displayed in email"
594
+ msgstr ""
595
+ "Необов’язковий чекбокс, результати якого буде відображено в електронному "
596
+ "листі"
597
 
598
  # @ contact_form
599
+ #: contact_form.php:962
600
  msgid "Delete an attachment file from the server after the email is sent"
601
+ msgstr ""
602
+ "Видаляти прикріплений файл з серверу після того, як ел.пошта відправлена"
603
 
604
  # @ contact_form
605
+ #: contact_form.php:968
606
  msgid "Email in HTML format sending"
607
  msgstr "Відправка електронної пошти в форматі HTML"
608
 
609
  # @ contact_form
610
+ #: contact_form.php:972
611
  msgid "Display additional info in the email"
612
  msgstr "Відображати додаткову інформацію в ел.пошті"
613
 
614
  # @ contact_form
615
+ #: contact_form.php:977 contact_form.php:1894 contact_form.php:1896
 
 
616
  msgid "Sent from (ip address)"
617
  msgstr "Надіслано від (ip адреса)"
618
 
619
  # @ contact_form
620
+ #: contact_form.php:977
621
  msgid "Example: Sent from (IP address):\t127.0.0.1"
622
  msgstr "Приклад: Надіслано від (IP адреса):\t127.0.0.1"
623
 
624
  # @ contact_form
625
+ #: contact_form.php:978 contact_form.php:1900 contact_form.php:1902
 
 
626
  msgid "Date/Time"
627
  msgstr "Дата/Час"
628
 
629
  # @ contact_form
630
+ #: contact_form.php:978
631
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
632
  msgstr "Приклад: Date/Time:\tAugust 19, 2013 8:50 pm"
633
 
634
  # @ contact_form
635
+ #: contact_form.php:979 contact_form.php:1906 contact_form.php:1908
 
 
636
  msgid "Sent from (referer)"
637
  msgstr "Надіслано від (реферер)"
638
 
639
  # @ contact_form
640
+ #: contact_form.php:979
641
+ msgid ""
642
+ "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
643
+ msgstr ""
644
+ "Приклад: Надіслано від (referer):\thttp://bestwebsoft.com/contacts/contact-"
645
+ "us/"
646
 
647
  # @ contact_form
648
+ #: contact_form.php:980 contact_form.php:1912 contact_form.php:1914
 
 
649
  msgid "Using (user agent)"
650
  msgstr "Використовується (user agent)"
651
 
652
  # @ contact_form
653
+ #: contact_form.php:980
654
+ msgid ""
655
+ "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
656
+ "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
657
+ msgstr ""
658
+ "Приклад: Використовує (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
659
+ "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
660
 
661
  # @ contact_form
662
+ #: contact_form.php:984
663
  msgid "Language settings for the field names in the form"
664
  msgstr "Налаштування мови для назв полів форми"
665
 
666
  # @ contact_form
667
+ #: contact_form.php:993
668
  msgid "Add a language"
669
  msgstr "Додати мову"
670
 
671
  # @ contact_form
672
+ #: contact_form.php:997
673
  msgid "Change the names of the contact form fields and error messages"
674
  msgstr "Змінити назви полів контактної форми і повідомлення про помилку"
675
 
676
  # @ contact_form
677
+ #: contact_form.php:1002 contact_form.php:1089
 
678
  msgid "English"
679
  msgstr "Англійська"
680
 
681
  # @ contact_form
682
+ #: contact_form.php:1010 contact_form.php:1044
 
683
  msgid "click to expand/hide the list"
684
  msgstr "натиснути, щоб розгорнути/згорнути список"
685
 
686
  # @ contact_form
687
+ #: contact_form.php:1019 contact_form.php:1053
 
688
  msgid "Tips below the Attachment block"
689
  msgstr "Показувати підказки під блоком \"Прикріпити файл\""
690
 
691
  # @ contact_form
692
+ #: contact_form.php:1022 contact_form.php:1056
 
693
  msgid "Error message for the Name field"
694
  msgstr "Повідомлення про помилку для поля Ім'я"
695
 
696
  # @ contact_form
697
+ #: contact_form.php:1023 contact_form.php:1057
 
698
  msgid "Error message for the Address field"
699
  msgstr "Повідомлення про помилку для поля Адреса"
700
 
701
  # @ contact_form
702
+ #: contact_form.php:1024 contact_form.php:1058
 
703
  msgid "Error message for the Email field"
704
  msgstr "Повідомлення про помилку для поля Email"
705
 
706
  # @ contact_form
707
+ #: contact_form.php:1025 contact_form.php:1059
 
708
  msgid "Error message for the Phone field"
709
  msgstr "Повідомлення про помилку для поля Номер телефону"
710
 
711
  # @ contact_form
712
+ #: contact_form.php:1026 contact_form.php:1060
 
713
  msgid "Error message for the Subject field"
714
  msgstr "Повідомлення про помилку для поля Тема"
715
 
716
  # @ contact_form
717
+ #: contact_form.php:1027 contact_form.php:1061
 
718
  msgid "Error message for the Message field"
719
  msgstr "Повідомлення про помилку для поля Повідомлення"
720
 
721
  # @ contact_form
722
+ #: contact_form.php:1028 contact_form.php:1062
 
723
  msgid "Error message about the file type for the Attachment field"
724
  msgstr "Повідомлення про помилку для поля Вкладені файли"
725
 
726
  # @ contact_form
727
+ #: contact_form.php:1029 contact_form.php:1063
728
+ msgid ""
729
+ "Error message while uploading a file for the Attachment field to the server"
730
+ msgstr ""
731
+ "Повідомлення про помилку під час завантаження файлу на сервер для поля "
732
+ "Вкладені файли"
733
 
734
  # @ contact_form
735
+ #: contact_form.php:1030 contact_form.php:1064
 
736
  msgid "Error message while moving the file for the Attachment field"
737
+ msgstr ""
738
+ "Повідомлення про помилку під час переміщення файлу для поля Вкладені файли"
739
 
740
  # @ contact_form
741
+ #: contact_form.php:1031 contact_form.php:1065
 
742
  msgid "Error message when file size limit for the Attachment field is exceeded"
743
+ msgstr ""
744
+ "Повідомлення про помилку для поля Вкладені файли, коли розмір файлу "
745
+ "перевищує допустимий"
746
 
747
  # @ contact_form
748
+ #: contact_form.php:1032 contact_form.php:1066
 
749
  msgid "Error message for the Captcha field"
750
  msgstr "Повідомлення про помилку для поля Captcha"
751
 
752
  # @ contact_form
753
+ #: contact_form.php:1033 contact_form.php:1067
 
754
  msgid "Error message for the whole form"
755
  msgstr "Повідомлення про помилку для всієї форми"
756
 
757
  # @ contact_form
758
+ #: contact_form.php:1036 contact_form.php:1038 contact_form.php:1070
759
+ #: contact_form.php:1072 contact_form.php:1099 contact_form.php:1101
760
+ #: contact_form.php:1109 contact_form.php:1111 contact_form.php:2272
761
+ #: contact_form.php:2274
 
 
 
 
 
 
762
  msgid "Use shortcode"
763
  msgstr "Використовувати шорткод"
764
 
765
  # @ contact_form
766
+ #: contact_form.php:1036 contact_form.php:1038 contact_form.php:1070
767
+ #: contact_form.php:1072 contact_form.php:1099 contact_form.php:1101
768
+ #: contact_form.php:1109 contact_form.php:1111 contact_form.php:2272
769
+ #: contact_form.php:2274
 
 
 
 
 
 
770
  msgid "for this language"
771
  msgstr "для цієї мови"
772
 
773
  # @ contact_form
774
+ #: contact_form.php:1080
775
  msgid "Use the changed names of the contact form fields in the email"
776
  msgstr "Використовувати змінені назви полів контактної форми в емейлі"
777
 
778
  # @ contact_form
779
+ #: contact_form.php:1086
780
  msgid "Action after email is sent"
781
  msgstr "Дія після відправлення ел.листа"
782
 
783
  # @ contact_form
784
+ #: contact_form.php:1088
785
  msgid "Display text"
786
  msgstr "Показати текст"
787
 
788
  # @ contact_form
789
+ #: contact_form.php:1097 contact_form.php:1107
 
790
  msgid "Text"
791
  msgstr "Текст"
792
 
793
  # @ contact_form
794
+ #: contact_form.php:1118
795
  msgid "Redirect to the page"
796
  msgstr "Перенаправлення на сторінку"
797
 
798
  # @ contact_form
799
+ #: contact_form.php:1119
800
  msgid "Url"
801
  msgstr "Url"
802
 
803
  # @ contact_form
804
+ #: contact_form.php:1123
805
  msgid "The $_SERVER variable that is used to build a URL of the form"
806
  msgstr "Змінна $_SERVER, що використовується для строрення URL форми"
807
 
808
  # @ contact_form
809
+ #: contact_form.php:1127
810
+ msgid ""
811
+ "If you are not sure whether to change this setting or not, please do not do "
812
+ "that."
813
+ msgstr ""
814
+ "Якщо ви не впевнені, варто змінювати цю установку чи ні, будь ласка, не "
815
+ "змінюйте."
816
 
817
  # @ contact_form
818
+ #: contact_form.php:1136
819
  msgid "Auto Response"
820
  msgstr "Автовідповідь"
821
 
822
  # @ contact_form
823
+ #: contact_form.php:1140
824
  #, php-format
825
+ msgid ""
826
+ "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
827
+ "display data from the Message field, as well as %%SITENAME%% to display blog "
828
+ "name."
829
+ msgstr ""
830
+ "Ви можете використувувати %%NAME%% для відображення даних поля емейлу, "
831
+ "%%MESSAGE%% для відображення даних поля повідомлень і %%SITENAME%% для "
832
+ "відображення назви блогу."
833
 
834
  # @ default
835
+ #: contact_form.php:1165 contact_form.php:1340
 
836
  msgid "Save Changes"
837
  msgstr "Зберегти зміни"
838
 
839
  # @ contact_form
840
+ #: contact_form.php:1177
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
841
  msgid "Errors output"
842
  msgstr "Виведення помилок"
843
 
844
  # @ contact_form
845
+ #: contact_form.php:1180
846
  msgid "Display error messages"
847
  msgstr "Показ повідомлень про помилки"
848
 
849
  # @ contact_form
850
+ #: contact_form.php:1181
851
  msgid "Color of the input field errors."
852
  msgstr "Колір для помилок у полях введення."
853
 
854
  # @ contact_form
855
+ #: contact_form.php:1182
856
  msgid "Display error messages & color of the input field errors"
857
+ msgstr ""
858
+ "Відображення повідомлень про помилку і колір для полів з помилками введення"
859
 
860
  # @ contact_form
861
+ #: contact_form.php:1187
862
  msgid "Add placeholder to the input blocks"
863
  msgstr "Додати текст заміщення для блоків введення"
864
 
865
  # @ contact_form
866
+ #: contact_form.php:1193
867
  msgid "Add tooltips"
868
  msgstr "Додати підказки"
869
 
870
  # @ contact_form
871
+ #: contact_form.php:1207
872
  msgid "Email address"
873
  msgstr "Адреса ел.пошти"
874
 
875
  # @ contact_form
876
+ #: contact_form.php:1212
877
  msgid "Phone Number"
878
  msgstr "Номер телефону"
879
 
880
  # @ contact_form
881
+ #: contact_form.php:1226
882
  msgid "Attachment"
883
  msgstr "Вкладений файл"
884
 
885
  # @ contact_form
886
+ #: contact_form.php:1231
887
  msgid "(powered by bestwebsoft.com)"
888
  msgstr "(розроблено компанією bestwebsoft.com)"
889
 
890
  # @ contact_form
891
+ #: contact_form.php:1236
892
  msgid "Style options"
893
  msgstr "Опції для стилю"
894
 
895
  # @ contact_form
896
+ #: contact_form.php:1239
897
  msgid "Text color"
898
  msgstr "Колір тексту"
899
 
900
  # @ contact_form
901
+ #: contact_form.php:1242 contact_form.php:1247 contact_form.php:1257
902
+ #: contact_form.php:1262 contact_form.php:1267 contact_form.php:1272
903
+ #: contact_form.php:1282 contact_form.php:1287 contact_form.php:1293
904
+ #: contact_form.php:1304 contact_form.php:1309 contact_form.php:1314
 
 
 
 
 
 
 
 
905
  msgid "Default"
906
  msgstr "Стандартно"
907
 
908
  # @ contact_form
909
+ #: contact_form.php:1244
910
  msgid "Label text color"
911
  msgstr "Колір написів"
912
 
913
  # @ contact_form
914
+ #: contact_form.php:1249
915
  msgid "Placeholder color"
916
  msgstr "Колір тексту заміщення"
917
 
918
  # @ contact_form
919
+ #: contact_form.php:1254
920
  msgid "Errors color"
921
  msgstr "Колір помилок"
922
 
923
  # @ contact_form
924
+ #: contact_form.php:1259
925
  msgid "Error text color"
926
  msgstr "Колір тексту помилок"
927
 
928
  # @ contact_form
929
+ #: contact_form.php:1264
930
  msgid "Background color of the input field errors"
931
  msgstr "Колір заднього фону для полів введення з помилками"
932
 
933
  # @ contact_form
934
+ #: contact_form.php:1269
935
  msgid "Border color of the input field errors"
936
  msgstr "Колір рамки для полів введення з помилками"
937
 
938
  # @ contact_form
939
+ #: contact_form.php:1274
940
  msgid "Placeholder color of the input field errors"
941
  msgstr "Колір тексту заміщення для полів введення з помилками"
942
 
943
  # @ contact_form
944
+ #: contact_form.php:1279
945
  msgid "Input fields"
946
  msgstr "Поля введення тексту"
947
 
948
  # @ contact_form
949
+ #: contact_form.php:1284
950
  msgid "Input fields background color"
951
  msgstr "Колір фону полів введення"
952
 
953
  # @ contact_form
954
+ #: contact_form.php:1289
955
  msgid "Text fields color"
956
  msgstr "Колір текстових полів"
957
 
958
  # @ contact_form
959
+ #: contact_form.php:1291
960
  msgid "Border width in px, numbers only"
961
  msgstr "Ширина рамки в точках, тільки числа"
962
 
963
  # @ contact_form
964
+ #: contact_form.php:1295 contact_form.php:1316
 
965
  msgid "Border color"
966
  msgstr "Колір рамки"
967
 
968
  # @ contact_form
969
+ #: contact_form.php:1300
970
  msgid "Submit button"
971
  msgstr "Кнопка підтвердження"
972
 
973
  # @ contact_form
974
+ #: contact_form.php:1302
975
  msgid "Width in px, numbers only"
976
  msgstr "Ширина в точках, тільки числа"
977
 
978
  # @ contact_form
979
+ #: contact_form.php:1306
980
  msgid "Button color"
981
  msgstr "Колір кнопок"
982
 
983
  # @ contact_form
984
+ #: contact_form.php:1311
985
  msgid "Button text color"
986
  msgstr "Колір тексту кнопок"
987
 
988
  # @ contact_form
989
+ #: contact_form.php:1344
990
  msgid "Contact Form Pro | Preview"
991
  msgstr "Contact Form Pro | Попередній перегляд"
992
 
993
  # @ contact_form
994
+ #: contact_form.php:1347
995
  msgid "Show with errors"
996
  msgstr "Показувати з помилками"
997
 
998
  # @ contact_form
999
+ #: contact_form.php:1355 contact_form.php:1357
 
1000
  msgid "Please enter your full name..."
1001
  msgstr "Будь ласка, вкажіть своє повне ім'я..."
1002
 
1003
  # @ contact_form
1004
+ #: contact_form.php:1368 contact_form.php:1370
 
1005
  msgid "Please enter your address..."
1006
  msgstr "Будь ласка, вкажіть свою адресу..."
1007
 
1008
  # @ contact_form
1009
+ #: contact_form.php:1379 contact_form.php:1381
 
1010
  msgid "Please enter your email address..."
1011
  msgstr "Будь ласка, введіть свою адресу ел.пошти:"
1012
 
1013
  # @ contact_form
1014
+ #: contact_form.php:1390 contact_form.php:1392
 
1015
  msgid "Please enter your phone number..."
1016
  msgstr "Будь ласка, вкажіть свій номер телефону..."
1017
 
1018
  # @ contact_form
1019
+ #: contact_form.php:1401 contact_form.php:1403
 
1020
  msgid "Please enter subject..."
1021
  msgstr "Будь ласка, вкажіть тему..."
1022
 
1023
  # @ contact_form
1024
+ #: contact_form.php:1411 contact_form.php:1413
 
1025
  msgid "Please enter your message..."
1026
  msgstr "Будь ласка, напишіть своє повідомлення..."
1027
 
1028
  # @ contact_form
1029
+ #: contact_form.php:1517
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1030
  msgid "Sorry, email message could not be delivered."
1031
  msgstr "Вибачте, ваше повідомлення ел.пошти не може бути доставлене."
1032
 
1033
  # @ contact_form
1034
+ #: contact_form.php:1921
1035
  msgid "Contact from"
1036
  msgstr "Контактна форма"
1037
 
1038
  # @ contact_form
1039
+ #: contact_form.php:1943 contact_form.php:1973
 
1040
  msgid "Phone"
1041
  msgstr "Телефон"
1042
 
1043
  # @ contact_form
1044
+ #: contact_form.php:1954 contact_form.php:1980
 
1045
  msgid "Site"
1046
  msgstr "Сайт"
1047
 
1048
  # @ contact_form
1049
+ #: contact_form.php:2066
1050
+ msgid ""
1051
+ "If you can see this MIME, it means that the MIME type is not supported by "
1052
+ "your email client!"
1053
+ msgstr ""
1054
+ "Якщо Ви не бачите цей MIME, це означає, що цей MIME тип не підтримується "
1055
+ "Вашим поштовим клієнтом!"
1056
 
1057
  # @ contact_form
1058
+ #: contact_form.php:2142
1059
  msgid "Support"
1060
  msgstr "Підтримка"
1061
 
1062
  # @ contact_form
1063
+ #: contact_form.php:2191
1064
  msgid "Are you sure that you want to delete this language data?"
1065
  msgstr "Ви справді хочете видалити дані для цієї мови?"
1066
 
1067
  # @ contact_form
1068
+ #: contact_form.php:2212
1069
+ msgid "Add multiple forms"
1070
+ msgstr "Додати декілька форм"
1071
+
1072
+ #: contact_form.php:2212
1073
+ msgid ""
1074
+ "Install Contact Form Multi plugin to create unlimited number of contact "
1075
+ "forms."
1076
+ msgstr ""
1077
+ "Встановити плагін Contact Form Multi, щоб мати можливість створювати "
1078
+ "необмежену кількість контактних форм."
1079
 
1080
  # @ contact_form
1081
+ #: contact_form.php:2217
1082
+ msgid "Learn more"
1083
+ msgstr "Докладніше"
1084
+
1085
+ #: contact_form.php:2221
1086
+ msgid "Close"
1087
+ msgstr "Закрити"
1088
 
1089
  # @ contact_form
1090
+ #: contact_form.php:2405
1091
+ msgid ""
1092
+ "<strong>Contact Form to DB</strong> allows to store your messages to the "
1093
+ "database."
1094
+ msgstr ""
1095
+ "<strong>Contact Form to DB</strong> дозволяє зберігати ваші повідомлення у "
1096
+ "базі даних."
1097
 
1098
  # @ contact_form
1099
+ #: contact_form.php:2406
1100
  msgid "Manage messages that have been sent from your website."
1101
  msgstr "Контролювати повідомлення, які було відправлено з Вашого сайту. "
 
languages/contact_form-vi.mo CHANGED
Binary file
languages/contact_form-vi.po CHANGED
@@ -2,10 +2,11 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-02-17 12:49+0300\n"
6
- "PO-Revision-Date: 2015-02-17 12:49+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Localization blog | http://bizover.net <contact@bizover.net>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -15,43 +16,43 @@ msgstr ""
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: contact_form.php:80 contact_form.php:811
19
  msgid "Contact Form Settings"
20
  msgstr "Cài đặt hình thức liên lạc"
21
 
22
- #: contact_form.php:80
23
  msgid "Contact Form"
24
  msgstr "Mẫu liên hệ"
25
 
26
- #: contact_form.php:162 contact_form.php:1195 contact_form.php:1229
27
  msgid "Name:"
28
  msgstr "Tên:"
29
 
30
- #: contact_form.php:163 contact_form.php:1196 contact_form.php:1230
31
  msgid "Address:"
32
  msgstr "Địa chỉ:"
33
 
34
- #: contact_form.php:164 contact_form.php:1197 contact_form.php:1231
35
  msgid "Email Address:"
36
  msgstr "Địa chỉ email:"
37
 
38
- #: contact_form.php:165 contact_form.php:1198 contact_form.php:1232
39
  msgid "Phone number:"
40
  msgstr "Số điện thoại:"
41
 
42
- #: contact_form.php:166 contact_form.php:1199 contact_form.php:1233
43
  msgid "Subject:"
44
  msgstr "Tiêu đề:"
45
 
46
- #: contact_form.php:167 contact_form.php:1200 contact_form.php:1234
47
  msgid "Message:"
48
  msgstr "Thông báo:"
49
 
50
- #: contact_form.php:168 contact_form.php:1201 contact_form.php:1235
51
  msgid "Attachment:"
52
  msgstr "File đính kèm:"
53
 
54
- #: contact_form.php:169
55
  msgid ""
56
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
57
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
@@ -61,93 +62,73 @@ msgstr ""
61
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, vùng tối đa kích "
62
  "thước: 2MB"
63
 
64
- #: contact_form.php:170 contact_form.php:1203 contact_form.php:1237
65
  msgid "Send me a copy"
66
  msgstr "Gửi cho tôi một bản sao"
67
 
68
- #: contact_form.php:171 contact_form.php:1204 contact_form.php:1238
69
  msgid "Submit"
70
  msgstr "Gửi"
71
 
72
- #: contact_form.php:172
73
  msgid "Your name is required."
74
  msgstr "Tên của bạn là cần thiết."
75
 
76
- #: contact_form.php:173
77
  msgid "Address is required."
78
  msgstr "Địa chỉ được yêu cầu."
79
 
80
- #: contact_form.php:174
81
  msgid "A valid email address is required."
82
  msgstr "Một địa chỉ email hợp lệ là bắt buộc."
83
 
84
- #: contact_form.php:175
85
  msgid "Phone number is required."
86
  msgstr "Số điện thoại được yêu cầu."
87
 
88
- #: contact_form.php:176
89
  msgid "Subject is required."
90
  msgstr "Chủ đề là bắt buộc."
91
 
92
- #: contact_form.php:177
93
  msgid "Message text is required."
94
  msgstr "Tin nhắn văn bản được yêu cầu."
95
 
96
- #: contact_form.php:178
97
  msgid "File format is not valid."
98
  msgstr "Định dạng tập tin là không hợp lệ."
99
 
100
- #: contact_form.php:179
101
  msgid "File upload error."
102
  msgstr "Lỗi tải lên tệp."
103
 
104
- #: contact_form.php:180
105
  msgid "The file could not be uploaded."
106
  msgstr "Không thể tải các tập tin."
107
 
108
- #: contact_form.php:181
109
  msgid "This file is too large."
110
  msgstr "Tập tin này là quá lớn."
111
 
112
- #: contact_form.php:182
113
  msgid "Please fill out the CAPTCHA."
114
  msgstr "Xin vui lòng điền CAPTCHA."
115
 
116
- #: contact_form.php:183
117
  msgid "Please make corrections below and try again."
118
  msgstr "Xin vui lòng làm cho chỉnh dưới đây và thử lại."
119
 
120
- #: contact_form.php:185
121
  msgid "Thank you for contacting us."
122
  msgstr "Cảm ơn bạn đã liên hệ với chúng tôi."
123
 
124
- #: contact_form.php:362
125
- msgid "requires"
126
- msgstr "yêu cầu"
127
-
128
- #: contact_form.php:362
129
- msgid ""
130
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
131
- "try again."
132
- msgstr ""
133
- "hoặc cao hơn, đó là lý do tại sao nó đã bị ngừng hoạt động! Xin vui lòng "
134
- "nâng cấp WordPress và thử lại."
135
-
136
- #: contact_form.php:362
137
- msgid "Back to the WordPress"
138
- msgstr "Quay lại WordPress"
139
-
140
- #: contact_form.php:362
141
- msgid "Plugins page"
142
- msgstr "Trang Plugins"
143
-
144
- #: contact_form.php:598
145
  msgid ""
146
  "Email 'FROM' field option was changed, which may cause email messages being "
147
  "moved to the spam folder or email delivery failures."
148
  msgstr ""
149
 
150
- #: contact_form.php:608
151
  msgid ""
152
  "If the 'Redirect to page' option is selected then the URL field should be in "
153
  "the following format"
@@ -155,12 +136,12 @@ msgstr ""
155
  "Nếu tùy chọn 'Chuyển hướng đến trang' được chọn thì trường URL nên ở định "
156
  "dạng sau"
157
 
158
- #: contact_form.php:617
159
  #, fuzzy
160
  msgid "Such user does not exist."
161
  msgstr "Người dùng như vậy không tồn tại. Cài đặt không được lưu."
162
 
163
- #: contact_form.php:627
164
  #, fuzzy
165
  msgid ""
166
  "Please enter a valid email address in the 'Use this email address' field."
@@ -168,98 +149,48 @@ msgstr ""
168
  "Vui lòng nhập một địa chỉ email hợp lệ trong trường 'Từ'. Cài đặt không được "
169
  "lưu."
170
 
171
- #: contact_form.php:635
172
  #, fuzzy
173
  msgid "Please enter a valid email address in the 'FROM' field."
174
  msgstr ""
175
  "Vui lòng nhập một địa chỉ email hợp lệ trong trường 'Từ'. Cài đặt không được "
176
  "lưu."
177
 
178
- #: contact_form.php:660
179
  msgid "Settings saved."
180
  msgstr "Cài đặt đã lưu."
181
 
182
- #: contact_form.php:662
183
  #, fuzzy
184
  msgid "Settings are not saved."
185
  msgstr "Cài đặt đã lưu."
186
 
187
- #: contact_form.php:689 contact_form.php:721
188
- msgid "Wrong license key"
189
- msgstr ""
190
-
191
- #: contact_form.php:714
192
- msgid ""
193
- "Something went wrong. Try again later. If the error will appear again, "
194
- "please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. "
195
- "We are sorry for inconvenience."
196
- msgstr ""
197
-
198
- #: contact_form.php:723
199
- msgid "This license key is bind to another site"
200
- msgstr ""
201
-
202
- #: contact_form.php:725 contact_form.php:1673
203
- msgid ""
204
- "Unfortunately, you have exceeded the number of available tries per day. "
205
- "Please, upload the plugin manually."
206
- msgstr ""
207
-
208
- #: contact_form.php:736 contact_form.php:758 contact_form.php:777
209
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
210
- msgstr ""
211
-
212
- #: contact_form.php:748
213
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
214
- msgstr ""
215
-
216
- #: contact_form.php:754
217
- msgid ""
218
- "Your server does not support either ZipArchive or Phar. Please, upload the "
219
- "plugin manually"
220
- msgstr ""
221
-
222
- #: contact_form.php:761
223
- msgid "UploadDir is not writable. Please, upload the plugin manually"
224
- msgstr ""
225
-
226
- #: contact_form.php:781
227
- msgid ""
228
- "Something went wrong. Try again later or upload the plugin manually. We are "
229
- "sorry for inconvienience."
230
- msgstr ""
231
-
232
- #: contact_form.php:805
233
- #, fuzzy
234
- msgid "Please, enter Your license key"
235
- msgstr "Vui lòng nhập tin nhắn của bạn..."
236
-
237
- #: contact_form.php:813 contact_form.php:2362 contact_form.php:2376
238
  msgid "Settings"
239
  msgstr "Cài đặt"
240
 
241
- #: contact_form.php:814
242
  #, fuzzy
243
  msgid "Additional settings"
244
  msgstr "Tùy chọn bổ sung"
245
 
246
- #: contact_form.php:815
247
  msgid "Appearance"
248
  msgstr ""
249
 
250
- #: contact_form.php:816 contact_form.php:2377
251
  msgid "FAQ"
252
  msgstr "CÂU HỎI THƯỜNG GẶP"
253
 
254
- #: contact_form.php:817
255
  msgid "Go PRO"
256
  msgstr ""
257
 
258
- #: contact_form.php:820 contact_form.php:823
259
  msgid "Notice:"
260
  msgstr "Thông báo:"
261
 
262
- #: contact_form.php:820
263
  msgid ""
264
  "The plugin's settings have been changed. In order to save them please don't "
265
  "forget to click the 'Save Changes' button."
@@ -267,13 +198,13 @@ msgstr ""
267
  "Cài đặt của plugin đã được thay đổi. Để tiết kiệm họ xin đừng quên để nhấp "
268
  "vào nút 'Lưu thay đổi'."
269
 
270
- #: contact_form.php:831
271
  msgid ""
272
  "If you want to create multiple contact forms, please install the Contact "
273
  "Form Multi plugin."
274
  msgstr ""
275
 
276
- #: contact_form.php:839 contact_form.php:842 contact_form.php:1632
277
  msgid ""
278
  "If you would like to add the Contact Form to your website, just copy and "
279
  "paste this shortcode to your post or page or widget:"
@@ -281,13 +212,13 @@ msgstr ""
281
  "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 "
282
  "chép và dán này shortcode để đăng bài hay trang hoặc phụ tùng của bạn:"
283
 
284
- #: contact_form.php:839 contact_form.php:840 contact_form.php:842
285
- #: contact_form.php:843 contact_form.php:1219 contact_form.php:1221
286
- #: contact_form.php:1282 contact_form.php:1284
287
  msgid "or"
288
  msgstr "hoặc"
289
 
290
- #: contact_form.php:840 contact_form.php:843
291
  msgid ""
292
  "If have any problems with the standard shortcode [contact_form], you should "
293
  "use the shortcode"
@@ -295,11 +226,11 @@ msgstr ""
295
  "Nếu có bất kỳ vấn đề với tiêu chuẩn shortcode [contact_form], bạn nên sử "
296
  "dụng shortcode"
297
 
298
- #: contact_form.php:840 contact_form.php:843
299
  msgid "They work the same way."
300
  msgstr "Họ làm việc cùng một cách."
301
 
302
- #: contact_form.php:848
303
  msgid ""
304
  "If you leave the fields empty, the messages will be sent to the email "
305
  "address specified during registration."
@@ -307,15 +238,15 @@ msgstr ""
307
  "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 "
308
  "được chỉ định trong quá trình đăng ký."
309
 
310
- #: contact_form.php:851
311
  msgid "The user's email address:"
312
  msgstr "Các địa chỉ email của người dùng:"
313
 
314
- #: contact_form.php:855
315
  msgid "Create a username"
316
  msgstr "Tạo một tên người dùng"
317
 
318
- #: contact_form.php:868
319
  msgid ""
320
  "Enter a username of the person who should get the messages from the contact "
321
  "form."
@@ -323,112 +254,111 @@ msgstr ""
323
  "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 "
324
  "lạc."
325
 
326
- #: contact_form.php:872
327
  msgid "Use this email address:"
328
  msgstr "Sử dụng địa chỉ email này:"
329
 
330
- #: contact_form.php:875
331
  msgid "Enter the email address you want the messages forwarded to."
332
  msgstr "Nhập địa chỉ email mà bạn muốn các thư được chuyển tiếp đến."
333
 
334
- #: contact_form.php:884
335
  msgid "Add department selectbox to the contact form:"
336
  msgstr "Địa chỉ sở selectbox để hình thức liên lạc:"
337
 
338
- #: contact_form.php:892 contact_form.php:1328 contact_form.php:1515
339
  msgid "If you upgrade to Pro version all your settings will be saved."
340
  msgstr ""
341
  "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."
342
 
343
- #: contact_form.php:899 contact_form.php:1062 contact_form.php:1135
344
- #: contact_form.php:1335 contact_form.php:1522
345
  msgid "Unlock premium options by upgrading to a PRO version."
346
  msgstr ""
347
 
348
- #: contact_form.php:900 contact_form.php:1063 contact_form.php:1136
349
- #: contact_form.php:1336 contact_form.php:1523 contact_form.php:2650
350
- #: contact_form.php:2666
351
  msgid "Learn More"
352
  msgstr ""
353
 
354
- #: contact_form.php:903 contact_form.php:1066 contact_form.php:1139
355
- #: contact_form.php:1339 contact_form.php:1526
356
  msgid "Go"
357
  msgstr ""
358
 
359
- #: contact_form.php:910
360
  msgid "Save emails to the database"
361
  msgstr "Lưu email vào cơ sở dữ liệu"
362
 
363
- #: contact_form.php:915
364
  msgid "Using"
365
  msgstr ""
366
 
367
- #: contact_form.php:915 contact_form.php:1112 contact_form.php:1115
368
- #: contact_form.php:1119
369
  msgid "powered by"
370
  msgstr "Được tài trợ bởi"
371
 
372
- #: contact_form.php:918 contact_form.php:922
373
  msgid "Using Contact Form to DB powered by"
374
  msgstr "Bằng cách sử dụng mẫu liên hệ để DB được tài trợ bởi"
375
 
376
- #: contact_form.php:918
377
  msgid "Activate Contact Form to DB"
378
  msgstr "Kích hoạt các hình thức liên lạc để DB"
379
 
380
- #: contact_form.php:922
381
  msgid "Download Contact Form to DB"
382
  msgstr "Tải về hình thức liên lạc để DB"
383
 
384
- #: contact_form.php:932
385
  msgid "What to use?"
386
  msgstr "Những gì để sử dụng?"
387
 
388
- #: contact_form.php:935
389
  msgid "Wp-mail"
390
  msgstr "WP-thư"
391
 
392
- #: contact_form.php:935
393
  msgid "You can use the wp_mail function for mailing"
394
  msgstr "Bạn có thể sử dụng các chức năng wp_mail để gửi thư"
395
 
396
- #: contact_form.php:937
397
  msgid "Mail"
398
  msgstr "Thư"
399
 
400
- #: contact_form.php:937
401
  msgid "To send mail you can use the php mail function"
402
  msgstr "Để gửi thư, bạn có thể sử dụng chức năng php thư"
403
 
404
- #: contact_form.php:941
405
  msgid "'FROM' field"
406
  msgstr ""
407
 
408
- #: contact_form.php:943 contact_form.php:993 contact_form.php:1390
409
- #: contact_form.php:2162 contact_form.php:2198
410
  msgid "Name"
411
  msgstr "Tên"
412
 
413
- #: contact_form.php:947
414
  msgid "User name"
415
  msgstr "Tên người dùng"
416
 
417
- #: contact_form.php:949
418
  msgid ""
419
  "The name of the user who fills the form will be used in the field 'From'."
420
  msgstr ""
421
  "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ừ'."
422
 
423
- #: contact_form.php:954 contact_form.php:2173 contact_form.php:2205
424
  msgid "Email"
425
  msgstr "Thư điện tử"
426
 
427
- #: contact_form.php:961
428
  msgid "User email"
429
  msgstr "Người dùng thư điện tử"
430
 
431
- #: contact_form.php:963
432
  msgid ""
433
  "The email address of the user who fills the form will be used in the field "
434
  "'From'."
@@ -436,172 +366,172 @@ msgstr ""
436
  "Đị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 "
437
  "trường 'Từ'."
438
 
439
- #: contact_form.php:967
440
  msgid ""
441
  "If this option is changed, email messages may be moved to the spam folder or "
442
  "email delivery failures may occur."
443
  msgstr ""
444
 
445
- #: contact_form.php:973
446
  msgid "Required symbol"
447
  msgstr "Biểu tượng yêu cầu"
448
 
449
- #: contact_form.php:983
450
  msgid "Fields"
451
  msgstr "Lĩnh vực"
452
 
453
- #: contact_form.php:984
454
  msgid "Used"
455
  msgstr "Sử dụng"
456
 
457
- #: contact_form.php:985
458
  msgid "Required"
459
  msgstr "Yêu cầu"
460
 
461
- #: contact_form.php:986
462
  msgid "Visible"
463
  msgstr "Có thể nhìn thấy"
464
 
465
- #: contact_form.php:987
466
  msgid "Disabled for editing"
467
  msgstr "Khuyết tật để chỉnh sửa"
468
 
469
- #: contact_form.php:988
470
  msgid "Field's default value"
471
  msgstr "Giá trị mặc định của trường"
472
 
473
- #: contact_form.php:1000
474
  msgid "Use User's name as a default value if the user is logged in."
475
  msgstr ""
476
 
477
- #: contact_form.php:1001 contact_form.php:1029
478
  msgid ""
479
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
480
  "in users."
481
  msgstr ""
482
 
483
- #: contact_form.php:1005
484
  msgid "Location selectbox"
485
  msgstr ""
486
 
487
- #: contact_form.php:1013 contact_form.php:1395 contact_form.php:2168
488
- #: contact_form.php:2202
489
  msgid "Address"
490
  msgstr "Địa chỉ"
491
 
492
- #: contact_form.php:1021
493
  msgid "Email Address"
494
  msgstr "Địa chỉ email"
495
 
496
- #: contact_form.php:1028
497
  msgid "Use User's email as a default value if the user is logged in."
498
  msgstr ""
499
 
500
- #: contact_form.php:1033
501
  msgid "Phone number"
502
  msgstr "Số điện thoại"
503
 
504
- #: contact_form.php:1041 contact_form.php:1410 contact_form.php:2183
505
- #: contact_form.php:2211
506
  msgid "Subject"
507
  msgstr "Chủ đề"
508
 
509
- #: contact_form.php:1049 contact_form.php:1414 contact_form.php:2186
510
- #: contact_form.php:2213
511
  msgid "Message"
512
  msgstr "Tin nhắn"
513
 
514
- #: contact_form.php:1073
515
  msgid "Attachment block"
516
  msgstr "Tập tin đính kèm khối"
517
 
518
- #: contact_form.php:1075
519
  msgid "Users can attach the following file formats"
520
  msgstr "Người dùng có thể đính kèm các định dạng tệp sau"
521
 
522
- #: contact_form.php:1088
523
  msgid "Add to the form"
524
  msgstr "Thêm vào các hình thức"
525
 
526
- #: contact_form.php:1093
527
  msgid "Tips below the Attachment"
528
  msgstr "Mẹo bên dưới phần đính kèm"
529
 
530
- #: contact_form.php:1102
531
  msgid "'Send me a copy' block"
532
  msgstr "'Gửi tôi một bản sao' khối"
533
 
534
- #: contact_form.php:1112 contact_form.php:1115 contact_form.php:1119
535
- #: contact_form.php:1424
536
  msgid "Captcha"
537
  msgstr "CAPTCHA"
538
 
539
- #: contact_form.php:1115
540
  msgid "Activate captcha"
541
  msgstr "Kích hoạt captcha"
542
 
543
- #: contact_form.php:1119
544
  msgid "Download captcha"
545
  msgstr "Tải về captcha"
546
 
547
- #: contact_form.php:1127
548
  msgid "Agreement checkbox"
549
  msgstr "Thỏa thuận hộp kiểm"
550
 
551
- #: contact_form.php:1127
552
  msgid "Required checkbox for submitting the form"
553
  msgstr "Các hộp kiểm yêu cầu để gửi biểu mẫu"
554
 
555
- #: contact_form.php:1128
556
  msgid "Optional checkbox"
557
  msgstr "Tùy chọn hộp kiểm"
558
 
559
- #: contact_form.php:1128
560
  msgid "Optional checkbox, the results of which will be displayed in email"
561
  msgstr "Tùy chọn hộp kiểm, kết quả trong đó sẽ được hiển thị trong email"
562
 
563
- #: contact_form.php:1145
564
  msgid "Delete an attachment file from the server after the email is sent"
565
  msgstr "Xóa một tập tin đính kèm từ hệ phục vụ sau khi các email được gửi"
566
 
567
- #: contact_form.php:1151
568
  msgid "Email in HTML format sending"
569
  msgstr "Gửi email cho HTML định dạng gửi"
570
 
571
- #: contact_form.php:1155
572
  msgid "Display additional info in the email"
573
  msgstr "Hiển thị thông tin bổ sung trong email"
574
 
575
- #: contact_form.php:1160 contact_form.php:2129 contact_form.php:2131
576
  msgid "Sent from (ip address)"
577
  msgstr "Gửi từ (địa chỉ ip)"
578
 
579
- #: contact_form.php:1160
580
  msgid "Example: Sent from (IP address):\t127.0.0.1"
581
  msgstr "Ví dụ: Gửi từ (địa chỉ IP):\t127.0.0.1"
582
 
583
- #: contact_form.php:1161 contact_form.php:2135 contact_form.php:2137
584
  msgid "Date/Time"
585
  msgstr "Ngày/thời gian"
586
 
587
- #: contact_form.php:1161
588
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
589
  msgstr "Ví dụ: Ngày/thời gian:\tngày 19 tháng 8 năm 2013 8:50 pm"
590
 
591
- #: contact_form.php:1162 contact_form.php:2141 contact_form.php:2143
592
  msgid "Sent from (referer)"
593
  msgstr "Gửi từ (referer)"
594
 
595
- #: contact_form.php:1162
596
  msgid ""
597
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
598
  msgstr "Ví dụ: Gửi từ (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
599
 
600
- #: contact_form.php:1163 contact_form.php:2147 contact_form.php:2149
601
  msgid "Using (user agent)"
602
  msgstr "Sử dụng (người sử dụng đại lý)"
603
 
604
- #: contact_form.php:1163
605
  msgid ""
606
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
607
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@@ -609,137 +539,137 @@ msgstr ""
609
  "Ví dụ: Sử dụng (người sử dụng đại lý):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
610
  "AppleWebKit/537.36 (KHTML, như Gecko) Chrome/28.0.1500.95 Safari/537.36"
611
 
612
- #: contact_form.php:1167
613
  msgid "Language settings for the field names in the form"
614
  msgstr "Cài đặt ngôn ngữ cho tên trường trong các hình thức"
615
 
616
- #: contact_form.php:1176
617
  msgid "Add a language"
618
  msgstr "Thêm một ngôn ngữ"
619
 
620
- #: contact_form.php:1180
621
  msgid "Change the names of the contact form fields and error messages"
622
  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"
623
 
624
- #: contact_form.php:1185 contact_form.php:1272
625
  msgid "English"
626
  msgstr "Tiếng Anh"
627
 
628
- #: contact_form.php:1193 contact_form.php:1227
629
  msgid "click to expand/hide the list"
630
  msgstr ""
631
 
632
- #: contact_form.php:1202 contact_form.php:1236
633
  msgid "Tips below the Attachment block"
634
  msgstr "Lời khuyên dưới đây khối tập tin đính kèm"
635
 
636
- #: contact_form.php:1205 contact_form.php:1239
637
  msgid "Error message for the Name field"
638
  msgstr "Thông báo lỗi cho trường tên"
639
 
640
- #: contact_form.php:1206 contact_form.php:1240
641
  msgid "Error message for the Address field"
642
  msgstr "Thông báo lỗi cho trường địa chỉ"
643
 
644
- #: contact_form.php:1207 contact_form.php:1241
645
  msgid "Error message for the Email field"
646
  msgstr "Thông báo lỗi cho trường Email"
647
 
648
- #: contact_form.php:1208 contact_form.php:1242
649
  msgid "Error message for the Phone field"
650
  msgstr "Thông báo lỗi cho lĩnh vực điện thoại"
651
 
652
- #: contact_form.php:1209 contact_form.php:1243
653
  msgid "Error message for the Subject field"
654
  msgstr "Thông báo lỗi cho trường chủ đề"
655
 
656
- #: contact_form.php:1210 contact_form.php:1244
657
  msgid "Error message for the Message field"
658
  msgstr "Thông báo lỗi cho trường tin nhắn"
659
 
660
- #: contact_form.php:1211 contact_form.php:1245
661
  msgid "Error message about the file type for the Attachment field"
662
  msgstr "Thông báo lỗi về các loại tập tin cho trường đính kèm"
663
 
664
- #: contact_form.php:1212 contact_form.php:1246
665
  msgid ""
666
  "Error message while uploading a file for the Attachment field to the server"
667
  msgstr ""
668
  "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 "
669
  "vụ"
670
 
671
- #: contact_form.php:1213 contact_form.php:1247
672
  msgid "Error message while moving the file for the Attachment field"
673
  msgstr ""
674
  "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"
675
 
676
- #: contact_form.php:1214 contact_form.php:1248
677
  msgid "Error message when file size limit for the Attachment field is exceeded"
678
  msgstr ""
679
  "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"
680
 
681
- #: contact_form.php:1215 contact_form.php:1249
682
  msgid "Error message for the Captcha field"
683
  msgstr "Thông báo lỗi cho lĩnh vực Captcha"
684
 
685
- #: contact_form.php:1216 contact_form.php:1250
686
  msgid "Error message for the whole form"
687
  msgstr "Thông báo lỗi cho các hình thức toàn bộ"
688
 
689
- #: contact_form.php:1219 contact_form.php:1221 contact_form.php:1253
690
- #: contact_form.php:1255 contact_form.php:1282 contact_form.php:1284
691
- #: contact_form.php:1292 contact_form.php:1294 contact_form.php:2490
692
- #: contact_form.php:2492
693
  msgid "Use shortcode"
694
  msgstr "Sử dụng shortcode"
695
 
696
- #: contact_form.php:1219 contact_form.php:1221 contact_form.php:1253
697
- #: contact_form.php:1255 contact_form.php:1282 contact_form.php:1284
698
- #: contact_form.php:1292 contact_form.php:1294 contact_form.php:2490
699
- #: contact_form.php:2492
700
  msgid "for this language"
701
  msgstr "cho ngôn ngữ này"
702
 
703
- #: contact_form.php:1263
704
  #, fuzzy
705
  msgid "Use the changed names of the contact form fields in the email"
706
  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"
707
 
708
- #: contact_form.php:1269
709
  msgid "Action after email is sent"
710
  msgstr "Hành động sau khi email được gửi"
711
 
712
- #: contact_form.php:1271
713
  msgid "Display text"
714
  msgstr "Hiển thị văn bản"
715
 
716
- #: contact_form.php:1280 contact_form.php:1290
717
  msgid "Text"
718
  msgstr "Văn bản"
719
 
720
- #: contact_form.php:1301
721
  msgid "Redirect to the page"
722
  msgstr "Chuyển hướng đến trang"
723
 
724
- #: contact_form.php:1302
725
  msgid "Url"
726
  msgstr "URL"
727
 
728
- #: contact_form.php:1306
729
  msgid "The $_SERVER variable that is used to build a URL of the form"
730
  msgstr ""
731
 
732
- #: contact_form.php:1310
733
  msgid ""
734
  "If you are not sure whether to change this setting or not, please do not do "
735
  "that."
736
  msgstr ""
737
 
738
- #: contact_form.php:1319
739
  msgid "Auto Response"
740
  msgstr ""
741
 
742
- #: contact_form.php:1323
743
  #, php-format
744
  msgid ""
745
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -747,233 +677,178 @@ msgid ""
747
  "name."
748
  msgstr ""
749
 
750
- #: contact_form.php:1349 contact_form.php:1533
751
  msgid "Save Changes"
752
  msgstr "Lưu thay đổi"
753
 
754
- #: contact_form.php:1355
755
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
756
- msgstr ""
757
- "Nếu bạn thích plugin của chúng tôi, xin vui lòng cho nó 5 sao trên WordPress"
758
-
759
- #: contact_form.php:1356
760
- msgid "Rate the plugin"
761
- msgstr "Tỷ lệ plugin"
762
-
763
- #: contact_form.php:1359
764
- msgid "If there is something wrong about it, please contact us"
765
- msgstr "Nếu có điều gì sai về nó, xin vui lòng liên hệ với chúng tôi"
766
-
767
- #: contact_form.php:1370
768
  msgid "Errors output"
769
  msgstr "Đầu ra lỗi"
770
 
771
- #: contact_form.php:1373
772
  msgid "Display error messages"
773
  msgstr "Hiển thị thông báo lỗi"
774
 
775
- #: contact_form.php:1374
776
  msgid "Color of the input field errors."
777
  msgstr "Màu sắc của trường nhập lỗi."
778
 
779
- #: contact_form.php:1375
780
  msgid "Display error messages & color of the input field errors"
781
  msgstr "Hiển thị thông báo lỗi và màu sắc của trường nhập lỗi"
782
 
783
- #: contact_form.php:1380
784
  msgid "Add placeholder to the input blocks"
785
  msgstr "Thêm giữ chỗ để các khối đầu vào"
786
 
787
- #: contact_form.php:1386
788
  msgid "Add tooltips"
789
  msgstr "Thêm chú giải công cụ"
790
 
791
- #: contact_form.php:1400
792
  msgid "Email address"
793
  msgstr "Địa chỉ email"
794
 
795
- #: contact_form.php:1405
796
  msgid "Phone Number"
797
  msgstr "Số điện thoại"
798
 
799
- #: contact_form.php:1419
800
  msgid "Attachment"
801
  msgstr "Tập tin đính kèm"
802
 
803
- #: contact_form.php:1424
804
  msgid "(powered by bestwebsoft.com)"
805
  msgstr "(cung cấp bởi bestwebsoft.com)"
806
 
807
- #: contact_form.php:1429
808
  msgid "Style options"
809
  msgstr "Tùy chọn phong cách"
810
 
811
- #: contact_form.php:1432
812
  msgid "Text color"
813
  msgstr "Văn bản màu"
814
 
815
- #: contact_form.php:1435 contact_form.php:1440 contact_form.php:1450
816
- #: contact_form.php:1455 contact_form.php:1460 contact_form.php:1465
817
- #: contact_form.php:1475 contact_form.php:1480 contact_form.php:1486
818
- #: contact_form.php:1497 contact_form.php:1502 contact_form.php:1507
819
  msgid "Default"
820
  msgstr "Mặc định"
821
 
822
- #: contact_form.php:1437
823
  msgid "Label text color"
824
  msgstr "Nhãn văn bản màu"
825
 
826
- #: contact_form.php:1442
827
  msgid "Placeholder color"
828
  msgstr "Giữ chỗ màu"
829
 
830
- #: contact_form.php:1447
831
  msgid "Errors color"
832
  msgstr "Lỗi màu"
833
 
834
- #: contact_form.php:1452
835
  msgid "Error text color"
836
  msgstr "Lỗi văn bản màu"
837
 
838
- #: contact_form.php:1457
839
  msgid "Background color of the input field errors"
840
  msgstr "Màu nền của trường nhập lỗi"
841
 
842
- #: contact_form.php:1462
843
  msgid "Border color of the input field errors"
844
  msgstr "Biên giới màu sắc của trường nhập lỗi"
845
 
846
- #: contact_form.php:1467
847
  msgid "Placeholder color of the input field errors"
848
  msgstr "Giữ chỗ màu sắc của trường nhập lỗi"
849
 
850
- #: contact_form.php:1472
851
  msgid "Input fields"
852
  msgstr "Lĩnh vực đầu vào"
853
 
854
- #: contact_form.php:1477
855
  msgid "Input fields background color"
856
  msgstr "Lĩnh vực đầu vào nền màu"
857
 
858
- #: contact_form.php:1482
859
  msgid "Text fields color"
860
  msgstr "Văn bản lĩnh vực màu"
861
 
862
- #: contact_form.php:1484
863
  msgid "Border width in px, numbers only"
864
  msgstr "Chiều rộng biên giới ở px, chỉ có số điện thoại"
865
 
866
- #: contact_form.php:1488 contact_form.php:1509
867
  msgid "Border color"
868
  msgstr "Biên giới màu sắc"
869
 
870
- #: contact_form.php:1493
871
  msgid "Submit button"
872
  msgstr "Gửi nút"
873
 
874
- #: contact_form.php:1495
875
  msgid "Width in px, numbers only"
876
  msgstr "Chiều rộng trong px, chỉ có số điện thoại"
877
 
878
- #: contact_form.php:1499
879
  msgid "Button color"
880
  msgstr "Nút màu"
881
 
882
- #: contact_form.php:1504
883
  msgid "Button text color"
884
  msgstr "Nút màu chữ"
885
 
886
- #: contact_form.php:1537
887
  msgid "Contact Form Pro | Preview"
888
  msgstr "Liên hệ tạo thành Pro | Xem trước"
889
 
890
- #: contact_form.php:1540
891
  msgid "Show with errors"
892
  msgstr "Hiển thị lỗi"
893
 
894
- #: contact_form.php:1548 contact_form.php:1550
895
  msgid "Please enter your full name..."
896
  msgstr "Vui lòng nhập tên đầy đủ của bạn..."
897
 
898
- #: contact_form.php:1561 contact_form.php:1563
899
  msgid "Please enter your address..."
900
  msgstr "Vui lòng nhập địa chỉ của bạn..."
901
 
902
- #: contact_form.php:1572 contact_form.php:1574
903
  msgid "Please enter your email address..."
904
  msgstr "Vui lòng nhập địa chỉ email của bạn..."
905
 
906
- #: contact_form.php:1583 contact_form.php:1585
907
  msgid "Please enter your phone number..."
908
  msgstr "Vui lòng nhập số điện thoại của bạn..."
909
 
910
- #: contact_form.php:1594 contact_form.php:1596
911
  msgid "Please enter subject..."
912
  msgstr "Vui lòng nhập Chủ đề..."
913
 
914
- #: contact_form.php:1604 contact_form.php:1606
915
  msgid "Please enter your message..."
916
  msgstr "Vui lòng nhập tin nhắn của bạn..."
917
 
918
- #: contact_form.php:1648
919
- msgid ""
920
- "Congratulations! The PRO version of the plugin is successfully download and "
921
- "activated."
922
- msgstr ""
923
-
924
- #: contact_form.php:1650
925
- msgid "Please, go to"
926
- msgstr ""
927
-
928
- #: contact_form.php:1650
929
- #, fuzzy
930
- msgid "the setting page"
931
- msgstr "Cài đặt phụ"
932
-
933
- #: contact_form.php:1651
934
- msgid "You will be redirected automatically in 5 seconds."
935
- msgstr ""
936
-
937
- #: contact_form.php:1656
938
- msgid "You can download and activate"
939
- msgstr ""
940
-
941
- #: contact_form.php:1658
942
- msgid "version of this plugin by entering Your license key."
943
- msgstr ""
944
-
945
- #: contact_form.php:1660
946
- msgid ""
947
- "You can find your license key on your personal page Client area, by clicking "
948
- "on the link"
949
- msgstr ""
950
-
951
- #: contact_form.php:1662
952
- msgid "(your username is the email you specify when purchasing the product)."
953
- msgstr ""
954
-
955
- #: contact_form.php:1670 contact_form.php:1680
956
- #, fuzzy
957
- msgid "Activate"
958
- msgstr "Kích hoạt captcha"
959
-
960
- #: contact_form.php:1752
961
  msgid "Sorry, email message could not be delivered."
962
  msgstr "Xin lỗi, không thể gửi được thư email."
963
 
964
- #: contact_form.php:2156
965
  msgid "Contact from"
966
  msgstr "Liên hệ với từ"
967
 
968
- #: contact_form.php:2178 contact_form.php:2208
969
  msgid "Phone"
970
  msgstr "Điện thoại"
971
 
972
- #: contact_form.php:2189 contact_form.php:2215
973
  msgid "Site"
974
  msgstr "Trang web"
975
 
976
- #: contact_form.php:2302
977
  msgid ""
978
  "If you can see this MIME, it means that the MIME type is not supported by "
979
  "your email client!"
@@ -981,34 +856,82 @@ msgstr ""
981
  "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ỗ "
982
  "trợ bởi ứng dụng email của bạn!"
983
 
984
- #: contact_form.php:2378
985
  msgid "Support"
986
  msgstr "Hỗ trợ"
987
 
988
- #: contact_form.php:2432
989
  msgid "Are you sure that you want to delete this language data?"
990
  msgstr "Bạn có chắc rằng bạn muốn xóa dữ liệu ngôn ngữ này không?"
991
 
992
- #: contact_form.php:2653
 
 
 
 
 
993
  msgid ""
994
- "It’s time to upgrade your <strong>Contact Form plugin</strong> to "
995
- "<strong>PRO</strong> version"
 
 
 
 
996
  msgstr ""
997
 
998
- #: contact_form.php:2654
999
- msgid "Extend standard plugin functionality with new great options."
1000
  msgstr ""
1001
 
1002
- #: contact_form.php:2669
1003
  msgid ""
1004
  "<strong>Contact Form to DB</strong> allows to store your messages to the "
1005
  "database."
1006
  msgstr ""
1007
 
1008
- #: contact_form.php:2670
1009
  msgid "Manage messages that have been sent from your website."
1010
  msgstr ""
1011
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1012
  #~ msgid "Extra settings"
1013
  #~ msgstr "Cài đặt phụ"
1014
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-05 13:07+0300\n"
6
+ "PO-Revision-Date: 2015-03-05 13:07+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Localization blog | http://bizover.net <contact@bizover.net>\n"
9
+ "Language: vi\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:35 contact_form.php:631
20
  msgid "Contact Form Settings"
21
  msgstr "Cài đặt hình thức liên lạc"
22
 
23
+ #: contact_form.php:35
24
  msgid "Contact Form"
25
  msgstr "Mẫu liên hệ"
26
 
27
+ #: contact_form.php:123 contact_form.php:1012 contact_form.php:1046
28
  msgid "Name:"
29
  msgstr "Tên:"
30
 
31
+ #: contact_form.php:124 contact_form.php:1013 contact_form.php:1047
32
  msgid "Address:"
33
  msgstr "Địa chỉ:"
34
 
35
+ #: contact_form.php:125 contact_form.php:1014 contact_form.php:1048
36
  msgid "Email Address:"
37
  msgstr "Địa chỉ email:"
38
 
39
+ #: contact_form.php:126 contact_form.php:1015 contact_form.php:1049
40
  msgid "Phone number:"
41
  msgstr "Số điện thoại:"
42
 
43
+ #: contact_form.php:127 contact_form.php:1016 contact_form.php:1050
44
  msgid "Subject:"
45
  msgstr "Tiêu đề:"
46
 
47
+ #: contact_form.php:128 contact_form.php:1017 contact_form.php:1051
48
  msgid "Message:"
49
  msgstr "Thông báo:"
50
 
51
+ #: contact_form.php:129 contact_form.php:1018 contact_form.php:1052
52
  msgid "Attachment:"
53
  msgstr "File đính kèm:"
54
 
55
+ #: contact_form.php:130
56
  msgid ""
57
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
58
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
62
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, vùng tối đa kích "
63
  "thước: 2MB"
64
 
65
+ #: contact_form.php:131 contact_form.php:1020 contact_form.php:1054
66
  msgid "Send me a copy"
67
  msgstr "Gửi cho tôi một bản sao"
68
 
69
+ #: contact_form.php:132 contact_form.php:1021 contact_form.php:1055
70
  msgid "Submit"
71
  msgstr "Gửi"
72
 
73
+ #: contact_form.php:133
74
  msgid "Your name is required."
75
  msgstr "Tên của bạn là cần thiết."
76
 
77
+ #: contact_form.php:134
78
  msgid "Address is required."
79
  msgstr "Địa chỉ được yêu cầu."
80
 
81
+ #: contact_form.php:135
82
  msgid "A valid email address is required."
83
  msgstr "Một địa chỉ email hợp lệ là bắt buộc."
84
 
85
+ #: contact_form.php:136
86
  msgid "Phone number is required."
87
  msgstr "Số điện thoại được yêu cầu."
88
 
89
+ #: contact_form.php:137
90
  msgid "Subject is required."
91
  msgstr "Chủ đề là bắt buộc."
92
 
93
+ #: contact_form.php:138
94
  msgid "Message text is required."
95
  msgstr "Tin nhắn văn bản được yêu cầu."
96
 
97
+ #: contact_form.php:139
98
  msgid "File format is not valid."
99
  msgstr "Định dạng tập tin là không hợp lệ."
100
 
101
+ #: contact_form.php:140
102
  msgid "File upload error."
103
  msgstr "Lỗi tải lên tệp."
104
 
105
+ #: contact_form.php:141
106
  msgid "The file could not be uploaded."
107
  msgstr "Không thể tải các tập tin."
108
 
109
+ #: contact_form.php:142
110
  msgid "This file is too large."
111
  msgstr "Tập tin này là quá lớn."
112
 
113
+ #: contact_form.php:143
114
  msgid "Please fill out the CAPTCHA."
115
  msgstr "Xin vui lòng điền CAPTCHA."
116
 
117
+ #: contact_form.php:144
118
  msgid "Please make corrections below and try again."
119
  msgstr "Xin vui lòng làm cho chỉnh dưới đây và thử lại."
120
 
121
+ #: contact_form.php:146
122
  msgid "Thank you for contacting us."
123
  msgstr "Cảm ơn bạn đã liên hệ với chúng tôi."
124
 
125
+ #: contact_form.php:543
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
126
  msgid ""
127
  "Email 'FROM' field option was changed, which may cause email messages being "
128
  "moved to the spam folder or email delivery failures."
129
  msgstr ""
130
 
131
+ #: contact_form.php:553
132
  msgid ""
133
  "If the 'Redirect to page' option is selected then the URL field should be in "
134
  "the following format"
136
  "Nếu tùy chọn 'Chuyển hướng đến trang' được chọn thì trường URL nên ở định "
137
  "dạng sau"
138
 
139
+ #: contact_form.php:562
140
  #, fuzzy
141
  msgid "Such user does not exist."
142
  msgstr "Người dùng như vậy không tồn tại. Cài đặt không được lưu."
143
 
144
+ #: contact_form.php:572
145
  #, fuzzy
146
  msgid ""
147
  "Please enter a valid email address in the 'Use this email address' field."
149
  "Vui lòng nhập một địa chỉ email hợp lệ trong trường 'Từ'. Cài đặt không được "
150
  "lưu."
151
 
152
+ #: contact_form.php:580
153
  #, fuzzy
154
  msgid "Please enter a valid email address in the 'FROM' field."
155
  msgstr ""
156
  "Vui lòng nhập một địa chỉ email hợp lệ trong trường 'Từ'. Cài đặt không được "
157
  "lưu."
158
 
159
+ #: contact_form.php:603
160
  msgid "Settings saved."
161
  msgstr "Cài đặt đã lưu."
162
 
163
+ #: contact_form.php:605
164
  #, fuzzy
165
  msgid "Settings are not saved."
166
  msgstr "Cài đặt đã lưu."
167
 
168
+ #: contact_form.php:633 contact_form.php:2126 contact_form.php:2140
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
169
  msgid "Settings"
170
  msgstr "Cài đặt"
171
 
172
+ #: contact_form.php:634
173
  #, fuzzy
174
  msgid "Additional settings"
175
  msgstr "Tùy chọn bổ sung"
176
 
177
+ #: contact_form.php:635
178
  msgid "Appearance"
179
  msgstr ""
180
 
181
+ #: contact_form.php:636 contact_form.php:2141
182
  msgid "FAQ"
183
  msgstr "CÂU HỎI THƯỜNG GẶP"
184
 
185
+ #: contact_form.php:637
186
  msgid "Go PRO"
187
  msgstr ""
188
 
189
+ #: contact_form.php:640 contact_form.php:642
190
  msgid "Notice:"
191
  msgstr "Thông báo:"
192
 
193
+ #: contact_form.php:640
194
  msgid ""
195
  "The plugin's settings have been changed. In order to save them please don't "
196
  "forget to click the 'Save Changes' button."
198
  "Cài đặt của plugin đã được thay đổi. Để tiết kiệm họ xin đừng quên để nhấp "
199
  "vào nút 'Lưu thay đổi'."
200
 
201
+ #: contact_form.php:650
202
  msgid ""
203
  "If you want to create multiple contact forms, please install the Contact "
204
  "Form Multi plugin."
205
  msgstr ""
206
 
207
+ #: contact_form.php:657 contact_form.php:660 contact_form.php:1439
208
  msgid ""
209
  "If you would like to add the Contact Form to your website, just copy and "
210
  "paste this shortcode to your post or page or widget:"
212
  "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 "
213
  "chép và dán này shortcode để đăng bài hay trang hoặc phụ tùng của bạn:"
214
 
215
+ #: contact_form.php:657 contact_form.php:658 contact_form.php:660
216
+ #: contact_form.php:661 contact_form.php:1036 contact_form.php:1038
217
+ #: contact_form.php:1099 contact_form.php:1101
218
  msgid "or"
219
  msgstr "hoặc"
220
 
221
+ #: contact_form.php:658 contact_form.php:661
222
  msgid ""
223
  "If have any problems with the standard shortcode [contact_form], you should "
224
  "use the shortcode"
226
  "Nếu có bất kỳ vấn đề với tiêu chuẩn shortcode [contact_form], bạn nên sử "
227
  "dụng shortcode"
228
 
229
+ #: contact_form.php:658 contact_form.php:661
230
  msgid "They work the same way."
231
  msgstr "Họ làm việc cùng một cách."
232
 
233
+ #: contact_form.php:665
234
  msgid ""
235
  "If you leave the fields empty, the messages will be sent to the email "
236
  "address specified during registration."
238
  "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 "
239
  "được chỉ định trong quá trình đăng ký."
240
 
241
+ #: contact_form.php:668
242
  msgid "The user's email address:"
243
  msgstr "Các địa chỉ email của người dùng:"
244
 
245
+ #: contact_form.php:672
246
  msgid "Create a username"
247
  msgstr "Tạo một tên người dùng"
248
 
249
+ #: contact_form.php:685
250
  msgid ""
251
  "Enter a username of the person who should get the messages from the contact "
252
  "form."
254
  "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 "
255
  "lạc."
256
 
257
+ #: contact_form.php:689
258
  msgid "Use this email address:"
259
  msgstr "Sử dụng địa chỉ email này:"
260
 
261
+ #: contact_form.php:692
262
  msgid "Enter the email address you want the messages forwarded to."
263
  msgstr "Nhập địa chỉ email mà bạn muốn các thư được chuyển tiếp đến."
264
 
265
+ #: contact_form.php:701
266
  msgid "Add department selectbox to the contact form:"
267
  msgstr "Địa chỉ sở selectbox để hình thức liên lạc:"
268
 
269
+ #: contact_form.php:709 contact_form.php:1145 contact_form.php:1322
270
  msgid "If you upgrade to Pro version all your settings will be saved."
271
  msgstr ""
272
  "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."
273
 
274
+ #: contact_form.php:716 contact_form.php:879 contact_form.php:952
275
+ #: contact_form.php:1152 contact_form.php:1329
276
  msgid "Unlock premium options by upgrading to a PRO version."
277
  msgstr ""
278
 
279
+ #: contact_form.php:717 contact_form.php:880 contact_form.php:953
280
+ #: contact_form.php:1153 contact_form.php:1330 contact_form.php:2402
 
281
  msgid "Learn More"
282
  msgstr ""
283
 
284
+ #: contact_form.php:720 contact_form.php:883 contact_form.php:956
285
+ #: contact_form.php:1156 contact_form.php:1333
286
  msgid "Go"
287
  msgstr ""
288
 
289
+ #: contact_form.php:727
290
  msgid "Save emails to the database"
291
  msgstr "Lưu email vào cơ sở dữ liệu"
292
 
293
+ #: contact_form.php:732
294
  msgid "Using"
295
  msgstr ""
296
 
297
+ #: contact_form.php:732 contact_form.php:929 contact_form.php:932
298
+ #: contact_form.php:936
299
  msgid "powered by"
300
  msgstr "Được tài trợ bởi"
301
 
302
+ #: contact_form.php:735 contact_form.php:739
303
  msgid "Using Contact Form to DB powered by"
304
  msgstr "Bằng cách sử dụng mẫu liên hệ để DB được tài trợ bởi"
305
 
306
+ #: contact_form.php:735
307
  msgid "Activate Contact Form to DB"
308
  msgstr "Kích hoạt các hình thức liên lạc để DB"
309
 
310
+ #: contact_form.php:739
311
  msgid "Download Contact Form to DB"
312
  msgstr "Tải về hình thức liên lạc để DB"
313
 
314
+ #: contact_form.php:749
315
  msgid "What to use?"
316
  msgstr "Những gì để sử dụng?"
317
 
318
+ #: contact_form.php:752
319
  msgid "Wp-mail"
320
  msgstr "WP-thư"
321
 
322
+ #: contact_form.php:752
323
  msgid "You can use the wp_mail function for mailing"
324
  msgstr "Bạn có thể sử dụng các chức năng wp_mail để gửi thư"
325
 
326
+ #: contact_form.php:754
327
  msgid "Mail"
328
  msgstr "Thư"
329
 
330
+ #: contact_form.php:754
331
  msgid "To send mail you can use the php mail function"
332
  msgstr "Để gửi thư, bạn có thể sử dụng chức năng php thư"
333
 
334
+ #: contact_form.php:758
335
  msgid "'FROM' field"
336
  msgstr ""
337
 
338
+ #: contact_form.php:760 contact_form.php:810 contact_form.php:1197
339
+ #: contact_form.php:1927 contact_form.php:1963
340
  msgid "Name"
341
  msgstr "Tên"
342
 
343
+ #: contact_form.php:764
344
  msgid "User name"
345
  msgstr "Tên người dùng"
346
 
347
+ #: contact_form.php:766
348
  msgid ""
349
  "The name of the user who fills the form will be used in the field 'From'."
350
  msgstr ""
351
  "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ừ'."
352
 
353
+ #: contact_form.php:771 contact_form.php:1938 contact_form.php:1970
354
  msgid "Email"
355
  msgstr "Thư điện tử"
356
 
357
+ #: contact_form.php:778
358
  msgid "User email"
359
  msgstr "Người dùng thư điện tử"
360
 
361
+ #: contact_form.php:780
362
  msgid ""
363
  "The email address of the user who fills the form will be used in the field "
364
  "'From'."
366
  "Đị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 "
367
  "trường 'Từ'."
368
 
369
+ #: contact_form.php:784
370
  msgid ""
371
  "If this option is changed, email messages may be moved to the spam folder or "
372
  "email delivery failures may occur."
373
  msgstr ""
374
 
375
+ #: contact_form.php:790
376
  msgid "Required symbol"
377
  msgstr "Biểu tượng yêu cầu"
378
 
379
+ #: contact_form.php:800
380
  msgid "Fields"
381
  msgstr "Lĩnh vực"
382
 
383
+ #: contact_form.php:801
384
  msgid "Used"
385
  msgstr "Sử dụng"
386
 
387
+ #: contact_form.php:802
388
  msgid "Required"
389
  msgstr "Yêu cầu"
390
 
391
+ #: contact_form.php:803
392
  msgid "Visible"
393
  msgstr "Có thể nhìn thấy"
394
 
395
+ #: contact_form.php:804
396
  msgid "Disabled for editing"
397
  msgstr "Khuyết tật để chỉnh sửa"
398
 
399
+ #: contact_form.php:805
400
  msgid "Field's default value"
401
  msgstr "Giá trị mặc định của trường"
402
 
403
+ #: contact_form.php:817
404
  msgid "Use User's name as a default value if the user is logged in."
405
  msgstr ""
406
 
407
+ #: contact_form.php:818 contact_form.php:846
408
  msgid ""
409
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
410
  "in users."
411
  msgstr ""
412
 
413
+ #: contact_form.php:822
414
  msgid "Location selectbox"
415
  msgstr ""
416
 
417
+ #: contact_form.php:830 contact_form.php:1202 contact_form.php:1933
418
+ #: contact_form.php:1967
419
  msgid "Address"
420
  msgstr "Địa chỉ"
421
 
422
+ #: contact_form.php:838
423
  msgid "Email Address"
424
  msgstr "Địa chỉ email"
425
 
426
+ #: contact_form.php:845
427
  msgid "Use User's email as a default value if the user is logged in."
428
  msgstr ""
429
 
430
+ #: contact_form.php:850
431
  msgid "Phone number"
432
  msgstr "Số điện thoại"
433
 
434
+ #: contact_form.php:858 contact_form.php:1217 contact_form.php:1948
435
+ #: contact_form.php:1976
436
  msgid "Subject"
437
  msgstr "Chủ đề"
438
 
439
+ #: contact_form.php:866 contact_form.php:1221 contact_form.php:1951
440
+ #: contact_form.php:1978
441
  msgid "Message"
442
  msgstr "Tin nhắn"
443
 
444
+ #: contact_form.php:890
445
  msgid "Attachment block"
446
  msgstr "Tập tin đính kèm khối"
447
 
448
+ #: contact_form.php:892
449
  msgid "Users can attach the following file formats"
450
  msgstr "Người dùng có thể đính kèm các định dạng tệp sau"
451
 
452
+ #: contact_form.php:905
453
  msgid "Add to the form"
454
  msgstr "Thêm vào các hình thức"
455
 
456
+ #: contact_form.php:910
457
  msgid "Tips below the Attachment"
458
  msgstr "Mẹo bên dưới phần đính kèm"
459
 
460
+ #: contact_form.php:919
461
  msgid "'Send me a copy' block"
462
  msgstr "'Gửi tôi một bản sao' khối"
463
 
464
+ #: contact_form.php:929 contact_form.php:932 contact_form.php:936
465
+ #: contact_form.php:1231
466
  msgid "Captcha"
467
  msgstr "CAPTCHA"
468
 
469
+ #: contact_form.php:932
470
  msgid "Activate captcha"
471
  msgstr "Kích hoạt captcha"
472
 
473
+ #: contact_form.php:936
474
  msgid "Download captcha"
475
  msgstr "Tải về captcha"
476
 
477
+ #: contact_form.php:944
478
  msgid "Agreement checkbox"
479
  msgstr "Thỏa thuận hộp kiểm"
480
 
481
+ #: contact_form.php:944
482
  msgid "Required checkbox for submitting the form"
483
  msgstr "Các hộp kiểm yêu cầu để gửi biểu mẫu"
484
 
485
+ #: contact_form.php:945
486
  msgid "Optional checkbox"
487
  msgstr "Tùy chọn hộp kiểm"
488
 
489
+ #: contact_form.php:945
490
  msgid "Optional checkbox, the results of which will be displayed in email"
491
  msgstr "Tùy chọn hộp kiểm, kết quả trong đó sẽ được hiển thị trong email"
492
 
493
+ #: contact_form.php:962
494
  msgid "Delete an attachment file from the server after the email is sent"
495
  msgstr "Xóa một tập tin đính kèm từ hệ phục vụ sau khi các email được gửi"
496
 
497
+ #: contact_form.php:968
498
  msgid "Email in HTML format sending"
499
  msgstr "Gửi email cho HTML định dạng gửi"
500
 
501
+ #: contact_form.php:972
502
  msgid "Display additional info in the email"
503
  msgstr "Hiển thị thông tin bổ sung trong email"
504
 
505
+ #: contact_form.php:977 contact_form.php:1894 contact_form.php:1896
506
  msgid "Sent from (ip address)"
507
  msgstr "Gửi từ (địa chỉ ip)"
508
 
509
+ #: contact_form.php:977
510
  msgid "Example: Sent from (IP address):\t127.0.0.1"
511
  msgstr "Ví dụ: Gửi từ (địa chỉ IP):\t127.0.0.1"
512
 
513
+ #: contact_form.php:978 contact_form.php:1900 contact_form.php:1902
514
  msgid "Date/Time"
515
  msgstr "Ngày/thời gian"
516
 
517
+ #: contact_form.php:978
518
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
519
  msgstr "Ví dụ: Ngày/thời gian:\tngày 19 tháng 8 năm 2013 8:50 pm"
520
 
521
+ #: contact_form.php:979 contact_form.php:1906 contact_form.php:1908
522
  msgid "Sent from (referer)"
523
  msgstr "Gửi từ (referer)"
524
 
525
+ #: contact_form.php:979
526
  msgid ""
527
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
528
  msgstr "Ví dụ: Gửi từ (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
529
 
530
+ #: contact_form.php:980 contact_form.php:1912 contact_form.php:1914
531
  msgid "Using (user agent)"
532
  msgstr "Sử dụng (người sử dụng đại lý)"
533
 
534
+ #: contact_form.php:980
535
  msgid ""
536
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
537
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
539
  "Ví dụ: Sử dụng (người sử dụng đại lý):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
540
  "AppleWebKit/537.36 (KHTML, như Gecko) Chrome/28.0.1500.95 Safari/537.36"
541
 
542
+ #: contact_form.php:984
543
  msgid "Language settings for the field names in the form"
544
  msgstr "Cài đặt ngôn ngữ cho tên trường trong các hình thức"
545
 
546
+ #: contact_form.php:993
547
  msgid "Add a language"
548
  msgstr "Thêm một ngôn ngữ"
549
 
550
+ #: contact_form.php:997
551
  msgid "Change the names of the contact form fields and error messages"
552
  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"
553
 
554
+ #: contact_form.php:1002 contact_form.php:1089
555
  msgid "English"
556
  msgstr "Tiếng Anh"
557
 
558
+ #: contact_form.php:1010 contact_form.php:1044
559
  msgid "click to expand/hide the list"
560
  msgstr ""
561
 
562
+ #: contact_form.php:1019 contact_form.php:1053
563
  msgid "Tips below the Attachment block"
564
  msgstr "Lời khuyên dưới đây khối tập tin đính kèm"
565
 
566
+ #: contact_form.php:1022 contact_form.php:1056
567
  msgid "Error message for the Name field"
568
  msgstr "Thông báo lỗi cho trường tên"
569
 
570
+ #: contact_form.php:1023 contact_form.php:1057
571
  msgid "Error message for the Address field"
572
  msgstr "Thông báo lỗi cho trường địa chỉ"
573
 
574
+ #: contact_form.php:1024 contact_form.php:1058
575
  msgid "Error message for the Email field"
576
  msgstr "Thông báo lỗi cho trường Email"
577
 
578
+ #: contact_form.php:1025 contact_form.php:1059
579
  msgid "Error message for the Phone field"
580
  msgstr "Thông báo lỗi cho lĩnh vực điện thoại"
581
 
582
+ #: contact_form.php:1026 contact_form.php:1060
583
  msgid "Error message for the Subject field"
584
  msgstr "Thông báo lỗi cho trường chủ đề"
585
 
586
+ #: contact_form.php:1027 contact_form.php:1061
587
  msgid "Error message for the Message field"
588
  msgstr "Thông báo lỗi cho trường tin nhắn"
589
 
590
+ #: contact_form.php:1028 contact_form.php:1062
591
  msgid "Error message about the file type for the Attachment field"
592
  msgstr "Thông báo lỗi về các loại tập tin cho trường đính kèm"
593
 
594
+ #: contact_form.php:1029 contact_form.php:1063
595
  msgid ""
596
  "Error message while uploading a file for the Attachment field to the server"
597
  msgstr ""
598
  "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 "
599
  "vụ"
600
 
601
+ #: contact_form.php:1030 contact_form.php:1064
602
  msgid "Error message while moving the file for the Attachment field"
603
  msgstr ""
604
  "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"
605
 
606
+ #: contact_form.php:1031 contact_form.php:1065
607
  msgid "Error message when file size limit for the Attachment field is exceeded"
608
  msgstr ""
609
  "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"
610
 
611
+ #: contact_form.php:1032 contact_form.php:1066
612
  msgid "Error message for the Captcha field"
613
  msgstr "Thông báo lỗi cho lĩnh vực Captcha"
614
 
615
+ #: contact_form.php:1033 contact_form.php:1067
616
  msgid "Error message for the whole form"
617
  msgstr "Thông báo lỗi cho các hình thức toàn bộ"
618
 
619
+ #: contact_form.php:1036 contact_form.php:1038 contact_form.php:1070
620
+ #: contact_form.php:1072 contact_form.php:1099 contact_form.php:1101
621
+ #: contact_form.php:1109 contact_form.php:1111 contact_form.php:2272
622
+ #: contact_form.php:2274
623
  msgid "Use shortcode"
624
  msgstr "Sử dụng shortcode"
625
 
626
+ #: contact_form.php:1036 contact_form.php:1038 contact_form.php:1070
627
+ #: contact_form.php:1072 contact_form.php:1099 contact_form.php:1101
628
+ #: contact_form.php:1109 contact_form.php:1111 contact_form.php:2272
629
+ #: contact_form.php:2274
630
  msgid "for this language"
631
  msgstr "cho ngôn ngữ này"
632
 
633
+ #: contact_form.php:1080
634
  #, fuzzy
635
  msgid "Use the changed names of the contact form fields in the email"
636
  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"
637
 
638
+ #: contact_form.php:1086
639
  msgid "Action after email is sent"
640
  msgstr "Hành động sau khi email được gửi"
641
 
642
+ #: contact_form.php:1088
643
  msgid "Display text"
644
  msgstr "Hiển thị văn bản"
645
 
646
+ #: contact_form.php:1097 contact_form.php:1107
647
  msgid "Text"
648
  msgstr "Văn bản"
649
 
650
+ #: contact_form.php:1118
651
  msgid "Redirect to the page"
652
  msgstr "Chuyển hướng đến trang"
653
 
654
+ #: contact_form.php:1119
655
  msgid "Url"
656
  msgstr "URL"
657
 
658
+ #: contact_form.php:1123
659
  msgid "The $_SERVER variable that is used to build a URL of the form"
660
  msgstr ""
661
 
662
+ #: contact_form.php:1127
663
  msgid ""
664
  "If you are not sure whether to change this setting or not, please do not do "
665
  "that."
666
  msgstr ""
667
 
668
+ #: contact_form.php:1136
669
  msgid "Auto Response"
670
  msgstr ""
671
 
672
+ #: contact_form.php:1140
673
  #, php-format
674
  msgid ""
675
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
677
  "name."
678
  msgstr ""
679
 
680
+ #: contact_form.php:1165 contact_form.php:1340
681
  msgid "Save Changes"
682
  msgstr "Lưu thay đổi"
683
 
684
+ #: contact_form.php:1177
 
 
 
 
 
 
 
 
 
 
 
 
 
685
  msgid "Errors output"
686
  msgstr "Đầu ra lỗi"
687
 
688
+ #: contact_form.php:1180
689
  msgid "Display error messages"
690
  msgstr "Hiển thị thông báo lỗi"
691
 
692
+ #: contact_form.php:1181
693
  msgid "Color of the input field errors."
694
  msgstr "Màu sắc của trường nhập lỗi."
695
 
696
+ #: contact_form.php:1182
697
  msgid "Display error messages & color of the input field errors"
698
  msgstr "Hiển thị thông báo lỗi và màu sắc của trường nhập lỗi"
699
 
700
+ #: contact_form.php:1187
701
  msgid "Add placeholder to the input blocks"
702
  msgstr "Thêm giữ chỗ để các khối đầu vào"
703
 
704
+ #: contact_form.php:1193
705
  msgid "Add tooltips"
706
  msgstr "Thêm chú giải công cụ"
707
 
708
+ #: contact_form.php:1207
709
  msgid "Email address"
710
  msgstr "Địa chỉ email"
711
 
712
+ #: contact_form.php:1212
713
  msgid "Phone Number"
714
  msgstr "Số điện thoại"
715
 
716
+ #: contact_form.php:1226
717
  msgid "Attachment"
718
  msgstr "Tập tin đính kèm"
719
 
720
+ #: contact_form.php:1231
721
  msgid "(powered by bestwebsoft.com)"
722
  msgstr "(cung cấp bởi bestwebsoft.com)"
723
 
724
+ #: contact_form.php:1236
725
  msgid "Style options"
726
  msgstr "Tùy chọn phong cách"
727
 
728
+ #: contact_form.php:1239
729
  msgid "Text color"
730
  msgstr "Văn bản màu"
731
 
732
+ #: contact_form.php:1242 contact_form.php:1247 contact_form.php:1257
733
+ #: contact_form.php:1262 contact_form.php:1267 contact_form.php:1272
734
+ #: contact_form.php:1282 contact_form.php:1287 contact_form.php:1293
735
+ #: contact_form.php:1304 contact_form.php:1309 contact_form.php:1314
736
  msgid "Default"
737
  msgstr "Mặc định"
738
 
739
+ #: contact_form.php:1244
740
  msgid "Label text color"
741
  msgstr "Nhãn văn bản màu"
742
 
743
+ #: contact_form.php:1249
744
  msgid "Placeholder color"
745
  msgstr "Giữ chỗ màu"
746
 
747
+ #: contact_form.php:1254
748
  msgid "Errors color"
749
  msgstr "Lỗi màu"
750
 
751
+ #: contact_form.php:1259
752
  msgid "Error text color"
753
  msgstr "Lỗi văn bản màu"
754
 
755
+ #: contact_form.php:1264
756
  msgid "Background color of the input field errors"
757
  msgstr "Màu nền của trường nhập lỗi"
758
 
759
+ #: contact_form.php:1269
760
  msgid "Border color of the input field errors"
761
  msgstr "Biên giới màu sắc của trường nhập lỗi"
762
 
763
+ #: contact_form.php:1274
764
  msgid "Placeholder color of the input field errors"
765
  msgstr "Giữ chỗ màu sắc của trường nhập lỗi"
766
 
767
+ #: contact_form.php:1279
768
  msgid "Input fields"
769
  msgstr "Lĩnh vực đầu vào"
770
 
771
+ #: contact_form.php:1284
772
  msgid "Input fields background color"
773
  msgstr "Lĩnh vực đầu vào nền màu"
774
 
775
+ #: contact_form.php:1289
776
  msgid "Text fields color"
777
  msgstr "Văn bản lĩnh vực màu"
778
 
779
+ #: contact_form.php:1291
780
  msgid "Border width in px, numbers only"
781
  msgstr "Chiều rộng biên giới ở px, chỉ có số điện thoại"
782
 
783
+ #: contact_form.php:1295 contact_form.php:1316
784
  msgid "Border color"
785
  msgstr "Biên giới màu sắc"
786
 
787
+ #: contact_form.php:1300
788
  msgid "Submit button"
789
  msgstr "Gửi nút"
790
 
791
+ #: contact_form.php:1302
792
  msgid "Width in px, numbers only"
793
  msgstr "Chiều rộng trong px, chỉ có số điện thoại"
794
 
795
+ #: contact_form.php:1306
796
  msgid "Button color"
797
  msgstr "Nút màu"
798
 
799
+ #: contact_form.php:1311
800
  msgid "Button text color"
801
  msgstr "Nút màu chữ"
802
 
803
+ #: contact_form.php:1344
804
  msgid "Contact Form Pro | Preview"
805
  msgstr "Liên hệ tạo thành Pro | Xem trước"
806
 
807
+ #: contact_form.php:1347
808
  msgid "Show with errors"
809
  msgstr "Hiển thị lỗi"
810
 
811
+ #: contact_form.php:1355 contact_form.php:1357
812
  msgid "Please enter your full name..."
813
  msgstr "Vui lòng nhập tên đầy đủ của bạn..."
814
 
815
+ #: contact_form.php:1368 contact_form.php:1370
816
  msgid "Please enter your address..."
817
  msgstr "Vui lòng nhập địa chỉ của bạn..."
818
 
819
+ #: contact_form.php:1379 contact_form.php:1381
820
  msgid "Please enter your email address..."
821
  msgstr "Vui lòng nhập địa chỉ email của bạn..."
822
 
823
+ #: contact_form.php:1390 contact_form.php:1392
824
  msgid "Please enter your phone number..."
825
  msgstr "Vui lòng nhập số điện thoại của bạn..."
826
 
827
+ #: contact_form.php:1401 contact_form.php:1403
828
  msgid "Please enter subject..."
829
  msgstr "Vui lòng nhập Chủ đề..."
830
 
831
+ #: contact_form.php:1411 contact_form.php:1413
832
  msgid "Please enter your message..."
833
  msgstr "Vui lòng nhập tin nhắn của bạn..."
834
 
835
+ #: contact_form.php:1517
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
836
  msgid "Sorry, email message could not be delivered."
837
  msgstr "Xin lỗi, không thể gửi được thư email."
838
 
839
+ #: contact_form.php:1921
840
  msgid "Contact from"
841
  msgstr "Liên hệ với từ"
842
 
843
+ #: contact_form.php:1943 contact_form.php:1973
844
  msgid "Phone"
845
  msgstr "Điện thoại"
846
 
847
+ #: contact_form.php:1954 contact_form.php:1980
848
  msgid "Site"
849
  msgstr "Trang web"
850
 
851
+ #: contact_form.php:2066
852
  msgid ""
853
  "If you can see this MIME, it means that the MIME type is not supported by "
854
  "your email client!"
856
  "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ỗ "
857
  "trợ bởi ứng dụng email của bạn!"
858
 
859
+ #: contact_form.php:2142
860
  msgid "Support"
861
  msgstr "Hỗ trợ"
862
 
863
+ #: contact_form.php:2191
864
  msgid "Are you sure that you want to delete this language data?"
865
  msgstr "Bạn có chắc rằng bạn muốn xóa dữ liệu ngôn ngữ này không?"
866
 
867
+ #: contact_form.php:2212
868
+ #, fuzzy
869
+ msgid "Add multiple forms"
870
+ msgstr "Thêm vào các hình thức"
871
+
872
+ #: contact_form.php:2212
873
  msgid ""
874
+ "Install Contact Form Multi plugin to create unlimited number of contact "
875
+ "forms."
876
+ msgstr ""
877
+
878
+ #: contact_form.php:2217
879
+ msgid "Learn more"
880
  msgstr ""
881
 
882
+ #: contact_form.php:2221
883
+ msgid "Close"
884
  msgstr ""
885
 
886
+ #: contact_form.php:2405
887
  msgid ""
888
  "<strong>Contact Form to DB</strong> allows to store your messages to the "
889
  "database."
890
  msgstr ""
891
 
892
+ #: contact_form.php:2406
893
  msgid "Manage messages that have been sent from your website."
894
  msgstr ""
895
 
896
+ #~ msgid "requires"
897
+ #~ msgstr "yêu cầu"
898
+
899
+ #~ msgid ""
900
+ #~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
901
+ #~ "and try again."
902
+ #~ msgstr ""
903
+ #~ "hoặc cao hơn, đó là lý do tại sao nó đã bị ngừng hoạt động! Xin vui lòng "
904
+ #~ "nâng cấp WordPress và thử lại."
905
+
906
+ #~ msgid "Back to the WordPress"
907
+ #~ msgstr "Quay lại WordPress"
908
+
909
+ #~ msgid "Plugins page"
910
+ #~ msgstr "Trang Plugins"
911
+
912
+ #, fuzzy
913
+ #~ msgid "Please, enter Your license key"
914
+ #~ msgstr "Vui lòng nhập tin nhắn của bạn..."
915
+
916
+ #~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
917
+ #~ msgstr ""
918
+ #~ "Nếu bạn thích plugin của chúng tôi, xin vui lòng cho nó 5 sao trên "
919
+ #~ "WordPress"
920
+
921
+ #~ msgid "Rate the plugin"
922
+ #~ msgstr "Tỷ lệ plugin"
923
+
924
+ #~ msgid "If there is something wrong about it, please contact us"
925
+ #~ msgstr "Nếu có điều gì sai về nó, xin vui lòng liên hệ với chúng tôi"
926
+
927
+ #, fuzzy
928
+ #~ msgid "the setting page"
929
+ #~ msgstr "Cài đặt phụ"
930
+
931
+ #, fuzzy
932
+ #~ msgid "Activate"
933
+ #~ msgstr "Kích hoạt captcha"
934
+
935
  #~ msgid "Extra settings"
936
  #~ msgstr "Cài đặt phụ"
937
 
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: 2015-02-17 12:49+0300\n"
6
- "PO-Revision-Date: 2015-02-17 12:49+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: kplam <kplam@qq.com>\n"
9
  "Language: zh_CN\n"
@@ -16,43 +16,43 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:80 contact_form.php:811
20
  msgid "Contact Form Settings"
21
  msgstr "联系表单设置"
22
 
23
- #: contact_form.php:80
24
  msgid "Contact Form"
25
  msgstr "联系表单"
26
 
27
- #: contact_form.php:162 contact_form.php:1195 contact_form.php:1229
28
  msgid "Name:"
29
  msgstr "姓名:"
30
 
31
- #: contact_form.php:163 contact_form.php:1196 contact_form.php:1230
32
  msgid "Address:"
33
  msgstr "地址:"
34
 
35
- #: contact_form.php:164 contact_form.php:1197 contact_form.php:1231
36
  msgid "Email Address:"
37
  msgstr "电子邮箱:"
38
 
39
- #: contact_form.php:165 contact_form.php:1198 contact_form.php:1232
40
  msgid "Phone number:"
41
  msgstr "电话:"
42
 
43
- #: contact_form.php:166 contact_form.php:1199 contact_form.php:1233
44
  msgid "Subject:"
45
  msgstr "主题:"
46
 
47
- #: contact_form.php:167 contact_form.php:1200 contact_form.php:1234
48
  msgid "Message:"
49
  msgstr "内容:"
50
 
51
- #: contact_form.php:168 contact_form.php:1201 contact_form.php:1235
52
  msgid "Attachment:"
53
  msgstr "附件:"
54
 
55
- #: contact_form.php:169
56
  msgid ""
57
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
58
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
@@ -61,530 +61,461 @@ msgstr ""
61
  "支持的文件类型: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, "
62
  "RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. 最大文件限制: 2MB"
63
 
64
- #: contact_form.php:170 contact_form.php:1203 contact_form.php:1237
65
  msgid "Send me a copy"
66
  msgstr "抄送一份给我"
67
 
68
- #: contact_form.php:171 contact_form.php:1204 contact_form.php:1238
69
  msgid "Submit"
70
  msgstr "提交"
71
 
72
- #: contact_form.php:172
73
  msgid "Your name is required."
74
  msgstr "姓名是必需的。"
75
 
76
- #: contact_form.php:173
77
  msgid "Address is required."
78
  msgstr "地址是必需的。"
79
 
80
- #: contact_form.php:174
81
  msgid "A valid email address is required."
82
  msgstr "一个有效的电子邮件地址是必需的。"
83
 
84
- #: contact_form.php:175
85
  msgid "Phone number is required."
86
  msgstr "电话号码是必需的。"
87
 
88
- #: contact_form.php:176
89
  msgid "Subject is required."
90
  msgstr "主题是必需的。"
91
 
92
- #: contact_form.php:177
93
  msgid "Message text is required."
94
  msgstr "内容是必需的。"
95
 
96
- #: contact_form.php:178
97
  msgid "File format is not valid."
98
  msgstr "文件格式是无效的。"
99
 
100
- #: contact_form.php:179
101
  msgid "File upload error."
102
  msgstr "文件上传错误。"
103
 
104
- #: contact_form.php:180
105
  msgid "The file could not be uploaded."
106
  msgstr "文件不能上传。"
107
 
108
- #: contact_form.php:181
109
  msgid "This file is too large."
110
  msgstr "此文件太大。"
111
 
112
- #: contact_form.php:182
113
  msgid "Please fill out the CAPTCHA."
114
  msgstr "请填写验证码。"
115
 
116
- #: contact_form.php:183
117
  msgid "Please make corrections below and try again."
118
  msgstr "请改正,然后再试一次。"
119
 
120
- #: contact_form.php:185
121
  msgid "Thank you for contacting us."
122
  msgstr "感谢您与我们联系。"
123
 
124
- #: contact_form.php:362
125
- msgid "requires"
126
- msgstr "必填"
127
-
128
- #: contact_form.php:362
129
- msgid ""
130
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
131
- "try again."
132
- msgstr "或更高,这就是为什么它已停用!请升级WordPress和再试一次。"
133
-
134
- #: contact_form.php:362
135
- msgid "Back to the WordPress"
136
- msgstr "回到 WordPress"
137
-
138
- #: contact_form.php:362
139
- msgid "Plugins page"
140
- msgstr "插件页面"
141
-
142
- #: contact_form.php:598
143
  msgid ""
144
  "Email 'FROM' field option was changed, which may cause email messages being "
145
  "moved to the spam folder or email delivery failures."
146
  msgstr ""
147
 
148
- #: contact_form.php:608
149
  msgid ""
150
  "If the 'Redirect to page' option is selected then the URL field should be in "
151
  "the following format"
152
  msgstr "如果'重定向到页面“选项被选中,那么URL字段应为以下格式。"
153
 
154
- #: contact_form.php:617
155
  #, fuzzy
156
  msgid "Such user does not exist."
157
  msgstr "用户不存在。设置不被保存。"
158
 
159
- #: contact_form.php:627
160
  #, fuzzy
161
  msgid ""
162
  "Please enter a valid email address in the 'Use this email address' field."
163
  msgstr "请在“发件人”字段输入一个有效的电子邮件地址。设置不被保存。"
164
 
165
- #: contact_form.php:635
166
  #, fuzzy
167
  msgid "Please enter a valid email address in the 'FROM' field."
168
  msgstr "请在“发件人”字段输入一个有效的电子邮件地址。设置不被保存。"
169
 
170
- #: contact_form.php:660
171
  msgid "Settings saved."
172
  msgstr "设置已保存。"
173
 
174
- #: contact_form.php:662
175
  #, fuzzy
176
  msgid "Settings are not saved."
177
  msgstr "设置已保存。"
178
 
179
- #: contact_form.php:689 contact_form.php:721
180
- msgid "Wrong license key"
181
- msgstr ""
182
-
183
- #: contact_form.php:714
184
- msgid ""
185
- "Something went wrong. Try again later. If the error will appear again, "
186
- "please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. "
187
- "We are sorry for inconvenience."
188
- msgstr ""
189
-
190
- #: contact_form.php:723
191
- msgid "This license key is bind to another site"
192
- msgstr ""
193
-
194
- #: contact_form.php:725 contact_form.php:1673
195
- msgid ""
196
- "Unfortunately, you have exceeded the number of available tries per day. "
197
- "Please, upload the plugin manually."
198
- msgstr ""
199
-
200
- #: contact_form.php:736 contact_form.php:758 contact_form.php:777
201
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
202
- msgstr ""
203
-
204
- #: contact_form.php:748
205
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
206
- msgstr ""
207
-
208
- #: contact_form.php:754
209
- msgid ""
210
- "Your server does not support either ZipArchive or Phar. Please, upload the "
211
- "plugin manually"
212
- msgstr ""
213
-
214
- #: contact_form.php:761
215
- msgid "UploadDir is not writable. Please, upload the plugin manually"
216
- msgstr ""
217
-
218
- #: contact_form.php:781
219
- msgid ""
220
- "Something went wrong. Try again later or upload the plugin manually. We are "
221
- "sorry for inconvienience."
222
- msgstr ""
223
-
224
- #: contact_form.php:805
225
- #, fuzzy
226
- msgid "Please, enter Your license key"
227
- msgstr "请输入你的信息"
228
-
229
- #: contact_form.php:813 contact_form.php:2362 contact_form.php:2376
230
  msgid "Settings"
231
  msgstr "设置"
232
 
233
- #: contact_form.php:814
234
  #, fuzzy
235
  msgid "Additional settings"
236
  msgstr "附加选项"
237
 
238
- #: contact_form.php:815
239
  msgid "Appearance"
240
  msgstr ""
241
 
242
- #: contact_form.php:816 contact_form.php:2377
243
  msgid "FAQ"
244
  msgstr "常问问题"
245
 
246
- #: contact_form.php:817
247
  msgid "Go PRO"
248
  msgstr ""
249
 
250
- #: contact_form.php:820 contact_form.php:823
251
  msgid "Notice:"
252
  msgstr ""
253
 
254
- #: contact_form.php:820
255
  msgid ""
256
  "The plugin's settings have been changed. In order to save them please don't "
257
  "forget to click the 'Save Changes' button."
258
  msgstr ""
259
 
260
- #: contact_form.php:831
261
  msgid ""
262
  "If you want to create multiple contact forms, please install the Contact "
263
  "Form Multi plugin."
264
  msgstr ""
265
 
266
- #: contact_form.php:839 contact_form.php:842 contact_form.php:1632
267
  msgid ""
268
  "If you would like to add the Contact Form to your website, just copy and "
269
  "paste this shortcode to your post or page or widget:"
270
  msgstr ""
271
  "如果你想添加联系表单到你的网站,只需复制并粘贴短码到您的文章、页面或部件:"
272
 
273
- #: contact_form.php:839 contact_form.php:840 contact_form.php:842
274
- #: contact_form.php:843 contact_form.php:1219 contact_form.php:1221
275
- #: contact_form.php:1282 contact_form.php:1284
276
  msgid "or"
277
  msgstr "或"
278
 
279
- #: contact_form.php:840 contact_form.php:843
280
  msgid ""
281
  "If have any problems with the standard shortcode [contact_form], you should "
282
  "use the shortcode"
283
  msgstr "如果用标准短码[contact_form]遇到任何问题,你应该使用短代码"
284
 
285
- #: contact_form.php:840 contact_form.php:843
286
  msgid "They work the same way."
287
  msgstr "他们的运作方式相同。"
288
 
289
- #: contact_form.php:848
290
  msgid ""
291
  "If you leave the fields empty, the messages will be sent to the email "
292
  "address specified during registration."
293
  msgstr "如果你留下字段为空,消息将在注册过程中被发送到指定的电子邮件地址。"
294
 
295
- #: contact_form.php:851
296
  msgid "The user's email address:"
297
  msgstr "用户的电子邮件地址:"
298
 
299
- #: contact_form.php:855
300
  msgid "Create a username"
301
  msgstr "新建一个用户名"
302
 
303
- #: contact_form.php:868
304
  msgid ""
305
  "Enter a username of the person who should get the messages from the contact "
306
  "form."
307
  msgstr "请输入从联系的表单获得消息的人的名字。"
308
 
309
- #: contact_form.php:872
310
  msgid "Use this email address:"
311
  msgstr "使用这个邮箱地址:"
312
 
313
- #: contact_form.php:875
314
  msgid "Enter the email address you want the messages forwarded to."
315
  msgstr "输入你要转发消息的电子邮件地址。"
316
 
317
- #: contact_form.php:884
318
  msgid "Add department selectbox to the contact form:"
319
  msgstr "添加部门选择框到联系表单:"
320
 
321
- #: contact_form.php:892 contact_form.php:1328 contact_form.php:1515
322
  msgid "If you upgrade to Pro version all your settings will be saved."
323
  msgstr ""
324
 
325
- #: contact_form.php:899 contact_form.php:1062 contact_form.php:1135
326
- #: contact_form.php:1335 contact_form.php:1522
327
  msgid "Unlock premium options by upgrading to a PRO version."
328
  msgstr ""
329
 
330
- #: contact_form.php:900 contact_form.php:1063 contact_form.php:1136
331
- #: contact_form.php:1336 contact_form.php:1523 contact_form.php:2650
332
- #: contact_form.php:2666
333
  msgid "Learn More"
334
  msgstr ""
335
 
336
- #: contact_form.php:903 contact_form.php:1066 contact_form.php:1139
337
- #: contact_form.php:1339 contact_form.php:1526
338
  msgid "Go"
339
  msgstr ""
340
 
341
- #: contact_form.php:910
342
  msgid "Save emails to the database"
343
  msgstr "将邮件保存到数据库"
344
 
345
- #: contact_form.php:915
346
  msgid "Using"
347
  msgstr ""
348
 
349
- #: contact_form.php:915 contact_form.php:1112 contact_form.php:1115
350
- #: contact_form.php:1119
351
  msgid "powered by"
352
  msgstr "powered by"
353
 
354
- #: contact_form.php:918 contact_form.php:922
355
  msgid "Using Contact Form to DB powered by"
356
  msgstr "使用联系表单到DB powered by"
357
 
358
- #: contact_form.php:918
359
  msgid "Activate Contact Form to DB"
360
  msgstr "激活联系表单到DB"
361
 
362
- #: contact_form.php:922
363
  msgid "Download Contact Form to DB"
364
  msgstr "下载联系表单到DB"
365
 
366
- #: contact_form.php:932
367
  msgid "What to use?"
368
  msgstr "使用什么呢?"
369
 
370
- #: contact_form.php:935
371
  msgid "Wp-mail"
372
  msgstr "Wp-mail"
373
 
374
- #: contact_form.php:935
375
  msgid "You can use the wp_mail function for mailing"
376
  msgstr "您可以使用wp_mail的邮件功能"
377
 
378
- #: contact_form.php:937
379
  msgid "Mail"
380
  msgstr "邮件"
381
 
382
- #: contact_form.php:937
383
  msgid "To send mail you can use the php mail function"
384
  msgstr "要发送邮件,可以使用PHP的邮件功能"
385
 
386
- #: contact_form.php:941
387
  msgid "'FROM' field"
388
  msgstr ""
389
 
390
- #: contact_form.php:943 contact_form.php:993 contact_form.php:1390
391
- #: contact_form.php:2162 contact_form.php:2198
392
  msgid "Name"
393
  msgstr "姓名"
394
 
395
- #: contact_form.php:947
396
  msgid "User name"
397
  msgstr "用户名"
398
 
399
- #: contact_form.php:949
400
  msgid ""
401
  "The name of the user who fills the form will be used in the field 'From'."
402
  msgstr "填充表单的用户的名字将被显示为'发件人'"
403
 
404
- #: contact_form.php:954 contact_form.php:2173 contact_form.php:2205
405
  msgid "Email"
406
  msgstr "邮箱"
407
 
408
- #: contact_form.php:961
409
  msgid "User email"
410
  msgstr "用户的电子邮件"
411
 
412
- #: contact_form.php:963
413
  msgid ""
414
  "The email address of the user who fills the form will be used in the field "
415
  "'From'."
416
  msgstr "填充表单的用户的电子邮箱地址将被显示为'发件人'"
417
 
418
- #: contact_form.php:967
419
  msgid ""
420
  "If this option is changed, email messages may be moved to the spam folder or "
421
  "email delivery failures may occur."
422
  msgstr ""
423
 
424
- #: contact_form.php:973
425
  msgid "Required symbol"
426
  msgstr "必填符号"
427
 
428
- #: contact_form.php:983
429
  msgid "Fields"
430
  msgstr ""
431
 
432
- #: contact_form.php:984
433
  msgid "Used"
434
  msgstr ""
435
 
436
- #: contact_form.php:985
437
  #, fuzzy
438
  msgid "Required"
439
  msgstr "必填"
440
 
441
- #: contact_form.php:986
442
  msgid "Visible"
443
  msgstr ""
444
 
445
- #: contact_form.php:987
446
  msgid "Disabled for editing"
447
  msgstr ""
448
 
449
- #: contact_form.php:988
450
  msgid "Field's default value"
451
  msgstr ""
452
 
453
- #: contact_form.php:1000
454
  msgid "Use User's name as a default value if the user is logged in."
455
  msgstr ""
456
 
457
- #: contact_form.php:1001 contact_form.php:1029
458
  msgid ""
459
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
460
  "in users."
461
  msgstr ""
462
 
463
- #: contact_form.php:1005
464
  msgid "Location selectbox"
465
  msgstr ""
466
 
467
- #: contact_form.php:1013 contact_form.php:1395 contact_form.php:2168
468
- #: contact_form.php:2202
469
  msgid "Address"
470
  msgstr "地址"
471
 
472
- #: contact_form.php:1021
473
  msgid "Email Address"
474
  msgstr "电子邮箱"
475
 
476
- #: contact_form.php:1028
477
  msgid "Use User's email as a default value if the user is logged in."
478
  msgstr ""
479
 
480
- #: contact_form.php:1033
481
  #, fuzzy
482
  msgid "Phone number"
483
  msgstr "电话:"
484
 
485
- #: contact_form.php:1041 contact_form.php:1410 contact_form.php:2183
486
- #: contact_form.php:2211
487
  msgid "Subject"
488
  msgstr "主题"
489
 
490
- #: contact_form.php:1049 contact_form.php:1414 contact_form.php:2186
491
- #: contact_form.php:2213
492
  msgid "Message"
493
  msgstr "内容"
494
 
495
- #: contact_form.php:1073
496
  msgid "Attachment block"
497
  msgstr "附件区块"
498
 
499
- #: contact_form.php:1075
500
  msgid "Users can attach the following file formats"
501
  msgstr "用户可以将以下文件格式"
502
 
503
- #: contact_form.php:1088
504
  msgid "Add to the form"
505
  msgstr ""
506
 
507
- #: contact_form.php:1093
508
  #, fuzzy
509
  msgid "Tips below the Attachment"
510
  msgstr "下面的附件块的提示"
511
 
512
- #: contact_form.php:1102
513
  #, fuzzy
514
  msgid "'Send me a copy' block"
515
  msgstr "显示'发送副本给我'区块"
516
 
517
- #: contact_form.php:1112 contact_form.php:1115 contact_form.php:1119
518
- #: contact_form.php:1424
519
  msgid "Captcha"
520
  msgstr "Captcha"
521
 
522
- #: contact_form.php:1115
523
  msgid "Activate captcha"
524
  msgstr "激活captcha"
525
 
526
- #: contact_form.php:1119
527
  msgid "Download captcha"
528
  msgstr "下载captcha"
529
 
530
- #: contact_form.php:1127
531
  msgid "Agreement checkbox"
532
  msgstr ""
533
 
534
- #: contact_form.php:1127
535
  msgid "Required checkbox for submitting the form"
536
  msgstr ""
537
 
538
- #: contact_form.php:1128
539
  msgid "Optional checkbox"
540
  msgstr ""
541
 
542
- #: contact_form.php:1128
543
  msgid "Optional checkbox, the results of which will be displayed in email"
544
  msgstr ""
545
 
546
- #: contact_form.php:1145
547
  msgid "Delete an attachment file from the server after the email is sent"
548
  msgstr "发送的电子邮件后从服务器删除附件文件"
549
 
550
- #: contact_form.php:1151
551
  msgid "Email in HTML format sending"
552
  msgstr ""
553
 
554
- #: contact_form.php:1155
555
  msgid "Display additional info in the email"
556
  msgstr "在电子邮件中显示附加信息"
557
 
558
- #: contact_form.php:1160 contact_form.php:2129 contact_form.php:2131
559
  msgid "Sent from (ip address)"
560
  msgstr "发送(IP地址)"
561
 
562
- #: contact_form.php:1160
563
  msgid "Example: Sent from (IP address):\t127.0.0.1"
564
  msgstr "例如: 发送 (IP地址):\t127.0.0.1"
565
 
566
- #: contact_form.php:1161 contact_form.php:2135 contact_form.php:2137
567
  msgid "Date/Time"
568
  msgstr "日期/时间"
569
 
570
- #: contact_form.php:1161
571
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
572
  msgstr "例如:日期/时间:\tAugust 19, 2013 8:50 pm"
573
 
574
- #: contact_form.php:1162 contact_form.php:2141 contact_form.php:2143
575
  msgid "Sent from (referer)"
576
  msgstr "发送 (请求)"
577
 
578
- #: contact_form.php:1162
579
  msgid ""
580
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
581
  msgstr "示例:发送 (请求):\thttp://bestwebsoft.com/contacts/contact-us/"
582
 
583
- #: contact_form.php:1163 contact_form.php:2147 contact_form.php:2149
584
  msgid "Using (user agent)"
585
  msgstr "使用(用户代理)"
586
 
587
- #: contact_form.php:1163
588
  msgid ""
589
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
590
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@@ -592,133 +523,133 @@ msgstr ""
592
  "示例:使用(用户代理):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
593
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
594
 
595
- #: contact_form.php:1167
596
  msgid "Language settings for the field names in the form"
597
  msgstr "表单中的字段名语言设置"
598
 
599
- #: contact_form.php:1176
600
  msgid "Add a language"
601
  msgstr "添加一种语言"
602
 
603
- #: contact_form.php:1180
604
  msgid "Change the names of the contact form fields and error messages"
605
  msgstr "更改联系表单字段和错误消息和名称"
606
 
607
- #: contact_form.php:1185 contact_form.php:1272
608
  msgid "English"
609
  msgstr "英语"
610
 
611
- #: contact_form.php:1193 contact_form.php:1227
612
  msgid "click to expand/hide the list"
613
  msgstr ""
614
 
615
- #: contact_form.php:1202 contact_form.php:1236
616
  msgid "Tips below the Attachment block"
617
  msgstr "下面的附件块的提示"
618
 
619
- #: contact_form.php:1205 contact_form.php:1239
620
  msgid "Error message for the Name field"
621
  msgstr "“姓名”字段中的错误消息"
622
 
623
- #: contact_form.php:1206 contact_form.php:1240
624
  msgid "Error message for the Address field"
625
  msgstr "“地址”字段的错误信息"
626
 
627
- #: contact_form.php:1207 contact_form.php:1241
628
  msgid "Error message for the Email field"
629
  msgstr "“电子邮件”字段的错误消息"
630
 
631
- #: contact_form.php:1208 contact_form.php:1242
632
  msgid "Error message for the Phone field"
633
  msgstr "“电话”字段的错误信息"
634
 
635
- #: contact_form.php:1209 contact_form.php:1243
636
  msgid "Error message for the Subject field"
637
  msgstr "“主题”字段的错误消息"
638
 
639
- #: contact_form.php:1210 contact_form.php:1244
640
  msgid "Error message for the Message field"
641
  msgstr "“消息”字段的错误消息"
642
 
643
- #: contact_form.php:1211 contact_form.php:1245
644
  msgid "Error message about the file type for the Attachment field"
645
  msgstr "附件栏的文件类型错误讯息"
646
 
647
- #: contact_form.php:1212 contact_form.php:1246
648
  msgid ""
649
  "Error message while uploading a file for the Attachment field to the server"
650
  msgstr "从附件栏上传一个文件到服务器的错误信息"
651
 
652
- #: contact_form.php:1213 contact_form.php:1247
653
  msgid "Error message while moving the file for the Attachment field"
654
  msgstr "从附件栏移动文件的错误信息"
655
 
656
- #: contact_form.php:1214 contact_form.php:1248
657
  msgid "Error message when file size limit for the Attachment field is exceeded"
658
  msgstr "超过文件大小限制附件字段时出现错误消息"
659
 
660
- #: contact_form.php:1215 contact_form.php:1249
661
  msgid "Error message for the Captcha field"
662
  msgstr "Captcha字段的错误消息"
663
 
664
- #: contact_form.php:1216 contact_form.php:1250
665
  msgid "Error message for the whole form"
666
  msgstr "整个表单的错误消息"
667
 
668
- #: contact_form.php:1219 contact_form.php:1221 contact_form.php:1253
669
- #: contact_form.php:1255 contact_form.php:1282 contact_form.php:1284
670
- #: contact_form.php:1292 contact_form.php:1294 contact_form.php:2490
671
- #: contact_form.php:2492
672
  msgid "Use shortcode"
673
  msgstr "使用简码"
674
 
675
- #: contact_form.php:1219 contact_form.php:1221 contact_form.php:1253
676
- #: contact_form.php:1255 contact_form.php:1282 contact_form.php:1284
677
- #: contact_form.php:1292 contact_form.php:1294 contact_form.php:2490
678
- #: contact_form.php:2492
679
  msgid "for this language"
680
  msgstr "此语言"
681
 
682
- #: contact_form.php:1263
683
  #, fuzzy
684
  msgid "Use the changed names of the contact form fields in the email"
685
  msgstr "更改联系表单字段和错误消息和名称"
686
 
687
- #: contact_form.php:1269
688
  msgid "Action after email is sent"
689
  msgstr "发送电子邮件后行动"
690
 
691
- #: contact_form.php:1271
692
  msgid "Display text"
693
  msgstr "显示文本"
694
 
695
- #: contact_form.php:1280 contact_form.php:1290
696
  msgid "Text"
697
  msgstr "文本"
698
 
699
- #: contact_form.php:1301
700
  msgid "Redirect to the page"
701
  msgstr "重定向到的页面"
702
 
703
- #: contact_form.php:1302
704
  msgid "Url"
705
  msgstr "Url"
706
 
707
- #: contact_form.php:1306
708
  msgid "The $_SERVER variable that is used to build a URL of the form"
709
  msgstr ""
710
 
711
- #: contact_form.php:1310
712
  msgid ""
713
  "If you are not sure whether to change this setting or not, please do not do "
714
  "that."
715
  msgstr ""
716
 
717
- #: contact_form.php:1319
718
  msgid "Auto Response"
719
  msgstr ""
720
 
721
- #: contact_form.php:1323
722
  #, php-format
723
  msgid ""
724
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -726,269 +657,255 @@ msgid ""
726
  "name."
727
  msgstr ""
728
 
729
- #: contact_form.php:1349 contact_form.php:1533
730
  msgid "Save Changes"
731
  msgstr "保存更改"
732
 
733
- #: contact_form.php:1355
734
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
735
- msgstr ""
736
-
737
- #: contact_form.php:1356
738
- #, fuzzy
739
- msgid "Rate the plugin"
740
- msgstr "Рекомендовані плагіни"
741
-
742
- #: contact_form.php:1359
743
- #, fuzzy
744
- msgid "If there is something wrong about it, please contact us"
745
- msgstr ""
746
- "Якщо у вас є запитання, звертайтесь на plugin@bestwebsoft.com або заповніть "
747
- "контактну форму на нашому сайті"
748
-
749
- #: contact_form.php:1370
750
  msgid "Errors output"
751
  msgstr "错误输出"
752
 
753
- #: contact_form.php:1373
754
  msgid "Display error messages"
755
  msgstr "显示错误消息"
756
 
757
- #: contact_form.php:1374
758
  msgid "Color of the input field errors."
759
  msgstr "输入栏错误的颜色。"
760
 
761
- #: contact_form.php:1375
762
  msgid "Display error messages & color of the input field errors"
763
  msgstr "显示输入栏错误的错误消息和颜色"
764
 
765
- #: contact_form.php:1380
766
  msgid "Add placeholder to the input blocks"
767
  msgstr "添加占位符输入块"
768
 
769
- #: contact_form.php:1386
770
  msgid "Add tooltips"
771
  msgstr "添加工具提示"
772
 
773
- #: contact_form.php:1400
774
  msgid "Email address"
775
  msgstr "电子邮箱"
776
 
777
- #: contact_form.php:1405
778
  msgid "Phone Number"
779
  msgstr "电话号码"
780
 
781
- #: contact_form.php:1419
782
  msgid "Attachment"
783
  msgstr "附件"
784
 
785
- #: contact_form.php:1424
786
  msgid "(powered by bestwebsoft.com)"
787
  msgstr "(powered by bestwebsoft.com)"
788
 
789
- #: contact_form.php:1429
790
  msgid "Style options"
791
  msgstr "风格选择"
792
 
793
- #: contact_form.php:1432
794
  msgid "Text color"
795
  msgstr "文字颜色"
796
 
797
- #: contact_form.php:1435 contact_form.php:1440 contact_form.php:1450
798
- #: contact_form.php:1455 contact_form.php:1460 contact_form.php:1465
799
- #: contact_form.php:1475 contact_form.php:1480 contact_form.php:1486
800
- #: contact_form.php:1497 contact_form.php:1502 contact_form.php:1507
801
  msgid "Default"
802
  msgstr "默认"
803
 
804
- #: contact_form.php:1437
805
  msgid "Label text color"
806
  msgstr "标签文字颜色"
807
 
808
- #: contact_form.php:1442
809
  msgid "Placeholder color"
810
  msgstr "占位符的颜色"
811
 
812
- #: contact_form.php:1447
813
  msgid "Errors color"
814
  msgstr "错误颜色"
815
 
816
- #: contact_form.php:1452
817
  msgid "Error text color"
818
  msgstr "错误文字颜色"
819
 
820
- #: contact_form.php:1457
821
  msgid "Background color of the input field errors"
822
  msgstr "输入栏错误的背景颜色"
823
 
824
- #: contact_form.php:1462
825
  msgid "Border color of the input field errors"
826
  msgstr "输入栏错误的边框颜色"
827
 
828
- #: contact_form.php:1467
829
  msgid "Placeholder color of the input field errors"
830
  msgstr "输入栏错误的占位符颜色"
831
 
832
- #: contact_form.php:1472
833
  msgid "Input fields"
834
  msgstr "输入栏"
835
 
836
- #: contact_form.php:1477
837
  msgid "Input fields background color"
838
  msgstr "输入栏的背景颜色"
839
 
840
- #: contact_form.php:1482
841
  msgid "Text fields color"
842
  msgstr "文本字段颜色"
843
 
844
- #: contact_form.php:1484
845
  msgid "Border width in px, numbers only"
846
  msgstr "边框宽度(像素,数字)"
847
 
848
- #: contact_form.php:1488 contact_form.php:1509
849
  msgid "Border color"
850
  msgstr "边框颜色"
851
 
852
- #: contact_form.php:1493
853
  msgid "Submit button"
854
  msgstr "“提交”按钮"
855
 
856
- #: contact_form.php:1495
857
  msgid "Width in px, numbers only"
858
  msgstr "Width in px, numbers only"
859
 
860
- #: contact_form.php:1499
861
  msgid "Button color"
862
  msgstr "按钮的颜色"
863
 
864
- #: contact_form.php:1504
865
  msgid "Button text color"
866
  msgstr "按钮的文字颜色"
867
 
868
- #: contact_form.php:1537
869
  msgid "Contact Form Pro | Preview"
870
  msgstr "联系表单(Pro) | 预览"
871
 
872
- #: contact_form.php:1540
873
  msgid "Show with errors"
874
  msgstr "显示错误"
875
 
876
- #: contact_form.php:1548 contact_form.php:1550
877
  msgid "Please enter your full name..."
878
  msgstr "请输入您的全名..."
879
 
880
- #: contact_form.php:1561 contact_form.php:1563
881
  msgid "Please enter your address..."
882
  msgstr "请输入您的地址..."
883
 
884
- #: contact_form.php:1572 contact_form.php:1574
885
  msgid "Please enter your email address..."
886
  msgstr "请输入你的电子邮件地址..."
887
 
888
- #: contact_form.php:1583 contact_form.php:1585
889
  msgid "Please enter your phone number..."
890
  msgstr "请输入你的手机号码..."
891
 
892
- #: contact_form.php:1594 contact_form.php:1596
893
  msgid "Please enter subject..."
894
  msgstr "请输入主题..."
895
 
896
- #: contact_form.php:1604 contact_form.php:1606
897
  msgid "Please enter your message..."
898
  msgstr "请输入你的信息"
899
 
900
- #: contact_form.php:1648
901
- msgid ""
902
- "Congratulations! The PRO version of the plugin is successfully download and "
903
- "activated."
904
- msgstr ""
905
-
906
- #: contact_form.php:1650
907
- msgid "Please, go to"
908
- msgstr ""
909
-
910
- #: contact_form.php:1650
911
- #, fuzzy
912
- msgid "the setting page"
913
- msgstr "额外的设置"
914
-
915
- #: contact_form.php:1651
916
- msgid "You will be redirected automatically in 5 seconds."
917
- msgstr ""
918
-
919
- #: contact_form.php:1656
920
- msgid "You can download and activate"
921
- msgstr ""
922
-
923
- #: contact_form.php:1658
924
- msgid "version of this plugin by entering Your license key."
925
- msgstr ""
926
-
927
- #: contact_form.php:1660
928
- msgid ""
929
- "You can find your license key on your personal page Client area, by clicking "
930
- "on the link"
931
- msgstr ""
932
-
933
- #: contact_form.php:1662
934
- msgid "(your username is the email you specify when purchasing the product)."
935
- msgstr ""
936
-
937
- #: contact_form.php:1670 contact_form.php:1680
938
- #, fuzzy
939
- msgid "Activate"
940
- msgstr "激活captcha"
941
-
942
- #: contact_form.php:1752
943
  msgid "Sorry, email message could not be delivered."
944
  msgstr "对不起,电子邮件讯息无法传递。"
945
 
946
- #: contact_form.php:2156
947
  msgid "Contact from"
948
  msgstr "联系表单"
949
 
950
- #: contact_form.php:2178 contact_form.php:2208
951
  msgid "Phone"
952
  msgstr "电话"
953
 
954
- #: contact_form.php:2189 contact_form.php:2215
955
  msgid "Site"
956
  msgstr "站点"
957
 
958
- #: contact_form.php:2302
959
  msgid ""
960
  "If you can see this MIME, it means that the MIME type is not supported by "
961
  "your email client!"
962
  msgstr "如果你能看到这个MIME,这意味着你的电子邮件客户端不支持该MIME类型!"
963
 
964
- #: contact_form.php:2378
965
  msgid "Support"
966
  msgstr "支持"
967
 
968
- #: contact_form.php:2432
969
  msgid "Are you sure that you want to delete this language data?"
970
  msgstr "您确定要删除此语言数据吗"
971
 
972
- #: contact_form.php:2653
 
 
 
 
973
  msgid ""
974
- "It’s time to upgrade your <strong>Contact Form plugin</strong> to "
975
- "<strong>PRO</strong> version"
976
  msgstr ""
977
 
978
- #: contact_form.php:2654
979
- msgid "Extend standard plugin functionality with new great options."
980
  msgstr ""
981
 
982
- #: contact_form.php:2669
 
 
 
 
983
  msgid ""
984
  "<strong>Contact Form to DB</strong> allows to store your messages to the "
985
  "database."
986
  msgstr ""
987
 
988
- #: contact_form.php:2670
989
  msgid "Manage messages that have been sent from your website."
990
  msgstr ""
991
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
992
  #~ msgid "Extra settings"
993
  #~ msgstr "额外的设置"
994
 
@@ -1055,9 +972,6 @@ msgstr ""
1055
  #~ msgid "Activated plugins"
1056
  #~ msgstr "Активовані плагіни"
1057
 
1058
- #~ msgid "Read more"
1059
- #~ msgstr "Читати далі"
1060
-
1061
  #~ msgid "Installed plugins"
1062
  #~ msgstr "Встановлені плагіни"
1063
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-05 13:07+0300\n"
6
+ "PO-Revision-Date: 2015-03-05 13:08+0300\n"
7
  "Last-Translator: \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:35 contact_form.php:631
20
  msgid "Contact Form Settings"
21
  msgstr "联系表单设置"
22
 
23
+ #: contact_form.php:35
24
  msgid "Contact Form"
25
  msgstr "联系表单"
26
 
27
+ #: contact_form.php:123 contact_form.php:1012 contact_form.php:1046
28
  msgid "Name:"
29
  msgstr "姓名:"
30
 
31
+ #: contact_form.php:124 contact_form.php:1013 contact_form.php:1047
32
  msgid "Address:"
33
  msgstr "地址:"
34
 
35
+ #: contact_form.php:125 contact_form.php:1014 contact_form.php:1048
36
  msgid "Email Address:"
37
  msgstr "电子邮箱:"
38
 
39
+ #: contact_form.php:126 contact_form.php:1015 contact_form.php:1049
40
  msgid "Phone number:"
41
  msgstr "电话:"
42
 
43
+ #: contact_form.php:127 contact_form.php:1016 contact_form.php:1050
44
  msgid "Subject:"
45
  msgstr "主题:"
46
 
47
+ #: contact_form.php:128 contact_form.php:1017 contact_form.php:1051
48
  msgid "Message:"
49
  msgstr "内容:"
50
 
51
+ #: contact_form.php:129 contact_form.php:1018 contact_form.php:1052
52
  msgid "Attachment:"
53
  msgstr "附件:"
54
 
55
+ #: contact_form.php:130
56
  msgid ""
57
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
58
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
61
  "支持的文件类型: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, "
62
  "RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. 最大文件限制: 2MB"
63
 
64
+ #: contact_form.php:131 contact_form.php:1020 contact_form.php:1054
65
  msgid "Send me a copy"
66
  msgstr "抄送一份给我"
67
 
68
+ #: contact_form.php:132 contact_form.php:1021 contact_form.php:1055
69
  msgid "Submit"
70
  msgstr "提交"
71
 
72
+ #: contact_form.php:133
73
  msgid "Your name is required."
74
  msgstr "姓名是必需的。"
75
 
76
+ #: contact_form.php:134
77
  msgid "Address is required."
78
  msgstr "地址是必需的。"
79
 
80
+ #: contact_form.php:135
81
  msgid "A valid email address is required."
82
  msgstr "一个有效的电子邮件地址是必需的。"
83
 
84
+ #: contact_form.php:136
85
  msgid "Phone number is required."
86
  msgstr "电话号码是必需的。"
87
 
88
+ #: contact_form.php:137
89
  msgid "Subject is required."
90
  msgstr "主题是必需的。"
91
 
92
+ #: contact_form.php:138
93
  msgid "Message text is required."
94
  msgstr "内容是必需的。"
95
 
96
+ #: contact_form.php:139
97
  msgid "File format is not valid."
98
  msgstr "文件格式是无效的。"
99
 
100
+ #: contact_form.php:140
101
  msgid "File upload error."
102
  msgstr "文件上传错误。"
103
 
104
+ #: contact_form.php:141
105
  msgid "The file could not be uploaded."
106
  msgstr "文件不能上传。"
107
 
108
+ #: contact_form.php:142
109
  msgid "This file is too large."
110
  msgstr "此文件太大。"
111
 
112
+ #: contact_form.php:143
113
  msgid "Please fill out the CAPTCHA."
114
  msgstr "请填写验证码。"
115
 
116
+ #: contact_form.php:144
117
  msgid "Please make corrections below and try again."
118
  msgstr "请改正,然后再试一次。"
119
 
120
+ #: contact_form.php:146
121
  msgid "Thank you for contacting us."
122
  msgstr "感谢您与我们联系。"
123
 
124
+ #: contact_form.php:543
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
125
  msgid ""
126
  "Email 'FROM' field option was changed, which may cause email messages being "
127
  "moved to the spam folder or email delivery failures."
128
  msgstr ""
129
 
130
+ #: contact_form.php:553
131
  msgid ""
132
  "If the 'Redirect to page' option is selected then the URL field should be in "
133
  "the following format"
134
  msgstr "如果'重定向到页面“选项被选中,那么URL字段应为以下格式。"
135
 
136
+ #: contact_form.php:562
137
  #, fuzzy
138
  msgid "Such user does not exist."
139
  msgstr "用户不存在。设置不被保存。"
140
 
141
+ #: contact_form.php:572
142
  #, fuzzy
143
  msgid ""
144
  "Please enter a valid email address in the 'Use this email address' field."
145
  msgstr "请在“发件人”字段输入一个有效的电子邮件地址。设置不被保存。"
146
 
147
+ #: contact_form.php:580
148
  #, fuzzy
149
  msgid "Please enter a valid email address in the 'FROM' field."
150
  msgstr "请在“发件人”字段输入一个有效的电子邮件地址。设置不被保存。"
151
 
152
+ #: contact_form.php:603
153
  msgid "Settings saved."
154
  msgstr "设置已保存。"
155
 
156
+ #: contact_form.php:605
157
  #, fuzzy
158
  msgid "Settings are not saved."
159
  msgstr "设置已保存。"
160
 
161
+ #: contact_form.php:633 contact_form.php:2126 contact_form.php:2140
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
162
  msgid "Settings"
163
  msgstr "设置"
164
 
165
+ #: contact_form.php:634
166
  #, fuzzy
167
  msgid "Additional settings"
168
  msgstr "附加选项"
169
 
170
+ #: contact_form.php:635
171
  msgid "Appearance"
172
  msgstr ""
173
 
174
+ #: contact_form.php:636 contact_form.php:2141
175
  msgid "FAQ"
176
  msgstr "常问问题"
177
 
178
+ #: contact_form.php:637
179
  msgid "Go PRO"
180
  msgstr ""
181
 
182
+ #: contact_form.php:640 contact_form.php:642
183
  msgid "Notice:"
184
  msgstr ""
185
 
186
+ #: contact_form.php:640
187
  msgid ""
188
  "The plugin's settings have been changed. In order to save them please don't "
189
  "forget to click the 'Save Changes' button."
190
  msgstr ""
191
 
192
+ #: contact_form.php:650
193
  msgid ""
194
  "If you want to create multiple contact forms, please install the Contact "
195
  "Form Multi plugin."
196
  msgstr ""
197
 
198
+ #: contact_form.php:657 contact_form.php:660 contact_form.php:1439
199
  msgid ""
200
  "If you would like to add the Contact Form to your website, just copy and "
201
  "paste this shortcode to your post or page or widget:"
202
  msgstr ""
203
  "如果你想添加联系表单到你的网站,只需复制并粘贴短码到您的文章、页面或部件:"
204
 
205
+ #: contact_form.php:657 contact_form.php:658 contact_form.php:660
206
+ #: contact_form.php:661 contact_form.php:1036 contact_form.php:1038
207
+ #: contact_form.php:1099 contact_form.php:1101
208
  msgid "or"
209
  msgstr "或"
210
 
211
+ #: contact_form.php:658 contact_form.php:661
212
  msgid ""
213
  "If have any problems with the standard shortcode [contact_form], you should "
214
  "use the shortcode"
215
  msgstr "如果用标准短码[contact_form]遇到任何问题,你应该使用短代码"
216
 
217
+ #: contact_form.php:658 contact_form.php:661
218
  msgid "They work the same way."
219
  msgstr "他们的运作方式相同。"
220
 
221
+ #: contact_form.php:665
222
  msgid ""
223
  "If you leave the fields empty, the messages will be sent to the email "
224
  "address specified during registration."
225
  msgstr "如果你留下字段为空,消息将在注册过程中被发送到指定的电子邮件地址。"
226
 
227
+ #: contact_form.php:668
228
  msgid "The user's email address:"
229
  msgstr "用户的电子邮件地址:"
230
 
231
+ #: contact_form.php:672
232
  msgid "Create a username"
233
  msgstr "新建一个用户名"
234
 
235
+ #: contact_form.php:685
236
  msgid ""
237
  "Enter a username of the person who should get the messages from the contact "
238
  "form."
239
  msgstr "请输入从联系的表单获得消息的人的名字。"
240
 
241
+ #: contact_form.php:689
242
  msgid "Use this email address:"
243
  msgstr "使用这个邮箱地址:"
244
 
245
+ #: contact_form.php:692
246
  msgid "Enter the email address you want the messages forwarded to."
247
  msgstr "输入你要转发消息的电子邮件地址。"
248
 
249
+ #: contact_form.php:701
250
  msgid "Add department selectbox to the contact form:"
251
  msgstr "添加部门选择框到联系表单:"
252
 
253
+ #: contact_form.php:709 contact_form.php:1145 contact_form.php:1322
254
  msgid "If you upgrade to Pro version all your settings will be saved."
255
  msgstr ""
256
 
257
+ #: contact_form.php:716 contact_form.php:879 contact_form.php:952
258
+ #: contact_form.php:1152 contact_form.php:1329
259
  msgid "Unlock premium options by upgrading to a PRO version."
260
  msgstr ""
261
 
262
+ #: contact_form.php:717 contact_form.php:880 contact_form.php:953
263
+ #: contact_form.php:1153 contact_form.php:1330 contact_form.php:2402
 
264
  msgid "Learn More"
265
  msgstr ""
266
 
267
+ #: contact_form.php:720 contact_form.php:883 contact_form.php:956
268
+ #: contact_form.php:1156 contact_form.php:1333
269
  msgid "Go"
270
  msgstr ""
271
 
272
+ #: contact_form.php:727
273
  msgid "Save emails to the database"
274
  msgstr "将邮件保存到数据库"
275
 
276
+ #: contact_form.php:732
277
  msgid "Using"
278
  msgstr ""
279
 
280
+ #: contact_form.php:732 contact_form.php:929 contact_form.php:932
281
+ #: contact_form.php:936
282
  msgid "powered by"
283
  msgstr "powered by"
284
 
285
+ #: contact_form.php:735 contact_form.php:739
286
  msgid "Using Contact Form to DB powered by"
287
  msgstr "使用联系表单到DB powered by"
288
 
289
+ #: contact_form.php:735
290
  msgid "Activate Contact Form to DB"
291
  msgstr "激活联系表单到DB"
292
 
293
+ #: contact_form.php:739
294
  msgid "Download Contact Form to DB"
295
  msgstr "下载联系表单到DB"
296
 
297
+ #: contact_form.php:749
298
  msgid "What to use?"
299
  msgstr "使用什么呢?"
300
 
301
+ #: contact_form.php:752
302
  msgid "Wp-mail"
303
  msgstr "Wp-mail"
304
 
305
+ #: contact_form.php:752
306
  msgid "You can use the wp_mail function for mailing"
307
  msgstr "您可以使用wp_mail的邮件功能"
308
 
309
+ #: contact_form.php:754
310
  msgid "Mail"
311
  msgstr "邮件"
312
 
313
+ #: contact_form.php:754
314
  msgid "To send mail you can use the php mail function"
315
  msgstr "要发送邮件,可以使用PHP的邮件功能"
316
 
317
+ #: contact_form.php:758
318
  msgid "'FROM' field"
319
  msgstr ""
320
 
321
+ #: contact_form.php:760 contact_form.php:810 contact_form.php:1197
322
+ #: contact_form.php:1927 contact_form.php:1963
323
  msgid "Name"
324
  msgstr "姓名"
325
 
326
+ #: contact_form.php:764
327
  msgid "User name"
328
  msgstr "用户名"
329
 
330
+ #: contact_form.php:766
331
  msgid ""
332
  "The name of the user who fills the form will be used in the field 'From'."
333
  msgstr "填充表单的用户的名字将被显示为'发件人'"
334
 
335
+ #: contact_form.php:771 contact_form.php:1938 contact_form.php:1970
336
  msgid "Email"
337
  msgstr "邮箱"
338
 
339
+ #: contact_form.php:778
340
  msgid "User email"
341
  msgstr "用户的电子邮件"
342
 
343
+ #: contact_form.php:780
344
  msgid ""
345
  "The email address of the user who fills the form will be used in the field "
346
  "'From'."
347
  msgstr "填充表单的用户的电子邮箱地址将被显示为'发件人'"
348
 
349
+ #: contact_form.php:784
350
  msgid ""
351
  "If this option is changed, email messages may be moved to the spam folder or "
352
  "email delivery failures may occur."
353
  msgstr ""
354
 
355
+ #: contact_form.php:790
356
  msgid "Required symbol"
357
  msgstr "必填符号"
358
 
359
+ #: contact_form.php:800
360
  msgid "Fields"
361
  msgstr ""
362
 
363
+ #: contact_form.php:801
364
  msgid "Used"
365
  msgstr ""
366
 
367
+ #: contact_form.php:802
368
  #, fuzzy
369
  msgid "Required"
370
  msgstr "必填"
371
 
372
+ #: contact_form.php:803
373
  msgid "Visible"
374
  msgstr ""
375
 
376
+ #: contact_form.php:804
377
  msgid "Disabled for editing"
378
  msgstr ""
379
 
380
+ #: contact_form.php:805
381
  msgid "Field's default value"
382
  msgstr ""
383
 
384
+ #: contact_form.php:817
385
  msgid "Use User's name as a default value if the user is logged in."
386
  msgstr ""
387
 
388
+ #: contact_form.php:818 contact_form.php:846
389
  msgid ""
390
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
391
  "in users."
392
  msgstr ""
393
 
394
+ #: contact_form.php:822
395
  msgid "Location selectbox"
396
  msgstr ""
397
 
398
+ #: contact_form.php:830 contact_form.php:1202 contact_form.php:1933
399
+ #: contact_form.php:1967
400
  msgid "Address"
401
  msgstr "地址"
402
 
403
+ #: contact_form.php:838
404
  msgid "Email Address"
405
  msgstr "电子邮箱"
406
 
407
+ #: contact_form.php:845
408
  msgid "Use User's email as a default value if the user is logged in."
409
  msgstr ""
410
 
411
+ #: contact_form.php:850
412
  #, fuzzy
413
  msgid "Phone number"
414
  msgstr "电话:"
415
 
416
+ #: contact_form.php:858 contact_form.php:1217 contact_form.php:1948
417
+ #: contact_form.php:1976
418
  msgid "Subject"
419
  msgstr "主题"
420
 
421
+ #: contact_form.php:866 contact_form.php:1221 contact_form.php:1951
422
+ #: contact_form.php:1978
423
  msgid "Message"
424
  msgstr "内容"
425
 
426
+ #: contact_form.php:890
427
  msgid "Attachment block"
428
  msgstr "附件区块"
429
 
430
+ #: contact_form.php:892
431
  msgid "Users can attach the following file formats"
432
  msgstr "用户可以将以下文件格式"
433
 
434
+ #: contact_form.php:905
435
  msgid "Add to the form"
436
  msgstr ""
437
 
438
+ #: contact_form.php:910
439
  #, fuzzy
440
  msgid "Tips below the Attachment"
441
  msgstr "下面的附件块的提示"
442
 
443
+ #: contact_form.php:919
444
  #, fuzzy
445
  msgid "'Send me a copy' block"
446
  msgstr "显示'发送副本给我'区块"
447
 
448
+ #: contact_form.php:929 contact_form.php:932 contact_form.php:936
449
+ #: contact_form.php:1231
450
  msgid "Captcha"
451
  msgstr "Captcha"
452
 
453
+ #: contact_form.php:932
454
  msgid "Activate captcha"
455
  msgstr "激活captcha"
456
 
457
+ #: contact_form.php:936
458
  msgid "Download captcha"
459
  msgstr "下载captcha"
460
 
461
+ #: contact_form.php:944
462
  msgid "Agreement checkbox"
463
  msgstr ""
464
 
465
+ #: contact_form.php:944
466
  msgid "Required checkbox for submitting the form"
467
  msgstr ""
468
 
469
+ #: contact_form.php:945
470
  msgid "Optional checkbox"
471
  msgstr ""
472
 
473
+ #: contact_form.php:945
474
  msgid "Optional checkbox, the results of which will be displayed in email"
475
  msgstr ""
476
 
477
+ #: contact_form.php:962
478
  msgid "Delete an attachment file from the server after the email is sent"
479
  msgstr "发送的电子邮件后从服务器删除附件文件"
480
 
481
+ #: contact_form.php:968
482
  msgid "Email in HTML format sending"
483
  msgstr ""
484
 
485
+ #: contact_form.php:972
486
  msgid "Display additional info in the email"
487
  msgstr "在电子邮件中显示附加信息"
488
 
489
+ #: contact_form.php:977 contact_form.php:1894 contact_form.php:1896
490
  msgid "Sent from (ip address)"
491
  msgstr "发送(IP地址)"
492
 
493
+ #: contact_form.php:977
494
  msgid "Example: Sent from (IP address):\t127.0.0.1"
495
  msgstr "例如: 发送 (IP地址):\t127.0.0.1"
496
 
497
+ #: contact_form.php:978 contact_form.php:1900 contact_form.php:1902
498
  msgid "Date/Time"
499
  msgstr "日期/时间"
500
 
501
+ #: contact_form.php:978
502
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
503
  msgstr "例如:日期/时间:\tAugust 19, 2013 8:50 pm"
504
 
505
+ #: contact_form.php:979 contact_form.php:1906 contact_form.php:1908
506
  msgid "Sent from (referer)"
507
  msgstr "发送 (请求)"
508
 
509
+ #: contact_form.php:979
510
  msgid ""
511
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
512
  msgstr "示例:发送 (请求):\thttp://bestwebsoft.com/contacts/contact-us/"
513
 
514
+ #: contact_form.php:980 contact_form.php:1912 contact_form.php:1914
515
  msgid "Using (user agent)"
516
  msgstr "使用(用户代理)"
517
 
518
+ #: contact_form.php:980
519
  msgid ""
520
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
521
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
523
  "示例:使用(用户代理):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
524
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
525
 
526
+ #: contact_form.php:984
527
  msgid "Language settings for the field names in the form"
528
  msgstr "表单中的字段名语言设置"
529
 
530
+ #: contact_form.php:993
531
  msgid "Add a language"
532
  msgstr "添加一种语言"
533
 
534
+ #: contact_form.php:997
535
  msgid "Change the names of the contact form fields and error messages"
536
  msgstr "更改联系表单字段和错误消息和名称"
537
 
538
+ #: contact_form.php:1002 contact_form.php:1089
539
  msgid "English"
540
  msgstr "英语"
541
 
542
+ #: contact_form.php:1010 contact_form.php:1044
543
  msgid "click to expand/hide the list"
544
  msgstr ""
545
 
546
+ #: contact_form.php:1019 contact_form.php:1053
547
  msgid "Tips below the Attachment block"
548
  msgstr "下面的附件块的提示"
549
 
550
+ #: contact_form.php:1022 contact_form.php:1056
551
  msgid "Error message for the Name field"
552
  msgstr "“姓名”字段中的错误消息"
553
 
554
+ #: contact_form.php:1023 contact_form.php:1057
555
  msgid "Error message for the Address field"
556
  msgstr "“地址”字段的错误信息"
557
 
558
+ #: contact_form.php:1024 contact_form.php:1058
559
  msgid "Error message for the Email field"
560
  msgstr "“电子邮件”字段的错误消息"
561
 
562
+ #: contact_form.php:1025 contact_form.php:1059
563
  msgid "Error message for the Phone field"
564
  msgstr "“电话”字段的错误信息"
565
 
566
+ #: contact_form.php:1026 contact_form.php:1060
567
  msgid "Error message for the Subject field"
568
  msgstr "“主题”字段的错误消息"
569
 
570
+ #: contact_form.php:1027 contact_form.php:1061
571
  msgid "Error message for the Message field"
572
  msgstr "“消息”字段的错误消息"
573
 
574
+ #: contact_form.php:1028 contact_form.php:1062
575
  msgid "Error message about the file type for the Attachment field"
576
  msgstr "附件栏的文件类型错误讯息"
577
 
578
+ #: contact_form.php:1029 contact_form.php:1063
579
  msgid ""
580
  "Error message while uploading a file for the Attachment field to the server"
581
  msgstr "从附件栏上传一个文件到服务器的错误信息"
582
 
583
+ #: contact_form.php:1030 contact_form.php:1064
584
  msgid "Error message while moving the file for the Attachment field"
585
  msgstr "从附件栏移动文件的错误信息"
586
 
587
+ #: contact_form.php:1031 contact_form.php:1065
588
  msgid "Error message when file size limit for the Attachment field is exceeded"
589
  msgstr "超过文件大小限制附件字段时出现错误消息"
590
 
591
+ #: contact_form.php:1032 contact_form.php:1066
592
  msgid "Error message for the Captcha field"
593
  msgstr "Captcha字段的错误消息"
594
 
595
+ #: contact_form.php:1033 contact_form.php:1067
596
  msgid "Error message for the whole form"
597
  msgstr "整个表单的错误消息"
598
 
599
+ #: contact_form.php:1036 contact_form.php:1038 contact_form.php:1070
600
+ #: contact_form.php:1072 contact_form.php:1099 contact_form.php:1101
601
+ #: contact_form.php:1109 contact_form.php:1111 contact_form.php:2272
602
+ #: contact_form.php:2274
603
  msgid "Use shortcode"
604
  msgstr "使用简码"
605
 
606
+ #: contact_form.php:1036 contact_form.php:1038 contact_form.php:1070
607
+ #: contact_form.php:1072 contact_form.php:1099 contact_form.php:1101
608
+ #: contact_form.php:1109 contact_form.php:1111 contact_form.php:2272
609
+ #: contact_form.php:2274
610
  msgid "for this language"
611
  msgstr "此语言"
612
 
613
+ #: contact_form.php:1080
614
  #, fuzzy
615
  msgid "Use the changed names of the contact form fields in the email"
616
  msgstr "更改联系表单字段和错误消息和名称"
617
 
618
+ #: contact_form.php:1086
619
  msgid "Action after email is sent"
620
  msgstr "发送电子邮件后行动"
621
 
622
+ #: contact_form.php:1088
623
  msgid "Display text"
624
  msgstr "显示文本"
625
 
626
+ #: contact_form.php:1097 contact_form.php:1107
627
  msgid "Text"
628
  msgstr "文本"
629
 
630
+ #: contact_form.php:1118
631
  msgid "Redirect to the page"
632
  msgstr "重定向到的页面"
633
 
634
+ #: contact_form.php:1119
635
  msgid "Url"
636
  msgstr "Url"
637
 
638
+ #: contact_form.php:1123
639
  msgid "The $_SERVER variable that is used to build a URL of the form"
640
  msgstr ""
641
 
642
+ #: contact_form.php:1127
643
  msgid ""
644
  "If you are not sure whether to change this setting or not, please do not do "
645
  "that."
646
  msgstr ""
647
 
648
+ #: contact_form.php:1136
649
  msgid "Auto Response"
650
  msgstr ""
651
 
652
+ #: contact_form.php:1140
653
  #, php-format
654
  msgid ""
655
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
657
  "name."
658
  msgstr ""
659
 
660
+ #: contact_form.php:1165 contact_form.php:1340
661
  msgid "Save Changes"
662
  msgstr "保存更改"
663
 
664
+ #: contact_form.php:1177
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
665
  msgid "Errors output"
666
  msgstr "错误输出"
667
 
668
+ #: contact_form.php:1180
669
  msgid "Display error messages"
670
  msgstr "显示错误消息"
671
 
672
+ #: contact_form.php:1181
673
  msgid "Color of the input field errors."
674
  msgstr "输入栏错误的颜色。"
675
 
676
+ #: contact_form.php:1182
677
  msgid "Display error messages & color of the input field errors"
678
  msgstr "显示输入栏错误的错误消息和颜色"
679
 
680
+ #: contact_form.php:1187
681
  msgid "Add placeholder to the input blocks"
682
  msgstr "添加占位符输入块"
683
 
684
+ #: contact_form.php:1193
685
  msgid "Add tooltips"
686
  msgstr "添加工具提示"
687
 
688
+ #: contact_form.php:1207
689
  msgid "Email address"
690
  msgstr "电子邮箱"
691
 
692
+ #: contact_form.php:1212
693
  msgid "Phone Number"
694
  msgstr "电话号码"
695
 
696
+ #: contact_form.php:1226
697
  msgid "Attachment"
698
  msgstr "附件"
699
 
700
+ #: contact_form.php:1231
701
  msgid "(powered by bestwebsoft.com)"
702
  msgstr "(powered by bestwebsoft.com)"
703
 
704
+ #: contact_form.php:1236
705
  msgid "Style options"
706
  msgstr "风格选择"
707
 
708
+ #: contact_form.php:1239
709
  msgid "Text color"
710
  msgstr "文字颜色"
711
 
712
+ #: contact_form.php:1242 contact_form.php:1247 contact_form.php:1257
713
+ #: contact_form.php:1262 contact_form.php:1267 contact_form.php:1272
714
+ #: contact_form.php:1282 contact_form.php:1287 contact_form.php:1293
715
+ #: contact_form.php:1304 contact_form.php:1309 contact_form.php:1314
716
  msgid "Default"
717
  msgstr "默认"
718
 
719
+ #: contact_form.php:1244
720
  msgid "Label text color"
721
  msgstr "标签文字颜色"
722
 
723
+ #: contact_form.php:1249
724
  msgid "Placeholder color"
725
  msgstr "占位符的颜色"
726
 
727
+ #: contact_form.php:1254
728
  msgid "Errors color"
729
  msgstr "错误颜色"
730
 
731
+ #: contact_form.php:1259
732
  msgid "Error text color"
733
  msgstr "错误文字颜色"
734
 
735
+ #: contact_form.php:1264
736
  msgid "Background color of the input field errors"
737
  msgstr "输入栏错误的背景颜色"
738
 
739
+ #: contact_form.php:1269
740
  msgid "Border color of the input field errors"
741
  msgstr "输入栏错误的边框颜色"
742
 
743
+ #: contact_form.php:1274
744
  msgid "Placeholder color of the input field errors"
745
  msgstr "输入栏错误的占位符颜色"
746
 
747
+ #: contact_form.php:1279
748
  msgid "Input fields"
749
  msgstr "输入栏"
750
 
751
+ #: contact_form.php:1284
752
  msgid "Input fields background color"
753
  msgstr "输入栏的背景颜色"
754
 
755
+ #: contact_form.php:1289
756
  msgid "Text fields color"
757
  msgstr "文本字段颜色"
758
 
759
+ #: contact_form.php:1291
760
  msgid "Border width in px, numbers only"
761
  msgstr "边框宽度(像素,数字)"
762
 
763
+ #: contact_form.php:1295 contact_form.php:1316
764
  msgid "Border color"
765
  msgstr "边框颜色"
766
 
767
+ #: contact_form.php:1300
768
  msgid "Submit button"
769
  msgstr "“提交”按钮"
770
 
771
+ #: contact_form.php:1302
772
  msgid "Width in px, numbers only"
773
  msgstr "Width in px, numbers only"
774
 
775
+ #: contact_form.php:1306
776
  msgid "Button color"
777
  msgstr "按钮的颜色"
778
 
779
+ #: contact_form.php:1311
780
  msgid "Button text color"
781
  msgstr "按钮的文字颜色"
782
 
783
+ #: contact_form.php:1344
784
  msgid "Contact Form Pro | Preview"
785
  msgstr "联系表单(Pro) | 预览"
786
 
787
+ #: contact_form.php:1347
788
  msgid "Show with errors"
789
  msgstr "显示错误"
790
 
791
+ #: contact_form.php:1355 contact_form.php:1357
792
  msgid "Please enter your full name..."
793
  msgstr "请输入您的全名..."
794
 
795
+ #: contact_form.php:1368 contact_form.php:1370
796
  msgid "Please enter your address..."
797
  msgstr "请输入您的地址..."
798
 
799
+ #: contact_form.php:1379 contact_form.php:1381
800
  msgid "Please enter your email address..."
801
  msgstr "请输入你的电子邮件地址..."
802
 
803
+ #: contact_form.php:1390 contact_form.php:1392
804
  msgid "Please enter your phone number..."
805
  msgstr "请输入你的手机号码..."
806
 
807
+ #: contact_form.php:1401 contact_form.php:1403
808
  msgid "Please enter subject..."
809
  msgstr "请输入主题..."
810
 
811
+ #: contact_form.php:1411 contact_form.php:1413
812
  msgid "Please enter your message..."
813
  msgstr "请输入你的信息"
814
 
815
+ #: contact_form.php:1517
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
816
  msgid "Sorry, email message could not be delivered."
817
  msgstr "对不起,电子邮件讯息无法传递。"
818
 
819
+ #: contact_form.php:1921
820
  msgid "Contact from"
821
  msgstr "联系表单"
822
 
823
+ #: contact_form.php:1943 contact_form.php:1973
824
  msgid "Phone"
825
  msgstr "电话"
826
 
827
+ #: contact_form.php:1954 contact_form.php:1980
828
  msgid "Site"
829
  msgstr "站点"
830
 
831
+ #: contact_form.php:2066
832
  msgid ""
833
  "If you can see this MIME, it means that the MIME type is not supported by "
834
  "your email client!"
835
  msgstr "如果你能看到这个MIME,这意味着你的电子邮件客户端不支持该MIME类型!"
836
 
837
+ #: contact_form.php:2142
838
  msgid "Support"
839
  msgstr "支持"
840
 
841
+ #: contact_form.php:2191
842
  msgid "Are you sure that you want to delete this language data?"
843
  msgstr "您确定要删除此语言数据吗"
844
 
845
+ #: contact_form.php:2212
846
+ msgid "Add multiple forms"
847
+ msgstr ""
848
+
849
+ #: contact_form.php:2212
850
  msgid ""
851
+ "Install Contact Form Multi plugin to create unlimited number of contact "
852
+ "forms."
853
  msgstr ""
854
 
855
+ #: contact_form.php:2217
856
+ msgid "Learn more"
857
  msgstr ""
858
 
859
+ #: contact_form.php:2221
860
+ msgid "Close"
861
+ msgstr ""
862
+
863
+ #: contact_form.php:2405
864
  msgid ""
865
  "<strong>Contact Form to DB</strong> allows to store your messages to the "
866
  "database."
867
  msgstr ""
868
 
869
+ #: contact_form.php:2406
870
  msgid "Manage messages that have been sent from your website."
871
  msgstr ""
872
 
873
+ #~ msgid "requires"
874
+ #~ msgstr "必填"
875
+
876
+ #~ msgid ""
877
+ #~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
878
+ #~ "and try again."
879
+ #~ msgstr "或更高,这就是为什么它已停用!请升级WordPress和再试一次。"
880
+
881
+ #~ msgid "Back to the WordPress"
882
+ #~ msgstr "回到 WordPress"
883
+
884
+ #~ msgid "Plugins page"
885
+ #~ msgstr "插件页面"
886
+
887
+ #, fuzzy
888
+ #~ msgid "Please, enter Your license key"
889
+ #~ msgstr "请输入你的信息"
890
+
891
+ #, fuzzy
892
+ #~ msgid "Rate the plugin"
893
+ #~ msgstr "Рекомендовані плагіни"
894
+
895
+ #, fuzzy
896
+ #~ msgid "If there is something wrong about it, please contact us"
897
+ #~ msgstr ""
898
+ #~ "Якщо у вас є запитання, звертайтесь на plugin@bestwebsoft.com або "
899
+ #~ "заповніть контактну форму на нашому сайті"
900
+
901
+ #, fuzzy
902
+ #~ msgid "the setting page"
903
+ #~ msgstr "额外的设置"
904
+
905
+ #, fuzzy
906
+ #~ msgid "Activate"
907
+ #~ msgstr "激活captcha"
908
+
909
  #~ msgid "Extra settings"
910
  #~ msgstr "额外的设置"
911
 
972
  #~ msgid "Activated plugins"
973
  #~ msgstr "Активовані плагіни"
974
 
 
 
 
975
  #~ msgid "Installed plugins"
976
  #~ msgstr "Встановлені плагіни"
977
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&
4
  Tags: attachment, contact, contatc, conact, cnotact, contact button, contact form, contact form plugin, contact me, contacts, contacts form plugin, copy, feedback, feedback form, form, insert the shortcode, post feedback, request, send, send copy, send messages, shortcode, text, web-page feedback
5
  Requires at least: 3.1
6
  Tested up to: 4.1.1
7
- Stable tag: 3.86
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -111,13 +111,9 @@ This means that you made a syntax error.
111
  Here is an example for the German language files.
112
 
113
  1. In order to use another language for WordPress it is necessary to switch the WP version to the required language and in the configuration wp file - `wp-config.php` in the line `define('WPLANG', '');` write `define('WPLANG', 'de_DE');`. If everything is done properly admin panel will be in German.
114
-
115
  2. Make sure that there are the files `de_DE.po` and `de_DE.mo` in the plugin (in the languages folder which is in the root of the plugin).
116
-
117
  3. If there are no such files you should copy the other files from this folder (for example, for Russian or Italian language) and rename them (you should write `de_DE` instead of `ru_RU` in both files).
118
-
119
  4. The files can be edited with the help of the program Poedit - http://www.poedit.net/download.php - please download this program, install it, open the file with this program (required language file) and for each line in English write translation in German.
120
-
121
  5. If everything is done properly all lines will be in German in the admin panel and in the front-end.
122
 
123
  = How to add the contact form not in English? =
@@ -129,18 +125,21 @@ Here is an example for the German language files.
129
  = I'm not receiving messages from Contact Form OR The plugin does not send an email - "Sorry, email message could not be delivered." =
130
 
131
  Please follow the instructions below:
 
132
  1. Please check the plugin settings '/wp-admin/admin.php?page=contact_form.php' => 'What to use?' => change the lines from wp-mail to mail and vice versa.
133
- 2. Email messages can be marked as spam on the server. Please choose another email instead of the admin's one ('Use this email:' block) - for example, gmail or similar. If the message is sent, it means that email filtering is set on your server. Please contact your hosting provider.
134
- 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.
 
135
  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.
136
 
137
  = I have some problems with the plugin's work. What Information should I provide to receive proper support? =
138
 
139
  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:
140
- 1. the link to the page where the problem occurs
141
- 2. the name of the plugin and its version. If you are using a pro version - your order number.
142
- 3. the version of your WordPress installation
143
- 4. copy and paste into the message your system status report. Please read more here: <a href="https://docs.google.com/document/d/1Wi2X8RdRGXk9kMszQy1xItJrpN0ncXgioH935MaBKtc/edit?pli=1" target="_blank">Instuction on System Status</a>
 
144
 
145
  == Screenshots ==
146
 
@@ -153,6 +152,12 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
153
 
154
  == Changelog ==
155
 
 
 
 
 
 
 
156
  = V3.86 - 19.02.2015 =
157
  * Bugfix : Bug with Contact Form impacting 'From name' headers in messages sent by other plugins was fixed.
158
  * Update : 'Additional options' block was moved to a new tab, which is now named 'Additional settings'.
@@ -540,6 +545,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
540
 
541
  == Upgrade Notice ==
542
 
 
 
 
543
  = V3.86 =
544
  Bug with Contact Form impacting 'From name' headers in messages sent by other plugins was fixed. 'Additional options' block was moved to a new tab, which is now named 'Additional settings'. 'Extra settings' tab name was changed to 'Appearance'. The Greek language file is added.
545
 
4
  Tags: attachment, contact, contatc, conact, cnotact, contact button, contact form, contact form plugin, contact me, contacts, contacts form plugin, copy, feedback, feedback form, form, insert the shortcode, post feedback, request, send, send copy, send messages, shortcode, text, web-page feedback
5
  Requires at least: 3.1
6
  Tested up to: 4.1.1
7
+ Stable tag: 3.87
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
111
  Here is an example for the German language files.
112
 
113
  1. In order to use another language for WordPress it is necessary to switch the WP version to the required language and in the configuration wp file - `wp-config.php` in the line `define('WPLANG', '');` write `define('WPLANG', 'de_DE');`. If everything is done properly admin panel will be in German.
 
114
  2. Make sure that there are the files `de_DE.po` and `de_DE.mo` in the plugin (in the languages folder which is in the root of the plugin).
 
115
  3. If there are no such files you should copy the other files from this folder (for example, for Russian or Italian language) and rename them (you should write `de_DE` instead of `ru_RU` in both files).
 
116
  4. The files can be edited with the help of the program Poedit - http://www.poedit.net/download.php - please download this program, install it, open the file with this program (required language file) and for each line in English write translation in German.
 
117
  5. If everything is done properly all lines will be in German in the admin panel and in the front-end.
118
 
119
  = How to add the contact form not in English? =
125
  = I'm not receiving messages from Contact Form OR The plugin does not send an email - "Sorry, email message could not be delivered." =
126
 
127
  Please follow the instructions below:
128
+
129
  1. Please check the plugin settings '/wp-admin/admin.php?page=contact_form.php' => 'What to use?' => change the lines from wp-mail to mail and vice versa.
130
+ 2. Email messages can be marked as spam on the server. Please choose another email instead of the admin's one ('Use this email:' block) - for example, gmail or similar. If the message is sent, it means that email filtering is set on your server. Please contact your hosting provider.
131
+ 3. Perhaps email sending is not set. You should install an extra plugin called <a href="https://wordpress.org/plugins/bws-smtp/" target="_blank">SMTP by BestWebSoft</a> and configure it. Afterwards you should open the "Send A Test Email" tab on the plugin settings page, check an option "Display log", send a test email and you will see if the plugin logs have errors.
132
+
133
  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.
134
 
135
  = I have some problems with the plugin's work. What Information should I provide to receive proper support? =
136
 
137
  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:
138
+
139
+ 1. The link to the page where the problem occurs.
140
+ 2. The name of the plugin and its version. If you are using a pro version - your order number.
141
+ 3. The version of your WordPress installation.
142
+ 4. Copy and paste into the message your system status report. Please read more here: <a href="https://docs.google.com/document/d/1Wi2X8RdRGXk9kMszQy1xItJrpN0ncXgioH935MaBKtc/edit?pli=1" target="_blank">Instuction on System Status</a>
143
 
144
  == Screenshots ==
145
 
152
 
153
  == Changelog ==
154
 
155
+ = V3.87 - 05.03.2015 =
156
+ * Bugfix : Error with option name when Contact Form Multi plugin is activated was fixed.
157
+ * Update : Plugin performance was improved.
158
+ * Update : BWS plugins section was updated.
159
+ * Update : The French language file is updated.
160
+
161
  = V3.86 - 19.02.2015 =
162
  * Bugfix : Bug with Contact Form impacting 'From name' headers in messages sent by other plugins was fixed.
163
  * Update : 'Additional options' block was moved to a new tab, which is now named 'Additional settings'.
545
 
546
  == Upgrade Notice ==
547
 
548
+ = V3.87 =
549
+ Error with option name when Contact Form Multi plugin is activated was fixed. Plugin performance was improved. BWS plugins section was updated. The French language file is updated.
550
+
551
  = V3.86 =
552
  Bug with Contact Form impacting 'From name' headers in messages sent by other plugins was fixed. 'Additional options' block was moved to a new tab, which is now named 'Additional settings'. 'Extra settings' tab name was changed to 'Appearance'. The Greek language file is added.
553