Contact Form by BestWebSoft - Version 3.70

Version Description

  • 16.01.2014 =
  • Update : BWS plugins section was updated.
Download this release

Release Info

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

Code changes from version 3.69 to 3.70

Files changed (49) hide show
  1. bws_menu/bws_menu.php +853 -280
  2. bws_menu/css/style.css +149 -0
  3. bws_menu/icons/adsense.png +0 -0
  4. bws_menu/icons/captcha.png +0 -0
  5. bws_menu/icons/contact-form-to-db.png +0 -0
  6. bws_menu/icons/contact-form.png +0 -0
  7. bws_menu/icons/custom-fields-search.png +0 -0
  8. bws_menu/icons/custom-search.png +0 -0
  9. bws_menu/icons/donate-button.png +0 -0
  10. bws_menu/icons/facebook-button.png +0 -0
  11. bws_menu/icons/gallery.png +0 -0
  12. bws_menu/icons/google-one.png +0 -0
  13. bws_menu/icons/google-sitemap.png +0 -0
  14. bws_menu/icons/icon.png +0 -0
  15. bws_menu/icons/pdf-print.png +0 -0
  16. bws_menu/icons/portfolio.png +0 -0
  17. bws_menu/icons/pro.png +0 -0
  18. bws_menu/icons/quotes-and-tips.png +0 -0
  19. bws_menu/icons/relevant.png +0 -0
  20. bws_menu/icons/twitter.png +0 -0
  21. bws_menu/icons/updater.png +0 -0
  22. bws_menu/js/bws_menu.js +60 -0
  23. bws_menu/languages/bestwebsoft-de_DE.mo +0 -0
  24. bws_menu/languages/bestwebsoft-de_DE.po +253 -75
  25. bws_menu/languages/bestwebsoft-fr_FR.mo +0 -0
  26. bws_menu/languages/bestwebsoft-fr_FR.po +381 -81
  27. bws_menu/languages/bestwebsoft-it_IT.mo +0 -0
  28. bws_menu/languages/bestwebsoft-it_IT.po +253 -76
  29. bws_menu/languages/bestwebsoft-ja.mo +0 -0
  30. bws_menu/languages/bestwebsoft-ja.po +382 -81
  31. bws_menu/languages/bestwebsoft-pt_BR.mo +0 -0
  32. bws_menu/languages/bestwebsoft-pt_BR.po +253 -76
  33. bws_menu/languages/bestwebsoft-ru_RU.mo +0 -0
  34. bws_menu/languages/bestwebsoft-ru_RU.po +228 -236
  35. bws_menu/languages/bestwebsoft-sr_RS.mo +0 -0
  36. bws_menu/languages/bestwebsoft-sr_RS.po +344 -79
  37. bws_menu/languages/bestwebsoft-sv_SE.mo +0 -0
  38. bws_menu/languages/bestwebsoft-sv_SE.po +310 -79
  39. bws_menu/languages/bestwebsoft-uk.mo +0 -0
  40. bws_menu/languages/bestwebsoft-uk.po +239 -58
  41. contact_form.php +811 -831
  42. css/style.css +167 -182
  43. css/style_wp_before_3.8.css +166 -184
  44. js/bws_menu.js +0 -23
  45. languages/contact_form-ru_RU.mo +0 -0
  46. languages/contact_form-ru_RU.po +178 -206
  47. languages/contact_form-uk.mo +0 -0
  48. languages/contact_form-uk.po +181 -204
  49. readme.txt +7 -1
bws_menu/bws_menu.php CHANGED
@@ -4,223 +4,433 @@
4
  */
5
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
6
  function bws_add_menu_render() {
7
- global $wpdb, $wp_version, $bws_plugin_info;
8
- if ( ! function_exists( 'is_plugin_active_for_network' ) )
9
- require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
10
- $all_plugins = get_plugins();
11
  $error = '';
12
  $message = '';
13
  $bwsmn_form_email = '';
14
- $active_plugins = get_option( 'active_plugins' );
15
 
16
- $array_activate = array();
17
- $array_install = array();
18
- $array_recomend = array();
19
- $count_activate = $count_install = $count_recomend = 0;
20
- $array_plugins = array(
21
- array( 'captcha\/captcha.php', 'Captcha', 'http://bestwebsoft.com/plugin/captcha-plugin/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/captcha-plugin/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Captcha+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=captcha.php' ),
22
- array( 'contact-form-plugin\/contact_form.php', 'Contact Form', 'http://bestwebsoft.com/plugin/contact-form/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/contact-form/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Contact+Form+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=contact_form.php' ),
23
- array( 'facebook-button-plugin\/facebook-button-plugin.php', 'Facebook Like Button Plugin', 'http://bestwebsoft.com/plugin/facebook-like-button-plugin/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/facebook-like-button-plugin/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Facebook+Like+Button+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=facebook-button-plugin.php' ),
24
- array( 'twitter-plugin\/twitter.php', 'Twitter Plugin', 'http://bestwebsoft.com/plugin/twitter-plugin/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/twitter-plugin/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Twitter+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=twitter.php' ),
25
- array( 'portfolio\/portfolio.php', 'Portfolio', 'http://bestwebsoft.com/plugin/portfolio-plugin/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/portfolio-plugin/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Portfolio+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=portfolio.php' ),
26
- array( 'gallery-plugin\/gallery-plugin.php', 'Gallery', 'http://bestwebsoft.com/plugin/gallery-plugin/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/gallery-plugin/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Gallery+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=gallery-plugin.php' ),
27
- array( 'adsense-plugin\/adsense-plugin.php', 'Google AdSense Plugin', 'http://bestwebsoft.com/plugin/google-adsense-plugin/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/google-adsense-plugin/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Adsense+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=adsense-plugin.php' ),
28
- array( 'custom-search-plugin\/custom-search-plugin.php', 'Custom Search Plugin', 'http://bestwebsoft.com/plugin/custom-search-plugin/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/custom-search-plugin/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Search+plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=custom_search.php' ),
29
- array( 'quotes-and-tips\/quotes-and-tips.php', 'Quotes and Tips', 'http://bestwebsoft.com/plugin/quotes-and-tips/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/quotes-and-tips/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Quotes+and+Tips+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=quotes-and-tips.php' ),
30
- array( 'google-sitemap-plugin\/google-sitemap-plugin.php', 'Google sitemap plugin', 'http://bestwebsoft.com/plugin/google-sitemap-plugin/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/google-sitemap-plugin/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+sitemap+plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=google-sitemap-plugin.php' ),
31
- array( 'updater\/updater.php', 'Updater', 'http://bestwebsoft.com/plugin/updater-plugin/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/updater-plugin/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=updater+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=updater-options' ),
32
- array( 'custom-fields-search\/custom-fields-search.php', 'Custom Fields Search', 'http://bestwebsoft.com/plugin/custom-fields-search/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/custom-fields-search/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Fields+Search+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=custom_fields_search.php' ),
33
- array( 'google-one\/google-plus-one.php', 'Google +1', 'http://bestwebsoft.com/plugin/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+%2B1+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=google-plus-one.php' ),
34
- array( 'relevant\/related-posts-plugin.php', 'Related Posts Plugin', 'http://bestwebsoft.com/plugin/related-posts-plugin/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/related-posts-plugin/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&s=Related+Posts+Plugin+Bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=related-posts-plugin.php' ),
35
- array( 'contact-form-to-db\/contact_form_to_db.php', 'Contact Form to DB', 'http://bestwebsoft.com/plugin/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&s=Contact+Form+to+DB+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=cntctfrmtdb_settings' ),
36
- array( 'pdf-print\/pdf-print.php', 'PDF & Print', 'http://bestwebsoft.com/plugin/pdf-print/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/pdf-print/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&s=PDF+Print+Bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=pdf-print.php' ),
37
- array( 'donate-button\/donate.php', 'Donate', 'http://bestwebsoft.com/plugin/donate/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/donate/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&s=Donate+Bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=donate.php' )
38
- );
39
- foreach ( $array_plugins as $plugins ) {
40
- if ( 0 < count( preg_grep( "/" . $plugins[0] . "/", $active_plugins ) ) || is_plugin_active_for_network( str_replace( '\\', '', $plugins[0] ) ) ) {
41
- $array_activate[ $count_activate ]["title"] = $plugins[1];
42
- $array_activate[ $count_activate ]["link"] = $plugins[2];
43
- $array_activate[ $count_activate ]["href"] = $plugins[3];
44
- $array_activate[ $count_activate ]["url"] = $plugins[5];
45
- $count_activate++;
46
- } else if ( array_key_exists( str_replace( "\\", "", $plugins[0] ), $all_plugins ) ) {
47
- $array_install[ $count_install ]["title"] = $plugins[1];
48
- $array_install[ $count_install ]["link"] = $plugins[2];
49
- $array_install[ $count_install ]["href"] = $plugins[3];
50
- $count_install++;
51
- } else {
52
- $array_recomend[ $count_recomend ]["title"] = $plugins[1];
53
- $array_recomend[ $count_recomend ]["link"] = $plugins[2];
54
- $array_recomend[ $count_recomend ]["href"] = $plugins[3];
55
- $array_recomend[ $count_recomend ]["slug"] = $plugins[4];
56
- $count_recomend++;
57
- }
58
  }
59
 
60
- $array_activate_pro = array();
61
- $array_install_pro = array();
62
- $array_recomend_pro = array();
63
- $count_activate_pro = $count_install_pro = $count_recomend_pro = 0;
64
- $array_plugins_pro = array(
65
- array( 'gallery-plugin-pro\/gallery-plugin-pro.php', 'Gallery Pro', 'http://bestwebsoft.com/plugin/gallery-pro/?k=382e5ce7c96a6391f5ffa5e116b37fe0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/gallery-pro/?k=382e5ce7c96a6391f5ffa5e116b37fe0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase', 'admin.php?page=gallery-plugin-pro.php' ),
66
- array( 'contact-form-pro\/contact_form_pro.php', 'Contact Form Pro', 'http://bestwebsoft.com/plugin/contact-form-pro/?k=773dc97bb3551975db0e32edca1a6d71&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/contact-form-pro/?k=773dc97bb3551975db0e32edca1a6d71&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase', 'admin.php?page=contact_form_pro.php' ),
67
- array( 'captcha-pro\/captcha_pro.php', 'Captcha Pro', 'http://bestwebsoft.com/plugin/captcha-pro/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/captcha-pro/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase', 'admin.php?page=captcha_pro.php' ),
68
- array( 'updater-pro\/updater_pro.php', 'Updater Pro', 'http://bestwebsoft.com/plugin/updater-pro/?k=cf633acbefbdff78545347fe08a3aecb&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/updater-pro?k=cf633acbefbdff78545347fe08a3aecb&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase', 'admin.php?page=updater-pro-options' ),
69
- array( 'contact-form-to-db-pro\/contact_form_to_db_pro.php', 'Contact Form to DB Pro', 'http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=6ce5f4a9006ec906e4db643669246c6a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=6ce5f4a9006ec906e4db643669246c6a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase', 'admin.php?page=cntctfrmtdbpr_settings' )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  );
71
- foreach ( $array_plugins_pro as $plugins ) {
72
- if ( 0 < count( preg_grep( "/" . $plugins[0] . "/", $active_plugins ) ) || is_plugin_active_for_network( str_replace( '\\', '', $plugins[0] ) ) ) {
73
- $array_activate_pro[ $count_activate_pro ]["title"] = $plugins[1];
74
- $array_activate_pro[ $count_activate_pro ]["link"] = $plugins[2];
75
- $array_activate_pro[ $count_activate_pro ]["href"] = $plugins[3];
76
- $array_activate_pro[ $count_activate_pro ]["url"] = $plugins[4];
77
- $count_activate_pro++;
78
- } else if ( array_key_exists( str_replace( "\\", "", $plugins[0]), $all_plugins ) ) {
79
- $array_install_pro[ $count_install_pro ]["title"] = $plugins[1];
80
- $array_install_pro[ $count_install_pro ]["link"] = $plugins[2];
81
- $array_install_pro[ $count_install_pro ]["href"] = $plugins[3];
82
- $count_install_pro++;
83
- } else {
84
- $array_recomend_pro[ $count_recomend_pro ]["title"] = $plugins[1];
85
- $array_recomend_pro[ $count_recomend_pro ]["link"] = $plugins[2];
86
- $array_recomend_pro[ $count_recomend_pro ]["href"] = $plugins[3];
87
- $count_recomend_pro++;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
88
  }
89
- }
90
- if ( $wp_version >= '3.4' ) {
91
- $wp_list_table = _get_list_table( 'WP_Themes_List_Table' );
92
- $wp_list_table->prepare_items();
93
- $current_theme = wp_get_theme();
94
- $array_activate_theme = array();
95
- $array_install_theme = array();
96
- $array_recomend_theme = array();
97
- $count_activate_theme = $count_install_theme = $count_recomend_theme = 0;
98
- $array_theme = array(
99
- array( 'central', 'Central', 'http://bestwebsoft.com/theme/central/?k=77c0199aabdb1f601a0504e312bee220&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/theme/central/?k=77c0199aabdb1f601a0504e312bee220&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/theme-install.php?tab=search&s=Central&search=Search' ),
100
- array( 'simple-classic', 'Simple Classic', 'http://bestwebsoft.com/theme/simple-classic/?k=b3990bfc85125747f48ece9f011f4cde&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/theme/simple-classic/?k=b3990bfc85125747f48ece9f011f4cde&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/theme-install.php?tab=search&type=term&s=Simple+Classic&search=Search' ),
101
- array( 'reddish', 'Reddish', 'http://bestwebsoft.com/theme/reddish/?k=1ea187e3fd401fd278e23a333abaf4f6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/theme/reddish/?k=1ea187e3fd401fd278e23a333abaf4f6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/theme-install.php?tab=search&type=term&s=reddish&search=Search' ),
102
- array( 'wordpost', 'Wordpost', 'http://bestwebsoft.com/theme/wordpost/?k=f0fc8c98135c9657751224562aca7a55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/theme/wordpost/?k=f0fc8c98135c9657751224562aca7a55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/theme-install.php?tab=search&type=term&s=Wordpost&search=Search' )
103
- );
104
- foreach ( $array_theme as $theme ) {
105
- if ( $current_theme->get( 'Name' ) == $theme[1] ) {
106
- $array_activate_theme[ $count_activate_theme ]["title"] = $theme[1];
107
- $array_activate_theme[ $count_activate_theme ]["link"] = $theme[2];
108
- $array_activate_theme[ $count_activate_theme ]["href"] = $theme[3];
109
- $count_activate_theme++;
110
- } elseif ( array_key_exists( $theme[0], $wp_list_table->items ) ) {
111
- $array_install_theme[ $count_install_theme ]["title"] = $theme[1];
112
- $array_install_theme[ $count_install_theme ]["link"] = $theme[2];
113
- $array_install_theme[ $count_install_theme ]["href"] = $theme[3];
114
- $count_install_theme++;
115
  } else {
116
- $array_recomend_theme[ $count_recomend_theme ]["title"] = $theme[1];
117
- $array_recomend_theme[ $count_recomend_theme ]["link"] = $theme[2];
118
- $array_recomend_theme[ $count_recomend_theme ]["href"] = $theme[3];
119
- $array_recomend_theme[ $count_recomend_theme ]["slug"] = $theme[4];
120
- $count_recomend_theme++;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
121
  }
122
  }
123
  }
124
 
125
- $sql_version = $wpdb->get_var( "SELECT VERSION() AS version" );
126
- $mysql_info = $wpdb->get_results( "SHOW VARIABLES LIKE 'sql_mode'" );
127
- if ( is_array( $mysql_info) )
128
- $sql_mode = $mysql_info[0]->Value;
129
- if ( empty( $sql_mode ) )
130
- $sql_mode = __( 'Not set', 'bestwebsoft' );
131
- if ( ini_get( 'safe_mode' ) )
132
- $safe_mode = __( 'On', 'bestwebsoft' );
133
- else
134
- $safe_mode = __( 'Off', 'bestwebsoft' );
135
- if ( ini_get( 'allow_url_fopen' ) )
136
- $allow_url_fopen = __( 'On', 'bestwebsoft' );
137
- else
138
- $allow_url_fopen = __( 'Off', 'bestwebsoft' );
139
- if ( ini_get( 'upload_max_filesize' ) )
140
- $upload_max_filesize = ini_get( 'upload_max_filesize' );
141
- else
142
- $upload_max_filesize = __( 'N/A', 'bestwebsoft' );
143
- if ( ini_get('post_max_size') )
144
- $post_max_size = ini_get('post_max_size');
145
- else
146
- $post_max_size = __( 'N/A', 'bestwebsoft' );
147
- if ( ini_get( 'max_execution_time' ) )
148
- $max_execution_time = ini_get( 'max_execution_time' );
149
- else
150
- $max_execution_time = __( 'N/A', 'bestwebsoft' );
151
- if ( ini_get( 'memory_limit' ) )
152
- $memory_limit = ini_get( 'memory_limit' );
153
- else
154
- $memory_limit = __( 'N/A', 'bestwebsoft' );
155
- if ( function_exists( 'memory_get_usage' ) )
156
- $memory_usage = round( memory_get_usage() / 1024 / 1024, 2 ) . __( ' Mb', 'bestwebsoft' );
157
- else
158
- $memory_usage = __( 'N/A', 'bestwebsoft' );
159
- if ( is_callable( 'exif_read_data' ) )
160
- $exif_read_data = __( 'Yes', 'bestwebsoft' ) . " ( V" . substr( phpversion( 'exif' ), 0,4 ) . ")" ;
161
- else
162
- $exif_read_data = __( 'No', 'bestwebsoft' );
163
- if ( is_callable( 'iptcparse' ) )
164
- $iptcparse = __( 'Yes', 'bestwebsoft' );
165
- else
166
- $iptcparse = __( 'No', 'bestwebsoft' );
167
- if ( is_callable( 'xml_parser_create' ) )
168
- $xml_parser_create = __( 'Yes', 'bestwebsoft' );
169
- else
170
- $xml_parser_create = __( 'No', 'bestwebsoft' );
 
 
 
171
 
172
- if ( function_exists( 'wp_get_theme' ) )
173
- $theme = wp_get_theme();
174
- else
175
- $theme = get_theme( get_current_theme() );
176
 
177
- if ( function_exists( 'is_multisite' ) ) {
178
- if ( is_multisite() ) {
179
- $multisite = __( 'Yes', 'bestwebsoft' );
180
- } else {
181
- $multisite = __( 'No', 'bestwebsoft' );
182
- }
183
- } else
184
- $multisite = __( 'N/A', 'bestwebsoft' );
185
 
186
- $site_url = get_option( 'siteurl' );
187
- $home_url = get_option( 'home' );
188
- $db_version = get_option( 'db_version' );
189
- $system_info = array(
190
- 'system_info' => '',
191
- 'active_plugins' => '',
192
- 'inactive_plugins' => ''
193
- );
194
- $system_info['system_info'] = array(
195
- __( 'Operating System', 'bestwebsoft' ) => PHP_OS,
196
- __( 'Server', 'bestwebsoft' ) => $_SERVER["SERVER_SOFTWARE"],
197
- __( 'Memory usage', 'bestwebsoft' ) => $memory_usage,
198
- __( 'MYSQL Version', 'bestwebsoft' ) => $sql_version,
199
- __( 'SQL Mode', 'bestwebsoft' ) => $sql_mode,
200
- __( 'PHP Version', 'bestwebsoft' ) => PHP_VERSION,
201
- __( 'PHP Safe Mode', 'bestwebsoft' ) => $safe_mode,
202
- __( 'PHP Allow URL fopen', 'bestwebsoft' ) => $allow_url_fopen,
203
- __( 'PHP Memory Limit', 'bestwebsoft' ) => $memory_limit,
204
- __( 'PHP Max Upload Size', 'bestwebsoft' ) => $upload_max_filesize,
205
- __( 'PHP Max Post Size', 'bestwebsoft' ) => $post_max_size,
206
- __( 'PHP Max Script Execute Time', 'bestwebsoft' ) => $max_execution_time,
207
- __( 'PHP Exif support', 'bestwebsoft' ) => $exif_read_data,
208
- __( 'PHP IPTC support', 'bestwebsoft' ) => $iptcparse,
209
- __( 'PHP XML support', 'bestwebsoft' ) => $xml_parser_create,
210
- __( 'Site URL', 'bestwebsoft' ) => $site_url,
211
- __( 'Home URL', 'bestwebsoft' ) => $home_url,
212
- __( 'WordPress Version', 'bestwebsoft' ) => $wp_version,
213
- __( 'WordPress DB Version', 'bestwebsoft' ) => $db_version,
214
- __( 'Multisite', 'bestwebsoft' ) => $multisite,
215
- __( 'Active Theme', 'bestwebsoft' ) => $theme['Name'] . ' ' . $theme['Version']
216
- );
217
- foreach ( $all_plugins as $path => $plugin ) {
218
- if ( is_plugin_active( $path ) ) {
219
- $system_info['active_plugins'][ $plugin['Name'] ] = $plugin['Version'];
220
- } else {
221
- $system_info['inactive_plugins'][ $plugin['Name'] ] = $plugin['Version'];
222
- }
223
- }
 
224
 
225
  if ( ( isset( $_REQUEST['bwsmn_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ) ) ||
226
  ( isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ) ) ) {
@@ -266,99 +476,437 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
266
  $error = __( "Sorry, email message could not be delivered.", 'bestwebsoft' );
267
  }
268
  }
 
269
  ?>
270
  <div class="wrap">
271
  <div class="icon32 icon32-bws" id="icon-options-general"></div>
272
- <h2>BestWebSoft</h2>
273
- <div class="updated fade" <?php if ( ! ( isset( $_REQUEST['bwsmn_form_submit'] ) || isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
274
- <div class="error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
275
- <h3 style="color: blue;"><?php _e( 'Pro plugins', 'bestwebsoft' ); ?></h3>
276
- <?php if ( 0 < $count_activate_pro ) { ?>
277
- <div style="padding-left:15px;">
278
- <h4><?php _e( 'Activated plugins', 'bestwebsoft' ); ?></h4>
279
- <?php foreach ( $array_activate_pro as $activate_plugin ) { ?>
280
- <div style="float:left; width:200px;"><?php echo $activate_plugin["title"]; ?></div> <p><a href="<?php echo $activate_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a> <a href="<?php echo $activate_plugin["url"]; ?>"><?php echo __( "Settings", 'bestwebsoft' ); ?></a></p>
281
- <?php } ?>
282
- </div>
283
- <?php } ?>
284
- <?php if ( 0 < $count_install_pro ) { ?>
285
- <div style="padding-left:15px;">
286
- <h4><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
287
- <?php foreach ( $array_install_pro as $install_plugin) { ?>
288
- <div style="float:left; width:200px;"><?php echo $install_plugin["title"]; ?></div> <p><a href="<?php echo $install_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a></p>
289
- <?php } ?>
290
- </div>
291
- <?php } ?>
292
- <?php if ( 0 < $count_recomend_pro ) { ?>
293
- <div style="padding-left:15px;">
294
- <h4><?php _e( 'Recommended plugins', 'bestwebsoft' ); ?></h4>
295
- <?php foreach ( $array_recomend_pro as $recomend_plugin ) { ?>
296
- <div style="float:left; width:200px;"><?php echo $recomend_plugin["title"]; ?></div> <p><a href="<?php echo $recomend_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a> <a href="<?php echo $recomend_plugin["href"]; ?>" target="_blank"><?php echo __( "Purchase", 'bestwebsoft' ); ?></a></p>
297
- <?php } ?>
298
- </div>
299
- <?php } ?>
300
- <br />
301
- <h3 style="color: green"><?php _e( 'Free plugins', 'bestwebsoft' ); ?></h3>
302
- <?php if ( 0 < $count_activate ) { ?>
303
- <div style="padding-left:15px;">
304
- <h4><?php _e( 'Activated plugins', 'bestwebsoft' ); ?></h4>
305
- <?php foreach ( $array_activate as $activate_plugin ) { ?>
306
- <div style="float:left; width:200px;"><?php echo $activate_plugin["title"]; ?></div> <p><a href="<?php echo $activate_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a> <a href="<?php echo $activate_plugin["url"]; ?>"><?php echo __( "Settings", 'bestwebsoft' ); ?></a></p>
307
  <?php } ?>
308
- </div>
309
- <?php } ?>
310
- <?php if ( 0 < $count_install ) { ?>
311
- <div style="padding-left:15px;">
312
- <h4><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
313
- <?php foreach ( $array_install as $install_plugin ) { ?>
314
- <div style="float:left; width:200px;"><?php echo $install_plugin["title"]; ?></div> <p><a href="<?php echo $install_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a></p>
315
  <?php } ?>
316
- </div>
317
- <?php } ?>
318
- <?php if ( 0 < $count_recomend ) { ?>
319
- <div style="padding-left:15px;">
320
- <h4><?php _e( 'Recommended plugins', 'bestwebsoft' ); ?></h4>
321
- <?php foreach ( $array_recomend as $recomend_plugin ) { ?>
322
- <div style="float:left; width:200px;"><?php echo $recomend_plugin["title"]; ?></div> <p><a href="<?php echo $recomend_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a> <a href="<?php echo $recomend_plugin["href"]; ?>" target="_blank"><?php echo __( "Download", 'bestwebsoft' ); ?></a> <a class="install-now" href="<?php echo get_bloginfo( "url" ) . $recomend_plugin["slug"]; ?>" title="<?php esc_attr( sprintf( __( 'Install %s' ), $recomend_plugin["title"] ) ) ?>" target="_blank"><?php echo __( 'Install now from wordpress.org', 'bestwebsoft' ) ?></a></p>
323
  <?php } ?>
324
- </div>
325
- <?php } ?>
326
- <br />
327
- <?php if ( $wp_version >= '3.4' ) { ?>
328
- <h3 style="color: green"><?php _e( 'Free themes', 'bestwebsoft' ); ?></h3>
329
- <?php if ( 0 < $count_activate_theme ) { ?>
330
  <div style="padding-left:15px;">
331
- <h4><?php _e( 'Activated theme', 'bestwebsoft' ); ?></h4>
332
- <div style="float:left; width:200px;"><?php echo $array_activate_theme[0]["title"]; ?></div> <p><a href="<?php echo $array_activate_theme[0]["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a> <a href="<?php echo wp_customize_url(); ?>" title="<?php echo esc_attr( sprintf( __( 'Customize &#8220;%s&#8221;' ), $current_theme->display('Name') ) ); ?>"><?php _e( 'Customize' ); ?></a></p>
 
 
333
  </div>
334
  <?php } ?>
335
- <?php if ( 0 < $count_install_theme ) { ?>
336
  <div style="padding-left:15px;">
337
- <h4><?php _e( 'Installed themes', 'bestwebsoft' ); ?></h4>
338
- <?php foreach ( $array_install_theme as $install_theme ) { ?>
339
- <div style="float:left; width:200px;"><?php echo $install_theme["title"]; ?></div> <p><a href="<?php echo $install_theme["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a></p>
340
  <?php } ?>
341
  </div>
342
  <?php } ?>
343
- <?php if ( 0 < $count_recomend_theme ) { ?>
344
  <div style="padding-left:15px;">
345
- <h4><?php _e( 'Recommended themes', 'bestwebsoft' ); ?></h4>
346
- <?php foreach ( $array_recomend_theme as $recomend_theme ) { ?>
347
- <div style="float:left; width:200px;"><?php echo $recomend_theme["title"]; ?></div> <p><a href="<?php echo $recomend_theme["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a> <a href="<?php echo $recomend_theme["href"]; ?>" target="_blank"><?php echo __( "Download", 'bestwebsoft' ); ?></a> <a class="install-now" href="<?php echo get_bloginfo( "url" ) . $recomend_theme["slug"]; ?>" title="<?php esc_attr( sprintf( __( 'Install %s' ), $recomend_theme["title"] ) ) ?>" target="_blank"><?php echo __( 'Install now from wordpress.org', 'bestwebsoft' ) ?></a></p>
348
  <?php } ?>
349
  </div>
350
  <?php } ?>
351
  <br />
352
- <?php } ?>
353
- <span style="color: rgb(136, 136, 136); font-size: 10px;"><?php _e( 'If you have any questions, please contact us via', 'bestwebsoft' ); ?> <a href="http://support.bestwebsoft.com">http://support.bestwebsoft.com</a></span>
354
- <div id="poststuff" class="bws_system_info_meta_box">
355
- <div class="postbox">
356
- <div class="handlediv" title="Click to toggle">
357
- <br>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
358
  </div>
359
- <h3 class="hndle">
360
- <span><?php _e( 'System status', 'bestwebsoft' ); ?></span>
361
- </h3>
 
362
  <div class="inside">
363
  <table class="bws_system_info">
364
  <thead><tr><th><?php _e( 'Environment', 'bestwebsoft' ); ?></th><td></td></tr></thead>
@@ -394,14 +942,14 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
394
  </tbody>
395
  </table>
396
  <div class="clear"></div>
397
- <form method="post" action="admin.php?page=bws_plugins">
398
  <p>
399
  <input type="hidden" name="bwsmn_form_submit" value="submit" />
400
  <input type="submit" class="button-primary" value="<?php _e( 'Send to support', 'bestwebsoft' ) ?>" />
401
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ); ?>
402
  </p>
403
  </form>
404
- <form method="post" action="admin.php?page=bws_plugins">
405
  <p>
406
  <input type="hidden" name="bwsmn_form_submit_custom_email" value="submit" />
407
  <input type="submit" class="button" value="<?php _e( 'Send to custom email &#187;', 'bestwebsoft' ) ?>" />
@@ -410,8 +958,33 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
410
  </p>
411
  </form>
412
  </div>
413
- </div>
414
- </div>
415
  </div>
416
  <?php }
417
- } ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  */
5
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
6
  function bws_add_menu_render() {
7
+ global $wpdb, $wpmu, $wp_version, $bws_plugin_info;
 
 
 
8
  $error = '';
9
  $message = '';
10
  $bwsmn_form_email = '';
11
+ $bws_donate_link = 'https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10&product_id=13';
12
 
13
+ // install the option defaults
14
+ if ( 1 == $wpmu ) {
15
+ if ( !get_site_option( 'bstwbsftwppdtplgns_options' ) )
16
+ add_site_option( 'bstwbsftwppdtplgns_options', array(), '', 'yes' );
17
+ $bstwbsftwppdtplgns_options = get_site_option( 'bstwbsftwppdtplgns_options' );
18
+ } else {
19
+ if ( !get_option( 'bstwbsftwppdtplgns_options' ) )
20
+ add_option( 'bstwbsftwppdtplgns_options', array(), '', 'yes' );
21
+ $bstwbsftwppdtplgns_options = get_option( 'bstwbsftwppdtplgns_options' );
22
+ }
23
+ if ( !isset( $bstwbsftwppdtplgns_options['bws_menu_version'] ) ) {
24
+ $bstwbsftwppdtplgns_options['bws_menu_version'] = '1.1';
25
+ update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options, '', 'yes' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  }
27
 
28
+ if ( isset( $_REQUEST['bwsmn_form_submit_switch'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit_switch' ) ) {
29
+ if ( $bstwbsftwppdtplgns_options['bws_menu_version'] == '1.1' )
30
+ $bstwbsftwppdtplgns_options['bws_menu_version'] = 'old';
31
+ else
32
+ $bstwbsftwppdtplgns_options['bws_menu_version'] = '1.1';
33
+ $bstwbsftwppdtplgns_options['bws_menu_time'] = strtotime('now');
34
+ update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options, '', 'yes' );
35
+ }
36
+
37
+ if ( ! function_exists( 'is_plugin_active_for_network' ) )
38
+ require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
39
+
40
+ $bws_plugins = array(
41
+ 'captcha/captcha.php' => array(
42
+ 'name' => 'Captcha',
43
+ 'description' => 'Plugin intended to prove that the visitor is a human being and not a spam robot.',
44
+ 'link' => 'http://bestwebsoft.com/plugin/captcha-plugin/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
45
+ 'download' => 'http://bestwebsoft.com/plugin/captcha-plugin/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
46
+ 'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Captcha+bestwebsoft&plugin-search-input=Search+Plugins',
47
+ 'settings' => 'admin.php?page=captcha.php',
48
+ 'pro_version' => 'captcha-pro/captcha_pro.php'
49
+ ),
50
+ 'contact-form-plugin/contact_form.php' => array(
51
+ 'name' => 'Contact form',
52
+ 'description' => 'Add Contact Form to your WordPress website.',
53
+ 'link' => 'http://bestwebsoft.com/plugin/contact-form/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
54
+ 'download' => 'http://bestwebsoft.com/plugin/contact-form/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
55
+ 'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Contact+Form+bestwebsoft&plugin-search-input=Search+Plugins',
56
+ 'settings' => 'admin.php?page=contact_form.php',
57
+ 'pro_version' => 'contact-form-pro/contact_form_pro.php'
58
+ ),
59
+ 'facebook-button-plugin/facebook-button-plugin.php' => array(
60
+ 'name' => 'Facebook Like Button',
61
+ 'description' => 'Allows you to add a Follow button the easiest way.',
62
+ 'link' => 'http://bestwebsoft.com/plugin/facebook-like-button-plugin/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
63
+ 'download' => 'http://bestwebsoft.com/plugin/facebook-like-button-plugin/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
64
+ 'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Facebook+Like+Button+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
65
+ 'settings' => 'admin.php?page=facebook-button-plugin.php'
66
+ ),
67
+ 'twitter-plugin/twitter.php' => array(
68
+ 'name' => 'Twitter',
69
+ 'description' => 'Allows you to add a Twitter "Follow button" the easiest way.',
70
+ 'link' => 'http://bestwebsoft.com/plugin/twitter-plugin/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
71
+ 'download' => 'http://bestwebsoft.com/plugin/twitter-plugin/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
72
+ 'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Twitter+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
73
+ 'settings' => 'admin.php?page=twitter.php'
74
+ ),
75
+ 'portfolio/portfolio.php' => array(
76
+ 'name' => 'Portfolio',
77
+ 'description' => 'Allows you to create a page with the information about your past projects.',
78
+ 'link' => 'http://bestwebsoft.com/plugin/portfolio-plugin/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
79
+ 'download' => 'http://bestwebsoft.com/plugin/portfolio-plugin/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
80
+ 'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Portfolio+bestwebsoft&plugin-search-input=Search+Plugins',
81
+ 'settings' => 'admin.php?page=portfolio.php'
82
+ ),
83
+ 'gallery-plugin/gallery-plugin.php' => array(
84
+ 'name' => 'Gallery',
85
+ 'description' => 'Allows you to implement a Gallery page into your website.',
86
+ 'link' => 'http://bestwebsoft.com/plugin/gallery-plugin/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
87
+ 'download' => 'http://bestwebsoft.com/plugin/gallery-plugin/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
88
+ 'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Gallery+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
89
+ 'settings' => 'admin.php?page=gallery-plugin.php',
90
+ 'pro_version' => 'gallery-plugin-pro/gallery-plugin-pro.php'
91
+ ),
92
+ 'adsense-plugin/adsense-plugin.php'=> array(
93
+ 'name' => 'Google AdSense',
94
+ 'description' => 'Allows Google AdSense implementation to your website.',
95
+ 'link' => 'http://bestwebsoft.com/plugin/google-adsense-plugin/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
96
+ 'download' => 'http://bestwebsoft.com/plugin/google-adsense-plugin/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
97
+ 'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Adsense+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
98
+ 'settings' => 'admin.php?page=adsense-plugin.php'
99
+ ),
100
+ 'custom-search-plugin/custom-search-plugin.php'=> array(
101
+ 'name' => 'Custom Search',
102
+ 'description' => 'Allows to extend your website search functionality by adding a custom post type.',
103
+ 'link' => 'http://bestwebsoft.com/plugin/custom-search-plugin/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
104
+ 'download' => 'http://bestwebsoft.com/plugin/custom-search-plugin/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
105
+ 'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Search+plugin+bestwebsoft&plugin-search-input=Search+Plugins',
106
+ 'settings' => 'admin.php?page=custom_search.php'
107
+ ),
108
+ 'quotes-and-tips/quotes-and-tips.php'=> array(
109
+ 'name' => 'Quotes and Tips',
110
+ 'description' => 'Allows you to implement quotes & tips block into your web site.',
111
+ 'link' => 'http://bestwebsoft.com/plugin/quotes-and-tips/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
112
+ 'download' => 'http://bestwebsoft.com/plugin/quotes-and-tips/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
113
+ 'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Quotes+and+Tips+bestwebsoft&plugin-search-input=Search+Plugins',
114
+ 'settings' => 'admin.php?page=quotes-and-tips.php'
115
+ ),
116
+ 'google-sitemap-plugin/google-sitemap-plugin.php'=> array(
117
+ 'name' => 'Google Sitemap',
118
+ 'description' => 'Allows you to add sitemap file to Google Webmaster Tools.',
119
+ 'link' => 'http://bestwebsoft.com/plugin/google-sitemap-plugin/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
120
+ 'download' => 'http://bestwebsoft.com/plugin/google-sitemap-plugin/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
121
+ 'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+sitemap+plugin+bestwebsoft&plugin-search-input=Search+Plugins',
122
+ 'settings' => 'admin.php?page=google-sitemap-plugin.php',
123
+ 'pro_version' => 'google-sitemap-pro/google-sitemap-pro.php'
124
+ ),
125
+ 'updater/updater.php'=> array(
126
+ 'name' => 'Updater',
127
+ 'description' => 'Allows you to update plugins and WP core.',
128
+ 'link' => 'http://bestwebsoft.com/plugin/updater-plugin/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
129
+ 'download' => 'http://bestwebsoft.com/plugin/updater-plugin/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
130
+ 'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=updater+bestwebsoft&plugin-search-input=Search+Plugins',
131
+ 'settings' => 'admin.php?page=updater-options',
132
+ 'pro_version' => 'updater-pro/updater_pro.php'
133
+ ),
134
+ 'custom-fields-search/custom-fields-search.php'=> array(
135
+ 'name' => 'Custom Fields Search',
136
+ 'description' => 'Allows you to add website search any existing custom fields.',
137
+ 'link' => 'http://bestwebsoft.com/plugin/custom-fields-search/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
138
+ 'download' => 'http://bestwebsoft.com/plugin/custom-fields-search/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
139
+ 'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Fields+Search+bestwebsoft&plugin-search-input=Search+Plugins',
140
+ 'settings' => 'admin.php?page=custom_fields_search.php'
141
+ ),
142
+ 'google-one/google-plus-one.php' => array(
143
+ 'name' => 'Google +1',
144
+ 'description' => 'Allows you to celebrate liked the article.',
145
+ 'link' => 'http://bestwebsoft.com/plugin/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
146
+ 'download' => 'http://bestwebsoft.com/plugin/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
147
+ 'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+%2B1+bestwebsoft&plugin-search-input=Search+Plugins',
148
+ 'settings' => 'admin.php?page=google-plus-one.php'
149
+ ),
150
+ 'relevant/related-posts-plugin.php' => array(
151
+ 'name' => 'Relevant - Related Posts',
152
+ 'description' => 'Allows you to display related posts with similar words in category, tags, title or by adding special meta key for posts.',
153
+ 'link' => 'http://bestwebsoft.com/plugin/related-posts-plugin/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
154
+ 'download' => 'http://bestwebsoft.com/plugin/related-posts-plugin/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
155
+ 'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Related+Posts+Plugin+Bestwebsoft&plugin-search-input=Search+Plugins',
156
+ 'settings' => 'admin.php?page=related-posts-plugin.php'
157
+ ),
158
+ 'contact-form-to-db/contact_form_to_db.php' => array(
159
+ 'name' => 'Contact Form To DB',
160
+ 'description' => 'Allows you to manage the messages that have been sent from your site.',
161
+ 'link' => 'http://bestwebsoft.com/plugin/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
162
+ 'download' => 'http://bestwebsoft.com/plugin/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
163
+ 'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Contact+Form+to+DB+bestwebsoft&plugin-search-input=Search+Plugins',
164
+ 'settings' => 'admin.php?page=cntctfrmtdb_settings',
165
+ 'pro_version' => 'contact-form-to-db-pro/contact_form_to_db_pro.php'
166
+ ),
167
+ 'pdf-print/pdf-print.php' => array(
168
+ 'name' => 'PDF & Print',
169
+ 'description' => 'Allows you to create PDF and Print page with adding appropriate buttons to the content.',
170
+ 'link' => 'http://bestwebsoft.com/plugin/pdf-print/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
171
+ 'download' => 'http://bestwebsoft.com/plugin/pdf-print/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
172
+ 'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=PDF+Print+Bestwebsoft&plugin-search-input=Search+Plugins',
173
+ 'settings' => 'admin.php?page=pdf-print.php'
174
+ ),
175
+ 'donate-button/donate.php' => array(
176
+ 'name' => 'Donate',
177
+ 'description' => 'Makes it possible to place donation buttons of various payment systems on your web page.',
178
+ 'link' => 'http://bestwebsoft.com/plugin/donate/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
179
+ 'download' => 'http://bestwebsoft.com/plugin/donate/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
180
+ 'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Donate+Bestwebsoft&plugin-search-input=Search+Plugins',
181
+ 'settings' => 'admin.php?page=donate.php'
182
+ )
183
  );
184
+ $bws_plugins_pro = array(
185
+ 'gallery-plugin-pro/gallery-plugin-pro.php' => array(
186
+ 'name' => 'Gallery Pro',
187
+ 'description' => 'Allows you to implement as many galleries as you want into your website.',
188
+ 'link' => 'http://bestwebsoft.com/plugin/gallery-pro/?k=382e5ce7c96a6391f5ffa5e116b37fe0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
189
+ 'purchase' => 'http://bestwebsoft.com/plugin/gallery-pro/?k=382e5ce7c96a6391f5ffa5e116b37fe0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
190
+ 'settings' => 'admin.php?page=gallery-plugin-pro.php'
191
+ ),
192
+ 'contact-form-pro/contact_form_pro.php' => array(
193
+ 'name' => 'Contact form Pro',
194
+ 'description' => 'Allows you to implement a feedback form to a web-page or a post in no time.',
195
+ 'link' => 'http://bestwebsoft.com/plugin/contact-form-pro/?k=773dc97bb3551975db0e32edca1a6d71&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
196
+ 'purchase' => 'http://bestwebsoft.com/plugin/contact-form-pro/?k=773dc97bb3551975db0e32edca1a6d71&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
197
+ 'settings' => 'admin.php?page=contact_form_pro.php'
198
+ ),
199
+ 'captcha-pro/captcha_pro.php' => array(
200
+ 'name' => 'Captcha Pro',
201
+ 'description' => 'Allows you to implement a super security captcha form into web forms.',
202
+ 'link' => 'http://bestwebsoft.com/plugin/captcha-pro/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
203
+ 'purchase' => 'http://bestwebsoft.com/plugin/captcha-pro/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
204
+ 'settings' => 'admin.php?page=captcha_pro.php'
205
+ ),
206
+ 'updater-pro/updater_pro.php' => array(
207
+ 'name' => 'Updater Pro',
208
+ 'description' => 'Allows you to update plugins and WordPress core on your website.',
209
+ 'link' => 'http://bestwebsoft.com/plugin/updater-pro/?k=cf633acbefbdff78545347fe08a3aecb&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
210
+ 'purchase' => 'http://bestwebsoft.com/plugin/updater-pro?k=cf633acbefbdff78545347fe08a3aecb&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
211
+ 'settings' => 'admin.php?page=updater-pro-options'
212
+ ),
213
+ 'contact-form-to-db-pro/contact_form_to_db_pro.php' => array(
214
+ 'name' => 'Contact form to DB Pro',
215
+ 'description' => 'The plugin provides a unique opportunity to manage messages sent from your site via the contact form.',
216
+ 'link' => 'http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=6ce5f4a9006ec906e4db643669246c6a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
217
+ 'purchase' => 'http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=6ce5f4a9006ec906e4db643669246c6a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
218
+ 'settings' => 'admin.php?page=cntctfrmtdbpr_settings'
219
+ ),
220
+ 'google-sitemap-pro/google-sitemap-pro.php'=> array(
221
+ 'name' => 'Google Sitemap Pro',
222
+ 'description' => 'Allows you to add sitemap file to Google Webmaster Tools.',
223
+ 'link' => 'http://bestwebsoft.com/plugin/google-sitemap-pro/?k=7ea384a5cc36cb4c22741caa20dcd56d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
224
+ 'purchase' => 'http://bestwebsoft.com/plugin/google-sitemap-pro/?k=7ea384a5cc36cb4c22741caa20dcd56d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
225
+ 'settings' => 'admin.php?page=google-sitemap-pro.php'
226
+ ),
227
+ );
228
+
229
+ $all_plugins = get_plugins();
230
+ $active_plugins = get_option( 'active_plugins' );
231
+
232
+ if ( '1.1' == $bstwbsftwppdtplgns_options['bws_menu_version'] ) {
233
+
234
+ $recommend_plugins = array_diff_key( $bws_plugins, $all_plugins );
235
+
236
+ foreach ( $all_plugins as $key_plugin => $value_plugin ) {
237
+ if ( ! isset( $bws_plugins[ $key_plugin ] ) && ! isset( $bws_plugins_pro[ $key_plugin ] ) )
238
+ unset( $all_plugins[ $key_plugin ] );
239
+
240
+ if ( isset( $bws_plugins[ $key_plugin ] ) && isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $all_plugins[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) {
241
+ unset( $all_plugins[ $key_plugin ] );
242
+ }
243
  }
244
+ } else {
245
+
246
+ $array_activate = array();
247
+ $array_install = array();
248
+ $array_recomend = array();
249
+ $count_activate = $count_install = $count_recomend = 0;
250
+
251
+ foreach ( $bws_plugins as $key_plugin => $value_plugin ) {
252
+ if ( in_array( $key_plugin, $active_plugins ) || is_plugin_active_for_network( $key_plugin ) ) {
253
+ $array_activate[ $count_activate ]["title"] = $value_plugin['name'];
254
+ $array_activate[ $count_activate ]["link"] = $value_plugin['link'];
255
+ $array_activate[ $count_activate ]["href"] = $value_plugin['download'];
256
+ $array_activate[ $count_activate ]["url"] = $value_plugin['settings'];
257
+ $count_activate++;
258
+ } else if ( array_key_exists( $key_plugin, $all_plugins ) ) {
259
+ $array_install[ $count_install ]["title"] = $value_plugin['name'];
260
+ $array_install[ $count_install ]["link"] = $value_plugin['link'];
261
+ $array_install[ $count_install ]["href"] = $value_plugin['download'];
262
+ $count_install++;
 
 
 
 
 
 
 
263
  } else {
264
+ $array_recomend[ $count_recomend ]["title"] = $value_plugin['name'];
265
+ $array_recomend[ $count_recomend ]["link"] = $value_plugin['link'];
266
+ $array_recomend[ $count_recomend ]["href"] = $value_plugin['download'];
267
+ $array_recomend[ $count_recomend ]["slug"] = $value_plugin['wp_install'];
268
+ $count_recomend++;
269
+ }
270
+ }
271
+
272
+ $array_activate_pro = array();
273
+ $array_install_pro = array();
274
+ $array_recomend_pro = array();
275
+ $count_activate_pro = $count_install_pro = $count_recomend_pro = 0;
276
+ foreach ( $bws_plugins_pro as $key_plugin => $value_plugin ) {
277
+ if ( in_array( $key_plugin, $active_plugins ) || is_plugin_active_for_network( $key_plugin ) ) {
278
+ $array_activate_pro[ $count_activate_pro ]["title"] = $value_plugin['name'];
279
+ $array_activate_pro[ $count_activate_pro ]["link"] = $value_plugin['link'];
280
+ $array_activate_pro[ $count_activate_pro ]["href"] = $value_plugin['purchase'];
281
+ $array_activate_pro[ $count_activate_pro ]["url"] = $value_plugin['settings'];
282
+ $count_activate_pro++;
283
+ } else if ( array_key_exists( $key_plugin, $all_plugins ) ) {
284
+ $array_install_pro[ $count_install_pro ]["title"] = $value_plugin['name'];
285
+ $array_install_pro[ $count_install_pro ]["link"] = $value_plugin['link'];
286
+ $array_install_pro[ $count_install_pro ]["href"] = $value_plugin['purchase'];
287
+ $count_install_pro++;
288
+ } else {
289
+ $array_recomend_pro[ $count_recomend_pro ]["title"] = $value_plugin['name'];
290
+ $array_recomend_pro[ $count_recomend_pro ]["link"] = $value_plugin['link'];
291
+ $array_recomend_pro[ $count_recomend_pro ]["href"] = $value_plugin['purchase'];
292
+ $count_recomend_pro++;
293
+ }
294
+ }
295
+ if ( $wp_version >= '3.4' ) {
296
+ $wp_list_table = _get_list_table( 'WP_Themes_List_Table' );
297
+ $wp_list_table->prepare_items();
298
+ $current_theme = wp_get_theme();
299
+ $array_activate_theme = array();
300
+ $array_install_theme = array();
301
+ $array_recomend_theme = array();
302
+ $count_activate_theme = $count_install_theme = $count_recomend_theme = 0;
303
+ $array_theme = array(
304
+ array( 'central', 'Central', 'http://bestwebsoft.com/theme/central/?k=77c0199aabdb1f601a0504e312bee220&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/theme/central/?k=77c0199aabdb1f601a0504e312bee220&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/theme-install.php?tab=search&s=Central&search=Search' ),
305
+ array( 'simple-classic', 'Simple Classic', 'http://bestwebsoft.com/theme/simple-classic/?k=b3990bfc85125747f48ece9f011f4cde&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/theme/simple-classic/?k=b3990bfc85125747f48ece9f011f4cde&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/theme-install.php?tab=search&type=term&s=Simple+Classic&search=Search' ),
306
+ array( 'reddish', 'Reddish', 'http://bestwebsoft.com/theme/reddish/?k=1ea187e3fd401fd278e23a333abaf4f6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/theme/reddish/?k=1ea187e3fd401fd278e23a333abaf4f6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/theme-install.php?tab=search&type=term&s=reddish&search=Search' ),
307
+ array( 'wordpost', 'Wordpost', 'http://bestwebsoft.com/theme/wordpost/?k=f0fc8c98135c9657751224562aca7a55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/theme/wordpost/?k=f0fc8c98135c9657751224562aca7a55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/theme-install.php?tab=search&type=term&s=Wordpost&search=Search' )
308
+ );
309
+ foreach ( $array_theme as $theme ) {
310
+ if ( $current_theme->get( 'Name' ) == $theme[1] ) {
311
+ $array_activate_theme[ $count_activate_theme ]["title"] = $theme[1];
312
+ $array_activate_theme[ $count_activate_theme ]["link"] = $theme[2];
313
+ $array_activate_theme[ $count_activate_theme ]["href"] = $theme[3];
314
+ $count_activate_theme++;
315
+ } elseif ( array_key_exists( $theme[0], $wp_list_table->items ) ) {
316
+ $array_install_theme[ $count_install_theme ]["title"] = $theme[1];
317
+ $array_install_theme[ $count_install_theme ]["link"] = $theme[2];
318
+ $array_install_theme[ $count_install_theme ]["href"] = $theme[3];
319
+ $count_install_theme++;
320
+ } else {
321
+ $array_recomend_theme[ $count_recomend_theme ]["title"] = $theme[1];
322
+ $array_recomend_theme[ $count_recomend_theme ]["link"] = $theme[2];
323
+ $array_recomend_theme[ $count_recomend_theme ]["href"] = $theme[3];
324
+ $array_recomend_theme[ $count_recomend_theme ]["slug"] = $theme[4];
325
+ $count_recomend_theme++;
326
+ }
327
  }
328
  }
329
  }
330
 
331
+ if ( ( isset( $_GET['action'] ) && 'system_status' == $_GET['action'] ) || 'old' == $bstwbsftwppdtplgns_options['bws_menu_version'] ) {
332
+ $all_plugins = get_plugins();
333
+ $active_plugins = get_option( 'active_plugins' );
334
+ $sql_version = $wpdb->get_var( "SELECT VERSION() AS version" );
335
+ $mysql_info = $wpdb->get_results( "SHOW VARIABLES LIKE 'sql_mode'" );
336
+ if ( is_array( $mysql_info) )
337
+ $sql_mode = $mysql_info[0]->Value;
338
+ if ( empty( $sql_mode ) )
339
+ $sql_mode = __( 'Not set', 'bestwebsoft' );
340
+ if ( ini_get( 'safe_mode' ) )
341
+ $safe_mode = __( 'On', 'bestwebsoft' );
342
+ else
343
+ $safe_mode = __( 'Off', 'bestwebsoft' );
344
+ if ( ini_get( 'allow_url_fopen' ) )
345
+ $allow_url_fopen = __( 'On', 'bestwebsoft' );
346
+ else
347
+ $allow_url_fopen = __( 'Off', 'bestwebsoft' );
348
+ if ( ini_get( 'upload_max_filesize' ) )
349
+ $upload_max_filesize = ini_get( 'upload_max_filesize' );
350
+ else
351
+ $upload_max_filesize = __( 'N/A', 'bestwebsoft' );
352
+ if ( ini_get('post_max_size') )
353
+ $post_max_size = ini_get('post_max_size');
354
+ else
355
+ $post_max_size = __( 'N/A', 'bestwebsoft' );
356
+ if ( ini_get( 'max_execution_time' ) )
357
+ $max_execution_time = ini_get( 'max_execution_time' );
358
+ else
359
+ $max_execution_time = __( 'N/A', 'bestwebsoft' );
360
+ if ( ini_get( 'memory_limit' ) )
361
+ $memory_limit = ini_get( 'memory_limit' );
362
+ else
363
+ $memory_limit = __( 'N/A', 'bestwebsoft' );
364
+ if ( function_exists( 'memory_get_usage' ) )
365
+ $memory_usage = round( memory_get_usage() / 1024 / 1024, 2 ) . __( ' Mb', 'bestwebsoft' );
366
+ else
367
+ $memory_usage = __( 'N/A', 'bestwebsoft' );
368
+ if ( is_callable( 'exif_read_data' ) )
369
+ $exif_read_data = __( 'Yes', 'bestwebsoft' ) . " ( V" . substr( phpversion( 'exif' ), 0,4 ) . ")" ;
370
+ else
371
+ $exif_read_data = __( 'No', 'bestwebsoft' );
372
+ if ( is_callable( 'iptcparse' ) )
373
+ $iptcparse = __( 'Yes', 'bestwebsoft' );
374
+ else
375
+ $iptcparse = __( 'No', 'bestwebsoft' );
376
+ if ( is_callable( 'xml_parser_create' ) )
377
+ $xml_parser_create = __( 'Yes', 'bestwebsoft' );
378
+ else
379
+ $xml_parser_create = __( 'No', 'bestwebsoft' );
380
 
381
+ if ( function_exists( 'wp_get_theme' ) )
382
+ $theme = wp_get_theme();
383
+ else
384
+ $theme = get_theme( get_current_theme() );
385
 
386
+ if ( function_exists( 'is_multisite' ) ) {
387
+ if ( is_multisite() ) {
388
+ $multisite = __( 'Yes', 'bestwebsoft' );
389
+ } else {
390
+ $multisite = __( 'No', 'bestwebsoft' );
391
+ }
392
+ } else
393
+ $multisite = __( 'N/A', 'bestwebsoft' );
394
 
395
+ $site_url = get_option( 'siteurl' );
396
+ $home_url = get_option( 'home' );
397
+ $db_version = get_option( 'db_version' );
398
+ $system_info = array(
399
+ 'system_info' => '',
400
+ 'active_plugins' => '',
401
+ 'inactive_plugins' => ''
402
+ );
403
+ $system_info['system_info'] = array(
404
+ __( 'Operating System', 'bestwebsoft' ) => PHP_OS,
405
+ __( 'Server', 'bestwebsoft' ) => $_SERVER["SERVER_SOFTWARE"],
406
+ __( 'Memory usage', 'bestwebsoft' ) => $memory_usage,
407
+ __( 'MYSQL Version', 'bestwebsoft' ) => $sql_version,
408
+ __( 'SQL Mode', 'bestwebsoft' ) => $sql_mode,
409
+ __( 'PHP Version', 'bestwebsoft' ) => PHP_VERSION,
410
+ __( 'PHP Safe Mode', 'bestwebsoft' ) => $safe_mode,
411
+ __( 'PHP Allow URL fopen', 'bestwebsoft' ) => $allow_url_fopen,
412
+ __( 'PHP Memory Limit', 'bestwebsoft' ) => $memory_limit,
413
+ __( 'PHP Max Upload Size', 'bestwebsoft' ) => $upload_max_filesize,
414
+ __( 'PHP Max Post Size', 'bestwebsoft' ) => $post_max_size,
415
+ __( 'PHP Max Script Execute Time', 'bestwebsoft' ) => $max_execution_time,
416
+ __( 'PHP Exif support', 'bestwebsoft' ) => $exif_read_data,
417
+ __( 'PHP IPTC support', 'bestwebsoft' ) => $iptcparse,
418
+ __( 'PHP XML support', 'bestwebsoft' ) => $xml_parser_create,
419
+ __( 'Site URL', 'bestwebsoft' ) => $site_url,
420
+ __( 'Home URL', 'bestwebsoft' ) => $home_url,
421
+ __( 'WordPress Version', 'bestwebsoft' ) => $wp_version,
422
+ __( 'WordPress DB Version', 'bestwebsoft' ) => $db_version,
423
+ __( 'Multisite', 'bestwebsoft' ) => $multisite,
424
+ __( 'Active Theme', 'bestwebsoft' ) => $theme['Name'] . ' ' . $theme['Version']
425
+ );
426
+ foreach ( $all_plugins as $path => $plugin ) {
427
+ if ( is_plugin_active( $path ) ) {
428
+ $system_info['active_plugins'][ $plugin['Name'] ] = $plugin['Version'];
429
+ } else {
430
+ $system_info['inactive_plugins'][ $plugin['Name'] ] = $plugin['Version'];
431
+ }
432
+ }
433
+ }
434
 
435
  if ( ( isset( $_REQUEST['bwsmn_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ) ) ||
436
  ( isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ) ) ) {
476
  $error = __( "Sorry, email message could not be delivered.", 'bestwebsoft' );
477
  }
478
  }
479
+
480
  ?>
481
  <div class="wrap">
482
  <div class="icon32 icon32-bws" id="icon-options-general"></div>
483
+ <h2>
484
+ <span class="bws_main title">BestWebSoft</span>
485
+ <?php if ( 'old' == $bstwbsftwppdtplgns_options['bws_menu_version'] && isset( $bstwbsftwppdtplgns_options['bws_menu_time'] ) && strtotime("-14 day") < $bstwbsftwppdtplgns_options['bws_menu_time'] ) { ?>
486
+ <form method="post" action="admin.php?page=bws_plugins">
487
+ <input type="hidden" name="bwsmn_form_submit_switch" value="submit" />
488
+ <input type="submit" class="bws_switch_link" value="<?php _e( 'Switch to new interface', 'bestwebsoft' ) ?>" />
489
+ <?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit_switch' ); ?>
490
+ </form>
491
+ </h2>
492
+ <div class="clear"></div>
493
+ <div class="updated fade" <?php if ( ! ( isset( $_REQUEST['bwsmn_form_submit'] ) || isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
494
+ <div class="error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
495
+ <h3 style="color: blue;"><?php _e( 'Pro plugins', 'bestwebsoft' ); ?></h3>
496
+ <?php if ( 0 < $count_activate_pro ) { ?>
497
+ <div style="padding-left:15px;">
498
+ <h4><?php _e( 'Activated plugins', 'bestwebsoft' ); ?></h4>
499
+ <?php foreach ( $array_activate_pro as $activate_plugin ) { ?>
500
+ <div style="float:left; width:200px;"><?php echo $activate_plugin["title"]; ?></div> <p><a href="<?php echo $activate_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a> <a href="<?php echo $activate_plugin["url"]; ?>"><?php echo __( "Settings", 'bestwebsoft' ); ?></a></p>
501
+ <?php } ?>
502
+ </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
503
  <?php } ?>
504
+ <?php if ( 0 < $count_install_pro ) { ?>
505
+ <div style="padding-left:15px;">
506
+ <h4><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
507
+ <?php foreach ( $array_install_pro as $install_plugin) { ?>
508
+ <div style="float:left; width:200px;"><?php echo $install_plugin["title"]; ?></div> <p><a href="<?php echo $install_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a></p>
509
+ <?php } ?>
510
+ </div>
511
  <?php } ?>
512
+ <?php if ( 0 < $count_recomend_pro ) { ?>
513
+ <div style="padding-left:15px;">
514
+ <h4><?php _e( 'Recommended plugins', 'bestwebsoft' ); ?></h4>
515
+ <?php foreach ( $array_recomend_pro as $recomend_plugin ) { ?>
516
+ <div style="float:left; width:200px;"><?php echo $recomend_plugin["title"]; ?></div> <p><a href="<?php echo $recomend_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a> <a href="<?php echo $recomend_plugin["href"]; ?>" target="_blank"><?php echo __( "Purchase", 'bestwebsoft' ); ?></a></p>
517
+ <?php } ?>
518
+ </div>
519
  <?php } ?>
520
+ <br />
521
+ <h3 style="color: green"><?php _e( 'Free plugins', 'bestwebsoft' ); ?></h3>
522
+ <?php if ( 0 < $count_activate ) { ?>
 
 
 
523
  <div style="padding-left:15px;">
524
+ <h4><?php _e( 'Activated plugins', 'bestwebsoft' ); ?></h4>
525
+ <?php foreach ( $array_activate as $activate_plugin ) { ?>
526
+ <div style="float:left; width:200px;"><?php echo $activate_plugin["title"]; ?></div> <p><a href="<?php echo $activate_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a> <a href="<?php echo $activate_plugin["url"]; ?>"><?php echo __( "Settings", 'bestwebsoft' ); ?></a></p>
527
+ <?php } ?>
528
  </div>
529
  <?php } ?>
530
+ <?php if ( 0 < $count_install ) { ?>
531
  <div style="padding-left:15px;">
532
+ <h4><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
533
+ <?php foreach ( $array_install as $install_plugin ) { ?>
534
+ <div style="float:left; width:200px;"><?php echo $install_plugin["title"]; ?></div> <p><a href="<?php echo $install_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a></p>
535
  <?php } ?>
536
  </div>
537
  <?php } ?>
538
+ <?php if ( 0 < $count_recomend ) { ?>
539
  <div style="padding-left:15px;">
540
+ <h4><?php _e( 'Recommended plugins', 'bestwebsoft' ); ?></h4>
541
+ <?php foreach ( $array_recomend as $recomend_plugin ) { ?>
542
+ <div style="float:left; width:200px;"><?php echo $recomend_plugin["title"]; ?></div> <p><a href="<?php echo $recomend_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a> <a href="<?php echo $recomend_plugin["href"]; ?>" target="_blank"><?php echo __( "Download", 'bestwebsoft' ); ?></a> <a class="install-now" href="<?php echo get_bloginfo( "url" ) . $recomend_plugin["slug"]; ?>" title="<?php esc_attr( sprintf( __( 'Install %s' ), $recomend_plugin["title"] ) ) ?>" target="_blank"><?php echo __( 'Install now from wordpress.org', 'bestwebsoft' ) ?></a></p>
543
  <?php } ?>
544
  </div>
545
  <?php } ?>
546
  <br />
547
+ <?php if ( $wp_version >= '3.4' ) { ?>
548
+ <h3 style="color: green"><?php _e( 'Free themes', 'bestwebsoft' ); ?></h3>
549
+ <?php if ( 0 < $count_activate_theme ) { ?>
550
+ <div style="padding-left:15px;">
551
+ <h4><?php _e( 'Activated theme', 'bestwebsoft' ); ?></h4>
552
+ <div style="float:left; width:200px;"><?php echo $array_activate_theme[0]["title"]; ?></div> <p><a href="<?php echo $array_activate_theme[0]["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a> <a href="<?php echo wp_customize_url(); ?>" title="<?php echo esc_attr( sprintf( __( 'Customize &#8220;%s&#8221;' ), $current_theme->display('Name') ) ); ?>"><?php _e( 'Customize' ); ?></a></p>
553
+ </div>
554
+ <?php } ?>
555
+ <?php if ( 0 < $count_install_theme ) { ?>
556
+ <div style="padding-left:15px;">
557
+ <h4><?php _e( 'Installed themes', 'bestwebsoft' ); ?></h4>
558
+ <?php foreach ( $array_install_theme as $install_theme ) { ?>
559
+ <div style="float:left; width:200px;"><?php echo $install_theme["title"]; ?></div> <p><a href="<?php echo $install_theme["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a></p>
560
+ <?php } ?>
561
+ </div>
562
+ <?php } ?>
563
+ <?php if ( 0 < $count_recomend_theme ) { ?>
564
+ <div style="padding-left:15px;">
565
+ <h4><?php _e( 'Recommended themes', 'bestwebsoft' ); ?></h4>
566
+ <?php foreach ( $array_recomend_theme as $recomend_theme ) { ?>
567
+ <div style="float:left; width:200px;"><?php echo $recomend_theme["title"]; ?></div> <p><a href="<?php echo $recomend_theme["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a> <a href="<?php echo $recomend_theme["href"]; ?>" target="_blank"><?php echo __( "Download", 'bestwebsoft' ); ?></a> <a class="install-now" href="<?php echo get_bloginfo( "url" ) . $recomend_theme["slug"]; ?>" title="<?php esc_attr( sprintf( __( 'Install %s' ), $recomend_theme["title"] ) ) ?>" target="_blank"><?php echo __( 'Install now from wordpress.org', 'bestwebsoft' ) ?></a></p>
568
+ <?php } ?>
569
+ </div>
570
+ <?php } ?>
571
+ <br />
572
+ <?php } ?>
573
+ <span style="color: rgb(136, 136, 136); font-size: 10px;"><?php _e( 'If you have any questions, please contact us via', 'bestwebsoft' ); ?> <a href="http://support.bestwebsoft.com">http://support.bestwebsoft.com</a></span>
574
+ <div id="poststuff" class="bws_system_info_meta_box">
575
+ <div class="postbox">
576
+ <div class="handlediv" title="Click to toggle">
577
+ <br>
578
+ </div>
579
+ <h3 class="hndle">
580
+ <span><?php _e( 'System status', 'bestwebsoft' ); ?></span>
581
+ </h3>
582
+ <div class="inside">
583
+ <table class="bws_system_info">
584
+ <thead><tr><th><?php _e( 'Environment', 'bestwebsoft' ); ?></th><td></td></tr></thead>
585
+ <tbody>
586
+ <?php foreach ( $system_info['system_info'] as $key => $value ) { ?>
587
+ <tr>
588
+ <td scope="row"><?php echo $key; ?></td>
589
+ <td scope="row"><?php echo $value; ?></td>
590
+ </tr>
591
+ <?php } ?>
592
+ </tbody>
593
+ </table>
594
+ <table class="bws_system_info">
595
+ <thead><tr><th><?php _e( 'Active Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
596
+ <tbody>
597
+ <?php foreach ( $system_info['active_plugins'] as $key => $value ) { ?>
598
+ <tr>
599
+ <td scope="row"><?php echo $key; ?></td>
600
+ <td scope="row"><?php echo $value; ?></td>
601
+ </tr>
602
+ <?php } ?>
603
+ </tbody>
604
+ </table>
605
+ <table class="bws_system_info">
606
+ <thead><tr><th><?php _e( 'Inactive Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
607
+ <tbody>
608
+ <?php foreach ( $system_info['inactive_plugins'] as $key => $value ) { ?>
609
+ <tr>
610
+ <td scope="row"><?php echo $key; ?></td>
611
+ <td scope="row"><?php echo $value; ?></td>
612
+ </tr>
613
+ <?php } ?>
614
+ </tbody>
615
+ </table>
616
+ <div class="clear"></div>
617
+ <form method="post" action="admin.php?page=bws_plugins">
618
+ <p>
619
+ <input type="hidden" name="bwsmn_form_submit" value="submit" />
620
+ <input type="submit" class="button-primary" value="<?php _e( 'Send to support', 'bestwebsoft' ) ?>" />
621
+ <?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ); ?>
622
+ </p>
623
+ </form>
624
+ <form method="post" action="admin.php?page=bws_plugins">
625
+ <p>
626
+ <input type="hidden" name="bwsmn_form_submit_custom_email" value="submit" />
627
+ <input type="submit" class="button" value="<?php _e( 'Send to custom email &#187;', 'bestwebsoft' ) ?>" />
628
+ <input type="text" value="<?php echo $bwsmn_form_email; ?>" name="bwsmn_form_email" />
629
+ <?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ); ?>
630
+ </p>
631
+ </form>
632
+ </div>
633
+ </div>
634
+ </div>
635
+ <?php } else { ?>
636
+ <form method="post" action="admin.php?page=bws_plugins">
637
+ <input type="hidden" name="bwsmn_form_submit_switch" value="submit" />
638
+ <input type="submit" class="bws_switch_link" value="<?php _e( 'Switch to old interface', 'bestwebsoft' ) ?>" />
639
+ <?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit_switch' ); ?>
640
+ </form>
641
+ </h2>
642
+ <div class="clear"></div>
643
+ <h2 class="nav-tab-wrapper">
644
+ <a class="nav-tab<?php if ( !isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins"><?php _e( 'Plugins', 'bestwebsoft' ); ?></a>
645
+ <?php if ( $wp_version >= '3.4' ) { ?>
646
+ <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>
647
+ <?php } ?>
648
+ <a class="nav-tab<?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>
649
+ </h2>
650
+ <?php if ( !isset( $_GET['action'] ) ) { ?>
651
+ <ul class="subsubsub">
652
+ <li><a <?php if ( !isset( $_GET['sub'] ) ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins"><?php _e( 'All', 'bestwebsoft' ); ?></a></li> |
653
+ <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> |
654
+ <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>
655
+ </ul>
656
+ <div class="clear"></div>
657
+ <?php if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
658
+ <h4 class="bws_installed"><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
659
+ <?php foreach ( $all_plugins as $key_plugin => $value_plugin ) { ?>
660
+ <?php if ( in_array( $key_plugin, $active_plugins ) || is_plugin_active_for_network( $key_plugin ) ) { ?>
661
+ <?php if ( isset( $bws_plugins_pro[ $key_plugin ] ) ) {
662
+ $icon = ( false != strstr( $key_plugin, '-plugin-pro/', true ) ) ? strstr( $key_plugin, '-plugin-pro/', true ) : strstr( $key_plugin, '-pro/', true ); ?>
663
+ <div class="bws_product_box bws_exist_overlay">
664
+ <div class="bws_product">
665
+ <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
666
+ <div class="bws_product_content">
667
+ <div class="bws_product_icon">
668
+ <div class="bws_product_icon_pro"></div>
669
+ <img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
670
+ </div>
671
+ <div class="bws_product_description"><?php echo $value_plugin["Description"]; ?></div>
672
+ </div>
673
+ <a href="<?php echo $bws_plugins_pro[ $key_plugin ]["link"]; ?>" target="_blank">
674
+ <div class="bws_product_button"><strong>PRO</strong> <?php _e( 'installed', 'bestwebsoft' );?></div>
675
+ </a>
676
+ <div class="clear"></div>
677
+ </div>
678
+ <div class="bws_product_links">
679
+ <a href="<?php echo $bws_plugins_pro[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
680
+ <span> | </span>
681
+ <a href="<?php echo $bws_plugins_pro[ $key_plugin ]["settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
682
+ </div>
683
+ </div>
684
+ <?php } elseif ( isset( $bws_plugins[ $key_plugin ] ) ) {
685
+ $icon = ( false != strstr( $key_plugin, '-plugin/', true ) ) ? strstr( $key_plugin, '-plugin/', true ) : strstr( $key_plugin, '/', true ); ?>
686
+ <div class="bws_product_box bws_product_free">
687
+ <div class="bws_product">
688
+ <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
689
+ <div class="bws_product_content">
690
+ <div class="bws_product_icon">
691
+ <img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
692
+ </div>
693
+ <div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
694
+ </div>
695
+ <?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
696
+ <a href="<?php echo $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ]["purchase"]; ?>" target="_blank">
697
+ <div class="bws_product_button"><?php _e( 'Go', 'bestwebsoft' );?> <strong>PRO</strong></div>
698
+ </a>
699
+ <?php } else { ?>
700
+ <a href="<?php echo $bws_donate_link; ?>" target="_blank">
701
+ <div class="bws_product_button bws_donate_button"><strong><?php _e( 'DONATE', 'bestwebsoft' );?></strong></div>
702
+ </a>
703
+ <?php } ?>
704
+ <div class="clear"></div>
705
+ </div>
706
+ <div class="bws_product_links">
707
+ <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
708
+ <span> | </span>
709
+ <a href="<?php echo $bws_plugins[ $key_plugin ]["settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
710
+ </div>
711
+ </div>
712
+ <?php }
713
+ } else {
714
+ if ( isset( $bws_plugins_pro[ $key_plugin ] ) ) {
715
+ $icon = ( false != strstr( $key_plugin, '-plugin-pro/', true ) ) ? strstr( $key_plugin, '-plugin-pro/', true ) : strstr( $key_plugin, '-pro/', true ); ?>
716
+ <div class="bws_product_box bws_product_deactivated">
717
+ <div class="bws_product">
718
+ <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
719
+ <div class="bws_product_content">
720
+ <div class="bws_product_icon">
721
+ <div class="bws_product_icon_pro"></div>
722
+ <img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
723
+ </div>
724
+ <div class="bws_product_description"><?php echo $bws_plugins_pro[ $key_plugin ]["description"]; ?></div>
725
+ </div>
726
+ <a href="<?php echo $bws_plugins_pro[ $key_plugin ]["link"]; ?>" target="_blank">
727
+ <div class="bws_product_button"><strong>PRO</strong> <?php _e( 'installed', 'bestwebsoft' );?></div>
728
+ </a>
729
+ <div class="clear"></div>
730
+ </div>
731
+ <div class="bws_product_links">
732
+ <a href="<?php echo $bws_plugins_pro[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
733
+ <span> | </span>
734
+ <a class="bws_activate" href="plugins.php" title="<?php _e( "Activate this plugin", 'bestwebsoft' ); ?>" target="_blank"><?php _e( "Activate", 'bestwebsoft' ); ?></a>
735
+ </div>
736
+ </div>
737
+ <?php } elseif ( isset( $bws_plugins[ $key_plugin ] ) ) {
738
+ $icon = ( false != strstr( $key_plugin, '-plugin/', true ) ) ? strstr( $key_plugin, '-plugin/', true ) : strstr( $key_plugin, '/', true ); ?>
739
+ <div class="bws_product_box bws_product_deactivated bws_product_free">
740
+ <div class="bws_product">
741
+ <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
742
+ <div class="bws_product_content">
743
+ <div class="bws_product_icon">
744
+ <img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
745
+ </div>
746
+ <div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
747
+ </div>
748
+ <?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
749
+ <a href="<?php echo $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ]["purchase"]; ?>" target="_blank">
750
+ <div class="bws_product_button"><?php _e( 'Go', 'bestwebsoft' );?> <strong>PRO</strong></div>
751
+ </a>
752
+ <?php } else { ?>
753
+ <a href="<?php echo $bws_donate_link; ?>" target="_blank">
754
+ <div class="bws_product_button bws_donate_button"><strong><?php _e( 'Donate', 'bestwebsoft' );?></strong></div>
755
+ </a>
756
+ <?php } ?>
757
+ <div class="clear"></div>
758
+ </div>
759
+ <div class="bws_product_links">
760
+ <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
761
+ <span> | </span>
762
+ <a class="bws_activate" href="plugins.php" title="<?php _e( "Activate this plugin", 'bestwebsoft' ); ?>" target="_blank"><?php _e( "Activate", 'bestwebsoft' ); ?></a>
763
+ </div>
764
+ </div>
765
+ <?php }
766
+ }
767
+ }
768
+ } ?>
769
+ <div class="clear"></div>
770
+ <?php if ( ( isset( $_GET['sub'] ) && 'recommended' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
771
+ <h4 class="bws_recommended"><?php _e( 'Recommended plugins', 'bestwebsoft' ); ?></h4>
772
+ <?php foreach ( $recommend_plugins as $key_plugin => $value_plugin ) {
773
+ $icon = ( false != strstr( $key_plugin, '-plugin-pro/', true ) ) ? strstr( $key_plugin, '-plugin-pro/', true ) : strstr( $key_plugin, '-pro/', true );
774
+ if ( ! $icon )
775
+ $icon = ( false != strstr( $key_plugin, '-plugin/', true ) ) ? strstr( $key_plugin, '-plugin/', true ) : strstr( $key_plugin, '/', true );
776
+ ?>
777
+ <div class="bws_product_box">
778
+ <div class="bws_product">
779
+ <div class="bws_product_title"><?php echo $value_plugin["name"]; ?></div>
780
+ <div class="bws_product_content">
781
+ <div class="bws_product_icon">
782
+ <?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
783
+ <div class="bws_product_icon_pro"></div>
784
+ <?php } ?>
785
+ <img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
786
+ </div>
787
+ <div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
788
+ </div>
789
+ <?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
790
+ <a href="<?php echo $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ]["link"]; ?>" target="_blank">
791
+ <div class="bws_product_button"><?php echo _e( 'Go', 'bestwebsoft' );?> <strong>PRO</strong></div>
792
+ </a>
793
+ <?php } else { ?>
794
+ <a href="<?php echo $bws_donate_link; ?>" target="_blank">
795
+ <div class="bws_product_button bws_donate_button"><strong><?php echo _e( 'Donate', 'bestwebsoft' );?></strong></div>
796
+ </a>
797
+ <?php } ?>
798
+ </div>
799
+ <div class="clear"></div>
800
+ <div class="bws_product_links">
801
+ <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php echo __( "Learn more", 'bestwebsoft' ); ?></a>
802
+ <span> | <span>
803
+ <a href="<?php echo $bws_plugins[ $key_plugin ]["wp_install"]; ?>" target="_blank"><?php echo __( "Install now", 'bestwebsoft' ); ?></a>
804
+ </div>
805
+ </div>
806
+ <?php }
807
+ } ?>
808
+ <?php } elseif ( 'themes' == $_GET['action'] ) { ?>
809
+ <div id="availablethemes">
810
+ <?php
811
+ global $tabs, $tab, $paged, $type, $theme_field_defaults;
812
+ include( ABSPATH . 'wp-admin/includes/theme-install.php' );
813
+ include( ABSPATH . 'wp-admin/includes/class-wp-themes-list-table.php' );
814
+ include( ABSPATH . 'wp-admin/includes/class-wp-theme-install-list-table.php' );
815
+
816
+ $theme_class = new WP_Theme_Install_List_Table();
817
+ $paged = $theme_class->get_pagenum();
818
+ $per_page = 36;
819
+ $args = array( 'page' => $paged, 'per_page' => $per_page, 'fields' => $theme_field_defaults );
820
+ $args['author'] = 'bestwebsoft';
821
+ $args = apply_filters( 'install_themes_table_api_args_search', $args );
822
+ $api = themes_api( 'query_themes', $args );
823
+
824
+ if ( is_wp_error( $api ) )
825
+ wp_die( $api->get_error_message() . '</p> <p><a href="#" onclick="document.location.reload(); return false;">' . __( 'Try again' ) . '</a>' );
826
+
827
+ $theme_class->items = $api->themes;
828
+ $theme_class->set_pagination_args( array(
829
+ 'total_items' => $api->info['results'],
830
+ 'per_page' => $per_page,
831
+ 'infinite_scroll' => true,
832
+ ) );
833
+ $themes = $theme_class->items;
834
+ foreach ( $themes as $theme ) {
835
+ ?><div class="available-theme installable-theme"><?php
836
+ global $themes_allowedtags;
837
+ if ( empty( $theme ) )
838
+ return;
839
+
840
+ $name = wp_kses( $theme->name, $themes_allowedtags );
841
+ $author = wp_kses( $theme->author, $themes_allowedtags );
842
+ $preview_title = sprintf( __('Preview &#8220;%s&#8221;'), $name );
843
+ $preview_url = add_query_arg( array(
844
+ 'tab' => 'theme-information',
845
+ 'theme' => $theme->slug,
846
+ ), self_admin_url( 'theme-install.php' ) );
847
+
848
+ $actions = array();
849
+
850
+ $install_url = add_query_arg( array(
851
+ 'action' => 'install-theme',
852
+ 'theme' => $theme->slug,
853
+ ), self_admin_url( 'update.php' ) );
854
+
855
+ $update_url = add_query_arg( array(
856
+ 'action' => 'upgrade-theme',
857
+ 'theme' => $theme->slug,
858
+ ), self_admin_url( 'update.php' ) );
859
+
860
+ $status = 'install';
861
+ $installed_theme = wp_get_theme( $theme->slug );
862
+ if ( $installed_theme->exists() ) {
863
+ if ( version_compare( $installed_theme->get('Version'), $theme->version, '=' ) )
864
+ $status = 'latest_installed';
865
+ elseif ( version_compare( $installed_theme->get('Version'), $theme->version, '>' ) )
866
+ $status = 'newer_installed';
867
+ else
868
+ $status = 'update_available';
869
+ }
870
+ switch ( $status ) {
871
+ default:
872
+ case 'install':
873
+ $actions[] = '<a class="install-now" href="' . esc_url( wp_nonce_url( $install_url, 'install-theme_' . $theme->slug ) ) . '" title="' . esc_attr( sprintf( __( 'Install %s' ), $name ) ) . '">' . __( 'Install Now' ) . '</a>';
874
+ break;
875
+ case 'update_available':
876
+ $actions[] = '<a class="install-now" href="' . esc_url( wp_nonce_url( $update_url, 'upgrade-theme_' . $theme->slug ) ) . '" title="' . esc_attr( sprintf( __( 'Update to version %s' ), $theme->version ) ) . '">' . __( 'Update' ) . '</a>';
877
+ break;
878
+ case 'newer_installed':
879
+ case 'latest_installed':
880
+ $actions[] = '<span class="install-now" title="' . esc_attr__( 'This theme is already installed and is up to date' ) . '">' . _x( 'Installed', 'theme' ) . '</span>';
881
+ break;
882
+ }
883
+ $actions[] = '<a class="install-theme-preview" href="' . esc_url( $preview_url ) . '" title="' . esc_attr( sprintf( __( 'Preview %s' ), $name ) ) . '">' . __( 'Preview' ) . '</a>';
884
+ $actions = apply_filters( 'theme_install_actions', $actions, $theme );
885
+ ?>
886
+ <a class="screenshot install-theme-preview" href="<?php echo esc_url( $preview_url ); ?>" title="<?php echo esc_attr( $preview_title ); ?>">
887
+ <img src='<?php echo esc_url( $theme->screenshot_url ); ?>' width='150' />
888
+ </a>
889
+ <h3><?php echo $name; ?></h3>
890
+ <div class="theme-author"><?php printf( __( 'By %s' ), $author ); ?></div>
891
+ <div class="action-links">
892
+ <ul>
893
+ <?php foreach ( $actions as $action ): ?>
894
+ <li><?php echo $action; ?></li>
895
+ <?php endforeach; ?>
896
+ <li class="hide-if-no-js"><a href="#" class="theme-detail"><?php _e('Details') ?></a></li>
897
+ </ul>
898
+ </div>
899
+ <?php $theme_class->install_theme_info( $theme );
900
+ ?></div>
901
+ <?php }
902
+ // end foreach $theme_names
903
+ $theme_class->theme_installer();
904
+ ?>
905
  </div>
906
+ <?php } elseif ( 'system_status' == $_GET['action'] ) { ?>
907
+ <div class="updated fade" <?php if ( ! ( isset( $_REQUEST['bwsmn_form_submit'] ) || isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
908
+ <div class="error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
909
+ <h3><?php _e( 'System status', 'bestwebsoft' ); ?></h3>
910
  <div class="inside">
911
  <table class="bws_system_info">
912
  <thead><tr><th><?php _e( 'Environment', 'bestwebsoft' ); ?></th><td></td></tr></thead>
942
  </tbody>
943
  </table>
944
  <div class="clear"></div>
945
+ <form method="post" action="admin.php?page=bws_plugins&amp;action=system_status">
946
  <p>
947
  <input type="hidden" name="bwsmn_form_submit" value="submit" />
948
  <input type="submit" class="button-primary" value="<?php _e( 'Send to support', 'bestwebsoft' ) ?>" />
949
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ); ?>
950
  </p>
951
  </form>
952
+ <form method="post" action="admin.php?page=bws_plugins&amp;action=system_status">
953
  <p>
954
  <input type="hidden" name="bwsmn_form_submit_custom_email" value="submit" />
955
  <input type="submit" class="button" value="<?php _e( 'Send to custom email &#187;', 'bestwebsoft' ) ?>" />
958
  </p>
959
  </form>
960
  </div>
961
+ <?php }
962
+ } ?>
963
  </div>
964
  <?php }
965
+ }
966
+
967
+ if ( ! function_exists ( 'bws_plugin_init' ) ) {
968
+ function bws_plugin_init() {
969
+ // Internationalization, first(!)
970
+ load_plugin_textdomain( 'bestwebsoft', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
971
+ }
972
+ }
973
+
974
+ if ( ! function_exists ( 'bws_admin_head' ) ) {
975
+ function bws_admin_head() {
976
+ global $wp_version;
977
+ if ( isset( $_GET['page'] ) && $_GET['page'] == "bws_plugins" ) {
978
+ wp_enqueue_style( 'bws_menu_style', plugins_url( 'css/style.css', __FILE__ ) );
979
+ wp_enqueue_script( 'bws_menu_script', plugins_url( 'js/bws_menu.js' , __FILE__ ) );
980
+ if ( $wp_version >= '3.8' )
981
+ wp_enqueue_script( 'theme-install' );
982
+ elseif ( $wp_version >= '3.4' )
983
+ wp_enqueue_script( 'theme' );
984
+ }
985
+ }
986
+ }
987
+
988
+ add_action( 'init', 'bws_plugin_init' );
989
+ add_action( 'admin_enqueue_scripts', 'bws_admin_head' );
990
+ ?>
bws_menu/css/style.css ADDED
@@ -0,0 +1,149 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .bws_system_info_meta_box {
2
+ max-width: 850px;
3
+ }
4
+ .bws_system_info_meta_box .hndle {
5
+ cursor: pointer !important;
6
+ }
7
+ .bws_system_info {
8
+ float: left;
9
+ margin-right: 10px;
10
+ max-width: 400px;
11
+ }
12
+ .bws_system_info th {
13
+ padding: 10px 0;
14
+ text-align: left;
15
+ width: 50%;
16
+ }
17
+ .bws_system_info tbody td {
18
+ border-bottom: 1px solid #DFDFDF;
19
+ }
20
+ .clear {
21
+ clear: both;
22
+ }
23
+ .bws_main.title {
24
+ float: left;
25
+ margin-right: 30px;
26
+ }
27
+ h4.bws_installed,
28
+ h4.bws_recommended {
29
+ color: #999;
30
+ font-weight: bold;
31
+ text-transform: uppercase;
32
+ font-size: 14px;
33
+ padding-left: 15px;
34
+ }
35
+ h4.bws_installed {
36
+ background: url("../icons/icon.png") no-repeat 0 5px;
37
+ }
38
+ h4.bws_recommended {
39
+ background: url("../icons/icon.png") no-repeat 0 -11px;
40
+ }
41
+ .bws_product_box {
42
+ background: none repeat scroll 0 0 #FFFFFF;
43
+ border: 1px solid #CACACA;
44
+ float: left;
45
+ margin: 0 9px 10px 0;
46
+ text-align: center;
47
+ width: 182px;
48
+ border-radius: 3px;
49
+ }
50
+ .bws_product_box a {
51
+ text-decoration: none;
52
+ }
53
+ .bws_product {
54
+ border-bottom: 1px solid #fff;
55
+ min-height: 203px;
56
+ }
57
+ .bws_product_content {
58
+ min-height: 93px;
59
+ }
60
+ .bws_activate {
61
+ color: #F14B21;
62
+ }
63
+ .bws_activate:hover {
64
+ color: #f26e50;
65
+ }
66
+ .bws_product_title {
67
+ font-weight: bold;
68
+ padding: 16px 5px 28px;
69
+ font-size: 14px;
70
+ height: 18px;
71
+ }
72
+ .bws_product_deactivated .bws_product_title {
73
+ color: #7e7e7e;
74
+ }
75
+ .bws_product_pro .bws_product_title {
76
+ color: #fff;
77
+ }
78
+ .bws_product_icon_pro {
79
+ background: url("../icons/pro.png") no-repeat scroll center top rgba(0, 0, 0, 0);
80
+ height: 20px;
81
+ margin-bottom: -19px;
82
+ position: relative;
83
+ top: -9px;
84
+ }
85
+ .bws_product_description {
86
+ padding: 0 5px;
87
+ color: #a7a7a7;
88
+ display: none;
89
+ }
90
+ .bws_product_links {
91
+ padding: 10px 7px 12px;
92
+ }
93
+ .bws_product_links span {
94
+ color: #c2c2c2;
95
+ }
96
+ .bws_product_deactivated .bws_product {
97
+ background: #EEE;
98
+ border-bottom: 1px solid #CACACA;
99
+ }
100
+ .bws_product.bws_product_pro {
101
+ background: #222;
102
+ border-bottom: 1px solid #222;
103
+ color: #fff;
104
+ }
105
+ .bws_product a,
106
+ .bws_product a:hover {
107
+ color: #fff;
108
+ }
109
+ .bws_product_button {
110
+ background: #00A22E;
111
+ border-radius: 2px;
112
+ margin: 3px auto;
113
+ padding: 7px 5px 8px;
114
+ width: 75%;
115
+ font-size: 14px;
116
+ }
117
+ .bws_product_button:hover{
118
+ background: #008726;
119
+ }
120
+ .bws_product_deactivated.bws_product_free .bws_product_button {
121
+ background: #0074a2;
122
+ }
123
+ .bws_product_deactivated.bws_product_free .bws_product_button:hover {
124
+ background: #006187;
125
+ }
126
+ .bws_product_free .bws_product_button {
127
+ background: #dd5738;
128
+ }
129
+ .bws_product_free .bws_product_button:hover {
130
+ background: #dd4825;
131
+ }
132
+ .bws_product_button.bws_donate_button {
133
+ background: #E89D09 !important;
134
+ text-transform: uppercase;
135
+ }
136
+ .bws_product_button.bws_donate_button:hover {
137
+ background: #D69108 !important;
138
+ }
139
+ .bws_switch_link {
140
+ background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
141
+ border: medium none;
142
+ color: #0074A2;
143
+ float: right;
144
+ cursor: pointer;
145
+ font-size: 14px;
146
+ }
147
+ .bws_switch_link:hover {
148
+ color: #2ea2cc;
149
+ }
bws_menu/icons/adsense.png ADDED
Binary file
bws_menu/icons/captcha.png ADDED
Binary file
bws_menu/icons/contact-form-to-db.png ADDED
Binary file
bws_menu/icons/contact-form.png ADDED
Binary file
bws_menu/icons/custom-fields-search.png ADDED
Binary file
bws_menu/icons/custom-search.png ADDED
Binary file
bws_menu/icons/donate-button.png ADDED
Binary file
bws_menu/icons/facebook-button.png ADDED
Binary file
bws_menu/icons/gallery.png ADDED
Binary file
bws_menu/icons/google-one.png ADDED
Binary file
bws_menu/icons/google-sitemap.png ADDED
Binary file
bws_menu/icons/icon.png ADDED
Binary file
bws_menu/icons/pdf-print.png ADDED
Binary file
bws_menu/icons/portfolio.png ADDED
Binary file
bws_menu/icons/pro.png ADDED
Binary file
bws_menu/icons/quotes-and-tips.png ADDED
Binary file
bws_menu/icons/relevant.png ADDED
Binary file
bws_menu/icons/twitter.png ADDED
Binary file
bws_menu/icons/updater.png ADDED
Binary file
bws_menu/js/bws_menu.js ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ (function($) {
2
+ $(document).ready( function() {
3
+ /* new version */
4
+ var product = $( '.bws_product' ),
5
+ max = 0;
6
+ $( product ).each( function () {
7
+ if ( $( this ).outerHeight( true ) > max )
8
+ max = $( this ).outerHeight( true );
9
+ });
10
+ $( '.bws_product' ).css( 'height', max + 'px' );
11
+
12
+ var product_links = $( '.bws_product_links' );
13
+ max = 0;
14
+ $( product_links ).each( function () {
15
+ if ( $( this ).innerHeight() > max )
16
+ max = $( this ).innerHeight();
17
+ });
18
+ max = max - parseInt( $( '.bws_product_links' ).css( 'padding-top' ) ) - parseInt( $( '.bws_product_links' ).css( 'padding-bottom' ) );
19
+ $( '.bws_product_links' ).css( 'height', max + 'px' );
20
+
21
+ $( '.bws_product_button' ).css( 'display', 'none' );
22
+
23
+ $( '.bws_product_box' ).hover( function() {
24
+ if ( $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_description' ).length > 0 ) {
25
+ $( this ).children( '.bws_product' ).addClass( 'bws_product_pro' );
26
+ $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_description' ).css( 'display', 'block' );
27
+ $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_icon' ).css( 'display', 'none' );
28
+ $( this ).children( '.bws_product' ).children( 'a' ).children( '.bws_product_button' ).css( 'display', 'block' );
29
+ }
30
+ }, function() {
31
+ if ( $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_description' ).length > 0 ) {
32
+ $( this ).children( '.bws_product' ).removeClass( 'bws_product_pro' );
33
+ $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_description' ).css( 'display', 'none' );
34
+ $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_icon' ).css( 'display', 'block' );
35
+ $( this ).children( '.bws_product' ).children( 'a' ).children( '.bws_product_button' ).css( 'display', 'none' );
36
+ }
37
+ });
38
+
39
+ /* old version */
40
+ if ( $( 'input[name="bwsmn_form_email"]' ).val() == '' ) {
41
+ $( '.bws_system_info_meta_box .inside' ).css( 'display', 'none' );
42
+ }
43
+
44
+ $( '.bws_system_info_meta_box .hndle' ).click( function() {
45
+ if ( $( '.bws_system_info_meta_box .inside' ).is( ':visible' ) ) {
46
+ $( '.bws_system_info_meta_box .inside' ).css( 'display', 'none' );
47
+ } else {
48
+ $( '.bws_system_info_meta_box .inside' ).css( 'display', 'block' );
49
+ }
50
+ });
51
+
52
+ $( '.bws_system_info_meta_box .handlediv' ).click( function() {
53
+ if ( $( '.bws_system_info_meta_box .inside' ).is( ':visible' ) ) {
54
+ $( '.bws_system_info_meta_box .inside' ).css( 'display', 'none' );
55
+ } else {
56
+ $( '.bws_system_info_meta_box .inside' ).css( 'display', 'block' );
57
+ }
58
+ });
59
+ });
60
+ })(jQuery);
bws_menu/languages/bestwebsoft-de_DE.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-de_DE.po CHANGED
@@ -2,10 +2,11 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-08-30 12:53+0300\n"
6
- "PO-Revision-Date: 2013-09-06 11:59+0300\n"
7
- "Last-Translator: \n"
8
  "Language-Team: Lothar Schiborr <lothar.schiborr@web.de>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -18,275 +19,452 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  # @ captcha
21
- #: bws_menu.php:85
22
  msgid "Not set"
23
  msgstr "Nicht festgelegt"
24
 
25
  # @ captcha
26
- #: bws_menu.php:87
27
- #: bws_menu.php:91
28
  msgid "On"
29
  msgstr "Ein"
30
 
31
  # @ captcha
32
- #: bws_menu.php:89
33
- #: bws_menu.php:93
34
  msgid "Off"
35
  msgstr "Ausgeschaltet"
36
 
37
  # @ captcha
38
- #: bws_menu.php:97
39
- #: bws_menu.php:101
40
- #: bws_menu.php:105
41
- #: bws_menu.php:109
42
- #: bws_menu.php:113
43
- #: bws_menu.php:139
44
  msgid "N/A"
45
  msgstr "keine Angaben"
46
 
47
  # @ captcha
48
- #: bws_menu.php:111
49
  msgid " Mb"
50
  msgstr " Mb"
51
 
52
  # @ captcha
53
- #: bws_menu.php:115
54
- #: bws_menu.php:119
55
- #: bws_menu.php:123
56
- #: bws_menu.php:134
57
  msgid "Yes"
58
  msgstr "Ja"
59
 
60
  # @ captcha
61
- #: bws_menu.php:117
62
- #: bws_menu.php:121
63
- #: bws_menu.php:125
64
- #: bws_menu.php:136
65
  msgid "No"
66
  msgstr "Nein"
67
 
68
  # @ captcha
69
- #: bws_menu.php:150
70
  msgid "Operating System"
71
  msgstr "Betriebs-System"
72
 
73
  # @ captcha
74
- #: bws_menu.php:151
75
  msgid "Server"
76
  msgstr "Server"
77
 
78
  # @ captcha
79
- #: bws_menu.php:152
80
  msgid "Memory usage"
81
  msgstr "Speichernutzung"
82
 
83
  # @ captcha
84
- #: bws_menu.php:153
85
  msgid "MYSQL Version"
86
  msgstr "MYSQL Version"
87
 
88
  # @ captcha
89
- #: bws_menu.php:154
90
  msgid "SQL Mode"
91
  msgstr "SQL Modus"
92
 
93
  # @ captcha
94
- #: bws_menu.php:155
95
  msgid "PHP Version"
96
  msgstr "PHP Version"
97
 
98
  # @ captcha
99
- #: bws_menu.php:156
100
  msgid "PHP Safe Mode"
101
  msgstr "PHP Gesicherter Modus"
102
 
103
  # @ captcha
104
- #: bws_menu.php:157
105
  msgid "PHP Allow URL fopen"
106
  msgstr "PHP Erlaubet URL zu öffnen (fopen)"
107
 
108
  # @ captcha
109
- #: bws_menu.php:158
110
  msgid "PHP Memory Limit"
111
  msgstr "PHP Speicher-Grenze"
112
 
113
  # @ captcha
114
- #: bws_menu.php:159
115
  msgid "PHP Max Upload Size"
116
  msgstr "PHP Maximale Upload Größe"
117
 
118
  # @ captcha
119
- #: bws_menu.php:160
120
  msgid "PHP Max Post Size"
121
  msgstr "PHP Maximale Beitrags-Größe"
122
 
123
  # @ captcha
124
- #: bws_menu.php:161
125
  msgid "PHP Max Script Execute Time"
126
  msgstr "PHP Maximale Script Ausführungszeit"
127
 
128
  # @ captcha
129
- #: bws_menu.php:162
130
  msgid "PHP Exif support"
131
  msgstr "PHP Exif Support"
132
 
133
  # @ captcha
134
- #: bws_menu.php:163
135
  msgid "PHP IPTC support"
136
  msgstr "PHP IPTC Support"
137
 
138
  # @ captcha
139
- #: bws_menu.php:164
140
  msgid "PHP XML support"
141
  msgstr "PHP XML Support"
142
 
143
  # @ captcha
144
- #: bws_menu.php:165
145
  msgid "Site URL"
146
  msgstr "Site URL"
147
 
148
  # @ captcha
149
- #: bws_menu.php:166
150
  msgid "Home URL"
151
  msgstr "Home URL"
152
 
153
  # @ captcha
154
- #: bws_menu.php:167
155
  msgid "WordPress Version"
156
  msgstr "WordPress Version"
157
 
158
  # @ captcha
159
- #: bws_menu.php:168
160
  msgid "WordPress DB Version"
161
  msgstr "WordPress DB Version"
162
 
163
  # @ captcha
164
- #: bws_menu.php:169
165
  msgid "Multisite"
166
  msgstr "Multisite"
167
 
168
  # @ captcha
169
- #: bws_menu.php:170
170
  msgid "Active Theme"
171
  msgstr "Actives Theme"
172
 
173
  # @ captcha
174
- #: bws_menu.php:185
175
  msgid "Please enter a valid email address."
176
  msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
177
 
178
  # @ captcha
179
- #: bws_menu.php:189
180
  msgid "Email with system info is sent to "
181
  msgstr "E-Mail-mit System Informationen wird gesendet an "
182
 
183
  # @ captcha
184
- #: bws_menu.php:193
185
  msgid "Thank you for contacting us."
186
  msgstr "Vielen Dank für Ihre Kontaktaufnahme."
187
 
188
  # @ captcha
189
- #: bws_menu.php:221
190
  msgid "Sorry, email message could not be delivered."
191
  msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
192
 
 
 
 
 
193
  # @ captcha
194
- #: bws_menu.php:229
195
  msgid "Pro plugins"
196
  msgstr "BWS Plugins"
197
 
198
  # @ captcha
199
- #: bws_menu.php:232
200
- #: bws_menu.php:258
201
  msgid "Activated plugins"
202
  msgstr "Aktivierte Plugins"
203
 
204
  # @ captcha
205
- #: bws_menu.php:234
206
- #: bws_menu.php:242
207
- #: bws_menu.php:250
208
- #: bws_menu.php:260
209
- #: bws_menu.php:268
210
- #: bws_menu.php:276
 
 
 
211
  msgid "Read more"
212
  msgstr "Lesen Sie mehr"
213
 
214
  # @ captcha
215
- #: bws_menu.php:234
216
- #: bws_menu.php:260
 
 
217
  msgid "Settings"
218
  msgstr "Einstellungen"
219
 
220
  # @ captcha
221
- #: bws_menu.php:240
222
- #: bws_menu.php:266
 
223
  msgid "Installed plugins"
224
  msgstr "Installierte Plugins"
225
 
226
  # @ captcha
227
- #: bws_menu.php:248
228
- #: bws_menu.php:274
 
229
  msgid "Recommended plugins"
230
  msgstr "Empfohlene Plugins"
231
 
232
  # @ captcha
233
- #: bws_menu.php:250
234
  msgid "Purchase"
235
  msgstr "Kaufen"
236
 
237
  # @ captcha
238
- #: bws_menu.php:255
239
  msgid "Free plugins"
240
  msgstr "Freie Plugins"
241
 
242
  # @ captcha
243
- #: bws_menu.php:276
 
244
  msgid "Download"
245
  msgstr "Herunterladen"
246
 
247
  # @ default
248
- #: bws_menu.php:276
 
 
249
  #, php-format
250
  msgid "Install %s"
251
  msgstr "Installiere %s"
252
 
253
  # @ captcha
254
- #: bws_menu.php:276
 
255
  msgid "Install now from wordpress.org"
256
  msgstr "Installiere jetzt von wordpress.org"
257
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
258
  # @ captcha
259
- #: bws_menu.php:281
 
 
 
 
 
 
260
  msgid "If you have any questions, please contact us via"
261
  msgstr "Wenn Sie irgendwelche Fragen haben, kontaktieren Sie uns bitte über"
262
 
263
  # @ captcha
264
- #: bws_menu.php:288
 
 
265
  msgid "System status"
266
  msgstr "System Status"
267
 
268
  # @ captcha
269
- #: bws_menu.php:292
 
270
  msgid "Environment"
271
  msgstr "Umgebungsvariable"
272
 
273
  # @ captcha
274
- #: bws_menu.php:303
 
275
  msgid "Active Plugins"
276
  msgstr "Aktivierte Plugins"
277
 
278
  # @ captcha
279
- #: bws_menu.php:314
 
280
  msgid "Inactive Plugins"
281
  msgstr "Inactive Plugins"
282
 
283
  # @ captcha
284
- #: bws_menu.php:328
 
285
  msgid "Send to support"
286
  msgstr "Sende zuzm Support"
287
 
288
  # @ captcha
289
- #: bws_menu.php:335
 
290
  msgid "Send to custom email &#187;"
291
  msgstr "Senden Sie eine benutzerdefinierte E-Mail zu &#187;"
292
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-06 15:12+0300\n"
6
+ "PO-Revision-Date: 2014-01-06 15:12+0300\n"
7
+ "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Lothar Schiborr <lothar.schiborr@web.de>\n"
9
+ "Language: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ captcha
22
+ #: bws_menu.php:331
23
  msgid "Not set"
24
  msgstr "Nicht festgelegt"
25
 
26
  # @ captcha
27
+ #: bws_menu.php:333
28
+ #: bws_menu.php:337
29
  msgid "On"
30
  msgstr "Ein"
31
 
32
  # @ captcha
33
+ #: bws_menu.php:335
34
+ #: bws_menu.php:339
35
  msgid "Off"
36
  msgstr "Ausgeschaltet"
37
 
38
  # @ captcha
39
+ #: bws_menu.php:343
40
+ #: bws_menu.php:347
41
+ #: bws_menu.php:351
42
+ #: bws_menu.php:355
43
+ #: bws_menu.php:359
44
+ #: bws_menu.php:385
45
  msgid "N/A"
46
  msgstr "keine Angaben"
47
 
48
  # @ captcha
49
+ #: bws_menu.php:357
50
  msgid " Mb"
51
  msgstr " Mb"
52
 
53
  # @ captcha
54
+ #: bws_menu.php:361
55
+ #: bws_menu.php:365
56
+ #: bws_menu.php:369
57
+ #: bws_menu.php:380
58
  msgid "Yes"
59
  msgstr "Ja"
60
 
61
  # @ captcha
62
+ #: bws_menu.php:363
63
+ #: bws_menu.php:367
64
+ #: bws_menu.php:371
65
+ #: bws_menu.php:382
66
  msgid "No"
67
  msgstr "Nein"
68
 
69
  # @ captcha
70
+ #: bws_menu.php:396
71
  msgid "Operating System"
72
  msgstr "Betriebs-System"
73
 
74
  # @ captcha
75
+ #: bws_menu.php:397
76
  msgid "Server"
77
  msgstr "Server"
78
 
79
  # @ captcha
80
+ #: bws_menu.php:398
81
  msgid "Memory usage"
82
  msgstr "Speichernutzung"
83
 
84
  # @ captcha
85
+ #: bws_menu.php:399
86
  msgid "MYSQL Version"
87
  msgstr "MYSQL Version"
88
 
89
  # @ captcha
90
+ #: bws_menu.php:400
91
  msgid "SQL Mode"
92
  msgstr "SQL Modus"
93
 
94
  # @ captcha
95
+ #: bws_menu.php:401
96
  msgid "PHP Version"
97
  msgstr "PHP Version"
98
 
99
  # @ captcha
100
+ #: bws_menu.php:402
101
  msgid "PHP Safe Mode"
102
  msgstr "PHP Gesicherter Modus"
103
 
104
  # @ captcha
105
+ #: bws_menu.php:403
106
  msgid "PHP Allow URL fopen"
107
  msgstr "PHP Erlaubet URL zu öffnen (fopen)"
108
 
109
  # @ captcha
110
+ #: bws_menu.php:404
111
  msgid "PHP Memory Limit"
112
  msgstr "PHP Speicher-Grenze"
113
 
114
  # @ captcha
115
+ #: bws_menu.php:405
116
  msgid "PHP Max Upload Size"
117
  msgstr "PHP Maximale Upload Größe"
118
 
119
  # @ captcha
120
+ #: bws_menu.php:406
121
  msgid "PHP Max Post Size"
122
  msgstr "PHP Maximale Beitrags-Größe"
123
 
124
  # @ captcha
125
+ #: bws_menu.php:407
126
  msgid "PHP Max Script Execute Time"
127
  msgstr "PHP Maximale Script Ausführungszeit"
128
 
129
  # @ captcha
130
+ #: bws_menu.php:408
131
  msgid "PHP Exif support"
132
  msgstr "PHP Exif Support"
133
 
134
  # @ captcha
135
+ #: bws_menu.php:409
136
  msgid "PHP IPTC support"
137
  msgstr "PHP IPTC Support"
138
 
139
  # @ captcha
140
+ #: bws_menu.php:410
141
  msgid "PHP XML support"
142
  msgstr "PHP XML Support"
143
 
144
  # @ captcha
145
+ #: bws_menu.php:411
146
  msgid "Site URL"
147
  msgstr "Site URL"
148
 
149
  # @ captcha
150
+ #: bws_menu.php:412
151
  msgid "Home URL"
152
  msgstr "Home URL"
153
 
154
  # @ captcha
155
+ #: bws_menu.php:413
156
  msgid "WordPress Version"
157
  msgstr "WordPress Version"
158
 
159
  # @ captcha
160
+ #: bws_menu.php:414
161
  msgid "WordPress DB Version"
162
  msgstr "WordPress DB Version"
163
 
164
  # @ captcha
165
+ #: bws_menu.php:415
166
  msgid "Multisite"
167
  msgstr "Multisite"
168
 
169
  # @ captcha
170
+ #: bws_menu.php:416
171
  msgid "Active Theme"
172
  msgstr "Actives Theme"
173
 
174
  # @ captcha
175
+ #: bws_menu.php:432
176
  msgid "Please enter a valid email address."
177
  msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
178
 
179
  # @ captcha
180
+ #: bws_menu.php:436
181
  msgid "Email with system info is sent to "
182
  msgstr "E-Mail-mit System Informationen wird gesendet an "
183
 
184
  # @ captcha
185
+ #: bws_menu.php:440
186
  msgid "Thank you for contacting us."
187
  msgstr "Vielen Dank für Ihre Kontaktaufnahme."
188
 
189
  # @ captcha
190
+ #: bws_menu.php:468
191
  msgid "Sorry, email message could not be delivered."
192
  msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
193
 
194
+ #: bws_menu.php:480
195
+ msgid "Switch to new interface"
196
+ msgstr ""
197
+
198
  # @ captcha
199
+ #: bws_menu.php:487
200
  msgid "Pro plugins"
201
  msgstr "BWS Plugins"
202
 
203
  # @ captcha
204
+ #: bws_menu.php:490
205
+ #: bws_menu.php:516
206
  msgid "Activated plugins"
207
  msgstr "Aktivierte Plugins"
208
 
209
  # @ captcha
210
+ #: bws_menu.php:492
211
+ #: bws_menu.php:500
212
+ #: bws_menu.php:508
213
+ #: bws_menu.php:518
214
+ #: bws_menu.php:526
215
+ #: bws_menu.php:534
216
+ #: bws_menu.php:544
217
+ #: bws_menu.php:551
218
+ #: bws_menu.php:559
219
  msgid "Read more"
220
  msgstr "Lesen Sie mehr"
221
 
222
  # @ captcha
223
+ #: bws_menu.php:492
224
+ #: bws_menu.php:518
225
+ #: bws_menu.php:673
226
+ #: bws_menu.php:701
227
  msgid "Settings"
228
  msgstr "Einstellungen"
229
 
230
  # @ captcha
231
+ #: bws_menu.php:498
232
+ #: bws_menu.php:524
233
+ #: bws_menu.php:650
234
  msgid "Installed plugins"
235
  msgstr "Installierte Plugins"
236
 
237
  # @ captcha
238
+ #: bws_menu.php:506
239
+ #: bws_menu.php:532
240
+ #: bws_menu.php:763
241
  msgid "Recommended plugins"
242
  msgstr "Empfohlene Plugins"
243
 
244
  # @ captcha
245
+ #: bws_menu.php:508
246
  msgid "Purchase"
247
  msgstr "Kaufen"
248
 
249
  # @ captcha
250
+ #: bws_menu.php:513
251
  msgid "Free plugins"
252
  msgstr "Freie Plugins"
253
 
254
  # @ captcha
255
+ #: bws_menu.php:534
256
+ #: bws_menu.php:559
257
  msgid "Download"
258
  msgstr "Herunterladen"
259
 
260
  # @ default
261
+ #: bws_menu.php:534
262
+ #: bws_menu.php:559
263
+ #: bws_menu.php:865
264
  #, php-format
265
  msgid "Install %s"
266
  msgstr "Installiere %s"
267
 
268
  # @ captcha
269
+ #: bws_menu.php:534
270
+ #: bws_menu.php:559
271
  msgid "Install now from wordpress.org"
272
  msgstr "Installiere jetzt von wordpress.org"
273
 
274
+ #: bws_menu.php:540
275
+ msgid "Free themes"
276
+ msgstr ""
277
+
278
+ # @ captcha
279
+ #: bws_menu.php:543
280
+ #, fuzzy
281
+ msgid "Activated theme"
282
+ msgstr "Actives Theme"
283
+
284
+ #: bws_menu.php:544
285
+ #, php-format
286
+ msgid "Customize &#8220;%s&#8221;"
287
+ msgstr ""
288
+
289
+ #: bws_menu.php:544
290
+ msgid "Customize"
291
+ msgstr ""
292
+
293
+ # @ default
294
+ #: bws_menu.php:549
295
+ #, fuzzy
296
+ msgid "Installed themes"
297
+ msgstr "Installiere %s"
298
+
299
  # @ captcha
300
+ #: bws_menu.php:557
301
+ #, fuzzy
302
+ msgid "Recommended themes"
303
+ msgstr "Empfohlene Plugins"
304
+
305
+ # @ captcha
306
+ #: bws_menu.php:565
307
  msgid "If you have any questions, please contact us via"
308
  msgstr "Wenn Sie irgendwelche Fragen haben, kontaktieren Sie uns bitte über"
309
 
310
  # @ captcha
311
+ #: bws_menu.php:572
312
+ #: bws_menu.php:640
313
+ #: bws_menu.php:901
314
  msgid "System status"
315
  msgstr "System Status"
316
 
317
  # @ captcha
318
+ #: bws_menu.php:576
319
+ #: bws_menu.php:904
320
  msgid "Environment"
321
  msgstr "Umgebungsvariable"
322
 
323
  # @ captcha
324
+ #: bws_menu.php:587
325
+ #: bws_menu.php:915
326
  msgid "Active Plugins"
327
  msgstr "Aktivierte Plugins"
328
 
329
  # @ captcha
330
+ #: bws_menu.php:598
331
+ #: bws_menu.php:926
332
  msgid "Inactive Plugins"
333
  msgstr "Inactive Plugins"
334
 
335
  # @ captcha
336
+ #: bws_menu.php:612
337
+ #: bws_menu.php:940
338
  msgid "Send to support"
339
  msgstr "Sende zuzm Support"
340
 
341
  # @ captcha
342
+ #: bws_menu.php:619
343
+ #: bws_menu.php:947
344
  msgid "Send to custom email &#187;"
345
  msgstr "Senden Sie eine benutzerdefinierte E-Mail zu &#187;"
346
 
347
+ #: bws_menu.php:630
348
+ msgid "Switch to old interface"
349
+ msgstr ""
350
+
351
+ # @ captcha
352
+ #: bws_menu.php:636
353
+ #, fuzzy
354
+ msgid "Plugins"
355
+ msgstr "BWS Plugins"
356
+
357
+ #: bws_menu.php:638
358
+ msgid "Themes"
359
+ msgstr ""
360
+
361
+ #: bws_menu.php:644
362
+ msgid "All"
363
+ msgstr ""
364
+
365
+ # @ default
366
+ #: bws_menu.php:645
367
+ #, fuzzy
368
+ msgid "Installed"
369
+ msgstr "Installiere %s"
370
+
371
+ # @ captcha
372
+ #: bws_menu.php:646
373
+ #, fuzzy
374
+ msgid "Recommended"
375
+ msgstr "Empfohlene Plugins"
376
+
377
+ # @ default
378
+ #: bws_menu.php:666
379
+ #: bws_menu.php:719
380
+ #, fuzzy
381
+ msgid "installed"
382
+ msgstr "Installiere %s"
383
+
384
+ # @ captcha
385
+ #: bws_menu.php:671
386
+ #: bws_menu.php:699
387
+ #: bws_menu.php:724
388
+ #: bws_menu.php:752
389
+ #: bws_menu.php:793
390
+ #, fuzzy
391
+ msgid "Learn more"
392
+ msgstr "Lesen Sie mehr"
393
+
394
+ #: bws_menu.php:689
395
+ #: bws_menu.php:742
396
+ #: bws_menu.php:783
397
+ msgid "Go"
398
+ msgstr ""
399
+
400
+ #: bws_menu.php:693
401
+ msgid "DONATE"
402
+ msgstr ""
403
+
404
+ # @ captcha
405
+ #: bws_menu.php:726
406
+ #: bws_menu.php:754
407
+ #, fuzzy
408
+ msgid "Activate this plugin"
409
+ msgstr "Aktivierte Plugins"
410
+
411
+ # @ captcha
412
+ #: bws_menu.php:726
413
+ #: bws_menu.php:754
414
+ #, fuzzy
415
+ msgid "Activate"
416
+ msgstr "Aktivierte Plugins"
417
+
418
+ #: bws_menu.php:746
419
+ #: bws_menu.php:787
420
+ msgid "Donate"
421
+ msgstr ""
422
+
423
+ # @ default
424
+ #: bws_menu.php:795
425
+ #, fuzzy
426
+ msgid "Install now"
427
+ msgstr "Installiere %s"
428
+
429
+ #: bws_menu.php:817
430
+ msgid "Try again"
431
+ msgstr ""
432
+
433
+ #: bws_menu.php:834
434
+ #, php-format
435
+ msgid "Preview &#8220;%s&#8221;"
436
+ msgstr ""
437
+
438
+ # @ default
439
+ #: bws_menu.php:865
440
+ #, fuzzy
441
+ msgid "Install Now"
442
+ msgstr "Installiere %s"
443
+
444
+ #: bws_menu.php:868
445
+ #, php-format
446
+ msgid "Update to version %s"
447
+ msgstr ""
448
+
449
+ #: bws_menu.php:868
450
+ msgid "Update"
451
+ msgstr ""
452
+
453
+ #: bws_menu.php:875
454
+ #, php-format
455
+ msgid "Preview %s"
456
+ msgstr ""
457
+
458
+ #: bws_menu.php:875
459
+ msgid "Preview"
460
+ msgstr ""
461
+
462
+ #: bws_menu.php:882
463
+ #, php-format
464
+ msgid "By %s"
465
+ msgstr ""
466
+
467
+ #: bws_menu.php:888
468
+ msgid "Details"
469
+ msgstr ""
470
+
bws_menu/languages/bestwebsoft-fr_FR.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-fr_FR.po CHANGED
@@ -2,14 +2,14 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-08-30 13:53+0300\n"
6
- "PO-Revision-Date: 2013-08-30 13:54+0300\n"
7
- "Last-Translator: \n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "Language: fr_FR\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -17,370 +17,587 @@ msgstr ""
17
  "X-Generator: Poedit 1.5.7\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: bws_menu.php:85
21
  msgid "Not set"
22
  msgstr "Not set"
23
 
24
- #: bws_menu.php:87
25
- #: bws_menu.php:91
26
  msgid "On"
27
  msgstr "On"
28
 
29
- #: bws_menu.php:89
30
- #: bws_menu.php:93
31
  msgid "Off"
32
  msgstr "Off"
33
 
34
- #: bws_menu.php:97
35
- #: bws_menu.php:101
36
- #: bws_menu.php:105
37
- #: bws_menu.php:109
38
- #: bws_menu.php:113
39
- #: bws_menu.php:139
40
  msgid "N/A"
41
  msgstr "N/A"
42
 
43
- #: bws_menu.php:111
44
  msgid " Mb"
45
  msgstr " Mb"
46
 
47
- #: bws_menu.php:115
48
- #: bws_menu.php:119
49
- #: bws_menu.php:123
50
- #: bws_menu.php:134
51
  msgid "Yes"
52
  msgstr "Yes"
53
 
54
- #: bws_menu.php:117
55
- #: bws_menu.php:121
56
- #: bws_menu.php:125
57
- #: bws_menu.php:136
58
  msgid "No"
59
  msgstr "No"
60
 
61
- #: bws_menu.php:150
62
  msgid "Operating System"
63
  msgstr "Operating System"
64
 
65
- #: bws_menu.php:151
66
  msgid "Server"
67
  msgstr "Server"
68
 
69
- #: bws_menu.php:152
70
  msgid "Memory usage"
71
  msgstr "Memory usage"
72
 
73
- #: bws_menu.php:153
74
  msgid "MYSQL Version"
75
  msgstr "MYSQL Version"
76
 
77
- #: bws_menu.php:154
78
  msgid "SQL Mode"
79
  msgstr "SQL Mode"
80
 
81
- #: bws_menu.php:155
82
  msgid "PHP Version"
83
  msgstr "PHP Version"
84
 
85
- #: bws_menu.php:156
86
  msgid "PHP Safe Mode"
87
  msgstr "PHP Safe Mode"
88
 
89
- #: bws_menu.php:157
90
  msgid "PHP Allow URL fopen"
91
  msgstr "PHP Allow URL fopen"
92
 
93
- #: bws_menu.php:158
94
  msgid "PHP Memory Limit"
95
  msgstr "PHP Memory Limit"
96
 
97
- #: bws_menu.php:159
98
  msgid "PHP Max Upload Size"
99
  msgstr "PHP Max Upload Size"
100
 
101
- #: bws_menu.php:160
102
  msgid "PHP Max Post Size"
103
  msgstr "PHP Max Post Size"
104
 
105
- #: bws_menu.php:161
106
  msgid "PHP Max Script Execute Time"
107
  msgstr "PHP Max Script Execute Time"
108
 
109
- #: bws_menu.php:162
110
  msgid "PHP Exif support"
111
  msgstr "PHP Exif support"
112
 
113
- #: bws_menu.php:163
114
  msgid "PHP IPTC support"
115
  msgstr "PHP IPTC support"
116
 
117
- #: bws_menu.php:164
118
  msgid "PHP XML support"
119
  msgstr "PHP XML support"
120
 
121
- #: bws_menu.php:165
122
  msgid "Site URL"
123
  msgstr "Site URL"
124
 
125
- #: bws_menu.php:166
126
  msgid "Home URL"
127
  msgstr "Home URL"
128
 
129
- #: bws_menu.php:167
130
  msgid "WordPress Version"
131
  msgstr "WordPress Version"
132
 
133
- #: bws_menu.php:168
134
  msgid "WordPress DB Version"
135
  msgstr "WordPress DB Version"
136
 
137
- #: bws_menu.php:169
138
  msgid "Multisite"
139
  msgstr "Multisite"
140
 
141
- #: bws_menu.php:170
142
  msgid "Active Theme"
143
  msgstr "Active Theme"
144
 
145
- #: bws_menu.php:185
146
  msgid "Please enter a valid email address."
147
  msgstr "Merci de saisir une adresse e-mail valide."
148
 
149
- #: bws_menu.php:189
150
  msgid "Email with system info is sent to "
151
  msgstr "Le courriel avec les informations système est envoyé à"
152
 
153
- #: bws_menu.php:193
154
  msgid "Thank you for contacting us."
155
  msgstr "Merci de nous avoir contacté."
156
 
157
- #: bws_menu.php:221
158
  msgid "Sorry, email message could not be delivered."
159
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
160
 
161
- #: bws_menu.php:229
 
 
 
 
162
  msgid "Pro plugins"
163
  msgstr "Plugins Pro"
164
 
165
- #: bws_menu.php:232
166
- #: bws_menu.php:258
167
  msgid "Activated plugins"
168
  msgstr "Plugin activé"
169
 
170
- #: bws_menu.php:234
171
- #: bws_menu.php:242
172
- #: bws_menu.php:250
173
- #: bws_menu.php:260
174
- #: bws_menu.php:268
175
- #: bws_menu.php:276
 
 
 
176
  msgid "Read more"
177
  msgstr "Lire la suite"
178
 
179
- #: bws_menu.php:234
180
- #: bws_menu.php:260
 
 
181
  msgid "Settings"
182
  msgstr "Réglages"
183
 
184
- #: bws_menu.php:240
185
- #: bws_menu.php:266
 
186
  msgid "Installed plugins"
187
  msgstr "Plugin installé"
188
 
189
- #: bws_menu.php:248
190
- #: bws_menu.php:274
 
191
  msgid "Recommended plugins"
192
  msgstr "Plugin recommandé"
193
 
194
- #: bws_menu.php:250
195
  msgid "Purchase"
196
  msgstr "Achetez"
197
 
198
- #: bws_menu.php:255
199
  msgid "Free plugins"
200
  msgstr "Plugins gratuits"
201
 
202
- #: bws_menu.php:276
 
203
  msgid "Download"
204
  msgstr "Téléchargement"
205
 
206
- #: bws_menu.php:276
 
 
207
  #, php-format
208
  msgid "Install %s"
209
  msgstr "%s installé"
210
 
211
- #: bws_menu.php:276
 
212
  msgid "Install now from wordpress.org"
213
  msgstr "Installer maintenant depuis wordpress.org"
214
 
215
- #: bws_menu.php:281
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
216
  msgid "If you have any questions, please contact us via"
217
  msgstr "Si vous avez des questions, merci de contacter via "
218
 
219
- #: bws_menu.php:288
 
 
220
  msgid "System status"
221
  msgstr "System status"
222
 
223
- #: bws_menu.php:292
 
224
  msgid "Environment"
225
  msgstr "Environment"
226
 
227
- #: bws_menu.php:303
 
228
  msgid "Active Plugins"
229
  msgstr "Plugin actifs"
230
 
231
- #: bws_menu.php:314
 
232
  msgid "Inactive Plugins"
233
  msgstr "Plugin inactifs"
234
 
235
- #: bws_menu.php:328
 
236
  msgid "Send to support"
237
  msgstr "Envoyé au support"
238
 
239
- #: bws_menu.php:335
 
240
  msgid "Send to custom email &#187;"
241
  msgstr "Envoyer un e-mail spécifique &#187;"
242
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
243
  #~ msgid "Contact Form Settings"
244
  #~ msgstr "Options du formulaire de Contact"
 
245
  #~ msgid "Contact Form"
246
  #~ msgstr "Formulaire de Contact"
 
247
  #~ msgid "Contact Form Pro Extra Settings"
248
  #~ msgstr ""
249
  #~ "Options supplémentaires de la version Pro pour le formulaire de Contact"
 
250
  #~ msgid "Contact Form Pro"
251
  #~ msgstr "Formulaire Pro de Contact"
 
252
  #~ msgid "Name:"
253
  #~ msgstr "Nom:"
 
254
  #~ msgid "Address:"
255
  #~ msgstr "Adresse :"
 
256
  #~ msgid "Email Address:"
257
  #~ msgstr "Adresse e-mail:"
 
258
  #~ msgid "Phone number:"
259
  #~ msgstr "Téléphone:"
 
260
  #~ msgid "Subject:"
261
  #~ msgstr "Sujet:"
 
262
  #~ msgid "Message:"
263
  #~ msgstr "Message:"
 
264
  #~ msgid "Attachment:"
265
  #~ msgstr "Pièce-jointe:"
 
266
  #~ msgid "Send me a copy"
267
  #~ msgstr "M'envoyer une copie"
 
268
  #~ msgid "Submit"
269
  #~ msgstr "Envoyer"
 
270
  #~ msgid "Your name is required."
271
  #~ msgstr "Un nom est obligatoire."
 
272
  #~ msgid "Address is required."
273
  #~ msgstr "Une adresse est obligatoire."
 
274
  #~ msgid "A valid email address is required."
275
  #~ msgstr "Une adresse e-mail valide est obligatoire."
 
276
  #~ msgid "Phone number is required."
277
  #~ msgstr "Le numéro de téléphone est obligatoire."
 
278
  #~ msgid "Subject is required."
279
  #~ msgstr "Sujet obligatoire."
 
280
  #~ msgid "Message text is required."
281
  #~ msgstr "Un message est obligatoire."
 
282
  #~ msgid "File format is not valid."
283
  #~ msgstr "La pièce-jointe n'est pas valide."
 
284
  #~ msgid "File upload error."
285
  #~ msgstr "Erreur de chargement du fichier."
 
286
  #~ msgid "The file could not be uploaded."
287
  #~ msgstr "Le fichier n'a pas pu être envoyé."
 
288
  #~ msgid "This file is too large."
289
  #~ msgstr "Le fichier est trop volumineux."
 
290
  #~ msgid "Please fill out the CAPTCHA."
291
  #~ msgstr "Merci de compléter le CAPTCHA."
 
292
  #~ msgid "Please make corrections below and try again."
293
  #~ msgstr "Merci de faire les corrections suivantes et de réessayer."
 
294
  #~ msgid ""
295
  #~ "If the 'Redirect to page' option is selected then the URL field should be "
296
  #~ "in the following format"
297
  #~ msgstr ""
298
  #~ "Si l'ioption 'Rediriger vers la page' est positionnée, alors le champ Url "
299
  #~ "doit être rempli avec le format suivant"
 
300
  #~ msgid "Such user does not exist. Settings are not saved."
301
  #~ msgstr ""
302
  #~ "Cet utilisateur est inconnu. Les modifications ne sont pas sauvegardées."
 
303
  #~ msgid ""
304
  #~ "Please enter a valid email address in the 'FROM' field. Settings are not "
305
  #~ "saved."
306
  #~ msgstr ""
307
  #~ "Merci de saisir une adresse e-mail valide pour le 'FROM'. Les "
308
  #~ "modifications ne sont pas sauvegardées."
 
309
  #~ msgid "Settings saved."
310
  #~ msgstr "Options sauvegardées."
 
311
  #~ msgid "Extra settings"
312
  #~ msgstr "Options supplémentaires"
 
313
  #~ msgid ""
314
  #~ "If you would like to add the Contact Form to your website, just copy and "
315
  #~ "paste this shortcode to your post or page or widget:"
316
  #~ msgstr ""
317
  #~ "Si vous souhaiter ajouter un formulaire de contact à votre site web, "
318
  #~ "copiez juste ce code dans un article ou sur une page ou un widget:"
 
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
  #~ "Si les champs ci-dessous ne sont pas renseignés le message sera envoyé à "
324
  #~ "l'adresse spécifiée lors de l'enregistrement."
 
325
  #~ msgid "The user's email address:"
326
  #~ msgstr "Utiliser l'e-mail du compte wordpress:"
 
327
  #~ msgid "Create a username"
328
  #~ msgstr "Choisir un nom d'utilisateur"
 
329
  #~ msgid ""
330
  #~ "Enter a username of the person who should get the messages from the "
331
  #~ "contact form."
332
  #~ msgstr ""
333
  #~ "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le "
334
  #~ "formulaire de contact."
 
335
  #~ msgid "Use this email address:"
336
  #~ msgstr "Utiliser cette adresse e-mail:"
 
337
  #~ msgid "Enter the email address you want the messages forwarded to."
338
  #~ msgstr ""
339
  #~ "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages."
 
340
  #~ msgid "Additional options"
341
  #~ msgstr "Options supplémentaires"
 
342
  #~ msgid "What to use?"
343
  #~ msgstr "Quelle méthode d'envoie ?"
 
344
  #~ msgid "Wp-mail"
345
  #~ msgstr "Wp-mail"
 
346
  #~ msgid "You can use the wp_mail function for mailing"
347
  #~ msgstr ""
348
  #~ "Pour envoyer l'e-mail, vous pouvez utiliser la fonction wp_mail de "
349
  #~ "wordpress"
 
350
  #~ msgid "Mail"
351
  #~ msgstr "E-mail"
 
352
  #~ msgid "To send mail you can use the php mail function"
353
  #~ msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction mail de php"
 
354
  #~ msgid "Change text of the 'FROM' field"
355
  #~ msgstr "Modifier le texte pour le champ 'FROM' du courriel"
 
356
  #~ msgid "Enter the email address in the 'From' field"
357
  #~ msgstr "Sélectionner l'adresse e-mail pour le champ 'FROM' du courriel"
 
358
  #~ msgid "User email"
359
  #~ msgstr "E-mail de l'utlisateur"
 
360
  #~ msgid ""
361
  #~ "The email address of the user who fills the form will be used in the "
362
  #~ "field 'From'."
363
  #~ msgstr ""
364
  #~ "Dans le champ 'From' du courriel, il sera utilisé l'adresse e-mail de "
365
  #~ "l'utlisateur qui rempli le formulaire."
 
366
  #~ msgid "This email address will be used in the 'From' field."
367
  #~ msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
 
368
  #~ msgid "Display fields"
369
  #~ msgstr "Afficher le texte"
 
370
  #~ msgid "Address"
371
  #~ msgstr "Adresse"
 
372
  #~ msgid "Phone"
373
  #~ msgstr "Téléphone"
 
374
  #~ msgid "Attachment block"
375
  #~ msgstr "Bloc pièce-jointe"
 
376
  #~ msgid "Users can attach the following file formats"
377
  #~ msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
 
378
  #~ msgid "Captcha"
379
  #~ msgstr "Captcha"
 
380
  #~ msgid "(powered by bestwebsoft.com)"
381
  #~ msgstr "(fourni par bestwebsoft.com)"
382
- #~ msgid "Activate captcha"
383
- #~ msgstr "Activé le captcha"
384
  #~ msgid "Download captcha"
385
  #~ msgstr "Télécharger le captcha"
386
 
@@ -391,170 +608,243 @@ msgstr "Envoyer un e-mail spécifique &#187;"
391
  #, fuzzy
392
  #~ msgid "Display 'Send me a copy' block"
393
  #~ msgstr "S'envoyer une copie"
 
394
  #~ msgid "Required fields"
395
  #~ msgstr "Champ obligatoire"
 
396
  #~ msgid "Name"
397
  #~ msgstr "Nom"
 
398
  #~ msgid "Email Address"
399
  #~ msgstr "Adresse e-mail"
 
400
  #~ msgid "Subject"
401
  #~ msgstr "Sujet"
 
402
  #~ msgid "Message"
403
  #~ msgstr "Message"
 
404
  #~ msgid "Display additional info in the email"
405
  #~ msgstr "Afficher les informations complémentaires dans le courriel"
 
406
  #~ msgid "Sent from (ip address)"
407
  #~ msgstr "Envoyé de (adresse IP)"
408
 
409
  #, fuzzy
410
  #~ msgid "Example: Sent from (IP address):\t127.0.0.1"
411
  #~ msgstr "Envoyé de (adresse IP)"
 
412
  #~ msgid "Date/Time"
413
  #~ msgstr "Date/Heure"
 
414
  #~ msgid "Sent from (referer)"
415
  #~ msgstr "Envoyer de (référence)"
 
416
  #~ msgid "Using (user agent)"
417
  #~ msgstr "Depuis (navigateur)"
 
418
  #~ msgid "Language settings for the field names in the form"
419
  #~ msgstr "Définition des langues pour les titres des champs"
 
420
  #~ msgid "Add a language"
421
  #~ msgstr "Ajouter une langue"
 
422
  #~ msgid "Change the names of the contact form fields and error messages"
423
  #~ msgstr ""
424
  #~ "Modifier le texte pour les champs du formulaire de contact et les "
425
  #~ "messages d'erreur"
 
426
  #~ msgid "English"
427
  #~ msgstr "Anglais"
 
428
  #~ msgid "Error message for the Name field"
429
  #~ msgstr "Message d'erreur pour le champ nom"
 
430
  #~ msgid "Error message for the Address field"
431
  #~ msgstr "Message d'erreur pour le champ Adresse"
 
432
  #~ msgid "Error message for the Email field"
433
  #~ msgstr "Message d'erreur pour le champ e-mail"
 
434
  #~ msgid "Error message for the Phone field"
435
  #~ msgstr "Message d'erreur pour le champ téléphone"
 
436
  #~ msgid "Error message for the Subject field"
437
  #~ msgstr "Message d'erreur pour le champ sujet"
 
438
  #~ msgid "Error message for the Message field"
439
  #~ msgstr "Message d'erreur pour le champ message"
 
440
  #~ msgid "Error message about the file type for the Attachment field"
441
  #~ msgstr "Message d'erreur pour le champ fichier joint (type du fichier)"
 
442
  #~ msgid ""
443
  #~ "Error message while uploading a file for the Attachment field to the "
444
  #~ "server"
445
  #~ msgstr ""
446
  #~ "Message d'erreur pour le champ fichier joint (problème d'envoie vers le "
447
  #~ "serveur)"
 
448
  #~ msgid "Error message while moving the file for the Attachment field"
449
  #~ msgstr ""
450
  #~ "Message d'erreur pour le champ fichier joint (déplacement du fichier)"
 
451
  #~ msgid ""
452
  #~ "Error message when file size limit for the Attachment field is exceeded"
453
  #~ msgstr ""
454
  #~ "Message d'erreur pour le champ fichier joint (taille limite du fichier "
455
  #~ "atteinte)"
 
456
  #~ msgid "Error message for the Captcha field"
457
  #~ msgstr "Message d'erreur pour le captcha"
 
458
  #~ msgid "Error message for the whole form"
459
  #~ msgstr "Message d'erreur demandant à compléter les champs manquants"
 
460
  #~ msgid "Use shortcode"
461
  #~ msgstr "Utiliser le code court"
 
462
  #~ msgid "for this language"
463
  #~ msgstr "pour cette langue"
 
464
  #~ msgid "Action after email is sent"
465
  #~ msgstr "Action après l'envoie de l'e-mail"
 
466
  #~ msgid "Display text"
467
  #~ msgstr "Afficher le texte"
 
468
  #~ msgid "Text"
469
  #~ msgstr "Texte"
 
470
  #~ msgid "Redirect to the page"
471
  #~ msgstr "Rediriger vers la page"
 
472
  #~ msgid "Url"
473
  #~ msgstr "Url"
 
474
  #~ msgid "Save Changes"
475
  #~ msgstr "Sauvegarder les modifications"
 
476
  #~ msgid "Contact Form Pro | Extra Settings"
477
  #~ msgstr "Formulaire Pro de Contact | Options supplémentaires"
 
478
  #~ msgid ""
479
  #~ "This functionality is available in the Pro version of the plugin. For "
480
  #~ "more details, please follow the link"
481
  #~ msgstr ""
482
  #~ "Cette fonctionalité est disponible dans le version Pro de cette "
483
  #~ "extension. Pour plus de détails, merci de suivre ce lien"
 
484
  #~ msgid "Errors output"
485
  #~ msgstr "Affichage des erreurs"
 
486
  #~ msgid "Display error messages"
487
  #~ msgstr "Aficher les messages d'erreur"
 
488
  #~ msgid "Color of the input field errors."
489
  #~ msgstr "Mettre en couleur les champs ayant des erreurs"
 
490
  #~ msgid "Display error messages & color of the input field errors"
491
  #~ msgstr ""
492
  #~ "Afficher les messages d'erreur et mettre en couleur les champs ayant des "
493
  #~ "erreurs"
 
494
  #~ msgid "Add placeholder to the input blocks"
495
  #~ msgstr "Ajouter la localisation dans le bloc de saisie"
 
496
  #~ msgid "Add tooltips"
497
  #~ msgstr "Ajouter les conseils"
 
498
  #~ msgid "Email address"
499
  #~ msgstr "Adresse e-mail"
 
500
  #~ msgid "Phone Number"
501
  #~ msgstr "Téléphone"
 
502
  #~ msgid "Attachment"
503
  #~ msgstr "Pièce-jointe"
 
504
  #~ msgid "Style options"
505
  #~ msgstr "Options de style"
 
506
  #~ msgid "Text color"
507
  #~ msgstr "Couleur du texte"
 
508
  #~ msgid "Default"
509
  #~ msgstr "Défaut"
 
510
  #~ msgid "Label text color"
511
  #~ msgstr "Couleur des textes des intitulés"
 
512
  #~ msgid "Placeholder color"
513
  #~ msgstr "Couleur pour la localisation"
 
514
  #~ msgid "Errors color"
515
  #~ msgstr "Couleur pour les erreurs"
 
516
  #~ msgid "Error text color"
517
  #~ msgstr "Couleur pour le texte des erreurs"
 
518
  #~ msgid "Background color of the input field errors"
519
  #~ msgstr "Couleur de fond pour les erreurs de saisie dans les champs"
 
520
  #~ msgid "Border color of the input field errors"
521
  #~ msgstr "Couleur de la bordure pour les erreurs de saisie dans les champs"
 
522
  #~ msgid "Placeholder color of the input field errors"
523
  #~ msgstr "Couleur pour la localisation lors d'une erreur de saisie du champ"
 
524
  #~ msgid "Input fields"
525
  #~ msgstr "Champs de saisie"
 
526
  #~ msgid "Input fields background color"
527
  #~ msgstr "Couleur de fond pour les champs de saisie"
 
528
  #~ msgid "Text fields color"
529
  #~ msgstr "Couleur pour les textes des champs de saisie"
 
530
  #~ msgid "Border width in px, numbers only"
531
  #~ msgstr "Largeur des bordures en px, nombre seulement"
 
532
  #~ msgid "Border color"
533
  #~ msgstr "Couleur des bordures"
 
534
  #~ msgid "Submit button"
535
  #~ msgstr "Bouton Envoyer"
 
536
  #~ msgid "Width in px, numbers only"
537
  #~ msgstr "Largeur en px, nombre seulement"
 
538
  #~ msgid "Button color"
539
  #~ msgstr "Couleur du bouton"
 
540
  #~ msgid "Button text color"
541
  #~ msgstr "Couleur du texte du bouton"
 
542
  #~ msgid "Contact Form Pro | Preview"
543
  #~ msgstr "Formulaire Pro de Contact | Prévisualisation"
 
544
  #~ msgid "Show with errors"
545
  #~ msgstr "Afficher avec les erreurs"
 
546
  #~ msgid "Please enter your full name..."
547
  #~ msgstr "Merci de saisir votre nom..."
 
548
  #~ msgid "Please enter your address..."
549
  #~ msgstr "Merci de saisir votre adresse..."
 
550
  #~ msgid "Please enter your email address..."
551
  #~ msgstr "Merci de saisir votre adresse e-mail..."
 
552
  #~ msgid "Please enter your phone number..."
553
  #~ msgstr "Merci de saisir votre numéro de téléphone..."
 
554
  #~ msgid "Please enter subject..."
555
  #~ msgstr "Merci de saisir le sujet..."
 
556
  #~ msgid "Please enter your message..."
557
  #~ msgstr "Merci de saisir votre message..."
 
558
  #~ msgid ""
559
  #~ "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
560
  #~ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file "
@@ -563,34 +853,46 @@ msgstr "Envoyer un e-mail spécifique &#187;"
563
  #~ "Types de fichiers autorisés: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, "
564
  #~ "BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. "
565
  #~ "Taille maximum 2MB"
 
566
  #~ msgid "You can attach the following file formats"
567
  #~ msgstr "Vous pouvez joindre des fichiers aux formats suivants"
 
568
  #~ msgid "Contact from"
569
  #~ msgstr "Contact de"
 
570
  #~ msgid "Email"
571
  #~ msgstr "E-mail"
 
572
  #~ msgid "Site"
573
  #~ msgstr "Site"
 
574
  #~ msgid ""
575
  #~ "If you can see this MIME, it means that the MIME type is not supported by "
576
  #~ "your email client!"
577
  #~ msgstr ""
578
  #~ "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de "
579
  #~ "MIME !"
 
580
  #~ msgid "FAQ"
581
  #~ msgstr "FAQ"
 
582
  #~ msgid "Support"
583
  #~ msgstr "Support"
 
584
  #~ msgid "Are you sure that you want to delete this language data?"
585
  #~ msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
 
586
  #~ msgid "Display Attachment tips"
587
  #~ msgstr "Afficher les explications sur les pièces jointes"
 
588
  #~ msgid "Display a phone number field"
589
  #~ msgstr "Afficher le champ téléphone"
 
590
  #~ msgid "Please enter a valid email address. Settings are not saved."
591
  #~ msgstr ""
592
  #~ "Merci de saisir une adresse e-mail valide. Les modifications ne sont pas "
593
  #~ "sauvegardées."
 
594
  #~ msgid "E-Mail Address"
595
  #~ msgstr "Adresse e-mail"
596
 
@@ -601,8 +903,6 @@ msgstr "Envoyer un e-mail spécifique &#187;"
601
  #~ msgstr ""
602
  #~ "Si vous souhaiter ajouter un formulaire de contact à votre site web, "
603
  #~ "copiez juste ce code dans un article ou sur une page ou un widget:"
604
- #~ msgid "Install Now"
605
- #~ msgstr "Installa Ora"
606
 
607
  #, fuzzy
608
  #~ msgid "Thank you for contact."
@@ -613,6 +913,6 @@ msgstr "Envoyer un e-mail spécifique &#187;"
613
  #~ msgstr ""
614
  #~ "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le "
615
  #~ "formulaire de contact."
 
616
  #~ msgid "E-Mail Addresse:"
617
  #~ msgstr "Indirizzo e-mail:"
618
-
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-06 15:14+0300\n"
6
+ "PO-Revision-Date: 2014-01-06 15:14+0300\n"
7
+ "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
+ "Language: fr_FR\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Generator: Poedit 1.5.7\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: bws_menu.php:331
21
  msgid "Not set"
22
  msgstr "Not set"
23
 
24
+ #: bws_menu.php:333
25
+ #: bws_menu.php:337
26
  msgid "On"
27
  msgstr "On"
28
 
29
+ #: bws_menu.php:335
30
+ #: bws_menu.php:339
31
  msgid "Off"
32
  msgstr "Off"
33
 
34
+ #: bws_menu.php:343
35
+ #: bws_menu.php:347
36
+ #: bws_menu.php:351
37
+ #: bws_menu.php:355
38
+ #: bws_menu.php:359
39
+ #: bws_menu.php:385
40
  msgid "N/A"
41
  msgstr "N/A"
42
 
43
+ #: bws_menu.php:357
44
  msgid " Mb"
45
  msgstr " Mb"
46
 
47
+ #: bws_menu.php:361
48
+ #: bws_menu.php:365
49
+ #: bws_menu.php:369
50
+ #: bws_menu.php:380
51
  msgid "Yes"
52
  msgstr "Yes"
53
 
54
+ #: bws_menu.php:363
55
+ #: bws_menu.php:367
56
+ #: bws_menu.php:371
57
+ #: bws_menu.php:382
58
  msgid "No"
59
  msgstr "No"
60
 
61
+ #: bws_menu.php:396
62
  msgid "Operating System"
63
  msgstr "Operating System"
64
 
65
+ #: bws_menu.php:397
66
  msgid "Server"
67
  msgstr "Server"
68
 
69
+ #: bws_menu.php:398
70
  msgid "Memory usage"
71
  msgstr "Memory usage"
72
 
73
+ #: bws_menu.php:399
74
  msgid "MYSQL Version"
75
  msgstr "MYSQL Version"
76
 
77
+ #: bws_menu.php:400
78
  msgid "SQL Mode"
79
  msgstr "SQL Mode"
80
 
81
+ #: bws_menu.php:401
82
  msgid "PHP Version"
83
  msgstr "PHP Version"
84
 
85
+ #: bws_menu.php:402
86
  msgid "PHP Safe Mode"
87
  msgstr "PHP Safe Mode"
88
 
89
+ #: bws_menu.php:403
90
  msgid "PHP Allow URL fopen"
91
  msgstr "PHP Allow URL fopen"
92
 
93
+ #: bws_menu.php:404
94
  msgid "PHP Memory Limit"
95
  msgstr "PHP Memory Limit"
96
 
97
+ #: bws_menu.php:405
98
  msgid "PHP Max Upload Size"
99
  msgstr "PHP Max Upload Size"
100
 
101
+ #: bws_menu.php:406
102
  msgid "PHP Max Post Size"
103
  msgstr "PHP Max Post Size"
104
 
105
+ #: bws_menu.php:407
106
  msgid "PHP Max Script Execute Time"
107
  msgstr "PHP Max Script Execute Time"
108
 
109
+ #: bws_menu.php:408
110
  msgid "PHP Exif support"
111
  msgstr "PHP Exif support"
112
 
113
+ #: bws_menu.php:409
114
  msgid "PHP IPTC support"
115
  msgstr "PHP IPTC support"
116
 
117
+ #: bws_menu.php:410
118
  msgid "PHP XML support"
119
  msgstr "PHP XML support"
120
 
121
+ #: bws_menu.php:411
122
  msgid "Site URL"
123
  msgstr "Site URL"
124
 
125
+ #: bws_menu.php:412
126
  msgid "Home URL"
127
  msgstr "Home URL"
128
 
129
+ #: bws_menu.php:413
130
  msgid "WordPress Version"
131
  msgstr "WordPress Version"
132
 
133
+ #: bws_menu.php:414
134
  msgid "WordPress DB Version"
135
  msgstr "WordPress DB Version"
136
 
137
+ #: bws_menu.php:415
138
  msgid "Multisite"
139
  msgstr "Multisite"
140
 
141
+ #: bws_menu.php:416
142
  msgid "Active Theme"
143
  msgstr "Active Theme"
144
 
145
+ #: bws_menu.php:432
146
  msgid "Please enter a valid email address."
147
  msgstr "Merci de saisir une adresse e-mail valide."
148
 
149
+ #: bws_menu.php:436
150
  msgid "Email with system info is sent to "
151
  msgstr "Le courriel avec les informations système est envoyé à"
152
 
153
+ #: bws_menu.php:440
154
  msgid "Thank you for contacting us."
155
  msgstr "Merci de nous avoir contacté."
156
 
157
+ #: bws_menu.php:468
158
  msgid "Sorry, email message could not be delivered."
159
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
160
 
161
+ #: bws_menu.php:480
162
+ msgid "Switch to new interface"
163
+ msgstr ""
164
+
165
+ #: bws_menu.php:487
166
  msgid "Pro plugins"
167
  msgstr "Plugins Pro"
168
 
169
+ #: bws_menu.php:490
170
+ #: bws_menu.php:516
171
  msgid "Activated plugins"
172
  msgstr "Plugin activé"
173
 
174
+ #: bws_menu.php:492
175
+ #: bws_menu.php:500
176
+ #: bws_menu.php:508
177
+ #: bws_menu.php:518
178
+ #: bws_menu.php:526
179
+ #: bws_menu.php:534
180
+ #: bws_menu.php:544
181
+ #: bws_menu.php:551
182
+ #: bws_menu.php:559
183
  msgid "Read more"
184
  msgstr "Lire la suite"
185
 
186
+ #: bws_menu.php:492
187
+ #: bws_menu.php:518
188
+ #: bws_menu.php:673
189
+ #: bws_menu.php:701
190
  msgid "Settings"
191
  msgstr "Réglages"
192
 
193
+ #: bws_menu.php:498
194
+ #: bws_menu.php:524
195
+ #: bws_menu.php:650
196
  msgid "Installed plugins"
197
  msgstr "Plugin installé"
198
 
199
+ #: bws_menu.php:506
200
+ #: bws_menu.php:532
201
+ #: bws_menu.php:763
202
  msgid "Recommended plugins"
203
  msgstr "Plugin recommandé"
204
 
205
+ #: bws_menu.php:508
206
  msgid "Purchase"
207
  msgstr "Achetez"
208
 
209
+ #: bws_menu.php:513
210
  msgid "Free plugins"
211
  msgstr "Plugins gratuits"
212
 
213
+ #: bws_menu.php:534
214
+ #: bws_menu.php:559
215
  msgid "Download"
216
  msgstr "Téléchargement"
217
 
218
+ #: bws_menu.php:534
219
+ #: bws_menu.php:559
220
+ #: bws_menu.php:865
221
  #, php-format
222
  msgid "Install %s"
223
  msgstr "%s installé"
224
 
225
+ #: bws_menu.php:534
226
+ #: bws_menu.php:559
227
  msgid "Install now from wordpress.org"
228
  msgstr "Installer maintenant depuis wordpress.org"
229
 
230
+ #: bws_menu.php:540
231
+ msgid "Free themes"
232
+ msgstr ""
233
+
234
+ #: bws_menu.php:543
235
+ #, fuzzy
236
+ msgid "Activated theme"
237
+ msgstr "Active Theme"
238
+
239
+ #: bws_menu.php:544
240
+ #, php-format
241
+ msgid "Customize &#8220;%s&#8221;"
242
+ msgstr ""
243
+
244
+ #: bws_menu.php:544
245
+ msgid "Customize"
246
+ msgstr ""
247
+
248
+ #: bws_menu.php:549
249
+ #, fuzzy
250
+ msgid "Installed themes"
251
+ msgstr "%s installé"
252
+
253
+ #: bws_menu.php:557
254
+ #, fuzzy
255
+ msgid "Recommended themes"
256
+ msgstr "Plugin recommandé"
257
+
258
+ #: bws_menu.php:565
259
  msgid "If you have any questions, please contact us via"
260
  msgstr "Si vous avez des questions, merci de contacter via "
261
 
262
+ #: bws_menu.php:572
263
+ #: bws_menu.php:640
264
+ #: bws_menu.php:901
265
  msgid "System status"
266
  msgstr "System status"
267
 
268
+ #: bws_menu.php:576
269
+ #: bws_menu.php:904
270
  msgid "Environment"
271
  msgstr "Environment"
272
 
273
+ #: bws_menu.php:587
274
+ #: bws_menu.php:915
275
  msgid "Active Plugins"
276
  msgstr "Plugin actifs"
277
 
278
+ #: bws_menu.php:598
279
+ #: bws_menu.php:926
280
  msgid "Inactive Plugins"
281
  msgstr "Plugin inactifs"
282
 
283
+ #: bws_menu.php:612
284
+ #: bws_menu.php:940
285
  msgid "Send to support"
286
  msgstr "Envoyé au support"
287
 
288
+ #: bws_menu.php:619
289
+ #: bws_menu.php:947
290
  msgid "Send to custom email &#187;"
291
  msgstr "Envoyer un e-mail spécifique &#187;"
292
 
293
+ #: bws_menu.php:630
294
+ msgid "Switch to old interface"
295
+ msgstr ""
296
+
297
+ #: bws_menu.php:636
298
+ #, fuzzy
299
+ msgid "Plugins"
300
+ msgstr "Plugins Pro"
301
+
302
+ #: bws_menu.php:638
303
+ msgid "Themes"
304
+ msgstr ""
305
+
306
+ #: bws_menu.php:644
307
+ msgid "All"
308
+ msgstr ""
309
+
310
+ #: bws_menu.php:645
311
+ #, fuzzy
312
+ msgid "Installed"
313
+ msgstr "%s installé"
314
+
315
+ #: bws_menu.php:646
316
+ #, fuzzy
317
+ msgid "Recommended"
318
+ msgstr "Plugin recommandé"
319
+
320
+ #: bws_menu.php:666
321
+ #: bws_menu.php:719
322
+ #, fuzzy
323
+ msgid "installed"
324
+ msgstr "%s installé"
325
+
326
+ #: bws_menu.php:671
327
+ #: bws_menu.php:699
328
+ #: bws_menu.php:724
329
+ #: bws_menu.php:752
330
+ #: bws_menu.php:793
331
+ #, fuzzy
332
+ msgid "Learn more"
333
+ msgstr "Lire la suite"
334
+
335
+ #: bws_menu.php:689
336
+ #: bws_menu.php:742
337
+ #: bws_menu.php:783
338
+ msgid "Go"
339
+ msgstr ""
340
+
341
+ #: bws_menu.php:693
342
+ msgid "DONATE"
343
+ msgstr ""
344
+
345
+ #: bws_menu.php:726
346
+ #: bws_menu.php:754
347
+ #, fuzzy
348
+ msgid "Activate this plugin"
349
+ msgstr "Plugin activé"
350
+
351
+ #: bws_menu.php:726
352
+ #: bws_menu.php:754
353
+ #, fuzzy
354
+ msgid "Activate"
355
+ msgstr "Activé le captcha"
356
+
357
+ #: bws_menu.php:746
358
+ #: bws_menu.php:787
359
+ msgid "Donate"
360
+ msgstr ""
361
+
362
+ #: bws_menu.php:795
363
+ #, fuzzy
364
+ msgid "Install now"
365
+ msgstr "Installa Ora"
366
+
367
+ #: bws_menu.php:817
368
+ msgid "Try again"
369
+ msgstr ""
370
+
371
+ #: bws_menu.php:834
372
+ #, php-format
373
+ msgid "Preview &#8220;%s&#8221;"
374
+ msgstr ""
375
+
376
+ #: bws_menu.php:865
377
+ msgid "Install Now"
378
+ msgstr "Installa Ora"
379
+
380
+ #: bws_menu.php:868
381
+ #, php-format
382
+ msgid "Update to version %s"
383
+ msgstr ""
384
+
385
+ #: bws_menu.php:868
386
+ msgid "Update"
387
+ msgstr ""
388
+
389
+ #: bws_menu.php:875
390
+ #, php-format
391
+ msgid "Preview %s"
392
+ msgstr ""
393
+
394
+ #: bws_menu.php:875
395
+ msgid "Preview"
396
+ msgstr ""
397
+
398
+ #: bws_menu.php:882
399
+ #, php-format
400
+ msgid "By %s"
401
+ msgstr ""
402
+
403
+ #: bws_menu.php:888
404
+ msgid "Details"
405
+ msgstr ""
406
+
407
  #~ msgid "Contact Form Settings"
408
  #~ msgstr "Options du formulaire de Contact"
409
+
410
  #~ msgid "Contact Form"
411
  #~ msgstr "Formulaire de Contact"
412
+
413
  #~ msgid "Contact Form Pro Extra Settings"
414
  #~ msgstr ""
415
  #~ "Options supplémentaires de la version Pro pour le formulaire de Contact"
416
+
417
  #~ msgid "Contact Form Pro"
418
  #~ msgstr "Formulaire Pro de Contact"
419
+
420
  #~ msgid "Name:"
421
  #~ msgstr "Nom:"
422
+
423
  #~ msgid "Address:"
424
  #~ msgstr "Adresse :"
425
+
426
  #~ msgid "Email Address:"
427
  #~ msgstr "Adresse e-mail:"
428
+
429
  #~ msgid "Phone number:"
430
  #~ msgstr "Téléphone:"
431
+
432
  #~ msgid "Subject:"
433
  #~ msgstr "Sujet:"
434
+
435
  #~ msgid "Message:"
436
  #~ msgstr "Message:"
437
+
438
  #~ msgid "Attachment:"
439
  #~ msgstr "Pièce-jointe:"
440
+
441
  #~ msgid "Send me a copy"
442
  #~ msgstr "M'envoyer une copie"
443
+
444
  #~ msgid "Submit"
445
  #~ msgstr "Envoyer"
446
+
447
  #~ msgid "Your name is required."
448
  #~ msgstr "Un nom est obligatoire."
449
+
450
  #~ msgid "Address is required."
451
  #~ msgstr "Une adresse est obligatoire."
452
+
453
  #~ msgid "A valid email address is required."
454
  #~ msgstr "Une adresse e-mail valide est obligatoire."
455
+
456
  #~ msgid "Phone number is required."
457
  #~ msgstr "Le numéro de téléphone est obligatoire."
458
+
459
  #~ msgid "Subject is required."
460
  #~ msgstr "Sujet obligatoire."
461
+
462
  #~ msgid "Message text is required."
463
  #~ msgstr "Un message est obligatoire."
464
+
465
  #~ msgid "File format is not valid."
466
  #~ msgstr "La pièce-jointe n'est pas valide."
467
+
468
  #~ msgid "File upload error."
469
  #~ msgstr "Erreur de chargement du fichier."
470
+
471
  #~ msgid "The file could not be uploaded."
472
  #~ msgstr "Le fichier n'a pas pu être envoyé."
473
+
474
  #~ msgid "This file is too large."
475
  #~ msgstr "Le fichier est trop volumineux."
476
+
477
  #~ msgid "Please fill out the CAPTCHA."
478
  #~ msgstr "Merci de compléter le CAPTCHA."
479
+
480
  #~ msgid "Please make corrections below and try again."
481
  #~ msgstr "Merci de faire les corrections suivantes et de réessayer."
482
+
483
  #~ msgid ""
484
  #~ "If the 'Redirect to page' option is selected then the URL field should be "
485
  #~ "in the following format"
486
  #~ msgstr ""
487
  #~ "Si l'ioption 'Rediriger vers la page' est positionnée, alors le champ Url "
488
  #~ "doit être rempli avec le format suivant"
489
+
490
  #~ msgid "Such user does not exist. Settings are not saved."
491
  #~ msgstr ""
492
  #~ "Cet utilisateur est inconnu. Les modifications ne sont pas sauvegardées."
493
+
494
  #~ msgid ""
495
  #~ "Please enter a valid email address in the 'FROM' field. Settings are not "
496
  #~ "saved."
497
  #~ msgstr ""
498
  #~ "Merci de saisir une adresse e-mail valide pour le 'FROM'. Les "
499
  #~ "modifications ne sont pas sauvegardées."
500
+
501
  #~ msgid "Settings saved."
502
  #~ msgstr "Options sauvegardées."
503
+
504
  #~ msgid "Extra settings"
505
  #~ msgstr "Options supplémentaires"
506
+
507
  #~ msgid ""
508
  #~ "If you would like to add the Contact Form to your website, just copy and "
509
  #~ "paste this shortcode to your post or page or widget:"
510
  #~ msgstr ""
511
  #~ "Si vous souhaiter ajouter un formulaire de contact à votre site web, "
512
  #~ "copiez juste ce code dans un article ou sur une page ou un widget:"
513
+
514
  #~ msgid ""
515
  #~ "If you leave the fields empty, the messages will be sent to the email "
516
  #~ "address specified during registration."
517
  #~ msgstr ""
518
  #~ "Si les champs ci-dessous ne sont pas renseignés le message sera envoyé à "
519
  #~ "l'adresse spécifiée lors de l'enregistrement."
520
+
521
  #~ msgid "The user's email address:"
522
  #~ msgstr "Utiliser l'e-mail du compte wordpress:"
523
+
524
  #~ msgid "Create a username"
525
  #~ msgstr "Choisir un nom d'utilisateur"
526
+
527
  #~ msgid ""
528
  #~ "Enter a username of the person who should get the messages from the "
529
  #~ "contact form."
530
  #~ msgstr ""
531
  #~ "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le "
532
  #~ "formulaire de contact."
533
+
534
  #~ msgid "Use this email address:"
535
  #~ msgstr "Utiliser cette adresse e-mail:"
536
+
537
  #~ msgid "Enter the email address you want the messages forwarded to."
538
  #~ msgstr ""
539
  #~ "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages."
540
+
541
  #~ msgid "Additional options"
542
  #~ msgstr "Options supplémentaires"
543
+
544
  #~ msgid "What to use?"
545
  #~ msgstr "Quelle méthode d'envoie ?"
546
+
547
  #~ msgid "Wp-mail"
548
  #~ msgstr "Wp-mail"
549
+
550
  #~ msgid "You can use the wp_mail function for mailing"
551
  #~ msgstr ""
552
  #~ "Pour envoyer l'e-mail, vous pouvez utiliser la fonction wp_mail de "
553
  #~ "wordpress"
554
+
555
  #~ msgid "Mail"
556
  #~ msgstr "E-mail"
557
+
558
  #~ msgid "To send mail you can use the php mail function"
559
  #~ msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction mail de php"
560
+
561
  #~ msgid "Change text of the 'FROM' field"
562
  #~ msgstr "Modifier le texte pour le champ 'FROM' du courriel"
563
+
564
  #~ msgid "Enter the email address in the 'From' field"
565
  #~ msgstr "Sélectionner l'adresse e-mail pour le champ 'FROM' du courriel"
566
+
567
  #~ msgid "User email"
568
  #~ msgstr "E-mail de l'utlisateur"
569
+
570
  #~ msgid ""
571
  #~ "The email address of the user who fills the form will be used in the "
572
  #~ "field 'From'."
573
  #~ msgstr ""
574
  #~ "Dans le champ 'From' du courriel, il sera utilisé l'adresse e-mail de "
575
  #~ "l'utlisateur qui rempli le formulaire."
576
+
577
  #~ msgid "This email address will be used in the 'From' field."
578
  #~ msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
579
+
580
  #~ msgid "Display fields"
581
  #~ msgstr "Afficher le texte"
582
+
583
  #~ msgid "Address"
584
  #~ msgstr "Adresse"
585
+
586
  #~ msgid "Phone"
587
  #~ msgstr "Téléphone"
588
+
589
  #~ msgid "Attachment block"
590
  #~ msgstr "Bloc pièce-jointe"
591
+
592
  #~ msgid "Users can attach the following file formats"
593
  #~ msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
594
+
595
  #~ msgid "Captcha"
596
  #~ msgstr "Captcha"
597
+
598
  #~ msgid "(powered by bestwebsoft.com)"
599
  #~ msgstr "(fourni par bestwebsoft.com)"
600
+
 
601
  #~ msgid "Download captcha"
602
  #~ msgstr "Télécharger le captcha"
603
 
608
  #, fuzzy
609
  #~ msgid "Display 'Send me a copy' block"
610
  #~ msgstr "S'envoyer une copie"
611
+
612
  #~ msgid "Required fields"
613
  #~ msgstr "Champ obligatoire"
614
+
615
  #~ msgid "Name"
616
  #~ msgstr "Nom"
617
+
618
  #~ msgid "Email Address"
619
  #~ msgstr "Adresse e-mail"
620
+
621
  #~ msgid "Subject"
622
  #~ msgstr "Sujet"
623
+
624
  #~ msgid "Message"
625
  #~ msgstr "Message"
626
+
627
  #~ msgid "Display additional info in the email"
628
  #~ msgstr "Afficher les informations complémentaires dans le courriel"
629
+
630
  #~ msgid "Sent from (ip address)"
631
  #~ msgstr "Envoyé de (adresse IP)"
632
 
633
  #, fuzzy
634
  #~ msgid "Example: Sent from (IP address):\t127.0.0.1"
635
  #~ msgstr "Envoyé de (adresse IP)"
636
+
637
  #~ msgid "Date/Time"
638
  #~ msgstr "Date/Heure"
639
+
640
  #~ msgid "Sent from (referer)"
641
  #~ msgstr "Envoyer de (référence)"
642
+
643
  #~ msgid "Using (user agent)"
644
  #~ msgstr "Depuis (navigateur)"
645
+
646
  #~ msgid "Language settings for the field names in the form"
647
  #~ msgstr "Définition des langues pour les titres des champs"
648
+
649
  #~ msgid "Add a language"
650
  #~ msgstr "Ajouter une langue"
651
+
652
  #~ msgid "Change the names of the contact form fields and error messages"
653
  #~ msgstr ""
654
  #~ "Modifier le texte pour les champs du formulaire de contact et les "
655
  #~ "messages d'erreur"
656
+
657
  #~ msgid "English"
658
  #~ msgstr "Anglais"
659
+
660
  #~ msgid "Error message for the Name field"
661
  #~ msgstr "Message d'erreur pour le champ nom"
662
+
663
  #~ msgid "Error message for the Address field"
664
  #~ msgstr "Message d'erreur pour le champ Adresse"
665
+
666
  #~ msgid "Error message for the Email field"
667
  #~ msgstr "Message d'erreur pour le champ e-mail"
668
+
669
  #~ msgid "Error message for the Phone field"
670
  #~ msgstr "Message d'erreur pour le champ téléphone"
671
+
672
  #~ msgid "Error message for the Subject field"
673
  #~ msgstr "Message d'erreur pour le champ sujet"
674
+
675
  #~ msgid "Error message for the Message field"
676
  #~ msgstr "Message d'erreur pour le champ message"
677
+
678
  #~ msgid "Error message about the file type for the Attachment field"
679
  #~ msgstr "Message d'erreur pour le champ fichier joint (type du fichier)"
680
+
681
  #~ msgid ""
682
  #~ "Error message while uploading a file for the Attachment field to the "
683
  #~ "server"
684
  #~ msgstr ""
685
  #~ "Message d'erreur pour le champ fichier joint (problème d'envoie vers le "
686
  #~ "serveur)"
687
+
688
  #~ msgid "Error message while moving the file for the Attachment field"
689
  #~ msgstr ""
690
  #~ "Message d'erreur pour le champ fichier joint (déplacement du fichier)"
691
+
692
  #~ msgid ""
693
  #~ "Error message when file size limit for the Attachment field is exceeded"
694
  #~ msgstr ""
695
  #~ "Message d'erreur pour le champ fichier joint (taille limite du fichier "
696
  #~ "atteinte)"
697
+
698
  #~ msgid "Error message for the Captcha field"
699
  #~ msgstr "Message d'erreur pour le captcha"
700
+
701
  #~ msgid "Error message for the whole form"
702
  #~ msgstr "Message d'erreur demandant à compléter les champs manquants"
703
+
704
  #~ msgid "Use shortcode"
705
  #~ msgstr "Utiliser le code court"
706
+
707
  #~ msgid "for this language"
708
  #~ msgstr "pour cette langue"
709
+
710
  #~ msgid "Action after email is sent"
711
  #~ msgstr "Action après l'envoie de l'e-mail"
712
+
713
  #~ msgid "Display text"
714
  #~ msgstr "Afficher le texte"
715
+
716
  #~ msgid "Text"
717
  #~ msgstr "Texte"
718
+
719
  #~ msgid "Redirect to the page"
720
  #~ msgstr "Rediriger vers la page"
721
+
722
  #~ msgid "Url"
723
  #~ msgstr "Url"
724
+
725
  #~ msgid "Save Changes"
726
  #~ msgstr "Sauvegarder les modifications"
727
+
728
  #~ msgid "Contact Form Pro | Extra Settings"
729
  #~ msgstr "Formulaire Pro de Contact | Options supplémentaires"
730
+
731
  #~ msgid ""
732
  #~ "This functionality is available in the Pro version of the plugin. For "
733
  #~ "more details, please follow the link"
734
  #~ msgstr ""
735
  #~ "Cette fonctionalité est disponible dans le version Pro de cette "
736
  #~ "extension. Pour plus de détails, merci de suivre ce lien"
737
+
738
  #~ msgid "Errors output"
739
  #~ msgstr "Affichage des erreurs"
740
+
741
  #~ msgid "Display error messages"
742
  #~ msgstr "Aficher les messages d'erreur"
743
+
744
  #~ msgid "Color of the input field errors."
745
  #~ msgstr "Mettre en couleur les champs ayant des erreurs"
746
+
747
  #~ msgid "Display error messages & color of the input field errors"
748
  #~ msgstr ""
749
  #~ "Afficher les messages d'erreur et mettre en couleur les champs ayant des "
750
  #~ "erreurs"
751
+
752
  #~ msgid "Add placeholder to the input blocks"
753
  #~ msgstr "Ajouter la localisation dans le bloc de saisie"
754
+
755
  #~ msgid "Add tooltips"
756
  #~ msgstr "Ajouter les conseils"
757
+
758
  #~ msgid "Email address"
759
  #~ msgstr "Adresse e-mail"
760
+
761
  #~ msgid "Phone Number"
762
  #~ msgstr "Téléphone"
763
+
764
  #~ msgid "Attachment"
765
  #~ msgstr "Pièce-jointe"
766
+
767
  #~ msgid "Style options"
768
  #~ msgstr "Options de style"
769
+
770
  #~ msgid "Text color"
771
  #~ msgstr "Couleur du texte"
772
+
773
  #~ msgid "Default"
774
  #~ msgstr "Défaut"
775
+
776
  #~ msgid "Label text color"
777
  #~ msgstr "Couleur des textes des intitulés"
778
+
779
  #~ msgid "Placeholder color"
780
  #~ msgstr "Couleur pour la localisation"
781
+
782
  #~ msgid "Errors color"
783
  #~ msgstr "Couleur pour les erreurs"
784
+
785
  #~ msgid "Error text color"
786
  #~ msgstr "Couleur pour le texte des erreurs"
787
+
788
  #~ msgid "Background color of the input field errors"
789
  #~ msgstr "Couleur de fond pour les erreurs de saisie dans les champs"
790
+
791
  #~ msgid "Border color of the input field errors"
792
  #~ msgstr "Couleur de la bordure pour les erreurs de saisie dans les champs"
793
+
794
  #~ msgid "Placeholder color of the input field errors"
795
  #~ msgstr "Couleur pour la localisation lors d'une erreur de saisie du champ"
796
+
797
  #~ msgid "Input fields"
798
  #~ msgstr "Champs de saisie"
799
+
800
  #~ msgid "Input fields background color"
801
  #~ msgstr "Couleur de fond pour les champs de saisie"
802
+
803
  #~ msgid "Text fields color"
804
  #~ msgstr "Couleur pour les textes des champs de saisie"
805
+
806
  #~ msgid "Border width in px, numbers only"
807
  #~ msgstr "Largeur des bordures en px, nombre seulement"
808
+
809
  #~ msgid "Border color"
810
  #~ msgstr "Couleur des bordures"
811
+
812
  #~ msgid "Submit button"
813
  #~ msgstr "Bouton Envoyer"
814
+
815
  #~ msgid "Width in px, numbers only"
816
  #~ msgstr "Largeur en px, nombre seulement"
817
+
818
  #~ msgid "Button color"
819
  #~ msgstr "Couleur du bouton"
820
+
821
  #~ msgid "Button text color"
822
  #~ msgstr "Couleur du texte du bouton"
823
+
824
  #~ msgid "Contact Form Pro | Preview"
825
  #~ msgstr "Formulaire Pro de Contact | Prévisualisation"
826
+
827
  #~ msgid "Show with errors"
828
  #~ msgstr "Afficher avec les erreurs"
829
+
830
  #~ msgid "Please enter your full name..."
831
  #~ msgstr "Merci de saisir votre nom..."
832
+
833
  #~ msgid "Please enter your address..."
834
  #~ msgstr "Merci de saisir votre adresse..."
835
+
836
  #~ msgid "Please enter your email address..."
837
  #~ msgstr "Merci de saisir votre adresse e-mail..."
838
+
839
  #~ msgid "Please enter your phone number..."
840
  #~ msgstr "Merci de saisir votre numéro de téléphone..."
841
+
842
  #~ msgid "Please enter subject..."
843
  #~ msgstr "Merci de saisir le sujet..."
844
+
845
  #~ msgid "Please enter your message..."
846
  #~ msgstr "Merci de saisir votre message..."
847
+
848
  #~ msgid ""
849
  #~ "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
850
  #~ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file "
853
  #~ "Types de fichiers autorisés: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, "
854
  #~ "BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. "
855
  #~ "Taille maximum 2MB"
856
+
857
  #~ msgid "You can attach the following file formats"
858
  #~ msgstr "Vous pouvez joindre des fichiers aux formats suivants"
859
+
860
  #~ msgid "Contact from"
861
  #~ msgstr "Contact de"
862
+
863
  #~ msgid "Email"
864
  #~ msgstr "E-mail"
865
+
866
  #~ msgid "Site"
867
  #~ msgstr "Site"
868
+
869
  #~ msgid ""
870
  #~ "If you can see this MIME, it means that the MIME type is not supported by "
871
  #~ "your email client!"
872
  #~ msgstr ""
873
  #~ "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de "
874
  #~ "MIME !"
875
+
876
  #~ msgid "FAQ"
877
  #~ msgstr "FAQ"
878
+
879
  #~ msgid "Support"
880
  #~ msgstr "Support"
881
+
882
  #~ msgid "Are you sure that you want to delete this language data?"
883
  #~ msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
884
+
885
  #~ msgid "Display Attachment tips"
886
  #~ msgstr "Afficher les explications sur les pièces jointes"
887
+
888
  #~ msgid "Display a phone number field"
889
  #~ msgstr "Afficher le champ téléphone"
890
+
891
  #~ msgid "Please enter a valid email address. Settings are not saved."
892
  #~ msgstr ""
893
  #~ "Merci de saisir une adresse e-mail valide. Les modifications ne sont pas "
894
  #~ "sauvegardées."
895
+
896
  #~ msgid "E-Mail Address"
897
  #~ msgstr "Adresse e-mail"
898
 
903
  #~ msgstr ""
904
  #~ "Si vous souhaiter ajouter un formulaire de contact à votre site web, "
905
  #~ "copiez juste ce code dans un article ou sur une page ou un widget:"
 
 
906
 
907
  #, fuzzy
908
  #~ msgid "Thank you for contact."
913
  #~ msgstr ""
914
  #~ "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le "
915
  #~ "formulaire de contact."
916
+
917
  #~ msgid "E-Mail Addresse:"
918
  #~ msgstr "Indirizzo e-mail:"
 
bws_menu/languages/bestwebsoft-it_IT.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-it_IT.po CHANGED
@@ -2,10 +2,11 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-10-17 17:03+0300\n"
6
- "PO-Revision-Date: 2013-10-17 17:04+0300\n"
7
- "Last-Translator: \n"
8
  "Language-Team: Marco <marco@blackstudio.it>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -18,279 +19,456 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  # @ bestwebsoft
21
- #: bws_menu.php:88
22
  msgid "Not set"
23
  msgstr "Non impostato"
24
 
25
  # @ bestwebsoft
26
- #: bws_menu.php:90
27
- #: bws_menu.php:94
28
  msgid "On"
29
  msgstr "Abilitato"
30
 
31
  # @ bestwebsoft
32
- #: bws_menu.php:92
33
- #: bws_menu.php:96
34
  msgid "Off"
35
  msgstr "Disabilitato"
36
 
37
  # @ bestwebsoft
38
- #: bws_menu.php:100
39
- #: bws_menu.php:104
40
- #: bws_menu.php:108
41
- #: bws_menu.php:112
42
- #: bws_menu.php:116
43
- #: bws_menu.php:142
44
  msgid "N/A"
45
  msgstr "Non disponibile"
46
 
47
  # @ bestwebsoft
48
- #: bws_menu.php:114
49
  msgid " Mb"
50
  msgstr "Mb"
51
 
52
  # @ bestwebsoft
53
- #: bws_menu.php:118
54
- #: bws_menu.php:122
55
- #: bws_menu.php:126
56
- #: bws_menu.php:137
57
  msgid "Yes"
58
  msgstr "Sì"
59
 
60
  # @ bestwebsoft
61
- #: bws_menu.php:120
62
- #: bws_menu.php:124
63
- #: bws_menu.php:128
64
- #: bws_menu.php:139
65
  msgid "No"
66
  msgstr "No"
67
 
68
  # @ bestwebsoft
69
- #: bws_menu.php:153
70
  msgid "Operating System"
71
  msgstr "Sistema operativo"
72
 
73
  # @ bestwebsoft
74
- #: bws_menu.php:154
75
  msgid "Server"
76
  msgstr "Server"
77
 
78
  # @ bestwebsoft
79
- #: bws_menu.php:155
80
  msgid "Memory usage"
81
  msgstr "Utilizzo memoria"
82
 
83
  # @ bestwebsoft
84
- #: bws_menu.php:156
85
  msgid "MYSQL Version"
86
  msgstr "Versione MYSQL"
87
 
88
  # @ bestwebsoft
89
- #: bws_menu.php:157
90
  msgid "SQL Mode"
91
  msgstr "Modalità SQL"
92
 
93
  # @ bestwebsoft
94
- #: bws_menu.php:158
95
  msgid "PHP Version"
96
  msgstr "Versione PHP"
97
 
98
  # @ bestwebsoft
99
- #: bws_menu.php:159
100
  msgid "PHP Safe Mode"
101
  msgstr "Safe Mode PHP"
102
 
103
  # @ bestwebsoft
104
- #: bws_menu.php:160
105
  msgid "PHP Allow URL fopen"
106
  msgstr "Consenti URL fopen PHP"
107
 
108
  # @ bestwebsoft
109
- #: bws_menu.php:161
110
  msgid "PHP Memory Limit"
111
  msgstr "Limite di memoria PHP"
112
 
113
  # @ bestwebsoft
114
- #: bws_menu.php:162
115
  msgid "PHP Max Upload Size"
116
  msgstr "Dimensione upload massima PHP"
117
 
118
  # @ bestwebsoft
119
- #: bws_menu.php:163
120
  msgid "PHP Max Post Size"
121
  msgstr "Dimensione massima Post PHP"
122
 
123
  # @ bestwebsoft
124
- #: bws_menu.php:164
125
  msgid "PHP Max Script Execute Time"
126
  msgstr "Tempo massimo di esecuzione PHP"
127
 
128
  # @ bestwebsoft
129
- #: bws_menu.php:165
130
  msgid "PHP Exif support"
131
  msgstr "Supporto Exif PHP"
132
 
133
  # @ bestwebsoft
134
- #: bws_menu.php:166
135
  msgid "PHP IPTC support"
136
  msgstr "Supporto IPTC PHP"
137
 
138
  # @ bestwebsoft
139
- #: bws_menu.php:167
140
  msgid "PHP XML support"
141
  msgstr "Supporto XML PHP"
142
 
143
  # @ bestwebsoft
144
- #: bws_menu.php:168
145
  msgid "Site URL"
146
  msgstr "URL sito"
147
 
148
  # @ bestwebsoft
149
- #: bws_menu.php:169
150
  msgid "Home URL"
151
  msgstr "URL home"
152
 
153
  # @ bestwebsoft
154
- #: bws_menu.php:170
155
  msgid "WordPress Version"
156
  msgstr "Versione WordPress"
157
 
158
  # @ bestwebsoft
159
- #: bws_menu.php:171
160
  msgid "WordPress DB Version"
161
  msgstr "Versione DB WordPress"
162
 
163
  # @ bestwebsoft
164
- #: bws_menu.php:172
165
  msgid "Multisite"
166
  msgstr "Multisito"
167
 
168
  # @ bestwebsoft
169
- #: bws_menu.php:173
170
  msgid "Active Theme"
171
  msgstr "Tema attivo"
172
 
173
  # @ bestwebsoft
174
- #: bws_menu.php:188
175
  msgid "Please enter a valid email address."
176
  msgstr "Per favore inserisci un indirizzo e-mail valido."
177
 
178
  # @ bestwebsoft
179
- #: bws_menu.php:192
180
  msgid "Email with system info is sent to "
181
  msgstr "Email con informazioni di sistema spedita a "
182
 
183
  # @ bestwebsoft
184
- #: bws_menu.php:196
185
  msgid "Thank you for contacting us."
186
  msgstr "Grazie per averci contattato."
187
 
188
  # @ bestwebsoft
189
- #: bws_menu.php:224
190
  msgid "Sorry, email message could not be delivered."
191
  msgstr "Spiacenti, il messaggio email non può essere inviato."
192
 
 
 
 
 
193
  # @ bestwebsoft
194
- #: bws_menu.php:232
195
  msgid "Pro plugins"
196
  msgstr "Plugin Pro"
197
 
198
  # @ bestwebsoft
199
- #: bws_menu.php:235
200
- #: bws_menu.php:261
201
  msgid "Activated plugins"
202
  msgstr "Plugin attivi"
203
 
204
  # @ bestwebsoft
205
- #: bws_menu.php:237
206
- #: bws_menu.php:245
207
- #: bws_menu.php:253
208
- #: bws_menu.php:263
209
- #: bws_menu.php:271
210
- #: bws_menu.php:279
 
 
 
211
  msgid "Read more"
212
  msgstr "Leggi tutto"
213
 
214
  # @ bestwebsoft
215
  # @ captcha
216
- #: bws_menu.php:237
217
- #: bws_menu.php:263
 
 
218
  msgid "Settings"
219
  msgstr "Impostazioni"
220
 
221
  # @ bestwebsoft
222
- #: bws_menu.php:243
223
- #: bws_menu.php:269
 
224
  msgid "Installed plugins"
225
  msgstr "Plugin installati"
226
 
227
  # @ bestwebsoft
228
- #: bws_menu.php:251
229
- #: bws_menu.php:277
 
230
  msgid "Recommended plugins"
231
  msgstr "Plugin raccomandati"
232
 
233
  # @ bestwebsoft
234
- #: bws_menu.php:253
235
  msgid "Purchase"
236
  msgstr "Acquista"
237
 
238
  # @ bestwebsoft
239
- #: bws_menu.php:258
240
  msgid "Free plugins"
241
  msgstr "Plugin gratuiti"
242
 
243
  # @ bestwebsoft
244
- #: bws_menu.php:279
 
245
  msgid "Download"
246
  msgstr "Scarica"
247
 
248
  # @ default
249
- #: bws_menu.php:279
 
 
250
  #, php-format
251
  msgid "Install %s"
252
  msgstr "Installa %s"
253
 
254
  # @ bestwebsoft
255
- #: bws_menu.php:279
 
256
  msgid "Install now from wordpress.org"
257
  msgstr "Installa ora da wordpress.org"
258
 
 
 
 
 
259
  # @ bestwebsoft
260
- #: bws_menu.php:284
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
261
  msgid "If you have any questions, please contact us via"
262
  msgstr "Se hai domande, contattaci tramite"
263
 
264
  # @ bestwebsoft
265
- #: bws_menu.php:291
 
 
266
  msgid "System status"
267
  msgstr "Stato sistema"
268
 
269
  # @ bestwebsoft
270
- #: bws_menu.php:295
 
271
  msgid "Environment"
272
  msgstr "Ambiente"
273
 
274
  # @ bestwebsoft
275
- #: bws_menu.php:306
 
276
  msgid "Active Plugins"
277
  msgstr "Plugin attivi"
278
 
279
  # @ bestwebsoft
280
- #: bws_menu.php:317
 
281
  msgid "Inactive Plugins"
282
  msgstr "Plugin inattivi"
283
 
284
  # @ bestwebsoft
285
- #: bws_menu.php:331
 
286
  msgid "Send to support"
287
  msgstr "Invia al supporto"
288
 
289
  # @ bestwebsoft
290
- #: bws_menu.php:338
 
291
  msgid "Send to custom email &#187;"
292
  msgstr "Invia a una email personalizzata &#187;"
293
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
294
  # @ captcha
295
  #, fuzzy
296
  #~ msgid "Captcha Settings"
@@ -534,4 +712,3 @@ msgstr "Invia a una email personalizzata &#187;"
534
  #, fuzzy
535
  #~ msgid "Decryption password is not set"
536
  #~ msgstr "La password per la decodifica della cifratura non è impostata"
537
-
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-06 15:14+0300\n"
6
+ "PO-Revision-Date: 2014-01-06 15:14+0300\n"
7
+ "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Marco <marco@blackstudio.it>\n"
9
+ "Language: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ bestwebsoft
22
+ #: bws_menu.php:331
23
  msgid "Not set"
24
  msgstr "Non impostato"
25
 
26
  # @ bestwebsoft
27
+ #: bws_menu.php:333
28
+ #: bws_menu.php:337
29
  msgid "On"
30
  msgstr "Abilitato"
31
 
32
  # @ bestwebsoft
33
+ #: bws_menu.php:335
34
+ #: bws_menu.php:339
35
  msgid "Off"
36
  msgstr "Disabilitato"
37
 
38
  # @ bestwebsoft
39
+ #: bws_menu.php:343
40
+ #: bws_menu.php:347
41
+ #: bws_menu.php:351
42
+ #: bws_menu.php:355
43
+ #: bws_menu.php:359
44
+ #: bws_menu.php:385
45
  msgid "N/A"
46
  msgstr "Non disponibile"
47
 
48
  # @ bestwebsoft
49
+ #: bws_menu.php:357
50
  msgid " Mb"
51
  msgstr "Mb"
52
 
53
  # @ bestwebsoft
54
+ #: bws_menu.php:361
55
+ #: bws_menu.php:365
56
+ #: bws_menu.php:369
57
+ #: bws_menu.php:380
58
  msgid "Yes"
59
  msgstr "Sì"
60
 
61
  # @ bestwebsoft
62
+ #: bws_menu.php:363
63
+ #: bws_menu.php:367
64
+ #: bws_menu.php:371
65
+ #: bws_menu.php:382
66
  msgid "No"
67
  msgstr "No"
68
 
69
  # @ bestwebsoft
70
+ #: bws_menu.php:396
71
  msgid "Operating System"
72
  msgstr "Sistema operativo"
73
 
74
  # @ bestwebsoft
75
+ #: bws_menu.php:397
76
  msgid "Server"
77
  msgstr "Server"
78
 
79
  # @ bestwebsoft
80
+ #: bws_menu.php:398
81
  msgid "Memory usage"
82
  msgstr "Utilizzo memoria"
83
 
84
  # @ bestwebsoft
85
+ #: bws_menu.php:399
86
  msgid "MYSQL Version"
87
  msgstr "Versione MYSQL"
88
 
89
  # @ bestwebsoft
90
+ #: bws_menu.php:400
91
  msgid "SQL Mode"
92
  msgstr "Modalità SQL"
93
 
94
  # @ bestwebsoft
95
+ #: bws_menu.php:401
96
  msgid "PHP Version"
97
  msgstr "Versione PHP"
98
 
99
  # @ bestwebsoft
100
+ #: bws_menu.php:402
101
  msgid "PHP Safe Mode"
102
  msgstr "Safe Mode PHP"
103
 
104
  # @ bestwebsoft
105
+ #: bws_menu.php:403
106
  msgid "PHP Allow URL fopen"
107
  msgstr "Consenti URL fopen PHP"
108
 
109
  # @ bestwebsoft
110
+ #: bws_menu.php:404
111
  msgid "PHP Memory Limit"
112
  msgstr "Limite di memoria PHP"
113
 
114
  # @ bestwebsoft
115
+ #: bws_menu.php:405
116
  msgid "PHP Max Upload Size"
117
  msgstr "Dimensione upload massima PHP"
118
 
119
  # @ bestwebsoft
120
+ #: bws_menu.php:406
121
  msgid "PHP Max Post Size"
122
  msgstr "Dimensione massima Post PHP"
123
 
124
  # @ bestwebsoft
125
+ #: bws_menu.php:407
126
  msgid "PHP Max Script Execute Time"
127
  msgstr "Tempo massimo di esecuzione PHP"
128
 
129
  # @ bestwebsoft
130
+ #: bws_menu.php:408
131
  msgid "PHP Exif support"
132
  msgstr "Supporto Exif PHP"
133
 
134
  # @ bestwebsoft
135
+ #: bws_menu.php:409
136
  msgid "PHP IPTC support"
137
  msgstr "Supporto IPTC PHP"
138
 
139
  # @ bestwebsoft
140
+ #: bws_menu.php:410
141
  msgid "PHP XML support"
142
  msgstr "Supporto XML PHP"
143
 
144
  # @ bestwebsoft
145
+ #: bws_menu.php:411
146
  msgid "Site URL"
147
  msgstr "URL sito"
148
 
149
  # @ bestwebsoft
150
+ #: bws_menu.php:412
151
  msgid "Home URL"
152
  msgstr "URL home"
153
 
154
  # @ bestwebsoft
155
+ #: bws_menu.php:413
156
  msgid "WordPress Version"
157
  msgstr "Versione WordPress"
158
 
159
  # @ bestwebsoft
160
+ #: bws_menu.php:414
161
  msgid "WordPress DB Version"
162
  msgstr "Versione DB WordPress"
163
 
164
  # @ bestwebsoft
165
+ #: bws_menu.php:415
166
  msgid "Multisite"
167
  msgstr "Multisito"
168
 
169
  # @ bestwebsoft
170
+ #: bws_menu.php:416
171
  msgid "Active Theme"
172
  msgstr "Tema attivo"
173
 
174
  # @ bestwebsoft
175
+ #: bws_menu.php:432
176
  msgid "Please enter a valid email address."
177
  msgstr "Per favore inserisci un indirizzo e-mail valido."
178
 
179
  # @ bestwebsoft
180
+ #: bws_menu.php:436
181
  msgid "Email with system info is sent to "
182
  msgstr "Email con informazioni di sistema spedita a "
183
 
184
  # @ bestwebsoft
185
+ #: bws_menu.php:440
186
  msgid "Thank you for contacting us."
187
  msgstr "Grazie per averci contattato."
188
 
189
  # @ bestwebsoft
190
+ #: bws_menu.php:468
191
  msgid "Sorry, email message could not be delivered."
192
  msgstr "Spiacenti, il messaggio email non può essere inviato."
193
 
194
+ #: bws_menu.php:480
195
+ msgid "Switch to new interface"
196
+ msgstr ""
197
+
198
  # @ bestwebsoft
199
+ #: bws_menu.php:487
200
  msgid "Pro plugins"
201
  msgstr "Plugin Pro"
202
 
203
  # @ bestwebsoft
204
+ #: bws_menu.php:490
205
+ #: bws_menu.php:516
206
  msgid "Activated plugins"
207
  msgstr "Plugin attivi"
208
 
209
  # @ bestwebsoft
210
+ #: bws_menu.php:492
211
+ #: bws_menu.php:500
212
+ #: bws_menu.php:508
213
+ #: bws_menu.php:518
214
+ #: bws_menu.php:526
215
+ #: bws_menu.php:534
216
+ #: bws_menu.php:544
217
+ #: bws_menu.php:551
218
+ #: bws_menu.php:559
219
  msgid "Read more"
220
  msgstr "Leggi tutto"
221
 
222
  # @ bestwebsoft
223
  # @ captcha
224
+ #: bws_menu.php:492
225
+ #: bws_menu.php:518
226
+ #: bws_menu.php:673
227
+ #: bws_menu.php:701
228
  msgid "Settings"
229
  msgstr "Impostazioni"
230
 
231
  # @ bestwebsoft
232
+ #: bws_menu.php:498
233
+ #: bws_menu.php:524
234
+ #: bws_menu.php:650
235
  msgid "Installed plugins"
236
  msgstr "Plugin installati"
237
 
238
  # @ bestwebsoft
239
+ #: bws_menu.php:506
240
+ #: bws_menu.php:532
241
+ #: bws_menu.php:763
242
  msgid "Recommended plugins"
243
  msgstr "Plugin raccomandati"
244
 
245
  # @ bestwebsoft
246
+ #: bws_menu.php:508
247
  msgid "Purchase"
248
  msgstr "Acquista"
249
 
250
  # @ bestwebsoft
251
+ #: bws_menu.php:513
252
  msgid "Free plugins"
253
  msgstr "Plugin gratuiti"
254
 
255
  # @ bestwebsoft
256
+ #: bws_menu.php:534
257
+ #: bws_menu.php:559
258
  msgid "Download"
259
  msgstr "Scarica"
260
 
261
  # @ default
262
+ #: bws_menu.php:534
263
+ #: bws_menu.php:559
264
+ #: bws_menu.php:865
265
  #, php-format
266
  msgid "Install %s"
267
  msgstr "Installa %s"
268
 
269
  # @ bestwebsoft
270
+ #: bws_menu.php:534
271
+ #: bws_menu.php:559
272
  msgid "Install now from wordpress.org"
273
  msgstr "Installa ora da wordpress.org"
274
 
275
+ #: bws_menu.php:540
276
+ msgid "Free themes"
277
+ msgstr ""
278
+
279
  # @ bestwebsoft
280
+ #: bws_menu.php:543
281
+ #, fuzzy
282
+ msgid "Activated theme"
283
+ msgstr "Tema attivo"
284
+
285
+ #: bws_menu.php:544
286
+ #, php-format
287
+ msgid "Customize &#8220;%s&#8221;"
288
+ msgstr ""
289
+
290
+ #: bws_menu.php:544
291
+ msgid "Customize"
292
+ msgstr ""
293
+
294
+ # @ default
295
+ #: bws_menu.php:549
296
+ #, fuzzy
297
+ msgid "Installed themes"
298
+ msgstr "Installa %s"
299
+
300
+ # @ bestwebsoft
301
+ #: bws_menu.php:557
302
+ #, fuzzy
303
+ msgid "Recommended themes"
304
+ msgstr "Plugin raccomandati"
305
+
306
+ # @ bestwebsoft
307
+ #: bws_menu.php:565
308
  msgid "If you have any questions, please contact us via"
309
  msgstr "Se hai domande, contattaci tramite"
310
 
311
  # @ bestwebsoft
312
+ #: bws_menu.php:572
313
+ #: bws_menu.php:640
314
+ #: bws_menu.php:901
315
  msgid "System status"
316
  msgstr "Stato sistema"
317
 
318
  # @ bestwebsoft
319
+ #: bws_menu.php:576
320
+ #: bws_menu.php:904
321
  msgid "Environment"
322
  msgstr "Ambiente"
323
 
324
  # @ bestwebsoft
325
+ #: bws_menu.php:587
326
+ #: bws_menu.php:915
327
  msgid "Active Plugins"
328
  msgstr "Plugin attivi"
329
 
330
  # @ bestwebsoft
331
+ #: bws_menu.php:598
332
+ #: bws_menu.php:926
333
  msgid "Inactive Plugins"
334
  msgstr "Plugin inattivi"
335
 
336
  # @ bestwebsoft
337
+ #: bws_menu.php:612
338
+ #: bws_menu.php:940
339
  msgid "Send to support"
340
  msgstr "Invia al supporto"
341
 
342
  # @ bestwebsoft
343
+ #: bws_menu.php:619
344
+ #: bws_menu.php:947
345
  msgid "Send to custom email &#187;"
346
  msgstr "Invia a una email personalizzata &#187;"
347
 
348
+ #: bws_menu.php:630
349
+ msgid "Switch to old interface"
350
+ msgstr ""
351
+
352
+ # @ bestwebsoft
353
+ #: bws_menu.php:636
354
+ #, fuzzy
355
+ msgid "Plugins"
356
+ msgstr "Plugin Pro"
357
+
358
+ #: bws_menu.php:638
359
+ msgid "Themes"
360
+ msgstr ""
361
+
362
+ #: bws_menu.php:644
363
+ msgid "All"
364
+ msgstr ""
365
+
366
+ # @ default
367
+ #: bws_menu.php:645
368
+ #, fuzzy
369
+ msgid "Installed"
370
+ msgstr "Installa %s"
371
+
372
+ # @ bestwebsoft
373
+ #: bws_menu.php:646
374
+ #, fuzzy
375
+ msgid "Recommended"
376
+ msgstr "Plugin raccomandati"
377
+
378
+ # @ default
379
+ #: bws_menu.php:666
380
+ #: bws_menu.php:719
381
+ #, fuzzy
382
+ msgid "installed"
383
+ msgstr "Installa %s"
384
+
385
+ # @ bestwebsoft
386
+ #: bws_menu.php:671
387
+ #: bws_menu.php:699
388
+ #: bws_menu.php:724
389
+ #: bws_menu.php:752
390
+ #: bws_menu.php:793
391
+ #, fuzzy
392
+ msgid "Learn more"
393
+ msgstr "Leggi tutto"
394
+
395
+ #: bws_menu.php:689
396
+ #: bws_menu.php:742
397
+ #: bws_menu.php:783
398
+ msgid "Go"
399
+ msgstr ""
400
+
401
+ #: bws_menu.php:693
402
+ msgid "DONATE"
403
+ msgstr ""
404
+
405
+ # @ bestwebsoft
406
+ #: bws_menu.php:726
407
+ #: bws_menu.php:754
408
+ #, fuzzy
409
+ msgid "Activate this plugin"
410
+ msgstr "Plugin attivi"
411
+
412
+ # @ bestwebsoft
413
+ #: bws_menu.php:726
414
+ #: bws_menu.php:754
415
+ #, fuzzy
416
+ msgid "Activate"
417
+ msgstr "Plugin attivi"
418
+
419
+ #: bws_menu.php:746
420
+ #: bws_menu.php:787
421
+ msgid "Donate"
422
+ msgstr ""
423
+
424
+ # @ default
425
+ #: bws_menu.php:795
426
+ #, fuzzy
427
+ msgid "Install now"
428
+ msgstr "Installa %s"
429
+
430
+ #: bws_menu.php:817
431
+ msgid "Try again"
432
+ msgstr ""
433
+
434
+ #: bws_menu.php:834
435
+ #, php-format
436
+ msgid "Preview &#8220;%s&#8221;"
437
+ msgstr ""
438
+
439
+ # @ default
440
+ #: bws_menu.php:865
441
+ #, fuzzy
442
+ msgid "Install Now"
443
+ msgstr "Installa %s"
444
+
445
+ #: bws_menu.php:868
446
+ #, php-format
447
+ msgid "Update to version %s"
448
+ msgstr ""
449
+
450
+ #: bws_menu.php:868
451
+ msgid "Update"
452
+ msgstr ""
453
+
454
+ #: bws_menu.php:875
455
+ #, php-format
456
+ msgid "Preview %s"
457
+ msgstr ""
458
+
459
+ #: bws_menu.php:875
460
+ msgid "Preview"
461
+ msgstr ""
462
+
463
+ #: bws_menu.php:882
464
+ #, php-format
465
+ msgid "By %s"
466
+ msgstr ""
467
+
468
+ #: bws_menu.php:888
469
+ msgid "Details"
470
+ msgstr ""
471
+
472
  # @ captcha
473
  #, fuzzy
474
  #~ msgid "Captcha Settings"
712
  #, fuzzy
713
  #~ msgid "Decryption password is not set"
714
  #~ msgstr "La password per la decodifica della cifratura non è impostata"
 
bws_menu/languages/bestwebsoft-ja.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-ja.po CHANGED
@@ -2,387 +2,607 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-08-30 13:54+0300\n"
6
- "PO-Revision-Date: 2013-08-30 13:54+0300\n"
7
- "Last-Translator: \n"
8
  "Language-Team: foken <foken@gmx.com>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "Language: ja_JP\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_menu.php:85
20
  msgid "Not set"
21
  msgstr "未設定"
22
 
23
- #: bws_menu.php:87
24
- #: bws_menu.php:91
25
  msgid "On"
26
  msgstr "On"
27
 
28
- #: bws_menu.php:89
29
- #: bws_menu.php:93
30
  msgid "Off"
31
  msgstr "Off"
32
 
33
- #: bws_menu.php:97
34
- #: bws_menu.php:101
35
- #: bws_menu.php:105
36
- #: bws_menu.php:109
37
- #: bws_menu.php:113
38
- #: bws_menu.php:139
39
  msgid "N/A"
40
  msgstr "該当なし"
41
 
42
- #: bws_menu.php:111
43
  msgid " Mb"
44
  msgstr " Mb"
45
 
46
- #: bws_menu.php:115
47
- #: bws_menu.php:119
48
- #: bws_menu.php:123
49
- #: bws_menu.php:134
50
  msgid "Yes"
51
  msgstr "はい"
52
 
53
- #: bws_menu.php:117
54
- #: bws_menu.php:121
55
- #: bws_menu.php:125
56
- #: bws_menu.php:136
57
  msgid "No"
58
  msgstr "いいえ"
59
 
60
- #: bws_menu.php:150
61
  msgid "Operating System"
62
  msgstr "オペレーション・システム"
63
 
64
- #: bws_menu.php:151
65
  msgid "Server"
66
  msgstr "サーバ"
67
 
68
- #: bws_menu.php:152
69
  msgid "Memory usage"
70
  msgstr "メモリー使用"
71
 
72
- #: bws_menu.php:153
73
  msgid "MYSQL Version"
74
  msgstr "MYSQL バージョン"
75
 
76
- #: bws_menu.php:154
77
  msgid "SQL Mode"
78
  msgstr "SQLモード"
79
 
80
- #: bws_menu.php:155
81
  msgid "PHP Version"
82
  msgstr "PHP バージョン"
83
 
84
- #: bws_menu.php:156
85
  msgid "PHP Safe Mode"
86
  msgstr "PHP Safe Mode"
87
 
88
- #: bws_menu.php:157
89
  msgid "PHP Allow URL fopen"
90
  msgstr "PHP Allow URL fopen"
91
 
92
- #: bws_menu.php:158
93
  msgid "PHP Memory Limit"
94
  msgstr "PHP Memory Limit"
95
 
96
- #: bws_menu.php:159
97
  msgid "PHP Max Upload Size"
98
  msgstr "PHP Max Upload Size"
99
 
100
- #: bws_menu.php:160
101
  msgid "PHP Max Post Size"
102
  msgstr "PHP Max Post Size"
103
 
104
- #: bws_menu.php:161
105
  msgid "PHP Max Script Execute Time"
106
  msgstr "PHP Max Script Execute Time"
107
 
108
- #: bws_menu.php:162
109
  msgid "PHP Exif support"
110
  msgstr "PHP Exif サポート"
111
 
112
- #: bws_menu.php:163
113
  msgid "PHP IPTC support"
114
  msgstr "PHP IPTC サポート"
115
 
116
- #: bws_menu.php:164
117
  msgid "PHP XML support"
118
  msgstr "PHP XML サポート"
119
 
120
- #: bws_menu.php:165
121
  msgid "Site URL"
122
  msgstr "サイトURL"
123
 
124
- #: bws_menu.php:166
125
  msgid "Home URL"
126
  msgstr "ホームURL"
127
 
128
- #: bws_menu.php:167
129
  msgid "WordPress Version"
130
  msgstr "WordPress バージョン"
131
 
132
- #: bws_menu.php:168
133
  msgid "WordPress DB Version"
134
  msgstr "WordPress データベース バージョン"
135
 
136
- #: bws_menu.php:169
137
  msgid "Multisite"
138
  msgstr "複数サイト"
139
 
140
- #: bws_menu.php:170
141
  msgid "Active Theme"
142
  msgstr "有効なテーマ"
143
 
144
- #: bws_menu.php:185
145
  msgid "Please enter a valid email address."
146
  msgstr "正確なEメール・アドレスを入力して下さい。"
147
 
148
- #: bws_menu.php:189
149
  msgid "Email with system info is sent to "
150
  msgstr "システム情報をメールで送信:"
151
 
152
- #: bws_menu.php:193
153
  msgid "Thank you for contacting us."
154
  msgstr "ご連絡ありがとうございます"
155
 
156
- #: bws_menu.php:221
157
  msgid "Sorry, email message could not be delivered."
158
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
159
 
160
- #: bws_menu.php:229
 
 
 
 
161
  msgid "Pro plugins"
162
  msgstr "Pro Plugins"
163
 
164
- #: bws_menu.php:232
165
- #: bws_menu.php:258
166
  msgid "Activated plugins"
167
  msgstr "有効なプラグイン"
168
 
169
- #: bws_menu.php:234
170
- #: bws_menu.php:242
171
- #: bws_menu.php:250
172
- #: bws_menu.php:260
173
- #: bws_menu.php:268
174
- #: bws_menu.php:276
 
 
 
175
  msgid "Read more"
176
  msgstr "もっと読む"
177
 
178
- #: bws_menu.php:234
179
- #: bws_menu.php:260
 
 
180
  msgid "Settings"
181
  msgstr "設定"
182
 
183
- #: bws_menu.php:240
184
- #: bws_menu.php:266
 
185
  msgid "Installed plugins"
186
  msgstr "導入済みプラグイン"
187
 
188
- #: bws_menu.php:248
189
- #: bws_menu.php:274
 
190
  msgid "Recommended plugins"
191
  msgstr "推奨プラグイン"
192
 
193
- #: bws_menu.php:250
194
  msgid "Purchase"
195
  msgstr "購入"
196
 
197
- #: bws_menu.php:255
198
  msgid "Free plugins"
199
  msgstr "無料プラグイン"
200
 
201
- #: bws_menu.php:276
 
202
  msgid "Download"
203
  msgstr "ダウンロード"
204
 
205
- #: bws_menu.php:276
 
 
206
  #, php-format
207
  msgid "Install %s"
208
  msgstr "%s 導入"
209
 
210
- #: bws_menu.php:276
 
211
  msgid "Install now from wordpress.org"
212
  msgstr "wordpress.org から直ぐに導入"
213
 
214
- #: bws_menu.php:281
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
215
  msgid "If you have any questions, please contact us via"
216
  msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
217
 
218
- #: bws_menu.php:288
 
 
219
  msgid "System status"
220
  msgstr "システム状況"
221
 
222
- #: bws_menu.php:292
 
223
  msgid "Environment"
224
  msgstr "環境"
225
 
226
- #: bws_menu.php:303
 
227
  msgid "Active Plugins"
228
  msgstr "有効なプラグイン"
229
 
230
- #: bws_menu.php:314
 
231
  msgid "Inactive Plugins"
232
  msgstr "無効なプラグイン"
233
 
234
- #: bws_menu.php:328
 
235
  msgid "Send to support"
236
  msgstr "サポートに送信"
237
 
238
- #: bws_menu.php:335
 
239
  msgid "Send to custom email &#187;"
240
  msgstr "カスタムEメールに送信&#187;"
241
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
242
  #~ msgid "Contact Form Settings"
243
  #~ msgstr "コンタクトフォーム設定"
 
244
  #~ msgid "Contact Form"
245
  #~ msgstr "コンタクトフォーム"
 
246
  #~ msgid "Contact Form Pro Extra Settings"
247
  #~ msgstr "Contact Form Pro 用設定"
 
248
  #~ msgid "Contact Form Pro"
249
  #~ msgstr "Contact Form Pro"
 
250
  #~ msgid "Name:"
251
  #~ msgstr "名前:"
 
252
  #~ msgid "Address:"
253
  #~ msgstr "住所:"
 
254
  #~ msgid "Email Address:"
255
  #~ msgstr "Eメール:"
 
256
  #~ msgid "Phone number:"
257
  #~ msgstr "電話番号:"
 
258
  #~ msgid "Subject:"
259
  #~ msgstr "件名:"
 
260
  #~ msgid "Message:"
261
  #~ msgstr "メッセージ:"
 
262
  #~ msgid "Attachment:"
263
  #~ msgstr "添付:"
 
264
  #~ msgid "Send me a copy"
265
  #~ msgstr "コピーを自分に送る"
 
266
  #~ msgid "Submit"
267
  #~ msgstr "送信"
 
268
  #~ msgid "Your name is required."
269
  #~ msgstr "名前は必須です。"
 
270
  #~ msgid "Address is required."
271
  #~ msgstr "住所が必要です。"
 
272
  #~ msgid "A valid email address is required."
273
  #~ msgstr "有効なEメールアドレスlが必須です。"
 
274
  #~ msgid "Phone number is required."
275
  #~ msgstr "電話番号は必須です。"
 
276
  #~ msgid "Subject is required."
277
  #~ msgstr "件名は必須です。"
 
278
  #~ msgid "Message text is required."
279
  #~ msgstr "メッセージ本文は必須です。"
 
280
  #~ msgid "File format is not valid."
281
  #~ msgstr "添付が壊れています。"
 
282
  #~ msgid "File upload error."
283
  #~ msgstr "ファイル・アップロード・エラー。"
 
284
  #~ msgid "The file could not be uploaded."
285
  #~ msgstr "ファイルは、アップロード出来ませんでした。"
 
286
  #~ msgid "This file is too large."
287
  #~ msgstr "このファイルは大きすぎます。"
 
288
  #~ msgid "Please fill out the CAPTCHA."
289
  #~ msgstr "CAPTCHAを入力して下さい。"
 
290
  #~ msgid "Please make corrections below and try again."
291
  #~ msgstr "以下を修正し、再度試して下さい。"
 
292
  #~ msgid ""
293
  #~ "If the 'Redirect to page' option is selected then the URL field should be "
294
  #~ "in the following format"
295
  #~ msgstr ""
296
  #~ "’ページに転送’オプションを選択した場合は、URLフィールドが、以下の形式にな"
297
  #~ "ります"
 
298
  #~ msgid "Such user does not exist. Settings are not saved."
299
  #~ msgstr "このようなユーザは存在しません。設定は保存されません。"
 
300
  #~ msgid ""
301
  #~ "Please enter a valid email address in the 'FROM' field. Settings are not "
302
  #~ "saved."
303
  #~ msgstr ""
304
  #~ "'送信者'フィールドに正確なEメール・アドレスを入力して下さい。設定は保存さ"
305
  #~ "れません。"
 
306
  #~ msgid "Settings saved."
307
  #~ msgstr "設定保存."
 
308
  #~ msgid "Extra settings"
309
  #~ msgstr "追加設定"
 
310
  #~ msgid ""
311
  #~ "If you would like to add the Contact Form to your website, just copy and "
312
  #~ "paste this shortcode to your post or page or widget:"
313
  #~ msgstr ""
314
  #~ "コンタクトフォームをあなたのサイトに追加したい場合は、このショートカットを"
315
  #~ "投稿、ページ又はウェジットにコピーして貼り付けるだけです:"
 
316
  #~ msgid "or"
317
  #~ msgstr "又は"
 
318
  #~ msgid ""
319
  #~ "If have any problems with the standard shortcode [contact_form], you "
320
  #~ "should use the shortcode"
321
  #~ msgstr ""
322
  #~ "標準的な短いコード [contact_form]に問題がある場合は、この短いコードをご利"
323
  #~ "用下さい"
 
324
  #~ msgid "They work the same way."
325
  #~ msgstr "同様に動作します。"
 
326
  #~ msgid ""
327
  #~ "If you leave the fields empty, the messages will be sent to the email "
328
  #~ "address specified during registration."
329
  #~ msgstr ""
330
  #~ "以下の項目の情報が空欄の場合、登録の際に記述したアドレスにメッセージが送ら"
331
  #~ "れます。"
 
332
  #~ msgid "The user's email address:"
333
  #~ msgstr "wordpressユーザのemailを利用r:"
 
334
  #~ msgid "Create a username"
335
  #~ msgstr "ユーザ名の選択"
 
336
  #~ msgid ""
337
  #~ "Enter a username of the person who should get the messages from the "
338
  #~ "contact form."
339
  #~ msgstr "コンタクトフォームからメッセージを受け取る方のユーザ名を入力。"
 
340
  #~ msgid "Use this email address:"
341
  #~ msgstr "このemailを利用:"
 
342
  #~ msgid "Enter the email address you want the messages forwarded to."
343
  #~ msgstr "メッセージ受信用のemailを設定。"
 
344
  #~ msgid "Additional options"
345
  #~ msgstr "追加オプション"
 
346
  #~ msgid "What to use?"
347
  #~ msgstr "何用途?"
 
348
  #~ msgid "Wp-mail"
349
  #~ msgstr "WPメール"
 
350
  #~ msgid "You can use the wp_mail function for mailing"
351
  #~ msgstr "メールにwp_mali機能が利用できます"
 
352
  #~ msgid "Mail"
353
  #~ msgstr "メール"
 
354
  #~ msgid "To send mail you can use the php mail function"
355
  #~ msgstr "メールを送信するには、phpメール機能が利用できます"
 
356
  #~ msgid "Change text of the 'FROM' field"
357
  #~ msgstr "'送信者' フィールドのテキストを変更"
 
358
  #~ msgid "Enter the email address in the 'From' field"
359
  #~ msgstr "'送信者' フィールドにメールアドレスを入力して下さい"
 
360
  #~ msgid "User email"
361
  #~ msgstr "ユーザ・Eメール"
 
362
  #~ msgid ""
363
  #~ "The email address of the user who fills the form will be used in the "
364
  #~ "field 'From'."
365
  #~ msgstr ""
366
  #~ "フォームを入力したユーザのEメール・アドレスは、'送信者'フィールドに使用さ"
367
  #~ "れます。"
 
368
  #~ msgid "This email address will be used in the 'From' field."
369
  #~ msgstr "このEメール・アドレスは、'送信者'フィールドに使用されます。"
 
370
  #~ msgid "Display fields"
371
  #~ msgstr "フィールドを表示"
 
372
  #~ msgid "Address"
373
  #~ msgstr "住所"
 
374
  #~ msgid "Phone"
375
  #~ msgstr "電話"
 
376
  #~ msgid "Attachment block"
377
  #~ msgstr "添付ブロック"
 
378
  #~ msgid "Users can attach the following file formats"
379
  #~ msgstr "ユーザは、以下のタイプのファイルを添付できる"
 
380
  #~ msgid "Captcha"
381
  #~ msgstr "Captcha"
 
382
  #~ msgid "(powered by bestwebsoft.com)"
383
  #~ msgstr "(powered by bestwebsoft.com)"
384
- #~ msgid "Activate captcha"
385
- #~ msgstr "有効なcaptcha"
386
  #~ msgid "Download captcha"
387
  #~ msgstr "captchaをダウンロード"
388
 
@@ -393,162 +613,235 @@ msgstr "カスタムEメールに送信&#187;"
393
  #, fuzzy
394
  #~ msgid "Display 'Send me a copy' block"
395
  #~ msgstr "コピーブロックを自分に送る"
 
396
  #~ msgid "Required fields"
397
  #~ msgstr "必須フィールド"
 
398
  #~ msgid "Name"
399
  #~ msgstr "名前"
 
400
  #~ msgid "Email Address"
401
  #~ msgstr "Eメール・アドレス"
 
402
  #~ msgid "Subject"
403
  #~ msgstr "件名"
 
404
  #~ msgid "Message"
405
  #~ msgstr "メッセージ"
 
406
  #~ msgid "Display additional info in the email"
407
  #~ msgstr "メール中に追加情報を表示"
 
408
  #~ msgid "Sent from (ip address)"
409
  #~ msgstr "(IP-Adresse)から送られた"
410
 
411
  #, fuzzy
412
  #~ msgid "Example: Sent from (IP address):\t127.0.0.1"
413
  #~ msgstr "(IP-Adresse)から送られた"
 
414
  #~ msgid "Date/Time"
415
  #~ msgstr "日時"
 
416
  #~ msgid "Sent from (referer)"
417
  #~ msgstr "(referer)から送られている"
 
418
  #~ msgid "Using (user agent)"
419
  #~ msgstr "(user agent)使用"
 
420
  #~ msgid "Language settings for the field names in the form"
421
  #~ msgstr "フォームのフィールド名用の言語設定"
 
422
  #~ msgid "Add a language"
423
  #~ msgstr "言語の追加"
 
424
  #~ msgid "Change the names of the contact form fields and error messages"
425
  #~ msgstr "コンタクト・フォームのフィールドの名前及びエラーメッセージを変更"
 
426
  #~ msgid "English"
427
  #~ msgstr "英語"
 
428
  #~ msgid "Error message for the Name field"
429
  #~ msgstr "名前フィールド用のエラーメッセージ"
 
430
  #~ msgid "Error message for the Address field"
431
  #~ msgstr "住所フィールド用のエラーメッセージ"
 
432
  #~ msgid "Error message for the Email field"
433
  #~ msgstr "Eメール・フィールド用のエラーメッセージ"
 
434
  #~ msgid "Error message for the Phone field"
435
  #~ msgstr "電話フィールド用のエラーメッセージ"
 
436
  #~ msgid "Error message for the Subject field"
437
  #~ msgstr "件名フィールド用のエラーメッセージ"
 
438
  #~ msgid "Error message for the Message field"
439
  #~ msgstr "メッセージ・フィールド用のエラーメッセージ"
 
440
  #~ msgid "Error message about the file type for the Attachment field"
441
  #~ msgstr "添付フィールド用の拡張子タイプに関するエラーメッセージ"
 
442
  #~ msgid ""
443
  #~ "Error message while uploading a file for the Attachment field to the "
444
  #~ "server"
445
  #~ msgstr ""
446
  #~ "添付フィールド用のファイルをサーバにアップロード中のエラーメッセージ"
 
447
  #~ msgid "Error message while moving the file for the Attachment field"
448
  #~ msgstr "添付フィールド用のファイルを移動中のエラーメッセージ"
 
449
  #~ msgid ""
450
  #~ "Error message when file size limit for the Attachment field is exceeded"
451
  #~ msgstr "添付フィールド用のファイルサイズ制限を超した場合のエラーメッセージ"
 
452
  #~ msgid "Error message for the Captcha field"
453
  #~ msgstr "Captcha フィールド用のエラーメッセージ"
 
454
  #~ msgid "Error message for the whole form"
455
  #~ msgstr "全体フォーム用のエラーメッセージ"
 
456
  #~ msgid "Use shortcode"
457
  #~ msgstr "短いコードの利用"
 
458
  #~ msgid "for this language"
459
  #~ msgstr "この言語用"
 
460
  #~ msgid "Action after email is sent"
461
  #~ msgstr "メール送信後の行動"
 
462
  #~ msgid "Display text"
463
  #~ msgstr "テキストを表示"
 
464
  #~ msgid "Text"
465
  #~ msgstr "文字"
 
466
  #~ msgid "Redirect to the page"
467
  #~ msgstr "ページに転送"
 
468
  #~ msgid "Url"
469
  #~ msgstr "Url"
 
470
  #~ msgid "Save Changes"
471
  #~ msgstr "変更を保存"
 
472
  #~ msgid "Contact Form Pro | Extra Settings"
473
  #~ msgstr "Contact Form Pro | 追加設定"
 
474
  #~ msgid ""
475
  #~ "This functionality is available in the Pro version of the plugin. For "
476
  #~ "more details, please follow the link"
477
  #~ msgstr ""
478
  #~ "この機能は、プラグインのProバージョンで利用できます。詳細は、リンクを参照"
479
  #~ "して下さい。"
 
480
  #~ msgid "Errors output"
481
  #~ msgstr "エラー出力"
 
482
  #~ msgid "Display error messages"
483
  #~ msgstr "エラーメッセージの表示"
 
484
  #~ msgid "Color of the input field errors."
485
  #~ msgstr "入力フィールド・エラーの色"
 
486
  #~ msgid "Display error messages & color of the input field errors"
487
  #~ msgstr "エラーメッセージと入力フィールド・エラーの色を表示"
 
488
  #~ msgid "Add placeholder to the input blocks"
489
  #~ msgstr "プレースホルダーを入力ブロックに追加"
 
490
  #~ msgid "Add tooltips"
491
  #~ msgstr "ツールチップの追加"
 
492
  #~ msgid "Email address"
493
  #~ msgstr "Eメール・アドレス"
 
494
  #~ msgid "Phone Number"
495
  #~ msgstr "電話番号"
 
496
  #~ msgid "Attachment"
497
  #~ msgstr "添付"
 
498
  #~ msgid "Style options"
499
  #~ msgstr "スタイル・オプション"
 
500
  #~ msgid "Text color"
501
  #~ msgstr "文字色"
 
502
  #~ msgid "Default"
503
  #~ msgstr "標準"
 
504
  #~ msgid "Label text color"
505
  #~ msgstr "ラベル文字色"
 
506
  #~ msgid "Placeholder color"
507
  #~ msgstr "プレースホルダ色"
 
508
  #~ msgid "Errors color"
509
  #~ msgstr "エラーの色"
 
510
  #~ msgid "Error text color"
511
  #~ msgstr "エラーテキストの色"
 
512
  #~ msgid "Background color of the input field errors"
513
  #~ msgstr "入力フィールド・エラーの背景色"
 
514
  #~ msgid "Border color of the input field errors"
515
  #~ msgstr "入力フィールド・エラーの罫線色"
 
516
  #~ msgid "Placeholder color of the input field errors"
517
  #~ msgstr "入力フィールド・エラー用のプレースホルダ色"
 
518
  #~ msgid "Input fields"
519
  #~ msgstr "フィールドを入力"
 
520
  #~ msgid "Input fields background color"
521
  #~ msgstr "フィールドの背景色の入力"
 
522
  #~ msgid "Text fields color"
523
  #~ msgstr "文字フィールド色"
 
524
  #~ msgid "Border width in px, numbers only"
525
  #~ msgstr "罫線幅(px単位)、数値のみ"
 
526
  #~ msgid "Border color"
527
  #~ msgstr "罫線色"
 
528
  #~ msgid "Submit button"
529
  #~ msgstr "送信ボタン"
 
530
  #~ msgid "Width in px, numbers only"
531
  #~ msgstr "px単位の幅、数字のみ"
 
532
  #~ msgid "Button color"
533
  #~ msgstr "ボタンの色"
 
534
  #~ msgid "Button text color"
535
  #~ msgstr "ボタン文字の色"
 
536
  #~ msgid "Contact Form Pro | Preview"
537
  #~ msgstr "Contact Form Pro | プレビュー"
 
538
  #~ msgid "Show with errors"
539
  #~ msgstr "エラーで表示"
 
540
  #~ msgid "Please enter your full name..."
541
  #~ msgstr "貴方の氏名を入力して下さい..."
 
542
  #~ msgid "Please enter your address..."
543
  #~ msgstr "貴方の住所を入力して下さい..."
 
544
  #~ msgid "Please enter your email address..."
545
  #~ msgstr "貴方のEメール・アドレスを入力して下さい..."
 
546
  #~ msgid "Please enter your phone number..."
547
  #~ msgstr "貴方の電話番号を入力して下さい..."
 
548
  #~ msgid "Please enter subject..."
549
  #~ msgstr "件名を入力して下さい..."
 
550
  #~ msgid "Please enter your message..."
551
  #~ msgstr "メッセージを入力して下さい..."
 
552
  #~ msgid ""
553
  #~ "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
554
  #~ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file "
@@ -557,39 +850,47 @@ msgstr "カスタムEメールに送信&#187;"
557
  #~ "サポートしてるファイル形式: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, "
558
  #~ "BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. 最大"
559
  #~ "ファイルサイズ: 2MB"
 
560
  #~ msgid "You can attach the following file formats"
561
  #~ msgstr "貴方は、以下のタイプのファイルを添付できます"
 
562
  #~ msgid "Contact from"
563
  #~ msgstr "コンタクトフォーム"
 
564
  #~ msgid "Email"
565
  #~ msgstr "Eメール"
 
566
  #~ msgid "Site"
567
  #~ msgstr "サイト"
 
568
  #~ msgid ""
569
  #~ "If you can see this MIME, it means that the MIME type is not supported by "
570
  #~ "your email client!"
571
  #~ msgstr ""
572
  #~ "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
 
573
  #~ msgid "FAQ"
574
  #~ msgstr "FAQ"
 
575
  #~ msgid "Support"
576
  #~ msgstr "サポート"
 
577
  #~ msgid "Are you sure that you want to delete this language data?"
578
  #~ msgstr "本当に、この言語データを削除しますか?"
 
579
  #~ msgid "Contact Form Options"
580
  #~ msgstr "コンタクトフォーム オプション"
581
 
582
  #, fuzzy
583
  #~ msgid "Display Attachment tips"
584
  #~ msgstr "添付ブロックを表示"
 
585
  #~ msgid "Please enter a valid email address. Settings are not saved."
586
  #~ msgstr "正確なemailを入力して下さい。設定は保存されません。"
587
 
588
  #, fuzzy
589
  #~ msgid "E-Mail Address"
590
  #~ msgstr "E-Mail:"
 
591
  #~ msgid "E-Mail Addresse:"
592
  #~ msgstr "Indirizzo e-mail:"
593
- #~ msgid "Install Now"
594
- #~ msgstr "Installa Ora"
595
-
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-06 15:14+0300\n"
6
+ "PO-Revision-Date: 2014-01-06 15:14+0300\n"
7
+ "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: foken <foken@gmx.com>\n"
9
+ "Language: ja_JP\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: bws_menu.php:331
20
  msgid "Not set"
21
  msgstr "未設定"
22
 
23
+ #: bws_menu.php:333
24
+ #: bws_menu.php:337
25
  msgid "On"
26
  msgstr "On"
27
 
28
+ #: bws_menu.php:335
29
+ #: bws_menu.php:339
30
  msgid "Off"
31
  msgstr "Off"
32
 
33
+ #: bws_menu.php:343
34
+ #: bws_menu.php:347
35
+ #: bws_menu.php:351
36
+ #: bws_menu.php:355
37
+ #: bws_menu.php:359
38
+ #: bws_menu.php:385
39
  msgid "N/A"
40
  msgstr "該当なし"
41
 
42
+ #: bws_menu.php:357
43
  msgid " Mb"
44
  msgstr " Mb"
45
 
46
+ #: bws_menu.php:361
47
+ #: bws_menu.php:365
48
+ #: bws_menu.php:369
49
+ #: bws_menu.php:380
50
  msgid "Yes"
51
  msgstr "はい"
52
 
53
+ #: bws_menu.php:363
54
+ #: bws_menu.php:367
55
+ #: bws_menu.php:371
56
+ #: bws_menu.php:382
57
  msgid "No"
58
  msgstr "いいえ"
59
 
60
+ #: bws_menu.php:396
61
  msgid "Operating System"
62
  msgstr "オペレーション・システム"
63
 
64
+ #: bws_menu.php:397
65
  msgid "Server"
66
  msgstr "サーバ"
67
 
68
+ #: bws_menu.php:398
69
  msgid "Memory usage"
70
  msgstr "メモリー使用"
71
 
72
+ #: bws_menu.php:399
73
  msgid "MYSQL Version"
74
  msgstr "MYSQL バージョン"
75
 
76
+ #: bws_menu.php:400
77
  msgid "SQL Mode"
78
  msgstr "SQLモード"
79
 
80
+ #: bws_menu.php:401
81
  msgid "PHP Version"
82
  msgstr "PHP バージョン"
83
 
84
+ #: bws_menu.php:402
85
  msgid "PHP Safe Mode"
86
  msgstr "PHP Safe Mode"
87
 
88
+ #: bws_menu.php:403
89
  msgid "PHP Allow URL fopen"
90
  msgstr "PHP Allow URL fopen"
91
 
92
+ #: bws_menu.php:404
93
  msgid "PHP Memory Limit"
94
  msgstr "PHP Memory Limit"
95
 
96
+ #: bws_menu.php:405
97
  msgid "PHP Max Upload Size"
98
  msgstr "PHP Max Upload Size"
99
 
100
+ #: bws_menu.php:406
101
  msgid "PHP Max Post Size"
102
  msgstr "PHP Max Post Size"
103
 
104
+ #: bws_menu.php:407
105
  msgid "PHP Max Script Execute Time"
106
  msgstr "PHP Max Script Execute Time"
107
 
108
+ #: bws_menu.php:408
109
  msgid "PHP Exif support"
110
  msgstr "PHP Exif サポート"
111
 
112
+ #: bws_menu.php:409
113
  msgid "PHP IPTC support"
114
  msgstr "PHP IPTC サポート"
115
 
116
+ #: bws_menu.php:410
117
  msgid "PHP XML support"
118
  msgstr "PHP XML サポート"
119
 
120
+ #: bws_menu.php:411
121
  msgid "Site URL"
122
  msgstr "サイトURL"
123
 
124
+ #: bws_menu.php:412
125
  msgid "Home URL"
126
  msgstr "ホームURL"
127
 
128
+ #: bws_menu.php:413
129
  msgid "WordPress Version"
130
  msgstr "WordPress バージョン"
131
 
132
+ #: bws_menu.php:414
133
  msgid "WordPress DB Version"
134
  msgstr "WordPress データベース バージョン"
135
 
136
+ #: bws_menu.php:415
137
  msgid "Multisite"
138
  msgstr "複数サイト"
139
 
140
+ #: bws_menu.php:416
141
  msgid "Active Theme"
142
  msgstr "有効なテーマ"
143
 
144
+ #: bws_menu.php:432
145
  msgid "Please enter a valid email address."
146
  msgstr "正確なEメール・アドレスを入力して下さい。"
147
 
148
+ #: bws_menu.php:436
149
  msgid "Email with system info is sent to "
150
  msgstr "システム情報をメールで送信:"
151
 
152
+ #: bws_menu.php:440
153
  msgid "Thank you for contacting us."
154
  msgstr "ご連絡ありがとうございます"
155
 
156
+ #: bws_menu.php:468
157
  msgid "Sorry, email message could not be delivered."
158
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
159
 
160
+ #: bws_menu.php:480
161
+ msgid "Switch to new interface"
162
+ msgstr ""
163
+
164
+ #: bws_menu.php:487
165
  msgid "Pro plugins"
166
  msgstr "Pro Plugins"
167
 
168
+ #: bws_menu.php:490
169
+ #: bws_menu.php:516
170
  msgid "Activated plugins"
171
  msgstr "有効なプラグイン"
172
 
173
+ #: bws_menu.php:492
174
+ #: bws_menu.php:500
175
+ #: bws_menu.php:508
176
+ #: bws_menu.php:518
177
+ #: bws_menu.php:526
178
+ #: bws_menu.php:534
179
+ #: bws_menu.php:544
180
+ #: bws_menu.php:551
181
+ #: bws_menu.php:559
182
  msgid "Read more"
183
  msgstr "もっと読む"
184
 
185
+ #: bws_menu.php:492
186
+ #: bws_menu.php:518
187
+ #: bws_menu.php:673
188
+ #: bws_menu.php:701
189
  msgid "Settings"
190
  msgstr "設定"
191
 
192
+ #: bws_menu.php:498
193
+ #: bws_menu.php:524
194
+ #: bws_menu.php:650
195
  msgid "Installed plugins"
196
  msgstr "導入済みプラグイン"
197
 
198
+ #: bws_menu.php:506
199
+ #: bws_menu.php:532
200
+ #: bws_menu.php:763
201
  msgid "Recommended plugins"
202
  msgstr "推奨プラグイン"
203
 
204
+ #: bws_menu.php:508
205
  msgid "Purchase"
206
  msgstr "購入"
207
 
208
+ #: bws_menu.php:513
209
  msgid "Free plugins"
210
  msgstr "無料プラグイン"
211
 
212
+ #: bws_menu.php:534
213
+ #: bws_menu.php:559
214
  msgid "Download"
215
  msgstr "ダウンロード"
216
 
217
+ #: bws_menu.php:534
218
+ #: bws_menu.php:559
219
+ #: bws_menu.php:865
220
  #, php-format
221
  msgid "Install %s"
222
  msgstr "%s 導入"
223
 
224
+ #: bws_menu.php:534
225
+ #: bws_menu.php:559
226
  msgid "Install now from wordpress.org"
227
  msgstr "wordpress.org から直ぐに導入"
228
 
229
+ #: bws_menu.php:540
230
+ msgid "Free themes"
231
+ msgstr ""
232
+
233
+ #: bws_menu.php:543
234
+ #, fuzzy
235
+ msgid "Activated theme"
236
+ msgstr "有効なテーマ"
237
+
238
+ #: bws_menu.php:544
239
+ #, php-format
240
+ msgid "Customize &#8220;%s&#8221;"
241
+ msgstr ""
242
+
243
+ #: bws_menu.php:544
244
+ msgid "Customize"
245
+ msgstr ""
246
+
247
+ #: bws_menu.php:549
248
+ #, fuzzy
249
+ msgid "Installed themes"
250
+ msgstr "%s 導入"
251
+
252
+ #: bws_menu.php:557
253
+ #, fuzzy
254
+ msgid "Recommended themes"
255
+ msgstr "推奨プラグイン"
256
+
257
+ #: bws_menu.php:565
258
  msgid "If you have any questions, please contact us via"
259
  msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
260
 
261
+ #: bws_menu.php:572
262
+ #: bws_menu.php:640
263
+ #: bws_menu.php:901
264
  msgid "System status"
265
  msgstr "システム状況"
266
 
267
+ #: bws_menu.php:576
268
+ #: bws_menu.php:904
269
  msgid "Environment"
270
  msgstr "環境"
271
 
272
+ #: bws_menu.php:587
273
+ #: bws_menu.php:915
274
  msgid "Active Plugins"
275
  msgstr "有効なプラグイン"
276
 
277
+ #: bws_menu.php:598
278
+ #: bws_menu.php:926
279
  msgid "Inactive Plugins"
280
  msgstr "無効なプラグイン"
281
 
282
+ #: bws_menu.php:612
283
+ #: bws_menu.php:940
284
  msgid "Send to support"
285
  msgstr "サポートに送信"
286
 
287
+ #: bws_menu.php:619
288
+ #: bws_menu.php:947
289
  msgid "Send to custom email &#187;"
290
  msgstr "カスタムEメールに送信&#187;"
291
 
292
+ #: bws_menu.php:630
293
+ msgid "Switch to old interface"
294
+ msgstr ""
295
+
296
+ #: bws_menu.php:636
297
+ #, fuzzy
298
+ msgid "Plugins"
299
+ msgstr "Pro Plugins"
300
+
301
+ #: bws_menu.php:638
302
+ msgid "Themes"
303
+ msgstr ""
304
+
305
+ #: bws_menu.php:644
306
+ msgid "All"
307
+ msgstr ""
308
+
309
+ #: bws_menu.php:645
310
+ #, fuzzy
311
+ msgid "Installed"
312
+ msgstr "%s 導入"
313
+
314
+ #: bws_menu.php:646
315
+ #, fuzzy
316
+ msgid "Recommended"
317
+ msgstr "推奨プラグイン"
318
+
319
+ #: bws_menu.php:666
320
+ #: bws_menu.php:719
321
+ #, fuzzy
322
+ msgid "installed"
323
+ msgstr "%s 導入"
324
+
325
+ #: bws_menu.php:671
326
+ #: bws_menu.php:699
327
+ #: bws_menu.php:724
328
+ #: bws_menu.php:752
329
+ #: bws_menu.php:793
330
+ #, fuzzy
331
+ msgid "Learn more"
332
+ msgstr "もっと読む"
333
+
334
+ #: bws_menu.php:689
335
+ #: bws_menu.php:742
336
+ #: bws_menu.php:783
337
+ msgid "Go"
338
+ msgstr ""
339
+
340
+ #: bws_menu.php:693
341
+ msgid "DONATE"
342
+ msgstr ""
343
+
344
+ #: bws_menu.php:726
345
+ #: bws_menu.php:754
346
+ #, fuzzy
347
+ msgid "Activate this plugin"
348
+ msgstr "有効なプラグイン"
349
+
350
+ #: bws_menu.php:726
351
+ #: bws_menu.php:754
352
+ #, fuzzy
353
+ msgid "Activate"
354
+ msgstr "有効なcaptcha"
355
+
356
+ #: bws_menu.php:746
357
+ #: bws_menu.php:787
358
+ msgid "Donate"
359
+ msgstr ""
360
+
361
+ #: bws_menu.php:795
362
+ #, fuzzy
363
+ msgid "Install now"
364
+ msgstr "Installa Ora"
365
+
366
+ #: bws_menu.php:817
367
+ msgid "Try again"
368
+ msgstr ""
369
+
370
+ #: bws_menu.php:834
371
+ #, php-format
372
+ msgid "Preview &#8220;%s&#8221;"
373
+ msgstr ""
374
+
375
+ #: bws_menu.php:865
376
+ msgid "Install Now"
377
+ msgstr "Installa Ora"
378
+
379
+ #: bws_menu.php:868
380
+ #, php-format
381
+ msgid "Update to version %s"
382
+ msgstr ""
383
+
384
+ #: bws_menu.php:868
385
+ msgid "Update"
386
+ msgstr ""
387
+
388
+ #: bws_menu.php:875
389
+ #, php-format
390
+ msgid "Preview %s"
391
+ msgstr ""
392
+
393
+ #: bws_menu.php:875
394
+ msgid "Preview"
395
+ msgstr ""
396
+
397
+ #: bws_menu.php:882
398
+ #, php-format
399
+ msgid "By %s"
400
+ msgstr ""
401
+
402
+ #: bws_menu.php:888
403
+ msgid "Details"
404
+ msgstr ""
405
+
406
  #~ msgid "Contact Form Settings"
407
  #~ msgstr "コンタクトフォーム設定"
408
+
409
  #~ msgid "Contact Form"
410
  #~ msgstr "コンタクトフォーム"
411
+
412
  #~ msgid "Contact Form Pro Extra Settings"
413
  #~ msgstr "Contact Form Pro 用設定"
414
+
415
  #~ msgid "Contact Form Pro"
416
  #~ msgstr "Contact Form Pro"
417
+
418
  #~ msgid "Name:"
419
  #~ msgstr "名前:"
420
+
421
  #~ msgid "Address:"
422
  #~ msgstr "住所:"
423
+
424
  #~ msgid "Email Address:"
425
  #~ msgstr "Eメール:"
426
+
427
  #~ msgid "Phone number:"
428
  #~ msgstr "電話番号:"
429
+
430
  #~ msgid "Subject:"
431
  #~ msgstr "件名:"
432
+
433
  #~ msgid "Message:"
434
  #~ msgstr "メッセージ:"
435
+
436
  #~ msgid "Attachment:"
437
  #~ msgstr "添付:"
438
+
439
  #~ msgid "Send me a copy"
440
  #~ msgstr "コピーを自分に送る"
441
+
442
  #~ msgid "Submit"
443
  #~ msgstr "送信"
444
+
445
  #~ msgid "Your name is required."
446
  #~ msgstr "名前は必須です。"
447
+
448
  #~ msgid "Address is required."
449
  #~ msgstr "住所が必要です。"
450
+
451
  #~ msgid "A valid email address is required."
452
  #~ msgstr "有効なEメールアドレスlが必須です。"
453
+
454
  #~ msgid "Phone number is required."
455
  #~ msgstr "電話番号は必須です。"
456
+
457
  #~ msgid "Subject is required."
458
  #~ msgstr "件名は必須です。"
459
+
460
  #~ msgid "Message text is required."
461
  #~ msgstr "メッセージ本文は必須です。"
462
+
463
  #~ msgid "File format is not valid."
464
  #~ msgstr "添付が壊れています。"
465
+
466
  #~ msgid "File upload error."
467
  #~ msgstr "ファイル・アップロード・エラー。"
468
+
469
  #~ msgid "The file could not be uploaded."
470
  #~ msgstr "ファイルは、アップロード出来ませんでした。"
471
+
472
  #~ msgid "This file is too large."
473
  #~ msgstr "このファイルは大きすぎます。"
474
+
475
  #~ msgid "Please fill out the CAPTCHA."
476
  #~ msgstr "CAPTCHAを入力して下さい。"
477
+
478
  #~ msgid "Please make corrections below and try again."
479
  #~ msgstr "以下を修正し、再度試して下さい。"
480
+
481
  #~ msgid ""
482
  #~ "If the 'Redirect to page' option is selected then the URL field should be "
483
  #~ "in the following format"
484
  #~ msgstr ""
485
  #~ "’ページに転送’オプションを選択した場合は、URLフィールドが、以下の形式にな"
486
  #~ "ります"
487
+
488
  #~ msgid "Such user does not exist. Settings are not saved."
489
  #~ msgstr "このようなユーザは存在しません。設定は保存されません。"
490
+
491
  #~ msgid ""
492
  #~ "Please enter a valid email address in the 'FROM' field. Settings are not "
493
  #~ "saved."
494
  #~ msgstr ""
495
  #~ "'送信者'フィールドに正確なEメール・アドレスを入力して下さい。設定は保存さ"
496
  #~ "れません。"
497
+
498
  #~ msgid "Settings saved."
499
  #~ msgstr "設定保存."
500
+
501
  #~ msgid "Extra settings"
502
  #~ msgstr "追加設定"
503
+
504
  #~ msgid ""
505
  #~ "If you would like to add the Contact Form to your website, just copy and "
506
  #~ "paste this shortcode to your post or page or widget:"
507
  #~ msgstr ""
508
  #~ "コンタクトフォームをあなたのサイトに追加したい場合は、このショートカットを"
509
  #~ "投稿、ページ又はウェジットにコピーして貼り付けるだけです:"
510
+
511
  #~ msgid "or"
512
  #~ msgstr "又は"
513
+
514
  #~ msgid ""
515
  #~ "If have any problems with the standard shortcode [contact_form], you "
516
  #~ "should use the shortcode"
517
  #~ msgstr ""
518
  #~ "標準的な短いコード [contact_form]に問題がある場合は、この短いコードをご利"
519
  #~ "用下さい"
520
+
521
  #~ msgid "They work the same way."
522
  #~ msgstr "同様に動作します。"
523
+
524
  #~ msgid ""
525
  #~ "If you leave the fields empty, the messages will be sent to the email "
526
  #~ "address specified during registration."
527
  #~ msgstr ""
528
  #~ "以下の項目の情報が空欄の場合、登録の際に記述したアドレスにメッセージが送ら"
529
  #~ "れます。"
530
+
531
  #~ msgid "The user's email address:"
532
  #~ msgstr "wordpressユーザのemailを利用r:"
533
+
534
  #~ msgid "Create a username"
535
  #~ msgstr "ユーザ名の選択"
536
+
537
  #~ msgid ""
538
  #~ "Enter a username of the person who should get the messages from the "
539
  #~ "contact form."
540
  #~ msgstr "コンタクトフォームからメッセージを受け取る方のユーザ名を入力。"
541
+
542
  #~ msgid "Use this email address:"
543
  #~ msgstr "このemailを利用:"
544
+
545
  #~ msgid "Enter the email address you want the messages forwarded to."
546
  #~ msgstr "メッセージ受信用のemailを設定。"
547
+
548
  #~ msgid "Additional options"
549
  #~ msgstr "追加オプション"
550
+
551
  #~ msgid "What to use?"
552
  #~ msgstr "何用途?"
553
+
554
  #~ msgid "Wp-mail"
555
  #~ msgstr "WPメール"
556
+
557
  #~ msgid "You can use the wp_mail function for mailing"
558
  #~ msgstr "メールにwp_mali機能が利用できます"
559
+
560
  #~ msgid "Mail"
561
  #~ msgstr "メール"
562
+
563
  #~ msgid "To send mail you can use the php mail function"
564
  #~ msgstr "メールを送信するには、phpメール機能が利用できます"
565
+
566
  #~ msgid "Change text of the 'FROM' field"
567
  #~ msgstr "'送信者' フィールドのテキストを変更"
568
+
569
  #~ msgid "Enter the email address in the 'From' field"
570
  #~ msgstr "'送信者' フィールドにメールアドレスを入力して下さい"
571
+
572
  #~ msgid "User email"
573
  #~ msgstr "ユーザ・Eメール"
574
+
575
  #~ msgid ""
576
  #~ "The email address of the user who fills the form will be used in the "
577
  #~ "field 'From'."
578
  #~ msgstr ""
579
  #~ "フォームを入力したユーザのEメール・アドレスは、'送信者'フィールドに使用さ"
580
  #~ "れます。"
581
+
582
  #~ msgid "This email address will be used in the 'From' field."
583
  #~ msgstr "このEメール・アドレスは、'送信者'フィールドに使用されます。"
584
+
585
  #~ msgid "Display fields"
586
  #~ msgstr "フィールドを表示"
587
+
588
  #~ msgid "Address"
589
  #~ msgstr "住所"
590
+
591
  #~ msgid "Phone"
592
  #~ msgstr "電話"
593
+
594
  #~ msgid "Attachment block"
595
  #~ msgstr "添付ブロック"
596
+
597
  #~ msgid "Users can attach the following file formats"
598
  #~ msgstr "ユーザは、以下のタイプのファイルを添付できる"
599
+
600
  #~ msgid "Captcha"
601
  #~ msgstr "Captcha"
602
+
603
  #~ msgid "(powered by bestwebsoft.com)"
604
  #~ msgstr "(powered by bestwebsoft.com)"
605
+
 
606
  #~ msgid "Download captcha"
607
  #~ msgstr "captchaをダウンロード"
608
 
613
  #, fuzzy
614
  #~ msgid "Display 'Send me a copy' block"
615
  #~ msgstr "コピーブロックを自分に送る"
616
+
617
  #~ msgid "Required fields"
618
  #~ msgstr "必須フィールド"
619
+
620
  #~ msgid "Name"
621
  #~ msgstr "名前"
622
+
623
  #~ msgid "Email Address"
624
  #~ msgstr "Eメール・アドレス"
625
+
626
  #~ msgid "Subject"
627
  #~ msgstr "件名"
628
+
629
  #~ msgid "Message"
630
  #~ msgstr "メッセージ"
631
+
632
  #~ msgid "Display additional info in the email"
633
  #~ msgstr "メール中に追加情報を表示"
634
+
635
  #~ msgid "Sent from (ip address)"
636
  #~ msgstr "(IP-Adresse)から送られた"
637
 
638
  #, fuzzy
639
  #~ msgid "Example: Sent from (IP address):\t127.0.0.1"
640
  #~ msgstr "(IP-Adresse)から送られた"
641
+
642
  #~ msgid "Date/Time"
643
  #~ msgstr "日時"
644
+
645
  #~ msgid "Sent from (referer)"
646
  #~ msgstr "(referer)から送られている"
647
+
648
  #~ msgid "Using (user agent)"
649
  #~ msgstr "(user agent)使用"
650
+
651
  #~ msgid "Language settings for the field names in the form"
652
  #~ msgstr "フォームのフィールド名用の言語設定"
653
+
654
  #~ msgid "Add a language"
655
  #~ msgstr "言語の追加"
656
+
657
  #~ msgid "Change the names of the contact form fields and error messages"
658
  #~ msgstr "コンタクト・フォームのフィールドの名前及びエラーメッセージを変更"
659
+
660
  #~ msgid "English"
661
  #~ msgstr "英語"
662
+
663
  #~ msgid "Error message for the Name field"
664
  #~ msgstr "名前フィールド用のエラーメッセージ"
665
+
666
  #~ msgid "Error message for the Address field"
667
  #~ msgstr "住所フィールド用のエラーメッセージ"
668
+
669
  #~ msgid "Error message for the Email field"
670
  #~ msgstr "Eメール・フィールド用のエラーメッセージ"
671
+
672
  #~ msgid "Error message for the Phone field"
673
  #~ msgstr "電話フィールド用のエラーメッセージ"
674
+
675
  #~ msgid "Error message for the Subject field"
676
  #~ msgstr "件名フィールド用のエラーメッセージ"
677
+
678
  #~ msgid "Error message for the Message field"
679
  #~ msgstr "メッセージ・フィールド用のエラーメッセージ"
680
+
681
  #~ msgid "Error message about the file type for the Attachment field"
682
  #~ msgstr "添付フィールド用の拡張子タイプに関するエラーメッセージ"
683
+
684
  #~ msgid ""
685
  #~ "Error message while uploading a file for the Attachment field to the "
686
  #~ "server"
687
  #~ msgstr ""
688
  #~ "添付フィールド用のファイルをサーバにアップロード中のエラーメッセージ"
689
+
690
  #~ msgid "Error message while moving the file for the Attachment field"
691
  #~ msgstr "添付フィールド用のファイルを移動中のエラーメッセージ"
692
+
693
  #~ msgid ""
694
  #~ "Error message when file size limit for the Attachment field is exceeded"
695
  #~ msgstr "添付フィールド用のファイルサイズ制限を超した場合のエラーメッセージ"
696
+
697
  #~ msgid "Error message for the Captcha field"
698
  #~ msgstr "Captcha フィールド用のエラーメッセージ"
699
+
700
  #~ msgid "Error message for the whole form"
701
  #~ msgstr "全体フォーム用のエラーメッセージ"
702
+
703
  #~ msgid "Use shortcode"
704
  #~ msgstr "短いコードの利用"
705
+
706
  #~ msgid "for this language"
707
  #~ msgstr "この言語用"
708
+
709
  #~ msgid "Action after email is sent"
710
  #~ msgstr "メール送信後の行動"
711
+
712
  #~ msgid "Display text"
713
  #~ msgstr "テキストを表示"
714
+
715
  #~ msgid "Text"
716
  #~ msgstr "文字"
717
+
718
  #~ msgid "Redirect to the page"
719
  #~ msgstr "ページに転送"
720
+
721
  #~ msgid "Url"
722
  #~ msgstr "Url"
723
+
724
  #~ msgid "Save Changes"
725
  #~ msgstr "変更を保存"
726
+
727
  #~ msgid "Contact Form Pro | Extra Settings"
728
  #~ msgstr "Contact Form Pro | 追加設定"
729
+
730
  #~ msgid ""
731
  #~ "This functionality is available in the Pro version of the plugin. For "
732
  #~ "more details, please follow the link"
733
  #~ msgstr ""
734
  #~ "この機能は、プラグインのProバージョンで利用できます。詳細は、リンクを参照"
735
  #~ "して下さい。"
736
+
737
  #~ msgid "Errors output"
738
  #~ msgstr "エラー出力"
739
+
740
  #~ msgid "Display error messages"
741
  #~ msgstr "エラーメッセージの表示"
742
+
743
  #~ msgid "Color of the input field errors."
744
  #~ msgstr "入力フィールド・エラーの色"
745
+
746
  #~ msgid "Display error messages & color of the input field errors"
747
  #~ msgstr "エラーメッセージと入力フィールド・エラーの色を表示"
748
+
749
  #~ msgid "Add placeholder to the input blocks"
750
  #~ msgstr "プレースホルダーを入力ブロックに追加"
751
+
752
  #~ msgid "Add tooltips"
753
  #~ msgstr "ツールチップの追加"
754
+
755
  #~ msgid "Email address"
756
  #~ msgstr "Eメール・アドレス"
757
+
758
  #~ msgid "Phone Number"
759
  #~ msgstr "電話番号"
760
+
761
  #~ msgid "Attachment"
762
  #~ msgstr "添付"
763
+
764
  #~ msgid "Style options"
765
  #~ msgstr "スタイル・オプション"
766
+
767
  #~ msgid "Text color"
768
  #~ msgstr "文字色"
769
+
770
  #~ msgid "Default"
771
  #~ msgstr "標準"
772
+
773
  #~ msgid "Label text color"
774
  #~ msgstr "ラベル文字色"
775
+
776
  #~ msgid "Placeholder color"
777
  #~ msgstr "プレースホルダ色"
778
+
779
  #~ msgid "Errors color"
780
  #~ msgstr "エラーの色"
781
+
782
  #~ msgid "Error text color"
783
  #~ msgstr "エラーテキストの色"
784
+
785
  #~ msgid "Background color of the input field errors"
786
  #~ msgstr "入力フィールド・エラーの背景色"
787
+
788
  #~ msgid "Border color of the input field errors"
789
  #~ msgstr "入力フィールド・エラーの罫線色"
790
+
791
  #~ msgid "Placeholder color of the input field errors"
792
  #~ msgstr "入力フィールド・エラー用のプレースホルダ色"
793
+
794
  #~ msgid "Input fields"
795
  #~ msgstr "フィールドを入力"
796
+
797
  #~ msgid "Input fields background color"
798
  #~ msgstr "フィールドの背景色の入力"
799
+
800
  #~ msgid "Text fields color"
801
  #~ msgstr "文字フィールド色"
802
+
803
  #~ msgid "Border width in px, numbers only"
804
  #~ msgstr "罫線幅(px単位)、数値のみ"
805
+
806
  #~ msgid "Border color"
807
  #~ msgstr "罫線色"
808
+
809
  #~ msgid "Submit button"
810
  #~ msgstr "送信ボタン"
811
+
812
  #~ msgid "Width in px, numbers only"
813
  #~ msgstr "px単位の幅、数字のみ"
814
+
815
  #~ msgid "Button color"
816
  #~ msgstr "ボタンの色"
817
+
818
  #~ msgid "Button text color"
819
  #~ msgstr "ボタン文字の色"
820
+
821
  #~ msgid "Contact Form Pro | Preview"
822
  #~ msgstr "Contact Form Pro | プレビュー"
823
+
824
  #~ msgid "Show with errors"
825
  #~ msgstr "エラーで表示"
826
+
827
  #~ msgid "Please enter your full name..."
828
  #~ msgstr "貴方の氏名を入力して下さい..."
829
+
830
  #~ msgid "Please enter your address..."
831
  #~ msgstr "貴方の住所を入力して下さい..."
832
+
833
  #~ msgid "Please enter your email address..."
834
  #~ msgstr "貴方のEメール・アドレスを入力して下さい..."
835
+
836
  #~ msgid "Please enter your phone number..."
837
  #~ msgstr "貴方の電話番号を入力して下さい..."
838
+
839
  #~ msgid "Please enter subject..."
840
  #~ msgstr "件名を入力して下さい..."
841
+
842
  #~ msgid "Please enter your message..."
843
  #~ msgstr "メッセージを入力して下さい..."
844
+
845
  #~ msgid ""
846
  #~ "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
847
  #~ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file "
850
  #~ "サポートしてるファイル形式: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, "
851
  #~ "BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. 最大"
852
  #~ "ファイルサイズ: 2MB"
853
+
854
  #~ msgid "You can attach the following file formats"
855
  #~ msgstr "貴方は、以下のタイプのファイルを添付できます"
856
+
857
  #~ msgid "Contact from"
858
  #~ msgstr "コンタクトフォーム"
859
+
860
  #~ msgid "Email"
861
  #~ msgstr "Eメール"
862
+
863
  #~ msgid "Site"
864
  #~ msgstr "サイト"
865
+
866
  #~ msgid ""
867
  #~ "If you can see this MIME, it means that the MIME type is not supported by "
868
  #~ "your email client!"
869
  #~ msgstr ""
870
  #~ "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
871
+
872
  #~ msgid "FAQ"
873
  #~ msgstr "FAQ"
874
+
875
  #~ msgid "Support"
876
  #~ msgstr "サポート"
877
+
878
  #~ msgid "Are you sure that you want to delete this language data?"
879
  #~ msgstr "本当に、この言語データを削除しますか?"
880
+
881
  #~ msgid "Contact Form Options"
882
  #~ msgstr "コンタクトフォーム オプション"
883
 
884
  #, fuzzy
885
  #~ msgid "Display Attachment tips"
886
  #~ msgstr "添付ブロックを表示"
887
+
888
  #~ msgid "Please enter a valid email address. Settings are not saved."
889
  #~ msgstr "正確なemailを入力して下さい。設定は保存されません。"
890
 
891
  #, fuzzy
892
  #~ msgid "E-Mail Address"
893
  #~ msgstr "E-Mail:"
894
+
895
  #~ msgid "E-Mail Addresse:"
896
  #~ msgstr "Indirizzo e-mail:"
 
 
 
bws_menu/languages/bestwebsoft-pt_BR.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-pt_BR.po CHANGED
@@ -2,10 +2,11 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-08-30 10:48+0300\n"
6
- "PO-Revision-Date: 2013-08-30 10:48+0300\n"
7
- "Last-Translator: \n"
8
  "Language-Team: Dionizio Bonfim Bach | DJIO <wordpress@djio.com.br>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -15,279 +16,455 @@ msgstr ""
15
  "X-Poedit-KeywordsList: __;_e\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Textdomain-Support: yes\n"
18
- "Language: pt_BR\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ captcha
22
- #: bws_menu.php:85
23
  msgid "Not set"
24
  msgstr "Não definido"
25
 
26
  # @ captcha
27
- #: bws_menu.php:87
28
- #: bws_menu.php:91
29
  msgid "On"
30
  msgstr "Ligado"
31
 
32
  # @ captcha
33
- #: bws_menu.php:89
34
- #: bws_menu.php:93
35
  msgid "Off"
36
  msgstr "Desligado"
37
 
38
  # @ captcha
39
- #: bws_menu.php:97
40
- #: bws_menu.php:101
41
- #: bws_menu.php:105
42
- #: bws_menu.php:109
43
- #: bws_menu.php:113
44
- #: bws_menu.php:139
45
  msgid "N/A"
46
  msgstr "N/D"
47
 
48
  # @ captcha
49
- #: bws_menu.php:111
50
  msgid " Mb"
51
  msgstr " Mb"
52
 
53
  # @ captcha
54
- #: bws_menu.php:115
55
- #: bws_menu.php:119
56
- #: bws_menu.php:123
57
- #: bws_menu.php:134
58
  msgid "Yes"
59
  msgstr "Sim"
60
 
61
  # @ captcha
62
- #: bws_menu.php:117
63
- #: bws_menu.php:121
64
- #: bws_menu.php:125
65
- #: bws_menu.php:136
66
  msgid "No"
67
  msgstr "Não"
68
 
69
  # @ captcha
70
- #: bws_menu.php:150
71
  msgid "Operating System"
72
  msgstr "Sistema Operacional"
73
 
74
  # @ captcha
75
- #: bws_menu.php:151
76
  msgid "Server"
77
  msgstr "Servidor"
78
 
79
  # @ captcha
80
- #: bws_menu.php:152
81
  msgid "Memory usage"
82
  msgstr "Uso de memória"
83
 
84
  # @ captcha
85
- #: bws_menu.php:153
86
  msgid "MYSQL Version"
87
  msgstr "Versão do MySQL"
88
 
89
  # @ captcha
90
- #: bws_menu.php:154
91
  msgid "SQL Mode"
92
  msgstr "Modo SQL"
93
 
94
  # @ captcha
95
- #: bws_menu.php:155
96
  msgid "PHP Version"
97
  msgstr "Versão do PHP"
98
 
99
  # @ captcha
100
- #: bws_menu.php:156
101
  msgid "PHP Safe Mode"
102
  msgstr "Modo de Segurança do PHP"
103
 
104
  # @ captcha
105
- #: bws_menu.php:157
106
  msgid "PHP Allow URL fopen"
107
  msgstr "Permissão de fopen de URL do PHP"
108
 
109
  # @ captcha
110
- #: bws_menu.php:158
111
  msgid "PHP Memory Limit"
112
  msgstr "Limite de Memória do PHP"
113
 
114
  # @ captcha
115
- #: bws_menu.php:159
116
  msgid "PHP Max Upload Size"
117
  msgstr "Tamanho Máximo de Upload no PHP"
118
 
119
  # @ captcha
120
- #: bws_menu.php:160
121
  msgid "PHP Max Post Size"
122
  msgstr "Tamanho Máximo de Envio do PHP"
123
 
124
  # @ captcha
125
- #: bws_menu.php:161
126
  msgid "PHP Max Script Execute Time"
127
  msgstr "Tempo de Execução Máximo do PHP"
128
 
129
  # @ captcha
130
- #: bws_menu.php:162
131
  msgid "PHP Exif support"
132
  msgstr "Suporte a Exif no PHP"
133
 
134
  # @ captcha
135
- #: bws_menu.php:163
136
  msgid "PHP IPTC support"
137
  msgstr "Suporte da IPTC no PHP"
138
 
139
  # @ captcha
140
- #: bws_menu.php:164
141
  msgid "PHP XML support"
142
  msgstr "Suporte a XML no PHP"
143
 
144
  # @ captcha
145
- #: bws_menu.php:165
146
  msgid "Site URL"
147
  msgstr "URL do Site"
148
 
149
  # @ captcha
150
- #: bws_menu.php:166
151
  msgid "Home URL"
152
  msgstr "URL da Página Inicial"
153
 
154
  # @ captcha
155
- #: bws_menu.php:167
156
  msgid "WordPress Version"
157
  msgstr "Versão do WordPress"
158
 
159
  # @ captcha
160
- #: bws_menu.php:168
161
  msgid "WordPress DB Version"
162
  msgstr "Versão do DB do WordPress"
163
 
164
  # @ captcha
165
- #: bws_menu.php:169
166
  msgid "Multisite"
167
  msgstr "Multisite"
168
 
169
  # @ captcha
170
- #: bws_menu.php:170
171
  msgid "Active Theme"
172
  msgstr "Tema Ativo"
173
 
174
  # @ captcha
175
- #: bws_menu.php:185
176
  msgid "Please enter a valid email address."
177
  msgstr "Por favor, informe um endereço de email válido."
178
 
179
  # @ captcha
180
- #: bws_menu.php:189
181
  msgid "Email with system info is sent to "
182
  msgstr "Email com informações do sistema é enviado para "
183
 
184
  # @ captcha
185
- #: bws_menu.php:193
186
  msgid "Thank you for contacting us."
187
  msgstr "Obrigado por nos contatar."
188
 
189
  # @ captcha
190
- #: bws_menu.php:221
191
  msgid "Sorry, email message could not be delivered."
192
  msgstr "Desculpe, a mensagem de email não pôde ser enviada."
193
 
 
 
 
 
194
  # @ captcha
195
- #: bws_menu.php:229
196
  msgid "Pro plugins"
197
  msgstr "Plugins Pro"
198
 
199
  # @ captcha
200
- #: bws_menu.php:232
201
- #: bws_menu.php:258
202
  msgid "Activated plugins"
203
  msgstr "Plugins ativados"
204
 
205
  # @ captcha
206
- #: bws_menu.php:234
207
- #: bws_menu.php:242
208
- #: bws_menu.php:250
209
- #: bws_menu.php:260
210
- #: bws_menu.php:268
211
- #: bws_menu.php:276
 
 
 
212
  msgid "Read more"
213
  msgstr "Leia Mais"
214
 
215
  # @ captcha
216
- #: bws_menu.php:234
217
- #: bws_menu.php:260
 
 
218
  msgid "Settings"
219
  msgstr "Configurações"
220
 
221
  # @ captcha
222
- #: bws_menu.php:240
223
- #: bws_menu.php:266
 
224
  msgid "Installed plugins"
225
  msgstr "Plugins Instalados"
226
 
227
  # @ captcha
228
- #: bws_menu.php:248
229
- #: bws_menu.php:274
 
230
  msgid "Recommended plugins"
231
  msgstr "Plugins Recomendados"
232
 
233
  # @ captcha
234
- #: bws_menu.php:250
235
  msgid "Purchase"
236
  msgstr "Compra"
237
 
238
  # @ captcha
239
- #: bws_menu.php:255
240
  msgid "Free plugins"
241
  msgstr "Plugins Grátis"
242
 
243
  # @ captcha
244
- #: bws_menu.php:276
 
245
  msgid "Download"
246
  msgstr "Baixar"
247
 
248
  # @ default
249
- #: bws_menu.php:276
 
 
250
  #, php-format
251
  msgid "Install %s"
252
  msgstr "Instalar %s"
253
 
254
  # @ captcha
255
- #: bws_menu.php:276
 
256
  msgid "Install now from wordpress.org"
257
  msgstr "Instale agora do site do wordpress (wordpress.org)"
258
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
259
  # @ captcha
260
- #: bws_menu.php:281
261
  msgid "If you have any questions, please contact us via"
262
  msgstr "Se você tiver quaisquer perguntas, por favor entre em contato via"
263
 
264
  # @ captcha
265
- #: bws_menu.php:288
 
 
266
  msgid "System status"
267
  msgstr "Status do sistema"
268
 
269
  # @ captcha
270
- #: bws_menu.php:292
 
271
  msgid "Environment"
272
  msgstr "Ambiente"
273
 
274
  # @ captcha
275
- #: bws_menu.php:303
 
276
  msgid "Active Plugins"
277
  msgstr "Plugins Ativos"
278
 
279
  # @ captcha
280
- #: bws_menu.php:314
 
281
  msgid "Inactive Plugins"
282
  msgstr "Plugins Inativos"
283
 
284
  # @ captcha
285
- #: bws_menu.php:328
 
286
  msgid "Send to support"
287
  msgstr "Enviar para o suporte"
288
 
289
  # @ captcha
290
- #: bws_menu.php:335
 
291
  msgid "Send to custom email &#187;"
292
  msgstr "Enviar para email personalizado &#187;"
293
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-06 15:15+0300\n"
6
+ "PO-Revision-Date: 2014-01-06 15:15+0300\n"
7
+ "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Dionizio Bonfim Bach | DJIO <wordpress@djio.com.br>\n"
9
+ "Language: pt_BR\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-Basepath: ..\n"
18
  "X-Textdomain-Support: yes\n"
 
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ captcha
22
+ #: bws_menu.php:331
23
  msgid "Not set"
24
  msgstr "Não definido"
25
 
26
  # @ captcha
27
+ #: bws_menu.php:333
28
+ #: bws_menu.php:337
29
  msgid "On"
30
  msgstr "Ligado"
31
 
32
  # @ captcha
33
+ #: bws_menu.php:335
34
+ #: bws_menu.php:339
35
  msgid "Off"
36
  msgstr "Desligado"
37
 
38
  # @ captcha
39
+ #: bws_menu.php:343
40
+ #: bws_menu.php:347
41
+ #: bws_menu.php:351
42
+ #: bws_menu.php:355
43
+ #: bws_menu.php:359
44
+ #: bws_menu.php:385
45
  msgid "N/A"
46
  msgstr "N/D"
47
 
48
  # @ captcha
49
+ #: bws_menu.php:357
50
  msgid " Mb"
51
  msgstr " Mb"
52
 
53
  # @ captcha
54
+ #: bws_menu.php:361
55
+ #: bws_menu.php:365
56
+ #: bws_menu.php:369
57
+ #: bws_menu.php:380
58
  msgid "Yes"
59
  msgstr "Sim"
60
 
61
  # @ captcha
62
+ #: bws_menu.php:363
63
+ #: bws_menu.php:367
64
+ #: bws_menu.php:371
65
+ #: bws_menu.php:382
66
  msgid "No"
67
  msgstr "Não"
68
 
69
  # @ captcha
70
+ #: bws_menu.php:396
71
  msgid "Operating System"
72
  msgstr "Sistema Operacional"
73
 
74
  # @ captcha
75
+ #: bws_menu.php:397
76
  msgid "Server"
77
  msgstr "Servidor"
78
 
79
  # @ captcha
80
+ #: bws_menu.php:398
81
  msgid "Memory usage"
82
  msgstr "Uso de memória"
83
 
84
  # @ captcha
85
+ #: bws_menu.php:399
86
  msgid "MYSQL Version"
87
  msgstr "Versão do MySQL"
88
 
89
  # @ captcha
90
+ #: bws_menu.php:400
91
  msgid "SQL Mode"
92
  msgstr "Modo SQL"
93
 
94
  # @ captcha
95
+ #: bws_menu.php:401
96
  msgid "PHP Version"
97
  msgstr "Versão do PHP"
98
 
99
  # @ captcha
100
+ #: bws_menu.php:402
101
  msgid "PHP Safe Mode"
102
  msgstr "Modo de Segurança do PHP"
103
 
104
  # @ captcha
105
+ #: bws_menu.php:403
106
  msgid "PHP Allow URL fopen"
107
  msgstr "Permissão de fopen de URL do PHP"
108
 
109
  # @ captcha
110
+ #: bws_menu.php:404
111
  msgid "PHP Memory Limit"
112
  msgstr "Limite de Memória do PHP"
113
 
114
  # @ captcha
115
+ #: bws_menu.php:405
116
  msgid "PHP Max Upload Size"
117
  msgstr "Tamanho Máximo de Upload no PHP"
118
 
119
  # @ captcha
120
+ #: bws_menu.php:406
121
  msgid "PHP Max Post Size"
122
  msgstr "Tamanho Máximo de Envio do PHP"
123
 
124
  # @ captcha
125
+ #: bws_menu.php:407
126
  msgid "PHP Max Script Execute Time"
127
  msgstr "Tempo de Execução Máximo do PHP"
128
 
129
  # @ captcha
130
+ #: bws_menu.php:408
131
  msgid "PHP Exif support"
132
  msgstr "Suporte a Exif no PHP"
133
 
134
  # @ captcha
135
+ #: bws_menu.php:409
136
  msgid "PHP IPTC support"
137
  msgstr "Suporte da IPTC no PHP"
138
 
139
  # @ captcha
140
+ #: bws_menu.php:410
141
  msgid "PHP XML support"
142
  msgstr "Suporte a XML no PHP"
143
 
144
  # @ captcha
145
+ #: bws_menu.php:411
146
  msgid "Site URL"
147
  msgstr "URL do Site"
148
 
149
  # @ captcha
150
+ #: bws_menu.php:412
151
  msgid "Home URL"
152
  msgstr "URL da Página Inicial"
153
 
154
  # @ captcha
155
+ #: bws_menu.php:413
156
  msgid "WordPress Version"
157
  msgstr "Versão do WordPress"
158
 
159
  # @ captcha
160
+ #: bws_menu.php:414
161
  msgid "WordPress DB Version"
162
  msgstr "Versão do DB do WordPress"
163
 
164
  # @ captcha
165
+ #: bws_menu.php:415
166
  msgid "Multisite"
167
  msgstr "Multisite"
168
 
169
  # @ captcha
170
+ #: bws_menu.php:416
171
  msgid "Active Theme"
172
  msgstr "Tema Ativo"
173
 
174
  # @ captcha
175
+ #: bws_menu.php:432
176
  msgid "Please enter a valid email address."
177
  msgstr "Por favor, informe um endereço de email válido."
178
 
179
  # @ captcha
180
+ #: bws_menu.php:436
181
  msgid "Email with system info is sent to "
182
  msgstr "Email com informações do sistema é enviado para "
183
 
184
  # @ captcha
185
+ #: bws_menu.php:440
186
  msgid "Thank you for contacting us."
187
  msgstr "Obrigado por nos contatar."
188
 
189
  # @ captcha
190
+ #: bws_menu.php:468
191
  msgid "Sorry, email message could not be delivered."
192
  msgstr "Desculpe, a mensagem de email não pôde ser enviada."
193
 
194
+ #: bws_menu.php:480
195
+ msgid "Switch to new interface"
196
+ msgstr ""
197
+
198
  # @ captcha
199
+ #: bws_menu.php:487
200
  msgid "Pro plugins"
201
  msgstr "Plugins Pro"
202
 
203
  # @ captcha
204
+ #: bws_menu.php:490
205
+ #: bws_menu.php:516
206
  msgid "Activated plugins"
207
  msgstr "Plugins ativados"
208
 
209
  # @ captcha
210
+ #: bws_menu.php:492
211
+ #: bws_menu.php:500
212
+ #: bws_menu.php:508
213
+ #: bws_menu.php:518
214
+ #: bws_menu.php:526
215
+ #: bws_menu.php:534
216
+ #: bws_menu.php:544
217
+ #: bws_menu.php:551
218
+ #: bws_menu.php:559
219
  msgid "Read more"
220
  msgstr "Leia Mais"
221
 
222
  # @ captcha
223
+ #: bws_menu.php:492
224
+ #: bws_menu.php:518
225
+ #: bws_menu.php:673
226
+ #: bws_menu.php:701
227
  msgid "Settings"
228
  msgstr "Configurações"
229
 
230
  # @ captcha
231
+ #: bws_menu.php:498
232
+ #: bws_menu.php:524
233
+ #: bws_menu.php:650
234
  msgid "Installed plugins"
235
  msgstr "Plugins Instalados"
236
 
237
  # @ captcha
238
+ #: bws_menu.php:506
239
+ #: bws_menu.php:532
240
+ #: bws_menu.php:763
241
  msgid "Recommended plugins"
242
  msgstr "Plugins Recomendados"
243
 
244
  # @ captcha
245
+ #: bws_menu.php:508
246
  msgid "Purchase"
247
  msgstr "Compra"
248
 
249
  # @ captcha
250
+ #: bws_menu.php:513
251
  msgid "Free plugins"
252
  msgstr "Plugins Grátis"
253
 
254
  # @ captcha
255
+ #: bws_menu.php:534
256
+ #: bws_menu.php:559
257
  msgid "Download"
258
  msgstr "Baixar"
259
 
260
  # @ default
261
+ #: bws_menu.php:534
262
+ #: bws_menu.php:559
263
+ #: bws_menu.php:865
264
  #, php-format
265
  msgid "Install %s"
266
  msgstr "Instalar %s"
267
 
268
  # @ captcha
269
+ #: bws_menu.php:534
270
+ #: bws_menu.php:559
271
  msgid "Install now from wordpress.org"
272
  msgstr "Instale agora do site do wordpress (wordpress.org)"
273
 
274
+ #: bws_menu.php:540
275
+ msgid "Free themes"
276
+ msgstr ""
277
+
278
+ # @ captcha
279
+ #: bws_menu.php:543
280
+ #, fuzzy
281
+ msgid "Activated theme"
282
+ msgstr "Tema Ativo"
283
+
284
+ #: bws_menu.php:544
285
+ #, php-format
286
+ msgid "Customize &#8220;%s&#8221;"
287
+ msgstr ""
288
+
289
+ #: bws_menu.php:544
290
+ msgid "Customize"
291
+ msgstr ""
292
+
293
+ # @ default
294
+ #: bws_menu.php:549
295
+ #, fuzzy
296
+ msgid "Installed themes"
297
+ msgstr "Instalar %s"
298
+
299
+ # @ captcha
300
+ #: bws_menu.php:557
301
+ #, fuzzy
302
+ msgid "Recommended themes"
303
+ msgstr "Plugins Recomendados"
304
+
305
  # @ captcha
306
+ #: bws_menu.php:565
307
  msgid "If you have any questions, please contact us via"
308
  msgstr "Se você tiver quaisquer perguntas, por favor entre em contato via"
309
 
310
  # @ captcha
311
+ #: bws_menu.php:572
312
+ #: bws_menu.php:640
313
+ #: bws_menu.php:901
314
  msgid "System status"
315
  msgstr "Status do sistema"
316
 
317
  # @ captcha
318
+ #: bws_menu.php:576
319
+ #: bws_menu.php:904
320
  msgid "Environment"
321
  msgstr "Ambiente"
322
 
323
  # @ captcha
324
+ #: bws_menu.php:587
325
+ #: bws_menu.php:915
326
  msgid "Active Plugins"
327
  msgstr "Plugins Ativos"
328
 
329
  # @ captcha
330
+ #: bws_menu.php:598
331
+ #: bws_menu.php:926
332
  msgid "Inactive Plugins"
333
  msgstr "Plugins Inativos"
334
 
335
  # @ captcha
336
+ #: bws_menu.php:612
337
+ #: bws_menu.php:940
338
  msgid "Send to support"
339
  msgstr "Enviar para o suporte"
340
 
341
  # @ captcha
342
+ #: bws_menu.php:619
343
+ #: bws_menu.php:947
344
  msgid "Send to custom email &#187;"
345
  msgstr "Enviar para email personalizado &#187;"
346
 
347
+ #: bws_menu.php:630
348
+ msgid "Switch to old interface"
349
+ msgstr ""
350
+
351
+ # @ captcha
352
+ #: bws_menu.php:636
353
+ #, fuzzy
354
+ msgid "Plugins"
355
+ msgstr "Plugins Pro"
356
+
357
+ #: bws_menu.php:638
358
+ msgid "Themes"
359
+ msgstr ""
360
+
361
+ #: bws_menu.php:644
362
+ msgid "All"
363
+ msgstr ""
364
+
365
+ # @ default
366
+ #: bws_menu.php:645
367
+ #, fuzzy
368
+ msgid "Installed"
369
+ msgstr "Instalar %s"
370
+
371
+ # @ captcha
372
+ #: bws_menu.php:646
373
+ #, fuzzy
374
+ msgid "Recommended"
375
+ msgstr "Plugins Recomendados"
376
+
377
+ # @ default
378
+ #: bws_menu.php:666
379
+ #: bws_menu.php:719
380
+ #, fuzzy
381
+ msgid "installed"
382
+ msgstr "Instalar %s"
383
+
384
+ # @ captcha
385
+ #: bws_menu.php:671
386
+ #: bws_menu.php:699
387
+ #: bws_menu.php:724
388
+ #: bws_menu.php:752
389
+ #: bws_menu.php:793
390
+ #, fuzzy
391
+ msgid "Learn more"
392
+ msgstr "Leia Mais"
393
+
394
+ #: bws_menu.php:689
395
+ #: bws_menu.php:742
396
+ #: bws_menu.php:783
397
+ msgid "Go"
398
+ msgstr ""
399
+
400
+ #: bws_menu.php:693
401
+ msgid "DONATE"
402
+ msgstr ""
403
+
404
+ # @ captcha
405
+ #: bws_menu.php:726
406
+ #: bws_menu.php:754
407
+ #, fuzzy
408
+ msgid "Activate this plugin"
409
+ msgstr "Plugins ativados"
410
+
411
+ # @ captcha
412
+ #: bws_menu.php:726
413
+ #: bws_menu.php:754
414
+ #, fuzzy
415
+ msgid "Activate"
416
+ msgstr "Plugins ativados"
417
+
418
+ #: bws_menu.php:746
419
+ #: bws_menu.php:787
420
+ msgid "Donate"
421
+ msgstr ""
422
+
423
+ # @ default
424
+ #: bws_menu.php:795
425
+ #, fuzzy
426
+ msgid "Install now"
427
+ msgstr "Instalar %s"
428
+
429
+ #: bws_menu.php:817
430
+ msgid "Try again"
431
+ msgstr ""
432
+
433
+ #: bws_menu.php:834
434
+ #, php-format
435
+ msgid "Preview &#8220;%s&#8221;"
436
+ msgstr ""
437
+
438
+ # @ default
439
+ #: bws_menu.php:865
440
+ #, fuzzy
441
+ msgid "Install Now"
442
+ msgstr "Instalar %s"
443
+
444
+ #: bws_menu.php:868
445
+ #, php-format
446
+ msgid "Update to version %s"
447
+ msgstr ""
448
+
449
+ #: bws_menu.php:868
450
+ msgid "Update"
451
+ msgstr ""
452
+
453
+ #: bws_menu.php:875
454
+ #, php-format
455
+ msgid "Preview %s"
456
+ msgstr ""
457
+
458
+ #: bws_menu.php:875
459
+ msgid "Preview"
460
+ msgstr ""
461
+
462
+ #: bws_menu.php:882
463
+ #, php-format
464
+ msgid "By %s"
465
+ msgstr ""
466
+
467
+ #: bws_menu.php:888
468
+ msgid "Details"
469
+ msgstr ""
470
+
bws_menu/languages/bestwebsoft-ru_RU.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-ru_RU.po CHANGED
@@ -2,401 +2,393 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-08-30 10:48+0300\n"
6
- "PO-Revision-Date: 2013-09-06 15:20+0300\n"
7
- "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "Language: ru_RU\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_menu.php:85
20
  msgid "Not set"
21
  msgstr "Не задан"
22
 
23
- #: bws_menu.php:87
24
- #: bws_menu.php:91
25
  msgid "On"
26
  msgstr "Вкл"
27
 
28
- #: bws_menu.php:89
29
- #: bws_menu.php:93
30
  msgid "Off"
31
  msgstr "Выкл"
32
 
33
- #: bws_menu.php:97
34
- #: bws_menu.php:101
35
- #: bws_menu.php:105
36
- #: bws_menu.php:109
37
- #: bws_menu.php:113
38
- #: bws_menu.php:139
39
  msgid "N/A"
40
  msgstr "Неизвестно"
41
 
42
- #: bws_menu.php:111
43
  msgid " Mb"
44
  msgstr "Mb"
45
 
46
- #: bws_menu.php:115
47
- #: bws_menu.php:119
48
- #: bws_menu.php:123
49
- #: bws_menu.php:134
50
  msgid "Yes"
51
  msgstr "Да"
52
 
53
- #: bws_menu.php:117
54
- #: bws_menu.php:121
55
- #: bws_menu.php:125
56
- #: bws_menu.php:136
57
  msgid "No"
58
  msgstr "Нет"
59
 
60
- #: bws_menu.php:150
61
  msgid "Operating System"
62
  msgstr "Операционная система"
63
 
64
- #: bws_menu.php:151
65
  msgid "Server"
66
  msgstr "Тип сервера"
67
 
68
- #: bws_menu.php:152
69
  msgid "Memory usage"
70
  msgstr "Памяти использовано"
71
 
72
- #: bws_menu.php:153
73
  msgid "MYSQL Version"
74
  msgstr "Версия MYSQL"
75
 
76
- #: bws_menu.php:154
77
  msgid "SQL Mode"
78
  msgstr "Режим SQL"
79
 
80
- #: bws_menu.php:155
81
  msgid "PHP Version"
82
  msgstr "Версия PHP"
83
 
84
- #: bws_menu.php:156
85
  msgid "PHP Safe Mode"
86
  msgstr "PHP Safe Mode"
87
 
88
- #: bws_menu.php:157
89
  msgid "PHP Allow URL fopen"
90
  msgstr "PHP Allow URL fopen"
91
 
92
- #: bws_menu.php:158
93
  msgid "PHP Memory Limit"
94
  msgstr "Лимит памяти"
95
 
96
- #: bws_menu.php:159
97
  msgid "PHP Max Upload Size"
98
  msgstr "Макс. размер загружаемого файла"
99
 
100
- #: bws_menu.php:160
101
  msgid "PHP Max Post Size"
102
  msgstr "Макс. размер записи"
103
 
104
- #: bws_menu.php:161
105
  msgid "PHP Max Script Execute Time"
106
  msgstr "Макс. время выполнения сценария"
107
 
108
- #: bws_menu.php:162
109
  msgid "PHP Exif support"
110
  msgstr "Поддержка PHP Exif"
111
 
112
- #: bws_menu.php:163
113
  msgid "PHP IPTC support"
114
  msgstr "Поддержка PHP IPTC"
115
 
116
- #: bws_menu.php:164
117
  msgid "PHP XML support"
118
  msgstr "Поддержка PHP XML"
119
 
120
- #: bws_menu.php:165
121
  msgid "Site URL"
122
  msgstr "Адрес сайта"
123
 
124
- #: bws_menu.php:166
125
  msgid "Home URL"
126
  msgstr "Основной адрес сайта"
127
 
128
- #: bws_menu.php:167
129
  msgid "WordPress Version"
130
  msgstr "Версия WordPress"
131
 
132
- #: bws_menu.php:168
133
  msgid "WordPress DB Version"
134
  msgstr "Версия базы данных WordPress"
135
 
136
- #: bws_menu.php:169
137
  msgid "Multisite"
138
  msgstr "Мультиблог"
139
 
140
- #: bws_menu.php:170
141
  msgid "Active Theme"
142
  msgstr "Текущая тема"
143
 
144
- #: bws_menu.php:185
145
  msgid "Please enter a valid email address."
146
  msgstr "Пожалуйста, введите валидный емайл."
147
 
148
- #: bws_menu.php:189
149
  msgid "Email with system info is sent to "
150
  msgstr "E-mail с системной информацией отправлен на"
151
 
152
- #: bws_menu.php:193
153
  msgid "Thank you for contacting us."
154
  msgstr "Спасибо что связались с нами."
155
 
156
- #: bws_menu.php:221
157
  msgid "Sorry, email message could not be delivered."
158
  msgstr "Извините, ваш email не может быть отправлен."
159
 
160
- #: bws_menu.php:229
 
 
 
 
161
  msgid "Pro plugins"
162
  msgstr "Pro плагины"
163
 
164
- #: bws_menu.php:232
165
- #: bws_menu.php:258
166
  msgid "Activated plugins"
167
  msgstr "Активированные плагины"
168
 
169
- #: bws_menu.php:234
170
- #: bws_menu.php:242
171
- #: bws_menu.php:250
172
- #: bws_menu.php:260
173
- #: bws_menu.php:268
174
- #: bws_menu.php:276
 
 
 
175
  msgid "Read more"
176
  msgstr "Подробнее..."
177
 
178
- #: bws_menu.php:234
179
- #: bws_menu.php:260
 
 
180
  msgid "Settings"
181
  msgstr "Настройки"
182
 
183
- #: bws_menu.php:240
184
- #: bws_menu.php:266
 
185
  msgid "Installed plugins"
186
  msgstr "Установленные плагины"
187
 
188
- #: bws_menu.php:248
189
- #: bws_menu.php:274
 
190
  msgid "Recommended plugins"
191
  msgstr "Рекомендованные к установке плагины"
192
 
193
- #: bws_menu.php:250
194
  msgid "Purchase"
195
  msgstr "Купить"
196
 
197
- #: bws_menu.php:255
198
  msgid "Free plugins"
199
  msgstr "Бесплатные плагины"
200
 
201
- #: bws_menu.php:276
 
202
  msgid "Download"
203
  msgstr "Скачать"
204
 
205
- #: bws_menu.php:276
 
 
206
  #, php-format
207
  msgid "Install %s"
208
  msgstr "Установлено %s"
209
 
210
- #: bws_menu.php:276
 
211
  msgid "Install now from wordpress.org"
212
  msgstr "Установить с wordpress.org"
213
 
214
- #: bws_menu.php:281
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
215
  msgid "If you have any questions, please contact us via"
216
  msgstr "Если у вас есть какие-то вопросы, обращайтесь на"
217
 
218
- #: bws_menu.php:288
 
 
219
  msgid "System status"
220
  msgstr "Системная информация"
221
 
222
- #: bws_menu.php:292
 
223
  msgid "Environment"
224
  msgstr "Системная среда"
225
 
226
- #: bws_menu.php:303
 
227
  msgid "Active Plugins"
228
  msgstr "Активированные плагины"
229
 
230
- #: bws_menu.php:314
 
231
  msgid "Inactive Plugins"
232
  msgstr "Неактивированные плагины"
233
 
234
- #: bws_menu.php:328
 
235
  msgid "Send to support"
236
  msgstr "Отправить в тех. поддержку"
237
 
238
- #: bws_menu.php:335
 
239
  msgid "Send to custom email &#187;"
240
  msgstr "Отправить на емейл &#187;"
241
 
242
- #~ msgid "Login form"
243
- #~ msgstr "Форма логина"
244
- #~ msgid "Registration form"
245
- #~ msgstr "Форма регистрации"
246
- #~ msgid "Register form"
247
- #~ msgstr "Форма регистрации"
248
- #~ msgid "Reset Password form"
249
- #~ msgstr "Форма восстановления пароля"
250
- #~ msgid "Lost password form"
251
- #~ msgstr "Форма восстановления пароля"
252
- #~ msgid "Comments form"
253
- #~ msgstr "Форма комментариев"
254
- #~ msgid "Hide CAPTCHA for registered users"
255
- #~ msgstr "Не отображать для зарегистрированных пользователей"
256
- #~ msgid "Plus (&#43;)"
257
- #~ msgstr "Плюс (&#43;)"
258
- #~ msgid "Plus"
259
- #~ msgstr "Плюс (&#43;)"
260
- #~ msgid "Minus (&minus;)"
261
- #~ msgstr "Минус (&minus;)"
262
- #~ msgid "Minus"
263
- #~ msgstr "Минус (&minus;)"
264
- #~ msgid "Multiplication (&times;)"
265
- #~ msgstr "Умножение (&times;)"
266
- #~ msgid "Multiply"
267
- #~ msgstr "Умножить"
268
- #~ msgid "Numbers"
269
- #~ msgstr "Цифры"
270
- #~ msgid "Words"
271
- #~ msgstr "Слова"
272
- #~ msgid "Captcha Settings"
273
- #~ msgstr "Настройки КАПЧИ"
274
- #~ msgid "Captcha"
275
- #~ msgstr "КАПЧА"
276
- #~ msgid "FAQ"
277
- #~ msgstr "FAQ"
278
- #~ msgid "Support"
279
- #~ msgstr "Поддержка"
280
- #~ msgid ""
281
- #~ "Please select one item in the block Arithmetic and Complexity for CAPTCHA"
282
- #~ msgstr ""
283
- #~ "Пожалуйста, выберите 1 пункт из блока Арифметические дейтсвия и Сложность "
284
- #~ "для КАПЧИ"
285
- #~ msgid "Options saved."
286
- #~ msgstr "Опции сохранены"
287
- #~ msgid "Enable CAPTCHA for:"
288
- #~ msgstr "Отображать КАПЧУ для:"
289
- #~ msgid "Contact form"
290
- #~ msgstr "Контактная форма"
291
- #~ msgid "(powered by bestwebsoft.com)"
292
- #~ msgstr "(разработано компанией bestwebsoft.com)"
293
- #~ msgid "Activate contact form"
294
- #~ msgstr "Активировать контакную форму"
295
- #~ msgid "Download contact form"
296
- #~ msgstr "Скачать контактную форму"
297
- #~ msgid ""
298
- #~ "If you would like to customize this plugin for a custom form, please "
299
- #~ "contact us via"
300
- #~ msgstr ""
301
- #~ "Если вы хотите кастомизировать плагин для кастомной формы, обращайтесь на"
302
- #~ msgid "Title for CAPTCHA in the form"
303
- #~ msgstr "Заголовок для КАПЧИ в форме"
304
- #~ msgid "Arithmetic actions for CAPTCHA"
305
- #~ msgstr "Арифметические действия для КАПЧИ"
306
- #~ msgid "CAPTCHA complexity level"
307
- #~ msgstr "Уровень сложности КАПЧИ"
308
- #~ msgid "Save Changes"
309
- #~ msgstr "Сохранить изменения"
310
- #~ msgid "ERROR"
311
- #~ msgstr "Ошибка"
312
- #~ msgid "Please fill the form."
313
- #~ msgstr "Пожалуйста, заполните КАПЧУ."
314
- #~ msgid "Please enter a valid CAPTCHA value."
315
- #~ msgstr "Пожалуйста, заполните КАПЧУ."
316
- #~ msgid ""
317
- #~ "Error: You have entered an incorrect CAPTCHA value. Click the BACK button "
318
- #~ "on your browser, and try again."
319
- #~ msgstr ""
320
- #~ "Ошибка: Вы ввели КАПЧУ неправильно. Надмите НАЗАД в браузере и попробуйте "
321
- #~ "еще раз"
322
- #~ msgid "zero"
323
- #~ msgstr "ноль"
324
- #~ msgid "one"
325
- #~ msgstr "один"
326
- #~ msgid "two"
327
- #~ msgstr "два"
328
- #~ msgid "three"
329
- #~ msgstr "три"
330
- #~ msgid "four"
331
- #~ msgstr "четыре"
332
- #~ msgid "five"
333
- #~ msgstr "пять"
334
- #~ msgid "six"
335
- #~ msgstr "шесть"
336
- #~ msgid "seven"
337
- #~ msgstr "семь"
338
- #~ msgid "eight"
339
- #~ msgstr "восемь"
340
- #~ msgid "nine"
341
- #~ msgstr "девять"
342
- #~ msgid "eleven"
343
- #~ msgstr "одиннадцать"
344
- #~ msgid "twelve"
345
- #~ msgstr "двенадать"
346
- #~ msgid "thirteen"
347
- #~ msgstr "тринадцать"
348
- #~ msgid "fourteen"
349
- #~ msgstr "четырнадать"
350
- #~ msgid "fifteen"
351
- #~ msgstr "пятнадцать"
352
- #~ msgid "sixteen"
353
- #~ msgstr "шестнадцать"
354
- #~ msgid "seventeen"
355
- #~ msgstr "семнадцать"
356
- #~ msgid "eighteen"
357
- #~ msgstr "восемнадцать"
358
- #~ msgid "nineteen"
359
- #~ msgstr "девятнадцать"
360
- #~ msgid "ten"
361
- #~ msgstr "десять"
362
- #~ msgid "twenty"
363
- #~ msgstr "двадцать"
364
- #~ msgid "thirty"
365
- #~ msgstr "тридцать"
366
- #~ msgid "forty"
367
- #~ msgstr "сорок"
368
- #~ msgid "fifty"
369
- #~ msgstr "пятьдесят"
370
- #~ msgid "sixty"
371
- #~ msgstr "шестьдесят"
372
- #~ msgid "seventy"
373
- #~ msgstr "семьдесят"
374
- #~ msgid "eighty"
375
- #~ msgstr "восемьдесят"
376
- #~ msgid "ninety"
377
- #~ msgstr "девяносто"
378
- #~ msgid "and"
379
- #~ msgstr "и"
380
- #~ msgid "Encryption password is not set"
381
- #~ msgstr "Пароль для шифрования не установлен"
382
- #~ msgid "Decryption password is not set"
383
- #~ msgstr "Пароль для дешифровки не установлен"
384
- #~ msgid ""
385
- #~ "If you have any questions, please contact us via plugin@bestwebsoft.com "
386
- #~ "or fill in the contact form on our website"
387
- #~ msgstr ""
388
- #~ "Если у вас есть какие-то впросы, обращайтесь на plugin@bestwebsoft.com "
389
- #~ "или заполните контактную форму на нашем сайте"
390
- #~ msgid "The password of encryption is not set"
391
- #~ msgstr "Пароль для шифрования не установлен"
392
- #~ msgid "Increase"
393
- #~ msgstr "Умножить"
394
- #~ msgid "Difficulty for CAPTCHA"
395
- #~ msgstr "Уровень сложности КАПЧИ"
396
- #~ msgid "That CAPTCHA was incorrect."
397
- #~ msgstr "КАПЧА введена некорректно"
398
- #~ msgid "null"
399
- #~ msgstr "ноль"
400
- #~ msgid "Install Now"
401
- #~ msgstr "Установить сейчас"
402
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-06 15:15+0300\n"
6
+ "PO-Revision-Date: 2014-01-06 15:19+0300\n"
7
+ "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
+ "Language: ru_RU\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: bws_menu.php:331
20
  msgid "Not set"
21
  msgstr "Не задан"
22
 
23
+ #: bws_menu.php:333
24
+ #: bws_menu.php:337
25
  msgid "On"
26
  msgstr "Вкл"
27
 
28
+ #: bws_menu.php:335
29
+ #: bws_menu.php:339
30
  msgid "Off"
31
  msgstr "Выкл"
32
 
33
+ #: bws_menu.php:343
34
+ #: bws_menu.php:347
35
+ #: bws_menu.php:351
36
+ #: bws_menu.php:355
37
+ #: bws_menu.php:359
38
+ #: bws_menu.php:385
39
  msgid "N/A"
40
  msgstr "Неизвестно"
41
 
42
+ #: bws_menu.php:357
43
  msgid " Mb"
44
  msgstr "Mb"
45
 
46
+ #: bws_menu.php:361
47
+ #: bws_menu.php:365
48
+ #: bws_menu.php:369
49
+ #: bws_menu.php:380
50
  msgid "Yes"
51
  msgstr "Да"
52
 
53
+ #: bws_menu.php:363
54
+ #: bws_menu.php:367
55
+ #: bws_menu.php:371
56
+ #: bws_menu.php:382
57
  msgid "No"
58
  msgstr "Нет"
59
 
60
+ #: bws_menu.php:396
61
  msgid "Operating System"
62
  msgstr "Операционная система"
63
 
64
+ #: bws_menu.php:397
65
  msgid "Server"
66
  msgstr "Тип сервера"
67
 
68
+ #: bws_menu.php:398
69
  msgid "Memory usage"
70
  msgstr "Памяти использовано"
71
 
72
+ #: bws_menu.php:399
73
  msgid "MYSQL Version"
74
  msgstr "Версия MYSQL"
75
 
76
+ #: bws_menu.php:400
77
  msgid "SQL Mode"
78
  msgstr "Режим SQL"
79
 
80
+ #: bws_menu.php:401
81
  msgid "PHP Version"
82
  msgstr "Версия PHP"
83
 
84
+ #: bws_menu.php:402
85
  msgid "PHP Safe Mode"
86
  msgstr "PHP Safe Mode"
87
 
88
+ #: bws_menu.php:403
89
  msgid "PHP Allow URL fopen"
90
  msgstr "PHP Allow URL fopen"
91
 
92
+ #: bws_menu.php:404
93
  msgid "PHP Memory Limit"
94
  msgstr "Лимит памяти"
95
 
96
+ #: bws_menu.php:405
97
  msgid "PHP Max Upload Size"
98
  msgstr "Макс. размер загружаемого файла"
99
 
100
+ #: bws_menu.php:406
101
  msgid "PHP Max Post Size"
102
  msgstr "Макс. размер записи"
103
 
104
+ #: bws_menu.php:407
105
  msgid "PHP Max Script Execute Time"
106
  msgstr "Макс. время выполнения сценария"
107
 
108
+ #: bws_menu.php:408
109
  msgid "PHP Exif support"
110
  msgstr "Поддержка PHP Exif"
111
 
112
+ #: bws_menu.php:409
113
  msgid "PHP IPTC support"
114
  msgstr "Поддержка PHP IPTC"
115
 
116
+ #: bws_menu.php:410
117
  msgid "PHP XML support"
118
  msgstr "Поддержка PHP XML"
119
 
120
+ #: bws_menu.php:411
121
  msgid "Site URL"
122
  msgstr "Адрес сайта"
123
 
124
+ #: bws_menu.php:412
125
  msgid "Home URL"
126
  msgstr "Основной адрес сайта"
127
 
128
+ #: bws_menu.php:413
129
  msgid "WordPress Version"
130
  msgstr "Версия WordPress"
131
 
132
+ #: bws_menu.php:414
133
  msgid "WordPress DB Version"
134
  msgstr "Версия базы данных WordPress"
135
 
136
+ #: bws_menu.php:415
137
  msgid "Multisite"
138
  msgstr "Мультиблог"
139
 
140
+ #: bws_menu.php:416
141
  msgid "Active Theme"
142
  msgstr "Текущая тема"
143
 
144
+ #: bws_menu.php:432
145
  msgid "Please enter a valid email address."
146
  msgstr "Пожалуйста, введите валидный емайл."
147
 
148
+ #: bws_menu.php:436
149
  msgid "Email with system info is sent to "
150
  msgstr "E-mail с системной информацией отправлен на"
151
 
152
+ #: bws_menu.php:440
153
  msgid "Thank you for contacting us."
154
  msgstr "Спасибо что связались с нами."
155
 
156
+ #: bws_menu.php:468
157
  msgid "Sorry, email message could not be delivered."
158
  msgstr "Извините, ваш email не может быть отправлен."
159
 
160
+ #: bws_menu.php:480
161
+ msgid "Switch to new interface"
162
+ msgstr "Переключится на новый интерфейс"
163
+
164
+ #: bws_menu.php:487
165
  msgid "Pro plugins"
166
  msgstr "Pro плагины"
167
 
168
+ #: bws_menu.php:490
169
+ #: bws_menu.php:516
170
  msgid "Activated plugins"
171
  msgstr "Активированные плагины"
172
 
173
+ #: bws_menu.php:492
174
+ #: bws_menu.php:500
175
+ #: bws_menu.php:508
176
+ #: bws_menu.php:518
177
+ #: bws_menu.php:526
178
+ #: bws_menu.php:534
179
+ #: bws_menu.php:544
180
+ #: bws_menu.php:551
181
+ #: bws_menu.php:559
182
  msgid "Read more"
183
  msgstr "Подробнее..."
184
 
185
+ #: bws_menu.php:492
186
+ #: bws_menu.php:518
187
+ #: bws_menu.php:673
188
+ #: bws_menu.php:701
189
  msgid "Settings"
190
  msgstr "Настройки"
191
 
192
+ #: bws_menu.php:498
193
+ #: bws_menu.php:524
194
+ #: bws_menu.php:650
195
  msgid "Installed plugins"
196
  msgstr "Установленные плагины"
197
 
198
+ #: bws_menu.php:506
199
+ #: bws_menu.php:532
200
+ #: bws_menu.php:763
201
  msgid "Recommended plugins"
202
  msgstr "Рекомендованные к установке плагины"
203
 
204
+ #: bws_menu.php:508
205
  msgid "Purchase"
206
  msgstr "Купить"
207
 
208
+ #: bws_menu.php:513
209
  msgid "Free plugins"
210
  msgstr "Бесплатные плагины"
211
 
212
+ #: bws_menu.php:534
213
+ #: bws_menu.php:559
214
  msgid "Download"
215
  msgstr "Скачать"
216
 
217
+ #: bws_menu.php:534
218
+ #: bws_menu.php:559
219
+ #: bws_menu.php:865
220
  #, php-format
221
  msgid "Install %s"
222
  msgstr "Установлено %s"
223
 
224
+ #: bws_menu.php:534
225
+ #: bws_menu.php:559
226
  msgid "Install now from wordpress.org"
227
  msgstr "Установить с wordpress.org"
228
 
229
+ #: bws_menu.php:540
230
+ msgid "Free themes"
231
+ msgstr "Бесплатные темы"
232
+
233
+ #: bws_menu.php:543
234
+ msgid "Activated theme"
235
+ msgstr "Активная тема"
236
+
237
+ #: bws_menu.php:544
238
+ #, php-format
239
+ msgid "Customize &#8220;%s&#8221;"
240
+ msgstr "Кастомизировать &#8220;%s&#8221;"
241
+
242
+ #: bws_menu.php:544
243
+ msgid "Customize"
244
+ msgstr "Кастомизировать"
245
+
246
+ #: bws_menu.php:549
247
+ msgid "Installed themes"
248
+ msgstr "Установленные темы"
249
+
250
+ #: bws_menu.php:557
251
+ msgid "Recommended themes"
252
+ msgstr "Рекомендованные темы"
253
+
254
+ #: bws_menu.php:565
255
  msgid "If you have any questions, please contact us via"
256
  msgstr "Если у вас есть какие-то вопросы, обращайтесь на"
257
 
258
+ #: bws_menu.php:572
259
+ #: bws_menu.php:640
260
+ #: bws_menu.php:901
261
  msgid "System status"
262
  msgstr "Системная информация"
263
 
264
+ #: bws_menu.php:576
265
+ #: bws_menu.php:904
266
  msgid "Environment"
267
  msgstr "Системная среда"
268
 
269
+ #: bws_menu.php:587
270
+ #: bws_menu.php:915
271
  msgid "Active Plugins"
272
  msgstr "Активированные плагины"
273
 
274
+ #: bws_menu.php:598
275
+ #: bws_menu.php:926
276
  msgid "Inactive Plugins"
277
  msgstr "Неактивированные плагины"
278
 
279
+ #: bws_menu.php:612
280
+ #: bws_menu.php:940
281
  msgid "Send to support"
282
  msgstr "Отправить в тех. поддержку"
283
 
284
+ #: bws_menu.php:619
285
+ #: bws_menu.php:947
286
  msgid "Send to custom email &#187;"
287
  msgstr "Отправить на емейл &#187;"
288
 
289
+ #: bws_menu.php:630
290
+ msgid "Switch to old interface"
291
+ msgstr "Переключится на старый интерфейс"
292
+
293
+ #: bws_menu.php:636
294
+ msgid "Plugins"
295
+ msgstr "Плагины"
296
+
297
+ #: bws_menu.php:638
298
+ msgid "Themes"
299
+ msgstr "Темы"
300
+
301
+ #: bws_menu.php:644
302
+ msgid "All"
303
+ msgstr "Все"
304
+
305
+ #: bws_menu.php:645
306
+ msgid "Installed"
307
+ msgstr "Установленные"
308
+
309
+ #: bws_menu.php:646
310
+ msgid "Recommended"
311
+ msgstr "Рекомендованные"
312
+
313
+ #: bws_menu.php:666
314
+ #: bws_menu.php:719
315
+ msgid "installed"
316
+ msgstr "установлен"
317
+
318
+ #: bws_menu.php:671
319
+ #: bws_menu.php:699
320
+ #: bws_menu.php:724
321
+ #: bws_menu.php:752
322
+ #: bws_menu.php:793
323
+ msgid "Learn more"
324
+ msgstr "Подробнее"
325
+
326
+ #: bws_menu.php:689
327
+ #: bws_menu.php:742
328
+ #: bws_menu.php:783
329
+ msgid "Go"
330
+ msgstr "Перейти"
331
+
332
+ #: bws_menu.php:693
333
+ msgid "DONATE"
334
+ msgstr "Пожертвовать"
335
+
336
+ #: bws_menu.php:726
337
+ #: bws_menu.php:754
338
+ msgid "Activate this plugin"
339
+ msgstr "Активировать плагин"
340
+
341
+ #: bws_menu.php:726
342
+ #: bws_menu.php:754
343
+ msgid "Activate"
344
+ msgstr "Активировать"
345
+
346
+ #: bws_menu.php:746
347
+ #: bws_menu.php:787
348
+ msgid "Donate"
349
+ msgstr "Пожертвовать"
350
+
351
+ #: bws_menu.php:795
352
+ msgid "Install now"
353
+ msgstr "Установить сейчас"
354
+
355
+ #: bws_menu.php:817
356
+ msgid "Try again"
357
+ msgstr "Попробовать снова"
358
+
359
+ #: bws_menu.php:834
360
+ #, php-format
361
+ msgid "Preview &#8220;%s&#8221;"
362
+ msgstr "Просмотр &#8220;%s&#8221;"
363
+
364
+ #: bws_menu.php:865
365
+ msgid "Install Now"
366
+ msgstr "Установить сейчас"
367
+
368
+ #: bws_menu.php:868
369
+ #, php-format
370
+ msgid "Update to version %s"
371
+ msgstr "Обновить до версии %s"
372
+
373
+ #: bws_menu.php:868
374
+ msgid "Update"
375
+ msgstr "Обновить"
376
+
377
+ #: bws_menu.php:875
378
+ #, php-format
379
+ msgid "Preview %s"
380
+ msgstr "Просмотр %s"
381
+
382
+ #: bws_menu.php:875
383
+ msgid "Preview"
384
+ msgstr "Просмотр"
385
+
386
+ #: bws_menu.php:882
387
+ #, php-format
388
+ msgid "By %s"
389
+ msgstr "%s"
390
+
391
+ #: bws_menu.php:888
392
+ msgid "Details"
393
+ msgstr "Детали"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
394
 
bws_menu/languages/bestwebsoft-sr_RS.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-sr_RS.po CHANGED
@@ -2,14 +2,14 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-09-04 17:41+0300\n"
6
- "PO-Revision-Date: 2013-09-04 17:41+0300\n"
7
- "Last-Translator: \n"
8
  "Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "Language: fr_FR\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -17,234 +17,400 @@ msgstr ""
17
  "X-Generator: Poedit 1.5.7\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: bws_menu.php:85
21
  msgid "Not set"
22
  msgstr "Nije podešeno"
23
 
24
- #: bws_menu.php:87
25
- #: bws_menu.php:91
26
  msgid "On"
27
  msgstr "Uključeno"
28
 
29
- #: bws_menu.php:89
30
- #: bws_menu.php:93
31
  msgid "Off"
32
  msgstr "Isključeno"
33
 
34
- #: bws_menu.php:97
35
- #: bws_menu.php:101
36
- #: bws_menu.php:105
37
- #: bws_menu.php:109
38
- #: bws_menu.php:113
39
- #: bws_menu.php:139
40
  msgid "N/A"
41
  msgstr "N/A"
42
 
43
- #: bws_menu.php:111
44
  msgid " Mb"
45
  msgstr " Mb"
46
 
47
- #: bws_menu.php:115
48
- #: bws_menu.php:119
49
- #: bws_menu.php:123
50
- #: bws_menu.php:134
51
  msgid "Yes"
52
  msgstr "Da"
53
 
54
- #: bws_menu.php:117
55
- #: bws_menu.php:121
56
- #: bws_menu.php:125
57
- #: bws_menu.php:136
58
  msgid "No"
59
  msgstr "Ne"
60
 
61
- #: bws_menu.php:150
62
  msgid "Operating System"
63
  msgstr "Operativni Sistem"
64
 
65
- #: bws_menu.php:151
66
  msgid "Server"
67
  msgstr "Server"
68
 
69
- #: bws_menu.php:152
70
  msgid "Memory usage"
71
  msgstr "Upotreba memorije"
72
 
73
- #: bws_menu.php:153
74
  msgid "MYSQL Version"
75
  msgstr "MYSQL Verzija"
76
 
77
- #: bws_menu.php:154
78
  msgid "SQL Mode"
79
  msgstr "SQL način"
80
 
81
- #: bws_menu.php:155
82
  msgid "PHP Version"
83
  msgstr "PHP Verzija"
84
 
85
- #: bws_menu.php:156
86
  msgid "PHP Safe Mode"
87
  msgstr "PHP Sigurni način"
88
 
89
- #: bws_menu.php:157
90
  msgid "PHP Allow URL fopen"
91
  msgstr "PHP Dozvoli URL fopen"
92
 
93
- #: bws_menu.php:158
94
  msgid "PHP Memory Limit"
95
  msgstr "PHP Ograničenje memorije"
96
 
97
- #: bws_menu.php:159
98
  #, fuzzy
99
  msgid "PHP Max Upload Size"
100
  msgstr "Envoi de fichier"
101
 
102
- #: bws_menu.php:160
103
  msgid "PHP Max Post Size"
104
  msgstr "PHP Max veličina za učitavanje"
105
 
106
- #: bws_menu.php:161
107
  msgid "PHP Max Script Execute Time"
108
  msgstr "PHP Max veličina posta"
109
 
110
- #: bws_menu.php:162
111
  msgid "PHP Exif support"
112
  msgstr "PHP Exif podrška"
113
 
114
- #: bws_menu.php:163
115
  msgid "PHP IPTC support"
116
  msgstr "PHP IPTC podrška"
117
 
118
- #: bws_menu.php:164
119
  msgid "PHP XML support"
120
  msgstr "PHP XML podrška"
121
 
122
- #: bws_menu.php:165
123
  #, fuzzy
124
  msgid "Site URL"
125
  msgstr "URL du lien"
126
 
127
- #: bws_menu.php:166
128
  msgid "Home URL"
129
  msgstr "URL naslovne"
130
 
131
- #: bws_menu.php:167
132
  msgid "WordPress Version"
133
  msgstr "WordPress Verzija"
134
 
135
- #: bws_menu.php:168
136
  msgid "WordPress DB Version"
137
  msgstr "WordPress DB Verzija"
138
 
139
- #: bws_menu.php:169
140
  msgid "Multisite"
141
  msgstr "Višenamenski sajt"
142
 
143
- #: bws_menu.php:170
144
  msgid "Active Theme"
145
  msgstr "Aktivna tema"
146
 
147
- #: bws_menu.php:185
148
  msgid "Please enter a valid email address."
149
  msgstr "Molimo unesite važeću mejl adresu"
150
 
151
- #: bws_menu.php:189
152
  msgid "Email with system info is sent to "
153
  msgstr "Mejl sa sistemskim informacijama je poslat na"
154
 
155
- #: bws_menu.php:193
156
  msgid "Thank you for contacting us."
157
  msgstr "Hvala što ste nas kontaktirali"
158
 
159
- #: bws_menu.php:221
160
  msgid "Sorry, email message could not be delivered."
161
  msgstr "Nažalost mejl poruka nije prosleđena"
162
 
163
- #: bws_menu.php:229
 
 
 
 
164
  msgid "Pro plugins"
165
  msgstr "Pro moduli"
166
 
167
- #: bws_menu.php:232
168
- #: bws_menu.php:258
169
  msgid "Activated plugins"
170
  msgstr "Aktivirani moduli"
171
 
172
- #: bws_menu.php:234
173
- #: bws_menu.php:242
174
- #: bws_menu.php:250
175
- #: bws_menu.php:260
176
- #: bws_menu.php:268
177
- #: bws_menu.php:276
 
 
 
178
  msgid "Read more"
179
  msgstr "Pročitaj više"
180
 
181
- #: bws_menu.php:234
182
- #: bws_menu.php:260
 
 
183
  msgid "Settings"
184
  msgstr "Podešavanja"
185
 
186
- #: bws_menu.php:240
187
- #: bws_menu.php:266
 
188
  msgid "Installed plugins"
189
  msgstr "Instalirani moduli"
190
 
191
- #: bws_menu.php:248
192
- #: bws_menu.php:274
 
193
  msgid "Recommended plugins"
194
  msgstr "Preporučeni moduli"
195
 
196
- #: bws_menu.php:250
197
  msgid "Purchase"
198
  msgstr "Kupovina"
199
 
200
- #: bws_menu.php:255
201
  msgid "Free plugins"
202
  msgstr "Besplatni moduli"
203
 
204
- #: bws_menu.php:276
 
205
  msgid "Download"
206
  msgstr "Prezimanje"
207
 
208
- #: bws_menu.php:276
 
 
209
  #, php-format
210
  msgid "Install %s"
211
  msgstr "Instalacija %s"
212
 
213
- #: bws_menu.php:276
 
214
  msgid "Install now from wordpress.org"
215
  msgstr "Instaliraj sada sa wordpress.org"
216
 
217
- #: bws_menu.php:281
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
218
  msgid "If you have any questions, please contact us via"
219
  msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
220
 
221
- #: bws_menu.php:288
 
 
222
  msgid "System status"
223
  msgstr "Sistemski status"
224
 
225
- #: bws_menu.php:292
 
226
  msgid "Environment"
227
  msgstr "Okruženje"
228
 
229
- #: bws_menu.php:303
 
230
  #, fuzzy
231
  msgid "Active Plugins"
232
  msgstr "Extensions activées"
233
 
234
- #: bws_menu.php:314
 
235
  #, fuzzy
236
  msgid "Inactive Plugins"
237
  msgstr "Extensions activées"
238
 
239
- #: bws_menu.php:328
 
240
  #, fuzzy
241
  msgid "Send to support"
242
  msgstr "Soutien"
243
 
244
- #: bws_menu.php:335
 
245
  msgid "Send to custom email &#187;"
246
  msgstr "Pošalji na korisnički mejl &#187;"
247
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
248
  #~ msgid ""
249
  #~ "The following files \"gallery-template.php\" and \"gallery-single-"
250
  #~ "template.php\" were not found in the directory of your theme. Please copy "
@@ -255,28 +421,40 @@ msgstr "Pošalji na korisnički mejl &#187;"
255
  #~ "\" nisu pronađeni u direktorijumu vaše teme. Molimo vas da ih kopirate iz "
256
  #~ "direktorijuma `/wp-content/plugins/gallery-plugin/template/` u "
257
  #~ "direktorijum vaše teme za ispravan rad modula Galerija"
 
258
  #~ msgid "Galleries"
259
  #~ msgstr "Galerije"
 
260
  #~ msgid "Gallery"
261
  #~ msgstr "Galerija"
 
262
  #~ msgid "Add a Gallery"
263
  #~ msgstr "Dodaj Galeriju"
 
264
  #~ msgid "Add New Gallery"
265
  #~ msgstr "Dodaj novu Galeriju"
 
266
  #~ msgid "Edit Gallery"
267
  #~ msgstr "Uredi Galeriju"
 
268
  #~ msgid "New Gallery"
269
  #~ msgstr "Nova Galerija"
 
270
  #~ msgid "View Gallery"
271
  #~ msgstr "Pregled Galerije"
 
272
  #~ msgid "Find a Gallery"
273
  #~ msgstr "Pronađi Galeriju"
 
274
  #~ msgid "No Gallery found"
275
  #~ msgstr "Nije pronađena Galerija"
 
276
  #~ msgid "Upload File"
277
  #~ msgstr "Učitaj fajl"
 
278
  #~ msgid "Gallery Shortcode"
279
  #~ msgstr "Kratak kod za Galeriju"
 
280
  #~ msgid ""
281
  #~ "The gallery temp directory (gallery-plugin/upload/files) is not available "
282
  #~ "for record on your webserver. Please use the standard WP functionality to "
@@ -285,167 +463,231 @@ msgstr "Pošalji na korisnički mejl &#187;"
285
  #~ "Privremeni direktorijum galerije (gallery-plugin/upload/files) nije "
286
  #~ "dostupan za arhiviranje na vašem web serveru. Molimo vas da koristite "
287
  #~ "standardne WP funkcije za učitavanje slika (biblioteka medija)"
 
288
  #~ msgid "Choose an image for upload:"
289
  #~ msgstr "Izaberi sliku za učitavanje:"
 
290
  #~ msgid "Please enable JavaScript to use the file uploader."
291
  #~ msgstr ""
292
  #~ "Molimo vas omogućite da JavaScript koristi program za učitavanje fajlova."
 
293
  #~ msgid "Allow the download link for all images in this gallery"
294
  #~ msgstr "Dozvoli link za preuzimanje za sve slike u ovoj galeriji"
 
295
  #~ msgid ""
296
  #~ "Please use the drag and drop function to change an order of the images "
297
  #~ "displaying and do not forget to save the post."
298
  #~ msgstr ""
299
  #~ "Molimo vas da koristite funkciju prevlačenja da biste izmenili redosled "
300
  #~ "prikazanih slika i ne zaboravite da sačuvate post."
 
301
  #~ msgid "Please make a choice"
302
  #~ msgstr "Molimo vas izaberite"
 
303
  #~ msgid "Sort images by"
304
  #~ msgstr "Poređaj slike po"
 
305
  #~ msgid "sort images"
306
  #~ msgstr "poređaj slike"
 
307
  #~ msgid "on the plugin settings page ("
308
  #~ msgstr "na stranici za podešavanje modula ("
 
309
  #~ msgid "Title"
310
  #~ msgstr "Naslov"
 
311
  #~ msgid "URL"
312
  #~ msgstr "URL"
 
313
  #~ msgid "(by click on image opens a link in a new window)"
314
  #~ msgstr "(klikom na sliku otvara se link u novom prozoru)"
 
315
  #~ msgid "This setting is available in Pro version"
316
  #~ msgstr "Ovo podešavanje je dostupno u Pro verziji"
 
317
  #~ msgid "Open the link"
318
  #~ msgstr "Otvori link"
 
319
  #~ msgid "Current window"
320
  #~ msgstr "Trenutni prozor"
 
321
  #~ msgid "New window"
322
  #~ msgstr "Novi prozor"
 
323
  #~ msgid "Delete"
324
  #~ msgstr "Obriši"
 
325
  #~ msgid ""
326
  #~ "You can add a Single Gallery to the page or post by inserting this "
327
  #~ "shortcode into the content"
328
  #~ msgstr ""
329
  #~ "Možete dodati Jedinstvenu galeriju na stranicu ili post ubacivanjem ovog "
330
  #~ "kratkog koda u sadržaj."
 
331
  #~ msgid ""
332
  #~ "If you want to display a short description containing a screenshot and "
333
  #~ "the link to the Single Gallery Page"
334
  #~ msgstr ""
335
  #~ "Ako želite da prikažete kratak opis koji sadrži snimak ekrana i link ka "
336
  #~ "stranici sa Jedinstvenom galerijom."
 
337
  #~ msgid "Author"
338
  #~ msgstr "Autor"
 
339
  #~ msgid "Photo"
340
  #~ msgstr "Foto"
 
341
  #~ msgid "Publishing"
342
  #~ msgstr "Izdanje"
 
343
  #~ msgid "Date"
344
  #~ msgstr "Datum"
 
345
  #~ msgid "See images &raquo;"
346
  #~ msgstr "Pogledaj sliku &raquo;"
 
347
  #~ msgid "Settings are saved"
348
  #~ msgstr "Podešavanja su sačuvana"
 
349
  #~ msgid "Gallery Settings"
350
  #~ msgstr "Podešavanja Galerije"
 
351
  #~ msgid ""
352
  #~ "If you would like to add a Single Gallery to your page or post, just copy "
353
  #~ "and paste this shortcode into your post or page:"
354
  #~ msgstr ""
355
  #~ "Ako želite da dodate Jedinstvenu Galeriju na vašu stranicu ili post, samo "
356
  #~ "kopirajte i prelepite ovaj kratki kod na vaš post ili stranicu:"
 
357
  #~ msgid "Image size for the album cover"
358
  #~ msgstr "Veličina slike za naslovnu stranicu albuma"
 
359
  #~ msgid "Image size"
360
  #~ msgstr "Veličina slike"
 
361
  #~ msgid "Width (in px)"
362
  #~ msgstr "Širina (u pikselima)"
 
363
  #~ msgid "Height (in px)"
364
  #~ msgstr "Visina (u pikselima)"
 
365
  #~ msgid "Gallery image size"
366
  #~ msgstr "Veličina slika u galeriji"
 
367
  #~ msgid ""
368
  #~ "WordPress will create a new thumbnail with the specified dimensions when "
369
  #~ "you upload a new photo."
370
  #~ msgstr ""
371
  #~ "WordPress će kreirati novi umanjeni prikaz sa navedenim dimenzijama kada "
372
  #~ "učitate novu sliku."
 
373
  #~ msgid "Gallery image size in the lightbox"
374
  #~ msgstr "Veličina slika u galeriji u lightbox skriptu"
 
375
  #~ msgid "Max width (in px)"
376
  #~ msgstr "Max širina (u pikselima)"
 
377
  #~ msgid "Max height (in px)"
378
  #~ msgstr "Max visina (u pikselima)"
 
379
  #~ msgid "Display a full size image in the lightbox"
380
  #~ msgstr "Prikaži sliku u punoj veličini u lightbox-u"
 
381
  #~ msgid "Crop position"
382
  #~ msgstr "Pozicija za kropovanje"
 
383
  #~ msgid "Horizontal"
384
  #~ msgstr "Horizontalno"
 
385
  #~ msgid "left"
386
  #~ msgstr "levo"
 
387
  #~ msgid "center"
388
  #~ msgstr "centar"
 
389
  #~ msgid "right"
390
  #~ msgstr "desno"
 
391
  #~ msgid "Vertical"
392
  #~ msgstr "Vertikalno"
 
393
  #~ msgid "top"
394
  #~ msgstr "vrh"
 
395
  #~ msgid "bottom"
396
  #~ msgstr "dno"
 
397
  #~ msgid "Lightbox background"
398
  #~ msgstr "Lightbox pozadina"
 
399
  #~ msgid "Default"
400
  #~ msgstr "Podrazumevano"
 
401
  #~ msgid "Background transparency (from 0 to 1)"
402
  #~ msgstr "Pozadinska transparentnost (od 0 do 1)"
 
403
  #~ msgid "Select a background color"
404
  #~ msgstr "Izaberi pozadinsku boju"
 
405
  #~ msgid "Background color"
406
  #~ msgstr "Pozadinska boja"
 
407
  #~ msgid ""
408
  #~ "This functionality is available in the Pro version of the plugin. For "
409
  #~ "more details, please follow the link"
410
  #~ msgstr ""
411
  #~ "Ova funkcija je dostupna u Pro verziji modula. Za više detalja pratite "
412
  #~ "ovaj link"
 
413
  #~ msgid "Images with border"
414
  #~ msgstr "Slike sa okvirima"
 
415
  #~ msgid "Border width in px, just numbers"
416
  #~ msgstr "Širina okvira u pikselima, samo brojevi"
 
417
  #~ msgid "Select a border color"
418
  #~ msgstr "Izaberite boju okvira"
 
419
  #~ msgid "Number of images in the row"
420
  #~ msgstr "Broj slika u redu"
 
421
  #~ msgid "Start slideshow"
422
  #~ msgstr "Započni projekciju slajdova"
 
423
  #~ msgid "Slideshow interval"
424
  #~ msgstr "Interval projekcije slajdova"
 
425
  #~ msgid "Attachment ID"
426
  #~ msgstr "ID priloga"
 
427
  #~ msgid "Image Name"
428
  #~ msgstr "Ime slike"
 
429
  #~ msgid ""
430
  #~ "Sorting order (the input field for sorting order in the Insert / Upload "
431
  #~ "Media Gallery dialog)"
432
  #~ msgstr ""
433
  #~ "Raspoređivanje (polje za unos za sortiranje u dijalogu Insert / Upload "
434
  #~ "Media Gallery)"
 
435
  #~ msgid "Random"
436
  #~ msgstr "Nasumično"
 
437
  #~ msgid "Sort images"
438
  #~ msgstr "Sortiraj slike"
 
439
  #~ msgid ""
440
  #~ "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
441
  #~ msgstr ""
442
  #~ "ASC (rastući redosled od najnižih do najviših vrednosti - 1, 2, 3; a, b, "
443
  #~ "c)"
 
444
  #~ msgid ""
445
  #~ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
446
  #~ msgstr ""
447
  #~ "DESC (opadajući redosled od najviših do najnižih vrednosti - 3, 2, 1; c, "
448
  #~ "b, a)"
 
449
  #~ msgid "Display text above the image"
450
  #~ msgstr "Prikaži tekst iznad slike"
451
 
@@ -453,66 +695,89 @@ msgstr "Pošalji na korisnički mejl &#187;"
453
  #~ msgid ""
454
  #~ "Turn off the checkbox, if you want to display text just in a lightbox"
455
  #~ msgstr "Ako želite da prikažete tekst samo u lightbox-u"
 
456
  #~ msgid "Display the Back link"
457
  #~ msgstr "Prikaži povratni link"
 
458
  #~ msgid "Display the Back link in the shortcode"
459
  #~ msgstr "Prikaži povratni link u kratkom kodu"
 
460
  #~ msgid "The Back link text"
461
  #~ msgstr "Tekst u povratnom linku"
 
462
  #~ msgid "The Back link URL"
463
  #~ msgstr "URL povratnog linka"
 
464
  #~ msgid "Gallery page (Page with Gallery Template)"
465
  #~ msgstr "Stranica galerije (Stranica sa šablonom galerije)"
 
466
  #~ msgid "(Full URL to custom page)"
467
  #~ msgstr "(Puni URL ka korisničkoj stranici)"
 
468
  #~ msgid "The Read More link text"
469
  #~ msgstr "Tekst u linku Pročitaj više"
470
 
471
  #, fuzzy
472
  #~ msgid "Display Like buttons in the lightbox"
473
  #~ msgstr "Afficher une image en taille normale dans le boite"
 
474
  #~ msgid "FaceBook"
475
  #~ msgstr "FaceBook"
476
 
477
  #, fuzzy
478
  #~ msgid "Twitter"
479
  #~ msgstr "Titre"
 
480
  #~ msgid "Pinterest"
481
  #~ msgstr "Pinterest"
 
482
  #~ msgid "Google +1"
483
  #~ msgstr "Google +1"
 
484
  #~ msgid "Save Changes"
485
  #~ msgstr "Sačuvaj izmene"
 
486
  #~ msgid "FAQ"
487
  #~ msgstr "FAQ"
 
488
  #~ msgid "Support"
489
  #~ msgstr "Podrška"
 
490
  #~ msgid "Sorry, nothing found."
491
  #~ msgstr "Nažalost nije pronađeno"
 
492
  #~ msgid "Download high resolution image"
493
  #~ msgstr "Preuzmi sliku u visokoj rezoluciji"
 
494
  #~ msgid "Image"
495
  #~ msgstr "Slika"
 
496
  #~ msgid "Add New"
497
  #~ msgstr "Ajouter"
 
498
  #~ msgid "Search Galleries"
499
  #~ msgstr "Rechercher une galerie"
 
500
  #~ msgid "Please do not forget to select "
501
  #~ msgstr "Merci de ne pas oublier de sélectionner"
 
502
  #~ msgid "Attachments order by"
503
  #~ msgstr "Fichiers trier par"
 
504
  #~ msgid "attachments order"
505
  #~ msgstr "ordre des fichiers"
 
506
  #~ msgid "Size for gallery image"
507
  #~ msgstr "Taille de la vignette de la galerie"
 
508
  #~ msgid "attachment title"
509
  #~ msgstr "titre du fichier"
510
- #~ msgid "date"
511
- #~ msgstr "date"
512
  #~ msgid "Attachments order"
513
  #~ msgstr "Ordre des fichiers"
 
514
  #~ msgid "Label for Return link"
515
  #~ msgstr "Texte du lien de retour"
 
516
  #~ msgid "URL for Return link"
517
  #~ msgstr "URL du lien de retour"
518
-
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-06 15:20+0300\n"
6
+ "PO-Revision-Date: 2014-01-06 15:20+0300\n"
7
+ "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
9
+ "Language: fr_FR\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Generator: Poedit 1.5.7\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: bws_menu.php:331
21
  msgid "Not set"
22
  msgstr "Nije podešeno"
23
 
24
+ #: bws_menu.php:333
25
+ #: bws_menu.php:337
26
  msgid "On"
27
  msgstr "Uključeno"
28
 
29
+ #: bws_menu.php:335
30
+ #: bws_menu.php:339
31
  msgid "Off"
32
  msgstr "Isključeno"
33
 
34
+ #: bws_menu.php:343
35
+ #: bws_menu.php:347
36
+ #: bws_menu.php:351
37
+ #: bws_menu.php:355
38
+ #: bws_menu.php:359
39
+ #: bws_menu.php:385
40
  msgid "N/A"
41
  msgstr "N/A"
42
 
43
+ #: bws_menu.php:357
44
  msgid " Mb"
45
  msgstr " Mb"
46
 
47
+ #: bws_menu.php:361
48
+ #: bws_menu.php:365
49
+ #: bws_menu.php:369
50
+ #: bws_menu.php:380
51
  msgid "Yes"
52
  msgstr "Da"
53
 
54
+ #: bws_menu.php:363
55
+ #: bws_menu.php:367
56
+ #: bws_menu.php:371
57
+ #: bws_menu.php:382
58
  msgid "No"
59
  msgstr "Ne"
60
 
61
+ #: bws_menu.php:396
62
  msgid "Operating System"
63
  msgstr "Operativni Sistem"
64
 
65
+ #: bws_menu.php:397
66
  msgid "Server"
67
  msgstr "Server"
68
 
69
+ #: bws_menu.php:398
70
  msgid "Memory usage"
71
  msgstr "Upotreba memorije"
72
 
73
+ #: bws_menu.php:399
74
  msgid "MYSQL Version"
75
  msgstr "MYSQL Verzija"
76
 
77
+ #: bws_menu.php:400
78
  msgid "SQL Mode"
79
  msgstr "SQL način"
80
 
81
+ #: bws_menu.php:401
82
  msgid "PHP Version"
83
  msgstr "PHP Verzija"
84
 
85
+ #: bws_menu.php:402
86
  msgid "PHP Safe Mode"
87
  msgstr "PHP Sigurni način"
88
 
89
+ #: bws_menu.php:403
90
  msgid "PHP Allow URL fopen"
91
  msgstr "PHP Dozvoli URL fopen"
92
 
93
+ #: bws_menu.php:404
94
  msgid "PHP Memory Limit"
95
  msgstr "PHP Ograničenje memorije"
96
 
97
+ #: bws_menu.php:405
98
  #, fuzzy
99
  msgid "PHP Max Upload Size"
100
  msgstr "Envoi de fichier"
101
 
102
+ #: bws_menu.php:406
103
  msgid "PHP Max Post Size"
104
  msgstr "PHP Max veličina za učitavanje"
105
 
106
+ #: bws_menu.php:407
107
  msgid "PHP Max Script Execute Time"
108
  msgstr "PHP Max veličina posta"
109
 
110
+ #: bws_menu.php:408
111
  msgid "PHP Exif support"
112
  msgstr "PHP Exif podrška"
113
 
114
+ #: bws_menu.php:409
115
  msgid "PHP IPTC support"
116
  msgstr "PHP IPTC podrška"
117
 
118
+ #: bws_menu.php:410
119
  msgid "PHP XML support"
120
  msgstr "PHP XML podrška"
121
 
122
+ #: bws_menu.php:411
123
  #, fuzzy
124
  msgid "Site URL"
125
  msgstr "URL du lien"
126
 
127
+ #: bws_menu.php:412
128
  msgid "Home URL"
129
  msgstr "URL naslovne"
130
 
131
+ #: bws_menu.php:413
132
  msgid "WordPress Version"
133
  msgstr "WordPress Verzija"
134
 
135
+ #: bws_menu.php:414
136
  msgid "WordPress DB Version"
137
  msgstr "WordPress DB Verzija"
138
 
139
+ #: bws_menu.php:415
140
  msgid "Multisite"
141
  msgstr "Višenamenski sajt"
142
 
143
+ #: bws_menu.php:416
144
  msgid "Active Theme"
145
  msgstr "Aktivna tema"
146
 
147
+ #: bws_menu.php:432
148
  msgid "Please enter a valid email address."
149
  msgstr "Molimo unesite važeću mejl adresu"
150
 
151
+ #: bws_menu.php:436
152
  msgid "Email with system info is sent to "
153
  msgstr "Mejl sa sistemskim informacijama je poslat na"
154
 
155
+ #: bws_menu.php:440
156
  msgid "Thank you for contacting us."
157
  msgstr "Hvala što ste nas kontaktirali"
158
 
159
+ #: bws_menu.php:468
160
  msgid "Sorry, email message could not be delivered."
161
  msgstr "Nažalost mejl poruka nije prosleđena"
162
 
163
+ #: bws_menu.php:480
164
+ msgid "Switch to new interface"
165
+ msgstr ""
166
+
167
+ #: bws_menu.php:487
168
  msgid "Pro plugins"
169
  msgstr "Pro moduli"
170
 
171
+ #: bws_menu.php:490
172
+ #: bws_menu.php:516
173
  msgid "Activated plugins"
174
  msgstr "Aktivirani moduli"
175
 
176
+ #: bws_menu.php:492
177
+ #: bws_menu.php:500
178
+ #: bws_menu.php:508
179
+ #: bws_menu.php:518
180
+ #: bws_menu.php:526
181
+ #: bws_menu.php:534
182
+ #: bws_menu.php:544
183
+ #: bws_menu.php:551
184
+ #: bws_menu.php:559
185
  msgid "Read more"
186
  msgstr "Pročitaj više"
187
 
188
+ #: bws_menu.php:492
189
+ #: bws_menu.php:518
190
+ #: bws_menu.php:673
191
+ #: bws_menu.php:701
192
  msgid "Settings"
193
  msgstr "Podešavanja"
194
 
195
+ #: bws_menu.php:498
196
+ #: bws_menu.php:524
197
+ #: bws_menu.php:650
198
  msgid "Installed plugins"
199
  msgstr "Instalirani moduli"
200
 
201
+ #: bws_menu.php:506
202
+ #: bws_menu.php:532
203
+ #: bws_menu.php:763
204
  msgid "Recommended plugins"
205
  msgstr "Preporučeni moduli"
206
 
207
+ #: bws_menu.php:508
208
  msgid "Purchase"
209
  msgstr "Kupovina"
210
 
211
+ #: bws_menu.php:513
212
  msgid "Free plugins"
213
  msgstr "Besplatni moduli"
214
 
215
+ #: bws_menu.php:534
216
+ #: bws_menu.php:559
217
  msgid "Download"
218
  msgstr "Prezimanje"
219
 
220
+ #: bws_menu.php:534
221
+ #: bws_menu.php:559
222
+ #: bws_menu.php:865
223
  #, php-format
224
  msgid "Install %s"
225
  msgstr "Instalacija %s"
226
 
227
+ #: bws_menu.php:534
228
+ #: bws_menu.php:559
229
  msgid "Install now from wordpress.org"
230
  msgstr "Instaliraj sada sa wordpress.org"
231
 
232
+ #: bws_menu.php:540
233
+ msgid "Free themes"
234
+ msgstr ""
235
+
236
+ #: bws_menu.php:543
237
+ #, fuzzy
238
+ msgid "Activated theme"
239
+ msgstr "Aktivna tema"
240
+
241
+ #: bws_menu.php:544
242
+ #, php-format
243
+ msgid "Customize &#8220;%s&#8221;"
244
+ msgstr ""
245
+
246
+ #: bws_menu.php:544
247
+ msgid "Customize"
248
+ msgstr ""
249
+
250
+ #: bws_menu.php:549
251
+ #, fuzzy
252
+ msgid "Installed themes"
253
+ msgstr "Instalacija %s"
254
+
255
+ #: bws_menu.php:557
256
+ #, fuzzy
257
+ msgid "Recommended themes"
258
+ msgstr "Preporučeni moduli"
259
+
260
+ #: bws_menu.php:565
261
  msgid "If you have any questions, please contact us via"
262
  msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
263
 
264
+ #: bws_menu.php:572
265
+ #: bws_menu.php:640
266
+ #: bws_menu.php:901
267
  msgid "System status"
268
  msgstr "Sistemski status"
269
 
270
+ #: bws_menu.php:576
271
+ #: bws_menu.php:904
272
  msgid "Environment"
273
  msgstr "Okruženje"
274
 
275
+ #: bws_menu.php:587
276
+ #: bws_menu.php:915
277
  #, fuzzy
278
  msgid "Active Plugins"
279
  msgstr "Extensions activées"
280
 
281
+ #: bws_menu.php:598
282
+ #: bws_menu.php:926
283
  #, fuzzy
284
  msgid "Inactive Plugins"
285
  msgstr "Extensions activées"
286
 
287
+ #: bws_menu.php:612
288
+ #: bws_menu.php:940
289
  #, fuzzy
290
  msgid "Send to support"
291
  msgstr "Soutien"
292
 
293
+ #: bws_menu.php:619
294
+ #: bws_menu.php:947
295
  msgid "Send to custom email &#187;"
296
  msgstr "Pošalji na korisnički mejl &#187;"
297
 
298
+ #: bws_menu.php:630
299
+ msgid "Switch to old interface"
300
+ msgstr ""
301
+
302
+ #: bws_menu.php:636
303
+ #, fuzzy
304
+ msgid "Plugins"
305
+ msgstr "Pro moduli"
306
+
307
+ #: bws_menu.php:638
308
+ msgid "Themes"
309
+ msgstr ""
310
+
311
+ #: bws_menu.php:644
312
+ msgid "All"
313
+ msgstr ""
314
+
315
+ #: bws_menu.php:645
316
+ #, fuzzy
317
+ msgid "Installed"
318
+ msgstr "Instalacija %s"
319
+
320
+ #: bws_menu.php:646
321
+ #, fuzzy
322
+ msgid "Recommended"
323
+ msgstr "Preporučeni moduli"
324
+
325
+ #: bws_menu.php:666
326
+ #: bws_menu.php:719
327
+ #, fuzzy
328
+ msgid "installed"
329
+ msgstr "Instalacija %s"
330
+
331
+ #: bws_menu.php:671
332
+ #: bws_menu.php:699
333
+ #: bws_menu.php:724
334
+ #: bws_menu.php:752
335
+ #: bws_menu.php:793
336
+ #, fuzzy
337
+ msgid "Learn more"
338
+ msgstr "Pročitaj više"
339
+
340
+ #: bws_menu.php:689
341
+ #: bws_menu.php:742
342
+ #: bws_menu.php:783
343
+ msgid "Go"
344
+ msgstr ""
345
+
346
+ #: bws_menu.php:693
347
+ msgid "DONATE"
348
+ msgstr ""
349
+
350
+ #: bws_menu.php:726
351
+ #: bws_menu.php:754
352
+ #, fuzzy
353
+ msgid "Activate this plugin"
354
+ msgstr "Aktivirani moduli"
355
+
356
+ #: bws_menu.php:726
357
+ #: bws_menu.php:754
358
+ #, fuzzy
359
+ msgid "Activate"
360
+ msgstr "Aktivirani moduli"
361
+
362
+ #: bws_menu.php:746
363
+ #: bws_menu.php:787
364
+ msgid "Donate"
365
+ msgstr ""
366
+
367
+ #: bws_menu.php:795
368
+ #, fuzzy
369
+ msgid "Install now"
370
+ msgstr "Instalacija %s"
371
+
372
+ #: bws_menu.php:817
373
+ msgid "Try again"
374
+ msgstr ""
375
+
376
+ #: bws_menu.php:834
377
+ #, php-format
378
+ msgid "Preview &#8220;%s&#8221;"
379
+ msgstr ""
380
+
381
+ #: bws_menu.php:865
382
+ #, fuzzy
383
+ msgid "Install Now"
384
+ msgstr "Instalacija %s"
385
+
386
+ #: bws_menu.php:868
387
+ #, php-format
388
+ msgid "Update to version %s"
389
+ msgstr ""
390
+
391
+ #: bws_menu.php:868
392
+ #, fuzzy
393
+ msgid "Update"
394
+ msgstr "date"
395
+
396
+ #: bws_menu.php:875
397
+ #, php-format
398
+ msgid "Preview %s"
399
+ msgstr ""
400
+
401
+ #: bws_menu.php:875
402
+ msgid "Preview"
403
+ msgstr ""
404
+
405
+ #: bws_menu.php:882
406
+ #, php-format
407
+ msgid "By %s"
408
+ msgstr ""
409
+
410
+ #: bws_menu.php:888
411
+ msgid "Details"
412
+ msgstr ""
413
+
414
  #~ msgid ""
415
  #~ "The following files \"gallery-template.php\" and \"gallery-single-"
416
  #~ "template.php\" were not found in the directory of your theme. Please copy "
421
  #~ "\" nisu pronađeni u direktorijumu vaše teme. Molimo vas da ih kopirate iz "
422
  #~ "direktorijuma `/wp-content/plugins/gallery-plugin/template/` u "
423
  #~ "direktorijum vaše teme za ispravan rad modula Galerija"
424
+
425
  #~ msgid "Galleries"
426
  #~ msgstr "Galerije"
427
+
428
  #~ msgid "Gallery"
429
  #~ msgstr "Galerija"
430
+
431
  #~ msgid "Add a Gallery"
432
  #~ msgstr "Dodaj Galeriju"
433
+
434
  #~ msgid "Add New Gallery"
435
  #~ msgstr "Dodaj novu Galeriju"
436
+
437
  #~ msgid "Edit Gallery"
438
  #~ msgstr "Uredi Galeriju"
439
+
440
  #~ msgid "New Gallery"
441
  #~ msgstr "Nova Galerija"
442
+
443
  #~ msgid "View Gallery"
444
  #~ msgstr "Pregled Galerije"
445
+
446
  #~ msgid "Find a Gallery"
447
  #~ msgstr "Pronađi Galeriju"
448
+
449
  #~ msgid "No Gallery found"
450
  #~ msgstr "Nije pronađena Galerija"
451
+
452
  #~ msgid "Upload File"
453
  #~ msgstr "Učitaj fajl"
454
+
455
  #~ msgid "Gallery Shortcode"
456
  #~ msgstr "Kratak kod za Galeriju"
457
+
458
  #~ msgid ""
459
  #~ "The gallery temp directory (gallery-plugin/upload/files) is not available "
460
  #~ "for record on your webserver. Please use the standard WP functionality to "
463
  #~ "Privremeni direktorijum galerije (gallery-plugin/upload/files) nije "
464
  #~ "dostupan za arhiviranje na vašem web serveru. Molimo vas da koristite "
465
  #~ "standardne WP funkcije za učitavanje slika (biblioteka medija)"
466
+
467
  #~ msgid "Choose an image for upload:"
468
  #~ msgstr "Izaberi sliku za učitavanje:"
469
+
470
  #~ msgid "Please enable JavaScript to use the file uploader."
471
  #~ msgstr ""
472
  #~ "Molimo vas omogućite da JavaScript koristi program za učitavanje fajlova."
473
+
474
  #~ msgid "Allow the download link for all images in this gallery"
475
  #~ msgstr "Dozvoli link za preuzimanje za sve slike u ovoj galeriji"
476
+
477
  #~ msgid ""
478
  #~ "Please use the drag and drop function to change an order of the images "
479
  #~ "displaying and do not forget to save the post."
480
  #~ msgstr ""
481
  #~ "Molimo vas da koristite funkciju prevlačenja da biste izmenili redosled "
482
  #~ "prikazanih slika i ne zaboravite da sačuvate post."
483
+
484
  #~ msgid "Please make a choice"
485
  #~ msgstr "Molimo vas izaberite"
486
+
487
  #~ msgid "Sort images by"
488
  #~ msgstr "Poređaj slike po"
489
+
490
  #~ msgid "sort images"
491
  #~ msgstr "poređaj slike"
492
+
493
  #~ msgid "on the plugin settings page ("
494
  #~ msgstr "na stranici za podešavanje modula ("
495
+
496
  #~ msgid "Title"
497
  #~ msgstr "Naslov"
498
+
499
  #~ msgid "URL"
500
  #~ msgstr "URL"
501
+
502
  #~ msgid "(by click on image opens a link in a new window)"
503
  #~ msgstr "(klikom na sliku otvara se link u novom prozoru)"
504
+
505
  #~ msgid "This setting is available in Pro version"
506
  #~ msgstr "Ovo podešavanje je dostupno u Pro verziji"
507
+
508
  #~ msgid "Open the link"
509
  #~ msgstr "Otvori link"
510
+
511
  #~ msgid "Current window"
512
  #~ msgstr "Trenutni prozor"
513
+
514
  #~ msgid "New window"
515
  #~ msgstr "Novi prozor"
516
+
517
  #~ msgid "Delete"
518
  #~ msgstr "Obriši"
519
+
520
  #~ msgid ""
521
  #~ "You can add a Single Gallery to the page or post by inserting this "
522
  #~ "shortcode into the content"
523
  #~ msgstr ""
524
  #~ "Možete dodati Jedinstvenu galeriju na stranicu ili post ubacivanjem ovog "
525
  #~ "kratkog koda u sadržaj."
526
+
527
  #~ msgid ""
528
  #~ "If you want to display a short description containing a screenshot and "
529
  #~ "the link to the Single Gallery Page"
530
  #~ msgstr ""
531
  #~ "Ako želite da prikažete kratak opis koji sadrži snimak ekrana i link ka "
532
  #~ "stranici sa Jedinstvenom galerijom."
533
+
534
  #~ msgid "Author"
535
  #~ msgstr "Autor"
536
+
537
  #~ msgid "Photo"
538
  #~ msgstr "Foto"
539
+
540
  #~ msgid "Publishing"
541
  #~ msgstr "Izdanje"
542
+
543
  #~ msgid "Date"
544
  #~ msgstr "Datum"
545
+
546
  #~ msgid "See images &raquo;"
547
  #~ msgstr "Pogledaj sliku &raquo;"
548
+
549
  #~ msgid "Settings are saved"
550
  #~ msgstr "Podešavanja su sačuvana"
551
+
552
  #~ msgid "Gallery Settings"
553
  #~ msgstr "Podešavanja Galerije"
554
+
555
  #~ msgid ""
556
  #~ "If you would like to add a Single Gallery to your page or post, just copy "
557
  #~ "and paste this shortcode into your post or page:"
558
  #~ msgstr ""
559
  #~ "Ako želite da dodate Jedinstvenu Galeriju na vašu stranicu ili post, samo "
560
  #~ "kopirajte i prelepite ovaj kratki kod na vaš post ili stranicu:"
561
+
562
  #~ msgid "Image size for the album cover"
563
  #~ msgstr "Veličina slike za naslovnu stranicu albuma"
564
+
565
  #~ msgid "Image size"
566
  #~ msgstr "Veličina slike"
567
+
568
  #~ msgid "Width (in px)"
569
  #~ msgstr "Širina (u pikselima)"
570
+
571
  #~ msgid "Height (in px)"
572
  #~ msgstr "Visina (u pikselima)"
573
+
574
  #~ msgid "Gallery image size"
575
  #~ msgstr "Veličina slika u galeriji"
576
+
577
  #~ msgid ""
578
  #~ "WordPress will create a new thumbnail with the specified dimensions when "
579
  #~ "you upload a new photo."
580
  #~ msgstr ""
581
  #~ "WordPress će kreirati novi umanjeni prikaz sa navedenim dimenzijama kada "
582
  #~ "učitate novu sliku."
583
+
584
  #~ msgid "Gallery image size in the lightbox"
585
  #~ msgstr "Veličina slika u galeriji u lightbox skriptu"
586
+
587
  #~ msgid "Max width (in px)"
588
  #~ msgstr "Max širina (u pikselima)"
589
+
590
  #~ msgid "Max height (in px)"
591
  #~ msgstr "Max visina (u pikselima)"
592
+
593
  #~ msgid "Display a full size image in the lightbox"
594
  #~ msgstr "Prikaži sliku u punoj veličini u lightbox-u"
595
+
596
  #~ msgid "Crop position"
597
  #~ msgstr "Pozicija za kropovanje"
598
+
599
  #~ msgid "Horizontal"
600
  #~ msgstr "Horizontalno"
601
+
602
  #~ msgid "left"
603
  #~ msgstr "levo"
604
+
605
  #~ msgid "center"
606
  #~ msgstr "centar"
607
+
608
  #~ msgid "right"
609
  #~ msgstr "desno"
610
+
611
  #~ msgid "Vertical"
612
  #~ msgstr "Vertikalno"
613
+
614
  #~ msgid "top"
615
  #~ msgstr "vrh"
616
+
617
  #~ msgid "bottom"
618
  #~ msgstr "dno"
619
+
620
  #~ msgid "Lightbox background"
621
  #~ msgstr "Lightbox pozadina"
622
+
623
  #~ msgid "Default"
624
  #~ msgstr "Podrazumevano"
625
+
626
  #~ msgid "Background transparency (from 0 to 1)"
627
  #~ msgstr "Pozadinska transparentnost (od 0 do 1)"
628
+
629
  #~ msgid "Select a background color"
630
  #~ msgstr "Izaberi pozadinsku boju"
631
+
632
  #~ msgid "Background color"
633
  #~ msgstr "Pozadinska boja"
634
+
635
  #~ msgid ""
636
  #~ "This functionality is available in the Pro version of the plugin. For "
637
  #~ "more details, please follow the link"
638
  #~ msgstr ""
639
  #~ "Ova funkcija je dostupna u Pro verziji modula. Za više detalja pratite "
640
  #~ "ovaj link"
641
+
642
  #~ msgid "Images with border"
643
  #~ msgstr "Slike sa okvirima"
644
+
645
  #~ msgid "Border width in px, just numbers"
646
  #~ msgstr "Širina okvira u pikselima, samo brojevi"
647
+
648
  #~ msgid "Select a border color"
649
  #~ msgstr "Izaberite boju okvira"
650
+
651
  #~ msgid "Number of images in the row"
652
  #~ msgstr "Broj slika u redu"
653
+
654
  #~ msgid "Start slideshow"
655
  #~ msgstr "Započni projekciju slajdova"
656
+
657
  #~ msgid "Slideshow interval"
658
  #~ msgstr "Interval projekcije slajdova"
659
+
660
  #~ msgid "Attachment ID"
661
  #~ msgstr "ID priloga"
662
+
663
  #~ msgid "Image Name"
664
  #~ msgstr "Ime slike"
665
+
666
  #~ msgid ""
667
  #~ "Sorting order (the input field for sorting order in the Insert / Upload "
668
  #~ "Media Gallery dialog)"
669
  #~ msgstr ""
670
  #~ "Raspoređivanje (polje za unos za sortiranje u dijalogu Insert / Upload "
671
  #~ "Media Gallery)"
672
+
673
  #~ msgid "Random"
674
  #~ msgstr "Nasumično"
675
+
676
  #~ msgid "Sort images"
677
  #~ msgstr "Sortiraj slike"
678
+
679
  #~ msgid ""
680
  #~ "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
681
  #~ msgstr ""
682
  #~ "ASC (rastući redosled od najnižih do najviših vrednosti - 1, 2, 3; a, b, "
683
  #~ "c)"
684
+
685
  #~ msgid ""
686
  #~ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
687
  #~ msgstr ""
688
  #~ "DESC (opadajući redosled od najviših do najnižih vrednosti - 3, 2, 1; c, "
689
  #~ "b, a)"
690
+
691
  #~ msgid "Display text above the image"
692
  #~ msgstr "Prikaži tekst iznad slike"
693
 
695
  #~ msgid ""
696
  #~ "Turn off the checkbox, if you want to display text just in a lightbox"
697
  #~ msgstr "Ako želite da prikažete tekst samo u lightbox-u"
698
+
699
  #~ msgid "Display the Back link"
700
  #~ msgstr "Prikaži povratni link"
701
+
702
  #~ msgid "Display the Back link in the shortcode"
703
  #~ msgstr "Prikaži povratni link u kratkom kodu"
704
+
705
  #~ msgid "The Back link text"
706
  #~ msgstr "Tekst u povratnom linku"
707
+
708
  #~ msgid "The Back link URL"
709
  #~ msgstr "URL povratnog linka"
710
+
711
  #~ msgid "Gallery page (Page with Gallery Template)"
712
  #~ msgstr "Stranica galerije (Stranica sa šablonom galerije)"
713
+
714
  #~ msgid "(Full URL to custom page)"
715
  #~ msgstr "(Puni URL ka korisničkoj stranici)"
716
+
717
  #~ msgid "The Read More link text"
718
  #~ msgstr "Tekst u linku Pročitaj više"
719
 
720
  #, fuzzy
721
  #~ msgid "Display Like buttons in the lightbox"
722
  #~ msgstr "Afficher une image en taille normale dans le boite"
723
+
724
  #~ msgid "FaceBook"
725
  #~ msgstr "FaceBook"
726
 
727
  #, fuzzy
728
  #~ msgid "Twitter"
729
  #~ msgstr "Titre"
730
+
731
  #~ msgid "Pinterest"
732
  #~ msgstr "Pinterest"
733
+
734
  #~ msgid "Google +1"
735
  #~ msgstr "Google +1"
736
+
737
  #~ msgid "Save Changes"
738
  #~ msgstr "Sačuvaj izmene"
739
+
740
  #~ msgid "FAQ"
741
  #~ msgstr "FAQ"
742
+
743
  #~ msgid "Support"
744
  #~ msgstr "Podrška"
745
+
746
  #~ msgid "Sorry, nothing found."
747
  #~ msgstr "Nažalost nije pronađeno"
748
+
749
  #~ msgid "Download high resolution image"
750
  #~ msgstr "Preuzmi sliku u visokoj rezoluciji"
751
+
752
  #~ msgid "Image"
753
  #~ msgstr "Slika"
754
+
755
  #~ msgid "Add New"
756
  #~ msgstr "Ajouter"
757
+
758
  #~ msgid "Search Galleries"
759
  #~ msgstr "Rechercher une galerie"
760
+
761
  #~ msgid "Please do not forget to select "
762
  #~ msgstr "Merci de ne pas oublier de sélectionner"
763
+
764
  #~ msgid "Attachments order by"
765
  #~ msgstr "Fichiers trier par"
766
+
767
  #~ msgid "attachments order"
768
  #~ msgstr "ordre des fichiers"
769
+
770
  #~ msgid "Size for gallery image"
771
  #~ msgstr "Taille de la vignette de la galerie"
772
+
773
  #~ msgid "attachment title"
774
  #~ msgstr "titre du fichier"
775
+
 
776
  #~ msgid "Attachments order"
777
  #~ msgstr "Ordre des fichiers"
778
+
779
  #~ msgid "Label for Return link"
780
  #~ msgstr "Texte du lien de retour"
781
+
782
  #~ msgid "URL for Return link"
783
  #~ msgstr "URL du lien de retour"
 
bws_menu/languages/bestwebsoft-sv_SE.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-sv_SE.po CHANGED
@@ -2,384 +2,613 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-08-30 10:49+0300\n"
6
- "PO-Revision-Date: 2013-08-30 10:49+0300\n"
7
- "Last-Translator: \n"
8
  "Language-Team: Christer Rönningborg, Blittan <blittan@xbmc.org>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "Language: sv_SE\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_menu.php:85
20
  msgid "Not set"
21
  msgstr "Inte angiven"
22
 
23
- #: bws_menu.php:87
24
- #: bws_menu.php:91
25
  msgid "On"
26
  msgstr "På"
27
 
28
- #: bws_menu.php:89
29
- #: bws_menu.php:93
30
  msgid "Off"
31
  msgstr "Av"
32
 
33
- #: bws_menu.php:97
34
- #: bws_menu.php:101
35
- #: bws_menu.php:105
36
- #: bws_menu.php:109
37
- #: bws_menu.php:113
38
- #: bws_menu.php:139
39
  msgid "N/A"
40
  msgstr "Finns ej"
41
 
42
- #: bws_menu.php:111
43
  msgid " Mb"
44
  msgstr " Mb"
45
 
46
- #: bws_menu.php:115
47
- #: bws_menu.php:119
48
- #: bws_menu.php:123
49
- #: bws_menu.php:134
50
  msgid "Yes"
51
  msgstr "Ja"
52
 
53
- #: bws_menu.php:117
54
- #: bws_menu.php:121
55
- #: bws_menu.php:125
56
- #: bws_menu.php:136
57
  msgid "No"
58
  msgstr "Nej"
59
 
60
- #: bws_menu.php:150
61
  msgid "Operating System"
62
  msgstr "Operativsystem"
63
 
64
- #: bws_menu.php:151
65
  msgid "Server"
66
  msgstr "Server"
67
 
68
- #: bws_menu.php:152
69
  msgid "Memory usage"
70
  msgstr "Minnesanvändning"
71
 
72
- #: bws_menu.php:153
73
  msgid "MYSQL Version"
74
  msgstr "MySQL-version"
75
 
76
- #: bws_menu.php:154
77
  msgid "SQL Mode"
78
  msgstr "SQL-läge"
79
 
80
- #: bws_menu.php:155
81
  msgid "PHP Version"
82
  msgstr "PHP-version"
83
 
84
- #: bws_menu.php:156
85
  msgid "PHP Safe Mode"
86
  msgstr "PHP säkert läge"
87
 
88
- #: bws_menu.php:157
89
  msgid "PHP Allow URL fopen"
90
  msgstr "PHP tillåt URL fopen"
91
 
92
- #: bws_menu.php:158
93
  msgid "PHP Memory Limit"
94
  msgstr "PHP Minnesgräns"
95
 
96
- #: bws_menu.php:159
97
  msgid "PHP Max Upload Size"
98
  msgstr "PHP Max uppladdningstorlek"
99
 
100
- #: bws_menu.php:160
101
  msgid "PHP Max Post Size"
102
  msgstr "PHP Max poststorlek"
103
 
104
- #: bws_menu.php:161
105
  msgid "PHP Max Script Execute Time"
106
  msgstr "PHP Max skriptexekverinstid"
107
 
108
- #: bws_menu.php:162
109
  msgid "PHP Exif support"
110
  msgstr "PHP Exifstöd"
111
 
112
- #: bws_menu.php:163
113
  msgid "PHP IPTC support"
114
  msgstr "PHP ITPC-stöd"
115
 
116
- #: bws_menu.php:164
117
  msgid "PHP XML support"
118
  msgstr "PHP XML-stöd"
119
 
120
- #: bws_menu.php:165
121
  msgid "Site URL"
122
  msgstr "SajtURL"
123
 
124
- #: bws_menu.php:166
125
  msgid "Home URL"
126
  msgstr "HemURL"
127
 
128
- #: bws_menu.php:167
129
  msgid "WordPress Version"
130
  msgstr "WordPress-version"
131
 
132
- #: bws_menu.php:168
133
  msgid "WordPress DB Version"
134
  msgstr "WordPress-DB-version"
135
 
136
- #: bws_menu.php:169
137
  msgid "Multisite"
138
  msgstr "Multisajt"
139
 
140
- #: bws_menu.php:170
141
  msgid "Active Theme"
142
  msgstr "Aktivt tema"
143
 
144
- #: bws_menu.php:185
145
  msgid "Please enter a valid email address."
146
  msgstr "Var god ange en giltig epost-adress."
147
 
148
- #: bws_menu.php:189
149
  msgid "Email with system info is sent to "
150
  msgstr "Epost med systeminfo är skickat till"
151
 
152
- #: bws_menu.php:193
153
  msgid "Thank you for contacting us."
154
  msgstr "Tack för att du kontaktade oss."
155
 
156
- #: bws_menu.php:221
157
  msgid "Sorry, email message could not be delivered."
158
  msgstr "Ledsen, eposten kunde inte levereras."
159
 
160
- #: bws_menu.php:229
 
 
 
 
161
  msgid "Pro plugins"
162
  msgstr "Betaltillägg"
163
 
164
- #: bws_menu.php:232
165
- #: bws_menu.php:258
166
  msgid "Activated plugins"
167
  msgstr "Aktiverade tillägg"
168
 
169
- #: bws_menu.php:234
170
- #: bws_menu.php:242
171
- #: bws_menu.php:250
172
- #: bws_menu.php:260
173
- #: bws_menu.php:268
174
- #: bws_menu.php:276
 
 
 
175
  msgid "Read more"
176
  msgstr "Läs mer"
177
 
178
- #: bws_menu.php:234
179
- #: bws_menu.php:260
 
 
180
  msgid "Settings"
181
  msgstr "Inställningar"
182
 
183
- #: bws_menu.php:240
184
- #: bws_menu.php:266
 
185
  msgid "Installed plugins"
186
  msgstr "Installerade tillägg"
187
 
188
- #: bws_menu.php:248
189
- #: bws_menu.php:274
 
190
  msgid "Recommended plugins"
191
  msgstr "Rekommenderade tillägg"
192
 
193
- #: bws_menu.php:250
194
  msgid "Purchase"
195
  msgstr "Köp"
196
 
197
- #: bws_menu.php:255
198
  msgid "Free plugins"
199
  msgstr "Gratis tillägg"
200
 
201
- #: bws_menu.php:276
 
202
  msgid "Download"
203
  msgstr "Hämta"
204
 
205
- #: bws_menu.php:276
 
 
206
  #, php-format
207
  msgid "Install %s"
208
  msgstr "Installera %s"
209
 
210
- #: bws_menu.php:276
 
211
  msgid "Install now from wordpress.org"
212
  msgstr "Installera nu från wordpress.org"
213
 
214
- #: bws_menu.php:281
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
215
  msgid "If you have any questions, please contact us via"
216
  msgstr "Om du har några frågor, kontakta oss via"
217
 
218
- #: bws_menu.php:288
 
 
219
  msgid "System status"
220
  msgstr "Systemstatus"
221
 
222
- #: bws_menu.php:292
 
223
  msgid "Environment"
224
  msgstr "Miljövariabler"
225
 
226
- #: bws_menu.php:303
 
227
  msgid "Active Plugins"
228
  msgstr "Aktiverade tillägg"
229
 
230
- #: bws_menu.php:314
 
231
  msgid "Inactive Plugins"
232
  msgstr "Inaktiverade tillägg"
233
 
234
- #: bws_menu.php:328
 
235
  msgid "Send to support"
236
  msgstr "Skicka till support"
237
 
238
- #: bws_menu.php:335
 
239
  msgid "Send to custom email &#187;"
240
  msgstr "Skicka till anpassad epost &#187;"
241
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
242
  #~ msgid "Login form"
243
  #~ msgstr "Inloggningsformulär"
 
244
  #~ msgid "Registration form"
245
  #~ msgstr "Registreringsformulär"
 
246
  #~ msgid "Register form"
247
  #~ msgstr "Registreringsformulär"
 
248
  #~ msgid "Reset Password form"
249
  #~ msgstr "Formulär för att återställa lösenord"
 
250
  #~ msgid "Lost password form"
251
  #~ msgstr "Formulär för att återställa lösenord"
 
252
  #~ msgid "Comments form"
253
  #~ msgstr "Kommentarsformulär"
 
254
  #~ msgid "Hide CAPTCHA for registered users"
255
  #~ msgstr "Dölj CAPTCHA för registrerade användare"
 
256
  #~ msgid "Plus (&#43;)"
257
  #~ msgstr "Plus (&#43;)"
 
258
  #~ msgid "Plus"
259
  #~ msgstr "Plus"
 
260
  #~ msgid "Minus (&minus;)"
261
  #~ msgstr "Minus (&minus;)"
 
262
  #~ msgid "Minus"
263
  #~ msgstr "Minus"
 
264
  #~ msgid "Multiplication (&times;)"
265
  #~ msgstr "Multiplikation (&times;)"
 
266
  #~ msgid "Multiply"
267
  #~ msgstr "Multiplicera"
 
268
  #~ msgid "Numbers"
269
  #~ msgstr "Siffror"
 
270
  #~ msgid "Words"
271
  #~ msgstr "Ord"
 
272
  #~ msgid "Captcha Settings"
273
  #~ msgstr "Captchainställningar"
 
274
  #~ msgid "Captcha"
275
  #~ msgstr "Captcha"
 
276
  #~ msgid "FAQ"
277
  #~ msgstr "FAQ"
 
278
  #~ msgid "Support"
279
  #~ msgstr "Support"
 
280
  #~ msgid ""
281
  #~ "Please select one item in the block Arithmetic and Complexity for CAPTCHA"
282
  #~ msgstr ""
283
  #~ "Var god markera ett val i avdelningarna Aritmetiska metoder och "
284
  #~ "Svårighetsgrad för CAPTCHA"
 
285
  #~ msgid "Options saved."
286
  #~ msgstr "Inställningar sparade."
 
287
  #~ msgid "Enable CAPTCHA for:"
288
  #~ msgstr "Aktivera CAPTCHA för:"
 
289
  #~ msgid "Contact form"
290
  #~ msgstr "Kontaktformulär"
 
291
  #~ msgid "(powered by bestwebsoft.com)"
292
  #~ msgstr "(tillhandahålls av bestwebsoft.com)"
 
293
  #~ msgid "Activate contact form"
294
  #~ msgstr "Aktivera kontaktformulär"
 
295
  #~ msgid "Download contact form"
296
  #~ msgstr "Hämta kontaktformulär"
 
297
  #~ msgid ""
298
  #~ "If you would like to customize this plugin for a custom form, please "
299
  #~ "contact us via"
300
  #~ msgstr ""
301
  #~ "Om du vill anpassa detta tillägg för ett skräddarsytt formulär, vänligen "
302
  #~ "kontakta oss via"
 
303
  #~ msgid "Title for CAPTCHA in the form"
304
  #~ msgstr "Etikett för CAPTCHA i formulär"
 
305
  #~ msgid "Arithmetic actions for CAPTCHA"
306
  #~ msgstr "Aritmetiska metoder för CAPTCHA"
 
307
  #~ msgid "CAPTCHA complexity level"
308
  #~ msgstr "CAPTCHA-svårighetsgrad"
 
309
  #~ msgid "Save Changes"
310
  #~ msgstr "Spara ändringar"
 
311
  #~ msgid "ERROR"
312
  #~ msgstr "FEL"
 
313
  #~ msgid "Please fill the form."
314
  #~ msgstr "Var god fyll i formuläret."
 
315
  #~ msgid "Please enter a valid CAPTCHA value."
316
  #~ msgstr "Var god fyll i CAPTCHA."
 
317
  #~ msgid ""
318
  #~ "Error: You have entered an incorrect CAPTCHA value. Click the BACK button "
319
  #~ "on your browser, and try again."
320
  #~ msgstr ""
321
  #~ "Fel: Du angav ett felaktigt svar i fältet för CAPTCHA. Klicka på tillbaka-"
322
  #~ "knappen i din webbläsare och försök igen."
 
323
  #~ msgid "zero"
324
  #~ msgstr "noll"
 
325
  #~ msgid "one"
326
  #~ msgstr "ett"
 
327
  #~ msgid "two"
328
  #~ msgstr "två"
 
329
  #~ msgid "three"
330
  #~ msgstr "tre"
 
331
  #~ msgid "four"
332
  #~ msgstr "fyra"
 
333
  #~ msgid "five"
334
  #~ msgstr "fem"
 
335
  #~ msgid "six"
336
  #~ msgstr "sex"
 
337
  #~ msgid "seven"
338
  #~ msgstr "sju"
 
339
  #~ msgid "eight"
340
  #~ msgstr "åtta"
 
341
  #~ msgid "nine"
342
  #~ msgstr "nio"
 
343
  #~ msgid "eleven"
344
  #~ msgstr "elva"
 
345
  #~ msgid "twelve"
346
  #~ msgstr "tolv"
 
347
  #~ msgid "thirteen"
348
  #~ msgstr "tretton"
 
349
  #~ msgid "fourteen"
350
  #~ msgstr "fjorton"
 
351
  #~ msgid "fifteen"
352
  #~ msgstr "femton"
 
353
  #~ msgid "sixteen"
354
  #~ msgstr "sexton"
 
355
  #~ msgid "seventeen"
356
  #~ msgstr "sjutton"
 
357
  #~ msgid "eighteen"
358
  #~ msgstr "arton"
 
359
  #~ msgid "nineteen"
360
  #~ msgstr "nitton"
 
361
  #~ msgid "ten"
362
  #~ msgstr "tio"
 
363
  #~ msgid "twenty"
364
  #~ msgstr "tjugo"
 
365
  #~ msgid "thirty"
366
  #~ msgstr "trettio"
 
367
  #~ msgid "forty"
368
  #~ msgstr "fyrtio"
 
369
  #~ msgid "fifty"
370
  #~ msgstr "femtio"
 
371
  #~ msgid "sixty"
372
  #~ msgstr "sextio"
 
373
  #~ msgid "seventy"
374
  #~ msgstr "sjuttio"
 
375
  #~ msgid "eighty"
376
  #~ msgstr "åttio"
 
377
  #~ msgid "ninety"
378
  #~ msgstr "nittio"
 
379
  #~ msgid "and"
380
  #~ msgstr "och"
 
381
  #~ msgid "Encryption password is not set"
382
  #~ msgstr "Lösenord för kodning har inte angetts"
 
383
  #~ msgid "Decryption password is not set"
384
  #~ msgstr "Lösenord för avkodning har inte angetts"
385
 
@@ -390,16 +619,18 @@ msgstr "Skicka till anpassad epost &#187;"
390
  #~ msgstr ""
391
  #~ "Om du har frågor, vänligen kontakta oss via plugin@bestwebsoft.com eller "
392
  #~ "fyll i kontaktformuläret på vår hemsida"
 
393
  #~ msgid "Increase"
394
  #~ msgstr "Öka"
 
395
  #~ msgid "Difficulty for CAPTCHA"
396
  #~ msgstr "Svårighetsgrad för CAPTCHA"
 
397
  #~ msgid "That CAPTCHA was incorrect."
398
  #~ msgstr "Angiven CAPTCHA var felaktig."
 
399
  #~ msgid "The password of encryption is not set"
400
  #~ msgstr "Lösenordet för krytering har inte angetts"
 
401
  #~ msgid "null"
402
  #~ msgstr "noll"
403
- #~ msgid "Install Now"
404
- #~ msgstr "Установить сейчас"
405
-
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-06 15:20+0300\n"
6
+ "PO-Revision-Date: 2014-01-06 15:20+0300\n"
7
+ "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Christer Rönningborg, Blittan <blittan@xbmc.org>\n"
9
+ "Language: sv_SE\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: bws_menu.php:331
20
  msgid "Not set"
21
  msgstr "Inte angiven"
22
 
23
+ #: bws_menu.php:333
24
+ #: bws_menu.php:337
25
  msgid "On"
26
  msgstr "På"
27
 
28
+ #: bws_menu.php:335
29
+ #: bws_menu.php:339
30
  msgid "Off"
31
  msgstr "Av"
32
 
33
+ #: bws_menu.php:343
34
+ #: bws_menu.php:347
35
+ #: bws_menu.php:351
36
+ #: bws_menu.php:355
37
+ #: bws_menu.php:359
38
+ #: bws_menu.php:385
39
  msgid "N/A"
40
  msgstr "Finns ej"
41
 
42
+ #: bws_menu.php:357
43
  msgid " Mb"
44
  msgstr " Mb"
45
 
46
+ #: bws_menu.php:361
47
+ #: bws_menu.php:365
48
+ #: bws_menu.php:369
49
+ #: bws_menu.php:380
50
  msgid "Yes"
51
  msgstr "Ja"
52
 
53
+ #: bws_menu.php:363
54
+ #: bws_menu.php:367
55
+ #: bws_menu.php:371
56
+ #: bws_menu.php:382
57
  msgid "No"
58
  msgstr "Nej"
59
 
60
+ #: bws_menu.php:396
61
  msgid "Operating System"
62
  msgstr "Operativsystem"
63
 
64
+ #: bws_menu.php:397
65
  msgid "Server"
66
  msgstr "Server"
67
 
68
+ #: bws_menu.php:398
69
  msgid "Memory usage"
70
  msgstr "Minnesanvändning"
71
 
72
+ #: bws_menu.php:399
73
  msgid "MYSQL Version"
74
  msgstr "MySQL-version"
75
 
76
+ #: bws_menu.php:400
77
  msgid "SQL Mode"
78
  msgstr "SQL-läge"
79
 
80
+ #: bws_menu.php:401
81
  msgid "PHP Version"
82
  msgstr "PHP-version"
83
 
84
+ #: bws_menu.php:402
85
  msgid "PHP Safe Mode"
86
  msgstr "PHP säkert läge"
87
 
88
+ #: bws_menu.php:403
89
  msgid "PHP Allow URL fopen"
90
  msgstr "PHP tillåt URL fopen"
91
 
92
+ #: bws_menu.php:404
93
  msgid "PHP Memory Limit"
94
  msgstr "PHP Minnesgräns"
95
 
96
+ #: bws_menu.php:405
97
  msgid "PHP Max Upload Size"
98
  msgstr "PHP Max uppladdningstorlek"
99
 
100
+ #: bws_menu.php:406
101
  msgid "PHP Max Post Size"
102
  msgstr "PHP Max poststorlek"
103
 
104
+ #: bws_menu.php:407
105
  msgid "PHP Max Script Execute Time"
106
  msgstr "PHP Max skriptexekverinstid"
107
 
108
+ #: bws_menu.php:408
109
  msgid "PHP Exif support"
110
  msgstr "PHP Exifstöd"
111
 
112
+ #: bws_menu.php:409
113
  msgid "PHP IPTC support"
114
  msgstr "PHP ITPC-stöd"
115
 
116
+ #: bws_menu.php:410
117
  msgid "PHP XML support"
118
  msgstr "PHP XML-stöd"
119
 
120
+ #: bws_menu.php:411
121
  msgid "Site URL"
122
  msgstr "SajtURL"
123
 
124
+ #: bws_menu.php:412
125
  msgid "Home URL"
126
  msgstr "HemURL"
127
 
128
+ #: bws_menu.php:413
129
  msgid "WordPress Version"
130
  msgstr "WordPress-version"
131
 
132
+ #: bws_menu.php:414
133
  msgid "WordPress DB Version"
134
  msgstr "WordPress-DB-version"
135
 
136
+ #: bws_menu.php:415
137
  msgid "Multisite"
138
  msgstr "Multisajt"
139
 
140
+ #: bws_menu.php:416
141
  msgid "Active Theme"
142
  msgstr "Aktivt tema"
143
 
144
+ #: bws_menu.php:432
145
  msgid "Please enter a valid email address."
146
  msgstr "Var god ange en giltig epost-adress."
147
 
148
+ #: bws_menu.php:436
149
  msgid "Email with system info is sent to "
150
  msgstr "Epost med systeminfo är skickat till"
151
 
152
+ #: bws_menu.php:440
153
  msgid "Thank you for contacting us."
154
  msgstr "Tack för att du kontaktade oss."
155
 
156
+ #: bws_menu.php:468
157
  msgid "Sorry, email message could not be delivered."
158
  msgstr "Ledsen, eposten kunde inte levereras."
159
 
160
+ #: bws_menu.php:480
161
+ msgid "Switch to new interface"
162
+ msgstr ""
163
+
164
+ #: bws_menu.php:487
165
  msgid "Pro plugins"
166
  msgstr "Betaltillägg"
167
 
168
+ #: bws_menu.php:490
169
+ #: bws_menu.php:516
170
  msgid "Activated plugins"
171
  msgstr "Aktiverade tillägg"
172
 
173
+ #: bws_menu.php:492
174
+ #: bws_menu.php:500
175
+ #: bws_menu.php:508
176
+ #: bws_menu.php:518
177
+ #: bws_menu.php:526
178
+ #: bws_menu.php:534
179
+ #: bws_menu.php:544
180
+ #: bws_menu.php:551
181
+ #: bws_menu.php:559
182
  msgid "Read more"
183
  msgstr "Läs mer"
184
 
185
+ #: bws_menu.php:492
186
+ #: bws_menu.php:518
187
+ #: bws_menu.php:673
188
+ #: bws_menu.php:701
189
  msgid "Settings"
190
  msgstr "Inställningar"
191
 
192
+ #: bws_menu.php:498
193
+ #: bws_menu.php:524
194
+ #: bws_menu.php:650
195
  msgid "Installed plugins"
196
  msgstr "Installerade tillägg"
197
 
198
+ #: bws_menu.php:506
199
+ #: bws_menu.php:532
200
+ #: bws_menu.php:763
201
  msgid "Recommended plugins"
202
  msgstr "Rekommenderade tillägg"
203
 
204
+ #: bws_menu.php:508
205
  msgid "Purchase"
206
  msgstr "Köp"
207
 
208
+ #: bws_menu.php:513
209
  msgid "Free plugins"
210
  msgstr "Gratis tillägg"
211
 
212
+ #: bws_menu.php:534
213
+ #: bws_menu.php:559
214
  msgid "Download"
215
  msgstr "Hämta"
216
 
217
+ #: bws_menu.php:534
218
+ #: bws_menu.php:559
219
+ #: bws_menu.php:865
220
  #, php-format
221
  msgid "Install %s"
222
  msgstr "Installera %s"
223
 
224
+ #: bws_menu.php:534
225
+ #: bws_menu.php:559
226
  msgid "Install now from wordpress.org"
227
  msgstr "Installera nu från wordpress.org"
228
 
229
+ #: bws_menu.php:540
230
+ msgid "Free themes"
231
+ msgstr ""
232
+
233
+ #: bws_menu.php:543
234
+ #, fuzzy
235
+ msgid "Activated theme"
236
+ msgstr "Aktivt tema"
237
+
238
+ #: bws_menu.php:544
239
+ #, php-format
240
+ msgid "Customize &#8220;%s&#8221;"
241
+ msgstr ""
242
+
243
+ #: bws_menu.php:544
244
+ msgid "Customize"
245
+ msgstr ""
246
+
247
+ #: bws_menu.php:549
248
+ #, fuzzy
249
+ msgid "Installed themes"
250
+ msgstr "Installera %s"
251
+
252
+ #: bws_menu.php:557
253
+ #, fuzzy
254
+ msgid "Recommended themes"
255
+ msgstr "Rekommenderade tillägg"
256
+
257
+ #: bws_menu.php:565
258
  msgid "If you have any questions, please contact us via"
259
  msgstr "Om du har några frågor, kontakta oss via"
260
 
261
+ #: bws_menu.php:572
262
+ #: bws_menu.php:640
263
+ #: bws_menu.php:901
264
  msgid "System status"
265
  msgstr "Systemstatus"
266
 
267
+ #: bws_menu.php:576
268
+ #: bws_menu.php:904
269
  msgid "Environment"
270
  msgstr "Miljövariabler"
271
 
272
+ #: bws_menu.php:587
273
+ #: bws_menu.php:915
274
  msgid "Active Plugins"
275
  msgstr "Aktiverade tillägg"
276
 
277
+ #: bws_menu.php:598
278
+ #: bws_menu.php:926
279
  msgid "Inactive Plugins"
280
  msgstr "Inaktiverade tillägg"
281
 
282
+ #: bws_menu.php:612
283
+ #: bws_menu.php:940
284
  msgid "Send to support"
285
  msgstr "Skicka till support"
286
 
287
+ #: bws_menu.php:619
288
+ #: bws_menu.php:947
289
  msgid "Send to custom email &#187;"
290
  msgstr "Skicka till anpassad epost &#187;"
291
 
292
+ #: bws_menu.php:630
293
+ msgid "Switch to old interface"
294
+ msgstr ""
295
+
296
+ #: bws_menu.php:636
297
+ #, fuzzy
298
+ msgid "Plugins"
299
+ msgstr "Betaltillägg"
300
+
301
+ #: bws_menu.php:638
302
+ msgid "Themes"
303
+ msgstr ""
304
+
305
+ #: bws_menu.php:644
306
+ msgid "All"
307
+ msgstr ""
308
+
309
+ #: bws_menu.php:645
310
+ #, fuzzy
311
+ msgid "Installed"
312
+ msgstr "Installera %s"
313
+
314
+ #: bws_menu.php:646
315
+ #, fuzzy
316
+ msgid "Recommended"
317
+ msgstr "Rekommenderade tillägg"
318
+
319
+ #: bws_menu.php:666
320
+ #: bws_menu.php:719
321
+ #, fuzzy
322
+ msgid "installed"
323
+ msgstr "Installera %s"
324
+
325
+ #: bws_menu.php:671
326
+ #: bws_menu.php:699
327
+ #: bws_menu.php:724
328
+ #: bws_menu.php:752
329
+ #: bws_menu.php:793
330
+ #, fuzzy
331
+ msgid "Learn more"
332
+ msgstr "Läs mer"
333
+
334
+ #: bws_menu.php:689
335
+ #: bws_menu.php:742
336
+ #: bws_menu.php:783
337
+ msgid "Go"
338
+ msgstr ""
339
+
340
+ #: bws_menu.php:693
341
+ msgid "DONATE"
342
+ msgstr ""
343
+
344
+ #: bws_menu.php:726
345
+ #: bws_menu.php:754
346
+ #, fuzzy
347
+ msgid "Activate this plugin"
348
+ msgstr "Aktiverade tillägg"
349
+
350
+ #: bws_menu.php:726
351
+ #: bws_menu.php:754
352
+ #, fuzzy
353
+ msgid "Activate"
354
+ msgstr "Aktiverade tillägg"
355
+
356
+ #: bws_menu.php:746
357
+ #: bws_menu.php:787
358
+ msgid "Donate"
359
+ msgstr ""
360
+
361
+ #: bws_menu.php:795
362
+ #, fuzzy
363
+ msgid "Install now"
364
+ msgstr "Установить сейчас"
365
+
366
+ #: bws_menu.php:817
367
+ msgid "Try again"
368
+ msgstr ""
369
+
370
+ #: bws_menu.php:834
371
+ #, php-format
372
+ msgid "Preview &#8220;%s&#8221;"
373
+ msgstr ""
374
+
375
+ #: bws_menu.php:865
376
+ msgid "Install Now"
377
+ msgstr "Установить сейчас"
378
+
379
+ #: bws_menu.php:868
380
+ #, php-format
381
+ msgid "Update to version %s"
382
+ msgstr ""
383
+
384
+ #: bws_menu.php:868
385
+ msgid "Update"
386
+ msgstr ""
387
+
388
+ #: bws_menu.php:875
389
+ #, php-format
390
+ msgid "Preview %s"
391
+ msgstr ""
392
+
393
+ #: bws_menu.php:875
394
+ msgid "Preview"
395
+ msgstr ""
396
+
397
+ #: bws_menu.php:882
398
+ #, php-format
399
+ msgid "By %s"
400
+ msgstr ""
401
+
402
+ #: bws_menu.php:888
403
+ msgid "Details"
404
+ msgstr ""
405
+
406
  #~ msgid "Login form"
407
  #~ msgstr "Inloggningsformulär"
408
+
409
  #~ msgid "Registration form"
410
  #~ msgstr "Registreringsformulär"
411
+
412
  #~ msgid "Register form"
413
  #~ msgstr "Registreringsformulär"
414
+
415
  #~ msgid "Reset Password form"
416
  #~ msgstr "Formulär för att återställa lösenord"
417
+
418
  #~ msgid "Lost password form"
419
  #~ msgstr "Formulär för att återställa lösenord"
420
+
421
  #~ msgid "Comments form"
422
  #~ msgstr "Kommentarsformulär"
423
+
424
  #~ msgid "Hide CAPTCHA for registered users"
425
  #~ msgstr "Dölj CAPTCHA för registrerade användare"
426
+
427
  #~ msgid "Plus (&#43;)"
428
  #~ msgstr "Plus (&#43;)"
429
+
430
  #~ msgid "Plus"
431
  #~ msgstr "Plus"
432
+
433
  #~ msgid "Minus (&minus;)"
434
  #~ msgstr "Minus (&minus;)"
435
+
436
  #~ msgid "Minus"
437
  #~ msgstr "Minus"
438
+
439
  #~ msgid "Multiplication (&times;)"
440
  #~ msgstr "Multiplikation (&times;)"
441
+
442
  #~ msgid "Multiply"
443
  #~ msgstr "Multiplicera"
444
+
445
  #~ msgid "Numbers"
446
  #~ msgstr "Siffror"
447
+
448
  #~ msgid "Words"
449
  #~ msgstr "Ord"
450
+
451
  #~ msgid "Captcha Settings"
452
  #~ msgstr "Captchainställningar"
453
+
454
  #~ msgid "Captcha"
455
  #~ msgstr "Captcha"
456
+
457
  #~ msgid "FAQ"
458
  #~ msgstr "FAQ"
459
+
460
  #~ msgid "Support"
461
  #~ msgstr "Support"
462
+
463
  #~ msgid ""
464
  #~ "Please select one item in the block Arithmetic and Complexity for CAPTCHA"
465
  #~ msgstr ""
466
  #~ "Var god markera ett val i avdelningarna Aritmetiska metoder och "
467
  #~ "Svårighetsgrad för CAPTCHA"
468
+
469
  #~ msgid "Options saved."
470
  #~ msgstr "Inställningar sparade."
471
+
472
  #~ msgid "Enable CAPTCHA for:"
473
  #~ msgstr "Aktivera CAPTCHA för:"
474
+
475
  #~ msgid "Contact form"
476
  #~ msgstr "Kontaktformulär"
477
+
478
  #~ msgid "(powered by bestwebsoft.com)"
479
  #~ msgstr "(tillhandahålls av bestwebsoft.com)"
480
+
481
  #~ msgid "Activate contact form"
482
  #~ msgstr "Aktivera kontaktformulär"
483
+
484
  #~ msgid "Download contact form"
485
  #~ msgstr "Hämta kontaktformulär"
486
+
487
  #~ msgid ""
488
  #~ "If you would like to customize this plugin for a custom form, please "
489
  #~ "contact us via"
490
  #~ msgstr ""
491
  #~ "Om du vill anpassa detta tillägg för ett skräddarsytt formulär, vänligen "
492
  #~ "kontakta oss via"
493
+
494
  #~ msgid "Title for CAPTCHA in the form"
495
  #~ msgstr "Etikett för CAPTCHA i formulär"
496
+
497
  #~ msgid "Arithmetic actions for CAPTCHA"
498
  #~ msgstr "Aritmetiska metoder för CAPTCHA"
499
+
500
  #~ msgid "CAPTCHA complexity level"
501
  #~ msgstr "CAPTCHA-svårighetsgrad"
502
+
503
  #~ msgid "Save Changes"
504
  #~ msgstr "Spara ändringar"
505
+
506
  #~ msgid "ERROR"
507
  #~ msgstr "FEL"
508
+
509
  #~ msgid "Please fill the form."
510
  #~ msgstr "Var god fyll i formuläret."
511
+
512
  #~ msgid "Please enter a valid CAPTCHA value."
513
  #~ msgstr "Var god fyll i CAPTCHA."
514
+
515
  #~ msgid ""
516
  #~ "Error: You have entered an incorrect CAPTCHA value. Click the BACK button "
517
  #~ "on your browser, and try again."
518
  #~ msgstr ""
519
  #~ "Fel: Du angav ett felaktigt svar i fältet för CAPTCHA. Klicka på tillbaka-"
520
  #~ "knappen i din webbläsare och försök igen."
521
+
522
  #~ msgid "zero"
523
  #~ msgstr "noll"
524
+
525
  #~ msgid "one"
526
  #~ msgstr "ett"
527
+
528
  #~ msgid "two"
529
  #~ msgstr "två"
530
+
531
  #~ msgid "three"
532
  #~ msgstr "tre"
533
+
534
  #~ msgid "four"
535
  #~ msgstr "fyra"
536
+
537
  #~ msgid "five"
538
  #~ msgstr "fem"
539
+
540
  #~ msgid "six"
541
  #~ msgstr "sex"
542
+
543
  #~ msgid "seven"
544
  #~ msgstr "sju"
545
+
546
  #~ msgid "eight"
547
  #~ msgstr "åtta"
548
+
549
  #~ msgid "nine"
550
  #~ msgstr "nio"
551
+
552
  #~ msgid "eleven"
553
  #~ msgstr "elva"
554
+
555
  #~ msgid "twelve"
556
  #~ msgstr "tolv"
557
+
558
  #~ msgid "thirteen"
559
  #~ msgstr "tretton"
560
+
561
  #~ msgid "fourteen"
562
  #~ msgstr "fjorton"
563
+
564
  #~ msgid "fifteen"
565
  #~ msgstr "femton"
566
+
567
  #~ msgid "sixteen"
568
  #~ msgstr "sexton"
569
+
570
  #~ msgid "seventeen"
571
  #~ msgstr "sjutton"
572
+
573
  #~ msgid "eighteen"
574
  #~ msgstr "arton"
575
+
576
  #~ msgid "nineteen"
577
  #~ msgstr "nitton"
578
+
579
  #~ msgid "ten"
580
  #~ msgstr "tio"
581
+
582
  #~ msgid "twenty"
583
  #~ msgstr "tjugo"
584
+
585
  #~ msgid "thirty"
586
  #~ msgstr "trettio"
587
+
588
  #~ msgid "forty"
589
  #~ msgstr "fyrtio"
590
+
591
  #~ msgid "fifty"
592
  #~ msgstr "femtio"
593
+
594
  #~ msgid "sixty"
595
  #~ msgstr "sextio"
596
+
597
  #~ msgid "seventy"
598
  #~ msgstr "sjuttio"
599
+
600
  #~ msgid "eighty"
601
  #~ msgstr "åttio"
602
+
603
  #~ msgid "ninety"
604
  #~ msgstr "nittio"
605
+
606
  #~ msgid "and"
607
  #~ msgstr "och"
608
+
609
  #~ msgid "Encryption password is not set"
610
  #~ msgstr "Lösenord för kodning har inte angetts"
611
+
612
  #~ msgid "Decryption password is not set"
613
  #~ msgstr "Lösenord för avkodning har inte angetts"
614
 
619
  #~ msgstr ""
620
  #~ "Om du har frågor, vänligen kontakta oss via plugin@bestwebsoft.com eller "
621
  #~ "fyll i kontaktformuläret på vår hemsida"
622
+
623
  #~ msgid "Increase"
624
  #~ msgstr "Öka"
625
+
626
  #~ msgid "Difficulty for CAPTCHA"
627
  #~ msgstr "Svårighetsgrad för CAPTCHA"
628
+
629
  #~ msgid "That CAPTCHA was incorrect."
630
  #~ msgstr "Angiven CAPTCHA var felaktig."
631
+
632
  #~ msgid "The password of encryption is not set"
633
  #~ msgstr "Lösenordet för krytering har inte angetts"
634
+
635
  #~ msgid "null"
636
  #~ msgstr "noll"
 
 
 
bws_menu/languages/bestwebsoft-uk.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-uk.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-09-12 12:14+0200\n"
6
- "PO-Revision-Date: 2013-09-12 12:14+0200\n"
7
- "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
10
  "MIME-Version: 1.0\n"
@@ -16,209 +16,393 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_menu.php:85
20
  msgid "Not set"
21
  msgstr "Не завдано"
22
 
23
- #: bws_menu.php:87 bws_menu.php:91
 
24
  msgid "On"
25
  msgstr "Увімк."
26
 
27
- #: bws_menu.php:89 bws_menu.php:93
 
28
  msgid "Off"
29
  msgstr "Вимк."
30
 
31
- #: bws_menu.php:97 bws_menu.php:101 bws_menu.php:105 bws_menu.php:109
32
- #: bws_menu.php:113 bws_menu.php:139
 
 
 
 
33
  msgid "N/A"
34
  msgstr "Невідомо"
35
 
36
- #: bws_menu.php:111
37
  msgid " Mb"
38
  msgstr "Mb"
39
 
40
- #: bws_menu.php:115 bws_menu.php:119 bws_menu.php:123 bws_menu.php:134
 
 
 
41
  msgid "Yes"
42
  msgstr "Так"
43
 
44
- #: bws_menu.php:117 bws_menu.php:121 bws_menu.php:125 bws_menu.php:136
 
 
 
45
  msgid "No"
46
  msgstr "Ні"
47
 
48
- #: bws_menu.php:150
49
  msgid "Operating System"
50
  msgstr "Операційна система"
51
 
52
- #: bws_menu.php:151
53
  msgid "Server"
54
  msgstr "Тип серверу"
55
 
56
- #: bws_menu.php:152
57
  msgid "Memory usage"
58
  msgstr "Пам’яті використано"
59
 
60
- #: bws_menu.php:153
61
  msgid "MYSQL Version"
62
  msgstr "Версія MYSQL"
63
 
64
- #: bws_menu.php:154
65
  msgid "SQL Mode"
66
  msgstr "Режим SQL"
67
 
68
- #: bws_menu.php:155
69
  msgid "PHP Version"
70
  msgstr "Версія PHP"
71
 
72
- #: bws_menu.php:156
73
  msgid "PHP Safe Mode"
74
  msgstr "PHP Безпечний режим"
75
 
76
- #: bws_menu.php:157
77
  msgid "PHP Allow URL fopen"
78
  msgstr "PHP Allow URL fopen"
79
 
80
- #: bws_menu.php:158
81
  msgid "PHP Memory Limit"
82
  msgstr "Ліміт пам’яті"
83
 
84
- #: bws_menu.php:159
85
  msgid "PHP Max Upload Size"
86
  msgstr "Макс. розмір файлу, що завантажується"
87
 
88
- #: bws_menu.php:160
89
  msgid "PHP Max Post Size"
90
  msgstr "Макс. розмір запису"
91
 
92
- #: bws_menu.php:161
93
  msgid "PHP Max Script Execute Time"
94
  msgstr "Макс. час виконання сценарію"
95
 
96
- #: bws_menu.php:162
97
  msgid "PHP Exif support"
98
  msgstr "Підтримка PHP Exif"
99
 
100
- #: bws_menu.php:163
101
  msgid "PHP IPTC support"
102
  msgstr "Підтримка PHP IPTC"
103
 
104
- #: bws_menu.php:164
105
  msgid "PHP XML support"
106
  msgstr "Підтримка PHP XML"
107
 
108
- #: bws_menu.php:165
109
  msgid "Site URL"
110
  msgstr "Адреса сайту"
111
 
112
- #: bws_menu.php:166
113
  msgid "Home URL"
114
  msgstr "Основна адреса сайту"
115
 
116
- #: bws_menu.php:167
117
  msgid "WordPress Version"
118
  msgstr "Версія WordPress"
119
 
120
- #: bws_menu.php:168
121
  msgid "WordPress DB Version"
122
  msgstr "Версія бази даних WordPress"
123
 
124
- #: bws_menu.php:169
125
  msgid "Multisite"
126
  msgstr "Мультиблог"
127
 
128
- #: bws_menu.php:170
129
  msgid "Active Theme"
130
  msgstr "Поточна тема"
131
 
132
- #: bws_menu.php:185
133
  msgid "Please enter a valid email address."
134
  msgstr "Будь ласка, введіть коректну електронну адресу."
135
 
136
- #: bws_menu.php:189
137
  msgid "Email with system info is sent to "
138
  msgstr "Електронній лист з системною інформацією відправлено на"
139
 
140
- #: bws_menu.php:193
141
  msgid "Thank you for contacting us."
142
  msgstr "Дякуємо, що звернулися до нас."
143
 
144
- #: bws_menu.php:221
145
  msgid "Sorry, email message could not be delivered."
146
  msgstr "Вибачте, ваше електронне повідомлення не може бути відправлено"
147
 
148
- #: bws_menu.php:229
 
 
 
 
149
  msgid "Pro plugins"
150
  msgstr "Плагіни про-версії"
151
 
152
- #: bws_menu.php:232 bws_menu.php:258
 
153
  msgid "Activated plugins"
154
  msgstr "Активовані плагіни"
155
 
156
- #: bws_menu.php:234 bws_menu.php:242 bws_menu.php:250 bws_menu.php:260
157
- #: bws_menu.php:268 bws_menu.php:276
 
 
 
 
 
 
 
158
  msgid "Read more"
159
  msgstr "Детальніше..."
160
 
161
- #: bws_menu.php:234 bws_menu.php:260
 
 
 
162
  msgid "Settings"
163
  msgstr "Установки"
164
 
165
- #: bws_menu.php:240 bws_menu.php:266
 
 
166
  msgid "Installed plugins"
167
  msgstr "Установлені плагіни"
168
 
169
- #: bws_menu.php:248 bws_menu.php:274
 
 
170
  msgid "Recommended plugins"
171
  msgstr "Рекомендовані до установки плагіни"
172
 
173
- #: bws_menu.php:250
174
  msgid "Purchase"
175
  msgstr "Купити"
176
 
177
- #: bws_menu.php:255
178
  msgid "Free plugins"
179
  msgstr "Безкоштовні плагіни"
180
 
181
- #: bws_menu.php:276
 
182
  msgid "Download"
183
  msgstr "Завантажити"
184
 
185
- #: bws_menu.php:276
 
 
186
  #, php-format
187
  msgid "Install %s"
188
  msgstr "Установлено %s"
189
 
190
- #: bws_menu.php:276
 
191
  msgid "Install now from wordpress.org"
192
  msgstr "Установити з wordpress.org"
193
 
194
- #: bws_menu.php:281
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
195
  msgid "If you have any questions, please contact us via"
196
  msgstr "Якщо у вас виникли будь-які питанні, будь ласка, звертайтеся на"
197
 
198
- #: bws_menu.php:288
 
 
199
  msgid "System status"
200
  msgstr "Системна інформація"
201
 
202
- #: bws_menu.php:292
 
203
  msgid "Environment"
204
  msgstr "Системне оточення"
205
 
206
- #: bws_menu.php:303
 
207
  msgid "Active Plugins"
208
  msgstr "Активовані плагіни"
209
 
210
- #: bws_menu.php:314
 
211
  msgid "Inactive Plugins"
212
  msgstr "Неактивовані плагіни"
213
 
214
- #: bws_menu.php:328
 
215
  msgid "Send to support"
216
  msgstr "Відправити до служби тех. підтримки"
217
 
218
- #: bws_menu.php:335
 
219
  msgid "Send to custom email &#187;"
220
  msgstr "Відправити на електронну адресу &#187;"
221
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
222
  #~ msgid "Login form"
223
  #~ msgstr "Форма логина"
224
 
@@ -448,6 +632,3 @@ msgstr "Відправити на електронну адресу &#187;"
448
 
449
  #~ msgid "null"
450
  #~ msgstr "ноль"
451
-
452
- #~ msgid "Install Now"
453
- #~ msgstr "Установить сейчас"
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-06 15:20+0300\n"
6
+ "PO-Revision-Date: 2014-01-06 15:20+0300\n"
7
+ "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
10
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: bws_menu.php:331
20
  msgid "Not set"
21
  msgstr "Не завдано"
22
 
23
+ #: bws_menu.php:333
24
+ #: bws_menu.php:337
25
  msgid "On"
26
  msgstr "Увімк."
27
 
28
+ #: bws_menu.php:335
29
+ #: bws_menu.php:339
30
  msgid "Off"
31
  msgstr "Вимк."
32
 
33
+ #: bws_menu.php:343
34
+ #: bws_menu.php:347
35
+ #: bws_menu.php:351
36
+ #: bws_menu.php:355
37
+ #: bws_menu.php:359
38
+ #: bws_menu.php:385
39
  msgid "N/A"
40
  msgstr "Невідомо"
41
 
42
+ #: bws_menu.php:357
43
  msgid " Mb"
44
  msgstr "Mb"
45
 
46
+ #: bws_menu.php:361
47
+ #: bws_menu.php:365
48
+ #: bws_menu.php:369
49
+ #: bws_menu.php:380
50
  msgid "Yes"
51
  msgstr "Так"
52
 
53
+ #: bws_menu.php:363
54
+ #: bws_menu.php:367
55
+ #: bws_menu.php:371
56
+ #: bws_menu.php:382
57
  msgid "No"
58
  msgstr "Ні"
59
 
60
+ #: bws_menu.php:396
61
  msgid "Operating System"
62
  msgstr "Операційна система"
63
 
64
+ #: bws_menu.php:397
65
  msgid "Server"
66
  msgstr "Тип серверу"
67
 
68
+ #: bws_menu.php:398
69
  msgid "Memory usage"
70
  msgstr "Пам’яті використано"
71
 
72
+ #: bws_menu.php:399
73
  msgid "MYSQL Version"
74
  msgstr "Версія MYSQL"
75
 
76
+ #: bws_menu.php:400
77
  msgid "SQL Mode"
78
  msgstr "Режим SQL"
79
 
80
+ #: bws_menu.php:401
81
  msgid "PHP Version"
82
  msgstr "Версія PHP"
83
 
84
+ #: bws_menu.php:402
85
  msgid "PHP Safe Mode"
86
  msgstr "PHP Безпечний режим"
87
 
88
+ #: bws_menu.php:403
89
  msgid "PHP Allow URL fopen"
90
  msgstr "PHP Allow URL fopen"
91
 
92
+ #: bws_menu.php:404
93
  msgid "PHP Memory Limit"
94
  msgstr "Ліміт пам’яті"
95
 
96
+ #: bws_menu.php:405
97
  msgid "PHP Max Upload Size"
98
  msgstr "Макс. розмір файлу, що завантажується"
99
 
100
+ #: bws_menu.php:406
101
  msgid "PHP Max Post Size"
102
  msgstr "Макс. розмір запису"
103
 
104
+ #: bws_menu.php:407
105
  msgid "PHP Max Script Execute Time"
106
  msgstr "Макс. час виконання сценарію"
107
 
108
+ #: bws_menu.php:408
109
  msgid "PHP Exif support"
110
  msgstr "Підтримка PHP Exif"
111
 
112
+ #: bws_menu.php:409
113
  msgid "PHP IPTC support"
114
  msgstr "Підтримка PHP IPTC"
115
 
116
+ #: bws_menu.php:410
117
  msgid "PHP XML support"
118
  msgstr "Підтримка PHP XML"
119
 
120
+ #: bws_menu.php:411
121
  msgid "Site URL"
122
  msgstr "Адреса сайту"
123
 
124
+ #: bws_menu.php:412
125
  msgid "Home URL"
126
  msgstr "Основна адреса сайту"
127
 
128
+ #: bws_menu.php:413
129
  msgid "WordPress Version"
130
  msgstr "Версія WordPress"
131
 
132
+ #: bws_menu.php:414
133
  msgid "WordPress DB Version"
134
  msgstr "Версія бази даних WordPress"
135
 
136
+ #: bws_menu.php:415
137
  msgid "Multisite"
138
  msgstr "Мультиблог"
139
 
140
+ #: bws_menu.php:416
141
  msgid "Active Theme"
142
  msgstr "Поточна тема"
143
 
144
+ #: bws_menu.php:432
145
  msgid "Please enter a valid email address."
146
  msgstr "Будь ласка, введіть коректну електронну адресу."
147
 
148
+ #: bws_menu.php:436
149
  msgid "Email with system info is sent to "
150
  msgstr "Електронній лист з системною інформацією відправлено на"
151
 
152
+ #: bws_menu.php:440
153
  msgid "Thank you for contacting us."
154
  msgstr "Дякуємо, що звернулися до нас."
155
 
156
+ #: bws_menu.php:468
157
  msgid "Sorry, email message could not be delivered."
158
  msgstr "Вибачте, ваше електронне повідомлення не може бути відправлено"
159
 
160
+ #: bws_menu.php:480
161
+ msgid "Switch to new interface"
162
+ msgstr ""
163
+
164
+ #: bws_menu.php:487
165
  msgid "Pro plugins"
166
  msgstr "Плагіни про-версії"
167
 
168
+ #: bws_menu.php:490
169
+ #: bws_menu.php:516
170
  msgid "Activated plugins"
171
  msgstr "Активовані плагіни"
172
 
173
+ #: bws_menu.php:492
174
+ #: bws_menu.php:500
175
+ #: bws_menu.php:508
176
+ #: bws_menu.php:518
177
+ #: bws_menu.php:526
178
+ #: bws_menu.php:534
179
+ #: bws_menu.php:544
180
+ #: bws_menu.php:551
181
+ #: bws_menu.php:559
182
  msgid "Read more"
183
  msgstr "Детальніше..."
184
 
185
+ #: bws_menu.php:492
186
+ #: bws_menu.php:518
187
+ #: bws_menu.php:673
188
+ #: bws_menu.php:701
189
  msgid "Settings"
190
  msgstr "Установки"
191
 
192
+ #: bws_menu.php:498
193
+ #: bws_menu.php:524
194
+ #: bws_menu.php:650
195
  msgid "Installed plugins"
196
  msgstr "Установлені плагіни"
197
 
198
+ #: bws_menu.php:506
199
+ #: bws_menu.php:532
200
+ #: bws_menu.php:763
201
  msgid "Recommended plugins"
202
  msgstr "Рекомендовані до установки плагіни"
203
 
204
+ #: bws_menu.php:508
205
  msgid "Purchase"
206
  msgstr "Купити"
207
 
208
+ #: bws_menu.php:513
209
  msgid "Free plugins"
210
  msgstr "Безкоштовні плагіни"
211
 
212
+ #: bws_menu.php:534
213
+ #: bws_menu.php:559
214
  msgid "Download"
215
  msgstr "Завантажити"
216
 
217
+ #: bws_menu.php:534
218
+ #: bws_menu.php:559
219
+ #: bws_menu.php:865
220
  #, php-format
221
  msgid "Install %s"
222
  msgstr "Установлено %s"
223
 
224
+ #: bws_menu.php:534
225
+ #: bws_menu.php:559
226
  msgid "Install now from wordpress.org"
227
  msgstr "Установити з wordpress.org"
228
 
229
+ #: bws_menu.php:540
230
+ msgid "Free themes"
231
+ msgstr ""
232
+
233
+ #: bws_menu.php:543
234
+ #, fuzzy
235
+ msgid "Activated theme"
236
+ msgstr "Поточна тема"
237
+
238
+ #: bws_menu.php:544
239
+ #, php-format
240
+ msgid "Customize &#8220;%s&#8221;"
241
+ msgstr ""
242
+
243
+ #: bws_menu.php:544
244
+ msgid "Customize"
245
+ msgstr ""
246
+
247
+ #: bws_menu.php:549
248
+ #, fuzzy
249
+ msgid "Installed themes"
250
+ msgstr "Установлено %s"
251
+
252
+ #: bws_menu.php:557
253
+ #, fuzzy
254
+ msgid "Recommended themes"
255
+ msgstr "Рекомендовані до установки плагіни"
256
+
257
+ #: bws_menu.php:565
258
  msgid "If you have any questions, please contact us via"
259
  msgstr "Якщо у вас виникли будь-які питанні, будь ласка, звертайтеся на"
260
 
261
+ #: bws_menu.php:572
262
+ #: bws_menu.php:640
263
+ #: bws_menu.php:901
264
  msgid "System status"
265
  msgstr "Системна інформація"
266
 
267
+ #: bws_menu.php:576
268
+ #: bws_menu.php:904
269
  msgid "Environment"
270
  msgstr "Системне оточення"
271
 
272
+ #: bws_menu.php:587
273
+ #: bws_menu.php:915
274
  msgid "Active Plugins"
275
  msgstr "Активовані плагіни"
276
 
277
+ #: bws_menu.php:598
278
+ #: bws_menu.php:926
279
  msgid "Inactive Plugins"
280
  msgstr "Неактивовані плагіни"
281
 
282
+ #: bws_menu.php:612
283
+ #: bws_menu.php:940
284
  msgid "Send to support"
285
  msgstr "Відправити до служби тех. підтримки"
286
 
287
+ #: bws_menu.php:619
288
+ #: bws_menu.php:947
289
  msgid "Send to custom email &#187;"
290
  msgstr "Відправити на електронну адресу &#187;"
291
 
292
+ #: bws_menu.php:630
293
+ msgid "Switch to old interface"
294
+ msgstr ""
295
+
296
+ #: bws_menu.php:636
297
+ #, fuzzy
298
+ msgid "Plugins"
299
+ msgstr "Плагіни про-версії"
300
+
301
+ #: bws_menu.php:638
302
+ msgid "Themes"
303
+ msgstr ""
304
+
305
+ #: bws_menu.php:644
306
+ msgid "All"
307
+ msgstr ""
308
+
309
+ #: bws_menu.php:645
310
+ #, fuzzy
311
+ msgid "Installed"
312
+ msgstr "Установлено %s"
313
+
314
+ #: bws_menu.php:646
315
+ #, fuzzy
316
+ msgid "Recommended"
317
+ msgstr "Рекомендовані до установки плагіни"
318
+
319
+ #: bws_menu.php:666
320
+ #: bws_menu.php:719
321
+ #, fuzzy
322
+ msgid "installed"
323
+ msgstr "Установлено %s"
324
+
325
+ #: bws_menu.php:671
326
+ #: bws_menu.php:699
327
+ #: bws_menu.php:724
328
+ #: bws_menu.php:752
329
+ #: bws_menu.php:793
330
+ #, fuzzy
331
+ msgid "Learn more"
332
+ msgstr "Детальніше..."
333
+
334
+ #: bws_menu.php:689
335
+ #: bws_menu.php:742
336
+ #: bws_menu.php:783
337
+ msgid "Go"
338
+ msgstr ""
339
+
340
+ #: bws_menu.php:693
341
+ msgid "DONATE"
342
+ msgstr ""
343
+
344
+ #: bws_menu.php:726
345
+ #: bws_menu.php:754
346
+ #, fuzzy
347
+ msgid "Activate this plugin"
348
+ msgstr "Активовані плагіни"
349
+
350
+ #: bws_menu.php:726
351
+ #: bws_menu.php:754
352
+ #, fuzzy
353
+ msgid "Activate"
354
+ msgstr "Активовані плагіни"
355
+
356
+ #: bws_menu.php:746
357
+ #: bws_menu.php:787
358
+ msgid "Donate"
359
+ msgstr ""
360
+
361
+ #: bws_menu.php:795
362
+ #, fuzzy
363
+ msgid "Install now"
364
+ msgstr "Установить сейчас"
365
+
366
+ #: bws_menu.php:817
367
+ msgid "Try again"
368
+ msgstr ""
369
+
370
+ #: bws_menu.php:834
371
+ #, php-format
372
+ msgid "Preview &#8220;%s&#8221;"
373
+ msgstr ""
374
+
375
+ #: bws_menu.php:865
376
+ msgid "Install Now"
377
+ msgstr "Установить сейчас"
378
+
379
+ #: bws_menu.php:868
380
+ #, php-format
381
+ msgid "Update to version %s"
382
+ msgstr ""
383
+
384
+ #: bws_menu.php:868
385
+ msgid "Update"
386
+ msgstr ""
387
+
388
+ #: bws_menu.php:875
389
+ #, php-format
390
+ msgid "Preview %s"
391
+ msgstr ""
392
+
393
+ #: bws_menu.php:875
394
+ msgid "Preview"
395
+ msgstr ""
396
+
397
+ #: bws_menu.php:882
398
+ #, php-format
399
+ msgid "By %s"
400
+ msgstr ""
401
+
402
+ #: bws_menu.php:888
403
+ msgid "Details"
404
+ msgstr ""
405
+
406
  #~ msgid "Login form"
407
  #~ msgstr "Форма логина"
408
 
632
 
633
  #~ msgid "null"
634
  #~ msgstr "ноль"
 
 
 
contact_form.php CHANGED
@@ -4,11 +4,11 @@ Plugin Name: Contact Form
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: Plugin for Contact Form.
6
  Author: BestWebSoft
7
- Version: 3.69
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
11
- /* @ Copyright 2013 BestWebSoft ( http://support.bestwebsoft.com )
12
 
13
  This program is free software; you can redistribute it and/or modify
14
  it under the terms of the GNU General Public License, version 2, as
@@ -25,19 +25,19 @@ License: GPLv2 or later
25
  */
26
 
27
  require_once( dirname( __FILE__ ) . '/bws_menu/bws_menu.php' );
28
- // Add option page in admin menu
 
29
  if( ! function_exists( 'cntctfrm_admin_menu' ) ) {
30
  function cntctfrm_admin_menu() {
31
  add_menu_page( 'BWS Plugins', 'BWS Plugins', 'manage_options', 'bws_plugins', 'bws_add_menu_render', plugins_url( "images/px.png", __FILE__ ), 1001 );
32
- add_submenu_page('bws_plugins', __( 'Contact Form Settings', 'contact_form' ), __( 'Contact Form', 'contact_form' ), 'manage_options', "contact_form.php", 'cntctfrm_settings_page');
33
- add_submenu_page('contact_form.php', __( 'Contact Form Pro Extra Settings', 'contact_form' ), __( 'Contact Form Pro', 'contact_form' ), 'manage_options', "contact_form_pro_extra.php", 'cntctfrm_settings_page_extra');
34
 
35
- //call register settings function
36
  add_action( 'admin_init', 'cntctfrm_settings' );
37
  }
38
  }
39
 
40
- // Register settings for plugin
41
  if( ! function_exists( 'cntctfrm_settings' ) ) {
42
  function cntctfrm_settings() {
43
  global $wpmu, $cntctfrm_options, $cntctfrm_option_defaults, $wpdb, $bws_plugin_info;
@@ -106,17 +106,16 @@ if( ! function_exists( 'cntctfrm_settings' ) ) {
106
  'cntctfrm_html_email' => 1
107
  );
108
 
109
- // install the option defaults
110
  if ( 1 == $wpmu ) {
111
- if ( !get_site_option( 'cntctfrm_options' ) ) {
112
  add_site_option( 'cntctfrm_options', $cntctfrm_option_defaults, '', 'yes' );
113
- }
114
  } else {
115
- if ( !get_option( 'cntctfrm_options' ) )
116
  add_option( 'cntctfrm_options', $cntctfrm_option_defaults, '', 'yes' );
117
  }
118
 
119
- // get options from the database
120
  if ( 1 == $wpmu )
121
  $cntctfrm_options = get_site_option( 'cntctfrm_options' );
122
  else
@@ -148,16 +147,16 @@ if( ! function_exists( 'cntctfrm_settings' ) ) {
148
  $cntctfrm_options['cntctfrm_form_error'] = array( 'en' => $cntctfrm_option_defaults['cntctfrm_form_error']['en'] );
149
  }
150
 
151
- if ( isset( $cntctfrm_options['cntctfrm_required_symbol'] ) && $cntctfrm_options['cntctfrm_required_symbol'] == '1' )
152
  $cntctfrm_options['cntctfrm_required_symbol'] = '*';
153
- elseif ( isset( $cntctfrm_options['cntctfrm_required_symbol'] ) && $cntctfrm_options['cntctfrm_required_symbol'] == '0' )
154
  $cntctfrm_options['cntctfrm_required_symbol'] = '';
155
 
156
  $cntctfrm_options = array_merge( $cntctfrm_option_defaults, $cntctfrm_options );
157
 
158
  update_option( 'cntctfrm_options', $cntctfrm_options );
159
 
160
- // create db table of fields list
161
  $wpdb->query("DROP TABLE IF EXISTS " . $wpdb->prefix . "cntctfrm_field" );
162
  $sql = "CREATE TABLE IF NOT EXISTS `" . $wpdb->prefix . "cntctfrm_field` (
163
  id int NOT NULL AUTO_INCREMENT,
@@ -206,7 +205,7 @@ if ( ! function_exists ( 'cntctfrm_version_check' ) ) {
206
  }
207
  }
208
 
209
- // Add settings page in admin area
210
  if( ! function_exists( 'cntctfrm_settings_page' ) ) {
211
  function cntctfrm_settings_page() {
212
  global $cntctfrm_options, $wpdb, $cntctfrm_option_defaults, $wp_version;
@@ -226,7 +225,7 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
226
  $userslogin = $wpdb->get_col( "SELECT user_login FROM $wpdb->users ", 0 );
227
 
228
  $error = "";
229
- // Save data for settings page
230
  if( isset( $_POST['cntctfrm_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'cntctfrm_nonce_name' ) ) {
231
  $cntctfrm_options_submit['cntctfrm_user_email'] = $_POST['cntctfrm_user_email'];
232
  $cntctfrm_options_submit['cntctfrm_custom_email'] = stripslashes( $_POST['cntctfrm_custom_email'] );
@@ -234,7 +233,7 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
234
  $cntctfrm_options_submit['cntctfrm_from_email'] = $_POST['cntctfrm_from_email'];
235
  $cntctfrm_options_submit['cntctfrm_custom_from_email'] = stripslashes( $_POST['cntctfrm_custom_from_email'] );
236
  $cntctfrm_options_submit['cntctfrm_additions_options'] = isset( $_POST['cntctfrm_additions_options']) ? $_POST['cntctfrm_additions_options'] : 0;
237
- if ( $cntctfrm_options_submit['cntctfrm_additions_options'] == 0 ) {
238
  $cntctfrm_options_submit['cntctfrm_attachment'] = 0;
239
  $cntctfrm_options_submit['cntctfrm_attachment_explanations'] = 1;
240
  $cntctfrm_options_submit['cntctfrm_send_copy'] = 0;
@@ -364,18 +363,18 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
364
  }
365
  }
366
 
367
- if ( $cntctfrm_options_submit['cntctfrm_display_name_field'] == 0 ) {
368
  $cntctfrm_options_submit['cntctfrm_required_name_field'] = 0;
369
  } else {
370
  $cntctfrm_options_submit['cntctfrm_required_name_field'] = isset( $_POST['cntctfrm_required_name_field']) ? 1 : 0;
371
  }
372
- if ( $cntctfrm_options_submit['cntctfrm_display_address_field'] == 0 ) {
373
  $cntctfrm_options_submit['cntctfrm_required_address_field'] = 0;
374
  } else {
375
  $cntctfrm_options_submit['cntctfrm_required_address_field'] = isset( $_POST['cntctfrm_required_address_field']) ? 1 : 0;
376
  }
377
  $cntctfrm_options_submit['cntctfrm_required_email_field'] = isset( $_POST['cntctfrm_required_email_field']) ? 1 : 0;
378
- if ( $cntctfrm_options_submit['cntctfrm_display_phone_field'] == 0 ) {
379
  $cntctfrm_options_submit['cntctfrm_required_phone_field'] = 0;
380
  } else {
381
  $cntctfrm_options_submit['cntctfrm_required_phone_field'] = isset( $_POST['cntctfrm_required_phone_field']) ? 1 : 0;
@@ -388,7 +387,7 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
388
  $cntctfrm_options_submit['cntctfrm_html_email'] = isset( $_POST['cntctfrm_html_email']) ? 1 : 0;
389
 
390
  $cntctfrm_options_submit['cntctfrm_display_add_info'] = isset( $_POST['cntctfrm_display_add_info']) ? 1 : 0;
391
- if ( $cntctfrm_options_submit['cntctfrm_display_add_info'] == 1 ) {
392
  $cntctfrm_options_submit['cntctfrm_display_sent_from'] = isset( $_POST['cntctfrm_display_sent_from']) ? 1 : 0;
393
  $cntctfrm_options_submit['cntctfrm_display_date_time'] = isset( $_POST['cntctfrm_display_date_time']) ? 1 : 0;
394
  $cntctfrm_options_submit['cntctfrm_display_coming_from'] = isset( $_POST['cntctfrm_display_coming_from']) ? 1 : 0;
@@ -401,7 +400,7 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
401
  }
402
 
403
  $cntctfrm_options_submit['cntctfrm_change_label'] = isset( $_POST['cntctfrm_change_label']) ? 1 : 0;
404
- if ( $cntctfrm_options_submit['cntctfrm_change_label'] == 1 ) {
405
  foreach ( $_POST['cntctfrm_name_label'] as $key => $val ){
406
  $cntctfrm_options_submit['cntctfrm_name_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_name_label'][ $key ] ) );
407
  $cntctfrm_options_submit['cntctfrm_address_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_address_label'][ $key ] ) );
@@ -428,7 +427,7 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
428
  $cntctfrm_options_submit['cntctfrm_form_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_form_error'][ $key ] ) );
429
  }
430
  } else {
431
- if( empty( $cntctfrm_options['cntctfrm_language'] ) ) {
432
  $cntctfrm_options_submit['cntctfrm_name_label'] = $cntctfrm_option_defaults['cntctfrm_name_label'];
433
  $cntctfrm_options_submit['cntctfrm_address_label'] = $cntctfrm_option_defaults['cntctfrm_address_label'];
434
  $cntctfrm_options_submit['cntctfrm_email_label'] = $cntctfrm_option_defaults['cntctfrm_email_label'];
@@ -488,9 +487,9 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
488
  $cntctfrm_options_submit['cntctfrm_redirect_url'] = $_POST['cntctfrm_redirect_url'];
489
  }
490
  $cntctfrm_options = array_merge( $cntctfrm_options, $cntctfrm_options_submit );
491
- if( $cntctfrm_options_submit['cntctfrm_action_after_send'] == 0
492
- && ( trim( $cntctfrm_options_submit['cntctfrm_redirect_url'] ) == ""
493
- || !preg_match( '@^(?:http://)?([^/]+)@i', trim( $cntctfrm_options_submit['cntctfrm_redirect_url'] ) ) ) ) {
494
  $error .=__( "If the 'Redirect to page' option is selected then the URL field should be in the following format", 'contact_form' )." <code>http://your_site/your_page</code>";
495
  $cntctfrm_options['cntctfrm_action_after_send'] = 1;
496
  }
@@ -503,22 +502,22 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
503
  $error .=__( "Such user does not exist. Settings are not saved.", 'contact_form' );
504
  }
505
  } else {
506
- if ( $cntctfrm_options_submit['cntctfrm_custom_email'] == "" || !preg_match( "/^((?:[a-z0-9_']+(?:[a-z0-9\-_\.']+)?@[a-z0-9]+(?:[a-z0-9\-\.]+)?\.[a-z]{2,5})[, ]*)+$/i", trim( $cntctfrm_options_submit['cntctfrm_custom_email'] ) ) ){
507
  $error .= __( "Please enter a valid email address in the 'FROM' field. Settings are not saved.", 'contact_form' );
508
  }
509
  }
510
  if ( 'custom' == $cntctfrm_options_submit['cntctfrm_from_email'] ) {
511
- if( $cntctfrm_options_submit['cntctfrm_custom_from_email'] == ""
512
- && !preg_match( "/^((?:[a-z0-9_']+(?:[a-z0-9\-_\.']+)?@[a-z0-9]+(?:[a-z0-9\-\.]+)?\.[a-z]{2,5})[, ]*)+$/i", trim( $cntctfrm_options_submit['cntctfrm_custom_from_email'] ) ) ) {
513
  $error .= __( "Please enter a valid email address in the 'FROM' field. Settings are not saved.", 'contact_form' );
514
  }
515
  }
516
- if ( $error == '' ) {
517
  update_option( 'cntctfrm_options', $cntctfrm_options, '', 'yes' );
518
  $message = __( "Settings saved.", 'contact_form' );
519
  }
520
  }
521
- // Display form on the setting page
522
  $lang_codes = array(
523
  'aa' => 'Afar', 'ab' => 'Abkhazian', 'af' => 'Afrikaans', 'ak' => 'Akan', 'sq' => 'Albanian', 'am' => 'Amharic', 'ar' => 'Arabic', 'an' => 'Aragonese', 'hy' => 'Armenian', 'as' => 'Assamese', 'av' => 'Avaric', 'ae' => 'Avestan', 'ay' => 'Aymara', 'az' => 'Azerbaijani', 'ba' => 'Bashkir', 'bm' => 'Bambara', 'eu' => 'Basque', 'be' => 'Belarusian', 'bn' => 'Bengali',
524
  'bh' => 'Bihari', 'bi' => 'Bislama', 'bs' => 'Bosnian', 'br' => 'Breton', 'bg' => 'Bulgarian', 'my' => 'Burmese', 'ca' => 'Catalan; Valencian', 'ch' => 'Chamorro', 'ce' => 'Chechen', 'zh' => 'Chinese', 'cu' => 'Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic', 'cv' => 'Chuvash', 'kw' => 'Cornish', 'co' => 'Corsican', 'cr' => 'Cree',
@@ -531,722 +530,706 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
531
  'sg' => 'Sango', 'sa' => 'Sanskrit', 'sr' => 'Serbian', 'hr' => 'Croatian', 'si' => 'Sinhala; Sinhalese', 'sk' => 'Slovak', 'sl' => 'Slovenian', 'se' => 'Northern Sami', 'sm' => 'Samoan', 'sn' => 'Shona', 'sd' => 'Sindhi', 'so' => 'Somali', 'st' => 'Sotho, Southern', 'es' => 'Spanish; Castilian', 'sc' => 'Sardinian', 'ss' => 'Swati', 'su' => 'Sundanese', 'sw' => 'Swahili',
532
  'sv' => 'Swedish', 'ty' => 'Tahitian', 'ta' => 'Tamil', 'tt' => 'Tatar', 'te' => 'Telugu', 'tg' => 'Tajik', 'tl' => 'Tagalog', 'th' => 'Thai', 'bo' => 'Tibetan', 'ti' => 'Tigrinya', 'to' => 'Tonga (Tonga Islands)', 'tn' => 'Tswana', 'ts' => 'Tsonga', 'tk' => 'Turkmen', 'tr' => 'Turkish', 'tw' => 'Twi', 'ug' => 'Uighur; Uyghur', 'uk' => 'Ukrainian', 'ur' => 'Urdu', 'uz' => 'Uzbek',
533
  've' => 'Venda', 'vi' => 'Vietnamese', 'vo' => 'Volapük', 'cy' => 'Welsh','wa' => 'Walloon','wo' => 'Wolof', 'xh' => 'Xhosa', 'yi' => 'Yiddish', 'yo' => 'Yoruba', 'za' => 'Zhuang; Chuang', 'zu' => 'Zulu' );
534
-
535
  ?>
536
- <div class="wrap">
537
- <div class="icon32 icon32-bws" id="icon-options-general"></div>
538
- <h2><?php _e( "Contact Form Settings", 'contact_form' ); ?></h2>
539
- <div class="updated fade" <?php if ( ! isset( $_POST['cntctfrm_form_submit'] ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
540
- <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>
541
- <div class="error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
542
- <ul class="subsubsub">
543
- <li><a class="current" href="admin.php?page=contact_form.php"><?php _e( 'Settings', 'contact_form' ); ?></a></li> |
544
- <li><a href="admin.php?page=contact_form_pro_extra.php"><?php _e( 'Extra settings', 'contact_form' ); ?></a></li>
545
- </ul>
546
- <div class="clear"></div>
547
- <form id="cntctfrm_settings_form" method="post" action="admin.php?page=contact_form.php">
548
- <span style="margin-bottom:15px;">
549
- <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 />
550
- <?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' ); ?>
551
- [bestwebsoft_contact_form lang=en]). <?php _e( "They work the same way.", 'contact_form' ); ?></p>
552
- <?php _e( "If you leave the fields empty, the messages will be sent to the email address specified during registration.", 'contact_form' ); ?>
553
- </span>
554
- <table class="form-table" style="width:auto;">
555
- <tr valign="top">
556
- <th scope="row" style="width:200px;"><?php _e( "The user's email address:", 'contact_form' ); ?> </th>
557
- <td colspan="2" style="width:750px;">
558
- <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\" "; ?>/>
559
- <select name="cntctfrm_user_email">
560
- <option disabled><?php _e( "Create a username", 'contact_form' ); ?></option>
561
- <?php while( list( $key, $value ) = each( $userslogin ) ) { ?>
562
- <option value="<?php echo $value; ?>" <?php if( $cntctfrm_options['cntctfrm_user_email'] == $value ) echo "selected=\"selected\" "; ?>><?php echo $value; ?></option>
563
- <?php } ?>
564
- </select>
565
- <span class="cntctfrm_info"><?php _e( "Enter a username of the person who should get the messages from the contact form.", 'contact_form' ); ?></span>
566
- </td>
567
- </tr>
568
- <tr valign="top">
569
- <th scope="row" style="width:200px;"><?php _e( "Use this email address:", 'contact_form' ); ?> </th>
570
- <td colspan="2">
571
- <input type="radio" id="cntctfrm_select_email_custom" name="cntctfrm_select_email" value="custom" <?php if ( $cntctfrm_options['cntctfrm_select_email'] == 'custom' ) echo "checked=\"checked\" "; ?>/> <input type="text" name="cntctfrm_custom_email" value="<?php echo $cntctfrm_options['cntctfrm_custom_email']; ?>" onfocus="document.getElementById('cntctfrm_select_email_custom').checked = true;" />
572
- <span class="cntctfrm_info"><?php _e( "Enter the email address you want the messages forwarded to.", 'contact_form' ); ?></span>
573
- </td>
574
- </tr>
575
- </table>
576
- <table class="form-table bws_pro_version" style="width:auto;">
577
- <tr valign="top">
578
- <th scope="row" style="width:200px;"><?php _e( "Add department selectbox to the contact form:", 'contact_form' ); ?></th>
579
- <td colspan="2">
580
- <input type="radio" id="cntctfrmpr_select_email_department" name="cntctfrmpr_select_email" value="departments" disabled="disabled" />
581
- <div class="cntctfrmpr_department_table"><img src="<?php echo plugins_url( 'images/pro_screen_1.png', __FILE__ ); ?>" alt="" /></div>
582
- </td>
583
- </tr>
584
- <tr valign="top">
585
- <th scope="row" colspan="2">
586
- * <?php _e( 'If you upgrade to Pro version all your settings will be saved.', 'contact_form' ); ?>
587
- </th>
588
- </tr>
589
- <tr valign="top" class="bws_pro_version_tooltip">
590
- <th scope="row" colspan="2">
591
- <?php _e( 'This functionality is available in the Pro version of the plugin. For more details, please follow the link', 'contact_form' ); ?>
592
- <a title="Contact Form Pro" target="_blank" href="http://bestwebsoft.com/plugin/contact-form-pro/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"> <?php _e( 'Contact Form Pro', 'contact_form' ); ?></a>
593
- </th>
594
- </tr>
595
- </table>
596
- <table class="form-table" style="width:auto;">
597
- <tr valign="top">
598
- <th scope="row" style="width:200px;"><?php _e( "Save emails to the database", 'contact_form' ); ?> </th>
599
- <td colspan="2">
600
- <?php if ( ! function_exists( 'is_plugin_active_for_network' ) )
601
- require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
602
- $all_plugins = get_plugins();
603
- $active_plugins = get_option( 'active_plugins' );
604
- 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 ) ) {
605
- 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 ) ) ||
606
- 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' ) ) { ?>
607
- <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\""; ?> />
608
- <span style="color: #888888;font-size: 10px;"> (<?php _e( 'Using Contact Form to DB powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>)</span>
609
- <?php } else { ?>
610
- <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\""; ?> />
611
- <span style="color: #888888;font-size: 10px;">(<?php _e( 'Using Contact Form to DB powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>) <a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate Contact Form to DB', 'contact_form' ); ?></a></span>
612
- <?php }
613
- } else { ?>
614
- <input disabled="disabled" type="checkbox" name="cntctfrm_save_email_to_db" value="1" />
615
- <span style="color: #888888;font-size: 10px;">(<?php _e( 'Using Contact Form to DB powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>) <a href="http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=19d806f45d866e70545de83169b274f2&pn=77&v=<?php echo $plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Download Contact Form to DB', 'contact_form' ); ?></a></span>
616
- <?php } ?>
617
- </td>
618
- </tr>
619
- <tr valign="top">
620
- <th scope="row" style="width:200px;"><label><input type="checkbox" id="cntctfrm_additions_options" name="cntctfrm_additions_options" value="1" <?php if($cntctfrm_options['cntctfrm_additions_options'] == '1') echo "checked=\"checked\" "; ?> /> <?php _e( "Additional options", 'contact_form' ); ?></label></th>
621
- <td colspan="2">
622
- <input id="cntctfrm_show_additional_settings" type="button" class="button-small button" value="<?php _e( "Show", 'contact_form' ); ?>" style="display: none;">
623
- <input id="cntctfrm_hide_additional_settings" type="button" class="button-small button" value="<?php _e( "Hide", 'contact_form' ); ?>" style="display: none;">
624
- </td>
625
- </tr>
626
- <tr class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
627
- <th scope="row" style="width:200px;"><?php _e( 'What to use?', 'contact_form' ); ?></th>
628
- <td colspan="2">
629
- <label><input type='radio' name='cntctfrm_mail_method' value='wp-mail' <?php if( $cntctfrm_options['cntctfrm_mail_method'] == 'wp-mail' ) echo "checked=\"checked\" "; ?>/>
630
- <?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 />
631
- <label><input type='radio' name='cntctfrm_mail_method' value='mail' <?php if($cntctfrm_options['cntctfrm_mail_method'] == 'mail') echo "checked=\"checked\" "; ?>/>
632
- <?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 />
633
- </td>
634
- </tr>
635
- <tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
636
- <th scope="row" style="width:200px;"><?php _e( "The text in the 'From' field", 'contact_form' ); ?></th>
637
- <td colspan="2">
638
- <label><input type="radio" id="cntctfrm_select_from_field" name="cntctfrm_select_from_field" value="user_name" <?php if ( $cntctfrm_options['cntctfrm_select_from_field'] == 'user_name') echo "checked=\"checked\" "; ?>/> <?php _e( "User name", 'contact_form' ); ?></label>
639
- <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/>
640
- <input type="radio" id="cntctfrm_select_from_custom_field" name="cntctfrm_select_from_field" value="custom" <?php if ( $cntctfrm_options['cntctfrm_select_from_field'] == 'custom') echo "checked=\"checked\" "; ?>/>
641
- <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;" />
642
- <span class="cntctfrm_info">(<?php _e( "This text will be used in the 'FROM' field", 'contact_form' ); ?>)</span>
643
- </td>
644
- </tr>
645
- <tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
646
- <th scope="row" style="width:200px;"><?php _e( "The email address in the 'From' field", 'contact_form' ); ?></th>
647
- <td colspan="2">
648
- <label><input type="radio" id="cntctfrm_from_email" name="cntctfrm_from_email" value="user" <?php if( $cntctfrm_options['cntctfrm_from_email'] == 'user' ) echo "checked=\"checked\" "; ?>/> <?php _e( "User email", 'contact_form' ); ?> </label>
649
- <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 />
650
- <input type="radio" id="cntctfrm_from_custom_email" name="cntctfrm_from_email" value="custom" <?php if ( $cntctfrm_options['cntctfrm_from_email'] == 'custom') echo "checked=\"checked\" "; ?>/>
651
- <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;" />
652
- <span class="cntctfrm_info">(<?php _e( "This email address will be used in the 'From' field.", 'contact_form' ); ?>)</span>
653
- </td>
654
- </tr>
655
- <tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
656
- <th scope="row" style="width:200px;"><?php _e( "Required symbol", 'contact_form' ); ?></th>
657
- <td colspan="2">
658
- <input type="text" id="cntctfrm_required_symbol" name="cntctfrm_required_symbol" value="<?php echo $cntctfrm_options['cntctfrm_required_symbol']; ?>"/>
659
- </td>
660
- </tr>
661
- </table>
662
- <br />
663
- <table class="cntctfrm_settings_table cntctfrm_additions_block<?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0') echo " cntctfrm_hidden"; ?>" style="width:auto;">
664
- <thead>
665
- <tr valign="top">
666
- <th scope="row" style="width: 210px;"><?php _e( "Fields", 'contact_form' ); ?></th>
667
- <th><?php _e( "Used", 'contact_form' ); ?></th>
668
- <th><?php _e( "Required", 'contact_form' ); ?></th>
669
- <th><?php _e( "Visible", 'contact_form' ); ?></th>
670
- <th><?php _e( "Disabled for editing", 'contact_form' ); ?></th>
671
- <th scope="row" style="width:200px;"><?php _e( "Field's default value", 'contact_form' ); ?></th>
672
- </tr>
673
- </thead>
674
- <tbody>
675
- <tr valign="top">
676
- <td><?php _e( "Name", 'contact_form' ); ?></td>
677
- <td><input type="checkbox" name="cntctfrm_display_name_field" value="1" <?php if ( $cntctfrm_options['cntctfrm_display_name_field'] == '1' ) echo "checked=\"checked\" "; ?>/></td>
678
- <td><input type="checkbox" id="cntctfrm_required_name_field" name="cntctfrm_required_name_field" value="1" <?php if ( $cntctfrm_options['cntctfrm_required_name_field'] == '1' ) echo "checked=\"checked\" "; ?>/></td>
679
- <td></td>
680
- <td></td>
681
- <td></td>
682
- </tr>
683
- <tr valign="top">
684
- <td><?php _e( "Address", 'contact_form' ); ?></td>
685
- <td><input type="checkbox" id="cntctfrm_display_address_field" name="cntctfrm_display_address_field" value="1" <?php if ( $cntctfrm_options['cntctfrm_display_address_field'] == '1' ) echo "checked=\"checked\" "; ?>/></td>
686
- <td><input type="checkbox" id="cntctfrm_required_address_field" name="cntctfrm_required_address_field" value="1" <?php if ( $cntctfrm_options['cntctfrm_required_address_field'] == '1' ) echo "checked=\"checked\" "; ?>/></td>
687
- <td></td>
688
- <td></td>
689
- <td></td>
690
- </tr>
691
- <tr valign="top">
692
- <td><?php _e( "Email Address", 'contact_form' ); ?></td>
693
- <td></td>
694
- <td><input type="checkbox" id="cntctfrm_required_email_field" name="cntctfrm_required_email_field" value="1" <?php if ( $cntctfrm_options['cntctfrm_required_email_field'] == '1' ) echo "checked=\"checked\" "; ?>/></td>
695
- <td></td>
696
- <td></td>
697
- <td></td>
698
- </tr>
699
- <tr valign="top">
700
- <td><?php _e( "Phone number", 'contact_form' ); ?></td>
701
- <td><input type="checkbox" id="cntctfrm_display_phone_field" name="cntctfrm_display_phone_field" value="1" <?php if ( $cntctfrm_options['cntctfrm_display_phone_field'] == '1' ) echo "checked=\"checked\" "; ?>/></td>
702
- <td><input type="checkbox" id="cntctfrm_required_phone_field" name="cntctfrm_required_phone_field" value="1" <?php if ( $cntctfrm_options['cntctfrm_required_phone_field'] == '1' ) echo "checked=\"checked\" "; ?>/></td>
703
- <td></td>
704
- <td></td>
705
- <td></td>
706
- </tr>
707
- <tr valign="top">
708
- <td><?php _e( "Subject", 'contact_form' ); ?></td>
709
- <td></td>
710
- <td><input type="checkbox" id="cntctfrm_required_subject_field" name="cntctfrm_required_subject_field" value="1" <?php if ( $cntctfrm_options['cntctfrm_required_subject_field'] == '1' ) echo "checked=\"checked\" "; ?>/></td>
711
- <td class="bws_pro_version"><input class="subject" disabled="disabled" type="checkbox" name="cntctfrmpr_visible_subject" value="1" /></td>
712
- <td class="bws_pro_version"><input class="subject" disabled="disabled" type="checkbox" name="cntctfrmpr_disabled_subject" value="1" /></td>
713
- <td class="bws_pro_version"><input class="subject" disabled="disabled" type="text" name="cntctfrmpr_default_subject" value="" /></td>
714
- </tr>
715
- <tr valign="top">
716
- <td><?php _e( "Message", 'contact_form' ); ?></td>
717
- <td></td>
718
- <td><input type="checkbox" id="cntctfrm_required_message_field" name="cntctfrm_required_message_field" value="1" <?php if ( $cntctfrm_options['cntctfrm_required_message_field'] == '1' ) echo "checked=\"checked\" "; ?>/></td>
719
- <td class="bws_pro_version"><input class="message" disabled="disabled" type="checkbox" name="cntctfrmpr_visible_message" value="1" /></td>
720
- <td class="bws_pro_version"><input class="message" disabled="disabled" disabled="disabled" type="checkbox" name="cntctfrmpr_disabled_message" value="1" /></td>
721
- <td class="bws_pro_version"><input class="message" disabled="disabled" type="text" name="cntctfrmpr_default_message" value="" /></td>
722
- </tr>
723
- <tr valign="top">
724
- <td></td>
725
- <td></td>
726
- <td></td>
727
- <td colspan="3" class="bws_pro_version_tooltip">
728
- <?php _e( 'This functionality is available in the Pro version of the plugin. For more details, please follow the link', 'contact_form' ); ?>
729
- <a title="Contact Form Pro" target="_blank" href="http://bestwebsoft.com/plugin/contact-form-pro/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"> <?php _e( 'Contact Form Pro', 'contact_form' ); ?></a>
730
- </td>
731
- </tr>
732
- <tr valign="top">
733
- <td>
734
- <?php _e( "Attachment block", 'contact_form' ); ?>
735
- <div class="cntctfrm_help_box" style="margin: -3px 0 0; float:right;">
736
- <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>
737
- </div>
738
- </td>
739
- <td><input type="checkbox" id="cntctfrm_attachment" name="cntctfrm_attachment" value="1" <?php if ( $cntctfrm_options['cntctfrm_attachment'] == '1' ) echo "checked=\"checked\" "; ?>/></td>
740
- <td></td>
741
- <td></td>
742
- <td></td>
743
- <td></td>
744
- </tr>
745
- </tbody>
746
- </table>
747
- <br />
748
- <table class="form-table" style="width:auto;">
749
- <tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
750
- <th scope="row" style="width:200px;"><?php _e( "Add to the form", 'contact_form' ); ?></th>
751
- <td style="width:750px;" colspan="3">
752
- <div style="clear: both;">
753
- <label style="float: left">
754
- <input type="checkbox" id="cntctfrm_attachment_explanations" name="cntctfrm_attachment_explanations" value="1" <?php if ( $cntctfrm_options['cntctfrm_attachment_explanations'] == '1' && $cntctfrm_options['cntctfrm_attachment'] == '1' ) echo "checked=\"checked\" "; ?>/>
755
- <?php _e( "Tips below the Attachment", 'contact_form' ); ?>
756
- </label>
757
- <div class="cntctfrm_help_box" style="margin: -3px 0 0 10px;">
758
- <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>
759
- </div>
760
- </div>
761
- <div style="clear: both;">
762
- <label style="float: left">
763
- <input type="checkbox" id="cntctfrm_send_copy" name="cntctfrm_send_copy" value="1" <?php if ( $cntctfrm_options['cntctfrm_send_copy'] == '1') echo "checked=\"checked\" "; ?>/>
764
- <?php _e( "'Send me a copy' block", 'contact_form' ); ?>
765
- </label>
766
- <div class="cntctfrm_help_box" style="margin: -3px 0 0 10px;">
767
- <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>
768
- </div>
769
- </div>
770
- <div style="clear: both;">
771
- <?php $all_plugins = get_plugins();
772
- $active_plugins = get_option( 'active_plugins' );
773
- if ( array_key_exists( 'captcha/captcha.php', $all_plugins ) || array_key_exists( 'captcha-pro/captcha_pro.php', $all_plugins ) ) {
774
- if ( 0 < count( preg_grep( '/captcha\/captcha.php/', $active_plugins ) ) || 0 < count( preg_grep( '/captcha-pro\/captcha_pro.php/', $active_plugins ) ) ||
775
- is_plugin_active_for_network( 'captcha/captcha.php' ) || is_plugin_active_for_network( 'captcha-pro/captcha_pro.php' ) ) { ?>
776
- <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\""; ?> />
777
- <?php _e( "Captcha", 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;">(<?php _e( 'powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>)</span>
778
- <?php } else { ?>
779
- <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\""; ?> />
780
- <?php _e( 'Captcha', 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;">(<?php _e( 'powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>) <a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate captcha', 'contact_form' ); ?></a></span>
781
- <?php }
782
- } else { ?>
783
- <label><input disabled="disabled" type="checkbox" name="cntctfrm_display_captcha" value="1" />
784
- <?php _e( 'Captcha', 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;">(<?php _e( 'powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>) <a href="http://bestwebsoft.com/plugin/captcha-pro/?k=19ac1e9b23bea947cfc4a9b8e3326c03&pn=77&v=<?php echo $plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Download captcha', 'contact_form' ); ?></a></span>
785
- <?php } ?>
786
- </div>
787
- </td>
788
- </tr>
789
- <tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
790
- <th scope="row" style="width:200px;"></th>
791
- <td colspan="3" class="bws_pro_version">
792
- <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 />
793
- <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 />
794
- </td>
795
- </tr>
796
- <tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
797
- <th></th>
798
- <td colspan="3" class="bws_pro_version_tooltip">
799
- <?php _e( 'This functionality is available in the Pro version of the plugin. For more details, please follow the link', 'contact_form' ); ?>
800
- <a title="Contact Form Pro" target="_blank" href="http://bestwebsoft.com/plugin/contact-form-pro/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"> <?php _e( 'Contact Form Pro', 'contact_form' ); ?></a>
801
- </td>
802
- </tr>
803
- <tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
804
- <th scope="row" style="width:200px;"><?php _e( "Delete an attachment file from the server after the email is sent", 'contact_form' ); ?> </th>
805
- <td colspan="3">
806
- <input type="checkbox" id="cntctfrm_delete_attached_file" name="cntctfrm_delete_attached_file" value="1" <?php if ( $cntctfrm_options['cntctfrm_delete_attached_file'] == '1' ) echo "checked=\"checked\" "; ?>/>
807
- </td>
808
- </tr>
809
- <tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
810
- <th scope="row" style="width:200px;"><?php _e( "Email in HTML format sending", 'contact_form' ); ?></th>
811
- <td colspan="2"><input type="checkbox" name="cntctfrm_html_email" value="1" <?php if ( $cntctfrm_options['cntctfrm_html_email'] == '1' ) echo "checked=\"checked\" "; ?>/></td>
812
- </tr>
813
- <tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
814
- <th scope="row" style="width:200px;"><?php _e( "Display additional info in the email", 'contact_form' ); ?></th>
815
- <td style="width:15px;">
816
- <input type="checkbox" id="cntctfrm_display_add_info" name="cntctfrm_display_add_info" value="1" <?php if ( $cntctfrm_options['cntctfrm_display_add_info'] == '1' ) echo "checked=\"checked\" "; ?>/>
817
- </td>
818
- <td style="max-width:150px;" class="cntctfrm_display_add_info_block <?php if ( $cntctfrm_options['cntctfrm_display_add_info'] == '0' ) echo "cntctfrm_hidden"; ?>">
819
- <label><input type="checkbox" id="cntctfrm_display_sent_from" name="cntctfrm_display_sent_from" value="1" <?php if ( $cntctfrm_options['cntctfrm_display_sent_from'] == '1' ) echo "checked=\"checked\" "; ?>/> <?php _e( "Sent from (ip address)", 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;"><?php _e( "Example: Sent from (IP address): 127.0.0.1", 'contact_form' ); ?></span><br />
820
- <label><input type="checkbox" id="cntctfrm_display_date_time" name="cntctfrm_display_date_time" value="1" <?php if ( $cntctfrm_options['cntctfrm_display_date_time'] == '1' ) echo "checked=\"checked\" "; ?>/> <?php _e( "Date/Time", 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;"><?php _e( "Example: Date/Time: August 19, 2013 8:50 pm", 'contact_form' ); ?></span><br />
821
- <label><input type="checkbox" id="cntctfrm_display_coming_from" name="cntctfrm_display_coming_from" value="1" <?php if ( $cntctfrm_options['cntctfrm_display_coming_from'] == '1' ) echo "checked=\"checked\" "; ?>/> <?php _e( "Sent from (referer)", 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;"><?php _e( "Example: Sent from (referer): http://bestwebsoft.com/contacts/contact-us/", 'contact_form' ); ?></span><br />
822
- <label><input type="checkbox" id="cntctfrm_display_user_agent" name="cntctfrm_display_user_agent" value="1" <?php if ( $cntctfrm_options['cntctfrm_display_user_agent'] == '1' ) echo "checked=\"checked\" "; ?>/> <?php _e( "Using (user agent)", 'contact_form' ); ?></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 />
823
- </td>
824
- </tr>
825
- <tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
826
- <th scope="row" style="width:200px;"><?php _e( "Language settings for the field names in the form", 'contact_form' ); ?></th>
827
- <td colspan="2">
828
- <select name="cntctfrm_languages" id="cntctfrm_languages" style="width:300px;">
829
- <?php foreach ( $lang_codes as $key => $val ) {
830
- if ( in_array( $key, $cntctfrm_options['cntctfrm_language'] ) )
831
- continue;
832
- echo '<option value="' . esc_attr( $key ) . '"> ' . esc_html ( $val ) . '</option>';
833
- } ?>
834
- </select>
835
- <input type="button" class="button-primary" id="cntctfrm_add_language_button" value="<?php _e( 'Add a language', 'contact_form' ); ?>" />
836
- </td>
837
- </tr>
838
- <tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
839
- <th scope="row" style="width:200px;"><?php _e( "Change the names of the contact form fields and error messages", 'contact_form' ); ?></th>
840
- <td style="width:15px;">
841
- <input type="checkbox" id="cntctfrm_change_label" name="cntctfrm_change_label" value="1" <?php if ( $cntctfrm_options['cntctfrm_change_label'] == '1' ) echo "checked=\"checked\" "; ?>/>
842
- </td>
843
- <td class="cntctfrm_change_label_block <?php if ( $cntctfrm_options['cntctfrm_change_label'] == '0' ) echo "cntctfrm_hidden"; ?>">
844
- <div class="cntctfrm_label_language_tab cntctfrm_active" id="cntctfrm_label_en"><?php _e( 'English', 'contact_form' ); ?></div>
845
- <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
846
- foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) {
847
- echo '<div class="cntctfrm_label_language_tab" id="cntctfrm_label_' . $val . '">' . $lang_codes[ $val ] . ' <span class="cntctfrm_delete" rel="' . $val . '">X</span></div>';
848
- }
849
- } ?>
850
- <div class="clear"></div>
851
- <div class="cntctfrm_language_tab cntctfrm_tab_en">
852
- <div class="cntctfrm_language_tab_block_mini" style="display:none;"><br/></div>
853
- <div class="cntctfrm_language_tab_block">
854
- <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 />
855
- <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 />
856
- <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 />
857
- <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 />
858
- <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 />
859
- <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 />
860
- <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 />
861
- <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 />
862
- <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 />
863
- <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 />
864
- <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 />
865
- <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 />
866
- <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 />
867
- <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 />
868
- <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 />
869
- <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 />
870
- <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 />
871
- <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 />
872
- <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 />
873
- <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 />
874
- <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 />
875
- <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 />
876
- </div>
877
- <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>
878
- </div>
879
- <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
880
- foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
881
- <div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>">
882
  <div class="cntctfrm_language_tab_block_mini" style="display:none;"><br/></div>
883
  <div class="cntctfrm_language_tab_block">
884
- <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 />
885
- <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 />
886
- <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 />
887
- <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 />
888
- <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 />
889
- <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 />
890
- <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 />
891
- <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 />
892
- <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 />
893
- <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 />
894
- <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 />
895
- <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 />
896
- <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 />
897
- <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 />
898
- <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 />
899
- <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 />
900
- <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 />
901
- <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 />
902
- <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 />
903
- <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 />
904
- <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 />
905
- <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 />
906
  </div>
907
- <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>
908
  </div>
909
- <?php }
910
- } ?>
911
- </td>
912
- </tr>
913
- <tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
914
- <th scope="row" style="width:200px;"><?php _e( "Action after email is sent", 'contact_form' ); ?></th>
915
- <td colspan="2" class="cntctfrm_action_after_send_block">
916
- <label><input type="radio" id="cntctfrm_action_after_send" name="cntctfrm_action_after_send" value="1" <?php if ( $cntctfrm_options['cntctfrm_action_after_send'] == '1' ) echo "checked=\"checked\" "; ?>/> <?php _e( "Display text", 'contact_form' ); ?></label><br />
917
- <div class="cntctfrm_label_language_tab cntctfrm_active" id="cntctfrm_text_en"><?php _e( 'English', 'contact_form' ); ?></div>
918
- <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
919
- foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) {
920
- echo '<div class="cntctfrm_label_language_tab" id="cntctfrm_text_' . $val . '">' . $lang_codes[ $val ] . ' <span class="cntctfrm_delete" rel="' . $val . '">X</span></div>';
921
- }
922
- } ?>
923
- <div class="clear"></div>
924
- <div class="cntctfrm_language_tab cntctfrm_tab_en" style=" padding: 5px 10px 5px 5px;">
925
- <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 />
926
- <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form=en] " . __( "or", 'contact_form' ) . " [bestwebsoft_contact_form] "; _e( "for this language", 'contact_form' ); ?></span>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
927
  </div>
928
- <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
929
- foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
930
- <div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>" style=" padding: 5px 10px 5px 5px;">
931
- <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 />
932
- <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=" . $val . "] "; _e( "for this language", 'contact_form' ); ?></span>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
933
  </div>
934
- <?php }
935
- } ?>
936
- <div id="cntctfrm_before"></div>
937
- <br />
938
- <input type="radio" id="cntctfrm_action_after_send_url" name="cntctfrm_action_after_send" value="0" <?php if ( $cntctfrm_options['cntctfrm_action_after_send'] == '0' ) echo "checked=\"checked\" "; ?>/> <?php _e( "Redirect to the page", 'contact_form' ); ?><br />
939
- <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>
940
- </td>
941
- </table>
942
- <input type="hidden" name="cntctfrm_form_submit" value="submit" />
943
- <p class="submit">
944
- <input type="submit" class="button-primary" value="<?php _e( 'Save Changes' ) ?>" />
945
- </p>
946
- <?php wp_nonce_field( plugin_basename(__FILE__), 'cntctfrm_nonce_name' ); ?>
947
- </form>
948
- <div class="bws-plugin-reviews">
949
- <div class="bws-plugin-reviews-rate">
950
- <?php _e( 'If you enjoy our plugin, please give it 5 stars on WordPress', 'contact_form' ); ?>:<br/>
951
- <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><br/>
952
- </div>
953
- <div class="bws-plugin-reviews-support">
954
- <?php _e( 'If there is something wrong about it, please contact us', 'contact_form' ); ?>:<br/>
955
- <a href="http://support.bestwebsoft.com">http://support.bestwebsoft.com</a>
956
- </div>
957
- </div>
958
- </div>
959
- <?php
960
- }
961
- }
962
-
963
- // Add settings page in admin area
964
- if ( ! function_exists( 'cntctfrm_settings_page_extra' ) ) {
965
- function cntctfrm_settings_page_extra() {
966
- global $wpdb, $wp_version, $cntctfrm_options;
967
- $plugin_info = get_plugin_data( __FILE__ );
968
- ?>
969
- <div class="wrap">
970
- <div class="icon32 icon32-bws" id="icon-options-general"></div>
971
- <h2><?php _e( "Contact Form Pro | Extra Settings", 'contact_form' ); ?></h2>
972
- <ul class="subsubsub">
973
- <li><a href="admin.php?page=contact_form.php"><?php _e( 'Settings', 'contact_form' ); ?></a></li> |
974
- <li><a class="current" href="admin.php?page=contact_form_pro_extra.php"><?php _e( 'Extra settings', 'contact_form' ); ?></a></li>
975
- </ul>
976
- <div class="clear"></div>
977
- <div id="cntctfrmpr_left_table">
978
- <table class="form-table bws_pro_version" style="width:auto;" >
979
- <tr class="bws_pro_version_tooltip">
980
- <th scope="row" colspan="2">
981
- <?php _e( 'This functionality is available in the Pro version of the plugin. For more details, please follow the link', 'contact_form' ); ?>
982
- <a title="Contact Form Pro" target="_blank" href="http://bestwebsoft.com/plugin/contact-form-pro/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"> <?php _e( 'Contact Form Pro', 'contact_form' ); ?></a>
983
- </th>
984
- </tr>
985
- <tr valign="top">
986
- <th scope="row" style="width:200px;"><?php _e( "Errors output", 'contact_form' ); ?></th>
987
- <td colspan="2">
988
- <select name="cntctfrmpr_error_displaying">
989
- <option value="labels"><?php _e( "Display error messages", 'contact_form' ); ?></option>
990
- <option value="input_colors"><?php _e( "Color of the input field errors.", 'contact_form' ); ?></option>
991
- <option value="both" selected="selected"><?php _e( "Display error messages & color of the input field errors", 'contact_form' ); ?></option>
992
- </select>
993
- </td>
994
- </tr>
995
- <tr valign="top">
996
- <th scope="row" style="width:200px;"><?php _e( "Add placeholder to the input blocks", 'contact_form' ); ?></th>
997
- <td colspan="2">
998
- <input disabled='disabled' type="checkbox" name="cntctfrmpr_placeholder" value="1" checked="checked"/>
999
- </td>
1000
- </tr>
1001
- <tr valign="top">
1002
- <th scope="row" style="width:200px;"><?php _e( "Add tooltips", 'contact_form' ); ?></th>
1003
- <td colspan="2">
1004
- <div>
1005
- <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_name" value="1" checked="checked"/>
1006
- <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_name"><?php _e( "Name", 'contact_form' ); ?></label>
1007
- </div>
1008
- <?php if ( $cntctfrm_options['cntctfrm_display_address_field'] == '1' ) { ?>
1009
  <div>
1010
- <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_address" value="1" checked="checked"/>
1011
- <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_address"><?php _e( "Address", 'contact_form' ); ?></label>
1012
  </div>
1013
- <?php } ?>
1014
- <div>
1015
- <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_email" value="1" checked="checked"/>
1016
- <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_email"><?php _e( "Email address", 'contact_form' ); ?></label>
1017
- </div>
1018
- <?php if ( $cntctfrm_options['cntctfrm_display_phone_field'] == '1' ) { ?>
1019
  <div>
1020
- <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_phone" value="1" checked="checked"/>
1021
- <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_phone"><?php _e( "Phone Number", 'contact_form' ); ?></label>
1022
  </div>
1023
- <?php } ?>
1024
- <div>
1025
- <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_subject" value="1" checked="checked"/>
1026
- <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_subject"><?php _e( "Subject", 'contact_form' ); ?></label>
1027
- </div>
1028
- <div>
1029
- <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_message" value="1" checked="checked"/>
1030
- <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_message"><?php _e( "Message", 'contact_form' ); ?></label>
1031
- </div>
1032
- <?php if ( $cntctfrm_options['cntctfrm_attachment_explanations'] == '1' ) { ?>
1033
  <div>
1034
- <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_attachment" value="1" checked="checked"/>
1035
- <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_attachment"><?php _e( "Attachment", 'contact_form' ); ?></label>
1036
  </div>
1037
- <?php } ?>
1038
- <div>
1039
- <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_captcha" value="1" />
1040
- <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_captcha"><?php _e( "Captcha", 'contact_form' ); ?></label><span style="color: #888888;font-size: 10px;"><?php _e( '(powered by bestwebsoft.com)', 'contact_form' ); ?></span>
1041
- </div>
1042
- </td>
1043
- </tr>
1044
- <tr valign="top">
1045
- <th colspan="3" scope="row" style="width:200px;"><input disabled='disabled' type="checkbox" id="cntctfrmpr_style_options" name="cntctfrmpr_style_options" value="1" checked="checked" /> <?php _e( "Style options", 'contact_form' ); ?></th>
1046
- </tr>
1047
- <tr valign="top" class="cntctfrmpr_style_block <?php if ( $cntctfrm_options['style_options'] == '0') echo "cntctfrmpr_hidden"; ?>">
1048
- <th scope="row" style="width:200px;"><?php _e( "Text color", 'contact_form' ); ?></th>
1049
- <td colspan="2">
1050
- <div>
1051
- <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
1052
- <input disabled='disabled' type="text" name="cntctfrmpr_label_color" value="" class="cntctfrmpr_colorPicker" />
1053
- <?php _e( 'Label text color', 'contact_form' ); ?>
1054
- </div>
1055
- <div>
1056
- <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
1057
- <input disabled='disabled' type="text" name="cntctfrmpr_input_placeholder_color" value="" class="cntctfrmpr_colorPicker" />
1058
- <?php _e( "Placeholder color", 'contact_form' ); ?>
1059
- </div>
1060
- </td>
1061
- </tr>
1062
- <tr valign="top" class="cntctfrmpr_style_block">
1063
- <th scope="row" style="width:200px;"><?php _e( "Errors color", 'contact_form' ); ?></th>
1064
- <td colspan="2">
1065
- <div>
1066
- <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
1067
- <input disabled='disabled' type="text" name="cntctfrmpr_error_color" value="" class="cntctfrmpr_colorPicker" />
1068
- <?php _e( 'Error text color', 'contact_form' ); ?>
1069
- </div>
1070
- <div>
1071
- <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
1072
- <input disabled='disabled' type="text" name="cntctfrmpr_error_input_color" value="" class="cntctfrmpr_colorPicker" />
1073
- <?php _e( 'Background color of the input field errors', 'contact_form' ); ?>
1074
- </div>
1075
- <div>
1076
- <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
1077
- <input disabled='disabled' type="text" name="cntctfrmpr_error_input_border_color" value="" class="cntctfrmpr_colorPicker" />
1078
- <?php _e( 'Border color of the input field errors', 'contact_form' ); ?>
1079
- </div>
1080
- <div>
1081
- <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" id="" value="<?php _e('Default', 'contact_form'); ?>" />
1082
- <input disabled='disabled' type="text" name="cntctfrmpr_input_placeholder_error_color" value="" class="cntctfrmpr_colorPicker " />
1083
- <?php _e( "Placeholder color of the input field errors", 'contact_form' ); ?>
1084
- </div>
1085
- </td>
1086
- </tr>
1087
- <tr valign="top" class="cntctfrmpr_style_block">
1088
- <th scope="row" style="width:200px;"><?php _e( "Input fields", 'contact_form' ); ?></th>
1089
- <td colspan="2">
1090
- <div>
1091
- <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" id="" value="<?php _e('Default', 'contact_form'); ?>" />
1092
- <input disabled='disabled' type="text" name="cntctfrmpr_input_background" value="" class="cntctfrmpr_colorPicker" />
1093
- <?php _e( "Input fields background color", 'contact_form' ); ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1094
  </div>
1095
- <div>
1096
- <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
1097
- <input disabled='disabled' type="text" name="cntctfrmpr_input_color" value="" class="cntctfrmpr_colorPicker" />
1098
- <?php _e( "Text fields color", 'contact_form' ); ?>
1099
  </div>
1100
- <input disabled='disabled' style="margin-left: 66px;" size="8" type="text" value="" name="cntctfrmpr_border_input_width" /> <?php _e( 'Border width in px, numbers only', 'contact_form' ); ?><br />
1101
- <div>
1102
- <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
1103
- <input disabled='disabled' type="text" name="cntctfrmpr_border_input_color" value="" class="cntctfrmpr_colorPicker" />
1104
- <?php _e( 'Border color', 'contact_form' ); ?>
 
 
 
1105
  </div>
1106
- </td>
1107
- </tr>
1108
- <tr valign="top" class="cntctfrmpr_style_block">
1109
- <th scope="row" style="width:200px;"><?php _e( "Submit button", 'contact_form' ); ?></th>
1110
- <td colspan="2">
1111
- <input disabled='disabled' style="margin-left: 66px;" size="8" type="text" value="" name="cntctfrmpr_button_width" /> <?php _e( 'Width in px, numbers only', 'contact_form' ); ?><br />
1112
- <div>
1113
- <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
1114
- <input disabled='disabled' type="text" name="cntctfrmpr_button_backgroud" value="" class="cntctfrmpr_colorPicker" />
1115
- <?php _e( 'Button color', 'contact_form' ); ?>
1116
  </div>
1117
- <div>
1118
- <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
1119
- <input disabled='disabled' type="text" name="cntctfrmpr_button_color" value="" class="cntctfrmpr_colorPicker" />
1120
- <?php _e( "Button text color", 'contact_form' ); ?>
1121
  </div>
1122
- <div>
1123
- <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
1124
- <input disabled='disabled' type="text" name="cntctfrmpr_border_button_color" value="" class="cntctfrmpr_colorPicker" />
1125
- <?php _e( 'Border color', 'contact_form' ); ?>
 
 
1126
  </div>
1127
- </td>
1128
- </tr>
1129
- <tr valign="top">
1130
- <th scope="row" colspan="2">
1131
- * <?php _e( 'If you upgrade to Pro version all your settings will be saved.', 'contact_form' ); ?>
1132
- </th>
1133
- </tr>
1134
- </table>
1135
- <input type="hidden" name="cntctfrmpr_form_submit" value="submit" />
1136
- <p class="submit">
1137
- <input disabled='disabled' type="button" class="button-primary" value="<?php _e('Save Changes') ?>" />
1138
- </p>
1139
- </div>
1140
- <div id="cntctfrmpr_right_table">
1141
- <h3><?php _e( "Contact Form Pro | Preview", 'contact_form' ); ?></h3>
1142
- <div id="cntctfrmpr_contact_form">
1143
- <div id="cntctfrmpr_show_errors_block">
1144
- <input disabled="" type="checkbox" id="cntctfrmpr_show_errors" name="cntctfrmpr_show_errors" /> <?php _e( "Show with errors", 'contact_form' ); ?>
1145
- </div>
1146
- <div class="cntctfrmpr_error_text hidden" style="text-align: left;"><?php echo $cntctfrm_options['cntctfrm_form_error']['en']; ?></div>
1147
- <div style="text-align: left; padding-top: 5px;">
1148
- <label for="cntctfrmpr_contact_name"><?php echo $cntctfrm_options['cntctfrm_name_label']['en']; if ( $cntctfrm_options['cntctfrm_required_name_field'] == 1 ) echo '<span class="required"> *</span>'; ?></label>
1149
- </div>
1150
- <div class="cntctfrmpr_error_text hidden" style="text-align: left;"><?php echo $cntctfrm_options['cntctfrm_name_error']['en']; ?></div>
1151
- <div style="text-align: left;">
1152
- <input placeholder="<?php _e( "Please enter your full name...", 'contact_form' ); ?>" class="text" type="text" size="40" value="" name="cntctfrmpr_contact_name" id="cntctfrmpr_contact_name" style="text-align: left; margin: 0;" />
1153
- <div class="cntctfrmpr_help_box">
1154
- <div class="cntctfrmpr_hidden_help_text" style="font-size: 12px; display: none;"><?php _e( "Please enter your full name...", 'contact_form' ); ?></div>
1155
- </div>
1156
- </div>
1157
- <?php if ( $cntctfrm_options['cntctfrm_display_address_field'] == 1 ) { ?>
1158
  <div style="text-align: left;">
1159
- <label for="cntctfrmpr_contact_address"><?php echo $cntctfrm_options['cntctfrm_address_label']['en']; if ( $cntctfrm_options['cntctfrm_required_address_field'] == 1 ) echo '<span class="required"> *</span>'; ?></label>
1160
  </div>
1161
- <?php if ( $cntctfrm_options['cntctfrm_required_address_field'] == 1 ) { ?>
1162
- <div class="cntctfrmpr_error_text hidden" style="text-align: left;"><?php echo $cntctfrm_options['cntctfrm_address_error']['en']; ?></div>
1163
- <?php } ?>
1164
  <div style="text-align: left;">
1165
- <input placeholder="<?php _e( "Please enter your address...", 'contact_form' ); ?>" class="text" type="text" size="40" value="" name="cntctfrmpr_contact_address" id="cntctfrmpr_contact_address" style="text-align: left; margin: 0;" />
1166
  <div class="cntctfrmpr_help_box">
1167
- <div class="cntctfrmpr_hidden_help_text" style="font-size: 12px; display: none;"><?php _e( "Please enter your address...", 'contact_form' ); ?></div>
1168
  </div>
1169
  </div>
1170
- <?php } ?>
1171
- <div style="text-align: left;">
1172
- <label for="cntctfrmpr_contact_email"><?php echo $cntctfrm_options['cntctfrm_email_label']['en']; if ( $cntctfrm_options['cntctfrm_required_email_field'] == 1 ) echo '<span class="required"> *</span>'; ?></label>
1173
- </div>
1174
- <div class="cntctfrmpr_error_text hidden" style="text-align: left;"><?php echo $cntctfrm_options['cntctfrm_email_error']['en']; ?></div>
1175
- <div style="text-align: left;">
1176
- <input placeholder="<?php _e( "Please enter your email address...", 'contact_form' ); ?>" class="text" type="text" size="40" value="" name="cntctfrmpr_contact_email" id="cntctfrmpr_contact_email" style="text-align: left; margin: 0;" />
1177
- <div class="cntctfrmpr_help_box">
1178
- <div class="cntctfrmpr_hidden_help_text" style="font-size: 12px; display: none;"><?php _e( "Please enter your email address...", 'contact_form' ); ?></div>
1179
- </div>
1180
- </div>
1181
- <?php if ( $cntctfrm_options['cntctfrm_display_phone_field'] == 1 ) { ?>
1182
  <div style="text-align: left;">
1183
- <label for="cntctfrmpr_contact_phone"><?php echo $cntctfrm_options['cntctfrm_phone_label']['en']; if ( $cntctfrm_options['cntctfrm_required_phone_field'] == 1 ) echo '<span class="required"> *</span>'; ?></label>
1184
  </div>
1185
- <div class="cntctfrmpr_error_text hidden" style="text-align: left;"><?php echo $cntctfrm_options['phone_error']['en']; ?></div>
1186
  <div style="text-align: left;">
1187
- <input placeholder="<?php _e( "Please enter your phone number...", 'contact_form' ); ?>" class="text" type="text" size="40" value="" name="cntctfrmpr_contact_phone" id="cntctfrmpr_contact_phone" style="text-align: left; margin: 0;" />
1188
  <div class="cntctfrmpr_help_box">
1189
- <div class="cntctfrmpr_hidden_help_text" style="font-size: 12px; display: none;"><?php _e( "Please enter your phone number...", 'contact_form' ); ?></div>
1190
  </div>
1191
  </div>
1192
- <?php } ?>
1193
- <div style="text-align: left;">
1194
- <label for="cntctfrmpr_contact_subject"><?php echo $cntctfrm_options['cntctfrm_subject_label']['en']; if ( $cntctfrm_options['cntctfrm_required_subject_field'] == 1 ) echo '<span class="required"> *</span>'; ?></label>
1195
- </div>
1196
- <div class="cntctfrmpr_error_text hidden" style="text-align: left;"><?php echo $cntctfrm_options['cntctfrm_subject_error']['en']; ?></div>
1197
- <div style="text-align: left;">
1198
- <input placeholder="<?php _e( "Please enter subject...", 'contact_form' ); ?>" class="text" type="text" size="40" value="" name="cntctfrmpr_contact_subject" id="cntctfrmpr_contact_subject" style="text-align: left; margin: 0;" />
1199
- <div class="cntctfrmpr_help_box">
1200
- <div class="cntctfrmpr_hidden_help_text" style="font-size: 12px; display: none;"><?php _e( "Please enter subject...", 'contact_form' ); ?></div>
1201
- </div>
1202
- </div>
1203
- <div style="text-align: left;">
1204
- <label for="cntctfrmpr_contact_message"><?php echo $cntctfrm_options['cntctfrm_message_label']['en']; if ( $cntctfrm_options['cntctfrm_required_message_field'] == 1 ) echo '<span class="required"> *</span>'; ?></label>
1205
- </div>
1206
- <div class="cntctfrmpr_error_text hidden" style="text-align: left;"><?php echo $cntctfrm_options['cntctfrm_message_error']['en']; ?></div>
1207
- <div style="text-align: left;">
1208
- <textarea placeholder="<?php _e( "Please enter your message...", 'contact_form' ); ?>" rows="5" cols="30" name="cntctfrmpr_contact_message" id="cntctfrmpr_contact_message"></textarea>
1209
- <div class="cntctfrmpr_help_box">
1210
- <div class="cntctfrmpr_hidden_help_text" style="font-size: 12px; display: none;"><?php _e( "Please enter your message...", 'contact_form' ); ?></div>
1211
- </div>
1212
- </div>
1213
- <?php if ( $cntctfrm_options['cntctfrm_attachment'] == 1 ) { ?>
1214
- <div style="text-align: left;">
1215
- <label for="cntctfrmpr_contact_attachment"><?php echo $cntctfrm_options['cntctfrm_attachment_label']['en']; ?></label>
1216
- </div>
1217
- <div class="cntctfrmpr_error_text hidden" style="text-align: left;"><?php echo $cntctfrm_options['cntctfrm_attachment_error']['en']; ?></div>
1218
- <div style="text-align: left;">
1219
- <input type="file" name="cntctfrmpr_contact_attachment" id="cntctfrmpr_contact_attachment" style="float:left;" />
1220
- <?php if ( $cntctfrm_options['cntctfrm_attachment_explanations'] == 1 ) { ?>
1221
- <div class="cntctfrmpr_help_box cntctfrmpr_hidden_help_text_attach"><div class="cntctfrmpr_hidden_help_text" style="font-size: 12px; display: none;"><?php echo $cntctfrm_options['cntctfrm_attachment_tooltip']['en']; ?></div></div>
1222
  <?php } ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1223
  </div>
1224
- <?php } ?>
1225
- <?php if ( $cntctfrm_options['cntctfrm_send_copy'] == 1 ) { ?>
1226
- <div style="text-align: left;">
1227
- <input type="checkbox" value="1" name="cntctfrmpr_contact_send_copy" id="cntctfrmpr_contact_send_copy" style="text-align: left; margin: 0;" />
1228
- <label for="cntctfrmpr_contact_send_copy"><?php echo $cntctfrm_options['cntctfrm_send_copy_label']['en']; ?></label>
1229
- </div>
1230
- <?php } ?>
1231
- <div style="text-align: left; padding-top: 8px;">
1232
- <input type="submit" value="<?php echo $cntctfrm_options['cntctfrm_submit_label']['en']; ?>" style="cursor: pointer; margin: 0pt; text-align: center;margin-bottom:10px;" />
1233
- </div>
1234
- </div>
1235
- <div id="cntctfrmpr_shortcode">
1236
- <?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/>
1237
- <div>
1238
- <code id="cntctfrmpr_shortcode_code">
1239
- [bestwebsoft_contact_form]
1240
- </code>
1241
  </div>
1242
  </div>
1243
- </div>
1244
- <div class="clear"></div>
1245
- </div>
1246
- <?php }
 
1247
  }
1248
 
1249
- // Display contact form in front end - page or post
1250
  if( ! function_exists( 'cntctfrm_display_form' ) ) {
1251
  function cntctfrm_display_form( $atts = array( 'lang' => 'en' ) ) {
1252
  global $error_message, $cntctfrm_options, $cntctfrm_result;
@@ -1259,7 +1242,7 @@ if( ! function_exists( 'cntctfrm_display_form' ) ) {
1259
  else
1260
  $page_url = ( isset( $_SERVER["HTTPS"] ) && $_SERVER["HTTPS"] == "on" ? "https://" : "http://" ) . $_SERVER["SERVER_NAME"] . strip_tags( $_SERVER["REQUEST_URI"] );
1261
 
1262
- // If contact form submited
1263
  $name = isset( $_POST['cntctfrm_contact_name'] ) ? htmlspecialchars( stripslashes( $_POST['cntctfrm_contact_name'] ) ) : "";
1264
  $address = isset( $_POST['cntctfrm_contact_address'] ) ? htmlspecialchars( stripslashes( $_POST['cntctfrm_contact_address'] ) ) : "";
1265
  $email = isset( $_POST['cntctfrm_contact_email'] ) ? htmlspecialchars( stripslashes( $_POST['cntctfrm_contact_email'] ) ) : "";
@@ -1275,26 +1258,26 @@ if( ! function_exists( 'cntctfrm_display_form' ) ) {
1275
  $phone = strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $phone ) ) );
1276
 
1277
  $send_copy = isset( $_POST['cntctfrm_contact_send_copy'] ) ? $_POST['cntctfrm_contact_send_copy'] : "";
1278
- // If it is good
1279
  if ( true === $cntctfrm_result ) {
1280
  $_SESSION['cntctfrm_send_mail'] = true;
1281
- if ( $cntctfrm_options['cntctfrm_action_after_send'] == 1 )
1282
  $content .= '<div id="cntctfrm_thanks">' . $cntctfrm_options['cntctfrm_thank_text'][ $lang ] . '</div>';
1283
  else
1284
  $content .= "<script type='text/javascript'>window.location.href = '" . $cntctfrm_options['cntctfrm_redirect_url']."';</script>";
1285
  } else if ( false === $cntctfrm_result ) {
1286
- // If email not be delivered
1287
  $error_message['error_form'] = __( "Sorry, email message could not be delivered.", 'contact_form' );
1288
  }
1289
  if ( true !== $cntctfrm_result ) {
1290
  $_SESSION['cntctfrm_send_mail'] = false;
1291
- // Output form
1292
  $content .= '<form method="post" id="cntctfrm_contact_form" action="' . $page_url . '" enctype="multipart/form-data">';
1293
  if ( isset( $error_message['error_form'] ) ) {
1294
  $content .= '<div style="text-align: left; color: red;">' . $error_message['error_form'].'</div>';
1295
  }
1296
 
1297
- if ( $cntctfrm_options['cntctfrm_display_name_field'] == 1 ) {
1298
  $content .= '<div style="text-align: left; padding-top: 5px;">
1299
  <label for="cntctfrm_contact_name">' . $cntctfrm_options['cntctfrm_name_label'][ $lang ] . ( $cntctfrm_options['cntctfrm_required_name_field'] == 1 ? ' <span class="required">' . $cntctfrm_options['cntctfrm_required_symbol'] . '</span></label>' : '</label>' ) . '
1300
  </div>';
@@ -1306,7 +1289,7 @@ if( ! function_exists( 'cntctfrm_display_form' ) ) {
1306
  </div>';
1307
  }
1308
 
1309
- if ( $cntctfrm_options['cntctfrm_display_address_field'] == 1 ) {
1310
  $content .= '<div style="text-align: left;">
1311
  <label for="cntctfrm_contact_address">' . $cntctfrm_options['cntctfrm_address_label'][ $lang ] . ( $cntctfrm_options['cntctfrm_required_address_field'] == 1 ? ' <span class="required">' . $cntctfrm_options['cntctfrm_required_symbol'] . '</span></label>' : '</label>' ) . '
1312
  </div>';
@@ -1330,7 +1313,7 @@ if( ! function_exists( 'cntctfrm_display_form' ) ) {
1330
  </div>
1331
  ';
1332
 
1333
- if ( $cntctfrm_options['cntctfrm_display_phone_field'] == 1 ) {
1334
  $content .= '<div style="text-align: left;">
1335
  <label for="cntctfrm_contact_phone">' . $cntctfrm_options['cntctfrm_phone_label'][ $lang ] . ( $cntctfrm_options['cntctfrm_required_phone_field'] == 1 ? ' <span class="required">' . $cntctfrm_options['cntctfrm_required_symbol'] . '</span></label>' : '</label>' ) . '
1336
  </div>';
@@ -1361,7 +1344,7 @@ if( ! function_exists( 'cntctfrm_display_form' ) ) {
1361
  $content .= '<div style="text-align: left;">
1362
  <textarea rows="5" cols="30" name="cntctfrm_contact_message" id="cntctfrm_contact_message">' . $message . '</textarea>
1363
  </div>';
1364
- if ( $cntctfrm_options['cntctfrm_attachment'] == 1 ) {
1365
  $content .= '<div style="text-align: left;">
1366
  <label for="cntctfrm_contact_attachment">' . $cntctfrm_options['cntctfrm_attachment_label'][ $lang ] . '</label>
1367
  </div>';
@@ -1370,13 +1353,13 @@ if( ! function_exists( 'cntctfrm_display_form' ) ) {
1370
  }
1371
  $content .= '<div style="text-align: left;">
1372
  <input type="file" name="cntctfrm_contact_attachment" id="cntctfrm_contact_attachment"' . ( isset( $error_message['error_attachment'] ) ? "class='error'": "" ) . ' />';
1373
- if ( $cntctfrm_options['cntctfrm_attachment_explanations'] == 1 ) {
1374
  $content .= '<label style="font-size:10px;"><br />' . $cntctfrm_options['cntctfrm_attachment_tooltip'][ $lang ] . '</label>';
1375
  }
1376
  $content .= '
1377
  </div>';
1378
  }
1379
- if ( $cntctfrm_options['cntctfrm_send_copy'] == 1 ) {
1380
  $content .= '<div style="text-align: left;">
1381
  <input type="checkbox" value="1" name="cntctfrm_contact_send_copy" id="cntctfrm_contact_send_copy" style="text-align: left; margin: 0;" ' . ( $send_copy == '1' ? " checked=\"checked\" " : "" ) . ' />
1382
  <label for="cntctfrm_contact_send_copy">' . $cntctfrm_options['cntctfrm_send_copy_label'][ $lang ] . '</label>
@@ -1403,13 +1386,13 @@ if ( ! function_exists( 'cntctfrm_check_and_send' ) ) {
1403
  global $cntctfrm_result;
1404
  $cntctfrm_options = get_option( 'cntctfrm_options' );
1405
  if ( isset( $_POST['cntctfrm_contact_action'] ) ) {
1406
- // Check all input data
1407
  $cntctfrm_result = cntctfrm_check_form();
1408
  }
1409
- // If it is good
1410
  if ( true === $cntctfrm_result ) {
1411
  $_SESSION['cntctfrm_send_mail'] = true;
1412
- if ( $cntctfrm_options['cntctfrm_action_after_send'] == 0 ) {
1413
  wp_redirect( $cntctfrm_options['cntctfrm_redirect_url'] );
1414
  exit;
1415
  }
@@ -1417,7 +1400,7 @@ if ( ! function_exists( 'cntctfrm_check_and_send' ) ) {
1417
  }
1418
  }
1419
 
1420
- // Check all input data
1421
  if ( ! function_exists( 'cntctfrm_check_form' ) ) {
1422
  function cntctfrm_check_form() {
1423
  global $error_message;
@@ -1428,7 +1411,7 @@ if ( ! function_exists( 'cntctfrm_check_form' ) ) {
1428
  if ( empty( $cntctfrm_options ) )
1429
  $cntctfrm_options = get_option( 'cntctfrm_options' );
1430
  $cntctfrm_result = "";
1431
- // Error messages array
1432
  $error_message = array();
1433
 
1434
  $name = isset( $_POST['cntctfrm_contact_name'] ) ? htmlspecialchars( stripslashes( $_POST['cntctfrm_contact_name'] ) ) : "";
@@ -1445,20 +1428,20 @@ if ( ! function_exists( 'cntctfrm_check_form' ) ) {
1445
  $message = strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $message ) ) );
1446
  $phone = strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $phone ) ) );
1447
 
1448
- if ( $cntctfrm_options['cntctfrm_required_name_field'] == 1 && $cntctfrm_options['cntctfrm_display_name_field'] == 1 )
1449
  $error_message['error_name'] = $cntctfrm_options['cntctfrm_name_error'][$language];
1450
- if ( $cntctfrm_options['cntctfrm_required_address_field'] == 1 && $cntctfrm_options['cntctfrm_display_address_field'] == 1 )
1451
  $error_message['error_address'] = $cntctfrm_options['cntctfrm_address_error'][$language];
1452
- if ( $cntctfrm_options['cntctfrm_required_email_field'] == 1 )
1453
  $error_message['error_email'] = $cntctfrm_options['cntctfrm_email_error'][$language];
1454
- if ( $cntctfrm_options['cntctfrm_required_subject_field'] == 1 )
1455
  $error_message['error_subject'] = $cntctfrm_options['cntctfrm_subject_error'][$language];
1456
- if ( $cntctfrm_options['cntctfrm_required_message_field'] == 1 )
1457
  $error_message['error_message'] = $cntctfrm_options['cntctfrm_message_error'][$language];
1458
- if ( $cntctfrm_options['cntctfrm_required_phone_field'] == 1 && $cntctfrm_options['cntctfrm_display_phone_field'] == 1 )
1459
  $error_message['error_phone'] = $cntctfrm_options['cntctfrm_phone_error'][$language];
1460
  $error_message['error_form'] = $cntctfrm_options['cntctfrm_form_error'][$language];
1461
- if ( $cntctfrm_options['cntctfrm_attachment'] == 1 ) {
1462
  global $path_of_uploaded_file, $mime_type;
1463
  $mime_type= array(
1464
  'html'=>'text/html',
@@ -1494,23 +1477,23 @@ if ( ! function_exists( 'cntctfrm_check_form' ) ) {
1494
  'sce'=>'application/sb-scenario' );
1495
  $error_message['error_attachment'] = $cntctfrm_options['cntctfrm_attachment_error'][ $language ];
1496
  }
1497
- // Check information wich was input in fields
1498
- if ( $cntctfrm_options['cntctfrm_display_name_field'] == 1 && $cntctfrm_options['cntctfrm_required_name_field'] == 1 && "" != $name )
1499
  unset( $error_message['error_name'] );
1500
- if ( $cntctfrm_options['cntctfrm_display_address_field'] == 1 && $cntctfrm_options['cntctfrm_required_address_field'] == 1 && "" != $address )
1501
  unset( $error_message['error_address'] );
1502
- if ( $cntctfrm_options['cntctfrm_required_email_field'] == 1 && "" != $email && preg_match( "/^(?:[a-z0-9_']+(?:[a-z0-9\-_\.']+)?@[a-z0-9]+(?:[a-z0-9\-\.]+)?\.[a-z]{2,5})$/i", trim( stripslashes( $email ) ) ) )
1503
  unset( $error_message['error_email'] );
1504
- if ( $cntctfrm_options['cntctfrm_display_phone_field'] == 1 && $cntctfrm_options['cntctfrm_required_phone_field'] == 1 && "" != $phone )
1505
  unset( $error_message['error_phone'] );
1506
- if ( $cntctfrm_options['cntctfrm_required_subject_field'] == 1 && "" != $subject )
1507
  unset( $error_message['error_subject'] );
1508
- if ( $cntctfrm_options['cntctfrm_required_message_field'] == 1 && "" != $message )
1509
  unset( $error_message['error_message'] );
1510
- // If captcha plugin exists
1511
  if ( ! apply_filters( 'cntctfrm_check_form', $_POST ) )
1512
  $error_message['error_captcha'] = $cntctfrm_options['cntctfrm_captcha_error'][ $language ];
1513
- if ( isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && $_FILES["cntctfrm_contact_attachment"]["tmp_name"] != "" ) {
1514
  if( is_multisite() ){
1515
  if ( defined('UPLOADS') ) {
1516
  if( ! is_dir( ABSPATH . UPLOADS ) ) {
@@ -1576,7 +1559,7 @@ if ( ! function_exists( 'cntctfrm_check_form' ) ) {
1576
  }
1577
  if( 1 == count( $error_message ) ) {
1578
  unset( $error_message['error_form'] );
1579
- // If all is good - send mail
1580
  $cntctfrm_result = cntctfrm_send_mail();
1581
  do_action( 'cntctfrm_check_dispatch', $cntctfrm_result );
1582
  }
@@ -1584,7 +1567,7 @@ if ( ! function_exists( 'cntctfrm_check_form' ) ) {
1584
  }
1585
  }
1586
 
1587
- // Send mail function
1588
  if( ! function_exists( 'cntctfrm_send_mail' ) ) {
1589
  function cntctfrm_send_mail() {
1590
  global $cntctfrm_options, $path_of_uploaded_file, $wp_version;
@@ -1605,9 +1588,9 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
1605
  $message = stripslashes( strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $message ) ) ) );
1606
  $phone = stripslashes( strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $phone ) ) ) );
1607
 
1608
- if ( isset( $_SESSION['cntctfrm_send_mail'] ) && $_SESSION['cntctfrm_send_mail'] == true )
1609
  return true;
1610
- if ( $cntctfrm_options['cntctfrm_select_email'] == 'user' ) {
1611
  if ( '3.3' > $wp_version && function_exists('get_userdatabylogin') && false !== $user = get_userdatabylogin( $cntctfrm_options['cntctfrm_user_email'] ) ) {
1612
  $to = $user->user_email;
1613
  } elseif ( false !== $user = get_user_by( 'login', $cntctfrm_options['cntctfrm_user_email'] ) )
@@ -1616,7 +1599,7 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
1616
  $to = $cntctfrm_options['cntctfrm_custom_email'];
1617
  }
1618
  if ( "" == $to ) {
1619
- // If email options are not certain choose admin email
1620
  $to = get_option("admin_email");
1621
  }
1622
  if ( "" != $to ) {
@@ -1626,77 +1609,77 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
1626
  $attachments = array();
1627
  $headers = "";
1628
 
1629
- if ( getenv('HTTPS') == 'on' ) {
1630
  $form_action_url = 'https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
1631
  } else {
1632
  $form_action_url = 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
1633
  }
1634
 
1635
- if ( $cntctfrm_options['cntctfrm_display_add_info'] == 1) {
1636
  $userdomain = @gethostbyaddr($_SERVER['REMOTE_ADDR']);
1637
- if ( $cntctfrm_options['cntctfrm_display_add_info'] == 1 ||
1638
- $cntctfrm_options['cntctfrm_display_sent_from'] == 1 ||
1639
- $cntctfrm_options['cntctfrm_display_coming_from'] == 1 ||
1640
- $cntctfrm_options['cntctfrm_display_user_agent'] == 1 ) {
1641
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
1642
  $user_info_string .= '<tr><td><br /></td><td><br /></td></tr>';
1643
  }
1644
- if ( $cntctfrm_options['cntctfrm_display_sent_from'] == 1 ) {
1645
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
1646
- $user_info_string .= '<tr><td>' . __('Sent from (ip address)', 'contact_form').':</td><td>'.$_SERVER['REMOTE_ADDR']." ( ". $userdomain ." )".'</td></tr>';
1647
  else
1648
  $user_info_string .= __('Sent from (ip address)', 'contact_form') . ': ' . $_SERVER['REMOTE_ADDR'] . " ( " . $userdomain . " )" . "\n";
1649
  }
1650
- if ( $cntctfrm_options['cntctfrm_display_date_time'] == 1 ) {
1651
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
1652
- $user_info_string .= '<tr><td>'.__('Date/Time', 'contact_form').':</td><td>'.date_i18n( get_option( 'date_format' ).' '.get_option( 'time_format' ), strtotime( current_time( 'mysql' ) ) ).'</td></tr>';
1653
  else
1654
- $user_info_string .= __('Date/Time', 'contact_form').': '.date_i18n( get_option( 'date_format' ).' '.get_option( 'time_format' ), strtotime( current_time( 'mysql' ) ) )."\n";
1655
  }
1656
- if ( $cntctfrm_options['cntctfrm_display_coming_from'] == 1 ) {
1657
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
1658
- $user_info_string .= '<tr><td>'.__( 'Sent from (referer)', 'contact_form' ).':</td><td>'.$form_action_url.'</td></tr>';
1659
  else
1660
- $user_info_string .= __( 'Sent from (referer)', 'contact_form' ).': '.$form_action_url."\n";
1661
  }
1662
- if ( $cntctfrm_options['cntctfrm_display_user_agent'] == 1) {
1663
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
1664
- $user_info_string .= '<tr><td>'.__( 'Using (user agent)', 'contact_form' ).':</td><td>'.$user_agent.'</td></tr>';
1665
  else
1666
- $user_info_string .= __( 'Using (user agent)', 'contact_form' ).': '.$user_agent."\n";
1667
  }
1668
  }
1669
- // message
1670
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] ) {
1671
  $message_text = '<html>
1672
  <head>
1673
- <title>'. __( "Contact from", 'contact_form' ) . get_bloginfo('name').'</title>
1674
  </head>
1675
  <body>
1676
  <table>';
1677
- if ( $cntctfrm_options['cntctfrm_display_name_field'] == 1 )
1678
  $message_text .= '<tr>
1679
- <td width="160">'. __( "Name", 'contact_form' ) . '</td><td>' . $name . '</td>
1680
  </tr>';
1681
- if ( $cntctfrm_options['cntctfrm_display_address_field'] == 1 )
1682
  $message_text .= '<tr>
1683
- <td>'. __( "Address", 'contact_form' ) . '</td><td>' . $address . '</td>
1684
  </tr>';
1685
  $message_text .= '<tr>
1686
  <td>'. __( "Email", 'contact_form' ) .'</td><td>' . $email . '</td>
1687
  </tr>';
1688
- if ( $cntctfrm_options['cntctfrm_display_phone_field'] == 1 )
1689
  $message_text .= '<tr>
1690
  <td>'. __( "Phone", 'contact_form' ) . '</td><td>' . $phone . '</td>
1691
  </tr>';
1692
  $message_text .= '<tr>
1693
- <td>'. __( "Subject", 'contact_form' ) . '</td><td>' . $subject . '</td>
1694
  </tr>
1695
  <tr>
1696
- <td>'. __( "Message", 'contact_form' ) . '</td><td>' . $message . '</td>
1697
  </tr>
1698
  <tr>
1699
- <td>'. __( "Site", 'contact_form' ) . '</td><td>' . get_bloginfo("url") . '</td>
1700
  </tr>
1701
  <tr>
1702
  <td><br /></td><td><br /></td>
@@ -1705,12 +1688,12 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
1705
  $message_text .= $user_info_string . '</table></body></html>';
1706
  } else {
1707
  $message_text = '';
1708
- if ( $cntctfrm_options['cntctfrm_display_name_field'] == 1 )
1709
  $message_text .= __( "Name", 'contact_form' ) . ': ' . $name . "\n";
1710
- if ( $cntctfrm_options['cntctfrm_display_address_field'] == 1 )
1711
  $message_text .= __( "Address", 'contact_form' ) . ': ' . $address . "\n";
1712
  $message_text .= __( "Email", 'contact_form' ) .': ' . $email . "\n";
1713
- if ( $cntctfrm_options['cntctfrm_display_phone_field'] == 1 )
1714
  $message_text .= __( "Phone", 'contact_form' ) . ': ' . $phone . "\n";
1715
  $message_text .= __( "Subject", 'contact_form' ) . ': ' . $subject . "\n" .
1716
  __( "Message", 'contact_form' ) . ': ' . $message . "\n" .
@@ -1722,36 +1705,36 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
1722
 
1723
  do_action( 'cntctfrm_get_mail_data', $to, $name, $email, $address, $phone, $subject, $message, $form_action_url, $user_agent, $userdomain );
1724
 
1725
- if ( $cntctfrm_options['cntctfrm_mail_method'] == 'wp-mail' ) {
1726
- // To send HTML mail, the Content-type header must be set
1727
  $headers = 'MIME-Version: 1.0' . "\n";
1728
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
1729
  $headers .= 'Content-type: text/html; charset=utf-8' . "\n";
1730
  else
1731
  $headers .= 'Content-type: text/plain; charset=utf-8' . "\n";
1732
 
1733
- // Additional headers
1734
  if ( 'custom' == $cntctfrm_options['cntctfrm_from_email'] )
1735
- $headers .= 'From: '.stripslashes( $cntctfrm_options['cntctfrm_custom_from_email'] ). '';
1736
  else
1737
- $headers .= 'From: '. $email . '';
1738
 
1739
- if ( $cntctfrm_options['cntctfrm_attachment'] == 1 && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && $_FILES["cntctfrm_contact_attachment"]["tmp_name"] != "" ) {
1740
  $attachments = array( $path_of_uploaded_file );
1741
  }
1742
 
1743
- if ( isset( $_POST['cntctfrm_contact_send_copy'] ) && $_POST['cntctfrm_contact_send_copy'] == 1 )
1744
  wp_mail( $email, $subject, $message_text_for_user, $headers, $attachments );
1745
 
1746
- // Mail it
1747
  $mail_result = wp_mail( $to, $subject, $message_text, $headers, $attachments );
1748
- // delete attachment
1749
- if ( $cntctfrm_options['cntctfrm_attachment'] == 1 && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && $_FILES["cntctfrm_contact_attachment"]["tmp_name"] != "" && $cntctfrm_options['cntctfrm_delete_attached_file'] == '1' ) {
1750
  @unlink( $path_of_uploaded_file );
1751
  }
1752
  return $mail_result;
1753
  } else {
1754
- if ( $cntctfrm_options['cntctfrm_attachment'] == 1 && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && $_FILES["cntctfrm_contact_attachment"]["tmp_name"] != "") {
1755
  global $path_of_uploaded_file;
1756
  $headers = "";
1757
  $message_block = $message_text;
@@ -1761,40 +1744,40 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
1761
  else
1762
  $from_field_name = $name;
1763
 
1764
- // Additional headers
1765
  if ( 'custom' == $cntctfrm_options['cntctfrm_from_email'] )
1766
- $headers .= 'From: '.$from_field_name.' <'.stripslashes( $cntctfrm_options['cntctfrm_custom_from_email'] ). '>' . "\n";
1767
  else
1768
- $headers .= 'From: '.$from_field_name.' <'.stripslashes( $email ). '>' . "\n";
1769
 
1770
 
1771
  $bound_text = "jimmyP123";
1772
 
1773
- $bound = "--".$bound_text."";
1774
 
1775
- $bound_last = "--".$bound_text."--";
1776
 
1777
- $headers .= "MIME-Version: 1.0\n".
1778
  "Content-Type: multipart/mixed; boundary=\"$bound_text\"";
1779
 
1780
  $message_text = __( "If you can see this MIME, it means that the MIME type is not supported by your email client!", "contact_form" ) . "\n";
1781
 
1782
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
1783
- $message_text .= $bound."\n" . "Content-Type: text/html; charset=\"utf-8\"\n" . "Content-Transfer-Encoding: 7bit\n\n" . $message_block . "\n\n";
1784
  else
1785
- $message_text .= $bound."\n" . "Content-Type: text/plain; charset=\"utf-8\"\n" . "Content-Transfer-Encoding: 7bit\n\n" . $message_block . "\n\n";
1786
 
1787
 
1788
  $file = file_get_contents($path_of_uploaded_file);
1789
- $message_text .= $bound."\n";
1790
 
1791
- $message_text .= "Content-Type: application/octet-stream; name=\"".basename($path_of_uploaded_file)."\"\n" .
1792
- "Content-Description: ".basename($path_of_uploaded_file)."\n" .
1793
- "Content-Disposition: attachment;\n" . " filename=\"".basename($path_of_uploaded_file)."\"; size=".filesize($path_of_uploaded_file).";\n" .
1794
  "Content-Transfer-Encoding: base64\n\n" . chunk_split( base64_encode( $file ) ) . "\n\n";
1795
  $message_text .= $bound_last;
1796
  } else {
1797
- // To send HTML mail, the Content-type header must be set
1798
  $headers = 'MIME-Version: 1.0' . "\n";
1799
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
1800
  $headers .= 'Content-type: text/html; charset=utf-8' . "\n";
@@ -1807,18 +1790,18 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
1807
  else
1808
  $from_field_name = $name;
1809
 
1810
- // Additional headers
1811
  if( 'custom' == $cntctfrm_options['cntctfrm_from_email'] )
1812
- $headers .= 'From: '.$from_field_name.' <'.stripslashes( $cntctfrm_options['cntctfrm_custom_from_email'] ). '>' . "\n";
1813
  else
1814
- $headers .= 'From: '.$from_field_name.' <'.$email. '>' . "\n";
1815
  }
1816
- if ( isset( $_POST['cntctfrm_contact_send_copy'] ) && $_POST['cntctfrm_contact_send_copy'] == 1 )
1817
  @mail( $email, $subject, $message_text_for_user, $headers );
1818
 
1819
  $mail_result = @mail( $to, $subject , $message_text, $headers);
1820
- // delete attachment
1821
- if ( $cntctfrm_options['cntctfrm_attachment'] == 1 && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && $_FILES["cntctfrm_contact_attachment"]["tmp_name"] != "" && $cntctfrm_options['cntctfrm_delete_attached_file'] == '1' ) {
1822
  @unlink( $path_of_uploaded_file );
1823
  }
1824
  return $mail_result;
@@ -1830,7 +1813,7 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
1830
 
1831
  if ( ! function_exists ( 'cntctfrm_plugin_action_links' ) ) {
1832
  function cntctfrm_plugin_action_links( $links, $file ) {
1833
- //Static so we don't call plugin_basename on every plugin row.
1834
  static $this_plugin;
1835
  if ( ! $this_plugin ) $this_plugin = plugin_basename(__FILE__);
1836
 
@@ -1840,7 +1823,7 @@ if ( ! function_exists ( 'cntctfrm_plugin_action_links' ) ) {
1840
  }
1841
  return $links;
1842
  }
1843
- } // end function cntctfrm_plugin_action_links
1844
 
1845
  if ( ! function_exists ( 'cntctfrm_register_plugin_links' ) ) {
1846
  function cntctfrm_register_plugin_links( $links, $file ) {
@@ -1871,47 +1854,43 @@ if ( ! function_exists ( 'cntctfrm_clean_input' ) ) {
1871
  return $string;
1872
  }
1873
  }
1874
- } // end function ctf_clean_input
1875
 
1876
- // functions for protecting and validating form vars
1877
  if ( ! function_exists ( 'cntctfrm_sanitize_string' ) ) {
1878
  function cntctfrm_sanitize_string( $string, $preserve_space = 0 ) {
1879
- if( ! $preserve_space )
1880
  $string = preg_replace("/ +/", ' ', trim( $string ) );
1881
 
1882
  return preg_replace( "/[<>]/", '_', $string );
1883
  }
1884
  }
1885
 
1886
- //Function '_plugin_init' are using to add language files.
1887
  if ( ! function_exists ( 'cntctfrm_plugin_init' ) ) {
1888
  function cntctfrm_plugin_init() {
1889
  if ( ! session_id() )
1890
  @session_start();
1891
  load_plugin_textdomain( 'contact_form', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
1892
- load_plugin_textdomain( 'bestwebsoft', false, dirname( plugin_basename( __FILE__ ) ) . '/bws_menu/languages/' );
1893
  }
1894
- } // end function cntctfrm_plugin_init
1895
 
1896
  if ( ! function_exists ( 'cntctfrm_admin_head' ) ) {
1897
  function cntctfrm_admin_head() {
1898
  global $wp_version;
1899
- if ( $wp_version < 3.8 )
1900
  wp_enqueue_style( 'cntctfrmStylesheet', plugins_url( 'css/style_wp_before_3.8.css', __FILE__ ) );
1901
  else
1902
  wp_enqueue_style( 'cntctfrmStylesheet', plugins_url( 'css/style.css', __FILE__ ) );
1903
 
1904
- if ( isset( $_REQUEST['page'] ) && ( $_REQUEST['page'] == 'contact_form.php' || $_REQUEST['page'] == 'contact_form_pro_extra.php' ) ) {
1905
- if ( $wp_version < 3.5 ) {
1906
  wp_enqueue_script( 'cntctfrmScript', plugins_url( 'js/script_wp_before_3.5.js', __FILE__ ) );
1907
  } else {
1908
  wp_enqueue_script( 'cntctfrmprScript', plugins_url( 'js/script.js', __FILE__ ) );
1909
  }
1910
- echo '<script type="text/javascript">var confirm_text = "'.__('Are you sure that you want to delete this language data?', 'contact_form').'"</script>';
1911
  }
1912
-
1913
- if ( isset( $_GET['page'] ) && $_GET['page'] == "bws_plugins" )
1914
- wp_enqueue_script( 'bws_menu_script', plugins_url( 'js/bws_menu.js' , __FILE__ ) );
1915
  }
1916
  }
1917
 
@@ -1926,12 +1905,12 @@ if ( ! function_exists ( 'cntctfrm_email_name_filter' ) ) {
1926
  global $cntctfrm_options;
1927
  if ( isset( $_POST['cntctfrm_contact_name'] ) && 'custom' != $cntctfrm_options['cntctfrm_select_from_field'] ) {
1928
  $name = stripslashes( strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', trim( $_POST['cntctfrm_contact_name'] ) ) ) ) );
1929
- if ( $name != '' )
1930
  return $name;
1931
  else
1932
  return $data;
1933
 
1934
- } elseif ( isset( $cntctfrm_options['cntctfrm_from_field'] ) && trim( $cntctfrm_options['cntctfrm_from_field'] ) != "" )
1935
  return stripslashes( $cntctfrm_options['cntctfrm_from_field'] );
1936
  else
1937
  return $data;
@@ -2004,7 +1983,7 @@ if ( ! function_exists ( 'cntctfrm_remove_language' ) ) {
2004
  }
2005
  }
2006
 
2007
- // Function for delete options
2008
  if ( ! function_exists ( 'cntctfrm_delete_options' ) ) {
2009
  function cntctfrm_delete_options() {
2010
  delete_option( 'cntctfrm_options' );
@@ -2014,15 +1993,16 @@ if ( ! function_exists ( 'cntctfrm_delete_options' ) ) {
2014
  if ( ! function_exists ( 'cntctfrm_plugin_banner' ) ) {
2015
  function cntctfrm_plugin_banner() {
2016
  global $hook_suffix;
2017
- if ( $hook_suffix == 'plugins.php' ) {
2018
  $banner_array = array(
2019
  array( 'pdtr_hide_banner_on_plugin_page', 'updater/updater.php', '1.12' ),
2020
  array( 'cntctfrmtdb_hide_banner_on_plugin_page', 'contact-form-to-db/contact_form_to_db.php', '1.2' ),
 
2021
  array( 'cntctfrmpr_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-pro/contact_form_pro.php', '1.14' ),
2022
  array( 'cntctfrm_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.62' ),
2023
  array( 'cntctfrm_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.47' ),
2024
  array( 'cptch_hide_banner_on_plugin_page', 'captcha/captcha.php', '3.8.4' ),
2025
- array( 'gllr_hide_banner_on_plugin_page', 'gallery-plugin/gallery-plugin.php', '3.9.1' )
2026
  );
2027
  $plugin_info = get_plugin_data( __FILE__ );
2028
  if ( ! function_exists( 'is_plugin_active_for_network' ) )
@@ -2070,7 +2050,7 @@ if ( ! function_exists ( 'cntctfrm_plugin_banner' ) ) {
2070
  </div>
2071
  <a class="button cntctfrm_button" target="_blank" href="http://bestwebsoft.com/plugin/contact-form-pro/?k=f575dc39cba54a9de88df346eed52101&pn=77&v=' . $plugin_info["Version"] . '&wp_v=' . $wp_version . '">Learn More</a>
2072
  </div>';
2073
- 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 ) ) {
2074
  echo '<div class="cntctfrm_message_for_ctfrmtdb">
2075
  <img class="cntctfrm_for_ctfrmtdb_close_icon" title="" src="' . plugins_url( 'images/close_banner.png', __FILE__ ) . '" alt=""/>
2076
  <img class="cntctfrm_icon" title="" src="' . plugins_url( 'images/banner_for_ctfrmtdb.png', __FILE__ ) . '" alt=""/>
@@ -2098,9 +2078,9 @@ add_action( 'init', 'cntctfrm_check_and_send' );
2098
  add_action( 'admin_menu', 'cntctfrm_admin_menu' );
2099
  add_action( 'admin_init', 'cntctfrm_version_check' );
2100
 
2101
- // adds "Settings" link to the plugin action page
2102
  add_filter( 'plugin_action_links', 'cntctfrm_plugin_action_links', 10, 2 );
2103
- //Additional links on the plugin page
2104
  add_filter( 'plugin_row_meta', 'cntctfrm_register_plugin_links', 10, 2 );
2105
 
2106
  add_action( 'admin_enqueue_scripts', 'cntctfrm_admin_head' );
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: Plugin for Contact Form.
6
  Author: BestWebSoft
7
+ Version: 3.70
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
11
+ /* @ Copyright 2014 BestWebSoft ( http://support.bestwebsoft.com )
12
 
13
  This program is free software; you can redistribute it and/or modify
14
  it under the terms of the GNU General Public License, version 2, as
25
  */
26
 
27
  require_once( dirname( __FILE__ ) . '/bws_menu/bws_menu.php' );
28
+
29
+ /* Add option page in admin menu */
30
  if( ! function_exists( 'cntctfrm_admin_menu' ) ) {
31
  function cntctfrm_admin_menu() {
32
  add_menu_page( 'BWS Plugins', 'BWS Plugins', 'manage_options', 'bws_plugins', 'bws_add_menu_render', plugins_url( "images/px.png", __FILE__ ), 1001 );
33
+ add_submenu_page('bws_plugins', __( 'Contact Form Settings', 'contact_form' ), __( 'Contact Form', 'contact_form' ), 'manage_options', "contact_form.php", 'cntctfrm_settings_page' );
 
34
 
35
+ /* Call register settings function */
36
  add_action( 'admin_init', 'cntctfrm_settings' );
37
  }
38
  }
39
 
40
+ /* Register settings for plugin */
41
  if( ! function_exists( 'cntctfrm_settings' ) ) {
42
  function cntctfrm_settings() {
43
  global $wpmu, $cntctfrm_options, $cntctfrm_option_defaults, $wpdb, $bws_plugin_info;
106
  'cntctfrm_html_email' => 1
107
  );
108
 
109
+ /* Install the option defaults */
110
  if ( 1 == $wpmu ) {
111
+ if ( ! get_site_option( 'cntctfrm_options' ) )
112
  add_site_option( 'cntctfrm_options', $cntctfrm_option_defaults, '', 'yes' );
 
113
  } else {
114
+ if ( ! get_option( 'cntctfrm_options' ) )
115
  add_option( 'cntctfrm_options', $cntctfrm_option_defaults, '', 'yes' );
116
  }
117
 
118
+ /* Get options from the database */
119
  if ( 1 == $wpmu )
120
  $cntctfrm_options = get_site_option( 'cntctfrm_options' );
121
  else
147
  $cntctfrm_options['cntctfrm_form_error'] = array( 'en' => $cntctfrm_option_defaults['cntctfrm_form_error']['en'] );
148
  }
149
 
150
+ if ( isset( $cntctfrm_options['cntctfrm_required_symbol'] ) && '1' == $cntctfrm_options['cntctfrm_required_symbol'] )
151
  $cntctfrm_options['cntctfrm_required_symbol'] = '*';
152
+ elseif ( isset( $cntctfrm_options['cntctfrm_required_symbol'] ) && '0' == $cntctfrm_options['cntctfrm_required_symbol'] )
153
  $cntctfrm_options['cntctfrm_required_symbol'] = '';
154
 
155
  $cntctfrm_options = array_merge( $cntctfrm_option_defaults, $cntctfrm_options );
156
 
157
  update_option( 'cntctfrm_options', $cntctfrm_options );
158
 
159
+ /* Create db table of fields list */
160
  $wpdb->query("DROP TABLE IF EXISTS " . $wpdb->prefix . "cntctfrm_field" );
161
  $sql = "CREATE TABLE IF NOT EXISTS `" . $wpdb->prefix . "cntctfrm_field` (
162
  id int NOT NULL AUTO_INCREMENT,
205
  }
206
  }
207
 
208
+ /* Add settings page in admin area */
209
  if( ! function_exists( 'cntctfrm_settings_page' ) ) {
210
  function cntctfrm_settings_page() {
211
  global $cntctfrm_options, $wpdb, $cntctfrm_option_defaults, $wp_version;
225
  $userslogin = $wpdb->get_col( "SELECT user_login FROM $wpdb->users ", 0 );
226
 
227
  $error = "";
228
+ /* Save data for settings page */
229
  if( isset( $_POST['cntctfrm_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'cntctfrm_nonce_name' ) ) {
230
  $cntctfrm_options_submit['cntctfrm_user_email'] = $_POST['cntctfrm_user_email'];
231
  $cntctfrm_options_submit['cntctfrm_custom_email'] = stripslashes( $_POST['cntctfrm_custom_email'] );
233
  $cntctfrm_options_submit['cntctfrm_from_email'] = $_POST['cntctfrm_from_email'];
234
  $cntctfrm_options_submit['cntctfrm_custom_from_email'] = stripslashes( $_POST['cntctfrm_custom_from_email'] );
235
  $cntctfrm_options_submit['cntctfrm_additions_options'] = isset( $_POST['cntctfrm_additions_options']) ? $_POST['cntctfrm_additions_options'] : 0;
236
+ if ( 0 == $cntctfrm_options_submit['cntctfrm_additions_options'] ) {
237
  $cntctfrm_options_submit['cntctfrm_attachment'] = 0;
238
  $cntctfrm_options_submit['cntctfrm_attachment_explanations'] = 1;
239
  $cntctfrm_options_submit['cntctfrm_send_copy'] = 0;
363
  }
364
  }
365
 
366
+ if ( 0 == $cntctfrm_options_submit['cntctfrm_display_name_field'] ) {
367
  $cntctfrm_options_submit['cntctfrm_required_name_field'] = 0;
368
  } else {
369
  $cntctfrm_options_submit['cntctfrm_required_name_field'] = isset( $_POST['cntctfrm_required_name_field']) ? 1 : 0;
370
  }
371
+ if ( 0 == $cntctfrm_options_submit['cntctfrm_display_address_field'] ) {
372
  $cntctfrm_options_submit['cntctfrm_required_address_field'] = 0;
373
  } else {
374
  $cntctfrm_options_submit['cntctfrm_required_address_field'] = isset( $_POST['cntctfrm_required_address_field']) ? 1 : 0;
375
  }
376
  $cntctfrm_options_submit['cntctfrm_required_email_field'] = isset( $_POST['cntctfrm_required_email_field']) ? 1 : 0;
377
+ if ( 0 == $cntctfrm_options_submit['cntctfrm_display_phone_field'] ) {
378
  $cntctfrm_options_submit['cntctfrm_required_phone_field'] = 0;
379
  } else {
380
  $cntctfrm_options_submit['cntctfrm_required_phone_field'] = isset( $_POST['cntctfrm_required_phone_field']) ? 1 : 0;
387
  $cntctfrm_options_submit['cntctfrm_html_email'] = isset( $_POST['cntctfrm_html_email']) ? 1 : 0;
388
 
389
  $cntctfrm_options_submit['cntctfrm_display_add_info'] = isset( $_POST['cntctfrm_display_add_info']) ? 1 : 0;
390
+ if ( 1 == $cntctfrm_options_submit['cntctfrm_display_add_info'] ) {
391
  $cntctfrm_options_submit['cntctfrm_display_sent_from'] = isset( $_POST['cntctfrm_display_sent_from']) ? 1 : 0;
392
  $cntctfrm_options_submit['cntctfrm_display_date_time'] = isset( $_POST['cntctfrm_display_date_time']) ? 1 : 0;
393
  $cntctfrm_options_submit['cntctfrm_display_coming_from'] = isset( $_POST['cntctfrm_display_coming_from']) ? 1 : 0;
400
  }
401
 
402
  $cntctfrm_options_submit['cntctfrm_change_label'] = isset( $_POST['cntctfrm_change_label']) ? 1 : 0;
403
+ if ( 1 == $cntctfrm_options_submit['cntctfrm_change_label'] ) {
404
  foreach ( $_POST['cntctfrm_name_label'] as $key => $val ){
405
  $cntctfrm_options_submit['cntctfrm_name_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_name_label'][ $key ] ) );
406
  $cntctfrm_options_submit['cntctfrm_address_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_address_label'][ $key ] ) );
427
  $cntctfrm_options_submit['cntctfrm_form_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_form_error'][ $key ] ) );
428
  }
429
  } else {
430
+ if ( empty( $cntctfrm_options['cntctfrm_language'] ) ) {
431
  $cntctfrm_options_submit['cntctfrm_name_label'] = $cntctfrm_option_defaults['cntctfrm_name_label'];
432
  $cntctfrm_options_submit['cntctfrm_address_label'] = $cntctfrm_option_defaults['cntctfrm_address_label'];
433
  $cntctfrm_options_submit['cntctfrm_email_label'] = $cntctfrm_option_defaults['cntctfrm_email_label'];
487
  $cntctfrm_options_submit['cntctfrm_redirect_url'] = $_POST['cntctfrm_redirect_url'];
488
  }
489
  $cntctfrm_options = array_merge( $cntctfrm_options, $cntctfrm_options_submit );
490
+ if ( 0 == $cntctfrm_options_submit['cntctfrm_action_after_send']
491
+ && ( "" == trim( $cntctfrm_options_submit['cntctfrm_redirect_url'] )
492
+ || ! preg_match( '@^(?:http://)?([^/]+)@i', trim( $cntctfrm_options_submit['cntctfrm_redirect_url'] ) ) ) ) {
493
  $error .=__( "If the 'Redirect to page' option is selected then the URL field should be in the following format", 'contact_form' )." <code>http://your_site/your_page</code>";
494
  $cntctfrm_options['cntctfrm_action_after_send'] = 1;
495
  }
502
  $error .=__( "Such user does not exist. Settings are not saved.", 'contact_form' );
503
  }
504
  } else {
505
+ if ( "" == $cntctfrm_options_submit['cntctfrm_custom_email'] || ! preg_match( "/^((?:[a-z0-9_']+(?:[a-z0-9\-_\.']+)?@[a-z0-9]+(?:[a-z0-9\-\.]+)?\.[a-z]{2,5})[, ]*)+$/i", trim( $cntctfrm_options_submit['cntctfrm_custom_email'] ) ) ){
506
  $error .= __( "Please enter a valid email address in the 'FROM' field. Settings are not saved.", 'contact_form' );
507
  }
508
  }
509
  if ( 'custom' == $cntctfrm_options_submit['cntctfrm_from_email'] ) {
510
+ if ( "" == $cntctfrm_options_submit['cntctfrm_custom_from_email']
511
+ && ! preg_match( "/^((?:[a-z0-9_']+(?:[a-z0-9\-_\.']+)?@[a-z0-9]+(?:[a-z0-9\-\.]+)?\.[a-z]{2,5})[, ]*)+$/i", trim( $cntctfrm_options_submit['cntctfrm_custom_from_email'] ) ) ) {
512
  $error .= __( "Please enter a valid email address in the 'FROM' field. Settings are not saved.", 'contact_form' );
513
  }
514
  }
515
+ if ( '' == $error ) {
516
  update_option( 'cntctfrm_options', $cntctfrm_options, '', 'yes' );
517
  $message = __( "Settings saved.", 'contact_form' );
518
  }
519
  }
520
+ /* Display form on the setting page */
521
  $lang_codes = array(
522
  'aa' => 'Afar', 'ab' => 'Abkhazian', 'af' => 'Afrikaans', 'ak' => 'Akan', 'sq' => 'Albanian', 'am' => 'Amharic', 'ar' => 'Arabic', 'an' => 'Aragonese', 'hy' => 'Armenian', 'as' => 'Assamese', 'av' => 'Avaric', 'ae' => 'Avestan', 'ay' => 'Aymara', 'az' => 'Azerbaijani', 'ba' => 'Bashkir', 'bm' => 'Bambara', 'eu' => 'Basque', 'be' => 'Belarusian', 'bn' => 'Bengali',
523
  'bh' => 'Bihari', 'bi' => 'Bislama', 'bs' => 'Bosnian', 'br' => 'Breton', 'bg' => 'Bulgarian', 'my' => 'Burmese', 'ca' => 'Catalan; Valencian', 'ch' => 'Chamorro', 'ce' => 'Chechen', 'zh' => 'Chinese', 'cu' => 'Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic', 'cv' => 'Chuvash', 'kw' => 'Cornish', 'co' => 'Corsican', 'cr' => 'Cree',
530
  'sg' => 'Sango', 'sa' => 'Sanskrit', 'sr' => 'Serbian', 'hr' => 'Croatian', 'si' => 'Sinhala; Sinhalese', 'sk' => 'Slovak', 'sl' => 'Slovenian', 'se' => 'Northern Sami', 'sm' => 'Samoan', 'sn' => 'Shona', 'sd' => 'Sindhi', 'so' => 'Somali', 'st' => 'Sotho, Southern', 'es' => 'Spanish; Castilian', 'sc' => 'Sardinian', 'ss' => 'Swati', 'su' => 'Sundanese', 'sw' => 'Swahili',
531
  'sv' => 'Swedish', 'ty' => 'Tahitian', 'ta' => 'Tamil', 'tt' => 'Tatar', 'te' => 'Telugu', 'tg' => 'Tajik', 'tl' => 'Tagalog', 'th' => 'Thai', 'bo' => 'Tibetan', 'ti' => 'Tigrinya', 'to' => 'Tonga (Tonga Islands)', 'tn' => 'Tswana', 'ts' => 'Tsonga', 'tk' => 'Turkmen', 'tr' => 'Turkish', 'tw' => 'Twi', 'ug' => 'Uighur; Uyghur', 'uk' => 'Ukrainian', 'ur' => 'Urdu', 'uz' => 'Uzbek',
532
  've' => 'Venda', 'vi' => 'Vietnamese', 'vo' => 'Volapük', 'cy' => 'Welsh','wa' => 'Walloon','wo' => 'Wolof', 'xh' => 'Xhosa', 'yi' => 'Yiddish', 'yo' => 'Yoruba', 'za' => 'Zhuang; Chuang', 'zu' => 'Zulu' );
 
533
  ?>
534
+ <div class="wrap">
535
+ <div class="icon32 icon32-bws" id="icon-options-general"></div>
536
+ <h2><?php _e( "Contact Form Settings", 'contact_form' ); ?></h2>
537
+ <div class="updated fade" <?php if ( ! isset( $_POST['cntctfrm_form_submit'] ) || "" != $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
538
+ <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>
539
+ <div class="error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
540
+ <h2 class="nav-tab-wrapper">
541
+ <a class="nav-tab<?php if ( ! isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php"><?php _e( 'Settings', 'contact_form' ); ?></a>
542
+ <a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'extra' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php&amp;action=extra"><?php _e( 'Extra settings', 'contact_form' ); ?></a>
543
+ </h2>
544
+ <div class="clear"></div>
545
+ <?php if ( ! isset( $_GET['action'] ) ) { ?>
546
+ <form id="cntctfrm_settings_form" method="post" action="admin.php?page=contact_form.php">
547
+ <span style="margin-bottom:15px;">
548
+ <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 />
549
+ <?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' ); ?>
550
+ [bestwebsoft_contact_form lang=en]). <?php _e( "They work the same way.", 'contact_form' ); ?></p>
551
+ <?php _e( "If you leave the fields empty, the messages will be sent to the email address specified during registration.", 'contact_form' ); ?>
552
+ </span>
553
+ <table class="form-table" style="width:auto;">
554
+ <tr valign="top">
555
+ <th scope="row" style="width:200px;"><?php _e( "The user's email address:", 'contact_form' ); ?> </th>
556
+ <td colspan="2" style="width:750px;">
557
+ <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\" "; ?>/>
558
+ <select name="cntctfrm_user_email">
559
+ <option disabled><?php _e( "Create a username", 'contact_form' ); ?></option>
560
+ <?php while( list( $key, $value ) = each( $userslogin ) ) { ?>
561
+ <option value="<?php echo $value; ?>" <?php if ( $cntctfrm_options['cntctfrm_user_email'] == $value ) echo "selected=\"selected\" "; ?>><?php echo $value; ?></option>
562
+ <?php } ?>
563
+ </select>
564
+ <span class="cntctfrm_info"><?php _e( "Enter a username of the person who should get the messages from the contact form.", 'contact_form' ); ?></span>
565
+ </td>
566
+ </tr>
567
+ <tr valign="top">
568
+ <th scope="row" style="width:200px;"><?php _e( "Use this email address:", 'contact_form' ); ?> </th>
569
+ <td colspan="2">
570
+ <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;" />
571
+ <span class="cntctfrm_info"><?php _e( "Enter the email address you want the messages forwarded to.", 'contact_form' ); ?></span>
572
+ </td>
573
+ </tr>
574
+ </table>
575
+ <table class="form-table bws_pro_version" style="width:auto;">
576
+ <tr valign="top">
577
+ <th scope="row" style="width:200px;"><?php _e( "Add department selectbox to the contact form:", 'contact_form' ); ?></th>
578
+ <td colspan="2">
579
+ <input type="radio" id="cntctfrmpr_select_email_department" name="cntctfrmpr_select_email" value="departments" disabled="disabled" />
580
+ <div class="cntctfrmpr_department_table"><img src="<?php echo plugins_url( 'images/pro_screen_1.png', __FILE__ ); ?>" alt="" /></div>
581
+ </td>
582
+ </tr>
583
+ <tr valign="top">
584
+ <th scope="row" colspan="2">
585
+ * <?php _e( 'If you upgrade to Pro version all your settings will be saved.', 'contact_form' ); ?>
586
+ </th>
587
+ </tr>
588
+ <tr valign="top" class="bws_pro_version_tooltip">
589
+ <th scope="row" colspan="2">
590
+ <?php _e( 'This functionality is available in the Pro version of the plugin. For more details, please follow the link', 'contact_form' ); ?>
591
+ <a title="Contact Form Pro" target="_blank" href="http://bestwebsoft.com/plugin/contact-form-pro/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"> <?php _e( 'Contact Form Pro', 'contact_form' ); ?></a>
592
+ </th>
593
+ </tr>
594
+ </table>
595
+ <table class="form-table" style="width:auto;">
596
+ <tr valign="top">
597
+ <th scope="row" style="width:200px;"><?php _e( "Save emails to the database", 'contact_form' ); ?> </th>
598
+ <td colspan="2">
599
+ <?php if ( ! function_exists( 'is_plugin_active_for_network' ) )
600
+ require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
601
+ $all_plugins = get_plugins();
602
+ $active_plugins = get_option( 'active_plugins' );
603
+ 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 ) ) {
604
+ if ( 0 < count( preg_grep( '/contact-form-to-db\/contact_form_to_db.php/', $active_plugins ) ) || 0 < count( preg_grep( '/contact-form-to-db-pro\/contact_form_to_db_pro.php/', $active_plugins ) ) ||
605
+ is_plugin_active_for_network( 'contact-form-to-db/contact_form_to_db.php' ) || is_plugin_active_for_network( 'contact-form-to-db-pro/contact_form_to_db_pro.php' ) ) { ?>
606
+ <input type="checkbox" name="cntctfrm_save_email_to_db" value="1" <?php if ( ( isset( $cntctfrmtdb_options ) && 1 == $cntctfrmtdb_options["cntctfrmtdb_save_messages_to_db"] ) || ( isset( $cntctfrmtdbpr_options ) && 1 == $cntctfrmtdbpr_options["save_messages_to_db"] ) ) echo "checked=\"checked\""; ?> />
607
+ <span style="color: #888888;font-size: 10px;"> (<?php _e( 'Using Contact Form to DB powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>)</span>
608
+ <?php } else { ?>
609
+ <input disabled="disabled" type="checkbox" name="cntctfrm_save_email_to_db" value="1" <?php if ( ( isset( $cntctfrmtdb_options ) && 1 == $cntctfrmtdb_options["cntctfrmtdb_save_messages_to_db"] ) || ( isset( $cntctfrmtdbpr_options ) && 1 == $cntctfrmtdbpr_options["save_messages_to_db"] ) ) echo "checked=\"checked\""; ?> />
610
+ <span style="color: #888888;font-size: 10px;">(<?php _e( 'Using Contact Form to DB powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>) <a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate Contact Form to DB', 'contact_form' ); ?></a></span>
611
+ <?php }
612
+ } else { ?>
613
+ <input disabled="disabled" type="checkbox" name="cntctfrm_save_email_to_db" value="1" />
614
+ <span style="color: #888888;font-size: 10px;">(<?php _e( 'Using Contact Form to DB powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>) <a href="http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=19d806f45d866e70545de83169b274f2&pn=77&v=<?php echo $plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Download Contact Form to DB', 'contact_form' ); ?></a></span>
615
+ <?php } ?>
616
+ </td>
617
+ </tr>
618
+ <tr valign="top">
619
+ <th scope="row" style="width:200px;"><label><input type="checkbox" id="cntctfrm_additions_options" name="cntctfrm_additions_options" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_additions_options'] ) echo "checked=\"checked\" "; ?> /> <?php _e( "Additional options", 'contact_form' ); ?></label></th>
620
+ <td colspan="2">
621
+ <input id="cntctfrm_show_additional_settings" type="button" class="button-small button" value="<?php _e( "Show", 'contact_form' ); ?>" style="display: none;">
622
+ <input id="cntctfrm_hide_additional_settings" type="button" class="button-small button" value="<?php _e( "Hide", 'contact_form' ); ?>" style="display: none;">
623
+ </td>
624
+ </tr>
625
+ <tr class="cntctfrm_additions_block <?php if ( '0' == $cntctfrm_options['cntctfrm_additions_options'] ) echo "cntctfrm_hidden"; ?>">
626
+ <th scope="row" style="width:200px;"><?php _e( 'What to use?', 'contact_form' ); ?></th>
627
+ <td colspan="2">
628
+ <label><input type='radio' name='cntctfrm_mail_method' value='wp-mail' <?php if ( 'wp-mail' == $cntctfrm_options['cntctfrm_mail_method'] ) echo "checked=\"checked\" "; ?>/>
629
+ <?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 />
630
+ <label><input type='radio' name='cntctfrm_mail_method' value='mail' <?php if ( 'mail' == $cntctfrm_options['cntctfrm_mail_method'] ) echo "checked=\"checked\" "; ?>/>
631
+ <?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 />
632
+ </td>
633
+ </tr>
634
+ <tr valign="top" class="cntctfrm_additions_block <?php if ( '0' == $cntctfrm_options['cntctfrm_additions_options'] ) echo "cntctfrm_hidden"; ?>">
635
+ <th scope="row" style="width:200px;"><?php _e( "The text in the 'From' field", 'contact_form' ); ?></th>
636
+ <td colspan="2">
637
+ <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>
638
+ <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/>
639
+ <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\" "; ?>/>
640
+ <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;" />
641
+ <span class="cntctfrm_info">(<?php _e( "This text will be used in the 'FROM' field", 'contact_form' ); ?>)</span>
642
+ </td>
643
+ </tr>
644
+ <tr valign="top" class="cntctfrm_additions_block <?php if ( '0' == $cntctfrm_options['cntctfrm_additions_options'] ) echo "cntctfrm_hidden"; ?>">
645
+ <th scope="row" style="width:200px;"><?php _e( "The email address in the 'From' field", 'contact_form' ); ?></th>
646
+ <td colspan="2">
647
+ <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>
648
+ <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 />
649
+ <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\" "; ?>/>
650
+ <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;" />
651
+ <span class="cntctfrm_info">(<?php _e( "This email address will be used in the 'From' field.", 'contact_form' ); ?>)</span>
652
+ </td>
653
+ </tr>
654
+ <tr valign="top" class="cntctfrm_additions_block <?php if ( '0' == $cntctfrm_options['cntctfrm_additions_options'] ) echo "cntctfrm_hidden"; ?>">
655
+ <th scope="row" style="width:200px;"><?php _e( "Required symbol", 'contact_form' ); ?></th>
656
+ <td colspan="2">
657
+ <input type="text" id="cntctfrm_required_symbol" name="cntctfrm_required_symbol" value="<?php echo $cntctfrm_options['cntctfrm_required_symbol']; ?>"/>
658
+ </td>
659
+ </tr>
660
+ </table>
661
+ <br />
662
+ <table class="cntctfrm_settings_table cntctfrm_additions_block<?php if ( '0' == $cntctfrm_options['cntctfrm_additions_options'] ) echo " cntctfrm_hidden"; ?>" style="width:auto;">
663
+ <thead>
664
+ <tr valign="top">
665
+ <th scope="row" style="width: 210px;"><?php _e( "Fields", 'contact_form' ); ?></th>
666
+ <th><?php _e( "Used", 'contact_form' ); ?></th>
667
+ <th><?php _e( "Required", 'contact_form' ); ?></th>
668
+ <th><?php _e( "Visible", 'contact_form' ); ?></th>
669
+ <th><?php _e( "Disabled for editing", 'contact_form' ); ?></th>
670
+ <th scope="row" style="width:200px;"><?php _e( "Field's default value", 'contact_form' ); ?></th>
671
+ </tr>
672
+ </thead>
673
+ <tbody>
674
+ <tr valign="top">
675
+ <td><?php _e( "Name", 'contact_form' ); ?></td>
676
+ <td><input type="checkbox" name="cntctfrm_display_name_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_name_field'] ) echo "checked=\"checked\" "; ?>/></td>
677
+ <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>
678
+ <td></td>
679
+ <td></td>
680
+ <td></td>
681
+ </tr>
682
+ <tr valign="top">
683
+ <td><?php _e( "Address", 'contact_form' ); ?></td>
684
+ <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>
685
+ <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>
686
+ <td></td>
687
+ <td></td>
688
+ <td></td>
689
+ </tr>
690
+ <tr valign="top">
691
+ <td><?php _e( "Email Address", 'contact_form' ); ?></td>
692
+ <td></td>
693
+ <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>
694
+ <td></td>
695
+ <td></td>
696
+ <td></td>
697
+ </tr>
698
+ <tr valign="top">
699
+ <td><?php _e( "Phone number", 'contact_form' ); ?></td>
700
+ <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>
701
+ <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>
702
+ <td></td>
703
+ <td></td>
704
+ <td></td>
705
+ </tr>
706
+ <tr valign="top">
707
+ <td><?php _e( "Subject", 'contact_form' ); ?></td>
708
+ <td></td>
709
+ <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>
710
+ <td class="bws_pro_version"><input class="subject" disabled="disabled" type="checkbox" name="cntctfrmpr_visible_subject" value="1" /></td>
711
+ <td class="bws_pro_version"><input class="subject" disabled="disabled" type="checkbox" name="cntctfrmpr_disabled_subject" value="1" /></td>
712
+ <td class="bws_pro_version"><input class="subject" disabled="disabled" type="text" name="cntctfrmpr_default_subject" value="" /></td>
713
+ </tr>
714
+ <tr valign="top">
715
+ <td><?php _e( "Message", 'contact_form' ); ?></td>
716
+ <td></td>
717
+ <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>
718
+ <td class="bws_pro_version"><input class="message" disabled="disabled" type="checkbox" name="cntctfrmpr_visible_message" value="1" /></td>
719
+ <td class="bws_pro_version"><input class="message" disabled="disabled" disabled="disabled" type="checkbox" name="cntctfrmpr_disabled_message" value="1" /></td>
720
+ <td class="bws_pro_version"><input class="message" disabled="disabled" type="text" name="cntctfrmpr_default_message" value="" /></td>
721
+ </tr>
722
+ <tr valign="top">
723
+ <td></td>
724
+ <td></td>
725
+ <td></td>
726
+ <td colspan="3" class="bws_pro_version_tooltip">
727
+ <?php _e( 'This functionality is available in the Pro version of the plugin. For more details, please follow the link', 'contact_form' ); ?>
728
+ <a title="Contact Form Pro" target="_blank" href="http://bestwebsoft.com/plugin/contact-form-pro/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"> <?php _e( 'Contact Form Pro', 'contact_form' ); ?></a>
729
+ </td>
730
+ </tr>
731
+ <tr valign="top">
732
+ <td>
733
+ <?php _e( "Attachment block", 'contact_form' ); ?>
734
+ <div class="cntctfrm_help_box" style="margin: -3px 0 0; float:right;">
735
+ <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>
736
+ </div>
737
+ </td>
738
+ <td><input type="checkbox" id="cntctfrm_attachment" name="cntctfrm_attachment" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_attachment'] ) echo "checked=\"checked\" "; ?>/></td>
739
+ <td></td>
740
+ <td></td>
741
+ <td></td>
742
+ <td></td>
743
+ </tr>
744
+ </tbody>
745
+ </table>
746
+ <br />
747
+ <table class="form-table" style="width:auto;">
748
+ <tr valign="top" class="cntctfrm_additions_block <?php if ( '0' == $cntctfrm_options['cntctfrm_additions_options'] ) echo "cntctfrm_hidden"; ?>">
749
+ <th scope="row" style="width:200px;"><?php _e( "Add to the form", 'contact_form' ); ?></th>
750
+ <td style="width:750px;" colspan="3">
751
+ <div style="clear: both;">
752
+ <label style="float: left">
753
+ <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\" "; ?>/>
754
+ <?php _e( "Tips below the Attachment", 'contact_form' ); ?>
755
+ </label>
756
+ <div class="cntctfrm_help_box" style="margin: -3px 0 0 10px;">
757
+ <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>
758
+ </div>
759
+ </div>
760
+ <div style="clear: both;">
761
+ <label style="float: left">
762
+ <input type="checkbox" id="cntctfrm_send_copy" name="cntctfrm_send_copy" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_send_copy'] ) echo "checked=\"checked\" "; ?>/>
763
+ <?php _e( "'Send me a copy' block", 'contact_form' ); ?>
764
+ </label>
765
+ <div class="cntctfrm_help_box" style="margin: -3px 0 0 10px;">
766
+ <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>
767
+ </div>
768
+ </div>
769
+ <div style="clear: both;">
770
+ <?php $all_plugins = get_plugins();
771
+ $active_plugins = get_option( 'active_plugins' );
772
+ if ( array_key_exists( 'captcha/captcha.php', $all_plugins ) || array_key_exists( 'captcha-pro/captcha_pro.php', $all_plugins ) ) {
773
+ if ( 0 < count( preg_grep( '/captcha\/captcha.php/', $active_plugins ) ) || 0 < count( preg_grep( '/captcha-pro\/captcha_pro.php/', $active_plugins ) ) ||
774
+ is_plugin_active_for_network( 'captcha/captcha.php' ) || is_plugin_active_for_network( 'captcha-pro/captcha_pro.php' ) ) { ?>
775
+ <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\""; ?> />
776
+ <?php _e( "Captcha", 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;">(<?php _e( 'powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>)</span>
777
+ <?php } else { ?>
778
+ <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\""; ?> />
779
+ <?php _e( 'Captcha', 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;">(<?php _e( 'powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>) <a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate captcha', 'contact_form' ); ?></a></span>
780
+ <?php }
781
+ } else { ?>
782
+ <label><input disabled="disabled" type="checkbox" name="cntctfrm_display_captcha" value="1" />
783
+ <?php _e( 'Captcha', 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;">(<?php _e( 'powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>) <a href="http://bestwebsoft.com/plugin/captcha-pro/?k=19ac1e9b23bea947cfc4a9b8e3326c03&pn=77&v=<?php echo $plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Download captcha', 'contact_form' ); ?></a></span>
784
+ <?php } ?>
785
+ </div>
786
+ </td>
787
+ </tr>
788
+ <tr valign="top" class="cntctfrm_additions_block <?php if ( '0' == $cntctfrm_options['cntctfrm_additions_options'] ) echo "cntctfrm_hidden"; ?>">
789
+ <th scope="row" style="width:200px;"></th>
790
+ <td colspan="3" class="bws_pro_version">
791
+ <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 />
792
+ <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 />
793
+ </td>
794
+ </tr>
795
+ <tr valign="top" class="cntctfrm_additions_block <?php if ( '0' == $cntctfrm_options['cntctfrm_additions_options'] ) echo "cntctfrm_hidden"; ?>">
796
+ <th></th>
797
+ <td colspan="3" class="bws_pro_version_tooltip">
798
+ <?php _e( 'This functionality is available in the Pro version of the plugin. For more details, please follow the link', 'contact_form' ); ?>
799
+ <a title="Contact Form Pro" target="_blank" href="http://bestwebsoft.com/plugin/contact-form-pro/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"> <?php _e( 'Contact Form Pro', 'contact_form' ); ?></a>
800
+ </td>
801
+ </tr>
802
+ <tr valign="top" class="cntctfrm_additions_block <?php if ( '0' == $cntctfrm_options['cntctfrm_additions_options'] ) echo "cntctfrm_hidden"; ?>">
803
+ <th scope="row" style="width:200px;"><?php _e( "Delete an attachment file from the server after the email is sent", 'contact_form' ); ?> </th>
804
+ <td colspan="3">
805
+ <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\" "; ?>/>
806
+ </td>
807
+ </tr>
808
+ <tr valign="top" class="cntctfrm_additions_block <?php if ( '0' == $cntctfrm_options['cntctfrm_additions_options'] ) echo "cntctfrm_hidden"; ?>">
809
+ <th scope="row" style="width:200px;"><?php _e( "Email in HTML format sending", 'contact_form' ); ?></th>
810
+ <td colspan="2"><input type="checkbox" name="cntctfrm_html_email" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_html_email'] ) echo "checked=\"checked\" "; ?>/></td>
811
+ </tr>
812
+ <tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
813
+ <th scope="row" style="width:200px;"><?php _e( "Display additional info in the email", 'contact_form' ); ?></th>
814
+ <td style="width:15px;">
815
+ <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\" "; ?>/>
816
+ </td>
817
+ <td style="max-width:150px;" class="cntctfrm_display_add_info_block <?php if ( '0' == $cntctfrm_options['cntctfrm_display_add_info'] ) echo "cntctfrm_hidden"; ?>">
818
+ <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 />
819
+ <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 />
820
+ <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 />
821
+ <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 />
822
+ </td>
823
+ </tr>
824
+ <tr valign="top" class="cntctfrm_additions_block <?php if ( '0' == $cntctfrm_options['cntctfrm_additions_options'] ) echo "cntctfrm_hidden"; ?>">
825
+ <th scope="row" style="width:200px;"><?php _e( "Language settings for the field names in the form", 'contact_form' ); ?></th>
826
+ <td colspan="2">
827
+ <select name="cntctfrm_languages" id="cntctfrm_languages" style="width:300px;">
828
+ <?php foreach ( $lang_codes as $key => $val ) {
829
+ if ( in_array( $key, $cntctfrm_options['cntctfrm_language'] ) )
830
+ continue;
831
+ echo '<option value="' . esc_attr( $key ) . '"> ' . esc_html ( $val ) . '</option>';
832
+ } ?>
833
+ </select>
834
+ <input type="button" class="button-primary" id="cntctfrm_add_language_button" value="<?php _e( 'Add a language', 'contact_form' ); ?>" />
835
+ </td>
836
+ </tr>
837
+ <tr valign="top" class="cntctfrm_additions_block <?php if ( '0' == $cntctfrm_options['cntctfrm_additions_options'] ) echo "cntctfrm_hidden"; ?>">
838
+ <th scope="row" style="width:200px;"><?php _e( "Change the names of the contact form fields and error messages", 'contact_form' ); ?></th>
839
+ <td style="width:15px;">
840
+ <input type="checkbox" id="cntctfrm_change_label" name="cntctfrm_change_label" value="1" <?php if ( $cntctfrm_options['cntctfrm_change_label'] == '1' ) echo "checked=\"checked\" "; ?>/>
841
+ </td>
842
+ <td class="cntctfrm_change_label_block <?php if ( '0' == $cntctfrm_options['cntctfrm_change_label'] ) echo "cntctfrm_hidden"; ?>">
843
+ <div class="cntctfrm_label_language_tab cntctfrm_active" id="cntctfrm_label_en"><?php _e( 'English', 'contact_form' ); ?></div>
844
+ <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
845
+ foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) {
846
+ echo '<div class="cntctfrm_label_language_tab" id="cntctfrm_label_' . $val . '">' . $lang_codes[ $val ] . ' <span class="cntctfrm_delete" rel="' . $val . '">X</span></div>';
847
+ }
848
+ } ?>
849
+ <div class="clear"></div>
850
+ <div class="cntctfrm_language_tab cntctfrm_tab_en">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
851
  <div class="cntctfrm_language_tab_block_mini" style="display:none;"><br/></div>
852
  <div class="cntctfrm_language_tab_block">
853
+ <input type="text" name="cntctfrm_name_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_name_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Name:", 'contact_form' ); ?></span><br />
854
+ <input type="text" name="cntctfrm_address_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_address_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Address:", 'contact_form' ); ?></span><br />
855
+ <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 />
856
+ <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 />
857
+ <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 />
858
+ <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 />
859
+ <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 />
860
+ <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 />
861
+ <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 />
862
+ <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 />
863
+ <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 />
864
+ <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 />
865
+ <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 />
866
+ <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 />
867
+ <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 />
868
+ <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 />
869
+ <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 />
870
+ <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 />
871
+ <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 />
872
+ <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 />
873
+ <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 />
874
+ <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 />
875
  </div>
876
+ <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>
877
  </div>
878
+ <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
879
+ foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
880
+ <div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>">
881
+ <div class="cntctfrm_language_tab_block_mini" style="display:none;"><br/></div>
882
+ <div class="cntctfrm_language_tab_block">
883
+ <input type="text" name="cntctfrm_name_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_name_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_name_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Name:", 'contact_form' ); ?></span><br />
884
+ <input type="text" name="cntctfrm_address_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_address_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_address_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Address:", 'contact_form' ); ?></span><br />
885
+ <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 />
886
+ <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 />
887
+ <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 />
888
+ <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 />
889
+ <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 />
890
+ <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 />
891
+ <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 />
892
+ <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 />
893
+ <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 />
894
+ <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 />
895
+ <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 />
896
+ <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 />
897
+ <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 />
898
+ <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 />
899
+ <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 />
900
+ <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 />
901
+ <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 />
902
+ <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 />
903
+ <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 />
904
+ <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 />
905
+ </div>
906
+ <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>
907
+ </div>
908
+ <?php }
909
+ } ?>
910
+ </td>
911
+ </tr>
912
+ <tr valign="top" class="cntctfrm_additions_block <?php if ( '0' == $cntctfrm_options['cntctfrm_additions_options'] ) echo "cntctfrm_hidden"; ?>">
913
+ <th scope="row" style="width:200px;"><?php _e( "Action after email is sent", 'contact_form' ); ?></th>
914
+ <td colspan="2" class="cntctfrm_action_after_send_block">
915
+ <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 />
916
+ <div class="cntctfrm_label_language_tab cntctfrm_active" id="cntctfrm_text_en"><?php _e( 'English', 'contact_form' ); ?></div>
917
+ <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
918
+ foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) {
919
+ echo '<div class="cntctfrm_label_language_tab" id="cntctfrm_text_' . $val . '">' . $lang_codes[ $val ] . ' <span class="cntctfrm_delete" rel="' . $val . '">X</span></div>';
920
+ }
921
+ } ?>
922
+ <div class="clear"></div>
923
+ <div class="cntctfrm_language_tab cntctfrm_tab_en" style=" padding: 5px 10px 5px 5px;">
924
+ <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 />
925
+ <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form=en] " . __( "or", 'contact_form' ) . " [bestwebsoft_contact_form] "; _e( "for this language", 'contact_form' ); ?></span>
926
+ </div>
927
+ <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
928
+ foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
929
+ <div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>" style=" padding: 5px 10px 5px 5px;">
930
+ <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 />
931
+ <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=" . $val . "] "; _e( "for this language", 'contact_form' ); ?></span>
932
+ </div>
933
+ <?php }
934
+ } ?>
935
+ <div id="cntctfrm_before"></div>
936
+ <br />
937
+ <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 />
938
+ <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>
939
+ </td>
940
+ </table>
941
+ <input type="hidden" name="cntctfrm_form_submit" value="submit" />
942
+ <p class="submit">
943
+ <input type="submit" class="button-primary" value="<?php _e( 'Save Changes' ) ?>" />
944
+ </p>
945
+ <?php wp_nonce_field( plugin_basename(__FILE__), 'cntctfrm_nonce_name' ); ?>
946
+ <div class="bws-plugin-reviews">
947
+ <div class="bws-plugin-reviews-rate">
948
+ <?php _e( 'If you enjoy our plugin, please give it 5 stars on WordPress', 'contact_form' ); ?>:
949
+ <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><br/>
950
+ </div>
951
+ <div class="bws-plugin-reviews-support">
952
+ <?php _e( 'If there is something wrong about it, please contact us', 'contact_form' ); ?>:
953
+ <a href="http://support.bestwebsoft.com">http://support.bestwebsoft.com</a>
954
  </div>
955
+ </div>
956
+ </form>
957
+ <?php } else { ?>
958
+ <div id="cntctfrmpr_left_table">
959
+ <table class="form-table bws_pro_version" style="width:auto;" >
960
+ <tr class="bws_pro_version_tooltip">
961
+ <th scope="row" colspan="2">
962
+ <?php _e( 'This functionality is available in the Pro version of the plugin. For more details, please follow the link', 'contact_form' ); ?>
963
+ <a title="Contact Form Pro" target="_blank" href="http://bestwebsoft.com/plugin/contact-form-pro/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"> <?php _e( 'Contact Form Pro', 'contact_form' ); ?></a>
964
+ </th>
965
+ </tr>
966
+ <tr valign="top">
967
+ <th scope="row" style="width:200px;"><?php _e( "Errors output", 'contact_form' ); ?></th>
968
+ <td colspan="2">
969
+ <select name="cntctfrmpr_error_displaying">
970
+ <option value="labels"><?php _e( "Display error messages", 'contact_form' ); ?></option>
971
+ <option value="input_colors"><?php _e( "Color of the input field errors.", 'contact_form' ); ?></option>
972
+ <option value="both" selected="selected"><?php _e( "Display error messages & color of the input field errors", 'contact_form' ); ?></option>
973
+ </select>
974
+ </td>
975
+ </tr>
976
+ <tr valign="top">
977
+ <th scope="row" style="width:200px;"><?php _e( "Add placeholder to the input blocks", 'contact_form' ); ?></th>
978
+ <td colspan="2">
979
+ <input disabled='disabled' type="checkbox" name="cntctfrmpr_placeholder" value="1" checked="checked"/>
980
+ </td>
981
+ </tr>
982
+ <tr valign="top">
983
+ <th scope="row" style="width:200px;"><?php _e( "Add tooltips", 'contact_form' ); ?></th>
984
+ <td colspan="2">
985
+ <div>
986
+ <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_name" value="1" checked="checked"/>
987
+ <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_name"><?php _e( "Name", 'contact_form' ); ?></label>
988
  </div>
989
+ <?php if ( '1' == $cntctfrm_options['cntctfrm_display_address_field'] ) { ?>
990
+ <div>
991
+ <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_address" value="1" checked="checked"/>
992
+ <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_address"><?php _e( "Address", 'contact_form' ); ?></label>
993
+ </div>
994
+ <?php } ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
995
  <div>
996
+ <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_email" value="1" checked="checked"/>
997
+ <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_email"><?php _e( "Email address", 'contact_form' ); ?></label>
998
  </div>
999
+ <?php if ( '1' == $cntctfrm_options['cntctfrm_display_phone_field'] ) { ?>
1000
+ <div>
1001
+ <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_phone" value="1" checked="checked"/>
1002
+ <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_phone"><?php _e( "Phone Number", 'contact_form' ); ?></label>
1003
+ </div>
1004
+ <?php } ?>
1005
  <div>
1006
+ <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_subject" value="1" checked="checked"/>
1007
+ <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_subject"><?php _e( "Subject", 'contact_form' ); ?></label>
1008
  </div>
 
 
 
 
 
 
 
 
 
 
1009
  <div>
1010
+ <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_message" value="1" checked="checked"/>
1011
+ <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_message"><?php _e( "Message", 'contact_form' ); ?></label>
1012
  </div>
1013
+ <?php if ( '1' == $cntctfrm_options['cntctfrm_attachment_explanations'] ) { ?>
1014
+ <div>
1015
+ <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_attachment" value="1" checked="checked"/>
1016
+ <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_attachment"><?php _e( "Attachment", 'contact_form' ); ?></label>
1017
+ </div>
1018
+ <?php } ?>
1019
+ <div>
1020
+ <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_captcha" value="1" />
1021
+ <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_captcha"><?php _e( "Captcha", 'contact_form' ); ?> </label><span style="color: #888888;font-size: 10px;"><?php _e( '(powered by bestwebsoft.com)', 'contact_form' ); ?></span>
1022
+ </div>
1023
+ </td>
1024
+ </tr>
1025
+ <tr valign="top">
1026
+ <th colspan="3" scope="row" style="width:200px;"><input disabled='disabled' type="checkbox" id="cntctfrmpr_style_options" name="cntctfrmpr_style_options" value="1" checked="checked" /> <?php _e( "Style options", 'contact_form' ); ?></th>
1027
+ </tr>
1028
+ <tr valign="top" class="cntctfrmpr_style_block <?php if ( '0' == $cntctfrm_options['style_options'] ) echo "cntctfrmpr_hidden"; ?>">
1029
+ <th scope="row" style="width:200px;"><?php _e( "Text color", 'contact_form' ); ?></th>
1030
+ <td colspan="2">
1031
+ <div>
1032
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
1033
+ <input disabled='disabled' type="text" name="cntctfrmpr_label_color" value="" class="cntctfrmpr_colorPicker" />
1034
+ <?php _e( 'Label text color', 'contact_form' ); ?>
1035
+ </div>
1036
+ <div>
1037
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
1038
+ <input disabled='disabled' type="text" name="cntctfrmpr_input_placeholder_color" value="" class="cntctfrmpr_colorPicker" />
1039
+ <?php _e( "Placeholder color", 'contact_form' ); ?>
1040
+ </div>
1041
+ </td>
1042
+ </tr>
1043
+ <tr valign="top" class="cntctfrmpr_style_block">
1044
+ <th scope="row" style="width:200px;"><?php _e( "Errors color", 'contact_form' ); ?></th>
1045
+ <td colspan="2">
1046
+ <div>
1047
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
1048
+ <input disabled='disabled' type="text" name="cntctfrmpr_error_color" value="" class="cntctfrmpr_colorPicker" />
1049
+ <?php _e( 'Error text color', 'contact_form' ); ?>
1050
+ </div>
1051
+ <div>
1052
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
1053
+ <input disabled='disabled' type="text" name="cntctfrmpr_error_input_color" value="" class="cntctfrmpr_colorPicker" />
1054
+ <?php _e( 'Background color of the input field errors', 'contact_form' ); ?>
1055
+ </div>
1056
+ <div>
1057
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
1058
+ <input disabled='disabled' type="text" name="cntctfrmpr_error_input_border_color" value="" class="cntctfrmpr_colorPicker" />
1059
+ <?php _e( 'Border color of the input field errors', 'contact_form' ); ?>
1060
+ </div>
1061
+ <div>
1062
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" id="" value="<?php _e('Default', 'contact_form'); ?>" />
1063
+ <input disabled='disabled' type="text" name="cntctfrmpr_input_placeholder_error_color" value="" class="cntctfrmpr_colorPicker " />
1064
+ <?php _e( "Placeholder color of the input field errors", 'contact_form' ); ?>
1065
+ </div>
1066
+ </td>
1067
+ </tr>
1068
+ <tr valign="top" class="cntctfrmpr_style_block">
1069
+ <th scope="row" style="width:200px;"><?php _e( "Input fields", 'contact_form' ); ?></th>
1070
+ <td colspan="2">
1071
+ <div>
1072
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" id="" value="<?php _e('Default', 'contact_form'); ?>" />
1073
+ <input disabled='disabled' type="text" name="cntctfrmpr_input_background" value="" class="cntctfrmpr_colorPicker" />
1074
+ <?php _e( "Input fields background color", 'contact_form' ); ?>
1075
+ </div>
1076
+ <div>
1077
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
1078
+ <input disabled='disabled' type="text" name="cntctfrmpr_input_color" value="" class="cntctfrmpr_colorPicker" />
1079
+ <?php _e( "Text fields color", 'contact_form' ); ?>
1080
+ </div>
1081
+ <input disabled='disabled' style="margin-left: 66px;" size="8" type="text" value="" name="cntctfrmpr_border_input_width" /> <?php _e( 'Border width in px, numbers only', 'contact_form' ); ?><br />
1082
+ <div>
1083
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
1084
+ <input disabled='disabled' type="text" name="cntctfrmpr_border_input_color" value="" class="cntctfrmpr_colorPicker" />
1085
+ <?php _e( 'Border color', 'contact_form' ); ?>
1086
+ </div>
1087
+ </td>
1088
+ </tr>
1089
+ <tr valign="top" class="cntctfrmpr_style_block">
1090
+ <th scope="row" style="width:200px;"><?php _e( "Submit button", 'contact_form' ); ?></th>
1091
+ <td colspan="2">
1092
+ <input disabled='disabled' style="margin-left: 66px;" size="8" type="text" value="" name="cntctfrmpr_button_width" /> <?php _e( 'Width in px, numbers only', 'contact_form' ); ?><br />
1093
+ <div>
1094
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
1095
+ <input disabled='disabled' type="text" name="cntctfrmpr_button_backgroud" value="" class="cntctfrmpr_colorPicker" />
1096
+ <?php _e( 'Button color', 'contact_form' ); ?>
1097
+ </div>
1098
+ <div>
1099
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
1100
+ <input disabled='disabled' type="text" name="cntctfrmpr_button_color" value="" class="cntctfrmpr_colorPicker" />
1101
+ <?php _e( "Button text color", 'contact_form' ); ?>
1102
+ </div>
1103
+ <div>
1104
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
1105
+ <input disabled='disabled' type="text" name="cntctfrmpr_border_button_color" value="" class="cntctfrmpr_colorPicker" />
1106
+ <?php _e( 'Border color', 'contact_form' ); ?>
1107
+ </div>
1108
+ </td>
1109
+ </tr>
1110
+ <tr valign="top">
1111
+ <th scope="row" colspan="2">
1112
+ * <?php _e( 'If you upgrade to Pro version all your settings will be saved.', 'contact_form' ); ?>
1113
+ </th>
1114
+ </tr>
1115
+ </table>
1116
+ <input type="hidden" name="cntctfrmpr_form_submit" value="submit" />
1117
+ <p class="submit">
1118
+ <input disabled='disabled' type="button" class="button-primary" value="<?php _e('Save Changes') ?>" />
1119
+ </p>
1120
+ </div>
1121
+ <div id="cntctfrmpr_right_table">
1122
+ <h3><?php _e( "Contact Form Pro | Preview", 'contact_form' ); ?></h3>
1123
+ <div id="cntctfrmpr_contact_form">
1124
+ <div id="cntctfrmpr_show_errors_block">
1125
+ <input disabled="" type="checkbox" id="cntctfrmpr_show_errors" name="cntctfrmpr_show_errors" /> <?php _e( "Show with errors", 'contact_form' ); ?>
1126
+ </div>
1127
+ <div class="cntctfrmpr_error_text hidden" style="text-align: left;"><?php echo $cntctfrm_options['cntctfrm_form_error']['en']; ?></div>
1128
+ <div style="text-align: left; padding-top: 5px;">
1129
+ <label for="cntctfrmpr_contact_name"><?php echo $cntctfrm_options['cntctfrm_name_label']['en']; if ( 1 == $cntctfrm_options['cntctfrm_required_name_field'] ) echo '<span class="required"> *</span>'; ?></label>
1130
+ </div>
1131
+ <div class="cntctfrmpr_error_text hidden" style="text-align: left;"><?php echo $cntctfrm_options['cntctfrm_name_error']['en']; ?></div>
1132
+ <div style="text-align: left;">
1133
+ <input placeholder="<?php _e( "Please enter your full name...", 'contact_form' ); ?>" class="text" type="text" size="40" value="" name="cntctfrmpr_contact_name" id="cntctfrmpr_contact_name" style="text-align: left; margin: 0;" />
1134
+ <div class="cntctfrmpr_help_box">
1135
+ <div class="cntctfrmpr_hidden_help_text" style="font-size: 12px; display: none;"><?php _e( "Please enter your full name...", 'contact_form' ); ?></div>
1136
  </div>
1137
+ </div>
1138
+ <?php if ( 1 == $cntctfrm_options['cntctfrm_display_address_field'] ) { ?>
1139
+ <div style="text-align: left;">
1140
+ <label for="cntctfrmpr_contact_address"><?php echo $cntctfrm_options['cntctfrm_address_label']['en']; if ( 1 == $cntctfrm_options['cntctfrm_required_address_field'] ) echo '<span class="required"> *</span>'; ?></label>
1141
  </div>
1142
+ <?php if ( 1 == $cntctfrm_options['cntctfrm_required_address_field'] ) { ?>
1143
+ <div class="cntctfrmpr_error_text hidden" style="text-align: left;"><?php echo $cntctfrm_options['cntctfrm_address_error']['en']; ?></div>
1144
+ <?php } ?>
1145
+ <div style="text-align: left;">
1146
+ <input placeholder="<?php _e( "Please enter your address...", 'contact_form' ); ?>" class="text" type="text" size="40" value="" name="cntctfrmpr_contact_address" id="cntctfrmpr_contact_address" style="text-align: left; margin: 0;" />
1147
+ <div class="cntctfrmpr_help_box">
1148
+ <div class="cntctfrmpr_hidden_help_text" style="font-size: 12px; display: none;"><?php _e( "Please enter your address...", 'contact_form' ); ?></div>
1149
+ </div>
1150
  </div>
1151
+ <?php } ?>
1152
+ <div style="text-align: left;">
1153
+ <label for="cntctfrmpr_contact_email"><?php echo $cntctfrm_options['cntctfrm_email_label']['en']; if ( 1 == $cntctfrm_options['cntctfrm_required_email_field'] ) echo '<span class="required"> *</span>'; ?></label>
1154
+ </div>
1155
+ <div class="cntctfrmpr_error_text hidden" style="text-align: left;"><?php echo $cntctfrm_options['cntctfrm_email_error']['en']; ?></div>
1156
+ <div style="text-align: left;">
1157
+ <input placeholder="<?php _e( "Please enter your email address...", 'contact_form' ); ?>" class="text" type="text" size="40" value="" name="cntctfrmpr_contact_email" id="cntctfrmpr_contact_email" style="text-align: left; margin: 0;" />
1158
+ <div class="cntctfrmpr_help_box">
1159
+ <div class="cntctfrmpr_hidden_help_text" style="font-size: 12px; display: none;"><?php _e( "Please enter your email address...", 'contact_form' ); ?></div>
 
1160
  </div>
1161
+ </div>
1162
+ <?php if ( 1 == $cntctfrm_options['cntctfrm_display_phone_field'] ) { ?>
1163
+ <div style="text-align: left;">
1164
+ <label for="cntctfrmpr_contact_phone"><?php echo $cntctfrm_options['cntctfrm_phone_label']['en']; if ( 1 == $cntctfrm_options['cntctfrm_required_phone_field'] ) echo '<span class="required"> *</span>'; ?></label>
1165
  </div>
1166
+ <div class="cntctfrmpr_error_text hidden" style="text-align: left;"><?php echo $cntctfrm_options['phone_error']['en']; ?></div>
1167
+ <div style="text-align: left;">
1168
+ <input placeholder="<?php _e( "Please enter your phone number...", 'contact_form' ); ?>" class="text" type="text" size="40" value="" name="cntctfrmpr_contact_phone" id="cntctfrmpr_contact_phone" style="text-align: left; margin: 0;" />
1169
+ <div class="cntctfrmpr_help_box">
1170
+ <div class="cntctfrmpr_hidden_help_text" style="font-size: 12px; display: none;"><?php _e( "Please enter your phone number...", 'contact_form' ); ?></div>
1171
+ </div>
1172
  </div>
1173
+ <?php } ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1174
  <div style="text-align: left;">
1175
+ <label for="cntctfrmpr_contact_subject"><?php echo $cntctfrm_options['cntctfrm_subject_label']['en']; if ( 1 == $cntctfrm_options['cntctfrm_required_subject_field'] ) echo '<span class="required"> *</span>'; ?></label>
1176
  </div>
1177
+ <div class="cntctfrmpr_error_text hidden" style="text-align: left;"><?php echo $cntctfrm_options['cntctfrm_subject_error']['en']; ?></div>
 
 
1178
  <div style="text-align: left;">
1179
+ <input placeholder="<?php _e( "Please enter subject...", 'contact_form' ); ?>" class="text" type="text" size="40" value="" name="cntctfrmpr_contact_subject" id="cntctfrmpr_contact_subject" style="text-align: left; margin: 0;" />
1180
  <div class="cntctfrmpr_help_box">
1181
+ <div class="cntctfrmpr_hidden_help_text" style="font-size: 12px; display: none;"><?php _e( "Please enter subject...", 'contact_form' ); ?></div>
1182
  </div>
1183
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
1184
  <div style="text-align: left;">
1185
+ <label for="cntctfrmpr_contact_message"><?php echo $cntctfrm_options['cntctfrm_message_label']['en']; if ( 1 == $cntctfrm_options['cntctfrm_required_message_field'] ) echo '<span class="required"> *</span>'; ?></label>
1186
  </div>
1187
+ <div class="cntctfrmpr_error_text hidden" style="text-align: left;"><?php echo $cntctfrm_options['cntctfrm_message_error']['en']; ?></div>
1188
  <div style="text-align: left;">
1189
+ <textarea placeholder="<?php _e( "Please enter your message...", 'contact_form' ); ?>" rows="5" cols="30" name="cntctfrmpr_contact_message" id="cntctfrmpr_contact_message"></textarea>
1190
  <div class="cntctfrmpr_help_box">
1191
+ <div class="cntctfrmpr_hidden_help_text" style="font-size: 12px; display: none;"><?php _e( "Please enter your message...", 'contact_form' ); ?></div>
1192
  </div>
1193
  </div>
1194
+ <?php if ( 1 == $cntctfrm_options['cntctfrm_attachment'] ) { ?>
1195
+ <div style="text-align: left;">
1196
+ <label for="cntctfrmpr_contact_attachment"><?php echo $cntctfrm_options['cntctfrm_attachment_label']['en']; ?></label>
1197
+ </div>
1198
+ <div class="cntctfrmpr_error_text hidden" style="text-align: left;"><?php echo $cntctfrm_options['cntctfrm_attachment_error']['en']; ?></div>
1199
+ <div style="text-align: left;">
1200
+ <input type="file" name="cntctfrmpr_contact_attachment" id="cntctfrmpr_contact_attachment" style="float:left;" />
1201
+ <?php if ( 1 == $cntctfrm_options['cntctfrm_attachment_explanations'] ) { ?>
1202
+ <div class="cntctfrmpr_help_box cntctfrmpr_hidden_help_text_attach"><div class="cntctfrmpr_hidden_help_text" style="font-size: 12px; display: none;"><?php echo $cntctfrm_options['cntctfrm_attachment_tooltip']['en']; ?></div></div>
1203
+ <?php } ?>
1204
+ </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1205
  <?php } ?>
1206
+ <?php if ( 1 == $cntctfrm_options['cntctfrm_send_copy'] ) { ?>
1207
+ <div style="text-align: left;">
1208
+ <input type="checkbox" value="1" name="cntctfrmpr_contact_send_copy" id="cntctfrmpr_contact_send_copy" style="text-align: left; margin: 0;" />
1209
+ <label for="cntctfrmpr_contact_send_copy"><?php echo $cntctfrm_options['cntctfrm_send_copy_label']['en']; ?></label>
1210
+ </div>
1211
+ <?php } ?>
1212
+ <div style="text-align: left; padding-top: 8px;">
1213
+ <input type="submit" value="<?php echo $cntctfrm_options['cntctfrm_submit_label']['en']; ?>" style="cursor: pointer; margin: 0pt; text-align: center;margin-bottom:10px;" />
1214
+ </div>
1215
+ </div>
1216
+ <div id="cntctfrmpr_shortcode">
1217
+ <?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/>
1218
+ <div>
1219
+ <code id="cntctfrmpr_shortcode_code">
1220
+ [bestwebsoft_contact_form]
1221
+ </code>
1222
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1223
  </div>
1224
  </div>
1225
+ <div class="clear"></div>
1226
+ <?php } ?>
1227
+ </div>
1228
+ <?php
1229
+ }
1230
  }
1231
 
1232
+ /* Display contact form in front end - page or post */
1233
  if( ! function_exists( 'cntctfrm_display_form' ) ) {
1234
  function cntctfrm_display_form( $atts = array( 'lang' => 'en' ) ) {
1235
  global $error_message, $cntctfrm_options, $cntctfrm_result;
1242
  else
1243
  $page_url = ( isset( $_SERVER["HTTPS"] ) && $_SERVER["HTTPS"] == "on" ? "https://" : "http://" ) . $_SERVER["SERVER_NAME"] . strip_tags( $_SERVER["REQUEST_URI"] );
1244
 
1245
+ /* If contact form submited */
1246
  $name = isset( $_POST['cntctfrm_contact_name'] ) ? htmlspecialchars( stripslashes( $_POST['cntctfrm_contact_name'] ) ) : "";
1247
  $address = isset( $_POST['cntctfrm_contact_address'] ) ? htmlspecialchars( stripslashes( $_POST['cntctfrm_contact_address'] ) ) : "";
1248
  $email = isset( $_POST['cntctfrm_contact_email'] ) ? htmlspecialchars( stripslashes( $_POST['cntctfrm_contact_email'] ) ) : "";
1258
  $phone = strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $phone ) ) );
1259
 
1260
  $send_copy = isset( $_POST['cntctfrm_contact_send_copy'] ) ? $_POST['cntctfrm_contact_send_copy'] : "";
1261
+ /* If it is good */
1262
  if ( true === $cntctfrm_result ) {
1263
  $_SESSION['cntctfrm_send_mail'] = true;
1264
+ if ( 1 == $cntctfrm_options['cntctfrm_action_after_send'] )
1265
  $content .= '<div id="cntctfrm_thanks">' . $cntctfrm_options['cntctfrm_thank_text'][ $lang ] . '</div>';
1266
  else
1267
  $content .= "<script type='text/javascript'>window.location.href = '" . $cntctfrm_options['cntctfrm_redirect_url']."';</script>";
1268
  } else if ( false === $cntctfrm_result ) {
1269
+ /* If email not be delivered */
1270
  $error_message['error_form'] = __( "Sorry, email message could not be delivered.", 'contact_form' );
1271
  }
1272
  if ( true !== $cntctfrm_result ) {
1273
  $_SESSION['cntctfrm_send_mail'] = false;
1274
+ /* Output form */
1275
  $content .= '<form method="post" id="cntctfrm_contact_form" action="' . $page_url . '" enctype="multipart/form-data">';
1276
  if ( isset( $error_message['error_form'] ) ) {
1277
  $content .= '<div style="text-align: left; color: red;">' . $error_message['error_form'].'</div>';
1278
  }
1279
 
1280
+ if ( 1 == $cntctfrm_options['cntctfrm_display_name_field'] ) {
1281
  $content .= '<div style="text-align: left; padding-top: 5px;">
1282
  <label for="cntctfrm_contact_name">' . $cntctfrm_options['cntctfrm_name_label'][ $lang ] . ( $cntctfrm_options['cntctfrm_required_name_field'] == 1 ? ' <span class="required">' . $cntctfrm_options['cntctfrm_required_symbol'] . '</span></label>' : '</label>' ) . '
1283
  </div>';
1289
  </div>';
1290
  }
1291
 
1292
+ if ( 1 == $cntctfrm_options['cntctfrm_display_address_field'] ) {
1293
  $content .= '<div style="text-align: left;">
1294
  <label for="cntctfrm_contact_address">' . $cntctfrm_options['cntctfrm_address_label'][ $lang ] . ( $cntctfrm_options['cntctfrm_required_address_field'] == 1 ? ' <span class="required">' . $cntctfrm_options['cntctfrm_required_symbol'] . '</span></label>' : '</label>' ) . '
1295
  </div>';
1313
  </div>
1314
  ';
1315
 
1316
+ if ( 1 == $cntctfrm_options['cntctfrm_display_phone_field'] ) {
1317
  $content .= '<div style="text-align: left;">
1318
  <label for="cntctfrm_contact_phone">' . $cntctfrm_options['cntctfrm_phone_label'][ $lang ] . ( $cntctfrm_options['cntctfrm_required_phone_field'] == 1 ? ' <span class="required">' . $cntctfrm_options['cntctfrm_required_symbol'] . '</span></label>' : '</label>' ) . '
1319
  </div>';
1344
  $content .= '<div style="text-align: left;">
1345
  <textarea rows="5" cols="30" name="cntctfrm_contact_message" id="cntctfrm_contact_message">' . $message . '</textarea>
1346
  </div>';
1347
+ if ( 1 == $cntctfrm_options['cntctfrm_attachment'] ) {
1348
  $content .= '<div style="text-align: left;">
1349
  <label for="cntctfrm_contact_attachment">' . $cntctfrm_options['cntctfrm_attachment_label'][ $lang ] . '</label>
1350
  </div>';
1353
  }
1354
  $content .= '<div style="text-align: left;">
1355
  <input type="file" name="cntctfrm_contact_attachment" id="cntctfrm_contact_attachment"' . ( isset( $error_message['error_attachment'] ) ? "class='error'": "" ) . ' />';
1356
+ if ( 1 == $cntctfrm_options['cntctfrm_attachment_explanations'] ) {
1357
  $content .= '<label style="font-size:10px;"><br />' . $cntctfrm_options['cntctfrm_attachment_tooltip'][ $lang ] . '</label>';
1358
  }
1359
  $content .= '
1360
  </div>';
1361
  }
1362
+ if ( 1 == $cntctfrm_options['cntctfrm_send_copy'] ) {
1363
  $content .= '<div style="text-align: left;">
1364
  <input type="checkbox" value="1" name="cntctfrm_contact_send_copy" id="cntctfrm_contact_send_copy" style="text-align: left; margin: 0;" ' . ( $send_copy == '1' ? " checked=\"checked\" " : "" ) . ' />
1365
  <label for="cntctfrm_contact_send_copy">' . $cntctfrm_options['cntctfrm_send_copy_label'][ $lang ] . '</label>
1386
  global $cntctfrm_result;
1387
  $cntctfrm_options = get_option( 'cntctfrm_options' );
1388
  if ( isset( $_POST['cntctfrm_contact_action'] ) ) {
1389
+ /* Check all input data */
1390
  $cntctfrm_result = cntctfrm_check_form();
1391
  }
1392
+ /* If it is good */
1393
  if ( true === $cntctfrm_result ) {
1394
  $_SESSION['cntctfrm_send_mail'] = true;
1395
+ if ( 0 == $cntctfrm_options['cntctfrm_action_after_send'] ) {
1396
  wp_redirect( $cntctfrm_options['cntctfrm_redirect_url'] );
1397
  exit;
1398
  }
1400
  }
1401
  }
1402
 
1403
+ /* Check all input data */
1404
  if ( ! function_exists( 'cntctfrm_check_form' ) ) {
1405
  function cntctfrm_check_form() {
1406
  global $error_message;
1411
  if ( empty( $cntctfrm_options ) )
1412
  $cntctfrm_options = get_option( 'cntctfrm_options' );
1413
  $cntctfrm_result = "";
1414
+ /* Error messages array */
1415
  $error_message = array();
1416
 
1417
  $name = isset( $_POST['cntctfrm_contact_name'] ) ? htmlspecialchars( stripslashes( $_POST['cntctfrm_contact_name'] ) ) : "";
1428
  $message = strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $message ) ) );
1429
  $phone = strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $phone ) ) );
1430
 
1431
+ if ( 1 == $cntctfrm_options['cntctfrm_required_name_field'] && 1 == $cntctfrm_options['cntctfrm_display_name_field'] )
1432
  $error_message['error_name'] = $cntctfrm_options['cntctfrm_name_error'][$language];
1433
+ if ( 1 == $cntctfrm_options['cntctfrm_required_address_field'] && 1 == $cntctfrm_options['cntctfrm_display_address_field'] )
1434
  $error_message['error_address'] = $cntctfrm_options['cntctfrm_address_error'][$language];
1435
+ if ( 1 == $cntctfrm_options['cntctfrm_required_email_field'] )
1436
  $error_message['error_email'] = $cntctfrm_options['cntctfrm_email_error'][$language];
1437
+ if ( 1 == $cntctfrm_options['cntctfrm_required_subject_field'] )
1438
  $error_message['error_subject'] = $cntctfrm_options['cntctfrm_subject_error'][$language];
1439
+ if ( 1 == $cntctfrm_options['cntctfrm_required_message_field'] )
1440
  $error_message['error_message'] = $cntctfrm_options['cntctfrm_message_error'][$language];
1441
+ if ( 1 == $cntctfrm_options['cntctfrm_required_phone_field'] && 1 == $cntctfrm_options['cntctfrm_display_phone_field'] )
1442
  $error_message['error_phone'] = $cntctfrm_options['cntctfrm_phone_error'][$language];
1443
  $error_message['error_form'] = $cntctfrm_options['cntctfrm_form_error'][$language];
1444
+ if ( 1 == $cntctfrm_options['cntctfrm_attachment'] ) {
1445
  global $path_of_uploaded_file, $mime_type;
1446
  $mime_type= array(
1447
  'html'=>'text/html',
1477
  'sce'=>'application/sb-scenario' );
1478
  $error_message['error_attachment'] = $cntctfrm_options['cntctfrm_attachment_error'][ $language ];
1479
  }
1480
+ /* Check information wich was input in fields */
1481
+ if ( 1 == $cntctfrm_options['cntctfrm_display_name_field'] && 1 == $cntctfrm_options['cntctfrm_required_name_field'] && "" != $name )
1482
  unset( $error_message['error_name'] );
1483
+ if ( 1 == $cntctfrm_options['cntctfrm_display_address_field'] && 1 == $cntctfrm_options['cntctfrm_required_address_field'] && "" != $address )
1484
  unset( $error_message['error_address'] );
1485
+ if ( 1 == $cntctfrm_options['cntctfrm_required_email_field'] && "" != $email && preg_match( "/^(?:[a-z0-9_']+(?:[a-z0-9\-_\.']+)?@[a-z0-9]+(?:[a-z0-9\-\.]+)?\.[a-z]{2,5})$/i", trim( stripslashes( $email ) ) ) )
1486
  unset( $error_message['error_email'] );
1487
+ if ( 1 == $cntctfrm_options['cntctfrm_display_phone_field'] && 1 == $cntctfrm_options['cntctfrm_required_phone_field'] && "" != $phone )
1488
  unset( $error_message['error_phone'] );
1489
+ if ( 1 == $cntctfrm_options['cntctfrm_required_subject_field'] && "" != $subject )
1490
  unset( $error_message['error_subject'] );
1491
+ if ( 1 == $cntctfrm_options['cntctfrm_required_message_field'] && "" != $message )
1492
  unset( $error_message['error_message'] );
1493
+ /* If captcha plugin exists */
1494
  if ( ! apply_filters( 'cntctfrm_check_form', $_POST ) )
1495
  $error_message['error_captcha'] = $cntctfrm_options['cntctfrm_captcha_error'][ $language ];
1496
+ if ( isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) {
1497
  if( is_multisite() ){
1498
  if ( defined('UPLOADS') ) {
1499
  if( ! is_dir( ABSPATH . UPLOADS ) ) {
1559
  }
1560
  if( 1 == count( $error_message ) ) {
1561
  unset( $error_message['error_form'] );
1562
+ /* If all is good - send mail */
1563
  $cntctfrm_result = cntctfrm_send_mail();
1564
  do_action( 'cntctfrm_check_dispatch', $cntctfrm_result );
1565
  }
1567
  }
1568
  }
1569
 
1570
+ /* Send mail function */
1571
  if( ! function_exists( 'cntctfrm_send_mail' ) ) {
1572
  function cntctfrm_send_mail() {
1573
  global $cntctfrm_options, $path_of_uploaded_file, $wp_version;
1588
  $message = stripslashes( strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $message ) ) ) );
1589
  $phone = stripslashes( strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $phone ) ) ) );
1590
 
1591
+ if ( isset( $_SESSION['cntctfrm_send_mail'] ) && true == $_SESSION['cntctfrm_send_mail'] )
1592
  return true;
1593
+ if ( 'user' == $cntctfrm_options['cntctfrm_select_email'] ) {
1594
  if ( '3.3' > $wp_version && function_exists('get_userdatabylogin') && false !== $user = get_userdatabylogin( $cntctfrm_options['cntctfrm_user_email'] ) ) {
1595
  $to = $user->user_email;
1596
  } elseif ( false !== $user = get_user_by( 'login', $cntctfrm_options['cntctfrm_user_email'] ) )
1599
  $to = $cntctfrm_options['cntctfrm_custom_email'];
1600
  }
1601
  if ( "" == $to ) {
1602
+ /* If email options are not certain choose admin email */
1603
  $to = get_option("admin_email");
1604
  }
1605
  if ( "" != $to ) {
1609
  $attachments = array();
1610
  $headers = "";
1611
 
1612
+ if ( 'on' == getenv('HTTPS') ) {
1613
  $form_action_url = 'https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
1614
  } else {
1615
  $form_action_url = 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
1616
  }
1617
 
1618
+ if ( 1 == $cntctfrm_options['cntctfrm_display_add_info']) {
1619
  $userdomain = @gethostbyaddr($_SERVER['REMOTE_ADDR']);
1620
+ if ( 1 == $cntctfrm_options['cntctfrm_display_add_info'] ||
1621
+ 1 == $cntctfrm_options['cntctfrm_display_sent_from'] ||
1622
+ 1 == $cntctfrm_options['cntctfrm_display_coming_from'] ||
1623
+ 1 == $cntctfrm_options['cntctfrm_display_user_agent'] ) {
1624
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
1625
  $user_info_string .= '<tr><td><br /></td><td><br /></td></tr>';
1626
  }
1627
+ if ( 1 == $cntctfrm_options['cntctfrm_display_sent_from'] ) {
1628
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
1629
+ $user_info_string .= '<tr><td>' . __('Sent from (ip address)', 'contact_form') . ':</td><td>' . $_SERVER['REMOTE_ADDR'] . " ( " . $userdomain . " )" . '</td></tr>';
1630
  else
1631
  $user_info_string .= __('Sent from (ip address)', 'contact_form') . ': ' . $_SERVER['REMOTE_ADDR'] . " ( " . $userdomain . " )" . "\n";
1632
  }
1633
+ if ( 1 == $cntctfrm_options['cntctfrm_display_date_time'] ) {
1634
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
1635
+ $user_info_string .= '<tr><td>' . __('Date/Time', 'contact_form') . ':</td><td>' . date_i18n( get_option( 'date_format' ) . ' ' . get_option( 'time_format' ), strtotime( current_time( 'mysql' ) ) ) . '</td></tr>';
1636
  else
1637
+ $user_info_string .= __('Date/Time', 'contact_form') . ': ' . date_i18n( get_option( 'date_format' ) . ' ' . get_option( 'time_format' ), strtotime( current_time( 'mysql' ) ) ) . "\n";
1638
  }
1639
+ if ( 1 == $cntctfrm_options['cntctfrm_display_coming_from'] ) {
1640
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
1641
+ $user_info_string .= '<tr><td>' . __( 'Sent from (referer)', 'contact_form' ) . ':</td><td>' . $form_action_url . '</td></tr>';
1642
  else
1643
+ $user_info_string .= __( 'Sent from (referer)', 'contact_form' ) . ': ' . $form_action_url . "\n";
1644
  }
1645
+ if ( 1 == $cntctfrm_options['cntctfrm_display_user_agent'] ) {
1646
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
1647
+ $user_info_string .= '<tr><td>' . __( 'Using (user agent)', 'contact_form' ) . ':</td><td>' . $user_agent . '</td></tr>';
1648
  else
1649
+ $user_info_string .= __( 'Using (user agent)', 'contact_form' ) . ': ' . $user_agent . "\n";
1650
  }
1651
  }
1652
+ /* Message */
1653
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] ) {
1654
  $message_text = '<html>
1655
  <head>
1656
+ <title>' . __( "Contact from", 'contact_form' ) . get_bloginfo('name') . '</title>
1657
  </head>
1658
  <body>
1659
  <table>';
1660
+ if ( 1 == $cntctfrm_options['cntctfrm_display_name_field'] )
1661
  $message_text .= '<tr>
1662
+ <td width="160">' . __( "Name", 'contact_form' ) . '</td><td>' . $name . '</td>
1663
  </tr>';
1664
+ if ( 1 == $cntctfrm_options['cntctfrm_display_address_field'] )
1665
  $message_text .= '<tr>
1666
+ <td>' . __( "Address", 'contact_form' ) . '</td><td>' . $address . '</td>
1667
  </tr>';
1668
  $message_text .= '<tr>
1669
  <td>'. __( "Email", 'contact_form' ) .'</td><td>' . $email . '</td>
1670
  </tr>';
1671
+ if ( 1 == $cntctfrm_options['cntctfrm_display_phone_field'] )
1672
  $message_text .= '<tr>
1673
  <td>'. __( "Phone", 'contact_form' ) . '</td><td>' . $phone . '</td>
1674
  </tr>';
1675
  $message_text .= '<tr>
1676
+ <td>' . __( "Subject", 'contact_form' ) . '</td><td>' . $subject . '</td>
1677
  </tr>
1678
  <tr>
1679
+ <td>' . __( "Message", 'contact_form' ) . '</td><td>' . $message . '</td>
1680
  </tr>
1681
  <tr>
1682
+ <td>' . __( "Site", 'contact_form' ) . '</td><td>' . get_bloginfo("url") . '</td>
1683
  </tr>
1684
  <tr>
1685
  <td><br /></td><td><br /></td>
1688
  $message_text .= $user_info_string . '</table></body></html>';
1689
  } else {
1690
  $message_text = '';
1691
+ if ( 1 == $cntctfrm_options['cntctfrm_display_name_field'] )
1692
  $message_text .= __( "Name", 'contact_form' ) . ': ' . $name . "\n";
1693
+ if ( 1 == $cntctfrm_options['cntctfrm_display_address_field'] )
1694
  $message_text .= __( "Address", 'contact_form' ) . ': ' . $address . "\n";
1695
  $message_text .= __( "Email", 'contact_form' ) .': ' . $email . "\n";
1696
+ if ( 1 == $cntctfrm_options['cntctfrm_display_phone_field'] )
1697
  $message_text .= __( "Phone", 'contact_form' ) . ': ' . $phone . "\n";
1698
  $message_text .= __( "Subject", 'contact_form' ) . ': ' . $subject . "\n" .
1699
  __( "Message", 'contact_form' ) . ': ' . $message . "\n" .
1705
 
1706
  do_action( 'cntctfrm_get_mail_data', $to, $name, $email, $address, $phone, $subject, $message, $form_action_url, $user_agent, $userdomain );
1707
 
1708
+ if ( 'wp-mail' == $cntctfrm_options['cntctfrm_mail_method'] ) {
1709
+ /* To send HTML mail, the Content-type header must be set */
1710
  $headers = 'MIME-Version: 1.0' . "\n";
1711
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
1712
  $headers .= 'Content-type: text/html; charset=utf-8' . "\n";
1713
  else
1714
  $headers .= 'Content-type: text/plain; charset=utf-8' . "\n";
1715
 
1716
+ /* Additional headers */
1717
  if ( 'custom' == $cntctfrm_options['cntctfrm_from_email'] )
1718
+ $headers .= 'From: ' . stripslashes( $cntctfrm_options['cntctfrm_custom_from_email'] ) . '';
1719
  else
1720
+ $headers .= 'From: ' . $email . '';
1721
 
1722
+ if ( 1 == $cntctfrm_options['cntctfrm_attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) {
1723
  $attachments = array( $path_of_uploaded_file );
1724
  }
1725
 
1726
+ if ( isset( $_POST['cntctfrm_contact_send_copy'] ) && 1 == $_POST['cntctfrm_contact_send_copy'] )
1727
  wp_mail( $email, $subject, $message_text_for_user, $headers, $attachments );
1728
 
1729
+ /* Mail it */
1730
  $mail_result = wp_mail( $to, $subject, $message_text, $headers, $attachments );
1731
+ /* Delete attachment */
1732
+ if ( 1 == $cntctfrm_options['cntctfrm_attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] && '1' == $cntctfrm_options['cntctfrm_delete_attached_file'] ) {
1733
  @unlink( $path_of_uploaded_file );
1734
  }
1735
  return $mail_result;
1736
  } else {
1737
+ if ( 1 == $cntctfrm_options['cntctfrm_attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) {
1738
  global $path_of_uploaded_file;
1739
  $headers = "";
1740
  $message_block = $message_text;
1744
  else
1745
  $from_field_name = $name;
1746
 
1747
+ /* Additional headers */
1748
  if ( 'custom' == $cntctfrm_options['cntctfrm_from_email'] )
1749
+ $headers .= 'From: ' . $from_field_name . ' <' . stripslashes( $cntctfrm_options['cntctfrm_custom_from_email'] ) . '>' . "\n";
1750
  else
1751
+ $headers .= 'From: ' . $from_field_name . ' <' . stripslashes( $email ) . '>' . "\n";
1752
 
1753
 
1754
  $bound_text = "jimmyP123";
1755
 
1756
+ $bound = "--" . $bound_text . "";
1757
 
1758
+ $bound_last = "--" . $bound_text . "--";
1759
 
1760
+ $headers .= "MIME-Version: 1.0\n" .
1761
  "Content-Type: multipart/mixed; boundary=\"$bound_text\"";
1762
 
1763
  $message_text = __( "If you can see this MIME, it means that the MIME type is not supported by your email client!", "contact_form" ) . "\n";
1764
 
1765
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
1766
+ $message_text .= $bound . "\n" . "Content-Type: text/html; charset=\"utf-8\"\n" . "Content-Transfer-Encoding: 7bit\n\n" . $message_block . "\n\n";
1767
  else
1768
+ $message_text .= $bound . "\n" . "Content-Type: text/plain; charset=\"utf-8\"\n" . "Content-Transfer-Encoding: 7bit\n\n" . $message_block . "\n\n";
1769
 
1770
 
1771
  $file = file_get_contents($path_of_uploaded_file);
1772
+ $message_text .= $bound . "\n";
1773
 
1774
+ $message_text .= "Content-Type: application/octet-stream; name=\"" . basename($path_of_uploaded_file) . "\"\n" .
1775
+ "Content-Description: " . basename($path_of_uploaded_file)."\n" .
1776
+ "Content-Disposition: attachment;\n" . " filename=\"" . basename($path_of_uploaded_file)."\"; size=" . filesize($path_of_uploaded_file) . ";\n" .
1777
  "Content-Transfer-Encoding: base64\n\n" . chunk_split( base64_encode( $file ) ) . "\n\n";
1778
  $message_text .= $bound_last;
1779
  } else {
1780
+ /* To send HTML mail, the Content-type header must be set */
1781
  $headers = 'MIME-Version: 1.0' . "\n";
1782
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
1783
  $headers .= 'Content-type: text/html; charset=utf-8' . "\n";
1790
  else
1791
  $from_field_name = $name;
1792
 
1793
+ /* Additional headers */
1794
  if( 'custom' == $cntctfrm_options['cntctfrm_from_email'] )
1795
+ $headers .= 'From: ' . $from_field_name . ' <' . stripslashes( $cntctfrm_options['cntctfrm_custom_from_email'] ) . '>' . "\n";
1796
  else
1797
+ $headers .= 'From: ' . $from_field_name . ' <' . $email . '>' . "\n";
1798
  }
1799
+ if ( isset( $_POST['cntctfrm_contact_send_copy'] ) && 1 == $_POST['cntctfrm_contact_send_copy'] )
1800
  @mail( $email, $subject, $message_text_for_user, $headers );
1801
 
1802
  $mail_result = @mail( $to, $subject , $message_text, $headers);
1803
+ /* Delete attachment */
1804
+ if ( 1 == $cntctfrm_options['cntctfrm_attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] && '1' == $cntctfrm_options['cntctfrm_delete_attached_file'] ) {
1805
  @unlink( $path_of_uploaded_file );
1806
  }
1807
  return $mail_result;
1813
 
1814
  if ( ! function_exists ( 'cntctfrm_plugin_action_links' ) ) {
1815
  function cntctfrm_plugin_action_links( $links, $file ) {
1816
+ /* Static so we don't call plugin_basename on every plugin row. */
1817
  static $this_plugin;
1818
  if ( ! $this_plugin ) $this_plugin = plugin_basename(__FILE__);
1819
 
1823
  }
1824
  return $links;
1825
  }
1826
+ } /* End function cntctfrm_plugin_action_links */
1827
 
1828
  if ( ! function_exists ( 'cntctfrm_register_plugin_links' ) ) {
1829
  function cntctfrm_register_plugin_links( $links, $file ) {
1854
  return $string;
1855
  }
1856
  }
1857
+ } /* End function ctf_clean_input */
1858
 
1859
+ /* Functions for protecting and validating form vars */
1860
  if ( ! function_exists ( 'cntctfrm_sanitize_string' ) ) {
1861
  function cntctfrm_sanitize_string( $string, $preserve_space = 0 ) {
1862
+ if ( ! $preserve_space )
1863
  $string = preg_replace("/ +/", ' ', trim( $string ) );
1864
 
1865
  return preg_replace( "/[<>]/", '_', $string );
1866
  }
1867
  }
1868
 
1869
+ /* Function '_plugin_init' are using to add language files. */
1870
  if ( ! function_exists ( 'cntctfrm_plugin_init' ) ) {
1871
  function cntctfrm_plugin_init() {
1872
  if ( ! session_id() )
1873
  @session_start();
1874
  load_plugin_textdomain( 'contact_form', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
 
1875
  }
1876
+ } /* End function cntctfrm_plugin_init */
1877
 
1878
  if ( ! function_exists ( 'cntctfrm_admin_head' ) ) {
1879
  function cntctfrm_admin_head() {
1880
  global $wp_version;
1881
+ if ( 3.8 > $wp_version )
1882
  wp_enqueue_style( 'cntctfrmStylesheet', plugins_url( 'css/style_wp_before_3.8.css', __FILE__ ) );
1883
  else
1884
  wp_enqueue_style( 'cntctfrmStylesheet', plugins_url( 'css/style.css', __FILE__ ) );
1885
 
1886
+ if ( isset( $_REQUEST['page'] ) && ( 'contact_form.php' == $_REQUEST['page'] ) ) {
1887
+ if ( 3.5 > $wp_version ) {
1888
  wp_enqueue_script( 'cntctfrmScript', plugins_url( 'js/script_wp_before_3.5.js', __FILE__ ) );
1889
  } else {
1890
  wp_enqueue_script( 'cntctfrmprScript', plugins_url( 'js/script.js', __FILE__ ) );
1891
  }
1892
+ echo '<script type="text/javascript">var confirm_text = "' . __( 'Are you sure that you want to delete this language data?', 'contact_form' ) . '"</script>';
1893
  }
 
 
 
1894
  }
1895
  }
1896
 
1905
  global $cntctfrm_options;
1906
  if ( isset( $_POST['cntctfrm_contact_name'] ) && 'custom' != $cntctfrm_options['cntctfrm_select_from_field'] ) {
1907
  $name = stripslashes( strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', trim( $_POST['cntctfrm_contact_name'] ) ) ) ) );
1908
+ if ( '' != $name )
1909
  return $name;
1910
  else
1911
  return $data;
1912
 
1913
+ } elseif ( isset( $cntctfrm_options['cntctfrm_from_field'] ) && "" != trim( $cntctfrm_options['cntctfrm_from_field'] ) )
1914
  return stripslashes( $cntctfrm_options['cntctfrm_from_field'] );
1915
  else
1916
  return $data;
1983
  }
1984
  }
1985
 
1986
+ /* Function for delete options */
1987
  if ( ! function_exists ( 'cntctfrm_delete_options' ) ) {
1988
  function cntctfrm_delete_options() {
1989
  delete_option( 'cntctfrm_options' );
1993
  if ( ! function_exists ( 'cntctfrm_plugin_banner' ) ) {
1994
  function cntctfrm_plugin_banner() {
1995
  global $hook_suffix;
1996
+ if ( 'plugins.php' == $hook_suffix ) {
1997
  $banner_array = array(
1998
  array( 'pdtr_hide_banner_on_plugin_page', 'updater/updater.php', '1.12' ),
1999
  array( 'cntctfrmtdb_hide_banner_on_plugin_page', 'contact-form-to-db/contact_form_to_db.php', '1.2' ),
2000
+ array( 'gglstmp_hide_banner_on_plugin_page', 'google-sitemap-plugin/google-sitemap-plugin.php', '2.8.4' ),
2001
  array( 'cntctfrmpr_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-pro/contact_form_pro.php', '1.14' ),
2002
  array( 'cntctfrm_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.62' ),
2003
  array( 'cntctfrm_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.47' ),
2004
  array( 'cptch_hide_banner_on_plugin_page', 'captcha/captcha.php', '3.8.4' ),
2005
+ array( 'gllr_hide_banner_on_plugin_page', 'gallery-plugin/gallery-plugin.php', '3.9.1' )
2006
  );
2007
  $plugin_info = get_plugin_data( __FILE__ );
2008
  if ( ! function_exists( 'is_plugin_active_for_network' ) )
2050
  </div>
2051
  <a class="button cntctfrm_button" target="_blank" href="http://bestwebsoft.com/plugin/contact-form-pro/?k=f575dc39cba54a9de88df346eed52101&pn=77&v=' . $plugin_info["Version"] . '&wp_v=' . $wp_version . '">Learn More</a>
2052
  </div>';
2053
+ 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 ) ) {
2054
  echo '<div class="cntctfrm_message_for_ctfrmtdb">
2055
  <img class="cntctfrm_for_ctfrmtdb_close_icon" title="" src="' . plugins_url( 'images/close_banner.png', __FILE__ ) . '" alt=""/>
2056
  <img class="cntctfrm_icon" title="" src="' . plugins_url( 'images/banner_for_ctfrmtdb.png', __FILE__ ) . '" alt=""/>
2078
  add_action( 'admin_menu', 'cntctfrm_admin_menu' );
2079
  add_action( 'admin_init', 'cntctfrm_version_check' );
2080
 
2081
+ /* Adds "Settings" link to the plugin action page */
2082
  add_filter( 'plugin_action_links', 'cntctfrm_plugin_action_links', 10, 2 );
2083
+ /* Additional links on the plugin page */
2084
  add_filter( 'plugin_row_meta', 'cntctfrm_register_plugin_links', 10, 2 );
2085
 
2086
  add_action( 'admin_enqueue_scripts', 'cntctfrm_admin_head' );
css/style.css CHANGED
@@ -2,53 +2,37 @@
2
  .admin-color-classic #adminmenu #toplevel_page_bws_plugins div.wp-menu-image,
3
  #adminmenu #toplevel_page_bws_plugins:hover div.wp-menu-image,
4
  #adminmenu #toplevel_page_bws_plugins.wp-has-current-submenu div.wp-menu-image {
5
- background: url("../images/icon_16_single.png") no-repeat scroll center center transparent;
6
  }
7
- #toplevel_page_bws_plugins .wp-submenu .wp-first-item, .cntctfrm_hidden {
8
- display:none;
9
- }
10
- .bws_system_info_meta_box {
11
- max-width: 850px;
12
- }
13
- .bws_system_info_meta_box .hndle {
14
- cursor: pointer !important;
15
- }
16
- .bws_system_info {
17
- float: left;
18
- margin-right: 10px;
19
- max-width: 400px;
20
- }
21
- .bws_system_info th {
22
- padding: 10px 0;
23
- text-align: left;
24
- width: 50%;
25
  }
26
- .bws_system_info tbody td {
27
- border-bottom: 1px solid #DFDFDF;
28
  }
29
  /*
30
  * styles for rate-support div on the settings page
31
  */
32
  .bws-plugin-reviews {
33
- background: none repeat scroll 0 0 #BEE1F1;
34
- border: 1px solid #70A8C2;
35
- border-radius: 3px;
36
- max-width: 400px;
37
  }
38
  .bws-plugin-reviews-rate {
39
- padding: 10px;
40
- border-bottom: 1px dashed #70A8C2;
41
  }
42
  .bws-plugin-reviews-support {
43
- padding: 10px;
44
  }
45
  /*
46
  * styles for settings page
47
  */
48
  .bws-plugins_page_contact_form input[type="checkbox"],
49
  .bws-plugins_page_contact_form input[type="radio"] {
50
- position: relative;
51
- top: -2px
52
  }
53
  #cntctfrm_contact_form input.text,
54
  #cntctfrm_contact_form textarea,
@@ -56,7 +40,7 @@
56
  #cntctfrm_contact_name,
57
  #cntctfrm_contact_email,
58
  #cntctfrm_contact_subject {
59
- width: 320px;
60
  }
61
  .cntctfrm_info {
62
  color: rgb(136, 136, 136);
@@ -88,13 +72,13 @@
88
  .textwidgetr #cntctfrm_contact_name,
89
  .textwidget #cntctfrm_contact_email,
90
  .textwidget #cntctfrm_contact_subject {
91
- width: 200px !important;
92
  }
93
  .cntctfrm_label_language_tab {
94
  float: left;
95
  padding: 2px 5px;
96
  border-radius: 4px 4px 0px 0px;
97
- border: 1px solid #DFDFDF;
98
  background: url("../images/gray-grad.png") repeat-x scroll left top #DFDFDF;
99
  cursor: pointer;
100
  margin-right: 3px;
@@ -107,30 +91,30 @@
107
  }
108
  .cntctfrm_delete {
109
  color: red;
110
- display: block;
111
- float: right;
112
- margin-left: 7px;
113
- position: relative;
114
- right: -3px;
115
  }
116
  .cntctfrm_language_tab_block_mini {
117
- background: url("../images/toggle-arrow.png") no-repeat scroll 1px -26px transparent;
118
- border-bottom: 1px solid #DFDFDF;
119
- border-right: 1px solid #DFDFDF;
120
- height: 15px;
121
- width: 20px;
122
  }
123
  .cntctfrm_language_tab_block_mini:hover {
124
- opacity: 0.7;
125
  }
126
  .cntctfrm_language_tab_block {
127
- padding: 5px 10px 5px 5px;
128
  }
129
  #cntctfrmpr_pro_version {
130
  background: none repeat scroll 0 0 #E0E0E0;
131
- border: 1px solid #AAA;
132
- padding-left: 10px;
133
- margin-top: 50px;
134
  }
135
  #cntctfrmpr_left_table {
136
  margin-right: 30px;
@@ -141,32 +125,32 @@
141
  float: left;
142
  }
143
  .cntctfrm_help_box {
144
- background-image: url("../images/tooltip_icons.png");
145
- background-repeat: no-repeat;
146
- cursor: pointer;
147
- float: left;
148
- height: 29px;
149
- position: relative;
150
- margin: 0 10px;
151
- width: 29px;
152
- clear: none !important;
153
  }
154
  .cntctfrm_hidden_help_text {
155
- background: #F4F4F4;
156
- border: 1px solid #DCDCDC;
157
- border-radius: 4px;
158
- left: 40px;
159
- padding: 5px 10px;
160
- position: absolute;
161
- width: 240px;
162
- line-height: 1.5;
163
- z-index: 10;
164
  }
165
  .cntctfrm_hidden_help_text:before {
166
- content: url("../images/help.png");
167
- left: -10px;
168
- position: absolute;
169
- top: 7px;
170
  }
171
  #cntctfrmpr_right_table #cntctfrmpr_contact_form input.text,
172
  #cntctfrmpr_right_table #cntctfrmpr_contact_form textarea {
@@ -182,173 +166,174 @@
182
  clear: both;
183
  }
184
  #cntctfrmpr_shortcode {
185
- width: 330px;
186
- margin-top: 30px;
187
  }
188
  #cntctfrmpr_shortcode div {
189
- height: 20px;
190
- width: 190px;
191
- background: #EAEAEA;
192
- border: 1px solid #DCDCDC;
193
- padding: 10px;
 
194
  }
195
  #cntctfrmpr_shortcode code {
196
- white-space:nowrap;
197
- background: #EAEAEA;
198
  }
199
  /* cntctfrm_settings_table */
200
 
201
  .cntctfrm_settings_table th, .cntctfrm_settings_table td {
202
- border-bottom: 1px solid #DFDFDF;
203
- border-right: 1px solid #DFDFDF;
204
- height: 25px;
205
- padding: 2px 10px;
206
- text-align: left;
207
  }
208
  /*
209
  * styles for pro_version settings, banner and tooltip
210
  */
211
  table.bws_pro_version {
212
- background: #E0E0E0;
213
- border: 1px solid #AAA;
214
- margin-bottom: 5px;
215
- width: auto !important;
216
  }
217
  table.bws_pro_version th,
218
  table.bws_pro_version td {
219
- color: #555;
220
- padding-left: 10px;
221
  }
222
  td.bws_pro_version {
223
- background: #E0E0E0;
224
- border: 1px solid #AAA;
225
  }
226
  .bws_pro_version_tooltip,
227
  .cntctfrm_settings_table .bws_pro_version_tooltip {
228
- background: #FFF;
229
- border: 1px solid #AAA;
230
  }
231
  .form-table.bws_pro_version .bws_pro_version_tooltip th {
232
- font-weight: normal;
233
- padding-bottom: 10px;
234
  }
235
  /* banner */
236
  .cntctfrm_message {
237
- min-width: 800px;
238
- border: 1px solid #1b6394;
239
- padding: 5px;
240
- margin: 12px 0;
241
- background: #2484c6;
242
- position: relative;
243
- overflow: hidden;
244
  }
245
  .cntctfrm_message .cntctfrm_text {
246
- color: #FFF;
247
- font-size: 15px;
248
- line-height: 26px;
249
- margin-top: 8px;
250
- float: left;
251
  }
252
  .cntctfrm_message .cntctfrm_text span {
253
- font-size: 12px;
254
- opacity: 0.7;
255
  }
256
  .cntctfrm_message .cntctfrm_button {
257
- float: right;
258
- border: 1px solid #14496d;
259
- font-size: 14px;
260
- margin: 10px;
261
- padding: 12px 0;
262
- color: #FFF;
263
- text-shadow: 0 1px 3px #2483c5;
264
- font-weight: bold;
265
- background: #17537e;
266
- -moz-border-radius : 3px;
267
- border-radius: 3px;
268
- -webkit-border-radius: 3px;
269
- text-decoration: none;
270
- height: 50px;
271
- text-align: center;
272
- width: 147px;
273
- -moz-box-shadow: 0px 1px 1px 0 #3e7aa3 inset;
274
- -webkit-box-shadow: 0px 1px 1px 0 #3e7aa3 inset;
275
- box-shadow: 0px 1px 1px 0 #3e7aa3 inset;
276
  }
277
  .cntctfrm_message .cntctfrm_button:hover,
278
  .cntctfrm_message .cntctfrm_button:focus {
279
- background: #2b9eed;
280
- color: #FFF;
281
- border: 1px solid #1d6ca1;
282
- -moz-box-shadow: 0px 1px 1px 0 #4bacf0 inset;
283
- -webkit-box-shadow: 0px 1px 1px 0 #4bacf0 inset;
284
- box-shadow: 0px 1px 1px 0 #4bacf0 inset;
285
  }
286
  .cntctfrm_message .cntctfrm_icon {
287
- float: left;
288
- margin: 14px 18px 15px 1px;
289
  }
290
  .cntctfrm_message .cntctfrm_close_icon {
291
- float: left;
292
- margin: 4px 0 0 4px;
293
- cursor: pointer;
294
  }
295
  .cntctfrm_message_for_ctfrmtdb {
296
- min-width: 800px;
297
- border: 1px solid #1b6394;
298
- padding: 5px;
299
- margin: 12px 0;
300
- background: #2484c6;
301
- position: relative;
302
- overflow: hidden;
303
  }
304
  .cntctfrm_message_for_ctfrmtdb .cntctfrm_text {
305
- color: #FFF;
306
- font-size: 15px;
307
- line-height: 26px;
308
- margin-top: 9px;
309
- float: left;
310
  }
311
  .cntctfrm_message_for_ctfrmtdb .cntctfrm_text span {
312
- font-size: 12px;
313
- opacity: 0.7;
314
  }
315
  .cntctfrm_message_for_ctfrmtdb .cntctfrm_button {
316
- float: right;
317
- border: 1px solid #14496d;
318
- font-size: 13px;
319
- margin: 16px 12px;
320
- padding: 5px 14px;
321
- color: #FFF;
322
- background: #17537e;
323
- -moz-border-radius : 5px;
324
- border-radius: 5px;
325
- -webkit-border-radius: 5px;
326
- text-decoration: none;
327
- height: 36px;
328
- text-align: center;
329
- text-transform: uppercase;
330
  }
331
  .cntctfrm_message_for_ctfrmtdb .cntctfrm_button:hover,
332
  .cntctfrm_message_for_ctfrmtdb .cntctfrm_button:focus {
333
- background: #2b9eed;
334
- color: #FFF;
335
- border: 1px solid #1d6ca1;
336
- -moz-box-shadow: 0px 1px 1px 0 #4bacf0 inset;
337
- -webkit-box-shadow: 0px 1px 1px 0 #4bacf0 inset;
338
- box-shadow: 0px 1px 1px 0 #4bacf0 inset;
339
  }
340
  .cntctfrm_message_for_ctfrmtdb .cntctfrm_icon {
341
- float: left;
342
- margin: 10px 19px 12px 23px;
343
  }
344
  .cntctfrm_message_for_ctfrmtdb .cntctfrm_for_ctfrmtdb_close_icon {
345
- float: right;
346
- margin: 4px;
347
- cursor: pointer;
348
  }
349
  .cntctfrmpr_department_table > img {
350
- margin: -21px 17px 0;
351
  }
352
  #cntctfrmpr_pro_version > td {
353
- width: 900px;
354
- }
2
  .admin-color-classic #adminmenu #toplevel_page_bws_plugins div.wp-menu-image,
3
  #adminmenu #toplevel_page_bws_plugins:hover div.wp-menu-image,
4
  #adminmenu #toplevel_page_bws_plugins.wp-has-current-submenu div.wp-menu-image {
5
+ background: url("../images/icon_16_single.png") no-repeat scroll center center transparent;
6
  }
7
+ #adminmenu #toplevel_page_bws_plugins.wp-not-current-submenu div.wp-menu-image {
8
+ opacity: 0.7;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  }
10
+ #toplevel_page_bws_plugins .wp-submenu .wp-first-item, .cntctfrm_hidden {
11
+ display: none;
12
  }
13
  /*
14
  * styles for rate-support div on the settings page
15
  */
16
  .bws-plugin-reviews {
17
+ background: none repeat scroll 0 0 #BEE1F1;
18
+ border: 1px solid #70A8C2;
19
+ border-radius: 3px;
20
+ max-width: 700px;
21
  }
22
  .bws-plugin-reviews-rate {
23
+ padding: 10px;
24
+ border-bottom: 1px dashed #70A8C2;
25
  }
26
  .bws-plugin-reviews-support {
27
+ padding: 10px;
28
  }
29
  /*
30
  * styles for settings page
31
  */
32
  .bws-plugins_page_contact_form input[type="checkbox"],
33
  .bws-plugins_page_contact_form input[type="radio"] {
34
+ position: relative;
35
+ top: -2px
36
  }
37
  #cntctfrm_contact_form input.text,
38
  #cntctfrm_contact_form textarea,
40
  #cntctfrm_contact_name,
41
  #cntctfrm_contact_email,
42
  #cntctfrm_contact_subject {
43
+ width: 320px;
44
  }
45
  .cntctfrm_info {
46
  color: rgb(136, 136, 136);
72
  .textwidgetr #cntctfrm_contact_name,
73
  .textwidget #cntctfrm_contact_email,
74
  .textwidget #cntctfrm_contact_subject {
75
+ width: 200px !important;
76
  }
77
  .cntctfrm_label_language_tab {
78
  float: left;
79
  padding: 2px 5px;
80
  border-radius: 4px 4px 0px 0px;
81
+ border: 1px solid #DFDFDF;
82
  background: url("../images/gray-grad.png") repeat-x scroll left top #DFDFDF;
83
  cursor: pointer;
84
  margin-right: 3px;
91
  }
92
  .cntctfrm_delete {
93
  color: red;
94
+ display: block;
95
+ float: right;
96
+ margin-left: 7px;
97
+ position: relative;
98
+ right: -3px;
99
  }
100
  .cntctfrm_language_tab_block_mini {
101
+ background: url("../images/toggle-arrow.png") no-repeat scroll 1px -26px transparent;
102
+ border-bottom: 1px solid #DFDFDF;
103
+ border-right: 1px solid #DFDFDF;
104
+ height: 15px;
105
+ width: 20px;
106
  }
107
  .cntctfrm_language_tab_block_mini:hover {
108
+ opacity: 0.7;
109
  }
110
  .cntctfrm_language_tab_block {
111
+ padding: 5px 10px 5px 5px;
112
  }
113
  #cntctfrmpr_pro_version {
114
  background: none repeat scroll 0 0 #E0E0E0;
115
+ border: 1px solid #AAA;
116
+ padding-left: 10px;
117
+ margin-top: 50px;
118
  }
119
  #cntctfrmpr_left_table {
120
  margin-right: 30px;
125
  float: left;
126
  }
127
  .cntctfrm_help_box {
128
+ background-image: url("../images/tooltip_icons.png");
129
+ background-repeat: no-repeat;
130
+ cursor: pointer;
131
+ float: left;
132
+ height: 29px;
133
+ position: relative;
134
+ margin: 0 10px;
135
+ width: 29px;
136
+ clear: none !important;
137
  }
138
  .cntctfrm_hidden_help_text {
139
+ background: #F4F4F4;
140
+ border: 1px solid #DCDCDC;
141
+ border-radius: 4px;
142
+ left: 40px;
143
+ padding: 5px 10px;
144
+ position: absolute;
145
+ width: 240px;
146
+ line-height: 1.5;
147
+ z-index: 10;
148
  }
149
  .cntctfrm_hidden_help_text:before {
150
+ content: url("../images/help.png");
151
+ left: -10px;
152
+ position: absolute;
153
+ top: 7px;
154
  }
155
  #cntctfrmpr_right_table #cntctfrmpr_contact_form input.text,
156
  #cntctfrmpr_right_table #cntctfrmpr_contact_form textarea {
166
  clear: both;
167
  }
168
  #cntctfrmpr_shortcode {
169
+ width: 330px;
170
+ margin-top: 30px;
171
  }
172
  #cntctfrmpr_shortcode div {
173
+ height: 20px;
174
+ width: 220px;
175
+ background: #EAEAEA;
176
+ border: 1px solid #DCDCDC;
177
+ padding: 10px;
178
+ text-align: center;
179
  }
180
  #cntctfrmpr_shortcode code {
181
+ white-space:nowrap;
182
+ background: #EAEAEA;
183
  }
184
  /* cntctfrm_settings_table */
185
 
186
  .cntctfrm_settings_table th, .cntctfrm_settings_table td {
187
+ border-bottom: 1px solid #DFDFDF;
188
+ border-right: 1px solid #DFDFDF;
189
+ height: 25px;
190
+ padding: 2px 10px;
191
+ text-align: left;
192
  }
193
  /*
194
  * styles for pro_version settings, banner and tooltip
195
  */
196
  table.bws_pro_version {
197
+ background: #E0E0E0;
198
+ border: 1px solid #AAA;
199
+ margin-bottom: 5px;
200
+ width: auto !important;
201
  }
202
  table.bws_pro_version th,
203
  table.bws_pro_version td {
204
+ color: #555;
205
+ padding-left: 10px;
206
  }
207
  td.bws_pro_version {
208
+ background: #E0E0E0;
209
+ border: 1px solid #AAA;
210
  }
211
  .bws_pro_version_tooltip,
212
  .cntctfrm_settings_table .bws_pro_version_tooltip {
213
+ background: #FFF;
214
+ border: 1px solid #AAA;
215
  }
216
  .form-table.bws_pro_version .bws_pro_version_tooltip th {
217
+ font-weight: normal;
218
+ padding-bottom: 10px;
219
  }
220
  /* banner */
221
  .cntctfrm_message {
222
+ min-width: 800px;
223
+ border: 1px solid #1b6394;
224
+ padding: 5px;
225
+ margin: 12px 0;
226
+ background: #2484c6;
227
+ position: relative;
228
+ overflow: hidden;
229
  }
230
  .cntctfrm_message .cntctfrm_text {
231
+ color: #FFF;
232
+ font-size: 15px;
233
+ line-height: 26px;
234
+ margin-top: 8px;
235
+ float: left;
236
  }
237
  .cntctfrm_message .cntctfrm_text span {
238
+ font-size: 12px;
239
+ opacity: 0.7;
240
  }
241
  .cntctfrm_message .cntctfrm_button {
242
+ float: right;
243
+ border: 1px solid #14496d;
244
+ font-size: 14px;
245
+ margin: 10px;
246
+ padding: 12px 0;
247
+ color: #FFF;
248
+ text-shadow: 0 1px 3px #2483c5;
249
+ font-weight: bold;
250
+ background: #17537e;
251
+ -moz-border-radius : 3px;
252
+ border-radius: 3px;
253
+ -webkit-border-radius: 3px;
254
+ text-decoration: none;
255
+ height: 50px;
256
+ text-align: center;
257
+ width: 147px;
258
+ -moz-box-shadow: 0px 1px 1px 0 #3e7aa3 inset;
259
+ -webkit-box-shadow: 0px 1px 1px 0 #3e7aa3 inset;
260
+ box-shadow: 0px 1px 1px 0 #3e7aa3 inset;
261
  }
262
  .cntctfrm_message .cntctfrm_button:hover,
263
  .cntctfrm_message .cntctfrm_button:focus {
264
+ background: #2b9eed;
265
+ color: #FFF;
266
+ border: 1px solid #1d6ca1;
267
+ -moz-box-shadow: 0px 1px 1px 0 #4bacf0 inset;
268
+ -webkit-box-shadow: 0px 1px 1px 0 #4bacf0 inset;
269
+ box-shadow: 0px 1px 1px 0 #4bacf0 inset;
270
  }
271
  .cntctfrm_message .cntctfrm_icon {
272
+ float: left;
273
+ margin: 14px 18px 15px 1px;
274
  }
275
  .cntctfrm_message .cntctfrm_close_icon {
276
+ float: left;
277
+ margin: 4px 0 0 4px;
278
+ cursor: pointer;
279
  }
280
  .cntctfrm_message_for_ctfrmtdb {
281
+ min-width: 800px;
282
+ border: 1px solid #1b6394;
283
+ padding: 5px;
284
+ margin: 12px 0;
285
+ background: #2484c6;
286
+ position: relative;
287
+ overflow: hidden;
288
  }
289
  .cntctfrm_message_for_ctfrmtdb .cntctfrm_text {
290
+ color: #FFF;
291
+ font-size: 15px;
292
+ line-height: 26px;
293
+ margin-top: 9px;
294
+ float: left;
295
  }
296
  .cntctfrm_message_for_ctfrmtdb .cntctfrm_text span {
297
+ font-size: 12px;
298
+ opacity: 0.7;
299
  }
300
  .cntctfrm_message_for_ctfrmtdb .cntctfrm_button {
301
+ float: right;
302
+ border: 1px solid #14496d;
303
+ font-size: 13px;
304
+ margin: 16px 12px;
305
+ padding: 5px 14px;
306
+ color: #FFF;
307
+ background: #17537e;
308
+ -moz-border-radius : 5px;
309
+ border-radius: 5px;
310
+ -webkit-border-radius: 5px;
311
+ text-decoration: none;
312
+ height: 36px;
313
+ text-align: center;
314
+ text-transform: uppercase;
315
  }
316
  .cntctfrm_message_for_ctfrmtdb .cntctfrm_button:hover,
317
  .cntctfrm_message_for_ctfrmtdb .cntctfrm_button:focus {
318
+ background: #2b9eed;
319
+ color: #FFF;
320
+ border: 1px solid #1d6ca1;
321
+ -moz-box-shadow: 0px 1px 1px 0 #4bacf0 inset;
322
+ -webkit-box-shadow: 0px 1px 1px 0 #4bacf0 inset;
323
+ box-shadow: 0px 1px 1px 0 #4bacf0 inset;
324
  }
325
  .cntctfrm_message_for_ctfrmtdb .cntctfrm_icon {
326
+ float: left;
327
+ margin: 10px 19px 12px 23px;
328
  }
329
  .cntctfrm_message_for_ctfrmtdb .cntctfrm_for_ctfrmtdb_close_icon {
330
+ float: right;
331
+ margin: 4px;
332
+ cursor: pointer;
333
  }
334
  .cntctfrmpr_department_table > img {
335
+ margin: -21px 17px 0;
336
  }
337
  #cntctfrmpr_pro_version > td {
338
+ width: 900px;
339
+ }
css/style_wp_before_3.8.css CHANGED
@@ -15,50 +15,31 @@
15
  background: url("../images/icon_36_b.png") no-repeat scroll left top transparent;
16
  }
17
  #toplevel_page_bws_plugins .wp-submenu .wp-first-item, .cntctfrm_hidden {
18
- display:none;
19
- }
20
- .bws_system_info_meta_box {
21
- width: 850px;
22
- }
23
- .bws_system_info_meta_box .hndle {
24
- cursor: pointer !important;
25
- }
26
- .bws_system_info {
27
- float: left;
28
- margin-right: 10px;
29
- width: 400px;
30
- }
31
- .bws_system_info th {
32
- padding: 10px 0;
33
- text-align: left;
34
- width: 50%;
35
- }
36
- .bws_system_info tbody td {
37
- border-bottom: 1px solid #DFDFDF;
38
  }
39
  /*
40
  * styles for rate-support div on the settings page
41
  */
42
  .bws-plugin-reviews {
43
- background: none repeat scroll 0 0 #BEE1F1;
44
- border: 1px solid #70A8C2;
45
- border-radius: 3px;
46
- max-width: 400px;
47
  }
48
  .bws-plugin-reviews-rate {
49
- padding: 10px;
50
- border-bottom: 1px dashed #70A8C2;
51
  }
52
  .bws-plugin-reviews-support {
53
- padding: 10px;
54
  }
55
  /*
56
  * styles for settings page
57
  */
58
  .bws-plugins_page_contact_form input[type="checkbox"],
59
  .bws-plugins_page_contact_form input[type="radio"] {
60
- position: relative;
61
- top: -2px
62
  }
63
  #cntctfrm_contact_form input.text,
64
  #cntctfrm_contact_form textarea,
@@ -66,7 +47,7 @@
66
  #cntctfrm_contact_name,
67
  #cntctfrm_contact_email,
68
  #cntctfrm_contact_subject {
69
- width: 320px;
70
  }
71
  .cntctfrm_info {
72
  color: rgb(136, 136, 136);
@@ -98,13 +79,13 @@
98
  .textwidgetr #cntctfrm_contact_name,
99
  .textwidget #cntctfrm_contact_email,
100
  .textwidget #cntctfrm_contact_subject {
101
- width: 200px !important;
102
  }
103
  .cntctfrm_label_language_tab {
104
  float: left;
105
  padding: 2px 5px;
106
  border-radius: 4px 4px 0px 0px;
107
- border: 1px solid #DFDFDF;
108
  background: url("../images/gray-grad.png") repeat-x scroll left top #DFDFDF;
109
  cursor: pointer;
110
  margin-right: 3px;
@@ -117,24 +98,24 @@
117
  }
118
  .cntctfrm_delete {
119
  color: red;
120
- display: block;
121
- float: right;
122
- margin-left: 7px;
123
- position: relative;
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
- height: 15px;
131
- width: 20px;
132
  }
133
  .cntctfrm_language_tab_block_mini:hover {
134
- opacity: 0.7;
135
  }
136
  .cntctfrm_language_tab_block {
137
- padding: 5px 10px 5px 5px;
138
  }
139
  #cntctfrmpr_left_table {
140
  margin-right: 30px;
@@ -145,32 +126,32 @@
145
  float: left;
146
  }
147
  .cntctfrm_help_box {
148
- background-image: url("../images/tooltip_icons.png");
149
- background-repeat: no-repeat;
150
- cursor: pointer;
151
- float: left;
152
- height: 29px;
153
- position: relative;
154
- margin: 0 10px;
155
- width: 29px;
156
- clear: none !important;
157
  }
158
  .cntctfrm_hidden_help_text {
159
- background: #F4F4F4;
160
- border: 1px solid #DCDCDC;
161
- border-radius: 4px;
162
- left: 40px;
163
- padding: 5px 10px;
164
- position: absolute;
165
- width: 240px;
166
- line-height: 1.5;
167
- z-index: 10;
168
  }
169
  .cntctfrm_hidden_help_text:before {
170
- content: url("../images/help.png");
171
- left: -10px;
172
- position: absolute;
173
- top: 7px;
174
  }
175
  #cntctfrmpr_right_table #cntctfrmpr_contact_form input.text,
176
  #cntctfrmpr_right_table #cntctfrmpr_contact_form textarea {
@@ -186,179 +167,180 @@
186
  clear: both;
187
  }
188
  #cntctfrmpr_shortcode {
189
- width: 330px;
190
- margin-top: 30px;
191
  }
192
  #cntctfrmpr_shortcode div {
193
- height: 20px;
194
- width: 190px;
195
- background: #EAEAEA;
196
- border: 1px solid #DCDCDC;
197
- padding: 10px;
 
198
  }
199
  #cntctfrmpr_shortcode code {
200
- white-space:nowrap;
201
- background: #EAEAEA;
202
  }
203
  /* cntctfrm_settings_table */
204
 
205
  .cntctfrm_settings_table th, .cntctfrm_settings_table td {
206
- border-bottom: 1px solid #DFDFDF;
207
- border-right: 1px solid #DFDFDF;
208
- height: 25px;
209
- padding: 2px 10px;
210
- text-align: left;
211
  }
212
  /*
213
  * styles for pro_version settings, banner and tooltip
214
  */
215
  table.bws_pro_version {
216
- background: #E0E0E0;
217
- border: 1px solid #AAA;
218
- margin-bottom: 5px;
219
- width: auto !important;
220
  }
221
  table.bws_pro_version th,
222
  table.bws_pro_version td {
223
- color: #555;
224
- padding-left: 10px;
225
  }
226
  td.bws_pro_version {
227
- background: #E0E0E0;
228
- border: 1px solid #AAA;
229
  }
230
  .bws_pro_version_tooltip,
231
  .cntctfrm_settings_table .bws_pro_version_tooltip {
232
- background: #FFF;
233
- border: 1px solid #AAA;
234
  }
235
  .form-table.bws_pro_version .bws_pro_version_tooltip th {
236
- font-weight: normal;
237
- padding-bottom: 10px;
238
  }
239
  /* banner */
240
  .cntctfrm_message {
241
- min-width: 800px;
242
- border: 1px solid #1b6394;
243
- padding: 5px;
244
- margin: 12px 0;
245
- background: #2484c6;
246
- -moz-border-radius: 3px;
247
- border-radius: 3px;
248
- -webkit-border-radius: 3px;
249
- position: relative;
250
- overflow: hidden
251
  }
252
  .cntctfrm_message .cntctfrm_text {
253
- color: #FFF;
254
- font-size: 15px;
255
- line-height: 26px;
256
- margin-top: 8px;
257
- float: left;
258
  }
259
  .cntctfrm_message .cntctfrm_text span {
260
- font-size: 12px;
261
- opacity: 0.7;
262
  }
263
  .cntctfrm_message .cntctfrm_button {
264
- float: right;
265
- border: 1px solid #14496d;
266
- font-size: 14px;
267
- margin: 10px;
268
- padding: 12px 0;
269
- color: #FFF;
270
- text-shadow: 0 1px 3px #2483c5;
271
- font-weight: bold;
272
- background: #17537e;
273
- -moz-border-radius : 3px;
274
- border-radius: 3px;
275
- -webkit-border-radius: 3px;
276
- text-decoration: none;
277
- height: 50px;
278
- text-align: center;
279
- width: 147px;
280
- -moz-box-shadow: 0px 1px 1px 0 #3e7aa3 inset;
281
- -webkit-box-shadow: 0px 1px 1px 0 #3e7aa3 inset;
282
- box-shadow: 0px 1px 1px 0 #3e7aa3 inset;
283
  }
284
  .cntctfrm_message .cntctfrm_button:hover,
285
  .cntctfrm_message .cntctfrm_button:focus {
286
- background: #2b9eed;
287
- color: #FFF;
288
- border: 1px solid #1d6ca1;
289
- -moz-box-shadow: 0px 1px 1px 0 #4bacf0 inset;
290
- -webkit-box-shadow: 0px 1px 1px 0 #4bacf0 inset;
291
- box-shadow: 0px 1px 1px 0 #4bacf0 inset;
292
  }
293
  .cntctfrm_message .cntctfrm_icon {
294
- float: left;
295
- margin: 14px 18px 15px 1px;
296
  }
297
  .cntctfrm_message .cntctfrm_close_icon {
298
- float: left;
299
- margin: 4px 0 0 4px;
300
- cursor: pointer;
301
  }
302
  .cntctfrm_message_for_ctfrmtdb {
303
- min-width: 800px;
304
- border: 1px solid #1b6394;
305
- padding: 5px;
306
- margin: 12px 0;
307
- background: #2484c6;
308
- -moz-border-radius: 3px;
309
- border-radius: 3px;
310
- -webkit-border-radius: 3px;
311
- position: relative;
312
- overflow: hidden
313
  }
314
  .cntctfrm_message_for_ctfrmtdb .cntctfrm_text {
315
- color: #FFF;
316
- font-size: 15px;
317
- line-height: 26px;
318
- margin-top: 9px;
319
- float: left;
320
  }
321
  .cntctfrm_message_for_ctfrmtdb .cntctfrm_text span {
322
- font-size: 12px;
323
- opacity: 0.7;
324
  }
325
  .cntctfrm_message_for_ctfrmtdb .cntctfrm_button {
326
- float: right;
327
- border: 1px solid #14496d;
328
- font-size: 13px;
329
- margin: 16px 12px;
330
- padding: 5px 14px;
331
- color: #FFF;
332
- background: #17537e;
333
- -moz-border-radius : 5px;
334
- border-radius: 5px;
335
- -webkit-border-radius: 5px;
336
- text-decoration: none;
337
- height: 36px;
338
- text-align: center;
339
- text-transform: uppercase;
340
  }
341
  .cntctfrm_message_for_ctfrmtdb .cntctfrm_button:hover,
342
  .cntctfrm_message_for_ctfrmtdb .cntctfrm_button:focus {
343
- background: #2b9eed;
344
- color: #FFF;
345
- border: 1px solid #1d6ca1;
346
- -moz-box-shadow: 0px 1px 1px 0 #4bacf0 inset;
347
- -webkit-box-shadow: 0px 1px 1px 0 #4bacf0 inset;
348
- box-shadow: 0px 1px 1px 0 #4bacf0 inset;
349
  }
350
  .cntctfrm_message_for_ctfrmtdb .cntctfrm_icon {
351
- float: left;
352
- margin: 10px 19px 12px 23px;
353
  }
354
  .cntctfrm_message_for_ctfrmtdb .cntctfrm_for_ctfrmtdb_close_icon {
355
- float: right;
356
- margin: 4px;
357
- cursor: pointer;
358
  }
359
  .cntctfrmpr_department_table > img {
360
- margin: -21px 17px 0;
361
  }
362
  #cntctfrmpr_pro_version > td {
363
- width: 900px;
364
- }
15
  background: url("../images/icon_36_b.png") no-repeat scroll left top transparent;
16
  }
17
  #toplevel_page_bws_plugins .wp-submenu .wp-first-item, .cntctfrm_hidden {
18
+ display: none;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  }
20
  /*
21
  * styles for rate-support div on the settings page
22
  */
23
  .bws-plugin-reviews {
24
+ background: none repeat scroll 0 0 #BEE1F1;
25
+ border: 1px solid #70A8C2;
26
+ border-radius: 3px;
27
+ max-width: 700px;
28
  }
29
  .bws-plugin-reviews-rate {
30
+ padding: 10px;
31
+ border-bottom: 1px dashed #70A8C2;
32
  }
33
  .bws-plugin-reviews-support {
34
+ padding: 10px;
35
  }
36
  /*
37
  * styles for settings page
38
  */
39
  .bws-plugins_page_contact_form input[type="checkbox"],
40
  .bws-plugins_page_contact_form input[type="radio"] {
41
+ position: relative;
42
+ top: -2px
43
  }
44
  #cntctfrm_contact_form input.text,
45
  #cntctfrm_contact_form textarea,
47
  #cntctfrm_contact_name,
48
  #cntctfrm_contact_email,
49
  #cntctfrm_contact_subject {
50
+ width: 320px;
51
  }
52
  .cntctfrm_info {
53
  color: rgb(136, 136, 136);
79
  .textwidgetr #cntctfrm_contact_name,
80
  .textwidget #cntctfrm_contact_email,
81
  .textwidget #cntctfrm_contact_subject {
82
+ width: 200px !important;
83
  }
84
  .cntctfrm_label_language_tab {
85
  float: left;
86
  padding: 2px 5px;
87
  border-radius: 4px 4px 0px 0px;
88
+ border: 1px solid #DFDFDF;
89
  background: url("../images/gray-grad.png") repeat-x scroll left top #DFDFDF;
90
  cursor: pointer;
91
  margin-right: 3px;
98
  }
99
  .cntctfrm_delete {
100
  color: red;
101
+ display: block;
102
+ float: right;
103
+ margin-left: 7px;
104
+ position: relative;
105
+ right: -3px;
106
  }
107
  .cntctfrm_language_tab_block_mini {
108
+ background: url("../images/toggle-arrow.png") no-repeat scroll 1px -26px transparent;
109
+ border-bottom: 1px solid #DFDFDF;
110
+ border-right: 1px solid #DFDFDF;
111
+ height: 15px;
112
+ width: 20px;
113
  }
114
  .cntctfrm_language_tab_block_mini:hover {
115
+ opacity: 0.7;
116
  }
117
  .cntctfrm_language_tab_block {
118
+ padding: 5px 10px 5px 5px;
119
  }
120
  #cntctfrmpr_left_table {
121
  margin-right: 30px;
126
  float: left;
127
  }
128
  .cntctfrm_help_box {
129
+ background-image: url("../images/tooltip_icons.png");
130
+ background-repeat: no-repeat;
131
+ cursor: pointer;
132
+ float: left;
133
+ height: 29px;
134
+ position: relative;
135
+ margin: 0 10px;
136
+ width: 29px;
137
+ clear: none !important;
138
  }
139
  .cntctfrm_hidden_help_text {
140
+ background: #F4F4F4;
141
+ border: 1px solid #DCDCDC;
142
+ border-radius: 4px;
143
+ left: 40px;
144
+ padding: 5px 10px;
145
+ position: absolute;
146
+ width: 240px;
147
+ line-height: 1.5;
148
+ z-index: 10;
149
  }
150
  .cntctfrm_hidden_help_text:before {
151
+ content: url("../images/help.png");
152
+ left: -10px;
153
+ position: absolute;
154
+ top: 7px;
155
  }
156
  #cntctfrmpr_right_table #cntctfrmpr_contact_form input.text,
157
  #cntctfrmpr_right_table #cntctfrmpr_contact_form textarea {
167
  clear: both;
168
  }
169
  #cntctfrmpr_shortcode {
170
+ width: 330px;
171
+ margin-top: 30px;
172
  }
173
  #cntctfrmpr_shortcode div {
174
+ height: 20px;
175
+ width: 190px;
176
+ background: #EAEAEA;
177
+ border: 1px solid #DCDCDC;
178
+ padding: 10px;
179
+ text-align: center;
180
  }
181
  #cntctfrmpr_shortcode code {
182
+ white-space:nowrap;
183
+ background: #EAEAEA;
184
  }
185
  /* cntctfrm_settings_table */
186
 
187
  .cntctfrm_settings_table th, .cntctfrm_settings_table td {
188
+ border-bottom: 1px solid #DFDFDF;
189
+ border-right: 1px solid #DFDFDF;
190
+ height: 25px;
191
+ padding: 2px 10px;
192
+ text-align: left;
193
  }
194
  /*
195
  * styles for pro_version settings, banner and tooltip
196
  */
197
  table.bws_pro_version {
198
+ background: #E0E0E0;
199
+ border: 1px solid #AAA;
200
+ margin-bottom: 5px;
201
+ width: auto !important;
202
  }
203
  table.bws_pro_version th,
204
  table.bws_pro_version td {
205
+ color: #555;
206
+ padding-left: 10px;
207
  }
208
  td.bws_pro_version {
209
+ background: #E0E0E0;
210
+ border: 1px solid #AAA;
211
  }
212
  .bws_pro_version_tooltip,
213
  .cntctfrm_settings_table .bws_pro_version_tooltip {
214
+ background: #FFF;
215
+ border: 1px solid #AAA;
216
  }
217
  .form-table.bws_pro_version .bws_pro_version_tooltip th {
218
+ font-weight: normal;
219
+ padding-bottom: 10px;
220
  }
221
  /* banner */
222
  .cntctfrm_message {
223
+ min-width: 800px;
224
+ border: 1px solid #1b6394;
225
+ padding: 5px;
226
+ margin: 12px 0;
227
+ background: #2484c6;
228
+ -moz-border-radius: 3px;
229
+ border-radius: 3px;
230
+ -webkit-border-radius: 3px;
231
+ position: relative;
232
+ overflow: hidden
233
  }
234
  .cntctfrm_message .cntctfrm_text {
235
+ color: #FFF;
236
+ font-size: 15px;
237
+ line-height: 26px;
238
+ margin-top: 8px;
239
+ float: left;
240
  }
241
  .cntctfrm_message .cntctfrm_text span {
242
+ font-size: 12px;
243
+ opacity: 0.7;
244
  }
245
  .cntctfrm_message .cntctfrm_button {
246
+ float: right;
247
+ border: 1px solid #14496d;
248
+ font-size: 14px;
249
+ margin: 10px;
250
+ padding: 12px 0;
251
+ color: #FFF;
252
+ text-shadow: 0 1px 3px #2483c5;
253
+ font-weight: bold;
254
+ background: #17537e;
255
+ -moz-border-radius : 3px;
256
+ border-radius: 3px;
257
+ -webkit-border-radius: 3px;
258
+ text-decoration: none;
259
+ height: 50px;
260
+ text-align: center;
261
+ width: 147px;
262
+ -moz-box-shadow: 0px 1px 1px 0 #3e7aa3 inset;
263
+ -webkit-box-shadow: 0px 1px 1px 0 #3e7aa3 inset;
264
+ box-shadow: 0px 1px 1px 0 #3e7aa3 inset;
265
  }
266
  .cntctfrm_message .cntctfrm_button:hover,
267
  .cntctfrm_message .cntctfrm_button:focus {
268
+ background: #2b9eed;
269
+ color: #FFF;
270
+ border: 1px solid #1d6ca1;
271
+ -moz-box-shadow: 0px 1px 1px 0 #4bacf0 inset;
272
+ -webkit-box-shadow: 0px 1px 1px 0 #4bacf0 inset;
273
+ box-shadow: 0px 1px 1px 0 #4bacf0 inset;
274
  }
275
  .cntctfrm_message .cntctfrm_icon {
276
+ float: left;
277
+ margin: 14px 18px 15px 1px;
278
  }
279
  .cntctfrm_message .cntctfrm_close_icon {
280
+ float: left;
281
+ margin: 4px 0 0 4px;
282
+ cursor: pointer;
283
  }
284
  .cntctfrm_message_for_ctfrmtdb {
285
+ min-width: 800px;
286
+ border: 1px solid #1b6394;
287
+ padding: 5px;
288
+ margin: 12px 0;
289
+ background: #2484c6;
290
+ -moz-border-radius: 3px;
291
+ border-radius: 3px;
292
+ -webkit-border-radius: 3px;
293
+ position: relative;
294
+ overflow: hidden
295
  }
296
  .cntctfrm_message_for_ctfrmtdb .cntctfrm_text {
297
+ color: #FFF;
298
+ font-size: 15px;
299
+ line-height: 26px;
300
+ margin-top: 9px;
301
+ float: left;
302
  }
303
  .cntctfrm_message_for_ctfrmtdb .cntctfrm_text span {
304
+ font-size: 12px;
305
+ opacity: 0.7;
306
  }
307
  .cntctfrm_message_for_ctfrmtdb .cntctfrm_button {
308
+ float: right;
309
+ border: 1px solid #14496d;
310
+ font-size: 13px;
311
+ margin: 16px 12px;
312
+ padding: 5px 14px;
313
+ color: #FFF;
314
+ background: #17537e;
315
+ -moz-border-radius : 5px;
316
+ border-radius: 5px;
317
+ -webkit-border-radius: 5px;
318
+ text-decoration: none;
319
+ height: 36px;
320
+ text-align: center;
321
+ text-transform: uppercase;
322
  }
323
  .cntctfrm_message_for_ctfrmtdb .cntctfrm_button:hover,
324
  .cntctfrm_message_for_ctfrmtdb .cntctfrm_button:focus {
325
+ background: #2b9eed;
326
+ color: #FFF;
327
+ border: 1px solid #1d6ca1;
328
+ -moz-box-shadow: 0px 1px 1px 0 #4bacf0 inset;
329
+ -webkit-box-shadow: 0px 1px 1px 0 #4bacf0 inset;
330
+ box-shadow: 0px 1px 1px 0 #4bacf0 inset;
331
  }
332
  .cntctfrm_message_for_ctfrmtdb .cntctfrm_icon {
333
+ float: left;
334
+ margin: 10px 19px 12px 23px;
335
  }
336
  .cntctfrm_message_for_ctfrmtdb .cntctfrm_for_ctfrmtdb_close_icon {
337
+ float: right;
338
+ margin: 4px;
339
+ cursor: pointer;
340
  }
341
  .cntctfrmpr_department_table > img {
342
+ margin: -21px 17px 0;
343
  }
344
  #cntctfrmpr_pro_version > td {
345
+ width: 900px;
346
+ }
js/bws_menu.js DELETED
@@ -1,23 +0,0 @@
1
- (function($) {
2
- $(document).ready( function() {
3
- if ( $( 'input[name="bwsmn_form_email"]' ).val() == '' ) {
4
- $( '.bws_system_info_meta_box .inside' ).css( 'display', 'none' );
5
- }
6
-
7
- $( '.bws_system_info_meta_box .hndle' ).click( function() {
8
- if ( $( '.bws_system_info_meta_box .inside' ).is( ':visible' ) ) {
9
- $( '.bws_system_info_meta_box .inside' ).css( 'display', 'none' );
10
- } else {
11
- $( '.bws_system_info_meta_box .inside' ).css( 'display', 'block' );
12
- }
13
- });
14
-
15
- $( '.bws_system_info_meta_box .handlediv' ).click( function() {
16
- if ( $( '.bws_system_info_meta_box .inside' ).is( ':visible' ) ) {
17
- $( '.bws_system_info_meta_box .inside' ).css( 'display', 'none' );
18
- } else {
19
- $( '.bws_system_info_meta_box .inside' ).css( 'display', 'block' );
20
- }
21
- });
22
- });
23
- })(jQuery);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/contact_form-ru_RU.mo CHANGED
Binary file
languages/contact_form-ru_RU.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2013-12-17 16:52+0300\n"
6
- "PO-Revision-Date: 2013-12-17 16:53+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
@@ -13,85 +13,69 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:32
20
- #: contact_form.php:538
21
  msgid "Contact Form Settings"
22
- msgstr "Настройки Контактной Формы"
23
 
24
  #: contact_form.php:32
25
  msgid "Contact Form"
26
- msgstr "Контактная Форма"
27
 
28
  #: contact_form.php:33
29
  msgid "Contact Form Pro Extra Settings"
30
- msgstr "Extra Настройки Контактной Формы"
31
 
32
- #: contact_form.php:33
33
- #: contact_form.php:592
34
- #: contact_form.php:729
35
- #: contact_form.php:800
36
- #: contact_form.php:982
37
  msgid "Contact Form Pro"
38
- msgstr "Контактная Форма PRO"
39
 
40
- #: contact_form.php:80
41
- #: contact_form.php:854
42
- #: contact_form.php:884
43
  msgid "Name:"
44
  msgstr "Имя:"
45
 
46
- #: contact_form.php:81
47
- #: contact_form.php:855
48
- #: contact_form.php:885
49
  msgid "Address:"
50
  msgstr "Адрес:"
51
 
52
- #: contact_form.php:82
53
- #: contact_form.php:856
54
- #: contact_form.php:886
55
  msgid "Email Address:"
56
  msgstr "E-mail адрес:"
57
 
58
- #: contact_form.php:83
59
- #: contact_form.php:857
60
- #: contact_form.php:887
61
  msgid "Phone number:"
62
  msgstr "Телефон:"
63
 
64
- #: contact_form.php:84
65
- #: contact_form.php:858
66
- #: contact_form.php:888
67
  msgid "Subject:"
68
  msgstr "Тема:"
69
 
70
- #: contact_form.php:85
71
- #: contact_form.php:859
72
- #: contact_form.php:889
73
  msgid "Message:"
74
  msgstr "Сообщение:"
75
 
76
- #: contact_form.php:86
77
- #: contact_form.php:860
78
- #: contact_form.php:890
79
  msgid "Attachment:"
80
  msgstr "Прикрепить файл:"
81
 
82
  #: contact_form.php:87
83
- msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
84
- msgstr "Поддерживаемые типы файлов: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Максимальный размер файла: 2 МБ"
 
 
 
 
 
 
85
 
86
- #: contact_form.php:88
87
- #: contact_form.php:862
88
- #: contact_form.php:892
89
  msgid "Send me a copy"
90
  msgstr "Отправить мне копию"
91
 
92
- #: contact_form.php:89
93
- #: contact_form.php:863
94
- #: contact_form.php:893
95
  msgid "Submit"
96
  msgstr "Отправить"
97
 
@@ -137,11 +121,12 @@ msgstr "Размер файла слишком большой."
137
 
138
  #: contact_form.php:100
139
  msgid "Please fill out the CAPTCHA."
140
- msgstr "Пожалуйста, заполните КАПЧУ."
141
 
142
  #: contact_form.php:101
143
  msgid "Please make corrections below and try again."
144
- msgstr "Пожалуйста, сделайте исправления в отмеченных полях ниже и повторите попытку."
 
145
 
146
  #: contact_form.php:103
147
  msgid "Thank you for contacting us."
@@ -152,8 +137,12 @@ msgid "requires"
152
  msgstr "требует"
153
 
154
  #: contact_form.php:203
155
- msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
156
- msgstr "или выше, поэтому плагин был деактивирован! Пожалуйста обновите WordPress и попробуйте снова."
 
 
 
 
157
 
158
  #: contact_form.php:203
159
  msgid "Back to the WordPress"
@@ -164,17 +153,23 @@ msgid "Plugins page"
164
  msgstr "Странице плагинов"
165
 
166
  #: contact_form.php:494
167
- msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
168
- msgstr "Если опция 'Перейти на страницу \"выбран, то Урл поле должно быть заполнено в следующем формате"
 
 
 
 
169
 
170
  #: contact_form.php:503
171
  msgid "Such user does not exist. Settings are not saved."
172
  msgstr "Данный пользователь не найден. Настройки не сохранены"
173
 
174
- #: contact_form.php:507
175
- #: contact_form.php:513
176
- msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
177
- msgstr "Пожалуйста, введите корректный email для поля 'FROM'. Настройки не сохранены."
 
 
178
 
179
  #: contact_form.php:518
180
  msgid "Settings saved."
@@ -185,44 +180,54 @@ msgid "Notice:"
185
  msgstr "Обратите внимание:"
186
 
187
  #: contact_form.php:540
188
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
189
- msgstr "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, не забудьте нажать кнопку 'Сохранить изменения'."
 
 
 
 
190
 
191
- #: contact_form.php:543
192
- #: contact_form.php:973
193
- #: contact_form.php:1838
194
  #: contact_form.php:1849
195
  msgid "Settings"
196
  msgstr "Настройки"
197
 
198
- #: contact_form.php:544
199
- #: contact_form.php:974
200
  msgid "Extra settings"
201
- msgstr "Extra Настройки"
202
 
203
- #: contact_form.php:549
204
- #: contact_form.php:1236
205
- msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
206
- msgstr "Если вы хотите добавить Контактную Форму на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста или виджета:"
 
 
 
207
 
208
- #: contact_form.php:549
209
- #: contact_form.php:550
210
- #: contact_form.php:877
211
  #: contact_form.php:926
212
  msgid "or"
213
  msgstr "или"
214
 
215
  #: contact_form.php:550
216
- msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
217
- msgstr "Если у вас возникают проблемы с использованием стандартного шорткода [contact_form], то используйте шортокод"
 
 
 
 
218
 
219
  #: contact_form.php:551
220
  msgid "They work the same way."
221
  msgstr "Шорткоды работают одинаково."
222
 
223
  #: contact_form.php:552
224
- msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
225
- msgstr "Если информация в полях ниже отсутствует, соощения будут оправлены на email адрес, который был указан при регистрации сайта."
 
 
 
 
226
 
227
  #: contact_form.php:556
228
  msgid "The user's email address:"
@@ -233,8 +238,12 @@ msgid "Create a username"
233
  msgstr "Выберите имя пользователя"
234
 
235
  #: contact_form.php:565
236
- msgid "Enter a username of the person who should get the messages from the contact form."
237
- msgstr "Укажите логин пользователя, который будет получать сообщения контактной формы."
 
 
 
 
238
 
239
  #: contact_form.php:569
240
  msgid "Use this email address:"
@@ -248,25 +257,24 @@ msgstr "Укажите email адрес, на который будут отпр
248
  msgid "Add department selectbox to the contact form:"
249
  msgstr "Добавить выбор отдела в контактную форму:"
250
 
251
- #: contact_form.php:586
252
- #: contact_form.php:1131
253
  msgid "If you upgrade to Pro version all your settings will be saved."
254
  msgstr "При установке Pro версии плагина, все ваши настройки сохраняются."
255
 
256
- #: contact_form.php:591
257
- #: contact_form.php:728
258
- #: contact_form.php:799
259
  #: contact_form.php:981
260
- msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
261
- msgstr "Данный функционал доступен в Pro версии плагина. Для детальной информации перейдите по ссылке"
 
 
 
 
262
 
263
  #: contact_form.php:598
264
  msgid "Save emails to the database"
265
- msgstr "Сохранять емейлы в базу данных"
266
 
267
- #: contact_form.php:608
268
- #: contact_form.php:611
269
- #: contact_form.php:615
270
  msgid "Using Contact Form to DB powered by"
271
  msgstr "Используя Contact Form to DB, разработанный компанией"
272
 
@@ -319,8 +327,11 @@ msgid "User name"
319
  msgstr "Имя пользователя"
320
 
321
  #: contact_form.php:639
322
- msgid "The name of the user who fills the form will be used in the field 'From'."
323
- msgstr "В поле \"From\" в письме будет использоваться имя того пользователя, который заполняет форму."
 
 
 
324
 
325
  #: contact_form.php:642
326
  msgid "This text will be used in the 'FROM' field"
@@ -332,15 +343,20 @@ msgstr "Выберите email для поля 'FROM' письма"
332
 
333
  #: contact_form.php:648
334
  msgid "User email"
335
- msgstr "Емейл"
336
 
337
  #: contact_form.php:649
338
- msgid "The email address of the user who fills the form will be used in the field 'From'."
339
- msgstr "В поле \"From\" в письме будет использоваться электронная почта того пользователя, который заполняет форму."
 
 
 
 
340
 
341
  #: contact_form.php:652
342
  msgid "This email address will be used in the 'From' field."
343
- msgstr "В поле \"From\" в письме будет использоваться данная электронная почта."
 
344
 
345
  #: contact_form.php:656
346
  msgid "Required symbol"
@@ -370,16 +386,12 @@ msgstr "Нет возможности редактировать"
370
  msgid "Field's default value"
371
  msgstr "Значение по умолчанию"
372
 
373
- #: contact_form.php:676
374
- #: contact_form.php:1006
375
- #: contact_form.php:1679
376
  #: contact_form.php:1709
377
  msgid "Name"
378
  msgstr "Имя"
379
 
380
- #: contact_form.php:684
381
- #: contact_form.php:1011
382
- #: contact_form.php:1683
383
  #: contact_form.php:1711
384
  msgid "Address"
385
  msgstr "Адрес"
@@ -392,16 +404,12 @@ msgstr "Email адрес"
392
  msgid "Phone number"
393
  msgstr "Телефон"
394
 
395
- #: contact_form.php:708
396
- #: contact_form.php:1026
397
- #: contact_form.php:1693
398
  #: contact_form.php:1715
399
  msgid "Subject"
400
  msgstr "Тема"
401
 
402
- #: contact_form.php:716
403
- #: contact_form.php:1030
404
- #: contact_form.php:1696
405
  #: contact_form.php:1716
406
  msgid "Message"
407
  msgstr "Сообщение"
@@ -426,26 +434,22 @@ msgstr "Пояснения после блока \"Прикрепить файл
426
  msgid "'Send me a copy' block"
427
  msgstr "Блок 'Отправить мне копию'"
428
 
429
- #: contact_form.php:777
430
- #: contact_form.php:780
431
- #: contact_form.php:784
432
  #: contact_form.php:1040
433
  msgid "Captcha"
434
- msgstr "КАПЧА"
435
 
436
- #: contact_form.php:777
437
- #: contact_form.php:780
438
- #: contact_form.php:784
439
  msgid "powered by"
440
  msgstr "разработано компанией"
441
 
442
  #: contact_form.php:780
443
  msgid "Activate captcha"
444
- msgstr "Активировать Капчу"
445
 
446
  #: contact_form.php:784
447
  msgid "Download captcha"
448
- msgstr "Скачать Капчу"
449
 
450
  #: contact_form.php:792
451
  msgid "Agreement checkbox"
@@ -461,7 +465,7 @@ msgstr "Дополнительный чекбокс"
461
 
462
  #: contact_form.php:793
463
  msgid "Optional checkbox, the results of which will be displayed in email"
464
- msgstr "Дополнительный чекбокс, результаты которого будут отображениы в емейле"
465
 
466
  #: contact_form.php:804
467
  msgid "Delete an attachment file from the server after the email is sent"
@@ -469,15 +473,13 @@ msgstr "Удалить прикрепленный файл с сервера п
469
 
470
  #: contact_form.php:810
471
  msgid "Email in HTML format sending"
472
- msgstr "Отправка е-mail в формате HTML"
473
 
474
  #: contact_form.php:814
475
  msgid "Display additional info in the email"
476
  msgstr "Отображение дополнительной информации в письме"
477
 
478
- #: contact_form.php:819
479
- #: contact_form.php:1646
480
- #: contact_form.php:1648
481
  msgid "Sent from (ip address)"
482
  msgstr "Отправлено от (ip адрес)"
483
 
@@ -485,9 +487,7 @@ msgstr "Отправлено от (ip адрес)"
485
  msgid "Example: Sent from (IP address):\t127.0.0.1"
486
  msgstr "Пример: Sent from (IP address):\t127.0.0.1"
487
 
488
- #: contact_form.php:820
489
- #: contact_form.php:1652
490
- #: contact_form.php:1654
491
  msgid "Date/Time"
492
  msgstr "Дата/Время"
493
 
@@ -495,25 +495,27 @@ msgstr "Дата/Время"
495
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
496
  msgstr "Пример: Date/Time:\tAugust 19, 2013 8:50 pm"
497
 
498
- #: contact_form.php:821
499
- #: contact_form.php:1658
500
- #: contact_form.php:1660
501
  msgid "Sent from (referer)"
502
  msgstr "Пришло из (реферер)"
503
 
504
  #: contact_form.php:821
505
- msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
506
- msgstr "Пример: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
 
 
507
 
508
- #: contact_form.php:822
509
- #: contact_form.php:1664
510
- #: contact_form.php:1666
511
  msgid "Using (user agent)"
512
  msgstr "Используя (user agent)"
513
 
514
  #: contact_form.php:822
515
- 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"
516
- msgstr "Пример: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
 
 
 
 
517
 
518
  #: contact_form.php:826
519
  msgid "Language settings for the field names in the form"
@@ -527,86 +529,71 @@ msgstr "Добавить язык"
527
  msgid "Change the names of the contact form fields and error messages"
528
  msgstr "Изменить названия полей контактной формы и сообщений об ошибках"
529
 
530
- #: contact_form.php:844
531
- #: contact_form.php:917
532
  msgid "English"
533
  msgstr "Английский"
534
 
535
- #: contact_form.php:861
536
- #: contact_form.php:891
537
  msgid "Tips below the Attachment block"
538
  msgstr "Пояснения после блока \"Прикрепить файл\""
539
 
540
- #: contact_form.php:864
541
- #: contact_form.php:894
542
  msgid "Error message for the Name field"
543
  msgstr "Сообщение об ошибке для поля Name"
544
 
545
- #: contact_form.php:865
546
- #: contact_form.php:895
547
  msgid "Error message for the Address field"
548
  msgstr "Сообщение об ошибке для поля Address"
549
 
550
- #: contact_form.php:866
551
- #: contact_form.php:896
552
  msgid "Error message for the Email field"
553
  msgstr "Сообщение об ошибке для поля Email"
554
 
555
- #: contact_form.php:867
556
- #: contact_form.php:897
557
  msgid "Error message for the Phone field"
558
  msgstr "Сообщение об ошибке для поля Phone"
559
 
560
- #: contact_form.php:868
561
- #: contact_form.php:898
562
  msgid "Error message for the Subject field"
563
  msgstr "Сообщение об ошибке для поля Subject"
564
 
565
- #: contact_form.php:869
566
- #: contact_form.php:899
567
  msgid "Error message for the Message field"
568
  msgstr "Сообщение об ошибке для поля Message"
569
 
570
- #: contact_form.php:870
571
- #: contact_form.php:900
572
  msgid "Error message about the file type for the Attachment field"
573
  msgstr "Сообщение об ошибке о типе файла для поля Attachment"
574
 
575
- #: contact_form.php:871
576
- #: contact_form.php:901
577
- msgid "Error message while uploading a file for the Attachment field to the server"
578
  msgstr "Сообщение об ошибке при загрузке файла на сервер для поля Attachment"
579
 
580
- #: contact_form.php:872
581
- #: contact_form.php:902
582
  msgid "Error message while moving the file for the Attachment field"
583
  msgstr "Сообщение об ошибке при перемещении файла для поля Attachment"
584
 
585
- #: contact_form.php:873
586
- #: contact_form.php:903
587
  msgid "Error message when file size limit for the Attachment field is exceeded"
588
- msgstr "Сообщение об ошибке когда размер файла превышает размер разрешенного сервером для поля Attachment"
 
 
589
 
590
- #: contact_form.php:874
591
- #: contact_form.php:904
592
  msgid "Error message for the Captcha field"
593
  msgstr "Сообщение об ошибке для поля Captcha"
594
 
595
- #: contact_form.php:875
596
- #: contact_form.php:905
597
  msgid "Error message for the whole form"
598
  msgstr "Сообщение об ошибке для всей формы"
599
 
600
- #: contact_form.php:877
601
- #: contact_form.php:907
602
- #: contact_form.php:926
603
  #: contact_form.php:932
604
  msgid "Use shortcode"
605
  msgstr "Использовать шорткод"
606
 
607
- #: contact_form.php:877
608
- #: contact_form.php:907
609
- #: contact_form.php:926
610
  #: contact_form.php:932
611
  msgid "for this language"
612
  msgstr "для данного языка"
@@ -619,8 +606,7 @@ msgstr "Действие после отправки письма"
619
  msgid "Display text"
620
  msgstr "Отобразить текст"
621
 
622
- #: contact_form.php:925
623
- #: contact_form.php:931
624
  msgid "Text"
625
  msgstr "Текст"
626
 
@@ -632,14 +618,14 @@ msgstr "Перенаправление на страницу"
632
  msgid "Url"
633
  msgstr "Урл"
634
 
635
- #: contact_form.php:944
636
- #: contact_form.php:1137
637
  msgid "Save Changes"
638
  msgstr "Save Changes"
639
 
640
  #: contact_form.php:950
641
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
642
- msgstr "Если вам понравился плагин, пожалуйста, поставте нам 5 звезд на WordPress"
 
643
 
644
  #: contact_form.php:951
645
  msgid "Rate the plugin"
@@ -651,7 +637,7 @@ msgstr "Если у вас есть какие-то вопросы, обраща
651
 
652
  #: contact_form.php:971
653
  msgid "Contact Form Pro | Extra Settings"
654
- msgstr "Contact Form Pro | Extra Настройки"
655
 
656
  #: contact_form.php:986
657
  msgid "Errors output"
@@ -691,7 +677,7 @@ msgstr "Прикрепить файл"
691
 
692
  #: contact_form.php:1040
693
  msgid "(powered by bestwebsoft.com)"
694
- msgstr "(powered by bestwebsoft.com)"
695
 
696
  #: contact_form.php:1045
697
  msgid "Style options"
@@ -701,18 +687,10 @@ msgstr "Настройки стиля"
701
  msgid "Text color"
702
  msgstr "Цвет текста"
703
 
704
- #: contact_form.php:1051
705
- #: contact_form.php:1056
706
- #: contact_form.php:1066
707
- #: contact_form.php:1071
708
- #: contact_form.php:1076
709
- #: contact_form.php:1081
710
- #: contact_form.php:1091
711
- #: contact_form.php:1096
712
- #: contact_form.php:1102
713
- #: contact_form.php:1113
714
- #: contact_form.php:1118
715
- #: contact_form.php:1123
716
  msgid "Default"
717
  msgstr "По-умолчанию"
718
 
@@ -760,8 +738,7 @@ msgstr "Цвет текста для полей ввода"
760
  msgid "Border width in px, numbers only"
761
  msgstr "Ширина рамки в пикселях, только цифры"
762
 
763
- #: contact_form.php:1104
764
- #: contact_form.php:1125
765
  msgid "Border color"
766
  msgstr "Цвет рамки"
767
 
@@ -789,33 +766,27 @@ msgstr "Contact Form Pro | Предпросмотр"
789
  msgid "Show with errors"
790
  msgstr "Отображать с ошибками"
791
 
792
- #: contact_form.php:1152
793
- #: contact_form.php:1154
794
  msgid "Please enter your full name..."
795
  msgstr "Пожалуйста введите ваше имя..."
796
 
797
- #: contact_form.php:1165
798
- #: contact_form.php:1167
799
  msgid "Please enter your address..."
800
  msgstr "Пожалуйста введите ваш адресс..."
801
 
802
- #: contact_form.php:1176
803
- #: contact_form.php:1178
804
  msgid "Please enter your email address..."
805
  msgstr "Пожалуйста введите ваш email..."
806
 
807
- #: contact_form.php:1187
808
- #: contact_form.php:1189
809
  msgid "Please enter your phone number..."
810
  msgstr "Пожалуйста введите ваш телефон..."
811
 
812
- #: contact_form.php:1198
813
- #: contact_form.php:1200
814
  msgid "Please enter subject..."
815
  msgstr "Пожалуйста введите тему..."
816
 
817
- #: contact_form.php:1208
818
- #: contact_form.php:1210
819
  msgid "Please enter your message..."
820
  msgstr "Пожалуйста введите ваше сообщение..."
821
 
@@ -827,24 +798,25 @@ msgstr "Извините, ваш email не может быть отправле
827
  msgid "Contact from"
828
  msgstr "Контактная Форма"
829
 
830
- #: contact_form.php:1686
831
- #: contact_form.php:1712
832
  msgid "Email"
833
  msgstr "Email"
834
 
835
- #: contact_form.php:1690
836
- #: contact_form.php:1714
837
  msgid "Phone"
838
  msgstr "Телефон"
839
 
840
- #: contact_form.php:1699
841
- #: contact_form.php:1717
842
  msgid "Site"
843
  msgstr "Сайт"
844
 
845
  #: contact_form.php:1780
846
- msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
847
- msgstr "Если вы можете видеть этот MIME значит ваш почтовый клиент не поддерживает MIME тип!"
 
 
 
 
848
 
849
  #: contact_form.php:1850
850
  msgid "FAQ"
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2013-12-17 16:52+0300\n"
6
+ "PO-Revision-Date: 2014-01-16 17:02+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:32 contact_form.php:538
 
20
  msgid "Contact Form Settings"
21
+ msgstr "Настройки Contact Form"
22
 
23
  #: contact_form.php:32
24
  msgid "Contact Form"
25
+ msgstr "Contact Form"
26
 
27
  #: contact_form.php:33
28
  msgid "Contact Form Pro Extra Settings"
29
+ msgstr "Экстра Настройки Contact Form"
30
 
31
+ #: contact_form.php:33 contact_form.php:592 contact_form.php:729
32
+ #: contact_form.php:800 contact_form.php:982
 
 
 
33
  msgid "Contact Form Pro"
34
+ msgstr "Contact Form Pro"
35
 
36
+ #: contact_form.php:80 contact_form.php:854 contact_form.php:884
 
 
37
  msgid "Name:"
38
  msgstr "Имя:"
39
 
40
+ #: contact_form.php:81 contact_form.php:855 contact_form.php:885
 
 
41
  msgid "Address:"
42
  msgstr "Адрес:"
43
 
44
+ #: contact_form.php:82 contact_form.php:856 contact_form.php:886
 
 
45
  msgid "Email Address:"
46
  msgstr "E-mail адрес:"
47
 
48
+ #: contact_form.php:83 contact_form.php:857 contact_form.php:887
 
 
49
  msgid "Phone number:"
50
  msgstr "Телефон:"
51
 
52
+ #: contact_form.php:84 contact_form.php:858 contact_form.php:888
 
 
53
  msgid "Subject:"
54
  msgstr "Тема:"
55
 
56
+ #: contact_form.php:85 contact_form.php:859 contact_form.php:889
 
 
57
  msgid "Message:"
58
  msgstr "Сообщение:"
59
 
60
+ #: contact_form.php:86 contact_form.php:860 contact_form.php:890
 
 
61
  msgid "Attachment:"
62
  msgstr "Прикрепить файл:"
63
 
64
  #: contact_form.php:87
65
+ msgid ""
66
+ "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
67
+ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
68
+ "2MB"
69
+ msgstr ""
70
+ "Поддерживаемые типы файлов: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, "
71
+ "AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Максимальный "
72
+ "размер файла: 2 МБ"
73
 
74
+ #: contact_form.php:88 contact_form.php:862 contact_form.php:892
 
 
75
  msgid "Send me a copy"
76
  msgstr "Отправить мне копию"
77
 
78
+ #: contact_form.php:89 contact_form.php:863 contact_form.php:893
 
 
79
  msgid "Submit"
80
  msgstr "Отправить"
81
 
121
 
122
  #: contact_form.php:100
123
  msgid "Please fill out the CAPTCHA."
124
+ msgstr "Пожалуйста, заполните CAPTCHA."
125
 
126
  #: contact_form.php:101
127
  msgid "Please make corrections below and try again."
128
+ msgstr ""
129
+ "Пожалуйста, сделайте исправления в отмеченных полях ниже и повторите попытку."
130
 
131
  #: contact_form.php:103
132
  msgid "Thank you for contacting us."
137
  msgstr "требует"
138
 
139
  #: contact_form.php:203
140
+ msgid ""
141
+ "or higher, that is why it has been deactivated! Please upgrade WordPress and "
142
+ "try again."
143
+ msgstr ""
144
+ "или выше, поэтому плагин был деактивирован! Пожалуйста обновите WordPress и "
145
+ "попробуйте снова."
146
 
147
  #: contact_form.php:203
148
  msgid "Back to the WordPress"
153
  msgstr "Странице плагинов"
154
 
155
  #: contact_form.php:494
156
+ msgid ""
157
+ "If the 'Redirect to page' option is selected then the URL field should be in "
158
+ "the following format"
159
+ msgstr ""
160
+ "Если опция 'Перейти на страницу \"выбран, то Урл поле должно быть заполнено "
161
+ "в следующем формате"
162
 
163
  #: contact_form.php:503
164
  msgid "Such user does not exist. Settings are not saved."
165
  msgstr "Данный пользователь не найден. Настройки не сохранены"
166
 
167
+ #: contact_form.php:507 contact_form.php:513
168
+ msgid ""
169
+ "Please enter a valid email address in the 'FROM' field. Settings are not "
170
+ "saved."
171
+ msgstr ""
172
+ "Пожалуйста, введите корректный email для поля 'FROM'. Настройки не сохранены."
173
 
174
  #: contact_form.php:518
175
  msgid "Settings saved."
180
  msgstr "Обратите внимание:"
181
 
182
  #: contact_form.php:540
183
+ msgid ""
184
+ "The plugin's settings have been changed. In order to save them please don't "
185
+ "forget to click the 'Save Changes' button."
186
+ msgstr ""
187
+ "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, "
188
+ "не забудьте нажать кнопку 'Сохранить изменения'."
189
 
190
+ #: contact_form.php:543 contact_form.php:973 contact_form.php:1838
 
 
191
  #: contact_form.php:1849
192
  msgid "Settings"
193
  msgstr "Настройки"
194
 
195
+ #: contact_form.php:544 contact_form.php:974
 
196
  msgid "Extra settings"
197
+ msgstr "Экстра Настройки"
198
 
199
+ #: contact_form.php:549 contact_form.php:1236
200
+ msgid ""
201
+ "If you would like to add the Contact Form to your website, just copy and "
202
+ "paste this shortcode to your post or page or widget:"
203
+ msgstr ""
204
+ "Если вы хотите добавить контактную форму на свой сайт, вам надо только "
205
+ "скопировать и вставить шорткод в контент страницы или поста или виджета:"
206
 
207
+ #: contact_form.php:549 contact_form.php:550 contact_form.php:877
 
 
208
  #: contact_form.php:926
209
  msgid "or"
210
  msgstr "или"
211
 
212
  #: contact_form.php:550
213
+ msgid ""
214
+ "If have any problems with the standard shortcode [contact_form], you should "
215
+ "use the shortcode"
216
+ msgstr ""
217
+ "Если у вас возникают проблемы с использованием стандартного шорткода "
218
+ "[contact_form], то используйте шортокод"
219
 
220
  #: contact_form.php:551
221
  msgid "They work the same way."
222
  msgstr "Шорткоды работают одинаково."
223
 
224
  #: contact_form.php:552
225
+ msgid ""
226
+ "If you leave the fields empty, the messages will be sent to the email "
227
+ "address specified during registration."
228
+ msgstr ""
229
+ "Если информация в полях ниже отсутствует, соощения будут оправлены на email "
230
+ "адрес, который был указан при регистрации сайта."
231
 
232
  #: contact_form.php:556
233
  msgid "The user's email address:"
238
  msgstr "Выберите имя пользователя"
239
 
240
  #: contact_form.php:565
241
+ msgid ""
242
+ "Enter a username of the person who should get the messages from the contact "
243
+ "form."
244
+ msgstr ""
245
+ "Укажите логин пользователя, который будет получать сообщения контактной "
246
+ "формы."
247
 
248
  #: contact_form.php:569
249
  msgid "Use this email address:"
257
  msgid "Add department selectbox to the contact form:"
258
  msgstr "Добавить выбор отдела в контактную форму:"
259
 
260
+ #: contact_form.php:586 contact_form.php:1131
 
261
  msgid "If you upgrade to Pro version all your settings will be saved."
262
  msgstr "При установке Pro версии плагина, все ваши настройки сохраняются."
263
 
264
+ #: contact_form.php:591 contact_form.php:728 contact_form.php:799
 
 
265
  #: contact_form.php:981
266
+ msgid ""
267
+ "This functionality is available in the Pro version of the plugin. For more "
268
+ "details, please follow the link"
269
+ msgstr ""
270
+ "Данный функционал доступен в Pro версии плагина. Для детальной информации "
271
+ "перейдите по ссылке"
272
 
273
  #: contact_form.php:598
274
  msgid "Save emails to the database"
275
+ msgstr "Сохранять email в базу данных"
276
 
277
+ #: contact_form.php:608 contact_form.php:611 contact_form.php:615
 
 
278
  msgid "Using Contact Form to DB powered by"
279
  msgstr "Используя Contact Form to DB, разработанный компанией"
280
 
327
  msgstr "Имя пользователя"
328
 
329
  #: contact_form.php:639
330
+ msgid ""
331
+ "The name of the user who fills the form will be used in the field 'From'."
332
+ msgstr ""
333
+ "В поле \"From\" в письме будет использоваться имя того пользователя, который "
334
+ "заполняет форму."
335
 
336
  #: contact_form.php:642
337
  msgid "This text will be used in the 'FROM' field"
343
 
344
  #: contact_form.php:648
345
  msgid "User email"
346
+ msgstr "Email"
347
 
348
  #: contact_form.php:649
349
+ msgid ""
350
+ "The email address of the user who fills the form will be used in the field "
351
+ "'From'."
352
+ msgstr ""
353
+ "В поле \"From\" в письме будет использоваться электронная почта того "
354
+ "пользователя, который заполняет форму."
355
 
356
  #: contact_form.php:652
357
  msgid "This email address will be used in the 'From' field."
358
+ msgstr ""
359
+ "В поле \"From\" в письме будет использоваться данная электронная почта."
360
 
361
  #: contact_form.php:656
362
  msgid "Required symbol"
386
  msgid "Field's default value"
387
  msgstr "Значение по умолчанию"
388
 
389
+ #: contact_form.php:676 contact_form.php:1006 contact_form.php:1679
 
 
390
  #: contact_form.php:1709
391
  msgid "Name"
392
  msgstr "Имя"
393
 
394
+ #: contact_form.php:684 contact_form.php:1011 contact_form.php:1683
 
 
395
  #: contact_form.php:1711
396
  msgid "Address"
397
  msgstr "Адрес"
404
  msgid "Phone number"
405
  msgstr "Телефон"
406
 
407
+ #: contact_form.php:708 contact_form.php:1026 contact_form.php:1693
 
 
408
  #: contact_form.php:1715
409
  msgid "Subject"
410
  msgstr "Тема"
411
 
412
+ #: contact_form.php:716 contact_form.php:1030 contact_form.php:1696
 
 
413
  #: contact_form.php:1716
414
  msgid "Message"
415
  msgstr "Сообщение"
434
  msgid "'Send me a copy' block"
435
  msgstr "Блок 'Отправить мне копию'"
436
 
437
+ #: contact_form.php:777 contact_form.php:780 contact_form.php:784
 
 
438
  #: contact_form.php:1040
439
  msgid "Captcha"
440
+ msgstr "Captcha"
441
 
442
+ #: contact_form.php:777 contact_form.php:780 contact_form.php:784
 
 
443
  msgid "powered by"
444
  msgstr "разработано компанией"
445
 
446
  #: contact_form.php:780
447
  msgid "Activate captcha"
448
+ msgstr "Активировать captcha"
449
 
450
  #: contact_form.php:784
451
  msgid "Download captcha"
452
+ msgstr "Скачать captcha"
453
 
454
  #: contact_form.php:792
455
  msgid "Agreement checkbox"
465
 
466
  #: contact_form.php:793
467
  msgid "Optional checkbox, the results of which will be displayed in email"
468
+ msgstr "Дополнительный чекбокс, результаты которого будут отображениы в email"
469
 
470
  #: contact_form.php:804
471
  msgid "Delete an attachment file from the server after the email is sent"
473
 
474
  #: contact_form.php:810
475
  msgid "Email in HTML format sending"
476
+ msgstr "Отправка еmail в формате HTML"
477
 
478
  #: contact_form.php:814
479
  msgid "Display additional info in the email"
480
  msgstr "Отображение дополнительной информации в письме"
481
 
482
+ #: contact_form.php:819 contact_form.php:1646 contact_form.php:1648
 
 
483
  msgid "Sent from (ip address)"
484
  msgstr "Отправлено от (ip адрес)"
485
 
487
  msgid "Example: Sent from (IP address):\t127.0.0.1"
488
  msgstr "Пример: Sent from (IP address):\t127.0.0.1"
489
 
490
+ #: contact_form.php:820 contact_form.php:1652 contact_form.php:1654
 
 
491
  msgid "Date/Time"
492
  msgstr "Дата/Время"
493
 
495
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
496
  msgstr "Пример: Date/Time:\tAugust 19, 2013 8:50 pm"
497
 
498
+ #: contact_form.php:821 contact_form.php:1658 contact_form.php:1660
 
 
499
  msgid "Sent from (referer)"
500
  msgstr "Пришло из (реферер)"
501
 
502
  #: contact_form.php:821
503
+ msgid ""
504
+ "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
505
+ msgstr ""
506
+ "Пример: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
507
 
508
+ #: contact_form.php:822 contact_form.php:1664 contact_form.php:1666
 
 
509
  msgid "Using (user agent)"
510
  msgstr "Используя (user agent)"
511
 
512
  #: contact_form.php:822
513
+ msgid ""
514
+ "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
515
+ "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
516
+ msgstr ""
517
+ "Пример: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
518
+ "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
519
 
520
  #: contact_form.php:826
521
  msgid "Language settings for the field names in the form"
529
  msgid "Change the names of the contact form fields and error messages"
530
  msgstr "Изменить названия полей контактной формы и сообщений об ошибках"
531
 
532
+ #: contact_form.php:844 contact_form.php:917
 
533
  msgid "English"
534
  msgstr "Английский"
535
 
536
+ #: contact_form.php:861 contact_form.php:891
 
537
  msgid "Tips below the Attachment block"
538
  msgstr "Пояснения после блока \"Прикрепить файл\""
539
 
540
+ #: contact_form.php:864 contact_form.php:894
 
541
  msgid "Error message for the Name field"
542
  msgstr "Сообщение об ошибке для поля Name"
543
 
544
+ #: contact_form.php:865 contact_form.php:895
 
545
  msgid "Error message for the Address field"
546
  msgstr "Сообщение об ошибке для поля Address"
547
 
548
+ #: contact_form.php:866 contact_form.php:896
 
549
  msgid "Error message for the Email field"
550
  msgstr "Сообщение об ошибке для поля Email"
551
 
552
+ #: contact_form.php:867 contact_form.php:897
 
553
  msgid "Error message for the Phone field"
554
  msgstr "Сообщение об ошибке для поля Phone"
555
 
556
+ #: contact_form.php:868 contact_form.php:898
 
557
  msgid "Error message for the Subject field"
558
  msgstr "Сообщение об ошибке для поля Subject"
559
 
560
+ #: contact_form.php:869 contact_form.php:899
 
561
  msgid "Error message for the Message field"
562
  msgstr "Сообщение об ошибке для поля Message"
563
 
564
+ #: contact_form.php:870 contact_form.php:900
 
565
  msgid "Error message about the file type for the Attachment field"
566
  msgstr "Сообщение об ошибке о типе файла для поля Attachment"
567
 
568
+ #: contact_form.php:871 contact_form.php:901
569
+ msgid ""
570
+ "Error message while uploading a file for the Attachment field to the server"
571
  msgstr "Сообщение об ошибке при загрузке файла на сервер для поля Attachment"
572
 
573
+ #: contact_form.php:872 contact_form.php:902
 
574
  msgid "Error message while moving the file for the Attachment field"
575
  msgstr "Сообщение об ошибке при перемещении файла для поля Attachment"
576
 
577
+ #: contact_form.php:873 contact_form.php:903
 
578
  msgid "Error message when file size limit for the Attachment field is exceeded"
579
+ msgstr ""
580
+ "Сообщение об ошибке когда размер файла превышает размер разрешенного "
581
+ "сервером для поля Attachment"
582
 
583
+ #: contact_form.php:874 contact_form.php:904
 
584
  msgid "Error message for the Captcha field"
585
  msgstr "Сообщение об ошибке для поля Captcha"
586
 
587
+ #: contact_form.php:875 contact_form.php:905
 
588
  msgid "Error message for the whole form"
589
  msgstr "Сообщение об ошибке для всей формы"
590
 
591
+ #: contact_form.php:877 contact_form.php:907 contact_form.php:926
 
 
592
  #: contact_form.php:932
593
  msgid "Use shortcode"
594
  msgstr "Использовать шорткод"
595
 
596
+ #: contact_form.php:877 contact_form.php:907 contact_form.php:926
 
 
597
  #: contact_form.php:932
598
  msgid "for this language"
599
  msgstr "для данного языка"
606
  msgid "Display text"
607
  msgstr "Отобразить текст"
608
 
609
+ #: contact_form.php:925 contact_form.php:931
 
610
  msgid "Text"
611
  msgstr "Текст"
612
 
618
  msgid "Url"
619
  msgstr "Урл"
620
 
621
+ #: contact_form.php:944 contact_form.php:1137
 
622
  msgid "Save Changes"
623
  msgstr "Save Changes"
624
 
625
  #: contact_form.php:950
626
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
627
+ msgstr ""
628
+ "Если вам понравился плагин, пожалуйста, поставте нам 5 звезд на WordPress"
629
 
630
  #: contact_form.php:951
631
  msgid "Rate the plugin"
637
 
638
  #: contact_form.php:971
639
  msgid "Contact Form Pro | Extra Settings"
640
+ msgstr "Contact Form Pro | Экстра Настройки"
641
 
642
  #: contact_form.php:986
643
  msgid "Errors output"
677
 
678
  #: contact_form.php:1040
679
  msgid "(powered by bestwebsoft.com)"
680
+ msgstr "(разработано компанией bestwebsoft.com)"
681
 
682
  #: contact_form.php:1045
683
  msgid "Style options"
687
  msgid "Text color"
688
  msgstr "Цвет текста"
689
 
690
+ #: contact_form.php:1051 contact_form.php:1056 contact_form.php:1066
691
+ #: contact_form.php:1071 contact_form.php:1076 contact_form.php:1081
692
+ #: contact_form.php:1091 contact_form.php:1096 contact_form.php:1102
693
+ #: contact_form.php:1113 contact_form.php:1118 contact_form.php:1123
 
 
 
 
 
 
 
 
694
  msgid "Default"
695
  msgstr "По-умолчанию"
696
 
738
  msgid "Border width in px, numbers only"
739
  msgstr "Ширина рамки в пикселях, только цифры"
740
 
741
+ #: contact_form.php:1104 contact_form.php:1125
 
742
  msgid "Border color"
743
  msgstr "Цвет рамки"
744
 
766
  msgid "Show with errors"
767
  msgstr "Отображать с ошибками"
768
 
769
+ #: contact_form.php:1152 contact_form.php:1154
 
770
  msgid "Please enter your full name..."
771
  msgstr "Пожалуйста введите ваше имя..."
772
 
773
+ #: contact_form.php:1165 contact_form.php:1167
 
774
  msgid "Please enter your address..."
775
  msgstr "Пожалуйста введите ваш адресс..."
776
 
777
+ #: contact_form.php:1176 contact_form.php:1178
 
778
  msgid "Please enter your email address..."
779
  msgstr "Пожалуйста введите ваш email..."
780
 
781
+ #: contact_form.php:1187 contact_form.php:1189
 
782
  msgid "Please enter your phone number..."
783
  msgstr "Пожалуйста введите ваш телефон..."
784
 
785
+ #: contact_form.php:1198 contact_form.php:1200
 
786
  msgid "Please enter subject..."
787
  msgstr "Пожалуйста введите тему..."
788
 
789
+ #: contact_form.php:1208 contact_form.php:1210
 
790
  msgid "Please enter your message..."
791
  msgstr "Пожалуйста введите ваше сообщение..."
792
 
798
  msgid "Contact from"
799
  msgstr "Контактная Форма"
800
 
801
+ #: contact_form.php:1686 contact_form.php:1712
 
802
  msgid "Email"
803
  msgstr "Email"
804
 
805
+ #: contact_form.php:1690 contact_form.php:1714
 
806
  msgid "Phone"
807
  msgstr "Телефон"
808
 
809
+ #: contact_form.php:1699 contact_form.php:1717
 
810
  msgid "Site"
811
  msgstr "Сайт"
812
 
813
  #: contact_form.php:1780
814
+ msgid ""
815
+ "If you can see this MIME, it means that the MIME type is not supported by "
816
+ "your email client!"
817
+ msgstr ""
818
+ "Если вы можете видеть этот MIME значит ваш почтовый клиент не поддерживает "
819
+ "MIME тип!"
820
 
821
  #: contact_form.php:1850
822
  msgid "FAQ"
languages/contact_form-uk.mo CHANGED
Binary file
languages/contact_form-uk.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2013-12-17 16:54+0300\n"
6
- "PO-Revision-Date: 2013-12-17 16:54+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Andrew Yaschuk <xxxxAndyxxxx@gmail.com>\n"
9
  "Language: ua_UA\n"
@@ -13,85 +13,69 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:32
20
- #: contact_form.php:538
21
  msgid "Contact Form Settings"
22
- msgstr "Установки контактної форми"
23
 
24
  #: contact_form.php:32
25
  msgid "Contact Form"
26
- msgstr "Контактна форма"
27
 
28
  #: contact_form.php:33
29
  msgid "Contact Form Pro Extra Settings"
30
- msgstr "Додаткові установки контактної форми для версії Pro"
31
 
32
- #: contact_form.php:33
33
- #: contact_form.php:592
34
- #: contact_form.php:729
35
- #: contact_form.php:800
36
- #: contact_form.php:982
37
  msgid "Contact Form Pro"
38
- msgstr "Контактна форма Pro"
39
 
40
- #: contact_form.php:80
41
- #: contact_form.php:854
42
- #: contact_form.php:884
43
  msgid "Name:"
44
  msgstr "Ім'я:"
45
 
46
- #: contact_form.php:81
47
- #: contact_form.php:855
48
- #: contact_form.php:885
49
  msgid "Address:"
50
  msgstr "Адреса:"
51
 
52
- #: contact_form.php:82
53
- #: contact_form.php:856
54
- #: contact_form.php:886
55
  msgid "Email Address:"
56
  msgstr "E-mail адреса:"
57
 
58
- #: contact_form.php:83
59
- #: contact_form.php:857
60
- #: contact_form.php:887
61
  msgid "Phone number:"
62
  msgstr "Номер телефону:"
63
 
64
- #: contact_form.php:84
65
- #: contact_form.php:858
66
- #: contact_form.php:888
67
  msgid "Subject:"
68
  msgstr "Тема:"
69
 
70
- #: contact_form.php:85
71
- #: contact_form.php:859
72
- #: contact_form.php:889
73
  msgid "Message:"
74
  msgstr "Повідомлення:"
75
 
76
- #: contact_form.php:86
77
- #: contact_form.php:860
78
- #: contact_form.php:890
79
  msgid "Attachment:"
80
  msgstr "Вкладений файл:"
81
 
82
  #: contact_form.php:87
83
- msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
84
- msgstr "Типи файлів, що підтримуються: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Максимальний розмір: 2MB"
 
 
 
 
 
 
85
 
86
- #: contact_form.php:88
87
- #: contact_form.php:862
88
- #: contact_form.php:892
89
  msgid "Send me a copy"
90
  msgstr "Надіслати мені копію"
91
 
92
- #: contact_form.php:89
93
- #: contact_form.php:863
94
- #: contact_form.php:893
95
  msgid "Submit"
96
  msgstr "Підтвердити"
97
 
@@ -137,7 +121,7 @@ msgstr "Файл занадто великий."
137
 
138
  #: contact_form.php:100
139
  msgid "Please fill out the CAPTCHA."
140
- msgstr "Будь ласка, введіть код КАПЧА."
141
 
142
  #: contact_form.php:101
143
  msgid "Please make corrections below and try again."
@@ -152,8 +136,12 @@ msgid "requires"
152
  msgstr "потребує"
153
 
154
  #: contact_form.php:203
155
- msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
156
- msgstr "або вище, ось чому його було деактивовано! Будь ласка, оновіть WordPress та спробуйте ще раз. "
 
 
 
 
157
 
158
  #: contact_form.php:203
159
  msgid "Back to the WordPress"
@@ -164,17 +152,24 @@ msgid "Plugins page"
164
  msgstr "Сторінка плагінів"
165
 
166
  #: contact_form.php:494
167
- msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
168
- msgstr "Якщо опція \"Перенаправлення на сторінку\" вибрана, то поле URL повинне бути заповнене в наступному форматі"
 
 
 
 
169
 
170
  #: contact_form.php:503
171
  msgid "Such user does not exist. Settings are not saved."
172
  msgstr "Такого користувача не існує. Установки не збережені"
173
 
174
- #: contact_form.php:507
175
- #: contact_form.php:513
176
- msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
177
- msgstr "Будь ласка, введіть правильну ел.адресу у полі \"Відправник\". Установки не збережені."
 
 
 
178
 
179
  #: contact_form.php:518
180
  msgid "Settings saved."
@@ -185,44 +180,52 @@ msgid "Notice:"
185
  msgstr ""
186
 
187
  #: contact_form.php:540
188
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
 
 
189
  msgstr ""
190
 
191
- #: contact_form.php:543
192
- #: contact_form.php:973
193
- #: contact_form.php:1838
194
  #: contact_form.php:1849
195
  msgid "Settings"
196
  msgstr "Установки"
197
 
198
- #: contact_form.php:544
199
- #: contact_form.php:974
200
  msgid "Extra settings"
201
  msgstr "Розширені установки"
202
 
203
- #: contact_form.php:549
204
- #: contact_form.php:1236
205
- msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
206
- msgstr "Якщо Ви хочете додати контактну форму на свій сайт, просто скопіюйте і вставите цей шорткод у Вашу публікацію, сторінку або віджет:"
 
 
 
207
 
208
- #: contact_form.php:549
209
- #: contact_form.php:550
210
- #: contact_form.php:877
211
  #: contact_form.php:926
212
  msgid "or"
213
  msgstr "або"
214
 
215
  #: contact_form.php:550
216
- msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
217
- msgstr "Якщо виникли якісь проблеми зі стандартним шорткодом [contact_form], ви можете використати шорткод"
 
 
 
 
218
 
219
  #: contact_form.php:551
220
  msgid "They work the same way."
221
  msgstr "Вони працюють однаково."
222
 
223
  #: contact_form.php:552
224
- msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
225
- msgstr "Якщо Ви залишите поля порожніми, повідомлення буде надіслано на адресу ел.пошти, вказану під час реєстрації."
 
 
 
 
226
 
227
  #: contact_form.php:556
228
  msgid "The user's email address:"
@@ -233,8 +236,12 @@ msgid "Create a username"
233
  msgstr "Виберіть ім'я користувача"
234
 
235
  #: contact_form.php:565
236
- msgid "Enter a username of the person who should get the messages from the contact form."
237
- msgstr "Введіть ім'я користувача, який повинен одержувати повідомлення з контактної форми."
 
 
 
 
238
 
239
  #: contact_form.php:569
240
  msgid "Use this email address:"
@@ -248,25 +255,24 @@ msgstr "Вкажіть адресу ел.пошти, на яку бажаєте
248
  msgid "Add department selectbox to the contact form:"
249
  msgstr "Додати поле для вибору департаменту до контактної форми:"
250
 
251
- #: contact_form.php:586
252
- #: contact_form.php:1131
253
  msgid "If you upgrade to Pro version all your settings will be saved."
254
  msgstr ""
255
 
256
- #: contact_form.php:591
257
- #: contact_form.php:728
258
- #: contact_form.php:799
259
  #: contact_form.php:981
260
- msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
261
- msgstr "Ця функціональність доступна у Pro версії плагіну. Для додаткових подробиць, будь ласка, перейдіть за посиланням"
 
 
 
 
262
 
263
  #: contact_form.php:598
264
  msgid "Save emails to the database"
265
  msgstr "Зберігати електронні повідомлення у базі даних"
266
 
267
- #: contact_form.php:608
268
- #: contact_form.php:611
269
- #: contact_form.php:615
270
  msgid "Using Contact Form to DB powered by"
271
  msgstr "Використовуючи Contact Form to DB, розроблену"
272
 
@@ -300,7 +306,8 @@ msgstr "Wp-mail"
300
 
301
  #: contact_form.php:630
302
  msgid "You can use the wp_mail function for mailing"
303
- msgstr "Для відправлення пошти ви можете використовувати функцію WordPress wp_mail"
 
304
 
305
  #: contact_form.php:632
306
  msgid "Mail"
@@ -319,8 +326,11 @@ msgid "User name"
319
  msgstr "Ім’я користувача"
320
 
321
  #: contact_form.php:639
322
- msgid "The name of the user who fills the form will be used in the field 'From'."
323
- msgstr "Email-адреса користувача, який заповнює форму, буде використана у полі \"Відправник\"."
 
 
 
324
 
325
  #: contact_form.php:642
326
  msgid "This text will be used in the 'FROM' field"
@@ -335,8 +345,12 @@ msgid "User email"
335
  msgstr "Ел.пошта користувача"
336
 
337
  #: contact_form.php:649
338
- msgid "The email address of the user who fills the form will be used in the field 'From'."
339
- msgstr "Email-адреса користувача, який заповнює форму, буде використана у полі \"Відправник\"."
 
 
 
 
340
 
341
  #: contact_form.php:652
342
  msgid "This email address will be used in the 'From' field."
@@ -371,16 +385,12 @@ msgstr ""
371
  msgid "Field's default value"
372
  msgstr ""
373
 
374
- #: contact_form.php:676
375
- #: contact_form.php:1006
376
- #: contact_form.php:1679
377
  #: contact_form.php:1709
378
  msgid "Name"
379
  msgstr "Ім'я"
380
 
381
- #: contact_form.php:684
382
- #: contact_form.php:1011
383
- #: contact_form.php:1683
384
  #: contact_form.php:1711
385
  msgid "Address"
386
  msgstr "Адреса"
@@ -394,16 +404,12 @@ msgstr "Адреса ел.пошти"
394
  msgid "Phone number"
395
  msgstr "Номер телефону:"
396
 
397
- #: contact_form.php:708
398
- #: contact_form.php:1026
399
- #: contact_form.php:1693
400
  #: contact_form.php:1715
401
  msgid "Subject"
402
  msgstr "Тема"
403
 
404
- #: contact_form.php:716
405
- #: contact_form.php:1030
406
- #: contact_form.php:1696
407
  #: contact_form.php:1716
408
  msgid "Message"
409
  msgstr "Повідомлення"
@@ -430,26 +436,22 @@ msgstr "Показувати підказки під блоком \"Прикрі
430
  msgid "'Send me a copy' block"
431
  msgstr "Показати блок \"Надіслати мені копію\""
432
 
433
- #: contact_form.php:777
434
- #: contact_form.php:780
435
- #: contact_form.php:784
436
  #: contact_form.php:1040
437
  msgid "Captcha"
438
- msgstr "Капча"
439
 
440
- #: contact_form.php:777
441
- #: contact_form.php:780
442
- #: contact_form.php:784
443
  msgid "powered by"
444
  msgstr "за підтримки"
445
 
446
  #: contact_form.php:780
447
  msgid "Activate captcha"
448
- msgstr "Активувати капчу"
449
 
450
  #: contact_form.php:784
451
  msgid "Download captcha"
452
- msgstr "Завантажити капча"
453
 
454
  #: contact_form.php:792
455
  msgid "Agreement checkbox"
@@ -469,7 +471,8 @@ msgstr ""
469
 
470
  #: contact_form.php:804
471
  msgid "Delete an attachment file from the server after the email is sent"
472
- msgstr "Видаляти прикріплений файл з серверу після того, як ел.пошта відправлена"
 
473
 
474
  #: contact_form.php:810
475
  msgid "Email in HTML format sending"
@@ -479,9 +482,7 @@ msgstr ""
479
  msgid "Display additional info in the email"
480
  msgstr "Відображати додаткову інформацію в ел.пошті"
481
 
482
- #: contact_form.php:819
483
- #: contact_form.php:1646
484
- #: contact_form.php:1648
485
  msgid "Sent from (ip address)"
486
  msgstr "Надіслано від (ip адреса)"
487
 
@@ -489,9 +490,7 @@ msgstr "Надіслано від (ip адреса)"
489
  msgid "Example: Sent from (IP address):\t127.0.0.1"
490
  msgstr "Приклад: Надіслано від (IP адреса):\t127.0.0.1"
491
 
492
- #: contact_form.php:820
493
- #: contact_form.php:1652
494
- #: contact_form.php:1654
495
  msgid "Date/Time"
496
  msgstr "Дата/Час"
497
 
@@ -499,25 +498,28 @@ msgstr "Дата/Час"
499
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
500
  msgstr "Приклад: Date/Time:\tAugust 19, 2013 8:50 pm"
501
 
502
- #: contact_form.php:821
503
- #: contact_form.php:1658
504
- #: contact_form.php:1660
505
  msgid "Sent from (referer)"
506
  msgstr "Надіслано від (реферер)"
507
 
508
  #: contact_form.php:821
509
- msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
510
- msgstr "Приклад: Надіслано від (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
 
 
 
511
 
512
- #: contact_form.php:822
513
- #: contact_form.php:1664
514
- #: contact_form.php:1666
515
  msgid "Using (user agent)"
516
  msgstr "Використовується (user agent)"
517
 
518
  #: contact_form.php:822
519
- msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
520
- msgstr "Приклад: Використовує (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
 
 
 
 
521
 
522
  #: contact_form.php:826
523
  msgid "Language settings for the field names in the form"
@@ -531,86 +533,74 @@ msgstr "Додати мову"
531
  msgid "Change the names of the contact form fields and error messages"
532
  msgstr "Змінити назви полів контактної форми і повідомлення про помилку"
533
 
534
- #: contact_form.php:844
535
- #: contact_form.php:917
536
  msgid "English"
537
  msgstr "Англійська"
538
 
539
- #: contact_form.php:861
540
- #: contact_form.php:891
541
  msgid "Tips below the Attachment block"
542
  msgstr "Показувати підказки під блоком \"Прикріпити файл\""
543
 
544
- #: contact_form.php:864
545
- #: contact_form.php:894
546
  msgid "Error message for the Name field"
547
  msgstr "Повідомлення про помилку для поля Ім'я"
548
 
549
- #: contact_form.php:865
550
- #: contact_form.php:895
551
  msgid "Error message for the Address field"
552
  msgstr "Повідомлення про помилку для поля Адреса"
553
 
554
- #: contact_form.php:866
555
- #: contact_form.php:896
556
  msgid "Error message for the Email field"
557
  msgstr "Повідомлення про помилку для поля Email"
558
 
559
- #: contact_form.php:867
560
- #: contact_form.php:897
561
  msgid "Error message for the Phone field"
562
  msgstr "Повідомлення про помилку для поля Номер телефону"
563
 
564
- #: contact_form.php:868
565
- #: contact_form.php:898
566
  msgid "Error message for the Subject field"
567
  msgstr "Повідомлення про помилку для поля Тема"
568
 
569
- #: contact_form.php:869
570
- #: contact_form.php:899
571
  msgid "Error message for the Message field"
572
  msgstr "Повідомлення про помилку для поля Повідомлення"
573
 
574
- #: contact_form.php:870
575
- #: contact_form.php:900
576
  msgid "Error message about the file type for the Attachment field"
577
  msgstr "Повідомлення про помилку для поля Вкладені файли"
578
 
579
- #: contact_form.php:871
580
- #: contact_form.php:901
581
- msgid "Error message while uploading a file for the Attachment field to the server"
582
- msgstr "Повідомлення про помилку під час завантаження файлу на сервер для поля Вкладені файли"
 
 
583
 
584
- #: contact_form.php:872
585
- #: contact_form.php:902
586
  msgid "Error message while moving the file for the Attachment field"
587
- msgstr "Повідомлення про помилку під час переміщення файлу для поля Вкладені файли"
 
588
 
589
- #: contact_form.php:873
590
- #: contact_form.php:903
591
  msgid "Error message when file size limit for the Attachment field is exceeded"
592
- msgstr "Повідомлення про помилку для поля Вкладені файли, коли розмір файлу перевищує допустимий"
 
 
593
 
594
- #: contact_form.php:874
595
- #: contact_form.php:904
596
  msgid "Error message for the Captcha field"
597
- msgstr "Повідомлення про помилку для поля Капча"
598
 
599
- #: contact_form.php:875
600
- #: contact_form.php:905
601
  msgid "Error message for the whole form"
602
  msgstr "Повідомлення про помилку для всієї форми"
603
 
604
- #: contact_form.php:877
605
- #: contact_form.php:907
606
- #: contact_form.php:926
607
  #: contact_form.php:932
608
  msgid "Use shortcode"
609
  msgstr "Використовувати шорткод"
610
 
611
- #: contact_form.php:877
612
- #: contact_form.php:907
613
- #: contact_form.php:926
614
  #: contact_form.php:932
615
  msgid "for this language"
616
  msgstr "для цієї мови"
@@ -623,8 +613,7 @@ msgstr "Дія після відправлення ел.листа"
623
  msgid "Display text"
624
  msgstr "Показати текст"
625
 
626
- #: contact_form.php:925
627
- #: contact_form.php:931
628
  msgid "Text"
629
  msgstr "Текст"
630
 
@@ -636,8 +625,7 @@ msgstr "Перенаправлення на сторінку"
636
  msgid "Url"
637
  msgstr "Url"
638
 
639
- #: contact_form.php:944
640
- #: contact_form.php:1137
641
  msgid "Save Changes"
642
  msgstr "Зберегти зміни"
643
 
@@ -653,11 +641,13 @@ msgstr "Рекомендовані плагіни"
653
  #: contact_form.php:954
654
  #, fuzzy
655
  msgid "If there is something wrong about it, please contact us"
656
- msgstr "Якщо у вас є запитання, звертайтесь на plugin@bestwebsoft.com або заповніть контактну форму на нашому сайті"
 
 
657
 
658
  #: contact_form.php:971
659
  msgid "Contact Form Pro | Extra Settings"
660
- msgstr "Контактна форма Pro | Розширені установки"
661
 
662
  #: contact_form.php:986
663
  msgid "Errors output"
@@ -673,7 +663,8 @@ msgstr "Колір для помилок у полях введення."
673
 
674
  #: contact_form.php:991
675
  msgid "Display error messages & color of the input field errors"
676
- msgstr "Відображення повідомлень про помилку і колір для полів з помилками введення"
 
677
 
678
  #: contact_form.php:996
679
  msgid "Add placeholder to the input blocks"
@@ -707,18 +698,10 @@ msgstr "Опції для стилю"
707
  msgid "Text color"
708
  msgstr "Колір тексту"
709
 
710
- #: contact_form.php:1051
711
- #: contact_form.php:1056
712
- #: contact_form.php:1066
713
- #: contact_form.php:1071
714
- #: contact_form.php:1076
715
- #: contact_form.php:1081
716
- #: contact_form.php:1091
717
- #: contact_form.php:1096
718
- #: contact_form.php:1102
719
- #: contact_form.php:1113
720
- #: contact_form.php:1118
721
- #: contact_form.php:1123
722
  msgid "Default"
723
  msgstr "Стандартно"
724
 
@@ -766,8 +749,7 @@ msgstr "Колір текстових полів"
766
  msgid "Border width in px, numbers only"
767
  msgstr "Ширина рамки в точках, тільки числа"
768
 
769
- #: contact_form.php:1104
770
- #: contact_form.php:1125
771
  msgid "Border color"
772
  msgstr "Колір рамки"
773
 
@@ -789,39 +771,33 @@ msgstr "Колір тексту кнопок"
789
 
790
  #: contact_form.php:1141
791
  msgid "Contact Form Pro | Preview"
792
- msgstr "Контактна форма Pro | Попередній перегляд"
793
 
794
  #: contact_form.php:1144
795
  msgid "Show with errors"
796
  msgstr "Показувати з помилками"
797
 
798
- #: contact_form.php:1152
799
- #: contact_form.php:1154
800
  msgid "Please enter your full name..."
801
  msgstr "Будь ласка, вкажіть своє повне ім'я..."
802
 
803
- #: contact_form.php:1165
804
- #: contact_form.php:1167
805
  msgid "Please enter your address..."
806
  msgstr "Будь ласка, вкажіть свою адресу..."
807
 
808
- #: contact_form.php:1176
809
- #: contact_form.php:1178
810
  msgid "Please enter your email address..."
811
  msgstr "Будь ласка, введіть свою адресу ел.пошти:"
812
 
813
- #: contact_form.php:1187
814
- #: contact_form.php:1189
815
  msgid "Please enter your phone number..."
816
  msgstr "Будь ласка, вкажіть свій номер телефону..."
817
 
818
- #: contact_form.php:1198
819
- #: contact_form.php:1200
820
  msgid "Please enter subject..."
821
  msgstr "Будь ласка, вкажіть тему..."
822
 
823
- #: contact_form.php:1208
824
- #: contact_form.php:1210
825
  msgid "Please enter your message..."
826
  msgstr "Будь ласка, напишіть своє повідомлення..."
827
 
@@ -833,24 +809,25 @@ msgstr "Вибачте, ваше повідомлення ел.пошти не
833
  msgid "Contact from"
834
  msgstr "Контактна форма"
835
 
836
- #: contact_form.php:1686
837
- #: contact_form.php:1712
838
  msgid "Email"
839
  msgstr "Ел.пошта"
840
 
841
- #: contact_form.php:1690
842
- #: contact_form.php:1714
843
  msgid "Phone"
844
  msgstr "Телефон"
845
 
846
- #: contact_form.php:1699
847
- #: contact_form.php:1717
848
  msgid "Site"
849
  msgstr "Сайт"
850
 
851
  #: contact_form.php:1780
852
- msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
853
- msgstr "Якщо Ви не бачите цей MIME, це означає, що цей MIME тип не підтримується Вашим поштовим клієнтом!"
 
 
 
 
854
 
855
  #: contact_form.php:1850
856
  msgid "FAQ"
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2013-12-17 16:54+0300\n"
6
+ "PO-Revision-Date: 2014-01-16 17:08+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Andrew Yaschuk <xxxxAndyxxxx@gmail.com>\n"
9
  "Language: ua_UA\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:32 contact_form.php:538
 
20
  msgid "Contact Form Settings"
21
+ msgstr "Установки Contact Form"
22
 
23
  #: contact_form.php:32
24
  msgid "Contact Form"
25
+ msgstr "Contact Form"
26
 
27
  #: contact_form.php:33
28
  msgid "Contact Form Pro Extra Settings"
29
+ msgstr "Додаткові установки Contact Form Pro"
30
 
31
+ #: contact_form.php:33 contact_form.php:592 contact_form.php:729
32
+ #: contact_form.php:800 contact_form.php:982
 
 
 
33
  msgid "Contact Form Pro"
34
+ msgstr "Contact Form Pro"
35
 
36
+ #: contact_form.php:80 contact_form.php:854 contact_form.php:884
 
 
37
  msgid "Name:"
38
  msgstr "Ім'я:"
39
 
40
+ #: contact_form.php:81 contact_form.php:855 contact_form.php:885
 
 
41
  msgid "Address:"
42
  msgstr "Адреса:"
43
 
44
+ #: contact_form.php:82 contact_form.php:856 contact_form.php:886
 
 
45
  msgid "Email Address:"
46
  msgstr "E-mail адреса:"
47
 
48
+ #: contact_form.php:83 contact_form.php:857 contact_form.php:887
 
 
49
  msgid "Phone number:"
50
  msgstr "Номер телефону:"
51
 
52
+ #: contact_form.php:84 contact_form.php:858 contact_form.php:888
 
 
53
  msgid "Subject:"
54
  msgstr "Тема:"
55
 
56
+ #: contact_form.php:85 contact_form.php:859 contact_form.php:889
 
 
57
  msgid "Message:"
58
  msgstr "Повідомлення:"
59
 
60
+ #: contact_form.php:86 contact_form.php:860 contact_form.php:890
 
 
61
  msgid "Attachment:"
62
  msgstr "Вкладений файл:"
63
 
64
  #: contact_form.php:87
65
+ msgid ""
66
+ "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
67
+ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
68
+ "2MB"
69
+ msgstr ""
70
+ "Типи файлів, що підтримуються: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, "
71
+ "BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. "
72
+ "Максимальний розмір: 2MB"
73
 
74
+ #: contact_form.php:88 contact_form.php:862 contact_form.php:892
 
 
75
  msgid "Send me a copy"
76
  msgstr "Надіслати мені копію"
77
 
78
+ #: contact_form.php:89 contact_form.php:863 contact_form.php:893
 
 
79
  msgid "Submit"
80
  msgstr "Підтвердити"
81
 
121
 
122
  #: contact_form.php:100
123
  msgid "Please fill out the CAPTCHA."
124
+ msgstr "Будь ласка, введіть код CAPTCHA."
125
 
126
  #: contact_form.php:101
127
  msgid "Please make corrections below and try again."
136
  msgstr "потребує"
137
 
138
  #: contact_form.php:203
139
+ msgid ""
140
+ "or higher, that is why it has been deactivated! Please upgrade WordPress and "
141
+ "try again."
142
+ msgstr ""
143
+ "або вище, ось чому його було деактивовано! Будь ласка, оновіть WordPress та "
144
+ "спробуйте ще раз. "
145
 
146
  #: contact_form.php:203
147
  msgid "Back to the WordPress"
152
  msgstr "Сторінка плагінів"
153
 
154
  #: contact_form.php:494
155
+ msgid ""
156
+ "If the 'Redirect to page' option is selected then the URL field should be in "
157
+ "the following format"
158
+ msgstr ""
159
+ "Якщо опція \"Перенаправлення на сторінку\" вибрана, то поле URL повинне бути "
160
+ "заповнене в наступному форматі"
161
 
162
  #: contact_form.php:503
163
  msgid "Such user does not exist. Settings are not saved."
164
  msgstr "Такого користувача не існує. Установки не збережені"
165
 
166
+ #: contact_form.php:507 contact_form.php:513
167
+ msgid ""
168
+ "Please enter a valid email address in the 'FROM' field. Settings are not "
169
+ "saved."
170
+ msgstr ""
171
+ "Будь ласка, введіть правильну ел.адресу у полі \"Відправник\". Установки не "
172
+ "збережені."
173
 
174
  #: contact_form.php:518
175
  msgid "Settings saved."
180
  msgstr ""
181
 
182
  #: contact_form.php:540
183
+ msgid ""
184
+ "The plugin's settings have been changed. In order to save them please don't "
185
+ "forget to click the 'Save Changes' button."
186
  msgstr ""
187
 
188
+ #: contact_form.php:543 contact_form.php:973 contact_form.php:1838
 
 
189
  #: contact_form.php:1849
190
  msgid "Settings"
191
  msgstr "Установки"
192
 
193
+ #: contact_form.php:544 contact_form.php:974
 
194
  msgid "Extra settings"
195
  msgstr "Розширені установки"
196
 
197
+ #: contact_form.php:549 contact_form.php:1236
198
+ msgid ""
199
+ "If you would like to add the Contact Form to your website, just copy and "
200
+ "paste this shortcode to your post or page or widget:"
201
+ msgstr ""
202
+ "Якщо Ви хочете додати контактну форму на свій сайт, просто скопіюйте і "
203
+ "вставите цей шорткод у Вашу публікацію, сторінку або віджет:"
204
 
205
+ #: contact_form.php:549 contact_form.php:550 contact_form.php:877
 
 
206
  #: contact_form.php:926
207
  msgid "or"
208
  msgstr "або"
209
 
210
  #: contact_form.php:550
211
+ msgid ""
212
+ "If have any problems with the standard shortcode [contact_form], you should "
213
+ "use the shortcode"
214
+ msgstr ""
215
+ "Якщо виникли якісь проблеми зі стандартним шорткодом [contact_form], ви "
216
+ "можете використати шорткод"
217
 
218
  #: contact_form.php:551
219
  msgid "They work the same way."
220
  msgstr "Вони працюють однаково."
221
 
222
  #: contact_form.php:552
223
+ msgid ""
224
+ "If you leave the fields empty, the messages will be sent to the email "
225
+ "address specified during registration."
226
+ msgstr ""
227
+ "Якщо Ви залишите поля порожніми, повідомлення буде надіслано на адресу ел."
228
+ "пошти, вказану під час реєстрації."
229
 
230
  #: contact_form.php:556
231
  msgid "The user's email address:"
236
  msgstr "Виберіть ім'я користувача"
237
 
238
  #: contact_form.php:565
239
+ msgid ""
240
+ "Enter a username of the person who should get the messages from the contact "
241
+ "form."
242
+ msgstr ""
243
+ "Введіть ім'я користувача, який повинен одержувати повідомлення з контактної "
244
+ "форми."
245
 
246
  #: contact_form.php:569
247
  msgid "Use this email address:"
255
  msgid "Add department selectbox to the contact form:"
256
  msgstr "Додати поле для вибору департаменту до контактної форми:"
257
 
258
+ #: contact_form.php:586 contact_form.php:1131
 
259
  msgid "If you upgrade to Pro version all your settings will be saved."
260
  msgstr ""
261
 
262
+ #: contact_form.php:591 contact_form.php:728 contact_form.php:799
 
 
263
  #: contact_form.php:981
264
+ msgid ""
265
+ "This functionality is available in the Pro version of the plugin. For more "
266
+ "details, please follow the link"
267
+ msgstr ""
268
+ "Ця функціональність доступна у Pro версії плагіну. Для додаткових подробиць, "
269
+ "будь ласка, перейдіть за посиланням"
270
 
271
  #: contact_form.php:598
272
  msgid "Save emails to the database"
273
  msgstr "Зберігати електронні повідомлення у базі даних"
274
 
275
+ #: contact_form.php:608 contact_form.php:611 contact_form.php:615
 
 
276
  msgid "Using Contact Form to DB powered by"
277
  msgstr "Використовуючи Contact Form to DB, розроблену"
278
 
306
 
307
  #: contact_form.php:630
308
  msgid "You can use the wp_mail function for mailing"
309
+ msgstr ""
310
+ "Для відправлення пошти ви можете використовувати функцію WordPress wp_mail"
311
 
312
  #: contact_form.php:632
313
  msgid "Mail"
326
  msgstr "Ім’я користувача"
327
 
328
  #: contact_form.php:639
329
+ msgid ""
330
+ "The name of the user who fills the form will be used in the field 'From'."
331
+ msgstr ""
332
+ "Email-адреса користувача, який заповнює форму, буде використана у полі "
333
+ "\"Відправник\"."
334
 
335
  #: contact_form.php:642
336
  msgid "This text will be used in the 'FROM' field"
345
  msgstr "Ел.пошта користувача"
346
 
347
  #: contact_form.php:649
348
+ msgid ""
349
+ "The email address of the user who fills the form will be used in the field "
350
+ "'From'."
351
+ msgstr ""
352
+ "Email-адреса користувача, який заповнює форму, буде використана у полі "
353
+ "\"Відправник\"."
354
 
355
  #: contact_form.php:652
356
  msgid "This email address will be used in the 'From' field."
385
  msgid "Field's default value"
386
  msgstr ""
387
 
388
+ #: contact_form.php:676 contact_form.php:1006 contact_form.php:1679
 
 
389
  #: contact_form.php:1709
390
  msgid "Name"
391
  msgstr "Ім'я"
392
 
393
+ #: contact_form.php:684 contact_form.php:1011 contact_form.php:1683
 
 
394
  #: contact_form.php:1711
395
  msgid "Address"
396
  msgstr "Адреса"
404
  msgid "Phone number"
405
  msgstr "Номер телефону:"
406
 
407
+ #: contact_form.php:708 contact_form.php:1026 contact_form.php:1693
 
 
408
  #: contact_form.php:1715
409
  msgid "Subject"
410
  msgstr "Тема"
411
 
412
+ #: contact_form.php:716 contact_form.php:1030 contact_form.php:1696
 
 
413
  #: contact_form.php:1716
414
  msgid "Message"
415
  msgstr "Повідомлення"
436
  msgid "'Send me a copy' block"
437
  msgstr "Показати блок \"Надіслати мені копію\""
438
 
439
+ #: contact_form.php:777 contact_form.php:780 contact_form.php:784
 
 
440
  #: contact_form.php:1040
441
  msgid "Captcha"
442
+ msgstr "Captcha"
443
 
444
+ #: contact_form.php:777 contact_form.php:780 contact_form.php:784
 
 
445
  msgid "powered by"
446
  msgstr "за підтримки"
447
 
448
  #: contact_form.php:780
449
  msgid "Activate captcha"
450
+ msgstr "Активувати captcha"
451
 
452
  #: contact_form.php:784
453
  msgid "Download captcha"
454
+ msgstr "Завантажити captcha"
455
 
456
  #: contact_form.php:792
457
  msgid "Agreement checkbox"
471
 
472
  #: contact_form.php:804
473
  msgid "Delete an attachment file from the server after the email is sent"
474
+ msgstr ""
475
+ "Видаляти прикріплений файл з серверу після того, як ел.пошта відправлена"
476
 
477
  #: contact_form.php:810
478
  msgid "Email in HTML format sending"
482
  msgid "Display additional info in the email"
483
  msgstr "Відображати додаткову інформацію в ел.пошті"
484
 
485
+ #: contact_form.php:819 contact_form.php:1646 contact_form.php:1648
 
 
486
  msgid "Sent from (ip address)"
487
  msgstr "Надіслано від (ip адреса)"
488
 
490
  msgid "Example: Sent from (IP address):\t127.0.0.1"
491
  msgstr "Приклад: Надіслано від (IP адреса):\t127.0.0.1"
492
 
493
+ #: contact_form.php:820 contact_form.php:1652 contact_form.php:1654
 
 
494
  msgid "Date/Time"
495
  msgstr "Дата/Час"
496
 
498
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
499
  msgstr "Приклад: Date/Time:\tAugust 19, 2013 8:50 pm"
500
 
501
+ #: contact_form.php:821 contact_form.php:1658 contact_form.php:1660
 
 
502
  msgid "Sent from (referer)"
503
  msgstr "Надіслано від (реферер)"
504
 
505
  #: contact_form.php:821
506
+ msgid ""
507
+ "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
508
+ msgstr ""
509
+ "Приклад: Надіслано від (referer):\thttp://bestwebsoft.com/contacts/contact-"
510
+ "us/"
511
 
512
+ #: contact_form.php:822 contact_form.php:1664 contact_form.php:1666
 
 
513
  msgid "Using (user agent)"
514
  msgstr "Використовується (user agent)"
515
 
516
  #: contact_form.php:822
517
+ msgid ""
518
+ "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
519
+ "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
520
+ msgstr ""
521
+ "Приклад: Використовує (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
522
+ "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
523
 
524
  #: contact_form.php:826
525
  msgid "Language settings for the field names in the form"
533
  msgid "Change the names of the contact form fields and error messages"
534
  msgstr "Змінити назви полів контактної форми і повідомлення про помилку"
535
 
536
+ #: contact_form.php:844 contact_form.php:917
 
537
  msgid "English"
538
  msgstr "Англійська"
539
 
540
+ #: contact_form.php:861 contact_form.php:891
 
541
  msgid "Tips below the Attachment block"
542
  msgstr "Показувати підказки під блоком \"Прикріпити файл\""
543
 
544
+ #: contact_form.php:864 contact_form.php:894
 
545
  msgid "Error message for the Name field"
546
  msgstr "Повідомлення про помилку для поля Ім'я"
547
 
548
+ #: contact_form.php:865 contact_form.php:895
 
549
  msgid "Error message for the Address field"
550
  msgstr "Повідомлення про помилку для поля Адреса"
551
 
552
+ #: contact_form.php:866 contact_form.php:896
 
553
  msgid "Error message for the Email field"
554
  msgstr "Повідомлення про помилку для поля Email"
555
 
556
+ #: contact_form.php:867 contact_form.php:897
 
557
  msgid "Error message for the Phone field"
558
  msgstr "Повідомлення про помилку для поля Номер телефону"
559
 
560
+ #: contact_form.php:868 contact_form.php:898
 
561
  msgid "Error message for the Subject field"
562
  msgstr "Повідомлення про помилку для поля Тема"
563
 
564
+ #: contact_form.php:869 contact_form.php:899
 
565
  msgid "Error message for the Message field"
566
  msgstr "Повідомлення про помилку для поля Повідомлення"
567
 
568
+ #: contact_form.php:870 contact_form.php:900
 
569
  msgid "Error message about the file type for the Attachment field"
570
  msgstr "Повідомлення про помилку для поля Вкладені файли"
571
 
572
+ #: contact_form.php:871 contact_form.php:901
573
+ msgid ""
574
+ "Error message while uploading a file for the Attachment field to the server"
575
+ msgstr ""
576
+ "Повідомлення про помилку під час завантаження файлу на сервер для поля "
577
+ "Вкладені файли"
578
 
579
+ #: contact_form.php:872 contact_form.php:902
 
580
  msgid "Error message while moving the file for the Attachment field"
581
+ msgstr ""
582
+ "Повідомлення про помилку під час переміщення файлу для поля Вкладені файли"
583
 
584
+ #: contact_form.php:873 contact_form.php:903
 
585
  msgid "Error message when file size limit for the Attachment field is exceeded"
586
+ msgstr ""
587
+ "Повідомлення про помилку для поля Вкладені файли, коли розмір файлу "
588
+ "перевищує допустимий"
589
 
590
+ #: contact_form.php:874 contact_form.php:904
 
591
  msgid "Error message for the Captcha field"
592
+ msgstr "Повідомлення про помилку для поля Captcha"
593
 
594
+ #: contact_form.php:875 contact_form.php:905
 
595
  msgid "Error message for the whole form"
596
  msgstr "Повідомлення про помилку для всієї форми"
597
 
598
+ #: contact_form.php:877 contact_form.php:907 contact_form.php:926
 
 
599
  #: contact_form.php:932
600
  msgid "Use shortcode"
601
  msgstr "Використовувати шорткод"
602
 
603
+ #: contact_form.php:877 contact_form.php:907 contact_form.php:926
 
 
604
  #: contact_form.php:932
605
  msgid "for this language"
606
  msgstr "для цієї мови"
613
  msgid "Display text"
614
  msgstr "Показати текст"
615
 
616
+ #: contact_form.php:925 contact_form.php:931
 
617
  msgid "Text"
618
  msgstr "Текст"
619
 
625
  msgid "Url"
626
  msgstr "Url"
627
 
628
+ #: contact_form.php:944 contact_form.php:1137
 
629
  msgid "Save Changes"
630
  msgstr "Зберегти зміни"
631
 
641
  #: contact_form.php:954
642
  #, fuzzy
643
  msgid "If there is something wrong about it, please contact us"
644
+ msgstr ""
645
+ "Якщо у вас є запитання, звертайтесь на plugin@bestwebsoft.com або заповніть "
646
+ "контактну форму на нашому сайті"
647
 
648
  #: contact_form.php:971
649
  msgid "Contact Form Pro | Extra Settings"
650
+ msgstr "Contact Form Pro | Розширені установки"
651
 
652
  #: contact_form.php:986
653
  msgid "Errors output"
663
 
664
  #: contact_form.php:991
665
  msgid "Display error messages & color of the input field errors"
666
+ msgstr ""
667
+ "Відображення повідомлень про помилку і колір для полів з помилками введення"
668
 
669
  #: contact_form.php:996
670
  msgid "Add placeholder to the input blocks"
698
  msgid "Text color"
699
  msgstr "Колір тексту"
700
 
701
+ #: contact_form.php:1051 contact_form.php:1056 contact_form.php:1066
702
+ #: contact_form.php:1071 contact_form.php:1076 contact_form.php:1081
703
+ #: contact_form.php:1091 contact_form.php:1096 contact_form.php:1102
704
+ #: contact_form.php:1113 contact_form.php:1118 contact_form.php:1123
 
 
 
 
 
 
 
 
705
  msgid "Default"
706
  msgstr "Стандартно"
707
 
749
  msgid "Border width in px, numbers only"
750
  msgstr "Ширина рамки в точках, тільки числа"
751
 
752
+ #: contact_form.php:1104 contact_form.php:1125
 
753
  msgid "Border color"
754
  msgstr "Колір рамки"
755
 
771
 
772
  #: contact_form.php:1141
773
  msgid "Contact Form Pro | Preview"
774
+ msgstr "Contact Form Pro | Попередній перегляд"
775
 
776
  #: contact_form.php:1144
777
  msgid "Show with errors"
778
  msgstr "Показувати з помилками"
779
 
780
+ #: contact_form.php:1152 contact_form.php:1154
 
781
  msgid "Please enter your full name..."
782
  msgstr "Будь ласка, вкажіть своє повне ім'я..."
783
 
784
+ #: contact_form.php:1165 contact_form.php:1167
 
785
  msgid "Please enter your address..."
786
  msgstr "Будь ласка, вкажіть свою адресу..."
787
 
788
+ #: contact_form.php:1176 contact_form.php:1178
 
789
  msgid "Please enter your email address..."
790
  msgstr "Будь ласка, введіть свою адресу ел.пошти:"
791
 
792
+ #: contact_form.php:1187 contact_form.php:1189
 
793
  msgid "Please enter your phone number..."
794
  msgstr "Будь ласка, вкажіть свій номер телефону..."
795
 
796
+ #: contact_form.php:1198 contact_form.php:1200
 
797
  msgid "Please enter subject..."
798
  msgstr "Будь ласка, вкажіть тему..."
799
 
800
+ #: contact_form.php:1208 contact_form.php:1210
 
801
  msgid "Please enter your message..."
802
  msgstr "Будь ласка, напишіть своє повідомлення..."
803
 
809
  msgid "Contact from"
810
  msgstr "Контактна форма"
811
 
812
+ #: contact_form.php:1686 contact_form.php:1712
 
813
  msgid "Email"
814
  msgstr "Ел.пошта"
815
 
816
+ #: contact_form.php:1690 contact_form.php:1714
 
817
  msgid "Phone"
818
  msgstr "Телефон"
819
 
820
+ #: contact_form.php:1699 contact_form.php:1717
 
821
  msgid "Site"
822
  msgstr "Сайт"
823
 
824
  #: contact_form.php:1780
825
+ msgid ""
826
+ "If you can see this MIME, it means that the MIME type is not supported by "
827
+ "your email client!"
828
+ msgstr ""
829
+ "Якщо Ви не бачите цей MIME, це означає, що цей MIME тип не підтримується "
830
+ "Вашим поштовим клієнтом!"
831
 
832
  #: contact_form.php:1850
833
  msgid "FAQ"
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10
4
  Tags: Contact Form, text, contact, form, contacts, contact form, request, contact me, feedback form, feedback, contact button, contact form plugin, contacts form plugin, attachment, send, copy, attachment, send copy
5
  Requires at least: 3.0
6
  Tested up to: 3.8
7
- Stable tag: 3.69
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -140,6 +140,9 @@ Note: If the Contact Form sends letters, but you don't receive them, you can ins
140
 
141
  == Changelog ==
142
 
 
 
 
143
  = V3.69 - 26.12.2013 =
144
  * Update : The French language file is updated.
145
  * NEW : The Chinese language file is added.
@@ -451,6 +454,9 @@ Note: If the Contact Form sends letters, but you don't receive them, you can ins
451
 
452
  == Upgrade Notice ==
453
 
 
 
 
454
  = V3.69 =
455
  The French language file is updated. The Chinese language file is added.
456
 
4
  Tags: Contact Form, text, contact, form, contacts, contact form, request, contact me, feedback form, feedback, contact button, contact form plugin, contacts form plugin, attachment, send, copy, attachment, send copy
5
  Requires at least: 3.0
6
  Tested up to: 3.8
7
+ Stable tag: 3.70
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
140
 
141
  == Changelog ==
142
 
143
+ = V3.70 - 16.01.2014 =
144
+ * Update : BWS plugins section was updated.
145
+
146
  = V3.69 - 26.12.2013 =
147
  * Update : The French language file is updated.
148
  * NEW : The Chinese language file is added.
454
 
455
  == Upgrade Notice ==
456
 
457
+ = V3.70 =
458
+ BWS plugins section was updated.
459
+
460
  = V3.69 =
461
  The French language file is updated. The Chinese language file is added.
462