Contact Form by BestWebSoft - Version 3.86

Version Description

  • 19.02.2015 =
  • Bugfix : Bug with Contact Form impacting 'From name' headers in messages sent by other plugins was fixed.
  • Update : 'Additional options' block was moved to a new tab, which is now named 'Additional settings'.
  • Update : 'Extra settings' tab name was changed to 'Appearance'.
  • NEW : The Greek language file is added.
Download this release

Release Info

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

Code changes from version 3.85 to 3.86

Files changed (55) hide show
  1. bws_menu/bws_menu.php +119 -68
  2. bws_menu/css/style.css +5 -3
  3. bws_menu/icons/bws-featured-posts.png +0 -0
  4. bws_menu/icons/bws-popular-posts.png +0 -0
  5. bws_menu/icons/bws-smtp.png +0 -0
  6. bws_menu/icons/bws-testimonials.png +0 -0
  7. bws_menu/icons/gallery-categories.png +0 -0
  8. bws_menu/icons/job-board.png +0 -0
  9. bws_menu/icons/re-attacher.png +0 -0
  10. contact_form.php +654 -603
  11. css/form_style.css +81 -0
  12. css/style.css +15 -97
  13. js/script.js +6 -23
  14. js/script_wp_before_3.5.js +19 -34
  15. languages/contact_form-af_ZA.mo +0 -0
  16. languages/contact_form-af_ZA.po +463 -425
  17. languages/contact_form-ca.mo +0 -0
  18. languages/contact_form-ca.po +420 -415
  19. languages/contact_form-de_DE.mo +0 -0
  20. languages/contact_form-de_DE.po +463 -425
  21. languages/contact_form-el.mo +0 -0
  22. languages/contact_form-el.po +1270 -0
  23. languages/contact_form-es_ES.mo +0 -0
  24. languages/contact_form-es_ES.po +508 -443
  25. languages/contact_form-et.mo +0 -0
  26. languages/contact_form-et.po +447 -424
  27. languages/contact_form-fr_FR.mo +0 -0
  28. languages/contact_form-fr_FR.po +660 -707
  29. languages/contact_form-ja.mo +0 -0
  30. languages/contact_form-ja.po +649 -724
  31. languages/contact_form-nb_NO.mo +0 -0
  32. languages/contact_form-nb_NO.po +451 -425
  33. languages/contact_form-pt_BR.mo +0 -0
  34. languages/contact_form-pt_BR.po +431 -424
  35. languages/contact_form-ru_RU.mo +0 -0
  36. languages/contact_form-ru_RU.po +398 -393
  37. languages/contact_form-sk_SK.mo +0 -0
  38. languages/contact_form-sk_SK.po +436 -429
  39. languages/contact_form-sv_SE.mo +0 -0
  40. languages/contact_form-sv_SE.po +410 -412
  41. languages/contact_form-tr.mo +0 -0
  42. languages/contact_form-tr.po +426 -423
  43. languages/contact_form-uk.mo +0 -0
  44. languages/contact_form-uk.po +613 -605
  45. languages/contact_form-vi.mo +0 -0
  46. languages/contact_form-vi.po +436 -419
  47. languages/contact_form-zh_CN.mo +0 -0
  48. languages/contact_form-zh_CN.po +394 -403
  49. readme.txt +21 -10
  50. screenshot-1.png +0 -0
  51. screenshot-2.png +0 -0
  52. screenshot-3.png +0 -0
  53. screenshot-4.png +0 -0
  54. screenshot-5.png +0 -0
  55. screenshot-6.png +0 -0
bws_menu/bws_menu.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
- * Version: 1.4.0
5
  */
6
 
7
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
@@ -12,7 +12,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
12
 
13
  if ( ! function_exists( 'is_plugin_active_for_network' ) )
14
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
15
-
16
  if ( function_exists( 'is_multisite' ) )
17
  $admin_url = ( ! is_multisite() ) ? admin_url( '/' ) : network_admin_url( '/' );
18
  else
@@ -40,7 +40,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
40
  'pro_version' => 'contact-form-pro/contact_form_pro.php',
41
  'purchase' => 'http://bestwebsoft.com/products/contact-form/buy/?k=773dc97bb3551975db0e32edca1a6d71&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
42
  'pro_settings' => 'admin.php?page=contact_form_pro.php'
43
- ),
44
  'facebook-button-plugin/facebook-button-plugin.php' => array(
45
  'name' => 'Facebook Like Button',
46
  'description' => 'Allows you to add the Follow and Like buttons the easiest way.',
@@ -62,7 +62,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
62
  'pro_version' => 'twitter-pro/twitter-pro.php',
63
  'purchase' => 'http://bestwebsoft.com/products/twitter/buy/?k=63ecbf0cc9cebf060b5a3c9362299700&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
64
  'pro_settings' => 'admin.php?page=twitter-pro.php'
65
- ),
66
  'portfolio/portfolio.php' => array(
67
  'name' => 'Portfolio',
68
  'description' => 'Allows you to create a page with the information about your past projects.',
@@ -83,7 +83,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
83
  'pro_settings' => 'admin.php?page=gallery-plugin-pro.php'
84
  ),
85
  'adsense-plugin/adsense-plugin.php'=> array(
86
- 'name' => 'Google AdSense',
87
  'description' => 'Allows Google AdSense implementation to your website.',
88
  'link' => 'http://bestwebsoft.com/products/google-adsense/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
89
  'download' => 'http://bestwebsoft.com/products/google-adsense/download/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
@@ -107,7 +107,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
107
  'settings' => 'admin.php?page=quotes-and-tips.php'
108
  ),
109
  'google-sitemap-plugin/google-sitemap-plugin.php'=> array(
110
- 'name' => 'Google Sitemap',
111
  'description' => 'Allows you to add sitemap file to Google Webmaster Tools.',
112
  'link' => 'http://bestwebsoft.com/products/google-sitemap/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
113
  'download' => 'http://bestwebsoft.com/products/google-sitemap/download/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
@@ -137,7 +137,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
137
  'settings' => 'admin.php?page=custom_fields_search.php'
138
  ),
139
  'google-one/google-plus-one.php' => array(
140
- 'name' => 'Google +1',
141
  'description' => 'Allows you to see how many times your page has been liked on Google Search Engine as well as who has liked the article.',
142
  'link' => 'http://bestwebsoft.com/products/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
143
  'download' => 'http://bestwebsoft.com/products/google-plus-one/download/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
@@ -194,7 +194,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
194
  'settings' => 'admin.php?page=post-to-csv.php'
195
  ),
196
  'google-shortlink/google-shortlink.php' => array(
197
- 'name' => 'Google Shortlink',
198
  'description' => 'Allows you to get short links from goo.gl servise without leaving your site.',
199
  'link' => 'http://bestwebsoft.com/products/google-shortlink/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
200
  'download' => 'http://bestwebsoft.com/products/google-shortlink/download/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
@@ -210,7 +210,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
210
  'settings' => 'admin.php?page=htaccess.php'
211
  ),
212
  'google-captcha/google-captcha.php' => array(
213
- 'name' => 'Google Captcha (reCAPTCHA)',
214
  'description' => 'Plugin intended to prove that the visitor is a human being and not a spam robot.',
215
  'link' => 'http://bestwebsoft.com/products/google-captcha/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
216
  'download' => 'http://bestwebsoft.com/products/google-captcha/download/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
@@ -234,7 +234,10 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
234
  'link' => 'http://bestwebsoft.com/products/subscriber/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
235
  'download' => 'http://bestwebsoft.com/products/subscriber/download/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
236
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Subscriber+Bestwebsoft&plugin-search-input=Search+Plugins',
237
- 'settings' => 'admin.php?page=sbscrbr_settings_page'
 
 
 
238
  ),
239
  'contact-form-multi/contact-form-multi.php' => array(
240
  'name' => 'Contact Form Multi',
@@ -248,22 +251,22 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
248
  'pro_settings' => ''
249
  ),
250
  'bws-google-maps/bws-google-maps.php' => array(
251
- 'name' => 'BestWebSoft Google Maps',
252
  'description' => 'Easy to set up and insert Google Maps to your website.',
253
  'link' => 'http://bestwebsoft.com/products/bws-google-maps/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
254
  'download' => 'http://bestwebsoft.com/products/bws-google-maps/download/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
255
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=BestWebSoft+Google+Maps&plugin-search-input=Search+Plugins',
256
  'settings' => 'admin.php?page=bws-google-maps.php',
257
  'pro_version' => 'bws-google-maps-pro/bws-google-maps-pro.php',
258
  'purchase' => 'http://bestwebsoft.com/products/bws-google-maps/buy/?k=117c3f9fc17f2c83ef430a8a9dc06f56&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
259
  'pro_settings' => 'admin.php?page=bws-google-maps-pro.php'
260
  ),
261
  'bws-google-analytics/bws-google-analytics.php' => array(
262
- 'name' => 'BestWebSoft Google Analytics',
263
  'description' => 'Allows you to retrieve basic stats from Google Analytics account and add the tracking code to your blog.',
264
  'link' => 'http://bestwebsoft.com/products/bws-google-analytics/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
265
  'download' => 'http://bestwebsoft.com/products/bws-google-analytics/download/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
266
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=BestWebSoft+Google+Analytics&plugin-search-input=Search+Plugins',
267
  'settings' => 'admin.php?page=bws-google-analytics.php'
268
  ),
269
  'db-manager/db-manager.php' => array(
@@ -319,16 +322,64 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
319
  'download' => 'http://bestwebsoft.com/products/multilanguage/download/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
320
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Multilanguage+BestWebSoft&plugin-search-input=Search+Plugins',
321
  'settings' => 'admin.php?page=mltlngg_settings'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
322
  )
323
  );
324
-
325
  $all_plugins = get_plugins();
326
  $active_plugins = get_option( 'active_plugins' );
327
  $recommend_plugins = array_diff_key( $bws_plugins, $all_plugins );
328
  $bws_plugins_pro = array();
329
 
330
  foreach ( $bws_plugins as $key_plugin => $value_plugin ) {
331
- if ( ! isset( $all_plugins[ $key_plugin ] ) && isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $all_plugins[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) {
332
  unset( $recommend_plugins[ $key_plugin ] );
333
  }
334
  }
@@ -343,7 +394,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
343
  if ( isset( $value['pro_version'] ) && $value['pro_version'] == $key_plugin ) {
344
  $bws_plugins_pro[ $key_plugin ] = $key;
345
  unset( $all_plugins[ $key ] );
346
- }
347
  }
348
  }
349
  }
@@ -356,7 +407,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
356
  $sql_mode = $mysql_info[0]->Value;
357
  if ( empty( $sql_mode ) )
358
  $sql_mode = __( 'Not set', 'bestwebsoft' );
359
-
360
  $safe_mode = ( ini_get( 'safe_mode' ) ) ? __( 'On', 'bestwebsoft' ) : __( 'Off', 'bestwebsoft' );
361
  $allow_url_fopen = ( ini_get( 'allow_url_fopen' ) ) ? __( 'On', 'bestwebsoft' ) : __( 'Off', 'bestwebsoft' );
362
  $upload_max_filesize = ( ini_get( 'upload_max_filesize' ) )? ini_get( 'upload_max_filesize' ) : __( 'N/A', 'bestwebsoft' );
@@ -412,7 +463,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
412
  $system_info['active_plugins'][ $plugin['Name'] ] = $plugin['Version'];
413
  else
414
  $system_info['inactive_plugins'][ $plugin['Name'] ] = $plugin['Version'];
415
- }
416
  }
417
 
418
  if ( ( isset( $_REQUEST['bwsmn_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ) ) ||
@@ -424,7 +475,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
424
  } else {
425
  $email = $bwsmn_form_email;
426
  $bwsmn_form_email = '';
427
- $message = __( 'Email with system info is sent to ', 'bestwebsoft' ) . $email;
428
  }
429
  } else {
430
  $email = 'plugin_system_status@bestwebsoft.com';
@@ -439,14 +490,14 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
439
  <h4>Environment</h4>
440
  <table>';
441
  foreach ( $system_info['system_info'] as $key => $value ) {
442
- $message_text .= '<tr><td>'. $key .'</td><td>'. $value .'</td></tr>';
443
  }
444
  $message_text .= '</table>';
445
  if ( ! empty( $system_info['active_plugins'] ) ) {
446
  $message_text .= '<h4>Active Plugins</h4>
447
  <table>';
448
- foreach ( $system_info['active_plugins'] as $key => $value ) {
449
- $message_text .= '<tr><td scope="row">'. $key .'</td><td scope="row">'. $value .'</td></tr>';
450
  }
451
  $message_text .= '</table>';
452
  }
@@ -474,21 +525,21 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
474
  <li><a class="bws_system_status <?php if ( isset( $_GET['action'] ) && 'system_status' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins&amp;action=system_status"><?php _e( 'System status', 'bestwebsoft' ); ?></a></li>
475
  </ul>
476
  <div class="clear"></div>
477
- </h2>
478
  <h2 class="nav-tab-wrapper">
479
  <a class="nav-tab<?php if ( !isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins"><?php _e( 'Plugins', 'bestwebsoft' ); ?></a>
480
  <?php if ( $wp_version >= '3.4' ) { ?>
481
  <a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'themes' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins&amp;action=themes"><?php _e( 'Themes', 'bestwebsoft' ); ?></a>
482
  <?php } ?>
483
- </h2>
484
- <?php if ( ! isset( $_GET['action'] ) ) { ?>
485
  <ul class="subsubsub">
486
  <li><a <?php if ( !isset( $_GET['sub'] ) ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins"><?php _e( 'All', 'bestwebsoft' ); ?></a></li> |
487
  <li><a <?php if ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins&amp;sub=installed"><?php _e( 'Installed', 'bestwebsoft' ); ?></a></li> |
488
  <li><a <?php if ( isset( $_GET['sub'] ) && 'recommended' == $_GET['sub'] ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins&amp;sub=recommended"><?php _e( 'Recommended', 'bestwebsoft' ); ?></a></li>
489
  </ul>
490
  <div class="clear"></div>
491
- <?php if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
492
  <h4 class="bws_installed"><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
493
  <?php foreach ( $all_plugins as $key_plugin => $value_plugin ) {
494
  if ( isset( $bws_plugins_pro[ $key_plugin ] ) )
@@ -502,33 +553,33 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
502
  $key_plugin_explode = explode( '/', $key_plugin );
503
  $icon = $key_plugin_explode[0];
504
  }
505
- }
506
 
507
  if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && ( in_array( $bws_plugins[ $key_plugin ]['pro_version'], $active_plugins ) || is_plugin_active_for_network( $bws_plugins[ $key_plugin ]['pro_version'] ) ) ) { ?>
508
  <div class="bws_product_box bws_exist_overlay">
509
- <div class="bws_product">
510
  <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
511
  <div class="bws_product_content">
512
  <div class="bws_product_icon">
513
  <div class="bws_product_icon_pro">PRO</div>
514
- <img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
515
- </div>
516
  <div class="bws_product_description"><?php echo $value_plugin["Description"]; ?></div>
517
  </div>
518
  <div class="clear"></div>
519
  </div>
520
- <div class="bws_product_links">
521
  <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
522
  <?php if ( '' != $bws_plugins[ $key_plugin ]["pro_settings"] ) { ?>
523
  <span> | </span>
524
  <a href="<?php echo $bws_plugins[ $key_plugin ]["pro_settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
525
  <?php } ?>
526
  </div>
527
- </div>
528
- <?php } elseif ( in_array( $key_plugin, $active_plugins ) || is_plugin_active_for_network( $key_plugin ) ) {
529
  if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $all_plugins[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
530
  <div class="bws_product_box bws_product_deactivated">
531
- <div class="bws_product">
532
  <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
533
  <div class="bws_product_content">
534
  <div class="bws_product_icon">
@@ -538,7 +589,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
538
  <div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
539
  </div>
540
  <div class="clear"></div>
541
- </div>
542
  <div class="bws_product_links">
543
  <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
544
  <span> | </span>
@@ -547,7 +598,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
547
  </div>
548
  <?php } else { ?>
549
  <div class="bws_product_box bws_product_free">
550
- <div class="bws_product">
551
  <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
552
  <div class="bws_product_content">
553
  <div class="bws_product_icon">
@@ -565,7 +616,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
565
  </a>
566
  <?php } ?>
567
  <div class="clear"></div>
568
- </div>
569
  <div class="bws_product_links">
570
  <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
571
  <?php if ( '' != $bws_plugins[ $key_plugin ]["settings"] ) { ?>
@@ -577,9 +628,9 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
577
  <?php }
578
  } elseif ( isset( $bws_plugins[ $key_plugin ] ) ) { ?>
579
  <div class="bws_product_box bws_product_deactivated bws_product_free">
580
- <div class="bws_product">
581
  <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
582
- <div class="bws_product_content">
583
  <div class="bws_product_icon">
584
  <img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
585
  </div>
@@ -620,21 +671,21 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
620
  }
621
  } ?>
622
  <div class="bws_product_box">
623
- <div class="bws_product">
624
  <div class="bws_product_title"><?php echo $value_plugin["name"]; ?></div>
625
  <div class="bws_product_content">
626
  <div class="bws_product_icon">
627
- <?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) ) { ?>
628
  <div class="bws_product_icon_pro">PRO</div>
629
  <?php } ?>
630
  <img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
631
  </div>
632
  <div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
633
  </div>
634
- <?php if ( isset( $bws_plugins[ $key_plugin ]["pro_version"] ) ) { ?>
635
  <a class="bws_product_button" href="<?php echo $bws_plugins[ $key_plugin ]["purchase"]; ?>" target="_blank">
636
  <?php _e( 'Go', 'bestwebsoft' ); ?> <strong>PRO</strong>
637
- </a>
638
  <?php } else { ?>
639
  <a class="bws_product_button bws_donate_button" href="<?php echo $bws_donate_link; ?>" target="_blank">
640
  <strong><?php _e( 'DONATE', 'bestwebsoft' ); ?></strong>
@@ -642,15 +693,15 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
642
  <?php } ?>
643
  </div>
644
  <div class="clear"></div>
645
- <div class="bws_product_links">
646
  <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
647
  <span> | </span>
648
  <a href="<?php echo $bws_plugins[ $key_plugin ]["wp_install"]; ?>" target="_blank"><?php _e( "Install now", 'bestwebsoft' ); ?></a>
649
  </div>
650
  </div>
651
- <?php }
652
- } ?>
653
- <?php } elseif ( 'themes' == $_GET['action'] ) { ?>
654
  <div id="availablethemes">
655
  <?php global $tabs, $tab, $paged, $type, $theme_field_defaults;
656
  include( ABSPATH . 'wp-admin/includes/theme-install.php' );
@@ -787,11 +838,11 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
787
  <table class="bws_system_info">
788
  <thead><tr><th><?php _e( 'Environment', 'bestwebsoft' ); ?></th><td></td></tr></thead>
789
  <tbody>
790
- <?php foreach ( $system_info['system_info'] as $key => $value ) { ?>
791
  <tr>
792
  <td scope="row"><?php echo $key; ?></td>
793
  <td scope="row"><?php echo $value; ?></td>
794
- </tr>
795
  <?php } ?>
796
  </tbody>
797
  </table>
@@ -799,11 +850,11 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
799
  <thead><tr><th><?php _e( 'Active Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
800
  <tbody>
801
  <?php if ( ! empty( $system_info['active_plugins'] ) ) {
802
- foreach ( $system_info['active_plugins'] as $key => $value ) { ?>
803
  <tr>
804
  <td scope="row"><?php echo $key; ?></td>
805
  <td scope="row"><?php echo $value; ?></td>
806
- </tr>
807
  <?php }
808
  } ?>
809
  </tbody>
@@ -812,31 +863,31 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
812
  <thead><tr><th><?php _e( 'Inactive Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
813
  <tbody>
814
  <?php if ( ! empty( $system_info['inactive_plugins'] ) ) {
815
- foreach ( $system_info['inactive_plugins'] as $key => $value ) { ?>
816
  <tr>
817
  <td scope="row"><?php echo $key; ?></td>
818
  <td scope="row"><?php echo $value; ?></td>
819
- </tr>
820
- <?php }
821
  } ?>
822
  </tbody>
823
  </table>
824
- <div class="clear"></div>
825
  <form method="post" action="admin.php?page=bws_plugins&amp;action=system_status">
826
- <p>
827
  <input type="hidden" name="bwsmn_form_submit" value="submit" />
828
  <input type="submit" class="button-primary" value="<?php _e( 'Send to support', 'bestwebsoft' ) ?>" />
829
- <?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ); ?>
830
- </p>
831
- </form>
832
- <form method="post" action="admin.php?page=bws_plugins&amp;action=system_status">
833
- <p>
834
- <input type="hidden" name="bwsmn_form_submit_custom_email" value="submit" />
835
  <input type="submit" class="button" value="<?php _e( 'Send to custom email &#187;', 'bestwebsoft' ) ?>" />
836
  <input type="text" value="<?php echo $bwsmn_form_email; ?>" name="bwsmn_form_email" />
837
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ); ?>
838
- </p>
839
- </form>
840
  </div>
841
  <?php } ?>
842
  </div>
@@ -846,7 +897,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
846
  if ( ! function_exists ( 'bws_plugin_init' ) ) {
847
  function bws_plugin_init() {
848
  // Internationalization, first(!)
849
- load_plugin_textdomain( 'bestwebsoft', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
850
  }
851
  }
852
 
@@ -854,13 +905,13 @@ if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) ) {
854
  function bws_admin_enqueue_scripts() {
855
  global $wp_version;
856
  if ( $wp_version < 3.8 )
857
- wp_enqueue_style( 'bws-admin-stylesheet', plugins_url( 'css/general_style_wp_before_3.8.css', __FILE__ ) );
858
  else
859
  wp_enqueue_style( 'bws-admin-stylesheet', plugins_url( 'css/general_style.css', __FILE__ ) );
860
 
861
  if ( isset( $_GET['page'] ) && $_GET['page'] == "bws_plugins" ) {
862
  wp_enqueue_style( 'bws_menu_style', plugins_url( 'css/style.css', __FILE__ ) );
863
- wp_enqueue_script( 'bws_menu_script', plugins_url( 'js/bws_menu.js' , __FILE__ ) );
864
  if ( $wp_version >= '3.8' )
865
  wp_enqueue_script( 'theme-install' );
866
  elseif ( $wp_version >= '3.4' )
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
+ * Version: 1.4.5
5
  */
6
 
7
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
12
 
13
  if ( ! function_exists( 'is_plugin_active_for_network' ) )
14
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
15
+
16
  if ( function_exists( 'is_multisite' ) )
17
  $admin_url = ( ! is_multisite() ) ? admin_url( '/' ) : network_admin_url( '/' );
18
  else
40
  'pro_version' => 'contact-form-pro/contact_form_pro.php',
41
  'purchase' => 'http://bestwebsoft.com/products/contact-form/buy/?k=773dc97bb3551975db0e32edca1a6d71&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
42
  'pro_settings' => 'admin.php?page=contact_form_pro.php'
43
+ ),
44
  'facebook-button-plugin/facebook-button-plugin.php' => array(
45
  'name' => 'Facebook Like Button',
46
  'description' => 'Allows you to add the Follow and Like buttons the easiest way.',
62
  'pro_version' => 'twitter-pro/twitter-pro.php',
63
  'purchase' => 'http://bestwebsoft.com/products/twitter/buy/?k=63ecbf0cc9cebf060b5a3c9362299700&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
64
  'pro_settings' => 'admin.php?page=twitter-pro.php'
65
+ ),
66
  'portfolio/portfolio.php' => array(
67
  'name' => 'Portfolio',
68
  'description' => 'Allows you to create a page with the information about your past projects.',
83
  'pro_settings' => 'admin.php?page=gallery-plugin-pro.php'
84
  ),
85
  'adsense-plugin/adsense-plugin.php'=> array(
86
+ 'name' => 'Google AdSense by BestWebSoft',
87
  'description' => 'Allows Google AdSense implementation to your website.',
88
  'link' => 'http://bestwebsoft.com/products/google-adsense/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
89
  'download' => 'http://bestwebsoft.com/products/google-adsense/download/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
107
  'settings' => 'admin.php?page=quotes-and-tips.php'
108
  ),
109
  'google-sitemap-plugin/google-sitemap-plugin.php'=> array(
110
+ 'name' => 'Google Sitemap by BestWebSoft',
111
  'description' => 'Allows you to add sitemap file to Google Webmaster Tools.',
112
  'link' => 'http://bestwebsoft.com/products/google-sitemap/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
113
  'download' => 'http://bestwebsoft.com/products/google-sitemap/download/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
137
  'settings' => 'admin.php?page=custom_fields_search.php'
138
  ),
139
  'google-one/google-plus-one.php' => array(
140
+ 'name' => 'Google +1 by BestWebSoft',
141
  'description' => 'Allows you to see how many times your page has been liked on Google Search Engine as well as who has liked the article.',
142
  'link' => 'http://bestwebsoft.com/products/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
143
  'download' => 'http://bestwebsoft.com/products/google-plus-one/download/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
194
  'settings' => 'admin.php?page=post-to-csv.php'
195
  ),
196
  'google-shortlink/google-shortlink.php' => array(
197
+ 'name' => 'Google Shortlink by BestWebSoft',
198
  'description' => 'Allows you to get short links from goo.gl servise without leaving your site.',
199
  'link' => 'http://bestwebsoft.com/products/google-shortlink/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
200
  'download' => 'http://bestwebsoft.com/products/google-shortlink/download/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
210
  'settings' => 'admin.php?page=htaccess.php'
211
  ),
212
  'google-captcha/google-captcha.php' => array(
213
+ 'name' => 'Google Captcha (reCAPTCHA) by BestWebSoft',
214
  'description' => 'Plugin intended to prove that the visitor is a human being and not a spam robot.',
215
  'link' => 'http://bestwebsoft.com/products/google-captcha/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
216
  'download' => 'http://bestwebsoft.com/products/google-captcha/download/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
234
  'link' => 'http://bestwebsoft.com/products/subscriber/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
235
  'download' => 'http://bestwebsoft.com/products/subscriber/download/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
236
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Subscriber+Bestwebsoft&plugin-search-input=Search+Plugins',
237
+ 'settings' => 'admin.php?page=sbscrbr_settings_page',
238
+ 'pro_version' => 'subscriber-pro/subscriber-pro.php',
239
+ 'purchase' => 'http://bestwebsoft.com/products/subscriber/buy/?k=02dbb8b549925d9b74e70adc2a7282e4&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
240
+ 'pro_settings' => 'admin.php?page=sbscrbrpr_settings_page'
241
  ),
242
  'contact-form-multi/contact-form-multi.php' => array(
243
  'name' => 'Contact Form Multi',
251
  'pro_settings' => ''
252
  ),
253
  'bws-google-maps/bws-google-maps.php' => array(
254
+ 'name' => 'Google Maps by BestWebSoft',
255
  'description' => 'Easy to set up and insert Google Maps to your website.',
256
  'link' => 'http://bestwebsoft.com/products/bws-google-maps/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
257
  'download' => 'http://bestwebsoft.com/products/bws-google-maps/download/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
258
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Google+Maps+Bestwebsoft&plugin-search-input=Search+Plugins',
259
  'settings' => 'admin.php?page=bws-google-maps.php',
260
  'pro_version' => 'bws-google-maps-pro/bws-google-maps-pro.php',
261
  'purchase' => 'http://bestwebsoft.com/products/bws-google-maps/buy/?k=117c3f9fc17f2c83ef430a8a9dc06f56&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
262
  'pro_settings' => 'admin.php?page=bws-google-maps-pro.php'
263
  ),
264
  'bws-google-analytics/bws-google-analytics.php' => array(
265
+ 'name' => 'Google Analytics by BestWebSoft',
266
  'description' => 'Allows you to retrieve basic stats from Google Analytics account and add the tracking code to your blog.',
267
  'link' => 'http://bestwebsoft.com/products/bws-google-analytics/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
268
  'download' => 'http://bestwebsoft.com/products/bws-google-analytics/download/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
269
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Google+Analytics+Bestwebsoft&plugin-search-input=Search+Plugins',
270
  'settings' => 'admin.php?page=bws-google-analytics.php'
271
  ),
272
  'db-manager/db-manager.php' => array(
322
  'download' => 'http://bestwebsoft.com/products/multilanguage/download/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
323
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Multilanguage+BestWebSoft&plugin-search-input=Search+Plugins',
324
  'settings' => 'admin.php?page=mltlngg_settings'
325
+ ),
326
+ 'bws-popular-posts/bws-popular-posts.php' => array(
327
+ 'name' => 'Popular Posts by BestWebSoft',
328
+ 'description' => 'This plugin will help you can display the most popular posts on your blog in the widget.',
329
+ 'link' => 'http://bestwebsoft.com/products/popular-posts/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
330
+ 'download' => 'http://bestwebsoft.com/products/popular-posts/download/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
331
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Popular+Posts+BestWebSoft&plugin-search-input=Search+Plugins',
332
+ 'settings' => 'admin.php?page=popular-posts.php'
333
+ ),
334
+ 'bws-testimonials/bws-testimonials.php' => array(
335
+ 'name' => 'Testimonials by BestWebSoft',
336
+ 'description' => 'Allows creating and displaying a Testimonial on your website.',
337
+ 'link' => 'http://bestwebsoft.com/products/testimonials/?k=3fe4bb89dc901c98e43a113e08f8db73&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
338
+ 'download' => 'http://bestwebsoft.com/products/testimonials/download/?k=3fe4bb89dc901c98e43a113e08f8db73&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
339
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Testimonials+BestWebSoft&plugin-search-input=Search+Plugins',
340
+ 'settings' => 'admin.php?page=testimonials.php'
341
+ ),
342
+ 'bws-featured-posts/bws-featured-posts.php' => array(
343
+ 'name' => 'Featured Posts by BestWebSoft',
344
+ 'description' => 'Displays featured posts randomly on any website page.',
345
+ 'link' => 'http://bestwebsoft.com/products/featured-posts/?k=f0afb31185ba7c7d6d598528d69f6d97&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
346
+ 'download' => 'http://bestwebsoft.com/products/featured-posts/download/?k=f0afb31185ba7c7d6d598528d69f6d97&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
347
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Featured+Posts+BestWebSoft&plugin-search-input=Search+Plugins',
348
+ 'settings' => 'admin.php?page=featured-posts.php'
349
+ ),
350
+ 'gallery-categories/gallery-categories.php' => array(
351
+ 'name' => 'Gallery Categories',
352
+ 'description' => 'Add-on for Gallery Plugin by BestWebSoft',
353
+ 'link' => 'http://bestwebsoft.com/products/gallery-categories/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
354
+ 'download' => 'http://bestwebsoft.com/products/gallery-categories/download/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
355
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Gallery+Categories+BestWebSoft&plugin-search-input=Search+Plugins',
356
+ 'settings' => ''
357
+ ),
358
+ 're-attacher/re-attacher.php' => array(
359
+ 'name' => 'Re-attacher',
360
+ 'description' => 'This plugin allows to attach, unattach or reattach media item in different post.',
361
+ 'link' => 'http://bestwebsoft.com/products/re-attacher/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
362
+ 'download' => 'http://bestwebsoft.com/products/re-attacher/download/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
363
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Re-attacher+BestWebSoft&plugin-search-input=Search+Plugins',
364
+ 'settings' => 'admin.php?page=re-attacher.php'
365
+ ),
366
+ 'bws-smtp/bws-smtp.php' => array(
367
+ 'name' => 'SMTP by BesWebSoft',
368
+ 'description' => 'This plugin introduces an easy way to configure sending email messages via SMTP.',
369
+ 'link' => 'http://bestwebsoft.com/products/bws-smtp/?k=0546419f962704429ad2d9b88567752f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
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
+
376
  $all_plugins = get_plugins();
377
  $active_plugins = get_option( 'active_plugins' );
378
  $recommend_plugins = array_diff_key( $bws_plugins, $all_plugins );
379
  $bws_plugins_pro = array();
380
 
381
  foreach ( $bws_plugins as $key_plugin => $value_plugin ) {
382
+ if ( ! isset( $all_plugins[ $key_plugin ] ) && isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $all_plugins[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) {
383
  unset( $recommend_plugins[ $key_plugin ] );
384
  }
385
  }
394
  if ( isset( $value['pro_version'] ) && $value['pro_version'] == $key_plugin ) {
395
  $bws_plugins_pro[ $key_plugin ] = $key;
396
  unset( $all_plugins[ $key ] );
397
+ }
398
  }
399
  }
400
  }
407
  $sql_mode = $mysql_info[0]->Value;
408
  if ( empty( $sql_mode ) )
409
  $sql_mode = __( 'Not set', 'bestwebsoft' );
410
+
411
  $safe_mode = ( ini_get( 'safe_mode' ) ) ? __( 'On', 'bestwebsoft' ) : __( 'Off', 'bestwebsoft' );
412
  $allow_url_fopen = ( ini_get( 'allow_url_fopen' ) ) ? __( 'On', 'bestwebsoft' ) : __( 'Off', 'bestwebsoft' );
413
  $upload_max_filesize = ( ini_get( 'upload_max_filesize' ) )? ini_get( 'upload_max_filesize' ) : __( 'N/A', 'bestwebsoft' );
463
  $system_info['active_plugins'][ $plugin['Name'] ] = $plugin['Version'];
464
  else
465
  $system_info['inactive_plugins'][ $plugin['Name'] ] = $plugin['Version'];
466
+ }
467
  }
468
 
469
  if ( ( isset( $_REQUEST['bwsmn_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ) ) ||
475
  } else {
476
  $email = $bwsmn_form_email;
477
  $bwsmn_form_email = '';
478
+ $message = __( 'Email with system info is sent to ', 'bestwebsoft' ) . $email;
479
  }
480
  } else {
481
  $email = 'plugin_system_status@bestwebsoft.com';
490
  <h4>Environment</h4>
491
  <table>';
492
  foreach ( $system_info['system_info'] as $key => $value ) {
493
+ $message_text .= '<tr><td>'. $key .'</td><td>'. $value .'</td></tr>';
494
  }
495
  $message_text .= '</table>';
496
  if ( ! empty( $system_info['active_plugins'] ) ) {
497
  $message_text .= '<h4>Active Plugins</h4>
498
  <table>';
499
+ foreach ( $system_info['active_plugins'] as $key => $value ) {
500
+ $message_text .= '<tr><td scope="row">'. $key .'</td><td scope="row">'. $value .'</td></tr>';
501
  }
502
  $message_text .= '</table>';
503
  }
525
  <li><a class="bws_system_status <?php if ( isset( $_GET['action'] ) && 'system_status' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins&amp;action=system_status"><?php _e( 'System status', 'bestwebsoft' ); ?></a></li>
526
  </ul>
527
  <div class="clear"></div>
528
+ </h2>
529
  <h2 class="nav-tab-wrapper">
530
  <a class="nav-tab<?php if ( !isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins"><?php _e( 'Plugins', 'bestwebsoft' ); ?></a>
531
  <?php if ( $wp_version >= '3.4' ) { ?>
532
  <a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'themes' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins&amp;action=themes"><?php _e( 'Themes', 'bestwebsoft' ); ?></a>
533
  <?php } ?>
534
+ </h2>
535
+ <?php if ( ! isset( $_GET['action'] ) ) { ?>
536
  <ul class="subsubsub">
537
  <li><a <?php if ( !isset( $_GET['sub'] ) ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins"><?php _e( 'All', 'bestwebsoft' ); ?></a></li> |
538
  <li><a <?php if ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins&amp;sub=installed"><?php _e( 'Installed', 'bestwebsoft' ); ?></a></li> |
539
  <li><a <?php if ( isset( $_GET['sub'] ) && 'recommended' == $_GET['sub'] ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins&amp;sub=recommended"><?php _e( 'Recommended', 'bestwebsoft' ); ?></a></li>
540
  </ul>
541
  <div class="clear"></div>
542
+ <?php if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
543
  <h4 class="bws_installed"><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
544
  <?php foreach ( $all_plugins as $key_plugin => $value_plugin ) {
545
  if ( isset( $bws_plugins_pro[ $key_plugin ] ) )
553
  $key_plugin_explode = explode( '/', $key_plugin );
554
  $icon = $key_plugin_explode[0];
555
  }
556
+ }
557
 
558
  if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && ( in_array( $bws_plugins[ $key_plugin ]['pro_version'], $active_plugins ) || is_plugin_active_for_network( $bws_plugins[ $key_plugin ]['pro_version'] ) ) ) { ?>
559
  <div class="bws_product_box bws_exist_overlay">
560
+ <div class="bws_product">
561
  <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
562
  <div class="bws_product_content">
563
  <div class="bws_product_icon">
564
  <div class="bws_product_icon_pro">PRO</div>
565
+ <img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
566
+ </div>
567
  <div class="bws_product_description"><?php echo $value_plugin["Description"]; ?></div>
568
  </div>
569
  <div class="clear"></div>
570
  </div>
571
+ <div class="bws_product_links">
572
  <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
573
  <?php if ( '' != $bws_plugins[ $key_plugin ]["pro_settings"] ) { ?>
574
  <span> | </span>
575
  <a href="<?php echo $bws_plugins[ $key_plugin ]["pro_settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
576
  <?php } ?>
577
  </div>
578
+ </div>
579
+ <?php } elseif ( isset( $bws_plugins[ $key_plugin ] ) && ( in_array( $key_plugin, $active_plugins ) || is_plugin_active_for_network( $key_plugin ) ) ) {
580
  if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $all_plugins[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
581
  <div class="bws_product_box bws_product_deactivated">
582
+ <div class="bws_product">
583
  <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
584
  <div class="bws_product_content">
585
  <div class="bws_product_icon">
589
  <div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
590
  </div>
591
  <div class="clear"></div>
592
+ </div>
593
  <div class="bws_product_links">
594
  <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
595
  <span> | </span>
598
  </div>
599
  <?php } else { ?>
600
  <div class="bws_product_box bws_product_free">
601
+ <div class="bws_product">
602
  <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
603
  <div class="bws_product_content">
604
  <div class="bws_product_icon">
616
  </a>
617
  <?php } ?>
618
  <div class="clear"></div>
619
+ </div>
620
  <div class="bws_product_links">
621
  <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
622
  <?php if ( '' != $bws_plugins[ $key_plugin ]["settings"] ) { ?>
628
  <?php }
629
  } elseif ( isset( $bws_plugins[ $key_plugin ] ) ) { ?>
630
  <div class="bws_product_box bws_product_deactivated bws_product_free">
631
+ <div class="bws_product">
632
  <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
633
+ <div class="bws_product_content">
634
  <div class="bws_product_icon">
635
  <img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
636
  </div>
671
  }
672
  } ?>
673
  <div class="bws_product_box">
674
+ <div class="bws_product">
675
  <div class="bws_product_title"><?php echo $value_plugin["name"]; ?></div>
676
  <div class="bws_product_content">
677
  <div class="bws_product_icon">
678
+ <?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) ) { ?>
679
  <div class="bws_product_icon_pro">PRO</div>
680
  <?php } ?>
681
  <img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
682
  </div>
683
  <div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
684
  </div>
685
+ <?php if ( isset( $bws_plugins[ $key_plugin ]["pro_version"] ) ) { ?>
686
  <a class="bws_product_button" href="<?php echo $bws_plugins[ $key_plugin ]["purchase"]; ?>" target="_blank">
687
  <?php _e( 'Go', 'bestwebsoft' ); ?> <strong>PRO</strong>
688
+ </a>
689
  <?php } else { ?>
690
  <a class="bws_product_button bws_donate_button" href="<?php echo $bws_donate_link; ?>" target="_blank">
691
  <strong><?php _e( 'DONATE', 'bestwebsoft' ); ?></strong>
693
  <?php } ?>
694
  </div>
695
  <div class="clear"></div>
696
+ <div class="bws_product_links">
697
  <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
698
  <span> | </span>
699
  <a href="<?php echo $bws_plugins[ $key_plugin ]["wp_install"]; ?>" target="_blank"><?php _e( "Install now", 'bestwebsoft' ); ?></a>
700
  </div>
701
  </div>
702
+ <?php }
703
+ } ?>
704
+ <?php } elseif ( 'themes' == $_GET['action'] ) { ?>
705
  <div id="availablethemes">
706
  <?php global $tabs, $tab, $paged, $type, $theme_field_defaults;
707
  include( ABSPATH . 'wp-admin/includes/theme-install.php' );
838
  <table class="bws_system_info">
839
  <thead><tr><th><?php _e( 'Environment', 'bestwebsoft' ); ?></th><td></td></tr></thead>
840
  <tbody>
841
+ <?php foreach ( $system_info['system_info'] as $key => $value ) { ?>
842
  <tr>
843
  <td scope="row"><?php echo $key; ?></td>
844
  <td scope="row"><?php echo $value; ?></td>
845
+ </tr>
846
  <?php } ?>
847
  </tbody>
848
  </table>
850
  <thead><tr><th><?php _e( 'Active Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
851
  <tbody>
852
  <?php if ( ! empty( $system_info['active_plugins'] ) ) {
853
+ foreach ( $system_info['active_plugins'] as $key => $value ) { ?>
854
  <tr>
855
  <td scope="row"><?php echo $key; ?></td>
856
  <td scope="row"><?php echo $value; ?></td>
857
+ </tr>
858
  <?php }
859
  } ?>
860
  </tbody>
863
  <thead><tr><th><?php _e( 'Inactive Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
864
  <tbody>
865
  <?php if ( ! empty( $system_info['inactive_plugins'] ) ) {
866
+ foreach ( $system_info['inactive_plugins'] as $key => $value ) { ?>
867
  <tr>
868
  <td scope="row"><?php echo $key; ?></td>
869
  <td scope="row"><?php echo $value; ?></td>
870
+ </tr>
871
+ <?php }
872
  } ?>
873
  </tbody>
874
  </table>
875
+ <div class="clear"></div>
876
  <form method="post" action="admin.php?page=bws_plugins&amp;action=system_status">
877
+ <p>
878
  <input type="hidden" name="bwsmn_form_submit" value="submit" />
879
  <input type="submit" class="button-primary" value="<?php _e( 'Send to support', 'bestwebsoft' ) ?>" />
880
+ <?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ); ?>
881
+ </p>
882
+ </form>
883
+ <form method="post" action="admin.php?page=bws_plugins&amp;action=system_status">
884
+ <p>
885
+ <input type="hidden" name="bwsmn_form_submit_custom_email" value="submit" />
886
  <input type="submit" class="button" value="<?php _e( 'Send to custom email &#187;', 'bestwebsoft' ) ?>" />
887
  <input type="text" value="<?php echo $bwsmn_form_email; ?>" name="bwsmn_form_email" />
888
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ); ?>
889
+ </p>
890
+ </form>
891
  </div>
892
  <?php } ?>
893
  </div>
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
 
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' )
bws_menu/css/style.css CHANGED
@@ -62,10 +62,10 @@ h4.bws_installed:before {
62
  }
63
  .bws_product {
64
  border-bottom: 1px solid #fff;
65
- min-height: 203px;
66
  }
67
  .bws_product_content {
68
- min-height: 93px;
69
  }
70
  .bws_activate {
71
  color: #F14B21;
@@ -77,7 +77,9 @@ h4.bws_installed:before {
77
  font-weight: bold;
78
  padding: 16px 10px 28px;
79
  font-size: 14px;
80
- height: 18px;
 
 
81
  }
82
  .bws_product_deactivated .bws_product_title {
83
  color: #7e7e7e;
62
  }
63
  .bws_product {
64
  border-bottom: 1px solid #fff;
65
+ min-height: 235px;
66
  }
67
  .bws_product_content {
68
+ min-height: 87px;
69
  }
70
  .bws_activate {
71
  color: #F14B21;
77
  font-weight: bold;
78
  padding: 16px 10px 28px;
79
  font-size: 14px;
80
+ height: 42px;
81
+ position: relative;
82
+ z-index: 2;
83
  }
84
  .bws_product_deactivated .bws_product_title {
85
  color: #7e7e7e;
bws_menu/icons/bws-featured-posts.png ADDED
Binary file
bws_menu/icons/bws-popular-posts.png ADDED
Binary file
bws_menu/icons/bws-smtp.png ADDED
Binary file
bws_menu/icons/bws-testimonials.png ADDED
Binary file
bws_menu/icons/gallery-categories.png ADDED
Binary file
bws_menu/icons/job-board.png CHANGED
File without changes
bws_menu/icons/re-attacher.png ADDED
Binary file
contact_form.php CHANGED
@@ -4,12 +4,12 @@ Plugin Name: Contact Form
4
  Plugin URI: http://bestwebsoft.com/products/
5
  Description: Plugin for Contact Form.
6
  Author: BestWebSoft
7
- Version: 3.85
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
11
 
12
- /* @ Copyright 2014 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
@@ -36,11 +36,11 @@ if ( ! function_exists( 'cntctfrm_admin_menu' ) ) {
36
  if ( ! isset( $bstwbsftwppdtplgns_options ) ) {
37
  if ( is_multisite() ) {
38
  if ( ! get_site_option( 'bstwbsftwppdtplgns_options' ) )
39
- add_site_option( 'bstwbsftwppdtplgns_options', array(), '', 'yes' );
40
  $bstwbsftwppdtplgns_options = get_site_option( 'bstwbsftwppdtplgns_options' );
41
  } else {
42
  if ( ! get_option( 'bstwbsftwppdtplgns_options' ) )
43
- add_option( 'bstwbsftwppdtplgns_options', array(), '', 'yes' );
44
  $bstwbsftwppdtplgns_options = get_option( 'bstwbsftwppdtplgns_options' );
45
  }
46
  }
@@ -49,16 +49,16 @@ if ( ! function_exists( 'cntctfrm_admin_menu' ) ) {
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, '', 'yes' );
53
  else
54
- update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options, '', 'yes' );
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, '', 'yes' );
60
  else
61
- update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options, '', 'yes' );
62
  require_once( dirname( __FILE__ ) . '/bws_menu/bws_menu.php' );
63
  } else if ( ! isset( $bstwbsftwppdtplgns_added_menu ) ) {
64
  $plugin_with_newer_menu = $base;
@@ -78,9 +78,6 @@ if ( ! function_exists( 'cntctfrm_admin_menu' ) ) {
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
- /* Call register settings function */
83
- add_action( 'admin_init', 'cntctfrm_settings' );
84
  }
85
  }
86
 
@@ -125,14 +122,20 @@ if ( ! function_exists( 'cntctfrm_settings' ) ) {
125
  if ( ! $cntctfrm_plugin_info )
126
  $cntctfrm_plugin_info = get_plugin_data( __FILE__ );
127
 
 
 
 
 
 
 
128
  $cntctfrm_option_defaults = array(
129
  'plugin_option_version' => $cntctfrm_plugin_info["Version"],
130
  'plugin_db_version' => $cntctfrm_db_version,
131
  'cntctfrm_user_email' => 'admin',
132
  'cntctfrm_custom_email' => '',
133
  'cntctfrm_select_email' => 'user',
134
- 'cntctfrm_from_email' => 'user',
135
- 'cntctfrm_custom_from_email' => '',
136
  'cntctfrm_attachment' => 0,
137
  'cntctfrm_attachment_explanations' => 1,
138
  'cntctfrm_send_copy' => 0,
@@ -188,19 +191,19 @@ if ( ! function_exists( 'cntctfrm_settings' ) ) {
188
  );
189
 
190
  /* Check contact-form-multi plugin */
191
- if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) || is_plugin_active_for_network( 'contact-form-multi/contact-form-multi.php' ) )
192
  $contact_form_multi_active = true;
193
- if ( is_plugin_active( 'contact-form-multi-pro/contact-form-multi-pro.php' ) || is_plugin_active_for_network( 'contact-form-multi-pro/contact-form-multi-pro.php' ) )
194
  $contact_form_multi_pro_active = true;
195
 
196
  /* Install the option defaults */
197
  if ( ! get_option( 'cntctfrm_options' ) )
198
- add_option( 'cntctfrm_options', $cntctfrm_option_defaults, '', 'yes' );
199
 
200
  /* Get options from the database for default options */
201
  if ( isset( $contact_form_multi_active ) || isset( $contact_form_multi_pro_active ) ) {
202
  if ( ! get_option( 'cntctfrmmlt_options' ) )
203
- add_option( 'cntctfrmmlt_options', $cntctfrm_option_defaults, '', 'yes' );
204
 
205
  $cntctfrmmlt_options = get_option( 'cntctfrmmlt_options' );
206
 
@@ -221,7 +224,7 @@ if ( ! function_exists( 'cntctfrm_settings' ) ) {
221
  $cntctfrmmlt_options_main = get_site_option( 'cntctfrmmlt_options_main' );
222
 
223
  if ( 1 == $_SESSION['cntctfrmmlt_id_form'] && 1 == count( $cntctfrmmlt_options_main['name_id_form'] ) ) {
224
- add_option( 'cntctfrmmlt_options_1' , get_option( 'cntctfrm_options' ), '', 'yes' );
225
  $cntctfrm_options = get_option( 'cntctfrmmlt_options_1' );
226
  } else
227
  $cntctfrm_options = get_option( 'cntctfrmmlt_options' );
@@ -366,23 +369,26 @@ if ( ! function_exists ( 'cntctfrm_version_check' ) ) {
366
  if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
367
  function cntctfrm_settings_page() {
368
  global $cntctfrm_options, $wpdb, $cntctfrm_option_defaults, $wp_version, $cntctfrm_plugin_info;
369
- $error = $message = "";
370
 
371
  if ( ! function_exists( 'get_plugins' ) || ! function_exists( 'is_plugin_active_for_network' ) )
372
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
373
 
374
- $all_plugins = get_plugins();
375
- $active_plugins = get_option( 'active_plugins' );
 
376
 
377
  /* Check contact-form-multi plugin */
378
- if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) || is_plugin_active_for_network( 'contact-form-multi/contact-form-multi.php' ) )
379
  $contact_form_multi_active = true;
380
- if ( is_plugin_active( 'contact-form-multi-pro/contact-form-multi-pro.php' ) || is_plugin_active_for_network( 'contact-form-multi-pro/contact-form-multi-pro.php' ) )
381
  $contact_form_multi_pro_active = true;
382
 
383
  /* Get Captcha options */
384
  if ( get_option( 'cptch_options' ) )
385
  $cptch_options = get_option( 'cptch_options' );
 
 
386
  if ( get_option( 'cptchpr_options' ) )
387
  $cptchpr_options = get_option( 'cptchpr_options' );
388
  /* Get Contact Form to DB options */
@@ -391,18 +397,17 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
391
  if ( get_option( 'cntctfrmtdbpr_options' ) )
392
  $cntctfrmtdbpr_options = get_option( 'cntctfrmtdbpr_options' );
393
 
394
- // $userslogin = $wpdb->get_col( "SELECT `user_login` FROM $wpdb->users ", 0 );
395
  $userslogin = get_users( 'blog_id=' . $GLOBALS['blog_id'] . '&role=administrator' );
396
 
397
  /* Save data for settings page */
398
  if ( isset( $_POST['cntctfrm_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'cntctfrm_nonce_name' ) ) {
 
399
  $cntctfrm_options_submit['cntctfrm_user_email'] = $_POST['cntctfrm_user_email'];
400
  $cntctfrm_options_submit['cntctfrm_custom_email'] = trim( stripslashes( esc_html( $_POST['cntctfrm_custom_email'] ) ), " ," );
401
  $cntctfrm_options_submit['cntctfrm_select_email'] = $_POST['cntctfrm_select_email'];
402
  $cntctfrm_options_submit['cntctfrm_from_email'] = $_POST['cntctfrm_from_email'];
403
  $cntctfrm_options_submit['cntctfrm_custom_from_email'] = stripslashes( esc_html( $_POST['cntctfrm_custom_from_email'] ) );
404
 
405
-
406
  $cntctfrm_options_submit['cntctfrm_mail_method'] = $_POST['cntctfrm_mail_method'];
407
  $cntctfrm_options_submit['cntctfrm_from_field'] = stripslashes( esc_html( $_POST['cntctfrm_from_field'] ) );
408
  $cntctfrm_options_submit['cntctfrm_select_from_field'] = $_POST['cntctfrm_select_from_field'];
@@ -418,40 +423,48 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
418
  if ( isset( $_POST['cntctfrm_display_captcha'] ) ) {
419
  if ( get_option( 'cptch_options' ) ) {
420
  $cptch_options['cptch_contact_form'] = 1;
421
- update_option( 'cptch_options', $cptch_options, '', 'yes' );
 
 
 
 
422
  }
423
  if ( get_option( 'cptchpr_options' ) ) {
424
  $cptchpr_options['cptchpr_contact_form'] = 1;
425
- update_option( 'cptchpr_options', $cptchpr_options, '', 'yes' );
426
  }
427
  } else {
428
  if ( get_option( 'cptch_options' ) ) {
429
  $cptch_options['cptch_contact_form'] = 0;
430
- update_option( 'cptch_options', $cptch_options, '', 'yes' );
 
 
 
 
431
  }
432
  if ( get_option( 'cptchpr_options' ) ) {
433
  $cptchpr_options['cptchpr_contact_form'] = 0;
434
- update_option( 'cptchpr_options', $cptchpr_options, '', 'yes' );
435
  }
436
  }
437
 
438
  if ( isset( $_POST['cntctfrm_save_email_to_db'] ) ) {
439
  if ( get_option( 'cntctfrmtdb_options' ) ) {
440
  $cntctfrmtdb_options['cntctfrmtdb_save_messages_to_db'] = 1;
441
- update_option( 'cntctfrmtdb_options', $cntctfrmtdb_options, '', 'yes' );
442
  }
443
  if ( get_option( 'cntctfrmtdbpr_options' ) ) {
444
  $cntctfrmtdbpr_options['save_messages_to_db'] = 1;
445
- update_option( 'cntctfrmtdbpr_options', $cntctfrmtdbpr_options, '', 'yes' );
446
  }
447
  } else {
448
  if ( get_option( 'cntctfrmtdb_options' ) ) {
449
  $cntctfrmtdb_options['cntctfrmtdb_save_messages_to_db'] = 0;
450
- update_option( 'cntctfrmtdb_options', $cntctfrmtdb_options, '', 'yes' );
451
  }
452
  if ( get_option( 'cntctfrmtdbpr_options' ) ) {
453
  $cntctfrmtdbpr_options['save_messages_to_db'] = 0;
454
- update_option( 'cntctfrmtdbpr_options', $cntctfrmtdbpr_options, '', 'yes' );
455
  }
456
  }
457
 
@@ -577,6 +590,12 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
577
  }
578
  }
579
  }
 
 
 
 
 
 
580
  $cntctfrm_options_submit['cntctfrm_action_after_send'] = $_POST['cntctfrm_action_after_send'];
581
  $cntctfrm_options_submit['cntctfrm_redirect_url'] = esc_url( $_POST['cntctfrm_redirect_url'] );
582
  $cntctfrm_options = array_merge( $cntctfrm_options, $cntctfrm_options_submit );
@@ -621,20 +640,18 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
621
  $cntctfrmmlt_options_main = get_option( 'cntctfrmmlt_options_main' );
622
 
623
  if ( $cntctfrmmlt_options_main['id_form'] !== $_SESSION['cntctfrmmlt_id_form'] )
624
- add_option( 'cntctfrmmlt_options_' . $cntctfrmmlt_options_main['id_form'] , $cntctfrm_options, '', 'yes' );
625
  else if ( $cntctfrmmlt_options_main['id_form'] == $_SESSION['cntctfrmmlt_id_form'] )
626
  update_option( 'cntctfrmmlt_options_' . $cntctfrmmlt_options_main['id_form'] , $cntctfrm_options, '', 'yes' );
627
-
628
  } elseif ( isset( $contact_form_multi_pro_active ) ) {
629
  $cntctfrmmltpr_options_main = get_option( 'cntctfrmmltpr_options_main' );
630
 
631
  if ( $cntctfrmmltpr_options_main['id_form'] !== $_SESSION['cntctfrmmlt_id_form'] )
632
- add_option( 'cntctfrmmlt_options_' . $cntctfrmmltpr_options_main['id_form'] , $cntctfrm_options, '', 'yes' );
633
  else if ( $cntctfrmmltpr_options_main['id_form'] == $_SESSION['cntctfrmmlt_id_form'] )
634
  update_option( 'cntctfrmmlt_options_' . $cntctfrmmltpr_options_main['id_form'] , $cntctfrm_options, '', 'yes' );
635
-
636
  } else {
637
- update_option( 'cntctfrm_options', $cntctfrm_options, '', 'yes' );
638
  }
639
  $message = __( "Settings saved.", 'contact_form' );
640
  } else {
@@ -710,31 +727,50 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
710
  $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';
711
  $uploadDir = wp_upload_dir();
712
  $zip_name = explode( '/', $bws_license_plugin );
713
- if ( file_put_contents( $uploadDir["path"] . "/" . $zip_name[0] . ".zip", file_get_contents( $url ) ) ) {
714
- @chmod( $uploadDir["path"] . "/" . $zip_name[0] . ".zip", octdec( 755 ) );
715
- if ( class_exists( 'ZipArchive' ) ) {
716
- $zip = new ZipArchive();
717
- if ( $zip->open( $uploadDir["path"] . "/" . $zip_name[0] . ".zip" ) === TRUE ) {
718
- $zip->extractTo( WP_PLUGIN_DIR );
719
- $zip->close();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
720
  } else {
721
- $error = __( "Failed to open the zip archive. Please, upload the plugin manually", 'contact_form' );
722
  }
723
- } elseif ( class_exists( 'Phar' ) ) {
724
- $phar = new PharData( $uploadDir["path"] . "/" . $zip_name[0] . ".zip" );
725
- $phar->extractTo( WP_PLUGIN_DIR );
726
  } else {
727
- $error = __( "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually", 'contact_form' );
728
  }
729
- @unlink( $uploadDir["path"] . "/" . $zip_name[0] . ".zip" );
730
- } else {
731
- $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'contact_form' );
732
  }
733
 
734
  /* activate Pro */
735
  if ( file_exists( WP_PLUGIN_DIR . '/' . $zip_name[0] ) ) {
736
- array_push( $active_plugins, $bws_license_plugin );
737
- update_option( 'active_plugins', $active_plugins );
 
 
 
 
 
 
 
 
 
738
  $pro_plugin_is_activated = true;
739
  } elseif ( '' == $error ) {
740
  $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'contact_form' );
@@ -742,21 +778,27 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
742
  }
743
  } else {
744
  $error = __( "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience.", 'contact_form' );
745
- }
746
- }
747
- }
748
  } else {
749
  /* activate Pro */
750
- if ( ! ( in_array( $bws_license_plugin, $active_plugins ) || is_plugin_active_for_network( $bws_license_plugin ) ) ) {
751
- array_push( $active_plugins, $bws_license_plugin );
752
- update_option( 'active_plugins', $active_plugins );
 
 
 
 
 
 
753
  $pro_plugin_is_activated = true;
754
  }
755
  }
756
  if ( is_multisite() )
757
- update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options, '', 'yes' );
758
  else
759
- update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options, '', 'yes' );
760
  }
761
  } else {
762
  $error = __( "Please, enter Your license key", 'contact_form' );
@@ -768,222 +810,322 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
768
  <h2><?php _e( "Contact Form Settings", 'contact_form' ); ?></h2>
769
  <h2 class="nav-tab-wrapper">
770
  <a class="nav-tab<?php if ( ! isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php"><?php _e( 'Settings', 'contact_form' ); ?></a>
771
- <a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'extra' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php&amp;action=extra"><?php _e( 'Extra settings', 'contact_form' ); ?></a>
 
772
  <a class="nav-tab" href="http://bestwebsoft.com/products/contact-form/faq" target="_blank"><?php _e( 'FAQ', 'contact_form' ); ?></a>
773
  <a class="nav-tab bws_go_pro_tab<?php if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php&amp;action=go_pro"><?php _e( 'Go PRO', 'contact_form' ); ?></a>
774
  </h2>
775
  <div class="updated fade" <?php if ( ! isset( $_POST['cntctfrm_form_submit'] ) || "" != $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
776
  <div id="cntctfrm_settings_notice" class="updated fade" style="display:none"><p><strong><?php _e( "Notice:", 'contact_form' ); ?></strong> <?php _e( "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button.", 'contact_form' ); ?></p></div>
777
- <div class="error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
778
- <?php if ( ! isset( $_GET['action'] ) ) {
 
 
 
 
779
  if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
780
  <h2 class="nav-tab-wrapper">
781
  <li class="nav-tab nav-tab-active">NEW_FORM</li>
782
- <a class="nav-tab" target="_new" href="http://bestwebsoft.com/products/contact-form-multi/" title="<?php _e( "If you want to create multiple contact forms, please install the Contact Form Multi plugin.", 'contact_form' ); ?>">+</a>
783
  </h2>
784
- <?php } ?>
785
- <form id="cntctfrm_settings_form" method="post" action="admin.php?page=contact_form.php">
 
786
  <span style="margin-bottom:15px;">
787
  <?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
788
- <p><?php _e( "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:", 'contact_form' ); ?> [contact_form] <?php _e( "or", 'contact_form' ); ?> [contact_form lang=en]<br />
789
- <?php _e( "If have any problems with the standard shortcode [contact_form], you should use the shortcode", 'contact_form' ); ?> [bws_contact_form] (<?php _e( "or", 'contact_form' ); ?> [bws_contact_form lang=en]) <?php _e( "or", 'contact_form' ); ?> [bestwebsoft_contact_form] (<?php _e( "or", 'contact_form' ); ?>
790
- [bestwebsoft_contact_form lang=en]). <?php _e( "They work the same way.", 'contact_form' ); ?></p>
791
- <?php _e( "If you leave the fields empty, the messages will be sent to the email address specified during registration.", 'contact_form' );
792
- } else { ?>
793
- <p><?php _e( "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:", 'contact_form' ); ?> [contact_form id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>] <?php _e( "or", 'contact_form' ); ?> [contact_form lang=en id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]<br />
794
- <?php _e( "If have any problems with the standard shortcode [contact_form], you should use the shortcode", 'contact_form' ); ?> [bws_contact_form id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>] (<?php _e( "or", 'contact_form' ); ?> [bws_contact_form lang=en id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]) <?php _e( "or", 'contact_form' ); ?> [bestwebsoft_contact_form id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>] (<?php _e( "or", 'contact_form' ); ?>
795
- [bestwebsoft_contact_form lang=en id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]). <?php _e( "They work the same way.", 'contact_form' ); ?></p>
796
- <?php _e( "If you leave the fields empty, the messages will be sent to the email address specified during registration.", 'contact_form' );
797
- } ?>
798
  </span>
799
- <table class="form-table" style="width:auto;">
800
- <tr valign="top">
801
- <th scope="row"><?php _e( "The user's email address:", 'contact_form' ); ?> </th>
802
- <td colspan="2">
803
- <input type="radio" id="cntctfrm_select_email_user" name="cntctfrm_select_email" value="user" <?php if ( $cntctfrm_options['cntctfrm_select_email'] == 'user' ) echo "checked=\"checked\" "; ?>/>
804
- <select name="cntctfrm_user_email">
805
- <option disabled><?php _e( "Create a username", 'contact_form' ); ?></option>
806
- <?php foreach ( $userslogin as $key => $value ) {
807
- if ( $value->data->user_email != '' ) { ?>
808
- <option value="<?php echo $value->data->user_login; ?>" <?php if ( $cntctfrm_options['cntctfrm_user_email'] == $value->data->user_login ) echo "selected=\"selected\" "; ?>><?php echo $value->data->user_login; ?></option>
809
- <?php }
810
- } ?>
811
- </select>
812
- <span class="cntctfrm_info"><?php _e( "Enter a username of the person who should get the messages from the contact form.", 'contact_form' ); ?></span>
813
- </td>
814
- </tr>
815
- <tr valign="top">
816
- <th scope="row"><?php _e( "Use this email address:", 'contact_form' ); ?> </th>
817
- <td colspan="2">
818
- <input type="radio" id="cntctfrm_select_email_custom" name="cntctfrm_select_email" value="custom" <?php if ( 'custom' == $cntctfrm_options['cntctfrm_select_email'] ) echo "checked=\"checked\" "; ?>/> <input type="text" name="cntctfrm_custom_email" value="<?php echo $cntctfrm_options['cntctfrm_custom_email']; ?>" onfocus="document.getElementById('cntctfrm_select_email_custom').checked = true;" />
819
- <span class="cntctfrm_info"><?php _e( "Enter the email address you want the messages forwarded to.", 'contact_form' ); ?></span>
820
- </td>
821
- </tr>
822
- </table>
823
- <div class="bws_pro_version_bloc">
824
- <div class="bws_pro_version_table_bloc">
825
- <div class="bws_table_bg"></div>
826
- <table class="form-table bws_pro_version">
827
- <tr valign="top">
828
- <th scope="row"><?php _e( "Add department selectbox to the contact form:", 'contact_form' ); ?></th>
829
- <td colspan="2">
830
- <input type="radio" id="cntctfrmpr_select_email_department" name="cntctfrmpr_select_email" value="departments" disabled="disabled" />
831
- <div class="cntctfrmpr_department_table"><img src="<?php echo plugins_url( 'images/pro_screen_1.png', __FILE__ ); ?>" alt="" /></div>
832
- </td>
833
- </tr>
834
- <tr valign="top">
835
- <th scope="row" colspan="2">
836
- * <?php _e( 'If you upgrade to Pro version all your settings will be saved.', 'contact_form' ); ?>
837
- </th>
838
- </tr>
839
- </table>
840
- </div>
841
- <div class="bws_pro_version_tooltip">
842
- <div class="bws_info">
843
- <?php _e( 'Unlock premium options by upgrading to a PRO version.', 'contact_form' ); ?>
844
- <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"><?php _e( 'Learn More', 'contact_form' ); ?></a>
845
- </div>
846
- <a class="bws_button" href="http://bestwebsoft.com/products/contact-form/buy/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
847
- <?php _e( 'Go', 'contact_form' ); ?> <strong>PRO</strong>
848
- </a>
849
- <div class="clear"></div>
850
- </div>
851
- </div>
852
- <table class="form-table" style="width:auto;">
853
- <tr valign="top">
854
- <th scope="row"><?php _e( "Save emails to the database", 'contact_form' ); ?> </th>
855
- <td colspan="2">
856
- <?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 ) ) {
857
- if ( 0 < count( preg_grep( '/contact-form-to-db\/contact_form_to_db.php/', $active_plugins ) ) || 0 < count( preg_grep( '/contact-form-to-db-pro\/contact_form_to_db_pro.php/', $active_plugins ) ) ||
858
- is_plugin_active_for_network( 'contact-form-to-db/contact_form_to_db.php' ) || is_plugin_active_for_network( 'contact-form-to-db-pro/contact_form_to_db_pro.php' ) ) { ?>
859
- <input type="checkbox" name="cntctfrm_save_email_to_db" value="1" <?php if ( ( isset( $cntctfrmtdb_options ) && 1 == $cntctfrmtdb_options["cntctfrmtdb_save_messages_to_db"] ) || ( isset( $cntctfrmtdbpr_options ) && 1 == $cntctfrmtdbpr_options["save_messages_to_db"] ) ) echo "checked=\"checked\""; ?> />
860
- <span style="color: #888888;font-size: 10px;"> (<?php _e( 'Using', 'contact_form' ); ?> <a href="admin.php?page=cntctfrmtdb_manager">Contact Form to DB</a> <?php _e( 'powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/products/">bestwebsoft.com</a>)</span>
861
- <?php } else { ?>
862
- <input disabled="disabled" type="checkbox" name="cntctfrm_save_email_to_db" value="1" <?php if ( ( isset( $cntctfrmtdb_options ) && 1 == $cntctfrmtdb_options["cntctfrmtdb_save_messages_to_db"] ) || ( isset( $cntctfrmtdbpr_options ) && 1 == $cntctfrmtdbpr_options["save_messages_to_db"] ) ) echo "checked=\"checked\""; ?> />
863
- <span style="color: #888888;font-size: 10px;">(<?php _e( 'Using Contact Form to DB powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/products/">bestwebsoft.com</a>) <a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate Contact Form to DB', 'contact_form' ); ?></a></span>
864
- <?php }
865
- } else { ?>
866
- <input disabled="disabled" type="checkbox" name="cntctfrm_save_email_to_db" value="1" />
867
- <span style="color: #888888;font-size: 10px;">(<?php _e( 'Using Contact Form to DB powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/products/">bestwebsoft.com</a>) <a href="http://bestwebsoft.com/products/contact-form-to-db/?k=19d806f45d866e70545de83169b274f2&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Download Contact Form to DB', 'contact_form' ); ?></a></span>
868
- <?php } ?>
869
- </td>
870
- </tr>
871
- <tr valign="top">
872
- <th scope="row" id="cntctfrm_additions_options"><?php _e( "Additional options", 'contact_form' ); ?></th>
873
- <td colspan="2">
874
- <input id="cntctfrm_show_additional_settings" type="button" class="button-small button" value="<?php _e( "Show", 'contact_form' ); ?>" style="display: none;">
875
- <input id="cntctfrm_hide_additional_settings" type="button" class="button-small button" value="<?php _e( "Hide", 'contact_form' ); ?>" style="display: none;">
876
- </td>
877
- </tr>
878
- <tr class="cntctfrm_additions_block">
879
- <th scope="row"><?php _e( 'What to use?', 'contact_form' ); ?></th>
880
- <td colspan="2">
881
- <label><input type='radio' name='cntctfrm_mail_method' value='wp-mail' <?php if ( 'wp-mail' == $cntctfrm_options['cntctfrm_mail_method'] ) echo "checked=\"checked\" "; ?>/>
882
- <?php _e( 'Wp-mail', 'contact_form' ); ?></label> <span class="cntctfrm_info">(<?php _e( 'You can use the wp_mail function for mailing', 'contact_form' ); ?>)</span><br />
883
- <label><input type='radio' name='cntctfrm_mail_method' value='mail' <?php if ( 'mail' == $cntctfrm_options['cntctfrm_mail_method'] ) echo "checked=\"checked\" "; ?>/>
884
- <?php _e( 'Mail', 'contact_form' ); ?> </label> <span class="cntctfrm_info">(<?php _e( 'To send mail you can use the php mail function', 'contact_form' ); ?>)</span><br />
885
- </td>
886
- </tr>
887
- <tr valign="top" class="cntctfrm_additions_block">
888
- <th scope="row"><?php _e( "The text in the 'From' field", 'contact_form' ); ?></th>
889
- <td colspan="2">
890
- <label><input type="radio" id="cntctfrm_select_from_field" name="cntctfrm_select_from_field" value="user_name" <?php if ( 'user_name' == $cntctfrm_options['cntctfrm_select_from_field'] ) echo "checked=\"checked\" "; ?>/> <?php _e( "User name", 'contact_form' ); ?></label>
891
- <span class="cntctfrm_info">(<?php _e( "The name of the user who fills the form will be used in the field 'From'.", 'contact_form' ); ?>)</span><br/>
892
- <input type="radio" id="cntctfrm_select_from_custom_field" name="cntctfrm_select_from_field" value="custom" <?php if ( 'custom' == $cntctfrm_options['cntctfrm_select_from_field'] ) echo "checked=\"checked\" "; ?>/>
893
- <input type="text" style="width:200px;" name="cntctfrm_from_field" value="<?php echo stripslashes( $cntctfrm_options['cntctfrm_from_field'] ); ?>" onfocus="document.getElementById('cntctfrm_select_from_custom_field').checked = true;" />
894
- <span class="cntctfrm_info">(<?php _e( "This text will be used in the 'FROM' field", 'contact_form' ); ?>)</span>
895
- </td>
896
- </tr>
897
- <tr valign="top" class="cntctfrm_additions_block">
898
- <th scope="row"><?php _e( "The email address in the 'From' field", 'contact_form' ); ?></th>
899
- <td colspan="2">
900
- <label><input type="radio" id="cntctfrm_from_email" name="cntctfrm_from_email" value="user" <?php if ( 'user' == $cntctfrm_options['cntctfrm_from_email'] ) echo "checked=\"checked\" "; ?>/> <?php _e( "User email", 'contact_form' ); ?> </label>
901
- <span class="cntctfrm_info">(<?php _e( "The email address of the user who fills the form will be used in the field 'From'.", 'contact_form' ); ?>)</span><br />
902
- <input type="radio" id="cntctfrm_from_custom_email" name="cntctfrm_from_email" value="custom" <?php if ( 'custom' == $cntctfrm_options['cntctfrm_from_email'] ) echo "checked=\"checked\" "; ?>/>
903
- <input type="text" name="cntctfrm_custom_from_email" value="<?php echo $cntctfrm_options['cntctfrm_custom_from_email']; ?>" onfocus="document.getElementById('cntctfrm_from_custom_email').checked = true;" />
904
- <span class="cntctfrm_info">(<?php _e( "This email address will be used in the 'From' field.", 'contact_form' ); ?>)</span>
905
- </td>
906
- </tr>
907
- <tr valign="top" class="cntctfrm_additions_block">
908
- <th scope="row"><?php _e( "Required symbol", 'contact_form' ); ?></th>
909
- <td colspan="2">
910
- <input type="text" id="cntctfrm_required_symbol" name="cntctfrm_required_symbol" value="<?php echo $cntctfrm_options['cntctfrm_required_symbol']; ?>"/>
911
- </td>
912
- </tr>
913
- </table>
914
- <br />
915
- <table class="cntctfrm_settings_table cntctfrm_additions_block" style="width:auto;">
916
- <thead>
917
  <tr valign="top">
918
- <th scope="row" style="width: 210px;"><?php _e( "Fields", 'contact_form' ); ?></th>
919
- <th><?php _e( "Used", 'contact_form' ); ?></th>
920
- <th><?php _e( "Required", 'contact_form' ); ?></th>
921
- <th><?php _e( "Visible", 'contact_form' ); ?></th>
922
- <th><?php _e( "Disabled for editing", 'contact_form' ); ?></th>
923
- <th scope="row" style="width:200px;"><?php _e( "Field's default value", 'contact_form' ); ?></th>
 
 
 
 
 
 
 
 
 
 
 
 
 
924
  </tr>
925
- </thead>
926
- <tbody>
927
  <tr valign="top">
928
- <td><?php _e( "Name", 'contact_form' ); ?></td>
929
- <td><input type="checkbox" name="cntctfrm_display_name_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_name_field'] ) echo "checked=\"checked\" "; ?>/></td>
930
- <td><input type="checkbox" id="cntctfrm_required_name_field" name="cntctfrm_required_name_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_name_field'] ) echo "checked=\"checked\" "; ?>/></td>
931
- <td></td>
932
- <td></td>
933
- <td></td>
934
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
935
  <tr valign="top">
936
- <td><?php _e( "Location selectbox", 'contact_form' ); ?></td>
937
- <td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_display_selectbox" value="1" /></td>
938
- <td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_required_selectbox" value="1" /></td>
939
- <td class="bws_pro_version"></td>
940
- <td class="bws_pro_version"></td>
941
- <td class="bws_pro_version"><input disabled="disabled" type="file" name="cntctfrmpr_default_location"></td>
 
 
 
 
 
 
 
 
 
942
  </tr>
943
- <tr valign="top">
944
- <td><?php _e( "Address", 'contact_form' ); ?></td>
945
- <td><input type="checkbox" id="cntctfrm_display_address_field" name="cntctfrm_display_address_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_address_field'] ) echo "checked=\"checked\" "; ?>/></td>
946
- <td><input type="checkbox" id="cntctfrm_required_address_field" name="cntctfrm_required_address_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_address_field'] ) echo "checked=\"checked\" "; ?>/></td>
947
- <td></td>
948
- <td></td>
949
- <td></td>
 
 
 
 
 
 
950
  </tr>
951
  <tr valign="top">
952
- <td><?php _e( "Email Address", 'contact_form' ); ?></td>
953
- <td></td>
954
- <td><input type="checkbox" id="cntctfrm_required_email_field" name="cntctfrm_required_email_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_email_field'] ) echo "checked=\"checked\" "; ?>/></td>
955
- <td></td>
956
- <td></td>
957
- <td></td>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
958
  </tr>
959
  <tr valign="top">
960
- <td><?php _e( "Phone number", 'contact_form' ); ?></td>
961
- <td><input type="checkbox" id="cntctfrm_display_phone_field" name="cntctfrm_display_phone_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_phone_field'] ) echo "checked=\"checked\" "; ?>/></td>
962
- <td><input type="checkbox" id="cntctfrm_required_phone_field" name="cntctfrm_required_phone_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_phone_field'] ) echo "checked=\"checked\" "; ?>/></td>
963
- <td></td>
964
- <td></td>
965
- <td></td>
966
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
967
  <tr valign="top">
968
- <td><?php _e( "Subject", 'contact_form' ); ?></td>
969
- <td></td>
970
- <td><input type="checkbox" id="cntctfrm_required_subject_field" name="cntctfrm_required_subject_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_subject_field'] ) echo "checked=\"checked\" "; ?>/></td>
971
- <td class="bws_pro_version"><input class="subject" disabled="disabled" type="checkbox" name="cntctfrmpr_visible_subject" value="1" /></td>
972
- <td class="bws_pro_version"><input class="subject" disabled="disabled" type="checkbox" name="cntctfrmpr_disabled_subject" value="1" /></td>
973
- <td class="bws_pro_version"><input class="subject" disabled="disabled" type="text" name="cntctfrmpr_default_subject" value="" /></td>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
974
  </tr>
975
  <tr valign="top">
976
- <td><?php _e( "Message", 'contact_form' ); ?></td>
977
- <td></td>
978
- <td><input type="checkbox" id="cntctfrm_required_message_field" name="cntctfrm_required_message_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_message_field'] ) echo "checked=\"checked\" "; ?>/></td>
979
- <td class="bws_pro_version"><input class="message" disabled="disabled" type="checkbox" name="cntctfrmpr_visible_message" value="1" /></td>
980
- <td class="bws_pro_version"><input class="message" disabled="disabled" disabled="disabled" type="checkbox" name="cntctfrmpr_disabled_message" value="1" /></td>
981
- <td class="bws_pro_version"><input class="message" disabled="disabled" type="text" name="cntctfrmpr_default_message" value="" /></td>
982
  </tr>
983
  <tr valign="top">
984
- <td></td>
985
- <td></td>
986
- <td></td>
987
  <td colspan="3" class="bws_pro_version_tooltip">
988
  <div class="bws_info">
989
  <?php _e( 'Unlock premium options by upgrading to a PRO version.', 'contact_form' ); ?>
@@ -996,69 +1138,195 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
996
  </td>
997
  </tr>
998
  <tr valign="top">
999
- <td>
1000
- <?php _e( "Attachment block", 'contact_form' ); ?>
1001
- <div class="cntctfrm_help_box" style="margin: -3px 0 0; float:right;">
1002
- <div class="cntctfrm_hidden_help_text" style="display: none;"><?php echo __( "Users can attach the following file formats", 'contact_form' ) . ": html, txt, css, gif, png, jpeg, jpg, tiff, bmp, ai, eps, ps, rtf, pdf, doc, docx, xls, zip, rar, wav, mp3, ppt, aar, sce"; ?></div>
1003
- </div>
1004
  </td>
1005
- <td><input type="checkbox" id="cntctfrm_attachment" name="cntctfrm_attachment" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_attachment'] ) echo "checked=\"checked\" "; ?>/></td>
1006
- <td></td>
1007
- <td></td>
1008
- <td></td>
1009
- <td></td>
1010
  </tr>
1011
- </tbody>
1012
- </table>
1013
- <table class="form-table" style="width:auto;">
1014
- <tr valign="top" class="cntctfrm_additions_block">
1015
- <th scope="row"><?php _e( "Add to the form", 'contact_form' ); ?></th>
1016
- <td style="width:750px;" colspan="3">
1017
- <div style="clear: both;">
1018
- <label style="float: left">
1019
- <input type="checkbox" id="cntctfrm_attachment_explanations" name="cntctfrm_attachment_explanations" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_attachment_explanations'] && '1' == $cntctfrm_options['cntctfrm_attachment'] ) echo "checked=\"checked\" "; ?>/>
1020
- <?php _e( "Tips below the Attachment", 'contact_form' ); ?>
1021
- </label>
1022
- <div class="cntctfrm_help_box" style="margin: -3px 0 0 10px;">
1023
- <div class="cntctfrm_hidden_help_text" style="display: none;width: auto;"><img title="" src="<?php echo plugins_url( 'images/tooltip_attachment_tips.png', __FILE__ ); ?>" alt=""/></div>
1024
- </div>
1025
- </div>
1026
- <div style="clear: both;">
1027
- <label style="float: left">
1028
- <input type="checkbox" id="cntctfrm_send_copy" name="cntctfrm_send_copy" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_send_copy'] ) echo "checked=\"checked\" "; ?>/>
1029
- <?php _e( "'Send me a copy' block", 'contact_form' ); ?>
1030
- </label>
1031
- <div class="cntctfrm_help_box" style="margin: -3px 0 0 10px;">
1032
- <div class="cntctfrm_hidden_help_text" style="display: none;width: auto;"><img title="" src="<?php echo plugins_url( 'images/tooltip_sendme_block.png', __FILE__ ); ?>" alt=""/></div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1033
  </div>
1034
- </div>
1035
- <div style="clear: both;">
1036
- <?php if ( array_key_exists( 'captcha/captcha.php', $all_plugins ) || array_key_exists( 'captcha-pro/captcha_pro.php', $all_plugins ) ) {
1037
- if ( 0 < count( preg_grep( '/captcha\/captcha.php/', $active_plugins ) ) || 0 < count( preg_grep( '/captcha-pro\/captcha_pro.php/', $active_plugins ) ) ||
1038
- is_plugin_active_for_network( 'captcha/captcha.php' ) || is_plugin_active_for_network( 'captcha-pro/captcha_pro.php' ) ) { ?>
1039
- <label><input type="checkbox" name="cntctfrm_display_captcha" value="1" <?php if ( ( isset( $cptch_options ) && 1 == $cptch_options["cptch_contact_form"] ) || ( isset( $cptchpr_options ) && 1 == $cptchpr_options["cptchpr_contact_form"] ) ) echo "checked=\"checked\""; ?> />
1040
- <?php _e( "Captcha", 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;">(<?php _e( 'powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/products/">bestwebsoft.com</a>)</span>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1041
  <?php } else { ?>
1042
- <label><input disabled="disabled" type="checkbox" name="cntctfrm_display_captcha" value="1" <?php if ( ( isset( $cptch_options ) && 1 == $cptch_options["cptch_contact_form"] ) || ( isset( $cptchpr_options ) && 1 == $cptchpr_options["cptchpr_contact_form"] ) ) echo "checked=\"checked\""; ?> />
1043
- <?php _e( 'Captcha', 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;">(<?php _e( 'powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/products/">bestwebsoft.com</a>) <a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate captcha', 'contact_form' ); ?></a></span>
 
 
 
 
 
 
 
 
 
 
 
1044
  <?php }
1045
- } else { ?>
1046
- <label><input disabled="disabled" type="checkbox" name="cntctfrm_display_captcha" value="1" />
1047
- <?php _e( 'Captcha', 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;">(<?php _e( 'powered by', 'contact_form' ); ?> <a href="http://http://bestwebsoft.com/products/">bestwebsoft.com</a>) <a href="http://bestwebsoft.com/products/captcha/?k=19ac1e9b23bea947cfc4a9b8e3326c03&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Download captcha', 'contact_form' ); ?></a></span>
1048
- <?php } ?>
1049
- </div>
1050
- </td>
1051
- </tr>
1052
- <tr valign="top" class="cntctfrm_additions_block">
1053
- <th scope="row"></th>
1054
- <td colspan="3" class="bws_pro_version">
1055
- <label><input disabled="disabled" type="checkbox" value="1" name="cntctfrmpr_display_privacy_check"> <?php _e( 'Agreement checkbox', 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;">(<?php _e( 'Required checkbox for submitting the form', 'contact_form' ); ?>)</span><br />
1056
- <label><input disabled="disabled" type="checkbox" value="1" name="cntctfrmpr_display_optional_check"> <?php _e( 'Optional checkbox', 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;">(<?php _e( 'Optional checkbox, the results of which will be displayed in email', 'contact_form' ); ?>)</span><br />
1057
- </td>
1058
- </tr>
1059
- <tr valign="top" class="cntctfrm_additions_block">
1060
- <th></th>
1061
- <td colspan="3" class="bws_pro_version_tooltip">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1062
  <div class="bws_info">
1063
  <?php _e( 'Unlock premium options by upgrading to a PRO version.', 'contact_form' ); ?>
1064
  <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"><?php _e( 'Learn More', 'contact_form' ); ?></a>
@@ -1067,225 +1335,27 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1067
  <?php _e( 'Go', 'contact_form' ); ?> <strong>PRO</strong>
1068
  </a>
1069
  <div class="clear"></div>
1070
- </td>
1071
- </tr>
1072
- <tr valign="top" class="cntctfrm_additions_block">
1073
- <th scope="row"><?php _e( "Delete an attachment file from the server after the email is sent", 'contact_form' ); ?> </th>
1074
- <td colspan="3">
1075
- <input type="checkbox" id="cntctfrm_delete_attached_file" name="cntctfrm_delete_attached_file" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_delete_attached_file'] ) echo "checked=\"checked\" "; ?>/>
1076
- </td>
1077
- </tr>
1078
- <tr valign="top" class="cntctfrm_additions_block">
1079
- <th scope="row"><?php _e( "Email in HTML format sending", 'contact_form' ); ?></th>
1080
- <td colspan="2"><input type="checkbox" name="cntctfrm_html_email" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_html_email'] ) echo "checked=\"checked\" "; ?>/></td>
1081
- </tr>
1082
- <tr valign="top" class="cntctfrm_additions_block">
1083
- <th scope="row"><?php _e( "Display additional info in the email", 'contact_form' ); ?></th>
1084
- <td style="width:15px;">
1085
- <input type="checkbox" id="cntctfrm_display_add_info" name="cntctfrm_display_add_info" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_add_info'] ) echo "checked=\"checked\" "; ?>/>
1086
- </td>
1087
- <td style="max-width:150px;" class="cntctfrm_display_add_info_block <?php if ( '0' == $cntctfrm_options['cntctfrm_display_add_info'] ) echo "cntctfrm_hidden"; ?>">
1088
- <label><input type="checkbox" id="cntctfrm_display_sent_from" name="cntctfrm_display_sent_from" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_sent_from'] ) echo "checked=\"checked\" "; ?>/> <?php _e( "Sent from (ip address)", 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;"><?php _e( "Example: Sent from (IP address): 127.0.0.1", 'contact_form' ); ?></span><br />
1089
- <label><input type="checkbox" id="cntctfrm_display_date_time" name="cntctfrm_display_date_time" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_date_time'] ) echo "checked=\"checked\" "; ?>/> <?php _e( "Date/Time", 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;"><?php _e( "Example: Date/Time: August 19, 2013 8:50 pm", 'contact_form' ); ?></span><br />
1090
- <label><input type="checkbox" id="cntctfrm_display_coming_from" name="cntctfrm_display_coming_from" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_coming_from'] ) echo "checked=\"checked\" "; ?>/> <?php _e( "Sent from (referer)", 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;"><?php _e( "Example: Sent from (referer): http://bestwebsoft.com/contacts/contact-us/", 'contact_form' ); ?></span><br />
1091
- <label><input type="checkbox" id="cntctfrm_display_user_agent" name="cntctfrm_display_user_agent" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_user_agent'] ) echo "checked=\"checked\" "; ?>/> <?php _e( "Using (user agent)", 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;"><?php _e( "Example: Using (user agent): Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36", 'contact_form' ); ?></span><br />
1092
- </td>
1093
- </tr>
1094
- <tr valign="top" class="cntctfrm_additions_block">
1095
- <th scope="row"><?php _e( "Language settings for the field names in the form", 'contact_form' ); ?></th>
1096
- <td colspan="2">
1097
- <select name="cntctfrm_languages" id="cntctfrm_languages" style="width:300px;">
1098
- <?php foreach ( $lang_codes as $key => $val ) {
1099
- if ( in_array( $key, $cntctfrm_options['cntctfrm_language'] ) )
1100
- continue;
1101
- echo '<option value="' . esc_attr( $key ) . '"> ' . esc_html( $val ) . '</option>';
1102
- } ?>
1103
- </select>
1104
- <input type="button" class="button-primary" id="cntctfrm_add_language_button" value="<?php _e( 'Add a language', 'contact_form' ); ?>" />
1105
- </td>
1106
- </tr>
1107
- <tr valign="top" class="cntctfrm_additions_block">
1108
- <th scope="row"><?php _e( "Change the names of the contact form fields and error messages", 'contact_form' ); ?></th>
1109
- <td style="width:15px;">
1110
- <input type="checkbox" id="cntctfrm_change_label" name="cntctfrm_change_label" value="1" <?php if ( $cntctfrm_options['cntctfrm_change_label'] == '1' ) echo "checked=\"checked\" "; ?>/>
1111
- </td>
1112
- <td class="cntctfrm_change_label_block <?php if ( '0' == $cntctfrm_options['cntctfrm_change_label'] ) echo "cntctfrm_hidden"; ?>">
1113
- <div class="cntctfrm_label_language_tab cntctfrm_active" id="cntctfrm_label_en"><?php _e( 'English', 'contact_form' ); ?></div>
1114
- <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
1115
- foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) {
1116
- echo '<div class="cntctfrm_label_language_tab" id="cntctfrm_label_' . $val . '">' . $lang_codes[ $val ] . ' <span class="cntctfrm_delete" rel="' . $val . '">X</span></div>';
1117
- }
1118
- } ?>
1119
- <div class="clear"></div>
1120
- <div class="cntctfrm_language_tab cntctfrm_tab_en">
1121
- <div class="cntctfrm_language_tab_block_mini" style="display:none;"><?php _e( "click to expand/hide the list", 'contact_form' ); ?></div>
1122
- <div class="cntctfrm_language_tab_block">
1123
- <input type="text" name="cntctfrm_name_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_name_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Name:", 'contact_form' ); ?></span><br />
1124
- <input type="text" name="cntctfrm_address_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_address_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Address:", 'contact_form' ); ?></span><br />
1125
- <input type="text" name="cntctfrm_email_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_email_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Email Address:", 'contact_form' ); ?></span><br />
1126
- <input type="text" name="cntctfrm_phone_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_phone_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Phone number:", 'contact_form' ); ?></span><br />
1127
- <input type="text" name="cntctfrm_subject_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_subject_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Subject:", 'contact_form' ); ?></span><br />
1128
- <input type="text" name="cntctfrm_message_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_message_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Message:", 'contact_form' ); ?></span><br />
1129
- <input type="text" name="cntctfrm_attachment_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Attachment:", 'contact_form' ); ?></span><br />
1130
- <input type="text" name="cntctfrm_attachment_tooltip[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_tooltip']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Tips below the Attachment block", 'contact_form' ); ?></span><br />
1131
- <input type="text" name="cntctfrm_send_copy_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_send_copy_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Send me a copy", 'contact_form' ); ?></span><br />
1132
- <input type="text" name="cntctfrm_submit_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_submit_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Submit", 'contact_form' ); ?></span><br />
1133
- <input type="text" name="cntctfrm_name_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_name_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Name field", 'contact_form' ); ?></span><br />
1134
- <input type="text" name="cntctfrm_address_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_address_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Address field", 'contact_form' ); ?></span><br />
1135
- <input type="text" name="cntctfrm_email_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_email_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Email field", 'contact_form' ); ?></span><br />
1136
- <input type="text" name="cntctfrm_phone_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_phone_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Phone field", 'contact_form' ); ?></span><br />
1137
- <input type="text" name="cntctfrm_subject_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_subject_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Subject field", 'contact_form' ); ?></span><br />
1138
- <input type="text" name="cntctfrm_message_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_message_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Message field", 'contact_form' ); ?></span><br />
1139
- <input type="text" name="cntctfrm_attachment_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message about the file type for the Attachment field", 'contact_form' ); ?></span><br />
1140
- <input type="text" name="cntctfrm_attachment_upload_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_upload_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while uploading a file for the Attachment field to the server", 'contact_form' ); ?></span><br />
1141
- <input type="text" name="cntctfrm_attachment_move_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_move_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while moving the file for the Attachment field", 'contact_form' ); ?></span><br />
1142
- <input type="text" name="cntctfrm_attachment_size_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_size_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message when file size limit for the Attachment field is exceeded", 'contact_form' ); ?></span><br />
1143
- <input type="text" name="cntctfrm_captcha_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_captcha_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Captcha field", 'contact_form' ); ?></span><br />
1144
- <input type="text" name="cntctfrm_form_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_form_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the whole form", 'contact_form' ); ?></span><br />
1145
- </div>
1146
- <?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
1147
- <span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=en] " . __( "or", 'contact_form' ) . " [bestwebsoft_contact_form] "; _e( "for this language", 'contact_form' ); ?></span>
1148
- <?php } else { ?>
1149
- <span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=en id=".$_SESSION['cntctfrmmlt_id_form']."] " . __( "or", 'contact_form' ) . " [bestwebsoft_contact_form id=".$_SESSION['cntctfrmmlt_id_form']."] "; _e( "for this language", 'contact_form' ); ?></span>
1150
- <?php } ?>
1151
- </div>
1152
- <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
1153
- foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
1154
- <div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>">
1155
- <div class="cntctfrm_language_tab_block_mini" style="display:none;"><?php _e( "click to expand/hide the list", 'contact_form' ); ?></div>
1156
- <div class="cntctfrm_language_tab_block">
1157
- <input type="text" name="cntctfrm_name_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_name_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_name_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Name:", 'contact_form' ); ?></span><br />
1158
- <input type="text" name="cntctfrm_address_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_address_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_address_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Address:", 'contact_form' ); ?></span><br />
1159
- <input type="text" name="cntctfrm_email_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_email_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_email_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Email Address:", 'contact_form' ); ?></span><br />
1160
- <input type="text" name="cntctfrm_phone_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_phone_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_phone_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Phone number:", 'contact_form' ); ?></span><br />
1161
- <input type="text" name="cntctfrm_subject_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_subject_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_subject_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Subject:", 'contact_form' ); ?></span><br />
1162
- <input type="text" name="cntctfrm_message_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_message_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_message_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Message:", 'contact_form' ); ?></span><br />
1163
- <input type="text" name="cntctfrm_attachment_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Attachment:", 'contact_form' ); ?></span><br />
1164
- <input type="text" name="cntctfrm_attachment_tooltip[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_tooltip'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_tooltip'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Tips below the Attachment block", 'contact_form' ); ?></span><br />
1165
- <input type="text" name="cntctfrm_send_copy_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_send_copy_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_send_copy_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Send me a copy", 'contact_form' ); ?></span><br />
1166
- <input type="text" name="cntctfrm_submit_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_submit_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_submit_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Submit", 'contact_form' ); ?></span><br />
1167
- <input type="text" name="cntctfrm_name_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_name_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_name_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Name field", 'contact_form' ); ?></span><br />
1168
- <input type="text" name="cntctfrm_address_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_address_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_address_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Address field", 'contact_form' ); ?></span><br />
1169
- <input type="text" name="cntctfrm_email_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_email_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_email_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Email field", 'contact_form' ); ?></span><br />
1170
- <input type="text" name="cntctfrm_phone_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_phone_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_phone_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Phone field", 'contact_form' ); ?></span><br />
1171
- <input type="text" name="cntctfrm_subject_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_subject_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_subject_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Subject field", 'contact_form' ); ?></span><br />
1172
- <input type="text" name="cntctfrm_message_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_message_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_message_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Message field", 'contact_form' ); ?></span><br />
1173
- <input type="text" name="cntctfrm_attachment_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message about the file type for the Attachment field", 'contact_form' ); ?></span><br />
1174
- <input type="text" name="cntctfrm_attachment_upload_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_upload_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_upload_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while uploading a file for the Attachment field to the server", 'contact_form' ); ?></span><br />
1175
- <input type="text" name="cntctfrm_attachment_move_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_move_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_move_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while moving the file for the Attachment field", 'contact_form' ); ?></span><br />
1176
- <input type="text" name="cntctfrm_attachment_size_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_size_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_size_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message when file size limit for the Attachment field is exceeded", 'contact_form' ); ?></span><br />
1177
- <input type="text" name="cntctfrm_captcha_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_captcha_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_captcha_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Captcha field", 'contact_form' ); ?></span><br />
1178
- <input type="text" name="cntctfrm_form_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_form_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_form_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the whole form", 'contact_form' ); ?></span><br />
1179
- </div>
1180
- <?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
1181
- <span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=" . $val . "] "; _e( "for this language", 'contact_form' ); ?></span>
1182
- <?php } else { ?>
1183
- <span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=" . $val . " id=" . $_SESSION['cntctfrmmlt_id_form'] . "] "; _e( "for this language", 'contact_form' ); ?></span>
1184
- <?php } ?>
1185
- </div>
1186
- <?php }
1187
- } ?>
1188
- </td>
1189
- </tr>
1190
- <tr valign="top" class="cntctfrm_additions_block">
1191
- <th scope="row"><?php _e( 'Use the changed names of the contact form fields in the email', 'contact_form' ); ?></th>
1192
- <td colspan="2">
1193
- <input type="checkbox" name="cntctfrm_change_label_in_email" value="1" <?php if ( $cntctfrm_options['cntctfrm_change_label_in_email'] == '1' ) echo "checked=\"checked\" "; ?>/>
1194
- </td>
1195
- </tr>
1196
- <tr valign="top" class="cntctfrm_additions_block">
1197
- <th scope="row"><?php _e( "Action after email is sent", 'contact_form' ); ?></th>
1198
- <td colspan="2" class="cntctfrm_action_after_send_block">
1199
- <label><input type="radio" id="cntctfrm_action_after_send" name="cntctfrm_action_after_send" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_action_after_send'] ) echo "checked=\"checked\" "; ?>/> <?php _e( "Display text", 'contact_form' ); ?></label><br />
1200
- <div class="cntctfrm_label_language_tab cntctfrm_active" id="cntctfrm_text_en"><?php _e( 'English', 'contact_form' ); ?></div>
1201
- <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
1202
- foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) {
1203
- echo '<div class="cntctfrm_label_language_tab" id="cntctfrm_text_' . $val . '">' . $lang_codes[ $val ] . ' <span class="cntctfrm_delete" rel="' . $val . '">X</span></div>';
1204
- }
1205
- } ?>
1206
- <div class="clear"></div>
1207
- <div class="cntctfrm_language_tab cntctfrm_tab_en" style=" padding: 5px 10px 5px 5px;">
1208
- <input type="text" name="cntctfrm_thank_text[en]" value="<?php echo $cntctfrm_options['cntctfrm_thank_text']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Text", 'contact_form' ); ?></span><br />
1209
- <?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
1210
- <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=en] " . __( "or", 'contact_form' ) . " [bestwebsoft_contact_form] "; _e( "for this language", 'contact_form' ); ?></span>
1211
- <?php } else { ?>
1212
- <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=en id=".$_SESSION['cntctfrmmlt_id_form']."] " . __( "or", 'contact_form' ) . " [bestwebsoft_contact_form id=".$_SESSION['cntctfrmmlt_id_form']."] "; _e( "for this language", 'contact_form' ); ?></span>
1213
- <?php } ?>
1214
- </div>
1215
- <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
1216
- foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
1217
- <div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>" style=" padding: 5px 10px 5px 5px;">
1218
- <input type="text" name="cntctfrm_thank_text[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_thank_text'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_thank_text'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Text", 'contact_form' ); ?></span><br />
1219
- <?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
1220
- <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=" . $val . "] "; _e( "for this language", 'contact_form' ); ?></span>
1221
- <?php } else { ?>
1222
- <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=" . $val . " id=".$_SESSION['cntctfrmmlt_id_form']."] "; _e( "for this language", 'contact_form' ); ?></span>
1223
- <?php } ?>
1224
- </div>
1225
- <?php }
1226
- } ?>
1227
- <div id="cntctfrm_before"></div>
1228
- <br />
1229
- <input type="radio" id="cntctfrm_action_after_send_url" name="cntctfrm_action_after_send" value="0" <?php if ( '0' == $cntctfrm_options['cntctfrm_action_after_send'] ) echo "checked=\"checked\" "; ?>/> <?php _e( "Redirect to the page", 'contact_form' ); ?><br />
1230
- <input type="text" name="cntctfrm_redirect_url" value="<?php echo $cntctfrm_options['cntctfrm_redirect_url']; ?>" onfocus="document.getElementById('cntctfrm_action_after_send_url').checked = true;" /> <span class="cntctfrm_info"><?php _e( "Url", 'contact_form' ); ?></span>
1231
- </td>
1232
- </tr>
1233
- <tr valign="top" class="cntctfrm_additions_block">
1234
- <th scope="row"><?php _e( 'The $_SERVER variable that is used to build a URL of the form', 'contact_form' ); ?></th>
1235
- <td colspan="2">
1236
- <label><input type="radio" name="cntctfrm_site_name_parameter" value="SERVER_NAME" <?php if ( 'SERVER_NAME' == $cntctfrm_options['cntctfrm_site_name_parameter'] ) echo "checked=\"checked\" "; ?>/> SERVER_NAME</label><br />
1237
- <label><input type="radio" name="cntctfrm_site_name_parameter" value="HTTP_HOST" <?php if ( 'HTTP_HOST' == $cntctfrm_options['cntctfrm_site_name_parameter'] ) echo "checked=\"checked\" "; ?>/> HTTP_HOST</label><br />
1238
- <span class="cntctfrm_info"><?php _e( "If you are not sure whether to change this setting or not, please do not do that.", 'contact_form' ); ?></span>
1239
- </td>
1240
- </tr>
1241
- </table>
1242
- <div class="bws_pro_version_bloc cntctfrm_additions_block">
1243
- <div class="bws_pro_version_table_bloc">
1244
- <div class="bws_table_bg"></div>
1245
- <table class="form-table bws_pro_version">
1246
- <tr valign="top">
1247
- <th scope="row"><?php _e( 'Auto Response', 'contact_form' ); ?></th>
1248
- <td colspan="2">
1249
- <input disabled="disabled" type="checkbox" value="1" name="cntctfrm_auto_response" checked="checked"/>
1250
- <textarea name="cntctfrm_auto_response_message" style="position: relative; margin-left: 20px; z-index: -1;">Dear %%NAME%%, Thank you for contacting us. We have received your message and will reply to it shortly. Regards, %%SITENAME%% Team.</textarea><br/>
1251
- <span class="cntctfrm_info" style="margin-left: 45px"><?php _e( "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.", 'contact_form' ); ?></span>
1252
- </td>
1253
- </tr>
1254
- <tr valign="top">
1255
- <th scope="row" colspan="2">
1256
- * <?php _e( 'If you upgrade to Pro version all your settings will be saved.', 'contact_form' ); ?>
1257
- </th>
1258
- </tr>
1259
- </table>
1260
- </div>
1261
- <div class="bws_pro_version_tooltip">
1262
- <div class="bws_info">
1263
- <?php _e( 'Unlock premium options by upgrading to a PRO version.', 'contact_form' ); ?>
1264
- <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"><?php _e( 'Learn More', 'contact_form' ); ?></a>
1265
  </div>
1266
- <a class="bws_button" href="http://bestwebsoft.com/products/contact-form/buy/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
1267
- <?php _e( 'Go', 'contact_form' ); ?> <strong>PRO</strong>
1268
- </a>
1269
- <div class="clear"></div>
1270
  </div>
1271
  </div>
 
1272
  <input type="hidden" name="cntctfrm_form_submit" value="submit" />
1273
  <p class="submit">
1274
  <input type="submit" class="button-primary" value="<?php _e( 'Save Changes', 'contact_form' ); ?>" />
1275
  </p>
1276
  <?php wp_nonce_field( plugin_basename(__FILE__), 'cntctfrm_nonce_name' ); ?>
1277
- <div class="bws-plugin-reviews">
1278
- <div class="bws-plugin-reviews-rate">
1279
- <?php _e( 'If you enjoy our plugin, please give it 5 stars on WordPress', 'contact_form' ); ?>:
1280
- <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>
1281
- </div>
1282
- <div class="bws-plugin-reviews-support">
1283
- <?php _e( 'If there is something wrong about it, please contact us', 'contact_form' ); ?>:
1284
- <a href="http://support.bestwebsoft.com">http://support.bestwebsoft.com</a>
1285
- </div>
1286
- </div>
1287
  </form>
1288
- <?php } elseif ( 'extra' == $_GET['action'] ) { ?>
 
 
 
 
 
 
 
 
 
 
1289
  <div id="cntctfrmpr_left_table">
1290
  <div class="bws_pro_version_bloc">
1291
  <div class="bws_pro_version_table_bloc">
@@ -1557,7 +1627,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1557
  <?php _e( "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:", 'contact_form' ); ?><br/>
1558
  <div>
1559
  <div id="cntctfrmpr_shortcode_code">
1560
- [bestwebsoft_contact_form]
1561
  </div>
1562
  </div>
1563
  </div>
@@ -1617,6 +1687,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1617
  if ( ! function_exists( 'cntctfrm_display_form' ) ) {
1618
  function cntctfrm_display_form( $atts = array( 'lang' => 'en' ) ) {
1619
  global $error_message, $cntctfrm_options, $cntctfrm_result, $cntctfrmmlt_ide, $cntctfrmmlt_active_plugin, $cntctfrm_form_count;
 
1620
 
1621
  $cntctfrm_form_count = empty( $cntctfrm_form_count ) ? 1 : ++$cntctfrm_form_count;
1622
  $cntctfrm_form_countid = ( $cntctfrm_form_count == 1 ? '' : '_' . $cntctfrm_form_count );
@@ -1626,8 +1697,7 @@ if ( ! function_exists( 'cntctfrm_display_form' ) ) {
1626
 
1627
  /* Get options for the form with a definite identifier */
1628
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
1629
- if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) || is_plugin_active_for_network( 'contact-form-multi/contact-form-multi.php' ) ||
1630
- is_plugin_active( 'contact-form-multi-pro/contact-form-multi-pro.php' ) || is_plugin_active_for_network( 'contact-form-multi-pro/contact-form-multi-pro.php' ) ) {
1631
 
1632
  extract( shortcode_atts( array( 'id' => $cntctfrmmlt_ide ), $atts ) );
1633
 
@@ -1770,7 +1840,7 @@ if ( ! function_exists( 'cntctfrm_display_form' ) ) {
1770
  }
1771
  if ( 1 == $cntctfrm_options['cntctfrm_send_copy'] ) {
1772
  $content .= '<div class="cntctfrm_checkbox cntctfrm_checkbox_send_copy">
1773
- <input type="checkbox" value="1" name="cntctfrm_contact_send_copy" id="cntctfrm_contact_send_copy"' . ( $send_copy == '1' ? " checked=\"checked\" " : "" ) . ' />
1774
  <label for="cntctfrm_contact_send_copy">' . $cntctfrm_options['cntctfrm_send_copy_label'][ $lang ] . '</label>
1775
  </div>';
1776
  }
@@ -1800,8 +1870,7 @@ if ( ! function_exists( 'cntctfrm_check_and_send' ) ) {
1800
  global $cntctfrm_result, $cntctfrm_options;
1801
  if ( ( isset( $_POST['cntctfrm_contact_action'] ) && isset( $_POST['cntctfrm_language'] ) ) || true === $cntctfrm_result ) {
1802
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
1803
- if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) || is_plugin_active_for_network( 'contact-form-multi/contact-form-multi.php' ) ||
1804
- is_plugin_active( 'contact-form-multi-pro/contact-form-multi-pro.php' ) || is_plugin_active_for_network( 'contact-form-multi-pro/contact-form-multi-pro.php' ) ) {
1805
 
1806
  if ( ! isset( $_POST['cntctfrmmlt_shortcode_id'] ) )
1807
  $cntctfrm_options = get_option( 'cntctfrmmlt_options' );
@@ -2150,18 +2219,27 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
2150
  if ( ! function_exists( 'is_plugin_active' ) )
2151
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
2152
 
2153
- if ( is_plugin_active( 'email-queue/email-queue.php' ) && mlq_if_mail_plugin_is_in_queue( plugin_basename( __FILE__ ) ) ) {
 
 
 
 
 
 
2154
  /* if email-queue plugin is active and this plugin's "in_queue" status is 'ON' */
2155
- if ( 1 == $cntctfrm_options['cntctfrm_attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) {
2156
- $attachment_file = $path_of_uploaded_file;
2157
- } else {
2158
- $attachment_file = '';
2159
- }
 
 
 
2160
  if ( isset( $_POST['cntctfrm_contact_send_copy'] ) && 1 == $_POST['cntctfrm_contact_send_copy'] ) {
2161
- do_action( 'cntctfrm_get_mail_data_for_mlq', plugin_basename( __FILE__ ), $email, $subject, $message_text_for_user, $attachment_file );
2162
  }
2163
  global $mlq_mail_result;
2164
- do_action( 'cntctfrm_get_mail_data_for_mlq', plugin_basename( __FILE__ ), $to, $subject, $message_text, $attachment_file );
2165
  /* return $mail_result = true if email-queue has successfully inserted mail in its DB; in other case - return false */
2166
  return $mail_result = $mlq_mail_result;
2167
  } else {
@@ -2173,10 +2251,7 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
2173
  $headers .= 'Content-type: text/plain; charset=utf-8' . "\n";
2174
 
2175
  /* Additional headers */
2176
- if ( 'custom' == $cntctfrm_options['cntctfrm_from_email'] )
2177
- $headers .= 'From: ' . stripslashes( $cntctfrm_options['cntctfrm_custom_from_email'] ) . '';
2178
- else
2179
- $headers .= 'From: ' . $email . '';
2180
 
2181
  if ( 1 == $cntctfrm_options['cntctfrm_attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) {
2182
  $path_parts = pathinfo( $path_of_uploaded_file );
@@ -2203,23 +2278,14 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
2203
  }
2204
  return $mail_result;
2205
  } else {
2206
- // Set headers
2207
  $headers .= 'MIME-Version: 1.0' . "\n";
2208
 
2209
  if ( 1 == $cntctfrm_options['cntctfrm_attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) {
2210
  $message_block = $message_text;
2211
 
2212
- if ( 'custom' == $cntctfrm_options['cntctfrm_select_from_field'] )
2213
- $from_field_name = stripslashes( $cntctfrm_options['cntctfrm_from_field'] );
2214
- else
2215
- $from_field_name = $name;
2216
-
2217
  /* Additional headers */
2218
- if ( 'custom' == $cntctfrm_options['cntctfrm_from_email'] )
2219
- $headers .= 'From: ' . $from_field_name . ' <' . stripslashes( $cntctfrm_options['cntctfrm_custom_from_email'] ) . '>' . "\n";
2220
- else
2221
- $headers .= 'From: ' . $from_field_name . ' <' . stripslashes( $email ) . '>' . "\n";
2222
-
2223
 
2224
  $bound_text = "jimmyP123";
2225
 
@@ -2252,16 +2318,8 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
2252
  else
2253
  $headers .= 'Content-type: text/plain; charset=utf-8' . "\n";
2254
 
2255
- if ( 'custom' == $cntctfrm_options['cntctfrm_select_from_field'] )
2256
- $from_field_name = stripslashes( $cntctfrm_options['cntctfrm_from_field'] );
2257
- else
2258
- $from_field_name = $name;
2259
-
2260
  /* Additional headers */
2261
- if ( 'custom' == $cntctfrm_options['cntctfrm_from_email'] )
2262
- $headers .= 'From: ' . $from_field_name . ' <' . stripslashes( $cntctfrm_options['cntctfrm_custom_from_email'] ) . '>' . "\n";
2263
- else
2264
- $headers .= 'From: ' . $from_field_name . ' <' . $email . '>' . "\n";
2265
  }
2266
  if ( isset( $_POST['cntctfrm_contact_send_copy'] ) && 1 == $_POST['cntctfrm_contact_send_copy'] )
2267
  @mail( $email, $subject, $message_text_for_user, $headers );
@@ -2291,13 +2349,15 @@ if ( ! function_exists( 'cntctfrm_check_for_compatibility_with_mlq' ) ) {
2291
 
2292
  if ( ! function_exists ( 'cntctfrm_plugin_action_links' ) ) {
2293
  function cntctfrm_plugin_action_links( $links, $file ) {
2294
- /* Static so we don't call plugin_basename on every plugin row. */
2295
- static $this_plugin;
2296
- if ( ! $this_plugin ) $this_plugin = plugin_basename(__FILE__);
2297
-
2298
- if ( $file == $this_plugin ){
2299
- $settings_link = '<a href="admin.php?page=contact_form.php">' . __( 'Settings', 'contact_form' ) . '</a>';
2300
- array_unshift( $links, $settings_link );
 
 
2301
  }
2302
  return $links;
2303
  }
@@ -2308,7 +2368,8 @@ if ( ! function_exists ( 'cntctfrm_register_plugin_links' ) ) {
2308
  function cntctfrm_register_plugin_links( $links, $file ) {
2309
  $base = plugin_basename(__FILE__);
2310
  if ( $file == $base ) {
2311
- $links[] = '<a href="admin.php?page=contact_form.php">' . __( 'Settings','contact_form' ) . '</a>';
 
2312
  $links[] = '<a href="http://wordpress.org/plugins/contact-form-plugin/faq/" target="_blank">' . __( 'FAQ','contact_form' ) . '</a>';
2313
  $links[] = '<a href="http://support.bestwebsoft.com">' . __( 'Support','contact_form' ) . '</a>';
2314
  }
@@ -2352,7 +2413,10 @@ if ( ! function_exists ( 'cntctfrm_admin_head' ) ) {
2352
  global $wp_version;
2353
 
2354
  wp_enqueue_style( 'cntctfrm_stylesheet', plugins_url( 'css/style.css', __FILE__ ) );
2355
-
 
 
 
2356
  if ( 3.5 > $wp_version )
2357
  wp_enqueue_script( 'cntctfrm_script', plugins_url( 'js/script_wp_before_3.5.js', __FILE__ ) );
2358
  else
@@ -2367,24 +2431,7 @@ if ( ! function_exists ( 'cntctfrm_admin_head' ) ) {
2367
 
2368
  if ( ! function_exists ( 'cntctfrm_wp_head' ) ) {
2369
  function cntctfrm_wp_head() {
2370
- wp_enqueue_style( 'cntctfrm_stylesheet', plugins_url( 'css/style.css', __FILE__ ) );
2371
- }
2372
- }
2373
-
2374
- if ( ! function_exists ( 'cntctfrm_email_name_filter' ) ) {
2375
- function cntctfrm_email_name_filter( $data ) {
2376
- global $cntctfrm_options;
2377
- if ( isset( $_POST['cntctfrm_contact_name'] ) && 'custom' != $cntctfrm_options['cntctfrm_select_from_field'] ) {
2378
- $name = stripslashes( strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', trim( $_POST['cntctfrm_contact_name'] ) ) ) ) );
2379
- if ( '' != $name )
2380
- return $name;
2381
- else
2382
- return $data;
2383
-
2384
- } elseif ( isset( $cntctfrm_options['cntctfrm_from_field'] ) && "" != trim( $cntctfrm_options['cntctfrm_from_field'] ) )
2385
- return stripslashes( $cntctfrm_options['cntctfrm_from_field'] );
2386
- else
2387
- return $data;
2388
  }
2389
  }
2390
 
@@ -2395,9 +2442,9 @@ if ( ! function_exists ( 'cntctfrm_add_language' ) ) {
2395
  $lang = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', htmlspecialchars( $_REQUEST['lang'] ) ) ) );
2396
 
2397
  /* Check contact-form-multi plugin */
2398
- if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) || is_plugin_active_for_network( 'contact-form-multi/contact-form-multi.php' ) )
2399
  $contact_form_multi_active = true;
2400
- if ( is_plugin_active( 'contact-form-multi-pro/contact-form-multi-pro.php' ) || is_plugin_active_for_network( 'contact-form-multi-pro/contact-form-multi-pro.php' ) )
2401
  $contact_form_multi_pro_active = true;
2402
 
2403
  if ( isset( $contact_form_multi_active ) || isset( $contact_form_multi_pro_active ) ) {
@@ -2410,13 +2457,21 @@ if ( ! function_exists ( 'cntctfrm_add_language' ) ) {
2410
 
2411
  if ( isset ( $contact_form_multi_active ) ) {
2412
  $cntctfrmmlt_options_main = get_option( 'cntctfrmmlt_options_main' );
2413
- update_option( 'cntctfrmmlt_options_' . $cntctfrmmlt_options_main['id_form'], $cntctfrm_options, '', 'yes' );
2414
  } elseif ( isset( $contact_form_multi_pro_active ) ) {
2415
  $cntctfrmmltpr_options_main = get_option( 'cntctfrmmltpr_options_main' );
2416
- update_option( 'cntctfrmmlt_options_' . $cntctfrmmltpr_options_main['id_form'], $cntctfrm_options, '', 'yes' );
 
 
 
 
 
 
2417
  } else {
2418
- update_option( 'cntctfrm_options', $cntctfrm_options, '', 'yes' );
2419
  }
 
 
2420
  die();
2421
  }
2422
  }
@@ -2425,9 +2480,9 @@ if ( ! function_exists ( 'cntctfrm_remove_language' ) ) {
2425
  function cntctfrm_remove_language() {
2426
  check_ajax_referer( plugin_basename( __FILE__ ), 'cntctfrm_ajax_nonce_field' );
2427
  /* Check contact-form-multi plugin */
2428
- if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) || is_plugin_active_for_network( 'contact-form-multi/contact-form-multi.php' ) )
2429
  $contact_form_multi_active = true;
2430
- if ( is_plugin_active( 'contact-form-multi-pro/contact-form-multi-pro.php' ) || is_plugin_active_for_network( 'contact-form-multi-pro/contact-form-multi-pro.php' ) )
2431
  $contact_form_multi_pro_active = true;
2432
 
2433
  if ( isset( $contact_form_multi_active ) || isset( $contact_form_multi_pro_active ) ) {
@@ -2487,12 +2542,12 @@ if ( ! function_exists ( 'cntctfrm_remove_language' ) ) {
2487
 
2488
  if ( isset( $contact_form_multi_active ) ) {
2489
  $cntctfrmmlt_options_main = get_option( 'cntctfrmmlt_options_main' );
2490
- update_option( 'cntctfrmmlt_options_' . $cntctfrmmlt_options_main['id_form'], $cntctfrm_options, '', 'yes' );
2491
  } elseif ( isset( $contact_form_multi_pro_active ) ) {
2492
  $cntctfrmmltpr_options_main = get_option( 'cntctfrmmltpr_options_main' );
2493
- update_option( 'cntctfrmmlt_options_' . $cntctfrmmltpr_options_main['id_form'], $cntctfrm_options, '', 'yes' );
2494
  } else {
2495
- update_option( 'cntctfrm_options', $cntctfrm_options, '', 'yes' );
2496
  }
2497
  die();
2498
  }
@@ -2504,6 +2559,9 @@ if ( ! function_exists ( 'cntctfrm_plugin_banner' ) ) {
2504
  if ( 'plugins.php' == $hook_suffix ) {
2505
  global $cntctfrm_plugin_info;
2506
  $banner_array = array(
 
 
 
2507
  array( 'lmtttmpts_hide_banner_on_plugin_page', 'limit-attempts/limit-attempts.php', '1.0.2' ),
2508
  array( 'sndr_hide_banner_on_plugin_page', 'sender/sender.php', '0.5' ),
2509
  array( 'srrl_hide_banner_on_plugin_page', 'user-role/user-role.php', '1.4' ),
@@ -2525,10 +2583,6 @@ if ( ! function_exists ( 'cntctfrm_plugin_banner' ) ) {
2525
  if ( ! $cntctfrm_plugin_info )
2526
  $cntctfrm_plugin_info = get_plugin_data( __FILE__ );
2527
 
2528
- if ( ! function_exists( 'is_plugin_active_for_network' ) )
2529
- require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
2530
-
2531
- $active_plugins = get_option( 'active_plugins' );
2532
  $all_plugins = get_plugins();
2533
  $this_banner = 'cntctfrm_hide_banner_on_plugin_page';
2534
  $this_banner_1 = 'cntctfrm_for_ctfrmtdb_hide_banner_on_plugin_page';
@@ -2540,7 +2594,7 @@ if ( ! function_exists ( 'cntctfrm_plugin_banner' ) ) {
2540
  echo '<script type="text/javascript" src="' . plugins_url( 'js/c_o_o_k_i_e.js', __FILE__ ) . '"></script>';
2541
  $bstwbsftwppdtplgns_cookie_add = true;
2542
  } ?>
2543
- <script type="text/javascript">
2544
  (function($) {
2545
  $(document).ready( function() {
2546
  var hide_message = $.cookie( "cntctfrm_hide_banner_on_plugin_page" );
@@ -2600,7 +2654,7 @@ if ( ! function_exists ( 'cntctfrm_plugin_banner' ) ) {
2600
  <?php }
2601
  break;
2602
  }
2603
- if ( isset( $all_plugins[ $value[1] ] ) && $all_plugins[ $value[1] ]["Version"] >= $value[2] && ( 0 < count( preg_grep( '/' . str_replace( '/', '\/', $value[1] ) . '/', $active_plugins ) ) || is_plugin_active_for_network( $value[1] ) ) && ! isset( $_COOKIE[ $value[0] ] ) ) {
2604
  break;
2605
  }
2606
  }
@@ -2612,7 +2666,6 @@ if ( ! function_exists ( 'cntctfrm_plugin_banner' ) ) {
2612
  if ( ! function_exists ( 'cntctfrm_delete_options' ) ) {
2613
  function cntctfrm_delete_options() {
2614
  delete_option( 'cntctfrm_options' );
2615
- delete_site_option( 'cntctfrm_options' );
2616
  }
2617
  }
2618
 
@@ -2635,8 +2688,6 @@ add_shortcode( 'bws_contact_form', 'cntctfrm_display_form' );
2635
  add_shortcode( 'bestwebsoft_contact_form', 'cntctfrm_display_form' );
2636
  add_filter( 'widget_text', 'do_shortcode' );
2637
 
2638
- add_filter( 'wp_mail_from_name', 'cntctfrm_email_name_filter', 10, 1 );
2639
-
2640
  add_action( 'wp_ajax_cntctfrm_add_language', 'cntctfrm_add_language' );
2641
  add_action( 'wp_ajax_cntctfrm_remove_language', 'cntctfrm_remove_language' );
2642
 
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
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
  }
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;
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
 
122
  if ( ! $cntctfrm_plugin_info )
123
  $cntctfrm_plugin_info = get_plugin_data( __FILE__ );
124
 
125
+ $sitename = strtolower( $_SERVER['SERVER_NAME'] );
126
+ if ( substr( $sitename, 0, 4 ) == 'www.' ) {
127
+ $sitename = substr( $sitename, 4 );
128
+ }
129
+ $from_email = 'wordpress@' . $sitename;
130
+
131
  $cntctfrm_option_defaults = array(
132
  'plugin_option_version' => $cntctfrm_plugin_info["Version"],
133
  'plugin_db_version' => $cntctfrm_db_version,
134
  'cntctfrm_user_email' => 'admin',
135
  'cntctfrm_custom_email' => '',
136
  'cntctfrm_select_email' => 'user',
137
+ 'cntctfrm_from_email' => 'custom',
138
+ 'cntctfrm_custom_from_email' => $from_email,
139
  'cntctfrm_attachment' => 0,
140
  'cntctfrm_attachment_explanations' => 1,
141
  'cntctfrm_send_copy' => 0,
191
  );
192
 
193
  /* Check contact-form-multi plugin */
194
+ if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) )
195
  $contact_form_multi_active = true;
196
+ if ( is_plugin_active( 'contact-form-multi-pro/contact-form-multi-pro.php' ) )
197
  $contact_form_multi_pro_active = true;
198
 
199
  /* Install the option defaults */
200
  if ( ! get_option( 'cntctfrm_options' ) )
201
+ add_option( 'cntctfrm_options', $cntctfrm_option_defaults );
202
 
203
  /* Get options from the database for default options */
204
  if ( isset( $contact_form_multi_active ) || isset( $contact_form_multi_pro_active ) ) {
205
  if ( ! get_option( 'cntctfrmmlt_options' ) )
206
+ add_option( 'cntctfrmmlt_options', $cntctfrm_option_defaults );
207
 
208
  $cntctfrmmlt_options = get_option( 'cntctfrmmlt_options' );
209
 
224
  $cntctfrmmlt_options_main = get_site_option( 'cntctfrmmlt_options_main' );
225
 
226
  if ( 1 == $_SESSION['cntctfrmmlt_id_form'] && 1 == count( $cntctfrmmlt_options_main['name_id_form'] ) ) {
227
+ add_option( 'cntctfrmmlt_options_1' , get_option( 'cntctfrm_options' ) );
228
  $cntctfrm_options = get_option( 'cntctfrmmlt_options_1' );
229
  } else
230
  $cntctfrm_options = get_option( 'cntctfrmmlt_options' );
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' );
376
 
377
+ if ( ! isset( $_GET['action'] ) || 'appearance' != $_GET['action'] ) {
378
+ $all_plugins = get_plugins();
379
+ }
380
 
381
  /* Check contact-form-multi plugin */
382
+ if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) )
383
  $contact_form_multi_active = true;
384
+ if ( is_plugin_active( 'contact-form-multi-pro/contact-form-multi-pro.php' ) )
385
  $contact_form_multi_pro_active = true;
386
 
387
  /* Get Captcha options */
388
  if ( get_option( 'cptch_options' ) )
389
  $cptch_options = get_option( 'cptch_options' );
390
+ if ( get_option( 'cptchpls_options' ) )
391
+ $cptchpls_options = get_option( 'cptchpls_options' );
392
  if ( get_option( 'cptchpr_options' ) )
393
  $cptchpr_options = get_option( 'cptchpr_options' );
394
  /* Get Contact Form to DB options */
397
  if ( get_option( 'cntctfrmtdbpr_options' ) )
398
  $cntctfrmtdbpr_options = get_option( 'cntctfrmtdbpr_options' );
399
 
 
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'] ) ), " ," );
407
  $cntctfrm_options_submit['cntctfrm_select_email'] = $_POST['cntctfrm_select_email'];
408
  $cntctfrm_options_submit['cntctfrm_from_email'] = $_POST['cntctfrm_from_email'];
409
  $cntctfrm_options_submit['cntctfrm_custom_from_email'] = stripslashes( esc_html( $_POST['cntctfrm_custom_from_email'] ) );
410
 
 
411
  $cntctfrm_options_submit['cntctfrm_mail_method'] = $_POST['cntctfrm_mail_method'];
412
  $cntctfrm_options_submit['cntctfrm_from_field'] = stripslashes( esc_html( $_POST['cntctfrm_from_field'] ) );
413
  $cntctfrm_options_submit['cntctfrm_select_from_field'] = $_POST['cntctfrm_select_from_field'];
423
  if ( isset( $_POST['cntctfrm_display_captcha'] ) ) {
424
  if ( get_option( 'cptch_options' ) ) {
425
  $cptch_options['cptch_contact_form'] = 1;
426
+ update_option( 'cptch_options', $cptch_options );
427
+ }
428
+ if ( get_option( 'cptchpls_options' ) ) {
429
+ $cptchpls_options['cptchpls_contact_form'] = 1;
430
+ update_option( 'cptchpls_options', $cptchpls_options );
431
  }
432
  if ( get_option( 'cptchpr_options' ) ) {
433
  $cptchpr_options['cptchpr_contact_form'] = 1;
434
+ update_option( 'cptchpr_options', $cptchpr_options );
435
  }
436
  } else {
437
  if ( get_option( 'cptch_options' ) ) {
438
  $cptch_options['cptch_contact_form'] = 0;
439
+ update_option( 'cptch_options', $cptch_options );
440
+ }
441
+ if ( get_option( 'cptchpls_options' ) ) {
442
+ $cptchpls_options['cptchpls_contact_form'] = 0;
443
+ update_option( 'cptchpls_options', $cptchpls_options );
444
  }
445
  if ( get_option( 'cptchpr_options' ) ) {
446
  $cptchpr_options['cptchpr_contact_form'] = 0;
447
+ update_option( 'cptchpr_options', $cptchpr_options );
448
  }
449
  }
450
 
451
  if ( isset( $_POST['cntctfrm_save_email_to_db'] ) ) {
452
  if ( get_option( 'cntctfrmtdb_options' ) ) {
453
  $cntctfrmtdb_options['cntctfrmtdb_save_messages_to_db'] = 1;
454
+ update_option( 'cntctfrmtdb_options', $cntctfrmtdb_options );
455
  }
456
  if ( get_option( 'cntctfrmtdbpr_options' ) ) {
457
  $cntctfrmtdbpr_options['save_messages_to_db'] = 1;
458
+ update_option( 'cntctfrmtdbpr_options', $cntctfrmtdbpr_options );
459
  }
460
  } else {
461
  if ( get_option( 'cntctfrmtdb_options' ) ) {
462
  $cntctfrmtdb_options['cntctfrmtdb_save_messages_to_db'] = 0;
463
+ update_option( 'cntctfrmtdb_options', $cntctfrmtdb_options );
464
  }
465
  if ( get_option( 'cntctfrmtdbpr_options' ) ) {
466
  $cntctfrmtdbpr_options['save_messages_to_db'] = 0;
467
+ update_option( 'cntctfrmtdbpr_options', $cntctfrmtdbpr_options );
468
  }
469
  }
470
 
590
  }
591
  }
592
  }
593
+ /* if 'FROM' field was changed */
594
+ if ( ( 'custom' == $cntctfrm_options['cntctfrm_from_email'] && 'custom' != $cntctfrm_options_submit['cntctfrm_from_email'] ) ||
595
+ ( 'custom' == $cntctfrm_options_submit['cntctfrm_from_email'] && $cntctfrm_options['cntctfrm_custom_from_email'] != $cntctfrm_options_submit['cntctfrm_custom_from_email'] ) ) {
596
+ $notice = __( "Email 'FROM' field option was changed, which may cause email messages being moved to the spam folder or email delivery failures.", 'contact_form' );
597
+ }
598
+
599
  $cntctfrm_options_submit['cntctfrm_action_after_send'] = $_POST['cntctfrm_action_after_send'];
600
  $cntctfrm_options_submit['cntctfrm_redirect_url'] = esc_url( $_POST['cntctfrm_redirect_url'] );
601
  $cntctfrm_options = array_merge( $cntctfrm_options, $cntctfrm_options_submit );
640
  $cntctfrmmlt_options_main = get_option( 'cntctfrmmlt_options_main' );
641
 
642
  if ( $cntctfrmmlt_options_main['id_form'] !== $_SESSION['cntctfrmmlt_id_form'] )
643
+ add_option( 'cntctfrmmlt_options_' . $cntctfrmmlt_options_main['id_form'] , $cntctfrm_options );
644
  else if ( $cntctfrmmlt_options_main['id_form'] == $_SESSION['cntctfrmmlt_id_form'] )
645
  update_option( 'cntctfrmmlt_options_' . $cntctfrmmlt_options_main['id_form'] , $cntctfrm_options, '', 'yes' );
 
646
  } elseif ( isset( $contact_form_multi_pro_active ) ) {
647
  $cntctfrmmltpr_options_main = get_option( 'cntctfrmmltpr_options_main' );
648
 
649
  if ( $cntctfrmmltpr_options_main['id_form'] !== $_SESSION['cntctfrmmlt_id_form'] )
650
+ add_option( 'cntctfrmmlt_options_' . $cntctfrmmltpr_options_main['id_form'] , $cntctfrm_options );
651
  else if ( $cntctfrmmltpr_options_main['id_form'] == $_SESSION['cntctfrmmlt_id_form'] )
652
  update_option( 'cntctfrmmlt_options_' . $cntctfrmmltpr_options_main['id_form'] , $cntctfrm_options, '', 'yes' );
 
653
  } else {
654
+ update_option( 'cntctfrm_options', $cntctfrm_options );
655
  }
656
  $message = __( "Settings saved.", 'contact_form' );
657
  } else {
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' );
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' );
810
  <h2><?php _e( "Contact Form Settings", 'contact_form' ); ?></h2>
811
  <h2 class="nav-tab-wrapper">
812
  <a class="nav-tab<?php if ( ! isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php"><?php _e( 'Settings', 'contact_form' ); ?></a>
813
+ <a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'additional' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php&amp;action=additional"><?php _e( 'Additional settings', 'contact_form' ); ?></a>
814
+ <a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'appearance' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php&amp;action=appearance"><?php _e( 'Appearance', 'contact_form' ); ?></a>
815
  <a class="nav-tab" href="http://bestwebsoft.com/products/contact-form/faq" target="_blank"><?php _e( 'FAQ', 'contact_form' ); ?></a>
816
  <a class="nav-tab bws_go_pro_tab<?php if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php&amp;action=go_pro"><?php _e( 'Go PRO', 'contact_form' ); ?></a>
817
  </h2>
818
  <div class="updated fade" <?php if ( ! isset( $_POST['cntctfrm_form_submit'] ) || "" != $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
819
  <div id="cntctfrm_settings_notice" class="updated fade" style="display:none"><p><strong><?php _e( "Notice:", 'contact_form' ); ?></strong> <?php _e( "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button.", 'contact_form' ); ?></p></div>
820
+ <?php if ( ! empty( $notice ) ) { ?>
821
+ <div class="error"><p><strong><?php _e( 'Notice:', 'contact_form' ); ?></strong> <?php echo $notice; ?></p></div>
822
+ <?php } ?>
823
+ <div class="error" <?php if ( "" == $error ) echo 'style="display:none"'; ?>><p><strong><?php echo $error; ?></strong></p></div>
824
+ <?php if ( ! isset( $_GET['action'] ) || 'additional' == $_GET['action'] ) {
825
+ /* main 'settings' or 'additional' settings page */
826
  if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
827
  <h2 class="nav-tab-wrapper">
828
  <li class="nav-tab nav-tab-active">NEW_FORM</li>
829
+ <a id="cntctfrm_show_multi_notice" class="nav-tab" target="_new" href="http://bestwebsoft.com/products/contact-form-multi/" title="<?php _e( "If you want to create multiple contact forms, please install the Contact Form Multi plugin.", 'contact_form' ); ?>">+</a>
830
  </h2>
831
+ <?php }
832
+ $form_action = ( ! isset( $_GET['action'] ) ) ? 'admin.php?page=contact_form.php' : 'admin.php?page=contact_form.php&amp;action=' . $_GET['action']; ?>
833
+ <form id="cntctfrm_settings_form" method="post" action="<?php echo $form_action ?>">
834
  <span style="margin-bottom:15px;">
835
  <?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
836
+ <p><?php _e( "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[contact_form]</span> <?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[contact_form lang=en]</span><br />
837
+ <?php _e( "If have any problems with the standard shortcode [contact_form], you should use the shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bws_contact_form]</span> (<?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bws_contact_form lang=en]</span>) <?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form]</span> (<?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=en]</span>). <?php _e( "They work the same way.", 'contact_form' ); ?></p>
838
+ <?php } else { ?>
839
+ <p><?php _e( "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[contact_form id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span> <?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[contact_form lang=en id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span><br />
840
+ <?php _e( "If have any problems with the standard shortcode [contact_form], you should use the shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bws_contact_form id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span> (<?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bws_contact_form lang=en id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span>) <?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span> (<?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=en id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span>). <?php _e( "They work the same way.", 'contact_form' ); ?></p>
841
+ <?php } ?>
 
 
 
 
842
  </span>
843
+ <div <?php if ( isset( $_GET['action'] ) ) echo 'style="display: none;"'; ?> >
844
+ <p><?php _e( "If you leave the fields empty, the messages will be sent to the email address specified during registration.", 'contact_form' ); ?></p>
845
+ <table class="form-table" style="width:auto;">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
846
  <tr valign="top">
847
+ <th scope="row"><?php _e( "The user's email address:", 'contact_form' ); ?> </th>
848
+ <td colspan="2">
849
+ <input type="radio" id="cntctfrm_select_email_user" name="cntctfrm_select_email" value="user" <?php if ( $cntctfrm_options['cntctfrm_select_email'] == 'user' ) echo 'checked="checked" '; ?>/>
850
+ <select name="cntctfrm_user_email">
851
+ <option disabled><?php _e( "Create a username", 'contact_form' ); ?></option>
852
+ <?php foreach ( $userslogin as $key => $value ) {
853
+ if ( isset( $value->data ) ) {
854
+ if ( $value->data->user_email != '' ) { ?>
855
+ <option value="<?php echo $value->data->user_login; ?>" <?php if ( $cntctfrm_options['cntctfrm_user_email'] == $value->data->user_login ) echo 'selected="selected" '; ?>><?php echo $value->data->user_login; ?></option>
856
+ <?php }
857
+ } else {
858
+ if ( $value->user_email != '' ) { ?>
859
+ <option value="<?php echo $value->user_login; ?>" <?php if ( $cntctfrm_options['cntctfrm_user_email'] == $value->user_login ) echo 'selected="selected" '; ?>><?php echo $value->user_login; ?></option>
860
+ <?php }
861
+ }
862
+ } ?>
863
+ </select>
864
+ <span class="cntctfrm_info"><?php _e( "Enter a username of the person who should get the messages from the contact form.", 'contact_form' ); ?></span>
865
+ </td>
866
  </tr>
 
 
867
  <tr valign="top">
868
+ <th scope="row"><?php _e( "Use this email address:", 'contact_form' ); ?> </th>
869
+ <td colspan="2">
870
+ <input type="radio" id="cntctfrm_select_email_custom" name="cntctfrm_select_email" value="custom" <?php if ( 'custom' == $cntctfrm_options['cntctfrm_select_email'] ) echo 'checked="checked" '; ?>/> <input type="text" name="cntctfrm_custom_email" value="<?php echo $cntctfrm_options['cntctfrm_custom_email']; ?>" onfocus="document.getElementById('cntctfrm_select_email_custom').checked = true;" />
871
+ <span class="cntctfrm_info"><?php _e( "Enter the email address you want the messages forwarded to.", 'contact_form' ); ?></span>
872
+ </td>
 
873
  </tr>
874
+ </table>
875
+ <div class="bws_pro_version_bloc">
876
+ <div class="bws_pro_version_table_bloc">
877
+ <div class="bws_table_bg"></div>
878
+ <table class="form-table bws_pro_version">
879
+ <tr valign="top">
880
+ <th scope="row"><?php _e( "Add department selectbox to the contact form:", 'contact_form' ); ?></th>
881
+ <td colspan="2">
882
+ <input type="radio" id="cntctfrmpr_select_email_department" name="cntctfrmpr_select_email" value="departments" disabled="disabled" />
883
+ <div class="cntctfrmpr_department_table"><img src="<?php echo plugins_url( 'images/pro_screen_1.png', __FILE__ ); ?>" alt="" /></div>
884
+ </td>
885
+ </tr>
886
+ <tr valign="top">
887
+ <th scope="row" colspan="2">
888
+ * <?php _e( 'If you upgrade to Pro version all your settings will be saved.', 'contact_form' ); ?>
889
+ </th>
890
+ </tr>
891
+ </table>
892
+ </div>
893
+ <div class="bws_pro_version_tooltip">
894
+ <div class="bws_info">
895
+ <?php _e( 'Unlock premium options by upgrading to a PRO version.', 'contact_form' ); ?>
896
+ <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"><?php _e( 'Learn More', 'contact_form' ); ?></a>
897
+ </div>
898
+ <a class="bws_button" href="http://bestwebsoft.com/products/contact-form/buy/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
899
+ <?php _e( 'Go', 'contact_form' ); ?> <strong>PRO</strong>
900
+ </a>
901
+ <div class="clear"></div>
902
+ </div>
903
+ </div>
904
+ <table class="form-table" style="width:auto;">
905
  <tr valign="top">
906
+ <th scope="row"><?php _e( "Save emails to the database", 'contact_form' ); ?> </th>
907
+ <td colspan="2">
908
+ <?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 ) ) {
909
+ if ( is_plugin_active( 'contact-form-to-db/contact_form_to_db.php' ) || is_plugin_active( 'contact-form-to-db-pro/contact_form_to_db_pro.php' ) ) { ?>
910
+ <input type="checkbox" name="cntctfrm_save_email_to_db" value="1" <?php if ( ( isset( $cntctfrmtdb_options ) && 1 == $cntctfrmtdb_options["cntctfrmtdb_save_messages_to_db"] ) || ( isset( $cntctfrmtdbpr_options ) && 1 == $cntctfrmtdbpr_options["save_messages_to_db"] ) ) echo 'checked="checked"'; ?> />
911
+ <span style="color: #888888;font-size: 10px;"> (<?php _e( 'Using', 'contact_form' ); ?> <a href="admin.php?page=cntctfrmtdb_manager">Contact Form to DB</a> <?php _e( 'powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/products/">bestwebsoft.com</a>)</span>
912
+ <?php } else { ?>
913
+ <input disabled="disabled" type="checkbox" name="cntctfrm_save_email_to_db" value="1" <?php if ( ( isset( $cntctfrmtdb_options ) && 1 == $cntctfrmtdb_options["cntctfrmtdb_save_messages_to_db"] ) || ( isset( $cntctfrmtdbpr_options ) && 1 == $cntctfrmtdbpr_options["save_messages_to_db"] ) ) echo 'checked="checked"'; ?> />
914
+ <span style="color: #888888;font-size: 10px;">(<?php _e( 'Using Contact Form to DB powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/products/">bestwebsoft.com</a>) <a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate Contact Form to DB', 'contact_form' ); ?></a></span>
915
+ <?php }
916
+ } else { ?>
917
+ <input disabled="disabled" type="checkbox" name="cntctfrm_save_email_to_db" value="1" />
918
+ <span style="color: #888888;font-size: 10px;">(<?php _e( 'Using Contact Form to DB powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/products/">bestwebsoft.com</a>) <a href="http://bestwebsoft.com/products/contact-form-to-db/?k=19d806f45d866e70545de83169b274f2&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Download Contact Form to DB', 'contact_form' ); ?></a></span>
919
+ <?php } ?>
920
+ </td>
921
  </tr>
922
+ </table>
923
+ </div>
924
+ <!-- end of main 'settings' div -->
925
+ <div <?php if ( ! isset( $_GET['action'] ) ) echo 'style="display: none;"'; ?> >
926
+ <table class="form-table" style="width:auto;">
927
+ <tr>
928
+ <th scope="row"><?php _e( 'What to use?', 'contact_form' ); ?></th>
929
+ <td colspan="2">
930
+ <label><input type='radio' name='cntctfrm_mail_method' value='wp-mail' <?php if ( 'wp-mail' == $cntctfrm_options['cntctfrm_mail_method'] ) echo 'checked="checked" '; ?>/>
931
+ <?php _e( 'Wp-mail', 'contact_form' ); ?></label> <span class="cntctfrm_info">(<?php _e( 'You can use the wp_mail function for mailing', 'contact_form' ); ?>)</span><br />
932
+ <label><input type='radio' name='cntctfrm_mail_method' value='mail' <?php if ( 'mail' == $cntctfrm_options['cntctfrm_mail_method'] ) echo 'checked="checked" '; ?>/>
933
+ <?php _e( 'Mail', 'contact_form' ); ?> </label> <span class="cntctfrm_info">(<?php _e( 'To send mail you can use the php mail function', 'contact_form' ); ?>)</span><br />
934
+ </td>
935
  </tr>
936
  <tr valign="top">
937
+ <th scope="row" style="width:200px;"><?php _e( "'FROM' field", 'contact_form' ); ?></th>
938
+ <td style="width: 200px; vertical-align: top;">
939
+ <div><?php _e( "Name", 'contact_form' ); ?></div>
940
+ <div>
941
+ <input type="radio" id="cntctfrm_select_from_custom_field" name="cntctfrm_select_from_field" value="custom" <?php if ( 'custom' == $cntctfrm_options['cntctfrm_select_from_field'] ) echo 'checked="checked" '; ?>/>
942
+ <input type="text" name="cntctfrm_from_field" value="<?php echo stripslashes( $cntctfrm_options['cntctfrm_from_field'] ); ?>" onfocus="document.getElementById('cntctfrm_select_from_custom_field').checked = true;" size="18"/><br/>
943
+ <label style="float: left"><input type="radio" id="cntctfrm_select_from_field" name="cntctfrm_select_from_field" value="user_name" <?php if ( 'user_name' == $cntctfrm_options['cntctfrm_select_from_field'] ) echo 'checked="checked" '; ?>/> <?php _e( "User name", 'contact_form' ); ?></label>
944
+ <div class="cntctfrm_help_box" style="margin: -3px 0 0 10px;">
945
+ <div class="cntctfrm_hidden_help_text" style="display: none;"><?php echo __( "The name of the user who fills the form will be used in the field 'From'.", 'contact_form' ); ?></div>
946
+ </div>
947
+ </div>
948
+ </td>
949
+ <td>
950
+ <div><?php _e( "Email", 'contact_form' ); ?></div>
951
+ <div>
952
+ <div style="clear: both;">
953
+ <input type="radio" id="cntctfrm_from_custom_email" name="cntctfrm_from_email" value="custom" <?php if ( 'custom' == $cntctfrm_options['cntctfrm_from_email'] ) echo 'checked="checked" '; ?>/>
954
+ <input type="text" name="cntctfrm_custom_from_email" value="<?php echo $cntctfrm_options['cntctfrm_custom_from_email']; ?>" onfocus="document.getElementById('cntctfrm_from_custom_email').checked = true;" />
955
+ </div>
956
+ <div style="clear: both;">
957
+ <label style="float: left"><input type="radio" id="cntctfrm_from_email" name="cntctfrm_from_email" value="user" <?php if ( 'user' == $cntctfrm_options['cntctfrm_from_email'] ) echo 'checked="checked" '; ?>/> <?php _e( "User email", 'contact_form' ); ?></label>
958
+ <div class="cntctfrm_help_box" style="margin: -3px 0 0 10px;">
959
+ <div class="cntctfrm_hidden_help_text" style="display: none;"><?php echo __( "The email address of the user who fills the form will be used in the field 'From'.", 'contact_form' ); ?></div>
960
+ </div>
961
+ </div>
962
+ <div style="clear: both;">
963
+ <span class="cntctfrm_info">(<?php _e( "If this option is changed, email messages may be moved to the spam folder or email delivery failures may occur.", 'contact_form' ); ?>)</span>
964
+ </div>
965
+ </div>
966
+ </td>
967
  </tr>
968
  <tr valign="top">
969
+ <th scope="row"><?php _e( "Required symbol", 'contact_form' ); ?></th>
970
+ <td colspan="2">
971
+ <input type="text" id="cntctfrm_required_symbol" name="cntctfrm_required_symbol" value="<?php echo $cntctfrm_options['cntctfrm_required_symbol']; ?>"/>
972
+ </td>
 
 
973
  </tr>
974
+ </table>
975
+ <br />
976
+ <table class="cntctfrm_settings_table" style="width:auto;">
977
+ <thead>
978
+ <tr valign="top">
979
+ <th scope="row" style="width: 210px;"><?php _e( "Fields", 'contact_form' ); ?></th>
980
+ <th><?php _e( "Used", 'contact_form' ); ?></th>
981
+ <th><?php _e( "Required", 'contact_form' ); ?></th>
982
+ <th><?php _e( "Visible", 'contact_form' ); ?></th>
983
+ <th><?php _e( "Disabled for editing", 'contact_form' ); ?></th>
984
+ <th scope="row" ><?php _e( "Field's default value", 'contact_form' ); ?></th>
985
+ </tr>
986
+ </thead>
987
+ <tbody>
988
+ <tr valign="top">
989
+ <td><?php _e( "Name", 'contact_form' ); ?></td>
990
+ <td><input type="checkbox" name="cntctfrm_display_name_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_name_field'] ) echo 'checked="checked" '; ?>/></td>
991
+ <td><input type="checkbox" id="cntctfrm_required_name_field" name="cntctfrm_required_name_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_name_field'] ) echo 'checked="checked" '; ?>/></td>
992
+ <td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_visible_name" value="1" checked="checked" /></td>
993
+ <td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_disabled_name" value="1" /></td>
994
+ <td class="bws_pro_version">
995
+ <input disabled="disabled" type="checkbox" name="cntctfrmpr_default_name" value="1" />
996
+ <?php _e( "Use User's name as a default value if the user is logged in.", 'contact_form' ); ?><br />
997
+ <span class="cntctfrm_info">(<?php _e( "'Visible' and 'Disabled for editing' options will be applied only to logged-in users.", 'contact_form' ); ?>)</span>
998
+ </td>
999
+ </tr>
1000
+ <tr valign="top">
1001
+ <td><?php _e( "Location selectbox", 'contact_form' ); ?></td>
1002
+ <td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_display_selectbox" value="1" /></td>
1003
+ <td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_required_selectbox" value="1" /></td>
1004
+ <td class="bws_pro_version"></td>
1005
+ <td class="bws_pro_version"></td>
1006
+ <td class="bws_pro_version"><input disabled="disabled" type="file" name="cntctfrmpr_default_location"></td>
1007
+ </tr>
1008
+ <tr valign="top">
1009
+ <td><?php _e( "Address", 'contact_form' ); ?></td>
1010
+ <td><input type="checkbox" id="cntctfrm_display_address_field" name="cntctfrm_display_address_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_address_field'] ) echo 'checked="checked" '; ?>/></td>
1011
+ <td><input type="checkbox" id="cntctfrm_required_address_field" name="cntctfrm_required_address_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_address_field'] ) echo 'checked="checked" '; ?>/></td>
1012
+ <td></td>
1013
+ <td></td>
1014
+ <td></td>
1015
+ </tr>
1016
+ <tr valign="top">
1017
+ <td><?php _e( "Email Address", 'contact_form' ); ?></td>
1018
+ <td></td>
1019
+ <td><input type="checkbox" id="cntctfrm_required_email_field" name="cntctfrm_required_email_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_email_field'] ) echo 'checked="checked" '; ?>/></td>
1020
+ <td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_visible_email" value="1" checked="checked" /></td>
1021
+ <td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_disabled_email" value="1" /></td>
1022
+ <td class="bws_pro_version">
1023
+ <input disabled="disabled" type="checkbox" name="cntctfrmpr_default_email" value="1" />
1024
+ <?php _e( "Use User's email as a default value if the user is logged in.", 'contact_form' ); ?><br />
1025
+ <span class="cntctfrm_info">(<?php _e( "'Visible' and 'Disabled for editing' options will be applied only to logged-in users.", 'contact_form' ); ?>)</span>
1026
+ </td>
1027
+ </tr>
1028
+ <tr valign="top">
1029
+ <td><?php _e( "Phone number", 'contact_form' ); ?></td>
1030
+ <td><input type="checkbox" id="cntctfrm_display_phone_field" name="cntctfrm_display_phone_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_phone_field'] ) echo 'checked="checked" '; ?>/></td>
1031
+ <td><input type="checkbox" id="cntctfrm_required_phone_field" name="cntctfrm_required_phone_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_phone_field'] ) echo 'checked="checked" '; ?>/></td>
1032
+ <td></td>
1033
+ <td></td>
1034
+ <td></td>
1035
+ </tr>
1036
+ <tr valign="top">
1037
+ <td><?php _e( "Subject", 'contact_form' ); ?></td>
1038
+ <td></td>
1039
+ <td><input type="checkbox" id="cntctfrm_required_subject_field" name="cntctfrm_required_subject_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_subject_field'] ) echo 'checked="checked" '; ?>/></td>
1040
+ <td class="bws_pro_version"><input class="subject" disabled="disabled" type="checkbox" name="cntctfrmpr_visible_subject" value="1" checked="checked" /></td>
1041
+ <td class="bws_pro_version"><input class="subject" disabled="disabled" type="checkbox" name="cntctfrmpr_disabled_subject" value="1" /></td>
1042
+ <td class="bws_pro_version"><input class="subject" disabled="disabled" type="text" name="cntctfrmpr_default_subject" value="" /></td>
1043
+ </tr>
1044
+ <tr valign="top">
1045
+ <td><?php _e( "Message", 'contact_form' ); ?></td>
1046
+ <td></td>
1047
+ <td><input type="checkbox" id="cntctfrm_required_message_field" name="cntctfrm_required_message_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_message_field'] ) echo 'checked="checked" '; ?>/></td>
1048
+ <td class="bws_pro_version"><input class="message" disabled="disabled" type="checkbox" name="cntctfrmpr_visible_message" value="1" checked="checked" /></td>
1049
+ <td class="bws_pro_version"><input class="message" disabled="disabled" disabled="disabled" type="checkbox" name="cntctfrmpr_disabled_message" value="1" /></td>
1050
+ <td class="bws_pro_version"><input class="message" disabled="disabled" type="text" name="cntctfrmpr_default_message" value="" /></td>
1051
+ </tr>
1052
+ <tr valign="top">
1053
+ <td></td>
1054
+ <td></td>
1055
+ <td></td>
1056
+ <td colspan="3" class="bws_pro_version_tooltip">
1057
+ <div class="bws_info">
1058
+ <?php _e( 'Unlock premium options by upgrading to a PRO version.', 'contact_form' ); ?>
1059
+ <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"><?php _e( 'Learn More', 'contact_form' ); ?></a>
1060
+ </div>
1061
+ <a class="bws_button" href="http://bestwebsoft.com/products/contact-form/buy/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
1062
+ <?php _e( 'Go', 'contact_form' ); ?> <strong>PRO</strong>
1063
+ </a>
1064
+ <div class="clear"></div>
1065
+ </td>
1066
+ </tr>
1067
+ <tr valign="top">
1068
+ <td>
1069
+ <?php _e( "Attachment block", 'contact_form' ); ?>
1070
+ <div class="cntctfrm_help_box" style="margin: -3px 0 0; float:right;">
1071
+ <div class="cntctfrm_hidden_help_text" style="display: none;"><?php echo __( "Users can attach the following file formats", 'contact_form' ) . ": html, txt, css, gif, png, jpeg, jpg, tiff, bmp, ai, eps, ps, rtf, pdf, doc, docx, xls, zip, rar, wav, mp3, ppt, aar, sce"; ?></div>
1072
+ </div>
1073
+ </td>
1074
+ <td><input type="checkbox" id="cntctfrm_attachment" name="cntctfrm_attachment" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_attachment'] ) echo 'checked="checked" '; ?>/></td>
1075
+ <td></td>
1076
+ <td></td>
1077
+ <td></td>
1078
+ <td></td>
1079
+ </tr>
1080
+ </tbody>
1081
+ </table>
1082
+ <table class="form-table" style="width:auto;">
1083
  <tr valign="top">
1084
+ <th scope="row"><?php _e( "Add to the form", 'contact_form' ); ?></th>
1085
+ <td style="width:750px;" colspan="3">
1086
+ <div style="clear: both;">
1087
+ <label style="float: left">
1088
+ <input type="checkbox" id="cntctfrm_attachment_explanations" name="cntctfrm_attachment_explanations" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_attachment_explanations'] && '1' == $cntctfrm_options['cntctfrm_attachment'] ) echo 'checked="checked" '; ?>/>
1089
+ <?php _e( "Tips below the Attachment", 'contact_form' ); ?>
1090
+ </label>
1091
+ <div class="cntctfrm_help_box" style="margin: -3px 0 0 10px;">
1092
+ <div class="cntctfrm_hidden_help_text" style="display: none;width: auto;"><img title="" src="<?php echo plugins_url( 'images/tooltip_attachment_tips.png', __FILE__ ); ?>" alt=""/></div>
1093
+ </div>
1094
+ </div>
1095
+ <div style="clear: both;">
1096
+ <label style="float: left">
1097
+ <input type="checkbox" id="cntctfrm_send_copy" name="cntctfrm_send_copy" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_send_copy'] ) echo 'checked="checked" '; ?>/>
1098
+ <?php _e( "'Send me a copy' block", 'contact_form' ); ?>
1099
+ </label>
1100
+ <div class="cntctfrm_help_box" style="margin: -3px 0 0 10px;">
1101
+ <div class="cntctfrm_hidden_help_text" style="display: none;width: auto;"><img title="" src="<?php echo plugins_url( 'images/tooltip_sendme_block.png', __FILE__ ); ?>" alt=""/></div>
1102
+ </div>
1103
+ </div>
1104
+ <div style="clear: both;">
1105
+ <?php if ( array_key_exists( 'captcha/captcha.php', $all_plugins ) || array_key_exists( 'captcha-plus/captcha-plus.php', $all_plugins ) || array_key_exists( 'captcha-pro/captcha_pro.php', $all_plugins ) ) {
1106
+ if ( is_plugin_active( 'captcha/captcha.php' ) || is_plugin_active( 'captcha-plus/captcha-plus.php' ) || is_plugin_active( 'captcha-pro/captcha_pro.php' ) ) { ?>
1107
+ <label><input type="checkbox" name="cntctfrm_display_captcha" value="1" <?php if ( ( isset( $cptch_options ) && 1 == $cptch_options["cptch_contact_form"] ) ||( isset( $cptchpls_options ) && 1 == $cptchpls_options["cptchpls_contact_form"] ) || ( isset( $cptchpr_options ) && 1 == $cptchpr_options["cptchpr_contact_form"] ) ) echo 'checked="checked"'; ?> />
1108
+ <?php _e( "Captcha", 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;">(<?php _e( 'powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/products/">bestwebsoft.com</a>)</span>
1109
+ <?php } else { ?>
1110
+ <label><input disabled="disabled" type="checkbox" name="cntctfrm_display_captcha" value="1" <?php if ( ( isset( $cptch_options ) && 1 == $cptch_options["cptch_contact_form"] ) || ( isset( $cptchpls_options ) && 1 == $cptchpls_options["cptchpls_contact_form"] ) || ( isset( $cptchpr_options ) && 1 == $cptchpr_options["cptchpr_contact_form"] ) ) echo 'checked="checked"'; ?> />
1111
+ <?php _e( 'Captcha', 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;">(<?php _e( 'powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/products/">bestwebsoft.com</a>) <a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate captcha', 'contact_form' ); ?></a></span>
1112
+ <?php }
1113
+ } else { ?>
1114
+ <label><input disabled="disabled" type="checkbox" name="cntctfrm_display_captcha" value="1" />
1115
+ <?php _e( 'Captcha', 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;">(<?php _e( 'powered by', 'contact_form' ); ?> <a href="http://http://bestwebsoft.com/products/">bestwebsoft.com</a>) <a href="http://bestwebsoft.com/products/captcha/?k=19ac1e9b23bea947cfc4a9b8e3326c03&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Download captcha', 'contact_form' ); ?></a></span>
1116
+ <?php } ?>
1117
+ </div>
1118
+ </td>
1119
  </tr>
1120
  <tr valign="top">
1121
+ <th scope="row"></th>
1122
+ <td colspan="3" class="bws_pro_version">
1123
+ <label><input disabled="disabled" type="checkbox" value="1" name="cntctfrmpr_display_privacy_check"> <?php _e( 'Agreement checkbox', 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;">(<?php _e( 'Required checkbox for submitting the form', 'contact_form' ); ?>)</span><br />
1124
+ <label><input disabled="disabled" type="checkbox" value="1" name="cntctfrmpr_display_optional_check"> <?php _e( 'Optional checkbox', 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;">(<?php _e( 'Optional checkbox, the results of which will be displayed in email', 'contact_form' ); ?>)</span><br />
1125
+ </td>
 
1126
  </tr>
1127
  <tr valign="top">
1128
+ <th></th>
 
 
1129
  <td colspan="3" class="bws_pro_version_tooltip">
1130
  <div class="bws_info">
1131
  <?php _e( 'Unlock premium options by upgrading to a PRO version.', 'contact_form' ); ?>
1138
  </td>
1139
  </tr>
1140
  <tr valign="top">
1141
+ <th scope="row"><?php _e( "Delete an attachment file from the server after the email is sent", 'contact_form' ); ?> </th>
1142
+ <td colspan="3">
1143
+ <input type="checkbox" id="cntctfrm_delete_attached_file" name="cntctfrm_delete_attached_file" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_delete_attached_file'] ) echo 'checked="checked" '; ?>/>
 
 
1144
  </td>
 
 
 
 
 
1145
  </tr>
1146
+ <tr valign="top">
1147
+ <th scope="row"><?php _e( "Email in HTML format sending", 'contact_form' ); ?></th>
1148
+ <td colspan="2"><input type="checkbox" name="cntctfrm_html_email" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_html_email'] ) echo 'checked="checked" '; ?>/></td>
1149
+ </tr>
1150
+ <tr valign="top">
1151
+ <th scope="row"><?php _e( "Display additional info in the email", 'contact_form' ); ?></th>
1152
+ <td style="width:15px;" class="cntctfrm_td_top_align">
1153
+ <input type="checkbox" id="cntctfrm_display_add_info" name="cntctfrm_display_add_info" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_add_info'] ) echo 'checked="checked" '; ?>/>
1154
+ </td>
1155
+ <td style="max-width:150px;" class="cntctfrm_display_add_info_block <?php if ( '0' == $cntctfrm_options['cntctfrm_display_add_info'] ) echo "cntctfrm_hidden"; ?>">
1156
+ <label><input type="checkbox" id="cntctfrm_display_sent_from" name="cntctfrm_display_sent_from" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_sent_from'] ) echo 'checked="checked" '; ?>/> <?php _e( "Sent from (ip address)", 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;"><?php _e( "Example: Sent from (IP address): 127.0.0.1", 'contact_form' ); ?></span><br />
1157
+ <label><input type="checkbox" id="cntctfrm_display_date_time" name="cntctfrm_display_date_time" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_date_time'] ) echo 'checked="checked" '; ?>/> <?php _e( "Date/Time", 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;"><?php _e( "Example: Date/Time: August 19, 2013 8:50 pm", 'contact_form' ); ?></span><br />
1158
+ <label><input type="checkbox" id="cntctfrm_display_coming_from" name="cntctfrm_display_coming_from" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_coming_from'] ) echo 'checked="checked" '; ?>/> <?php _e( "Sent from (referer)", 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;"><?php _e( "Example: Sent from (referer): http://bestwebsoft.com/contacts/contact-us/", 'contact_form' ); ?></span><br />
1159
+ <label><input type="checkbox" id="cntctfrm_display_user_agent" name="cntctfrm_display_user_agent" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_user_agent'] ) echo 'checked="checked" '; ?>/> <?php _e( "Using (user agent)", 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;"><?php _e( "Example: Using (user agent): Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36", 'contact_form' ); ?></span><br />
1160
+ </td>
1161
+ </tr>
1162
+ <tr valign="top">
1163
+ <th scope="row"><?php _e( "Language settings for the field names in the form", 'contact_form' ); ?></th>
1164
+ <td colspan="2">
1165
+ <select name="cntctfrm_languages" id="cntctfrm_languages" style="width:300px;">
1166
+ <?php foreach ( $lang_codes as $key => $val ) {
1167
+ if ( in_array( $key, $cntctfrm_options['cntctfrm_language'] ) )
1168
+ continue;
1169
+ echo '<option value="' . esc_attr( $key ) . '"> ' . esc_html( $val ) . '</option>';
1170
+ } ?>
1171
+ </select>
1172
+ <input type="button" class="button-primary" id="cntctfrm_add_language_button" value="<?php _e( 'Add a language', 'contact_form' ); ?>" />
1173
+ </td>
1174
+ </tr>
1175
+ <tr valign="top">
1176
+ <th scope="row"><?php _e( "Change the names of the contact form fields and error messages", 'contact_form' ); ?></th>
1177
+ <td style="width:15px;" class="cntctfrm_td_top_align">
1178
+ <input type="checkbox" id="cntctfrm_change_label" name="cntctfrm_change_label" value="1" <?php if ( $cntctfrm_options['cntctfrm_change_label'] == '1' ) echo 'checked="checked" '; ?>/>
1179
+ </td>
1180
+ <td class="cntctfrm_change_label_block <?php if ( '0' == $cntctfrm_options['cntctfrm_change_label'] ) echo "cntctfrm_hidden"; ?>">
1181
+ <div class="cntctfrm_label_language_tab cntctfrm_active" id="cntctfrm_label_en"><?php _e( 'English', 'contact_form' ); ?></div>
1182
+ <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
1183
+ foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) {
1184
+ echo '<div class="cntctfrm_label_language_tab" id="cntctfrm_label_' . $val . '">' . $lang_codes[ $val ] . ' <span class="cntctfrm_delete" rel="' . $val . '">X</span></div>';
1185
+ }
1186
+ } ?>
1187
+ <div class="clear"></div>
1188
+ <div class="cntctfrm_language_tab cntctfrm_tab_en">
1189
+ <div class="cntctfrm_language_tab_block_mini" style="display:none;"><?php _e( "click to expand/hide the list", 'contact_form' ); ?></div>
1190
+ <div class="cntctfrm_language_tab_block">
1191
+ <input type="text" name="cntctfrm_name_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_name_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Name:", 'contact_form' ); ?></span><br />
1192
+ <input type="text" name="cntctfrm_address_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_address_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Address:", 'contact_form' ); ?></span><br />
1193
+ <input type="text" name="cntctfrm_email_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_email_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Email Address:", 'contact_form' ); ?></span><br />
1194
+ <input type="text" name="cntctfrm_phone_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_phone_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Phone number:", 'contact_form' ); ?></span><br />
1195
+ <input type="text" name="cntctfrm_subject_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_subject_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Subject:", 'contact_form' ); ?></span><br />
1196
+ <input type="text" name="cntctfrm_message_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_message_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Message:", 'contact_form' ); ?></span><br />
1197
+ <input type="text" name="cntctfrm_attachment_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Attachment:", 'contact_form' ); ?></span><br />
1198
+ <input type="text" name="cntctfrm_attachment_tooltip[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_tooltip']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Tips below the Attachment block", 'contact_form' ); ?></span><br />
1199
+ <input type="text" name="cntctfrm_send_copy_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_send_copy_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Send me a copy", 'contact_form' ); ?></span><br />
1200
+ <input type="text" name="cntctfrm_submit_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_submit_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Submit", 'contact_form' ); ?></span><br />
1201
+ <input type="text" name="cntctfrm_name_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_name_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Name field", 'contact_form' ); ?></span><br />
1202
+ <input type="text" name="cntctfrm_address_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_address_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Address field", 'contact_form' ); ?></span><br />
1203
+ <input type="text" name="cntctfrm_email_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_email_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Email field", 'contact_form' ); ?></span><br />
1204
+ <input type="text" name="cntctfrm_phone_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_phone_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Phone field", 'contact_form' ); ?></span><br />
1205
+ <input type="text" name="cntctfrm_subject_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_subject_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Subject field", 'contact_form' ); ?></span><br />
1206
+ <input type="text" name="cntctfrm_message_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_message_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Message field", 'contact_form' ); ?></span><br />
1207
+ <input type="text" name="cntctfrm_attachment_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message about the file type for the Attachment field", 'contact_form' ); ?></span><br />
1208
+ <input type="text" name="cntctfrm_attachment_upload_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_upload_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while uploading a file for the Attachment field to the server", 'contact_form' ); ?></span><br />
1209
+ <input type="text" name="cntctfrm_attachment_move_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_move_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while moving the file for the Attachment field", 'contact_form' ); ?></span><br />
1210
+ <input type="text" name="cntctfrm_attachment_size_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_size_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message when file size limit for the Attachment field is exceeded", 'contact_form' ); ?></span><br />
1211
+ <input type="text" name="cntctfrm_captcha_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_captcha_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Captcha field", 'contact_form' ); ?></span><br />
1212
+ <input type="text" name="cntctfrm_form_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_form_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the whole form", 'contact_form' ); ?></span><br />
1213
+ </div>
1214
+ <?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
1215
+ <span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=en]</span> <?php _e( "or", 'contact_form' ) ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
1216
+ <?php } else { ?>
1217
+ <span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=en id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span> <?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
1218
+ <?php } ?>
1219
  </div>
1220
+ <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
1221
+ foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
1222
+ <div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>">
1223
+ <div class="cntctfrm_language_tab_block_mini" style="display:none;"><?php _e( "click to expand/hide the list", 'contact_form' ); ?></div>
1224
+ <div class="cntctfrm_language_tab_block">
1225
+ <input type="text" name="cntctfrm_name_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_name_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_name_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Name:", 'contact_form' ); ?></span><br />
1226
+ <input type="text" name="cntctfrm_address_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_address_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_address_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Address:", 'contact_form' ); ?></span><br />
1227
+ <input type="text" name="cntctfrm_email_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_email_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_email_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Email Address:", 'contact_form' ); ?></span><br />
1228
+ <input type="text" name="cntctfrm_phone_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_phone_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_phone_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Phone number:", 'contact_form' ); ?></span><br />
1229
+ <input type="text" name="cntctfrm_subject_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_subject_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_subject_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Subject:", 'contact_form' ); ?></span><br />
1230
+ <input type="text" name="cntctfrm_message_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_message_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_message_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Message:", 'contact_form' ); ?></span><br />
1231
+ <input type="text" name="cntctfrm_attachment_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Attachment:", 'contact_form' ); ?></span><br />
1232
+ <input type="text" name="cntctfrm_attachment_tooltip[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_tooltip'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_tooltip'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Tips below the Attachment block", 'contact_form' ); ?></span><br />
1233
+ <input type="text" name="cntctfrm_send_copy_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_send_copy_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_send_copy_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Send me a copy", 'contact_form' ); ?></span><br />
1234
+ <input type="text" name="cntctfrm_submit_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_submit_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_submit_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Submit", 'contact_form' ); ?></span><br />
1235
+ <input type="text" name="cntctfrm_name_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_name_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_name_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Name field", 'contact_form' ); ?></span><br />
1236
+ <input type="text" name="cntctfrm_address_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_address_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_address_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Address field", 'contact_form' ); ?></span><br />
1237
+ <input type="text" name="cntctfrm_email_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_email_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_email_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Email field", 'contact_form' ); ?></span><br />
1238
+ <input type="text" name="cntctfrm_phone_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_phone_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_phone_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Phone field", 'contact_form' ); ?></span><br />
1239
+ <input type="text" name="cntctfrm_subject_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_subject_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_subject_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Subject field", 'contact_form' ); ?></span><br />
1240
+ <input type="text" name="cntctfrm_message_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_message_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_message_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Message field", 'contact_form' ); ?></span><br />
1241
+ <input type="text" name="cntctfrm_attachment_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message about the file type for the Attachment field", 'contact_form' ); ?></span><br />
1242
+ <input type="text" name="cntctfrm_attachment_upload_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_upload_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_upload_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while uploading a file for the Attachment field to the server", 'contact_form' ); ?></span><br />
1243
+ <input type="text" name="cntctfrm_attachment_move_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_move_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_move_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while moving the file for the Attachment field", 'contact_form' ); ?></span><br />
1244
+ <input type="text" name="cntctfrm_attachment_size_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_size_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_size_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message when file size limit for the Attachment field is exceeded", 'contact_form' ); ?></span><br />
1245
+ <input type="text" name="cntctfrm_captcha_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_captcha_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_captcha_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Captcha field", 'contact_form' ); ?></span><br />
1246
+ <input type="text" name="cntctfrm_form_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_form_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_form_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the whole form", 'contact_form' ); ?></span><br />
1247
+ </div>
1248
+ <?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
1249
+ <span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=<?php echo $val; ?>]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
1250
+ <?php } else { ?>
1251
+ <span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=<?php $val . ' id=' . $_SESSION['cntctfrmmlt_id_form']; ?>]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
1252
+ <?php } ?>
1253
+ </div>
1254
+ <?php }
1255
+ } ?>
1256
+ </td>
1257
+ </tr>
1258
+ <tr valign="top">
1259
+ <th scope="row"><?php _e( 'Use the changed names of the contact form fields in the email', 'contact_form' ); ?></th>
1260
+ <td colspan="2">
1261
+ <input type="checkbox" name="cntctfrm_change_label_in_email" value="1" <?php if ( $cntctfrm_options['cntctfrm_change_label_in_email'] == '1' ) echo 'checked="checked" '; ?>/>
1262
+ </td>
1263
+ </tr>
1264
+ <tr valign="top">
1265
+ <th scope="row"><?php _e( "Action after email is sent", 'contact_form' ); ?></th>
1266
+ <td colspan="2" class="cntctfrm_action_after_send_block">
1267
+ <label><input type="radio" id="cntctfrm_action_after_send" name="cntctfrm_action_after_send" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_action_after_send'] ) echo 'checked="checked" '; ?>/> <?php _e( "Display text", 'contact_form' ); ?></label><br />
1268
+ <div class="cntctfrm_label_language_tab cntctfrm_active" id="cntctfrm_text_en"><?php _e( 'English', 'contact_form' ); ?></div>
1269
+ <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
1270
+ foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) {
1271
+ echo '<div class="cntctfrm_label_language_tab" id="cntctfrm_text_' . $val . '">' . $lang_codes[ $val ] . ' <span class="cntctfrm_delete" rel="' . $val . '">X</span></div>';
1272
+ }
1273
+ } ?>
1274
+ <div class="clear"></div>
1275
+ <div class="cntctfrm_language_tab cntctfrm_tab_en" style=" padding: 5px 10px 5px 5px;">
1276
+ <input type="text" name="cntctfrm_thank_text[en]" value="<?php echo $cntctfrm_options['cntctfrm_thank_text']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Text", 'contact_form' ); ?></span><br />
1277
+ <?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
1278
+ <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=en]</span> <?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
1279
  <?php } else { ?>
1280
+ <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=en id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span> <?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
1281
+ <?php } ?>
1282
+ </div>
1283
+ <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
1284
+ foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
1285
+ <div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>" style=" padding: 5px 10px 5px 5px;">
1286
+ <input type="text" name="cntctfrm_thank_text[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_thank_text'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_thank_text'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Text", 'contact_form' ); ?></span><br />
1287
+ <?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
1288
+ <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=<?php echo $val; ?>]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
1289
+ <?php } else { ?>
1290
+ <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=<?php echo $val . ' id=' . $_SESSION['cntctfrmmlt_id_form']; ?>]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
1291
+ <?php } ?>
1292
+ </div>
1293
  <?php }
1294
+ } ?>
1295
+ <div id="cntctfrm_before"></div>
1296
+ <br />
1297
+ <input type="radio" id="cntctfrm_action_after_send_url" name="cntctfrm_action_after_send" value="0" <?php if ( '0' == $cntctfrm_options['cntctfrm_action_after_send'] ) echo 'checked="checked" '; ?>/> <?php _e( "Redirect to the page", 'contact_form' ); ?><br />
1298
+ <input type="text" name="cntctfrm_redirect_url" value="<?php echo $cntctfrm_options['cntctfrm_redirect_url']; ?>" onfocus="document.getElementById('cntctfrm_action_after_send_url').checked = true;" /> <span class="cntctfrm_info"><?php _e( "Url", 'contact_form' ); ?></span>
1299
+ </td>
1300
+ </tr>
1301
+ <tr valign="top">
1302
+ <th scope="row"><?php _e( 'The $_SERVER variable that is used to build a URL of the form', 'contact_form' ); ?></th>
1303
+ <td colspan="2">
1304
+ <label><input type="radio" name="cntctfrm_site_name_parameter" value="SERVER_NAME" <?php if ( 'SERVER_NAME' == $cntctfrm_options['cntctfrm_site_name_parameter'] ) echo 'checked="checked" '; ?>/> SERVER_NAME</label><br />
1305
+ <label><input type="radio" name="cntctfrm_site_name_parameter" value="HTTP_HOST" <?php if ( 'HTTP_HOST' == $cntctfrm_options['cntctfrm_site_name_parameter'] ) echo 'checked="checked" '; ?>/> HTTP_HOST</label><br />
1306
+ <span class="cntctfrm_info"><?php _e( "If you are not sure whether to change this setting or not, please do not do that.", 'contact_form' ); ?></span>
1307
+ </td>
1308
+ </tr>
1309
+ </table>
1310
+ <div class="bws_pro_version_bloc">
1311
+ <div class="bws_pro_version_table_bloc">
1312
+ <div class="bws_table_bg"></div>
1313
+ <table class="form-table bws_pro_version">
1314
+ <tr valign="top">
1315
+ <th scope="row"><?php _e( 'Auto Response', 'contact_form' ); ?></th>
1316
+ <td colspan="2">
1317
+ <input disabled="disabled" type="checkbox" value="1" name="cntctfrm_auto_response" checked="checked"/>
1318
+ <textarea name="cntctfrm_auto_response_message" style="position: relative; margin-left: 20px; z-index: -1;">Dear %%NAME%%, Thank you for contacting us. We have received your message and will reply to it shortly. Regards, %%SITENAME%% Team.</textarea><br/>
1319
+ <span class="cntctfrm_info" style="margin-left: 45px"><?php _e( "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.", 'contact_form' ); ?></span>
1320
+ </td>
1321
+ </tr>
1322
+ <tr valign="top">
1323
+ <th scope="row" colspan="2">
1324
+ * <?php _e( 'If you upgrade to Pro version all your settings will be saved.', 'contact_form' ); ?>
1325
+ </th>
1326
+ </tr>
1327
+ </table>
1328
+ </div>
1329
+ <div class="bws_pro_version_tooltip">
1330
  <div class="bws_info">
1331
  <?php _e( 'Unlock premium options by upgrading to a PRO version.', 'contact_form' ); ?>
1332
  <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"><?php _e( 'Learn More', 'contact_form' ); ?></a>
1335
  <?php _e( 'Go', 'contact_form' ); ?> <strong>PRO</strong>
1336
  </a>
1337
  <div class="clear"></div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1338
  </div>
 
 
 
 
1339
  </div>
1340
  </div>
1341
+ <!-- end of 'Additional' settings -->
1342
  <input type="hidden" name="cntctfrm_form_submit" value="submit" />
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">
1627
  <?php _e( "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:", 'contact_form' ); ?><br/>
1628
  <div>
1629
  <div id="cntctfrmpr_shortcode_code">
1630
+ <span class="cntctfrm_shortcode">[bestwebsoft_contact_form]</span>
1631
  </div>
1632
  </div>
1633
  </div>
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 );
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
 
1840
  }
1841
  if ( 1 == $cntctfrm_options['cntctfrm_send_copy'] ) {
1842
  $content .= '<div class="cntctfrm_checkbox cntctfrm_checkbox_send_copy">
1843
+ <input type="checkbox" value="1" name="cntctfrm_contact_send_copy" id="cntctfrm_contact_send_copy"' . ( $send_copy == '1' ? ' checked="checked" ' : "" ) . ' />
1844
  <label for="cntctfrm_contact_send_copy">' . $cntctfrm_options['cntctfrm_send_copy_label'][ $lang ] . '</label>
1845
  </div>';
1846
  }
1870
  global $cntctfrm_result, $cntctfrm_options;
1871
  if ( ( isset( $_POST['cntctfrm_contact_action'] ) && isset( $_POST['cntctfrm_language'] ) ) || true === $cntctfrm_result ) {
1872
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
1873
+ if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) || is_plugin_active( 'contact-form-multi-pro/contact-form-multi-pro.php' ) ) {
 
1874
 
1875
  if ( ! isset( $_POST['cntctfrmmlt_shortcode_id'] ) )
1876
  $cntctfrm_options = get_option( 'cntctfrmmlt_options' );
2219
  if ( ! function_exists( 'is_plugin_active' ) )
2220
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
2221
 
2222
+ /* 'from' name */
2223
+ $from_field_name = ( 'custom' == $cntctfrm_options['cntctfrm_select_from_field'] ) ? stripslashes( $cntctfrm_options['cntctfrm_from_field'] ) : $name;
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 : '';
2232
+ /* headers */
2233
+ /* content type */
2234
+ $headers .= ( 1 == $cntctfrm_options['cntctfrm_html_email'] ) ? 'Content-type: text/html; charset=utf-8' . "\n" : 'Content-type: text/plain; charset=utf-8' . "\n" ;
2235
+ /* 'from' name & email */
2236
+ $headers .= 'From: ' . $from_field_name . ' <' . $from_email . '>';
2237
+ /* send copy */
2238
  if ( isset( $_POST['cntctfrm_contact_send_copy'] ) && 1 == $_POST['cntctfrm_contact_send_copy'] ) {
2239
+ do_action( 'cntctfrm_get_mail_data_for_mlq', plugin_basename( __FILE__ ), $email, $subject, $message_text_for_user, $attachment_file, $headers );
2240
  }
2241
  global $mlq_mail_result;
2242
+ do_action( 'cntctfrm_get_mail_data_for_mlq', plugin_basename( __FILE__ ), $to, $subject, $message_text, $attachment_file, $headers );
2243
  /* return $mail_result = true if email-queue has successfully inserted mail in its DB; in other case - return false */
2244
  return $mail_result = $mlq_mail_result;
2245
  } else {
2251
  $headers .= 'Content-type: text/plain; charset=utf-8' . "\n";
2252
 
2253
  /* Additional headers */
2254
+ $headers .= 'From: ' . $from_field_name . ' <' . $from_email . '>';
 
 
 
2255
 
2256
  if ( 1 == $cntctfrm_options['cntctfrm_attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) {
2257
  $path_parts = pathinfo( $path_of_uploaded_file );
2278
  }
2279
  return $mail_result;
2280
  } else {
2281
+ /* Set headers */
2282
  $headers .= 'MIME-Version: 1.0' . "\n";
2283
 
2284
  if ( 1 == $cntctfrm_options['cntctfrm_attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) {
2285
  $message_block = $message_text;
2286
 
 
 
 
 
 
2287
  /* Additional headers */
2288
+ $headers .= 'From: ' . $from_field_name . ' <' . $from_email . '>' . "\n";
 
 
 
 
2289
 
2290
  $bound_text = "jimmyP123";
2291
 
2318
  else
2319
  $headers .= 'Content-type: text/plain; charset=utf-8' . "\n";
2320
 
 
 
 
 
 
2321
  /* Additional headers */
2322
+ $headers .= 'From: ' . $from_field_name . ' <' . $from_email . '>' . "\n";
 
 
 
2323
  }
2324
  if ( isset( $_POST['cntctfrm_contact_send_copy'] ) && 1 == $_POST['cntctfrm_contact_send_copy'] )
2325
  @mail( $email, $subject, $message_text_for_user, $headers );
2349
 
2350
  if ( ! function_exists ( 'cntctfrm_plugin_action_links' ) ) {
2351
  function cntctfrm_plugin_action_links( $links, $file ) {
2352
+ if ( ! is_network_admin() ) {
2353
+ /* Static so we don't call plugin_basename on every plugin row. */
2354
+ static $this_plugin;
2355
+ if ( ! $this_plugin ) $this_plugin = plugin_basename(__FILE__);
2356
+
2357
+ if ( $file == $this_plugin ) {
2358
+ $settings_link = '<a href="admin.php?page=contact_form.php">' . __( 'Settings', 'contact_form' ) . '</a>';
2359
+ array_unshift( $links, $settings_link );
2360
+ }
2361
  }
2362
  return $links;
2363
  }
2368
  function cntctfrm_register_plugin_links( $links, $file ) {
2369
  $base = plugin_basename(__FILE__);
2370
  if ( $file == $base ) {
2371
+ if ( ! is_network_admin() )
2372
+ $links[] = '<a href="admin.php?page=contact_form.php">' . __( 'Settings','contact_form' ) . '</a>';
2373
  $links[] = '<a href="http://wordpress.org/plugins/contact-form-plugin/faq/" target="_blank">' . __( 'FAQ','contact_form' ) . '</a>';
2374
  $links[] = '<a href="http://support.bestwebsoft.com">' . __( 'Support','contact_form' ) . '</a>';
2375
  }
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
2431
 
2432
  if ( ! function_exists ( 'cntctfrm_wp_head' ) ) {
2433
  function cntctfrm_wp_head() {
2434
+ wp_enqueue_style( 'cntctfrm_form_style', plugins_url( 'css/form_style.css', __FILE__ ) );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2435
  }
2436
  }
2437
 
2442
  $lang = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', htmlspecialchars( $_REQUEST['lang'] ) ) ) );
2443
 
2444
  /* Check contact-form-multi plugin */
2445
+ if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) )
2446
  $contact_form_multi_active = true;
2447
+ if ( is_plugin_active( 'contact-form-multi-pro/contact-form-multi-pro.php' ) )
2448
  $contact_form_multi_pro_active = true;
2449
 
2450
  if ( isset( $contact_form_multi_active ) || isset( $contact_form_multi_pro_active ) ) {
2457
 
2458
  if ( isset ( $contact_form_multi_active ) ) {
2459
  $cntctfrmmlt_options_main = get_option( 'cntctfrmmlt_options_main' );
2460
+ update_option( 'cntctfrmmlt_options_' . $cntctfrmmlt_options_main['id_form'], $cntctfrm_options );
2461
  } elseif ( isset( $contact_form_multi_pro_active ) ) {
2462
  $cntctfrmmltpr_options_main = get_option( 'cntctfrmmltpr_options_main' );
2463
+ update_option( 'cntctfrmmlt_options_' . $cntctfrmmltpr_options_main['id_form'], $cntctfrm_options );
2464
+ } else {
2465
+ update_option( 'cntctfrm_options', $cntctfrm_options );
2466
+ }
2467
+
2468
+ if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) {
2469
+ $result = __( "Use shortcode", 'contact_form' ) . ' <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=' . $lang . ']</span> ' . __( "for this language", 'contact_form' );
2470
  } else {
2471
+ $result = __( "Use shortcode", 'contact_form' ) . ' <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=' . $lang . ' id=' . $_SESSION['cntctfrmmlt_id_form'] . ']</span> ' . __( "for this language", 'contact_form' );
2472
  }
2473
+
2474
+ echo json_encode( $result );
2475
  die();
2476
  }
2477
  }
2480
  function cntctfrm_remove_language() {
2481
  check_ajax_referer( plugin_basename( __FILE__ ), 'cntctfrm_ajax_nonce_field' );
2482
  /* Check contact-form-multi plugin */
2483
+ if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) )
2484
  $contact_form_multi_active = true;
2485
+ if ( is_plugin_active( 'contact-form-multi-pro/contact-form-multi-pro.php' ) )
2486
  $contact_form_multi_pro_active = true;
2487
 
2488
  if ( isset( $contact_form_multi_active ) || isset( $contact_form_multi_pro_active ) ) {
2542
 
2543
  if ( isset( $contact_form_multi_active ) ) {
2544
  $cntctfrmmlt_options_main = get_option( 'cntctfrmmlt_options_main' );
2545
+ update_option( 'cntctfrmmlt_options_' . $cntctfrmmlt_options_main['id_form'], $cntctfrm_options );
2546
  } elseif ( isset( $contact_form_multi_pro_active ) ) {
2547
  $cntctfrmmltpr_options_main = get_option( 'cntctfrmmltpr_options_main' );
2548
+ update_option( 'cntctfrmmlt_options_' . $cntctfrmmltpr_options_main['id_form'], $cntctfrm_options );
2549
  } else {
2550
+ update_option( 'cntctfrm_options', $cntctfrm_options );
2551
  }
2552
  die();
2553
  }
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' ),
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';
2594
  echo '<script type="text/javascript" src="' . plugins_url( 'js/c_o_o_k_i_e.js', __FILE__ ) . '"></script>';
2595
  $bstwbsftwppdtplgns_cookie_add = true;
2596
  } ?>
2597
+ <script type="text/javascript">
2598
  (function($) {
2599
  $(document).ready( function() {
2600
  var hide_message = $.cookie( "cntctfrm_hide_banner_on_plugin_page" );
2654
  <?php }
2655
  break;
2656
  }
2657
+ if ( isset( $all_plugins[ $value[1] ] ) && $all_plugins[ $value[1] ]["Version"] >= $value[2] && is_plugin_active( $value[1] ) && ! isset( $_COOKIE[ $value[0] ] ) ) {
2658
  break;
2659
  }
2660
  }
2666
  if ( ! function_exists ( 'cntctfrm_delete_options' ) ) {
2667
  function cntctfrm_delete_options() {
2668
  delete_option( 'cntctfrm_options' );
 
2669
  }
2670
  }
2671
 
2688
  add_shortcode( 'bestwebsoft_contact_form', 'cntctfrm_display_form' );
2689
  add_filter( 'widget_text', 'do_shortcode' );
2690
 
 
 
2691
  add_action( 'wp_ajax_cntctfrm_add_language', 'cntctfrm_add_language' );
2692
  add_action( 'wp_ajax_cntctfrm_remove_language', 'cntctfrm_remove_language' );
2693
 
css/form_style.css ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Styles for form
3
+ */
4
+ .cntctfrm_contact_form * {
5
+ text-align: left !important;
6
+ line-height: normal !important;
7
+ }
8
+ .cntctfrm_contact_form p,
9
+ .widget .cntctfrm_contact_form p {
10
+ margin: 0 !important;
11
+ }
12
+ .cntctfrm_contact_form .cptch_block label + br,
13
+ .cntctfrm_contact_form .cptch_block span + br,
14
+ .cntctfrm_contact_form .cptchpr_block label + br,
15
+ .cntctfrm_contact_form .cptchpr_block span + br {
16
+ display: block !important;
17
+ }
18
+ .cntctfrm_contact_form .cptch_block br,
19
+ .cntctfrm_contact_form .cptchpr_block br {
20
+ display: none;
21
+ }
22
+ .cntctfrm_input_captcha .cptch_block ~ .gglcptch,
23
+ .cntctfrm_input_captcha .cptchpr_block ~ .gglcptch {
24
+ padding: 20px 0 0;
25
+ }
26
+ .cntctfrm_contact_form .gglcptch #recaptcha_widget_div {
27
+ width: 320px !important;
28
+ }
29
+ .cntctfrm_label,
30
+ .cntctfrm_input,
31
+ .cntctfrm_select,
32
+ .cntctfrm_checkbox {
33
+ max-width: 320px;
34
+ }
35
+ .cntctfrm_input_captcha {
36
+ margin: 20px 0;
37
+ }
38
+ .cntctfrm_contact_form input[type="text"],
39
+ .cntctfrm_contact_form input[type="file"],
40
+ .cntctfrm_contact_form select,
41
+ .cntctfrm_contact_form textarea,
42
+ .widget .cntctfrm_contact_form input[type="text"],
43
+ .widget .cntctfrm_contact_form input[type="file"],
44
+ .widget .cntctfrm_contact_form select,
45
+ .widget .cntctfrm_contact_form textarea {
46
+ width: 100%;
47
+ margin: 0 !important;
48
+ box-sizing: border-box;
49
+ }
50
+ .cntctfrm_contact_attachment_extensions {
51
+ font-size: 10px !important;
52
+ }
53
+ .cntctfrm_input_submit {
54
+ padding: 10px 0 0;
55
+ }
56
+ .cntctfrm_contact_form input.cntctfrm_contact_submit {
57
+ cursor: pointer !important;
58
+ text-align: center !important;
59
+ margin-bottom: 10px !important;
60
+ }
61
+ .cntctfrm_label:first-child {
62
+ padding: 0;
63
+ }
64
+ .cntctfrm_label,
65
+ .cntctfrm_checkbox {
66
+ padding: 5px 0 0;
67
+ }
68
+ .cntctfrm_input,
69
+ .cntctfrm_select {
70
+ position: relative;
71
+ }
72
+ .cntctfrm_error_text {
73
+ color: red;
74
+ text-align: left;
75
+ }
76
+ #cntctfrm_contact_attachment {
77
+ margin-bottom:0;
78
+ }
79
+ .cntctfrm_contact_form div {
80
+ clear: both;
81
+ }
css/style.css CHANGED
@@ -1,87 +1,10 @@
1
  /*
2
  * styles for settings page
3
  */
4
- .cntctfrm_contact_form * {
5
- text-align: left !important;
6
- line-height: normal !important;
7
- }
8
- .cntctfrm_contact_form p,
9
- .widget .cntctfrm_contact_form p {
10
- margin: 0 !important;
11
- }
12
- .cntctfrm_contact_form .cptch_block label + br,
13
- .cntctfrm_contact_form .cptch_block span + br,
14
- .cntctfrm_contact_form .cptchpr_block label + br,
15
- .cntctfrm_contact_form .cptchpr_block span + br {
16
- display: block !important;
17
- }
18
- .cntctfrm_contact_form .cptch_block br,
19
- .cntctfrm_contact_form .cptchpr_block br {
20
- display: none;
21
- }
22
- .cntctfrm_input_captcha .cptch_block ~ .gglcptch,
23
- .cntctfrm_input_captcha .cptchpr_block ~ .gglcptch {
24
- padding: 20px 0 0;
25
- }
26
- .cntctfrm_contact_form .gglcptch #recaptcha_widget_div {
27
- width: 320px !important;
28
- }
29
- .cntctfrm_label,
30
- .cntctfrm_input,
31
- .cntctfrm_select,
32
- .cntctfrm_checkbox {
33
- max-width: 320px;
34
- }
35
- .cntctfrm_input_captcha {
36
- margin: 20px 0;
37
- }
38
- .cntctfrm_contact_form input[type="text"],
39
- .cntctfrm_contact_form input[type="file"],
40
- .cntctfrm_contact_form select,
41
- .cntctfrm_contact_form textarea,
42
- .widget .cntctfrm_contact_form input[type="text"],
43
- .widget .cntctfrm_contact_form input[type="file"],
44
- .widget .cntctfrm_contact_form select,
45
- .widget .cntctfrm_contact_form textarea {
46
- width: 100%;
47
- margin: 0 !important;
48
- box-sizing: border-box;
49
- }
50
- .cntctfrm_contact_attachment_extensions {
51
- font-size: 10px !important;
52
- }
53
- .cntctfrm_input_submit {
54
- padding: 10px 0 0;
55
- }
56
- .cntctfrm_contact_form input.cntctfrm_contact_submit {
57
- cursor: pointer !important;
58
- text-align: center !important;
59
- margin-bottom: 10px !important;
60
- }
61
- .cntctfrm_label:first-child {
62
- padding: 0;
63
- }
64
- .cntctfrm_label,
65
- .cntctfrm_checkbox {
66
- padding: 5px 0 0;
67
- }
68
- .cntctfrm_input,
69
- .cntctfrm_select {
70
- position: relative;
71
- }
72
- .cntctfrm_error_text {
73
- color: red;
74
- text-align: left;
75
- }
76
- /* cntctfrm_settings_page */
77
  .cntctfrm_hidden {
78
  display: none;
79
  }
80
- .bws-plugins_page_contact_form input[type="checkbox"],
81
- .bws-plugins_page_contact_form input[type="radio"] {
82
- position: relative;
83
- top: -2px
84
- }
85
  .cntctfrm_info {
86
  color: rgb(136, 136, 136);
87
  font-size: 10px;
@@ -124,13 +47,13 @@
124
  right: -3px;
125
  }
126
  .cntctfrm_language_tab_block_mini {
127
- background: url("../images/toggle-arrow.png") no-repeat scroll 1px -26px transparent;
128
- border-bottom: 1px solid #DFDFDF;
129
- border-right: 1px solid #DFDFDF;
130
- line-height: 18px;
131
- padding-left: 22px;
132
- color: #888888;
133
- font-size: 10px;
134
  }
135
  .cntctfrm_language_tab_block_mini:hover {
136
  opacity: 0.7;
@@ -177,11 +100,6 @@
177
  .cntctfrm_contact_form div {
178
  clear: both;
179
  }
180
- .cntctfrm_info {
181
- color: rgb(136, 136, 136);
182
- font-size: 10px;
183
- clear: both;
184
- }
185
  #cntctfrmpr_shortcode {
186
  width: 330px;
187
  margin-top: 30px;
@@ -193,10 +111,6 @@
193
  border: 1px solid #DCDCDC;
194
  padding: 10px;
195
  }
196
- #cntctfrm_shortcode code {
197
- white-space:nowrap;
198
- background: #EAEAEA;
199
- }
200
  /* cntctfrm_settings_table */
201
  .cntctfrm_settings_table th, .cntctfrm_settings_table td {
202
  border-bottom: 1px solid #DFDFDF;
@@ -205,7 +119,11 @@
205
  padding: 2px 10px;
206
  text-align: left;
207
  }
208
- #cntctfrm_additions_options {
209
- font-size: 16px;
210
- font-weight: bold;
 
 
 
 
211
  }
1
  /*
2
  * styles for settings page
3
  */
4
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  .cntctfrm_hidden {
6
  display: none;
7
  }
 
 
 
 
 
8
  .cntctfrm_info {
9
  color: rgb(136, 136, 136);
10
  font-size: 10px;
47
  right: -3px;
48
  }
49
  .cntctfrm_language_tab_block_mini {
50
+ background: url("../images/toggle-arrow.png") no-repeat scroll 1px -26px transparent;
51
+ border-bottom: 1px solid #DFDFDF;
52
+ border-right: 1px solid #DFDFDF;
53
+ line-height: 18px;
54
+ padding-left: 22px;
55
+ color: #888888;
56
+ font-size: 10px;
57
  }
58
  .cntctfrm_language_tab_block_mini:hover {
59
  opacity: 0.7;
100
  .cntctfrm_contact_form div {
101
  clear: both;
102
  }
 
 
 
 
 
103
  #cntctfrmpr_shortcode {
104
  width: 330px;
105
  margin-top: 30px;
111
  border: 1px solid #DCDCDC;
112
  padding: 10px;
113
  }
 
 
 
 
114
  /* cntctfrm_settings_table */
115
  .cntctfrm_settings_table th, .cntctfrm_settings_table td {
116
  border-bottom: 1px solid #DFDFDF;
119
  padding: 2px 10px;
120
  text-align: left;
121
  }
122
+ .cntctfrm_shortcode {
123
+ font-size: 14px;
124
+ background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
125
+ font-family: Consolas,Monaco,monospace;
126
+ }
127
+ td.cntctfrm_td_top_align {
128
+ vertical-align: top;
129
  }
js/script.js CHANGED
@@ -1,18 +1,6 @@
1
  (function($) {
2
  $(document).ready( function() {
3
- $( '.cntctfrm_additions_block' ).addClass( 'cntctfrm_hidden' );
4
- $( '#cntctfrm_show_additional_settings' ).show();
5
-
6
- $( '#cntctfrm_show_additional_settings' ).click( function() {
7
- $( this ).css( 'display', 'none' );
8
- $( '#cntctfrm_hide_additional_settings' ).css( 'display', 'block' );
9
- $( '.cntctfrm_additions_block' ).removeClass( 'cntctfrm_hidden' );
10
- });
11
- $( '#cntctfrm_hide_additional_settings' ).click( function() {
12
- $( this ).css( 'display', 'none' );
13
- $( '#cntctfrm_show_additional_settings' ).css( 'display', 'block' );
14
- $( '.cntctfrm_additions_block' ).addClass( 'cntctfrm_hidden' );
15
- });
16
 
17
  $( '#cntctfrm_change_label' ).change( function() {
18
  if ( $( this ).is( ':checked' ) ) {
@@ -34,6 +22,7 @@
34
  type: "POST",
35
  data: "action=cntctfrm_add_language&lang=" + $( '#cntctfrm_languages' ).val() + '&cntctfrm_ajax_nonce_field=' + cntctfrm_ajax.cntctfrm_nonce,
36
  success: function( result ) {
 
37
  var lang_val = $( '#cntctfrm_languages' ).val();
38
  $( '.cntctfrm_change_label_block .cntctfrm_language_tab, .cntctfrm_action_after_send_block .cntctfrm_language_tab' ).each( function() {
39
  $( this ).addClass( 'hidden' );
@@ -44,20 +33,14 @@
44
  $( this ).val( '' );
45
  $( this ).attr( 'name', $( this ).attr( 'name' ).replace( '[en]', '[' + lang_val + ']' ) );
46
  });
47
- var text = $( '.cntctfrm_change_label_block .cntctfrm_language_tab' ).last().find( '.cntctfrm_info' ).last().text();
48
- text = text.replace( 'lang=en', 'lang=' + lang_val );
49
- text = text.replace( ' or [contact_form]', '' );
50
- $( '.cntctfrm_change_label_block .cntctfrm_language_tab' ).last().find( '.cntctfrm_info' ).last().text( text );
51
  $( '.cntctfrm_action_after_send_block .cntctfrm_language_tab' ).last().find( 'input' ).val( '' ).attr( 'name', $( '.cntctfrm_action_after_send_block .cntctfrm_language_tab' ).last().find( 'input' ).attr( 'name' ).replace( '[en]', '[' + lang_val + ']' ) );
52
- text = $( '.cntctfrm_change_label_block .cntctfrm_language_tab' ).last().find( '.cntctfrm_info' ).last().text();
53
- text = text.replace( 'lang=en', 'lang=' + lang_val );
54
- text = text.replace( ' or [contact_form]', '' );
55
- $( '.cntctfrm_action_after_send_block .cntctfrm_language_tab' ).last().find( '.cntctfrm_info' ).last().text( text );
56
  $( '.cntctfrm_change_label_block .cntctfrm_label_language_tab, .cntctfrm_action_after_send_block .cntctfrm_label_language_tab' ).each( function() {
57
  $( this ).removeClass( 'cntctfrm_active' );
58
  });
59
  $( '.cntctfrm_change_label_block .clear' ).prev().clone().attr( 'id', 'cntctfrm_label_' + lang_val ).addClass( 'cntctfrm_active' ).html( $( '#cntctfrm_languages option:selected' ).text() + ' <span class="cntctfrm_delete" rel="' + lang_val + '">X</span>').insertBefore( '.cntctfrm_change_label_block .clear' );
60
- $( '.cntctfrm_action_after_send_block .clear' ).prev().clone().attr( 'id', 'cntctfrm_label_' + lang_val ).addClass( 'cntctfrm_active' ).html( $( '#cntctfrm_languages option:selected' ).text() + ' <span class="cntctfrm_delete" rel="' + lang_val + '">X</span>').insertBefore( '.cntctfrm_action_after_send_block .clear' );
61
  $( '#cntctfrm_languages option:selected' ).remove();
62
  },
63
  error: function( request, status, error ) {
@@ -76,7 +59,7 @@
76
 
77
  /* add notice about changing in the settings page */
78
  $( '#cntctfrm_settings_form input' ).bind( "change click select", function() {
79
- if ( $( this ).attr( 'id' ) != 'cntctfrm_hide_additional_settings' && $( this ).attr( 'id' ) != 'cntctfrm_show_additional_settings' && $( this ).attr( 'type' ) != 'submit' ) {
80
  $( '.updated.fade' ).css( 'display', 'none' );
81
  $( '#cntctfrm_settings_notice' ).css( 'display', 'block' );
82
  };
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' ) ) {
22
  type: "POST",
23
  data: "action=cntctfrm_add_language&lang=" + $( '#cntctfrm_languages' ).val() + '&cntctfrm_ajax_nonce_field=' + cntctfrm_ajax.cntctfrm_nonce,
24
  success: function( result ) {
25
+ var text = $.parseJSON( result );
26
  var lang_val = $( '#cntctfrm_languages' ).val();
27
  $( '.cntctfrm_change_label_block .cntctfrm_language_tab, .cntctfrm_action_after_send_block .cntctfrm_language_tab' ).each( function() {
28
  $( this ).addClass( 'hidden' );
33
  $( this ).val( '' );
34
  $( this ).attr( 'name', $( this ).attr( 'name' ).replace( '[en]', '[' + lang_val + ']' ) );
35
  });
36
+ $( '.cntctfrm_change_label_block .cntctfrm_language_tab' ).last().find( '.cntctfrm_info' ).last().html( text );
 
 
 
37
  $( '.cntctfrm_action_after_send_block .cntctfrm_language_tab' ).last().find( 'input' ).val( '' ).attr( 'name', $( '.cntctfrm_action_after_send_block .cntctfrm_language_tab' ).last().find( 'input' ).attr( 'name' ).replace( '[en]', '[' + lang_val + ']' ) );
38
+ $( '.cntctfrm_action_after_send_block .cntctfrm_language_tab' ).last().find( '.cntctfrm_info' ).last().html( text );
 
 
 
39
  $( '.cntctfrm_change_label_block .cntctfrm_label_language_tab, .cntctfrm_action_after_send_block .cntctfrm_label_language_tab' ).each( function() {
40
  $( this ).removeClass( 'cntctfrm_active' );
41
  });
42
  $( '.cntctfrm_change_label_block .clear' ).prev().clone().attr( 'id', 'cntctfrm_label_' + lang_val ).addClass( 'cntctfrm_active' ).html( $( '#cntctfrm_languages option:selected' ).text() + ' <span class="cntctfrm_delete" rel="' + lang_val + '">X</span>').insertBefore( '.cntctfrm_change_label_block .clear' );
43
+ $( '.cntctfrm_action_after_send_block .clear' ).prev().clone().attr( 'id', 'cntctfrm_text_' + lang_val ).addClass( 'cntctfrm_active' ).html( $( '#cntctfrm_languages option:selected' ).text() + ' <span class="cntctfrm_delete" rel="' + lang_val + '">X</span>').insertBefore( '.cntctfrm_action_after_send_block .clear' );
44
  $( '#cntctfrm_languages option:selected' ).remove();
45
  },
46
  error: function( request, status, error ) {
59
 
60
  /* add notice about changing in the settings page */
61
  $( '#cntctfrm_settings_form input' ).bind( "change click select", function() {
62
+ if ( $( this ).attr( 'type' ) != 'submit' ) {
63
  $( '.updated.fade' ).css( 'display', 'none' );
64
  $( '#cntctfrm_settings_notice' ).css( 'display', 'block' );
65
  };
js/script_wp_before_3.5.js CHANGED
@@ -1,18 +1,8 @@
1
  (function($) {
2
  $(document).ready( function() {
3
- $( '.cntctfrm_additions_block' ).addClass( 'cntctfrm_hidden' );
4
- $( '#cntctfrm_show_additional_settings' ).show();
5
-
6
- $( '#cntctfrm_show_additional_settings' ).click( function() {
7
- $( this ).css( 'display', 'none' );
8
- $( '#cntctfrm_hide_additional_settings' ).css( 'display', 'block' );
9
- $( '.cntctfrm_additions_block' ).removeClass( 'cntctfrm_hidden' );
10
- });
11
- $( '#cntctfrm_hide_additional_settings' ).click( function() {
12
- $( this ).css( 'display', 'none' );
13
- $( '#cntctfrm_show_additional_settings' ).css( 'display', 'block' );
14
- $( '.cntctfrm_additions_block' ).addClass( 'cntctfrm_hidden' );
15
- });
16
 
17
  $( '#cntctfrm_change_label' ).change( function() {
18
  if ( $( this ).is( ':checked' ) ) {
@@ -34,6 +24,7 @@
34
  type: "POST",
35
  data: "action=cntctfrm_add_language&lang=" + $( '#cntctfrm_languages' ).val() + '&cntctfrm_ajax_nonce_field=' + cntctfrm_ajax.cntctfrm_nonce,
36
  success: function( result ) {
 
37
  var lang_val = $( '#cntctfrm_languages' ).val();
38
  $( '.cntctfrm_change_label_block .cntctfrm_language_tab, .cntctfrm_action_after_send_block .cntctfrm_language_tab' ).each( function() {
39
  $( this ).addClass( 'hidden' );
@@ -44,20 +35,14 @@
44
  $( this ).val( '' );
45
  $( this ).attr( 'name', $( this ).attr( 'name' ).replace( '[en]', '[' + lang_val + ']' ) );
46
  });
47
- var text = $( '.cntctfrm_change_label_block .cntctfrm_language_tab' ).last().find( '.cntctfrm_info' ).last().text();
48
- text = text.replace( 'lang=en', 'lang=' + lang_val );
49
- text = text.replace( ' or [contact_form]', '' );
50
- $( '.cntctfrm_change_label_block .cntctfrm_language_tab' ).last().find( '.cntctfrm_info' ).last().text( text );
51
  $( '.cntctfrm_action_after_send_block .cntctfrm_language_tab' ).last().find( 'input' ).val( '' ).attr( 'name', $( '.cntctfrm_action_after_send_block .cntctfrm_language_tab' ).last().find( 'input' ).attr( 'name' ).replace( '[en]', '[' + lang_val + ']' ) );
52
- text = $( '.cntctfrm_change_label_block .cntctfrm_language_tab' ).last().find( '.cntctfrm_info' ).last().text();
53
- text = text.replace('lang=en', 'lang='+lang_val);
54
- text = text.replace(' or [contact_form]', '');
55
- $( '.cntctfrm_action_after_send_block .cntctfrm_language_tab' ).last().find( '.cntctfrm_info' ).last().text( text );
56
  $( '.cntctfrm_change_label_block .cntctfrm_label_language_tab, .cntctfrm_action_after_send_block .cntctfrm_label_language_tab' ).each( function() {
57
  $( this ).removeClass( 'cntctfrm_active' );
58
  });
59
- $( '.cntctfrm_change_label_block .clear' ).prev().clone().attr( 'id','cntctfrm_label_' + lang_val ).addClass( 'cntctfrm_active' ).html( $( '#cntctfrm_languages option:selected' ).text() + ' <span class="cntctfrm_delete" rel="' + lang_val + '">X</span>').insertBefore( '.cntctfrm_change_label_block .clear' );
60
- $( '.cntctfrm_action_after_send_block .clear' ).prev().clone().attr( 'id','cntctfrm_label_' + lang_val ).addClass( 'cntctfrm_active' ).html( $( '#cntctfrm_languages option:selected' ).text() + ' <span class="cntctfrm_delete" rel="' + lang_val + '">X</span>').insertBefore( '.cntctfrm_action_after_send_block .clear' );
61
  $( '#cntctfrm_languages option:selected' ).remove();
62
  },
63
  error: function( request, status, error ) {
@@ -65,16 +50,16 @@
65
  }
66
  });
67
  });
68
- $( '.cntctfrm_change_label_block .cntctfrm_label_language_tab').live('click', function(){
69
- $( '.cntctfrm_label_language_tab').each(function(){
70
- $( this ).removeClass('cntctfrm_active');
71
  });
72
  var index = $( '.cntctfrm_change_label_block .cntctfrm_label_language_tab' ).index( $( this ) );
73
  $( this ).addClass( 'cntctfrm_active' );
74
  var blocks = $( '.cntctfrm_action_after_send_block .cntctfrm_label_language_tab' );
75
- $( blocks[ index ] ).addClass( 'cntctfrm_active');
76
  $( '.cntctfrm_language_tab' ).each( function() {
77
- $( this ).addClass( 'hidden');
78
  });
79
  $( '.' + this.id.replace( 'label', 'tab' ) ).removeClass( 'hidden' );
80
  });
@@ -83,8 +68,8 @@
83
  $( this ).removeClass( 'cntctfrm_active' );
84
  });
85
  var index = $( '.cntctfrm_action_after_send_block .cntctfrm_label_language_tab' ).index( $( this ) );
86
- $( this ).addClass('cntctfrm_active' );
87
- var blocks = $('.cntctfrm_change_label_block .cntctfrm_label_language_tab' );
88
  $( blocks[ index ] ).addClass( 'cntctfrm_active' );
89
  $( '.cntctfrm_language_tab' ).each( function() {
90
  $( this ).addClass( 'hidden' );
@@ -106,9 +91,9 @@
106
  });
107
  $( '.cntctfrm_change_label_block .cntctfrm_label_language_tab' ).removeClass( 'cntctfrm_active' ).first().addClass( 'cntctfrm_active' );
108
  $( '.cntctfrm_action_after_send_block .cntctfrm_label_language_tab' ).removeClass( 'cntctfrm_active' ).first().addClass( 'cntctfrm_active' );
109
- $( '.cntctfrm_change_label_block .cntctfrm_language_tab' ).addClass( 'hidden').first().removeClass( 'hidden' );
110
  $( '.cntctfrm_action_after_send_block .cntctfrm_language_tab' ).addClass( 'hidden' ).first().removeClass( 'hidden' );
111
- },
112
  error: function( request, status, error ) {
113
  alert( error + request.status );
114
  }
@@ -120,7 +105,7 @@
120
  $( '.cntctfrm_language_tab_block_mini' ).live( 'click', function() {
121
  if ( $( '.cntctfrm_language_tab_block' ).css( 'display' ) == 'none' ) {
122
  $( '.cntctfrm_language_tab_block ').css( 'display', 'block' );
123
- $( '.cntctfrm_language_tab_block_mini' ).css('background-position', '1px -3px' );
124
  } else {
125
  $( '.cntctfrm_language_tab_block' ).css( 'display', 'none' );
126
  $( '.cntctfrm_language_tab_block_mini' ).css( 'background-position', '' );
@@ -135,7 +120,7 @@
135
 
136
  /* add notice about changing in the settings page */
137
  $( '#cntctfrm_settings_form input' ).bind( "change click select", function() {
138
- if ( $( this ).attr( 'id' ) != 'cntctfrm_hide_additional_settings' && $( this ).attr( 'id' ) != 'cntctfrm_show_additional_settings' && $( this ).attr( 'type' ) != 'submit' ) {
139
  $( '.updated.fade' ).css( 'display', 'none' );
140
  $( '#cntctfrm_settings_notice' ).css( 'display', 'block' );
141
  };
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' ) ) {
24
  type: "POST",
25
  data: "action=cntctfrm_add_language&lang=" + $( '#cntctfrm_languages' ).val() + '&cntctfrm_ajax_nonce_field=' + cntctfrm_ajax.cntctfrm_nonce,
26
  success: function( result ) {
27
+ var text = $.parseJSON( result );
28
  var lang_val = $( '#cntctfrm_languages' ).val();
29
  $( '.cntctfrm_change_label_block .cntctfrm_language_tab, .cntctfrm_action_after_send_block .cntctfrm_language_tab' ).each( function() {
30
  $( this ).addClass( 'hidden' );
35
  $( this ).val( '' );
36
  $( this ).attr( 'name', $( this ).attr( 'name' ).replace( '[en]', '[' + lang_val + ']' ) );
37
  });
38
+ $( '.cntctfrm_change_label_block .cntctfrm_language_tab' ).last().find( '.cntctfrm_info' ).last().html( text );
 
 
 
39
  $( '.cntctfrm_action_after_send_block .cntctfrm_language_tab' ).last().find( 'input' ).val( '' ).attr( 'name', $( '.cntctfrm_action_after_send_block .cntctfrm_language_tab' ).last().find( 'input' ).attr( 'name' ).replace( '[en]', '[' + lang_val + ']' ) );
40
+ $( '.cntctfrm_action_after_send_block .cntctfrm_language_tab' ).last().find( '.cntctfrm_info' ).last().html( text );
 
 
 
41
  $( '.cntctfrm_change_label_block .cntctfrm_label_language_tab, .cntctfrm_action_after_send_block .cntctfrm_label_language_tab' ).each( function() {
42
  $( this ).removeClass( 'cntctfrm_active' );
43
  });
44
+ $( '.cntctfrm_change_label_block .clear' ).prev().clone().attr( 'id', 'cntctfrm_label_' + lang_val ).addClass( 'cntctfrm_active' ).html( $( '#cntctfrm_languages option:selected' ).text() + ' <span class="cntctfrm_delete" rel="' + lang_val + '">X</span>').insertBefore( '.cntctfrm_change_label_block .clear' );
45
+ $( '.cntctfrm_action_after_send_block .clear' ).prev().clone().attr( 'id', 'cntctfrm_text_' + lang_val ).addClass( 'cntctfrm_active' ).html( $( '#cntctfrm_languages option:selected' ).text() + ' <span class="cntctfrm_delete" rel="' + lang_val + '">X</span>').insertBefore( '.cntctfrm_action_after_send_block .clear' );
46
  $( '#cntctfrm_languages option:selected' ).remove();
47
  },
48
  error: function( request, status, error ) {
50
  }
51
  });
52
  });
53
+ $( '.cntctfrm_change_label_block .cntctfrm_label_language_tab' ).live( 'click', function(){
54
+ $( '.cntctfrm_label_language_tab' ).each( function() {
55
+ $( this ).removeClass( 'cntctfrm_active' );
56
  });
57
  var index = $( '.cntctfrm_change_label_block .cntctfrm_label_language_tab' ).index( $( this ) );
58
  $( this ).addClass( 'cntctfrm_active' );
59
  var blocks = $( '.cntctfrm_action_after_send_block .cntctfrm_label_language_tab' );
60
+ $( blocks[ index ] ).addClass( 'cntctfrm_active' );
61
  $( '.cntctfrm_language_tab' ).each( function() {
62
+ $( this ).addClass( 'hidden' );
63
  });
64
  $( '.' + this.id.replace( 'label', 'tab' ) ).removeClass( 'hidden' );
65
  });
68
  $( this ).removeClass( 'cntctfrm_active' );
69
  });
70
  var index = $( '.cntctfrm_action_after_send_block .cntctfrm_label_language_tab' ).index( $( this ) );
71
+ $( this ).addClass( 'cntctfrm_active' );
72
+ var blocks = $( '.cntctfrm_change_label_block .cntctfrm_label_language_tab' );
73
  $( blocks[ index ] ).addClass( 'cntctfrm_active' );
74
  $( '.cntctfrm_language_tab' ).each( function() {
75
  $( this ).addClass( 'hidden' );
91
  });
92
  $( '.cntctfrm_change_label_block .cntctfrm_label_language_tab' ).removeClass( 'cntctfrm_active' ).first().addClass( 'cntctfrm_active' );
93
  $( '.cntctfrm_action_after_send_block .cntctfrm_label_language_tab' ).removeClass( 'cntctfrm_active' ).first().addClass( 'cntctfrm_active' );
94
+ $( '.cntctfrm_change_label_block .cntctfrm_language_tab' ).addClass( 'hidden' ).first().removeClass( 'hidden' );
95
  $( '.cntctfrm_action_after_send_block .cntctfrm_language_tab' ).addClass( 'hidden' ).first().removeClass( 'hidden' );
96
+ },
97
  error: function( request, status, error ) {
98
  alert( error + request.status );
99
  }
105
  $( '.cntctfrm_language_tab_block_mini' ).live( 'click', function() {
106
  if ( $( '.cntctfrm_language_tab_block' ).css( 'display' ) == 'none' ) {
107
  $( '.cntctfrm_language_tab_block ').css( 'display', 'block' );
108
+ $( '.cntctfrm_language_tab_block_mini' ).css( 'background-position', '1px -3px' );
109
  } else {
110
  $( '.cntctfrm_language_tab_block' ).css( 'display', 'none' );
111
  $( '.cntctfrm_language_tab_block_mini' ).css( 'background-position', '' );
120
 
121
  /* add notice about changing in the settings page */
122
  $( '#cntctfrm_settings_form input' ).bind( "change click select", function() {
123
+ if ( $( this ).attr( 'type' ) != 'submit' ) {
124
  $( '.updated.fade' ).css( 'display', 'none' );
125
  $( '#cntctfrm_settings_notice' ).css( 'display', 'block' );
126
  };
languages/contact_form-af_ZA.mo CHANGED
Binary file
languages/contact_form-af_ZA.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-09-02 11:44+0300\n"
6
- "PO-Revision-Date: 2014-09-02 11:44+0300\n"
7
- "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Aldu <alducornelissen@gmail.com>\n"
9
  "Language: af\n"
10
  "MIME-Version: 1.0\n"
@@ -17,1001 +17,1039 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: contact_form.php:74
21
- #: contact_form.php:856
22
  msgid "Contact Form Settings"
23
  msgstr "Kontak Form Verstellings"
24
 
25
- #: contact_form.php:74
26
  msgid "Contact Form"
27
  msgstr "Kontak Form"
28
 
29
- #: contact_form.php:151
30
- #: contact_form.php:1211
31
- #: contact_form.php:1245
32
  msgid "Name:"
33
  msgstr "Naam:"
34
 
35
- #: contact_form.php:152
36
- #: contact_form.php:1212
37
- #: contact_form.php:1246
38
  msgid "Address:"
39
  msgstr "Adres:"
40
 
41
- #: contact_form.php:153
42
- #: contact_form.php:1213
43
- #: contact_form.php:1247
44
  msgid "Email Address:"
45
  msgstr "Epos Adres:"
46
 
47
- #: contact_form.php:154
48
- #: contact_form.php:1214
49
- #: contact_form.php:1248
50
  msgid "Phone number:"
51
  msgstr "Telefoon nommer:"
52
 
53
- #: contact_form.php:155
54
- #: contact_form.php:1215
55
- #: contact_form.php:1249
56
  msgid "Subject:"
57
  msgstr "Onderwerp:"
58
 
59
- #: contact_form.php:156
60
- #: contact_form.php:1216
61
- #: contact_form.php:1250
62
  msgid "Message:"
63
  msgstr "Boodskap:"
64
 
65
- #: contact_form.php:157
66
- #: contact_form.php:1217
67
- #: contact_form.php:1251
68
  msgid "Attachment:"
69
  msgstr "Aanhegsel:"
70
 
71
- #: contact_form.php:158
72
- 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"
73
- msgstr "Ondersteunde datalêer tipes: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max Datei-Größe: 2MB"
 
 
 
 
 
 
74
 
75
- #: contact_form.php:159
76
- #: contact_form.php:1219
77
- #: contact_form.php:1253
78
  msgid "Send me a copy"
79
  msgstr "Stuur vir my 'n kopie"
80
 
81
- #: contact_form.php:160
82
- #: contact_form.php:1220
83
- #: contact_form.php:1254
84
  msgid "Submit"
85
  msgstr "Dien in"
86
 
87
- #: contact_form.php:161
88
  msgid "Your name is required."
89
  msgstr "Jou naam word benodig."
90
 
91
- #: contact_form.php:162
92
  msgid "Address is required."
93
  msgstr "Adres word benodig."
94
 
95
- #: contact_form.php:163
96
  msgid "A valid email address is required."
97
  msgstr "'n Geldige epos adres word benodig."
98
 
99
- #: contact_form.php:164
100
  msgid "Phone number is required."
101
  msgstr "'n Telefoon nommer word benodig."
102
 
103
- #: contact_form.php:165
104
  msgid "Subject is required."
105
  msgstr "'n Onderwerp word benodig."
106
 
107
- #: contact_form.php:166
108
  msgid "Message text is required."
109
  msgstr "'n Boodskap teks word benodig ."
110
 
111
- #: contact_form.php:167
112
  msgid "File format is not valid."
113
  msgstr "Datalêer formaat is nie geldig nie."
114
 
115
- #: contact_form.php:168
116
  msgid "File upload error."
117
  msgstr "Oplaai van datalêer foutief."
118
 
119
- #: contact_form.php:169
120
  msgid "The file could not be uploaded."
121
  msgstr "Die datalêer kon nie opgelaai word nie."
122
 
123
- #: contact_form.php:170
124
  msgid "This file is too large."
125
  msgstr "Die datalêer is te groot."
126
 
127
- #: contact_form.php:171
128
  msgid "Please fill out the CAPTCHA."
129
  msgstr "Vul asseblief die CAPTCHA in."
130
 
131
- #: contact_form.php:172
132
  msgid "Please make corrections below and try again."
133
  msgstr "Korregeer asseblief die foute hierdoner en probeer weer."
134
 
135
- #: contact_form.php:174
136
  msgid "Thank you for contacting us."
137
  msgstr "Dankie dat jy ons gekontak het."
138
 
139
- #: contact_form.php:370
140
  msgid "requires"
141
  msgstr "benodig"
142
 
143
- #: contact_form.php:370
144
- msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
145
- msgstr "of hoër, dit is waarom dit gedeaktiveer is! Opgradeer asseblief WordPress, en probeer weer."
 
 
 
 
146
 
147
- #: contact_form.php:370
148
  msgid "Back to the WordPress"
149
  msgstr "Terug na WordPress."
150
 
151
- #: contact_form.php:370
152
  msgid "Plugins page"
153
  msgstr "Plugin blad"
154
 
155
- #: contact_form.php:678
156
- msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
157
- msgstr "As die 'Redirect to page' opsie geselekteer is moet die URL veld in die volgende formaat wees"
 
 
158
 
159
- #: contact_form.php:687
 
 
 
 
 
 
 
 
160
  #, fuzzy
161
  msgid "Such user does not exist."
162
  msgstr "Hierdie gebruiker bestaan nie. Die instellings is nie gestoor nie."
163
 
164
- #: contact_form.php:697
165
  #, fuzzy
166
- msgid "Please enter a valid email address in the 'Use this email address' field."
167
- msgstr "Vul asseblief 'n geldige epos adres in die 'FROM/VAN' veld. Die verstellings is nie gestoor nie."
 
 
 
168
 
169
- #: contact_form.php:705
170
  #, fuzzy
171
  msgid "Please enter a valid email address in the 'FROM' field."
172
- msgstr "Vul asseblief 'n geldige epos adres in die 'FROM/VAN' veld. Die verstellings is nie gestoor nie."
 
 
173
 
174
- #: contact_form.php:730
175
  msgid "Settings saved."
176
  msgstr "Verstellings is gestoor."
177
 
178
- #: contact_form.php:732
179
  #, fuzzy
180
  msgid "Settings are not saved."
181
  msgstr "Verstellings is gestoor."
182
 
183
- #: contact_form.php:759
184
- #: contact_form.php:791
185
  msgid "Wrong license key"
186
  msgstr "Verkeerde lisensie sleutel"
187
 
188
- #: contact_form.php:784
189
- 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."
190
- msgstr "Iets het fout gegaan. Probeer weer later. As die foutboodskap weer verskyn, kontak ons asseblief by <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Ons is jammer vir die ongerief."
 
 
 
 
 
 
191
 
192
- #: contact_form.php:793
193
  msgid "This license key is bind to another site"
194
  msgstr "Hierdie lisensie sleutel is verbind met 'n ander webblad."
195
 
196
- #: contact_form.php:795
197
- #: contact_form.php:1656
198
- msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
199
- msgstr "Ongelukkig het u die aantal beskikbare probeerslae per dag oorskry. Laai asseblief die plugin handmatig op."
 
 
 
 
 
 
 
 
200
 
201
- #: contact_form.php:812
202
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
203
- msgstr "Mislukking om zip Argiewe oop te maak. Laai asseblief die plugin handmatig op."
 
 
204
 
205
- #: contact_form.php:818
206
- msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
207
- msgstr "U server ondersteun of nie ZipArchive of Phar nie. Laai asseblief die plugin handmatig op."
 
 
 
 
208
 
209
- #: contact_form.php:822
210
- #: contact_form.php:831
211
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
212
- msgstr "Mislukking om zip Argiewe af te laai. Laai asseblief die plugin handmatig op."
 
 
213
 
214
- #: contact_form.php:835
215
- msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
216
- msgstr "Iets het verkeerd gegaan. Probeer weer later, of laai die plugin op handmatig. Ons is jammer vir die ongerief."
 
 
 
 
217
 
218
- #: contact_form.php:850
219
  msgid "Please, enter Your license key"
220
  msgstr "Sleutel asseblief u lisensie sleutel in"
221
 
222
- #: contact_form.php:858
223
- #: contact_form.php:2347
224
- #: contact_form.php:2359
225
  msgid "Settings"
226
  msgstr "Verstellings"
227
 
228
- #: contact_form.php:859
229
- msgid "Extra settings"
230
- msgstr "Ekstra verstellings"
 
 
 
 
 
231
 
232
- #: contact_form.php:860
233
- #: contact_form.php:2360
234
  msgid "FAQ"
235
  msgstr "Gereeld Gestelde Vrae (FAQ)"
236
 
237
- #: contact_form.php:861
238
  msgid "Go PRO"
239
  msgstr "Gaan PRO"
240
 
241
- #: contact_form.php:864
242
  msgid "Notice:"
243
  msgstr "Kennisgewing:"
244
 
245
- #: contact_form.php:864
246
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
247
- msgstr "Die plugin se verstellings het verander. Onthou om 'Save Changes' te kliek om die veranderinge te stoor."
 
 
 
 
 
 
 
 
 
 
248
 
249
- #: contact_form.php:870
250
- msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
 
 
251
  msgstr ""
 
 
252
 
253
- #: contact_form.php:876
254
- #: contact_form.php:881
255
- #: contact_form.php:1615
256
- 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:"
257
- msgstr "As u die Kontak Vorm by u webstuiste wil bylas, kopieër en plak net die kortkode na u post, bladsy of widget:"
258
-
259
- #: contact_form.php:876
260
- #: contact_form.php:877
261
- #: contact_form.php:881
262
- #: contact_form.php:882
263
- #: contact_form.php:1235
264
- #: contact_form.php:1237
265
- #: contact_form.php:1298
266
- #: contact_form.php:1300
267
  msgid "or"
268
  msgstr "of"
269
 
270
- #: contact_form.php:877
271
- #: contact_form.php:882
272
- msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
273
- msgstr "As u enige probelem het met die standaard kortkode [contact_form], moet u die volgende kortkodes gebruik"
 
 
 
274
 
275
- #: contact_form.php:878
276
- #: contact_form.php:883
277
  msgid "They work the same way."
278
  msgstr "Hulle werk op dieselfde manier."
279
 
280
- #: contact_form.php:879
281
- #: contact_form.php:884
282
- msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
283
- msgstr "As u die velde leeg laat, sal die boodskappe gestuur word na die epos adres wat gespesifiseer was gedurende registrasie"
 
 
 
284
 
285
- #: contact_form.php:889
286
  msgid "The user's email address:"
287
  msgstr "Die gebruiker se epos adres:"
288
 
289
- #: contact_form.php:893
290
  msgid "Create a username"
291
  msgstr "Skep 'n gebruikersnaam"
292
 
293
- #: contact_form.php:900
294
- msgid "Enter a username of the person who should get the messages from the contact form."
295
- msgstr "Sleutel 'n gebruikersnaam in vir die persoon wat die boodskappe moet kry van die kontak vorm."
 
 
 
 
296
 
297
- #: contact_form.php:904
298
  msgid "Use this email address:"
299
  msgstr "Gebruik hierdie epos adres:"
300
 
301
- #: contact_form.php:907
302
  msgid "Enter the email address you want the messages forwarded to."
303
  msgstr "Sleutel in die epos adres in waar u die boodskappe aangestuur wil he."
304
 
305
- #: contact_form.php:916
306
  msgid "Add department selectbox to the contact form:"
307
  msgstr "Voeg 'n departementele keuse-boks by die kontak vorm:"
308
 
309
- #: contact_form.php:924
310
- #: contact_form.php:1498
311
  msgid "If you upgrade to Pro version all your settings will be saved."
312
  msgstr "As u opgradeer na die Pro weergawe sal die verstellings gestoor word."
313
 
314
- #: contact_form.php:931
315
- #: contact_form.php:1077
316
- #: contact_form.php:1151
317
- #: contact_form.php:1505
318
  msgid "Unlock premium options by upgrading to a PRO version."
319
  msgstr ""
320
 
321
- #: contact_form.php:932
322
- #: contact_form.php:1078
323
- #: contact_form.php:1152
324
- #: contact_form.php:1506
325
- #: contact_form.php:2621
326
- #: contact_form.php:2637
327
  msgid "Learn More"
328
  msgstr ""
329
 
330
- #: contact_form.php:935
331
- #: contact_form.php:1081
332
- #: contact_form.php:1155
333
- #: contact_form.php:1509
334
  #, fuzzy
335
  msgid "Go"
336
  msgstr "Go!"
337
 
338
- #: contact_form.php:942
339
  msgid "Save emails to the database"
340
  msgstr "Stoor eposse na die databasis."
341
 
342
- #: contact_form.php:948
343
  msgid "Using"
344
  msgstr "In Gebruik"
345
 
346
- #: contact_form.php:948
347
- #: contact_form.php:1128
348
- #: contact_form.php:1131
349
- #: contact_form.php:1135
350
  msgid "powered by"
351
  msgstr "Verrig deur"
352
 
353
- #: contact_form.php:951
354
- #: contact_form.php:955
355
  msgid "Using Contact Form to DB powered by"
356
  msgstr "Gebruik van Kontak Vorm na DB verrig deur"
357
 
358
- #: contact_form.php:951
359
  msgid "Activate Contact Form to DB"
360
  msgstr "Aktiveer Kontak Vorm na DB"
361
 
362
- #: contact_form.php:955
363
  msgid "Download Contact Form to DB"
364
  msgstr "Laai Kontak Vorm na DB af"
365
 
366
- #: contact_form.php:960
367
- msgid "Additional options"
368
- msgstr "Addisionele opsies"
369
-
370
- #: contact_form.php:962
371
- msgid "Show"
372
- msgstr "Besigtig"
373
-
374
- #: contact_form.php:963
375
- msgid "Hide"
376
- msgstr "Versteek"
377
-
378
- #: contact_form.php:967
379
  msgid "What to use?"
380
  msgstr "Wat om te gebruik?"
381
 
382
- #: contact_form.php:970
383
  msgid "Wp-mail"
384
  msgstr "Wp-mail"
385
 
386
- #: contact_form.php:970
387
  msgid "You can use the wp_mail function for mailing"
388
  msgstr "U kan die wp_mail funksie gebruik vir eposse"
389
 
390
- #: contact_form.php:972
391
  msgid "Mail"
392
  msgstr "Mail"
393
 
394
- #: contact_form.php:972
395
  msgid "To send mail you can use the php mail function"
396
  msgstr "Om eposse te stuur kan u die php epos funksie gebruik"
397
 
398
- #: contact_form.php:976
399
- msgid "The text in the 'From' field"
400
- msgstr "Die teks in die 'From/Van' veld"
 
 
 
 
 
401
 
402
- #: contact_form.php:978
403
  msgid "User name"
404
  msgstr "Gebruikersnaam"
405
 
406
- #: contact_form.php:979
407
- msgid "The name of the user who fills the form will be used in the field 'From'."
408
- msgstr "Die naam van die gebruiker wie die vorm invul sal gebruik word vir die 'From/Van' veld."
409
-
410
- #: contact_form.php:982
411
- msgid "This text will be used in the 'FROM' field"
412
- msgstr "Hierdie teks sal gebruik word in die 'FROM/VAN' veld"
413
 
414
- #: contact_form.php:986
415
- msgid "The email address in the 'From' field"
416
- msgstr "Die epos adres in die 'From/Van' veld"
417
 
418
- #: contact_form.php:988
419
  msgid "User email"
420
  msgstr "Gebruiker epos"
421
 
422
- #: contact_form.php:989
423
- msgid "The email address of the user who fills the form will be used in the field 'From'."
424
- msgstr "Die epos adres van die gebruiker wie die vorm invul sal gebruik word in die 'From/van' veld."
 
 
 
 
425
 
426
- #: contact_form.php:992
427
- msgid "This email address will be used in the 'From' field."
428
- msgstr "Hierdie epos adres sal gebruik word in die 'From/Van' veld."
 
 
429
 
430
- #: contact_form.php:996
431
  msgid "Required symbol"
432
  msgstr "Benodigde simbool"
433
 
434
- #: contact_form.php:1006
435
  msgid "Fields"
436
  msgstr "Velde"
437
 
438
- #: contact_form.php:1007
439
  msgid "Used"
440
  msgstr "Gebruik"
441
 
442
- #: contact_form.php:1008
443
  msgid "Required"
444
  msgstr "Benodig"
445
 
446
- #: contact_form.php:1009
447
  msgid "Visible"
448
  msgstr "Sigbaar"
449
 
450
- #: contact_form.php:1010
451
  msgid "Disabled for editing"
452
  msgstr "Gedeaktiveer vir wysiging"
453
 
454
- #: contact_form.php:1011
455
  msgid "Field's default value"
456
  msgstr "Veld se verstekwaarde"
457
 
458
- #: contact_form.php:1016
459
- #: contact_form.php:1373
460
- #: contact_form.php:2137
461
- #: contact_form.php:2173
462
- msgid "Name"
463
- msgstr "Naam"
464
 
465
- #: contact_form.php:1024
 
 
 
 
 
 
466
  msgid "Location selectbox"
467
  msgstr ""
468
 
469
- #: contact_form.php:1032
470
- #: contact_form.php:1378
471
- #: contact_form.php:2143
472
- #: contact_form.php:2177
473
  msgid "Address"
474
  msgstr "Adres: "
475
 
476
- #: contact_form.php:1040
477
  msgid "Email Address"
478
  msgstr "Epos Adres:"
479
 
480
- #: contact_form.php:1048
 
 
 
 
481
  msgid "Phone number"
482
  msgstr "Telefoon nommer:"
483
 
484
- #: contact_form.php:1056
485
- #: contact_form.php:1393
486
- #: contact_form.php:2158
487
- #: contact_form.php:2186
488
  msgid "Subject"
489
  msgstr "Onderwerp"
490
 
491
- #: contact_form.php:1064
492
- #: contact_form.php:1397
493
- #: contact_form.php:2161
494
- #: contact_form.php:2188
495
  msgid "Message"
496
  msgstr "Boodskap"
497
 
498
- #: contact_form.php:1088
499
  msgid "Attachment block"
500
  msgstr "Aanhegsel blok"
501
 
502
- #: contact_form.php:1090
503
  msgid "Users can attach the following file formats"
504
  msgstr "Gebruikers kan die volgende dataleêr formate aanheg"
505
 
506
- #: contact_form.php:1103
507
  msgid "Add to the form"
508
  msgstr "Voeg by die vorm by"
509
 
510
- #: contact_form.php:1108
511
  msgid "Tips below the Attachment"
512
  msgstr "Wenke onder die Aanhegsel"
513
 
514
- #: contact_form.php:1117
515
  msgid "'Send me a copy' block"
516
  msgstr "'Stuur vir my 'n kopie' blok"
517
 
518
- #: contact_form.php:1128
519
- #: contact_form.php:1131
520
- #: contact_form.php:1135
521
- #: contact_form.php:1407
522
  msgid "Captcha"
523
  msgstr "Captcha"
524
 
525
- #: contact_form.php:1131
526
  msgid "Activate captcha"
527
  msgstr "Aktiveer captcha"
528
 
529
- #: contact_form.php:1135
530
  msgid "Download captcha"
531
  msgstr "Laai captcha af"
532
 
533
- #: contact_form.php:1143
534
  msgid "Agreement checkbox"
535
  msgstr "Ooreenstemming checkbox"
536
 
537
- #: contact_form.php:1143
538
  msgid "Required checkbox for submitting the form"
539
  msgstr "Benodigde checkbox om die vorm in te dien"
540
 
541
- #: contact_form.php:1144
542
  msgid "Optional checkbox"
543
  msgstr "Opsie checkbox"
544
 
545
- #: contact_form.php:1144
546
  msgid "Optional checkbox, the results of which will be displayed in email"
547
  msgstr "Opsionele checkbox, die resultate waarvan in die epos sal verskyn"
548
 
549
- #: contact_form.php:1161
550
  msgid "Delete an attachment file from the server after the email is sent"
551
  msgstr "Verwyder 'n aanhegsel dataleêr van die server na epos gestuur is"
552
 
553
- #: contact_form.php:1167
554
  msgid "Email in HTML format sending"
555
  msgstr "E-Mail in HTML Format"
556
 
557
- #: contact_form.php:1171
558
  msgid "Display additional info in the email"
559
  msgstr "Toon addisionele inligting in die epos"
560
 
561
- #: contact_form.php:1176
562
- #: contact_form.php:2104
563
- #: contact_form.php:2106
564
  msgid "Sent from (ip address)"
565
  msgstr "Gestuur van (IP-Adres)"
566
 
567
- #: contact_form.php:1176
568
  msgid "Example: Sent from (IP address):\t127.0.0.1"
569
  msgstr "Voorbeeld: Gestuur van (IP-Adres):\t127.0.0.1"
570
 
571
- #: contact_form.php:1177
572
- #: contact_form.php:2110
573
- #: contact_form.php:2112
574
  msgid "Date/Time"
575
  msgstr "Datum/Tyd"
576
 
577
- #: contact_form.php:1177
578
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
579
  msgstr "Voorbeeld: Datum/Tyd:\tAugustus 19, 2013 8:50 pm"
580
 
581
- #: contact_form.php:1178
582
- #: contact_form.php:2116
583
- #: contact_form.php:2118
584
  msgid "Sent from (referer)"
585
  msgstr "Gestuur van (referer)"
586
 
587
- #: contact_form.php:1178
588
- msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
589
- msgstr "Voorbeeld: Gestuur van (referer):\thttp://bestwebsoft.com/kontakte/kontak-ons/"
 
 
 
590
 
591
- #: contact_form.php:1179
592
- #: contact_form.php:2122
593
- #: contact_form.php:2124
594
  msgid "Using (user agent)"
595
  msgstr "Gebruik (user agent)"
596
 
597
- #: contact_form.php:1179
598
- 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"
599
- msgstr "Voorbeeld: Gebruik (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
 
 
 
 
600
 
601
- #: contact_form.php:1183
602
  msgid "Language settings for the field names in the form"
603
  msgstr "Taal verstellings vir die naamvelde in die vorm"
604
 
605
- #: contact_form.php:1192
606
  msgid "Add a language"
607
  msgstr "Voeg 'n taal by"
608
 
609
- #: contact_form.php:1196
610
  msgid "Change the names of the contact form fields and error messages"
611
  msgstr "Verander die name van die kontak vorm velde en foutboodskappe"
612
 
613
- #: contact_form.php:1201
614
- #: contact_form.php:1288
615
  msgid "English"
616
  msgstr "Engels"
617
 
618
- #: contact_form.php:1209
619
- #: contact_form.php:1243
620
  msgid "click to expand/hide the list"
621
  msgstr "Kliek om uit te brei/lys te versteek"
622
 
623
- #: contact_form.php:1218
624
- #: contact_form.php:1252
625
  msgid "Tips below the Attachment block"
626
  msgstr "Wenke onder toe Aanhegsel blok"
627
 
628
- #: contact_form.php:1221
629
- #: contact_form.php:1255
630
  msgid "Error message for the Name field"
631
  msgstr "FFoutboodskap vir die Naamveld"
632
 
633
- #: contact_form.php:1222
634
- #: contact_form.php:1256
635
  msgid "Error message for the Address field"
636
  msgstr "Foutboodskap vir die Adres veld"
637
 
638
- #: contact_form.php:1223
639
- #: contact_form.php:1257
640
  msgid "Error message for the Email field"
641
  msgstr "Foutboodskap vir die Epos veld"
642
 
643
- #: contact_form.php:1224
644
- #: contact_form.php:1258
645
  msgid "Error message for the Phone field"
646
  msgstr "Foutboodskap vir die Telefoon Nommer veld"
647
 
648
- #: contact_form.php:1225
649
- #: contact_form.php:1259
650
  msgid "Error message for the Subject field"
651
  msgstr "Foutboodskap vir die Onderwerp veld"
652
 
653
- #: contact_form.php:1226
654
- #: contact_form.php:1260
655
  msgid "Error message for the Message field"
656
  msgstr "Foutboodskap vir die Boodskap veld"
657
 
658
- #: contact_form.php:1227
659
- #: contact_form.php:1261
660
  msgid "Error message about the file type for the Attachment field"
661
  msgstr "Foutboodskap oor die dataleêr tipe vir die Aanhegsel veld"
662
 
663
- #: contact_form.php:1228
664
- #: contact_form.php:1262
665
- msgid "Error message while uploading a file for the Attachment field to the server"
666
- msgstr "Foutboodskap tydens dataleêr oplaai vir die Aanhegsel veld na die server"
 
667
 
668
- #: contact_form.php:1229
669
- #: contact_form.php:1263
670
  msgid "Error message while moving the file for the Attachment field"
671
  msgstr "Foutboodskap tydens die skuif van dataleêr vir die Aanhegsel veld"
672
 
673
- #: contact_form.php:1230
674
- #: contact_form.php:1264
675
  msgid "Error message when file size limit for the Attachment field is exceeded"
676
- msgstr "Foutboodskap wanneer die dataleêr limiet vir die Aanhegsel veld oorskry is"
 
677
 
678
- #: contact_form.php:1231
679
- #: contact_form.php:1265
680
  msgid "Error message for the Captcha field"
681
  msgstr "Foutboodskap vir die Captcha veld"
682
 
683
- #: contact_form.php:1232
684
- #: contact_form.php:1266
685
  msgid "Error message for the whole form"
686
  msgstr "Foutboodskap vir die hele vorm"
687
 
688
- #: contact_form.php:1235
689
- #: contact_form.php:1237
690
- #: contact_form.php:1269
691
- #: contact_form.php:1271
692
- #: contact_form.php:1298
693
- #: contact_form.php:1300
694
- #: contact_form.php:1308
695
- #: contact_form.php:1310
696
  msgid "Use shortcode"
697
  msgstr "Gebruik kortkode"
698
 
699
- #: contact_form.php:1235
700
- #: contact_form.php:1237
701
- #: contact_form.php:1269
702
- #: contact_form.php:1271
703
- #: contact_form.php:1298
704
- #: contact_form.php:1300
705
- #: contact_form.php:1308
706
- #: contact_form.php:1310
707
  msgid "for this language"
708
  msgstr "vir hierdie taal"
709
 
710
- #: contact_form.php:1279
711
  #, fuzzy
712
  msgid "Use the changed names of the contact form fields in the email"
713
  msgstr "Verander die name van die kontak vorm velde en foutboodskappe"
714
 
715
- #: contact_form.php:1285
716
  msgid "Action after email is sent"
717
  msgstr "Aksie na epos gestuur is"
718
 
719
- #: contact_form.php:1287
720
  msgid "Display text"
721
  msgstr "Toon teks"
722
 
723
- #: contact_form.php:1296
724
- #: contact_form.php:1306
725
  msgid "Text"
726
  msgstr "teks"
727
 
728
- #: contact_form.php:1317
729
  msgid "Redirect to the page"
730
  msgstr "Herlei na die bladsy"
731
 
732
- #: contact_form.php:1318
733
  msgid "Url"
734
  msgstr "Url"
735
 
736
- #: contact_form.php:1322
737
  msgid "The $_SERVER variable that is used to build a URL of the form"
738
  msgstr ""
739
 
740
- #: contact_form.php:1326
741
- msgid "If you are not sure whether to change this setting or not, please do not do that."
 
 
 
 
 
 
742
  msgstr ""
743
 
744
- #: contact_form.php:1332
745
- #: contact_form.php:1516
 
 
 
 
 
 
 
746
  msgid "Save Changes"
747
  msgstr "Stoor veranderinge"
748
 
749
- #: contact_form.php:1337
750
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
751
  msgstr "As u die plugin geniet, gee dit asseblief 5 sterre op WordPress"
752
 
753
- #: contact_form.php:1338
754
  msgid "Rate the plugin"
755
  msgstr "Prys die plugin"
756
 
757
- #: contact_form.php:1341
758
  msgid "If there is something wrong about it, please contact us"
759
  msgstr "As daar iets fout is met dit, kontak ons asseblief"
760
 
761
- #: contact_form.php:1353
762
  msgid "Errors output"
763
  msgstr "Foutboodskap uitset"
764
 
765
- #: contact_form.php:1356
766
  msgid "Display error messages"
767
  msgstr "Toon foutboodskappe"
768
 
769
- #: contact_form.php:1357
770
  msgid "Color of the input field errors."
771
  msgstr "Kleur van die inset veld foutboodskappe"
772
 
773
- #: contact_form.php:1358
774
  msgid "Display error messages & color of the input field errors"
775
  msgstr "Toon foutboodskappe & kleur van die inset veld foutboodskappe"
776
 
777
- #: contact_form.php:1363
778
  msgid "Add placeholder to the input blocks"
779
  msgstr "Voeg 'n plekhouer by die inset blokke"
780
 
781
- #: contact_form.php:1369
782
  msgid "Add tooltips"
783
  msgstr "Voeg tool-wenke"
784
 
785
- #: contact_form.php:1383
786
  msgid "Email address"
787
  msgstr "Epos Adres:"
788
 
789
- #: contact_form.php:1388
790
  msgid "Phone Number"
791
  msgstr "Telefoon Nommer:"
792
 
793
- #: contact_form.php:1402
794
  msgid "Attachment"
795
  msgstr "Aanhegsel:"
796
 
797
- #: contact_form.php:1407
798
  msgid "(powered by bestwebsoft.com)"
799
  msgstr "(Verrig deur bestwebsoft.com)"
800
 
801
- #: contact_form.php:1412
802
  msgid "Style options"
803
  msgstr "Styl opsies"
804
 
805
- #: contact_form.php:1415
806
  msgid "Text color"
807
  msgstr "Teks kleur"
808
 
809
- #: contact_form.php:1418
810
- #: contact_form.php:1423
811
- #: contact_form.php:1433
812
- #: contact_form.php:1438
813
- #: contact_form.php:1443
814
- #: contact_form.php:1448
815
- #: contact_form.php:1458
816
- #: contact_form.php:1463
817
- #: contact_form.php:1469
818
- #: contact_form.php:1480
819
- #: contact_form.php:1485
820
- #: contact_form.php:1490
821
  msgid "Default"
822
  msgstr "Verstek"
823
 
824
- #: contact_form.php:1420
825
  msgid "Label text color"
826
  msgstr "Etiket teks kleur"
827
 
828
- #: contact_form.php:1425
829
  msgid "Placeholder color"
830
  msgstr "Plekhouer kleur"
831
 
832
- #: contact_form.php:1430
833
  msgid "Errors color"
834
  msgstr "Foutboodskap kleur"
835
 
836
- #: contact_form.php:1435
837
  msgid "Error text color"
838
  msgstr "Foutboodskap teks kleur"
839
 
840
- #: contact_form.php:1440
841
  msgid "Background color of the input field errors"
842
  msgstr "Agtergrond kleur van die inset veld foutboodskappe"
843
 
844
- #: contact_form.php:1445
845
  msgid "Border color of the input field errors"
846
  msgstr "Rand-kleur van die inset veld foutboodskappe"
847
 
848
- #: contact_form.php:1450
849
  msgid "Placeholder color of the input field errors"
850
  msgstr "Plekhouer kleur van die inset veld foutboodskappe"
851
 
852
- #: contact_form.php:1455
853
  msgid "Input fields"
854
  msgstr "Inset velde"
855
 
856
- #: contact_form.php:1460
857
  msgid "Input fields background color"
858
  msgstr "Inset velde agtergrond kleur"
859
 
860
- #: contact_form.php:1465
861
  msgid "Text fields color"
862
  msgstr "Teks velde kleur"
863
 
864
- #: contact_form.php:1467
865
  msgid "Border width in px, numbers only"
866
  msgstr "Rand wydte in px, nommers alleenlik"
867
 
868
- #: contact_form.php:1471
869
- #: contact_form.php:1492
870
  msgid "Border color"
871
  msgstr "Rand kleur"
872
 
873
- #: contact_form.php:1476
874
  msgid "Submit button"
875
  msgstr "Indien knoppie"
876
 
877
- #: contact_form.php:1478
878
  msgid "Width in px, numbers only"
879
  msgstr "Wydte in px, nommers alleenlik"
880
 
881
- #: contact_form.php:1482
882
  msgid "Button color"
883
  msgstr "Knoppie Kleur"
884
 
885
- #: contact_form.php:1487
886
  msgid "Button text color"
887
  msgstr "Knoppie teks kleur"
888
 
889
- #: contact_form.php:1520
890
  msgid "Contact Form Pro | Preview"
891
  msgstr "Kontak Vorm Pro | Voorskou"
892
 
893
- #: contact_form.php:1523
894
  msgid "Show with errors"
895
  msgstr "Toon met foutboodskappe"
896
 
897
- #: contact_form.php:1531
898
- #: contact_form.php:1533
899
  msgid "Please enter your full name..."
900
  msgstr "Vul asseblief u volle name in..."
901
 
902
- #: contact_form.php:1544
903
- #: contact_form.php:1546
904
  msgid "Please enter your address..."
905
  msgstr "Vul asseblief u adres in... "
906
 
907
- #: contact_form.php:1555
908
- #: contact_form.php:1557
909
  msgid "Please enter your email address..."
910
  msgstr "Vul asseblief u epos adres in..."
911
 
912
- #: contact_form.php:1566
913
- #: contact_form.php:1568
914
  msgid "Please enter your phone number..."
915
  msgstr "Vul asseblief u telefoon nommer in... "
916
 
917
- #: contact_form.php:1577
918
- #: contact_form.php:1579
919
  msgid "Please enter subject..."
920
  msgstr "Vul asseblief 'n onderwerp in... "
921
 
922
- #: contact_form.php:1587
923
- #: contact_form.php:1589
924
  msgid "Please enter your message..."
925
  msgstr "Vul asseblief jou boodskap in... "
926
 
927
- #: contact_form.php:1631
928
- msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
929
- msgstr "Geluk! Die PRO weergawe van die plugin het suksesvol afgelaai en is geaktiveer"
 
 
 
 
930
 
931
- #: contact_form.php:1633
932
  msgid "Please, go to"
933
  msgstr "Gaan asseblief na"
934
 
935
- #: contact_form.php:1633
936
  msgid "the setting page"
937
  msgstr "Die verstelling bladsy"
938
 
939
- #: contact_form.php:1634
940
  msgid "You will be redirected automatically in 5 seconds."
941
  msgstr "U sal outomaties herlei word in 5 sekondes."
942
 
943
- #: contact_form.php:1639
944
  msgid "You can download and activate"
945
  msgstr "U kan aflaai en aktiveer"
946
 
947
- #: contact_form.php:1641
948
  msgid "version of this plugin by entering Your license key."
949
  msgstr "weergawe van hierdie plugin deurom u lisensiekode in te vul."
950
 
951
- #: contact_form.php:1643
952
- msgid "You can find your license key on your personal page Client area, by clicking on the link"
953
- msgstr "U kan u lisensiekode vind op u persoonlike bladsy Klient area, deurom te kliek op die skakel"
 
 
 
 
954
 
955
- #: contact_form.php:1645
956
  msgid "(your username is the email you specify when purchasing the product)."
957
- msgstr "(u gebruikersnaam is die epos wat u gespesifiseer het toe u die produk aangekoop het)."
 
 
958
 
959
- #: contact_form.php:1653
960
- #: contact_form.php:1663
961
  msgid "Activate"
962
  msgstr "Aktiveer"
963
 
964
- #: contact_form.php:1729
965
  msgid "Sorry, email message could not be delivered."
966
  msgstr "Verskoning, die epos kon nie gestuur word nie."
967
 
968
- #: contact_form.php:2131
969
  msgid "Contact from"
970
  msgstr "Kontak Vorm"
971
 
972
- #: contact_form.php:2148
973
- #: contact_form.php:2180
974
- msgid "Email"
975
- msgstr "Epos"
976
-
977
- #: contact_form.php:2153
978
- #: contact_form.php:2183
979
  msgid "Phone"
980
  msgstr "Telefoon Nommer"
981
 
982
- #: contact_form.php:2164
983
- #: contact_form.php:2190
984
  msgid "Site"
985
  msgstr "Webtuiste"
986
 
987
- #: contact_form.php:2280
988
- msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
989
- msgstr "As u die MIME kan sie, beteken dit dat die MIME tipe nie ondersteun word deur u epos klient nie!"
 
 
 
 
990
 
991
- #: contact_form.php:2361
992
  msgid "Support"
993
  msgstr "Steun"
994
 
995
- #: contact_form.php:2411
996
  msgid "Are you sure that you want to delete this language data?"
997
  msgstr "Is u seker dat u die taal data wil verwyder?"
998
 
999
- #: contact_form.php:2624
1000
- msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
 
 
1001
  msgstr ""
1002
 
1003
- #: contact_form.php:2625
1004
  msgid "Extend standard plugin functionality with new great options."
1005
  msgstr ""
1006
 
1007
- #: contact_form.php:2640
1008
- msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
 
 
1009
  msgstr ""
1010
 
1011
- #: contact_form.php:2641
1012
  msgid "Manage messages that have been sent from your website."
1013
  msgstr ""
1014
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1015
  #~ msgid "Go!"
1016
  #~ msgstr "Go!"
1017
 
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"
10
  "MIME-Version: 1.0\n"
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: "
60
+ "2MB"
61
+ msgstr ""
62
+ "Ondersteunde datalêer tipes: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, "
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"
156
+ 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."
169
+ 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."
282
+ 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:"
296
  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"
310
+ 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."
322
+ 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."
338
+ 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'."
452
+ 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"
627
+ 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 "
763
+ "display data from the Message field, as well as %%SITENAME%% to display blog "
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!"
1000
+ 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
+
1035
+ #~ msgid "Show"
1036
+ #~ msgstr "Besigtig"
1037
+
1038
+ #~ msgid "Hide"
1039
+ #~ msgstr "Versteek"
1040
+
1041
+ #~ msgid "The text in the 'From' field"
1042
+ #~ msgstr "Die teks in die 'From/Van' veld"
1043
+
1044
+ #~ msgid "This text will be used in the 'FROM' field"
1045
+ #~ msgstr "Hierdie teks sal gebruik word in die 'FROM/VAN' veld"
1046
+
1047
+ #~ msgid "The email address in the 'From' field"
1048
+ #~ msgstr "Die epos adres in die 'From/Van' veld"
1049
+
1050
+ #~ msgid "This email address will be used in the 'From' field."
1051
+ #~ msgstr "Hierdie epos adres sal gebruik word in die 'From/Van' veld."
1052
+
1053
  #~ msgid "Go!"
1054
  #~ msgstr "Go!"
1055
 
languages/contact_form-ca.mo CHANGED
Binary file
languages/contact_form-ca.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-09-02 11:44+0300\n"
6
- "PO-Revision-Date: 2014-09-02 11:44+0300\n"
7
- "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Kenneth <kenneth@snollocer.net>\n"
9
  "Language: ca_ES\n"
10
  "MIME-Version: 1.0\n"
@@ -16,1021 +16,1026 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:74
20
- #: contact_form.php:856
21
  msgid "Contact Form Settings"
22
  msgstr "Opcions Contact Form"
23
 
24
- #: contact_form.php:74
25
  msgid "Contact Form"
26
  msgstr "Contact Form"
27
 
28
- #: contact_form.php:151
29
- #: contact_form.php:1211
30
- #: contact_form.php:1245
31
  msgid "Name:"
32
  msgstr "Nom:"
33
 
34
- #: contact_form.php:152
35
- #: contact_form.php:1212
36
- #: contact_form.php:1246
37
  msgid "Address:"
38
  msgstr "Adreça:"
39
 
40
- #: contact_form.php:153
41
- #: contact_form.php:1213
42
- #: contact_form.php:1247
43
  msgid "Email Address:"
44
  msgstr "Adreça de correu electrònic:"
45
 
46
- #: contact_form.php:154
47
- #: contact_form.php:1214
48
- #: contact_form.php:1248
49
  msgid "Phone number:"
50
  msgstr "Nombre de telèfon"
51
 
52
- #: contact_form.php:155
53
- #: contact_form.php:1215
54
- #: contact_form.php:1249
55
  msgid "Subject:"
56
  msgstr "Asumpte:"
57
 
58
- #: contact_form.php:156
59
- #: contact_form.php:1216
60
- #: contact_form.php:1250
61
  msgid "Message:"
62
  msgstr "Missatge:"
63
 
64
- #: contact_form.php:157
65
- #: contact_form.php:1217
66
- #: contact_form.php:1251
67
  msgid "Attachment:"
68
  msgstr "Adjunt:"
69
 
70
- #: contact_form.php:158
71
- msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
72
- msgstr "Formats de fitxer suportats: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Mida màxima: 2MB"
 
 
 
 
 
 
73
 
74
- #: contact_form.php:159
75
- #: contact_form.php:1219
76
- #: contact_form.php:1253
77
  msgid "Send me a copy"
78
  msgstr "Envia'm una còpia"
79
 
80
- #: contact_form.php:160
81
- #: contact_form.php:1220
82
- #: contact_form.php:1254
83
  msgid "Submit"
84
  msgstr "Enviar"
85
 
86
- #: contact_form.php:161
87
  msgid "Your name is required."
88
  msgstr "El seu nom es obligatori."
89
 
90
- #: contact_form.php:162
91
  msgid "Address is required."
92
  msgstr "Una adreça vàlida és obligatòria."
93
 
94
- #: contact_form.php:163
95
  msgid "A valid email address is required."
96
  msgstr "Una Adreça de correu electrònic és obligatòria."
97
 
98
- #: contact_form.php:164
99
  msgid "Phone number is required."
100
  msgstr "El seu nombre de telèfon és obligatori."
101
 
102
- #: contact_form.php:165
103
  msgid "Subject is required."
104
  msgstr "L'assumpte és obligatori."
105
 
106
- #: contact_form.php:166
107
  msgid "Message text is required."
108
  msgstr "El missatge és obligatori."
109
 
110
- #: contact_form.php:167
111
  msgid "File format is not valid."
112
  msgstr "El format de l'adjunt és incorrecte."
113
 
114
- #: contact_form.php:168
115
  msgid "File upload error."
116
  msgstr "Error de càrrega del fitxer"
117
 
118
- #: contact_form.php:169
119
  msgid "The file could not be uploaded."
120
  msgstr "El fitxer no ha pogut ser carregat"
121
 
122
- #: contact_form.php:170
123
  msgid "This file is too large."
124
  msgstr "Aquest document és massa gran."
125
 
126
- #: contact_form.php:171
127
  msgid "Please fill out the CAPTCHA."
128
  msgstr "Si us plau completi el CAPTCHA"
129
 
130
- #: contact_form.php:172
131
  msgid "Please make corrections below and try again."
132
  msgstr "Si us plau, corregeixi les dades i provi un altre cop."
133
 
134
- #: contact_form.php:174
135
  msgid "Thank you for contacting us."
136
  msgstr "Gràcies per contactar amb nosaltres"
137
 
138
- #: contact_form.php:370
139
  #, fuzzy
140
  msgid "requires"
141
  msgstr "Camps requerits"
142
 
143
- #: contact_form.php:370
144
- msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
 
 
145
  msgstr ""
146
 
147
- #: contact_form.php:370
148
  msgid "Back to the WordPress"
149
  msgstr ""
150
 
151
- #: contact_form.php:370
152
  #, fuzzy
153
  msgid "Plugins page"
154
  msgstr "Plugins Pro"
155
 
156
- #: contact_form.php:678
157
- msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
158
- msgstr "Si l'opció de 'redireccionament a la pàgina' està seleccionat llavors el camp URL ha d'estar en el següent format"
 
 
 
 
 
 
 
 
 
 
159
 
160
- #: contact_form.php:687
161
  #, fuzzy
162
  msgid "Such user does not exist."
163
  msgstr "Usuari inexistent. Els canvis no s'han desat."
164
 
165
- #: contact_form.php:697
166
  #, fuzzy
167
- msgid "Please enter a valid email address in the 'Use this email address' field."
168
- msgstr "Si us plau introdueixi una Adreça de correu electrònic correcta. Els canvis no s'han desat."
 
 
 
169
 
170
- #: contact_form.php:705
171
  #, fuzzy
172
  msgid "Please enter a valid email address in the 'FROM' field."
173
- msgstr "Si us plau introdueixi una Adreça de correu electrònic correcta. Els canvis no s'han desat."
 
 
174
 
175
- #: contact_form.php:730
176
  msgid "Settings saved."
177
  msgstr "Configuració desada."
178
 
179
- #: contact_form.php:732
180
  #, fuzzy
181
  msgid "Settings are not saved."
182
  msgstr "Configuració desada."
183
 
184
- #: contact_form.php:759
185
- #: contact_form.php:791
186
  msgid "Wrong license key"
187
  msgstr ""
188
 
189
- #: contact_form.php:784
190
- 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."
 
 
 
191
  msgstr ""
192
 
193
- #: contact_form.php:793
194
  msgid "This license key is bind to another site"
195
  msgstr ""
196
 
197
- #: contact_form.php:795
198
- #: contact_form.php:1656
199
- msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
 
200
  msgstr ""
201
 
202
- #: contact_form.php:812
 
 
 
 
203
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
204
  msgstr ""
205
 
206
- #: contact_form.php:818
207
- msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
 
 
208
  msgstr ""
209
 
210
- #: contact_form.php:822
211
- #: contact_form.php:831
212
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
213
  msgstr ""
214
 
215
- #: contact_form.php:835
216
- msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
 
 
217
  msgstr ""
218
 
219
- #: contact_form.php:850
220
  #, fuzzy
221
  msgid "Please, enter Your license key"
222
  msgstr "Si us plau introduïu el missatge"
223
 
224
- #: contact_form.php:858
225
- #: contact_form.php:2347
226
- #: contact_form.php:2359
227
  msgid "Settings"
228
  msgstr "Configuració"
229
 
230
- #: contact_form.php:859
231
- msgid "Extra settings"
232
- msgstr "Configuració extra"
 
233
 
234
- #: contact_form.php:860
235
- #: contact_form.php:2360
 
 
 
236
  msgid "FAQ"
237
  msgstr "FAQ"
238
 
239
- #: contact_form.php:861
240
  msgid "Go PRO"
241
  msgstr ""
242
 
243
- #: contact_form.php:864
244
  msgid "Notice:"
245
  msgstr ""
246
 
247
- #: contact_form.php:864
248
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
 
 
249
  msgstr ""
250
 
251
- #: contact_form.php:870
252
- msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
 
 
253
  msgstr ""
254
 
255
- #: contact_form.php:876
256
- #: contact_form.php:881
257
- #: contact_form.php:1615
258
- 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:"
259
- msgstr "Si vol afegir Contact Form en la seva web, copiï i enganxi aquest codi en el seu missatge, pàgina o widget:"
 
 
260
 
261
- #: contact_form.php:876
262
- #: contact_form.php:877
263
- #: contact_form.php:881
264
- #: contact_form.php:882
265
- #: contact_form.php:1235
266
- #: contact_form.php:1237
267
- #: contact_form.php:1298
268
- #: contact_form.php:1300
269
  msgid "or"
270
  msgstr ""
271
 
272
- #: contact_form.php:877
273
- #: contact_form.php:882
274
- msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
 
275
  msgstr ""
276
 
277
- #: contact_form.php:878
278
- #: contact_form.php:883
279
  msgid "They work the same way."
280
  msgstr ""
281
 
282
- #: contact_form.php:879
283
- #: contact_form.php:884
284
- msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
285
- msgstr "Si la informació d'aquest camp queda buida, s'usarà l'adreça especificada durant el registre."
 
 
 
286
 
287
- #: contact_form.php:889
288
  msgid "The user's email address:"
289
  msgstr "Adreça de correu electrònic de l'usuari:"
290
 
291
- #: contact_form.php:893
292
  msgid "Create a username"
293
  msgstr "Seleccioni un nom d'usuari"
294
 
295
- #: contact_form.php:900
296
- msgid "Enter a username of the person who should get the messages from the contact form."
 
 
297
  msgstr "Introdueixi el nom de l'usuari que rebrà missatges des de contact form"
298
 
299
- #: contact_form.php:904
300
  msgid "Use this email address:"
301
  msgstr "Usi aquesta adreça de correu electrònic::"
302
 
303
- #: contact_form.php:907
304
  msgid "Enter the email address you want the messages forwarded to."
305
- msgstr "Introdueixi una adreça de correu electrònic on vulgui re-enviar el missatge"
 
306
 
307
- #: contact_form.php:916
308
  msgid "Add department selectbox to the contact form:"
309
  msgstr ""
310
 
311
- #: contact_form.php:924
312
- #: contact_form.php:1498
313
  msgid "If you upgrade to Pro version all your settings will be saved."
314
  msgstr ""
315
 
316
- #: contact_form.php:931
317
- #: contact_form.php:1077
318
- #: contact_form.php:1151
319
- #: contact_form.php:1505
320
  msgid "Unlock premium options by upgrading to a PRO version."
321
  msgstr ""
322
 
323
- #: contact_form.php:932
324
- #: contact_form.php:1078
325
- #: contact_form.php:1152
326
- #: contact_form.php:1506
327
- #: contact_form.php:2621
328
- #: contact_form.php:2637
329
  msgid "Learn More"
330
  msgstr ""
331
 
332
- #: contact_form.php:935
333
- #: contact_form.php:1081
334
- #: contact_form.php:1155
335
- #: contact_form.php:1509
336
  msgid "Go"
337
  msgstr ""
338
 
339
- #: contact_form.php:942
340
  msgid "Save emails to the database"
341
  msgstr ""
342
 
343
- #: contact_form.php:948
344
  msgid "Using"
345
  msgstr ""
346
 
347
- #: contact_form.php:948
348
- #: contact_form.php:1128
349
- #: contact_form.php:1131
350
- #: contact_form.php:1135
351
  msgid "powered by"
352
  msgstr ""
353
 
354
- #: contact_form.php:951
355
- #: contact_form.php:955
356
  msgid "Using Contact Form to DB powered by"
357
  msgstr ""
358
 
359
- #: contact_form.php:951
360
  #, fuzzy
361
  msgid "Activate Contact Form to DB"
362
  msgstr "Contact Form Pro"
363
 
364
- #: contact_form.php:955
365
  #, fuzzy
366
  msgid "Download Contact Form to DB"
367
  msgstr "Contact Form Pro"
368
 
369
- #: contact_form.php:960
370
- msgid "Additional options"
371
- msgstr "Opcions addicionals"
372
-
373
- #: contact_form.php:962
374
- msgid "Show"
375
- msgstr ""
376
-
377
- #: contact_form.php:963
378
- msgid "Hide"
379
- msgstr ""
380
-
381
- #: contact_form.php:967
382
  msgid "What to use?"
383
  msgstr "Què usar?"
384
 
385
- #: contact_form.php:970
386
  msgid "Wp-mail"
387
  msgstr "Wp-mail"
388
 
389
- #: contact_form.php:970
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:972
394
  msgid "Mail"
395
  msgstr "Mail"
396
 
397
- #: contact_form.php:972
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:976
402
- #, fuzzy
403
- msgid "The text in the 'From' field"
404
- msgstr "Modifica el camp DE al contact form"
 
 
 
 
405
 
406
- #: contact_form.php:978
407
  msgid "User name"
408
  msgstr ""
409
 
410
- #: contact_form.php:979
411
- #, fuzzy
412
- msgid "The name of the user who fills the form will be used in the field 'From'."
413
- msgstr "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de posar al camp 'From'."
414
-
415
- #: contact_form.php:982
416
  #, fuzzy
417
- msgid "This text will be used in the 'FROM' field"
418
- msgstr "Aquesta adreça de correu electrònic s'utilitzarà al camp 'De'"
 
 
 
419
 
420
- #: contact_form.php:986
421
- #, fuzzy
422
- msgid "The email address in the 'From' field"
423
- msgstr "Introduir el correu electrònic al camp 'From'"
424
 
425
- #: contact_form.php:988
426
  msgid "User email"
427
  msgstr ""
428
 
429
- #: contact_form.php:989
430
- msgid "The email address of the user who fills the form will be used in the field 'From'."
431
- msgstr "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de posar al camp 'From'."
 
 
 
 
432
 
433
- #: contact_form.php:992
434
- msgid "This email address will be used in the 'From' field."
435
- msgstr "Aquesta adreça de correu electrònic s'utilitzarà al camp 'De'"
 
 
436
 
437
- #: contact_form.php:996
438
  #, fuzzy
439
  msgid "Required symbol"
440
  msgstr "Camps requerits"
441
 
442
- #: contact_form.php:1006
443
  msgid "Fields"
444
  msgstr ""
445
 
446
- #: contact_form.php:1007
447
  msgid "Used"
448
  msgstr ""
449
 
450
- #: contact_form.php:1008
451
  #, fuzzy
452
  msgid "Required"
453
  msgstr "Camps requerits"
454
 
455
- #: contact_form.php:1009
456
  msgid "Visible"
457
  msgstr ""
458
 
459
- #: contact_form.php:1010
460
  msgid "Disabled for editing"
461
  msgstr ""
462
 
463
- #: contact_form.php:1011
464
  msgid "Field's default value"
465
  msgstr ""
466
 
467
- #: contact_form.php:1016
468
- #: contact_form.php:1373
469
- #: contact_form.php:2137
470
- #: contact_form.php:2173
471
- msgid "Name"
472
- msgstr "Nom"
 
 
 
473
 
474
- #: contact_form.php:1024
475
  msgid "Location selectbox"
476
  msgstr ""
477
 
478
- #: contact_form.php:1032
479
- #: contact_form.php:1378
480
- #: contact_form.php:2143
481
- #: contact_form.php:2177
482
  msgid "Address"
483
  msgstr "Adreça:"
484
 
485
- #: contact_form.php:1040
486
  msgid "Email Address"
487
  msgstr "Adreça de correu electrònic:"
488
 
489
- #: contact_form.php:1048
 
 
 
 
490
  #, fuzzy
491
  msgid "Phone number"
492
  msgstr "Nombre de telèfon"
493
 
494
- #: contact_form.php:1056
495
- #: contact_form.php:1393
496
- #: contact_form.php:2158
497
- #: contact_form.php:2186
498
  msgid "Subject"
499
  msgstr "Assumpte"
500
 
501
- #: contact_form.php:1064
502
- #: contact_form.php:1397
503
- #: contact_form.php:2161
504
- #: contact_form.php:2188
505
  msgid "Message"
506
  msgstr "MIssatge"
507
 
508
- #: contact_form.php:1088
509
  msgid "Attachment block"
510
  msgstr "Adjunt blocat"
511
 
512
- #: contact_form.php:1090
513
  msgid "Users can attach the following file formats"
514
  msgstr "Els usuaris poden adjuntar els següents formats d'arxiu"
515
 
516
- #: contact_form.php:1103
517
  msgid "Add to the form"
518
  msgstr ""
519
 
520
- #: contact_form.php:1108
521
  #, fuzzy
522
  msgid "Tips below the Attachment"
523
  msgstr "Consells del blocatge de l'adjunt"
524
 
525
- #: contact_form.php:1117
526
  #, fuzzy
527
  msgid "'Send me a copy' block"
528
  msgstr "Envia'm una còpia"
529
 
530
- #: contact_form.php:1128
531
- #: contact_form.php:1131
532
- #: contact_form.php:1135
533
- #: contact_form.php:1407
534
  msgid "Captcha"
535
  msgstr "Captcha"
536
 
537
- #: contact_form.php:1131
538
  msgid "Activate captcha"
539
  msgstr "Captcha activat"
540
 
541
- #: contact_form.php:1135
542
  msgid "Download captcha"
543
  msgstr "Descarrega captcha"
544
 
545
- #: contact_form.php:1143
546
  msgid "Agreement checkbox"
547
  msgstr ""
548
 
549
- #: contact_form.php:1143
550
  msgid "Required checkbox for submitting the form"
551
  msgstr ""
552
 
553
- #: contact_form.php:1144
554
  msgid "Optional checkbox"
555
  msgstr ""
556
 
557
- #: contact_form.php:1144
558
  msgid "Optional checkbox, the results of which will be displayed in email"
559
  msgstr ""
560
 
561
- #: contact_form.php:1161
562
  msgid "Delete an attachment file from the server after the email is sent"
563
  msgstr ""
564
 
565
- #: contact_form.php:1167
566
  msgid "Email in HTML format sending"
567
  msgstr ""
568
 
569
- #: contact_form.php:1171
570
  msgid "Display additional info in the email"
571
  msgstr "Mostra informació addicional al correu electrònic,"
572
 
573
- #: contact_form.php:1176
574
- #: contact_form.php:2104
575
- #: contact_form.php:2106
576
  msgid "Sent from (ip address)"
577
  msgstr "Enviat des de (adreça IP)"
578
 
579
- #: contact_form.php:1176
580
  #, fuzzy
581
  msgid "Example: Sent from (IP address):\t127.0.0.1"
582
  msgstr "Enviat des de (adreça IP)"
583
 
584
- #: contact_form.php:1177
585
- #: contact_form.php:2110
586
- #: contact_form.php:2112
587
  msgid "Date/Time"
588
  msgstr "Data/hora"
589
 
590
- #: contact_form.php:1177
591
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
592
  msgstr ""
593
 
594
- #: contact_form.php:1178
595
- #: contact_form.php:2116
596
- #: contact_form.php:2118
597
  msgid "Sent from (referer)"
598
  msgstr "Enviat des de (referent)"
599
 
600
- #: contact_form.php:1178
601
- msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
 
602
  msgstr ""
603
 
604
- #: contact_form.php:1179
605
- #: contact_form.php:2122
606
- #: contact_form.php:2124
607
  msgid "Using (user agent)"
608
  msgstr "Usant (user agent)"
609
 
610
- #: contact_form.php:1179
611
- 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"
 
 
612
  msgstr ""
613
 
614
- #: contact_form.php:1183
615
  msgid "Language settings for the field names in the form"
616
  msgstr "Configuració de la llengua als noms dels camps del formulari"
617
 
618
- #: contact_form.php:1192
619
  msgid "Add a language"
620
  msgstr "Afegeix lengua"
621
 
622
- #: contact_form.php:1196
623
  msgid "Change the names of the contact form fields and error messages"
624
- msgstr "Modifica els noms dels camps i els missatges d'error del formulari de contacte"
 
 
625
 
626
- #: contact_form.php:1201
627
- #: contact_form.php:1288
628
  msgid "English"
629
  msgstr "Anglès"
630
 
631
- #: contact_form.php:1209
632
- #: contact_form.php:1243
633
  msgid "click to expand/hide the list"
634
  msgstr ""
635
 
636
- #: contact_form.php:1218
637
- #: contact_form.php:1252
638
  #, fuzzy
639
  msgid "Tips below the Attachment block"
640
  msgstr "Consells del blocatge de l'adjunt"
641
 
642
- #: contact_form.php:1221
643
- #: contact_form.php:1255
644
  msgid "Error message for the Name field"
645
  msgstr "Missatge d'error per al camp 'Nom'"
646
 
647
- #: contact_form.php:1222
648
- #: contact_form.php:1256
649
  msgid "Error message for the Address field"
650
  msgstr "Missatge d'error per al camp 'Adreça'"
651
 
652
- #: contact_form.php:1223
653
- #: contact_form.php:1257
654
  msgid "Error message for the Email field"
655
  msgstr "Missatge d'error per al camp 'Adreça de correu electrònic'"
656
 
657
- #: contact_form.php:1224
658
- #: contact_form.php:1258
659
  msgid "Error message for the Phone field"
660
  msgstr "Missatge d'error per al camp 'Telèfon\""
661
 
662
- #: contact_form.php:1225
663
- #: contact_form.php:1259
664
  msgid "Error message for the Subject field"
665
  msgstr "Missatge d'error per al camp 'Assumpte'"
666
 
667
- #: contact_form.php:1226
668
- #: contact_form.php:1260
669
  msgid "Error message for the Message field"
670
  msgstr "Missatge d'error per al camp 'Missatge'"
671
 
672
- #: contact_form.php:1227
673
- #: contact_form.php:1261
674
  msgid "Error message about the file type for the Attachment field"
675
  msgstr "Missatge d'error sobre el tipus de per al camp 'Adjunt'"
676
 
677
- #: contact_form.php:1228
678
- #: contact_form.php:1262
679
- msgid "Error message while uploading a file for the Attachment field to the server"
680
  msgstr "Missatge d'error al carregar al servidor un fitxer per al camp Adjunt"
681
 
682
- #: contact_form.php:1229
683
- #: contact_form.php:1263
684
  msgid "Error message while moving the file for the Attachment field"
685
  msgstr "Missatge d'error al mourerun fitxer per al camp Adjunt"
686
 
687
- #: contact_form.php:1230
688
- #: contact_form.php:1264
689
  msgid "Error message when file size limit for the Attachment field is exceeded"
690
- msgstr "Missatge d'error al superar el límit de mida de fitxer per al camp Adjunt"
 
691
 
692
- #: contact_form.php:1231
693
- #: contact_form.php:1265
694
  msgid "Error message for the Captcha field"
695
  msgstr "Missatge d'error al camp Captcha"
696
 
697
- #: contact_form.php:1232
698
- #: contact_form.php:1266
699
  msgid "Error message for the whole form"
700
  msgstr "Missatge d'error a tot el formulari"
701
 
702
- #: contact_form.php:1235
703
- #: contact_form.php:1237
704
- #: contact_form.php:1269
705
- #: contact_form.php:1271
706
- #: contact_form.php:1298
707
- #: contact_form.php:1300
708
- #: contact_form.php:1308
709
- #: contact_form.php:1310
710
  msgid "Use shortcode"
711
  msgstr "useu un codi curt"
712
 
713
- #: contact_form.php:1235
714
- #: contact_form.php:1237
715
- #: contact_form.php:1269
716
- #: contact_form.php:1271
717
- #: contact_form.php:1298
718
- #: contact_form.php:1300
719
- #: contact_form.php:1308
720
- #: contact_form.php:1310
721
  msgid "for this language"
722
  msgstr "Per aquesta llengua"
723
 
724
- #: contact_form.php:1279
725
  #, fuzzy
726
  msgid "Use the changed names of the contact form fields in the email"
727
- msgstr "Modifica els noms dels camps i els missatges d'error del formulari de contacte"
 
 
728
 
729
- #: contact_form.php:1285
730
  msgid "Action after email is sent"
731
  msgstr "Accions després d'enviar un correu electrònic."
732
 
733
- #: contact_form.php:1287
734
  msgid "Display text"
735
  msgstr "Mostra el text"
736
 
737
- #: contact_form.php:1296
738
- #: contact_form.php:1306
739
  msgid "Text"
740
  msgstr "Text"
741
 
742
- #: contact_form.php:1317
743
  msgid "Redirect to the page"
744
  msgstr "Redirigir a la pàgina"
745
 
746
- #: contact_form.php:1318
747
  msgid "Url"
748
  msgstr "Url"
749
 
750
- #: contact_form.php:1322
751
  msgid "The $_SERVER variable that is used to build a URL of the form"
752
  msgstr ""
753
 
754
- #: contact_form.php:1326
755
- msgid "If you are not sure whether to change this setting or not, please do not do that."
 
 
 
 
 
 
756
  msgstr ""
757
 
758
- #: contact_form.php:1332
759
- #: contact_form.php:1516
 
 
 
 
 
 
 
760
  msgid "Save Changes"
761
  msgstr "Desar els canvis"
762
 
763
- #: contact_form.php:1337
764
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
765
  msgstr ""
766
 
767
- #: contact_form.php:1338
768
  #, fuzzy
769
  msgid "Rate the plugin"
770
  msgstr "Plugins gratuïts"
771
 
772
- #: contact_form.php:1341
773
  #, fuzzy
774
  msgid "If there is something wrong about it, please contact us"
775
- msgstr "Si té alguna pregunta, contacti'ns si us plau via plugin@bestwebsoft.com o utilitzi el formulari de contacte de la nostra web"
 
 
776
 
777
- #: contact_form.php:1353
778
  msgid "Errors output"
779
  msgstr "Errors de sortida"
780
 
781
- #: contact_form.php:1356
782
  msgid "Display error messages"
783
  msgstr "Mostra els missatges d'error"
784
 
785
- #: contact_form.php:1357
786
  msgid "Color of the input field errors."
787
  msgstr "Color dels errors al camp d'entrada"
788
 
789
- #: contact_form.php:1358
790
  msgid "Display error messages & color of the input field errors"
791
  msgstr "Mostra els missatges d'error i el color dels errors del camp d'entrada"
792
 
793
- #: contact_form.php:1363
794
  msgid "Add placeholder to the input blocks"
795
  msgstr "Afegeix marcador de posició als blocs d'entrada"
796
 
797
- #: contact_form.php:1369
798
  msgid "Add tooltips"
799
  msgstr "Afegir consells sobre les eines"
800
 
801
- #: contact_form.php:1383
802
  msgid "Email address"
803
  msgstr "Adreça de correu electrònic:"
804
 
805
- #: contact_form.php:1388
806
  msgid "Phone Number"
807
  msgstr "Nombre de telèfon"
808
 
809
- #: contact_form.php:1402
810
  msgid "Attachment"
811
  msgstr "Adjunt:"
812
 
813
- #: contact_form.php:1407
814
  msgid "(powered by bestwebsoft.com)"
815
  msgstr "(Impulsat per bestwebsoft.com)"
816
 
817
- #: contact_form.php:1412
818
  msgid "Style options"
819
  msgstr "Opcions d'estil"
820
 
821
- #: contact_form.php:1415
822
  msgid "Text color"
823
  msgstr "Color del text"
824
 
825
- #: contact_form.php:1418
826
- #: contact_form.php:1423
827
- #: contact_form.php:1433
828
- #: contact_form.php:1438
829
- #: contact_form.php:1443
830
- #: contact_form.php:1448
831
- #: contact_form.php:1458
832
- #: contact_form.php:1463
833
- #: contact_form.php:1469
834
- #: contact_form.php:1480
835
- #: contact_form.php:1485
836
- #: contact_form.php:1490
837
  msgid "Default"
838
  msgstr "Per defecte"
839
 
840
- #: contact_form.php:1420
841
  msgid "Label text color"
842
  msgstr "Color del text de l'etiqeta"
843
 
844
- #: contact_form.php:1425
845
  msgid "Placeholder color"
846
  msgstr "Color del marcador de posició"
847
 
848
- #: contact_form.php:1430
849
  msgid "Errors color"
850
  msgstr "Color dels errors"
851
 
852
- #: contact_form.php:1435
853
  msgid "Error text color"
854
  msgstr "Color del text d'error"
855
 
856
- #: contact_form.php:1440
857
  msgid "Background color of the input field errors"
858
  msgstr "Color de fons dels errors del camp d'entrada"
859
 
860
- #: contact_form.php:1445
861
  msgid "Border color of the input field errors"
862
  msgstr "Color de la vora dels errors del camp d'entrada"
863
 
864
- #: contact_form.php:1450
865
  msgid "Placeholder color of the input field errors"
866
  msgstr "Color del marcador de posició dels errors del camp d'entrada"
867
 
868
- #: contact_form.php:1455
869
  msgid "Input fields"
870
  msgstr "Visualitza l'adjunt"
871
 
872
- #: contact_form.php:1460
873
  msgid "Input fields background color"
874
  msgstr "Color de fons dels camps d'entrada"
875
 
876
- #: contact_form.php:1465
877
  msgid "Text fields color"
878
  msgstr "Color dels camps de text"
879
 
880
- #: contact_form.php:1467
881
  msgid "Border width in px, numbers only"
882
  msgstr "Ample de vora en px, sols nombres"
883
 
884
- #: contact_form.php:1471
885
- #: contact_form.php:1492
886
  msgid "Border color"
887
  msgstr "Color de la vora"
888
 
889
- #: contact_form.php:1476
890
  msgid "Submit button"
891
  msgstr "Enviar"
892
 
893
  # #: contact_form.php:928
894
- #: contact_form.php:1478
895
  msgid "Width in px, numbers only"
896
  msgstr "Ample en px, sols nombres"
897
 
898
- #: contact_form.php:1482
899
  msgid "Button color"
900
  msgstr "Color del botó"
901
 
902
- #: contact_form.php:1487
903
  msgid "Button text color"
904
  msgstr "Color del text del botó"
905
 
906
- #: contact_form.php:1520
907
  msgid "Contact Form Pro | Preview"
908
  msgstr "Contact Form Pro | Vista prèvia"
909
 
910
- #: contact_form.php:1523
911
  msgid "Show with errors"
912
  msgstr "Mostra amb errors"
913
 
914
- #: contact_form.php:1531
915
- #: contact_form.php:1533
916
  msgid "Please enter your full name..."
917
  msgstr "Si us plau introduïu el nom complet"
918
 
919
- #: contact_form.php:1544
920
- #: contact_form.php:1546
921
  msgid "Please enter your address..."
922
  msgstr "Si us plau introduïu l'adreça"
923
 
924
- #: contact_form.php:1555
925
- #: contact_form.php:1557
926
  msgid "Please enter your email address..."
927
  msgstr "Si us plau introdueixi el seu e-mail"
928
 
929
- #: contact_form.php:1566
930
- #: contact_form.php:1568
931
  msgid "Please enter your phone number..."
932
  msgstr "Si us plau introduïu el nombre de telèfon"
933
 
934
- #: contact_form.php:1577
935
- #: contact_form.php:1579
936
  msgid "Please enter subject..."
937
  msgstr "Si us plau introduïu l'assumpte"
938
 
939
- #: contact_form.php:1587
940
- #: contact_form.php:1589
941
  msgid "Please enter your message..."
942
  msgstr "Si us plau introduïu el missatge"
943
 
944
- #: contact_form.php:1631
945
- msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
 
 
946
  msgstr ""
947
 
948
- #: contact_form.php:1633
949
  msgid "Please, go to"
950
  msgstr ""
951
 
952
- #: contact_form.php:1633
953
  #, fuzzy
954
  msgid "the setting page"
955
  msgstr "Configuració extra"
956
 
957
- #: contact_form.php:1634
958
  msgid "You will be redirected automatically in 5 seconds."
959
  msgstr ""
960
 
961
- #: contact_form.php:1639
962
  msgid "You can download and activate"
963
  msgstr ""
964
 
965
- #: contact_form.php:1641
966
  msgid "version of this plugin by entering Your license key."
967
  msgstr ""
968
 
969
- #: contact_form.php:1643
970
- msgid "You can find your license key on your personal page Client area, by clicking on the link"
 
 
971
  msgstr ""
972
 
973
- #: contact_form.php:1645
974
  msgid "(your username is the email you specify when purchasing the product)."
975
  msgstr ""
976
 
977
- #: contact_form.php:1653
978
- #: contact_form.php:1663
979
  #, fuzzy
980
  msgid "Activate"
981
  msgstr "Captcha activat"
982
 
983
- #: contact_form.php:1729
984
  msgid "Sorry, email message could not be delivered."
985
  msgstr "Ho sentim, el seu e-mail no ha pogut ser lliurat."
986
 
987
- #: contact_form.php:2131
988
  msgid "Contact from"
989
  msgstr "Contact from"
990
 
991
- #: contact_form.php:2148
992
- #: contact_form.php:2180
993
- msgid "Email"
994
- msgstr "Adreça de correu electrònic"
995
-
996
- #: contact_form.php:2153
997
- #: contact_form.php:2183
998
  msgid "Phone"
999
  msgstr "Telèfon"
1000
 
1001
- #: contact_form.php:2164
1002
- #: contact_form.php:2190
1003
  msgid "Site"
1004
  msgstr "Lloc"
1005
 
1006
- #: contact_form.php:2280
1007
- msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1008
- msgstr "Si pot veure aquest MIME, vol dir que el tipus MIME no és compatible amb el seu client de correu electrònic!"
 
 
 
 
1009
 
1010
- #: contact_form.php:2361
1011
  msgid "Support"
1012
  msgstr "Suport"
1013
 
1014
- #: contact_form.php:2411
1015
  msgid "Are you sure that you want to delete this language data?"
1016
  msgstr "Està vostè segur que vol esborrar aquest idioma?"
1017
 
1018
- #: contact_form.php:2624
1019
- msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
 
 
1020
  msgstr ""
1021
 
1022
- #: contact_form.php:2625
1023
  msgid "Extend standard plugin functionality with new great options."
1024
  msgstr ""
1025
 
1026
- #: contact_form.php:2640
1027
- msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
 
 
1028
  msgstr ""
1029
 
1030
- #: contact_form.php:2641
1031
  msgid "Manage messages that have been sent from your website."
1032
  msgstr ""
1033
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1034
  #~ msgid ""
1035
  #~ "This functionality is available in the Pro version of the plugin. For "
1036
  #~ "more details, please follow the link"
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"
10
  "MIME-Version: 1.0\n"
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: "
59
+ "2MB"
60
+ msgstr ""
61
+ "Formats de fitxer suportats: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, "
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"
155
+ 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."
168
+ 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:"
279
+ 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."
303
+ 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'."
418
+ 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'."
434
+ 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 "
751
+ "display data from the Message field, as well as %%SITENAME%% to display blog "
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!"
989
+ 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
+
1024
+ #, fuzzy
1025
+ #~ msgid "The text in the 'From' field"
1026
+ #~ msgstr "Modifica el camp DE al contact form"
1027
+
1028
+ #, fuzzy
1029
+ #~ msgid "This text will be used in the 'FROM' field"
1030
+ #~ msgstr "Aquesta adreça de correu electrònic s'utilitzarà al camp 'De'"
1031
+
1032
+ #, fuzzy
1033
+ #~ msgid "The email address in the 'From' field"
1034
+ #~ msgstr "Introduir el correu electrònic al camp 'From'"
1035
+
1036
+ #~ msgid "This email address will be used in the 'From' field."
1037
+ #~ msgstr "Aquesta adreça de correu electrònic s'utilitzarà al camp 'De'"
1038
+
1039
  #~ msgid ""
1040
  #~ "This functionality is available in the Pro version of the plugin. For "
1041
  #~ "more details, please follow the link"
languages/contact_form-de_DE.mo CHANGED
Binary file
languages/contact_form-de_DE.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-09-02 11:44+0300\n"
6
- "PO-Revision-Date: 2014-09-02 11:44+0300\n"
7
- "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Alex <private183@web.de>\n"
9
  "Language: de_DE\n"
10
  "MIME-Version: 1.0\n"
@@ -17,1002 +17,1040 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: contact_form.php:74
21
- #: contact_form.php:856
22
  msgid "Contact Form Settings"
23
  msgstr "Kontakt-Form Einstellungen"
24
 
25
- #: contact_form.php:74
26
  msgid "Contact Form"
27
  msgstr "Kontakt-Form"
28
 
29
- #: contact_form.php:151
30
- #: contact_form.php:1211
31
- #: contact_form.php:1245
32
  msgid "Name:"
33
  msgstr "Name:"
34
 
35
- #: contact_form.php:152
36
- #: contact_form.php:1212
37
- #: contact_form.php:1246
38
  msgid "Address:"
39
  msgstr "Adresse:"
40
 
41
- #: contact_form.php:153
42
- #: contact_form.php:1213
43
- #: contact_form.php:1247
44
  msgid "Email Address:"
45
  msgstr "E-Mail Adresse:"
46
 
47
- #: contact_form.php:154
48
- #: contact_form.php:1214
49
- #: contact_form.php:1248
50
  msgid "Phone number:"
51
  msgstr "Telefonnummer:"
52
 
53
- #: contact_form.php:155
54
- #: contact_form.php:1215
55
- #: contact_form.php:1249
56
  msgid "Subject:"
57
  msgstr "Betreff:"
58
 
59
- #: contact_form.php:156
60
- #: contact_form.php:1216
61
- #: contact_form.php:1250
62
  msgid "Message:"
63
  msgstr "Inhalt:"
64
 
65
- #: contact_form.php:157
66
- #: contact_form.php:1217
67
- #: contact_form.php:1251
68
  msgid "Attachment:"
69
  msgstr "Anhang:"
70
 
71
- #: contact_form.php:158
72
- 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"
73
- msgstr "Unterstützte Dateitypen: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max Datei-Größe: 2MB"
 
 
 
 
 
 
74
 
75
- #: contact_form.php:159
76
- #: contact_form.php:1219
77
- #: contact_form.php:1253
78
  msgid "Send me a copy"
79
  msgstr "Kopie an mich senden"
80
 
81
- #: contact_form.php:160
82
- #: contact_form.php:1220
83
- #: contact_form.php:1254
84
  msgid "Submit"
85
  msgstr "Senden"
86
 
87
- #: contact_form.php:161
88
  msgid "Your name is required."
89
  msgstr "Dein Name wird benötigt."
90
 
91
- #: contact_form.php:162
92
  msgid "Address is required."
93
  msgstr "Adresse wird benötigt"
94
 
95
- #: contact_form.php:163
96
  msgid "A valid email address is required."
97
  msgstr "Eine gültige E-Mail Adresse wird benötigt."
98
 
99
- #: contact_form.php:164
100
  msgid "Phone number is required."
101
  msgstr "Deine Telefonnummer wird benötigt."
102
 
103
- #: contact_form.php:165
104
  msgid "Subject is required."
105
  msgstr "Ein Betreff wird benötigt."
106
 
107
- #: contact_form.php:166
108
  msgid "Message text is required."
109
  msgstr "Ein Inhalt wird benötigt."
110
 
111
- #: contact_form.php:167
112
  msgid "File format is not valid."
113
  msgstr "Datei Format ist nicht erlaubt."
114
 
115
- #: contact_form.php:168
116
  msgid "File upload error."
117
  msgstr "Datei-Übertragungsfehler"
118
 
119
- #: contact_form.php:169
120
  msgid "The file could not be uploaded."
121
  msgstr "Die Datei konnte nicht hochgeladen werden."
122
 
123
- #: contact_form.php:170
124
  msgid "This file is too large."
125
  msgstr "Diese Datei ist zu groß."
126
 
127
- #: contact_form.php:171
128
  msgid "Please fill out the CAPTCHA."
129
  msgstr "Bitte CAPTCHA ausfüllen."
130
 
131
- #: contact_form.php:172
132
  msgid "Please make corrections below and try again."
133
  msgstr "Bitte mach unten korrekturen und versuche es erneut."
134
 
135
- #: contact_form.php:174
136
  msgid "Thank you for contacting us."
137
  msgstr "Danke für Ihre Nachricht."
138
 
139
- #: contact_form.php:370
140
  msgid "requires"
141
  msgstr "benötigt"
142
 
143
- #: contact_form.php:370
144
- msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
145
- msgstr "oder höher, darum wurde es deaktiviert! Bitte rüsten sie WordPress auf und versuchen sie es erneut."
 
 
 
 
146
 
147
- #: contact_form.php:370
148
  msgid "Back to the WordPress"
149
  msgstr "Zurück zu WordPress"
150
 
151
- #: contact_form.php:370
152
  msgid "Plugins page"
153
  msgstr "Plugin Seite"
154
 
155
- #: contact_form.php:678
156
- msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
157
- msgstr "Wenn die 'Redirect to page/Umleiten zur Seite' Option verwendet wird, dann sollte das Feld URL in folgendem Format sein"
 
 
158
 
159
- #: contact_form.php:687
 
 
 
 
 
 
 
 
160
  #, fuzzy
161
  msgid "Such user does not exist."
162
  msgstr "Dieser User exestiert nicht. Einstellungen werden nicht gespeichert."
163
 
164
- #: contact_form.php:697
165
  #, fuzzy
166
- msgid "Please enter a valid email address in the 'Use this email address' field."
167
- msgstr "Bitte geben sie eine gültige Email Adresse in das 'FROM/VON' Feld ein. Einstellungen werden nicht gespeichert."
 
 
 
168
 
169
- #: contact_form.php:705
170
  #, fuzzy
171
  msgid "Please enter a valid email address in the 'FROM' field."
172
- msgstr "Bitte geben sie eine gültige Email Adresse in das 'FROM/VON' Feld ein. Einstellungen werden nicht gespeichert."
 
 
173
 
174
- #: contact_form.php:730
175
  msgid "Settings saved."
176
  msgstr "Einstellungen gespeichert."
177
 
178
- #: contact_form.php:732
179
  #, fuzzy
180
  msgid "Settings are not saved."
181
  msgstr "Einstellungen gespeichert."
182
 
183
- #: contact_form.php:759
184
- #: contact_form.php:791
185
  msgid "Wrong license key"
186
  msgstr "Falscher Lizenzschlüssel"
187
 
188
- #: contact_form.php:784
189
- 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."
190
- msgstr "Etwas ging schief. Versuchen sie es später nochmals. Wenn der Fehler erneut auftritt, bitte, kontaktieren sie uns <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Wir entschuldigen für die Umstände."
 
 
 
 
 
 
191
 
192
- #: contact_form.php:793
193
  msgid "This license key is bind to another site"
194
  msgstr "Dieser Linzenz-Key ist an eine andere Seite gebunden."
195
 
196
- #: contact_form.php:795
197
- #: contact_form.php:1656
198
- msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
199
- msgstr "Leider haben sie die Anzahl an verfügbaren Versuchen pro Trag überschritten. Bitte laden sie das Plugin manuell hoch"
 
 
 
 
 
 
 
 
 
200
 
201
- #: contact_form.php:812
202
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
203
- msgstr "Fehler beim öffnen des zip Archives. Bitte laden sie das Plugin manuell hoch"
 
204
 
205
- #: contact_form.php:818
206
- msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
207
- msgstr "Ihr Server unterstützt kein ZipArchiv oder Phar. Bitte laden sie das Plugin manuell hoch"
 
 
 
 
208
 
209
- #: contact_form.php:822
210
- #: contact_form.php:831
211
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
212
- msgstr "Download des zip Archives fehlgeschlagen. Bitte laden sie das Plugin manuell hoch"
 
213
 
214
- #: contact_form.php:835
215
- msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
216
- msgstr "Etwas ging schief. Versuchen sie es später oder laden sie das plugin manuell hoch. Wir entschuldigen für die Umstände."
 
 
 
 
217
 
218
- #: contact_form.php:850
219
  msgid "Please, enter Your license key"
220
  msgstr "Bitte, geben sie Ihren Linzenzschlüssel ein"
221
 
222
- #: contact_form.php:858
223
- #: contact_form.php:2347
224
- #: contact_form.php:2359
225
  msgid "Settings"
226
  msgstr "Einstellungen"
227
 
228
- #: contact_form.php:859
229
- msgid "Extra settings"
230
- msgstr "Weitere Einstellungen"
 
 
 
 
 
231
 
232
- #: contact_form.php:860
233
- #: contact_form.php:2360
234
  msgid "FAQ"
235
  msgstr "Häufig gestellte Fragen (FAQ)"
236
 
237
- #: contact_form.php:861
238
  msgid "Go PRO"
239
  msgstr "Go PRO"
240
 
241
- #: contact_form.php:864
242
  msgid "Notice:"
243
  msgstr "Notiz:"
244
 
245
- #: contact_form.php:864
246
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
247
- msgstr "Die Einstellungen des Plugins wurden geändert. Um diese zu speichern vergessen sie nicht auf 'Save Changes/Speicher Änderungen' zu klicken."
 
 
 
 
 
 
 
 
 
 
248
 
249
- #: contact_form.php:870
250
- msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
 
 
251
  msgstr ""
 
 
252
 
253
- #: contact_form.php:876
254
- #: contact_form.php:881
255
- #: contact_form.php:1615
256
- 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:"
257
- msgstr "Wenn sie die Kontakt-Form auf ihrer Webseite plazieren möchten, kopieren und fügen sie diesen shortcode in ihrem/r Beitrag, Seite oder Widget ein:"
258
-
259
- #: contact_form.php:876
260
- #: contact_form.php:877
261
- #: contact_form.php:881
262
- #: contact_form.php:882
263
- #: contact_form.php:1235
264
- #: contact_form.php:1237
265
- #: contact_form.php:1298
266
- #: contact_form.php:1300
267
  msgid "or"
268
  msgstr "oder"
269
 
270
- #: contact_form.php:877
271
- #: contact_form.php:882
272
- msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
273
- msgstr "Wenn sie irgendwelche Probleme mit dem standard shortcode [contact_form] haben, sollten sie folgenden shortcode verwenden"
 
 
 
274
 
275
- #: contact_form.php:878
276
- #: contact_form.php:883
277
  msgid "They work the same way."
278
  msgstr "Sie arbeiten auf gleiche weise."
279
 
280
- #: contact_form.php:879
281
- #: contact_form.php:884
282
- msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
283
- msgstr "Wenn sie die Felder leer lassen, wird die Nachricht an die bei der registrierung angegebenen E-Mail Adresse gesendet."
 
 
 
284
 
285
- #: contact_form.php:889
286
  msgid "The user's email address:"
287
  msgstr "Benutzer E-Mail Adresse"
288
 
289
- #: contact_form.php:893
290
  msgid "Create a username"
291
  msgstr "Benutzername erstellen"
292
 
293
- #: contact_form.php:900
294
- msgid "Enter a username of the person who should get the messages from the contact form."
295
- msgstr "Geben sie den Benutzernamen des Users an, der die Nachrichten der Kontakt-Form erhalten soll."
 
 
 
 
296
 
297
- #: contact_form.php:904
298
  msgid "Use this email address:"
299
  msgstr "Nutzen sie diese E-Mail Adresse"
300
 
301
- #: contact_form.php:907
302
  msgid "Enter the email address you want the messages forwarded to."
303
- msgstr "Geben sie die E-Mail Adresse ein, an welche die Nachricht weitergeleitet werden soll."
 
 
304
 
305
- #: contact_form.php:916
306
  msgid "Add department selectbox to the contact form:"
307
  msgstr "Füge Abteilungs- Auswahlbox zu der Kontakt-Form:"
308
 
309
- #: contact_form.php:924
310
- #: contact_form.php:1498
311
  msgid "If you upgrade to Pro version all your settings will be saved."
312
  msgstr "Wenn sie auf Pro upgraden werden alle ihre Einstellungen gespeichert"
313
 
314
- #: contact_form.php:931
315
- #: contact_form.php:1077
316
- #: contact_form.php:1151
317
- #: contact_form.php:1505
318
  msgid "Unlock premium options by upgrading to a PRO version."
319
  msgstr ""
320
 
321
- #: contact_form.php:932
322
- #: contact_form.php:1078
323
- #: contact_form.php:1152
324
- #: contact_form.php:1506
325
- #: contact_form.php:2621
326
- #: contact_form.php:2637
327
  msgid "Learn More"
328
  msgstr ""
329
 
330
- #: contact_form.php:935
331
- #: contact_form.php:1081
332
- #: contact_form.php:1155
333
- #: contact_form.php:1509
334
  #, fuzzy
335
  msgid "Go"
336
  msgstr "Go!"
337
 
338
- #: contact_form.php:942
339
  msgid "Save emails to the database"
340
  msgstr "Speicher E-Mails in die Datenbank"
341
 
342
- #: contact_form.php:948
343
  msgid "Using"
344
  msgstr "Verwendet"
345
 
346
- #: contact_form.php:948
347
- #: contact_form.php:1128
348
- #: contact_form.php:1131
349
- #: contact_form.php:1135
350
  msgid "powered by"
351
  msgstr "powered by"
352
 
353
- #: contact_form.php:951
354
- #: contact_form.php:955
355
  msgid "Using Contact Form to DB powered by"
356
  msgstr "Verwende 'Kontakt-Form in die DB' powered by"
357
 
358
- #: contact_form.php:951
359
  msgid "Activate Contact Form to DB"
360
  msgstr "Aktiviere 'Kontakt-Form in die DB'"
361
 
362
- #: contact_form.php:955
363
  msgid "Download Contact Form to DB"
364
  msgstr "Lade 'Kontakt-Form in die DB' herunter"
365
 
366
- #: contact_form.php:960
367
- msgid "Additional options"
368
- msgstr "Weitere Optionen"
369
-
370
- #: contact_form.php:962
371
- msgid "Show"
372
- msgstr "Zeige"
373
-
374
- #: contact_form.php:963
375
- msgid "Hide"
376
- msgstr "Verstecke"
377
-
378
- #: contact_form.php:967
379
  msgid "What to use?"
380
  msgstr "Was soll verwendet werden?"
381
 
382
- #: contact_form.php:970
383
  msgid "Wp-mail"
384
  msgstr "Wp-mail"
385
 
386
- #: contact_form.php:970
387
  msgid "You can use the wp_mail function for mailing"
388
  msgstr "Sie können die wp_mail Funktion für das versenden verwenden."
389
 
390
- #: contact_form.php:972
391
  msgid "Mail"
392
  msgstr "Mail"
393
 
394
- #: contact_form.php:972
395
  msgid "To send mail you can use the php mail function"
396
  msgstr "Um mails zu versenden, können sie die php mail Funktion verwenden."
397
 
398
- #: contact_form.php:976
399
- msgid "The text in the 'From' field"
400
- msgstr "Der Text in dem Feld 'From/Von'"
 
 
 
 
 
401
 
402
- #: contact_form.php:978
403
  msgid "User name"
404
  msgstr "Benutzer Name"
405
 
406
- #: contact_form.php:979
407
- msgid "The name of the user who fills the form will be used in the field 'From'."
408
- msgstr "Der Name des Benutzers, der das Formular ausfüllt, wird im Feld 'From/Von' verwendt."
409
-
410
- #: contact_form.php:982
411
- msgid "This text will be used in the 'FROM' field"
412
- msgstr "Dieser Text wird in dem Feld 'FROM/VON' stehen"
413
 
414
- #: contact_form.php:986
415
- msgid "The email address in the 'From' field"
416
- msgstr "Die E-Mail Adresse in dem Feld 'From/Von'"
417
 
418
- #: contact_form.php:988
419
  msgid "User email"
420
  msgstr "Benutzer E-Mail"
421
 
422
- #: contact_form.php:989
423
- msgid "The email address of the user who fills the form will be used in the field 'From'."
424
- msgstr "Die E-Mail Adresse des Benutzers, der das Formular ausfüllt, wird im Feld 'From/Von' verwendt."
 
 
 
 
425
 
426
- #: contact_form.php:992
427
- msgid "This email address will be used in the 'From' field."
428
- msgstr "Diese E-Mail Adresse wird in dem 'From/Von' Feld verwendet"
 
 
429
 
430
- #: contact_form.php:996
431
  msgid "Required symbol"
432
  msgstr "Benötigtes Symbol"
433
 
434
- #: contact_form.php:1006
435
  msgid "Fields"
436
  msgstr "Felder"
437
 
438
- #: contact_form.php:1007
439
  msgid "Used"
440
  msgstr "Benutzt"
441
 
442
- #: contact_form.php:1008
443
  msgid "Required"
444
  msgstr "Benötigt"
445
 
446
- #: contact_form.php:1009
447
  msgid "Visible"
448
  msgstr "Sichtbar"
449
 
450
- #: contact_form.php:1010
451
  msgid "Disabled for editing"
452
  msgstr "Bearbeitung ist ausgeschaltet"
453
 
454
- #: contact_form.php:1011
455
  msgid "Field's default value"
456
  msgstr "Standard-Feld-Wert"
457
 
458
- #: contact_form.php:1016
459
- #: contact_form.php:1373
460
- #: contact_form.php:2137
461
- #: contact_form.php:2173
462
- msgid "Name"
463
- msgstr "Name"
464
 
465
- #: contact_form.php:1024
 
 
 
 
 
 
466
  msgid "Location selectbox"
467
  msgstr ""
468
 
469
- #: contact_form.php:1032
470
- #: contact_form.php:1378
471
- #: contact_form.php:2143
472
- #: contact_form.php:2177
473
  msgid "Address"
474
  msgstr "Adresse: "
475
 
476
- #: contact_form.php:1040
477
  msgid "Email Address"
478
  msgstr "E-Mail Adresse:"
479
 
480
- #: contact_form.php:1048
 
 
 
 
481
  msgid "Phone number"
482
  msgstr "Telefonnummer:"
483
 
484
- #: contact_form.php:1056
485
- #: contact_form.php:1393
486
- #: contact_form.php:2158
487
- #: contact_form.php:2186
488
  msgid "Subject"
489
  msgstr "Betreff"
490
 
491
- #: contact_form.php:1064
492
- #: contact_form.php:1397
493
- #: contact_form.php:2161
494
- #: contact_form.php:2188
495
  msgid "Message"
496
  msgstr "Inhalt"
497
 
498
- #: contact_form.php:1088
499
  msgid "Attachment block"
500
  msgstr "Anhang-Block"
501
 
502
- #: contact_form.php:1090
503
  msgid "Users can attach the following file formats"
504
  msgstr "Benutzer können die folgenden Formate anhängen:"
505
 
506
- #: contact_form.php:1103
507
  msgid "Add to the form"
508
  msgstr "Füge in die Form"
509
 
510
- #: contact_form.php:1108
511
  msgid "Tips below the Attachment"
512
  msgstr "Tipps unterhalb des Anhangs"
513
 
514
- #: contact_form.php:1117
515
  msgid "'Send me a copy' block"
516
  msgstr "'Kopie an mich senden' Block"
517
 
518
- #: contact_form.php:1128
519
- #: contact_form.php:1131
520
- #: contact_form.php:1135
521
- #: contact_form.php:1407
522
  msgid "Captcha"
523
  msgstr "Captcha"
524
 
525
- #: contact_form.php:1131
526
  msgid "Activate captcha"
527
  msgstr "Aktiviere captcha"
528
 
529
- #: contact_form.php:1135
530
  msgid "Download captcha"
531
  msgstr "Download captcha"
532
 
533
- #: contact_form.php:1143
534
  msgid "Agreement checkbox"
535
  msgstr "Agreement checkbox"
536
 
537
- #: contact_form.php:1143
538
  msgid "Required checkbox for submitting the form"
539
  msgstr "Benötigte checkbox zur übermittlung des Formulars"
540
 
541
- #: contact_form.php:1144
542
  msgid "Optional checkbox"
543
  msgstr "Optionale checkbox"
544
 
545
- #: contact_form.php:1144
546
  msgid "Optional checkbox, the results of which will be displayed in email"
547
  msgstr "Optionale checkbox, das Ergebnis davon wird in der E-Mail angezeigt"
548
 
549
- #: contact_form.php:1161
550
  msgid "Delete an attachment file from the server after the email is sent"
551
  msgstr "Lösche die Anhang-Datei vom Server nachdem die E-Mail gesendet wurde"
552
 
553
- #: contact_form.php:1167
554
  msgid "Email in HTML format sending"
555
  msgstr "E-Mail im HTML Format"
556
 
557
- #: contact_form.php:1171
558
  msgid "Display additional info in the email"
559
  msgstr "Zeige weitere Informationen in der E-Mail"
560
 
561
- #: contact_form.php:1176
562
- #: contact_form.php:2104
563
- #: contact_form.php:2106
564
  msgid "Sent from (ip address)"
565
  msgstr "Gesendet von (IP-Adresse)"
566
 
567
- #: contact_form.php:1176
568
  msgid "Example: Sent from (IP address):\t127.0.0.1"
569
  msgstr "Beispiel: Gesendet von (IP-Adresse):\t127.0.0.1"
570
 
571
- #: contact_form.php:1177
572
- #: contact_form.php:2110
573
- #: contact_form.php:2112
574
  msgid "Date/Time"
575
  msgstr "Datum/Zeit"
576
 
577
- #: contact_form.php:1177
578
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
579
  msgstr "Beispiel: Datum/Zeit:\tAugust 19, 2013 8:50 pm"
580
 
581
- #: contact_form.php:1178
582
- #: contact_form.php:2116
583
- #: contact_form.php:2118
584
  msgid "Sent from (referer)"
585
  msgstr "Gesendet von (referer)"
586
 
587
- #: contact_form.php:1178
588
- msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
589
- msgstr "Beispiel: Gesendet von (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
 
 
 
590
 
591
- #: contact_form.php:1179
592
- #: contact_form.php:2122
593
- #: contact_form.php:2124
594
  msgid "Using (user agent)"
595
  msgstr "Verwendet (user agent)"
596
 
597
- #: contact_form.php:1179
598
- 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"
599
- msgstr "Beispiel: Verwendet (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
 
 
 
 
600
 
601
- #: contact_form.php:1183
602
  msgid "Language settings for the field names in the form"
603
  msgstr "Benutzer-Einstellungen für die Feld-Namen in der Form"
604
 
605
- #: contact_form.php:1192
606
  msgid "Add a language"
607
  msgstr "Hinzufügen einer Sprache"
608
 
609
- #: contact_form.php:1196
610
  msgid "Change the names of the contact form fields and error messages"
611
  msgstr "Verändere die Namen der Kontakt-Form-Felder und Fehlermeldungen"
612
 
613
- #: contact_form.php:1201
614
- #: contact_form.php:1288
615
  msgid "English"
616
  msgstr "Englisch"
617
 
618
- #: contact_form.php:1209
619
- #: contact_form.php:1243
620
  msgid "click to expand/hide the list"
621
  msgstr "Klick zum erweitern/verstecken der Liste"
622
 
623
- #: contact_form.php:1218
624
- #: contact_form.php:1252
625
  msgid "Tips below the Attachment block"
626
  msgstr "Tipps unterhalb des Anhang-Blocks"
627
 
628
- #: contact_form.php:1221
629
- #: contact_form.php:1255
630
  msgid "Error message for the Name field"
631
  msgstr "Fehlermeldung für das Namensfeld"
632
 
633
- #: contact_form.php:1222
634
- #: contact_form.php:1256
635
  msgid "Error message for the Address field"
636
  msgstr "Fehlermeldung für das Adress-Feld"
637
 
638
- #: contact_form.php:1223
639
- #: contact_form.php:1257
640
  msgid "Error message for the Email field"
641
  msgstr "Fehlermeldung für das E-Mail-Feld"
642
 
643
- #: contact_form.php:1224
644
- #: contact_form.php:1258
645
  msgid "Error message for the Phone field"
646
  msgstr "Fehlermeldung für das Telefonnummer-Feld"
647
 
648
- #: contact_form.php:1225
649
- #: contact_form.php:1259
650
  msgid "Error message for the Subject field"
651
  msgstr "Fehlermeldung für das Betreff-Feld"
652
 
653
- #: contact_form.php:1226
654
- #: contact_form.php:1260
655
  msgid "Error message for the Message field"
656
  msgstr "Fehlermeldung für das Inhalts-Feld"
657
 
658
- #: contact_form.php:1227
659
- #: contact_form.php:1261
660
  msgid "Error message about the file type for the Attachment field"
661
  msgstr "Fehlermeldung über den Datei-Typ für das Anhang-Feld"
662
 
663
- #: contact_form.php:1228
664
- #: contact_form.php:1262
665
- msgid "Error message while uploading a file for the Attachment field to the server"
666
- msgstr "Fehlermeldung während des hochladens einer Datei zum Server für das Anhang-Feld"
 
 
667
 
668
- #: contact_form.php:1229
669
- #: contact_form.php:1263
670
  msgid "Error message while moving the file for the Attachment field"
671
  msgstr "Fehlermeldung während der Verschiebung für das Anhang-Feld"
672
 
673
- #: contact_form.php:1230
674
- #: contact_form.php:1264
675
  msgid "Error message when file size limit for the Attachment field is exceeded"
676
- msgstr "Fehlermeldung wenn das Datei-Größen-Limit für das Anhang-Feld überschritten wird"
 
 
677
 
678
- #: contact_form.php:1231
679
- #: contact_form.php:1265
680
  msgid "Error message for the Captcha field"
681
  msgstr "Fehlermeldung für das Capatcha-Feld"
682
 
683
- #: contact_form.php:1232
684
- #: contact_form.php:1266
685
  msgid "Error message for the whole form"
686
  msgstr "Fehlermeldung für das ganze Formular"
687
 
688
- #: contact_form.php:1235
689
- #: contact_form.php:1237
690
- #: contact_form.php:1269
691
- #: contact_form.php:1271
692
- #: contact_form.php:1298
693
- #: contact_form.php:1300
694
- #: contact_form.php:1308
695
- #: contact_form.php:1310
696
  msgid "Use shortcode"
697
  msgstr "Benutze shortcode"
698
 
699
- #: contact_form.php:1235
700
- #: contact_form.php:1237
701
- #: contact_form.php:1269
702
- #: contact_form.php:1271
703
- #: contact_form.php:1298
704
- #: contact_form.php:1300
705
- #: contact_form.php:1308
706
- #: contact_form.php:1310
707
  msgid "for this language"
708
  msgstr "für diese Sprache"
709
 
710
- #: contact_form.php:1279
711
  #, fuzzy
712
  msgid "Use the changed names of the contact form fields in the email"
713
  msgstr "Verändere die Namen der Kontakt-Form-Felder und Fehlermeldungen"
714
 
715
- #: contact_form.php:1285
716
  msgid "Action after email is sent"
717
  msgstr "Handlung nachdem die E-Mail gesendet wurde"
718
 
719
- #: contact_form.php:1287
720
  msgid "Display text"
721
  msgstr "Zeige Text"
722
 
723
- #: contact_form.php:1296
724
- #: contact_form.php:1306
725
  msgid "Text"
726
  msgstr "Text"
727
 
728
- #: contact_form.php:1317
729
  msgid "Redirect to the page"
730
  msgstr "Umleiten zur Seite"
731
 
732
- #: contact_form.php:1318
733
  msgid "Url"
734
  msgstr "Url"
735
 
736
- #: contact_form.php:1322
737
  msgid "The $_SERVER variable that is used to build a URL of the form"
738
  msgstr ""
739
 
740
- #: contact_form.php:1326
741
- msgid "If you are not sure whether to change this setting or not, please do not do that."
 
 
 
 
 
 
742
  msgstr ""
743
 
744
- #: contact_form.php:1332
745
- #: contact_form.php:1516
 
 
 
 
 
 
 
746
  msgid "Save Changes"
747
  msgstr "Speichere Änderungen"
748
 
749
- #: contact_form.php:1337
750
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
751
  msgstr "Wenn ihnen das Plugin gefällt, geben sie bitte 5 Sterne auf WordPress"
752
 
753
- #: contact_form.php:1338
754
  msgid "Rate the plugin"
755
  msgstr "Bewerten Sie das Plugin"
756
 
757
- #: contact_form.php:1341
758
  msgid "If there is something wrong about it, please contact us"
759
  msgstr "Wenn etwas fehlerhaft ist, kontaktieren sie uns bitte"
760
 
761
- #: contact_form.php:1353
762
  msgid "Errors output"
763
  msgstr "Fehler-Ausgabe"
764
 
765
- #: contact_form.php:1356
766
  msgid "Display error messages"
767
  msgstr "Zeige Fehlermeldungen"
768
 
769
- #: contact_form.php:1357
770
  msgid "Color of the input field errors."
771
  msgstr "Farbe der Eingabe-Fehld-Fehler"
772
 
773
- #: contact_form.php:1358
774
  msgid "Display error messages & color of the input field errors"
775
  msgstr "Zeige Fehlermeldungen & Farbe zu den Eingabe-Feldern"
776
 
777
- #: contact_form.php:1363
778
  msgid "Add placeholder to the input blocks"
779
  msgstr "Füge Platzhalter an die Eingabe-Blöcke"
780
 
781
- #: contact_form.php:1369
782
  msgid "Add tooltips"
783
  msgstr "Füge Tooltips hinzu"
784
 
785
- #: contact_form.php:1383
786
  msgid "Email address"
787
  msgstr "E-Mail Adresse:"
788
 
789
- #: contact_form.php:1388
790
  msgid "Phone Number"
791
  msgstr "Telefonnummer:"
792
 
793
- #: contact_form.php:1402
794
  msgid "Attachment"
795
  msgstr "Anhang:"
796
 
797
- #: contact_form.php:1407
798
  msgid "(powered by bestwebsoft.com)"
799
  msgstr "(powered by bestwebsoft.com)"
800
 
801
- #: contact_form.php:1412
802
  msgid "Style options"
803
  msgstr "Stil-Optionen"
804
 
805
- #: contact_form.php:1415
806
  msgid "Text color"
807
  msgstr "Text -Farbe"
808
 
809
- #: contact_form.php:1418
810
- #: contact_form.php:1423
811
- #: contact_form.php:1433
812
- #: contact_form.php:1438
813
- #: contact_form.php:1443
814
- #: contact_form.php:1448
815
- #: contact_form.php:1458
816
- #: contact_form.php:1463
817
- #: contact_form.php:1469
818
- #: contact_form.php:1480
819
- #: contact_form.php:1485
820
- #: contact_form.php:1490
821
  msgid "Default"
822
  msgstr "Standard"
823
 
824
- #: contact_form.php:1420
825
  msgid "Label text color"
826
  msgstr "Beschriftungs-Text -Farbe"
827
 
828
- #: contact_form.php:1425
829
  msgid "Placeholder color"
830
  msgstr "Platzhalter -Farbe"
831
 
832
- #: contact_form.php:1430
833
  msgid "Errors color"
834
  msgstr "Fehler -Farbe"
835
 
836
- #: contact_form.php:1435
837
  msgid "Error text color"
838
  msgstr "Fehler-Text -Farbe"
839
 
840
- #: contact_form.php:1440
841
  msgid "Background color of the input field errors"
842
  msgstr "Hintergrund -Farbe von den Eingabefeld-Fehlern"
843
 
844
- #: contact_form.php:1445
845
  msgid "Border color of the input field errors"
846
  msgstr "Rand -Farbe von den Eingabefeld-Fehlern"
847
 
848
- #: contact_form.php:1450
849
  msgid "Placeholder color of the input field errors"
850
  msgstr "Platzhalter -Farbe von den Eingabefeld-Fehlern"
851
 
852
- #: contact_form.php:1455
853
  msgid "Input fields"
854
  msgstr "Eingabe-Felder"
855
 
856
- #: contact_form.php:1460
857
  msgid "Input fields background color"
858
  msgstr "Eingabefelder - Hintergrundfarbe"
859
 
860
- #: contact_form.php:1465
861
  msgid "Text fields color"
862
  msgstr "Text-Felder -Farbe"
863
 
864
- #: contact_form.php:1467
865
  msgid "Border width in px, numbers only"
866
  msgstr "Rand-Breite in px, nur Zahlen"
867
 
868
- #: contact_form.php:1471
869
- #: contact_form.php:1492
870
  msgid "Border color"
871
  msgstr "Rand -Farbe"
872
 
873
- #: contact_form.php:1476
874
  msgid "Submit button"
875
  msgstr "Sende-Schaltfläche"
876
 
877
- #: contact_form.php:1478
878
  msgid "Width in px, numbers only"
879
  msgstr "Breite in px, nur Zahlen"
880
 
881
- #: contact_form.php:1482
882
  msgid "Button color"
883
  msgstr "Schaltflächen -Farbe"
884
 
885
- #: contact_form.php:1487
886
  msgid "Button text color"
887
  msgstr "Schaltflächen-Text -Farbe"
888
 
889
- #: contact_form.php:1520
890
  msgid "Contact Form Pro | Preview"
891
  msgstr "Kontakt-Form Pro | Vorschau"
892
 
893
- #: contact_form.php:1523
894
  msgid "Show with errors"
895
  msgstr "Zeige mit Fehlern"
896
 
897
- #: contact_form.php:1531
898
- #: contact_form.php:1533
899
  msgid "Please enter your full name..."
900
  msgstr "Bitte geben sie Ihren vollen Namen ein... "
901
 
902
- #: contact_form.php:1544
903
- #: contact_form.php:1546
904
  msgid "Please enter your address..."
905
  msgstr "Bitte geben sie Ihre Adresse ein... "
906
 
907
- #: contact_form.php:1555
908
- #: contact_form.php:1557
909
  msgid "Please enter your email address..."
910
  msgstr "Bitte geben sie ihre E-Mail Adresse an ..."
911
 
912
- #: contact_form.php:1566
913
- #: contact_form.php:1568
914
  msgid "Please enter your phone number..."
915
  msgstr "Bitte geben sie Ihre Telefonnummer ein... "
916
 
917
- #: contact_form.php:1577
918
- #: contact_form.php:1579
919
  msgid "Please enter subject..."
920
  msgstr "Bitte geben sie Ihren Betreff an... "
921
 
922
- #: contact_form.php:1587
923
- #: contact_form.php:1589
924
  msgid "Please enter your message..."
925
  msgstr "Bitte geben sie Ihre Nachricht ein... "
926
 
927
- #: contact_form.php:1631
928
- msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
929
- msgstr "Glückwunsch! Die PRO Version des Plugins wurde erfolgreich heruntergeladen und aktiviert."
 
 
 
 
930
 
931
- #: contact_form.php:1633
932
  msgid "Please, go to"
933
  msgstr "Bitte, gehen Sie nach"
934
 
935
- #: contact_form.php:1633
936
  msgid "the setting page"
937
  msgstr "Die Einstellungs-Seite"
938
 
939
- #: contact_form.php:1634
940
  msgid "You will be redirected automatically in 5 seconds."
941
  msgstr "Sie werden in 5 Sekunden automatisch weitergeleitet"
942
 
943
- #: contact_form.php:1639
944
  msgid "You can download and activate"
945
  msgstr "You can download and activate"
946
 
947
- #: contact_form.php:1641
948
  msgid "version of this plugin by entering Your license key."
949
  msgstr "Version des Plugins durch Eingabe des Linzenzschlüssels."
950
 
951
- #: contact_form.php:1643
952
- msgid "You can find your license key on your personal page Client area, by clicking on the link"
953
- msgstr "Sie finden Ihren Linzenschlüssel auf Ihrer persönlichen Seite 'Client area', durch klicken des Links"
 
 
 
 
954
 
955
- #: contact_form.php:1645
956
  msgid "(your username is the email you specify when purchasing the product)."
957
  msgstr "(ihr Benutzername ist die beim Kauf verwendte E-Mail)."
958
 
959
- #: contact_form.php:1653
960
- #: contact_form.php:1663
961
  #, fuzzy
962
  msgid "Activate"
963
  msgstr "Aktiviere captcha"
964
 
965
- #: contact_form.php:1729
966
  msgid "Sorry, email message could not be delivered."
967
  msgstr "Verzeihung, die Nachricht konnte nicht gesendet werden."
968
 
969
- #: contact_form.php:2131
970
  msgid "Contact from"
971
  msgstr "Kontakt von"
972
 
973
- #: contact_form.php:2148
974
- #: contact_form.php:2180
975
- msgid "Email"
976
- msgstr "E-Mail"
977
-
978
- #: contact_form.php:2153
979
- #: contact_form.php:2183
980
  msgid "Phone"
981
  msgstr "Telefonnummer"
982
 
983
- #: contact_form.php:2164
984
- #: contact_form.php:2190
985
  msgid "Site"
986
  msgstr "Webseite"
987
 
988
- #: contact_form.php:2280
989
- msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
990
- msgstr "Wenn sie dieses MIME sehen, unterstützt Ihr Browser diesen MIME Typ nicht!"
 
 
 
991
 
992
- #: contact_form.php:2361
993
  msgid "Support"
994
  msgstr "Support"
995
 
996
- #: contact_form.php:2411
997
  msgid "Are you sure that you want to delete this language data?"
998
  msgstr "Sind sie sicher, dass sie diese Sprach-Daten löschen wollen?"
999
 
1000
- #: contact_form.php:2624
1001
- msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
 
 
1002
  msgstr ""
1003
 
1004
- #: contact_form.php:2625
1005
  msgid "Extend standard plugin functionality with new great options."
1006
  msgstr ""
1007
 
1008
- #: contact_form.php:2640
1009
- msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
 
 
1010
  msgstr ""
1011
 
1012
- #: contact_form.php:2641
1013
  msgid "Manage messages that have been sent from your website."
1014
  msgstr ""
1015
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1016
  #~ msgid "Go!"
1017
  #~ msgstr "Go!"
1018
 
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"
10
  "MIME-Version: 1.0\n"
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: "
60
+ "2MB"
61
+ msgstr ""
62
+ "Unterstützte Dateitypen: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
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"
156
+ 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."
169
+ 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."
281
+ 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:"
295
  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"
309
+ 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."
321
+ 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."
337
+ 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'."
453
+ 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"
628
+ 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 "
766
+ "display data from the Message field, as well as %%SITENAME%% to display blog "
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
+
1036
+ #~ msgid "Show"
1037
+ #~ msgstr "Zeige"
1038
+
1039
+ #~ msgid "Hide"
1040
+ #~ msgstr "Verstecke"
1041
+
1042
+ #~ msgid "The text in the 'From' field"
1043
+ #~ msgstr "Der Text in dem Feld 'From/Von'"
1044
+
1045
+ #~ msgid "This text will be used in the 'FROM' field"
1046
+ #~ msgstr "Dieser Text wird in dem Feld 'FROM/VON' stehen"
1047
+
1048
+ #~ msgid "The email address in the 'From' field"
1049
+ #~ msgstr "Die E-Mail Adresse in dem Feld 'From/Von'"
1050
+
1051
+ #~ msgid "This email address will be used in the 'From' field."
1052
+ #~ msgstr "Diese E-Mail Adresse wird in dem 'From/Von' Feld verwendet"
1053
+
1054
  #~ msgid "Go!"
1055
  #~ msgstr "Go!"
1056
 
languages/contact_form-el.mo ADDED
Binary file
languages/contact_form-el.po ADDED
@@ -0,0 +1,1270 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 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"
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"
14
+ "+9)%10>3 ? 2 : 1;\n"
15
+ "X-Generator: Poedit 1.5.4\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
18
+ "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
19
+ "X-Poedit-Basepath: ..\n"
20
+ "X-Textdomain-Support: yes\n"
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: "
73
+ "2MB"
74
+ msgstr ""
75
+ "Τύποι υποστηριζόμενων αρχείων: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, "
76
+ "BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Μέγιστο "
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"
190
+ msgstr ""
191
+ "Αν είναι ενεργοποιημένη η επιλογή \"Ανακατεύθυνση στη σελίδα\", τότε το "
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 ""
204
+ "Παρακαλούμε, εισάγετε μια έγκυρη διεύθυνση email στο πεδίο 'Χρησιμοποιήστε "
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."
332
+ msgstr ""
333
+ "Οι ρυθμίσεις της επέκτασης έχουν τροποποιηθεί. Για να τις αποθηκεύσετε, "
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."
341
+ msgstr ""
342
+ "Αν θέλετε να δημιουργήσετε πολλαπλές μορφές επαφής, παρακαλούμε "
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:"
350
+ msgstr ""
351
+ "Αν θέλετε να προσθέσετε τη Φόρμα Επικοινωνίας στην ιστοσελίδα σας, απλά "
352
+ "αντιγράψετε και επικολλήσετε αυτό το σύντομο κωδικό στο άρθρο, στη σελίδα ή "
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"
367
+ msgstr ""
368
+ "Αν έχετε οποιαδήποτε προβλήματα με τον πρότυπο σύντομο κωδικό "
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."
381
+ msgstr ""
382
+ "Εάν αφήσετε τα πεδία κενά, τα μηνύματα θα σταλούν στη διεύθυνση email που "
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."
400
+ msgstr ""
401
+ "Εισάγετε το όνομα του προσώπου που θα λαμβάνει τα μηνύματα από τη φόρμα "
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 ""
523
+ "Το όνομα του χρήστη που συμπληρώνει τη φόρμα θα χρησιμοποιηθεί στο πεδίο "
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'."
541
+ 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 ""
740
+ "Παράδειγμα: Εστάλη από (παραπέμπτης):\thttp://bestwebsoft.com/contacts/"
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"
753
+ msgstr ""
754
+ "Παράδειγμα: Χρήση (μέσο χρήστη):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
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 ""
829
+ "Μήνυμα σφάλματος κατά το ανέβασμα ενός αρχείου για το πεδίο Συνημμένο στο "
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."
915
+ msgstr ""
916
+ "Εάν δεν είστε σίγουροι αν πρέπει να αλλάξετε αυτή τη ρύθμιση ή όχι, σας "
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 "
929
+ "display data from the Message field, as well as %%SITENAME%% to display blog "
930
+ "name."
931
+ msgstr ""
932
+ "Μπορείτε να χρησιμοποιήσετε το %%NAME%% για να εμφανίσετε δεδομένα από το "
933
+ "πεδίο 'Email' και το %%MESSAGE%% για να εμφανίσετε δεδομένα από το πεδίο "
934
+ "'Μήνυμα', όπως επίσης και το %%SITENAME%% για να εμφανίσετε το όνομα του "
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!"
1229
+ msgstr ""
1230
+ "Εάν δεν μπορείτε να δείτε αυτό το MIME, αυτό σημαίνει ότι ο τύπος MIME δεν "
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."
1263
+ msgstr ""
1264
+ "<strong>Contact Form to DB</strong> επιτρέπει να αποθηκεύετε τα μηνύματά σας "
1265
+ "στη βάση δεδομένων."
1266
+
1267
+ # @ contact_form
1268
+ #: contact_form.php:2670
1269
+ msgid "Manage messages that have been sent from your website."
1270
+ msgstr "Διαχειριστείτε τα μηνύματα που έχουν σταλεί από την ιστοσελίδα σας."
languages/contact_form-es_ES.mo CHANGED
Binary file
languages/contact_form-es_ES.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-09-02 11:44+0300\n"
6
- "PO-Revision-Date: 2014-09-02 11:44+0300\n"
7
- "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Javitopo <jaawme@hotmail.com>\n"
9
  "Language: it_IT\n"
10
  "MIME-Version: 1.0\n"
@@ -16,1001 +16,1066 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:74
20
- #: contact_form.php:856
21
  msgid "Contact Form Settings"
22
  msgstr "Opciones de formulario de contacto"
23
 
24
- #: contact_form.php:74
25
  msgid "Contact Form"
26
  msgstr "Contact Form"
27
 
28
- #: contact_form.php:151
29
- #: contact_form.php:1211
30
- #: contact_form.php:1245
31
  msgid "Name:"
32
  msgstr "Nombre:"
33
 
34
- #: contact_form.php:152
35
- #: contact_form.php:1212
36
- #: contact_form.php:1246
37
  msgid "Address:"
38
  msgstr "Dirección:"
39
 
40
- #: contact_form.php:153
41
- #: contact_form.php:1213
42
- #: contact_form.php:1247
43
  msgid "Email Address:"
44
  msgstr "Dirección de correo electrónico:"
45
 
46
- #: contact_form.php:154
47
- #: contact_form.php:1214
48
- #: contact_form.php:1248
49
  msgid "Phone number:"
50
  msgstr "Número de teléfono:"
51
 
52
- #: contact_form.php:155
53
- #: contact_form.php:1215
54
- #: contact_form.php:1249
55
  msgid "Subject:"
56
  msgstr "Asunto:"
57
 
58
- #: contact_form.php:156
59
- #: contact_form.php:1216
60
- #: contact_form.php:1250
61
  msgid "Message:"
62
  msgstr "Mensaje:"
63
 
64
- #: contact_form.php:157
65
- #: contact_form.php:1217
66
- #: contact_form.php:1251
67
  msgid "Attachment:"
68
  msgstr "Datos adjuntos:"
69
 
70
- #: contact_form.php:158
71
- msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
72
- msgstr "Tipos de archivo admitidos: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Tamaño máximo de archivo: 2MB"
 
 
 
 
 
 
73
 
74
- #: contact_form.php:159
75
- #: contact_form.php:1219
76
- #: contact_form.php:1253
77
  msgid "Send me a copy"
78
  msgstr "Deseo recibir una copia"
79
 
80
- #: contact_form.php:160
81
- #: contact_form.php:1220
82
- #: contact_form.php:1254
83
  msgid "Submit"
84
  msgstr "Enviar"
85
 
86
- #: contact_form.php:161
87
  msgid "Your name is required."
88
  msgstr "Es necesario un nombre."
89
 
90
- #: contact_form.php:162
91
  msgid "Address is required."
92
  msgstr "Se requiere dirección."
93
 
94
- #: contact_form.php:163
95
  msgid "A valid email address is required."
96
  msgstr "Se requiere una dirección de email válida."
97
 
98
- #: contact_form.php:164
99
  msgid "Phone number is required."
100
  msgstr "Es necesario un número de teléfono."
101
 
102
- #: contact_form.php:165
103
  msgid "Subject is required."
104
  msgstr "Es necesario un asunto."
105
 
106
- #: contact_form.php:166
107
  msgid "Message text is required."
108
  msgstr "Es necesario el texto del mensaje."
109
 
110
- #: contact_form.php:167
111
  msgid "File format is not valid."
112
  msgstr "Formato de archivo no válido."
113
 
114
- #: contact_form.php:168
115
  msgid "File upload error."
116
  msgstr "Error de carga de archivos."
117
 
118
- #: contact_form.php:169
119
  msgid "The file could not be uploaded."
120
  msgstr "El archivo no se pudo cargar."
121
 
122
- #: contact_form.php:170
123
  msgid "This file is too large."
124
  msgstr "Este archivo es demasiado grande."
125
 
126
- #: contact_form.php:171
127
  msgid "Please fill out the CAPTCHA."
128
  msgstr "Por favor complete el CAPTCHA."
129
 
130
- #: contact_form.php:172
131
  msgid "Please make corrections below and try again."
132
  msgstr "Por favor, haga las correcciones y a continuación vuelva a intentarlo."
133
 
134
- #: contact_form.php:174
135
  msgid "Thank you for contacting us."
136
  msgstr "Gracias por contactar con nosotros."
137
 
138
- #: contact_form.php:370
139
  msgid "requires"
140
  msgstr "requiere"
141
 
142
- #: contact_form.php:370
143
- msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
144
- msgstr "o superior, es por eso que ha sido desactivado! Por favor actualize WordPress y vuelva a intentarlo."
 
 
 
 
145
 
146
- #: contact_form.php:370
147
  msgid "Back to the WordPress"
148
  msgstr "Volver a WordPress"
149
 
150
- #: contact_form.php:370
151
  msgid "Plugins page"
152
  msgstr "Página de Plugins"
153
 
154
- #: contact_form.php:678
155
- msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
156
- msgstr "Si se selecciona la opción 'Redirigir a la página', entonces el campo URL debe estar en el siguiente formato"
 
 
157
 
158
- #: contact_form.php:687
 
 
 
 
 
 
 
 
159
  #, fuzzy
160
  msgid "Such user does not exist."
161
  msgstr "Dicho usuario no existe. Los ajustes no se guardan."
162
 
163
- #: contact_form.php:697
164
  #, fuzzy
165
- msgid "Please enter a valid email address in the 'Use this email address' field."
166
- msgstr "Por favor, introduce una dirección de correo electrónico válida en el campo \"De\". Las configuraciones no se guardan."
 
 
 
167
 
168
- #: contact_form.php:705
169
  #, fuzzy
170
  msgid "Please enter a valid email address in the 'FROM' field."
171
- msgstr "Por favor, introduce una dirección de correo electrónico válida en el campo \"De\". Las configuraciones no se guardan."
 
 
172
 
173
- #: contact_form.php:730
174
  msgid "Settings saved."
175
  msgstr "Configuración guardada."
176
 
177
- #: contact_form.php:732
178
  #, fuzzy
179
  msgid "Settings are not saved."
180
  msgstr "Configuración guardada."
181
 
182
- #: contact_form.php:759
183
- #: contact_form.php:791
184
  msgid "Wrong license key"
185
  msgstr "Clave de licencia incorrecta"
186
 
187
- #: contact_form.php:784
188
- 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."
189
- msgstr "Algo salió mal. Inténtelo de nuevo más tarde. Si el error vuelve a aparecer, por favor, contacte con nosotros <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Pedimos disculpas por los inconvenientes."
 
 
 
 
 
 
190
 
191
- #: contact_form.php:793
192
  msgid "This license key is bind to another site"
193
  msgstr "Esta clave de licencia se usa en otro sitio"
194
 
195
- #: contact_form.php:795
196
- #: contact_form.php:1656
197
- msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
198
- msgstr "Por desgracia, se ha superado el número de intentos disponibles por día. Por favor, carga el plugin manualmente."
 
 
 
199
 
200
- #: contact_form.php:812
 
 
 
 
 
201
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
202
- msgstr "No se pudo abrir el archivo zip. Por favor, carga el plugin manualmente"
 
203
 
204
- #: contact_form.php:818
205
- msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
206
- msgstr "Su servidor no soporta bien ZipArchive o Phar. Por favor, carga el plugin manualmente"
 
 
 
 
207
 
208
- #: contact_form.php:822
209
- #: contact_form.php:831
210
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
211
- msgstr "Error al descargar el archivo zip. Por favor, cargar el plugin manualmente"
 
212
 
213
- #: contact_form.php:835
214
- msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
215
- msgstr "Algo salió mal. Inténtelo de nuevo más tarde o carge el plugin manualmente. Pedimos disculpas por los inconvenientes."
 
 
 
 
216
 
217
- #: contact_form.php:850
218
  msgid "Please, enter Your license key"
219
  msgstr "Por favor, introduzca su clave de licencia"
220
 
221
- #: contact_form.php:858
222
- #: contact_form.php:2347
223
- #: contact_form.php:2359
224
  msgid "Settings"
225
  msgstr "Configuración"
226
 
227
- #: contact_form.php:859
228
- msgid "Extra settings"
229
- msgstr "Ajustes adicionales"
 
 
 
 
 
230
 
231
- #: contact_form.php:860
232
- #: contact_form.php:2360
233
  msgid "FAQ"
234
  msgstr "Preguntas más frecuentes"
235
 
236
- #: contact_form.php:861
237
  msgid "Go PRO"
238
  msgstr "Ir al PRO"
239
 
240
- #: contact_form.php:864
241
  msgid "Notice:"
242
  msgstr "Aviso:"
243
 
244
- #: contact_form.php:864
245
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
246
- msgstr "Configuración del plugin se han cambiado. Para salvar los cambios, no olvide hacer clic en el botón \"Guardar cambios\"."
247
-
248
- #: contact_form.php:870
249
- msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
250
- msgstr "Si desea crear varios formularios de contacto, por favor, instale el plugin Formulario de contacto múltiple."
251
-
252
- #: contact_form.php:876
253
- #: contact_form.php:881
254
- #: contact_form.php:1615
255
- 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:"
256
- msgstr "Si usted desea agregar el formulario de contacto para su sitio web, sólo tienes que copiar y pegar este código corto a tu post, una página o un widget:"
257
-
258
- #: contact_form.php:876
259
- #: contact_form.php:877
260
- #: contact_form.php:881
261
- #: contact_form.php:882
262
- #: contact_form.php:1235
263
- #: contact_form.php:1237
264
- #: contact_form.php:1298
265
- #: contact_form.php:1300
 
 
 
 
 
 
266
  msgid "or"
267
  msgstr "o"
268
 
269
- #: contact_form.php:877
270
- #: contact_form.php:882
271
- msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
272
- msgstr "Si tiene algún problema con el shortcode estándar [contact_form], se debe utilizar el shortcode"
 
 
 
273
 
274
- #: contact_form.php:878
275
- #: contact_form.php:883
276
  msgid "They work the same way."
277
  msgstr "Funcionan de la misma manera."
278
 
279
- #: contact_form.php:879
280
- #: contact_form.php:884
281
- msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
282
- msgstr "Si deja los campos vacíos, se enviarán los mensajes a la dirección de correo electrónico especificada durante el registro."
 
 
 
283
 
284
- #: contact_form.php:889
285
  msgid "The user's email address:"
286
  msgstr "Dirección de correo electrónico del usuario:"
287
 
288
- #: contact_form.php:893
289
  msgid "Create a username"
290
  msgstr "Crear un nombre de usuario"
291
 
292
- #: contact_form.php:900
293
- msgid "Enter a username of the person who should get the messages from the contact form."
294
- msgstr "Introduzca un nombre de usuario de la persona que debe recibir los mensajes desde el formulario de contacto."
 
 
 
 
295
 
296
- #: contact_form.php:904
297
  msgid "Use this email address:"
298
  msgstr "Utilice esta dirección de correo electrónico:"
299
 
300
- #: contact_form.php:907
301
  msgid "Enter the email address you want the messages forwarded to."
302
- msgstr "Introduzca la dirección de correo electrónico que desea que reciba los mensajes."
 
 
303
 
304
- #: contact_form.php:916
305
  msgid "Add department selectbox to the contact form:"
306
  msgstr "Añadir caja de selección al formulario de contacto:"
307
 
308
- #: contact_form.php:924
309
- #: contact_form.php:1498
310
  msgid "If you upgrade to Pro version all your settings will be saved."
311
  msgstr "Si actualiza a la versión Pro se guardarán todos los ajustes."
312
 
313
- #: contact_form.php:931
314
- #: contact_form.php:1077
315
- #: contact_form.php:1151
316
- #: contact_form.php:1505
317
  msgid "Unlock premium options by upgrading to a PRO version."
318
- msgstr "Desbloquear opciones premium mediante la actualización a una versión PRO."
 
319
 
320
- #: contact_form.php:932
321
- #: contact_form.php:1078
322
- #: contact_form.php:1152
323
- #: contact_form.php:1506
324
- #: contact_form.php:2621
325
- #: contact_form.php:2637
326
  msgid "Learn More"
327
  msgstr "Más información"
328
 
329
- #: contact_form.php:935
330
- #: contact_form.php:1081
331
- #: contact_form.php:1155
332
- #: contact_form.php:1509
333
  msgid "Go"
334
  msgstr "Ir"
335
 
336
- #: contact_form.php:942
337
  msgid "Save emails to the database"
338
  msgstr "Guardar mensajes de correo electrónico a la base de datos"
339
 
340
- #: contact_form.php:948
341