Version Description
- 18.04.2014 =
- Update : We updated all functionality for wordpress 3.9.
- Bugfix : We fixed the bug of db table creation.
- Update : The Ukrainian language file is updated.
- Update : Screenshots are updated.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Contact Form by BestWebSoft |
Version | 3.77 |
Comparing to | |
See all releases |
Code changes from version 3.76 to 3.77
- bws_menu/bws_menu.php +42 -25
- bws_menu/css/style.css +24 -10
- bws_menu/icons/icon.png +0 -0
- bws_menu/icons/pro.png +0 -0
- bws_menu/js/bws_menu.js +1 -3
- contact_form.php +64 -29
- css/style.css +0 -6
- css/style_wp_before_3.8.css +0 -162
- images/banner.png +0 -0
- images/banner_for_ctfrmtdb.png +0 -0
- images/close_banner.png +0 -0
- images/gray-grad.png +0 -0
- images/pro_screen_1.png +0 -0
- images/px.png +0 -0
- images/tooltip_attachment_tips.png +0 -0
- images/tooltip_sendme_block.png +0 -0
- js/script.js +0 -0
- languages/contact_form-af_ZA.mo +0 -0
- languages/contact_form-af_ZA.po +311 -311
- languages/contact_form-be_BY.mo +0 -0
- languages/contact_form-be_BY.po +0 -0
- languages/contact_form-ca.mo +0 -0
- languages/contact_form-ca.po +0 -0
- languages/contact_form-fi.mo +0 -0
- languages/contact_form-fi.po +0 -0
- languages/contact_form-fr_FR.mo +0 -0
- languages/contact_form-fr_FR.po +0 -0
- languages/contact_form-hu_HU.mo +0 -0
- languages/contact_form-hu_HU.po +0 -0
- languages/contact_form-it_IT.mo +0 -0
- languages/contact_form-it_IT.po +0 -0
- languages/contact_form-ja.mo +0 -0
- languages/contact_form-ja.po +0 -0
- languages/contact_form-nl_NL.mo +0 -0
- languages/contact_form-nl_NL.po +0 -0
- languages/contact_form-pt_BR.mo +0 -0
- languages/contact_form-pt_BR.po +0 -0
- languages/contact_form-pt_PT.mo +0 -0
- languages/contact_form-pt_PT.po +0 -0
- languages/contact_form-ru_RU.mo +0 -0
- languages/contact_form-ru_RU.po +0 -0
- languages/contact_form-sk_SK.mo +0 -0
- languages/contact_form-sk_SK.po +0 -0
- languages/contact_form-sr_RS.mo +0 -0
- languages/contact_form-sr_RS.po +0 -0
- languages/contact_form-sv_SE.mo +0 -0
- languages/contact_form-sv_SE.po +0 -0
- languages/contact_form-tr.mo +0 -0
- languages/contact_form-tr.po +0 -0
- languages/contact_form-uk.mo +0 -0
- languages/contact_form-uk.po +61 -68
- languages/contact_form-vi.mo +0 -0
- languages/contact_form-vi.po +0 -0
- languages/contact_form-zh_CN.mo +0 -0
- languages/contact_form-zh_CN.po +0 -0
- readme.txt +15 -5
- screenshot-1.png +0 -0
- screenshot-2.png +0 -0
- screenshot-3.png +0 -0
- screenshot-4.png +0 -0
- screenshot-5.png +0 -0
- screenshot-6.png +0 -0
bws_menu/bws_menu.php
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
-
* Version: 1.2.
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
8 |
function bws_add_menu_render() {
|
9 |
global $wpdb, $wpmu, $wp_version, $bws_plugin_info;
|
10 |
$error = $message = $bwsmn_form_email = '';
|
11 |
-
$bws_donate_link = 'https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=
|
12 |
|
13 |
if ( ! function_exists( 'is_plugin_active_for_network' ) )
|
14 |
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
@@ -214,7 +214,8 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
214 |
'link' => 'http://bestwebsoft.com/plugin/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
215 |
'download' => 'http://bestwebsoft.com/plugin/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
216 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Contact+Form+Multi+Bestwebsoft&plugin-search-input=Search+Plugins',
|
217 |
-
'settings' => ''
|
|
|
218 |
),
|
219 |
'bws-google-maps/bws-google-maps.php' => array(
|
220 |
'name' => 'BestWebSoft Google Maps',
|
@@ -311,6 +312,13 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
311 |
'link' => 'http://bestwebsoft.com/plugin/bws-google-maps-pro/?k=117c3f9fc17f2c83ef430a8a9dc06f56&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
312 |
'purchase' => 'http://bestwebsoft.com/plugin/bws-google-maps-pro/?k=117c3f9fc17f2c83ef430a8a9dc06f56&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
313 |
'settings' => 'admin.php?page=bws-google-maps-pro.php'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
314 |
)
|
315 |
);
|
316 |
|
@@ -483,8 +491,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
483 |
if ( $result != true )
|
484 |
$error = __( "Sorry, email message could not be delivered.", 'bestwebsoft' );
|
485 |
}
|
486 |
-
}
|
487 |
-
?>
|
488 |
<div class="wrap">
|
489 |
<div class="icon32 icon32-bws" id="icon-options-general"></div>
|
490 |
<h2>BestWebSoft</h2>
|
@@ -495,7 +502,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
495 |
<?php } ?>
|
496 |
<a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'system_status' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins&action=system_status"><?php _e( 'System status', 'bestwebsoft' ); ?></a>
|
497 |
</h2>
|
498 |
-
<?php if ( !isset( $_GET['action'] ) ) { ?>
|
499 |
<ul class="subsubsub">
|
500 |
<li><a <?php if ( !isset( $_GET['sub'] ) ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins"><?php _e( 'All', 'bestwebsoft' ); ?></a></li> |
|
501 |
<li><a <?php if ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins&sub=installed"><?php _e( 'Installed', 'bestwebsoft' ); ?></a></li> |
|
@@ -505,7 +512,6 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
505 |
<?php if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
|
506 |
<h4 class="bws_installed"><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
|
507 |
<?php foreach ( $all_plugins as $key_plugin => $value_plugin ) {
|
508 |
-
|
509 |
if ( isset( $bws_plugins_pro[ $key_plugin ] ) ) {
|
510 |
$key_plugin_explode = explode( '-plugin-pro/', $key_plugin );
|
511 |
if ( isset( $key_plugin_explode[1] ) )
|
@@ -531,7 +537,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
531 |
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
532 |
<div class="bws_product_content">
|
533 |
<div class="bws_product_icon">
|
534 |
-
<div class="bws_product_icon_pro"
|
535 |
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
536 |
</div>
|
537 |
<div class="bws_product_description"><?php echo $value_plugin["Description"]; ?></div>
|
@@ -579,7 +585,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
579 |
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
580 |
<div class="bws_product_content">
|
581 |
<div class="bws_product_icon">
|
582 |
-
<div class="bws_product_icon_pro"
|
583 |
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
584 |
</div>
|
585 |
<div class="bws_product_description"><?php echo $bws_plugins_pro[ $key_plugin ]["description"]; ?></div>
|
@@ -644,15 +650,14 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
644 |
$key_plugin_explode = explode( '/', $key_plugin );
|
645 |
$icon = $key_plugin_explode[0];
|
646 |
}
|
647 |
-
}
|
648 |
-
?>
|
649 |
<div class="bws_product_box">
|
650 |
<div class="bws_product">
|
651 |
<div class="bws_product_title"><?php echo $value_plugin["name"]; ?></div>
|
652 |
<div class="bws_product_content">
|
653 |
<div class="bws_product_icon">
|
654 |
<?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
|
655 |
-
<div class="bws_product_icon_pro"
|
656 |
<?php } ?>
|
657 |
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
658 |
</div>
|
@@ -703,8 +708,8 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
703 |
'infinite_scroll' => true,
|
704 |
) );
|
705 |
$themes = $theme_class->items;
|
706 |
-
foreach ( $themes as $theme ) {
|
707 |
-
|
708 |
global $themes_allowedtags;
|
709 |
if ( empty( $theme ) )
|
710 |
return;
|
@@ -753,8 +758,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
753 |
break;
|
754 |
}
|
755 |
$actions[] = '<a class="install-theme-preview" href="' . esc_url( $preview_url ) . '" title="' . esc_attr( sprintf( __( 'Preview %s' ), $name ) ) . '">' . __( 'Preview' ) . '</a>';
|
756 |
-
$actions = apply_filters( 'theme_install_actions', $actions, $theme );
|
757 |
-
?>
|
758 |
<a class="screenshot install-theme-preview" href="<?php echo esc_url( $preview_url ); ?>" title="<?php echo esc_attr( $preview_title ); ?>">
|
759 |
<img src='<?php echo esc_url( $theme->screenshot_url ); ?>' width='150' />
|
760 |
</a>
|
@@ -768,12 +772,11 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
768 |
<li class="hide-if-no-js"><a href="#" class="theme-detail"><?php _e('Details') ?></a></li>
|
769 |
</ul>
|
770 |
</div>
|
771 |
-
<?php $theme_class->install_theme_info( $theme );
|
772 |
-
|
773 |
<?php }
|
774 |
// end foreach $theme_names
|
775 |
-
$theme_class->theme_installer();
|
776 |
-
?>
|
777 |
</div>
|
778 |
<?php } elseif ( 'system_status' == $_GET['action'] ) { ?>
|
779 |
<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>
|
@@ -805,8 +808,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
805 |
<table class="bws_system_info">
|
806 |
<thead><tr><th><?php _e( 'Inactive Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
|
807 |
<tbody>
|
808 |
-
<?php
|
809 |
-
if ( ! empty( $system_info['inactive_plugins'] ) ) {
|
810 |
foreach ( $system_info['inactive_plugins'] as $key => $value ) { ?>
|
811 |
<tr>
|
812 |
<td scope="row"><?php echo $key; ?></td>
|
@@ -845,8 +847,8 @@ if ( ! function_exists ( 'bws_plugin_init' ) ) {
|
|
845 |
}
|
846 |
}
|
847 |
|
848 |
-
if ( ! function_exists ( '
|
849 |
-
function
|
850 |
global $wp_version;
|
851 |
if ( $wp_version < 3.8 )
|
852 |
wp_enqueue_style( 'bws-admin-stylesheet', plugins_url( 'css/general_style_wp_before_3.8.css', __FILE__ ) );
|
@@ -864,6 +866,21 @@ if ( ! function_exists ( 'bws_admin_head' ) ) {
|
|
864 |
}
|
865 |
}
|
866 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
867 |
add_action( 'admin_init', 'bws_plugin_init' );
|
868 |
-
add_action( 'admin_enqueue_scripts', '
|
|
|
869 |
?>
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
+
* Version: 1.2.7
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
8 |
function bws_add_menu_render() {
|
9 |
global $wpdb, $wpmu, $wp_version, $bws_plugin_info;
|
10 |
$error = $message = $bwsmn_form_email = '';
|
11 |
+
$bws_donate_link = 'https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&product_id=94';
|
12 |
|
13 |
if ( ! function_exists( 'is_plugin_active_for_network' ) )
|
14 |
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
214 |
'link' => 'http://bestwebsoft.com/plugin/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
215 |
'download' => 'http://bestwebsoft.com/plugin/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
216 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Contact+Form+Multi+Bestwebsoft&plugin-search-input=Search+Plugins',
|
217 |
+
'settings' => '',
|
218 |
+
'pro_version' => 'contact-form-multi-pro/contact-form-multi-pro.php'
|
219 |
),
|
220 |
'bws-google-maps/bws-google-maps.php' => array(
|
221 |
'name' => 'BestWebSoft Google Maps',
|
312 |
'link' => 'http://bestwebsoft.com/plugin/bws-google-maps-pro/?k=117c3f9fc17f2c83ef430a8a9dc06f56&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
313 |
'purchase' => 'http://bestwebsoft.com/plugin/bws-google-maps-pro/?k=117c3f9fc17f2c83ef430a8a9dc06f56&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
314 |
'settings' => 'admin.php?page=bws-google-maps-pro.php'
|
315 |
+
),
|
316 |
+
'contact-form-multi-pro/contact-form-multi-pro.php' => array(
|
317 |
+
'name' => 'Contact Form Multi Pro',
|
318 |
+
'description' => 'This plugin is an exclusive add-on to the Contact Form Pro. Allows to create multiple contact forms.',
|
319 |
+
'link' => 'http://bestwebsoft.com/plugin/contact-form-multi-pro/?k=fde3a18581c143654f060c398b07e8ac&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
320 |
+
'purchase' => 'http://bestwebsoft.com/plugin/contact-form-multi-pro/?k=fde3a18581c143654f060c398b07e8ac&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
321 |
+
'settings' => ''
|
322 |
)
|
323 |
);
|
324 |
|
491 |
if ( $result != true )
|
492 |
$error = __( "Sorry, email message could not be delivered.", 'bestwebsoft' );
|
493 |
}
|
494 |
+
} ?>
|
|
|
495 |
<div class="wrap">
|
496 |
<div class="icon32 icon32-bws" id="icon-options-general"></div>
|
497 |
<h2>BestWebSoft</h2>
|
502 |
<?php } ?>
|
503 |
<a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'system_status' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins&action=system_status"><?php _e( 'System status', 'bestwebsoft' ); ?></a>
|
504 |
</h2>
|
505 |
+
<?php if ( !isset( $_GET['action'] ) ) { ?>
|
506 |
<ul class="subsubsub">
|
507 |
<li><a <?php if ( !isset( $_GET['sub'] ) ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins"><?php _e( 'All', 'bestwebsoft' ); ?></a></li> |
|
508 |
<li><a <?php if ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins&sub=installed"><?php _e( 'Installed', 'bestwebsoft' ); ?></a></li> |
|
512 |
<?php if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
|
513 |
<h4 class="bws_installed"><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
|
514 |
<?php foreach ( $all_plugins as $key_plugin => $value_plugin ) {
|
|
|
515 |
if ( isset( $bws_plugins_pro[ $key_plugin ] ) ) {
|
516 |
$key_plugin_explode = explode( '-plugin-pro/', $key_plugin );
|
517 |
if ( isset( $key_plugin_explode[1] ) )
|
537 |
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
538 |
<div class="bws_product_content">
|
539 |
<div class="bws_product_icon">
|
540 |
+
<div class="bws_product_icon_pro">PRO</div>
|
541 |
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
542 |
</div>
|
543 |
<div class="bws_product_description"><?php echo $value_plugin["Description"]; ?></div>
|
585 |
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
586 |
<div class="bws_product_content">
|
587 |
<div class="bws_product_icon">
|
588 |
+
<div class="bws_product_icon_pro">PRO</div>
|
589 |
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
590 |
</div>
|
591 |
<div class="bws_product_description"><?php echo $bws_plugins_pro[ $key_plugin ]["description"]; ?></div>
|
650 |
$key_plugin_explode = explode( '/', $key_plugin );
|
651 |
$icon = $key_plugin_explode[0];
|
652 |
}
|
653 |
+
} ?>
|
|
|
654 |
<div class="bws_product_box">
|
655 |
<div class="bws_product">
|
656 |
<div class="bws_product_title"><?php echo $value_plugin["name"]; ?></div>
|
657 |
<div class="bws_product_content">
|
658 |
<div class="bws_product_icon">
|
659 |
<?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
|
660 |
+
<div class="bws_product_icon_pro">PRO</div>
|
661 |
<?php } ?>
|
662 |
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
663 |
</div>
|
708 |
'infinite_scroll' => true,
|
709 |
) );
|
710 |
$themes = $theme_class->items;
|
711 |
+
foreach ( $themes as $theme ) { ?>
|
712 |
+
<div class="available-theme installable-theme"><?php
|
713 |
global $themes_allowedtags;
|
714 |
if ( empty( $theme ) )
|
715 |
return;
|
758 |
break;
|
759 |
}
|
760 |
$actions[] = '<a class="install-theme-preview" href="' . esc_url( $preview_url ) . '" title="' . esc_attr( sprintf( __( 'Preview %s' ), $name ) ) . '">' . __( 'Preview' ) . '</a>';
|
761 |
+
$actions = apply_filters( 'theme_install_actions', $actions, $theme ); ?>
|
|
|
762 |
<a class="screenshot install-theme-preview" href="<?php echo esc_url( $preview_url ); ?>" title="<?php echo esc_attr( $preview_title ); ?>">
|
763 |
<img src='<?php echo esc_url( $theme->screenshot_url ); ?>' width='150' />
|
764 |
</a>
|
772 |
<li class="hide-if-no-js"><a href="#" class="theme-detail"><?php _e('Details') ?></a></li>
|
773 |
</ul>
|
774 |
</div>
|
775 |
+
<?php $theme_class->install_theme_info( $theme ); ?>
|
776 |
+
</div>
|
777 |
<?php }
|
778 |
// end foreach $theme_names
|
779 |
+
$theme_class->theme_installer(); ?>
|
|
|
780 |
</div>
|
781 |
<?php } elseif ( 'system_status' == $_GET['action'] ) { ?>
|
782 |
<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>
|
808 |
<table class="bws_system_info">
|
809 |
<thead><tr><th><?php _e( 'Inactive Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
|
810 |
<tbody>
|
811 |
+
<?php if ( ! empty( $system_info['inactive_plugins'] ) ) {
|
|
|
812 |
foreach ( $system_info['inactive_plugins'] as $key => $value ) { ?>
|
813 |
<tr>
|
814 |
<td scope="row"><?php echo $key; ?></td>
|
847 |
}
|
848 |
}
|
849 |
|
850 |
+
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) ) {
|
851 |
+
function bws_admin_enqueue_scripts() {
|
852 |
global $wp_version;
|
853 |
if ( $wp_version < 3.8 )
|
854 |
wp_enqueue_style( 'bws-admin-stylesheet', plugins_url( 'css/general_style_wp_before_3.8.css', __FILE__ ) );
|
866 |
}
|
867 |
}
|
868 |
|
869 |
+
if ( ! function_exists ( 'bws_admin_head' ) ) {
|
870 |
+
function bws_admin_head() {
|
871 |
+
if ( isset( $_GET['page'] ) && $_GET['page'] == "bws_plugins" ) { ?>
|
872 |
+
<noscript>
|
873 |
+
<style type="text/css">
|
874 |
+
.bws_product_button {
|
875 |
+
display: inline-block;
|
876 |
+
}
|
877 |
+
</style>
|
878 |
+
</noscript>
|
879 |
+
<?php }
|
880 |
+
}
|
881 |
+
}
|
882 |
+
|
883 |
add_action( 'admin_init', 'bws_plugin_init' );
|
884 |
+
add_action( 'admin_enqueue_scripts', 'bws_admin_enqueue_scripts' );
|
885 |
+
add_action( 'admin_head', 'bws_admin_head' );
|
886 |
?>
|
bws_menu/css/style.css
CHANGED
@@ -29,14 +29,24 @@ 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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
}
|
38 |
-
h4.bws_recommended {
|
39 |
-
background:
|
|
|
|
|
|
|
40 |
}
|
41 |
.bws_product_box {
|
42 |
background: none repeat scroll 0 0 #FFFFFF;
|
@@ -76,11 +86,15 @@ h4.bws_recommended {
|
|
76 |
color: #fff;
|
77 |
}
|
78 |
.bws_product_icon_pro {
|
79 |
-
background:
|
|
|
|
|
|
|
|
|
80 |
height: 20px;
|
81 |
-
margin
|
82 |
position: relative;
|
83 |
-
|
84 |
}
|
85 |
.bws_product_description {
|
86 |
padding: 0 10px;
|
@@ -114,7 +128,7 @@ h4.bws_recommended {
|
|
114 |
padding: 7px 5px 8px;
|
115 |
font-size: 14px;
|
116 |
min-width: 103px;
|
117 |
-
display:
|
118 |
}
|
119 |
.bws_product_button:hover{
|
120 |
background: #008726;
|
29 |
color: #999;
|
30 |
font-weight: bold;
|
31 |
text-transform: uppercase;
|
32 |
+
font-size: 14px;
|
|
|
33 |
}
|
34 |
+
h4.bws_installed:before,
|
35 |
+
h4.bws_recommended:before {
|
36 |
+
border-radius: 9px;
|
37 |
+
content: "";
|
38 |
+
display: inline-block;
|
39 |
+
height: 8px;
|
40 |
+
position: relative;
|
41 |
+
top: -1px;
|
42 |
+
width: 8px;
|
43 |
+
margin-right: 7px;
|
44 |
}
|
45 |
+
h4.bws_recommended:before {
|
46 |
+
background: #0074a2;
|
47 |
+
}
|
48 |
+
h4.bws_installed:before {
|
49 |
+
background: #00a22e;
|
50 |
}
|
51 |
.bws_product_box {
|
52 |
background: none repeat scroll 0 0 #FFFFFF;
|
86 |
color: #fff;
|
87 |
}
|
88 |
.bws_product_icon_pro {
|
89 |
+
background: #F26E50;
|
90 |
+
border-radius: 4px;
|
91 |
+
color: #FFF;
|
92 |
+
font-size: 15px;
|
93 |
+
font-weight: bold;
|
94 |
height: 20px;
|
95 |
+
margin: -9px auto -10px;
|
96 |
position: relative;
|
97 |
+
width: 46px;
|
98 |
}
|
99 |
.bws_product_description {
|
100 |
padding: 0 10px;
|
128 |
padding: 7px 5px 8px;
|
129 |
font-size: 14px;
|
130 |
min-width: 103px;
|
131 |
+
display: none;
|
132 |
}
|
133 |
.bws_product_button:hover{
|
134 |
background: #008726;
|
bws_menu/icons/icon.png
DELETED
Binary file
|
bws_menu/icons/pro.png
DELETED
Binary file
|
bws_menu/js/bws_menu.js
CHANGED
@@ -17,9 +17,7 @@
|
|
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' );
|
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_box' ).hover( function() {
|
22 |
if ( $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_description' ).length > 0 ) {
|
23 |
$( this ).children( '.bws_product' ).addClass( 'bws_product_pro' );
|
contact_form.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Contact Form
|
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Plugin for Contact Form.
|
6 |
Author: BestWebSoft
|
7 |
-
Version: 3.
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
@@ -29,7 +29,7 @@ License: GPLv2 or later
|
|
29 |
if ( ! function_exists( 'cntctfrm_admin_menu' ) ) {
|
30 |
function cntctfrm_admin_menu() {
|
31 |
global $bstwbsftwppdtplgns_options, $wpmu, $bstwbsftwppdtplgns_added_menu;
|
32 |
-
$bws_menu_version = '1.2.
|
33 |
$base = plugin_basename(__FILE__);
|
34 |
|
35 |
if ( ! isset( $bstwbsftwppdtplgns_options ) ) {
|
@@ -179,6 +179,8 @@ if ( ! function_exists( 'cntctfrm_settings' ) ) {
|
|
179 |
/* Check contact-form-multi plugin */
|
180 |
if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) || is_plugin_active_for_network( 'contact-form-multi/contact-form-multi.php' ) )
|
181 |
$contact_form_multi_active = true;
|
|
|
|
|
182 |
|
183 |
/* Install the option defaults */
|
184 |
if ( 1 == $wpmu ) {
|
@@ -190,7 +192,7 @@ if ( ! function_exists( 'cntctfrm_settings' ) ) {
|
|
190 |
}
|
191 |
|
192 |
/* Get options from the database for default options */
|
193 |
-
if ( isset( $contact_form_multi_active ) ) {
|
194 |
if ( 1 == $wpmu ) {
|
195 |
if ( ! get_site_option( 'cntctfrmmlt_options' ) )
|
196 |
add_site_option( 'cntctfrmmlt_options', $cntctfrm_option_defaults, '', 'yes' );
|
@@ -264,7 +266,7 @@ if ( ! function_exists( 'cntctfrm_settings' ) ) {
|
|
264 |
elseif ( isset( $cntctfrm_options['cntctfrm_required_symbol'] ) && '0' == $cntctfrm_options['cntctfrm_required_symbol'] )
|
265 |
$cntctfrm_options['cntctfrm_required_symbol'] = '';
|
266 |
|
267 |
-
if ( isset( $contact_form_multi_active ) ) {
|
268 |
if ( get_site_option( 'cntctfrmmlt_options_' . $_SESSION['cntctfrmmlt_id_form'] ) )
|
269 |
update_option( 'cntctfrmmlt_options_' . $_SESSION['cntctfrmmlt_id_form'] , $cntctfrm_options, '', 'yes' );
|
270 |
else
|
@@ -275,7 +277,18 @@ if ( ! function_exists( 'cntctfrm_settings' ) ) {
|
|
275 |
|
276 |
/* Create db table of fields list */
|
277 |
if ( ! isset( $cntctfrm_options['plugin_db_version'] ) || $cntctfrm_options['plugin_db_version'] != $cntctfrm_db_version ) {
|
278 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
279 |
$sql = "CREATE TABLE IF NOT EXISTS `" . $wpdb->prefix . "cntctfrm_field` (
|
280 |
id int NOT NULL AUTO_INCREMENT,
|
281 |
name CHAR(100) NOT NULL,
|
@@ -304,9 +317,6 @@ if ( ! function_exists( 'cntctfrm_settings' ) ) {
|
|
304 |
$wpdb->insert( $wpdb->prefix . "cntctfrm_field", array( 'name' => $value ), array( '%s' ) );
|
305 |
}
|
306 |
}
|
307 |
-
$cntctfrm_options['plugin_db_version'] = $cntctfrm_db_version;
|
308 |
-
update_option( 'cntctfrm_options', $cntctfrm_options );
|
309 |
-
}
|
310 |
}
|
311 |
}
|
312 |
|
@@ -340,6 +350,8 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
340 |
/* Check contact-form-multi plugin */
|
341 |
if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) || is_plugin_active_for_network( 'contact-form-multi/contact-form-multi.php' ) )
|
342 |
$contact_form_multi_active = true;
|
|
|
|
|
343 |
|
344 |
/* Get Captcha options */
|
345 |
if ( get_option( 'cptch_options' ) )
|
@@ -646,7 +658,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
646 |
}
|
647 |
}
|
648 |
|
649 |
-
if ( '' == $error ) {
|
650 |
if ( isset( $contact_form_multi_active ) ) {
|
651 |
|
652 |
$cntctfrmmlt_options_main = get_option( 'cntctfrmmlt_options_main' );
|
@@ -655,6 +667,15 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
655 |
add_option( 'cntctfrmmlt_options_' . $cntctfrmmlt_options_main['id_form'] , $cntctfrm_options, '', 'yes' );
|
656 |
else if ( $cntctfrmmlt_options_main['id_form'] == $_SESSION['cntctfrmmlt_id_form'] )
|
657 |
update_option( 'cntctfrmmlt_options_' . $cntctfrmmlt_options_main['id_form'] , $cntctfrm_options, '', 'yes' );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
658 |
} else {
|
659 |
update_option( 'cntctfrm_options', $cntctfrm_options, '', 'yes' );
|
660 |
}
|
@@ -792,7 +813,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
792 |
<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>
|
793 |
<div class="error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
|
794 |
<?php if ( ! isset( $_GET['action'] ) ) {
|
795 |
-
if ( ! isset( $contact_form_multi_active ) ) { ?>
|
796 |
<h2 class="nav-tab-wrapper">
|
797 |
<li class="nav-tab nav-tab-active">NEW_FORM</li>
|
798 |
<a class="nav-tab" target="_new" href="http://bestwebsoft.com/plugin/contact-form-multi/" title="<?php _e( "If you want to create multiple contact forms, please install the Contact Form Multi plugin.", 'contact_form' ); ?>">+</a>
|
@@ -800,7 +821,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
800 |
<?php } ?>
|
801 |
<form id="cntctfrm_settings_form" method="post" action="admin.php?page=contact_form.php">
|
802 |
<span style="margin-bottom:15px;">
|
803 |
-
<?php if ( ! isset( $contact_form_multi_active ) ) { ?>
|
804 |
<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 />
|
805 |
<?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' ); ?>
|
806 |
[bestwebsoft_contact_form lang=en]). <?php _e( "They work the same way.", 'contact_form' ); ?></p>
|
@@ -1151,7 +1172,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
1151 |
<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 />
|
1152 |
<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 />
|
1153 |
</div>
|
1154 |
-
<?php if ( ! isset( $contact_form_multi_active ) ) { ?>
|
1155 |
<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>
|
1156 |
<?php } else { ?>
|
1157 |
<span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=en id=".$_SESSION['cntctfrmmlt_id_form']."] " . __( "or", 'contact_form' ) . " [bestwebsoft_contact_form id=".$_SESSION['cntctfrmmlt_id_form']."] "; _e( "for this language", 'contact_form' ); ?></span>
|
@@ -1185,7 +1206,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
1185 |
<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 />
|
1186 |
<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 />
|
1187 |
</div>
|
1188 |
-
<?php if ( ! isset( $contact_form_multi_active ) ) { ?>
|
1189 |
<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>
|
1190 |
<?php } else { ?>
|
1191 |
<span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=" . $val . " id=" . $_SESSION['cntctfrmmlt_id_form'] . "] "; _e( "for this language", 'contact_form' ); ?></span>
|
@@ -1208,7 +1229,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
1208 |
<div class="clear"></div>
|
1209 |
<div class="cntctfrm_language_tab cntctfrm_tab_en" style=" padding: 5px 10px 5px 5px;">
|
1210 |
<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 />
|
1211 |
-
<?php if ( ! isset( $contact_form_multi_active ) ) { ?>
|
1212 |
<span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=en] " . __( "or", 'contact_form' ) . " [bestwebsoft_contact_form] "; _e( "for this language", 'contact_form' ); ?></span>
|
1213 |
<?php } else { ?>
|
1214 |
<span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form=en id=".$_SESSION['cntctfrmmlt_id_form']."] " . __( "or", 'contact_form' ) . " [bestwebsoft_contact_form id=".$_SESSION['cntctfrmmlt_id_form']."] "; _e( "for this language", 'contact_form' ); ?></span>
|
@@ -1218,7 +1239,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
1218 |
foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
|
1219 |
<div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>" style=" padding: 5px 10px 5px 5px;">
|
1220 |
<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 />
|
1221 |
-
<?php if ( ! isset( $contact_form_multi_active ) ) { ?>
|
1222 |
<span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=" . $val . "] "; _e( "for this language", 'contact_form' ); ?></span>
|
1223 |
<?php } else { ?>
|
1224 |
<span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=" . $val . " id=".$_SESSION['cntctfrmmlt_id_form']."] "; _e( "for this language", 'contact_form' ); ?></span>
|
@@ -1582,20 +1603,21 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
1582 |
<?php }
|
1583 |
} ?>
|
1584 |
</div>
|
1585 |
-
<?php
|
1586 |
-
}
|
1587 |
}
|
1588 |
|
1589 |
/* Display contact form in front end - page or post */
|
1590 |
if ( ! function_exists( 'cntctfrm_display_form' ) ) {
|
1591 |
function cntctfrm_display_form( $atts = array( 'lang' => 'en' ) ) {
|
1592 |
-
global $error_message, $cntctfrm_options, $cntctfrm_result, $cntctfrmmlt_ide, $cntctfrmmlt_active_plugin, $
|
1593 |
extract( shortcode_atts( array( 'lang' => 'en' ), $atts ) );
|
1594 |
$content = "";
|
1595 |
|
1596 |
/* Get options for the form with a definite identifier */
|
1597 |
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
1598 |
-
if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) || is_plugin_active_for_network( 'contact-form-multi/contact-form-multi.php' )
|
|
|
|
|
1599 |
$_SESSION['cntctfrmmlt_mailto'] = '';
|
1600 |
extract( shortcode_atts( array( 'id' => $cntctfrmmlt_ide ), $atts ) );
|
1601 |
|
@@ -1766,7 +1788,8 @@ if ( ! function_exists( 'cntctfrm_check_and_send' ) ) {
|
|
1766 |
global $cntctfrm_result, $cntctfrm_options;
|
1767 |
if ( isset( $_POST['cntctfrm_contact_action'] ) || true === $cntctfrm_result ) {
|
1768 |
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
1769 |
-
if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) || is_plugin_active_for_network( 'contact-form-multi/contact-form-multi.php' )
|
|
|
1770 |
|
1771 |
if ( ! isset( $_POST['cntctfrmmlt_shortcode_id'] ) )
|
1772 |
$cntctfrm_options = get_option( 'cntctfrmmlt_options' );
|
@@ -1982,7 +2005,8 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
|
|
1982 |
return true;
|
1983 |
|
1984 |
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
1985 |
-
if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) || is_plugin_active_for_network( 'contact-form-multi/contact-form-multi.php' )
|
|
|
1986 |
$cntctfrmmlt_maito = $_SESSION['cntctfrmmlt_mailto'];
|
1987 |
$to = $wpdb->get_col( "SELECT `user_email` FROM " . $wpdb->prefix . "users WHERE `user_login` = '$cntctfrmmlt_maito'" );
|
1988 |
} else {
|
@@ -2267,10 +2291,8 @@ if ( ! function_exists ( 'cntctfrm_admin_head' ) ) {
|
|
2267 |
function cntctfrm_admin_head() {
|
2268 |
if ( isset( $_REQUEST['page'] ) && ( 'contact_form.php' == $_REQUEST['page'] ) ) {
|
2269 |
global $wp_version;
|
2270 |
-
|
2271 |
-
|
2272 |
-
else
|
2273 |
-
wp_enqueue_style( 'cntctfrm_stylesheet', plugins_url( 'css/style.css', __FILE__ ) );
|
2274 |
|
2275 |
if ( 3.5 > $wp_version )
|
2276 |
wp_enqueue_script( 'cntctfrm_script', plugins_url( 'js/script_wp_before_3.5.js', __FILE__ ) );
|
@@ -2312,18 +2334,23 @@ if ( ! function_exists ( 'cntctfrm_add_language' ) ) {
|
|
2312 |
/* Check contact-form-multi plugin */
|
2313 |
if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) || is_plugin_active_for_network( 'contact-form-multi/contact-form-multi.php' ) )
|
2314 |
$contact_form_multi_active = true;
|
|
|
|
|
2315 |
|
2316 |
-
if ( isset( $contact_form_multi_active ) ) {
|
2317 |
$cntctfrm_options = get_option( 'cntctfrmmlt_options_' . $_SESSION['cntctfrmmlt_id_form'] );
|
2318 |
} else {
|
2319 |
$cntctfrm_options = get_option( 'cntctfrm_options' );
|
2320 |
}
|
2321 |
|
2322 |
$cntctfrm_options['cntctfrm_language'][] = $lang;
|
2323 |
-
|
2324 |
if ( isset ( $contact_form_multi_active ) ) {
|
2325 |
$cntctfrmmlt_options_main = get_option( 'cntctfrmmlt_options_main' );
|
2326 |
update_option( 'cntctfrmmlt_options_' . $cntctfrmmlt_options_main['id_form'], $cntctfrm_options, '', 'yes' );
|
|
|
|
|
|
|
2327 |
} else {
|
2328 |
update_option( 'cntctfrm_options', $cntctfrm_options, '', 'yes' );
|
2329 |
}
|
@@ -2336,8 +2363,10 @@ if ( ! function_exists ( 'cntctfrm_remove_language' ) ) {
|
|
2336 |
/* Check contact-form-multi plugin */
|
2337 |
if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) || is_plugin_active_for_network( 'contact-form-multi/contact-form-multi.php' ) )
|
2338 |
$contact_form_multi_active = true;
|
|
|
|
|
2339 |
|
2340 |
-
if ( isset( $contact_form_multi_active ) ) {
|
2341 |
$cntctfrm_options = get_option( 'cntctfrmmlt_options_' . $_SESSION['cntctfrmmlt_id_form'] );
|
2342 |
} else {
|
2343 |
$cntctfrm_options = get_option( 'cntctfrm_options' );
|
@@ -2395,6 +2424,9 @@ if ( ! function_exists ( 'cntctfrm_remove_language' ) ) {
|
|
2395 |
if ( isset( $contact_form_multi_active ) ) {
|
2396 |
$cntctfrmmlt_options_main = get_option( 'cntctfrmmlt_options_main' );
|
2397 |
update_option( 'cntctfrmmlt_options_' . $cntctfrmmlt_options_main['id_form'], $cntctfrm_options, '', 'yes' );
|
|
|
|
|
|
|
2398 |
} else {
|
2399 |
update_option( 'cntctfrm_options', $cntctfrm_options, '', 'yes' );
|
2400 |
}
|
@@ -2409,7 +2441,8 @@ if ( ! function_exists ( 'cntctfrm_plugin_banner' ) ) {
|
|
2409 |
global $cntctfrm_plugin_info;
|
2410 |
$banner_array = array(
|
2411 |
array( 'pdtr_hide_banner_on_plugin_page', 'updater/updater.php', '1.12' ),
|
2412 |
-
array( 'cntctfrmtdb_hide_banner_on_plugin_page', 'contact-form-to-db/contact_form_to_db.php', '1.2' ),
|
|
|
2413 |
array( 'gglmps_hide_banner_on_plugin_page', 'bws-google-maps/bws-google-maps.php', '1.2' ),
|
2414 |
array( 'fcbkbttn_hide_banner_on_plugin_page', 'facebook-button-plugin/facebook-button-plugin.php', '2.29' ),
|
2415 |
array( 'twttr_hide_banner_on_plugin_page', 'twitter-plugin/twitter.php', '2.34' ),
|
@@ -2516,6 +2549,8 @@ if ( ! function_exists ( 'cntctfrm_delete_options' ) ) {
|
|
2516 |
}
|
2517 |
}
|
2518 |
|
|
|
|
|
2519 |
add_action( 'admin_menu', 'cntctfrm_admin_menu' );
|
2520 |
|
2521 |
add_action( 'init', 'cntctfrm_init' );
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Plugin for Contact Form.
|
6 |
Author: BestWebSoft
|
7 |
+
Version: 3.77
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
29 |
if ( ! function_exists( 'cntctfrm_admin_menu' ) ) {
|
30 |
function cntctfrm_admin_menu() {
|
31 |
global $bstwbsftwppdtplgns_options, $wpmu, $bstwbsftwppdtplgns_added_menu;
|
32 |
+
$bws_menu_version = '1.2.7';
|
33 |
$base = plugin_basename(__FILE__);
|
34 |
|
35 |
if ( ! isset( $bstwbsftwppdtplgns_options ) ) {
|
179 |
/* Check contact-form-multi plugin */
|
180 |
if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) || is_plugin_active_for_network( 'contact-form-multi/contact-form-multi.php' ) )
|
181 |
$contact_form_multi_active = true;
|
182 |
+
if ( is_plugin_active( 'contact-form-multi-pro/contact-form-multi-pro.php' ) || is_plugin_active_for_network( 'contact-form-multi-pro/contact-form-multi-pro.php' ) )
|
183 |
+
$contact_form_multi_pro_active = true;
|
184 |
|
185 |
/* Install the option defaults */
|
186 |
if ( 1 == $wpmu ) {
|
192 |
}
|
193 |
|
194 |
/* Get options from the database for default options */
|
195 |
+
if ( isset( $contact_form_multi_active ) || isset( $contact_form_multi_pro_active ) ) {
|
196 |
if ( 1 == $wpmu ) {
|
197 |
if ( ! get_site_option( 'cntctfrmmlt_options' ) )
|
198 |
add_site_option( 'cntctfrmmlt_options', $cntctfrm_option_defaults, '', 'yes' );
|
266 |
elseif ( isset( $cntctfrm_options['cntctfrm_required_symbol'] ) && '0' == $cntctfrm_options['cntctfrm_required_symbol'] )
|
267 |
$cntctfrm_options['cntctfrm_required_symbol'] = '';
|
268 |
|
269 |
+
if ( isset( $contact_form_multi_active ) || isset( $contact_form_multi_pro_active ) ) {
|
270 |
if ( get_site_option( 'cntctfrmmlt_options_' . $_SESSION['cntctfrmmlt_id_form'] ) )
|
271 |
update_option( 'cntctfrmmlt_options_' . $_SESSION['cntctfrmmlt_id_form'] , $cntctfrm_options, '', 'yes' );
|
272 |
else
|
277 |
|
278 |
/* Create db table of fields list */
|
279 |
if ( ! isset( $cntctfrm_options['plugin_db_version'] ) || $cntctfrm_options['plugin_db_version'] != $cntctfrm_db_version ) {
|
280 |
+
cntctfrm_db_create();
|
281 |
+
$cntctfrm_options['plugin_db_version'] = $cntctfrm_db_version;
|
282 |
+
update_option( 'cntctfrm_options', $cntctfrm_options );
|
283 |
+
}
|
284 |
+
}
|
285 |
+
}
|
286 |
+
|
287 |
+
/* Function check if plugin is compatible with current WP version */
|
288 |
+
if ( ! function_exists ( 'cntctfrm_db_create' ) ) {
|
289 |
+
function cntctfrm_db_create() {
|
290 |
+
global $wpdb;
|
291 |
+
$wpdb->query("DROP TABLE IF EXISTS " . $wpdb->prefix . "cntctfrm_field" );
|
292 |
$sql = "CREATE TABLE IF NOT EXISTS `" . $wpdb->prefix . "cntctfrm_field` (
|
293 |
id int NOT NULL AUTO_INCREMENT,
|
294 |
name CHAR(100) NOT NULL,
|
317 |
$wpdb->insert( $wpdb->prefix . "cntctfrm_field", array( 'name' => $value ), array( '%s' ) );
|
318 |
}
|
319 |
}
|
|
|
|
|
|
|
320 |
}
|
321 |
}
|
322 |
|
350 |
/* Check contact-form-multi plugin */
|
351 |
if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) || is_plugin_active_for_network( 'contact-form-multi/contact-form-multi.php' ) )
|
352 |
$contact_form_multi_active = true;
|
353 |
+
if ( is_plugin_active( 'contact-form-multi-pro/contact-form-multi-pro.php' ) || is_plugin_active_for_network( 'contact-form-multi-pro/contact-form-multi-pro.php' ) )
|
354 |
+
$contact_form_multi_pro_active = true;
|
355 |
|
356 |
/* Get Captcha options */
|
357 |
if ( get_option( 'cptch_options' ) )
|
658 |
}
|
659 |
}
|
660 |
|
661 |
+
if ( '' == $error ) {
|
662 |
if ( isset( $contact_form_multi_active ) ) {
|
663 |
|
664 |
$cntctfrmmlt_options_main = get_option( 'cntctfrmmlt_options_main' );
|
667 |
add_option( 'cntctfrmmlt_options_' . $cntctfrmmlt_options_main['id_form'] , $cntctfrm_options, '', 'yes' );
|
668 |
else if ( $cntctfrmmlt_options_main['id_form'] == $_SESSION['cntctfrmmlt_id_form'] )
|
669 |
update_option( 'cntctfrmmlt_options_' . $cntctfrmmlt_options_main['id_form'] , $cntctfrm_options, '', 'yes' );
|
670 |
+
|
671 |
+
} elseif ( isset( $contact_form_multi_pro_active ) ) {
|
672 |
+
$cntctfrmmltpr_options_main = get_option( 'cntctfrmmltpr_options_main' );
|
673 |
+
|
674 |
+
if ( $cntctfrmmltpr_options_main['id_form'] !== $_SESSION['cntctfrmmlt_id_form'] )
|
675 |
+
add_option( 'cntctfrmmlt_options_' . $cntctfrmmltpr_options_main['id_form'] , $cntctfrm_options, '', 'yes' );
|
676 |
+
else if ( $cntctfrmmltpr_options_main['id_form'] == $_SESSION['cntctfrmmlt_id_form'] )
|
677 |
+
update_option( 'cntctfrmmlt_options_' . $cntctfrmmltpr_options_main['id_form'] , $cntctfrm_options, '', 'yes' );
|
678 |
+
|
679 |
} else {
|
680 |
update_option( 'cntctfrm_options', $cntctfrm_options, '', 'yes' );
|
681 |
}
|
813 |
<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>
|
814 |
<div class="error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
|
815 |
<?php if ( ! isset( $_GET['action'] ) ) {
|
816 |
+
if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
|
817 |
<h2 class="nav-tab-wrapper">
|
818 |
<li class="nav-tab nav-tab-active">NEW_FORM</li>
|
819 |
<a class="nav-tab" target="_new" href="http://bestwebsoft.com/plugin/contact-form-multi/" title="<?php _e( "If you want to create multiple contact forms, please install the Contact Form Multi plugin.", 'contact_form' ); ?>">+</a>
|
821 |
<?php } ?>
|
822 |
<form id="cntctfrm_settings_form" method="post" action="admin.php?page=contact_form.php">
|
823 |
<span style="margin-bottom:15px;">
|
824 |
+
<?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
|
825 |
<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 />
|
826 |
<?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' ); ?>
|
827 |
[bestwebsoft_contact_form lang=en]). <?php _e( "They work the same way.", 'contact_form' ); ?></p>
|
1172 |
<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 />
|
1173 |
<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 />
|
1174 |
</div>
|
1175 |
+
<?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
|
1176 |
<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>
|
1177 |
<?php } else { ?>
|
1178 |
<span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=en id=".$_SESSION['cntctfrmmlt_id_form']."] " . __( "or", 'contact_form' ) . " [bestwebsoft_contact_form id=".$_SESSION['cntctfrmmlt_id_form']."] "; _e( "for this language", 'contact_form' ); ?></span>
|
1206 |
<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 />
|
1207 |
<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 />
|
1208 |
</div>
|
1209 |
+
<?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
|
1210 |
<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>
|
1211 |
<?php } else { ?>
|
1212 |
<span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=" . $val . " id=" . $_SESSION['cntctfrmmlt_id_form'] . "] "; _e( "for this language", 'contact_form' ); ?></span>
|
1229 |
<div class="clear"></div>
|
1230 |
<div class="cntctfrm_language_tab cntctfrm_tab_en" style=" padding: 5px 10px 5px 5px;">
|
1231 |
<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 />
|
1232 |
+
<?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
|
1233 |
<span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=en] " . __( "or", 'contact_form' ) . " [bestwebsoft_contact_form] "; _e( "for this language", 'contact_form' ); ?></span>
|
1234 |
<?php } else { ?>
|
1235 |
<span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form=en id=".$_SESSION['cntctfrmmlt_id_form']."] " . __( "or", 'contact_form' ) . " [bestwebsoft_contact_form id=".$_SESSION['cntctfrmmlt_id_form']."] "; _e( "for this language", 'contact_form' ); ?></span>
|
1239 |
foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
|
1240 |
<div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>" style=" padding: 5px 10px 5px 5px;">
|
1241 |
<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 />
|
1242 |
+
<?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
|
1243 |
<span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=" . $val . "] "; _e( "for this language", 'contact_form' ); ?></span>
|
1244 |
<?php } else { ?>
|
1245 |
<span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=" . $val . " id=".$_SESSION['cntctfrmmlt_id_form']."] "; _e( "for this language", 'contact_form' ); ?></span>
|
1603 |
<?php }
|
1604 |
} ?>
|
1605 |
</div>
|
1606 |
+
<?php }
|
|
|
1607 |
}
|
1608 |
|
1609 |
/* Display contact form in front end - page or post */
|
1610 |
if ( ! function_exists( 'cntctfrm_display_form' ) ) {
|
1611 |
function cntctfrm_display_form( $atts = array( 'lang' => 'en' ) ) {
|
1612 |
+
global $error_message, $cntctfrm_options, $cntctfrm_result, $cntctfrmmlt_ide, $cntctfrmmlt_active_plugin, $wpmu;
|
1613 |
extract( shortcode_atts( array( 'lang' => 'en' ), $atts ) );
|
1614 |
$content = "";
|
1615 |
|
1616 |
/* Get options for the form with a definite identifier */
|
1617 |
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
1618 |
+
if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) || is_plugin_active_for_network( 'contact-form-multi/contact-form-multi.php' ) ||
|
1619 |
+
is_plugin_active( 'contact-form-multi-pro/contact-form-multi-pro.php' ) || is_plugin_active_for_network( 'contact-form-multi-pro/contact-form-multi-pro.php' ) ) {
|
1620 |
+
|
1621 |
$_SESSION['cntctfrmmlt_mailto'] = '';
|
1622 |
extract( shortcode_atts( array( 'id' => $cntctfrmmlt_ide ), $atts ) );
|
1623 |
|
1788 |
global $cntctfrm_result, $cntctfrm_options;
|
1789 |
if ( isset( $_POST['cntctfrm_contact_action'] ) || true === $cntctfrm_result ) {
|
1790 |
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
1791 |
+
if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) || is_plugin_active_for_network( 'contact-form-multi/contact-form-multi.php' ) ||
|
1792 |
+
is_plugin_active( 'contact-form-multi-pro/contact-form-multi-pro.php' ) || is_plugin_active_for_network( 'contact-form-multi-pro/contact-form-multi-pro.php' ) ) {
|
1793 |
|
1794 |
if ( ! isset( $_POST['cntctfrmmlt_shortcode_id'] ) )
|
1795 |
$cntctfrm_options = get_option( 'cntctfrmmlt_options' );
|
2005 |
return true;
|
2006 |
|
2007 |
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
2008 |
+
if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) || is_plugin_active_for_network( 'contact-form-multi/contact-form-multi.php' ) ||
|
2009 |
+
is_plugin_active( 'contact-form-multi-pro/contact-form-multi-pro.php' ) || is_plugin_active_for_network( 'contact-form-multi-pro/contact-form-multi-pro.php' ) ) {
|
2010 |
$cntctfrmmlt_maito = $_SESSION['cntctfrmmlt_mailto'];
|
2011 |
$to = $wpdb->get_col( "SELECT `user_email` FROM " . $wpdb->prefix . "users WHERE `user_login` = '$cntctfrmmlt_maito'" );
|
2012 |
} else {
|
2291 |
function cntctfrm_admin_head() {
|
2292 |
if ( isset( $_REQUEST['page'] ) && ( 'contact_form.php' == $_REQUEST['page'] ) ) {
|
2293 |
global $wp_version;
|
2294 |
+
|
2295 |
+
wp_enqueue_style( 'cntctfrm_stylesheet', plugins_url( 'css/style.css', __FILE__ ) );
|
|
|
|
|
2296 |
|
2297 |
if ( 3.5 > $wp_version )
|
2298 |
wp_enqueue_script( 'cntctfrm_script', plugins_url( 'js/script_wp_before_3.5.js', __FILE__ ) );
|
2334 |
/* Check contact-form-multi plugin */
|
2335 |
if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) || is_plugin_active_for_network( 'contact-form-multi/contact-form-multi.php' ) )
|
2336 |
$contact_form_multi_active = true;
|
2337 |
+
if ( is_plugin_active( 'contact-form-multi-pro/contact-form-multi-pro.php' ) || is_plugin_active_for_network( 'contact-form-multi-pro/contact-form-multi-pro.php' ) )
|
2338 |
+
$contact_form_multi_pro_active = true;
|
2339 |
|
2340 |
+
if ( isset( $contact_form_multi_active ) || isset( $contact_form_multi_pro_active ) ) {
|
2341 |
$cntctfrm_options = get_option( 'cntctfrmmlt_options_' . $_SESSION['cntctfrmmlt_id_form'] );
|
2342 |
} else {
|
2343 |
$cntctfrm_options = get_option( 'cntctfrm_options' );
|
2344 |
}
|
2345 |
|
2346 |
$cntctfrm_options['cntctfrm_language'][] = $lang;
|
2347 |
+
|
2348 |
if ( isset ( $contact_form_multi_active ) ) {
|
2349 |
$cntctfrmmlt_options_main = get_option( 'cntctfrmmlt_options_main' );
|
2350 |
update_option( 'cntctfrmmlt_options_' . $cntctfrmmlt_options_main['id_form'], $cntctfrm_options, '', 'yes' );
|
2351 |
+
} elseif ( isset( $contact_form_multi_pro_active ) ) {
|
2352 |
+
$cntctfrmmltpr_options_main = get_option( 'cntctfrmmltpr_options_main' );
|
2353 |
+
update_option( 'cntctfrmmlt_options_' . $cntctfrmmltpr_options_main['id_form'], $cntctfrm_options, '', 'yes' );
|
2354 |
} else {
|
2355 |
update_option( 'cntctfrm_options', $cntctfrm_options, '', 'yes' );
|
2356 |
}
|
2363 |
/* Check contact-form-multi plugin */
|
2364 |
if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) || is_plugin_active_for_network( 'contact-form-multi/contact-form-multi.php' ) )
|
2365 |
$contact_form_multi_active = true;
|
2366 |
+
if ( is_plugin_active( 'contact-form-multi-pro/contact-form-multi-pro.php' ) || is_plugin_active_for_network( 'contact-form-multi-pro/contact-form-multi-pro.php' ) )
|
2367 |
+
$contact_form_multi_pro_active = true;
|
2368 |
|
2369 |
+
if ( isset( $contact_form_multi_active ) || isset( $contact_form_multi_pro_active ) ) {
|
2370 |
$cntctfrm_options = get_option( 'cntctfrmmlt_options_' . $_SESSION['cntctfrmmlt_id_form'] );
|
2371 |
} else {
|
2372 |
$cntctfrm_options = get_option( 'cntctfrm_options' );
|
2424 |
if ( isset( $contact_form_multi_active ) ) {
|
2425 |
$cntctfrmmlt_options_main = get_option( 'cntctfrmmlt_options_main' );
|
2426 |
update_option( 'cntctfrmmlt_options_' . $cntctfrmmlt_options_main['id_form'], $cntctfrm_options, '', 'yes' );
|
2427 |
+
} elseif ( isset( $contact_form_multi_pro_active ) ) {
|
2428 |
+
$cntctfrmmltpr_options_main = get_option( 'cntctfrmmltpr_options_main' );
|
2429 |
+
update_option( 'cntctfrmmlt_options_' . $cntctfrmmltpr_options_main['id_form'], $cntctfrm_options, '', 'yes' );
|
2430 |
} else {
|
2431 |
update_option( 'cntctfrm_options', $cntctfrm_options, '', 'yes' );
|
2432 |
}
|
2441 |
global $cntctfrm_plugin_info;
|
2442 |
$banner_array = array(
|
2443 |
array( 'pdtr_hide_banner_on_plugin_page', 'updater/updater.php', '1.12' ),
|
2444 |
+
array( 'cntctfrmtdb_hide_banner_on_plugin_page', 'contact-form-to-db/contact_form_to_db.php', '1.2' ),
|
2445 |
+
array( 'cntctfrmmlt_hide_banner_on_plugin_page', 'contact-form-multi/contact-form-multi.php', '1.0.7' ),
|
2446 |
array( 'gglmps_hide_banner_on_plugin_page', 'bws-google-maps/bws-google-maps.php', '1.2' ),
|
2447 |
array( 'fcbkbttn_hide_banner_on_plugin_page', 'facebook-button-plugin/facebook-button-plugin.php', '2.29' ),
|
2448 |
array( 'twttr_hide_banner_on_plugin_page', 'twitter-plugin/twitter.php', '2.34' ),
|
2549 |
}
|
2550 |
}
|
2551 |
|
2552 |
+
register_activation_hook( __FILE__, 'cntctfrm_db_create' );
|
2553 |
+
|
2554 |
add_action( 'admin_menu', 'cntctfrm_admin_menu' );
|
2555 |
|
2556 |
add_action( 'init', 'cntctfrm_init' );
|
css/style.css
CHANGED
@@ -87,12 +87,6 @@
|
|
87 |
.cntctfrm_language_tab_block {
|
88 |
padding: 5px 10px 5px 5px;
|
89 |
}
|
90 |
-
#cntctfrmpr_pro_version {
|
91 |
-
background: none repeat scroll 0 0 #E0E0E0;
|
92 |
-
border: 1px solid #AAA;
|
93 |
-
padding-left: 10px;
|
94 |
-
margin-top: 50px;
|
95 |
-
}
|
96 |
#cntctfrmpr_left_table {
|
97 |
margin-right: 30px;
|
98 |
float: left;
|
87 |
.cntctfrm_language_tab_block {
|
88 |
padding: 5px 10px 5px 5px;
|
89 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
#cntctfrmpr_left_table {
|
91 |
margin-right: 30px;
|
92 |
float: left;
|
css/style_wp_before_3.8.css
DELETED
@@ -1,162 +0,0 @@
|
|
1 |
-
/*
|
2 |
-
* styles for settings page
|
3 |
-
*/
|
4 |
-
.cntctfrm_hidden {
|
5 |
-
display: none;
|
6 |
-
}
|
7 |
-
.bws-plugins_page_contact_form input[type="checkbox"],
|
8 |
-
.bws-plugins_page_contact_form input[type="radio"] {
|
9 |
-
position: relative;
|
10 |
-
top: -2px
|
11 |
-
}
|
12 |
-
#cntctfrm_contact_form input.text,
|
13 |
-
#cntctfrm_contact_form textarea,
|
14 |
-
#cntctfrm_contact_message,
|
15 |
-
#cntctfrm_contact_name,
|
16 |
-
#cntctfrm_contact_email,
|
17 |
-
#cntctfrm_contact_subject {
|
18 |
-
width: 320px;
|
19 |
-
}
|
20 |
-
.cntctfrm_info {
|
21 |
-
color: rgb(136, 136, 136);
|
22 |
-
font-size: 10px;
|
23 |
-
clear: both;
|
24 |
-
}
|
25 |
-
#cntctfrm_contact_attachment {
|
26 |
-
margin-bottom:0;
|
27 |
-
}
|
28 |
-
.cntctfrm_change_label_block input, .cntctfrm_action_after_send_block input {
|
29 |
-
margin: 1px 0;
|
30 |
-
}
|
31 |
-
.cntctfrm_change_label_block input[type="text"],
|
32 |
-
.cntctfrm_action_after_send_block input[type="text"] {
|
33 |
-
width: 300px;
|
34 |
-
}
|
35 |
-
.cntctfrm_action_after_send_block input[type="text"] {
|
36 |
-
width: 250px;
|
37 |
-
}
|
38 |
-
.widget-container #cntctfrm_contact_form input.text,
|
39 |
-
.widget-container #cntctfrm_contact_form textarea,
|
40 |
-
.widget-container #cntctfrm_contact_message,
|
41 |
-
.widget-container #cntctfrm_contact_name,
|
42 |
-
.widget-container #cntctfrm_contact_email,
|
43 |
-
.widget-container #cntctfrm_contact_subject,
|
44 |
-
.textwidget #cntctfrm_contact_form input.text,
|
45 |
-
.textwidget #cntctfrm_contact_form textarea,
|
46 |
-
.textwidget #cntctfrm_contact_message,
|
47 |
-
.textwidgetr #cntctfrm_contact_name,
|
48 |
-
.textwidget #cntctfrm_contact_email,
|
49 |
-
.textwidget #cntctfrm_contact_subject {
|
50 |
-
width: 200px !important;
|
51 |
-
}
|
52 |
-
.cntctfrm_label_language_tab {
|
53 |
-
float: left;
|
54 |
-
padding: 2px 5px;
|
55 |
-
border-radius: 4px 4px 0px 0px;
|
56 |
-
border: 1px solid #DFDFDF;
|
57 |
-
background: url("../images/gray-grad.png") repeat-x scroll left top #DFDFDF;
|
58 |
-
cursor: pointer;
|
59 |
-
margin-right: 3px;
|
60 |
-
}
|
61 |
-
.cntctfrm_language_tab {
|
62 |
-
border: 1px solid #DFDFDF;
|
63 |
-
}
|
64 |
-
.cntctfrm_active {
|
65 |
-
color: #21759B;
|
66 |
-
}
|
67 |
-
.cntctfrm_delete {
|
68 |
-
color: red;
|
69 |
-
display: block;
|
70 |
-
float: right;
|
71 |
-
margin-left: 7px;
|
72 |
-
position: relative;
|
73 |
-
right: -3px;
|
74 |
-
}
|
75 |
-
.cntctfrm_language_tab_block_mini {
|
76 |
-
background: url("../images/toggle-arrow.png") no-repeat scroll 1px -26px transparent;
|
77 |
-
border-bottom: 1px solid #DFDFDF;
|
78 |
-
border-right: 1px solid #DFDFDF;
|
79 |
-
line-height: 18px;
|
80 |
-
padding-left: 22px;
|
81 |
-
color: #888888;
|
82 |
-
font-size: 10px;
|
83 |
-
}
|
84 |
-
.cntctfrm_language_tab_block_mini:hover {
|
85 |
-
opacity: 0.7;
|
86 |
-
}
|
87 |
-
.cntctfrm_language_tab_block {
|
88 |
-
padding: 5px 10px 5px 5px;
|
89 |
-
}
|
90 |
-
#cntctfrmpr_left_table {
|
91 |
-
margin-right: 30px;
|
92 |
-
float: left;
|
93 |
-
}
|
94 |
-
#cntctfrmpr_right_table {
|
95 |
-
width: 500px;
|
96 |
-
float: left;
|
97 |
-
}
|
98 |
-
.cntctfrm_help_box {
|
99 |
-
background-image: url("../images/tooltip_icons.png");
|
100 |
-
background-repeat: no-repeat;
|
101 |
-
cursor: pointer;
|
102 |
-
float: left;
|
103 |
-
height: 29px;
|
104 |
-
position: relative;
|
105 |
-
margin: 0 10px;
|
106 |
-
width: 29px;
|
107 |
-
clear: none !important;
|
108 |
-
}
|
109 |
-
.cntctfrm_hidden_help_text {
|
110 |
-
background: #F4F4F4;
|
111 |
-
border: 1px solid #DCDCDC;
|
112 |
-
border-radius: 4px;
|
113 |
-
left: 40px;
|
114 |
-
padding: 5px 10px;
|
115 |
-
position: absolute;
|
116 |
-
width: 240px;
|
117 |
-
line-height: 1.5;
|
118 |
-
z-index: 10;
|
119 |
-
}
|
120 |
-
.cntctfrm_hidden_help_text:before {
|
121 |
-
content: url("../images/help.png");
|
122 |
-
left: -10px;
|
123 |
-
position: absolute;
|
124 |
-
top: 7px;
|
125 |
-
}
|
126 |
-
#cntctfrmpr_right_table #cntctfrmpr_contact_form input.text,
|
127 |
-
#cntctfrmpr_right_table #cntctfrmpr_contact_form textarea {
|
128 |
-
width: 320px;
|
129 |
-
float: left;
|
130 |
-
}
|
131 |
-
#cntctfrmpr_contact_form div {
|
132 |
-
clear: both;
|
133 |
-
}
|
134 |
-
.cntctfrmpr_info {
|
135 |
-
color: rgb(136, 136, 136);
|
136 |
-
font-size: 10px;
|
137 |
-
clear: both;
|
138 |
-
}
|
139 |
-
#cntctfrmpr_shortcode {
|
140 |
-
width: 330px;
|
141 |
-
margin-top: 30px;
|
142 |
-
}
|
143 |
-
#cntctfrmpr_shortcode div {
|
144 |
-
height: 20px;
|
145 |
-
width: 190px;
|
146 |
-
background: #EAEAEA;
|
147 |
-
border: 1px solid #DCDCDC;
|
148 |
-
padding: 10px;
|
149 |
-
text-align: center;
|
150 |
-
}
|
151 |
-
#cntctfrmpr_shortcode code {
|
152 |
-
white-space:nowrap;
|
153 |
-
background: #EAEAEA;
|
154 |
-
}
|
155 |
-
/* cntctfrm_settings_table */
|
156 |
-
.cntctfrm_settings_table th, .cntctfrm_settings_table td {
|
157 |
-
border-bottom: 1px solid #DFDFDF;
|
158 |
-
border-right: 1px solid #DFDFDF;
|
159 |
-
height: 25px;
|
160 |
-
padding: 2px 10px;
|
161 |
-
text-align: left;
|
162 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
images/banner.png
CHANGED
File without changes
|
images/banner_for_ctfrmtdb.png
CHANGED
File without changes
|
images/close_banner.png
CHANGED
File without changes
|
images/gray-grad.png
CHANGED
File without changes
|
images/pro_screen_1.png
CHANGED
File without changes
|
images/px.png
CHANGED
File without changes
|
images/tooltip_attachment_tips.png
CHANGED
File without changes
|
images/tooltip_sendme_block.png
CHANGED
File without changes
|
js/script.js
CHANGED
File without changes
|
languages/contact_form-af_ZA.mo
CHANGED
Binary file
|
languages/contact_form-af_ZA.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-04-
|
6 |
-
"PO-Revision-Date: 2014-04-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Aldu <alducornelissen@gmail.com>\n"
|
9 |
"Language: af\n"
|
@@ -18,7 +18,7 @@ msgstr ""
|
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: contact_form.php:73
|
21 |
-
#: contact_form.php:
|
22 |
msgid "Contact Form Settings"
|
23 |
msgstr "Kontak Form Verstellings"
|
24 |
|
@@ -27,44 +27,44 @@ msgid "Contact Form"
|
|
27 |
msgstr "Kontak Form"
|
28 |
|
29 |
#: contact_form.php:149
|
30 |
-
#: contact_form.php:
|
31 |
-
#: contact_form.php:
|
32 |
msgid "Name:"
|
33 |
msgstr "Naam:"
|
34 |
|
35 |
#: contact_form.php:150
|
36 |
-
#: contact_form.php:
|
37 |
-
#: contact_form.php:
|
38 |
msgid "Address:"
|
39 |
msgstr "Adres:"
|
40 |
|
41 |
#: contact_form.php:151
|
42 |
-
#: contact_form.php:
|
43 |
-
#: contact_form.php:
|
44 |
msgid "Email Address:"
|
45 |
msgstr "Epos Adres:"
|
46 |
|
47 |
#: contact_form.php:152
|
48 |
-
#: contact_form.php:
|
49 |
-
#: contact_form.php:
|
50 |
msgid "Phone number:"
|
51 |
msgstr "Telefoon nommer:"
|
52 |
|
53 |
#: contact_form.php:153
|
54 |
-
#: contact_form.php:
|
55 |
-
#: contact_form.php:
|
56 |
msgid "Subject:"
|
57 |
msgstr "Onderwerp:"
|
58 |
|
59 |
#: contact_form.php:154
|
60 |
-
#: contact_form.php:
|
61 |
-
#: contact_form.php:
|
62 |
msgid "Message:"
|
63 |
msgstr "Boodskap:"
|
64 |
|
65 |
#: contact_form.php:155
|
66 |
-
#: contact_form.php:
|
67 |
-
#: contact_form.php:
|
68 |
msgid "Attachment:"
|
69 |
msgstr "Aanhegsel:"
|
70 |
|
@@ -73,14 +73,14 @@ msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI,
|
|
73 |
msgstr "Ondersteunde datalêer tipes: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max Datei-Größe: 2MB"
|
74 |
|
75 |
#: contact_form.php:157
|
76 |
-
#: contact_form.php:
|
77 |
-
#: contact_form.php:
|
78 |
msgid "Send me a copy"
|
79 |
msgstr "Stuur vir my 'n kopie"
|
80 |
|
81 |
#: contact_form.php:158
|
82 |
-
#: contact_form.php:
|
83 |
-
#: contact_form.php:
|
84 |
msgid "Submit"
|
85 |
msgstr "Dien in"
|
86 |
|
@@ -136,858 +136,858 @@ msgstr "Korregeer asseblief die foute hierdoner en probeer weer."
|
|
136 |
msgid "Thank you for contacting us."
|
137 |
msgstr "Dankie dat jy ons gekontak het."
|
138 |
|
139 |
-
#: contact_form.php:
|
140 |
msgid "requires"
|
141 |
msgstr "benodig"
|
142 |
|
143 |
-
#: contact_form.php:
|
144 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
145 |
msgstr "of hoër, dit is waarom dit gedeaktiveer is! Opgradeer asseblief WordPress, en probeer weer."
|
146 |
|
147 |
-
#: contact_form.php:
|
148 |
msgid "Back to the WordPress"
|
149 |
msgstr "Terug na WordPress."
|
150 |
|
151 |
-
#: contact_form.php:
|
152 |
msgid "Plugins page"
|
153 |
msgstr "Plugin blad"
|
154 |
|
155 |
-
#: contact_form.php:
|
156 |
msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
|
157 |
msgstr "As die 'Redirect to page' opsie geselekteer is moet die URL veld in die volgende formaat wees"
|
158 |
|
159 |
-
#: contact_form.php:
|
160 |
msgid "Such user does not exist. Settings are not saved."
|
161 |
msgstr "Hierdie gebruiker bestaan nie. Die instellings is nie gestoor nie."
|
162 |
|
163 |
-
#: contact_form.php:
|
164 |
-
#: contact_form.php:
|
165 |
msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
|
166 |
msgstr "Vul asseblief 'n geldige epos adres in die 'FROM/VAN' veld. Die verstellings is nie gestoor nie."
|
167 |
|
168 |
-
#: contact_form.php:
|
169 |
msgid "Settings saved."
|
170 |
msgstr "Verstellings is gestoor."
|
171 |
|
172 |
-
#: contact_form.php:
|
173 |
-
#: contact_form.php:
|
174 |
msgid "Wrong license key"
|
175 |
msgstr "Verkeerde lisensie sleutel"
|
176 |
|
177 |
-
#: contact_form.php:
|
178 |
msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
|
179 |
msgstr "Iets het fout gegaan. Probeer weer later. As die foutboodskap weer verskyn, kontak ons asseblief by <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Ons is jammer vir die ongerief."
|
180 |
|
181 |
-
#: contact_form.php:
|
182 |
msgid "This license key is bind to another site"
|
183 |
msgstr "Hierdie lisensie sleutel is verbind met 'n ander webblad."
|
184 |
|
185 |
-
#: contact_form.php:
|
186 |
-
#: contact_form.php:
|
187 |
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
188 |
msgstr "Ongelukkig het u die aantal beskikbare probeerslae per dag oorskry. Laai asseblief die plugin handmatig op."
|
189 |
|
190 |
-
#: contact_form.php:
|
191 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
192 |
msgstr "Mislukking om zip Argiewe oop te maak. Laai asseblief die plugin handmatig op."
|
193 |
|
194 |
-
#: contact_form.php:
|
195 |
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
196 |
msgstr "U server ondersteun of nie ZipArchive of Phar nie. Laai asseblief die plugin handmatig op."
|
197 |
|
198 |
-
#: contact_form.php:
|
199 |
-
#: contact_form.php:
|
200 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
201 |
msgstr "Mislukking om zip Argiewe af te laai. Laai asseblief die plugin handmatig op."
|
202 |
|
203 |
-
#: contact_form.php:
|
204 |
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
|
205 |
msgstr "Iets het verkeerd gegaan. Probeer weer later, of laai die plugin op handmatig. Ons is jammer vir die ongerief."
|
206 |
|
207 |
-
#: contact_form.php:
|
208 |
msgid "Please, enter Your license key"
|
209 |
msgstr "Sleutel asseblief u lisensie sleutel in"
|
210 |
|
211 |
-
#: contact_form.php:
|
212 |
-
#: contact_form.php:
|
213 |
-
#: contact_form.php:
|
214 |
msgid "Settings"
|
215 |
msgstr "Verstellings"
|
216 |
|
217 |
-
#: contact_form.php:
|
218 |
msgid "Extra settings"
|
219 |
msgstr "Ekstra verstellings"
|
220 |
|
221 |
-
#: contact_form.php:
|
222 |
msgid "Go PRO"
|
223 |
msgstr "Gaan PRO"
|
224 |
|
225 |
-
#: contact_form.php:
|
226 |
msgid "Notice:"
|
227 |
msgstr "Kennisgewing:"
|
228 |
|
229 |
-
#: contact_form.php:
|
230 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
231 |
msgstr "Die plugin se verstellings het verander. Onthou om 'Save Changes' te kliek om die veranderinge te stoor."
|
232 |
|
233 |
-
#: contact_form.php:
|
234 |
msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: contact_form.php:
|
238 |
-
#: contact_form.php:
|
239 |
-
#: contact_form.php:
|
240 |
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:"
|
241 |
msgstr "As u die Kontak Vorm by u webstuiste wil bylas, kopieër en plak net die kortkode na u post, bladsy of widget:"
|
242 |
|
243 |
-
#: contact_form.php:
|
244 |
-
#: contact_form.php:
|
245 |
-
#: contact_form.php:
|
246 |
-
#: contact_form.php:
|
247 |
-
#: contact_form.php:
|
248 |
-
#: contact_form.php:
|
249 |
-
#: contact_form.php:
|
250 |
-
#: contact_form.php:
|
251 |
msgid "or"
|
252 |
msgstr "of"
|
253 |
|
254 |
-
#: contact_form.php:
|
255 |
-
#: contact_form.php:
|
256 |
msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
|
257 |
msgstr "As u enige probelem het met die standaard kortkode [contact_form], moet u die volgende kortkodes gebruik"
|
258 |
|
259 |
-
#: contact_form.php:
|
260 |
-
#: contact_form.php:
|
261 |
msgid "They work the same way."
|
262 |
msgstr "Hulle werk op dieselfde manier."
|
263 |
|
264 |
-
#: contact_form.php:
|
265 |
-
#: contact_form.php:
|
266 |
msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
|
267 |
msgstr "As u die velde leeg laat, sal die boodskappe gestuur word na die epos adres wat gespesifiseer was gedurende registrasie"
|
268 |
|
269 |
-
#: contact_form.php:
|
270 |
msgid "The user's email address:"
|
271 |
msgstr "Die gebruiker se epos adres:"
|
272 |
|
273 |
-
#: contact_form.php:
|
274 |
msgid "Create a username"
|
275 |
msgstr "Skep 'n gebruikersnaam"
|
276 |
|
277 |
-
#: contact_form.php:
|
278 |
msgid "Enter a username of the person who should get the messages from the contact form."
|
279 |
msgstr "Sleutel 'n gebruikersnaam in vir die persoon wat die boodskappe moet kry van die kontak vorm."
|
280 |
|
281 |
-
#: contact_form.php:
|
282 |
msgid "Use this email address:"
|
283 |
msgstr "Gebruik hierdie epos adres:"
|
284 |
|
285 |
-
#: contact_form.php:
|
286 |
msgid "Enter the email address you want the messages forwarded to."
|
287 |
msgstr "Sleutel in die epos adres in waar u die boodskappe aangestuur wil he."
|
288 |
|
289 |
-
#: contact_form.php:
|
290 |
msgid "Add department selectbox to the contact form:"
|
291 |
msgstr "Voeg 'n departementele keuse-boks by die kontak vorm:"
|
292 |
|
293 |
-
#: contact_form.php:
|
294 |
-
#: contact_form.php:
|
295 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
296 |
msgstr "As u opgradeer na die Pro weergawe sal die verstellings gestoor word."
|
297 |
|
298 |
-
#: contact_form.php:
|
299 |
-
#: contact_form.php:
|
300 |
-
#: contact_form.php:
|
301 |
-
#: contact_form.php:
|
302 |
msgid "Unlock premium options by upgrading to a PRO version."
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: contact_form.php:
|
306 |
-
#: contact_form.php:
|
307 |
-
#: contact_form.php:
|
308 |
-
#: contact_form.php:
|
309 |
-
#: contact_form.php:
|
310 |
-
#: contact_form.php:
|
311 |
msgid "Learn More"
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: contact_form.php:
|
315 |
-
#: contact_form.php:
|
316 |
-
#: contact_form.php:
|
317 |
-
#: contact_form.php:
|
318 |
#, fuzzy
|
319 |
msgid "Go"
|
320 |
msgstr "Go!"
|
321 |
|
322 |
-
#: contact_form.php:
|
323 |
msgid "Save emails to the database"
|
324 |
msgstr "Stoor eposse na die databasis."
|
325 |
|
326 |
-
#: contact_form.php:
|
327 |
msgid "Using"
|
328 |
msgstr "In Gebruik"
|
329 |
|
330 |
-
#: contact_form.php:
|
331 |
-
#: contact_form.php:
|
332 |
-
#: contact_form.php:
|
333 |
-
#: contact_form.php:
|
334 |
msgid "powered by"
|
335 |
msgstr "Verrig deur"
|
336 |
|
337 |
-
#: contact_form.php:
|
338 |
-
#: contact_form.php:
|
339 |
msgid "Using Contact Form to DB powered by"
|
340 |
msgstr "Gebruik van Kontak Vorm na DB verrig deur"
|
341 |
|
342 |
-
#: contact_form.php:
|
343 |
msgid "Activate Contact Form to DB"
|
344 |
msgstr "Aktiveer Kontak Vorm na DB"
|
345 |
|
346 |
-
#: contact_form.php:
|
347 |
msgid "Download Contact Form to DB"
|
348 |
msgstr "Laai Kontak Vorm na DB af"
|
349 |
|
350 |
-
#: contact_form.php:
|
351 |
msgid "Additional options"
|
352 |
msgstr "Addisionele opsies"
|
353 |
|
354 |
-
#: contact_form.php:
|
355 |
msgid "Show"
|
356 |
msgstr "Besigtig"
|
357 |
|
358 |
-
#: contact_form.php:
|
359 |
msgid "Hide"
|
360 |
msgstr "Versteek"
|
361 |
|
362 |
-
#: contact_form.php:
|
363 |
msgid "What to use?"
|
364 |
msgstr "Wat om te gebruik?"
|
365 |
|
366 |
-
#: contact_form.php:
|
367 |
msgid "Wp-mail"
|
368 |
msgstr "Wp-mail"
|
369 |
|
370 |
-
#: contact_form.php:
|
371 |
msgid "You can use the wp_mail function for mailing"
|
372 |
msgstr "U kan die wp_mail funksie gebruik vir eposse"
|
373 |
|
374 |
-
#: contact_form.php:
|
375 |
msgid "Mail"
|
376 |
msgstr "Mail"
|
377 |
|
378 |
-
#: contact_form.php:
|
379 |
msgid "To send mail you can use the php mail function"
|
380 |
msgstr "Om eposse te stuur kan u die php epos funksie gebruik"
|
381 |
|
382 |
-
#: contact_form.php:
|
383 |
msgid "The text in the 'From' field"
|
384 |
msgstr "Die teks in die 'From/Van' veld"
|
385 |
|
386 |
-
#: contact_form.php:
|
387 |
msgid "User name"
|
388 |
msgstr "Gebruikersnaam"
|
389 |
|
390 |
-
#: contact_form.php:
|
391 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
392 |
msgstr "Die naam van die gebruiker wie die vorm invul sal gebruik word vir die 'From/Van' veld."
|
393 |
|
394 |
-
#: contact_form.php:
|
395 |
msgid "This text will be used in the 'FROM' field"
|
396 |
msgstr "Hierdie teks sal gebruik word in die 'FROM/VAN' veld"
|
397 |
|
398 |
-
#: contact_form.php:
|
399 |
msgid "The email address in the 'From' field"
|
400 |
msgstr "Die epos adres in die 'From/Van' veld"
|
401 |
|
402 |
-
#: contact_form.php:
|
403 |
msgid "User email"
|
404 |
msgstr "Gebruiker epos"
|
405 |
|
406 |
-
#: contact_form.php:
|
407 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
408 |
msgstr "Die epos adres van die gebruiker wie die vorm invul sal gebruik word in die 'From/van' veld."
|
409 |
|
410 |
-
#: contact_form.php:
|
411 |
msgid "This email address will be used in the 'From' field."
|
412 |
msgstr "Hierdie epos adres sal gebruik word in die 'From/Van' veld."
|
413 |
|
414 |
-
#: contact_form.php:
|
415 |
msgid "Required symbol"
|
416 |
msgstr "Benodigde simbool"
|
417 |
|
418 |
-
#: contact_form.php:
|
419 |
msgid "Fields"
|
420 |
msgstr "Velde"
|
421 |
|
422 |
-
#: contact_form.php:
|
423 |
msgid "Used"
|
424 |
msgstr "Gebruik"
|
425 |
|
426 |
-
#: contact_form.php:
|
427 |
msgid "Required"
|
428 |
msgstr "Benodig"
|
429 |
|
430 |
-
#: contact_form.php:
|
431 |
msgid "Visible"
|
432 |
msgstr "Sigbaar"
|
433 |
|
434 |
-
#: contact_form.php:
|
435 |
msgid "Disabled for editing"
|
436 |
msgstr "Gedeaktiveer vir wysiging"
|
437 |
|
438 |
-
#: contact_form.php:
|
439 |
msgid "Field's default value"
|
440 |
msgstr "Veld se verstekwaarde"
|
441 |
|
442 |
-
#: contact_form.php:
|
443 |
-
#: contact_form.php:
|
444 |
-
#: contact_form.php:
|
445 |
-
#: contact_form.php:
|
446 |
msgid "Name"
|
447 |
msgstr "Naam"
|
448 |
|
449 |
-
#: contact_form.php:
|
450 |
-
#: contact_form.php:
|
451 |
-
#: contact_form.php:
|
452 |
-
#: contact_form.php:
|
453 |
msgid "Address"
|
454 |
msgstr "Adres: "
|
455 |
|
456 |
-
#: contact_form.php:
|
457 |
msgid "Email Address"
|
458 |
msgstr "Epos Adres:"
|
459 |
|
460 |
-
#: contact_form.php:
|
461 |
msgid "Phone number"
|
462 |
msgstr "Telefoon nommer:"
|
463 |
|
464 |
-
#: contact_form.php:
|
465 |
-
#: contact_form.php:
|
466 |
-
#: contact_form.php:
|
467 |
-
#: contact_form.php:
|
468 |
msgid "Subject"
|
469 |
msgstr "Onderwerp"
|
470 |
|
471 |
-
#: contact_form.php:
|
472 |
-
#: contact_form.php:
|
473 |
-
#: contact_form.php:
|
474 |
-
#: contact_form.php:
|
475 |
msgid "Message"
|
476 |
msgstr "Boodskap"
|
477 |
|
478 |
-
#: contact_form.php:
|
479 |
msgid "Attachment block"
|
480 |
msgstr "Aanhegsel blok"
|
481 |
|
482 |
-
#: contact_form.php:
|
483 |
msgid "Users can attach the following file formats"
|
484 |
msgstr "Gebruikers kan die volgende dataleêr formate aanheg"
|
485 |
|
486 |
-
#: contact_form.php:
|
487 |
msgid "Add to the form"
|
488 |
msgstr "Voeg by die vorm by"
|
489 |
|
490 |
-
#: contact_form.php:
|
491 |
msgid "Tips below the Attachment"
|
492 |
msgstr "Wenke onder die Aanhegsel"
|
493 |
|
494 |
-
#: contact_form.php:
|
495 |
msgid "'Send me a copy' block"
|
496 |
msgstr "'Stuur vir my 'n kopie' blok"
|
497 |
|
498 |
-
#: contact_form.php:
|
499 |
-
#: contact_form.php:
|
500 |
-
#: contact_form.php:
|
501 |
-
#: contact_form.php:
|
502 |
msgid "Captcha"
|
503 |
msgstr "Captcha"
|
504 |
|
505 |
-
#: contact_form.php:
|
506 |
msgid "Activate captcha"
|
507 |
msgstr "Aktiveer captcha"
|
508 |
|
509 |
-
#: contact_form.php:
|
510 |
msgid "Download captcha"
|
511 |
msgstr "Laai captcha af"
|
512 |
|
513 |
-
#: contact_form.php:
|
514 |
msgid "Agreement checkbox"
|
515 |
msgstr "Ooreenstemming checkbox"
|
516 |
|
517 |
-
#: contact_form.php:
|
518 |
msgid "Required checkbox for submitting the form"
|
519 |
msgstr "Benodigde checkbox om die vorm in te dien"
|
520 |
|
521 |
-
#: contact_form.php:
|
522 |
msgid "Optional checkbox"
|
523 |
msgstr "Opsie checkbox"
|
524 |
|
525 |
-
#: contact_form.php:
|
526 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
527 |
msgstr "Opsionele checkbox, die resultate waarvan in die epos sal verskyn"
|
528 |
|
529 |
-
#: contact_form.php:
|
530 |
msgid "Delete an attachment file from the server after the email is sent"
|
531 |
msgstr "Verwyder 'n aanhegsel dataleêr van die server na epos gestuur is"
|
532 |
|
533 |
-
#: contact_form.php:
|
534 |
msgid "Email in HTML format sending"
|
535 |
msgstr "E-Mail in HTML Format"
|
536 |
|
537 |
-
#: contact_form.php:
|
538 |
msgid "Display additional info in the email"
|
539 |
msgstr "Toon addisionele inligting in die epos"
|
540 |
|
541 |
-
#: contact_form.php:
|
542 |
-
#: contact_form.php:
|
543 |
-
#: contact_form.php:
|
544 |
msgid "Sent from (ip address)"
|
545 |
msgstr "Gestuur van (IP-Adres)"
|
546 |
|
547 |
-
#: contact_form.php:
|
548 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
549 |
msgstr "Voorbeeld: Gestuur van (IP-Adres):\t127.0.0.1"
|
550 |
|
551 |
-
#: contact_form.php:
|
552 |
-
#: contact_form.php:
|
553 |
-
#: contact_form.php:
|
554 |
msgid "Date/Time"
|
555 |
msgstr "Datum/Tyd"
|
556 |
|
557 |
-
#: contact_form.php:
|
558 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
559 |
msgstr "Voorbeeld: Datum/Tyd:\tAugustus 19, 2013 8:50 pm"
|
560 |
|
561 |
-
#: contact_form.php:
|
562 |
-
#: contact_form.php:
|
563 |
-
#: contact_form.php:
|
564 |
msgid "Sent from (referer)"
|
565 |
msgstr "Gestuur van (referer)"
|
566 |
|
567 |
-
#: contact_form.php:
|
568 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
569 |
msgstr "Voorbeeld: Gestuur van (referer):\thttp://bestwebsoft.com/kontakte/kontak-ons/"
|
570 |
|
571 |
-
#: contact_form.php:
|
572 |
-
#: contact_form.php:
|
573 |
-
#: contact_form.php:
|
574 |
msgid "Using (user agent)"
|
575 |
msgstr "Gebruik (user agent)"
|
576 |
|
577 |
-
#: contact_form.php:
|
578 |
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"
|
579 |
msgstr "Voorbeeld: Gebruik (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
580 |
|
581 |
-
#: contact_form.php:
|
582 |
msgid "Language settings for the field names in the form"
|
583 |
msgstr "Taal verstellings vir die naamvelde in die vorm"
|
584 |
|
585 |
-
#: contact_form.php:
|
586 |
msgid "Add a language"
|
587 |
msgstr "Voeg 'n taal by"
|
588 |
|
589 |
-
#: contact_form.php:
|
590 |
msgid "Change the names of the contact form fields and error messages"
|
591 |
msgstr "Verander die name van die kontak vorm velde en foutboodskappe"
|
592 |
|
593 |
-
#: contact_form.php:
|
594 |
-
#: contact_form.php:
|
595 |
msgid "English"
|
596 |
msgstr "Engels"
|
597 |
|
598 |
-
#: contact_form.php:
|
599 |
-
#: contact_form.php:
|
600 |
msgid "click to expand/hide the list"
|
601 |
msgstr "Kliek om uit te brei/lys te versteek"
|
602 |
|
603 |
-
#: contact_form.php:
|
604 |
-
#: contact_form.php:
|
605 |
msgid "Tips below the Attachment block"
|
606 |
msgstr "Wenke onder toe Aanhegsel blok"
|
607 |
|
608 |
-
#: contact_form.php:
|
609 |
-
#: contact_form.php:
|
610 |
msgid "Error message for the Name field"
|
611 |
msgstr "FFoutboodskap vir die Naamveld"
|
612 |
|
613 |
-
#: contact_form.php:
|
614 |
-
#: contact_form.php:
|
615 |
msgid "Error message for the Address field"
|
616 |
msgstr "Foutboodskap vir die Adres veld"
|
617 |
|
618 |
-
#: contact_form.php:
|
619 |
-
#: contact_form.php:
|
620 |
msgid "Error message for the Email field"
|
621 |
msgstr "Foutboodskap vir die Epos veld"
|
622 |
|
623 |
-
#: contact_form.php:
|
624 |
-
#: contact_form.php:
|
625 |
msgid "Error message for the Phone field"
|
626 |
msgstr "Foutboodskap vir die Telefoon Nommer veld"
|
627 |
|
628 |
-
#: contact_form.php:
|
629 |
-
#: contact_form.php:
|
630 |
msgid "Error message for the Subject field"
|
631 |
msgstr "Foutboodskap vir die Onderwerp veld"
|
632 |
|
633 |
-
#: contact_form.php:
|
634 |
-
#: contact_form.php:
|
635 |
msgid "Error message for the Message field"
|
636 |
msgstr "Foutboodskap vir die Boodskap veld"
|
637 |
|
638 |
-
#: contact_form.php:
|
639 |
-
#: contact_form.php:
|
640 |
msgid "Error message about the file type for the Attachment field"
|
641 |
msgstr "Foutboodskap oor die dataleêr tipe vir die Aanhegsel veld"
|
642 |
|
643 |
-
#: contact_form.php:
|
644 |
-
#: contact_form.php:
|
645 |
msgid "Error message while uploading a file for the Attachment field to the server"
|
646 |
msgstr "Foutboodskap tydens dataleêr oplaai vir die Aanhegsel veld na die server"
|
647 |
|
648 |
-
#: contact_form.php:
|
649 |
-
#: contact_form.php:
|
650 |
msgid "Error message while moving the file for the Attachment field"
|
651 |
msgstr "Foutboodskap tydens die skuif van dataleêr vir die Aanhegsel veld"
|
652 |
|
653 |
-
#: contact_form.php:
|
654 |
-
#: contact_form.php:
|
655 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
656 |
msgstr "Foutboodskap wanneer die dataleêr limiet vir die Aanhegsel veld oorskry is"
|
657 |
|
658 |
-
#: contact_form.php:
|
659 |
-
#: contact_form.php:
|
660 |
msgid "Error message for the Captcha field"
|
661 |
msgstr "Foutboodskap vir die Captcha veld"
|
662 |
|
663 |
-
#: contact_form.php:
|
664 |
-
#: contact_form.php:
|
665 |
msgid "Error message for the whole form"
|
666 |
msgstr "Foutboodskap vir die hele vorm"
|
667 |
|
668 |
-
#: contact_form.php:
|
669 |
-
#: contact_form.php:
|
670 |
-
#: contact_form.php:
|
671 |
-
#: contact_form.php:1191
|
672 |
#: contact_form.php:1212
|
673 |
-
#: contact_form.php:
|
674 |
-
#: contact_form.php:
|
675 |
-
#: contact_form.php:
|
|
|
676 |
msgid "Use shortcode"
|
677 |
msgstr "Gebruik kortkode"
|
678 |
|
679 |
-
#: contact_form.php:
|
680 |
-
#: contact_form.php:
|
681 |
-
#: contact_form.php:
|
682 |
-
#: contact_form.php:1191
|
683 |
#: contact_form.php:1212
|
684 |
-
#: contact_form.php:
|
685 |
-
#: contact_form.php:
|
686 |
-
#: contact_form.php:
|
|
|
687 |
msgid "for this language"
|
688 |
msgstr "vir hierdie taal"
|
689 |
|
690 |
-
#: contact_form.php:
|
691 |
msgid "Action after email is sent"
|
692 |
msgstr "Aksie na epos gestuur is"
|
693 |
|
694 |
-
#: contact_form.php:
|
695 |
msgid "Display text"
|
696 |
msgstr "Toon teks"
|
697 |
|
698 |
-
#: contact_form.php:
|
699 |
-
#: contact_form.php:
|
700 |
msgid "Text"
|
701 |
msgstr "teks"
|
702 |
|
703 |
-
#: contact_form.php:
|
704 |
msgid "Redirect to the page"
|
705 |
msgstr "Herlei na die bladsy"
|
706 |
|
707 |
-
#: contact_form.php:
|
708 |
msgid "Url"
|
709 |
msgstr "Url"
|
710 |
|
711 |
-
#: contact_form.php:
|
712 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
713 |
msgstr ""
|
714 |
|
715 |
-
#: contact_form.php:
|
716 |
msgid "If you are not sure whether to change this setting or not, please do not do that."
|
717 |
msgstr ""
|
718 |
|
719 |
-
#: contact_form.php:
|
720 |
-
#: contact_form.php:
|
721 |
msgid "Save Changes"
|
722 |
msgstr "Stoor veranderinge"
|
723 |
|
724 |
-
#: contact_form.php:
|
725 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
726 |
msgstr "As u die plugin geniet, gee dit asseblief 5 sterre op WordPress"
|
727 |
|
728 |
-
#: contact_form.php:
|
729 |
msgid "Rate the plugin"
|
730 |
msgstr "Prys die plugin"
|
731 |
|
732 |
-
#: contact_form.php:
|
733 |
msgid "If there is something wrong about it, please contact us"
|
734 |
msgstr "As daar iets fout is met dit, kontak ons asseblief"
|
735 |
|
736 |
-
#: contact_form.php:
|
737 |
msgid "Errors output"
|
738 |
msgstr "Foutboodskap uitset"
|
739 |
|
740 |
-
#: contact_form.php:
|
741 |
msgid "Display error messages"
|
742 |
msgstr "Toon foutboodskappe"
|
743 |
|
744 |
-
#: contact_form.php:
|
745 |
msgid "Color of the input field errors."
|
746 |
msgstr "Kleur van die inset veld foutboodskappe"
|
747 |
|
748 |
-
#: contact_form.php:
|
749 |
msgid "Display error messages & color of the input field errors"
|
750 |
msgstr "Toon foutboodskappe & kleur van die inset veld foutboodskappe"
|
751 |
|
752 |
-
#: contact_form.php:
|
753 |
msgid "Add placeholder to the input blocks"
|
754 |
msgstr "Voeg 'n plekhouer by die inset blokke"
|
755 |
|
756 |
-
#: contact_form.php:
|
757 |
msgid "Add tooltips"
|
758 |
msgstr "Voeg tool-wenke"
|
759 |
|
760 |
-
#: contact_form.php:
|
761 |
msgid "Email address"
|
762 |
msgstr "Epos Adres:"
|
763 |
|
764 |
-
#: contact_form.php:
|
765 |
msgid "Phone Number"
|
766 |
msgstr "Telefoon Nommer:"
|
767 |
|
768 |
-
#: contact_form.php:
|
769 |
msgid "Attachment"
|
770 |
msgstr "Aanhegsel:"
|
771 |
|
772 |
-
#: contact_form.php:
|
773 |
msgid "(powered by bestwebsoft.com)"
|
774 |
msgstr "(Verrig deur bestwebsoft.com)"
|
775 |
|
776 |
-
#: contact_form.php:
|
777 |
msgid "Style options"
|
778 |
msgstr "Styl opsies"
|
779 |
|
780 |
-
#: contact_form.php:
|
781 |
msgid "Text color"
|
782 |
msgstr "Teks kleur"
|
783 |
|
784 |
-
#: contact_form.php:
|
785 |
-
#: contact_form.php:
|
786 |
-
#: contact_form.php:
|
787 |
-
#: contact_form.php:
|
788 |
-
#: contact_form.php:
|
789 |
-
#: contact_form.php:1362
|
790 |
-
#: contact_form.php:1372
|
791 |
-
#: contact_form.php:1377
|
792 |
#: contact_form.php:1383
|
793 |
-
#: contact_form.php:
|
794 |
-
#: contact_form.php:
|
795 |
#: contact_form.php:1404
|
|
|
|
|
|
|
796 |
msgid "Default"
|
797 |
msgstr "Verstek"
|
798 |
|
799 |
-
#: contact_form.php:
|
800 |
msgid "Label text color"
|
801 |
msgstr "Etiket teks kleur"
|
802 |
|
803 |
-
#: contact_form.php:
|
804 |
msgid "Placeholder color"
|
805 |
msgstr "Plekhouer kleur"
|
806 |
|
807 |
-
#: contact_form.php:
|
808 |
msgid "Errors color"
|
809 |
msgstr "Foutboodskap kleur"
|
810 |
|
811 |
-
#: contact_form.php:
|
812 |
msgid "Error text color"
|
813 |
msgstr "Foutboodskap teks kleur"
|
814 |
|
815 |
-
#: contact_form.php:
|
816 |
msgid "Background color of the input field errors"
|
817 |
msgstr "Agtergrond kleur van die inset veld foutboodskappe"
|
818 |
|
819 |
-
#: contact_form.php:
|
820 |
msgid "Border color of the input field errors"
|
821 |
msgstr "Rand-kleur van die inset veld foutboodskappe"
|
822 |
|
823 |
-
#: contact_form.php:
|
824 |
msgid "Placeholder color of the input field errors"
|
825 |
msgstr "Plekhouer kleur van die inset veld foutboodskappe"
|
826 |
|
827 |
-
#: contact_form.php:
|
828 |
msgid "Input fields"
|
829 |
msgstr "Inset velde"
|
830 |
|
831 |
-
#: contact_form.php:
|
832 |
msgid "Input fields background color"
|
833 |
msgstr "Inset velde agtergrond kleur"
|
834 |
|
835 |
-
#: contact_form.php:
|
836 |
msgid "Text fields color"
|
837 |
msgstr "Teks velde kleur"
|
838 |
|
839 |
-
#: contact_form.php:
|
840 |
msgid "Border width in px, numbers only"
|
841 |
msgstr "Rand wydte in px, nommers alleenlik"
|
842 |
|
843 |
-
#: contact_form.php:1385
|
844 |
#: contact_form.php:1406
|
|
|
845 |
msgid "Border color"
|
846 |
msgstr "Rand kleur"
|
847 |
|
848 |
-
#: contact_form.php:
|
849 |
msgid "Submit button"
|
850 |
msgstr "Indien knoppie"
|
851 |
|
852 |
-
#: contact_form.php:
|
853 |
msgid "Width in px, numbers only"
|
854 |
msgstr "Wydte in px, nommers alleenlik"
|
855 |
|
856 |
-
#: contact_form.php:
|
857 |
msgid "Button color"
|
858 |
msgstr "Knoppie Kleur"
|
859 |
|
860 |
-
#: contact_form.php:
|
861 |
msgid "Button text color"
|
862 |
msgstr "Knoppie teks kleur"
|
863 |
|
864 |
-
#: contact_form.php:
|
865 |
msgid "Contact Form Pro | Preview"
|
866 |
msgstr "Kontak Vorm Pro | Voorskou"
|
867 |
|
868 |
-
#: contact_form.php:
|
869 |
msgid "Show with errors"
|
870 |
msgstr "Toon met foutboodskappe"
|
871 |
|
872 |
-
#: contact_form.php:
|
873 |
-
#: contact_form.php:
|
874 |
msgid "Please enter your full name..."
|
875 |
msgstr "Vul asseblief u volle name in..."
|
876 |
|
877 |
-
#: contact_form.php:
|
878 |
-
#: contact_form.php:
|
879 |
msgid "Please enter your address..."
|
880 |
msgstr "Vul asseblief u adres in... "
|
881 |
|
882 |
-
#: contact_form.php:
|
883 |
-
#: contact_form.php:
|
884 |
msgid "Please enter your email address..."
|
885 |
msgstr "Vul asseblief u epos adres in..."
|
886 |
|
887 |
-
#: contact_form.php:
|
888 |
-
#: contact_form.php:
|
889 |
msgid "Please enter your phone number..."
|
890 |
msgstr "Vul asseblief u telefoon nommer in... "
|
891 |
|
892 |
-
#: contact_form.php:
|
893 |
-
#: contact_form.php:
|
894 |
msgid "Please enter subject..."
|
895 |
msgstr "Vul asseblief 'n onderwerp in... "
|
896 |
|
897 |
-
#: contact_form.php:
|
898 |
-
#: contact_form.php:
|
899 |
msgid "Please enter your message..."
|
900 |
msgstr "Vul asseblief jou boodskap in... "
|
901 |
|
902 |
-
#: contact_form.php:
|
903 |
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
904 |
msgstr "Geluk! Die PRO weergawe van die plugin het suksesvol afgelaai en is geaktiveer"
|
905 |
|
906 |
-
#: contact_form.php:
|
907 |
msgid "Please, go to"
|
908 |
msgstr "Gaan asseblief na"
|
909 |
|
910 |
-
#: contact_form.php:
|
911 |
msgid "the setting page"
|
912 |
msgstr "Die verstelling bladsy"
|
913 |
|
914 |
-
#: contact_form.php:
|
915 |
msgid "You will be redirected automatically in 5 seconds."
|
916 |
msgstr "U sal outomaties herlei word in 5 sekondes."
|
917 |
|
918 |
-
#: contact_form.php:
|
919 |
msgid "You can download and activate"
|
920 |
msgstr "U kan aflaai en aktiveer"
|
921 |
|
922 |
-
#: contact_form.php:
|
923 |
msgid "version of this plugin by entering Your license key."
|
924 |
msgstr "weergawe van hierdie plugin deurom u lisensiekode in te vul."
|
925 |
|
926 |
-
#: contact_form.php:
|
927 |
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
928 |
msgstr "U kan u lisensiekode vind op u persoonlike bladsy Klient area, deurom te kliek op die skakel"
|
929 |
|
930 |
-
#: contact_form.php:
|
931 |
msgid "(your username is the email you specify when purchasing the product)."
|
932 |
msgstr "(u gebruikersnaam is die epos wat u gespesifiseer het toe u die produk aangekoop het)."
|
933 |
|
934 |
-
#: contact_form.php:
|
935 |
-
#: contact_form.php:
|
936 |
msgid "Go!"
|
937 |
msgstr "Go!"
|
938 |
|
939 |
-
#: contact_form.php:
|
940 |
msgid "Sorry, email message could not be delivered."
|
941 |
msgstr "Verskoning, die epos kon nie gestuur word nie."
|
942 |
|
943 |
-
#: contact_form.php:
|
944 |
msgid "Contact from"
|
945 |
msgstr "Kontak Vorm"
|
946 |
|
947 |
-
#: contact_form.php:
|
948 |
-
#: contact_form.php:
|
949 |
msgid "Email"
|
950 |
msgstr "Epos"
|
951 |
|
952 |
-
#: contact_form.php:2070
|
953 |
#: contact_form.php:2094
|
|
|
954 |
msgid "Phone"
|
955 |
msgstr "Telefoon Nommer"
|
956 |
|
957 |
-
#: contact_form.php:
|
958 |
-
#: contact_form.php:
|
959 |
msgid "Site"
|
960 |
msgstr "Webtuiste"
|
961 |
|
962 |
-
#: contact_form.php:
|
963 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
964 |
msgstr "As u die MIME kan sie, beteken dit dat die MIME tipe nie ondersteun word deur u epos klient nie!"
|
965 |
|
966 |
-
#: contact_form.php:
|
967 |
msgid "FAQ"
|
968 |
msgstr "Gereeld Gestelde Vrae (FAQ)"
|
969 |
|
970 |
-
#: contact_form.php:
|
971 |
msgid "Support"
|
972 |
msgstr "Steun"
|
973 |
|
974 |
-
#: contact_form.php:
|
975 |
msgid "Are you sure that you want to delete this language data?"
|
976 |
msgstr "Is u seker dat u die taal data wil verwyder?"
|
977 |
|
978 |
-
#: contact_form.php:
|
979 |
msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
|
980 |
msgstr ""
|
981 |
|
982 |
-
#: contact_form.php:
|
983 |
msgid "Extend standard plugin functionality with new great options."
|
984 |
msgstr ""
|
985 |
|
986 |
-
#: contact_form.php:
|
987 |
msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
|
988 |
msgstr ""
|
989 |
|
990 |
-
#: contact_form.php:
|
991 |
msgid "Manage messages that have been sent from your website."
|
992 |
msgstr ""
|
993 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-04-18 12:20+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-04-18 12:20+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Aldu <alducornelissen@gmail.com>\n"
|
9 |
"Language: af\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: contact_form.php:73
|
21 |
+
#: contact_form.php:806
|
22 |
msgid "Contact Form Settings"
|
23 |
msgstr "Kontak Form Verstellings"
|
24 |
|
27 |
msgstr "Kontak Form"
|
28 |
|
29 |
#: contact_form.php:149
|
30 |
+
#: contact_form.php:1152
|
31 |
+
#: contact_form.php:1186
|
32 |
msgid "Name:"
|
33 |
msgstr "Naam:"
|
34 |
|
35 |
#: contact_form.php:150
|
36 |
+
#: contact_form.php:1153
|
37 |
+
#: contact_form.php:1187
|
38 |
msgid "Address:"
|
39 |
msgstr "Adres:"
|
40 |
|
41 |
#: contact_form.php:151
|
42 |
+
#: contact_form.php:1154
|
43 |
+
#: contact_form.php:1188
|
44 |
msgid "Email Address:"
|
45 |
msgstr "Epos Adres:"
|
46 |
|
47 |
#: contact_form.php:152
|
48 |
+
#: contact_form.php:1155
|
49 |
+
#: contact_form.php:1189
|
50 |
msgid "Phone number:"
|
51 |
msgstr "Telefoon nommer:"
|
52 |
|
53 |
#: contact_form.php:153
|
54 |
+
#: contact_form.php:1156
|
55 |
+
#: contact_form.php:1190
|
56 |
msgid "Subject:"
|
57 |
msgstr "Onderwerp:"
|
58 |
|
59 |
#: contact_form.php:154
|
60 |
+
#: contact_form.php:1157
|
61 |
+
#: contact_form.php:1191
|
62 |
msgid "Message:"
|
63 |
msgstr "Boodskap:"
|
64 |
|
65 |
#: contact_form.php:155
|
66 |
+
#: contact_form.php:1158
|
67 |
+
#: contact_form.php:1192
|
68 |
msgid "Attachment:"
|
69 |
msgstr "Aanhegsel:"
|
70 |
|
73 |
msgstr "Ondersteunde datalêer tipes: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max Datei-Größe: 2MB"
|
74 |
|
75 |
#: contact_form.php:157
|
76 |
+
#: contact_form.php:1160
|
77 |
+
#: contact_form.php:1194
|
78 |
msgid "Send me a copy"
|
79 |
msgstr "Stuur vir my 'n kopie"
|
80 |
|
81 |
#: contact_form.php:158
|
82 |
+
#: contact_form.php:1161
|
83 |
+
#: contact_form.php:1195
|
84 |
msgid "Submit"
|
85 |
msgstr "Dien in"
|
86 |
|
136 |
msgid "Thank you for contacting us."
|
137 |
msgstr "Dankie dat jy ons gekontak het."
|
138 |
|
139 |
+
#: contact_form.php:332
|
140 |
msgid "requires"
|
141 |
msgstr "benodig"
|
142 |
|
143 |
+
#: contact_form.php:332
|
144 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
145 |
msgstr "of hoër, dit is waarom dit gedeaktiveer is! Opgradeer asseblief WordPress, en probeer weer."
|
146 |
|
147 |
+
#: contact_form.php:332
|
148 |
msgid "Back to the WordPress"
|
149 |
msgstr "Terug na WordPress."
|
150 |
|
151 |
+
#: contact_form.php:332
|
152 |
msgid "Plugins page"
|
153 |
msgstr "Plugin blad"
|
154 |
|
155 |
+
#: contact_form.php:638
|
156 |
msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
|
157 |
msgstr "As die 'Redirect to page' opsie geselekteer is moet die URL veld in die volgende formaat wees"
|
158 |
|
159 |
+
#: contact_form.php:647
|
160 |
msgid "Such user does not exist. Settings are not saved."
|
161 |
msgstr "Hierdie gebruiker bestaan nie. Die instellings is nie gestoor nie."
|
162 |
|
163 |
+
#: contact_form.php:651
|
164 |
+
#: contact_form.php:657
|
165 |
msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
|
166 |
msgstr "Vul asseblief 'n geldige epos adres in die 'FROM/VAN' veld. Die verstellings is nie gestoor nie."
|
167 |
|
168 |
+
#: contact_form.php:682
|
169 |
msgid "Settings saved."
|
170 |
msgstr "Verstellings is gestoor."
|
171 |
|
172 |
+
#: contact_form.php:709
|
173 |
+
#: contact_form.php:741
|
174 |
msgid "Wrong license key"
|
175 |
msgstr "Verkeerde lisensie sleutel"
|
176 |
|
177 |
+
#: contact_form.php:734
|
178 |
msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
|
179 |
msgstr "Iets het fout gegaan. Probeer weer later. As die foutboodskap weer verskyn, kontak ons asseblief by <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Ons is jammer vir die ongerief."
|
180 |
|
181 |
+
#: contact_form.php:743
|
182 |
msgid "This license key is bind to another site"
|
183 |
msgstr "Hierdie lisensie sleutel is verbind met 'n ander webblad."
|
184 |
|
185 |
+
#: contact_form.php:745
|
186 |
+
#: contact_form.php:1591
|
187 |
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
188 |
msgstr "Ongelukkig het u die aantal beskikbare probeerslae per dag oorskry. Laai asseblief die plugin handmatig op."
|
189 |
|
190 |
+
#: contact_form.php:762
|
191 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
192 |
msgstr "Mislukking om zip Argiewe oop te maak. Laai asseblief die plugin handmatig op."
|
193 |
|
194 |
+
#: contact_form.php:768
|
195 |
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
196 |
msgstr "U server ondersteun of nie ZipArchive of Phar nie. Laai asseblief die plugin handmatig op."
|
197 |
|
198 |
+
#: contact_form.php:772
|
199 |
+
#: contact_form.php:781
|
200 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
201 |
msgstr "Mislukking om zip Argiewe af te laai. Laai asseblief die plugin handmatig op."
|
202 |
|
203 |
+
#: contact_form.php:785
|
204 |
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
|
205 |
msgstr "Iets het verkeerd gegaan. Probeer weer later, of laai die plugin op handmatig. Ons is jammer vir die ongerief."
|
206 |
|
207 |
+
#: contact_form.php:800
|
208 |
msgid "Please, enter Your license key"
|
209 |
msgstr "Sleutel asseblief u lisensie sleutel in"
|
210 |
|
211 |
+
#: contact_form.php:808
|
212 |
+
#: contact_form.php:2240
|
213 |
+
#: contact_form.php:2252
|
214 |
msgid "Settings"
|
215 |
msgstr "Verstellings"
|
216 |
|
217 |
+
#: contact_form.php:809
|
218 |
msgid "Extra settings"
|
219 |
msgstr "Ekstra verstellings"
|
220 |
|
221 |
+
#: contact_form.php:810
|
222 |
msgid "Go PRO"
|
223 |
msgstr "Gaan PRO"
|
224 |
|
225 |
+
#: contact_form.php:813
|
226 |
msgid "Notice:"
|
227 |
msgstr "Kennisgewing:"
|
228 |
|
229 |
+
#: contact_form.php:813
|
230 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
231 |
msgstr "Die plugin se verstellings het verander. Onthou om 'Save Changes' te kliek om die veranderinge te stoor."
|
232 |
|
233 |
+
#: contact_form.php:819
|
234 |
msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
|
235 |
msgstr ""
|
236 |
|
237 |
+
#: contact_form.php:825
|
238 |
+
#: contact_form.php:830
|
239 |
+
#: contact_form.php:1550
|
240 |
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:"
|
241 |
msgstr "As u die Kontak Vorm by u webstuiste wil bylas, kopieër en plak net die kortkode na u post, bladsy of widget:"
|
242 |
|
243 |
+
#: contact_form.php:825
|
244 |
+
#: contact_form.php:826
|
245 |
+
#: contact_form.php:830
|
246 |
+
#: contact_form.php:831
|
247 |
+
#: contact_form.php:1176
|
248 |
+
#: contact_form.php:1178
|
249 |
+
#: contact_form.php:1233
|
250 |
+
#: contact_form.php:1235
|
251 |
msgid "or"
|
252 |
msgstr "of"
|
253 |
|
254 |
+
#: contact_form.php:826
|
255 |
+
#: contact_form.php:831
|
256 |
msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
|
257 |
msgstr "As u enige probelem het met die standaard kortkode [contact_form], moet u die volgende kortkodes gebruik"
|
258 |
|
259 |
+
#: contact_form.php:827
|
260 |
+
#: contact_form.php:832
|
261 |
msgid "They work the same way."
|
262 |
msgstr "Hulle werk op dieselfde manier."
|
263 |
|
264 |
+
#: contact_form.php:828
|
265 |
+
#: contact_form.php:833
|
266 |
msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
|
267 |
msgstr "As u die velde leeg laat, sal die boodskappe gestuur word na die epos adres wat gespesifiseer was gedurende registrasie"
|
268 |
|
269 |
+
#: contact_form.php:838
|
270 |
msgid "The user's email address:"
|
271 |
msgstr "Die gebruiker se epos adres:"
|
272 |
|
273 |
+
#: contact_form.php:842
|
274 |
msgid "Create a username"
|
275 |
msgstr "Skep 'n gebruikersnaam"
|
276 |
|
277 |
+
#: contact_form.php:849
|
278 |
msgid "Enter a username of the person who should get the messages from the contact form."
|
279 |
msgstr "Sleutel 'n gebruikersnaam in vir die persoon wat die boodskappe moet kry van die kontak vorm."
|
280 |
|
281 |
+
#: contact_form.php:853
|
282 |
msgid "Use this email address:"
|
283 |
msgstr "Gebruik hierdie epos adres:"
|
284 |
|
285 |
+
#: contact_form.php:856
|
286 |
msgid "Enter the email address you want the messages forwarded to."
|
287 |
msgstr "Sleutel in die epos adres in waar u die boodskappe aangestuur wil he."
|
288 |
|
289 |
+
#: contact_form.php:865
|
290 |
msgid "Add department selectbox to the contact form:"
|
291 |
msgstr "Voeg 'n departementele keuse-boks by die kontak vorm:"
|
292 |
|
293 |
+
#: contact_form.php:873
|
294 |
+
#: contact_form.php:1433
|
295 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
296 |
msgstr "As u opgradeer na die Pro weergawe sal die verstellings gestoor word."
|
297 |
|
298 |
+
#: contact_form.php:880
|
299 |
+
#: contact_form.php:1018
|
300 |
+
#: contact_form.php:1092
|
301 |
+
#: contact_form.php:1440
|
302 |
msgid "Unlock premium options by upgrading to a PRO version."
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: contact_form.php:881
|
306 |
+
#: contact_form.php:1019
|
307 |
+
#: contact_form.php:1093
|
308 |
+
#: contact_form.php:1441
|
309 |
+
#: contact_form.php:2508
|
310 |
+
#: contact_form.php:2524
|
311 |
msgid "Learn More"
|
312 |
msgstr ""
|
313 |
|
314 |
+
#: contact_form.php:884
|
315 |
+
#: contact_form.php:1022
|
316 |
+
#: contact_form.php:1096
|
317 |
+
#: contact_form.php:1444
|
318 |
#, fuzzy
|
319 |
msgid "Go"
|
320 |
msgstr "Go!"
|
321 |
|
322 |
+
#: contact_form.php:891
|
323 |
msgid "Save emails to the database"
|
324 |
msgstr "Stoor eposse na die databasis."
|
325 |
|
326 |
+
#: contact_form.php:897
|
327 |
msgid "Using"
|
328 |
msgstr "In Gebruik"
|
329 |
|
330 |
+
#: contact_form.php:897
|
331 |
+
#: contact_form.php:1069
|
332 |
+
#: contact_form.php:1072
|
333 |
+
#: contact_form.php:1076
|
334 |
msgid "powered by"
|
335 |
msgstr "Verrig deur"
|
336 |
|
337 |
+
#: contact_form.php:900
|
338 |
+
#: contact_form.php:904
|
339 |
msgid "Using Contact Form to DB powered by"
|
340 |
msgstr "Gebruik van Kontak Vorm na DB verrig deur"
|
341 |
|
342 |
+
#: contact_form.php:900
|
343 |
msgid "Activate Contact Form to DB"
|
344 |
msgstr "Aktiveer Kontak Vorm na DB"
|
345 |
|
346 |
+
#: contact_form.php:904
|
347 |
msgid "Download Contact Form to DB"
|
348 |
msgstr "Laai Kontak Vorm na DB af"
|
349 |
|
350 |
+
#: contact_form.php:909
|
351 |
msgid "Additional options"
|
352 |
msgstr "Addisionele opsies"
|
353 |
|
354 |
+
#: contact_form.php:911
|
355 |
msgid "Show"
|
356 |
msgstr "Besigtig"
|
357 |
|
358 |
+
#: contact_form.php:912
|
359 |
msgid "Hide"
|
360 |
msgstr "Versteek"
|
361 |
|
362 |
+
#: contact_form.php:916
|
363 |
msgid "What to use?"
|
364 |
msgstr "Wat om te gebruik?"
|
365 |
|
366 |
+
#: contact_form.php:919
|
367 |
msgid "Wp-mail"
|
368 |
msgstr "Wp-mail"
|
369 |
|
370 |
+
#: contact_form.php:919
|
371 |
msgid "You can use the wp_mail function for mailing"
|
372 |
msgstr "U kan die wp_mail funksie gebruik vir eposse"
|
373 |
|
374 |
+
#: contact_form.php:921
|
375 |
msgid "Mail"
|
376 |
msgstr "Mail"
|
377 |
|
378 |
+
#: contact_form.php:921
|
379 |
msgid "To send mail you can use the php mail function"
|
380 |
msgstr "Om eposse te stuur kan u die php epos funksie gebruik"
|
381 |
|
382 |
+
#: contact_form.php:925
|
383 |
msgid "The text in the 'From' field"
|
384 |
msgstr "Die teks in die 'From/Van' veld"
|
385 |
|
386 |
+
#: contact_form.php:927
|
387 |
msgid "User name"
|
388 |
msgstr "Gebruikersnaam"
|
389 |
|
390 |
+
#: contact_form.php:928
|
391 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
392 |
msgstr "Die naam van die gebruiker wie die vorm invul sal gebruik word vir die 'From/Van' veld."
|
393 |
|
394 |
+
#: contact_form.php:931
|
395 |
msgid "This text will be used in the 'FROM' field"
|
396 |
msgstr "Hierdie teks sal gebruik word in die 'FROM/VAN' veld"
|
397 |
|
398 |
+
#: contact_form.php:935
|
399 |
msgid "The email address in the 'From' field"
|
400 |
msgstr "Die epos adres in die 'From/Van' veld"
|
401 |
|
402 |
+
#: contact_form.php:937
|
403 |
msgid "User email"
|
404 |
msgstr "Gebruiker epos"
|
405 |
|
406 |
+
#: contact_form.php:938
|
407 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
408 |
msgstr "Die epos adres van die gebruiker wie die vorm invul sal gebruik word in die 'From/van' veld."
|
409 |
|
410 |
+
#: contact_form.php:941
|
411 |
msgid "This email address will be used in the 'From' field."
|
412 |
msgstr "Hierdie epos adres sal gebruik word in die 'From/Van' veld."
|
413 |
|
414 |
+
#: contact_form.php:945
|
415 |
msgid "Required symbol"
|
416 |
msgstr "Benodigde simbool"
|
417 |
|
418 |
+
#: contact_form.php:955
|
419 |
msgid "Fields"
|
420 |
msgstr "Velde"
|
421 |
|
422 |
+
#: contact_form.php:956
|
423 |
msgid "Used"
|
424 |
msgstr "Gebruik"
|
425 |
|
426 |
+
#: contact_form.php:957
|
427 |
msgid "Required"
|
428 |
msgstr "Benodig"
|
429 |
|
430 |
+
#: contact_form.php:958
|
431 |
msgid "Visible"
|
432 |
msgstr "Sigbaar"
|
433 |
|
434 |
+
#: contact_form.php:959
|
435 |
msgid "Disabled for editing"
|
436 |
msgstr "Gedeaktiveer vir wysiging"
|
437 |
|
438 |
+
#: contact_form.php:960
|
439 |
msgid "Field's default value"
|
440 |
msgstr "Veld se verstekwaarde"
|
441 |
|
442 |
+
#: contact_form.php:965
|
443 |
+
#: contact_form.php:1308
|
444 |
+
#: contact_form.php:2083
|
445 |
+
#: contact_form.php:2113
|
446 |
msgid "Name"
|
447 |
msgstr "Naam"
|
448 |
|
449 |
+
#: contact_form.php:973
|
450 |
+
#: contact_form.php:1313
|
451 |
+
#: contact_form.php:2087
|
452 |
+
#: contact_form.php:2115
|
453 |
msgid "Address"
|
454 |
msgstr "Adres: "
|
455 |
|
456 |
+
#: contact_form.php:981
|
457 |
msgid "Email Address"
|
458 |
msgstr "Epos Adres:"
|
459 |
|
460 |
+
#: contact_form.php:989
|
461 |
msgid "Phone number"
|
462 |
msgstr "Telefoon nommer:"
|
463 |
|
464 |
+
#: contact_form.php:997
|
465 |
+
#: contact_form.php:1328
|
466 |
+
#: contact_form.php:2097
|
467 |
+
#: contact_form.php:2119
|
468 |
msgid "Subject"
|
469 |
msgstr "Onderwerp"
|
470 |
|
471 |
+
#: contact_form.php:1005
|
472 |
+
#: contact_form.php:1332
|
473 |
+
#: contact_form.php:2100
|
474 |
+
#: contact_form.php:2120
|
475 |
msgid "Message"
|
476 |
msgstr "Boodskap"
|
477 |
|
478 |
+
#: contact_form.php:1029
|
479 |
msgid "Attachment block"
|
480 |
msgstr "Aanhegsel blok"
|
481 |
|
482 |
+
#: contact_form.php:1031
|
483 |
msgid "Users can attach the following file formats"
|
484 |
msgstr "Gebruikers kan die volgende dataleêr formate aanheg"
|
485 |
|
486 |
+
#: contact_form.php:1044
|
487 |
msgid "Add to the form"
|
488 |
msgstr "Voeg by die vorm by"
|
489 |
|
490 |
+
#: contact_form.php:1049
|
491 |
msgid "Tips below the Attachment"
|
492 |
msgstr "Wenke onder die Aanhegsel"
|
493 |
|
494 |
+
#: contact_form.php:1058
|
495 |
msgid "'Send me a copy' block"
|
496 |
msgstr "'Stuur vir my 'n kopie' blok"
|
497 |
|
498 |
+
#: contact_form.php:1069
|
499 |
+
#: contact_form.php:1072
|
500 |
+
#: contact_form.php:1076
|
501 |
+
#: contact_form.php:1342
|
502 |
msgid "Captcha"
|
503 |
msgstr "Captcha"
|
504 |
|
505 |
+
#: contact_form.php:1072
|
506 |
msgid "Activate captcha"
|
507 |
msgstr "Aktiveer captcha"
|
508 |
|
509 |
+
#: contact_form.php:1076
|
510 |
msgid "Download captcha"
|
511 |
msgstr "Laai captcha af"
|
512 |
|
513 |
+
#: contact_form.php:1084
|
514 |
msgid "Agreement checkbox"
|
515 |
msgstr "Ooreenstemming checkbox"
|
516 |
|
517 |
+
#: contact_form.php:1084
|
518 |
msgid "Required checkbox for submitting the form"
|
519 |
msgstr "Benodigde checkbox om die vorm in te dien"
|
520 |
|
521 |
+
#: contact_form.php:1085
|
522 |
msgid "Optional checkbox"
|
523 |
msgstr "Opsie checkbox"
|
524 |
|
525 |
+
#: contact_form.php:1085
|
526 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
527 |
msgstr "Opsionele checkbox, die resultate waarvan in die epos sal verskyn"
|
528 |
|
529 |
+
#: contact_form.php:1102
|
530 |
msgid "Delete an attachment file from the server after the email is sent"
|
531 |
msgstr "Verwyder 'n aanhegsel dataleêr van die server na epos gestuur is"
|
532 |
|
533 |
+
#: contact_form.php:1108
|
534 |
msgid "Email in HTML format sending"
|
535 |
msgstr "E-Mail in HTML Format"
|
536 |
|
537 |
+
#: contact_form.php:1112
|
538 |
msgid "Display additional info in the email"
|
539 |
msgstr "Toon addisionele inligting in die epos"
|
540 |
|
541 |
+
#: contact_form.php:1117
|
542 |
+
#: contact_form.php:2050
|
543 |
+
#: contact_form.php:2052
|
544 |
msgid "Sent from (ip address)"
|
545 |
msgstr "Gestuur van (IP-Adres)"
|
546 |
|
547 |
+
#: contact_form.php:1117
|
548 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
549 |
msgstr "Voorbeeld: Gestuur van (IP-Adres):\t127.0.0.1"
|
550 |
|
551 |
+
#: contact_form.php:1118
|
552 |
+
#: contact_form.php:2056
|
553 |
+
#: contact_form.php:2058
|
554 |
msgid "Date/Time"
|
555 |
msgstr "Datum/Tyd"
|
556 |
|
557 |
+
#: contact_form.php:1118
|
558 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
559 |
msgstr "Voorbeeld: Datum/Tyd:\tAugustus 19, 2013 8:50 pm"
|
560 |
|
561 |
+
#: contact_form.php:1119
|
562 |
+
#: contact_form.php:2062
|
563 |
+
#: contact_form.php:2064
|
564 |
msgid "Sent from (referer)"
|
565 |
msgstr "Gestuur van (referer)"
|
566 |
|
567 |
+
#: contact_form.php:1119
|
568 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
569 |
msgstr "Voorbeeld: Gestuur van (referer):\thttp://bestwebsoft.com/kontakte/kontak-ons/"
|
570 |
|
571 |
+
#: contact_form.php:1120
|
572 |
+
#: contact_form.php:2068
|
573 |
+
#: contact_form.php:2070
|
574 |
msgid "Using (user agent)"
|
575 |
msgstr "Gebruik (user agent)"
|
576 |
|
577 |
+
#: contact_form.php:1120
|
578 |
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"
|
579 |
msgstr "Voorbeeld: Gebruik (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
580 |
|
581 |
+
#: contact_form.php:1124
|
582 |
msgid "Language settings for the field names in the form"
|
583 |
msgstr "Taal verstellings vir die naamvelde in die vorm"
|
584 |
|
585 |
+
#: contact_form.php:1133
|
586 |
msgid "Add a language"
|
587 |
msgstr "Voeg 'n taal by"
|
588 |
|
589 |
+
#: contact_form.php:1137
|
590 |
msgid "Change the names of the contact form fields and error messages"
|
591 |
msgstr "Verander die name van die kontak vorm velde en foutboodskappe"
|
592 |
|
593 |
+
#: contact_form.php:1142
|
594 |
+
#: contact_form.php:1223
|
595 |
msgid "English"
|
596 |
msgstr "Engels"
|
597 |
|
598 |
+
#: contact_form.php:1150
|
599 |
+
#: contact_form.php:1184
|
600 |
msgid "click to expand/hide the list"
|
601 |
msgstr "Kliek om uit te brei/lys te versteek"
|
602 |
|
603 |
+
#: contact_form.php:1159
|
604 |
+
#: contact_form.php:1193
|
605 |
msgid "Tips below the Attachment block"
|
606 |
msgstr "Wenke onder toe Aanhegsel blok"
|
607 |
|
608 |
+
#: contact_form.php:1162
|
609 |
+
#: contact_form.php:1196
|
610 |
msgid "Error message for the Name field"
|
611 |
msgstr "FFoutboodskap vir die Naamveld"
|
612 |
|
613 |
+
#: contact_form.php:1163
|
614 |
+
#: contact_form.php:1197
|
615 |
msgid "Error message for the Address field"
|
616 |
msgstr "Foutboodskap vir die Adres veld"
|
617 |
|
618 |
+
#: contact_form.php:1164
|
619 |
+
#: contact_form.php:1198
|
620 |
msgid "Error message for the Email field"
|
621 |
msgstr "Foutboodskap vir die Epos veld"
|
622 |
|
623 |
+
#: contact_form.php:1165
|
624 |
+
#: contact_form.php:1199
|
625 |
msgid "Error message for the Phone field"
|
626 |
msgstr "Foutboodskap vir die Telefoon Nommer veld"
|
627 |
|
628 |
+
#: contact_form.php:1166
|
629 |
+
#: contact_form.php:1200
|
630 |
msgid "Error message for the Subject field"
|
631 |
msgstr "Foutboodskap vir die Onderwerp veld"
|
632 |
|
633 |
+
#: contact_form.php:1167
|
634 |
+
#: contact_form.php:1201
|
635 |
msgid "Error message for the Message field"
|
636 |
msgstr "Foutboodskap vir die Boodskap veld"
|
637 |
|
638 |
+
#: contact_form.php:1168
|
639 |
+
#: contact_form.php:1202
|
640 |
msgid "Error message about the file type for the Attachment field"
|
641 |
msgstr "Foutboodskap oor die dataleêr tipe vir die Aanhegsel veld"
|
642 |
|
643 |
+
#: contact_form.php:1169
|
644 |
+
#: contact_form.php:1203
|
645 |
msgid "Error message while uploading a file for the Attachment field to the server"
|
646 |
msgstr "Foutboodskap tydens dataleêr oplaai vir die Aanhegsel veld na die server"
|
647 |
|
648 |
+
#: contact_form.php:1170
|
649 |
+
#: contact_form.php:1204
|
650 |
msgid "Error message while moving the file for the Attachment field"
|
651 |
msgstr "Foutboodskap tydens die skuif van dataleêr vir die Aanhegsel veld"
|
652 |
|
653 |
+
#: contact_form.php:1171
|
654 |
+
#: contact_form.php:1205
|
655 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
656 |
msgstr "Foutboodskap wanneer die dataleêr limiet vir die Aanhegsel veld oorskry is"
|
657 |
|
658 |
+
#: contact_form.php:1172
|
659 |
+
#: contact_form.php:1206
|
660 |
msgid "Error message for the Captcha field"
|
661 |
msgstr "Foutboodskap vir die Captcha veld"
|
662 |
|
663 |
+
#: contact_form.php:1173
|
664 |
+
#: contact_form.php:1207
|
665 |
msgid "Error message for the whole form"
|
666 |
msgstr "Foutboodskap vir die hele vorm"
|
667 |
|
668 |
+
#: contact_form.php:1176
|
669 |
+
#: contact_form.php:1178
|
670 |
+
#: contact_form.php:1210
|
|
|
671 |
#: contact_form.php:1212
|
672 |
+
#: contact_form.php:1233
|
673 |
+
#: contact_form.php:1235
|
674 |
+
#: contact_form.php:1243
|
675 |
+
#: contact_form.php:1245
|
676 |
msgid "Use shortcode"
|
677 |
msgstr "Gebruik kortkode"
|
678 |
|
679 |
+
#: contact_form.php:1176
|
680 |
+
#: contact_form.php:1178
|
681 |
+
#: contact_form.php:1210
|
|
|
682 |
#: contact_form.php:1212
|
683 |
+
#: contact_form.php:1233
|
684 |
+
#: contact_form.php:1235
|
685 |
+
#: contact_form.php:1243
|
686 |
+
#: contact_form.php:1245
|
687 |
msgid "for this language"
|
688 |
msgstr "vir hierdie taal"
|
689 |
|
690 |
+
#: contact_form.php:1220
|
691 |
msgid "Action after email is sent"
|
692 |
msgstr "Aksie na epos gestuur is"
|
693 |
|
694 |
+
#: contact_form.php:1222
|
695 |
msgid "Display text"
|
696 |
msgstr "Toon teks"
|
697 |
|
698 |
+
#: contact_form.php:1231
|
699 |
+
#: contact_form.php:1241
|
700 |
msgid "Text"
|
701 |
msgstr "teks"
|
702 |
|
703 |
+
#: contact_form.php:1252
|
704 |
msgid "Redirect to the page"
|
705 |
msgstr "Herlei na die bladsy"
|
706 |
|
707 |
+
#: contact_form.php:1253
|
708 |
msgid "Url"
|
709 |
msgstr "Url"
|
710 |
|
711 |
+
#: contact_form.php:1257
|
712 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
713 |
msgstr ""
|
714 |
|
715 |
+
#: contact_form.php:1261
|
716 |
msgid "If you are not sure whether to change this setting or not, please do not do that."
|
717 |
msgstr ""
|
718 |
|
719 |
+
#: contact_form.php:1267
|
720 |
+
#: contact_form.php:1451
|
721 |
msgid "Save Changes"
|
722 |
msgstr "Stoor veranderinge"
|
723 |
|
724 |
+
#: contact_form.php:1272
|
725 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
726 |
msgstr "As u die plugin geniet, gee dit asseblief 5 sterre op WordPress"
|
727 |
|
728 |
+
#: contact_form.php:1273
|
729 |
msgid "Rate the plugin"
|
730 |
msgstr "Prys die plugin"
|
731 |
|
732 |
+
#: contact_form.php:1276
|
733 |
msgid "If there is something wrong about it, please contact us"
|
734 |
msgstr "As daar iets fout is met dit, kontak ons asseblief"
|
735 |
|
736 |
+
#: contact_form.php:1288
|
737 |
msgid "Errors output"
|
738 |
msgstr "Foutboodskap uitset"
|
739 |
|
740 |
+
#: contact_form.php:1291
|
741 |
msgid "Display error messages"
|
742 |
msgstr "Toon foutboodskappe"
|
743 |
|
744 |
+
#: contact_form.php:1292
|
745 |
msgid "Color of the input field errors."
|
746 |
msgstr "Kleur van die inset veld foutboodskappe"
|
747 |
|
748 |
+
#: contact_form.php:1293
|
749 |
msgid "Display error messages & color of the input field errors"
|
750 |
msgstr "Toon foutboodskappe & kleur van die inset veld foutboodskappe"
|
751 |
|
752 |
+
#: contact_form.php:1298
|
753 |
msgid "Add placeholder to the input blocks"
|
754 |
msgstr "Voeg 'n plekhouer by die inset blokke"
|
755 |
|
756 |
+
#: contact_form.php:1304
|
757 |
msgid "Add tooltips"
|
758 |
msgstr "Voeg tool-wenke"
|
759 |
|
760 |
+
#: contact_form.php:1318
|
761 |
msgid "Email address"
|
762 |
msgstr "Epos Adres:"
|
763 |
|
764 |
+
#: contact_form.php:1323
|
765 |
msgid "Phone Number"
|
766 |
msgstr "Telefoon Nommer:"
|
767 |
|
768 |
+
#: contact_form.php:1337
|
769 |
msgid "Attachment"
|
770 |
msgstr "Aanhegsel:"
|
771 |
|
772 |
+
#: contact_form.php:1342
|
773 |
msgid "(powered by bestwebsoft.com)"
|
774 |
msgstr "(Verrig deur bestwebsoft.com)"
|
775 |
|
776 |
+
#: contact_form.php:1347
|
777 |
msgid "Style options"
|
778 |
msgstr "Styl opsies"
|
779 |
|
780 |
+
#: contact_form.php:1350
|
781 |
msgid "Text color"
|
782 |
msgstr "Teks kleur"
|
783 |
|
784 |
+
#: contact_form.php:1353
|
785 |
+
#: contact_form.php:1358
|
786 |
+
#: contact_form.php:1368
|
787 |
+
#: contact_form.php:1373
|
788 |
+
#: contact_form.php:1378
|
|
|
|
|
|
|
789 |
#: contact_form.php:1383
|
790 |
+
#: contact_form.php:1393
|
791 |
+
#: contact_form.php:1398
|
792 |
#: contact_form.php:1404
|
793 |
+
#: contact_form.php:1415
|
794 |
+
#: contact_form.php:1420
|
795 |
+
#: contact_form.php:1425
|
796 |
msgid "Default"
|
797 |
msgstr "Verstek"
|
798 |
|
799 |
+
#: contact_form.php:1355
|
800 |
msgid "Label text color"
|
801 |
msgstr "Etiket teks kleur"
|
802 |
|
803 |
+
#: contact_form.php:1360
|
804 |
msgid "Placeholder color"
|
805 |
msgstr "Plekhouer kleur"
|
806 |
|
807 |
+
#: contact_form.php:1365
|
808 |
msgid "Errors color"
|
809 |
msgstr "Foutboodskap kleur"
|
810 |
|
811 |
+
#: contact_form.php:1370
|
812 |
msgid "Error text color"
|
813 |
msgstr "Foutboodskap teks kleur"
|
814 |
|
815 |
+
#: contact_form.php:1375
|
816 |
msgid "Background color of the input field errors"
|
817 |
msgstr "Agtergrond kleur van die inset veld foutboodskappe"
|
818 |
|
819 |
+
#: contact_form.php:1380
|
820 |
msgid "Border color of the input field errors"
|
821 |
msgstr "Rand-kleur van die inset veld foutboodskappe"
|
822 |
|
823 |
+
#: contact_form.php:1385
|
824 |
msgid "Placeholder color of the input field errors"
|
825 |
msgstr "Plekhouer kleur van die inset veld foutboodskappe"
|
826 |
|
827 |
+
#: contact_form.php:1390
|
828 |
msgid "Input fields"
|
829 |
msgstr "Inset velde"
|
830 |
|
831 |
+
#: contact_form.php:1395
|
832 |
msgid "Input fields background color"
|
833 |
msgstr "Inset velde agtergrond kleur"
|
834 |
|
835 |
+
#: contact_form.php:1400
|
836 |
msgid "Text fields color"
|
837 |
msgstr "Teks velde kleur"
|
838 |
|
839 |
+
#: contact_form.php:1402
|
840 |
msgid "Border width in px, numbers only"
|
841 |
msgstr "Rand wydte in px, nommers alleenlik"
|
842 |
|
|
|
843 |
#: contact_form.php:1406
|
844 |
+
#: contact_form.php:1427
|
845 |
msgid "Border color"
|
846 |
msgstr "Rand kleur"
|
847 |
|
848 |
+
#: contact_form.php:1411
|
849 |
msgid "Submit button"
|
850 |
msgstr "Indien knoppie"
|
851 |
|
852 |
+
#: contact_form.php:1413
|
853 |
msgid "Width in px, numbers only"
|
854 |
msgstr "Wydte in px, nommers alleenlik"
|
855 |
|
856 |
+
#: contact_form.php:1417
|
857 |
msgid "Button color"
|
858 |
msgstr "Knoppie Kleur"
|
859 |
|
860 |
+
#: contact_form.php:1422
|
861 |
msgid "Button text color"
|
862 |
msgstr "Knoppie teks kleur"
|
863 |
|
864 |
+
#: contact_form.php:1455
|
865 |
msgid "Contact Form Pro | Preview"
|
866 |
msgstr "Kontak Vorm Pro | Voorskou"
|
867 |
|
868 |
+
#: contact_form.php:1458
|
869 |
msgid "Show with errors"
|
870 |
msgstr "Toon met foutboodskappe"
|
871 |
|
872 |
+
#: contact_form.php:1466
|
873 |
+
#: contact_form.php:1468
|
874 |
msgid "Please enter your full name..."
|
875 |
msgstr "Vul asseblief u volle name in..."
|
876 |
|
877 |
+
#: contact_form.php:1479
|
878 |
+
#: contact_form.php:1481
|
879 |
msgid "Please enter your address..."
|
880 |
msgstr "Vul asseblief u adres in... "
|
881 |
|
882 |
+
#: contact_form.php:1490
|
883 |
+
#: contact_form.php:1492
|
884 |
msgid "Please enter your email address..."
|
885 |
msgstr "Vul asseblief u epos adres in..."
|
886 |
|
887 |
+
#: contact_form.php:1501
|
888 |
+
#: contact_form.php:1503
|
889 |
msgid "Please enter your phone number..."
|
890 |
msgstr "Vul asseblief u telefoon nommer in... "
|
891 |
|
892 |
+
#: contact_form.php:1512
|
893 |
+
#: contact_form.php:1514
|
894 |
msgid "Please enter subject..."
|
895 |
msgstr "Vul asseblief 'n onderwerp in... "
|
896 |
|
897 |
+
#: contact_form.php:1522
|
898 |
+
#: contact_form.php:1524
|
899 |
msgid "Please enter your message..."
|
900 |
msgstr "Vul asseblief jou boodskap in... "
|
901 |
|
902 |
+
#: contact_form.php:1566
|
903 |
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
904 |
msgstr "Geluk! Die PRO weergawe van die plugin het suksesvol afgelaai en is geaktiveer"
|
905 |
|
906 |
+
#: contact_form.php:1568
|
907 |
msgid "Please, go to"
|
908 |
msgstr "Gaan asseblief na"
|
909 |
|
910 |
+
#: contact_form.php:1568
|
911 |
msgid "the setting page"
|
912 |
msgstr "Die verstelling bladsy"
|
913 |
|
914 |
+
#: contact_form.php:1569
|
915 |
msgid "You will be redirected automatically in 5 seconds."
|
916 |
msgstr "U sal outomaties herlei word in 5 sekondes."
|
917 |
|
918 |
+
#: contact_form.php:1574
|
919 |
msgid "You can download and activate"
|
920 |
msgstr "U kan aflaai en aktiveer"
|
921 |
|
922 |
+
#: contact_form.php:1576
|
923 |
msgid "version of this plugin by entering Your license key."
|
924 |
msgstr "weergawe van hierdie plugin deurom u lisensiekode in te vul."
|
925 |
|
926 |
+
#: contact_form.php:1578
|
927 |
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
928 |
msgstr "U kan u lisensiekode vind op u persoonlike bladsy Klient area, deurom te kliek op die skakel"
|
929 |
|
930 |
+
#: contact_form.php:1580
|
931 |
msgid "(your username is the email you specify when purchasing the product)."
|
932 |
msgstr "(u gebruikersnaam is die epos wat u gespesifiseer het toe u die produk aangekoop het)."
|
933 |
|
934 |
+
#: contact_form.php:1588
|
935 |
+
#: contact_form.php:1598
|
936 |
msgid "Go!"
|
937 |
msgstr "Go!"
|
938 |
|
939 |
+
#: contact_form.php:1669
|
940 |
msgid "Sorry, email message could not be delivered."
|
941 |
msgstr "Verskoning, die epos kon nie gestuur word nie."
|
942 |
|
943 |
+
#: contact_form.php:2077
|
944 |
msgid "Contact from"
|
945 |
msgstr "Kontak Vorm"
|
946 |
|
947 |
+
#: contact_form.php:2090
|
948 |
+
#: contact_form.php:2116
|
949 |
msgid "Email"
|
950 |
msgstr "Epos"
|
951 |
|
|
|
952 |
#: contact_form.php:2094
|
953 |
+
#: contact_form.php:2118
|
954 |
msgid "Phone"
|
955 |
msgstr "Telefoon Nommer"
|
956 |
|
957 |
+
#: contact_form.php:2103
|
958 |
+
#: contact_form.php:2121
|
959 |
msgid "Site"
|
960 |
msgstr "Webtuiste"
|
961 |
|
962 |
+
#: contact_form.php:2184
|
963 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
964 |
msgstr "As u die MIME kan sie, beteken dit dat die MIME tipe nie ondersteun word deur u epos klient nie!"
|
965 |
|
966 |
+
#: contact_form.php:2253
|
967 |
msgid "FAQ"
|
968 |
msgstr "Gereeld Gestelde Vrae (FAQ)"
|
969 |
|
970 |
+
#: contact_form.php:2254
|
971 |
msgid "Support"
|
972 |
msgstr "Steun"
|
973 |
|
974 |
+
#: contact_form.php:2304
|
975 |
msgid "Are you sure that you want to delete this language data?"
|
976 |
msgstr "Is u seker dat u die taal data wil verwyder?"
|
977 |
|
978 |
+
#: contact_form.php:2511
|
979 |
msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
|
980 |
msgstr ""
|
981 |
|
982 |
+
#: contact_form.php:2512
|
983 |
msgid "Extend standard plugin functionality with new great options."
|
984 |
msgstr ""
|
985 |
|
986 |
+
#: contact_form.php:2527
|
987 |
msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
|
988 |
msgstr ""
|
989 |
|
990 |
+
#: contact_form.php:2528
|
991 |
msgid "Manage messages that have been sent from your website."
|
992 |
msgstr ""
|
993 |
|
languages/contact_form-be_BY.mo
CHANGED
File without changes
|
languages/contact_form-be_BY.po
CHANGED
File without changes
|
languages/contact_form-ca.mo
CHANGED
File without changes
|
languages/contact_form-ca.po
CHANGED
File without changes
|
languages/contact_form-fi.mo
CHANGED
File without changes
|
languages/contact_form-fi.po
CHANGED
File without changes
|
languages/contact_form-fr_FR.mo
CHANGED
File without changes
|
languages/contact_form-fr_FR.po
CHANGED
File without changes
|
languages/contact_form-hu_HU.mo
CHANGED
File without changes
|
languages/contact_form-hu_HU.po
CHANGED
File without changes
|
languages/contact_form-it_IT.mo
CHANGED
File without changes
|
languages/contact_form-it_IT.po
CHANGED
File without changes
|
languages/contact_form-ja.mo
CHANGED
File without changes
|
languages/contact_form-ja.po
CHANGED
File without changes
|
languages/contact_form-nl_NL.mo
CHANGED
File without changes
|
languages/contact_form-nl_NL.po
CHANGED
File without changes
|
languages/contact_form-pt_BR.mo
CHANGED
File without changes
|
languages/contact_form-pt_BR.po
CHANGED
File without changes
|
languages/contact_form-pt_PT.mo
CHANGED
File without changes
|
languages/contact_form-pt_PT.po
CHANGED
File without changes
|
languages/contact_form-ru_RU.mo
CHANGED
File without changes
|
languages/contact_form-ru_RU.po
CHANGED
File without changes
|
languages/contact_form-sk_SK.mo
CHANGED
File without changes
|
languages/contact_form-sk_SK.po
CHANGED
File without changes
|
languages/contact_form-sr_RS.mo
CHANGED
File without changes
|
languages/contact_form-sr_RS.po
CHANGED
File without changes
|
languages/contact_form-sv_SE.mo
CHANGED
File without changes
|
languages/contact_form-sv_SE.po
CHANGED
File without changes
|
languages/contact_form-tr.mo
CHANGED
File without changes
|
languages/contact_form-tr.po
CHANGED
File without changes
|
languages/contact_form-uk.mo
CHANGED
Binary file
|
languages/contact_form-uk.po
CHANGED
@@ -2,10 +2,10 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-04-
|
6 |
-
"PO-Revision-Date: 2014-04-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
-
"Language-Team:
|
9 |
"Language: ua_UA\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -13,7 +13,8 @@ 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.
|
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: contact_form.php:73
|
@@ -171,42 +172,41 @@ msgstr "Установки збережені."
|
|
171 |
#: contact_form.php:688
|
172 |
#: contact_form.php:720
|
173 |
msgid "Wrong license key"
|
174 |
-
msgstr ""
|
175 |
|
176 |
#: contact_form.php:713
|
177 |
msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
|
178 |
-
msgstr ""
|
179 |
|
180 |
#: contact_form.php:722
|
181 |
msgid "This license key is bind to another site"
|
182 |
-
msgstr ""
|
183 |
|
184 |
#: contact_form.php:724
|
185 |
#: contact_form.php:1570
|
186 |
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
187 |
-
msgstr ""
|
188 |
|
189 |
#: contact_form.php:741
|
190 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
191 |
-
msgstr ""
|
192 |
|
193 |
#: contact_form.php:747
|
194 |
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
195 |
-
msgstr ""
|
196 |
|
197 |
#: contact_form.php:751
|
198 |
#: contact_form.php:760
|
199 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
200 |
-
msgstr ""
|
201 |
|
202 |
#: contact_form.php:764
|
203 |
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
|
204 |
-
msgstr ""
|
205 |
|
206 |
#: contact_form.php:779
|
207 |
-
#, fuzzy
|
208 |
msgid "Please, enter Your license key"
|
209 |
-
msgstr "Будь ласка,
|
210 |
|
211 |
#: contact_form.php:787
|
212 |
#: contact_form.php:2216
|
@@ -220,19 +220,19 @@ msgstr "Розширені установки"
|
|
220 |
|
221 |
#: contact_form.php:789
|
222 |
msgid "Go PRO"
|
223 |
-
msgstr ""
|
224 |
|
225 |
#: contact_form.php:792
|
226 |
msgid "Notice:"
|
227 |
-
msgstr ""
|
228 |
|
229 |
#: contact_form.php:792
|
230 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
231 |
-
msgstr ""
|
232 |
|
233 |
#: contact_form.php:798
|
234 |
msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
|
235 |
-
msgstr ""
|
236 |
|
237 |
#: contact_form.php:804
|
238 |
#: contact_form.php:809
|
@@ -293,30 +293,30 @@ msgstr "Додати поле для вибору департаменту до
|
|
293 |
#: contact_form.php:852
|
294 |
#: contact_form.php:1412
|
295 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
296 |
-
msgstr ""
|
297 |
|
298 |
#: contact_form.php:859
|
299 |
#: contact_form.php:997
|
300 |
#: contact_form.php:1071
|
301 |
#: contact_form.php:1419
|
302 |
msgid "Unlock premium options by upgrading to a PRO version."
|
303 |
-
msgstr ""
|
304 |
|
305 |
#: contact_form.php:860
|
306 |
#: contact_form.php:998
|
307 |
#: contact_form.php:1072
|
308 |
#: contact_form.php:1420
|
309 |
-
#: contact_form.php:
|
310 |
-
#: contact_form.php:
|
311 |
msgid "Learn More"
|
312 |
-
msgstr ""
|
313 |
|
314 |
#: contact_form.php:863
|
315 |
#: contact_form.php:1001
|
316 |
#: contact_form.php:1075
|
317 |
#: contact_form.php:1423
|
318 |
msgid "Go"
|
319 |
-
msgstr ""
|
320 |
|
321 |
#: contact_form.php:870
|
322 |
msgid "Save emails to the database"
|
@@ -324,7 +324,7 @@ msgstr "Зберігати електронні повідомлення у ба
|
|
324 |
|
325 |
#: contact_form.php:876
|
326 |
msgid "Using"
|
327 |
-
msgstr ""
|
328 |
|
329 |
#: contact_form.php:876
|
330 |
#: contact_form.php:1048
|
@@ -416,28 +416,27 @@ msgstr "Обов'язковий символ"
|
|
416 |
|
417 |
#: contact_form.php:934
|
418 |
msgid "Fields"
|
419 |
-
msgstr ""
|
420 |
|
421 |
#: contact_form.php:935
|
422 |
msgid "Used"
|
423 |
-
msgstr ""
|
424 |
|
425 |
#: contact_form.php:936
|
426 |
-
#, fuzzy
|
427 |
msgid "Required"
|
428 |
-
msgstr "
|
429 |
|
430 |
#: contact_form.php:937
|
431 |
msgid "Visible"
|
432 |
-
msgstr ""
|
433 |
|
434 |
#: contact_form.php:938
|
435 |
msgid "Disabled for editing"
|
436 |
-
msgstr ""
|
437 |
|
438 |
#: contact_form.php:939
|
439 |
msgid "Field's default value"
|
440 |
-
msgstr ""
|
441 |
|
442 |
#: contact_form.php:944
|
443 |
#: contact_form.php:1287
|
@@ -458,9 +457,8 @@ msgid "Email Address"
|
|
458 |
msgstr "Адреса ел.пошти"
|
459 |
|
460 |
#: contact_form.php:968
|
461 |
-
#, fuzzy
|
462 |
msgid "Phone number"
|
463 |
-
msgstr "Номер
|
464 |
|
465 |
#: contact_form.php:976
|
466 |
#: contact_form.php:1307
|
@@ -486,15 +484,13 @@ msgstr "Користувачі можуть прикріплювати файл
|
|
486 |
|
487 |
#: contact_form.php:1023
|
488 |
msgid "Add to the form"
|
489 |
-
msgstr ""
|
490 |
|
491 |
#: contact_form.php:1028
|
492 |
-
#, fuzzy
|
493 |
msgid "Tips below the Attachment"
|
494 |
msgstr "Показувати підказки під блоком \"Прикріпити файл\""
|
495 |
|
496 |
#: contact_form.php:1037
|
497 |
-
#, fuzzy
|
498 |
msgid "'Send me a copy' block"
|
499 |
msgstr "Показати блок \"Надіслати мені копію\""
|
500 |
|
@@ -515,19 +511,19 @@ msgstr "Завантажити captcha"
|
|
515 |
|
516 |
#: contact_form.php:1063
|
517 |
msgid "Agreement checkbox"
|
518 |
-
msgstr ""
|
519 |
|
520 |
#: contact_form.php:1063
|
521 |
msgid "Required checkbox for submitting the form"
|
522 |
-
msgstr ""
|
523 |
|
524 |
#: contact_form.php:1064
|
525 |
msgid "Optional checkbox"
|
526 |
-
msgstr ""
|
527 |
|
528 |
#: contact_form.php:1064
|
529 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
530 |
-
msgstr ""
|
531 |
|
532 |
#: contact_form.php:1081
|
533 |
msgid "Delete an attachment file from the server after the email is sent"
|
@@ -535,7 +531,7 @@ msgstr "Видаляти прикріплений файл з серверу п
|
|
535 |
|
536 |
#: contact_form.php:1087
|
537 |
msgid "Email in HTML format sending"
|
538 |
-
msgstr ""
|
539 |
|
540 |
#: contact_form.php:1091
|
541 |
msgid "Display additional info in the email"
|
@@ -601,7 +597,7 @@ msgstr "Англійська"
|
|
601 |
#: contact_form.php:1129
|
602 |
#: contact_form.php:1163
|
603 |
msgid "click to expand/hide the list"
|
604 |
-
msgstr ""
|
605 |
|
606 |
#: contact_form.php:1138
|
607 |
#: contact_form.php:1172
|
@@ -713,11 +709,11 @@ msgstr "Url"
|
|
713 |
|
714 |
#: contact_form.php:1236
|
715 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
716 |
-
msgstr ""
|
717 |
|
718 |
#: contact_form.php:1240
|
719 |
msgid "If you are not sure whether to change this setting or not, please do not do that."
|
720 |
-
msgstr ""
|
721 |
|
722 |
#: contact_form.php:1246
|
723 |
#: contact_form.php:1430
|
@@ -726,17 +722,15 @@ msgstr "Зберегти зміни"
|
|
726 |
|
727 |
#: contact_form.php:1251
|
728 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
729 |
-
msgstr ""
|
730 |
|
731 |
#: contact_form.php:1252
|
732 |
-
#, fuzzy
|
733 |
msgid "Rate the plugin"
|
734 |
-
msgstr "
|
735 |
|
736 |
#: contact_form.php:1255
|
737 |
-
#, fuzzy
|
738 |
msgid "If there is something wrong about it, please contact us"
|
739 |
-
msgstr "Якщо у вас є запитання,
|
740 |
|
741 |
#: contact_form.php:1267
|
742 |
msgid "Errors output"
|
@@ -906,41 +900,40 @@ msgstr "Будь ласка, напишіть своє повідомлення.
|
|
906 |
|
907 |
#: contact_form.php:1545
|
908 |
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
909 |
-
msgstr ""
|
910 |
|
911 |
#: contact_form.php:1547
|
912 |
msgid "Please, go to"
|
913 |
-
msgstr ""
|
914 |
|
915 |
#: contact_form.php:1547
|
916 |
-
#, fuzzy
|
917 |
msgid "the setting page"
|
918 |
-
msgstr "
|
919 |
|
920 |
#: contact_form.php:1548
|
921 |
msgid "You will be redirected automatically in 5 seconds."
|
922 |
-
msgstr ""
|
923 |
|
924 |
#: contact_form.php:1553
|
925 |
msgid "You can download and activate"
|
926 |
-
msgstr ""
|
927 |
|
928 |
#: contact_form.php:1555
|
929 |
msgid "version of this plugin by entering Your license key."
|
930 |
-
msgstr ""
|
931 |
|
932 |
#: contact_form.php:1557
|
933 |
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
934 |
-
msgstr ""
|
935 |
|
936 |
#: contact_form.php:1559
|
937 |
msgid "(your username is the email you specify when purchasing the product)."
|
938 |
-
msgstr ""
|
939 |
|
940 |
#: contact_form.php:1567
|
941 |
#: contact_form.php:1577
|
942 |
msgid "Go!"
|
943 |
-
msgstr ""
|
944 |
|
945 |
#: contact_form.php:1647
|
946 |
msgid "Sorry, email message could not be delivered."
|
@@ -981,21 +974,21 @@ msgstr "Підтримка"
|
|
981 |
msgid "Are you sure that you want to delete this language data?"
|
982 |
msgstr "Ви справді хочете видалити дані для цієї мови?"
|
983 |
|
984 |
-
#: contact_form.php:
|
985 |
msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
|
986 |
-
msgstr ""
|
987 |
|
988 |
-
#: contact_form.php:
|
989 |
msgid "Extend standard plugin functionality with new great options."
|
990 |
-
msgstr ""
|
991 |
|
992 |
-
#: contact_form.php:
|
993 |
msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
|
994 |
-
msgstr ""
|
995 |
|
996 |
-
#: contact_form.php:
|
997 |
msgid "Manage messages that have been sent from your website."
|
998 |
-
msgstr ""
|
999 |
|
1000 |
#~ msgid ""
|
1001 |
#~ "This functionality is available in the Pro version of the plugin. For "
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-04-17 17:08+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-04-18 12:08+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
+
"Language-Team: The BestWebSoft Team <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ua_UA\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\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-Language: Ukrainian\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: contact_form.php:73
|
172 |
#: contact_form.php:688
|
173 |
#: contact_form.php:720
|
174 |
msgid "Wrong license key"
|
175 |
+
msgstr "Невірний ліцензійний ключ!"
|
176 |
|
177 |
#: contact_form.php:713
|
178 |
msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
|
179 |
+
msgstr "Виникли певні проблеми. Спробуйте ще раз пізніше. Якщо помилка виникатиме знову, будь ласка, зверніться до нашої служби підтримки href=http://support.bestwebsoft.com>BestWebSoft</a>. Просимо вибачення за незручності."
|
180 |
|
181 |
#: contact_form.php:722
|
182 |
msgid "This license key is bind to another site"
|
183 |
+
msgstr "Ліцензійний ключ прив'язано до іншого сайту"
|
184 |
|
185 |
#: contact_form.php:724
|
186 |
#: contact_form.php:1570
|
187 |
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
188 |
+
msgstr "На жаль, Ви перевищили кількість доступних спроб на день. Будь ласка, завантажте плагін вручну."
|
189 |
|
190 |
#: contact_form.php:741
|
191 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
192 |
+
msgstr "Виникли проблеми під чаз розпакування zip-архіву. Будь ласка, завантажте плагін вручну."
|
193 |
|
194 |
#: contact_form.php:747
|
195 |
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
196 |
+
msgstr "Ваш сервер не підтримує ані ZipArchive, ані Phar. Будь ласка, завантажте плагін вручну"
|
197 |
|
198 |
#: contact_form.php:751
|
199 |
#: contact_form.php:760
|
200 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
201 |
+
msgstr "Виникли проблеми під час завантаження zip-архіву. Будь ласка, завантажте архів вручну."
|
202 |
|
203 |
#: contact_form.php:764
|
204 |
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
|
205 |
+
msgstr "Виникли певні проблеми. Спробуйте ще раз пізніше або завантажте плагін вручну. Просимо вібачення за незручності."
|
206 |
|
207 |
#: contact_form.php:779
|
|
|
208 |
msgid "Please, enter Your license key"
|
209 |
+
msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
|
210 |
|
211 |
#: contact_form.php:787
|
212 |
#: contact_form.php:2216
|
220 |
|
221 |
#: contact_form.php:789
|
222 |
msgid "Go PRO"
|
223 |
+
msgstr "Перейти на Pro версію"
|
224 |
|
225 |
#: contact_form.php:792
|
226 |
msgid "Notice:"
|
227 |
+
msgstr "Нагадування:"
|
228 |
|
229 |
#: contact_form.php:792
|
230 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
231 |
+
msgstr "Налаштування плагіну було змінено. Для того, щоб зберегти ці зміни, не забудьте нажати кнопку \"Зберегти зміни\"."
|
232 |
|
233 |
#: contact_form.php:798
|
234 |
msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
|
235 |
+
msgstr "Якщо ві хочете створити декілька різних контактних форм, будь ласка, всановіть плагін Contact Form Multi"
|
236 |
|
237 |
#: contact_form.php:804
|
238 |
#: contact_form.php:809
|
293 |
#: contact_form.php:852
|
294 |
#: contact_form.php:1412
|
295 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
296 |
+
msgstr "Якщо ви перейдете на Pro версію, усі установки будуть збережені."
|
297 |
|
298 |
#: contact_form.php:859
|
299 |
#: contact_form.php:997
|
300 |
#: contact_form.php:1071
|
301 |
#: contact_form.php:1419
|
302 |
msgid "Unlock premium options by upgrading to a PRO version."
|
303 |
+
msgstr "Зробити доступними преміум-опції, перейшовши на PRO версію."
|
304 |
|
305 |
#: contact_form.php:860
|
306 |
#: contact_form.php:998
|
307 |
#: contact_form.php:1072
|
308 |
#: contact_form.php:1420
|
309 |
+
#: contact_form.php:2474
|
310 |
+
#: contact_form.php:2490
|
311 |
msgid "Learn More"
|
312 |
+
msgstr "Докладніше"
|
313 |
|
314 |
#: contact_form.php:863
|
315 |
#: contact_form.php:1001
|
316 |
#: contact_form.php:1075
|
317 |
#: contact_form.php:1423
|
318 |
msgid "Go"
|
319 |
+
msgstr "Перейти"
|
320 |
|
321 |
#: contact_form.php:870
|
322 |
msgid "Save emails to the database"
|
324 |
|
325 |
#: contact_form.php:876
|
326 |
msgid "Using"
|
327 |
+
msgstr "Використовуючи"
|
328 |
|
329 |
#: contact_form.php:876
|
330 |
#: contact_form.php:1048
|
416 |
|
417 |
#: contact_form.php:934
|
418 |
msgid "Fields"
|
419 |
+
msgstr "Поля"
|
420 |
|
421 |
#: contact_form.php:935
|
422 |
msgid "Used"
|
423 |
+
msgstr "Що використовуються"
|
424 |
|
425 |
#: contact_form.php:936
|
|
|
426 |
msgid "Required"
|
427 |
+
msgstr "Обов’язковий"
|
428 |
|
429 |
#: contact_form.php:937
|
430 |
msgid "Visible"
|
431 |
+
msgstr "Видимі"
|
432 |
|
433 |
#: contact_form.php:938
|
434 |
msgid "Disabled for editing"
|
435 |
+
msgstr "Відключено для редагування"
|
436 |
|
437 |
#: contact_form.php:939
|
438 |
msgid "Field's default value"
|
439 |
+
msgstr "Стандартне значення для поля"
|
440 |
|
441 |
#: contact_form.php:944
|
442 |
#: contact_form.php:1287
|
457 |
msgstr "Адреса ел.пошти"
|
458 |
|
459 |
#: contact_form.php:968
|
|
|
460 |
msgid "Phone number"
|
461 |
+
msgstr "Номер телефону"
|
462 |
|
463 |
#: contact_form.php:976
|
464 |
#: contact_form.php:1307
|
484 |
|
485 |
#: contact_form.php:1023
|
486 |
msgid "Add to the form"
|
487 |
+
msgstr "Додати до форми"
|
488 |
|
489 |
#: contact_form.php:1028
|
|
|
490 |
msgid "Tips below the Attachment"
|
491 |
msgstr "Показувати підказки під блоком \"Прикріпити файл\""
|
492 |
|
493 |
#: contact_form.php:1037
|
|
|
494 |
msgid "'Send me a copy' block"
|
495 |
msgstr "Показати блок \"Надіслати мені копію\""
|
496 |
|
511 |
|
512 |
#: contact_form.php:1063
|
513 |
msgid "Agreement checkbox"
|
514 |
+
msgstr "Чекбокс для погодження"
|
515 |
|
516 |
#: contact_form.php:1063
|
517 |
msgid "Required checkbox for submitting the form"
|
518 |
+
msgstr "Необхідний чекбокс для відправки форми"
|
519 |
|
520 |
#: contact_form.php:1064
|
521 |
msgid "Optional checkbox"
|
522 |
+
msgstr "Необов’язковий чекбокс"
|
523 |
|
524 |
#: contact_form.php:1064
|
525 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
526 |
+
msgstr "Необов’язковий чекбокс, результати якого буде відображено в електронному листі"
|
527 |
|
528 |
#: contact_form.php:1081
|
529 |
msgid "Delete an attachment file from the server after the email is sent"
|
531 |
|
532 |
#: contact_form.php:1087
|
533 |
msgid "Email in HTML format sending"
|
534 |
+
msgstr "Відправка електронної пошти в форматі HTML"
|
535 |
|
536 |
#: contact_form.php:1091
|
537 |
msgid "Display additional info in the email"
|
597 |
#: contact_form.php:1129
|
598 |
#: contact_form.php:1163
|
599 |
msgid "click to expand/hide the list"
|
600 |
+
msgstr "натиснути, щоб розгорнути/згорнути список"
|
601 |
|
602 |
#: contact_form.php:1138
|
603 |
#: contact_form.php:1172
|
709 |
|
710 |
#: contact_form.php:1236
|
711 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
712 |
+
msgstr "Змінна $_SERVER, що використовується для строрення URL форми"
|
713 |
|
714 |
#: contact_form.php:1240
|
715 |
msgid "If you are not sure whether to change this setting or not, please do not do that."
|
716 |
+
msgstr "Якщо ви не впевнені, варто змінювати цю установку чи ні, будь ласка, не змінюйте."
|
717 |
|
718 |
#: contact_form.php:1246
|
719 |
#: contact_form.php:1430
|
722 |
|
723 |
#: contact_form.php:1251
|
724 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
725 |
+
msgstr "Якщо Вам сподобався наш плагін, ми будемо раді, якщо Ви оціните його у п'ять зірочок на WordPress"
|
726 |
|
727 |
#: contact_form.php:1252
|
|
|
728 |
msgid "Rate the plugin"
|
729 |
+
msgstr "Оцініти плагін"
|
730 |
|
731 |
#: contact_form.php:1255
|
|
|
732 |
msgid "If there is something wrong about it, please contact us"
|
733 |
+
msgstr "Якщо у вас є запитання, будь ласка, звертайтесь до нас"
|
734 |
|
735 |
#: contact_form.php:1267
|
736 |
msgid "Errors output"
|
900 |
|
901 |
#: contact_form.php:1545
|
902 |
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
903 |
+
msgstr "Вітаємо! PRO версію плагіну успішно завантажено та активовано."
|
904 |
|
905 |
#: contact_form.php:1547
|
906 |
msgid "Please, go to"
|
907 |
+
msgstr "Будь ласка, перейдіть"
|
908 |
|
909 |
#: contact_form.php:1547
|
|
|
910 |
msgid "the setting page"
|
911 |
+
msgstr "сторінка установок"
|
912 |
|
913 |
#: contact_form.php:1548
|
914 |
msgid "You will be redirected automatically in 5 seconds."
|
915 |
+
msgstr "Вас буде перенаправлено автоматично через 5 секунд."
|
916 |
|
917 |
#: contact_form.php:1553
|
918 |
msgid "You can download and activate"
|
919 |
+
msgstr "Ви можете завантажити та активувати"
|
920 |
|
921 |
#: contact_form.php:1555
|
922 |
msgid "version of this plugin by entering Your license key."
|
923 |
+
msgstr "версію уього плагіну, якщо впишете ваш ліцензійний ключ."
|
924 |
|
925 |
#: contact_form.php:1557
|
926 |
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
927 |
+
msgstr "Ви можете знайти ваш ліцензійний ключ на вашій персональній сторінці у Client area, перейшовши за посиланням"
|
928 |
|
929 |
#: contact_form.php:1559
|
930 |
msgid "(your username is the email you specify when purchasing the product)."
|
931 |
+
msgstr "(your username is the email you specify when purchasing the product)."
|
932 |
|
933 |
#: contact_form.php:1567
|
934 |
#: contact_form.php:1577
|
935 |
msgid "Go!"
|
936 |
+
msgstr "Перейти!"
|
937 |
|
938 |
#: contact_form.php:1647
|
939 |
msgid "Sorry, email message could not be delivered."
|
974 |
msgid "Are you sure that you want to delete this language data?"
|
975 |
msgstr "Ви справді хочете видалити дані для цієї мови?"
|
976 |
|
977 |
+
#: contact_form.php:2477
|
978 |
msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
|
979 |
+
msgstr "Чай оновити ваш <strong>Contact Form plugin</strong> до <strong>PRO</strong> версії"
|
980 |
|
981 |
+
#: contact_form.php:2478
|
982 |
msgid "Extend standard plugin functionality with new great options."
|
983 |
+
msgstr "Розширити стандартний функціонал плагіну новими опціями."
|
984 |
|
985 |
+
#: contact_form.php:2493
|
986 |
msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
|
987 |
+
msgstr "<strong>Contact Form to DB</strong> дозволяє зберігати ваші повідомлення у базі даних."
|
988 |
|
989 |
+
#: contact_form.php:2494
|
990 |
msgid "Manage messages that have been sent from your website."
|
991 |
+
msgstr "Контролювати повідомлення, які було відправлено з Вашого сайту. "
|
992 |
|
993 |
#~ msgid ""
|
994 |
#~ "This functionality is available in the Pro version of the plugin. For "
|
languages/contact_form-vi.mo
CHANGED
File without changes
|
languages/contact_form-vi.po
CHANGED
File without changes
|
languages/contact_form-zh_CN.mo
CHANGED
File without changes
|
languages/contact_form-zh_CN.po
CHANGED
File without changes
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Contact Form ===
|
2 |
Contributors: bestwebsoft
|
3 |
-
Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=
|
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.
|
7 |
-
Stable tag: 3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -15,7 +15,7 @@ Add Contact Form to your WordPress website.
|
|
15 |
The Contact Form plugin allows you to implement a feedback form to a web-page or a post in no time. It is an extremely easy form, that doesn’t require any additional settings, though there are some available options. All you need is just to activate the plugin and insert the shortcode [bestwebsoft_contact_form] into the text.
|
16 |
There is also a premium version of the plugin with more useful features available.
|
17 |
|
18 |
-
http://www.youtube.com/watch?v=_axsV-3cqiA
|
19 |
|
20 |
<a href="http://www.youtube.com/watch?v=fgAH8XDXtgA" target="_blank">Video instruction on Installation</a>
|
21 |
|
@@ -43,6 +43,7 @@ There is also a premium version of the plugin <a href="http://bestwebsoft.com/pl
|
|
43 |
* <a href="http://wordpress.org/plugins/contact-form-to-db/">Contact Form To DB</a> - This plugin is an exclusive add-on for the Contact Form plugin by BestWebSoft. The plugin provides a unique opportunity to manage messages sent from your site via the contact form. Please pay attention, that this plugin is an add-on ONLY for Contact Form plugin by BestWebSoft, that's why it will not work with any other contact form plugins.
|
44 |
There is also a premium version of the plugin <a href="http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=d7d962591b5be0ce6c27af778b1b36ee">Contact Form To DB Pro</a>, allowing to re-send and preiodically delete messages, manage attachments and get detailed support and answers to your questions.
|
45 |
* <a href="http://wordpress.org/plugins/contact-form-multi/">Contact Form Multi</a> - This plugin makes it possible to create and implement multiple contact forms on your site. It is also possible to set different parameters for different contact forms. Please note that this plugin is an exclusive add-on ONLY for Contact Form plugin by BestWebSoft and it will not work wothout it. Please make sure you've enabled Javascript, otherwise the plugin will not work.
|
|
|
46 |
|
47 |
= Translation =
|
48 |
|
@@ -65,7 +66,7 @@ There is also a premium version of the plugin <a href="http://bestwebsoft.com/pl
|
|
65 |
* Slovak (sk_SK) (thanks to <a href="mailto:book.ing@zoznam.sk">Book Ing</a>)
|
66 |
* Swedish (sv_SE) (thanks to Martin Tonek, <a href="mailto:joakim@limewoodmedia.com">Joakim Lindskog</a>, <a href="mailto:maarten@vandendriest.com">Maarten van den Driest</a> - www.crossanddot.nl)
|
67 |
* Turkish (tr) (thanks to Can Atasever, www.candanblog.com)
|
68 |
-
* Ukrainian (uk)
|
69 |
* Vietnamese (vi) (thanks to <a href="mailto:bizover@gmail.com">Dich Anh Viet</a>, www.bizover.net)
|
70 |
|
71 |
If you create your own language pack or update the existing one, you can send <a href="http://codex.wordpress.org/Translating_WordPress" target="_blank">the text in PO and MO files</a> for <a href="http://support.bestwebsoft.com" target="_blank">BestWebSoft</a> and we'll add it to the plugin. You can download the latest version of the program for work with PO and MO files <a href="http://www.poedit.net/download.php" target="_blank">Poedit</a>.
|
@@ -154,6 +155,12 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
|
|
154 |
|
155 |
== Changelog ==
|
156 |
|
|
|
|
|
|
|
|
|
|
|
|
|
157 |
= V3.76 - 14.04.2014 =
|
158 |
* Update : We updated all functionality for wordpress 3.8.2.
|
159 |
|
@@ -493,6 +500,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
|
|
493 |
|
494 |
== Upgrade Notice ==
|
495 |
|
|
|
|
|
|
|
496 |
= V3.76 =
|
497 |
We updated all functionality for wordpress 3.8.2.
|
498 |
|
1 |
=== Contact Form ===
|
2 |
Contributors: bestwebsoft
|
3 |
+
Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&product_id=94
|
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.9
|
7 |
+
Stable tag: 3.77
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
15 |
The Contact Form plugin allows you to implement a feedback form to a web-page or a post in no time. It is an extremely easy form, that doesn’t require any additional settings, though there are some available options. All you need is just to activate the plugin and insert the shortcode [bestwebsoft_contact_form] into the text.
|
16 |
There is also a premium version of the plugin with more useful features available.
|
17 |
|
18 |
+
http://www.youtube.com/watch?v=_axsV-3cqiA
|
19 |
|
20 |
<a href="http://www.youtube.com/watch?v=fgAH8XDXtgA" target="_blank">Video instruction on Installation</a>
|
21 |
|
43 |
* <a href="http://wordpress.org/plugins/contact-form-to-db/">Contact Form To DB</a> - This plugin is an exclusive add-on for the Contact Form plugin by BestWebSoft. The plugin provides a unique opportunity to manage messages sent from your site via the contact form. Please pay attention, that this plugin is an add-on ONLY for Contact Form plugin by BestWebSoft, that's why it will not work with any other contact form plugins.
|
44 |
There is also a premium version of the plugin <a href="http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=d7d962591b5be0ce6c27af778b1b36ee">Contact Form To DB Pro</a>, allowing to re-send and preiodically delete messages, manage attachments and get detailed support and answers to your questions.
|
45 |
* <a href="http://wordpress.org/plugins/contact-form-multi/">Contact Form Multi</a> - This plugin makes it possible to create and implement multiple contact forms on your site. It is also possible to set different parameters for different contact forms. Please note that this plugin is an exclusive add-on ONLY for Contact Form plugin by BestWebSoft and it will not work wothout it. Please make sure you've enabled Javascript, otherwise the plugin will not work.
|
46 |
+
There is also a premium version of the plugin <a href="http://bestwebsoft.com/plugin/contact-form-multi-pro/?k=34543c152eff369d529e9b4da85985a9">Contact Form Multi Pro</a>, compatible with Contact Form Pro (ability to select different extra settings for each contact form).
|
47 |
|
48 |
= Translation =
|
49 |
|
66 |
* Slovak (sk_SK) (thanks to <a href="mailto:book.ing@zoznam.sk">Book Ing</a>)
|
67 |
* Swedish (sv_SE) (thanks to Martin Tonek, <a href="mailto:joakim@limewoodmedia.com">Joakim Lindskog</a>, <a href="mailto:maarten@vandendriest.com">Maarten van den Driest</a> - www.crossanddot.nl)
|
68 |
* Turkish (tr) (thanks to Can Atasever, www.candanblog.com)
|
69 |
+
* Ukrainian (uk)
|
70 |
* Vietnamese (vi) (thanks to <a href="mailto:bizover@gmail.com">Dich Anh Viet</a>, www.bizover.net)
|
71 |
|
72 |
If you create your own language pack or update the existing one, you can send <a href="http://codex.wordpress.org/Translating_WordPress" target="_blank">the text in PO and MO files</a> for <a href="http://support.bestwebsoft.com" target="_blank">BestWebSoft</a> and we'll add it to the plugin. You can download the latest version of the program for work with PO and MO files <a href="http://www.poedit.net/download.php" target="_blank">Poedit</a>.
|
155 |
|
156 |
== Changelog ==
|
157 |
|
158 |
+
= V3.77 - 18.04.2014 =
|
159 |
+
* Update : We updated all functionality for wordpress 3.9.
|
160 |
+
* Bugfix : We fixed the bug of db table creation.
|
161 |
+
* Update : The Ukrainian language file is updated.
|
162 |
+
* Update : Screenshots are updated.
|
163 |
+
|
164 |
= V3.76 - 14.04.2014 =
|
165 |
* Update : We updated all functionality for wordpress 3.8.2.
|
166 |
|
500 |
|
501 |
== Upgrade Notice ==
|
502 |
|
503 |
+
= V3.77 =
|
504 |
+
We updated all functionality for wordpress 3.9. We fixed the bug of db table creation. The Ukrainian language file is updated. Screenshots are updated.
|
505 |
+
|
506 |
= V3.76 =
|
507 |
We updated all functionality for wordpress 3.8.2.
|
508 |
|
screenshot-1.png
CHANGED
File without changes
|
screenshot-2.png
CHANGED
Binary file
|
screenshot-3.png
CHANGED
File without changes
|
screenshot-4.png
CHANGED
Binary file
|
screenshot-5.png
CHANGED
Binary file
|
screenshot-6.png
CHANGED
Binary file
|