Contact Form by BestWebSoft - Version 3.75

Version Description

  • 08.04.2014 =
  • NEW : The Afrikaans language file is added.
  • Bugfix : We fixed the bug of the user's list on multisite.
Download this release

Release Info

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

Code changes from version 3.74 to 3.75

bws_menu/bws_menu.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
- * Version: 1.2.3
5
  */
6
 
7
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
@@ -222,7 +222,8 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
222
  'link' => 'http://bestwebsoft.com/plugin/bws-google-maps/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
223
  'download' => 'http://bestwebsoft.com/plugin/bws-google-maps/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
224
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=BestWebSoft+Google+Maps&plugin-search-input=Search+Plugins',
225
- 'settings' => 'admin.php?page=bws-google-maps.php'
 
226
  ),
227
  'bws-google-analytics/bws-google-analytics.php' => array(
228
  'name' => 'BestWebSoft Google Analytics',
@@ -303,6 +304,13 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
303
  'link' => 'http://bestwebsoft.com/plugin/pdf-print-pro/?k=fd43a0e659ddc170a9060027cbfdcc3a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
304
  'purchase' => 'http://bestwebsoft.com/plugin/pdf-print-pro?k=fd43a0e659ddc170a9060027cbfdcc3a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
305
  'settings' => 'admin.php?page=pdf-print-pro.php'
 
 
 
 
 
 
 
306
  )
307
  );
308
 
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
+ * Version: 1.2.4
5
  */
6
 
7
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
222
  'link' => 'http://bestwebsoft.com/plugin/bws-google-maps/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
223
  'download' => 'http://bestwebsoft.com/plugin/bws-google-maps/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
224
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=BestWebSoft+Google+Maps&plugin-search-input=Search+Plugins',
225
+ 'settings' => 'admin.php?page=bws-google-maps.php',
226
+ 'pro_version' => 'bws-google-maps-pro/bws-google-maps-pro.php'
227
  ),
