Version Description
- 20.02.2014 =
- NEW : The Estonian and German language file are added.
- NEW : Setting of choice for the form's action URL ($SERVER['HTTP_HOST'] or $_SERVER['SERVERNAME']).
Download this release
Release Info
Developer | bestwebsoft |
Plugin | ![]() |
Version | 3.72 |
Comparing to | |
See all releases |
Code changes from version 3.71 to 3.72
- bws_menu/bws_menu.php +18 -12
- contact_form.php +44 -35
- css/style.css +54 -114
- css/style_wp_before_3.8.css +57 -119
- images/banner.png +0 -0
- images/banner_for_ctfrmtdb.png +0 -0
- images/close_banner.png +0 -0
- languages/contact_form-be_BY.mo +0 -0
- languages/contact_form-be_BY.po +303 -279
- languages/contact_form-ca.mo +0 -0
- languages/contact_form-ca.po +304 -280
- languages/contact_form-de_DE.mo +0 -0
- languages/contact_form-de_DE.po +1051 -0
- languages/contact_form-et.mo +0 -0
- languages/contact_form-et.po +1047 -0
- languages/contact_form-fi.mo +0 -0
- languages/contact_form-fi.po +303 -279
- languages/contact_form-fr_FR.mo +0 -0
- languages/contact_form-fr_FR.po +304 -280
- languages/contact_form-hu_HU.mo +0 -0
- languages/contact_form-hu_HU.po +303 -279
- languages/contact_form-it_IT.mo +0 -0
- languages/contact_form-it_IT.po +303 -279
- languages/contact_form-ja.mo +0 -0
- languages/contact_form-ja.po +304 -280
- languages/contact_form-nl_NL.mo +0 -0
- languages/contact_form-nl_NL.po +303 -279
- languages/contact_form-pt_BR.mo +0 -0
- languages/contact_form-pt_BR.po +305 -281
- languages/contact_form-pt_PT.mo +0 -0
- languages/contact_form-pt_PT.po +303 -279
- languages/contact_form-ru_RU.mo +0 -0
- languages/contact_form-ru_RU.po +304 -280
- languages/contact_form-sk_SK.mo +0 -0
- languages/contact_form-sk_SK.po +295 -271
- languages/contact_form-sr_RS.mo +0 -0
- languages/contact_form-sr_RS.po +303 -279
- languages/contact_form-sv_SE.mo +0 -0
- languages/contact_form-sv_SE.po +304 -280
- languages/contact_form-tr.mo +0 -0
- languages/contact_form-tr.po +304 -280
- languages/contact_form-uk.mo +0 -0
- languages/contact_form-uk.po +304 -280
- languages/contact_form-vi.mo +0 -0
- languages/contact_form-vi.po +304 -280
- languages/contact_form-zh_CN.mo +0 -0
- languages/contact_form-zh_CN.po +304 -280
- readme.txt +13 -4
bws_menu/bws_menu.php
CHANGED
@@ -611,12 +611,15 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
611 |
<table class="bws_system_info">
|
612 |
<thead><tr><th><?php _e( 'Inactive Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
|
613 |
<tbody>
|
614 |
-
<?php
|
615 |
-
|
616 |
-
|
617 |
-
<
|
618 |
-
|
619 |
-
|
|
|
|
|
|
|
620 |
</tbody>
|
621 |
</table>
|
622 |
<div class="clear"></div>
|
@@ -963,12 +966,15 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
963 |
<table class="bws_system_info">
|
964 |
<thead><tr><th><?php _e( 'Inactive Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
|
965 |
<tbody>
|
966 |
-
<?php
|
967 |
-
|
968 |
-
|
969 |
-
<
|
970 |
-
|
971 |
-
|
|
|
|
|
|
|
972 |
</tbody>
|
973 |
</table>
|
974 |
<div class="clear"></div>
|
611 |
<table class="bws_system_info">
|
612 |
<thead><tr><th><?php _e( 'Inactive Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
|
613 |
<tbody>
|
614 |
+
<?php
|
615 |
+
if ( ! empty( $system_info['inactive_plugins'] ) ) {
|
616 |
+
foreach ( $system_info['inactive_plugins'] as $key => $value ) { ?>
|
617 |
+
<tr>
|
618 |
+
<td scope="row"><?php echo $key; ?></td>
|
619 |
+
<td scope="row"><?php echo $value; ?></td>
|
620 |
+
</tr>
|
621 |
+
<?php }
|
622 |
+
} ?>
|
623 |
</tbody>
|
624 |
</table>
|
625 |
<div class="clear"></div>
|
966 |
<table class="bws_system_info">
|
967 |
<thead><tr><th><?php _e( 'Inactive Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
|
968 |
<tbody>
|
969 |
+
<?php
|
970 |
+
if ( ! empty( $system_info['inactive_plugins'] ) ) {
|
971 |
+
foreach ( $system_info['inactive_plugins'] as $key => $value ) { ?>
|
972 |
+
<tr>
|
973 |
+
<td scope="row"><?php echo $key; ?></td>
|
974 |
+
<td scope="row"><?php echo $value; ?></td>
|
975 |
+
</tr>
|
976 |
+
<?php }
|
977 |
+
} ?>
|
978 |
</tbody>
|
979 |
</table>
|
980 |
<div class="clear"></div>
|
contact_form.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Contact Form
|
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Plugin for Contact Form.
|
6 |
Author: BestWebSoft
|
7 |
-
Version: 3.
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
@@ -103,7 +103,8 @@ if( ! function_exists( 'cntctfrm_settings' ) ) {
|
|
103 |
'cntctfrm_thank_text' => array( 'en' => __( "Thank you for contacting us.", 'contact_form' ) ),
|
104 |
'cntctfrm_redirect_url' => '',
|
105 |
'cntctfrm_delete_attached_file' => '0',
|
106 |
-
'cntctfrm_html_email' => 1
|
|
|
107 |
);
|
108 |
|
109 |
/* Install the option defaults */
|
@@ -226,7 +227,7 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
226 |
|
227 |
$error = "";
|
228 |
/* Save data for settings page */
|
229 |
-
if( isset( $_POST['cntctfrm_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'cntctfrm_nonce_name' ) ) {
|
230 |
$cntctfrm_options_submit['cntctfrm_user_email'] = $_POST['cntctfrm_user_email'];
|
231 |
$cntctfrm_options_submit['cntctfrm_custom_email'] = stripslashes( $_POST['cntctfrm_custom_email'] );
|
232 |
$cntctfrm_options_submit['cntctfrm_select_email'] = $_POST['cntctfrm_select_email'];
|
@@ -259,6 +260,7 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
259 |
$cntctfrm_options_submit['cntctfrm_action_after_send'] = 1;
|
260 |
$cntctfrm_options_submit['cntctfrm_delete_attached_file'] = 0;
|
261 |
$cntctfrm_options_submit['cntctfrm_html_email'] = 1;
|
|
|
262 |
if ( empty( $cntctfrm_options['cntctfrm_language'] ) ) {
|
263 |
$cntctfrm_options_submit['cntctfrm_name_label'] = $cntctfrm_option_defaults['cntctfrm_name_label'];
|
264 |
$cntctfrm_options_submit['cntctfrm_address_label'] = $cntctfrm_option_defaults['cntctfrm_address_label'];
|
@@ -383,10 +385,10 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
383 |
$cntctfrm_options_submit['cntctfrm_required_message_field'] = isset( $_POST['cntctfrm_required_message_field']) ? 1 : 0;
|
384 |
|
385 |
$cntctfrm_options_submit['cntctfrm_required_symbol'] = isset( $_POST['cntctfrm_required_symbol']) ? $_POST['cntctfrm_required_symbol'] : '*';
|
386 |
-
|
387 |
$cntctfrm_options_submit['cntctfrm_html_email'] = isset( $_POST['cntctfrm_html_email']) ? 1 : 0;
|
|
|
|
|
388 |
|
389 |
-
$cntctfrm_options_submit['cntctfrm_display_add_info'] = isset( $_POST['cntctfrm_display_add_info']) ? 1 : 0;
|
390 |
if ( 1 == $cntctfrm_options_submit['cntctfrm_display_add_info'] ) {
|
391 |
$cntctfrm_options_submit['cntctfrm_display_sent_from'] = isset( $_POST['cntctfrm_display_sent_from']) ? 1 : 0;
|
392 |
$cntctfrm_options_submit['cntctfrm_display_date_time'] = isset( $_POST['cntctfrm_display_date_time']) ? 1 : 0;
|
@@ -400,6 +402,7 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
400 |
}
|
401 |
|
402 |
$cntctfrm_options_submit['cntctfrm_change_label'] = isset( $_POST['cntctfrm_change_label']) ? 1 : 0;
|
|
|
403 |
if ( 1 == $cntctfrm_options_submit['cntctfrm_change_label'] ) {
|
404 |
foreach ( $_POST['cntctfrm_name_label'] as $key => $val ){
|
405 |
$cntctfrm_options_submit['cntctfrm_name_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_name_label'][ $key ] ) );
|
@@ -1061,6 +1064,15 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
1061 |
<input type="radio" id="cntctfrm_action_after_send_url" name="cntctfrm_action_after_send" value="0" <?php if ( '0' == $cntctfrm_options['cntctfrm_action_after_send'] ) echo "checked=\"checked\" "; ?>/> <?php _e( "Redirect to the page", 'contact_form' ); ?><br />
|
1062 |
<input type="text" name="cntctfrm_redirect_url" value="<?php echo $cntctfrm_options['cntctfrm_redirect_url']; ?>" onfocus="document.getElementById('cntctfrm_action_after_send_url').checked = true;" /> <span class="cntctfrm_info"><?php _e( "Url", 'contact_form' ); ?></span>
|
1063 |
</td>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1064 |
</table>
|
1065 |
<input type="hidden" name="cntctfrm_form_submit" value="submit" />
|
1066 |
<p class="submit">
|
@@ -1407,9 +1419,9 @@ if( ! function_exists( 'cntctfrm_display_form' ) ) {
|
|
1407 |
$content = "";
|
1408 |
|
1409 |
if ( '80' != $_SERVER["SERVER_PORT"] )
|
1410 |
-
$page_url = $page_url = ( isset( $_SERVER["HTTPS"] ) && $_SERVER["HTTPS"] == "on" ? "https://" : "http://" )
|
1411 |
else
|
1412 |
-
$page_url = ( isset( $_SERVER["HTTPS"] ) && $_SERVER["HTTPS"] == "on" ? "https://" : "http://" ) . $_SERVER[
|
1413 |
|
1414 |
/* If contact form submited */
|
1415 |
$name = isset( $_POST['cntctfrm_contact_name'] ) ? htmlspecialchars( stripslashes( $_POST['cntctfrm_contact_name'] ) ) : "";
|
@@ -1741,6 +1753,7 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
|
|
1741 |
function cntctfrm_send_mail() {
|
1742 |
global $cntctfrm_options, $path_of_uploaded_file, $wp_version;
|
1743 |
$to = "";
|
|
|
1744 |
|
1745 |
$name = isset( $_POST['cntctfrm_contact_name'] ) ? $_POST['cntctfrm_contact_name'] : "";
|
1746 |
$address = isset( $_POST['cntctfrm_contact_address'] ) ? $_POST['cntctfrm_contact_address'] : "";
|
@@ -1776,7 +1789,6 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
|
|
1776 |
$userdomain = '';
|
1777 |
$form_action_url = '';
|
1778 |
$attachments = array();
|
1779 |
-
$headers = "";
|
1780 |
|
1781 |
if ( 'on' == getenv('HTTPS') ) {
|
1782 |
$form_action_url = 'https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
|
@@ -1874,9 +1886,10 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
|
|
1874 |
|
1875 |
do_action( 'cntctfrm_get_mail_data', $to, $name, $email, $address, $phone, $subject, $message, $form_action_url, $user_agent, $userdomain );
|
1876 |
|
|
|
|
|
1877 |
if ( 'wp-mail' == $cntctfrm_options['cntctfrm_mail_method'] ) {
|
1878 |
/* To send HTML mail, the Content-type header must be set */
|
1879 |
-
$headers = 'MIME-Version: 1.0' . "\n";
|
1880 |
if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
|
1881 |
$headers .= 'Content-type: text/html; charset=utf-8' . "\n";
|
1882 |
else
|
@@ -1905,7 +1918,6 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
|
|
1905 |
} else {
|
1906 |
if ( 1 == $cntctfrm_options['cntctfrm_attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) {
|
1907 |
global $path_of_uploaded_file;
|
1908 |
-
$headers = "";
|
1909 |
$message_block = $message_text;
|
1910 |
|
1911 |
if ( 'custom' == $cntctfrm_options['cntctfrm_select_from_field'] )
|
@@ -1926,8 +1938,7 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
|
|
1926 |
|
1927 |
$bound_last = "--" . $bound_text . "--";
|
1928 |
|
1929 |
-
$headers .= "
|
1930 |
-
"Content-Type: multipart/mixed; boundary=\"$bound_text\"";
|
1931 |
|
1932 |
$message_text = __( "If you can see this MIME, it means that the MIME type is not supported by your email client!", "contact_form" ) . "\n";
|
1933 |
|
@@ -1946,21 +1957,19 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
|
|
1946 |
"Content-Transfer-Encoding: base64\n\n" . chunk_split( base64_encode( $file ) ) . "\n\n";
|
1947 |
$message_text .= $bound_last;
|
1948 |
} else {
|
1949 |
-
/* To send HTML mail,
|
1950 |
-
$headers = 'MIME-Version: 1.0' . "\n";
|
1951 |
if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
|
1952 |
$headers .= 'Content-type: text/html; charset=utf-8' . "\n";
|
1953 |
else
|
1954 |
$headers .= 'Content-type: text/plain; charset=utf-8' . "\n";
|
1955 |
|
1956 |
-
|
1957 |
if ( 'custom' == $cntctfrm_options['cntctfrm_select_from_field'] )
|
1958 |
$from_field_name = stripslashes( $cntctfrm_options['cntctfrm_from_field'] );
|
1959 |
else
|
1960 |
$from_field_name = $name;
|
1961 |
|
1962 |
/* Additional headers */
|
1963 |
-
if( 'custom' == $cntctfrm_options['cntctfrm_from_email'] )
|
1964 |
$headers .= 'From: ' . $from_field_name . ' <' . stripslashes( $cntctfrm_options['cntctfrm_custom_from_email'] ) . '>' . "\n";
|
1965 |
else
|
1966 |
$headers .= 'From: ' . $from_field_name . ' <' . $email . '>' . "\n";
|
@@ -1968,7 +1977,7 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
|
|
1968 |
if ( isset( $_POST['cntctfrm_contact_send_copy'] ) && 1 == $_POST['cntctfrm_contact_send_copy'] )
|
1969 |
@mail( $email, $subject, $message_text_for_user, $headers );
|
1970 |
|
1971 |
-
$mail_result = @mail( $to, $subject , $message_text, $headers);
|
1972 |
/* Delete attachment */
|
1973 |
if ( 1 == $cntctfrm_options['cntctfrm_attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] && '1' == $cntctfrm_options['cntctfrm_delete_attached_file'] ) {
|
1974 |
@unlink( $path_of_uploaded_file );
|
@@ -2209,27 +2218,27 @@ if ( ! function_exists ( 'cntctfrm_plugin_banner' ) ) {
|
|
2209 |
});
|
2210 |
});
|
2211 |
})(jQuery);
|
2212 |
-
</script>
|
2213 |
-
<div class="cntctfrm_message">
|
2214 |
-
<
|
2215 |
-
<
|
2216 |
-
|
2217 |
-
|
2218 |
-
|
2219 |
-
|
2220 |
-
<
|
2221 |
-
</div>';
|
2222 |
if ( ! array_key_exists( 'contact-form-to-db/contact_form_to_db.php', $all_plugins ) && ! array_key_exists( 'contact-form-to-db-pro/contact_form_to_db_pro.php', $all_plugins ) ) {
|
2223 |
-
echo '<div class="cntctfrm_message_for_ctfrmtdb">
|
2224 |
-
<
|
2225 |
-
<
|
2226 |
-
|
2227 |
-
<
|
2228 |
-
<span>Manage messages that have been sent from your website.</span>
|
2229 |
</div>
|
2230 |
-
<
|
|
|
2231 |
</div>';
|
2232 |
-
}
|
2233 |
echo '</div>';
|
2234 |
break;
|
2235 |
}
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Plugin for Contact Form.
|
6 |
Author: BestWebSoft
|
7 |
+
Version: 3.72
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
103 |
'cntctfrm_thank_text' => array( 'en' => __( "Thank you for contacting us.", 'contact_form' ) ),
|
104 |
'cntctfrm_redirect_url' => '',
|
105 |
'cntctfrm_delete_attached_file' => '0',
|
106 |
+
'cntctfrm_html_email' => 1,
|
107 |
+
'cntctfrm_site_name_parameter' => 'SERVER_NAME'
|
108 |
);
|
109 |
|
110 |
/* Install the option defaults */
|
227 |
|
228 |
$error = "";
|
229 |
/* Save data for settings page */
|
230 |
+
if ( isset( $_POST['cntctfrm_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'cntctfrm_nonce_name' ) ) {
|
231 |
$cntctfrm_options_submit['cntctfrm_user_email'] = $_POST['cntctfrm_user_email'];
|
232 |
$cntctfrm_options_submit['cntctfrm_custom_email'] = stripslashes( $_POST['cntctfrm_custom_email'] );
|
233 |
$cntctfrm_options_submit['cntctfrm_select_email'] = $_POST['cntctfrm_select_email'];
|
260 |
$cntctfrm_options_submit['cntctfrm_action_after_send'] = 1;
|
261 |
$cntctfrm_options_submit['cntctfrm_delete_attached_file'] = 0;
|
262 |
$cntctfrm_options_submit['cntctfrm_html_email'] = 1;
|
263 |
+
$cntctfrm_options_submit['cntctfrm_site_name_parameter'] = 'SERVER_NAME';
|
264 |
if ( empty( $cntctfrm_options['cntctfrm_language'] ) ) {
|
265 |
$cntctfrm_options_submit['cntctfrm_name_label'] = $cntctfrm_option_defaults['cntctfrm_name_label'];
|
266 |
$cntctfrm_options_submit['cntctfrm_address_label'] = $cntctfrm_option_defaults['cntctfrm_address_label'];
|
385 |
$cntctfrm_options_submit['cntctfrm_required_message_field'] = isset( $_POST['cntctfrm_required_message_field']) ? 1 : 0;
|
386 |
|
387 |
$cntctfrm_options_submit['cntctfrm_required_symbol'] = isset( $_POST['cntctfrm_required_symbol']) ? $_POST['cntctfrm_required_symbol'] : '*';
|
|
|
388 |
$cntctfrm_options_submit['cntctfrm_html_email'] = isset( $_POST['cntctfrm_html_email']) ? 1 : 0;
|
389 |
+
$cntctfrm_options_submit['cntctfrm_site_name_parameter'] = $_POST['cntctfrm_site_name_parameter'];
|
390 |
+
$cntctfrm_options_submit['cntctfrm_display_add_info'] = isset( $_POST['cntctfrm_display_add_info']) ? 1 : 0;
|
391 |
|
|
|
392 |
if ( 1 == $cntctfrm_options_submit['cntctfrm_display_add_info'] ) {
|
393 |
$cntctfrm_options_submit['cntctfrm_display_sent_from'] = isset( $_POST['cntctfrm_display_sent_from']) ? 1 : 0;
|
394 |
$cntctfrm_options_submit['cntctfrm_display_date_time'] = isset( $_POST['cntctfrm_display_date_time']) ? 1 : 0;
|
402 |
}
|
403 |
|
404 |
$cntctfrm_options_submit['cntctfrm_change_label'] = isset( $_POST['cntctfrm_change_label']) ? 1 : 0;
|
405 |
+
|
406 |
if ( 1 == $cntctfrm_options_submit['cntctfrm_change_label'] ) {
|
407 |
foreach ( $_POST['cntctfrm_name_label'] as $key => $val ){
|
408 |
$cntctfrm_options_submit['cntctfrm_name_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_name_label'][ $key ] ) );
|
1064 |
<input type="radio" id="cntctfrm_action_after_send_url" name="cntctfrm_action_after_send" value="0" <?php if ( '0' == $cntctfrm_options['cntctfrm_action_after_send'] ) echo "checked=\"checked\" "; ?>/> <?php _e( "Redirect to the page", 'contact_form' ); ?><br />
|
1065 |
<input type="text" name="cntctfrm_redirect_url" value="<?php echo $cntctfrm_options['cntctfrm_redirect_url']; ?>" onfocus="document.getElementById('cntctfrm_action_after_send_url').checked = true;" /> <span class="cntctfrm_info"><?php _e( "Url", 'contact_form' ); ?></span>
|
1066 |
</td>
|
1067 |
+
</tr>
|
1068 |
+
<tr valign="top" class="cntctfrm_additions_block <?php if ( '0' == $cntctfrm_options['cntctfrm_additions_options'] ) echo "cntctfrm_hidden"; ?>">
|
1069 |
+
<th scope="row" style="width:200px;"><?php _e( 'The $_SERVER variable that is used to build a URL of the form', 'contact_form' ); ?></th>
|
1070 |
+
<td colspan="2">
|
1071 |
+
<label><input type="radio" name="cntctfrm_site_name_parameter" value="HTTP_HOST" <?php if ( 'SERVER_NAME' == $cntctfrm_options['cntctfrm_site_name_parameter'] ) echo "checked=\"checked\" "; ?>/> SERVER_NAME</label><br />
|
1072 |
+
<label><input type="radio" name="cntctfrm_site_name_parameter" value="HTTP_HOST" <?php if ( 'HTTP_HOST' == $cntctfrm_options['cntctfrm_site_name_parameter'] ) echo "checked=\"checked\" "; ?>/> HTTP_HOST</label><br />
|
1073 |
+
<span class="cntctfrm_info"><?php _e( "If you are not sure whether to change this setting or not, please do not do that.", 'contact_form' ); ?></span>
|
1074 |
+
</td>
|
1075 |
+
</tr>
|
1076 |
</table>
|
1077 |
<input type="hidden" name="cntctfrm_form_submit" value="submit" />
|
1078 |
<p class="submit">
|
1419 |
$content = "";
|
1420 |
|
1421 |
if ( '80' != $_SERVER["SERVER_PORT"] )
|
1422 |
+
$page_url = $page_url = ( isset( $_SERVER["HTTPS"] ) && $_SERVER["HTTPS"] == "on" ? "https://" : "http://" ) . $_SERVER[ $cntctfrm_options['cntctfrm_site_name_parameter'] ].':'. $_SERVER["SERVER_PORT"].strip_tags( $_SERVER["REQUEST_URI"] );
|
1423 |
else
|
1424 |
+
$page_url = ( isset( $_SERVER["HTTPS"] ) && $_SERVER["HTTPS"] == "on" ? "https://" : "http://" ) . $_SERVER[ $cntctfrm_options['cntctfrm_site_name_parameter'] ] . strip_tags( $_SERVER["REQUEST_URI"] );
|
1425 |
|
1426 |
/* If contact form submited */
|
1427 |
$name = isset( $_POST['cntctfrm_contact_name'] ) ? htmlspecialchars( stripslashes( $_POST['cntctfrm_contact_name'] ) ) : "";
|
1753 |
function cntctfrm_send_mail() {
|
1754 |
global $cntctfrm_options, $path_of_uploaded_file, $wp_version;
|
1755 |
$to = "";
|
1756 |
+
$headers = "";
|
1757 |
|
1758 |
$name = isset( $_POST['cntctfrm_contact_name'] ) ? $_POST['cntctfrm_contact_name'] : "";
|
1759 |
$address = isset( $_POST['cntctfrm_contact_address'] ) ? $_POST['cntctfrm_contact_address'] : "";
|
1789 |
$userdomain = '';
|
1790 |
$form_action_url = '';
|
1791 |
$attachments = array();
|
|
|
1792 |
|
1793 |
if ( 'on' == getenv('HTTPS') ) {
|
1794 |
$form_action_url = 'https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
|
1886 |
|
1887 |
do_action( 'cntctfrm_get_mail_data', $to, $name, $email, $address, $phone, $subject, $message, $form_action_url, $user_agent, $userdomain );
|
1888 |
|
1889 |
+
$headers .= 'MIME-Version: 1.0' . "\n";
|
1890 |
+
|
1891 |
if ( 'wp-mail' == $cntctfrm_options['cntctfrm_mail_method'] ) {
|
1892 |
/* To send HTML mail, the Content-type header must be set */
|
|
|
1893 |
if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
|
1894 |
$headers .= 'Content-type: text/html; charset=utf-8' . "\n";
|
1895 |
else
|
1918 |
} else {
|
1919 |
if ( 1 == $cntctfrm_options['cntctfrm_attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) {
|
1920 |
global $path_of_uploaded_file;
|
|
|
1921 |
$message_block = $message_text;
|
1922 |
|
1923 |
if ( 'custom' == $cntctfrm_options['cntctfrm_select_from_field'] )
|
1938 |
|
1939 |
$bound_last = "--" . $bound_text . "--";
|
1940 |
|
1941 |
+
$headers .= "Content-Type: multipart/mixed; boundary=\"$bound_text\"";
|
|
|
1942 |
|
1943 |
$message_text = __( "If you can see this MIME, it means that the MIME type is not supported by your email client!", "contact_form" ) . "\n";
|
1944 |
|
1957 |
"Content-Transfer-Encoding: base64\n\n" . chunk_split( base64_encode( $file ) ) . "\n\n";
|
1958 |
$message_text .= $bound_last;
|
1959 |
} else {
|
1960 |
+
/* To send HTML mail, header must be set */
|
|
|
1961 |
if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
|
1962 |
$headers .= 'Content-type: text/html; charset=utf-8' . "\n";
|
1963 |
else
|
1964 |
$headers .= 'Content-type: text/plain; charset=utf-8' . "\n";
|
1965 |
|
|
|
1966 |
if ( 'custom' == $cntctfrm_options['cntctfrm_select_from_field'] )
|
1967 |
$from_field_name = stripslashes( $cntctfrm_options['cntctfrm_from_field'] );
|
1968 |
else
|
1969 |
$from_field_name = $name;
|
1970 |
|
1971 |
/* Additional headers */
|
1972 |
+
if ( 'custom' == $cntctfrm_options['cntctfrm_from_email'] )
|
1973 |
$headers .= 'From: ' . $from_field_name . ' <' . stripslashes( $cntctfrm_options['cntctfrm_custom_from_email'] ) . '>' . "\n";
|
1974 |
else
|
1975 |
$headers .= 'From: ' . $from_field_name . ' <' . $email . '>' . "\n";
|
1977 |
if ( isset( $_POST['cntctfrm_contact_send_copy'] ) && 1 == $_POST['cntctfrm_contact_send_copy'] )
|
1978 |
@mail( $email, $subject, $message_text_for_user, $headers );
|
1979 |
|
1980 |
+
$mail_result = @mail( $to, $subject , $message_text, $headers );
|
1981 |
/* Delete attachment */
|
1982 |
if ( 1 == $cntctfrm_options['cntctfrm_attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] && '1' == $cntctfrm_options['cntctfrm_delete_attached_file'] ) {
|
1983 |
@unlink( $path_of_uploaded_file );
|
2218 |
});
|
2219 |
});
|
2220 |
})(jQuery);
|
2221 |
+
</script>
|
2222 |
+
<div class="cntctfrm_message bws_banner_on_plugin_page">
|
2223 |
+
<a class="button" target="_blank" href="http://bestwebsoft.com/plugin/contact-form-pro/?k=f575dc39cba54a9de88df346eed52101&pn=77&v=' . $plugin_info["Version"] . '&wp_v=' . $wp_version . '">Learn More</a>
|
2224 |
+
<div class="text">
|
2225 |
+
' . __( "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version", 'contact_form' ) . '!<br />
|
2226 |
+
<span>' . __( "Extend standard plugin functionality with new great options.", 'contact_form' ) . '</span>
|
2227 |
+
</div>
|
2228 |
+
<img class="cntctfrm_close_icon close_icon" title="" src="' . plugins_url( 'images/close_banner.png', __FILE__ ) . '" alt=""/>
|
2229 |
+
<img class="icon" title="" src="' . plugins_url( 'images/banner.png', __FILE__ ) . '" alt=""/>
|
2230 |
+
</div>';
|
2231 |
if ( ! array_key_exists( 'contact-form-to-db/contact_form_to_db.php', $all_plugins ) && ! array_key_exists( 'contact-form-to-db-pro/contact_form_to_db_pro.php', $all_plugins ) ) {
|
2232 |
+
echo '<div class="cntctfrm_message_for_ctfrmtdb bws_banner_on_plugin_page">
|
2233 |
+
<a class="button" target="_blank" href="http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=6ebf0743736411607343ad391dc3b436&pn=77&v=' . $plugin_info["Version"] . '&wp_v=' . $wp_version . '">Learn More</a>
|
2234 |
+
<div class="text">
|
2235 |
+
' . __( "<strong>Contact Form to DB</strong> allows to store your messages to the database.", 'contact_form' ) . '<br />
|
2236 |
+
<span>' . __( "Manage messages that have been sent from your website.", 'contact_form' ) . '</span>
|
|
|
2237 |
</div>
|
2238 |
+
<img class="cntctfrm_for_ctfrmtdb_close_icon close_icon" title="" src="' . plugins_url( 'images/close_banner.png', __FILE__ ) . '" alt=""/>
|
2239 |
+
<img class="icon" title="" src="' . plugins_url( 'images/banner_for_ctfrmtdb.png', __FILE__ ) . '" alt=""/>
|
2240 |
</div>';
|
2241 |
+
}
|
2242 |
echo '</div>';
|
2243 |
break;
|
2244 |
}
|
css/style.css
CHANGED
@@ -236,123 +236,63 @@ td.bws_pro_version {
|
|
236 |
font-weight: normal;
|
237 |
padding-bottom: 10px;
|
238 |
}
|
239 |
-
/* banner */
|
240 |
-
.cntctfrm_message {
|
241 |
-
min-width: 800px;
|
242 |
-
border: 1px solid #1b6394;
|
243 |
-
padding: 5px;
|
244 |
-
margin: 12px 0;
|
245 |
-
background: #2484c6;
|
246 |
-
position: relative;
|
247 |
-
overflow: hidden;
|
248 |
-
}
|
249 |
-
.cntctfrm_message .cntctfrm_text {
|
250 |
-
color: #FFF;
|
251 |
-
font-size: 15px;
|
252 |
-
line-height: 26px;
|
253 |
-
margin-top: 8px;
|
254 |
-
float: left;
|
255 |
-
}
|
256 |
-
.cntctfrm_message .cntctfrm_text span {
|
257 |
-
font-size: 12px;
|
258 |
-
opacity: 0.7;
|
259 |
-
}
|
260 |
-
.cntctfrm_message .cntctfrm_button {
|
261 |
-
float: right;
|
262 |
-
border: 1px solid #14496d;
|
263 |
-
font-size: 14px;
|
264 |
-
margin: 10px;
|
265 |
-
padding: 12px 0;
|
266 |
-
color: #FFF;
|
267 |
-
text-shadow: 0 1px 3px #2483c5;
|
268 |
-
font-weight: bold;
|
269 |
-
background: #17537e;
|
270 |
-
-moz-border-radius : 3px;
|
271 |
-
border-radius: 3px;
|
272 |
-
-webkit-border-radius: 3px;
|
273 |
-
text-decoration: none;
|
274 |
-
height: 50px;
|
275 |
-
text-align: center;
|
276 |
-
width: 147px;
|
277 |
-
-moz-box-shadow: 0px 1px 1px 0 #3e7aa3 inset;
|
278 |
-
-webkit-box-shadow: 0px 1px 1px 0 #3e7aa3 inset;
|
279 |
-
box-shadow: 0px 1px 1px 0 #3e7aa3 inset;
|
280 |
-
}
|
281 |
-
.cntctfrm_message .cntctfrm_button:hover,
|
282 |
-
.cntctfrm_message .cntctfrm_button:focus {
|
283 |
-
background: #2b9eed;
|
284 |
-
color: #FFF;
|
285 |
-
border: 1px solid #1d6ca1;
|
286 |
-
-moz-box-shadow: 0px 1px 1px 0 #4bacf0 inset;
|
287 |
-
-webkit-box-shadow: 0px 1px 1px 0 #4bacf0 inset;
|
288 |
-
box-shadow: 0px 1px 1px 0 #4bacf0 inset;
|
289 |
-
}
|
290 |
-
.cntctfrm_message .cntctfrm_icon {
|
291 |
-
float: left;
|
292 |
-
margin: 14px 18px 15px 1px;
|
293 |
-
}
|
294 |
-
.cntctfrm_message .cntctfrm_close_icon {
|
295 |
-
float: left;
|
296 |
-
margin: 4px 0 0 4px;
|
297 |
-
cursor: pointer;
|
298 |
-
}
|
299 |
-
.cntctfrm_message_for_ctfrmtdb {
|
300 |
-
min-width: 800px;
|
301 |
-
border: 1px solid #1b6394;
|
302 |
-
padding: 5px;
|
303 |
-
margin: 12px 0;
|
304 |
-
background: #2484c6;
|
305 |
-
position: relative;
|
306 |
-
overflow: hidden;
|
307 |
-
}
|
308 |
-
.cntctfrm_message_for_ctfrmtdb .cntctfrm_text {
|
309 |
-
color: #FFF;
|
310 |
-
font-size: 15px;
|
311 |
-
line-height: 26px;
|
312 |
-
margin-top: 9px;
|
313 |
-
float: left;
|
314 |
-
}
|
315 |
-
.cntctfrm_message_for_ctfrmtdb .cntctfrm_text span {
|
316 |
-
font-size: 12px;
|
317 |
-
opacity: 0.7;
|
318 |
-
}
|
319 |
-
.cntctfrm_message_for_ctfrmtdb .cntctfrm_button {
|
320 |
-
float: right;
|
321 |
-
border: 1px solid #14496d;
|
322 |
-
font-size: 13px;
|
323 |
-
margin: 16px 12px;
|
324 |
-
padding: 5px 14px;
|
325 |
-
color: #FFF;
|
326 |
-
background: #17537e;
|
327 |
-
-moz-border-radius : 5px;
|
328 |
-
border-radius: 5px;
|
329 |
-
-webkit-border-radius: 5px;
|
330 |
-
text-decoration: none;
|
331 |
-
height: 36px;
|
332 |
-
text-align: center;
|
333 |
-
text-transform: uppercase;
|
334 |
-
}
|
335 |
-
.cntctfrm_message_for_ctfrmtdb .cntctfrm_button:hover,
|
336 |
-
.cntctfrm_message_for_ctfrmtdb .cntctfrm_button:focus {
|
337 |
-
background: #2b9eed;
|
338 |
-
color: #FFF;
|
339 |
-
border: 1px solid #1d6ca1;
|
340 |
-
-moz-box-shadow: 0px 1px 1px 0 #4bacf0 inset;
|
341 |
-
-webkit-box-shadow: 0px 1px 1px 0 #4bacf0 inset;
|
342 |
-
box-shadow: 0px 1px 1px 0 #4bacf0 inset;
|
343 |
-
}
|
344 |
-
.cntctfrm_message_for_ctfrmtdb .cntctfrm_icon {
|
345 |
-
float: left;
|
346 |
-
margin: 10px 19px 12px 23px;
|
347 |
-
}
|
348 |
-
.cntctfrm_message_for_ctfrmtdb .cntctfrm_for_ctfrmtdb_close_icon {
|
349 |
-
float: right;
|
350 |
-
margin: 4px;
|
351 |
-
cursor: pointer;
|
352 |
-
}
|
353 |
.cntctfrmpr_department_table > img {
|
354 |
margin: -21px 17px 0;
|
355 |
}
|
356 |
#cntctfrmpr_pro_version > td {
|
357 |
width: 900px;
|
358 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
236 |
font-weight: normal;
|
237 |
padding-bottom: 10px;
|
238 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
239 |
.cntctfrmpr_department_table > img {
|
240 |
margin: -21px 17px 0;
|
241 |
}
|
242 |
#cntctfrmpr_pro_version > td {
|
243 |
width: 900px;
|
244 |
}
|
245 |
+
/* banner */
|
246 |
+
.bws_banner_on_plugin_page {
|
247 |
+
min-width: 800px;
|
248 |
+
border: 1px solid #d4d4d4;
|
249 |
+
margin: 12px 0;
|
250 |
+
background: #FFF;
|
251 |
+
position: relative;
|
252 |
+
overflow: hidden
|
253 |
+
}
|
254 |
+
.bws_banner_on_plugin_page .text {
|
255 |
+
color:#000;
|
256 |
+
font-size: 15px;
|
257 |
+
line-height: 26px;
|
258 |
+
margin-top: 18px;
|
259 |
+
float: left;
|
260 |
+
}
|
261 |
+
.bws_banner_on_plugin_page .text span {
|
262 |
+
font-size: 12px;
|
263 |
+
opacity: 0.7;
|
264 |
+
}
|
265 |
+
.bws_banner_on_plugin_page .button {
|
266 |
+
float: left;
|
267 |
+
border: none;
|
268 |
+
font-size: 14px;
|
269 |
+
margin: 18px 19px 18px 16px;
|
270 |
+
padding: 12px 0;
|
271 |
+
color: #FFF;
|
272 |
+
text-shadow: none;
|
273 |
+
font-weight: bold;
|
274 |
+
background: #0074A2;
|
275 |
+
-moz-border-radius: 3px;
|
276 |
+
border-radius: 3px;
|
277 |
+
-webkit-border-radius: 3px;
|
278 |
+
text-decoration: none;
|
279 |
+
height: 50px;
|
280 |
+
text-align: center;
|
281 |
+
text-transform: uppercase;
|
282 |
+
width: 147px;
|
283 |
+
box-shadow: none;
|
284 |
+
}
|
285 |
+
.bws_banner_on_plugin_page .button:hover,
|
286 |
+
.bws_banner_on_plugin_page .button:focus {
|
287 |
+
background: #222;
|
288 |
+
color: #FFF;
|
289 |
+
}
|
290 |
+
.bws_banner_on_plugin_page .icon {
|
291 |
+
float: right;
|
292 |
+
margin: 18px 0;
|
293 |
+
}
|
294 |
+
.bws_banner_on_plugin_page .close_icon {
|
295 |
+
float: right;
|
296 |
+
margin: 8px;
|
297 |
+
cursor: pointer;
|
298 |
+
}
|
css/style_wp_before_3.8.css
CHANGED
@@ -232,129 +232,67 @@ td.bws_pro_version {
|
|
232 |
font-weight: normal;
|
233 |
padding-bottom: 10px;
|
234 |
}
|
235 |
-
|
236 |
-
|
237 |
-
min-width: 800px;
|
238 |
-
border: 1px solid #1b6394;
|
239 |
-
padding: 5px;
|
240 |
-
margin: 12px 0;
|
241 |
-
background: #2484c6;
|
242 |
-
-moz-border-radius: 3px;
|
243 |
-
border-radius: 3px;
|
244 |
-
-webkit-border-radius: 3px;
|
245 |
-
position: relative;
|
246 |
-
overflow: hidden
|
247 |
-
}
|
248 |
-
.cntctfrm_message .cntctfrm_text {
|
249 |
-
color: #FFF;
|
250 |
-
font-size: 15px;
|
251 |
-
line-height: 26px;
|
252 |
-
margin-top: 8px;
|
253 |
-
float: left;
|
254 |
-
}
|
255 |
-
.cntctfrm_message .cntctfrm_text span {
|
256 |
-
font-size: 12px;
|
257 |
-
opacity: 0.7;
|
258 |
-
}
|
259 |
-
.cntctfrm_message .cntctfrm_button {
|
260 |
-
float: right;
|
261 |
-
border: 1px solid #14496d;
|
262 |
-
font-size: 14px;
|
263 |
-
margin: 10px;
|
264 |
-
padding: 12px 0;
|
265 |
-
color: #FFF;
|
266 |
-
text-shadow: 0 1px 3px #2483c5;
|
267 |
-
font-weight: bold;
|
268 |
-
background: #17537e;
|
269 |
-
-moz-border-radius : 3px;
|
270 |
-
border-radius: 3px;
|
271 |
-
-webkit-border-radius: 3px;
|
272 |
-
text-decoration: none;
|
273 |
-
height: 50px;
|
274 |
-
text-align: center;
|
275 |
-
width: 147px;
|
276 |
-
-moz-box-shadow: 0px 1px 1px 0 #3e7aa3 inset;
|
277 |
-
-webkit-box-shadow: 0px 1px 1px 0 #3e7aa3 inset;
|
278 |
-
box-shadow: 0px 1px 1px 0 #3e7aa3 inset;
|
279 |
-
}
|
280 |
-
.cntctfrm_message .cntctfrm_button:hover,
|
281 |
-
.cntctfrm_message .cntctfrm_button:focus {
|
282 |
-
background: #2b9eed;
|
283 |
-
color: #FFF;
|
284 |
-
border: 1px solid #1d6ca1;
|
285 |
-
-moz-box-shadow: 0px 1px 1px 0 #4bacf0 inset;
|
286 |
-
-webkit-box-shadow: 0px 1px 1px 0 #4bacf0 inset;
|
287 |
-
box-shadow: 0px 1px 1px 0 #4bacf0 inset;
|
288 |
-
}
|
289 |
-
.cntctfrm_message .cntctfrm_icon {
|
290 |
-
float: left;
|
291 |
-
margin: 14px 18px 15px 1px;
|
292 |
}
|
293 |
-
|
294 |
-
|
295 |
-
margin: 4px 0 0 4px;
|
296 |
-
cursor: pointer;
|
297 |
}
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
|
|
|
|
|
|
|
302 |
margin: 12px 0;
|
303 |
-
background: #
|
304 |
-moz-border-radius: 3px;
|
305 |
-
border-radius: 3px;
|
306 |
-webkit-border-radius: 3px;
|
307 |
-
|
308 |
-
overflow: hidden
|
309 |
-
}
|
310 |
-
.cntctfrm_message_for_ctfrmtdb .cntctfrm_text {
|
311 |
-
color: #FFF;
|
312 |
-
font-size: 15px;
|
313 |
-
line-height: 26px;
|
314 |
-
margin-top: 9px;
|
315 |
-
float: left;
|
316 |
-
}
|
317 |
-
.cntctfrm_message_for_ctfrmtdb .cntctfrm_text span {
|
318 |
-
font-size: 12px;
|
319 |
-
opacity: 0.7;
|
320 |
-
}
|
321 |
-
.cntctfrm_message_for_ctfrmtdb .cntctfrm_button {
|
322 |
-
float: right;
|
323 |
-
border: 1px solid #14496d;
|
324 |
-
font-size: 13px;
|
325 |
-
margin: 16px 12px;
|
326 |
-
padding: 5px 14px;
|
327 |
-
color: #FFF;
|
328 |
-
background: #17537e;
|
329 |
-
-moz-border-radius : 5px;
|
330 |
-
border-radius: 5px;
|
331 |
-
-webkit-border-radius: 5px;
|
332 |
-
text-decoration: none;
|
333 |
-
height: 36px;
|
334 |
-
text-align: center;
|
335 |
-
text-transform: uppercase;
|
336 |
-
}
|
337 |
-
.cntctfrm_message_for_ctfrmtdb .cntctfrm_button:hover,
|
338 |
-
.cntctfrm_message_for_ctfrmtdb .cntctfrm_button:focus {
|
339 |
-
background: #2b9eed;
|
340 |
-
color: #FFF;
|
341 |
-
border: 1px solid #1d6ca1;
|
342 |
-
-moz-box-shadow: 0px 1px 1px 0 #4bacf0 inset;
|
343 |
-
-webkit-box-shadow: 0px 1px 1px 0 #4bacf0 inset;
|
344 |
-
box-shadow: 0px 1px 1px 0 #4bacf0 inset;
|
345 |
-
}
|
346 |
-
.cntctfrm_message_for_ctfrmtdb .cntctfrm_icon {
|
347 |
-
float: left;
|
348 |
-
margin: 10px 19px 12px 23px;
|
349 |
-
}
|
350 |
-
.cntctfrm_message_for_ctfrmtdb .cntctfrm_for_ctfrmtdb_close_icon {
|
351 |
-
float: right;
|
352 |
-
margin: 4px;
|
353 |
-
cursor: pointer;
|
354 |
-
}
|
355 |
-
.cntctfrmpr_department_table > img {
|
356 |
-
margin: -21px 17px 0;
|
357 |
}
|
358 |
-
|
359 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
360 |
}
|
232 |
font-weight: normal;
|
233 |
padding-bottom: 10px;
|
234 |
}
|
235 |
+
.cntctfrmpr_department_table > img {
|
236 |
+
margin: -21px 17px 0;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
237 |
}
|
238 |
+
#cntctfrmpr_pro_version > td {
|
239 |
+
width: 900px;
|
|
|
|
|
240 |
}
|
241 |
+
/* banner */
|
242 |
+
.bws_banner_on_plugin_page {
|
243 |
+
min-width: 800px;
|
244 |
+
border: 1px solid #d4d4d4;
|
245 |
+
background: #FFF;
|
246 |
+
position: relative;
|
247 |
+
overflow: hidden;
|
248 |
margin: 12px 0;
|
249 |
+
background: #ECECEC;
|
250 |
-moz-border-radius: 3px;
|
|
|
251 |
-webkit-border-radius: 3px;
|
252 |
+
border-radius: 3px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
253 |
}
|
254 |
+
.bws_banner_on_plugin_page .text {
|
255 |
+
color: #000;
|
256 |
+
font-size: 15px;
|
257 |
+
line-height: 26px;
|
258 |
+
margin-top: 18px;
|
259 |
+
float: left;
|
260 |
+
}
|
261 |
+
.bws_banner_on_plugin_page .text span {
|
262 |
+
font-size: 12px;
|
263 |
+
opacity: 0.7;
|
264 |
+
}
|
265 |
+
.bws_banner_on_plugin_page .button {
|
266 |
+
float: left;
|
267 |
+
border: none;
|
268 |
+
font-size: 14px;
|
269 |
+
margin: 18px 19px 18px 16px;
|
270 |
+
padding: 14px 0;
|
271 |
+
color: #FFF;
|
272 |
+
text-shadow: none;
|
273 |
+
font-weight: bold;
|
274 |
+
background: #0074A2;
|
275 |
+
-moz-border-radius: 3px;
|
276 |
+
border-radius: 3px;
|
277 |
+
-webkit-border-radius: 3px;
|
278 |
+
text-decoration: none;
|
279 |
+
height: 50px;
|
280 |
+
text-align: center;
|
281 |
+
text-transform: uppercase;
|
282 |
+
width: 147px;
|
283 |
+
box-shadow: none;
|
284 |
+
}
|
285 |
+
.bws_banner_on_plugin_page .button:hover,
|
286 |
+
.bws_banner_on_plugin_page .button:focus {
|
287 |
+
background: #222;
|
288 |
+
color: #FFF;
|
289 |
+
}
|
290 |
+
.bws_banner_on_plugin_page .icon {
|
291 |
+
float: right;
|
292 |
+
margin: 18px 0;
|
293 |
+
}
|
294 |
+
.bws_banner_on_plugin_page .close_icon {
|
295 |
+
float: right;
|
296 |
+
margin: 8px;
|
297 |
+
cursor: pointer;
|
298 |
}
|
images/banner.png
CHANGED
Binary file
|
images/banner_for_ctfrmtdb.png
CHANGED
Binary file
|
images/close_banner.png
CHANGED
Binary file
|
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: 2014-02-
|
6 |
-
"PO-Revision-Date: 2014-02-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Sakałoŭ Alaksiej <nullbsd@gmail.com>\n"
|
9 |
"Language: be_BY\n"
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: contact_form.php:33
|
20 |
-
#: contact_form.php:
|
21 |
#, fuzzy
|
22 |
msgid "Contact Form Settings"
|
23 |
msgstr "Наладкі кантактнай формы"
|
@@ -27,45 +27,45 @@ msgid "Contact Form"
|
|
27 |
msgstr "Кантактная форма"
|
28 |
|
29 |
#: contact_form.php:80
|
30 |
-
#: contact_form.php:
|
31 |
-
#: contact_form.php:
|
32 |
msgid "Name:"
|
33 |
msgstr "Імя:"
|
34 |
|
35 |
#: contact_form.php:81
|
36 |
-
#: contact_form.php:
|
37 |
-
#: contact_form.php:
|
38 |
#, fuzzy
|
39 |
msgid "Address:"
|
40 |
msgstr "E-mail адрас:"
|
41 |
|
42 |
#: contact_form.php:82
|
43 |
-
#: contact_form.php:
|
44 |
-
#: contact_form.php:
|
45 |
msgid "Email Address:"
|
46 |
msgstr "E-mail адрас:"
|
47 |
|
48 |
#: contact_form.php:83
|
49 |
-
#: contact_form.php:
|
50 |
-
#: contact_form.php:
|
51 |
msgid "Phone number:"
|
52 |
msgstr "Тэлефон:"
|
53 |
|
54 |
#: contact_form.php:84
|
55 |
-
#: contact_form.php:
|
56 |
-
#: contact_form.php:
|
57 |
msgid "Subject:"
|
58 |
msgstr "Тэма:"
|
59 |
|
60 |
#: contact_form.php:85
|
61 |
-
#: contact_form.php:
|
62 |
-
#: contact_form.php:
|
63 |
msgid "Message:"
|
64 |
msgstr "Паведамленьне:"
|
65 |
|
66 |
#: contact_form.php:86
|
67 |
-
#: contact_form.php:
|
68 |
-
#: contact_form.php:
|
69 |
msgid "Attachment:"
|
70 |
msgstr "Прычапіць файл:"
|
71 |
|
@@ -74,14 +74,14 @@ msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI,
|
|
74 |
msgstr ""
|
75 |
|
76 |
#: contact_form.php:88
|
77 |
-
#: contact_form.php:
|
78 |
-
#: contact_form.php:
|
79 |
msgid "Send me a copy"
|
80 |
msgstr "Адправіць мне копію"
|
81 |
|
82 |
#: contact_form.php:89
|
83 |
-
#: contact_form.php:
|
84 |
-
#: contact_form.php:
|
85 |
msgid "Submit"
|
86 |
msgstr "Адправіць"
|
87 |
|
@@ -139,852 +139,876 @@ msgstr "Калі ласка, зрабіце выпраўленьне ў радк
|
|
139 |
msgid "Thank you for contacting us."
|
140 |
msgstr "Дзякуем за кантакт з намі."
|
141 |
|
142 |
-
#: contact_form.php:
|
143 |
#, fuzzy
|
144 |
msgid "requires"
|
145 |
msgstr "Абавязковыя палі"
|
146 |
|
147 |
-
#: contact_form.php:
|
148 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: contact_form.php:
|
152 |
msgid "Back to the WordPress"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: contact_form.php:
|
156 |
#, fuzzy
|
157 |
msgid "Plugins page"
|
158 |
msgstr "Плагины BWS"
|
159 |
|
160 |
-
#: contact_form.php:
|
161 |
msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
|
162 |
msgstr "Калі наладка 'Перайсьці на старонку' абрана, тады URL павінен быць запоўнены ў наступным фармаце"
|
163 |
|
164 |
-
#: contact_form.php:
|
165 |
msgid "Such user does not exist. Settings are not saved."
|
166 |
msgstr "Дадзены карыстальнік ня знойдзен. Наладкі не захаваны"
|
167 |
|
168 |
-
#: contact_form.php:
|
169 |
-
#: contact_form.php:
|
170 |
msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
|
171 |
msgstr "Калі ласка, увядзіце карэктны адрас для радка 'FROM'. Наладкі не захаваны."
|
172 |
|
173 |
-
#: contact_form.php:
|
174 |
#, fuzzy
|
175 |
msgid "Settings saved."
|
176 |
msgstr "Наладкі захаваны."
|
177 |
|
178 |
-
#: contact_form.php:
|
179 |
-
#: contact_form.php:
|
180 |
msgid "Wrong license key"
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: contact_form.php:
|
184 |
msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: contact_form.php:
|
188 |
msgid "This license key is bind to another site"
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: contact_form.php:
|
192 |
-
#: contact_form.php:
|
193 |
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: contact_form.php:
|
197 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: contact_form.php:
|
201 |
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: contact_form.php:
|
205 |
-
#: contact_form.php:
|
206 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
207 |
msgstr ""
|
208 |
|
209 |
-
#: contact_form.php:
|
210 |
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
|
211 |
msgstr ""
|
212 |
|
213 |
-
#: contact_form.php:
|
214 |
#, fuzzy
|
215 |
msgid "Please, enter Your license key"
|
216 |
msgstr "Выкарыстоўваць гэты email-адрас:"
|
217 |
|
218 |
-
#: contact_form.php:
|
219 |
msgid "Notice:"
|
220 |
msgstr ""
|
221 |
|
222 |
-
#: contact_form.php:
|
223 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: contact_form.php:
|
227 |
-
#: contact_form.php:
|
228 |
-
#: contact_form.php:
|
229 |
msgid "Settings"
|
230 |
msgstr "Наладкі"
|
231 |
|
232 |
-
#: contact_form.php:
|
233 |
#, fuzzy
|
234 |
msgid "Extra settings"
|
235 |
msgstr "Наладкі"
|
236 |
|
237 |
-
#: contact_form.php:
|
238 |
msgid "Go PRO"
|
239 |
msgstr ""
|
240 |
|
241 |
-
#: contact_form.php:
|
242 |
-
#: contact_form.php:
|
243 |
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:"
|
244 |
msgstr "Калі вы жадаеце дадаць Кантактную Форму на свой сайт, тады вам неабходна толькі скапіяваць ды ўставіць Shortcode у канктэнт старонкі, ці запісу, ці аздабленьня:"
|
245 |
|
246 |
-
#: contact_form.php:672
|
247 |
#: contact_form.php:673
|
248 |
-
#: contact_form.php:
|
249 |
-
#: contact_form.php:
|
|
|
250 |
msgid "or"
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: contact_form.php:
|
254 |
msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: contact_form.php:
|
258 |
msgid "They work the same way."
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: contact_form.php:
|
262 |
msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
|
263 |
msgstr "Калі інфармацыя ў палях ніжэй адсутнічае, паведамленьне будзе адпраўлена на email адрас, які быў указаны пры рэгістрацыі на сайце."
|
264 |
|
265 |
-
#: contact_form.php:
|
266 |
msgid "The user's email address:"
|
267 |
msgstr "Электронны адрас карыстальніка:"
|
268 |
|
269 |
-
#: contact_form.php:
|
270 |
msgid "Create a username"
|
271 |
msgstr "Абярыце імя карыстальніка"
|
272 |
|
273 |
-
#: contact_form.php:
|
274 |
msgid "Enter a username of the person who should get the messages from the contact form."
|
275 |
msgstr "Увядзіце імя карыстальніка, які будзе атрымліваць паведамленьні кантактнай формы."
|
276 |
|
277 |
-
#: contact_form.php:
|
278 |
msgid "Use this email address:"
|
279 |
msgstr "Выкарыстоўваць гэты email-адрас:"
|
280 |
|
281 |
-
#: contact_form.php:
|
282 |
msgid "Enter the email address you want the messages forwarded to."
|
283 |
msgstr "Увядзіце адрас, на які хочаце перанакіраваць паведамленьне."
|
284 |
|
285 |
-
#: contact_form.php:
|
286 |
msgid "Add department selectbox to the contact form:"
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: contact_form.php:
|
290 |
-
#: contact_form.php:
|
291 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: contact_form.php:714
|
295 |
-
#: contact_form.php:851
|
296 |
-
#: contact_form.php:922
|
297 |
-
#: contact_form.php:1086
|
298 |
-
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
299 |
-
msgstr ""
|
300 |
-
|
301 |
#: contact_form.php:715
|
302 |
#: contact_form.php:852
|
303 |
#: contact_form.php:923
|
304 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
305 |
#, fuzzy
|
306 |
msgid "Contact Form Pro"
|
307 |
msgstr "Кантактная форма"
|
308 |
|
309 |
-
#: contact_form.php:
|
310 |
msgid "Save emails to the database"
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: contact_form.php:
|
314 |
msgid "Using"
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: contact_form.php:
|
318 |
-
#: contact_form.php:
|
319 |
-
#: contact_form.php:
|
320 |
-
#: contact_form.php:
|
321 |
msgid "powered by"
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: contact_form.php:
|
325 |
-
#: contact_form.php:
|
326 |
msgid "Using Contact Form to DB powered by"
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: contact_form.php:
|
330 |
#, fuzzy
|
331 |
msgid "Activate Contact Form to DB"
|
332 |
msgstr "Кантактная форма"
|
333 |
|
334 |
-
#: contact_form.php:
|
335 |
#, fuzzy
|
336 |
msgid "Download Contact Form to DB"
|
337 |
msgstr "Кантактная форма"
|
338 |
|
339 |
-
#: contact_form.php:
|
340 |
msgid "Additional options"
|
341 |
msgstr "Дадатковыя наладкі"
|
342 |
|
343 |
-
#: contact_form.php:
|
344 |
msgid "Show"
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: contact_form.php:
|
348 |
msgid "Hide"
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: contact_form.php:
|
352 |
msgid "What to use?"
|
353 |
msgstr "Што выкарыстоўваць?"
|
354 |
|
355 |
-
#: contact_form.php:
|
356 |
msgid "Wp-mail"
|
357 |
msgstr "Wp-mail"
|
358 |
|
359 |
-
#: contact_form.php:
|
360 |
msgid "You can use the wp_mail function for mailing"
|
361 |
msgstr "Для адпраўкі пошты вы можаце выкарыстоўваць функцыю php mail"
|
362 |
|
363 |
-
#: contact_form.php:
|
364 |
msgid "Mail"
|
365 |
msgstr "Mail"
|
366 |
|
367 |
-
#: contact_form.php:
|
368 |
msgid "To send mail you can use the php mail function"
|
369 |
msgstr "Для адпраўкі пошты вы можаце выкарыстоўваць функцыю php mail"
|
370 |
|
371 |
-
#: contact_form.php:
|
372 |
#, fuzzy
|
373 |
msgid "The text in the 'From' field"
|
374 |
msgstr "Зьмяніць тэкст для радка 'FROM' у лісьце"
|
375 |
|
376 |
-
#: contact_form.php:
|
377 |
msgid "User name"
|
378 |
msgstr ""
|
379 |
|
380 |
-
#: contact_form.php:
|
381 |
#, fuzzy
|
382 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
383 |
msgstr "Адрас электроннай пошты карыстальніка, які запаўняе форму будзе выкарыстоўвацца ў поле 'From'."
|
384 |
|
385 |
-
#: contact_form.php:
|
386 |
#, fuzzy
|
387 |
msgid "This text will be used in the 'FROM' field"
|
388 |
msgstr "Гэты адрас будзе выкарыстоўвацца ў поле 'From'"
|
389 |
|
390 |
-
#: contact_form.php:
|
391 |
#, fuzzy
|
392 |
msgid "The email address in the 'From' field"
|
393 |
msgstr "Калі ласка, увядзіце адрас электроннай пошты ў поле 'From'"
|
394 |
|
395 |
-
#: contact_form.php:
|
396 |
msgid "User email"
|
397 |
msgstr ""
|
398 |
|
399 |
-
#: contact_form.php:
|
400 |
#, fuzzy
|
401 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
402 |
msgstr "Адрас электроннай пошты карыстальніка, які запаўняе форму будзе выкарыстоўвацца ў поле 'From'."
|
403 |
|
404 |
-
#: contact_form.php:
|
405 |
msgid "This email address will be used in the 'From' field."
|
406 |
msgstr "Гэты адрас будзе выкарыстоўвацца ў поле 'From'"
|
407 |
|
408 |
-
#: contact_form.php:
|
409 |
#, fuzzy
|
410 |
msgid "Required symbol"
|
411 |
msgstr "Абавязковыя палі"
|
412 |
|
413 |
-
#: contact_form.php:
|
414 |
msgid "Fields"
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: contact_form.php:
|
418 |
msgid "Used"
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: contact_form.php:
|
422 |
#, fuzzy
|
423 |
msgid "Required"
|
424 |
msgstr "Абавязковыя палі"
|
425 |
|
426 |
-
#: contact_form.php:
|
427 |
msgid "Visible"
|
428 |
msgstr ""
|
429 |
|
430 |
-
#: contact_form.php:
|
431 |
msgid "Disabled for editing"
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: contact_form.php:
|
435 |
msgid "Field's default value"
|
436 |
msgstr ""
|
437 |
|
438 |
-
#: contact_form.php:
|
439 |
-
#: contact_form.php:
|
440 |
-
#: contact_form.php:
|
441 |
-
#: contact_form.php:
|
442 |
msgid "Name"
|
443 |
msgstr "Імя"
|
444 |
|
445 |
-
#: contact_form.php:
|
446 |
-
#: contact_form.php:
|
447 |
-
#: contact_form.php:
|
448 |
-
#: contact_form.php:
|
449 |
#, fuzzy
|
450 |
msgid "Address"
|
451 |
msgstr "E-mail адрас:"
|
452 |
|
453 |
-
#: contact_form.php:
|
454 |
#, fuzzy
|
455 |
msgid "Email Address"
|
456 |
msgstr "E-mail адрас:"
|
457 |
|
458 |
-
#: contact_form.php:
|
459 |
#, fuzzy
|
460 |
msgid "Phone number"
|
461 |
msgstr "Тэлефон:"
|
462 |
|
463 |
-
#: contact_form.php:
|
464 |
-
#: contact_form.php:
|
465 |
-
#: contact_form.php:
|
466 |
-
#: contact_form.php:
|
467 |
msgid "Subject"
|
468 |
msgstr "Тэма"
|
469 |
|
470 |
-
#: contact_form.php:
|
471 |
-
#: contact_form.php:
|
472 |
-
#: contact_form.php:
|
473 |
-
#: contact_form.php:
|
474 |
msgid "Message"
|
475 |
msgstr "Паведамленьне"
|
476 |
|
477 |
-
#: contact_form.php:
|
478 |
#, fuzzy
|
479 |
msgid "Attachment block"
|
480 |
msgstr "Паказваць блок Прычапіць Файл"
|
481 |
|
482 |
-
#: contact_form.php:
|
483 |
msgid "Users can attach the following file formats"
|
484 |
msgstr "Карыстальнікі могуць прычапляць файлы наступных тыпаў"
|
485 |
|
486 |
-
#: contact_form.php:
|
487 |
msgid "Add to the form"
|
488 |
msgstr ""
|
489 |
|
490 |
-
#: contact_form.php:
|
491 |
#, fuzzy
|
492 |
msgid "Tips below the Attachment"
|
493 |
msgstr "Паказваць блок Прычапіць Файл"
|
494 |
|
495 |
-
#: contact_form.php:
|
496 |
#, fuzzy
|
497 |
msgid "'Send me a copy' block"
|
498 |
msgstr "Паказаць блок Адправіць мне копію"
|
499 |
|
500 |
-
#: contact_form.php:
|
501 |
-
#: contact_form.php:
|
502 |
-
#: contact_form.php:
|
503 |
-
#: contact_form.php:
|
504 |
msgid "Captcha"
|
505 |
msgstr ""
|
506 |
|
507 |
-
#: contact_form.php:
|
508 |
#, fuzzy
|
509 |
msgid "Activate captcha"
|
510 |
msgstr "Актываваныя пашырэньні"
|
511 |
|
512 |
-
#: contact_form.php:
|
513 |
#, fuzzy
|
514 |
msgid "Download captcha"
|
515 |
msgstr "Спампаваць"
|
516 |
|
517 |
-
#: contact_form.php:
|
518 |
msgid "Agreement checkbox"
|
519 |
msgstr ""
|
520 |
|
521 |
-
#: contact_form.php:
|
522 |
msgid "Required checkbox for submitting the form"
|
523 |
msgstr ""
|
524 |
|
525 |
-
#: contact_form.php:
|
526 |
msgid "Optional checkbox"
|
527 |
msgstr ""
|
528 |
|
529 |
-
#: contact_form.php:
|
530 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
531 |
msgstr ""
|
532 |
|
533 |
-
#: contact_form.php:
|
534 |
msgid "Delete an attachment file from the server after the email is sent"
|
535 |
msgstr ""
|
536 |
|
537 |
-
#: contact_form.php:
|
538 |
msgid "Email in HTML format sending"
|
539 |
msgstr ""
|
540 |
|
541 |
-
#: contact_form.php:
|
542 |
#, fuzzy
|
543 |
msgid "Display additional info in the email"
|
544 |
msgstr "Паказ дадатковай інфармацыі ў лісьце"
|
545 |
|
546 |
-
#: contact_form.php:
|
547 |
-
#: contact_form.php:
|
548 |
-
#: contact_form.php:
|
549 |
msgid "Sent from (ip address)"
|
550 |
msgstr "Адпраўлена ад (IP адрас)"
|
551 |
|
552 |
-
#: contact_form.php:
|
553 |
#, fuzzy
|
554 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
555 |
msgstr "Адпраўлена ад (IP адрас)"
|
556 |
|
557 |
-
#: contact_form.php:
|
558 |
-
#: contact_form.php:
|
559 |
-
#: contact_form.php:
|
560 |
msgid "Date/Time"
|
561 |
msgstr "Дата/Час"
|
562 |
|
563 |
-
#: contact_form.php:
|
564 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
565 |
msgstr ""
|
566 |
|
567 |
-
#: contact_form.php:
|
568 |
-
#: contact_form.php:
|
569 |
-
#: contact_form.php:
|
570 |
msgid "Sent from (referer)"
|
571 |
msgstr "Прыйшло з "
|
572 |
|
573 |
-
#: contact_form.php:
|
574 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
575 |
msgstr ""
|
576 |
|
577 |
-
#: contact_form.php:
|
578 |
-
#: contact_form.php:
|
579 |
-
#: contact_form.php:
|
580 |
msgid "Using (user agent)"
|
581 |
msgstr "Выкарыстоўваць (user agent)"
|
582 |
|
583 |
-
#: contact_form.php:
|
584 |
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"
|
585 |
msgstr ""
|
586 |
|
587 |
-
#: contact_form.php:
|
588 |
msgid "Language settings for the field names in the form"
|
589 |
msgstr "Моўныя наладкі для палёў у форме"
|
590 |
|
591 |
-
#: contact_form.php:
|
592 |
#, fuzzy
|
593 |
msgid "Add a language"
|
594 |
msgstr "Дадаць мову"
|
595 |
|
596 |
-
#: contact_form.php:
|
597 |
msgid "Change the names of the contact form fields and error messages"
|
598 |
msgstr "Зьмяніць назвы палёў кантактнай формы й паведамленьняў аб памылках"
|
599 |
|
600 |
-
#: contact_form.php:
|
601 |
-
#: contact_form.php:
|
602 |
msgid "English"
|
603 |
msgstr "Ангельская"
|
604 |
|
605 |
-
#: contact_form.php:
|
606 |
-
#: contact_form.php:
|
607 |
msgid "click to expand/hide the list"
|
608 |
msgstr ""
|
609 |
|
610 |
-
#: contact_form.php:
|
611 |
-
#: contact_form.php:
|
612 |
#, fuzzy
|
613 |
msgid "Tips below the Attachment block"
|
614 |
msgstr "Паказваць блок Прычапіць Файл"
|
615 |
|
616 |
-
#: contact_form.php:
|
617 |
-
#: contact_form.php:
|
618 |
msgid "Error message for the Name field"
|
619 |
msgstr "Паведамленьне аб памылкі для поля Імя Карыстальніка"
|
620 |
|
621 |
-
#: contact_form.php:
|
622 |
-
#: contact_form.php:
|
623 |
#, fuzzy
|
624 |
msgid "Error message for the Address field"
|
625 |
msgstr "Паведамленьне аб памылкі для поля Паведамленьне"
|
626 |
|
627 |
-
#: contact_form.php:989
|
628 |
-
#: contact_form.php:1019
|
629 |
-
msgid "Error message for the Email field"
|
630 |
-
msgstr "Паведамленьне аб памылкі для поля Электронная Пошта"
|
631 |
-
|
632 |
#: contact_form.php:990
|
633 |
#: contact_form.php:1020
|
634 |
-
msgid "Error message for the
|
635 |
-
msgstr "Паведамленьне аб памылкі для поля
|
636 |
|
637 |
#: contact_form.php:991
|
638 |
#: contact_form.php:1021
|
639 |
-
msgid "Error message for the
|
640 |
-
msgstr "Паведамленьне аб памылкі для поля
|
641 |
|
642 |
#: contact_form.php:992
|
643 |
#: contact_form.php:1022
|
644 |
-
msgid "Error message for the
|
645 |
-
msgstr "Паведамленьне аб памылкі для поля
|
646 |
|
647 |
#: contact_form.php:993
|
648 |
#: contact_form.php:1023
|
649 |
-
|
650 |
-
|
651 |
-
msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
|
652 |
|
653 |
#: contact_form.php:994
|
654 |
#: contact_form.php:1024
|
655 |
#, fuzzy
|
656 |
-
msgid "Error message
|
657 |
msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
|
658 |
|
659 |
#: contact_form.php:995
|
660 |
#: contact_form.php:1025
|
661 |
#, fuzzy
|
662 |
-
msgid "Error message while
|
663 |
msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
|
664 |
|
665 |
#: contact_form.php:996
|
666 |
#: contact_form.php:1026
|
667 |
#, fuzzy
|
668 |
-
msgid "Error message
|
669 |
msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
|
670 |
|
671 |
#: contact_form.php:997
|
672 |
#: contact_form.php:1027
|
673 |
-
|
674 |
-
|
|
|
675 |
|
676 |
#: contact_form.php:998
|
677 |
#: contact_form.php:1028
|
|
|
|
|
|
|
|
|
|
|
678 |
msgid "Error message for the whole form"
|
679 |
msgstr "Паведамленьне аб памылцы для усёй формы"
|
680 |
|
681 |
-
#: contact_form.php:
|
682 |
-
#: contact_form.php:
|
683 |
-
#: contact_form.php:
|
684 |
-
#: contact_form.php:
|
685 |
msgid "Use shortcode"
|
686 |
msgstr "Выкарыстоўваць shortcode"
|
687 |
|
688 |
-
#: contact_form.php:
|
689 |
-
#: contact_form.php:
|
690 |
-
#: contact_form.php:
|
691 |
-
#: contact_form.php:
|
692 |
msgid "for this language"
|
693 |
msgstr "для дадзенай мовы"
|
694 |
|
695 |
-
#: contact_form.php:
|
696 |
msgid "Action after email is sent"
|
697 |
msgstr "Дзеяньні пасьля адпраўкі ліста"
|
698 |
|
699 |
-
#: contact_form.php:
|
700 |
msgid "Display text"
|
701 |
msgstr "Адлюстраваць тэкст"
|
702 |
|
703 |
-
#: contact_form.php:
|
704 |
-
#: contact_form.php:
|
705 |
msgid "Text"
|
706 |
msgstr "Тэкст"
|
707 |
|
708 |
-
#: contact_form.php:
|
709 |
msgid "Redirect to the page"
|
710 |
msgstr "Перакінуць на старонку"
|
711 |
|
712 |
-
#: contact_form.php:
|
713 |
msgid "Url"
|
714 |
msgstr "www-адрас"
|
715 |
|
716 |
#: contact_form.php:1067
|
717 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
718 |
msgid "Save Changes"
|
719 |
msgstr "Захаваць зьмены"
|
720 |
|
721 |
-
#: contact_form.php:
|
722 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
723 |
msgstr ""
|
724 |
|
725 |
-
#: contact_form.php:
|
726 |
#, fuzzy
|
727 |
msgid "Rate the plugin"
|
728 |
msgstr "Рэкамэндаваныя да ўсталёўкі пашырэньні"
|
729 |
|
730 |
-
#: contact_form.php:
|
731 |
#, fuzzy
|
732 |
msgid "If there is something wrong about it, please contact us"
|
733 |
msgstr "Калі ў вас ёсьць якія небудзь пытаньні, зьвяртайцеся да plugin@bestwebsoft.com ці запоўніце кантактную форму на нашым сайце"
|
734 |
|
735 |
-
#: contact_form.php:
|
736 |
msgid "Errors output"
|
737 |
msgstr ""
|
738 |
|
739 |
-
#: contact_form.php:
|
740 |
msgid "Display error messages"
|
741 |
msgstr ""
|
742 |
|
743 |
-
#: contact_form.php:
|
744 |
msgid "Color of the input field errors."
|
745 |
msgstr ""
|
746 |
|
747 |
-
#: contact_form.php:
|
748 |
#, fuzzy
|
749 |
msgid "Display error messages & color of the input field errors"
|
750 |
msgstr "Паведамленьне аб памылкі для поля Тэма"
|
751 |
|
752 |
-
#: contact_form.php:
|
753 |
msgid "Add placeholder to the input blocks"
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: contact_form.php:
|
757 |
#, fuzzy
|
758 |
msgid "Add tooltips"
|
759 |
msgstr "Дадатковыя наладкі"
|
760 |
|
761 |
-
#: contact_form.php:
|
762 |
#, fuzzy
|
763 |
msgid "Email address"
|
764 |
msgstr "E-mail адрас:"
|
765 |
|
766 |
-
#: contact_form.php:
|
767 |
#, fuzzy
|
768 |
msgid "Phone Number"
|
769 |
msgstr "Тэлефон:"
|
770 |
|
771 |
-
#: contact_form.php:
|
772 |
#, fuzzy
|
773 |
msgid "Attachment"
|
774 |
msgstr "Прычапіць файл:"
|
775 |
|
776 |
-
#: contact_form.php:
|
777 |
msgid "(powered by bestwebsoft.com)"
|
778 |
msgstr ""
|
779 |
|
780 |
-
#: contact_form.php:
|
781 |
#, fuzzy
|
782 |
msgid "Style options"
|
783 |
msgstr "Дадатковыя наладкі"
|
784 |
|
785 |
-
#: contact_form.php:
|
786 |
msgid "Text color"
|
787 |
msgstr ""
|
788 |
|
789 |
-
#: contact_form.php:
|
790 |
-
#: contact_form.php:1161
|
791 |
#: contact_form.php:1171
|
792 |
-
#: contact_form.php:1176
|
793 |
#: contact_form.php:1181
|
794 |
#: contact_form.php:1186
|
|
|
795 |
#: contact_form.php:1196
|
796 |
-
#: contact_form.php:
|
797 |
-
#: contact_form.php:
|
798 |
-
#: contact_form.php:
|
799 |
-
#: contact_form.php:1223
|
800 |
#: contact_form.php:1228
|
|
|
|
|
801 |
msgid "Default"
|
802 |
msgstr ""
|
803 |
|
804 |
-
#: contact_form.php:
|
805 |
msgid "Label text color"
|
806 |
msgstr ""
|
807 |
|
808 |
-
#: contact_form.php:
|
809 |
msgid "Placeholder color"
|
810 |
msgstr ""
|
811 |
|
812 |
-
#: contact_form.php:
|
813 |
msgid "Errors color"
|
814 |
msgstr ""
|
815 |
|
816 |
-
#: contact_form.php:
|
817 |
msgid "Error text color"
|
818 |
msgstr ""
|
819 |
|
820 |
-
#: contact_form.php:
|
821 |
msgid "Background color of the input field errors"
|
822 |
msgstr ""
|
823 |
|
824 |
-
#: contact_form.php:
|
825 |
msgid "Border color of the input field errors"
|
826 |
msgstr ""
|
827 |
|
828 |
-
#: contact_form.php:
|
829 |
msgid "Placeholder color of the input field errors"
|
830 |
msgstr ""
|
831 |
|
832 |
-
#: contact_form.php:
|
833 |
#, fuzzy
|
834 |
msgid "Input fields"
|
835 |
msgstr "Адлюстраваць тэкст"
|
836 |
|
837 |
-
#: contact_form.php:
|
838 |
msgid "Input fields background color"
|
839 |
msgstr ""
|
840 |
|
841 |
-
#: contact_form.php:
|
842 |
msgid "Text fields color"
|
843 |
msgstr ""
|
844 |
|
845 |
-
#: contact_form.php:
|
846 |
msgid "Border width in px, numbers only"
|
847 |
msgstr ""
|
848 |
|
849 |
-
#: contact_form.php:
|
850 |
-
#: contact_form.php:
|
851 |
msgid "Border color"
|
852 |
msgstr ""
|
853 |
|
854 |
-
#: contact_form.php:
|
855 |
#, fuzzy
|
856 |
msgid "Submit button"
|
857 |
msgstr "Адправіць"
|
858 |
|
859 |
-
#: contact_form.php:
|
860 |
msgid "Width in px, numbers only"
|
861 |
msgstr ""
|
862 |
|
863 |
-
#: contact_form.php:
|
864 |
msgid "Button color"
|
865 |
msgstr ""
|
866 |
|
867 |
-
#: contact_form.php:
|
868 |
msgid "Button text color"
|
869 |
msgstr ""
|
870 |
|
871 |
-
#: contact_form.php:
|
872 |
#, fuzzy
|
873 |
msgid "Contact Form Pro | Preview"
|
874 |
msgstr "Кантактная форма"
|
875 |
|
876 |
-
#: contact_form.php:
|
877 |
msgid "Show with errors"
|
878 |
msgstr ""
|
879 |
|
880 |
-
#: contact_form.php:
|
881 |
-
#: contact_form.php:
|
882 |
msgid "Please enter your full name..."
|
883 |
msgstr ""
|
884 |
|
885 |
-
#: contact_form.php:
|
886 |
-
#: contact_form.php:
|
887 |
msgid "Please enter your address..."
|
888 |
msgstr ""
|
889 |
|
890 |
-
#: contact_form.php:
|
891 |
-
#: contact_form.php:
|
892 |
#, fuzzy
|
893 |
msgid "Please enter your email address..."
|
894 |
msgstr "Выкарыстоўваць гэты email-адрас:"
|
895 |
|
896 |
-
#: contact_form.php:
|
897 |
-
#: contact_form.php:
|
898 |
msgid "Please enter your phone number..."
|
899 |
msgstr ""
|
900 |
|
901 |
-
#: contact_form.php:
|
902 |
-
#: contact_form.php:
|
903 |
msgid "Please enter subject..."
|
904 |
msgstr ""
|
905 |
|
906 |
-
#: contact_form.php:
|
907 |
-
#: contact_form.php:
|
908 |
msgid "Please enter your message..."
|
909 |
msgstr ""
|
910 |
|
911 |
-
#: contact_form.php:
|
912 |
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
913 |
msgstr ""
|
914 |
|
915 |
-
#: contact_form.php:
|
916 |
msgid "Please, go to"
|
917 |
msgstr ""
|
918 |
|
919 |
-
#: contact_form.php:
|
920 |
#, fuzzy
|
921 |
msgid "the setting page"
|
922 |
msgstr "Наладкі"
|
923 |
|
924 |
-
#: contact_form.php:
|
925 |
msgid "You will be redirected automatically in 5 seconds."
|
926 |
msgstr ""
|
927 |
|
928 |
-
#: contact_form.php:
|
929 |
msgid "You can download and activate"
|
930 |
msgstr ""
|
931 |
|
932 |
-
#: contact_form.php:
|
933 |
msgid "version of this plugin by entering Your license key."
|
934 |
msgstr ""
|
935 |
|
936 |
-
#: contact_form.php:
|
937 |
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
938 |
msgstr ""
|
939 |
|
940 |
-
#: contact_form.php:
|
941 |
msgid "(your username is the email you specify when purchasing the product)."
|
942 |
msgstr ""
|
943 |
|
944 |
-
#: contact_form.php:1379
|
945 |
#: contact_form.php:1389
|
|
|
946 |
msgid "Go!"
|
947 |
msgstr ""
|
948 |
|
949 |
-
#: contact_form.php:
|
950 |
msgid "Sorry, email message could not be delivered."
|
951 |
msgstr "Прабачце, вашая электронная пошта не можа быць адпраўленай."
|
952 |
|
953 |
-
#: contact_form.php:
|
954 |
msgid "Contact from"
|
955 |
msgstr "Кантактная форма"
|
956 |
|
957 |
-
#: contact_form.php:
|
958 |
-
#: contact_form.php:
|
959 |
msgid "Email"
|
960 |
msgstr "Электронная пошта"
|
961 |
|
962 |
-
#: contact_form.php:
|
963 |
-
#: contact_form.php:
|
964 |
msgid "Phone"
|
965 |
msgstr "Тэлефон"
|
966 |
|
967 |
-
#: contact_form.php:
|
968 |
-
#: contact_form.php:
|
969 |
msgid "Site"
|
970 |
msgstr "Сайт"
|
971 |
|
972 |
-
#: contact_form.php:
|
973 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
974 |
msgstr "Калі вы бачыце гэты MIME, значыць гэты тып не падтрымліваецца вашым паштовым кліентам!"
|
975 |
|
976 |
-
#: contact_form.php:
|
977 |
msgid "FAQ"
|
978 |
msgstr "Пытаньні й адказы"
|
979 |
|
980 |
-
#: contact_form.php:
|
981 |
msgid "Support"
|
982 |
msgstr "Падтрымка"
|
983 |
|
984 |
-
#: contact_form.php:
|
985 |
msgid "Are you sure that you want to delete this language data?"
|
986 |
msgstr "Вы сапраўды хочаце выдаліць дадзеныя для гэтай мовы?"
|
987 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
988 |
#, fuzzy
|
989 |
#~ msgid "Contact Form Pro Extra Settings"
|
990 |
#~ msgstr "Наладкі кантактнай формы"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-02-20 13:59+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-02-20 13:59+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Sakałoŭ Alaksiej <nullbsd@gmail.com>\n"
|
9 |
"Language: be_BY\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: contact_form.php:33
|
20 |
+
#: contact_form.php:660
|
21 |
#, fuzzy
|
22 |
msgid "Contact Form Settings"
|
23 |
msgstr "Наладкі кантактнай формы"
|
27 |
msgstr "Кантактная форма"
|
28 |
|
29 |
#: contact_form.php:80
|
30 |
+
#: contact_form.php:978
|
31 |
+
#: contact_form.php:1008
|
32 |
msgid "Name:"
|
33 |
msgstr "Імя:"
|
34 |
|
35 |
#: contact_form.php:81
|
36 |
+
#: contact_form.php:979
|
37 |
+
#: contact_form.php:1009
|
38 |
#, fuzzy
|
39 |
msgid "Address:"
|
40 |
msgstr "E-mail адрас:"
|
41 |
|
42 |
#: contact_form.php:82
|
43 |
+
#: contact_form.php:980
|
44 |
+
#: contact_form.php:1010
|
45 |
msgid "Email Address:"
|
46 |
msgstr "E-mail адрас:"
|
47 |
|
48 |
#: contact_form.php:83
|
49 |
+
#: contact_form.php:981
|
50 |
+
#: contact_form.php:1011
|
51 |
msgid "Phone number:"
|
52 |
msgstr "Тэлефон:"
|
53 |
|
54 |
#: contact_form.php:84
|
55 |
+
#: contact_form.php:982
|
56 |
+
#: contact_form.php:1012
|
57 |
msgid "Subject:"
|
58 |
msgstr "Тэма:"
|
59 |
|
60 |
#: contact_form.php:85
|
61 |
+
#: contact_form.php:983
|
62 |
+
#: contact_form.php:1013
|
63 |
msgid "Message:"
|
64 |
msgstr "Паведамленьне:"
|
65 |
|
66 |
#: contact_form.php:86
|
67 |
+
#: contact_form.php:984
|
68 |
+
#: contact_form.php:1014
|
69 |
msgid "Attachment:"
|
70 |
msgstr "Прычапіць файл:"
|
71 |
|
74 |
msgstr ""
|
75 |
|
76 |
#: contact_form.php:88
|
77 |
+
#: contact_form.php:986
|
78 |
+
#: contact_form.php:1016
|
79 |
msgid "Send me a copy"
|
80 |
msgstr "Адправіць мне копію"
|
81 |
|
82 |
#: contact_form.php:89
|
83 |
+
#: contact_form.php:987
|
84 |
+
#: contact_form.php:1017
|
85 |
msgid "Submit"
|
86 |
msgstr "Адправіць"
|
87 |
|
139 |
msgid "Thank you for contacting us."
|
140 |
msgstr "Дзякуем за кантакт з намі."
|
141 |
|
142 |
+
#: contact_form.php:203
|
143 |
#, fuzzy
|
144 |
msgid "requires"
|
145 |
msgstr "Абавязковыя палі"
|
146 |
|
147 |
+
#: contact_form.php:203
|
148 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: contact_form.php:203
|
152 |
msgid "Back to the WordPress"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: contact_form.php:203
|
156 |
#, fuzzy
|
157 |
msgid "Plugins page"
|
158 |
msgstr "Плагины BWS"
|
159 |
|
160 |
+
#: contact_form.php:494
|
161 |
msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
|
162 |
msgstr "Калі наладка 'Перайсьці на старонку' абрана, тады URL павінен быць запоўнены ў наступным фармаце"
|
163 |
|
164 |
+
#: contact_form.php:503
|
165 |
msgid "Such user does not exist. Settings are not saved."
|
166 |
msgstr "Дадзены карыстальнік ня знойдзен. Наладкі не захаваны"
|
167 |
|
168 |
+
#: contact_form.php:507
|
169 |
+
#: contact_form.php:513
|
170 |
msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
|
171 |
msgstr "Калі ласка, увядзіце карэктны адрас для радка 'FROM'. Наладкі не захаваны."
|
172 |
|
173 |
+
#: contact_form.php:518
|
174 |
#, fuzzy
|
175 |
msgid "Settings saved."
|
176 |
msgstr "Наладкі захаваны."
|
177 |
|
178 |
+
#: contact_form.php:554
|
179 |
+
#: contact_form.php:593
|
180 |
msgid "Wrong license key"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: contact_form.php:586
|
184 |
msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: contact_form.php:595
|
188 |
msgid "This license key is bind to another site"
|
189 |
msgstr ""
|
190 |
|
191 |
+
#: contact_form.php:597
|
192 |
+
#: contact_form.php:1392
|
193 |
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: contact_form.php:615
|
197 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: contact_form.php:621
|
201 |
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: contact_form.php:625
|
205 |
+
#: contact_form.php:634
|
206 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
207 |
msgstr ""
|
208 |
|
209 |
+
#: contact_form.php:638
|
210 |
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
|
211 |
msgstr ""
|
212 |
|
213 |
+
#: contact_form.php:653
|
214 |
#, fuzzy
|
215 |
msgid "Please, enter Your license key"
|
216 |
msgstr "Выкарыстоўваць гэты email-адрас:"
|
217 |
|
218 |
+
#: contact_form.php:662
|
219 |
msgid "Notice:"
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: contact_form.php:662
|
223 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: contact_form.php:665
|
227 |
+
#: contact_form.php:1997
|
228 |
+
#: contact_form.php:2008
|
229 |
msgid "Settings"
|
230 |
msgstr "Наладкі"
|
231 |
|
232 |
+
#: contact_form.php:666
|
233 |
#, fuzzy
|
234 |
msgid "Extra settings"
|
235 |
msgstr "Наладкі"
|
236 |
|
237 |
+
#: contact_form.php:667
|
238 |
msgid "Go PRO"
|
239 |
msgstr ""
|
240 |
|
241 |
+
#: contact_form.php:673
|
242 |
+
#: contact_form.php:1351
|
243 |
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:"
|
244 |
msgstr "Калі вы жадаеце дадаць Кантактную Форму на свой сайт, тады вам неабходна толькі скапіяваць ды ўставіць Shortcode у канктэнт старонкі, ці запісу, ці аздабленьня:"
|
245 |
|
|
|
246 |
#: contact_form.php:673
|
247 |
+
#: contact_form.php:674
|
248 |
+
#: contact_form.php:1001
|
249 |
+
#: contact_form.php:1050
|
250 |
msgid "or"
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: contact_form.php:674
|
254 |
msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
|
255 |
msgstr ""
|
256 |
|
257 |
+
#: contact_form.php:675
|
258 |
msgid "They work the same way."
|
259 |
msgstr ""
|
260 |
|
261 |
+
#: contact_form.php:676
|
262 |
msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
|
263 |
msgstr "Калі інфармацыя ў палях ніжэй адсутнічае, паведамленьне будзе адпраўлена на email адрас, які быў указаны пры рэгістрацыі на сайце."
|
264 |
|
265 |
+
#: contact_form.php:680
|
266 |
msgid "The user's email address:"
|
267 |
msgstr "Электронны адрас карыстальніка:"
|
268 |
|
269 |
+
#: contact_form.php:684
|
270 |
msgid "Create a username"
|
271 |
msgstr "Абярыце імя карыстальніка"
|
272 |
|
273 |
+
#: contact_form.php:689
|
274 |
msgid "Enter a username of the person who should get the messages from the contact form."
|
275 |
msgstr "Увядзіце імя карыстальніка, які будзе атрымліваць паведамленьні кантактнай формы."
|
276 |
|
277 |
+
#: contact_form.php:693
|
278 |
msgid "Use this email address:"
|
279 |
msgstr "Выкарыстоўваць гэты email-адрас:"
|
280 |
|
281 |
+
#: contact_form.php:696
|
282 |
msgid "Enter the email address you want the messages forwarded to."
|
283 |
msgstr "Увядзіце адрас, на які хочаце перанакіраваць паведамленьне."
|
284 |
|
285 |
+
#: contact_form.php:702
|
286 |
msgid "Add department selectbox to the contact form:"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: contact_form.php:710
|
290 |
+
#: contact_form.php:1246
|
291 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
292 |
msgstr ""
|
293 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
294 |
#: contact_form.php:715
|
295 |
#: contact_form.php:852
|
296 |
#: contact_form.php:923
|
297 |
+
#: contact_form.php:1096
|
298 |
+
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
299 |
+
msgstr ""
|
300 |
+
|
301 |
+
#: contact_form.php:716
|
302 |
+
#: contact_form.php:853
|
303 |
+
#: contact_form.php:924
|
304 |
+
#: contact_form.php:1097
|
305 |
#, fuzzy
|
306 |
msgid "Contact Form Pro"
|
307 |
msgstr "Кантактная форма"
|
308 |
|
309 |
+
#: contact_form.php:722
|
310 |
msgid "Save emails to the database"
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: contact_form.php:732
|
314 |
msgid "Using"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: contact_form.php:732
|
318 |
+
#: contact_form.php:901
|
319 |
+
#: contact_form.php:904
|
320 |
+
#: contact_form.php:908
|
321 |
msgid "powered by"
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: contact_form.php:735
|
325 |
+
#: contact_form.php:739
|
326 |
msgid "Using Contact Form to DB powered by"
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: contact_form.php:735
|
330 |
#, fuzzy
|
331 |
msgid "Activate Contact Form to DB"
|
332 |
msgstr "Кантактная форма"
|
333 |
|
334 |
+
#: contact_form.php:739
|
335 |
#, fuzzy
|
336 |
msgid "Download Contact Form to DB"
|
337 |
msgstr "Кантактная форма"
|
338 |
|
339 |
+
#: contact_form.php:744
|
340 |
msgid "Additional options"
|
341 |
msgstr "Дадатковыя наладкі"
|
342 |
|
343 |
+
#: contact_form.php:746
|
344 |
msgid "Show"
|
345 |
msgstr ""
|
346 |
|
347 |
+
#: contact_form.php:747
|
348 |
msgid "Hide"
|
349 |
msgstr ""
|
350 |
|
351 |
+
#: contact_form.php:751
|
352 |
msgid "What to use?"
|
353 |
msgstr "Што выкарыстоўваць?"
|
354 |
|
355 |
+
#: contact_form.php:754
|
356 |
msgid "Wp-mail"
|
357 |
msgstr "Wp-mail"
|
358 |
|
359 |
+
#: contact_form.php:754
|
360 |
msgid "You can use the wp_mail function for mailing"
|
361 |
msgstr "Для адпраўкі пошты вы можаце выкарыстоўваць функцыю php mail"
|
362 |
|
363 |
+
#: contact_form.php:756
|
364 |
msgid "Mail"
|
365 |
msgstr "Mail"
|
366 |
|
367 |
+
#: contact_form.php:756
|
368 |
msgid "To send mail you can use the php mail function"
|
369 |
msgstr "Для адпраўкі пошты вы можаце выкарыстоўваць функцыю php mail"
|
370 |
|
371 |
+
#: contact_form.php:760
|
372 |
#, fuzzy
|
373 |
msgid "The text in the 'From' field"
|
374 |
msgstr "Зьмяніць тэкст для радка 'FROM' у лісьце"
|
375 |
|
376 |
+
#: contact_form.php:762
|
377 |
msgid "User name"
|
378 |
msgstr ""
|
379 |
|
380 |
+
#: contact_form.php:763
|
381 |
#, fuzzy
|
382 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
383 |
msgstr "Адрас электроннай пошты карыстальніка, які запаўняе форму будзе выкарыстоўвацца ў поле 'From'."
|
384 |
|
385 |
+
#: contact_form.php:766
|
386 |
#, fuzzy
|
387 |
msgid "This text will be used in the 'FROM' field"
|
388 |
msgstr "Гэты адрас будзе выкарыстоўвацца ў поле 'From'"
|
389 |
|
390 |
+
#: contact_form.php:770
|
391 |
#, fuzzy
|
392 |
msgid "The email address in the 'From' field"
|
393 |
msgstr "Калі ласка, увядзіце адрас электроннай пошты ў поле 'From'"
|
394 |
|
395 |
+
#: contact_form.php:772
|
396 |
msgid "User email"
|
397 |
msgstr ""
|
398 |
|
399 |
+
#: contact_form.php:773
|
400 |
#, fuzzy
|
401 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
402 |
msgstr "Адрас электроннай пошты карыстальніка, які запаўняе форму будзе выкарыстоўвацца ў поле 'From'."
|
403 |
|
404 |
+
#: contact_form.php:776
|
405 |
msgid "This email address will be used in the 'From' field."
|
406 |
msgstr "Гэты адрас будзе выкарыстоўвацца ў поле 'From'"
|
407 |
|
408 |
+
#: contact_form.php:780
|
409 |
#, fuzzy
|
410 |
msgid "Required symbol"
|
411 |
msgstr "Абавязковыя палі"
|
412 |
|
413 |
+
#: contact_form.php:790
|
414 |
msgid "Fields"
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: contact_form.php:791
|
418 |
msgid "Used"
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: contact_form.php:792
|
422 |
#, fuzzy
|
423 |
msgid "Required"
|
424 |
msgstr "Абавязковыя палі"
|
425 |
|
426 |
+
#: contact_form.php:793
|
427 |
msgid "Visible"
|
428 |
msgstr ""
|
429 |
|
430 |
+
#: contact_form.php:794
|
431 |
msgid "Disabled for editing"
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: contact_form.php:795
|
435 |
msgid "Field's default value"
|
436 |
msgstr ""
|
437 |
|
438 |
+
#: contact_form.php:800
|
439 |
+
#: contact_form.php:1121
|
440 |
+
#: contact_form.php:1841
|
441 |
+
#: contact_form.php:1871
|
442 |
msgid "Name"
|
443 |
msgstr "Імя"
|
444 |
|
445 |
+
#: contact_form.php:808
|
446 |
+
#: contact_form.php:1126
|
447 |
+
#: contact_form.php:1845
|
448 |
+
#: contact_form.php:1873
|
449 |
#, fuzzy
|
450 |
msgid "Address"
|
451 |
msgstr "E-mail адрас:"
|
452 |
|
453 |
+
#: contact_form.php:816
|
454 |
#, fuzzy
|
455 |
msgid "Email Address"
|
456 |
msgstr "E-mail адрас:"
|
457 |
|
458 |
+
#: contact_form.php:824
|
459 |
#, fuzzy
|
460 |
msgid "Phone number"
|
461 |
msgstr "Тэлефон:"
|
462 |
|
463 |
+
#: contact_form.php:832
|
464 |
+
#: contact_form.php:1141
|
465 |
+
#: contact_form.php:1855
|
466 |
+
#: contact_form.php:1877
|
467 |
msgid "Subject"
|
468 |
msgstr "Тэма"
|
469 |
|
470 |
+
#: contact_form.php:840
|
471 |
+
#: contact_form.php:1145
|
472 |
+
#: contact_form.php:1858
|
473 |
+
#: contact_form.php:1878
|
474 |
msgid "Message"
|
475 |
msgstr "Паведамленьне"
|
476 |
|
477 |
+
#: contact_form.php:858
|
478 |
#, fuzzy
|
479 |
msgid "Attachment block"
|
480 |
msgstr "Паказваць блок Прычапіць Файл"
|
481 |
|
482 |
+
#: contact_form.php:860
|
483 |
msgid "Users can attach the following file formats"
|
484 |
msgstr "Карыстальнікі могуць прычапляць файлы наступных тыпаў"
|
485 |
|
486 |
+
#: contact_form.php:874
|
487 |
msgid "Add to the form"
|
488 |
msgstr ""
|
489 |
|
490 |
+
#: contact_form.php:879
|
491 |
#, fuzzy
|
492 |
msgid "Tips below the Attachment"
|
493 |
msgstr "Паказваць блок Прычапіць Файл"
|
494 |
|
495 |
+
#: contact_form.php:888
|
496 |
#, fuzzy
|
497 |
msgid "'Send me a copy' block"
|
498 |
msgstr "Паказаць блок Адправіць мне копію"
|
499 |
|
500 |
+
#: contact_form.php:901
|
501 |
+
#: contact_form.php:904
|
502 |
+
#: contact_form.php:908
|
503 |
+
#: contact_form.php:1155
|
504 |
msgid "Captcha"
|
505 |
msgstr ""
|
506 |
|
507 |
+
#: contact_form.php:904
|
508 |
#, fuzzy
|
509 |
msgid "Activate captcha"
|
510 |
msgstr "Актываваныя пашырэньні"
|
511 |
|
512 |
+
#: contact_form.php:908
|
513 |
#, fuzzy
|
514 |
msgid "Download captcha"
|
515 |
msgstr "Спампаваць"
|
516 |
|
517 |
+
#: contact_form.php:916
|
518 |
msgid "Agreement checkbox"
|
519 |
msgstr ""
|
520 |
|
521 |
+
#: contact_form.php:916
|
522 |
msgid "Required checkbox for submitting the form"
|
523 |
msgstr ""
|
524 |
|
525 |
+
#: contact_form.php:917
|
526 |
msgid "Optional checkbox"
|
527 |
msgstr ""
|
528 |
|
529 |
+
#: contact_form.php:917
|
530 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
531 |
msgstr ""
|
532 |
|
533 |
+
#: contact_form.php:928
|
534 |
msgid "Delete an attachment file from the server after the email is sent"
|
535 |
msgstr ""
|
536 |
|
537 |
+
#: contact_form.php:934
|
538 |
msgid "Email in HTML format sending"
|
539 |
msgstr ""
|
540 |
|
541 |
+
#: contact_form.php:938
|
542 |
#, fuzzy
|
543 |
msgid "Display additional info in the email"
|
544 |
msgstr "Паказ дадатковай інфармацыі ў лісьце"
|
545 |
|
546 |
+
#: contact_form.php:943
|
547 |
+
#: contact_form.php:1808
|
548 |
+
#: contact_form.php:1810
|
549 |
msgid "Sent from (ip address)"
|
550 |
msgstr "Адпраўлена ад (IP адрас)"
|
551 |
|
552 |
+
#: contact_form.php:943
|
553 |
#, fuzzy
|
554 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
555 |
msgstr "Адпраўлена ад (IP адрас)"
|
556 |
|
557 |
+
#: contact_form.php:944
|
558 |
+
#: contact_form.php:1814
|
559 |
+
#: contact_form.php:1816
|
560 |
msgid "Date/Time"
|
561 |
msgstr "Дата/Час"
|
562 |
|
563 |
+
#: contact_form.php:944
|
564 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
565 |
msgstr ""
|
566 |
|
567 |
+
#: contact_form.php:945
|
568 |
+
#: contact_form.php:1820
|
569 |
+
#: contact_form.php:1822
|
570 |
msgid "Sent from (referer)"
|
571 |
msgstr "Прыйшло з "
|
572 |
|
573 |
+
#: contact_form.php:945
|
574 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
575 |
msgstr ""
|
576 |
|
577 |
+
#: contact_form.php:946
|
578 |
+
#: contact_form.php:1826
|
579 |
+
#: contact_form.php:1828
|
580 |
msgid "Using (user agent)"
|
581 |
msgstr "Выкарыстоўваць (user agent)"
|
582 |
|
583 |
+
#: contact_form.php:946
|
584 |
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"
|
585 |
msgstr ""
|
586 |
|
587 |
+
#: contact_form.php:950
|
588 |
msgid "Language settings for the field names in the form"
|
589 |
msgstr "Моўныя наладкі для палёў у форме"
|
590 |
|
591 |
+
#: contact_form.php:959
|
592 |
#, fuzzy
|
593 |
msgid "Add a language"
|
594 |
msgstr "Дадаць мову"
|
595 |
|
596 |
+
#: contact_form.php:963
|
597 |
msgid "Change the names of the contact form fields and error messages"
|
598 |
msgstr "Зьмяніць назвы палёў кантактнай формы й паведамленьняў аб памылках"
|
599 |
|
600 |
+
#: contact_form.php:968
|
601 |
+
#: contact_form.php:1041
|
602 |
msgid "English"
|
603 |
msgstr "Ангельская"
|
604 |
|
605 |
+
#: contact_form.php:976
|
606 |
+
#: contact_form.php:1006
|
607 |
msgid "click to expand/hide the list"
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: contact_form.php:985
|
611 |
+
#: contact_form.php:1015
|
612 |
#, fuzzy
|
613 |
msgid "Tips below the Attachment block"
|
614 |
msgstr "Паказваць блок Прычапіць Файл"
|
615 |
|
616 |
+
#: contact_form.php:988
|
617 |
+
#: contact_form.php:1018
|
618 |
msgid "Error message for the Name field"
|
619 |
msgstr "Паведамленьне аб памылкі для поля Імя Карыстальніка"
|
620 |
|
621 |
+
#: contact_form.php:989
|
622 |
+
#: contact_form.php:1019
|
623 |
#, fuzzy
|
624 |
msgid "Error message for the Address field"
|
625 |
msgstr "Паведамленьне аб памылкі для поля Паведамленьне"
|
626 |
|
|
|
|
|
|
|
|
|
|
|
627 |
#: contact_form.php:990
|
628 |
#: contact_form.php:1020
|
629 |
+
msgid "Error message for the Email field"
|
630 |
+
msgstr "Паведамленьне аб памылкі для поля Электронная Пошта"
|
631 |
|
632 |
#: contact_form.php:991
|
633 |
#: contact_form.php:1021
|
634 |
+
msgid "Error message for the Phone field"
|
635 |
+
msgstr "Паведамленьне аб памылкі для поля Тэлефон"
|
636 |
|
637 |
#: contact_form.php:992
|
638 |
#: contact_form.php:1022
|
639 |
+
msgid "Error message for the Subject field"
|
640 |
+
msgstr "Паведамленьне аб памылкі для поля Тэма"
|
641 |
|
642 |
#: contact_form.php:993
|
643 |
#: contact_form.php:1023
|
644 |
+
msgid "Error message for the Message field"
|
645 |
+
msgstr "Паведамленьне аб памылкі для поля Паведамленьне"
|
|
|
646 |
|
647 |
#: contact_form.php:994
|
648 |
#: contact_form.php:1024
|
649 |
#, fuzzy
|
650 |
+
msgid "Error message about the file type for the Attachment field"
|
651 |
msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
|
652 |
|
653 |
#: contact_form.php:995
|
654 |
#: contact_form.php:1025
|
655 |
#, fuzzy
|
656 |
+
msgid "Error message while uploading a file for the Attachment field to the server"
|
657 |
msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
|
658 |
|
659 |
#: contact_form.php:996
|
660 |
#: contact_form.php:1026
|
661 |
#, fuzzy
|
662 |
+
msgid "Error message while moving the file for the Attachment field"
|
663 |
msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
|
664 |
|
665 |
#: contact_form.php:997
|
666 |
#: contact_form.php:1027
|
667 |
+
#, fuzzy
|
668 |
+
msgid "Error message when file size limit for the Attachment field is exceeded"
|
669 |
+
msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
|
670 |
|
671 |
#: contact_form.php:998
|
672 |
#: contact_form.php:1028
|
673 |
+
msgid "Error message for the Captcha field"
|
674 |
+
msgstr "Паведамленьне аб памылкі для поля Captcha"
|
675 |
+
|
676 |
+
#: contact_form.php:999
|
677 |
+
#: contact_form.php:1029
|
678 |
msgid "Error message for the whole form"
|
679 |
msgstr "Паведамленьне аб памылцы для усёй формы"
|
680 |
|
681 |
+
#: contact_form.php:1001
|
682 |
+
#: contact_form.php:1031
|
683 |
+
#: contact_form.php:1050
|
684 |
+
#: contact_form.php:1056
|
685 |
msgid "Use shortcode"
|
686 |
msgstr "Выкарыстоўваць shortcode"
|
687 |
|
688 |
+
#: contact_form.php:1001
|
689 |
+
#: contact_form.php:1031
|
690 |
+
#: contact_form.php:1050
|
691 |
+
#: contact_form.php:1056
|
692 |
msgid "for this language"
|
693 |
msgstr "для дадзенай мовы"
|
694 |
|
695 |
+
#: contact_form.php:1038
|
696 |
msgid "Action after email is sent"
|
697 |
msgstr "Дзеяньні пасьля адпраўкі ліста"
|
698 |
|
699 |
+
#: contact_form.php:1040
|
700 |
msgid "Display text"
|
701 |
msgstr "Адлюстраваць тэкст"
|
702 |
|
703 |
+
#: contact_form.php:1049
|
704 |
+
#: contact_form.php:1055
|
705 |
msgid "Text"
|
706 |
msgstr "Тэкст"
|
707 |
|
708 |
+
#: contact_form.php:1062
|
709 |
msgid "Redirect to the page"
|
710 |
msgstr "Перакінуць на старонку"
|
711 |
|
712 |
+
#: contact_form.php:1063
|
713 |
msgid "Url"
|
714 |
msgstr "www-адрас"
|
715 |
|
716 |
#: contact_form.php:1067
|
717 |
+
msgid "The $_SERVER variable that is used to build a URL of the form"
|
718 |
+
msgstr ""
|
719 |
+
|
720 |
+
#: contact_form.php:1071
|
721 |
+
msgid "If you are not sure whether to change this setting or not, please do not do that."
|
722 |
+
msgstr ""
|
723 |
+
|
724 |
+
#: contact_form.php:1077
|
725 |
+
#: contact_form.php:1252
|
726 |
msgid "Save Changes"
|
727 |
msgstr "Захаваць зьмены"
|
728 |
|
729 |
+
#: contact_form.php:1082
|
730 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
731 |
msgstr ""
|
732 |
|
733 |
+
#: contact_form.php:1083
|
734 |
#, fuzzy
|
735 |
msgid "Rate the plugin"
|
736 |
msgstr "Рэкамэндаваныя да ўсталёўкі пашырэньні"
|
737 |
|
738 |
+
#: contact_form.php:1086
|
739 |
#, fuzzy
|
740 |
msgid "If there is something wrong about it, please contact us"
|
741 |
msgstr "Калі ў вас ёсьць якія небудзь пытаньні, зьвяртайцеся да plugin@bestwebsoft.com ці запоўніце кантактную форму на нашым сайце"
|
742 |
|
743 |
+
#: contact_form.php:1101
|
744 |
msgid "Errors output"
|
745 |
msgstr ""
|
746 |
|
747 |
+
#: contact_form.php:1104
|
748 |
msgid "Display error messages"
|
749 |
msgstr ""
|
750 |
|
751 |
+
#: contact_form.php:1105
|
752 |
msgid "Color of the input field errors."
|
753 |
msgstr ""
|
754 |
|
755 |
+
#: contact_form.php:1106
|
756 |
#, fuzzy
|
757 |
msgid "Display error messages & color of the input field errors"
|
758 |
msgstr "Паведамленьне аб памылкі для поля Тэма"
|
759 |
|
760 |
+
#: contact_form.php:1111
|
761 |
msgid "Add placeholder to the input blocks"
|
762 |
msgstr ""
|
763 |
|
764 |
+
#: contact_form.php:1117
|
765 |
#, fuzzy
|
766 |
msgid "Add tooltips"
|
767 |
msgstr "Дадатковыя наладкі"
|
768 |
|
769 |
+
#: contact_form.php:1131
|
770 |
#, fuzzy
|
771 |
msgid "Email address"
|
772 |
msgstr "E-mail адрас:"
|
773 |
|
774 |
+
#: contact_form.php:1136
|
775 |
#, fuzzy
|
776 |
msgid "Phone Number"
|
777 |
msgstr "Тэлефон:"
|
778 |
|
779 |
+
#: contact_form.php:1150
|
780 |
#, fuzzy
|
781 |
msgid "Attachment"
|
782 |
msgstr "Прычапіць файл:"
|
783 |
|
784 |
+
#: contact_form.php:1155
|
785 |
msgid "(powered by bestwebsoft.com)"
|
786 |
msgstr ""
|
787 |
|
788 |
+
#: contact_form.php:1160
|
789 |
#, fuzzy
|
790 |
msgid "Style options"
|
791 |
msgstr "Дадатковыя наладкі"
|
792 |
|
793 |
+
#: contact_form.php:1163
|
794 |
msgid "Text color"
|
795 |
msgstr ""
|
796 |
|
797 |
+
#: contact_form.php:1166
|
|
|
798 |
#: contact_form.php:1171
|
|
|
799 |
#: contact_form.php:1181
|
800 |
#: contact_form.php:1186
|
801 |
+
#: contact_form.php:1191
|
802 |
#: contact_form.php:1196
|
803 |
+
#: contact_form.php:1206
|
804 |
+
#: contact_form.php:1211
|
805 |
+
#: contact_form.php:1217
|
|
|
806 |
#: contact_form.php:1228
|
807 |
+
#: contact_form.php:1233
|
808 |
+
#: contact_form.php:1238
|
809 |
msgid "Default"
|
810 |
msgstr ""
|
811 |
|
812 |
+
#: contact_form.php:1168
|
813 |
msgid "Label text color"
|
814 |
msgstr ""
|
815 |
|
816 |
+
#: contact_form.php:1173
|
817 |
msgid "Placeholder color"
|
818 |
msgstr ""
|
819 |
|
820 |
+
#: contact_form.php:1178
|
821 |
msgid "Errors color"
|
822 |
msgstr ""
|
823 |
|
824 |
+
#: contact_form.php:1183
|
825 |
msgid "Error text color"
|
826 |
msgstr ""
|
827 |
|
828 |
+
#: contact_form.php:1188
|
829 |
msgid "Background color of the input field errors"
|
830 |
msgstr ""
|
831 |
|
832 |
+
#: contact_form.php:1193
|
833 |
msgid "Border color of the input field errors"
|
834 |
msgstr ""
|
835 |
|
836 |
+
#: contact_form.php:1198
|
837 |
msgid "Placeholder color of the input field errors"
|
838 |
msgstr ""
|
839 |
|
840 |
+
#: contact_form.php:1203
|
841 |
#, fuzzy
|
842 |
msgid "Input fields"
|
843 |
msgstr "Адлюстраваць тэкст"
|
844 |
|
845 |
+
#: contact_form.php:1208
|
846 |
msgid "Input fields background color"
|
847 |
msgstr ""
|
848 |
|
849 |
+
#: contact_form.php:1213
|
850 |
msgid "Text fields color"
|
851 |
msgstr ""
|
852 |
|
853 |
+
#: contact_form.php:1215
|
854 |
msgid "Border width in px, numbers only"
|
855 |
msgstr ""
|
856 |
|
857 |
+
#: contact_form.php:1219
|
858 |
+
#: contact_form.php:1240
|
859 |
msgid "Border color"
|
860 |
msgstr ""
|
861 |
|
862 |
+
#: contact_form.php:1224
|
863 |
#, fuzzy
|
864 |
msgid "Submit button"
|
865 |
msgstr "Адправіць"
|
866 |
|
867 |
+
#: contact_form.php:1226
|
868 |
msgid "Width in px, numbers only"
|
869 |
msgstr ""
|
870 |
|
871 |
+
#: contact_form.php:1230
|
872 |
msgid "Button color"
|
873 |
msgstr ""
|
874 |
|
875 |
+
#: contact_form.php:1235
|
876 |
msgid "Button text color"
|
877 |
msgstr ""
|
878 |
|
879 |
+
#: contact_form.php:1256
|
880 |
#, fuzzy
|
881 |
msgid "Contact Form Pro | Preview"
|
882 |
msgstr "Кантактная форма"
|
883 |
|
884 |
+
#: contact_form.php:1259
|
885 |
msgid "Show with errors"
|
886 |
msgstr ""
|
887 |
|
888 |
+
#: contact_form.php:1267
|
889 |
+
#: contact_form.php:1269
|
890 |
msgid "Please enter your full name..."
|
891 |
msgstr ""
|
892 |
|
893 |
+
#: contact_form.php:1280
|
894 |
+
#: contact_form.php:1282
|
895 |
msgid "Please enter your address..."
|
896 |
msgstr ""
|
897 |
|
898 |
+
#: contact_form.php:1291
|
899 |
+
#: contact_form.php:1293
|
900 |
#, fuzzy
|
901 |
msgid "Please enter your email address..."
|
902 |
msgstr "Выкарыстоўваць гэты email-адрас:"
|
903 |
|
904 |
+
#: contact_form.php:1302
|
905 |
+
#: contact_form.php:1304
|
906 |
msgid "Please enter your phone number..."
|
907 |
msgstr ""
|
908 |
|
909 |
+
#: contact_form.php:1313
|
910 |
+
#: contact_form.php:1315
|
911 |
msgid "Please enter subject..."
|
912 |
msgstr ""
|
913 |
|
914 |
+
#: contact_form.php:1323
|
915 |
+
#: contact_form.php:1325
|
916 |
msgid "Please enter your message..."
|
917 |
msgstr ""
|
918 |
|
919 |
+
#: contact_form.php:1367
|
920 |
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
921 |
msgstr ""
|
922 |
|
923 |
+
#: contact_form.php:1369
|
924 |
msgid "Please, go to"
|
925 |
msgstr ""
|
926 |
|
927 |
+
#: contact_form.php:1369
|
928 |
#, fuzzy
|
929 |
msgid "the setting page"
|
930 |
msgstr "Наладкі"
|
931 |
|
932 |
+
#: contact_form.php:1370
|
933 |
msgid "You will be redirected automatically in 5 seconds."
|
934 |
msgstr ""
|
935 |
|
936 |
+
#: contact_form.php:1375
|
937 |
msgid "You can download and activate"
|
938 |
msgstr ""
|
939 |
|
940 |
+
#: contact_form.php:1377
|
941 |
msgid "version of this plugin by entering Your license key."
|
942 |
msgstr ""
|
943 |
|
944 |
+
#: contact_form.php:1379
|
945 |
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
946 |
msgstr ""
|
947 |
|
948 |
+
#: contact_form.php:1381
|
949 |
msgid "(your username is the email you specify when purchasing the product)."
|
950 |
msgstr ""
|
951 |
|
|
|
952 |
#: contact_form.php:1389
|
953 |
+
#: contact_form.php:1399
|
954 |
msgid "Go!"
|
955 |
msgstr ""
|
956 |
|
957 |
+
#: contact_form.php:1449
|
958 |
msgid "Sorry, email message could not be delivered."
|
959 |
msgstr "Прабачце, вашая электронная пошта не можа быць адпраўленай."
|
960 |
|
961 |
+
#: contact_form.php:1835
|
962 |
msgid "Contact from"
|
963 |
msgstr "Кантактная форма"
|
964 |
|
965 |
+
#: contact_form.php:1848
|
966 |
+
#: contact_form.php:1874
|
967 |
msgid "Email"
|
968 |
msgstr "Электронная пошта"
|
969 |
|
970 |
+
#: contact_form.php:1852
|
971 |
+
#: contact_form.php:1876
|
972 |
msgid "Phone"
|
973 |
msgstr "Тэлефон"
|
974 |
|
975 |
+
#: contact_form.php:1861
|
976 |
+
#: contact_form.php:1879
|
977 |
msgid "Site"
|
978 |
msgstr "Сайт"
|
979 |
|
980 |
+
#: contact_form.php:1941
|
981 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
982 |
msgstr "Калі вы бачыце гэты MIME, значыць гэты тып не падтрымліваецца вашым паштовым кліентам!"
|
983 |
|
984 |
+
#: contact_form.php:2009
|
985 |
msgid "FAQ"
|
986 |
msgstr "Пытаньні й адказы"
|
987 |
|
988 |
+
#: contact_form.php:2010
|
989 |
msgid "Support"
|
990 |
msgstr "Падтрымка"
|
991 |
|
992 |
+
#: contact_form.php:2068
|
993 |
msgid "Are you sure that you want to delete this language data?"
|
994 |
msgstr "Вы сапраўды хочаце выдаліць дадзеныя для гэтай мовы?"
|
995 |
|
996 |
+
#: contact_form.php:2223
|
997 |
+
msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
|
998 |
+
msgstr ""
|
999 |
+
|
1000 |
+
#: contact_form.php:2224
|
1001 |
+
msgid "Extend standard plugin functionality with new great options."
|
1002 |
+
msgstr ""
|
1003 |
+
|
1004 |
+
#: contact_form.php:2233
|
1005 |
+
msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
|
1006 |
+
msgstr ""
|
1007 |
+
|
1008 |
+
#: contact_form.php:2234
|
1009 |
+
msgid "Manage messages that have been sent from your website."
|
1010 |
+
msgstr ""
|
1011 |
+
|
1012 |
#, fuzzy
|
1013 |
#~ msgid "Contact Form Pro Extra Settings"
|
1014 |
#~ msgstr "Наладкі кантактнай формы"
|
languages/contact_form-ca.mo
CHANGED
Binary file
|
languages/contact_form-ca.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
-
"PO-Revision-Date: 2014-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Kenneth <kenneth@snollocer.net>\n"
|
9 |
"Language: ca_ES\n"
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: contact_form.php:33
|
20 |
-
#: contact_form.php:
|
21 |
msgid "Contact Form Settings"
|
22 |
msgstr "Opcions Contact Form"
|
23 |
|
@@ -26,44 +26,44 @@ msgid "Contact Form"
|
|
26 |
msgstr "Contact Form"
|
27 |
|
28 |
#: contact_form.php:80
|
29 |
-
#: contact_form.php:
|
30 |
-
#: contact_form.php:
|
31 |
msgid "Name:"
|
32 |
msgstr "Nom:"
|
33 |
|
34 |
#: contact_form.php:81
|
35 |
-
#: contact_form.php:
|
36 |
-
#: contact_form.php:
|
37 |
msgid "Address:"
|
38 |
msgstr "Adreça:"
|
39 |
|
40 |
#: contact_form.php:82
|
41 |
-
#: contact_form.php:
|
42 |
-
#: contact_form.php:
|
43 |
msgid "Email Address:"
|
44 |
msgstr "Adreça de correu electrònic:"
|
45 |
|
46 |
#: contact_form.php:83
|
47 |
-
#: contact_form.php:
|
48 |
-
#: contact_form.php:
|
49 |
msgid "Phone number:"
|
50 |
msgstr "Nombre de telèfon"
|
51 |
|
52 |
#: contact_form.php:84
|
53 |
-
#: contact_form.php:
|
54 |
-
#: contact_form.php:
|
55 |
msgid "Subject:"
|
56 |
msgstr "Asumpte:"
|
57 |
|
58 |
#: contact_form.php:85
|
59 |
-
#: contact_form.php:
|
60 |
-
#: contact_form.php:
|
61 |
msgid "Message:"
|
62 |
msgstr "Missatge:"
|
63 |
|
64 |
#: contact_form.php:86
|
65 |
-
#: contact_form.php:
|
66 |
-
#: contact_form.php:
|
67 |
msgid "Attachment:"
|
68 |
msgstr "Adjunt:"
|
69 |
|
@@ -72,14 +72,14 @@ msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI,
|
|
72 |
msgstr "Formats de fitxer suportats: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Mida màxima: 2MB"
|
73 |
|
74 |
#: contact_form.php:88
|
75 |
-
#: contact_form.php:
|
76 |
-
#: contact_form.php:
|
77 |
msgid "Send me a copy"
|
78 |
msgstr "Envia'm una còpia"
|
79 |
|
80 |
#: contact_form.php:89
|
81 |
-
#: contact_form.php:
|
82 |
-
#: contact_form.php:
|
83 |
msgid "Submit"
|
84 |
msgstr "Enviar"
|
85 |
|
@@ -135,827 +135,851 @@ msgstr "Si us plau, corregeixi les dades i provi un altre cop."
|
|
135 |
msgid "Thank you for contacting us."
|
136 |
msgstr "Gràcies per contactar amb nosaltres"
|
137 |
|
138 |
-
#: contact_form.php:
|
139 |
#, fuzzy
|
140 |
msgid "requires"
|
141 |
msgstr "Camps requerits"
|
142 |
|
143 |
-
#: contact_form.php:
|
144 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: contact_form.php:
|
148 |
msgid "Back to the WordPress"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: contact_form.php:
|
152 |
#, fuzzy
|
153 |
msgid "Plugins page"
|
154 |
msgstr "Plugins Pro"
|
155 |
|
156 |
-
#: contact_form.php:
|
157 |
msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
|
158 |
msgstr "Si l'opció de 'redireccionament a la pàgina' està seleccionat llavors el camp URL ha d'estar en el següent format"
|
159 |
|
160 |
-
#: contact_form.php:
|
161 |
msgid "Such user does not exist. Settings are not saved."
|
162 |
msgstr "Usuari inexistent. Els canvis no s'han desat."
|
163 |
|
164 |
-
#: contact_form.php:
|
165 |
-
#: contact_form.php:
|
166 |
msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
|
167 |
msgstr "Si us plau introdueixi una Adreça de correu electrònic correcta. Els canvis no s'han desat."
|
168 |
|
169 |
-
#: contact_form.php:
|
170 |
msgid "Settings saved."
|
171 |
msgstr "Configuració desada."
|
172 |
|
173 |
-
#: contact_form.php:
|
174 |
-
#: contact_form.php:
|
175 |
msgid "Wrong license key"
|
176 |
msgstr ""
|
177 |
|
178 |
-
#: contact_form.php:
|
179 |
msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
|
180 |
msgstr ""
|
181 |
|
182 |
-
#: contact_form.php:
|
183 |
msgid "This license key is bind to another site"
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: contact_form.php:
|
187 |
-
#: contact_form.php:
|
188 |
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: contact_form.php:
|
192 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: contact_form.php:
|
196 |
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: contact_form.php:
|
200 |
-
#: contact_form.php:
|
201 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: contact_form.php:
|
205 |
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
|
206 |
msgstr ""
|
207 |
|
208 |
-
#: contact_form.php:
|
209 |
#, fuzzy
|
210 |
msgid "Please, enter Your license key"
|
211 |
msgstr "Si us plau introduïu el missatge"
|
212 |
|
213 |
-
#: contact_form.php:
|
214 |
msgid "Notice:"
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: contact_form.php:
|
218 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: contact_form.php:
|
222 |
-
#: contact_form.php:
|
223 |
-
#: contact_form.php:
|
224 |
msgid "Settings"
|
225 |
msgstr "Configuració"
|
226 |
|
227 |
-
#: contact_form.php:
|
228 |
msgid "Extra settings"
|
229 |
msgstr "Configuració extra"
|
230 |
|
231 |
-
#: contact_form.php:
|
232 |
msgid "Go PRO"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: contact_form.php:
|
236 |
-
#: contact_form.php:
|
237 |
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:"
|
238 |
msgstr "Si vol afegir Contact Form en la seva web, copiï i enganxi aquest codi en el seu missatge, pàgina o widget:"
|
239 |
|
240 |
-
#: contact_form.php:672
|
241 |
#: contact_form.php:673
|
242 |
-
#: contact_form.php:
|
243 |
-
#: contact_form.php:
|
|
|
244 |
msgid "or"
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: contact_form.php:
|
248 |
msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: contact_form.php:
|
252 |
msgid "They work the same way."
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: contact_form.php:
|
256 |
msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
|
257 |
msgstr "Si la informació d'aquest camp queda buida, s'usarà l'adreça especificada durant el registre."
|
258 |
|
259 |
-
#: contact_form.php:
|
260 |
msgid "The user's email address:"
|
261 |
msgstr "Adreça de correu electrònic de l'usuari:"
|
262 |
|
263 |
-
#: contact_form.php:
|
264 |
msgid "Create a username"
|
265 |
msgstr "Seleccioni un nom d'usuari"
|
266 |
|
267 |
-
#: contact_form.php:
|
268 |
msgid "Enter a username of the person who should get the messages from the contact form."
|
269 |
msgstr "Introdueixi el nom de l'usuari que rebrà missatges des de contact form"
|
270 |
|
271 |
-
#: contact_form.php:
|
272 |
msgid "Use this email address:"
|
273 |
msgstr "Usi aquesta adreça de correu electrònic::"
|
274 |
|
275 |
-
#: contact_form.php:
|
276 |
msgid "Enter the email address you want the messages forwarded to."
|
277 |
msgstr "Introdueixi una adreça de correu electrònic on vulgui re-enviar el missatge"
|
278 |
|
279 |
-
#: contact_form.php:
|
280 |
msgid "Add department selectbox to the contact form:"
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: contact_form.php:
|
284 |
-
#: contact_form.php:
|
285 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: contact_form.php:714
|
289 |
-
#: contact_form.php:851
|
290 |
-
#: contact_form.php:922
|
291 |
-
#: contact_form.php:1086
|
292 |
-
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
293 |
-
msgstr "Aquesta funcionalitat està disponible en la versió Pro del connector. Per a més detalls, si us plau seguiu l'enllaç"
|
294 |
-
|
295 |
#: contact_form.php:715
|
296 |
#: contact_form.php:852
|
297 |
#: contact_form.php:923
|
298 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
299 |
msgid "Contact Form Pro"
|
300 |
msgstr "Contact Form Pro"
|
301 |
|
302 |
-
#: contact_form.php:
|
303 |
msgid "Save emails to the database"
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: contact_form.php:
|
307 |
msgid "Using"
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: contact_form.php:
|
311 |
-
#: contact_form.php:
|
312 |
-
#: contact_form.php:
|
313 |
-
#: contact_form.php:
|
314 |
msgid "powered by"
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: contact_form.php:
|
318 |
-
#: contact_form.php:
|
319 |
msgid "Using Contact Form to DB powered by"
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: contact_form.php:
|
323 |
#, fuzzy
|
324 |
msgid "Activate Contact Form to DB"
|
325 |
msgstr "Contact Form Pro"
|
326 |
|
327 |
-
#: contact_form.php:
|
328 |
#, fuzzy
|
329 |
msgid "Download Contact Form to DB"
|
330 |
msgstr "Contact Form Pro"
|
331 |
|
332 |
-
#: contact_form.php:
|
333 |
msgid "Additional options"
|
334 |
msgstr "Opcions addicionals"
|
335 |
|
336 |
-
#: contact_form.php:
|
337 |
msgid "Show"
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: contact_form.php:
|
341 |
msgid "Hide"
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: contact_form.php:
|
345 |
msgid "What to use?"
|
346 |
msgstr "Què usar?"
|
347 |
|
348 |
-
#: contact_form.php:
|
349 |
msgid "Wp-mail"
|
350 |
msgstr "Wp-mail"
|
351 |
|
352 |
-
#: contact_form.php:
|
353 |
msgid "You can use the wp_mail function for mailing"
|
354 |
msgstr "Vostè pot utilitzar la funció wp_mail pel correu."
|
355 |
|
356 |
-
#: contact_form.php:
|
357 |
msgid "Mail"
|
358 |
msgstr "Mail"
|
359 |
|
360 |
-
#: contact_form.php:
|
361 |
msgid "To send mail you can use the php mail function"
|
362 |
msgstr "Per enviar correu vostè pot usar la funció 'php mail'"
|
363 |
|
364 |
-
#: contact_form.php:
|
365 |
#, fuzzy
|
366 |
msgid "The text in the 'From' field"
|
367 |
msgstr "Modifica el camp DE al contact form"
|
368 |
|
369 |
-
#: contact_form.php:
|
370 |
msgid "User name"
|
371 |
msgstr ""
|
372 |
|
373 |
-
#: contact_form.php:
|
374 |
#, fuzzy
|
375 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
376 |
msgstr "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de posar al camp 'From'."
|
377 |
|
378 |
-
#: contact_form.php:
|
379 |
#, fuzzy
|
380 |
msgid "This text will be used in the 'FROM' field"
|
381 |
msgstr "Aquesta adreça de correu electrònic s'utilitzarà al camp 'De'"
|
382 |
|
383 |
-
#: contact_form.php:
|
384 |
#, fuzzy
|
385 |
msgid "The email address in the 'From' field"
|
386 |
msgstr "Introduir el correu electrònic al camp 'From'"
|
387 |
|
388 |
-
#: contact_form.php:
|
389 |
msgid "User email"
|
390 |
msgstr ""
|
391 |
|
392 |
-
#: contact_form.php:
|
393 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
394 |
msgstr "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de posar al camp 'From'."
|
395 |
|
396 |
-
#: contact_form.php:
|
397 |
msgid "This email address will be used in the 'From' field."
|
398 |
msgstr "Aquesta adreça de correu electrònic s'utilitzarà al camp 'De'"
|
399 |
|
400 |
-
#: contact_form.php:
|
401 |
#, fuzzy
|
402 |
msgid "Required symbol"
|
403 |
msgstr "Camps requerits"
|
404 |
|
405 |
-
#: contact_form.php:
|
406 |
msgid "Fields"
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: contact_form.php:
|
410 |
msgid "Used"
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: contact_form.php:
|
414 |
#, fuzzy
|
415 |
msgid "Required"
|
416 |
msgstr "Camps requerits"
|
417 |
|
418 |
-
#: contact_form.php:
|
419 |
msgid "Visible"
|
420 |
msgstr ""
|
421 |
|
422 |
-
#: contact_form.php:
|
423 |
msgid "Disabled for editing"
|
424 |
msgstr ""
|
425 |
|
426 |
-
#: contact_form.php:
|
427 |
msgid "Field's default value"
|
428 |
msgstr ""
|
429 |
|
430 |
-
#: contact_form.php:
|
431 |
-
#: contact_form.php:
|
432 |
-
#: contact_form.php:
|
433 |
-
#: contact_form.php:
|
434 |
msgid "Name"
|
435 |
msgstr "Nom"
|
436 |
|
437 |
-
#: contact_form.php:
|
438 |
-
#: contact_form.php:
|
439 |
-
#: contact_form.php:
|
440 |
-
#: contact_form.php:
|
441 |
msgid "Address"
|
442 |
msgstr "Adreça:"
|
443 |
|
444 |
-
#: contact_form.php:
|
445 |
msgid "Email Address"
|
446 |
msgstr "Adreça de correu electrònic:"
|
447 |
|
448 |
-
#: contact_form.php:
|
449 |
#, fuzzy
|
450 |
msgid "Phone number"
|
451 |
msgstr "Nombre de telèfon"
|
452 |
|
453 |
-
#: contact_form.php:
|
454 |
-
#: contact_form.php:
|
455 |
-
#: contact_form.php:
|
456 |
-
#: contact_form.php:
|
457 |
msgid "Subject"
|
458 |
msgstr "Assumpte"
|
459 |
|
460 |
-
#: contact_form.php:
|
461 |
-
#: contact_form.php:
|
462 |
-
#: contact_form.php:
|
463 |
-
#: contact_form.php:
|
464 |
msgid "Message"
|
465 |
msgstr "MIssatge"
|
466 |
|
467 |
-
#: contact_form.php:
|
468 |
msgid "Attachment block"
|
469 |
msgstr "Adjunt blocat"
|
470 |
|
471 |
-
#: contact_form.php:
|
472 |
msgid "Users can attach the following file formats"
|
473 |
msgstr "Els usuaris poden adjuntar els següents formats d'arxiu"
|
474 |
|
475 |
-
#: contact_form.php:
|
476 |
msgid "Add to the form"
|
477 |
msgstr ""
|
478 |
|
479 |
-
#: contact_form.php:
|
480 |
#, fuzzy
|
481 |
msgid "Tips below the Attachment"
|
482 |
msgstr "Consells del blocatge de l'adjunt"
|
483 |
|
484 |
-
#: contact_form.php:
|
485 |
#, fuzzy
|
486 |
msgid "'Send me a copy' block"
|
487 |
msgstr "Envia'm una còpia"
|
488 |
|
489 |
-
#: contact_form.php:
|
490 |
-
#: contact_form.php:
|
491 |
-
#: contact_form.php:
|
492 |
-
#: contact_form.php:
|
493 |
msgid "Captcha"
|
494 |
msgstr "Captcha"
|
495 |
|
496 |
-
#: contact_form.php:
|
497 |
msgid "Activate captcha"
|
498 |
msgstr "Captcha activat"
|
499 |
|
500 |
-
#: contact_form.php:
|
501 |
msgid "Download captcha"
|
502 |
msgstr "Descarrega captcha"
|
503 |
|
504 |
-
#: contact_form.php:
|
505 |
msgid "Agreement checkbox"
|
506 |
msgstr ""
|
507 |
|
508 |
-
#: contact_form.php:
|
509 |
msgid "Required checkbox for submitting the form"
|
510 |
msgstr ""
|
511 |
|
512 |
-
#: contact_form.php:
|
513 |
msgid "Optional checkbox"
|
514 |
msgstr ""
|
515 |
|
516 |
-
#: contact_form.php:
|
517 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
518 |
msgstr ""
|
519 |
|
520 |
-
#: contact_form.php:
|
521 |
msgid "Delete an attachment file from the server after the email is sent"
|
522 |
msgstr ""
|
523 |
|
524 |
-
#: contact_form.php:
|
525 |
msgid "Email in HTML format sending"
|
526 |
msgstr ""
|
527 |
|
528 |
-
#: contact_form.php:
|
529 |
msgid "Display additional info in the email"
|
530 |
msgstr "Mostra informació addicional al correu electrònic,"
|
531 |
|
532 |
-
#: contact_form.php:
|
533 |
-
#: contact_form.php:
|
534 |
-
#: contact_form.php:
|
535 |
msgid "Sent from (ip address)"
|
536 |
msgstr "Enviat des de (adreça IP)"
|
537 |
|
538 |
-
#: contact_form.php:
|
539 |
#, fuzzy
|
540 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
541 |
msgstr "Enviat des de (adreça IP)"
|
542 |
|
543 |
-
#: contact_form.php:
|
544 |
-
#: contact_form.php:
|
545 |
-
#: contact_form.php:
|
546 |
msgid "Date/Time"
|
547 |
msgstr "Data/hora"
|
548 |
|
549 |
-
#: contact_form.php:
|
550 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
551 |
msgstr ""
|
552 |
|
553 |
-
#: contact_form.php:
|
554 |
-
#: contact_form.php:
|
555 |
-
#: contact_form.php:
|
556 |
msgid "Sent from (referer)"
|
557 |
msgstr "Enviat des de (referent)"
|
558 |
|
559 |
-
#: contact_form.php:
|
560 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
561 |
msgstr ""
|
562 |
|
563 |
-
#: contact_form.php:
|
564 |
-
#: contact_form.php:
|
565 |
-
#: contact_form.php:
|
566 |
msgid "Using (user agent)"
|
567 |
msgstr "Usant (user agent)"
|
568 |
|
569 |
-
#: contact_form.php:
|
570 |
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"
|
571 |
msgstr ""
|
572 |
|
573 |
-
#: contact_form.php:
|
574 |
msgid "Language settings for the field names in the form"
|
575 |
msgstr "Configuració de la llengua als noms dels camps del formulari"
|
576 |
|
577 |
-
#: contact_form.php:
|
578 |
msgid "Add a language"
|
579 |
msgstr "Afegeix lengua"
|
580 |
|
581 |
-
#: contact_form.php:
|
582 |
msgid "Change the names of the contact form fields and error messages"
|
583 |
msgstr "Modifica els noms dels camps i els missatges d'error del formulari de contacte"
|
584 |
|
585 |
-
#: contact_form.php:
|
586 |
-
#: contact_form.php:
|
587 |
msgid "English"
|
588 |
msgstr "Anglès"
|
589 |
|
590 |
-
#: contact_form.php:
|
591 |
-
#: contact_form.php:
|
592 |
msgid "click to expand/hide the list"
|
593 |
msgstr ""
|
594 |
|
595 |
-
#: contact_form.php:
|
596 |
-
#: contact_form.php:
|
597 |
#, fuzzy
|
598 |
msgid "Tips below the Attachment block"
|
599 |
msgstr "Consells del blocatge de l'adjunt"
|
600 |
|
601 |
-
#: contact_form.php:
|
602 |
-
#: contact_form.php:
|
603 |
msgid "Error message for the Name field"
|
604 |
msgstr "Missatge d'error per al camp 'Nom'"
|
605 |
|
606 |
-
#: contact_form.php:
|
607 |
-
#: contact_form.php:
|
608 |
msgid "Error message for the Address field"
|
609 |
msgstr "Missatge d'error per al camp 'Adreça'"
|
610 |
|
611 |
-
#: contact_form.php:
|
612 |
-
#: contact_form.php:
|
613 |
msgid "Error message for the Email field"
|
614 |
msgstr "Missatge d'error per al camp 'Adreça de correu electrònic'"
|
615 |
|
616 |
-
#: contact_form.php:
|
617 |
-
#: contact_form.php:
|
618 |
msgid "Error message for the Phone field"
|
619 |
msgstr "Missatge d'error per al camp 'Telèfon\""
|
620 |
|
621 |
-
#: contact_form.php:
|
622 |
-
#: contact_form.php:
|
623 |
msgid "Error message for the Subject field"
|
624 |
msgstr "Missatge d'error per al camp 'Assumpte'"
|
625 |
|
626 |
-
#: contact_form.php:
|
627 |
-
#: contact_form.php:
|
628 |
msgid "Error message for the Message field"
|
629 |
msgstr "Missatge d'error per al camp 'Missatge'"
|
630 |
|
631 |
-
#: contact_form.php:
|
632 |
-
#: contact_form.php:
|
633 |
msgid "Error message about the file type for the Attachment field"
|
634 |
msgstr "Missatge d'error sobre el tipus de per al camp 'Adjunt'"
|
635 |
|
636 |
-
#: contact_form.php:
|
637 |
-
#: contact_form.php:
|
638 |
msgid "Error message while uploading a file for the Attachment field to the server"
|
639 |
msgstr "Missatge d'error al carregar al servidor un fitxer per al camp Adjunt"
|
640 |
|
641 |
-
#: contact_form.php:
|
642 |
-
#: contact_form.php:
|
643 |
msgid "Error message while moving the file for the Attachment field"
|
644 |
msgstr "Missatge d'error al mourerun fitxer per al camp Adjunt"
|
645 |
|
646 |
-
#: contact_form.php:
|
647 |
-
#: contact_form.php:
|
648 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
649 |
msgstr "Missatge d'error al superar el límit de mida de fitxer per al camp Adjunt"
|
650 |
|
651 |
-
#: contact_form.php:
|
652 |
-
#: contact_form.php:
|
653 |
msgid "Error message for the Captcha field"
|
654 |
msgstr "Missatge d'error al camp Captcha"
|
655 |
|
656 |
-
#: contact_form.php:
|
657 |
-
#: contact_form.php:
|
658 |
msgid "Error message for the whole form"
|
659 |
msgstr "Missatge d'error a tot el formulari"
|
660 |
|
661 |
-
#: contact_form.php:
|
662 |
-
#: contact_form.php:
|
663 |
-
#: contact_form.php:
|
664 |
-
#: contact_form.php:
|
665 |
msgid "Use shortcode"
|
666 |
msgstr "useu un codi curt"
|
667 |
|
668 |
-
#: contact_form.php:
|
669 |
-
#: contact_form.php:
|
670 |
-
#: contact_form.php:
|
671 |
-
#: contact_form.php:
|
672 |
msgid "for this language"
|
673 |
msgstr "Per aquesta llengua"
|
674 |
|
675 |
-
#: contact_form.php:
|
676 |
msgid "Action after email is sent"
|
677 |
msgstr "Accions després d'enviar un correu electrònic."
|
678 |
|
679 |
-
#: contact_form.php:
|
680 |
msgid "Display text"
|
681 |
msgstr "Mostra el text"
|
682 |
|
683 |
-
#: contact_form.php:
|
684 |
-
#: contact_form.php:
|
685 |
msgid "Text"
|
686 |
msgstr "Text"
|
687 |
|
688 |
-
#: contact_form.php:
|
689 |
msgid "Redirect to the page"
|
690 |
msgstr "Redirigir a la pàgina"
|
691 |
|
692 |
-
#: contact_form.php:
|
693 |
msgid "Url"
|
694 |
msgstr "Url"
|
695 |
|
696 |
#: contact_form.php:1067
|
697 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
698 |
msgid "Save Changes"
|
699 |
msgstr "Desar els canvis"
|
700 |
|
701 |
-
#: contact_form.php:
|
702 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
703 |
msgstr ""
|
704 |
|
705 |
-
#: contact_form.php:
|
706 |
#, fuzzy
|
707 |
msgid "Rate the plugin"
|
708 |
msgstr "Plugins gratuïts"
|
709 |
|
710 |
-
#: contact_form.php:
|
711 |
#, fuzzy
|
712 |
msgid "If there is something wrong about it, please contact us"
|
713 |
msgstr "Si té alguna pregunta, contacti'ns si us plau via plugin@bestwebsoft.com o utilitzi el formulari de contacte de la nostra web"
|
714 |
|
715 |
-
#: contact_form.php:
|
716 |
msgid "Errors output"
|
717 |
msgstr "Errors de sortida"
|
718 |
|
719 |
-
#: contact_form.php:
|
720 |
msgid "Display error messages"
|
721 |
msgstr "Mostra els missatges d'error"
|
722 |
|
723 |
-
#: contact_form.php:
|
724 |
msgid "Color of the input field errors."
|
725 |
msgstr "Color dels errors al camp d'entrada"
|
726 |
|
727 |
-
#: contact_form.php:
|
728 |
msgid "Display error messages & color of the input field errors"
|
729 |
msgstr "Mostra els missatges d'error i el color dels errors del camp d'entrada"
|
730 |
|
731 |
-
#: contact_form.php:
|
732 |
msgid "Add placeholder to the input blocks"
|
733 |
msgstr "Afegeix marcador de posició als blocs d'entrada"
|
734 |
|
735 |
-
#: contact_form.php:
|
736 |
msgid "Add tooltips"
|
737 |
msgstr "Afegir consells sobre les eines"
|
738 |
|
739 |
-
#: contact_form.php:
|
740 |
msgid "Email address"
|
741 |
msgstr "Adreça de correu electrònic:"
|
742 |
|
743 |
-
#: contact_form.php:
|
744 |
msgid "Phone Number"
|
745 |
msgstr "Nombre de telèfon"
|
746 |
|
747 |
-
#: contact_form.php:
|
748 |
msgid "Attachment"
|
749 |
msgstr "Adjunt:"
|
750 |
|
751 |
-
#: contact_form.php:
|
752 |
msgid "(powered by bestwebsoft.com)"
|
753 |
msgstr "(Impulsat per bestwebsoft.com)"
|
754 |
|
755 |
-
#: contact_form.php:
|
756 |
msgid "Style options"
|
757 |
msgstr "Opcions d'estil"
|
758 |
|
759 |
-
#: contact_form.php:
|
760 |
msgid "Text color"
|
761 |
msgstr "Color del text"
|
762 |
|
763 |
-
#: contact_form.php:
|
764 |
-
#: contact_form.php:1161
|
765 |
#: contact_form.php:1171
|
766 |
-
#: contact_form.php:1176
|
767 |
#: contact_form.php:1181
|
768 |
#: contact_form.php:1186
|
|
|
769 |
#: contact_form.php:1196
|
770 |
-
#: contact_form.php:
|
771 |
-
#: contact_form.php:
|
772 |
-
#: contact_form.php:
|
773 |
-
#: contact_form.php:1223
|
774 |
#: contact_form.php:1228
|
|
|
|
|
775 |
msgid "Default"
|
776 |
msgstr "Per defecte"
|
777 |
|
778 |
-
#: contact_form.php:
|
779 |
msgid "Label text color"
|
780 |
msgstr "Color del text de l'etiqeta"
|
781 |
|
782 |
-
#: contact_form.php:
|
783 |
msgid "Placeholder color"
|
784 |
msgstr "Color del marcador de posició"
|
785 |
|
786 |
-
#: contact_form.php:
|
787 |
msgid "Errors color"
|
788 |
msgstr "Color dels errors"
|
789 |
|
790 |
-
#: contact_form.php:
|
791 |
msgid "Error text color"
|
792 |
msgstr "Color del text d'error"
|
793 |
|
794 |
-
#: contact_form.php:
|
795 |
msgid "Background color of the input field errors"
|
796 |
msgstr "Color de fons dels errors del camp d'entrada"
|
797 |
|
798 |
-
#: contact_form.php:
|
799 |
msgid "Border color of the input field errors"
|
800 |
msgstr "Color de la vora dels errors del camp d'entrada"
|
801 |
|
802 |
-
#: contact_form.php:
|
803 |
msgid "Placeholder color of the input field errors"
|
804 |
msgstr "Color del marcador de posició dels errors del camp d'entrada"
|
805 |
|
806 |
-
#: contact_form.php:
|
807 |
msgid "Input fields"
|
808 |
msgstr "Visualitza l'adjunt"
|
809 |
|
810 |
-
#: contact_form.php:
|
811 |
msgid "Input fields background color"
|
812 |
msgstr "Color de fons dels camps d'entrada"
|
813 |
|
814 |
-
#: contact_form.php:
|
815 |
msgid "Text fields color"
|
816 |
msgstr "Color dels camps de text"
|
817 |
|
818 |
-
#: contact_form.php:
|
819 |
msgid "Border width in px, numbers only"
|
820 |
msgstr "Ample de vora en px, sols nombres"
|
821 |
|
822 |
-
#: contact_form.php:
|
823 |
-
#: contact_form.php:
|
824 |
msgid "Border color"
|
825 |
msgstr "Color de la vora"
|
826 |
|
827 |
-
#: contact_form.php:
|
828 |
msgid "Submit button"
|
829 |
msgstr "Enviar"
|
830 |
|
831 |
# #: contact_form.php:928
|
832 |
-
#: contact_form.php:
|
833 |
msgid "Width in px, numbers only"
|
834 |
msgstr "Ample en px, sols nombres"
|
835 |
|
836 |
-
#: contact_form.php:
|
837 |
msgid "Button color"
|
838 |
msgstr "Color del botó"
|
839 |
|
840 |
-
#: contact_form.php:
|
841 |
msgid "Button text color"
|
842 |
msgstr "Color del text del botó"
|
843 |
|
844 |
-
#: contact_form.php:
|
845 |
msgid "Contact Form Pro | Preview"
|
846 |
msgstr "Contact Form Pro | Vista prèvia"
|
847 |
|
848 |
-
#: contact_form.php:
|
849 |
msgid "Show with errors"
|
850 |
msgstr "Mostra amb errors"
|
851 |
|
852 |
-
#: contact_form.php:
|
853 |
-
#: contact_form.php:
|
854 |
msgid "Please enter your full name..."
|
855 |
msgstr "Si us plau introduïu el nom complet"
|
856 |
|
857 |
-
#: contact_form.php:
|
858 |
-
#: contact_form.php:
|
859 |
msgid "Please enter your address..."
|
860 |
msgstr "Si us plau introduïu l'adreça"
|
861 |
|
862 |
-
#: contact_form.php:
|
863 |
-
#: contact_form.php:
|
864 |
msgid "Please enter your email address..."
|
865 |
msgstr "Si us plau introdueixi el seu e-mail"
|
866 |
|
867 |
-
#: contact_form.php:
|
868 |
-
#: contact_form.php:
|
869 |
msgid "Please enter your phone number..."
|
870 |
msgstr "Si us plau introduïu el nombre de telèfon"
|
871 |
|
872 |
-
#: contact_form.php:
|
873 |
-
#: contact_form.php:
|
874 |
msgid "Please enter subject..."
|
875 |
msgstr "Si us plau introduïu l'assumpte"
|
876 |
|
877 |
-
#: contact_form.php:
|
878 |
-
#: contact_form.php:
|
879 |
msgid "Please enter your message..."
|
880 |
msgstr "Si us plau introduïu el missatge"
|
881 |
|
882 |
-
#: contact_form.php:
|
883 |
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
884 |
msgstr ""
|
885 |
|
886 |
-
#: contact_form.php:
|
887 |
msgid "Please, go to"
|
888 |
msgstr ""
|
889 |
|
890 |
-
#: contact_form.php:
|
891 |
#, fuzzy
|
892 |
msgid "the setting page"
|
893 |
msgstr "Configuració extra"
|
894 |
|
895 |
-
#: contact_form.php:
|
896 |
msgid "You will be redirected automatically in 5 seconds."
|
897 |
msgstr ""
|
898 |
|
899 |
-
#: contact_form.php:
|
900 |
msgid "You can download and activate"
|
901 |
msgstr ""
|
902 |
|
903 |
-
#: contact_form.php:
|
904 |
msgid "version of this plugin by entering Your license key."
|
905 |
msgstr ""
|
906 |
|
907 |
-
#: contact_form.php:
|
908 |
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
909 |
msgstr ""
|
910 |
|
911 |
-
#: contact_form.php:
|
912 |
msgid "(your username is the email you specify when purchasing the product)."
|
913 |
msgstr ""
|
914 |
|
915 |
-
#: contact_form.php:1379
|
916 |
#: contact_form.php:1389
|
|
|
917 |
msgid "Go!"
|
918 |
msgstr ""
|
919 |
|
920 |
-
#: contact_form.php:
|
921 |
msgid "Sorry, email message could not be delivered."
|
922 |
msgstr "Ho sentim, el seu e-mail no ha pogut ser lliurat."
|
923 |
|
924 |
-
#: contact_form.php:
|
925 |
msgid "Contact from"
|
926 |
msgstr "Contact from"
|
927 |
|
928 |
-
#: contact_form.php:
|
929 |
-
#: contact_form.php:
|
930 |
msgid "Email"
|
931 |
msgstr "Adreça de correu electrònic"
|
932 |
|
933 |
-
#: contact_form.php:
|
934 |
-
#: contact_form.php:
|
935 |
msgid "Phone"
|
936 |
msgstr "Telèfon"
|
937 |
|
938 |
-
#: contact_form.php:
|
939 |
-
#: contact_form.php:
|
940 |
msgid "Site"
|
941 |
msgstr "Lloc"
|
942 |
|
943 |
-
#: contact_form.php:
|
944 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
945 |
msgstr "Si pot veure aquest MIME, vol dir que el tipus MIME no és compatible amb el seu client de correu electrònic!"
|
946 |
|
947 |
-
#: contact_form.php:
|
948 |
msgid "FAQ"
|
949 |
msgstr "FAQ"
|
950 |
|
951 |
-
#: contact_form.php:
|
952 |
msgid "Support"
|
953 |
msgstr "Suport"
|
954 |
|
955 |
-
#: contact_form.php:
|
956 |
msgid "Are you sure that you want to delete this language data?"
|
957 |
msgstr "Està vostè segur que vol esborrar aquest idioma?"
|
958 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
959 |
#~ msgid "Contact Form Pro Extra Settings"
|
960 |
#~ msgstr "Opcions extra del Contact Form Pro"
|
961 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-02-20 14:00+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-02-20 14:00+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Kenneth <kenneth@snollocer.net>\n"
|
9 |
"Language: ca_ES\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: contact_form.php:33
|
20 |
+
#: contact_form.php:660
|
21 |
msgid "Contact Form Settings"
|
22 |
msgstr "Opcions Contact Form"
|
23 |
|
26 |
msgstr "Contact Form"
|
27 |
|
28 |
#: contact_form.php:80
|
29 |
+
#: contact_form.php:978
|
30 |
+
#: contact_form.php:1008
|
31 |
msgid "Name:"
|
32 |
msgstr "Nom:"
|
33 |
|
34 |
#: contact_form.php:81
|
35 |
+
#: contact_form.php:979
|
36 |
+
#: contact_form.php:1009
|
37 |
msgid "Address:"
|
38 |
msgstr "Adreça:"
|
39 |
|
40 |
#: contact_form.php:82
|
41 |
+
#: contact_form.php:980
|
42 |
+
#: contact_form.php:1010
|
43 |
msgid "Email Address:"
|
44 |
msgstr "Adreça de correu electrònic:"
|
45 |
|
46 |
#: contact_form.php:83
|
47 |
+
#: contact_form.php:981
|
48 |
+
#: contact_form.php:1011
|
49 |
msgid "Phone number:"
|
50 |
msgstr "Nombre de telèfon"
|
51 |
|
52 |
#: contact_form.php:84
|
53 |
+
#: contact_form.php:982
|
54 |
+
#: contact_form.php:1012
|
55 |
msgid "Subject:"
|
56 |
msgstr "Asumpte:"
|
57 |
|
58 |
#: contact_form.php:85
|
59 |
+
#: contact_form.php:983
|
60 |
+
#: contact_form.php:1013
|
61 |
msgid "Message:"
|
62 |
msgstr "Missatge:"
|
63 |
|
64 |
#: contact_form.php:86
|
65 |
+
#: contact_form.php:984
|
66 |
+
#: contact_form.php:1014
|
67 |
msgid "Attachment:"
|
68 |
msgstr "Adjunt:"
|
69 |
|
72 |
msgstr "Formats de fitxer suportats: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Mida màxima: 2MB"
|
73 |
|
74 |
#: contact_form.php:88
|
75 |
+
#: contact_form.php:986
|
76 |
+
#: contact_form.php:1016
|
77 |
msgid "Send me a copy"
|
78 |
msgstr "Envia'm una còpia"
|
79 |
|
80 |
#: contact_form.php:89
|
81 |
+
#: contact_form.php:987
|
82 |
+
#: contact_form.php:1017
|
83 |
msgid "Submit"
|
84 |
msgstr "Enviar"
|
85 |
|
135 |
msgid "Thank you for contacting us."
|
136 |
msgstr "Gràcies per contactar amb nosaltres"
|
137 |
|
138 |
+
#: contact_form.php:203
|
139 |
#, fuzzy
|
140 |
msgid "requires"
|
141 |
msgstr "Camps requerits"
|
142 |
|
143 |
+
#: contact_form.php:203
|
144 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: contact_form.php:203
|
148 |
msgid "Back to the WordPress"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: contact_form.php:203
|
152 |
#, fuzzy
|
153 |
msgid "Plugins page"
|
154 |
msgstr "Plugins Pro"
|
155 |
|
156 |
+
#: contact_form.php:494
|
157 |
msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
|
158 |
msgstr "Si l'opció de 'redireccionament a la pàgina' està seleccionat llavors el camp URL ha d'estar en el següent format"
|
159 |
|
160 |
+
#: contact_form.php:503
|
161 |
msgid "Such user does not exist. Settings are not saved."
|
162 |
msgstr "Usuari inexistent. Els canvis no s'han desat."
|
163 |
|
164 |
+
#: contact_form.php:507
|
165 |
+
#: contact_form.php:513
|
166 |
msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
|
167 |
msgstr "Si us plau introdueixi una Adreça de correu electrònic correcta. Els canvis no s'han desat."
|
168 |
|
169 |
+
#: contact_form.php:518
|
170 |
msgid "Settings saved."
|
171 |
msgstr "Configuració desada."
|
172 |
|
173 |
+
#: contact_form.php:554
|
174 |
+
#: contact_form.php:593
|
175 |
msgid "Wrong license key"
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: contact_form.php:586
|
179 |
msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
|
180 |
msgstr ""
|
181 |
|
182 |
+
#: contact_form.php:595
|
183 |
msgid "This license key is bind to another site"
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: contact_form.php:597
|
187 |
+
#: contact_form.php:1392
|
188 |
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
189 |
msgstr ""
|
190 |
|
191 |
+
#: contact_form.php:615
|
192 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: contact_form.php:621
|
196 |
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
197 |
msgstr ""
|
198 |
|
199 |
+
#: contact_form.php:625
|
200 |
+
#: contact_form.php:634
|
201 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: contact_form.php:638
|
205 |
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: contact_form.php:653
|
209 |
#, fuzzy
|
210 |
msgid "Please, enter Your license key"
|
211 |
msgstr "Si us plau introduïu el missatge"
|
212 |
|
213 |
+
#: contact_form.php:662
|
214 |
msgid "Notice:"
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: contact_form.php:662
|
218 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
219 |
msgstr ""
|
220 |
|
221 |
+
#: contact_form.php:665
|
222 |
+
#: contact_form.php:1997
|
223 |
+
#: contact_form.php:2008
|
224 |
msgid "Settings"
|
225 |
msgstr "Configuració"
|
226 |
|
227 |
+
#: contact_form.php:666
|
228 |
msgid "Extra settings"
|
229 |
msgstr "Configuració extra"
|
230 |
|
231 |
+
#: contact_form.php:667
|
232 |
msgid "Go PRO"
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: contact_form.php:673
|
236 |
+
#: contact_form.php:1351
|
237 |
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:"
|
238 |
msgstr "Si vol afegir Contact Form en la seva web, copiï i enganxi aquest codi en el seu missatge, pàgina o widget:"
|
239 |
|
|
|
240 |
#: contact_form.php:673
|
241 |
+
#: contact_form.php:674
|
242 |
+
#: contact_form.php:1001
|
243 |
+
#: contact_form.php:1050
|
244 |
msgid "or"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: contact_form.php:674
|
248 |
msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: contact_form.php:675
|
252 |
msgid "They work the same way."
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: contact_form.php:676
|
256 |
msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
|
257 |
msgstr "Si la informació d'aquest camp queda buida, s'usarà l'adreça especificada durant el registre."
|
258 |
|
259 |
+
#: contact_form.php:680
|
260 |
msgid "The user's email address:"
|
261 |
msgstr "Adreça de correu electrònic de l'usuari:"
|
262 |
|
263 |
+
#: contact_form.php:684
|
264 |
msgid "Create a username"
|
265 |
msgstr "Seleccioni un nom d'usuari"
|
266 |
|
267 |
+
#: contact_form.php:689
|
268 |
msgid "Enter a username of the person who should get the messages from the contact form."
|
269 |
msgstr "Introdueixi el nom de l'usuari que rebrà missatges des de contact form"
|
270 |
|
271 |
+
#: contact_form.php:693
|
272 |
msgid "Use this email address:"
|
273 |
msgstr "Usi aquesta adreça de correu electrònic::"
|
274 |
|
275 |
+
#: contact_form.php:696
|
276 |
msgid "Enter the email address you want the messages forwarded to."
|
277 |
msgstr "Introdueixi una adreça de correu electrònic on vulgui re-enviar el missatge"
|
278 |
|
279 |
+
#: contact_form.php:702
|
280 |
msgid "Add department selectbox to the contact form:"
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: contact_form.php:710
|
284 |
+
#: contact_form.php:1246
|
285 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
286 |
msgstr ""
|
287 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
288 |
#: contact_form.php:715
|
289 |
#: contact_form.php:852
|
290 |
#: contact_form.php:923
|
291 |
+
#: contact_form.php:1096
|
292 |
+
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
293 |
+
msgstr "Aquesta funcionalitat està disponible en la versió Pro del connector. Per a més detalls, si us plau seguiu l'enllaç"
|
294 |
+
|
295 |
+
#: contact_form.php:716
|
296 |
+
#: contact_form.php:853
|
297 |
+
#: contact_form.php:924
|
298 |
+
#: contact_form.php:1097
|
299 |
msgid "Contact Form Pro"
|
300 |
msgstr "Contact Form Pro"
|
301 |
|
302 |
+
#: contact_form.php:722
|
303 |
msgid "Save emails to the database"
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: contact_form.php:732
|
307 |
msgid "Using"
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: contact_form.php:732
|
311 |
+
#: contact_form.php:901
|
312 |
+
#: contact_form.php:904
|
313 |
+
#: contact_form.php:908
|
314 |
msgid "powered by"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: contact_form.php:735
|
318 |
+
#: contact_form.php:739
|
319 |
msgid "Using Contact Form to DB powered by"
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: contact_form.php:735
|
323 |
#, fuzzy
|
324 |
msgid "Activate Contact Form to DB"
|
325 |
msgstr "Contact Form Pro"
|
326 |
|
327 |
+
#: contact_form.php:739
|
328 |
#, fuzzy
|
329 |
msgid "Download Contact Form to DB"
|
330 |
msgstr "Contact Form Pro"
|
331 |
|
332 |
+
#: contact_form.php:744
|
333 |
msgid "Additional options"
|
334 |
msgstr "Opcions addicionals"
|
335 |
|
336 |
+
#: contact_form.php:746
|
337 |
msgid "Show"
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: contact_form.php:747
|
341 |
msgid "Hide"
|
342 |
msgstr ""
|
343 |
|
344 |
+
#: contact_form.php:751
|
345 |
msgid "What to use?"
|
346 |
msgstr "Què usar?"
|
347 |
|
348 |
+
#: contact_form.php:754
|
349 |
msgid "Wp-mail"
|
350 |
msgstr "Wp-mail"
|
351 |
|
352 |
+
#: contact_form.php:754
|
353 |
msgid "You can use the wp_mail function for mailing"
|
354 |
msgstr "Vostè pot utilitzar la funció wp_mail pel correu."
|
355 |
|
356 |
+
#: contact_form.php:756
|
357 |
msgid "Mail"
|
358 |
msgstr "Mail"
|
359 |
|
360 |
+
#: contact_form.php:756
|
361 |
msgid "To send mail you can use the php mail function"
|
362 |
msgstr "Per enviar correu vostè pot usar la funció 'php mail'"
|
363 |
|
364 |
+
#: contact_form.php:760
|
365 |
#, fuzzy
|
366 |
msgid "The text in the 'From' field"
|
367 |
msgstr "Modifica el camp DE al contact form"
|
368 |
|
369 |
+
#: contact_form.php:762
|
370 |
msgid "User name"
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: contact_form.php:763
|
374 |
#, fuzzy
|
375 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
376 |
msgstr "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de posar al camp 'From'."
|
377 |
|
378 |
+
#: contact_form.php:766
|
379 |
#, fuzzy
|
380 |
msgid "This text will be used in the 'FROM' field"
|
381 |
msgstr "Aquesta adreça de correu electrònic s'utilitzarà al camp 'De'"
|
382 |
|
383 |
+
#: contact_form.php:770
|
384 |
#, fuzzy
|
385 |
msgid "The email address in the 'From' field"
|
386 |
msgstr "Introduir el correu electrònic al camp 'From'"
|
387 |
|
388 |
+
#: contact_form.php:772
|
389 |
msgid "User email"
|
390 |
msgstr ""
|
391 |
|
392 |
+
#: contact_form.php:773
|
393 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
394 |
msgstr "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de posar al camp 'From'."
|
395 |
|
396 |
+
#: contact_form.php:776
|
397 |
msgid "This email address will be used in the 'From' field."
|
398 |
msgstr "Aquesta adreça de correu electrònic s'utilitzarà al camp 'De'"
|
399 |
|
400 |
+
#: contact_form.php:780
|
401 |
#, fuzzy
|
402 |
msgid "Required symbol"
|
403 |
msgstr "Camps requerits"
|
404 |
|
405 |
+
#: contact_form.php:790
|
406 |
msgid "Fields"
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: contact_form.php:791
|
410 |
msgid "Used"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: contact_form.php:792
|
414 |
#, fuzzy
|
415 |
msgid "Required"
|
416 |
msgstr "Camps requerits"
|
417 |
|
418 |
+
#: contact_form.php:793
|
419 |
msgid "Visible"
|
420 |
msgstr ""
|
421 |
|
422 |
+
#: contact_form.php:794
|
423 |
msgid "Disabled for editing"
|
424 |
msgstr ""
|
425 |
|
426 |
+
#: contact_form.php:795
|
427 |
msgid "Field's default value"
|
428 |
msgstr ""
|
429 |
|
430 |
+
#: contact_form.php:800
|
431 |
+
#: contact_form.php:1121
|
432 |
+
#: contact_form.php:1841
|
433 |
+
#: contact_form.php:1871
|
434 |
msgid "Name"
|
435 |
msgstr "Nom"
|
436 |
|
437 |
+
#: contact_form.php:808
|
438 |
+
#: contact_form.php:1126
|
439 |
+
#: contact_form.php:1845
|
440 |
+
#: contact_form.php:1873
|
441 |
msgid "Address"
|
442 |
msgstr "Adreça:"
|
443 |
|
444 |
+
#: contact_form.php:816
|
445 |
msgid "Email Address"
|
446 |
msgstr "Adreça de correu electrònic:"
|
447 |
|
448 |
+
#: contact_form.php:824
|
449 |
#, fuzzy
|
450 |
msgid "Phone number"
|
451 |
msgstr "Nombre de telèfon"
|
452 |
|
453 |
+
#: contact_form.php:832
|
454 |
+
#: contact_form.php:1141
|
455 |
+
#: contact_form.php:1855
|
456 |
+
#: contact_form.php:1877
|
457 |
msgid "Subject"
|
458 |
msgstr "Assumpte"
|
459 |
|
460 |
+
#: contact_form.php:840
|
461 |
+
#: contact_form.php:1145
|
462 |
+
#: contact_form.php:1858
|
463 |
+
#: contact_form.php:1878
|
464 |
msgid "Message"
|
465 |
msgstr "MIssatge"
|
466 |
|
467 |
+
#: contact_form.php:858
|
468 |
msgid "Attachment block"
|
469 |
msgstr "Adjunt blocat"
|
470 |
|
471 |
+
#: contact_form.php:860
|
472 |
msgid "Users can attach the following file formats"
|
473 |
msgstr "Els usuaris poden adjuntar els següents formats d'arxiu"
|
474 |
|
475 |
+
#: contact_form.php:874
|
476 |
msgid "Add to the form"
|
477 |
msgstr ""
|
478 |
|
479 |
+
#: contact_form.php:879
|
480 |
#, fuzzy
|
481 |
msgid "Tips below the Attachment"
|
482 |
msgstr "Consells del blocatge de l'adjunt"
|
483 |
|
484 |
+
#: contact_form.php:888
|
485 |
#, fuzzy
|
486 |
msgid "'Send me a copy' block"
|
487 |
msgstr "Envia'm una còpia"
|
488 |
|
489 |
+
#: contact_form.php:901
|
490 |
+
#: contact_form.php:904
|
491 |
+
#: contact_form.php:908
|
492 |
+
#: contact_form.php:1155
|
493 |
msgid "Captcha"
|
494 |
msgstr "Captcha"
|
495 |
|
496 |
+
#: contact_form.php:904
|
497 |
msgid "Activate captcha"
|
498 |
msgstr "Captcha activat"
|
499 |
|
500 |
+
#: contact_form.php:908
|
501 |
msgid "Download captcha"
|
502 |
msgstr "Descarrega captcha"
|
503 |
|
504 |
+
#: contact_form.php:916
|
505 |
msgid "Agreement checkbox"
|
506 |
msgstr ""
|
507 |
|
508 |
+
#: contact_form.php:916
|
509 |
msgid "Required checkbox for submitting the form"
|
510 |
msgstr ""
|
511 |
|
512 |
+
#: contact_form.php:917
|
513 |
msgid "Optional checkbox"
|
514 |
msgstr ""
|
515 |
|
516 |
+
#: contact_form.php:917
|
517 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
518 |
msgstr ""
|
519 |
|
520 |
+
#: contact_form.php:928
|
521 |
msgid "Delete an attachment file from the server after the email is sent"
|
522 |
msgstr ""
|
523 |
|
524 |
+
#: contact_form.php:934
|
525 |
msgid "Email in HTML format sending"
|
526 |
msgstr ""
|
527 |
|
528 |
+
#: contact_form.php:938
|
529 |
msgid "Display additional info in the email"
|
530 |
msgstr "Mostra informació addicional al correu electrònic,"
|
531 |
|
532 |
+
#: contact_form.php:943
|
533 |
+
#: contact_form.php:1808
|
534 |
+
#: contact_form.php:1810
|
535 |
msgid "Sent from (ip address)"
|
536 |
msgstr "Enviat des de (adreça IP)"
|
537 |
|
538 |
+
#: contact_form.php:943
|
539 |
#, fuzzy
|
540 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
541 |
msgstr "Enviat des de (adreça IP)"
|
542 |
|
543 |
+
#: contact_form.php:944
|
544 |
+
#: contact_form.php:1814
|
545 |
+
#: contact_form.php:1816
|
546 |
msgid "Date/Time"
|
547 |
msgstr "Data/hora"
|
548 |
|
549 |
+
#: contact_form.php:944
|
550 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
551 |
msgstr ""
|
552 |
|
553 |
+
#: contact_form.php:945
|
554 |
+
#: contact_form.php:1820
|
555 |
+
#: contact_form.php:1822
|
556 |
msgid "Sent from (referer)"
|
557 |
msgstr "Enviat des de (referent)"
|
558 |
|
559 |
+
#: contact_form.php:945
|
560 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
561 |
msgstr ""
|
562 |
|
563 |
+
#: contact_form.php:946
|
564 |
+
#: contact_form.php:1826
|
565 |
+
#: contact_form.php:1828
|
566 |
msgid "Using (user agent)"
|
567 |
msgstr "Usant (user agent)"
|
568 |
|
569 |
+
#: contact_form.php:946
|
570 |
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"
|
571 |
msgstr ""
|
572 |
|
573 |
+
#: contact_form.php:950
|
574 |
msgid "Language settings for the field names in the form"
|
575 |
msgstr "Configuració de la llengua als noms dels camps del formulari"
|
576 |
|
577 |
+
#: contact_form.php:959
|
578 |
msgid "Add a language"
|
579 |
msgstr "Afegeix lengua"
|
580 |
|
581 |
+
#: contact_form.php:963
|
582 |
msgid "Change the names of the contact form fields and error messages"
|
583 |
msgstr "Modifica els noms dels camps i els missatges d'error del formulari de contacte"
|
584 |
|
585 |
+
#: contact_form.php:968
|
586 |
+
#: contact_form.php:1041
|
587 |
msgid "English"
|
588 |
msgstr "Anglès"
|
589 |
|
590 |
+
#: contact_form.php:976
|
591 |
+
#: contact_form.php:1006
|
592 |
msgid "click to expand/hide the list"
|
593 |
msgstr ""
|
594 |
|
595 |
+
#: contact_form.php:985
|
596 |
+
#: contact_form.php:1015
|
597 |
#, fuzzy
|
598 |
msgid "Tips below the Attachment block"
|
599 |
msgstr "Consells del blocatge de l'adjunt"
|
600 |
|
601 |
+
#: contact_form.php:988
|
602 |
+
#: contact_form.php:1018
|
603 |
msgid "Error message for the Name field"
|
604 |
msgstr "Missatge d'error per al camp 'Nom'"
|
605 |
|
606 |
+
#: contact_form.php:989
|
607 |
+
#: contact_form.php:1019
|
608 |
msgid "Error message for the Address field"
|
609 |
msgstr "Missatge d'error per al camp 'Adreça'"
|
610 |
|
611 |
+
#: contact_form.php:990
|
612 |
+
#: contact_form.php:1020
|
613 |
msgid "Error message for the Email field"
|
614 |
msgstr "Missatge d'error per al camp 'Adreça de correu electrònic'"
|
615 |
|
616 |
+
#: contact_form.php:991
|
617 |
+
#: contact_form.php:1021
|
618 |
msgid "Error message for the Phone field"
|
619 |
msgstr "Missatge d'error per al camp 'Telèfon\""
|
620 |
|
621 |
+
#: contact_form.php:992
|
622 |
+
#: contact_form.php:1022
|
623 |
msgid "Error message for the Subject field"
|
624 |
msgstr "Missatge d'error per al camp 'Assumpte'"
|
625 |
|
626 |
+
#: contact_form.php:993
|
627 |
+
#: contact_form.php:1023
|
628 |
msgid "Error message for the Message field"
|
629 |
msgstr "Missatge d'error per al camp 'Missatge'"
|
630 |
|
631 |
+
#: contact_form.php:994
|
632 |
+
#: contact_form.php:1024
|
633 |
msgid "Error message about the file type for the Attachment field"
|
634 |
msgstr "Missatge d'error sobre el tipus de per al camp 'Adjunt'"
|
635 |
|
636 |
+
#: contact_form.php:995
|
637 |
+
#: contact_form.php:1025
|
638 |
msgid "Error message while uploading a file for the Attachment field to the server"
|
639 |
msgstr "Missatge d'error al carregar al servidor un fitxer per al camp Adjunt"
|
640 |
|
641 |
+
#: contact_form.php:996
|
642 |
+
#: contact_form.php:1026
|
643 |
msgid "Error message while moving the file for the Attachment field"
|
644 |
msgstr "Missatge d'error al mourerun fitxer per al camp Adjunt"
|
645 |
|
646 |
+
#: contact_form.php:997
|
647 |
+
#: contact_form.php:1027
|
648 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
649 |
msgstr "Missatge d'error al superar el límit de mida de fitxer per al camp Adjunt"
|
650 |
|
651 |
+
#: contact_form.php:998
|
652 |
+
#: contact_form.php:1028
|
653 |
msgid "Error message for the Captcha field"
|
654 |
msgstr "Missatge d'error al camp Captcha"
|
655 |
|
656 |
+
#: contact_form.php:999
|
657 |
+
#: contact_form.php:1029
|
658 |
msgid "Error message for the whole form"
|
659 |
msgstr "Missatge d'error a tot el formulari"
|
660 |
|
661 |
+
#: contact_form.php:1001
|
662 |
+
#: contact_form.php:1031
|
663 |
+
#: contact_form.php:1050
|
664 |
+
#: contact_form.php:1056
|
665 |
msgid "Use shortcode"
|
666 |
msgstr "useu un codi curt"
|
667 |
|
668 |
+
#: contact_form.php:1001
|
669 |
+
#: contact_form.php:1031
|
670 |
+
#: contact_form.php:1050
|
671 |
+
#: contact_form.php:1056
|
672 |
msgid "for this language"
|
673 |
msgstr "Per aquesta llengua"
|
674 |
|
675 |
+
#: contact_form.php:1038
|
676 |
msgid "Action after email is sent"
|
677 |
msgstr "Accions després d'enviar un correu electrònic."
|
678 |
|
679 |
+
#: contact_form.php:1040
|
680 |
msgid "Display text"
|
681 |
msgstr "Mostra el text"
|
682 |
|
683 |
+
#: contact_form.php:1049
|
684 |
+
#: contact_form.php:1055
|
685 |
msgid "Text"
|
686 |
msgstr "Text"
|
687 |
|
688 |
+
#: contact_form.php:1062
|
689 |
msgid "Redirect to the page"
|
690 |
msgstr "Redirigir a la pàgina"
|
691 |
|
692 |
+
#: contact_form.php:1063
|
693 |
msgid "Url"
|
694 |
msgstr "Url"
|
695 |
|
696 |
#: contact_form.php:1067
|
697 |
+
msgid "The $_SERVER variable that is used to build a URL of the form"
|
698 |
+
msgstr ""
|
699 |
+
|
700 |
+
#: contact_form.php:1071
|
701 |
+
msgid "If you are not sure whether to change this setting or not, please do not do that."
|
702 |
+
msgstr ""
|
703 |
+
|
704 |
+
#: contact_form.php:1077
|
705 |
+
#: contact_form.php:1252
|
706 |
msgid "Save Changes"
|
707 |
msgstr "Desar els canvis"
|
708 |
|
709 |
+
#: contact_form.php:1082
|
710 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
711 |
msgstr ""
|
712 |
|
713 |
+
#: contact_form.php:1083
|
714 |
#, fuzzy
|
715 |
msgid "Rate the plugin"
|
716 |
msgstr "Plugins gratuïts"
|
717 |
|
718 |
+
#: contact_form.php:1086
|
719 |
#, fuzzy
|
720 |
msgid "If there is something wrong about it, please contact us"
|
721 |
msgstr "Si té alguna pregunta, contacti'ns si us plau via plugin@bestwebsoft.com o utilitzi el formulari de contacte de la nostra web"
|
722 |
|
723 |
+
#: contact_form.php:1101
|
724 |
msgid "Errors output"
|
725 |
msgstr "Errors de sortida"
|
726 |
|
727 |
+
#: contact_form.php:1104
|
728 |
msgid "Display error messages"
|
729 |
msgstr "Mostra els missatges d'error"
|
730 |
|
731 |
+
#: contact_form.php:1105
|
732 |
msgid "Color of the input field errors."
|
733 |
msgstr "Color dels errors al camp d'entrada"
|
734 |
|
735 |
+
#: contact_form.php:1106
|
736 |
msgid "Display error messages & color of the input field errors"
|
737 |
msgstr "Mostra els missatges d'error i el color dels errors del camp d'entrada"
|
738 |
|
739 |
+
#: contact_form.php:1111
|
740 |
msgid "Add placeholder to the input blocks"
|
741 |
msgstr "Afegeix marcador de posició als blocs d'entrada"
|
742 |
|
743 |
+
#: contact_form.php:1117
|
744 |
msgid "Add tooltips"
|
745 |
msgstr "Afegir consells sobre les eines"
|
746 |
|
747 |
+
#: contact_form.php:1131
|
748 |
msgid "Email address"
|
749 |
msgstr "Adreça de correu electrònic:"
|
750 |
|
751 |
+
#: contact_form.php:1136
|
752 |
msgid "Phone Number"
|
753 |
msgstr "Nombre de telèfon"
|
754 |
|
755 |
+
#: contact_form.php:1150
|
756 |
msgid "Attachment"
|
757 |
msgstr "Adjunt:"
|
758 |
|
759 |
+
#: contact_form.php:1155
|
760 |
msgid "(powered by bestwebsoft.com)"
|
761 |
msgstr "(Impulsat per bestwebsoft.com)"
|
762 |
|
763 |
+
#: contact_form.php:1160
|
764 |
msgid "Style options"
|
765 |
msgstr "Opcions d'estil"
|
766 |
|
767 |
+
#: contact_form.php:1163
|
768 |
msgid "Text color"
|
769 |
msgstr "Color del text"
|
770 |
|
771 |
+
#: contact_form.php:1166
|
|
|
772 |
#: contact_form.php:1171
|
|
|
773 |
#: contact_form.php:1181
|
774 |
#: contact_form.php:1186
|
775 |
+
#: contact_form.php:1191
|
776 |
#: contact_form.php:1196
|
777 |
+
#: contact_form.php:1206
|
778 |
+
#: contact_form.php:1211
|
779 |
+
#: contact_form.php:1217
|
|
|
780 |
#: contact_form.php:1228
|
781 |
+
#: contact_form.php:1233
|
782 |
+
#: contact_form.php:1238
|
783 |
msgid "Default"
|
784 |
msgstr "Per defecte"
|
785 |
|
786 |
+
#: contact_form.php:1168
|
787 |
msgid "Label text color"
|
788 |
msgstr "Color del text de l'etiqeta"
|
789 |
|
790 |
+
#: contact_form.php:1173
|
791 |
msgid "Placeholder color"
|
792 |
msgstr "Color del marcador de posició"
|
793 |
|
794 |
+
#: contact_form.php:1178
|
795 |
msgid "Errors color"
|
796 |
msgstr "Color dels errors"
|
797 |
|
798 |
+
#: contact_form.php:1183
|
799 |
msgid "Error text color"
|
800 |
msgstr "Color del text d'error"
|
801 |
|
802 |
+
#: contact_form.php:1188
|
803 |
msgid "Background color of the input field errors"
|
804 |
msgstr "Color de fons dels errors del camp d'entrada"
|
805 |
|
806 |
+
#: contact_form.php:1193
|
807 |
msgid "Border color of the input field errors"
|
808 |
msgstr "Color de la vora dels errors del camp d'entrada"
|
809 |
|
810 |
+
#: contact_form.php:1198
|
811 |
msgid "Placeholder color of the input field errors"
|
812 |
msgstr "Color del marcador de posició dels errors del camp d'entrada"
|
813 |
|
814 |
+
#: contact_form.php:1203
|
815 |
msgid "Input fields"
|
816 |
msgstr "Visualitza l'adjunt"
|
817 |
|
818 |
+
#: contact_form.php:1208
|
819 |
msgid "Input fields background color"
|
820 |
msgstr "Color de fons dels camps d'entrada"
|
821 |
|
822 |
+
#: contact_form.php:1213
|
823 |
msgid "Text fields color"
|
824 |
msgstr "Color dels camps de text"
|
825 |
|
826 |
+
#: contact_form.php:1215
|
827 |
msgid "Border width in px, numbers only"
|
828 |
msgstr "Ample de vora en px, sols nombres"
|
829 |
|
830 |
+
#: contact_form.php:1219
|
831 |
+
#: contact_form.php:1240
|
832 |
msgid "Border color"
|
833 |
msgstr "Color de la vora"
|
834 |
|
835 |
+
#: contact_form.php:1224
|
836 |
msgid "Submit button"
|
837 |
msgstr "Enviar"
|
838 |
|
839 |
# #: contact_form.php:928
|
840 |
+
#: contact_form.php:1226
|
841 |
msgid "Width in px, numbers only"
|
842 |
msgstr "Ample en px, sols nombres"
|
843 |
|
844 |
+
#: contact_form.php:1230
|
845 |
msgid "Button color"
|
846 |
msgstr "Color del botó"
|
847 |
|
848 |
+
#: contact_form.php:1235
|
849 |
msgid "Button text color"
|
850 |
msgstr "Color del text del botó"
|
851 |
|
852 |
+
#: contact_form.php:1256
|
853 |
msgid "Contact Form Pro | Preview"
|
854 |
msgstr "Contact Form Pro | Vista prèvia"
|
855 |
|
856 |
+
#: contact_form.php:1259
|
857 |
msgid "Show with errors"
|
858 |
msgstr "Mostra amb errors"
|
859 |
|
860 |
+
#: contact_form.php:1267
|
861 |
+
#: contact_form.php:1269
|
862 |
msgid "Please enter your full name..."
|
863 |
msgstr "Si us plau introduïu el nom complet"
|
864 |
|
865 |
+
#: contact_form.php:1280
|
866 |
+
#: contact_form.php:1282
|
867 |
msgid "Please enter your address..."
|
868 |
msgstr "Si us plau introduïu l'adreça"
|
869 |
|
870 |
+
#: contact_form.php:1291
|
871 |
+
#: contact_form.php:1293
|
872 |
msgid "Please enter your email address..."
|
873 |
msgstr "Si us plau introdueixi el seu e-mail"
|
874 |
|
875 |
+
#: contact_form.php:1302
|
876 |
+
#: contact_form.php:1304
|
877 |
msgid "Please enter your phone number..."
|
878 |
msgstr "Si us plau introduïu el nombre de telèfon"
|
879 |
|
880 |
+
#: contact_form.php:1313
|
881 |
+
#: contact_form.php:1315
|
882 |
msgid "Please enter subject..."
|
883 |
msgstr "Si us plau introduïu l'assumpte"
|
884 |
|
885 |
+
#: contact_form.php:1323
|
886 |
+
#: contact_form.php:1325
|
887 |
msgid "Please enter your message..."
|
888 |
msgstr "Si us plau introduïu el missatge"
|
889 |
|
890 |
+
#: contact_form.php:1367
|
891 |
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
892 |
msgstr ""
|
893 |
|
894 |
+
#: contact_form.php:1369
|
895 |
msgid "Please, go to"
|
896 |
msgstr ""
|
897 |
|
898 |
+
#: contact_form.php:1369
|
899 |
#, fuzzy
|
900 |
msgid "the setting page"
|
901 |
msgstr "Configuració extra"
|
902 |
|
903 |
+
#: contact_form.php:1370
|
904 |
msgid "You will be redirected automatically in 5 seconds."
|
905 |
msgstr ""
|
906 |
|
907 |
+
#: contact_form.php:1375
|
908 |
msgid "You can download and activate"
|
909 |
msgstr ""
|
910 |
|
911 |
+
#: contact_form.php:1377
|
912 |
msgid "version of this plugin by entering Your license key."
|
913 |
msgstr ""
|
914 |
|
915 |
+
#: contact_form.php:1379
|
916 |
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
917 |
msgstr ""
|
918 |
|
919 |
+
#: contact_form.php:1381
|
920 |
msgid "(your username is the email you specify when purchasing the product)."
|
921 |
msgstr ""
|
922 |
|
|
|
923 |
#: contact_form.php:1389
|
924 |
+
#: contact_form.php:1399
|
925 |
msgid "Go!"
|
926 |
msgstr ""
|
927 |
|
928 |
+
#: contact_form.php:1449
|
929 |
msgid "Sorry, email message could not be delivered."
|
930 |
msgstr "Ho sentim, el seu e-mail no ha pogut ser lliurat."
|
931 |
|
932 |
+
#: contact_form.php:1835
|
933 |
msgid "Contact from"
|
934 |
msgstr "Contact from"
|
935 |
|
936 |
+
#: contact_form.php:1848
|
937 |
+
#: contact_form.php:1874
|
938 |
msgid "Email"
|
939 |
msgstr "Adreça de correu electrònic"
|
940 |
|
941 |
+
#: contact_form.php:1852
|
942 |
+
#: contact_form.php:1876
|
943 |
msgid "Phone"
|
944 |
msgstr "Telèfon"
|
945 |
|
946 |
+
#: contact_form.php:1861
|
947 |
+
#: contact_form.php:1879
|
948 |
msgid "Site"
|
949 |
msgstr "Lloc"
|
950 |
|
951 |
+
#: contact_form.php:1941
|
952 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
953 |
msgstr "Si pot veure aquest MIME, vol dir que el tipus MIME no és compatible amb el seu client de correu electrònic!"
|
954 |
|
955 |
+
#: contact_form.php:2009
|
956 |
msgid "FAQ"
|
957 |
msgstr "FAQ"
|
958 |
|
959 |
+
#: contact_form.php:2010
|
960 |
msgid "Support"
|
961 |
msgstr "Suport"
|
962 |
|
963 |
+
#: contact_form.php:2068
|
964 |
msgid "Are you sure that you want to delete this language data?"
|
965 |
msgstr "Està vostè segur que vol esborrar aquest idioma?"
|
966 |
|
967 |
+
#: contact_form.php:2223
|
968 |
+
msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
|
969 |
+
msgstr ""
|
970 |
+
|
971 |
+
#: contact_form.php:2224
|
972 |
+
msgid "Extend standard plugin functionality with new great options."
|
973 |
+
msgstr ""
|
974 |
+
|
975 |
+
#: contact_form.php:2233
|
976 |
+
msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
|
977 |
+
msgstr ""
|
978 |
+
|
979 |
+
#: contact_form.php:2234
|
980 |
+
msgid "Manage messages that have been sent from your website."
|
981 |
+
msgstr ""
|
982 |
+
|
983 |
#~ msgid "Contact Form Pro Extra Settings"
|
984 |
#~ msgstr "Opcions extra del Contact Form Pro"
|
985 |
|
languages/contact_form-de_DE.mo
ADDED
Binary file
|
languages/contact_form-de_DE.po
ADDED
@@ -0,0 +1,1051 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: contact_form\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-02-20 14:00+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-02-20 14:04+0300\n"
|
7 |
+
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
+
"Language-Team: Alex <private183@web.de>\n"
|
9 |
+
"Language: de_DE\n"
|
10 |
+
"MIME-Version: 1.0\n"
|
11 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
+
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
+
"X-Poedit-Basepath: ..\n"
|
15 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Generator: Poedit 1.6.3\n"
|
17 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
+
"X-Poedit-SearchPath-0: .\n"
|
19 |
+
|
20 |
+
#: contact_form.php:33
|
21 |
+
#: contact_form.php:660
|
22 |
+
msgid "Contact Form Settings"
|
23 |
+
msgstr "Kontakt-Form Einstellungen"
|
24 |
+
|
25 |
+
#: contact_form.php:33
|
26 |
+
msgid "Contact Form"
|
27 |
+
msgstr "Kontakt-Form"
|
28 |
+
|
29 |
+
#: contact_form.php:80
|
30 |
+
#: contact_form.php:978
|
31 |
+
#: contact_form.php:1008
|
32 |
+
msgid "Name:"
|
33 |
+
msgstr "Name:"
|
34 |
+
|
35 |
+
#: contact_form.php:81
|
36 |
+
#: contact_form.php:979
|
37 |
+
#: contact_form.php:1009
|
38 |
+
msgid "Address:"
|
39 |
+
msgstr "Adresse:"
|
40 |
+
|
41 |
+
#: contact_form.php:82
|
42 |
+
#: contact_form.php:980
|
43 |
+
#: contact_form.php:1010
|
44 |
+
msgid "Email Address:"
|
45 |
+
msgstr "E-Mail Adresse:"
|
46 |
+
|
47 |
+
#: contact_form.php:83
|
48 |
+
#: contact_form.php:981
|
49 |
+
#: contact_form.php:1011
|
50 |
+
msgid "Phone number:"
|
51 |
+
msgstr "Telefonnummer:"
|
52 |
+
|
53 |
+
#: contact_form.php:84
|
54 |
+
#: contact_form.php:982
|
55 |
+
#: contact_form.php:1012
|
56 |
+
msgid "Subject:"
|
57 |
+
msgstr "Betreff:"
|
58 |
+
|
59 |
+
#: contact_form.php:85
|
60 |
+
#: contact_form.php:983
|
61 |
+
#: contact_form.php:1013
|
62 |
+
msgid "Message:"
|
63 |
+
msgstr "Inhalt:"
|
64 |
+
|
65 |
+
#: contact_form.php:86
|
66 |
+
#: contact_form.php:984
|
67 |
+
#: contact_form.php:1014
|
68 |
+
msgid "Attachment:"
|
69 |
+
msgstr "Anhang:"
|
70 |
+
|
71 |
+
#: contact_form.php:87
|
72 |
+
msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
|
73 |
+
msgstr "Unterstützte Dateitypen: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max Datei-Größe: 2MB"
|
74 |
+
|
75 |
+
#: contact_form.php:88
|
76 |
+
#: contact_form.php:986
|
77 |
+
#: contact_form.php:1016
|
78 |
+
msgid "Send me a copy"
|
79 |
+
msgstr "Kopie an mich senden"
|
80 |
+
|
81 |
+
#: contact_form.php:89
|
82 |
+
#: contact_form.php:987
|
83 |
+
#: contact_form.php:1017
|
84 |
+
msgid "Submit"
|
85 |
+
msgstr "Senden"
|
86 |
+
|
87 |
+
#: contact_form.php:90
|
88 |
+
msgid "Your name is required."
|
89 |
+
msgstr "Dein Name wird benötigt."
|
90 |
+
|
91 |
+
#: contact_form.php:91
|
92 |
+
msgid "Address is required."
|
93 |
+
msgstr "Adresse wird benötigt"
|
94 |
+
|
95 |
+
#: contact_form.php:92
|
96 |
+
msgid "A valid email address is required."
|
97 |
+
msgstr "Eine gültige E-Mail Adresse wird benötigt."
|
98 |
+
|
99 |
+
#: contact_form.php:93
|
100 |
+
msgid "Phone number is required."
|
101 |
+
msgstr "Deine Telefonnummer wird benötigt."
|
102 |
+
|
103 |
+
#: contact_form.php:94
|
104 |
+
msgid "Subject is required."
|
105 |
+
msgstr "Ein Betreff wird benötigt."
|
106 |
+
|
107 |
+
#: contact_form.php:95
|
108 |
+
msgid "Message text is required."
|
109 |
+
msgstr "Ein Inhalt wird benötigt."
|
110 |
+
|
111 |
+
#: contact_form.php:96
|
112 |
+
msgid "File format is not valid."
|
113 |
+
msgstr "Datei Format ist nicht erlaubt."
|
114 |
+
|
115 |
+
#: contact_form.php:97
|
116 |
+
msgid "File upload error."
|
117 |
+
msgstr "Datei-Übertragungsfehler"
|
118 |
+
|
119 |
+
#: contact_form.php:98
|
120 |
+
msgid "The file could not be uploaded."
|
121 |
+
msgstr "Die Datei konnte nicht hochgeladen werden."
|
122 |
+
|
123 |
+
#: contact_form.php:99
|
124 |
+
msgid "This file is too large."
|
125 |
+
msgstr "Diese Datei ist zu groß."
|
126 |
+
|
127 |
+
#: contact_form.php:100
|
128 |
+
msgid "Please fill out the CAPTCHA."
|
129 |
+
msgstr "Bitte CAPTCHA ausfüllen."
|
130 |
+
|
131 |
+
#: contact_form.php:101
|
132 |
+
msgid "Please make corrections below and try again."
|
133 |
+
msgstr "Bitte mach unten korrekturen und versuche es erneut."
|
134 |
+
|
135 |
+
#: contact_form.php:103
|
136 |
+
msgid "Thank you for contacting us."
|
137 |
+
msgstr "Danke für Ihre Nachricht."
|
138 |
+
|
139 |
+
#: contact_form.php:203
|
140 |
+
msgid "requires"
|
141 |
+
msgstr "benötigt"
|
142 |
+
|
143 |
+
#: contact_form.php:203
|
144 |
+
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
145 |
+
msgstr "oder höher, darum wurde es deaktiviert! Bitte rüsten sie WordPress auf und versuchen sie es erneut."
|
146 |
+
|
147 |
+
#: contact_form.php:203
|
148 |
+
msgid "Back to the WordPress"
|
149 |
+
msgstr "Zurück zu WordPress"
|
150 |
+
|
151 |
+
#: contact_form.php:203
|
152 |
+
msgid "Plugins page"
|
153 |
+
msgstr "Plugin Seite"
|
154 |
+
|
155 |
+
#: contact_form.php:494
|
156 |
+
msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
|
157 |
+
msgstr "Wenn die 'Redirect to page/Umleiten zur Seite' Option verwendet wird, dann sollte das Feld URL in folgendem Format sein"
|
158 |
+
|
159 |
+
#: contact_form.php:503
|
160 |
+
msgid "Such user does not exist. Settings are not saved."
|
161 |
+
msgstr "Dieser User exestiert nicht. Einstellungen werden nicht gespeichert."
|
162 |
+
|
163 |
+
#: contact_form.php:507
|
164 |
+
#: contact_form.php:513
|
165 |
+
msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
|
166 |
+
msgstr "Bitte geben sie eine gültige Email Adresse in das 'FROM/VON' Feld ein. Einstellungen werden nicht gespeichert."
|
167 |
+
|
168 |
+
#: contact_form.php:518
|
169 |
+
msgid "Settings saved."
|
170 |
+
msgstr "Einstellungen gespeichert."
|
171 |
+
|
172 |
+
#: contact_form.php:554
|
173 |
+
#: contact_form.php:593
|
174 |
+
msgid "Wrong license key"
|
175 |
+
msgstr "Falscher Lizenzschlüssel"
|
176 |
+
|
177 |
+
#: contact_form.php:586
|
178 |
+
msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
|
179 |
+
msgstr "Etwas ging schief. Versuchen sie es später nochmals. Wenn der Fehler erneut auftritt, bitte, kontaktieren sie uns <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Wir entschuldigen für die Umstände."
|
180 |
+
|
181 |
+
#: contact_form.php:595
|
182 |
+
msgid "This license key is bind to another site"
|
183 |
+
msgstr "Dieser Linzenz-Key ist an eine andere Seite gebunden."
|
184 |
+
|
185 |
+
#: contact_form.php:597
|
186 |
+
#: contact_form.php:1392
|
187 |
+
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
188 |
+
msgstr "Leider haben sie die Anzahl an verfügbaren Versuchen pro Trag überschritten. Bitte laden sie das Plugin manuell hoch"
|
189 |
+
|
190 |
+
#: contact_form.php:615
|
191 |
+
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
192 |
+
msgstr "Fehler beim öffnen des zip Archives. Bitte laden sie das Plugin manuell hoch"
|
193 |
+
|
194 |
+
#: contact_form.php:621
|
195 |
+
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
196 |
+
msgstr "Ihr Server unterstützt kein ZipArchiv oder Phar. Bitte laden sie das Plugin manuell hoch"
|
197 |
+
|
198 |
+
#: contact_form.php:625
|
199 |
+
#: contact_form.php:634
|
200 |
+
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
201 |
+
msgstr "Download des zip Archives fehlgeschlagen. Bitte laden sie das Plugin manuell hoch"
|
202 |
+
|
203 |
+
#: contact_form.php:638
|
204 |
+
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
|
205 |
+
msgstr "Etwas ging schief. Versuchen sie es später oder laden sie das plugin manuell hoch. Wir entschuldigen für die Umstände."
|
206 |
+
|
207 |
+
#: contact_form.php:653
|
208 |
+
msgid "Please, enter Your license key"
|
209 |
+
msgstr "Bitte, geben sie Ihren Linzenzschlüssel ein"
|
210 |
+
|
211 |
+
#: contact_form.php:662
|
212 |
+
msgid "Notice:"
|
213 |
+
msgstr "Notiz:"
|
214 |
+
|
215 |
+
#: contact_form.php:662
|
216 |
+
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
217 |
+
msgstr "Die Einstellungen des Plugins wurden geändert. Um diese zu speichern vergessen sie nicht auf 'Save Changes/Speicher Änderungen' zu klicken."
|
218 |
+
|
219 |
+
#: contact_form.php:665
|
220 |
+
#: contact_form.php:1997
|
221 |
+
#: contact_form.php:2008
|
222 |
+
msgid "Settings"
|
223 |
+
msgstr "Einstellungen"
|
224 |
+
|
225 |
+
#: contact_form.php:666
|
226 |
+
msgid "Extra settings"
|
227 |
+
msgstr "Weitere Einstellungen"
|
228 |
+
|
229 |
+
#: contact_form.php:667
|
230 |
+
msgid "Go PRO"
|
231 |
+
msgstr "Go PRO"
|
232 |
+
|
233 |
+
#: contact_form.php:673
|
234 |
+
#: contact_form.php:1351
|
235 |
+
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:"
|
236 |
+
msgstr "Wenn sie die Kontakt-Form auf ihrer Webseite plazieren möchten, kopieren und fügen sie diesen shortcode in ihrem/r Beitrag, Seite oder Widget ein:"
|
237 |
+
|
238 |
+
#: contact_form.php:673
|
239 |
+
#: contact_form.php:674
|
240 |
+
#: contact_form.php:1001
|
241 |
+
#: contact_form.php:1050
|
242 |
+
msgid "or"
|
243 |
+
msgstr "oder"
|
244 |
+
|
245 |
+
#: contact_form.php:674
|
246 |
+
msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
|
247 |
+
msgstr "Wenn sie irgendwelche Probleme mit dem standard shortcode [contact_form] haben, sollten sie folgenden shortcode verwenden"
|
248 |
+
|
249 |
+
#: contact_form.php:675
|
250 |
+
msgid "They work the same way."
|
251 |
+
msgstr "Sie arbeiten auf gleiche weise."
|
252 |
+
|
253 |
+
#: contact_form.php:676
|
254 |
+
msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
|
255 |
+
msgstr "Wenn sie die Felder leer lassen, wird die Nachricht an die bei der registrierung angegebenen E-Mail Adresse gesendet."
|
256 |
+
|
257 |
+
#: contact_form.php:680
|
258 |
+
msgid "The user's email address:"
|
259 |
+
msgstr "Benutzer E-Mail Adresse"
|
260 |
+
|
261 |
+
#: contact_form.php:684
|
262 |
+
msgid "Create a username"
|
263 |
+
msgstr "Benutzername erstellen"
|
264 |
+
|
265 |
+
#: contact_form.php:689
|
266 |
+
msgid "Enter a username of the person who should get the messages from the contact form."
|
267 |
+
msgstr "Geben sie den Benutzernamen des Users an, der die Nachrichten der Kontakt-Form erhalten soll."
|
268 |
+
|
269 |
+
#: contact_form.php:693
|
270 |
+
msgid "Use this email address:"
|
271 |
+
msgstr "Nutzen sie diese E-Mail Adresse"
|
272 |
+
|
273 |
+
#: contact_form.php:696
|
274 |
+
msgid "Enter the email address you want the messages forwarded to."
|
275 |
+
msgstr "Geben sie die E-Mail Adresse ein, an welche die Nachricht weitergeleitet werden soll."
|
276 |
+
|
277 |
+
#: contact_form.php:702
|
278 |
+
msgid "Add department selectbox to the contact form:"
|
279 |
+
msgstr "Füge Abteilungs- Auswahlbox zu der Kontakt-Form:"
|
280 |
+
|
281 |
+
#: contact_form.php:710
|
282 |
+
#: contact_form.php:1246
|
283 |
+
msgid "If you upgrade to Pro version all your settings will be saved."
|
284 |
+
msgstr "Wenn sie auf Pro upgraden werden alle ihre Einstellungen gespeichert"
|
285 |
+
|
286 |
+
#: contact_form.php:715
|
287 |
+
#: contact_form.php:852
|
288 |
+
#: contact_form.php:923
|
289 |
+
#: contact_form.php:1096
|
290 |
+
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
291 |
+
msgstr "Diese Funktion ist in der Pro Version des plugins verfügbar. Für mehr Details, folgen sie bitte dem Link"
|
292 |
+
|
293 |
+
#: contact_form.php:716
|
294 |
+
#: contact_form.php:853
|
295 |
+
#: contact_form.php:924
|
296 |
+
#: contact_form.php:1097
|
297 |
+
msgid "Contact Form Pro"
|
298 |
+
msgstr "Kontakt-Form Pro"
|
299 |
+
|
300 |
+
#: contact_form.php:722
|
301 |
+
msgid "Save emails to the database"
|
302 |
+
msgstr "Speicher E-Mails in die Datenbank"
|
303 |
+
|
304 |
+
#: contact_form.php:732
|
305 |
+
msgid "Using"
|
306 |
+
msgstr "Verwendet"
|
307 |
+
|
308 |
+
#: contact_form.php:732
|
309 |
+
#: contact_form.php:901
|
310 |
+
#: contact_form.php:904
|
311 |
+
#: contact_form.php:908
|
312 |
+
msgid "powered by"
|
313 |
+
msgstr "powered by"
|
314 |
+
|
315 |
+
#: contact_form.php:735
|
316 |
+
#: contact_form.php:739
|
317 |
+
msgid "Using Contact Form to DB powered by"
|
318 |
+
msgstr "Verwende 'Kontakt-Form in die DB' powered by"
|
319 |
+
|
320 |
+
#: contact_form.php:735
|
321 |
+
msgid "Activate Contact Form to DB"
|
322 |
+
msgstr "Aktiviere 'Kontakt-Form in die DB'"
|
323 |
+
|
324 |
+
#: contact_form.php:739
|
325 |
+
msgid "Download Contact Form to DB"
|
326 |
+
msgstr "Lade 'Kontakt-Form in die DB' herunter"
|
327 |
+
|
328 |
+
#: contact_form.php:744
|
329 |
+
msgid "Additional options"
|
330 |
+
msgstr "Weitere Optionen"
|
331 |
+
|
332 |
+
#: contact_form.php:746
|
333 |
+
msgid "Show"
|
334 |
+
msgstr "Zeige"
|
335 |
+
|
336 |
+
#: contact_form.php:747
|
337 |
+
msgid "Hide"
|
338 |
+
msgstr "Verstecke"
|
339 |
+
|
340 |
+
#: contact_form.php:751
|
341 |
+
msgid "What to use?"
|
342 |
+
msgstr "Was soll verwendet werden?"
|
343 |
+
|
344 |
+
#: contact_form.php:754
|
345 |
+
msgid "Wp-mail"
|
346 |
+
msgstr "Wp-mail"
|
347 |
+
|
348 |
+
#: contact_form.php:754
|
349 |
+
msgid "You can use the wp_mail function for mailing"
|
350 |
+
msgstr "Sie können die wp_mail Funktion für das versenden verwenden."
|
351 |
+
|
352 |
+
#: contact_form.php:756
|
353 |
+
msgid "Mail"
|
354 |
+
msgstr "Mail"
|
355 |
+
|
356 |
+
#: contact_form.php:756
|
357 |
+
msgid "To send mail you can use the php mail function"
|
358 |
+
msgstr "Um mails zu versenden, können sie die php mail Funktion verwenden."
|
359 |
+
|
360 |
+
#: contact_form.php:760
|
361 |
+
msgid "The text in the 'From' field"
|
362 |
+
msgstr "Der Text in dem Feld 'From/Von'"
|
363 |
+
|
364 |
+
#: contact_form.php:762
|
365 |
+
msgid "User name"
|
366 |
+
msgstr "Benutzer Name"
|
367 |
+
|
368 |
+
#: contact_form.php:763
|
369 |
+
msgid "The name of the user who fills the form will be used in the field 'From'."
|
370 |
+
msgstr "Der Name des Benutzers, der das Formular ausfüllt, wird im Feld 'From/Von' verwendt."
|
371 |
+
|
372 |
+
#: contact_form.php:766
|
373 |
+
msgid "This text will be used in the 'FROM' field"
|
374 |
+
msgstr "Dieser Text wird in dem Feld 'FROM/VON' stehen"
|
375 |
+
|
376 |
+
#: contact_form.php:770
|
377 |
+
msgid "The email address in the 'From' field"
|
378 |
+
msgstr "Die E-Mail Adresse in dem Feld 'From/Von'"
|
379 |
+
|
380 |
+
#: contact_form.php:772
|
381 |
+
msgid "User email"
|
382 |
+
msgstr "Benutzer E-Mail"
|
383 |
+
|
384 |
+
#: contact_form.php:773
|
385 |
+
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
386 |
+
msgstr "Die E-Mail Adresse des Benutzers, der das Formular ausfüllt, wird im Feld 'From/Von' verwendt."
|
387 |
+
|
388 |
+
#: contact_form.php:776
|
389 |
+
msgid "This email address will be used in the 'From' field."
|
390 |
+
msgstr "Diese E-Mail Adresse wird in dem 'From/Von' Feld verwendet"
|
391 |
+
|
392 |
+
#: contact_form.php:780
|
393 |
+
msgid "Required symbol"
|
394 |
+
msgstr "Benötigtes Symbol"
|
395 |
+
|
396 |
+
#: contact_form.php:790
|
397 |
+
msgid "Fields"
|
398 |
+
msgstr "Felder"
|
399 |
+
|
400 |
+
#: contact_form.php:791
|
401 |
+
msgid "Used"
|
402 |
+
msgstr "Benutzt"
|
403 |
+
|
404 |
+
#: contact_form.php:792
|
405 |
+
msgid "Required"
|
406 |
+
msgstr "Benötigt"
|
407 |
+
|
408 |
+
#: contact_form.php:793
|
409 |
+
msgid "Visible"
|
410 |
+
msgstr "Sichtbar"
|
411 |
+
|
412 |
+
#: contact_form.php:794
|
413 |
+
msgid "Disabled for editing"
|
414 |
+
msgstr "Bearbeitung ist ausgeschaltet"
|
415 |
+
|
416 |
+
#: contact_form.php:795
|
417 |
+
msgid "Field's default value"
|
418 |
+
msgstr "Standard-Feld-Wert"
|
419 |
+
|
420 |
+
#: contact_form.php:800
|
421 |
+
#: contact_form.php:1121
|
422 |
+
#: contact_form.php:1841
|
423 |
+
#: contact_form.php:1871
|
424 |
+
msgid "Name"
|
425 |
+
msgstr "Name"
|
426 |
+
|
427 |
+
#: contact_form.php:808
|
428 |
+
#: contact_form.php:1126
|
429 |
+
#: contact_form.php:1845
|
430 |
+
#: contact_form.php:1873
|
431 |
+
msgid "Address"
|
432 |
+
msgstr "Adresse: "
|
433 |
+
|
434 |
+
#: contact_form.php:816
|
435 |
+
msgid "Email Address"
|
436 |
+
msgstr "E-Mail Adresse:"
|
437 |
+
|
438 |
+
#: contact_form.php:824
|
439 |
+
msgid "Phone number"
|
440 |
+
msgstr "Telefonnummer:"
|
441 |
+
|
442 |
+
#: contact_form.php:832
|
443 |
+
#: contact_form.php:1141
|
444 |
+
#: contact_form.php:1855
|
445 |
+
#: contact_form.php:1877
|
446 |
+
msgid "Subject"
|
447 |
+
msgstr "Betreff"
|
448 |
+
|
449 |
+
#: contact_form.php:840
|
450 |
+
#: contact_form.php:1145
|
451 |
+
#: contact_form.php:1858
|
452 |
+
#: contact_form.php:1878
|
453 |
+
msgid "Message"
|
454 |
+
msgstr "Inhalt"
|
455 |
+
|
456 |
+
#: contact_form.php:858
|
457 |
+
msgid "Attachment block"
|
458 |
+
msgstr "Anhang-Block"
|
459 |
+
|
460 |
+
#: contact_form.php:860
|
461 |
+
msgid "Users can attach the following file formats"
|
462 |
+
msgstr "Benutzer können die folgenden Formate anhängen:"
|
463 |
+
|
464 |
+
#: contact_form.php:874
|
465 |
+
msgid "Add to the form"
|
466 |
+
msgstr "Füge in die Form"
|
467 |
+
|
468 |
+
#: contact_form.php:879
|
469 |
+
msgid "Tips below the Attachment"
|
470 |
+
msgstr "Tipps unterhalb des Anhangs"
|
471 |
+
|
472 |
+
#: contact_form.php:888
|
473 |
+
msgid "'Send me a copy' block"
|
474 |
+
msgstr "'Kopie an mich senden' Block"
|
475 |
+
|
476 |
+
#: contact_form.php:901
|
477 |
+
#: contact_form.php:904
|
478 |
+
#: contact_form.php:908
|
479 |
+
#: contact_form.php:1155
|
480 |
+
msgid "Captcha"
|
481 |
+
msgstr "Captcha"
|
482 |
+
|
483 |
+
#: contact_form.php:904
|
484 |
+
msgid "Activate captcha"
|
485 |
+
msgstr "Aktiviere captcha"
|
486 |
+
|
487 |
+
#: contact_form.php:908
|
488 |
+
msgid "Download captcha"
|
489 |
+
msgstr "Download captcha"
|
490 |
+
|
491 |
+
#: contact_form.php:916
|
492 |
+
msgid "Agreement checkbox"
|
493 |
+
msgstr "Agreement checkbox"
|
494 |
+
|
495 |
+
#: contact_form.php:916
|
496 |
+
msgid "Required checkbox for submitting the form"
|
497 |
+
msgstr "Benötigte checkbox zur übermittlung des Formulars"
|
498 |
+
|
499 |
+
#: contact_form.php:917
|
500 |
+
msgid "Optional checkbox"
|
501 |
+
msgstr "Optionale checkbox"
|
502 |
+
|
503 |
+
#: contact_form.php:917
|
504 |
+
msgid "Optional checkbox, the results of which will be displayed in email"
|
505 |
+
msgstr "Optionale checkbox, das Ergebnis davon wird in der E-Mail angezeigt"
|
506 |
+
|
507 |
+
#: contact_form.php:928
|
508 |
+
msgid "Delete an attachment file from the server after the email is sent"
|
509 |
+
msgstr "Lösche die Anhang-Datei vom Server nachdem die E-Mail gesendet wurde"
|
510 |
+
|
511 |
+
#: contact_form.php:934
|
512 |
+
msgid "Email in HTML format sending"
|
513 |
+
msgstr "E-Mail im HTML Format"
|
514 |
+
|
515 |
+
#: contact_form.php:938
|
516 |
+
msgid "Display additional info in the email"
|
517 |
+
msgstr "Zeige weitere Informationen in der E-Mail"
|
518 |
+
|
519 |
+
#: contact_form.php:943
|
520 |
+
#: contact_form.php:1808
|
521 |
+
#: contact_form.php:1810
|
522 |
+
msgid "Sent from (ip address)"
|
523 |
+
msgstr "Gesendet von (IP-Adresse)"
|
524 |
+
|
525 |
+
#: contact_form.php:943
|
526 |
+
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
527 |
+
msgstr "Beispiel: Gesendet von (IP-Adresse):\t127.0.0.1"
|
528 |
+
|
529 |
+
#: contact_form.php:944
|
530 |
+
#: contact_form.php:1814
|
531 |
+
#: contact_form.php:1816
|
532 |
+
msgid "Date/Time"
|
533 |
+
msgstr "Datum/Zeit"
|
534 |
+
|
535 |
+
#: contact_form.php:944
|
536 |
+
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
537 |
+
msgstr "Beispiel: Datum/Zeit:\tAugust 19, 2013 8:50 pm"
|
538 |
+
|
539 |
+
#: contact_form.php:945
|
540 |
+
#: contact_form.php:1820
|
541 |
+
#: contact_form.php:1822
|
542 |
+
msgid "Sent from (referer)"
|
543 |
+
msgstr "Gesendet von (referer)"
|
544 |
+
|
545 |
+
#: contact_form.php:945
|
546 |
+
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
547 |
+
msgstr "Beispiel: Gesendet von (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
548 |
+
|
549 |
+
#: contact_form.php:946
|
550 |
+
#: contact_form.php:1826
|
551 |
+
#: contact_form.php:1828
|
552 |
+
msgid "Using (user agent)"
|
553 |
+
msgstr "Verwendet (user agent)"
|
554 |
+
|
555 |
+
#: contact_form.php:946
|
556 |
+
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"
|
557 |
+
msgstr "Beispiel: Verwendet (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
558 |
+
|
559 |
+
#: contact_form.php:950
|
560 |
+
msgid "Language settings for the field names in the form"
|
561 |
+
msgstr "Benutzer-Einstellungen für die Feld-Namen in der Form"
|
562 |
+
|
563 |
+
#: contact_form.php:959
|
564 |
+
msgid "Add a language"
|
565 |
+
msgstr "Hinzufügen einer Sprache"
|
566 |
+
|
567 |
+
#: contact_form.php:963
|
568 |
+
msgid "Change the names of the contact form fields and error messages"
|
569 |
+
msgstr "Verändere die Namen der Kontakt-Form-Felder und Fehlermeldungen"
|
570 |
+
|
571 |
+
#: contact_form.php:968
|
572 |
+
#: contact_form.php:1041
|
573 |
+
msgid "English"
|
574 |
+
msgstr "Englisch"
|
575 |
+
|
576 |
+
#: contact_form.php:976
|
577 |
+
#: contact_form.php:1006
|
578 |
+
msgid "click to expand/hide the list"
|
579 |
+
msgstr "Klick zum erweitern/verstecken der Liste"
|
580 |
+
|
581 |
+
#: contact_form.php:985
|
582 |
+
#: contact_form.php:1015
|
583 |
+
msgid "Tips below the Attachment block"
|
584 |
+
msgstr "Tipps unterhalb des Anhang-Blocks"
|
585 |
+
|
586 |
+
#: contact_form.php:988
|
587 |
+
#: contact_form.php:1018
|
588 |
+
msgid "Error message for the Name field"
|
589 |
+
msgstr "Fehlermeldung für das Namensfeld"
|
590 |
+
|
591 |
+
#: contact_form.php:989
|
592 |
+
#: contact_form.php:1019
|
593 |
+
msgid "Error message for the Address field"
|
594 |
+
msgstr "Fehlermeldung für das Adress-Feld"
|
595 |
+
|
596 |
+
#: contact_form.php:990
|
597 |
+
#: contact_form.php:1020
|
598 |
+
msgid "Error message for the Email field"
|
599 |
+
msgstr "Fehlermeldung für das E-Mail-Feld"
|
600 |
+
|
601 |
+
#: contact_form.php:991
|
602 |
+
#: contact_form.php:1021
|
603 |
+
msgid "Error message for the Phone field"
|
604 |
+
msgstr "Fehlermeldung für das Telefonnummer-Feld"
|
605 |
+
|
606 |
+
#: contact_form.php:992
|
607 |
+
#: contact_form.php:1022
|
608 |
+
msgid "Error message for the Subject field"
|
609 |
+
msgstr "Fehlermeldung für das Betreff-Feld"
|
610 |
+
|
611 |
+
#: contact_form.php:993
|
612 |
+
#: contact_form.php:1023
|
613 |
+
msgid "Error message for the Message field"
|
614 |
+
msgstr "Fehlermeldung für das Inhalts-Feld"
|
615 |
+
|
616 |
+
#: contact_form.php:994
|
617 |
+
#: contact_form.php:1024
|
618 |
+
msgid "Error message about the file type for the Attachment field"
|
619 |
+
msgstr "Fehlermeldung über den Datei-Typ für das Anhang-Feld"
|
620 |
+
|
621 |
+
#: contact_form.php:995
|
622 |
+
#: contact_form.php:1025
|
623 |
+
msgid "Error message while uploading a file for the Attachment field to the server"
|
624 |
+
msgstr "Fehlermeldung während des hochladens einer Datei zum Server für das Anhang-Feld"
|
625 |
+
|
626 |
+
#: contact_form.php:996
|
627 |
+
#: contact_form.php:1026
|
628 |
+
msgid "Error message while moving the file for the Attachment field"
|
629 |
+
msgstr "Fehlermeldung während der Verschiebung für das Anhang-Feld"
|
630 |
+
|
631 |
+
#: contact_form.php:997
|
632 |
+
#: contact_form.php:1027
|
633 |
+
msgid "Error message when file size limit for the Attachment field is exceeded"
|
634 |
+
msgstr "Fehlermeldung wenn das Datei-Größen-Limit für das Anhang-Feld überschritten wird"
|
635 |
+
|
636 |
+
#: contact_form.php:998
|
637 |
+
#: contact_form.php:1028
|
638 |
+
msgid "Error message for the Captcha field"
|
639 |
+
msgstr "Fehlermeldung für das Capatcha-Feld"
|
640 |
+
|
641 |
+
#: contact_form.php:999
|
642 |
+
#: contact_form.php:1029
|
643 |
+
msgid "Error message for the whole form"
|
644 |
+
msgstr "Fehlermeldung für das ganze Formular"
|
645 |
+
|
646 |
+
#: contact_form.php:1001
|
647 |
+
#: contact_form.php:1031
|
648 |
+
#: contact_form.php:1050
|
649 |
+
#: contact_form.php:1056
|
650 |
+
msgid "Use shortcode"
|
651 |
+
msgstr "Benutze shortcode"
|
652 |
+
|
653 |
+
#: contact_form.php:1001
|
654 |
+
#: contact_form.php:1031
|
655 |
+
#: contact_form.php:1050
|
656 |
+
#: contact_form.php:1056
|
657 |
+
msgid "for this language"
|
658 |
+
msgstr "für diese Sprache"
|
659 |
+
|
660 |
+
#: contact_form.php:1038
|
661 |
+
msgid "Action after email is sent"
|
662 |
+
msgstr "Handlung nachdem die E-Mail gesendet wurde"
|
663 |
+
|
664 |
+
#: contact_form.php:1040
|
665 |
+
msgid "Display text"
|
666 |
+
msgstr "Zeige Text"
|
667 |
+
|
668 |
+
#: contact_form.php:1049
|
669 |
+
#: contact_form.php:1055
|
670 |
+
msgid "Text"
|
671 |
+
msgstr "Text"
|
672 |
+
|
673 |
+
#: contact_form.php:1062
|
674 |
+
msgid "Redirect to the page"
|
675 |
+
msgstr "Umleiten zur Seite"
|
676 |
+
|
677 |
+
#: contact_form.php:1063
|
678 |
+
msgid "Url"
|
679 |
+
msgstr "Url"
|
680 |
+
|
681 |
+
#: contact_form.php:1067
|
682 |
+
msgid "The $_SERVER variable that is used to build a URL of the form"
|
683 |
+
msgstr ""
|
684 |
+
|
685 |
+
#: contact_form.php:1071
|
686 |
+
msgid "If you are not sure whether to change this setting or not, please do not do that."
|
687 |
+
msgstr ""
|
688 |
+
|
689 |
+
#: contact_form.php:1077
|
690 |
+
#: contact_form.php:1252
|
691 |
+
msgid "Save Changes"
|
692 |
+
msgstr "Speichere Änderungen"
|
693 |
+
|
694 |
+
#: contact_form.php:1082
|
695 |
+
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
696 |
+
msgstr "Wenn ihnen das Plugin gefällt, geben sie bitte 5 Sterne auf WordPress"
|
697 |
+
|
698 |
+
#: contact_form.php:1083
|
699 |
+
msgid "Rate the plugin"
|
700 |
+
msgstr "Bewerten Sie das Plugin"
|
701 |
+
|
702 |
+
#: contact_form.php:1086
|
703 |
+
msgid "If there is something wrong about it, please contact us"
|
704 |
+
msgstr "Wenn etwas fehlerhaft ist, kontaktieren sie uns bitte"
|
705 |
+
|
706 |
+
#: contact_form.php:1101
|
707 |
+
msgid "Errors output"
|
708 |
+
msgstr "Fehler-Ausgabe"
|
709 |
+
|
710 |
+
#: contact_form.php:1104
|
711 |
+
msgid "Display error messages"
|
712 |
+
msgstr "Zeige Fehlermeldungen"
|
713 |
+
|
714 |
+
#: contact_form.php:1105
|
715 |
+
msgid "Color of the input field errors."
|
716 |
+
msgstr "Farbe der Eingabe-Fehld-Fehler"
|
717 |
+
|
718 |
+
#: contact_form.php:1106
|
719 |
+
msgid "Display error messages & color of the input field errors"
|
720 |
+
msgstr "Zeige Fehlermeldungen & Farbe zu den Eingabe-Feldern"
|
721 |
+
|
722 |
+
#: contact_form.php:1111
|
723 |
+
msgid "Add placeholder to the input blocks"
|
724 |
+
msgstr "Füge Platzhalter an die Eingabe-Blöcke"
|
725 |
+
|
726 |
+
#: contact_form.php:1117
|
727 |
+
msgid "Add tooltips"
|
728 |
+
msgstr "Füge Tooltips hinzu"
|
729 |
+
|
730 |
+
#: contact_form.php:1131
|
731 |
+
msgid "Email address"
|
732 |
+
msgstr "E-Mail Adresse:"
|
733 |
+
|
734 |
+
#: contact_form.php:1136
|
735 |
+
msgid "Phone Number"
|
736 |
+
msgstr "Telefonnummer:"
|
737 |
+
|
738 |
+
#: contact_form.php:1150
|
739 |
+
msgid "Attachment"
|
740 |
+
msgstr "Anhang:"
|
741 |
+
|
742 |
+
#: contact_form.php:1155
|
743 |
+
msgid "(powered by bestwebsoft.com)"
|
744 |
+
msgstr "(powered by bestwebsoft.com)"
|
745 |
+
|
746 |
+
#: contact_form.php:1160
|
747 |
+
msgid "Style options"
|
748 |
+
msgstr "Stil-Optionen"
|
749 |
+
|
750 |
+
#: contact_form.php:1163
|
751 |
+
msgid "Text color"
|
752 |
+
msgstr "Text -Farbe"
|
753 |
+
|
754 |
+
#: contact_form.php:1166
|
755 |
+
#: contact_form.php:1171
|
756 |
+
#: contact_form.php:1181
|
757 |
+
#: contact_form.php:1186
|
758 |
+
#: contact_form.php:1191
|
759 |
+
#: contact_form.php:1196
|
760 |
+
#: contact_form.php:1206
|
761 |
+
#: contact_form.php:1211
|
762 |
+
#: contact_form.php:1217
|
763 |
+
#: contact_form.php:1228
|
764 |
+
#: contact_form.php:1233
|
765 |
+
#: contact_form.php:1238
|
766 |
+
msgid "Default"
|
767 |
+
msgstr "Standard"
|
768 |
+
|
769 |
+
#: contact_form.php:1168
|
770 |
+
msgid "Label text color"
|
771 |
+
msgstr "Beschriftungs-Text -Farbe"
|
772 |
+
|
773 |
+
#: contact_form.php:1173
|
774 |
+
msgid "Placeholder color"
|
775 |
+
msgstr "Platzhalter -Farbe"
|
776 |
+
|
777 |
+
#: contact_form.php:1178
|
778 |
+
msgid "Errors color"
|
779 |
+
msgstr "Fehler -Farbe"
|
780 |
+
|
781 |
+
#: contact_form.php:1183
|
782 |
+
msgid "Error text color"
|
783 |
+
msgstr "Fehler-Text -Farbe"
|
784 |
+
|
785 |
+
#: contact_form.php:1188
|
786 |
+
msgid "Background color of the input field errors"
|
787 |
+
msgstr "Hintergrund -Farbe von den Eingabefeld-Fehlern"
|
788 |
+
|
789 |
+
#: contact_form.php:1193
|
790 |
+
msgid "Border color of the input field errors"
|
791 |
+
msgstr "Rand -Farbe von den Eingabefeld-Fehlern"
|
792 |
+
|
793 |
+
#: contact_form.php:1198
|
794 |
+
msgid "Placeholder color of the input field errors"
|
795 |
+
msgstr "Platzhalter -Farbe von den Eingabefeld-Fehlern"
|
796 |
+
|
797 |
+
#: contact_form.php:1203
|
798 |
+
msgid "Input fields"
|
799 |
+
msgstr "Eingabe-Felder"
|
800 |
+
|
801 |
+
#: contact_form.php:1208
|
802 |
+
msgid "Input fields background color"
|
803 |
+
msgstr "Eingabefelder - Hintergrundfarbe"
|
804 |
+
|
805 |
+
#: contact_form.php:1213
|
806 |
+
msgid "Text fields color"
|
807 |
+
msgstr "Text-Felder -Farbe"
|
808 |
+
|
809 |
+
#: contact_form.php:1215
|
810 |
+
msgid "Border width in px, numbers only"
|
811 |
+
msgstr "Rand-Breite in px, nur Zahlen"
|
812 |
+
|
813 |
+
#: contact_form.php:1219
|
814 |
+
#: contact_form.php:1240
|
815 |
+
msgid "Border color"
|
816 |
+
msgstr "Rand -Farbe"
|
817 |
+
|
818 |
+
#: contact_form.php:1224
|
819 |
+
msgid "Submit button"
|
820 |
+
msgstr "Sende-Schaltfläche"
|
821 |
+
|
822 |
+
#: contact_form.php:1226
|
823 |
+
msgid "Width in px, numbers only"
|
824 |
+
msgstr "Breite in px, nur Zahlen"
|
825 |
+
|
826 |
+
#: contact_form.php:1230
|
827 |
+
msgid "Button color"
|
828 |
+
msgstr "Schaltflächen -Farbe"
|
829 |
+
|
830 |
+
#: contact_form.php:1235
|
831 |
+
msgid "Button text color"
|
832 |
+
msgstr "Schaltflächen-Text -Farbe"
|
833 |
+
|
834 |
+
#: contact_form.php:1256
|
835 |
+
msgid "Contact Form Pro | Preview"
|
836 |
+
msgstr "Kontakt-Form Pro | Vorschau"
|
837 |
+
|
838 |
+
#: contact_form.php:1259
|
839 |
+
msgid "Show with errors"
|
840 |
+
msgstr "Zeige mit Fehlern"
|
841 |
+
|
842 |
+
#: contact_form.php:1267
|
843 |
+
#: contact_form.php:1269
|
844 |
+
msgid "Please enter your full name..."
|
845 |
+
msgstr "Bitte geben sie Ihren vollen Namen ein... "
|
846 |
+
|
847 |
+
#: contact_form.php:1280
|
848 |
+
#: contact_form.php:1282
|
849 |
+
msgid "Please enter your address..."
|
850 |
+
msgstr "Bitte geben sie Ihre Adresse ein... "
|
851 |
+
|
852 |
+
#: contact_form.php:1291
|
853 |
+
#: contact_form.php:1293
|
854 |
+
msgid "Please enter your email address..."
|
855 |
+
msgstr "Bitte geben sie ihre E-Mail Adresse an ..."
|
856 |
+
|
857 |
+
#: contact_form.php:1302
|
858 |
+
#: contact_form.php:1304
|
859 |
+
msgid "Please enter your phone number..."
|
860 |
+
msgstr "Bitte geben sie Ihre Telefonnummer ein... "
|
861 |
+
|
862 |
+
#: contact_form.php:1313
|
863 |
+
#: contact_form.php:1315
|
864 |
+
msgid "Please enter subject..."
|
865 |
+
msgstr "Bitte geben sie Ihren Betreff an... "
|
866 |
+
|
867 |
+
#: contact_form.php:1323
|
868 |
+
#: contact_form.php:1325
|
869 |
+
msgid "Please enter your message..."
|
870 |
+
msgstr "Bitte geben sie Ihre Nachricht ein... "
|
871 |
+
|
872 |
+
#: contact_form.php:1367
|
873 |
+
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
874 |
+
msgstr "Glückwunsch! Die PRO Version des Plugins wurde erfolgreich heruntergeladen und aktiviert."
|
875 |
+
|
876 |
+
#: contact_form.php:1369
|
877 |
+
msgid "Please, go to"
|
878 |
+
msgstr "Bitte, gehen Sie nach"
|
879 |
+
|
880 |
+
#: contact_form.php:1369
|
881 |
+
msgid "the setting page"
|
882 |
+
msgstr "Die Einstellungs-Seite"
|
883 |
+
|
884 |
+
#: contact_form.php:1370
|
885 |
+
msgid "You will be redirected automatically in 5 seconds."
|
886 |
+
msgstr "Sie werden in 5 Sekunden automatisch weitergeleitet"
|
887 |
+
|
888 |
+
#: contact_form.php:1375
|
889 |
+
msgid "You can download and activate"
|
890 |
+
msgstr "You can download and activate"
|
891 |
+
|
892 |
+
#: contact_form.php:1377
|
893 |
+
msgid "version of this plugin by entering Your license key."
|
894 |
+
msgstr "Version des Plugins durch Eingabe des Linzenzschlüssels."
|
895 |
+
|
896 |
+
#: contact_form.php:1379
|
897 |
+
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
898 |
+
msgstr "Sie finden Ihren Linzenschlüssel auf Ihrer persönlichen Seite 'Client area', durch klicken des Links"
|
899 |
+
|
900 |
+
#: contact_form.php:1381
|
901 |
+
msgid "(your username is the email you specify when purchasing the product)."
|
902 |
+
msgstr "(ihr Benutzername ist die beim Kauf verwendte E-Mail)."
|
903 |
+
|
904 |
+
#: contact_form.php:1389
|
905 |
+
#: contact_form.php:1399
|
906 |
+
msgid "Go!"
|
907 |
+
msgstr "Go!"
|
908 |
+
|
909 |
+
#: contact_form.php:1449
|
910 |
+
msgid "Sorry, email message could not be delivered."
|
911 |
+
msgstr "Verzeihung, die Nachricht konnte nicht gesendet werden."
|
912 |
+
|
913 |
+
#: contact_form.php:1835
|
914 |
+
msgid "Contact from"
|
915 |
+
msgstr "Kontakt von"
|
916 |
+
|
917 |
+
#: contact_form.php:1848
|
918 |
+
#: contact_form.php:1874
|
919 |
+
msgid "Email"
|
920 |
+
msgstr "E-Mail"
|
921 |
+
|
922 |
+
#: contact_form.php:1852
|
923 |
+
#: contact_form.php:1876
|
924 |
+
msgid "Phone"
|
925 |
+
msgstr "Telefonnummer"
|
926 |
+
|
927 |
+
#: contact_form.php:1861
|
928 |
+
#: contact_form.php:1879
|
929 |
+
msgid "Site"
|
930 |
+
msgstr "Webseite"
|
931 |
+
|
932 |
+
#: contact_form.php:1941
|
933 |
+
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
934 |
+
msgstr "Wenn sie dieses MIME sehen, unterstützt Ihr Browser diesen MIME Typ nicht!"
|
935 |
+
|
936 |
+
#: contact_form.php:2009
|
937 |
+
msgid "FAQ"
|
938 |
+
msgstr "Häufig gestellte Fragen (FAQ)"
|
939 |
+
|
940 |
+
#: contact_form.php:2010
|
941 |
+
msgid "Support"
|
942 |
+
msgstr "Support"
|
943 |
+
|
944 |
+
#: contact_form.php:2068
|
945 |
+
msgid "Are you sure that you want to delete this language data?"
|
946 |
+
msgstr "Sind sie sicher, dass sie diese Sprach-Daten löschen wollen?"
|
947 |
+
|
948 |
+
#: contact_form.php:2223
|
949 |
+
msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
|
950 |
+
msgstr ""
|
951 |
+
|
952 |
+
#: contact_form.php:2224
|
953 |
+
msgid "Extend standard plugin functionality with new great options."
|
954 |
+
msgstr ""
|
955 |
+
|
956 |
+
#: contact_form.php:2233
|
957 |
+
msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
|
958 |
+
msgstr ""
|
959 |
+
|
960 |
+
#: contact_form.php:2234
|
961 |
+
msgid "Manage messages that have been sent from your website."
|
962 |
+
msgstr ""
|
963 |
+
|
964 |
+
#, fuzzy
|
965 |
+
#~ msgid "Contact Form Pro Extra Settings"
|
966 |
+
#~ msgstr "Contact Form Opties"
|
967 |
+
|
968 |
+
#, fuzzy
|
969 |
+
#~ msgid "Contact Form Pro | Extra Settings"
|
970 |
+
#~ msgstr "Contact Form Opties"
|
971 |
+
|
972 |
+
#, fuzzy
|
973 |
+
#~ msgid "Display fields"
|
974 |
+
#~ msgstr "Toon tekst"
|
975 |
+
|
976 |
+
#, fuzzy
|
977 |
+
#~ msgid "Display tips below the Attachment block"
|
978 |
+
#~ msgstr "Toon uitleg na Bijlage knop"
|
979 |
+
|
980 |
+
#~ msgid "Required fields"
|
981 |
+
#~ msgstr "Verplicht veld"
|
982 |
+
|
983 |
+
#, fuzzy
|
984 |
+
#~ msgid "Display the asterisk near required fields"
|
985 |
+
#~ msgstr "Toon telefoonnummer veld"
|
986 |
+
|
987 |
+
#~ msgid "You can attach the following file formats"
|
988 |
+
#~ msgstr "Bestanden van de volgende formaten kunnen worden bijgevoegd"
|
989 |
+
|
990 |
+
#, fuzzy
|
991 |
+
#~ msgid "Memory usage"
|
992 |
+
#~ msgstr "Bericht"
|
993 |
+
|
994 |
+
#, fuzzy
|
995 |
+
#~ msgid "Site URL"
|
996 |
+
#~ msgstr "Website"
|
997 |
+
|
998 |
+
#, fuzzy
|
999 |
+
#~ msgid "Please enter a valid email address."
|
1000 |
+
#~ msgstr "Gebruik dit email adres:"
|
1001 |
+
|
1002 |
+
#~ msgid "Activated plugins"
|
1003 |
+
#~ msgstr "Geactiveerde plugins"
|
1004 |
+
|
1005 |
+
#~ msgid "Read more"
|
1006 |
+
#~ msgstr "Lees verder"
|
1007 |
+
|
1008 |
+
#~ msgid "Installed plugins"
|
1009 |
+
#~ msgstr "Geïnstalleerde Plugins"
|
1010 |
+
|
1011 |
+
#~ msgid "Recommended plugins"
|
1012 |
+
#~ msgstr "Aanbevolen Plugins"
|
1013 |
+
|
1014 |
+
#~ msgid "Download"
|
1015 |
+
#~ msgstr "Download"
|
1016 |
+
|
1017 |
+
#~ msgid "Install %s"
|
1018 |
+
#~ msgstr "Installeer %s"
|
1019 |
+
|
1020 |
+
#~ msgid "Install now from wordpress.org"
|
1021 |
+
#~ msgstr "Installeer nu via wordpress.org"
|
1022 |
+
|
1023 |
+
#, fuzzy
|
1024 |
+
#~ msgid "Active Plugins"
|
1025 |
+
#~ msgstr "Geactiveerde plugins"
|
1026 |
+
|
1027 |
+
#, fuzzy
|
1028 |
+
#~ msgid "Inactive Plugins"
|
1029 |
+
#~ msgstr "Geactiveerde plugins"
|
1030 |
+
|
1031 |
+
#, fuzzy
|
1032 |
+
#~ msgid "Send to support"
|
1033 |
+
#~ msgstr "Ondersteuning"
|
1034 |
+
|
1035 |
+
#~ msgid "Contact Form Options"
|
1036 |
+
#~ msgstr "Contact Form Opties"
|
1037 |
+
|
1038 |
+
#~ msgid "Display Attachment tips"
|
1039 |
+
#~ msgstr "Toon Bijlage uitleg"
|
1040 |
+
|
1041 |
+
#~ msgid "Please enter a valid email address. Settings are not saved."
|
1042 |
+
#~ msgstr "Geef een geldig email adres op. Instellingen zijn niet opgeslagen."
|
1043 |
+
|
1044 |
+
#~ msgid "E-Mail Address"
|
1045 |
+
#~ msgstr "Email adres:"
|
1046 |
+
|
1047 |
+
#~ msgid "E-Mail Addresse:"
|
1048 |
+
#~ msgstr "Indirizzo e-mail:"
|
1049 |
+
|
1050 |
+
#~ msgid "Install Now"
|
1051 |
+
#~ msgstr "Installa Ora"
|
languages/contact_form-et.mo
ADDED
Binary file
|
languages/contact_form-et.po
ADDED
@@ -0,0 +1,1047 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: contact_form\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-02-20 14:04+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-02-20 14:04+0300\n"
|
7 |
+
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
+
"Language-Team: Feliks <feliks@veebimeister.com>\n"
|
9 |
+
"Language: ca_ES\n"
|
10 |
+
"MIME-Version: 1.0\n"
|
11 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
+
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
+
"X-Poedit-Basepath: ..\n"
|
15 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Generator: Poedit 1.5.4\n"
|
17 |
+
"X-Poedit-SearchPath-0: .\n"
|
18 |
+
|
19 |
+
#: contact_form.php:33
|
20 |
+
#: contact_form.php:660
|
21 |
+
msgid "Contact Form Settings"
|
22 |
+
msgstr "Contact Form seaded"
|
23 |
+
|
24 |
+
#: contact_form.php:33
|
25 |
+
msgid "Contact Form"
|
26 |
+
msgstr "Contact Form"
|
27 |
+
|
28 |
+
#: contact_form.php:80
|
29 |
+
#: contact_form.php:978
|
30 |
+
#: contact_form.php:1008
|
31 |
+
msgid "Name:"
|
32 |
+
msgstr "Nimi:"
|
33 |
+
|
34 |
+
#: contact_form.php:81
|
35 |
+
#: contact_form.php:979
|
36 |
+
#: contact_form.php:1009
|
37 |
+
msgid "Address:"
|
38 |
+
msgstr "Aadress:"
|
39 |
+
|
40 |
+
#: contact_form.php:82
|
41 |
+
#: contact_form.php:980
|
42 |
+
#: contact_form.php:1010
|
43 |
+
msgid "Email Address:"
|
44 |
+
msgstr "E-maili aadress:"
|
45 |
+
|
46 |
+
#: contact_form.php:83
|
47 |
+
#: contact_form.php:981
|
48 |
+
#: contact_form.php:1011
|
49 |
+
msgid "Phone number:"
|
50 |
+
msgstr "Telefoni number:"
|
51 |
+
|
52 |
+
#: contact_form.php:84
|
53 |
+
#: contact_form.php:982
|
54 |
+
#: contact_form.php:1012
|
55 |
+
msgid "Subject:"
|
56 |
+
msgstr "Pealkiri:"
|
57 |
+
|
58 |
+
#: contact_form.php:85
|
59 |
+
#: contact_form.php:983
|
60 |
+
#: contact_form.php:1013
|
61 |
+
msgid "Message:"
|
62 |
+
msgstr "Sõnum:"
|
63 |
+
|
64 |
+
#: contact_form.php:86
|
65 |
+
#: contact_form.php:984
|
66 |
+
#: contact_form.php:1014
|
67 |
+
msgid "Attachment:"
|
68 |
+
msgstr "Manus:"
|
69 |
+
|
70 |
+
#: contact_form.php:87
|
71 |
+
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"
|
72 |
+
msgstr "Toetatud failitüübid: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max faili suurus: 2MB"
|
73 |
+
|
74 |
+
#: contact_form.php:88
|
75 |
+
#: contact_form.php:986
|
76 |
+
#: contact_form.php:1016
|
77 |
+
msgid "Send me a copy"
|
78 |
+
msgstr "Saada mulle koopia"
|
79 |
+
|
80 |
+
#: contact_form.php:89
|
81 |
+
#: contact_form.php:987
|
82 |
+
#: contact_form.php:1017
|
83 |
+
msgid "Submit"
|
84 |
+
msgstr "Saada"
|
85 |
+
|
86 |
+
#: contact_form.php:90
|
87 |
+
msgid "Your name is required."
|
88 |
+
msgstr "Sinu nimi on kohustuslik."
|
89 |
+
|
90 |
+
#: contact_form.php:91
|
91 |
+
msgid "Address is required."
|
92 |
+
msgstr "Aadress on kohustuslik."
|
93 |
+
|
94 |
+
#: contact_form.php:92
|
95 |
+
msgid "A valid email address is required."
|
96 |
+
msgstr "Korrektne e-mail on kohustuslik."
|
97 |
+
|
98 |
+
#: contact_form.php:93
|
99 |
+
msgid "Phone number is required."
|
100 |
+
msgstr "Telefoni number on kohustuslik."
|
101 |
+
|
102 |
+
#: contact_form.php:94
|
103 |
+
msgid "Subject is required."
|
104 |
+
msgstr "Pealkiri on kohustuslik."
|
105 |
+
|
106 |
+
#: contact_form.php:95
|
107 |
+
msgid "Message text is required."
|
108 |
+
msgstr "Sõnumi tekst on kohustuslik."
|
109 |
+
|
110 |
+
#: contact_form.php:96
|
111 |
+
msgid "File format is not valid."
|
112 |
+
msgstr "Failiformaat pole toetatud."
|
113 |
+
|
114 |
+
#: contact_form.php:97
|
115 |
+
msgid "File upload error."
|
116 |
+
msgstr "Error faili üles laadimisel."
|
117 |
+
|
118 |
+
#: contact_form.php:98
|
119 |
+
msgid "The file could not be uploaded."
|
120 |
+
msgstr "Faili ei saanud üles laadida."
|
121 |
+
|
122 |
+
#: contact_form.php:99
|
123 |
+
msgid "This file is too large."
|
124 |
+
msgstr "See fail on liiga suur."
|
125 |
+
|
126 |
+
#: contact_form.php:100
|
127 |
+
msgid "Please fill out the CAPTCHA."
|
128 |
+
msgstr "Palun täida CAPTCHA."
|
129 |
+
|
130 |
+
#: contact_form.php:101
|
131 |
+
msgid "Please make corrections below and try again."
|
132 |
+
msgstr "Palun tee allolevad parandused ja proovi uuesti."
|
133 |
+
|
134 |
+
#: contact_form.php:103
|
135 |
+
msgid "Thank you for contacting us."
|
136 |
+
msgstr "Tänan meiega kontakteerumast."
|
137 |
+
|
138 |
+
#: contact_form.php:203
|
139 |
+
msgid "requires"
|
140 |
+
msgstr "nõuab"
|
141 |
+
|
142 |
+
#: contact_form.php:203
|
143 |
+
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
144 |
+
msgstr "või uuem, seetõttu on ka see deaktiveeritud! Palun uuenda WordPressi ja proovi uuesti."
|
145 |
+
|
146 |
+
#: contact_form.php:203
|
147 |
+
msgid "Back to the WordPress"
|
148 |
+
msgstr "Tagasi WordPressi"
|
149 |
+
|
150 |
+
#: contact_form.php:203
|
151 |
+
msgid "Plugins page"
|
152 |
+
msgstr "Pluginate leht"
|
153 |
+
|
154 |
+
#: contact_form.php:494
|
155 |
+
msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
|
156 |
+
msgstr "Kui 'Suuna lehele' valik on aktiveeritud, siis URL-i väli peab olema järgnevas formaadis"
|
157 |
+
|
158 |
+
#: contact_form.php:503
|
159 |
+
msgid "Such user does not exist. Settings are not saved."
|
160 |
+
msgstr "Sellist kasutajat ei eksisteeri. Seaded pole salvestatud."
|
161 |
+
|
162 |
+
#: contact_form.php:507
|
163 |
+
#: contact_form.php:513
|
164 |
+
msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
|
165 |
+
msgstr "Palun sisesta 'Kellelt' väljale korrektne e-maili aadress. Seaded pole salvestatud."
|
166 |
+
|
167 |
+
#: contact_form.php:518
|
168 |
+
msgid "Settings saved."
|
169 |
+
msgstr "Seaded salvestatud."
|
170 |
+
|
171 |
+
#: contact_form.php:554
|
172 |
+
#: contact_form.php:593
|
173 |
+
msgid "Wrong license key"
|
174 |
+
msgstr ""
|
175 |
+
|
176 |
+
#: contact_form.php:586
|
177 |
+
msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
|
178 |
+
msgstr ""
|
179 |
+
|
180 |
+
#: contact_form.php:595
|
181 |
+
msgid "This license key is bind to another site"
|
182 |
+
msgstr ""
|
183 |
+
|
184 |
+
#: contact_form.php:597
|
185 |
+
#: contact_form.php:1392
|
186 |
+
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
187 |
+
msgstr ""
|
188 |
+
|
189 |
+
#: contact_form.php:615
|
190 |
+
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
191 |
+
msgstr ""
|
192 |
+
|
193 |
+
#: contact_form.php:621
|
194 |
+
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
195 |
+
msgstr ""
|
196 |
+
|
197 |
+
#: contact_form.php:625
|
198 |
+
#: contact_form.php:634
|
199 |
+
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
200 |
+
msgstr ""
|
201 |
+
|
202 |
+
#: contact_form.php:638
|
203 |
+
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
|
204 |
+
msgstr ""
|
205 |
+
|
206 |
+
#: contact_form.php:653
|
207 |
+
#, fuzzy
|
208 |
+
msgid "Please, enter Your license key"
|
209 |
+
msgstr "Palun sisesta oma sõnum..."
|
210 |
+
|
211 |
+
#: contact_form.php:662
|
212 |
+
msgid "Notice:"
|
213 |
+
msgstr "Märkus:"
|
214 |
+
|
215 |
+
#: contact_form.php:662
|
216 |
+
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
217 |
+
msgstr "Plugina seaded on muudetud. Nende salvestamiseks ära unusta klikkimast 'Salvesta muutused' nupul."
|
218 |
+
|
219 |
+
#: contact_form.php:665
|
220 |
+
#: contact_form.php:1997
|
221 |
+
#: contact_form.php:2008
|
222 |
+
msgid "Settings"
|
223 |
+
msgstr "Seaded"
|
224 |
+
|
225 |
+
#: contact_form.php:666
|
226 |
+
msgid "Extra settings"
|
227 |
+
msgstr "Ekstra seaded"
|
228 |
+
|
229 |
+
#: contact_form.php:667
|
230 |
+
msgid "Go PRO"
|
231 |
+
msgstr ""
|
232 |
+
|
233 |
+
#: contact_form.php:673
|
234 |
+
#: contact_form.php:1351
|
235 |
+
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:"
|
236 |
+
msgstr "Kui soovid lisada kontakti vormi oma kodulehele, siis lihtsalt kopeeri see lühikood oma postitusele või lehele või moodulile:"
|
237 |
+
|
238 |
+
#: contact_form.php:673
|
239 |
+
#: contact_form.php:674
|
240 |
+
#: contact_form.php:1001
|
241 |
+
#: contact_form.php:1050
|
242 |
+
msgid "or"
|
243 |
+
msgstr "või"
|
244 |
+
|
245 |
+
#: contact_form.php:674
|
246 |
+
msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
|
247 |
+
msgstr "Kui sul on probleeme standard lühikoodiga [contact_form], siis peaksid kasutama lühikoodi"
|
248 |
+
|
249 |
+
#: contact_form.php:675
|
250 |
+
msgid "They work the same way."
|
251 |
+
msgstr "Need töötavad täpselt samamoodi."
|
252 |
+
|
253 |
+
#: contact_form.php:676
|
254 |
+
msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
|
255 |
+
msgstr "Kui sa jätad selle välja tühjaks, siis sõnumid saadetakse registreerumisel antud e-maili aadressile."
|
256 |
+
|
257 |
+
#: contact_form.php:680
|
258 |
+
msgid "The user's email address:"
|
259 |
+
msgstr "Kasutaja e-maili aadress:"
|
260 |
+
|
261 |
+
#: contact_form.php:684
|
262 |
+
msgid "Create a username"
|
263 |
+
msgstr "Loo kasutajanimi"
|
264 |
+
|
265 |
+
#: contact_form.php:689
|
266 |
+
msgid "Enter a username of the person who should get the messages from the contact form."
|
267 |
+
msgstr "Sisesta selle isiku kasutajanimi, kes peaks saama sõnumid kontaktivormilt."
|
268 |
+
|
269 |
+
#: contact_form.php:693
|
270 |
+
msgid "Use this email address:"
|
271 |
+
msgstr "Kasuta seda e-maili aadressi:"
|
272 |
+
|
273 |
+
#: contact_form.php:696
|
274 |
+
msgid "Enter the email address you want the messages forwarded to."
|
275 |
+
msgstr "Introdueixi una adreça de correu electrònic on vulgui re-enviar el missatge"
|
276 |
+
|
277 |
+
#: contact_form.php:702
|
278 |
+
msgid "Add department selectbox to the contact form:"
|
279 |
+
msgstr "Lisa valikukast kontakti vormile:"
|
280 |
+
|
281 |
+
#: contact_form.php:710
|
282 |
+
#: contact_form.php:1246
|
283 |
+
msgid "If you upgrade to Pro version all your settings will be saved."
|
284 |
+
msgstr "Kui sa lähed üle Pro versioonile, siis kõik seaded salvestatakse."
|
285 |
+
|
286 |
+
#: contact_form.php:715
|
287 |
+
#: contact_form.php:852
|
288 |
+
#: contact_form.php:923
|
289 |
+
#: contact_form.php:1096
|
290 |
+
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
291 |
+
msgstr "Aquesta funcionalitat està disponible en la versió Pro del connector. Per a més detalls, si us plau seguiu l'enllaç"
|
292 |
+
|
293 |
+
#: contact_form.php:716
|
294 |
+
#: contact_form.php:853
|
295 |
+
#: contact_form.php:924
|
296 |
+
#: contact_form.php:1097
|
297 |
+
msgid "Contact Form Pro"
|
298 |
+
msgstr "Contact Form Pro"
|
299 |
+
|
300 |
+
#: contact_form.php:722
|
301 |
+
msgid "Save emails to the database"
|
302 |
+
msgstr "Salvesta e-mailid andmebaasi"
|
303 |
+
|
304 |
+
#: contact_form.php:732
|
305 |
+
msgid "Using"
|
306 |
+
msgstr ""
|
307 |
+
|
308 |
+
#: contact_form.php:732
|
309 |
+
#: contact_form.php:901
|
310 |
+
#: contact_form.php:904
|
311 |
+
#: contact_form.php:908
|
312 |
+
msgid "powered by"
|
313 |
+
msgstr "loonud"
|
314 |
+
|
315 |
+
#: contact_form.php:735
|
316 |
+
#: contact_form.php:739
|
317 |
+
msgid "Using Contact Form to DB powered by"
|
318 |
+
msgstr "Kontakti vorm andmebaasi on loonud"
|
319 |
+
|
320 |
+
#: contact_form.php:735
|
321 |
+
msgid "Activate Contact Form to DB"
|
322 |
+
msgstr "Aktiveeri Contact Form"
|
323 |
+
|
324 |
+
#: contact_form.php:739
|
325 |
+
msgid "Download Contact Form to DB"
|
326 |
+
msgstr "Lae Contact Form alla"
|
327 |
+
|
328 |
+
#: contact_form.php:744
|
329 |
+
msgid "Additional options"
|
330 |
+
msgstr "Opcions addicionals"
|
331 |
+
|
332 |
+
#: contact_form.php:746
|
333 |
+
msgid "Show"
|
334 |
+
msgstr "Näita"
|
335 |
+
|
336 |
+
#: contact_form.php:747
|
337 |
+
msgid "Hide"
|
338 |
+
msgstr "Peida"
|
339 |
+
|
340 |
+
#: contact_form.php:751
|
341 |
+
msgid "What to use?"
|
342 |
+
msgstr "Mida kasutada?"
|
343 |
+
|
344 |
+
#: contact_form.php:754
|
345 |
+
msgid "Wp-mail"
|
346 |
+
msgstr "Wp-mail"
|
347 |
+
|
348 |
+
#: contact_form.php:754
|
349 |
+
msgid "You can use the wp_mail function for mailing"
|
350 |
+
msgstr "Võid kasutada wp_mail funktsiooni e-mailide saatmiseks"
|
351 |
+
|
352 |
+
#: contact_form.php:756
|
353 |
+
msgid "Mail"
|
354 |
+
msgstr "E-mail"
|
355 |
+
|
356 |
+
#: contact_form.php:756
|
357 |
+
msgid "To send mail you can use the php mail function"
|
358 |
+
msgstr "E-mailide saatmiseks saad kasutada php mail funktsiooni"
|
359 |
+
|
360 |
+
#: contact_form.php:760
|
361 |
+
msgid "The text in the 'From' field"
|
362 |
+
msgstr "Tekst 'Kellelt' väljal"
|
363 |
+
|
364 |
+
#: contact_form.php:762
|
365 |
+
msgid "User name"
|
366 |
+
msgstr "Kasutaja nimi"
|
367 |
+
|
368 |
+
#: contact_form.php:763
|
369 |
+
msgid "The name of the user who fills the form will be used in the field 'From'."
|
370 |
+
msgstr "Kasutaja nime (kes täidab vormi) kasutatakse 'Kellelt' väljal."
|
371 |
+
|
372 |
+
#: contact_form.php:766
|
373 |
+
msgid "This text will be used in the 'FROM' field"
|
374 |
+
msgstr "Seda teksti kasutatakse 'Kellelt' väljal"
|
375 |
+
|
376 |
+
#: contact_form.php:770
|
377 |
+
msgid "The email address in the 'From' field"
|
378 |
+
msgstr "E-maili aadress 'Kellelt' väljal"
|
379 |
+
|
380 |
+
#: contact_form.php:772
|
381 |
+
msgid "User email"
|
382 |
+
msgstr "Kasutaja e-mail"
|
383 |
+
|
384 |
+
#: contact_form.php:773
|
385 |
+
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
386 |
+
msgstr "Selle kasutaja, kes täidab vormi, e-maili aadressi kasutatakse 'Kellelt' väljal."
|
387 |
+
|
388 |
+
#: contact_form.php:776
|
389 |
+
msgid "This email address will be used in the 'From' field."
|
390 |
+
msgstr "Seda e-maili aadressi kasutatakse 'Kellelt' väljal."
|
391 |
+
|
392 |
+
#: contact_form.php:780
|
393 |
+
msgid "Required symbol"
|
394 |
+
msgstr "Nõutud sümbol"
|
395 |
+
|
396 |
+
#: contact_form.php:790
|
397 |
+
msgid "Fields"
|
398 |
+
msgstr "Väljad"
|
399 |
+
|
400 |
+
#: contact_form.php:791
|
401 |
+
msgid "Used"
|
402 |
+
msgstr "Kasutatud"
|
403 |
+
|
404 |
+
#: contact_form.php:792
|
405 |
+
msgid "Required"
|
406 |
+
msgstr "Nõutud"
|
407 |
+
|
408 |
+
#: contact_form.php:793
|
409 |
+
msgid "Visible"
|
410 |
+
msgstr "Nähtav"
|
411 |
+
|
412 |
+
#: contact_form.php:794
|
413 |
+
msgid "Disabled for editing"
|
414 |
+
msgstr "Toimetamiseks välja lülitatud"
|
415 |
+
|
416 |
+
#: contact_form.php:795
|
417 |
+
msgid "Field's default value"
|
418 |
+
msgstr "Välja vaikeseades väärtus"
|
419 |
+
|
420 |
+
#: contact_form.php:800
|
421 |
+
#: contact_form.php:1121
|
422 |
+
#: contact_form.php:1841
|
423 |
+
#: contact_form.php:1871
|
424 |
+
msgid "Name"
|
425 |
+
msgstr "Nimi"
|
426 |
+
|
427 |
+
#: contact_form.php:808
|
428 |
+
#: contact_form.php:1126
|
429 |
+
#: contact_form.php:1845
|
430 |
+
#: contact_form.php:1873
|
431 |
+
msgid "Address"
|
432 |
+
msgstr "Aadress"
|
433 |
+
|
434 |
+
#: contact_form.php:816
|
435 |
+
msgid "Email Address"
|
436 |
+
msgstr "E-maili aadress"
|
437 |
+
|
438 |
+
#: contact_form.php:824
|
439 |
+
msgid "Phone number"
|
440 |
+
msgstr "Telefoni number"
|
441 |
+
|
442 |
+
#: contact_form.php:832
|
443 |
+
#: contact_form.php:1141
|
444 |
+
#: contact_form.php:1855
|
445 |
+
#: contact_form.php:1877
|
446 |
+
msgid "Subject"
|
447 |
+
msgstr "Pealkiri"
|
448 |
+
|
449 |
+
#: contact_form.php:840
|
450 |
+
#: contact_form.php:1145
|
451 |
+
#: contact_form.php:1858
|
452 |
+
#: contact_form.php:1878
|
453 |
+
msgid "Message"
|
454 |
+
msgstr "Sõnum"
|
455 |
+
|
456 |
+
#: contact_form.php:858
|
457 |
+
msgid "Attachment block"
|
458 |
+
msgstr "Manuste blokk"
|
459 |
+
|
460 |
+
#: contact_form.php:860
|
461 |
+
msgid "Users can attach the following file formats"
|
462 |
+
msgstr "Kasutajad saavad lisada manuseid järgnevates formaatides"
|
463 |
+
|
464 |
+
#: contact_form.php:874
|
465 |
+
msgid "Add to the form"
|
466 |
+
msgstr "Lisa vormile"
|
467 |
+
|
468 |
+
#: contact_form.php:879
|
469 |
+
msgid "Tips below the Attachment"
|
470 |
+
msgstr "Vihjed manuse alla"
|
471 |
+
|
472 |
+
#: contact_form.php:888
|
473 |
+
msgid "'Send me a copy' block"
|
474 |
+
msgstr "'Saada mulle koopia' blokk"
|
475 |
+
|
476 |
+
#: contact_form.php:901
|
477 |
+
#: contact_form.php:904
|
478 |
+
#: contact_form.php:908
|
479 |
+
#: contact_form.php:1155
|
480 |
+
msgid "Captcha"
|
481 |
+
msgstr "Captcha"
|
482 |
+
|
483 |
+
#: contact_form.php:904
|
484 |
+
msgid "Activate captcha"
|
485 |
+
msgstr "Captcha activat"
|
486 |
+
|
487 |
+
#: contact_form.php:908
|
488 |
+
msgid "Download captcha"
|
489 |
+
msgstr "Lae captcha alla"
|
490 |
+
|
491 |
+
#: contact_form.php:916
|
492 |
+
msgid "Agreement checkbox"
|
493 |
+
msgstr "Nõustumise kastike"
|
494 |
+
|
495 |
+
#: contact_form.php:916
|
496 |
+
msgid "Required checkbox for submitting the form"
|
497 |
+
msgstr "Nõutud kastike vormi saatmiseks"
|
498 |
+
|
499 |
+
#: contact_form.php:917
|
500 |
+
msgid "Optional checkbox"
|
501 |
+
msgstr "Valikuline kastike"
|
502 |
+
|
503 |
+
#: contact_form.php:917
|
504 |
+
msgid "Optional checkbox, the results of which will be displayed in email"
|
505 |
+
msgstr "Valikuline kastike, mille tulemusi näidatakse e-mailis"
|
506 |
+
|
507 |
+
#: contact_form.php:928
|
508 |
+
msgid "Delete an attachment file from the server after the email is sent"
|
509 |
+
msgstr "Kustuta manuse fail serverist peale e-maili saatmist"
|
510 |
+
|
511 |
+
#: contact_form.php:934
|
512 |
+
msgid "Email in HTML format sending"
|
513 |
+
msgstr "E-maili saatmine HTML formaadis"
|
514 |
+
|
515 |
+
#: contact_form.php:938
|
516 |
+
msgid "Display additional info in the email"
|
517 |
+
msgstr "Näita e-mailis lisainfot"
|
518 |
+
|
519 |
+
#: contact_form.php:943
|
520 |
+
#: contact_form.php:1808
|
521 |
+
#: contact_form.php:1810
|
522 |
+
msgid "Sent from (ip address)"
|
523 |
+
msgstr "Saadetud (IP aadress)"
|
524 |
+
|
525 |
+
#: contact_form.php:943
|
526 |
+
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
527 |
+
msgstr "Näide: Saadetud (IP address):\t127.0.0.1"
|
528 |
+
|
529 |
+
#: contact_form.php:944
|
530 |
+
#: contact_form.php:1814
|
531 |
+
#: contact_form.php:1816
|
532 |
+
msgid "Date/Time"
|
533 |
+
msgstr "Kuupäev/Aeg"
|
534 |
+
|
535 |
+
#: contact_form.php:944
|
536 |
+
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
537 |
+
msgstr "Näide: Kuupäev/Aeg:\tAugust 19, 2013 8:50 pm"
|
538 |
+
|
539 |
+
#: contact_form.php:945
|
540 |
+
#: contact_form.php:1820
|
541 |
+
#: contact_form.php:1822
|
542 |
+
msgid "Sent from (referer)"
|
543 |
+
msgstr "Saadetud (referer)"
|
544 |
+
|
545 |
+
#: contact_form.php:945
|
546 |
+
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
547 |
+
msgstr "Näide: Saatnud (referer):\thttp://veebimeister.com/"
|
548 |
+
|
549 |
+
#: contact_form.php:946
|
550 |
+
#: contact_form.php:1826
|
551 |
+
#: contact_form.php:1828
|
552 |
+
msgid "Using (user agent)"
|
553 |
+
msgstr "Kasutab (user agent)"
|
554 |
+
|
555 |
+
#: contact_form.php:946
|
556 |
+
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"
|
557 |
+
msgstr "Näide: Kasutab (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
558 |
+
|
559 |
+
#: contact_form.php:950
|
560 |
+
msgid "Language settings for the field names in the form"
|
561 |
+
msgstr "Vormi keeleseaded nimeväljadele"
|
562 |
+
|
563 |
+
#: contact_form.php:959
|
564 |
+
msgid "Add a language"
|
565 |
+
msgstr "Lisa keel"
|
566 |
+
|
567 |
+
#: contact_form.php:963
|
568 |
+
msgid "Change the names of the contact form fields and error messages"
|
569 |
+
msgstr "Muuda kontakti vormi väljade ja error-sõnumite nimesid"
|
570 |
+
|
571 |
+
#: contact_form.php:968
|
572 |
+
#: contact_form.php:1041
|
573 |
+
msgid "English"
|
574 |
+
msgstr "Inglise"
|
575 |
+
|
576 |
+
#: contact_form.php:976
|
577 |
+
#: contact_form.php:1006
|
578 |
+
msgid "click to expand/hide the list"
|
579 |
+
msgstr ""
|
580 |
+
|
581 |
+
#: contact_form.php:985
|
582 |
+
#: contact_form.php:1015
|
583 |
+
msgid "Tips below the Attachment block"
|
584 |
+
msgstr "Vihje manuse bloki all"
|
585 |
+
|
586 |
+
#: contact_form.php:988
|
587 |
+
#: contact_form.php:1018
|
588 |
+
msgid "Error message for the Name field"
|
589 |
+
msgstr "Error väljal 'Nimi'"
|
590 |
+
|
591 |
+
#: contact_form.php:989
|
592 |
+
#: contact_form.php:1019
|
593 |
+
msgid "Error message for the Address field"
|
594 |
+
msgstr "Error väljal 'Aadress'"
|
595 |
+
|
596 |
+
#: contact_form.php:990
|
597 |
+
#: contact_form.php:1020
|
598 |
+
msgid "Error message for the Email field"
|
599 |
+
msgstr "Error väljal 'E-mail'"
|
600 |
+
|
601 |
+
#: contact_form.php:991
|
602 |
+
#: contact_form.php:1021
|
603 |
+
msgid "Error message for the Phone field"
|
604 |
+
msgstr "Error väljal 'Telefon'"
|
605 |
+
|
606 |
+
#: contact_form.php:992
|
607 |
+
#: contact_form.php:1022
|
608 |
+
msgid "Error message for the Subject field"
|
609 |
+
msgstr "Error väljal 'Pealkiri'"
|
610 |
+
|
611 |
+
#: contact_form.php:993
|
612 |
+
#: contact_form.php:1023
|
613 |
+
msgid "Error message for the Message field"
|
614 |
+
msgstr "Error väljal 'Sõnum'"
|
615 |
+
|
616 |
+
#: contact_form.php:994
|
617 |
+
#: contact_form.php:1024
|
618 |
+
msgid "Error message about the file type for the Attachment field"
|
619 |
+
msgstr "Error faili tüübi kohta manuse väljal"
|
620 |
+
|
621 |
+
#: contact_form.php:995
|
622 |
+
#: contact_form.php:1025
|
623 |
+
msgid "Error message while uploading a file for the Attachment field to the server"
|
624 |
+
msgstr "Error faili üles laadimisel serverisse manuse välja jaoks"
|
625 |
+
|
626 |
+
#: contact_form.php:996
|
627 |
+
#: contact_form.php:1026
|
628 |
+
msgid "Error message while moving the file for the Attachment field"
|
629 |
+
msgstr "Error faili liigutamisel manuse väljale"
|
630 |
+
|
631 |
+
#: contact_form.php:997
|
632 |
+
#: contact_form.php:1027
|
633 |
+
msgid "Error message when file size limit for the Attachment field is exceeded"
|
634 |
+
msgstr "Error ületades faili suuruse limiiti manuse väljal"
|
635 |
+
|
636 |
+
#: contact_form.php:998
|
637 |
+
#: contact_form.php:1028
|
638 |
+
msgid "Error message for the Captcha field"
|
639 |
+
msgstr "Error väljal 'Captcha'"
|
640 |
+
|
641 |
+
#: contact_form.php:999
|
642 |
+
#: contact_form.php:1029
|
643 |
+
msgid "Error message for the whole form"
|
644 |
+
msgstr "Error kogu vormi kohta"
|
645 |
+
|
646 |
+
#: contact_form.php:1001
|
647 |
+
#: contact_form.php:1031
|
648 |
+
#: contact_form.php:1050
|
649 |
+
#: contact_form.php:1056
|
650 |
+
msgid "Use shortcode"
|
651 |
+
msgstr "Kasuta lühikoodi"
|
652 |
+
|
653 |
+
#: contact_form.php:1001
|
654 |
+
#: contact_form.php:1031
|
655 |
+
#: contact_form.php:1050
|
656 |
+
#: contact_form.php:1056
|
657 |
+
msgid "for this language"
|
658 |
+
msgstr "selle keele jaoks"
|
659 |
+
|
660 |
+
#: contact_form.php:1038
|
661 |
+
msgid "Action after email is sent"
|
662 |
+
msgstr "Tegevus peale e-maili saatmist"
|
663 |
+
|
664 |
+
#: contact_form.php:1040
|
665 |
+
msgid "Display text"
|
666 |
+
msgstr "Näita teksti"
|
667 |
+
|
668 |
+
#: contact_form.php:1049
|
669 |
+
#: contact_form.php:1055
|
670 |
+
msgid "Text"
|
671 |
+
msgstr "Tekst"
|
672 |
+
|
673 |
+
#: contact_form.php:1062
|
674 |
+
msgid "Redirect to the page"
|
675 |
+
msgstr "Suuna lehele"
|
676 |
+
|
677 |
+
#: contact_form.php:1063
|
678 |
+
msgid "Url"
|
679 |
+
msgstr "Url"
|
680 |
+
|
681 |
+
#: contact_form.php:1067
|
682 |
+
msgid "The $_SERVER variable that is used to build a URL of the form"
|
683 |
+
msgstr ""
|
684 |
+
|
685 |
+
#: contact_form.php:1071
|
686 |
+
msgid "If you are not sure whether to change this setting or not, please do not do that."
|
687 |
+
msgstr ""
|
688 |
+
|
689 |
+
#: contact_form.php:1077
|
690 |
+
#: contact_form.php:1252
|
691 |
+
msgid "Save Changes"
|
692 |
+
msgstr "Salvesta muudatused"
|
693 |
+
|
694 |
+
#: contact_form.php:1082
|
695 |
+
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
696 |
+
msgstr "Kui sulle see plugin meeldib, siis anna sellele 5 tärni WordPressis"
|
697 |
+
|
698 |
+
#: contact_form.php:1083
|
699 |
+
msgid "Rate the plugin"
|
700 |
+
msgstr "Hinda pluginat"
|
701 |
+
|
702 |
+
#: contact_form.php:1086
|
703 |
+
msgid "If there is something wrong about it, please contact us"
|
704 |
+
msgstr "Palun kontakteeru kohe meiega, kui sellega on midagi viga"
|
705 |
+
|
706 |
+
#: contact_form.php:1101
|
707 |
+
msgid "Errors output"
|
708 |
+
msgstr "Errorite väljund"
|
709 |
+
|
710 |
+
#: contact_form.php:1104
|
711 |
+
msgid "Display error messages"
|
712 |
+
msgstr "Näita error-sõnumeid"
|
713 |
+
|
714 |
+
#: contact_form.php:1105
|
715 |
+
msgid "Color of the input field errors."
|
716 |
+
msgstr "Sisestusväljade errorite värv"
|
717 |
+
|
718 |
+
#: contact_form.php:1106
|
719 |
+
msgid "Display error messages & color of the input field errors"
|
720 |
+
msgstr "Näita error-sõnumeid ja sisestusväljade errorite värvi"
|
721 |
+
|
722 |
+
#: contact_form.php:1111
|
723 |
+
msgid "Add placeholder to the input blocks"
|
724 |
+
msgstr "Lisa kohahoidja sisestusblokkidele"
|
725 |
+
|
726 |
+
#: contact_form.php:1117
|
727 |
+
msgid "Add tooltips"
|
728 |
+
msgstr "Lisa vihjed"
|
729 |
+
|
730 |
+
#: contact_form.php:1131
|
731 |
+
msgid "Email address"
|
732 |
+
msgstr "E-maili aadress"
|
733 |
+
|
734 |
+
#: contact_form.php:1136
|
735 |
+
msgid "Phone Number"
|
736 |
+
msgstr "Telefoni number"
|
737 |
+
|
738 |
+
#: contact_form.php:1150
|
739 |
+
msgid "Attachment"
|
740 |
+
msgstr "Manus"
|
741 |
+
|
742 |
+
#: contact_form.php:1155
|
743 |
+
msgid "(powered by bestwebsoft.com)"
|
744 |
+
msgstr "(Loonud bestwebsoft.com)"
|
745 |
+
|
746 |
+
#: contact_form.php:1160
|
747 |
+
msgid "Style options"
|
748 |
+
msgstr "Stiili valikud"
|
749 |
+
|
750 |
+
#: contact_form.php:1163
|
751 |
+
msgid "Text color"
|
752 |
+
msgstr "Teksti värv"
|
753 |
+
|
754 |
+
#: contact_form.php:1166
|
755 |
+
#: contact_form.php:1171
|
756 |
+
#: contact_form.php:1181
|
757 |
+
#: contact_form.php:1186
|
758 |
+
#: contact_form.php:1191
|
759 |
+
#: contact_form.php:1196
|
760 |
+
#: contact_form.php:1206
|
761 |
+
#: contact_form.php:1211
|
762 |
+
#: contact_form.php:1217
|
763 |
+
#: contact_form.php:1228
|
764 |
+
#: contact_form.php:1233
|
765 |
+
#: contact_form.php:1238
|
766 |
+
msgid "Default"
|
767 |
+
msgstr "Vaikimisi valik"
|
768 |
+
|
769 |
+
#: contact_form.php:1168
|
770 |
+
msgid "Label text color"
|
771 |
+
msgstr "Sildi teksti värv"
|
772 |
+
|
773 |
+
#: contact_form.php:1173
|
774 |
+
msgid "Placeholder color"
|
775 |
+
msgstr "Kohahoidja värv"
|
776 |
+
|
777 |
+
#: contact_form.php:1178
|
778 |
+
msgid "Errors color"
|
779 |
+
msgstr "Errorite värv"
|
780 |
+
|
781 |
+
#: contact_form.php:1183
|
782 |
+
msgid "Error text color"
|
783 |
+
msgstr "Error-teksti värv"
|
784 |
+
|
785 |
+
#: contact_form.php:1188
|
786 |
+
msgid "Background color of the input field errors"
|
787 |
+
msgstr "Sisestusväljade errorite taustavärv"
|
788 |
+
|
789 |
+
#: contact_form.php:1193
|
790 |
+
msgid "Border color of the input field errors"
|
791 |
+
msgstr "Sisestusväljade errorite piirjoonte värv"
|
792 |
+
|
793 |
+
#: contact_form.php:1198
|
794 |
+
msgid "Placeholder color of the input field errors"
|
795 |
+
msgstr "Sisestusväljade errorite kohahoidja värv"
|
796 |
+
|
797 |
+
#: contact_form.php:1203
|
798 |
+
msgid "Input fields"
|
799 |
+
msgstr "Sisestusväljad"
|
800 |
+
|
801 |
+
#: contact_form.php:1208
|
802 |
+
msgid "Input fields background color"
|
803 |
+
msgstr "Sisestusväljade taustavärv"
|
804 |
+
|
805 |
+
#: contact_form.php:1213
|
806 |
+
msgid "Text fields color"
|
807 |
+
msgstr "Tekstiväljade värv"
|
808 |
+
|
809 |
+
#: contact_form.php:1215
|
810 |
+
msgid "Border width in px, numbers only"
|
811 |
+
msgstr "Piirjoone paksus pikslites. Ainult number"
|
812 |
+
|
813 |
+
#: contact_form.php:1219
|
814 |
+
#: contact_form.php:1240
|
815 |
+
msgid "Border color"
|
816 |
+
msgstr "Piirjoone värv"
|
817 |
+
|
818 |
+
#: contact_form.php:1224
|
819 |
+
msgid "Submit button"
|
820 |
+
msgstr "'Saada' nupp"
|
821 |
+
|
822 |
+
#: contact_form.php:1226
|
823 |
+
msgid "Width in px, numbers only"
|
824 |
+
msgstr "Laius pikslites, ainult numbrid"
|
825 |
+
|
826 |
+
#: contact_form.php:1230
|
827 |
+
msgid "Button color"
|
828 |
+
msgstr "Nupu värv"
|
829 |
+
|
830 |
+
#: contact_form.php:1235
|
831 |
+
msgid "Button text color"
|
832 |
+
msgstr "Nupu teksti värv"
|
833 |
+
|
834 |
+
#: contact_form.php:1256
|
835 |
+
msgid "Contact Form Pro | Preview"
|
836 |
+
msgstr "Contact Form Pro | Eelvaade"
|
837 |
+
|
838 |
+
#: contact_form.php:1259
|
839 |
+
msgid "Show with errors"
|
840 |
+
msgstr "Näita koos erroritega"
|
841 |
+
|
842 |
+
#: contact_form.php:1267
|
843 |
+
#: contact_form.php:1269
|
844 |
+
msgid "Please enter your full name..."
|
845 |
+
msgstr "Palun sisesta oma täisnimi..."
|
846 |
+
|
847 |
+
#: contact_form.php:1280
|
848 |
+
#: contact_form.php:1282
|
849 |
+
msgid "Please enter your address..."
|
850 |
+
msgstr "Palun sisesta oma aadress..."
|
851 |
+
|
852 |
+
#: contact_form.php:1291
|
853 |
+
#: contact_form.php:1293
|
854 |
+
msgid "Please enter your email address..."
|
855 |
+
msgstr "Palun sisesta oma e-maili aadress..."
|
856 |
+
|
857 |
+
#: contact_form.php:1302
|
858 |
+
#: contact_form.php:1304
|
859 |
+
msgid "Please enter your phone number..."
|
860 |
+
msgstr "Palun sisesta oma telefoni number..."
|
861 |
+
|
862 |
+
#: contact_form.php:1313
|
863 |
+
#: contact_form.php:1315
|
864 |
+
msgid "Please enter subject..."
|
865 |
+
msgstr "Palun sisesta pealkiri..."
|
866 |
+
|
867 |
+
#: contact_form.php:1323
|
868 |
+
#: contact_form.php:1325
|
869 |
+
msgid "Please enter your message..."
|
870 |
+
msgstr "Palun sisesta oma sõnum..."
|
871 |
+
|
872 |
+
#: contact_form.php:1367
|
873 |
+
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
874 |
+
msgstr ""
|
875 |
+
|
876 |
+
#: contact_form.php:1369
|
877 |
+
msgid "Please, go to"
|
878 |
+
msgstr ""
|
879 |
+
|
880 |
+
#: contact_form.php:1369
|
881 |
+
#, fuzzy
|
882 |
+
msgid "the setting page"
|
883 |
+
msgstr "Ekstra seaded"
|
884 |
+
|
885 |
+
#: contact_form.php:1370
|
886 |
+
msgid "You will be redirected automatically in 5 seconds."
|
887 |
+
msgstr ""
|
888 |
+
|
889 |
+
#: contact_form.php:1375
|
890 |
+
msgid "You can download and activate"
|
891 |
+
msgstr ""
|
892 |
+
|
893 |
+
#: contact_form.php:1377
|
894 |
+
msgid "version of this plugin by entering Your license key."
|
895 |
+
msgstr ""
|
896 |
+
|
897 |
+
#: contact_form.php:1379
|
898 |
+
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
899 |
+
msgstr ""
|
900 |
+
|
901 |
+
#: contact_form.php:1381
|
902 |
+
msgid "(your username is the email you specify when purchasing the product)."
|
903 |
+
msgstr ""
|
904 |
+
|
905 |
+
#: contact_form.php:1389
|
906 |
+
#: contact_form.php:1399
|
907 |
+
msgid "Go!"
|
908 |
+
msgstr ""
|
909 |
+
|
910 |
+
#: contact_form.php:1449
|
911 |
+
msgid "Sorry, email message could not be delivered."
|
912 |
+
msgstr "Vabandust, see kiri jäi saatmata."
|
913 |
+
|
914 |
+
#: contact_form.php:1835
|
915 |
+
msgid "Contact from"
|
916 |
+
msgstr "Kontakti vorm"
|
917 |
+
|
918 |
+
#: contact_form.php:1848
|
919 |
+
#: contact_form.php:1874
|
920 |
+
msgid "Email"
|
921 |
+
msgstr "E-mail"
|
922 |
+
|
923 |
+
#: contact_form.php:1852
|
924 |
+
#: contact_form.php:1876
|
925 |
+
msgid "Phone"
|
926 |
+
msgstr "Telefon"
|
927 |
+
|
928 |
+
#: contact_form.php:1861
|
929 |
+
#: contact_form.php:1879
|
930 |
+
msgid "Site"
|
931 |
+
msgstr "Leht"
|
932 |
+
|
933 |
+
#: contact_form.php:1941
|
934 |
+
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
935 |
+
msgstr "Kui sa näed seda MIME-t, siis MIME tüüp pole sinu e-maili kliendi poolt toetatud!"
|
936 |
+
|
937 |
+
#: contact_form.php:2009
|
938 |
+
msgid "FAQ"
|
939 |
+
msgstr "KKK"
|
940 |
+
|
941 |
+
#: contact_form.php:2010
|
942 |
+
msgid "Support"
|
943 |
+
msgstr "Klienditugi"
|
944 |
+
|
945 |
+
#: contact_form.php:2068
|
946 |
+
msgid "Are you sure that you want to delete this language data?"
|
947 |
+
msgstr "Oled sa kindel, et soovid kustutada selle keele andmeid?"
|
948 |
+
|
949 |
+
#: contact_form.php:2223
|
950 |
+
msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
|
951 |
+
msgstr ""
|
952 |
+
|
953 |
+
#: contact_form.php:2224
|
954 |
+
msgid "Extend standard plugin functionality with new great options."
|
955 |
+
msgstr ""
|
956 |
+
|
957 |
+
#: contact_form.php:2233
|
958 |
+
msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
|
959 |
+
msgstr ""
|
960 |
+
|
961 |
+
#: contact_form.php:2234
|
962 |
+
msgid "Manage messages that have been sent from your website."
|
963 |
+
msgstr ""
|
964 |
+
|
965 |
+
#~ msgid "Contact Form Pro Extra Settings"
|
966 |
+
#~ msgstr "Contact Form Pro ekstra seaded"
|
967 |
+
|
968 |
+
#~ msgid "Contact Form Pro | Extra Settings"
|
969 |
+
#~ msgstr "Contact Form Pro | Ekstra seaded"
|
970 |
+
|
971 |
+
#~ msgid "Display fields"
|
972 |
+
#~ msgstr "Mostra els camps"
|
973 |
+
|
974 |
+
#, fuzzy
|
975 |
+
#~ msgid "Display tips below the Attachment block"
|
976 |
+
#~ msgstr "Consells del blocatge de l'adjunt"
|
977 |
+
|
978 |
+
#~ msgid "Required fields"
|
979 |
+
#~ msgstr "Camps requerits"
|
980 |
+
|
981 |
+
#~ msgid "You can attach the following file formats"
|
982 |
+
#~ msgstr "Pot adjuntar els següents formats d'arxiu"
|
983 |
+
|
984 |
+
#, fuzzy
|
985 |
+
#~ msgid "Memory usage"
|
986 |
+
#~ msgstr "MIssatge"
|
987 |
+
|
988 |
+
#, fuzzy
|
989 |
+
#~ msgid "Site URL"
|
990 |
+
#~ msgstr "Lloc"
|
991 |
+
|
992 |
+
#, fuzzy
|
993 |
+
#~ msgid "Please enter a valid email address."
|
994 |
+
#~ msgstr "Si us plau introdueixi el seu e-mail"
|
995 |
+
|
996 |
+
#~ msgid "Activated plugins"
|
997 |
+
#~ msgstr "Plugin activat"
|
998 |
+
|
999 |
+
#~ msgid "Read more"
|
1000 |
+
#~ msgstr "Llegir més"
|
1001 |
+
|
1002 |
+
#~ msgid "Installed plugins"
|
1003 |
+
#~ msgstr "Plugins instal·lats"
|
1004 |
+
|
1005 |
+
#~ msgid "Recommended plugins"
|
1006 |
+
#~ msgstr "Plugins recomanants"
|
1007 |
+
|
1008 |
+
#~ msgid "Purchase"
|
1009 |
+
#~ msgstr "Comprar"
|
1010 |
+
|
1011 |
+
#~ msgid "Download"
|
1012 |
+
#~ msgstr "Descarregar"
|
1013 |
+
|
1014 |
+
#~ msgid "Install %s"
|
1015 |
+
#~ msgstr "Instal·la %s"
|
1016 |
+
|
1017 |
+
#~ msgid "Install now from wordpress.org"
|
1018 |
+
#~ msgstr "Instal·la ara des de wordpress.org"
|
1019 |
+
|
1020 |
+
#, fuzzy
|
1021 |
+
#~ msgid "Active Plugins"
|
1022 |
+
#~ msgstr "Plugin activat"
|
1023 |
+
|
1024 |
+
#, fuzzy
|
1025 |
+
#~ msgid "Inactive Plugins"
|
1026 |
+
#~ msgstr "Plugin activat"
|
1027 |
+
|
1028 |
+
#, fuzzy
|
1029 |
+
#~ msgid "Send to support"
|
1030 |
+
#~ msgstr "Suport"
|
1031 |
+
|
1032 |
+
#~ msgid "Contact Form Options"
|
1033 |
+
#~ msgstr "Opciones Contact Form"
|
1034 |
+
|
1035 |
+
#~ msgid "Please enter a valid email address. Settings are not saved."
|
1036 |
+
#~ msgstr ""
|
1037 |
+
#~ "Por favor introduzca un e-mail correcto. Los cambios no se han guardado."
|
1038 |
+
|
1039 |
+
#, fuzzy
|
1040 |
+
#~ msgid "E-Mail Address"
|
1041 |
+
#~ msgstr "Dirección e-mail:"
|
1042 |
+
|
1043 |
+
#~ msgid "E-Mail Addresse:"
|
1044 |
+
#~ msgstr "Indirizzo e-mail:"
|
1045 |
+
|
1046 |
+
#~ msgid "Install Now"
|
1047 |
+
#~ msgstr "Installa Ora"
|
languages/contact_form-fi.mo
CHANGED
Binary file
|
languages/contact_form-fi.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
-
"PO-Revision-Date: 2014-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Martin Tonek, Joakim Lindskog, Maarten van den Driest <joakim@limewoodmedia.com, maarten@vandendriest.com>\n"
|
9 |
"Language: ru_RU\n"
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: contact_form.php:33
|
20 |
-
#: contact_form.php:
|
21 |
#, fuzzy
|
22 |
msgid "Contact Form Settings"
|
23 |
msgstr "Yhteydenottolomakeasetukset"
|
@@ -27,45 +27,45 @@ msgid "Contact Form"
|
|
27 |
msgstr "Yhteydenottolomake"
|
28 |
|
29 |
#: contact_form.php:80
|
30 |
-
#: contact_form.php:
|
31 |
-
#: contact_form.php:
|
32 |
msgid "Name:"
|
33 |
msgstr "Nimi:"
|
34 |
|
35 |
#: contact_form.php:81
|
36 |
-
#: contact_form.php:
|
37 |
-
#: contact_form.php:
|
38 |
#, fuzzy
|
39 |
msgid "Address:"
|
40 |
msgstr "Sähköposti:"
|
41 |
|
42 |
#: contact_form.php:82
|
43 |
-
#: contact_form.php:
|
44 |
-
#: contact_form.php:
|
45 |
msgid "Email Address:"
|
46 |
msgstr "Sähköposti:"
|
47 |
|
48 |
#: contact_form.php:83
|
49 |
-
#: contact_form.php:
|
50 |
-
#: contact_form.php:
|
51 |
msgid "Phone number:"
|
52 |
msgstr "Puhelinnumero:"
|
53 |
|
54 |
#: contact_form.php:84
|
55 |
-
#: contact_form.php:
|
56 |
-
#: contact_form.php:
|
57 |
msgid "Subject:"
|
58 |
msgstr "Aihe:"
|
59 |
|
60 |
#: contact_form.php:85
|
61 |
-
#: contact_form.php:
|
62 |
-
#: contact_form.php:
|
63 |
msgid "Message:"
|
64 |
msgstr "Viesti:"
|
65 |
|
66 |
#: contact_form.php:86
|
67 |
-
#: contact_form.php:
|
68 |
-
#: contact_form.php:
|
69 |
msgid "Attachment:"
|
70 |
msgstr "Liite:"
|
71 |
|
@@ -74,14 +74,14 @@ msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI,
|
|
74 |
msgstr ""
|
75 |
|
76 |
#: contact_form.php:88
|
77 |
-
#: contact_form.php:
|
78 |
-
#: contact_form.php:
|
79 |
msgid "Send me a copy"
|
80 |
msgstr "Lähetä minulle kopio"
|
81 |
|
82 |
#: contact_form.php:89
|
83 |
-
#: contact_form.php:
|
84 |
-
#: contact_form.php:
|
85 |
msgid "Submit"
|
86 |
msgstr "Lähetä"
|
87 |
|
@@ -138,847 +138,871 @@ msgstr "Tee allaolevat korjaukset ja yritä uudelleen."
|
|
138 |
msgid "Thank you for contacting us."
|
139 |
msgstr "Kiitos yhteydenotostanne."
|
140 |
|
141 |
-
#: contact_form.php:
|
142 |
#, fuzzy
|
143 |
msgid "requires"
|
144 |
msgstr "Vaaditut kentät"
|
145 |
|
146 |
-
#: contact_form.php:
|
147 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: contact_form.php:
|
151 |
msgid "Back to the WordPress"
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: contact_form.php:
|
155 |
#, fuzzy
|
156 |
msgid "Plugins page"
|
157 |
msgstr "Плагины BWS"
|
158 |
|
159 |
-
#: contact_form.php:
|
160 |
msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
|
161 |
msgstr "Jos 'Ohjaa sivulle' vaihtoehto on valittu, URL-kentän tulisi olla seuraavaa muotoa"
|
162 |
|
163 |
-
#: contact_form.php:
|
164 |
msgid "Such user does not exist. Settings are not saved."
|
165 |
msgstr "Käyttäjää ei ole olemassa. Asetuksia ei tallennettu."
|
166 |
|
167 |
-
#: contact_form.php:
|
168 |
-
#: contact_form.php:
|
169 |
msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
|
170 |
msgstr "Anna toimiva sähköpostiosoite 'Lähettäjä' kenttään. Asetuksia ei tallennettu."
|
171 |
|
172 |
-
#: contact_form.php:
|
173 |
#, fuzzy
|
174 |
msgid "Settings saved."
|
175 |
msgstr "Asetukset tallennettu."
|
176 |
|
177 |
-
#: contact_form.php:
|
178 |
-
#: contact_form.php:
|
179 |
msgid "Wrong license key"
|
180 |
msgstr ""
|
181 |
|
182 |
-
#: contact_form.php:
|
183 |
msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: contact_form.php:
|
187 |
msgid "This license key is bind to another site"
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: contact_form.php:
|
191 |
-
#: contact_form.php:
|
192 |
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: contact_form.php:
|
196 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: contact_form.php:
|
200 |
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: contact_form.php:
|
204 |
-
#: contact_form.php:
|
205 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
206 |
msgstr ""
|
207 |
|
208 |
-
#: contact_form.php:
|
209 |
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
|
210 |
msgstr ""
|
211 |
|
212 |
-
#: contact_form.php:
|
213 |
#, fuzzy
|
214 |
msgid "Please, enter Your license key"
|
215 |
msgstr "Käytä tätä sähköpostiosoitetta:"
|
216 |
|
217 |
-
#: contact_form.php:
|
218 |
msgid "Notice:"
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: contact_form.php:
|
222 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: contact_form.php:
|
226 |
-
#: contact_form.php:
|
227 |
-
#: contact_form.php:
|
228 |
msgid "Settings"
|
229 |
msgstr "Asetukset"
|
230 |
|
231 |
-
#: contact_form.php:
|
232 |
#, fuzzy
|
233 |
msgid "Extra settings"
|
234 |
msgstr "Asetukset"
|
235 |
|
236 |
-
#: contact_form.php:
|
237 |
msgid "Go PRO"
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: contact_form.php:
|
241 |
-
#: contact_form.php:
|
242 |
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:"
|
243 |
msgstr "Jos haluat lisätä yhteydenottolomakkeen sivullesi, kopioi ja liitä tämä shortcode artikkeliin, sivulle tai vimpaimeen."
|
244 |
|
245 |
-
#: contact_form.php:672
|
246 |
#: contact_form.php:673
|
247 |
-
#: contact_form.php:
|
248 |
-
#: contact_form.php:
|
|
|
249 |
msgid "or"
|
250 |
msgstr ""
|
251 |
|
252 |
-
#: contact_form.php:
|
253 |
msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: contact_form.php:
|
257 |
msgid "They work the same way."
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: contact_form.php:
|
261 |
msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
|
262 |
msgstr "Jos jätät kentät tyhjäksi, viestit lähetetään rekisteröinnin yhteydessä määriteltyyn sähköpostiin."
|
263 |
|
264 |
-
#: contact_form.php:
|
265 |
msgid "The user's email address:"
|
266 |
msgstr "Käyttäjän sähköpostiosoite:"
|
267 |
|
268 |
-
#: contact_form.php:
|
269 |
msgid "Create a username"
|
270 |
msgstr "Luo käyttäjänimi."
|
271 |
|
272 |
-
#: contact_form.php:
|
273 |
msgid "Enter a username of the person who should get the messages from the contact form."
|
274 |
msgstr "Syötä käyttäjänimi, jolle viestit lähetetään lomakkeesta."
|
275 |
|
276 |
-
#: contact_form.php:
|
277 |
msgid "Use this email address:"
|
278 |
msgstr "Käytä tätä sähköpostiosoitetta:"
|
279 |
|
280 |
-
#: contact_form.php:
|
281 |
msgid "Enter the email address you want the messages forwarded to."
|
282 |
msgstr "Sähköpostiosoite, johon viestit ohjataan."
|
283 |
|
284 |
-
#: contact_form.php:
|
285 |
msgid "Add department selectbox to the contact form:"
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: contact_form.php:
|
289 |
-
#: contact_form.php:
|
290 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: contact_form.php:714
|
294 |
-
#: contact_form.php:851
|
295 |
-
#: contact_form.php:922
|
296 |
-
#: contact_form.php:1086
|
297 |
-
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
298 |
-
msgstr ""
|
299 |
-
|
300 |
#: contact_form.php:715
|
301 |
#: contact_form.php:852
|
302 |
#: contact_form.php:923
|
303 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
304 |
#, fuzzy
|
305 |
msgid "Contact Form Pro"
|
306 |
msgstr "Yhteydenottolomake"
|
307 |
|
308 |
-
#: contact_form.php:
|
309 |
msgid "Save emails to the database"
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: contact_form.php:
|
313 |
msgid "Using"
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: contact_form.php:
|
317 |
-
#: contact_form.php:
|
318 |
-
#: contact_form.php:
|
319 |
-
#: contact_form.php:
|
320 |
msgid "powered by"
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: contact_form.php:
|
324 |
-
#: contact_form.php:
|
325 |
msgid "Using Contact Form to DB powered by"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: contact_form.php:
|
329 |
#, fuzzy
|
330 |
msgid "Activate Contact Form to DB"
|
331 |
msgstr "Yhteydenottolomake"
|
332 |
|
333 |
-
#: contact_form.php:
|
334 |
#, fuzzy
|
335 |
msgid "Download Contact Form to DB"
|
336 |
msgstr "Yhteydenottolomake"
|
337 |
|
338 |
-
#: contact_form.php:
|
339 |
msgid "Additional options"
|
340 |
msgstr "Lisäasetukset"
|
341 |
|
342 |
-
#: contact_form.php:
|
343 |
msgid "Show"
|
344 |
msgstr ""
|
345 |
|
346 |
-
#: contact_form.php:
|
347 |
msgid "Hide"
|
348 |
msgstr ""
|
349 |
|
350 |
-
#: contact_form.php:
|
351 |
msgid "What to use?"
|
352 |
msgstr "Mitä käyttää?"
|
353 |
|
354 |
-
#: contact_form.php:
|
355 |
msgid "Wp-mail"
|
356 |
msgstr "Wp-sähköposti"
|
357 |
|
358 |
-
#: contact_form.php:
|
359 |
msgid "You can use the wp_mail function for mailing"
|
360 |
msgstr "Voit käyttää wp_mail funktiota sähköpostin lähettämiseen"
|
361 |
|
362 |
-
#: contact_form.php:
|
363 |
msgid "Mail"
|
364 |
msgstr "Sähköposti"
|
365 |
|
366 |
-
#: contact_form.php:
|
367 |
msgid "To send mail you can use the php mail function"
|
368 |
msgstr "Voit käyttää php sähköpostifunktiota lähettääksesi sähköpostia"
|
369 |
|
370 |
-
#: contact_form.php:
|
371 |
#, fuzzy
|
372 |
msgid "The text in the 'From' field"
|
373 |
msgstr "Vaihda teksti 'Lähettäjä'- kentästä"
|
374 |
|
375 |
-
#: contact_form.php:
|
376 |
msgid "User name"
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: contact_form.php:
|
380 |
#, fuzzy
|
381 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
382 |
msgstr "Lomakkeen täyttäjän sähköpostiosoitetta käytetään 'Lähettäjä'- kentässä."
|
383 |
|
384 |
-
#: contact_form.php:
|
385 |
#, fuzzy
|
386 |
msgid "This text will be used in the 'FROM' field"
|
387 |
msgstr "Tätä sähöpostiosoitetta käytetään 'Lähettäjä'- kentässä."
|
388 |
|
389 |
-
#: contact_form.php:
|
390 |
#, fuzzy
|
391 |
msgid "The email address in the 'From' field"
|
392 |
msgstr "Syötä sähköpostiosoite 'Lähettäjä'- kenttään"
|
393 |
|
394 |
-
#: contact_form.php:
|
395 |
msgid "User email"
|
396 |
msgstr ""
|
397 |
|
398 |
-
#: contact_form.php:
|
399 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
400 |
msgstr "Lomakkeen täyttäjän sähköpostiosoitetta käytetään 'Lähettäjä'- kentässä."
|
401 |
|
402 |
-
#: contact_form.php:
|
403 |
msgid "This email address will be used in the 'From' field."
|
404 |
msgstr "Tätä sähöpostiosoitetta käytetään 'Lähettäjä'- kentässä."
|
405 |
|
406 |
-
#: contact_form.php:
|
407 |
#, fuzzy
|
408 |
msgid "Required symbol"
|
409 |
msgstr "Vaaditut kentät"
|
410 |
|
411 |
-
#: contact_form.php:
|
412 |
msgid "Fields"
|
413 |
msgstr ""
|
414 |
|
415 |
-
#: contact_form.php:
|
416 |
msgid "Used"
|
417 |
msgstr ""
|
418 |
|
419 |
-
#: contact_form.php:
|
420 |
#, fuzzy
|
421 |
msgid "Required"
|
422 |
msgstr "Vaaditut kentät"
|
423 |
|
424 |
-
#: contact_form.php:
|
425 |
msgid "Visible"
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: contact_form.php:
|
429 |
msgid "Disabled for editing"
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: contact_form.php:
|
433 |
msgid "Field's default value"
|
434 |
msgstr ""
|
435 |
|
436 |
-
#: contact_form.php:
|
437 |
-
#: contact_form.php:
|
438 |
-
#: contact_form.php:
|
439 |
-
#: contact_form.php:
|
440 |
msgid "Name"
|
441 |
msgstr "Nimi"
|
442 |
|
443 |
-
#: contact_form.php:
|
444 |
-
#: contact_form.php:
|
445 |
-
#: contact_form.php:
|
446 |
-
#: contact_form.php:
|
447 |
#, fuzzy
|
448 |
msgid "Address"
|
449 |
msgstr "Sähköposti"
|
450 |
|
451 |
-
#: contact_form.php:
|
452 |
msgid "Email Address"
|
453 |
msgstr "Sähköposti"
|
454 |
|
455 |
-
#: contact_form.php:
|
456 |
#, fuzzy
|
457 |
msgid "Phone number"
|
458 |
msgstr "Puhelinnumero:"
|
459 |
|
460 |
-
#: contact_form.php:
|
461 |
-
#: contact_form.php:
|
462 |
-
#: contact_form.php:
|
463 |
-
#: contact_form.php:
|
464 |
msgid "Subject"
|
465 |
msgstr "Aihe"
|
466 |
|
467 |
-
#: contact_form.php:
|
468 |
-
#: contact_form.php:
|
469 |
-
#: contact_form.php:
|
470 |
-
#: contact_form.php:
|
471 |
msgid "Message"
|
472 |
msgstr "Viesti"
|
473 |
|
474 |
-
#: contact_form.php:
|
475 |
#, fuzzy
|
476 |
msgid "Attachment block"
|
477 |
msgstr "Näytä liitelaatikko."
|
478 |
|
479 |
-
#: contact_form.php:
|
480 |
msgid "Users can attach the following file formats"
|
481 |
msgstr "Käyttäjä voi lisätä seuraavia tiedostotyyppejä"
|
482 |
|
483 |
-
#: contact_form.php:
|
484 |
msgid "Add to the form"
|
485 |
msgstr ""
|
486 |
|
487 |
-
#: contact_form.php:
|
488 |
#, fuzzy
|
489 |
msgid "Tips below the Attachment"
|
490 |
msgstr "Näytä liitelaatikon allaolevat vinkit."
|
491 |
|
492 |
-
#: contact_form.php:
|
493 |
#, fuzzy
|
494 |
msgid "'Send me a copy' block"
|
495 |
msgstr "Näytä Lähetä minulle kopio- laatikko"
|
496 |
|
497 |
-
#: contact_form.php:
|
498 |
-
#: contact_form.php:
|
499 |
-
#: contact_form.php:
|
500 |
-
#: contact_form.php:
|
501 |
msgid "Captcha"
|
502 |
msgstr ""
|
503 |
|
504 |
-
#: contact_form.php:
|
505 |
#, fuzzy
|
506 |
msgid "Activate captcha"
|
507 |
msgstr "Aktivoidut lisäosat"
|
508 |
|
509 |
-
#: contact_form.php:
|
510 |
#, fuzzy
|
511 |
msgid "Download captcha"
|
512 |
msgstr "Lataa"
|
513 |
|
514 |
-
#: contact_form.php:
|
515 |
msgid "Agreement checkbox"
|
516 |
msgstr ""
|
517 |
|
518 |
-
#: contact_form.php:
|
519 |
msgid "Required checkbox for submitting the form"
|
520 |
msgstr ""
|
521 |
|
522 |
-
#: contact_form.php:
|
523 |
msgid "Optional checkbox"
|
524 |
msgstr ""
|
525 |
|
526 |
-
#: contact_form.php:
|
527 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
528 |
msgstr ""
|
529 |
|
530 |
-
#: contact_form.php:
|
531 |
msgid "Delete an attachment file from the server after the email is sent"
|
532 |
msgstr ""
|
533 |
|
534 |
-
#: contact_form.php:
|
535 |
msgid "Email in HTML format sending"
|
536 |
msgstr ""
|
537 |
|
538 |
-
#: contact_form.php:
|
539 |
msgid "Display additional info in the email"
|
540 |
msgstr "Näytä lisätietoa sähköpostissa"
|
541 |
|
542 |
-
#: contact_form.php:
|
543 |
-
#: contact_form.php:
|
544 |
-
#: contact_form.php:
|
545 |
msgid "Sent from (ip address)"
|
546 |
msgstr "Lähetetty osoitteesta (ip-osoite)"
|
547 |
|
548 |
-
#: contact_form.php:
|
549 |
#, fuzzy
|
550 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
551 |
msgstr "Lähetetty osoitteesta (ip-osoite)"
|
552 |
|
553 |
-
#: contact_form.php:
|
554 |
-
#: contact_form.php:
|
555 |
-
#: contact_form.php:
|
556 |
msgid "Date/Time"
|
557 |
msgstr "Päivä/Aika"
|
558 |
|
559 |
-
#: contact_form.php:
|
560 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
561 |
msgstr ""
|
562 |
|
563 |
-
#: contact_form.php:
|
564 |
-
#: contact_form.php:
|
565 |
-
#: contact_form.php:
|
566 |
msgid "Sent from (referer)"
|
567 |
msgstr "Lähetetty (referer)"
|
568 |
|
569 |
-
#: contact_form.php:
|
570 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
571 |
msgstr ""
|
572 |
|
573 |
-
#: contact_form.php:
|
574 |
-
#: contact_form.php:
|
575 |
-
#: contact_form.php:
|
576 |
msgid "Using (user agent)"
|
577 |
msgstr "Käytetään (user agent)"
|
578 |
|
579 |
-
#: contact_form.php:
|
580 |
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"
|
581 |
msgstr ""
|
582 |
|
583 |
-
#: contact_form.php:
|
584 |
msgid "Language settings for the field names in the form"
|
585 |
msgstr "Kieliasetukset kenttien nimille lomakkeessa"
|
586 |
|
587 |
-
#: contact_form.php:
|
588 |
msgid "Add a language"
|
589 |
msgstr "Lisää kieli"
|
590 |
|
591 |
-
#: contact_form.php:
|
592 |
msgid "Change the names of the contact form fields and error messages"
|
593 |
msgstr ""
|
594 |
|
595 |
-
#: contact_form.php:
|
596 |
-
#: contact_form.php:
|
597 |
msgid "English"
|
598 |
msgstr "Englanti"
|
599 |
|
600 |
-
#: contact_form.php:
|
601 |
-
#: contact_form.php:
|
602 |
msgid "click to expand/hide the list"
|
603 |
msgstr ""
|
604 |
|
605 |
-
#: contact_form.php:
|
606 |
-
#: contact_form.php:
|
607 |
#, fuzzy
|
608 |
msgid "Tips below the Attachment block"
|
609 |
msgstr "Näytä liitelaatikon allaolevat vinkit."
|
610 |
|
611 |
-
#: contact_form.php:
|
612 |
-
#: contact_form.php:
|
613 |
msgid "Error message for the Name field"
|
614 |
msgstr "Virheilmoitus nimikentälle"
|
615 |
|
616 |
-
#: contact_form.php:
|
617 |
-
#: contact_form.php:
|
618 |
#, fuzzy
|
619 |
msgid "Error message for the Address field"
|
620 |
msgstr "Virheilmoitus viestikentälle"
|
621 |
|
622 |
-
#: contact_form.php:989
|
623 |
-
#: contact_form.php:1019
|
624 |
-
msgid "Error message for the Email field"
|
625 |
-
msgstr "Virheilmoitus sähköpostikentälle"
|
626 |
-
|
627 |
#: contact_form.php:990
|
628 |
#: contact_form.php:1020
|
629 |
-
msgid "Error message for the
|
630 |
-
msgstr "Virheilmoitus
|
631 |
|
632 |
#: contact_form.php:991
|
633 |
#: contact_form.php:1021
|
634 |
-
msgid "Error message for the
|
635 |
-
msgstr "Virheilmoitus
|
636 |
|
637 |
#: contact_form.php:992
|
638 |
#: contact_form.php:1022
|
639 |
-
msgid "Error message for the
|
640 |
-
msgstr "Virheilmoitus
|
641 |
|
642 |
#: contact_form.php:993
|
643 |
#: contact_form.php:1023
|
644 |
-
|
645 |
-
|
646 |
-
msgstr "Virheilmoitus liitekentälle"
|
647 |
|
648 |
#: contact_form.php:994
|
649 |
#: contact_form.php:1024
|
650 |
#, fuzzy
|
651 |
-
msgid "Error message
|
652 |
msgstr "Virheilmoitus liitekentälle"
|
653 |
|
654 |
#: contact_form.php:995
|
655 |
#: contact_form.php:1025
|
656 |
#, fuzzy
|
657 |
-
msgid "Error message while
|
658 |
msgstr "Virheilmoitus liitekentälle"
|
659 |
|
660 |
#: contact_form.php:996
|
661 |
#: contact_form.php:1026
|
662 |
#, fuzzy
|
663 |
-
msgid "Error message
|
664 |
msgstr "Virheilmoitus liitekentälle"
|
665 |
|
666 |
#: contact_form.php:997
|
667 |
#: contact_form.php:1027
|
668 |
-
|
669 |
-
|
|
|
670 |
|
671 |
#: contact_form.php:998
|
672 |
#: contact_form.php:1028
|
|
|
|
|
|
|
|
|
|
|
673 |
msgid "Error message for the whole form"
|
674 |
msgstr "Virheilmoitus koko lomakkeelle"
|
675 |
|
676 |
-
#: contact_form.php:
|
677 |
-
#: contact_form.php:
|
678 |
-
#: contact_form.php:
|
679 |
-
#: contact_form.php:
|
680 |
msgid "Use shortcode"
|
681 |
msgstr "Käytä shortcodea"
|
682 |
|
683 |
-
#: contact_form.php:
|
684 |
-
#: contact_form.php:
|
685 |
-
#: contact_form.php:
|
686 |
-
#: contact_form.php:
|
687 |
msgid "for this language"
|
688 |
msgstr "tälle kielelle"
|
689 |
|
690 |
-
#: contact_form.php:
|
691 |
msgid "Action after email is sent"
|
692 |
msgstr "Toiminta sähköpostin lähetyksen jälkeen"
|
693 |
|
694 |
-
#: contact_form.php:
|
695 |
msgid "Display text"
|
696 |
msgstr "Näytä teksti"
|
697 |
|
698 |
-
#: contact_form.php:
|
699 |
-
#: contact_form.php:
|
700 |
msgid "Text"
|
701 |
msgstr "Teksti"
|
702 |
|
703 |
-
#: contact_form.php:
|
704 |
msgid "Redirect to the page"
|
705 |
msgstr "Ohjaa sivulle"
|
706 |
|
707 |
-
#: contact_form.php:
|
708 |
msgid "Url"
|
709 |
msgstr "Url"
|
710 |
|
711 |
#: contact_form.php:1067
|
712 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
713 |
msgid "Save Changes"
|
714 |
msgstr "Tallenna muutokset"
|
715 |
|
716 |
-
#: contact_form.php:
|
717 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: contact_form.php:
|
721 |
#, fuzzy
|
722 |
msgid "Rate the plugin"
|
723 |
msgstr "Suositellut lisäosat"
|
724 |
|
725 |
-
#: contact_form.php:
|
726 |
#, fuzzy
|
727 |
msgid "If there is something wrong about it, please contact us"
|
728 |
msgstr "Jos sinulla on kysyttävää, ota yhteyttä osoitteeseen plugin@bestwebsoft.com tai täytä yhteydenottolomake sivuillamme."
|
729 |
|
730 |
-
#: contact_form.php:
|
731 |
msgid "Errors output"
|
732 |
msgstr ""
|
733 |
|
734 |
-
#: contact_form.php:
|
735 |
msgid "Display error messages"
|
736 |
msgstr ""
|
737 |
|
738 |
-
#: contact_form.php:
|
739 |
msgid "Color of the input field errors."
|
740 |
msgstr ""
|
741 |
|
742 |
-
#: contact_form.php:
|
743 |
#, fuzzy
|
744 |
msgid "Display error messages & color of the input field errors"
|
745 |
msgstr "Virheilmoitus aihekentälle"
|
746 |
|
747 |
-
#: contact_form.php:
|
748 |
msgid "Add placeholder to the input blocks"
|
749 |
msgstr ""
|
750 |
|
751 |
-
#: contact_form.php:
|
752 |
#, fuzzy
|
753 |
msgid "Add tooltips"
|
754 |
msgstr "Lisäasetukset"
|
755 |
|
756 |
-
#: contact_form.php:
|
757 |
#, fuzzy
|
758 |
msgid "Email address"
|
759 |
msgstr "Sähköposti"
|
760 |
|
761 |
-
#: contact_form.php:
|
762 |
#, fuzzy
|
763 |
msgid "Phone Number"
|
764 |
msgstr "Puhelinnumero:"
|
765 |
|
766 |
-
#: contact_form.php:
|
767 |
#, fuzzy
|
768 |
msgid "Attachment"
|
769 |
msgstr "Liite:"
|
770 |
|
771 |
-
#: contact_form.php:
|
772 |
msgid "(powered by bestwebsoft.com)"
|
773 |
msgstr ""
|
774 |
|
775 |
-
#: contact_form.php:
|
776 |
#, fuzzy
|
777 |
msgid "Style options"
|
778 |
msgstr "Lisäasetukset"
|
779 |
|
780 |
-
#: contact_form.php:
|
781 |
msgid "Text color"
|
782 |
msgstr ""
|
783 |
|
784 |
-
#: contact_form.php:
|
785 |
-
#: contact_form.php:1161
|
786 |
#: contact_form.php:1171
|
787 |
-
#: contact_form.php:1176
|
788 |
#: contact_form.php:1181
|
789 |
#: contact_form.php:1186
|
|
|
790 |
#: contact_form.php:1196
|
791 |
-
#: contact_form.php:
|
792 |
-
#: contact_form.php:
|
793 |
-
#: contact_form.php:
|
794 |
-
#: contact_form.php:1223
|
795 |
#: contact_form.php:1228
|
|
|
|
|
796 |
msgid "Default"
|
797 |
msgstr ""
|
798 |
|
799 |
-
#: contact_form.php:
|
800 |
msgid "Label text color"
|
801 |
msgstr ""
|
802 |
|
803 |
-
#: contact_form.php:
|
804 |
msgid "Placeholder color"
|
805 |
msgstr ""
|
806 |
|
807 |
-
#: contact_form.php:
|
808 |
msgid "Errors color"
|
809 |
msgstr ""
|
810 |
|
811 |
-
#: contact_form.php:
|
812 |
msgid "Error text color"
|
813 |
msgstr ""
|
814 |
|
815 |
-
#: contact_form.php:
|
816 |
msgid "Background color of the input field errors"
|
817 |
msgstr ""
|
818 |
|
819 |
-
#: contact_form.php:
|
820 |
msgid "Border color of the input field errors"
|
821 |
msgstr ""
|
822 |
|
823 |
-
#: contact_form.php:
|
824 |
msgid "Placeholder color of the input field errors"
|
825 |
msgstr ""
|
826 |
|
827 |
-
#: contact_form.php:
|
828 |
msgid "Input fields"
|
829 |
msgstr ""
|
830 |
|
831 |
-
#: contact_form.php:
|
832 |
msgid "Input fields background color"
|
833 |
msgstr ""
|
834 |
|
835 |
-
#: contact_form.php:
|
836 |
msgid "Text fields color"
|
837 |
msgstr ""
|
838 |
|
839 |
-
#: contact_form.php:
|
840 |
msgid "Border width in px, numbers only"
|
841 |
msgstr ""
|
842 |
|
843 |
-
#: contact_form.php:
|
844 |
-
#: contact_form.php:
|
845 |
msgid "Border color"
|
846 |
msgstr ""
|
847 |
|
848 |
-
#: contact_form.php:
|
849 |
#, fuzzy
|
850 |
msgid "Submit button"
|
851 |
msgstr "Lähetä"
|
852 |
|
853 |
-
#: contact_form.php:
|
854 |
msgid "Width in px, numbers only"
|
855 |
msgstr ""
|
856 |
|
857 |
-
#: contact_form.php:
|
858 |
msgid "Button color"
|
859 |
msgstr ""
|
860 |
|
861 |
-
#: contact_form.php:
|
862 |
msgid "Button text color"
|
863 |
msgstr ""
|
864 |
|
865 |
-
#: contact_form.php:
|
866 |
#, fuzzy
|
867 |
msgid "Contact Form Pro | Preview"
|
868 |
msgstr "Yhteydenottolomake"
|
869 |
|
870 |
-
#: contact_form.php:
|
871 |
msgid "Show with errors"
|
872 |
msgstr ""
|
873 |
|
874 |
-
#: contact_form.php:
|
875 |
-
#: contact_form.php:
|
876 |
msgid "Please enter your full name..."
|
877 |
msgstr ""
|
878 |
|
879 |
-
#: contact_form.php:
|
880 |
-
#: contact_form.php:
|
881 |
msgid "Please enter your address..."
|
882 |
msgstr ""
|
883 |
|
884 |
-
#: contact_form.php:
|
885 |
-
#: contact_form.php:
|
886 |
#, fuzzy
|
887 |
msgid "Please enter your email address..."
|
888 |
msgstr "Käytä tätä sähköpostiosoitetta:"
|
889 |
|
890 |
-
#: contact_form.php:
|
891 |
-
#: contact_form.php:
|
892 |
msgid "Please enter your phone number..."
|
893 |
msgstr ""
|
894 |
|
895 |
-
#: contact_form.php:
|
896 |
-
#: contact_form.php:
|
897 |
msgid "Please enter subject..."
|
898 |
msgstr ""
|
899 |
|
900 |
-
#: contact_form.php:
|
901 |
-
#: contact_form.php:
|
902 |
msgid "Please enter your message..."
|
903 |
msgstr ""
|
904 |
|
905 |
-
#: contact_form.php:
|
906 |
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
907 |
msgstr ""
|
908 |
|
909 |
-
#: contact_form.php:
|
910 |
msgid "Please, go to"
|
911 |
msgstr ""
|
912 |
|
913 |
-
#: contact_form.php:
|
914 |
#, fuzzy
|
915 |
msgid "the setting page"
|
916 |
msgstr "Asetukset"
|
917 |
|
918 |
-
#: contact_form.php:
|
919 |
msgid "You will be redirected automatically in 5 seconds."
|
920 |
msgstr ""
|
921 |
|
922 |
-
#: contact_form.php:
|
923 |
msgid "You can download and activate"
|
924 |
msgstr ""
|
925 |
|
926 |
-
#: contact_form.php:
|
927 |
msgid "version of this plugin by entering Your license key."
|
928 |
msgstr ""
|
929 |
|
930 |
-
#: contact_form.php:
|
931 |
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
932 |
msgstr ""
|
933 |
|
934 |
-
#: contact_form.php:
|
935 |
msgid "(your username is the email you specify when purchasing the product)."
|
936 |
msgstr ""
|
937 |
|
938 |
-
#: contact_form.php:1379
|
939 |
#: contact_form.php:1389
|
|
|
940 |
msgid "Go!"
|
941 |
msgstr ""
|
942 |
|
943 |
-
#: contact_form.php:
|
944 |
msgid "Sorry, email message could not be delivered."
|
945 |
msgstr "Anteeksi, sähköpostiviestiä ei voitu lähettää."
|
946 |
|
947 |
-
#: contact_form.php:
|
948 |
msgid "Contact from"
|
949 |
msgstr "Yhteydenottolomake"
|
950 |
|
951 |
-
#: contact_form.php:
|
952 |
-
#: contact_form.php:
|
953 |
msgid "Email"
|
954 |
msgstr "Sähköposti"
|
955 |
|
956 |
-
#: contact_form.php:
|
957 |
-
#: contact_form.php:
|
958 |
msgid "Phone"
|
959 |
msgstr "Puhelinnumero"
|
960 |
|
961 |
-
#: contact_form.php:
|
962 |
-
#: contact_form.php:
|
963 |
msgid "Site"
|
964 |
msgstr "Sivu"
|
965 |
|
966 |
-
#: contact_form.php:
|
967 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
968 |
msgstr "Jos näet tämän MIME:n, sen tyyppi ei ole tuettu sähköpostiohjelmassasi."
|
969 |
|
970 |
-
#: contact_form.php:
|
971 |
msgid "FAQ"
|
972 |
msgstr "FAQ"
|
973 |
|
974 |
-
#: contact_form.php:
|
975 |
msgid "Support"
|
976 |
msgstr "Tuki"
|
977 |
|
978 |
-
#: contact_form.php:
|
979 |
msgid "Are you sure that you want to delete this language data?"
|
980 |
msgstr "Oletko varma että haluat poistaa kielitiedot?"
|
981 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
982 |
#, fuzzy
|
983 |
#~ msgid "Contact Form Pro Extra Settings"
|
984 |
#~ msgstr "Yhteydenottolomakeasetukset"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-02-20 14:04+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-02-20 14:04+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Martin Tonek, Joakim Lindskog, Maarten van den Driest <joakim@limewoodmedia.com, maarten@vandendriest.com>\n"
|
9 |
"Language: ru_RU\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: contact_form.php:33
|
20 |
+
#: contact_form.php:660
|
21 |
#, fuzzy
|
22 |
msgid "Contact Form Settings"
|
23 |
msgstr "Yhteydenottolomakeasetukset"
|
27 |
msgstr "Yhteydenottolomake"
|
28 |
|
29 |
#: contact_form.php:80
|
30 |
+
#: contact_form.php:978
|
31 |
+
#: contact_form.php:1008
|
32 |
msgid "Name:"
|
33 |
msgstr "Nimi:"
|
34 |
|
35 |
#: contact_form.php:81
|
36 |
+
#: contact_form.php:979
|
37 |
+
#: contact_form.php:1009
|
38 |
#, fuzzy
|
39 |
msgid "Address:"
|
40 |
msgstr "Sähköposti:"
|
41 |
|
42 |
#: contact_form.php:82
|
43 |
+
#: contact_form.php:980
|
44 |
+
#: contact_form.php:1010
|
45 |
msgid "Email Address:"
|
46 |
msgstr "Sähköposti:"
|
47 |
|
48 |
#: contact_form.php:83
|
49 |
+
#: contact_form.php:981
|
50 |
+
#: contact_form.php:1011
|
51 |
msgid "Phone number:"
|
52 |
msgstr "Puhelinnumero:"
|
53 |
|
54 |
#: contact_form.php:84
|
55 |
+
#: contact_form.php:982
|
56 |
+
#: contact_form.php:1012
|
57 |
msgid "Subject:"
|
58 |
msgstr "Aihe:"
|
59 |
|
60 |
#: contact_form.php:85
|
61 |
+
#: contact_form.php:983
|
62 |
+
#: contact_form.php:1013
|
63 |
msgid "Message:"
|
64 |
msgstr "Viesti:"
|
65 |
|
66 |
#: contact_form.php:86
|
67 |
+
#: contact_form.php:984
|
68 |
+
#: contact_form.php:1014
|
69 |
msgid "Attachment:"
|
70 |
msgstr "Liite:"
|
71 |
|
74 |
msgstr ""
|
75 |
|
76 |
#: contact_form.php:88
|
77 |
+
#: contact_form.php:986
|
78 |
+
#: contact_form.php:1016
|
79 |
msgid "Send me a copy"
|
80 |
msgstr "Lähetä minulle kopio"
|
81 |
|
82 |
#: contact_form.php:89
|
83 |
+
#: contact_form.php:987
|
84 |
+
#: contact_form.php:1017
|
85 |
msgid "Submit"
|
86 |
msgstr "Lähetä"
|
87 |
|
138 |
msgid "Thank you for contacting us."
|
139 |
msgstr "Kiitos yhteydenotostanne."
|
140 |
|
141 |
+
#: contact_form.php:203
|
142 |
#, fuzzy
|
143 |
msgid "requires"
|
144 |
msgstr "Vaaditut kentät"
|
145 |
|
146 |
+
#: contact_form.php:203
|
147 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: contact_form.php:203
|
151 |
msgid "Back to the WordPress"
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: contact_form.php:203
|
155 |
#, fuzzy
|
156 |
msgid "Plugins page"
|
157 |
msgstr "Плагины BWS"
|
158 |
|
159 |
+
#: contact_form.php:494
|
160 |
msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
|
161 |
msgstr "Jos 'Ohjaa sivulle' vaihtoehto on valittu, URL-kentän tulisi olla seuraavaa muotoa"
|
162 |
|
163 |
+
#: contact_form.php:503
|
164 |
msgid "Such user does not exist. Settings are not saved."
|
165 |
msgstr "Käyttäjää ei ole olemassa. Asetuksia ei tallennettu."
|
166 |
|
167 |
+
#: contact_form.php:507
|
168 |
+
#: contact_form.php:513
|
169 |
msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
|
170 |
msgstr "Anna toimiva sähköpostiosoite 'Lähettäjä' kenttään. Asetuksia ei tallennettu."
|
171 |
|
172 |
+
#: contact_form.php:518
|
173 |
#, fuzzy
|
174 |
msgid "Settings saved."
|
175 |
msgstr "Asetukset tallennettu."
|
176 |
|
177 |
+
#: contact_form.php:554
|
178 |
+
#: contact_form.php:593
|
179 |
msgid "Wrong license key"
|
180 |
msgstr ""
|
181 |
|
182 |
+
#: contact_form.php:586
|
183 |
msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: contact_form.php:595
|
187 |
msgid "This license key is bind to another site"
|
188 |
msgstr ""
|
189 |
|
190 |
+
#: contact_form.php:597
|
191 |
+
#: contact_form.php:1392
|
192 |
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: contact_form.php:615
|
196 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
197 |
msgstr ""
|
198 |
|
199 |
+
#: contact_form.php:621
|
200 |
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: contact_form.php:625
|
204 |
+
#: contact_form.php:634
|
205 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: contact_form.php:638
|
209 |
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
|
210 |
msgstr ""
|
211 |
|
212 |
+
#: contact_form.php:653
|
213 |
#, fuzzy
|
214 |
msgid "Please, enter Your license key"
|
215 |
msgstr "Käytä tätä sähköpostiosoitetta:"
|
216 |
|
217 |
+
#: contact_form.php:662
|
218 |
msgid "Notice:"
|
219 |
msgstr ""
|
220 |
|
221 |
+
#: contact_form.php:662
|
222 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: contact_form.php:665
|
226 |
+
#: contact_form.php:1997
|
227 |
+
#: contact_form.php:2008
|
228 |
msgid "Settings"
|
229 |
msgstr "Asetukset"
|
230 |
|
231 |
+
#: contact_form.php:666
|
232 |
#, fuzzy
|
233 |
msgid "Extra settings"
|
234 |
msgstr "Asetukset"
|
235 |
|
236 |
+
#: contact_form.php:667
|
237 |
msgid "Go PRO"
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: contact_form.php:673
|
241 |
+
#: contact_form.php:1351
|
242 |
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:"
|
243 |
msgstr "Jos haluat lisätä yhteydenottolomakkeen sivullesi, kopioi ja liitä tämä shortcode artikkeliin, sivulle tai vimpaimeen."
|
244 |
|
|
|
245 |
#: contact_form.php:673
|
246 |
+
#: contact_form.php:674
|
247 |
+
#: contact_form.php:1001
|
248 |
+
#: contact_form.php:1050
|
249 |
msgid "or"
|
250 |
msgstr ""
|
251 |
|
252 |
+
#: contact_form.php:674
|
253 |
msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: contact_form.php:675
|
257 |
msgid "They work the same way."
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: contact_form.php:676
|
261 |
msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
|
262 |
msgstr "Jos jätät kentät tyhjäksi, viestit lähetetään rekisteröinnin yhteydessä määriteltyyn sähköpostiin."
|
263 |
|
264 |
+
#: contact_form.php:680
|
265 |
msgid "The user's email address:"
|
266 |
msgstr "Käyttäjän sähköpostiosoite:"
|
267 |
|
268 |
+
#: contact_form.php:684
|
269 |
msgid "Create a username"
|
270 |
msgstr "Luo käyttäjänimi."
|
271 |
|
272 |
+
#: contact_form.php:689
|
273 |
msgid "Enter a username of the person who should get the messages from the contact form."
|
274 |
msgstr "Syötä käyttäjänimi, jolle viestit lähetetään lomakkeesta."
|
275 |
|
276 |
+
#: contact_form.php:693
|
277 |
msgid "Use this email address:"
|
278 |
msgstr "Käytä tätä sähköpostiosoitetta:"
|
279 |
|
280 |
+
#: contact_form.php:696
|
281 |
msgid "Enter the email address you want the messages forwarded to."
|
282 |
msgstr "Sähköpostiosoite, johon viestit ohjataan."
|
283 |
|
284 |
+
#: contact_form.php:702
|
285 |
msgid "Add department selectbox to the contact form:"
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: contact_form.php:710
|
289 |
+
#: contact_form.php:1246
|
290 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
291 |
msgstr ""
|
292 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
293 |
#: contact_form.php:715
|
294 |
#: contact_form.php:852
|
295 |
#: contact_form.php:923
|
296 |
+
#: contact_form.php:1096
|
297 |
+
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
298 |
+
msgstr ""
|
299 |
+
|
300 |
+
#: contact_form.php:716
|
301 |
+
#: contact_form.php:853
|
302 |
+
#: contact_form.php:924
|
303 |
+
#: contact_form.php:1097
|
304 |
#, fuzzy
|
305 |
msgid "Contact Form Pro"
|
306 |
msgstr "Yhteydenottolomake"
|
307 |
|
308 |
+
#: contact_form.php:722
|
309 |
msgid "Save emails to the database"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: contact_form.php:732
|
313 |
msgid "Using"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: contact_form.php:732
|
317 |
+
#: contact_form.php:901
|
318 |
+
#: contact_form.php:904
|
319 |
+
#: contact_form.php:908
|
320 |
msgid "powered by"
|
321 |
msgstr ""
|
322 |
|
323 |
+
#: contact_form.php:735
|
324 |
+
#: contact_form.php:739
|
325 |
msgid "Using Contact Form to DB powered by"
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: contact_form.php:735
|
329 |
#, fuzzy
|
330 |
msgid "Activate Contact Form to DB"
|
331 |
msgstr "Yhteydenottolomake"
|
332 |
|
333 |
+
#: contact_form.php:739
|
334 |
#, fuzzy
|
335 |
msgid "Download Contact Form to DB"
|
336 |
msgstr "Yhteydenottolomake"
|
337 |
|
338 |
+
#: contact_form.php:744
|
339 |
msgid "Additional options"
|
340 |
msgstr "Lisäasetukset"
|
341 |
|
342 |
+
#: contact_form.php:746
|
343 |
msgid "Show"
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: contact_form.php:747
|
347 |
msgid "Hide"
|
348 |
msgstr ""
|
349 |
|
350 |
+
#: contact_form.php:751
|
351 |
msgid "What to use?"
|
352 |
msgstr "Mitä käyttää?"
|
353 |
|
354 |
+
#: contact_form.php:754
|
355 |
msgid "Wp-mail"
|
356 |
msgstr "Wp-sähköposti"
|
357 |
|
358 |
+
#: contact_form.php:754
|
359 |
msgid "You can use the wp_mail function for mailing"
|
360 |
msgstr "Voit käyttää wp_mail funktiota sähköpostin lähettämiseen"
|
361 |
|
362 |
+
#: contact_form.php:756
|
363 |
msgid "Mail"
|
364 |
msgstr "Sähköposti"
|
365 |
|
366 |
+
#: contact_form.php:756
|
367 |
msgid "To send mail you can use the php mail function"
|
368 |
msgstr "Voit käyttää php sähköpostifunktiota lähettääksesi sähköpostia"
|
369 |
|
370 |
+
#: contact_form.php:760
|
371 |
#, fuzzy
|
372 |
msgid "The text in the 'From' field"
|
373 |
msgstr "Vaihda teksti 'Lähettäjä'- kentästä"
|
374 |
|
375 |
+
#: contact_form.php:762
|
376 |
msgid "User name"
|
377 |
msgstr ""
|
378 |
|
379 |
+
#: contact_form.php:763
|
380 |
#, fuzzy
|
381 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
382 |
msgstr "Lomakkeen täyttäjän sähköpostiosoitetta käytetään 'Lähettäjä'- kentässä."
|
383 |
|
384 |
+
#: contact_form.php:766
|
385 |
#, fuzzy
|
386 |
msgid "This text will be used in the 'FROM' field"
|
387 |
msgstr "Tätä sähöpostiosoitetta käytetään 'Lähettäjä'- kentässä."
|
388 |
|
389 |
+
#: contact_form.php:770
|
390 |
#, fuzzy
|
391 |
msgid "The email address in the 'From' field"
|
392 |
msgstr "Syötä sähköpostiosoite 'Lähettäjä'- kenttään"
|
393 |
|
394 |
+
#: contact_form.php:772
|
395 |
msgid "User email"
|
396 |
msgstr ""
|
397 |
|
398 |
+
#: contact_form.php:773
|
399 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
400 |
msgstr "Lomakkeen täyttäjän sähköpostiosoitetta käytetään 'Lähettäjä'- kentässä."
|
401 |
|
402 |
+
#: contact_form.php:776
|
403 |
msgid "This email address will be used in the 'From' field."
|
404 |
msgstr "Tätä sähöpostiosoitetta käytetään 'Lähettäjä'- kentässä."
|
405 |
|
406 |
+
#: contact_form.php:780
|
407 |
#, fuzzy
|
408 |
msgid "Required symbol"
|
409 |
msgstr "Vaaditut kentät"
|
410 |
|
411 |
+
#: contact_form.php:790
|
412 |
msgid "Fields"
|
413 |
msgstr ""
|
414 |
|
415 |
+
#: contact_form.php:791
|
416 |
msgid "Used"
|
417 |
msgstr ""
|
418 |
|
419 |
+
#: contact_form.php:792
|
420 |
#, fuzzy
|
421 |
msgid "Required"
|
422 |
msgstr "Vaaditut kentät"
|
423 |
|
424 |
+
#: contact_form.php:793
|
425 |
msgid "Visible"
|
426 |
msgstr ""
|
427 |
|
428 |
+
#: contact_form.php:794
|
429 |
msgid "Disabled for editing"
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: contact_form.php:795
|
433 |
msgid "Field's default value"
|
434 |
msgstr ""
|
435 |
|
436 |
+
#: contact_form.php:800
|
437 |
+
#: contact_form.php:1121
|
438 |
+
#: contact_form.php:1841
|
439 |
+
#: contact_form.php:1871
|
440 |
msgid "Name"
|
441 |
msgstr "Nimi"
|
442 |
|
443 |
+
#: contact_form.php:808
|
444 |
+
#: contact_form.php:1126
|
445 |
+
#: contact_form.php:1845
|
446 |
+
#: contact_form.php:1873
|
447 |
#, fuzzy
|
448 |
msgid "Address"
|
449 |
msgstr "Sähköposti"
|
450 |
|
451 |
+
#: contact_form.php:816
|
452 |
msgid "Email Address"
|
453 |
msgstr "Sähköposti"
|
454 |
|
455 |
+
#: contact_form.php:824
|
456 |
#, fuzzy
|
457 |
msgid "Phone number"
|
458 |
msgstr "Puhelinnumero:"
|
459 |
|
460 |
+
#: contact_form.php:832
|
461 |
+
#: contact_form.php:1141
|
462 |
+
#: contact_form.php:1855
|
463 |
+
#: contact_form.php:1877
|
464 |
msgid "Subject"
|
465 |
msgstr "Aihe"
|
466 |
|
467 |
+
#: contact_form.php:840
|
468 |
+
#: contact_form.php:1145
|
469 |
+
#: contact_form.php:1858
|
470 |
+
#: contact_form.php:1878
|
471 |
msgid "Message"
|
472 |
msgstr "Viesti"
|
473 |
|
474 |
+
#: contact_form.php:858
|
475 |
#, fuzzy
|
476 |
msgid "Attachment block"
|
477 |
msgstr "Näytä liitelaatikko."
|
478 |
|
479 |
+
#: contact_form.php:860
|
480 |
msgid "Users can attach the following file formats"
|
481 |
msgstr "Käyttäjä voi lisätä seuraavia tiedostotyyppejä"
|
482 |
|
483 |
+
#: contact_form.php:874
|
484 |
msgid "Add to the form"
|
485 |
msgstr ""
|
486 |
|
487 |
+
#: contact_form.php:879
|
488 |
#, fuzzy
|
489 |
msgid "Tips below the Attachment"
|
490 |
msgstr "Näytä liitelaatikon allaolevat vinkit."
|
491 |
|
492 |
+
#: contact_form.php:888
|
493 |
#, fuzzy
|
494 |
msgid "'Send me a copy' block"
|
495 |
msgstr "Näytä Lähetä minulle kopio- laatikko"
|
496 |
|
497 |
+
#: contact_form.php:901
|
498 |
+
#: contact_form.php:904
|
499 |
+
#: contact_form.php:908
|
500 |
+
#: contact_form.php:1155
|
501 |
msgid "Captcha"
|
502 |
msgstr ""
|
503 |
|
504 |
+
#: contact_form.php:904
|
505 |
#, fuzzy
|
506 |
msgid "Activate captcha"
|
507 |
msgstr "Aktivoidut lisäosat"
|
508 |
|
509 |
+
#: contact_form.php:908
|
510 |
#, fuzzy
|
511 |
msgid "Download captcha"
|
512 |
msgstr "Lataa"
|
513 |
|
514 |
+
#: contact_form.php:916
|
515 |
msgid "Agreement checkbox"
|
516 |
msgstr ""
|
517 |
|
518 |
+
#: contact_form.php:916
|
519 |
msgid "Required checkbox for submitting the form"
|
520 |
msgstr ""
|
521 |
|
522 |
+
#: contact_form.php:917
|
523 |
msgid "Optional checkbox"
|
524 |
msgstr ""
|
525 |
|
526 |
+
#: contact_form.php:917
|
527 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
528 |
msgstr ""
|
529 |
|
530 |
+
#: contact_form.php:928
|
531 |
msgid "Delete an attachment file from the server after the email is sent"
|
532 |
msgstr ""
|
533 |
|
534 |
+
#: contact_form.php:934
|
535 |
msgid "Email in HTML format sending"
|
536 |
msgstr ""
|
537 |
|
538 |
+
#: contact_form.php:938
|
539 |
msgid "Display additional info in the email"
|
540 |
msgstr "Näytä lisätietoa sähköpostissa"
|
541 |
|
542 |
+
#: contact_form.php:943
|
543 |
+
#: contact_form.php:1808
|
544 |
+
#: contact_form.php:1810
|
545 |
msgid "Sent from (ip address)"
|
546 |
msgstr "Lähetetty osoitteesta (ip-osoite)"
|
547 |
|
548 |
+
#: contact_form.php:943
|
549 |
#, fuzzy
|
550 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
551 |
msgstr "Lähetetty osoitteesta (ip-osoite)"
|
552 |
|
553 |
+
#: contact_form.php:944
|
554 |
+
#: contact_form.php:1814
|
555 |
+
#: contact_form.php:1816
|
556 |
msgid "Date/Time"
|
557 |
msgstr "Päivä/Aika"
|
558 |
|
559 |
+
#: contact_form.php:944
|
560 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
561 |
msgstr ""
|
562 |
|
563 |
+
#: contact_form.php:945
|
564 |
+
#: contact_form.php:1820
|
565 |
+
#: contact_form.php:1822
|
566 |
msgid "Sent from (referer)"
|
567 |
msgstr "Lähetetty (referer)"
|
568 |
|
569 |
+
#: contact_form.php:945
|
570 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
571 |
msgstr ""
|
572 |
|
573 |
+
#: contact_form.php:946
|
574 |
+
#: contact_form.php:1826
|
575 |
+
#: contact_form.php:1828
|
576 |
msgid "Using (user agent)"
|
577 |
msgstr "Käytetään (user agent)"
|
578 |
|
579 |
+
#: contact_form.php:946
|
580 |
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"
|
581 |
msgstr ""
|
582 |
|
583 |
+
#: contact_form.php:950
|
584 |
msgid "Language settings for the field names in the form"
|
585 |
msgstr "Kieliasetukset kenttien nimille lomakkeessa"
|
586 |
|
587 |
+
#: contact_form.php:959
|
588 |
msgid "Add a language"
|
589 |
msgstr "Lisää kieli"
|
590 |
|
591 |
+
#: contact_form.php:963
|
592 |
msgid "Change the names of the contact form fields and error messages"
|
593 |
msgstr ""
|
594 |
|
595 |
+
#: contact_form.php:968
|
596 |
+
#: contact_form.php:1041
|
597 |
msgid "English"
|
598 |
msgstr "Englanti"
|
599 |
|
600 |
+
#: contact_form.php:976
|
601 |
+
#: contact_form.php:1006
|
602 |
msgid "click to expand/hide the list"
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: contact_form.php:985
|
606 |
+
#: contact_form.php:1015
|
607 |
#, fuzzy
|
608 |
msgid "Tips below the Attachment block"
|
609 |
msgstr "Näytä liitelaatikon allaolevat vinkit."
|
610 |
|
611 |
+
#: contact_form.php:988
|
612 |
+
#: contact_form.php:1018
|
613 |
msgid "Error message for the Name field"
|
614 |
msgstr "Virheilmoitus nimikentälle"
|
615 |
|
616 |
+
#: contact_form.php:989
|
617 |
+
#: contact_form.php:1019
|
618 |
#, fuzzy
|
619 |
msgid "Error message for the Address field"
|
620 |
msgstr "Virheilmoitus viestikentälle"
|
621 |
|
|
|
|
|
|
|
|
|
|
|
622 |
#: contact_form.php:990
|
623 |
#: contact_form.php:1020
|
624 |
+
msgid "Error message for the Email field"
|
625 |
+
msgstr "Virheilmoitus sähköpostikentälle"
|
626 |
|
627 |
#: contact_form.php:991
|
628 |
#: contact_form.php:1021
|
629 |
+
msgid "Error message for the Phone field"
|
630 |
+
msgstr "Virheilmoitus puhelinnumerokentälle"
|
631 |
|
632 |
#: contact_form.php:992
|
633 |
#: contact_form.php:1022
|
634 |
+
msgid "Error message for the Subject field"
|
635 |
+
msgstr "Virheilmoitus aihekentälle"
|
636 |
|
637 |
#: contact_form.php:993
|
638 |
#: contact_form.php:1023
|
639 |
+
msgid "Error message for the Message field"
|
640 |
+
msgstr "Virheilmoitus viestikentälle"
|
|
|
641 |
|
642 |
#: contact_form.php:994
|
643 |
#: contact_form.php:1024
|
644 |
#, fuzzy
|
645 |
+
msgid "Error message about the file type for the Attachment field"
|
646 |
msgstr "Virheilmoitus liitekentälle"
|
647 |
|
648 |
#: contact_form.php:995
|
649 |
#: contact_form.php:1025
|
650 |
#, fuzzy
|
651 |
+
msgid "Error message while uploading a file for the Attachment field to the server"
|
652 |
msgstr "Virheilmoitus liitekentälle"
|
653 |
|
654 |
#: contact_form.php:996
|
655 |
#: contact_form.php:1026
|
656 |
#, fuzzy
|
657 |
+
msgid "Error message while moving the file for the Attachment field"
|
658 |
msgstr "Virheilmoitus liitekentälle"
|
659 |
|
660 |
#: contact_form.php:997
|
661 |
#: contact_form.php:1027
|
662 |
+
#, fuzzy
|
663 |
+
msgid "Error message when file size limit for the Attachment field is exceeded"
|
664 |
+
msgstr "Virheilmoitus liitekentälle"
|
665 |
|
666 |
#: contact_form.php:998
|
667 |
#: contact_form.php:1028
|
668 |
+
msgid "Error message for the Captcha field"
|
669 |
+
msgstr "Virheilmoitus CAPTCHA:lle"
|
670 |
+
|
671 |
+
#: contact_form.php:999
|
672 |
+
#: contact_form.php:1029
|
673 |
msgid "Error message for the whole form"
|
674 |
msgstr "Virheilmoitus koko lomakkeelle"
|
675 |
|
676 |
+
#: contact_form.php:1001
|
677 |
+
#: contact_form.php:1031
|
678 |
+
#: contact_form.php:1050
|
679 |
+
#: contact_form.php:1056
|
680 |
msgid "Use shortcode"
|
681 |
msgstr "Käytä shortcodea"
|
682 |
|
683 |
+
#: contact_form.php:1001
|
684 |
+
#: contact_form.php:1031
|
685 |
+
#: contact_form.php:1050
|
686 |
+
#: contact_form.php:1056
|
687 |
msgid "for this language"
|
688 |
msgstr "tälle kielelle"
|
689 |
|
690 |
+
#: contact_form.php:1038
|
691 |
msgid "Action after email is sent"
|
692 |
msgstr "Toiminta sähköpostin lähetyksen jälkeen"
|
693 |
|
694 |
+
#: contact_form.php:1040
|
695 |
msgid "Display text"
|
696 |
msgstr "Näytä teksti"
|
697 |
|
698 |
+
#: contact_form.php:1049
|
699 |
+
#: contact_form.php:1055
|
700 |
msgid "Text"
|
701 |
msgstr "Teksti"
|
702 |
|
703 |
+
#: contact_form.php:1062
|
704 |
msgid "Redirect to the page"
|
705 |
msgstr "Ohjaa sivulle"
|
706 |
|
707 |
+
#: contact_form.php:1063
|
708 |
msgid "Url"
|
709 |
msgstr "Url"
|
710 |
|
711 |
#: contact_form.php:1067
|
712 |
+
msgid "The $_SERVER variable that is used to build a URL of the form"
|
713 |
+
msgstr ""
|
714 |
+
|
715 |
+
#: contact_form.php:1071
|
716 |
+
msgid "If you are not sure whether to change this setting or not, please do not do that."
|
717 |
+
msgstr ""
|
718 |
+
|
719 |
+
#: contact_form.php:1077
|
720 |
+
#: contact_form.php:1252
|
721 |
msgid "Save Changes"
|
722 |
msgstr "Tallenna muutokset"
|
723 |
|
724 |
+
#: contact_form.php:1082
|
725 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
726 |
msgstr ""
|
727 |
|
728 |
+
#: contact_form.php:1083
|
729 |
#, fuzzy
|
730 |
msgid "Rate the plugin"
|
731 |
msgstr "Suositellut lisäosat"
|
732 |
|
733 |
+
#: contact_form.php:1086
|
734 |
#, fuzzy
|
735 |
msgid "If there is something wrong about it, please contact us"
|
736 |
msgstr "Jos sinulla on kysyttävää, ota yhteyttä osoitteeseen plugin@bestwebsoft.com tai täytä yhteydenottolomake sivuillamme."
|
737 |
|
738 |
+
#: contact_form.php:1101
|
739 |
msgid "Errors output"
|
740 |
msgstr ""
|
741 |
|
742 |
+
#: contact_form.php:1104
|
743 |
msgid "Display error messages"
|
744 |
msgstr ""
|
745 |
|
746 |
+
#: contact_form.php:1105
|
747 |
msgid "Color of the input field errors."
|
748 |
msgstr ""
|
749 |
|
750 |
+
#: contact_form.php:1106
|
751 |
#, fuzzy
|
752 |
msgid "Display error messages & color of the input field errors"
|
753 |
msgstr "Virheilmoitus aihekentälle"
|
754 |
|
755 |
+
#: contact_form.php:1111
|
756 |
msgid "Add placeholder to the input blocks"
|
757 |
msgstr ""
|
758 |
|
759 |
+
#: contact_form.php:1117
|
760 |
#, fuzzy
|
761 |
msgid "Add tooltips"
|
762 |
msgstr "Lisäasetukset"
|
763 |
|
764 |
+
#: contact_form.php:1131
|
765 |
#, fuzzy
|
766 |
msgid "Email address"
|
767 |
msgstr "Sähköposti"
|
768 |
|
769 |
+
#: contact_form.php:1136
|
770 |
#, fuzzy
|
771 |
msgid "Phone Number"
|
772 |
msgstr "Puhelinnumero:"
|
773 |
|
774 |
+
#: contact_form.php:1150
|
775 |
#, fuzzy
|
776 |
msgid "Attachment"
|
777 |
msgstr "Liite:"
|
778 |
|
779 |
+
#: contact_form.php:1155
|
780 |
msgid "(powered by bestwebsoft.com)"
|
781 |
msgstr ""
|
782 |
|
783 |
+
#: contact_form.php:1160
|
784 |
#, fuzzy
|
785 |
msgid "Style options"
|
786 |
msgstr "Lisäasetukset"
|
787 |
|
788 |
+
#: contact_form.php:1163
|
789 |
msgid "Text color"
|
790 |
msgstr ""
|
791 |
|
792 |
+
#: contact_form.php:1166
|
|
|
793 |
#: contact_form.php:1171
|
|
|
794 |
#: contact_form.php:1181
|
795 |
#: contact_form.php:1186
|
796 |
+
#: contact_form.php:1191
|
797 |
#: contact_form.php:1196
|
798 |
+
#: contact_form.php:1206
|
799 |
+
#: contact_form.php:1211
|
800 |
+
#: contact_form.php:1217
|
|
|
801 |
#: contact_form.php:1228
|
802 |
+
#: contact_form.php:1233
|
803 |
+
#: contact_form.php:1238
|
804 |
msgid "Default"
|
805 |
msgstr ""
|
806 |
|
807 |
+
#: contact_form.php:1168
|
808 |
msgid "Label text color"
|
809 |
msgstr ""
|
810 |
|
811 |
+
#: contact_form.php:1173
|
812 |
msgid "Placeholder color"
|
813 |
msgstr ""
|
814 |
|
815 |
+
#: contact_form.php:1178
|
816 |
msgid "Errors color"
|
817 |
msgstr ""
|
818 |
|
819 |
+
#: contact_form.php:1183
|
820 |
msgid "Error text color"
|
821 |
msgstr ""
|
822 |
|
823 |
+
#: contact_form.php:1188
|
824 |
msgid "Background color of the input field errors"
|
825 |
msgstr ""
|
826 |
|
827 |
+
#: contact_form.php:1193
|
828 |
msgid "Border color of the input field errors"
|
829 |
msgstr ""
|
830 |
|
831 |
+
#: contact_form.php:1198
|
832 |
msgid "Placeholder color of the input field errors"
|
833 |
msgstr ""
|
834 |
|
835 |
+
#: contact_form.php:1203
|
836 |
msgid "Input fields"
|
837 |
msgstr ""
|
838 |
|
839 |
+
#: contact_form.php:1208
|
840 |
msgid "Input fields background color"
|
841 |
msgstr ""
|
842 |
|
843 |
+
#: contact_form.php:1213
|
844 |
msgid "Text fields color"
|
845 |
msgstr ""
|
846 |
|
847 |
+
#: contact_form.php:1215
|
848 |
msgid "Border width in px, numbers only"
|
849 |
msgstr ""
|
850 |
|
851 |
+
#: contact_form.php:1219
|
852 |
+
#: contact_form.php:1240
|
853 |
msgid "Border color"
|
854 |
msgstr ""
|
855 |
|
856 |
+
#: contact_form.php:1224
|
857 |
#, fuzzy
|
858 |
msgid "Submit button"
|
859 |
msgstr "Lähetä"
|
860 |
|
861 |
+
#: contact_form.php:1226
|
862 |
msgid "Width in px, numbers only"
|
863 |
msgstr ""
|
864 |
|
865 |
+
#: contact_form.php:1230
|
866 |
msgid "Button color"
|
867 |
msgstr ""
|
868 |
|
869 |
+
#: contact_form.php:1235
|
870 |
msgid "Button text color"
|
871 |
msgstr ""
|
872 |
|
873 |
+
#: contact_form.php:1256
|
874 |
#, fuzzy
|
875 |
msgid "Contact Form Pro | Preview"
|
876 |
msgstr "Yhteydenottolomake"
|
877 |
|
878 |
+
#: contact_form.php:1259
|
879 |
msgid "Show with errors"
|
880 |
msgstr ""
|
881 |
|
882 |
+
#: contact_form.php:1267
|
883 |
+
#: contact_form.php:1269
|
884 |
msgid "Please enter your full name..."
|
885 |
msgstr ""
|
886 |
|
887 |
+
#: contact_form.php:1280
|
888 |
+
#: contact_form.php:1282
|
889 |
msgid "Please enter your address..."
|
890 |
msgstr ""
|
891 |
|
892 |
+
#: contact_form.php:1291
|
893 |
+
#: contact_form.php:1293
|
894 |
#, fuzzy
|
895 |
msgid "Please enter your email address..."
|
896 |
msgstr "Käytä tätä sähköpostiosoitetta:"
|
897 |
|
898 |
+
#: contact_form.php:1302
|
899 |
+
#: contact_form.php:1304
|
900 |
msgid "Please enter your phone number..."
|
901 |
msgstr ""
|
902 |
|
903 |
+
#: contact_form.php:1313
|
904 |
+
#: contact_form.php:1315
|
905 |
msgid "Please enter subject..."
|
906 |
msgstr ""
|
907 |
|
908 |
+
#: contact_form.php:1323
|
909 |
+
#: contact_form.php:1325
|
910 |
msgid "Please enter your message..."
|
911 |
msgstr ""
|
912 |
|
913 |
+
#: contact_form.php:1367
|
914 |
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
915 |
msgstr ""
|
916 |
|
917 |
+
#: contact_form.php:1369
|
918 |
msgid "Please, go to"
|
919 |
msgstr ""
|
920 |
|
921 |
+
#: contact_form.php:1369
|
922 |
#, fuzzy
|
923 |
msgid "the setting page"
|
924 |
msgstr "Asetukset"
|
925 |
|
926 |
+
#: contact_form.php:1370
|
927 |
msgid "You will be redirected automatically in 5 seconds."
|
928 |
msgstr ""
|
929 |
|
930 |
+
#: contact_form.php:1375
|
931 |
msgid "You can download and activate"
|
932 |
msgstr ""
|
933 |
|
934 |
+
#: contact_form.php:1377
|
935 |
msgid "version of this plugin by entering Your license key."
|
936 |
msgstr ""
|
937 |
|
938 |
+
#: contact_form.php:1379
|
939 |
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
940 |
msgstr ""
|
941 |
|
942 |
+
#: contact_form.php:1381
|
943 |
msgid "(your username is the email you specify when purchasing the product)."
|
944 |
msgstr ""
|
945 |
|
|
|
946 |
#: contact_form.php:1389
|
947 |
+
#: contact_form.php:1399
|
948 |
msgid "Go!"
|
949 |
msgstr ""
|
950 |
|
951 |
+
#: contact_form.php:1449
|
952 |
msgid "Sorry, email message could not be delivered."
|
953 |
msgstr "Anteeksi, sähköpostiviestiä ei voitu lähettää."
|
954 |
|
955 |
+
#: contact_form.php:1835
|
956 |
msgid "Contact from"
|
957 |
msgstr "Yhteydenottolomake"
|
958 |
|
959 |
+
#: contact_form.php:1848
|
960 |
+
#: contact_form.php:1874
|
961 |
msgid "Email"
|
962 |
msgstr "Sähköposti"
|
963 |
|
964 |
+
#: contact_form.php:1852
|
965 |
+
#: contact_form.php:1876
|
966 |
msgid "Phone"
|
967 |
msgstr "Puhelinnumero"
|
968 |
|
969 |
+
#: contact_form.php:1861
|
970 |
+
#: contact_form.php:1879
|
971 |
msgid "Site"
|
972 |
msgstr "Sivu"
|
973 |
|
974 |
+
#: contact_form.php:1941
|
975 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
976 |
msgstr "Jos näet tämän MIME:n, sen tyyppi ei ole tuettu sähköpostiohjelmassasi."
|
977 |
|
978 |
+
#: contact_form.php:2009
|
979 |
msgid "FAQ"
|
980 |
msgstr "FAQ"
|
981 |
|
982 |
+
#: contact_form.php:2010
|
983 |
msgid "Support"
|
984 |
msgstr "Tuki"
|
985 |
|
986 |
+
#: contact_form.php:2068
|
987 |
msgid "Are you sure that you want to delete this language data?"
|
988 |
msgstr "Oletko varma että haluat poistaa kielitiedot?"
|
989 |
|
990 |
+
#: contact_form.php:2223
|
991 |
+
msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
|
992 |
+
msgstr ""
|
993 |
+
|
994 |
+
#: contact_form.php:2224
|
995 |
+
msgid "Extend standard plugin functionality with new great options."
|
996 |
+
msgstr ""
|
997 |
+
|
998 |
+
#: contact_form.php:2233
|
999 |
+
msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
|
1000 |
+
msgstr ""
|
1001 |
+
|
1002 |
+
#: contact_form.php:2234
|
1003 |
+
msgid "Manage messages that have been sent from your website."
|
1004 |
+
msgstr ""
|
1005 |
+
|
1006 |
#, fuzzy
|
1007 |
#~ msgid "Contact Form Pro Extra Settings"
|
1008 |
#~ msgstr "Yhteydenottolomakeasetukset"
|
languages/contact_form-fr_FR.mo
CHANGED
Binary file
|
languages/contact_form-fr_FR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
-
"PO-Revision-Date: 2014-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
9 |
"Language: fr_FR\n"
|
@@ -20,7 +20,7 @@ msgstr ""
|
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
#: contact_form.php:33
|
23 |
-
#: contact_form.php:
|
24 |
msgid "Contact Form Settings"
|
25 |
msgstr "Options du formulaire de Contact"
|
26 |
|
@@ -29,44 +29,44 @@ msgid "Contact Form"
|
|
29 |
msgstr "Formulaire de contact"
|
30 |
|
31 |
#: contact_form.php:80
|
32 |
-
#: contact_form.php:
|
33 |
-
#: contact_form.php:
|
34 |
msgid "Name:"
|
35 |
msgstr "Nom:"
|
36 |
|
37 |
#: contact_form.php:81
|
38 |
-
#: contact_form.php:
|
39 |
-
#: contact_form.php:
|
40 |
msgid "Address:"
|
41 |
msgstr "Adresse :"
|
42 |
|
43 |
#: contact_form.php:82
|
44 |
-
#: contact_form.php:
|
45 |
-
#: contact_form.php:
|
46 |
msgid "Email Address:"
|
47 |
msgstr "Adresse e-mail:"
|
48 |
|
49 |
#: contact_form.php:83
|
50 |
-
#: contact_form.php:
|
51 |
-
#: contact_form.php:
|
52 |
msgid "Phone number:"
|
53 |
msgstr "Téléphone:"
|
54 |
|
55 |
#: contact_form.php:84
|
56 |
-
#: contact_form.php:
|
57 |
-
#: contact_form.php:
|
58 |
msgid "Subject:"
|
59 |
msgstr "Sujet:"
|
60 |
|
61 |
#: contact_form.php:85
|
62 |
-
#: contact_form.php:
|
63 |
-
#: contact_form.php:
|
64 |
msgid "Message:"
|
65 |
msgstr "Message:"
|
66 |
|
67 |
#: contact_form.php:86
|
68 |
-
#: contact_form.php:
|
69 |
-
#: contact_form.php:
|
70 |
msgid "Attachment:"
|
71 |
msgstr "Pièce jointe:"
|
72 |
|
@@ -75,14 +75,14 @@ msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI,
|
|
75 |
msgstr "Types de fichiers autorisés: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Taille maximum 2MB"
|
76 |
|
77 |
#: contact_form.php:88
|
78 |
-
#: contact_form.php:
|
79 |
-
#: contact_form.php:
|
80 |
msgid "Send me a copy"
|
81 |
msgstr "M'envoyer une copie"
|
82 |
|
83 |
#: contact_form.php:89
|
84 |
-
#: contact_form.php:
|
85 |
-
#: contact_form.php:
|
86 |
msgid "Submit"
|
87 |
msgstr "Envoyer"
|
88 |
|
@@ -138,809 +138,833 @@ msgstr "Merci de faire les corrections suivantes et de réessayer."
|
|
138 |
msgid "Thank you for contacting us."
|
139 |
msgstr "Merci de nous avoir contacté."
|
140 |
|
141 |
-
#: contact_form.php:
|
142 |
msgid "requires"
|
143 |
msgstr "obligatoire"
|
144 |
|
145 |
-
#: contact_form.php:
|
146 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
147 |
msgstr "ou supérieure, c'est pourquoi il a été désactivé! Merci de faire la mise à jour de WordPress puis de ré-essayer."
|
148 |
|
149 |
-
#: contact_form.php:
|
150 |
msgid "Back to the WordPress"
|
151 |
msgstr "Retourner à WordPress"
|
152 |
|
153 |
-
#: contact_form.php:
|
154 |
msgid "Plugins page"
|
155 |
msgstr "Page des extensions"
|
156 |
|
157 |
-
#: contact_form.php:
|
158 |
msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
|
159 |
msgstr "Si l'ioption 'Rediriger vers la page' est positionnée, alors le champ Url doit être rempli avec le format suivant"
|
160 |
|
161 |
-
#: contact_form.php:
|
162 |
msgid "Such user does not exist. Settings are not saved."
|
163 |
msgstr "Cet utilisateur est inconnu. Les modifications ne sont pas enregistrées."
|
164 |
|
165 |
-
#: contact_form.php:
|
166 |
-
#: contact_form.php:
|
167 |
msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
|
168 |
msgstr "Merci de saisir une adresse e-mail valide pour le 'FROM'. Les modifications ne sont pas enregistrées."
|
169 |
|
170 |
-
#: contact_form.php:
|
171 |
msgid "Settings saved."
|
172 |
msgstr "Options enregistrées."
|
173 |
|
174 |
-
#: contact_form.php:
|
175 |
-
#: contact_form.php:
|
176 |
msgid "Wrong license key"
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: contact_form.php:
|
180 |
msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: contact_form.php:
|
184 |
msgid "This license key is bind to another site"
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: contact_form.php:
|
188 |
-
#: contact_form.php:
|
189 |
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: contact_form.php:
|
193 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: contact_form.php:
|
197 |
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: contact_form.php:
|
201 |
-
#: contact_form.php:
|
202 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
203 |
msgstr ""
|
204 |
|
205 |
-
#: contact_form.php:
|
206 |
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
|
207 |
msgstr ""
|
208 |
|
209 |
-
#: contact_form.php:
|
210 |
#, fuzzy
|
211 |
msgid "Please, enter Your license key"
|
212 |
msgstr "Merci de saisir votre message..."
|
213 |
|
214 |
-
#: contact_form.php:
|
215 |
msgid "Notice:"
|
216 |
msgstr "Avertissement :"
|
217 |
|
218 |
-
#: contact_form.php:
|
219 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
220 |
msgstr "Les paramètres de l'extension ont été changés. Afin de pouvoir les enregistrer, merci de cliquer sur le bouton 'Enregistrer les modifications'."
|
221 |
|
222 |
-
#: contact_form.php:
|
223 |
-
#: contact_form.php:
|
224 |
-
#: contact_form.php:
|
225 |
msgid "Settings"
|
226 |
msgstr "Réglages"
|
227 |
|
228 |
-
#: contact_form.php:
|
229 |
msgid "Extra settings"
|
230 |
msgstr "Options supplémentaires"
|
231 |
|
232 |
-
#: contact_form.php:
|
233 |
msgid "Go PRO"
|
234 |
msgstr ""
|
235 |
|
236 |
-
#: contact_form.php:
|
237 |
-
#: contact_form.php:
|
238 |
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:"
|
239 |
msgstr "Si vous souhaiter ajouter un formulaire de contact à votre site web, copiez juste ce code dans un article ou sur une page ou un widget:"
|
240 |
|
241 |
-
#: contact_form.php:672
|
242 |
#: contact_form.php:673
|
243 |
-
#: contact_form.php:
|
244 |
-
#: contact_form.php:
|
|
|
245 |
msgid "or"
|
246 |
msgstr "ou"
|
247 |
|
248 |
-
#: contact_form.php:
|
249 |
msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
|
250 |
msgstr "Si vous avez un soucis avec le code court standard [contact_form], vous pouvez utilisez le code court "
|
251 |
|
252 |
-
#: contact_form.php:
|
253 |
msgid "They work the same way."
|
254 |
msgstr "Ils fonctionnent de la même manière."
|
255 |
|
256 |
-
#: contact_form.php:
|
257 |
msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
|
258 |
msgstr "Si les champs ci-dessous ne sont pas renseignés le message sera envoyé à l'adresse spécifiée lors de l'enregistrement."
|
259 |
|
260 |
-
#: contact_form.php:
|
261 |
msgid "The user's email address:"
|
262 |
msgstr "Utiliser l'e-mail du compte WordPress :"
|
263 |
|
264 |
-
#: contact_form.php:
|
265 |
msgid "Create a username"
|
266 |
msgstr "Choisir un nom d'utilisateur"
|
267 |
|
268 |
-
#: contact_form.php:
|
269 |
msgid "Enter a username of the person who should get the messages from the contact form."
|
270 |
msgstr "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le formulaire de contact."
|
271 |
|
272 |
-
#: contact_form.php:
|
273 |
msgid "Use this email address:"
|
274 |
msgstr "Utiliser cette adresse e-mail:"
|
275 |
|
276 |
-
#: contact_form.php:
|
277 |
msgid "Enter the email address you want the messages forwarded to."
|
278 |
msgstr "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages."
|
279 |
|
280 |
-
#: contact_form.php:
|
281 |
msgid "Add department selectbox to the contact form:"
|
282 |
msgstr "Ajouter la liste déroulante pour le département dans le formulaire de contact :"
|
283 |
|
284 |
-
#: contact_form.php:
|
285 |
-
#: contact_form.php:
|
286 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
287 |
msgstr "Si vous passez à la version Pro, tous ces paramètres seront enregistrés."
|
288 |
|
289 |
-
#: contact_form.php:714
|
290 |
-
#: contact_form.php:851
|
291 |
-
#: contact_form.php:922
|
292 |
-
#: contact_form.php:1086
|
293 |
-
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
294 |
-
msgstr "Cette fonctionalité est disponible dans le version Pro de cette extension. Pour plus de détails, merci de suivre ce lien"
|
295 |
-
|
296 |
#: contact_form.php:715
|
297 |
#: contact_form.php:852
|
298 |
#: contact_form.php:923
|
299 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
300 |
msgid "Contact Form Pro"
|
301 |
msgstr "Formulaire Pro de Contact"
|
302 |
|
303 |
-
#: contact_form.php:
|
304 |
msgid "Save emails to the database"
|
305 |
msgstr "Enregistrer les e-mails dans la base de données"
|
306 |
|
307 |
-
#: contact_form.php:
|
308 |
msgid "Using"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: contact_form.php:
|
312 |
-
#: contact_form.php:
|
313 |
-
#: contact_form.php:
|
314 |
-
#: contact_form.php:
|
315 |
msgid "powered by"
|
316 |
msgstr "fournis par"
|
317 |
|
318 |
-
#: contact_form.php:
|
319 |
-
#: contact_form.php:
|
320 |
msgid "Using Contact Form to DB powered by"
|
321 |
msgstr "Utilisant le formulaire de contact avec base de données fourni par"
|
322 |
|
323 |
-
#: contact_form.php:
|
324 |
msgid "Activate Contact Form to DB"
|
325 |
msgstr "Activer le formulaire de contact avec base de données"
|
326 |
|
327 |
-
#: contact_form.php:
|
328 |
msgid "Download Contact Form to DB"
|
329 |
msgstr "Télécharger le formulaire de contact avec base de données"
|
330 |
|
331 |
-
#: contact_form.php:
|
332 |
msgid "Additional options"
|
333 |
msgstr "Options supplémentaires"
|
334 |
|
335 |
-
#: contact_form.php:
|
336 |
msgid "Show"
|
337 |
msgstr "Montrer"
|
338 |
|
339 |
-
#: contact_form.php:
|
340 |
msgid "Hide"
|
341 |
msgstr "Cacher"
|
342 |
|
343 |
-
#: contact_form.php:
|
344 |
msgid "What to use?"
|
345 |
msgstr "Quelle méthode d'envoie ?"
|
346 |
|
347 |
-
#: contact_form.php:
|
348 |
msgid "Wp-mail"
|
349 |
msgstr "Wp-mail"
|
350 |
|
351 |
-
#: contact_form.php:
|
352 |
msgid "You can use the wp_mail function for mailing"
|
353 |
msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction wp_mail de WordPress "
|
354 |
|
355 |
-
#: contact_form.php:
|
356 |
msgid "Mail"
|
357 |
msgstr "E-mail"
|
358 |
|
359 |
-
#: contact_form.php:
|
360 |
msgid "To send mail you can use the php mail function"
|
361 |
msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction mail de php"
|
362 |
|
363 |
-
#: contact_form.php:
|
364 |
msgid "The text in the 'From' field"
|
365 |
msgstr "Modifier le texte pour le champ 'FROM' du courriel"
|
366 |
|
367 |
-
#: contact_form.php:
|
368 |
msgid "User name"
|
369 |
msgstr "Nom de l'utlisateur"
|
370 |
|
371 |
-
#: contact_form.php:
|
372 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
373 |
msgstr "Dans le champ 'From' du courriel, il sera utilisé l'adresse e-mail de l'utlisateur qui rempli le formulaire."
|
374 |
|
375 |
-
#: contact_form.php:
|
376 |
msgid "This text will be used in the 'FROM' field"
|
377 |
msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
|
378 |
|
379 |
-
#: contact_form.php:
|
380 |
msgid "The email address in the 'From' field"
|
381 |
msgstr "Sélectionner l'adresse e-mail pour le champ 'FROM' du courriel"
|
382 |
|
383 |
-
#: contact_form.php:
|
384 |
msgid "User email"
|
385 |
msgstr "E-mail de l'utlisateur"
|
386 |
|
387 |
-
#: contact_form.php:
|
388 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
389 |
msgstr "Dans le champ 'From' du courriel, il sera utilisé l'adresse e-mail de l'utlisateur qui rempli le formulaire."
|
390 |
|
391 |
-
#: contact_form.php:
|
392 |
msgid "This email address will be used in the 'From' field."
|
393 |
msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
|
394 |
|
395 |
-
#: contact_form.php:
|
396 |
msgid "Required symbol"
|
397 |
msgstr "Symbol obligatoire"
|
398 |
|
399 |
-
#: contact_form.php:
|
400 |
msgid "Fields"
|
401 |
msgstr "Champs"
|
402 |
|
403 |
-
#: contact_form.php:
|
404 |
msgid "Used"
|
405 |
msgstr "Utilisé"
|
406 |
|
407 |
-
#: contact_form.php:
|
408 |
msgid "Required"
|
409 |
msgstr "Obligatoire"
|
410 |
|
411 |
-
#: contact_form.php:
|
412 |
msgid "Visible"
|
413 |
msgstr "Visible"
|
414 |
|
415 |
-
#: contact_form.php:
|
416 |
msgid "Disabled for editing"
|
417 |
msgstr "Non actif pour l'édition"
|
418 |
|
419 |
-
#: contact_form.php:
|
420 |
msgid "Field's default value"
|
421 |
msgstr "Valeur par défaut du champ"
|
422 |
|
423 |
-
#: contact_form.php:
|
424 |
-
#: contact_form.php:
|
425 |
-
#: contact_form.php:
|
426 |
-
#: contact_form.php:
|
427 |
msgid "Name"
|
428 |
msgstr "Nom"
|
429 |
|
430 |
-
#: contact_form.php:
|
431 |
-
#: contact_form.php:
|
432 |
-
#: contact_form.php:
|
433 |
-
#: contact_form.php:
|
434 |
msgid "Address"
|
435 |
msgstr "Adresse"
|
436 |
|
437 |
-
#: contact_form.php:
|
438 |
msgid "Email Address"
|
439 |
msgstr "Adresse e-mail"
|
440 |
|
441 |
-
#: contact_form.php:
|
442 |
msgid "Phone number"
|
443 |
msgstr "Téléphone"
|
444 |
|
445 |
-
#: contact_form.php:
|
446 |
-
#: contact_form.php:
|
447 |
-
#: contact_form.php:
|
448 |
-
#: contact_form.php:
|
449 |
msgid "Subject"
|
450 |
msgstr "Sujet"
|
451 |
|
452 |
-
#: contact_form.php:
|
453 |
-
#: contact_form.php:
|
454 |
-
#: contact_form.php:
|
455 |
-
#: contact_form.php:
|
456 |
msgid "Message"
|
457 |
msgstr "Message"
|
458 |
|
459 |
-
#: contact_form.php:
|
460 |
msgid "Attachment block"
|
461 |
msgstr "Bloc pièce jointe"
|
462 |
|
463 |
-
#: contact_form.php:
|
464 |
msgid "Users can attach the following file formats"
|
465 |
msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
|
466 |
|
467 |
-
#: contact_form.php:
|
468 |
msgid "Add to the form"
|
469 |
msgstr "Ajouter au formulaire"
|
470 |
|
471 |
-
#: contact_form.php:
|
472 |
msgid "Tips below the Attachment"
|
473 |
msgstr "Afficher les explications en-dessous du bloc des pièces jointes"
|
474 |
|
475 |
-
#: contact_form.php:
|
476 |
msgid "'Send me a copy' block"
|
477 |
msgstr "Afficher le bloc \"M'envoyer une copie\""
|
478 |
|
479 |
-
#: contact_form.php:
|
480 |
-
#: contact_form.php:
|
481 |
-
#: contact_form.php:
|
482 |
-
#: contact_form.php:
|
483 |
msgid "Captcha"
|
484 |
msgstr "Captcha"
|
485 |
|
486 |
-
#: contact_form.php:
|
487 |
msgid "Activate captcha"
|
488 |
msgstr "Activé le captcha"
|
489 |
|
490 |
-
#: contact_form.php:
|
491 |
msgid "Download captcha"
|
492 |
msgstr "Télécharger le captcha"
|
493 |
|
494 |
-
#: contact_form.php:
|
495 |
msgid "Agreement checkbox"
|
496 |
msgstr "Case à cocher pour valider le formulaire"
|
497 |
|
498 |
-
#: contact_form.php:
|
499 |
msgid "Required checkbox for submitting the form"
|
500 |
msgstr "Boite à cocher obligatoire pour la validation du formulaire."
|
501 |
|
502 |
-
#: contact_form.php:
|
503 |
msgid "Optional checkbox"
|
504 |
msgstr "Boite à cocher optionnelle"
|
505 |
|
506 |
-
#: contact_form.php:
|
507 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
508 |
msgstr "Boite à cocher optionnelle, le résultat sera affiché dans l'e-mail"
|
509 |
|
510 |
-
#: contact_form.php:
|
511 |
msgid "Delete an attachment file from the server after the email is sent"
|
512 |
msgstr "Supprimer le fichier joint sur le serveur après l'envoie de l'e-mail"
|
513 |
|
514 |
-
#: contact_form.php:
|
515 |
msgid "Email in HTML format sending"
|
516 |
msgstr "E-mail au format HTML"
|
517 |
|
518 |
-
#: contact_form.php:
|
519 |
msgid "Display additional info in the email"
|
520 |
msgstr "Afficher les informations complémentaires dans le courriel"
|
521 |
|
522 |
-
#: contact_form.php:
|
523 |
-
#: contact_form.php:
|
524 |
-
#: contact_form.php:
|
525 |
msgid "Sent from (ip address)"
|
526 |
msgstr "Envoyé de (adresse IP)"
|
527 |
|
528 |
-
#: contact_form.php:
|
529 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
530 |
msgstr "Exemple: Envoyé de (addresse IP):\t127.0.0.1"
|
531 |
|
532 |
-
#: contact_form.php:
|
533 |
-
#: contact_form.php:
|
534 |
-
#: contact_form.php:
|
535 |
msgid "Date/Time"
|
536 |
msgstr "Date/Heure"
|
537 |
|
538 |
-
#: contact_form.php:
|
539 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
540 |
msgstr "Exemple: Date/Heure:\tAoût 19, 2013 8:50pm"
|
541 |
|
542 |
-
#: contact_form.php:
|
543 |
-
#: contact_form.php:
|
544 |
-
#: contact_form.php:
|
545 |
msgid "Sent from (referer)"
|
546 |
msgstr "Envoyer de (référence)"
|
547 |
|
548 |
-
#: contact_form.php:
|
549 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
550 |
msgstr "Exemple: Envoyer de (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
551 |
|
552 |
-
#: contact_form.php:
|
553 |
-
#: contact_form.php:
|
554 |
-
#: contact_form.php:
|
555 |
msgid "Using (user agent)"
|
556 |
msgstr "Depuis (navigateur)"
|
557 |
|
558 |
-
#: contact_form.php:
|
559 |
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"
|
560 |
msgstr "Exemple: En utilisant (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
561 |
|
562 |
-
#: contact_form.php:
|
563 |
msgid "Language settings for the field names in the form"
|
564 |
msgstr "Définition des langues pour les titres des champs"
|
565 |
|
566 |
-
#: contact_form.php:
|
567 |
msgid "Add a language"
|
568 |
msgstr "Ajouter une langue"
|
569 |
|
570 |
-
#: contact_form.php:
|
571 |
msgid "Change the names of the contact form fields and error messages"
|
572 |
msgstr "Modifier le texte pour les champs du formulaire de contact et les messages d'erreur"
|
573 |
|
574 |
-
#: contact_form.php:
|
575 |
-
#: contact_form.php:
|
576 |
msgid "English"
|
577 |
msgstr "Anglais"
|
578 |
|
579 |
-
#: contact_form.php:
|
580 |
-
#: contact_form.php:
|
581 |
msgid "click to expand/hide the list"
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: contact_form.php:
|
585 |
-
#: contact_form.php:
|
586 |
msgid "Tips below the Attachment block"
|
587 |
msgstr "Afficher les explications en-dessous du bloc des pièces jointes"
|
588 |
|
589 |
-
#: contact_form.php:
|
590 |
-
#: contact_form.php:
|
591 |
msgid "Error message for the Name field"
|
592 |
msgstr "Message d'erreur pour le champ nom"
|
593 |
|
594 |
-
#: contact_form.php:
|
595 |
-
#: contact_form.php:
|
596 |
msgid "Error message for the Address field"
|
597 |
msgstr "Message d'erreur pour le champ Adresse"
|
598 |
|
599 |
-
#: contact_form.php:
|
600 |
-
#: contact_form.php:
|
601 |
msgid "Error message for the Email field"
|
602 |
msgstr "Message d'erreur pour le champ e-mail"
|
603 |
|
604 |
-
#: contact_form.php:
|
605 |
-
#: contact_form.php:
|
606 |
msgid "Error message for the Phone field"
|
607 |
msgstr "Message d'erreur pour le champ téléphone"
|
608 |
|
609 |
-
#: contact_form.php:
|
610 |
-
#: contact_form.php:
|
611 |
msgid "Error message for the Subject field"
|
612 |
msgstr "Message d'erreur pour le champ sujet"
|
613 |
|
614 |
-
#: contact_form.php:
|
615 |
-
#: contact_form.php:
|
616 |
msgid "Error message for the Message field"
|
617 |
msgstr "Message d'erreur pour le champ message"
|
618 |
|
619 |
-
#: contact_form.php:
|
620 |
-
#: contact_form.php:
|
621 |
msgid "Error message about the file type for the Attachment field"
|
622 |
msgstr "Message d'erreur pour le champ fichier joint (type du fichier)"
|
623 |
|
624 |
-
#: contact_form.php:
|
625 |
-
#: contact_form.php:
|
626 |
msgid "Error message while uploading a file for the Attachment field to the server"
|
627 |
msgstr "Message d'erreur pour le champ fichier joint (problème d'envoie vers le serveur)"
|
628 |
|
629 |
-
#: contact_form.php:
|
630 |
-
#: contact_form.php:
|
631 |
msgid "Error message while moving the file for the Attachment field"
|
632 |
msgstr "Message d'erreur pour le champ fichier joint (déplacement du fichier)"
|
633 |
|
634 |
-
#: contact_form.php:
|
635 |
-
#: contact_form.php:
|
636 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
637 |
msgstr "Message d'erreur pour le champ fichier joint (taille limite du fichier atteinte)"
|
638 |
|
639 |
-
#: contact_form.php:
|
640 |
-
#: contact_form.php:
|
641 |
msgid "Error message for the Captcha field"
|
642 |
msgstr "Message d'erreur pour le captcha"
|
643 |
|
644 |
-
#: contact_form.php:
|
645 |
-
#: contact_form.php:
|
646 |
msgid "Error message for the whole form"
|
647 |
msgstr "Message d'erreur demandant à compléter les champs manquants"
|
648 |
|
649 |
-
#: contact_form.php:
|
650 |
-
#: contact_form.php:
|
651 |
-
#: contact_form.php:
|
652 |
-
#: contact_form.php:
|
653 |
msgid "Use shortcode"
|
654 |
msgstr "Utiliser le code court"
|
655 |
|
656 |
-
#: contact_form.php:
|
657 |
-
#: contact_form.php:
|
658 |
-
#: contact_form.php:
|
659 |
-
#: contact_form.php:
|
660 |
msgid "for this language"
|
661 |
msgstr "pour cette langue"
|
662 |
|
663 |
-
#: contact_form.php:
|
664 |
msgid "Action after email is sent"
|
665 |
msgstr "Action après l'envoie de l'e-mail"
|
666 |
|
667 |
-
#: contact_form.php:
|
668 |
msgid "Display text"
|
669 |
msgstr "Afficher le texte"
|
670 |
|
671 |
-
#: contact_form.php:
|
672 |
-
#: contact_form.php:
|
673 |
msgid "Text"
|
674 |
msgstr "Texte"
|
675 |
|
676 |
-
#: contact_form.php:
|
677 |
msgid "Redirect to the page"
|
678 |
msgstr "Rediriger vers la page"
|
679 |
|
680 |
-
#: contact_form.php:
|
681 |
msgid "Url"
|
682 |
msgstr "Url"
|
683 |
|
684 |
#: contact_form.php:1067
|
685 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
686 |
msgid "Save Changes"
|
687 |
msgstr "Enregistrer les modifications"
|
688 |
|
689 |
-
#: contact_form.php:
|
690 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
691 |
msgstr "Si notre extension vous satisfait, merci de la notée avec 5 étoiles dans Wordpress"
|
692 |
|
693 |
-
#: contact_form.php:
|
694 |
msgid "Rate the plugin"
|
695 |
msgstr "Noter l'extension"
|
696 |
|
697 |
-
#: contact_form.php:
|
698 |
msgid "If there is something wrong about it, please contact us"
|
699 |
msgstr "Si quelque chose ne fonctionne pas correctement, merci de nous contacter"
|
700 |
|
701 |
-
#: contact_form.php:
|
702 |
msgid "Errors output"
|
703 |
msgstr "Affichage des erreurs"
|
704 |
|
705 |
-
#: contact_form.php:
|
706 |
msgid "Display error messages"
|
707 |
msgstr "Aficher les messages d'erreur"
|
708 |
|
709 |
-
#: contact_form.php:
|
710 |
msgid "Color of the input field errors."
|
711 |
msgstr "Mettre en couleur les champs ayant des erreurs"
|
712 |
|
713 |
-
#: contact_form.php:
|
714 |
msgid "Display error messages & color of the input field errors"
|
715 |
msgstr "Afficher les messages d'erreur et mettre en couleur les champs ayant des erreurs"
|
716 |
|
717 |
-
#: contact_form.php:
|
718 |
msgid "Add placeholder to the input blocks"
|
719 |
msgstr "Ajouter la localisation dans le bloc de saisie"
|
720 |
|
721 |
-
#: contact_form.php:
|
722 |
msgid "Add tooltips"
|
723 |
msgstr "Ajouter les conseils"
|
724 |
|
725 |
-
#: contact_form.php:
|
726 |
msgid "Email address"
|
727 |
msgstr "Adresse e-mail"
|
728 |
|
729 |
-
#: contact_form.php:
|
730 |
msgid "Phone Number"
|
731 |
msgstr "Téléphone"
|
732 |
|
733 |
-
#: contact_form.php:
|
734 |
msgid "Attachment"
|
735 |
msgstr "Pièce jointe"
|
736 |
|
737 |
-
#: contact_form.php:
|
738 |
msgid "(powered by bestwebsoft.com)"
|
739 |
msgstr "(fourni par bestwebsoft.com)"
|
740 |
|
741 |
-
#: contact_form.php:
|
742 |
msgid "Style options"
|
743 |
msgstr "Options de style"
|
744 |
|
745 |
-
#: contact_form.php:
|
746 |
msgid "Text color"
|
747 |
msgstr "Couleur du texte"
|
748 |
|
749 |
-
#: contact_form.php:
|
750 |
-
#: contact_form.php:1161
|
751 |
#: contact_form.php:1171
|
752 |
-
#: contact_form.php:1176
|
753 |
#: contact_form.php:1181
|
754 |
#: contact_form.php:1186
|
|
|
755 |
#: contact_form.php:1196
|
756 |
-
#: contact_form.php:
|
757 |
-
#: contact_form.php:
|
758 |
-
#: contact_form.php:
|
759 |
-
#: contact_form.php:1223
|
760 |
#: contact_form.php:1228
|
|
|
|
|
761 |
msgid "Default"
|
762 |
msgstr "Défaut"
|
763 |
|
764 |
-
#: contact_form.php:
|
765 |
msgid "Label text color"
|
766 |
msgstr "Couleur des textes des intitulés"
|
767 |
|
768 |
-
#: contact_form.php:
|
769 |
msgid "Placeholder color"
|
770 |
msgstr "Couleur pour la localisation"
|
771 |
|
772 |
-
#: contact_form.php:
|
773 |
msgid "Errors color"
|
774 |
msgstr "Couleur pour les erreurs"
|
775 |
|
776 |
-
#: contact_form.php:
|
777 |
msgid "Error text color"
|
778 |
msgstr "Couleur pour le texte des erreurs"
|
779 |
|
780 |
-
#: contact_form.php:
|
781 |
msgid "Background color of the input field errors"
|
782 |
msgstr "Couleur de fond pour les erreurs de saisie dans les champs"
|
783 |
|
784 |
-
#: contact_form.php:
|
785 |
msgid "Border color of the input field errors"
|
786 |
msgstr "Couleur de la bordure pour les erreurs de saisie dans les champs"
|
787 |
|
788 |
-
#: contact_form.php:
|
789 |
msgid "Placeholder color of the input field errors"
|
790 |
msgstr "Couleur pour la localisation lors d'une erreur de saisie du champ"
|
791 |
|
792 |
-
#: contact_form.php:
|
793 |
msgid "Input fields"
|
794 |
msgstr "Champs de saisie"
|
795 |
|
796 |
-
#: contact_form.php:
|
797 |
msgid "Input fields background color"
|
798 |
msgstr "Couleur de fond pour les champs de saisie"
|
799 |
|
800 |
-
#: contact_form.php:
|
801 |
msgid "Text fields color"
|
802 |
msgstr "Couleur pour les textes des champs de saisie"
|
803 |
|
804 |
-
#: contact_form.php:
|
805 |
msgid "Border width in px, numbers only"
|
806 |
msgstr "Largeur des bordures en px, nombre seulement"
|
807 |
|
808 |
-
#: contact_form.php:
|
809 |
-
#: contact_form.php:
|
810 |
msgid "Border color"
|
811 |
msgstr "Couleur des bordures"
|
812 |
|
813 |
-
#: contact_form.php:
|
814 |
msgid "Submit button"
|
815 |
msgstr "Bouton Envoyer"
|
816 |
|
817 |
-
#: contact_form.php:
|
818 |
msgid "Width in px, numbers only"
|
819 |
msgstr "Largeur en px, nombre seulement"
|
820 |
|
821 |
-
#: contact_form.php:
|
822 |
msgid "Button color"
|
823 |
msgstr "Couleur du bouton"
|
824 |
|
825 |
-
#: contact_form.php:
|
826 |
msgid "Button text color"
|
827 |
msgstr "Couleur du texte du bouton"
|
828 |
|
829 |
-
#: contact_form.php:
|
830 |
msgid "Contact Form Pro | Preview"
|
831 |
msgstr "Formulaire Pro de Contact | Prévisualisation"
|
832 |
|
833 |
-
#: contact_form.php:
|
834 |
msgid "Show with errors"
|
835 |
msgstr "Afficher avec les erreurs"
|
836 |
|
837 |
-
#: contact_form.php:
|
838 |
-
#: contact_form.php:
|
839 |
msgid "Please enter your full name..."
|
840 |
msgstr "Merci de saisir votre nom..."
|
841 |
|
842 |
-
#: contact_form.php:
|
843 |
-
#: contact_form.php:
|
844 |
msgid "Please enter your address..."
|
845 |
msgstr "Merci de saisir votre adresse..."
|
846 |
|
847 |
-
#: contact_form.php:
|
848 |
-
#: contact_form.php:
|
849 |
msgid "Please enter your email address..."
|
850 |
msgstr "Merci de saisir votre adresse e-mail..."
|
851 |
|
852 |
-
#: contact_form.php:
|
853 |
-
#: contact_form.php:
|
854 |
msgid "Please enter your phone number..."
|
855 |
msgstr "Merci de saisir votre numéro de téléphone..."
|
856 |
|
857 |
-
#: contact_form.php:
|
858 |
-
#: contact_form.php:
|
859 |
msgid "Please enter subject..."
|
860 |
msgstr "Merci de saisir le sujet..."
|
861 |
|
862 |
-
#: contact_form.php:
|
863 |
-
#: contact_form.php:
|
864 |
msgid "Please enter your message..."
|
865 |
msgstr "Merci de saisir votre message..."
|
866 |
|
867 |
-
#: contact_form.php:
|
868 |
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
869 |
msgstr ""
|
870 |
|
871 |
-
#: contact_form.php:
|
872 |
msgid "Please, go to"
|
873 |
msgstr ""
|
874 |
|
875 |
-
#: contact_form.php:
|
876 |
#, fuzzy
|
877 |
msgid "the setting page"
|
878 |
msgstr "Options supplémentaires"
|
879 |
|
880 |
-
#: contact_form.php:
|
881 |
msgid "You will be redirected automatically in 5 seconds."
|
882 |
msgstr ""
|
883 |
|
884 |
-
#: contact_form.php:
|
885 |
msgid "You can download and activate"
|
886 |
msgstr ""
|
887 |
|
888 |
-
#: contact_form.php:
|
889 |
msgid "version of this plugin by entering Your license key."
|
890 |
msgstr ""
|
891 |
|
892 |
-
#: contact_form.php:
|
893 |
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
894 |
msgstr ""
|
895 |
|
896 |
-
#: contact_form.php:
|
897 |
msgid "(your username is the email you specify when purchasing the product)."
|
898 |
msgstr ""
|
899 |
|
900 |
-
#: contact_form.php:1379
|
901 |
#: contact_form.php:1389
|
|
|
902 |
msgid "Go!"
|
903 |
msgstr ""
|
904 |
|
905 |
-
#: contact_form.php:
|
906 |
msgid "Sorry, email message could not be delivered."
|
907 |
msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
|
908 |
|
909 |
-
#: contact_form.php:
|
910 |
msgid "Contact from"
|
911 |
msgstr "Contact de"
|
912 |
|
913 |
-
#: contact_form.php:
|
914 |
-
#: contact_form.php:
|
915 |
msgid "Email"
|
916 |
msgstr "E-mail"
|
917 |
|
918 |
-
#: contact_form.php:
|
919 |
-
#: contact_form.php:
|
920 |
msgid "Phone"
|
921 |
msgstr "Téléphone"
|
922 |
|
923 |
-
#: contact_form.php:
|
924 |
-
#: contact_form.php:
|
925 |
msgid "Site"
|
926 |
msgstr "Site"
|
927 |
|
928 |
-
#: contact_form.php:
|
929 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
930 |
msgstr "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de MIME !"
|
931 |
|
932 |
-
#: contact_form.php:
|
933 |
msgid "FAQ"
|
934 |
msgstr "FAQ"
|
935 |
|
936 |
-
#: contact_form.php:
|
937 |
msgid "Support"
|
938 |
msgstr "Support"
|
939 |
|
940 |
-
#: contact_form.php:
|
941 |
msgid "Are you sure that you want to delete this language data?"
|
942 |
msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
|
943 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
944 |
#~ msgid "Contact Form Pro Extra Settings"
|
945 |
#~ msgstr ""
|
946 |
#~ "Options supplémentaires de la version Pro pour le formulaire de Contact"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-02-20 14:04+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-02-20 14:04+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
9 |
"Language: fr_FR\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
#: contact_form.php:33
|
23 |
+
#: contact_form.php:660
|
24 |
msgid "Contact Form Settings"
|
25 |
msgstr "Options du formulaire de Contact"
|
26 |
|
29 |
msgstr "Formulaire de contact"
|
30 |
|
31 |
#: contact_form.php:80
|
32 |
+
#: contact_form.php:978
|
33 |
+
#: contact_form.php:1008
|
34 |
msgid "Name:"
|
35 |
msgstr "Nom:"
|
36 |
|
37 |
#: contact_form.php:81
|
38 |
+
#: contact_form.php:979
|
39 |
+
#: contact_form.php:1009
|
40 |
msgid "Address:"
|
41 |
msgstr "Adresse :"
|
42 |
|
43 |
#: contact_form.php:82
|
44 |
+
#: contact_form.php:980
|
45 |
+
#: contact_form.php:1010
|
46 |
msgid "Email Address:"
|
47 |
msgstr "Adresse e-mail:"
|
48 |
|
49 |
#: contact_form.php:83
|
50 |
+
#: contact_form.php:981
|
51 |
+
#: contact_form.php:1011
|
52 |
msgid "Phone number:"
|
53 |
msgstr "Téléphone:"
|
54 |
|
55 |
#: contact_form.php:84
|
56 |
+
#: contact_form.php:982
|
57 |
+
#: contact_form.php:1012
|
58 |
msgid "Subject:"
|
59 |
msgstr "Sujet:"
|
60 |
|
61 |
#: contact_form.php:85
|
62 |
+
#: contact_form.php:983
|
63 |
+
#: contact_form.php:1013
|
64 |
msgid "Message:"
|
65 |
msgstr "Message:"
|
66 |
|
67 |
#: contact_form.php:86
|
68 |
+
#: contact_form.php:984
|
69 |
+
#: contact_form.php:1014
|
70 |
msgid "Attachment:"
|
71 |
msgstr "Pièce jointe:"
|
72 |
|
75 |
msgstr "Types de fichiers autorisés: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Taille maximum 2MB"
|
76 |
|
77 |
#: contact_form.php:88
|
78 |
+
#: contact_form.php:986
|
79 |
+
#: contact_form.php:1016
|
80 |
msgid "Send me a copy"
|
81 |
msgstr "M'envoyer une copie"
|
82 |
|
83 |
#: contact_form.php:89
|
84 |
+
#: contact_form.php:987
|
85 |
+
#: contact_form.php:1017
|
86 |
msgid "Submit"
|
87 |
msgstr "Envoyer"
|
88 |
|
138 |
msgid "Thank you for contacting us."
|
139 |
msgstr "Merci de nous avoir contacté."
|
140 |
|
141 |
+
#: contact_form.php:203
|
142 |
msgid "requires"
|
143 |
msgstr "obligatoire"
|
144 |
|
145 |
+
#: contact_form.php:203
|
146 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
147 |
msgstr "ou supérieure, c'est pourquoi il a été désactivé! Merci de faire la mise à jour de WordPress puis de ré-essayer."
|
148 |
|
149 |
+
#: contact_form.php:203
|
150 |
msgid "Back to the WordPress"
|
151 |
msgstr "Retourner à WordPress"
|
152 |
|
153 |
+
#: contact_form.php:203
|
154 |
msgid "Plugins page"
|
155 |
msgstr "Page des extensions"
|
156 |
|
157 |
+
#: contact_form.php:494
|
158 |
msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
|
159 |
msgstr "Si l'ioption 'Rediriger vers la page' est positionnée, alors le champ Url doit être rempli avec le format suivant"
|
160 |
|
161 |
+
#: contact_form.php:503
|
162 |
msgid "Such user does not exist. Settings are not saved."
|
163 |
msgstr "Cet utilisateur est inconnu. Les modifications ne sont pas enregistrées."
|
164 |
|
165 |
+
#: contact_form.php:507
|
166 |
+
#: contact_form.php:513
|
167 |
msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
|
168 |
msgstr "Merci de saisir une adresse e-mail valide pour le 'FROM'. Les modifications ne sont pas enregistrées."
|
169 |
|
170 |
+
#: contact_form.php:518
|
171 |
msgid "Settings saved."
|
172 |
msgstr "Options enregistrées."
|
173 |
|
174 |
+
#: contact_form.php:554
|
175 |
+
#: contact_form.php:593
|
176 |
msgid "Wrong license key"
|
177 |
msgstr ""
|
178 |
|
179 |
+
#: contact_form.php:586
|
180 |
msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: contact_form.php:595
|
184 |
msgid "This license key is bind to another site"
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: contact_form.php:597
|
188 |
+
#: contact_form.php:1392
|
189 |
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: contact_form.php:615
|
193 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: contact_form.php:621
|
197 |
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: contact_form.php:625
|
201 |
+
#: contact_form.php:634
|
202 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
203 |
msgstr ""
|
204 |
|
205 |
+
#: contact_form.php:638
|
206 |
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
|
207 |
msgstr ""
|
208 |
|
209 |
+
#: contact_form.php:653
|
210 |
#, fuzzy
|
211 |
msgid "Please, enter Your license key"
|
212 |
msgstr "Merci de saisir votre message..."
|
213 |
|
214 |
+
#: contact_form.php:662
|
215 |
msgid "Notice:"
|
216 |
msgstr "Avertissement :"
|
217 |
|
218 |
+
#: contact_form.php:662
|
219 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
220 |
msgstr "Les paramètres de l'extension ont été changés. Afin de pouvoir les enregistrer, merci de cliquer sur le bouton 'Enregistrer les modifications'."
|
221 |
|
222 |
+
#: contact_form.php:665
|
223 |
+
#: contact_form.php:1997
|
224 |
+
#: contact_form.php:2008
|
225 |
msgid "Settings"
|
226 |
msgstr "Réglages"
|
227 |
|
228 |
+
#: contact_form.php:666
|
229 |
msgid "Extra settings"
|
230 |
msgstr "Options supplémentaires"
|
231 |
|
232 |
+
#: contact_form.php:667
|
233 |
msgid "Go PRO"
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: contact_form.php:673
|
237 |
+
#: contact_form.php:1351
|
238 |
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:"
|
239 |
msgstr "Si vous souhaiter ajouter un formulaire de contact à votre site web, copiez juste ce code dans un article ou sur une page ou un widget:"
|
240 |
|
|
|
241 |
#: contact_form.php:673
|
242 |
+
#: contact_form.php:674
|
243 |
+
#: contact_form.php:1001
|
244 |
+
#: contact_form.php:1050
|
245 |
msgid "or"
|
246 |
msgstr "ou"
|
247 |
|
248 |
+
#: contact_form.php:674
|
249 |
msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
|
250 |
msgstr "Si vous avez un soucis avec le code court standard [contact_form], vous pouvez utilisez le code court "
|
251 |
|
252 |
+
#: contact_form.php:675
|
253 |
msgid "They work the same way."
|
254 |
msgstr "Ils fonctionnent de la même manière."
|
255 |
|
256 |
+
#: contact_form.php:676
|
257 |
msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
|
258 |
msgstr "Si les champs ci-dessous ne sont pas renseignés le message sera envoyé à l'adresse spécifiée lors de l'enregistrement."
|
259 |
|
260 |
+
#: contact_form.php:680
|
261 |
msgid "The user's email address:"
|
262 |
msgstr "Utiliser l'e-mail du compte WordPress :"
|
263 |
|
264 |
+
#: contact_form.php:684
|
265 |
msgid "Create a username"
|
266 |
msgstr "Choisir un nom d'utilisateur"
|
267 |
|
268 |
+
#: contact_form.php:689
|
269 |
msgid "Enter a username of the person who should get the messages from the contact form."
|
270 |
msgstr "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le formulaire de contact."
|
271 |
|
272 |
+
#: contact_form.php:693
|
273 |
msgid "Use this email address:"
|
274 |
msgstr "Utiliser cette adresse e-mail:"
|
275 |
|
276 |
+
#: contact_form.php:696
|
277 |
msgid "Enter the email address you want the messages forwarded to."
|
278 |
msgstr "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages."
|
279 |
|
280 |
+
#: contact_form.php:702
|
281 |
msgid "Add department selectbox to the contact form:"
|
282 |
msgstr "Ajouter la liste déroulante pour le département dans le formulaire de contact :"
|
283 |
|
284 |
+
#: contact_form.php:710
|
285 |
+
#: contact_form.php:1246
|
286 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
287 |
msgstr "Si vous passez à la version Pro, tous ces paramètres seront enregistrés."
|
288 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
289 |
#: contact_form.php:715
|
290 |
#: contact_form.php:852
|
291 |
#: contact_form.php:923
|
292 |
+
#: contact_form.php:1096
|
293 |
+
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
294 |
+
msgstr "Cette fonctionalité est disponible dans le version Pro de cette extension. Pour plus de détails, merci de suivre ce lien"
|
295 |
+
|
296 |
+
#: contact_form.php:716
|
297 |
+
#: contact_form.php:853
|
298 |
+
#: contact_form.php:924
|
299 |
+
#: contact_form.php:1097
|
300 |
msgid "Contact Form Pro"
|
301 |
msgstr "Formulaire Pro de Contact"
|
302 |
|
303 |
+
#: contact_form.php:722
|
304 |
msgid "Save emails to the database"
|
305 |
msgstr "Enregistrer les e-mails dans la base de données"
|
306 |
|
307 |
+
#: contact_form.php:732
|
308 |
msgid "Using"
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: contact_form.php:732
|
312 |
+
#: contact_form.php:901
|
313 |
+
#: contact_form.php:904
|
314 |
+
#: contact_form.php:908
|
315 |
msgid "powered by"
|
316 |
msgstr "fournis par"
|
317 |
|
318 |
+
#: contact_form.php:735
|
319 |
+
#: contact_form.php:739
|
320 |
msgid "Using Contact Form to DB powered by"
|
321 |
msgstr "Utilisant le formulaire de contact avec base de données fourni par"
|
322 |
|
323 |
+
#: contact_form.php:735
|
324 |
msgid "Activate Contact Form to DB"
|
325 |
msgstr "Activer le formulaire de contact avec base de données"
|
326 |
|
327 |
+
#: contact_form.php:739
|
328 |
msgid "Download Contact Form to DB"
|
329 |
msgstr "Télécharger le formulaire de contact avec base de données"
|
330 |
|
331 |
+
#: contact_form.php:744
|
332 |
msgid "Additional options"
|
333 |
msgstr "Options supplémentaires"
|
334 |
|
335 |
+
#: contact_form.php:746
|
336 |
msgid "Show"
|
337 |
msgstr "Montrer"
|
338 |
|
339 |
+
#: contact_form.php:747
|
340 |
msgid "Hide"
|
341 |
msgstr "Cacher"
|
342 |
|
343 |
+
#: contact_form.php:751
|
344 |
msgid "What to use?"
|
345 |
msgstr "Quelle méthode d'envoie ?"
|
346 |
|
347 |
+
#: contact_form.php:754
|
348 |
msgid "Wp-mail"
|
349 |
msgstr "Wp-mail"
|
350 |
|
351 |
+
#: contact_form.php:754
|
352 |
msgid "You can use the wp_mail function for mailing"
|
353 |
msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction wp_mail de WordPress "
|
354 |
|
355 |
+
#: contact_form.php:756
|
356 |
msgid "Mail"
|
357 |
msgstr "E-mail"
|
358 |
|
359 |
+
#: contact_form.php:756
|
360 |
msgid "To send mail you can use the php mail function"
|
361 |
msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction mail de php"
|
362 |
|
363 |
+
#: contact_form.php:760
|
364 |
msgid "The text in the 'From' field"
|
365 |
msgstr "Modifier le texte pour le champ 'FROM' du courriel"
|
366 |
|
367 |
+
#: contact_form.php:762
|
368 |
msgid "User name"
|
369 |
msgstr "Nom de l'utlisateur"
|
370 |
|
371 |
+
#: contact_form.php:763
|
372 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
373 |
msgstr "Dans le champ 'From' du courriel, il sera utilisé l'adresse e-mail de l'utlisateur qui rempli le formulaire."
|
374 |
|
375 |
+
#: contact_form.php:766
|
376 |
msgid "This text will be used in the 'FROM' field"
|
377 |
msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
|
378 |
|
379 |
+
#: contact_form.php:770
|
380 |
msgid "The email address in the 'From' field"
|
381 |
msgstr "Sélectionner l'adresse e-mail pour le champ 'FROM' du courriel"
|
382 |
|
383 |
+
#: contact_form.php:772
|
384 |
msgid "User email"
|
385 |
msgstr "E-mail de l'utlisateur"
|
386 |
|
387 |
+
#: contact_form.php:773
|
388 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
389 |
msgstr "Dans le champ 'From' du courriel, il sera utilisé l'adresse e-mail de l'utlisateur qui rempli le formulaire."
|
390 |
|
391 |
+
#: contact_form.php:776
|
392 |
msgid "This email address will be used in the 'From' field."
|
393 |
msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
|
394 |
|
395 |
+
#: contact_form.php:780
|
396 |
msgid "Required symbol"
|
397 |
msgstr "Symbol obligatoire"
|
398 |
|
399 |
+
#: contact_form.php:790
|
400 |
msgid "Fields"
|
401 |
msgstr "Champs"
|
402 |
|
403 |
+
#: contact_form.php:791
|
404 |
msgid "Used"
|
405 |
msgstr "Utilisé"
|
406 |
|
407 |
+
#: contact_form.php:792
|
408 |
msgid "Required"
|
409 |
msgstr "Obligatoire"
|
410 |
|
411 |
+
#: contact_form.php:793
|
412 |
msgid "Visible"
|
413 |
msgstr "Visible"
|
414 |
|
415 |
+
#: contact_form.php:794
|
416 |
msgid "Disabled for editing"
|
417 |
msgstr "Non actif pour l'édition"
|
418 |
|
419 |
+
#: contact_form.php:795
|
420 |
msgid "Field's default value"
|
421 |
msgstr "Valeur par défaut du champ"
|
422 |
|
423 |
+
#: contact_form.php:800
|
424 |
+
#: contact_form.php:1121
|
425 |
+
#: contact_form.php:1841
|
426 |
+
#: contact_form.php:1871
|
427 |
msgid "Name"
|
428 |
msgstr "Nom"
|
429 |
|
430 |
+
#: contact_form.php:808
|
431 |
+
#: contact_form.php:1126
|
432 |
+
#: contact_form.php:1845
|
433 |
+
#: contact_form.php:1873
|
434 |
msgid "Address"
|
435 |
msgstr "Adresse"
|
436 |
|
437 |
+
#: contact_form.php:816
|
438 |
msgid "Email Address"
|
439 |
msgstr "Adresse e-mail"
|
440 |
|
441 |
+
#: contact_form.php:824
|
442 |
msgid "Phone number"
|
443 |
msgstr "Téléphone"
|
444 |
|
445 |
+
#: contact_form.php:832
|
446 |
+
#: contact_form.php:1141
|
447 |
+
#: contact_form.php:1855
|
448 |
+
#: contact_form.php:1877
|
449 |
msgid "Subject"
|
450 |
msgstr "Sujet"
|
451 |
|
452 |
+
#: contact_form.php:840
|
453 |
+
#: contact_form.php:1145
|
454 |
+
#: contact_form.php:1858
|
455 |
+
#: contact_form.php:1878
|
456 |
msgid "Message"
|
457 |
msgstr "Message"
|
458 |
|
459 |
+
#: contact_form.php:858
|
460 |
msgid "Attachment block"
|
461 |
msgstr "Bloc pièce jointe"
|
462 |
|
463 |
+
#: contact_form.php:860
|
464 |
msgid "Users can attach the following file formats"
|
465 |
msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
|
466 |
|
467 |
+
#: contact_form.php:874
|
468 |
msgid "Add to the form"
|
469 |
msgstr "Ajouter au formulaire"
|
470 |
|
471 |
+
#: contact_form.php:879
|
472 |
msgid "Tips below the Attachment"
|
473 |
msgstr "Afficher les explications en-dessous du bloc des pièces jointes"
|
474 |
|
475 |
+
#: contact_form.php:888
|
476 |
msgid "'Send me a copy' block"
|
477 |
msgstr "Afficher le bloc \"M'envoyer une copie\""
|
478 |
|
479 |
+
#: contact_form.php:901
|
480 |
+
#: contact_form.php:904
|
481 |
+
#: contact_form.php:908
|
482 |
+
#: contact_form.php:1155
|
483 |
msgid "Captcha"
|
484 |
msgstr "Captcha"
|
485 |
|
486 |
+
#: contact_form.php:904
|
487 |
msgid "Activate captcha"
|
488 |
msgstr "Activé le captcha"
|
489 |
|
490 |
+
#: contact_form.php:908
|
491 |
msgid "Download captcha"
|
492 |
msgstr "Télécharger le captcha"
|
493 |
|
494 |
+
#: contact_form.php:916
|
495 |
msgid "Agreement checkbox"
|
496 |
msgstr "Case à cocher pour valider le formulaire"
|
497 |
|
498 |
+
#: contact_form.php:916
|
499 |
msgid "Required checkbox for submitting the form"
|
500 |
msgstr "Boite à cocher obligatoire pour la validation du formulaire."
|
501 |
|
502 |
+
#: contact_form.php:917
|
503 |
msgid "Optional checkbox"
|
504 |
msgstr "Boite à cocher optionnelle"
|
505 |
|
506 |
+
#: contact_form.php:917
|
507 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
508 |
msgstr "Boite à cocher optionnelle, le résultat sera affiché dans l'e-mail"
|
509 |
|
510 |
+
#: contact_form.php:928
|
511 |
msgid "Delete an attachment file from the server after the email is sent"
|
512 |
msgstr "Supprimer le fichier joint sur le serveur après l'envoie de l'e-mail"
|
513 |
|
514 |
+
#: contact_form.php:934
|
515 |
msgid "Email in HTML format sending"
|
516 |
msgstr "E-mail au format HTML"
|
517 |
|
518 |
+
#: contact_form.php:938
|
519 |
msgid "Display additional info in the email"
|
520 |
msgstr "Afficher les informations complémentaires dans le courriel"
|
521 |
|
522 |
+
#: contact_form.php:943
|
523 |
+
#: contact_form.php:1808
|
524 |
+
#: contact_form.php:1810
|
525 |
msgid "Sent from (ip address)"
|
526 |
msgstr "Envoyé de (adresse IP)"
|
527 |
|
528 |
+
#: contact_form.php:943
|
529 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
530 |
msgstr "Exemple: Envoyé de (addresse IP):\t127.0.0.1"
|
531 |
|
532 |
+
#: contact_form.php:944
|
533 |
+
#: contact_form.php:1814
|
534 |
+
#: contact_form.php:1816
|
535 |
msgid "Date/Time"
|
536 |
msgstr "Date/Heure"
|
537 |
|
538 |
+
#: contact_form.php:944
|
539 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
540 |
msgstr "Exemple: Date/Heure:\tAoût 19, 2013 8:50pm"
|
541 |
|
542 |
+
#: contact_form.php:945
|
543 |
+
#: contact_form.php:1820
|
544 |
+
#: contact_form.php:1822
|
545 |
msgid "Sent from (referer)"
|
546 |
msgstr "Envoyer de (référence)"
|
547 |
|
548 |
+
#: contact_form.php:945
|
549 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
550 |
msgstr "Exemple: Envoyer de (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
551 |
|
552 |
+
#: contact_form.php:946
|
553 |
+
#: contact_form.php:1826
|
554 |
+
#: contact_form.php:1828
|
555 |
msgid "Using (user agent)"
|
556 |
msgstr "Depuis (navigateur)"
|
557 |
|
558 |
+
#: contact_form.php:946
|
559 |
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"
|
560 |
msgstr "Exemple: En utilisant (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
561 |
|
562 |
+
#: contact_form.php:950
|
563 |
msgid "Language settings for the field names in the form"
|
564 |
msgstr "Définition des langues pour les titres des champs"
|
565 |
|
566 |
+
#: contact_form.php:959
|
567 |
msgid "Add a language"
|
568 |
msgstr "Ajouter une langue"
|
569 |
|
570 |
+
#: contact_form.php:963
|
571 |
msgid "Change the names of the contact form fields and error messages"
|
572 |
msgstr "Modifier le texte pour les champs du formulaire de contact et les messages d'erreur"
|
573 |
|
574 |
+
#: contact_form.php:968
|
575 |
+
#: contact_form.php:1041
|
576 |
msgid "English"
|
577 |
msgstr "Anglais"
|
578 |
|
579 |
+
#: contact_form.php:976
|
580 |
+
#: contact_form.php:1006
|
581 |
msgid "click to expand/hide the list"
|
582 |
msgstr ""
|
583 |
|
584 |
+
#: contact_form.php:985
|
585 |
+
#: contact_form.php:1015
|
586 |
msgid "Tips below the Attachment block"
|
587 |
msgstr "Afficher les explications en-dessous du bloc des pièces jointes"
|
588 |
|
589 |
+
#: contact_form.php:988
|
590 |
+
#: contact_form.php:1018
|
591 |
msgid "Error message for the Name field"
|
592 |
msgstr "Message d'erreur pour le champ nom"
|
593 |
|
594 |
+
#: contact_form.php:989
|
595 |
+
#: contact_form.php:1019
|
596 |
msgid "Error message for the Address field"
|
597 |
msgstr "Message d'erreur pour le champ Adresse"
|
598 |
|
599 |
+
#: contact_form.php:990
|
600 |
+
#: contact_form.php:1020
|
601 |
msgid "Error message for the Email field"
|
602 |
msgstr "Message d'erreur pour le champ e-mail"
|
603 |
|
604 |
+
#: contact_form.php:991
|
605 |
+
#: contact_form.php:1021
|
606 |
msgid "Error message for the Phone field"
|
607 |
msgstr "Message d'erreur pour le champ téléphone"
|
608 |
|
609 |
+
#: contact_form.php:992
|
610 |
+
#: contact_form.php:1022
|
611 |
msgid "Error message for the Subject field"
|
612 |
msgstr "Message d'erreur pour le champ sujet"
|
613 |
|
614 |
+
#: contact_form.php:993
|
615 |
+
#: contact_form.php:1023
|
616 |
msgid "Error message for the Message field"
|
617 |
msgstr "Message d'erreur pour le champ message"
|
618 |
|
619 |
+
#: contact_form.php:994
|
620 |
+
#: contact_form.php:1024
|
621 |
msgid "Error message about the file type for the Attachment field"
|
622 |
msgstr "Message d'erreur pour le champ fichier joint (type du fichier)"
|
623 |
|
624 |
+
#: contact_form.php:995
|
625 |
+
#: contact_form.php:1025
|
626 |
msgid "Error message while uploading a file for the Attachment field to the server"
|
627 |
msgstr "Message d'erreur pour le champ fichier joint (problème d'envoie vers le serveur)"
|
628 |
|
629 |
+
#: contact_form.php:996
|
630 |
+
#: contact_form.php:1026
|
631 |
msgid "Error message while moving the file for the Attachment field"
|
632 |
msgstr "Message d'erreur pour le champ fichier joint (déplacement du fichier)"
|
633 |
|
634 |
+
#: contact_form.php:997
|
635 |
+
#: contact_form.php:1027
|
636 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
637 |
msgstr "Message d'erreur pour le champ fichier joint (taille limite du fichier atteinte)"
|
638 |
|
639 |
+
#: contact_form.php:998
|
640 |
+
#: contact_form.php:1028
|
641 |
msgid "Error message for the Captcha field"
|
642 |
msgstr "Message d'erreur pour le captcha"
|
643 |
|
644 |
+
#: contact_form.php:999
|
645 |
+
#: contact_form.php:1029
|
646 |
msgid "Error message for the whole form"
|
647 |
msgstr "Message d'erreur demandant à compléter les champs manquants"
|
648 |
|
649 |
+
#: contact_form.php:1001
|
650 |
+
#: contact_form.php:1031
|
651 |
+
#: contact_form.php:1050
|
652 |
+
#: contact_form.php:1056
|
653 |
msgid "Use shortcode"
|
654 |
msgstr "Utiliser le code court"
|
655 |
|
656 |
+
#: contact_form.php:1001
|
657 |
+
#: contact_form.php:1031
|
658 |
+
#: contact_form.php:1050
|
659 |
+
#: contact_form.php:1056
|
660 |
msgid "for this language"
|
661 |
msgstr "pour cette langue"
|
662 |
|
663 |
+
#: contact_form.php:1038
|
664 |
msgid "Action after email is sent"
|
665 |
msgstr "Action après l'envoie de l'e-mail"
|
666 |
|
667 |
+
#: contact_form.php:1040
|
668 |
msgid "Display text"
|
669 |
msgstr "Afficher le texte"
|
670 |
|
671 |
+
#: contact_form.php:1049
|
672 |
+
#: contact_form.php:1055
|
673 |
msgid "Text"
|
674 |
msgstr "Texte"
|
675 |
|
676 |
+
#: contact_form.php:1062
|
677 |
msgid "Redirect to the page"
|
678 |
msgstr "Rediriger vers la page"
|
679 |
|
680 |
+
#: contact_form.php:1063
|
681 |
msgid "Url"
|
682 |
msgstr "Url"
|
683 |
|
684 |
#: contact_form.php:1067
|
685 |
+
msgid "The $_SERVER variable that is used to build a URL of the form"
|
686 |
+
msgstr ""
|
687 |
+
|
688 |
+
#: contact_form.php:1071
|
689 |
+
msgid "If you are not sure whether to change this setting or not, please do not do that."
|
690 |
+
msgstr ""
|
691 |
+
|
692 |
+
#: contact_form.php:1077
|
693 |
+
#: contact_form.php:1252
|
694 |
msgid "Save Changes"
|
695 |
msgstr "Enregistrer les modifications"
|
696 |
|
697 |
+
#: contact_form.php:1082
|
698 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
699 |
msgstr "Si notre extension vous satisfait, merci de la notée avec 5 étoiles dans Wordpress"
|
700 |
|
701 |
+
#: contact_form.php:1083
|
702 |
msgid "Rate the plugin"
|
703 |
msgstr "Noter l'extension"
|
704 |
|
705 |
+
#: contact_form.php:1086
|
706 |
msgid "If there is something wrong about it, please contact us"
|
707 |
msgstr "Si quelque chose ne fonctionne pas correctement, merci de nous contacter"
|
708 |
|
709 |
+
#: contact_form.php:1101
|
710 |
msgid "Errors output"
|
711 |
msgstr "Affichage des erreurs"
|
712 |
|
713 |
+
#: contact_form.php:1104
|
714 |
msgid "Display error messages"
|
715 |
msgstr "Aficher les messages d'erreur"
|
716 |
|
717 |
+
#: contact_form.php:1105
|
718 |
msgid "Color of the input field errors."
|
719 |
msgstr "Mettre en couleur les champs ayant des erreurs"
|
720 |
|
721 |
+
#: contact_form.php:1106
|
722 |
msgid "Display error messages & color of the input field errors"
|
723 |
msgstr "Afficher les messages d'erreur et mettre en couleur les champs ayant des erreurs"
|
724 |
|
725 |
+
#: contact_form.php:1111
|
726 |
msgid "Add placeholder to the input blocks"
|
727 |
msgstr "Ajouter la localisation dans le bloc de saisie"
|
728 |
|
729 |
+
#: contact_form.php:1117
|
730 |
msgid "Add tooltips"
|
731 |
msgstr "Ajouter les conseils"
|
732 |
|
733 |
+
#: contact_form.php:1131
|
734 |
msgid "Email address"
|
735 |
msgstr "Adresse e-mail"
|
736 |
|
737 |
+
#: contact_form.php:1136
|
738 |
msgid "Phone Number"
|
739 |
msgstr "Téléphone"
|
740 |
|
741 |
+
#: contact_form.php:1150
|
742 |
msgid "Attachment"
|
743 |
msgstr "Pièce jointe"
|
744 |
|
745 |
+
#: contact_form.php:1155
|
746 |
msgid "(powered by bestwebsoft.com)"
|
747 |
msgstr "(fourni par bestwebsoft.com)"
|
748 |
|
749 |
+
#: contact_form.php:1160
|
750 |
msgid "Style options"
|
751 |
msgstr "Options de style"
|
752 |
|
753 |
+
#: contact_form.php:1163
|
754 |
msgid "Text color"
|
755 |
msgstr "Couleur du texte"
|
756 |
|
757 |
+
#: contact_form.php:1166
|
|
|
758 |
#: contact_form.php:1171
|
|
|
759 |
#: contact_form.php:1181
|
760 |
#: contact_form.php:1186
|
761 |
+
#: contact_form.php:1191
|
762 |
#: contact_form.php:1196
|
763 |
+
#: contact_form.php:1206
|
764 |
+
#: contact_form.php:1211
|
765 |
+
#: contact_form.php:1217
|
|
|
766 |
#: contact_form.php:1228
|
767 |
+
#: contact_form.php:1233
|
768 |
+
#: contact_form.php:1238
|
769 |
msgid "Default"
|
770 |
msgstr "Défaut"
|
771 |
|
772 |
+
#: contact_form.php:1168
|
773 |
msgid "Label text color"
|
774 |
msgstr "Couleur des textes des intitulés"
|
775 |
|
776 |
+
#: contact_form.php:1173
|
777 |
msgid "Placeholder color"
|
778 |
msgstr "Couleur pour la localisation"
|
779 |
|
780 |
+
#: contact_form.php:1178
|
781 |
msgid "Errors color"
|
782 |
msgstr "Couleur pour les erreurs"
|
783 |
|
784 |
+
#: contact_form.php:1183
|
785 |
msgid "Error text color"
|
786 |
msgstr "Couleur pour le texte des erreurs"
|
787 |
|
788 |
+
#: contact_form.php:1188
|
789 |
msgid "Background color of the input field errors"
|
790 |
msgstr "Couleur de fond pour les erreurs de saisie dans les champs"
|
791 |
|
792 |
+
#: contact_form.php:1193
|
793 |
msgid "Border color of the input field errors"
|
794 |
msgstr "Couleur de la bordure pour les erreurs de saisie dans les champs"
|
795 |
|
796 |
+
#: contact_form.php:1198
|
797 |
msgid "Placeholder color of the input field errors"
|
798 |
msgstr "Couleur pour la localisation lors d'une erreur de saisie du champ"
|
799 |
|
800 |
+
#: contact_form.php:1203
|
801 |
msgid "Input fields"
|
802 |
msgstr "Champs de saisie"
|
803 |
|
804 |
+
#: contact_form.php:1208
|
805 |
msgid "Input fields background color"
|
806 |
msgstr "Couleur de fond pour les champs de saisie"
|
807 |
|
808 |
+
#: contact_form.php:1213
|
809 |
msgid "Text fields color"
|
810 |
msgstr "Couleur pour les textes des champs de saisie"
|
811 |
|
812 |
+
#: contact_form.php:1215
|
813 |
msgid "Border width in px, numbers only"
|
814 |
msgstr "Largeur des bordures en px, nombre seulement"
|
815 |
|
816 |
+
#: contact_form.php:1219
|
817 |
+
#: contact_form.php:1240
|
818 |
msgid "Border color"
|
819 |
msgstr "Couleur des bordures"
|
820 |
|
821 |
+
#: contact_form.php:1224
|
822 |
msgid "Submit button"
|
823 |
msgstr "Bouton Envoyer"
|
824 |
|
825 |
+
#: contact_form.php:1226
|
826 |
msgid "Width in px, numbers only"
|
827 |
msgstr "Largeur en px, nombre seulement"
|
828 |
|
829 |
+
#: contact_form.php:1230
|
830 |
msgid "Button color"
|
831 |
msgstr "Couleur du bouton"
|
832 |
|
833 |
+
#: contact_form.php:1235
|
834 |
msgid "Button text color"
|
835 |
msgstr "Couleur du texte du bouton"
|
836 |
|
837 |
+
#: contact_form.php:1256
|
838 |
msgid "Contact Form Pro | Preview"
|
839 |
msgstr "Formulaire Pro de Contact | Prévisualisation"
|
840 |
|
841 |
+
#: contact_form.php:1259
|
842 |
msgid "Show with errors"
|
843 |
msgstr "Afficher avec les erreurs"
|
844 |
|
845 |
+
#: contact_form.php:1267
|
846 |
+
#: contact_form.php:1269
|
847 |
msgid "Please enter your full name..."
|
848 |
msgstr "Merci de saisir votre nom..."
|
849 |
|
850 |
+
#: contact_form.php:1280
|
851 |
+
#: contact_form.php:1282
|
852 |
msgid "Please enter your address..."
|
853 |
msgstr "Merci de saisir votre adresse..."
|
854 |
|
855 |
+
#: contact_form.php:1291
|
856 |
+
#: contact_form.php:1293
|
857 |
msgid "Please enter your email address..."
|
858 |
msgstr "Merci de saisir votre adresse e-mail..."
|
859 |
|
860 |
+
#: contact_form.php:1302
|
861 |
+
#: contact_form.php:1304
|
862 |
msgid "Please enter your phone number..."
|
863 |
msgstr "Merci de saisir votre numéro de téléphone..."
|
864 |
|
865 |
+
#: contact_form.php:1313
|
866 |
+
#: contact_form.php:1315
|
867 |
msgid "Please enter subject..."
|
868 |
msgstr "Merci de saisir le sujet..."
|
869 |
|
870 |
+
#: contact_form.php:1323
|
871 |
+
#: contact_form.php:1325
|
872 |
msgid "Please enter your message..."
|
873 |
msgstr "Merci de saisir votre message..."
|
874 |
|
875 |
+
#: contact_form.php:1367
|
876 |
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
877 |
msgstr ""
|
878 |
|
879 |
+
#: contact_form.php:1369
|
880 |
msgid "Please, go to"
|
881 |
msgstr ""
|
882 |
|
883 |
+
#: contact_form.php:1369
|
884 |
#, fuzzy
|
885 |
msgid "the setting page"
|
886 |
msgstr "Options supplémentaires"
|
887 |
|
888 |
+
#: contact_form.php:1370
|
889 |
msgid "You will be redirected automatically in 5 seconds."
|
890 |
msgstr ""
|
891 |
|
892 |
+
#: contact_form.php:1375
|
893 |
msgid "You can download and activate"
|
894 |
msgstr ""
|
895 |
|
896 |
+
#: contact_form.php:1377
|
897 |
msgid "version of this plugin by entering Your license key."
|
898 |
msgstr ""
|
899 |
|
900 |
+
#: contact_form.php:1379
|
901 |
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
902 |
msgstr ""
|
903 |
|
904 |
+
#: contact_form.php:1381
|
905 |
msgid "(your username is the email you specify when purchasing the product)."
|
906 |
msgstr ""
|
907 |
|
|
|
908 |
#: contact_form.php:1389
|
909 |
+
#: contact_form.php:1399
|
910 |
msgid "Go!"
|
911 |
msgstr ""
|
912 |
|
913 |
+
#: contact_form.php:1449
|
914 |
msgid "Sorry, email message could not be delivered."
|
915 |
msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
|
916 |
|
917 |
+
#: contact_form.php:1835
|
918 |
msgid "Contact from"
|
919 |
msgstr "Contact de"
|
920 |
|
921 |
+
#: contact_form.php:1848
|
922 |
+
#: contact_form.php:1874
|
923 |
msgid "Email"
|
924 |
msgstr "E-mail"
|
925 |
|
926 |
+
#: contact_form.php:1852
|
927 |
+
#: contact_form.php:1876
|
928 |
msgid "Phone"
|
929 |
msgstr "Téléphone"
|
930 |
|
931 |
+
#: contact_form.php:1861
|
932 |
+
#: contact_form.php:1879
|
933 |
msgid "Site"
|
934 |
msgstr "Site"
|
935 |
|
936 |
+
#: contact_form.php:1941
|
937 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
938 |
msgstr "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de MIME !"
|
939 |
|
940 |
+
#: contact_form.php:2009
|
941 |
msgid "FAQ"
|
942 |
msgstr "FAQ"
|
943 |
|
944 |
+
#: contact_form.php:2010
|
945 |
msgid "Support"
|
946 |
msgstr "Support"
|
947 |
|
948 |
+
#: contact_form.php:2068
|
949 |
msgid "Are you sure that you want to delete this language data?"
|
950 |
msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
|
951 |
|
952 |
+
#: contact_form.php:2223
|
953 |
+
msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
|
954 |
+
msgstr ""
|
955 |
+
|
956 |
+
#: contact_form.php:2224
|
957 |
+
msgid "Extend standard plugin functionality with new great options."
|
958 |
+
msgstr ""
|
959 |
+
|
960 |
+
#: contact_form.php:2233
|
961 |
+
msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
|
962 |
+
msgstr ""
|
963 |
+
|
964 |
+
#: contact_form.php:2234
|
965 |
+
msgid "Manage messages that have been sent from your website."
|
966 |
+
msgstr ""
|
967 |
+
|
968 |
#~ msgid "Contact Form Pro Extra Settings"
|
969 |
#~ msgstr ""
|
970 |
#~ "Options supplémentaires de la version Pro pour le formulaire de Contact"
|
languages/contact_form-hu_HU.mo
CHANGED
Binary file
|
languages/contact_form-hu_HU.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
-
"PO-Revision-Date: 2014-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Karoly Kovacs <karcsi1978@gmail.com>\n"
|
9 |
"Language: hu_HU\n"
|
@@ -18,7 +18,7 @@ msgstr ""
|
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: contact_form.php:33
|
21 |
-
#: contact_form.php:
|
22 |
#, fuzzy
|
23 |
msgid "Contact Form Settings"
|
24 |
msgstr "Kapcsolatfelvételi Ürlap Beállítások"
|
@@ -28,45 +28,45 @@ msgid "Contact Form"
|
|
28 |
msgstr "Kapcsolatfelvételi Ürlap"
|
29 |
|
30 |
#: contact_form.php:80
|
31 |
-
#: contact_form.php:
|
32 |
-
#: contact_form.php:
|
33 |
msgid "Name:"
|
34 |
msgstr "Noév:"
|
35 |
|
36 |
#: contact_form.php:81
|
37 |
-
#: contact_form.php:
|
38 |
-
#: contact_form.php:
|
39 |
#, fuzzy
|
40 |
msgid "Address:"
|
41 |
msgstr "Email cím:"
|
42 |
|
43 |
#: contact_form.php:82
|
44 |
-
#: contact_form.php:
|
45 |
-
#: contact_form.php:
|
46 |
msgid "Email Address:"
|
47 |
msgstr "Email cím:"
|
48 |
|
49 |
#: contact_form.php:83
|
50 |
-
#: contact_form.php:
|
51 |
-
#: contact_form.php:
|
52 |
msgid "Phone number:"
|
53 |
msgstr "Telefonszám:"
|
54 |
|
55 |
#: contact_form.php:84
|
56 |
-
#: contact_form.php:
|
57 |
-
#: contact_form.php:
|
58 |
msgid "Subject:"
|
59 |
msgstr "Tárgy:"
|
60 |
|
61 |
#: contact_form.php:85
|
62 |
-
#: contact_form.php:
|
63 |
-
#: contact_form.php:
|
64 |
msgid "Message:"
|
65 |
msgstr "Üzenet:"
|
66 |
|
67 |
#: contact_form.php:86
|
68 |
-
#: contact_form.php:
|
69 |
-
#: contact_form.php:
|
70 |
msgid "Attachment:"
|
71 |
msgstr "Csatolmány:"
|
72 |
|
@@ -75,14 +75,14 @@ msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI,
|
|
75 |
msgstr ""
|
76 |
|
77 |
#: contact_form.php:88
|
78 |
-
#: contact_form.php:
|
79 |
-
#: contact_form.php:
|
80 |
msgid "Send me a copy"
|
81 |
msgstr "Kérek másolatot"
|
82 |
|
83 |
#: contact_form.php:89
|
84 |
-
#: contact_form.php:
|
85 |
-
#: contact_form.php:
|
86 |
msgid "Submit"
|
87 |
msgstr "Küldés"
|
88 |
|
@@ -140,852 +140,876 @@ msgstr "Kérem javítsa ki a szükséges mezőket és próbálja újra."
|
|
140 |
msgid "Thank you for contacting us."
|
141 |
msgstr "Köszönjük az üzenetét."
|
142 |
|
143 |
-
#: contact_form.php:
|
144 |
#, fuzzy
|
145 |
msgid "requires"
|
146 |
msgstr "Kötelező mező"
|
147 |
|
148 |
-
#: contact_form.php:
|
149 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
150 |
msgstr ""
|
151 |
|
152 |
-
#: contact_form.php:
|
153 |
msgid "Back to the WordPress"
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: contact_form.php:
|
157 |
#, fuzzy
|
158 |
msgid "Plugins page"
|
159 |
msgstr "Ajánlott pluginok"
|
160 |
|
161 |
-
#: contact_form.php:
|
162 |
msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
|
163 |
msgstr "Amennyiben az 'Átirányítás egy oldalra' opció kiválasztásra kerül, az URL-t az alábbi formátumban kell megadni"
|
164 |
|
165 |
-
#: contact_form.php:
|
166 |
msgid "Such user does not exist. Settings are not saved."
|
167 |
msgstr "Nincs ilyen felhasználó. Beállítások nem kerültek mentésre."
|
168 |
|
169 |
-
#: contact_form.php:
|
170 |
-
#: contact_form.php:
|
171 |
msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
|
172 |
msgstr "Kérem valós email címet adjon meg a 'FKITÖL' mezőben. Beállítások nem kerültek mentésre."
|
173 |
|
174 |
-
#: contact_form.php:
|
175 |
#, fuzzy
|
176 |
msgid "Settings saved."
|
177 |
msgstr "Opciók elmentve."
|
178 |
|
179 |
-
#: contact_form.php:
|
180 |
-
#: contact_form.php:
|
181 |
msgid "Wrong license key"
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: contact_form.php:
|
185 |
msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: contact_form.php:
|
189 |
msgid "This license key is bind to another site"
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: contact_form.php:
|
193 |
-
#: contact_form.php:
|
194 |
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: contact_form.php:
|
198 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
199 |
msgstr ""
|
200 |
|
201 |
-
#: contact_form.php:
|
202 |
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
203 |
msgstr ""
|
204 |
|
205 |
-
#: contact_form.php:
|
206 |
-
#: contact_form.php:
|
207 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
208 |
msgstr ""
|
209 |
|
210 |
-
#: contact_form.php:
|
211 |
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
|
212 |
msgstr ""
|
213 |
|
214 |
-
#: contact_form.php:
|
215 |
#, fuzzy
|
216 |
msgid "Please, enter Your license key"
|
217 |
msgstr "Ezen email cím használata:"
|
218 |
|
219 |
-
#: contact_form.php:
|
220 |
msgid "Notice:"
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: contact_form.php:
|
224 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: contact_form.php:
|
228 |
-
#: contact_form.php:
|
229 |
-
#: contact_form.php:
|
230 |
msgid "Settings"
|
231 |
msgstr "Beállítások"
|
232 |
|
233 |
-
#: contact_form.php:
|
234 |
#, fuzzy
|
235 |
msgid "Extra settings"
|
236 |
msgstr "Beállítások"
|
237 |
|
238 |
-
#: contact_form.php:
|
239 |
msgid "Go PRO"
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: contact_form.php:
|
243 |
-
#: contact_form.php:
|
244 |
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:"
|
245 |
msgstr "Amennyiben szeretné hozzáadni a Kapcsolatfelvételi Ürlapot a weboldalához, másolja ki és illessze be az alábbi kódot egy bejegyzésbe, oldalba vagy widgetbe:"
|
246 |
|
247 |
-
#: contact_form.php:672
|
248 |
#: contact_form.php:673
|
249 |
-
#: contact_form.php:
|
250 |
-
#: contact_form.php:
|
|
|
251 |
msgid "or"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: contact_form.php:
|
255 |
msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: contact_form.php:
|
259 |
msgid "They work the same way."
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: contact_form.php:
|
263 |
msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
|
264 |
msgstr "Amennyiben ezeket a mezőket üresen hagyja, az üzenet a regisztráció során megadott email címre lesz elküldve."
|
265 |
|
266 |
-
#: contact_form.php:
|
267 |
msgid "The user's email address:"
|
268 |
msgstr "A felhasználó email címe:"
|
269 |
|
270 |
-
#: contact_form.php:
|
271 |
msgid "Create a username"
|
272 |
msgstr "felhasználónév létrehozása"
|
273 |
|
274 |
-
#: contact_form.php:
|
275 |
msgid "Enter a username of the person who should get the messages from the contact form."
|
276 |
msgstr "Adja meg azon személy felhasználónevét, akitől az üzeneteket szeretné kapni a Kapcsolatfelvételi Ürlap segítségével."
|
277 |
|
278 |
-
#: contact_form.php:
|
279 |
msgid "Use this email address:"
|
280 |
msgstr "Ezen email cím használata:"
|
281 |
|
282 |
-
#: contact_form.php:
|
283 |
msgid "Enter the email address you want the messages forwarded to."
|
284 |
msgstr "Adja meg az email címet, ahova az üzenetek érkezzenek."
|
285 |
|
286 |
-
#: contact_form.php:
|
287 |
msgid "Add department selectbox to the contact form:"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: contact_form.php:
|
291 |
-
#: contact_form.php:
|
292 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: contact_form.php:714
|
296 |
-
#: contact_form.php:851
|
297 |
-
#: contact_form.php:922
|
298 |
-
#: contact_form.php:1086
|
299 |
-
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
300 |
-
msgstr ""
|
301 |
-
|
302 |
#: contact_form.php:715
|
303 |
#: contact_form.php:852
|
304 |
#: contact_form.php:923
|
305 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
306 |
#, fuzzy
|
307 |
msgid "Contact Form Pro"
|
308 |
msgstr "Kapcsolatfelvételi Ürlap"
|
309 |
|
310 |
-
#: contact_form.php:
|
311 |
msgid "Save emails to the database"
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: contact_form.php:
|
315 |
msgid "Using"
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: contact_form.php:
|
319 |
-
#: contact_form.php:
|
320 |
-
#: contact_form.php:
|
321 |
-
#: contact_form.php:
|
322 |
msgid "powered by"
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: contact_form.php:
|
326 |
-
#: contact_form.php:
|
327 |
msgid "Using Contact Form to DB powered by"
|
328 |
msgstr ""
|
329 |
|
330 |
-
#: contact_form.php:
|
331 |
#, fuzzy
|
332 |
msgid "Activate Contact Form to DB"
|
333 |
msgstr "Kapcsolatfelvételi Ürlap"
|
334 |
|
335 |
-
#: contact_form.php:
|
336 |
#, fuzzy
|
337 |
msgid "Download Contact Form to DB"
|
338 |
msgstr "Kapcsolatfelvételi Ürlap"
|
339 |
|
340 |
-
#: contact_form.php:
|
341 |
msgid "Additional options"
|
342 |
msgstr "További opciók"
|
343 |
|
344 |
-
#: contact_form.php:
|
345 |
msgid "Show"
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: contact_form.php:
|
349 |
msgid "Hide"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: contact_form.php:
|
353 |
msgid "What to use?"
|
354 |
msgstr "Mit szeretne használni?"
|
355 |
|
356 |
-
#: contact_form.php:
|
357 |
msgid "Wp-mail"
|
358 |
msgstr "Wp-mail"
|
359 |
|
360 |
-
#: contact_form.php:
|
361 |
msgid "You can use the wp_mail function for mailing"
|
362 |
msgstr "Használhatja a wp_mail funkciót a levelezéshez"
|
363 |
|
364 |
-
#: contact_form.php:
|
365 |
msgid "Mail"
|
366 |
msgstr "E-mail"
|
367 |
|
368 |
-
#: contact_form.php:
|
369 |
msgid "To send mail you can use the php mail function"
|
370 |
msgstr "Email küldéshez használhatja a php mail funkciót"
|
371 |
|
372 |
-
#: contact_form.php:
|
373 |
#, fuzzy
|
374 |
msgid "The text in the 'From' field"
|
375 |
msgstr "A 'KITÖL' mező szövegének módosítása"
|
376 |
|
377 |
-
#: contact_form.php:
|
378 |
msgid "User name"
|
379 |
msgstr ""
|
380 |
|
381 |
-
#: contact_form.php:
|
382 |
#, fuzzy
|
383 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
384 |
msgstr "A felhasználó e-mail címe, akinek az adatai szerepelnek a 'KITÖL' mezőben."
|
385 |
|
386 |
-
#: contact_form.php:
|
387 |
#, fuzzy
|
388 |
msgid "This text will be used in the 'FROM' field"
|
389 |
msgstr "Ez az email cím szerepel a 'KITÖL' mezőben."
|
390 |
|
391 |
-
#: contact_form.php:
|
392 |
#, fuzzy
|
393 |
msgid "The email address in the 'From' field"
|
394 |
msgstr "Adja meg a 'KITÖL' mező email címét"
|
395 |
|
396 |
-
#: contact_form.php:
|
397 |
msgid "User email"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: contact_form.php:
|
401 |
#, fuzzy
|
402 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
403 |
msgstr "A felhasználó e-mail címe, akinek az adatai szerepelnek a 'KITÖL' mezőben."
|
404 |
|
405 |
-
#: contact_form.php:
|
406 |
msgid "This email address will be used in the 'From' field."
|
407 |
msgstr "Ez az email cím szerepel a 'KITÖL' mezőben."
|
408 |
|
409 |
-
#: contact_form.php:
|
410 |
#, fuzzy
|
411 |
msgid "Required symbol"
|
412 |
msgstr "Kötelező mező"
|
413 |
|
414 |
-
#: contact_form.php:
|
415 |
msgid "Fields"
|
416 |
msgstr ""
|
417 |
|
418 |
-
#: contact_form.php:
|
419 |
msgid "Used"
|
420 |
msgstr ""
|
421 |
|
422 |
-
#: contact_form.php:
|
423 |
#, fuzzy
|
424 |
msgid "Required"
|
425 |
msgstr "Kötelező mező"
|
426 |
|
427 |
-
#: contact_form.php:
|
428 |
msgid "Visible"
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: contact_form.php:
|
432 |
msgid "Disabled for editing"
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: contact_form.php:
|
436 |
msgid "Field's default value"
|
437 |
msgstr ""
|
438 |
|
439 |
-
#: contact_form.php:
|
440 |
-
#: contact_form.php:
|
441 |
-
#: contact_form.php:
|
442 |
-
#: contact_form.php:
|
443 |
msgid "Name"
|
444 |
msgstr "Név"
|
445 |
|
446 |
-
#: contact_form.php:
|
447 |
-
#: contact_form.php:
|
448 |
-
#: contact_form.php:
|
449 |
-
#: contact_form.php:
|
450 |
#, fuzzy
|
451 |
msgid "Address"
|
452 |
msgstr "Email cím:"
|
453 |
|
454 |
-
#: contact_form.php:
|
455 |
#, fuzzy
|
456 |
msgid "Email Address"
|
457 |
msgstr "Email cím:"
|
458 |
|
459 |
-
#: contact_form.php:
|
460 |
#, fuzzy
|
461 |
msgid "Phone number"
|
462 |
msgstr "Telefonszám:"
|
463 |
|
464 |
-
#: contact_form.php:
|
465 |
-
#: contact_form.php:
|
466 |
-
#: contact_form.php:
|
467 |
-
#: contact_form.php:
|
468 |
msgid "Subject"
|
469 |
msgstr "Sujet"
|
470 |
|
471 |
-
#: contact_form.php:
|
472 |
-
#: contact_form.php:
|
473 |
-
#: contact_form.php:
|
474 |
-
#: contact_form.php:
|
475 |
msgid "Message"
|
476 |
msgstr "Üzenet"
|
477 |
|
478 |
-
#: contact_form.php:
|
479 |
#, fuzzy
|
480 |
msgid "Attachment block"
|
481 |
msgstr "Csatolmány doboz megjelenítése"
|
482 |
|
483 |
-
#: contact_form.php:
|
484 |
msgid "Users can attach the following file formats"
|
485 |
msgstr "A felhasználók a következő fájlformátumokat csatolhatják"
|
486 |
|
487 |
-
#: contact_form.php:
|
488 |
msgid "Add to the form"
|
489 |
msgstr ""
|
490 |
|
491 |
-
#: contact_form.php:
|
492 |
#, fuzzy
|
493 |
msgid "Tips below the Attachment"
|
494 |
msgstr "Tippek megjelenítése a Csatolmányok doboz alatt"
|
495 |
|
496 |
-
#: contact_form.php:
|
497 |
#, fuzzy
|
498 |
msgid "'Send me a copy' block"
|
499 |
msgstr "A 'Kérek másolatot' opció megjelenítése"
|
500 |
|
501 |
-
#: contact_form.php:
|
502 |
-
#: contact_form.php:
|
503 |
-
#: contact_form.php:
|
504 |
-
#: contact_form.php:
|
505 |
msgid "Captcha"
|
506 |
msgstr ""
|
507 |
|
508 |
-
#: contact_form.php:
|
509 |
#, fuzzy
|
510 |
msgid "Activate captcha"
|
511 |
msgstr "Aktivált pluginok"
|
512 |
|
513 |
-
#: contact_form.php:
|
514 |
#, fuzzy
|
515 |
msgid "Download captcha"
|
516 |
msgstr "Letöltés"
|
517 |
|
518 |
-
#: contact_form.php:
|
519 |
msgid "Agreement checkbox"
|
520 |
msgstr ""
|
521 |
|
522 |
-
#: contact_form.php:
|
523 |
msgid "Required checkbox for submitting the form"
|
524 |
msgstr ""
|
525 |
|
526 |
-
#: contact_form.php:
|
527 |
msgid "Optional checkbox"
|
528 |
msgstr ""
|
529 |
|
530 |
-
#: contact_form.php:
|
531 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
532 |
msgstr ""
|
533 |
|
534 |
-
#: contact_form.php:
|
535 |
msgid "Delete an attachment file from the server after the email is sent"
|
536 |
msgstr ""
|
537 |
|
538 |
-
#: contact_form.php:
|
539 |
msgid "Email in HTML format sending"
|
540 |
msgstr ""
|
541 |
|
542 |
-
#: contact_form.php:
|
543 |
#, fuzzy
|
544 |
msgid "Display additional info in the email"
|
545 |
msgstr "További információk megjelenítése az emailben"
|
546 |
|
547 |
-
#: contact_form.php:
|
548 |
-
#: contact_form.php:
|
549 |
-
#: contact_form.php:
|
550 |
msgid "Sent from (ip address)"
|
551 |
msgstr "Küldő (IP cím)"
|
552 |
|
553 |
-
#: contact_form.php:
|
554 |
#, fuzzy
|
555 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
556 |
msgstr "Küldő (IP cím)"
|
557 |
|
558 |
-
#: contact_form.php:
|
559 |
-
#: contact_form.php:
|
560 |
-
#: contact_form.php:
|
561 |
msgid "Date/Time"
|
562 |
msgstr "Dátum/Idő"
|
563 |
|
564 |
-
#: contact_form.php:
|
565 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
566 |
msgstr ""
|
567 |
|
568 |
-
#: contact_form.php:
|
569 |
-
#: contact_form.php:
|
570 |
-
#: contact_form.php:
|
571 |
msgid "Sent from (referer)"
|
572 |
msgstr "Envoyer de (référence)"
|
573 |
|
574 |
-
#: contact_form.php:
|
575 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
576 |
msgstr ""
|
577 |
|
578 |
-
#: contact_form.php:
|
579 |
-
#: contact_form.php:
|
580 |
-
#: contact_form.php:
|
581 |
msgid "Using (user agent)"
|
582 |
msgstr "Alkalmazás (böngésző)"
|
583 |
|
584 |
-
#: contact_form.php:
|
585 |
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"
|
586 |
msgstr ""
|
587 |
|
588 |
-
#: contact_form.php:
|
589 |
msgid "Language settings for the field names in the form"
|
590 |
msgstr "Az ürlap mezőinek nyelvi beállítása"
|
591 |
|
592 |
-
#: contact_form.php:
|
593 |
#, fuzzy
|
594 |
msgid "Add a language"
|
595 |
msgstr "Nyelv hozzáadása"
|
596 |
|
597 |
-
#: contact_form.php:
|
598 |
msgid "Change the names of the contact form fields and error messages"
|
599 |
msgstr "A Kapcsolatfelvételi Ürlap mező és hibaüzenet neveinek módosítása"
|
600 |
|
601 |
-
#: contact_form.php:
|
602 |
-
#: contact_form.php:
|
603 |
msgid "English"
|
604 |
msgstr "Angol"
|
605 |
|
606 |
-
#: contact_form.php:
|
607 |
-
#: contact_form.php:
|
608 |
msgid "click to expand/hide the list"
|
609 |
msgstr ""
|
610 |
|
611 |
-
#: contact_form.php:
|
612 |
-
#: contact_form.php:
|
613 |
#, fuzzy
|
614 |
msgid "Tips below the Attachment block"
|
615 |
msgstr "Tippek megjelenítése a Csatolmányok doboz alatt"
|
616 |
|
617 |
-
#: contact_form.php:
|
618 |
-
#: contact_form.php:
|
619 |
msgid "Error message for the Name field"
|
620 |
msgstr "Név mező hibaüzenet"
|
621 |
|
622 |
-
#: contact_form.php:
|
623 |
-
#: contact_form.php:
|
624 |
#, fuzzy
|
625 |
msgid "Error message for the Address field"
|
626 |
msgstr "Üzenet mező hibaüzenet"
|
627 |
|
628 |
-
#: contact_form.php:989
|
629 |
-
#: contact_form.php:1019
|
630 |
-
msgid "Error message for the Email field"
|
631 |
-
msgstr "Email cím mező hibaüzenet"
|
632 |
-
|
633 |
#: contact_form.php:990
|
634 |
#: contact_form.php:1020
|
635 |
-
msgid "Error message for the
|
636 |
-
msgstr "
|
637 |
|
638 |
#: contact_form.php:991
|
639 |
#: contact_form.php:1021
|
640 |
-
msgid "Error message for the
|
641 |
-
msgstr "
|
642 |
|
643 |
#: contact_form.php:992
|
644 |
#: contact_form.php:1022
|
645 |
-
msgid "Error message for the
|
646 |
-
msgstr "
|
647 |
|
648 |
#: contact_form.php:993
|
649 |
#: contact_form.php:1023
|
650 |
-
|
651 |
-
|
652 |
-
msgstr "Csatolmány doboz hibaüzenet"
|
653 |
|
654 |
#: contact_form.php:994
|
655 |
#: contact_form.php:1024
|
656 |
#, fuzzy
|
657 |
-
msgid "Error message
|
658 |
msgstr "Csatolmány doboz hibaüzenet"
|
659 |
|
660 |
#: contact_form.php:995
|
661 |
#: contact_form.php:1025
|
662 |
#, fuzzy
|
663 |
-
msgid "Error message while
|
664 |
msgstr "Csatolmány doboz hibaüzenet"
|
665 |
|
666 |
#: contact_form.php:996
|
667 |
#: contact_form.php:1026
|
668 |
#, fuzzy
|
669 |
-
msgid "Error message
|
670 |
msgstr "Csatolmány doboz hibaüzenet"
|
671 |
|
672 |
#: contact_form.php:997
|
673 |
#: contact_form.php:1027
|
674 |
-
|
675 |
-
|
|
|
676 |
|
677 |
#: contact_form.php:998
|
678 |
#: contact_form.php:1028
|
|
|
|
|
|
|
|
|
|
|
679 |
msgid "Error message for the whole form"
|
680 |
msgstr "Hibaüzenet az egész form számára"
|
681 |
|
682 |
-
#: contact_form.php:
|
683 |
-
#: contact_form.php:
|
684 |
-
#: contact_form.php:
|
685 |
-
#: contact_form.php:
|
686 |
msgid "Use shortcode"
|
687 |
msgstr "Gyorskód használata"
|
688 |
|
689 |
-
#: contact_form.php:
|
690 |
-
#: contact_form.php:
|
691 |
-
#: contact_form.php:
|
692 |
-
#: contact_form.php:
|
693 |
msgid "for this language"
|
694 |
msgstr "ehhez a nyelvhez"
|
695 |
|
696 |
-
#: contact_form.php:
|
697 |
msgid "Action after email is sent"
|
698 |
msgstr "Művelet az email elküldése után"
|
699 |
|
700 |
-
#: contact_form.php:
|
701 |
msgid "Display text"
|
702 |
msgstr "Szöveg megjelenítése"
|
703 |
|
704 |
-
#: contact_form.php:
|
705 |
-
#: contact_form.php:
|
706 |
msgid "Text"
|
707 |
msgstr "Szöveg"
|
708 |
|
709 |
-
#: contact_form.php:
|
710 |
msgid "Redirect to the page"
|
711 |
msgstr "Átirányítás egy weboldalra"
|
712 |
|
713 |
-
#: contact_form.php:
|
714 |
msgid "Url"
|
715 |
msgstr "Url"
|
716 |
|
717 |
#: contact_form.php:1067
|
718 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
719 |
msgid "Save Changes"
|
720 |
msgstr "Módosítások Mentése"
|
721 |
|
722 |
-
#: contact_form.php:
|
723 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
724 |
msgstr ""
|
725 |
|
726 |
-
#: contact_form.php:
|
727 |
#, fuzzy
|
728 |
msgid "Rate the plugin"
|
729 |
msgstr "Ajánlott pluginok"
|
730 |
|
731 |
-
#: contact_form.php:
|
732 |
#, fuzzy
|
733 |
msgid "If there is something wrong about it, please contact us"
|
734 |
msgstr "Amennyiben kérdése van, kérjük írjon nekünk a plugin@bestwebsoft.com címre vagy töltse ki a kapcsolatfelvételi lapot a weboldalon"
|
735 |
|
736 |
-
#: contact_form.php:
|
737 |
msgid "Errors output"
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: contact_form.php:
|
741 |
msgid "Display error messages"
|
742 |
msgstr ""
|
743 |
|
744 |
-
#: contact_form.php:
|
745 |
msgid "Color of the input field errors."
|
746 |
msgstr ""
|
747 |
|
748 |
-
#: contact_form.php:
|
749 |
#, fuzzy
|
750 |
msgid "Display error messages & color of the input field errors"
|
751 |
msgstr "Tárgy mező hibaüzenet"
|
752 |
|
753 |
-
#: contact_form.php:
|
754 |
msgid "Add placeholder to the input blocks"
|
755 |
msgstr ""
|
756 |
|
757 |
-
#: contact_form.php:
|
758 |
#, fuzzy
|
759 |
msgid "Add tooltips"
|
760 |
msgstr "További opciók"
|
761 |
|
762 |
-
#: contact_form.php:
|
763 |
#, fuzzy
|
764 |
msgid "Email address"
|
765 |
msgstr "Email cím:"
|
766 |
|
767 |
-
#: contact_form.php:
|
768 |
#, fuzzy
|
769 |
msgid "Phone Number"
|
770 |
msgstr "Telefonszám:"
|
771 |
|
772 |
-
#: contact_form.php:
|
773 |
#, fuzzy
|
774 |
msgid "Attachment"
|
775 |
msgstr "Csatolmány:"
|
776 |
|
777 |
-
#: contact_form.php:
|
778 |
msgid "(powered by bestwebsoft.com)"
|
779 |
msgstr ""
|
780 |
|
781 |
-
#: contact_form.php:
|
782 |
#, fuzzy
|
783 |
msgid "Style options"
|
784 |
msgstr "További opciók"
|
785 |
|
786 |
-
#: contact_form.php:
|
787 |
msgid "Text color"
|
788 |
msgstr ""
|
789 |
|
790 |
-
#: contact_form.php:
|
791 |
-
#: contact_form.php:1161
|
792 |
#: contact_form.php:1171
|
793 |
-
#: contact_form.php:1176
|
794 |
#: contact_form.php:1181
|
795 |
#: contact_form.php:1186
|
|
|
796 |
#: contact_form.php:1196
|
797 |
-
#: contact_form.php:
|
798 |
-
#: contact_form.php:
|
799 |
-
#: contact_form.php:
|
800 |
-
#: contact_form.php:1223
|
801 |
#: contact_form.php:1228
|
|
|
|
|
802 |
msgid "Default"
|
803 |
msgstr ""
|
804 |
|
805 |
-
#: contact_form.php:
|
806 |
msgid "Label text color"
|
807 |
msgstr ""
|
808 |
|
809 |
-
#: contact_form.php:
|
810 |
msgid "Placeholder color"
|
811 |
msgstr ""
|
812 |
|
813 |
-
#: contact_form.php:
|
814 |
msgid "Errors color"
|
815 |
msgstr ""
|
816 |
|
817 |
-
#: contact_form.php:
|
818 |
msgid "Error text color"
|
819 |
msgstr ""
|
820 |
|
821 |
-
#: contact_form.php:
|
822 |
msgid "Background color of the input field errors"
|
823 |
msgstr ""
|
824 |
|
825 |
-
#: contact_form.php:
|
826 |
msgid "Border color of the input field errors"
|
827 |
msgstr ""
|
828 |
|
829 |
-
#: contact_form.php:
|
830 |
msgid "Placeholder color of the input field errors"
|
831 |
msgstr ""
|
832 |
|
833 |
-
#: contact_form.php:
|
834 |
#, fuzzy
|
835 |
msgid "Input fields"
|
836 |
msgstr "Szöveg megjelenítése"
|
837 |
|
838 |
-
#: contact_form.php:
|
839 |
msgid "Input fields background color"
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: contact_form.php:
|
843 |
msgid "Text fields color"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: contact_form.php:
|
847 |
msgid "Border width in px, numbers only"
|
848 |
msgstr ""
|
849 |
|
850 |
-
#: contact_form.php:
|
851 |
-
#: contact_form.php:
|
852 |
msgid "Border color"
|
853 |
msgstr ""
|
854 |
|
855 |
-
#: contact_form.php:
|
856 |
#, fuzzy
|
857 |
msgid "Submit button"
|
858 |
msgstr "Küldés"
|
859 |
|
860 |
-
#: contact_form.php:
|
861 |
msgid "Width in px, numbers only"
|
862 |
msgstr ""
|
863 |
|
864 |
-
#: contact_form.php:
|
865 |
msgid "Button color"
|
866 |
msgstr ""
|
867 |
|
868 |
-
#: contact_form.php:
|
869 |
msgid "Button text color"
|
870 |
msgstr ""
|
871 |
|
872 |
-
#: contact_form.php:
|
873 |
#, fuzzy
|
874 |
msgid "Contact Form Pro | Preview"
|
875 |
msgstr "Kapcsolatfelvételi Ürlap"
|
876 |
|
877 |
-
#: contact_form.php:
|
878 |
msgid "Show with errors"
|
879 |
msgstr ""
|
880 |
|
881 |
-
#: contact_form.php:
|
882 |
-
#: contact_form.php:
|
883 |
msgid "Please enter your full name..."
|
884 |
msgstr ""
|
885 |
|
886 |
-
#: contact_form.php:
|
887 |
-
#: contact_form.php:
|
888 |
msgid "Please enter your address..."
|
889 |
msgstr ""
|
890 |
|
891 |
-
#: contact_form.php:
|
892 |
-
#: contact_form.php:
|
893 |
#, fuzzy
|
894 |
msgid "Please enter your email address..."
|
895 |
msgstr "Ezen email cím használata:"
|
896 |
|
897 |
-
#: contact_form.php:
|
898 |
-
#: contact_form.php:
|
899 |
msgid "Please enter your phone number..."
|
900 |
msgstr ""
|
901 |
|
902 |
-
#: contact_form.php:
|
903 |
-
#: contact_form.php:
|
904 |
msgid "Please enter subject..."
|
905 |
msgstr ""
|
906 |
|
907 |
-
#: contact_form.php:
|
908 |
-
#: contact_form.php:
|
909 |
msgid "Please enter your message..."
|
910 |
msgstr ""
|
911 |
|
912 |
-
#: contact_form.php:
|
913 |
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
914 |
msgstr ""
|
915 |
|
916 |
-
#: contact_form.php:
|
917 |
msgid "Please, go to"
|
918 |
msgstr ""
|
919 |
|
920 |
-
#: contact_form.php:
|
921 |
#, fuzzy
|
922 |
msgid "the setting page"
|
923 |
msgstr "Beállítások"
|
924 |
|
925 |
-
#: contact_form.php:
|
926 |
msgid "You will be redirected automatically in 5 seconds."
|
927 |
msgstr ""
|
928 |
|
929 |
-
#: contact_form.php:
|
930 |
msgid "You can download and activate"
|
931 |
msgstr ""
|
932 |
|
933 |
-
#: contact_form.php:
|
934 |
msgid "version of this plugin by entering Your license key."
|
935 |
msgstr ""
|
936 |
|
937 |
-
#: contact_form.php:
|
938 |
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
939 |
msgstr ""
|
940 |
|
941 |
-
#: contact_form.php:
|
942 |
msgid "(your username is the email you specify when purchasing the product)."
|
943 |
msgstr ""
|
944 |
|
945 |
-
#: contact_form.php:1379
|
946 |
#: contact_form.php:1389
|
|
|
947 |
msgid "Go!"
|
948 |
msgstr ""
|
949 |
|
950 |
-
#: contact_form.php:
|
951 |
msgid "Sorry, email message could not be delivered."
|
952 |
msgstr "Sajnáljuk, az email üzenet nem továbbítható."
|
953 |
|
954 |
-
#: contact_form.php:
|
955 |
msgid "Contact from"
|
956 |
msgstr "Üzenet küldött"
|
957 |
|
958 |
-
#: contact_form.php:
|
959 |
-
#: contact_form.php:
|
960 |
msgid "Email"
|
961 |
msgstr "E-mail"
|
962 |
|
963 |
-
#: contact_form.php:
|
964 |
-
#: contact_form.php:
|
965 |
msgid "Phone"
|
966 |
msgstr "Telefonszám"
|
967 |
|
968 |
-
#: contact_form.php:
|
969 |
-
#: contact_form.php:
|
970 |
msgid "Site"
|
971 |
msgstr "Oldal"
|
972 |
|
973 |
-
#: contact_form.php:
|
974 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
975 |
msgstr "Amennyiben ez a MIME nem jelenik meg, akkör az ön Levelezője nem támogatja ezt a MIME típust !"
|
976 |
|
977 |
-
#: contact_form.php:
|
978 |
msgid "FAQ"
|
979 |
msgstr "GYIK (FAQ)"
|
980 |
|
981 |
-
#: contact_form.php:
|
982 |
msgid "Support"
|
983 |
msgstr "Támogatás"
|
984 |
|
985 |
-
#: contact_form.php:
|
986 |
msgid "Are you sure that you want to delete this language data?"
|
987 |
msgstr "Biztosan törölni szeretné ezt a nyelvi adatot ?"
|
988 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
989 |
#, fuzzy
|
990 |
#~ msgid "Contact Form Pro Extra Settings"
|
991 |
#~ msgstr "Kapcsolatfelvételi Ürlap Beállítások"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-02-20 14:04+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-02-20 14:04+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Karoly Kovacs <karcsi1978@gmail.com>\n"
|
9 |
"Language: hu_HU\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: contact_form.php:33
|
21 |
+
#: contact_form.php:660
|
22 |
#, fuzzy
|
23 |
msgid "Contact Form Settings"
|
24 |
msgstr "Kapcsolatfelvételi Ürlap Beállítások"
|
28 |
msgstr "Kapcsolatfelvételi Ürlap"
|
29 |
|
30 |
#: contact_form.php:80
|
31 |
+
#: contact_form.php:978
|
32 |
+
#: contact_form.php:1008
|
33 |
msgid "Name:"
|
34 |
msgstr "Noév:"
|
35 |
|
36 |
#: contact_form.php:81
|
37 |
+
#: contact_form.php:979
|
38 |
+
#: contact_form.php:1009
|
39 |
#, fuzzy
|
40 |
msgid "Address:"
|
41 |
msgstr "Email cím:"
|
42 |
|
43 |
#: contact_form.php:82
|
44 |
+
#: contact_form.php:980
|
45 |
+
#: contact_form.php:1010
|
46 |
msgid "Email Address:"
|
47 |
msgstr "Email cím:"
|
48 |
|
49 |
#: contact_form.php:83
|
50 |
+
#: contact_form.php:981
|
51 |
+
#: contact_form.php:1011
|
52 |
msgid "Phone number:"
|
53 |
msgstr "Telefonszám:"
|
54 |
|
55 |
#: contact_form.php:84
|
56 |
+
#: contact_form.php:982
|
57 |
+
#: contact_form.php:1012
|
58 |
msgid "Subject:"
|
59 |
msgstr "Tárgy:"
|
60 |
|
61 |
#: contact_form.php:85
|
62 |
+
#: contact_form.php:983
|
63 |
+
#: contact_form.php:1013
|
64 |
msgid "Message:"
|
65 |
msgstr "Üzenet:"
|
66 |
|
67 |
#: contact_form.php:86
|
68 |
+
#: contact_form.php:984
|
69 |
+
#: contact_form.php:1014
|
70 |
msgid "Attachment:"
|
71 |
msgstr "Csatolmány:"
|
72 |
|
75 |
msgstr ""
|
76 |
|
77 |
#: contact_form.php:88
|
78 |
+
#: contact_form.php:986
|
79 |
+
#: contact_form.php:1016
|
80 |
msgid "Send me a copy"
|
81 |
msgstr "Kérek másolatot"
|
82 |
|
83 |
#: contact_form.php:89
|
84 |
+
#: contact_form.php:987
|
85 |
+
#: contact_form.php:1017
|
86 |
msgid "Submit"
|
87 |
msgstr "Küldés"
|
88 |
|
140 |
msgid "Thank you for contacting us."
|
141 |
msgstr "Köszönjük az üzenetét."
|
142 |
|
143 |
+
#: contact_form.php:203
|
144 |
#, fuzzy
|
145 |
msgid "requires"
|
146 |
msgstr "Kötelező mező"
|
147 |
|
148 |
+
#: contact_form.php:203
|
149 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: contact_form.php:203
|
153 |
msgid "Back to the WordPress"
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: contact_form.php:203
|
157 |
#, fuzzy
|
158 |
msgid "Plugins page"
|
159 |
msgstr "Ajánlott pluginok"
|
160 |
|
161 |
+
#: contact_form.php:494
|
162 |
msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
|
163 |
msgstr "Amennyiben az 'Átirányítás egy oldalra' opció kiválasztásra kerül, az URL-t az alábbi formátumban kell megadni"
|
164 |
|
165 |
+
#: contact_form.php:503
|
166 |
msgid "Such user does not exist. Settings are not saved."
|
167 |
msgstr "Nincs ilyen felhasználó. Beállítások nem kerültek mentésre."
|
168 |
|
169 |
+
#: contact_form.php:507
|
170 |
+
#: contact_form.php:513
|
171 |
msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
|
172 |
msgstr "Kérem valós email címet adjon meg a 'FKITÖL' mezőben. Beállítások nem kerültek mentésre."
|
173 |
|
174 |
+
#: contact_form.php:518
|
175 |
#, fuzzy
|
176 |
msgid "Settings saved."
|
177 |
msgstr "Opciók elmentve."
|
178 |
|
179 |
+
#: contact_form.php:554
|
180 |
+
#: contact_form.php:593
|
181 |
msgid "Wrong license key"
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: contact_form.php:586
|
185 |
msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: contact_form.php:595
|
189 |
msgid "This license key is bind to another site"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: contact_form.php:597
|
193 |
+
#: contact_form.php:1392
|
194 |
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: contact_form.php:615
|
198 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
199 |
msgstr ""
|
200 |
|
201 |
+
#: contact_form.php:621
|
202 |
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
203 |
msgstr ""
|
204 |
|
205 |
+
#: contact_form.php:625
|
206 |
+
#: contact_form.php:634
|
207 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
208 |
msgstr ""
|
209 |
|
210 |
+
#: contact_form.php:638
|
211 |
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: contact_form.php:653
|
215 |
#, fuzzy
|
216 |
msgid "Please, enter Your license key"
|
217 |
msgstr "Ezen email cím használata:"
|
218 |
|
219 |
+
#: contact_form.php:662
|
220 |
msgid "Notice:"
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: contact_form.php:662
|
224 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: contact_form.php:665
|
228 |
+
#: contact_form.php:1997
|
229 |
+
#: contact_form.php:2008
|
230 |
msgid "Settings"
|
231 |
msgstr "Beállítások"
|
232 |
|
233 |
+
#: contact_form.php:666
|
234 |
#, fuzzy
|
235 |
msgid "Extra settings"
|
236 |
msgstr "Beállítások"
|
237 |
|
238 |
+
#: contact_form.php:667
|
239 |
msgid "Go PRO"
|
240 |
msgstr ""
|
241 |
|
242 |
+
#: contact_form.php:673
|
243 |
+
#: contact_form.php:1351
|
244 |
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:"
|
245 |
msgstr "Amennyiben szeretné hozzáadni a Kapcsolatfelvételi Ürlapot a weboldalához, másolja ki és illessze be az alábbi kódot egy bejegyzésbe, oldalba vagy widgetbe:"
|
246 |
|
|
|
247 |
#: contact_form.php:673
|
248 |
+
#: contact_form.php:674
|
249 |
+
#: contact_form.php:1001
|
250 |
+
#: contact_form.php:1050
|
251 |
msgid "or"
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: contact_form.php:674
|
255 |
msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
|
256 |
msgstr ""
|
257 |
|
258 |
+
#: contact_form.php:675
|
259 |
msgid "They work the same way."
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: contact_form.php:676
|
263 |
msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
|
264 |
msgstr "Amennyiben ezeket a mezőket üresen hagyja, az üzenet a regisztráció során megadott email címre lesz elküldve."
|
265 |
|
266 |
+
#: contact_form.php:680
|
267 |
msgid "The user's email address:"
|
268 |
msgstr "A felhasználó email címe:"
|
269 |
|
270 |
+
#: contact_form.php:684
|
271 |
msgid "Create a username"
|
272 |
msgstr "felhasználónév létrehozása"
|
273 |
|
274 |
+
#: contact_form.php:689
|
275 |
msgid "Enter a username of the person who should get the messages from the contact form."
|
276 |
msgstr "Adja meg azon személy felhasználónevét, akitől az üzeneteket szeretné kapni a Kapcsolatfelvételi Ürlap segítségével."
|
277 |
|
278 |
+
#: contact_form.php:693
|
279 |
msgid "Use this email address:"
|
280 |
msgstr "Ezen email cím használata:"
|
281 |
|
282 |
+
#: contact_form.php:696
|
283 |
msgid "Enter the email address you want the messages forwarded to."
|
284 |
msgstr "Adja meg az email címet, ahova az üzenetek érkezzenek."
|
285 |
|
286 |
+
#: contact_form.php:702
|
287 |
msgid "Add department selectbox to the contact form:"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: contact_form.php:710
|
291 |
+
#: contact_form.php:1246
|
292 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
293 |
msgstr ""
|
294 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
295 |
#: contact_form.php:715
|
296 |
#: contact_form.php:852
|
297 |
#: contact_form.php:923
|
298 |
+
#: contact_form.php:1096
|
299 |
+
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
300 |
+
msgstr ""
|
301 |
+
|
302 |
+
#: contact_form.php:716
|
303 |
+
#: contact_form.php:853
|
304 |
+
#: contact_form.php:924
|
305 |
+
#: contact_form.php:1097
|
306 |
#, fuzzy
|
307 |
msgid "Contact Form Pro"
|
308 |
msgstr "Kapcsolatfelvételi Ürlap"
|
309 |
|
310 |
+
#: contact_form.php:722
|
311 |
msgid "Save emails to the database"
|
312 |
msgstr ""
|
313 |
|
314 |
+
#: contact_form.php:732
|
315 |
msgid "Using"
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: contact_form.php:732
|
319 |
+
#: contact_form.php:901
|
320 |
+
#: contact_form.php:904
|
321 |
+
#: contact_form.php:908
|
322 |
msgid "powered by"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: contact_form.php:735
|
326 |
+
#: contact_form.php:739
|
327 |
msgid "Using Contact Form to DB powered by"
|
328 |
msgstr ""
|
329 |
|
330 |
+
#: contact_form.php:735
|
331 |
#, fuzzy
|
332 |
msgid "Activate Contact Form to DB"
|
333 |
msgstr "Kapcsolatfelvételi Ürlap"
|
334 |
|
335 |
+
#: contact_form.php:739
|
336 |
#, fuzzy
|
337 |
msgid "Download Contact Form to DB"
|
338 |
msgstr "Kapcsolatfelvételi Ürlap"
|
339 |
|
340 |
+
#: contact_form.php:744
|
341 |
msgid "Additional options"
|
342 |
msgstr "További opciók"
|
343 |
|
344 |
+
#: contact_form.php:746
|
345 |
msgid "Show"
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: contact_form.php:747
|
349 |
msgid "Hide"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: contact_form.php:751
|
353 |
msgid "What to use?"
|
354 |
msgstr "Mit szeretne használni?"
|
355 |
|
356 |
+
#: contact_form.php:754
|
357 |
msgid "Wp-mail"
|
358 |
msgstr "Wp-mail"
|
359 |
|
360 |
+
#: contact_form.php:754
|
361 |
msgid "You can use the wp_mail function for mailing"
|
362 |
msgstr "Használhatja a wp_mail funkciót a levelezéshez"
|
363 |
|
364 |
+
#: contact_form.php:756
|
365 |
msgid "Mail"
|
366 |
msgstr "E-mail"
|
367 |
|
368 |
+
#: contact_form.php:756
|
369 |
msgid "To send mail you can use the php mail function"
|
370 |
msgstr "Email küldéshez használhatja a php mail funkciót"
|
371 |
|
372 |
+
#: contact_form.php:760
|
373 |
#, fuzzy
|
374 |
msgid "The text in the 'From' field"
|
375 |
msgstr "A 'KITÖL' mező szövegének módosítása"
|
376 |
|
377 |
+
#: contact_form.php:762
|
378 |
msgid "User name"
|
379 |
msgstr ""
|
380 |
|
381 |
+
#: contact_form.php:763
|
382 |
#, fuzzy
|
383 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
384 |
msgstr "A felhasználó e-mail címe, akinek az adatai szerepelnek a 'KITÖL' mezőben."
|
385 |
|
386 |
+
#: contact_form.php:766
|
387 |
#, fuzzy
|
388 |
msgid "This text will be used in the 'FROM' field"
|
389 |
msgstr "Ez az email cím szerepel a 'KITÖL' mezőben."
|
390 |
|
391 |
+
#: contact_form.php:770
|
392 |
#, fuzzy
|
393 |
msgid "The email address in the 'From' field"
|
394 |
msgstr "Adja meg a 'KITÖL' mező email címét"
|
395 |
|
396 |
+
#: contact_form.php:772
|
397 |
msgid "User email"
|
398 |
msgstr ""
|
399 |
|
400 |
+
#: contact_form.php:773
|
401 |
#, fuzzy
|
402 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
403 |
msgstr "A felhasználó e-mail címe, akinek az adatai szerepelnek a 'KITÖL' mezőben."
|
404 |
|
405 |
+
#: contact_form.php:776
|
406 |
msgid "This email address will be used in the 'From' field."
|
407 |
msgstr "Ez az email cím szerepel a 'KITÖL' mezőben."
|
408 |
|
409 |
+
#: contact_form.php:780
|
410 |
#, fuzzy
|
411 |
msgid "Required symbol"
|
412 |
msgstr "Kötelező mező"
|
413 |
|
414 |
+
#: contact_form.php:790
|
415 |
msgid "Fields"
|
416 |
msgstr ""
|
417 |
|
418 |
+
#: contact_form.php:791
|
419 |
msgid "Used"
|
420 |
msgstr ""
|
421 |
|
422 |
+
#: contact_form.php:792
|
423 |
#, fuzzy
|
424 |
msgid "Required"
|
425 |
msgstr "Kötelező mező"
|
426 |
|
427 |
+
#: contact_form.php:793
|
428 |
msgid "Visible"
|
429 |
msgstr ""
|
430 |
|
431 |
+
#: contact_form.php:794
|
432 |
msgid "Disabled for editing"
|
433 |
msgstr ""
|
434 |
|
435 |
+
#: contact_form.php:795
|
436 |
msgid "Field's default value"
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: contact_form.php:800
|
440 |
+
#: contact_form.php:1121
|
441 |
+
#: contact_form.php:1841
|
442 |
+
#: contact_form.php:1871
|
443 |
msgid "Name"
|
444 |
msgstr "Név"
|
445 |
|
446 |
+
#: contact_form.php:808
|
447 |
+
#: contact_form.php:1126
|
448 |
+
#: contact_form.php:1845
|
449 |
+
#: contact_form.php:1873
|
450 |
#, fuzzy
|
451 |
msgid "Address"
|
452 |
msgstr "Email cím:"
|
453 |
|
454 |
+
#: contact_form.php:816
|
455 |
#, fuzzy
|
456 |
msgid "Email Address"
|
457 |
msgstr "Email cím:"
|
458 |
|
459 |
+
#: contact_form.php:824
|
460 |
#, fuzzy
|
461 |
msgid "Phone number"
|
462 |
msgstr "Telefonszám:"
|
463 |
|
464 |
+
#: contact_form.php:832
|
465 |
+
#: contact_form.php:1141
|
466 |
+
#: contact_form.php:1855
|
467 |
+
#: contact_form.php:1877
|
468 |
msgid "Subject"
|
469 |
msgstr "Sujet"
|
470 |
|
471 |
+
#: contact_form.php:840
|
472 |
+
#: contact_form.php:1145
|
473 |
+
#: contact_form.php:1858
|
474 |
+
#: contact_form.php:1878
|
475 |
msgid "Message"
|
476 |
msgstr "Üzenet"
|
477 |
|
478 |
+
#: contact_form.php:858
|
479 |
#, fuzzy
|
480 |
msgid "Attachment block"
|
481 |
msgstr "Csatolmány doboz megjelenítése"
|
482 |
|
483 |
+
#: contact_form.php:860
|
484 |
msgid "Users can attach the following file formats"
|
485 |
msgstr "A felhasználók a következő fájlformátumokat csatolhatják"
|
486 |
|
487 |
+
#: contact_form.php:874
|
488 |
msgid "Add to the form"
|
489 |
msgstr ""
|
490 |
|
491 |
+
#: contact_form.php:879
|
492 |
#, fuzzy
|
493 |
msgid "Tips below the Attachment"
|
494 |
msgstr "Tippek megjelenítése a Csatolmányok doboz alatt"
|
495 |
|
496 |
+
#: contact_form.php:888
|
497 |
#, fuzzy
|
498 |
msgid "'Send me a copy' block"
|
499 |
msgstr "A 'Kérek másolatot' opció megjelenítése"
|
500 |
|
501 |
+
#: contact_form.php:901
|
502 |
+
#: contact_form.php:904
|
503 |
+
#: contact_form.php:908
|
504 |
+
#: contact_form.php:1155
|
505 |
msgid "Captcha"
|
506 |
msgstr ""
|
507 |
|
508 |
+
#: contact_form.php:904
|
509 |
#, fuzzy
|
510 |
msgid "Activate captcha"
|
511 |
msgstr "Aktivált pluginok"
|
512 |
|
513 |
+
#: contact_form.php:908
|
514 |
#, fuzzy
|
515 |
msgid "Download captcha"
|
516 |
msgstr "Letöltés"
|
517 |
|
518 |
+
#: contact_form.php:916
|
519 |
msgid "Agreement checkbox"
|
520 |
msgstr ""
|
521 |
|
522 |
+
#: contact_form.php:916
|
523 |
msgid "Required checkbox for submitting the form"
|
524 |
msgstr ""
|
525 |
|
526 |
+
#: contact_form.php:917
|
527 |
msgid "Optional checkbox"
|
528 |
msgstr ""
|
529 |
|
530 |
+
#: contact_form.php:917
|
531 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
532 |
msgstr ""
|
533 |
|
534 |
+
#: contact_form.php:928
|
535 |
msgid "Delete an attachment file from the server after the email is sent"
|
536 |
msgstr ""
|
537 |
|
538 |
+
#: contact_form.php:934
|
539 |
msgid "Email in HTML format sending"
|
540 |
msgstr ""
|
541 |
|
542 |
+
#: contact_form.php:938
|
543 |
#, fuzzy
|
544 |
msgid "Display additional info in the email"
|
545 |
msgstr "További információk megjelenítése az emailben"
|
546 |
|
547 |
+
#: contact_form.php:943
|
548 |
+
#: contact_form.php:1808
|
549 |
+
#: contact_form.php:1810
|
550 |
msgid "Sent from (ip address)"
|
551 |
msgstr "Küldő (IP cím)"
|
552 |
|
553 |
+
#: contact_form.php:943
|
554 |
#, fuzzy
|
555 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
556 |
msgstr "Küldő (IP cím)"
|
557 |
|
558 |
+
#: contact_form.php:944
|
559 |
+
#: contact_form.php:1814
|
560 |
+
#: contact_form.php:1816
|
561 |
msgid "Date/Time"
|
562 |
msgstr "Dátum/Idő"
|
563 |
|
564 |
+
#: contact_form.php:944
|
565 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
566 |
msgstr ""
|
567 |
|
568 |
+
#: contact_form.php:945
|
569 |
+
#: contact_form.php:1820
|
570 |
+
#: contact_form.php:1822
|
571 |
msgid "Sent from (referer)"
|
572 |
msgstr "Envoyer de (référence)"
|
573 |
|
574 |
+
#: contact_form.php:945
|
575 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
576 |
msgstr ""
|
577 |
|
578 |
+
#: contact_form.php:946
|
579 |
+
#: contact_form.php:1826
|
580 |
+
#: contact_form.php:1828
|
581 |
msgid "Using (user agent)"
|
582 |
msgstr "Alkalmazás (böngésző)"
|
583 |
|
584 |
+
#: contact_form.php:946
|
585 |
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"
|
586 |
msgstr ""
|
587 |
|
588 |
+
#: contact_form.php:950
|
589 |
msgid "Language settings for the field names in the form"
|
590 |
msgstr "Az ürlap mezőinek nyelvi beállítása"
|
591 |
|
592 |
+
#: contact_form.php:959
|
593 |
#, fuzzy
|
594 |
msgid "Add a language"
|
595 |
msgstr "Nyelv hozzáadása"
|
596 |
|
597 |
+
#: contact_form.php:963
|
598 |
msgid "Change the names of the contact form fields and error messages"
|
599 |
msgstr "A Kapcsolatfelvételi Ürlap mező és hibaüzenet neveinek módosítása"
|
600 |
|
601 |
+
#: contact_form.php:968
|
602 |
+
#: contact_form.php:1041
|
603 |
msgid "English"
|
604 |
msgstr "Angol"
|
605 |
|
606 |
+
#: contact_form.php:976
|
607 |
+
#: contact_form.php:1006
|
608 |
msgid "click to expand/hide the list"
|
609 |
msgstr ""
|
610 |
|
611 |
+
#: contact_form.php:985
|
612 |
+
#: contact_form.php:1015
|
613 |
#, fuzzy
|
614 |
msgid "Tips below the Attachment block"
|
615 |
msgstr "Tippek megjelenítése a Csatolmányok doboz alatt"
|
616 |
|
617 |
+
#: contact_form.php:988
|
618 |
+
#: contact_form.php:1018
|
619 |
msgid "Error message for the Name field"
|
620 |
msgstr "Név mező hibaüzenet"
|
621 |
|
622 |
+
#: contact_form.php:989
|
623 |
+
#: contact_form.php:1019
|
624 |
#, fuzzy
|
625 |
msgid "Error message for the Address field"
|
626 |
msgstr "Üzenet mező hibaüzenet"
|
627 |
|
|
|
|
|
|
|
|
|
|
|
628 |
#: contact_form.php:990
|
629 |
#: contact_form.php:1020
|
630 |
+
msgid "Error message for the Email field"
|
631 |
+
msgstr "Email cím mező hibaüzenet"
|
632 |
|
633 |
#: contact_form.php:991
|
634 |
#: contact_form.php:1021
|
635 |
+
msgid "Error message for the Phone field"
|
636 |
+
msgstr "Telefonszám mező hibaüzenet"
|
637 |
|
638 |
#: contact_form.php:992
|
639 |
#: contact_form.php:1022
|
640 |
+
msgid "Error message for the Subject field"
|
641 |
+
msgstr "Tárgy mező hibaüzenet"
|
642 |
|
643 |
#: contact_form.php:993
|
644 |
#: contact_form.php:1023
|
645 |
+
msgid "Error message for the Message field"
|
646 |
+
msgstr "Üzenet mező hibaüzenet"
|
|
|
647 |
|
648 |
#: contact_form.php:994
|
649 |
#: contact_form.php:1024
|
650 |
#, fuzzy
|
651 |
+
msgid "Error message about the file type for the Attachment field"
|
652 |
msgstr "Csatolmány doboz hibaüzenet"
|
653 |
|
654 |
#: contact_form.php:995
|
655 |
#: contact_form.php:1025
|
656 |
#, fuzzy
|
657 |
+
msgid "Error message while uploading a file for the Attachment field to the server"
|
658 |
msgstr "Csatolmány doboz hibaüzenet"
|
659 |
|
660 |
#: contact_form.php:996
|
661 |
#: contact_form.php:1026
|
662 |
#, fuzzy
|
663 |
+
msgid "Error message while moving the file for the Attachment field"
|
664 |
msgstr "Csatolmány doboz hibaüzenet"
|
665 |
|
666 |
#: contact_form.php:997
|
667 |
#: contact_form.php:1027
|
668 |
+
#, fuzzy
|
669 |
+
msgid "Error message when file size limit for the Attachment field is exceeded"
|
670 |
+
msgstr "Csatolmány doboz hibaüzenet"
|
671 |
|
672 |
#: contact_form.php:998
|
673 |
#: contact_form.php:1028
|
674 |
+
msgid "Error message for the Captcha field"
|
675 |
+
msgstr "CAPTCHA mező hibaüzenet"
|
676 |
+
|
677 |
+
#: contact_form.php:999
|
678 |
+
#: contact_form.php:1029
|
679 |
msgid "Error message for the whole form"
|
680 |
msgstr "Hibaüzenet az egész form számára"
|
681 |
|
682 |
+
#: contact_form.php:1001
|
683 |
+
#: contact_form.php:1031
|
684 |
+
#: contact_form.php:1050
|
685 |
+
#: contact_form.php:1056
|
686 |
msgid "Use shortcode"
|
687 |
msgstr "Gyorskód használata"
|
688 |
|
689 |
+
#: contact_form.php:1001
|
690 |
+
#: contact_form.php:1031
|
691 |
+
#: contact_form.php:1050
|
692 |
+
#: contact_form.php:1056
|
693 |
msgid "for this language"
|
694 |
msgstr "ehhez a nyelvhez"
|
695 |
|
696 |
+
#: contact_form.php:1038
|
697 |
msgid "Action after email is sent"
|
698 |
msgstr "Művelet az email elküldése után"
|
699 |
|
700 |
+
#: contact_form.php:1040
|
701 |
msgid "Display text"
|
702 |
msgstr "Szöveg megjelenítése"
|
703 |
|
704 |
+
#: contact_form.php:1049
|
705 |
+
#: contact_form.php:1055
|
706 |
msgid "Text"
|
707 |
msgstr "Szöveg"
|
708 |
|
709 |
+
#: contact_form.php:1062
|
710 |
msgid "Redirect to the page"
|
711 |
msgstr "Átirányítás egy weboldalra"
|
712 |
|
713 |
+
#: contact_form.php:1063
|
714 |
msgid "Url"
|
715 |
msgstr "Url"
|
716 |
|
717 |
#: contact_form.php:1067
|
718 |
+
msgid "The $_SERVER variable that is used to build a URL of the form"
|
719 |
+
msgstr ""
|
720 |
+
|
721 |
+
#: contact_form.php:1071
|
722 |
+
msgid "If you are not sure whether to change this setting or not, please do not do that."
|
723 |
+
msgstr ""
|
724 |
+
|
725 |
+
#: contact_form.php:1077
|
726 |
+
#: contact_form.php:1252
|
727 |
msgid "Save Changes"
|
728 |
msgstr "Módosítások Mentése"
|
729 |
|
730 |
+
#: contact_form.php:1082
|
731 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
732 |
msgstr ""
|
733 |
|
734 |
+
#: contact_form.php:1083
|
735 |
#, fuzzy
|
736 |
msgid "Rate the plugin"
|
737 |
msgstr "Ajánlott pluginok"
|
738 |
|
739 |
+
#: contact_form.php:1086
|
740 |
#, fuzzy
|
741 |
msgid "If there is something wrong about it, please contact us"
|
742 |
msgstr "Amennyiben kérdése van, kérjük írjon nekünk a plugin@bestwebsoft.com címre vagy töltse ki a kapcsolatfelvételi lapot a weboldalon"
|
743 |
|
744 |
+
#: contact_form.php:1101
|
745 |
msgid "Errors output"
|
746 |
msgstr ""
|
747 |
|
748 |
+
#: contact_form.php:1104
|
749 |
msgid "Display error messages"
|
750 |
msgstr ""
|
751 |
|
752 |
+
#: contact_form.php:1105
|
753 |
msgid "Color of the input field errors."
|
754 |
msgstr ""
|
755 |
|
756 |
+
#: contact_form.php:1106
|
757 |
#, fuzzy
|
758 |
msgid "Display error messages & color of the input field errors"
|
759 |
msgstr "Tárgy mező hibaüzenet"
|
760 |
|
761 |
+
#: contact_form.php:1111
|
762 |
msgid "Add placeholder to the input blocks"
|
763 |
msgstr ""
|
764 |
|
765 |
+
#: contact_form.php:1117
|
766 |
#, fuzzy
|
767 |
msgid "Add tooltips"
|
768 |
msgstr "További opciók"
|
769 |
|
770 |
+
#: contact_form.php:1131
|
771 |
#, fuzzy
|
772 |
msgid "Email address"
|
773 |
msgstr "Email cím:"
|
774 |
|
775 |
+
#: contact_form.php:1136
|
776 |
#, fuzzy
|
777 |
msgid "Phone Number"
|
778 |
msgstr "Telefonszám:"
|
779 |
|
780 |
+
#: contact_form.php:1150
|
781 |
#, fuzzy
|
782 |
msgid "Attachment"
|
783 |
msgstr "Csatolmány:"
|
784 |
|
785 |
+
#: contact_form.php:1155
|
786 |
msgid "(powered by bestwebsoft.com)"
|
787 |
msgstr ""
|
788 |
|
789 |
+
#: contact_form.php:1160
|
790 |
#, fuzzy
|
791 |
msgid "Style options"
|
792 |
msgstr "További opciók"
|
793 |
|
794 |
+
#: contact_form.php:1163
|
795 |
msgid "Text color"
|
796 |
msgstr ""
|
797 |
|
798 |
+
#: contact_form.php:1166
|
|
|
799 |
#: contact_form.php:1171
|
|
|
800 |
#: contact_form.php:1181
|
801 |
#: contact_form.php:1186
|
802 |
+
#: contact_form.php:1191
|
803 |
#: contact_form.php:1196
|
804 |
+
#: contact_form.php:1206
|
805 |
+
#: contact_form.php:1211
|
806 |
+
#: contact_form.php:1217
|
|
|
807 |
#: contact_form.php:1228
|
808 |
+
#: contact_form.php:1233
|
809 |
+
#: contact_form.php:1238
|
810 |
msgid "Default"
|
811 |
msgstr ""
|
812 |
|
813 |
+
#: contact_form.php:1168
|
814 |
msgid "Label text color"
|
815 |
msgstr ""
|
816 |
|
817 |
+
#: contact_form.php:1173
|
818 |
msgid "Placeholder color"
|
819 |
msgstr ""
|
820 |
|
821 |
+
#: contact_form.php:1178
|
822 |
msgid "Errors color"
|
823 |
msgstr ""
|
824 |
|
825 |
+
#: contact_form.php:1183
|
826 |
msgid "Error text color"
|
827 |
msgstr ""
|
828 |
|
829 |
+
#: contact_form.php:1188
|
830 |
msgid "Background color of the input field errors"
|
831 |
msgstr ""
|
832 |
|
833 |
+
#: contact_form.php:1193
|
834 |
msgid "Border color of the input field errors"
|
835 |
msgstr ""
|
836 |
|
837 |
+
#: contact_form.php:1198
|
838 |
msgid "Placeholder color of the input field errors"
|
839 |
msgstr ""
|
840 |
|
841 |
+
#: contact_form.php:1203
|
842 |
#, fuzzy
|
843 |
msgid "Input fields"
|
844 |
msgstr "Szöveg megjelenítése"
|
845 |
|
846 |
+
#: contact_form.php:1208
|
847 |
msgid "Input fields background color"
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: contact_form.php:1213
|
851 |
msgid "Text fields color"
|
852 |
msgstr ""
|
853 |
|
854 |
+
#: contact_form.php:1215
|
855 |
msgid "Border width in px, numbers only"
|
856 |
msgstr ""
|
857 |
|
858 |
+
#: contact_form.php:1219
|
859 |
+
#: contact_form.php:1240
|
860 |
msgid "Border color"
|
861 |
msgstr ""
|
862 |
|
863 |
+
#: contact_form.php:1224
|
864 |
#, fuzzy
|
865 |
msgid "Submit button"
|
866 |
msgstr "Küldés"
|
867 |
|
868 |
+
#: contact_form.php:1226
|
869 |
msgid "Width in px, numbers only"
|
870 |
msgstr ""
|
871 |
|
872 |
+
#: contact_form.php:1230
|
873 |
msgid "Button color"
|
874 |
msgstr ""
|
875 |
|
876 |
+
#: contact_form.php:1235
|
877 |
msgid "Button text color"
|
878 |
msgstr ""
|
879 |
|
880 |
+
#: contact_form.php:1256
|
881 |
#, fuzzy
|
882 |
msgid "Contact Form Pro | Preview"
|
883 |
msgstr "Kapcsolatfelvételi Ürlap"
|
884 |
|
885 |
+
#: contact_form.php:1259
|
886 |
msgid "Show with errors"
|
887 |
msgstr ""
|
888 |
|
889 |
+
#: contact_form.php:1267
|
890 |
+
#: contact_form.php:1269
|
891 |
msgid "Please enter your full name..."
|
892 |
msgstr ""
|
893 |
|
894 |
+
#: contact_form.php:1280
|
895 |
+
#: contact_form.php:1282
|
896 |
msgid "Please enter your address..."
|
897 |
msgstr ""
|
898 |
|
899 |
+
#: contact_form.php:1291
|
900 |
+
#: contact_form.php:1293
|
901 |
#, fuzzy
|
902 |
msgid "Please enter your email address..."
|
903 |
msgstr "Ezen email cím használata:"
|
904 |
|
905 |
+
#: contact_form.php:1302
|
906 |
+
#: contact_form.php:1304
|
907 |
msgid "Please enter your phone number..."
|
908 |
msgstr ""
|
909 |
|
910 |
+
#: contact_form.php:1313
|
911 |
+
#: contact_form.php:1315
|
912 |
msgid "Please enter subject..."
|
913 |
msgstr ""
|
914 |
|
915 |
+
#: contact_form.php:1323
|
916 |
+
#: contact_form.php:1325
|
917 |
msgid "Please enter your message..."
|
918 |
msgstr ""
|
919 |
|
920 |
+
#: contact_form.php:1367
|
921 |
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
922 |
msgstr ""
|
923 |
|
924 |
+
#: contact_form.php:1369
|
925 |
msgid "Please, go to"
|
926 |
msgstr ""
|
927 |
|
928 |
+
#: contact_form.php:1369
|
929 |
#, fuzzy
|
930 |
msgid "the setting page"
|
931 |
msgstr "Beállítások"
|
932 |
|
933 |
+
#: contact_form.php:1370
|
934 |
msgid "You will be redirected automatically in 5 seconds."
|
935 |
msgstr ""
|
936 |
|
937 |
+
#: contact_form.php:1375
|
938 |
msgid "You can download and activate"
|
939 |
msgstr ""
|
940 |
|
941 |
+
#: contact_form.php:1377
|
942 |
msgid "version of this plugin by entering Your license key."
|
943 |
msgstr ""
|
944 |
|
945 |
+
#: contact_form.php:1379
|
946 |
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
947 |
msgstr ""
|
948 |
|
949 |
+
#: contact_form.php:1381
|
950 |
msgid "(your username is the email you specify when purchasing the product)."
|
951 |
msgstr ""
|
952 |
|
|
|
953 |
#: contact_form.php:1389
|
954 |
+
#: contact_form.php:1399
|
955 |
msgid "Go!"
|
956 |
msgstr ""
|
957 |
|
958 |
+
#: contact_form.php:1449
|
959 |
msgid "Sorry, email message could not be delivered."
|
960 |
msgstr "Sajnáljuk, az email üzenet nem továbbítható."
|
961 |
|
962 |
+
#: contact_form.php:1835
|
963 |
msgid "Contact from"
|
964 |
msgstr "Üzenet küldött"
|
965 |
|
966 |
+
#: contact_form.php:1848
|
967 |
+
#: contact_form.php:1874
|
968 |
msgid "Email"
|
969 |
msgstr "E-mail"
|
970 |
|
971 |
+
#: contact_form.php:1852
|
972 |
+
#: contact_form.php:1876
|
973 |
msgid "Phone"
|
974 |
msgstr "Telefonszám"
|
975 |
|
976 |
+
#: contact_form.php:1861
|
977 |
+
#: contact_form.php:1879
|
978 |
msgid "Site"
|
979 |
msgstr "Oldal"
|
980 |
|
981 |
+
#: contact_form.php:1941
|
982 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
983 |
msgstr "Amennyiben ez a MIME nem jelenik meg, akkör az ön Levelezője nem támogatja ezt a MIME típust !"
|
984 |
|
985 |
+
#: contact_form.php:2009
|
986 |
msgid "FAQ"
|
987 |
msgstr "GYIK (FAQ)"
|
988 |
|
989 |
+
#: contact_form.php:2010
|
990 |
msgid "Support"
|
991 |
msgstr "Támogatás"
|
992 |
|
993 |
+
#: contact_form.php:2068
|
994 |
msgid "Are you sure that you want to delete this language data?"
|
995 |
msgstr "Biztosan törölni szeretné ezt a nyelvi adatot ?"
|
996 |
|
997 |
+
#: contact_form.php:2223
|
998 |
+
msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
|
999 |
+
msgstr ""
|
1000 |
+
|
1001 |
+
#: contact_form.php:2224
|
1002 |
+
msgid "Extend standard plugin functionality with new great options."
|
1003 |
+
msgstr ""
|
1004 |
+
|
1005 |
+
#: contact_form.php:2233
|
1006 |
+
msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
|
1007 |
+
msgstr ""
|
1008 |
+
|
1009 |
+
#: contact_form.php:2234
|
1010 |
+
msgid "Manage messages that have been sent from your website."
|
1011 |
+
msgstr ""
|
1012 |
+
|
1013 |
#, fuzzy
|
1014 |
#~ msgid "Contact Form Pro Extra Settings"
|
1015 |
#~ msgstr "Kapcsolatfelvételi Ürlap Beállítások"
|
languages/contact_form-it_IT.mo
CHANGED
Binary file
|
languages/contact_form-it_IT.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
-
"PO-Revision-Date: 2014-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Ilian Gagliardi <ilian@ultra-violet.it>\n"
|
9 |
"Language: it_IT\n"
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: contact_form.php:33
|
20 |
-
#: contact_form.php:
|
21 |
#, fuzzy
|
22 |
msgid "Contact Form Settings"
|
23 |
msgstr "Opzioni Contact Form"
|
@@ -27,45 +27,45 @@ msgid "Contact Form"
|
|
27 |
msgstr "Contact Form"
|
28 |
|
29 |
#: contact_form.php:80
|
30 |
-
#: contact_form.php:
|
31 |
-
#: contact_form.php:
|
32 |
msgid "Name:"
|
33 |
msgstr "Nome:"
|
34 |
|
35 |
#: contact_form.php:81
|
36 |
-
#: contact_form.php:
|
37 |
-
#: contact_form.php:
|
38 |
#, fuzzy
|
39 |
msgid "Address:"
|
40 |
msgstr "Indirizzo e-mail:"
|
41 |
|
42 |
#: contact_form.php:82
|
43 |
-
#: contact_form.php:
|
44 |
-
#: contact_form.php:
|
45 |
msgid "Email Address:"
|
46 |
msgstr "Indirizzo e-mail:"
|
47 |
|
48 |
#: contact_form.php:83
|
49 |
-
#: contact_form.php:
|
50 |
-
#: contact_form.php:
|
51 |
msgid "Phone number:"
|
52 |
msgstr "Numero di telefono:"
|
53 |
|
54 |
#: contact_form.php:84
|
55 |
-
#: contact_form.php:
|
56 |
-
#: contact_form.php:
|
57 |
msgid "Subject:"
|
58 |
msgstr "Oggetto:"
|
59 |
|
60 |
#: contact_form.php:85
|
61 |
-
#: contact_form.php:
|
62 |
-
#: contact_form.php:
|
63 |
msgid "Message:"
|
64 |
msgstr "Messaggio:"
|
65 |
|
66 |
#: contact_form.php:86
|
67 |
-
#: contact_form.php:
|
68 |
-
#: contact_form.php:
|
69 |
msgid "Attachment:"
|
70 |
msgstr "Attachment:"
|
71 |
|
@@ -74,14 +74,14 @@ msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI,
|
|
74 |
msgstr ""
|
75 |
|
76 |
#: contact_form.php:88
|
77 |
-
#: contact_form.php:
|
78 |
-
#: contact_form.php:
|
79 |
msgid "Send me a copy"
|
80 |
msgstr "Inviami una copia"
|
81 |
|
82 |
#: contact_form.php:89
|
83 |
-
#: contact_form.php:
|
84 |
-
#: contact_form.php:
|
85 |
msgid "Submit"
|
86 |
msgstr "Invia"
|
87 |
|
@@ -138,848 +138,872 @@ msgstr "Controlla i dati del modulo e riprova!"
|
|
138 |
msgid "Thank you for contacting us."
|
139 |
msgstr "Grazie per averci contattato."
|
140 |
|
141 |
-
#: contact_form.php:
|
142 |
#, fuzzy
|
143 |
msgid "requires"
|
144 |
msgstr "Campi richiesti"
|
145 |
|
146 |
-
#: contact_form.php:
|
147 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: contact_form.php:
|
151 |
msgid "Back to the WordPress"
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: contact_form.php:
|
155 |
#, fuzzy
|
156 |
msgid "Plugins page"
|
157 |
msgstr "BWS Plugins"
|
158 |
|
159 |
-
#: contact_form.php:
|
160 |
msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
|
161 |
msgstr "se l'opzione 'Reindirizza a pagina' è impostata, allora il campo URL deve essere nel seguente formato"
|
162 |
|
163 |
-
#: contact_form.php:
|
164 |
msgid "Such user does not exist. Settings are not saved."
|
165 |
msgstr "L'utente indicato non esiste. Le opzioni non sono state salvate."
|
166 |
|
167 |
-
#: contact_form.php:
|
168 |
-
#: contact_form.php:
|
169 |
msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
|
170 |
msgstr "Perfavore inserisci una e-mail corretta nel campo 'DA'. Opzioni non salvate."
|
171 |
|
172 |
-
#: contact_form.php:
|
173 |
#, fuzzy
|
174 |
msgid "Settings saved."
|
175 |
msgstr "Opzioni salvate."
|
176 |
|
177 |
-
#: contact_form.php:
|
178 |
-
#: contact_form.php:
|
179 |
msgid "Wrong license key"
|
180 |
msgstr ""
|
181 |
|
182 |
-
#: contact_form.php:
|
183 |
msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: contact_form.php:
|
187 |
msgid "This license key is bind to another site"
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: contact_form.php:
|
191 |
-
#: contact_form.php:
|
192 |
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: contact_form.php:
|
196 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: contact_form.php:
|
200 |
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: contact_form.php:
|
204 |
-
#: contact_form.php:
|
205 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
206 |
msgstr ""
|
207 |
|
208 |
-
#: contact_form.php:
|
209 |
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
|
210 |
msgstr ""
|
211 |
|
212 |
-
#: contact_form.php:
|
213 |
#, fuzzy
|
214 |
msgid "Please, enter Your license key"
|
215 |
msgstr "Utilizza questa e-mail:"
|
216 |
|
217 |
-
#: contact_form.php:
|
218 |
msgid "Notice:"
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: contact_form.php:
|
222 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: contact_form.php:
|
226 |
-
#: contact_form.php:
|
227 |
-
#: contact_form.php:
|
228 |
msgid "Settings"
|
229 |
msgstr "Settaggi"
|
230 |
|
231 |
-
#: contact_form.php:
|
232 |
#, fuzzy
|
233 |
msgid "Extra settings"
|
234 |
msgstr "Settaggi"
|
235 |
|
236 |
-
#: contact_form.php:
|
237 |
msgid "Go PRO"
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: contact_form.php:
|
241 |
-
#: contact_form.php:
|
242 |
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:"
|
243 |
msgstr "Se vuoi aggiungere un Contact Form al tuo sito, copia e incolla questo shortcode nei tuoi post o nelle tue pagine o widget:"
|
244 |
|
245 |
-
#: contact_form.php:672
|
246 |
#: contact_form.php:673
|
247 |
-
#: contact_form.php:
|
248 |
-
#: contact_form.php:
|
|
|
249 |
msgid "or"
|
250 |
msgstr ""
|
251 |
|
252 |
-
#: contact_form.php:
|
253 |
msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: contact_form.php:
|
257 |
msgid "They work the same way."
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: contact_form.php:
|
261 |
msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
|
262 |
msgstr "Se le informazioni nei campi sottostanti sono vuote allora il messaggio sarà inviato ad un indirizzo che è stato specificato durante la fase di registrazione. "
|
263 |
|
264 |
-
#: contact_form.php:
|
265 |
msgid "The user's email address:"
|
266 |
msgstr "Utilizza l'e-mail dell'utente wordpress:"
|
267 |
|
268 |
-
#: contact_form.php:
|
269 |
msgid "Create a username"
|
270 |
msgstr "Seleziona nome utente"
|
271 |
|
272 |
-
#: contact_form.php:
|
273 |
msgid "Enter a username of the person who should get the messages from the contact form."
|
274 |
msgstr "Imposta il nome dell'utente che riceverà i messaggi da un contact form."
|
275 |
|
276 |
-
#: contact_form.php:
|
277 |
msgid "Use this email address:"
|
278 |
msgstr "Utilizza questa e-mail:"
|
279 |
|
280 |
-
#: contact_form.php:
|
281 |
msgid "Enter the email address you want the messages forwarded to."
|
282 |
msgstr "Imposta una e-mail che verrà utilizzata per ricevere i messaggi."
|
283 |
|
284 |
-
#: contact_form.php:
|
285 |
msgid "Add department selectbox to the contact form:"
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: contact_form.php:
|
289 |
-
#: contact_form.php:
|
290 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: contact_form.php:714
|
294 |
-
#: contact_form.php:851
|
295 |
-
#: contact_form.php:922
|
296 |
-
#: contact_form.php:1086
|
297 |
-
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
298 |
-
msgstr ""
|
299 |
-
|
300 |
#: contact_form.php:715
|
301 |
#: contact_form.php:852
|
302 |
#: contact_form.php:923
|
303 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
304 |
#, fuzzy
|
305 |
msgid "Contact Form Pro"
|
306 |
msgstr "Contact Form"
|
307 |
|
308 |
-
#: contact_form.php:
|
309 |
msgid "Save emails to the database"
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: contact_form.php:
|
313 |
msgid "Using"
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: contact_form.php:
|
317 |
-
#: contact_form.php:
|
318 |
-
#: contact_form.php:
|
319 |
-
#: contact_form.php:
|
320 |
msgid "powered by"
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: contact_form.php:
|
324 |
-
#: contact_form.php:
|
325 |
msgid "Using Contact Form to DB powered by"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: contact_form.php:
|
329 |
#, fuzzy
|
330 |
msgid "Activate Contact Form to DB"
|
331 |
msgstr "Contact Form"
|
332 |
|
333 |
-
#: contact_form.php:
|
334 |
#, fuzzy
|
335 |
msgid "Download Contact Form to DB"
|
336 |
msgstr "Contact Form"
|
337 |
|
338 |
-
#: contact_form.php:
|
339 |
msgid "Additional options"
|
340 |
msgstr "Impostazioni aggiuntive"
|
341 |
|
342 |
-
#: contact_form.php:
|
343 |
msgid "Show"
|
344 |
msgstr ""
|
345 |
|
346 |
-
#: contact_form.php:
|
347 |
msgid "Hide"
|
348 |
msgstr ""
|
349 |
|
350 |
-
#: contact_form.php:
|
351 |
msgid "What to use?"
|
352 |
msgstr "Cosa utilizzare?"
|
353 |
|
354 |
-
#: contact_form.php:
|
355 |
msgid "Wp-mail"
|
356 |
msgstr "Wp-mail"
|
357 |
|
358 |
-
#: contact_form.php:
|
359 |
msgid "You can use the wp_mail function for mailing"
|
360 |
msgstr "Per inviare e-mail puoi utilizzare la funzione wp_mail"
|
361 |
|
362 |
-
#: contact_form.php:
|
363 |
msgid "Mail"
|
364 |
msgstr "Mail"
|
365 |
|
366 |
-
#: contact_form.php:
|
367 |
msgid "To send mail you can use the php mail function"
|
368 |
msgstr "Per inviare e-mail puoi utilizzare la funzione mail di php"
|
369 |
|
370 |
-
#: contact_form.php:
|
371 |
#, fuzzy
|
372 |
msgid "The text in the 'From' field"
|
373 |
msgstr "Modifica il contenuto del campo 'DA'"
|
374 |
|
375 |
-
#: contact_form.php:
|
376 |
msgid "User name"
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: contact_form.php:
|
380 |
#, fuzzy
|
381 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
382 |
msgstr "L'indirizzo e-mail dell'utente che compila il form verrà usato nel campo 'DA'"
|
383 |
|
384 |
-
#: contact_form.php:
|
385 |
#, fuzzy
|
386 |
msgid "This text will be used in the 'FROM' field"
|
387 |
msgstr "Questo indirizzo e-mail verrà utilizzato nel campo 'DA'"
|
388 |
|
389 |
-
#: contact_form.php:
|
390 |
#, fuzzy
|
391 |
msgid "The email address in the 'From' field"
|
392 |
msgstr "Inserisci l'indirizzo e-mail nel campo 'DA'"
|
393 |
|
394 |
-
#: contact_form.php:
|
395 |
msgid "User email"
|
396 |
msgstr ""
|
397 |
|
398 |
-
#: contact_form.php:
|
399 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
400 |
msgstr "L'indirizzo e-mail dell'utente che compila il form verrà usato nel campo 'DA'"
|
401 |
|
402 |
-
#: contact_form.php:
|
403 |
msgid "This email address will be used in the 'From' field."
|
404 |
msgstr "Questo indirizzo e-mail verrà utilizzato nel campo 'DA'"
|
405 |
|
406 |
-
#: contact_form.php:
|
407 |
#, fuzzy
|
408 |
msgid "Required symbol"
|
409 |
msgstr "Campi richiesti"
|
410 |
|
411 |
-
#: contact_form.php:
|
412 |
msgid "Fields"
|
413 |
msgstr ""
|
414 |
|
415 |
-
#: contact_form.php:
|
416 |
msgid "Used"
|
417 |
msgstr ""
|
418 |
|
419 |
-
#: contact_form.php:
|
420 |
#, fuzzy
|
421 |
msgid "Required"
|
422 |
msgstr "Campi richiesti"
|
423 |
|
424 |
-
#: contact_form.php:
|
425 |
msgid "Visible"
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: contact_form.php:
|
429 |
msgid "Disabled for editing"
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: contact_form.php:
|
433 |
msgid "Field's default value"
|
434 |
msgstr ""
|
435 |
|
436 |
-
#: contact_form.php:
|
437 |
-
#: contact_form.php:
|
438 |
-
#: contact_form.php:
|
439 |
-
#: contact_form.php:
|
440 |
msgid "Name"
|
441 |
msgstr "Nome"
|
442 |
|
443 |
-
#: contact_form.php:
|
444 |
-
#: contact_form.php:
|
445 |
-
#: contact_form.php:
|
446 |
-
#: contact_form.php:
|
447 |
#, fuzzy
|
448 |
msgid "Address"
|
449 |
msgstr "Indirizzo e-mail"
|
450 |
|
451 |
-
#: contact_form.php:
|
452 |
msgid "Email Address"
|
453 |
msgstr "Indirizzo e-mail"
|
454 |
|
455 |
-
#: contact_form.php:
|
456 |
#, fuzzy
|
457 |
msgid "Phone number"
|
458 |
msgstr "Numero di telefono:"
|
459 |
|
460 |
-
#: contact_form.php:
|
461 |
-
#: contact_form.php:
|
462 |
-
#: contact_form.php:
|
463 |
-
#: contact_form.php:
|
464 |
msgid "Subject"
|
465 |
msgstr "Oggetto"
|
466 |
|
467 |
-
#: contact_form.php:
|
468 |
-
#: contact_form.php:
|
469 |
-
#: contact_form.php:
|
470 |
-
#: contact_form.php:
|
471 |
msgid "Message"
|
472 |
msgstr "Messaggio"
|
473 |
|
474 |
-
#: contact_form.php:
|
475 |
#, fuzzy
|
476 |
msgid "Attachment block"
|
477 |
msgstr "Visualizza l'attachment"
|
478 |
|
479 |
-
#: contact_form.php:
|
480 |
msgid "Users can attach the following file formats"
|
481 |
msgstr "Gli utenti possono allegare i files nei seguenti tipi"
|
482 |
|
483 |
-
#: contact_form.php:
|
484 |
msgid "Add to the form"
|
485 |
|