Version Description
- 20.08.2013 =
- Bugfix : We fixed the bug related to 'docx' mime type.
- Update : We changed plugin settings page displaying.
- NEW : Added an ability to delete an attachment file from the server after the email is sent.
- NEW : The Slovak language file is added.
- Update : The French language file is updated.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Contact Form by BestWebSoft |
Version | 3.53 |
Comparing to | |
See all releases |
Code changes from version 3.52 to 3.53
- contact_form.php +184 -140
- images/tooltip_attachment_tips.png +0 -0
- languages/contact_form-ar.mo +0 -0
- languages/contact_form-ar.po +345 -324
- languages/contact_form-be_BY.mo +0 -0
- languages/contact_form-be_BY.po +345 -324
- languages/contact_form-bg_BG.mo +0 -0
- languages/contact_form-bg_BG.po +345 -324
- languages/contact_form-ca.mo +0 -0
- languages/contact_form-ca.po +345 -322
- languages/contact_form-cs_CZ.mo +0 -0
- languages/contact_form-cs_CZ.po +345 -324
- languages/contact_form-da_DK.mo +0 -0
- languages/contact_form-da_DK.po +345 -324
- languages/contact_form-de_DE.mo +0 -0
- languages/contact_form-de_DE.po +345 -324
- languages/contact_form-el_GR.mo +0 -0
- languages/contact_form-el_GR.po +345 -324
- languages/contact_form-es_ES.mo +0 -0
- languages/contact_form-es_ES.po +345 -324
- languages/contact_form-fa_IR.mo +0 -0
- languages/contact_form-fa_IR.po +345 -324
- languages/contact_form-fi.mo +0 -0
- languages/contact_form-fi.po +345 -324
- languages/contact_form-fr_FR.mo +0 -0
- languages/contact_form-fr_FR.po +384 -367
- languages/contact_form-gl_ES.mo +0 -0
- languages/contact_form-gl_ES.po +345 -324
- languages/contact_form-he_IL.mo +0 -0
- languages/contact_form-he_IL.po +348 -326
- languages/contact_form-hi_IN.mo +0 -0
- languages/contact_form-hi_IN.po +345 -324
- languages/contact_form-hu_HU.mo +0 -0
- languages/contact_form-hu_HU.po +345 -324
- languages/contact_form-it_IT.mo +0 -0
- languages/contact_form-it_IT.po +345 -324
- languages/contact_form-ja.mo +0 -0
- languages/contact_form-ja.po +345 -322
- languages/contact_form-lt_LT.mo +0 -0
- languages/contact_form-lt_LT.po +345 -324
- languages/contact_form-nb_NO.mo +0 -0
- languages/contact_form-nb_NO.po +345 -324
- languages/contact_form-nl_NL.mo +0 -0
- languages/contact_form-nl_NL.po +345 -324
- languages/contact_form-pl_PL.mo +0 -0
- languages/contact_form-pl_PL.po +348 -326
- languages/contact_form-pt_BR.mo +0 -0
- languages/contact_form-pt_BR.po +348 -324
- languages/contact_form-pt_PT.mo +0 -0
- languages/contact_form-pt_PT.po +345 -324
- languages/contact_form-ro_RO.mo +0 -0
- languages/contact_form-ro_RO.po +345 -324
- languages/contact_form-ru_RU.mo +0 -0
- languages/contact_form-ru_RU.po +342 -322
- languages/contact_form-sk_SK.mo +0 -0
- languages/contact_form-sk_SK.po +948 -0
- languages/contact_form-sr_RS.mo +0 -0
- languages/contact_form-sr_RS.po +345 -324
- languages/contact_form-sv_SE.mo +0 -0
- languages/contact_form-sv_SE.po +345 -322
- languages/contact_form-tr_TR.mo +0 -0
- languages/contact_form-tr_TR.po +345 -324
- languages/contact_form-uk.mo +0 -0
- languages/contact_form-uk.po +345 -324
- readme.txt +12 -1
- screenshot-4.jpg +0 -0
contact_form.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Contact Form Plugin
|
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Plugin for Contact Form.
|
6 |
Author: BestWebSoft
|
7 |
-
Version: 3.
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
@@ -76,7 +76,8 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
76 |
$count_activate_pro = $count_install_pro = $count_recomend_pro = 0;
|
77 |
$array_plugins_pro = array(
|
78 |
array( 'gallery-plugin-pro\/gallery-plugin-pro.php', 'Gallery Pro', 'http://bestwebsoft.com/plugin/gallery-pro/?k=382e5ce7c96a6391f5ffa5e116b37fe0', 'http://bestwebsoft.com/plugin/gallery-pro/?k=382e5ce7c96a6391f5ffa5e116b37fe0#purchase', 'admin.php?page=gallery-plugin-pro.php' ),
|
79 |
-
array( 'contact-form-pro\/contact_form_pro.php', 'Contact Form Pro', 'http://bestwebsoft.com/plugin/contact-form-pro/?k=773dc97bb3551975db0e32edca1a6d71', 'http://bestwebsoft.com/plugin/contact-form-pro/?k=773dc97bb3551975db0e32edca1a6d71#purchase', 'admin.php?page=contact_form_pro.php' )
|
|
|
80 |
);
|
81 |
foreach ( $array_plugins_pro as $plugins ) {
|
82 |
if( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
|
@@ -432,7 +433,8 @@ if( ! function_exists( 'cntctfrm_settings' ) ) {
|
|
432 |
'cntctfrm_form_error' => array( 'en' => __( "Please make corrections below and try again.", 'contact_form' ) ),
|
433 |
'cntctfrm_action_after_send' => 1,
|
434 |
'cntctfrm_thank_text' => array( 'en' => __( "Thank you for contacting us.", 'contact_form' ) ),
|
435 |
-
'cntctfrm_redirect_url' => ''
|
|
|
436 |
);
|
437 |
if ( ! get_option( 'cntctfrm_options' ) )
|
438 |
add_option( 'cntctfrm_options', $cntctfrm_option_defaults, '', 'yes' );
|
@@ -476,6 +478,7 @@ if( ! function_exists( 'cntctfrm_settings' ) ) {
|
|
476 |
update_option( 'cntctfrm_options', $cntctfrm_options );
|
477 |
|
478 |
// create db table of fields list
|
|
|
479 |
$sql = "CREATE TABLE IF NOT EXISTS `" . $wpdb->prefix . "cntctfrm_field` (
|
480 |
id int NOT NULL AUTO_INCREMENT,
|
481 |
name CHAR(100) NOT NULL,
|
@@ -483,15 +486,20 @@ if( ! function_exists( 'cntctfrm_settings' ) ) {
|
|
483 |
);";
|
484 |
require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
|
485 |
dbDelta( $sql );
|
486 |
-
$fields = array(
|
487 |
-
'
|
|
|
|
|
|
|
|
|
|
|
488 |
'attachment',
|
489 |
'attachment_explanations',
|
490 |
'send_copy',
|
491 |
-
'
|
492 |
-
'
|
493 |
-
'
|
494 |
-
'
|
495 |
);
|
496 |
foreach ( $fields as $key => $value ) {
|
497 |
$db_row = $wpdb->get_row( "SELECT * FROM " . $wpdb->prefix . "cntctfrm_field WHERE `name` = '" . $value . "'", ARRAY_A );
|
@@ -542,6 +550,7 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
542 |
$cntctfrm_options_submit['cntctfrm_display_user_agent'] = 1;
|
543 |
$cntctfrm_options_submit['cntctfrm_change_label'] = 0;
|
544 |
$cntctfrm_options_submit['cntctfrm_action_after_send'] = 1;
|
|
|
545 |
if ( empty( $cntctfrm_options['cntctfrm_language'] ) ) {
|
546 |
$cntctfrm_options_submit['cntctfrm_name_label'] = $cntctfrm_option_defaults['cntctfrm_name_label'];
|
547 |
$cntctfrm_options_submit['cntctfrm_address_label'] = $cntctfrm_option_defaults['cntctfrm_address_label'];
|
@@ -566,7 +575,7 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
566 |
$cntctfrm_options_submit['cntctfrm_captcha_error'] = $cntctfrm_option_defaults['cntctfrm_captcha_error'];
|
567 |
$cntctfrm_options_submit['cntctfrm_form_error'] = $cntctfrm_option_defaults['cntctfrm_form_error'];
|
568 |
}
|
569 |
-
else{
|
570 |
$cntctfrm_options_submit['cntctfrm_name_label']['en'] = $cntctfrm_option_defaults['cntctfrm_name_label']['en'];
|
571 |
$cntctfrm_options_submit['cntctfrm_address_label']['en'] = $cntctfrm_option_defaults['cntctfrm_address_label']['en'];
|
572 |
$cntctfrm_options_submit['cntctfrm_email_label']['en'] = $cntctfrm_option_defaults['cntctfrm_email_label']['en'];
|
@@ -601,6 +610,8 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
601 |
$cntctfrm_options_submit['cntctfrm_attachment_explanations'] = isset( $_POST['cntctfrm_attachment_explanations']) ? $_POST['cntctfrm_attachment_explanations'] : 0;
|
602 |
$cntctfrm_options_submit['cntctfrm_send_copy'] = isset( $_POST['cntctfrm_send_copy']) ? $_POST['cntctfrm_send_copy'] : 0;
|
603 |
|
|
|
|
|
604 |
if ( get_option( 'cptch_options' ) && isset( $_POST['cntctfrm_display_captcha'] ) ) {
|
605 |
$cptch_options['cptch_contact_form'] = 1;
|
606 |
update_option( 'cptch_options', $cptch_options, '', 'yes' );
|
@@ -721,7 +732,7 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
721 |
}
|
722 |
}
|
723 |
$cntctfrm_options_submit['cntctfrm_action_after_send'] = $_POST['cntctfrm_action_after_send'];
|
724 |
-
$cntctfrm_options_submit['cntctfrm_redirect_url'] = $_POST['cntctfrm_redirect_url'];
|
725 |
}
|
726 |
$cntctfrm_options = array_merge( $cntctfrm_options, $cntctfrm_options_submit );
|
727 |
if( $cntctfrm_options_submit['cntctfrm_action_after_send'] == 0
|
@@ -867,19 +878,28 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
867 |
<?php } ?>
|
868 |
</td>
|
869 |
</tr>
|
870 |
-
<tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
|
871 |
-
<th scope="row" style="width:200px;"><?php
|
872 |
<td colspan="2">
|
873 |
<input type="checkbox" id="cntctfrm_attachment_explanations" name="cntctfrm_attachment_explanations" value="1" <?php if( $cntctfrm_options['cntctfrm_attachment_explanations'] == '1' && $cntctfrm_options['cntctfrm_attachment'] == '1' ) echo "checked=\"checked\" "; ?>/>
|
|
|
|
|
|
|
874 |
</td>
|
875 |
</tr>
|
876 |
-
<tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
|
|
|
|
|
|
|
|
|
|
|
|
|
877 |
<th scope="row" style="width:200px;"><?php _e( "Display 'Send me a copy' block", 'contact_form' ); ?> </th>
|
878 |
<td colspan="2">
|
879 |
<input type="checkbox" id="cntctfrm_send_copy" name="cntctfrm_send_copy" value="1" <?php if($cntctfrm_options['cntctfrm_send_copy'] == '1') echo "checked=\"checked\" "; ?>/>
|
880 |
</td>
|
881 |
</tr>
|
882 |
-
<tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
|
883 |
<th scope="row" style="width:200px;"><?php _e( "Required fields", 'contact_form' ); ?></th>
|
884 |
<td colspan="2">
|
885 |
<input type="checkbox" id="cntctfrm_required_name_field" name="cntctfrm_required_name_field" value="1" <?php if($cntctfrm_options['cntctfrm_required_name_field'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Name", 'contact_form' ); ?><br />
|
@@ -895,11 +915,11 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
895 |
<td style="width:15px;">
|
896 |
<input type="checkbox" id="cntctfrm_display_add_info" name="cntctfrm_display_add_info" value="1" <?php if($cntctfrm_options['cntctfrm_display_add_info'] == '1') echo "checked=\"checked\" "; ?>/>
|
897 |
</td>
|
898 |
-
<td class="cntctfrm_display_add_info_block <?php if( $cntctfrm_options['cntctfrm_display_add_info'] == '0' ) echo "cntctfrm_hidden"; ?>">
|
899 |
-
<input type="checkbox" id="cntctfrm_display_sent_from" name="cntctfrm_display_sent_from" value="1" <?php if($cntctfrm_options['cntctfrm_display_sent_from'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Sent from (ip address)", 'contact_form' );
|
900 |
-
<input type="checkbox" id="cntctfrm_display_date_time" name="cntctfrm_display_date_time" value="1" <?php if($cntctfrm_options['cntctfrm_display_date_time'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Date/Time", 'contact_form' );
|
901 |
-
<input type="checkbox" id="cntctfrm_display_coming_from" name="cntctfrm_display_coming_from" value="1" <?php if($cntctfrm_options['cntctfrm_display_coming_from'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Sent from (referer)", 'contact_form' );
|
902 |
-
<input type="checkbox" id="cntctfrm_display_user_agent" name="cntctfrm_display_user_agent" value="1" <?php if($cntctfrm_options['cntctfrm_display_user_agent'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Using (user agent)", 'contact_form' );
|
903 |
</td>
|
904 |
</tr>
|
905 |
<tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
|
@@ -1421,7 +1441,7 @@ if( ! function_exists( 'cntctfrm_display_form' ) ) {
|
|
1421 |
$content .= '<div style="text-align: left;">
|
1422 |
<textarea rows="5" cols="30" name="cntctfrm_contact_message" id="cntctfrm_contact_message">'.$message.'</textarea>
|
1423 |
</div>';
|
1424 |
-
if($cntctfrm_options['cntctfrm_attachment'] == 1 ) {
|
1425 |
$content .= '<div style="text-align: left;">
|
1426 |
<label for="cntctfrm_contact_attachment">'. $cntctfrm_options['cntctfrm_attachment_label'][$lang] . '</label>
|
1427 |
</div>';
|
@@ -1458,7 +1478,7 @@ if( ! function_exists( 'cntctfrm_display_form' ) ) {
|
|
1458 |
}
|
1459 |
}
|
1460 |
|
1461 |
-
if( ! function_exists( 'cntctfrm_check_and_send' ) ) {
|
1462 |
function cntctfrm_check_and_send() {
|
1463 |
global $cntctfrm_result;
|
1464 |
$cntctfrm_options = get_option( 'cntctfrm_options' );
|
@@ -1478,15 +1498,15 @@ if( ! function_exists( 'cntctfrm_check_and_send' ) ) {
|
|
1478 |
}
|
1479 |
|
1480 |
// Check all input data
|
1481 |
-
if( ! function_exists( 'cntctfrm_check_form' ) ) {
|
1482 |
function cntctfrm_check_form() {
|
1483 |
global $error_message;
|
1484 |
global $cntctfrm_options;
|
1485 |
|
1486 |
$language = isset( $_POST['cntctfrm_language'] ) ? $_POST['cntctfrm_language'] : 'en';
|
1487 |
$path_of_uploaded_file = '';
|
1488 |
-
if( empty( $cntctfrm_options ) )
|
1489 |
-
|
1490 |
$cntctfrm_result = "";
|
1491 |
// Error messages array
|
1492 |
$error_message = array();
|
@@ -1505,22 +1525,21 @@ if( ! function_exists( 'cntctfrm_check_form' ) ) {
|
|
1505 |
$message = strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $message ) ) );
|
1506 |
$phone = strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $phone ) ) );
|
1507 |
|
1508 |
-
if( $cntctfrm_options['cntctfrm_required_name_field'] == 1 )
|
1509 |
$error_message['error_name'] = $cntctfrm_options['cntctfrm_name_error'][$language];
|
1510 |
-
if( $cntctfrm_options['cntctfrm_required_address_field'] == 1 && $cntctfrm_options['cntctfrm_display_address_field'] == 1 )
|
1511 |
$error_message['error_address'] = $cntctfrm_options['cntctfrm_address_error'][$language];
|
1512 |
-
if( $cntctfrm_options['cntctfrm_required_email_field'] == 1 )
|
1513 |
$error_message['error_email'] = $cntctfrm_options['cntctfrm_email_error'][$language];
|
1514 |
-
if( $cntctfrm_options['cntctfrm_required_subject_field'] == 1 )
|
1515 |
$error_message['error_subject'] = $cntctfrm_options['cntctfrm_subject_error'][$language];
|
1516 |
-
if( $cntctfrm_options['cntctfrm_required_message_field'] == 1 )
|
1517 |
$error_message['error_message'] = $cntctfrm_options['cntctfrm_message_error'][$language];
|
1518 |
-
if( $cntctfrm_options['cntctfrm_required_phone_field'] == 1 && $cntctfrm_options['cntctfrm_display_phone_field'] == 1 )
|
1519 |
$error_message['error_phone'] = $cntctfrm_options['cntctfrm_phone_error'][$language];
|
1520 |
$error_message['error_form'] = $cntctfrm_options['cntctfrm_form_error'][$language];
|
1521 |
-
if( $cntctfrm_options['cntctfrm_attachment'] == 1 ) {
|
1522 |
-
global $path_of_uploaded_file;
|
1523 |
-
global $mime_type;
|
1524 |
$mime_type= array(
|
1525 |
'html'=>'text/html',
|
1526 |
'htm'=>'text/html',
|
@@ -1542,14 +1561,14 @@ if( ! function_exists( 'cntctfrm_check_form' ) ) {
|
|
1542 |
'rtf'=>'application/rtf',
|
1543 |
'pdf'=>'application/pdf',
|
1544 |
'doc'=>'application/msword',
|
1545 |
-
'docx'=>'application/
|
1546 |
'xls'=>'application/vnd.ms-excel',
|
1547 |
'zip'=>'application/zip',
|
1548 |
'rar'=>'application/rar',
|
1549 |
'wav'=>'audio/wav',
|
1550 |
'mp3'=>'audio/mp3',
|
1551 |
'ppt'=>'application/vnd.ms-powerpoint');
|
1552 |
-
$error_message['error_attachment'] = $cntctfrm_options['cntctfrm_attachment_error'][$language];
|
1553 |
}
|
1554 |
// Check information wich was input in fields
|
1555 |
if( $cntctfrm_options['cntctfrm_required_name_field'] == 1 && "" != $name )
|
@@ -1590,7 +1609,7 @@ if( ! function_exists( 'cntctfrm_check_form' ) ) {
|
|
1590 |
$tmp_path = $_FILES["cntctfrm_contact_attachment"]["tmp_name"];
|
1591 |
$path_info = pathinfo( $path_of_uploaded_file );
|
1592 |
|
1593 |
-
if ( array_key_exists ($path_info['extension'], $mime_type) ) {
|
1594 |
if ( is_uploaded_file( $tmp_path ) ) {
|
1595 |
if ( move_uploaded_file( $tmp_path, $path_of_uploaded_file ) ) {
|
1596 |
unset( $error_message['error_attachment'] );
|
@@ -1723,7 +1742,7 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
|
|
1723 |
<td width="160">'. __( "Name", 'contact_form' ) . '</td><td>'. $name .'</td>
|
1724 |
</tr>
|
1725 |
';
|
1726 |
-
if( $cntctfrm_options['cntctfrm_display_address_field'] == 1 )
|
1727 |
$message_text .= '<tr>
|
1728 |
<td>'. __( "Address", 'contact_form' ) . '</td><td>'. $address .'</td>
|
1729 |
</tr>';
|
@@ -1731,7 +1750,7 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
|
|
1731 |
<td>'. __( "Email", 'contact_form' ) .'</td><td>'. $email .'</td>
|
1732 |
</tr>
|
1733 |
';
|
1734 |
-
if( $cntctfrm_options['cntctfrm_display_phone_field'] == 1 )
|
1735 |
$message_text .= '<tr>
|
1736 |
<td>'. __( "Phone", 'contact_form' ) . '</td><td>'. $phone .'</td>
|
1737 |
</tr>';
|
@@ -1762,16 +1781,21 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
|
|
1762 |
$headers .= 'From: '.stripslashes( $cntctfrm_options['cntctfrm_custom_from_email'] ). '';
|
1763 |
else
|
1764 |
$headers .= 'From: '. $email . '';
|
1765 |
-
if( $cntctfrm_options['cntctfrm_attachment'] == 1 && isset($_FILES["cntctfrm_contact_attachment"]["tmp_name"]) && $_FILES["cntctfrm_contact_attachment"]["tmp_name"] != "") {
|
1766 |
-
$attachments = array( $path_of_uploaded_file );
|
1767 |
}
|
1768 |
|
1769 |
-
if( isset( $_POST['cntctfrm_contact_send_copy'] ) && $_POST['cntctfrm_contact_send_copy'] == 1 )
|
1770 |
wp_mail( $email, $subject, $message_text_for_user, $headers, $attachments );
|
1771 |
|
1772 |
// Mail it
|
1773 |
-
|
1774 |
-
|
|
|
|
|
|
|
|
|
|
|
1775 |
if ( $cntctfrm_options['cntctfrm_attachment'] == 1 && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && $_FILES["cntctfrm_contact_attachment"]["tmp_name"] != "") {
|
1776 |
global $path_of_uploaded_file;
|
1777 |
$headers = "";
|
@@ -1798,7 +1822,7 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
|
|
1798 |
"Content-Transfer-Encoding: 7bit\n\n" . $message_block . "\n\n";
|
1799 |
|
1800 |
|
1801 |
-
$file =
|
1802 |
$message_text .= $bound."\n";
|
1803 |
|
1804 |
$message_text .= "Content-Type: application/octet-stream; name=\"".basename($path_of_uploaded_file)."\"\n" .
|
@@ -1820,60 +1844,73 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
|
|
1820 |
if ( isset( $_POST['cntctfrm_contact_send_copy'] ) && $_POST['cntctfrm_contact_send_copy'] == 1 )
|
1821 |
@mail( $email, $subject, $message_text_for_user, $headers );
|
1822 |
|
1823 |
-
|
|
|
|
|
|
|
|
|
|
|
1824 |
}
|
1825 |
}
|
1826 |
return false;
|
1827 |
}
|
1828 |
}
|
1829 |
|
1830 |
-
|
|
|
1831 |
//Static so we don't call plugin_basename on every plugin row.
|
1832 |
-
|
1833 |
-
|
1834 |
|
1835 |
-
|
1836 |
-
|
1837 |
-
|
1838 |
}
|
1839 |
-
|
|
|
1840 |
} // end function cntctfrm_plugin_action_links
|
1841 |
|
1842 |
-
|
1843 |
-
$
|
1844 |
-
|
1845 |
-
|
1846 |
-
|
1847 |
-
|
|
|
|
|
|
|
1848 |
}
|
1849 |
-
return $links;
|
1850 |
}
|
1851 |
|
1852 |
-
|
1853 |
-
|
1854 |
-
if($
|
1855 |
-
|
1856 |
-
|
1857 |
-
|
1858 |
-
|
1859 |
-
|
1860 |
-
|
1861 |
-
|
1862 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
1863 |
}
|
1864 |
-
return $string;
|
1865 |
-
}
|
1866 |
-
else {
|
1867 |
-
return $string;
|
1868 |
}
|
1869 |
} // end function ctf_clean_input
|
1870 |
|
1871 |
// functions for protecting and validating form vars
|
1872 |
-
|
1873 |
-
|
1874 |
-
|
|
|
1875 |
|
1876 |
-
|
|
|
1877 |
}
|
1878 |
|
1879 |
//Function '_plugin_init' are using to add language files.
|
@@ -1911,71 +1948,78 @@ if ( ! function_exists ( 'cntctfrm_wp_head' ) ) {
|
|
1911 |
}
|
1912 |
}
|
1913 |
|
1914 |
-
|
1915 |
-
|
1916 |
-
|
1917 |
-
|
1918 |
-
|
1919 |
-
|
|
|
|
|
1920 |
}
|
1921 |
|
1922 |
-
|
1923 |
-
|
1924 |
-
|
1925 |
-
|
1926 |
-
|
|
|
|
|
|
|
1927 |
}
|
1928 |
|
1929 |
-
|
1930 |
-
|
1931 |
-
|
1932 |
-
$
|
1933 |
-
|
1934 |
-
|
1935 |
-
|
1936 |
-
|
1937 |
-
|
1938 |
-
|
1939 |
-
|
1940 |
-
|
1941 |
-
|
1942 |
-
|
1943 |
-
|
1944 |
-
|
1945 |
-
|
1946 |
-
|
1947 |
-
|
1948 |
-
|
1949 |
-
|
1950 |
-
|
1951 |
-
|
1952 |
-
|
1953 |
-
|
1954 |
-
|
1955 |
-
|
1956 |
-
|
1957 |
-
|
1958 |
-
|
1959 |
-
|
1960 |
-
|
1961 |
-
|
1962 |
-
|
1963 |
-
|
1964 |
-
|
1965 |
-
|
1966 |
-
|
1967 |
-
|
1968 |
-
|
1969 |
-
|
1970 |
-
|
1971 |
-
|
1972 |
-
|
1973 |
-
|
1974 |
-
|
1975 |
-
|
1976 |
-
|
1977 |
-
|
1978 |
-
|
|
|
|
|
1979 |
}
|
1980 |
|
1981 |
// Function for delete options
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Plugin for Contact Form.
|
6 |
Author: BestWebSoft
|
7 |
+
Version: 3.53
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
76 |
$count_activate_pro = $count_install_pro = $count_recomend_pro = 0;
|
77 |
$array_plugins_pro = array(
|
78 |
array( 'gallery-plugin-pro\/gallery-plugin-pro.php', 'Gallery Pro', 'http://bestwebsoft.com/plugin/gallery-pro/?k=382e5ce7c96a6391f5ffa5e116b37fe0', 'http://bestwebsoft.com/plugin/gallery-pro/?k=382e5ce7c96a6391f5ffa5e116b37fe0#purchase', 'admin.php?page=gallery-plugin-pro.php' ),
|
79 |
+
array( 'contact-form-pro\/contact_form_pro.php', 'Contact Form Pro', 'http://bestwebsoft.com/plugin/contact-form-pro/?k=773dc97bb3551975db0e32edca1a6d71', 'http://bestwebsoft.com/plugin/contact-form-pro/?k=773dc97bb3551975db0e32edca1a6d71#purchase', 'admin.php?page=contact_form_pro.php' ),
|
80 |
+
array( 'captcha-pro\/captcha_pro.php', 'Captcha Pro', 'http://bestwebsoft.com/plugin/captcha-pro/?k=ff7d65e55e5e7f98f219be9ed711094e', 'http://bestwebsoft.com/plugin/captcha-pro/?k=ff7d65e55e5e7f98f219be9ed711094e#purchase', 'admin.php?page=captcha_pro.php' )
|
81 |
);
|
82 |
foreach ( $array_plugins_pro as $plugins ) {
|
83 |
if( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
|
433 |
'cntctfrm_form_error' => array( 'en' => __( "Please make corrections below and try again.", 'contact_form' ) ),
|
434 |
'cntctfrm_action_after_send' => 1,
|
435 |
'cntctfrm_thank_text' => array( 'en' => __( "Thank you for contacting us.", 'contact_form' ) ),
|
436 |
+
'cntctfrm_redirect_url' => '',
|
437 |
+
'cntctfrm_delete_attached_file' => '0'
|
438 |
);
|
439 |
if ( ! get_option( 'cntctfrm_options' ) )
|
440 |
add_option( 'cntctfrm_options', $cntctfrm_option_defaults, '', 'yes' );
|
478 |
update_option( 'cntctfrm_options', $cntctfrm_options );
|
479 |
|
480 |
// create db table of fields list
|
481 |
+
$wpdb->query("DROP TABLE IF EXISTS " . $wpdb->prefix . "cntctfrm_field" );
|
482 |
$sql = "CREATE TABLE IF NOT EXISTS `" . $wpdb->prefix . "cntctfrm_field` (
|
483 |
id int NOT NULL AUTO_INCREMENT,
|
484 |
name CHAR(100) NOT NULL,
|
486 |
);";
|
487 |
require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
|
488 |
dbDelta( $sql );
|
489 |
+
$fields = array(
|
490 |
+
'name',
|
491 |
+
'email',
|
492 |
+
'subject',
|
493 |
+
'message',
|
494 |
+
'address',
|
495 |
+
'phone',
|
496 |
'attachment',
|
497 |
'attachment_explanations',
|
498 |
'send_copy',
|
499 |
+
'sent_from',
|
500 |
+
'date_time',
|
501 |
+
'coming_from',
|
502 |
+
'user_agent'
|
503 |
);
|
504 |
foreach ( $fields as $key => $value ) {
|
505 |
$db_row = $wpdb->get_row( "SELECT * FROM " . $wpdb->prefix . "cntctfrm_field WHERE `name` = '" . $value . "'", ARRAY_A );
|
550 |
$cntctfrm_options_submit['cntctfrm_display_user_agent'] = 1;
|
551 |
$cntctfrm_options_submit['cntctfrm_change_label'] = 0;
|
552 |
$cntctfrm_options_submit['cntctfrm_action_after_send'] = 1;
|
553 |
+
$cntctfrm_options_submit['cntctfrm_delete_attached_file'] = 0;
|
554 |
if ( empty( $cntctfrm_options['cntctfrm_language'] ) ) {
|
555 |
$cntctfrm_options_submit['cntctfrm_name_label'] = $cntctfrm_option_defaults['cntctfrm_name_label'];
|
556 |
$cntctfrm_options_submit['cntctfrm_address_label'] = $cntctfrm_option_defaults['cntctfrm_address_label'];
|
575 |
$cntctfrm_options_submit['cntctfrm_captcha_error'] = $cntctfrm_option_defaults['cntctfrm_captcha_error'];
|
576 |
$cntctfrm_options_submit['cntctfrm_form_error'] = $cntctfrm_option_defaults['cntctfrm_form_error'];
|
577 |
}
|
578 |
+
else {
|
579 |
$cntctfrm_options_submit['cntctfrm_name_label']['en'] = $cntctfrm_option_defaults['cntctfrm_name_label']['en'];
|
580 |
$cntctfrm_options_submit['cntctfrm_address_label']['en'] = $cntctfrm_option_defaults['cntctfrm_address_label']['en'];
|
581 |
$cntctfrm_options_submit['cntctfrm_email_label']['en'] = $cntctfrm_option_defaults['cntctfrm_email_label']['en'];
|
610 |
$cntctfrm_options_submit['cntctfrm_attachment_explanations'] = isset( $_POST['cntctfrm_attachment_explanations']) ? $_POST['cntctfrm_attachment_explanations'] : 0;
|
611 |
$cntctfrm_options_submit['cntctfrm_send_copy'] = isset( $_POST['cntctfrm_send_copy']) ? $_POST['cntctfrm_send_copy'] : 0;
|
612 |
|
613 |
+
$cntctfrm_options_submit['cntctfrm_delete_attached_file'] = isset( $_POST['cntctfrm_delete_attached_file']) ? $_POST['cntctfrm_delete_attached_file'] : 0;
|
614 |
+
|
615 |
if ( get_option( 'cptch_options' ) && isset( $_POST['cntctfrm_display_captcha'] ) ) {
|
616 |
$cptch_options['cptch_contact_form'] = 1;
|
617 |
update_option( 'cptch_options', $cptch_options, '', 'yes' );
|
732 |
}
|
733 |
}
|
734 |
$cntctfrm_options_submit['cntctfrm_action_after_send'] = $_POST['cntctfrm_action_after_send'];
|
735 |
+
$cntctfrm_options_submit['cntctfrm_redirect_url'] = $_POST['cntctfrm_redirect_url'];
|
736 |
}
|
737 |
$cntctfrm_options = array_merge( $cntctfrm_options, $cntctfrm_options_submit );
|
738 |
if( $cntctfrm_options_submit['cntctfrm_action_after_send'] == 0
|
878 |
<?php } ?>
|
879 |
</td>
|
880 |
</tr>
|
881 |
+
<tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
|
882 |
+
<th scope="row" style="width:200px;"><?php _e( "Display tips below the Attachment block", 'contact_form' ); ?></th>
|
883 |
<td colspan="2">
|
884 |
<input type="checkbox" id="cntctfrm_attachment_explanations" name="cntctfrm_attachment_explanations" value="1" <?php if( $cntctfrm_options['cntctfrm_attachment_explanations'] == '1' && $cntctfrm_options['cntctfrm_attachment'] == '1' ) echo "checked=\"checked\" "; ?>/>
|
885 |
+
<div class="cntctfrmpr_help_box" style="margin: -25px 35px 0;float:none;">
|
886 |
+
<div class="cntctfrmpr_hidden_help_text" style="display: none;width: auto;"><img title="" src="<?php echo plugins_url( 'images/tooltip_attachment_tips.png', __FILE__ ); ?>" alt=""/></div>
|
887 |
+
</div>
|
888 |
</td>
|
889 |
</tr>
|
890 |
+
<tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
|
891 |
+
<th scope="row" style="width:200px;"><?php _e( "Delete an attachment file from the server after the email is sent", 'contact_form' ); ?> </th>
|
892 |
+
<td colspan="2">
|
893 |
+
<input type="checkbox" id="cntctfrm_delete_attached_file" name="cntctfrm_delete_attached_file" value="1" <?php if($cntctfrm_options['cntctfrm_delete_attached_file'] == '1') echo "checked=\"checked\" "; ?>/>
|
894 |
+
</td>
|
895 |
+
</tr>
|
896 |
+
<tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
|
897 |
<th scope="row" style="width:200px;"><?php _e( "Display 'Send me a copy' block", 'contact_form' ); ?> </th>
|
898 |
<td colspan="2">
|
899 |
<input type="checkbox" id="cntctfrm_send_copy" name="cntctfrm_send_copy" value="1" <?php if($cntctfrm_options['cntctfrm_send_copy'] == '1') echo "checked=\"checked\" "; ?>/>
|
900 |
</td>
|
901 |
</tr>
|
902 |
+
<tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
|
903 |
<th scope="row" style="width:200px;"><?php _e( "Required fields", 'contact_form' ); ?></th>
|
904 |
<td colspan="2">
|
905 |
<input type="checkbox" id="cntctfrm_required_name_field" name="cntctfrm_required_name_field" value="1" <?php if($cntctfrm_options['cntctfrm_required_name_field'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Name", 'contact_form' ); ?><br />
|
915 |
<td style="width:15px;">
|
916 |
<input type="checkbox" id="cntctfrm_display_add_info" name="cntctfrm_display_add_info" value="1" <?php if($cntctfrm_options['cntctfrm_display_add_info'] == '1') echo "checked=\"checked\" "; ?>/>
|
917 |
</td>
|
918 |
+
<td style="max-width:150px;" class="cntctfrm_display_add_info_block <?php if( $cntctfrm_options['cntctfrm_display_add_info'] == '0' ) echo "cntctfrm_hidden"; ?>">
|
919 |
+
<input type="checkbox" id="cntctfrm_display_sent_from" name="cntctfrm_display_sent_from" value="1" <?php if($cntctfrm_options['cntctfrm_display_sent_from'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Sent from (ip address)", 'contact_form' ); ?> <span style="color: #888888;font-size: 10px;"><?php _e( "Example: Sent from (IP address): 127.0.0.1", 'contact_form' ); ?></span><br />
|
920 |
+
<input type="checkbox" id="cntctfrm_display_date_time" name="cntctfrm_display_date_time" value="1" <?php if($cntctfrm_options['cntctfrm_display_date_time'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Date/Time", 'contact_form' ); ?> <span style="color: #888888;font-size: 10px;"><?php _e( "Example: Date/Time: August 19, 2013 8:50 pm", 'contact_form' ); ?></span><br />
|
921 |
+
<input type="checkbox" id="cntctfrm_display_coming_from" name="cntctfrm_display_coming_from" value="1" <?php if($cntctfrm_options['cntctfrm_display_coming_from'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Sent from (referer)", 'contact_form' ); ?> <span style="color: #888888;font-size: 10px;"><?php _e( "Example: Sent from (referer): http://bestwebsoft.com/contacts/contact-us/", 'contact_form' ); ?></span><br />
|
922 |
+
<input type="checkbox" id="cntctfrm_display_user_agent" name="cntctfrm_display_user_agent" value="1" <?php if($cntctfrm_options['cntctfrm_display_user_agent'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Using (user agent)", 'contact_form' ); ?> <span style="color: #888888;font-size: 10px;"><?php _e( "Example: Using (user agent): Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36", 'contact_form' ); ?></span><br />
|
923 |
</td>
|
924 |
</tr>
|
925 |
<tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
|
1441 |
$content .= '<div style="text-align: left;">
|
1442 |
<textarea rows="5" cols="30" name="cntctfrm_contact_message" id="cntctfrm_contact_message">'.$message.'</textarea>
|
1443 |
</div>';
|
1444 |
+
if( $cntctfrm_options['cntctfrm_attachment'] == 1 ) {
|
1445 |
$content .= '<div style="text-align: left;">
|
1446 |
<label for="cntctfrm_contact_attachment">'. $cntctfrm_options['cntctfrm_attachment_label'][$lang] . '</label>
|
1447 |
</div>';
|
1478 |
}
|
1479 |
}
|
1480 |
|
1481 |
+
if ( ! function_exists( 'cntctfrm_check_and_send' ) ) {
|
1482 |
function cntctfrm_check_and_send() {
|
1483 |
global $cntctfrm_result;
|
1484 |
$cntctfrm_options = get_option( 'cntctfrm_options' );
|
1498 |
}
|
1499 |
|
1500 |
// Check all input data
|
1501 |
+
if ( ! function_exists( 'cntctfrm_check_form' ) ) {
|
1502 |
function cntctfrm_check_form() {
|
1503 |
global $error_message;
|
1504 |
global $cntctfrm_options;
|
1505 |
|
1506 |
$language = isset( $_POST['cntctfrm_language'] ) ? $_POST['cntctfrm_language'] : 'en';
|
1507 |
$path_of_uploaded_file = '';
|
1508 |
+
if ( empty( $cntctfrm_options ) )
|
1509 |
+
$cntctfrm_options = get_option( 'cntctfrm_options' );
|
1510 |
$cntctfrm_result = "";
|
1511 |
// Error messages array
|
1512 |
$error_message = array();
|
1525 |
$message = strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $message ) ) );
|
1526 |
$phone = strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', $phone ) ) );
|
1527 |
|
1528 |
+
if ( $cntctfrm_options['cntctfrm_required_name_field'] == 1 )
|
1529 |
$error_message['error_name'] = $cntctfrm_options['cntctfrm_name_error'][$language];
|
1530 |
+
if ( $cntctfrm_options['cntctfrm_required_address_field'] == 1 && $cntctfrm_options['cntctfrm_display_address_field'] == 1 )
|
1531 |
$error_message['error_address'] = $cntctfrm_options['cntctfrm_address_error'][$language];
|
1532 |
+
if ( $cntctfrm_options['cntctfrm_required_email_field'] == 1 )
|
1533 |
$error_message['error_email'] = $cntctfrm_options['cntctfrm_email_error'][$language];
|
1534 |
+
if ( $cntctfrm_options['cntctfrm_required_subject_field'] == 1 )
|
1535 |
$error_message['error_subject'] = $cntctfrm_options['cntctfrm_subject_error'][$language];
|
1536 |
+
if ( $cntctfrm_options['cntctfrm_required_message_field'] == 1 )
|
1537 |
$error_message['error_message'] = $cntctfrm_options['cntctfrm_message_error'][$language];
|
1538 |
+
if ( $cntctfrm_options['cntctfrm_required_phone_field'] == 1 && $cntctfrm_options['cntctfrm_display_phone_field'] == 1 )
|
1539 |
$error_message['error_phone'] = $cntctfrm_options['cntctfrm_phone_error'][$language];
|
1540 |
$error_message['error_form'] = $cntctfrm_options['cntctfrm_form_error'][$language];
|
1541 |
+
if ( $cntctfrm_options['cntctfrm_attachment'] == 1 ) {
|
1542 |
+
global $path_of_uploaded_file, $mime_type;
|
|
|
1543 |
$mime_type= array(
|
1544 |
'html'=>'text/html',
|
1545 |
'htm'=>'text/html',
|
1561 |
'rtf'=>'application/rtf',
|
1562 |
'pdf'=>'application/pdf',
|
1563 |
'doc'=>'application/msword',
|
1564 |
+
'docx'=>'application/msword',
|
1565 |
'xls'=>'application/vnd.ms-excel',
|
1566 |
'zip'=>'application/zip',
|
1567 |
'rar'=>'application/rar',
|
1568 |
'wav'=>'audio/wav',
|
1569 |
'mp3'=>'audio/mp3',
|
1570 |
'ppt'=>'application/vnd.ms-powerpoint');
|
1571 |
+
$error_message['error_attachment'] = $cntctfrm_options['cntctfrm_attachment_error'][ $language ];
|
1572 |
}
|
1573 |
// Check information wich was input in fields
|
1574 |
if( $cntctfrm_options['cntctfrm_required_name_field'] == 1 && "" != $name )
|
1609 |
$tmp_path = $_FILES["cntctfrm_contact_attachment"]["tmp_name"];
|
1610 |
$path_info = pathinfo( $path_of_uploaded_file );
|
1611 |
|
1612 |
+
if ( array_key_exists ( $path_info['extension'], $mime_type ) ) {
|
1613 |
if ( is_uploaded_file( $tmp_path ) ) {
|
1614 |
if ( move_uploaded_file( $tmp_path, $path_of_uploaded_file ) ) {
|
1615 |
unset( $error_message['error_attachment'] );
|
1742 |
<td width="160">'. __( "Name", 'contact_form' ) . '</td><td>'. $name .'</td>
|
1743 |
</tr>
|
1744 |
';
|
1745 |
+
if ( $cntctfrm_options['cntctfrm_display_address_field'] == 1 )
|
1746 |
$message_text .= '<tr>
|
1747 |
<td>'. __( "Address", 'contact_form' ) . '</td><td>'. $address .'</td>
|
1748 |
</tr>';
|
1750 |
<td>'. __( "Email", 'contact_form' ) .'</td><td>'. $email .'</td>
|
1751 |
</tr>
|
1752 |
';
|
1753 |
+
if ( $cntctfrm_options['cntctfrm_display_phone_field'] == 1 )
|
1754 |
$message_text .= '<tr>
|
1755 |
<td>'. __( "Phone", 'contact_form' ) . '</td><td>'. $phone .'</td>
|
1756 |
</tr>';
|
1781 |
$headers .= 'From: '.stripslashes( $cntctfrm_options['cntctfrm_custom_from_email'] ). '';
|
1782 |
else
|
1783 |
$headers .= 'From: '. $email . '';
|
1784 |
+
if ( $cntctfrm_options['cntctfrm_attachment'] == 1 && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && $_FILES["cntctfrm_contact_attachment"]["tmp_name"] != "" ) {
|
1785 |
+
$attachments = array( $path_of_uploaded_file );
|
1786 |
}
|
1787 |
|
1788 |
+
if ( isset( $_POST['cntctfrm_contact_send_copy'] ) && $_POST['cntctfrm_contact_send_copy'] == 1 )
|
1789 |
wp_mail( $email, $subject, $message_text_for_user, $headers, $attachments );
|
1790 |
|
1791 |
// Mail it
|
1792 |
+
$mail_result = wp_mail( $to, $subject, $message_text, $headers, $attachments );
|
1793 |
+
// delete attachment
|
1794 |
+
if ( $cntctfrm_options['cntctfrm_attachment'] == 1 && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && $_FILES["cntctfrm_contact_attachment"]["tmp_name"] != "" && $cntctfrm_options['cntctfrm_delete_attached_file'] == '1' ) {
|
1795 |
+
@unlink( $path_of_uploaded_file );
|
1796 |
+
}
|
1797 |
+
return $mail_result;
|
1798 |
+
} else {
|
1799 |
if ( $cntctfrm_options['cntctfrm_attachment'] == 1 && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && $_FILES["cntctfrm_contact_attachment"]["tmp_name"] != "") {
|
1800 |
global $path_of_uploaded_file;
|
1801 |
$headers = "";
|
1822 |
"Content-Transfer-Encoding: 7bit\n\n" . $message_block . "\n\n";
|
1823 |
|
1824 |
|
1825 |
+
$file = file_get_contents($path_of_uploaded_file);
|
1826 |
$message_text .= $bound."\n";
|
1827 |
|
1828 |
$message_text .= "Content-Type: application/octet-stream; name=\"".basename($path_of_uploaded_file)."\"\n" .
|
1844 |
if ( isset( $_POST['cntctfrm_contact_send_copy'] ) && $_POST['cntctfrm_contact_send_copy'] == 1 )
|
1845 |
@mail( $email, $subject, $message_text_for_user, $headers );
|
1846 |
|
1847 |
+
$mail_result = @mail( $to, $subject , $message_text, $headers);
|
1848 |
+
// delete attachment
|
1849 |
+
if ( $cntctfrm_options['cntctfrm_attachment'] == 1 && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && $_FILES["cntctfrm_contact_attachment"]["tmp_name"] != "" && $cntctfrm_options['cntctfrm_delete_attached_file'] == '1' ) {
|
1850 |
+
@unlink( $path_of_uploaded_file );
|
1851 |
+
}
|
1852 |
+
return $mail_result;
|
1853 |
}
|
1854 |
}
|
1855 |
return false;
|
1856 |
}
|
1857 |
}
|
1858 |
|
1859 |
+
if ( ! function_exists ( 'cntctfrm_plugin_action_links' ) ) {
|
1860 |
+
function cntctfrm_plugin_action_links( $links, $file ) {
|
1861 |
//Static so we don't call plugin_basename on every plugin row.
|
1862 |
+
static $this_plugin;
|
1863 |
+
if ( ! $this_plugin ) $this_plugin = plugin_basename(__FILE__);
|
1864 |
|
1865 |
+
if ( $file == $this_plugin ){
|
1866 |
+
$settings_link = '<a href="admin.php?page=contact_form.php">' . __('Settings', 'contact_form') . '</a>';
|
1867 |
+
array_unshift( $links, $settings_link );
|
1868 |
}
|
1869 |
+
return $links;
|
1870 |
+
}
|
1871 |
} // end function cntctfrm_plugin_action_links
|
1872 |
|
1873 |
+
if ( ! function_exists ( 'cntctfrm_register_plugin_links' ) ) {
|
1874 |
+
function cntctfrm_register_plugin_links( $links, $file ) {
|
1875 |
+
$base = plugin_basename(__FILE__);
|
1876 |
+
if ( $file == $base ) {
|
1877 |
+
$links[] = '<a href="admin.php?page=contact_form.php">' . __('Settings','contact_form') . '</a>';
|
1878 |
+
$links[] = '<a href="http://wordpress.org/extend/plugins/contact-form-plugin/faq/" target="_blank">' . __('FAQ','contact_form') . '</a>';
|
1879 |
+
$links[] = '<a href="http://support.bestwebsoft.com">' . __('Support','contact_form') . '</a>';
|
1880 |
+
}
|
1881 |
+
return $links;
|
1882 |
}
|
|
|
1883 |
}
|
1884 |
|
1885 |
+
if ( ! function_exists ( 'cntctfrm_clean_input' ) ) {
|
1886 |
+
function cntctfrm_clean_input( $string, $preserve_space = 0 ) {
|
1887 |
+
if ( is_string( $string ) ) {
|
1888 |
+
if($preserve_space) {
|
1889 |
+
return cntctfrm_sanitize_string( strip_tags( stripslashes( $string ) ), $preserve_space );
|
1890 |
+
}
|
1891 |
+
return trim( cntctfrm_sanitize_string( strip_tags( stripslashes( $string ) ) ) );
|
1892 |
+
}
|
1893 |
+
else if ( is_array( $string ) ) {
|
1894 |
+
reset( $string );
|
1895 |
+
while ( list($key, $value ) = each( $string ) ) {
|
1896 |
+
$string[$key] = cntctfrm_clean_input($value,$preserve_space);
|
1897 |
+
}
|
1898 |
+
return $string;
|
1899 |
+
}
|
1900 |
+
else {
|
1901 |
+
return $string;
|
1902 |
}
|
|
|
|
|
|
|
|
|
1903 |
}
|
1904 |
} // end function ctf_clean_input
|
1905 |
|
1906 |
// functions for protecting and validating form vars
|
1907 |
+
if ( ! function_exists ( 'cntctfrm_sanitize_string' ) ) {
|
1908 |
+
function cntctfrm_sanitize_string( $string, $preserve_space = 0 ) {
|
1909 |
+
if( ! $preserve_space )
|
1910 |
+
$string = preg_replace("/ +/", ' ', trim( $string ) );
|
1911 |
|
1912 |
+
return preg_replace( "/[<>]/", '_', $string );
|
1913 |
+
}
|
1914 |
}
|
1915 |
|
1916 |
//Function '_plugin_init' are using to add language files.
|
1948 |
}
|
1949 |
}
|
1950 |
|
1951 |
+
if ( ! function_exists ( 'cntctfrm_email_name_filter' ) ) {
|
1952 |
+
function cntctfrm_email_name_filter( $data ){
|
1953 |
+
global $cntctfrm_options;
|
1954 |
+
if ( isset( $cntctfrm_options['cntctfrm_from_field'] ) && trim( $cntctfrm_options['cntctfrm_from_field'] ) != "" )
|
1955 |
+
return stripslashes( $cntctfrm_options['cntctfrm_from_field'] );
|
1956 |
+
else
|
1957 |
+
return $data;
|
1958 |
+
}
|
1959 |
}
|
1960 |
|
1961 |
+
if ( ! function_exists ( 'cntctfrm_add_language' ) ) {
|
1962 |
+
function cntctfrm_add_language(){
|
1963 |
+
$lang = strip_tags( preg_replace ( '/<[^>]*>/', '', preg_replace ( '/<script.*<\/[^>]*>/', '', htmlspecialchars( $_REQUEST['lang'] ) ) ) );
|
1964 |
+
$cntctfrm_options = get_option( 'cntctfrm_options' );
|
1965 |
+
$cntctfrm_options['cntctfrm_language'][] = $lang;
|
1966 |
+
update_option( 'cntctfrm_options', $cntctfrm_options, '', 'yes' );
|
1967 |
+
die();
|
1968 |
+
}
|
1969 |
}
|
1970 |
|
1971 |
+
if ( ! function_exists ( 'cntctfrm_remove_language' ) ) {
|
1972 |
+
function cntctfrm_remove_language(){
|
1973 |
+
$cntctfrm_options = get_option( 'cntctfrm_options' );
|
1974 |
+
if( $key = array_search( $_REQUEST['lang'], $cntctfrm_options['cntctfrm_language'] ) !== false )
|
1975 |
+
$cntctfrm_options['cntctfrm_language'] = array_diff( $cntctfrm_options['cntctfrm_language'], array( $_REQUEST['lang'] ) );
|
1976 |
+
if( isset( $cntctfrm_options['cntctfrm_name_label'][$_REQUEST['lang']] ) )
|
1977 |
+
unset( $cntctfrm_options['cntctfrm_name_label'][$_REQUEST['lang']]);
|
1978 |
+
if( isset( $cntctfrm_options['cntctfrm_address_label'][$_REQUEST['lang']] ) )
|
1979 |
+
unset( $cntctfrm_options['cntctfrm_address_label'][$_REQUEST['lang']]);
|
1980 |
+
if( isset( $cntctfrm_options['cntctfrm_email_label'][$_REQUEST['lang']] ) )
|
1981 |
+
unset( $cntctfrm_options['cntctfrm_email_label'][$_REQUEST['lang']]);
|
1982 |
+
if( isset( $cntctfrm_options['cntctfrm_phone_label'][$_REQUEST['lang']] ) )
|
1983 |
+
unset( $cntctfrm_options['cntctfrm_phone_label'][$_REQUEST['lang']]);
|
1984 |
+
if( isset( $cntctfrm_options['cntctfrm_subject_label'][$_REQUEST['lang']] ) )
|
1985 |
+
unset( $cntctfrm_options['cntctfrm_subject_label'][$_REQUEST['lang']]);
|
1986 |
+
if( isset( $cntctfrm_options['cntctfrm_message_label'][$_REQUEST['lang']] ) )
|
1987 |
+
unset( $cntctfrm_options['cntctfrm_message_label'][$_REQUEST['lang']]);
|
1988 |
+
if( isset( $cntctfrm_options['cntctfrm_attachment_label'][$_REQUEST['lang']] ) )
|
1989 |
+
unset( $cntctfrm_options['cntctfrm_attachment_label'][$_REQUEST['lang']]);
|
1990 |
+
if( isset( $cntctfrm_options['cntctfrm_send_copy_label'][$_REQUEST['lang']] ) )
|
1991 |
+
unset( $cntctfrm_options['cntctfrm_send_copy_label'][$_REQUEST['lang']]);
|
1992 |
+
if( isset( $cntctfrm_options['cntctfrm_thank_text'][$_REQUEST['lang']] ) )
|
1993 |
+
unset( $cntctfrm_options['cntctfrm_thank_text'][$_REQUEST['lang']]);
|
1994 |
+
if( isset( $cntctfrm_options['cntctfrm_submit_label'][$_REQUEST['lang']] ) )
|
1995 |
+
unset( $cntctfrm_options['cntctfrm_submit_label'][$_REQUEST['lang']]);
|
1996 |
+
if( isset( $cntctfrm_options['cntctfrm_name_error'][$_REQUEST['lang']] ) )
|
1997 |
+
unset( $cntctfrm_options['cntctfrm_name_error'][$_REQUEST['lang']]);
|
1998 |
+
if( isset( $cntctfrm_options['cntctfrm_address_error'][$_REQUEST['lang']] ) )
|
1999 |
+
unset( $cntctfrm_options['cntctfrm_address_error'][$_REQUEST['lang']]);
|
2000 |
+
if( isset( $cntctfrm_options['cntctfrm_email_error'][$_REQUEST['lang']] ) )
|
2001 |
+
unset( $cntctfrm_options['cntctfrm_email_error'][$_REQUEST['lang']]);
|
2002 |
+
if( isset( $cntctfrm_options['cntctfrm_phone_error'][$_REQUEST['lang']] ) )
|
2003 |
+
unset( $cntctfrm_options['cntctfrm_phone_error'][$_REQUEST['lang']]);
|
2004 |
+
if( isset( $cntctfrm_options['cntctfrm_subject_error'][$_REQUEST['lang']] ) )
|
2005 |
+
unset( $cntctfrm_options['cntctfrm_subject_error'][$_REQUEST['lang']]);
|
2006 |
+
if( isset( $cntctfrm_options['cntctfrm_message_error'][$_REQUEST['lang']] ) )
|
2007 |
+
unset( $cntctfrm_options['cntctfrm_message_error'][$_REQUEST['lang']]);
|
2008 |
+
if( isset( $cntctfrm_options['cntctfrm_attachment_error'][$_REQUEST['lang']] ) )
|
2009 |
+
unset( $cntctfrm_options['cntctfrm_attachment_error'][$_REQUEST['lang']]);
|
2010 |
+
if( isset( $cntctfrm_options['cntctfrm_attachment_upload_error'][$_REQUEST['lang']] ) )
|
2011 |
+
unset( $cntctfrm_options['cntctfrm_attachment_upload_error'][$_REQUEST['lang']]);
|
2012 |
+
if( isset( $cntctfrm_options['cntctfrm_attachment_move_error'][$_REQUEST['lang']] ) )
|
2013 |
+
unset( $cntctfrm_options['cntctfrm_attachment_move_error'][$_REQUEST['lang']]);
|
2014 |
+
if( isset( $cntctfrm_options['cntctfrm_attachment_size_error'][$_REQUEST['lang']] ) )
|
2015 |
+
unset( $cntctfrm_options['cntctfrm_attachment_size_error'][$_REQUEST['lang']]);
|
2016 |
+
if( isset( $cntctfrm_options['cntctfrm_captcha_error'][$_REQUEST['lang']] ) )
|
2017 |
+
unset( $cntctfrm_options['cntctfrm_captcha_error'][$_REQUEST['lang']]);
|
2018 |
+
if( isset( $cntctfrm_options['cntctfrm_form_error'][$_REQUEST['lang']] ) )
|
2019 |
+
unset( $cntctfrm_options['cntctfrm_form_error'][$_REQUEST['lang']]);
|
2020 |
+
update_option( 'cntctfrm_options', $cntctfrm_options );
|
2021 |
+
die();
|
2022 |
+
}
|
2023 |
}
|
2024 |
|
2025 |
// Function for delete options
|
images/tooltip_attachment_tips.png
ADDED
Binary file
|
languages/contact_form-ar.mo
CHANGED
Binary file
|
languages/contact_form-ar.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: 2013-
|
6 |
-
"PO-Revision-Date: 2013-
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Hammad Alshammari (ABU HATIM) www.abuhatim.net <al3zz.com@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -16,937 +16,958 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: contact_form.php:
|
20 |
msgid "Not set"
|
21 |
msgstr ""
|
22 |
|
23 |
-
#: contact_form.php:
|
24 |
-
#: contact_form.php:
|
25 |
msgid "On"
|
26 |
msgstr ""
|
27 |
|
28 |
-
#: contact_form.php:
|
29 |
-
#: contact_form.php:
|
30 |
msgid "Off"
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: contact_form.php:
|
34 |
-
#: contact_form.php:
|
35 |
-
#: contact_form.php:
|
36 |
-
#: contact_form.php:
|
37 |
-
#: contact_form.php:
|
38 |
-
#: contact_form.php:
|
39 |
msgid "N/A"
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: contact_form.php:
|
43 |
msgid " Mb"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: contact_form.php:
|
47 |
-
#: contact_form.php:
|
48 |
-
#: contact_form.php:
|
49 |
-
#: contact_form.php:
|
50 |
msgid "Yes"
|
51 |
msgstr ""
|
52 |
|
53 |
-
#: contact_form.php:
|
54 |
-
#: contact_form.php:
|
55 |
-
#: contact_form.php:
|
56 |
-
#: contact_form.php:
|
57 |
msgid "No"
|
58 |
msgstr ""
|
59 |
|
60 |
-
#: contact_form.php:
|
61 |
msgid "Operating System"
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: contact_form.php:
|
65 |
msgid "Server"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: contact_form.php:
|
69 |
#, fuzzy
|
70 |
msgid "Memory usage"
|
71 |
msgstr "الرسالة"
|
72 |
|
73 |
-
#: contact_form.php:
|
74 |
msgid "MYSQL Version"
|
75 |
msgstr ""
|
76 |
|
77 |
-
#: contact_form.php:
|
78 |
msgid "SQL Mode"
|
79 |
msgstr ""
|
80 |
|
81 |
-
#: contact_form.php:
|
82 |
msgid "PHP Version"
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: contact_form.php:
|
86 |
msgid "PHP Safe Mode"
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: contact_form.php:
|
90 |
msgid "PHP Allow URL fopen"
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: contact_form.php:
|
94 |
msgid "PHP Memory Limit"
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: contact_form.php:
|
98 |
msgid "PHP Max Upload Size"
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: contact_form.php:
|
102 |
msgid "PHP Max Post Size"
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: contact_form.php:
|
106 |
msgid "PHP Max Script Execute Time"
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: contact_form.php:
|
110 |
msgid "PHP Exif support"
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: contact_form.php:
|
114 |
msgid "PHP IPTC support"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: contact_form.php:
|
118 |
msgid "PHP XML support"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: contact_form.php:
|
122 |
#, fuzzy
|
123 |
msgid "Site URL"
|
124 |
msgstr "الموقع"
|
125 |
|
126 |
-
#: contact_form.php:
|
127 |
msgid "Home URL"
|
128 |
msgstr ""
|
129 |
|
130 |
-
#: contact_form.php:
|
131 |
msgid "WordPress Version"
|
132 |
msgstr ""
|
133 |
|
134 |
-
#: contact_form.php:
|
135 |
msgid "WordPress DB Version"
|
136 |
msgstr ""
|
137 |
|
138 |
-
#: contact_form.php:
|
139 |
msgid "Multisite"
|
140 |
msgstr ""
|
141 |
|
142 |
-
#: contact_form.php:
|
143 |
msgid "Active Theme"
|
144 |
msgstr ""
|
145 |
|
146 |
-
#: contact_form.php:
|
147 |
#, fuzzy
|
148 |
msgid "Please enter a valid email address."
|
149 |
msgstr "استخدام هذا البريد الالكتروني:"
|
150 |
|
151 |
-
#: contact_form.php:
|
152 |
msgid "Email with system info is sent to "
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: contact_form.php:
|
156 |
-
#: contact_form.php:
|
157 |
msgid "Thank you for contacting us."
|
158 |
msgstr "أشكركم على الاتصال بنا. سيتم الرد عليكم في أقرب فرصة."
|
159 |
|
160 |
-
#: contact_form.php:
|
161 |
-
#: contact_form.php:
|
162 |
msgid "Sorry, email message could not be delivered."
|
163 |
msgstr "عذراً, لم نستطيع تسليم رسالتك."
|
164 |
|
165 |
-
#: contact_form.php:
|
166 |
#, fuzzy
|
167 |
msgid "Pro plugins"
|
168 |
msgstr "BWS Plugins"
|
169 |
|
170 |
-
#: contact_form.php:
|
171 |
-
#: contact_form.php:
|
172 |
msgid "Activated plugins"
|
173 |
msgstr "تفعيل الإضافات"
|
174 |
|
175 |
-
#: contact_form.php:
|
176 |
-
#: contact_form.php:
|
177 |
-
#: contact_form.php:
|
178 |
-
#: contact_form.php:
|
179 |
-
#: contact_form.php:
|
180 |
-
#: contact_form.php:
|
181 |
msgid "Read more"
|
182 |
msgstr "اقرأ المزيد"
|
183 |
|
184 |
-
#: contact_form.php:
|
185 |
-
#: contact_form.php:
|
186 |
-
#: contact_form.php:
|
187 |
-
#: contact_form.php:
|
188 |
-
#: contact_form.php:
|
189 |
-
#: contact_form.php:
|
190 |
msgid "Settings"
|
191 |
msgstr "إعدادات"
|
192 |
|
193 |
-
#: contact_form.php:
|
194 |
-
#: contact_form.php:
|
195 |
msgid "Installed plugins"
|
196 |
msgstr "تثبيت الإضافات"
|
197 |
|
198 |
-
#: contact_form.php:
|
199 |
-
#: contact_form.php:
|
200 |
msgid "Recommended plugins"
|
201 |
msgstr "اضافات موصى بها"
|
202 |
|
203 |
-
#: contact_form.php:
|
204 |
msgid "Purchase"
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: contact_form.php:
|
208 |
#, fuzzy
|
209 |
msgid "Free plugins"
|
210 |
msgstr "اضافات موصى بها"
|
211 |
|
212 |
-
#: contact_form.php:
|
213 |
msgid "Download"
|
214 |
msgstr "تحميل"
|
215 |
|
216 |
-
#: contact_form.php:
|
217 |
#, php-format
|
218 |
msgid "Install %s"
|
219 |
msgstr "تنصيب %s"
|
220 |
|
221 |
-
#: contact_form.php:
|
222 |
msgid "Install now from wordpress.org"
|
223 |
msgstr "تثبيت من wordpress.org"
|
224 |
|
225 |
-
#: contact_form.php:
|
226 |
#, fuzzy
|
227 |
msgid "If you have any questions, please contact us via"
|
228 |
msgstr "إذا كان لديك أي أسئلة، يرجى الاتصال بنا عبر plugin@bestwebsoft.com أو ملء استمارة الاتصال على موقعنا"
|
229 |
|
230 |
-
#: contact_form.php:
|
231 |
msgid "System status"
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: contact_form.php:
|
235 |
msgid "Environment"
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: contact_form.php:
|
239 |
#, fuzzy
|
240 |
msgid "Active Plugins"
|
241 |
msgstr "تفعيل الإضافات"
|
242 |
|
243 |
-
#: contact_form.php:
|
244 |
#, fuzzy
|
245 |
msgid "Inactive Plugins"
|
246 |
msgstr "تفعيل الإضافات"
|
247 |
|
248 |
-
#: contact_form.php:
|
249 |
#, fuzzy
|
250 |
msgid "Send to support"
|
251 |
msgstr "دعم"
|
252 |
|
253 |
-
#: contact_form.php:
|
254 |
msgid "Send to custom email »"
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: contact_form.php:
|
258 |
-
#: contact_form.php:
|
259 |
#, fuzzy
|
260 |
msgid "Contact Form Settings"
|
261 |
msgstr "خيارات نموذج اتصل بنا"
|
262 |
|
263 |
-
#: contact_form.php:
|
264 |
msgid "Contact Form"
|
265 |
msgstr "نموذج الاتصال"
|
266 |
|
267 |
-
#: contact_form.php:
|
268 |
#, fuzzy
|
269 |
msgid "Contact Form Pro Extra Settings"
|
270 |
msgstr "خيارات نموذج اتصل بنا"
|
271 |
|
272 |
-
#: contact_form.php:
|
273 |
-
#: contact_form.php:
|
274 |
#, fuzzy
|
275 |
msgid "Contact Form Pro"
|
276 |
msgstr "نموذج الاتصال"
|
277 |
|
278 |
-
#: contact_form.php:
|
279 |
-
#: contact_form.php:
|
280 |
-
#: contact_form.php:
|
281 |
msgid "Name:"
|
282 |
msgstr "الأسم:"
|
283 |
|
284 |
-
#: contact_form.php:
|
285 |
-
#: contact_form.php:
|
286 |
-
#: contact_form.php:
|
287 |
#, fuzzy
|
288 |
msgid "Address:"
|
289 |
msgstr "البريد الالكتروني:"
|
290 |
|
291 |
-
#: contact_form.php:
|
292 |
-
#: contact_form.php:
|
293 |
-
#: contact_form.php:
|
294 |
msgid "Email Address:"
|
295 |
msgstr "البريد الالكتروني:"
|
296 |
|
297 |
-
#: contact_form.php:
|
298 |
-
#: contact_form.php:
|
299 |
-
#: contact_form.php:
|
300 |
msgid "Phone number:"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: contact_form.php:
|
304 |
-
#: contact_form.php:
|
305 |
-
#: contact_form.php:
|
306 |
msgid "Subject:"
|
307 |
msgstr "موضوع الرسالة:"
|
308 |
|
309 |
-
#: contact_form.php:
|
310 |
-
#: contact_form.php:
|
311 |
-
#: contact_form.php:
|
312 |
msgid "Message:"
|
313 |
msgstr "الرسالة:"
|
314 |
|
315 |
-
#: contact_form.php:
|
316 |
-
#: contact_form.php:
|
317 |
-
#: contact_form.php:
|
318 |
msgid "Attachment:"
|
319 |
msgstr "المرفقات:"
|
320 |
|
321 |
-
#: contact_form.php:
|
322 |
-
#: contact_form.php:
|
323 |
-
#: contact_form.php:
|
324 |
-
#: contact_form.php:
|
325 |
msgid "Send me a copy"
|
326 |
msgstr "أرسل لي نسخة"
|
327 |
|
328 |
-
#: contact_form.php:
|
329 |
-
#: contact_form.php:
|
330 |
-
#: contact_form.php:
|
331 |
msgid "Submit"
|
332 |
msgstr "تقدم"
|
333 |
|
334 |
-
#: contact_form.php:
|
335 |
msgid "Your name is required."
|
336 |
msgstr "مطلوب اسمك."
|
337 |
|
338 |
-
#: contact_form.php:
|
339 |
#, fuzzy
|
340 |
msgid "Address is required."
|
341 |
msgstr "مطلوب بريد الكتروني صحيح."
|
342 |
|
343 |
-
#: contact_form.php:
|
344 |
#, fuzzy
|
345 |
msgid "A valid email address is required."
|
346 |
msgstr "مطلوب بريد الكتروني صحيح."
|
347 |
|
348 |
-
#: contact_form.php:
|
349 |
-
#: contact_form.php:
|
350 |
-
#: contact_form.php:
|
351 |
#, fuzzy
|
352 |
msgid "Phone number is required."
|
353 |
msgstr "مطلوب اسمك."
|
354 |
|
355 |
-
#: contact_form.php:
|
356 |
-
#: contact_form.php:
|
357 |
-
#: contact_form.php:
|
358 |
msgid "Subject is required."
|
359 |
msgstr "مطلوب نص الموضوع."
|
360 |
|
361 |
-
#: contact_form.php:
|
362 |
-
#: contact_form.php:
|
363 |
-
#: contact_form.php:
|
364 |
msgid "Message text is required."
|
365 |
msgstr "مطلوب نص الرسالة."
|
366 |
|
367 |
-
#: contact_form.php:
|
368 |
msgid "File format is not valid."
|
369 |
msgstr "المرفق تعطل."
|
370 |
|
371 |
-
#: contact_form.php:
|
372 |
msgid "File upload error."
|
373 |
msgstr ""
|
374 |
|
375 |
-
#: contact_form.php:
|
376 |
msgid "The file could not be uploaded."
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: contact_form.php:
|
380 |
msgid "This file is too large."
|
381 |
msgstr ""
|
382 |
|
383 |
-
#: contact_form.php:
|
384 |
msgid "Please fill out the CAPTCHA."
|
385 |
msgstr "يرجى استكمال رمز التحقق."
|
386 |
|
387 |
-
#: contact_form.php:
|
388 |
msgid "Please make corrections below and try again."
|
389 |
msgstr "يرجى إجراء التصحيحات أدناه وحاول مرة أخرى."
|
390 |
|
391 |
-
#: contact_form.php:
|
392 |
msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
|
393 |
msgstr ""
|
394 |
|
395 |
-
#: contact_form.php:
|
396 |
msgid "Such user does not exist. Settings are not saved."
|
397 |
msgstr "هذا المستخدم لا وجود له. لم يتم حفظ الإعدادات."
|
398 |
|
399 |
-
#: contact_form.php:
|
400 |
-
#: contact_form.php:
|
401 |
#, fuzzy
|
402 |
msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
|
403 |
msgstr "الرجاء إدخال بريد الكتروني صحيح. الاعدادات لم تُحفظ."
|
404 |
|
405 |
-
#: contact_form.php:
|
406 |
#, fuzzy
|
407 |
msgid "Settings saved."
|
408 |
msgstr "الخيارات حُفظت."
|
409 |
|
410 |
-
#: contact_form.php:
|
411 |
-
#: contact_form.php:
|
412 |
#, fuzzy
|
413 |
msgid "Extra settings"
|
414 |
msgstr "إعدادات"
|
415 |
|
416 |
-
#: contact_form.php:
|
417 |
-
#: contact_form.php:
|
418 |
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:"
|
419 |
msgstr "إذا كنت ترغب في إضافة نموذج الاتصال إلى موقع الويب الخاص بك، قم بنسخ ولصق هذا الرمز القصير:"
|
420 |
|
421 |
-
#: contact_form.php:
|
422 |
-
#: contact_form.php:
|
423 |
-
#: contact_form.php:
|
424 |
-
#: contact_form.php:
|
425 |
msgid "or"
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: contact_form.php:
|
429 |
msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: contact_form.php:
|
433 |
msgid "They work the same way."
|
434 |
msgstr ""
|
435 |
|
436 |
-
#: contact_form.php:
|
437 |
msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
|
438 |
msgstr "إذا كانت المعلومات في الحقول أدناه فارغة سيتم إرسال الرسالة إلى عنوان الذي تم تحديده أثناء التسجيل."
|
439 |
|
440 |
-
#: contact_form.php:
|
441 |
msgid "The user's email address:"
|
442 |
msgstr "أستخدم بريد العضو في وورد بريس:"
|
443 |
|
444 |
-
#: contact_form.php:
|
445 |
msgid "Create a username"
|
446 |
msgstr "اختر اسم المستخدم"
|
447 |
|
448 |
-
#: contact_form.php:
|
449 |
msgid "Enter a username of the person who should get the messages from the contact form."
|
450 |
msgstr "تعيين اسم المستخدم من الذين سيحصلون على رسائل من شكل من أشكال الاتصال."
|
451 |
|
452 |
-
#: contact_form.php:
|
453 |
msgid "Use this email address:"
|
454 |
msgstr "استخدام هذا البريد الالكتروني:"
|
455 |
|
456 |
-
#: contact_form.php:
|
457 |
msgid "Enter the email address you want the messages forwarded to."
|
458 |
msgstr "تعيين عنوان البريد الإلكتروني التي سيتم استخدامها لاستقبال الرسائل."
|
459 |
|
460 |
-
#: contact_form.php:
|
461 |
msgid "Additional options"
|
462 |
msgstr "خيارات إضافية"
|
463 |
|
464 |
-
#: contact_form.php:
|
465 |
msgid "What to use?"
|
466 |
msgstr "ماذا تستخدم؟"
|
467 |
|
468 |
-
#: contact_form.php:
|
469 |
msgid "Wp-mail"
|
470 |
msgstr "Wp-mail"
|
471 |
|
472 |
-
#: contact_form.php:
|
473 |
msgid "You can use the wp_mail function for mailing"
|
474 |
msgstr "لإرسال البريد يمكنك استخدام وظيفة wp_mail"
|
475 |
|
476 |
-
#: contact_form.php:
|
477 |
msgid "Mail"
|
478 |
msgstr "Mail"
|
479 |
|
480 |
-
#: contact_form.php:
|
481 |
msgid "To send mail you can use the php mail function"
|
482 |
msgstr "لإرسال البريد يمكنك استخدام وظيفة البريد PHP"
|
483 |
|
484 |
-
#: contact_form.php:
|
485 |
#, fuzzy
|
486 |
msgid "Change text of the 'FROM' field"
|
487 |
msgstr "تغيير من الحقول من نموذج الاتصال"
|
488 |
|
489 |
-
#: contact_form.php:
|
490 |
msgid "Enter the email address in the 'From' field"
|
491 |
msgstr ""
|
492 |
|
493 |
-
#: contact_form.php:
|
494 |
msgid "User email"
|
495 |
msgstr ""
|
496 |
|
497 |
-
#: contact_form.php:
|
498 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
499 |
msgstr ""
|
500 |
|
501 |
-
#: contact_form.php:
|
502 |
msgid "This email address will be used in the 'From' field."
|
503 |
msgstr ""
|
504 |
|
505 |
-
#: contact_form.php:
|
506 |
#, fuzzy
|
507 |
msgid "Display fields"
|
508 |
msgstr "عرض حقل المرفقات"
|
509 |
|
510 |
-
#: contact_form.php:
|
511 |
-
#: contact_form.php:
|
512 |
-
#: contact_form.php:
|
513 |
-
#: contact_form.php:
|
514 |
#, fuzzy
|
515 |
msgid "Address"
|
516 |
msgstr "البريد الالكتروني:"
|
517 |
|
518 |
-
#: contact_form.php:
|
519 |
-
#: contact_form.php:
|
520 |
-
#: contact_form.php:
|
521 |
msgid "Phone"
|
522 |
msgstr ""
|
523 |
|
524 |
-
#: contact_form.php:
|
525 |
#, fuzzy
|
526 |
msgid "Attachment block"
|
527 |
msgstr "عرض حقل المرفقات"
|
528 |
|
529 |
-
#: contact_form.php:
|
530 |
msgid "Users can attach the following file formats"
|
531 |
msgstr "يمكن للمستخدمين إرفاق الملفات من الأنواع التالية"
|
532 |
|
533 |
-
#: contact_form.php:
|
534 |
-
|
535 |
-
|
536 |
-
|
537 |
-
|
538 |
-
#: contact_form.php:825
|
539 |
-
#, fuzzy
|
540 |
-
msgid "Send me a copy block"
|
541 |
-
msgstr "عرض خيار (أرسل لي نسخة)"
|
542 |
-
|
543 |
-
#: contact_form.php:837
|
544 |
-
#: contact_form.php:840
|
545 |
-
#: contact_form.php:843
|
546 |
-
#: contact_form.php:1070
|
547 |
msgid "Captcha"
|
548 |
msgstr ""
|
549 |
|
550 |
-
#: contact_form.php:
|
551 |
-
#: contact_form.php:
|
552 |
-
#: contact_form.php:
|
553 |
-
#: contact_form.php:
|
554 |
msgid "(powered by bestwebsoft.com)"
|
555 |
msgstr ""
|
556 |
|
557 |
-
#: contact_form.php:
|
558 |
#, fuzzy
|
559 |
msgid "Activate captcha"
|
560 |
msgstr "تفعيل الإضافات"
|
561 |
|
562 |
-
#: contact_form.php:
|
563 |
#, fuzzy
|
564 |
msgid "Download captcha"
|
565 |
msgstr "تحميل"
|
566 |
|
567 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
568 |
msgid "Required fields"
|
569 |
msgstr ""
|
570 |
|
571 |
-
#: contact_form.php:
|
572 |
-
#: contact_form.php:
|
573 |
-
#: contact_form.php:
|
574 |
msgid "Name"
|
575 |
msgstr "الأسم"
|
576 |
|
577 |
-
#: contact_form.php:
|
578 |
#, fuzzy
|
579 |
msgid "Email Address"
|
580 |
msgstr "البريد الالكتروني:"
|
581 |
|
582 |
-
#: contact_form.php:
|
583 |
-
#: contact_form.php:
|
584 |
-
#: contact_form.php:
|
585 |
msgid "Subject"
|
586 |
msgstr "موضوع الرسالة"
|
587 |
|
588 |
-
#: contact_form.php:
|
589 |
-
#: contact_form.php:
|
590 |
-
#: contact_form.php:
|
591 |
msgid "Message"
|
592 |
msgstr "الرسالة"
|
593 |
|
594 |
-
#: contact_form.php:
|
595 |
#, fuzzy
|
596 |
msgid "Display additional info in the email"
|
597 |
msgstr "عرض معلومات اضافية في البريد الالكتروني"
|
598 |
|
599 |
-
#: contact_form.php:
|
600 |
-
#: contact_form.php:
|
601 |
msgid "Sent from (ip address)"
|
602 |
msgstr "ارسلت من (عنوان IP)"
|
603 |
|
604 |
-
#: contact_form.php:
|
605 |
-
|
|
|
|
|
|
|
|
|
|
|
606 |
msgid "Date/Time"
|
607 |
msgstr "الوقت/التاريخ"
|
608 |
|
609 |
-
#: contact_form.php:
|
610 |
-
|
|
|
|
|
|
|
|
|
611 |
msgid "Sent from (referer)"
|
612 |
msgstr "Sent from (referer)"
|
613 |
|
614 |
-
#: contact_form.php:
|
615 |
-
|
|
|
|
|
|
|
|
|
616 |
msgid "Using (user agent)"
|
617 |
msgstr "باستخدام (وكيل المستخدم)"
|
618 |
|
619 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
620 |
msgid "Language settings for the field names in the form"
|
621 |
msgstr ""
|
622 |
|
623 |
-
#: contact_form.php:
|
624 |
msgid "Add a language"
|
625 |
msgstr ""
|
626 |
|
627 |
-
#: contact_form.php:
|
628 |
#, fuzzy
|
629 |
msgid "Change the names of the contact form fields and error messages"
|
630 |
msgstr "تغيير تسمية حقول نموذج الاتصال"
|
631 |
|
632 |
-
#: contact_form.php:
|
633 |
-
#: contact_form.php:
|
634 |
msgid "English"
|
635 |
msgstr ""
|
636 |
|
637 |
-
#: contact_form.php:
|
638 |
-
#: contact_form.php:
|
639 |
msgid "Error message for the Name field"
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: contact_form.php:
|
643 |
-
#: contact_form.php:
|
644 |
msgid "Error message for the Address field"
|
645 |
msgstr ""
|
646 |
|
647 |
-
#: contact_form.php:
|
648 |
-
#: contact_form.php:
|
649 |
msgid "Error message for the Email field"
|
650 |
msgstr ""
|
651 |
|
652 |
-
#: contact_form.php:
|
653 |
-
#: contact_form.php:
|
654 |
msgid "Error message for the Phone field"
|
655 |
msgstr ""
|
656 |
|
657 |
-
#: contact_form.php:
|
658 |
-
#: contact_form.php:
|
659 |
msgid "Error message for the Subject field"
|
660 |
msgstr ""
|
661 |
|
662 |
-
#: contact_form.php:
|
663 |
-
#: contact_form.php:
|
664 |
msgid "Error message for the Message field"
|
665 |
msgstr ""
|
666 |
|
667 |
-
#: contact_form.php:
|
668 |
-
#: contact_form.php:
|
669 |
msgid "Error message about the file type for the Attachment field"
|
670 |
msgstr ""
|
671 |
|
672 |
-
#: contact_form.php:
|
673 |
-
#: contact_form.php:
|
674 |
msgid "Error message while uploading a file for the Attachment field to the server"
|
675 |
msgstr ""
|
676 |
|
677 |
-
#: contact_form.php:
|
678 |
-
#: contact_form.php:
|
679 |
msgid "Error message while moving the file for the Attachment field"
|
680 |
msgstr ""
|
681 |
|
682 |
-
#: contact_form.php:
|
683 |
-
#: contact_form.php:
|
684 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
685 |
msgstr ""
|
686 |
|
687 |
-
#: contact_form.php:
|
688 |
-
#: contact_form.php:
|
689 |
msgid "Error message for the Captcha field"
|
690 |
msgstr ""
|
691 |
|
692 |
-
#: contact_form.php:
|
693 |
-
#: contact_form.php:
|
694 |
msgid "Error message for the whole form"
|
695 |
msgstr ""
|
696 |
|
697 |
-
#: contact_form.php:
|
698 |
-
#: contact_form.php:
|
699 |
-
#: contact_form.php:
|
700 |
-
#: contact_form.php:
|
701 |
msgid "Use shortcode"
|
702 |
msgstr ""
|
703 |
|
704 |
-
#: contact_form.php:
|
705 |
-
#: contact_form.php:
|
706 |
-
#: contact_form.php:
|
707 |
-
#: contact_form.php:
|
708 |
msgid "for this language"
|
709 |
msgstr ""
|
710 |
|
711 |
-
#: contact_form.php:
|
712 |
msgid "Action after email is sent"
|
713 |
msgstr ""
|
714 |
|
715 |
-
#: contact_form.php:
|
716 |
#, fuzzy
|
717 |
msgid "Display text"
|
718 |
msgstr "عرض حقل المرفقات"
|
719 |
|
720 |
-
#: contact_form.php:
|
721 |
-
#: contact_form.php:
|
722 |
msgid "Text"
|
723 |
msgstr ""
|
724 |
|
725 |
-
#: contact_form.php:
|
726 |
msgid "Redirect to the page"
|
727 |
msgstr ""
|
728 |
|
729 |
-
#: contact_form.php:
|
730 |
msgid "Url"
|
731 |
msgstr ""
|
732 |
|
733 |
-
#: contact_form.php:
|
734 |
-
#: contact_form.php:
|
735 |
msgid "Save Changes"
|
736 |
msgstr "حفظ التغييرات"
|
737 |
|
738 |
-
#: contact_form.php:
|
739 |
#, fuzzy
|
740 |
msgid "Contact Form Pro | Extra Settings"
|
741 |
msgstr "خيارات نموذج اتصل بنا"
|
742 |
|
743 |
-
#: contact_form.php:
|
744 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
745 |
msgstr ""
|
746 |
|
747 |
-
#: contact_form.php:
|
748 |
msgid "Errors output"
|
749 |
msgstr ""
|
750 |
|
751 |
-
#: contact_form.php:
|
752 |
msgid "Display error messages"
|
753 |
msgstr ""
|
754 |
|
755 |
-
#: contact_form.php:
|
756 |
msgid "Color of the input field errors."
|
757 |
msgstr ""
|
758 |
|
759 |
-
#: contact_form.php:
|
760 |
msgid "Display error messages & color of the input field errors"
|
761 |
msgstr ""
|
762 |
|
763 |
-
#: contact_form.php:
|
764 |
msgid "Add placeholder to the input blocks"
|
765 |
msgstr ""
|
766 |
|
767 |
-
#: contact_form.php:
|
768 |
#, fuzzy
|
769 |
msgid "Add tooltips"
|
770 |
msgstr "خيارات إضافية"
|
771 |
|
772 |
-
#: contact_form.php:
|
773 |
#, fuzzy
|
774 |
msgid "Email address"
|
775 |
msgstr "البريد الالكتروني:"
|
776 |
|
777 |
-
#: contact_form.php:
|
778 |
msgid "Phone Number"
|
779 |
msgstr ""
|
780 |
|
781 |
-
#: contact_form.php:
|
782 |
#, fuzzy
|
783 |
msgid "Attachment"
|
784 |
msgstr "المرفقات:"
|
785 |
|
786 |
-
#: contact_form.php:
|
787 |
#, fuzzy
|
788 |
msgid "Style options"
|
789 |
msgstr "خيارات إضافية"
|
790 |
|
791 |
-
#: contact_form.php:
|
792 |
msgid "Text color"
|
793 |
msgstr ""
|
794 |
|
795 |
-
#: contact_form.php:
|
796 |
-
#: contact_form.php:
|
797 |
-
#: contact_form.php:
|
798 |
-
#: contact_form.php:
|
799 |
-
#: contact_form.php:
|
800 |
-
#: contact_form.php:
|
801 |
-
#: contact_form.php:
|
802 |
-
#: contact_form.php:
|
803 |
-
#: contact_form.php:
|
804 |
-
#: contact_form.php:
|
805 |
-
#: contact_form.php:
|
806 |
-
#: contact_form.php:
|
807 |
msgid "Default"
|
808 |
msgstr ""
|
809 |
|
810 |
-
#: contact_form.php:
|
811 |
msgid "Label text color"
|
812 |
msgstr ""
|
813 |
|
814 |
-
#: contact_form.php:
|
815 |
msgid "Placeholder color"
|
816 |
msgstr ""
|
817 |
|
818 |
-
#: contact_form.php:
|
819 |
msgid "Errors color"
|
820 |
msgstr ""
|
821 |
|
822 |
-
#: contact_form.php:
|
823 |
msgid "Error text color"
|
824 |
msgstr ""
|
825 |
|
826 |
-
#: contact_form.php:
|
827 |
msgid "Background color of the input field errors"
|
828 |
msgstr ""
|
829 |
|
830 |
-
#: contact_form.php:
|
831 |
msgid "Border color of the input field errors"
|
832 |
msgstr ""
|
833 |
|
834 |
-
#: contact_form.php:
|
835 |
msgid "Placeholder color of the input field errors"
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: contact_form.php:
|
839 |
#, fuzzy
|
840 |
msgid "Input fields"
|
841 |
msgstr "عرض حقل المرفقات"
|
842 |
|
843 |
-
#: contact_form.php:
|
844 |
msgid "Input fields background color"
|
845 |
msgstr ""
|
846 |
|
847 |
-
#: contact_form.php:
|
848 |
msgid "Text fields color"
|
849 |
msgstr ""
|
850 |
|
851 |
-
#: contact_form.php:
|
852 |
msgid "Border width in px, numbers only"
|
853 |
msgstr ""
|
854 |
|
855 |
-
#: contact_form.php:
|
856 |
-
#: contact_form.php:
|
857 |
msgid "Border color"
|
858 |
msgstr ""
|
859 |
|
860 |
-
#: contact_form.php:
|
861 |
#, fuzzy
|
862 |
msgid "Submit button"
|
863 |
msgstr "تقدم"
|
864 |
|
865 |
-
#: contact_form.php:
|
866 |
msgid "Width in px, numbers only"
|
867 |
msgstr ""
|
868 |
|
869 |
-
#: contact_form.php:
|
870 |
msgid "Button color"
|
871 |
msgstr ""
|
872 |
|
873 |
-
#: contact_form.php:
|
874 |
msgid "Button text color"
|
875 |
msgstr ""
|
876 |
|
877 |
-
#: contact_form.php:
|
878 |
#, fuzzy
|
879 |
msgid "Contact Form Pro | Preview"
|
880 |
msgstr "نموذج الاتصال"
|
881 |
|
882 |
-
#: contact_form.php:
|
883 |
msgid "Show with errors"
|
884 |
msgstr ""
|
885 |
|
886 |
-
#: contact_form.php:
|
887 |
-
#: contact_form.php:
|
888 |
msgid "Please enter your full name..."
|
889 |
msgstr ""
|
890 |
|
891 |
-
#: contact_form.php:
|
892 |
-
#: contact_form.php:
|
893 |
msgid "Please enter your address..."
|
894 |
msgstr ""
|
895 |
|
896 |
-
#: contact_form.php:
|
897 |
-
#: contact_form.php:
|
898 |
#, fuzzy
|
899 |
msgid "Please enter your email address..."
|
900 |
msgstr "استخدام هذا البريد الالكتروني:"
|
901 |
|
902 |
-
#: contact_form.php:
|
903 |
-
#: contact_form.php:
|
904 |
msgid "Please enter your phone number..."
|
905 |
msgstr ""
|
906 |
|
907 |
-
#: contact_form.php:
|
908 |
-
#: contact_form.php:
|
909 |
msgid "Please enter subject..."
|
910 |
msgstr ""
|
911 |
|
912 |
-
#: contact_form.php:
|
913 |
-
#: contact_form.php:
|
914 |
msgid "Please enter your message..."
|
915 |
msgstr ""
|
916 |
|
917 |
-
#: contact_form.php:
|
918 |
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"
|
919 |
msgstr ""
|
920 |
|
921 |
-
#: contact_form.php:
|
922 |
msgid "You can attach the following file formats"
|
923 |
msgstr "يمكنك إرفاق الملفات من الأنواع التالية"
|
924 |
|
925 |
-
#: contact_form.php:
|
926 |
msgid "Contact from"
|
927 |
msgstr "اتصل من"
|
928 |
|
929 |
-
#: contact_form.php:
|
930 |
msgid "Email"
|
931 |
msgstr "البريد الألكتروني"
|
932 |
|
933 |
-
#: contact_form.php:
|
934 |
msgid "Site"
|
935 |
msgstr "الموقع"
|
936 |
|
937 |
-
#: contact_form.php:
|
938 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
939 |
msgstr "إذا يمكنك أن ترى هذه MIME من العميل الخاص بك لا يقبل أنواع MIME!"
|
940 |
|
941 |
-
#: contact_form.php:
|
942 |
msgid "FAQ"
|
943 |
msgstr "أسئلة وأجوبة"
|
944 |
|
945 |
-
#: contact_form.php:
|
946 |
msgid "Support"
|
947 |
msgstr "دعم"
|
948 |
|
949 |
-
#: contact_form.php:
|
950 |
msgid "Are you sure that you want to delete this language data?"
|
951 |
msgstr ""
|
952 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-08-20 13:26+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-08-20 13:26+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Hammad Alshammari (ABU HATIM) www.abuhatim.net <al3zz.com@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: contact_form.php:107
|
20 |
msgid "Not set"
|
21 |
msgstr ""
|
22 |
|
23 |
+
#: contact_form.php:109
|
24 |
+
#: contact_form.php:113
|
25 |
msgid "On"
|
26 |
msgstr ""
|
27 |
|
28 |
+
#: contact_form.php:111
|
29 |
+
#: contact_form.php:115
|
30 |
msgid "Off"
|
31 |
msgstr ""
|
32 |
|
33 |
+
#: contact_form.php:119
|
34 |
+
#: contact_form.php:123
|
35 |
+
#: contact_form.php:127
|
36 |
+
#: contact_form.php:131
|
37 |
+
#: contact_form.php:135
|
38 |
+
#: contact_form.php:161
|
39 |
msgid "N/A"
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: contact_form.php:133
|
43 |
msgid " Mb"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: contact_form.php:137
|
47 |
+
#: contact_form.php:141
|
48 |
+
#: contact_form.php:145
|
49 |
+
#: contact_form.php:156
|
50 |
msgid "Yes"
|
51 |
msgstr ""
|
52 |
|
53 |
+
#: contact_form.php:139
|
54 |
+
#: contact_form.php:143
|
55 |
+
#: contact_form.php:147
|
56 |
+
#: contact_form.php:158
|
57 |
msgid "No"
|
58 |
msgstr ""
|
59 |
|
60 |
+
#: contact_form.php:172
|
61 |
msgid "Operating System"
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: contact_form.php:173
|
65 |
msgid "Server"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: contact_form.php:174
|
69 |
#, fuzzy
|
70 |
msgid "Memory usage"
|
71 |
msgstr "الرسالة"
|
72 |
|
73 |
+
#: contact_form.php:175
|
74 |
msgid "MYSQL Version"
|
75 |
msgstr ""
|
76 |
|
77 |
+
#: contact_form.php:176
|
78 |
msgid "SQL Mode"
|
79 |
msgstr ""
|
80 |
|
81 |
+
#: contact_form.php:177
|
82 |
msgid "PHP Version"
|
83 |
msgstr ""
|
84 |
|
85 |
+
#: contact_form.php:178
|
86 |
msgid "PHP Safe Mode"
|
87 |
msgstr ""
|
88 |
|
89 |
+
#: contact_form.php:179
|
90 |
msgid "PHP Allow URL fopen"
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: contact_form.php:180
|
94 |
msgid "PHP Memory Limit"
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: contact_form.php:181
|
98 |
msgid "PHP Max Upload Size"
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: contact_form.php:182
|
102 |
msgid "PHP Max Post Size"
|
103 |
msgstr ""
|
104 |
|
105 |
+
#: contact_form.php:183
|
106 |
msgid "PHP Max Script Execute Time"
|
107 |
msgstr ""
|
108 |
|
109 |
+
#: contact_form.php:184
|
110 |
msgid "PHP Exif support"
|
111 |
msgstr ""
|
112 |
|
113 |
+
#: contact_form.php:185
|
114 |
msgid "PHP IPTC support"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: contact_form.php:186
|
118 |
msgid "PHP XML support"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: contact_form.php:187
|
122 |
#, fuzzy
|
123 |
msgid "Site URL"
|
124 |
msgstr "الموقع"
|
125 |
|
126 |
+
#: contact_form.php:188
|
127 |
msgid "Home URL"
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: contact_form.php:189
|
131 |
msgid "WordPress Version"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: contact_form.php:190
|
135 |
msgid "WordPress DB Version"
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: contact_form.php:191
|
139 |
msgid "Multisite"
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: contact_form.php:192
|
143 |
msgid "Active Theme"
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: contact_form.php:207
|
147 |
#, fuzzy
|
148 |
msgid "Please enter a valid email address."
|
149 |
msgstr "استخدام هذا البريد الالكتروني:"
|
150 |
|
151 |
+
#: contact_form.php:211
|
152 |
msgid "Email with system info is sent to "
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: contact_form.php:215
|
156 |
+
#: contact_form.php:435
|
157 |
msgid "Thank you for contacting us."
|
158 |
msgstr "أشكركم على الاتصال بنا. سيتم الرد عليكم في أقرب فرصة."
|
159 |
|
160 |
+
#: contact_form.php:243
|
161 |
+
#: contact_form.php:1370
|
162 |
msgid "Sorry, email message could not be delivered."
|
163 |
msgstr "عذراً, لم نستطيع تسليم رسالتك."
|
164 |
|
165 |
+
#: contact_form.php:251
|
166 |
#, fuzzy
|
167 |
msgid "Pro plugins"
|
168 |
msgstr "BWS Plugins"
|
169 |
|
170 |
+
#: contact_form.php:254
|
171 |
+
#: contact_form.php:280
|
172 |
msgid "Activated plugins"
|
173 |
msgstr "تفعيل الإضافات"
|
174 |
|
175 |
+
#: contact_form.php:256
|
176 |
+
#: contact_form.php:264
|
177 |
+
#: contact_form.php:272
|
178 |
+
#: contact_form.php:282
|
179 |
+
#: contact_form.php:290
|
180 |
+
#: contact_form.php:298
|
181 |
msgid "Read more"
|
182 |
msgstr "اقرأ المزيد"
|
183 |
|
184 |
+
#: contact_form.php:256
|
185 |
+
#: contact_form.php:282
|
186 |
+
#: contact_form.php:790
|
187 |
+
#: contact_form.php:1059
|
188 |
+
#: contact_form.php:1866
|
189 |
+
#: contact_form.php:1877
|
190 |
msgid "Settings"
|
191 |
msgstr "إعدادات"
|
192 |
|
193 |
+
#: contact_form.php:262
|
194 |
+
#: contact_form.php:288
|
195 |
msgid "Installed plugins"
|
196 |
msgstr "تثبيت الإضافات"
|
197 |
|
198 |
+
#: contact_form.php:270
|
199 |
+
#: contact_form.php:296
|
200 |
msgid "Recommended plugins"
|
201 |
msgstr "اضافات موصى بها"
|
202 |
|
203 |
+
#: contact_form.php:272
|
204 |
msgid "Purchase"
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: contact_form.php:277
|
208 |
#, fuzzy
|
209 |
msgid "Free plugins"
|
210 |
msgstr "اضافات موصى بها"
|
211 |
|
212 |
+
#: contact_form.php:298
|
213 |
msgid "Download"
|
214 |
msgstr "تحميل"
|
215 |
|
216 |
+
#: contact_form.php:298
|
217 |
#, php-format
|
218 |
msgid "Install %s"
|
219 |
msgstr "تنصيب %s"
|
220 |
|
221 |
+
#: contact_form.php:298
|
222 |
msgid "Install now from wordpress.org"
|
223 |
msgstr "تثبيت من wordpress.org"
|
224 |
|
225 |
+
#: contact_form.php:303
|
226 |
#, fuzzy
|
227 |
msgid "If you have any questions, please contact us via"
|
228 |
msgstr "إذا كان لديك أي أسئلة، يرجى الاتصال بنا عبر plugin@bestwebsoft.com أو ملء استمارة الاتصال على موقعنا"
|
229 |
|
230 |
+
#: contact_form.php:310
|
231 |
msgid "System status"
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: contact_form.php:314
|
235 |
msgid "Environment"
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: contact_form.php:325
|
239 |
#, fuzzy
|
240 |
msgid "Active Plugins"
|
241 |
msgstr "تفعيل الإضافات"
|
242 |
|
243 |
+
#: contact_form.php:336
|
244 |
#, fuzzy
|
245 |
msgid "Inactive Plugins"
|
246 |
msgstr "تفعيل الإضافات"
|
247 |
|
248 |
+
#: contact_form.php:350
|
249 |
#, fuzzy
|
250 |
msgid "Send to support"
|
251 |
msgstr "دعم"
|
252 |
|
253 |
+
#: contact_form.php:357
|
254 |
msgid "Send to custom email »"
|
255 |
msgstr ""
|
256 |
|
257 |
+
#: contact_form.php:373
|
258 |
+
#: contact_form.php:786
|
259 |
#, fuzzy
|
260 |
msgid "Contact Form Settings"
|
261 |
msgstr "خيارات نموذج اتصل بنا"
|
262 |
|
263 |
+
#: contact_form.php:373
|
264 |
msgid "Contact Form"
|
265 |
msgstr "نموذج الاتصال"
|
266 |
|
267 |
+
#: contact_form.php:374
|
268 |
#, fuzzy
|
269 |
msgid "Contact Form Pro Extra Settings"
|
270 |
msgstr "خيارات نموذج اتصل بنا"
|
271 |
|
272 |
+
#: contact_form.php:374
|
273 |
+
#: contact_form.php:1065
|
274 |
#, fuzzy
|
275 |
msgid "Contact Form Pro"
|
276 |
msgstr "نموذج الاتصال"
|
277 |
|
278 |
+
#: contact_form.php:413
|
279 |
+
#: contact_form.php:954
|
280 |
+
#: contact_form.php:983
|
281 |
msgid "Name:"
|
282 |
msgstr "الأسم:"
|
283 |
|
284 |
+
#: contact_form.php:414
|
285 |
+
#: contact_form.php:955
|
286 |
+
#: contact_form.php:984
|
287 |
#, fuzzy
|
288 |
msgid "Address:"
|
289 |
msgstr "البريد الالكتروني:"
|
290 |
|
291 |
+
#: contact_form.php:415
|
292 |
+
#: contact_form.php:956
|
293 |
+
#: contact_form.php:985
|
294 |
msgid "Email Address:"
|
295 |
msgstr "البريد الالكتروني:"
|
296 |
|
297 |
+
#: contact_form.php:416
|
298 |
+
#: contact_form.php:957
|
299 |
+
#: contact_form.php:986
|
300 |
msgid "Phone number:"
|
301 |
msgstr ""
|
302 |
|
303 |
+
#: contact_form.php:417
|
304 |
+
#: contact_form.php:958
|
305 |
+
#: contact_form.php:987
|
306 |
msgid "Subject:"
|
307 |
msgstr "موضوع الرسالة:"
|
308 |
|
309 |
+
#: contact_form.php:418
|
310 |
+
#: contact_form.php:959
|
311 |
+
#: contact_form.php:988
|
312 |
msgid "Message:"
|
313 |
msgstr "الرسالة:"
|
314 |
|
315 |
+
#: contact_form.php:419
|
316 |
+
#: contact_form.php:960
|
317 |
+
#: contact_form.php:989
|
318 |
msgid "Attachment:"
|
319 |
msgstr "المرفقات:"
|
320 |
|
321 |
+
#: contact_form.php:420
|
322 |
+
#: contact_form.php:476
|
323 |
+
#: contact_form.php:961
|
324 |
+
#: contact_form.php:990
|
325 |
msgid "Send me a copy"
|
326 |
msgstr "أرسل لي نسخة"
|
327 |
|
328 |
+
#: contact_form.php:421
|
329 |
+
#: contact_form.php:962
|
330 |
+
#: contact_form.php:991
|
331 |
msgid "Submit"
|
332 |
msgstr "تقدم"
|
333 |
|
334 |
+
#: contact_form.php:422
|
335 |
msgid "Your name is required."
|
336 |
msgstr "مطلوب اسمك."
|
337 |
|
338 |
+
#: contact_form.php:423
|
339 |
#, fuzzy
|
340 |
msgid "Address is required."
|
341 |
msgstr "مطلوب بريد الكتروني صحيح."
|
342 |
|
343 |
+
#: contact_form.php:424
|
344 |
#, fuzzy
|
345 |
msgid "A valid email address is required."
|
346 |
msgstr "مطلوب بريد الكتروني صحيح."
|
347 |
|
348 |
+
#: contact_form.php:425
|
349 |
+
#: contact_form.php:471
|
350 |
+
#: contact_form.php:474
|
351 |
#, fuzzy
|
352 |
msgid "Phone number is required."
|
353 |
msgstr "مطلوب اسمك."
|
354 |
|
355 |
+
#: contact_form.php:426
|
356 |
+
#: contact_form.php:470
|
357 |
+
#: contact_form.php:473
|
358 |
msgid "Subject is required."
|
359 |
msgstr "مطلوب نص الموضوع."
|
360 |
|
361 |
+
#: contact_form.php:427
|
362 |
+
#: contact_form.php:469
|
363 |
+
#: contact_form.php:472
|
364 |
msgid "Message text is required."
|
365 |
msgstr "مطلوب نص الرسالة."
|
366 |
|
367 |
+
#: contact_form.php:428
|
368 |
msgid "File format is not valid."
|
369 |
msgstr "المرفق تعطل."
|
370 |
|
371 |
+
#: contact_form.php:429
|
372 |
msgid "File upload error."
|
373 |
msgstr ""
|
374 |
|
375 |
+
#: contact_form.php:430
|
376 |
msgid "The file could not be uploaded."
|
377 |
msgstr ""
|
378 |
|
379 |
+
#: contact_form.php:431
|
380 |
msgid "This file is too large."
|
381 |
msgstr ""
|
382 |
|
383 |
+
#: contact_form.php:432
|
384 |
msgid "Please fill out the CAPTCHA."
|
385 |
msgstr "يرجى استكمال رمز التحقق."
|
386 |
|
387 |
+
#: contact_form.php:433
|
388 |
msgid "Please make corrections below and try again."
|
389 |
msgstr "يرجى إجراء التصحيحات أدناه وحاول مرة أخرى."
|
390 |
|
391 |
+
#: contact_form.php:741
|
392 |
msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
|
393 |
msgstr ""
|
394 |
|
395 |
+
#: contact_form.php:750
|
396 |
msgid "Such user does not exist. Settings are not saved."
|
397 |
msgstr "هذا المستخدم لا وجود له. لم يتم حفظ الإعدادات."
|
398 |
|
399 |
+
#: contact_form.php:755
|
400 |
+
#: contact_form.php:761
|
401 |
#, fuzzy
|
402 |
msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
|
403 |
msgstr "الرجاء إدخال بريد الكتروني صحيح. الاعدادات لم تُحفظ."
|
404 |
|
405 |
+
#: contact_form.php:766
|
406 |
#, fuzzy
|
407 |
msgid "Settings saved."
|
408 |
msgstr "الخيارات حُفظت."
|
409 |
|
410 |
+
#: contact_form.php:791
|
411 |
+
#: contact_form.php:1060
|
412 |
#, fuzzy
|
413 |
msgid "Extra settings"
|
414 |
msgstr "إعدادات"
|
415 |
|
416 |
+
#: contact_form.php:796
|
417 |
+
#: contact_form.php:1316
|
418 |
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:"
|
419 |
msgstr "إذا كنت ترغب في إضافة نموذج الاتصال إلى موقع الويب الخاص بك، قم بنسخ ولصق هذا الرمز القصير:"
|
420 |
|
421 |
+
#: contact_form.php:796
|
422 |
+
#: contact_form.php:797
|
423 |
+
#: contact_form.php:976
|
424 |
+
#: contact_form.php:1024
|
425 |
msgid "or"
|
426 |
msgstr ""
|
427 |
|
428 |
+
#: contact_form.php:797
|
429 |
msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: contact_form.php:798
|
433 |
msgid "They work the same way."
|
434 |
msgstr ""
|
435 |
|
436 |
+
#: contact_form.php:799
|
437 |
msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
|
438 |
msgstr "إذا كانت المعلومات في الحقول أدناه فارغة سيتم إرسال الرسالة إلى عنوان الذي تم تحديده أثناء التسجيل."
|
439 |
|
440 |
+
#: contact_form.php:803
|
441 |
msgid "The user's email address:"
|
442 |
msgstr "أستخدم بريد العضو في وورد بريس:"
|
443 |
|
444 |
+
#: contact_form.php:807
|
445 |
msgid "Create a username"
|
446 |
msgstr "اختر اسم المستخدم"
|
447 |
|
448 |
+
#: contact_form.php:812
|
449 |
msgid "Enter a username of the person who should get the messages from the contact form."
|
450 |
msgstr "تعيين اسم المستخدم من الذين سيحصلون على رسائل من شكل من أشكال الاتصال."
|
451 |
|
452 |
+
#: contact_form.php:816
|
453 |
msgid "Use this email address:"
|
454 |
msgstr "استخدام هذا البريد الالكتروني:"
|
455 |
|
456 |
+
#: contact_form.php:819
|
457 |
msgid "Enter the email address you want the messages forwarded to."
|
458 |
msgstr "تعيين عنوان البريد الإلكتروني التي سيتم استخدامها لاستقبال الرسائل."
|
459 |
|
460 |
+
#: contact_form.php:823
|
461 |
msgid "Additional options"
|
462 |
msgstr "خيارات إضافية"
|
463 |
|
464 |
+
#: contact_form.php:826
|
465 |
msgid "What to use?"
|
466 |
msgstr "ماذا تستخدم؟"
|
467 |
|
468 |
+
#: contact_form.php:829
|
469 |
msgid "Wp-mail"
|
470 |
msgstr "Wp-mail"
|
471 |
|
472 |
+
#: contact_form.php:830
|
473 |
msgid "You can use the wp_mail function for mailing"
|
474 |
msgstr "لإرسال البريد يمكنك استخدام وظيفة wp_mail"
|
475 |
|
476 |
+
#: contact_form.php:836
|
477 |
msgid "Mail"
|
478 |
msgstr "Mail"
|
479 |
|
480 |
+
#: contact_form.php:837
|
481 |
msgid "To send mail you can use the php mail function"
|
482 |
msgstr "لإرسال البريد يمكنك استخدام وظيفة البريد PHP"
|
483 |
|
484 |
+
#: contact_form.php:841
|
485 |
#, fuzzy
|
486 |
msgid "Change text of the 'FROM' field"
|
487 |
msgstr "تغيير من الحقول من نموذج الاتصال"
|
488 |
|
489 |
+
#: contact_form.php:847
|
490 |
msgid "Enter the email address in the 'From' field"
|
491 |
msgstr ""
|
492 |
|
493 |
+
#: contact_form.php:849
|
494 |
msgid "User email"
|
495 |
msgstr ""
|
496 |
|
497 |
+
#: contact_form.php:849
|
498 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
499 |
msgstr ""
|
500 |
|
501 |
+
#: contact_form.php:851
|
502 |
msgid "This email address will be used in the 'From' field."
|
503 |
msgstr ""
|
504 |
|
505 |
+
#: contact_form.php:855
|
506 |
#, fuzzy
|
507 |
msgid "Display fields"
|
508 |
msgstr "عرض حقل المرفقات"
|
509 |
|
510 |
+
#: contact_form.php:857
|
511 |
+
#: contact_form.php:906
|
512 |
+
#: contact_form.php:1096
|
513 |
+
#: contact_form.php:1747
|
514 |
#, fuzzy
|
515 |
msgid "Address"
|
516 |
msgstr "البريد الالكتروني:"
|
517 |
|
518 |
+
#: contact_form.php:858
|
519 |
+
#: contact_form.php:908
|
520 |
+
#: contact_form.php:1755
|
521 |
msgid "Phone"
|
522 |
msgstr ""
|
523 |
|
524 |
+
#: contact_form.php:859
|
525 |
#, fuzzy
|
526 |
msgid "Attachment block"
|
527 |
msgstr "عرض حقل المرفقات"
|
528 |
|
529 |
+
#: contact_form.php:859
|
530 |
msgid "Users can attach the following file formats"
|
531 |
msgstr "يمكن للمستخدمين إرفاق الملفات من الأنواع التالية"
|
532 |
|
533 |
+
#: contact_form.php:871
|
534 |
+
#: contact_form.php:874
|
535 |
+
#: contact_form.php:877
|
536 |
+
#: contact_form.php:1125
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
537 |
msgid "Captcha"
|
538 |
msgstr ""
|
539 |
|
540 |
+
#: contact_form.php:871
|
541 |
+
#: contact_form.php:874
|
542 |
+
#: contact_form.php:877
|
543 |
+
#: contact_form.php:1125
|
544 |
msgid "(powered by bestwebsoft.com)"
|
545 |
msgstr ""
|
546 |
|
547 |
+
#: contact_form.php:874
|
548 |
#, fuzzy
|
549 |
msgid "Activate captcha"
|
550 |
msgstr "تفعيل الإضافات"
|
551 |
|
552 |
+
#: contact_form.php:877
|
553 |
#, fuzzy
|
554 |
msgid "Download captcha"
|
555 |
msgstr "تحميل"
|
556 |
|
557 |
+
#: contact_form.php:882
|
558 |
+
#, fuzzy
|
559 |
+
msgid "Display tips below the Attachment block"
|
560 |
+
msgstr "عرض حقل المرفقات"
|
561 |
+
|
562 |
+
#: contact_form.php:891
|
563 |
+
msgid "Delete an attachment file from the server after the email is sent"
|
564 |
+
msgstr ""
|
565 |
+
|
566 |
+
#: contact_form.php:897
|
567 |
+
#, fuzzy
|
568 |
+
msgid "Display 'Send me a copy' block"
|
569 |
+
msgstr "عرض خيار (أرسل لي نسخة)"
|
570 |
+
|
571 |
+
#: contact_form.php:903
|
572 |
msgid "Required fields"
|
573 |
msgstr ""
|
574 |
|
575 |
+
#: contact_form.php:905
|
576 |
+
#: contact_form.php:1091
|
577 |
+
#: contact_form.php:1742
|
578 |
msgid "Name"
|
579 |
msgstr "الأسم"
|
580 |
|
581 |
+
#: contact_form.php:907
|
582 |
#, fuzzy
|
583 |
msgid "Email Address"
|
584 |
msgstr "البريد الالكتروني:"
|
585 |
|
586 |
+
#: contact_form.php:909
|
587 |
+
#: contact_form.php:1111
|
588 |
+
#: contact_form.php:1758
|
589 |
msgid "Subject"
|
590 |
msgstr "موضوع الرسالة"
|
591 |
|
592 |
+
#: contact_form.php:910
|
593 |
+
#: contact_form.php:1115
|
594 |
+
#: contact_form.php:1761
|
595 |
msgid "Message"
|
596 |
msgstr "الرسالة"
|
597 |
|
598 |
+
#: contact_form.php:914
|
599 |
#, fuzzy
|
600 |
msgid "Display additional info in the email"
|
601 |
msgstr "عرض معلومات اضافية في البريد الالكتروني"
|
602 |
|
603 |
+
#: contact_form.php:919
|
604 |
+
#: contact_form.php:1714
|
605 |
msgid "Sent from (ip address)"
|
606 |
msgstr "ارسلت من (عنوان IP)"
|
607 |
|
608 |
+
#: contact_form.php:919
|
609 |
+
#, fuzzy
|
610 |
+
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
611 |
+
msgstr "ارسلت من (عنوان IP)"
|
612 |
+
|
613 |
+
#: contact_form.php:920
|
614 |
+
#: contact_form.php:1719
|
615 |
msgid "Date/Time"
|
616 |
msgstr "الوقت/التاريخ"
|
617 |
|
618 |
+
#: contact_form.php:920
|
619 |
+
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: contact_form.php:921
|
623 |
+
#: contact_form.php:1724
|
624 |
msgid "Sent from (referer)"
|
625 |
msgstr "Sent from (referer)"
|
626 |
|
627 |
+
#: contact_form.php:921
|
628 |
+
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
629 |
+
msgstr ""
|
630 |
+
|
631 |
+
#: contact_form.php:922
|
632 |
+
#: contact_form.php:1729
|
633 |
msgid "Using (user agent)"
|
634 |
msgstr "باستخدام (وكيل المستخدم)"
|
635 |
|
636 |
+
#: contact_form.php:922
|
637 |
+
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"
|
638 |
+
msgstr ""
|
639 |
+
|
640 |
+
#: contact_form.php:926
|
641 |
msgid "Language settings for the field names in the form"
|
642 |
msgstr ""
|
643 |
|
644 |
+
#: contact_form.php:935
|
645 |
msgid "Add a language"
|
646 |
msgstr ""
|
647 |
|
648 |
+
#: contact_form.php:939
|
649 |
#, fuzzy
|
650 |
msgid "Change the names of the contact form fields and error messages"
|
651 |
msgstr "تغيير تسمية حقول نموذج الاتصال"
|
652 |
|
653 |
+
#: contact_form.php:944
|
654 |
+
#: contact_form.php:1015
|
655 |
msgid "English"
|
656 |
msgstr ""
|
657 |
|
658 |
+
#: contact_form.php:963
|
659 |
+
#: contact_form.php:992
|
660 |
msgid "Error message for the Name field"
|
661 |
msgstr ""
|
662 |
|
663 |
+
#: contact_form.php:964
|
664 |
+
#: contact_form.php:993
|
665 |
msgid "Error message for the Address field"
|
666 |
msgstr ""
|
667 |
|
668 |
+
#: contact_form.php:965
|
669 |
+
#: contact_form.php:994
|
670 |
msgid "Error message for the Email field"
|
671 |
msgstr ""
|
672 |
|
673 |
+
#: contact_form.php:966
|
674 |
+
#: contact_form.php:995
|
675 |
msgid "Error message for the Phone field"
|
676 |
msgstr ""
|
677 |
|
678 |
+
#: contact_form.php:967
|
679 |
+
#: contact_form.php:996
|
680 |
msgid "Error message for the Subject field"
|
681 |
msgstr ""
|
682 |
|
683 |
+
#: contact_form.php:968
|
684 |
+
#: contact_form.php:997
|
685 |
msgid "Error message for the Message field"
|
686 |
msgstr ""
|
687 |
|
688 |
+
#: contact_form.php:969
|
689 |
+
#: contact_form.php:998
|
690 |
msgid "Error message about the file type for the Attachment field"
|
691 |
msgstr ""
|
692 |
|
693 |
+
#: contact_form.php:970
|
694 |
+
#: contact_form.php:999
|
695 |
msgid "Error message while uploading a file for the Attachment field to the server"
|
696 |
msgstr ""
|
697 |
|
698 |
+
#: contact_form.php:971
|
699 |
+
#: contact_form.php:1000
|
700 |
msgid "Error message while moving the file for the Attachment field"
|
701 |
msgstr ""
|
702 |
|
703 |
+
#: contact_form.php:972
|
704 |
+
#: contact_form.php:1001
|
705 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
706 |
msgstr ""
|
707 |
|
708 |
+
#: contact_form.php:973
|
709 |
+
#: contact_form.php:1002
|
710 |
msgid "Error message for the Captcha field"
|
711 |
msgstr ""
|
712 |
|
713 |
+
#: contact_form.php:974
|
714 |
+
#: contact_form.php:1003
|
715 |
msgid "Error message for the whole form"
|
716 |
msgstr ""
|
717 |
|
718 |
+
#: contact_form.php:976
|
719 |
+
#: contact_form.php:1005
|
720 |
+
#: contact_form.php:1024
|
721 |
+
#: contact_form.php:1030
|
722 |
msgid "Use shortcode"
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: contact_form.php:976
|
726 |
+
#: contact_form.php:1005
|
727 |
+
#: contact_form.php:1024
|
728 |
+
#: contact_form.php:1030
|
729 |
msgid "for this language"
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: contact_form.php:1012
|
733 |
msgid "Action after email is sent"
|
734 |
msgstr ""
|
735 |
|
736 |
+
#: contact_form.php:1014
|
737 |
#, fuzzy
|
738 |
msgid "Display text"
|
739 |
msgstr "عرض حقل المرفقات"
|
740 |
|
741 |
+
#: contact_form.php:1023
|
742 |
+
#: contact_form.php:1029
|
743 |
msgid "Text"
|
744 |
msgstr ""
|
745 |
|
746 |
+
#: contact_form.php:1036
|
747 |
msgid "Redirect to the page"
|
748 |
msgstr ""
|
749 |
|
750 |
+
#: contact_form.php:1037
|
751 |
msgid "Url"
|
752 |
msgstr ""
|
753 |
|
754 |
+
#: contact_form.php:1042
|
755 |
+
#: contact_form.php:1217
|
756 |
msgid "Save Changes"
|
757 |
msgstr "حفظ التغييرات"
|
758 |
|
759 |
+
#: contact_form.php:1057
|
760 |
#, fuzzy
|
761 |
msgid "Contact Form Pro | Extra Settings"
|
762 |
msgstr "خيارات نموذج اتصل بنا"
|
763 |
|
764 |
+
#: contact_form.php:1064
|
765 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
766 |
msgstr ""
|
767 |
|
768 |
+
#: contact_form.php:1071
|
769 |
msgid "Errors output"
|
770 |
msgstr ""
|
771 |
|
772 |
+
#: contact_form.php:1074
|
773 |
msgid "Display error messages"
|
774 |
msgstr ""
|
775 |
|
776 |
+
#: contact_form.php:1075
|
777 |
msgid "Color of the input field errors."
|
778 |
msgstr ""
|
779 |
|
780 |
+
#: contact_form.php:1076
|
781 |
msgid "Display error messages & color of the input field errors"
|
782 |
msgstr ""
|
783 |
|
784 |
+
#: contact_form.php:1081
|
785 |
msgid "Add placeholder to the input blocks"
|
786 |
msgstr ""
|
787 |
|
788 |
+
#: contact_form.php:1087
|
789 |
#, fuzzy
|
790 |
msgid "Add tooltips"
|
791 |
msgstr "خيارات إضافية"
|
792 |
|
793 |
+
#: contact_form.php:1101
|
794 |
#, fuzzy
|
795 |
msgid "Email address"
|
796 |
msgstr "البريد الالكتروني:"
|
797 |
|
798 |
+
#: contact_form.php:1106
|
799 |
msgid "Phone Number"
|
800 |
msgstr ""
|
801 |
|
802 |
+
#: contact_form.php:1120
|
803 |
#, fuzzy
|
804 |
msgid "Attachment"
|
805 |
msgstr "المرفقات:"
|
806 |
|
807 |
+
#: contact_form.php:1130
|
808 |
#, fuzzy
|
809 |
msgid "Style options"
|
810 |
msgstr "خيارات إضافية"
|
811 |
|
812 |
+
#: contact_form.php:1133
|
813 |
msgid "Text color"
|
814 |
msgstr ""
|
815 |
|
816 |
+
#: contact_form.php:1136
|
817 |
+
#: contact_form.php:1141
|
818 |
+
#: contact_form.php:1151
|
819 |
+
#: contact_form.php:1156
|
820 |
+
#: contact_form.php:1161
|
821 |
+
#: contact_form.php:1166
|
822 |
+
#: contact_form.php:1176
|
823 |
+
#: contact_form.php:1181
|
824 |
+
#: contact_form.php:1187
|
825 |
+
#: contact_form.php:1198
|
826 |
+
#: contact_form.php:1203
|
827 |
+
#: contact_form.php:1208
|
828 |
msgid "Default"
|
829 |
msgstr ""
|
830 |
|
831 |
+
#: contact_form.php:1138
|
832 |
msgid "Label text color"
|
833 |
msgstr ""
|
834 |
|
835 |
+
#: contact_form.php:1143
|
836 |
msgid "Placeholder color"
|
837 |
msgstr ""
|
838 |
|
839 |
+
#: contact_form.php:1148
|
840 |
msgid "Errors color"
|
841 |
msgstr ""
|
842 |
|
843 |
+
#: contact_form.php:1153
|
844 |
msgid "Error text color"
|
845 |
msgstr ""
|
846 |
|
847 |
+
#: contact_form.php:1158
|
848 |
msgid "Background color of the input field errors"
|
849 |
msgstr ""
|
850 |
|
851 |
+
#: contact_form.php:1163
|
852 |
msgid "Border color of the input field errors"
|
853 |
msgstr ""
|
854 |
|
855 |
+
#: contact_form.php:1168
|
856 |
msgid "Placeholder color of the input field errors"
|
857 |
msgstr ""
|
858 |
|
859 |
+
#: contact_form.php:1173
|
860 |
#, fuzzy
|
861 |
msgid "Input fields"
|
862 |
msgstr "عرض حقل المرفقات"
|
863 |
|
864 |
+
#: contact_form.php:1178
|
865 |
msgid "Input fields background color"
|
866 |
msgstr ""
|
867 |
|
868 |
+
#: contact_form.php:1183
|
869 |
msgid "Text fields color"
|
870 |
msgstr ""
|
871 |
|
872 |
+
#: contact_form.php:1185
|
873 |
msgid "Border width in px, numbers only"
|
874 |
msgstr ""
|
875 |
|
876 |
+
#: contact_form.php:1189
|
877 |
+
#: contact_form.php:1210
|
878 |
msgid "Border color"
|
879 |
msgstr ""
|
880 |
|
881 |
+
#: contact_form.php:1194
|
882 |
#, fuzzy
|
883 |
msgid "Submit button"
|
884 |
msgstr "تقدم"
|
885 |
|
886 |
+
#: contact_form.php:1196
|
887 |
msgid "Width in px, numbers only"
|
888 |
msgstr ""
|
889 |
|
890 |
+
#: contact_form.php:1200
|
891 |
msgid "Button color"
|
892 |
msgstr ""
|
893 |
|
894 |
+
#: contact_form.php:1205
|
895 |
msgid "Button text color"
|
896 |
msgstr ""
|
897 |
|
898 |
+
#: contact_form.php:1221
|
899 |
#, fuzzy
|
900 |
msgid "Contact Form Pro | Preview"
|
901 |
msgstr "نموذج الاتصال"
|
902 |
|
903 |
+
#: contact_form.php:1224
|
904 |
msgid "Show with errors"
|
905 |
msgstr ""
|
906 |
|
907 |
+
#: contact_form.php:1232
|
908 |
+
#: contact_form.php:1234
|
909 |
msgid "Please enter your full name..."
|
910 |
msgstr ""
|
911 |
|
912 |
+
#: contact_form.php:1245
|
913 |
+
#: contact_form.php:1247
|
914 |
msgid "Please enter your address..."
|
915 |
msgstr ""
|
916 |
|
917 |
+
#: contact_form.php:1256
|
918 |
+
#: contact_form.php:1258
|
919 |
#, fuzzy
|
920 |
msgid "Please enter your email address..."
|
921 |
msgstr "استخدام هذا البريد الالكتروني:"
|
922 |
|
923 |
+
#: contact_form.php:1267
|
924 |
+
#: contact_form.php:1269
|
925 |
msgid "Please enter your phone number..."
|
926 |
msgstr ""
|
927 |
|
928 |
+
#: contact_form.php:1278
|
929 |
+
#: contact_form.php:1280
|
930 |
msgid "Please enter subject..."
|
931 |
msgstr ""
|
932 |
|
933 |
+
#: contact_form.php:1288
|
934 |
+
#: contact_form.php:1290
|
935 |
msgid "Please enter your message..."
|
936 |
msgstr ""
|
937 |
|
938 |
+
#: contact_form.php:1301
|
939 |
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"
|
940 |
msgstr ""
|
941 |
|
942 |
+
#: contact_form.php:1454
|
943 |
msgid "You can attach the following file formats"
|
944 |
msgstr "يمكنك إرفاق الملفات من الأنواع التالية"
|
945 |
|
946 |
+
#: contact_form.php:1737
|
947 |
msgid "Contact from"
|
948 |
msgstr "اتصل من"
|
949 |
|
950 |
+
#: contact_form.php:1750
|
951 |
msgid "Email"
|
952 |
msgstr "البريد الألكتروني"
|
953 |
|
954 |
+
#: contact_form.php:1764
|
955 |
msgid "Site"
|
956 |
msgstr "الموقع"
|
957 |
|
958 |
+
#: contact_form.php:1819
|
959 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
960 |
msgstr "إذا يمكنك أن ترى هذه MIME من العميل الخاص بك لا يقبل أنواع MIME!"
|
961 |
|
962 |
+
#: contact_form.php:1878
|
963 |
msgid "FAQ"
|
964 |
msgstr "أسئلة وأجوبة"
|
965 |
|
966 |
+
#: contact_form.php:1879
|
967 |
msgid "Support"
|
968 |
msgstr "دعم"
|
969 |
|
970 |
+
#: contact_form.php:1937
|
971 |
msgid "Are you sure that you want to delete this language data?"
|
972 |
msgstr ""
|
973 |
|
languages/contact_form-be_BY.mo
CHANGED
Binary file
|
languages/contact_form-be_BY.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: 2013-
|
6 |
-
"PO-Revision-Date: 2013-
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Sakałoŭ Alaksiej <nullbsd@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -16,941 +16,962 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: contact_form.php:
|
20 |
msgid "Not set"
|
21 |
msgstr ""
|
22 |
|
23 |
-
#: contact_form.php:
|
24 |
-
#: contact_form.php:
|
25 |
msgid "On"
|
26 |
msgstr ""
|
27 |
|
28 |
-
#: contact_form.php:
|
29 |
-
#: contact_form.php:
|
30 |
msgid "Off"
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: contact_form.php:
|
34 |
-
#: contact_form.php:
|
35 |
-
#: contact_form.php:
|
36 |
-
#: contact_form.php:
|
37 |
-
#: contact_form.php:
|
38 |
-
#: contact_form.php:
|
39 |
msgid "N/A"
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: contact_form.php:
|
43 |
msgid " Mb"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: contact_form.php:
|
47 |
-
#: contact_form.php:
|
48 |
-
#: contact_form.php:
|
49 |
-
#: contact_form.php:
|
50 |
msgid "Yes"
|
51 |
msgstr ""
|
52 |
|
53 |
-
#: contact_form.php:
|
54 |
-
#: contact_form.php:
|
55 |
-
#: contact_form.php:
|
56 |
-
#: contact_form.php:
|
57 |
msgid "No"
|
58 |
msgstr ""
|
59 |
|
60 |
-
#: contact_form.php:
|
61 |
msgid "Operating System"
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: contact_form.php:
|
65 |
msgid "Server"
|
66 |
msgstr ""
|
67 |
|
68 |