228
  'bws-google-analytics/bws-google-analytics.php' => array(
229
  'name' => 'BestWebSoft Google Analytics',
304
  'link' => 'http://bestwebsoft.com/plugin/pdf-print-pro/?k=fd43a0e659ddc170a9060027cbfdcc3a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
305
  'purchase' => 'http://bestwebsoft.com/plugin/pdf-print-pro?k=fd43a0e659ddc170a9060027cbfdcc3a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
306
  'settings' => 'admin.php?page=pdf-print-pro.php'
307
+ ),
308
+ 'bws-google-maps-pro/bws-google-maps-pro.php' => array(
309
+ 'name' => 'BestWebSoft Google Maps Pro',
310
+ 'description' => 'Easy to set up and insert Google Maps to your website.',
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
 
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.74
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.3';
33
  $base = plugin_basename(__FILE__);
34
 
35
  if ( ! isset( $bstwbsftwppdtplgns_options ) ) {
@@ -175,6 +175,10 @@ if ( ! function_exists( 'cntctfrm_settings' ) ) {
175
  'cntctfrm_html_email' => 1,
176
  'cntctfrm_site_name_parameter' => 'SERVER_NAME'
177
  );
 
 
 
 
178
 
179
  /* Install the option defaults */
180
  if ( 1 == $wpmu ) {
@@ -185,14 +189,26 @@ if ( ! function_exists( 'cntctfrm_settings' ) ) {
185
  add_option( 'cntctfrm_options', $cntctfrm_option_defaults, '', 'yes' );
186
  }
187
 
188
- if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) || is_plugin_active_for_network( 'contact-form-multi/contact-form-multi.php' ) ) {
 
189
  if ( 1 == $wpmu ) {
190
  if ( ! get_site_option( 'cntctfrmmlt_options' ) )
191
  add_site_option( 'cntctfrmmlt_options', $cntctfrm_option_defaults, '', 'yes' );
 
 
192
  } else {
193
  if ( ! get_option( 'cntctfrmmlt_options' ) )
194
  add_option( 'cntctfrmmlt_options', $cntctfrm_option_defaults, '', 'yes' );
195
- }
 
 
 
 
 
 
 
 
 
196
  /* Get options from the database */
197
  if ( 1 == $wpmu ) {
198
  if ( get_site_option( 'cntctfrmmlt_options_'. $_SESSION['cntctfrmmlt_id_form'] ) )
@@ -241,14 +257,20 @@ if ( ! function_exists( 'cntctfrm_settings' ) ) {
241
 
242
  if ( ! isset( $cntctfrm_options['plugin_option_version'] ) || $cntctfrm_options['plugin_option_version'] != $cntctfrm_plugin_info["Version"] ) {
243
  $cntctfrm_options = array_merge( $cntctfrm_option_defaults, $cntctfrm_options );
 
244
 
245
  if ( isset( $cntctfrm_options['cntctfrm_required_symbol'] ) && '1' == $cntctfrm_options['cntctfrm_required_symbol'] )
246
  $cntctfrm_options['cntctfrm_required_symbol'] = '*';
247
  elseif ( isset( $cntctfrm_options['cntctfrm_required_symbol'] ) && '0' == $cntctfrm_options['cntctfrm_required_symbol'] )
248
  $cntctfrm_options['cntctfrm_required_symbol'] = '';
249
 
250
- $cntctfrm_options['plugin_option_version'] = $cntctfrm_plugin_info["Version"];
251
- update_option( 'cntctfrm_options', $cntctfrm_options );
 
 
 
 
 
252
  }
253
 
254
  /* Create db table of fields list */
@@ -307,6 +329,7 @@ if ( ! function_exists ( 'cntctfrm_version_check' ) ) {
307
  if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
308
  function cntctfrm_settings_page() {
309
  global $cntctfrm_options, $wpdb, $cntctfrm_option_defaults, $wp_version, $cntctfrm_plugin_info, $wpmu;
 
310
 
311
  if ( ! function_exists( 'get_plugins' ) || ! function_exists( 'is_plugin_active_for_network' ) )
312
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
@@ -329,8 +352,8 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
329
  if ( get_option( 'cntctfrmtdbpr_options' ) )
330
  $cntctfrmtdbpr_options = get_option( 'cntctfrmtdbpr_options' );
331
 
332
- $userslogin = $wpdb->get_col( "SELECT `user_login` FROM $wpdb->users ", 0 );
333
- $error = "";
334
 
335
  /* Save data for settings page */
336
  if ( isset( $_POST['cntctfrm_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'cntctfrm_nonce_name' ) ) {
@@ -791,9 +814,11 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
791
  <input type="radio" id="cntctfrm_select_email_user" name="cntctfrm_select_email" value="user" <?php if ( $cntctfrm_options['cntctfrm_select_email'] == 'user' ) echo "checked=\"checked\" "; ?>/>
792
  <select name="cntctfrm_user_email">
793
  <option disabled><?php _e( "Create a username", 'contact_form' ); ?></option>
794
- <?php while( list( $key, $value ) = each( $userslogin ) ) { ?>
795
- <option value="<?php echo $value; ?>" <?php if ( $cntctfrm_options['cntctfrm_user_email'] == $value ) echo "selected=\"selected\" "; ?>><?php echo $value; ?></option>
796
- <?php } ?>
 
 
797
  </select>
798
  <span class="cntctfrm_info"><?php _e( "Enter a username of the person who should get the messages from the contact form.", 'contact_form' ); ?></span>
799
  </td>
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: Plugin for Contact Form.
6
  Author: BestWebSoft
7
+ Version: 3.75
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.4';
33
  $base = plugin_basename(__FILE__);
34
 
35
  if ( ! isset( $bstwbsftwppdtplgns_options ) ) {
175
  'cntctfrm_html_email' => 1,
176
  'cntctfrm_site_name_parameter' => 'SERVER_NAME'
177
  );
178
+
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 ) {
189
  add_option( 'cntctfrm_options', $cntctfrm_option_defaults, '', 'yes' );
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' );
197
+
198
+ $cntctfrmmlt_options = get_site_option( 'cntctfrmmlt_options' );
199
  } else {
200
  if ( ! get_option( 'cntctfrmmlt_options' ) )
201
  add_option( 'cntctfrmmlt_options', $cntctfrm_option_defaults, '', 'yes' );
202
+
203
+ $cntctfrmmlt_options = get_option( 'cntctfrmmlt_options' );
204
+ }
205
+
206
+ if ( ! isset( $cntctfrmmlt_options['plugin_option_version'] ) || $cntctfrmmlt_options['plugin_option_version'] != $cntctfrm_plugin_info["Version"] ) {
207
+ $cntctfrmmlt_options = array_merge( $cntctfrm_option_defaults, $cntctfrmmlt_options );
208
+ $cntctfrmmlt_options['plugin_option_version'] = $cntctfrm_plugin_info["Version"];
209
+ update_option( 'cntctfrmmlt_options', $cntctfrmmlt_options );
210
+ }
211
+
212
  /* Get options from the database */
213
  if ( 1 == $wpmu ) {
214
  if ( get_site_option( 'cntctfrmmlt_options_'. $_SESSION['cntctfrmmlt_id_form'] ) )
257
 
258
  if ( ! isset( $cntctfrm_options['plugin_option_version'] ) || $cntctfrm_options['plugin_option_version'] != $cntctfrm_plugin_info["Version"] ) {
259
  $cntctfrm_options = array_merge( $cntctfrm_option_defaults, $cntctfrm_options );
260
+ $cntctfrm_options['plugin_option_version'] = $cntctfrm_plugin_info["Version"];
261
 
262
  if ( isset( $cntctfrm_options['cntctfrm_required_symbol'] ) && '1' == $cntctfrm_options['cntctfrm_required_symbol'] )
263
  $cntctfrm_options['cntctfrm_required_symbol'] = '*';
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
271
+ update_option( 'cntctfrmmlt_options', $cntctfrm_options );
272
+ } else
273
+ update_option( 'cntctfrm_options', $cntctfrm_options );
274
  }
275
 
276
  /* Create db table of fields list */
329
  if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
330
  function cntctfrm_settings_page() {
331
  global $cntctfrm_options, $wpdb, $cntctfrm_option_defaults, $wp_version, $cntctfrm_plugin_info, $wpmu;
332
+ $error = "";
333
 
334
  if ( ! function_exists( 'get_plugins' ) || ! function_exists( 'is_plugin_active_for_network' ) )
335
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
352
  if ( get_option( 'cntctfrmtdbpr_options' ) )
353
  $cntctfrmtdbpr_options = get_option( 'cntctfrmtdbpr_options' );
354
 
355
+ // $userslogin = $wpdb->get_col( "SELECT `user_login` FROM $wpdb->users ", 0 );
356
+ $userslogin = get_users( 'blog_id=' . $GLOBALS['blog_id'] );
357
 
358
  /* Save data for settings page */
359
  if ( isset( $_POST['cntctfrm_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'cntctfrm_nonce_name' ) ) {
814
  <input type="radio" id="cntctfrm_select_email_user" name="cntctfrm_select_email" value="user" <?php if ( $cntctfrm_options['cntctfrm_select_email'] == 'user' ) echo "checked=\"checked\" "; ?>/>
815
  <select name="cntctfrm_user_email">
816
  <option disabled><?php _e( "Create a username", 'contact_form' ); ?></option>
817
+ <?php foreach ( $userslogin as $key => $value ) {
818
+ if ( $value->data->user_email != '' ) { ?>
819
+ <option value="<?php echo $value->data->user_login; ?>" <?php if ( $cntctfrm_options['cntctfrm_user_email'] == $value->data->user_login ) echo "selected=\"selected\" "; ?>><?php echo $value->data->user_login; ?></option>
820
+ <?php }
821
+ } ?>
822
  </select>
823
  <span class="cntctfrm_info"><?php _e( "Enter a username of the person who should get the messages from the contact form.", 'contact_form' ); ?></span>
824
  </td>
css/style.css CHANGED
File without changes
languages/contact_form-af_ZA.mo ADDED
Binary file
languages/contact_form-af_ZA.po ADDED
@@ -0,0 +1,1127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: contact_form\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-04-08 13:34+0300\n"
6
+ "PO-Revision-Date: 2014-04-08 13:34+0300\n"
7
+ "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
+ "Language-Team: Aldu <alducornelissen@gmail.com>\n"
9
+ "Language: af\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e\n"
14
+ "X-Poedit-Basepath: ..\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 1.6.4\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+
20
+ #: contact_form.php:73
21
+ #: contact_form.php:788
22
+ msgid "Contact Form Settings"
23
+ msgstr "Kontak Form Verstellings"
24
+
25
+ #: contact_form.php:73
26
+ msgid "Contact Form"
27
+ msgstr "Kontak Form"
28
+
29
+ #: contact_form.php:149
30
+ #: contact_form.php:1106
31
+ #: contact_form.php:1140
32
+ msgid "Name:"
33
+ msgstr "Naam:"
34
+
35
+ #: contact_form.php:150
36
+ #: contact_form.php:1107
37
+ #: contact_form.php:1141
38
+ msgid "Address:"
39
+ msgstr "Adres:"
40
+
41
+ #: contact_form.php:151
42
+ #: contact_form.php:1108
43
+ #: contact_form.php:1142
44
+ msgid "Email Address:"
45
+ msgstr "Epos Adres:"
46
+
47
+ #: contact_form.php:152
48
+ #: contact_form.php:1109
49
+ #: contact_form.php:1143
50
+ msgid "Phone number:"
51
+ msgstr "Telefoon nommer:"
52
+
53
+ #: contact_form.php:153
54
+ #: contact_form.php:1110
55
+ #: contact_form.php:1144
56
+ msgid "Subject:"
57
+ msgstr "Onderwerp:"
58
+
59
+ #: contact_form.php:154
60
+ #: contact_form.php:1111
61
+ #: contact_form.php:1145
62
+ msgid "Message:"
63
+ msgstr "Boodskap:"
64
+
65
+ #: contact_form.php:155
66
+ #: contact_form.php:1112
67
+ #: contact_form.php:1146
68
+ msgid "Attachment:"
69
+ msgstr "Aanhegsel:"
70
+
71
+ #: contact_form.php:156
72
+ msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
73
+ msgstr "Ondersteunde datalêer tipes: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max Datei-Größe: 2MB"
74
+
75
+ #: contact_form.php:157
76
+ #: contact_form.php:1114
77
+ #: contact_form.php:1148
78
+ msgid "Send me a copy"
79
+ msgstr "Stuur vir my 'n kopie"
80
+
81
+ #: contact_form.php:158
82
+ #: contact_form.php:1115
83
+ #: contact_form.php:1149
84
+ msgid "Submit"
85
+ msgstr "Dien in"
86
+
87
+ #: contact_form.php:159
88
+ msgid "Your name is required."
89
+ msgstr "Jou naam word benodig."
90
+
91
+ #: contact_form.php:160
92
+ msgid "Address is required."
93
+ msgstr "Adres word benodig."
94
+
95
+ #: contact_form.php:161
96
+ msgid "A valid email address is required."
97
+ msgstr "'n Geldige epos adres word benodig."
98
+
99
+ #: contact_form.php:162
100
+ msgid "Phone number is required."
101
+ msgstr "'n Telefoon nommer word benodig."
102
+
103
+ #: contact_form.php:163
104
+ msgid "Subject is required."
105
+ msgstr "'n Onderwerp word benodig."
106
+
107
+ #: contact_form.php:164
108
+ msgid "Message text is required."
109
+ msgstr "'n Boodskap teks word benodig ."
110
+
111
+ #: contact_form.php:165
112
+ msgid "File format is not valid."
113
+ msgstr "Datalêer formaat is nie geldig nie."
114
+
115
+ #: contact_form.php:166
116
+ msgid "File upload error."
117
+ msgstr "Oplaai van datalêer foutief."
118
+
119
+ #: contact_form.php:167
120
+ msgid "The file could not be uploaded."
121
+ msgstr "Die datalêer kon nie opgelaai word nie."
122
+
123
+ #: contact_form.php:168
124
+ msgid "This file is too large."
125
+ msgstr "Die datalêer is te groot."
126
+
127
+ #: contact_form.php:169
128
+ msgid "Please fill out the CAPTCHA."
129
+ msgstr "Vul asseblief die CAPTCHA in."
130
+
131
+ #: contact_form.php:170
132
+ msgid "Please make corrections below and try again."
133
+ msgstr "Korregeer asseblief die foute hierdoner en probeer weer."
134
+
135
+ #: contact_form.php:172
136
+ msgid "Thank you for contacting us."
137
+ msgstr "Dankie dat jy ons gekontak het."
138
+
139
+ #: contact_form.php:325
140
+ msgid "requires"
141
+ msgstr "benodig"
142
+
143
+ #: contact_form.php:325
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:325
148
+ msgid "Back to the WordPress"
149
+ msgstr "Terug na WordPress."
150
+
151
+ #: contact_form.php:325
152
+ msgid "Plugins page"
153
+ msgstr "Plugin blad"
154
+
155
+ #: contact_form.php:628
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:637
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:641
164
+ #: contact_form.php:647
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:663
169
+ msgid "Settings saved."
170
+ msgstr "Verstellings is gestoor."
171
+
172
+ #: contact_form.php:690
173
+ #: contact_form.php:722
174
+ msgid "Wrong license key"
175
+ msgstr "Verkeerde lisensie sleutel"
176
+
177
+ #: contact_form.php:715
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:724
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:726
186
+ #: contact_form.php:1536
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:743
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:749
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:753
199
+ #: contact_form.php:762
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:766
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:781
208
+ msgid "Please, enter Your license key"
209
+ msgstr "Sleutel asseblief u lisensie sleutel in"
210
+
211
+ #: contact_form.php:790
212
+ #: contact_form.php:2181
213
+ #: contact_form.php:2192
214
+ msgid "Settings"
215
+ msgstr "Verstellings"
216
+
217
+ #: contact_form.php:791
218
+ msgid "Extra settings"
219
+ msgstr "Ekstra verstellings"
220
+
221
+ #: contact_form.php:792
222
+ msgid "Go PRO"
223
+ msgstr "Gaan PRO"
224
+
225
+ #: contact_form.php:795
226
+ msgid "Notice:"
227
+ msgstr "Kennisgewing:"
228
+
229
+ #: contact_form.php:795
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:801
234
+ #: contact_form.php:806
235
+ #: contact_form.php:1495
236
+ 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:"
237
+ msgstr "As u die Kontak Vorm by u webstuiste wil bylas, kopieër en plak net die kortkode na u post, bladsy of widget:"
238
+
239
+ #: contact_form.php:801
240
+ #: contact_form.php:802
241
+ #: contact_form.php:806
242
+ #: contact_form.php:807
243
+ #: contact_form.php:1130
244
+ #: contact_form.php:1132
245
+ #: contact_form.php:1187
246
+ #: contact_form.php:1189
247
+ msgid "or"
248
+ msgstr "of"
249
+
250
+ #: contact_form.php:802
251
+ #: contact_form.php:807
252
+ msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
253
+ msgstr "As u enige probelem het met die standaard kortkode [contact_form], moet u die volgende kortkodes gebruik"
254
+
255
+ #: contact_form.php:803
256
+ #: contact_form.php:808
257
+ msgid "They work the same way."
258
+ msgstr "Hulle werk op dieselfde manier."
259
+
260
+ #: contact_form.php:804
261
+ #: contact_form.php:809
262
+ msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
263
+ msgstr "As u die velde leeg laat, sal die boodskappe gestuur word na die epos adres wat gespesifiseer was gedurende registrasie"
264
+
265
+ #: contact_form.php:814
266
+ msgid "The user's email address:"
267
+ msgstr "Die gebruiker se epos adres:"
268
+
269
+ #: contact_form.php:818
270
+ msgid "Create a username"
271
+ msgstr "Skep 'n gebruikersnaam"
272
+
273
+ #: contact_form.php:823
274
+ msgid "Enter a username of the person who should get the messages from the contact form."
275
+ msgstr "Sleutel 'n gebruikersnaam in vir die persoon wat die boodskappe moet kry van die kontak vorm."
276
+
277
+ #: contact_form.php:827
278
+ msgid "Use this email address:"
279
+ msgstr "Gebruik hierdie epos adres:"
280
+
281
+ #: contact_form.php:830
282
+ msgid "Enter the email address you want the messages forwarded to."
283
+ msgstr "Sleutel in die epos adres in waar u die boodskappe aangestuur wil he."
284
+
285
+ #: contact_form.php:836
286
+ msgid "Add department selectbox to the contact form:"
287
+ msgstr "Voeg 'n departementele keuse-boks by die kontak vorm:"
288
+
289
+ #: contact_form.php:844
290
+ #: contact_form.php:1390
291
+ msgid "If you upgrade to Pro version all your settings will be saved."
292
+ msgstr "As u opgradeer na die Pro weergawe sal die verstellings gestoor word."
293
+
294
+ #: contact_form.php:849
295
+ #: contact_form.php:982
296
+ #: contact_form.php:1051
297
+ #: contact_form.php:1240
298
+ msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
299
+ msgstr "Hierdie funksie is beskikbaar in die Pro weergawe van die plugin. Vir meer besonderhede, volg die skakel:"
300
+
301
+ #: contact_form.php:850
302
+ #: contact_form.php:983
303
+ #: contact_form.php:1052
304
+ #: contact_form.php:1241
305
+ msgid "Contact Form Pro"
306
+ msgstr "Kontak Form Pro"
307
+
308
+ #: contact_form.php:856
309
+ msgid "Save emails to the database"
310
+ msgstr "Stoor eposse na die databasis."
311
+
312
+ #: contact_form.php:862
313
+ msgid "Using"
314
+ msgstr "In Gebruik"
315
+
316
+ #: contact_form.php:862
317
+ #: contact_form.php:1029
318
+ #: contact_form.php:1032
319
+ #: contact_form.php:1036
320
+ msgid "powered by"
321
+ msgstr "Verrig deur"
322
+
323
+ #: contact_form.php:865
324
+ #: contact_form.php:869
325
+ msgid "Using Contact Form to DB powered by"
326
+ msgstr "Gebruik van Kontak Vorm na DB verrig deur"
327
+
328
+ #: contact_form.php:865
329
+ msgid "Activate Contact Form to DB"
330
+ msgstr "Aktiveer Kontak Vorm na DB"
331
+
332
+ #: contact_form.php:869
333
+ msgid "Download Contact Form to DB"
334
+ msgstr "Laai Kontak Vorm na DB af"
335
+
336
+ #: contact_form.php:874
337
+ msgid "Additional options"
338
+ msgstr "Addisionele opsies"
339
+
340
+ #: contact_form.php:876
341
+ msgid "Show"
342
+ msgstr "Besigtig"
343
+
344
+ #: contact_form.php:877
345
+ msgid "Hide"
346
+ msgstr "Versteek"
347
+
348
+ #: contact_form.php:881
349
+ msgid "What to use?"
350
+ msgstr "Wat om te gebruik?"
351
+
352
+ #: contact_form.php:884
353
+ msgid "Wp-mail"
354
+ msgstr "Wp-mail"
355
+
356
+ #: contact_form.php:884
357
+ msgid "You can use the wp_mail function for mailing"
358
+ msgstr "U kan die wp_mail funksie gebruik vir eposse"
359
+
360
+ #: contact_form.php:886
361
+ msgid "Mail"
362
+ msgstr "Mail"
363
+
364
+ #: contact_form.php:886
365
+ msgid "To send mail you can use the php mail function"
366
+ msgstr "Om eposse te stuur kan u die php epos funksie gebruik"
367
+
368
+ #: contact_form.php:890
369
+ msgid "The text in the 'From' field"
370
+ msgstr "Die teks in die 'From/Van' veld"
371
+
372
+ #: contact_form.php:892
373
+ msgid "User name"
374
+ msgstr "Gebruikersnaam"
375
+
376
+ #: contact_form.php:893
377
+ msgid "The name of the user who fills the form will be used in the field 'From'."
378
+ msgstr "Die naam van die gebruiker wie die vorm invul sal gebruik word vir die 'From/Van' veld."
379
+
380
+ #: contact_form.php:896
381
+ msgid "This text will be used in the 'FROM' field"
382
+ msgstr "Hierdie teks sal gebruik word in die 'FROM/VAN' veld"
383
+
384
+ #: contact_form.php:900
385
+ msgid "The email address in the 'From' field"
386
+ msgstr "Die epos adres in die 'From/Van' veld"
387
+
388
+ #: contact_form.php:902
389
+ msgid "User email"
390
+ msgstr "Gebruiker epos"
391
+
392
+ #: contact_form.php:903
393
+ msgid "The email address of the user who fills the form will be used in the field 'From'."
394
+ msgstr "Die epos adres van die gebruiker wie die vorm invul sal gebruik word in die 'From/van' veld."
395
+
396
+ #: contact_form.php:906
397
+ msgid "This email address will be used in the 'From' field."
398
+ msgstr "Hierdie epos adres sal gebruik word in die 'From/Van' veld."
399
+
400
+ #: contact_form.php:910
401
+ msgid "Required symbol"
402
+ msgstr "Benodigde simbool"
403
+
404
+ #: contact_form.php:920
405
+ msgid "Fields"
406
+ msgstr "Velde"
407
+
408
+ #: contact_form.php:921
409
+ msgid "Used"
410
+ msgstr "Gebruik"
411
+
412
+ #: contact_form.php:922
413
+ msgid "Required"
414
+ msgstr "Benodig"
415
+
416
+ #: contact_form.php:923
417
+ msgid "Visible"
418
+ msgstr "Sigbaar"
419
+
420
+ #: contact_form.php:924
421
+ msgid "Disabled for editing"
422
+ msgstr "Gedeaktiveer vir wysiging"
423
+
424
+ #: contact_form.php:925
425
+ msgid "Field's default value"
426
+ msgstr "Veld se verstekwaarde"
427
+
428
+ #: contact_form.php:930
429
+ #: contact_form.php:1265
430
+ #: contact_form.php:2024
431
+ #: contact_form.php:2054
432
+ msgid "Name"
433
+ msgstr "Naam"
434
+
435
+ #: contact_form.php:938
436
+ #: contact_form.php:1270
437
+ #: contact_form.php:2028
438
+ #: contact_form.php:2056
439
+ msgid "Address"
440
+ msgstr "Adres: "
441
+
442
+ #: contact_form.php:946
443
+ msgid "Email Address"
444
+ msgstr "Epos Adres:"
445
+
446
+ #: contact_form.php:954
447
+ msgid "Phone number"
448
+ msgstr "Telefoon nommer:"
449
+
450
+ #: contact_form.php:962
451
+ #: contact_form.php:1285
452
+ #: contact_form.php:2038
453
+ #: contact_form.php:2060
454
+ msgid "Subject"
455
+ msgstr "Onderwerp"
456
+
457
+ #: contact_form.php:970
458
+ #: contact_form.php:1289
459
+ #: contact_form.php:2041
460
+ #: contact_form.php:2061
461
+ msgid "Message"
462
+ msgstr "Boodskap"
463
+
464
+ #: contact_form.php:988
465
+ msgid "Attachment block"
466
+ msgstr "Aanhegsel blok"
467
+
468
+ #: contact_form.php:990
469
+ msgid "Users can attach the following file formats"
470
+ msgstr "Gebruikers kan die volgende dataleêr formate aanheg"
471
+
472
+ #: contact_form.php:1004
473
+ msgid "Add to the form"
474
+ msgstr "Voeg by die vorm by"
475
+
476
+ #: contact_form.php:1009
477
+ msgid "Tips below the Attachment"
478
+ msgstr "Wenke onder die Aanhegsel"
479
+
480
+ #: contact_form.php:1018
481
+ msgid "'Send me a copy' block"
482
+ msgstr "'Stuur vir my 'n kopie' blok"
483
+
484
+ #: contact_form.php:1029
485
+ #: contact_form.php:1032
486
+ #: contact_form.php:1036
487
+ #: contact_form.php:1299
488
+ msgid "Captcha"
489
+ msgstr "Captcha"
490
+
491
+ #: contact_form.php:1032
492
+ msgid "Activate captcha"
493
+ msgstr "Aktiveer captcha"
494
+
495
+ #: contact_form.php:1036
496
+ msgid "Download captcha"
497
+ msgstr "Laai captcha af"
498
+
499
+ #: contact_form.php:1044
500
+ msgid "Agreement checkbox"
501
+ msgstr "Ooreenstemming checkbox"
502
+
503
+ #: contact_form.php:1044
504
+ msgid "Required checkbox for submitting the form"
505
+ msgstr "Benodigde checkbox om die vorm in te dien"
506
+
507
+ #: contact_form.php:1045
508
+ msgid "Optional checkbox"
509
+ msgstr "Opsie checkbox"
510
+
511
+ #: contact_form.php:1045
512
+ msgid "Optional checkbox, the results of which will be displayed in email"
513
+ msgstr "Opsionele checkbox, die resultate waarvan in die epos sal verskyn"
514
+
515
+ #: contact_form.php:1056
516
+ msgid "Delete an attachment file from the server after the email is sent"
517
+ msgstr "Verwyder 'n aanhegsel dataleêr van die server na epos gestuur is"
518
+
519
+ #: contact_form.php:1062
520
+ msgid "Email in HTML format sending"
521
+ msgstr "E-Mail in HTML Format"
522
+
523
+ #: contact_form.php:1066
524
+ msgid "Display additional info in the email"
525
+ msgstr "Toon addisionele inligting in die epos"
526
+
527
+ #: contact_form.php:1071
528
+ #: contact_form.php:1991
529
+ #: contact_form.php:1993
530
+ msgid "Sent from (ip address)"
531
+ msgstr "Gestuur van (IP-Adres)"
532
+
533
+ #: contact_form.php:1071
534
+ msgid "Example: Sent from (IP address):\t127.0.0.1"
535
+ msgstr "Voorbeeld: Gestuur van (IP-Adres):\t127.0.0.1"
536
+
537
+ #: contact_form.php:1072
538
+ #: contact_form.php:1997
539
+ #: contact_form.php:1999
540
+ msgid "Date/Time"
541
+ msgstr "Datum/Tyd"
542
+
543
+ #: contact_form.php:1072
544
+ msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
545
+ msgstr "Voorbeeld: Datum/Tyd:\tAugustus 19, 2013 8:50 pm"
546
+
547
+ #: contact_form.php:1073
548
+ #: contact_form.php:2003
549
+ #: contact_form.php:2005
550
+ msgid "Sent from (referer)"
551
+ msgstr "Gestuur van (referer)"
552
+
553
+ #: contact_form.php:1073
554
+ msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
555
+ msgstr "Voorbeeld: Gestuur van (referer):\thttp://bestwebsoft.com/kontakte/kontak-ons/"
556
+
557
+ #: contact_form.php:1074
558
+ #: contact_form.php:2009
559
+ #: contact_form.php:2011
560
+ msgid "Using (user agent)"
561
+ msgstr "Gebruik (user agent)"
562
+
563
+ #: contact_form.php:1074
564
+ 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"
565
+ 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"
566
+
567
+ #: contact_form.php:1078
568
+ msgid "Language settings for the field names in the form"
569
+ msgstr "Taal verstellings vir die naamvelde in die vorm"
570
+
571
+ #: contact_form.php:1087
572
+ msgid "Add a language"
573
+ msgstr "Voeg 'n taal by"
574
+
575
+ #: contact_form.php:1091
576
+ msgid "Change the names of the contact form fields and error messages"
577
+ msgstr "Verander die name van die kontak vorm velde en foutboodskappe"
578
+
579
+ #: contact_form.php:1096
580
+ #: contact_form.php:1177
581
+ msgid "English"
582
+ msgstr "Engels"
583
+
584
+ #: contact_form.php:1104
585
+ #: contact_form.php:1138
586
+ msgid "click to expand/hide the list"
587
+ msgstr "Kliek om uit te brei/lys te versteek"
588
+
589
+ #: contact_form.php:1113
590
+ #: contact_form.php:1147
591
+ msgid "Tips below the Attachment block"
592
+ msgstr "Wenke onder toe Aanhegsel blok"
593
+
594
+ #: contact_form.php:1116
595
+ #: contact_form.php:1150
596
+ msgid "Error message for the Name field"
597
+ msgstr "FFoutboodskap vir die Naamveld"
598
+
599
+ #: contact_form.php:1117
600
+ #: contact_form.php:1151
601
+ msgid "Error message for the Address field"
602
+ msgstr "Foutboodskap vir die Adres veld"
603
+
604
+ #: contact_form.php:1118
605
+ #: contact_form.php:1152
606
+ msgid "Error message for the Email field"
607
+ msgstr "Foutboodskap vir die Epos veld"
608
+
609
+ #: contact_form.php:1119
610
+ #: contact_form.php:1153
611
+ msgid "Error message for the Phone field"
612
+ msgstr "Foutboodskap vir die Telefoon Nommer veld"
613
+
614
+ #: contact_form.php:1120
615
+ #: contact_form.php:1154
616
+ msgid "Error message for the Subject field"
617
+ msgstr "Foutboodskap vir die Onderwerp veld"
618
+
619
+ #: contact_form.php:1121
620
+ #: contact_form.php:1155
621
+ msgid "Error message for the Message field"
622
+ msgstr "Foutboodskap vir die Boodskap veld"
623
+
624
+ #: contact_form.php:1122
625
+ #: contact_form.php:1156
626
+ msgid "Error message about the file type for the Attachment field"
627
+ msgstr "Foutboodskap oor die dataleêr tipe vir die Aanhegsel veld"
628
+
629
+ #: contact_form.php:1123
630
+ #: contact_form.php:1157
631
+ msgid "Error message while uploading a file for the Attachment field to the server"
632
+ msgstr "Foutboodskap tydens dataleêr oplaai vir die Aanhegsel veld na die server"
633
+
634
+ #: contact_form.php:1124
635
+ #: contact_form.php:1158
636
+ msgid "Error message while moving the file for the Attachment field"
637
+ msgstr "Foutboodskap tydens die skuif van dataleêr vir die Aanhegsel veld"
638
+
639
+ #: contact_form.php:1125
640
+ #: contact_form.php:1159
641
+ msgid "Error message when file size limit for the Attachment field is exceeded"
642
+ msgstr "Foutboodskap wanneer die dataleêr limiet vir die Aanhegsel veld oorskry is"
643
+
644
+ #: contact_form.php:1126
645
+ #: contact_form.php:1160
646
+ msgid "Error message for the Captcha field"
647
+ msgstr "Foutboodskap vir die Captcha veld"
648
+
649
+ #: contact_form.php:1127
650
+ #: contact_form.php:1161
651
+ msgid "Error message for the whole form"
652
+ msgstr "Foutboodskap vir die hele vorm"
653
+
654
+ #: contact_form.php:1130
655
+ #: contact_form.php:1132
656
+ #: contact_form.php:1164
657
+ #: contact_form.php:1166
658
+ #: contact_form.php:1187
659
+ #: contact_form.php:1189
660
+ #: contact_form.php:1197
661
+ #: contact_form.php:1199
662
+ msgid "Use shortcode"
663
+ msgstr "Gebruik kortkode"
664
+
665
+ #: contact_form.php:1130
666
+ #: contact_form.php:1132
667
+ #: contact_form.php:1164
668
+ #: contact_form.php:1166
669
+ #: contact_form.php:1187
670
+ #: contact_form.php:1189
671
+ #: contact_form.php:1197
672
+ #: contact_form.php:1199
673
+ msgid "for this language"
674
+ msgstr "vir hierdie taal"
675
+
676
+ #: contact_form.php:1174
677
+ msgid "Action after email is sent"
678
+ msgstr "Aksie na epos gestuur is"
679
+
680
+ #: contact_form.php:1176
681
+ msgid "Display text"
682
+ msgstr "Toon teks"
683
+
684
+ #: contact_form.php:1185
685
+ #: contact_form.php:1195
686
+ msgid "Text"
687
+ msgstr "teks"
688
+
689
+ #: contact_form.php:1206
690
+ msgid "Redirect to the page"
691
+ msgstr "Herlei na die bladsy"
692
+
693
+ #: contact_form.php:1207
694
+ msgid "Url"
695
+ msgstr "Url"
696
+
697
+ #: contact_form.php:1211
698
+ msgid "The $_SERVER variable that is used to build a URL of the form"
699
+ msgstr ""
700
+
701
+ #: contact_form.php:1215
702
+ msgid "If you are not sure whether to change this setting or not, please do not do that."
703
+ msgstr ""
704
+
705
+ #: contact_form.php:1221
706
+ #: contact_form.php:1396
707
+ msgid "Save Changes"
708
+ msgstr "Stoor veranderinge"
709
+
710
+ #: contact_form.php:1226
711
+ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
712
+ msgstr "As u die plugin geniet, gee dit asseblief 5 sterre op WordPress"
713
+
714
+ #: contact_form.php:1227
715
+ msgid "Rate the plugin"
716
+ msgstr "Prys die plugin"
717
+
718
+ #: contact_form.php:1230
719
+ msgid "If there is something wrong about it, please contact us"
720
+ msgstr "As daar iets fout is met dit, kontak ons asseblief"
721
+
722
+ #: contact_form.php:1245
723
+ msgid "Errors output"
724
+ msgstr "Foutboodskap uitset"
725
+
726
+ #: contact_form.php:1248
727
+ msgid "Display error messages"
728
+ msgstr "Toon foutboodskappe"
729
+
730
+ #: contact_form.php:1249
731
+ msgid "Color of the input field errors."
732
+ msgstr "Kleur van die inset veld foutboodskappe"
733
+
734
+ #: contact_form.php:1250
735
+ msgid "Display error messages & color of the input field errors"
736
+ msgstr "Toon foutboodskappe & kleur van die inset veld foutboodskappe"
737
+
738
+ #: contact_form.php:1255
739
+ msgid "Add placeholder to the input blocks"
740
+ msgstr "Voeg 'n plekhouer by die inset blokke"
741
+
742
+ #: contact_form.php:1261
743
+ msgid "Add tooltips"
744
+ msgstr "Voeg tool-wenke"
745
+
746
+ #: contact_form.php:1275
747
+ msgid "Email address"
748
+ msgstr "Epos Adres:"
749
+
750
+ #: contact_form.php:1280
751
+ msgid "Phone Number"
752
+ msgstr "Telefoon Nommer:"
753
+
754
+ #: contact_form.php:1294
755
+ msgid "Attachment"
756
+ msgstr "Aanhegsel:"
757
+
758
+ #: contact_form.php:1299
759
+ msgid "(powered by bestwebsoft.com)"
760
+ msgstr "(Verrig deur bestwebsoft.com)"
761
+
762
+ #: contact_form.php:1304
763
+ msgid "Style options"
764
+ msgstr "Styl opsies"
765
+
766
+ #: contact_form.php:1307
767
+ msgid "Text color"
768
+ msgstr "Teks kleur"
769
+
770
+ #: contact_form.php:1310
771
+ #: contact_form.php:1315
772
+ #: contact_form.php:1325
773
+ #: contact_form.php:1330
774
+ #: contact_form.php:1335
775
+ #: contact_form.php:1340
776
+ #: contact_form.php:1350
777
+ #: contact_form.php:1355
778
+ #: contact_form.php:1361
779
+ #: contact_form.php:1372
780
+ #: contact_form.php:1377
781
+ #: contact_form.php:1382
782
+ msgid "Default"
783
+ msgstr "Verstek"
784
+
785
+ #: contact_form.php:1312
786
+ msgid "Label text color"
787
+ msgstr "Etiket teks kleur"
788
+
789
+ #: contact_form.php:1317
790
+ msgid "Placeholder color"
791
+ msgstr "Plekhouer kleur"
792
+
793
+ #: contact_form.php:1322
794
+ msgid "Errors color"
795
+ msgstr "Foutboodskap kleur"
796
+
797
+ #: contact_form.php:1327
798
+ msgid "Error text color"
799
+ msgstr "Foutboodskap teks kleur"
800
+
801
+ #: contact_form.php:1332
802
+ msgid "Background color of the input field errors"
803
+ msgstr "Agtergrond kleur van die inset veld foutboodskappe"
804
+
805
+ #: contact_form.php:1337
806
+ msgid "Border color of the input field errors"
807
+ msgstr "Rand-kleur van die inset veld foutboodskappe"
808
+
809
+ #: contact_form.php:1342
810
+ msgid "Placeholder color of the input field errors"
811
+ msgstr "Plekhouer kleur van die inset veld foutboodskappe"
812
+
813
+ #: contact_form.php:1347
814
+ msgid "Input fields"
815
+ msgstr "Inset velde"
816
+
817
+ #: contact_form.php:1352
818
+ msgid "Input fields background color"
819
+ msgstr "Inset velde agtergrond kleur"
820
+
821
+ #: contact_form.php:1357
822
+ msgid "Text fields color"
823
+ msgstr "Teks velde kleur"
824
+
825
+ #: contact_form.php:1359
826
+ msgid "Border width in px, numbers only"
827
+ msgstr "Rand wydte in px, nommers alleenlik"
828
+
829
+ #: contact_form.php:1363
830
+ #: contact_form.php:1384
831
+ msgid "Border color"
832
+ msgstr "Rand kleur"
833
+
834
+ #: contact_form.php:1368
835
+ msgid "Submit button"
836
+ msgstr "Indien knoppie"
837
+
838
+ #: contact_form.php:1370
839
+ msgid "Width in px, numbers only"
840
+ msgstr "Wydte in px, nommers alleenlik"
841
+
842
+ #: contact_form.php:1374
843
+ msgid "Button color"
844
+ msgstr "Knoppie Kleur"
845
+
846
+ #: contact_form.php:1379
847
+ msgid "Button text color"
848
+ msgstr "Knoppie teks kleur"
849
+
850
+ #: contact_form.php:1400
851
+ msgid "Contact Form Pro | Preview"
852
+ msgstr "Kontak Vorm Pro | Voorskou"
853
+
854
+ #: contact_form.php:1403
855
+ msgid "Show with errors"
856
+ msgstr "Toon met foutboodskappe"
857
+
858
+ #: contact_form.php:1411
859
+ #: contact_form.php:1413
860
+ msgid "Please enter your full name..."
861
+ msgstr "Vul asseblief u volle name in..."
862
+
863
+ #: contact_form.php:1424
864
+ #: contact_form.php:1426
865
+ msgid "Please enter your address..."
866
+ msgstr "Vul asseblief u adres in... "
867
+
868
+ #: contact_form.php:1435
869
+ #: contact_form.php:1437
870
+ msgid "Please enter your email address..."
871
+ msgstr "Vul asseblief u epos adres in..."
872
+
873
+ #: contact_form.php:1446
874
+ #: contact_form.php:1448
875
+ msgid "Please enter your phone number..."
876
+ msgstr "Vul asseblief u telefoon nommer in... "
877
+
878
+ #: contact_form.php:1457
879
+ #: contact_form.php:1459
880
+ msgid "Please enter subject..."
881
+ msgstr "Vul asseblief 'n onderwerp in... "
882
+
883
+ #: contact_form.php:1467
884
+ #: contact_form.php:1469
885
+ msgid "Please enter your message..."
886
+ msgstr "Vul asseblief jou boodskap in... "
887
+
888
+ #: contact_form.php:1511
889
+ msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
890
+ msgstr "Geluk! Die PRO weergawe van die plugin het suksesvol afgelaai en is geaktiveer"
891
+
892
+ #: contact_form.php:1513
893
+ msgid "Please, go to"
894
+ msgstr "Gaan asseblief na"
895
+
896
+ #: contact_form.php:1513
897
+ msgid "the setting page"
898
+ msgstr "Die verstelling bladsy"
899
+
900
+ #: contact_form.php:1514
901
+ msgid "You will be redirected automatically in 5 seconds."
902
+ msgstr "U sal outomaties herlei word in 5 sekondes."
903
+
904
+ #: contact_form.php:1519
905
+ msgid "You can download and activate"
906
+ msgstr "U kan aflaai en aktiveer"
907
+
908
+ #: contact_form.php:1521
909
+ msgid "version of this plugin by entering Your license key."
910
+ msgstr "weergawe van hierdie plugin deurom u lisensiekode in te vul."
911
+
912
+ #: contact_form.php:1523
913
+ msgid "You can find your license key on your personal page Client area, by clicking on the link"
914
+ msgstr "U kan u lisensiekode vind op u persoonlike bladsy Klient area, deurom te kliek op die skakel"
915
+
916
+ #: contact_form.php:1525
917
+ msgid "(your username is the email you specify when purchasing the product)."
918
+ msgstr "(u gebruikersnaam is die epos wat u gespesifiseer het toe u die produk aangekoop het)."
919
+
920
+ #: contact_form.php:1533
921
+ #: contact_form.php:1543
922
+ msgid "Go!"
923
+ msgstr "Go!"
924
+
925
+ #: contact_form.php:1613
926
+ msgid "Sorry, email message could not be delivered."
927
+ msgstr "Verskoning, die epos kon nie gestuur word nie."
928
+
929
+ #: contact_form.php:2018
930
+ msgid "Contact from"
931
+ msgstr "Kontak Vorm"
932
+
933
+ #: contact_form.php:2031
934
+ #: contact_form.php:2057
935
+ msgid "Email"
936
+ msgstr "Epos"
937
+
938
+ #: contact_form.php:2035
939
+ #: contact_form.php:2059
940
+ msgid "Phone"
941
+ msgstr "Telefoon Nommer"
942
+
943
+ #: contact_form.php:2044
944
+ #: contact_form.php:2062
945
+ msgid "Site"
946
+ msgstr "Webtuiste"
947
+
948
+ #: contact_form.php:2125
949
+ msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
950
+ msgstr "As u die MIME kan sie, beteken dit dat die MIME tipe nie ondersteun word deur u epos klient nie!"
951
+
952
+ #: contact_form.php:2193
953
+ msgid "FAQ"
954
+ msgstr "Gereeld Gestelde Vrae (FAQ)"
955
+
956
+ #: contact_form.php:2194
957
+ msgid "Support"
958
+ msgstr "Steun"
959
+
960
+ #: contact_form.php:2243
961
+ msgid "Are you sure that you want to delete this language data?"
962
+ msgstr "Is u seker dat u die taal data wil verwyder?"
963
+
964
+ #: contact_form.php:2438
965
+ msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
966
+ msgstr ""
967
+
968
+ #: contact_form.php:2439
969
+ msgid "Extend standard plugin functionality with new great options."
970
+ msgstr ""
971
+
972
+ #: contact_form.php:2454
973
+ msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
974
+ msgstr ""
975
+
976
+ #: contact_form.php:2455
977
+ msgid "Manage messages that have been sent from your website."
978
+ msgstr ""
979
+
980
+ #~ msgid "Not set"
981
+ #~ msgstr "Nie gestel nie"
982
+
983
+ #~ msgid "On"
984
+ #~ msgstr "Aan"
985
+
986
+ #~ msgid "Off"
987
+ #~ msgstr "Af"
988
+
989
+ #~ msgid "N/A"
990
+ #~ msgstr "N / A"
991
+
992
+ #~ msgid "Yes"
993
+ #~ msgstr "Ja"
994
+
995
+ #~ msgid "No"
996
+ #~ msgstr "Nee"
997
+
998
+ #~ msgid "Operating System"
999
+ #~ msgstr "Operating system"
1000
+
1001
+ #~ msgid "Server"
1002
+ #~ msgstr "Server"
1003
+
1004
+ #~ msgid "Memory usage"
1005
+ #~ msgstr "Geheue in gebruik"
1006
+
1007
+ #~ msgid "MYSQL Version"
1008
+ #~ msgstr "MYSQL Weergawe"
1009
+
1010
+ #~ msgid "SQL Mode"
1011
+ #~ msgstr "SQL Mode"
1012
+
1013
+ #~ msgid "PHP Version"
1014
+ #~ msgstr "PHP Weergawe"
1015
+
1016
+ #~ msgid "PHP Safe Mode"
1017
+ #~ msgstr "PHP Veilige Mode"
1018
+
1019
+ #~ msgid "PHP Allow URL fopen"
1020
+ #~ msgstr "PHP Laat URLfopen toe"
1021
+
1022
+ #~ msgid "PHP Memory Limit"
1023
+ #~ msgstr "PHP Geheue Limiet"
1024
+
1025
+ #~ msgid "PHP Max Upload Size"
1026
+ #~ msgstr "PHP Maks Oplaai Grootte"
1027
+
1028
+ #~ msgid "PHP Max Post Size"
1029
+ #~ msgstr "PHP Maks 'Post' Grootte"
1030
+
1031
+ #~ msgid "PHP Max Script Execute Time"
1032
+ #~ msgstr "PHP Maks 'Script' Uitvoer Tyd"
1033
+
1034
+ #~ msgid "PHP XML support"
1035
+ #~ msgstr "PHP XML ondersteuning"
1036
+
1037
+ #~ msgid "Site URL"
1038
+ #~ msgstr "Webtuiste URL"
1039
+
1040
+ #~ msgid "Home URL"
1041
+ #~ msgstr "Tuis URL"
1042
+
1043
+ #~ msgid "Please enter a valid email address."
1044
+ #~ msgstr "Vul asseblief 'n geldige epos adres in:"
1045
+
1046
+ #~ msgid "Installed"
1047
+ #~ msgstr "Geïnstalleer"
1048
+
1049
+ #~ msgid "Recommended"
1050
+ #~ msgstr "Aanbeveel"
1051
+
1052
+ #~ msgid "Installed plugins"
1053
+ #~ msgstr "Geïnstalleerde Plugins"
1054
+
1055
+ #~ msgid "Activate this plugin"
1056
+ #~ msgstr "Geaktiveer hierdie plugin"
1057
+
1058
+ #~ msgid "Activate"
1059
+ #~ msgstr "Aktiveer"
1060
+
1061
+ #~ msgid "Recommended plugins"
1062
+ #~ msgstr "Aanbevolen Plugins"
1063
+
1064
+ #~ msgid "Install now"
1065
+ #~ msgstr "Installeer nou"
1066
+
1067
+ #~ msgid "Install %s"
1068
+ #~ msgstr "Installeer %s"
1069
+
1070
+ #~ msgid "Install Now"
1071
+ #~ msgstr "Installa Ora"
1072
+
1073
+ #~ msgid "Active Plugins"
1074
+ #~ msgstr "Aktiewe Plugins"
1075
+
1076
+ #~ msgid "Inactive Plugins"
1077
+ #~ msgstr "Onaktiewe Plugins"
1078
+
1079
+ #~ msgid "Send to support"
1080
+ #~ msgstr "Stuur vir bystand"
1081
+
1082
+ #, fuzzy
1083
+ #~ msgid "Contact Form Pro Extra Settings"
1084
+ #~ msgstr "Contact Form Opties"
1085
+
1086
+ #, fuzzy
1087
+ #~ msgid "Contact Form Pro | Extra Settings"
1088
+ #~ msgstr "Contact Form Opties"
1089
+
1090
+ #, fuzzy
1091
+ #~ msgid "Display fields"
1092
+ #~ msgstr "Toon tekst"
1093
+
1094
+ #, fuzzy
1095
+ #~ msgid "Display tips below the Attachment block"
1096
+ #~ msgstr "Toon uitleg na Bijlage knop"
1097
+
1098
+ #~ msgid "Required fields"
1099
+ #~ msgstr "Verplicht veld"
1100
+
1101
+ #, fuzzy
1102
+ #~ msgid "Display the asterisk near required fields"
1103
+ #~ msgstr "Toon telefoonnummer veld"
1104
+
1105
+ #~ msgid "You can attach the following file formats"
1106
+ #~ msgstr "Bestanden van de volgende formaten kunnen worden bijgevoegd"
1107
+
1108
+ #~ msgid "Download"
1109
+ #~ msgstr "Download"
1110
+
1111
+ #~ msgid "Install now from wordpress.org"
1112
+ #~ msgstr "Installeer nu via wordpress.org"
1113
+
1114
+ #~ msgid "Contact Form Options"
1115
+ #~ msgstr "Contact Form Opties"
1116
+
1117
+ #~ msgid "Display Attachment tips"
1118
+ #~ msgstr "Toon Bijlage uitleg"
1119
+
1120
+ #~ msgid "Please enter a valid email address. Settings are not saved."
1121
+ #~ msgstr "Geef een geldig email adres op. Instellingen zijn niet opgeslagen."
1122
+
1123
+ #~ msgid "E-Mail Address"
1124
+ #~ msgstr "Email adres:"
1125
+
1126
+ #~ msgid "E-Mail Addresse:"
1127
+ #~ msgstr "Indirizzo e-mail:"
languages/contact_form-fr_FR.mo CHANGED
File without changes
languages/contact_form-fr_FR.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
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10
4
  Tags: Contact Form, text, contact, form, contacts, contact form, request, contact me, feedback form, feedback, contact button, contact form plugin, contacts form plugin, attachment, send, copy, attachment, send copy
5
  Requires at least: 3.0
6
  Tested up to: 3.8.1
7
- Stable tag: 3.74
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -42,9 +42,11 @@ There is also a premium version of the plugin - <a href="http://bestwebsoft.com/
42
  There is also a premium version of the plugin <a href="http://bestwebsoft.com/plugin/updater-pro/?k=982fae837f4c6e3b152183537448dbca">Updater Pro</a> with more useful features available. It can make backup of all your files and database before updating. Also it can forbid some plugins or WordPress Core update.
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
 
46
  = Translation =
47
 
 
48
  * Belarusian (be_BY) (thanks to <a href="mailto:nullbsd@gmail.com">Sakałoŭ Alaksiej</a>)
49
  * European Portuguese (pt_PT) (thanks to <a href="mailto:cesarbsilva@gmail.com">César Silva</a>, www.clubetelemoveis.com )
50
  * Brazilian Portuguese (pt_BR) (thanks to <a href="mailto:brenojac@gmail.com">Breno Jacinto</a>, www.iconis.org.br, <a href="mailto:wordpress@djio.com.br">DJIO</a>, www.djio.com.br)
@@ -139,7 +141,7 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
139
  1. the link to the page where the problem occurs
140
  2. the name of the plugin and its version. If you are using a pro version - your order number.
141
  3. the version of your WordPress installation
142
- 4. copy and paste into the message your system status report. Please read more here: <a href="https://docs.google.com/document/d/1Wi2X8RdRGXk9kMszQy1xItJrpN0ncXgioH935MaBKtc/edit?pli=1" target="_blank">System_Status.pdf</a>
143
 
144
  == Screenshots ==
145
 
@@ -152,6 +154,10 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
152
 
153
  == Changelog ==
154
 
 
 
 
 
155
  = V3.74 - 24.03.2014 =
156
  * NEW : Compatibility with plugin Contact Form Multi.
157
  * NEW : 'xlsx' mime-type is added.
@@ -484,6 +490,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
484
 
485
  == Upgrade Notice ==
486
 
 
 
 
487
  = V3.74 =
488
  Compatibility with plugin Contact Form Multi. 'xlsx' mime-type is added. Added transition to the contact form after submitting.
489
 
4
  Tags: Contact Form, text, contact, form, contacts, contact form, request, contact me, feedback form, feedback, contact button, contact form plugin, contacts form plugin, attachment, send, copy, attachment, send copy
5
  Requires at least: 3.0
6
  Tested up to: 3.8.1
7
+ Stable tag: 3.75
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
42
  There is also a premium version of the plugin <a href="http://bestwebsoft.com/plugin/updater-pro/?k=982fae837f4c6e3b152183537448dbca">Updater Pro</a> with more useful features available. It can make backup of all your files and database before updating. Also it can forbid some plugins or WordPress Core update.
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
 
49
+ * Afrikaans (af_ZA) (thanks to <a href="mailto:alducornelissen@gmail.com">Aldu</a>)
50
  * Belarusian (be_BY) (thanks to <a href="mailto:nullbsd@gmail.com">Sakałoŭ Alaksiej</a>)
51
  * European Portuguese (pt_PT) (thanks to <a href="mailto:cesarbsilva@gmail.com">César Silva</a>, www.clubetelemoveis.com )
52
  * Brazilian Portuguese (pt_BR) (thanks to <a href="mailto:brenojac@gmail.com">Breno Jacinto</a>, www.iconis.org.br, <a href="mailto:wordpress@djio.com.br">DJIO</a>, www.djio.com.br)
141
  1. the link to the page where the problem occurs
142
  2. the name of the plugin and its version. If you are using a pro version - your order number.
143
  3. the version of your WordPress installation
144
+ 4. copy and paste into the message your system status report. Please read more here: <a href="https://docs.google.com/document/d/1Wi2X8RdRGXk9kMszQy1xItJrpN0ncXgioH935MaBKtc/edit?pli=1" target="_blank">Instuction on System Status</a>
145
 
146
  == Screenshots ==
147
 
154
 
155
  == Changelog ==
156
 
157
+ = V3.75 - 08.04.2014 =
158
+ * NEW : The Afrikaans language file is added.
159
+ * Bugfix : We fixed the bug of the user's list on multisite.
160
+
161
  = V3.74 - 24.03.2014 =
162
  * NEW : Compatibility with plugin Contact Form Multi.
163
  * NEW : 'xlsx' mime-type is added.
490
 
491
  == Upgrade Notice ==
492
 
493
+ = V3.75 =
494
+ The Afrikaans language file is added. We fixed the bug of the user's list on multisite.
495
+
496
  = V3.74 =
497
  Compatibility with plugin Contact Form Multi. 'xlsx' mime-type is added. Added transition to the contact form after submitting.
498