Version Description
- 02.01.2012 =
- NEW : Added Italian language files for plugin.
- NEW : Added possibility to change the label when display fields on the form.
- Changed : Display the names of the files types that user can attach to the mail.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Contact Form by BestWebSoft |
Version | 3.02 |
Comparing to | |
See all releases |
Code changes from version 2011.3.01 to 3.02
- contact_form.php +86 -33
- css/style.css +29 -21
- js/script.js +6 -0
- languages/cntfrm-ru_RU.mo +0 -0
- languages/cntfrm-ru_RU.po +0 -159
- languages/contact_form-it_IT.mo +0 -0
- languages/contact_form-it_IT.po +280 -0
- languages/contact_form-ru_RU.mo +0 -0
- languages/contact_form-ru_RU.po +124 -88
- readme.txt +55 -31
- screenshot-1.jpg +0 -0
- screenshot-2.jpg +0 -0
- screenshot-4.jpg +0 -0
contact_form.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Contact Form Plugin
|
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Plugin for Contact Form.
|
6 |
Author: BestWebSoft
|
7 |
-
Version: 3.
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
@@ -34,37 +34,38 @@ if( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
34 |
$array_install = array();
|
35 |
$array_recomend = array();
|
36 |
$count_activate = $count_install = $count_recomend = 0;
|
37 |
-
$array_plugins
|
38 |
-
array( 'captcha\/captcha.php', 'Captcha', 'http://wordpress.org/extend/plugins/captcha/', 'http://bestwebsoft.com/plugin/captcha-plugin/', '/wp-admin/
|
39 |
-
array( 'contact-form-plugin\/contact_form.php', 'Contact Form', 'http://wordpress.org/extend/plugins/contact-form-plugin/', 'http://bestwebsoft.com/plugin/contact-form/', '/wp-admin/
|
40 |
-
array( 'facebook-button-plugin\/facebook-button-plugin.php', 'Facebook Like Button Plugin', 'http://wordpress.org/extend/plugins/facebook-button-plugin/', 'http://bestwebsoft.com/plugin/facebook-like-button-plugin/', '/wp-admin/
|
41 |
-
array( 'twitter-plugin\/twitter.php', 'Twitter Plugin', 'http://wordpress.org/extend/plugins/twitter-plugin/', 'http://bestwebsoft.com/plugin/twitter-plugin/', '/wp-admin/
|
42 |
-
array( 'portfolio\/portfolio.php', 'Portfolio', 'http://wordpress.org/extend/plugins/portfolio/', 'http://bestwebsoft.com/plugin/portfolio-plugin/', '/wp-admin/
|
43 |
-
array( 'gallery-plugin\/gallery-plugin.php', 'Gallery', 'http://wordpress.org/extend/plugins/gallery-plugin/', 'http://bestwebsoft.com/plugin/gallery-plugin/', '/wp-admin/
|
44 |
-
array( 'adsense-plugin\/adsense-plugin.php', 'Google AdSense Plugin', 'http://wordpress.org/extend/plugins/adsense-plugin/', 'http://bestwebsoft.com/plugin/google-adsense-plugin/', '/wp-admin/
|
45 |
);
|
46 |
foreach($array_plugins as $plugins)
|
47 |
{
|
48 |
if( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) )
|
49 |
{
|
50 |
$array_activate[$count_activate]['title'] = $plugins[1];
|
51 |
-
$array_activate[$count_activate]['link']
|
52 |
-
$array_activate[$count_activate]['href']
|
|
|
53 |
$count_activate++;
|
54 |
}
|
55 |
else if( array_key_exists(str_replace("\\", "", $plugins[0]), $all_plugins) )
|
56 |
{
|
57 |
$array_install[$count_install]['title'] = $plugins[1];
|
58 |
-
$array_install[$count_install]['link']
|
59 |
-
$array_install[$count_install]['href']
|
60 |
$count_install++;
|
61 |
}
|
62 |
else
|
63 |
{
|
64 |
$array_recomend[$count_recomend]['title'] = $plugins[1];
|
65 |
-
$array_recomend[$count_recomend]['link']
|
66 |
-
$array_recomend[$count_recomend]['href']
|
67 |
-
$array_recomend[$count_recomend]['slug']
|
68 |
$count_recomend++;
|
69 |
}
|
70 |
}
|
@@ -76,7 +77,7 @@ if( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
76 |
<div>
|
77 |
<h3><?php _e( 'Activated plugins', 'contact_form' ); ?></h3>
|
78 |
<?php foreach( $array_activate as $activate_plugin ) { ?>
|
79 |
-
<div style="float:left; width:200px;"><?php echo $activate_plugin['title']; ?></div> <p><a href="<?php echo $activate_plugin['link']; ?>"><?php echo __( "Read more", 'contact_form'); ?></a></p>
|
80 |
<?php } ?>
|
81 |
</div>
|
82 |
<?php } ?>
|
@@ -84,7 +85,7 @@ if( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
84 |
<div>
|
85 |
<h3><?php _e( 'Installed plugins', 'contact_form' ); ?></h3>
|
86 |
<?php foreach($array_install as $install_plugin) { ?>
|
87 |
-
<div style="float:left; width:200px;"><?php echo $install_plugin['title']; ?></div> <p><a href="<?php echo $install_plugin['link']; ?>"><?php echo __( "Read more", 'contact_form'); ?></a></p>
|
88 |
<?php } ?>
|
89 |
</div>
|
90 |
<?php } ?>
|
@@ -92,7 +93,7 @@ if( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
92 |
<div>
|
93 |
<h3><?php _e( 'Recommended plugins', 'contact_form' ); ?></h3>
|
94 |
<?php foreach( $array_recomend as $recomend_plugin ) { ?>
|
95 |
-
<div style="float:left; width:200px;"><?php echo $recomend_plugin['title']; ?></div> <p><a href="<?php echo $recomend_plugin['link']; ?>"><?php echo __( "Read more", 'contact_form'); ?></a> <a href="<?php echo $recomend_plugin['href']; ?>"><?php echo __( "Download", 'contact_form'); ?></a> <a class="install-now" href="<?php echo get_bloginfo( "url" ) . $recomend_plugin['slug']; ?>" title="<?php esc_attr( sprintf( __( 'Install %s' ), $recomend_plugin['title'] ) ) ?>"><?php echo __( 'Install
|
96 |
<?php } ?>
|
97 |
<span style="color: rgb(136, 136, 136); font-size: 10px;"><?php _e( 'If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site', 'contact_form' ); ?> <a href="http://bestwebsoft.com/contact/">http://bestwebsoft.com/contact/</a></span>
|
98 |
</div>
|
@@ -105,7 +106,7 @@ if( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
105 |
// Add option page in admin menu
|
106 |
if( ! function_exists( 'cntctfrm_admin_menu' ) ) {
|
107 |
function cntctfrm_admin_menu() {
|
108 |
-
add_menu_page(
|
109 |
add_submenu_page('bws_plugins', __( 'Contact Form Options', 'contact_form' ), __( 'Contact Form', 'contact_form' ), 'edit_themes', "contact_form.php", 'cntctfrm_settings_page');
|
110 |
|
111 |
//call register settings function
|
@@ -124,7 +125,13 @@ if( ! function_exists( 'cntctfrm_settings' ) ) {
|
|
124 |
'cntctfrm_select_email' => 'user',
|
125 |
'cntctfrm_additions_options' => 0,
|
126 |
'cntctfrm_attachment' => 0,
|
127 |
-
'cntctfrm_send_copy' => 0
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
);
|
129 |
|
130 |
if( ! get_option( 'cntctfrm_options' ) )
|
@@ -139,7 +146,10 @@ if( ! function_exists( 'cntctfrm_settings' ) ) {
|
|
139 |
// Add settings page in admin area
|
140 |
if( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
141 |
function cntctfrm_settings_page() {
|
142 |
-
global $cntctfrm_options;
|
|
|
|
|
|
|
143 |
$error = "";
|
144 |
// Save data for settings page
|
145 |
if( isset( $_REQUEST['cntctfrm_form_submit'] ) ) {
|
@@ -150,9 +160,30 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
150 |
if($cntctfrm_options_submit['cntctfrm_additions_options'] == 0) {
|
151 |
$cntctfrm_options_submit['cntctfrm_attachment'] = 0;
|
152 |
$cntctfrm_options_submit['cntctfrm_send_copy'] = 0;
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
} else {
|
154 |
$cntctfrm_options_submit['cntctfrm_attachment'] = isset( $_REQUEST['cntctfrm_attachment']) ? $_REQUEST['cntctfrm_attachment'] : 0;
|
155 |
$cntctfrm_options_submit['cntctfrm_send_copy'] = isset( $_REQUEST['cntctfrm_send_copy']) ? $_REQUEST['cntctfrm_send_copy'] : 0;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
156 |
}
|
157 |
$cntctfrm_options = array_merge( $cntctfrm_options, $cntctfrm_options_submit );
|
158 |
if( 'user' == $cntctfrm_options_submit['cntctfrm_select_email'] ) {
|
@@ -194,8 +225,13 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
194 |
<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\" "; ?>/>
|
195 |
</td>
|
196 |
<td>
|
197 |
-
<
|
198 |
-
|
|
|
|
|
|
|
|
|
|
|
199 |
</td>
|
200 |
</tr>
|
201 |
<tr valign="top">
|
@@ -205,7 +241,7 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
205 |
</td>
|
206 |
<td>
|
207 |
<input type="text" name="cntctfrm_custom_email" value="<?php echo $cntctfrm_options['cntctfrm_custom_email']; ?>" onfocus="document.getElementById('cntctfrm_select_email_custom').checked = true;" />
|
208 |
-
<span
|
209 |
</td>
|
210 |
</tr>
|
211 |
<tr valign="top">
|
@@ -213,9 +249,12 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
213 |
</tr>
|
214 |
<tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
|
215 |
<th scope="row" style="width:195px;"><?php _e( "Display Attachment block", 'contact_form' ); ?></th>
|
216 |
-
<td
|
217 |
<input type="checkbox" id="cntctfrm_attachment" name="cntctfrm_attachment" value="1" <?php if($cntctfrm_options['cntctfrm_attachment'] == '1') echo "checked=\"checked\" "; ?>/>
|
218 |
</td>
|
|
|
|
|
|
|
219 |
</tr>
|
220 |
<tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
|
221 |
<th scope="row" style="width:195px;"><?php _e( "Display Send me a copy block", 'contact_form' ); ?></th>
|
@@ -223,6 +262,19 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
223 |
<input type="checkbox" id="cntctfrm_send_copy" name="cntctfrm_send_copy" value="1" <?php if($cntctfrm_options['cntctfrm_send_copy'] == '1') echo "checked=\"checked\" "; ?>/>
|
224 |
</td>
|
225 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
226 |
</table>
|
227 |
<input type="hidden" name="cntctfrm_form_submit" value="submit" />
|
228 |
<p class="submit">
|
@@ -270,7 +322,7 @@ if( ! function_exists( 'cntctfrm_display_form' ) ) {
|
|
270 |
$content .= '<div style="text-align: left; color: red;">'.$error_message['error_form'].'</div>';
|
271 |
}
|
272 |
$content .= '<div style="text-align: left; padding-top: 5px;">
|
273 |
-
<label for="cntctfrm_contact_name">'.
|
274 |
</div>';
|
275 |
if( isset( $error_message['error_name'] ) ) {
|
276 |
$content .= '<div style="text-align: left; color: red;">'.$error_message['error_name'].'</div>';
|
@@ -280,7 +332,7 @@ if( ! function_exists( 'cntctfrm_display_form' ) ) {
|
|
280 |
</div>
|
281 |
|
282 |
<div style="text-align: left;">
|
283 |
-
<label for="cntctfrm_contact_email">'.
|
284 |
</div>';
|
285 |
if( isset( $error_message['error_email'] ) ) {
|
286 |
$content .= '<div style="text-align: left; color: red;">'.$error_message['error_email'].'</div>';
|
@@ -290,7 +342,7 @@ if( ! function_exists( 'cntctfrm_display_form' ) ) {
|
|
290 |
</div>
|
291 |
|
292 |
<div style="text-align: left;">
|
293 |
-
<label for="cntctfrm_contact_subject1">'.
|
294 |
</div>';
|
295 |
if( isset( $error_message['error_subject'] ) ) {
|
296 |
$content .= '<div style="text-align: left; color: red;">'.$error_message['error_subject'].'</div>';
|
@@ -300,7 +352,7 @@ if( ! function_exists( 'cntctfrm_display_form' ) ) {
|
|
300 |
</div>
|
301 |
|
302 |
<div style="text-align: left;">
|
303 |
-
<label for="cntctfrm_contact_message">'.
|
304 |
</div>';
|
305 |
if( isset( $error_message['error_message'] ) ) {
|
306 |
$content .= '<div style="text-align: left; color: red;">'.$error_message['error_message'].'</div>';
|
@@ -310,13 +362,14 @@ if( ! function_exists( 'cntctfrm_display_form' ) ) {
|
|
310 |
</div>';
|
311 |
if($cntctfrm_options['cntctfrm_attachment'] == 1 ) {
|
312 |
$content .= '<div style="text-align: left;">
|
313 |
-
<label for="cntctfrm_contact_attachment">'.
|
314 |
</div>';
|
315 |
if( isset( $error_message['error_attachment'] ) ) {
|
316 |
$content .= '<div style="text-align: left; color: red;">'.$error_message['error_attachment'].'</div>';
|
317 |
}
|
318 |
$content .= '<div style="text-align: left;">
|
319 |
<input type="file" name="cntctfrm_contact_attachment" id="cntctfrm_contact_attachment"'.(isset( $error_message['error_attachment'] ) ? "class='error'": "").' />
|
|
|
320 |
</div>';
|
321 |
}
|
322 |
if($cntctfrm_options['cntctfrm_send_copy'] == 1 ) {
|
@@ -379,7 +432,7 @@ if( ! function_exists( 'cntctfrm_check_form' ) ) {
|
|
379 |
'doc'=>'application/msword',
|
380 |
'docx'=>'application/mswor',
|
381 |
'zip'=>'application/zip',
|
382 |
-
'
|
383 |
'ppt'=>'application/vnd.ms-powerpoint');
|
384 |
$error_message['error_attachment'] = __( "Attachment is broken.", "contact_form" );
|
385 |
}
|
@@ -492,7 +545,7 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
|
|
492 |
<td>'.__('Coming from (referer)', 'contact_form').': </td><td>'.$form_action_url.'</td>
|
493 |
</tr>
|
494 |
<tr>
|
495 |
-
<td>'.__('Using (user agent)', 'contact_form').': </td><td>'.cntctfrm_clean_input($_SERVER['HTTP_USER_AGENT']).'</td>
|
496 |
</tr>
|
497 |
</table>
|
498 |
</body>
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Plugin for Contact Form.
|
6 |
Author: BestWebSoft
|
7 |
+
Version: 3.02
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
34 |
$array_install = array();
|
35 |
$array_recomend = array();
|
36 |
$count_activate = $count_install = $count_recomend = 0;
|
37 |
+
$array_plugins = array(
|
38 |
+
array( 'captcha\/captcha.php', 'Captcha', 'http://wordpress.org/extend/plugins/captcha/', 'http://bestwebsoft.com/plugin/captcha-plugin/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Captcha+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=captcha.php' ),
|
39 |
+
array( 'contact-form-plugin\/contact_form.php', 'Contact Form', 'http://wordpress.org/extend/plugins/contact-form-plugin/', 'http://bestwebsoft.com/plugin/contact-form/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Contact+Form+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=contact_form.php' ),
|
40 |
+
array( 'facebook-button-plugin\/facebook-button-plugin.php', 'Facebook Like Button Plugin', 'http://wordpress.org/extend/plugins/facebook-button-plugin/', 'http://bestwebsoft.com/plugin/facebook-like-button-plugin/', '/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' ),
|
41 |
+
array( 'twitter-plugin\/twitter.php', 'Twitter Plugin', 'http://wordpress.org/extend/plugins/twitter-plugin/', 'http://bestwebsoft.com/plugin/twitter-plugin/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Twitter+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=twitter.php' ),
|
42 |
+
array( 'portfolio\/portfolio.php', 'Portfolio', 'http://wordpress.org/extend/plugins/portfolio/', 'http://bestwebsoft.com/plugin/portfolio-plugin/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Portfolio+bestwebsoft&plugin-search-input=Search+Plugins', '' ),
|
43 |
+
array( 'gallery-plugin\/gallery-plugin.php', 'Gallery', 'http://wordpress.org/extend/plugins/gallery-plugin/', 'http://bestwebsoft.com/plugin/gallery-plugin/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Gallery+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', '' ),
|
44 |
+
array( 'adsense-plugin\/adsense-plugin.php', 'Google AdSense Plugin', 'http://wordpress.org/extend/plugins/adsense-plugin/', 'http://bestwebsoft.com/plugin/google-adsense-plugin/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Adsense+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=adsense-plugin.php' )
|
45 |
);
|
46 |
foreach($array_plugins as $plugins)
|
47 |
{
|
48 |
if( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) )
|
49 |
{
|
50 |
$array_activate[$count_activate]['title'] = $plugins[1];
|
51 |
+
$array_activate[$count_activate]['link'] = $plugins[2];
|
52 |
+
$array_activate[$count_activate]['href'] = $plugins[3];
|
53 |
+
$array_activate[$count_activate]['url'] = $plugins[5];
|
54 |
$count_activate++;
|
55 |
}
|
56 |
else if( array_key_exists(str_replace("\\", "", $plugins[0]), $all_plugins) )
|
57 |
{
|
58 |
$array_install[$count_install]['title'] = $plugins[1];
|
59 |
+
$array_install[$count_install]['link'] = $plugins[2];
|
60 |
+
$array_install[$count_install]['href'] = $plugins[3];
|
61 |
$count_install++;
|
62 |
}
|
63 |
else
|
64 |
{
|
65 |
$array_recomend[$count_recomend]['title'] = $plugins[1];
|
66 |
+
$array_recomend[$count_recomend]['link'] = $plugins[2];
|
67 |
+
$array_recomend[$count_recomend]['href'] = $plugins[3];
|
68 |
+
$array_recomend[$count_recomend]['slug'] = $plugins[4];
|
69 |
$count_recomend++;
|
70 |
}
|
71 |
}
|
77 |
<div>
|
78 |
<h3><?php _e( 'Activated plugins', 'contact_form' ); ?></h3>
|
79 |
<?php foreach( $array_activate as $activate_plugin ) { ?>
|
80 |
+
<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", 'contact_form'); ?></a> <a href="<?php echo $activate_plugin['url']; ?>"><?php echo __( "Settings", 'contact_form'); ?></a></p>
|
81 |
<?php } ?>
|
82 |
</div>
|
83 |
<?php } ?>
|
85 |
<div>
|
86 |
<h3><?php _e( 'Installed plugins', 'contact_form' ); ?></h3>
|
87 |
<?php foreach($array_install as $install_plugin) { ?>
|
88 |
+
<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", 'contact_form'); ?></a></p>
|
89 |
<?php } ?>
|
90 |
</div>
|
91 |
<?php } ?>
|
93 |
<div>
|
94 |
<h3><?php _e( 'Recommended plugins', 'contact_form' ); ?></h3>
|
95 |
<?php foreach( $array_recomend as $recomend_plugin ) { ?>
|
96 |
+
<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", 'contact_form'); ?></a> <a href="<?php echo $recomend_plugin['href']; ?>" target="_blank"><?php echo __( "Download", 'contact_form'); ?></a> <a class="install-now" href="<?php echo get_bloginfo( "url" ) . $recomend_plugin['slug']; ?>" title="<?php esc_attr( sprintf( __( 'Install %s' ), $recomend_plugin['title'] ) ) ?>"><?php echo __( 'Install now from wordpress.org', 'contact_form' ) ?></a></p>
|
97 |
<?php } ?>
|
98 |
<span style="color: rgb(136, 136, 136); font-size: 10px;"><?php _e( 'If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site', 'contact_form' ); ?> <a href="http://bestwebsoft.com/contact/">http://bestwebsoft.com/contact/</a></span>
|
99 |
</div>
|
106 |
// Add option page in admin menu
|
107 |
if( ! function_exists( 'cntctfrm_admin_menu' ) ) {
|
108 |
function cntctfrm_admin_menu() {
|
109 |
+
add_menu_page( 'BWS Plugins', 'BWS Plugins', 'edit_themes', 'bws_plugins', 'bws_add_menu_render', plugins_url( "images/px.png", __FILE__ ), 1001);
|
110 |
add_submenu_page('bws_plugins', __( 'Contact Form Options', 'contact_form' ), __( 'Contact Form', 'contact_form' ), 'edit_themes', "contact_form.php", 'cntctfrm_settings_page');
|
111 |
|
112 |
//call register settings function
|
125 |
'cntctfrm_select_email' => 'user',
|
126 |
'cntctfrm_additions_options' => 0,
|
127 |
'cntctfrm_attachment' => 0,
|
128 |
+
'cntctfrm_send_copy' => 0,
|
129 |
+
'cntctfrm_change_label' => 0,
|
130 |
+
'cntctfrm_name_label' => __( "Name:", 'contact_form' ),
|
131 |
+
'cntctfrm_email_label' => __( "E-Mail Address:", 'contact_form' ),
|
132 |
+
'cntctfrm_subject_label' => __( "Subject:", 'contact_form' ),
|
133 |
+
'cntctfrm_message_label' => __( "Message:", 'contact_form' ),
|
134 |
+
'cntctfrm_attachment_label' => __( "Attachment:", 'contact_form' )
|
135 |
);
|
136 |
|
137 |
if( ! get_option( 'cntctfrm_options' ) )
|
146 |
// Add settings page in admin area
|
147 |
if( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
148 |
function cntctfrm_settings_page() {
|
149 |
+
global $cntctfrm_options, $wpdb;
|
150 |
+
|
151 |
+
$userslogin = $wpdb->get_col( "SELECT user_login FROM $wpdb->users ", 0 );
|
152 |
+
|
153 |
$error = "";
|
154 |
// Save data for settings page
|
155 |
if( isset( $_REQUEST['cntctfrm_form_submit'] ) ) {
|
160 |
if($cntctfrm_options_submit['cntctfrm_additions_options'] == 0) {
|
161 |
$cntctfrm_options_submit['cntctfrm_attachment'] = 0;
|
162 |
$cntctfrm_options_submit['cntctfrm_send_copy'] = 0;
|
163 |
+
$cntctfrm_options_submit['cntctfrm_change_label'] = 0;
|
164 |
+
$cntctfrm_options_submit['cntctfrm_name_label'] = __( "Name:", 'contact_form' );
|
165 |
+
$cntctfrm_options_submit['cntctfrm_email_label'] = __( "E-Mail Address:", 'contact_form' );
|
166 |
+
$cntctfrm_options_submit['cntctfrm_subject_label'] = __( "Subject:", 'contact_form' );
|
167 |
+
$cntctfrm_options_submit['cntctfrm_message_label'] = __( "Message:", 'contact_form' );
|
168 |
+
$cntctfrm_options_submit['cntctfrm_attachment_label'] = __( "Attachment:", 'contact_form' );
|
169 |
} else {
|
170 |
$cntctfrm_options_submit['cntctfrm_attachment'] = isset( $_REQUEST['cntctfrm_attachment']) ? $_REQUEST['cntctfrm_attachment'] : 0;
|
171 |
$cntctfrm_options_submit['cntctfrm_send_copy'] = isset( $_REQUEST['cntctfrm_send_copy']) ? $_REQUEST['cntctfrm_send_copy'] : 0;
|
172 |
+
$cntctfrm_options_submit['cntctfrm_change_label'] = isset( $_REQUEST['cntctfrm_change_label']) ? $_REQUEST['cntctfrm_change_label'] : 0;
|
173 |
+
if( $cntctfrm_options_submit['cntctfrm_change_label'] == 1 ) {
|
174 |
+
$cntctfrm_options_submit['cntctfrm_name_label'] = isset( $_REQUEST['cntctfrm_name_label']) ? $_REQUEST['cntctfrm_name_label'] : $cntctfrm_options_submit['cntctfrm_name_label'];
|
175 |
+
$cntctfrm_options_submit['cntctfrm_email_label'] = isset( $_REQUEST['cntctfrm_email_label']) ? $_REQUEST['cntctfrm_email_label'] : $cntctfrm_options_submit['cntctfrm_email_label'];
|
176 |
+
$cntctfrm_options_submit['cntctfrm_subject_label'] = isset( $_REQUEST['cntctfrm_subject_label']) ? $_REQUEST['cntctfrm_subject_label'] : $cntctfrm_options_submit['cntctfrm_subject_label'];
|
177 |
+
$cntctfrm_options_submit['cntctfrm_message_label'] = isset( $_REQUEST['cntctfrm_message_label']) ? $_REQUEST['cntctfrm_message_label'] : $cntctfrm_options_submit['cntctfrm_message_label'];
|
178 |
+
$cntctfrm_options_submit['cntctfrm_attachment_label'] = isset( $_REQUEST['cntctfrm_attachment_label']) ? $_REQUEST['cntctfrm_attachment_label'] : $cntctfrm_options_submit['cntctfrm_attachment_label'];
|
179 |
+
}
|
180 |
+
else {
|
181 |
+
$cntctfrm_options_submit['cntctfrm_name_label'] = __( "Name:", 'contact_form' );
|
182 |
+
$cntctfrm_options_submit['cntctfrm_email_label'] = __( "E-Mail Address:", 'contact_form' );
|
183 |
+
$cntctfrm_options_submit['cntctfrm_subject_label'] = __( "Subject:", 'contact_form' );
|
184 |
+
$cntctfrm_options_submit['cntctfrm_message_label'] = __( "Message:", 'contact_form' );
|
185 |
+
$cntctfrm_options_submit['cntctfrm_attachment_label'] = __( "Attachment:", 'contact_form' );
|
186 |
+
}
|
187 |
}
|
188 |
$cntctfrm_options = array_merge( $cntctfrm_options, $cntctfrm_options_submit );
|
189 |
if( 'user' == $cntctfrm_options_submit['cntctfrm_select_email'] ) {
|
225 |
<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\" "; ?>/>
|
226 |
</td>
|
227 |
<td>
|
228 |
+
<select name="cntctfrm_user_email">
|
229 |
+
<option disabled><?php _e( "Select user name", 'contact_form' ); ?></option>
|
230 |
+
<?php while( list( $key, $value ) = each( $userslogin ) ) { ?>
|
231 |
+
<option value="<?php echo $value; ?>" <?php if( $cntctfrm_options['cntctfrm_user_email'] == $value ) echo "selected=\"selected\" "; ?>><?php echo $value; ?></option>
|
232 |
+
<?php } ?>
|
233 |
+
</select>
|
234 |
+
<span class="cntctfrm_info"><?php _e( "Set a name of user wo will get messages from a contact form.", 'contact_form' ); ?></span>
|
235 |
</td>
|
236 |
</tr>
|
237 |
<tr valign="top">
|
241 |
</td>
|
242 |
<td>
|
243 |
<input type="text" name="cntctfrm_custom_email" value="<?php echo $cntctfrm_options['cntctfrm_custom_email']; ?>" onfocus="document.getElementById('cntctfrm_select_email_custom').checked = true;" />
|
244 |
+
<span class="cntctfrm_info"><?php _e( "Set an email address which will be used for messages receiving.", 'contact_form' ); ?></span>
|
245 |
</td>
|
246 |
</tr>
|
247 |
<tr valign="top">
|
249 |
</tr>
|
250 |
<tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
|
251 |
<th scope="row" style="width:195px;"><?php _e( "Display Attachment block", 'contact_form' ); ?></th>
|
252 |
+
<td>
|
253 |
<input type="checkbox" id="cntctfrm_attachment" name="cntctfrm_attachment" value="1" <?php if($cntctfrm_options['cntctfrm_attachment'] == '1') echo "checked=\"checked\" "; ?>/>
|
254 |
</td>
|
255 |
+
<td>
|
256 |
+
<span class="cntctfrm_info"><?php echo __( "Users can attach files of the following types", 'contact_form' ) . ": html, txt, css, gif, png, jpeg, jpg, tiff, bmp, ai, eps, ps, rtf, pdf, doc, docx, zip, rar, ppt"; ?></span>
|
257 |
+
</td>
|
258 |
</tr>
|
259 |
<tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
|
260 |
<th scope="row" style="width:195px;"><?php _e( "Display Send me a copy block", 'contact_form' ); ?></th>
|
262 |
<input type="checkbox" id="cntctfrm_send_copy" name="cntctfrm_send_copy" value="1" <?php if($cntctfrm_options['cntctfrm_send_copy'] == '1') echo "checked=\"checked\" "; ?>/>
|
263 |
</td>
|
264 |
</tr>
|
265 |
+
<tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
|
266 |
+
<th scope="row" style="width:195px;"><?php _e( "Change label for fields of the contact form", 'contact_form' ); ?></th>
|
267 |
+
<td>
|
268 |
+
<input type="checkbox" id="cntctfrm_change_label" name="cntctfrm_change_label" value="1" <?php if($cntctfrm_options['cntctfrm_change_label'] == '1') echo "checked=\"checked\" "; ?>/>
|
269 |
+
</td>
|
270 |
+
<td class="cntctfrm_change_label_block <?php if($cntctfrm_options['cntctfrm_change_label'] == '0') echo "cntctfrm_hidden"; ?>">
|
271 |
+
<input type="text" name="cntctfrm_name_label" value="<?php echo $cntctfrm_options['cntctfrm_name_label']; ?>" /> <span class="cntctfrm_info"><?php _e( "Name:", 'contact_form' ); ?></span><br />
|
272 |
+
<input type="text" name="cntctfrm_email_label" value="<?php echo $cntctfrm_options['cntctfrm_email_label']; ?>" /> <span class="cntctfrm_info"><?php _e( "E-Mail Address:", 'contact_form' ); ?></span><br />
|
273 |
+
<input type="text" name="cntctfrm_subject_label" value="<?php echo $cntctfrm_options['cntctfrm_subject_label']; ?>" /> <span class="cntctfrm_info"><?php _e( "Subject:", 'contact_form' ); ?></span><br />
|
274 |
+
<input type="text" name="cntctfrm_message_label" value="<?php echo $cntctfrm_options['cntctfrm_message_label']; ?>" /> <span class="cntctfrm_info"><?php _e( "Message:", 'contact_form' ); ?></span><br />
|
275 |
+
<input type="text" name="cntctfrm_attachment_label" value="<?php echo $cntctfrm_options['cntctfrm_attachment_label']; ?>" /> <span class="cntctfrm_info"><?php _e( "Attachment:", 'contact_form' ); ?></span><br />
|
276 |
+
</td>
|
277 |
+
</tr>
|
278 |
</table>
|
279 |
<input type="hidden" name="cntctfrm_form_submit" value="submit" />
|
280 |
<p class="submit">
|
322 |
$content .= '<div style="text-align: left; color: red;">'.$error_message['error_form'].'</div>';
|
323 |
}
|
324 |
$content .= '<div style="text-align: left; padding-top: 5px;">
|
325 |
+
<label for="cntctfrm_contact_name">'. $cntctfrm_options['cntctfrm_name_label'] . '<span class="required"> *</span></label>
|
326 |
</div>';
|
327 |
if( isset( $error_message['error_name'] ) ) {
|
328 |
$content .= '<div style="text-align: left; color: red;">'.$error_message['error_name'].'</div>';
|
332 |
</div>
|
333 |
|
334 |
<div style="text-align: left;">
|
335 |
+
<label for="cntctfrm_contact_email">'. $cntctfrm_options['cntctfrm_email_label'] . '<span class="required"> *</span></label>
|
336 |
</div>';
|
337 |
if( isset( $error_message['error_email'] ) ) {
|
338 |
$content .= '<div style="text-align: left; color: red;">'.$error_message['error_email'].'</div>';
|
342 |
</div>
|
343 |
|
344 |
<div style="text-align: left;">
|
345 |
+
<label for="cntctfrm_contact_subject1">'. $cntctfrm_options['cntctfrm_subject_label'] . '<span class="required"> *</span></label>
|
346 |
</div>';
|
347 |
if( isset( $error_message['error_subject'] ) ) {
|
348 |
$content .= '<div style="text-align: left; color: red;">'.$error_message['error_subject'].'</div>';
|
352 |
</div>
|
353 |
|
354 |
<div style="text-align: left;">
|
355 |
+
<label for="cntctfrm_contact_message">'. $cntctfrm_options['cntctfrm_message_label'] . '<span class="required"> *</span></label>
|
356 |
</div>';
|
357 |
if( isset( $error_message['error_message'] ) ) {
|
358 |
$content .= '<div style="text-align: left; color: red;">'.$error_message['error_message'].'</div>';
|
362 |
</div>';
|
363 |
if($cntctfrm_options['cntctfrm_attachment'] == 1 ) {
|
364 |
$content .= '<div style="text-align: left;">
|
365 |
+
<label for="cntctfrm_contact_attachment">'. $cntctfrm_options['cntctfrm_attachment_label'] . '</label>
|
366 |
</div>';
|
367 |
if( isset( $error_message['error_attachment'] ) ) {
|
368 |
$content .= '<div style="text-align: left; color: red;">'.$error_message['error_attachment'].'</div>';
|
369 |
}
|
370 |
$content .= '<div style="text-align: left;">
|
371 |
<input type="file" name="cntctfrm_contact_attachment" id="cntctfrm_contact_attachment"'.(isset( $error_message['error_attachment'] ) ? "class='error'": "").' />
|
372 |
+
<label style="font-size:10px;"><br />'. __( "You can attach files of the following types", 'contact_form' ) . ': html, txt, css, gif, png, jpeg, jpg, tiff, bmp, ai, eps, ps, rtf, pdf, doc, docx, zip, rar, ppt</label>
|
373 |
</div>';
|
374 |
}
|
375 |
if($cntctfrm_options['cntctfrm_send_copy'] == 1 ) {
|
432 |
'doc'=>'application/msword',
|
433 |
'docx'=>'application/mswor',
|
434 |
'zip'=>'application/zip',
|
435 |
+
'rar'=>'application/rar',
|
436 |
'ppt'=>'application/vnd.ms-powerpoint');
|
437 |
$error_message['error_attachment'] = __( "Attachment is broken.", "contact_form" );
|
438 |
}
|
545 |
<td>'.__('Coming from (referer)', 'contact_form').': </td><td>'.$form_action_url.'</td>
|
546 |
</tr>
|
547 |
<tr>
|
548 |
+
<td>'.__('Using (user agent)', 'contact_form').': </td><td>'.cntctfrm_clean_input( $_SERVER['HTTP_USER_AGENT'] ).'</td>
|
549 |
</tr>
|
550 |
</table>
|
551 |
</body>
|
css/style.css
CHANGED
@@ -1,22 +1,11 @@
|
|
1 |
-
#cntctfrm_contact_form input.text
|
2 |
-
|
3 |
-
|
4 |
-
#
|
5 |
-
|
6 |
-
}
|
7 |
-
#cntctfrm_contact_message {
|
8 |
-
width:320px
|
9 |
-
}
|
10 |
-
#cntctfrm_contact_name {
|
11 |
-
width:320px
|
12 |
-
}
|
13 |
-
#cntctfrm_contact_email {
|
14 |
-
width:320px
|
15 |
-
}
|
16 |
#cntctfrm_contact_subject {
|
17 |
-
width:320px
|
18 |
}
|
19 |
-
|
20 |
#adminmenu #toplevel_page_bws_plugins div.wp-menu-image
|
21 |
{
|
22 |
background: url("../images/icon_16.png") no-repeat scroll center center transparent;
|
@@ -29,11 +18,30 @@
|
|
29 |
{
|
30 |
background: url("../images/icon_36.png") no-repeat scroll left top transparent;
|
31 |
}
|
32 |
-
#toplevel_page_bws_plugins .wp-submenu .wp-first-item
|
33 |
{
|
34 |
display:none;
|
35 |
}
|
36 |
-
|
37 |
-
|
38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
}
|
1 |
+
#cntctfrm_contact_form input.text,
|
2 |
+
#cntctfrm_contact_form textarea,
|
3 |
+
#cntctfrm_contact_message,
|
4 |
+
#cntctfrm_contact_name,
|
5 |
+
#cntctfrm_contact_email,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
#cntctfrm_contact_subject {
|
7 |
+
width:320px;
|
8 |
}
|
|
|
9 |
#adminmenu #toplevel_page_bws_plugins div.wp-menu-image
|
10 |
{
|
11 |
background: url("../images/icon_16.png") no-repeat scroll center center transparent;
|
18 |
{
|
19 |
background: url("../images/icon_36.png") no-repeat scroll left top transparent;
|
20 |
}
|
21 |
+
#toplevel_page_bws_plugins .wp-submenu .wp-first-item, .cntctfrm_hidden
|
22 |
{
|
23 |
display:none;
|
24 |
}
|
25 |
+
.cntctfrm_info {
|
26 |
+
color: rgb(136, 136, 136);
|
27 |
+
font-size: 10px;
|
28 |
+
clear:both;
|
29 |
+
}
|
30 |
+
#cntctfrm_contact_attachment {
|
31 |
+
margin-bottom:0;
|
32 |
+
}
|
33 |
+
#cntctfrm_contact_send_copy, #cntctfrm_attachment, #cntctfrm_send_copy, #cntctfrm_change_label {
|
34 |
+
position:relative;
|
35 |
+
top:2px;
|
36 |
+
}
|
37 |
+
#cntctfrm_attachment, #cntctfrm_send_copy, #cntctfrm_change_label {
|
38 |
+
position:relative;
|
39 |
+
top:3px;
|
40 |
+
}
|
41 |
+
#cntctfrm_select_email_user, #cntctfrm_select_email_custom {
|
42 |
+
position:relative;
|
43 |
+
top:5px;
|
44 |
+
}
|
45 |
+
.cntctfrm_change_label_block input {
|
46 |
+
margin: 1px 0;
|
47 |
}
|
js/script.js
CHANGED
@@ -5,4 +5,10 @@ jQuery(document).ready(function(){
|
|
5 |
else
|
6 |
jQuery('.cntctfrm_additions_block').addClass('cntctfrm_hidden');
|
7 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
});
|
5 |
else
|
6 |
jQuery('.cntctfrm_additions_block').addClass('cntctfrm_hidden');
|
7 |
});
|
8 |
+
jQuery('#cntctfrm_change_label').change( function() {
|
9 |
+
if(jQuery(this).is(':checked') )
|
10 |
+
jQuery('.cntctfrm_change_label_block').removeClass('cntctfrm_hidden');
|
11 |
+
else
|
12 |
+
jQuery('.cntctfrm_change_label_block').addClass('cntctfrm_hidden');
|
13 |
+
});
|
14 |
});
|
languages/cntfrm-ru_RU.mo
DELETED
Binary file
|
languages/cntfrm-ru_RU.po
DELETED
@@ -1,159 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: cntfrm\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2011-12-27 21:25+0200\n"
|
6 |
-
"PO-Revision-Date: 2011-12-27 22:52+0200\n"
|
7 |
-
"Last-Translator: BWS <zos@bestwebsoft.com>\n"
|
8 |
-
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
-
"X-Poedit-Basepath: ..\n"
|
14 |
-
"X-Poedit-Language: Russian\n"
|
15 |
-
"X-Poedit-Country: RUSSIAN FEDERATION\n"
|
16 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
17 |
-
"X-Poedit-SearchPath-0: .\n"
|
18 |
-
|
19 |
-
#: facebook-button-plugin.php:78
|
20 |
-
msgid "Activated plugins"
|
21 |
-
msgstr "Активированные плагины"
|
22 |
-
|
23 |
-
#: facebook-button-plugin.php:80
|
24 |
-
#: facebook-button-plugin.php:88
|
25 |
-
#: facebook-button-plugin.php:96
|
26 |
-
msgid "Read more"
|
27 |
-
msgstr "Читать далее"
|
28 |
-
|
29 |
-
#: facebook-button-plugin.php:86
|
30 |
-
msgid "Installed plugins"
|
31 |
-
msgstr "Установленные плагины"
|
32 |
-
|
33 |
-
#: facebook-button-plugin.php:94
|
34 |
-
msgid "Recommended plugins"
|
35 |
-
msgstr "Рекомендованные к установке плагины"
|
36 |
-
|
37 |
-
#: facebook-button-plugin.php:96
|
38 |
-
msgid "Download"
|
39 |
-
msgstr "Скачать"
|
40 |
-
|
41 |
-
#: facebook-button-plugin.php:96
|
42 |
-
#, php-format
|
43 |
-
msgid "Install %s"
|
44 |
-
msgstr "Установлено %s"
|
45 |
-
|
46 |
-
#: facebook-button-plugin.php:96
|
47 |
-
msgid "Install Now"
|
48 |
-
msgstr "Установить сейчас"
|
49 |
-
|
50 |
-
#: facebook-button-plugin.php:98
|
51 |
-
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
|
52 |
-
msgstr "Если у вас есть какие-то впросы, обращайтесь на plugin@bestwebsoft.com или заполните контактную форму на нашем сайте"
|
53 |
-
|
54 |
-
#: facebook-button-plugin.php:134
|
55 |
-
msgid "BWS Plugins"
|
56 |
-
msgstr "Плагины BWS"
|
57 |
-
|
58 |
-
#: facebook-button-plugin.php:135
|
59 |
-
#: facebook-button-plugin.php:243
|
60 |
-
msgid "FaceBook Button Options"
|
61 |
-
msgstr "Настройки FaceBook Кнопки"
|
62 |
-
|
63 |
-
#: facebook-button-plugin.php:135
|
64 |
-
msgid "FaceBook Button"
|
65 |
-
msgstr "FaceBook кнопка"
|
66 |
-
|
67 |
-
#: facebook-button-plugin.php:183
|
68 |
-
msgid "Options saved."
|
69 |
-
msgstr "Опции сохранены"
|
70 |
-
|
71 |
-
#: facebook-button-plugin.php:206
|
72 |
-
msgid "Error: File size > 32K"
|
73 |
-
msgstr "Ошибка: Размер файла больше 32К"
|
74 |
-
|
75 |
-
#: facebook-button-plugin.php:209
|
76 |
-
msgid "Error: Invalid file type"
|
77 |
-
msgstr "Ошибка: Некорректный тип файла"
|
78 |
-
|
79 |
-
#: facebook-button-plugin.php:219
|
80 |
-
msgid "Error: moving file failed"
|
81 |
-
msgstr "Ошибка: При перемещении произошла ошибка"
|
82 |
-
|
83 |
-
#: facebook-button-plugin.php:223
|
84 |
-
msgid "Error: check image width or height"
|
85 |
-
msgstr "Ошибка: Проверьте ширину и высоту изображения"
|
86 |
-
|
87 |
-
#: facebook-button-plugin.php:228
|
88 |
-
msgid "Uploading Error: check image properties"
|
89 |
-
msgstr "Ошибка загрузки: Проверьте опции изображения"
|
90 |
-
|
91 |
-
#: facebook-button-plugin.php:250
|
92 |
-
msgid "Your's FaceBook Id:"
|
93 |
-
msgstr "Ваш FaceBook Id:"
|
94 |
-
|
95 |
-
#: facebook-button-plugin.php:257
|
96 |
-
msgid "Choose display option:"
|
97 |
-
msgstr "Выбор опций отображения:"
|
98 |
-
|
99 |
-
#: facebook-button-plugin.php:261
|
100 |
-
msgid "Standart FaceBook image"
|
101 |
-
msgstr "Стандартная картинка FaceBook"
|
102 |
-
|
103 |
-
#: facebook-button-plugin.php:262
|
104 |
-
msgid "Custom FaceBook image"
|
105 |
-
msgstr "Пользовательская картинка FaceBook"
|
106 |
-
|
107 |
-
#: facebook-button-plugin.php:268
|
108 |
-
msgid "Current image:"
|
109 |
-
msgstr "Текущее изображение:"
|
110 |
-
|
111 |
-
#: facebook-button-plugin.php:281
|
112 |
-
msgid "FaceBook image:"
|
113 |
-
msgstr "FaceBook изображение:"
|
114 |
-
|
115 |
-
#: facebook-button-plugin.php:285
|
116 |
-
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
|
117 |
-
msgstr "Опции изображения для загрузки: максимальная ширина:100px; максимальная высота:40px; максимальный размер:32Kb; тип файла:\"jpg\", \"jpeg\"."
|
118 |
-
|
119 |
-
#: facebook-button-plugin.php:293
|
120 |
-
msgid "FaceBook Button Position:"
|
121 |
-
msgstr "Позиции FaceBook кнопки:"
|
122 |
-
|
123 |
-
#: facebook-button-plugin.php:297
|
124 |
-
msgid "Before"
|
125 |
-
msgstr "Перед"
|
126 |
-
|
127 |
-
#: facebook-button-plugin.php:298
|
128 |
-
msgid "After"
|
129 |
-
msgstr "После"
|
130 |
-
|
131 |
-
#: facebook-button-plugin.php:299
|
132 |
-
msgid "Before and After"
|
133 |
-
msgstr "Перед и после"
|
134 |
-
|
135 |
-
#: facebook-button-plugin.php:300
|
136 |
-
msgid "Shortcode"
|
137 |
-
msgstr "Шорткод"
|
138 |
-
|
139 |
-
#: facebook-button-plugin.php:302
|
140 |
-
msgid "If you would like to add a FaceBook button to your website, just copy and put this shortcode onto your post or page:"
|
141 |
-
msgstr "Если вы хотите добавить FaceBook кнопку на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста"
|
142 |
-
|
143 |
-
#: facebook-button-plugin.php:308
|
144 |
-
msgid "Save Changes"
|
145 |
-
msgstr ""
|
146 |
-
|
147 |
-
#: facebook-button-plugin.php:403
|
148 |
-
#: facebook-button-plugin.php:415
|
149 |
-
msgid "Settings"
|
150 |
-
msgstr "Настройки"
|
151 |
-
|
152 |
-
#: facebook-button-plugin.php:416
|
153 |
-
msgid "FAQ"
|
154 |
-
msgstr "FAQ"
|
155 |
-
|
156 |
-
#: facebook-button-plugin.php:417
|
157 |
-
msgid "Support"
|
158 |
-
msgstr "Поддержка"
|
159 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/contact_form-it_IT.mo
ADDED
Binary file
|
languages/contact_form-it_IT.po
ADDED
@@ -0,0 +1,280 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: contact_form\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-01-02 14:14+0200\n"
|
6 |
+
"PO-Revision-Date: 2012-01-02 14:14+0200\n"
|
7 |
+
"Last-Translator: BWS <zos@bestwebsoft.com>\n"
|
8 |
+
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
+
"X-Poedit-Basepath: ..\n"
|
14 |
+
"X-Poedit-Language: Italian\n"
|
15 |
+
"X-Poedit-Country: ITALY\n"
|
16 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
17 |
+
"X-Poedit-SearchPath-0: .\n"
|
18 |
+
|
19 |
+
#: contact_form.php:78
|
20 |
+
msgid "Activated plugins"
|
21 |
+
msgstr "Plugin attivati"
|
22 |
+
|
23 |
+
#: contact_form.php:80
|
24 |
+
#: contact_form.php:88
|
25 |
+
#: contact_form.php:96
|
26 |
+
msgid "Read more"
|
27 |
+
msgstr "Leggi"
|
28 |
+
|
29 |
+
#: contact_form.php:80
|
30 |
+
#: contact_form.php:616
|
31 |
+
#: contact_form.php:625
|
32 |
+
msgid "Settings"
|
33 |
+
msgstr "Settaggi"
|
34 |
+
|
35 |
+
#: contact_form.php:86
|
36 |
+
msgid "Installed plugins"
|
37 |
+
msgstr "Plugin installati"
|
38 |
+
|
39 |
+
#: contact_form.php:94
|
40 |
+
msgid "Recommended plugins"
|
41 |
+
msgstr "Plugin raccomandati"
|
42 |
+
|
43 |
+
#: contact_form.php:96
|
44 |
+
msgid "Download"
|
45 |
+
msgstr "Download"
|
46 |
+
|
47 |
+
#: contact_form.php:96
|
48 |
+
#, php-format
|
49 |
+
msgid "Install %s"
|
50 |
+
msgstr "Installa %s"
|
51 |
+
|
52 |
+
#: contact_form.php:96
|
53 |
+
msgid "Install now from wordpress.org"
|
54 |
+
msgstr ""
|
55 |
+
|
56 |
+
#: contact_form.php:98
|
57 |
+
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
|
58 |
+
msgstr "Se hai domande, per favore contattaci a plugin@bestwebsoft.com o compila il modulo \"contact form\" sul nostro sito"
|
59 |
+
|
60 |
+
#: contact_form.php:110
|
61 |
+
#: contact_form.php:213
|
62 |
+
msgid "Contact Form Options"
|
63 |
+
msgstr "Opzioni Contact Form"
|
64 |
+
|
65 |
+
#: contact_form.php:110
|
66 |
+
msgid "Contact Form"
|
67 |
+
msgstr "Contact Form"
|
68 |
+
|
69 |
+
#: contact_form.php:130
|
70 |
+
#: contact_form.php:164
|
71 |
+
#: contact_form.php:181
|
72 |
+
#: contact_form.php:271
|
73 |
+
msgid "Name:"
|
74 |
+
msgstr "Nome:"
|
75 |
+
|
76 |
+
#: contact_form.php:131
|
77 |
+
#: contact_form.php:165
|
78 |
+
#: contact_form.php:182
|
79 |
+
#: contact_form.php:272
|
80 |
+
msgid "E-Mail Address:"
|
81 |
+
msgstr "Indirizzo e-mail:"
|
82 |
+
|
83 |
+
#: contact_form.php:132
|
84 |
+
#: contact_form.php:166
|
85 |
+
#: contact_form.php:183
|
86 |
+
#: contact_form.php:273
|
87 |
+
msgid "Subject:"
|
88 |
+
msgstr "Oggetto:"
|
89 |
+
|
90 |
+
#: contact_form.php:133
|
91 |
+
#: contact_form.php:167
|
92 |
+
#: contact_form.php:184
|
93 |
+
#: contact_form.php:274
|
94 |
+
msgid "Message:"
|
95 |
+
msgstr "Messaggio:"
|
96 |
+
|
97 |
+
#: contact_form.php:134
|
98 |
+
#: contact_form.php:168
|
99 |
+
#: contact_form.php:185
|
100 |
+
#: contact_form.php:275
|
101 |
+
msgid "Attachment:"
|
102 |
+
msgstr "Attachment:"
|
103 |
+
|
104 |
+
#: contact_form.php:193
|
105 |
+
#: contact_form.php:202
|
106 |
+
msgid "Options saved."
|
107 |
+
msgstr "Opzioni salvate."
|
108 |
+
|
109 |
+
#: contact_form.php:196
|
110 |
+
msgid "Such user is not exist. Settings are not saved."
|
111 |
+
msgstr "L'utente indicato non esiste. Le opzioni non sono state salvate."
|
112 |
+
|
113 |
+
#: contact_form.php:205
|
114 |
+
msgid "Please input correct email. Settings are not saved."
|
115 |
+
msgstr "Perfavore inserisci una e-mail corretta. Opzioni non salvate."
|
116 |
+
|
117 |
+
#: contact_form.php:218
|
118 |
+
msgid "If you would like to add a Contact Form to your website, just copy and put this shortcode onto your post or page:"
|
119 |
+
msgstr "Se vuoi aggiungere un Contact Form al tuo sito, copia e incolla questo shortcode nei tuoi post o nelle tue pagine:"
|
120 |
+
|
121 |
+
#: contact_form.php:219
|
122 |
+
msgid "If information in the below fields are empty then the message will be send to an address which was specified during registration."
|
123 |
+
msgstr "Se le informazioni nei campi sottostanti sono vuote allora il messaggio sarà inviato ad un indirizzo che è stato specificato durante la fase di registrazione. "
|
124 |
+
|
125 |
+
#: contact_form.php:223
|
126 |
+
msgid "Use email of wordpress user:"
|
127 |
+
msgstr "Utilizza l'e-mail dell'utente wordpress:"
|
128 |
+
|
129 |
+
#: contact_form.php:229
|
130 |
+
msgid "Select user name"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: contact_form.php:234
|
134 |
+
msgid "Set a name of user wo will get messages from a contact form."
|
135 |
+
msgstr "Imposta il nome dell'utente che riceverà i messaggi da un contact form."
|
136 |
+
|
137 |
+
#: contact_form.php:238
|
138 |
+
msgid "Use this email:"
|
139 |
+
msgstr "Utilizza questa e-mail:"
|
140 |
+
|
141 |
+
#: contact_form.php:244
|
142 |
+
msgid "Set an email address which will be used for messages receiving."
|
143 |
+
msgstr "Imposta una e-mail che verrà utilizzata per ricevere i messaggi."
|
144 |
+
|
145 |
+
#: contact_form.php:248
|
146 |
+
msgid "Additional options"
|
147 |
+
msgstr "Impostazioni aggiuntive"
|
148 |
+
|
149 |
+
#: contact_form.php:251
|
150 |
+
msgid "Display Attachment block"
|
151 |
+
msgstr "Visualizza l'attachment"
|
152 |
+
|
153 |
+
#: contact_form.php:256
|
154 |
+
msgid "Users can attach files of the following types"
|
155 |
+
msgstr ""
|
156 |
+
|
157 |
+
#: contact_form.php:260
|
158 |
+
msgid "Display Send me a copy block"
|
159 |
+
msgstr "Visualizza il blocco \"Inviami una copia\" "
|
160 |
+
|
161 |
+
#: contact_form.php:266
|
162 |
+
msgid "Change label for fields of the contact form"
|
163 |
+
msgstr ""
|
164 |
+
|
165 |
+
#: contact_form.php:281
|
166 |
+
msgid "Save Changes"
|
167 |
+
msgstr "Salva le modifiche"
|
168 |
+
|
169 |
+
#: contact_form.php:311
|
170 |
+
msgid "Thank you for contacting us."
|
171 |
+
msgstr "Grazie per averci contattato."
|
172 |
+
|
173 |
+
#: contact_form.php:316
|
174 |
+
msgid "Sorry, your e-mail could not be delivered."
|
175 |
+
msgstr "Spiacenti, la tua e-mail non può essere consegnata al momento."
|
176 |
+
|
177 |
+
#: contact_form.php:372
|
178 |
+
msgid "You can attach files of the following types"
|
179 |
+
msgstr ""
|
180 |
+
|
181 |
+
#: contact_form.php:378
|
182 |
+
msgid "Send me a copy"
|
183 |
+
msgstr "Inviami una copia"
|
184 |
+
|
185 |
+
#: contact_form.php:388
|
186 |
+
msgid "Submit"
|
187 |
+
msgstr "Invia"
|
188 |
+
|
189 |
+
#: contact_form.php:404
|
190 |
+
msgid "Your name is required."
|
191 |
+
msgstr "Il nome è obbligatorio"
|
192 |
+
|
193 |
+
#: contact_form.php:405
|
194 |
+
msgid "A proper e-mail address is required."
|
195 |
+
msgstr "È richiesto un indirizzo e-mail corretto"
|
196 |
+
|
197 |
+
#: contact_form.php:406
|
198 |
+
msgid "Subject text is required."
|
199 |
+
msgstr "L'oggetto è obbligatorio"
|
200 |
+
|
201 |
+
#: contact_form.php:407
|
202 |
+
msgid "Message text is required."
|
203 |
+
msgstr "Il campo messaggio è obbligatorio"
|
204 |
+
|
205 |
+
#: contact_form.php:408
|
206 |
+
msgid "Please make corrections below and try again."
|
207 |
+
msgstr "Controlla i dati del modulo e riprova!"
|
208 |
+
|
209 |
+
#: contact_form.php:437
|
210 |
+
msgid "Attachment is broken."
|
211 |
+
msgstr "L'attachment non è corretto"
|
212 |
+
|
213 |
+
#: contact_form.php:450
|
214 |
+
msgid "Please complete the CAPTCHA."
|
215 |
+
msgstr "Completa il CAPTCHA"
|
216 |
+
|
217 |
+
#: contact_form.php:505
|
218 |
+
#: contact_form.php:539
|
219 |
+
msgid "Sent from (ip address)"
|
220 |
+
msgstr "Inviato da (indirizzi IP)"
|
221 |
+
|
222 |
+
#: contact_form.php:506
|
223 |
+
#: contact_form.php:542
|
224 |
+
msgid "Date/Time"
|
225 |
+
msgstr "Data/Ora"
|
226 |
+
|
227 |
+
#: contact_form.php:507
|
228 |
+
#: contact_form.php:545
|
229 |
+
msgid "Coming from (referer)"
|
230 |
+
msgstr "Da (referente)"
|
231 |
+
|
232 |
+
#: contact_form.php:508
|
233 |
+
#: contact_form.php:548
|
234 |
+
msgid "Using (user agent)"
|
235 |
+
msgstr "Utilizza (user agent)"
|
236 |
+
|
237 |
+
#: contact_form.php:513
|
238 |
+
msgid "Contact from"
|
239 |
+
msgstr "Contact from"
|
240 |
+
|
241 |
+
#: contact_form.php:518
|
242 |
+
msgid "Name"
|
243 |
+
msgstr "Nome"
|
244 |
+
|
245 |
+
#: contact_form.php:521
|
246 |
+
msgid "Email"
|
247 |
+
msgstr "e-mail"
|
248 |
+
|
249 |
+
#: contact_form.php:524
|
250 |
+
msgid "Subject"
|
251 |
+
msgstr "Oggetto"
|
252 |
+
|
253 |
+
#: contact_form.php:527
|
254 |
+
msgid "Message"
|
255 |
+
msgstr "Messaggio"
|
256 |
+
|
257 |
+
#: contact_form.php:530
|
258 |
+
msgid "Site"
|
259 |
+
msgstr "Sito"
|
260 |
+
|
261 |
+
#: contact_form.php:571
|
262 |
+
msgid "If you can see this MIME than your client doesn't accept MIME types!"
|
263 |
+
msgstr "Se puoi visualizzare questo MIME il tuo client non supporta i MIME types!"
|
264 |
+
|
265 |
+
#: contact_form.php:626
|
266 |
+
msgid "FAQ"
|
267 |
+
msgstr "FAQ"
|
268 |
+
|
269 |
+
#: contact_form.php:627
|
270 |
+
msgid "Support"
|
271 |
+
msgstr "Supporto"
|
272 |
+
|
273 |
+
#~ msgid "E-Mail Addresse:"
|
274 |
+
#~ msgstr "Indirizzo e-mail:"
|
275 |
+
|
276 |
+
#~ msgid "Install Now"
|
277 |
+
#~ msgstr "Installa Ora"
|
278 |
+
|
279 |
+
#~ msgid "BWS Plugins"
|
280 |
+
#~ msgstr "BWS Plugins"
|
languages/contact_form-ru_RU.mo
CHANGED
Binary file
|
languages/contact_form-ru_RU.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: BWS <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -16,229 +16,265 @@ msgstr ""
|
|
16 |
"X-Poedit-SourceCharset: utf-8\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: contact_form.php:
|
20 |
msgid "Activated plugins"
|
21 |
msgstr "Активированные плагины"
|
22 |
|
23 |
-
#: contact_form.php:
|
24 |
-
#: contact_form.php:
|
25 |
-
#: contact_form.php:
|
26 |
msgid "Read more"
|
27 |
msgstr "Читать далее"
|
28 |
|
29 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
msgid "Installed plugins"
|
31 |
msgstr "Установленные плагины"
|
32 |
|
33 |
-
#: contact_form.php:
|
34 |
msgid "Recommended plugins"
|
35 |
msgstr "Рекомендованные к установке плагины"
|
36 |
|
37 |
-
#: contact_form.php:
|
38 |
msgid "Download"
|
39 |
msgstr "Скачать"
|
40 |
|
41 |
-
#: contact_form.php:
|
42 |
#, php-format
|
43 |
msgid "Install %s"
|
44 |
msgstr "Установлено %s"
|
45 |
|
46 |
-
#: contact_form.php:
|
47 |
-
msgid "Install
|
48 |
-
msgstr "Установить
|
49 |
|
50 |
-
#: contact_form.php:
|
51 |
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
|
52 |
msgstr "Если у вас есть какие-то впросы, обращайтесь на plugin@bestwebsoft.com или заполните контактную форму на нашем сайте"
|
53 |
|
54 |
-
#: contact_form.php:
|
55 |
-
|
56 |
-
msgstr "Плагины BWS"
|
57 |
-
|
58 |
-
#: contact_form.php:109
|
59 |
-
#: contact_form.php:182
|
60 |
msgid "Contact Form Options"
|
61 |
msgstr "Настройки Контактной Формы"
|
62 |
|
63 |
-
#: contact_form.php:
|
64 |
msgid "Contact Form"
|
65 |
msgstr "Контактная Форма"
|
66 |
|
67 |
-
#: contact_form.php:
|
68 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
msgid "Options saved."
|
70 |
msgstr "Опции сохранены"
|
71 |
|
72 |
-
#: contact_form.php:
|
73 |
msgid "Such user is not exist. Settings are not saved."
|
74 |
msgstr "Данный пользователь не найден. Настройки не сохранены"
|
75 |
|
76 |
-
#: contact_form.php:
|
77 |
msgid "Please input correct email. Settings are not saved."
|
78 |
msgstr "Пожалуйста, введите корректный email. Настройки не сохранены."
|
79 |
|
80 |
-
#: contact_form.php:
|
81 |
msgid "If you would like to add a Contact Form to your website, just copy and put this shortcode onto your post or page:"
|
82 |
msgstr "Если вы хотите добавить Контактную Форму на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста:"
|
83 |
|
84 |
-
#: contact_form.php:
|
85 |
msgid "If information in the below fields are empty then the message will be send to an address which was specified during registration."
|
86 |
msgstr "Если информация в полях ниже отсутствует, соощения будут оправлены на email адрес, который был указан при регистрации сайта."
|
87 |
|
88 |
-
#: contact_form.php:
|
89 |
msgid "Use email of wordpress user:"
|
90 |
msgstr "Email пользователя сайта:"
|
91 |
|
92 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
93 |
msgid "Set a name of user wo will get messages from a contact form."
|
94 |
msgstr "Укажите логин пользователя, который будет получать сообщения контактной формы"
|
95 |
|
96 |
-
#: contact_form.php:
|
97 |
msgid "Use this email:"
|
98 |
msgstr "Использовать этот email:"
|
99 |
|
100 |
-
#: contact_form.php:
|
101 |
msgid "Set an email address which will be used for messages receiving."
|
102 |
msgstr "Укажите email адрес, на который будут отправляться сообщения."
|
103 |
|
104 |
-
#: contact_form.php:
|
105 |
msgid "Additional options"
|
106 |
msgstr "Дополнительные настройки"
|
107 |
|
108 |
-
#: contact_form.php:
|
109 |
msgid "Display Attachment block"
|
110 |
msgstr "Отобразить блок Прикрепить файл"
|
111 |
|
112 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
113 |
msgid "Display Send me a copy block"
|
114 |
msgstr "Отобразить блок Отправить мне копию"
|
115 |
|
116 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
117 |
msgid "Save Changes"
|
118 |
-
msgstr ""
|
119 |
|
120 |
-
#: contact_form.php:
|
121 |
msgid "Thank you for contacting us."
|
122 |
msgstr "Спасибо за контакт с нами."
|
123 |
|
124 |
-
#: contact_form.php:
|
125 |
msgid "Sorry, your e-mail could not be delivered."
|
126 |
msgstr "Извините, ваш email не может быть отправлен."
|
127 |
|
128 |
-
#: contact_form.php:
|
129 |
-
msgid "
|
130 |
-
msgstr "
|
131 |
-
|
132 |
-
#: contact_form.php:284
|
133 |
-
msgid "E-Mail Address:"
|
134 |
-
msgstr "E-mail адрес:"
|
135 |
-
|
136 |
-
#: contact_form.php:294
|
137 |
-
msgid "Subject:"
|
138 |
-
msgstr "Тема:"
|
139 |
|
140 |
-
#: contact_form.php:
|
141 |
-
msgid "Message:"
|
142 |
-
msgstr "Сообщение:"
|
143 |
-
|
144 |
-
#: contact_form.php:314
|
145 |
-
msgid "Attachment:"
|
146 |
-
msgstr "Прикрепить файл:"
|
147 |
-
|
148 |
-
#: contact_form.php:326
|
149 |
msgid "Send me a copy"
|
150 |
msgstr "Отправить мне копию"
|
151 |
|
152 |
-
#: contact_form.php:
|
153 |
msgid "Submit"
|
154 |
msgstr "Отправить"
|
155 |
|
156 |
-
#: contact_form.php:
|
157 |
msgid "Your name is required."
|
158 |
msgstr "Ваше имя - это обязательное поле."
|
159 |
|
160 |
-
#: contact_form.php:
|
161 |
msgid "A proper e-mail address is required."
|
162 |
msgstr "Поле e-mail адреса - обязательное для заполнения."
|
163 |
|
164 |
-
#: contact_form.php:
|
165 |
msgid "Subject text is required."
|
166 |
msgstr "Поле Тема - обязательное поле."
|
167 |
|
168 |
-
#: contact_form.php:
|
169 |
msgid "Message text is required."
|
170 |
msgstr "Поле Сообщение - обязательное поле."
|
171 |
|
172 |
-
#: contact_form.php:
|
173 |
msgid "Please make corrections below and try again."
|
174 |
msgstr "Пожалуйста, сделайте исправления в отмеченных полях ниже и повторите попытку."
|
175 |
|
176 |
-
#: contact_form.php:
|
177 |
msgid "Attachment is broken."
|
178 |
msgstr "Прикрепленный тип файла не поддерживается"
|
179 |
|
180 |
-
#: contact_form.php:
|
181 |
msgid "Please complete the CAPTCHA."
|
182 |
msgstr "Пожалуйста, заполните КАПЧУ."
|
183 |
|
184 |
-
#: contact_form.php:
|
185 |
-
#: contact_form.php:
|
186 |
msgid "Sent from (ip address)"
|
187 |
msgstr "Отправлено от (ip адрес)"
|
188 |
|
189 |
-
#: contact_form.php:
|
190 |
-
#: contact_form.php:
|
191 |
msgid "Date/Time"
|
192 |
msgstr "Дата/Время"
|
193 |
|
194 |
-
#: contact_form.php:
|
195 |
-
#: contact_form.php:
|
196 |
msgid "Coming from (referer)"
|
197 |
msgstr "Пришло из (реферер)"
|
198 |
|
199 |
-
#: contact_form.php:
|
200 |
-
#: contact_form.php:
|
201 |
msgid "Using (user agent)"
|
202 |
msgstr "Используя (user agent)"
|
203 |
|
204 |
-
#: contact_form.php:
|
205 |
msgid "Contact from"
|
206 |
msgstr "Контактная Форма"
|
207 |
|
208 |
-
#: contact_form.php:
|
209 |
msgid "Name"
|
210 |
msgstr "Имя"
|
211 |
|
212 |
-
#: contact_form.php:
|
213 |
msgid "Email"
|
214 |
msgstr "Email"
|
215 |
|
216 |
-
#: contact_form.php:
|
217 |
msgid "Subject"
|
218 |
msgstr "Тема"
|
219 |
|
220 |
-
#: contact_form.php:
|
221 |
msgid "Message"
|
222 |
msgstr "Сообщение"
|
223 |
|
224 |
-
#: contact_form.php:
|
225 |
msgid "Site"
|
226 |
msgstr "Сайт"
|
227 |
|
228 |
-
#: contact_form.php:
|
229 |
msgid "If you can see this MIME than your client doesn't accept MIME types!"
|
230 |
msgstr "Если вы можете видеть этот MIME значит ваш почтовый клиент не поддерживает MIME тип!"
|
231 |
|
232 |
-
#: contact_form.php:
|
233 |
-
#: contact_form.php:573
|
234 |
-
msgid "Settings"
|
235 |
-
msgstr "Настройки"
|
236 |
-
|
237 |
-
#: contact_form.php:574
|
238 |
msgid "FAQ"
|
239 |
msgstr "FAQ"
|
240 |
|
241 |
-
#: contact_form.php:
|
242 |
msgid "Support"
|
243 |
msgstr "Поддержка"
|
244 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-01-02 14:14+0200\n"
|
6 |
+
"PO-Revision-Date: 2012-01-02 14:14+0200\n"
|
7 |
"Last-Translator: BWS <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
16 |
"X-Poedit-SourceCharset: utf-8\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: contact_form.php:78
|
20 |
msgid "Activated plugins"
|
21 |
msgstr "Активированные плагины"
|
22 |
|
23 |
+
#: contact_form.php:80
|
24 |
+
#: contact_form.php:88
|
25 |
+
#: contact_form.php:96
|
26 |
msgid "Read more"
|
27 |
msgstr "Читать далее"
|
28 |
|
29 |
+
#: contact_form.php:80
|
30 |
+
#: contact_form.php:616
|
31 |
+
#: contact_form.php:625
|
32 |
+
msgid "Settings"
|
33 |
+
msgstr "Настройки"
|
34 |
+
|
35 |
+
#: contact_form.php:86
|
36 |
msgid "Installed plugins"
|
37 |
msgstr "Установленные плагины"
|
38 |
|
39 |
+
#: contact_form.php:94
|
40 |
msgid "Recommended plugins"
|
41 |
msgstr "Рекомендованные к установке плагины"
|
42 |
|
43 |
+
#: contact_form.php:96
|
44 |
msgid "Download"
|
45 |
msgstr "Скачать"
|
46 |
|
47 |
+
#: contact_form.php:96
|
48 |
#, php-format
|
49 |
msgid "Install %s"
|
50 |
msgstr "Установлено %s"
|
51 |
|
52 |
+
#: contact_form.php:96
|
53 |
+
msgid "Install now from wordpress.org"
|
54 |
+
msgstr "Установить с wordpress.org"
|
55 |
|
56 |
+
#: contact_form.php:98
|
57 |
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
|
58 |
msgstr "Если у вас есть какие-то впросы, обращайтесь на plugin@bestwebsoft.com или заполните контактную форму на нашем сайте"
|
59 |
|
60 |
+
#: contact_form.php:110
|
61 |
+
#: contact_form.php:213
|
|
|
|
|
|
|
|
|
62 |
msgid "Contact Form Options"
|
63 |
msgstr "Настройки Контактной Формы"
|
64 |
|
65 |
+
#: contact_form.php:110
|
66 |
msgid "Contact Form"
|
67 |
msgstr "Контактная Форма"
|
68 |
|
69 |
+
#: contact_form.php:130
|
70 |
+
#: contact_form.php:164
|
71 |
+
#: contact_form.php:181
|
72 |
+
#: contact_form.php:271
|
73 |
+
msgid "Name:"
|
74 |
+
msgstr "Имя:"
|
75 |
+
|
76 |
+
#: contact_form.php:131
|
77 |
+
#: contact_form.php:165
|
78 |
+
#: contact_form.php:182
|
79 |
+
#: contact_form.php:272
|
80 |
+
msgid "E-Mail Address:"
|
81 |
+
msgstr "E-mail адрес:"
|
82 |
+
|
83 |
+
#: contact_form.php:132
|
84 |
+
#: contact_form.php:166
|
85 |
+
#: contact_form.php:183
|
86 |
+
#: contact_form.php:273
|
87 |
+
msgid "Subject:"
|
88 |
+
msgstr "Тема:"
|
89 |
+
|
90 |
+
#: contact_form.php:133
|
91 |
+
#: contact_form.php:167
|
92 |
+
#: contact_form.php:184
|
93 |
+
#: contact_form.php:274
|
94 |
+
msgid "Message:"
|
95 |
+
msgstr "Сообщение:"
|
96 |
+
|
97 |
+
#: contact_form.php:134
|
98 |
+
#: contact_form.php:168
|
99 |
+
#: contact_form.php:185
|
100 |
+
#: contact_form.php:275
|
101 |
+
msgid "Attachment:"
|
102 |
+
msgstr "Прикрепить файл:"
|
103 |
+
|
104 |
+
#: contact_form.php:193
|
105 |
+
#: contact_form.php:202
|
106 |
msgid "Options saved."
|
107 |
msgstr "Опции сохранены"
|
108 |
|
109 |
+
#: contact_form.php:196
|
110 |
msgid "Such user is not exist. Settings are not saved."
|
111 |
msgstr "Данный пользователь не найден. Настройки не сохранены"
|
112 |
|
113 |
+
#: contact_form.php:205
|
114 |
msgid "Please input correct email. Settings are not saved."
|
115 |
msgstr "Пожалуйста, введите корректный email. Настройки не сохранены."
|
116 |
|
117 |
+
#: contact_form.php:218
|
118 |
msgid "If you would like to add a Contact Form to your website, just copy and put this shortcode onto your post or page:"
|
119 |
msgstr "Если вы хотите добавить Контактную Форму на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста:"
|
120 |
|
121 |
+
#: contact_form.php:219
|
122 |
msgid "If information in the below fields are empty then the message will be send to an address which was specified during registration."
|
123 |
msgstr "Если информация в полях ниже отсутствует, соощения будут оправлены на email адрес, который был указан при регистрации сайта."
|
124 |
|
125 |
+
#: contact_form.php:223
|
126 |
msgid "Use email of wordpress user:"
|
127 |
msgstr "Email пользователя сайта:"
|
128 |
|
129 |
+
#: contact_form.php:229
|
130 |
+
msgid "Select user name"
|
131 |
+
msgstr "Выберите имя пользователя"
|
132 |
+
|
133 |
+
#: contact_form.php:234
|
134 |
msgid "Set a name of user wo will get messages from a contact form."
|
135 |
msgstr "Укажите логин пользователя, который будет получать сообщения контактной формы"
|
136 |
|
137 |
+
#: contact_form.php:238
|
138 |
msgid "Use this email:"
|
139 |
msgstr "Использовать этот email:"
|
140 |
|
141 |
+
#: contact_form.php:244
|
142 |
msgid "Set an email address which will be used for messages receiving."
|
143 |
msgstr "Укажите email адрес, на который будут отправляться сообщения."
|
144 |
|
145 |
+
#: contact_form.php:248
|
146 |
msgid "Additional options"
|
147 |
msgstr "Дополнительные настройки"
|
148 |
|
149 |
+
#: contact_form.php:251
|
150 |
msgid "Display Attachment block"
|
151 |
msgstr "Отобразить блок Прикрепить файл"
|
152 |
|
153 |
+
#: contact_form.php:256
|
154 |
+
msgid "Users can attach files of the following types"
|
155 |
+
msgstr "Пользователи могут прикрепить файлы таких типов"
|
156 |
+
|
157 |
+
#: contact_form.php:260
|
158 |
msgid "Display Send me a copy block"
|
159 |
msgstr "Отобразить блок Отправить мне копию"
|
160 |
|
161 |
+
#: contact_form.php:266
|
162 |
+
msgid "Change label for fields of the contact form"
|
163 |
+
msgstr "Изменить названия полей контактной формы"
|
164 |
+
|
165 |
+
#: contact_form.php:281
|
166 |
msgid "Save Changes"
|
167 |
+
msgstr "Save Changes"
|
168 |
|
169 |
+
#: contact_form.php:311
|
170 |
msgid "Thank you for contacting us."
|
171 |
msgstr "Спасибо за контакт с нами."
|
172 |
|
173 |
+
#: contact_form.php:316
|
174 |
msgid "Sorry, your e-mail could not be delivered."
|
175 |
msgstr "Извините, ваш email не может быть отправлен."
|
176 |
|
177 |
+
#: contact_form.php:372
|
178 |
+
msgid "You can attach files of the following types"
|
179 |
+
msgstr "Пользователи могут прикрепить файлы таких типов"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
180 |
|
181 |
+
#: contact_form.php:378
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
182 |
msgid "Send me a copy"
|
183 |
msgstr "Отправить мне копию"
|
184 |
|
185 |
+
#: contact_form.php:388
|
186 |
msgid "Submit"
|
187 |
msgstr "Отправить"
|
188 |
|
189 |
+
#: contact_form.php:404
|
190 |
msgid "Your name is required."
|
191 |
msgstr "Ваше имя - это обязательное поле."
|
192 |
|
193 |
+
#: contact_form.php:405
|
194 |
msgid "A proper e-mail address is required."
|
195 |
msgstr "Поле e-mail адреса - обязательное для заполнения."
|
196 |
|
197 |
+
#: contact_form.php:406
|
198 |
msgid "Subject text is required."
|
199 |
msgstr "Поле Тема - обязательное поле."
|
200 |
|
201 |
+
#: contact_form.php:407
|
202 |
msgid "Message text is required."
|
203 |
msgstr "Поле Сообщение - обязательное поле."
|
204 |
|
205 |
+
#: contact_form.php:408
|
206 |
msgid "Please make corrections below and try again."
|
207 |
msgstr "Пожалуйста, сделайте исправления в отмеченных полях ниже и повторите попытку."
|
208 |
|
209 |
+
#: contact_form.php:437
|
210 |
msgid "Attachment is broken."
|
211 |
msgstr "Прикрепленный тип файла не поддерживается"
|
212 |
|
213 |
+
#: contact_form.php:450
|
214 |
msgid "Please complete the CAPTCHA."
|
215 |
msgstr "Пожалуйста, заполните КАПЧУ."
|
216 |
|
217 |
+
#: contact_form.php:505
|
218 |
+
#: contact_form.php:539
|
219 |
msgid "Sent from (ip address)"
|
220 |
msgstr "Отправлено от (ip адрес)"
|
221 |
|
222 |
+
#: contact_form.php:506
|
223 |
+
#: contact_form.php:542
|
224 |
msgid "Date/Time"
|
225 |
msgstr "Дата/Время"
|
226 |
|
227 |
+
#: contact_form.php:507
|
228 |
+
#: contact_form.php:545
|
229 |
msgid "Coming from (referer)"
|
230 |
msgstr "Пришло из (реферер)"
|
231 |
|
232 |
+
#: contact_form.php:508
|
233 |
+
#: contact_form.php:548
|
234 |
msgid "Using (user agent)"
|
235 |
msgstr "Используя (user agent)"
|
236 |
|
237 |
+
#: contact_form.php:513
|
238 |
msgid "Contact from"
|
239 |
msgstr "Контактная Форма"
|
240 |
|
241 |
+
#: contact_form.php:518
|
242 |
msgid "Name"
|
243 |
msgstr "Имя"
|
244 |
|
245 |
+
#: contact_form.php:521
|
246 |
msgid "Email"
|
247 |
msgstr "Email"
|
248 |
|
249 |
+
#: contact_form.php:524
|
250 |
msgid "Subject"
|
251 |
msgstr "Тема"
|
252 |
|
253 |
+
#: contact_form.php:527
|
254 |
msgid "Message"
|
255 |
msgstr "Сообщение"
|
256 |
|
257 |
+
#: contact_form.php:530
|
258 |
msgid "Site"
|
259 |
msgstr "Сайт"
|
260 |
|
261 |
+
#: contact_form.php:571
|
262 |
msgid "If you can see this MIME than your client doesn't accept MIME types!"
|
263 |
msgstr "Если вы можете видеть этот MIME значит ваш почтовый клиент не поддерживает MIME тип!"
|
264 |
|
265 |
+
#: contact_form.php:626
|
|
|
|
|
|
|
|
|
|
|
266 |
msgid "FAQ"
|
267 |
msgstr "FAQ"
|
268 |
|
269 |
+
#: contact_form.php:627
|
270 |
msgid "Support"
|
271 |
msgstr "Поддержка"
|
272 |
|
273 |
+
#~ msgid "E-Mail Addresse:"
|
274 |
+
#~ msgstr "E-mail адрес:"
|
275 |
+
|
276 |
+
#~ msgid "Install Now"
|
277 |
+
#~ msgstr "Установить сейчас"
|
278 |
+
|
279 |
+
#~ msgid "BWS Plugins"
|
280 |
+
#~ msgstr "Плагины BWS"
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://bestwebsoft.com/
|
|
4 |
Tags: Contact Form, text, contact, form, contacts, contakt form, request, contact me, feedback form, feedback, contact button, contact form plugin, contacts form plugin, attachment, send, copy, atachment, send copy
|
5 |
Requires at least: 2.9
|
6 |
Tested up to: 3.3
|
7 |
-
Stable tag:
|
8 |
|
9 |
Add Contact Form to your WordPress website.
|
10 |
|
@@ -12,6 +12,21 @@ Add Contact Form to your WordPress website.
|
|
12 |
|
13 |
Contact Form allows you to add a feedback form easilly and simply to a post or a page.
|
14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
== Installation ==
|
16 |
|
17 |
1. Upload `Contact Form` folder to the `/wp-content/plugins/` directory.
|
@@ -33,9 +48,9 @@ Contact Form allows you to add a feedback form easilly and simply to a post or a
|
|
33 |
|
34 |
1. You need to put a [contact_form] shortcode into your page or some post.
|
35 |
|
36 |
-
= After user choosen via plugin settings page I got this error: "
|
37 |
|
38 |
-
1. It means that
|
39 |
|
40 |
== Screenshots ==
|
41 |
|
@@ -46,82 +61,91 @@ Contact Form allows you to add a feedback form easilly and simply to a post or a
|
|
46 |
|
47 |
== Changelog ==
|
48 |
|
49 |
-
=
|
50 |
-
*
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
|
52 |
-
=
|
53 |
*We fixed the slashes bug in email and added server info to email.
|
54 |
|
55 |
-
=
|
56 |
*We fixed the bug of complex form validation when captcha not used in the contact form. Upgrade immediately.
|
57 |
|
58 |
-
=
|
59 |
*We fixed the bug of complex email validation when filling in the contact form.
|
60 |
|
61 |
-
=
|
62 |
*BWS Plugins sections was fixed and right now it is consisted with 3 parts: activated, installed and recommended plugins. The bug of position in the admin menu is fixed. Translation ommissions are corrected. Now there is a link to see the site where the email comes from.
|
63 |
|
64 |
-
=
|
65 |
*BWS Plugins sections was fixed and right now it is consisted with 2 parts: installed and recommended plugins. Icons displaying is fixed.
|
66 |
|
67 |
-
=
|
68 |
*The bug of the use custom email is fixed in this version. Please upgrade the plugin immediately. Thank you
|
69 |
|
70 |
-
=
|
71 |
*The bug of the setting page link is fixed in this version. Please upgrade the plugin immediately. Thank you
|
72 |
|
73 |
-
=
|
74 |
*Usability at the settings page of plugin was improved.
|
75 |
|
76 |
-
=
|
77 |
*Contact form email adress bug is fixed.
|
78 |
|
79 |
-
=
|
80 |
*Display "thanks" message bug is fixed. Radio buttons automatic switching added (for settings page) after setting mouse cursor (clicking) into a text field.
|
81 |
|
82 |
-
=
|
83 |
*Contact form position bug is fixed.
|
84 |
|
85 |
-
=
|
86 |
*Ability to add Contact Form into a post. Ability to display form via shortcode.
|
87 |
|
88 |
== Upgrade Notice ==
|
89 |
|
90 |
-
=
|
91 |
-
|
|
|
|
|
|
|
92 |
|
93 |
-
=
|
94 |
We fixed the slashes bug in email and added server info to email.
|
95 |
|
96 |
-
=
|
97 |
We fixed the bug of complex form validation when captcha not used in the contact form. Upgrade immediately.
|
98 |
|
99 |
-
=
|
100 |
We fixed the bug of complex email validation when filling in the contact form.
|
101 |
|
102 |
-
=
|
103 |
BWS Plugins sections was fixed and right now it is consisted with 3 parts: activated, installed and recommended plugins. The bug of position in the admin menu is fixed. Translation ommissions are corrected. Now there is a link to see the site where the email comes from.
|
104 |
|
105 |
-
=
|
106 |
BWS Plugins sections was fixed and right now it is consisted with 2 parts: installed and recommended plugins. Icons displaying is fixed.
|
107 |
|
108 |
-
=
|
109 |
The bug of the use custom email is fixed in this version. Please upgrade the plugin immediately. Thank you
|
110 |
|
111 |
-
=
|
112 |
The bug of the setting page link is fixed in this version. Please upgrade the plugin immediately. Thank you
|
113 |
|
114 |
-
=
|
115 |
Usability at the settings page of plugin was improved.
|
116 |
|
117 |
-
=
|
118 |
Contact form email adress bug is fixed. Upgrade immediately.
|
119 |
|
120 |
-
=
|
121 |
Display "thanks" message bug is fixed. Radio buttons automatic switching added (for settings page) after setting mouse cursor (clicking) into a text field. Upgrade immediately.
|
122 |
|
123 |
-
=
|
124 |
Contact form position bug is fixed. Upgrade immediately.
|
125 |
|
126 |
-
=
|
127 |
Upgrade immediately.
|
4 |
Tags: Contact Form, text, contact, form, contacts, contakt form, request, contact me, feedback form, feedback, contact button, contact form plugin, contacts form plugin, attachment, send, copy, atachment, send copy
|
5 |
Requires at least: 2.9
|
6 |
Tested up to: 3.3
|
7 |
+
Stable tag: 3.02
|
8 |
|
9 |
Add Contact Form to your WordPress website.
|
10 |
|
12 |
|
13 |
Contact Form allows you to add a feedback form easilly and simply to a post or a page.
|
14 |
|
15 |
+
<a href="http://wordpress.org/extend/plugins/contact-form-plugin/faq/" target="_blank">FAQ</a>
|
16 |
+
<a href="http://bestwebsoft.com/plugin/contact-form/" target="_blank">Support</a>
|
17 |
+
|
18 |
+
= Features =
|
19 |
+
|
20 |
+
* Actions: There is ability to choose to send email messages - any site user email or any other email.
|
21 |
+
* Actions: Ability to add a field to attach a file in the contact form.
|
22 |
+
* Actions: Ability to add a field to send a copy of the letter to the user who fills out a contact form to email, specified by filling the contact form.
|
23 |
+
* Label: There is a possibility to change the label when display fields on the form.
|
24 |
+
|
25 |
+
= Translate =
|
26 |
+
|
27 |
+
* Italian (it_IT)
|
28 |
+
* Russian (ru_RU)
|
29 |
+
|
30 |
== Installation ==
|
31 |
|
32 |
1. Upload `Contact Form` folder to the `/wp-content/plugins/` directory.
|
48 |
|
49 |
1. You need to put a [contact_form] shortcode into your page or some post.
|
50 |
|
51 |
+
= After user choosen via plugin settings page I got this error: "Please input correct email. Settings are not saved." =
|
52 |
|
53 |
+
1. It means that you have made a syntactical error.
|
54 |
|
55 |
== Screenshots ==
|
56 |
|
61 |
|
62 |
== Changelog ==
|
63 |
|
64 |
+
= V3.02 - 02.01.2012 =
|
65 |
+
* NEW : Added Italian language files for plugin.
|
66 |
+
* NEW : Added possibility to change the label when display fields on the form.
|
67 |
+
* Changed : Display the names of the files types that user can attach to the mail.
|
68 |
+
|
69 |
+
= V3.01 - 28.12.2011 =
|
70 |
+
* NEW : We added the 'Attachment' and 'Send me a copy' block in the contact form.
|
71 |
+
* NEW : Added language files for plugin.
|
72 |
|
73 |
+
= V2.08 - 12.11.2011 =
|
74 |
*We fixed the slashes bug in email and added server info to email.
|
75 |
|
76 |
+
= V2.07 - 10.11.2011 =
|
77 |
*We fixed the bug of complex form validation when captcha not used in the contact form. Upgrade immediately.
|
78 |
|
79 |
+
= V2.06 - 16.09.2011 =
|
80 |
*We fixed the bug of complex email validation when filling in the contact form.
|
81 |
|
82 |
+
= V2.05 - 23.08.2011 =
|
83 |
*BWS Plugins sections was fixed and right now it is consisted with 3 parts: activated, installed and recommended plugins. The bug of position in the admin menu is fixed. Translation ommissions are corrected. Now there is a link to see the site where the email comes from.
|
84 |
|
85 |
+
= V2.04 - 14.07.2011 =
|
86 |
*BWS Plugins sections was fixed and right now it is consisted with 2 parts: installed and recommended plugins. Icons displaying is fixed.
|
87 |
|
88 |
+
= V2.03 - 13.07.2011 =
|
89 |
*The bug of the use custom email is fixed in this version. Please upgrade the plugin immediately. Thank you
|
90 |
|
91 |
+
= V2.02 =
|
92 |
*The bug of the setting page link is fixed in this version. Please upgrade the plugin immediately. Thank you
|
93 |
|
94 |
+
= V2.01 =
|
95 |
*Usability at the settings page of plugin was improved.
|
96 |
|
97 |
+
= V1.03 =
|
98 |
*Contact form email adress bug is fixed.
|
99 |
|
100 |
+
= V1.02 =
|
101 |
*Display "thanks" message bug is fixed. Radio buttons automatic switching added (for settings page) after setting mouse cursor (clicking) into a text field.
|
102 |
|
103 |
+
= V1.01 =
|
104 |
*Contact form position bug is fixed.
|
105 |
|
106 |
+
= V1.00 =
|
107 |
*Ability to add Contact Form into a post. Ability to display form via shortcode.
|
108 |
|
109 |
== Upgrade Notice ==
|
110 |
|
111 |
+
= V3.02 =
|
112 |
+
Added Italian language files for plugin. Added possibility to change the label when display fields on the form. Display the names of the files types that user can attach to the mail.
|
113 |
+
|
114 |
+
= V3.01 =
|
115 |
+
We added the 'Attachment' and 'Send me a copy' block in the contact form. Added language files for plugin.
|
116 |
|
117 |
+
= V2.08 =
|
118 |
We fixed the slashes bug in email and added server info to email.
|
119 |
|
120 |
+
= v2.07 =
|
121 |
We fixed the bug of complex form validation when captcha not used in the contact form. Upgrade immediately.
|
122 |
|
123 |
+
= V2.06 =
|
124 |
We fixed the bug of complex email validation when filling in the contact form.
|
125 |
|
126 |
+
= V2.05 =
|
127 |
BWS Plugins sections was fixed and right now it is consisted with 3 parts: activated, installed and recommended plugins. The bug of position in the admin menu is fixed. Translation ommissions are corrected. Now there is a link to see the site where the email comes from.
|
128 |
|
129 |
+
= V2.04 =
|
130 |
BWS Plugins sections was fixed and right now it is consisted with 2 parts: installed and recommended plugins. Icons displaying is fixed.
|
131 |
|
132 |
+
= V2.03 =
|
133 |
The bug of the use custom email is fixed in this version. Please upgrade the plugin immediately. Thank you
|
134 |
|
135 |
+
= V2.02 =
|
136 |
The bug of the setting page link is fixed in this version. Please upgrade the plugin immediately. Thank you
|
137 |
|
138 |
+
= V2.01 =
|
139 |
Usability at the settings page of plugin was improved.
|
140 |
|
141 |
+
= V1.03 =
|
142 |
Contact form email adress bug is fixed. Upgrade immediately.
|
143 |
|
144 |
+
= V1.02 =
|
145 |
Display "thanks" message bug is fixed. Radio buttons automatic switching added (for settings page) after setting mouse cursor (clicking) into a text field. Upgrade immediately.
|
146 |
|
147 |
+
= V1.01 =
|
148 |
Contact form position bug is fixed. Upgrade immediately.
|
149 |
|
150 |
+
= V1.00 =
|
151 |
Upgrade immediately.
|
screenshot-1.jpg
CHANGED
Binary file
|
screenshot-2.jpg
CHANGED
Binary file
|
screenshot-4.jpg
CHANGED
Binary file
|