Version Description
- 05.08.2015 =
- New : Ability to restore settings to defaults.
- Bugfix : We fixed syntax error.
- Update : We updated all functionality for wordpress 4.2.4.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Contact Form by BestWebSoft |
Version | 3.93 |
Comparing to | |
See all releases |
Code changes from version 3.92 to 3.93
- bws_menu/bws_menu.php +7 -3
- bws_menu/css/general_style.css +0 -1
- bws_menu/icons/job-board.png +0 -0
- contact_form.php +527 -507
- css/style.css +1 -1
- js/script.js +0 -0
- languages/contact_form-af_ZA.mo +0 -0
- languages/contact_form-af_ZA.po +325 -339
- languages/contact_form-ca.mo +0 -0
- languages/contact_form-ca.po +313 -336
- languages/contact_form-de_DE.mo +0 -0
- languages/contact_form-de_DE.po +329 -340
- languages/contact_form-el.mo +0 -0
- languages/contact_form-el.po +391 -355
- languages/contact_form-es_ES.mo +0 -0
- languages/contact_form-es_ES.po +364 -353
- languages/contact_form-et.mo +0 -0
- languages/contact_form-et.po +317 -336
- languages/contact_form-fr_FR.mo +0 -0
- languages/contact_form-fr_FR.po +377 -357
- languages/contact_form-ja.mo +0 -0
- languages/contact_form-ja.po +322 -337
- languages/contact_form-nb_NO.mo +0 -0
- languages/contact_form-nb_NO.po +325 -341
- languages/contact_form-pt_BR.mo +0 -0
- languages/contact_form-pt_BR.po +336 -341
- languages/contact_form-ru_RU.mo +0 -0
- languages/contact_form-ru_RU.po +356 -354
- languages/contact_form-sk_SK.mo +0 -0
- languages/contact_form-sk_SK.po +318 -336
- languages/contact_form-sv_SE.mo +0 -0
- languages/contact_form-sv_SE.po +306 -334
- languages/contact_form-tr.mo +0 -0
- languages/contact_form-tr.po +319 -337
- languages/contact_form-uk.mo +0 -0
- languages/contact_form-uk.po +365 -357
- languages/contact_form-vi.mo +0 -0
- languages/contact_form-vi.po +326 -340
- languages/contact_form-zh_CN.mo +0 -0
- languages/contact_form-zh_CN.po +283 -326
- readme.txt +11 -13
- screenshot-1.png +0 -0
- screenshot-2.png +0 -0
bws_menu/bws_menu.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
-
* Version: 1.6.
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
|
@@ -438,7 +438,10 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
438 |
'link' => 'http://bestwebsoft.com/products/visitors-online/?k=93c28013a4f830671b3bba9502ed5177&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
439 |
'download' => 'http://bestwebsoft.com/products/visitors-online/download/?k=93c28013a4f830671b3bba9502ed5177&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
440 |
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Visitors+online+BestWebSoft&plugin-search-input=Search+Plugins',
|
441 |
-
'settings' => 'admin.php?page=visitors-online.php'
|
|
|
|
|
|
|
442 |
)
|
443 |
);
|
444 |
|
@@ -967,6 +970,7 @@ if ( ! function_exists( 'bws_get_banner_array' ) ) {
|
|
967 |
function bws_get_banner_array() {
|
968 |
global $bstwbsftwppdtplgns_banner_array;
|
969 |
$bstwbsftwppdtplgns_banner_array = array(
|
|
|
970 |
array( 'cstmsrch_hide_banner_on_plugin_page', 'custom-search-plugin/custom-search-plugin.php', '1.28' ),
|
971 |
array( 'prtfl_hide_banner_on_plugin_page', 'portfolio/portfolio.php', '2.33' ),
|
972 |
array( 'rlt_hide_banner_on_plugin_page', 'realty/realty.php', '1.0.0' ),
|
@@ -990,7 +994,7 @@ if ( ! function_exists( 'bws_get_banner_array' ) ) {
|
|
990 |
array( 'cntctfrm_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.47' ),
|
991 |
array( 'cptch_hide_banner_on_plugin_page', 'captcha/captcha.php', '3.8.4' ),
|
992 |
array( 'gllr_hide_banner_on_plugin_page', 'gallery-plugin/gallery-plugin.php', '3.9.1' ),
|
993 |
-
array( 'cntctfrm_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.62' )
|
994 |
);
|
995 |
}
|
996 |
}
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
+
* Version: 1.6.6
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
|
438 |
'link' => 'http://bestwebsoft.com/products/visitors-online/?k=93c28013a4f830671b3bba9502ed5177&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
439 |
'download' => 'http://bestwebsoft.com/products/visitors-online/download/?k=93c28013a4f830671b3bba9502ed5177&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
440 |
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Visitors+online+BestWebSoft&plugin-search-input=Search+Plugins',
|
441 |
+
'settings' => 'admin.php?page=visitors-online.php',
|
442 |
+
'pro_version' => 'visitors-online-pro/visitors-online-pro.php',
|
443 |
+
'purchase' => 'http://bestwebsoft.com/products/visitors-online/buy/?k=f9a746075ff8a0a6cb192cb46526afd2&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
444 |
+
'pro_settings' => 'admin.php?page=visitors-online-pro.php'
|
445 |
)
|
446 |
);
|
447 |
|
970 |
function bws_get_banner_array() {
|
971 |
global $bstwbsftwppdtplgns_banner_array;
|
972 |
$bstwbsftwppdtplgns_banner_array = array(
|
973 |
+
array( 'vstrsnln_hide_banner_on_plugin_page', 'visitors-online/visitors-online.php', '0.2' ),
|
974 |
array( 'cstmsrch_hide_banner_on_plugin_page', 'custom-search-plugin/custom-search-plugin.php', '1.28' ),
|
975 |
array( 'prtfl_hide_banner_on_plugin_page', 'portfolio/portfolio.php', '2.33' ),
|
976 |
array( 'rlt_hide_banner_on_plugin_page', 'realty/realty.php', '1.0.0' ),
|
994 |
array( 'cntctfrm_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.47' ),
|
995 |
array( 'cptch_hide_banner_on_plugin_page', 'captcha/captcha.php', '3.8.4' ),
|
996 |
array( 'gllr_hide_banner_on_plugin_page', 'gallery-plugin/gallery-plugin.php', '3.9.1' ),
|
997 |
+
array( 'cntctfrm_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.62' )
|
998 |
);
|
999 |
}
|
1000 |
}
|
bws_menu/css/general_style.css
CHANGED
@@ -69,7 +69,6 @@ td.bws_pro_version_tooltip {
|
|
69 |
margin: 5px 0;
|
70 |
border: 1px solid #AAAAAA;
|
71 |
max-width: 800px;
|
72 |
-
overflow: hidden;
|
73 |
}
|
74 |
.bws_table_bg {
|
75 |
background: #f8e268 url("../images/pattern.png");
|
69 |
margin: 5px 0;
|
70 |
border: 1px solid #AAAAAA;
|
71 |
max-width: 800px;
|
|
|
72 |
}
|
73 |
.bws_table_bg {
|
74 |
background: #f8e268 url("../images/pattern.png");
|
bws_menu/icons/job-board.png
CHANGED
File without changes
|
contact_form.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Contact Form by BestWebSoft
|
|
4 |
Plugin URI: http://bestwebsoft.com/products/
|
5 |
Description: Plugin for Contact Form.
|
6 |
Author: BestWebSoft
|
7 |
-
Version: 3.
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
@@ -53,7 +53,7 @@ if ( ! function_exists ( 'cntctfrm_init' ) ) {
|
|
53 |
$cntctfrm_plugin_info = get_plugin_data( __FILE__ );
|
54 |
}
|
55 |
/* Function check if plugin is compatible with current WP version */
|
56 |
-
bws_wp_version_check( plugin_basename( __FILE__ ), $cntctfrm_plugin_info,
|
57 |
|
58 |
if ( ! is_admin() )
|
59 |
cntctfrm_check_and_send();
|
@@ -148,7 +148,7 @@ if ( ! function_exists( 'cntctfrm_settings' ) ) {
|
|
148 |
'cntctfrm_delete_attached_file' => '0',
|
149 |
'cntctfrm_html_email' => 1,
|
150 |
'cntctfrm_site_name_parameter' => 'SERVER_NAME',
|
151 |
-
'cntctfrm_change_label_in_email' => 0
|
152 |
);
|
153 |
|
154 |
/* Check contact-form-multi plugin */
|
@@ -609,6 +609,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
609 |
}
|
610 |
}
|
611 |
|
|
|
612 |
/* Display form on the setting page */
|
613 |
$lang_codes = array(
|
614 |
'ab' => 'Abkhazian', 'aa' => 'Afar', 'af' => 'Afrikaans', 'ak' => 'Akan', 'sq' => 'Albanian', 'am' => 'Amharic', 'ar' => 'Arabic', 'an' => 'Aragonese', 'hy' => 'Armenian', 'as' => 'Assamese', 'av' => 'Avaric', 'ae' => 'Avestan', 'ay' => 'Aymara', 'az' => 'Azerbaijani',
|
@@ -638,6 +639,12 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
638 |
'yi' => 'Yiddish', 'yo' => 'Yoruba',
|
639 |
'za' => 'Zhuang; Chuang', 'zu' => 'Zulu'
|
640 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
641 |
|
642 |
/* GO PRO */
|
643 |
if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) {
|
@@ -655,555 +662,567 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
655 |
<a class="nav-tab" href="http://bestwebsoft.com/products/contact-form/faq" target="_blank"><?php _e( 'FAQ', 'contact_form' ); ?></a>
|
656 |
<a class="nav-tab bws_go_pro_tab<?php if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php&action=go_pro"><?php _e( 'Go PRO', 'contact_form' ); ?></a>
|
657 |
</h2>
|
658 |
-
<div class="updated fade" <?php if (
|
659 |
<div id="cntctfrm_settings_notice" class="updated fade" style="display:none"><p><strong><?php _e( "Notice:", 'contact_form' ); ?></strong> <?php _e( "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button.", 'contact_form' ); ?></p></div>
|
660 |
<?php if ( ! empty( $notice ) ) { ?>
|
661 |
<div class="error"><p><strong><?php _e( 'Notice:', 'contact_form' ); ?></strong> <?php echo $notice; ?></p></div>
|
662 |
<?php } ?>
|
663 |
<div class="error" <?php if ( "" == $error ) echo 'style="display:none"'; ?>><p><strong><?php echo $error; ?></strong></p></div>
|
664 |
<?php if ( ! isset( $_GET['action'] ) || 'additional' == $_GET['action'] ) {
|
665 |
-
|
666 |
-
|
667 |
-
|
668 |
-
|
669 |
-
|
670 |
-
|
671 |
-
|
672 |
-
|
673 |
-
|
674 |
-
|
675 |
-
|
676 |
-
|
677 |
-
|
678 |
-
|
679 |
-
|
680 |
-
|
681 |
-
|
682 |
-
|
683 |
-
|
684 |
-
|
685 |
-
|
686 |
-
|
687 |
-
|
688 |
-
|
689 |
-
|
690 |
-
<
|
691 |
-
|
692 |
-
|
693 |
-
|
694 |
-
|
695 |
-
|
696 |
-
|
697 |
-
|
698 |
-
|
699 |
-
|
700 |
-
|
701 |
-
|
702 |
-
|
703 |
-
|
704 |
-
|
705 |
-
|
706 |
-
|
707 |
-
|
708 |
-
|
709 |
-
|
710 |
-
|
711 |
-
<
|
712 |
-
<
|
713 |
-
|
714 |
-
|
715 |
-
|
716 |
-
|
717 |
-
|
718 |
-
|
719 |
-
|
720 |
-
|
721 |
-
|
722 |
-
|
723 |
-
|
724 |
-
<
|
725 |
-
|
726 |
-
|
727 |
-
|
728 |
-
|
729 |
-
|
730 |
-
|
731 |
-
|
732 |
-
|
733 |
-
|
734 |
-
|
735 |
-
|
736 |
-
|
737 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
738 |
</div>
|
739 |
-
<a class="bws_button" href="http://bestwebsoft.com/products/contact-form/buy/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
|
740 |
-
<?php _e( 'Go', 'contact_form' ); ?> <strong>PRO</strong>
|
741 |
-
</a>
|
742 |
-
<div class="clear"></div>
|
743 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
744 |
</div>
|
745 |
-
|
746 |
-
|
747 |
-
|
748 |
-
<
|
749 |
-
|
750 |
-
|
751 |
-
|
752 |
-
<
|
753 |
-
|
754 |
-
|
755 |
-
|
756 |
-
|
757 |
-
|
758 |
-
|
759 |
-
|
760 |
-
|
761 |
-
|
762 |
-
|
763 |
-
|
764 |
-
|
765 |
-
|
766 |
-
|
767 |
-
|
768 |
-
|
769 |
-
<th scope="row"><?php _e( 'What to use?', 'contact_form' ); ?></th>
|
770 |
-
<td colspan="2">
|
771 |
-
<fieldset>
|
772 |
-
<label>
|
773 |
-
<input type='radio' name='cntctfrm_mail_method' value='wp-mail' <?php if ( 'wp-mail' == $cntctfrm_options['cntctfrm_mail_method'] ) echo 'checked="checked" '; ?>/>
|
774 |
-
<?php _e( 'Wp-mail', 'contact_form' ); ?>
|
775 |
-
</label>
|
776 |
-
<label><span class="cntctfrm_info">(<?php _e( 'You can use the wp_mail function for mailing', 'contact_form' ); ?>)</span></label><br />
|
777 |
-
<label>
|
778 |
-
<input type='radio' name='cntctfrm_mail_method' value='mail' <?php if ( 'mail' == $cntctfrm_options['cntctfrm_mail_method'] ) echo 'checked="checked" '; ?>/>
|
779 |
-
<?php _e( 'Mail', 'contact_form' ); ?>
|
780 |
-
</label>
|
781 |
-
<label><span class="cntctfrm_info">(<?php _e( 'To send mail you can use the php mail function', 'contact_form' ); ?>)</span></label>
|
782 |
-
</fieldset>
|
783 |
-
</td>
|
784 |
-
</tr>
|
785 |
-
<tr valign="top">
|
786 |
-
<th scope="row"><?php _e( "'FROM' field", 'contact_form' ); ?></th>
|
787 |
-
<td style="vertical-align: top;width: 210px;">
|
788 |
-
<div><?php _e( "Name", 'contact_form' ); ?></div>
|
789 |
-
<div>
|
790 |
-
<label>
|
791 |
-
<input type="radio" id="cntctfrm_select_from_custom_field" name="cntctfrm_select_from_field" value="custom" <?php if ( 'custom' == $cntctfrm_options['cntctfrm_select_from_field'] ) echo 'checked="checked" '; ?> />
|
792 |
-
<input type="text" name="cntctfrm_from_field" value="<?php echo stripslashes( $cntctfrm_options['cntctfrm_from_field'] ); ?>" onfocus="document.getElementById('cntctfrm_select_from_custom_field').checked = true;" size="18" maxlength="100" />
|
793 |
-
</label><br/>
|
794 |
<div>
|
795 |
-
<label
|
796 |
-
|
797 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
798 |
</div>
|
799 |
</div>
|
800 |
-
</
|
801 |
-
|
802 |
-
|
803 |
-
<div><?php _e( "Email", 'contact_form' ); ?></div>
|
804 |
-
<div>
|
805 |
<div>
|
806 |
-
<
|
807 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
808 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
809 |
<div>
|
810 |
-
<label
|
|
|
|
|
|
|
811 |
<div class="cntctfrm_help_box">
|
812 |
-
<div class="cntctfrm_hidden_help_text"
|
813 |
</div>
|
814 |
</div>
|
815 |
<div>
|
816 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
817 |
</div>
|
818 |
-
</div>
|
819 |
-
</td>
|
820 |
-
</tr>
|
821 |
-
<tr valign="top">
|
822 |
-
<th scope="row"><?php _e( "Required symbol", 'contact_form' ); ?></th>
|
823 |
-
<td colspan="2">
|
824 |
-
<input type="text" id="cntctfrm_required_symbol" name="cntctfrm_required_symbol" value="<?php echo $cntctfrm_options['cntctfrm_required_symbol']; ?>" maxlength="100" />
|
825 |
-
</td>
|
826 |
-
</tr>
|
827 |
-
</table>
|
828 |
-
<br />
|
829 |
-
<table class="cntctfrm_settings_table" style="width:auto;">
|
830 |
-
<thead>
|
831 |
-
<tr valign="top">
|
832 |
-
<th scope="row" style="width: 210px;"><?php _e( "Fields", 'contact_form' ); ?></th>
|
833 |
-
<th><?php _e( "Used", 'contact_form' ); ?></th>
|
834 |
-
<th><?php _e( "Required", 'contact_form' ); ?></th>
|
835 |
-
<th><?php _e( "Visible", 'contact_form' ); ?></th>
|
836 |
-
<th><?php _e( "Disabled for editing", 'contact_form' ); ?></th>
|
837 |
-
<th scope="row" ><?php _e( "Field's default value", 'contact_form' ); ?></th>
|
838 |
-
</tr>
|
839 |
-
</thead>
|
840 |
-
<tbody>
|
841 |
-
<tr valign="top">
|
842 |
-
<td><?php _e( "Name", 'contact_form' ); ?></td>
|
843 |
-
<td><input type="checkbox" name="cntctfrm_display_name_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_name_field'] ) echo 'checked="checked" '; ?>/></td>
|
844 |
-
<td><input type="checkbox" id="cntctfrm_required_name_field" name="cntctfrm_required_name_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_name_field'] ) echo 'checked="checked" '; ?>/></td>
|
845 |
-
<td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_visible_name" value="1" checked="checked" /></td>
|
846 |
-
<td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_disabled_name" value="1" /></td>
|
847 |
-
<td class="bws_pro_version">
|
848 |
-
<input disabled="disabled" type="checkbox" name="cntctfrmpr_default_name" value="1" />
|
849 |
-
<?php _e( "Use User's name as a default value if the user is logged in.", 'contact_form' ); ?><br />
|
850 |
-
<span class="cntctfrm_info">(<?php _e( "'Visible' and 'Disabled for editing' options will be applied only to logged-in users.", 'contact_form' ); ?>)</span>
|
851 |
</td>
|
852 |
</tr>
|
853 |
<tr valign="top">
|
854 |
-
<
|
855 |
-
<td
|
856 |
-
|
857 |
-
|
858 |
-
<td class="bws_pro_version"></td>
|
859 |
-
<td class="bws_pro_version"><input disabled="disabled" type="file" name="cntctfrmpr_default_location"></td>
|
860 |
</tr>
|
861 |
<tr valign="top">
|
862 |
-
<
|
863 |
-
<td><input type="checkbox"
|
864 |
-
<td><input type="checkbox" id="cntctfrm_required_address_field" name="cntctfrm_required_address_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_address_field'] ) echo 'checked="checked" '; ?>/></td>
|
865 |
-
<td></td>
|
866 |
-
<td></td>
|
867 |
-
<td></td>
|
868 |
</tr>
|
869 |
<tr valign="top">
|
870 |
-
<
|
871 |
-
<td
|
872 |
-
|
873 |
-
|
874 |
-
<td class="
|
875 |
-
|
876 |
-
|
877 |
-
<?php _e( "
|
878 |
-
|
|
|
|
|
879 |
</td>
|
880 |
</tr>
|
881 |
<tr valign="top">
|
882 |
-
<
|
883 |
-
<td
|
884 |
-
|
885 |
-
|
886 |
-
|
887 |
-
|
|
|
|
|
|
|
|
|
|
|
888 |
</tr>
|
889 |
<tr valign="top">
|
890 |
-
<
|
891 |
-
<td
|
892 |
-
|
893 |
-
|
894 |
-
<td class="
|
895 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
896 |
</tr>
|
897 |
<tr valign="top">
|
898 |
-
<
|
899 |
-
<td
|
900 |
-
|
901 |
-
|
902 |
-
<td class="bws_pro_version"><input class="message" disabled="disabled" disabled="disabled" type="checkbox" name="cntctfrmpr_disabled_message" value="1" /></td>
|
903 |
-
<td class="bws_pro_version"><input class="message" disabled="disabled" type="text" name="cntctfrmpr_default_message" value="" /></td>
|
904 |
</tr>
|
905 |
<tr valign="top">
|
906 |
-
<
|
907 |
-
<td
|
908 |
-
|
909 |
-
|
910 |
-
|
911 |
-
|
912 |
-
|
913 |
-
|
914 |
-
|
915 |
-
<?php _e( 'Go', 'contact_form' ); ?> <strong>PRO</strong>
|
916 |
-
</a>
|
917 |
<div class="clear"></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
918 |
</td>
|
919 |
</tr>
|
920 |
<tr valign="top">
|
921 |
-
<
|
922 |
-
|
923 |
-
<
|
924 |
-
<
|
925 |
-
|
|
|
|
|
926 |
</td>
|
927 |
-
<td><input type="checkbox" id="cntctfrm_attachment" name="cntctfrm_attachment" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_attachment'] ) echo 'checked="checked" '; ?>/></td>
|
928 |
-
<td></td>
|
929 |
-
<td></td>
|
930 |
-
<td></td>
|
931 |
-
<td></td>
|
932 |
</tr>
|
933 |
-
</
|
934 |
-
|
935 |
-
|
936 |
-
|
937 |
-
|
938 |
-
|
939 |
-
|
940 |
-
|
941 |
-
|
942 |
-
|
943 |
-
|
944 |
-
|
945 |
-
|
946 |
-
|
947 |
-
|
948 |
-
|
949 |
-
|
950 |
-
|
951 |
-
|
952 |
-
|
953 |
-
|
954 |
-
|
955 |
-
|
956 |
-
|
957 |
-
<div style="clear: both;">
|
958 |
-
<?php if ( array_key_exists( 'captcha/captcha.php', $all_plugins ) || array_key_exists( 'captcha-plus/captcha-plus.php', $all_plugins ) || array_key_exists( 'captcha-pro/captcha_pro.php', $all_plugins ) ) {
|
959 |
-
if ( is_plugin_active( 'captcha/captcha.php' ) || is_plugin_active( 'captcha-plus/captcha-plus.php' ) || is_plugin_active( 'captcha-pro/captcha_pro.php' ) ) { ?>
|
960 |
-
<label><input type="checkbox" name="cntctfrm_display_captcha" value="1" <?php if ( ( isset( $cptch_options ) && 1 == $cptch_options["cptch_contact_form"] ) ||( isset( $cptchpls_options ) && 1 == $cptchpls_options["cptchpls_contact_form"] ) || ( isset( $cptchpr_options ) && 1 == $cptchpr_options["cptchpr_contact_form"] ) ) echo 'checked="checked"'; ?> />
|
961 |
-
Captcha by BestWebSoft</label>
|
962 |
-
<?php } else { ?>
|
963 |
-
<label><input disabled="disabled" type="checkbox" name="cntctfrm_display_captcha" value="1" <?php if ( ( isset( $cptch_options ) && 1 == $cptch_options["cptch_contact_form"] ) || ( isset( $cptchpls_options ) && 1 == $cptchpls_options["cptchpls_contact_form"] ) || ( isset( $cptchpr_options ) && 1 == $cptchpr_options["cptchpr_contact_form"] ) ) echo 'checked="checked"'; ?> />
|
964 |
-
Captcha by BestWebSoft</label> <span class="bws_info"><a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate captcha', 'contact_form' ); ?></a></span>
|
965 |
-
<?php }
|
966 |
-
} else { ?>
|
967 |
-
<label><input disabled="disabled" type="checkbox" name="cntctfrm_display_captcha" value="1" />
|
968 |
-
Captcha by BestWebSoft</label> <span class="bws_info"><a href="http://bestwebsoft.com/products/captcha/?k=19ac1e9b23bea947cfc4a9b8e3326c03&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Download captcha', 'contact_form' ); ?></a></span>
|
969 |
-
<?php } ?>
|
970 |
-
</div>
|
971 |
-
<div class="bws_pro_version_bloc">
|
972 |
-
<div class="bws_pro_version_table_bloc">
|
973 |
-
<div class="bws_table_bg"></div>
|
974 |
-
<div class="bws_pro_version">
|
975 |
-
<fieldset>
|
976 |
-
<label><input disabled="disabled" type="checkbox" value="1" name="cntctfrmpr_display_privacy_check"> <?php _e( 'Agreement checkbox', 'contact_form' ); ?> <span class="bws_info">(<?php _e( 'Required checkbox for submitting the form', 'contact_form' ); ?>)</span></label><br />
|
977 |
-
<label><input disabled="disabled" type="checkbox" value="1" name="cntctfrmpr_display_optional_check"> <?php _e( 'Optional checkbox', 'contact_form' ); ?> <span class="bws_info">(<?php _e( 'Optional checkbox, the results of which will be displayed in email', 'contact_form' ); ?>)</span></label>
|
978 |
-
</fieldset>
|
979 |
-
</div>
|
980 |
-
</div>
|
981 |
-
<div class="bws_pro_version_tooltip">
|
982 |
-
<div class="bws_info">
|
983 |
-
<?php _e( 'Unlock premium options by upgrading to a PRO version.', 'contact_form' ); ?>
|
984 |
-
<a href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro"><?php _e( 'Learn More', 'contact_form' ); ?></a>
|
985 |
-
</div>
|
986 |
-
<a class="bws_button" href="http://bestwebsoft.com/products/contact-form/buy/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
|
987 |
-
<?php _e( 'Go', 'contact_form' ); ?> <strong>PRO</strong>
|
988 |
-
</a>
|
989 |
-
<div class="clear"></div>
|
990 |
-
</div>
|
991 |
-
</div>
|
992 |
-
</td>
|
993 |
-
</tr>
|
994 |
-
<tr valign="top">
|
995 |
-
<th scope="row"><?php _e( "Delete an attachment file from the server after the email is sent", 'contact_form' ); ?> </th>
|
996 |
-
<td colspan="3">
|
997 |
-
<input type="checkbox" id="cntctfrm_delete_attached_file" name="cntctfrm_delete_attached_file" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_delete_attached_file'] ) echo 'checked="checked" '; ?>/>
|
998 |
-
</td>
|
999 |
-
</tr>
|
1000 |
-
<tr valign="top">
|
1001 |
-
<th scope="row"><?php _e( "Email in HTML format sending", 'contact_form' ); ?></th>
|
1002 |
-
<td colspan="2"><input type="checkbox" name="cntctfrm_html_email" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_html_email'] ) echo 'checked="checked" '; ?>/></td>
|
1003 |
-
</tr>
|
1004 |
-
<tr valign="top">
|
1005 |
-
<th scope="row"><?php _e( "Display additional info in the email", 'contact_form' ); ?></th>
|
1006 |
-
<td style="width:15px;" class="cntctfrm_td_top_align">
|
1007 |
-
<input type="checkbox" id="cntctfrm_display_add_info" name="cntctfrm_display_add_info" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_add_info'] ) echo 'checked="checked" '; ?>/>
|
1008 |
-
</td>
|
1009 |
-
<td class="cntctfrm_display_add_info_block" <?php if ( '0' == $cntctfrm_options['cntctfrm_display_add_info'] ) echo 'style="display:none"'; ?>>
|
1010 |
-
<fieldset>
|
1011 |
-
<label><input type="checkbox" id="cntctfrm_display_sent_from" name="cntctfrm_display_sent_from" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_sent_from'] ) echo 'checked="checked" '; ?>/> <?php _e( "Sent from (ip address)", 'contact_form' ); ?></label> <label class="bws_info"><?php _e( "Example: Sent from (IP address): 127.0.0.1", 'contact_form' ); ?></label><br />
|
1012 |
-
<label><input type="checkbox" id="cntctfrm_display_date_time" name="cntctfrm_display_date_time" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_date_time'] ) echo 'checked="checked" '; ?>/> <?php _e( "Date/Time", 'contact_form' ); ?></label> <label class="bws_info"><?php _e( "Example: Date/Time: August 19, 2013 8:50 pm", 'contact_form' ); ?></label><br />
|
1013 |
-
<label><input type="checkbox" id="cntctfrm_display_coming_from" name="cntctfrm_display_coming_from" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_coming_from'] ) echo 'checked="checked" '; ?>/> <?php _e( "Sent from (referer)", 'contact_form' ); ?></label> <label class="bws_info"><?php _e( "Example: Sent from (referer): http://bestwebsoft.com/contacts/contact-us/", 'contact_form' ); ?></label><br />
|
1014 |
-
<label><input type="checkbox" id="cntctfrm_display_user_agent" name="cntctfrm_display_user_agent" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_user_agent'] ) echo 'checked="checked" '; ?>/> <?php _e( "Using (user agent)", 'contact_form' ); ?></label> <label class="bws_info"><?php _e( "Example: Using (user agent): Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36", 'contact_form' ); ?></label>
|
1015 |
-
</fieldset>
|
1016 |
-
</td>
|
1017 |
-
</tr>
|
1018 |
-
<tr valign="top">
|
1019 |
-
<th scope="row"><?php _e( "Language settings for the field names in the form", 'contact_form' ); ?></th>
|
1020 |
-
<td colspan="2">
|
1021 |
-
<select name="cntctfrm_languages" id="cntctfrm_languages" style="width:300px;">
|
1022 |
-
<?php foreach ( $lang_codes as $key => $val ) {
|
1023 |
-
if ( in_array( $key, $cntctfrm_options['cntctfrm_language'] ) )
|
1024 |
-
continue;
|
1025 |
-
echo '<option value="' . esc_attr( $key ) . '"> ' . esc_html( $val ) . '</option>';
|
1026 |
-
} ?>
|
1027 |
-
</select>
|
1028 |
-
<input type="button" class="button-primary" id="cntctfrm_add_language_button" value="<?php _e( 'Add a language', 'contact_form' ); ?>" />
|
1029 |
-
</td>
|
1030 |
-
</tr>
|
1031 |
-
<tr valign="top">
|
1032 |
-
<th scope="row"><?php _e( "Change the names of the contact form fields and error messages", 'contact_form' ); ?></th>
|
1033 |
-
<td style="width:15px;" class="cntctfrm_td_top_align">
|
1034 |
-
<input type="checkbox" id="cntctfrm_change_label" name="cntctfrm_change_label" value="1" <?php if ( $cntctfrm_options['cntctfrm_change_label'] == '1' ) echo 'checked="checked" '; ?>/>
|
1035 |
-
</td>
|
1036 |
-
<td class="cntctfrm_change_label_block" <?php if ( '0' == $cntctfrm_options['cntctfrm_change_label'] ) echo 'style="display:none"'; ?>>
|
1037 |
-
<div class="cntctfrm_label_language_tab cntctfrm_active" id="cntctfrm_label_en"><?php _e( 'English', 'contact_form' ); ?></div>
|
1038 |
-
<?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
|
1039 |
-
foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) {
|
1040 |
-
echo '<div class="cntctfrm_label_language_tab" id="cntctfrm_label_' . $val . '">' . $lang_codes[ $val ] . ' <span class="cntctfrm_delete" rel="' . $val . '">X</span></div>';
|
1041 |
-
}
|
1042 |
-
} ?>
|
1043 |
-
<div class="clear"></div>
|
1044 |
-
<div class="cntctfrm_language_tab cntctfrm_tab_en">
|
1045 |
-
<div class="cntctfrm_language_tab_block_mini" style="display:none;"><?php _e( "click to expand/hide the list", 'contact_form' ); ?></div>
|
1046 |
-
<div class="cntctfrm_language_tab_block">
|
1047 |
-
<input type="text" maxlength="250" name="cntctfrm_name_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_name_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Name:", 'contact_form' ); ?></span><br />
|
1048 |
-
<input type="text" maxlength="250" name="cntctfrm_address_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_address_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Address:", 'contact_form' ); ?></span><br />
|
1049 |
-
<input type="text" maxlength="250" name="cntctfrm_email_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_email_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Email Address:", 'contact_form' ); ?></span><br />
|
1050 |
-
<input type="text" maxlength="250" name="cntctfrm_phone_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_phone_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Phone number:", 'contact_form' ); ?></span><br />
|
1051 |
-
<input type="text" maxlength="250" name="cntctfrm_subject_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_subject_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Subject:", 'contact_form' ); ?></span><br />
|
1052 |
-
<input type="text" maxlength="250" name="cntctfrm_message_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_message_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Message:", 'contact_form' ); ?></span><br />
|
1053 |
-
<input type="text" maxlength="250" name="cntctfrm_attachment_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Attachment:", 'contact_form' ); ?></span><br />
|
1054 |
-
<input type="text" maxlength="250" name="cntctfrm_attachment_tooltip[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_tooltip']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Tips below the Attachment block", 'contact_form' ); ?></span><br />
|
1055 |
-
<input type="text" maxlength="250" name="cntctfrm_send_copy_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_send_copy_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Send me a copy", 'contact_form' ); ?></span><br />
|
1056 |
-
<input type="text" maxlength="250" name="cntctfrm_submit_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_submit_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Submit", 'contact_form' ); ?></span><br />
|
1057 |
-
<input type="text" maxlength="250" name="cntctfrm_name_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_name_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Name field", 'contact_form' ); ?></span><br />
|
1058 |
-
<input type="text" maxlength="250" name="cntctfrm_address_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_address_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Address field", 'contact_form' ); ?></span><br />
|
1059 |
-
<input type="text" maxlength="250" name="cntctfrm_email_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_email_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Email field", 'contact_form' ); ?></span><br />
|
1060 |
-
<input type="text" maxlength="250" name="cntctfrm_phone_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_phone_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Phone field", 'contact_form' ); ?></span><br />
|
1061 |
-
<input type="text" maxlength="250" name="cntctfrm_subject_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_subject_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Subject field", 'contact_form' ); ?></span><br />
|
1062 |
-
<input type="text" maxlength="250" name="cntctfrm_message_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_message_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Message field", 'contact_form' ); ?></span><br />
|
1063 |
-
<input type="text" maxlength="250" name="cntctfrm_attachment_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message about the file type for the Attachment field", 'contact_form' ); ?></span><br />
|
1064 |
-
<input type="text" maxlength="250" name="cntctfrm_attachment_upload_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_upload_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while uploading a file for the Attachment field to the server", 'contact_form' ); ?></span><br />
|
1065 |
-
<input type="text" maxlength="250" name="cntctfrm_attachment_move_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_move_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while moving the file for the Attachment field", 'contact_form' ); ?></span><br />
|
1066 |
-
<input type="text" maxlength="250" name="cntctfrm_attachment_size_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_size_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message when file size limit for the Attachment field is exceeded", 'contact_form' ); ?></span><br />
|
1067 |
-
<input type="text" maxlength="250" name="cntctfrm_captcha_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_captcha_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Captcha field", 'contact_form' ); ?></span><br />
|
1068 |
-
<input type="text" maxlength="250" name="cntctfrm_form_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_form_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the whole form", 'contact_form' ); ?></span><br />
|
1069 |
-
</div>
|
1070 |
-
<?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
|
1071 |
-
<span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=en]</span> <?php _e( "or", 'contact_form' ) ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
|
1072 |
-
<?php } else { ?>
|
1073 |
-
<span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=en id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span> <?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
|
1074 |
-
<?php } ?>
|
1075 |
</div>
|
1076 |
-
|
1077 |
-
|
1078 |
-
|
1079 |
-
<div class="cntctfrm_language_tab_block_mini" style="display:none;"><?php _e( "click to expand/hide the list", 'contact_form' ); ?></div>
|
1080 |
-
<div class="cntctfrm_language_tab_block">
|
1081 |
-
<input type="text" maxlength="250" name="cntctfrm_name_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_name_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_name_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Name:", 'contact_form' ); ?></span><br />
|
1082 |
-
<input type="text" maxlength="250" name="cntctfrm_address_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_address_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_address_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Address:", 'contact_form' ); ?></span><br />
|
1083 |
-
<input type="text" maxlength="250" name="cntctfrm_email_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_email_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_email_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Email Address:", 'contact_form' ); ?></span><br />
|
1084 |
-
<input type="text" maxlength="250" name="cntctfrm_phone_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_phone_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_phone_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Phone number:", 'contact_form' ); ?></span><br />
|
1085 |
-
<input type="text" maxlength="250" name="cntctfrm_subject_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_subject_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_subject_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Subject:", 'contact_form' ); ?></span><br />
|
1086 |
-
<input type="text" maxlength="250" name="cntctfrm_message_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_message_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_message_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Message:", 'contact_form' ); ?></span><br />
|
1087 |
-
<input type="text" maxlength="250" name="cntctfrm_attachment_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Attachment:", 'contact_form' ); ?></span><br />
|
1088 |
-
<input type="text" maxlength="250" name="cntctfrm_attachment_tooltip[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_tooltip'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_tooltip'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Tips below the Attachment block", 'contact_form' ); ?></span><br />
|
1089 |
-
<input type="text" maxlength="250" name="cntctfrm_send_copy_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_send_copy_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_send_copy_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Send me a copy", 'contact_form' ); ?></span><br />
|
1090 |
-
<input type="text" maxlength="250" name="cntctfrm_submit_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_submit_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_submit_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Submit", 'contact_form' ); ?></span><br />
|
1091 |
-
<input type="text" maxlength="250" name="cntctfrm_name_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_name_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_name_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Name field", 'contact_form' ); ?></span><br />
|
1092 |
-
<input type="text" maxlength="250" name="cntctfrm_address_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_address_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_address_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Address field", 'contact_form' ); ?></span><br />
|
1093 |
-
<input type="text" maxlength="250" name="cntctfrm_email_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_email_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_email_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Email field", 'contact_form' ); ?></span><br />
|
1094 |
-
<input type="text" maxlength="250" name="cntctfrm_phone_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_phone_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_phone_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Phone field", 'contact_form' ); ?></span><br />
|
1095 |
-
<input type="text" maxlength="250" name="cntctfrm_subject_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_subject_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_subject_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Subject field", 'contact_form' ); ?></span><br />
|
1096 |
-
<input type="text" maxlength="250" name="cntctfrm_message_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_message_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_message_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Message field", 'contact_form' ); ?></span><br />
|
1097 |
-
<input type="text" maxlength="250" name="cntctfrm_attachment_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message about the file type for the Attachment field", 'contact_form' ); ?></span><br />
|
1098 |
-
<input type="text" maxlength="250" name="cntctfrm_attachment_upload_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_upload_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_upload_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while uploading a file for the Attachment field to the server", 'contact_form' ); ?></span><br />
|
1099 |
-
<input type="text" maxlength="250" name="cntctfrm_attachment_move_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_move_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_move_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while moving the file for the Attachment field", 'contact_form' ); ?></span><br />
|
1100 |
-
<input type="text" maxlength="250" name="cntctfrm_attachment_size_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_size_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_size_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message when file size limit for the Attachment field is exceeded", 'contact_form' ); ?></span><br />
|
1101 |
-
<input type="text" maxlength="250" name="cntctfrm_captcha_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_captcha_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_captcha_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Captcha field", 'contact_form' ); ?></span><br />
|
1102 |
-
<input type="text" maxlength="250" name="cntctfrm_form_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_form_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_form_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the whole form", 'contact_form' ); ?></span><br />
|
1103 |
-
</div>
|
1104 |
-
<?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
|
1105 |
-
<span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=<?php echo $val; ?>]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
|
1106 |
-
<?php } else { ?>
|
1107 |
-
<span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=<?php $val . ' id=' . $_SESSION['cntctfrmmlt_id_form']; ?>]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
|
1108 |
-
<?php } ?>
|
1109 |
-
</div>
|
1110 |
-
<?php }
|
1111 |
-
} ?>
|
1112 |
-
</td>
|
1113 |
-
</tr>
|
1114 |
-
<tr valign="top">
|
1115 |
-
<th scope="row"><?php _e( 'Use the changed names of the contact form fields in the email', 'contact_form' ); ?></th>
|
1116 |
-
<td colspan="2">
|
1117 |
-
<input type="checkbox" name="cntctfrm_change_label_in_email" value="1" <?php if ( $cntctfrm_options['cntctfrm_change_label_in_email'] == '1' ) echo 'checked="checked" '; ?>/>
|
1118 |
-
</td>
|
1119 |
-
</tr>
|
1120 |
-
<tr valign="top">
|
1121 |
-
<th scope="row"><?php _e( "Action after email is sent", 'contact_form' ); ?></th>
|
1122 |
-
<td colspan="2" class="cntctfrm_action_after_send_block">
|
1123 |
-
<label><input type="radio" id="cntctfrm_action_after_send" name="cntctfrm_action_after_send" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_action_after_send'] ) echo 'checked="checked" '; ?>/> <?php _e( "Display text", 'contact_form' ); ?></label><br />
|
1124 |
-
<div class="cntctfrm_label_language_tab cntctfrm_active" id="cntctfrm_text_en"><?php _e( 'English', 'contact_form' ); ?></div>
|
1125 |
-
<?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
|
1126 |
-
foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) {
|
1127 |
-
echo '<div class="cntctfrm_label_language_tab" id="cntctfrm_text_' . $val . '">' . $lang_codes[ $val ] . ' <span class="cntctfrm_delete" rel="' . $val . '">X</span></div>';
|
1128 |
-
}
|
1129 |
-
} ?>
|
1130 |
<div class="clear"></div>
|
1131 |
-
<div class="cntctfrm_language_tab cntctfrm_tab_en" style=" padding: 5px 10px 5px 5px;">
|
1132 |
-
<input type="text" maxlength="250" name="cntctfrm_thank_text[en]" value="<?php echo $cntctfrm_options['cntctfrm_thank_text']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Text", 'contact_form' ); ?></span><br />
|
1133 |
-
<?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
|
1134 |
-
<span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=en]</span> <?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
|
1135 |
-
<?php } else { ?>
|
1136 |
-
<span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=en id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span> <?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
|
1137 |
-
<?php } ?>
|
1138 |
-
</div>
|
1139 |
-
<?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
|
1140 |
-
foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
|
1141 |
-
<div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>" style=" padding: 5px 10px 5px 5px;">
|
1142 |
-
<label><input type="text" maxlength="250" name="cntctfrm_thank_text[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_thank_text'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_thank_text'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Text", 'contact_form' ); ?></span></label><br />
|
1143 |
-
<?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
|
1144 |
-
<span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=<?php echo $val; ?>]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
|
1145 |
-
<?php } else { ?>
|
1146 |
-
<span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=<?php echo $val . ' id=' . $_SESSION['cntctfrmmlt_id_form']; ?>]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
|
1147 |
-
<?php } ?>
|
1148 |
-
</div>
|
1149 |
-
<?php }
|
1150 |
-
} ?>
|
1151 |
-
<div id="cntctfrm_before"></div>
|
1152 |
-
<br />
|
1153 |
-
<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 />
|
1154 |
-
<label><input type="text" maxlength="250" 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></label>
|
1155 |
-
</td>
|
1156 |
-
</tr>
|
1157 |
-
<tr valign="top">
|
1158 |
-
<th scope="row"><?php _e( 'The $_SERVER variable that is used to build a URL of the form', 'contact_form' ); ?></th>
|
1159 |
-
<td colspan="2">
|
1160 |
-
<fieldset>
|
1161 |
-
<label><input type="radio" name="cntctfrm_site_name_parameter" value="SERVER_NAME" <?php if ( 'SERVER_NAME' == $cntctfrm_options['cntctfrm_site_name_parameter'] ) echo 'checked="checked" '; ?>/> SERVER_NAME</label><br />
|
1162 |
-
<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 />
|
1163 |
-
<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>
|
1164 |
-
</fieldset>
|
1165 |
-
</td>
|
1166 |
-
</tr>
|
1167 |
-
</table>
|
1168 |
-
<div class="bws_pro_version_bloc">
|
1169 |
-
<div class="bws_pro_version_table_bloc">
|
1170 |
-
<div class="bws_table_bg"></div>
|
1171 |
-
<table class="form-table bws_pro_version">
|
1172 |
-
<tr valign="top">
|
1173 |
-
<th scope="row"><?php _e( 'Auto Response', 'contact_form' ); ?></th>
|
1174 |
-
<td colspan="2">
|
1175 |
-
<input disabled="disabled" type="checkbox" value="1" name="cntctfrm_auto_response" checked="checked"/>
|
1176 |
-
<textarea name="cntctfrm_auto_response_message" style="position: relative; margin-left: 20px; z-index: -1;">Dear %%NAME%%, Thank you for contacting us. We have received your message and will reply to it shortly. Regards, %%SITENAME%% Team.</textarea><br/>
|
1177 |
-
<span class="cntctfrm_info" style="margin-left: 45px"><?php _e( "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to display data from the Message field, as well as %%SITENAME%% to display blog name.", 'contact_form' ); ?></span>
|
1178 |
-
</td>
|
1179 |
-
</tr>
|
1180 |
-
<tr valign="top">
|
1181 |
-
<th scope="row" colspan="2">
|
1182 |
-
* <?php _e( 'If you upgrade to Pro version all your settings will be saved.', 'contact_form' ); ?>
|
1183 |
-
</th>
|
1184 |
-
</tr>
|
1185 |
-
</table>
|
1186 |
-
</div>
|
1187 |
-
<div class="bws_pro_version_tooltip">
|
1188 |
-
<div class="bws_info">
|
1189 |
-
<?php _e( 'Unlock premium options by upgrading to a PRO version.', 'contact_form' ); ?>
|
1190 |
-
<a href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro"><?php _e( 'Learn More', 'contact_form' ); ?></a>
|
1191 |
</div>
|
1192 |
-
<a class="bws_button" href="http://bestwebsoft.com/products/contact-form/buy/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
|
1193 |
-
<?php _e( 'Go', 'contact_form' ); ?> <strong>PRO</strong>
|
1194 |
-
</a>
|
1195 |
-
<div class="clear"></div>
|
1196 |
</div>
|
1197 |
</div>
|
1198 |
-
|
1199 |
-
|
1200 |
-
|
1201 |
-
|
1202 |
-
|
1203 |
-
|
1204 |
-
|
1205 |
-
|
1206 |
-
|
1207 |
} elseif ( 'appearance' == $_GET['action'] ) { ?>
|
1208 |
<div id="<?php echo is_rtl() ? 'cntctfrmpr_right_table' : 'cntctfrmpr_left_table' ?>">
|
1209 |
<div class="bws_pro_version_bloc">
|
@@ -1369,7 +1388,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
1369 |
</div>
|
1370 |
<div class="bws_pro_version_tooltip">
|
1371 |
<div class="bws_info">
|
1372 |
-
<?php _e( 'Unlock premium options by upgrading to
|
1373 |
<a href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro"><?php _e( 'Learn More', 'contact_form' ); ?></a>
|
1374 |
</div>
|
1375 |
<a class="bws_button" href="http://bestwebsoft.com/products/contact-form/buy/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
|
@@ -1490,7 +1509,8 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
1490 |
<div class="clear"></div>
|
1491 |
<?php } elseif ( 'go_pro' == $_GET['action'] ) {
|
1492 |
bws_go_pro_tab( $cntctfrm_plugin_info, $plugin_basename, 'contact_form.php', 'contact_form_pro.php', 'contact-form-pro/contact_form_pro.php', 'contact-form', '697c5e74f39779ce77850e11dbe21962', '77', isset( $go_pro_result['pro_plugin_is_activated'] ) );
|
1493 |
-
}
|
|
|
1494 |
</div>
|
1495 |
<?php }
|
1496 |
}
|
4 |
Plugin URI: http://bestwebsoft.com/products/
|
5 |
Description: Plugin for Contact Form.
|
6 |
Author: BestWebSoft
|
7 |
+
Version: 3.93
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
53 |
$cntctfrm_plugin_info = get_plugin_data( __FILE__ );
|
54 |
}
|
55 |
/* Function check if plugin is compatible with current WP version */
|
56 |
+
bws_wp_version_check( plugin_basename( __FILE__ ), $cntctfrm_plugin_info, '3.1' );
|
57 |
|
58 |
if ( ! is_admin() )
|
59 |
cntctfrm_check_and_send();
|
148 |
'cntctfrm_delete_attached_file' => '0',
|
149 |
'cntctfrm_html_email' => 1,
|
150 |
'cntctfrm_site_name_parameter' => 'SERVER_NAME',
|
151 |
+
'cntctfrm_change_label_in_email' => 0
|
152 |
);
|
153 |
|
154 |
/* Check contact-form-multi plugin */
|
609 |
}
|
610 |
}
|
611 |
|
612 |
+
|
613 |
/* Display form on the setting page */
|
614 |
$lang_codes = array(
|
615 |
'ab' => 'Abkhazian', 'aa' => 'Afar', 'af' => 'Afrikaans', 'ak' => 'Akan', 'sq' => 'Albanian', 'am' => 'Amharic', 'ar' => 'Arabic', 'an' => 'Aragonese', 'hy' => 'Armenian', 'as' => 'Assamese', 'av' => 'Avaric', 'ae' => 'Avestan', 'ay' => 'Aymara', 'az' => 'Azerbaijani',
|
639 |
'yi' => 'Yiddish', 'yo' => 'Yoruba',
|
640 |
'za' => 'Zhuang; Chuang', 'zu' => 'Zulu'
|
641 |
);
|
642 |
+
/* Add restore function */
|
643 |
+
if ( isset( $_REQUEST['bws_restore_confirm'] ) && check_admin_referer( $plugin_basename, 'bws_settings_nonce_name' ) ) {
|
644 |
+
$cntctfrm_options = $cntctfrm_option_defaults;
|
645 |
+
update_option( 'cntctfrm_options', $cntctfrm_options );
|
646 |
+
$message = __( 'All plugin settings were restored.', 'contact_form' );
|
647 |
+
} /* end */
|
648 |
|
649 |
/* GO PRO */
|
650 |
if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) {
|
662 |
<a class="nav-tab" href="http://bestwebsoft.com/products/contact-form/faq" target="_blank"><?php _e( 'FAQ', 'contact_form' ); ?></a>
|
663 |
<a class="nav-tab bws_go_pro_tab<?php if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php&action=go_pro"><?php _e( 'Go PRO', 'contact_form' ); ?></a>
|
664 |
</h2>
|
665 |
+
<div class="updated fade" <?php if ( $message == "" || "" != $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
|
666 |
<div id="cntctfrm_settings_notice" class="updated fade" style="display:none"><p><strong><?php _e( "Notice:", 'contact_form' ); ?></strong> <?php _e( "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button.", 'contact_form' ); ?></p></div>
|
667 |
<?php if ( ! empty( $notice ) ) { ?>
|
668 |
<div class="error"><p><strong><?php _e( 'Notice:', 'contact_form' ); ?></strong> <?php echo $notice; ?></p></div>
|
669 |
<?php } ?>
|
670 |
<div class="error" <?php if ( "" == $error ) echo 'style="display:none"'; ?>><p><strong><?php echo $error; ?></strong></p></div>
|
671 |
<?php if ( ! isset( $_GET['action'] ) || 'additional' == $_GET['action'] ) {
|
672 |
+
if ( isset( $_REQUEST['bws_restore_default'] ) && check_admin_referer( $plugin_basename, 'bws_settings_nonce_name' ) ) {
|
673 |
+
bws_form_restore_default_confirm( $plugin_basename );
|
674 |
+
} else {
|
675 |
+
/* main 'settings' or 'additional' settings page */
|
676 |
+
if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
|
677 |
+
<h2 class="nav-tab-wrapper">
|
678 |
+
<li class="nav-tab nav-tab-active">NEW_FORM</li>
|
679 |
+
<a id="cntctfrm_show_multi_notice" class="nav-tab" target="_new" href="http://bestwebsoft.com/products/contact-form-multi/?k=747ca825fb44711e2d24e40697747bc6&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" title="<?php _e( "If you want to create multiple contact forms, please install the Contact Form Multi plugin.", 'contact_form' ); ?>">+</a>
|
680 |
+
</h2>
|
681 |
+
<?php }
|
682 |
+
$form_action = ( ! isset( $_GET['action'] ) ) ? 'admin.php?page=contact_form.php' : 'admin.php?page=contact_form.php&action=' . $_GET['action']; ?>
|
683 |
+
<form id="cntctfrm_settings_form" method="post" action="<?php echo $form_action ?>">
|
684 |
+
<span style="margin-bottom:15px;">
|
685 |
+
<?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
|
686 |
+
<p><?php _e( "If you would like to add Contact Form to your website, just copy and paste this shortcode to your post or page or widget:", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[contact_form]</span> <?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[contact_form lang=en]</span><br />
|
687 |
+
<?php _e( "If you have any problems with the standard shortcode [contact_form], you should use the shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bws_contact_form]</span> (<?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bws_contact_form lang=en]</span>) <?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form]</span> (<?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=en]</span>). <?php _e( "They work the same way.", 'contact_form' ); ?></p>
|
688 |
+
<?php } else { ?>
|
689 |
+
<p><?php _e( "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[contact_form id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span> <?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[contact_form lang=en id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span><br />
|
690 |
+
<?php _e( "If have any problems with the standard shortcode [contact_form], you should use the shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bws_contact_form id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span> (<?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bws_contact_form lang=en id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span>) <?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span> (<?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=en id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span>). <?php _e( "They work the same way.", 'contact_form' ); ?></p>
|
691 |
+
<?php } ?>
|
692 |
+
</span>
|
693 |
+
<div <?php if ( isset( $_GET['action'] ) ) echo 'style="display: none;"'; ?> >
|
694 |
+
<p><?php _e( "If you leave the fields empty, the messages will be sent to the email address specified during registration.", 'contact_form' ); ?></p>
|
695 |
+
<table class="form-table" style="width:auto;">
|
696 |
+
<tr valign="top">
|
697 |
+
<th scope="row"><?php _e( "The user's email address:", 'contact_form' ); ?> </th>
|
698 |
+
<td colspan="2">
|
699 |
+
<input type="radio" id="cntctfrm_select_email_user" name="cntctfrm_select_email" value="user" <?php if ( $cntctfrm_options['cntctfrm_select_email'] == 'user' ) echo 'checked="checked" '; ?>/>
|
700 |
+
<select name="cntctfrm_user_email">
|
701 |
+
<option disabled><?php _e( "Select a username", 'contact_form' ); ?></option>
|
702 |
+
<?php foreach ( $userslogin as $key => $value ) {
|
703 |
+
if ( isset( $value->data ) ) {
|
704 |
+
if ( $value->data->user_email != '' ) { ?>
|
705 |
+
<option value="<?php echo $value->data->user_login; ?>" <?php if ( $cntctfrm_options['cntctfrm_user_email'] == $value->data->user_login ) echo 'selected="selected" '; ?>><?php echo $value->data->user_login; ?></option>
|
706 |
+
<?php }
|
707 |
+
} else {
|
708 |
+
if ( $value->user_email != '' ) { ?>
|
709 |
+
<option value="<?php echo $value->user_login; ?>" <?php if ( $cntctfrm_options['cntctfrm_user_email'] == $value->user_login ) echo 'selected="selected" '; ?>><?php echo $value->user_login; ?></option>
|
710 |
+
<?php }
|
711 |
+
}
|
712 |
+
} ?>
|
713 |
+
</select>
|
714 |
+
<span class="cntctfrm_info"><?php _e( "Enter a username of the person who should get the messages from the contact form.", 'contact_form' ); ?></span>
|
715 |
+
</td>
|
716 |
+
</tr>
|
717 |
+
<tr valign="top">
|
718 |
+
<th scope="row"><?php _e( "Use this email address:", 'contact_form' ); ?></th>
|
719 |
+
<td colspan="2">
|
720 |
+
<input type="radio" id="cntctfrm_select_email_custom" name="cntctfrm_select_email" value="custom" <?php if ( 'custom' == $cntctfrm_options['cntctfrm_select_email'] ) echo 'checked="checked" '; ?>/>
|
721 |
+
<input type="text" name="cntctfrm_custom_email" value="<?php echo $cntctfrm_options['cntctfrm_custom_email']; ?>" onfocus="document.getElementById('cntctfrm_select_email_custom').checked = true;" maxlength="500" />
|
722 |
+
<span class="cntctfrm_info"><?php _e( "Enter the email address you want the messages forwarded to.", 'contact_form' ); ?></span>
|
723 |
+
</td>
|
724 |
+
</tr>
|
725 |
+
</table>
|
726 |
+
<div class="bws_pro_version_bloc">
|
727 |
+
<div class="bws_pro_version_table_bloc">
|
728 |
+
<div class="bws_table_bg"></div>
|
729 |
+
<table class="form-table bws_pro_version">
|
730 |
+
<tr valign="top">
|
731 |
+
<th scope="row"><?php _e( "Add department selectbox to the contact form:", 'contact_form' ); ?></th>
|
732 |
+
<td colspan="2">
|
733 |
+
<input type="radio" id="cntctfrmpr_select_email_department" name="cntctfrmpr_select_email" value="departments" disabled="disabled" />
|
734 |
+
<div class="cntctfrmpr_department_table"><img style="width:100%;" src="<?php echo plugins_url( 'images/pro_screen_1.png', __FILE__ ); ?>" alt="" /></div>
|
735 |
+
</td>
|
736 |
+
</tr>
|
737 |
+
<tr valign="top">
|
738 |
+
<th scope="row" colspan="2">
|
739 |
+
* <?php _e( 'If you upgrade to Pro version all your settings will be saved.', 'contact_form' ); ?>
|
740 |
+
</th>
|
741 |
+
</tr>
|
742 |
+
</table>
|
743 |
+
</div>
|
744 |
+
<div class="bws_pro_version_tooltip">
|
745 |
+
<div class="bws_info">
|
746 |
+
<?php _e( 'Unlock premium options by upgrading to PRO version.', 'contact_form' ); ?>
|
747 |
+
<a href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro"><?php _e( 'Learn More', 'contact_form' ); ?></a>
|
748 |
+
</div>
|
749 |
+
<a class="bws_button" href="http://bestwebsoft.com/products/contact-form/buy/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
|
750 |
+
<?php _e( 'Go', 'contact_form' ); ?> <strong>PRO</strong>
|
751 |
+
</a>
|
752 |
+
<div class="clear"></div>
|
753 |
</div>
|
|
|
|
|
|
|
|
|
754 |
</div>
|
755 |
+
<table class="form-table" style="width:auto;">
|
756 |
+
<tr valign="top">
|
757 |
+
<th scope="row"><?php _e( "Save emails to the database", 'contact_form' ); ?> </th>
|
758 |
+
<td colspan="2">
|
759 |
+
<?php 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 ) ) {
|
760 |
+
if ( is_plugin_active( 'contact-form-to-db/contact_form_to_db.php' ) || is_plugin_active( 'contact-form-to-db-pro/contact_form_to_db_pro.php' ) ) { ?>
|
761 |
+
<input type="checkbox" name="cntctfrm_save_email_to_db" value="1" <?php if ( ( isset( $cntctfrmtdb_options ) && 1 == $cntctfrmtdb_options["cntctfrmtdb_save_messages_to_db"] ) || ( isset( $cntctfrmtdbpr_options ) && 1 == $cntctfrmtdbpr_options["save_messages_to_db"] ) ) echo 'checked="checked"'; ?> />
|
762 |
+
<span class="bws_info"> (<?php _e( 'Using', 'contact_form' ); ?> <a href="admin.php?page=cntctfrmtdb_manager">Contact Form to DB by BestWebSoft</a>)</span>
|
763 |
+
<?php } else { ?>
|
764 |
+
<input disabled="disabled" type="checkbox" name="cntctfrm_save_email_to_db" value="1" <?php if ( ( isset( $cntctfrmtdb_options ) && 1 == $cntctfrmtdb_options["cntctfrmtdb_save_messages_to_db"] ) || ( isset( $cntctfrmtdbpr_options ) && 1 == $cntctfrmtdbpr_options["save_messages_to_db"] ) ) echo 'checked="checked"'; ?> />
|
765 |
+
<span class="bws_info">(<?php _e( 'Using Contact Form to DB by BestWebSoft', 'contact_form' ); ?>) <a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate', 'contact_form' ); ?> Contact Form to DB</a></span>
|
766 |
+
<?php }
|
767 |
+
} else { ?>
|
768 |
+
<input disabled="disabled" type="checkbox" name="cntctfrm_save_email_to_db" value="1" />
|
769 |
+
<span class="bws_info">(<?php _e( 'Using Contact Form to DB by BestWebSoft', 'contact_form' ); ?>) <a href="http://bestwebsoft.com/products/contact-form-to-db/?k=19d806f45d866e70545de83169b274f2&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Download', 'contact_form' ); ?> Contact Form to DB</a></span>
|
770 |
+
<?php } ?>
|
771 |
+
</td>
|
772 |
+
</tr>
|
773 |
+
</table>
|
774 |
</div>
|
775 |
+
<!-- end of main 'settings' div -->
|
776 |
+
<div <?php if ( ! isset( $_GET['action'] ) ) echo 'style="display: none;"'; ?> >
|
777 |
+
<table class="form-table" style="width:auto;">
|
778 |
+
<tr>
|
779 |
+
<th scope="row"><?php _e( 'What to use?', 'contact_form' ); ?></th>
|
780 |
+
<td colspan="2">
|
781 |
+
<fieldset>
|
782 |
+
<label>
|
783 |
+
<input type='radio' name='cntctfrm_mail_method' value='wp-mail' <?php if ( 'wp-mail' == $cntctfrm_options['cntctfrm_mail_method'] ) echo 'checked="checked" '; ?>/>
|
784 |
+
<?php _e( 'Wp-mail', 'contact_form' ); ?>
|
785 |
+
</label>
|
786 |
+
<label><span class="cntctfrm_info">(<?php _e( 'You can use the wp_mail function for mailing', 'contact_form' ); ?>)</span></label><br />
|
787 |
+
<label>
|
788 |
+
<input type='radio' name='cntctfrm_mail_method' value='mail' <?php if ( 'mail' == $cntctfrm_options['cntctfrm_mail_method'] ) echo 'checked="checked" '; ?>/>
|
789 |
+
<?php _e( 'Mail', 'contact_form' ); ?>
|
790 |
+
</label>
|
791 |
+
<label><span class="cntctfrm_info">(<?php _e( 'To send mail you can use the php mail function', 'contact_form' ); ?>)</span></label>
|
792 |
+
</fieldset>
|
793 |
+
</td>
|
794 |
+
</tr>
|
795 |
+
<tr valign="top">
|
796 |
+
<th scope="row"><?php _e( "'FROM' field", 'contact_form' ); ?></th>
|
797 |
+
<td style="vertical-align: top;width: 210px;">
|
798 |
+
<div><?php _e( "Name", 'contact_form' ); ?></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
799 |
<div>
|
800 |
+
<label>
|
801 |
+
<input type="radio" id="cntctfrm_select_from_custom_field" name="cntctfrm_select_from_field" value="custom" <?php if ( 'custom' == $cntctfrm_options['cntctfrm_select_from_field'] ) echo 'checked="checked" '; ?> />
|
802 |
+
<input type="text" name="cntctfrm_from_field" value="<?php echo stripslashes( $cntctfrm_options['cntctfrm_from_field'] ); ?>" onfocus="document.getElementById('cntctfrm_select_from_custom_field').checked = true;" size="18" maxlength="100" />
|
803 |
+
</label><br/>
|
804 |
+
<div>
|
805 |
+
<label><input type="radio" id="cntctfrm_select_from_field" name="cntctfrm_select_from_field" value="user_name" <?php if ( 'user_name' == $cntctfrm_options['cntctfrm_select_from_field'] ) echo 'checked="checked" '; ?>/> <?php _e( "User name", 'contact_form' ); ?></label>
|
806 |
+
<div class="cntctfrm_help_box">
|
807 |
+
<div class="cntctfrm_hidden_help_text"><?php echo __( "The name of the user who fills the form will be used in the field 'From'.", 'contact_form' ); ?></div>
|
808 |
+
</div>
|
809 |
</div>
|
810 |
</div>
|
811 |
+
</td>
|
812 |
+
<td>
|
813 |
+
<div><?php _e( "Email", 'contact_form' ); ?></div>
|
|
|
|
|
814 |
<div>
|
815 |
+
<div>
|
816 |
+
<input type="radio" id="cntctfrm_from_custom_email" name="cntctfrm_from_email" value="custom" <?php if ( 'custom' == $cntctfrm_options['cntctfrm_from_email'] ) echo 'checked="checked" '; ?>/>
|
817 |
+
<input type="text" name="cntctfrm_custom_from_email" value="<?php echo $cntctfrm_options['cntctfrm_custom_from_email']; ?>" onfocus="document.getElementById('cntctfrm_from_custom_email').checked = true;" maxlength="100" />
|
818 |
+
</div>
|
819 |
+
<div>
|
820 |
+
<label><input type="radio" id="cntctfrm_from_email" name="cntctfrm_from_email" value="user" <?php if ( 'user' == $cntctfrm_options['cntctfrm_from_email'] ) echo 'checked="checked" '; ?>/> <?php _e( "User email", 'contact_form' ); ?></label>
|
821 |
+
<div class="cntctfrm_help_box">
|
822 |
+
<div class="cntctfrm_hidden_help_text"><?php echo __( "The email address of the user who fills the form will be used in the field 'From'.", 'contact_form' ); ?></div>
|
823 |
+
</div>
|
824 |
+
</div>
|
825 |
+
<div>
|
826 |
+
<span class="cntctfrm_info">(<?php _e( "If this option is changed, email messages may be moved to the spam folder or email delivery failures may occur.", 'contact_form' ); ?>)</span>
|
827 |
+
</div>
|
828 |
</div>
|
829 |
+
</td>
|
830 |
+
</tr>
|
831 |
+
<tr valign="top">
|
832 |
+
<th scope="row"><?php _e( "Required symbol", 'contact_form' ); ?></th>
|
833 |
+
<td colspan="2">
|
834 |
+
<input type="text" id="cntctfrm_required_symbol" name="cntctfrm_required_symbol" value="<?php echo $cntctfrm_options['cntctfrm_required_symbol']; ?>" maxlength="100" />
|
835 |
+
</td>
|
836 |
+
</tr>
|
837 |
+
</table>
|
838 |
+
<br />
|
839 |
+
<table class="cntctfrm_settings_table" style="width:auto;">
|
840 |
+
<thead>
|
841 |
+
<tr valign="top">
|
842 |
+
<th scope="row" style="width: 210px;"><?php _e( "Fields", 'contact_form' ); ?></th>
|
843 |
+
<th><?php _e( "Used", 'contact_form' ); ?></th>
|
844 |
+
<th><?php _e( "Required", 'contact_form' ); ?></th>
|
845 |
+
<th><?php _e( "Visible", 'contact_form' ); ?></th>
|
846 |
+
<th><?php _e( "Disabled for editing", 'contact_form' ); ?></th>
|
847 |
+
<th scope="row" ><?php _e( "Field's default value", 'contact_form' ); ?></th>
|
848 |
+
</tr>
|
849 |
+
</thead>
|
850 |
+
<tbody>
|
851 |
+
<tr valign="top" >
|
852 |
+
<td><?php _e( "Department selectbox", 'contact_form' ); ?></td>
|
853 |
+
<td class="bws_pro_version"></td>
|
854 |
+
<td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrm_required_department_field" value="1"/></td>
|
855 |
+
<td class="bws_pro_version"></td>
|
856 |
+
<td class="bws_pro_version"></td>
|
857 |
+
<td class="bws_pro_version"></td>
|
858 |
+
</tr>
|
859 |
+
<tr valign="top">
|
860 |
+
<td><?php _e( "Name", 'contact_form' ); ?></td>
|
861 |
+
<td><input type="checkbox" name="cntctfrm_display_name_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_name_field'] ) echo 'checked="checked" '; ?>/></td>
|
862 |
+
<td><input type="checkbox" id="cntctfrm_required_name_field" name="cntctfrm_required_name_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_name_field'] ) echo 'checked="checked" '; ?>/></td>
|
863 |
+
<td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_visible_name" value="1" checked="checked" /></td>
|
864 |
+
<td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_disabled_name" value="1" /></td>
|
865 |
+
<td class="bws_pro_version">
|
866 |
+
<input disabled="disabled" type="checkbox" name="cntctfrmpr_default_name" value="1" />
|
867 |
+
<?php _e( "Use User's name as a default value if the user is logged in.", 'contact_form' ); ?><br />
|
868 |
+
<span class="cntctfrm_info">(<?php _e( "'Visible' and 'Disabled for editing' options will be applied only to logged-in users.", 'contact_form' ); ?>)</span>
|
869 |
+
</td>
|
870 |
+
</tr>
|
871 |
+
<tr valign="top">
|
872 |
+
<td><?php _e( "Location selectbox", 'contact_form' ); ?></td>
|
873 |
+
<td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_display_selectbox" value="1" /></td>
|
874 |
+
<td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_required_selectbox" value="1" /></td>
|
875 |
+
<td class="bws_pro_version"></td>
|
876 |
+
<td class="bws_pro_version"></td>
|
877 |
+
<td class="bws_pro_version"><input disabled="disabled" type="file" name="cntctfrmpr_default_location"></td>
|
878 |
+
</tr>
|
879 |
+
<tr valign="top">
|
880 |
+
<td><?php _e( "Address", 'contact_form' ); ?></td>
|
881 |
+
<td><input type="checkbox" id="cntctfrm_display_address_field" name="cntctfrm_display_address_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_address_field'] ) echo 'checked="checked" '; ?>/></td>
|
882 |
+
<td><input type="checkbox" id="cntctfrm_required_address_field" name="cntctfrm_required_address_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_address_field'] ) echo 'checked="checked" '; ?>/></td>
|
883 |
+
<td></td>
|
884 |
+
<td></td>
|
885 |
+
<td></td>
|
886 |
+
</tr>
|
887 |
+
<tr valign="top">
|
888 |
+
<td><?php _e( "Email Address", 'contact_form' ); ?></td>
|
889 |
+
<td></td>
|
890 |
+
<td><input type="checkbox" id="cntctfrm_required_email_field" name="cntctfrm_required_email_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_email_field'] ) echo 'checked="checked" '; ?>/></td>
|
891 |
+
<td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_visible_email" value="1" checked="checked" /></td>
|
892 |
+
<td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_disabled_email" value="1" /></td>
|
893 |
+
<td class="bws_pro_version">
|
894 |
+
<input disabled="disabled" type="checkbox" name="cntctfrmpr_default_email" value="1" />
|
895 |
+
<?php _e( "Use User's email as a default value if the user is logged in.", 'contact_form' ); ?><br />
|
896 |
+
<span class="cntctfrm_info">(<?php _e( "'Visible' and 'Disabled for editing' options will be applied only to logged-in users.", 'contact_form' ); ?>)</span>
|
897 |
+
</td>
|
898 |
+
</tr>
|
899 |
+
<tr valign="top">
|
900 |
+
<td><?php _e( "Phone number", 'contact_form' ); ?></td>
|
901 |
+
<td><input type="checkbox" id="cntctfrm_display_phone_field" name="cntctfrm_display_phone_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_phone_field'] ) echo 'checked="checked" '; ?>/></td>
|
902 |
+
<td><input type="checkbox" id="cntctfrm_required_phone_field" name="cntctfrm_required_phone_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_phone_field'] ) echo 'checked="checked" '; ?>/></td>
|
903 |
+
<td></td>
|
904 |
+
<td></td>
|
905 |
+
<td></td>
|
906 |
+
</tr>
|
907 |
+
<tr valign="top">
|
908 |
+
<td><?php _e( "Subject", 'contact_form' ); ?></td>
|
909 |
+
<td></td>
|
910 |
+
<td><input type="checkbox" id="cntctfrm_required_subject_field" name="cntctfrm_required_subject_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_subject_field'] ) echo 'checked="checked" '; ?>/></td>
|
911 |
+
<td class="bws_pro_version"><input class="subject" disabled="disabled" type="checkbox" name="cntctfrmpr_visible_subject" value="1" checked="checked" /></td>
|
912 |
+
<td class="bws_pro_version"><input class="subject" disabled="disabled" type="checkbox" name="cntctfrmpr_disabled_subject" value="1" /></td>
|
913 |
+
<td class="bws_pro_version"><input class="subject" disabled="disabled" type="text" name="cntctfrmpr_default_subject" value="" /></td>
|
914 |
+
</tr>
|
915 |
+
<tr valign="top">
|
916 |
+
<td><?php _e( "Message", 'contact_form' ); ?></td>
|
917 |
+
<td></td>
|
918 |
+
<td><input type="checkbox" id="cntctfrm_required_message_field" name="cntctfrm_required_message_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_message_field'] ) echo 'checked="checked" '; ?>/></td>
|
919 |
+
<td class="bws_pro_version"><input class="message" disabled="disabled" type="checkbox" name="cntctfrmpr_visible_message" value="1" checked="checked" /></td>
|
920 |
+
<td class="bws_pro_version"><input class="message" disabled="disabled" disabled="disabled" type="checkbox" name="cntctfrmpr_disabled_message" value="1" /></td>
|
921 |
+
<td class="bws_pro_version"><input class="message" disabled="disabled" type="text" name="cntctfrmpr_default_message" value="" /></td>
|
922 |
+
</tr>
|
923 |
+
<tr valign="top">
|
924 |
+
<td></td>
|
925 |
+
<td></td>
|
926 |
+
<td></td>
|
927 |
+
<td colspan="3" class="bws_pro_version_tooltip">
|
928 |
+
<div class="bws_info">
|
929 |
+
<?php _e( 'Unlock premium options by upgrading to PRO version.', 'contact_form' ); ?>
|
930 |
+
<a href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro"><?php _e( 'Learn More', 'contact_form' ); ?></a>
|
931 |
+
</div>
|
932 |
+
<a class="bws_button" href="http://bestwebsoft.com/products/contact-form/buy/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
|
933 |
+
<?php _e( 'Go', 'contact_form' ); ?> <strong>PRO</strong>
|
934 |
+
</a>
|
935 |
+
<div class="clear"></div>
|
936 |
+
</td>
|
937 |
+
</tr>
|
938 |
+
<tr valign="top">
|
939 |
+
<td>
|
940 |
+
<?php _e( "Attachment block", 'contact_form' ); ?>
|
941 |
+
<div class="cntctfrm_help_box">
|
942 |
+
<div class="cntctfrm_hidden_help_text"><?php echo __( "Users can attach the following file formats", 'contact_form' ) . ": html, txt, css, gif, png, jpeg, jpg, tiff, bmp, ai, eps, ps, rtf, pdf, doc, docx, xls, xlsx, zip, rar, wav, mp3, ppt, aar, sce"; ?></div>
|
943 |
+
</div>
|
944 |
+
</td>
|
945 |
+
<td><input type="checkbox" id="cntctfrm_attachment" name="cntctfrm_attachment" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_attachment'] ) echo 'checked="checked" '; ?>/></td>
|
946 |
+
<td></td>
|
947 |
+
<td></td>
|
948 |
+
<td></td>
|
949 |
+
<td></td>
|
950 |
+
</tr>
|
951 |
+
</tbody>
|
952 |
+
</table>
|
953 |
+
<table class="form-table" style="width:auto;">
|
954 |
+
<tr valign="top">
|
955 |
+
<th scope="row"><?php _e( "Add to the form", 'contact_form' ); ?></th>
|
956 |
+
<td style="width:750px;" colspan="3">
|
957 |
<div>
|
958 |
+
<label>
|
959 |
+
<input type="checkbox" id="cntctfrm_attachment_explanations" name="cntctfrm_attachment_explanations" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_attachment_explanations'] && '1' == $cntctfrm_options['cntctfrm_attachment'] ) echo 'checked="checked" '; ?>/>
|
960 |
+
<?php _e( "Tips below the Attachment", 'contact_form' ); ?>
|
961 |
+
</label>
|
962 |
<div class="cntctfrm_help_box">
|
963 |
+
<div class="cntctfrm_hidden_help_text"><img title="" src="<?php echo plugins_url( 'images/tooltip_attachment_tips.png', __FILE__ ); ?>" alt=""/></div>
|
964 |
</div>
|
965 |
</div>
|
966 |
<div>
|
967 |
+
<label>
|
968 |
+
<input type="checkbox" id="cntctfrm_send_copy" name="cntctfrm_send_copy" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_send_copy'] ) echo 'checked="checked" '; ?>/>
|
969 |
+
<?php _e( "'Send me a copy' block", 'contact_form' ); ?>
|
970 |
+
</label>
|
971 |
+
<div class="cntctfrm_help_box">
|
972 |
+
<div class="cntctfrm_hidden_help_text"><img title="" src="<?php echo plugins_url( 'images/tooltip_sendme_block.png', __FILE__ ); ?>" alt=""/></div>
|
973 |
+
</div>
|
974 |
+
</div>
|
975 |
+
<div style="clear: both;">
|
976 |
+
<?php if ( array_key_exists( 'captcha/captcha.php', $all_plugins ) || array_key_exists( 'captcha-plus/captcha-plus.php', $all_plugins ) || array_key_exists( 'captcha-pro/captcha_pro.php', $all_plugins ) ) {
|
977 |
+
if ( is_plugin_active( 'captcha/captcha.php' ) || is_plugin_active( 'captcha-plus/captcha-plus.php' ) || is_plugin_active( 'captcha-pro/captcha_pro.php' ) ) { ?>
|
978 |
+
<label><input type="checkbox" name="cntctfrm_display_captcha" value="1" <?php if ( ( isset( $cptch_options ) && 1 == $cptch_options["cptch_contact_form"] ) ||( isset( $cptchpls_options ) && 1 == $cptchpls_options["cptchpls_contact_form"] ) || ( isset( $cptchpr_options ) && 1 == $cptchpr_options["cptchpr_contact_form"] ) ) echo 'checked="checked"'; ?> />
|
979 |
+
Captcha by BestWebSoft</label>
|
980 |
+
<?php } else { ?>
|
981 |
+
<label><input disabled="disabled" type="checkbox" name="cntctfrm_display_captcha" value="1" <?php if ( ( isset( $cptch_options ) && 1 == $cptch_options["cptch_contact_form"] ) || ( isset( $cptchpls_options ) && 1 == $cptchpls_options["cptchpls_contact_form"] ) || ( isset( $cptchpr_options ) && 1 == $cptchpr_options["cptchpr_contact_form"] ) ) echo 'checked="checked"'; ?> />
|
982 |
+
Captcha by BestWebSoft</label> <span class="bws_info"><a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate captcha', 'contact_form' ); ?></a></span>
|
983 |
+
<?php }
|
984 |
+
} else { ?>
|
985 |
+
<label><input disabled="disabled" type="checkbox" name="cntctfrm_display_captcha" value="1" />
|
986 |
+
Captcha by BestWebSoft</label> <span class="bws_info"><a href="http://bestwebsoft.com/products/captcha/?k=19ac1e9b23bea947cfc4a9b8e3326c03&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Download captcha', 'contact_form' ); ?></a></span>
|
987 |
+
<?php } ?>
|
988 |
+
</div>
|
989 |
+
<div class="bws_pro_version_bloc">
|
990 |
+
<div class="bws_pro_version_table_bloc">
|
991 |
+
<div class="bws_table_bg"></div>
|
992 |
+
<div class="bws_pro_version">
|
993 |
+
<fieldset>
|
994 |
+
<label><input disabled="disabled" type="checkbox" value="1" name="cntctfrmpr_display_privacy_check"> <?php _e( 'Agreement checkbox', 'contact_form' ); ?> <span class="bws_info">(<?php _e( 'Required checkbox for submitting the form', 'contact_form' ); ?>)</span></label><br />
|
995 |
+
<label><input disabled="disabled" type="checkbox" value="1" name="cntctfrmpr_display_optional_check"> <?php _e( 'Optional checkbox', 'contact_form' ); ?> <span class="bws_info">(<?php _e( 'Optional checkbox, the results of which will be displayed in email', 'contact_form' ); ?>)</span></label>
|
996 |
+
</fieldset>
|
997 |
+
</div>
|
998 |
+
</div>
|
999 |
+
<div class="bws_pro_version_tooltip">
|
1000 |
+
<div class="bws_info">
|
1001 |
+
<?php _e( 'Unlock premium options by upgrading to PRO version.', 'contact_form' ); ?>
|
1002 |
+
<a href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro"><?php _e( 'Learn More', 'contact_form' ); ?></a>
|
1003 |
+
</div>
|
1004 |
+
<a class="bws_button" href="http://bestwebsoft.com/products/contact-form/buy/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
|
1005 |
+
<?php _e( 'Go', 'contact_form' ); ?> <strong>PRO</strong>
|
1006 |
+
</a>
|
1007 |
+
<div class="clear"></div>
|
1008 |
+
</div>
|
1009 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1010 |
</td>
|
1011 |
</tr>
|
1012 |
<tr valign="top">
|
1013 |
+
<th scope="row"><?php _e( "Delete an attachment file from the server after the email is sent", 'contact_form' ); ?> </th>
|
1014 |
+
<td colspan="3">
|
1015 |
+
<input type="checkbox" id="cntctfrm_delete_attached_file" name="cntctfrm_delete_attached_file" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_delete_attached_file'] ) echo 'checked="checked" '; ?>/>
|
1016 |
+
</td>
|
|
|
|
|
1017 |
</tr>
|
1018 |
<tr valign="top">
|
1019 |
+
<th scope="row"><?php _e( "Email in HTML format sending", 'contact_form' ); ?></th>
|
1020 |
+
<td colspan="2"><input type="checkbox" name="cntctfrm_html_email" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_html_email'] ) echo 'checked="checked" '; ?>/></td>
|
|
|
|
|
|
|
|
|
1021 |
</tr>
|
1022 |
<tr valign="top">
|
1023 |
+
<th scope="row"><?php _e( "Display additional info in the email", 'contact_form' ); ?></th>
|
1024 |
+
<td style="width:15px;" class="cntctfrm_td_top_align">
|
1025 |
+
<input type="checkbox" id="cntctfrm_display_add_info" name="cntctfrm_display_add_info" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_add_info'] ) echo 'checked="checked" '; ?>/>
|
1026 |
+
</td>
|
1027 |
+
<td class="cntctfrm_display_add_info_block" <?php if ( '0' == $cntctfrm_options['cntctfrm_display_add_info'] ) echo 'style="display:none"'; ?>>
|
1028 |
+
<fieldset>
|
1029 |
+
<label><input type="checkbox" id="cntctfrm_display_sent_from" name="cntctfrm_display_sent_from" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_sent_from'] ) echo 'checked="checked" '; ?>/> <?php _e( "Sent from (ip address)", 'contact_form' ); ?></label> <label class="bws_info"><?php _e( "Example: Sent from (IP address): 127.0.0.1", 'contact_form' ); ?></label><br />
|
1030 |
+
<label><input type="checkbox" id="cntctfrm_display_date_time" name="cntctfrm_display_date_time" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_date_time'] ) echo 'checked="checked" '; ?>/> <?php _e( "Date/Time", 'contact_form' ); ?></label> <label class="bws_info"><?php _e( "Example: Date/Time: August 19, 2013 8:50 pm", 'contact_form' ); ?></label><br />
|
1031 |
+
<label><input type="checkbox" id="cntctfrm_display_coming_from" name="cntctfrm_display_coming_from" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_coming_from'] ) echo 'checked="checked" '; ?>/> <?php _e( "Sent from (referer)", 'contact_form' ); ?></label> <label class="bws_info"><?php _e( "Example: Sent from (referer): http://bestwebsoft.com/contacts/contact-us/", 'contact_form' ); ?></label><br />
|
1032 |
+
<label><input type="checkbox" id="cntctfrm_display_user_agent" name="cntctfrm_display_user_agent" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_user_agent'] ) echo 'checked="checked" '; ?>/> <?php _e( "Using (user agent)", 'contact_form' ); ?></label> <label class="bws_info"><?php _e( "Example: Using (user agent): Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36", 'contact_form' ); ?></label>
|
1033 |
+
</fieldset>
|
1034 |
</td>
|
1035 |
</tr>
|
1036 |
<tr valign="top">
|
1037 |
+
<th scope="row"><?php _e( "Language settings for the field names in the form", 'contact_form' ); ?></th>
|
1038 |
+
<td colspan="2">
|
1039 |
+
<select name="cntctfrm_languages" id="cntctfrm_languages" style="width:300px;">
|
1040 |
+
<?php foreach ( $lang_codes as $key => $val ) {
|
1041 |
+
if ( in_array( $key, $cntctfrm_options['cntctfrm_language'] ) )
|
1042 |
+
continue;
|
1043 |
+
echo '<option value="' . esc_attr( $key ) . '"> ' . esc_html( $val ) . '</option>';
|
1044 |
+
} ?>
|
1045 |
+
</select>
|
1046 |
+
<input type="button" class="button-primary" id="cntctfrm_add_language_button" value="<?php _e( 'Add a language', 'contact_form' ); ?>" />
|
1047 |
+
</td>
|
1048 |
</tr>
|
1049 |
<tr valign="top">
|
1050 |
+
<th scope="row"><?php _e( "Change the names of the contact form fields and error messages", 'contact_form' ); ?></th>
|
1051 |
+
<td style="width:15px;" class="cntctfrm_td_top_align">
|
1052 |
+
<input type="checkbox" id="cntctfrm_change_label" name="cntctfrm_change_label" value="1" <?php if ( $cntctfrm_options['cntctfrm_change_label'] == '1' ) echo 'checked="checked" '; ?>/>
|
1053 |
+
</td>
|
1054 |
+
<td class="cntctfrm_change_label_block" <?php if ( '0' == $cntctfrm_options['cntctfrm_change_label'] ) echo 'style="display:none"'; ?>>
|
1055 |
+
<div class="cntctfrm_label_language_tab cntctfrm_active" id="cntctfrm_label_en"><?php _e( 'English', 'contact_form' ); ?></div>
|
1056 |
+
<?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
|
1057 |
+
foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) {
|
1058 |
+
echo '<div class="cntctfrm_label_language_tab" id="cntctfrm_label_' . $val . '">' . $lang_codes[ $val ] . ' <span class="cntctfrm_delete" rel="' . $val . '">X</span></div>';
|
1059 |
+
}
|
1060 |
+
} ?>
|
1061 |
+
<div class="clear"></div>
|
1062 |
+
<div class="cntctfrm_language_tab cntctfrm_tab_en">
|
1063 |
+
<div class="cntctfrm_language_tab_block_mini" style="display:none;"><?php _e( "click to expand/hide the list", 'contact_form' ); ?></div>
|
1064 |
+
<div class="cntctfrm_language_tab_block">
|
1065 |
+
<input type="text" maxlength="250" name="cntctfrm_name_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_name_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Name:", 'contact_form' ); ?></span><br />
|
1066 |
+
<input type="text" maxlength="250" name="cntctfrm_address_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_address_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Address:", 'contact_form' ); ?></span><br />
|
1067 |
+
<input type="text" maxlength="250" name="cntctfrm_email_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_email_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Email Address:", 'contact_form' ); ?></span><br />
|
1068 |
+
<input type="text" maxlength="250" name="cntctfrm_phone_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_phone_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Phone number:", 'contact_form' ); ?></span><br />
|
1069 |
+
<input type="text" maxlength="250" name="cntctfrm_subject_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_subject_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Subject:", 'contact_form' ); ?></span><br />
|
1070 |
+
<input type="text" maxlength="250" name="cntctfrm_message_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_message_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Message:", 'contact_form' ); ?></span><br />
|
1071 |
+
<input type="text" maxlength="250" name="cntctfrm_attachment_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Attachment:", 'contact_form' ); ?></span><br />
|
1072 |
+
<input type="text" maxlength="250" name="cntctfrm_attachment_tooltip[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_tooltip']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Tips below the Attachment block", 'contact_form' ); ?></span><br />
|
1073 |
+
<input type="text" maxlength="250" name="cntctfrm_send_copy_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_send_copy_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Send me a copy", 'contact_form' ); ?></span><br />
|
1074 |
+
<input type="text" maxlength="250" name="cntctfrm_submit_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_submit_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Submit", 'contact_form' ); ?></span><br />
|
1075 |
+
<input type="text" maxlength="250" name="cntctfrm_name_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_name_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Name field", 'contact_form' ); ?></span><br />
|
1076 |
+
<input type="text" maxlength="250" name="cntctfrm_address_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_address_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Address field", 'contact_form' ); ?></span><br />
|
1077 |
+
<input type="text" maxlength="250" name="cntctfrm_email_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_email_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Email field", 'contact_form' ); ?></span><br />
|
1078 |
+
<input type="text" maxlength="250" name="cntctfrm_phone_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_phone_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Phone field", 'contact_form' ); ?></span><br />
|
1079 |
+
<input type="text" maxlength="250" name="cntctfrm_subject_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_subject_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Subject field", 'contact_form' ); ?></span><br />
|
1080 |
+
<input type="text" maxlength="250" name="cntctfrm_message_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_message_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Message field", 'contact_form' ); ?></span><br />
|
1081 |
+
<input type="text" maxlength="250" name="cntctfrm_attachment_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message about the file type for the Attachment field", 'contact_form' ); ?></span><br />
|
1082 |
+
<input type="text" maxlength="250" name="cntctfrm_attachment_upload_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_upload_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while uploading a file for the Attachment field to the server", 'contact_form' ); ?></span><br />
|
1083 |
+
<input type="text" maxlength="250" name="cntctfrm_attachment_move_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_move_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while moving the file for the Attachment field", 'contact_form' ); ?></span><br />
|
1084 |
+
<input type="text" maxlength="250" name="cntctfrm_attachment_size_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_size_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message when file size limit for the Attachment field is exceeded", 'contact_form' ); ?></span><br />
|
1085 |
+
<input type="text" maxlength="250" name="cntctfrm_captcha_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_captcha_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Captcha field", 'contact_form' ); ?></span><br />
|
1086 |
+
<input type="text" maxlength="250" name="cntctfrm_form_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_form_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the whole form", 'contact_form' ); ?></span><br />
|
1087 |
+
</div>
|
1088 |
+
<?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
|
1089 |
+
<span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=en]</span> <?php _e( "or", 'contact_form' ) ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
|
1090 |
+
<?php } else { ?>
|
1091 |
+
<span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=en id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span> <?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
|
1092 |
+
<?php } ?>
|
1093 |
+
</div>
|
1094 |
+
<?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
|
1095 |
+
foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
|
1096 |
+
<div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>">
|
1097 |
+
<div class="cntctfrm_language_tab_block_mini" style="display:none;"><?php _e( "click to expand/hide the list", 'contact_form' ); ?></div>
|
1098 |
+
<div class="cntctfrm_language_tab_block">
|
1099 |
+
<input type="text" maxlength="250" name="cntctfrm_name_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_name_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_name_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Name:", 'contact_form' ); ?></span><br />
|
1100 |
+
<input type="text" maxlength="250" name="cntctfrm_address_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_address_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_address_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Address:", 'contact_form' ); ?></span><br />
|
1101 |
+
<input type="text" maxlength="250" name="cntctfrm_email_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_email_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_email_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Email Address:", 'contact_form' ); ?></span><br />
|
1102 |
+
<input type="text" maxlength="250" name="cntctfrm_phone_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_phone_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_phone_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Phone number:", 'contact_form' ); ?></span><br />
|
1103 |
+
<input type="text" maxlength="250" name="cntctfrm_subject_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_subject_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_subject_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Subject:", 'contact_form' ); ?></span><br />
|
1104 |
+
<input type="text" maxlength="250" name="cntctfrm_message_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_message_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_message_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Message:", 'contact_form' ); ?></span><br />
|
1105 |
+
<input type="text" maxlength="250" name="cntctfrm_attachment_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Attachment:", 'contact_form' ); ?></span><br />
|
1106 |
+
<input type="text" maxlength="250" name="cntctfrm_attachment_tooltip[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_tooltip'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_tooltip'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Tips below the Attachment block", 'contact_form' ); ?></span><br />
|
1107 |
+
<input type="text" maxlength="250" name="cntctfrm_send_copy_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_send_copy_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_send_copy_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Send me a copy", 'contact_form' ); ?></span><br />
|
1108 |
+
<input type="text" maxlength="250" name="cntctfrm_submit_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_submit_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_submit_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Submit", 'contact_form' ); ?></span><br />
|
1109 |
+
<input type="text" maxlength="250" name="cntctfrm_name_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_name_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_name_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Name field", 'contact_form' ); ?></span><br />
|
1110 |
+
<input type="text" maxlength="250" name="cntctfrm_address_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_address_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_address_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Address field", 'contact_form' ); ?></span><br />
|
1111 |
+
<input type="text" maxlength="250" name="cntctfrm_email_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_email_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_email_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Email field", 'contact_form' ); ?></span><br />
|
1112 |
+
<input type="text" maxlength="250" name="cntctfrm_phone_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_phone_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_phone_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Phone field", 'contact_form' ); ?></span><br />
|
1113 |
+
<input type="text" maxlength="250" name="cntctfrm_subject_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_subject_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_subject_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Subject field", 'contact_form' ); ?></span><br />
|
1114 |
+
<input type="text" maxlength="250" name="cntctfrm_message_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_message_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_message_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Message field", 'contact_form' ); ?></span><br />
|
1115 |
+
<input type="text" maxlength="250" name="cntctfrm_attachment_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message about the file type for the Attachment field", 'contact_form' ); ?></span><br />
|
1116 |
+
<input type="text" maxlength="250" name="cntctfrm_attachment_upload_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_upload_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_upload_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while uploading a file for the Attachment field to the server", 'contact_form' ); ?></span><br />
|
1117 |
+
<input type="text" maxlength="250" name="cntctfrm_attachment_move_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_move_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_move_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while moving the file for the Attachment field", 'contact_form' ); ?></span><br />
|
1118 |
+
<input type="text" maxlength="250" name="cntctfrm_attachment_size_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_size_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_size_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message when file size limit for the Attachment field is exceeded", 'contact_form' ); ?></span><br />
|
1119 |
+
<input type="text" maxlength="250" name="cntctfrm_captcha_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_captcha_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_captcha_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Captcha field", 'contact_form' ); ?></span><br />
|
1120 |
+
<input type="text" maxlength="250" name="cntctfrm_form_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_form_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_form_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the whole form", 'contact_form' ); ?></span><br />
|
1121 |
+
</div>
|
1122 |
+
<?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
|
1123 |
+
<span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=<?php echo $val; ?>]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
|
1124 |
+
<?php } else { ?>
|
1125 |
+
<span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=<?php $val . ' id=' . $_SESSION['cntctfrmmlt_id_form']; ?>]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
|
1126 |
+
<?php } ?>
|
1127 |
+
</div>
|
1128 |
+
<?php }
|
1129 |
+
} ?>
|
1130 |
+
</td>
|
1131 |
</tr>
|
1132 |
<tr valign="top">
|
1133 |
+
<th scope="row"><?php _e( 'Use the changed names of the contact form fields in the email', 'contact_form' ); ?></th>
|
1134 |
+
<td colspan="2">
|
1135 |
+
<input type="checkbox" name="cntctfrm_change_label_in_email" value="1" <?php if ( $cntctfrm_options['cntctfrm_change_label_in_email'] == '1' ) echo 'checked="checked" '; ?>/>
|
1136 |
+
</td>
|
|
|
|
|
1137 |
</tr>
|
1138 |
<tr valign="top">
|
1139 |
+
<th scope="row"><?php _e( "Action after email is sent", 'contact_form' ); ?></th>
|
1140 |
+
<td colspan="2" class="cntctfrm_action_after_send_block">
|
1141 |
+
<label><input type="radio" id="cntctfrm_action_after_send" name="cntctfrm_action_after_send" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_action_after_send'] ) echo 'checked="checked" '; ?>/> <?php _e( "Display text", 'contact_form' ); ?></label><br />
|
1142 |
+
<div class="cntctfrm_label_language_tab cntctfrm_active" id="cntctfrm_text_en"><?php _e( 'English', 'contact_form' ); ?></div>
|
1143 |
+
<?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
|
1144 |
+
foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) {
|
1145 |
+
echo '<div class="cntctfrm_label_language_tab" id="cntctfrm_text_' . $val . '">' . $lang_codes[ $val ] . ' <span class="cntctfrm_delete" rel="' . $val . '">X</span></div>';
|
1146 |
+
}
|
1147 |
+
} ?>
|
|
|
|
|
1148 |
<div class="clear"></div>
|
1149 |
+
<div class="cntctfrm_language_tab cntctfrm_tab_en" style=" padding: 5px 10px 5px 5px;">
|
1150 |
+
<input type="text" maxlength="250" name="cntctfrm_thank_text[en]" value="<?php echo $cntctfrm_options['cntctfrm_thank_text']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Text", 'contact_form' ); ?></span><br />
|
1151 |
+
<?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
|
1152 |
+
<span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=en]</span> <?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
|
1153 |
+
<?php } else { ?>
|
1154 |
+
<span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=en id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span> <?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
|
1155 |
+
<?php } ?>
|
1156 |
+
</div>
|
1157 |
+
<?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
|
1158 |
+
foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
|
1159 |
+
<div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>" style=" padding: 5px 10px 5px 5px;">
|
1160 |
+
<label><input type="text" maxlength="250" name="cntctfrm_thank_text[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_thank_text'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_thank_text'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Text", 'contact_form' ); ?></span></label><br />
|
1161 |
+
<?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
|
1162 |
+
<span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=<?php echo $val; ?>]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
|
1163 |
+
<?php } else { ?>
|
1164 |
+
<span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=<?php echo $val . ' id=' . $_SESSION['cntctfrmmlt_id_form']; ?>]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
|
1165 |
+
<?php } ?>
|
1166 |
+
</div>
|
1167 |
+
<?php }
|
1168 |
+
} ?>
|
1169 |
+
<div id="cntctfrm_before"></div>
|
1170 |
+
<br />
|
1171 |
+
<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 />
|
1172 |
+
<label><input type="text" maxlength="250" 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></label>
|
1173 |
</td>
|
1174 |
</tr>
|
1175 |
<tr valign="top">
|
1176 |
+
<th scope="row"><?php _e( 'The $_SERVER variable that is used to build a URL of the form', 'contact_form' ); ?></th>
|
1177 |
+
<td colspan="2">
|
1178 |
+
<fieldset>
|
1179 |
+
<label><input type="radio" name="cntctfrm_site_name_parameter" value="SERVER_NAME" <?php if ( 'SERVER_NAME' == $cntctfrm_options['cntctfrm_site_name_parameter'] ) echo 'checked="checked" '; ?>/> SERVER_NAME</label><br />
|
1180 |
+
<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 />
|
1181 |
+
<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>
|
1182 |
+
</fieldset>
|
1183 |
</td>
|
|
|
|
|
|
|
|
|
|
|
1184 |
</tr>
|
1185 |
+
</table>
|
1186 |
+
<div class="bws_pro_version_bloc">
|
1187 |
+
<div class="bws_pro_version_table_bloc">
|
1188 |
+
<div class="bws_table_bg"></div>
|
1189 |
+
<table class="form-table bws_pro_version">
|
1190 |
+
<tr valign="top">
|
1191 |
+
<th scope="row"><?php _e( 'Auto Response', 'contact_form' ); ?></th>
|
1192 |
+
<td colspan="2">
|
1193 |
+
<input disabled="disabled" type="checkbox" value="1" name="cntctfrm_auto_response" checked="checked"/>
|
1194 |
+
<textarea name="cntctfrm_auto_response_message" style="position: relative; margin-left: 20px; z-index: -1;">Dear %%NAME%%, Thank you for contacting us. We have received your message and will reply to it shortly. Regards, %%SITENAME%% Team.</textarea><br/>
|
1195 |
+
<span class="cntctfrm_info" style="margin-left: 45px"><?php _e( "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to display data from the Message field, as well as %%SITENAME%% to display blog name.", 'contact_form' ); ?></span>
|
1196 |
+
</td>
|
1197 |
+
</tr>
|
1198 |
+
<tr valign="top">
|
1199 |
+
<th scope="row" colspan="2">
|
1200 |
+
* <?php _e( 'If you upgrade to Pro version all your settings will be saved.', 'contact_form' ); ?>
|
1201 |
+
</th>
|
1202 |
+
</tr>
|
1203 |
+
</table>
|
1204 |
+
</div>
|
1205 |
+
<div class="bws_pro_version_tooltip">
|
1206 |
+
<div class="bws_info">
|
1207 |
+
<?php _e( 'Unlock premium options by upgrading to PRO version.', 'contact_form' ); ?>
|
1208 |
+
<a href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro"><?php _e( 'Learn More', 'contact_form' ); ?></a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1209 |
</div>
|
1210 |
+
<a class="bws_button" href="http://bestwebsoft.com/products/contact-form/buy/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
|
1211 |
+
<?php _e( 'Go', 'contact_form' ); ?> <strong>PRO</strong>
|
1212 |
+
</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1213 |
<div class="clear"></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1214 |
</div>
|
|
|
|
|
|
|
|
|
1215 |
</div>
|
1216 |
</div>
|
1217 |
+
<!-- end of 'Additional' settings -->
|
1218 |
+
<input type="hidden" name="cntctfrm_form_submit" value="submit" />
|
1219 |
+
<p class="submit">
|
1220 |
+
<input type="submit" class="button-primary" value="<?php _e( 'Save Changes', 'contact_form' ); ?>" />
|
1221 |
+
</p>
|
1222 |
+
<?php wp_nonce_field( $plugin_basename, 'cntctfrm_nonce_name' ); ?>
|
1223 |
+
</form>
|
1224 |
+
<?php bws_form_restore_default_settings( $plugin_basename );
|
1225 |
+
}
|
1226 |
} elseif ( 'appearance' == $_GET['action'] ) { ?>
|
1227 |
<div id="<?php echo is_rtl() ? 'cntctfrmpr_right_table' : 'cntctfrmpr_left_table' ?>">
|
1228 |
<div class="bws_pro_version_bloc">
|
1388 |
</div>
|
1389 |
<div class="bws_pro_version_tooltip">
|
1390 |
<div class="bws_info">
|
1391 |
+
<?php _e( 'Unlock premium options by upgrading to PRO version.', 'contact_form' ); ?>
|
1392 |
<a href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro"><?php _e( 'Learn More', 'contact_form' ); ?></a>
|
1393 |
</div>
|
1394 |
<a class="bws_button" href="http://bestwebsoft.com/products/contact-form/buy/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
|
1509 |
<div class="clear"></div>
|
1510 |
<?php } elseif ( 'go_pro' == $_GET['action'] ) {
|
1511 |
bws_go_pro_tab( $cntctfrm_plugin_info, $plugin_basename, 'contact_form.php', 'contact_form_pro.php', 'contact-form-pro/contact_form_pro.php', 'contact-form', '697c5e74f39779ce77850e11dbe21962', '77', isset( $go_pro_result['pro_plugin_is_activated'] ) );
|
1512 |
+
}
|
1513 |
+
bws_plugin_reviews_block( $cntctfrm_plugin_info['Name'], 'contact-form-plugin' ); ?>
|
1514 |
</div>
|
1515 |
<?php }
|
1516 |
}
|
css/style.css
CHANGED
@@ -70,7 +70,7 @@
|
|
70 |
}
|
71 |
#cntctfrmpr_shortcode {
|
72 |
width: 330px;
|
73 |
-
margin
|
74 |
max-width: 330px;
|
75 |
}
|
76 |
#cntctfrmpr_shortcode_code {
|
70 |
}
|
71 |
#cntctfrmpr_shortcode {
|
72 |
width: 330px;
|
73 |
+
margin: 30px 0;
|
74 |
max-width: 330px;
|
75 |
}
|
76 |
#cntctfrmpr_shortcode_code {
|
js/script.js
CHANGED
File without changes
|
languages/contact_form-af_ZA.mo
CHANGED
Binary file
|
languages/contact_form-af_ZA.po
CHANGED
@@ -2,9 +2,9 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
-
"Last-Translator: bestwebsoft.com <
|
8 |
"Language-Team: Aldu <alducornelissen@gmail.com>\n"
|
9 |
"Language: af\n"
|
10 |
"MIME-Version: 1.0\n"
|
@@ -17,8 +17,7 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: contact_form.php:35
|
21 |
-
#: contact_form.php:650
|
22 |
msgid "Contact Form Settings"
|
23 |
msgstr "Kontak Form Verstellings"
|
24 |
|
@@ -26,62 +25,50 @@ msgstr "Kontak Form Verstellings"
|
|
26 |
msgid "Contact Form"
|
27 |
msgstr "Kontak Form"
|
28 |
|
29 |
-
#: contact_form.php:123
|
30 |
-
#: contact_form.php:1047
|
31 |
-
#: contact_form.php:1081
|
32 |
msgid "Name:"
|
33 |
msgstr "Naam:"
|
34 |
|
35 |
-
#: contact_form.php:124
|
36 |
-
#: contact_form.php:1048
|
37 |
-
#: contact_form.php:1082
|
38 |
msgid "Address:"
|
39 |
msgstr "Adres:"
|
40 |
|
41 |
-
#: contact_form.php:125
|
42 |
-
#: contact_form.php:1049
|
43 |
-
#: contact_form.php:1083
|
44 |
msgid "Email Address:"
|
45 |
msgstr "Epos Adres:"
|
46 |
|
47 |
-
#: contact_form.php:126
|
48 |
-
#: contact_form.php:1050
|
49 |
-
#: contact_form.php:1084
|
50 |
msgid "Phone number:"
|
51 |
msgstr "Telefoon nommer:"
|
52 |
|
53 |
-
#: contact_form.php:127
|
54 |
-
#: contact_form.php:1051
|
55 |
-
#: contact_form.php:1085
|
56 |
msgid "Subject:"
|
57 |
msgstr "Onderwerp:"
|
58 |
|
59 |
-
#: contact_form.php:128
|
60 |
-
#: contact_form.php:1052
|
61 |
-
#: contact_form.php:1086
|
62 |
msgid "Message:"
|
63 |
msgstr "Boodskap:"
|
64 |
|
65 |
-
#: contact_form.php:129
|
66 |
-
#: contact_form.php:1053
|
67 |
-
#: contact_form.php:1087
|
68 |
msgid "Attachment:"
|
69 |
msgstr "Aanhegsel:"
|
70 |
|
71 |
#: contact_form.php:130
|
72 |
#, fuzzy
|
73 |
-
msgid "
|
74 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
|
76 |
-
#: contact_form.php:131
|
77 |
-
#: contact_form.php:1055
|
78 |
-
#: contact_form.php:1089
|
79 |
msgid "Send me a copy"
|
80 |
msgstr "Stuur vir my 'n kopie"
|
81 |
|
82 |
-
#: contact_form.php:132
|
83 |
-
#: contact_form.php:1056
|
84 |
-
#: contact_form.php:1090
|
85 |
msgid "Submit"
|
86 |
msgstr "Dien in"
|
87 |
|
@@ -138,12 +125,18 @@ msgid "Thank you for contacting us."
|
|
138 |
msgstr "Dankie dat jy ons gekontak het."
|
139 |
|
140 |
#: contact_form.php:546
|
141 |
-
msgid "
|
|
|
|
|
142 |
msgstr ""
|
143 |
|
144 |
#: contact_form.php:556
|
145 |
-
msgid "
|
146 |
-
|
|
|
|
|
|
|
|
|
147 |
|
148 |
#: contact_form.php:565
|
149 |
#, fuzzy
|
@@ -152,13 +145,18 @@ msgstr "Hierdie gebruiker bestaan nie. Die instellings is nie gestoor nie."
|
|
152 |
|
153 |
#: contact_form.php:575
|
154 |
#, fuzzy
|
155 |
-
msgid "
|
156 |
-
|
|
|
|
|
|
|
157 |
|
158 |
#: contact_form.php:583
|
159 |
#, fuzzy
|
160 |
msgid "Please enter a valid email address in the 'FROM' field."
|
161 |
-
msgstr "
|
|
|
|
|
162 |
|
163 |
#: contact_form.php:606
|
164 |
msgid "Settings saved."
|
@@ -169,757 +167,745 @@ msgstr "Verstellings is gestoor."
|
|
169 |
msgid "Settings are not saved."
|
170 |
msgstr "Verstellings is gestoor."
|
171 |
|
172 |
-
#: contact_form.php:
|
173 |
-
|
174 |
-
|
|
|
|
|
175 |
msgid "Settings"
|
176 |
msgstr "Verstellings"
|
177 |
|
178 |
-
#: contact_form.php:
|
179 |
#, fuzzy
|
180 |
msgid "Additional settings"
|
181 |
msgstr "Addisionele opsies"
|
182 |
|
183 |
-
#: contact_form.php:
|
184 |
msgid "Appearance"
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: contact_form.php:
|
188 |
-
#: contact_form.php:2203
|
189 |
msgid "FAQ"
|
190 |
msgstr "Gereeld Gestelde Vrae (FAQ)"
|
191 |
|
192 |
-
#: contact_form.php:
|
193 |
msgid "Go PRO"
|
194 |
msgstr "Gaan PRO"
|
195 |
|
196 |
-
#: contact_form.php:
|
197 |
-
#: contact_form.php:661
|
198 |
msgid "Notice:"
|
199 |
msgstr "Kennisgewing:"
|
200 |
|
201 |
-
#: contact_form.php:
|
202 |
-
msgid "
|
203 |
-
|
204 |
-
|
205 |
-
#: contact_form.php:669
|
206 |
-
msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
|
207 |
msgstr ""
|
|
|
|
|
208 |
|
209 |
-
#: contact_form.php:676
|
210 |
#: contact_form.php:679
|
211 |
-
|
212 |
-
|
213 |
-
|
|
|
214 |
|
215 |
-
#: contact_form.php:
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
|
|
|
|
|
|
|
|
223 |
msgid "or"
|
224 |
msgstr "of"
|
225 |
|
226 |
-
#: contact_form.php:
|
227 |
-
|
228 |
-
msgid "
|
229 |
-
|
|
|
|
|
|
|
|
|
230 |
|
231 |
-
#: contact_form.php:
|
232 |
-
#: contact_form.php:680
|
233 |
msgid "They work the same way."
|
234 |
msgstr "Hulle werk op dieselfde manier."
|
235 |
|
236 |
-
#: contact_form.php:
|
237 |
-
msgid "
|
238 |
-
|
|
|
|
|
|
|
|
|
239 |
|
240 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
241 |
msgid "The user's email address:"
|
242 |
msgstr "Die gebruiker se epos adres:"
|
243 |
|
244 |
-
#: contact_form.php:
|
245 |
#, fuzzy
|
246 |
msgid "Select a username"
|
247 |
msgstr "Skep 'n gebruikersnaam"
|
248 |
|
249 |
-
#: contact_form.php:
|
250 |
-
msgid "
|
251 |
-
|
|
|
|
|
|
|
|
|
252 |
|
253 |
-
#: contact_form.php:
|
254 |
msgid "Use this email address:"
|
255 |
msgstr "Gebruik hierdie epos adres:"
|
256 |
|
257 |
-
#: contact_form.php:
|
258 |
msgid "Enter the email address you want the messages forwarded to."
|
259 |
msgstr "Sleutel in die epos adres in waar u die boodskappe aangestuur wil he."
|
260 |
|
261 |
-
#: contact_form.php:
|
262 |
msgid "Add department selectbox to the contact form:"
|
263 |
msgstr "Voeg 'n departementele keuse-boks by die kontak vorm:"
|
264 |
|
265 |
-
#: contact_form.php:
|
266 |
-
#: contact_form.php:1182
|
267 |
-
#: contact_form.php:1365
|
268 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
269 |
msgstr "As u opgradeer na die Pro weergawe sal die verstellings gestoor word."
|
270 |
|
271 |
-
#: contact_form.php:
|
272 |
-
#: contact_form.php:
|
273 |
-
|
274 |
-
#: contact_form.php:1189
|
275 |
-
#: contact_form.php:1372
|
276 |
-
msgid "Unlock premium options by upgrading to a PRO version."
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: contact_form.php:
|
280 |
-
#: contact_form.php:
|
281 |
-
#: contact_form.php:984
|
282 |
-
#: contact_form.php:1190
|
283 |
-
#: contact_form.php:1373
|
284 |
-
#: contact_form.php:2475
|
285 |
msgid "Learn More"
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: contact_form.php:
|
289 |
-
#: contact_form.php:
|
290 |
-
#: contact_form.php:987
|
291 |
-
#: contact_form.php:1193
|
292 |
-
#: contact_form.php:1376
|
293 |
#, fuzzy
|
294 |
msgid "Go"
|
295 |
msgstr "Go!"
|
296 |
|
297 |
-
#: contact_form.php:
|
298 |
msgid "Save emails to the database"
|
299 |
msgstr "Stoor eposse na die databasis."
|
300 |
|
301 |
-
#: contact_form.php:
|
302 |
msgid "Using"
|
303 |
msgstr "In Gebruik"
|
304 |
|
305 |
-
#: contact_form.php:
|
306 |
-
#: contact_form.php:759
|
307 |
#, fuzzy
|
308 |
msgid "Using Contact Form to DB by BestWebSoft"
|
309 |
msgstr "Gebruik van Kontak Vorm na DB verrig deur"
|
310 |
|
311 |
-
#: contact_form.php:
|
312 |
msgid "Activate"
|
313 |
msgstr "Aktiveer"
|
314 |
|
315 |
-
#: contact_form.php:
|
316 |
msgid "Download"
|
317 |
msgstr "Download"
|
318 |
|
319 |
-
#: contact_form.php:
|
320 |
msgid "What to use?"
|
321 |
msgstr "Wat om te gebruik?"
|
322 |
|
323 |
-
#: contact_form.php:
|
324 |
msgid "Wp-mail"
|
325 |
msgstr "Wp-mail"
|
326 |
|
327 |
-
#: contact_form.php:
|
328 |
msgid "You can use the wp_mail function for mailing"
|
329 |
msgstr "U kan die wp_mail funksie gebruik vir eposse"
|
330 |
|
331 |
-
#: contact_form.php:
|
332 |
msgid "Mail"
|
333 |
msgstr "Mail"
|
334 |
|
335 |
-
#: contact_form.php:
|
336 |
msgid "To send mail you can use the php mail function"
|
337 |
msgstr "Om eposse te stuur kan u die php epos funksie gebruik"
|
338 |
|
339 |
-
#: contact_form.php:
|
340 |
msgid "'FROM' field"
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: contact_form.php:
|
344 |
-
#: contact_form.php:
|
345 |
-
#: contact_form.php:1234
|
346 |
-
#: contact_form.php:1980
|
347 |
-
#: contact_form.php:2016
|
348 |
msgid "Name"
|
349 |
msgstr "Naam"
|
350 |
|
351 |
-
#: contact_form.php:
|
352 |
msgid "User name"
|
353 |
msgstr "Gebruikersnaam"
|
354 |
|
355 |
-
#: contact_form.php:
|
356 |
-
msgid "
|
357 |
-
|
|
|
|
|
|
|
358 |
|
359 |
-
#: contact_form.php:
|
360 |
-
#: contact_form.php:1991
|
361 |
-
#: contact_form.php:2023
|
362 |
msgid "Email"
|
363 |
msgstr "Epos"
|
364 |
|
365 |
-
#: contact_form.php:
|
366 |
msgid "User email"
|
367 |
msgstr "Gebruiker epos"
|
368 |
|
369 |
-
#: contact_form.php:
|
370 |
-
msgid "
|
371 |
-
|
|
|
|
|
|
|
|
|
372 |
|
373 |
-
#: contact_form.php:
|
374 |
-
msgid "
|
|
|
|
|
375 |
msgstr ""
|
376 |
|
377 |
-
#: contact_form.php:
|
378 |
msgid "Required symbol"
|
379 |
msgstr "Benodigde simbool"
|
380 |
|
381 |
-
#: contact_form.php:
|
382 |
msgid "Fields"
|
383 |
msgstr "Velde"
|
384 |
|
385 |
-
#: contact_form.php:
|
386 |
msgid "Used"
|
387 |
msgstr "Gebruik"
|
388 |
|
389 |
-
#: contact_form.php:
|
390 |
msgid "Required"
|
391 |
msgstr "Benodig"
|
392 |
|
393 |
-
#: contact_form.php:
|
394 |
msgid "Visible"
|
395 |
msgstr "Sigbaar"
|
396 |
|
397 |
-
#: contact_form.php:
|
398 |
msgid "Disabled for editing"
|
399 |
msgstr "Gedeaktiveer vir wysiging"
|
400 |
|
401 |
-
#: contact_form.php:
|
402 |
msgid "Field's default value"
|
403 |
msgstr "Veld se verstekwaarde"
|
404 |
|
405 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
406 |
msgid "Use User's name as a default value if the user is logged in."
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: contact_form.php:
|
410 |
-
|
411 |
-
|
|
|
412 |
msgstr ""
|
413 |
|
414 |
-
#: contact_form.php:
|
415 |
msgid "Location selectbox"
|
416 |
msgstr ""
|
417 |
|
418 |
-
#: contact_form.php:
|
419 |
-
#: contact_form.php:
|
420 |
-
#: contact_form.php:1986
|
421 |
-
#: contact_form.php:2020
|
422 |
msgid "Address"
|
423 |
msgstr "Adres: "
|
424 |
|
425 |
-
#: contact_form.php:
|
426 |
msgid "Email Address"
|
427 |
msgstr "Epos Adres:"
|
428 |
|
429 |
-
#: contact_form.php:
|
430 |
msgid "Use User's email as a default value if the user is logged in."
|
431 |
msgstr ""
|
432 |
|
433 |
-
#: contact_form.php:
|
434 |
msgid "Phone number"
|
435 |
msgstr "Telefoon nommer:"
|
436 |
|
437 |
-
#: contact_form.php:
|
438 |
-
#: contact_form.php:
|
439 |
-
#: contact_form.php:2001
|
440 |
-
#: contact_form.php:2029
|
441 |
msgid "Subject"
|
442 |
msgstr "Onderwerp"
|
443 |
|
444 |
-
#: contact_form.php:
|
445 |
-
#: contact_form.php:
|
446 |
-
#: contact_form.php:2004
|
447 |
-
#: contact_form.php:2031
|
448 |
msgid "Message"
|
449 |
msgstr "Boodskap"
|
450 |
|
451 |
-
#: contact_form.php:
|
452 |
msgid "Attachment block"
|
453 |
msgstr "Aanhegsel blok"
|
454 |
|
455 |
-
#: contact_form.php:
|
456 |
msgid "Users can attach the following file formats"
|
457 |
msgstr "Gebruikers kan die volgende dataleêr formate aanheg"
|
458 |
|
459 |
-
#: contact_form.php:
|
460 |
msgid "Add to the form"
|
461 |
msgstr "Voeg by die vorm by"
|
462 |
|
463 |
-
#: contact_form.php:
|
464 |
msgid "Tips below the Attachment"
|
465 |
msgstr "Wenke onder die Aanhegsel"
|
466 |
|
467 |
-
#: contact_form.php:
|
468 |
msgid "'Send me a copy' block"
|
469 |
msgstr "'Stuur vir my 'n kopie' blok"
|
470 |
|
471 |
-
#: contact_form.php:
|
472 |
msgid "Activate captcha"
|
473 |
msgstr "Aktiveer captcha"
|
474 |
|
475 |
-
#: contact_form.php:
|
476 |
msgid "Download captcha"
|
477 |
msgstr "Laai captcha af"
|
478 |
|
479 |
-
#: contact_form.php:
|
480 |
msgid "Agreement checkbox"
|
481 |
msgstr "Ooreenstemming checkbox"
|
482 |
|
483 |
-
#: contact_form.php:
|
484 |
msgid "Required checkbox for submitting the form"
|
485 |
msgstr "Benodigde checkbox om die vorm in te dien"
|
486 |
|
487 |
-
#: contact_form.php:
|
488 |
msgid "Optional checkbox"
|
489 |
msgstr "Opsie checkbox"
|
490 |
|
491 |
-
#: contact_form.php:
|
492 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
493 |
msgstr "Opsionele checkbox, die resultate waarvan in die epos sal verskyn"
|
494 |
|
495 |
-
#: contact_form.php:
|
496 |
msgid "Delete an attachment file from the server after the email is sent"
|
497 |
msgstr "Verwyder 'n aanhegsel dataleêr van die server na epos gestuur is"
|
498 |
|
499 |
-
#: contact_form.php:
|
500 |
msgid "Email in HTML format sending"
|
501 |
msgstr "E-Mail in HTML Format"
|
502 |
|
503 |
-
#: contact_form.php:
|
504 |
msgid "Display additional info in the email"
|
505 |
msgstr "Toon addisionele inligting in die epos"
|
506 |
|
507 |
-
#: contact_form.php:
|
508 |
-
#: contact_form.php:1947
|
509 |
-
#: contact_form.php:1949
|
510 |
msgid "Sent from (ip address)"
|
511 |
msgstr "Gestuur van (IP-Adres)"
|
512 |
|
513 |
-
#: contact_form.php:
|
514 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
515 |
msgstr "Voorbeeld: Gestuur van (IP-Adres):\t127.0.0.1"
|
516 |
|
517 |
-
#: contact_form.php:
|
518 |
-
#: contact_form.php:1953
|
519 |
-
#: contact_form.php:1955
|
520 |
msgid "Date/Time"
|
521 |
msgstr "Datum/Tyd"
|
522 |
|
523 |
-
#: contact_form.php:
|
524 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
525 |
msgstr "Voorbeeld: Datum/Tyd:\tAugustus 19, 2013 8:50 pm"
|
526 |
|
527 |
-
#: contact_form.php:
|
528 |
-
#: contact_form.php:1959
|
529 |
-
#: contact_form.php:1961
|
530 |
msgid "Sent from (referer)"
|
531 |
msgstr "Gestuur van (referer)"
|
532 |
|
533 |
-
#: contact_form.php:
|
534 |
-
msgid "
|
535 |
-
|
|
|
|
|
|
|
536 |
|
537 |
-
#: contact_form.php:
|
538 |
-
#: contact_form.php:1965
|
539 |
-
#: contact_form.php:1967
|
540 |
msgid "Using (user agent)"
|
541 |
msgstr "Gebruik (user agent)"
|
542 |
|
543 |
-
#: contact_form.php:
|
544 |
-
msgid "
|
545 |
-
|
|
|
|
|
|
|
|
|
546 |
|
547 |
-
#: contact_form.php:
|
548 |
msgid "Language settings for the field names in the form"
|
549 |
msgstr "Taal verstellings vir die naamvelde in die vorm"
|
550 |
|
551 |
-
#: contact_form.php:
|
552 |
msgid "Add a language"
|
553 |
msgstr "Voeg 'n taal by"
|
554 |
|
555 |
-
#: contact_form.php:
|
556 |
msgid "Change the names of the contact form fields and error messages"
|
557 |
msgstr "Verander die name van die kontak vorm velde en foutboodskappe"
|
558 |
|
559 |
-
#: contact_form.php:
|
560 |
-
#: contact_form.php:1124
|
561 |
msgid "English"
|
562 |
msgstr "Engels"
|
563 |
|
564 |
-
#: contact_form.php:
|
565 |
-
#: contact_form.php:1079
|
566 |
msgid "click to expand/hide the list"
|
567 |
msgstr "Kliek om uit te brei/lys te versteek"
|
568 |
|
569 |
-
#: contact_form.php:
|
570 |
-
#: contact_form.php:1088
|
571 |
msgid "Tips below the Attachment block"
|
572 |
msgstr "Wenke onder toe Aanhegsel blok"
|
573 |
|
574 |
-
#: contact_form.php:
|
575 |
-
#: contact_form.php:1091
|
576 |
msgid "Error message for the Name field"
|
577 |
msgstr "FFoutboodskap vir die Naamveld"
|
578 |
|
579 |
-
#: contact_form.php:
|
580 |
-
#: contact_form.php:1092
|
581 |
msgid "Error message for the Address field"
|
582 |
msgstr "Foutboodskap vir die Adres veld"
|
583 |
|
584 |
-
#: contact_form.php:
|
585 |
-
#: contact_form.php:1093
|
586 |
msgid "Error message for the Email field"
|
587 |
msgstr "Foutboodskap vir die Epos veld"
|
588 |
|
589 |
-
#: contact_form.php:
|
590 |
-
#: contact_form.php:1094
|
591 |
msgid "Error message for the Phone field"
|
592 |
msgstr "Foutboodskap vir die Telefoon Nommer veld"
|
593 |
|
594 |
-
#: contact_form.php:
|
595 |
-
#: contact_form.php:1095
|
596 |
msgid "Error message for the Subject field"
|
597 |
msgstr "Foutboodskap vir die Onderwerp veld"
|
598 |
|
599 |
-
#: contact_form.php:
|
600 |
-
#: contact_form.php:1096
|
601 |
msgid "Error message for the Message field"
|
602 |
msgstr "Foutboodskap vir die Boodskap veld"
|
603 |
|
604 |
-
#: contact_form.php:
|
605 |
-
#: contact_form.php:1097
|
606 |
msgid "Error message about the file type for the Attachment field"
|
607 |
msgstr "Foutboodskap oor die dataleêr tipe vir die Aanhegsel veld"
|
608 |
|
609 |
-
#: contact_form.php:
|
610 |
-
|
611 |
-
|
612 |
-
msgstr "
|
|
|
613 |
|
614 |
-
#: contact_form.php:
|
615 |
-
#: contact_form.php:1099
|
616 |
msgid "Error message while moving the file for the Attachment field"
|
617 |
msgstr "Foutboodskap tydens die skuif van dataleêr vir die Aanhegsel veld"
|
618 |
|
619 |
-
#: contact_form.php:
|
620 |
-
#: contact_form.php:1100
|
621 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
622 |
-
msgstr "
|
|
|
623 |
|
624 |
-
#: contact_form.php:
|
625 |
-
#: contact_form.php:1101
|
626 |
msgid "Error message for the Captcha field"
|
627 |
msgstr "Foutboodskap vir die Captcha veld"
|
628 |
|
629 |
-
#: contact_form.php:
|
630 |
-
#: contact_form.php:1102
|
631 |
msgid "Error message for the whole form"
|
632 |
msgstr "Foutboodskap vir die hele vorm"
|
633 |
|
634 |
-
#: contact_form.php:
|
635 |
-
#: contact_form.php:
|
636 |
-
#: contact_form.php:
|
637 |
-
#: contact_form.php:
|
638 |
-
#: contact_form.php:1134
|
639 |
-
#: contact_form.php:1136
|
640 |
-
#: contact_form.php:1144
|
641 |
-
#: contact_form.php:1146
|
642 |
-
#: contact_form.php:2336
|
643 |
-
#: contact_form.php:2338
|
644 |
msgid "Use shortcode"
|
645 |
msgstr "Gebruik kortkode"
|
646 |
|
647 |
-
#: contact_form.php:
|
648 |
-
#: contact_form.php:
|
649 |
-
#: contact_form.php:
|
650 |
-
#: contact_form.php:
|
651 |
-
#: contact_form.php:1134
|
652 |
-
#: contact_form.php:1136
|
653 |
-
#: contact_form.php:1144
|
654 |
-
#: contact_form.php:1146
|
655 |
-
#: contact_form.php:2336
|
656 |
-
#: contact_form.php:2338
|
657 |
msgid "for this language"
|
658 |
msgstr "vir hierdie taal"
|
659 |
|
660 |
-
#: contact_form.php:
|
661 |
#, fuzzy
|
662 |
msgid "Use the changed names of the contact form fields in the email"
|
663 |
msgstr "Verander die name van die kontak vorm velde en foutboodskappe"
|
664 |
|
665 |
-
#: contact_form.php:
|
666 |
msgid "Action after email is sent"
|
667 |
msgstr "Aksie na epos gestuur is"
|
668 |
|
669 |
-
#: contact_form.php:
|
670 |
msgid "Display text"
|
671 |
msgstr "Toon teks"
|
672 |
|
673 |
-
#: contact_form.php:
|
674 |
-
#: contact_form.php:1142
|
675 |
msgid "Text"
|
676 |
msgstr "teks"
|
677 |
|
678 |
-
#: contact_form.php:
|
679 |
msgid "Redirect to the page"
|
680 |
msgstr "Herlei na die bladsy"
|
681 |
|
682 |
-
#: contact_form.php:
|
683 |
msgid "Url"
|
684 |
msgstr "Url"
|
685 |
|
686 |
-
#: contact_form.php:
|
687 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
688 |
msgstr ""
|
689 |
|
690 |
-
#: contact_form.php:
|
691 |
-
msgid "
|
|
|
|
|
692 |
msgstr ""
|
693 |
|
694 |
-
#: contact_form.php:
|
695 |
msgid "Auto Response"
|
696 |
msgstr ""
|
697 |
|
698 |
-
#: contact_form.php:
|
699 |
#, php-format
|
700 |
-
msgid "
|
|
|
|
|
|
|
701 |
msgstr ""
|
702 |
|
703 |
-
#: contact_form.php:
|
704 |
-
#: contact_form.php:1383
|
705 |
msgid "Save Changes"
|
706 |
msgstr "Stoor veranderinge"
|
707 |
|
708 |
-
#: contact_form.php:
|
709 |
msgid "Errors output"
|
710 |
msgstr "Foutboodskap uitset"
|
711 |
|
712 |
-
#: contact_form.php:
|
713 |
msgid "Display error messages"
|
714 |
msgstr "Toon foutboodskappe"
|
715 |
|
716 |
-
#: contact_form.php:
|
717 |
msgid "Color of the input field errors."
|
718 |
msgstr "Kleur van die inset veld foutboodskappe"
|
719 |
|
720 |
-
#: contact_form.php:
|
721 |
msgid "Display error messages & color of the input field errors"
|
722 |
msgstr "Toon foutboodskappe & kleur van die inset veld foutboodskappe"
|
723 |
|
724 |
-
#: contact_form.php:
|
725 |
msgid "Add placeholder to the input blocks"
|
726 |
msgstr "Voeg 'n plekhouer by die inset blokke"
|
727 |
|
728 |
-
#: contact_form.php:
|
729 |
msgid "Add tooltips"
|
730 |
msgstr "Voeg tool-wenke"
|
731 |
|
732 |
-
#: contact_form.php:
|
733 |
msgid "Email address"
|
734 |
msgstr "Epos Adres:"
|
735 |
|
736 |
-
#: contact_form.php:
|
737 |
msgid "Phone Number"
|
738 |
msgstr "Telefoon Nommer:"
|
739 |
|
740 |
-
#: contact_form.php:
|
741 |
msgid "Attachment"
|
742 |
msgstr "Aanhegsel:"
|
743 |
|
744 |
-
#: contact_form.php:
|
745 |
msgid "Style options"
|
746 |
msgstr "Styl opsies"
|
747 |
|
748 |
-
#: contact_form.php:
|
749 |
msgid "Text color"
|
750 |
msgstr "Teks kleur"
|
751 |
|
752 |
-
#: contact_form.php:
|
753 |
-
#: contact_form.php:
|
754 |
-
#: contact_form.php:
|
755 |
-
#: contact_form.php:
|
756 |
-
#: contact_form.php:1304
|
757 |
-
#: contact_form.php:1309
|
758 |
-
#: contact_form.php:1319
|
759 |
-
#: contact_form.php:1324
|
760 |
-
#: contact_form.php:1333
|
761 |
-
#: contact_form.php:1347
|
762 |
-
#: contact_form.php:1352
|
763 |
-
#: contact_form.php:1357
|
764 |
msgid "Default"
|
765 |
msgstr "Verstek"
|
766 |
|
767 |
-
#: contact_form.php:
|
768 |
msgid "Label text color"
|
769 |
msgstr "Etiket teks kleur"
|
770 |
|
771 |
-
#: contact_form.php:
|
772 |
msgid "Placeholder color"
|
773 |
msgstr "Plekhouer kleur"
|
774 |
|
775 |
-
#: contact_form.php:
|
776 |
msgid "Errors color"
|
777 |
msgstr "Foutboodskap kleur"
|
778 |
|
779 |
-
#: contact_form.php:
|
780 |
msgid "Error text color"
|
781 |
msgstr "Foutboodskap teks kleur"
|
782 |
|
783 |
-
#: contact_form.php:
|
784 |
msgid "Background color of the input field errors"
|
785 |
msgstr "Agtergrond kleur van die inset veld foutboodskappe"
|
786 |
|
787 |
-
#: contact_form.php:
|
788 |
msgid "Border color of the input field errors"
|
789 |
msgstr "Rand-kleur van die inset veld foutboodskappe"
|
790 |
|
791 |
-
#: contact_form.php:
|
792 |
msgid "Placeholder color of the input field errors"
|
793 |
msgstr "Plekhouer kleur van die inset veld foutboodskappe"
|
794 |
|
795 |
-
#: contact_form.php:
|
796 |
msgid "Input fields"
|
797 |
msgstr "Inset velde"
|
798 |
|
799 |
-
#: contact_form.php:
|
800 |
msgid "Input fields background color"
|
801 |
msgstr "Inset velde agtergrond kleur"
|
802 |
|
803 |
-
#: contact_form.php:
|
804 |
msgid "Text fields color"
|
805 |
msgstr "Teks velde kleur"
|
806 |
|
807 |
-
#: contact_form.php:
|
808 |
msgid "Border width in px, numbers only"
|
809 |
msgstr "Rand wydte in px, nommers alleenlik"
|
810 |
|
811 |
-
#: contact_form.php:
|
812 |
-
#: contact_form.php:1359
|
813 |
msgid "Border color"
|
814 |
msgstr "Rand kleur"
|
815 |
|
816 |
-
#: contact_form.php:
|
817 |
msgid "Submit button"
|
818 |
msgstr "Indien knoppie"
|
819 |
|
820 |
-
#: contact_form.php:
|
821 |
msgid "Width in px, numbers only"
|
822 |
msgstr "Wydte in px, nommers alleenlik"
|
823 |
|
824 |
-
#: contact_form.php:
|
825 |
msgid "Button color"
|
826 |
msgstr "Knoppie Kleur"
|
827 |
|
828 |
-
#: contact_form.php:
|
829 |
msgid "Button text color"
|
830 |
msgstr "Knoppie teks kleur"
|
831 |
|
832 |
-
#: contact_form.php:
|
833 |
msgid "Contact Form Pro | Preview"
|
834 |
msgstr "Kontak Vorm Pro | Voorskou"
|
835 |
|
836 |
-
#: contact_form.php:
|
837 |
msgid "Show with errors"
|
838 |
msgstr "Toon met foutboodskappe"
|
839 |
|
840 |
-
#: contact_form.php:
|
841 |
-
#: contact_form.php:1400
|
842 |
msgid "Please enter your full name..."
|
843 |
msgstr "Vul asseblief u volle name in..."
|
844 |
|
845 |
-
#: contact_form.php:
|
846 |
-
#: contact_form.php:1413
|
847 |
msgid "Please enter your address..."
|
848 |
msgstr "Vul asseblief u adres in... "
|
849 |
|
850 |
-
#: contact_form.php:
|
851 |
-
#: contact_form.php:1424
|
852 |
msgid "Please enter your email address..."
|
853 |
msgstr "Vul asseblief u epos adres in..."
|
854 |
|
855 |
-
#: contact_form.php:
|
856 |
-
#: contact_form.php:1435
|
857 |
msgid "Please enter your phone number..."
|
858 |
msgstr "Vul asseblief u telefoon nommer in... "
|
859 |
|
860 |
-
#: contact_form.php:
|
861 |
-
#: contact_form.php:1446
|
862 |
msgid "Please enter subject..."
|
863 |
msgstr "Vul asseblief 'n onderwerp in... "
|
864 |
|
865 |
-
#: contact_form.php:
|
866 |
-
#: contact_form.php:1456
|
867 |
msgid "Please enter your message..."
|
868 |
msgstr "Vul asseblief jou boodskap in... "
|
869 |
|
870 |
-
#: contact_form.php:
|
871 |
msgid "Sorry, email message could not be delivered."
|
872 |
msgstr "Verskoning, die epos kon nie gestuur word nie."
|
873 |
|
874 |
-
#: contact_form.php:
|
875 |
msgid "Contact from"
|
876 |
msgstr "Kontak Vorm"
|
877 |
|
878 |
-
#: contact_form.php:
|
879 |
-
#: contact_form.php:2026
|
880 |
msgid "Phone"
|
881 |
msgstr "Telefoon Nommer"
|
882 |
|
883 |
-
#: contact_form.php:
|
884 |
-
#: contact_form.php:2033
|
885 |
msgid "Site"
|
886 |
msgstr "Webtuiste"
|
887 |
|
888 |
-
#: contact_form.php:
|
889 |
-
msgid "
|
890 |
-
|
|
|
|
|
|
|
|
|
891 |
|
892 |
-
#: contact_form.php:
|
893 |
msgid "Support"
|
894 |
msgstr "Steun"
|
895 |
|
896 |
-
#: contact_form.php:
|
897 |
msgid "Are you sure that you want to delete this language data?"
|
898 |
msgstr "Is u seker dat u die taal data wil verwyder?"
|
899 |
|
900 |
-
#: contact_form.php:
|
901 |
#, fuzzy
|
902 |
msgid "Add multiple forms"
|
903 |
msgstr "Voeg by die vorm by"
|
904 |
|
905 |
-
#: contact_form.php:
|
906 |
-
msgid "
|
|
|
|
|
907 |
msgstr ""
|
908 |
|
909 |
-
#: contact_form.php:
|
910 |
msgid "Learn more"
|
911 |
msgstr ""
|
912 |
|
913 |
-
#: contact_form.php:
|
914 |
msgid "Close"
|
915 |
msgstr ""
|
916 |
|
917 |
-
#: contact_form.php:
|
918 |
#, fuzzy
|
919 |
msgid "allows to store your messages to the database."
|
920 |
msgstr "Stoor eposse na die databasis."
|
921 |
|
922 |
-
#: contact_form.php:
|
923 |
msgid "Manage messages that have been sent from your website."
|
924 |
msgstr ""
|
925 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-08-05 09:13+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-08-05 09:13+0300\n"
|
7 |
+
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: Aldu <alducornelissen@gmail.com>\n"
|
9 |
"Language: af\n"
|
10 |
"MIME-Version: 1.0\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: contact_form.php:35 contact_form.php:657
|
|
|
21 |
msgid "Contact Form Settings"
|
22 |
msgstr "Kontak Form Verstellings"
|
23 |
|
25 |
msgid "Contact Form"
|
26 |
msgstr "Kontak Form"
|
27 |
|
28 |
+
#: contact_form.php:123 contact_form.php:1065 contact_form.php:1099
|
|
|
|
|
29 |
msgid "Name:"
|
30 |
msgstr "Naam:"
|
31 |
|
32 |
+
#: contact_form.php:124 contact_form.php:1066 contact_form.php:1100
|
|
|
|
|
33 |
msgid "Address:"
|
34 |
msgstr "Adres:"
|
35 |
|
36 |
+
#: contact_form.php:125 contact_form.php:1067 contact_form.php:1101
|
|
|
|
|
37 |
msgid "Email Address:"
|
38 |
msgstr "Epos Adres:"
|
39 |
|
40 |
+
#: contact_form.php:126 contact_form.php:1068 contact_form.php:1102
|
|
|
|
|
41 |
msgid "Phone number:"
|
42 |
msgstr "Telefoon nommer:"
|
43 |
|
44 |
+
#: contact_form.php:127 contact_form.php:1069 contact_form.php:1103
|
|
|
|
|
45 |
msgid "Subject:"
|
46 |
msgstr "Onderwerp:"
|
47 |
|
48 |
+
#: contact_form.php:128 contact_form.php:1070 contact_form.php:1104
|
|
|
|
|
49 |
msgid "Message:"
|
50 |
msgstr "Boodskap:"
|
51 |
|
52 |
+
#: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
|
|
|
|
|
53 |
msgid "Attachment:"
|
54 |
msgstr "Aanhegsel:"
|
55 |
|
56 |
#: contact_form.php:130
|
57 |
#, fuzzy
|
58 |
+
msgid ""
|
59 |
+
"Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
|
60 |
+
"EPS, PS, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT. Max file "
|
61 |
+
"size: 2MB"
|
62 |
+
msgstr ""
|
63 |
+
"Ondersteunde datalêer tipes: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, "
|
64 |
+
"AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max Datei-"
|
65 |
+
"Größe: 2MB"
|
66 |
|
67 |
+
#: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
|
|
|
|
|
68 |
msgid "Send me a copy"
|
69 |
msgstr "Stuur vir my 'n kopie"
|
70 |
|
71 |
+
#: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
|
|
|
|
|
72 |
msgid "Submit"
|
73 |
msgstr "Dien in"
|
74 |
|
125 |
msgstr "Dankie dat jy ons gekontak het."
|
126 |
|
127 |
#: contact_form.php:546
|
128 |
+
msgid ""
|
129 |
+
"Email 'FROM' field option was changed, which may cause email messages being "
|
130 |
+
"moved to the spam folder or email delivery failures."
|
131 |
msgstr ""
|
132 |
|
133 |
#: contact_form.php:556
|
134 |
+
msgid ""
|
135 |
+
"If the 'Redirect to page' option is selected then the URL field should be in "
|
136 |
+
"the following format"
|
137 |
+
msgstr ""
|
138 |
+
"As die 'Redirect to page' opsie geselekteer is moet die URL veld in die "
|
139 |
+
"volgende formaat wees"
|
140 |
|
141 |
#: contact_form.php:565
|
142 |
#, fuzzy
|
145 |
|
146 |
#: contact_form.php:575
|
147 |
#, fuzzy
|
148 |
+
msgid ""
|
149 |
+
"Please enter a valid email address in the 'Use this email address' field."
|
150 |
+
msgstr ""
|
151 |
+
"Vul asseblief 'n geldige epos adres in die 'FROM/VAN' veld. Die verstellings "
|
152 |
+
"is nie gestoor nie."
|
153 |
|
154 |
#: contact_form.php:583
|
155 |
#, fuzzy
|
156 |
msgid "Please enter a valid email address in the 'FROM' field."
|
157 |
+
msgstr ""
|
158 |
+
"Vul asseblief 'n geldige epos adres in die 'FROM/VAN' veld. Die verstellings "
|
159 |
+
"is nie gestoor nie."
|
160 |
|
161 |
#: contact_form.php:606
|
162 |
msgid "Settings saved."
|
167 |
msgid "Settings are not saved."
|
168 |
msgstr "Verstellings is gestoor."
|
169 |
|
170 |
+
#: contact_form.php:646
|
171 |
+
msgid "All plugin settings were restored."
|
172 |
+
msgstr ""
|
173 |
+
|
174 |
+
#: contact_form.php:659 contact_form.php:2208 contact_form.php:2222
|
175 |
msgid "Settings"
|
176 |
msgstr "Verstellings"
|
177 |
|
178 |
+
#: contact_form.php:660
|
179 |
#, fuzzy
|
180 |
msgid "Additional settings"
|
181 |
msgstr "Addisionele opsies"
|
182 |
|
183 |
+
#: contact_form.php:661
|
184 |
msgid "Appearance"
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: contact_form.php:662 contact_form.php:2223
|
|
|
188 |
msgid "FAQ"
|
189 |
msgstr "Gereeld Gestelde Vrae (FAQ)"
|
190 |
|
191 |
+
#: contact_form.php:663
|
192 |
msgid "Go PRO"
|
193 |
msgstr "Gaan PRO"
|
194 |
|
195 |
+
#: contact_form.php:666 contact_form.php:668
|
|
|
196 |
msgid "Notice:"
|
197 |
msgstr "Kennisgewing:"
|
198 |
|
199 |
+
#: contact_form.php:666
|
200 |
+
msgid ""
|
201 |
+
"The plugin's settings have been changed. In order to save them please don't "
|
202 |
+
"forget to click the 'Save Changes' button."
|
|
|
|
|
203 |
msgstr ""
|
204 |
+
"Die plugin se verstellings het verander. Onthou om 'Save Changes' te kliek "
|
205 |
+
"om die veranderinge te stoor."
|
206 |
|
|
|
207 |
#: contact_form.php:679
|
208 |
+
msgid ""
|
209 |
+
"If you want to create multiple contact forms, please install the Contact "
|
210 |
+
"Form Multi plugin."
|
211 |
+
msgstr ""
|
212 |
|
213 |
+
#: contact_form.php:686
|
214 |
+
#, fuzzy
|
215 |
+
msgid ""
|
216 |
+
"If you would like to add Contact Form to your website, just copy and paste "
|
217 |
+
"this shortcode to your post or page or widget:"
|
218 |
+
msgstr ""
|
219 |
+
"As u die Kontak Vorm by u webstuiste wil bylas, kopieër en plak net die "
|
220 |
+
"kortkode na u post, bladsy of widget:"
|
221 |
+
|
222 |
+
#: contact_form.php:686 contact_form.php:687 contact_form.php:689
|
223 |
+
#: contact_form.php:690 contact_form.php:1089 contact_form.php:1091
|
224 |
+
#: contact_form.php:1152 contact_form.php:1154
|
225 |
msgid "or"
|
226 |
msgstr "of"
|
227 |
|
228 |
+
#: contact_form.php:687
|
229 |
+
#, fuzzy
|
230 |
+
msgid ""
|
231 |
+
"If you have any problems with the standard shortcode [contact_form], you "
|
232 |
+
"should use the shortcode"
|
233 |
+
msgstr ""
|
234 |
+
"As u enige probelem het met die standaard kortkode [contact_form], moet u "
|
235 |
+
"die volgende kortkodes gebruik"
|
236 |
|
237 |
+
#: contact_form.php:687 contact_form.php:690
|
|
|
238 |
msgid "They work the same way."
|
239 |
msgstr "Hulle werk op dieselfde manier."
|
240 |
|
241 |
+
#: contact_form.php:689 contact_form.php:1501
|
242 |
+
msgid ""
|
243 |
+
"If you would like to add the Contact Form to your website, just copy and "
|
244 |
+
"paste this shortcode to your post or page or widget:"
|
245 |
+
msgstr ""
|
246 |
+
"As u die Kontak Vorm by u webstuiste wil bylas, kopieër en plak net die "
|
247 |
+
"kortkode na u post, bladsy of widget:"
|
248 |
|
249 |
+
#: contact_form.php:690
|
250 |
+
msgid ""
|
251 |
+
"If have any problems with the standard shortcode [contact_form], you should "
|
252 |
+
"use the shortcode"
|
253 |
+
msgstr ""
|
254 |
+
"As u enige probelem het met die standaard kortkode [contact_form], moet u "
|
255 |
+
"die volgende kortkodes gebruik"
|
256 |
+
|
257 |
+
#: contact_form.php:694
|
258 |
+
msgid ""
|
259 |
+
"If you leave the fields empty, the messages will be sent to the email "
|
260 |
+
"address specified during registration."
|
261 |
+
msgstr ""
|
262 |
+
"As u die velde leeg laat, sal die boodskappe gestuur word na die epos adres "
|
263 |
+
"wat gespesifiseer was gedurende registrasie"
|
264 |
+
|
265 |
+
#: contact_form.php:697
|
266 |
msgid "The user's email address:"
|
267 |
msgstr "Die gebruiker se epos adres:"
|
268 |
|
269 |
+
#: contact_form.php:701
|
270 |
#, fuzzy
|
271 |
msgid "Select a username"
|
272 |
msgstr "Skep 'n gebruikersnaam"
|
273 |
|
274 |
+
#: contact_form.php:714
|
275 |
+
msgid ""
|
276 |
+
"Enter a username of the person who should get the messages from the contact "
|
277 |
+
"form."
|
278 |
+
msgstr ""
|
279 |
+
"Sleutel 'n gebruikersnaam in vir die persoon wat die boodskappe moet kry van "
|
280 |
+
"die kontak vorm."
|
281 |
|
282 |
+
#: contact_form.php:718
|
283 |
msgid "Use this email address:"
|
284 |
msgstr "Gebruik hierdie epos adres:"
|
285 |
|
286 |
+
#: contact_form.php:722
|
287 |
msgid "Enter the email address you want the messages forwarded to."
|
288 |
msgstr "Sleutel in die epos adres in waar u die boodskappe aangestuur wil he."
|
289 |
|
290 |
+
#: contact_form.php:731
|
291 |
msgid "Add department selectbox to the contact form:"
|
292 |
msgstr "Voeg 'n departementele keuse-boks by die kontak vorm:"
|
293 |
|
294 |
+
#: contact_form.php:739 contact_form.php:1200 contact_form.php:1384
|
|
|
|
|
295 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
296 |
msgstr "As u opgradeer na die Pro weergawe sal die verstellings gestoor word."
|
297 |
|
298 |
+
#: contact_form.php:746 contact_form.php:929 contact_form.php:1001
|
299 |
+
#: contact_form.php:1207 contact_form.php:1391
|
300 |
+
msgid "Unlock premium options by upgrading to PRO version."
|
|
|
|
|
|
|
301 |
msgstr ""
|
302 |
|
303 |
+
#: contact_form.php:747 contact_form.php:930 contact_form.php:1002
|
304 |
+
#: contact_form.php:1208 contact_form.php:1392 contact_form.php:2495
|
|
|
|
|
|
|
|
|
305 |
msgid "Learn More"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: contact_form.php:750 contact_form.php:933 contact_form.php:1005
|
309 |
+
#: contact_form.php:1211 contact_form.php:1395
|
|
|
|
|
|
|
310 |
#, fuzzy
|
311 |
msgid "Go"
|
312 |
msgstr "Go!"
|
313 |
|
314 |
+
#: contact_form.php:757
|
315 |
msgid "Save emails to the database"
|
316 |
msgstr "Stoor eposse na die databasis."
|
317 |
|
318 |
+
#: contact_form.php:762
|
319 |
msgid "Using"
|
320 |
msgstr "In Gebruik"
|
321 |
|
322 |
+
#: contact_form.php:765 contact_form.php:769
|
|
|
323 |
#, fuzzy
|
324 |
msgid "Using Contact Form to DB by BestWebSoft"
|
325 |
msgstr "Gebruik van Kontak Vorm na DB verrig deur"
|
326 |
|
327 |
+
#: contact_form.php:765
|
328 |
msgid "Activate"
|
329 |
msgstr "Aktiveer"
|
330 |
|
331 |
+
#: contact_form.php:769
|
332 |
msgid "Download"
|
333 |
msgstr "Download"
|
334 |
|
335 |
+
#: contact_form.php:779
|
336 |
msgid "What to use?"
|
337 |
msgstr "Wat om te gebruik?"
|
338 |
|
339 |
+
#: contact_form.php:784
|
340 |
msgid "Wp-mail"
|
341 |
msgstr "Wp-mail"
|
342 |
|
343 |
+
#: contact_form.php:786
|
344 |
msgid "You can use the wp_mail function for mailing"
|
345 |
msgstr "U kan die wp_mail funksie gebruik vir eposse"
|
346 |
|
347 |
+
#: contact_form.php:789
|
348 |
msgid "Mail"
|
349 |
msgstr "Mail"
|
350 |
|
351 |
+
#: contact_form.php:791
|
352 |
msgid "To send mail you can use the php mail function"
|
353 |
msgstr "Om eposse te stuur kan u die php epos funksie gebruik"
|
354 |
|
355 |
+
#: contact_form.php:796
|
356 |
msgid "'FROM' field"
|
357 |
msgstr ""
|
358 |
|
359 |
+
#: contact_form.php:798 contact_form.php:860 contact_form.php:1253
|
360 |
+
#: contact_form.php:2000 contact_form.php:2036
|
|
|
|
|
|
|
361 |
msgid "Name"
|
362 |
msgstr "Naam"
|
363 |
|
364 |
+
#: contact_form.php:805
|
365 |
msgid "User name"
|
366 |
msgstr "Gebruikersnaam"
|
367 |
|
368 |
+
#: contact_form.php:807
|
369 |
+
msgid ""
|
370 |
+
"The name of the user who fills the form will be used in the field 'From'."
|
371 |
+
msgstr ""
|
372 |
+
"Die naam van die gebruiker wie die vorm invul sal gebruik word vir die 'From/"
|
373 |
+
"Van' veld."
|
374 |
|
375 |
+
#: contact_form.php:813 contact_form.php:2011 contact_form.php:2043
|
|
|
|
|
376 |
msgid "Email"
|
377 |
msgstr "Epos"
|
378 |
|
379 |
+
#: contact_form.php:820
|
380 |
msgid "User email"
|
381 |
msgstr "Gebruiker epos"
|
382 |
|
383 |
+
#: contact_form.php:822
|
384 |
+
msgid ""
|
385 |
+
"The email address of the user who fills the form will be used in the field "
|
386 |
+
"'From'."
|
387 |
+
msgstr ""
|
388 |
+
"Die epos adres van die gebruiker wie die vorm invul sal gebruik word in die "
|
389 |
+
"'From/van' veld."
|
390 |
|
391 |
+
#: contact_form.php:826
|
392 |
+
msgid ""
|
393 |
+
"If this option is changed, email messages may be moved to the spam folder or "
|
394 |
+
"email delivery failures may occur."
|
395 |
msgstr ""
|
396 |
|
397 |
+
#: contact_form.php:832
|
398 |
msgid "Required symbol"
|
399 |
msgstr "Benodigde simbool"
|
400 |
|
401 |
+
#: contact_form.php:842
|
402 |
msgid "Fields"
|
403 |
msgstr "Velde"
|
404 |
|
405 |
+
#: contact_form.php:843
|
406 |
msgid "Used"
|
407 |
msgstr "Gebruik"
|
408 |
|
409 |
+
#: contact_form.php:844
|
410 |
msgid "Required"
|
411 |
msgstr "Benodig"
|
412 |
|
413 |
+
#: contact_form.php:845
|
414 |
msgid "Visible"
|
415 |
msgstr "Sigbaar"
|
416 |
|
417 |
+
#: contact_form.php:846
|
418 |
msgid "Disabled for editing"
|
419 |
msgstr "Gedeaktiveer vir wysiging"
|
420 |
|
421 |
+
#: contact_form.php:847
|
422 |
msgid "Field's default value"
|
423 |
msgstr "Veld se verstekwaarde"
|
424 |
|
425 |
+
#: contact_form.php:852
|
426 |
+
msgid "Department selectbox"
|
427 |
+
msgstr ""
|
428 |
+
|
429 |
+
#: contact_form.php:867
|
430 |
msgid "Use User's name as a default value if the user is logged in."
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: contact_form.php:868 contact_form.php:896
|
434 |
+
msgid ""
|
435 |
+
"'Visible' and 'Disabled for editing' options will be applied only to logged-"
|
436 |
+
"in users."
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: contact_form.php:872
|
440 |
msgid "Location selectbox"
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: contact_form.php:880 contact_form.php:1258 contact_form.php:2006
|
444 |
+
#: contact_form.php:2040
|
|
|
|
|
445 |
msgid "Address"
|
446 |
msgstr "Adres: "
|
447 |
|
448 |
+
#: contact_form.php:888
|
449 |
msgid "Email Address"
|
450 |
msgstr "Epos Adres:"
|
451 |
|
452 |
+
#: contact_form.php:895
|
453 |
msgid "Use User's email as a default value if the user is logged in."
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: contact_form.php:900
|
457 |
msgid "Phone number"
|
458 |
msgstr "Telefoon nommer:"
|
459 |
|
460 |
+
#: contact_form.php:908 contact_form.php:1273 contact_form.php:2021
|
461 |
+
#: contact_form.php:2049
|
|
|
|
|
462 |
msgid "Subject"
|
463 |
msgstr "Onderwerp"
|
464 |
|
465 |
+
#: contact_form.php:916 contact_form.php:1277 contact_form.php:2024
|
466 |
+
#: contact_form.php:2051
|
|
|
|
|
467 |
msgid "Message"
|
468 |
msgstr "Boodskap"
|
469 |
|
470 |
+
#: contact_form.php:940
|
471 |
msgid "Attachment block"
|
472 |
msgstr "Aanhegsel blok"
|
473 |
|
474 |
+
#: contact_form.php:942
|
475 |
msgid "Users can attach the following file formats"
|
476 |
msgstr "Gebruikers kan die volgende dataleêr formate aanheg"
|
477 |
|
478 |
+
#: contact_form.php:955
|
479 |
msgid "Add to the form"
|
480 |
msgstr "Voeg by die vorm by"
|
481 |
|
482 |
+
#: contact_form.php:960
|
483 |
msgid "Tips below the Attachment"
|
484 |
msgstr "Wenke onder die Aanhegsel"
|
485 |
|
486 |
+
#: contact_form.php:969
|
487 |
msgid "'Send me a copy' block"
|
488 |
msgstr "'Stuur vir my 'n kopie' blok"
|
489 |
|
490 |
+
#: contact_form.php:982
|
491 |
msgid "Activate captcha"
|
492 |
msgstr "Aktiveer captcha"
|
493 |
|
494 |
+
#: contact_form.php:986
|
495 |
msgid "Download captcha"
|
496 |
msgstr "Laai captcha af"
|
497 |
|
498 |
+
#: contact_form.php:994
|
499 |
msgid "Agreement checkbox"
|
500 |
msgstr "Ooreenstemming checkbox"
|
501 |
|
502 |
+
#: contact_form.php:994
|
503 |
msgid "Required checkbox for submitting the form"
|
504 |
msgstr "Benodigde checkbox om die vorm in te dien"
|
505 |
|
506 |
+
#: contact_form.php:995
|
507 |
msgid "Optional checkbox"
|
508 |
msgstr "Opsie checkbox"
|
509 |
|
510 |
+
#: contact_form.php:995
|
511 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
512 |
msgstr "Opsionele checkbox, die resultate waarvan in die epos sal verskyn"
|
513 |
|
514 |
+
#: contact_form.php:1013
|
515 |
msgid "Delete an attachment file from the server after the email is sent"
|
516 |
msgstr "Verwyder 'n aanhegsel dataleêr van die server na epos gestuur is"
|
517 |
|
518 |
+
#: contact_form.php:1019
|
519 |
msgid "Email in HTML format sending"
|
520 |
msgstr "E-Mail in HTML Format"
|
521 |
|
522 |
+
#: contact_form.php:1023
|
523 |
msgid "Display additional info in the email"
|
524 |
msgstr "Toon addisionele inligting in die epos"
|
525 |
|
526 |
+
#: contact_form.php:1029 contact_form.php:1967 contact_form.php:1969
|
|
|
|
|
527 |
msgid "Sent from (ip address)"
|
528 |
msgstr "Gestuur van (IP-Adres)"
|
529 |
|
530 |
+
#: contact_form.php:1029
|
531 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
532 |
msgstr "Voorbeeld: Gestuur van (IP-Adres):\t127.0.0.1"
|
533 |
|
534 |
+
#: contact_form.php:1030 contact_form.php:1973 contact_form.php:1975
|
|
|
|
|
535 |
msgid "Date/Time"
|
536 |
msgstr "Datum/Tyd"
|
537 |
|
538 |
+
#: contact_form.php:1030
|
539 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
540 |
msgstr "Voorbeeld: Datum/Tyd:\tAugustus 19, 2013 8:50 pm"
|
541 |
|
542 |
+
#: contact_form.php:1031 contact_form.php:1979 contact_form.php:1981
|
|
|
|
|
543 |
msgid "Sent from (referer)"
|
544 |
msgstr "Gestuur van (referer)"
|
545 |
|
546 |
+
#: contact_form.php:1031
|
547 |
+
msgid ""
|
548 |
+
"Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
549 |
+
msgstr ""
|
550 |
+
"Voorbeeld: Gestuur van (referer):\thttp://bestwebsoft.com/kontakte/kontak-"
|
551 |
+
"ons/"
|
552 |
|
553 |
+
#: contact_form.php:1032 contact_form.php:1985 contact_form.php:1987
|
|
|
|
|
554 |
msgid "Using (user agent)"
|
555 |
msgstr "Gebruik (user agent)"
|
556 |
|
557 |
+
#: contact_form.php:1032
|
558 |
+
msgid ""
|
559 |
+
"Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
|
560 |
+
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
561 |
+
msgstr ""
|
562 |
+
"Voorbeeld: Gebruik (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
|
563 |
+
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
564 |
|
565 |
+
#: contact_form.php:1037
|
566 |
msgid "Language settings for the field names in the form"
|
567 |
msgstr "Taal verstellings vir die naamvelde in die vorm"
|
568 |
|
569 |
+
#: contact_form.php:1046
|
570 |
msgid "Add a language"
|
571 |
msgstr "Voeg 'n taal by"
|
572 |
|
573 |
+
#: contact_form.php:1050
|
574 |
msgid "Change the names of the contact form fields and error messages"
|
575 |
msgstr "Verander die name van die kontak vorm velde en foutboodskappe"
|
576 |
|
577 |
+
#: contact_form.php:1055 contact_form.php:1142
|
|
|
578 |
msgid "English"
|
579 |
msgstr "Engels"
|
580 |
|
581 |
+
#: contact_form.php:1063 contact_form.php:1097
|
|
|
582 |
msgid "click to expand/hide the list"
|
583 |
msgstr "Kliek om uit te brei/lys te versteek"
|
584 |
|
585 |
+
#: contact_form.php:1072 contact_form.php:1106
|
|
|
586 |
msgid "Tips below the Attachment block"
|
587 |
msgstr "Wenke onder toe Aanhegsel blok"
|
588 |
|
589 |
+
#: contact_form.php:1075 contact_form.php:1109
|
|
|
590 |
msgid "Error message for the Name field"
|
591 |
msgstr "FFoutboodskap vir die Naamveld"
|
592 |
|
593 |
+
#: contact_form.php:1076 contact_form.php:1110
|
|
|
594 |
msgid "Error message for the Address field"
|
595 |
msgstr "Foutboodskap vir die Adres veld"
|
596 |
|
597 |
+
#: contact_form.php:1077 contact_form.php:1111
|
|
|
598 |
msgid "Error message for the Email field"
|
599 |
msgstr "Foutboodskap vir die Epos veld"
|
600 |
|
601 |
+
#: contact_form.php:1078 contact_form.php:1112
|
|
|
602 |
msgid "Error message for the Phone field"
|
603 |
msgstr "Foutboodskap vir die Telefoon Nommer veld"
|
604 |
|
605 |
+
#: contact_form.php:1079 contact_form.php:1113
|
|
|
606 |
msgid "Error message for the Subject field"
|
607 |
msgstr "Foutboodskap vir die Onderwerp veld"
|
608 |
|
609 |
+
#: contact_form.php:1080 contact_form.php:1114
|
|
|
610 |
msgid "Error message for the Message field"
|
611 |
msgstr "Foutboodskap vir die Boodskap veld"
|
612 |
|
613 |
+
#: contact_form.php:1081 contact_form.php:1115
|
|
|
614 |
msgid "Error message about the file type for the Attachment field"
|
615 |
msgstr "Foutboodskap oor die dataleêr tipe vir die Aanhegsel veld"
|
616 |
|
617 |
+
#: contact_form.php:1082 contact_form.php:1116
|
618 |
+
msgid ""
|
619 |
+
"Error message while uploading a file for the Attachment field to the server"
|
620 |
+
msgstr ""
|
621 |
+
"Foutboodskap tydens dataleêr oplaai vir die Aanhegsel veld na die server"
|
622 |
|
623 |
+
#: contact_form.php:1083 contact_form.php:1117
|
|
|
624 |
msgid "Error message while moving the file for the Attachment field"
|
625 |
msgstr "Foutboodskap tydens die skuif van dataleêr vir die Aanhegsel veld"
|
626 |
|
627 |
+
#: contact_form.php:1084 contact_form.php:1118
|
|
|
628 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
629 |
+
msgstr ""
|
630 |
+
"Foutboodskap wanneer die dataleêr limiet vir die Aanhegsel veld oorskry is"
|
631 |
|
632 |
+
#: contact_form.php:1085 contact_form.php:1119
|
|
|
633 |
msgid "Error message for the Captcha field"
|
634 |
msgstr "Foutboodskap vir die Captcha veld"
|
635 |
|
636 |
+
#: contact_form.php:1086 contact_form.php:1120
|
|
|
637 |
msgid "Error message for the whole form"
|
638 |
msgstr "Foutboodskap vir die hele vorm"
|
639 |
|
640 |
+
#: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
|
641 |
+
#: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
|
642 |
+
#: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
|
643 |
+
#: contact_form.php:2358
|
|
|
|
|
|
|
|
|
|
|
|
|
644 |
msgid "Use shortcode"
|
645 |
msgstr "Gebruik kortkode"
|
646 |
|
647 |
+
#: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
|
648 |
+
#: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
|
649 |
+
#: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
|
650 |
+
#: contact_form.php:2358
|
|
|
|
|
|
|
|
|
|
|
|
|
651 |
msgid "for this language"
|
652 |
msgstr "vir hierdie taal"
|
653 |
|
654 |
+
#: contact_form.php:1133
|
655 |
#, fuzzy
|
656 |
msgid "Use the changed names of the contact form fields in the email"
|
657 |
msgstr "Verander die name van die kontak vorm velde en foutboodskappe"
|
658 |
|
659 |
+
#: contact_form.php:1139
|
660 |
msgid "Action after email is sent"
|
661 |
msgstr "Aksie na epos gestuur is"
|
662 |
|
663 |
+
#: contact_form.php:1141
|
664 |
msgid "Display text"
|
665 |
msgstr "Toon teks"
|
666 |
|
667 |
+
#: contact_form.php:1150 contact_form.php:1160
|
|
|
668 |
msgid "Text"
|
669 |
msgstr "teks"
|
670 |
|
671 |
+
#: contact_form.php:1171
|
672 |
msgid "Redirect to the page"
|
673 |
msgstr "Herlei na die bladsy"
|
674 |
|
675 |
+
#: contact_form.php:1172
|
676 |
msgid "Url"
|
677 |
msgstr "Url"
|
678 |
|
679 |
+
#: contact_form.php:1176
|
680 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
681 |
msgstr ""
|
682 |
|
683 |
+
#: contact_form.php:1181
|
684 |
+
msgid ""
|
685 |
+
"If you are not sure whether to change this setting or not, please do not do "
|
686 |
+
"that."
|
687 |
msgstr ""
|
688 |
|
689 |
+
#: contact_form.php:1191
|
690 |
msgid "Auto Response"
|
691 |
msgstr ""
|
692 |
|
693 |
+
#: contact_form.php:1195
|
694 |
#, php-format
|
695 |
+
msgid ""
|
696 |
+
"You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
|
697 |
+
"display data from the Message field, as well as %%SITENAME%% to display blog "
|
698 |
+
"name."
|
699 |
msgstr ""
|
700 |
|
701 |
+
#: contact_form.php:1220 contact_form.php:1402
|
|
|
702 |
msgid "Save Changes"
|
703 |
msgstr "Stoor veranderinge"
|
704 |
|
705 |
+
#: contact_form.php:1233
|
706 |
msgid "Errors output"
|
707 |
msgstr "Foutboodskap uitset"
|
708 |
|
709 |
+
#: contact_form.php:1236
|
710 |
msgid "Display error messages"
|
711 |
msgstr "Toon foutboodskappe"
|
712 |
|
713 |
+
#: contact_form.php:1237
|
714 |
msgid "Color of the input field errors."
|
715 |
msgstr "Kleur van die inset veld foutboodskappe"
|
716 |
|
717 |
+
#: contact_form.php:1238
|
718 |
msgid "Display error messages & color of the input field errors"
|
719 |
msgstr "Toon foutboodskappe & kleur van die inset veld foutboodskappe"
|
720 |
|
721 |
+
#: contact_form.php:1243
|
722 |
msgid "Add placeholder to the input blocks"
|
723 |
msgstr "Voeg 'n plekhouer by die inset blokke"
|
724 |
|
725 |
+
#: contact_form.php:1249
|
726 |
msgid "Add tooltips"
|
727 |
msgstr "Voeg tool-wenke"
|
728 |
|
729 |
+
#: contact_form.php:1263
|
730 |
msgid "Email address"
|
731 |
msgstr "Epos Adres:"
|
732 |
|
733 |
+
#: contact_form.php:1268
|
734 |
msgid "Phone Number"
|
735 |
msgstr "Telefoon Nommer:"
|
736 |
|
737 |
+
#: contact_form.php:1282
|
738 |
msgid "Attachment"
|
739 |
msgstr "Aanhegsel:"
|
740 |
|
741 |
+
#: contact_form.php:1292
|
742 |
msgid "Style options"
|
743 |
msgstr "Styl opsies"
|
744 |
|
745 |
+
#: contact_form.php:1295
|
746 |
msgid "Text color"
|
747 |
msgstr "Teks kleur"
|
748 |
|
749 |
+
#: contact_form.php:1298 contact_form.php:1303 contact_form.php:1313
|
750 |
+
#: contact_form.php:1318 contact_form.php:1323 contact_form.php:1328
|
751 |
+
#: contact_form.php:1338 contact_form.php:1343 contact_form.php:1352
|
752 |
+
#: contact_form.php:1366 contact_form.php:1371 contact_form.php:1376
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
753 |
msgid "Default"
|
754 |
msgstr "Verstek"
|
755 |
|
756 |
+
#: contact_form.php:1300
|
757 |
msgid "Label text color"
|
758 |
msgstr "Etiket teks kleur"
|
759 |
|
760 |
+
#: contact_form.php:1305
|
761 |
msgid "Placeholder color"
|
762 |
msgstr "Plekhouer kleur"
|
763 |
|
764 |
+
#: contact_form.php:1310
|
765 |
msgid "Errors color"
|
766 |
msgstr "Foutboodskap kleur"
|
767 |
|
768 |
+
#: contact_form.php:1315
|
769 |
msgid "Error text color"
|
770 |
msgstr "Foutboodskap teks kleur"
|
771 |
|
772 |
+
#: contact_form.php:1320
|
773 |
msgid "Background color of the input field errors"
|
774 |
msgstr "Agtergrond kleur van die inset veld foutboodskappe"
|
775 |
|
776 |
+
#: contact_form.php:1325
|
777 |
msgid "Border color of the input field errors"
|
778 |
msgstr "Rand-kleur van die inset veld foutboodskappe"
|
779 |
|
780 |
+
#: contact_form.php:1330
|
781 |
msgid "Placeholder color of the input field errors"
|
782 |
msgstr "Plekhouer kleur van die inset veld foutboodskappe"
|
783 |
|
784 |
+
#: contact_form.php:1335
|
785 |
msgid "Input fields"
|
786 |
msgstr "Inset velde"
|
787 |
|
788 |
+
#: contact_form.php:1340
|
789 |
msgid "Input fields background color"
|
790 |
msgstr "Inset velde agtergrond kleur"
|
791 |
|
792 |
+
#: contact_form.php:1345
|
793 |
msgid "Text fields color"
|
794 |
msgstr "Teks velde kleur"
|
795 |
|
796 |
+
#: contact_form.php:1349
|
797 |
msgid "Border width in px, numbers only"
|
798 |
msgstr "Rand wydte in px, nommers alleenlik"
|
799 |
|
800 |
+
#: contact_form.php:1354 contact_form.php:1378
|
|
|
801 |
msgid "Border color"
|
802 |
msgstr "Rand kleur"
|
803 |
|
804 |
+
#: contact_form.php:1359
|
805 |
msgid "Submit button"
|
806 |
msgstr "Indien knoppie"
|
807 |
|
808 |
+
#: contact_form.php:1363
|
809 |
msgid "Width in px, numbers only"
|
810 |
msgstr "Wydte in px, nommers alleenlik"
|
811 |
|
812 |
+
#: contact_form.php:1368
|
813 |
msgid "Button color"
|
814 |
msgstr "Knoppie Kleur"
|
815 |
|
816 |
+
#: contact_form.php:1373
|
817 |
msgid "Button text color"
|
818 |
msgstr "Knoppie teks kleur"
|
819 |
|
820 |
+
#: contact_form.php:1406
|
821 |
msgid "Contact Form Pro | Preview"
|
822 |
msgstr "Kontak Vorm Pro | Voorskou"
|
823 |
|
824 |
+
#: contact_form.php:1408
|
825 |
msgid "Show with errors"
|
826 |
msgstr "Toon met foutboodskappe"
|
827 |
|
828 |
+
#: contact_form.php:1417 contact_form.php:1419
|
|
|
829 |
msgid "Please enter your full name..."
|
830 |
msgstr "Vul asseblief u volle name in..."
|
831 |
|
832 |
+
#: contact_form.php:1430 contact_form.php:1432
|
|
|
833 |
msgid "Please enter your address..."
|
834 |
msgstr "Vul asseblief u adres in... "
|
835 |
|
836 |
+
#: contact_form.php:1441 contact_form.php:1443
|
|
|
837 |
msgid "Please enter your email address..."
|
838 |
msgstr "Vul asseblief u epos adres in..."
|
839 |
|
840 |
+
#: contact_form.php:1452 contact_form.php:1454
|
|
|
841 |
msgid "Please enter your phone number..."
|
842 |
msgstr "Vul asseblief u telefoon nommer in... "
|
843 |
|
844 |
+
#: contact_form.php:1463 contact_form.php:1465
|
|
|
845 |
msgid "Please enter subject..."
|
846 |
msgstr "Vul asseblief 'n onderwerp in... "
|
847 |
|
848 |
+
#: contact_form.php:1473 contact_form.php:1475
|
|
|
849 |
msgid "Please enter your message..."
|
850 |
msgstr "Vul asseblief jou boodskap in... "
|
851 |
|
852 |
+
#: contact_form.php:1586
|
853 |
msgid "Sorry, email message could not be delivered."
|
854 |
msgstr "Verskoning, die epos kon nie gestuur word nie."
|
855 |
|
856 |
+
#: contact_form.php:1994
|
857 |
msgid "Contact from"
|
858 |
msgstr "Kontak Vorm"
|
859 |
|
860 |
+
#: contact_form.php:2016 contact_form.php:2046
|
|
|
861 |
msgid "Phone"
|
862 |
msgstr "Telefoon Nommer"
|
863 |
|
864 |
+
#: contact_form.php:2027 contact_form.php:2053
|
|
|
865 |
msgid "Site"
|
866 |
msgstr "Webtuiste"
|
867 |
|
868 |
+
#: contact_form.php:2140
|
869 |
+
msgid ""
|
870 |
+
"If you can see this MIME, it means that the MIME type is not supported by "
|
871 |
+
"your email client!"
|
872 |
+
msgstr ""
|
873 |
+
"As u die MIME kan sie, beteken dit dat die MIME tipe nie ondersteun word "
|
874 |
+
"deur u epos klient nie!"
|
875 |
|
876 |
+
#: contact_form.php:2224
|
877 |
msgid "Support"
|
878 |
msgstr "Steun"
|
879 |
|
880 |
+
#: contact_form.php:2273
|
881 |
msgid "Are you sure that you want to delete this language data?"
|
882 |
msgstr "Is u seker dat u die taal data wil verwyder?"
|
883 |
|
884 |
+
#: contact_form.php:2294
|
885 |
#, fuzzy
|
886 |
msgid "Add multiple forms"
|
887 |
msgstr "Voeg by die vorm by"
|
888 |
|
889 |
+
#: contact_form.php:2294
|
890 |
+
msgid ""
|
891 |
+
"Install Contact Form Multi plugin to create unlimited number of contact "
|
892 |
+
"forms."
|
893 |
msgstr ""
|
894 |
|
895 |
+
#: contact_form.php:2299
|
896 |
msgid "Learn more"
|
897 |
msgstr ""
|
898 |
|
899 |
+
#: contact_form.php:2303
|
900 |
msgid "Close"
|
901 |
msgstr ""
|
902 |
|
903 |
+
#: contact_form.php:2491
|
904 |
#, fuzzy
|
905 |
msgid "allows to store your messages to the database."
|
906 |
msgstr "Stoor eposse na die databasis."
|
907 |
|
908 |
+
#: contact_form.php:2492
|
909 |
msgid "Manage messages that have been sent from your website."
|
910 |
msgstr ""
|
911 |
|
languages/contact_form-ca.mo
CHANGED
Binary file
|
languages/contact_form-ca.po
CHANGED
@@ -2,9 +2,9 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
-
"Last-Translator: bestwebsoft.com <
|
8 |
"Language-Team: Kenneth <kenneth@snollocer.net>\n"
|
9 |
"Language: ca_ES\n"
|
10 |
"MIME-Version: 1.0\n"
|
@@ -16,8 +16,7 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: contact_form.php:35
|
20 |
-
#: contact_form.php:650
|
21 |
msgid "Contact Form Settings"
|
22 |
msgstr "Opcions Contact Form"
|
23 |
|
@@ -25,62 +24,50 @@ msgstr "Opcions Contact Form"
|
|
25 |
msgid "Contact Form"
|
26 |
msgstr "Contact Form"
|
27 |
|
28 |
-
#: contact_form.php:123
|
29 |
-
#: contact_form.php:1047
|
30 |
-
#: contact_form.php:1081
|
31 |
msgid "Name:"
|
32 |
msgstr "Nom:"
|
33 |
|
34 |
-
#: contact_form.php:124
|
35 |
-
#: contact_form.php:1048
|
36 |
-
#: contact_form.php:1082
|
37 |
msgid "Address:"
|
38 |
msgstr "Adreça:"
|
39 |
|
40 |
-
#: contact_form.php:125
|
41 |
-
#: contact_form.php:1049
|
42 |
-
#: contact_form.php:1083
|
43 |
msgid "Email Address:"
|
44 |
msgstr "Adreça de correu electrònic:"
|
45 |
|
46 |
-
#: contact_form.php:126
|
47 |
-
#: contact_form.php:1050
|
48 |
-
#: contact_form.php:1084
|
49 |
msgid "Phone number:"
|
50 |
msgstr "Nombre de telèfon"
|
51 |
|
52 |
-
#: contact_form.php:127
|
53 |
-
#: contact_form.php:1051
|
54 |
-
#: contact_form.php:1085
|
55 |
msgid "Subject:"
|
56 |
msgstr "Asumpte:"
|
57 |
|
58 |
-
#: contact_form.php:128
|
59 |
-
#: contact_form.php:1052
|
60 |
-
#: contact_form.php:1086
|
61 |
msgid "Message:"
|
62 |
msgstr "Missatge:"
|
63 |
|
64 |
-
#: contact_form.php:129
|
65 |
-
#: contact_form.php:1053
|
66 |
-
#: contact_form.php:1087
|
67 |
msgid "Attachment:"
|
68 |
msgstr "Adjunt:"
|
69 |
|
70 |
#: contact_form.php:130
|
71 |
#, fuzzy
|
72 |
-
msgid "
|
73 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
|
75 |
-
#: contact_form.php:131
|
76 |
-
#: contact_form.php:1055
|
77 |
-
#: contact_form.php:1089
|
78 |
msgid "Send me a copy"
|
79 |
msgstr "Envia'm una còpia"
|
80 |
|
81 |
-
#: contact_form.php:132
|
82 |
-
#: contact_form.php:1056
|
83 |
-
#: contact_form.php:1090
|
84 |
msgid "Submit"
|
85 |
msgstr "Enviar"
|
86 |
|
@@ -137,12 +124,18 @@ msgid "Thank you for contacting us."
|
|
137 |
msgstr "Gràcies per contactar amb nosaltres"
|
138 |
|
139 |
#: contact_form.php:546
|
140 |
-
msgid "
|
|
|
|
|
141 |
msgstr ""
|
142 |
|
143 |
#: contact_form.php:556
|
144 |
-
msgid "
|
145 |
-
|
|
|
|
|
|
|
|
|
146 |
|
147 |
#: contact_form.php:565
|
148 |
#, fuzzy
|
@@ -151,13 +144,18 @@ msgstr "Usuari inexistent. Els canvis no s'han desat."
|
|
151 |
|
152 |
#: contact_form.php:575
|
153 |
#, fuzzy
|
154 |
-
msgid "
|
155 |
-
|
|
|
|
|
|
|
156 |
|
157 |
#: contact_form.php:583
|
158 |
#, fuzzy
|
159 |
msgid "Please enter a valid email address in the 'FROM' field."
|
160 |
-
msgstr "
|
|
|
|
|
161 |
|
162 |
#: contact_form.php:606
|
163 |
msgid "Settings saved."
|
@@ -168,766 +166,745 @@ msgstr "Configuració desada."
|
|
168 |
msgid "Settings are not saved."
|
169 |
msgstr "Configuració desada."
|
170 |
|
171 |
-
#: contact_form.php:
|
172 |
-
|
173 |
-
|
|
|
|
|
174 |
msgid "Settings"
|
175 |
msgstr "Configuració"
|
176 |
|
177 |
-
#: contact_form.php:
|
178 |
#, fuzzy
|
179 |
msgid "Additional settings"
|
180 |
msgstr "Opcions addicionals"
|
181 |
|
182 |
-
#: contact_form.php:
|
183 |
msgid "Appearance"
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: contact_form.php:
|
187 |
-
#: contact_form.php:2203
|
188 |
msgid "FAQ"
|
189 |
msgstr "FAQ"
|
190 |
|
191 |
-
#: contact_form.php:
|
192 |
msgid "Go PRO"
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: contact_form.php:
|
196 |
-
#: contact_form.php:661
|
197 |
msgid "Notice:"
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: contact_form.php:
|
201 |
-
msgid "
|
|
|
|
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: contact_form.php:
|
205 |
-
msgid "
|
|
|
|
|
206 |
msgstr ""
|
207 |
|
208 |
-
#: contact_form.php:
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
|
|
|
|
|
|
213 |
|
214 |
-
#: contact_form.php:
|
215 |
-
#: contact_form.php:
|
216 |
-
#: contact_form.php:
|
217 |
-
#: contact_form.php:680
|
218 |
-
#: contact_form.php:1071
|
219 |
-
#: contact_form.php:1073
|
220 |
-
#: contact_form.php:1134
|
221 |
-
#: contact_form.php:1136
|
222 |
msgid "or"
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: contact_form.php:
|
226 |
-
|
227 |
-
|
|
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: contact_form.php:
|
231 |
-
#: contact_form.php:680
|
232 |
msgid "They work the same way."
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: contact_form.php:
|
236 |
-
msgid "
|
237 |
-
|
|
|
|
|
|
|
|
|
238 |
|
239 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
240 |
msgid "The user's email address:"
|
241 |
msgstr "Adreça de correu electrònic de l'usuari:"
|
242 |
|
243 |
-
#: contact_form.php:
|
244 |
#, fuzzy
|
245 |
msgid "Select a username"
|
246 |
msgstr "Seleccioni un nom d'usuari"
|
247 |
|
248 |
-
#: contact_form.php:
|
249 |
-
msgid "
|
|
|
|
|
250 |
msgstr "Introdueixi el nom de l'usuari que rebrà missatges des de contact form"
|
251 |
|
252 |
-
#: contact_form.php:
|
253 |
msgid "Use this email address:"
|
254 |
msgstr "Usi aquesta adreça de correu electrònic::"
|
255 |
|
256 |
-
#: contact_form.php:
|
257 |
msgid "Enter the email address you want the messages forwarded to."
|
258 |
-
msgstr "
|
|
|
259 |
|
260 |
-
#: contact_form.php:
|
261 |
msgid "Add department selectbox to the contact form:"
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: contact_form.php:
|
265 |
-
#: contact_form.php:1182
|
266 |
-
#: contact_form.php:1365
|
267 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: contact_form.php:
|
271 |
-
#: contact_form.php:
|
272 |
-
|
273 |
-
#: contact_form.php:1189
|
274 |
-
#: contact_form.php:1372
|
275 |
-
msgid "Unlock premium options by upgrading to a PRO version."
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: contact_form.php:
|
279 |
-
#: contact_form.php:
|
280 |
-
#: contact_form.php:984
|
281 |
-
#: contact_form.php:1190
|
282 |
-
#: contact_form.php:1373
|
283 |
-
#: contact_form.php:2475
|
284 |
msgid "Learn More"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: contact_form.php:
|
288 |
-
#: contact_form.php:
|
289 |
-
#: contact_form.php:987
|
290 |
-
#: contact_form.php:1193
|
291 |
-
#: contact_form.php:1376
|
292 |
msgid "Go"
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: contact_form.php:
|
296 |
msgid "Save emails to the database"
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: contact_form.php:
|
300 |
msgid "Using"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: contact_form.php:
|
304 |
-
#: contact_form.php:759
|
305 |
#, fuzzy
|
306 |
msgid "Using Contact Form to DB by BestWebSoft"
|
307 |
msgstr "Contact Form Pro"
|
308 |
|
309 |
-
#: contact_form.php:
|
310 |
#, fuzzy
|
311 |
msgid "Activate"
|
312 |
msgstr "Captcha activat"
|
313 |
|
314 |
-
#: contact_form.php:
|
315 |
msgid "Download"
|
316 |
msgstr "Descarregar"
|
317 |
|
318 |
-
#: contact_form.php:
|
319 |
msgid "What to use?"
|
320 |
msgstr "Què usar?"
|
321 |
|
322 |
-
#: contact_form.php:
|
323 |
msgid "Wp-mail"
|
324 |
msgstr "Wp-mail"
|
325 |
|
326 |
-
#: contact_form.php:
|
327 |
msgid "You can use the wp_mail function for mailing"
|
328 |
msgstr "Vostè pot utilitzar la funció wp_mail pel correu."
|
329 |
|
330 |
-
#: contact_form.php:
|
331 |
msgid "Mail"
|
332 |
msgstr "Mail"
|
333 |
|
334 |
-
#: contact_form.php:
|
335 |
msgid "To send mail you can use the php mail function"
|
336 |
msgstr "Per enviar correu vostè pot usar la funció 'php mail'"
|
337 |
|
338 |
-
#: contact_form.php:
|
339 |
msgid "'FROM' field"
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: contact_form.php:
|
343 |
-
#: contact_form.php:
|
344 |
-
#: contact_form.php:1234
|
345 |
-
#: contact_form.php:1980
|
346 |
-
#: contact_form.php:2016
|
347 |
msgid "Name"
|
348 |
msgstr "Nom"
|
349 |
|
350 |
-
#: contact_form.php:
|
351 |
msgid "User name"
|
352 |
msgstr ""
|
353 |
|
354 |
-
#: contact_form.php:
|
355 |
#, fuzzy
|
356 |
-
msgid "
|
357 |
-
|
|
|
|
|
|
|
358 |
|
359 |
-
#: contact_form.php:
|
360 |
-
#: contact_form.php:1991
|
361 |
-
#: contact_form.php:2023
|
362 |
msgid "Email"
|
363 |
msgstr "Adreça de correu electrònic"
|
364 |
|
365 |
-
#: contact_form.php:
|
366 |
msgid "User email"
|
367 |
msgstr ""
|
368 |
|
369 |
-
#: contact_form.php:
|
370 |
-
msgid "
|
371 |
-
|
|
|
|
|
|
|
|
|
372 |
|
373 |
-
#: contact_form.php:
|
374 |
-
msgid "
|
|
|
|
|
375 |
msgstr ""
|
376 |
|
377 |
-
#: contact_form.php:
|
378 |
#, fuzzy
|
379 |
msgid "Required symbol"
|
380 |
msgstr "Camps requerits"
|
381 |
|
382 |
-
#: contact_form.php:
|
383 |
msgid "Fields"
|
384 |
msgstr ""
|
385 |
|
386 |
-
#: contact_form.php:
|
387 |
msgid "Used"
|
388 |
msgstr ""
|
389 |
|
390 |
-
#: contact_form.php:
|
391 |
#, fuzzy
|
392 |
msgid "Required"
|
393 |
msgstr "Camps requerits"
|
394 |
|
395 |
-
#: contact_form.php:
|
396 |
msgid "Visible"
|
397 |
msgstr ""
|
398 |
|
399 |
-
#: contact_form.php:
|
400 |
msgid "Disabled for editing"
|
401 |
msgstr ""
|
402 |
|
403 |
-
#: contact_form.php:
|
404 |
msgid "Field's default value"
|
405 |
msgstr ""
|
406 |
|
407 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
408 |
msgid "Use User's name as a default value if the user is logged in."
|
409 |
msgstr ""
|
410 |
|
411 |
-
#: contact_form.php:
|
412 |
-
|
413 |
-
|
|
|
414 |
msgstr ""
|
415 |
|
416 |
-
#: contact_form.php:
|
417 |
msgid "Location selectbox"
|
418 |
msgstr ""
|
419 |
|
420 |
-
#: contact_form.php:
|
421 |
-
#: contact_form.php:
|
422 |
-
#: contact_form.php:1986
|
423 |
-
#: contact_form.php:2020
|
424 |
msgid "Address"
|
425 |
msgstr "Adreça:"
|
426 |
|
427 |
-
#: contact_form.php:
|
428 |
msgid "Email Address"
|
429 |
msgstr "Adreça de correu electrònic:"
|
430 |
|
431 |
-
#: contact_form.php:
|
432 |
msgid "Use User's email as a default value if the user is logged in."
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: contact_form.php:
|
436 |
#, fuzzy
|
437 |
msgid "Phone number"
|
438 |
msgstr "Nombre de telèfon"
|
439 |
|
440 |
-
#: contact_form.php:
|
441 |
-
#: contact_form.php:
|
442 |
-
#: contact_form.php:2001
|
443 |
-
#: contact_form.php:2029
|
444 |
msgid "Subject"
|
445 |
msgstr "Assumpte"
|
446 |
|
447 |
-
#: contact_form.php:
|
448 |
-
#: contact_form.php:
|
449 |
-
#: contact_form.php:2004
|
450 |
-
#: contact_form.php:2031
|
451 |
msgid "Message"
|
452 |
msgstr "MIssatge"
|
453 |
|
454 |
-
#: contact_form.php:
|
455 |
msgid "Attachment block"
|
456 |
msgstr "Adjunt blocat"
|
457 |
|
458 |
-
#: contact_form.php:
|
459 |
msgid "Users can attach the following file formats"
|
460 |
msgstr "Els usuaris poden adjuntar els següents formats d'arxiu"
|
461 |
|
462 |
-
#: contact_form.php:
|
463 |
msgid "Add to the form"
|
464 |
msgstr ""
|
465 |
|
466 |
-
#: contact_form.php:
|
467 |
#, fuzzy
|
468 |
msgid "Tips below the Attachment"
|
469 |
msgstr "Consells del blocatge de l'adjunt"
|
470 |
|
471 |
-
#: contact_form.php:
|
472 |
#, fuzzy
|
473 |
msgid "'Send me a copy' block"
|
474 |
msgstr "Envia'm una còpia"
|
475 |
|
476 |
-
#: contact_form.php:
|
477 |
msgid "Activate captcha"
|
478 |
msgstr "Captcha activat"
|
479 |
|
480 |
-
#: contact_form.php:
|
481 |
msgid "Download captcha"
|
482 |
msgstr "Descarrega captcha"
|
483 |
|
484 |
-
#: contact_form.php:
|
485 |
msgid "Agreement checkbox"
|
486 |
msgstr ""
|
487 |
|
488 |
-
#: contact_form.php:
|
489 |
msgid "Required checkbox for submitting the form"
|
490 |
msgstr ""
|
491 |
|
492 |
-
#: contact_form.php:
|
493 |
msgid "Optional checkbox"
|
494 |
msgstr ""
|
495 |
|
496 |
-
#: contact_form.php:
|
497 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
498 |
msgstr ""
|
499 |
|
500 |
-
#: contact_form.php:
|
501 |
msgid "Delete an attachment file from the server after the email is sent"
|
502 |
msgstr ""
|
503 |
|
504 |
-
#: contact_form.php:
|
505 |
msgid "Email in HTML format sending"
|
506 |
msgstr ""
|
507 |
|
508 |
-
#: contact_form.php:
|
509 |
msgid "Display additional info in the email"
|
510 |
msgstr "Mostra informació addicional al correu electrònic,"
|
511 |
|
512 |
-
#: contact_form.php:
|
513 |
-
#: contact_form.php:1947
|
514 |
-
#: contact_form.php:1949
|
515 |
msgid "Sent from (ip address)"
|
516 |
msgstr "Enviat des de (adreça IP)"
|
517 |
|
518 |
-
#: contact_form.php:
|
519 |
#, fuzzy
|
520 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
521 |
msgstr "Enviat des de (adreça IP)"
|
522 |
|
523 |
-
#: contact_form.php:
|
524 |
-
#: contact_form.php:1953
|
525 |
-
#: contact_form.php:1955
|
526 |
msgid "Date/Time"
|
527 |
msgstr "Data/hora"
|
528 |
|
529 |
-
#: contact_form.php:
|
530 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
531 |
msgstr ""
|
532 |
|
533 |
-
#: contact_form.php:
|
534 |
-
#: contact_form.php:1959
|
535 |
-
#: contact_form.php:1961
|
536 |
msgid "Sent from (referer)"
|
537 |
msgstr "Enviat des de (referent)"
|
538 |
|
539 |
-
#: contact_form.php:
|
540 |
-
msgid "
|
|
|
541 |
msgstr ""
|
542 |
|
543 |
-
#: contact_form.php:
|
544 |
-
#: contact_form.php:1965
|
545 |
-
#: contact_form.php:1967
|
546 |
msgid "Using (user agent)"
|
547 |
msgstr "Usant (user agent)"
|
548 |
|
549 |
-
#: contact_form.php:
|
550 |
-
msgid "
|
|
|
|
|
551 |
msgstr ""
|
552 |
|
553 |
-
#: contact_form.php:
|
554 |
msgid "Language settings for the field names in the form"
|
555 |
msgstr "Configuració de la llengua als noms dels camps del formulari"
|
556 |
|
557 |
-
#: contact_form.php:
|
558 |
msgid "Add a language"
|
559 |
msgstr "Afegeix lengua"
|
560 |
|
561 |
-
#: contact_form.php:
|
562 |
msgid "Change the names of the contact form fields and error messages"
|
563 |
-
msgstr "
|
|
|
|
|
564 |
|
565 |
-
#: contact_form.php:
|
566 |
-
#: contact_form.php:1124
|
567 |
msgid "English"
|
568 |
msgstr "Anglès"
|
569 |
|
570 |
-
#: contact_form.php:
|
571 |
-
#: contact_form.php:1079
|
572 |
msgid "click to expand/hide the list"
|
573 |
msgstr ""
|
574 |
|
575 |
-
#: contact_form.php:
|
576 |
-
#: contact_form.php:1088
|
577 |
#, fuzzy
|
578 |
msgid "Tips below the Attachment block"
|
579 |
msgstr "Consells del blocatge de l'adjunt"
|
580 |
|
581 |
-
#: contact_form.php:
|
582 |
-
#: contact_form.php:1091
|
583 |
msgid "Error message for the Name field"
|
584 |
msgstr "Missatge d'error per al camp 'Nom'"
|
585 |
|
586 |
-
#: contact_form.php:
|
587 |
-
#: contact_form.php:1092
|
588 |
msgid "Error message for the Address field"
|
589 |
msgstr "Missatge d'error per al camp 'Adreça'"
|
590 |
|
591 |
-
#: contact_form.php:
|
592 |
-
#: contact_form.php:1093
|
593 |
msgid "Error message for the Email field"
|
594 |
msgstr "Missatge d'error per al camp 'Adreça de correu electrònic'"
|
595 |
|
596 |
-
#: contact_form.php:
|
597 |
-
#: contact_form.php:1094
|
598 |
msgid "Error message for the Phone field"
|
599 |
msgstr "Missatge d'error per al camp 'Telèfon\""
|
600 |
|
601 |
-
#: contact_form.php:
|
602 |
-
#: contact_form.php:1095
|
603 |
msgid "Error message for the Subject field"
|
604 |
msgstr "Missatge d'error per al camp 'Assumpte'"
|
605 |
|
606 |
-
#: contact_form.php:
|
607 |
-
#: contact_form.php:1096
|
608 |
msgid "Error message for the Message field"
|
609 |
msgstr "Missatge d'error per al camp 'Missatge'"
|
610 |
|
611 |
-
#: contact_form.php:
|
612 |
-
#: contact_form.php:1097
|
613 |
msgid "Error message about the file type for the Attachment field"
|
614 |
msgstr "Missatge d'error sobre el tipus de per al camp 'Adjunt'"
|
615 |
|
616 |
-
#: contact_form.php:
|
617 |
-
|
618 |
-
|
619 |
msgstr "Missatge d'error al carregar al servidor un fitxer per al camp Adjunt"
|
620 |
|
621 |
-
#: contact_form.php:
|
622 |
-
#: contact_form.php:1099
|
623 |
msgid "Error message while moving the file for the Attachment field"
|
624 |
msgstr "Missatge d'error al mourerun fitxer per al camp Adjunt"
|
625 |
|
626 |
-
#: contact_form.php:
|
627 |
-
#: contact_form.php:1100
|
628 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
629 |
-
msgstr "
|
|
|
630 |
|
631 |
-
#: contact_form.php:
|
632 |
-
#: contact_form.php:1101
|
633 |
msgid "Error message for the Captcha field"
|
634 |
msgstr "Missatge d'error al camp Captcha"
|
635 |
|
636 |
-
#: contact_form.php:
|
637 |
-
#: contact_form.php:1102
|
638 |
msgid "Error message for the whole form"
|
639 |
msgstr "Missatge d'error a tot el formulari"
|
640 |
|
641 |
-
#: contact_form.php:
|
642 |
-
#: contact_form.php:
|
643 |
-
#: contact_form.php:
|
644 |
-
#: contact_form.php:
|
645 |
-
#: contact_form.php:1134
|
646 |
-
#: contact_form.php:1136
|
647 |
-
#: contact_form.php:1144
|
648 |
-
#: contact_form.php:1146
|
649 |
-
#: contact_form.php:2336
|
650 |
-
#: contact_form.php:2338
|
651 |
msgid "Use shortcode"
|
652 |
msgstr "useu un codi curt"
|
653 |
|
654 |
-
#: contact_form.php:
|
655 |
-
#: contact_form.php:
|
656 |
-
#: contact_form.php:
|
657 |
-
#: contact_form.php:
|
658 |
-
#: contact_form.php:1134
|
659 |
-
#: contact_form.php:1136
|
660 |
-
#: contact_form.php:1144
|
661 |
-
#: contact_form.php:1146
|
662 |
-
#: contact_form.php:2336
|
663 |
-
#: contact_form.php:2338
|
664 |
msgid "for this language"
|
665 |
msgstr "Per aquesta llengua"
|
666 |
|
667 |
-
#: contact_form.php:
|
668 |
#, fuzzy
|
669 |
msgid "Use the changed names of the contact form fields in the email"
|
670 |
-
msgstr "
|
|
|
|
|
671 |
|
672 |
-
#: contact_form.php:
|
673 |
msgid "Action after email is sent"
|
674 |
msgstr "Accions després d'enviar un correu electrònic."
|
675 |
|
676 |
-
#: contact_form.php:
|
677 |
msgid "Display text"
|
678 |
msgstr "Mostra el text"
|
679 |
|
680 |
-
#: contact_form.php:
|
681 |
-
#: contact_form.php:1142
|
682 |
msgid "Text"
|
683 |
msgstr "Text"
|
684 |
|
685 |
-
#: contact_form.php:
|
686 |
msgid "Redirect to the page"
|
687 |
msgstr "Redirigir a la pàgina"
|
688 |
|
689 |
-
#: contact_form.php:
|
690 |
msgid "Url"
|
691 |
msgstr "Url"
|
692 |
|
693 |
-
#: contact_form.php:
|
694 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
695 |
msgstr ""
|
696 |
|
697 |
-
#: contact_form.php:
|
698 |
-
msgid "
|
|
|
|
|
699 |
msgstr ""
|
700 |
|
701 |
-
#: contact_form.php:
|
702 |
msgid "Auto Response"
|
703 |
msgstr ""
|
704 |
|
705 |
-
#: contact_form.php:
|
706 |
#, php-format
|
707 |
-
msgid "
|
|
|
|
|
|
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: contact_form.php:
|
711 |
-
#: contact_form.php:1383
|
712 |
msgid "Save Changes"
|
713 |
msgstr "Desar els canvis"
|
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 "Style options"
|
753 |
msgstr "Opcions d'estil"
|
754 |
|
755 |
-
#: contact_form.php:
|
756 |
msgid "Text color"
|
757 |
msgstr "Color del text"
|
758 |
|
759 |
-
#: contact_form.php:
|
760 |
-
#: contact_form.php:
|
761 |
-
#: contact_form.php:
|
762 |
-
#: contact_form.php:
|
763 |
-
#: contact_form.php:1304
|
764 |
-
#: contact_form.php:1309
|
765 |
-
#: contact_form.php:1319
|
766 |
-
#: contact_form.php:1324
|
767 |
-
#: contact_form.php:1333
|
768 |
-
#: contact_form.php:1347
|
769 |
-
#: contact_form.php:1352
|
770 |
-
#: contact_form.php:1357
|
771 |
msgid "Default"
|
772 |
msgstr "Per defecte"
|
773 |
|
774 |
-
#: contact_form.php:
|
775 |
msgid "Label text color"
|
776 |
msgstr "Color del text de l'etiqeta"
|
777 |
|
778 |
-
#: contact_form.php:
|
779 |
msgid "Placeholder color"
|
780 |
msgstr "Color del marcador de posició"
|
781 |
|
782 |
-
#: contact_form.php:
|
783 |
msgid "Errors color"
|
784 |
msgstr "Color dels errors"
|
785 |
|
786 |
-
#: contact_form.php:
|
787 |
msgid "Error text color"
|
788 |
msgstr "Color del text d'error"
|
789 |
|
790 |
-
#: contact_form.php:
|
791 |
msgid "Background color of the input field errors"
|
792 |
msgstr "Color de fons dels errors del camp d'entrada"
|
793 |
|
794 |
-
#: contact_form.php:
|
795 |
msgid "Border color of the input field errors"
|
796 |
msgstr "Color de la vora dels errors del camp d'entrada"
|
797 |
|
798 |
-
#: contact_form.php:
|
799 |
msgid "Placeholder color of the input field errors"
|
800 |
msgstr "Color del marcador de posició dels errors del camp d'entrada"
|
801 |
|
802 |
-
#: contact_form.php:
|
803 |
msgid "Input fields"
|
804 |
msgstr "Visualitza l'adjunt"
|
805 |
|
806 |
-
#: contact_form.php:
|
807 |
msgid "Input fields background color"
|
808 |
msgstr "Color de fons dels camps d'entrada"
|
809 |
|
810 |
-
#: contact_form.php:
|
811 |
msgid "Text fields color"
|
812 |
msgstr "Color dels camps de text"
|
813 |
|
814 |
-
#: contact_form.php:
|
815 |
msgid "Border width in px, numbers only"
|
816 |
msgstr "Ample de vora en px, sols nombres"
|
817 |
|
818 |
-
#: contact_form.php:
|
819 |
-
#: contact_form.php:1359
|
820 |
msgid "Border color"
|
821 |
msgstr "Color de la vora"
|
822 |
|
823 |
-
#: contact_form.php:
|
824 |
msgid "Submit button"
|
825 |
msgstr "Enviar"
|
826 |
|
827 |
# #: contact_form.php:928
|
828 |
-
#: contact_form.php:
|
829 |
msgid "Width in px, numbers only"
|
830 |
msgstr "Ample en px, sols nombres"
|
831 |
|
832 |
-
#: contact_form.php:
|
833 |
msgid "Button color"
|
834 |
msgstr "Color del botó"
|
835 |
|
836 |
-
#: contact_form.php:
|
837 |
msgid "Button text color"
|
838 |
msgstr "Color del text del botó"
|
839 |
|
840 |
-
#: contact_form.php:
|
841 |
msgid "Contact Form Pro | Preview"
|
842 |
msgstr "Contact Form Pro | Vista prèvia"
|
843 |
|
844 |
-
#: contact_form.php:
|
845 |
msgid "Show with errors"
|
846 |
msgstr "Mostra amb errors"
|
847 |
|
848 |
-
#: contact_form.php:
|
849 |
-
#: contact_form.php:1400
|
850 |
msgid "Please enter your full name..."
|
851 |
msgstr "Si us plau introduïu el nom complet"
|
852 |
|
853 |
-
#: contact_form.php:
|
854 |
-
#: contact_form.php:1413
|
855 |
msgid "Please enter your address..."
|
856 |
msgstr "Si us plau introduïu l'adreça"
|
857 |
|
858 |
-
#: contact_form.php:
|
859 |
-
#: contact_form.php:1424
|
860 |
msgid "Please enter your email address..."
|
861 |
msgstr "Si us plau introdueixi el seu e-mail"
|
862 |
|
863 |
-
#: contact_form.php:
|
864 |
-
#: contact_form.php:1435
|
865 |
msgid "Please enter your phone number..."
|
866 |
msgstr "Si us plau introduïu el nombre de telèfon"
|
867 |
|
868 |
-
#: contact_form.php:
|
869 |
-
#: contact_form.php:1446
|
870 |
msgid "Please enter subject..."
|
871 |
msgstr "Si us plau introduïu l'assumpte"
|
872 |
|
873 |
-
#: contact_form.php:
|
874 |
-
#: contact_form.php:1456
|
875 |
msgid "Please enter your message..."
|
876 |
msgstr "Si us plau introduïu el missatge"
|
877 |
|
878 |
-
#: contact_form.php:
|
879 |
msgid "Sorry, email message could not be delivered."
|
880 |
msgstr "Ho sentim, el seu e-mail no ha pogut ser lliurat."
|
881 |
|
882 |
-
#: contact_form.php:
|
883 |
msgid "Contact from"
|
884 |
msgstr "Contact from"
|
885 |
|
886 |
-
#: contact_form.php:
|
887 |
-
#: contact_form.php:2026
|
888 |
msgid "Phone"
|
889 |
msgstr "Telèfon"
|
890 |
|
891 |
-
#: contact_form.php:
|
892 |
-
#: contact_form.php:2033
|
893 |
msgid "Site"
|
894 |
msgstr "Lloc"
|
895 |
|
896 |
-
#: contact_form.php:
|
897 |
-
msgid "
|
898 |
-
|
|
|
|
|
|
|
|
|
899 |
|
900 |
-
#: contact_form.php:
|
901 |
msgid "Support"
|
902 |
msgstr "Suport"
|
903 |
|
904 |
-
#: contact_form.php:
|
905 |
msgid "Are you sure that you want to delete this language data?"
|
906 |
msgstr "Està vostè segur que vol esborrar aquest idioma?"
|
907 |
|
908 |
-
#: contact_form.php:
|
909 |
#, fuzzy
|
910 |
msgid "Add multiple forms"
|
911 |
msgstr "Afegir consells sobre les eines"
|
912 |
|
913 |
-
#: contact_form.php:
|
914 |
-
msgid "
|
|
|
|
|
915 |
msgstr ""
|
916 |
|
917 |
-
#: contact_form.php:
|
918 |
#, fuzzy
|
919 |
msgid "Learn more"
|
920 |
msgstr "Llegir més"
|
921 |
|
922 |
-
#: contact_form.php:
|
923 |
msgid "Close"
|
924 |
msgstr ""
|
925 |
|
926 |
-
#: contact_form.php:
|
927 |
msgid "allows to store your messages to the database."
|
928 |
msgstr ""
|
929 |
|
930 |
-
#: contact_form.php:
|
931 |
msgid "Manage messages that have been sent from your website."
|
932 |
msgstr ""
|
933 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-08-05 09:13+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-08-05 09:13+0300\n"
|
7 |
+
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: Kenneth <kenneth@snollocer.net>\n"
|
9 |
"Language: ca_ES\n"
|
10 |
"MIME-Version: 1.0\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: contact_form.php:35 contact_form.php:657
|
|
|
20 |
msgid "Contact Form Settings"
|
21 |
msgstr "Opcions Contact Form"
|
22 |
|
24 |
msgid "Contact Form"
|
25 |
msgstr "Contact Form"
|
26 |
|
27 |
+
#: contact_form.php:123 contact_form.php:1065 contact_form.php:1099
|
|
|
|
|
28 |
msgid "Name:"
|
29 |
msgstr "Nom:"
|
30 |
|
31 |
+
#: contact_form.php:124 contact_form.php:1066 contact_form.php:1100
|
|
|
|
|
32 |
msgid "Address:"
|
33 |
msgstr "Adreça:"
|
34 |
|
35 |
+
#: contact_form.php:125 contact_form.php:1067 contact_form.php:1101
|
|
|
|
|
36 |
msgid "Email Address:"
|
37 |
msgstr "Adreça de correu electrònic:"
|
38 |
|
39 |
+
#: contact_form.php:126 contact_form.php:1068 contact_form.php:1102
|
|
|
|
|
40 |
msgid "Phone number:"
|
41 |
msgstr "Nombre de telèfon"
|
42 |
|
43 |
+
#: contact_form.php:127 contact_form.php:1069 contact_form.php:1103
|
|
|
|
|
44 |
msgid "Subject:"
|
45 |
msgstr "Asumpte:"
|
46 |
|
47 |
+
#: contact_form.php:128 contact_form.php:1070 contact_form.php:1104
|
|
|
|
|
48 |
msgid "Message:"
|
49 |
msgstr "Missatge:"
|
50 |
|
51 |
+
#: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
|
|
|
|
|
52 |
msgid "Attachment:"
|
53 |
msgstr "Adjunt:"
|
54 |
|
55 |
#: contact_form.php:130
|
56 |
#, fuzzy
|
57 |
+
msgid ""
|
58 |
+
"Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
|
59 |
+
"EPS, PS, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT. Max file "
|
60 |
+
"size: 2MB"
|
61 |
+
msgstr ""
|
62 |
+
"Formats de fitxer suportats: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, "
|
63 |
+
"AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Mida màxima: "
|
64 |
+
"2MB"
|
65 |
|
66 |
+
#: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
|
|
|
|
|
67 |
msgid "Send me a copy"
|
68 |
msgstr "Envia'm una còpia"
|
69 |
|
70 |
+
#: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
|
|
|
|
|
71 |
msgid "Submit"
|
72 |
msgstr "Enviar"
|
73 |
|
124 |
msgstr "Gràcies per contactar amb nosaltres"
|
125 |
|
126 |
#: contact_form.php:546
|
127 |
+
msgid ""
|
128 |
+
"Email 'FROM' field option was changed, which may cause email messages being "
|
129 |
+
"moved to the spam folder or email delivery failures."
|
130 |
msgstr ""
|
131 |
|
132 |
#: contact_form.php:556
|
133 |
+
msgid ""
|
134 |
+
"If the 'Redirect to page' option is selected then the URL field should be in "
|
135 |
+
"the following format"
|
136 |
+
msgstr ""
|
137 |
+
"Si l'opció de 'redireccionament a la pàgina' està seleccionat llavors el "
|
138 |
+
"camp URL ha d'estar en el següent format"
|
139 |
|
140 |
#: contact_form.php:565
|
141 |
#, fuzzy
|
144 |
|
145 |
#: contact_form.php:575
|
146 |
#, fuzzy
|
147 |
+
msgid ""
|
148 |
+
"Please enter a valid email address in the 'Use this email address' field."
|
149 |
+
msgstr ""
|
150 |
+
"Si us plau introdueixi una Adreça de correu electrònic correcta. Els canvis "
|
151 |
+
"no s'han desat."
|
152 |
|
153 |
#: contact_form.php:583
|
154 |
#, fuzzy
|
155 |
msgid "Please enter a valid email address in the 'FROM' field."
|
156 |
+
msgstr ""
|
157 |
+
"Si us plau introdueixi una Adreça de correu electrònic correcta. Els canvis "
|
158 |
+
"no s'han desat."
|
159 |
|
160 |
#: contact_form.php:606
|
161 |
msgid "Settings saved."
|
166 |
msgid "Settings are not saved."
|
167 |
msgstr "Configuració desada."
|
168 |
|
169 |
+
#: contact_form.php:646
|
170 |
+
msgid "All plugin settings were restored."
|
171 |
+
msgstr ""
|
172 |
+
|
173 |
+
#: contact_form.php:659 contact_form.php:2208 contact_form.php:2222
|
174 |
msgid "Settings"
|
175 |
msgstr "Configuració"
|
176 |
|
177 |
+
#: contact_form.php:660
|
178 |
#, fuzzy
|
179 |
msgid "Additional settings"
|
180 |
msgstr "Opcions addicionals"
|
181 |
|
182 |
+
#: contact_form.php:661
|
183 |
msgid "Appearance"
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: contact_form.php:662 contact_form.php:2223
|
|
|
187 |
msgid "FAQ"
|
188 |
msgstr "FAQ"
|
189 |
|
190 |
+
#: contact_form.php:663
|
191 |
msgid "Go PRO"
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: contact_form.php:666 contact_form.php:668
|
|
|
195 |
msgid "Notice:"
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: contact_form.php:666
|
199 |
+
msgid ""
|
200 |
+
"The plugin's settings have been changed. In order to save them please don't "
|
201 |
+
"forget to click the 'Save Changes' button."
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: contact_form.php:679
|
205 |
+
msgid ""
|
206 |
+
"If you want to create multiple contact forms, please install the Contact "
|
207 |
+
"Form Multi plugin."
|
208 |
msgstr ""
|
209 |
|
210 |
+
#: contact_form.php:686
|
211 |
+
#, fuzzy
|
212 |
+
msgid ""
|
213 |
+
"If you would like to add Contact Form to your website, just copy and paste "
|
214 |
+
"this shortcode to your post or page or widget:"
|
215 |
+
msgstr ""
|
216 |
+
"Si vol afegir Contact Form en la seva web, copiï i enganxi aquest codi en el "
|
217 |
+
"seu missatge, pàgina o widget:"
|
218 |
|
219 |
+
#: contact_form.php:686 contact_form.php:687 contact_form.php:689
|
220 |
+
#: contact_form.php:690 contact_form.php:1089 contact_form.php:1091
|
221 |
+
#: contact_form.php:1152 contact_form.php:1154
|
|
|
|
|
|
|
|
|
|
|
222 |
msgid "or"
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: contact_form.php:687
|
226 |
+
msgid ""
|
227 |
+
"If you have any problems with the standard shortcode [contact_form], you "
|
228 |
+
"should use the shortcode"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: contact_form.php:687 contact_form.php:690
|
|
|
232 |
msgid "They work the same way."
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: contact_form.php:689 contact_form.php:1501
|
236 |
+
msgid ""
|
237 |
+
"If you would like to add the Contact Form to your website, just copy and "
|
238 |
+
"paste this shortcode to your post or page or widget:"
|
239 |
+
msgstr ""
|
240 |
+
"Si vol afegir Contact Form en la seva web, copiï i enganxi aquest codi en el "
|
241 |
+
"seu missatge, pàgina o widget:"
|
242 |
|
243 |
+
#: contact_form.php:690
|
244 |
+
msgid ""
|
245 |
+
"If have any problems with the standard shortcode [contact_form], you should "
|
246 |
+
"use the shortcode"
|
247 |
+
msgstr ""
|
248 |
+
|
249 |
+
#: contact_form.php:694
|
250 |
+
msgid ""
|
251 |
+
"If you leave the fields empty, the messages will be sent to the email "
|
252 |
+
"address specified during registration."
|
253 |
+
msgstr ""
|
254 |
+
"Si la informació d'aquest camp queda buida, s'usarà l'adreça especificada "
|
255 |
+
"durant el registre."
|
256 |
+
|
257 |
+
#: contact_form.php:697
|
258 |
msgid "The user's email address:"
|
259 |
msgstr "Adreça de correu electrònic de l'usuari:"
|
260 |
|
261 |
+
#: contact_form.php:701
|
262 |
#, fuzzy
|
263 |
msgid "Select a username"
|
264 |
msgstr "Seleccioni un nom d'usuari"
|
265 |
|
266 |
+
#: contact_form.php:714
|
267 |
+
msgid ""
|
268 |
+
"Enter a username of the person who should get the messages from the contact "
|
269 |
+
"form."
|
270 |
msgstr "Introdueixi el nom de l'usuari que rebrà missatges des de contact form"
|
271 |
|
272 |
+
#: contact_form.php:718
|
273 |
msgid "Use this email address:"
|
274 |
msgstr "Usi aquesta adreça de correu electrònic::"
|
275 |
|
276 |
+
#: contact_form.php:722
|
277 |
msgid "Enter the email address you want the messages forwarded to."
|
278 |
+
msgstr ""
|
279 |
+
"Introdueixi una adreça de correu electrònic on vulgui re-enviar el missatge"
|
280 |
|
281 |
+
#: contact_form.php:731
|
282 |
msgid "Add department selectbox to the contact form:"
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: contact_form.php:739 contact_form.php:1200 contact_form.php:1384
|
|
|
|
|
286 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: contact_form.php:746 contact_form.php:929 contact_form.php:1001
|
290 |
+
#: contact_form.php:1207 contact_form.php:1391
|
291 |
+
msgid "Unlock premium options by upgrading to PRO version."
|
|
|
|
|
|
|
292 |
msgstr ""
|
293 |
|
294 |
+
#: contact_form.php:747 contact_form.php:930 contact_form.php:1002
|
295 |
+
#: contact_form.php:1208 contact_form.php:1392 contact_form.php:2495
|
|
|
|
|
|
|
|
|
296 |
msgid "Learn More"
|
297 |
msgstr ""
|
298 |
|
299 |
+
#: contact_form.php:750 contact_form.php:933 contact_form.php:1005
|
300 |
+
#: contact_form.php:1211 contact_form.php:1395
|
|
|
|
|
|
|
301 |
msgid "Go"
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: contact_form.php:757
|
305 |
msgid "Save emails to the database"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: contact_form.php:762
|
309 |
msgid "Using"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: contact_form.php:765 contact_form.php:769
|
|
|
313 |
#, fuzzy
|
314 |
msgid "Using Contact Form to DB by BestWebSoft"
|
315 |
msgstr "Contact Form Pro"
|
316 |
|
317 |
+
#: contact_form.php:765
|
318 |
#, fuzzy
|
319 |
msgid "Activate"
|
320 |
msgstr "Captcha activat"
|
321 |
|
322 |
+
#: contact_form.php:769
|
323 |
msgid "Download"
|
324 |
msgstr "Descarregar"
|
325 |
|
326 |
+
#: contact_form.php:779
|
327 |
msgid "What to use?"
|
328 |
msgstr "Què usar?"
|
329 |
|
330 |
+
#: contact_form.php:784
|
331 |
msgid "Wp-mail"
|
332 |
msgstr "Wp-mail"
|
333 |
|
334 |
+
#: contact_form.php:786
|
335 |
msgid "You can use the wp_mail function for mailing"
|
336 |
msgstr "Vostè pot utilitzar la funció wp_mail pel correu."
|
337 |
|
338 |
+
#: contact_form.php:789
|
339 |
msgid "Mail"
|
340 |
msgstr "Mail"
|
341 |
|
342 |
+
#: contact_form.php:791
|
343 |
msgid "To send mail you can use the php mail function"
|
344 |
msgstr "Per enviar correu vostè pot usar la funció 'php mail'"
|
345 |
|
346 |
+
#: contact_form.php:796
|
347 |
msgid "'FROM' field"
|
348 |
msgstr ""
|
349 |
|
350 |
+
#: contact_form.php:798 contact_form.php:860 contact_form.php:1253
|
351 |
+
#: contact_form.php:2000 contact_form.php:2036
|
|
|
|
|
|
|
352 |
msgid "Name"
|
353 |
msgstr "Nom"
|
354 |
|
355 |
+
#: contact_form.php:805
|
356 |
msgid "User name"
|
357 |
msgstr ""
|
358 |
|
359 |
+
#: contact_form.php:807
|
360 |
#, fuzzy
|
361 |
+
msgid ""
|
362 |
+
"The name of the user who fills the form will be used in the field 'From'."
|
363 |
+
msgstr ""
|
364 |
+
"L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de "
|
365 |
+
"posar al camp 'From'."
|
366 |
|
367 |
+
#: contact_form.php:813 contact_form.php:2011 contact_form.php:2043
|
|
|
|
|
368 |
msgid "Email"
|
369 |
msgstr "Adreça de correu electrònic"
|
370 |
|
371 |
+
#: contact_form.php:820
|
372 |
msgid "User email"
|
373 |
msgstr ""
|
374 |
|
375 |
+
#: contact_form.php:822
|
376 |
+
msgid ""
|
377 |
+
"The email address of the user who fills the form will be used in the field "
|
378 |
+
"'From'."
|
379 |
+
msgstr ""
|
380 |
+
"L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de "
|
381 |
+
"posar al camp 'From'."
|
382 |
|
383 |
+
#: contact_form.php:826
|
384 |
+
msgid ""
|
385 |
+
"If this option is changed, email messages may be moved to the spam folder or "
|
386 |
+
"email delivery failures may occur."
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: contact_form.php:832
|
390 |
#, fuzzy
|
391 |
msgid "Required symbol"
|
392 |
msgstr "Camps requerits"
|
393 |
|
394 |
+
#: contact_form.php:842
|
395 |
msgid "Fields"
|
396 |
msgstr ""
|
397 |
|
398 |
+
#: contact_form.php:843
|
399 |
msgid "Used"
|
400 |
msgstr ""
|
401 |
|
402 |
+
#: contact_form.php:844
|
403 |
#, fuzzy
|
404 |
msgid "Required"
|
405 |
msgstr "Camps requerits"
|
406 |
|
407 |
+
#: contact_form.php:845
|
408 |
msgid "Visible"
|
409 |
msgstr ""
|
410 |
|
411 |
+
#: contact_form.php:846
|
412 |
msgid "Disabled for editing"
|
413 |
msgstr ""
|
414 |
|
415 |
+
#: contact_form.php:847
|
416 |
msgid "Field's default value"
|
417 |
msgstr ""
|
418 |
|
419 |
+
#: contact_form.php:852
|
420 |
+
msgid "Department selectbox"
|
421 |
+
msgstr ""
|
422 |
+
|
423 |
+
#: contact_form.php:867
|
424 |
msgid "Use User's name as a default value if the user is logged in."
|
425 |
msgstr ""
|
426 |
|
427 |
+
#: contact_form.php:868 contact_form.php:896
|
428 |
+
msgid ""
|
429 |
+
"'Visible' and 'Disabled for editing' options will be applied only to logged-"
|
430 |
+
"in users."
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: contact_form.php:872
|
434 |
msgid "Location selectbox"
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: contact_form.php:880 contact_form.php:1258 contact_form.php:2006
|
438 |
+
#: contact_form.php:2040
|
|
|
|
|
439 |
msgid "Address"
|
440 |
msgstr "Adreça:"
|
441 |
|
442 |
+
#: contact_form.php:888
|
443 |
msgid "Email Address"
|
444 |
msgstr "Adreça de correu electrònic:"
|
445 |
|
446 |
+
#: contact_form.php:895
|
447 |
msgid "Use User's email as a default value if the user is logged in."
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: contact_form.php:900
|
451 |
#, fuzzy
|
452 |
msgid "Phone number"
|
453 |
msgstr "Nombre de telèfon"
|
454 |
|
455 |
+
#: contact_form.php:908 contact_form.php:1273 contact_form.php:2021
|
456 |
+
#: contact_form.php:2049
|
|
|
|
|
457 |
msgid "Subject"
|
458 |
msgstr "Assumpte"
|
459 |
|
460 |
+
#: contact_form.php:916 contact_form.php:1277 contact_form.php:2024
|
461 |
+
#: contact_form.php:2051
|
|
|
|
|
462 |
msgid "Message"
|
463 |
msgstr "MIssatge"
|
464 |
|
465 |
+
#: contact_form.php:940
|
466 |
msgid "Attachment block"
|
467 |
msgstr "Adjunt blocat"
|
468 |
|
469 |
+
#: contact_form.php:942
|
470 |
msgid "Users can attach the following file formats"
|
471 |
msgstr "Els usuaris poden adjuntar els següents formats d'arxiu"
|
472 |
|
473 |
+
#: contact_form.php:955
|
474 |
msgid "Add to the form"
|
475 |
msgstr ""
|
476 |
|
477 |
+
#: contact_form.php:960
|
478 |
#, fuzzy
|
479 |
msgid "Tips below the Attachment"
|
480 |
msgstr "Consells del blocatge de l'adjunt"
|
481 |
|
482 |
+
#: contact_form.php:969
|
483 |
#, fuzzy
|
484 |
msgid "'Send me a copy' block"
|
485 |
msgstr "Envia'm una còpia"
|
486 |
|
487 |
+
#: contact_form.php:982
|
488 |
msgid "Activate captcha"
|
489 |
msgstr "Captcha activat"
|
490 |
|
491 |
+
#: contact_form.php:986
|
492 |
msgid "Download captcha"
|
493 |
msgstr "Descarrega captcha"
|
494 |
|
495 |
+
#: contact_form.php:994
|
496 |
msgid "Agreement checkbox"
|
497 |
msgstr ""
|
498 |
|
499 |
+
#: contact_form.php:994
|
500 |
msgid "Required checkbox for submitting the form"
|
501 |
msgstr ""
|
502 |
|
503 |
+
#: contact_form.php:995
|
504 |
msgid "Optional checkbox"
|
505 |
msgstr ""
|
506 |
|
507 |
+
#: contact_form.php:995
|
508 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
509 |
msgstr ""
|
510 |
|
511 |
+
#: contact_form.php:1013
|
512 |
msgid "Delete an attachment file from the server after the email is sent"
|
513 |
msgstr ""
|
514 |
|
515 |
+
#: contact_form.php:1019
|
516 |
msgid "Email in HTML format sending"
|
517 |
msgstr ""
|
518 |
|
519 |
+
#: contact_form.php:1023
|
520 |
msgid "Display additional info in the email"
|
521 |
msgstr "Mostra informació addicional al correu electrònic,"
|
522 |
|
523 |
+
#: contact_form.php:1029 contact_form.php:1967 contact_form.php:1969
|
|
|
|
|
524 |
msgid "Sent from (ip address)"
|
525 |
msgstr "Enviat des de (adreça IP)"
|
526 |
|
527 |
+
#: contact_form.php:1029
|
528 |
#, fuzzy
|
529 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
530 |
msgstr "Enviat des de (adreça IP)"
|
531 |
|
532 |
+
#: contact_form.php:1030 contact_form.php:1973 contact_form.php:1975
|
|
|
|
|
533 |
msgid "Date/Time"
|
534 |
msgstr "Data/hora"
|
535 |
|
536 |
+
#: contact_form.php:1030
|
537 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
538 |
msgstr ""
|
539 |
|
540 |
+
#: contact_form.php:1031 contact_form.php:1979 contact_form.php:1981
|
|
|
|
|
541 |
msgid "Sent from (referer)"
|
542 |
msgstr "Enviat des de (referent)"
|
543 |
|
544 |
+
#: contact_form.php:1031
|
545 |
+
msgid ""
|
546 |
+
"Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
547 |
msgstr ""
|
548 |
|
549 |
+
#: contact_form.php:1032 contact_form.php:1985 contact_form.php:1987
|
|
|
|
|
550 |
msgid "Using (user agent)"
|
551 |
msgstr "Usant (user agent)"
|
552 |
|
553 |
+
#: contact_form.php:1032
|
554 |
+
msgid ""
|
555 |
+
"Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
|
556 |
+
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
557 |
msgstr ""
|
558 |
|
559 |
+
#: contact_form.php:1037
|
560 |
msgid "Language settings for the field names in the form"
|
561 |
msgstr "Configuració de la llengua als noms dels camps del formulari"
|
562 |
|
563 |
+
#: contact_form.php:1046
|
564 |
msgid "Add a language"
|
565 |
msgstr "Afegeix lengua"
|
566 |
|
567 |
+
#: contact_form.php:1050
|
568 |
msgid "Change the names of the contact form fields and error messages"
|
569 |
+
msgstr ""
|
570 |
+
"Modifica els noms dels camps i els missatges d'error del formulari de "
|
571 |
+
"contacte"
|
572 |
|
573 |
+
#: contact_form.php:1055 contact_form.php:1142
|
|
|
574 |
msgid "English"
|
575 |
msgstr "Anglès"
|
576 |
|
577 |
+
#: contact_form.php:1063 contact_form.php:1097
|
|
|
578 |
msgid "click to expand/hide the list"
|
579 |
msgstr ""
|
580 |
|
581 |
+
#: contact_form.php:1072 contact_form.php:1106
|
|
|
582 |
#, fuzzy
|
583 |
msgid "Tips below the Attachment block"
|
584 |
msgstr "Consells del blocatge de l'adjunt"
|
585 |
|
586 |
+
#: contact_form.php:1075 contact_form.php:1109
|
|
|
587 |
msgid "Error message for the Name field"
|
588 |
msgstr "Missatge d'error per al camp 'Nom'"
|
589 |
|
590 |
+
#: contact_form.php:1076 contact_form.php:1110
|
|
|
591 |
msgid "Error message for the Address field"
|
592 |
msgstr "Missatge d'error per al camp 'Adreça'"
|
593 |
|
594 |
+
#: contact_form.php:1077 contact_form.php:1111
|
|
|
595 |
msgid "Error message for the Email field"
|
596 |
msgstr "Missatge d'error per al camp 'Adreça de correu electrònic'"
|
597 |
|
598 |
+
#: contact_form.php:1078 contact_form.php:1112
|
|
|
599 |
msgid "Error message for the Phone field"
|
600 |
msgstr "Missatge d'error per al camp 'Telèfon\""
|
601 |
|
602 |
+
#: contact_form.php:1079 contact_form.php:1113
|
|
|
603 |
msgid "Error message for the Subject field"
|
604 |
msgstr "Missatge d'error per al camp 'Assumpte'"
|
605 |
|
606 |
+
#: contact_form.php:1080 contact_form.php:1114
|
|
|
607 |
msgid "Error message for the Message field"
|
608 |
msgstr "Missatge d'error per al camp 'Missatge'"
|
609 |
|
610 |
+
#: contact_form.php:1081 contact_form.php:1115
|
|
|
611 |
msgid "Error message about the file type for the Attachment field"
|
612 |
msgstr "Missatge d'error sobre el tipus de per al camp 'Adjunt'"
|
613 |
|
614 |
+
#: contact_form.php:1082 contact_form.php:1116
|
615 |
+
msgid ""
|
616 |
+
"Error message while uploading a file for the Attachment field to the server"
|
617 |
msgstr "Missatge d'error al carregar al servidor un fitxer per al camp Adjunt"
|
618 |
|
619 |
+
#: contact_form.php:1083 contact_form.php:1117
|
|
|
620 |
msgid "Error message while moving the file for the Attachment field"
|
621 |
msgstr "Missatge d'error al mourerun fitxer per al camp Adjunt"
|
622 |
|
623 |
+
#: contact_form.php:1084 contact_form.php:1118
|
|
|
624 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
625 |
+
msgstr ""
|
626 |
+
"Missatge d'error al superar el límit de mida de fitxer per al camp Adjunt"
|
627 |
|
628 |
+
#: contact_form.php:1085 contact_form.php:1119
|
|
|
629 |
msgid "Error message for the Captcha field"
|
630 |
msgstr "Missatge d'error al camp Captcha"
|
631 |
|
632 |
+
#: contact_form.php:1086 contact_form.php:1120
|
|
|
633 |
msgid "Error message for the whole form"
|
634 |
msgstr "Missatge d'error a tot el formulari"
|
635 |
|
636 |
+
#: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
|
637 |
+
#: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
|
638 |
+
#: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
|
639 |
+
#: contact_form.php:2358
|
|
|
|
|
|
|
|
|
|
|
|
|
640 |
msgid "Use shortcode"
|
641 |
msgstr "useu un codi curt"
|
642 |
|
643 |
+
#: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
|
644 |
+
#: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
|
645 |
+
#: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
|
646 |
+
#: contact_form.php:2358
|
|
|
|
|
|
|
|
|
|
|
|
|
647 |
msgid "for this language"
|
648 |
msgstr "Per aquesta llengua"
|
649 |
|
650 |
+
#: contact_form.php:1133
|
651 |
#, fuzzy
|
652 |
msgid "Use the changed names of the contact form fields in the email"
|
653 |
+
msgstr ""
|
654 |
+
"Modifica els noms dels camps i els missatges d'error del formulari de "
|
655 |
+
"contacte"
|
656 |
|
657 |
+
#: contact_form.php:1139
|
658 |
msgid "Action after email is sent"
|
659 |
msgstr "Accions després d'enviar un correu electrònic."
|
660 |
|
661 |
+
#: contact_form.php:1141
|
662 |
msgid "Display text"
|
663 |
msgstr "Mostra el text"
|
664 |
|
665 |
+
#: contact_form.php:1150 contact_form.php:1160
|
|
|
666 |
msgid "Text"
|
667 |
msgstr "Text"
|
668 |
|
669 |
+
#: contact_form.php:1171
|
670 |
msgid "Redirect to the page"
|
671 |
msgstr "Redirigir a la pàgina"
|
672 |
|
673 |
+
#: contact_form.php:1172
|
674 |
msgid "Url"
|
675 |
msgstr "Url"
|
676 |
|
677 |
+
#: contact_form.php:1176
|
678 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
679 |
msgstr ""
|
680 |
|
681 |
+
#: contact_form.php:1181
|
682 |
+
msgid ""
|
683 |
+
"If you are not sure whether to change this setting or not, please do not do "
|
684 |
+
"that."
|
685 |
msgstr ""
|
686 |
|
687 |
+
#: contact_form.php:1191
|
688 |
msgid "Auto Response"
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: contact_form.php:1195
|
692 |
#, php-format
|
693 |
+
msgid ""
|
694 |
+
"You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
|
695 |
+
"display data from the Message field, as well as %%SITENAME%% to display blog "
|
696 |
+
"name."
|
697 |
msgstr ""
|
698 |
|
699 |
+
#: contact_form.php:1220 contact_form.php:1402
|
|
|
700 |
msgid "Save Changes"
|
701 |
msgstr "Desar els canvis"
|
702 |
|
703 |
+
#: contact_form.php:1233
|
704 |
msgid "Errors output"
|
705 |
msgstr "Errors de sortida"
|
706 |
|
707 |
+
#: contact_form.php:1236
|
708 |
msgid "Display error messages"
|
709 |
msgstr "Mostra els missatges d'error"
|
710 |
|
711 |
+
#: contact_form.php:1237
|
712 |
msgid "Color of the input field errors."
|
713 |
msgstr "Color dels errors al camp d'entrada"
|
714 |
|
715 |
+
#: contact_form.php:1238
|
716 |
msgid "Display error messages & color of the input field errors"
|
717 |
msgstr "Mostra els missatges d'error i el color dels errors del camp d'entrada"
|
718 |
|
719 |
+
#: contact_form.php:1243
|
720 |
msgid "Add placeholder to the input blocks"
|
721 |
msgstr "Afegeix marcador de posició als blocs d'entrada"
|
722 |
|
723 |
+
#: contact_form.php:1249
|
724 |
msgid "Add tooltips"
|
725 |
msgstr "Afegir consells sobre les eines"
|
726 |
|
727 |
+
#: contact_form.php:1263
|
728 |
msgid "Email address"
|
729 |
msgstr "Adreça de correu electrònic:"
|
730 |
|
731 |
+
#: contact_form.php:1268
|
732 |
msgid "Phone Number"
|
733 |
msgstr "Nombre de telèfon"
|
734 |
|
735 |
+
#: contact_form.php:1282
|
736 |
msgid "Attachment"
|
737 |
msgstr "Adjunt:"
|
738 |
|
739 |
+
#: contact_form.php:1292
|
740 |
msgid "Style options"
|
741 |
msgstr "Opcions d'estil"
|
742 |
|
743 |
+
#: contact_form.php:1295
|
744 |
msgid "Text color"
|
745 |
msgstr "Color del text"
|
746 |
|
747 |
+
#: contact_form.php:1298 contact_form.php:1303 contact_form.php:1313
|
748 |
+
#: contact_form.php:1318 contact_form.php:1323 contact_form.php:1328
|
749 |
+
#: contact_form.php:1338 contact_form.php:1343 contact_form.php:1352
|
750 |
+
#: contact_form.php:1366 contact_form.php:1371 contact_form.php:1376
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
751 |
msgid "Default"
|
752 |
msgstr "Per defecte"
|
753 |
|
754 |
+
#: contact_form.php:1300
|
755 |
msgid "Label text color"
|
756 |
msgstr "Color del text de l'etiqeta"
|
757 |
|
758 |
+
#: contact_form.php:1305
|
759 |
msgid "Placeholder color"
|
760 |
msgstr "Color del marcador de posició"
|
761 |
|
762 |
+
#: contact_form.php:1310
|
763 |
msgid "Errors color"
|
764 |
msgstr "Color dels errors"
|
765 |
|
766 |
+
#: contact_form.php:1315
|
767 |
msgid "Error text color"
|
768 |
msgstr "Color del text d'error"
|
769 |
|
770 |
+
#: contact_form.php:1320
|
771 |
msgid "Background color of the input field errors"
|
772 |
msgstr "Color de fons dels errors del camp d'entrada"
|
773 |
|
774 |
+
#: contact_form.php:1325
|
775 |
msgid "Border color of the input field errors"
|
776 |
msgstr "Color de la vora dels errors del camp d'entrada"
|
777 |
|
778 |
+
#: contact_form.php:1330
|
779 |
msgid "Placeholder color of the input field errors"
|
780 |
msgstr "Color del marcador de posició dels errors del camp d'entrada"
|
781 |
|
782 |
+
#: contact_form.php:1335
|
783 |
msgid "Input fields"
|
784 |
msgstr "Visualitza l'adjunt"
|
785 |
|
786 |
+
#: contact_form.php:1340
|
787 |
msgid "Input fields background color"
|
788 |
msgstr "Color de fons dels camps d'entrada"
|
789 |
|
790 |
+
#: contact_form.php:1345
|
791 |
msgid "Text fields color"
|
792 |
msgstr "Color dels camps de text"
|
793 |
|
794 |
+
#: contact_form.php:1349
|
795 |
msgid "Border width in px, numbers only"
|
796 |
msgstr "Ample de vora en px, sols nombres"
|
797 |
|
798 |
+
#: contact_form.php:1354 contact_form.php:1378
|
|
|
799 |
msgid "Border color"
|
800 |
msgstr "Color de la vora"
|
801 |
|
802 |
+
#: contact_form.php:1359
|
803 |
msgid "Submit button"
|
804 |
msgstr "Enviar"
|
805 |
|
806 |
# #: contact_form.php:928
|
807 |
+
#: contact_form.php:1363
|
808 |
msgid "Width in px, numbers only"
|
809 |
msgstr "Ample en px, sols nombres"
|
810 |
|
811 |
+
#: contact_form.php:1368
|
812 |
msgid "Button color"
|
813 |
msgstr "Color del botó"
|
814 |
|
815 |
+
#: contact_form.php:1373
|
816 |
msgid "Button text color"
|
817 |
msgstr "Color del text del botó"
|
818 |
|
819 |
+
#: contact_form.php:1406
|
820 |
msgid "Contact Form Pro | Preview"
|
821 |
msgstr "Contact Form Pro | Vista prèvia"
|
822 |
|
823 |
+
#: contact_form.php:1408
|
824 |
msgid "Show with errors"
|
825 |
msgstr "Mostra amb errors"
|
826 |
|
827 |
+
#: contact_form.php:1417 contact_form.php:1419
|
|
|
828 |
msgid "Please enter your full name..."
|
829 |
msgstr "Si us plau introduïu el nom complet"
|
830 |
|
831 |
+
#: contact_form.php:1430 contact_form.php:1432
|
|
|
832 |
msgid "Please enter your address..."
|
833 |
msgstr "Si us plau introduïu l'adreça"
|
834 |
|
835 |
+
#: contact_form.php:1441 contact_form.php:1443
|
|
|
836 |
msgid "Please enter your email address..."
|
837 |
msgstr "Si us plau introdueixi el seu e-mail"
|
838 |
|
839 |
+
#: contact_form.php:1452 contact_form.php:1454
|
|
|
840 |
msgid "Please enter your phone number..."
|
841 |
msgstr "Si us plau introduïu el nombre de telèfon"
|
842 |
|
843 |
+
#: contact_form.php:1463 contact_form.php:1465
|
|
|
844 |
msgid "Please enter subject..."
|
845 |
msgstr "Si us plau introduïu l'assumpte"
|
846 |
|
847 |
+
#: contact_form.php:1473 contact_form.php:1475
|
|
|
848 |
msgid "Please enter your message..."
|
849 |
msgstr "Si us plau introduïu el missatge"
|
850 |
|
851 |
+
#: contact_form.php:1586
|
852 |
msgid "Sorry, email message could not be delivered."
|
853 |
msgstr "Ho sentim, el seu e-mail no ha pogut ser lliurat."
|
854 |
|
855 |
+
#: contact_form.php:1994
|
856 |
msgid "Contact from"
|
857 |
msgstr "Contact from"
|
858 |
|
859 |
+
#: contact_form.php:2016 contact_form.php:2046
|
|
|
860 |
msgid "Phone"
|
861 |
msgstr "Telèfon"
|
862 |
|
863 |
+
#: contact_form.php:2027 contact_form.php:2053
|
|
|
864 |
msgid "Site"
|
865 |
msgstr "Lloc"
|
866 |
|
867 |
+
#: contact_form.php:2140
|
868 |
+
msgid ""
|
869 |
+
"If you can see this MIME, it means that the MIME type is not supported by "
|
870 |
+
"your email client!"
|
871 |
+
msgstr ""
|
872 |
+
"Si pot veure aquest MIME, vol dir que el tipus MIME no és compatible amb el "
|
873 |
+
"seu client de correu electrònic!"
|
874 |
|
875 |
+
#: contact_form.php:2224
|
876 |
msgid "Support"
|
877 |
msgstr "Suport"
|
878 |
|
879 |
+
#: contact_form.php:2273
|
880 |
msgid "Are you sure that you want to delete this language data?"
|
881 |
msgstr "Està vostè segur que vol esborrar aquest idioma?"
|
882 |
|
883 |
+
#: contact_form.php:2294
|
884 |
#, fuzzy
|
885 |
msgid "Add multiple forms"
|
886 |
msgstr "Afegir consells sobre les eines"
|
887 |
|
888 |
+
#: contact_form.php:2294
|
889 |
+
msgid ""
|
890 |
+
"Install Contact Form Multi plugin to create unlimited number of contact "
|
891 |
+
"forms."
|
892 |
msgstr ""
|
893 |
|
894 |
+
#: contact_form.php:2299
|
895 |
#, fuzzy
|
896 |
msgid "Learn more"
|
897 |
msgstr "Llegir més"
|
898 |
|
899 |
+
#: contact_form.php:2303
|
900 |
msgid "Close"
|
901 |
msgstr ""
|
902 |
|
903 |
+
#: contact_form.php:2491
|
904 |
msgid "allows to store your messages to the database."
|
905 |
msgstr ""
|
906 |
|
907 |
+
#: contact_form.php:2492
|
908 |
msgid "Manage messages that have been sent from your website."
|
909 |
msgstr ""
|
910 |
|
languages/contact_form-de_DE.mo
CHANGED
Binary file
|
languages/contact_form-de_DE.po
CHANGED
@@ -2,9 +2,9 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
-
"Last-Translator: bestwebsoft.com <
|
8 |
"Language-Team: Alex <private183@web.de>\n"
|
9 |
"Language: de_DE\n"
|
10 |
"MIME-Version: 1.0\n"
|
@@ -17,8 +17,7 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: contact_form.php:35
|
21 |
-
#: contact_form.php:650
|
22 |
msgid "Contact Form Settings"
|
23 |
msgstr "Kontakt-Form Einstellungen"
|
24 |
|
@@ -26,62 +25,50 @@ msgstr "Kontakt-Form Einstellungen"
|
|
26 |
msgid "Contact Form"
|
27 |
msgstr "Kontakt-Form"
|
28 |
|
29 |
-
#: contact_form.php:123
|
30 |
-
#: contact_form.php:1047
|
31 |
-
#: contact_form.php:1081
|
32 |
msgid "Name:"
|
33 |
msgstr "Name:"
|
34 |
|
35 |
-
#: contact_form.php:124
|
36 |
-
#: contact_form.php:1048
|
37 |
-
#: contact_form.php:1082
|
38 |
msgid "Address:"
|
39 |
msgstr "Adresse:"
|
40 |
|
41 |
-
#: contact_form.php:125
|
42 |
-
#: contact_form.php:1049
|
43 |
-
#: contact_form.php:1083
|
44 |
msgid "Email Address:"
|
45 |
msgstr "E-Mail Adresse:"
|
46 |
|
47 |
-
#: contact_form.php:126
|
48 |
-
#: contact_form.php:1050
|
49 |
-
#: contact_form.php:1084
|
50 |
msgid "Phone number:"
|
51 |
msgstr "Telefonnummer:"
|
52 |
|
53 |
-
#: contact_form.php:127
|
54 |
-
#: contact_form.php:1051
|
55 |
-
#: contact_form.php:1085
|
56 |
msgid "Subject:"
|
57 |
msgstr "Betreff:"
|
58 |
|
59 |
-
#: contact_form.php:128
|
60 |
-
#: contact_form.php:1052
|
61 |
-
#: contact_form.php:1086
|
62 |
msgid "Message:"
|
63 |
msgstr "Inhalt:"
|
64 |
|
65 |
-
#: contact_form.php:129
|
66 |
-
#: contact_form.php:1053
|
67 |
-
#: contact_form.php:1087
|
68 |
msgid "Attachment:"
|
69 |
msgstr "Anhang:"
|
70 |
|
71 |
#: contact_form.php:130
|
72 |
#, fuzzy
|
73 |
-
msgid "
|
74 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
|
76 |
-
#: contact_form.php:131
|
77 |
-
#: contact_form.php:1055
|
78 |
-
#: contact_form.php:1089
|
79 |
msgid "Send me a copy"
|
80 |
msgstr "Kopie an mich senden"
|
81 |
|
82 |
-
#: contact_form.php:132
|
83 |
-
#: contact_form.php:1056
|
84 |
-
#: contact_form.php:1090
|
85 |
msgid "Submit"
|
86 |
msgstr "Senden"
|
87 |
|
@@ -138,12 +125,18 @@ msgid "Thank you for contacting us."
|
|
138 |
msgstr "Danke für Ihre Nachricht."
|
139 |
|
140 |
#: contact_form.php:546
|
141 |
-
msgid "
|
|
|
|
|
142 |
msgstr ""
|
143 |
|
144 |
#: contact_form.php:556
|
145 |
-
msgid "
|
146 |
-
|
|
|
|
|
|
|
|
|
147 |
|
148 |
#: contact_form.php:565
|
149 |
#, fuzzy
|
@@ -152,13 +145,18 @@ msgstr "Dieser User exestiert nicht. Einstellungen werden nicht gespeichert."
|
|
152 |
|
153 |
#: contact_form.php:575
|
154 |
#, fuzzy
|
155 |
-
msgid "
|
156 |
-
|
|
|
|
|
|
|
157 |
|
158 |
#: contact_form.php:583
|
159 |
#, fuzzy
|
160 |
msgid "Please enter a valid email address in the 'FROM' field."
|
161 |
-
msgstr "
|
|
|
|
|
162 |
|
163 |
#: contact_form.php:606
|
164 |
msgid "Settings saved."
|
@@ -169,759 +167,750 @@ msgstr "Einstellungen gespeichert."
|
|
169 |
msgid "Settings are not saved."
|
170 |
msgstr "Einstellungen gespeichert."
|
171 |
|
172 |
-
#: contact_form.php:
|
173 |
-
|
174 |
-
|
|
|
|
|
175 |
msgid "Settings"
|
176 |
msgstr "Einstellungen"
|
177 |
|
178 |
-
#: contact_form.php:
|
179 |
#, fuzzy
|
180 |
msgid "Additional settings"
|
181 |
msgstr "Weitere Optionen"
|
182 |
|
183 |
-
#: contact_form.php:
|
184 |
msgid "Appearance"
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: contact_form.php:
|
188 |
-
#: contact_form.php:2203
|
189 |
msgid "FAQ"
|
190 |
msgstr "Häufig gestellte Fragen (FAQ)"
|
191 |
|
192 |
-
#: contact_form.php:
|
193 |
msgid "Go PRO"
|
194 |
msgstr "Go PRO"
|
195 |
|
196 |
-
#: contact_form.php:
|
197 |
-
#: contact_form.php:661
|
198 |
msgid "Notice:"
|
199 |
msgstr "Notiz:"
|
200 |
|
201 |
-
#: contact_form.php:
|
202 |
-
msgid "
|
203 |
-
|
204 |
-
|
205 |
-
#: contact_form.php:669
|
206 |
-
msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
|
207 |
msgstr ""
|
|
|
|
|
208 |
|
209 |
-
#: contact_form.php:676
|
210 |
#: contact_form.php:679
|
211 |
-
|
212 |
-
|
213 |
-
|
|
|
214 |
|
215 |
-
#: contact_form.php:
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
|
|
|
|
|
|
|
|
223 |
msgid "or"
|
224 |
msgstr "oder"
|
225 |
|
226 |
-
#: contact_form.php:
|
227 |
-
|
228 |
-
msgid "
|
229 |
-
|
|
|
|
|
|
|
|
|
230 |
|
231 |
-
#: contact_form.php:
|
232 |
-
#: contact_form.php:680
|
233 |
msgid "They work the same way."
|
234 |
msgstr "Sie arbeiten auf gleiche weise."
|
235 |
|
236 |
-
#: contact_form.php:
|
237 |
-
msgid "
|
238 |
-
|
|
|
|
|
|
|
|
|
239 |
|
240 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
241 |
msgid "The user's email address:"
|
242 |
msgstr "Benutzer E-Mail Adresse"
|
243 |
|
244 |
-
#: contact_form.php:
|
245 |
#, fuzzy
|
246 |
msgid "Select a username"
|
247 |
msgstr "Benutzername erstellen"
|
248 |
|
249 |
-
#: contact_form.php:
|
250 |
-
msgid "
|
251 |
-
|
|
|
|
|
|
|
|
|
252 |
|
253 |
-
#: contact_form.php:
|
254 |
msgid "Use this email address:"
|
255 |
msgstr "Nutzen sie diese E-Mail Adresse"
|
256 |
|
257 |
-
#: contact_form.php:
|
258 |
msgid "Enter the email address you want the messages forwarded to."
|
259 |
-
msgstr "
|
|
|
|
|
260 |
|
261 |
-
#: contact_form.php:
|
262 |
msgid "Add department selectbox to the contact form:"
|
263 |
msgstr "Füge Abteilungs- Auswahlbox zu der Kontakt-Form:"
|
264 |
|
265 |
-
#: contact_form.php:
|
266 |
-
#: contact_form.php:1182
|
267 |
-
#: contact_form.php:1365
|
268 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
269 |
msgstr "Wenn sie auf Pro upgraden werden alle ihre Einstellungen gespeichert"
|
270 |
|
271 |
-
#: contact_form.php:
|
272 |
-
#: contact_form.php:
|
273 |
-
|
274 |
-
#: contact_form.php:1189
|
275 |
-
#: contact_form.php:1372
|
276 |
-
msgid "Unlock premium options by upgrading to a PRO version."
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: contact_form.php:
|
280 |
-
#: contact_form.php:
|
281 |
-
#: contact_form.php:984
|
282 |
-
#: contact_form.php:1190
|
283 |
-
#: contact_form.php:1373
|
284 |
-
#: contact_form.php:2475
|
285 |
msgid "Learn More"
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: contact_form.php:
|
289 |
-
#: contact_form.php:
|
290 |
-
#: contact_form.php:987
|
291 |
-
#: contact_form.php:1193
|
292 |
-
#: contact_form.php:1376
|
293 |
#, fuzzy
|
294 |
msgid "Go"
|
295 |
msgstr "Go!"
|
296 |
|
297 |
-
#: contact_form.php:
|
298 |
msgid "Save emails to the database"
|
299 |
msgstr "Speicher E-Mails in die Datenbank"
|
300 |
|
301 |
-
#: contact_form.php:
|
302 |
msgid "Using"
|
303 |
msgstr "Verwendet"
|
304 |
|
305 |
-
#: contact_form.php:
|
306 |
-
#: contact_form.php:759
|
307 |
#, fuzzy
|
308 |
msgid "Using Contact Form to DB by BestWebSoft"
|
309 |
msgstr "Verwende 'Kontakt-Form in die DB' powered by"
|
310 |
|
311 |
-
#: contact_form.php:
|
312 |
#, fuzzy
|
313 |
msgid "Activate"
|
314 |
msgstr "Aktiviere captcha"
|
315 |
|
316 |
-
#: contact_form.php:
|
317 |
msgid "Download"
|
318 |
msgstr "Download"
|
319 |
|
320 |
-
#: contact_form.php:
|
321 |
msgid "What to use?"
|
322 |
msgstr "Was soll verwendet werden?"
|
323 |
|
324 |
-
#: contact_form.php:
|
325 |
msgid "Wp-mail"
|
326 |
msgstr "Wp-mail"
|
327 |
|
328 |
-
#: contact_form.php:
|
329 |
msgid "You can use the wp_mail function for mailing"
|
330 |
msgstr "Sie können die wp_mail Funktion für das versenden verwenden."
|
331 |
|
332 |
-
#: contact_form.php:
|
333 |
msgid "Mail"
|
334 |
msgstr "Mail"
|
335 |
|
336 |
-
#: contact_form.php:
|
337 |
msgid "To send mail you can use the php mail function"
|
338 |
msgstr "Um mails zu versenden, können sie die php mail Funktion verwenden."
|
339 |
|
340 |
-
#: contact_form.php:
|
341 |
msgid "'FROM' field"
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: contact_form.php:
|
345 |
-
#: contact_form.php:
|
346 |
-
#: contact_form.php:1234
|
347 |
-
#: contact_form.php:1980
|
348 |
-
#: contact_form.php:2016
|
349 |
msgid "Name"
|
350 |
msgstr "Name"
|
351 |
|
352 |
-
#: contact_form.php:
|
353 |
msgid "User name"
|
354 |
msgstr "Benutzer Name"
|
355 |
|
356 |
-
#: contact_form.php:
|
357 |
-
msgid "
|
358 |
-
|
|
|
|
|
|
|
359 |
|
360 |
-
#: contact_form.php:
|
361 |
-
#: contact_form.php:1991
|
362 |
-
#: contact_form.php:2023
|
363 |
msgid "Email"
|
364 |
msgstr "E-Mail"
|
365 |
|
366 |
-
#: contact_form.php:
|
367 |
msgid "User email"
|
368 |
msgstr "Benutzer E-Mail"
|
369 |
|
370 |
-
#: contact_form.php:
|
371 |
-
msgid "
|
372 |
-
|
|
|
|
|
|
|
|
|
373 |
|
374 |
-
#: contact_form.php:
|
375 |
-
msgid "
|
|
|
|
|
376 |
msgstr ""
|
377 |
|
378 |
-
#: contact_form.php:
|
379 |
msgid "Required symbol"
|
380 |
msgstr "Benötigtes Symbol"
|
381 |
|
382 |
-
#: contact_form.php:
|
383 |
msgid "Fields"
|
384 |
msgstr "Felder"
|
385 |
|
386 |
-
#: contact_form.php:
|
387 |
msgid "Used"
|
388 |
msgstr "Benutzt"
|
389 |
|
390 |
-
#: contact_form.php:
|
391 |
msgid "Required"
|
392 |
msgstr "Benötigt"
|
393 |
|
394 |
-
#: contact_form.php:
|
395 |
msgid "Visible"
|
396 |
msgstr "Sichtbar"
|
397 |
|
398 |
-
#: contact_form.php:
|
399 |
msgid "Disabled for editing"
|
400 |
msgstr "Bearbeitung ist ausgeschaltet"
|
401 |
|
402 |
-
#: contact_form.php:
|
403 |
msgid "Field's default value"
|
404 |
msgstr "Standard-Feld-Wert"
|
405 |
|
406 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
407 |
msgid "Use User's name as a default value if the user is logged in."
|
408 |
msgstr ""
|
409 |
|
410 |
-
#: contact_form.php:
|
411 |
-
|
412 |
-
|
|
|
413 |
msgstr ""
|
414 |
|
415 |
-
#: contact_form.php:
|
416 |
msgid "Location selectbox"
|
417 |
msgstr ""
|
418 |
|
419 |
-
#: contact_form.php:
|
420 |
-
#: contact_form.php:
|
421 |
-
#: contact_form.php:1986
|
422 |
-
#: contact_form.php:2020
|
423 |
msgid "Address"
|
424 |
msgstr "Adresse: "
|
425 |
|
426 |
-
#: contact_form.php:
|
427 |
msgid "Email Address"
|
428 |
msgstr "E-Mail Adresse:"
|
429 |
|
430 |
-
#: contact_form.php:
|
431 |
msgid "Use User's email as a default value if the user is logged in."
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: contact_form.php:
|
435 |
msgid "Phone number"
|
436 |
msgstr "Telefonnummer:"
|
437 |
|
438 |
-
#: contact_form.php:
|
439 |
-
#: contact_form.php:
|
440 |
-
#: contact_form.php:2001
|
441 |
-
#: contact_form.php:2029
|
442 |
msgid "Subject"
|
443 |
msgstr "Betreff"
|
444 |
|
445 |
-
#: contact_form.php:
|
446 |
-
#: contact_form.php:
|
447 |
-
#: contact_form.php:2004
|
448 |
-
#: contact_form.php:2031
|
449 |
msgid "Message"
|
450 |
msgstr "Inhalt"
|
451 |
|
452 |
-
#: contact_form.php:
|
453 |
msgid "Attachment block"
|
454 |
msgstr "Anhang-Block"
|
455 |
|
456 |
-
#: contact_form.php:
|
457 |
msgid "Users can attach the following file formats"
|
458 |
msgstr "Benutzer können die folgenden Formate anhängen:"
|
459 |
|
460 |
-
#: contact_form.php:
|
461 |
msgid "Add to the form"
|
462 |
msgstr "Füge in die Form"
|
463 |
|
464 |
-
#: contact_form.php:
|
465 |
msgid "Tips below the Attachment"
|
466 |
msgstr "Tipps unterhalb des Anhangs"
|
467 |
|
468 |
-
#: contact_form.php:
|
469 |
msgid "'Send me a copy' block"
|
470 |
msgstr "'Kopie an mich senden' Block"
|
471 |
|
472 |
-
#: contact_form.php:
|
473 |
msgid "Activate captcha"
|
474 |
msgstr "Aktiviere captcha"
|
475 |
|
476 |
-
#: contact_form.php:
|
477 |
msgid "Download captcha"
|
478 |
msgstr "Download captcha"
|
479 |
|
480 |
-
#: contact_form.php:
|
481 |
msgid "Agreement checkbox"
|
482 |
msgstr "Agreement checkbox"
|
483 |
|
484 |
-
#: contact_form.php:
|
485 |
msgid "Required checkbox for submitting the form"
|
486 |
msgstr "Benötigte checkbox zur übermittlung des Formulars"
|
487 |
|
488 |
-
#: contact_form.php:
|
489 |
msgid "Optional checkbox"
|
490 |
msgstr "Optionale checkbox"
|
491 |
|
492 |
-
#: contact_form.php:
|
493 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
494 |
msgstr "Optionale checkbox, das Ergebnis davon wird in der E-Mail angezeigt"
|
495 |
|
496 |
-
#: contact_form.php:
|
497 |
msgid "Delete an attachment file from the server after the email is sent"
|
498 |
msgstr "Lösche die Anhang-Datei vom Server nachdem die E-Mail gesendet wurde"
|
499 |
|
500 |
-
#: contact_form.php:
|
501 |
msgid "Email in HTML format sending"
|
502 |
msgstr "E-Mail im HTML Format"
|
503 |
|
504 |
-
#: contact_form.php:
|
505 |
msgid "Display additional info in the email"
|
506 |
msgstr "Zeige weitere Informationen in der E-Mail"
|
507 |
|
508 |
-
#: contact_form.php:
|
509 |
-
#: contact_form.php:1947
|
510 |
-
#: contact_form.php:1949
|
511 |
msgid "Sent from (ip address)"
|
512 |
msgstr "Gesendet von (IP-Adresse)"
|
513 |
|
514 |
-
#: contact_form.php:
|
515 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
516 |
msgstr "Beispiel: Gesendet von (IP-Adresse):\t127.0.0.1"
|
517 |
|
518 |
-
#: contact_form.php:
|
519 |
-
#: contact_form.php:1953
|
520 |
-
#: contact_form.php:1955
|
521 |
msgid "Date/Time"
|
522 |
msgstr "Datum/Zeit"
|
523 |
|
524 |
-
#: contact_form.php:
|
525 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
526 |
msgstr "Beispiel: Datum/Zeit:\tAugust 19, 2013 8:50 pm"
|
527 |
|
528 |
-
#: contact_form.php:
|
529 |
-
#: contact_form.php:1959
|
530 |
-
#: contact_form.php:1961
|
531 |
msgid "Sent from (referer)"
|
532 |
msgstr "Gesendet von (referer)"
|
533 |
|
534 |
-
#: contact_form.php:
|
535 |
-
msgid "
|
536 |
-
|
|
|
|
|
|
|
537 |
|
538 |
-
#: contact_form.php:
|
539 |
-
#: contact_form.php:1965
|
540 |
-
#: contact_form.php:1967
|
541 |
msgid "Using (user agent)"
|
542 |
msgstr "Verwendet (user agent)"
|
543 |
|
544 |
-
#: contact_form.php:
|
545 |
-
msgid "
|
546 |
-
|
|
|
|
|
|
|
|
|
547 |
|
548 |
-
#: contact_form.php:
|
549 |
msgid "Language settings for the field names in the form"
|
550 |
msgstr "Benutzer-Einstellungen für die Feld-Namen in der Form"
|
551 |
|
552 |
-
#: contact_form.php:
|
553 |
msgid "Add a language"
|
554 |
msgstr "Hinzufügen einer Sprache"
|
555 |
|
556 |
-
#: contact_form.php:
|
557 |
msgid "Change the names of the contact form fields and error messages"
|
558 |
msgstr "Verändere die Namen der Kontakt-Form-Felder und Fehlermeldungen"
|
559 |
|
560 |
-
#: contact_form.php:
|
561 |
-
#: contact_form.php:1124
|
562 |
msgid "English"
|
563 |
msgstr "Englisch"
|
564 |
|
565 |
-
#: contact_form.php:
|
566 |
-
#: contact_form.php:1079
|
567 |
msgid "click to expand/hide the list"
|
568 |
msgstr "Klick zum erweitern/verstecken der Liste"
|
569 |
|
570 |
-
#: contact_form.php:
|
571 |
-
#: contact_form.php:1088
|
572 |
msgid "Tips below the Attachment block"
|
573 |
msgstr "Tipps unterhalb des Anhang-Blocks"
|
574 |
|
575 |
-
#: contact_form.php:
|
576 |
-
#: contact_form.php:1091
|
577 |
msgid "Error message for the Name field"
|
578 |
msgstr "Fehlermeldung für das Namensfeld"
|
579 |
|
580 |
-
#: contact_form.php:
|
581 |
-
#: contact_form.php:1092
|
582 |
msgid "Error message for the Address field"
|
583 |
msgstr "Fehlermeldung für das Adress-Feld"
|
584 |
|
585 |
-
#: contact_form.php:
|
586 |
-
#: contact_form.php:1093
|
587 |
msgid "Error message for the Email field"
|
588 |
msgstr "Fehlermeldung für das E-Mail-Feld"
|
589 |
|
590 |
-
#: contact_form.php:
|
591 |
-
#: contact_form.php:1094
|
592 |
msgid "Error message for the Phone field"
|
593 |
msgstr "Fehlermeldung für das Telefonnummer-Feld"
|
594 |
|
595 |
-
#: contact_form.php:
|
596 |
-
#: contact_form.php:1095
|
597 |
msgid "Error message for the Subject field"
|
598 |
msgstr "Fehlermeldung für das Betreff-Feld"
|
599 |
|
600 |
-
#: contact_form.php:
|
601 |
-
#: contact_form.php:1096
|
602 |
msgid "Error message for the Message field"
|
603 |
msgstr "Fehlermeldung für das Inhalts-Feld"
|
604 |
|
605 |
-
#: contact_form.php:
|
606 |
-
#: contact_form.php:1097
|
607 |
msgid "Error message about the file type for the Attachment field"
|
608 |
msgstr "Fehlermeldung über den Datei-Typ für das Anhang-Feld"
|
609 |
|
610 |
-
#: contact_form.php:
|
611 |
-
|
612 |
-
|
613 |
-
msgstr "
|
|
|
|
|
614 |
|
615 |
-
#: contact_form.php:
|
616 |
-
#: contact_form.php:1099
|
617 |
msgid "Error message while moving the file for the Attachment field"
|
618 |
msgstr "Fehlermeldung während der Verschiebung für das Anhang-Feld"
|
619 |
|
620 |
-
#: contact_form.php:
|
621 |
-
#: contact_form.php:1100
|
622 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
623 |
-
msgstr "
|
|
|
|
|
624 |
|
625 |
-
#: contact_form.php:
|
626 |
-
#: contact_form.php:1101
|
627 |
msgid "Error message for the Captcha field"
|
628 |
msgstr "Fehlermeldung für das Capatcha-Feld"
|
629 |
|
630 |
-
#: contact_form.php:
|
631 |
-
#: contact_form.php:1102
|
632 |
msgid "Error message for the whole form"
|
633 |
msgstr "Fehlermeldung für das ganze Formular"
|
634 |
|
635 |
-
#: contact_form.php:
|
636 |
-
#: contact_form.php:
|
637 |
-
#: contact_form.php:
|
638 |
-
#: contact_form.php:
|
639 |
-
#: contact_form.php:1134
|
640 |
-
#: contact_form.php:1136
|
641 |
-
#: contact_form.php:1144
|
642 |
-
#: contact_form.php:1146
|
643 |
-
#: contact_form.php:2336
|
644 |
-
#: contact_form.php:2338
|
645 |
msgid "Use shortcode"
|
646 |
msgstr "Benutze shortcode"
|
647 |
|
648 |
-
#: contact_form.php:
|
649 |
-
#: contact_form.php:
|
650 |
-
#: contact_form.php:
|
651 |
-
#: contact_form.php:
|
652 |
-
#: contact_form.php:1134
|
653 |
-
#: contact_form.php:1136
|
654 |
-
#: contact_form.php:1144
|
655 |
-
#: contact_form.php:1146
|
656 |
-
#: contact_form.php:2336
|
657 |
-
#: contact_form.php:2338
|
658 |
msgid "for this language"
|
659 |
msgstr "für diese Sprache"
|
660 |
|
661 |
-
#: contact_form.php:
|
662 |
#, fuzzy
|
663 |
msgid "Use the changed names of the contact form fields in the email"
|
664 |
msgstr "Verändere die Namen der Kontakt-Form-Felder und Fehlermeldungen"
|
665 |
|
666 |
-
#: contact_form.php:
|
667 |
msgid "Action after email is sent"
|
668 |
msgstr "Handlung nachdem die E-Mail gesendet wurde"
|
669 |
|
670 |
-
#: contact_form.php:
|
671 |
msgid "Display text"
|
672 |
msgstr "Zeige Text"
|
673 |
|
674 |
-
#: contact_form.php:
|
675 |
-
#: contact_form.php:1142
|
676 |
msgid "Text"
|
677 |
msgstr "Text"
|
678 |
|
679 |
-
#: contact_form.php:
|
680 |
msgid "Redirect to the page"
|
681 |
msgstr "Umleiten zur Seite"
|
682 |
|
683 |
-
#: contact_form.php:
|
684 |
msgid "Url"
|
685 |
msgstr "Url"
|
686 |
|
687 |
-
#: contact_form.php:
|
688 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
689 |
msgstr ""
|
690 |
|
691 |
-
#: contact_form.php:
|
692 |
-
msgid "
|
|
|
|
|
693 |
msgstr ""
|
694 |
|
695 |
-
#: contact_form.php:
|
696 |
msgid "Auto Response"
|
697 |
msgstr ""
|
698 |
|
699 |
-
#: contact_form.php:
|
700 |
#, php-format
|
701 |
-
msgid "
|
|
|
|
|
|
|
702 |
msgstr ""
|
703 |
|
704 |
-
#: contact_form.php:
|
705 |
-
#: contact_form.php:1383
|
706 |
msgid "Save Changes"
|
707 |
msgstr "Speichere Änderungen"
|
708 |
|
709 |
-
#: contact_form.php:
|
710 |
msgid "Errors output"
|
711 |
msgstr "Fehler-Ausgabe"
|
712 |
|
713 |
-
#: contact_form.php:
|
714 |
msgid "Display error messages"
|
715 |
msgstr "Zeige Fehlermeldungen"
|
716 |
|
717 |
-
#: contact_form.php:
|
718 |
msgid "Color of the input field errors."
|
719 |
msgstr "Farbe der Eingabe-Fehld-Fehler"
|
720 |
|
721 |
-
#: contact_form.php:
|
722 |
msgid "Display error messages & color of the input field errors"
|
723 |
msgstr "Zeige Fehlermeldungen & Farbe zu den Eingabe-Feldern"
|
724 |
|
725 |
-
#: contact_form.php:
|
726 |
msgid "Add placeholder to the input blocks"
|
727 |
msgstr "Füge Platzhalter an die Eingabe-Blöcke"
|
728 |
|
729 |
-
#: contact_form.php:
|
730 |
msgid "Add tooltips"
|
731 |
msgstr "Füge Tooltips hinzu"
|
732 |
|
733 |
-
#: contact_form.php:
|
734 |
msgid "Email address"
|
735 |
msgstr "E-Mail Adresse:"
|
736 |
|
737 |
-
#: contact_form.php:
|
738 |
msgid "Phone Number"
|
739 |
msgstr "Telefonnummer:"
|
740 |
|
741 |
-
#: contact_form.php:
|
742 |
msgid "Attachment"
|
743 |
msgstr "Anhang:"
|
744 |
|
745 |
-
#: contact_form.php:
|
746 |
msgid "Style options"
|
747 |
msgstr "Stil-Optionen"
|
748 |
|
749 |
-
#: contact_form.php:
|
750 |
msgid "Text color"
|
751 |
msgstr "Text -Farbe"
|
752 |
|
753 |
-
#: contact_form.php:
|
754 |
-
#: contact_form.php:
|
755 |
-
#: contact_form.php:
|
756 |
-
#: contact_form.php:
|
757 |
-
#: contact_form.php:1304
|
758 |
-
#: contact_form.php:1309
|
759 |
-
#: contact_form.php:1319
|
760 |
-
#: contact_form.php:1324
|
761 |
-
#: contact_form.php:1333
|
762 |
-
#: contact_form.php:1347
|
763 |
-
#: contact_form.php:1352
|
764 |
-
#: contact_form.php:1357
|
765 |
msgid "Default"
|
766 |
msgstr "Standard"
|
767 |
|
768 |
-
#: contact_form.php:
|
769 |
msgid "Label text color"
|
770 |
msgstr "Beschriftungs-Text -Farbe"
|
771 |
|
772 |
-
#: contact_form.php:
|
773 |
msgid "Placeholder color"
|
774 |
msgstr "Platzhalter -Farbe"
|
775 |
|
776 |
-
#: contact_form.php:
|
777 |
msgid "Errors color"
|
778 |
msgstr "Fehler -Farbe"
|
779 |
|
780 |
-
#: contact_form.php:
|
781 |
msgid "Error text color"
|
782 |
msgstr "Fehler-Text -Farbe"
|
783 |
|
784 |
-
#: contact_form.php:
|
785 |
msgid "Background color of the input field errors"
|
786 |
msgstr "Hintergrund -Farbe von den Eingabefeld-Fehlern"
|
787 |
|
788 |
-
#: contact_form.php:
|
789 |
msgid "Border color of the input field errors"
|
790 |
msgstr "Rand -Farbe von den Eingabefeld-Fehlern"
|
791 |
|
792 |
-
#: contact_form.php:
|
793 |
msgid "Placeholder color of the input field errors"
|
794 |
msgstr "Platzhalter -Farbe von den Eingabefeld-Fehlern"
|
795 |
|
796 |
-
#: contact_form.php:
|
797 |
msgid "Input fields"
|
798 |
msgstr "Eingabe-Felder"
|
799 |
|
800 |
-
#: contact_form.php:
|
801 |
msgid "Input fields background color"
|
802 |
msgstr "Eingabefelder - Hintergrundfarbe"
|
803 |
|
804 |
-
#: contact_form.php:
|
805 |
msgid "Text fields color"
|
806 |
msgstr "Text-Felder -Farbe"
|
807 |
|
808 |
-
#: contact_form.php:
|
809 |
msgid "Border width in px, numbers only"
|
810 |
msgstr "Rand-Breite in px, nur Zahlen"
|
811 |
|
812 |
-
#: contact_form.php:
|
813 |
-
#: contact_form.php:1359
|
814 |
msgid "Border color"
|
815 |
msgstr "Rand -Farbe"
|
816 |
|
817 |
-
#: contact_form.php:
|
818 |
msgid "Submit button"
|
819 |
msgstr "Sende-Schaltfläche"
|
820 |
|
821 |
-
#: contact_form.php:
|
822 |
msgid "Width in px, numbers only"
|
823 |
msgstr "Breite in px, nur Zahlen"
|
824 |
|
825 |
-
#: contact_form.php:
|
826 |
msgid "Button color"
|
827 |
msgstr "Schaltflächen -Farbe"
|
828 |
|
829 |
-
#: contact_form.php:
|
830 |
msgid "Button text color"
|
831 |
msgstr "Schaltflächen-Text -Farbe"
|
832 |
|
833 |
-
#: contact_form.php:
|
834 |
msgid "Contact Form Pro | Preview"
|
835 |
msgstr "Kontakt-Form Pro | Vorschau"
|
836 |
|
837 |
-
#: contact_form.php:
|
838 |
msgid "Show with errors"
|
839 |
msgstr "Zeige mit Fehlern"
|
840 |
|
841 |
-
#: contact_form.php:
|
842 |
-
#: contact_form.php:1400
|
843 |
msgid "Please enter your full name..."
|
844 |
msgstr "Bitte geben sie Ihren vollen Namen ein... "
|
845 |
|
846 |
-
#: contact_form.php:
|
847 |
-
#: contact_form.php:1413
|
848 |
msgid "Please enter your address..."
|
849 |
msgstr "Bitte geben sie Ihre Adresse ein... "
|
850 |
|
851 |
-
#: contact_form.php:
|
852 |
-
#: contact_form.php:1424
|
853 |
msgid "Please enter your email address..."
|
854 |
msgstr "Bitte geben sie ihre E-Mail Adresse an ..."
|
855 |
|
856 |
-
#: contact_form.php:
|
857 |
-
#: contact_form.php:1435
|
858 |
msgid "Please enter your phone number..."
|
859 |
msgstr "Bitte geben sie Ihre Telefonnummer ein... "
|
860 |
|
861 |
-
#: contact_form.php:
|
862 |
-
#: contact_form.php:1446
|
863 |
msgid "Please enter subject..."
|
864 |
msgstr "Bitte geben sie Ihren Betreff an... "
|
865 |
|
866 |
-
#: contact_form.php:
|
867 |
-
#: contact_form.php:1456
|
868 |
msgid "Please enter your message..."
|
869 |
msgstr "Bitte geben sie Ihre Nachricht ein... "
|
870 |
|
871 |
-
#: contact_form.php:
|
872 |
msgid "Sorry, email message could not be delivered."
|
873 |
msgstr "Verzeihung, die Nachricht konnte nicht gesendet werden."
|
874 |
|
875 |
-
#: contact_form.php:
|
876 |
msgid "Contact from"
|
877 |
msgstr "Kontakt von"
|
878 |
|
879 |
-
#: contact_form.php:
|
880 |
-
#: contact_form.php:2026
|
881 |
msgid "Phone"
|
882 |
msgstr "Telefonnummer"
|
883 |
|
884 |
-
#: contact_form.php:
|
885 |
-
#: contact_form.php:2033
|
886 |
msgid "Site"
|
887 |
msgstr "Webseite"
|
888 |
|
889 |
-
#: contact_form.php:
|
890 |
-
msgid "
|
891 |
-
|
|
|
|
|
|
|
892 |
|
893 |
-
#: contact_form.php:
|
894 |
msgid "Support"
|
895 |
msgstr "Support"
|
896 |
|
897 |
-
#: contact_form.php:
|
898 |
msgid "Are you sure that you want to delete this language data?"
|
899 |
msgstr "Sind sie sicher, dass sie diese Sprach-Daten löschen wollen?"
|
900 |
|
901 |
-
#: contact_form.php:
|
902 |
#, fuzzy
|
903 |
msgid "Add multiple forms"
|
904 |
msgstr "Füge in die Form"
|
905 |
|
906 |
-
#: contact_form.php:
|
907 |
-
msgid "
|
|
|
|
|
908 |
msgstr ""
|
909 |
|
910 |
-
#: contact_form.php:
|
911 |
#, fuzzy
|
912 |
msgid "Learn more"
|
913 |
msgstr "Lees verder"
|
914 |
|
915 |
-
#: contact_form.php:
|
916 |
msgid "Close"
|
917 |
msgstr ""
|
918 |
|
919 |
-
#: contact_form.php:
|
920 |
#, fuzzy
|
921 |
msgid "allows to store your messages to the database."
|
922 |
msgstr "Speicher E-Mails in die Datenbank"
|
923 |
|
924 |
-
#: contact_form.php:
|
925 |
msgid "Manage messages that have been sent from your website."
|
926 |
msgstr ""
|
927 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-08-05 09:13+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-08-05 09:13+0300\n"
|
7 |
+
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: Alex <private183@web.de>\n"
|
9 |
"Language: de_DE\n"
|
10 |
"MIME-Version: 1.0\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: contact_form.php:35 contact_form.php:657
|
|
|
21 |
msgid "Contact Form Settings"
|
22 |
msgstr "Kontakt-Form Einstellungen"
|
23 |
|
25 |
msgid "Contact Form"
|
26 |
msgstr "Kontakt-Form"
|
27 |
|
28 |
+
#: contact_form.php:123 contact_form.php:1065 contact_form.php:1099
|
|
|
|
|
29 |
msgid "Name:"
|
30 |
msgstr "Name:"
|
31 |
|
32 |
+
#: contact_form.php:124 contact_form.php:1066 contact_form.php:1100
|
|
|
|
|
33 |
msgid "Address:"
|
34 |
msgstr "Adresse:"
|
35 |
|
36 |
+
#: contact_form.php:125 contact_form.php:1067 contact_form.php:1101
|
|
|
|
|
37 |
msgid "Email Address:"
|
38 |
msgstr "E-Mail Adresse:"
|
39 |
|
40 |
+
#: contact_form.php:126 contact_form.php:1068 contact_form.php:1102
|
|
|
|
|
41 |
msgid "Phone number:"
|
42 |
msgstr "Telefonnummer:"
|
43 |
|
44 |
+
#: contact_form.php:127 contact_form.php:1069 contact_form.php:1103
|
|
|
|
|
45 |
msgid "Subject:"
|
46 |
msgstr "Betreff:"
|
47 |
|
48 |
+
#: contact_form.php:128 contact_form.php:1070 contact_form.php:1104
|
|
|
|
|
49 |
msgid "Message:"
|
50 |
msgstr "Inhalt:"
|
51 |
|
52 |
+
#: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
|
|
|
|
|
53 |
msgid "Attachment:"
|
54 |
msgstr "Anhang:"
|
55 |
|
56 |
#: contact_form.php:130
|
57 |
#, fuzzy
|
58 |
+
msgid ""
|
59 |
+
"Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
|
60 |
+
"EPS, PS, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT. Max file "
|
61 |
+
"size: 2MB"
|
62 |
+
msgstr ""
|
63 |
+
"Unterstützte Dateitypen: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
|
64 |
+
"EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max Datei-Größe: "
|
65 |
+
"2MB"
|
66 |
|
67 |
+
#: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
|
|
|
|
|
68 |
msgid "Send me a copy"
|
69 |
msgstr "Kopie an mich senden"
|
70 |
|
71 |
+
#: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
|
|
|
|
|
72 |
msgid "Submit"
|
73 |
msgstr "Senden"
|
74 |
|
125 |
msgstr "Danke für Ihre Nachricht."
|
126 |
|
127 |
#: contact_form.php:546
|
128 |
+
msgid ""
|
129 |
+
"Email 'FROM' field option was changed, which may cause email messages being "
|
130 |
+
"moved to the spam folder or email delivery failures."
|
131 |
msgstr ""
|
132 |
|
133 |
#: contact_form.php:556
|
134 |
+
msgid ""
|
135 |
+
"If the 'Redirect to page' option is selected then the URL field should be in "
|
136 |
+
"the following format"
|
137 |
+
msgstr ""
|
138 |
+
"Wenn die 'Redirect to page/Umleiten zur Seite' Option verwendet wird, dann "
|
139 |
+
"sollte das Feld URL in folgendem Format sein"
|
140 |
|
141 |
#: contact_form.php:565
|
142 |
#, fuzzy
|
145 |
|
146 |
#: contact_form.php:575
|
147 |
#, fuzzy
|
148 |
+
msgid ""
|
149 |
+
"Please enter a valid email address in the 'Use this email address' field."
|
150 |
+
msgstr ""
|
151 |
+
"Bitte geben sie eine gültige Email Adresse in das 'FROM/VON' Feld ein. "
|
152 |
+
"Einstellungen werden nicht gespeichert."
|
153 |
|
154 |
#: contact_form.php:583
|
155 |
#, fuzzy
|
156 |
msgid "Please enter a valid email address in the 'FROM' field."
|
157 |
+
msgstr ""
|
158 |
+
"Bitte geben sie eine gültige Email Adresse in das 'FROM/VON' Feld ein. "
|
159 |
+
"Einstellungen werden nicht gespeichert."
|
160 |
|
161 |
#: contact_form.php:606
|
162 |
msgid "Settings saved."
|
167 |
msgid "Settings are not saved."
|
168 |
msgstr "Einstellungen gespeichert."
|
169 |
|
170 |
+
#: contact_form.php:646
|
171 |
+
msgid "All plugin settings were restored."
|
172 |
+
msgstr ""
|
173 |
+
|
174 |
+
#: contact_form.php:659 contact_form.php:2208 contact_form.php:2222
|
175 |
msgid "Settings"
|
176 |
msgstr "Einstellungen"
|
177 |
|
178 |
+
#: contact_form.php:660
|
179 |
#, fuzzy
|
180 |
msgid "Additional settings"
|
181 |
msgstr "Weitere Optionen"
|
182 |
|
183 |
+
#: contact_form.php:661
|
184 |
msgid "Appearance"
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: contact_form.php:662 contact_form.php:2223
|
|
|
188 |
msgid "FAQ"
|
189 |
msgstr "Häufig gestellte Fragen (FAQ)"
|
190 |
|
191 |
+
#: contact_form.php:663
|
192 |
msgid "Go PRO"
|
193 |
msgstr "Go PRO"
|
194 |
|
195 |
+
#: contact_form.php:666 contact_form.php:668
|
|
|
196 |
msgid "Notice:"
|
197 |
msgstr "Notiz:"
|
198 |
|
199 |
+
#: contact_form.php:666
|
200 |
+
msgid ""
|
201 |
+
"The plugin's settings have been changed. In order to save them please don't "
|
202 |
+
"forget to click the 'Save Changes' button."
|
|
|
|
|
203 |
msgstr ""
|
204 |
+
"Die Einstellungen des Plugins wurden geändert. Um diese zu speichern "
|
205 |
+
"vergessen sie nicht auf 'Save Changes/Speicher Änderungen' zu klicken."
|
206 |
|
|
|
207 |
#: contact_form.php:679
|
208 |
+
msgid ""
|
209 |
+
"If you want to create multiple contact forms, please install the Contact "
|
210 |
+
"Form Multi plugin."
|
211 |
+
msgstr ""
|
212 |
|
213 |
+
#: contact_form.php:686
|
214 |
+
#, fuzzy
|
215 |
+
msgid ""
|
216 |
+
"If you would like to add Contact Form to your website, just copy and paste "
|
217 |
+
"this shortcode to your post or page or widget:"
|
218 |
+
msgstr ""
|
219 |
+
"Wenn sie die Kontakt-Form auf ihrer Webseite plazieren möchten, kopieren und "
|
220 |
+
"fügen sie diesen shortcode in ihrem/r Beitrag, Seite oder Widget ein:"
|
221 |
+
|
222 |
+
#: contact_form.php:686 contact_form.php:687 contact_form.php:689
|
223 |
+
#: contact_form.php:690 contact_form.php:1089 contact_form.php:1091
|
224 |
+
#: contact_form.php:1152 contact_form.php:1154
|
225 |
msgid "or"
|
226 |
msgstr "oder"
|
227 |
|
228 |
+
#: contact_form.php:687
|
229 |
+
#, fuzzy
|
230 |
+
msgid ""
|
231 |
+
"If you have any problems with the standard shortcode [contact_form], you "
|
232 |
+
"should use the shortcode"
|
233 |
+
msgstr ""
|
234 |
+
"Wenn sie irgendwelche Probleme mit dem standard shortcode [contact_form] "
|
235 |
+
"haben, sollten sie folgenden shortcode verwenden"
|
236 |
|
237 |
+
#: contact_form.php:687 contact_form.php:690
|
|
|
238 |
msgid "They work the same way."
|
239 |
msgstr "Sie arbeiten auf gleiche weise."
|
240 |
|
241 |
+
#: contact_form.php:689 contact_form.php:1501
|
242 |
+
msgid ""
|
243 |
+
"If you would like to add the Contact Form to your website, just copy and "
|
244 |
+
"paste this shortcode to your post or page or widget:"
|
245 |
+
msgstr ""
|
246 |
+
"Wenn sie die Kontakt-Form auf ihrer Webseite plazieren möchten, kopieren und "
|
247 |
+
"fügen sie diesen shortcode in ihrem/r Beitrag, Seite oder Widget ein:"
|
248 |
|
249 |
+
#: contact_form.php:690
|
250 |
+
msgid ""
|
251 |
+
"If have any problems with the standard shortcode [contact_form], you should "
|
252 |
+
"use the shortcode"
|
253 |
+
msgstr ""
|
254 |
+
"Wenn sie irgendwelche Probleme mit dem standard shortcode [contact_form] "
|
255 |
+
"haben, sollten sie folgenden shortcode verwenden"
|
256 |
+
|
257 |
+
#: contact_form.php:694
|
258 |
+
msgid ""
|
259 |
+
"If you leave the fields empty, the messages will be sent to the email "
|
260 |
+
"address specified during registration."
|
261 |
+
msgstr ""
|
262 |
+
"Wenn sie die Felder leer lassen, wird die Nachricht an die bei der "
|
263 |
+
"registrierung angegebenen E-Mail Adresse gesendet."
|
264 |
+
|
265 |
+
#: contact_form.php:697
|
266 |
msgid "The user's email address:"
|
267 |
msgstr "Benutzer E-Mail Adresse"
|
268 |
|
269 |
+
#: contact_form.php:701
|
270 |
#, fuzzy
|
271 |
msgid "Select a username"
|
272 |
msgstr "Benutzername erstellen"
|
273 |
|
274 |
+
#: contact_form.php:714
|
275 |
+
msgid ""
|
276 |
+
"Enter a username of the person who should get the messages from the contact "
|
277 |
+
"form."
|
278 |
+
msgstr ""
|
279 |
+
"Geben sie den Benutzernamen des Users an, der die Nachrichten der Kontakt-"
|
280 |
+
"Form erhalten soll."
|
281 |
|
282 |
+
#: contact_form.php:718
|
283 |
msgid "Use this email address:"
|
284 |
msgstr "Nutzen sie diese E-Mail Adresse"
|
285 |
|
286 |
+
#: contact_form.php:722
|
287 |
msgid "Enter the email address you want the messages forwarded to."
|
288 |
+
msgstr ""
|
289 |
+
"Geben sie die E-Mail Adresse ein, an welche die Nachricht weitergeleitet "
|
290 |
+
"werden soll."
|
291 |
|
292 |
+
#: contact_form.php:731
|
293 |
msgid "Add department selectbox to the contact form:"
|
294 |
msgstr "Füge Abteilungs- Auswahlbox zu der Kontakt-Form:"
|
295 |
|
296 |
+
#: contact_form.php:739 contact_form.php:1200 contact_form.php:1384
|
|
|
|
|
297 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
298 |
msgstr "Wenn sie auf Pro upgraden werden alle ihre Einstellungen gespeichert"
|
299 |
|
300 |
+
#: contact_form.php:746 contact_form.php:929 contact_form.php:1001
|
301 |
+
#: contact_form.php:1207 contact_form.php:1391
|
302 |
+
msgid "Unlock premium options by upgrading to PRO version."
|
|
|
|
|
|
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: contact_form.php:747 contact_form.php:930 contact_form.php:1002
|
306 |
+
#: contact_form.php:1208 contact_form.php:1392 contact_form.php:2495
|
|
|
|
|
|
|
|
|
307 |
msgid "Learn More"
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: contact_form.php:750 contact_form.php:933 contact_form.php:1005
|
311 |
+
#: contact_form.php:1211 contact_form.php:1395
|
|
|
|
|
|
|
312 |
#, fuzzy
|
313 |
msgid "Go"
|
314 |
msgstr "Go!"
|
315 |
|
316 |
+
#: contact_form.php:757
|
317 |
msgid "Save emails to the database"
|
318 |
msgstr "Speicher E-Mails in die Datenbank"
|
319 |
|
320 |
+
#: contact_form.php:762
|
321 |
msgid "Using"
|
322 |
msgstr "Verwendet"
|
323 |
|
324 |
+
#: contact_form.php:765 contact_form.php:769
|
|
|
325 |
#, fuzzy
|
326 |
msgid "Using Contact Form to DB by BestWebSoft"
|
327 |
msgstr "Verwende 'Kontakt-Form in die DB' powered by"
|
328 |
|
329 |
+
#: contact_form.php:765
|
330 |
#, fuzzy
|
331 |
msgid "Activate"
|
332 |
msgstr "Aktiviere captcha"
|
333 |
|
334 |
+
#: contact_form.php:769
|
335 |
msgid "Download"
|
336 |
msgstr "Download"
|
337 |
|
338 |
+
#: contact_form.php:779
|
339 |
msgid "What to use?"
|
340 |
msgstr "Was soll verwendet werden?"
|
341 |
|
342 |
+
#: contact_form.php:784
|
343 |
msgid "Wp-mail"
|
344 |
msgstr "Wp-mail"
|
345 |
|
346 |
+
#: contact_form.php:786
|
347 |
msgid "You can use the wp_mail function for mailing"
|
348 |
msgstr "Sie können die wp_mail Funktion für das versenden verwenden."
|
349 |
|
350 |
+
#: contact_form.php:789
|
351 |
msgid "Mail"
|
352 |
msgstr "Mail"
|
353 |
|
354 |
+
#: contact_form.php:791
|
355 |
msgid "To send mail you can use the php mail function"
|
356 |
msgstr "Um mails zu versenden, können sie die php mail Funktion verwenden."
|
357 |
|
358 |
+
#: contact_form.php:796
|
359 |
msgid "'FROM' field"
|
360 |
msgstr ""
|
361 |
|
362 |
+
#: contact_form.php:798 contact_form.php:860 contact_form.php:1253
|
363 |
+
#: contact_form.php:2000 contact_form.php:2036
|
|
|
|
|
|
|
364 |
msgid "Name"
|
365 |
msgstr "Name"
|
366 |
|
367 |
+
#: contact_form.php:805
|
368 |
msgid "User name"
|
369 |
msgstr "Benutzer Name"
|
370 |
|
371 |
+
#: contact_form.php:807
|
372 |
+
msgid ""
|
373 |
+
"The name of the user who fills the form will be used in the field 'From'."
|
374 |
+
msgstr ""
|
375 |
+
"Der Name des Benutzers, der das Formular ausfüllt, wird im Feld 'From/Von' "
|
376 |
+
"verwendt."
|
377 |
|
378 |
+
#: contact_form.php:813 contact_form.php:2011 contact_form.php:2043
|
|
|
|
|
379 |
msgid "Email"
|
380 |
msgstr "E-Mail"
|
381 |
|
382 |
+
#: contact_form.php:820
|
383 |
msgid "User email"
|
384 |
msgstr "Benutzer E-Mail"
|
385 |
|
386 |
+
#: contact_form.php:822
|
387 |
+
msgid ""
|
388 |
+
"The email address of the user who fills the form will be used in the field "
|
389 |
+
"'From'."
|
390 |
+
msgstr ""
|
391 |
+
"Die E-Mail Adresse des Benutzers, der das Formular ausfüllt, wird im Feld "
|
392 |
+
"'From/Von' verwendt."
|
393 |
|
394 |
+
#: contact_form.php:826
|
395 |
+
msgid ""
|
396 |
+
"If this option is changed, email messages may be moved to the spam folder or "
|
397 |
+
"email delivery failures may occur."
|
398 |
msgstr ""
|
399 |
|
400 |
+
#: contact_form.php:832
|
401 |
msgid "Required symbol"
|
402 |
msgstr "Benötigtes Symbol"
|
403 |
|
404 |
+
#: contact_form.php:842
|
405 |
msgid "Fields"
|
406 |
msgstr "Felder"
|
407 |
|
408 |
+
#: contact_form.php:843
|
409 |
msgid "Used"
|
410 |
msgstr "Benutzt"
|
411 |
|
412 |
+
#: contact_form.php:844
|
413 |
msgid "Required"
|
414 |
msgstr "Benötigt"
|
415 |
|
416 |
+
#: contact_form.php:845
|
417 |
msgid "Visible"
|
418 |
msgstr "Sichtbar"
|
419 |
|
420 |
+
#: contact_form.php:846
|
421 |
msgid "Disabled for editing"
|
422 |
msgstr "Bearbeitung ist ausgeschaltet"
|
423 |
|
424 |
+
#: contact_form.php:847
|
425 |
msgid "Field's default value"
|
426 |
msgstr "Standard-Feld-Wert"
|
427 |
|
428 |
+
#: contact_form.php:852
|
429 |
+
msgid "Department selectbox"
|
430 |
+
msgstr ""
|
431 |
+
|
432 |
+
#: contact_form.php:867
|
433 |
msgid "Use User's name as a default value if the user is logged in."
|
434 |
msgstr ""
|
435 |
|
436 |
+
#: contact_form.php:868 contact_form.php:896
|
437 |
+
msgid ""
|
438 |
+
"'Visible' and 'Disabled for editing' options will be applied only to logged-"
|
439 |
+
"in users."
|
440 |
msgstr ""
|
441 |
|
442 |
+
#: contact_form.php:872
|
443 |
msgid "Location selectbox"
|
444 |
msgstr ""
|
445 |
|
446 |
+
#: contact_form.php:880 contact_form.php:1258 contact_form.php:2006
|
447 |
+
#: contact_form.php:2040
|
|
|
|
|
448 |
msgid "Address"
|
449 |
msgstr "Adresse: "
|
450 |
|
451 |
+
#: contact_form.php:888
|
452 |
msgid "Email Address"
|
453 |
msgstr "E-Mail Adresse:"
|
454 |
|
455 |
+
#: contact_form.php:895
|
456 |
msgid "Use User's email as a default value if the user is logged in."
|
457 |
msgstr ""
|
458 |
|
459 |
+
#: contact_form.php:900
|
460 |
msgid "Phone number"
|
461 |
msgstr "Telefonnummer:"
|
462 |
|
463 |
+
#: contact_form.php:908 contact_form.php:1273 contact_form.php:2021
|
464 |
+
#: contact_form.php:2049
|
|
|
|
|
465 |
msgid "Subject"
|
466 |
msgstr "Betreff"
|
467 |
|
468 |
+
#: contact_form.php:916 contact_form.php:1277 contact_form.php:2024
|
469 |
+
#: contact_form.php:2051
|
|
|
|
|
470 |
msgid "Message"
|
471 |
msgstr "Inhalt"
|
472 |
|
473 |
+
#: contact_form.php:940
|
474 |
msgid "Attachment block"
|
475 |
msgstr "Anhang-Block"
|
476 |
|
477 |
+
#: contact_form.php:942
|
478 |
msgid "Users can attach the following file formats"
|
479 |
msgstr "Benutzer können die folgenden Formate anhängen:"
|
480 |
|
481 |
+
#: contact_form.php:955
|
482 |
msgid "Add to the form"
|
483 |
msgstr "Füge in die Form"
|
484 |
|
485 |
+
#: contact_form.php:960
|
486 |
msgid "Tips below the Attachment"
|
487 |
msgstr "Tipps unterhalb des Anhangs"
|
488 |
|
489 |
+
#: contact_form.php:969
|
490 |
msgid "'Send me a copy' block"
|
491 |
msgstr "'Kopie an mich senden' Block"
|
492 |
|
493 |
+
#: contact_form.php:982
|
494 |
msgid "Activate captcha"
|
495 |
msgstr "Aktiviere captcha"
|
496 |
|
497 |
+
#: contact_form.php:986
|
498 |
msgid "Download captcha"
|
499 |
msgstr "Download captcha"
|
500 |
|
501 |
+
#: contact_form.php:994
|
502 |
msgid "Agreement checkbox"
|
503 |
msgstr "Agreement checkbox"
|
504 |
|
505 |
+
#: contact_form.php:994
|
506 |
msgid "Required checkbox for submitting the form"
|
507 |
msgstr "Benötigte checkbox zur übermittlung des Formulars"
|
508 |
|
509 |
+
#: contact_form.php:995
|
510 |
msgid "Optional checkbox"
|
511 |
msgstr "Optionale checkbox"
|
512 |
|
513 |
+
#: contact_form.php:995
|
514 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
515 |
msgstr "Optionale checkbox, das Ergebnis davon wird in der E-Mail angezeigt"
|
516 |
|
517 |
+
#: contact_form.php:1013
|
518 |
msgid "Delete an attachment file from the server after the email is sent"
|
519 |
msgstr "Lösche die Anhang-Datei vom Server nachdem die E-Mail gesendet wurde"
|
520 |
|
521 |
+
#: contact_form.php:1019
|
522 |
msgid "Email in HTML format sending"
|
523 |
msgstr "E-Mail im HTML Format"
|
524 |
|
525 |
+
#: contact_form.php:1023
|
526 |
msgid "Display additional info in the email"
|
527 |
msgstr "Zeige weitere Informationen in der E-Mail"
|
528 |
|
529 |
+
#: contact_form.php:1029 contact_form.php:1967 contact_form.php:1969
|
|
|
|
|
530 |
msgid "Sent from (ip address)"
|
531 |
msgstr "Gesendet von (IP-Adresse)"
|
532 |
|
533 |
+
#: contact_form.php:1029
|
534 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
535 |
msgstr "Beispiel: Gesendet von (IP-Adresse):\t127.0.0.1"
|
536 |
|
537 |
+
#: contact_form.php:1030 contact_form.php:1973 contact_form.php:1975
|
|
|
|
|
538 |
msgid "Date/Time"
|
539 |
msgstr "Datum/Zeit"
|
540 |
|
541 |
+
#: contact_form.php:1030
|
542 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
543 |
msgstr "Beispiel: Datum/Zeit:\tAugust 19, 2013 8:50 pm"
|
544 |
|
545 |
+
#: contact_form.php:1031 contact_form.php:1979 contact_form.php:1981
|
|
|
|
|
546 |
msgid "Sent from (referer)"
|
547 |
msgstr "Gesendet von (referer)"
|
548 |
|
549 |
+
#: contact_form.php:1031
|
550 |
+
msgid ""
|
551 |
+
"Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
552 |
+
msgstr ""
|
553 |
+
"Beispiel: Gesendet von (referer):\thttp://bestwebsoft.com/contacts/contact-"
|
554 |
+
"us/"
|
555 |
|
556 |
+
#: contact_form.php:1032 contact_form.php:1985 contact_form.php:1987
|
|
|
|
|
557 |
msgid "Using (user agent)"
|
558 |
msgstr "Verwendet (user agent)"
|
559 |
|
560 |
+
#: contact_form.php:1032
|
561 |
+
msgid ""
|
562 |
+
"Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
|
563 |
+
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
564 |
+
msgstr ""
|
565 |
+
"Beispiel: Verwendet (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
|
566 |
+
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
567 |
|
568 |
+
#: contact_form.php:1037
|
569 |
msgid "Language settings for the field names in the form"
|
570 |
msgstr "Benutzer-Einstellungen für die Feld-Namen in der Form"
|
571 |
|
572 |
+
#: contact_form.php:1046
|
573 |
msgid "Add a language"
|
574 |
msgstr "Hinzufügen einer Sprache"
|
575 |
|
576 |
+
#: contact_form.php:1050
|
577 |
msgid "Change the names of the contact form fields and error messages"
|
578 |
msgstr "Verändere die Namen der Kontakt-Form-Felder und Fehlermeldungen"
|
579 |
|
580 |
+
#: contact_form.php:1055 contact_form.php:1142
|
|
|
581 |
msgid "English"
|
582 |
msgstr "Englisch"
|
583 |
|
584 |
+
#: contact_form.php:1063 contact_form.php:1097
|
|
|
585 |
msgid "click to expand/hide the list"
|
586 |
msgstr "Klick zum erweitern/verstecken der Liste"
|
587 |
|
588 |
+
#: contact_form.php:1072 contact_form.php:1106
|
|
|
589 |
msgid "Tips below the Attachment block"
|
590 |
msgstr "Tipps unterhalb des Anhang-Blocks"
|
591 |
|
592 |
+
#: contact_form.php:1075 contact_form.php:1109
|
|
|
593 |
msgid "Error message for the Name field"
|
594 |
msgstr "Fehlermeldung für das Namensfeld"
|
595 |
|
596 |
+
#: contact_form.php:1076 contact_form.php:1110
|
|
|
597 |
msgid "Error message for the Address field"
|
598 |
msgstr "Fehlermeldung für das Adress-Feld"
|
599 |
|
600 |
+
#: contact_form.php:1077 contact_form.php:1111
|
|
|
601 |
msgid "Error message for the Email field"
|
602 |
msgstr "Fehlermeldung für das E-Mail-Feld"
|
603 |
|
604 |
+
#: contact_form.php:1078 contact_form.php:1112
|
|
|
605 |
msgid "Error message for the Phone field"
|
606 |
msgstr "Fehlermeldung für das Telefonnummer-Feld"
|
607 |
|
608 |
+
#: contact_form.php:1079 contact_form.php:1113
|
|
|
609 |
msgid "Error message for the Subject field"
|
610 |
msgstr "Fehlermeldung für das Betreff-Feld"
|
611 |
|
612 |
+
#: contact_form.php:1080 contact_form.php:1114
|
|
|
613 |
msgid "Error message for the Message field"
|
614 |
msgstr "Fehlermeldung für das Inhalts-Feld"
|
615 |
|
616 |
+
#: contact_form.php:1081 contact_form.php:1115
|
|
|
617 |
msgid "Error message about the file type for the Attachment field"
|
618 |
msgstr "Fehlermeldung über den Datei-Typ für das Anhang-Feld"
|
619 |
|
620 |
+
#: contact_form.php:1082 contact_form.php:1116
|
621 |
+
msgid ""
|
622 |
+
"Error message while uploading a file for the Attachment field to the server"
|
623 |
+
msgstr ""
|
624 |
+
"Fehlermeldung während des hochladens einer Datei zum Server für das Anhang-"
|
625 |
+
"Feld"
|
626 |
|
627 |
+
#: contact_form.php:1083 contact_form.php:1117
|
|
|
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:1084 contact_form.php:1118
|
|
|
632 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
633 |
+
msgstr ""
|
634 |
+
"Fehlermeldung wenn das Datei-Größen-Limit für das Anhang-Feld überschritten "
|
635 |
+
"wird"
|
636 |
|
637 |
+
#: contact_form.php:1085 contact_form.php:1119
|
|
|
638 |
msgid "Error message for the Captcha field"
|
639 |
msgstr "Fehlermeldung für das Capatcha-Feld"
|
640 |
|
641 |
+
#: contact_form.php:1086 contact_form.php:1120
|
|
|
642 |
msgid "Error message for the whole form"
|
643 |
msgstr "Fehlermeldung für das ganze Formular"
|
644 |
|
645 |
+
#: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
|
646 |
+
#: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
|
647 |
+
#: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
|
648 |
+
#: contact_form.php:2358
|
|
|
|
|
|
|
|
|
|
|
|
|
649 |
msgid "Use shortcode"
|
650 |
msgstr "Benutze shortcode"
|
651 |
|
652 |
+
#: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
|
653 |
+
#: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
|
654 |
+
#: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
|
655 |
+
#: contact_form.php:2358
|
|
|
|
|
|
|
|
|
|
|
|
|
656 |
msgid "for this language"
|
657 |
msgstr "für diese Sprache"
|
658 |
|
659 |
+
#: contact_form.php:1133
|
660 |
#, fuzzy
|
661 |
msgid "Use the changed names of the contact form fields in the email"
|
662 |
msgstr "Verändere die Namen der Kontakt-Form-Felder und Fehlermeldungen"
|
663 |
|
664 |
+
#: contact_form.php:1139
|
665 |
msgid "Action after email is sent"
|
666 |
msgstr "Handlung nachdem die E-Mail gesendet wurde"
|
667 |
|
668 |
+
#: contact_form.php:1141
|
669 |
msgid "Display text"
|
670 |
msgstr "Zeige Text"
|
671 |
|
672 |
+
#: contact_form.php:1150 contact_form.php:1160
|
|
|
673 |
msgid "Text"
|
674 |
msgstr "Text"
|
675 |
|
676 |
+
#: contact_form.php:1171
|
677 |
msgid "Redirect to the page"
|
678 |
msgstr "Umleiten zur Seite"
|
679 |
|
680 |
+
#: contact_form.php:1172
|
681 |
msgid "Url"
|
682 |
msgstr "Url"
|
683 |
|
684 |
+
#: contact_form.php:1176
|
685 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
686 |
msgstr ""
|
687 |
|
688 |
+
#: contact_form.php:1181
|
689 |
+
msgid ""
|
690 |
+
"If you are not sure whether to change this setting or not, please do not do "
|
691 |
+
"that."
|
692 |
msgstr ""
|
693 |
|
694 |
+
#: contact_form.php:1191
|
695 |
msgid "Auto Response"
|
696 |
msgstr ""
|
697 |
|
698 |
+
#: contact_form.php:1195
|
699 |
#, php-format
|
700 |
+
msgid ""
|
701 |
+
"You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
|
702 |
+
"display data from the Message field, as well as %%SITENAME%% to display blog "
|
703 |
+
"name."
|
704 |
msgstr ""
|
705 |
|
706 |
+
#: contact_form.php:1220 contact_form.php:1402
|
|
|
707 |
msgid "Save Changes"
|
708 |
msgstr "Speichere Änderungen"
|
709 |
|
710 |
+
#: contact_form.php:1233
|
711 |
msgid "Errors output"
|
712 |
msgstr "Fehler-Ausgabe"
|
713 |
|
714 |
+
#: contact_form.php:1236
|
715 |
msgid "Display error messages"
|
716 |
msgstr "Zeige Fehlermeldungen"
|
717 |
|
718 |
+
#: contact_form.php:1237
|
719 |
msgid "Color of the input field errors."
|
720 |
msgstr "Farbe der Eingabe-Fehld-Fehler"
|
721 |
|
722 |
+
#: contact_form.php:1238
|
723 |
msgid "Display error messages & color of the input field errors"
|
724 |
msgstr "Zeige Fehlermeldungen & Farbe zu den Eingabe-Feldern"
|
725 |
|
726 |
+
#: contact_form.php:1243
|
727 |
msgid "Add placeholder to the input blocks"
|
728 |
msgstr "Füge Platzhalter an die Eingabe-Blöcke"
|
729 |
|
730 |
+
#: contact_form.php:1249
|
731 |
msgid "Add tooltips"
|
732 |
msgstr "Füge Tooltips hinzu"
|
733 |
|
734 |
+
#: contact_form.php:1263
|
735 |
msgid "Email address"
|
736 |
msgstr "E-Mail Adresse:"
|
737 |
|
738 |
+
#: contact_form.php:1268
|
739 |
msgid "Phone Number"
|
740 |
msgstr "Telefonnummer:"
|
741 |
|
742 |
+
#: contact_form.php:1282
|
743 |
msgid "Attachment"
|
744 |
msgstr "Anhang:"
|
745 |
|
746 |
+
#: contact_form.php:1292
|
747 |
msgid "Style options"
|
748 |
msgstr "Stil-Optionen"
|
749 |
|
750 |
+
#: contact_form.php:1295
|
751 |
msgid "Text color"
|
752 |
msgstr "Text -Farbe"
|
753 |
|
754 |
+
#: contact_form.php:1298 contact_form.php:1303 contact_form.php:1313
|
755 |
+
#: contact_form.php:1318 contact_form.php:1323 contact_form.php:1328
|
756 |
+
#: contact_form.php:1338 contact_form.php:1343 contact_form.php:1352
|
757 |
+
#: contact_form.php:1366 contact_form.php:1371 contact_form.php:1376
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
758 |
msgid "Default"
|
759 |
msgstr "Standard"
|
760 |
|
761 |
+
#: contact_form.php:1300
|
762 |
msgid "Label text color"
|
763 |
msgstr "Beschriftungs-Text -Farbe"
|
764 |
|
765 |
+
#: contact_form.php:1305
|
766 |
msgid "Placeholder color"
|
767 |
msgstr "Platzhalter -Farbe"
|
768 |
|
769 |
+
#: contact_form.php:1310
|
770 |
msgid "Errors color"
|
771 |
msgstr "Fehler -Farbe"
|
772 |
|
773 |
+
#: contact_form.php:1315
|
774 |
msgid "Error text color"
|
775 |
msgstr "Fehler-Text -Farbe"
|
776 |
|
777 |
+
#: contact_form.php:1320
|
778 |
msgid "Background color of the input field errors"
|
779 |
msgstr "Hintergrund -Farbe von den Eingabefeld-Fehlern"
|
780 |
|
781 |
+
#: contact_form.php:1325
|
782 |
msgid "Border color of the input field errors"
|
783 |
msgstr "Rand -Farbe von den Eingabefeld-Fehlern"
|
784 |
|
785 |
+
#: contact_form.php:1330
|
786 |
msgid "Placeholder color of the input field errors"
|
787 |
msgstr "Platzhalter -Farbe von den Eingabefeld-Fehlern"
|
788 |
|
789 |
+
#: contact_form.php:1335
|
790 |
msgid "Input fields"
|
791 |
msgstr "Eingabe-Felder"
|
792 |
|
793 |
+
#: contact_form.php:1340
|
794 |
msgid "Input fields background color"
|
795 |
msgstr "Eingabefelder - Hintergrundfarbe"
|
796 |
|
797 |
+
#: contact_form.php:1345
|
798 |
msgid "Text fields color"
|
799 |
msgstr "Text-Felder -Farbe"
|
800 |
|
801 |
+
#: contact_form.php:1349
|
802 |
msgid "Border width in px, numbers only"
|
803 |
msgstr "Rand-Breite in px, nur Zahlen"
|
804 |
|
805 |
+
#: contact_form.php:1354 contact_form.php:1378
|
|
|
806 |
msgid "Border color"
|
807 |
msgstr "Rand -Farbe"
|
808 |
|
809 |
+
#: contact_form.php:1359
|
810 |
msgid "Submit button"
|
811 |
msgstr "Sende-Schaltfläche"
|
812 |
|
813 |
+
#: contact_form.php:1363
|
814 |
msgid "Width in px, numbers only"
|
815 |
msgstr "Breite in px, nur Zahlen"
|
816 |
|
817 |
+
#: contact_form.php:1368
|
818 |
msgid "Button color"
|
819 |
msgstr "Schaltflächen -Farbe"
|
820 |
|
821 |
+
#: contact_form.php:1373
|
822 |
msgid "Button text color"
|
823 |
msgstr "Schaltflächen-Text -Farbe"
|
824 |
|
825 |
+
#: contact_form.php:1406
|
826 |
msgid "Contact Form Pro | Preview"
|
827 |
msgstr "Kontakt-Form Pro | Vorschau"
|
828 |
|
829 |
+
#: contact_form.php:1408
|
830 |
msgid "Show with errors"
|
831 |
msgstr "Zeige mit Fehlern"
|
832 |
|
833 |
+
#: contact_form.php:1417 contact_form.php:1419
|
|
|
834 |
msgid "Please enter your full name..."
|
835 |
msgstr "Bitte geben sie Ihren vollen Namen ein... "
|
836 |
|
837 |
+
#: contact_form.php:1430 contact_form.php:1432
|
|
|
838 |
msgid "Please enter your address..."
|
839 |
msgstr "Bitte geben sie Ihre Adresse ein... "
|
840 |
|
841 |
+
#: contact_form.php:1441 contact_form.php:1443
|
|
|
842 |
msgid "Please enter your email address..."
|
843 |
msgstr "Bitte geben sie ihre E-Mail Adresse an ..."
|
844 |
|
845 |
+
#: contact_form.php:1452 contact_form.php:1454
|
|
|
846 |
msgid "Please enter your phone number..."
|
847 |
msgstr "Bitte geben sie Ihre Telefonnummer ein... "
|
848 |
|
849 |
+
#: contact_form.php:1463 contact_form.php:1465
|
|
|
850 |
msgid "Please enter subject..."
|
851 |
msgstr "Bitte geben sie Ihren Betreff an... "
|
852 |
|
853 |
+
#: contact_form.php:1473 contact_form.php:1475
|
|
|
854 |
msgid "Please enter your message..."
|
855 |
msgstr "Bitte geben sie Ihre Nachricht ein... "
|
856 |
|
857 |
+
#: contact_form.php:1586
|
858 |
msgid "Sorry, email message could not be delivered."
|
859 |
msgstr "Verzeihung, die Nachricht konnte nicht gesendet werden."
|
860 |
|
861 |
+
#: contact_form.php:1994
|
862 |
msgid "Contact from"
|
863 |
msgstr "Kontakt von"
|
864 |
|
865 |
+
#: contact_form.php:2016 contact_form.php:2046
|
|
|
866 |
msgid "Phone"
|
867 |
msgstr "Telefonnummer"
|
868 |
|
869 |
+
#: contact_form.php:2027 contact_form.php:2053
|
|
|
870 |
msgid "Site"
|
871 |
msgstr "Webseite"
|
872 |
|
873 |
+
#: contact_form.php:2140
|
874 |
+
msgid ""
|
875 |
+
"If you can see this MIME, it means that the MIME type is not supported by "
|
876 |
+
"your email client!"
|
877 |
+
msgstr ""
|
878 |
+
"Wenn sie dieses MIME sehen, unterstützt Ihr Browser diesen MIME Typ nicht!"
|
879 |
|
880 |
+
#: contact_form.php:2224
|
881 |
msgid "Support"
|
882 |
msgstr "Support"
|
883 |
|
884 |
+
#: contact_form.php:2273
|
885 |
msgid "Are you sure that you want to delete this language data?"
|
886 |
msgstr "Sind sie sicher, dass sie diese Sprach-Daten löschen wollen?"
|
887 |
|
888 |
+
#: contact_form.php:2294
|
889 |
#, fuzzy
|
890 |
msgid "Add multiple forms"
|
891 |
msgstr "Füge in die Form"
|
892 |
|
893 |
+
#: contact_form.php:2294
|
894 |
+
msgid ""
|
895 |
+
"Install Contact Form Multi plugin to create unlimited number of contact "
|
896 |
+
"forms."
|
897 |
msgstr ""
|
898 |
|
899 |
+
#: contact_form.php:2299
|
900 |
#, fuzzy
|
901 |
msgid "Learn more"
|
902 |
msgstr "Lees verder"
|
903 |
|
904 |
+
#: contact_form.php:2303
|
905 |
msgid "Close"
|
906 |
msgstr ""
|
907 |
|
908 |
+
#: contact_form.php:2491
|
909 |
#, fuzzy
|
910 |
msgid "allows to store your messages to the database."
|
911 |
msgstr "Speicher E-Mails in die Datenbank"
|
912 |
|
913 |
+
#: contact_form.php:2492
|
914 |
msgid "Manage messages that have been sent from your website."
|
915 |
msgstr ""
|
916 |
|
languages/contact_form-el.mo
CHANGED
Binary file
|
languages/contact_form-el.po
CHANGED
@@ -2,25 +2,26 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Contact Form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
-
"Last-Translator: bestwebsoft.com <
|
8 |
"Language-Team: Dimitris Karantonis <dkarantonis@gmail.com>\n"
|
9 |
"Language: el\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"Plural-Forms: nplurals=3; plural=n%100/10==1 ? 2 : n%10==1 ? 0 : (n
|
|
|
14 |
"X-Generator: Poedit 1.5.4\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;
|
|
|
17 |
"X-Poedit-Basepath: ..\n"
|
18 |
"X-Textdomain-Support: yes\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
# @ contact_form
|
22 |
-
#: contact_form.php:35
|
23 |
-
#: contact_form.php:650
|
24 |
msgid "Contact Form Settings"
|
25 |
msgstr "Ρυθμίσεις φόρμας επικοινωνίας"
|
26 |
|
@@ -30,71 +31,59 @@ msgid "Contact Form"
|
|
30 |
msgstr "Φόρμα Επικοινωνίας"
|
31 |
|
32 |
# @ contact_form
|
33 |
-
#: contact_form.php:123
|
34 |
-
#: contact_form.php:1047
|
35 |
-
#: contact_form.php:1081
|
36 |
msgid "Name:"
|
37 |
msgstr "Όνομα:"
|
38 |
|
39 |
# @ contact_form
|
40 |
-
#: contact_form.php:124
|
41 |
-
#: contact_form.php:1048
|
42 |
-
#: contact_form.php:1082
|
43 |
msgid "Address:"
|
44 |
msgstr "Διεύθυνση:"
|
45 |
|
46 |
# @ contact_form
|
47 |
-
#: contact_form.php:125
|
48 |
-
#: contact_form.php:1049
|
49 |
-
#: contact_form.php:1083
|
50 |
msgid "Email Address:"
|
51 |
msgstr "Email:"
|
52 |
|
53 |
# @ contact_form
|
54 |
-
#: contact_form.php:126
|
55 |
-
#: contact_form.php:1050
|
56 |
-
#: contact_form.php:1084
|
57 |
msgid "Phone number:"
|
58 |
msgstr "Αριθμός τηλεφώνου:"
|
59 |
|
60 |
# @ contact_form
|
61 |
-
#: contact_form.php:127
|
62 |
-
#: contact_form.php:1051
|
63 |
-
#: contact_form.php:1085
|
64 |
msgid "Subject:"
|
65 |
msgstr "Θέμα:"
|
66 |
|
67 |
# @ contact_form
|
68 |
-
#: contact_form.php:128
|
69 |
-
#: contact_form.php:1052
|
70 |
-
#: contact_form.php:1086
|
71 |
msgid "Message:"
|
72 |
msgstr "Μήνυμα:"
|
73 |
|
74 |
# @ contact_form
|
75 |
-
#: contact_form.php:129
|
76 |
-
#: contact_form.php:1053
|
77 |
-
#: contact_form.php:1087
|
78 |
msgid "Attachment:"
|
79 |
msgstr "Συννημένο Αρχείο:"
|
80 |
|
81 |
# @ contact_form
|
82 |
#: contact_form.php:130
|
83 |
#, fuzzy
|
84 |
-
msgid "
|
85 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
|
87 |
# @ contact_form
|
88 |
-
#: contact_form.php:131
|
89 |
-
#: contact_form.php:1055
|
90 |
-
#: contact_form.php:1089
|
91 |
msgid "Send me a copy"
|
92 |
msgstr "Αποστολή αντιγράφου"
|
93 |
|
94 |
# @ contact_form
|
95 |
-
#: contact_form.php:132
|
96 |
-
#: contact_form.php:1056
|
97 |
-
#: contact_form.php:1090
|
98 |
msgid "Submit"
|
99 |
msgstr "Αποστολή"
|
100 |
|
@@ -156,7 +145,8 @@ msgstr "Παρακαλούμε, συμπληρώστε το πεδίο CAPTCHA."
|
|
156 |
# @ contact_form
|
157 |
#: contact_form.php:144
|
158 |
msgid "Please make corrections below and try again."
|
159 |
-
msgstr "
|
|
|
160 |
|
161 |
# @ contact_form
|
162 |
#: contact_form.php:146
|
@@ -164,13 +154,19 @@ msgid "Thank you for contacting us."
|
|
164 |
msgstr "Σας ευχαριστούμε για την επικοινωνία."
|
165 |
|
166 |
#: contact_form.php:546
|
167 |
-
msgid "
|
|
|
|
|
168 |
msgstr ""
|
169 |
|
170 |
# @ contact_form
|
171 |
#: contact_form.php:556
|
172 |
-
msgid "
|
173 |
-
|
|
|
|
|
|
|
|
|
174 |
|
175 |
# @ contact_form
|
176 |
#: contact_form.php:565
|
@@ -179,8 +175,11 @@ msgstr "Τέτοιος χρήστης δεν υπάρχει."
|
|
179 |
|
180 |
# @ contact_form
|
181 |
#: contact_form.php:575
|
182 |
-
msgid "
|
183 |
-
|
|
|
|
|
|
|
184 |
|
185 |
# @ contact_form
|
186 |
#: contact_form.php:583
|
@@ -197,930 +196,957 @@ msgstr "Οι ρυθμίσεις αποθηκεύτηκαν."
|
|
197 |
msgid "Settings are not saved."
|
198 |
msgstr "Οι ρυθμίσεις δεν αποθηκεύτηκαν."
|
199 |
|
|
|
|
|
|
|
|
|
200 |
# @ contact_form
|
201 |
-
#: contact_form.php:
|
202 |
-
#: contact_form.php:2188
|
203 |
-
#: contact_form.php:2202
|
204 |
msgid "Settings"
|
205 |
msgstr "Ρυθμίσεις"
|
206 |
|
207 |
# @ contact_form
|
208 |
-
#: contact_form.php:
|
209 |
#, fuzzy
|
210 |
msgid "Additional settings"
|
211 |
msgstr "Πρόσθετες επιλογές"
|
212 |
|
213 |
-
#: contact_form.php:
|
214 |
msgid "Appearance"
|
215 |
msgstr ""
|
216 |
|
217 |
# @ contact_form
|
218 |
-
#: contact_form.php:
|
219 |
-
#: contact_form.php:2203
|
220 |
msgid "FAQ"
|
221 |
msgstr "Συχνές Ερωτήσεις"
|
222 |
|
223 |
# @ contact_form
|
224 |
-
#: contact_form.php:
|
225 |
msgid "Go PRO"
|
226 |
msgstr "Αναβάθμιση σε PRO"
|
227 |
|
228 |
# @ contact_form
|
229 |
-
#: contact_form.php:
|
230 |
-
#: contact_form.php:661
|
231 |
msgid "Notice:"
|
232 |
msgstr "Σημείωση:"
|
233 |
|
234 |
# @ contact_form
|
235 |
-
#: contact_form.php:
|
236 |
-
msgid "
|
237 |
-
|
|
|
|
|
|
|
|
|
238 |
|
239 |
# @ contact_form
|
240 |
-
#: contact_form.php:
|
241 |
-
msgid "
|
242 |
-
|
|
|
|
|
|
|
|
|
243 |
|
244 |
# @ contact_form
|
245 |
-
#: contact_form.php:
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
|
|
|
|
|
|
|
|
250 |
|
251 |
# @ contact_form
|
252 |
-
#: contact_form.php:
|
253 |
-
#: contact_form.php:
|
254 |
-
#: contact_form.php:
|
255 |
-
#: contact_form.php:680
|
256 |
-
#: contact_form.php:1071
|
257 |
-
#: contact_form.php:1073
|
258 |
-
#: contact_form.php:1134
|
259 |
-
#: contact_form.php:1136
|
260 |
msgid "or"
|
261 |
msgstr "ή"
|
262 |
|
263 |
# @ contact_form
|
264 |
-
#: contact_form.php:
|
265 |
-
|
266 |
-
msgid "
|
267 |
-
|
|
|
|
|
|
|
|
|
268 |
|
269 |
# @ contact_form
|
270 |
-
#: contact_form.php:
|
271 |
-
#: contact_form.php:680
|
272 |
msgid "They work the same way."
|
273 |
msgstr "Λειτουργούν με τον ίδιο τρόπο."
|
274 |
|
275 |
# @ contact_form
|
276 |
-
#: contact_form.php:
|
277 |
-
msgid "
|
278 |
-
|
|
|
|
|
|
|
|
|
|
|
279 |
|
280 |
# @ contact_form
|
281 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
282 |
msgid "The user's email address:"
|
283 |
msgstr "Η διεύθυνση email του χρήστη:"
|
284 |
|
285 |
# @ contact_form
|
286 |
-
#: contact_form.php:
|
287 |
#, fuzzy
|
288 |
msgid "Select a username"
|
289 |
msgstr "Δημιουργήστε ένα όνομα χρήστη"
|
290 |
|
291 |
# @ contact_form
|
292 |
-
#: contact_form.php:
|
293 |
-
msgid "
|
294 |
-
|
|
|
|
|
|
|
|
|
295 |
|
296 |
# @ contact_form
|
297 |
-
#: contact_form.php:
|
298 |
msgid "Use this email address:"
|
299 |
msgstr "Χρησιμοποιήστε αυτήν τη διεύθυνση email: "
|
300 |
|
301 |
# @ contact_form
|
302 |
-
#: contact_form.php:
|
303 |
msgid "Enter the email address you want the messages forwarded to."
|
304 |
msgstr "Εισάγετε τη διεύθυνση email που θέλετε τα μηνύματα να προωθούνται."
|
305 |
|
306 |
# @ contact_form
|
307 |
-
#: contact_form.php:
|
308 |
msgid "Add department selectbox to the contact form:"
|
309 |
msgstr "Προσθέστε τμήμα selectbox στην φόρμα επικοινωνίας:"
|
310 |
|
311 |
# @ contact_form
|
312 |
-
#: contact_form.php:
|
313 |
-
#: contact_form.php:1182
|
314 |
-
#: contact_form.php:1365
|
315 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
316 |
-
msgstr "
|
|
|
317 |
|
318 |
# @ contact_form
|
319 |
-
#: contact_form.php:
|
320 |
-
#: contact_form.php:
|
321 |
-
|
322 |
-
|
323 |
-
#: contact_form.php:1372
|
324 |
-
msgid "Unlock premium options by upgrading to a PRO version."
|
325 |
msgstr "Ξεκλειδώστε τις επιπλέον επιλογές, αναβαθμίζοντας στην έκδοση PRO."
|
326 |
|
327 |
# @ contact_form
|
328 |
-
#: contact_form.php:
|
329 |
-
#: contact_form.php:
|
330 |
-
#: contact_form.php:984
|
331 |
-
#: contact_form.php:1190
|
332 |
-
#: contact_form.php:1373
|
333 |
-
#: contact_form.php:2475
|
334 |
msgid "Learn More"
|
335 |
msgstr "Μάθετε περισσότερα"
|
336 |
|
337 |
# @ contact_form
|
338 |
-
#: contact_form.php:
|
339 |
-
#: contact_form.php:
|
340 |
-
#: contact_form.php:987
|
341 |
-
#: contact_form.php:1193
|
342 |
-
#: contact_form.php:1376
|
343 |
msgid "Go"
|
344 |
msgstr "Πηγαίνετε"
|
345 |
|
346 |
# @ contact_form
|
347 |
-
#: contact_form.php:
|
348 |
msgid "Save emails to the database"
|
349 |
msgstr "Αποθηκεύστε τα μηνύματα ηλεκτρονικού ταχυδρομείου στη βάση δεδομένων"
|
350 |
|
351 |
# @ contact_form
|
352 |
-
#: contact_form.php:
|
353 |
msgid "Using"
|
354 |
msgstr "Χρήση"
|
355 |
|
356 |
# @ contact_form
|
357 |
-
#: contact_form.php:
|
358 |
-
#: contact_form.php:759
|
359 |
#, fuzzy
|
360 |
msgid "Using Contact Form to DB by BestWebSoft"
|
361 |
msgstr "Χρήση της Φόρμας Επικοινωνίας για DB, υποστήριξη από"
|
362 |
|
363 |
# @ contact_form
|
364 |
-
#: contact_form.php:
|
365 |
#, fuzzy
|
366 |
msgid "Activate"
|
367 |
msgstr "Ενεργοποίηση captcha"
|
368 |
|
369 |
# @ contact_form
|
370 |
-
#: contact_form.php:
|
371 |
#, fuzzy
|
372 |
msgid "Download"
|
373 |
msgstr "Κατέβασμα captcha"
|
374 |
|
375 |
# @ contact_form
|
376 |
-
#: contact_form.php:
|
377 |
msgid "What to use?"
|
378 |
msgstr "Τι πρέπει να χρησιμοποιήσετε;"
|
379 |
|
380 |
# @ contact_form
|
381 |
-
#: contact_form.php:
|
382 |
msgid "Wp-mail"
|
383 |
msgstr "Wp-mail"
|
384 |
|
385 |
# @ contact_form
|
386 |
-
#: contact_form.php:
|
387 |
msgid "You can use the wp_mail function for mailing"
|
388 |
-
msgstr "
|
|
|
389 |
|
390 |
# @ contact_form
|
391 |
-
#: contact_form.php:
|
392 |
msgid "Mail"
|
393 |
msgstr "Tαχυδρομείο"
|
394 |
|
395 |
# @ contact_form
|
396 |
-
#: contact_form.php:
|
397 |
msgid "To send mail you can use the php mail function"
|
398 |
-
msgstr "
|
|
|
|
|
399 |
|
400 |
-
#: contact_form.php:
|
401 |
msgid "'FROM' field"
|
402 |
msgstr ""
|
403 |
|
404 |
# @ contact_form
|
405 |
-
#: contact_form.php:
|
406 |
-
#: contact_form.php:
|
407 |
-
#: contact_form.php:1234
|
408 |
-
#: contact_form.php:1980
|
409 |
-
#: contact_form.php:2016
|
410 |
msgid "Name"
|
411 |
msgstr "Όνομα"
|
412 |
|
413 |
# @ contact_form
|
414 |
-
#: contact_form.php:
|
415 |
msgid "User name"
|
416 |
msgstr "Όνομα χρήστη"
|
417 |
|
418 |
# @ contact_form
|
419 |
-
#: contact_form.php:
|
420 |
-
msgid "
|
421 |
-
|
|
|
|
|
|
|
422 |
|
423 |
# @ contact_form
|
424 |
-
#: contact_form.php:
|
425 |
-
#: contact_form.php:1991
|
426 |
-
#: contact_form.php:2023
|
427 |
msgid "Email"
|
428 |
msgstr "Email"
|
429 |
|
430 |
# @ contact_form
|
431 |
-
#: contact_form.php:
|
432 |
msgid "User email"
|
433 |
msgstr "Email χρήστη"
|
434 |
|
435 |
# @ contact_form
|
436 |
-
#: contact_form.php:
|
437 |
-
msgid "
|
438 |
-
|
|
|
|
|
|
|
|
|
439 |
|
440 |
-
#: contact_form.php:
|
441 |
-
msgid "
|
|
|
|
|
442 |
msgstr ""
|
443 |
|
444 |
# @ contact_form
|
445 |
-
#: contact_form.php:
|
446 |
msgid "Required symbol"
|
447 |
msgstr "Απαιτούμενο σύμβολο"
|
448 |
|
449 |
# @ contact_form
|
450 |
-
#: contact_form.php:
|
451 |
msgid "Fields"
|
452 |
msgstr "Πεδία"
|
453 |
|
454 |
# @ contact_form
|
455 |
-
#: contact_form.php:
|
456 |
msgid "Used"
|
457 |
msgstr "Χρησιμοποιείται"
|
458 |
|
459 |
# @ contact_form
|
460 |
-
#: contact_form.php:
|
461 |
msgid "Required"
|
462 |
msgstr "Απαιτούμενο"
|
463 |
|
464 |
# @ contact_form
|
465 |
-
#: contact_form.php:
|
466 |
msgid "Visible"
|
467 |
msgstr "Ορατό"
|
468 |
|
469 |
# @ contact_form
|
470 |
-
#: contact_form.php:
|
471 |
msgid "Disabled for editing"
|
472 |
msgstr "Δεν επιτρέπεται η επεξεργασία"
|
473 |
|
474 |
# @ contact_form
|
475 |
-
#: contact_form.php:
|
476 |
msgid "Field's default value"
|
477 |
msgstr "Προκαθορισμένη τιμή πεδίου"
|
478 |
|
479 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
480 |
msgid "Use User's name as a default value if the user is logged in."
|
481 |
msgstr ""
|
482 |
|
483 |
-
#: contact_form.php:
|
484 |
-
|
485 |
-
|
|
|
486 |
msgstr ""
|
487 |
|
488 |
# @ contact_form
|
489 |
-
#: contact_form.php:
|
490 |
msgid "Location selectbox"
|
491 |
msgstr "Τοποθεσία selectbox"
|
492 |
|
493 |
# @ contact_form
|
494 |
-
#: contact_form.php:
|
495 |
-
#: contact_form.php:
|
496 |
-
#: contact_form.php:1986
|
497 |
-
#: contact_form.php:2020
|
498 |
msgid "Address"
|
499 |
msgstr "Διεύθυνση"
|
500 |
|
501 |
# @ contact_form
|
502 |
-
#: contact_form.php:
|
503 |
msgid "Email Address"
|
504 |
msgstr "Διεύθυνση Email"
|
505 |
|
506 |
-
#: contact_form.php:
|
507 |
msgid "Use User's email as a default value if the user is logged in."
|
508 |
msgstr ""
|
509 |
|
510 |
# @ contact_form
|
511 |
-
#: contact_form.php:
|
512 |
msgid "Phone number"
|
513 |
msgstr "Αριθμός τηλεφώνου"
|
514 |
|
515 |
# @ contact_form
|
516 |
-
#: contact_form.php:
|
517 |
-
#: contact_form.php:
|
518 |
-
#: contact_form.php:2001
|
519 |
-
#: contact_form.php:2029
|
520 |
msgid "Subject"
|
521 |
msgstr "Θέμα"
|
522 |
|
523 |
# @ contact_form
|
524 |
-
#: contact_form.php:
|
525 |
-
#: contact_form.php:
|
526 |
-
#: contact_form.php:2004
|
527 |
-
#: contact_form.php:2031
|
528 |
msgid "Message"
|
529 |
msgstr "Μήνυμα"
|
530 |
|
531 |
# @ contact_form
|
532 |
-
#: contact_form.php:
|
533 |
msgid "Attachment block"
|
534 |
msgstr "Συνημμένο μπλοκ"
|
535 |
|
536 |
# @ contact_form
|
537 |
-
#: contact_form.php:
|
538 |
msgid "Users can attach the following file formats"
|
539 |
msgstr "Οι χρήστες μπορούν να επισυνάψουν τις ακόλουθες μορφές αρχείων"
|
540 |
|
541 |
# @ contact_form
|
542 |
-
#: contact_form.php:
|
543 |
msgid "Add to the form"
|
544 |
msgstr "Προσθήκη στη φόρμα"
|
545 |
|
546 |
# @ contact_form
|
547 |
-
#: contact_form.php:
|
548 |
msgid "Tips below the Attachment"
|
549 |
msgstr "Συμβουλές κάτω από το συνημμένο"
|
550 |
|
551 |
# @ contact_form
|
552 |
-
#: contact_form.php:
|
553 |
msgid "'Send me a copy' block"
|
554 |
msgstr "Μπλοκ 'Στείλε μου ένα αντίγραφο'"
|
555 |
|
556 |
# @ contact_form
|
557 |
-
#: contact_form.php:
|
558 |
msgid "Activate captcha"
|
559 |
msgstr "Ενεργοποίηση captcha"
|
560 |
|
561 |
# @ contact_form
|
562 |
-
#: contact_form.php:
|
563 |
msgid "Download captcha"
|
564 |
msgstr "Κατέβασμα captcha"
|
565 |
|
566 |
# @ contact_form
|
567 |
-
#: contact_form.php:
|
568 |
msgid "Agreement checkbox"
|
569 |
msgstr "Checkbox συμφωνίας"
|
570 |
|
571 |
# @ contact_form
|
572 |
-
#: contact_form.php:
|
573 |
msgid "Required checkbox for submitting the form"
|
574 |
msgstr "Απαιτούμενο checkbox για την υποβολή της φόρμας"
|
575 |
|
576 |
# @ contact_form
|
577 |
-
#: contact_form.php:
|
578 |
msgid "Optional checkbox"
|
579 |
msgstr "Προαιρετικό checkbox"
|
580 |
|
581 |
# @ contact_form
|
582 |
-
#: contact_form.php:
|
583 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
584 |
msgstr "Optional checkbox, τα αποτελέσματα του οποίου θα εμφανίζεται στο email"
|
585 |
|
586 |
# @ contact_form
|
587 |
-
#: contact_form.php:
|
588 |
msgid "Delete an attachment file from the server after the email is sent"
|
589 |
-
msgstr "
|
|
|
590 |
|
591 |
# @ contact_form
|
592 |
-
#: contact_form.php:
|
593 |
msgid "Email in HTML format sending"
|
594 |
msgstr "Αποστολή email σε μορφή HTML "
|
595 |
|
596 |
# @ contact_form
|
597 |
-
#: contact_form.php:
|
598 |
msgid "Display additional info in the email"
|
599 |
msgstr "Εμφάνιση περισσότερων πληροφοριών στο email"
|
600 |
|
601 |
# @ contact_form
|
602 |
-
#: contact_form.php:
|
603 |
-
#: contact_form.php:1947
|
604 |
-
#: contact_form.php:1949
|
605 |
msgid "Sent from (ip address)"
|
606 |
msgstr "Εστάλη από (διεύθυνση IP)"
|
607 |
|
608 |
# @ contact_form
|
609 |
-
#: contact_form.php:
|
610 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
611 |
msgstr "Παράδειγμα: Εστάλη από (διεύθυνση IP):\t127.0.0.1"
|
612 |
|
613 |
# @ contact_form
|
614 |
-
#: contact_form.php:
|
615 |
-
#: contact_form.php:1953
|
616 |
-
#: contact_form.php:1955
|
617 |
msgid "Date/Time"
|
618 |
msgstr "Ημερομηνία/Ώρα"
|
619 |
|
620 |
# @ contact_form
|
621 |
-
#: contact_form.php:
|
622 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
623 |
msgstr "Παράδειγμα: Ημερομηνία/Ώρα:\tΑύγυστος 19, 2013 8:50 μμ"
|
624 |
|
625 |
# @ contact_form
|
626 |
-
#: contact_form.php:
|
627 |
-
#: contact_form.php:1959
|
628 |
-
#: contact_form.php:1961
|
629 |
msgid "Sent from (referer)"
|
630 |
msgstr "Εστάλη από (παραπέμπτης)"
|
631 |
|
632 |
# @ contact_form
|
633 |
-
#: contact_form.php:
|
634 |
-
msgid "
|
635 |
-
|
|
|
|
|
|
|
636 |
|
637 |
# @ contact_form
|
638 |
-
#: contact_form.php:
|
639 |
-
#: contact_form.php:1965
|
640 |
-
#: contact_form.php:1967
|
641 |
msgid "Using (user agent)"
|
642 |
msgstr "Χρήση (μέσο χρήστη)"
|
643 |
|
644 |
# @ contact_form
|
645 |
-
#: contact_form.php:
|
646 |
-
msgid "
|
647 |
-
|
|
|
|
|
|
|
|
|
648 |
|
649 |
# @ contact_form
|
650 |
-
#: contact_form.php:
|
651 |
msgid "Language settings for the field names in the form"
|
652 |
msgstr "Ρυθμίσεις γλώσσας για τα ονόματα πεδίων στη φόρμα"
|
653 |
|
654 |
# @ contact_form
|
655 |
-
#: contact_form.php:
|
656 |
msgid "Add a language"
|
657 |
msgstr "Προσθήκη γλώσσας"
|
658 |
|
659 |
# @ contact_form
|
660 |
-
#: contact_form.php:
|
661 |
msgid "Change the names of the contact form fields and error messages"
|
662 |
-
msgstr "
|
|
|
|
|
663 |
|
664 |
# @ contact_form
|
665 |
-
#: contact_form.php:
|
666 |
-
#: contact_form.php:1124
|
667 |
msgid "English"
|
668 |
msgstr "Αγγλικά"
|
669 |
|
670 |
# @ contact_form
|
671 |
-
#: contact_form.php:
|
672 |
-
#: contact_form.php:1079
|
673 |
msgid "click to expand/hide the list"
|
674 |
msgstr "κάντε κλικ για να επεκτείνετε/αποκρύψετε τη λίστα"
|
675 |
|
676 |
# @ contact_form
|
677 |
-
#: contact_form.php:
|
678 |
-
#: contact_form.php:1088
|
679 |
msgid "Tips below the Attachment block"
|
680 |
msgstr "Συμβουλές κάτω από το Συνημμένο μπλοκ"
|
681 |
|
682 |
# @ contact_form
|
683 |
-
#: contact_form.php:
|
684 |
-
#: contact_form.php:1091
|
685 |
msgid "Error message for the Name field"
|
686 |
msgstr "Μήνυμα σφάλματος στο πεδίο 'Όνομα'"
|
687 |
|
688 |
# @ contact_form
|
689 |
-
#: contact_form.php:
|
690 |
-
#: contact_form.php:1092
|
691 |
msgid "Error message for the Address field"
|
692 |
msgstr "Μήνυμα σφάλματος στο πεδίο 'Διεύθυνση'"
|
693 |
|
694 |
# @ contact_form
|
695 |
-
#: contact_form.php:
|
696 |
-
#: contact_form.php:1093
|
697 |
msgid "Error message for the Email field"
|
698 |
msgstr "Μήνυμα σφάλματος στο πεδίο 'Email'"
|
699 |
|
700 |
# @ contact_form
|
701 |
-
#: contact_form.php:
|
702 |
-
#: contact_form.php:1094
|
703 |
msgid "Error message for the Phone field"
|
704 |
msgstr "Μήνυμα σφάλματος στο πεδίο 'Αριθμός τηλεφώνου'"
|
705 |
|
706 |
# @ contact_form
|
707 |
-
#: contact_form.php:
|
708 |
-
#: contact_form.php:1095
|
709 |
msgid "Error message for the Subject field"
|
710 |
msgstr "Μήνυμα σφάλματος στο πεδίο 'Θέμα'"
|
711 |
|
712 |
# @ contact_form
|
713 |
-
#: contact_form.php:
|
714 |
-
#: contact_form.php:1096
|
715 |
msgid "Error message for the Message field"
|
716 |
msgstr "Μήνυμα σφάλματος στο πεδίο 'Μήνυμα'"
|
717 |
|
718 |
# @ contact_form
|
719 |
-
#: contact_form.php:
|
720 |
-
#: contact_form.php:1097
|
721 |
msgid "Error message about the file type for the Attachment field"
|
722 |
msgstr "Μήνυμα σφάλματος σχετικά με τον τύπο αρχείου για το πεδίο 'Συνημμένο'"
|
723 |
|
724 |
# @ contact_form
|
725 |
-
#: contact_form.php:
|
726 |
-
|
727 |
-
|
728 |
-
msgstr "
|
|
|
|
|
729 |
|
730 |
# @ contact_form
|
731 |
-
#: contact_form.php:
|
732 |
-
#: contact_form.php:1099
|
733 |
msgid "Error message while moving the file for the Attachment field"
|
734 |
-
msgstr "
|
|
|
735 |
|
736 |
# @ contact_form
|
737 |
-
#: contact_form.php:
|
738 |
-
#: contact_form.php:1100
|
739 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
740 |
-
msgstr "
|
|
|
|
|
741 |
|
742 |
# @ contact_form
|
743 |
-
#: contact_form.php:
|
744 |
-
#: contact_form.php:1101
|
745 |
msgid "Error message for the Captcha field"
|
746 |
msgstr "Μήνυμα σφάλματος για το πεδίο 'Captcha'"
|
747 |
|
748 |
# @ contact_form
|
749 |
-
#: contact_form.php:
|
750 |
-
#: contact_form.php:1102
|
751 |
msgid "Error message for the whole form"
|
752 |
msgstr "Μήνυμα σφάλματος συνολικά για τη φόρμα"
|
753 |
|
754 |
# @ contact_form
|
755 |
-
#: contact_form.php:
|
756 |
-
#: contact_form.php:
|
757 |
-
#: contact_form.php:
|
758 |
-
#: contact_form.php:
|
759 |
-
#: contact_form.php:1134
|
760 |
-
#: contact_form.php:1136
|
761 |
-
#: contact_form.php:1144
|
762 |
-
#: contact_form.php:1146
|
763 |
-
#: contact_form.php:2336
|
764 |
-
#: contact_form.php:2338
|
765 |
msgid "Use shortcode"
|
766 |
msgstr "Χρήση σύντομου κωδικού"
|
767 |
|
768 |
# @ contact_form
|
769 |
-
#: contact_form.php:
|
770 |
-
#: contact_form.php:
|
771 |
-
#: contact_form.php:
|
772 |
-
#: contact_form.php:
|
773 |
-
#: contact_form.php:1134
|
774 |
-
#: contact_form.php:1136
|
775 |
-
#: contact_form.php:1144
|
776 |
-
#: contact_form.php:1146
|
777 |
-
#: contact_form.php:2336
|
778 |
-
#: contact_form.php:2338
|
779 |
msgid "for this language"
|
780 |
msgstr "για τη συγκεκριμένη γλώσσα"
|
781 |
|
782 |
# @ contact_form
|
783 |
-
#: contact_form.php:
|
784 |
msgid "Use the changed names of the contact form fields in the email"
|
785 |
-
msgstr "
|
|
|
|
|
786 |
|
787 |
# @ contact_form
|
788 |
-
#: contact_form.php:
|
789 |
msgid "Action after email is sent"
|
790 |
msgstr "Ενέργεια μετά την αποστολή του email"
|
791 |
|
792 |
# @ contact_form
|
793 |
-
#: contact_form.php:
|
794 |
msgid "Display text"
|
795 |
msgstr "Εμφάνιση κειμένου"
|
796 |
|
797 |
# @ contact_form
|
798 |
-
#: contact_form.php:
|
799 |
-
#: contact_form.php:1142
|
800 |
msgid "Text"
|
801 |
msgstr "Κείμενο"
|
802 |
|
803 |
# @ contact_form
|
804 |
-
#: contact_form.php:
|
805 |
msgid "Redirect to the page"
|
806 |
msgstr "Ανακατεύθυνση στη σελίδα"
|
807 |
|
808 |
# @ contact_form
|
809 |
-
#: contact_form.php:
|
810 |
msgid "Url"
|
811 |
msgstr "Url"
|
812 |
|
813 |
# @ contact_form
|
814 |
-
#: contact_form.php:
|
815 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
816 |
-
msgstr "
|
|
|
|
|
817 |
|
818 |
# @ contact_form
|
819 |
-
#: contact_form.php:
|
820 |
-
msgid "
|
821 |
-
|
|
|
|
|
|
|
|
|
822 |
|
823 |
# @ contact_form
|
824 |
-
#: contact_form.php:
|
825 |
msgid "Auto Response"
|
826 |
msgstr "Αυτόματη Απάντηση"
|
827 |
|
828 |
# @ contact_form
|
829 |
-
#: contact_form.php:
|
830 |
#, php-format
|
831 |
-
msgid "
|
832 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
833 |
|
834 |
# @ default
|
835 |
-
#: contact_form.php:
|
836 |
-
#: contact_form.php:1383
|
837 |
msgid "Save Changes"
|
838 |
msgstr "Αποθήκευση αλλαγών"
|
839 |
|
840 |
# @ contact_form
|
841 |
-
#: contact_form.php:
|
842 |
msgid "Errors output"
|
843 |
msgstr "Έξοδος σφαλμάτων"
|
844 |
|
845 |
# @ contact_form
|
846 |
-
#: contact_form.php:
|
847 |
msgid "Display error messages"
|
848 |
msgstr "Εμφάνιση μηνυμάτων σφαλμάτων"
|
849 |
|
850 |
# @ contact_form
|
851 |
-
#: contact_form.php:
|
852 |
msgid "Color of the input field errors."
|
853 |
msgstr "Χρώμα των σφαλμάτων στα πεδία εισαγωγής."
|
854 |
|
855 |
# @ contact_form
|
856 |
-
#: contact_form.php:
|
857 |
msgid "Display error messages & color of the input field errors"
|
858 |
-
msgstr "
|
|
|
859 |
|
860 |
# @ contact_form
|
861 |
-
#: contact_form.php:
|
862 |
msgid "Add placeholder to the input blocks"
|
863 |
msgstr "Προσθήκη placeholder στα μπλοκς εισαγωγής"
|
864 |
|
865 |
# @ contact_form
|
866 |
-
#: contact_form.php:
|
867 |
msgid "Add tooltips"
|
868 |
msgstr "Προσθήκη επεξηγήσεων"
|
869 |
|
870 |
# @ contact_form
|
871 |
-
#: contact_form.php:
|
872 |
msgid "Email address"
|
873 |
msgstr "Email"
|
874 |
|
875 |
# @ contact_form
|
876 |
-
#: contact_form.php:
|
877 |
msgid "Phone Number"
|
878 |
msgstr "Αριθμός τηλεφώνου"
|
879 |
|
880 |
# @ contact_form
|
881 |
-
#: contact_form.php:
|
882 |
msgid "Attachment"
|
883 |
msgstr "Συννημένο αρχείο"
|
884 |
|
885 |
# @ contact_form
|
886 |
-
#: contact_form.php:
|
887 |
msgid "Style options"
|
888 |
msgstr "Ρυμθίσεις εμφάνισης"
|
889 |
|
890 |
# @ contact_form
|
891 |
-
#: contact_form.php:
|
892 |
msgid "Text color"
|
893 |
msgstr "Χρώμα κειμένου"
|
894 |
|
895 |
# @ contact_form
|
896 |
-
#: contact_form.php:
|
897 |
-
#: contact_form.php:
|
898 |
-
#: contact_form.php:
|
899 |
-
#: contact_form.php:
|
900 |
-
#: contact_form.php:1304
|
901 |
-
#: contact_form.php:1309
|
902 |
-
#: contact_form.php:1319
|
903 |
-
#: contact_form.php:1324
|
904 |
-
#: contact_form.php:1333
|
905 |
-
#: contact_form.php:1347
|
906 |
-
#: contact_form.php:1352
|
907 |
-
#: contact_form.php:1357
|
908 |
msgid "Default"
|
909 |
msgstr "Προκαθορισμένο"
|
910 |
|
911 |
# @ contact_form
|
912 |
-
#: contact_form.php:
|
913 |
msgid "Label text color"
|
914 |
msgstr "Χρώμα κειμένου ετικέτας"
|
915 |
|
916 |
# @ contact_form
|
917 |
-
#: contact_form.php:
|
918 |
msgid "Placeholder color"
|
919 |
msgstr "Χρώμα placeholder"
|
920 |
|
921 |
# @ contact_form
|
922 |
-
#: contact_form.php:
|
923 |
msgid "Errors color"
|
924 |
msgstr "Χρώμα σφαλμάτων"
|
925 |
|
926 |
# @ contact_form
|
927 |
-
#: contact_form.php:
|
928 |
msgid "Error text color"
|
929 |
msgstr "Χρώμα κειμένου σφάλματος"
|
930 |
|
931 |
# @ contact_form
|
932 |
-
#: contact_form.php:
|
933 |
msgid "Background color of the input field errors"
|
934 |
msgstr "Χρώμα φόντου στα πεδία εισαγωγής σφαλμάτων"
|
935 |
|
936 |
# @ contact_form
|
937 |
-
#: contact_form.php:
|
938 |
msgid "Border color of the input field errors"
|
939 |
msgstr "Χρώμα περιγράμματος στα πεδία εισαγωγής σφαλμάτων"
|
940 |
|
941 |
# @ contact_form
|
942 |
-
#: contact_form.php:
|
943 |
msgid "Placeholder color of the input field errors"
|
944 |
msgstr "Χρώμα placeholder στα πεδία εισαγωγής σφαλμάτων"
|
945 |
|
946 |
# @ contact_form
|
947 |
-
#: contact_form.php:
|
948 |
msgid "Input fields"
|
949 |
msgstr "Πεδία εισαγωγής"
|
950 |
|
951 |
# @ contact_form
|
952 |
-
#: contact_form.php:
|
953 |
msgid "Input fields background color"
|
954 |
msgstr "Χρώμα φόντου στα πεδία εισαγωγής"
|
955 |
|
956 |
# @ contact_form
|
957 |
-
#: contact_form.php:
|
958 |
msgid "Text fields color"
|
959 |
msgstr "Χρώμα πεδίων κειμένου"
|
960 |
|
961 |
# @ contact_form
|
962 |
-
#: contact_form.php:
|
963 |
msgid "Border width in px, numbers only"
|
964 |
msgstr "Πλάτος περιγράμματος σε px, μόνο αριθμοί"
|
965 |
|
966 |
# @ contact_form
|
967 |
-
#: contact_form.php:
|
968 |
-
#: contact_form.php:1359
|
969 |
msgid "Border color"
|
970 |
msgstr "Χρώμα περιγράμματος"
|
971 |
|
972 |
# @ contact_form
|
973 |
-
#: contact_form.php:
|
974 |
msgid "Submit button"
|
975 |
msgstr "Κομβίο Υποβολής"
|
976 |
|
977 |
# @ contact_form
|
978 |
-
#: contact_form.php:
|
979 |
msgid "Width in px, numbers only"
|
980 |
msgstr "Πλάτος σε px, μόνο αριθμοί"
|
981 |
|
982 |
# @ contact_form
|
983 |
-
#: contact_form.php:
|
984 |
msgid "Button color"
|
985 |
msgstr "Χρώμα κομβίου"
|
986 |
|
987 |
# @ contact_form
|
988 |
-
#: contact_form.php:
|
989 |
msgid "Button text color"
|
990 |
msgstr "Χρώμα κειμένου κομβίου"
|
991 |
|
992 |
# @ contact_form
|
993 |
-
#: contact_form.php:
|
994 |
msgid "Contact Form Pro | Preview"
|
995 |
msgstr "Contact Form Pro | Προεπισκόπηση"
|
996 |
|
997 |
# @ contact_form
|
998 |
-
#: contact_form.php:
|
999 |
msgid "Show with errors"
|
1000 |
msgstr "Εμφάνιση με σφάλματα"
|
1001 |
|
1002 |
# @ contact_form
|
1003 |
-
#: contact_form.php:
|
1004 |
-
#: contact_form.php:1400
|
1005 |
msgid "Please enter your full name..."
|
1006 |
msgstr "Παρακαλούμε, εισάγετε το πλήρες ονοματεπώνυμό σας..."
|
1007 |
|
1008 |
# @ contact_form
|
1009 |
-
#: contact_form.php:
|
1010 |
-
#: contact_form.php:1413
|
1011 |
msgid "Please enter your address..."
|
1012 |
msgstr "Παρακαλούμε, εισάγετε τη διεύθυνσή σας..."
|
1013 |
|
1014 |
# @ contact_form
|
1015 |
-
#: contact_form.php:
|
1016 |
-
#: contact_form.php:1424
|
1017 |
msgid "Please enter your email address..."
|
1018 |
msgstr "Παρακαλούμε, εισάγετε την ηλεκτρονική σας διεύθυνση (email)..."
|
1019 |
|
1020 |
# @ contact_form
|
1021 |
-
#: contact_form.php:
|
1022 |
-
#: contact_form.php:1435
|
1023 |
msgid "Please enter your phone number..."
|
1024 |
msgstr "Παρακαλούμε, εισάγετε τον αριθμό τηλεφώνου σας..."
|
1025 |
|
1026 |
# @ contact_form
|
1027 |
-
#: contact_form.php:
|
1028 |
-
#: contact_form.php:1446
|
1029 |
msgid "Please enter subject..."
|
1030 |
msgstr "Παρακαλούμε, εισάγετε το θέμα..."
|
1031 |
|
1032 |
# @ contact_form
|
1033 |
-
#: contact_form.php:
|
1034 |
-
#: contact_form.php:1456
|
1035 |
msgid "Please enter your message..."
|
1036 |
msgstr "Παρακαλούμε, εισάγετε το μήνυμά σας..."
|
1037 |
|
1038 |
# @ contact_form
|
1039 |
-
#: contact_form.php:
|
1040 |
msgid "Sorry, email message could not be delivered."
|
1041 |
-
msgstr "
|
|
|
1042 |
|
1043 |
# @ contact_form
|
1044 |
-
#: contact_form.php:
|
1045 |
msgid "Contact from"
|
1046 |
msgstr "Φόρμμα επικοινωνίας"
|
1047 |
|
1048 |
# @ contact_form
|
1049 |
-
#: contact_form.php:
|
1050 |
-
#: contact_form.php:2026
|
1051 |
msgid "Phone"
|
1052 |
msgstr "Αριθμός τηλεφώνου"
|
1053 |
|
1054 |
# @ contact_form
|
1055 |
-
#: contact_form.php:
|
1056 |
-
#: contact_form.php:2033
|
1057 |
msgid "Site"
|
1058 |
msgstr "Ιστοσελίδα"
|
1059 |
|
1060 |
# @ contact_form
|
1061 |
-
#: contact_form.php:
|
1062 |
-
msgid "
|
1063 |
-
|
|
|
|
|
|
|
|
|
1064 |
|
1065 |
# @ contact_form
|
1066 |
-
#: contact_form.php:
|
1067 |
msgid "Support"
|
1068 |
msgstr "Υποστήριξη"
|
1069 |
|
1070 |
# @ contact_form
|
1071 |
-
#: contact_form.php:
|
1072 |
msgid "Are you sure that you want to delete this language data?"
|
1073 |
msgstr "Είστε σίγουροι ότι θέλετε να διαγράψετε τα δεδομένα αυτής της γλώσσας;"
|
1074 |
|
1075 |
# @ contact_form
|
1076 |
-
#: contact_form.php:
|
1077 |
#, fuzzy
|
1078 |
msgid "Add multiple forms"
|
1079 |
msgstr "Προσθήκη στη φόρμα"
|
1080 |
|
1081 |
-
#: contact_form.php:
|
1082 |
-
msgid "
|
|
|
|
|
1083 |
msgstr ""
|
1084 |
|
1085 |
# @ contact_form
|
1086 |
-
#: contact_form.php:
|
1087 |
#, fuzzy
|
1088 |
msgid "Learn more"
|
1089 |
msgstr "Μάθετε περισσότερα"
|
1090 |
|
1091 |
-
#: contact_form.php:
|
1092 |
msgid "Close"
|
1093 |
msgstr ""
|
1094 |
|
1095 |
# @ contact_form
|
1096 |
-
#: contact_form.php:
|
1097 |
#, fuzzy
|
1098 |
msgid "allows to store your messages to the database."
|
1099 |
-
msgstr "
|
|
|
|
|
1100 |
|
1101 |
# @ contact_form
|
1102 |
-
#: contact_form.php:
|
1103 |
msgid "Manage messages that have been sent from your website."
|
1104 |
msgstr "Διαχειριστείτε τα μηνύματα που έχουν σταλεί από την ιστοσελίδα σας."
|
1105 |
|
1106 |
# @ contact_form
|
1107 |
#~ msgid "powered by"
|
1108 |
#~ msgstr "υποστήριξη από"
|
|
|
1109 |
# @ contact_form
|
1110 |
#~ msgid "Activate Contact Form to DB"
|
1111 |
#~ msgstr "ενεργοποίηση της Φόρμας Επικοινωνίας για DB"
|
|
|
1112 |
# @ contact_form
|
1113 |
#~ msgid "Download Contact Form to DB"
|
1114 |
#~ msgstr "Κατέβασμα της Φόρμας Επικοινωνίας για DB"
|
|
|
1115 |
# @ contact_form
|
1116 |
#~ msgid "Captcha"
|
1117 |
#~ msgstr "Captcha"
|
|
|
1118 |
# @ contact_form
|
1119 |
#~ msgid "(powered by bestwebsoft.com)"
|
1120 |
#~ msgstr "(υποστήριξη από bestwebsoft.com)"
|
|
|
1121 |
# @ contact_form
|
1122 |
#~ msgid "requires"
|
1123 |
#~ msgstr "απαιτεί"
|
|
|
1124 |
# @ contact_form
|
1125 |
#~ msgid ""
|
1126 |
#~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
|
@@ -1128,15 +1154,19 @@ msgstr "Διαχειριστείτε τα μηνύματα που έχουν σ
|
|
1128 |
#~ msgstr ""
|
1129 |
#~ "ή υψηλότερη, γι' αυτό έχει απενεργοποιηθεί! Παρακαλώ αναβαθμίστε το "
|
1130 |
#~ "WordPress και δοκιμάστε ξανά."
|
|
|
1131 |
# @ contact_form
|
1132 |
#~ msgid "Back to the WordPress"
|
1133 |
#~ msgstr "Επιστροφή στο WordPress"
|
|
|
1134 |
# @ contact_form
|
1135 |
#~ msgid "Plugins page"
|
1136 |
#~ msgstr "Σελίδα με πρόσθετα"
|
|
|
1137 |
# @ contact_form
|
1138 |
#~ msgid "Wrong license key"
|
1139 |
#~ msgstr "Λάθος κλειδί άδειας χρήσης"
|
|
|
1140 |
# @ contact_form
|
1141 |
#~ msgid ""
|
1142 |
#~ "Something went wrong. Try again later. If the error will appear again, "
|
@@ -1146,9 +1176,11 @@ msgstr "Διαχειριστείτε τα μηνύματα που έχουν σ
|
|
1146 |
#~ "Κάτι πήγε στραβά. Προσπαθήστε ξανά αργότερα. Αν θα εμφανιστεί και πάλι το "
|
1147 |
#~ "σφάλμα, παρακαλούμε επικοινωνήστε μαζί μας <a href=http://support."
|
1148 |
#~ "bestwebsoft.com> BestWebSoft </a>. Ζητούμε συγνώμη για την ταλαιπωρία."
|
|
|
1149 |
# @ contact_form
|
1150 |
#~ msgid "This license key is bind to another site"
|
1151 |
#~ msgstr "Αυτό το κλειδί άδειας χρήσης χρησιμοποιείται σε μια άλλη τοποθεσία"
|
|
|
1152 |
# @ contact_form
|
1153 |
#~ msgid ""
|
1154 |
#~ "Unfortunately, you have exceeded the number of available tries per day. "
|
@@ -1156,17 +1188,20 @@ msgstr "Διαχειριστείτε τα μηνύματα που έχουν σ
|
|
1156 |
#~ msgstr ""
|
1157 |
#~ "Δυστυχώς, έχετε υπερβεί τον αριθμό των διαθέσιμων προσπαθειών ανά ημέρα. "
|
1158 |
#~ "Παρακαλούμε, ανεβάστε την επέκταση χειροκίνητα."
|
|
|
1159 |
# @ contact_form
|
1160 |
#~ msgid ""
|
1161 |
#~ "Failed to download the zip archive. Please, upload the plugin manually"
|
1162 |
#~ msgstr ""
|
1163 |
#~ "Απέτυχε να κατεβάσει το αρχείο zip. Παρακαλούμε, ανεβάστε την επέκταση "
|
1164 |
#~ "χειροκίνητα"
|
|
|
1165 |
# @ contact_form
|
1166 |
#~ msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
1167 |
#~ msgstr ""
|
1168 |
#~ "Απέτυχε να ανοίξει το αρχείο zip. Παρακαλούμε, ανεβάστε την επέκταση "
|
1169 |
#~ "χειροκίνητα"
|
|
|
1170 |
# @ contact_form
|
1171 |
#~ msgid ""
|
1172 |
#~ "Your server does not support either ZipArchive or Phar. Please, upload "
|
@@ -1174,6 +1209,7 @@ msgstr "Διαχειριστείτε τα μηνύματα που έχουν σ
|
|
1174 |
#~ msgstr ""
|
1175 |
#~ "Ο διακομιστής σας δεν υποστηρίζει ZipArchive ούτε Phar. Παρακαλούμε, "
|
1176 |
#~ "ανεβάστε την επέκταση χειροκίνητα"
|
|
|
1177 |
# @ contact_form
|
1178 |
#, fuzzy
|
1179 |
#~ msgid "UploadDir is not writable. Please, upload the plugin manually"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Contact Form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-08-05 09:13+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-08-05 09:13+0300\n"
|
7 |
+
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: Dimitris Karantonis <dkarantonis@gmail.com>\n"
|
9 |
"Language: el\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"Plural-Forms: nplurals=3; plural=n%100/10==1 ? 2 : n%10==1 ? 0 : (n"
|
14 |
+
"+9)%10>3 ? 2 : 1;\n"
|
15 |
"X-Generator: Poedit 1.5.4\n"
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
+
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
|
18 |
+
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
19 |
"X-Poedit-Basepath: ..\n"
|
20 |
"X-Textdomain-Support: yes\n"
|
21 |
"X-Poedit-SearchPath-0: .\n"
|
22 |
|
23 |
# @ contact_form
|
24 |
+
#: contact_form.php:35 contact_form.php:657
|
|
|
25 |
msgid "Contact Form Settings"
|
26 |
msgstr "Ρυθμίσεις φόρμας επικοινωνίας"
|
27 |
|
31 |
msgstr "Φόρμα Επικοινωνίας"
|
32 |
|
33 |
# @ contact_form
|
34 |
+
#: contact_form.php:123 contact_form.php:1065 contact_form.php:1099
|
|
|
|
|
35 |
msgid "Name:"
|
36 |
msgstr "Όνομα:"
|
37 |
|
38 |
# @ contact_form
|
39 |
+
#: contact_form.php:124 contact_form.php:1066 contact_form.php:1100
|
|
|
|
|
40 |
msgid "Address:"
|
41 |
msgstr "Διεύθυνση:"
|
42 |
|
43 |
# @ contact_form
|
44 |
+
#: contact_form.php:125 contact_form.php:1067 contact_form.php:1101
|
|
|
|
|
45 |
msgid "Email Address:"
|
46 |
msgstr "Email:"
|
47 |
|
48 |
# @ contact_form
|
49 |
+
#: contact_form.php:126 contact_form.php:1068 contact_form.php:1102
|
|
|
|
|
50 |
msgid "Phone number:"
|
51 |
msgstr "Αριθμός τηλεφώνου:"
|
52 |
|
53 |
# @ contact_form
|
54 |
+
#: contact_form.php:127 contact_form.php:1069 contact_form.php:1103
|
|
|
|
|
55 |
msgid "Subject:"
|
56 |
msgstr "Θέμα:"
|
57 |
|
58 |
# @ contact_form
|
59 |
+
#: contact_form.php:128 contact_form.php:1070 contact_form.php:1104
|
|
|
|
|
60 |
msgid "Message:"
|
61 |
msgstr "Μήνυμα:"
|
62 |
|
63 |
# @ contact_form
|
64 |
+
#: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
|
|
|
|
|
65 |
msgid "Attachment:"
|
66 |
msgstr "Συννημένο Αρχείο:"
|
67 |
|
68 |
# @ contact_form
|
69 |
#: contact_form.php:130
|
70 |
#, fuzzy
|
71 |
+
msgid ""
|
72 |
+
"Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
|
73 |
+
"EPS, PS, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT. Max file "
|
74 |
+
"size: 2MB"
|
75 |
+
msgstr ""
|
76 |
+
"Τύποι υποστηριζόμενων αρχείων: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, "
|
77 |
+
"BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Μέγιστο "
|
78 |
+
"μέγεθος αρχείου: 2MB"
|
79 |
|
80 |
# @ contact_form
|
81 |
+
#: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
|
|
|
|
|
82 |
msgid "Send me a copy"
|
83 |
msgstr "Αποστολή αντιγράφου"
|
84 |
|
85 |
# @ contact_form
|
86 |
+
#: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
|
|
|
|
|
87 |
msgid "Submit"
|
88 |
msgstr "Αποστολή"
|
89 |
|
145 |
# @ contact_form
|
146 |
#: contact_form.php:144
|
147 |
msgid "Please make corrections below and try again."
|
148 |
+
msgstr ""
|
149 |
+
"Παρακαλούμε, προχωρήστε στις παρακακάτω διορθώσεις και προσπαθήστε ξανά."
|
150 |
|
151 |
# @ contact_form
|
152 |
#: contact_form.php:146
|
154 |
msgstr "Σας ευχαριστούμε για την επικοινωνία."
|
155 |
|
156 |
#: contact_form.php:546
|
157 |
+
msgid ""
|
158 |
+
"Email 'FROM' field option was changed, which may cause email messages being "
|
159 |
+
"moved to the spam folder or email delivery failures."
|
160 |
msgstr ""
|
161 |
|
162 |
# @ contact_form
|
163 |
#: contact_form.php:556
|
164 |
+
msgid ""
|
165 |
+
"If the 'Redirect to page' option is selected then the URL field should be in "
|
166 |
+
"the following format"
|
167 |
+
msgstr ""
|
168 |
+
"Αν είναι ενεργοποιημένη η επιλογή \"Ανακατεύθυνση στη σελίδα\", τότε το "
|
169 |
+
"πεδίο URL θα πρέπει να έχει την ακόλουθη μορφή"
|
170 |
|
171 |
# @ contact_form
|
172 |
#: contact_form.php:565
|
175 |
|
176 |
# @ contact_form
|
177 |
#: contact_form.php:575
|
178 |
+
msgid ""
|
179 |
+
"Please enter a valid email address in the 'Use this email address' field."
|
180 |
+
msgstr ""
|
181 |
+
"Παρακαλούμε, εισάγετε μια έγκυρη διεύθυνση email στο πεδίο 'Χρησιμοποιήστε "
|
182 |
+
"αυτήν τη διεύθυνση email'."
|
183 |
|
184 |
# @ contact_form
|
185 |
#: contact_form.php:583
|
196 |
msgid "Settings are not saved."
|
197 |
msgstr "Οι ρυθμίσεις δεν αποθηκεύτηκαν."
|
198 |
|
199 |
+
#: contact_form.php:646
|
200 |
+
msgid "All plugin settings were restored."
|
201 |
+
msgstr ""
|
202 |
+
|
203 |
# @ contact_form
|
204 |
+
#: contact_form.php:659 contact_form.php:2208 contact_form.php:2222
|
|
|
|
|
205 |
msgid "Settings"
|
206 |
msgstr "Ρυθμίσεις"
|
207 |
|
208 |
# @ contact_form
|
209 |
+
#: contact_form.php:660
|
210 |
#, fuzzy
|
211 |
msgid "Additional settings"
|
212 |
msgstr "Πρόσθετες επιλογές"
|
213 |
|
214 |
+
#: contact_form.php:661
|
215 |
msgid "Appearance"
|
216 |
msgstr ""
|
217 |
|
218 |
# @ contact_form
|
219 |
+
#: contact_form.php:662 contact_form.php:2223
|
|
|
220 |
msgid "FAQ"
|
221 |
msgstr "Συχνές Ερωτήσεις"
|
222 |
|
223 |
# @ contact_form
|
224 |
+
#: contact_form.php:663
|
225 |
msgid "Go PRO"
|
226 |
msgstr "Αναβάθμιση σε PRO"
|
227 |
|
228 |
# @ contact_form
|
229 |
+
#: contact_form.php:666 contact_form.php:668
|
|
|
230 |
msgid "Notice:"
|
231 |
msgstr "Σημείωση:"
|
232 |
|
233 |
# @ contact_form
|
234 |
+
#: contact_form.php:666
|
235 |
+
msgid ""
|
236 |
+
"The plugin's settings have been changed. In order to save them please don't "
|
237 |
+
"forget to click the 'Save Changes' button."
|
238 |
+
msgstr ""
|
239 |
+
"Οι ρυθμίσεις της επέκτασης έχουν τροποποιηθεί. Για να τις αποθηκεύσετε, "
|
240 |
+
"παρακαλούμε μην ξεχάσετε να κάνετε κλικ στο κουμπί 'Αποθήκευση αλλαγών'."
|
241 |
|
242 |
# @ contact_form
|
243 |
+
#: contact_form.php:679
|
244 |
+
msgid ""
|
245 |
+
"If you want to create multiple contact forms, please install the Contact "
|
246 |
+
"Form Multi plugin."
|
247 |
+
msgstr ""
|
248 |
+
"Αν θέλετε να δημιουργήσετε πολλαπλές μορφές επαφής, παρακαλούμε "
|
249 |
+
"εγκαταστήσετε την επέκταση φόρμα επικοινωνίας Multi."
|
250 |
|
251 |
# @ contact_form
|
252 |
+
#: contact_form.php:686
|
253 |
+
#, fuzzy
|
254 |
+
msgid ""
|
255 |
+
"If you would like to add Contact Form to your website, just copy and paste "
|
256 |
+
"this shortcode to your post or page or widget:"
|
257 |
+
msgstr ""
|
258 |
+
"Αν θέλετε να προσθέσετε τη Φόρμα Επικοινωνίας στην ιστοσελίδα σας, απλά "
|
259 |
+
"αντιγράψετε και επικολλήσετε αυτό το σύντομο κωδικό στο άρθρο, στη σελίδα ή "
|
260 |
+
"στο widget σας:"
|
261 |
|
262 |
# @ contact_form
|
263 |
+
#: contact_form.php:686 contact_form.php:687 contact_form.php:689
|
264 |
+
#: contact_form.php:690 contact_form.php:1089 contact_form.php:1091
|
265 |
+
#: contact_form.php:1152 contact_form.php:1154
|
|
|
|
|
|
|
|
|
|
|
266 |
msgid "or"
|
267 |
msgstr "ή"
|
268 |
|
269 |
# @ contact_form
|
270 |
+
#: contact_form.php:687
|
271 |
+
#, fuzzy
|
272 |
+
msgid ""
|
273 |
+
"If you have any problems with the standard shortcode [contact_form], you "
|
274 |
+
"should use the shortcode"
|
275 |
+
msgstr ""
|
276 |
+
"Αν έχετε οποιαδήποτε προβλήματα με τον πρότυπο σύντομο κωδικό "
|
277 |
+
"[contact_form], θα πρέπει να χρησιμοποιήσετε τον σύντομο κωδικό"
|
278 |
|
279 |
# @ contact_form
|
280 |
+
#: contact_form.php:687 contact_form.php:690
|
|
|
281 |
msgid "They work the same way."
|
282 |
msgstr "Λειτουργούν με τον ίδιο τρόπο."
|
283 |
|
284 |
# @ contact_form
|
285 |
+
#: contact_form.php:689 contact_form.php:1501
|
286 |
+
msgid ""
|
287 |
+
"If you would like to add the Contact Form to your website, just copy and "
|
288 |
+
"paste this shortcode to your post or page or widget:"
|
289 |
+
msgstr ""
|
290 |
+
"Αν θέλετε να προσθέσετε τη Φόρμα Επικοινωνίας στην ιστοσελίδα σας, απλά "
|
291 |
+
"αντιγράψετε και επικολλήσετε αυτό το σύντομο κωδικό στο άρθρο, στη σελίδα ή "
|
292 |
+
"στο widget σας:"
|
293 |
|
294 |
# @ contact_form
|
295 |
+
#: contact_form.php:690
|
296 |
+
msgid ""
|
297 |
+
"If have any problems with the standard shortcode [contact_form], you should "
|
298 |
+
"use the shortcode"
|
299 |
+
msgstr ""
|
300 |
+
"Αν έχετε οποιαδήποτε προβλήματα με τον πρότυπο σύντομο κωδικό "
|
301 |
+
"[contact_form], θα πρέπει να χρησιμοποιήσετε τον σύντομο κωδικό"
|
302 |
+
|
303 |
+
# @ contact_form
|
304 |
+
#: contact_form.php:694
|
305 |
+
msgid ""
|
306 |
+
"If you leave the fields empty, the messages will be sent to the email "
|
307 |
+
"address specified during registration."
|
308 |
+
msgstr ""
|
309 |
+
"Εάν αφήσετε τα πεδία κενά, τα μηνύματα θα σταλούν στη διεύθυνση email που "
|
310 |
+
"καθορίσατε κατά την εγγραφή σας."
|
311 |
+
|
312 |
+
# @ contact_form
|
313 |
+
#: contact_form.php:697
|
314 |
msgid "The user's email address:"
|
315 |
msgstr "Η διεύθυνση email του χρήστη:"
|
316 |
|
317 |
# @ contact_form
|
318 |
+
#: contact_form.php:701
|
319 |
#, fuzzy
|
320 |
msgid "Select a username"
|
321 |
msgstr "Δημιουργήστε ένα όνομα χρήστη"
|
322 |
|
323 |
# @ contact_form
|
324 |
+
#: contact_form.php:714
|
325 |
+
msgid ""
|
326 |
+
"Enter a username of the person who should get the messages from the contact "
|
327 |
+
"form."
|
328 |
+
msgstr ""
|
329 |
+
"Εισάγετε το όνομα του προσώπου που θα λαμβάνει τα μηνύματα από τη φόρμα "
|
330 |
+
"επικοινωνίας."
|
331 |
|
332 |
# @ contact_form
|
333 |
+
#: contact_form.php:718
|
334 |
msgid "Use this email address:"
|
335 |
msgstr "Χρησιμοποιήστε αυτήν τη διεύθυνση email: "
|
336 |
|
337 |
# @ contact_form
|
338 |
+
#: contact_form.php:722
|
339 |
msgid "Enter the email address you want the messages forwarded to."
|
340 |
msgstr "Εισάγετε τη διεύθυνση email που θέλετε τα μηνύματα να προωθούνται."
|
341 |
|
342 |
# @ contact_form
|
343 |
+
#: contact_form.php:731
|
344 |
msgid "Add department selectbox to the contact form:"
|
345 |
msgstr "Προσθέστε τμήμα selectbox στην φόρμα επικοινωνίας:"
|
346 |
|
347 |
# @ contact_form
|
348 |
+
#: contact_form.php:739 contact_form.php:1200 contact_form.php:1384
|
|
|
|
|
349 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
350 |
+
msgstr ""
|
351 |
+
"Εάν κάνετε αναβάθμιση σε έκδοση Pro όλες οι ρυθμίσεις σας θα αποθηκευτούν."
|
352 |
|
353 |
# @ contact_form
|
354 |
+
#: contact_form.php:746 contact_form.php:929 contact_form.php:1001
|
355 |
+
#: contact_form.php:1207 contact_form.php:1391
|
356 |
+
#, fuzzy
|
357 |
+
msgid "Unlock premium options by upgrading to PRO version."
|
|
|
|
|
358 |
msgstr "Ξεκλειδώστε τις επιπλέον επιλογές, αναβαθμίζοντας στην έκδοση PRO."
|
359 |
|
360 |
# @ contact_form
|
361 |
+
#: contact_form.php:747 contact_form.php:930 contact_form.php:1002
|
362 |
+
#: contact_form.php:1208 contact_form.php:1392 contact_form.php:2495
|
|
|
|
|
|
|
|
|
363 |
msgid "Learn More"
|
364 |
msgstr "Μάθετε περισσότερα"
|
365 |
|
366 |
# @ contact_form
|
367 |
+
#: contact_form.php:750 contact_form.php:933 contact_form.php:1005
|
368 |
+
#: contact_form.php:1211 contact_form.php:1395
|
|
|
|
|
|
|
369 |
msgid "Go"
|
370 |
msgstr "Πηγαίνετε"
|
371 |
|
372 |
# @ contact_form
|
373 |
+
#: contact_form.php:757
|
374 |
msgid "Save emails to the database"
|
375 |
msgstr "Αποθηκεύστε τα μηνύματα ηλεκτρονικού ταχυδρομείου στη βάση δεδομένων"
|
376 |
|
377 |
# @ contact_form
|
378 |
+
#: contact_form.php:762
|
379 |
msgid "Using"
|
380 |
msgstr "Χρήση"
|
381 |
|
382 |
# @ contact_form
|
383 |
+
#: contact_form.php:765 contact_form.php:769
|
|
|
384 |
#, fuzzy
|
385 |
msgid "Using Contact Form to DB by BestWebSoft"
|
386 |
msgstr "Χρήση της Φόρμας Επικοινωνίας για DB, υποστήριξη από"
|
387 |
|
388 |
# @ contact_form
|
389 |
+
#: contact_form.php:765
|
390 |
#, fuzzy
|
391 |
msgid "Activate"
|
392 |
msgstr "Ενεργοποίηση captcha"
|
393 |
|
394 |
# @ contact_form
|
395 |
+
#: contact_form.php:769
|
396 |
#, fuzzy
|
397 |
msgid "Download"
|
398 |
msgstr "Κατέβασμα captcha"
|
399 |
|
400 |
# @ contact_form
|
401 |
+
#: contact_form.php:779
|
402 |
msgid "What to use?"
|
403 |
msgstr "Τι πρέπει να χρησιμοποιήσετε;"
|
404 |
|
405 |
# @ contact_form
|
406 |
+
#: contact_form.php:784
|
407 |
msgid "Wp-mail"
|
408 |
msgstr "Wp-mail"
|
409 |
|
410 |
# @ contact_form
|
411 |
+
#: contact_form.php:786
|
412 |
msgid "You can use the wp_mail function for mailing"
|
413 |
+
msgstr ""
|
414 |
+
"Μπορείτε να χρησιμοποιήσετε τη λειτουργία wp_mail για την αποστολή emails"
|
415 |
|
416 |
# @ contact_form
|
417 |
+
#: contact_form.php:789
|
418 |
msgid "Mail"
|
419 |
msgstr "Tαχυδρομείο"
|
420 |
|
421 |
# @ contact_form
|
422 |
+
#: contact_form.php:791
|
423 |
msgid "To send mail you can use the php mail function"
|
424 |
+
msgstr ""
|
425 |
+
"Για να στείλετε email, μπορείτε να χρησιμοποιήσετε τη λειτουργία "
|
426 |
+
"ταχυδρομείου PHP"
|
427 |
|
428 |
+
#: contact_form.php:796
|
429 |
msgid "'FROM' field"
|
430 |
msgstr ""
|
431 |
|
432 |
# @ contact_form
|
433 |
+
#: contact_form.php:798 contact_form.php:860 contact_form.php:1253
|
434 |
+
#: contact_form.php:2000 contact_form.php:2036
|
|
|
|
|
|
|
435 |
msgid "Name"
|
436 |
msgstr "Όνομα"
|
437 |
|
438 |
# @ contact_form
|
439 |
+
#: contact_form.php:805
|
440 |
msgid "User name"
|
441 |
msgstr "Όνομα χρήστη"
|
442 |
|
443 |
# @ contact_form
|
444 |
+
#: contact_form.php:807
|
445 |
+
msgid ""
|
446 |
+
"The name of the user who fills the form will be used in the field 'From'."
|
447 |
+
msgstr ""
|
448 |
+
"Το όνομα του χρήστη που συμπληρώνει τη φόρμα θα χρησιμοποιηθεί στο πεδίο "
|
449 |
+
"'Από'."
|
450 |
|
451 |
# @ contact_form
|
452 |
+
#: contact_form.php:813 contact_form.php:2011 contact_form.php:2043
|
|
|
|
|
453 |
msgid "Email"
|
454 |
msgstr "Email"
|
455 |
|
456 |
# @ contact_form
|
457 |
+
#: contact_form.php:820
|
458 |
msgid "User email"
|
459 |
msgstr "Email χρήστη"
|
460 |
|
461 |
# @ contact_form
|
462 |
+
#: contact_form.php:822
|
463 |
+
msgid ""
|
464 |
+
"The email address of the user who fills the form will be used in the field "
|
465 |
+
"'From'."
|
466 |
+
msgstr ""
|
467 |
+
"Η διεύθυνση email του χρήστη που συμπληρώνει τη φόρμα θα χρησιμοποιηθεί στο "
|
468 |
+
"πεδίο 'Από'."
|
469 |
|
470 |
+
#: contact_form.php:826
|
471 |
+
msgid ""
|
472 |
+
"If this option is changed, email messages may be moved to the spam folder or "
|
473 |
+
"email delivery failures may occur."
|
474 |
msgstr ""
|
475 |
|
476 |
# @ contact_form
|
477 |
+
#: contact_form.php:832
|
478 |
msgid "Required symbol"
|
479 |
msgstr "Απαιτούμενο σύμβολο"
|
480 |
|
481 |
# @ contact_form
|
482 |
+
#: contact_form.php:842
|
483 |
msgid "Fields"
|
484 |
msgstr "Πεδία"
|
485 |
|
486 |
# @ contact_form
|
487 |
+
#: contact_form.php:843
|
488 |
msgid "Used"
|
489 |
msgstr "Χρησιμοποιείται"
|
490 |
|
491 |
# @ contact_form
|
492 |
+
#: contact_form.php:844
|
493 |
msgid "Required"
|
494 |
msgstr "Απαιτούμενο"
|
495 |
|
496 |
# @ contact_form
|
497 |
+
#: contact_form.php:845
|
498 |
msgid "Visible"
|
499 |
msgstr "Ορατό"
|
500 |
|
501 |
# @ contact_form
|
502 |
+
#: contact_form.php:846
|
503 |
msgid "Disabled for editing"
|
504 |
msgstr "Δεν επιτρέπεται η επεξεργασία"
|
505 |
|
506 |
# @ contact_form
|
507 |
+
#: contact_form.php:847
|
508 |
msgid "Field's default value"
|
509 |
msgstr "Προκαθορισμένη τιμή πεδίου"
|
510 |
|
511 |
+
# @ contact_form
|
512 |
+
#: contact_form.php:852
|
513 |
+
#, fuzzy
|
514 |
+
msgid "Department selectbox"
|
515 |
+
msgstr "Τοποθεσία selectbox"
|
516 |
+
|
517 |
+
#: contact_form.php:867
|
518 |
msgid "Use User's name as a default value if the user is logged in."
|
519 |
msgstr ""
|
520 |
|
521 |
+
#: contact_form.php:868 contact_form.php:896
|
522 |
+
msgid ""
|
523 |
+
"'Visible' and 'Disabled for editing' options will be applied only to logged-"
|
524 |
+
"in users."
|
525 |
msgstr ""
|
526 |
|
527 |
# @ contact_form
|
528 |
+
#: contact_form.php:872
|
529 |
msgid "Location selectbox"
|
530 |
msgstr "Τοποθεσία selectbox"
|
531 |
|
532 |
# @ contact_form
|
533 |
+
#: contact_form.php:880 contact_form.php:1258 contact_form.php:2006
|
534 |
+
#: contact_form.php:2040
|
|
|
|
|
535 |
msgid "Address"
|
536 |
msgstr "Διεύθυνση"
|
537 |
|
538 |
# @ contact_form
|
539 |
+
#: contact_form.php:888
|
540 |
msgid "Email Address"
|
541 |
msgstr "Διεύθυνση Email"
|
542 |
|
543 |
+
#: contact_form.php:895
|
544 |
msgid "Use User's email as a default value if the user is logged in."
|
545 |
msgstr ""
|
546 |
|
547 |
# @ contact_form
|
548 |
+
#: contact_form.php:900
|
549 |
msgid "Phone number"
|
550 |
msgstr "Αριθμός τηλεφώνου"
|
551 |
|
552 |
# @ contact_form
|
553 |
+
#: contact_form.php:908 contact_form.php:1273 contact_form.php:2021
|
554 |
+
#: contact_form.php:2049
|
|
|
|
|
555 |
msgid "Subject"
|
556 |
msgstr "Θέμα"
|
557 |
|
558 |
# @ contact_form
|
559 |
+
#: contact_form.php:916 contact_form.php:1277 contact_form.php:2024
|
560 |
+
#: contact_form.php:2051
|
|
|
|
|
561 |
msgid "Message"
|
562 |
msgstr "Μήνυμα"
|
563 |
|
564 |
# @ contact_form
|
565 |
+
#: contact_form.php:940
|
566 |
msgid "Attachment block"
|
567 |
msgstr "Συνημμένο μπλοκ"
|
568 |
|
569 |
# @ contact_form
|
570 |
+
#: contact_form.php:942
|
571 |
msgid "Users can attach the following file formats"
|
572 |
msgstr "Οι χρήστες μπορούν να επισυνάψουν τις ακόλουθες μορφές αρχείων"
|
573 |
|
574 |
# @ contact_form
|
575 |
+
#: contact_form.php:955
|
576 |
msgid "Add to the form"
|
577 |
msgstr "Προσθήκη στη φόρμα"
|
578 |
|
579 |
# @ contact_form
|
580 |
+
#: contact_form.php:960
|
581 |
msgid "Tips below the Attachment"
|
582 |
msgstr "Συμβουλές κάτω από το συνημμένο"
|
583 |
|
584 |
# @ contact_form
|
585 |
+
#: contact_form.php:969
|
586 |
msgid "'Send me a copy' block"
|
587 |
msgstr "Μπλοκ 'Στείλε μου ένα αντίγραφο'"
|
588 |
|
589 |
# @ contact_form
|
590 |
+
#: contact_form.php:982
|
591 |
msgid "Activate captcha"
|
592 |
msgstr "Ενεργοποίηση captcha"
|
593 |
|
594 |
# @ contact_form
|
595 |
+
#: contact_form.php:986
|
596 |
msgid "Download captcha"
|
597 |
msgstr "Κατέβασμα captcha"
|
598 |
|
599 |
# @ contact_form
|
600 |
+
#: contact_form.php:994
|
601 |
msgid "Agreement checkbox"
|
602 |
msgstr "Checkbox συμφωνίας"
|
603 |
|
604 |
# @ contact_form
|
605 |
+
#: contact_form.php:994
|
606 |
msgid "Required checkbox for submitting the form"
|
607 |
msgstr "Απαιτούμενο checkbox για την υποβολή της φόρμας"
|
608 |
|
609 |
# @ contact_form
|
610 |
+
#: contact_form.php:995
|
611 |
msgid "Optional checkbox"
|
612 |
msgstr "Προαιρετικό checkbox"
|
613 |
|
614 |
# @ contact_form
|
615 |
+
#: contact_form.php:995
|
616 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
617 |
msgstr "Optional checkbox, τα αποτελέσματα του οποίου θα εμφανίζεται στο email"
|
618 |
|
619 |
# @ contact_form
|
620 |
+
#: contact_form.php:1013
|
621 |
msgid "Delete an attachment file from the server after the email is sent"
|
622 |
+
msgstr ""
|
623 |
+
"Διαγραφή συνημμένου αρχείου από τον διακομιστή μετά την αποστολή του email"
|
624 |
|
625 |
# @ contact_form
|
626 |
+
#: contact_form.php:1019
|
627 |
msgid "Email in HTML format sending"
|
628 |
msgstr "Αποστολή email σε μορφή HTML "
|
629 |
|
630 |
# @ contact_form
|
631 |
+
#: contact_form.php:1023
|
632 |
msgid "Display additional info in the email"
|
633 |
msgstr "Εμφάνιση περισσότερων πληροφοριών στο email"
|
634 |
|
635 |
# @ contact_form
|
636 |
+
#: contact_form.php:1029 contact_form.php:1967 contact_form.php:1969
|
|
|
|
|
637 |
msgid "Sent from (ip address)"
|
638 |
msgstr "Εστάλη από (διεύθυνση IP)"
|
639 |
|
640 |
# @ contact_form
|
641 |
+
#: contact_form.php:1029
|
642 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
643 |
msgstr "Παράδειγμα: Εστάλη από (διεύθυνση IP):\t127.0.0.1"
|
644 |
|
645 |
# @ contact_form
|
646 |
+
#: contact_form.php:1030 contact_form.php:1973 contact_form.php:1975
|
|
|
|
|
647 |
msgid "Date/Time"
|
648 |
msgstr "Ημερομηνία/Ώρα"
|
649 |
|
650 |
# @ contact_form
|
651 |
+
#: contact_form.php:1030
|
652 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
653 |
msgstr "Παράδειγμα: Ημερομηνία/Ώρα:\tΑύγυστος 19, 2013 8:50 μμ"
|
654 |
|
655 |
# @ contact_form
|
656 |
+
#: contact_form.php:1031 contact_form.php:1979 contact_form.php:1981
|
|
|
|
|
657 |
msgid "Sent from (referer)"
|
658 |
msgstr "Εστάλη από (παραπέμπτης)"
|
659 |
|
660 |
# @ contact_form
|
661 |
+
#: contact_form.php:1031
|
662 |
+
msgid ""
|
663 |
+
"Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
664 |
+
msgstr ""
|
665 |
+
"Παράδειγμα: Εστάλη από (παραπέμπτης):\thttp://bestwebsoft.com/contacts/"
|
666 |
+
"contact-us/"
|
667 |
|
668 |
# @ contact_form
|
669 |
+
#: contact_form.php:1032 contact_form.php:1985 contact_form.php:1987
|
|
|
|
|
670 |
msgid "Using (user agent)"
|
671 |
msgstr "Χρήση (μέσο χρήστη)"
|
672 |
|
673 |
# @ contact_form
|
674 |
+
#: contact_form.php:1032
|
675 |
+
msgid ""
|
676 |
+
"Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
|
677 |
+
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
678 |
+
msgstr ""
|
679 |
+
"Παράδειγμα: Χρήση (μέσο χρήστη):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
|
680 |
+
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
681 |
|
682 |
# @ contact_form
|
683 |
+
#: contact_form.php:1037
|
684 |
msgid "Language settings for the field names in the form"
|
685 |
msgstr "Ρυθμίσεις γλώσσας για τα ονόματα πεδίων στη φόρμα"
|
686 |
|
687 |
# @ contact_form
|
688 |
+
#: contact_form.php:1046
|
689 |
msgid "Add a language"
|
690 |
msgstr "Προσθήκη γλώσσας"
|
691 |
|
692 |
# @ contact_form
|
693 |
+
#: contact_form.php:1050
|
694 |
msgid "Change the names of the contact form fields and error messages"
|
695 |
+
msgstr ""
|
696 |
+
"Αλλάξτε τα ονόματα των πεδίων και των μηνύματα σφαλμάτων στη φόρμας "
|
697 |
+
"επικοινωνίας "
|
698 |
|
699 |
# @ contact_form
|
700 |
+
#: contact_form.php:1055 contact_form.php:1142
|
|
|
701 |
msgid "English"
|
702 |
msgstr "Αγγλικά"
|
703 |
|
704 |
# @ contact_form
|
705 |
+
#: contact_form.php:1063 contact_form.php:1097
|
|
|
706 |
msgid "click to expand/hide the list"
|
707 |
msgstr "κάντε κλικ για να επεκτείνετε/αποκρύψετε τη λίστα"
|
708 |
|
709 |
# @ contact_form
|
710 |
+
#: contact_form.php:1072 contact_form.php:1106
|
|
|
711 |
msgid "Tips below the Attachment block"
|
712 |
msgstr "Συμβουλές κάτω από το Συνημμένο μπλοκ"
|
713 |
|
714 |
# @ contact_form
|
715 |
+
#: contact_form.php:1075 contact_form.php:1109
|
|
|
716 |
msgid "Error message for the Name field"
|
717 |
msgstr "Μήνυμα σφάλματος στο πεδίο 'Όνομα'"
|
718 |
|
719 |
# @ contact_form
|
720 |
+
#: contact_form.php:1076 contact_form.php:1110
|
|
|
721 |
msgid "Error message for the Address field"
|
722 |
msgstr "Μήνυμα σφάλματος στο πεδίο 'Διεύθυνση'"
|
723 |
|
724 |
# @ contact_form
|
725 |
+
#: contact_form.php:1077 contact_form.php:1111
|
|
|
726 |
msgid "Error message for the Email field"
|
727 |
msgstr "Μήνυμα σφάλματος στο πεδίο 'Email'"
|
728 |
|
729 |
# @ contact_form
|
730 |
+
#: contact_form.php:1078 contact_form.php:1112
|
|
|
731 |
msgid "Error message for the Phone field"
|
732 |
msgstr "Μήνυμα σφάλματος στο πεδίο 'Αριθμός τηλεφώνου'"
|
733 |
|
734 |
# @ contact_form
|
735 |
+
#: contact_form.php:1079 contact_form.php:1113
|
|
|
736 |
msgid "Error message for the Subject field"
|
737 |
msgstr "Μήνυμα σφάλματος στο πεδίο 'Θέμα'"
|
738 |
|
739 |
# @ contact_form
|
740 |
+
#: contact_form.php:1080 contact_form.php:1114
|
|
|
741 |
msgid "Error message for the Message field"
|
742 |
msgstr "Μήνυμα σφάλματος στο πεδίο 'Μήνυμα'"
|
743 |
|
744 |
# @ contact_form
|
745 |
+
#: contact_form.php:1081 contact_form.php:1115
|
|
|
746 |
msgid "Error message about the file type for the Attachment field"
|
747 |
msgstr "Μήνυμα σφάλματος σχετικά με τον τύπο αρχείου για το πεδίο 'Συνημμένο'"
|
748 |
|
749 |
# @ contact_form
|
750 |
+
#: contact_form.php:1082 contact_form.php:1116
|
751 |
+
msgid ""
|
752 |
+
"Error message while uploading a file for the Attachment field to the server"
|
753 |
+
msgstr ""
|
754 |
+
"Μήνυμα σφάλματος κατά το ανέβασμα ενός αρχείου για το πεδίο Συνημμένο στο "
|
755 |
+
"διακομιστή"
|
756 |
|
757 |
# @ contact_form
|
758 |
+
#: contact_form.php:1083 contact_form.php:1117
|
|
|
759 |
msgid "Error message while moving the file for the Attachment field"
|
760 |
+
msgstr ""
|
761 |
+
"Μήνυμα σφάλματος κατά τη μετακίνηση του αρχείου για το πεδίο 'Συνημμένο'"
|
762 |
|
763 |
# @ contact_form
|
764 |
+
#: contact_form.php:1084 contact_form.php:1118
|
|
|
765 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
766 |
+
msgstr ""
|
767 |
+
"Μήνυμα σφάλματος όταν το όριο μεγέθους αρχείου για το πεδίο 'Συνημμένο' έχει "
|
768 |
+
"ξεπεραστεί"
|
769 |
|
770 |
# @ contact_form
|
771 |
+
#: contact_form.php:1085 contact_form.php:1119
|
|
|
772 |
msgid "Error message for the Captcha field"
|
773 |
msgstr "Μήνυμα σφάλματος για το πεδίο 'Captcha'"
|
774 |
|
775 |
# @ contact_form
|
776 |
+
#: contact_form.php:1086 contact_form.php:1120
|
|
|
777 |
msgid "Error message for the whole form"
|
778 |
msgstr "Μήνυμα σφάλματος συνολικά για τη φόρμα"
|
779 |
|
780 |
# @ contact_form
|
781 |
+
#: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
|
782 |
+
#: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
|
783 |
+
#: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
|
784 |
+
#: contact_form.php:2358
|
|
|
|
|
|
|
|
|
|
|
|
|
785 |
msgid "Use shortcode"
|
786 |
msgstr "Χρήση σύντομου κωδικού"
|
787 |
|
788 |
# @ contact_form
|
789 |
+
#: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
|
790 |
+
#: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
|
791 |
+
#: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
|
792 |
+
#: contact_form.php:2358
|
|
|
|
|
|
|
|
|
|
|
|
|
793 |
msgid "for this language"
|
794 |
msgstr "για τη συγκεκριμένη γλώσσα"
|
795 |
|
796 |
# @ contact_form
|
797 |
+
#: contact_form.php:1133
|
798 |
msgid "Use the changed names of the contact form fields in the email"
|
799 |
+
msgstr ""
|
800 |
+
"Χρησιμοποιήστε τα τροποποιημένα ονόματα των πεδίων της φόρμας επικοινωνίας "
|
801 |
+
"στο email"
|
802 |
|
803 |
# @ contact_form
|
804 |
+
#: contact_form.php:1139
|
805 |
msgid "Action after email is sent"
|
806 |
msgstr "Ενέργεια μετά την αποστολή του email"
|
807 |
|
808 |
# @ contact_form
|
809 |
+
#: contact_form.php:1141
|
810 |
msgid "Display text"
|
811 |
msgstr "Εμφάνιση κειμένου"
|
812 |
|
813 |
# @ contact_form
|
814 |
+
#: contact_form.php:1150 contact_form.php:1160
|
|
|
815 |
msgid "Text"
|
816 |
msgstr "Κείμενο"
|
817 |
|
818 |
# @ contact_form
|
819 |
+
#: contact_form.php:1171
|
820 |
msgid "Redirect to the page"
|
821 |
msgstr "Ανακατεύθυνση στη σελίδα"
|
822 |
|
823 |
# @ contact_form
|
824 |
+
#: contact_form.php:1172
|
825 |
msgid "Url"
|
826 |
msgstr "Url"
|
827 |
|
828 |
# @ contact_form
|
829 |
+
#: contact_form.php:1176
|
830 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
831 |
+
msgstr ""
|
832 |
+
"Η μεταβλητή $_SERVER που χρησιμοποιείται για την δημιουργία ενός URL της "
|
833 |
+
"μορφής"
|
834 |
|
835 |
# @ contact_form
|
836 |
+
#: contact_form.php:1181
|
837 |
+
msgid ""
|
838 |
+
"If you are not sure whether to change this setting or not, please do not do "
|
839 |
+
"that."
|
840 |
+
msgstr ""
|
841 |
+
"Εάν δεν είστε σίγουροι αν πρέπει να αλλάξετε αυτή τη ρύθμιση ή όχι, σας "
|
842 |
+
"παρακαλούμε να μην το κάνετε."
|
843 |
|
844 |
# @ contact_form
|
845 |
+
#: contact_form.php:1191
|
846 |
msgid "Auto Response"
|
847 |
msgstr "Αυτόματη Απάντηση"
|
848 |
|
849 |
# @ contact_form
|
850 |
+
#: contact_form.php:1195
|
851 |
#, php-format
|
852 |
+
msgid ""
|
853 |
+
"You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
|
854 |
+
"display data from the Message field, as well as %%SITENAME%% to display blog "
|
855 |
+
"name."
|
856 |
+
msgstr ""
|
857 |
+
"Μπορείτε να χρησιμοποιήσετε το %%NAME%% για να εμφανίσετε δεδομένα από το "
|
858 |
+
"πεδίο 'Email' και το %%MESSAGE%% για να εμφανίσετε δεδομένα από το πεδίο "
|
859 |
+
"'Μήνυμα', όπως επίσης και το %%SITENAME%% για να εμφανίσετε το όνομα του "
|
860 |
+
"ιστολογίου."
|
861 |
|
862 |
# @ default
|
863 |
+
#: contact_form.php:1220 contact_form.php:1402
|
|
|
864 |
msgid "Save Changes"
|
865 |
msgstr "Αποθήκευση αλλαγών"
|
866 |
|
867 |
# @ contact_form
|
868 |
+
#: contact_form.php:1233
|
869 |
msgid "Errors output"
|
870 |
msgstr "Έξοδος σφαλμάτων"
|
871 |
|
872 |
# @ contact_form
|
873 |
+
#: contact_form.php:1236
|
874 |
msgid "Display error messages"
|
875 |
msgstr "Εμφάνιση μηνυμάτων σφαλμάτων"
|
876 |
|
877 |
# @ contact_form
|
878 |
+
#: contact_form.php:1237
|
879 |
msgid "Color of the input field errors."
|
880 |
msgstr "Χρώμα των σφαλμάτων στα πεδία εισαγωγής."
|
881 |
|
882 |
# @ contact_form
|
883 |
+
#: contact_form.php:1238
|
884 |
msgid "Display error messages & color of the input field errors"
|
885 |
+
msgstr ""
|
886 |
+
"Εμφάνιση μηνυμάτων σφαλμάτων & χρώμα των σφαλμάτων στα πεδία εισαγωγής."
|
887 |
|
888 |
# @ contact_form
|
889 |
+
#: contact_form.php:1243
|
890 |
msgid "Add placeholder to the input blocks"
|
891 |
msgstr "Προσθήκη placeholder στα μπλοκς εισαγωγής"
|
892 |
|
893 |
# @ contact_form
|
894 |
+
#: contact_form.php:1249
|
895 |
msgid "Add tooltips"
|
896 |
msgstr "Προσθήκη επεξηγήσεων"
|
897 |
|
898 |
# @ contact_form
|
899 |
+
#: contact_form.php:1263
|
900 |
msgid "Email address"
|
901 |
msgstr "Email"
|
902 |
|
903 |
# @ contact_form
|
904 |
+
#: contact_form.php:1268
|
905 |
msgid "Phone Number"
|
906 |
msgstr "Αριθμός τηλεφώνου"
|
907 |
|
908 |
# @ contact_form
|
909 |
+
#: contact_form.php:1282
|
910 |
msgid "Attachment"
|
911 |
msgstr "Συννημένο αρχείο"
|
912 |
|
913 |
# @ contact_form
|
914 |
+
#: contact_form.php:1292
|
915 |
msgid "Style options"
|
916 |
msgstr "Ρυμθίσεις εμφάνισης"
|
917 |
|
918 |
# @ contact_form
|
919 |
+
#: contact_form.php:1295
|
920 |
msgid "Text color"
|
921 |
msgstr "Χρώμα κειμένου"
|
922 |
|
923 |
# @ contact_form
|
924 |
+
#: contact_form.php:1298 contact_form.php:1303 contact_form.php:1313
|
925 |
+
#: contact_form.php:1318 contact_form.php:1323 contact_form.php:1328
|
926 |
+
#: contact_form.php:1338 contact_form.php:1343 contact_form.php:1352
|
927 |
+
#: contact_form.php:1366 contact_form.php:1371 contact_form.php:1376
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
928 |
msgid "Default"
|
929 |
msgstr "Προκαθορισμένο"
|
930 |
|
931 |
# @ contact_form
|
932 |
+
#: contact_form.php:1300
|
933 |
msgid "Label text color"
|
934 |
msgstr "Χρώμα κειμένου ετικέτας"
|
935 |
|
936 |
# @ contact_form
|
937 |
+
#: contact_form.php:1305
|
938 |
msgid "Placeholder color"
|
939 |
msgstr "Χρώμα placeholder"
|
940 |
|
941 |
# @ contact_form
|
942 |
+
#: contact_form.php:1310
|
943 |
msgid "Errors color"
|
944 |
msgstr "Χρώμα σφαλμάτων"
|
945 |
|
946 |
# @ contact_form
|
947 |
+
#: contact_form.php:1315
|
948 |
msgid "Error text color"
|
949 |
msgstr "Χρώμα κειμένου σφάλματος"
|
950 |
|
951 |
# @ contact_form
|
952 |
+
#: contact_form.php:1320
|
953 |
msgid "Background color of the input field errors"
|
954 |
msgstr "Χρώμα φόντου στα πεδία εισαγωγής σφαλμάτων"
|
955 |
|
956 |
# @ contact_form
|
957 |
+
#: contact_form.php:1325
|
958 |
msgid "Border color of the input field errors"
|
959 |
msgstr "Χρώμα περιγράμματος στα πεδία εισαγωγής σφαλμάτων"
|
960 |
|
961 |
# @ contact_form
|
962 |
+
#: contact_form.php:1330
|
963 |
msgid "Placeholder color of the input field errors"
|
964 |
msgstr "Χρώμα placeholder στα πεδία εισαγωγής σφαλμάτων"
|
965 |
|
966 |
# @ contact_form
|
967 |
+
#: contact_form.php:1335
|
968 |
msgid "Input fields"
|
969 |
msgstr "Πεδία εισαγωγής"
|
970 |
|
971 |
# @ contact_form
|
972 |
+
#: contact_form.php:1340
|
973 |
msgid "Input fields background color"
|
974 |
msgstr "Χρώμα φόντου στα πεδία εισαγωγής"
|
975 |
|
976 |
# @ contact_form
|
977 |
+
#: contact_form.php:1345
|
978 |
msgid "Text fields color"
|
979 |
msgstr "Χρώμα πεδίων κειμένου"
|
980 |
|
981 |
# @ contact_form
|
982 |
+
#: contact_form.php:1349
|
983 |
msgid "Border width in px, numbers only"
|
984 |
msgstr "Πλάτος περιγράμματος σε px, μόνο αριθμοί"
|
985 |
|
986 |
# @ contact_form
|
987 |
+
#: contact_form.php:1354 contact_form.php:1378
|
|
|
988 |
msgid "Border color"
|
989 |
msgstr "Χρώμα περιγράμματος"
|
990 |
|
991 |
# @ contact_form
|
992 |
+
#: contact_form.php:1359
|
993 |
msgid "Submit button"
|
994 |
msgstr "Κομβίο Υποβολής"
|
995 |
|
996 |
# @ contact_form
|
997 |
+
#: contact_form.php:1363
|
998 |
msgid "Width in px, numbers only"
|
999 |
msgstr "Πλάτος σε px, μόνο αριθμοί"
|
1000 |
|
1001 |
# @ contact_form
|
1002 |
+
#: contact_form.php:1368
|
1003 |
msgid "Button color"
|
1004 |
msgstr "Χρώμα κομβίου"
|
1005 |
|
1006 |
# @ contact_form
|
1007 |
+
#: contact_form.php:1373
|
1008 |
msgid "Button text color"
|
1009 |
msgstr "Χρώμα κειμένου κομβίου"
|
1010 |
|
1011 |
# @ contact_form
|
1012 |
+
#: contact_form.php:1406
|
1013 |
msgid "Contact Form Pro | Preview"
|
1014 |
msgstr "Contact Form Pro | Προεπισκόπηση"
|
1015 |
|
1016 |
# @ contact_form
|
1017 |
+
#: contact_form.php:1408
|
1018 |
msgid "Show with errors"
|
1019 |
msgstr "Εμφάνιση με σφάλματα"
|
1020 |
|
1021 |
# @ contact_form
|
1022 |
+
#: contact_form.php:1417 contact_form.php:1419
|
|
|
1023 |
msgid "Please enter your full name..."
|
1024 |
msgstr "Παρακαλούμε, εισάγετε το πλήρες ονοματεπώνυμό σας..."
|
1025 |
|
1026 |
# @ contact_form
|
1027 |
+
#: contact_form.php:1430 contact_form.php:1432
|
|
|
1028 |
msgid "Please enter your address..."
|
1029 |
msgstr "Παρακαλούμε, εισάγετε τη διεύθυνσή σας..."
|
1030 |
|
1031 |
# @ contact_form
|
1032 |
+
#: contact_form.php:1441 contact_form.php:1443
|
|
|
1033 |
msgid "Please enter your email address..."
|
1034 |
msgstr "Παρακαλούμε, εισάγετε την ηλεκτρονική σας διεύθυνση (email)..."
|
1035 |
|
1036 |
# @ contact_form
|
1037 |
+
#: contact_form.php:1452 contact_form.php:1454
|
|
|
1038 |
msgid "Please enter your phone number..."
|
1039 |
msgstr "Παρακαλούμε, εισάγετε τον αριθμό τηλεφώνου σας..."
|
1040 |
|
1041 |
# @ contact_form
|
1042 |
+
#: contact_form.php:1463 contact_form.php:1465
|
|
|
1043 |
msgid "Please enter subject..."
|
1044 |
msgstr "Παρακαλούμε, εισάγετε το θέμα..."
|
1045 |
|
1046 |
# @ contact_form
|
1047 |
+
#: contact_form.php:1473 contact_form.php:1475
|
|
|
1048 |
msgid "Please enter your message..."
|
1049 |
msgstr "Παρακαλούμε, εισάγετε το μήνυμά σας..."
|
1050 |
|
1051 |
# @ contact_form
|
1052 |
+
#: contact_form.php:1586
|
1053 |
msgid "Sorry, email message could not be delivered."
|
1054 |
+
msgstr ""
|
1055 |
+
"Λυπούμαστε, το μήνυμα ηλεκτρονικού ταχυδρομείου δεν μπόρεσε να παραδοθεί."
|
1056 |
|
1057 |
# @ contact_form
|
1058 |
+
#: contact_form.php:1994
|
1059 |
msgid "Contact from"
|
1060 |
msgstr "Φόρμμα επικοινωνίας"
|
1061 |
|
1062 |
# @ contact_form
|
1063 |
+
#: contact_form.php:2016 contact_form.php:2046
|
|
|
1064 |
msgid "Phone"
|
1065 |
msgstr "Αριθμός τηλεφώνου"
|
1066 |
|
1067 |
# @ contact_form
|
1068 |
+
#: contact_form.php:2027 contact_form.php:2053
|
|
|
1069 |
msgid "Site"
|
1070 |
msgstr "Ιστοσελίδα"
|
1071 |
|
1072 |
# @ contact_form
|
1073 |
+
#: contact_form.php:2140
|
1074 |
+
msgid ""
|
1075 |
+
"If you can see this MIME, it means that the MIME type is not supported by "
|
1076 |
+
"your email client!"
|
1077 |
+
msgstr ""
|
1078 |
+
"Εάν δεν μπορείτε να δείτε αυτό το MIME, αυτό σημαίνει ότι ο τύπος MIME δεν "
|
1079 |
+
"υποστηρίζεται από τον email client σας!"
|
1080 |
|
1081 |
# @ contact_form
|
1082 |
+
#: contact_form.php:2224
|
1083 |
msgid "Support"
|
1084 |
msgstr "Υποστήριξη"
|
1085 |
|
1086 |
# @ contact_form
|
1087 |
+
#: contact_form.php:2273
|
1088 |
msgid "Are you sure that you want to delete this language data?"
|
1089 |
msgstr "Είστε σίγουροι ότι θέλετε να διαγράψετε τα δεδομένα αυτής της γλώσσας;"
|
1090 |
|
1091 |
# @ contact_form
|
1092 |
+
#: contact_form.php:2294
|
1093 |
#, fuzzy
|
1094 |
msgid "Add multiple forms"
|
1095 |
msgstr "Προσθήκη στη φόρμα"
|
1096 |
|
1097 |
+
#: contact_form.php:2294
|
1098 |
+
msgid ""
|
1099 |
+
"Install Contact Form Multi plugin to create unlimited number of contact "
|
1100 |
+
"forms."
|
1101 |
msgstr ""
|
1102 |
|
1103 |
# @ contact_form
|
1104 |
+
#: contact_form.php:2299
|
1105 |
#, fuzzy
|
1106 |
msgid "Learn more"
|
1107 |
msgstr "Μάθετε περισσότερα"
|
1108 |
|
1109 |
+
#: contact_form.php:2303
|
1110 |
msgid "Close"
|
1111 |
msgstr ""
|
1112 |
|
1113 |
# @ contact_form
|
1114 |
+
#: contact_form.php:2491
|
1115 |
#, fuzzy
|
1116 |
msgid "allows to store your messages to the database."
|
1117 |
+
msgstr ""
|
1118 |
+
"<strong>Contact Form to DB</strong> επιτρέπει να αποθηκεύετε τα μηνύματά σας "
|
1119 |
+
"στη βάση δεδομένων."
|
1120 |
|
1121 |
# @ contact_form
|
1122 |
+
#: contact_form.php:2492
|
1123 |
msgid "Manage messages that have been sent from your website."
|
1124 |
msgstr "Διαχειριστείτε τα μηνύματα που έχουν σταλεί από την ιστοσελίδα σας."
|
1125 |
|
1126 |
# @ contact_form
|
1127 |
#~ msgid "powered by"
|
1128 |
#~ msgstr "υποστήριξη από"
|
1129 |
+
|
1130 |
# @ contact_form
|
1131 |
#~ msgid "Activate Contact Form to DB"
|
1132 |
#~ msgstr "ενεργοποίηση της Φόρμας Επικοινωνίας για DB"
|
1133 |
+
|
1134 |
# @ contact_form
|
1135 |
#~ msgid "Download Contact Form to DB"
|
1136 |
#~ msgstr "Κατέβασμα της Φόρμας Επικοινωνίας για DB"
|
1137 |
+
|
1138 |
# @ contact_form
|
1139 |
#~ msgid "Captcha"
|
1140 |
#~ msgstr "Captcha"
|
1141 |
+
|
1142 |
# @ contact_form
|
1143 |
#~ msgid "(powered by bestwebsoft.com)"
|
1144 |
#~ msgstr "(υποστήριξη από bestwebsoft.com)"
|
1145 |
+
|
1146 |
# @ contact_form
|
1147 |
#~ msgid "requires"
|
1148 |
#~ msgstr "απαιτεί"
|
1149 |
+
|
1150 |
# @ contact_form
|
1151 |
#~ msgid ""
|
1152 |
#~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
|
1154 |
#~ msgstr ""
|
1155 |
#~ "ή υψηλότερη, γι' αυτό έχει απενεργοποιηθεί! Παρακαλώ αναβαθμίστε το "
|
1156 |
#~ "WordPress και δοκιμάστε ξανά."
|
1157 |
+
|
1158 |
# @ contact_form
|
1159 |
#~ msgid "Back to the WordPress"
|
1160 |
#~ msgstr "Επιστροφή στο WordPress"
|
1161 |
+
|
1162 |
# @ contact_form
|
1163 |
#~ msgid "Plugins page"
|
1164 |
#~ msgstr "Σελίδα με πρόσθετα"
|
1165 |
+
|
1166 |
# @ contact_form
|
1167 |
#~ msgid "Wrong license key"
|
1168 |
#~ msgstr "Λάθος κλειδί άδειας χρήσης"
|
1169 |
+
|
1170 |
# @ contact_form
|
1171 |
#~ msgid ""
|
1172 |
#~ "Something went wrong. Try again later. If the error will appear again, "
|
1176 |
#~ "Κάτι πήγε στραβά. Προσπαθήστε ξανά αργότερα. Αν θα εμφανιστεί και πάλι το "
|
1177 |
#~ "σφάλμα, παρακαλούμε επικοινωνήστε μαζί μας <a href=http://support."
|
1178 |
#~ "bestwebsoft.com> BestWebSoft </a>. Ζητούμε συγνώμη για την ταλαιπωρία."
|
1179 |
+
|
1180 |
# @ contact_form
|
1181 |
#~ msgid "This license key is bind to another site"
|
1182 |
#~ msgstr "Αυτό το κλειδί άδειας χρήσης χρησιμοποιείται σε μια άλλη τοποθεσία"
|
1183 |
+
|
1184 |
# @ contact_form
|
1185 |
#~ msgid ""
|
1186 |
#~ "Unfortunately, you have exceeded the number of available tries per day. "
|
1188 |
#~ msgstr ""
|
1189 |
#~ "Δυστυχώς, έχετε υπερβεί τον αριθμό των διαθέσιμων προσπαθειών ανά ημέρα. "
|
1190 |
#~ "Παρακαλούμε, ανεβάστε την επέκταση χειροκίνητα."
|
1191 |
+
|
1192 |
# @ contact_form
|
1193 |
#~ msgid ""
|
1194 |
#~ "Failed to download the zip archive. Please, upload the plugin manually"
|
1195 |
#~ msgstr ""
|
1196 |
#~ "Απέτυχε να κατεβάσει το αρχείο zip. Παρακαλούμε, ανεβάστε την επέκταση "
|
1197 |
#~ "χειροκίνητα"
|
1198 |
+
|
1199 |
# @ contact_form
|
1200 |
#~ msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
1201 |
#~ msgstr ""
|
1202 |
#~ "Απέτυχε να ανοίξει το αρχείο zip. Παρακαλούμε, ανεβάστε την επέκταση "
|
1203 |
#~ "χειροκίνητα"
|
1204 |
+
|
1205 |
# @ contact_form
|
1206 |
#~ msgid ""
|
1207 |
#~ "Your server does not support either ZipArchive or Phar. Please, upload "
|
1209 |
#~ msgstr ""
|
1210 |
#~ "Ο διακομιστής σας δεν υποστηρίζει ZipArchive ούτε Phar. Παρακαλούμε, "
|
1211 |
#~ "ανεβάστε την επέκταση χειροκίνητα"
|
1212 |
+
|
1213 |
# @ contact_form
|
1214 |
#, fuzzy
|
1215 |
#~ msgid "UploadDir is not writable. Please, upload the plugin manually"
|
languages/contact_form-es_ES.mo
CHANGED
Binary file
|
languages/contact_form-es_ES.po
CHANGED
@@ -2,9 +2,9 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
-
"Last-Translator: bestwebsoft.com <
|
8 |
"Language-Team: Javitopo <jaawme@hotmail.com>\n"
|
9 |
"Language: it_IT\n"
|
10 |
"MIME-Version: 1.0\n"
|
@@ -16,8 +16,7 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: contact_form.php:35
|
20 |
-
#: contact_form.php:650
|
21 |
msgid "Contact Form Settings"
|
22 |
msgstr "Opciones de formulario de contacto"
|
23 |
|
@@ -25,62 +24,50 @@ msgstr "Opciones de formulario de contacto"
|
|
25 |
msgid "Contact Form"
|
26 |
msgstr "Contact Form"
|
27 |
|
28 |
-
#: contact_form.php:123
|
29 |
-
#: contact_form.php:1047
|
30 |
-
#: contact_form.php:1081
|
31 |
msgid "Name:"
|
32 |
msgstr "Nombre:"
|
33 |
|
34 |
-
#: contact_form.php:124
|
35 |
-
#: contact_form.php:1048
|
36 |
-
#: contact_form.php:1082
|
37 |
msgid "Address:"
|
38 |
msgstr "Dirección:"
|
39 |
|
40 |
-
#: contact_form.php:125
|
41 |
-
#: contact_form.php:1049
|
42 |
-
#: contact_form.php:1083
|
43 |
msgid "Email Address:"
|
44 |
msgstr "Dirección de correo electrónico:"
|
45 |
|
46 |
-
#: contact_form.php:126
|
47 |
-
#: contact_form.php:1050
|
48 |
-
#: contact_form.php:1084
|
49 |
msgid "Phone number:"
|
50 |
msgstr "Número de teléfono:"
|
51 |
|
52 |
-
#: contact_form.php:127
|
53 |
-
#: contact_form.php:1051
|
54 |
-
#: contact_form.php:1085
|
55 |
msgid "Subject:"
|
56 |
msgstr "Asunto:"
|
57 |
|
58 |
-
#: contact_form.php:128
|
59 |
-
#: contact_form.php:1052
|
60 |
-
#: contact_form.php:1086
|
61 |
msgid "Message:"
|
62 |
msgstr "Mensaje:"
|
63 |
|
64 |
-
#: contact_form.php:129
|
65 |
-
#: contact_form.php:1053
|
66 |
-
#: contact_form.php:1087
|
67 |
msgid "Attachment:"
|
68 |
msgstr "Datos adjuntos:"
|
69 |
|
70 |
#: contact_form.php:130
|
71 |
#, fuzzy
|
72 |
-
msgid "
|
73 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
|
75 |
-
#: contact_form.php:131
|
76 |
-
#: contact_form.php:1055
|
77 |
-
#: contact_form.php:1089
|
78 |
msgid "Send me a copy"
|
79 |
msgstr "Deseo recibir una copia"
|
80 |
|
81 |
-
#: contact_form.php:132
|
82 |
-
#: contact_form.php:1056
|
83 |
-
#: contact_form.php:1090
|
84 |
msgid "Submit"
|
85 |
msgstr "Enviar"
|
86 |
|
@@ -137,12 +124,18 @@ msgid "Thank you for contacting us."
|
|
137 |
msgstr "Gracias por contactar con nosotros."
|
138 |
|
139 |
#: contact_form.php:546
|
140 |
-
msgid "
|
|
|
|
|
141 |
msgstr ""
|
142 |
|
143 |
#: contact_form.php:556
|
144 |
-
msgid "
|
145 |
-
|
|
|
|
|
|
|
|
|
146 |
|
147 |
#: contact_form.php:565
|
148 |
#, fuzzy
|
@@ -151,13 +144,18 @@ msgstr "Dicho usuario no existe. Los ajustes no se guardan."
|
|
151 |
|
152 |
#: contact_form.php:575
|
153 |
#, fuzzy
|
154 |
-
msgid "
|
155 |
-
|
|
|
|
|
|
|
156 |
|
157 |
#: contact_form.php:583
|
158 |
#, fuzzy
|
159 |
msgid "Please enter a valid email address in the 'FROM' field."
|
160 |
-
msgstr "
|
|
|
|
|
161 |
|
162 |
#: contact_form.php:606
|
163 |
msgid "Settings saved."
|
@@ -168,758 +166,771 @@ msgstr "Configuración guardada."
|
|
168 |
msgid "Settings are not saved."
|
169 |
msgstr "Configuración guardada."
|
170 |
|
171 |
-
#: contact_form.php:
|
172 |
-
|
173 |
-
|
|
|
|
|
174 |
msgid "Settings"
|
175 |
msgstr "Configuración"
|
176 |
|
177 |
-
#: contact_form.php:
|
178 |
#, fuzzy
|
179 |
msgid "Additional settings"
|
180 |
msgstr "Opciones adicionales"
|
181 |
|
182 |
-
#: contact_form.php:
|
183 |
msgid "Appearance"
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: contact_form.php:
|
187 |
-
#: contact_form.php:2203
|
188 |
msgid "FAQ"
|
189 |
msgstr "Preguntas más frecuentes"
|
190 |
|
191 |
-
#: contact_form.php:
|
192 |
msgid "Go PRO"
|
193 |
msgstr "Ir al PRO"
|
194 |
|
195 |
-
#: contact_form.php:
|
196 |
-
#: contact_form.php:661
|
197 |
msgid "Notice:"
|
198 |
msgstr "Aviso:"
|
199 |
|
200 |
-
#: contact_form.php:
|
201 |
-
msgid "
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
|
208 |
-
#: contact_form.php:676
|
209 |
#: contact_form.php:679
|
210 |
-
|
211 |
-
|
212 |
-
|
|
|
|
|
|
|
213 |
|
214 |
-
#: contact_form.php:
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
|
|
|
|
|
|
|
|
|
|
222 |
msgid "or"
|
223 |
msgstr "o"
|
224 |
|
225 |
-
#: contact_form.php:
|
226 |
-
|
227 |
-
msgid "
|
228 |
-
|
|
|
|
|
|
|
|
|
229 |
|
230 |
-
#: contact_form.php:
|
231 |
-
#: contact_form.php:680
|
232 |
msgid "They work the same way."
|
233 |
msgstr "Funcionan de la misma manera."
|
234 |
|
235 |
-
#: contact_form.php:
|
236 |
-
msgid "
|
237 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
238 |
|
239 |
-
#: contact_form.php:
|
240 |
msgid "The user's email address:"
|
241 |
msgstr "Dirección de correo electrónico del usuario:"
|
242 |
|
243 |
-
#: contact_form.php:
|
244 |
#, fuzzy
|
245 |
msgid "Select a username"
|
246 |
msgstr "Crear un nombre de usuario"
|
247 |
|
248 |
-
#: contact_form.php:
|
249 |
-
msgid "
|
250 |
-
|
|
|
|
|
|
|
|
|
251 |
|
252 |
-
#: contact_form.php:
|
253 |
msgid "Use this email address:"
|
254 |
msgstr "Utilice esta dirección de correo electrónico:"
|
255 |
|
256 |
-
#: contact_form.php:
|
257 |
msgid "Enter the email address you want the messages forwarded to."
|
258 |
-
msgstr "
|
|
|
|
|
259 |
|
260 |
-
#: contact_form.php:
|
261 |
msgid "Add department selectbox to the contact form:"
|
262 |
msgstr "Añadir caja de selección al formulario de contacto:"
|
263 |
|
264 |
-
#: contact_form.php:
|
265 |
-
#: contact_form.php:1182
|
266 |
-
#: contact_form.php:1365
|
267 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
268 |
msgstr "Si actualiza a la versión Pro se guardarán todos los ajustes."
|
269 |
|
270 |
-
#: contact_form.php:
|
271 |
-
#: contact_form.php:
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
#: contact_form.php:
|
279 |
-
#: contact_form.php:912
|
280 |
-
#: contact_form.php:984
|
281 |
-
#: contact_form.php:1190
|
282 |
-
#: contact_form.php:1373
|
283 |
-
#: contact_form.php:2475
|
284 |
msgid "Learn More"
|
285 |
msgstr "Más información"
|
286 |
|
287 |
-
#: contact_form.php:
|
288 |
-
#: contact_form.php:
|
289 |
-
#: contact_form.php:987
|
290 |
-
#: contact_form.php:1193
|
291 |
-
#: contact_form.php:1376
|
292 |
msgid "Go"
|
293 |
msgstr "Ir"
|
294 |
|
295 |
-
#: contact_form.php:
|
296 |
msgid "Save emails to the database"
|
297 |
msgstr "Guardar mensajes de correo electrónico a la base de datos"
|
298 |
|
299 |
-
#: contact_form.php:
|
300 |
msgid "Using"
|
301 |
msgstr "Uso"
|
302 |
|
303 |
-
#: contact_form.php:
|
304 |
-
#: contact_form.php:759
|
305 |
#, fuzzy
|
306 |
msgid "Using Contact Form to DB by BestWebSoft"
|
307 |
msgstr "Usando Contact Form a DB impulsado por"
|
308 |
|
309 |
-
#: contact_form.php:
|
310 |
#, fuzzy
|
311 |
msgid "Activate"
|
312 |
msgstr "Activar Captcha"
|
313 |
|
314 |
-
#: contact_form.php:
|
315 |
msgid "Download"
|
316 |
msgstr "Download"
|
317 |
|
318 |
-
#: contact_form.php:
|
319 |
msgid "What to use?"
|
320 |
msgstr "Qué usar?"
|
321 |
|
322 |
-
#: contact_form.php:
|
323 |
msgid "Wp-mail"
|
324 |
msgstr "Wp-mail"
|
325 |
|
326 |
-
#: contact_form.php:
|
327 |
msgid "You can use the wp_mail function for mailing"
|
328 |
msgstr "Usted puede utilizar la función wp_mail para enviar por correo"
|
329 |
|
330 |
-
#: contact_form.php:
|
331 |
msgid "Mail"
|
332 |
msgstr "Correo"
|
333 |
|
334 |
-
#: contact_form.php:
|
335 |
msgid "To send mail you can use the php mail function"
|
336 |
msgstr "Para enviar el correo se puede utilizar la función de correo php"
|
337 |
|
338 |
-
#: contact_form.php:
|
339 |
msgid "'FROM' field"
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: contact_form.php:
|
343 |
-
#: contact_form.php:
|
344 |
-
#: contact_form.php:1234
|
345 |
-
#: contact_form.php:1980
|
346 |
-
#: contact_form.php:2016
|
347 |
msgid "Name"
|
348 |
msgstr "Nombre"
|
349 |
|
350 |
-
#: contact_form.php:
|
351 |
msgid "User name"
|
352 |
msgstr "Nombre de usuario"
|
353 |
|
354 |
-
#: contact_form.php:
|
355 |
-
msgid "
|
356 |
-
|
|
|
|
|
|
|
357 |
|
358 |
-
#: contact_form.php:
|
359 |
-
#: contact_form.php:1991
|
360 |
-
#: contact_form.php:2023
|
361 |
msgid "Email"
|
362 |
msgstr "Correo electrónico"
|
363 |
|
364 |
-
#: contact_form.php:
|
365 |
msgid "User email"
|
366 |
msgstr "Correo electrónico del usuario"
|
367 |
|
368 |
-
#: contact_form.php:
|
369 |
-
msgid "
|
370 |
-
|
|
|
|
|
|
|
|
|
371 |
|
372 |
-
#: contact_form.php:
|
373 |
-
msgid "
|
|
|
|
|
374 |
msgstr ""
|
375 |
|
376 |
-
#: contact_form.php:
|
377 |
msgid "Required symbol"
|
378 |
msgstr "Símbolo de Obligatorio"
|
379 |
|
380 |
-
#: contact_form.php:
|
381 |
msgid "Fields"
|
382 |
msgstr "Campos"
|
383 |
|
384 |
-
#: contact_form.php:
|
385 |
msgid "Used"
|
386 |
msgstr "Usado"
|
387 |
|
388 |
-
#: contact_form.php:
|
389 |
msgid "Required"
|
390 |
msgstr "Obligatorio"
|
391 |
|
392 |
-
#: contact_form.php:
|
393 |
msgid "Visible"
|
394 |
msgstr "Visible"
|
395 |
|
396 |
-
#: contact_form.php:
|
397 |
msgid "Disabled for editing"
|
398 |
msgstr "Inhabilitado para la edición"
|
399 |
|
400 |
-
#: contact_form.php:
|
401 |
msgid "Field's default value"
|
402 |
msgstr "Valor predeterminado del campo"
|
403 |
|
404 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
405 |
msgid "Use User's name as a default value if the user is logged in."
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: contact_form.php:
|
409 |
-
|
410 |
-
|
|
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: contact_form.php:
|
414 |
msgid "Location selectbox"
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: contact_form.php:
|
418 |
-
#: contact_form.php:
|
419 |
-
#: contact_form.php:1986
|
420 |
-
#: contact_form.php:2020
|
421 |
msgid "Address"
|
422 |
msgstr "Dirección"
|
423 |
|
424 |
-
#: contact_form.php:
|
425 |
msgid "Email Address"
|
426 |
msgstr "Dirección de correo electrónico"
|
427 |
|
428 |
-
#: contact_form.php:
|
429 |
msgid "Use User's email as a default value if the user is logged in."
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: contact_form.php:
|
433 |
msgid "Phone number"
|
434 |
msgstr "Número de teléfono"
|
435 |
|
436 |
-
#: contact_form.php:
|
437 |
-
#: contact_form.php:
|
438 |
-
#: contact_form.php:2001
|
439 |
-
#: contact_form.php:2029
|
440 |
msgid "Subject"
|
441 |
msgstr "Asunto"
|
442 |
|
443 |
-
#: contact_form.php:
|
444 |
-
#: contact_form.php:
|
445 |
-
#: contact_form.php:2004
|
446 |
-
#: contact_form.php:2031
|
447 |
msgid "Message"
|
448 |
msgstr "Mensaje"
|
449 |
|
450 |
-
#: contact_form.php:
|
451 |
msgid "Attachment block"
|
452 |
msgstr "bloque de adjuntos"
|
453 |
|
454 |
-
#: contact_form.php:
|
455 |
msgid "Users can attach the following file formats"
|
456 |
msgstr "Los usuarios pueden adjuntar los siguientes formatos de archivo"
|
457 |
|
458 |
-
#: contact_form.php:
|
459 |
msgid "Add to the form"
|
460 |
msgstr "Añadir a la forma"
|
461 |
|
462 |
-
#: contact_form.php:
|
463 |
msgid "Tips below the Attachment"
|
464 |
msgstr "Consejos debajo del archivo adjunto"
|
465 |
|
466 |
-
#: contact_form.php:
|
467 |
msgid "'Send me a copy' block"
|
468 |
msgstr "'Deseo recibir una copia' bloque"
|
469 |
|
470 |
-
#: contact_form.php:
|
471 |
msgid "Activate captcha"
|
472 |
msgstr "Activar Captcha"
|
473 |
|
474 |
-
#: contact_form.php:
|
475 |
msgid "Download captcha"
|
476 |
msgstr "Descargar Captcha"
|
477 |
|
478 |
-
#: contact_form.php:
|
479 |
msgid "Agreement checkbox"
|
480 |
msgstr "casilla de verificación de acuerdo"
|
481 |
|
482 |
-
#: contact_form.php:
|
483 |
msgid "Required checkbox for submitting the form"
|
484 |
msgstr "Casilla de verificación obligatoria para enviar el formulario"
|
485 |
|
486 |
-
#: contact_form.php:
|
487 |
msgid "Optional checkbox"
|
488 |
msgstr "Casilla opcional"
|
489 |
|
490 |
-
#: contact_form.php:
|
491 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
492 |
-
msgstr "
|
|
|
493 |
|
494 |
-
#: contact_form.php:
|
495 |
msgid "Delete an attachment file from the server after the email is sent"
|
496 |
-
msgstr "
|
|
|
|
|
497 |
|
498 |
-
#: contact_form.php:
|
499 |
msgid "Email in HTML format sending"
|
500 |
msgstr "Enviar correo electrónico en formato HTML"
|
501 |
|
502 |
-
#: contact_form.php:
|
503 |
msgid "Display additional info in the email"
|
504 |
msgstr "Mostrar información adicional en el correo electrónico"
|
505 |
|
506 |
-
#: contact_form.php:
|
507 |
-
#: contact_form.php:1947
|
508 |
-
#: contact_form.php:1949
|
509 |
msgid "Sent from (ip address)"
|
510 |
msgstr "Enviado desde (dirección IP)"
|
511 |
|
512 |
-
#: contact_form.php:
|
513 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
514 |
msgstr "Ejemplo: Enviado desde (dirección IP:\t127.0.0.1"
|
515 |
|
516 |
-
#: contact_form.php:
|
517 |
-
#: contact_form.php:1953
|
518 |
-
#: contact_form.php:1955
|
519 |
msgid "Date/Time"
|
520 |
msgstr "Fecha/Hora"
|
521 |
|
522 |
-
#: contact_form.php:
|
523 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
524 |
msgstr "Ejemplo: Fecha/hora:\tAugust 19, 2013 8:50 pm"
|
525 |
|
526 |
-
#: contact_form.php:
|
527 |
-
#: contact_form.php:1959
|
528 |
-
#: contact_form.php:1961
|
529 |
msgid "Sent from (referer)"
|
530 |
msgstr "Enviado desde (referencia)"
|
531 |
|
532 |
-
#: contact_form.php:
|
533 |
-
msgid "
|
534 |
-
|
|
|
|
|
535 |
|
536 |
-
#: contact_form.php:
|
537 |
-
#: contact_form.php:1965
|
538 |
-
#: contact_form.php:1967
|
539 |
msgid "Using (user agent)"
|
540 |
msgstr "Usando (agente de usuario)"
|
541 |
|
542 |
-
#: contact_form.php:
|
543 |
-
msgid "
|
544 |
-
|
|
|
|
|
|
|
|
|
545 |
|
546 |
-
#: contact_form.php:
|
547 |
msgid "Language settings for the field names in the form"
|
548 |
-
msgstr "
|
|
|
549 |
|
550 |
-
#: contact_form.php:
|
551 |
msgid "Add a language"
|
552 |
msgstr "Añadir un idioma"
|
553 |
|
554 |
-
#: contact_form.php:
|
555 |
msgid "Change the names of the contact form fields and error messages"
|
556 |
-
msgstr "
|
|
|
|
|
557 |
|
558 |
-
#: contact_form.php:
|
559 |
-
#: contact_form.php:1124
|
560 |
msgid "English"
|
561 |
msgstr "Inglés"
|
562 |
|
563 |
-
#: contact_form.php:
|
564 |
-
#: contact_form.php:1079
|
565 |
msgid "click to expand/hide the list"
|
566 |
msgstr "haga clic para expandir / ocultar la lista"
|
567 |
|
568 |
-
#: contact_form.php:
|
569 |
-
#: contact_form.php:1088
|
570 |
msgid "Tips below the Attachment block"
|
571 |
msgstr "Consejos debajo del bloque del archivo adjunto"
|
572 |
|
573 |
-
#: contact_form.php:
|
574 |
-
#: contact_form.php:1091
|
575 |
msgid "Error message for the Name field"
|
576 |
msgstr "Mensaje de error para el campo Nombre"
|
577 |
|
578 |
-
#: contact_form.php:
|
579 |
-
#: contact_form.php:1092
|
580 |
msgid "Error message for the Address field"
|
581 |
msgstr "Mensaje de error para el campo dirección"
|
582 |
|
583 |
-
#: contact_form.php:
|
584 |
-
#: contact_form.php:1093
|
585 |
msgid "Error message for the Email field"
|
586 |
msgstr "Mensaje de error en el campo Correo electrónico"
|
587 |
|
588 |
-
#: contact_form.php:
|
589 |
-
#: contact_form.php:1094
|
590 |
msgid "Error message for the Phone field"
|
591 |
msgstr "Mensaje de error para el campo Teléfono"
|
592 |
|
593 |
-
#: contact_form.php:
|
594 |
-
#: contact_form.php:1095
|
595 |
msgid "Error message for the Subject field"
|
596 |
msgstr "Mensaje de error para el campo Asunto"
|
597 |
|
598 |
-
#: contact_form.php:
|
599 |
-
#: contact_form.php:1096
|
600 |
msgid "Error message for the Message field"
|
601 |
msgstr "Mensaje de error en el campo Mensaje"
|
602 |
|
603 |
-
#: contact_form.php:
|
604 |
-
#: contact_form.php:1097
|
605 |
msgid "Error message about the file type for the Attachment field"
|
606 |
-
msgstr "
|
|
|
607 |
|
608 |
-
#: contact_form.php:
|
609 |
-
|
610 |
-
|
611 |
-
msgstr "
|
|
|
|
|
612 |
|
613 |
-
#: contact_form.php:
|
614 |
-
#: contact_form.php:1099
|
615 |
msgid "Error message while moving the file for the Attachment field"
|
616 |
-
msgstr "
|
|
|
|
|
617 |
|
618 |
-
#: contact_form.php:
|
619 |
-
#: contact_form.php:1100
|
620 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
621 |
-
msgstr "
|
|
|
|
|
622 |
|
623 |
-
#: contact_form.php:
|
624 |
-
#: contact_form.php:1101
|
625 |
msgid "Error message for the Captcha field"
|
626 |
msgstr "Mensaje de error para el campo Captcha"
|
627 |
|
628 |
-
#: contact_form.php:
|
629 |
-
#: contact_form.php:1102
|
630 |
msgid "Error message for the whole form"
|
631 |
msgstr "Mensaje de error para todo el formulario"
|
632 |
|
633 |
-
#: contact_form.php:
|
634 |
-
#: contact_form.php:
|
635 |
-
#: contact_form.php:
|
636 |
-
#: contact_form.php:
|
637 |
-
#: contact_form.php:1134
|
638 |
-
#: contact_form.php:1136
|
639 |
-
#: contact_form.php:1144
|
640 |
-
#: contact_form.php:1146
|
641 |
-
#: contact_form.php:2336
|
642 |
-
#: contact_form.php:2338
|
643 |
msgid "Use shortcode"
|
644 |
msgstr "Utilice shortcode"
|
645 |
|
646 |
-
#: contact_form.php:
|
647 |
-
#: contact_form.php:
|
648 |
-
#: contact_form.php:
|
649 |
-
#: contact_form.php:
|
650 |
-
#: contact_form.php:1134
|
651 |
-
#: contact_form.php:1136
|
652 |
-
#: contact_form.php:1144
|
653 |
-
#: contact_form.php:1146
|
654 |
-
#: contact_form.php:2336
|
655 |
-
#: contact_form.php:2338
|
656 |
msgid "for this language"
|
657 |
msgstr "para este idioma"
|
658 |
|
659 |
-
#: contact_form.php:
|
660 |
#, fuzzy
|
661 |
msgid "Use the changed names of the contact form fields in the email"
|
662 |
-
msgstr "
|
|
|
|
|
663 |
|
664 |
-
#: contact_form.php:
|
665 |
msgid "Action after email is sent"
|
666 |
msgstr "Acción después de que se envíe el correo electrónico"
|
667 |
|
668 |
-
#: contact_form.php:
|
669 |
msgid "Display text"
|
670 |
msgstr "Mostrar texto"
|
671 |
|
672 |
-
#: contact_form.php:
|
673 |
-
#: contact_form.php:1142
|
674 |
msgid "Text"
|
675 |
msgstr "Texto"
|
676 |
|
677 |
-
#: contact_form.php:
|
678 |
msgid "Redirect to the page"
|
679 |
msgstr "Redirigir a la página"
|
680 |
|
681 |
-
#: contact_form.php:
|
682 |
msgid "Url"
|
683 |
msgstr "Url"
|
684 |
|
685 |
-
#: contact_form.php:
|
686 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
687 |
msgstr "La variable $_SERVER que se utiliza para construir una URL de la forma"
|
688 |
|
689 |
-
#: contact_form.php:
|
690 |
-
msgid "
|
691 |
-
|
|
|
|
|
|
|
|
|
692 |
|
693 |
-
#: contact_form.php:
|
694 |
msgid "Auto Response"
|
695 |
msgstr ""
|
696 |
|
697 |
-
#: contact_form.php:
|
698 |
#, php-format
|
699 |
-
msgid "
|
|
|
|
|
|
|
700 |
msgstr ""
|
701 |
|
702 |
-
#: contact_form.php:
|
703 |
-
#: contact_form.php:1383
|
704 |
msgid "Save Changes"
|
705 |
msgstr "Guardar cambios"
|
706 |
|
707 |
-
#: contact_form.php:
|
708 |
msgid "Errors output"
|
709 |
msgstr "Salida de errores"
|
710 |
|
711 |
-
#: contact_form.php:
|
712 |
msgid "Display error messages"
|
713 |
msgstr "Mostrar mensajes de error"
|
714 |
|
715 |
-
#: contact_form.php:
|
716 |
msgid "Color of the input field errors."
|
717 |
msgstr "El color de los errores del campo de entrada."
|
718 |
|
719 |
-
#: contact_form.php:
|
720 |
msgid "Display error messages & color of the input field errors"
|
721 |
-
msgstr "
|
|
|
722 |
|
723 |
-
#: contact_form.php:
|
724 |
msgid "Add placeholder to the input blocks"
|
725 |
msgstr "Añadir marcador de posición de los bloques de entrada"
|
726 |
|
727 |
-
#: contact_form.php:
|
728 |
msgid "Add tooltips"
|
729 |
msgstr "Añadir información sobre herramientas"
|
730 |
|
731 |
-
#: contact_form.php:
|
732 |
msgid "Email address"
|
733 |
msgstr "Correo electrónico"
|
734 |
|
735 |
-
#: contact_form.php:
|
736 |
msgid "Phone Number"
|
737 |
msgstr "Número de teléfono"
|
738 |
|
739 |
-
#: contact_form.php:
|
740 |
msgid "Attachment"
|
741 |
msgstr "Adjuntos"
|
742 |
|
743 |
-
#: contact_form.php:
|
744 |
msgid "Style options"
|
745 |
msgstr "Opciones de estilo"
|
746 |
|
747 |
-
#: contact_form.php:
|
748 |
msgid "Text color"
|
749 |
msgstr "Color del texto"
|
750 |
|
751 |
-
#: contact_form.php:
|
752 |
-
#: contact_form.php:
|
753 |
-
#: contact_form.php:
|
754 |
-
#: contact_form.php:
|
755 |
-
#: contact_form.php:1304
|
756 |
-
#: contact_form.php:1309
|
757 |
-
#: contact_form.php:1319
|
758 |
-
#: contact_form.php:1324
|
759 |
-
#: contact_form.php:1333
|
760 |
-
#: contact_form.php:1347
|
761 |
-
#: contact_form.php:1352
|
762 |
-
#: contact_form.php:1357
|
763 |
msgid "Default"
|
764 |
msgstr "Defecto"
|
765 |
|
766 |
-
#: contact_form.php:
|
767 |
msgid "Label text color"
|
768 |
msgstr "Color del texto de la Etiqueta"
|
769 |
|
770 |
-
#: contact_form.php:
|
771 |
msgid "Placeholder color"
|
772 |
msgstr "El color de marcador de posición"
|
773 |
|
774 |
-
#: contact_form.php:
|
775 |
msgid "Errors color"
|
776 |
msgstr "Color del error"
|
777 |
|
778 |
-
#: contact_form.php:
|
779 |
msgid "Error text color"
|
780 |
msgstr "Color del texto de error"
|
781 |
|
782 |
-
#: contact_form.php:
|
783 |
msgid "Background color of the input field errors"
|
784 |
msgstr "Color de fondo de los errores de campo de entrada"
|
785 |
|
786 |
-
#: contact_form.php:
|
787 |
msgid "Border color of the input field errors"
|
788 |
msgstr "Color del borde de los errores de campo de entrada"
|
789 |
|
790 |
-
#: contact_form.php:
|
791 |
msgid "Placeholder color of the input field errors"
|
792 |
msgstr "El color de marcador de posición de los errores de campo de entrada"
|
793 |
|
794 |
-
#: contact_form.php:
|
795 |
msgid "Input fields"
|
796 |
msgstr "Campos de entrada"
|
797 |
|
798 |
-
#: contact_form.php:
|
799 |
msgid "Input fields background color"
|
800 |
msgstr "Color de fondo de los campos de entrada"
|
801 |
|
802 |
-
#: contact_form.php:
|
803 |
msgid "Text fields color"
|
804 |
msgstr "Color de los campos de texto"
|
805 |
|
806 |
-
#: contact_form.php:
|
807 |
msgid "Border width in px, numbers only"
|
808 |
msgstr "Ancho del borde en píxeles, sólo números"
|
809 |
|
810 |
-
#: contact_form.php:
|
811 |
-
#: contact_form.php:1359
|
812 |
msgid "Border color"
|
813 |
msgstr "Color del borde"
|
814 |
|
815 |
-
#: contact_form.php:
|
816 |
msgid "Submit button"
|
817 |
msgstr "Botón enviar"
|
818 |
|
819 |
-
#: contact_form.php:
|
820 |
msgid "Width in px, numbers only"
|
821 |
msgstr "Ancho en píxeles, sólo números"
|
822 |
|
823 |
-
#: contact_form.php:
|
824 |
msgid "Button color"
|
825 |
msgstr "Color del botón"
|
826 |
|
827 |
-
#: contact_form.php:
|
828 |
msgid "Button text color"
|
829 |
msgstr "Color del texto del botón"
|
830 |
|
831 |
-
#: contact_form.php:
|
832 |
msgid "Contact Form Pro | Preview"
|
833 |
msgstr "Contact Form Pro | Vista previa"
|
834 |
|
835 |
-
#: contact_form.php:
|
836 |
msgid "Show with errors"
|
837 |
msgstr "Mostrar con errores"
|
838 |
|
839 |
-
#: contact_form.php:
|
840 |
-
#: contact_form.php:1400
|
841 |
msgid "Please enter your full name..."
|
842 |
msgstr "Escriba su nombre completo..."
|
843 |
|
844 |
-
#: contact_form.php:
|
845 |
-
#: contact_form.php:1413
|
846 |
msgid "Please enter your address..."
|
847 |
msgstr "Escriba su dirección..."
|
848 |
|
849 |
-
#: contact_form.php:
|
850 |
-
#: contact_form.php:1424
|
851 |
msgid "Please enter your email address..."
|
852 |
msgstr "Introduzca su correo electrónico ..."
|
853 |
|
854 |
-
#: contact_form.php:
|
855 |
-
#: contact_form.php:1435
|
856 |
msgid "Please enter your phone number..."
|
857 |
msgstr "Escriba su número de teléfono..."
|
858 |
|
859 |
-
#: contact_form.php:
|
860 |
-
#: contact_form.php:1446
|
861 |
msgid "Please enter subject..."
|
862 |
msgstr "Escriba un asunto..."
|
863 |
|
864 |
-
#: contact_form.php:
|
865 |
-
#: contact_form.php:1456
|
866 |
msgid "Please enter your message..."
|
867 |
msgstr "Escriba el mensaje..."
|
868 |
|
869 |
-
#: contact_form.php:
|
870 |
msgid "Sorry, email message could not be delivered."
|
871 |
msgstr "Lo sentimos, el mensaje de correo electrónico no se pudo entregar."
|
872 |
|
873 |
-
#: contact_form.php:
|
874 |
msgid "Contact from"
|
875 |
msgstr "Contact from"
|
876 |
|
877 |
-
#: contact_form.php:
|
878 |
-
#: contact_form.php:2026
|
879 |
msgid "Phone"
|
880 |
msgstr "Teléfono"
|
881 |
|
882 |
-
#: contact_form.php:
|
883 |
-
#: contact_form.php:2033
|
884 |
msgid "Site"
|
885 |
msgstr "Sitio"
|
886 |
|
887 |
-
#: contact_form.php:
|
888 |
-
msgid "
|
889 |
-
|
|
|
|
|
|
|
|
|
890 |
|
891 |
-
#: contact_form.php:
|
892 |
msgid "Support"
|
893 |
msgstr "Soporte técnico"
|
894 |
|
895 |
-
#: contact_form.php:
|
896 |
msgid "Are you sure that you want to delete this language data?"
|
897 |
msgstr "¿Estás seguro de que quieres eliminar este idioma?"
|
898 |
|
899 |
-
#: contact_form.php:
|
900 |
#, fuzzy
|
901 |
msgid "Add multiple forms"
|
902 |
msgstr "Añadir a la forma"
|
903 |
|
904 |
-
#: contact_form.php:
|
905 |
-
msgid "
|
|
|
|
|
906 |
msgstr ""
|
907 |
|
908 |
-
#: contact_form.php:
|
909 |
#, fuzzy
|
910 |
msgid "Learn more"
|
911 |
msgstr "Más información"
|
912 |
|
913 |
-
#: contact_form.php:
|
914 |
msgid "Close"
|
915 |
msgstr ""
|
916 |
|
917 |
-
#: contact_form.php:
|
918 |
#, fuzzy
|
919 |
msgid "allows to store your messages to the database."
|
920 |
-
msgstr "
|
|
|
|
|
921 |
|
922 |
-
#: contact_form.php:
|
923 |
msgid "Manage messages that have been sent from your website."
|
924 |
msgstr "Administración de mensajes que han sido enviados desde su sitio web."
|
925 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-08-05 09:13+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-08-05 09:13+0300\n"
|
7 |
+
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: Javitopo <jaawme@hotmail.com>\n"
|
9 |
"Language: it_IT\n"
|
10 |
"MIME-Version: 1.0\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: contact_form.php:35 contact_form.php:657
|
|
|
20 |
msgid "Contact Form Settings"
|
21 |
msgstr "Opciones de formulario de contacto"
|
22 |
|
24 |
msgid "Contact Form"
|
25 |
msgstr "Contact Form"
|
26 |
|
27 |
+
#: contact_form.php:123 contact_form.php:1065 contact_form.php:1099
|
|
|
|
|
28 |
msgid "Name:"
|
29 |
msgstr "Nombre:"
|
30 |
|
31 |
+
#: contact_form.php:124 contact_form.php:1066 contact_form.php:1100
|
|
|
|
|
32 |
msgid "Address:"
|
33 |
msgstr "Dirección:"
|
34 |
|
35 |
+
#: contact_form.php:125 contact_form.php:1067 contact_form.php:1101
|
|
|
|
|
36 |
msgid "Email Address:"
|
37 |
msgstr "Dirección de correo electrónico:"
|
38 |
|
39 |
+
#: contact_form.php:126 contact_form.php:1068 contact_form.php:1102
|
|
|
|
|
40 |
msgid "Phone number:"
|
41 |
msgstr "Número de teléfono:"
|
42 |
|
43 |
+
#: contact_form.php:127 contact_form.php:1069 contact_form.php:1103
|
|
|
|
|
44 |
msgid "Subject:"
|
45 |
msgstr "Asunto:"
|
46 |
|
47 |
+
#: contact_form.php:128 contact_form.php:1070 contact_form.php:1104
|
|
|
|
|
48 |
msgid "Message:"
|
49 |
msgstr "Mensaje:"
|
50 |
|
51 |
+
#: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
|
|
|
|
|
52 |
msgid "Attachment:"
|
53 |
msgstr "Datos adjuntos:"
|
54 |
|
55 |
#: contact_form.php:130
|
56 |
#, fuzzy
|
57 |
+
msgid ""
|
58 |
+
"Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
|
59 |
+
"EPS, PS, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT. Max file "
|
60 |
+
"size: 2MB"
|
61 |
+
msgstr ""
|
62 |
+
"Tipos de archivo admitidos: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, "
|
63 |
+
"AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Tamaño "
|
64 |
+
"máximo de archivo: 2MB"
|
65 |
|
66 |
+
#: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
|
|
|
|
|
67 |
msgid "Send me a copy"
|
68 |
msgstr "Deseo recibir una copia"
|
69 |
|
70 |
+
#: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
|
|
|
|
|
71 |
msgid "Submit"
|
72 |
msgstr "Enviar"
|
73 |
|
124 |
msgstr "Gracias por contactar con nosotros."
|
125 |
|
126 |
#: contact_form.php:546
|
127 |
+
msgid ""
|
128 |
+
"Email 'FROM' field option was changed, which may cause email messages being "
|
129 |
+
"moved to the spam folder or email delivery failures."
|
130 |
msgstr ""
|
131 |
|
132 |
#: contact_form.php:556
|
133 |
+
msgid ""
|
134 |
+
"If the 'Redirect to page' option is selected then the URL field should be in "
|
135 |
+
"the following format"
|
136 |
+
msgstr ""
|
137 |
+
"Si se selecciona la opción 'Redirigir a la página', entonces el campo URL "
|
138 |
+
"debe estar en el siguiente formato"
|
139 |
|
140 |
#: contact_form.php:565
|
141 |
#, fuzzy
|
144 |
|
145 |
#: contact_form.php:575
|
146 |
#, fuzzy
|
147 |
+
msgid ""
|
148 |
+
"Please enter a valid email address in the 'Use this email address' field."
|
149 |
+
msgstr ""
|
150 |
+
"Por favor, introduce una dirección de correo electrónico válida en el campo "
|
151 |
+
"\"De\". Las configuraciones no se guardan."
|
152 |
|
153 |
#: contact_form.php:583
|
154 |
#, fuzzy
|
155 |
msgid "Please enter a valid email address in the 'FROM' field."
|
156 |
+
msgstr ""
|
157 |
+
"Por favor, introduce una dirección de correo electrónico válida en el campo "
|
158 |
+
"\"De\". Las configuraciones no se guardan."
|
159 |
|
160 |
#: contact_form.php:606
|
161 |
msgid "Settings saved."
|
166 |
msgid "Settings are not saved."
|
167 |
msgstr "Configuración guardada."
|
168 |
|
169 |
+
#: contact_form.php:646
|
170 |
+
msgid "All plugin settings were restored."
|
171 |
+
msgstr ""
|
172 |
+
|
173 |
+
#: contact_form.php:659 contact_form.php:2208 contact_form.php:2222
|
174 |
msgid "Settings"
|
175 |
msgstr "Configuración"
|
176 |
|
177 |
+
#: contact_form.php:660
|
178 |
#, fuzzy
|
179 |
msgid "Additional settings"
|
180 |
msgstr "Opciones adicionales"
|
181 |
|
182 |
+
#: contact_form.php:661
|
183 |
msgid "Appearance"
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: contact_form.php:662 contact_form.php:2223
|
|
|
187 |
msgid "FAQ"
|
188 |
msgstr "Preguntas más frecuentes"
|
189 |
|
190 |
+
#: contact_form.php:663
|
191 |
msgid "Go PRO"
|
192 |
msgstr "Ir al PRO"
|
193 |
|
194 |
+
#: contact_form.php:666 contact_form.php:668
|
|
|
195 |
msgid "Notice:"
|
196 |
msgstr "Aviso:"
|
197 |
|
198 |
+
#: contact_form.php:666
|
199 |
+
msgid ""
|
200 |
+
"The plugin's settings have been changed. In order to save them please don't "
|
201 |
+
"forget to click the 'Save Changes' button."
|
202 |
+
msgstr ""
|
203 |
+
"Configuración del plugin se han cambiado. Para salvar los cambios, no olvide "
|
204 |
+
"hacer clic en el botón \"Guardar cambios\"."
|
205 |
|
|
|
206 |
#: contact_form.php:679
|
207 |
+
msgid ""
|
208 |
+
"If you want to create multiple contact forms, please install the Contact "
|
209 |
+
"Form Multi plugin."
|
210 |
+
msgstr ""
|
211 |
+
"Si desea crear varios formularios de contacto, por favor, instale el plugin "
|
212 |
+
"Formulario de contacto múltiple."
|
213 |
|
214 |
+
#: contact_form.php:686
|
215 |
+
#, fuzzy
|
216 |
+
msgid ""
|
217 |
+
"If you would like to add Contact Form to your website, just copy and paste "
|
218 |
+
"this shortcode to your post or page or widget:"
|
219 |
+
msgstr ""
|
220 |
+
"Si usted desea agregar el formulario de contacto para su sitio web, sólo "
|
221 |
+
"tienes que copiar y pegar este código corto a tu post, una página o un "
|
222 |
+
"widget:"
|
223 |
+
|
224 |
+
#: contact_form.php:686 contact_form.php:687 contact_form.php:689
|
225 |
+
#: contact_form.php:690 contact_form.php:1089 contact_form.php:1091
|
226 |
+
#: contact_form.php:1152 contact_form.php:1154
|
227 |
msgid "or"
|
228 |
msgstr "o"
|
229 |
|
230 |
+
#: contact_form.php:687
|
231 |
+
#, fuzzy
|
232 |
+
msgid ""
|
233 |
+
"If you have any problems with the standard shortcode [contact_form], you "
|
234 |
+
"should use the shortcode"
|
235 |
+
msgstr ""
|
236 |
+
"Si tiene algún problema con el shortcode estándar [contact_form], se debe "
|
237 |
+
"utilizar el shortcode"
|
238 |
|
239 |
+
#: contact_form.php:687 contact_form.php:690
|
|
|
240 |
msgid "They work the same way."
|
241 |
msgstr "Funcionan de la misma manera."
|
242 |
|
243 |
+
#: contact_form.php:689 contact_form.php:1501
|
244 |
+
msgid ""
|
245 |
+
"If you would like to add the Contact Form to your website, just copy and "
|
246 |
+
"paste this shortcode to your post or page or widget:"
|
247 |
+
msgstr ""
|
248 |
+
"Si usted desea agregar el formulario de contacto para su sitio web, sólo "
|
249 |
+
"tienes que copiar y pegar este código corto a tu post, una página o un "
|
250 |
+
"widget:"
|
251 |
+
|
252 |
+
#: contact_form.php:690
|
253 |
+
msgid ""
|
254 |
+
"If have any problems with the standard shortcode [contact_form], you should "
|
255 |
+
"use the shortcode"
|
256 |
+
msgstr ""
|
257 |
+
"Si tiene algún problema con el shortcode estándar [contact_form], se debe "
|
258 |
+
"utilizar el shortcode"
|
259 |
+
|
260 |
+
#: contact_form.php:694
|
261 |
+
msgid ""
|
262 |
+
"If you leave the fields empty, the messages will be sent to the email "
|
263 |
+
"address specified during registration."
|
264 |
+
msgstr ""
|
265 |
+
"Si deja los campos vacíos, se enviarán los mensajes a la dirección de correo "
|
266 |
+
"electrónico especificada durante el registro."
|
267 |
|
268 |
+
#: contact_form.php:697
|
269 |
msgid "The user's email address:"
|
270 |
msgstr "Dirección de correo electrónico del usuario:"
|
271 |
|
272 |
+
#: contact_form.php:701
|
273 |
#, fuzzy
|
274 |
msgid "Select a username"
|
275 |
msgstr "Crear un nombre de usuario"
|
276 |
|
277 |
+
#: contact_form.php:714
|
278 |
+
msgid ""
|
279 |
+
"Enter a username of the person who should get the messages from the contact "
|
280 |
+
"form."
|
281 |
+
msgstr ""
|
282 |
+
"Introduzca un nombre de usuario de la persona que debe recibir los mensajes "
|
283 |
+
"desde el formulario de contacto."
|
284 |
|
285 |
+
#: contact_form.php:718
|
286 |
msgid "Use this email address:"
|
287 |
msgstr "Utilice esta dirección de correo electrónico:"
|
288 |
|
289 |
+
#: contact_form.php:722
|
290 |
msgid "Enter the email address you want the messages forwarded to."
|
291 |
+
msgstr ""
|
292 |
+
"Introduzca la dirección de correo electrónico que desea que reciba los "
|
293 |
+
"mensajes."
|
294 |
|
295 |
+
#: contact_form.php:731
|
296 |
msgid "Add department selectbox to the contact form:"
|
297 |
msgstr "Añadir caja de selección al formulario de contacto:"
|
298 |
|
299 |
+
#: contact_form.php:739 contact_form.php:1200 contact_form.php:1384
|
|
|
|
|
300 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
301 |
msgstr "Si actualiza a la versión Pro se guardarán todos los ajustes."
|
302 |
|
303 |
+
#: contact_form.php:746 contact_form.php:929 contact_form.php:1001
|
304 |
+
#: contact_form.php:1207 contact_form.php:1391
|
305 |
+
#, fuzzy
|
306 |
+
msgid "Unlock premium options by upgrading to PRO version."
|
307 |
+
msgstr ""
|
308 |
+
"Desbloquear opciones premium mediante la actualización a una versión PRO."
|
309 |
+
|
310 |
+
#: contact_form.php:747 contact_form.php:930 contact_form.php:1002
|
311 |
+
#: contact_form.php:1208 contact_form.php:1392 contact_form.php:2495
|
|
|
|
|
|
|
|
|
|
|
312 |
msgid "Learn More"
|
313 |
msgstr "Más información"
|
314 |
|
315 |
+
#: contact_form.php:750 contact_form.php:933 contact_form.php:1005
|
316 |
+
#: contact_form.php:1211 contact_form.php:1395
|
|
|
|
|
|
|
317 |
msgid "Go"
|
318 |
msgstr "Ir"
|
319 |
|
320 |
+
#: contact_form.php:757
|
321 |
msgid "Save emails to the database"
|
322 |
msgstr "Guardar mensajes de correo electrónico a la base de datos"
|
323 |
|
324 |
+
#: contact_form.php:762
|
325 |
msgid "Using"
|
326 |
msgstr "Uso"
|
327 |
|
328 |
+
#: contact_form.php:765 contact_form.php:769
|
|
|
329 |
#, fuzzy
|
330 |
msgid "Using Contact Form to DB by BestWebSoft"
|
331 |
msgstr "Usando Contact Form a DB impulsado por"
|
332 |
|
333 |
+
#: contact_form.php:765
|
334 |
#, fuzzy
|
335 |
msgid "Activate"
|
336 |
msgstr "Activar Captcha"
|
337 |
|
338 |
+
#: contact_form.php:769
|
339 |
msgid "Download"
|
340 |
msgstr "Download"
|
341 |
|
342 |
+
#: contact_form.php:779
|
343 |
msgid "What to use?"
|
344 |
msgstr "Qué usar?"
|
345 |
|
346 |
+
#: contact_form.php:784
|
347 |
msgid "Wp-mail"
|
348 |
msgstr "Wp-mail"
|
349 |
|
350 |
+
#: contact_form.php:786
|
351 |
msgid "You can use the wp_mail function for mailing"
|
352 |
msgstr "Usted puede utilizar la función wp_mail para enviar por correo"
|
353 |
|
354 |
+
#: contact_form.php:789
|
355 |
msgid "Mail"
|
356 |
msgstr "Correo"
|
357 |
|
358 |
+
#: contact_form.php:791
|
359 |
msgid "To send mail you can use the php mail function"
|
360 |
msgstr "Para enviar el correo se puede utilizar la función de correo php"
|
361 |
|
362 |
+
#: contact_form.php:796
|
363 |
msgid "'FROM' field"
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: contact_form.php:798 contact_form.php:860 contact_form.php:1253
|
367 |
+
#: contact_form.php:2000 contact_form.php:2036
|
|
|
|
|
|
|
368 |
msgid "Name"
|
369 |
msgstr "Nombre"
|
370 |
|
371 |
+
#: contact_form.php:805
|
372 |
msgid "User name"
|
373 |
msgstr "Nombre de usuario"
|
374 |
|
375 |
+
#: contact_form.php:807
|
376 |
+
msgid ""
|
377 |
+
"The name of the user who fills the form will be used in the field 'From'."
|
378 |
+
msgstr ""
|
379 |
+
"El nombre del usuario que rellena en el formulario se utiliza en el campo "
|
380 |
+
"\"De:\"."
|
381 |
|
382 |
+
#: contact_form.php:813 contact_form.php:2011 contact_form.php:2043
|
|
|
|
|
383 |
msgid "Email"
|
384 |
msgstr "Correo electrónico"
|
385 |
|
386 |
+
#: contact_form.php:820
|
387 |
msgid "User email"
|
388 |
msgstr "Correo electrónico del usuario"
|
389 |
|
390 |
+
#: contact_form.php:822
|
391 |
+
msgid ""
|
392 |
+
"The email address of the user who fills the form will be used in the field "
|
393 |
+
"'From'."
|
394 |
+
msgstr ""
|
395 |
+
"La dirección de correo electrónico del usuario que rellena el formulario se "
|
396 |
+
"utiliza en el campo \"De\"."
|
397 |
|
398 |
+
#: contact_form.php:826
|
399 |
+
msgid ""
|
400 |
+
"If this option is changed, email messages may be moved to the spam folder or "
|
401 |
+
"email delivery failures may occur."
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: contact_form.php:832
|
405 |
msgid "Required symbol"
|
406 |
msgstr "Símbolo de Obligatorio"
|
407 |
|
408 |
+
#: contact_form.php:842
|
409 |
msgid "Fields"
|
410 |
msgstr "Campos"
|
411 |
|
412 |
+
#: contact_form.php:843
|
413 |
msgid "Used"
|
414 |
msgstr "Usado"
|
415 |
|
416 |
+
#: contact_form.php:844
|
417 |
msgid "Required"
|
418 |
msgstr "Obligatorio"
|
419 |
|
420 |
+
#: contact_form.php:845
|
421 |
msgid "Visible"
|
422 |
msgstr "Visible"
|
423 |
|
424 |
+
#: contact_form.php:846
|
425 |
msgid "Disabled for editing"
|
426 |
msgstr "Inhabilitado para la edición"
|
427 |
|
428 |
+
#: contact_form.php:847
|
429 |
msgid "Field's default value"
|
430 |
msgstr "Valor predeterminado del campo"
|
431 |
|
432 |
+
#: contact_form.php:852
|
433 |
+
msgid "Department selectbox"
|
434 |
+
msgstr ""
|
435 |
+
|
436 |
+
#: contact_form.php:867
|
437 |
msgid "Use User's name as a default value if the user is logged in."
|
438 |
msgstr ""
|
439 |
|
440 |
+
#: contact_form.php:868 contact_form.php:896
|
441 |
+
msgid ""
|
442 |
+
"'Visible' and 'Disabled for editing' options will be applied only to logged-"
|
443 |
+
"in users."
|
444 |
msgstr ""
|
445 |
|
446 |
+
#: contact_form.php:872
|
447 |
msgid "Location selectbox"
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: contact_form.php:880 contact_form.php:1258 contact_form.php:2006
|
451 |
+
#: contact_form.php:2040
|
|
|
|
|
452 |
msgid "Address"
|
453 |
msgstr "Dirección"
|
454 |
|
455 |
+
#: contact_form.php:888
|
456 |
msgid "Email Address"
|
457 |
msgstr "Dirección de correo electrónico"
|
458 |
|
459 |
+
#: contact_form.php:895
|
460 |
msgid "Use User's email as a default value if the user is logged in."
|
461 |
msgstr ""
|
462 |
|
463 |
+
#: contact_form.php:900
|
464 |
msgid "Phone number"
|
465 |
msgstr "Número de teléfono"
|
466 |
|
467 |
+
#: contact_form.php:908 contact_form.php:1273 contact_form.php:2021
|
468 |
+
#: contact_form.php:2049
|
|
|
|
|
469 |
msgid "Subject"
|
470 |
msgstr "Asunto"
|
471 |
|
472 |
+
#: contact_form.php:916 contact_form.php:1277 contact_form.php:2024
|
473 |
+
#: contact_form.php:2051
|
|
|
|
|
474 |
msgid "Message"
|
475 |
msgstr "Mensaje"
|
476 |
|
477 |
+
#: contact_form.php:940
|
478 |
msgid "Attachment block"
|
479 |
msgstr "bloque de adjuntos"
|
480 |
|
481 |
+
#: contact_form.php:942
|
482 |
msgid "Users can attach the following file formats"
|
483 |
msgstr "Los usuarios pueden adjuntar los siguientes formatos de archivo"
|
484 |
|
485 |
+
#: contact_form.php:955
|
486 |
msgid "Add to the form"
|
487 |
msgstr "Añadir a la forma"
|
488 |
|
489 |
+
#: contact_form.php:960
|
490 |
msgid "Tips below the Attachment"
|
491 |
msgstr "Consejos debajo del archivo adjunto"
|
492 |
|
493 |
+
#: contact_form.php:969
|
494 |
msgid "'Send me a copy' block"
|
495 |
msgstr "'Deseo recibir una copia' bloque"
|
496 |
|
497 |
+
#: contact_form.php:982
|
498 |
msgid "Activate captcha"
|
499 |
msgstr "Activar Captcha"
|
500 |
|
501 |
+
#: contact_form.php:986
|
502 |
msgid "Download captcha"
|
503 |
msgstr "Descargar Captcha"
|
504 |
|
505 |
+
#: contact_form.php:994
|
506 |
msgid "Agreement checkbox"
|
507 |
msgstr "casilla de verificación de acuerdo"
|
508 |
|
509 |
+
#: contact_form.php:994
|
510 |
msgid "Required checkbox for submitting the form"
|
511 |
msgstr "Casilla de verificación obligatoria para enviar el formulario"
|
512 |
|
513 |
+
#: contact_form.php:995
|
514 |
msgid "Optional checkbox"
|
515 |
msgstr "Casilla opcional"
|
516 |
|
517 |
+
#: contact_form.php:995
|
518 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
519 |
+
msgstr ""
|
520 |
+
"Casilla opcional, cuyos resultados se mostrarán en el correo electrónico"
|
521 |
|
522 |
+
#: contact_form.php:1013
|
523 |
msgid "Delete an attachment file from the server after the email is sent"
|
524 |
+
msgstr ""
|
525 |
+
"Eliminar un archivo adjunto del servidor después de que se envíe el correo "
|
526 |
+
"electrónico"
|
527 |
|
528 |
+
#: contact_form.php:1019
|
529 |
msgid "Email in HTML format sending"
|
530 |
msgstr "Enviar correo electrónico en formato HTML"
|
531 |
|
532 |
+
#: contact_form.php:1023
|
533 |
msgid "Display additional info in the email"
|
534 |
msgstr "Mostrar información adicional en el correo electrónico"
|
535 |
|
536 |
+
#: contact_form.php:1029 contact_form.php:1967 contact_form.php:1969
|
|
|
|
|
537 |
msgid "Sent from (ip address)"
|
538 |
msgstr "Enviado desde (dirección IP)"
|
539 |
|
540 |
+
#: contact_form.php:1029
|
541 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
542 |
msgstr "Ejemplo: Enviado desde (dirección IP:\t127.0.0.1"
|
543 |
|
544 |
+
#: contact_form.php:1030 contact_form.php:1973 contact_form.php:1975
|
|
|
|
|
545 |
msgid "Date/Time"
|
546 |
msgstr "Fecha/Hora"
|
547 |
|
548 |
+
#: contact_form.php:1030
|
549 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
550 |
msgstr "Ejemplo: Fecha/hora:\tAugust 19, 2013 8:50 pm"
|
551 |
|
552 |
+
#: contact_form.php:1031 contact_form.php:1979 contact_form.php:1981
|
|
|
|
|
553 |
msgid "Sent from (referer)"
|
554 |
msgstr "Enviado desde (referencia)"
|
555 |
|
556 |
+
#: contact_form.php:1031
|
557 |
+
msgid ""
|
558 |
+
"Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
559 |
+
msgstr ""
|
560 |
+
"Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
561 |
|
562 |
+
#: contact_form.php:1032 contact_form.php:1985 contact_form.php:1987
|
|
|
|
|
563 |
msgid "Using (user agent)"
|
564 |
msgstr "Usando (agente de usuario)"
|
565 |
|
566 |
+
#: contact_form.php:1032
|
567 |
+
msgid ""
|
568 |
+
"Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
|
569 |
+
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
570 |
+
msgstr ""
|
571 |
+
"Ejemplo: Usando (agente de usuario):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
|
572 |
+
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
573 |
|
574 |
+
#: contact_form.php:1037
|
575 |
msgid "Language settings for the field names in the form"
|
576 |
+
msgstr ""
|
577 |
+
"Configuración de idioma para los nombres de los campos en el formulario"
|
578 |
|
579 |
+
#: contact_form.php:1046
|
580 |
msgid "Add a language"
|
581 |
msgstr "Añadir un idioma"
|
582 |
|
583 |
+
#: contact_form.php:1050
|
584 |
msgid "Change the names of the contact form fields and error messages"
|
585 |
+
msgstr ""
|
586 |
+
"Cambie los nombres de los campos del formulario de contacto y mensajes de "
|
587 |
+
"error"
|
588 |
|
589 |
+
#: contact_form.php:1055 contact_form.php:1142
|
|
|
590 |
msgid "English"
|
591 |
msgstr "Inglés"
|
592 |
|
593 |
+
#: contact_form.php:1063 contact_form.php:1097
|
|
|
594 |
msgid "click to expand/hide the list"
|
595 |
msgstr "haga clic para expandir / ocultar la lista"
|
596 |
|
597 |
+
#: contact_form.php:1072 contact_form.php:1106
|
|
|
598 |
msgid "Tips below the Attachment block"
|
599 |
msgstr "Consejos debajo del bloque del archivo adjunto"
|
600 |
|
601 |
+
#: contact_form.php:1075 contact_form.php:1109
|
|
|
602 |
msgid "Error message for the Name field"
|
603 |
msgstr "Mensaje de error para el campo Nombre"
|
604 |
|
605 |
+
#: contact_form.php:1076 contact_form.php:1110
|
|
|
606 |
msgid "Error message for the Address field"
|
607 |
msgstr "Mensaje de error para el campo dirección"
|
608 |
|
609 |
+
#: contact_form.php:1077 contact_form.php:1111
|
|
|
610 |
msgid "Error message for the Email field"
|
611 |
msgstr "Mensaje de error en el campo Correo electrónico"
|
612 |
|
613 |
+
#: contact_form.php:1078 contact_form.php:1112
|
|
|
614 |
msgid "Error message for the Phone field"
|
615 |
msgstr "Mensaje de error para el campo Teléfono"
|
616 |
|
617 |
+
#: contact_form.php:1079 contact_form.php:1113
|
|
|
618 |
msgid "Error message for the Subject field"
|
619 |
msgstr "Mensaje de error para el campo Asunto"
|
620 |
|
621 |
+
#: contact_form.php:1080 contact_form.php:1114
|
|
|
622 |
msgid "Error message for the Message field"
|
623 |
msgstr "Mensaje de error en el campo Mensaje"
|
624 |
|
625 |
+
#: contact_form.php:1081 contact_form.php:1115
|
|
|
626 |
msgid "Error message about the file type for the Attachment field"
|
627 |
+
msgstr ""
|
628 |
+
"Mensaje de error sobre el tipo de archivo para el campo de archivos adjuntos"
|
629 |
|
630 |
+
#: contact_form.php:1082 contact_form.php:1116
|
631 |
+
msgid ""
|
632 |
+
"Error message while uploading a file for the Attachment field to the server"
|
633 |
+
msgstr ""
|
634 |
+
"Mensaje de error al cargar un archivo en el campo de archivos adjuntos al "
|
635 |
+
"servidor"
|
636 |
|
637 |
+
#: contact_form.php:1083 contact_form.php:1117
|
|
|
638 |
msgid "Error message while moving the file for the Attachment field"
|
639 |
+
msgstr ""
|
640 |
+
"Mensaje de error mientras se mueve el archivo en el campo de archivos "
|
641 |
+
"adjuntos"
|
642 |
|
643 |
+
#: contact_form.php:1084 contact_form.php:1118
|
|
|
644 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
645 |
+
msgstr ""
|
646 |
+
"Mensaje de error cuando se supera el límite de tamaño de archivo para el "
|
647 |
+
"campo de archivos adjuntos"
|
648 |
|
649 |
+
#: contact_form.php:1085 contact_form.php:1119
|
|
|
650 |
msgid "Error message for the Captcha field"
|
651 |
msgstr "Mensaje de error para el campo Captcha"
|
652 |
|
653 |
+
#: contact_form.php:1086 contact_form.php:1120
|
|
|
654 |
msgid "Error message for the whole form"
|
655 |
msgstr "Mensaje de error para todo el formulario"
|
656 |
|
657 |
+
#: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
|
658 |
+
#: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
|
659 |
+
#: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
|
660 |
+
#: contact_form.php:2358
|
|
|
|
|
|
|
|
|
|
|
|
|
661 |
msgid "Use shortcode"
|
662 |
msgstr "Utilice shortcode"
|
663 |
|
664 |
+
#: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
|
665 |
+
#: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
|
666 |
+
#: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
|
667 |
+
#: contact_form.php:2358
|
|
|
|
|
|
|
|
|
|
|
|
|
668 |
msgid "for this language"
|
669 |
msgstr "para este idioma"
|
670 |
|
671 |
+
#: contact_form.php:1133
|
672 |
#, fuzzy
|
673 |
msgid "Use the changed names of the contact form fields in the email"
|
674 |
+
msgstr ""
|
675 |
+
"Cambie los nombres de los campos del formulario de contacto y mensajes de "
|
676 |
+
"error"
|
677 |
|
678 |
+
#: contact_form.php:1139
|
679 |
msgid "Action after email is sent"
|
680 |
msgstr "Acción después de que se envíe el correo electrónico"
|
681 |
|
682 |
+
#: contact_form.php:1141
|
683 |
msgid "Display text"
|
684 |
msgstr "Mostrar texto"
|
685 |
|
686 |
+
#: contact_form.php:1150 contact_form.php:1160
|
|
|
687 |
msgid "Text"
|
688 |
msgstr "Texto"
|
689 |
|
690 |
+
#: contact_form.php:1171
|
691 |
msgid "Redirect to the page"
|
692 |
msgstr "Redirigir a la página"
|
693 |
|
694 |
+
#: contact_form.php:1172
|
695 |
msgid "Url"
|
696 |
msgstr "Url"
|
697 |
|
698 |
+
#: contact_form.php:1176
|
699 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
700 |
msgstr "La variable $_SERVER que se utiliza para construir una URL de la forma"
|
701 |
|
702 |
+
#: contact_form.php:1181
|
703 |
+
msgid ""
|
704 |
+
"If you are not sure whether to change this setting or not, please do not do "
|
705 |
+
"that."
|
706 |
+
msgstr ""
|
707 |
+
"Si no está seguro de si se debe cambiar esta configuración o no, por favor, "
|
708 |
+
"no hagas eso."
|
709 |
|
710 |
+
#: contact_form.php:1191
|
711 |
msgid "Auto Response"
|
712 |
msgstr ""
|
713 |
|
714 |
+
#: contact_form.php:1195
|
715 |
#, php-format
|
716 |
+
msgid ""
|
717 |
+
"You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
|
718 |
+
"display data from the Message field, as well as %%SITENAME%% to display blog "
|
719 |
+
"name."
|
720 |
msgstr ""
|
721 |
|
722 |
+
#: contact_form.php:1220 contact_form.php:1402
|
|
|
723 |
msgid "Save Changes"
|
724 |
msgstr "Guardar cambios"
|
725 |
|
726 |
+
#: contact_form.php:1233
|
727 |
msgid "Errors output"
|
728 |
msgstr "Salida de errores"
|
729 |
|
730 |
+
#: contact_form.php:1236
|
731 |
msgid "Display error messages"
|
732 |
msgstr "Mostrar mensajes de error"
|
733 |
|
734 |
+
#: contact_form.php:1237
|
735 |
msgid "Color of the input field errors."
|
736 |
msgstr "El color de los errores del campo de entrada."
|
737 |
|
738 |
+
#: contact_form.php:1238
|
739 |
msgid "Display error messages & color of the input field errors"
|
740 |
+
msgstr ""
|
741 |
+
"Mostrar mensajes de error y el color de los errores de campo de entrada"
|
742 |
|
743 |
+
#: contact_form.php:1243
|
744 |
msgid "Add placeholder to the input blocks"
|
745 |
msgstr "Añadir marcador de posición de los bloques de entrada"
|
746 |
|
747 |
+
#: contact_form.php:1249
|
748 |
msgid "Add tooltips"
|
749 |
msgstr "Añadir información sobre herramientas"
|
750 |
|
751 |
+
#: contact_form.php:1263
|
752 |
msgid "Email address"
|
753 |
msgstr "Correo electrónico"
|
754 |
|
755 |
+
#: contact_form.php:1268
|
756 |
msgid "Phone Number"
|
757 |
msgstr "Número de teléfono"
|
758 |
|
759 |
+
#: contact_form.php:1282
|
760 |
msgid "Attachment"
|
761 |
msgstr "Adjuntos"
|
762 |
|
763 |
+
#: contact_form.php:1292
|
764 |
msgid "Style options"
|
765 |
msgstr "Opciones de estilo"
|
766 |
|
767 |
+
#: contact_form.php:1295
|
768 |
msgid "Text color"
|
769 |
msgstr "Color del texto"
|
770 |
|
771 |
+
#: contact_form.php:1298 contact_form.php:1303 contact_form.php:1313
|
772 |
+
#: contact_form.php:1318 contact_form.php:1323 contact_form.php:1328
|
773 |
+
#: contact_form.php:1338 contact_form.php:1343 contact_form.php:1352
|
774 |
+
#: contact_form.php:1366 contact_form.php:1371 contact_form.php:1376
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
775 |
msgid "Default"
|
776 |
msgstr "Defecto"
|
777 |
|
778 |
+
#: contact_form.php:1300
|
779 |
msgid "Label text color"
|
780 |
msgstr "Color del texto de la Etiqueta"
|
781 |
|
782 |
+
#: contact_form.php:1305
|
783 |
msgid "Placeholder color"
|
784 |
msgstr "El color de marcador de posición"
|
785 |
|
786 |
+
#: contact_form.php:1310
|
787 |
msgid "Errors color"
|
788 |
msgstr "Color del error"
|
789 |
|
790 |
+
#: contact_form.php:1315
|
791 |
msgid "Error text color"
|
792 |
msgstr "Color del texto de error"
|
793 |
|
794 |
+
#: contact_form.php:1320
|
795 |
msgid "Background color of the input field errors"
|
796 |
msgstr "Color de fondo de los errores de campo de entrada"
|
797 |
|
798 |
+
#: contact_form.php:1325
|
799 |
msgid "Border color of the input field errors"
|
800 |
msgstr "Color del borde de los errores de campo de entrada"
|
801 |
|
802 |
+
#: contact_form.php:1330
|
803 |
msgid "Placeholder color of the input field errors"
|
804 |
msgstr "El color de marcador de posición de los errores de campo de entrada"
|
805 |
|
806 |
+
#: contact_form.php:1335
|
807 |
msgid "Input fields"
|
808 |
msgstr "Campos de entrada"
|
809 |
|
810 |
+
#: contact_form.php:1340
|
811 |
msgid "Input fields background color"
|
812 |
msgstr "Color de fondo de los campos de entrada"
|
813 |
|
814 |
+
#: contact_form.php:1345
|
815 |
msgid "Text fields color"
|
816 |
msgstr "Color de los campos de texto"
|
817 |
|
818 |
+
#: contact_form.php:1349
|
819 |
msgid "Border width in px, numbers only"
|
820 |
msgstr "Ancho del borde en píxeles, sólo números"
|
821 |
|
822 |
+
#: contact_form.php:1354 contact_form.php:1378
|
|
|
823 |
msgid "Border color"
|
824 |
msgstr "Color del borde"
|
825 |
|
826 |
+
#: contact_form.php:1359
|
827 |
msgid "Submit button"
|
828 |
msgstr "Botón enviar"
|
829 |
|
830 |
+
#: contact_form.php:1363
|
831 |
msgid "Width in px, numbers only"
|
832 |
msgstr "Ancho en píxeles, sólo números"
|
833 |
|
834 |
+
#: contact_form.php:1368
|
835 |
msgid "Button color"
|
836 |
msgstr "Color del botón"
|
837 |
|
838 |
+
#: contact_form.php:1373
|
839 |
msgid "Button text color"
|
840 |
msgstr "Color del texto del botón"
|
841 |
|
842 |
+
#: contact_form.php:1406
|
843 |
msgid "Contact Form Pro | Preview"
|
844 |
msgstr "Contact Form Pro | Vista previa"
|
845 |
|
846 |
+
#: contact_form.php:1408
|
847 |
msgid "Show with errors"
|
848 |
msgstr "Mostrar con errores"
|
849 |
|
850 |
+
#: contact_form.php:1417 contact_form.php:1419
|
|
|
851 |
msgid "Please enter your full name..."
|
852 |
msgstr "Escriba su nombre completo..."
|
853 |
|
854 |
+
#: contact_form.php:1430 contact_form.php:1432
|
|
|
855 |
msgid "Please enter your address..."
|
856 |
msgstr "Escriba su dirección..."
|
857 |
|
858 |
+
#: contact_form.php:1441 contact_form.php:1443
|
|
|
859 |
msgid "Please enter your email address..."
|
860 |
msgstr "Introduzca su correo electrónico ..."
|
861 |
|
862 |
+
#: contact_form.php:1452 contact_form.php:1454
|
|
|
863 |
msgid "Please enter your phone number..."
|
864 |
msgstr "Escriba su número de teléfono..."
|
865 |
|
866 |
+
#: contact_form.php:1463 contact_form.php:1465
|
|
|
867 |
msgid "Please enter subject..."
|
868 |
msgstr "Escriba un asunto..."
|
869 |
|
870 |
+
#: contact_form.php:1473 contact_form.php:1475
|
|
|
871 |
msgid "Please enter your message..."
|
872 |
msgstr "Escriba el mensaje..."
|
873 |
|
874 |
+
#: contact_form.php:1586
|
875 |
msgid "Sorry, email message could not be delivered."
|
876 |
msgstr "Lo sentimos, el mensaje de correo electrónico no se pudo entregar."
|
877 |
|
878 |
+
#: contact_form.php:1994
|
879 |
msgid "Contact from"
|
880 |
msgstr "Contact from"
|
881 |
|
882 |
+
#: contact_form.php:2016 contact_form.php:2046
|
|
|
883 |
msgid "Phone"
|
884 |
msgstr "Teléfono"
|
885 |
|
886 |
+
#: contact_form.php:2027 contact_form.php:2053
|
|
|
887 |
msgid "Site"
|
888 |
msgstr "Sitio"
|
889 |
|
890 |
+
#: contact_form.php:2140
|
891 |
+
msgid ""
|
892 |
+
"If you can see this MIME, it means that the MIME type is not supported by "
|
893 |
+
"your email client!"
|
894 |
+
msgstr ""
|
895 |
+
"Si puede ver esta MIME, significa que el tipo MIME no es compatible con su "
|
896 |
+
"cliente de correo electrónico!"
|
897 |
|
898 |
+
#: contact_form.php:2224
|
899 |
msgid "Support"
|
900 |
msgstr "Soporte técnico"
|
901 |
|
902 |
+
#: contact_form.php:2273
|
903 |
msgid "Are you sure that you want to delete this language data?"
|
904 |
msgstr "¿Estás seguro de que quieres eliminar este idioma?"
|
905 |
|
906 |
+
#: contact_form.php:2294
|
907 |
#, fuzzy
|
908 |
msgid "Add multiple forms"
|
909 |
msgstr "Añadir a la forma"
|
910 |
|
911 |
+
#: contact_form.php:2294
|
912 |
+
msgid ""
|
913 |
+
"Install Contact Form Multi plugin to create unlimited number of contact "
|
914 |
+
"forms."
|
915 |
msgstr ""
|
916 |
|
917 |
+
#: contact_form.php:2299
|
918 |
#, fuzzy
|
919 |
msgid "Learn more"
|
920 |
msgstr "Más información"
|
921 |
|
922 |
+
#: contact_form.php:2303
|
923 |
msgid "Close"
|
924 |
msgstr ""
|
925 |
|
926 |
+
#: contact_form.php:2491
|
927 |
#, fuzzy
|
928 |
msgid "allows to store your messages to the database."
|
929 |
+
msgstr ""
|
930 |
+
"<strong>Formulario de contacto para DB</strong>permite almacenar sus "
|
931 |
+
"mensajes a la base de datos."
|
932 |
|
933 |
+
#: contact_form.php:2492
|
934 |
msgid "Manage messages that have been sent from your website."
|
935 |
msgstr "Administración de mensajes que han sido enviados desde su sitio web."
|
936 |
|
languages/contact_form-et.mo
CHANGED
Binary file
|
languages/contact_form-et.po
CHANGED
@@ -2,9 +2,9 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
-
"Last-Translator: bestwebsoft.com <
|
8 |
"Language-Team: Feliks <feliks@veebimeister.com>\n"
|
9 |
"Language: ca_ES\n"
|
10 |
"MIME-Version: 1.0\n"
|
@@ -16,8 +16,7 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: contact_form.php:35
|
20 |
-
#: contact_form.php:650
|
21 |
msgid "Contact Form Settings"
|
22 |
msgstr "Contact Form seaded"
|
23 |
|
@@ -25,62 +24,50 @@ msgstr "Contact Form seaded"
|
|
25 |
msgid "Contact Form"
|
26 |
msgstr "Contact Form"
|
27 |
|
28 |
-
#: contact_form.php:123
|
29 |
-
#: contact_form.php:1047
|
30 |
-
#: contact_form.php:1081
|
31 |
msgid "Name:"
|
32 |
msgstr "Nimi:"
|
33 |
|
34 |
-
#: contact_form.php:124
|
35 |
-
#: contact_form.php:1048
|
36 |
-
#: contact_form.php:1082
|
37 |
msgid "Address:"
|
38 |
msgstr "Aadress:"
|
39 |
|
40 |
-
#: contact_form.php:125
|
41 |
-
#: contact_form.php:1049
|
42 |
-
#: contact_form.php:1083
|
43 |
msgid "Email Address:"
|
44 |
msgstr "E-maili aadress:"
|
45 |
|
46 |
-
#: contact_form.php:126
|
47 |
-
#: contact_form.php:1050
|
48 |
-
#: contact_form.php:1084
|
49 |
msgid "Phone number:"
|
50 |
msgstr "Telefoni number:"
|
51 |
|
52 |
-
#: contact_form.php:127
|
53 |
-
#: contact_form.php:1051
|
54 |
-
#: contact_form.php:1085
|
55 |
msgid "Subject:"
|
56 |
msgstr "Pealkiri:"
|
57 |
|
58 |
-
#: contact_form.php:128
|
59 |
-
#: contact_form.php:1052
|
60 |
-
#: contact_form.php:1086
|
61 |
msgid "Message:"
|
62 |
msgstr "Sõnum:"
|
63 |
|
64 |
-
#: contact_form.php:129
|
65 |
-
#: contact_form.php:1053
|
66 |
-
#: contact_form.php:1087
|
67 |
msgid "Attachment:"
|
68 |
msgstr "Manus:"
|
69 |
|
70 |
#: contact_form.php:130
|
71 |
#, fuzzy
|
72 |
-
msgid "
|
73 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
|
75 |
-
#: contact_form.php:131
|
76 |
-
#: contact_form.php:1055
|
77 |
-
#: contact_form.php:1089
|
78 |
msgid "Send me a copy"
|
79 |
msgstr "Saada mulle koopia"
|
80 |
|
81 |
-
#: contact_form.php:132
|
82 |
-
#: contact_form.php:1056
|
83 |
-
#: contact_form.php:1090
|
84 |
msgid "Submit"
|
85 |
msgstr "Saada"
|
86 |
|
@@ -137,19 +124,26 @@ msgid "Thank you for contacting us."
|
|
137 |
msgstr "Tänan meiega kontakteerumast."
|
138 |
|
139 |
#: contact_form.php:546
|
140 |
-
msgid "
|
|
|
|
|
141 |
msgstr ""
|
142 |
|
143 |
#: contact_form.php:556
|
144 |
-
msgid "
|
145 |
-
|
|
|
|
|
|
|
|
|
146 |
|
147 |
#: contact_form.php:565
|
148 |
msgid "Such user does not exist."
|
149 |
msgstr "Sellist kasutajat ei eksisteeri. "
|
150 |
|
151 |
#: contact_form.php:575
|
152 |
-
msgid "
|
|
|
153 |
msgstr "Palun sisesta 'Kellelt' väljale korrektne e-maili aadress. "
|
154 |
|
155 |
#: contact_form.php:583
|
@@ -164,756 +158,743 @@ msgstr "Seaded salvestatud."
|
|
164 |
msgid "Settings are not saved."
|
165 |
msgstr "Seaded pole salvestatud."
|
166 |
|
167 |
-
#: contact_form.php:
|
168 |
-
|
169 |
-
|
|
|
|
|
170 |
msgid "Settings"
|
171 |
msgstr "Seaded"
|
172 |
|
173 |
-
#: contact_form.php:
|
174 |
#, fuzzy
|
175 |
msgid "Additional settings"
|
176 |
msgstr "Opcions addicionals"
|
177 |
|
178 |
-
#: contact_form.php:
|
179 |
msgid "Appearance"
|
180 |
msgstr ""
|
181 |
|
182 |
-
#: contact_form.php:
|
183 |
-
#: contact_form.php:2203
|
184 |
msgid "FAQ"
|
185 |
msgstr "KKK"
|
186 |
|
187 |
-
#: contact_form.php:
|
188 |
msgid "Go PRO"
|
189 |
msgstr "Telli PRO"
|
190 |
|
191 |
-
#: contact_form.php:
|
192 |
-
#: contact_form.php:661
|
193 |
msgid "Notice:"
|
194 |
msgstr "Märkus:"
|
195 |
|
196 |
-
#: contact_form.php:
|
197 |
-
msgid "
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
|
204 |
-
#: contact_form.php:676
|
205 |
#: contact_form.php:679
|
206 |
-
|
207 |
-
|
208 |
-
|
|
|
|
|
|
|
209 |
|
210 |
-
#: contact_form.php:
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
|
|
|
|
|
|
|
|
218 |
msgid "or"
|
219 |
msgstr "või"
|
220 |
|
221 |
-
#: contact_form.php:
|
222 |
-
|
223 |
-
msgid "
|
224 |
-
|
|
|
|
|
|
|
|
|
225 |
|
226 |
-
#: contact_form.php:
|
227 |
-
#: contact_form.php:680
|
228 |
msgid "They work the same way."
|
229 |
msgstr "Need töötavad täpselt samamoodi."
|
230 |
|
231 |
-
#: contact_form.php:
|
232 |
-
msgid "
|
233 |
-
|
|
|
|
|
|
|
|
|
234 |
|
235 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
236 |
msgid "The user's email address:"
|
237 |
msgstr "Kasutaja e-maili aadress:"
|
238 |
|
239 |
-
#: contact_form.php:
|
240 |
#, fuzzy
|
241 |
msgid "Select a username"
|
242 |
msgstr "Loo kasutajanimi"
|
243 |
|
244 |
-
#: contact_form.php:
|
245 |
-
msgid "
|
246 |
-
|
|
|
|
|
|
|
247 |
|
248 |
-
#: contact_form.php:
|
249 |
msgid "Use this email address:"
|
250 |
msgstr "Kasuta seda e-maili aadressi:"
|
251 |
|
252 |
-
#: contact_form.php:
|
253 |
msgid "Enter the email address you want the messages forwarded to."
|
254 |
-
msgstr "
|
|
|
255 |
|
256 |
-
#: contact_form.php:
|
257 |
msgid "Add department selectbox to the contact form:"
|
258 |
msgstr "Lisa valikukast kontakti vormile:"
|
259 |
|
260 |
-
#: contact_form.php:
|
261 |
-
#: contact_form.php:1182
|
262 |
-
#: contact_form.php:1365
|
263 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
264 |
msgstr "Kui sa lähed üle Pro versioonile, siis kõik seaded salvestatakse."
|
265 |
|
266 |
-
#: contact_form.php:
|
267 |
-
#: contact_form.php:
|
268 |
-
|
269 |
-
|
270 |
-
#: contact_form.php:1372
|
271 |
-
msgid "Unlock premium options by upgrading to a PRO version."
|
272 |
msgstr "Telli PRO versioon ja ava premium valikud."
|
273 |
|
274 |
-
#: contact_form.php:
|
275 |
-
#: contact_form.php:
|
276 |
-
#: contact_form.php:984
|
277 |
-
#: contact_form.php:1190
|
278 |
-
#: contact_form.php:1373
|
279 |
-
#: contact_form.php:2475
|
280 |
msgid "Learn More"
|
281 |
msgstr "Uuri lähemalt"
|
282 |
|
283 |
-
#: contact_form.php:
|
284 |
-
#: contact_form.php:
|
285 |
-
#: contact_form.php:987
|
286 |
-
#: contact_form.php:1193
|
287 |
-
#: contact_form.php:1376
|
288 |
msgid "Go"
|
289 |
msgstr "Mine"
|
290 |
|
291 |
-
#: contact_form.php:
|
292 |
msgid "Save emails to the database"
|
293 |
msgstr "Salvesta e-mailid andmebaasi"
|
294 |
|
295 |
-
#: contact_form.php:
|
296 |
msgid "Using"
|
297 |
msgstr "Kasutan"
|
298 |
|
299 |
-
#: contact_form.php:
|
300 |
-
#: contact_form.php:759
|
301 |
#, fuzzy
|
302 |
msgid "Using Contact Form to DB by BestWebSoft"
|
303 |
msgstr "Kontakti vorm andmebaasi on loonud"
|
304 |
|
305 |
-
#: contact_form.php:
|
306 |
msgid "Activate"
|
307 |
msgstr "Aktiveeri"
|
308 |
|
309 |
-
#: contact_form.php:
|
310 |
msgid "Download"
|
311 |
msgstr "Descarregar"
|
312 |
|
313 |
-
#: contact_form.php:
|
314 |
msgid "What to use?"
|
315 |
msgstr "Mida kasutada?"
|
316 |
|
317 |
-
#: contact_form.php:
|
318 |
msgid "Wp-mail"
|
319 |
msgstr "Wp-mail"
|
320 |
|
321 |
-
#: contact_form.php:
|
322 |
msgid "You can use the wp_mail function for mailing"
|
323 |
msgstr "Võid kasutada wp_mail funktsiooni e-mailide saatmiseks"
|
324 |
|
325 |
-
#: contact_form.php:
|
326 |
msgid "Mail"
|
327 |
msgstr "E-mail"
|
328 |
|
329 |
-
#: contact_form.php:
|
330 |
msgid "To send mail you can use the php mail function"
|
331 |
msgstr "E-mailide saatmiseks saad kasutada php mail funktsiooni"
|
332 |
|
333 |
-
#: contact_form.php:
|
334 |
msgid "'FROM' field"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: contact_form.php:
|
338 |
-
#: contact_form.php:
|
339 |
-
#: contact_form.php:1234
|
340 |
-
#: contact_form.php:1980
|
341 |
-
#: contact_form.php:2016
|
342 |
msgid "Name"
|
343 |
msgstr "Nimi"
|
344 |
|
345 |
-
#: contact_form.php:
|
346 |
msgid "User name"
|
347 |
msgstr "Kasutaja nimi"
|
348 |
|
349 |
-
#: contact_form.php:
|
350 |
-
msgid "
|
|
|
351 |
msgstr "Kasutaja nime (kes täidab vormi) kasutatakse 'Kellelt' väljal."
|
352 |
|
353 |
-
#: contact_form.php:
|
354 |
-
#: contact_form.php:1991
|
355 |
-
#: contact_form.php:2023
|
356 |
msgid "Email"
|
357 |
msgstr "E-mail"
|
358 |
|
359 |
-
#: contact_form.php:
|
360 |
msgid "User email"
|
361 |
msgstr "Kasutaja e-mail"
|
362 |
|
363 |
-
#: contact_form.php:
|
364 |
-
msgid "
|
365 |
-
|
|
|
|
|
|
|
|
|
366 |
|
367 |
-
#: contact_form.php:
|
368 |
-
msgid "
|
|
|
|
|
369 |
msgstr ""
|
370 |
|
371 |
-
#: contact_form.php:
|
372 |
msgid "Required symbol"
|
373 |
msgstr "Nõutud sümbol"
|
374 |
|
375 |
-
#: contact_form.php:
|
376 |
msgid "Fields"
|
377 |
msgstr "Väljad"
|
378 |
|
379 |
-
#: contact_form.php:
|
380 |
msgid "Used"
|
381 |
msgstr "Kasutatud"
|
382 |
|
383 |
-
#: contact_form.php:
|
384 |
msgid "Required"
|
385 |
msgstr "Nõutud"
|
386 |
|
387 |
-
#: contact_form.php:
|
388 |
msgid "Visible"
|
389 |
msgstr "Nähtav"
|
390 |
|
391 |
-
#: contact_form.php:
|
392 |
msgid "Disabled for editing"
|
393 |
msgstr "Toimetamiseks välja lülitatud"
|
394 |
|
395 |
-
#: contact_form.php:
|
396 |
msgid "Field's default value"
|
397 |
msgstr "Välja vaikeseades väärtus"
|
398 |
|
399 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
400 |
msgid "Use User's name as a default value if the user is logged in."
|
401 |
msgstr ""
|
402 |
|
403 |
-
#: contact_form.php:
|
404 |
-
|
405 |
-
|
|
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: contact_form.php:
|
409 |
msgid "Location selectbox"
|
410 |
msgstr "Asukoha valik"
|
411 |
|
412 |
-
#: contact_form.php:
|
413 |
-
#: contact_form.php:
|
414 |
-
#: contact_form.php:1986
|
415 |
-
#: contact_form.php:2020
|
416 |
msgid "Address"
|
417 |
msgstr "Aadress"
|
418 |
|
419 |
-
#: contact_form.php:
|
420 |
msgid "Email Address"
|
421 |
msgstr "E-maili aadress"
|
422 |
|
423 |
-
#: contact_form.php:
|
424 |
msgid "Use User's email as a default value if the user is logged in."
|
425 |
msgstr ""
|
426 |
|
427 |
-
#: contact_form.php:
|
428 |
msgid "Phone number"
|
429 |
msgstr "Telefoni number"
|
430 |
|
431 |
-
#: contact_form.php:
|
432 |
-
#: contact_form.php:
|
433 |
-
#: contact_form.php:2001
|
434 |
-
#: contact_form.php:2029
|
435 |
msgid "Subject"
|
436 |
msgstr "Pealkiri"
|
437 |
|
438 |
-
#: contact_form.php:
|
439 |
-
#: contact_form.php:
|
440 |
-
#: contact_form.php:2004
|
441 |
-
#: contact_form.php:2031
|
442 |
msgid "Message"
|
443 |
msgstr "Sõnum"
|
444 |
|
445 |
-
#: contact_form.php:
|
446 |
msgid "Attachment block"
|
447 |
msgstr "Manuste blokk"
|
448 |
|
449 |
-
#: contact_form.php:
|
450 |
msgid "Users can attach the following file formats"
|
451 |
msgstr "Kasutajad saavad lisada manuseid järgnevates formaatides"
|
452 |
|
453 |
-
#: contact_form.php:
|
454 |
msgid "Add to the form"
|
455 |
msgstr "Lisa vormile"
|
456 |
|
457 |
-
#: contact_form.php:
|
458 |
msgid "Tips below the Attachment"
|
459 |
msgstr "Vihjed manuse alla"
|
460 |
|
461 |
-
#: contact_form.php:
|
462 |
msgid "'Send me a copy' block"
|
463 |
msgstr "'Saada mulle koopia' blokk"
|
464 |
|
465 |
-
#: contact_form.php:
|
466 |
msgid "Activate captcha"
|
467 |
msgstr "Captcha activat"
|
468 |
|
469 |
-
#: contact_form.php:
|
470 |
msgid "Download captcha"
|
471 |
msgstr "Lae captcha alla"
|
472 |
|
473 |
-
#: contact_form.php:
|
474 |
msgid "Agreement checkbox"
|
475 |
msgstr "Nõustumise kastike"
|
476 |
|
477 |
-
#: contact_form.php:
|
478 |
msgid "Required checkbox for submitting the form"
|
479 |
msgstr "Nõutud kastike vormi saatmiseks"
|
480 |
|
481 |
-
#: contact_form.php:
|
482 |
msgid "Optional checkbox"
|
483 |
msgstr "Valikuline kastike"
|
484 |
|
485 |
-
#: contact_form.php:
|
486 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
487 |
msgstr "Valikuline kastike, mille tulemusi näidatakse e-mailis"
|
488 |
|
489 |
-
#: contact_form.php:
|
490 |
msgid "Delete an attachment file from the server after the email is sent"
|
491 |
msgstr "Kustuta manuse fail serverist peale e-maili saatmist"
|
492 |
|
493 |
-
#: contact_form.php:
|
494 |
msgid "Email in HTML format sending"
|
495 |
msgstr "E-maili saatmine HTML formaadis"
|
496 |
|
497 |
-
#: contact_form.php:
|
498 |
msgid "Display additional info in the email"
|
499 |
msgstr "Näita e-mailis lisainfot"
|
500 |
|
501 |
-
#: contact_form.php:
|
502 |
-
#: contact_form.php:1947
|
503 |
-
#: contact_form.php:1949
|
504 |
msgid "Sent from (ip address)"
|
505 |
msgstr "Saadetud (IP aadress)"
|
506 |
|
507 |
-
#: contact_form.php:
|
508 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
509 |
msgstr "Näide: Saadetud (IP address):\t127.0.0.1"
|
510 |
|
511 |
-
#: contact_form.php:
|
512 |
-
#: contact_form.php:1953
|
513 |
-
#: contact_form.php:1955
|
514 |
msgid "Date/Time"
|
515 |
msgstr "Kuupäev/Aeg"
|
516 |
|
517 |
-
#: contact_form.php:
|
518 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
519 |
msgstr "Näide: Kuupäev/Aeg:\tAugust 19, 2013 8:50 pm"
|
520 |
|
521 |
-
#: contact_form.php:
|
522 |
-
#: contact_form.php:1959
|
523 |
-
#: contact_form.php:1961
|
524 |
msgid "Sent from (referer)"
|
525 |
msgstr "Saadetud (referer)"
|
526 |
|
527 |
-
#: contact_form.php:
|
528 |
-
msgid "
|
|
|
529 |
msgstr "Näide: Saatnud (referer):\thttp://veebimeister.com/"
|
530 |
|
531 |
-
#: contact_form.php:
|
532 |
-
#: contact_form.php:1965
|
533 |
-
#: contact_form.php:1967
|
534 |
msgid "Using (user agent)"
|
535 |
msgstr "Kasutab (user agent)"
|
536 |
|
537 |
-
#: contact_form.php:
|
538 |
-
msgid "
|
539 |
-
|
|
|
|
|
|
|
|
|
540 |
|
541 |
-
#: contact_form.php:
|
542 |
msgid "Language settings for the field names in the form"
|
543 |
msgstr "Vormi keeleseaded nimeväljadele"
|
544 |
|
545 |
-
#: contact_form.php:
|
546 |
msgid "Add a language"
|
547 |
msgstr "Lisa keel"
|
548 |
|
549 |
-
#: contact_form.php:
|
550 |
msgid "Change the names of the contact form fields and error messages"
|
551 |
msgstr "Muuda kontakti vormi väljade ja error-sõnumite nimesid"
|
552 |
|
553 |
-
#: contact_form.php:
|
554 |
-
#: contact_form.php:1124
|
555 |
msgid "English"
|
556 |
msgstr "Inglise"
|
557 |
|
558 |
-
#: contact_form.php:
|
559 |
-
#: contact_form.php:1079
|
560 |
msgid "click to expand/hide the list"
|
561 |
msgstr "avamiseks/sulgemiseks klikka"
|
562 |
|
563 |
-
#: contact_form.php:
|
564 |
-
#: contact_form.php:1088
|
565 |
msgid "Tips below the Attachment block"
|
566 |
msgstr "Vihje manuse bloki all"
|
567 |
|
568 |
-
#: contact_form.php:
|
569 |
-
#: contact_form.php:1091
|
570 |
msgid "Error message for the Name field"
|
571 |
msgstr "Error väljal 'Nimi'"
|
572 |
|
573 |
-
#: contact_form.php:
|
574 |
-
#: contact_form.php:1092
|
575 |
msgid "Error message for the Address field"
|
576 |
msgstr "Error väljal 'Aadress'"
|
577 |
|
578 |
-
#: contact_form.php:
|
579 |
-
#: contact_form.php:1093
|
580 |
msgid "Error message for the Email field"
|
581 |
msgstr "Error väljal 'E-mail'"
|
582 |
|
583 |
-
#: contact_form.php:
|
584 |
-
#: contact_form.php:1094
|
585 |
msgid "Error message for the Phone field"
|
586 |
msgstr "Error väljal 'Telefon'"
|
587 |
|
588 |
-
#: contact_form.php:
|
589 |
-
#: contact_form.php:1095
|
590 |
msgid "Error message for the Subject field"
|
591 |
msgstr "Error väljal 'Pealkiri'"
|
592 |
|
593 |
-
#: contact_form.php:
|
594 |
-
#: contact_form.php:1096
|
595 |
msgid "Error message for the Message field"
|
596 |
msgstr "Error väljal 'Sõnum'"
|
597 |
|
598 |
-
#: contact_form.php:
|
599 |
-
#: contact_form.php:1097
|
600 |
msgid "Error message about the file type for the Attachment field"
|
601 |
msgstr "Error faili tüübi kohta manuse väljal"
|
602 |
|
603 |
-
#: contact_form.php:
|
604 |
-
|
605 |
-
|
606 |
msgstr "Error faili üles laadimisel serverisse manuse välja jaoks"
|
607 |
|
608 |
-
#: contact_form.php:
|
609 |
-
#: contact_form.php:1099
|
610 |
msgid "Error message while moving the file for the Attachment field"
|
611 |
msgstr "Error faili liigutamisel manuse väljale"
|
612 |
|
613 |
-
#: contact_form.php:
|
614 |
-
#: contact_form.php:1100
|
615 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
616 |
msgstr "Error ületades faili suuruse limiiti manuse väljal"
|
617 |
|
618 |
-
#: contact_form.php:
|
619 |
-
#: contact_form.php:1101
|
620 |
msgid "Error message for the Captcha field"
|
621 |
msgstr "Error väljal 'Captcha'"
|
622 |
|
623 |
-
#: contact_form.php:
|
624 |
-
#: contact_form.php:1102
|
625 |
msgid "Error message for the whole form"
|
626 |
msgstr "Error kogu vormi kohta"
|
627 |
|
628 |
-
#: contact_form.php:
|
629 |
-
#: contact_form.php:
|
630 |
-
#: contact_form.php:
|
631 |
-
#: contact_form.php:
|
632 |
-
#: contact_form.php:1134
|
633 |
-
#: contact_form.php:1136
|
634 |
-
#: contact_form.php:1144
|
635 |
-
#: contact_form.php:1146
|
636 |
-
#: contact_form.php:2336
|
637 |
-
#: contact_form.php:2338
|
638 |
msgid "Use shortcode"
|
639 |
msgstr "Kasuta lühikoodi"
|
640 |
|
641 |
-
#: contact_form.php:
|
642 |
-
#: contact_form.php:
|
643 |
-
#: contact_form.php:
|
644 |
-
#: contact_form.php:
|
645 |
-
#: contact_form.php:1134
|
646 |
-
#: contact_form.php:1136
|
647 |
-
#: contact_form.php:1144
|
648 |
-
#: contact_form.php:1146
|
649 |
-
#: contact_form.php:2336
|
650 |
-
#: contact_form.php:2338
|
651 |
msgid "for this language"
|
652 |
msgstr "selle keele jaoks"
|
653 |
|
654 |
-
#: contact_form.php:
|
655 |
msgid "Use the changed names of the contact form fields in the email"
|
656 |
msgstr "Kasuta kontaktivormi väljade muudetud nimesid emailis"
|
657 |
|
658 |
-
#: contact_form.php:
|
659 |
msgid "Action after email is sent"
|
660 |
msgstr "Tegevus peale e-maili saatmist"
|
661 |
|
662 |
-
#: contact_form.php:
|
663 |
msgid "Display text"
|
664 |
msgstr "Näita teksti"
|
665 |
|
666 |
-
#: contact_form.php:
|
667 |
-
#: contact_form.php:1142
|
668 |
msgid "Text"
|
669 |
msgstr "Tekst"
|
670 |
|
671 |
-
#: contact_form.php:
|
672 |
msgid "Redirect to the page"
|
673 |
msgstr "Suuna lehele"
|
674 |
|
675 |
-
#: contact_form.php:
|
676 |
msgid "Url"
|
677 |
msgstr "Url"
|
678 |
|
679 |
-
#: contact_form.php:
|
680 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
681 |
msgstr "$_SERVER muutuja mida kasutatakse vormi URL-i loomiseks"
|
682 |
|
683 |
-
#: contact_form.php:
|
684 |
-
msgid "
|
|
|
|
|
685 |
msgstr "Kui sa pole kindel, mida sa teed, siis ära tee seda."
|
686 |
|
687 |
-
#: contact_form.php:
|
688 |
msgid "Auto Response"
|
689 |
msgstr ""
|
690 |
|
691 |
-
#: contact_form.php:
|
692 |
#, php-format
|
693 |
-
msgid "
|
|
|
|
|
|
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: contact_form.php:
|
697 |
-
#: contact_form.php:1383
|
698 |
msgid "Save Changes"
|
699 |
msgstr "Salvesta muudatused"
|
700 |
|
701 |
-
#: contact_form.php:
|
702 |
msgid "Errors output"
|
703 |
msgstr "Errorite väljund"
|
704 |
|
705 |
-
#: contact_form.php:
|
706 |
msgid "Display error messages"
|
707 |
msgstr "Näita error-sõnumeid"
|
708 |
|
709 |
-
#: contact_form.php:
|
710 |
msgid "Color of the input field errors."
|
711 |
msgstr "Sisestusväljade errorite värv"
|
712 |
|
713 |
-
#: contact_form.php:
|
714 |
msgid "Display error messages & color of the input field errors"
|
715 |
msgstr "Näita error-sõnumeid ja sisestusväljade errorite värvi"
|
716 |
|
717 |
-
#: contact_form.php:
|
718 |
msgid "Add placeholder to the input blocks"
|
719 |
msgstr "Lisa kohahoidja sisestusblokkidele"
|
720 |
|
721 |
-
#: contact_form.php:
|
722 |
msgid "Add tooltips"
|
723 |
msgstr "Lisa vihjed"
|
724 |
|
725 |
-
#: contact_form.php:
|
726 |
msgid "Email address"
|
727 |
msgstr "E-maili aadress"
|
728 |
|
729 |
-
#: contact_form.php:
|
730 |
msgid "Phone Number"
|
731 |
msgstr "Telefoni number"
|
732 |
|
733 |
-
#: contact_form.php:
|
734 |
msgid "Attachment"
|
735 |
msgstr "Manus"
|
736 |
|
737 |
-
#: contact_form.php:
|
738 |
msgid "Style options"
|
739 |
msgstr "Stiili valikud"
|
740 |
|
741 |
-
#: contact_form.php:
|
742 |
msgid "Text color"
|
743 |
msgstr "Teksti värv"
|
744 |
|
745 |
-
#: contact_form.php:
|
746 |
-
#: contact_form.php:
|
747 |
-
#: contact_form.php:
|
748 |
-
#: contact_form.php:
|
749 |
-
#: contact_form.php:1304
|
750 |
-
#: contact_form.php:1309
|
751 |
-
#: contact_form.php:1319
|
752 |
-
#: contact_form.php:1324
|
753 |
-
#: contact_form.php:1333
|
754 |
-
#: contact_form.php:1347
|
755 |
-
#: contact_form.php:1352
|
756 |
-
#: contact_form.php:1357
|
757 |
msgid "Default"
|
758 |
msgstr "Vaikimisi valik"
|
759 |
|
760 |
-
#: contact_form.php:
|
761 |
msgid "Label text color"
|
762 |
msgstr "Sildi teksti värv"
|
763 |
|
764 |
-
#: contact_form.php:
|
765 |
msgid "Placeholder color"
|
766 |
msgstr "Kohahoidja värv"
|
767 |
|
768 |
-
#: contact_form.php:
|
769 |
msgid "Errors color"
|
770 |
msgstr "Errorite värv"
|
771 |
|
772 |
-
#: contact_form.php:
|
773 |
msgid "Error text color"
|
774 |
msgstr "Error-teksti värv"
|
775 |
|
776 |
-
#: contact_form.php:
|
777 |
msgid "Background color of the input field errors"
|
778 |
msgstr "Sisestusväljade errorite taustavärv"
|
779 |
|
780 |
-
#: contact_form.php:
|
781 |
msgid "Border color of the input field errors"
|
782 |
msgstr "Sisestusväljade errorite piirjoonte värv"
|
783 |
|
784 |
-
#: contact_form.php:
|
785 |
msgid "Placeholder color of the input field errors"
|
786 |
msgstr "Sisestusväljade errorite kohahoidja värv"
|
787 |
|
788 |
-
#: contact_form.php:
|
789 |
msgid "Input fields"
|
790 |
msgstr "Sisestusväljad"
|
791 |
|
792 |
-
#: contact_form.php:
|
793 |
msgid "Input fields background color"
|
794 |
msgstr "Sisestusväljade taustavärv"
|
795 |
|
796 |
-
#: contact_form.php:
|
797 |
msgid "Text fields color"
|
798 |
msgstr "Tekstiväljade värv"
|
799 |
|
800 |
-
#: contact_form.php:
|
801 |
msgid "Border width in px, numbers only"
|
802 |
msgstr "Piirjoone paksus pikslites. Ainult number"
|
803 |
|
804 |
-
#: contact_form.php:
|
805 |
-
#: contact_form.php:1359
|
806 |
msgid "Border color"
|
807 |
msgstr "Piirjoone värv"
|
808 |
|
809 |
-
#: contact_form.php:
|
810 |
msgid "Submit button"
|
811 |
msgstr "'Saada' nupp"
|
812 |
|
813 |
-
#: contact_form.php:
|
814 |
msgid "Width in px, numbers only"
|
815 |
msgstr "Laius pikslites, ainult numbrid"
|
816 |
|
817 |
-
#: contact_form.php:
|
818 |
msgid "Button color"
|
819 |
msgstr "Nupu värv"
|
820 |
|
821 |
-
#: contact_form.php:
|
822 |
msgid "Button text color"
|
823 |
msgstr "Nupu teksti värv"
|
824 |
|
825 |
-
#: contact_form.php:
|
826 |
msgid "Contact Form Pro | Preview"
|
827 |
msgstr "Contact Form Pro | Eelvaade"
|
828 |
|
829 |
-
#: contact_form.php:
|
830 |
msgid "Show with errors"
|
831 |
msgstr "Näita koos erroritega"
|
832 |
|
833 |
-
#: contact_form.php:
|
834 |
-
#: contact_form.php:1400
|
835 |
msgid "Please enter your full name..."
|
836 |
msgstr "Palun sisesta oma täisnimi..."
|
837 |
|
838 |
-
#: contact_form.php:
|
839 |
-
#: contact_form.php:1413
|
840 |
msgid "Please enter your address..."
|
841 |
msgstr "Palun sisesta oma aadress..."
|
842 |
|
843 |
-
#: contact_form.php:
|
844 |
-
#: contact_form.php:1424
|
845 |
msgid "Please enter your email address..."
|
846 |
msgstr "Palun sisesta oma e-maili aadress..."
|
847 |
|
848 |
-
#: contact_form.php:
|
849 |
-
#: contact_form.php:1435
|
850 |
msgid "Please enter your phone number..."
|
851 |
msgstr "Palun sisesta oma telefoni number..."
|
852 |
|
853 |
-
#: contact_form.php:
|
854 |
-
#: contact_form.php:1446
|
855 |
msgid "Please enter subject..."
|
856 |
msgstr "Palun sisesta pealkiri..."
|
857 |
|
858 |
-
#: contact_form.php:
|
859 |
-
#: contact_form.php:1456
|
860 |
msgid "Please enter your message..."
|
861 |
msgstr "Palun sisesta oma sõnum..."
|
862 |
|
863 |
-
#: contact_form.php:
|
864 |
msgid "Sorry, email message could not be delivered."
|
865 |
msgstr "Vabandust, see kiri jäi saatmata."
|
866 |
|
867 |
-
#: contact_form.php:
|
868 |
msgid "Contact from"
|
869 |
msgstr "Kontakti vorm"
|
870 |
|
871 |
-
#: contact_form.php:
|
872 |
-
#: contact_form.php:2026
|
873 |
msgid "Phone"
|
874 |
msgstr "Telefon"
|
875 |
|
876 |
-
#: contact_form.php:
|
877 |
-
#: contact_form.php:2033
|
878 |
msgid "Site"
|
879 |
msgstr "Leht"
|
880 |
|
881 |
-
#: contact_form.php:
|
882 |
-
msgid "
|
883 |
-
|
|
|
|
|
|
|
|
|
884 |
|
885 |
-
#: contact_form.php:
|
886 |
msgid "Support"
|
887 |
msgstr "Klienditugi"
|
888 |
|
889 |
-
#: contact_form.php:
|
890 |
msgid "Are you sure that you want to delete this language data?"
|
891 |
msgstr "Oled sa kindel, et soovid kustutada selle keele andmeid?"
|
892 |
|
893 |
-
#: contact_form.php:
|
894 |
#, fuzzy
|
895 |
msgid "Add multiple forms"
|
896 |
msgstr "Lisa vormile"
|
897 |
|
898 |
-
#: contact_form.php:
|
899 |
-
msgid "
|
|
|
|
|
900 |
msgstr ""
|
901 |
|
902 |
-
#: contact_form.php:
|
903 |
#, fuzzy
|
904 |
msgid "Learn more"
|
905 |
msgstr "Uuri lähemalt"
|
906 |
|
907 |
-
#: contact_form.php:
|
908 |
msgid "Close"
|
909 |
msgstr ""
|
910 |
|
911 |
-
#: contact_form.php:
|
912 |
#, fuzzy
|
913 |
msgid "allows to store your messages to the database."
|
914 |
-
msgstr "
|
|
|
915 |
|
916 |
-
#: contact_form.php:
|
917 |
msgid "Manage messages that have been sent from your website."
|
918 |
msgstr "Toimeta sõnumeid, mis on sulle saadetud sinu veebilehelt."
|
919 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-08-05 09:14+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-08-05 09:14+0300\n"
|
7 |
+
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: Feliks <feliks@veebimeister.com>\n"
|
9 |
"Language: ca_ES\n"
|
10 |
"MIME-Version: 1.0\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: contact_form.php:35 contact_form.php:657
|
|
|
20 |
msgid "Contact Form Settings"
|
21 |
msgstr "Contact Form seaded"
|
22 |
|
24 |
msgid "Contact Form"
|
25 |
msgstr "Contact Form"
|
26 |
|
27 |
+
#: contact_form.php:123 contact_form.php:1065 contact_form.php:1099
|
|
|
|
|
28 |
msgid "Name:"
|
29 |
msgstr "Nimi:"
|
30 |
|
31 |
+
#: contact_form.php:124 contact_form.php:1066 contact_form.php:1100
|
|
|
|
|
32 |
msgid "Address:"
|
33 |
msgstr "Aadress:"
|
34 |
|
35 |
+
#: contact_form.php:125 contact_form.php:1067 contact_form.php:1101
|
|
|
|
|
36 |
msgid "Email Address:"
|
37 |
msgstr "E-maili aadress:"
|
38 |
|
39 |
+
#: contact_form.php:126 contact_form.php:1068 contact_form.php:1102
|
|
|
|
|
40 |
msgid "Phone number:"
|
41 |
msgstr "Telefoni number:"
|
42 |
|
43 |
+
#: contact_form.php:127 contact_form.php:1069 contact_form.php:1103
|
|
|
|
|
44 |
msgid "Subject:"
|
45 |
msgstr "Pealkiri:"
|
46 |
|
47 |
+
#: contact_form.php:128 contact_form.php:1070 contact_form.php:1104
|
|
|
|
|
48 |
msgid "Message:"
|
49 |
msgstr "Sõnum:"
|
50 |
|
51 |
+
#: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
|
|
|
|
|
52 |
msgid "Attachment:"
|
53 |
msgstr "Manus:"
|
54 |
|
55 |
#: contact_form.php:130
|
56 |
#, fuzzy
|
57 |
+
msgid ""
|
58 |
+
"Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
|
59 |
+
"EPS, PS, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT. Max file "
|
60 |
+
"size: 2MB"
|
61 |
+
msgstr ""
|
62 |
+
"Toetatud failitüübid: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
|
63 |
+
"EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max faili "
|
64 |
+
"suurus: 2MB"
|
65 |
|
66 |
+
#: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
|
|
|
|
|
67 |
msgid "Send me a copy"
|
68 |
msgstr "Saada mulle koopia"
|
69 |
|
70 |
+
#: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
|
|
|
|
|
71 |
msgid "Submit"
|
72 |
msgstr "Saada"
|
73 |
|
124 |
msgstr "Tänan meiega kontakteerumast."
|
125 |
|
126 |
#: contact_form.php:546
|
127 |
+
msgid ""
|
128 |
+
"Email 'FROM' field option was changed, which may cause email messages being "
|
129 |
+
"moved to the spam folder or email delivery failures."
|
130 |
msgstr ""
|
131 |
|
132 |
#: contact_form.php:556
|
133 |
+
msgid ""
|
134 |
+
"If the 'Redirect to page' option is selected then the URL field should be in "
|
135 |
+
"the following format"
|
136 |
+
msgstr ""
|
137 |
+
"Kui 'Suuna lehele' valik on aktiveeritud, siis URL-i väli peab olema "
|
138 |
+
"järgnevas formaadis"
|
139 |
|
140 |
#: contact_form.php:565
|
141 |
msgid "Such user does not exist."
|
142 |
msgstr "Sellist kasutajat ei eksisteeri. "
|
143 |
|
144 |
#: contact_form.php:575
|
145 |
+
msgid ""
|
146 |
+
"Please enter a valid email address in the 'Use this email address' field."
|
147 |
msgstr "Palun sisesta 'Kellelt' väljale korrektne e-maili aadress. "
|
148 |
|
149 |
#: contact_form.php:583
|
158 |
msgid "Settings are not saved."
|
159 |
msgstr "Seaded pole salvestatud."
|
160 |
|
161 |
+
#: contact_form.php:646
|
162 |
+
msgid "All plugin settings were restored."
|
163 |
+
msgstr ""
|
164 |
+
|
165 |
+
#: contact_form.php:659 contact_form.php:2208 contact_form.php:2222
|
166 |
msgid "Settings"
|
167 |
msgstr "Seaded"
|
168 |
|
169 |
+
#: contact_form.php:660
|
170 |
#, fuzzy
|
171 |
msgid "Additional settings"
|
172 |
msgstr "Opcions addicionals"
|
173 |
|
174 |
+
#: contact_form.php:661
|
175 |
msgid "Appearance"
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: contact_form.php:662 contact_form.php:2223
|
|
|
179 |
msgid "FAQ"
|
180 |
msgstr "KKK"
|
181 |
|
182 |
+
#: contact_form.php:663
|
183 |
msgid "Go PRO"
|
184 |
msgstr "Telli PRO"
|
185 |
|
186 |
+
#: contact_form.php:666 contact_form.php:668
|
|
|
187 |
msgid "Notice:"
|
188 |
msgstr "Märkus:"
|
189 |
|
190 |
+
#: contact_form.php:666
|
191 |
+
msgid ""
|
192 |
+
"The plugin's settings have been changed. In order to save them please don't "
|
193 |
+
"forget to click the 'Save Changes' button."
|
194 |
+
msgstr ""
|
195 |
+
"Plugina seaded on muudetud. Nende salvestamiseks ära unusta klikkimast "
|
196 |
+
"'Salvesta muutused' nupul."
|
197 |
|
|
|
198 |
#: contact_form.php:679
|
199 |
+
msgid ""
|
200 |
+
"If you want to create multiple contact forms, please install the Contact "
|
201 |
+
"Form Multi plugin."
|
202 |
+
msgstr ""
|
203 |
+
"Kui soovid sisestada mitut kontaktivormi, siis installi Contact Form Multi "
|
204 |
+
"plugin."
|
205 |
|
206 |
+
#: contact_form.php:686
|
207 |
+
#, fuzzy
|
208 |
+
msgid ""
|
209 |
+
"If you would like to add Contact Form to your website, just copy and paste "
|
210 |
+
"this shortcode to your post or page or widget:"
|
211 |
+
msgstr ""
|
212 |
+
"Kui soovid lisada kontakti vormi oma kodulehele, siis lihtsalt kopeeri see "
|
213 |
+
"lühikood oma postitusele või lehele või moodulile:"
|
214 |
+
|
215 |
+
#: contact_form.php:686 contact_form.php:687 contact_form.php:689
|
216 |
+
#: contact_form.php:690 contact_form.php:1089 contact_form.php:1091
|
217 |
+
#: contact_form.php:1152 contact_form.php:1154
|
218 |
msgid "or"
|
219 |
msgstr "või"
|
220 |
|
221 |
+
#: contact_form.php:687
|
222 |
+
#, fuzzy
|
223 |
+
msgid ""
|
224 |
+
"If you have any problems with the standard shortcode [contact_form], you "
|
225 |
+
"should use the shortcode"
|
226 |
+
msgstr ""
|
227 |
+
"Kui sul on probleeme standard lühikoodiga [contact_form], siis peaksid "
|
228 |
+
"kasutama lühikoodi"
|
229 |
|
230 |
+
#: contact_form.php:687 contact_form.php:690
|
|
|
231 |
msgid "They work the same way."
|
232 |
msgstr "Need töötavad täpselt samamoodi."
|
233 |
|
234 |
+
#: contact_form.php:689 contact_form.php:1501
|
235 |
+
msgid ""
|
236 |
+
"If you would like to add the Contact Form to your website, just copy and "
|
237 |
+
"paste this shortcode to your post or page or widget:"
|
238 |
+
msgstr ""
|
239 |
+
"Kui soovid lisada kontakti vormi oma kodulehele, siis lihtsalt kopeeri see "
|
240 |
+
"lühikood oma postitusele või lehele või moodulile:"
|
241 |
|
242 |
+
#: contact_form.php:690
|
243 |
+
msgid ""
|
244 |
+
"If have any problems with the standard shortcode [contact_form], you should "
|
245 |
+
"use the shortcode"
|
246 |
+
msgstr ""
|
247 |
+
"Kui sul on probleeme standard lühikoodiga [contact_form], siis peaksid "
|
248 |
+
"kasutama lühikoodi"
|
249 |
+
|
250 |
+
#: contact_form.php:694
|
251 |
+
msgid ""
|
252 |
+
"If you leave the fields empty, the messages will be sent to the email "
|
253 |
+
"address specified during registration."
|
254 |
+
msgstr ""
|
255 |
+
"Kui sa jätad selle välja tühjaks, siis sõnumid saadetakse registreerumisel "
|
256 |
+
"antud e-maili aadressile."
|
257 |
+
|
258 |
+
#: contact_form.php:697
|
259 |
msgid "The user's email address:"
|
260 |
msgstr "Kasutaja e-maili aadress:"
|
261 |
|
262 |
+
#: contact_form.php:701
|
263 |
#, fuzzy
|
264 |
msgid "Select a username"
|
265 |
msgstr "Loo kasutajanimi"
|
266 |
|
267 |
+
#: contact_form.php:714
|
268 |
+
msgid ""
|
269 |
+
"Enter a username of the person who should get the messages from the contact "
|
270 |
+
"form."
|
271 |
+
msgstr ""
|
272 |
+
"Sisesta selle isiku kasutajanimi, kes peaks saama sõnumid kontaktivormilt."
|
273 |
|
274 |
+
#: contact_form.php:718
|
275 |
msgid "Use this email address:"
|
276 |
msgstr "Kasuta seda e-maili aadressi:"
|
277 |
|
278 |
+
#: contact_form.php:722
|
279 |
msgid "Enter the email address you want the messages forwarded to."
|
280 |
+
msgstr ""
|
281 |
+
"Introdueixi una adreça de correu electrònic on vulgui re-enviar el missatge"
|
282 |
|
283 |
+
#: contact_form.php:731
|
284 |
msgid "Add department selectbox to the contact form:"
|
285 |
msgstr "Lisa valikukast kontakti vormile:"
|
286 |
|
287 |
+
#: contact_form.php:739 contact_form.php:1200 contact_form.php:1384
|
|
|
|
|
288 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
289 |
msgstr "Kui sa lähed üle Pro versioonile, siis kõik seaded salvestatakse."
|
290 |
|
291 |
+
#: contact_form.php:746 contact_form.php:929 contact_form.php:1001
|
292 |
+
#: contact_form.php:1207 contact_form.php:1391
|
293 |
+
#, fuzzy
|
294 |
+
msgid "Unlock premium options by upgrading to PRO version."
|
|
|
|
|
295 |
msgstr "Telli PRO versioon ja ava premium valikud."
|
296 |
|
297 |
+
#: contact_form.php:747 contact_form.php:930 contact_form.php:1002
|
298 |
+
#: contact_form.php:1208 contact_form.php:1392 contact_form.php:2495
|
|
|
|
|
|
|
|
|
299 |
msgid "Learn More"
|
300 |
msgstr "Uuri lähemalt"
|
301 |
|
302 |
+
#: contact_form.php:750 contact_form.php:933 contact_form.php:1005
|
303 |
+
#: contact_form.php:1211 contact_form.php:1395
|
|
|
|
|
|
|
304 |
msgid "Go"
|
305 |
msgstr "Mine"
|
306 |
|
307 |
+
#: contact_form.php:757
|
308 |
msgid "Save emails to the database"
|
309 |
msgstr "Salvesta e-mailid andmebaasi"
|
310 |
|
311 |
+
#: contact_form.php:762
|
312 |
msgid "Using"
|
313 |
msgstr "Kasutan"
|
314 |
|
315 |
+
#: contact_form.php:765 contact_form.php:769
|
|
|
316 |
#, fuzzy
|
317 |
msgid "Using Contact Form to DB by BestWebSoft"
|
318 |
msgstr "Kontakti vorm andmebaasi on loonud"
|
319 |
|
320 |
+
#: contact_form.php:765
|
321 |
msgid "Activate"
|
322 |
msgstr "Aktiveeri"
|
323 |
|
324 |
+
#: contact_form.php:769
|
325 |
msgid "Download"
|
326 |
msgstr "Descarregar"
|
327 |
|
328 |
+
#: contact_form.php:779
|
329 |
msgid "What to use?"
|
330 |
msgstr "Mida kasutada?"
|
331 |
|
332 |
+
#: contact_form.php:784
|
333 |
msgid "Wp-mail"
|
334 |
msgstr "Wp-mail"
|
335 |
|
336 |
+
#: contact_form.php:786
|
337 |
msgid "You can use the wp_mail function for mailing"
|
338 |
msgstr "Võid kasutada wp_mail funktsiooni e-mailide saatmiseks"
|
339 |
|
340 |
+
#: contact_form.php:789
|
341 |
msgid "Mail"
|
342 |
msgstr "E-mail"
|
343 |
|
344 |
+
#: contact_form.php:791
|
345 |
msgid "To send mail you can use the php mail function"
|
346 |
msgstr "E-mailide saatmiseks saad kasutada php mail funktsiooni"
|
347 |
|
348 |
+
#: contact_form.php:796
|
349 |
msgid "'FROM' field"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: contact_form.php:798 contact_form.php:860 contact_form.php:1253
|
353 |
+
#: contact_form.php:2000 contact_form.php:2036
|
|
|
|
|
|
|
354 |
msgid "Name"
|
355 |
msgstr "Nimi"
|
356 |
|
357 |
+
#: contact_form.php:805
|
358 |
msgid "User name"
|
359 |
msgstr "Kasutaja nimi"
|
360 |
|
361 |
+
#: contact_form.php:807
|
362 |
+
msgid ""
|
363 |
+
"The name of the user who fills the form will be used in the field 'From'."
|
364 |
msgstr "Kasutaja nime (kes täidab vormi) kasutatakse 'Kellelt' väljal."
|
365 |
|
366 |
+
#: contact_form.php:813 contact_form.php:2011 contact_form.php:2043
|
|
|
|
|
367 |
msgid "Email"
|
368 |
msgstr "E-mail"
|
369 |
|
370 |
+
#: contact_form.php:820
|
371 |
msgid "User email"
|
372 |
msgstr "Kasutaja e-mail"
|
373 |
|
374 |
+
#: contact_form.php:822
|
375 |
+
msgid ""
|
376 |
+
"The email address of the user who fills the form will be used in the field "
|
377 |
+
"'From'."
|
378 |
+
msgstr ""
|
379 |
+
"Selle kasutaja, kes täidab vormi, e-maili aadressi kasutatakse 'Kellelt' "
|
380 |
+
"väljal."
|
381 |
|
382 |
+
#: contact_form.php:826
|
383 |
+
msgid ""
|
384 |
+
"If this option is changed, email messages may be moved to the spam folder or "
|
385 |
+
"email delivery failures may occur."
|
386 |
msgstr ""
|
387 |
|
388 |
+
#: contact_form.php:832
|
389 |
msgid "Required symbol"
|
390 |
msgstr "Nõutud sümbol"
|
391 |
|
392 |
+
#: contact_form.php:842
|
393 |
msgid "Fields"
|
394 |
msgstr "Väljad"
|
395 |
|
396 |
+
#: contact_form.php:843
|
397 |
msgid "Used"
|
398 |
msgstr "Kasutatud"
|
399 |
|
400 |
+
#: contact_form.php:844
|
401 |
msgid "Required"
|
402 |
msgstr "Nõutud"
|
403 |
|
404 |
+
#: contact_form.php:845
|
405 |
msgid "Visible"
|
406 |
msgstr "Nähtav"
|
407 |
|
408 |
+
#: contact_form.php:846
|
409 |
msgid "Disabled for editing"
|
410 |
msgstr "Toimetamiseks välja lülitatud"
|
411 |
|
412 |
+
#: contact_form.php:847
|
413 |
msgid "Field's default value"
|
414 |
msgstr "Välja vaikeseades väärtus"
|
415 |
|
416 |
+
#: contact_form.php:852
|
417 |
+
#, fuzzy
|
418 |
+
msgid "Department selectbox"
|
419 |
+
msgstr "Asukoha valik"
|
420 |
+
|
421 |
+
#: contact_form.php:867
|
422 |
msgid "Use User's name as a default value if the user is logged in."
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: contact_form.php:868 contact_form.php:896
|
426 |
+
msgid ""
|
427 |
+
"'Visible' and 'Disabled for editing' options will be applied only to logged-"
|
428 |
+
"in users."
|
429 |
msgstr ""
|
430 |
|
431 |
+
#: contact_form.php:872
|
432 |
msgid "Location selectbox"
|
433 |
msgstr "Asukoha valik"
|
434 |
|
435 |
+
#: contact_form.php:880 contact_form.php:1258 contact_form.php:2006
|
436 |
+
#: contact_form.php:2040
|
|
|
|
|
437 |
msgid "Address"
|
438 |
msgstr "Aadress"
|
439 |
|
440 |
+
#: contact_form.php:888
|
441 |
msgid "Email Address"
|
442 |
msgstr "E-maili aadress"
|
443 |
|
444 |
+
#: contact_form.php:895
|
445 |
msgid "Use User's email as a default value if the user is logged in."
|
446 |
msgstr ""
|
447 |
|
448 |
+
#: contact_form.php:900
|
449 |
msgid "Phone number"
|
450 |
msgstr "Telefoni number"
|
451 |
|
452 |
+
#: contact_form.php:908 contact_form.php:1273 contact_form.php:2021
|
453 |
+
#: contact_form.php:2049
|
|
|
|
|
454 |
msgid "Subject"
|
455 |
msgstr "Pealkiri"
|
456 |
|
457 |
+
#: contact_form.php:916 contact_form.php:1277 contact_form.php:2024
|
458 |
+
#: contact_form.php:2051
|
|
|
|
|
459 |
msgid "Message"
|
460 |
msgstr "Sõnum"
|
461 |
|
462 |
+
#: contact_form.php:940
|
463 |
msgid "Attachment block"
|
464 |
msgstr "Manuste blokk"
|
465 |
|
466 |
+
#: contact_form.php:942
|
467 |
msgid "Users can attach the following file formats"
|
468 |
msgstr "Kasutajad saavad lisada manuseid järgnevates formaatides"
|
469 |
|
470 |
+
#: contact_form.php:955
|
471 |
msgid "Add to the form"
|
472 |
msgstr "Lisa vormile"
|
473 |
|
474 |
+
#: contact_form.php:960
|
475 |
msgid "Tips below the Attachment"
|
476 |
msgstr "Vihjed manuse alla"
|
477 |
|
478 |
+
#: contact_form.php:969
|
479 |
msgid "'Send me a copy' block"
|
480 |
msgstr "'Saada mulle koopia' blokk"
|
481 |
|
482 |
+
#: contact_form.php:982
|
483 |
msgid "Activate captcha"
|
484 |
msgstr "Captcha activat"
|
485 |
|
486 |
+
#: contact_form.php:986
|
487 |
msgid "Download captcha"
|
488 |
msgstr "Lae captcha alla"
|
489 |
|
490 |
+
#: contact_form.php:994
|
491 |
msgid "Agreement checkbox"
|
492 |
msgstr "Nõustumise kastike"
|
493 |
|
494 |
+
#: contact_form.php:994
|
495 |
msgid "Required checkbox for submitting the form"
|
496 |
msgstr "Nõutud kastike vormi saatmiseks"
|
497 |
|
498 |
+
#: contact_form.php:995
|
499 |
msgid "Optional checkbox"
|
500 |
msgstr "Valikuline kastike"
|
501 |
|
502 |
+
#: contact_form.php:995
|
503 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
504 |
msgstr "Valikuline kastike, mille tulemusi näidatakse e-mailis"
|
505 |
|
506 |
+
#: contact_form.php:1013
|
507 |
msgid "Delete an attachment file from the server after the email is sent"
|
508 |
msgstr "Kustuta manuse fail serverist peale e-maili saatmist"
|
509 |
|
510 |
+
#: contact_form.php:1019
|
511 |
msgid "Email in HTML format sending"
|
512 |
msgstr "E-maili saatmine HTML formaadis"
|
513 |
|
514 |
+
#: contact_form.php:1023
|
515 |
msgid "Display additional info in the email"
|
516 |
msgstr "Näita e-mailis lisainfot"
|
517 |
|
518 |
+
#: contact_form.php:1029 contact_form.php:1967 contact_form.php:1969
|
|
|
|
|
519 |
msgid "Sent from (ip address)"
|
520 |
msgstr "Saadetud (IP aadress)"
|
521 |
|
522 |
+
#: contact_form.php:1029
|
523 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
524 |
msgstr "Näide: Saadetud (IP address):\t127.0.0.1"
|
525 |
|
526 |
+
#: contact_form.php:1030 contact_form.php:1973 contact_form.php:1975
|
|
|
|
|
527 |
msgid "Date/Time"
|
528 |
msgstr "Kuupäev/Aeg"
|
529 |
|
530 |
+
#: contact_form.php:1030
|
531 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
532 |
msgstr "Näide: Kuupäev/Aeg:\tAugust 19, 2013 8:50 pm"
|
533 |
|
534 |
+
#: contact_form.php:1031 contact_form.php:1979 contact_form.php:1981
|
|
|
|
|
535 |
msgid "Sent from (referer)"
|
536 |
msgstr "Saadetud (referer)"
|
537 |
|
538 |
+
#: contact_form.php:1031
|
539 |
+
msgid ""
|
540 |
+
"Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
541 |
msgstr "Näide: Saatnud (referer):\thttp://veebimeister.com/"
|
542 |
|
543 |
+
#: contact_form.php:1032 contact_form.php:1985 contact_form.php:1987
|
|
|
|
|
544 |
msgid "Using (user agent)"
|
545 |
msgstr "Kasutab (user agent)"
|
546 |
|
547 |
+
#: contact_form.php:1032
|
548 |
+
msgid ""
|
549 |
+
"Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
|
550 |
+
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
551 |
+
msgstr ""
|
552 |
+
"Näide: Kasutab (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
|
553 |
+
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
554 |
|
555 |
+
#: contact_form.php:1037
|
556 |
msgid "Language settings for the field names in the form"
|
557 |
msgstr "Vormi keeleseaded nimeväljadele"
|
558 |
|
559 |
+
#: contact_form.php:1046
|
560 |
msgid "Add a language"
|
561 |
msgstr "Lisa keel"
|
562 |
|
563 |
+
#: contact_form.php:1050
|
564 |
msgid "Change the names of the contact form fields and error messages"
|
565 |
msgstr "Muuda kontakti vormi väljade ja error-sõnumite nimesid"
|
566 |
|
567 |
+
#: contact_form.php:1055 contact_form.php:1142
|
|
|
568 |
msgid "English"
|
569 |
msgstr "Inglise"
|
570 |
|
571 |
+
#: contact_form.php:1063 contact_form.php:1097
|
|
|
572 |
msgid "click to expand/hide the list"
|
573 |
msgstr "avamiseks/sulgemiseks klikka"
|
574 |
|
575 |
+
#: contact_form.php:1072 contact_form.php:1106
|
|
|
576 |
msgid "Tips below the Attachment block"
|
577 |
msgstr "Vihje manuse bloki all"
|
578 |
|
579 |
+
#: contact_form.php:1075 contact_form.php:1109
|
|
|
580 |
msgid "Error message for the Name field"
|
581 |
msgstr "Error väljal 'Nimi'"
|
582 |
|
583 |
+
#: contact_form.php:1076 contact_form.php:1110
|
|
|
584 |
msgid "Error message for the Address field"
|
585 |
msgstr "Error väljal 'Aadress'"
|
586 |
|
587 |
+
#: contact_form.php:1077 contact_form.php:1111
|
|
|
588 |
msgid "Error message for the Email field"
|
589 |
msgstr "Error väljal 'E-mail'"
|
590 |
|
591 |
+
#: contact_form.php:1078 contact_form.php:1112
|
|
|
592 |
msgid "Error message for the Phone field"
|
593 |
msgstr "Error väljal 'Telefon'"
|
594 |
|
595 |
+
#: contact_form.php:1079 contact_form.php:1113
|
|
|
596 |
msgid "Error message for the Subject field"
|
597 |
msgstr "Error väljal 'Pealkiri'"
|
598 |
|
599 |
+
#: contact_form.php:1080 contact_form.php:1114
|
|
|
600 |
msgid "Error message for the Message field"
|
601 |
msgstr "Error väljal 'Sõnum'"
|
602 |
|
603 |
+
#: contact_form.php:1081 contact_form.php:1115
|
|
|
604 |
msgid "Error message about the file type for the Attachment field"
|
605 |
msgstr "Error faili tüübi kohta manuse väljal"
|
606 |
|
607 |
+
#: contact_form.php:1082 contact_form.php:1116
|
608 |
+
msgid ""
|
609 |
+
"Error message while uploading a file for the Attachment field to the server"
|
610 |
msgstr "Error faili üles laadimisel serverisse manuse välja jaoks"
|
611 |
|
612 |
+
#: contact_form.php:1083 contact_form.php:1117
|
|
|
613 |
msgid "Error message while moving the file for the Attachment field"
|
614 |
msgstr "Error faili liigutamisel manuse väljale"
|
615 |
|
616 |
+
#: contact_form.php:1084 contact_form.php:1118
|
|
|
617 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
618 |
msgstr "Error ületades faili suuruse limiiti manuse väljal"
|
619 |
|
620 |
+
#: contact_form.php:1085 contact_form.php:1119
|
|
|
621 |
msgid "Error message for the Captcha field"
|
622 |
msgstr "Error väljal 'Captcha'"
|
623 |
|
624 |
+
#: contact_form.php:1086 contact_form.php:1120
|
|
|
625 |
msgid "Error message for the whole form"
|
626 |
msgstr "Error kogu vormi kohta"
|
627 |
|
628 |
+
#: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
|
629 |
+
#: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
|
630 |
+
#: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
|
631 |
+
#: contact_form.php:2358
|
|
|
|
|
|
|
|
|
|
|
|
|
632 |
msgid "Use shortcode"
|
633 |
msgstr "Kasuta lühikoodi"
|
634 |
|
635 |
+
#: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
|
636 |
+
#: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
|
637 |
+
#: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
|
638 |
+
#: contact_form.php:2358
|
|
|
|
|
|
|
|
|
|
|
|
|
639 |
msgid "for this language"
|
640 |
msgstr "selle keele jaoks"
|
641 |
|
642 |
+
#: contact_form.php:1133
|
643 |
msgid "Use the changed names of the contact form fields in the email"
|
644 |
msgstr "Kasuta kontaktivormi väljade muudetud nimesid emailis"
|
645 |
|
646 |
+
#: contact_form.php:1139
|
647 |
msgid "Action after email is sent"
|
648 |
msgstr "Tegevus peale e-maili saatmist"
|
649 |
|
650 |
+
#: contact_form.php:1141
|
651 |
msgid "Display text"
|
652 |
msgstr "Näita teksti"
|
653 |
|
654 |
+
#: contact_form.php:1150 contact_form.php:1160
|
|
|
655 |
msgid "Text"
|
656 |
msgstr "Tekst"
|
657 |
|
658 |
+
#: contact_form.php:1171
|
659 |
msgid "Redirect to the page"
|
660 |
msgstr "Suuna lehele"
|
661 |
|
662 |
+
#: contact_form.php:1172
|
663 |
msgid "Url"
|
664 |
msgstr "Url"
|
665 |
|
666 |
+
#: contact_form.php:1176
|
667 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
668 |
msgstr "$_SERVER muutuja mida kasutatakse vormi URL-i loomiseks"
|
669 |
|
670 |
+
#: contact_form.php:1181
|
671 |
+
msgid ""
|
672 |
+
"If you are not sure whether to change this setting or not, please do not do "
|
673 |
+
"that."
|
674 |
msgstr "Kui sa pole kindel, mida sa teed, siis ära tee seda."
|
675 |
|
676 |
+
#: contact_form.php:1191
|
677 |
msgid "Auto Response"
|
678 |
msgstr ""
|
679 |
|
680 |
+
#: contact_form.php:1195
|
681 |
#, php-format
|
682 |
+
msgid ""
|
683 |
+
"You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
|
684 |
+
"display data from the Message field, as well as %%SITENAME%% to display blog "
|
685 |
+
"name."
|
686 |
msgstr ""
|
687 |
|
688 |
+
#: contact_form.php:1220 contact_form.php:1402
|
|
|
689 |
msgid "Save Changes"
|
690 |
msgstr "Salvesta muudatused"
|
691 |
|
692 |
+
#: contact_form.php:1233
|
693 |
msgid "Errors output"
|
694 |
msgstr "Errorite väljund"
|
695 |
|
696 |
+
#: contact_form.php:1236
|
697 |
msgid "Display error messages"
|
698 |
msgstr "Näita error-sõnumeid"
|
699 |
|
700 |
+
#: contact_form.php:1237
|
701 |
msgid "Color of the input field errors."
|
702 |
msgstr "Sisestusväljade errorite värv"
|
703 |
|
704 |
+
#: contact_form.php:1238
|
705 |
msgid "Display error messages & color of the input field errors"
|
706 |
msgstr "Näita error-sõnumeid ja sisestusväljade errorite värvi"
|
707 |
|
708 |
+
#: contact_form.php:1243
|
709 |
msgid "Add placeholder to the input blocks"
|
710 |
msgstr "Lisa kohahoidja sisestusblokkidele"
|
711 |
|
712 |
+
#: contact_form.php:1249
|
713 |
msgid "Add tooltips"
|
714 |
msgstr "Lisa vihjed"
|
715 |
|
716 |
+
#: contact_form.php:1263
|
717 |
msgid "Email address"
|
718 |
msgstr "E-maili aadress"
|
719 |
|
720 |
+
#: contact_form.php:1268
|
721 |
msgid "Phone Number"
|
722 |
msgstr "Telefoni number"
|
723 |
|
724 |
+
#: contact_form.php:1282
|
725 |
msgid "Attachment"
|
726 |
msgstr "Manus"
|
727 |
|
728 |
+
#: contact_form.php:1292
|
729 |
msgid "Style options"
|
730 |
msgstr "Stiili valikud"
|
731 |
|
732 |
+
#: contact_form.php:1295
|
733 |
msgid "Text color"
|
734 |
msgstr "Teksti värv"
|
735 |
|
736 |
+
#: contact_form.php:1298 contact_form.php:1303 contact_form.php:1313
|
737 |
+
#: contact_form.php:1318 contact_form.php:1323 contact_form.php:1328
|
738 |
+
#: contact_form.php:1338 contact_form.php:1343 contact_form.php:1352
|
739 |
+
#: contact_form.php:1366 contact_form.php:1371 contact_form.php:1376
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
740 |
msgid "Default"
|
741 |
msgstr "Vaikimisi valik"
|
742 |
|
743 |
+
#: contact_form.php:1300
|
744 |
msgid "Label text color"
|
745 |
msgstr "Sildi teksti värv"
|
746 |
|
747 |
+
#: contact_form.php:1305
|
748 |
msgid "Placeholder color"
|
749 |
msgstr "Kohahoidja värv"
|
750 |
|
751 |
+
#: contact_form.php:1310
|
752 |
msgid "Errors color"
|
753 |
msgstr "Errorite värv"
|
754 |
|
755 |
+
#: contact_form.php:1315
|
756 |
msgid "Error text color"
|
757 |
msgstr "Error-teksti värv"
|
758 |
|
759 |
+
#: contact_form.php:1320
|
760 |
msgid "Background color of the input field errors"
|
761 |
msgstr "Sisestusväljade errorite taustavärv"
|
762 |
|
763 |
+
#: contact_form.php:1325
|
764 |
msgid "Border color of the input field errors"
|
765 |
msgstr "Sisestusväljade errorite piirjoonte värv"
|
766 |
|
767 |
+
#: contact_form.php:1330
|
768 |
msgid "Placeholder color of the input field errors"
|
769 |
msgstr "Sisestusväljade errorite kohahoidja värv"
|
770 |
|
771 |
+
#: contact_form.php:1335
|
772 |
msgid "Input fields"
|
773 |
msgstr "Sisestusväljad"
|
774 |
|
775 |
+
#: contact_form.php:1340
|
776 |
msgid "Input fields background color"
|
777 |
msgstr "Sisestusväljade taustavärv"
|
778 |
|
779 |
+
#: contact_form.php:1345
|
780 |
msgid "Text fields color"
|
781 |
msgstr "Tekstiväljade värv"
|
782 |
|
783 |
+
#: contact_form.php:1349
|
784 |
msgid "Border width in px, numbers only"
|
785 |
msgstr "Piirjoone paksus pikslites. Ainult number"
|
786 |
|
787 |
+
#: contact_form.php:1354 contact_form.php:1378
|
|
|
788 |
msgid "Border color"
|
789 |
msgstr "Piirjoone värv"
|
790 |
|
791 |
+
#: contact_form.php:1359
|
792 |
msgid "Submit button"
|
793 |
msgstr "'Saada' nupp"
|
794 |
|
795 |
+
#: contact_form.php:1363
|
796 |
msgid "Width in px, numbers only"
|
797 |
msgstr "Laius pikslites, ainult numbrid"
|
798 |
|
799 |
+
#: contact_form.php:1368
|
800 |
msgid "Button color"
|
801 |
msgstr "Nupu värv"
|
802 |
|
803 |
+
#: contact_form.php:1373
|
804 |
msgid "Button text color"
|
805 |
msgstr "Nupu teksti värv"
|
806 |
|
807 |
+
#: contact_form.php:1406
|
808 |
msgid "Contact Form Pro | Preview"
|
809 |
msgstr "Contact Form Pro | Eelvaade"
|
810 |
|
811 |
+
#: contact_form.php:1408
|
812 |
msgid "Show with errors"
|
813 |
msgstr "Näita koos erroritega"
|
814 |
|
815 |
+
#: contact_form.php:1417 contact_form.php:1419
|
|
|
816 |
msgid "Please enter your full name..."
|
817 |
msgstr "Palun sisesta oma täisnimi..."
|
818 |
|
819 |
+
#: contact_form.php:1430 contact_form.php:1432
|
|
|
820 |
msgid "Please enter your address..."
|
821 |
msgstr "Palun sisesta oma aadress..."
|
822 |
|
823 |
+
#: contact_form.php:1441 contact_form.php:1443
|
|
|
824 |
msgid "Please enter your email address..."
|
825 |
msgstr "Palun sisesta oma e-maili aadress..."
|
826 |
|
827 |
+
#: contact_form.php:1452 contact_form.php:1454
|
|
|
828 |
msgid "Please enter your phone number..."
|
829 |
msgstr "Palun sisesta oma telefoni number..."
|
830 |
|
831 |
+
#: contact_form.php:1463 contact_form.php:1465
|
|
|
832 |
msgid "Please enter subject..."
|
833 |
msgstr "Palun sisesta pealkiri..."
|
834 |
|
835 |
+
#: contact_form.php:1473 contact_form.php:1475
|
|
|
836 |
msgid "Please enter your message..."
|
837 |
msgstr "Palun sisesta oma sõnum..."
|
838 |
|
839 |
+
#: contact_form.php:1586
|
840 |
msgid "Sorry, email message could not be delivered."
|
841 |
msgstr "Vabandust, see kiri jäi saatmata."
|
842 |
|
843 |
+
#: contact_form.php:1994
|
844 |
msgid "Contact from"
|
845 |
msgstr "Kontakti vorm"
|
846 |
|
847 |
+
#: contact_form.php:2016 contact_form.php:2046
|
|
|
848 |
msgid "Phone"
|
849 |
msgstr "Telefon"
|
850 |
|
851 |
+
#: contact_form.php:2027 contact_form.php:2053
|
|
|
852 |
msgid "Site"
|
853 |
msgstr "Leht"
|
854 |
|
855 |
+
#: contact_form.php:2140
|
856 |
+
msgid ""
|
857 |
+
"If you can see this MIME, it means that the MIME type is not supported by "
|
858 |
+
"your email client!"
|
859 |
+
msgstr ""
|
860 |
+
"Kui sa näed seda MIME-t, siis MIME tüüp pole sinu e-maili kliendi poolt "
|
861 |
+
"toetatud!"
|
862 |
|
863 |
+
#: contact_form.php:2224
|
864 |
msgid "Support"
|
865 |
msgstr "Klienditugi"
|
866 |
|
867 |
+
#: contact_form.php:2273
|
868 |
msgid "Are you sure that you want to delete this language data?"
|
869 |
msgstr "Oled sa kindel, et soovid kustutada selle keele andmeid?"
|
870 |
|
871 |
+
#: contact_form.php:2294
|
872 |
#, fuzzy
|
873 |
msgid "Add multiple forms"
|
874 |
msgstr "Lisa vormile"
|
875 |
|
876 |
+
#: contact_form.php:2294
|
877 |
+
msgid ""
|
878 |
+
"Install Contact Form Multi plugin to create unlimited number of contact "
|
879 |
+
"forms."
|
880 |
msgstr ""
|
881 |
|
882 |
+
#: contact_form.php:2299
|
883 |
#, fuzzy
|
884 |
msgid "Learn more"
|
885 |
msgstr "Uuri lähemalt"
|
886 |
|
887 |
+
#: contact_form.php:2303
|
888 |
msgid "Close"
|
889 |
msgstr ""
|
890 |
|
891 |
+
#: contact_form.php:2491
|
892 |
#, fuzzy
|
893 |
msgid "allows to store your messages to the database."
|
894 |
+
msgstr ""
|
895 |
+
"<strong>Contact Form to DB</strong> laseb sul salvestada sõnumeid andmebaasi."
|
896 |
|
897 |
+
#: contact_form.php:2492
|
898 |
msgid "Manage messages that have been sent from your website."
|
899 |
msgstr "Toimeta sõnumeid, mis on sulle saadetud sinu veebilehelt."
|
900 |
|
languages/contact_form-fr_FR.mo
CHANGED
Binary file
|
languages/contact_form-fr_FR.po
CHANGED
@@ -2,23 +2,23 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form 3.90\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
-
"Last-Translator: bestwebsoft.com <
|
8 |
"Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
9 |
"Language: fr_FR\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;esc_html;esc_html__;esc_html_e;esc_attr__;
|
|
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"Plural-Forms: nplurals=2;plural=n>2;\n"
|
17 |
-
"X-Generator: Poedit 1.5.
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: contact_form.php:35
|
21 |
-
#: contact_form.php:650
|
22 |
msgid "Contact Form Settings"
|
23 |
msgstr "Options du formulaire de Contact"
|
24 |
|
@@ -26,62 +26,50 @@ msgstr "Options du formulaire de Contact"
|
|
26 |
msgid "Contact Form"
|
27 |
msgstr "Formulaire de contact"
|
28 |
|
29 |
-
#: contact_form.php:123
|
30 |
-
#: contact_form.php:1047
|
31 |
-
#: contact_form.php:1081
|
32 |
msgid "Name:"
|
33 |
msgstr "Nom :"
|
34 |
|
35 |
-
#: contact_form.php:124
|
36 |
-
#: contact_form.php:1048
|
37 |
-
#: contact_form.php:1082
|
38 |
msgid "Address:"
|
39 |
msgstr "Adresse :"
|
40 |
|
41 |
-
#: contact_form.php:125
|
42 |
-
#: contact_form.php:1049
|
43 |
-
#: contact_form.php:1083
|
44 |
msgid "Email Address:"
|
45 |
msgstr "Adresse e-mail :"
|
46 |
|
47 |
-
#: contact_form.php:126
|
48 |
-
#: contact_form.php:1050
|
49 |
-
#: contact_form.php:1084
|
50 |
msgid "Phone number:"
|
51 |
msgstr "Téléphone :"
|
52 |
|
53 |
-
#: contact_form.php:127
|
54 |
-
#: contact_form.php:1051
|
55 |
-
#: contact_form.php:1085
|
56 |
msgid "Subject:"
|
57 |
msgstr "Sujet :"
|
58 |
|
59 |
-
#: contact_form.php:128
|
60 |
-
#: contact_form.php:1052
|
61 |
-
#: contact_form.php:1086
|
62 |
msgid "Message:"
|
63 |
msgstr "Message :"
|
64 |
|
65 |
-
#: contact_form.php:129
|
66 |
-
#: contact_form.php:1053
|
67 |
-
#: contact_form.php:1087
|
68 |
msgid "Attachment:"
|
69 |
msgstr "Pièce jointe :"
|
70 |
|
71 |
#: contact_form.php:130
|
72 |
#, fuzzy
|
73 |
-
msgid "
|
74 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
|
76 |
-
#: contact_form.php:131
|
77 |
-
#: contact_form.php:1055
|
78 |
-
#: contact_form.php:1089
|
79 |
msgid "Send me a copy"
|
80 |
msgstr "M'envoyer une copie"
|
81 |
|
82 |
-
#: contact_form.php:132
|
83 |
-
#: contact_form.php:1056
|
84 |
-
#: contact_form.php:1090
|
85 |
msgid "Submit"
|
86 |
msgstr "Envoyer"
|
87 |
|
@@ -138,20 +126,32 @@ msgid "Thank you for contacting us."
|
|
138 |
msgstr "Merci de nous avoir contacté."
|
139 |
|
140 |
#: contact_form.php:546
|
141 |
-
msgid "
|
142 |
-
|
|
|
|
|
|
|
|
|
|
|
143 |
|
144 |
#: contact_form.php:556
|
145 |
-
msgid "
|
146 |
-
|
|
|
|
|
|
|
|
|
147 |
|
148 |
#: contact_form.php:565
|
149 |
msgid "Such user does not exist."
|
150 |
msgstr "Cet utilisateur est inconnu."
|
151 |
|
152 |
#: contact_form.php:575
|
153 |
-
msgid "
|
154 |
-
|
|
|
|
|
|
|
155 |
|
156 |
#: contact_form.php:583
|
157 |
msgid "Please enter a valid email address in the 'FROM' field."
|
@@ -165,753 +165,773 @@ msgstr "Options enregistrées."
|
|
165 |
msgid "Settings are not saved."
|
166 |
msgstr "Paramètres non enregistrées."
|
167 |
|
168 |
-
#: contact_form.php:
|
169 |
-
|
170 |
-
|
|
|
|
|
171 |
msgid "Settings"
|
172 |
msgstr "Réglages"
|
173 |
|
174 |
-
#: contact_form.php:
|
175 |
msgid "Additional settings"
|
176 |
msgstr "Options supplémentaires"
|
177 |
|
178 |
-
#: contact_form.php:
|
179 |
msgid "Appearance"
|
180 |
msgstr "Aspect"
|
181 |
|
182 |
-
#: contact_form.php:
|
183 |
-
#: contact_form.php:2203
|
184 |
msgid "FAQ"
|
185 |
msgstr "FAQ"
|
186 |
|
187 |
-
#: contact_form.php:
|
188 |
msgid "Go PRO"
|
189 |
msgstr "Choisir la version PRO"
|
190 |
|
191 |
-
#: contact_form.php:
|
192 |
-
#: contact_form.php:661
|
193 |
msgid "Notice:"
|
194 |
msgstr "Avertissement :"
|
195 |
|
196 |
-
#: contact_form.php:
|
197 |
-
msgid "
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
|
204 |
-
#: contact_form.php:676
|
205 |
#: contact_form.php:679
|
206 |
-
|
207 |
-
|
208 |
-
|
|
|
|
|
|
|
209 |
|
210 |
-
#: contact_form.php:
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
|
|
|
|
|
|
|
|
218 |
msgid "or"
|
219 |
msgstr "ou"
|
220 |
|
221 |
-
#: contact_form.php:
|
222 |
-
|
223 |
-
msgid "
|
224 |
-
|
|
|
|
|
|
|
|
|
225 |
|
226 |
-
#: contact_form.php:
|
227 |
-
#: contact_form.php:680
|
228 |
msgid "They work the same way."
|
229 |
msgstr "Ils fonctionnent de la même manière."
|
230 |
|
231 |
-
#: contact_form.php:
|
232 |
-
msgid "
|
233 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
234 |
|
235 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
236 |
msgid "The user's email address:"
|
237 |
msgstr "Utiliser l'e-mail du compte WordPress :"
|
238 |
|
239 |
-
#: contact_form.php:
|
240 |
#, fuzzy
|
241 |
msgid "Select a username"
|
242 |
msgstr "Choisir un nom d'utilisateur"
|
243 |
|
244 |
-
#: contact_form.php:
|
245 |
-
msgid "
|
246 |
-
|
|
|
|
|
|
|
|
|
247 |
|
248 |
-
#: contact_form.php:
|
249 |
msgid "Use this email address:"
|
250 |
msgstr "Utiliser cette adresse e-mail :"
|
251 |
|
252 |
-
#: contact_form.php:
|
253 |
msgid "Enter the email address you want the messages forwarded to."
|
254 |
msgstr "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages."
|
255 |
|
256 |
-
#: contact_form.php:
|
257 |
msgid "Add department selectbox to the contact form:"
|
258 |
-
msgstr "
|
|
|
|
|
259 |
|
260 |
-
#: contact_form.php:
|
261 |
-
#: contact_form.php:1182
|
262 |
-
#: contact_form.php:1365
|
263 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
264 |
-
msgstr "
|
265 |
-
|
266 |
-
|
267 |
-
#: contact_form.php:
|
268 |
-
#: contact_form.php:
|
269 |
-
|
270 |
-
|
271 |
-
msgid "Unlock premium options by upgrading to a PRO version."
|
272 |
msgstr "Déploquer les options premium en migrant vers la version PRO."
|
273 |
|
274 |
-
#: contact_form.php:
|
275 |
-
#: contact_form.php:
|
276 |
-
#: contact_form.php:984
|
277 |
-
#: contact_form.php:1190
|
278 |
-
#: contact_form.php:1373
|
279 |
-
#: contact_form.php:2475
|
280 |
msgid "Learn More"
|
281 |
msgstr "Lire la suite"
|
282 |
|
283 |
-
#: contact_form.php:
|
284 |
-
#: contact_form.php:
|
285 |
-
#: contact_form.php:987
|
286 |
-
#: contact_form.php:1193
|
287 |
-
#: contact_form.php:1376
|
288 |
msgid "Go"
|
289 |
msgstr "Passez"
|
290 |
|
291 |
-
#: contact_form.php:
|
292 |
msgid "Save emails to the database"
|
293 |
msgstr "Enregistrer les e-mails dans la base de données"
|
294 |
|
295 |
-
#: contact_form.php:
|
296 |
msgid "Using"
|
297 |
msgstr "Utilisant"
|
298 |
|
299 |
-
#: contact_form.php:
|
300 |
-
#: contact_form.php:759
|
301 |
#, fuzzy
|
302 |
msgid "Using Contact Form to DB by BestWebSoft"
|
303 |
msgstr "Utilisant le formulaire de contact avec base de données fourni par"
|
304 |
|
305 |
-
#: contact_form.php:
|
306 |
msgid "Activate"
|
307 |
msgstr "Activé"
|
308 |
|
309 |
-
#: contact_form.php:
|
310 |
msgid "Download"
|
311 |
msgstr "Téléchargement"
|
312 |
|
313 |
-
#: contact_form.php:
|
314 |
msgid "What to use?"
|
315 |
msgstr "Quelle méthode d'envoie ?"
|
316 |
|
317 |
-
#: contact_form.php:
|
318 |
msgid "Wp-mail"
|
319 |
msgstr "Wp-mail"
|
320 |
|
321 |
-
#: contact_form.php:
|
322 |
msgid "You can use the wp_mail function for mailing"
|
323 |
-
msgstr "
|
|
|
|
|
324 |
|
325 |
-
#: contact_form.php:
|
326 |
msgid "Mail"
|
327 |
msgstr "E-mail"
|
328 |
|
329 |
-
#: contact_form.php:
|
330 |
msgid "To send mail you can use the php mail function"
|
331 |
msgstr "Pour envoyer le courriel, vous pouvez utiliser la fonction mail de php"
|
332 |
|
333 |
-
#: contact_form.php:
|
334 |
msgid "'FROM' field"
|
335 |
msgstr "Champ 'From'"
|
336 |
|
337 |
-
#: contact_form.php:
|
338 |
-
#: contact_form.php:
|
339 |
-
#: contact_form.php:1234
|
340 |
-
#: contact_form.php:1980
|
341 |
-
#: contact_form.php:2016
|
342 |
msgid "Name"
|
343 |
msgstr "Nom"
|
344 |
|
345 |
-
#: contact_form.php:
|
346 |
msgid "User name"
|
347 |
msgstr "Nom de l'utlisateur"
|
348 |
|
349 |
-
#: contact_form.php:
|
350 |
-
msgid "
|
351 |
-
|
|
|
|
|
|
|
352 |
|
353 |
-
#: contact_form.php:
|
354 |
-
#: contact_form.php:1991
|
355 |
-
#: contact_form.php:2023
|
356 |
msgid "Email"
|
357 |
msgstr "E-mail"
|
358 |
|
359 |
-
#: contact_form.php:
|
360 |
msgid "User email"
|
361 |
msgstr "E-mail de l'utlisateur"
|
362 |
|
363 |
-
#: contact_form.php:
|
364 |
-
msgid "
|
365 |
-
|
|
|
|
|
|
|
|
|
366 |
|
367 |
-
#: contact_form.php:
|
368 |
-
msgid "
|
369 |
-
|
|
|
|
|
|
|
|
|
370 |
|
371 |
-
#: contact_form.php:
|
372 |
msgid "Required symbol"
|
373 |
msgstr "Symbol obligatoire"
|
374 |
|
375 |
-
#: contact_form.php:
|
376 |
msgid "Fields"
|
377 |
msgstr "Champs"
|
378 |
|
379 |
-
#: contact_form.php:
|
380 |
msgid "Used"
|
381 |
msgstr "Utilisé"
|
382 |
|
383 |
-
#: contact_form.php:
|
384 |
msgid "Required"
|
385 |
msgstr "Obligatoire"
|
386 |
|
387 |
-
#: contact_form.php:
|
388 |
msgid "Visible"
|
389 |
msgstr "Visible"
|
390 |
|
391 |
-
#: contact_form.php:
|
392 |
msgid "Disabled for editing"
|
393 |
msgstr "Non actif pour l'édition"
|
394 |
|
395 |
-
#: contact_form.php:
|
396 |
msgid "Field's default value"
|
397 |
msgstr "Valeur par défaut du champ"
|
398 |
|
399 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
400 |
msgid "Use User's name as a default value if the user is logged in."
|
401 |
-
msgstr "
|
|
|
|
|
402 |
|
403 |
-
#: contact_form.php:
|
404 |
-
|
405 |
-
|
406 |
-
|
|
|
|
|
|
|
407 |
|
408 |
-
#: contact_form.php:
|
409 |
msgid "Location selectbox"
|
410 |
msgstr "Liste déroulante des localisations"
|
411 |
|
412 |
-
#: contact_form.php:
|
413 |
-
#: contact_form.php:
|
414 |
-
#: contact_form.php:1986
|
415 |
-
#: contact_form.php:2020
|
416 |
msgid "Address"
|
417 |
msgstr "Adresse"
|
418 |
|
419 |
-
#: contact_form.php:
|
420 |
msgid "Email Address"
|
421 |
msgstr "Adresse e-mail"
|
422 |
|
423 |
-
#: contact_form.php:
|
424 |
msgid "Use User's email as a default value if the user is logged in."
|
425 |
-
msgstr "
|
|
|
|
|
426 |
|
427 |
-
#: contact_form.php:
|
428 |
msgid "Phone number"
|
429 |
msgstr "Téléphone"
|
430 |
|
431 |
-
#: contact_form.php:
|
432 |
-
#: contact_form.php:
|
433 |
-
#: contact_form.php:2001
|
434 |
-
#: contact_form.php:2029
|
435 |
msgid "Subject"
|
436 |
msgstr "Sujet"
|
437 |
|
438 |
-
#: contact_form.php:
|
439 |
-
#: contact_form.php:
|
440 |
-
#: contact_form.php:2004
|
441 |
-
#: contact_form.php:2031
|
442 |
msgid "Message"
|
443 |
msgstr "Message"
|
444 |
|
445 |
-
#: contact_form.php:
|
446 |
msgid "Attachment block"
|
447 |
msgstr "Bloc pièce jointe"
|
448 |
|
449 |
-
#: contact_form.php:
|
450 |
msgid "Users can attach the following file formats"
|
451 |
msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
|
452 |
|
453 |
-
#: contact_form.php:
|
454 |
msgid "Add to the form"
|
455 |
msgstr "Ajouter au formulaire"
|
456 |
|
457 |
-
#: contact_form.php:
|
458 |
msgid "Tips below the Attachment"
|
459 |
msgstr "Afficher les explications en-dessous du bloc des pièces jointes"
|
460 |
|
461 |
-
#: contact_form.php:
|
462 |
msgid "'Send me a copy' block"
|
463 |
msgstr "Afficher le bloc \"M'envoyer une copie\""
|
464 |
|
465 |
-
#: contact_form.php:
|
466 |
msgid "Activate captcha"
|
467 |
msgstr "Activé le captcha"
|
468 |
|
469 |
-
#: contact_form.php:
|
470 |
msgid "Download captcha"
|
471 |
msgstr "Télécharger le captcha"
|
472 |
|
473 |
-
#: contact_form.php:
|
474 |
msgid "Agreement checkbox"
|
475 |
msgstr "Case à cocher pour valider le formulaire"
|
476 |
|
477 |
-
#: contact_form.php:
|
478 |
msgid "Required checkbox for submitting the form"
|
479 |
msgstr "Boite à cocher obligatoire pour la validation du formulaire."
|
480 |
|
481 |
-
#: contact_form.php:
|
482 |
msgid "Optional checkbox"
|
483 |
msgstr "Boite à cocher optionnelle"
|
484 |
|
485 |
-
#: contact_form.php:
|
486 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
487 |
msgstr "Boite à cocher optionnelle, le résultat sera affiché dans le courriel"
|
488 |
|
489 |
-
#: contact_form.php:
|
490 |
msgid "Delete an attachment file from the server after the email is sent"
|
491 |
msgstr "Supprimer le fichier joint sur le serveur après l'envoie du courriel"
|
492 |
|
493 |
-
#: contact_form.php:
|
494 |
msgid "Email in HTML format sending"
|
495 |
msgstr "Courriel au format HTML"
|
496 |
|
497 |
-
#: contact_form.php:
|
498 |
msgid "Display additional info in the email"
|
499 |
msgstr "Afficher les informations complémentaires dans le courriel"
|
500 |
|
501 |
-
#: contact_form.php:
|
502 |
-
#: contact_form.php:1947
|
503 |
-
#: contact_form.php:1949
|
504 |
msgid "Sent from (ip address)"
|
505 |
msgstr "Envoyé de (adresse IP)"
|
506 |
|
507 |
-
#: contact_form.php:
|
508 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
509 |
msgstr "Exemple: Envoyé de (addresse IP) :\t127.0.0.1"
|
510 |
|
511 |
-
#: contact_form.php:
|
512 |
-
#: contact_form.php:1953
|
513 |
-
#: contact_form.php:1955
|
514 |
msgid "Date/Time"
|
515 |
msgstr "Date/Heure"
|
516 |
|
517 |
-
#: contact_form.php:
|
518 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
519 |
msgstr "Exemple: Date/Heure :\tAoût 19, 2013 8:50pm"
|
520 |
|
521 |
-
#: contact_form.php:
|
522 |
-
#: contact_form.php:1959
|
523 |
-
#: contact_form.php:1961
|
524 |
msgid "Sent from (referer)"
|
525 |
msgstr "Envoyer de (référence)"
|
526 |
|
527 |
-
#: contact_form.php:
|
528 |
-
msgid "
|
529 |
-
|
|
|
|
|
530 |
|
531 |
-
#: contact_form.php:
|
532 |
-
#: contact_form.php:1965
|
533 |
-
#: contact_form.php:1967
|
534 |
msgid "Using (user agent)"
|
535 |
msgstr "Depuis (navigateur)"
|
536 |
|
537 |
-
#: contact_form.php:
|
538 |
-
msgid "
|
539 |
-
|
|
|
|
|
|
|
|
|
540 |
|
541 |
-
#: contact_form.php:
|
542 |
msgid "Language settings for the field names in the form"
|
543 |
msgstr "Définition des langues pour les titres des champs"
|
544 |
|
545 |
-
#: contact_form.php:
|
546 |
msgid "Add a language"
|
547 |
msgstr "Ajouter une langue"
|
548 |
|
549 |
-
#: contact_form.php:
|
550 |
msgid "Change the names of the contact form fields and error messages"
|
551 |
-
msgstr "
|
|
|
|
|
552 |
|
553 |
-
#: contact_form.php:
|
554 |
-
#: contact_form.php:1124
|
555 |
msgid "English"
|
556 |
msgstr "Anglais"
|
557 |
|
558 |
-
#: contact_form.php:
|
559 |
-
#: contact_form.php:1079
|
560 |
msgid "click to expand/hide the list"
|
561 |
msgstr "cliquer pour voir/cacher la liste"
|
562 |
|
563 |
-
#: contact_form.php:
|
564 |
-
#: contact_form.php:1088
|
565 |
msgid "Tips below the Attachment block"
|
566 |
msgstr "Afficher les explications en-dessous du bloc des pièces jointes"
|
567 |
|
568 |
-
#: contact_form.php:
|
569 |
-
#: contact_form.php:1091
|
570 |
msgid "Error message for the Name field"
|
571 |
msgstr "Message d'erreur pour le champ nom"
|
572 |
|
573 |
-
#: contact_form.php:
|
574 |
-
#: contact_form.php:1092
|
575 |
msgid "Error message for the Address field"
|
576 |
msgstr "Message d'erreur pour le champ Adresse"
|
577 |
|
578 |
-
#: contact_form.php:
|
579 |
-
#: contact_form.php:1093
|
580 |
msgid "Error message for the Email field"
|
581 |
msgstr "Message d'erreur pour le champ e-mail"
|
582 |
|
583 |
-
#: contact_form.php:
|
584 |
-
#: contact_form.php:1094
|
585 |
msgid "Error message for the Phone field"
|
586 |
msgstr "Message d'erreur pour le champ téléphone"
|
587 |
|
588 |
-
#: contact_form.php:
|
589 |
-
#: contact_form.php:1095
|
590 |
msgid "Error message for the Subject field"
|
591 |
msgstr "Message d'erreur pour le champ sujet"
|
592 |
|
593 |
-
#: contact_form.php:
|
594 |
-
#: contact_form.php:1096
|
595 |
msgid "Error message for the Message field"
|
596 |
msgstr "Message d'erreur pour le champ message"
|
597 |
|
598 |
-
#: contact_form.php:
|
599 |
-
#: contact_form.php:1097
|
600 |
msgid "Error message about the file type for the Attachment field"
|
601 |
msgstr "Message d'erreur pour le champ fichier joint (type du fichier)"
|
602 |
|
603 |
-
#: contact_form.php:
|
604 |
-
|
605 |
-
|
606 |
-
msgstr "
|
|
|
|
|
607 |
|
608 |
-
#: contact_form.php:
|
609 |
-
#: contact_form.php:1099
|
610 |
msgid "Error message while moving the file for the Attachment field"
|
611 |
msgstr "Message d'erreur pour le champ fichier joint (déplacement du fichier)"
|
612 |
|
613 |
-
#: contact_form.php:
|
614 |
-
#: contact_form.php:1100
|
615 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
616 |
-
msgstr "
|
|
|
|
|
617 |
|
618 |
-
#: contact_form.php:
|
619 |
-
#: contact_form.php:1101
|
620 |
msgid "Error message for the Captcha field"
|
621 |
msgstr "Message d'erreur pour le captcha"
|
622 |
|
623 |
-
#: contact_form.php:
|
624 |
-
#: contact_form.php:1102
|
625 |
msgid "Error message for the whole form"
|
626 |
msgstr "Message d'erreur demandant à compléter les champs manquants"
|
627 |
|
628 |
-
#: contact_form.php:
|
629 |
-
#: contact_form.php:
|
630 |
-
#: contact_form.php:
|
631 |
-
#: contact_form.php:
|
632 |
-
#: contact_form.php:1134
|
633 |
-
#: contact_form.php:1136
|
634 |
-
#: contact_form.php:1144
|
635 |
-
#: contact_form.php:1146
|
636 |
-
#: contact_form.php:2336
|
637 |
-
#: contact_form.php:2338
|
638 |
msgid "Use shortcode"
|
639 |
msgstr "Utiliser le code court"
|
640 |
|
641 |
-
#: contact_form.php:
|
642 |
-
#: contact_form.php:
|
643 |
-
#: contact_form.php:
|
644 |
-
#: contact_form.php:
|
645 |
-
#: contact_form.php:1134
|
646 |
-
#: contact_form.php:1136
|
647 |
-
#: contact_form.php:1144
|
648 |
-
#: contact_form.php:1146
|
649 |
-
#: contact_form.php:2336
|
650 |
-
#: contact_form.php:2338
|
651 |
msgid "for this language"
|
652 |
msgstr "pour cette langue"
|
653 |
|
654 |
-
#: contact_form.php:
|
655 |
msgid "Use the changed names of the contact form fields in the email"
|
656 |
msgstr "Utiliser les noms des champs modifiés dans les courriels"
|
657 |
|
658 |
-
#: contact_form.php:
|
659 |
msgid "Action after email is sent"
|
660 |
msgstr "Action après l'envoie du courriel"
|
661 |
|
662 |
-
#: contact_form.php:
|
663 |
msgid "Display text"
|
664 |
msgstr "Afficher le texte"
|
665 |
|
666 |
-
#: contact_form.php:
|
667 |
-
#: contact_form.php:1142
|
668 |
msgid "Text"
|
669 |
msgstr "Texte"
|
670 |
|
671 |
-
#: contact_form.php:
|
672 |
msgid "Redirect to the page"
|
673 |
msgstr "Rediriger vers la page"
|
674 |
|
675 |
-
#: contact_form.php:
|
676 |
msgid "Url"
|
677 |
msgstr "Url"
|
678 |
|
679 |
-
#: contact_form.php:
|
680 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
681 |
-
msgstr "
|
|
|
682 |
|
683 |
-
#: contact_form.php:
|
684 |
-
msgid "
|
685 |
-
|
|
|
|
|
|
|
|
|
686 |
|
687 |
-
#: contact_form.php:
|
688 |
msgid "Auto Response"
|
689 |
msgstr "Réponse automatique"
|
690 |
|
691 |
-
#: contact_form.php:
|
692 |
#, php-format
|
693 |
-
msgid "
|
694 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
695 |
|
696 |
-
#: contact_form.php:
|
697 |
-
#: contact_form.php:1383
|
698 |
msgid "Save Changes"
|
699 |
msgstr "Enregistrer les modifications"
|
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 "
|
|
|
|
|
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 "Style options"
|
739 |
msgstr "Options de style"
|
740 |
|
741 |
-
#: contact_form.php:
|
742 |
msgid "Text color"
|
743 |
msgstr "Couleur du texte"
|
744 |
|
745 |
-
#: contact_form.php:
|
746 |
-
#: contact_form.php:
|
747 |
-
#: contact_form.php:
|
748 |
-
#: contact_form.php:
|
749 |
-
#: contact_form.php:1304
|
750 |
-
#: contact_form.php:1309
|
751 |
-
#: contact_form.php:1319
|
752 |
-
#: contact_form.php:1324
|
753 |
-
#: contact_form.php:1333
|
754 |
-
#: contact_form.php:1347
|
755 |
-
#: contact_form.php:1352
|
756 |
-
#: contact_form.php:1357
|
757 |
msgid "Default"
|
758 |
msgstr "Défaut"
|
759 |
|
760 |
-
#: contact_form.php:
|
761 |
msgid "Label text color"
|
762 |
msgstr "Couleur des textes des intitulés"
|
763 |
|
764 |
-
#: contact_form.php:
|
765 |
msgid "Placeholder color"
|
766 |
msgstr "Couleur pour la localisation"
|
767 |
|
768 |
-
#: contact_form.php:
|
769 |
msgid "Errors color"
|
770 |
msgstr "Couleur pour les erreurs"
|
771 |
|
772 |
-
#: contact_form.php:
|
773 |
msgid "Error text color"
|
774 |
msgstr "Couleur pour le texte des erreurs"
|
775 |
|
776 |
-
#: contact_form.php:
|
777 |
msgid "Background color of the input field errors"
|
778 |
msgstr "Couleur de fond pour les erreurs de saisie dans les champs"
|
779 |
|
780 |
-
#: contact_form.php:
|
781 |
msgid "Border color of the input field errors"
|
782 |
msgstr "Couleur de la bordure pour les erreurs de saisie dans les champs"
|
783 |
|
784 |
-
#: contact_form.php:
|
785 |
msgid "Placeholder color of the input field errors"
|
786 |
msgstr "Couleur pour la localisation lors d'une erreur de saisie du champ"
|
787 |
|
788 |
-
#: contact_form.php:
|
789 |
msgid "Input fields"
|
790 |
msgstr "Champs de saisie"
|
791 |
|
792 |
-
#: contact_form.php:
|
793 |
msgid "Input fields background color"
|
794 |
msgstr "Couleur de fond pour les champs de saisie"
|
795 |
|
796 |
-
#: contact_form.php:
|
797 |
msgid "Text fields color"
|
798 |
msgstr "Couleur pour les textes des champs de saisie"
|
799 |
|
800 |
-
#: contact_form.php:
|
801 |
msgid "Border width in px, numbers only"
|
802 |
msgstr "Largeur des bordures en px, nombre seulement"
|
803 |
|
804 |
-
#: contact_form.php:
|
805 |
-
#: contact_form.php:1359
|
806 |
msgid "Border color"
|
807 |
msgstr "Couleur des bordures"
|
808 |
|
809 |
-
#: contact_form.php:
|
810 |
msgid "Submit button"
|
811 |
msgstr "Bouton Envoyer"
|
812 |
|
813 |
-
#: contact_form.php:
|
814 |
msgid "Width in px, numbers only"
|
815 |
msgstr "Largeur en px, nombre seulement"
|
816 |
|
817 |
-
#: contact_form.php:
|
818 |
msgid "Button color"
|
819 |
msgstr "Couleur du bouton"
|
820 |
|
821 |
-
#: contact_form.php:
|
822 |
msgid "Button text color"
|
823 |
msgstr "Couleur du texte du bouton"
|
824 |
|
825 |
-
#: contact_form.php:
|
826 |
msgid "Contact Form Pro | Preview"
|
827 |
msgstr "Formulaire Pro de Contact | Prévisualisation"
|
828 |
|
829 |
-
#: contact_form.php:
|
830 |
msgid "Show with errors"
|
831 |
msgstr "Afficher avec les erreurs"
|
832 |
|
833 |
-
#: contact_form.php:
|
834 |
-
#: contact_form.php:1400
|
835 |
msgid "Please enter your full name..."
|
836 |
msgstr "Merci de saisir votre nom..."
|
837 |
|
838 |
-
#: contact_form.php:
|
839 |
-
#: contact_form.php:1413
|
840 |
msgid "Please enter your address..."
|
841 |
msgstr "Merci de saisir votre adresse..."
|
842 |
|
843 |
-
#: contact_form.php:
|
844 |
-
#: contact_form.php:1424
|
845 |
msgid "Please enter your email address..."
|
846 |
msgstr "Merci de saisir votre adresse e-mail..."
|
847 |
|
848 |
-
#: contact_form.php:
|
849 |
-
#: contact_form.php:1435
|
850 |
msgid "Please enter your phone number..."
|
851 |
msgstr "Merci de saisir votre numéro de téléphone..."
|
852 |
|
853 |
-
#: contact_form.php:
|
854 |
-
#: contact_form.php:1446
|
855 |
msgid "Please enter subject..."
|
856 |
msgstr "Merci de saisir le sujet..."
|
857 |
|
858 |
-
#: contact_form.php:
|
859 |
-
#: contact_form.php:1456
|
860 |
msgid "Please enter your message..."
|
861 |
msgstr "Merci de saisir votre message..."
|
862 |
|
863 |
-
#: contact_form.php:
|
864 |
msgid "Sorry, email message could not be delivered."
|
865 |
msgstr "Désolé, votre courriel n'a pas pu être envoyé."
|
866 |
|
867 |
-
#: contact_form.php:
|
868 |
msgid "Contact from"
|
869 |
msgstr "Contact de"
|
870 |
|
871 |
-
#: contact_form.php:
|
872 |
-
#: contact_form.php:2026
|
873 |
msgid "Phone"
|
874 |
msgstr "Téléphone"
|
875 |
|
876 |
-
#: contact_form.php:
|
877 |
-
#: contact_form.php:2033
|
878 |
msgid "Site"
|
879 |
msgstr "Site"
|
880 |
|
881 |
-
#: contact_form.php:
|
882 |
-
msgid "
|
883 |
-
|
|
|
|
|
|
|
|
|
884 |
|
885 |
-
#: contact_form.php:
|
886 |
msgid "Support"
|
887 |
msgstr "Support"
|
888 |
|
889 |
-
#: contact_form.php:
|
890 |
msgid "Are you sure that you want to delete this language data?"
|
891 |
msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
|
892 |
|
893 |
-
#: contact_form.php:
|
894 |
msgid "Add multiple forms"
|
895 |
msgstr "Ajouter plusieurs formulaires"
|
896 |
|
897 |
-
#: contact_form.php:
|
898 |
-
msgid "
|
899 |
-
|
|
|
|
|
|
|
|
|
900 |
|
901 |
-
#: contact_form.php:
|
902 |
msgid "Learn more"
|
903 |
msgstr "Lire la suite"
|
904 |
|
905 |
-
#: contact_form.php:
|
906 |
msgid "Close"
|
907 |
msgstr "Fermer"
|
908 |
|
909 |
-
#: contact_form.php:
|
910 |
#, fuzzy
|
911 |
msgid "allows to store your messages to the database."
|
912 |
-
msgstr "
|
|
|
|
|
913 |
|
914 |
-
#: contact_form.php:
|
915 |
msgid "Manage messages that have been sent from your website."
|
916 |
msgstr "Gérer les messages qui ont été envoyés depuis votre site."
|
917 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form 3.90\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-08-05 09:14+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-08-05 09:14+0300\n"
|
7 |
+
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
9 |
"Language: fr_FR\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;esc_html;esc_html__;esc_html_e;esc_attr__;"
|
14 |
+
"esc_attr_e\n"
|
15 |
"X-Poedit-Basepath: ..\n"
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
"Plural-Forms: nplurals=2;plural=n>2;\n"
|
18 |
+
"X-Generator: Poedit 1.5.4\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
+
#: contact_form.php:35 contact_form.php:657
|
|
|
22 |
msgid "Contact Form Settings"
|
23 |
msgstr "Options du formulaire de Contact"
|
24 |
|
26 |
msgid "Contact Form"
|
27 |
msgstr "Formulaire de contact"
|
28 |
|
29 |
+
#: contact_form.php:123 contact_form.php:1065 contact_form.php:1099
|
|
|
|
|
30 |
msgid "Name:"
|
31 |
msgstr "Nom :"
|
32 |
|
33 |
+
#: contact_form.php:124 contact_form.php:1066 contact_form.php:1100
|
|
|
|
|
34 |
msgid "Address:"
|
35 |
msgstr "Adresse :"
|
36 |
|
37 |
+
#: contact_form.php:125 contact_form.php:1067 contact_form.php:1101
|
|
|
|
|
38 |
msgid "Email Address:"
|
39 |
msgstr "Adresse e-mail :"
|
40 |
|
41 |
+
#: contact_form.php:126 contact_form.php:1068 contact_form.php:1102
|
|
|
|
|
42 |
msgid "Phone number:"
|
43 |
msgstr "Téléphone :"
|
44 |
|
45 |
+
#: contact_form.php:127 contact_form.php:1069 contact_form.php:1103
|
|
|
|
|
46 |
msgid "Subject:"
|
47 |
msgstr "Sujet :"
|
48 |
|
49 |
+
#: contact_form.php:128 contact_form.php:1070 contact_form.php:1104
|
|
|
|
|
50 |
msgid "Message:"
|
51 |
msgstr "Message :"
|
52 |
|
53 |
+
#: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
|
|
|
|
|
54 |
msgid "Attachment:"
|
55 |
msgstr "Pièce jointe :"
|
56 |
|
57 |
#: contact_form.php:130
|
58 |
#, fuzzy
|
59 |
+
msgid ""
|
60 |
+
"Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
|
61 |
+
"EPS, PS, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT. Max file "
|
62 |
+
"size: 2MB"
|
63 |
+
msgstr ""
|
64 |
+
"Types de fichiers autorisés : HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, "
|
65 |
+
"BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Taille "
|
66 |
+
"maximum 2MB"
|
67 |
|
68 |
+
#: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
|
|
|
|
|
69 |
msgid "Send me a copy"
|
70 |
msgstr "M'envoyer une copie"
|
71 |
|
72 |
+
#: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
|
|
|
|
|
73 |
msgid "Submit"
|
74 |
msgstr "Envoyer"
|
75 |
|
126 |
msgstr "Merci de nous avoir contacté."
|
127 |
|
128 |
#: contact_form.php:546
|
129 |
+
msgid ""
|
130 |
+
"Email 'FROM' field option was changed, which may cause email messages being "
|
131 |
+
"moved to the spam folder or email delivery failures."
|
132 |
+
msgstr ""
|
133 |
+
"L'option pour le champ 'From' des courriels a été modifiée, cela peut "
|
134 |
+
"entrainer un classement des messages dans les dossiers spam ou bien une "
|
135 |
+
"erreur d'acheminement peut survenir."
|
136 |
|
137 |
#: contact_form.php:556
|
138 |
+
msgid ""
|
139 |
+
"If the 'Redirect to page' option is selected then the URL field should be in "
|
140 |
+
"the following format"
|
141 |
+
msgstr ""
|
142 |
+
"Si l'ioption 'Rediriger vers la page' est positionnée, alors le champ Url "
|
143 |
+
"doit être rempli avec le format suivant"
|
144 |
|
145 |
#: contact_form.php:565
|
146 |
msgid "Such user does not exist."
|
147 |
msgstr "Cet utilisateur est inconnu."
|
148 |
|
149 |
#: contact_form.php:575
|
150 |
+
msgid ""
|
151 |
+
"Please enter a valid email address in the 'Use this email address' field."
|
152 |
+
msgstr ""
|
153 |
+
"Merci de saisir une adresse e-mail valide pour le champ 'Utiliser cette "
|
154 |
+
"adresse e-mail'."
|
155 |
|
156 |
#: contact_form.php:583
|
157 |
msgid "Please enter a valid email address in the 'FROM' field."
|
165 |
msgid "Settings are not saved."
|
166 |
msgstr "Paramètres non enregistrées."
|
167 |
|
168 |
+
#: contact_form.php:646
|
169 |
+
msgid "All plugin settings were restored."
|
170 |
+
msgstr ""
|
171 |
+
|
172 |
+
#: contact_form.php:659 contact_form.php:2208 contact_form.php:2222
|
173 |
msgid "Settings"
|
174 |
msgstr "Réglages"
|
175 |
|
176 |
+
#: contact_form.php:660
|
177 |
msgid "Additional settings"
|
178 |
msgstr "Options supplémentaires"
|
179 |
|
180 |
+
#: contact_form.php:661
|
181 |
msgid "Appearance"
|
182 |
msgstr "Aspect"
|
183 |
|
184 |
+
#: contact_form.php:662 contact_form.php:2223
|
|
|
185 |
msgid "FAQ"
|
186 |
msgstr "FAQ"
|
187 |
|
188 |
+
#: contact_form.php:663
|
189 |
msgid "Go PRO"
|
190 |
msgstr "Choisir la version PRO"
|
191 |
|
192 |
+
#: contact_form.php:666 contact_form.php:668
|
|
|
193 |
msgid "Notice:"
|
194 |
msgstr "Avertissement :"
|
195 |
|
196 |
+
#: contact_form.php:666
|
197 |
+
msgid ""
|
198 |
+
"The plugin's settings have been changed. In order to save them please don't "
|
199 |
+
"forget to click the 'Save Changes' button."
|
200 |
+
msgstr ""
|
201 |
+
"Les paramètres de l'extension ont été changés. Afin de pouvoir les "
|
202 |
+
"enregistrer, merci de cliquer sur le bouton 'Enregistrer les modifications'."
|
203 |
|
|
|
204 |
#: contact_form.php:679
|
205 |
+
msgid ""
|
206 |
+
"If you want to create multiple contact forms, please install the Contact "
|
207 |
+
"Form Multi plugin."
|
208 |
+
msgstr ""
|
209 |
+
"Si vous voulez créer plusieurs formulaire de contact, merci d'installer "
|
210 |
+
"l'extension 'Contact Form Multi'"
|
211 |
|
212 |
+
#: contact_form.php:686
|
213 |
+
#, fuzzy
|
214 |
+
msgid ""
|
215 |
+
"If you would like to add Contact Form to your website, just copy and paste "
|
216 |
+
"this shortcode to your post or page or widget:"
|
217 |
+
msgstr ""
|
218 |
+
"Si vous souhaiter ajouter un formulaire de contact à votre site web, copiez "
|
219 |
+
"juste ce code dans un article ou sur une page ou un widget :"
|
220 |
+
|
221 |
+
#: contact_form.php:686 contact_form.php:687 contact_form.php:689
|
222 |
+
#: contact_form.php:690 contact_form.php:1089 contact_form.php:1091
|
223 |
+
#: contact_form.php:1152 contact_form.php:1154
|
224 |
msgid "or"
|
225 |
msgstr "ou"
|
226 |
|
227 |
+
#: contact_form.php:687
|
228 |
+
#, fuzzy
|
229 |
+
msgid ""
|
230 |
+
"If you have any problems with the standard shortcode [contact_form], you "
|
231 |
+
"should use the shortcode"
|
232 |
+
msgstr ""
|
233 |
+
"Si vous avez un soucis avec le code court standard [contact_form], vous "
|
234 |
+
"pouvez utilisez le code court "
|
235 |
|
236 |
+
#: contact_form.php:687 contact_form.php:690
|
|
|
237 |
msgid "They work the same way."
|
238 |
msgstr "Ils fonctionnent de la même manière."
|
239 |
|
240 |
+
#: contact_form.php:689 contact_form.php:1501
|
241 |
+
msgid ""
|
242 |
+
"If you would like to add the Contact Form to your website, just copy and "
|
243 |
+
"paste this shortcode to your post or page or widget:"
|
244 |
+
msgstr ""
|
245 |
+
"Si vous souhaiter ajouter un formulaire de contact à votre site web, copiez "
|
246 |
+
"juste ce code dans un article ou sur une page ou un widget :"
|
247 |
+
|
248 |
+
#: contact_form.php:690
|
249 |
+
msgid ""
|
250 |
+
"If have any problems with the standard shortcode [contact_form], you should "
|
251 |
+
"use the shortcode"
|
252 |
+
msgstr ""
|
253 |
+
"Si vous avez un soucis avec le code court standard [contact_form], vous "
|
254 |
+
"pouvez utilisez le code court "
|
255 |
|
256 |
+
#: contact_form.php:694
|
257 |
+
msgid ""
|
258 |
+
"If you leave the fields empty, the messages will be sent to the email "
|
259 |
+
"address specified during registration."
|
260 |
+
msgstr ""
|
261 |
+
"Si les champs ci-dessous ne sont pas renseignés le message sera envoyé à "
|
262 |
+
"l'adresse spécifiée lors de l'enregistrement."
|
263 |
+
|
264 |
+
#: contact_form.php:697
|
265 |
msgid "The user's email address:"
|
266 |
msgstr "Utiliser l'e-mail du compte WordPress :"
|
267 |
|
268 |
+
#: contact_form.php:701
|
269 |
#, fuzzy
|
270 |
msgid "Select a username"
|
271 |
msgstr "Choisir un nom d'utilisateur"
|
272 |
|
273 |
+
#: contact_form.php:714
|
274 |
+
msgid ""
|
275 |
+
"Enter a username of the person who should get the messages from the contact "
|
276 |
+
"form."
|
277 |
+
msgstr ""
|
278 |
+
"Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le "
|
279 |
+
"formulaire de contact."
|
280 |
|
281 |
+
#: contact_form.php:718
|
282 |
msgid "Use this email address:"
|
283 |
msgstr "Utiliser cette adresse e-mail :"
|
284 |
|
285 |
+
#: contact_form.php:722
|
286 |
msgid "Enter the email address you want the messages forwarded to."
|
287 |
msgstr "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages."
|
288 |
|
289 |
+
#: contact_form.php:731
|
290 |
msgid "Add department selectbox to the contact form:"
|
291 |
+
msgstr ""
|
292 |
+
"Ajouter la liste déroulante pour le département dans le formulaire de "
|
293 |
+
"contact :"
|
294 |
|
295 |
+
#: contact_form.php:739 contact_form.php:1200 contact_form.php:1384
|
|
|
|
|
296 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
297 |
+
msgstr ""
|
298 |
+
"Si vous passez à la version Pro, tous ces paramètres seront enregistrés."
|
299 |
+
|
300 |
+
#: contact_form.php:746 contact_form.php:929 contact_form.php:1001
|
301 |
+
#: contact_form.php:1207 contact_form.php:1391
|
302 |
+
#, fuzzy
|
303 |
+
msgid "Unlock premium options by upgrading to PRO version."
|
|
|
304 |
msgstr "Déploquer les options premium en migrant vers la version PRO."
|
305 |
|
306 |
+
#: contact_form.php:747 contact_form.php:930 contact_form.php:1002
|
307 |
+
#: contact_form.php:1208 contact_form.php:1392 contact_form.php:2495
|
|
|
|
|
|
|
|
|
308 |
msgid "Learn More"
|
309 |
msgstr "Lire la suite"
|
310 |
|
311 |
+
#: contact_form.php:750 contact_form.php:933 contact_form.php:1005
|
312 |
+
#: contact_form.php:1211 contact_form.php:1395
|
|
|
|
|
|
|
313 |
msgid "Go"
|
314 |
msgstr "Passez"
|
315 |
|
316 |
+
#: contact_form.php:757
|
317 |
msgid "Save emails to the database"
|
318 |
msgstr "Enregistrer les e-mails dans la base de données"
|
319 |
|
320 |
+
#: contact_form.php:762
|
321 |
msgid "Using"
|
322 |
msgstr "Utilisant"
|
323 |
|
324 |
+
#: contact_form.php:765 contact_form.php:769
|
|
|
325 |
#, fuzzy
|
326 |
msgid "Using Contact Form to DB by BestWebSoft"
|
327 |
msgstr "Utilisant le formulaire de contact avec base de données fourni par"
|
328 |
|
329 |
+
#: contact_form.php:765
|
330 |
msgid "Activate"
|
331 |
msgstr "Activé"
|
332 |
|
333 |
+
#: contact_form.php:769
|
334 |
msgid "Download"
|
335 |
msgstr "Téléchargement"
|
336 |
|
337 |
+
#: contact_form.php:779
|
338 |
msgid "What to use?"
|
339 |
msgstr "Quelle méthode d'envoie ?"
|
340 |
|
341 |
+
#: contact_form.php:784
|
342 |
msgid "Wp-mail"
|
343 |
msgstr "Wp-mail"
|
344 |
|
345 |
+
#: contact_form.php:786
|
346 |
msgid "You can use the wp_mail function for mailing"
|
347 |
+
msgstr ""
|
348 |
+
"Pour envoyer le courriel, vous pouvez utiliser la fonction wp_mail de "
|
349 |
+
"WordPress "
|
350 |
|
351 |
+
#: contact_form.php:789
|
352 |
msgid "Mail"
|
353 |
msgstr "E-mail"
|
354 |
|
355 |
+
#: contact_form.php:791
|
356 |
msgid "To send mail you can use the php mail function"
|
357 |
msgstr "Pour envoyer le courriel, vous pouvez utiliser la fonction mail de php"
|
358 |
|
359 |
+
#: contact_form.php:796
|
360 |
msgid "'FROM' field"
|
361 |
msgstr "Champ 'From'"
|
362 |
|
363 |
+
#: contact_form.php:798 contact_form.php:860 contact_form.php:1253
|
364 |
+
#: contact_form.php:2000 contact_form.php:2036
|
|
|
|
|
|
|
365 |
msgid "Name"
|
366 |
msgstr "Nom"
|
367 |
|
368 |
+
#: contact_form.php:805
|
369 |
msgid "User name"
|
370 |
msgstr "Nom de l'utlisateur"
|
371 |
|
372 |
+
#: contact_form.php:807
|
373 |
+
msgid ""
|
374 |
+
"The name of the user who fills the form will be used in the field 'From'."
|
375 |
+
msgstr ""
|
376 |
+
"Dans le champ 'FROM' du courriel, il sera utilisé l'adresse e-mail de "
|
377 |
+
"l'utlisateur qui rempli le formulaire."
|
378 |
|
379 |
+
#: contact_form.php:813 contact_form.php:2011 contact_form.php:2043
|
|
|
|
|
380 |
msgid "Email"
|
381 |
msgstr "E-mail"
|
382 |
|
383 |
+
#: contact_form.php:820
|
384 |
msgid "User email"
|
385 |
msgstr "E-mail de l'utlisateur"
|
386 |
|
387 |
+
#: contact_form.php:822
|
388 |
+
msgid ""
|
389 |
+
"The email address of the user who fills the form will be used in the field "
|
390 |
+
"'From'."
|
391 |
+
msgstr ""
|
392 |
+
"Dans le champ 'FROM' du courriel, il sera utilisé l'adresse e-mail de "
|
393 |
+
"l'utlisateur qui rempli le formulaire."
|
394 |
|
395 |
+
#: contact_form.php:826
|
396 |
+
msgid ""
|
397 |
+
"If this option is changed, email messages may be moved to the spam folder or "
|
398 |
+
"email delivery failures may occur."
|
399 |
+
msgstr ""
|
400 |
+
"Si cette option est modifiée, les courriels pourront se retrouver classer "
|
401 |
+
"dans le dossier spam ou bien une erreur d'acheminement peut survenir."
|
402 |
|
403 |
+
#: contact_form.php:832
|
404 |
msgid "Required symbol"
|
405 |
msgstr "Symbol obligatoire"
|
406 |
|
407 |
+
#: contact_form.php:842
|
408 |
msgid "Fields"
|
409 |
msgstr "Champs"
|
410 |
|
411 |
+
#: contact_form.php:843
|
412 |
msgid "Used"
|
413 |
msgstr "Utilisé"
|
414 |
|
415 |
+
#: contact_form.php:844
|
416 |
msgid "Required"
|
417 |
msgstr "Obligatoire"
|
418 |
|
419 |
+
#: contact_form.php:845
|
420 |
msgid "Visible"
|
421 |
msgstr "Visible"
|
422 |
|
423 |
+
#: contact_form.php:846
|
424 |
msgid "Disabled for editing"
|
425 |
msgstr "Non actif pour l'édition"
|
426 |
|
427 |
+
#: contact_form.php:847
|
428 |
msgid "Field's default value"
|
429 |
msgstr "Valeur par défaut du champ"
|
430 |
|
431 |
+
#: contact_form.php:852
|
432 |
+
#, fuzzy
|
433 |
+
msgid "Department selectbox"
|
434 |
+
msgstr "Liste déroulante des localisations"
|
435 |
+
|
436 |
+
#: contact_form.php:867
|
437 |
msgid "Use User's name as a default value if the user is logged in."
|
438 |
+
msgstr ""
|
439 |
+
"Utiliser le nom de l'utilisateur comme valeur par défaut si un utilisateur "
|
440 |
+
"est connecté."
|
441 |
|
442 |
+
#: contact_form.php:868 contact_form.php:896
|
443 |
+
msgid ""
|
444 |
+
"'Visible' and 'Disabled for editing' options will be applied only to logged-"
|
445 |
+
"in users."
|
446 |
+
msgstr ""
|
447 |
+
"'Visible' et 'Inactif' pour modifier les options ne seront appliqués qu'aux "
|
448 |
+
"utilisateurs connectés."
|
449 |
|
450 |
+
#: contact_form.php:872
|
451 |
msgid "Location selectbox"
|
452 |
msgstr "Liste déroulante des localisations"
|
453 |
|
454 |
+
#: contact_form.php:880 contact_form.php:1258 contact_form.php:2006
|
455 |
+
#: contact_form.php:2040
|
|
|
|
|
456 |
msgid "Address"
|
457 |
msgstr "Adresse"
|
458 |
|
459 |
+
#: contact_form.php:888
|
460 |
msgid "Email Address"
|
461 |
msgstr "Adresse e-mail"
|
462 |
|
463 |
+
#: contact_form.php:895
|
464 |
msgid "Use User's email as a default value if the user is logged in."
|
465 |
+
msgstr ""
|
466 |
+
"Utiliser l'adresse e-mail de l'utilisateur comme valeur par défaut si un "
|
467 |
+
"utilisateur est connecté."
|
468 |
|
469 |
+
#: contact_form.php:900
|
470 |
msgid "Phone number"
|
471 |
msgstr "Téléphone"
|
472 |
|
473 |
+
#: contact_form.php:908 contact_form.php:1273 contact_form.php:2021
|
474 |
+
#: contact_form.php:2049
|
|
|
|
|
475 |
msgid "Subject"
|
476 |
msgstr "Sujet"
|
477 |
|
478 |
+
#: contact_form.php:916 contact_form.php:1277 contact_form.php:2024
|
479 |
+
#: contact_form.php:2051
|
|
|
|
|
480 |
msgid "Message"
|
481 |
msgstr "Message"
|
482 |
|
483 |
+
#: contact_form.php:940
|
484 |
msgid "Attachment block"
|
485 |
msgstr "Bloc pièce jointe"
|
486 |
|
487 |
+
#: contact_form.php:942
|
488 |
msgid "Users can attach the following file formats"
|
489 |
msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
|
490 |
|
491 |
+
#: contact_form.php:955
|
492 |
msgid "Add to the form"
|
493 |
msgstr "Ajouter au formulaire"
|
494 |
|
495 |
+
#: contact_form.php:960
|
496 |
msgid "Tips below the Attachment"
|
497 |
msgstr "Afficher les explications en-dessous du bloc des pièces jointes"
|
498 |
|
499 |
+
#: contact_form.php:969
|
500 |
msgid "'Send me a copy' block"
|
501 |
msgstr "Afficher le bloc \"M'envoyer une copie\""
|
502 |
|
503 |
+
#: contact_form.php:982
|
504 |
msgid "Activate captcha"
|
505 |
msgstr "Activé le captcha"
|
506 |
|
507 |
+
#: contact_form.php:986
|
508 |
msgid "Download captcha"
|
509 |
msgstr "Télécharger le captcha"
|
510 |
|
511 |
+
#: contact_form.php:994
|
512 |
msgid "Agreement checkbox"
|
513 |
msgstr "Case à cocher pour valider le formulaire"
|
514 |
|
515 |
+
#: contact_form.php:994
|
516 |
msgid "Required checkbox for submitting the form"
|
517 |
msgstr "Boite à cocher obligatoire pour la validation du formulaire."
|
518 |
|
519 |
+
#: contact_form.php:995
|
520 |
msgid "Optional checkbox"
|
521 |
msgstr "Boite à cocher optionnelle"
|
522 |
|
523 |
+
#: contact_form.php:995
|
524 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
525 |
msgstr "Boite à cocher optionnelle, le résultat sera affiché dans le courriel"
|
526 |
|
527 |
+
#: contact_form.php:1013
|
528 |
msgid "Delete an attachment file from the server after the email is sent"
|
529 |
msgstr "Supprimer le fichier joint sur le serveur après l'envoie du courriel"
|
530 |
|
531 |
+
#: contact_form.php:1019
|
532 |
msgid "Email in HTML format sending"
|
533 |
msgstr "Courriel au format HTML"
|
534 |
|
535 |
+
#: contact_form.php:1023
|
536 |
msgid "Display additional info in the email"
|
537 |
msgstr "Afficher les informations complémentaires dans le courriel"
|
538 |
|
539 |
+
#: contact_form.php:1029 contact_form.php:1967 contact_form.php:1969
|
|
|
|
|
540 |
msgid "Sent from (ip address)"
|
541 |
msgstr "Envoyé de (adresse IP)"
|
542 |
|
543 |
+
#: contact_form.php:1029
|
544 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
545 |
msgstr "Exemple: Envoyé de (addresse IP) :\t127.0.0.1"
|
546 |
|
547 |
+
#: contact_form.php:1030 contact_form.php:1973 contact_form.php:1975
|
|
|
|
|
548 |
msgid "Date/Time"
|
549 |
msgstr "Date/Heure"
|
550 |
|
551 |
+
#: contact_form.php:1030
|
552 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
553 |
msgstr "Exemple: Date/Heure :\tAoût 19, 2013 8:50pm"
|
554 |
|
555 |
+
#: contact_form.php:1031 contact_form.php:1979 contact_form.php:1981
|
|
|
|
|
556 |
msgid "Sent from (referer)"
|
557 |
msgstr "Envoyer de (référence)"
|
558 |
|
559 |
+
#: contact_form.php:1031
|
560 |
+
msgid ""
|
561 |
+
"Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
562 |
+
msgstr ""
|
563 |
+
"Exemple : Envoyer de (referer) :\thttp://bestwebsoft.com/contacts/contact-us/"
|
564 |
|
565 |
+
#: contact_form.php:1032 contact_form.php:1985 contact_form.php:1987
|
|
|
|
|
566 |
msgid "Using (user agent)"
|
567 |
msgstr "Depuis (navigateur)"
|
568 |
|
569 |
+
#: contact_form.php:1032
|
570 |
+
msgid ""
|
571 |
+
"Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
|
572 |
+
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
573 |
+
msgstr ""
|
574 |
+
"Exemple : En utilisant (user agent) :\tMozilla/5.0 (Windows NT 6.2; WOW64) "
|
575 |
+
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
576 |
|
577 |
+
#: contact_form.php:1037
|
578 |
msgid "Language settings for the field names in the form"
|
579 |
msgstr "Définition des langues pour les titres des champs"
|
580 |
|
581 |
+
#: contact_form.php:1046
|
582 |
msgid "Add a language"
|
583 |
msgstr "Ajouter une langue"
|
584 |
|
585 |
+
#: contact_form.php:1050
|
586 |
msgid "Change the names of the contact form fields and error messages"
|
587 |
+
msgstr ""
|
588 |
+
"Modifier le texte pour les champs du formulaire de contact et les messages "
|
589 |
+
"d'erreur"
|
590 |
|
591 |
+
#: contact_form.php:1055 contact_form.php:1142
|
|
|
592 |
msgid "English"
|
593 |
msgstr "Anglais"
|
594 |
|
595 |
+
#: contact_form.php:1063 contact_form.php:1097
|
|
|
596 |
msgid "click to expand/hide the list"
|
597 |
msgstr "cliquer pour voir/cacher la liste"
|
598 |
|
599 |
+
#: contact_form.php:1072 contact_form.php:1106
|
|
|
600 |
msgid "Tips below the Attachment block"
|
601 |
msgstr "Afficher les explications en-dessous du bloc des pièces jointes"
|
602 |
|
603 |
+
#: contact_form.php:1075 contact_form.php:1109
|
|
|
604 |
msgid "Error message for the Name field"
|
605 |
msgstr "Message d'erreur pour le champ nom"
|
606 |
|
607 |
+
#: contact_form.php:1076 contact_form.php:1110
|
|
|
608 |
msgid "Error message for the Address field"
|
609 |
msgstr "Message d'erreur pour le champ Adresse"
|
610 |
|
611 |
+
#: contact_form.php:1077 contact_form.php:1111
|
|
|
612 |
msgid "Error message for the Email field"
|
613 |
msgstr "Message d'erreur pour le champ e-mail"
|
614 |
|
615 |
+
#: contact_form.php:1078 contact_form.php:1112
|
|
|
616 |
msgid "Error message for the Phone field"
|
617 |
msgstr "Message d'erreur pour le champ téléphone"
|
618 |
|
619 |
+
#: contact_form.php:1079 contact_form.php:1113
|
|
|
620 |
msgid "Error message for the Subject field"
|
621 |
msgstr "Message d'erreur pour le champ sujet"
|
622 |
|
623 |
+
#: contact_form.php:1080 contact_form.php:1114
|
|
|
624 |
msgid "Error message for the Message field"
|
625 |
msgstr "Message d'erreur pour le champ message"
|
626 |
|
627 |
+
#: contact_form.php:1081 contact_form.php:1115
|
|
|
628 |
msgid "Error message about the file type for the Attachment field"
|
629 |
msgstr "Message d'erreur pour le champ fichier joint (type du fichier)"
|
630 |
|
631 |
+
#: contact_form.php:1082 contact_form.php:1116
|
632 |
+
msgid ""
|
633 |
+
"Error message while uploading a file for the Attachment field to the server"
|
634 |
+
msgstr ""
|
635 |
+
"Message d'erreur pour le champ fichier joint (problème d'envoie vers le "
|
636 |
+
"serveur)"
|
637 |
|
638 |
+
#: contact_form.php:1083 contact_form.php:1117
|
|
|
639 |
msgid "Error message while moving the file for the Attachment field"
|
640 |
msgstr "Message d'erreur pour le champ fichier joint (déplacement du fichier)"
|
641 |
|
642 |
+
#: contact_form.php:1084 contact_form.php:1118
|
|
|
643 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
644 |
+
msgstr ""
|
645 |
+
"Message d'erreur pour le champ fichier joint (taille limite du fichier "
|
646 |
+
"atteinte)"
|
647 |
|
648 |
+
#: contact_form.php:1085 contact_form.php:1119
|
|
|
649 |
msgid "Error message for the Captcha field"
|
650 |
msgstr "Message d'erreur pour le captcha"
|
651 |
|
652 |
+
#: contact_form.php:1086 contact_form.php:1120
|
|
|
653 |
msgid "Error message for the whole form"
|
654 |
msgstr "Message d'erreur demandant à compléter les champs manquants"
|
655 |
|
656 |
+
#: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
|
657 |
+
#: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
|
658 |
+
#: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
|
659 |
+
#: contact_form.php:2358
|
|
|
|
|
|
|
|
|
|
|
|
|
660 |
msgid "Use shortcode"
|
661 |
msgstr "Utiliser le code court"
|
662 |
|
663 |
+
#: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
|
664 |
+
#: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
|
665 |
+
#: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
|
666 |
+
#: contact_form.php:2358
|
|
|
|
|
|
|
|
|
|
|
|
|
667 |
msgid "for this language"
|
668 |
msgstr "pour cette langue"
|
669 |
|
670 |
+
#: contact_form.php:1133
|
671 |
msgid "Use the changed names of the contact form fields in the email"
|
672 |
msgstr "Utiliser les noms des champs modifiés dans les courriels"
|
673 |
|
674 |
+
#: contact_form.php:1139
|
675 |
msgid "Action after email is sent"
|
676 |
msgstr "Action après l'envoie du courriel"
|
677 |
|
678 |
+
#: contact_form.php:1141
|
679 |
msgid "Display text"
|
680 |
msgstr "Afficher le texte"
|
681 |
|
682 |
+
#: contact_form.php:1150 contact_form.php:1160
|
|
|
683 |
msgid "Text"
|
684 |
msgstr "Texte"
|
685 |
|
686 |
+
#: contact_form.php:1171
|
687 |
msgid "Redirect to the page"
|
688 |
msgstr "Rediriger vers la page"
|
689 |
|
690 |
+
#: contact_form.php:1172
|
691 |
msgid "Url"
|
692 |
msgstr "Url"
|
693 |
|
694 |
+
#: contact_form.php:1176
|
695 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
696 |
+
msgstr ""
|
697 |
+
"La variable $_SERVER qui est utilisée pour construire l'URL du formulaire"
|
698 |
|
699 |
+
#: contact_form.php:1181
|
700 |
+
msgid ""
|
701 |
+
"If you are not sure whether to change this setting or not, please do not do "
|
702 |
+
"that."
|
703 |
+
msgstr ""
|
704 |
+
"Si vous n'êtes pas sûr de ce que vous faites, merci de ne pas toucher ce "
|
705 |
+
"paramètre."
|
706 |
|
707 |
+
#: contact_form.php:1191
|
708 |
msgid "Auto Response"
|
709 |
msgstr "Réponse automatique"
|
710 |
|
711 |
+
#: contact_form.php:1195
|
712 |
#, php-format
|
713 |
+
msgid ""
|
714 |
+
"You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
|
715 |
+
"display data from the Message field, as well as %%SITENAME%% to display blog "
|
716 |
+
"name."
|
717 |
+
msgstr ""
|
718 |
+
"Vous pouvez utiliser %%NAME%% pour afficher des données du champ email et "
|
719 |
+
"%%MESSAGE%% pour afficher des données du champ message, de même %%SITENAME%% "
|
720 |
+
"pour afficher le nom du site."
|
721 |
|
722 |
+
#: contact_form.php:1220 contact_form.php:1402
|
|
|
723 |
msgid "Save Changes"
|
724 |
msgstr "Enregistrer les modifications"
|
725 |
|
726 |
+
#: contact_form.php:1233
|
727 |
msgid "Errors output"
|
728 |
msgstr "Affichage des erreurs"
|
729 |
|
730 |
+
#: contact_form.php:1236
|
731 |
msgid "Display error messages"
|
732 |
msgstr "Aficher les messages d'erreur"
|
733 |
|
734 |
+
#: contact_form.php:1237
|
735 |
msgid "Color of the input field errors."
|
736 |
msgstr "Mettre en couleur les champs ayant des erreurs"
|
737 |
|
738 |
+
#: contact_form.php:1238
|
739 |
msgid "Display error messages & color of the input field errors"
|
740 |
+
msgstr ""
|
741 |
+
"Afficher les messages d'erreur et mettre en couleur les champs ayant des "
|
742 |
+
"erreurs"
|
743 |
|
744 |
+
#: contact_form.php:1243
|
745 |
msgid "Add placeholder to the input blocks"
|
746 |
msgstr "Ajouter la localisation dans le bloc de saisie"
|
747 |
|
748 |
+
#: contact_form.php:1249
|
749 |
msgid "Add tooltips"
|
750 |
msgstr "Ajouter les conseils"
|
751 |
|
752 |
+
#: contact_form.php:1263
|
753 |
msgid "Email address"
|
754 |
msgstr "Adresse e-mail"
|
755 |
|
756 |
+
#: contact_form.php:1268
|
757 |
msgid "Phone Number"
|
758 |
msgstr "Téléphone"
|
759 |
|
760 |
+
#: contact_form.php:1282
|
761 |
msgid "Attachment"
|
762 |
msgstr "Pièce jointe"
|
763 |
|
764 |
+
#: contact_form.php:1292
|
765 |
msgid "Style options"
|
766 |
msgstr "Options de style"
|
767 |
|
768 |
+
#: contact_form.php:1295
|
769 |
msgid "Text color"
|
770 |
msgstr "Couleur du texte"
|
771 |
|
772 |
+
#: contact_form.php:1298 contact_form.php:1303 contact_form.php:1313
|
773 |
+
#: contact_form.php:1318 contact_form.php:1323 contact_form.php:1328
|
774 |
+
#: contact_form.php:1338 contact_form.php:1343 contact_form.php:1352
|
775 |
+
#: contact_form.php:1366 contact_form.php:1371 contact_form.php:1376
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
776 |
msgid "Default"
|
777 |
msgstr "Défaut"
|
778 |
|
779 |
+
#: contact_form.php:1300
|
780 |
msgid "Label text color"
|
781 |
msgstr "Couleur des textes des intitulés"
|
782 |
|
783 |
+
#: contact_form.php:1305
|
784 |
msgid "Placeholder color"
|
785 |
msgstr "Couleur pour la localisation"
|
786 |
|
787 |
+
#: contact_form.php:1310
|
788 |
msgid "Errors color"
|
789 |
msgstr "Couleur pour les erreurs"
|
790 |
|
791 |
+
#: contact_form.php:1315
|
792 |
msgid "Error text color"
|
793 |
msgstr "Couleur pour le texte des erreurs"
|
794 |
|
795 |
+
#: contact_form.php:1320
|
796 |
msgid "Background color of the input field errors"
|
797 |
msgstr "Couleur de fond pour les erreurs de saisie dans les champs"
|
798 |
|
799 |
+
#: contact_form.php:1325
|
800 |
msgid "Border color of the input field errors"
|
801 |
msgstr "Couleur de la bordure pour les erreurs de saisie dans les champs"
|
802 |
|
803 |
+
#: contact_form.php:1330
|
804 |
msgid "Placeholder color of the input field errors"
|
805 |
msgstr "Couleur pour la localisation lors d'une erreur de saisie du champ"
|
806 |
|
807 |
+
#: contact_form.php:1335
|
808 |
msgid "Input fields"
|
809 |
msgstr "Champs de saisie"
|
810 |
|
811 |
+
#: contact_form.php:1340
|
812 |
msgid "Input fields background color"
|
813 |
msgstr "Couleur de fond pour les champs de saisie"
|
814 |
|
815 |
+
#: contact_form.php:1345
|
816 |
msgid "Text fields color"
|
817 |
msgstr "Couleur pour les textes des champs de saisie"
|
818 |
|
819 |
+
#: contact_form.php:1349
|
820 |
msgid "Border width in px, numbers only"
|
821 |
msgstr "Largeur des bordures en px, nombre seulement"
|
822 |
|
823 |
+
#: contact_form.php:1354 contact_form.php:1378
|
|
|
824 |
msgid "Border color"
|
825 |
msgstr "Couleur des bordures"
|
826 |
|
827 |
+
#: contact_form.php:1359
|
828 |
msgid "Submit button"
|
829 |
msgstr "Bouton Envoyer"
|
830 |
|
831 |
+
#: contact_form.php:1363
|
832 |
msgid "Width in px, numbers only"
|
833 |
msgstr "Largeur en px, nombre seulement"
|
834 |
|
835 |
+
#: contact_form.php:1368
|
836 |
msgid "Button color"
|
837 |
msgstr "Couleur du bouton"
|
838 |
|
839 |
+
#: contact_form.php:1373
|
840 |
msgid "Button text color"
|
841 |
msgstr "Couleur du texte du bouton"
|
842 |
|
843 |
+
#: contact_form.php:1406
|
844 |
msgid "Contact Form Pro | Preview"
|
845 |
msgstr "Formulaire Pro de Contact | Prévisualisation"
|
846 |
|
847 |
+
#: contact_form.php:1408
|
848 |
msgid "Show with errors"
|
849 |
msgstr "Afficher avec les erreurs"
|
850 |
|
851 |
+
#: contact_form.php:1417 contact_form.php:1419
|
|
|
852 |
msgid "Please enter your full name..."
|
853 |
msgstr "Merci de saisir votre nom..."
|
854 |
|
855 |
+
#: contact_form.php:1430 contact_form.php:1432
|
|
|
856 |
msgid "Please enter your address..."
|
857 |
msgstr "Merci de saisir votre adresse..."
|
858 |
|
859 |
+
#: contact_form.php:1441 contact_form.php:1443
|
|
|
860 |
msgid "Please enter your email address..."
|
861 |
msgstr "Merci de saisir votre adresse e-mail..."
|
862 |
|
863 |
+
#: contact_form.php:1452 contact_form.php:1454
|
|
|
864 |
msgid "Please enter your phone number..."
|
865 |
msgstr "Merci de saisir votre numéro de téléphone..."
|
866 |
|
867 |
+
#: contact_form.php:1463 contact_form.php:1465
|
|
|
868 |
msgid "Please enter subject..."
|
869 |
msgstr "Merci de saisir le sujet..."
|
870 |
|
871 |
+
#: contact_form.php:1473 contact_form.php:1475
|
|
|
872 |
msgid "Please enter your message..."
|
873 |
msgstr "Merci de saisir votre message..."
|
874 |
|
875 |
+
#: contact_form.php:1586
|
876 |
msgid "Sorry, email message could not be delivered."
|
877 |
msgstr "Désolé, votre courriel n'a pas pu être envoyé."
|
878 |
|
879 |
+
#: contact_form.php:1994
|
880 |
msgid "Contact from"
|
881 |
msgstr "Contact de"
|
882 |
|
883 |
+
#: contact_form.php:2016 contact_form.php:2046
|
|
|
884 |
msgid "Phone"
|
885 |
msgstr "Téléphone"
|
886 |
|
887 |
+
#: contact_form.php:2027 contact_form.php:2053
|
|
|
888 |
msgid "Site"
|
889 |
msgstr "Site"
|
890 |
|
891 |
+
#: contact_form.php:2140
|
892 |
+
msgid ""
|
893 |
+
"If you can see this MIME, it means that the MIME type is not supported by "
|
894 |
+
"your email client!"
|
895 |
+
msgstr ""
|
896 |
+
"Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de "
|
897 |
+
"MIME !"
|
898 |
|
899 |
+
#: contact_form.php:2224
|
900 |
msgid "Support"
|
901 |
msgstr "Support"
|
902 |
|
903 |
+
#: contact_form.php:2273
|
904 |
msgid "Are you sure that you want to delete this language data?"
|
905 |
msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
|
906 |
|
907 |
+
#: contact_form.php:2294
|
908 |
msgid "Add multiple forms"
|
909 |
msgstr "Ajouter plusieurs formulaires"
|
910 |
|
911 |
+
#: contact_form.php:2294
|
912 |
+
msgid ""
|
913 |
+
"Install Contact Form Multi plugin to create unlimited number of contact "
|
914 |
+
"forms."
|
915 |
+
msgstr ""
|
916 |
+
"Installer l'extension 'Contact Form Multi' pour créer un nombre infini de "
|
917 |
+
"formulaires de contact."
|
918 |
|
919 |
+
#: contact_form.php:2299
|
920 |
msgid "Learn more"
|
921 |
msgstr "Lire la suite"
|
922 |
|
923 |
+
#: contact_form.php:2303
|
924 |
msgid "Close"
|
925 |
msgstr "Fermer"
|
926 |
|
927 |
+
#: contact_form.php:2491
|
928 |
#, fuzzy
|
929 |
msgid "allows to store your messages to the database."
|
930 |
+
msgstr ""
|
931 |
+
"<strong>Contact Form to DB</strong> permet d'enregistrer les messages dans "
|
932 |
+
"la base de données."
|
933 |
|
934 |
+
#: contact_form.php:2492
|
935 |
msgid "Manage messages that have been sent from your website."
|
936 |
msgstr "Gérer les messages qui ont été envoyés depuis votre site."
|
937 |
|
languages/contact_form-ja.mo
CHANGED
Binary file
|
languages/contact_form-ja.po
CHANGED
@@ -2,9 +2,9 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
-
"Last-Translator: bestwebsoft.com <
|
8 |
"Language-Team: foken <foken@gmx.com>\n"
|
9 |
"Language: ja_JP\n"
|
10 |
"MIME-Version: 1.0\n"
|
@@ -16,8 +16,7 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: contact_form.php:35
|
20 |
-
#: contact_form.php:650
|
21 |
msgid "Contact Form Settings"
|
22 |
msgstr "Contact Form設定"
|
23 |
|
@@ -25,62 +24,50 @@ msgstr "Contact Form設定"
|
|
25 |
msgid "Contact Form"
|
26 |
msgstr "Contact Form"
|
27 |
|
28 |
-
#: contact_form.php:123
|
29 |
-
#: contact_form.php:1047
|
30 |
-
#: contact_form.php:1081
|
31 |
msgid "Name:"
|
32 |
msgstr "名前:"
|
33 |
|
34 |
-
#: contact_form.php:124
|
35 |
-
#: contact_form.php:1048
|
36 |
-
#: contact_form.php:1082
|
37 |
msgid "Address:"
|
38 |
msgstr "住所:"
|
39 |
|
40 |
-
#: contact_form.php:125
|
41 |
-
#: contact_form.php:1049
|
42 |
-
#: contact_form.php:1083
|
43 |
msgid "Email Address:"
|
44 |
msgstr "Eメール:"
|
45 |
|
46 |
-
#: contact_form.php:126
|
47 |
-
#: contact_form.php:1050
|
48 |
-
#: contact_form.php:1084
|
49 |
msgid "Phone number:"
|
50 |
msgstr "電話番号:"
|
51 |
|
52 |
-
#: contact_form.php:127
|
53 |
-
#: contact_form.php:1051
|
54 |
-
#: contact_form.php:1085
|
55 |
msgid "Subject:"
|
56 |
msgstr "件名:"
|
57 |
|
58 |
-
#: contact_form.php:128
|
59 |
-
#: contact_form.php:1052
|
60 |
-
#: contact_form.php:1086
|
61 |
msgid "Message:"
|
62 |
msgstr "メッセージ:"
|
63 |
|
64 |
-
#: contact_form.php:129
|
65 |
-
#: contact_form.php:1053
|
66 |
-
#: contact_form.php:1087
|
67 |
msgid "Attachment:"
|
68 |
msgstr "添付:"
|
69 |
|
70 |
#: contact_form.php:130
|
71 |
#, fuzzy
|
72 |
-
msgid "
|
73 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
|
75 |
-
#: contact_form.php:131
|
76 |
-
#: contact_form.php:1055
|
77 |
-
#: contact_form.php:1089
|
78 |
msgid "Send me a copy"
|
79 |
msgstr "コピーを自分に送る"
|
80 |
|
81 |
-
#: contact_form.php:132
|
82 |
-
#: contact_form.php:1056
|
83 |
-
#: contact_form.php:1090
|
84 |
msgid "Submit"
|
85 |
msgstr "送信"
|
86 |
|
@@ -137,20 +124,29 @@ msgid "Thank you for contacting us."
|
|
137 |
msgstr "ご連絡ありがとうございます"
|
138 |
|
139 |
#: contact_form.php:546
|
140 |
-
msgid "
|
|
|
|
|
141 |
msgstr ""
|
142 |
|
143 |
#: contact_form.php:556
|
144 |
-
msgid "
|
145 |
-
|
|
|
|
|
|
|
|
|
146 |
|
147 |
#: contact_form.php:565
|
148 |
msgid "Such user does not exist."
|
149 |
msgstr "そのようなユーザは存在しません。"
|
150 |
|
151 |
#: contact_form.php:575
|
152 |
-
msgid "
|
153 |
-
|
|
|
|
|
|
|
154 |
|
155 |
#: contact_form.php:583
|
156 |
msgid "Please enter a valid email address in the 'FROM' field."
|
@@ -164,755 +160,744 @@ msgstr "設定保存."
|
|
164 |
msgid "Settings are not saved."
|
165 |
msgstr "設定は保存さていません。"
|
166 |
|
167 |
-
#: contact_form.php:
|
168 |
-
|
169 |
-
|
|
|
|
|
170 |
msgid "Settings"
|
171 |
msgstr "設定"
|
172 |
|
173 |
-
#: contact_form.php:
|
174 |
#, fuzzy
|
175 |
msgid "Additional settings"
|
176 |
msgstr "追加オプション"
|
177 |
|
178 |
-
#: contact_form.php:
|
179 |
msgid "Appearance"
|
180 |
msgstr ""
|
181 |
|
182 |
-
#: contact_form.php:
|
183 |
-
#: contact_form.php:2203
|
184 |
msgid "FAQ"
|
185 |
msgstr "FAQ"
|
186 |
|
187 |
-
#: contact_form.php:
|
188 |
msgid "Go PRO"
|
189 |
msgstr "PROに進む"
|
190 |
|
191 |
-
#: contact_form.php:
|
192 |
-
#: contact_form.php:661
|
193 |
msgid "Notice:"
|
194 |
msgstr "通知:"
|
195 |
|
196 |
-
#: contact_form.php:
|
197 |
-
msgid "
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
|
204 |
-
#: contact_form.php:676
|
205 |
#: contact_form.php:679
|
206 |
-
|
207 |
-
|
208 |
-
|
|
|
|
|
|
|
209 |
|
210 |
-
#: contact_form.php:
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
|
|
|
|
|
|
|
|
218 |
msgid "or"
|
219 |
msgstr "又は"
|
220 |
|
221 |
-
#: contact_form.php:
|
222 |
-
|
223 |
-
msgid "
|
224 |
-
|
|
|
|
|
|
|
|
|
225 |
|
226 |
-
#: contact_form.php:
|
227 |
-
#: contact_form.php:680
|
228 |
msgid "They work the same way."
|
229 |
msgstr "同様に動作します。"
|
230 |
|
231 |
-
#: contact_form.php:
|
232 |
-
msgid "
|
233 |
-
|
|
|
|
|
|
|
|
|
234 |
|
235 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
236 |
msgid "The user's email address:"
|
237 |
msgstr "wordpressユーザのEメールを利用r:"
|
238 |
|
239 |
-
#: contact_form.php:
|
240 |
#, fuzzy
|
241 |
msgid "Select a username"
|
242 |
msgstr "ユーザ名の選択"
|
243 |
|
244 |
-
#: contact_form.php:
|
245 |
-
msgid "
|
|
|
|
|
246 |
msgstr "コンタクトフォームからメッセージを受け取る方のユーザ名を入力。"
|
247 |
|
248 |
-
#: contact_form.php:
|
249 |
msgid "Use this email address:"
|
250 |
msgstr "このEメールを利用:"
|
251 |
|
252 |
-
#: contact_form.php:
|
253 |
msgid "Enter the email address you want the messages forwarded to."
|
254 |
msgstr "メッセージ受信用のEメールを設定。"
|
255 |
|
256 |
-
#: contact_form.php:
|
257 |
msgid "Add department selectbox to the contact form:"
|
258 |
msgstr "部署選択ボックスをコンタクトフォームに追加:"
|
259 |
|
260 |
-
#: contact_form.php:
|
261 |
-
#: contact_form.php:1182
|
262 |
-
#: contact_form.php:1365
|
263 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
264 |
msgstr "PROバージョンにアップグレードすると、設定が保存されます。"
|
265 |
|
266 |
-
#: contact_form.php:
|
267 |
-
#: contact_form.php:
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
#: contact_form.php:
|
275 |
-
#: contact_form.php:
|
276 |
-
#: contact_form.php:984
|
277 |
-
#: contact_form.php:1190
|
278 |
-
#: contact_form.php:1373
|
279 |
-
#: contact_form.php:2475
|
280 |
msgid "Learn More"
|
281 |
msgstr "もっと学ぶ"
|
282 |
|
283 |
-
#: contact_form.php:
|
284 |
-
#: contact_form.php:
|
285 |
-
#: contact_form.php:987
|
286 |
-
#: contact_form.php:1193
|
287 |
-
#: contact_form.php:1376
|
288 |
msgid "Go"
|
289 |
msgstr "進む"
|
290 |
|
291 |
-
#: contact_form.php:
|
292 |
msgid "Save emails to the database"
|
293 |
msgstr "メールをデータベースに保存"
|
294 |
|
295 |
-
#: contact_form.php:
|
296 |
msgid "Using"
|
297 |
msgstr "使用中"
|
298 |
|
299 |
-
#: contact_form.php:
|
300 |
-
#: contact_form.php:759
|
301 |
#, fuzzy
|
302 |
msgid "Using Contact Form to DB by BestWebSoft"
|
303 |
msgstr "利用 Contact Form to DB powered by"
|
304 |
|
305 |
-
#: contact_form.php:
|
306 |
msgid "Activate"
|
307 |
msgstr "有効化"
|
308 |
|
309 |
-
#: contact_form.php:
|
310 |
msgid "Download"
|
311 |
msgstr "ダウンロード"
|
312 |
|
313 |
-
#: contact_form.php:
|
314 |
msgid "What to use?"
|
315 |
msgstr "何を使用?"
|
316 |
|
317 |
-
#: contact_form.php:
|
318 |
msgid "Wp-mail"
|
319 |
msgstr "WPメール"
|
320 |
|
321 |
-
#: contact_form.php:
|
322 |
msgid "You can use the wp_mail function for mailing"
|
323 |
msgstr "メールにwp_mali機能が利用できます"
|
324 |
|
325 |
-
#: contact_form.php:
|
326 |
msgid "Mail"
|
327 |
msgstr "メール"
|
328 |
|
329 |
-
#: contact_form.php:
|
330 |
msgid "To send mail you can use the php mail function"
|
331 |
msgstr "メールを送信するには、phpメール機能が利用できます"
|
332 |
|
333 |
-
#: contact_form.php:
|
334 |
msgid "'FROM' field"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: contact_form.php:
|
338 |
-
#: contact_form.php:
|
339 |
-
#: contact_form.php:1234
|
340 |
-
#: contact_form.php:1980
|
341 |
-
#: contact_form.php:2016
|
342 |
msgid "Name"
|
343 |
msgstr "名前"
|
344 |
|
345 |
-
#: contact_form.php:
|
346 |
msgid "User name"
|
347 |
msgstr "ユーザ名"
|
348 |
|
349 |
-
#: contact_form.php:
|
350 |
-
msgid "
|
|
|
351 |
msgstr "フォームを入力するユーザの名前が、'送信者'フィールドに使用されます。"
|
352 |
|
353 |
-
#: contact_form.php:
|
354 |
-
#: contact_form.php:1991
|
355 |
-
#: contact_form.php:2023
|
356 |
msgid "Email"
|
357 |
msgstr "Eメール"
|
358 |
|
359 |
-
#: contact_form.php:
|
360 |
msgid "User email"
|
361 |
msgstr "ユーザ・Eメール"
|
362 |
|
363 |
-
#: contact_form.php:
|
364 |
-
msgid "
|
365 |
-
|
|
|
|
|
|
|
|
|
366 |
|
367 |
-
#: contact_form.php:
|
368 |
-
msgid "
|
|
|
|
|
369 |
msgstr ""
|
370 |
|
371 |
-
#: contact_form.php:
|
372 |
msgid "Required symbol"
|
373 |
msgstr "必須シンボル"
|
374 |
|
375 |
-
#: contact_form.php:
|
376 |
msgid "Fields"
|
377 |
msgstr "フィールド"
|
378 |
|
379 |
-
#: contact_form.php:
|
380 |
msgid "Used"
|
381 |
msgstr "使用済"
|
382 |
|
383 |
-
#: contact_form.php:
|
384 |
msgid "Required"
|
385 |
msgstr "必須"
|
386 |
|
387 |
-
#: contact_form.php:
|
388 |
msgid "Visible"
|
389 |
msgstr "可視"
|
390 |
|
391 |
-
#: contact_form.php:
|
392 |
msgid "Disabled for editing"
|
393 |
msgstr "編集を無効化"
|
394 |
|
395 |
-
#: contact_form.php:
|
396 |
msgid "Field's default value"
|
397 |
msgstr "フィールドのデフォルト値"
|
398 |
|
399 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
400 |
msgid "Use User's name as a default value if the user is logged in."
|
401 |
msgstr ""
|
402 |
|
403 |
-
#: contact_form.php:
|
404 |
-
|
405 |
-
|
|
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: contact_form.php:
|
409 |
msgid "Location selectbox"
|
410 |
msgstr "場所選択ボックス"
|
411 |
|
412 |
-
#: contact_form.php:
|
413 |
-
#: contact_form.php:
|
414 |
-
#: contact_form.php:1986
|
415 |
-
#: contact_form.php:2020
|
416 |
msgid "Address"
|
417 |
msgstr "住所"
|
418 |
|
419 |
-
#: contact_form.php:
|
420 |
msgid "Email Address"
|
421 |
msgstr "Eメール・アドレス"
|
422 |
|
423 |
-
#: contact_form.php:
|
424 |
msgid "Use User's email as a default value if the user is logged in."
|
425 |
msgstr ""
|
426 |
|
427 |
-
#: contact_form.php:
|
428 |
msgid "Phone number"
|
429 |
msgstr "電話番号"
|
430 |
|
431 |
-
#: contact_form.php:
|
432 |
-
#: contact_form.php:
|
433 |
-
#: contact_form.php:2001
|
434 |
-
#: contact_form.php:2029
|
435 |
msgid "Subject"
|
436 |
msgstr "件名"
|
437 |
|
438 |
-
#: contact_form.php:
|
439 |
-
#: contact_form.php:
|
440 |
-
#: contact_form.php:2004
|
441 |
-
#: contact_form.php:2031
|
442 |
msgid "Message"
|
443 |
msgstr "メッセージ"
|
444 |
|
445 |
-
#: contact_form.php:
|
446 |
msgid "Attachment block"
|
447 |
msgstr "添付ブロック"
|
448 |
|
449 |
-
#: contact_form.php:
|
450 |
msgid "Users can attach the following file formats"
|
451 |
msgstr "ユーザは、以下のタイプのファイルを添付できる"
|
452 |
|
453 |
-
#: contact_form.php:
|
454 |
msgid "Add to the form"
|
455 |
msgstr "フォームに追加"
|
456 |
|
457 |
-
#: contact_form.php:
|
458 |
msgid "Tips below the Attachment"
|
459 |
msgstr "添付ファイルの下のチップス"
|
460 |
|
461 |
-
#: contact_form.php:
|
462 |
msgid "'Send me a copy' block"
|
463 |
msgstr "'コピーを自分に送る'ブロック"
|
464 |
|
465 |
-
#: contact_form.php:
|
466 |
msgid "Activate captcha"
|
467 |
msgstr "有効なcaptcha"
|
468 |
|
469 |
-
#: contact_form.php:
|
470 |
msgid "Download captcha"
|
471 |
msgstr "captchaをダウンロード"
|
472 |
|
473 |
-
#: contact_form.php:
|
474 |
msgid "Agreement checkbox"
|
475 |
msgstr "同意のチェックボックス"
|
476 |
|
477 |
-
#: contact_form.php:
|
478 |
msgid "Required checkbox for submitting the form"
|
479 |
msgstr "フォームを送信するために必須のチェックボックス"
|
480 |
|
481 |
-
#: contact_form.php:
|
482 |
msgid "Optional checkbox"
|
483 |
msgstr "オプションのチェックボックス"
|
484 |
|
485 |
-
#: contact_form.php:
|
486 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
487 |
msgstr "オプションのチェックボックス、Eメールに表示される結果"
|
488 |
|
489 |
-
#: contact_form.php:
|
490 |
msgid "Delete an attachment file from the server after the email is sent"
|
491 |
msgstr "Eメール送信後、サーバから添付ファイルを削除"
|
492 |
|
493 |
-
#: contact_form.php:
|
494 |
msgid "Email in HTML format sending"
|
495 |
msgstr "HTMLフォーマットでメール送信"
|
496 |
|
497 |
-
#: contact_form.php:
|
498 |
msgid "Display additional info in the email"
|
499 |
msgstr "メール中に追加情報を表示"
|
500 |
|
501 |
-
#: contact_form.php:
|
502 |
-
#: contact_form.php:1947
|
503 |
-
#: contact_form.php:1949
|
504 |
msgid "Sent from (ip address)"
|
505 |
msgstr "送信された(IP-Adresse)"
|
506 |
|
507 |
-
#: contact_form.php:
|
508 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
509 |
msgstr "例: 送信された(IP-Adresse):\t127.0.0.1"
|
510 |
|
511 |
-
#: contact_form.php:
|
512 |
-
#: contact_form.php:1953
|
513 |
-
#: contact_form.php:1955
|
514 |
msgid "Date/Time"
|
515 |
msgstr "日時"
|
516 |
|
517 |
-
#: contact_form.php:
|
518 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
519 |
msgstr "例: 日時:\tAugust 19, 2013 8:50 pm"
|
520 |
|
521 |
-
#: contact_form.php:
|
522 |
-
#: contact_form.php:1959
|
523 |
-
#: contact_form.php:1961
|
524 |
msgid "Sent from (referer)"
|
525 |
msgstr "送信された(referer)"
|
526 |
|
527 |
-
#: contact_form.php:
|
528 |
-
msgid "
|
|
|
529 |
msgstr "例: 送信された (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
530 |
|
531 |
-
#: contact_form.php:
|
532 |
-
#: contact_form.php:1965
|
533 |
-
#: contact_form.php:1967
|
534 |
msgid "Using (user agent)"
|
535 |
msgstr "利用中の (user agent)"
|
536 |
|
537 |
-
#: contact_form.php:
|
538 |
-
msgid "
|
539 |
-
|
|
|
|
|
|
|
|
|
540 |
|
541 |
-
#: contact_form.php:
|
542 |
msgid "Language settings for the field names in the form"
|
543 |
msgstr "フォーム内のフィールド名の言語設定"
|
544 |
|
545 |
-
#: contact_form.php:
|
546 |
msgid "Add a language"
|
547 |
msgstr "言語の追加"
|
548 |
|
549 |
-
#: contact_form.php:
|
550 |
msgid "Change the names of the contact form fields and error messages"
|
551 |
msgstr "コンタクトフォームのフィールド名及びエラーメッセージを変更"
|
552 |
|
553 |
-
#: contact_form.php:
|
554 |
-
#: contact_form.php:1124
|
555 |
msgid "English"
|
556 |
msgstr "英語"
|
557 |
|
558 |
-
#: contact_form.php:
|
559 |
-
#: contact_form.php:1079
|
560 |
msgid "click to expand/hide the list"
|
561 |
msgstr "クリックして、このリストを展開/隠す"
|
562 |
|
563 |
-
#: contact_form.php:
|
564 |
-
#: contact_form.php:1088
|
565 |
msgid "Tips below the Attachment block"
|
566 |
msgstr "添付ファイル・ブロックの下のチップス"
|
567 |
|
568 |
-
#: contact_form.php:
|
569 |
-
#: contact_form.php:1091
|
570 |
msgid "Error message for the Name field"
|
571 |
msgstr "名前フィールド用のエラーメッセージ"
|
572 |
|
573 |
-
#: contact_form.php:
|
574 |
-
#: contact_form.php:1092
|
575 |
msgid "Error message for the Address field"
|
576 |
msgstr "住所フィールド用のエラーメッセージ"
|
577 |
|
578 |
-
#: contact_form.php:
|
579 |
-
#: contact_form.php:1093
|
580 |
msgid "Error message for the Email field"
|
581 |
msgstr "Eメール・フィールド用のエラーメッセージ"
|
582 |
|
583 |
-
#: contact_form.php:
|
584 |
-
#: contact_form.php:1094
|
585 |
msgid "Error message for the Phone field"
|
586 |
msgstr "電話フィールド用のエラーメッセージ"
|
587 |
|
588 |
-
#: contact_form.php:
|
589 |
-
#: contact_form.php:1095
|
590 |
msgid "Error message for the Subject field"
|
591 |
msgstr "件名フィールド用のエラーメッセージ"
|
592 |
|
593 |
-
#: contact_form.php:
|
594 |
-
#: contact_form.php:1096
|
595 |
msgid "Error message for the Message field"
|
596 |
msgstr "メッセージ・フィールド用のエラーメッセージ"
|
597 |
|
598 |
-
#: contact_form.php:
|
599 |
-
#: contact_form.php:1097
|
600 |
msgid "Error message about the file type for the Attachment field"
|
601 |
msgstr "添付フィールド用の拡張子タイプに関するエラーメッセージ"
|
602 |
|
603 |
-
#: contact_form.php:
|
604 |
-
|
605 |
-
|
606 |
msgstr "添付フィールド用のファイルをサーバにアップロード中のエラーメッセージ"
|
607 |
|
608 |
-
#: contact_form.php:
|
609 |
-
#: contact_form.php:1099
|
610 |
msgid "Error message while moving the file for the Attachment field"
|
611 |
msgstr "添付フィールド用のファイルを移動中のエラーメッセージ"
|
612 |
|
613 |
-
#: contact_form.php:
|
614 |
-
#: contact_form.php:1100
|
615 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
616 |
msgstr "添付フィールド用のファイルサイズ制限を超した場合のエラーメッセージ"
|
617 |
|
618 |
-
#: contact_form.php:
|
619 |
-
#: contact_form.php:1101
|
620 |
msgid "Error message for the Captcha field"
|
621 |
msgstr "Captcha フィールド用のエラーメッセージ"
|
622 |
|
623 |
-
#: contact_form.php:
|
624 |
-
#: contact_form.php:1102
|
625 |
msgid "Error message for the whole form"
|
626 |
msgstr "全体フォーム用のエラーメッセージ"
|
627 |
|
628 |
-
#: contact_form.php:
|
629 |
-
#: contact_form.php:
|
630 |
-
#: contact_form.php:
|
631 |
-
#: contact_form.php:
|
632 |
-
#: contact_form.php:1134
|
633 |
-
#: contact_form.php:1136
|
634 |
-
#: contact_form.php:1144
|
635 |
-
#: contact_form.php:1146
|
636 |
-
#: contact_form.php:2336
|
637 |
-
#: contact_form.php:2338
|
638 |
msgid "Use shortcode"
|
639 |
msgstr "短いコードの利用"
|
640 |
|
641 |
-
#: contact_form.php:
|
642 |
-
#: contact_form.php:
|
643 |
-
#: contact_form.php:
|
644 |
-
#: contact_form.php:
|
645 |
-
#: contact_form.php:1134
|
646 |
-
#: contact_form.php:1136
|
647 |
-
#: contact_form.php:1144
|
648 |
-
#: contact_form.php:1146
|
649 |
-
#: contact_form.php:2336
|
650 |
-
#: contact_form.php:2338
|
651 |
msgid "for this language"
|
652 |
msgstr "この言語用に"
|
653 |
|
654 |
-
#: contact_form.php:
|
655 |
msgid "Use the changed names of the contact form fields in the email"
|
656 |
msgstr "Eメール内のコンタクトフォーム・フィールドの変更された名前を使用"
|
657 |
|
658 |
-
#: contact_form.php:
|
659 |
msgid "Action after email is sent"
|
660 |
msgstr "メール送信後の動作"
|
661 |
|
662 |
-
#: contact_form.php:
|
663 |
msgid "Display text"
|
664 |
msgstr "テキストを表示"
|
665 |
|
666 |
-
#: contact_form.php:
|
667 |
-
#: contact_form.php:1142
|
668 |
msgid "Text"
|
669 |
msgstr "文字"
|
670 |
|
671 |
-
#: contact_form.php:
|
672 |
msgid "Redirect to the page"
|
673 |
msgstr "ページに転送"
|
674 |
|
675 |
-
#: contact_form.php:
|
676 |
msgid "Url"
|
677 |
msgstr "Url"
|
678 |
|
679 |
-
#: contact_form.php:
|
680 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
681 |
msgstr "フォームのURLを作成するのに使用される$_SERVER変数"
|
682 |
|
683 |
-
#: contact_form.php:
|
684 |
-
msgid "
|
|
|
|
|
685 |
msgstr "この設定を変更するかが定かで無い場合は、変更しないで下さい。"
|
686 |
|
687 |
-
#: contact_form.php:
|
688 |
msgid "Auto Response"
|
689 |
msgstr "自動応答"
|
690 |
|
691 |
-
#: contact_form.php:
|
692 |
#, php-format
|
693 |
-
msgid "
|
694 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
695 |
|
696 |
-
#: contact_form.php:
|
697 |
-
#: contact_form.php:1383
|
698 |
msgid "Save Changes"
|
699 |
msgstr "変更保存"
|
700 |
|
701 |
-
#: contact_form.php:
|
702 |
msgid "Errors output"
|
703 |
msgstr "エラー出力"
|
704 |
|
705 |
-
#: contact_form.php:
|
706 |
msgid "Display error messages"
|
707 |
msgstr "エラーメッセージの表示"
|
708 |
|
709 |
-
#: contact_form.php:
|
710 |
msgid "Color of the input field errors."
|
711 |
msgstr "入力フィールド・エラーの色"
|
712 |
|
713 |
-
#: contact_form.php:
|
714 |
msgid "Display error messages & color of the input field errors"
|
715 |
msgstr "エラーメッセージと入力フィールド・エラーの色を表示"
|
716 |
|
717 |
-
#: contact_form.php:
|
718 |
msgid "Add placeholder to the input blocks"
|
719 |
msgstr "プレースホルダーを入力ブロックに追加"
|
720 |
|
721 |
-
#: contact_form.php:
|
722 |
msgid "Add tooltips"
|
723 |
msgstr "ツールチップの追加"
|
724 |
|
725 |
-
#: contact_form.php:
|
726 |
msgid "Email address"
|
727 |
msgstr "Eメール・アドレス"
|
728 |
|
729 |
-
#: contact_form.php:
|
730 |
msgid "Phone Number"
|
731 |
msgstr "電話番号"
|
732 |
|
733 |
-
#: contact_form.php:
|
734 |
msgid "Attachment"
|
735 |
msgstr "添付"
|
736 |
|
737 |
-
#: contact_form.php:
|
738 |
msgid "Style options"
|
739 |
msgstr "スタイル・オプション"
|
740 |
|
741 |
-
#: contact_form.php:
|
742 |
msgid "Text color"
|
743 |
msgstr "文字色"
|
744 |
|
745 |
-
#: contact_form.php:
|
746 |
-
#: contact_form.php:
|
747 |
-
#: contact_form.php:
|
748 |
-
#: contact_form.php:
|
749 |
-
#: contact_form.php:1304
|
750 |
-
#: contact_form.php:1309
|
751 |
-
#: contact_form.php:1319
|
752 |
-
#: contact_form.php:1324
|
753 |
-
#: contact_form.php:1333
|
754 |
-
#: contact_form.php:1347
|
755 |
-
#: contact_form.php:1352
|
756 |
-
#: contact_form.php:1357
|
757 |
msgid "Default"
|
758 |
msgstr "標準"
|
759 |
|
760 |
-
#: contact_form.php:
|
761 |
msgid "Label text color"
|
762 |
msgstr "ラベル文字色"
|
763 |
|
764 |
-
#: contact_form.php:
|
765 |
msgid "Placeholder color"
|
766 |
msgstr "プレースホルダ色"
|
767 |
|
768 |
-
#: contact_form.php:
|
769 |
msgid "Errors color"
|
770 |
msgstr "エラーの色"
|
771 |
|
772 |
-
#: contact_form.php:
|
773 |
msgid "Error text color"
|
774 |
msgstr "エラーテキストの色"
|
775 |
|
776 |
-
#: contact_form.php:
|
777 |
msgid "Background color of the input field errors"
|
778 |
msgstr "入力フィールド・エラーの背景色"
|
779 |
|
780 |
-
#: contact_form.php:
|
781 |
msgid "Border color of the input field errors"
|
782 |
msgstr "入力フィールド・エラーの罫線色"
|
783 |
|
784 |
-
#: contact_form.php:
|
785 |
msgid "Placeholder color of the input field errors"
|
786 |
msgstr "入力フィールド・エラー用のプレースホルダ色"
|
787 |
|
788 |
-
#: contact_form.php:
|
789 |
msgid "Input fields"
|
790 |
msgstr "フィールドを入力"
|
791 |
|
792 |
-
#: contact_form.php:
|
793 |
msgid "Input fields background color"
|
794 |
msgstr "フィールドの背景色の入力"
|
795 |
|
796 |
-
#: contact_form.php:
|
797 |
msgid "Text fields color"
|
798 |
msgstr "文字フィールド色"
|
799 |
|
800 |
-
#: contact_form.php:
|
801 |
msgid "Border width in px, numbers only"
|
802 |
msgstr "罫線幅(px単位)、数値のみ"
|
803 |
|
804 |
-
#: contact_form.php:
|
805 |
-
#: contact_form.php:1359
|
806 |
msgid "Border color"
|
807 |
msgstr "罫線色"
|
808 |
|
809 |
-
#: contact_form.php:
|
810 |
msgid "Submit button"
|
811 |
msgstr "送信ボタン"
|
812 |
|
813 |
-
#: contact_form.php:
|
814 |
msgid "Width in px, numbers only"
|
815 |
msgstr "px単位の幅、数字のみ"
|
816 |
|
817 |
-
#: contact_form.php:
|
818 |
msgid "Button color"
|
819 |
msgstr "ボタンの色"
|
820 |
|
821 |
-
#: contact_form.php:
|
822 |
msgid "Button text color"
|
823 |
msgstr "ボタン文字の色"
|
824 |
|
825 |
-
#: contact_form.php:
|
826 |
msgid "Contact Form Pro | Preview"
|
827 |
msgstr "Contact Form Pro | プレビュー"
|
828 |
|
829 |
-
#: contact_form.php:
|
830 |
msgid "Show with errors"
|
831 |
msgstr "エラーで表示"
|
832 |
|
833 |
-
#: contact_form.php:
|
834 |
-
#: contact_form.php:1400
|
835 |
msgid "Please enter your full name..."
|
836 |
msgstr "貴方の氏名を入力して下さい..."
|
837 |
|
838 |
-
#: contact_form.php:
|
839 |
-
#: contact_form.php:1413
|
840 |
msgid "Please enter your address..."
|
841 |
msgstr "貴方の住所を入力して下さい..."
|
842 |
|
843 |
-
#: contact_form.php:
|
844 |
-
#: contact_form.php:1424
|
845 |
msgid "Please enter your email address..."
|
846 |
msgstr "貴方のEメール・アドレスを入力して下さい..."
|
847 |
|
848 |
-
#: contact_form.php:
|
849 |
-
#: contact_form.php:1435
|
850 |
msgid "Please enter your phone number..."
|
851 |
msgstr "貴方の電話番号を入力して下さい..."
|
852 |
|
853 |
-
#: contact_form.php:
|
854 |
-
#: contact_form.php:1446
|
855 |
msgid "Please enter subject..."
|
856 |
msgstr "件名を入力して下さい..."
|
857 |
|
858 |
-
#: contact_form.php:
|
859 |
-
#: contact_form.php:1456
|
860 |
msgid "Please enter your message..."
|
861 |
msgstr "メッセージを入力して下さい..."
|
862 |
|
863 |
-
#: contact_form.php:
|
864 |
msgid "Sorry, email message could not be delivered."
|
865 |
msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
|
866 |
|
867 |
-
#: contact_form.php:
|
868 |
msgid "Contact from"
|
869 |
msgstr "Contact Form"
|
870 |
|
871 |
-
#: contact_form.php:
|
872 |
-
#: contact_form.php:2026
|
873 |
msgid "Phone"
|
874 |
msgstr "電話"
|
875 |
|
876 |
-
#: contact_form.php:
|
877 |
-
#: contact_form.php:2033
|
878 |
msgid "Site"
|
879 |
msgstr "サイト"
|
880 |
|
881 |
-
#: contact_form.php:
|
882 |
-
msgid "
|
|
|
|
|
883 |
msgstr "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
|
884 |
|
885 |
-
#: contact_form.php:
|
886 |
msgid "Support"
|
887 |
msgstr "サポート"
|
888 |
|
889 |
-
#: contact_form.php:
|
890 |
msgid "Are you sure that you want to delete this language data?"
|
891 |
msgstr "本当に、この言語データを削除しますか?"
|
892 |
|
893 |
-
#: contact_form.php:
|
894 |
#, fuzzy
|
895 |
msgid "Add multiple forms"
|
896 |
msgstr "フォームに追加"
|
897 |
|
898 |
-
#: contact_form.php:
|
899 |
-
msgid "
|
|
|
|
|
900 |
msgstr ""
|
901 |
|
902 |
-
#: contact_form.php:
|
903 |
msgid "Learn more"
|
904 |
msgstr "もっと学ぶ"
|
905 |
|
906 |
-
#: contact_form.php:
|
907 |
msgid "Close"
|
908 |
msgstr ""
|
909 |
|
910 |
-
#: contact_form.php:
|
911 |
#, fuzzy
|
912 |
msgid "allows to store your messages to the database."
|
913 |
-
msgstr "
|
|
|
|
|
914 |
|
915 |
-
#: contact_form.php:
|
916 |
msgid "Manage messages that have been sent from your website."
|
917 |
msgstr "貴方のウェブサイトから送られるメッセージを管理"
|
918 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-08-05 09:14+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-08-05 09:14+0300\n"
|
7 |
+
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: foken <foken@gmx.com>\n"
|
9 |
"Language: ja_JP\n"
|
10 |
"MIME-Version: 1.0\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: contact_form.php:35 contact_form.php:657
|
|
|
20 |
msgid "Contact Form Settings"
|
21 |
msgstr "Contact Form設定"
|
22 |
|
24 |
msgid "Contact Form"
|
25 |
msgstr "Contact Form"
|
26 |
|
27 |
+
#: contact_form.php:123 contact_form.php:1065 contact_form.php:1099
|
|
|
|
|
28 |
msgid "Name:"
|
29 |
msgstr "名前:"
|
30 |
|
31 |
+
#: contact_form.php:124 contact_form.php:1066 contact_form.php:1100
|
|
|
|
|
32 |
msgid "Address:"
|
33 |
msgstr "住所:"
|
34 |
|
35 |
+
#: contact_form.php:125 contact_form.php:1067 contact_form.php:1101
|
|
|
|
|
36 |
msgid "Email Address:"
|
37 |
msgstr "Eメール:"
|
38 |
|
39 |
+
#: contact_form.php:126 contact_form.php:1068 contact_form.php:1102
|
|
|
|
|
40 |
msgid "Phone number:"
|
41 |
msgstr "電話番号:"
|
42 |
|
43 |
+
#: contact_form.php:127 contact_form.php:1069 contact_form.php:1103
|
|
|
|
|
44 |
msgid "Subject:"
|
45 |
msgstr "件名:"
|
46 |
|
47 |
+
#: contact_form.php:128 contact_form.php:1070 contact_form.php:1104
|
|
|
|
|
48 |
msgid "Message:"
|
49 |
msgstr "メッセージ:"
|
50 |
|
51 |
+
#: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
|
|
|
|
|
52 |
msgid "Attachment:"
|
53 |
msgstr "添付:"
|
54 |
|
55 |
#: contact_form.php:130
|
56 |
#, fuzzy
|
57 |
+
msgid ""
|
58 |
+
"Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
|
59 |
+
"EPS, PS, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT. Max file "
|
60 |
+
"size: 2MB"
|
61 |
+
msgstr ""
|
62 |
+
"サポートしてるファイル形式: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, "
|
63 |
+
"AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. 最大ファイル"
|
64 |
+
"サイズ: 2MB"
|
65 |
|
66 |
+
#: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
|
|
|
|
|
67 |
msgid "Send me a copy"
|
68 |
msgstr "コピーを自分に送る"
|
69 |
|
70 |
+
#: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
|
|
|
|
|
71 |
msgid "Submit"
|
72 |
msgstr "送信"
|
73 |
|
124 |
msgstr "ご連絡ありがとうございます"
|
125 |
|
126 |
#: contact_form.php:546
|
127 |
+
msgid ""
|
128 |
+
"Email 'FROM' field option was changed, which may cause email messages being "
|
129 |
+
"moved to the spam folder or email delivery failures."
|
130 |
msgstr ""
|
131 |
|
132 |
#: contact_form.php:556
|
133 |
+
msgid ""
|
134 |
+
"If the 'Redirect to page' option is selected then the URL field should be in "
|
135 |
+
"the following format"
|
136 |
+
msgstr ""
|
137 |
+
"’ページに転送’オプションを選択した場合は、URLフィールドが、以下の形式になりま"
|
138 |
+
"す"
|
139 |
|
140 |
#: contact_form.php:565
|
141 |
msgid "Such user does not exist."
|
142 |
msgstr "そのようなユーザは存在しません。"
|
143 |
|
144 |
#: contact_form.php:575
|
145 |
+
msgid ""
|
146 |
+
"Please enter a valid email address in the 'Use this email address' field."
|
147 |
+
msgstr ""
|
148 |
+
"'このEメールアドレスを使用'フィールドに有効化なEメール・アドレスを入力して下"
|
149 |
+
"さい。"
|
150 |
|
151 |
#: contact_form.php:583
|
152 |
msgid "Please enter a valid email address in the 'FROM' field."
|
160 |
msgid "Settings are not saved."
|
161 |
msgstr "設定は保存さていません。"
|
162 |
|
163 |
+
#: contact_form.php:646
|
164 |
+
msgid "All plugin settings were restored."
|
165 |
+
msgstr ""
|
166 |
+
|
167 |
+
#: contact_form.php:659 contact_form.php:2208 contact_form.php:2222
|
168 |
msgid "Settings"
|
169 |
msgstr "設定"
|
170 |
|
171 |
+
#: contact_form.php:660
|
172 |
#, fuzzy
|
173 |
msgid "Additional settings"
|
174 |
msgstr "追加オプション"
|
175 |
|
176 |
+
#: contact_form.php:661
|
177 |
msgid "Appearance"
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: contact_form.php:662 contact_form.php:2223
|
|
|
181 |
msgid "FAQ"
|
182 |
msgstr "FAQ"
|
183 |
|
184 |
+
#: contact_form.php:663
|
185 |
msgid "Go PRO"
|
186 |
msgstr "PROに進む"
|
187 |
|
188 |
+
#: contact_form.php:666 contact_form.php:668
|
|
|
189 |
msgid "Notice:"
|
190 |
msgstr "通知:"
|
191 |
|
192 |
+
#: contact_form.php:666
|
193 |
+
msgid ""
|
194 |
+
"The plugin's settings have been changed. In order to save them please don't "
|
195 |
+
"forget to click the 'Save Changes' button."
|
196 |
+
msgstr ""
|
197 |
+
"プラグインの設定は変更されました。これらを保存するためには、'変更保存'ボタン"
|
198 |
+
"をクリックして下さい。"
|
199 |
|
|
|
200 |
#: contact_form.php:679
|
201 |
+
msgid ""
|
202 |
+
"If you want to create multiple contact forms, please install the Contact "
|
203 |
+
"Form Multi plugin."
|
204 |
+
msgstr ""
|
205 |
+
"複数のコンタクトフォームを作成したい場合は、Contact Form Multiプラグインを導"
|
206 |
+
"入して下さい。"
|
207 |
|
208 |
+
#: contact_form.php:686
|
209 |
+
#, fuzzy
|
210 |
+
msgid ""
|
211 |
+
"If you would like to add Contact Form to your website, just copy and paste "
|
212 |
+
"this shortcode to your post or page or widget:"
|
213 |
+
msgstr ""
|
214 |
+
"Contact Formをあなたのサイトに追加したい場合は、このショートカットを投稿、"
|
215 |
+
"ページ又はウェジットにコピーして貼り付けるだけです:"
|
216 |
+
|
217 |
+
#: contact_form.php:686 contact_form.php:687 contact_form.php:689
|
218 |
+
#: contact_form.php:690 contact_form.php:1089 contact_form.php:1091
|
219 |
+
#: contact_form.php:1152 contact_form.php:1154
|
220 |
msgid "or"
|
221 |
msgstr "又は"
|
222 |
|
223 |
+
#: contact_form.php:687
|
224 |
+
#, fuzzy
|
225 |
+
msgid ""
|
226 |
+
"If you have any problems with the standard shortcode [contact_form], you "
|
227 |
+
"should use the shortcode"
|
228 |
+
msgstr ""
|
229 |
+
"標準的な短いコード [contact_form]に問題がある場合は、この短いコードをご利用下"
|
230 |
+
"さい"
|
231 |
|
232 |
+
#: contact_form.php:687 contact_form.php:690
|
|
|
233 |
msgid "They work the same way."
|
234 |
msgstr "同様に動作します。"
|
235 |
|
236 |
+
#: contact_form.php:689 contact_form.php:1501
|
237 |
+
msgid ""
|
238 |
+
"If you would like to add the Contact Form to your website, just copy and "
|
239 |
+
"paste this shortcode to your post or page or widget:"
|
240 |
+
msgstr ""
|
241 |
+
"Contact Formをあなたのサイトに追加したい場合は、このショートカットを投稿、"
|
242 |
+
"ページ又はウェジットにコピーして貼り付けるだけです:"
|
243 |
|
244 |
+
#: contact_form.php:690
|
245 |
+
msgid ""
|
246 |
+
"If have any problems with the standard shortcode [contact_form], you should "
|
247 |
+
"use the shortcode"
|
248 |
+
msgstr ""
|
249 |
+
"標準的な短いコード [contact_form]に問題がある場合は、この短いコードをご利用下"
|
250 |
+
"さい"
|
251 |
+
|
252 |
+
#: contact_form.php:694
|
253 |
+
msgid ""
|
254 |
+
"If you leave the fields empty, the messages will be sent to the email "
|
255 |
+
"address specified during registration."
|
256 |
+
msgstr ""
|
257 |
+
"以下の項目の情報が空欄の場合、登録の際に記述したアドレスにメッセージが送られ"
|
258 |
+
"ます。"
|
259 |
+
|
260 |
+
#: contact_form.php:697
|
261 |
msgid "The user's email address:"
|
262 |
msgstr "wordpressユーザのEメールを利用r:"
|
263 |
|
264 |
+
#: contact_form.php:701
|
265 |
#, fuzzy
|
266 |
msgid "Select a username"
|
267 |
msgstr "ユーザ名の選択"
|
268 |
|
269 |
+
#: contact_form.php:714
|
270 |
+
msgid ""
|
271 |
+
"Enter a username of the person who should get the messages from the contact "
|
272 |
+
"form."
|
273 |
msgstr "コンタクトフォームからメッセージを受け取る方のユーザ名を入力。"
|
274 |
|
275 |
+
#: contact_form.php:718
|
276 |
msgid "Use this email address:"
|
277 |
msgstr "このEメールを利用:"
|
278 |
|
279 |
+
#: contact_form.php:722
|
280 |
msgid "Enter the email address you want the messages forwarded to."
|
281 |
msgstr "メッセージ受信用のEメールを設定。"
|
282 |
|
283 |
+
#: contact_form.php:731
|
284 |
msgid "Add department selectbox to the contact form:"
|
285 |
msgstr "部署選択ボックスをコンタクトフォームに追加:"
|
286 |
|
287 |
+
#: contact_form.php:739 contact_form.php:1200 contact_form.php:1384
|
|
|
|
|
288 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
289 |
msgstr "PROバージョンにアップグレードすると、設定が保存されます。"
|
290 |
|
291 |
+
#: contact_form.php:746 contact_form.php:929 contact_form.php:1001
|
292 |
+
#: contact_form.php:1207 contact_form.php:1391
|
293 |
+
#, fuzzy
|
294 |
+
msgid "Unlock premium options by upgrading to PRO version."
|
295 |
+
msgstr ""
|
296 |
+
"PROバージョンにアップグレードすることにより、プレミアム・オプションが解除され"
|
297 |
+
"ます。"
|
298 |
+
|
299 |
+
#: contact_form.php:747 contact_form.php:930 contact_form.php:1002
|
300 |
+
#: contact_form.php:1208 contact_form.php:1392 contact_form.php:2495
|
|
|
|
|
|
|
|
|
301 |
msgid "Learn More"
|
302 |
msgstr "もっと学ぶ"
|
303 |
|
304 |
+
#: contact_form.php:750 contact_form.php:933 contact_form.php:1005
|
305 |
+
#: contact_form.php:1211 contact_form.php:1395
|
|
|
|
|
|
|
306 |
msgid "Go"
|
307 |
msgstr "進む"
|
308 |
|
309 |
+
#: contact_form.php:757
|
310 |
msgid "Save emails to the database"
|
311 |
msgstr "メールをデータベースに保存"
|
312 |
|
313 |
+
#: contact_form.php:762
|
314 |
msgid "Using"
|
315 |
msgstr "使用中"
|
316 |
|
317 |
+
#: contact_form.php:765 contact_form.php:769
|
|
|
318 |
#, fuzzy
|
319 |
msgid "Using Contact Form to DB by BestWebSoft"
|
320 |
msgstr "利用 Contact Form to DB powered by"
|
321 |
|
322 |
+
#: contact_form.php:765
|
323 |
msgid "Activate"
|
324 |
msgstr "有効化"
|
325 |
|
326 |
+
#: contact_form.php:769
|
327 |
msgid "Download"
|
328 |
msgstr "ダウンロード"
|
329 |
|
330 |
+
#: contact_form.php:779
|
331 |
msgid "What to use?"
|
332 |
msgstr "何を使用?"
|
333 |
|
334 |
+
#: contact_form.php:784
|
335 |
msgid "Wp-mail"
|
336 |
msgstr "WPメール"
|
337 |
|
338 |
+
#: contact_form.php:786
|
339 |
msgid "You can use the wp_mail function for mailing"
|
340 |
msgstr "メールにwp_mali機能が利用できます"
|
341 |
|
342 |
+
#: contact_form.php:789
|
343 |
msgid "Mail"
|
344 |
msgstr "メール"
|
345 |
|
346 |
+
#: contact_form.php:791
|
347 |
msgid "To send mail you can use the php mail function"
|
348 |
msgstr "メールを送信するには、phpメール機能が利用できます"
|
349 |
|
350 |
+
#: contact_form.php:796
|
351 |
msgid "'FROM' field"
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: contact_form.php:798 contact_form.php:860 contact_form.php:1253
|
355 |
+
#: contact_form.php:2000 contact_form.php:2036
|
|
|
|
|
|
|
356 |
msgid "Name"
|
357 |
msgstr "名前"
|
358 |
|
359 |
+
#: contact_form.php:805
|
360 |
msgid "User name"
|
361 |
msgstr "ユーザ名"
|
362 |
|
363 |
+
#: contact_form.php:807
|
364 |
+
msgid ""
|
365 |
+
"The name of the user who fills the form will be used in the field 'From'."
|
366 |
msgstr "フォームを入力するユーザの名前が、'送信者'フィールドに使用されます。"
|
367 |
|
368 |
+
#: contact_form.php:813 contact_form.php:2011 contact_form.php:2043
|
|
|
|
|
369 |
msgid "Email"
|
370 |
msgstr "Eメール"
|
371 |
|
372 |
+
#: contact_form.php:820
|
373 |
msgid "User email"
|
374 |
msgstr "ユーザ・Eメール"
|
375 |
|
376 |
+
#: contact_form.php:822
|
377 |
+
msgid ""
|
378 |
+
"The email address of the user who fills the form will be used in the field "
|
379 |
+
"'From'."
|
380 |
+
msgstr ""
|
381 |
+
"フォームを入力したユーザのEメール・アドレスは、'送信者'フィールドに使用されま"
|
382 |
+
"す。"
|
383 |
|
384 |
+
#: contact_form.php:826
|
385 |
+
msgid ""
|
386 |
+
"If this option is changed, email messages may be moved to the spam folder or "
|
387 |
+
"email delivery failures may occur."
|
388 |
msgstr ""
|
389 |
|
390 |
+
#: contact_form.php:832
|
391 |
msgid "Required symbol"
|
392 |
msgstr "必須シンボル"
|
393 |
|
394 |
+
#: contact_form.php:842
|
395 |
msgid "Fields"
|
396 |
msgstr "フィールド"
|
397 |
|
398 |
+
#: contact_form.php:843
|
399 |
msgid "Used"
|
400 |
msgstr "使用済"
|
401 |
|
402 |
+
#: contact_form.php:844
|
403 |
msgid "Required"
|
404 |
msgstr "必須"
|
405 |
|
406 |
+
#: contact_form.php:845
|
407 |
msgid "Visible"
|
408 |
msgstr "可視"
|
409 |
|
410 |
+
#: contact_form.php:846
|
411 |
msgid "Disabled for editing"
|
412 |
msgstr "編集を無効化"
|
413 |
|
414 |
+
#: contact_form.php:847
|
415 |
msgid "Field's default value"
|
416 |
msgstr "フィールドのデフォルト値"
|
417 |
|
418 |
+
#: contact_form.php:852
|
419 |
+
#, fuzzy
|
420 |
+
msgid "Department selectbox"
|
421 |
+
msgstr "場所選択ボックス"
|
422 |
+
|
423 |
+
#: contact_form.php:867
|
424 |
msgid "Use User's name as a default value if the user is logged in."
|
425 |
msgstr ""
|
426 |
|
427 |
+
#: contact_form.php:868 contact_form.php:896
|
428 |
+
msgid ""
|
429 |
+
"'Visible' and 'Disabled for editing' options will be applied only to logged-"
|
430 |
+
"in users."
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: contact_form.php:872
|
434 |
msgid "Location selectbox"
|
435 |
msgstr "場所選択ボックス"
|
436 |
|
437 |
+
#: contact_form.php:880 contact_form.php:1258 contact_form.php:2006
|
438 |
+
#: contact_form.php:2040
|
|
|
|
|
439 |
msgid "Address"
|
440 |
msgstr "住所"
|
441 |
|
442 |
+
#: contact_form.php:888
|
443 |
msgid "Email Address"
|
444 |
msgstr "Eメール・アドレス"
|
445 |
|
446 |
+
#: contact_form.php:895
|
447 |
msgid "Use User's email as a default value if the user is logged in."
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: contact_form.php:900
|
451 |
msgid "Phone number"
|
452 |
msgstr "電話番号"
|
453 |
|
454 |
+
#: contact_form.php:908 contact_form.php:1273 contact_form.php:2021
|
455 |
+
#: contact_form.php:2049
|
|
|
|
|
456 |
msgid "Subject"
|
457 |
msgstr "件名"
|
458 |
|
459 |
+
#: contact_form.php:916 contact_form.php:1277 contact_form.php:2024
|
460 |
+
#: contact_form.php:2051
|
|
|
|
|
461 |
msgid "Message"
|
462 |
msgstr "メッセージ"
|
463 |
|
464 |
+
#: contact_form.php:940
|
465 |
msgid "Attachment block"
|
466 |
msgstr "添付ブロック"
|
467 |
|
468 |
+
#: contact_form.php:942
|
469 |
msgid "Users can attach the following file formats"
|
470 |
msgstr "ユーザは、以下のタイプのファイルを添付できる"
|
471 |
|
472 |
+
#: contact_form.php:955
|
473 |
msgid "Add to the form"
|
474 |
msgstr "フォームに追加"
|
475 |
|
476 |
+
#: contact_form.php:960
|
477 |
msgid "Tips below the Attachment"
|
478 |
msgstr "添付ファイルの下のチップス"
|
479 |
|
480 |
+
#: contact_form.php:969
|
481 |
msgid "'Send me a copy' block"
|
482 |
msgstr "'コピーを自分に送る'ブロック"
|
483 |
|
484 |
+
#: contact_form.php:982
|
485 |
msgid "Activate captcha"
|
486 |
msgstr "有効なcaptcha"
|
487 |
|
488 |
+
#: contact_form.php:986
|
489 |
msgid "Download captcha"
|
490 |
msgstr "captchaをダウンロード"
|
491 |
|
492 |
+
#: contact_form.php:994
|
493 |
msgid "Agreement checkbox"
|
494 |
msgstr "同意のチェックボックス"
|
495 |
|
496 |
+
#: contact_form.php:994
|
497 |
msgid "Required checkbox for submitting the form"
|
498 |
msgstr "フォームを送信するために必須のチェックボックス"
|
499 |
|
500 |
+
#: contact_form.php:995
|
501 |
msgid "Optional checkbox"
|
502 |
msgstr "オプションのチェックボックス"
|
503 |
|
504 |
+
#: contact_form.php:995
|
505 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
506 |
msgstr "オプションのチェックボックス、Eメールに表示される結果"
|
507 |
|
508 |
+
#: contact_form.php:1013
|
509 |
msgid "Delete an attachment file from the server after the email is sent"
|
510 |
msgstr "Eメール送信後、サーバから添付ファイルを削除"
|
511 |
|
512 |
+
#: contact_form.php:1019
|
513 |
msgid "Email in HTML format sending"
|
514 |
msgstr "HTMLフォーマットでメール送信"
|
515 |
|
516 |
+
#: contact_form.php:1023
|
517 |
msgid "Display additional info in the email"
|
518 |
msgstr "メール中に追加情報を表示"
|
519 |
|
520 |
+
#: contact_form.php:1029 contact_form.php:1967 contact_form.php:1969
|
|
|
|
|
521 |
msgid "Sent from (ip address)"
|
522 |
msgstr "送信された(IP-Adresse)"
|
523 |
|
524 |
+
#: contact_form.php:1029
|
525 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
526 |
msgstr "例: 送信された(IP-Adresse):\t127.0.0.1"
|
527 |
|
528 |
+
#: contact_form.php:1030 contact_form.php:1973 contact_form.php:1975
|
|
|
|
|
529 |
msgid "Date/Time"
|
530 |
msgstr "日時"
|
531 |
|
532 |
+
#: contact_form.php:1030
|
533 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
534 |
msgstr "例: 日時:\tAugust 19, 2013 8:50 pm"
|
535 |
|
536 |
+
#: contact_form.php:1031 contact_form.php:1979 contact_form.php:1981
|
|
|
|
|
537 |
msgid "Sent from (referer)"
|
538 |
msgstr "送信された(referer)"
|
539 |
|
540 |
+
#: contact_form.php:1031
|
541 |
+
msgid ""
|
542 |
+
"Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
543 |
msgstr "例: 送信された (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
544 |
|
545 |
+
#: contact_form.php:1032 contact_form.php:1985 contact_form.php:1987
|
|
|
|
|
546 |
msgid "Using (user agent)"
|
547 |
msgstr "利用中の (user agent)"
|
548 |
|
549 |
+
#: contact_form.php:1032
|
550 |
+
msgid ""
|
551 |
+
"Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
|
552 |
+
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
553 |
+
msgstr ""
|
554 |
+
"例: 利用中の (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
|
555 |
+
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
556 |
|
557 |
+
#: contact_form.php:1037
|
558 |
msgid "Language settings for the field names in the form"
|
559 |
msgstr "フォーム内のフィールド名の言語設定"
|
560 |
|
561 |
+
#: contact_form.php:1046
|
562 |
msgid "Add a language"
|
563 |
msgstr "言語の追加"
|
564 |
|
565 |
+
#: contact_form.php:1050
|
566 |
msgid "Change the names of the contact form fields and error messages"
|
567 |
msgstr "コンタクトフォームのフィールド名及びエラーメッセージを変更"
|
568 |
|
569 |
+
#: contact_form.php:1055 contact_form.php:1142
|
|
|
570 |
msgid "English"
|
571 |
msgstr "英語"
|
572 |
|
573 |
+
#: contact_form.php:1063 contact_form.php:1097
|
|
|
574 |
msgid "click to expand/hide the list"
|
575 |
msgstr "クリックして、このリストを展開/隠す"
|
576 |
|
577 |
+
#: contact_form.php:1072 contact_form.php:1106
|
|
|
578 |
msgid "Tips below the Attachment block"
|
579 |
msgstr "添付ファイル・ブロックの下のチップス"
|
580 |
|
581 |
+
#: contact_form.php:1075 contact_form.php:1109
|
|
|
582 |
msgid "Error message for the Name field"
|
583 |
msgstr "名前フィールド用のエラーメッセージ"
|
584 |
|
585 |
+
#: contact_form.php:1076 contact_form.php:1110
|
|
|
586 |
msgid "Error message for the Address field"
|
587 |
msgstr "住所フィールド用のエラーメッセージ"
|
588 |
|
589 |
+
#: contact_form.php:1077 contact_form.php:1111
|
|
|
590 |
msgid "Error message for the Email field"
|
591 |
msgstr "Eメール・フィールド用のエラーメッセージ"
|
592 |
|
593 |
+
#: contact_form.php:1078 contact_form.php:1112
|
|
|
594 |
msgid "Error message for the Phone field"
|
595 |
msgstr "電話フィールド用のエラーメッセージ"
|
596 |
|
597 |
+
#: contact_form.php:1079 contact_form.php:1113
|
|
|
598 |
msgid "Error message for the Subject field"
|
599 |
msgstr "件名フィールド用のエラーメッセージ"
|
600 |
|
601 |
+
#: contact_form.php:1080 contact_form.php:1114
|
|
|
602 |
msgid "Error message for the Message field"
|
603 |
msgstr "メッセージ・フィールド用のエラーメッセージ"
|
604 |
|
605 |
+
#: contact_form.php:1081 contact_form.php:1115
|
|
|
606 |
msgid "Error message about the file type for the Attachment field"
|
607 |
msgstr "添付フィールド用の拡張子タイプに関するエラーメッセージ"
|
608 |
|
609 |
+
#: contact_form.php:1082 contact_form.php:1116
|
610 |
+
msgid ""
|
611 |
+
"Error message while uploading a file for the Attachment field to the server"
|
612 |
msgstr "添付フィールド用のファイルをサーバにアップロード中のエラーメッセージ"
|
613 |
|
614 |
+
#: contact_form.php:1083 contact_form.php:1117
|
|
|
615 |
msgid "Error message while moving the file for the Attachment field"
|
616 |
msgstr "添付フィールド用のファイルを移動中のエラーメッセージ"
|
617 |
|
618 |
+
#: contact_form.php:1084 contact_form.php:1118
|
|
|
619 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
620 |
msgstr "添付フィールド用のファイルサイズ制限を超した場合のエラーメッセージ"
|
621 |
|
622 |
+
#: contact_form.php:1085 contact_form.php:1119
|
|
|
623 |
msgid "Error message for the Captcha field"
|
624 |
msgstr "Captcha フィールド用のエラーメッセージ"
|
625 |
|
626 |
+
#: contact_form.php:1086 contact_form.php:1120
|
|
|
627 |
msgid "Error message for the whole form"
|
628 |
msgstr "全体フォーム用のエラーメッセージ"
|
629 |
|
630 |
+
#: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
|
631 |
+
#: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
|
632 |
+
#: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
|
633 |
+
#: contact_form.php:2358
|
|
|
|
|
|
|
|
|
|
|
|
|
634 |
msgid "Use shortcode"
|
635 |
msgstr "短いコードの利用"
|
636 |
|
637 |
+
#: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
|
638 |
+
#: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
|
639 |
+
#: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
|
640 |
+
#: contact_form.php:2358
|
|
|
|
|
|
|
|
|
|
|
|
|
641 |
msgid "for this language"
|
642 |
msgstr "この言語用に"
|
643 |
|
644 |
+
#: contact_form.php:1133
|
645 |
msgid "Use the changed names of the contact form fields in the email"
|
646 |
msgstr "Eメール内のコンタクトフォーム・フィールドの変更された名前を使用"
|
647 |
|
648 |
+
#: contact_form.php:1139
|
649 |
msgid "Action after email is sent"
|
650 |
msgstr "メール送信後の動作"
|
651 |
|
652 |
+
#: contact_form.php:1141
|
653 |
msgid "Display text"
|
654 |
msgstr "テキストを表示"
|
655 |
|
656 |
+
#: contact_form.php:1150 contact_form.php:1160
|
|
|
657 |
msgid "Text"
|
658 |
msgstr "文字"
|
659 |
|
660 |
+
#: contact_form.php:1171
|
661 |
msgid "Redirect to the page"
|
662 |
msgstr "ページに転送"
|
663 |
|
664 |
+
#: contact_form.php:1172
|
665 |
msgid "Url"
|
666 |
msgstr "Url"
|
667 |
|
668 |
+
#: contact_form.php:1176
|
669 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
670 |
msgstr "フォームのURLを作成するのに使用される$_SERVER変数"
|
671 |
|
672 |
+
#: contact_form.php:1181
|
673 |
+
msgid ""
|
674 |
+
"If you are not sure whether to change this setting or not, please do not do "
|
675 |
+
"that."
|
676 |
msgstr "この設定を変更するかが定かで無い場合は、変更しないで下さい。"
|
677 |
|
678 |
+
#: contact_form.php:1191
|
679 |
msgid "Auto Response"
|
680 |
msgstr "自動応答"
|
681 |
|
682 |
+
#: contact_form.php:1195
|
683 |
#, php-format
|
684 |
+
msgid ""
|
685 |
+
"You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
|
686 |
+
"display data from the Message field, as well as %%SITENAME%% to display blog "
|
687 |
+
"name."
|
688 |
+
msgstr ""
|
689 |
+
"ブログ名を表示するための%%SITENAME%% と同様に、Eメールフィールドからデータを"
|
690 |
+
"表示するために%%NAME%%を、メッセージフィールドからデータを表示するため"
|
691 |
+
"に%%MESSAGE%%が利用することが出来ます。"
|
692 |
|
693 |
+
#: contact_form.php:1220 contact_form.php:1402
|
|
|
694 |
msgid "Save Changes"
|
695 |
msgstr "変更保存"
|
696 |
|
697 |
+
#: contact_form.php:1233
|
698 |
msgid "Errors output"
|
699 |
msgstr "エラー出力"
|
700 |
|
701 |
+
#: contact_form.php:1236
|
702 |
msgid "Display error messages"
|
703 |
msgstr "エラーメッセージの表示"
|
704 |
|
705 |
+
#: contact_form.php:1237
|
706 |
msgid "Color of the input field errors."
|
707 |
msgstr "入力フィールド・エラーの色"
|
708 |
|
709 |
+
#: contact_form.php:1238
|
710 |
msgid "Display error messages & color of the input field errors"
|
711 |
msgstr "エラーメッセージと入力フィールド・エラーの色を表示"
|
712 |
|
713 |
+
#: contact_form.php:1243
|
714 |
msgid "Add placeholder to the input blocks"
|
715 |
msgstr "プレースホルダーを入力ブロックに追加"
|
716 |
|
717 |
+
#: contact_form.php:1249
|
718 |
msgid "Add tooltips"
|
719 |
msgstr "ツールチップの追加"
|
720 |
|
721 |
+
#: contact_form.php:1263
|
722 |
msgid "Email address"
|
723 |
msgstr "Eメール・アドレス"
|
724 |
|
725 |
+
#: contact_form.php:1268
|
726 |
msgid "Phone Number"
|
727 |
msgstr "電話番号"
|
728 |
|
729 |
+
#: contact_form.php:1282
|
730 |
msgid "Attachment"
|
731 |
msgstr "添付"
|
732 |
|
733 |
+
#: contact_form.php:1292
|
734 |
msgid "Style options"
|
735 |
msgstr "スタイル・オプション"
|
736 |
|
737 |
+
#: contact_form.php:1295
|
738 |
msgid "Text color"
|
739 |
msgstr "文字色"
|
740 |
|
741 |
+
#: contact_form.php:1298 contact_form.php:1303 contact_form.php:1313
|
742 |
+
#: contact_form.php:1318 contact_form.php:1323 contact_form.php:1328
|
743 |
+
#: contact_form.php:1338 contact_form.php:1343 contact_form.php:1352
|
744 |
+
#: contact_form.php:1366 contact_form.php:1371 contact_form.php:1376
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
745 |
msgid "Default"
|
746 |
msgstr "標準"
|
747 |
|
748 |
+
#: contact_form.php:1300
|
749 |
msgid "Label text color"
|
750 |
msgstr "ラベル文字色"
|
751 |
|
752 |
+
#: contact_form.php:1305
|
753 |
msgid "Placeholder color"
|
754 |
msgstr "プレースホルダ色"
|
755 |
|
756 |
+
#: contact_form.php:1310
|
757 |
msgid "Errors color"
|
758 |
msgstr "エラーの色"
|
759 |
|
760 |
+
#: contact_form.php:1315
|
761 |
msgid "Error text color"
|
762 |
msgstr "エラーテキストの色"
|
763 |
|
764 |
+
#: contact_form.php:1320
|
765 |
msgid "Background color of the input field errors"
|
766 |
msgstr "入力フィールド・エラーの背景色"
|
767 |
|
768 |
+
#: contact_form.php:1325
|
769 |
msgid "Border color of the input field errors"
|
770 |
msgstr "入力フィールド・エラーの罫線色"
|
771 |
|
772 |
+
#: contact_form.php:1330
|
773 |
msgid "Placeholder color of the input field errors"
|
774 |
msgstr "入力フィールド・エラー用のプレースホルダ色"
|
775 |
|
776 |
+
#: contact_form.php:1335
|
777 |
msgid "Input fields"
|
778 |
msgstr "フィールドを入力"
|
779 |
|
780 |
+
#: contact_form.php:1340
|
781 |
msgid "Input fields background color"
|
782 |
msgstr "フィールドの背景色の入力"
|
783 |
|
784 |
+
#: contact_form.php:1345
|
785 |
msgid "Text fields color"
|
786 |
msgstr "文字フィールド色"
|
787 |
|
788 |
+
#: contact_form.php:1349
|
789 |
msgid "Border width in px, numbers only"
|
790 |
msgstr "罫線幅(px単位)、数値のみ"
|
791 |
|
792 |
+
#: contact_form.php:1354 contact_form.php:1378
|
|
|
793 |
msgid "Border color"
|
794 |
msgstr "罫線色"
|
795 |
|
796 |
+
#: contact_form.php:1359
|
797 |
msgid "Submit button"
|
798 |
msgstr "送信ボタン"
|
799 |
|
800 |
+
#: contact_form.php:1363
|
801 |
msgid "Width in px, numbers only"
|
802 |
msgstr "px単位の幅、数字のみ"
|
803 |
|
804 |
+
#: contact_form.php:1368
|
805 |
msgid "Button color"
|
806 |
msgstr "ボタンの色"
|
807 |
|
808 |
+
#: contact_form.php:1373
|
809 |
msgid "Button text color"
|
810 |
msgstr "ボタン文字の色"
|
811 |
|
812 |
+
#: contact_form.php:1406
|
813 |
msgid "Contact Form Pro | Preview"
|
814 |
msgstr "Contact Form Pro | プレビュー"
|
815 |
|
816 |
+
#: contact_form.php:1408
|
817 |
msgid "Show with errors"
|
818 |
msgstr "エラーで表示"
|
819 |
|
820 |
+
#: contact_form.php:1417 contact_form.php:1419
|
|
|
821 |
msgid "Please enter your full name..."
|
822 |
msgstr "貴方の氏名を入力して下さい..."
|
823 |
|
824 |
+
#: contact_form.php:1430 contact_form.php:1432
|
|
|
825 |
msgid "Please enter your address..."
|
826 |
msgstr "貴方の住所を入力して下さい..."
|
827 |
|
828 |
+
#: contact_form.php:1441 contact_form.php:1443
|
|
|
829 |
msgid "Please enter your email address..."
|
830 |
msgstr "貴方のEメール・アドレスを入力して下さい..."
|
831 |
|
832 |
+
#: contact_form.php:1452 contact_form.php:1454
|
|
|
833 |
msgid "Please enter your phone number..."
|
834 |
msgstr "貴方の電話番号を入力して下さい..."
|
835 |
|
836 |
+
#: contact_form.php:1463 contact_form.php:1465
|
|
|
837 |
msgid "Please enter subject..."
|
838 |
msgstr "件名を入力して下さい..."
|
839 |
|
840 |
+
#: contact_form.php:1473 contact_form.php:1475
|
|
|
841 |
msgid "Please enter your message..."
|
842 |
msgstr "メッセージを入力して下さい..."
|
843 |
|
844 |
+
#: contact_form.php:1586
|
845 |
msgid "Sorry, email message could not be delivered."
|
846 |
msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
|
847 |
|
848 |
+
#: contact_form.php:1994
|
849 |
msgid "Contact from"
|
850 |
msgstr "Contact Form"
|
851 |
|
852 |
+
#: contact_form.php:2016 contact_form.php:2046
|
|
|
853 |
msgid "Phone"
|
854 |
msgstr "電話"
|
855 |
|
856 |
+
#: contact_form.php:2027 contact_form.php:2053
|
|
|
857 |
msgid "Site"
|
858 |
msgstr "サイト"
|
859 |
|
860 |
+
#: contact_form.php:2140
|
861 |
+
msgid ""
|
862 |
+
"If you can see this MIME, it means that the MIME type is not supported by "
|
863 |
+
"your email client!"
|
864 |
msgstr "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
|
865 |
|
866 |
+
#: contact_form.php:2224
|
867 |
msgid "Support"
|
868 |
msgstr "サポート"
|
869 |
|
870 |
+
#: contact_form.php:2273
|
871 |
msgid "Are you sure that you want to delete this language data?"
|
872 |
msgstr "本当に、この言語データを削除しますか?"
|
873 |
|
874 |
+
#: contact_form.php:2294
|
875 |
#, fuzzy
|
876 |
msgid "Add multiple forms"
|
877 |
msgstr "フォームに追加"
|
878 |
|
879 |
+
#: contact_form.php:2294
|
880 |
+
msgid ""
|
881 |
+
"Install Contact Form Multi plugin to create unlimited number of contact "
|
882 |
+
"forms."
|
883 |
msgstr ""
|
884 |
|
885 |
+
#: contact_form.php:2299
|
886 |
msgid "Learn more"
|
887 |
msgstr "もっと学ぶ"
|
888 |
|
889 |
+
#: contact_form.php:2303
|
890 |
msgid "Close"
|
891 |
msgstr ""
|
892 |
|
893 |
+
#: contact_form.php:2491
|
894 |
#, fuzzy
|
895 |
msgid "allows to store your messages to the database."
|
896 |
+
msgstr ""
|
897 |
+
"<strong>Contact Form to DB</strong>は、貴方のメッセージをデータベースに保存し"
|
898 |
+
"ます。"
|
899 |
|
900 |
+
#: contact_form.php:2492
|
901 |
msgid "Manage messages that have been sent from your website."
|
902 |
msgstr "貴方のウェブサイトから送られるメッセージを管理"
|
903 |
|
languages/contact_form-nb_NO.mo
CHANGED
Binary file
|
languages/contact_form-nb_NO.po
CHANGED
@@ -2,9 +2,9 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
-
"Last-Translator: bestwebsoft.com <
|
8 |
"Language-Team: Per Rommetveit <bestwebsoftcontact@nordsoft.no>\n"
|
9 |
"Language: nb_NO\n"
|
10 |
"MIME-Version: 1.0\n"
|
@@ -16,8 +16,7 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: contact_form.php:35
|
20 |
-
#: contact_form.php:650
|
21 |
msgid "Contact Form Settings"
|
22 |
msgstr "Instillinger for kontaktskjema"
|
23 |
|
@@ -25,62 +24,49 @@ msgstr "Instillinger for kontaktskjema"
|
|
25 |
msgid "Contact Form"
|
26 |
msgstr "Kontaktskjema"
|
27 |
|
28 |
-
#: contact_form.php:123
|
29 |
-
#: contact_form.php:1047
|
30 |
-
#: contact_form.php:1081
|
31 |
msgid "Name:"
|
32 |
msgstr "Navn:"
|
33 |
|
34 |
-
#: contact_form.php:124
|
35 |
-
#: contact_form.php:1048
|
36 |
-
#: contact_form.php:1082
|
37 |
msgid "Address:"
|
38 |
msgstr "Adresse:"
|
39 |
|
40 |
-
#: contact_form.php:125
|
41 |
-
#: contact_form.php:1049
|
42 |
-
#: contact_form.php:1083
|
43 |
msgid "Email Address:"
|
44 |
msgstr "E-post:"
|
45 |
|
46 |
-
#: contact_form.php:126
|
47 |
-
#: contact_form.php:1050
|
48 |
-
#: contact_form.php:1084
|
49 |
msgid "Phone number:"
|
50 |
msgstr "Telefon:"
|
51 |
|
52 |
-
#: contact_form.php:127
|
53 |
-
#: contact_form.php:1051
|
54 |
-
#: contact_form.php:1085
|
55 |
msgid "Subject:"
|
56 |
msgstr "Tema:"
|
57 |
|
58 |
-
#: contact_form.php:128
|
59 |
-
#: contact_form.php:1052
|
60 |
-
#: contact_form.php:1086
|
61 |
msgid "Message:"
|
62 |
msgstr "Melding:"
|
63 |
|
64 |
-
#: contact_form.php:129
|
65 |
-
#: contact_form.php:1053
|
66 |
-
#: contact_form.php:1087
|
67 |
msgid "Attachment:"
|
68 |
msgstr "Vedheng:"
|
69 |
|
70 |
#: contact_form.php:130
|
71 |
#, fuzzy
|
72 |
-
msgid "
|
73 |
-
|
|
|
|
|
|
|
|
|
|
|
74 |
|
75 |
-
#: contact_form.php:131
|
76 |
-
#: contact_form.php:1055
|
77 |
-
#: contact_form.php:1089
|
78 |
msgid "Send me a copy"
|
79 |
msgstr "Send meg en kopi"
|
80 |
|
81 |
-
#: contact_form.php:132
|
82 |
-
#: contact_form.php:1056
|
83 |
-
#: contact_form.php:1090
|
84 |
msgid "Submit"
|
85 |
msgstr "Send"
|
86 |
|
@@ -137,20 +123,28 @@ msgid "Thank you for contacting us."
|
|
137 |
msgstr "Takk for at du kontakter oss."
|
138 |
|
139 |
#: contact_form.php:546
|
140 |
-
msgid "
|
|
|
|
|
141 |
msgstr ""
|
142 |
|
143 |
#: contact_form.php:556
|
144 |
-
msgid "
|
145 |
-
|
|
|
|
|
|
|
|
|
146 |
|
147 |
#: contact_form.php:565
|
148 |
msgid "Such user does not exist."
|
149 |
msgstr "En slik bruker eksisterer ikke."
|
150 |
|
151 |
#: contact_form.php:575
|
152 |
-
msgid "
|
153 |
-
|
|
|
|
|
154 |
|
155 |
#: contact_form.php:583
|
156 |
msgid "Please enter a valid email address in the 'FROM' field."
|
@@ -164,756 +158,746 @@ msgstr "Instillinger lagret."
|
|
164 |
msgid "Settings are not saved."
|
165 |
msgstr "Instillinger er ikke lagret."
|
166 |
|
167 |
-
#: contact_form.php:
|
168 |
-
|
169 |
-
|
|
|
|
|
170 |
msgid "Settings"
|
171 |
msgstr "Instillinger"
|
172 |
|
173 |
-
#: contact_form.php:
|
174 |
#, fuzzy
|
175 |
msgid "Additional settings"
|
176 |
msgstr "Ekstrainstillinger"
|
177 |
|
178 |
-
#: contact_form.php:
|
179 |
msgid "Appearance"
|
180 |
msgstr ""
|
181 |
|
182 |
-
#: contact_form.php:
|
183 |
-
#: contact_form.php:2203
|
184 |
msgid "FAQ"
|
185 |
msgstr "Часті питання"
|
186 |
|
187 |
-
#: contact_form.php:
|
188 |
msgid "Go PRO"
|
189 |
msgstr "Go PRO"
|
190 |
|
191 |
-
#: contact_form.php:
|
192 |
-
#: contact_form.php:661
|
193 |
msgid "Notice:"
|
194 |
msgstr "Notis:"
|
195 |
|
196 |
-
#: contact_form.php:
|
197 |
-
msgid "
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
|
204 |
-
#: contact_form.php:676
|
205 |
#: contact_form.php:679
|
206 |
-
|
207 |
-
|
208 |
-
|
|
|
|
|
|
|
209 |
|
210 |
-
#: contact_form.php:
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
|
|
|
|
|
|
|
|
218 |
msgid "or"
|
219 |
msgstr "eller"
|
220 |
|
221 |
-
#: contact_form.php:
|
222 |
-
|
223 |
-
msgid "
|
224 |
-
|
|
|
|
|
|
|
|
|
225 |
|
226 |
-
#: contact_form.php:
|
227 |
-
#: contact_form.php:680
|
228 |
msgid "They work the same way."
|
229 |
msgstr "De fungerer på samme måte."
|
230 |
|
231 |
-
#: contact_form.php:
|
232 |
-
msgid "
|
233 |
-
|
|
|
|
|
|
|
|
|
234 |
|
235 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
236 |
msgid "The user's email address:"
|
237 |
msgstr "Brukerens e-post adress:"
|
238 |
|
239 |
-
#: contact_form.php:
|
240 |
#, fuzzy
|
241 |
msgid "Select a username"
|
242 |
msgstr "Opprett et brukernavn"
|
243 |
|
244 |
-
#: contact_form.php:
|
245 |
-
msgid "
|
246 |
-
|
|
|
|
|
|
|
247 |
|
248 |
-
#: contact_form.php:
|
249 |
msgid "Use this email address:"
|
250 |
msgstr "Bruk denne e-post adressen:"
|
251 |
|
252 |
-
#: contact_form.php:
|
253 |
msgid "Enter the email address you want the messages forwarded to."
|
254 |
msgstr "Legg inn e-post adressen du ønsker meldingene videresendt til."
|
255 |
|
256 |
-
#: contact_form.php:
|
257 |
msgid "Add department selectbox to the contact form:"
|
258 |
msgstr "Legg til avdelingssjekkboks til kontaktskjemaet:"
|
259 |
|
260 |
-
#: contact_form.php:
|
261 |
-
#: contact_form.php:1182
|
262 |
-
#: contact_form.php:1365
|
263 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
264 |
-
msgstr "
|
265 |
-
|
266 |
-
|
267 |
-
#: contact_form.php:
|
268 |
-
#: contact_form.php:
|
269 |
-
|
270 |
-
|
271 |
-
msgid "Unlock premium options by upgrading to a PRO version."
|
272 |
msgstr "Lås opp ekstrafunksjoner ved å oppgradere til en PRO-versjon."
|
273 |
|
274 |
-
#: contact_form.php:
|
275 |
-
#: contact_form.php:
|
276 |
-
#: contact_form.php:984
|
277 |
-
#: contact_form.php:1190
|
278 |
-
#: contact_form.php:1373
|
279 |
-
#: contact_form.php:2475
|
280 |
msgid "Learn More"
|
281 |
msgstr "Lær mer"
|
282 |
|
283 |
-
#: contact_form.php:
|
284 |
-
#: contact_form.php:
|
285 |
-
#: contact_form.php:987
|
286 |
-
#: contact_form.php:1193
|
287 |
-
#: contact_form.php:1376
|
288 |
msgid "Go"
|
289 |
msgstr "Gå"
|
290 |
|
291 |
-
#: contact_form.php:
|
292 |
msgid "Save emails to the database"
|
293 |
msgstr "Lagre e-poster til databasen."
|
294 |
|
295 |
-
#: contact_form.php:
|
296 |
msgid "Using"
|
297 |
msgstr "Bruker"
|
298 |
|
299 |
-
#: contact_form.php:
|
300 |
-
#: contact_form.php:759
|
301 |
#, fuzzy
|
302 |
msgid "Using Contact Form to DB by BestWebSoft"
|
303 |
msgstr "Bruker Contact Form to DB støttet av"
|
304 |
|
305 |
-
#: contact_form.php:
|
306 |
msgid "Activate"
|
307 |
msgstr "Aktiver"
|
308 |
|
309 |
-
#: contact_form.php:
|
310 |
msgid "Download"
|
311 |
msgstr "Завантажити"
|
312 |
|
313 |
-
#: contact_form.php:
|
314 |
msgid "What to use?"
|
315 |
msgstr "Hva skal brukes?"
|
316 |
|
317 |
-
#: contact_form.php:
|
318 |
msgid "Wp-mail"
|
319 |
msgstr "Wp-mail"
|
320 |
|
321 |
-
#: contact_form.php:
|
322 |
msgid "You can use the wp_mail function for mailing"
|
323 |
msgstr "Du kan bruke wp_mail funksjon for å sende e-post."
|
324 |
|
325 |
-
#: contact_form.php:
|
326 |
msgid "Mail"
|
327 |
msgstr "E-post"
|
328 |
|
329 |
-
#: contact_form.php:
|
330 |
msgid "To send mail you can use the php mail function"
|
331 |
msgstr "For å sende e-post kan du bruke php mail funksjon."
|
332 |
|
333 |
-
#: contact_form.php:
|
334 |
msgid "'FROM' field"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: contact_form.php:
|
338 |
-
#: contact_form.php:
|
339 |
-
#: contact_form.php:1234
|
340 |
-
#: contact_form.php:1980
|
341 |
-
#: contact_form.php:2016
|
342 |
msgid "Name"
|
343 |
msgstr "Navn"
|
344 |
|
345 |
-
#: contact_form.php:
|
346 |
msgid "User name"
|
347 |
msgstr "Brukernavn"
|
348 |
|
349 |
-
#: contact_form.php:
|
350 |
-
msgid "
|
351 |
-
|
|
|
|
|
352 |
|
353 |
-
#: contact_form.php:
|
354 |
-
#: contact_form.php:1991
|
355 |
-
#: contact_form.php:2023
|
356 |
msgid "Email"
|
357 |
msgstr "E-post"
|
358 |
|
359 |
-
#: contact_form.php:
|
360 |
msgid "User email"
|
361 |
msgstr "Brukers e-post"
|
362 |
|
363 |
-
#: contact_form.php:
|
364 |
-
msgid "
|
365 |
-
|
|
|
|
|
|
|
366 |
|
367 |
-
#: contact_form.php:
|
368 |
-
msgid "
|
|
|
|
|
369 |
msgstr ""
|
370 |
|
371 |
-
#: contact_form.php:
|
372 |
msgid "Required symbol"
|
373 |
msgstr "Obligatorisk symbol"
|
374 |
|
375 |
-
#: contact_form.php:
|
376 |
msgid "Fields"
|
377 |
msgstr "Felt"
|
378 |
|
379 |
-
#: contact_form.php:
|
380 |
msgid "Used"
|
381 |
msgstr "Brukt"
|
382 |
|
383 |
-
#: contact_form.php:
|
384 |
msgid "Required"
|
385 |
msgstr "Obligatorisk"
|
386 |
|
387 |
-
#: contact_form.php:
|
388 |
msgid "Visible"
|
389 |
msgstr "Synlig"
|
390 |
|
391 |
-
#: contact_form.php:
|
392 |
msgid "Disabled for editing"
|
393 |
msgstr "Sperret for redigering"
|
394 |
|
395 |
-
#: contact_form.php:
|
396 |
msgid "Field's default value"
|
397 |
msgstr "Feltets standardverdi"
|
398 |
|
399 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
400 |
msgid "Use User's name as a default value if the user is logged in."
|
401 |
msgstr ""
|
402 |
|
403 |
-
#: contact_form.php:
|
404 |
-
|
405 |
-
|
|
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: contact_form.php:
|
409 |
msgid "Location selectbox"
|
410 |
msgstr "Flervalgsboks for sted"
|
411 |
|
412 |
-
#: contact_form.php:
|
413 |
-
#: contact_form.php:
|
414 |
-
#: contact_form.php:1986
|
415 |
-
#: contact_form.php:2020
|
416 |
msgid "Address"
|
417 |
msgstr "Adresse"
|
418 |
|
419 |
-
#: contact_form.php:
|
420 |
msgid "Email Address"
|
421 |
msgstr "E-post"
|
422 |
|
423 |
-
#: contact_form.php:
|
424 |
msgid "Use User's email as a default value if the user is logged in."
|
425 |
msgstr ""
|
426 |
|
427 |
-
#: contact_form.php:
|
428 |
msgid "Phone number"
|
429 |
msgstr "Telefon"
|
430 |
|
431 |
-
#: contact_form.php:
|
432 |
-
#: contact_form.php:
|
433 |
-
#: contact_form.php:2001
|
434 |
-
#: contact_form.php:2029
|
435 |
msgid "Subject"
|
436 |
msgstr "Tema"
|
437 |
|
438 |
-
#: contact_form.php:
|
439 |
-
#: contact_form.php:
|
440 |
-
#: contact_form.php:2004
|
441 |
-
#: contact_form.php:2031
|
442 |
msgid "Message"
|
443 |
msgstr "Melding"
|
444 |
|
445 |
-
#: contact_form.php:
|
446 |
msgid "Attachment block"
|
447 |
msgstr "Vedhengsblokk"
|
448 |
|
449 |
-
#: contact_form.php:
|
450 |
msgid "Users can attach the following file formats"
|
451 |
msgstr "Brukere kan legge ved følgende filformat"
|
452 |
|
453 |
-
#: contact_form.php:
|
454 |
msgid "Add to the form"
|
455 |
msgstr "Legg til skjemaet"
|
456 |
|
457 |
-
#: contact_form.php:
|
458 |
msgid "Tips below the Attachment"
|
459 |
msgstr "Tips under vedheng"
|
460 |
|
461 |
-
#: contact_form.php:
|
462 |
msgid "'Send me a copy' block"
|
463 |
msgstr "'Send meg en kopi' blokk"
|
464 |
|
465 |
-
#: contact_form.php:
|
466 |
msgid "Activate captcha"
|
467 |
msgstr "Aktiver captcha"
|
468 |
|
469 |
-
#: contact_form.php:
|
470 |
msgid "Download captcha"
|
471 |
msgstr "Last ned captcha"
|
472 |
|
473 |
-
#: contact_form.php:
|
474 |
msgid "Agreement checkbox"
|
475 |
msgstr "Sjekkboks for vilkår"
|
476 |
|
477 |
-
#: contact_form.php:
|
478 |
msgid "Required checkbox for submitting the form"
|
479 |
msgstr "Obligatoriske sjekkbokser for å sende inn skjemaet"
|
480 |
|
481 |
-
#: contact_form.php:
|
482 |
msgid "Optional checkbox"
|
483 |
msgstr "Valgfri sjekkboks"
|
484 |
|
485 |
-
#: contact_form.php:
|
486 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
487 |
msgstr "Valgfri sjekkboks, resultatene vil bli vist i e-post"
|
488 |
|
489 |
-
#: contact_form.php:
|
490 |
msgid "Delete an attachment file from the server after the email is sent"
|
491 |
msgstr "Slett vedhengsfil fra server etter at e-posten er sendt."
|
492 |
|
493 |
-
#: contact_form.php:
|
494 |
msgid "Email in HTML format sending"
|
495 |
msgstr "Send e-post i HTML format"
|
496 |
|
497 |
-
#: contact_form.php:
|
498 |
msgid "Display additional info in the email"
|
499 |
msgstr "Vis ekstra informasjon i e-posten"
|
500 |
|
501 |
-
#: contact_form.php:
|
502 |
-
#: contact_form.php:1947
|
503 |
-
#: contact_form.php:1949
|
504 |
msgid "Sent from (ip address)"
|
505 |
msgstr "Sent fra (ip-adresse)"
|
506 |
|
507 |
-
#: contact_form.php:
|
508 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
509 |
msgstr "Eksempel: Sendt fra (IP adresse):\t127.0.0.1"
|
510 |
|
511 |
-
#: contact_form.php:
|
512 |
-
#: contact_form.php:1953
|
513 |
-
#: contact_form.php:1955
|
514 |
msgid "Date/Time"
|
515 |
msgstr "Dato/Tid"
|
516 |
|
517 |
-
#: contact_form.php:
|
518 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
519 |
msgstr "Eksempel: Dato/Tid:\tAugust 19, 2013 8:50 pm"
|
520 |
|
521 |
-
#: contact_form.php:
|
522 |
-
#: contact_form.php:1959
|
523 |
-
#: contact_form.php:1961
|
524 |
msgid "Sent from (referer)"
|
525 |
msgstr "Sent fra (referer)"
|
526 |
|
527 |
-
#: contact_form.php:
|
528 |
-
msgid "
|
529 |
-
|
|
|
|
|
530 |
|
531 |
-
#: contact_form.php:
|
532 |
-
#: contact_form.php:1965
|
533 |
-
#: contact_form.php:1967
|
534 |
msgid "Using (user agent)"
|
535 |
msgstr "Bruker (user agent)"
|
536 |
|
537 |
-
#: contact_form.php:
|
538 |
-
msgid "
|
539 |
-
|
|
|
|
|
|
|
|
|
540 |
|
541 |
-
#: contact_form.php:
|
542 |
msgid "Language settings for the field names in the form"
|
543 |
msgstr "Språkinstillinger for feltnavn i skjemaet"
|
544 |
|
545 |
-
#: contact_form.php:
|
546 |
msgid "Add a language"
|
547 |
msgstr "Legg til et språk"
|
548 |
|
549 |
-
#: contact_form.php:
|
550 |
msgid "Change the names of the contact form fields and error messages"
|
551 |
msgstr "Endre navnene på kontaktskjemafeltene og feilmeldingene"
|
552 |
|
553 |
-
#: contact_form.php:
|
554 |
-
#: contact_form.php:1124
|
555 |
msgid "English"
|
556 |
msgstr "Engelsk"
|
557 |
|
558 |
-
#: contact_form.php:
|
559 |
-
#: contact_form.php:1079
|
560 |
msgid "click to expand/hide the list"
|
561 |
msgstr "klikk for å ekspandere/gjemme listen"
|
562 |
|
563 |
-
#: contact_form.php:
|
564 |
-
#: contact_form.php:1088
|
565 |
msgid "Tips below the Attachment block"
|
566 |
msgstr "Tips under Vedhengblokken"
|
567 |
|
568 |
-
#: contact_form.php:
|
569 |
-
#: contact_form.php:1091
|
570 |
msgid "Error message for the Name field"
|
571 |
msgstr "Feilmelding for navnefeltet"
|
572 |
|
573 |
-
#: contact_form.php:
|
574 |
-
#: contact_form.php:1092
|
575 |
msgid "Error message for the Address field"
|
576 |
msgstr "Feilmelding for adressefeltet"
|
577 |
|
578 |
-
#: contact_form.php:
|
579 |
-
#: contact_form.php:1093
|
580 |
msgid "Error message for the Email field"
|
581 |
msgstr "Feilmelding for e-post feltet"
|
582 |
|
583 |
-
#: contact_form.php:
|
584 |
-
#: contact_form.php:1094
|
585 |
msgid "Error message for the Phone field"
|
586 |
msgstr "Feilmelding for telefon-feltet"
|
587 |
|
588 |
-
#: contact_form.php:
|
589 |
-
#: contact_form.php:1095
|
590 |
msgid "Error message for the Subject field"
|
591 |
msgstr "Feilmelding for tema-feltet"
|
592 |
|
593 |
-
#: contact_form.php:
|
594 |
-
#: contact_form.php:1096
|
595 |
msgid "Error message for the Message field"
|
596 |
msgstr "Feilmelding for meldingsfeltet"
|
597 |
|
598 |
-
#: contact_form.php:
|
599 |
-
#: contact_form.php:1097
|
600 |
msgid "Error message about the file type for the Attachment field"
|
601 |
msgstr "Feilmelding for filtype til vedhengsfeltet"
|
602 |
|
603 |
-
#: contact_form.php:
|
604 |
-
|
605 |
-
|
606 |
msgstr "Feilmelding ved opplasting av fil for vedhengsfeltet til server"
|
607 |
|
608 |
-
#: contact_form.php:
|
609 |
-
#: contact_form.php:1099
|
610 |
msgid "Error message while moving the file for the Attachment field"
|
611 |
msgstr "Feilmedling ved flytting av fil for vedhengsfeltet."
|
612 |
|
613 |
-
#: contact_form.php:
|
614 |
-
#: contact_form.php:1100
|
615 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
616 |
msgstr "Feilmelding når filstørrelsebegrensning for vedhengsfeltet er nådd"
|
617 |
|
618 |
-
#: contact_form.php:
|
619 |
-
#: contact_form.php:1101
|
620 |
msgid "Error message for the Captcha field"
|
621 |
msgstr "Feilmelding for Captcha-feltet"
|
622 |
|
623 |
-
#: contact_form.php:
|
624 |
-
#: contact_form.php:1102
|
625 |
msgid "Error message for the whole form"
|
626 |
msgstr "Feilmelding for hele skjemaet"
|
627 |
|
628 |
-
#: contact_form.php:
|
629 |
-
#: contact_form.php:
|
630 |
-
#: contact_form.php:
|
631 |
-
#: contact_form.php:
|
632 |
-
#: contact_form.php:1134
|
633 |
-
#: contact_form.php:1136
|
634 |
-
#: contact_form.php:1144
|
635 |
-
#: contact_form.php:1146
|
636 |
-
#: contact_form.php:2336
|
637 |
-
#: contact_form.php:2338
|
638 |
msgid "Use shortcode"
|
639 |
msgstr "Bruk shortcode"
|
640 |
|
641 |
-
#: contact_form.php:
|
642 |
-
#: contact_form.php:
|
643 |
-
#: contact_form.php:
|
644 |
-
#: contact_form.php:
|
645 |
-
#: contact_form.php:1134
|
646 |
-
#: contact_form.php:1136
|
647 |
-
#: contact_form.php:1144
|
648 |
-
#: contact_form.php:1146
|
649 |
-
#: contact_form.php:2336
|
650 |
-
#: contact_form.php:2338
|
651 |
msgid "for this language"
|
652 |
msgstr "for dette språket"
|
653 |
|
654 |
-
#: contact_form.php:
|
655 |
msgid "Use the changed names of the contact form fields in the email"
|
656 |
msgstr "Bruk de endrede navnene i kontaktskjemafeltene i e-posten"
|
657 |
|
658 |
-
#: contact_form.php:
|
659 |
msgid "Action after email is sent"
|
660 |
msgstr "Handling etter at e-posten er sendt"
|
661 |
|
662 |
-
#: contact_form.php:
|
663 |
msgid "Display text"
|
664 |
msgstr "Vis tekst"
|
665 |
|
666 |
-
#: contact_form.php:
|
667 |
-
#: contact_form.php:1142
|
668 |
msgid "Text"
|
669 |
msgstr "Tekst"
|
670 |
|
671 |
-
#: contact_form.php:
|
672 |
msgid "Redirect to the page"
|
673 |
msgstr "Videresend til siden"
|
674 |
|
675 |
-
#: contact_form.php:
|
676 |
msgid "Url"
|
677 |
msgstr "Url"
|
678 |
|
679 |
-
#: contact_form.php:
|
680 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
681 |
msgstr " $_SERVER variabel som brukes til å sette sammen en URL på formen"
|
682 |
|
683 |
-
#: contact_form.php:
|
684 |
-
msgid "
|
685 |
-
|
|
|
|
|
|
|
|
|
686 |
|
687 |
-
#: contact_form.php:
|
688 |
msgid "Auto Response"
|
689 |
msgstr ""
|
690 |
|
691 |
-
#: contact_form.php:
|
692 |
#, php-format
|
693 |
-
msgid "
|
|
|
|
|
|
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: contact_form.php:
|
697 |
-
#: contact_form.php:1383
|
698 |
msgid "Save Changes"
|
699 |
msgstr "Lagre endringer"
|
700 |
|
701 |
-
#: contact_form.php:
|
702 |
msgid "Errors output"
|
703 |
msgstr "Feilmelding utdata"
|
704 |
|
705 |
-
#: contact_form.php:
|
706 |
msgid "Display error messages"
|
707 |
msgstr "Vise feilmeldinger"
|
708 |
|
709 |
-
#: contact_form.php:
|
710 |
msgid "Color of the input field errors."
|
711 |
msgstr "Farger på feilmeldingene for inputfelt"
|
712 |
|
713 |
-
#: contact_form.php:
|
714 |
msgid "Display error messages & color of the input field errors"
|
715 |
msgstr "Vis feilmeldinger og farge på inputfeltfeil"
|
716 |
|
717 |
-
#: contact_form.php:
|
718 |
msgid "Add placeholder to the input blocks"
|
719 |
msgstr "Legg til placeholder på inputblokkene"
|
720 |
|
721 |
-
#: contact_form.php:
|
722 |
msgid "Add tooltips"
|
723 |
msgstr "Legg til tooltips"
|
724 |
|
725 |
-
#: contact_form.php:
|
726 |
msgid "Email address"
|
727 |
msgstr "E-post adresse"
|
728 |
|
729 |
-
#: contact_form.php:
|
730 |
msgid "Phone Number"
|
731 |
msgstr "Telefon"
|
732 |
|
733 |
-
#: contact_form.php:
|
734 |
msgid "Attachment"
|
735 |
msgstr "Vedheng"
|
736 |
|
737 |
-
#: contact_form.php:
|
738 |
msgid "Style options"
|
739 |
msgstr "Styleringsopsjoner"
|
740 |
|
741 |
-
#: contact_form.php:
|
742 |
msgid "Text color"
|
743 |
msgstr "Tekstfarge"
|
744 |
|
745 |
-
#: contact_form.php:
|
746 |
-
#: contact_form.php:
|
747 |
-
#: contact_form.php:
|
748 |
-
#: contact_form.php:
|
749 |
-
#: contact_form.php:1304
|
750 |
-
#: contact_form.php:1309
|
751 |
-
#: contact_form.php:1319
|
752 |
-
#: contact_form.php:1324
|
753 |
-
#: contact_form.php:1333
|
754 |
-
#: contact_form.php:1347
|
755 |
-
#: contact_form.php:1352
|
756 |
-
#: contact_form.php:1357
|
757 |
msgid "Default"
|
758 |
msgstr "Standard"
|
759 |
|
760 |
-
#: contact_form.php:
|
761 |
msgid "Label text color"
|
762 |
msgstr "Tekstfarge på merkelapp"
|
763 |
|
764 |
-
#: contact_form.php:
|
765 |
msgid "Placeholder color"
|
766 |
msgstr "Placeholder farge"
|
767 |
|
768 |
-
#: contact_form.php:
|
769 |
msgid "Errors color"
|
770 |
msgstr "Feilmeldingsfarge"
|
771 |
|
772 |
-
#: contact_form.php:
|
773 |
msgid "Error text color"
|
774 |
msgstr "Tekstfarge på feilmelding"
|
775 |
|
776 |
-
#: contact_form.php:
|
777 |
msgid "Background color of the input field errors"
|
778 |
msgstr "Bakgrunnsfarge på inputfeltfeil"
|
779 |
|
780 |
-
#: contact_form.php:
|
781 |
msgid "Border color of the input field errors"
|
782 |
msgstr "Rammefarge på inputfeltfeil"
|
783 |
|
784 |
-
#: contact_form.php:
|
785 |
msgid "Placeholder color of the input field errors"
|
786 |
msgstr "Placeholderfarge på inputfeltfeil"
|
787 |
|
788 |
-
#: contact_form.php:
|
789 |
msgid "Input fields"
|
790 |
msgstr "Inputfelt"
|
791 |
|
792 |
-
#: contact_form.php:
|
793 |
msgid "Input fields background color"
|
794 |
msgstr "Bakgrunnsfarge på inputfelter"
|
795 |
|
796 |
-
#: contact_form.php:
|
797 |
msgid "Text fields color"
|
798 |
msgstr "Farge på tekstfelter"
|
799 |
|
800 |
-
#: contact_form.php:
|
801 |
msgid "Border width in px, numbers only"
|
802 |
msgstr "Rammebredde i pixler, kun tall"
|
803 |
|
804 |
-
#: contact_form.php:
|
805 |
-
#: contact_form.php:1359
|
806 |
msgid "Border color"
|
807 |
msgstr "Ramme farge"
|
808 |
|
809 |
-
#: contact_form.php:
|
810 |
msgid "Submit button"
|
811 |
msgstr "Send knapp"
|
812 |
|
813 |
-
#: contact_form.php:
|
814 |
msgid "Width in px, numbers only"
|
815 |
msgstr "Bredde i piksler, kun tall"
|
816 |
|
817 |
-
#: contact_form.php:
|
818 |
msgid "Button color"
|
819 |
msgstr "Knappfarge"
|
820 |
|
821 |
-
#: contact_form.php:
|
822 |
msgid "Button text color"
|
823 |
msgstr "Farge på knappetekst"
|
824 |
|
825 |
-
#: contact_form.php:
|
826 |
msgid "Contact Form Pro | Preview"
|
827 |
msgstr "Contact Form Pro | Forhåndsvisning"
|
828 |
|
829 |
-
#: contact_form.php:
|
830 |
msgid "Show with errors"
|
831 |
msgstr "Vis med feilmeldinger"
|
832 |
|
833 |
-
#: contact_form.php:
|
834 |
-
#: contact_form.php:1400
|
835 |
msgid "Please enter your full name..."
|
836 |
msgstr "Vennligst skriv inn ditt fulle navn..."
|
837 |
|
838 |
-
#: contact_form.php:
|
839 |
-
#: contact_form.php:1413
|
840 |
msgid "Please enter your address..."
|
841 |
msgstr "Vennligst fyll inn din adresse..."
|
842 |
|
843 |
-
#: contact_form.php:
|
844 |
-
#: contact_form.php:1424
|
845 |
msgid "Please enter your email address..."
|
846 |
msgstr "Vennligst oppgi e-post addresse..."
|
847 |
|
848 |
-
#: contact_form.php:
|
849 |
-
#: contact_form.php:1435
|
850 |
msgid "Please enter your phone number..."
|
851 |
msgstr "Vennligst oppgi ditt telefon nummer..."
|
852 |
|
853 |
-
#: contact_form.php:
|
854 |
-
#: contact_form.php:1446
|
855 |
msgid "Please enter subject..."
|
856 |
msgstr "Vennligst oppgi tema..."
|
857 |
|
858 |
-
#: contact_form.php:
|
859 |
-
#: contact_form.php:1456
|
860 |
msgid "Please enter your message..."
|
861 |
msgstr "Vennligst skriv inn en melding..."
|
862 |
|
863 |
-
#: contact_form.php:
|
864 |
msgid "Sorry, email message could not be delivered."
|
865 |
msgstr "Beklager, e-postmelding kunne ikke leveres."
|
866 |
|
867 |
-
#: contact_form.php:
|
868 |
msgid "Contact from"
|
869 |
msgstr "Kontaktskjema"
|
870 |
|
871 |
-
#: contact_form.php:
|
872 |
-
#: contact_form.php:2026
|
873 |
msgid "Phone"
|
874 |
msgstr "Telefon"
|
875 |
|
876 |
-
#: contact_form.php:
|
877 |
-
#: contact_form.php:2033
|
878 |
msgid "Site"
|
879 |
msgstr "side"
|
880 |
|
881 |
-
#: contact_form.php:
|
882 |
-
msgid "
|
883 |
-
|
|
|
|
|
|
|
|
|
884 |
|
885 |
-
#: contact_form.php:
|
886 |
msgid "Support"
|
887 |
msgstr "Support"
|
888 |
|
889 |
-
#: contact_form.php:
|
890 |
msgid "Are you sure that you want to delete this language data?"
|
891 |
msgstr "Er du sikker på at du ønsker å slette disse språkdatane?"
|
892 |
|
893 |
-
#: contact_form.php:
|
894 |
#, fuzzy
|
895 |
msgid "Add multiple forms"
|
896 |
msgstr "Legg til skjemaet"
|
897 |
|
898 |
-
#: contact_form.php:
|
899 |
-
msgid "
|
|
|
|
|
900 |
msgstr ""
|
901 |
|
902 |
-
#: contact_form.php:
|
903 |
#, fuzzy
|
904 |
msgid "Learn more"
|
905 |
msgstr "Lær mer"
|
906 |
|
907 |
-
#: contact_form.php:
|
908 |
msgid "Close"
|
909 |
msgstr ""
|
910 |
|
911 |
-
#: contact_form.php:
|
912 |
#, fuzzy
|
913 |
msgid "allows to store your messages to the database."
|
914 |
-
msgstr "
|
|
|
915 |
|
916 |
-
#: contact_form.php:
|
917 |
msgid "Manage messages that have been sent from your website."
|
918 |
msgstr "Administrer meldinger som har blitt sendt fra din webside."
|
919 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-08-05 09:14+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-08-05 09:14+0300\n"
|
7 |
+
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: Per Rommetveit <bestwebsoftcontact@nordsoft.no>\n"
|
9 |
"Language: nb_NO\n"
|
10 |
"MIME-Version: 1.0\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: contact_form.php:35 contact_form.php:657
|
|
|
20 |
msgid "Contact Form Settings"
|
21 |
msgstr "Instillinger for kontaktskjema"
|
22 |
|
24 |
msgid "Contact Form"
|
25 |
msgstr "Kontaktskjema"
|
26 |
|
27 |
+
#: contact_form.php:123 contact_form.php:1065 contact_form.php:1099
|
|
|
|
|
28 |
msgid "Name:"
|
29 |
msgstr "Navn:"
|
30 |
|
31 |
+
#: contact_form.php:124 contact_form.php:1066 contact_form.php:1100
|
|
|
|
|
32 |
msgid "Address:"
|
33 |
msgstr "Adresse:"
|
34 |
|
35 |
+
#: contact_form.php:125 contact_form.php:1067 contact_form.php:1101
|
|
|
|
|
36 |
msgid "Email Address:"
|
37 |
msgstr "E-post:"
|
38 |
|
39 |
+
#: contact_form.php:126 contact_form.php:1068 contact_form.php:1102
|
|
|
|
|
40 |
msgid "Phone number:"
|
41 |
msgstr "Telefon:"
|
42 |
|
43 |
+
#: contact_form.php:127 contact_form.php:1069 contact_form.php:1103
|
|
|
|
|
44 |
msgid "Subject:"
|
45 |
msgstr "Tema:"
|
46 |
|
47 |
+
#: contact_form.php:128 contact_form.php:1070 contact_form.php:1104
|
|
|
|
|
48 |
msgid "Message:"
|
49 |
msgstr "Melding:"
|
50 |
|
51 |
+
#: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
|
|
|
|
|
52 |
msgid "Attachment:"
|
53 |
msgstr "Vedheng:"
|
54 |
|
55 |
#: contact_form.php:130
|
56 |
#, fuzzy
|
57 |
+
msgid ""
|
58 |
+
"Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
|
59 |
+
"EPS, PS, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT. Max file "
|
60 |
+
"size: 2MB"
|
61 |
+
msgstr ""
|
62 |
+
"Støttede filtyper: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, "
|
63 |
+
"PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max filstørrelse: 2MB"
|
64 |
|
65 |
+
#: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
|
|
|
|
|
66 |
msgid "Send me a copy"
|
67 |
msgstr "Send meg en kopi"
|
68 |
|
69 |
+
#: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
|
|
|
|
|
70 |
msgid "Submit"
|
71 |
msgstr "Send"
|
72 |
|
123 |
msgstr "Takk for at du kontakter oss."
|
124 |
|
125 |
#: contact_form.php:546
|
126 |
+
msgid ""
|
127 |
+
"Email 'FROM' field option was changed, which may cause email messages being "
|
128 |
+
"moved to the spam folder or email delivery failures."
|
129 |
msgstr ""
|
130 |
|
131 |
#: contact_form.php:556
|
132 |
+
msgid ""
|
133 |
+
"If the 'Redirect to page' option is selected then the URL field should be in "
|
134 |
+
"the following format"
|
135 |
+
msgstr ""
|
136 |
+
"Dersom 'Videresend til side' instilling er valgt, så skal URL feltet være i "
|
137 |
+
"følgende format"
|
138 |
|
139 |
#: contact_form.php:565
|
140 |
msgid "Such user does not exist."
|
141 |
msgstr "En slik bruker eksisterer ikke."
|
142 |
|
143 |
#: contact_form.php:575
|
144 |
+
msgid ""
|
145 |
+
"Please enter a valid email address in the 'Use this email address' field."
|
146 |
+
msgstr ""
|
147 |
+
"Vennligst skriv inn en gyldig e-postadresse i 'Bruk denne e-posten' feltet."
|
148 |
|
149 |
#: contact_form.php:583
|
150 |
msgid "Please enter a valid email address in the 'FROM' field."
|
158 |
msgid "Settings are not saved."
|
159 |
msgstr "Instillinger er ikke lagret."
|
160 |
|
161 |
+
#: contact_form.php:646
|
162 |
+
msgid "All plugin settings were restored."
|
163 |
+
msgstr ""
|
164 |
+
|
165 |
+
#: contact_form.php:659 contact_form.php:2208 contact_form.php:2222
|
166 |
msgid "Settings"
|
167 |
msgstr "Instillinger"
|
168 |
|
169 |
+
#: contact_form.php:660
|
170 |
#, fuzzy
|
171 |
msgid "Additional settings"
|
172 |
msgstr "Ekstrainstillinger"
|
173 |
|
174 |
+
#: contact_form.php:661
|
175 |
msgid "Appearance"
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: contact_form.php:662 contact_form.php:2223
|
|
|
179 |
msgid "FAQ"
|
180 |
msgstr "Часті питання"
|
181 |
|
182 |
+
#: contact_form.php:663
|
183 |
msgid "Go PRO"
|
184 |
msgstr "Go PRO"
|
185 |
|
186 |
+
#: contact_form.php:666 contact_form.php:668
|
|
|
187 |
msgid "Notice:"
|
188 |
msgstr "Notis:"
|
189 |
|
190 |
+
#: contact_form.php:666
|
191 |
+
msgid ""
|
192 |
+
"The plugin's settings have been changed. In order to save them please don't "
|
193 |
+
"forget to click the 'Save Changes' button."
|
194 |
+
msgstr ""
|
195 |
+
"Instillingene til plugin har blitt endret. For å lagre endringer, ikke glem "
|
196 |
+
"å klikke 'Lagre endringer' knappen."
|
197 |
|
|
|
198 |
#: contact_form.php:679
|
199 |
+
msgid ""
|
200 |
+
"If you want to create multiple contact forms, please install the Contact "
|
201 |
+
"Form Multi plugin."
|
202 |
+
msgstr ""
|
203 |
+
"Dersom du ønsker å opprette flere kontaktskjema, vennligst installer Contact "
|
204 |
+
"From Multi plugin"
|
205 |
|
206 |
+
#: contact_form.php:686
|
207 |
+
#, fuzzy
|
208 |
+
msgid ""
|
209 |
+
"If you would like to add Contact Form to your website, just copy and paste "
|
210 |
+
"this shortcode to your post or page or widget:"
|
211 |
+
msgstr ""
|
212 |
+
"Om du ønsker å legge til kontakskjema for din webside, kopier denne "
|
213 |
+
"shortcoden til din post, side eller widget."
|
214 |
+
|
215 |
+
#: contact_form.php:686 contact_form.php:687 contact_form.php:689
|
216 |
+
#: contact_form.php:690 contact_form.php:1089 contact_form.php:1091
|
217 |
+
#: contact_form.php:1152 contact_form.php:1154
|
218 |
msgid "or"
|
219 |
msgstr "eller"
|
220 |
|
221 |
+
#: contact_form.php:687
|
222 |
+
#, fuzzy
|
223 |
+
msgid ""
|
224 |
+
"If you have any problems with the standard shortcode [contact_form], you "
|
225 |
+
"should use the shortcode"
|
226 |
+
msgstr ""
|
227 |
+
"Om du har problemer med standard shortcode [contact_form], bør du bruke "
|
228 |
+
"shortcoden"
|
229 |
|
230 |
+
#: contact_form.php:687 contact_form.php:690
|
|
|
231 |
msgid "They work the same way."
|
232 |
msgstr "De fungerer på samme måte."
|
233 |
|
234 |
+
#: contact_form.php:689 contact_form.php:1501
|
235 |
+
msgid ""
|
236 |
+
"If you would like to add the Contact Form to your website, just copy and "
|
237 |
+
"paste this shortcode to your post or page or widget:"
|
238 |
+
msgstr ""
|
239 |
+
"Om du ønsker å legge til kontakskjema for din webside, kopier denne "
|
240 |
+
"shortcoden til din post, side eller widget."
|
241 |
|
242 |
+
#: contact_form.php:690
|
243 |
+
msgid ""
|
244 |
+
"If have any problems with the standard shortcode [contact_form], you should "
|
245 |
+
"use the shortcode"
|
246 |
+
msgstr ""
|
247 |
+
"Om du har problemer med standard shortcode [contact_form], bør du bruke "
|
248 |
+
"shortcoden"
|
249 |
+
|
250 |
+
#: contact_form.php:694
|
251 |
+
msgid ""
|
252 |
+
"If you leave the fields empty, the messages will be sent to the email "
|
253 |
+
"address specified during registration."
|
254 |
+
msgstr ""
|
255 |
+
"Om du lar feltene være tomme, vil meldingene bli sent til e-post adresse "
|
256 |
+
"oppgitt ved registreringen."
|
257 |
+
|
258 |
+
#: contact_form.php:697
|
259 |
msgid "The user's email address:"
|
260 |
msgstr "Brukerens e-post adress:"
|
261 |
|
262 |
+
#: contact_form.php:701
|
263 |
#, fuzzy
|
264 |
msgid "Select a username"
|
265 |
msgstr "Opprett et brukernavn"
|
266 |
|
267 |
+
#: contact_form.php:714
|
268 |
+
msgid ""
|
269 |
+
"Enter a username of the person who should get the messages from the contact "
|
270 |
+
"form."
|
271 |
+
msgstr ""
|
272 |
+
"Oppgi brukernavn til personen som skal få meldingene fra kontaktskjemaet."
|
273 |
|
274 |
+
#: contact_form.php:718
|
275 |
msgid "Use this email address:"
|
276 |
msgstr "Bruk denne e-post adressen:"
|
277 |
|
278 |
+
#: contact_form.php:722
|
279 |
msgid "Enter the email address you want the messages forwarded to."
|
280 |
msgstr "Legg inn e-post adressen du ønsker meldingene videresendt til."
|
281 |
|
282 |
+
#: contact_form.php:731
|
283 |
msgid "Add department selectbox to the contact form:"
|
284 |
msgstr "Legg til avdelingssjekkboks til kontaktskjemaet:"
|
285 |
|
286 |
+
#: contact_form.php:739 contact_form.php:1200 contact_form.php:1384
|
|
|
|
|
287 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
288 |
+
msgstr ""
|
289 |
+
"Om du oppgraderer til Pro versjonen, vil alle instillingene dine bli lagret."
|
290 |
+
|
291 |
+
#: contact_form.php:746 contact_form.php:929 contact_form.php:1001
|
292 |
+
#: contact_form.php:1207 contact_form.php:1391
|
293 |
+
#, fuzzy
|
294 |
+
msgid "Unlock premium options by upgrading to PRO version."
|
|
|
295 |
msgstr "Lås opp ekstrafunksjoner ved å oppgradere til en PRO-versjon."
|
296 |
|
297 |
+
#: contact_form.php:747 contact_form.php:930 contact_form.php:1002
|
298 |
+
#: contact_form.php:1208 contact_form.php:1392 contact_form.php:2495
|
|
|
|
|
|
|
|
|
299 |
msgid "Learn More"
|
300 |
msgstr "Lær mer"
|
301 |
|
302 |
+
#: contact_form.php:750 contact_form.php:933 contact_form.php:1005
|
303 |
+
#: contact_form.php:1211 contact_form.php:1395
|
|
|
|
|
|
|
304 |
msgid "Go"
|
305 |
msgstr "Gå"
|
306 |
|
307 |
+
#: contact_form.php:757
|
308 |
msgid "Save emails to the database"
|
309 |
msgstr "Lagre e-poster til databasen."
|
310 |
|
311 |
+
#: contact_form.php:762
|
312 |
msgid "Using"
|
313 |
msgstr "Bruker"
|
314 |
|
315 |
+
#: contact_form.php:765 contact_form.php:769
|
|
|
316 |
#, fuzzy
|
317 |
msgid "Using Contact Form to DB by BestWebSoft"
|
318 |
msgstr "Bruker Contact Form to DB støttet av"
|
319 |
|
320 |
+
#: contact_form.php:765
|
321 |
msgid "Activate"
|
322 |
msgstr "Aktiver"
|
323 |
|
324 |
+
#: contact_form.php:769
|
325 |
msgid "Download"
|
326 |
msgstr "Завантажити"
|
327 |
|
328 |
+
#: contact_form.php:779
|
329 |
msgid "What to use?"
|
330 |
msgstr "Hva skal brukes?"
|
331 |
|
332 |
+
#: contact_form.php:784
|
333 |
msgid "Wp-mail"
|
334 |
msgstr "Wp-mail"
|
335 |
|
336 |
+
#: contact_form.php:786
|
337 |
msgid "You can use the wp_mail function for mailing"
|
338 |
msgstr "Du kan bruke wp_mail funksjon for å sende e-post."
|
339 |
|
340 |
+
#: contact_form.php:789
|
341 |
msgid "Mail"
|
342 |
msgstr "E-post"
|
343 |
|
344 |
+
#: contact_form.php:791
|
345 |
msgid "To send mail you can use the php mail function"
|
346 |
msgstr "For å sende e-post kan du bruke php mail funksjon."
|
347 |
|
348 |
+
#: contact_form.php:796
|
349 |
msgid "'FROM' field"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: contact_form.php:798 contact_form.php:860 contact_form.php:1253
|
353 |
+
#: contact_form.php:2000 contact_form.php:2036
|
|
|
|
|
|
|
354 |
msgid "Name"
|
355 |
msgstr "Navn"
|
356 |
|
357 |
+
#: contact_form.php:805
|
358 |
msgid "User name"
|
359 |
msgstr "Brukernavn"
|
360 |
|
361 |
+
#: contact_form.php:807
|
362 |
+
msgid ""
|
363 |
+
"The name of the user who fills the form will be used in the field 'From'."
|
364 |
+
msgstr ""
|
365 |
+
"Navnet til brukeren som fyller ut skjema vil bli brukt i 'From'-feltet."
|
366 |
|
367 |
+
#: contact_form.php:813 contact_form.php:2011 contact_form.php:2043
|
|
|
|
|
368 |
msgid "Email"
|
369 |
msgstr "E-post"
|
370 |
|
371 |
+
#: contact_form.php:820
|
372 |
msgid "User email"
|
373 |
msgstr "Brukers e-post"
|
374 |
|
375 |
+
#: contact_form.php:822
|
376 |
+
msgid ""
|
377 |
+
"The email address of the user who fills the form will be used in the field "
|
378 |
+
"'From'."
|
379 |
+
msgstr ""
|
380 |
+
"E-post adresse til bruker som fyller ut skjema vil bli brukt i 'From'-feltet."
|
381 |
|
382 |
+
#: contact_form.php:826
|
383 |
+
msgid ""
|
384 |
+
"If this option is changed, email messages may be moved to the spam folder or "
|
385 |
+
"email delivery failures may occur."
|
386 |
msgstr ""
|
387 |
|
388 |
+
#: contact_form.php:832
|
389 |
msgid "Required symbol"
|
390 |
msgstr "Obligatorisk symbol"
|
391 |
|
392 |
+
#: contact_form.php:842
|
393 |
msgid "Fields"
|
394 |
msgstr "Felt"
|
395 |
|
396 |
+
#: contact_form.php:843
|
397 |
msgid "Used"
|
398 |
msgstr "Brukt"
|
399 |
|
400 |
+
#: contact_form.php:844
|
401 |
msgid "Required"
|
402 |
msgstr "Obligatorisk"
|
403 |
|
404 |
+
#: contact_form.php:845
|
405 |
msgid "Visible"
|
406 |
msgstr "Synlig"
|
407 |
|
408 |
+
#: contact_form.php:846
|
409 |
msgid "Disabled for editing"
|
410 |
msgstr "Sperret for redigering"
|
411 |
|
412 |
+
#: contact_form.php:847
|
413 |
msgid "Field's default value"
|
414 |
msgstr "Feltets standardverdi"
|
415 |
|
416 |
+
#: contact_form.php:852
|
417 |
+
#, fuzzy
|
418 |
+
msgid "Department selectbox"
|
419 |
+
msgstr "Flervalgsboks for sted"
|
420 |
+
|
421 |
+
#: contact_form.php:867
|
422 |
msgid "Use User's name as a default value if the user is logged in."
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: contact_form.php:868 contact_form.php:896
|
426 |
+
msgid ""
|
427 |
+
"'Visible' and 'Disabled for editing' options will be applied only to logged-"
|
428 |
+
"in users."
|
429 |
msgstr ""
|
430 |
|
431 |
+
#: contact_form.php:872
|
432 |
msgid "Location selectbox"
|
433 |
msgstr "Flervalgsboks for sted"
|
434 |
|
435 |
+
#: contact_form.php:880 contact_form.php:1258 contact_form.php:2006
|
436 |
+
#: contact_form.php:2040
|
|
|
|
|
437 |
msgid "Address"
|
438 |
msgstr "Adresse"
|
439 |
|
440 |
+
#: contact_form.php:888
|
441 |
msgid "Email Address"
|
442 |
msgstr "E-post"
|
443 |
|
444 |
+
#: contact_form.php:895
|
445 |
msgid "Use User's email as a default value if the user is logged in."
|
446 |
msgstr ""
|
447 |
|
448 |
+
#: contact_form.php:900
|
449 |
msgid "Phone number"
|
450 |
msgstr "Telefon"
|
451 |
|
452 |
+
#: contact_form.php:908 contact_form.php:1273 contact_form.php:2021
|
453 |
+
#: contact_form.php:2049
|
|
|
|
|
454 |
msgid "Subject"
|
455 |
msgstr "Tema"
|
456 |
|
457 |
+
#: contact_form.php:916 contact_form.php:1277 contact_form.php:2024
|
458 |
+
#: contact_form.php:2051
|
|
|
|
|
459 |
msgid "Message"
|
460 |
msgstr "Melding"
|
461 |
|
462 |
+
#: contact_form.php:940
|
463 |
msgid "Attachment block"
|
464 |
msgstr "Vedhengsblokk"
|
465 |
|
466 |
+
#: contact_form.php:942
|
467 |
msgid "Users can attach the following file formats"
|
468 |
msgstr "Brukere kan legge ved følgende filformat"
|
469 |
|
470 |
+
#: contact_form.php:955
|
471 |
msgid "Add to the form"
|
472 |
msgstr "Legg til skjemaet"
|
473 |
|
474 |
+
#: contact_form.php:960
|
475 |
msgid "Tips below the Attachment"
|
476 |
msgstr "Tips under vedheng"
|
477 |
|
478 |
+
#: contact_form.php:969
|
479 |
msgid "'Send me a copy' block"
|
480 |
msgstr "'Send meg en kopi' blokk"
|
481 |
|
482 |
+
#: contact_form.php:982
|
483 |
msgid "Activate captcha"
|
484 |
msgstr "Aktiver captcha"
|
485 |
|
486 |
+
#: contact_form.php:986
|
487 |
msgid "Download captcha"
|
488 |
msgstr "Last ned captcha"
|
489 |
|
490 |
+
#: contact_form.php:994
|
491 |
msgid "Agreement checkbox"
|
492 |
msgstr "Sjekkboks for vilkår"
|
493 |
|
494 |
+
#: contact_form.php:994
|
495 |
msgid "Required checkbox for submitting the form"
|
496 |
msgstr "Obligatoriske sjekkbokser for å sende inn skjemaet"
|
497 |
|
498 |
+
#: contact_form.php:995
|
499 |
msgid "Optional checkbox"
|
500 |
msgstr "Valgfri sjekkboks"
|
501 |
|
502 |
+
#: contact_form.php:995
|
503 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
504 |
msgstr "Valgfri sjekkboks, resultatene vil bli vist i e-post"
|
505 |
|
506 |
+
#: contact_form.php:1013
|
507 |
msgid "Delete an attachment file from the server after the email is sent"
|
508 |
msgstr "Slett vedhengsfil fra server etter at e-posten er sendt."
|
509 |
|
510 |
+
#: contact_form.php:1019
|
511 |
msgid "Email in HTML format sending"
|
512 |
msgstr "Send e-post i HTML format"
|
513 |
|
514 |
+
#: contact_form.php:1023
|
515 |
msgid "Display additional info in the email"
|
516 |
msgstr "Vis ekstra informasjon i e-posten"
|
517 |
|
518 |
+
#: contact_form.php:1029 contact_form.php:1967 contact_form.php:1969
|
|
|
|
|
519 |
msgid "Sent from (ip address)"
|
520 |
msgstr "Sent fra (ip-adresse)"
|
521 |
|
522 |
+
#: contact_form.php:1029
|
523 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
524 |
msgstr "Eksempel: Sendt fra (IP adresse):\t127.0.0.1"
|
525 |
|
526 |
+
#: contact_form.php:1030 contact_form.php:1973 contact_form.php:1975
|
|
|
|
|
527 |
msgid "Date/Time"
|
528 |
msgstr "Dato/Tid"
|
529 |
|
530 |
+
#: contact_form.php:1030
|
531 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
532 |
msgstr "Eksempel: Dato/Tid:\tAugust 19, 2013 8:50 pm"
|
533 |
|
534 |
+
#: contact_form.php:1031 contact_form.php:1979 contact_form.php:1981
|
|
|
|
|
535 |
msgid "Sent from (referer)"
|
536 |
msgstr "Sent fra (referer)"
|
537 |
|
538 |
+
#: contact_form.php:1031
|
539 |
+
msgid ""
|
540 |
+
"Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
541 |
+
msgstr ""
|
542 |
+
"Eksempel: Sent fra (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
543 |
|
544 |
+
#: contact_form.php:1032 contact_form.php:1985 contact_form.php:1987
|
|
|
|
|
545 |
msgid "Using (user agent)"
|
546 |
msgstr "Bruker (user agent)"
|
547 |
|
548 |
+
#: contact_form.php:1032
|
549 |
+
msgid ""
|
550 |
+
"Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
|
551 |
+
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
552 |
+
msgstr ""
|
553 |
+
"Eksempel: Bruker (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
|
554 |
+
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
555 |
|
556 |
+
#: contact_form.php:1037
|
557 |
msgid "Language settings for the field names in the form"
|
558 |
msgstr "Språkinstillinger for feltnavn i skjemaet"
|
559 |
|
560 |
+
#: contact_form.php:1046
|
561 |
msgid "Add a language"
|
562 |
msgstr "Legg til et språk"
|
563 |
|
564 |
+
#: contact_form.php:1050
|
565 |
msgid "Change the names of the contact form fields and error messages"
|
566 |
msgstr "Endre navnene på kontaktskjemafeltene og feilmeldingene"
|
567 |
|
568 |
+
#: contact_form.php:1055 contact_form.php:1142
|
|
|
569 |
msgid "English"
|
570 |
msgstr "Engelsk"
|
571 |
|
572 |
+
#: contact_form.php:1063 contact_form.php:1097
|
|
|
573 |
msgid "click to expand/hide the list"
|
574 |
msgstr "klikk for å ekspandere/gjemme listen"
|
575 |
|
576 |
+
#: contact_form.php:1072 contact_form.php:1106
|
|
|
577 |
msgid "Tips below the Attachment block"
|
578 |
msgstr "Tips under Vedhengblokken"
|
579 |
|
580 |
+
#: contact_form.php:1075 contact_form.php:1109
|
|
|
581 |
msgid "Error message for the Name field"
|
582 |
msgstr "Feilmelding for navnefeltet"
|
583 |
|
584 |
+
#: contact_form.php:1076 contact_form.php:1110
|
|
|
585 |
msgid "Error message for the Address field"
|
586 |
msgstr "Feilmelding for adressefeltet"
|
587 |
|
588 |
+
#: contact_form.php:1077 contact_form.php:1111
|
|
|
589 |
msgid "Error message for the Email field"
|
590 |
msgstr "Feilmelding for e-post feltet"
|
591 |
|
592 |
+
#: contact_form.php:1078 contact_form.php:1112
|
|
|
593 |
msgid "Error message for the Phone field"
|
594 |
msgstr "Feilmelding for telefon-feltet"
|
595 |
|
596 |
+
#: contact_form.php:1079 contact_form.php:1113
|
|
|
597 |
msgid "Error message for the Subject field"
|
598 |
msgstr "Feilmelding for tema-feltet"
|
599 |
|
600 |
+
#: contact_form.php:1080 contact_form.php:1114
|
|
|
601 |
msgid "Error message for the Message field"
|
602 |
msgstr "Feilmelding for meldingsfeltet"
|
603 |
|
604 |
+
#: contact_form.php:1081 contact_form.php:1115
|
|
|
605 |
msgid "Error message about the file type for the Attachment field"
|
606 |
msgstr "Feilmelding for filtype til vedhengsfeltet"
|
607 |
|
608 |
+
#: contact_form.php:1082 contact_form.php:1116
|
609 |
+
msgid ""
|
610 |
+
"Error message while uploading a file for the Attachment field to the server"
|
611 |
msgstr "Feilmelding ved opplasting av fil for vedhengsfeltet til server"
|
612 |
|
613 |
+
#: contact_form.php:1083 contact_form.php:1117
|
|
|
614 |
msgid "Error message while moving the file for the Attachment field"
|
615 |
msgstr "Feilmedling ved flytting av fil for vedhengsfeltet."
|
616 |
|
617 |
+
#: contact_form.php:1084 contact_form.php:1118
|
|
|
618 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
619 |
msgstr "Feilmelding når filstørrelsebegrensning for vedhengsfeltet er nådd"
|
620 |
|
621 |
+
#: contact_form.php:1085 contact_form.php:1119
|
|
|
622 |
msgid "Error message for the Captcha field"
|
623 |
msgstr "Feilmelding for Captcha-feltet"
|
624 |
|
625 |
+
#: contact_form.php:1086 contact_form.php:1120
|
|
|
626 |
msgid "Error message for the whole form"
|
627 |
msgstr "Feilmelding for hele skjemaet"
|
628 |
|
629 |
+
#: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
|
630 |
+
#: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
|
631 |
+
#: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
|
632 |
+
#: contact_form.php:2358
|
|
|
|
|
|
|
|
|
|
|
|
|
633 |
msgid "Use shortcode"
|
634 |
msgstr "Bruk shortcode"
|
635 |
|
636 |
+
#: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
|
637 |
+
#: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
|
638 |
+
#: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
|
639 |
+
#: contact_form.php:2358
|
|
|
|
|
|
|
|
|
|
|
|
|
640 |
msgid "for this language"
|
641 |
msgstr "for dette språket"
|
642 |
|
643 |
+
#: contact_form.php:1133
|
644 |
msgid "Use the changed names of the contact form fields in the email"
|
645 |
msgstr "Bruk de endrede navnene i kontaktskjemafeltene i e-posten"
|
646 |
|
647 |
+
#: contact_form.php:1139
|
648 |
msgid "Action after email is sent"
|
649 |
msgstr "Handling etter at e-posten er sendt"
|
650 |
|
651 |
+
#: contact_form.php:1141
|
652 |
msgid "Display text"
|
653 |
msgstr "Vis tekst"
|
654 |
|
655 |
+
#: contact_form.php:1150 contact_form.php:1160
|
|
|
656 |
msgid "Text"
|
657 |
msgstr "Tekst"
|
658 |
|
659 |
+
#: contact_form.php:1171
|
660 |
msgid "Redirect to the page"
|
661 |
msgstr "Videresend til siden"
|
662 |
|
663 |
+
#: contact_form.php:1172
|
664 |
msgid "Url"
|
665 |
msgstr "Url"
|
666 |
|
667 |
+
#: contact_form.php:1176
|
668 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
669 |
msgstr " $_SERVER variabel som brukes til å sette sammen en URL på formen"
|
670 |
|
671 |
+
#: contact_form.php:1181
|
672 |
+
msgid ""
|
673 |
+
"If you are not sure whether to change this setting or not, please do not do "
|
674 |
+
"that."
|
675 |
+
msgstr ""
|
676 |
+
"Om du ikke er sikkert på om du bør endre denne instillingen eller ikke, "
|
677 |
+
"vennligst ikke gjør det."
|
678 |
|
679 |
+
#: contact_form.php:1191
|
680 |
msgid "Auto Response"
|
681 |
msgstr ""
|
682 |
|
683 |
+
#: contact_form.php:1195
|
684 |
#, php-format
|
685 |
+
msgid ""
|
686 |
+
"You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
|
687 |
+
"display data from the Message field, as well as %%SITENAME%% to display blog "
|
688 |
+
"name."
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: contact_form.php:1220 contact_form.php:1402
|
|
|
692 |
msgid "Save Changes"
|
693 |
msgstr "Lagre endringer"
|
694 |
|
695 |
+
#: contact_form.php:1233
|
696 |
msgid "Errors output"
|
697 |
msgstr "Feilmelding utdata"
|
698 |
|
699 |
+
#: contact_form.php:1236
|
700 |
msgid "Display error messages"
|
701 |
msgstr "Vise feilmeldinger"
|
702 |
|
703 |
+
#: contact_form.php:1237
|
704 |
msgid "Color of the input field errors."
|
705 |
msgstr "Farger på feilmeldingene for inputfelt"
|
706 |
|
707 |
+
#: contact_form.php:1238
|
708 |
msgid "Display error messages & color of the input field errors"
|
709 |
msgstr "Vis feilmeldinger og farge på inputfeltfeil"
|
710 |
|
711 |
+
#: contact_form.php:1243
|
712 |
msgid "Add placeholder to the input blocks"
|
713 |
msgstr "Legg til placeholder på inputblokkene"
|
714 |
|
715 |
+
#: contact_form.php:1249
|
716 |
msgid "Add tooltips"
|
717 |
msgstr "Legg til tooltips"
|
718 |
|
719 |
+
#: contact_form.php:1263
|
720 |
msgid "Email address"
|
721 |
msgstr "E-post adresse"
|
722 |
|
723 |
+
#: contact_form.php:1268
|
724 |
msgid "Phone Number"
|
725 |
msgstr "Telefon"
|
726 |
|
727 |
+
#: contact_form.php:1282
|
728 |
msgid "Attachment"
|
729 |
msgstr "Vedheng"
|
730 |
|
731 |
+
#: contact_form.php:1292
|
732 |
msgid "Style options"
|
733 |
msgstr "Styleringsopsjoner"
|
734 |
|
735 |
+
#: contact_form.php:1295
|
736 |
msgid "Text color"
|
737 |
msgstr "Tekstfarge"
|
738 |
|
739 |
+
#: contact_form.php:1298 contact_form.php:1303 contact_form.php:1313
|
740 |
+
#: contact_form.php:1318 contact_form.php:1323 contact_form.php:1328
|
741 |
+
#: contact_form.php:1338 contact_form.php:1343 contact_form.php:1352
|
742 |
+
#: contact_form.php:1366 contact_form.php:1371 contact_form.php:1376
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
743 |
msgid "Default"
|
744 |
msgstr "Standard"
|
745 |
|
746 |
+
#: contact_form.php:1300
|
747 |
msgid "Label text color"
|
748 |
msgstr "Tekstfarge på merkelapp"
|
749 |
|
750 |
+
#: contact_form.php:1305
|
751 |
msgid "Placeholder color"
|
752 |
msgstr "Placeholder farge"
|
753 |
|
754 |
+
#: contact_form.php:1310
|
755 |
msgid "Errors color"
|
756 |
msgstr "Feilmeldingsfarge"
|
757 |
|
758 |
+
#: contact_form.php:1315
|
759 |
msgid "Error text color"
|
760 |
msgstr "Tekstfarge på feilmelding"
|
761 |
|
762 |
+
#: contact_form.php:1320
|
763 |
msgid "Background color of the input field errors"
|
764 |
msgstr "Bakgrunnsfarge på inputfeltfeil"
|
765 |
|
766 |
+
#: contact_form.php:1325
|
767 |
msgid "Border color of the input field errors"
|
768 |
msgstr "Rammefarge på inputfeltfeil"
|
769 |
|
770 |
+
#: contact_form.php:1330
|
771 |
msgid "Placeholder color of the input field errors"
|
772 |
msgstr "Placeholderfarge på inputfeltfeil"
|
773 |
|
774 |
+
#: contact_form.php:1335
|
775 |
msgid "Input fields"
|
776 |
msgstr "Inputfelt"
|
777 |
|
778 |
+
#: contact_form.php:1340
|
779 |
msgid "Input fields background color"
|
780 |
msgstr "Bakgrunnsfarge på inputfelter"
|
781 |
|
782 |
+
#: contact_form.php:1345
|
783 |
msgid "Text fields color"
|
784 |
msgstr "Farge på tekstfelter"
|
785 |
|
786 |
+
#: contact_form.php:1349
|
787 |
msgid "Border width in px, numbers only"
|
788 |
msgstr "Rammebredde i pixler, kun tall"
|
789 |
|
790 |
+
#: contact_form.php:1354 contact_form.php:1378
|
|
|
791 |
msgid "Border color"
|
792 |
msgstr "Ramme farge"
|
793 |
|
794 |
+
#: contact_form.php:1359
|
795 |
msgid "Submit button"
|
796 |
msgstr "Send knapp"
|
797 |
|
798 |
+
#: contact_form.php:1363
|
799 |
msgid "Width in px, numbers only"
|
800 |
msgstr "Bredde i piksler, kun tall"
|
801 |
|
802 |
+
#: contact_form.php:1368
|
803 |
msgid "Button color"
|
804 |
msgstr "Knappfarge"
|
805 |
|
806 |
+
#: contact_form.php:1373
|
807 |
msgid "Button text color"
|
808 |
msgstr "Farge på knappetekst"
|
809 |
|
810 |
+
#: contact_form.php:1406
|
811 |
msgid "Contact Form Pro | Preview"
|
812 |
msgstr "Contact Form Pro | Forhåndsvisning"
|
813 |
|
814 |
+
#: contact_form.php:1408
|
815 |
msgid "Show with errors"
|
816 |
msgstr "Vis med feilmeldinger"
|
817 |
|
818 |
+
#: contact_form.php:1417 contact_form.php:1419
|
|
|
819 |
msgid "Please enter your full name..."
|
820 |
msgstr "Vennligst skriv inn ditt fulle navn..."
|
821 |
|
822 |
+
#: contact_form.php:1430 contact_form.php:1432
|
|
|
823 |
msgid "Please enter your address..."
|
824 |
msgstr "Vennligst fyll inn din adresse..."
|
825 |
|
826 |
+
#: contact_form.php:1441 contact_form.php:1443
|
|
|
827 |
msgid "Please enter your email address..."
|
828 |
msgstr "Vennligst oppgi e-post addresse..."
|
829 |
|
830 |
+
#: contact_form.php:1452 contact_form.php:1454
|
|
|
831 |
msgid "Please enter your phone number..."
|
832 |
msgstr "Vennligst oppgi ditt telefon nummer..."
|
833 |
|
834 |
+
#: contact_form.php:1463 contact_form.php:1465
|
|
|
835 |
msgid "Please enter subject..."
|
836 |
msgstr "Vennligst oppgi tema..."
|
837 |
|
838 |
+
#: contact_form.php:1473 contact_form.php:1475
|
|
|
839 |
msgid "Please enter your message..."
|
840 |
msgstr "Vennligst skriv inn en melding..."
|
841 |
|
842 |
+
#: contact_form.php:1586
|
843 |
msgid "Sorry, email message could not be delivered."
|
844 |
msgstr "Beklager, e-postmelding kunne ikke leveres."
|
845 |
|
846 |
+
#: contact_form.php:1994
|
847 |
msgid "Contact from"
|
848 |
msgstr "Kontaktskjema"
|
849 |
|
850 |
+
#: contact_form.php:2016 contact_form.php:2046
|
|
|
851 |
msgid "Phone"
|
852 |
msgstr "Telefon"
|
853 |
|
854 |
+
#: contact_form.php:2027 contact_form.php:2053
|
|
|
855 |
msgid "Site"
|
856 |
msgstr "side"
|
857 |
|
858 |
+
#: contact_form.php:2140
|
859 |
+
msgid ""
|
860 |
+
"If you can see this MIME, it means that the MIME type is not supported by "
|
861 |
+
"your email client!"
|
862 |
+
msgstr ""
|
863 |
+
"Om du kan se denne MIME, betyr det at MIME format ikke er støttet av din e-"
|
864 |
+
"postklient!"
|
865 |
|
866 |
+
#: contact_form.php:2224
|
867 |
msgid "Support"
|
868 |
msgstr "Support"
|
869 |
|
870 |
+
#: contact_form.php:2273
|
871 |
msgid "Are you sure that you want to delete this language data?"
|
872 |
msgstr "Er du sikker på at du ønsker å slette disse språkdatane?"
|
873 |
|
874 |
+
#: contact_form.php:2294
|
875 |
#, fuzzy
|
876 |
msgid "Add multiple forms"
|
877 |
msgstr "Legg til skjemaet"
|
878 |
|
879 |
+
#: contact_form.php:2294
|
880 |
+
msgid ""
|
881 |
+
"Install Contact Form Multi plugin to create unlimited number of contact "
|
882 |
+
"forms."
|
883 |
msgstr ""
|
884 |
|
885 |
+
#: contact_form.php:2299
|
886 |
#, fuzzy
|
887 |
msgid "Learn more"
|
888 |
msgstr "Lær mer"
|
889 |
|
890 |
+
#: contact_form.php:2303
|
891 |
msgid "Close"
|
892 |
msgstr ""
|
893 |
|
894 |
+
#: contact_form.php:2491
|
895 |
#, fuzzy
|
896 |
msgid "allows to store your messages to the database."
|
897 |
+
msgstr ""
|
898 |
+
"<strong>Contact Form to DB</strong> lar deg lagre meldinger i databasen."
|
899 |
|
900 |
+
#: contact_form.php:2492
|
901 |
msgid "Manage messages that have been sent from your website."
|
902 |
msgstr "Administrer meldinger som har blitt sendt fra din webside."
|
903 |
|
languages/contact_form-pt_BR.mo
CHANGED
Binary file
|
languages/contact_form-pt_BR.po
CHANGED
@@ -2,10 +2,11 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
-
"Last-Translator: bestwebsoft.com <
|
8 |
-
"Language-Team: Breno Jacinto, DJIO | Dionizio Bonfim Bach <brenojac@gmail.
|
|
|
9 |
"Language: pt_BR\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -19,8 +20,7 @@ msgstr ""
|
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
# @ contact_form
|
22 |
-
#: contact_form.php:35
|
23 |
-
#: contact_form.php:650
|
24 |
msgid "Contact Form Settings"
|
25 |
msgstr "Configurações do Formulário de Contato"
|
26 |
|
@@ -30,71 +30,59 @@ msgid "Contact Form"
|
|
30 |
msgstr "Formulário de contato"
|
31 |
|
32 |
# @ contact_form
|
33 |
-
#: contact_form.php:123
|
34 |
-
#: contact_form.php:1047
|
35 |
-
#: contact_form.php:1081
|
36 |
msgid "Name:"
|
37 |
msgstr "Nome:"
|
38 |
|
39 |
# @ contact_form
|
40 |
-
#: contact_form.php:124
|
41 |
-
#: contact_form.php:1048
|
42 |
-
#: contact_form.php:1082
|
43 |
msgid "Address:"
|
44 |
msgstr "Endereço:"
|
45 |
|
46 |
# @ contact_form
|
47 |
-
#: contact_form.php:125
|
48 |
-
#: contact_form.php:1049
|
49 |
-
#: contact_form.php:1083
|
50 |
msgid "Email Address:"
|
51 |
msgstr "Endereço de E-mail:"
|
52 |
|
53 |
# @ contact_form
|
54 |
-
#: contact_form.php:126
|
55 |
-
#: contact_form.php:1050
|
56 |
-
#: contact_form.php:1084
|
57 |
msgid "Phone number:"
|
58 |
msgstr "Número de Telefone:"
|
59 |
|
60 |
# @ contact_form
|
61 |
-
#: contact_form.php:127
|
62 |
-
#: contact_form.php:1051
|
63 |
-
#: contact_form.php:1085
|
64 |
msgid "Subject:"
|
65 |
msgstr "Assunto:"
|
66 |
|
67 |
# @ contact_form
|
68 |
-
#: contact_form.php:128
|
69 |
-
#: contact_form.php:1052
|
70 |
-
#: contact_form.php:1086
|
71 |
msgid "Message:"
|
72 |
msgstr "Mensagem:"
|
73 |
|
74 |
# @ contact_form
|
75 |
-
#: contact_form.php:129
|
76 |
-
#: contact_form.php:1053
|
77 |
-
#: contact_form.php:1087
|
78 |
msgid "Attachment:"
|
79 |
msgstr "Anexo:"
|
80 |
|
81 |
# @ contact_form
|
82 |
#: contact_form.php:130
|
83 |
#, fuzzy
|
84 |
-
msgid "
|
85 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
|
87 |
# @ contact_form
|
88 |
-
#: contact_form.php:131
|
89 |
-
#: contact_form.php:1055
|
90 |
-
#: contact_form.php:1089
|
91 |
msgid "Send me a copy"
|
92 |
msgstr "Envie-me uma cópia"
|
93 |
|
94 |
# @ contact_form
|
95 |
-
#: contact_form.php:132
|
96 |
-
#: contact_form.php:1056
|
97 |
-
#: contact_form.php:1090
|
98 |
msgid "Submit"
|
99 |
msgstr "Enviar"
|
100 |
|
@@ -156,7 +144,8 @@ msgstr "Por favor, complete a resposta da charada ."
|
|
156 |
# @ contact_form
|
157 |
#: contact_form.php:144
|
158 |
msgid "Please make corrections below and try again."
|
159 |
-
msgstr "
|
|
|
160 |
|
161 |
# @ bestwebsoft
|
162 |
# @ contact_form
|
@@ -165,13 +154,19 @@ msgid "Thank you for contacting us."
|
|
165 |
msgstr "Obrigado por nos contatar"
|
166 |
|
167 |
#: contact_form.php:546
|
168 |
-
msgid "
|
|
|
|
|
169 |
msgstr ""
|
170 |
|
171 |
# @ contact_form
|
172 |
#: contact_form.php:556
|
173 |
-
msgid "
|
174 |
-
|
|
|
|
|
|
|
|
|
175 |
|
176 |
# @ contact_form
|
177 |
#: contact_form.php:565
|
@@ -182,14 +177,19 @@ msgstr "Tal usuário não existe. Configurações não foram salvas."
|
|
182 |
# @ contact_form
|
183 |
#: contact_form.php:575
|
184 |
#, fuzzy
|
185 |
-
msgid "
|
186 |
-
|
|
|
|
|
|
|
187 |
|
188 |
# @ contact_form
|
189 |
#: contact_form.php:583
|
190 |
#, fuzzy
|
191 |
msgid "Please enter a valid email address in the 'FROM' field."
|
192 |
-
msgstr "
|
|
|
|
|
193 |
|
194 |
# @ contact_form
|
195 |
#: contact_form.php:606
|
@@ -202,893 +202,885 @@ msgstr "As configurações foram salvas."
|
|
202 |
msgid "Settings are not saved."
|
203 |
msgstr "As configurações foram salvas."
|
204 |
|
|
|
|
|
|
|
|
|
205 |
# @ bestwebsoft
|
206 |
# @ contact_form
|
207 |
-
#: contact_form.php:
|
208 |
-
#: contact_form.php:2188
|
209 |
-
#: contact_form.php:2202
|
210 |
msgid "Settings"
|
211 |
msgstr "Configurações"
|
212 |
|
213 |
# @ contact_form
|
214 |
-
#: contact_form.php:
|
215 |
#, fuzzy
|
216 |
msgid "Additional settings"
|
217 |
msgstr "Opções adicionais"
|
218 |
|
219 |
-
#: contact_form.php:
|
220 |
msgid "Appearance"
|
221 |
msgstr ""
|
222 |
|
223 |
# @ contact_form
|
224 |
-
#: contact_form.php:
|
225 |
-
#: contact_form.php:2203
|
226 |
msgid "FAQ"
|
227 |
msgstr "Perguntas Frequentes"
|
228 |
|
229 |
-
#: contact_form.php:
|
230 |
msgid "Go PRO"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: contact_form.php:
|
234 |
-
#: contact_form.php:661
|
235 |
msgid "Notice:"
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: contact_form.php:
|
239 |
-
msgid "
|
|
|
|
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: contact_form.php:
|
243 |
-
msgid "
|
|
|
|
|
244 |
msgstr ""
|
245 |
|
246 |
# @ contact_form
|
247 |
-
#: contact_form.php:
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
|
|
|
|
|
|
252 |
|
253 |
# @ contact_form
|
254 |
-
#: contact_form.php:
|
255 |
-
#: contact_form.php:
|
256 |
-
#: contact_form.php:
|
257 |
-
#: contact_form.php:680
|
258 |
-
#: contact_form.php:1071
|
259 |
-
#: contact_form.php:1073
|
260 |
-
#: contact_form.php:1134
|
261 |
-
#: contact_form.php:1136
|
262 |
msgid "or"
|
263 |
msgstr "ou"
|
264 |
|
265 |
# @ contact_form
|
266 |
-
#: contact_form.php:
|
267 |
-
|
268 |
-
msgid "
|
269 |
-
|
|
|
|
|
|
|
|
|
270 |
|
271 |
# @ contact_form
|
272 |
-
#: contact_form.php:
|
273 |
-
#: contact_form.php:680
|
274 |
msgid "They work the same way."
|
275 |
msgstr "Eles funcionam da mesma forma."
|
276 |
|
277 |
# @ contact_form
|
278 |
-
#: contact_form.php:
|
279 |
-
msgid "
|
280 |
-
|
|
|
|
|
|
|
|
|
281 |
|
282 |
# @ contact_form
|
283 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
284 |
msgid "The user's email address:"
|
285 |
msgstr "Use o email de um usuário do wordpress:"
|
286 |
|
287 |
# @ contact_form
|
288 |
-
#: contact_form.php:
|
289 |
#, fuzzy
|
290 |
msgid "Select a username"
|
291 |
msgstr "Selecione o nome do usuário"
|
292 |
|
293 |
# @ contact_form
|
294 |
-
#: contact_form.php:
|
295 |
-
msgid "
|
296 |
-
|
|
|
|
|
|
|
|
|
297 |
|
298 |
# @ contact_form
|
299 |
-
#: contact_form.php:
|
300 |
msgid "Use this email address:"
|
301 |
msgstr "Use este email:"
|
302 |
|
303 |
# @ contact_form
|
304 |
-
#: contact_form.php:
|
305 |
msgid "Enter the email address you want the messages forwarded to."
|
306 |
-
msgstr "
|
|
|
|
|
307 |
|
308 |
-
#: contact_form.php:
|
309 |
msgid "Add department selectbox to the contact form:"
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: contact_form.php:
|
313 |
-
#: contact_form.php:1182
|
314 |
-
#: contact_form.php:1365
|
315 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: contact_form.php:
|
319 |
-
#: contact_form.php:
|
320 |
-
|
321 |
-
#: contact_form.php:1189
|
322 |
-
#: contact_form.php:1372
|
323 |
-
msgid "Unlock premium options by upgrading to a PRO version."
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: contact_form.php:
|
327 |
-
#: contact_form.php:
|
328 |
-
#: contact_form.php:984
|
329 |
-
#: contact_form.php:1190
|
330 |
-
#: contact_form.php:1373
|
331 |
-
#: contact_form.php:2475
|
332 |
msgid "Learn More"
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: contact_form.php:
|
336 |
-
#: contact_form.php:
|
337 |
-
#: contact_form.php:987
|
338 |
-
#: contact_form.php:1193
|
339 |
-
#: contact_form.php:1376
|
340 |
msgid "Go"
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: contact_form.php:
|
344 |
msgid "Save emails to the database"
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: contact_form.php:
|
348 |
msgid "Using"
|
349 |
msgstr ""
|
350 |
|
351 |
# @ contact_form
|
352 |
-
#: contact_form.php:
|
353 |
-
#: contact_form.php:759
|
354 |
#, fuzzy
|
355 |
msgid "Using Contact Form to DB by BestWebSoft"
|
356 |
msgstr "Formulário de Contato Pro"
|
357 |
|
358 |
# @ contact_form
|
359 |
-
#: contact_form.php:
|
360 |
#, fuzzy
|
361 |
msgid "Activate"
|
362 |
msgstr "Ativar captcha"
|
363 |
|
364 |
# @ contact_form
|
365 |
-
#: contact_form.php:
|
366 |
#, fuzzy
|
367 |
msgid "Download"
|
368 |
msgstr "Fazer Download do Captcha"
|
369 |
|
370 |
# @ contact_form
|
371 |
-
#: contact_form.php:
|
372 |
msgid "What to use?"
|
373 |
msgstr "O que usar?"
|
374 |
|
375 |
# @ contact_form
|
376 |
-
#: contact_form.php:
|
377 |
msgid "Wp-mail"
|
378 |
msgstr "Wp-mail"
|
379 |
|
380 |
# @ contact_form
|
381 |
-
#: contact_form.php:
|
382 |
msgid "You can use the wp_mail function for mailing"
|
383 |
msgstr "Você pode usar a função wp_mail para enviar emails"
|
384 |
|
385 |
# @ contact_form
|
386 |
-
#: contact_form.php:
|
387 |
msgid "Mail"
|
388 |
msgstr "Mail"
|
389 |
|
390 |
# @ contact_form
|
391 |
-
#: contact_form.php:
|
392 |
msgid "To send mail you can use the php mail function"
|
393 |
msgstr "Para enviar emails você pode usar a função mail() do php"
|
394 |
|
395 |
-
#: contact_form.php:
|
396 |
msgid "'FROM' field"
|
397 |
msgstr ""
|
398 |
|
399 |
# @ contact_form
|
400 |
-
#: contact_form.php:
|
401 |
-
#: contact_form.php:
|
402 |
-
#: contact_form.php:1234
|
403 |
-
#: contact_form.php:1980
|
404 |
-
#: contact_form.php:2016
|
405 |
msgid "Name"
|
406 |
msgstr "Nome"
|
407 |
|
408 |
# @ contact_form
|
409 |
-
#: contact_form.php:
|
410 |
#, fuzzy
|
411 |
msgid "User name"
|
412 |
msgstr "Email do usuário"
|
413 |
|
414 |
# @ contact_form
|
415 |
-
#: contact_form.php:
|
416 |
#, fuzzy
|
417 |
-
msgid "
|
418 |
-
|
|
|
|
|
|
|
419 |
|
420 |
# @ contact_form
|
421 |
-
#: contact_form.php:
|
422 |
-
#: contact_form.php:1991
|
423 |
-
#: contact_form.php:2023
|
424 |
msgid "Email"
|
425 |
msgstr "E-Mail"
|
426 |
|
427 |
# @ contact_form
|
428 |
-
#: contact_form.php:
|
429 |
msgid "User email"
|
430 |
msgstr "Email do usuário"
|
431 |
|
432 |
# @ contact_form
|
433 |
-
#: contact_form.php:
|
434 |
-
msgid "
|
435 |
-
|
|
|
|
|
|
|
|
|
436 |
|
437 |
-
#: contact_form.php:
|
438 |
-
msgid "
|
|
|
|
|
439 |
msgstr ""
|
440 |
|
441 |
# @ contact_form
|
442 |
-
#: contact_form.php:
|
443 |
#, fuzzy
|
444 |
msgid "Required symbol"
|
445 |
msgstr "Campos obrigatórios"
|
446 |
|
447 |
-
#: contact_form.php:
|
448 |
msgid "Fields"
|
449 |
msgstr ""
|
450 |
|
451 |
-
#: contact_form.php:
|
452 |
msgid "Used"
|
453 |
msgstr ""
|
454 |
|
455 |
# @ contact_form
|
456 |
-
#: contact_form.php:
|
457 |
#, fuzzy
|
458 |
msgid "Required"
|
459 |
msgstr "Campos obrigatórios"
|
460 |
|
461 |
-
#: contact_form.php:
|
462 |
msgid "Visible"
|
463 |
msgstr ""
|
464 |
|
465 |
-
#: contact_form.php:
|
466 |
msgid "Disabled for editing"
|
467 |
msgstr ""
|
468 |
|
469 |
-
#: contact_form.php:
|
470 |
msgid "Field's default value"
|
471 |
msgstr ""
|
472 |
|
473 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
474 |
msgid "Use User's name as a default value if the user is logged in."
|
475 |
msgstr ""
|
476 |
|
477 |
-
#: contact_form.php:
|
478 |
-
|
479 |
-
|
|
|
480 |
msgstr ""
|
481 |
|
482 |
-
#: contact_form.php:
|
483 |
msgid "Location selectbox"
|
484 |
msgstr ""
|
485 |
|
486 |
# @ contact_form
|
487 |
-
#: contact_form.php:
|
488 |
-
#: contact_form.php:
|
489 |
-
#: contact_form.php:1986
|
490 |
-
#: contact_form.php:2020
|
491 |
msgid "Address"
|
492 |
msgstr "Endereço"
|
493 |
|
494 |
# @ contact_form
|
495 |
-
#: contact_form.php:
|
496 |
msgid "Email Address"
|
497 |
msgstr "Endereço de email"
|
498 |
|
499 |
-
#: contact_form.php:
|
500 |
msgid "Use User's email as a default value if the user is logged in."
|
501 |
msgstr ""
|
502 |
|
503 |
# @ contact_form
|
504 |
-
#: contact_form.php:
|
505 |
#, fuzzy
|
506 |
msgid "Phone number"
|
507 |
msgstr "Número de Telefone:"
|
508 |
|
509 |
# @ contact_form
|
510 |
-
#: contact_form.php:
|
511 |
-
#: contact_form.php:
|
512 |
-
#: contact_form.php:2001
|
513 |
-
#: contact_form.php:2029
|
514 |
msgid "Subject"
|
515 |
msgstr "Assunto"
|
516 |
|
517 |
# @ contact_form
|
518 |
-
#: contact_form.php:
|
519 |
-
#: contact_form.php:
|
520 |
-
#: contact_form.php:2004
|
521 |
-
#: contact_form.php:2031
|
522 |
msgid "Message"
|
523 |
msgstr "Mensagem"
|
524 |
|
525 |
# @ contact_form
|
526 |
-
#: contact_form.php:
|
527 |
msgid "Attachment block"
|
528 |
msgstr "Bloco de anexos"
|
529 |
|
530 |
# @ contact_form
|
531 |
-
#: contact_form.php:
|
532 |
msgid "Users can attach the following file formats"
|
533 |
msgstr "Usuários pode anexar arquivos do seguinte tipo:"
|
534 |
|
535 |
-
#: contact_form.php:
|
536 |
msgid "Add to the form"
|
537 |
msgstr ""
|
538 |
|
539 |
# @ contact_form
|
540 |
-
#: contact_form.php:
|
541 |
#, fuzzy
|
542 |
msgid "Tips below the Attachment"
|
543 |
msgstr "Exibir dicas abaixo do bloco de Anexos"
|
544 |
|
545 |
# @ contact_form
|
546 |
-
#: contact_form.php:
|
547 |
#, fuzzy
|
548 |
msgid "'Send me a copy' block"
|
549 |
msgstr "Exibir bloco 'Enviar-me uma cópia'"
|
550 |
|
551 |
# @ contact_form
|
552 |
-
#: contact_form.php:
|
553 |
msgid "Activate captcha"
|
554 |
msgstr "Ativar captcha"
|
555 |
|
556 |
# @ contact_form
|
557 |
-
#: contact_form.php:
|
558 |
msgid "Download captcha"
|
559 |
msgstr "Fazer Download do Captcha"
|
560 |
|
561 |
-
#: contact_form.php:
|
562 |
msgid "Agreement checkbox"
|
563 |
msgstr ""
|
564 |
|
565 |
-
#: contact_form.php:
|
566 |
msgid "Required checkbox for submitting the form"
|
567 |
msgstr ""
|
568 |
|
569 |
-
#: contact_form.php:
|
570 |
msgid "Optional checkbox"
|
571 |
msgstr ""
|
572 |
|
573 |
-
#: contact_form.php:
|
574 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
575 |
msgstr ""
|
576 |
|
577 |
# @ contact_form
|
578 |
-
#: contact_form.php:
|
579 |
msgid "Delete an attachment file from the server after the email is sent"
|
580 |
msgstr "Excluir um arquivo anexo do servidor depois que o e-mail for enviado"
|
581 |
|
582 |
-
#: contact_form.php:
|
583 |
msgid "Email in HTML format sending"
|
584 |
msgstr ""
|
585 |
|
586 |
# @ contact_form
|
587 |
-
#: contact_form.php:
|
588 |
msgid "Display additional info in the email"
|
589 |
msgstr "Mostre informações adicionais no email"
|
590 |
|
591 |
# @ contact_form
|
592 |
-
#: contact_form.php:
|
593 |
-
#: contact_form.php:1947
|
594 |
-
#: contact_form.php:1949
|
595 |
msgid "Sent from (ip address)"
|
596 |
msgstr "Enviado de (Endereço IP)"
|
597 |
|
598 |
# @ contact_form
|
599 |
-
#: contact_form.php:
|
600 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
601 |
msgstr "Examplo: Enviado de (endereço IP):\\\t127.0.0.1"
|
602 |
|
603 |
# @ contact_form
|
604 |
-
#: contact_form.php:
|
605 |
-
#: contact_form.php:1953
|
606 |
-
#: contact_form.php:1955
|
607 |
msgid "Date/Time"
|
608 |
msgstr "Data / Hora"
|
609 |
|
610 |
# @ contact_form
|
611 |
-
#: contact_form.php:
|
612 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
613 |
msgstr "Exemplo: Data/Hora:\\\t19 de Agosto de 2013 20:50"
|
614 |
|
615 |
# @ contact_form
|
616 |
-
#: contact_form.php:
|
617 |
-
#: contact_form.php:1959
|
618 |
-
#: contact_form.php:1961
|
619 |
msgid "Sent from (referer)"
|
620 |
msgstr "Vindo de (origem)"
|
621 |
|
622 |
# @ contact_form
|
623 |
-
#: contact_form.php:
|
624 |
-
msgid "
|
625 |
-
|
|
|
|
|
626 |
|
627 |
# @ contact_form
|
628 |
-
#: contact_form.php:
|
629 |
-
#: contact_form.php:1965
|
630 |
-
#: contact_form.php:1967
|
631 |
msgid "Using (user agent)"
|
632 |
msgstr "Usando (cliente de email)"
|
633 |
|
634 |
# @ contact_form
|
635 |
-
#: contact_form.php:
|
636 |
-
msgid "
|
637 |
-
|
|
|
|
|
|
|
|
|
638 |
|
639 |
# @ contact_form
|
640 |
-
#: contact_form.php:
|
641 |
msgid "Language settings for the field names in the form"
|
642 |
msgstr "Configurações de idioma para os nomes dos campos no formulário"
|
643 |
|
644 |
# @ contact_form
|
645 |
-
#: contact_form.php:
|
646 |
msgid "Add a language"
|
647 |
msgstr "Adicione um idioma"
|
648 |
|
649 |
# @ contact_form
|
650 |
-
#: contact_form.php:
|
651 |
msgid "Change the names of the contact form fields and error messages"
|
652 |
msgstr "Mude os nomes dos campos do formulário de contato e mensagens de erro."
|
653 |
|
654 |
# @ contact_form
|
655 |
-
#: contact_form.php:
|
656 |
-
#: contact_form.php:1124
|
657 |
msgid "English"
|
658 |
msgstr "Inglês"
|
659 |
|
660 |
-
#: contact_form.php:
|
661 |
-
#: contact_form.php:1079
|
662 |
msgid "click to expand/hide the list"
|
663 |
msgstr ""
|
664 |
|
665 |
# @ contact_form
|
666 |
-
#: contact_form.php:
|
667 |
-
#: contact_form.php:1088
|
668 |
#, fuzzy
|
669 |
msgid "Tips below the Attachment block"
|
670 |
msgstr "Exibir dicas abaixo do bloco de Anexos"
|
671 |
|
672 |
# @ contact_form
|
673 |
-
#: contact_form.php:
|
674 |
-
#: contact_form.php:1091
|
675 |
msgid "Error message for the Name field"
|
676 |
msgstr "Mensagem de erro para o campo Nome"
|
677 |
|
678 |
# @ contact_form
|
679 |
-
#: contact_form.php:
|
680 |
-
#: contact_form.php:1092
|
681 |
msgid "Error message for the Address field"
|
682 |
msgstr "Mensagem de erro para o campo Endereço"
|
683 |
|
684 |
# @ contact_form
|
685 |
-
#: contact_form.php:
|
686 |
-
#: contact_form.php:1093
|
687 |
msgid "Error message for the Email field"
|
688 |
msgstr "Mensagem de erro para o campo Email"
|
689 |
|
690 |
# @ contact_form
|
691 |
-
#: contact_form.php:
|
692 |
-
#: contact_form.php:1094
|
693 |
msgid "Error message for the Phone field"
|
694 |
msgstr "Mensagem de erro para o campo Telefone"
|
695 |
|
696 |
# @ contact_form
|
697 |
-
#: contact_form.php:
|
698 |
-
#: contact_form.php:1095
|
699 |
msgid "Error message for the Subject field"
|
700 |
msgstr "Mensagem de erro para o campo Assunto"
|
701 |
|
702 |
# @ contact_form
|
703 |
-
#: contact_form.php:
|
704 |
-
#: contact_form.php:1096
|
705 |
msgid "Error message for the Message field"
|
706 |
msgstr "Mensagem de erro para o campo Mensagem"
|
707 |
|
708 |
# @ contact_form
|
709 |
-
#: contact_form.php:
|
710 |
-
#: contact_form.php:1097
|
711 |
msgid "Error message about the file type for the Attachment field"
|
712 |
msgstr "Mensagem de erro para o campo Anexo sobre o tipo de arquivo"
|
713 |
|
714 |
# @ contact_form
|
715 |
-
#: contact_form.php:
|
716 |
-
|
717 |
-
|
718 |
-
msgstr "
|
|
|
|
|
719 |
|
720 |
# @ contact_form
|
721 |
-
#: contact_form.php:
|
722 |
-
#: contact_form.php:1099
|
723 |
msgid "Error message while moving the file for the Attachment field"
|
724 |
msgstr "Mensagem de erro para o campo Anexo quando estiver movendo o arquivo"
|
725 |
|
726 |
# @ contact_form
|
727 |
-
#: contact_form.php:
|
728 |
-
#: contact_form.php:1100
|
729 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
730 |
-
msgstr "
|
|
|
|
|
731 |
|
732 |
# @ contact_form
|
733 |
-
#: contact_form.php:
|
734 |
-
#: contact_form.php:1101
|
735 |
msgid "Error message for the Captcha field"
|
736 |
msgstr "Mensagem de erro para o campo Captcha"
|
737 |
|
738 |
# @ contact_form
|
739 |
-
#: contact_form.php:
|
740 |
-
#: contact_form.php:1102
|
741 |
msgid "Error message for the whole form"
|
742 |
msgstr "Mensagem de erro para o formulário inteiro"
|
743 |
|
744 |
# @ contact_form
|
745 |
-
#: contact_form.php:
|
746 |
-
#: contact_form.php:
|
747 |
-
#: contact_form.php:
|
748 |
-
#: contact_form.php:
|
749 |
-
#: contact_form.php:1134
|
750 |
-
#: contact_form.php:1136
|
751 |
-
#: contact_form.php:1144
|
752 |
-
#: contact_form.php:1146
|
753 |
-
#: contact_form.php:2336
|
754 |
-
#: contact_form.php:2338
|
755 |
msgid "Use shortcode"
|
756 |
msgstr "Use shortcode (abreviações)"
|
757 |
|
758 |
# @ contact_form
|
759 |
-
#: contact_form.php:
|
760 |
-
#: contact_form.php:
|
761 |
-
#: contact_form.php:
|
762 |
-
#: contact_form.php:
|
763 |
-
#: contact_form.php:1134
|
764 |
-
#: contact_form.php:1136
|
765 |
-
#: contact_form.php:1144
|
766 |
-
#: contact_form.php:1146
|
767 |
-
#: contact_form.php:2336
|
768 |
-
#: contact_form.php:2338
|
769 |
msgid "for this language"
|
770 |
msgstr "para este idioma"
|
771 |
|
772 |
# @ contact_form
|
773 |
-
#: contact_form.php:
|
774 |
#, fuzzy
|
775 |
msgid "Use the changed names of the contact form fields in the email"
|
776 |
msgstr "Mude os nomes dos campos do formulário de contato e mensagens de erro."
|
777 |
|
778 |
# @ contact_form
|
779 |
-
#: contact_form.php:
|
780 |
msgid "Action after email is sent"
|
781 |
msgstr "Ação após o email ser enviado"
|
782 |
|
783 |
# @ contact_form
|
784 |
-
#: contact_form.php:
|
785 |
msgid "Display text"
|
786 |
msgstr "Mostrar texto"
|
787 |
|
788 |
# @ contact_form
|
789 |
-
#: contact_form.php:
|
790 |
-
#: contact_form.php:1142
|
791 |
msgid "Text"
|
792 |
msgstr "Texto"
|
793 |
|
794 |
# @ contact_form
|
795 |
-
#: contact_form.php:
|
796 |
msgid "Redirect to the page"
|
797 |
msgstr "Redirecione para a página"
|
798 |
|
799 |
# @ contact_form
|
800 |
-
#: contact_form.php:
|
801 |
msgid "Url"
|
802 |
msgstr "URL"
|
803 |
|
804 |
-
#: contact_form.php:
|
805 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
806 |
msgstr ""
|
807 |
|
808 |
-
#: contact_form.php:
|
809 |
-
msgid "
|
|
|
|
|
810 |
msgstr ""
|
811 |
|
812 |
-
#: contact_form.php:
|
813 |
msgid "Auto Response"
|
814 |
msgstr ""
|
815 |
|
816 |
-
#: contact_form.php:
|
817 |
#, php-format
|
818 |
-
msgid "
|
|
|
|
|
|
|
819 |
msgstr ""
|
820 |
|
821 |
# @ default
|
822 |
-
#: contact_form.php:
|
823 |
-
#: contact_form.php:1383
|
824 |
msgid "Save Changes"
|
825 |
msgstr "Salvar Mudanças"
|
826 |
|
827 |
# @ contact_form
|
828 |
-
#: contact_form.php:
|
829 |
msgid "Errors output"
|
830 |
msgstr "Saída de erros."
|
831 |
|
832 |
# @ contact_form
|
833 |
-
#: contact_form.php:
|
834 |
msgid "Display error messages"
|
835 |
msgstr "Mostrar mensagens de erro"
|
836 |
|
837 |
# @ contact_form
|
838 |
-
#: contact_form.php:
|
839 |
msgid "Color of the input field errors."
|
840 |
msgstr "Cor do erro nos campos de formulário"
|
841 |
|
842 |
# @ contact_form
|
843 |
-
#: contact_form.php:
|
844 |
msgid "Display error messages & color of the input field errors"
|
845 |
msgstr "Mostrar mensagens de erro e cores para os campos com erro"
|
846 |
|
847 |
# @ contact_form
|
848 |
-
#: contact_form.php:
|
849 |
msgid "Add placeholder to the input blocks"
|
850 |
msgstr "Adicione reserva de espaço aos blocos de inserção"
|
851 |
|
852 |
# @ contact_form
|
853 |
-
#: contact_form.php:
|
854 |
msgid "Add tooltips"
|
855 |
msgstr "Adicionar mensagens de ajuda"
|
856 |
|
857 |
# @ contact_form
|
858 |
-
#: contact_form.php:
|
859 |
msgid "Email address"
|
860 |
msgstr "Endereço de email"
|
861 |
|
862 |
# @ contact_form
|
863 |
-
#: contact_form.php:
|
864 |
msgid "Phone Number"
|
865 |
msgstr "Telefone"
|
866 |
|
867 |
# @ contact_form
|
868 |
-
#: contact_form.php:
|
869 |
msgid "Attachment"
|
870 |
msgstr "Anexo"
|
871 |
|
872 |
# @ contact_form
|
873 |
-
#: contact_form.php:
|
874 |
msgid "Style options"
|
875 |
msgstr "Opções de estilo"
|
876 |
|
877 |
# @ contact_form
|
878 |
-
#: contact_form.php:
|
879 |
msgid "Text color"
|
880 |
msgstr "Cor do texto"
|
881 |
|
882 |
# @ contact_form
|
883 |
-
#: contact_form.php:
|
884 |
-
#: contact_form.php:
|
885 |
-
#: contact_form.php:
|
886 |
-
#: contact_form.php:
|
887 |
-
#: contact_form.php:1304
|
888 |
-
#: contact_form.php:1309
|
889 |
-
#: contact_form.php:1319
|
890 |
-
#: contact_form.php:1324
|
891 |
-
#: contact_form.php:1333
|
892 |
-
#: contact_form.php:1347
|
893 |
-
#: contact_form.php:1352
|
894 |
-
#: contact_form.php:1357
|
895 |
msgid "Default"
|
896 |
msgstr "Padrão"
|
897 |
|
898 |
# @ contact_form
|
899 |
-
#: contact_form.php:
|
900 |
msgid "Label text color"
|
901 |
msgstr "Cor do texto descritivo"
|
902 |
|
903 |
# @ contact_form
|
904 |
-
#: contact_form.php:
|
905 |
msgid "Placeholder color"
|
906 |
msgstr "Cor da reserva de espaço"
|
907 |
|
908 |
# @ contact_form
|
909 |
-
#: contact_form.php:
|
910 |
msgid "Errors color"
|
911 |
msgstr "Cor dos erros"
|
912 |
|
913 |
# @ contact_form
|
914 |
-
#: contact_form.php:
|
915 |
msgid "Error text color"
|
916 |
msgstr "Cor de texto do erro"
|
917 |
|
918 |
# @ contact_form
|
919 |
-
#: contact_form.php:
|
920 |
msgid "Background color of the input field errors"
|
921 |
msgstr "Cor de fundo do campo de formulário com erros"
|
922 |
|
923 |
# @ contact_form
|
924 |
-
#: contact_form.php:
|
925 |
msgid "Border color of the input field errors"
|
926 |
msgstr "Cor de borda do campo de formulário com erros"
|
927 |
|
928 |
# @ contact_form
|
929 |
-
#: contact_form.php:
|
930 |
msgid "Placeholder color of the input field errors"
|
931 |
msgstr "Cor de reserva de espaço do campo de formulário com erros"
|
932 |
|
933 |
# @ contact_form
|
934 |
-
#: contact_form.php:
|
935 |
msgid "Input fields"
|
936 |
msgstr "Campos do folmulário"
|
937 |
|
938 |
# @ contact_form
|
939 |
-
#: contact_form.php:
|
940 |
msgid "Input fields background color"
|
941 |
msgstr "Cor de fundo dos campos de formulário"
|
942 |
|
943 |
# @ contact_form
|
944 |
-
#: contact_form.php:
|
945 |
msgid "Text fields color"
|
946 |
msgstr "Cor dos campos de texto"
|
947 |
|
948 |
# @ contact_form
|
949 |
-
#: contact_form.php:
|
950 |
msgid "Border width in px, numbers only"
|
951 |
msgstr "Largura da borda em px, somente o número"
|
952 |
|
953 |
# @ contact_form
|
954 |
-
#: contact_form.php:
|
955 |
-
#: contact_form.php:1359
|
956 |
msgid "Border color"
|
957 |
msgstr "Cor da borda"
|
958 |
|
959 |
# @ contact_form
|
960 |
-
#: contact_form.php:
|
961 |
msgid "Submit button"
|
962 |
msgstr "Botão de Envio"
|
963 |
|
964 |
# @ contact_form
|
965 |
-
#: contact_form.php:
|
966 |
msgid "Width in px, numbers only"
|
967 |
msgstr "Largura em px, somente o número"
|
968 |
|
969 |
# @ contact_form
|
970 |
-
#: contact_form.php:
|
971 |
msgid "Button color"
|
972 |
msgstr "Cor do botão"
|
973 |
|
974 |
# @ contact_form
|
975 |
-
#: contact_form.php:
|
976 |
msgid "Button text color"
|
977 |
msgstr "Cor do texto do botão"
|
978 |
|
979 |
# @ contact_form
|
980 |
-
#: contact_form.php:
|
981 |
msgid "Contact Form Pro | Preview"
|
982 |
msgstr "Formulário de Contato Pro | Prévia"
|
983 |
|
984 |
# @ contact_form
|
985 |
-
#: contact_form.php:
|
986 |
msgid "Show with errors"
|
987 |
msgstr "Mostrar com erros"
|
988 |
|
989 |
# @ contact_form
|
990 |
-
#: contact_form.php:
|
991 |
-
#: contact_form.php:1400
|
992 |
msgid "Please enter your full name..."
|
993 |
msgstr "Informe seu nome completo..."
|
994 |
|
995 |
# @ contact_form
|
996 |
-
#: contact_form.php:
|
997 |
-
#: contact_form.php:1413
|
998 |
msgid "Please enter your address..."
|
999 |
msgstr "Informe seu endereço…"
|
1000 |
|
1001 |
# @ contact_form
|
1002 |
-
#: contact_form.php:
|
1003 |
-
#: contact_form.php:1424
|
1004 |
msgid "Please enter your email address..."
|
1005 |
msgstr "Informe seu endereço de email…"
|
1006 |
|
1007 |
# @ contact_form
|
1008 |
-
#: contact_form.php:
|
1009 |
-
#: contact_form.php:1435
|
1010 |
msgid "Please enter your phone number..."
|
1011 |
msgstr "Informe seu telefone..."
|
1012 |
|
1013 |
# @ contact_form
|
1014 |
-
#: contact_form.php:
|
1015 |
-
#: contact_form.php:1446
|
1016 |
msgid "Please enter subject..."
|
1017 |
msgstr "Informe o assunto…"
|
1018 |
|
1019 |
# @ contact_form
|
1020 |
-
#: contact_form.php:
|
1021 |
-
#: contact_form.php:1456
|
1022 |
msgid "Please enter your message..."
|
1023 |
msgstr "Informe sua mensagem…"
|
1024 |
|
1025 |
# @ bestwebsoft
|
1026 |
# @ contact_form
|
1027 |
-
#: contact_form.php:
|
1028 |
msgid "Sorry, email message could not be delivered."
|
1029 |
msgstr "Desculpe, seu e-mail não pode ser entregue."
|
1030 |
|
1031 |
# @ contact_form
|
1032 |
-
#: contact_form.php:
|
1033 |
msgid "Contact from"
|
1034 |
msgstr "Formulário de Contato"
|
1035 |
|
1036 |
# @ contact_form
|
1037 |
-
#: contact_form.php:
|
1038 |
-
#: contact_form.php:2026
|
1039 |
msgid "Phone"
|
1040 |
msgstr "Telefone"
|
1041 |
|
1042 |
# @ contact_form
|
1043 |
-
#: contact_form.php:
|
1044 |
-
#: contact_form.php:2033
|
1045 |
msgid "Site"
|
1046 |
msgstr "Site"
|
1047 |
|
1048 |
# @ contact_form
|
1049 |
-
#: contact_form.php:
|
1050 |
-
msgid "
|
1051 |
-
|
|
|
|
|
|
|
|
|
1052 |
|
1053 |
# @ contact_form
|
1054 |
-
#: contact_form.php:
|
1055 |
msgid "Support"
|
1056 |
msgstr "Suporte"
|
1057 |
|
1058 |
# @ contact_form
|
1059 |
-
#: contact_form.php:
|
1060 |
msgid "Are you sure that you want to delete this language data?"
|
1061 |
msgstr "Tem certeza que você quer apagar estes dados de idioma?"
|
1062 |
|
1063 |
# @ contact_form
|
1064 |
-
#: contact_form.php:
|
1065 |
#, fuzzy
|
1066 |
msgid "Add multiple forms"
|
1067 |
msgstr "Adicionar mensagens de ajuda"
|
1068 |
|
1069 |
-
#: contact_form.php:
|
1070 |
-
msgid "
|
|
|
|
|
1071 |
msgstr ""
|
1072 |
|
1073 |
-
#: contact_form.php:
|
1074 |
msgid "Learn more"
|
1075 |
msgstr ""
|
1076 |
|
1077 |
-
#: contact_form.php:
|
1078 |
msgid "Close"
|
1079 |
msgstr ""
|
1080 |
|
1081 |
-
#: contact_form.php:
|
1082 |
msgid "allows to store your messages to the database."
|
1083 |
msgstr ""
|
1084 |
|
1085 |
-
#: contact_form.php:
|
1086 |
msgid "Manage messages that have been sent from your website."
|
1087 |
msgstr ""
|
1088 |
|
1089 |
# @ contact_form
|
1090 |
#~ msgid "powered by"
|
1091 |
#~ msgstr "movido a"
|
|
|
1092 |
# @ contact_form
|
1093 |
#, fuzzy
|
1094 |
#~ msgid "Download Contact Form to DB"
|
@@ -1097,9 +1089,11 @@ msgstr ""
|
|
1097 |
# @ contact_form
|
1098 |
#~ msgid "Captcha"
|
1099 |
#~ msgstr "Captcha"
|
|
|
1100 |
# @ contact_form
|
1101 |
#~ msgid "(powered by bestwebsoft.com)"
|
1102 |
#~ msgstr "(produzido por bestwebsoft.com)"
|
|
|
1103 |
# @ contact_form
|
1104 |
#, fuzzy
|
1105 |
#~ msgid "requires"
|
@@ -1118,6 +1112,7 @@ msgstr ""
|
|
1118 |
# @ contact_form
|
1119 |
#~ msgid "Extra settings"
|
1120 |
#~ msgstr "Configurações extras"
|
|
|
1121 |
# @ contact_form
|
1122 |
#, fuzzy
|
1123 |
#~ msgid "The text in the 'From' field"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-08-05 09:14+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-08-05 09:14+0300\n"
|
7 |
+
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
+
"Language-Team: Breno Jacinto, DJIO | Dionizio Bonfim Bach <brenojac@gmail."
|
9 |
+
"com, wordpress@djio.com.br>\n"
|
10 |
"Language: pt_BR\n"
|
11 |
"MIME-Version: 1.0\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
# @ contact_form
|
23 |
+
#: contact_form.php:35 contact_form.php:657
|
|
|
24 |
msgid "Contact Form Settings"
|
25 |
msgstr "Configurações do Formulário de Contato"
|
26 |
|
30 |
msgstr "Formulário de contato"
|
31 |
|
32 |
# @ contact_form
|
33 |
+
#: contact_form.php:123 contact_form.php:1065 contact_form.php:1099
|
|
|
|
|
34 |
msgid "Name:"
|
35 |
msgstr "Nome:"
|
36 |
|
37 |
# @ contact_form
|
38 |
+
#: contact_form.php:124 contact_form.php:1066 contact_form.php:1100
|
|
|
|
|
39 |
msgid "Address:"
|
40 |
msgstr "Endereço:"
|
41 |
|
42 |
# @ contact_form
|
43 |
+
#: contact_form.php:125 contact_form.php:1067 contact_form.php:1101
|
|
|
|
|
44 |
msgid "Email Address:"
|
45 |
msgstr "Endereço de E-mail:"
|
46 |
|
47 |
# @ contact_form
|
48 |
+
#: contact_form.php:126 contact_form.php:1068 contact_form.php:1102
|
|
|
|
|
49 |
msgid "Phone number:"
|
50 |
msgstr "Número de Telefone:"
|
51 |
|
52 |
# @ contact_form
|
53 |
+
#: contact_form.php:127 contact_form.php:1069 contact_form.php:1103
|
|
|
|
|
54 |
msgid "Subject:"
|
55 |
msgstr "Assunto:"
|
56 |
|
57 |
# @ contact_form
|
58 |
+
#: contact_form.php:128 contact_form.php:1070 contact_form.php:1104
|
|
|
|
|
59 |
msgid "Message:"
|
60 |
msgstr "Mensagem:"
|
61 |
|
62 |
# @ contact_form
|
63 |
+
#: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
|
|
|
|
|
64 |
msgid "Attachment:"
|
65 |
msgstr "Anexo:"
|
66 |
|
67 |
# @ contact_form
|
68 |
#: contact_form.php:130
|
69 |
#, fuzzy
|
70 |
+
msgid ""
|
71 |
+
"Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
|
72 |
+
"EPS, PS, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT. Max file "
|
73 |
+
"size: 2MB"
|
74 |
+
msgstr ""
|
75 |
+
"Tipos de arquivo suportados: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, "
|
76 |
+
"AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Tamanho "
|
77 |
+
"máximo do arquivo: 2Mb"
|
78 |
|
79 |
# @ contact_form
|
80 |
+
#: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
|
|
|
|
|
81 |
msgid "Send me a copy"
|
82 |
msgstr "Envie-me uma cópia"
|
83 |
|
84 |
# @ contact_form
|
85 |
+
#: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
|
|
|
|
|
86 |
msgid "Submit"
|
87 |
msgstr "Enviar"
|
88 |
|
144 |
# @ contact_form
|
145 |
#: contact_form.php:144
|
146 |
msgid "Please make corrections below and try again."
|
147 |
+
msgstr ""
|
148 |
+
"Por favor, faça as correções abaixo e tente enviar a mensagem novamente."
|
149 |
|
150 |
# @ bestwebsoft
|
151 |
# @ contact_form
|
154 |
msgstr "Obrigado por nos contatar"
|
155 |
|
156 |
#: contact_form.php:546
|
157 |
+
msgid ""
|
158 |
+
"Email 'FROM' field option was changed, which may cause email messages being "
|
159 |
+
"moved to the spam folder or email delivery failures."
|
160 |
msgstr ""
|
161 |
|
162 |
# @ contact_form
|
163 |
#: contact_form.php:556
|
164 |
+
msgid ""
|
165 |
+
"If the 'Redirect to page' option is selected then the URL field should be in "
|
166 |
+
"the following format"
|
167 |
+
msgstr ""
|
168 |
+
"Se a opção 'Redirecionar para a pagina' estiver selecionada, então o campo "
|
169 |
+
"URL deve ser no seguinte formato"
|
170 |
|
171 |
# @ contact_form
|
172 |
#: contact_form.php:565
|
177 |
# @ contact_form
|
178 |
#: contact_form.php:575
|
179 |
#, fuzzy
|
180 |
+
msgid ""
|
181 |
+
"Please enter a valid email address in the 'Use this email address' field."
|
182 |
+
msgstr ""
|
183 |
+
"Por favor informe um email válido no campo 'DE'. Configurações não foram "
|
184 |
+
"salvas."
|
185 |
|
186 |
# @ contact_form
|
187 |
#: contact_form.php:583
|
188 |
#, fuzzy
|
189 |
msgid "Please enter a valid email address in the 'FROM' field."
|
190 |
+
msgstr ""
|
191 |
+
"Por favor informe um email válido no campo 'DE'. Configurações não foram "
|
192 |
+
"salvas."
|
193 |
|
194 |
# @ contact_form
|
195 |
#: contact_form.php:606
|
202 |
msgid "Settings are not saved."
|
203 |
msgstr "As configurações foram salvas."
|
204 |
|
205 |
+
#: contact_form.php:646
|
206 |
+
msgid "All plugin settings were restored."
|
207 |
+
msgstr ""
|
208 |
+
|
209 |
# @ bestwebsoft
|
210 |
# @ contact_form
|
211 |
+
#: contact_form.php:659 contact_form.php:2208 contact_form.php:2222
|
|
|
|
|
212 |
msgid "Settings"
|
213 |
msgstr "Configurações"
|
214 |
|
215 |
# @ contact_form
|
216 |
+
#: contact_form.php:660
|
217 |
#, fuzzy
|
218 |
msgid "Additional settings"
|
219 |
msgstr "Opções adicionais"
|
220 |
|
221 |
+
#: contact_form.php:661
|
222 |
msgid "Appearance"
|
223 |
msgstr ""
|
224 |
|
225 |
# @ contact_form
|
226 |
+
#: contact_form.php:662 contact_form.php:2223
|
|
|
227 |
msgid "FAQ"
|
228 |
msgstr "Perguntas Frequentes"
|
229 |
|
230 |
+
#: contact_form.php:663
|
231 |
msgid "Go PRO"
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: contact_form.php:666 contact_form.php:668
|
|
|
235 |
msgid "Notice:"
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: contact_form.php:666
|
239 |
+
msgid ""
|
240 |
+
"The plugin's settings have been changed. In order to save them please don't "
|
241 |
+
"forget to click the 'Save Changes' button."
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: contact_form.php:679
|
245 |
+
msgid ""
|
246 |
+
"If you want to create multiple contact forms, please install the Contact "
|
247 |
+
"Form Multi plugin."
|
248 |
msgstr ""
|
249 |
|
250 |
# @ contact_form
|
251 |
+
#: contact_form.php:686
|
252 |
+
#, fuzzy
|
253 |
+
msgid ""
|
254 |
+
"If you would like to add Contact Form to your website, just copy and paste "
|
255 |
+
"this shortcode to your post or page or widget:"
|
256 |
+
msgstr ""
|
257 |
+
"Se você gostaria de adicionar o Formulário de Contato no seu site, apenas "
|
258 |
+
"copie e cole este código na sua postagem ou página ou widget:"
|
259 |
|
260 |
# @ contact_form
|
261 |
+
#: contact_form.php:686 contact_form.php:687 contact_form.php:689
|
262 |
+
#: contact_form.php:690 contact_form.php:1089 contact_form.php:1091
|
263 |
+
#: contact_form.php:1152 contact_form.php:1154
|
|
|
|
|
|
|
|
|
|
|
264 |
msgid "or"
|
265 |
msgstr "ou"
|
266 |
|
267 |
# @ contact_form
|
268 |
+
#: contact_form.php:687
|
269 |
+
#, fuzzy
|
270 |
+
msgid ""
|
271 |
+
"If you have any problems with the standard shortcode [contact_form], you "
|
272 |
+
"should use the shortcode"
|
273 |
+
msgstr ""
|
274 |
+
"Se tiver quaisquer problemas com o shortcode padrão [contact_form], você "
|
275 |
+
"deve usar o shortcode"
|
276 |
|
277 |
# @ contact_form
|
278 |
+
#: contact_form.php:687 contact_form.php:690
|
|
|
279 |
msgid "They work the same way."
|
280 |
msgstr "Eles funcionam da mesma forma."
|
281 |
|
282 |
# @ contact_form
|
283 |
+
#: contact_form.php:689 contact_form.php:1501
|
284 |
+
msgid ""
|
285 |
+
"If you would like to add the Contact Form to your website, just copy and "
|
286 |
+
"paste this shortcode to your post or page or widget:"
|
287 |
+
msgstr ""
|
288 |
+
"Se você gostaria de adicionar o Formulário de Contato no seu site, apenas "
|
289 |
+
"copie e cole este código na sua postagem ou página ou widget:"
|
290 |
|
291 |
# @ contact_form
|
292 |
+
#: contact_form.php:690
|
293 |
+
msgid ""
|
294 |
+
"If have any problems with the standard shortcode [contact_form], you should "
|
295 |
+
"use the shortcode"
|
296 |
+
msgstr ""
|
297 |
+
"Se tiver quaisquer problemas com o shortcode padrão [contact_form], você "
|
298 |
+
"deve usar o shortcode"
|
299 |
+
|
300 |
+
# @ contact_form
|
301 |
+
#: contact_form.php:694
|
302 |
+
msgid ""
|
303 |
+
"If you leave the fields empty, the messages will be sent to the email "
|
304 |
+
"address specified during registration."
|
305 |
+
msgstr ""
|
306 |
+
"Se informações nos campos abaixo estiverem vazias, então as mensagens serão "
|
307 |
+
"enviadas para um endereço que foi especificado durante o registro."
|
308 |
+
|
309 |
+
# @ contact_form
|
310 |
+
#: contact_form.php:697
|
311 |
msgid "The user's email address:"
|
312 |
msgstr "Use o email de um usuário do wordpress:"
|
313 |
|
314 |
# @ contact_form
|
315 |
+
#: contact_form.php:701
|
316 |
#, fuzzy
|
317 |
msgid "Select a username"
|
318 |
msgstr "Selecione o nome do usuário"
|
319 |
|
320 |
# @ contact_form
|
321 |
+
#: contact_form.php:714
|
322 |
+
msgid ""
|
323 |
+
"Enter a username of the person who should get the messages from the contact "
|
324 |
+
"form."
|
325 |
+
msgstr ""
|
326 |
+
"Determine um nome de usuário que receberá as mensagens enviadas pelo "
|
327 |
+
"Formulário de Contato."
|
328 |
|
329 |
# @ contact_form
|
330 |
+
#: contact_form.php:718
|
331 |
msgid "Use this email address:"
|
332 |
msgstr "Use este email:"
|
333 |
|
334 |
# @ contact_form
|
335 |
+
#: contact_form.php:722
|
336 |
msgid "Enter the email address you want the messages forwarded to."
|
337 |
+
msgstr ""
|
338 |
+
"Configure um endereço de email que será usado para o recebimento de "
|
339 |
+
"mensagens."
|
340 |
|
341 |
+
#: contact_form.php:731
|
342 |
msgid "Add department selectbox to the contact form:"
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: contact_form.php:739 contact_form.php:1200 contact_form.php:1384
|
|
|
|
|
346 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
347 |
msgstr ""
|
348 |
|
349 |
+
#: contact_form.php:746 contact_form.php:929 contact_form.php:1001
|
350 |
+
#: contact_form.php:1207 contact_form.php:1391
|
351 |
+
msgid "Unlock premium options by upgrading to PRO version."
|
|
|
|
|
|
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: contact_form.php:747 contact_form.php:930 contact_form.php:1002
|
355 |
+
#: contact_form.php:1208 contact_form.php:1392 contact_form.php:2495
|
|
|
|
|
|
|
|
|
356 |
msgid "Learn More"
|
357 |
msgstr ""
|
358 |
|
359 |
+
#: contact_form.php:750 contact_form.php:933 contact_form.php:1005
|
360 |
+
#: contact_form.php:1211 contact_form.php:1395
|
|
|
|
|
|
|
361 |
msgid "Go"
|
362 |
msgstr ""
|
363 |
|
364 |
+
#: contact_form.php:757
|
365 |
msgid "Save emails to the database"
|
366 |
msgstr ""
|
367 |
|
368 |
+
#: contact_form.php:762
|
369 |
msgid "Using"
|
370 |
msgstr ""
|
371 |
|
372 |
# @ contact_form
|
373 |
+
#: contact_form.php:765 contact_form.php:769
|
|
|
374 |
#, fuzzy
|
375 |
msgid "Using Contact Form to DB by BestWebSoft"
|
376 |
msgstr "Formulário de Contato Pro"
|
377 |
|
378 |
# @ contact_form
|
379 |
+
#: contact_form.php:765
|
380 |
#, fuzzy
|
381 |
msgid "Activate"
|
382 |
msgstr "Ativar captcha"
|
383 |
|
384 |
# @ contact_form
|
385 |
+
#: contact_form.php:769
|
386 |
#, fuzzy
|
387 |
msgid "Download"
|
388 |
msgstr "Fazer Download do Captcha"
|
389 |
|
390 |
# @ contact_form
|
391 |
+
#: contact_form.php:779
|
392 |
msgid "What to use?"
|
393 |
msgstr "O que usar?"
|
394 |
|
395 |
# @ contact_form
|
396 |
+
#: contact_form.php:784
|
397 |
msgid "Wp-mail"
|
398 |
msgstr "Wp-mail"
|
399 |
|
400 |
# @ contact_form
|
401 |
+
#: contact_form.php:786
|
402 |
msgid "You can use the wp_mail function for mailing"
|
403 |
msgstr "Você pode usar a função wp_mail para enviar emails"
|
404 |
|
405 |
# @ contact_form
|
406 |
+
#: contact_form.php:789
|
407 |
msgid "Mail"
|
408 |
msgstr "Mail"
|
409 |
|
410 |
# @ contact_form
|
411 |
+
#: contact_form.php:791
|
412 |
msgid "To send mail you can use the php mail function"
|
413 |
msgstr "Para enviar emails você pode usar a função mail() do php"
|
414 |
|
415 |
+
#: contact_form.php:796
|
416 |
msgid "'FROM' field"
|
417 |
msgstr ""
|
418 |
|
419 |
# @ contact_form
|
420 |
+
#: contact_form.php:798 contact_form.php:860 contact_form.php:1253
|
421 |
+
#: contact_form.php:2000 contact_form.php:2036
|
|
|
|
|
|
|
422 |
msgid "Name"
|
423 |
msgstr "Nome"
|
424 |
|
425 |
# @ contact_form
|
426 |
+
#: contact_form.php:805
|
427 |
#, fuzzy
|
428 |
msgid "User name"
|
429 |
msgstr "Email do usuário"
|
430 |
|
431 |
# @ contact_form
|
432 |
+
#: contact_form.php:807
|
433 |
#, fuzzy
|
434 |
+
msgid ""
|
435 |
+
"The name of the user who fills the form will be used in the field 'From'."
|
436 |
+
msgstr ""
|
437 |
+
"O endereço de email do usuário que preencher o formulário será usado no "
|
438 |
+
"campo 'De'"
|
439 |
|
440 |
# @ contact_form
|
441 |
+
#: contact_form.php:813 contact_form.php:2011 contact_form.php:2043
|
|
|
|
|
442 |
msgid "Email"
|
443 |
msgstr "E-Mail"
|
444 |
|
445 |
# @ contact_form
|
446 |
+
#: contact_form.php:820
|
447 |
msgid "User email"
|
448 |
msgstr "Email do usuário"
|
449 |
|
450 |
# @ contact_form
|
451 |
+
#: contact_form.php:822
|
452 |
+
msgid ""
|
453 |
+
"The email address of the user who fills the form will be used in the field "
|
454 |
+
"'From'."
|
455 |
+
msgstr ""
|
456 |
+
"O endereço de email do usuário que preencher o formulário será usado no "
|
457 |
+
"campo 'De'"
|
458 |
|
459 |
+
#: contact_form.php:826
|
460 |
+
msgid ""
|
461 |
+
"If this option is changed, email messages may be moved to the spam folder or "
|
462 |
+
"email delivery failures may occur."
|
463 |
msgstr ""
|
464 |
|
465 |
# @ contact_form
|
466 |
+
#: contact_form.php:832
|
467 |
#, fuzzy
|
468 |
msgid "Required symbol"
|
469 |
msgstr "Campos obrigatórios"
|
470 |
|
471 |
+
#: contact_form.php:842
|
472 |
msgid "Fields"
|
473 |
msgstr ""
|
474 |
|
475 |
+
#: contact_form.php:843
|
476 |
msgid "Used"
|
477 |
msgstr ""
|
478 |
|
479 |
# @ contact_form
|
480 |
+
#: contact_form.php:844
|
481 |
#, fuzzy
|
482 |
msgid "Required"
|
483 |
msgstr "Campos obrigatórios"
|
484 |
|
485 |
+
#: contact_form.php:845
|
486 |
msgid "Visible"
|
487 |
msgstr ""
|
488 |
|
489 |
+
#: contact_form.php:846
|
490 |
msgid "Disabled for editing"
|
491 |
msgstr ""
|
492 |
|
493 |
+
#: contact_form.php:847
|
494 |
msgid "Field's default value"
|
495 |
msgstr ""
|
496 |
|
497 |
+
#: contact_form.php:852
|
498 |
+
msgid "Department selectbox"
|
499 |
+
msgstr ""
|
500 |
+
|
501 |
+
#: contact_form.php:867
|
502 |
msgid "Use User's name as a default value if the user is logged in."
|
503 |
msgstr ""
|
504 |
|
505 |
+
#: contact_form.php:868 contact_form.php:896
|
506 |
+
msgid ""
|
507 |
+
"'Visible' and 'Disabled for editing' options will be applied only to logged-"
|
508 |
+
"in users."
|
509 |
msgstr ""
|
510 |
|
511 |
+
#: contact_form.php:872
|
512 |
msgid "Location selectbox"
|
513 |
msgstr ""
|
514 |
|
515 |
# @ contact_form
|
516 |
+
#: contact_form.php:880 contact_form.php:1258 contact_form.php:2006
|
517 |
+
#: contact_form.php:2040
|
|
|
|
|
518 |
msgid "Address"
|
519 |
msgstr "Endereço"
|
520 |
|
521 |
# @ contact_form
|
522 |
+
#: contact_form.php:888
|
523 |
msgid "Email Address"
|
524 |
msgstr "Endereço de email"
|
525 |
|
526 |
+
#: contact_form.php:895
|
527 |
msgid "Use User's email as a default value if the user is logged in."
|
528 |
msgstr ""
|
529 |
|
530 |
# @ contact_form
|
531 |
+
#: contact_form.php:900
|
532 |
#, fuzzy
|
533 |
msgid "Phone number"
|
534 |
msgstr "Número de Telefone:"
|
535 |
|
536 |
# @ contact_form
|
537 |
+
#: contact_form.php:908 contact_form.php:1273 contact_form.php:2021
|
538 |
+
#: contact_form.php:2049
|
|
|
|
|
539 |
msgid "Subject"
|
540 |
msgstr "Assunto"
|
541 |
|
542 |
# @ contact_form
|
543 |
+
#: contact_form.php:916 contact_form.php:1277 contact_form.php:2024
|
544 |
+
#: contact_form.php:2051
|
|
|
|
|
545 |
msgid "Message"
|
546 |
msgstr "Mensagem"
|
547 |
|
548 |
# @ contact_form
|
549 |
+
#: contact_form.php:940
|
550 |
msgid "Attachment block"
|
551 |
msgstr "Bloco de anexos"
|
552 |
|
553 |
# @ contact_form
|
554 |
+
#: contact_form.php:942
|
555 |
msgid "Users can attach the following file formats"
|
556 |
msgstr "Usuários pode anexar arquivos do seguinte tipo:"
|
557 |
|
558 |
+
#: contact_form.php:955
|
559 |
msgid "Add to the form"
|
560 |
msgstr ""
|
561 |
|
562 |
# @ contact_form
|
563 |
+
#: contact_form.php:960
|
564 |
#, fuzzy
|
565 |
msgid "Tips below the Attachment"
|
566 |
msgstr "Exibir dicas abaixo do bloco de Anexos"
|
567 |
|
568 |
# @ contact_form
|
569 |
+
#: contact_form.php:969
|
570 |
#, fuzzy
|
571 |
msgid "'Send me a copy' block"
|
572 |
msgstr "Exibir bloco 'Enviar-me uma cópia'"
|
573 |
|
574 |
# @ contact_form
|
575 |
+
#: contact_form.php:982
|
576 |
msgid "Activate captcha"
|
577 |
msgstr "Ativar captcha"
|
578 |
|
579 |
# @ contact_form
|
580 |
+
#: contact_form.php:986
|
581 |
msgid "Download captcha"
|
582 |
msgstr "Fazer Download do Captcha"
|
583 |
|
584 |
+
#: contact_form.php:994
|
585 |
msgid "Agreement checkbox"
|
586 |
msgstr ""
|
587 |
|
588 |
+
#: contact_form.php:994
|
589 |
msgid "Required checkbox for submitting the form"
|
590 |
msgstr ""
|
591 |
|
592 |
+
#: contact_form.php:995
|
593 |
msgid "Optional checkbox"
|
594 |
msgstr ""
|
595 |
|
596 |
+
#: contact_form.php:995
|
597 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
598 |
msgstr ""
|
599 |
|
600 |
# @ contact_form
|
601 |
+
#: contact_form.php:1013
|
602 |
msgid "Delete an attachment file from the server after the email is sent"
|
603 |
msgstr "Excluir um arquivo anexo do servidor depois que o e-mail for enviado"
|
604 |
|
605 |
+
#: contact_form.php:1019
|
606 |
msgid "Email in HTML format sending"
|
607 |
msgstr ""
|
608 |
|
609 |
# @ contact_form
|
610 |
+
#: contact_form.php:1023
|
611 |
msgid "Display additional info in the email"
|
612 |
msgstr "Mostre informações adicionais no email"
|
613 |
|
614 |
# @ contact_form
|
615 |
+
#: contact_form.php:1029 contact_form.php:1967 contact_form.php:1969
|
|
|
|
|
616 |
msgid "Sent from (ip address)"
|
617 |
msgstr "Enviado de (Endereço IP)"
|
618 |
|
619 |
# @ contact_form
|
620 |
+
#: contact_form.php:1029
|
621 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
622 |
msgstr "Examplo: Enviado de (endereço IP):\\\t127.0.0.1"
|
623 |
|
624 |
# @ contact_form
|
625 |
+
#: contact_form.php:1030 contact_form.php:1973 contact_form.php:1975
|
|
|
|
|
626 |
msgid "Date/Time"
|
627 |
msgstr "Data / Hora"
|
628 |
|
629 |
# @ contact_form
|
630 |
+
#: contact_form.php:1030
|
631 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
632 |
msgstr "Exemplo: Data/Hora:\\\t19 de Agosto de 2013 20:50"
|
633 |
|
634 |
# @ contact_form
|
635 |
+
#: contact_form.php:1031 contact_form.php:1979 contact_form.php:1981
|
|
|
|
|
636 |
msgid "Sent from (referer)"
|
637 |
msgstr "Vindo de (origem)"
|
638 |
|
639 |
# @ contact_form
|
640 |
+
#: contact_form.php:1031
|
641 |
+
msgid ""
|
642 |
+
"Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
643 |
+
msgstr ""
|
644 |
+
"Exemplo: Enviado do (referer):\\\thttp://bestwebsoft.com/contacts/contact-us/"
|
645 |
|
646 |
# @ contact_form
|
647 |
+
#: contact_form.php:1032 contact_form.php:1985 contact_form.php:1987
|
|
|
|
|
648 |
msgid "Using (user agent)"
|
649 |
msgstr "Usando (cliente de email)"
|
650 |
|
651 |
# @ contact_form
|
652 |
+
#: contact_form.php:1032
|
653 |
+
msgid ""
|
654 |
+
"Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
|
655 |
+
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
656 |
+
msgstr ""
|
657 |
+
"Examplo: Usando (user agent):\\\tMozilla/5.0 (Windows NT 6.2; WOW64) "
|
658 |
+
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
659 |
|
660 |
# @ contact_form
|
661 |
+
#: contact_form.php:1037
|
662 |
msgid "Language settings for the field names in the form"
|
663 |
msgstr "Configurações de idioma para os nomes dos campos no formulário"
|
664 |
|
665 |
# @ contact_form
|
666 |
+
#: contact_form.php:1046
|
667 |
msgid "Add a language"
|
668 |
msgstr "Adicione um idioma"
|
669 |
|
670 |
# @ contact_form
|
671 |
+
#: contact_form.php:1050
|
672 |
msgid "Change the names of the contact form fields and error messages"
|
673 |
msgstr "Mude os nomes dos campos do formulário de contato e mensagens de erro."
|
674 |
|
675 |
# @ contact_form
|
676 |
+
#: contact_form.php:1055 contact_form.php:1142
|
|
|
677 |
msgid "English"
|
678 |
msgstr "Inglês"
|
679 |
|
680 |
+
#: contact_form.php:1063 contact_form.php:1097
|
|
|
681 |
msgid "click to expand/hide the list"
|
682 |
msgstr ""
|
683 |
|
684 |
# @ contact_form
|
685 |
+
#: contact_form.php:1072 contact_form.php:1106
|
|
|
686 |
#, fuzzy
|
687 |
msgid "Tips below the Attachment block"
|
688 |
msgstr "Exibir dicas abaixo do bloco de Anexos"
|
689 |
|
690 |
# @ contact_form
|
691 |
+
#: contact_form.php:1075 contact_form.php:1109
|
|
|
692 |
msgid "Error message for the Name field"
|
693 |
msgstr "Mensagem de erro para o campo Nome"
|
694 |
|
695 |
# @ contact_form
|
696 |
+
#: contact_form.php:1076 contact_form.php:1110
|
|
|
697 |
msgid "Error message for the Address field"
|
698 |
msgstr "Mensagem de erro para o campo Endereço"
|
699 |
|
700 |
# @ contact_form
|
701 |
+
#: contact_form.php:1077 contact_form.php:1111
|
|
|
702 |
msgid "Error message for the Email field"
|
703 |
msgstr "Mensagem de erro para o campo Email"
|
704 |
|
705 |
# @ contact_form
|
706 |
+
#: contact_form.php:1078 contact_form.php:1112
|
|
|
707 |
msgid "Error message for the Phone field"
|
708 |
msgstr "Mensagem de erro para o campo Telefone"
|
709 |
|
710 |
# @ contact_form
|
711 |
+
#: contact_form.php:1079 contact_form.php:1113
|
|
|
712 |
msgid "Error message for the Subject field"
|
713 |
msgstr "Mensagem de erro para o campo Assunto"
|
714 |
|
715 |
# @ contact_form
|
716 |
+
#: contact_form.php:1080 contact_form.php:1114
|
|
|
717 |
msgid "Error message for the Message field"
|
718 |
msgstr "Mensagem de erro para o campo Mensagem"
|
719 |
|
720 |
# @ contact_form
|
721 |
+
#: contact_form.php:1081 contact_form.php:1115
|
|
|
722 |
msgid "Error message about the file type for the Attachment field"
|
723 |
msgstr "Mensagem de erro para o campo Anexo sobre o tipo de arquivo"
|
724 |
|
725 |
# @ contact_form
|
726 |
+
#: contact_form.php:1082 contact_form.php:1116
|
727 |
+
msgid ""
|
728 |
+
"Error message while uploading a file for the Attachment field to the server"
|
729 |
+
msgstr ""
|
730 |
+
"Mensagem de erro para o campo Anexo quando estiver fazendo upload para o "
|
731 |
+
"servidor"
|
732 |
|
733 |
# @ contact_form
|
734 |
+
#: contact_form.php:1083 contact_form.php:1117
|
|
|
735 |
msgid "Error message while moving the file for the Attachment field"
|
736 |
msgstr "Mensagem de erro para o campo Anexo quando estiver movendo o arquivo"
|
737 |
|
738 |
# @ contact_form
|
739 |
+
#: contact_form.php:1084 contact_form.php:1118
|
|
|
740 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
741 |
+
msgstr ""
|
742 |
+
"Mensagem de erro para o campo Anexo quando o tamanho máximo do arquivo for "
|
743 |
+
"excedido"
|
744 |
|
745 |
# @ contact_form
|
746 |
+
#: contact_form.php:1085 contact_form.php:1119
|
|
|
747 |
msgid "Error message for the Captcha field"
|
748 |
msgstr "Mensagem de erro para o campo Captcha"
|
749 |
|
750 |
# @ contact_form
|
751 |
+
#: contact_form.php:1086 contact_form.php:1120
|
|
|
752 |
msgid "Error message for the whole form"
|
753 |
msgstr "Mensagem de erro para o formulário inteiro"
|
754 |
|
755 |
# @ contact_form
|
756 |
+
#: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
|
757 |
+
#: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
|
758 |
+
#: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
|
759 |
+
#: contact_form.php:2358
|
|
|
|
|
|
|
|
|
|
|
|
|
760 |
msgid "Use shortcode"
|
761 |
msgstr "Use shortcode (abreviações)"
|
762 |
|
763 |
# @ contact_form
|
764 |
+
#: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
|
765 |
+
#: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
|
766 |
+
#: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
|
767 |
+
#: contact_form.php:2358
|
|
|
|
|
|
|
|
|
|
|
|
|
768 |
msgid "for this language"
|
769 |
msgstr "para este idioma"
|
770 |
|
771 |
# @ contact_form
|
772 |
+
#: contact_form.php:1133
|
773 |
#, fuzzy
|
774 |
msgid "Use the changed names of the contact form fields in the email"
|
775 |
msgstr "Mude os nomes dos campos do formulário de contato e mensagens de erro."
|
776 |
|
777 |
# @ contact_form
|
778 |
+
#: contact_form.php:1139
|
779 |
msgid "Action after email is sent"
|
780 |
msgstr "Ação após o email ser enviado"
|
781 |
|
782 |
# @ contact_form
|
783 |
+
#: contact_form.php:1141
|
784 |
msgid "Display text"
|
785 |
msgstr "Mostrar texto"
|
786 |
|
787 |
# @ contact_form
|
788 |
+
#: contact_form.php:1150 contact_form.php:1160
|
|
|
789 |
msgid "Text"
|
790 |
msgstr "Texto"
|
791 |
|
792 |
# @ contact_form
|
793 |
+
#: contact_form.php:1171
|
794 |
msgid "Redirect to the page"
|
795 |
msgstr "Redirecione para a página"
|
796 |
|
797 |
# @ contact_form
|
798 |
+
#: contact_form.php:1172
|
799 |
msgid "Url"
|
800 |
msgstr "URL"
|
801 |
|
802 |
+
#: contact_form.php:1176
|
803 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
804 |
msgstr ""
|
805 |
|
806 |
+
#: contact_form.php:1181
|
807 |
+
msgid ""
|
808 |
+
"If you are not sure whether to change this setting or not, please do not do "
|
809 |
+
"that."
|
810 |
msgstr ""
|
811 |
|
812 |
+
#: contact_form.php:1191
|
813 |
msgid "Auto Response"
|
814 |
msgstr ""
|
815 |
|
816 |
+
#: contact_form.php:1195
|
817 |
#, php-format
|
818 |
+
msgid ""
|
819 |
+
"You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
|
820 |
+
"display data from the Message field, as well as %%SITENAME%% to display blog "
|
821 |
+
"name."
|
822 |
msgstr ""
|
823 |
|
824 |
# @ default
|
825 |
+
#: contact_form.php:1220 contact_form.php:1402
|
|
|
826 |
msgid "Save Changes"
|
827 |
msgstr "Salvar Mudanças"
|
828 |
|
829 |
# @ contact_form
|
830 |
+
#: contact_form.php:1233
|
831 |
msgid "Errors output"
|
832 |
msgstr "Saída de erros."
|
833 |
|
834 |
# @ contact_form
|
835 |
+
#: contact_form.php:1236
|
836 |
msgid "Display error messages"
|
837 |
msgstr "Mostrar mensagens de erro"
|
838 |
|
839 |
# @ contact_form
|
840 |
+
#: contact_form.php:1237
|
841 |
msgid "Color of the input field errors."
|
842 |
msgstr "Cor do erro nos campos de formulário"
|
843 |
|
844 |
# @ contact_form
|
845 |
+
#: contact_form.php:1238
|
846 |
msgid "Display error messages & color of the input field errors"
|
847 |
msgstr "Mostrar mensagens de erro e cores para os campos com erro"
|
848 |
|
849 |
# @ contact_form
|
850 |
+
#: contact_form.php:1243
|
851 |
msgid "Add placeholder to the input blocks"
|
852 |
msgstr "Adicione reserva de espaço aos blocos de inserção"
|
853 |
|
854 |
# @ contact_form
|
855 |
+
#: contact_form.php:1249
|
856 |
msgid "Add tooltips"
|
857 |
msgstr "Adicionar mensagens de ajuda"
|
858 |
|
859 |
# @ contact_form
|
860 |
+
#: contact_form.php:1263
|
861 |
msgid "Email address"
|
862 |
msgstr "Endereço de email"
|
863 |
|
864 |
# @ contact_form
|
865 |
+
#: contact_form.php:1268
|
866 |
msgid "Phone Number"
|
867 |
msgstr "Telefone"
|
868 |
|
869 |
# @ contact_form
|
870 |
+
#: contact_form.php:1282
|
871 |
msgid "Attachment"
|
872 |
msgstr "Anexo"
|
873 |
|
874 |
# @ contact_form
|
875 |
+
#: contact_form.php:1292
|
876 |
msgid "Style options"
|
877 |
msgstr "Opções de estilo"
|
878 |
|
879 |
# @ contact_form
|
880 |
+
#: contact_form.php:1295
|
881 |
msgid "Text color"
|
882 |
msgstr "Cor do texto"
|
883 |
|
884 |
# @ contact_form
|
885 |
+
#: contact_form.php:1298 contact_form.php:1303 contact_form.php:1313
|
886 |
+
#: contact_form.php:1318 contact_form.php:1323 contact_form.php:1328
|
887 |
+
#: contact_form.php:1338 contact_form.php:1343 contact_form.php:1352
|
888 |
+
#: contact_form.php:1366 contact_form.php:1371 contact_form.php:1376
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
889 |
msgid "Default"
|
890 |
msgstr "Padrão"
|
891 |
|
892 |
# @ contact_form
|
893 |
+
#: contact_form.php:1300
|
894 |
msgid "Label text color"
|
895 |
msgstr "Cor do texto descritivo"
|
896 |
|
897 |
# @ contact_form
|
898 |
+
#: contact_form.php:1305
|
899 |
msgid "Placeholder color"
|
900 |
msgstr "Cor da reserva de espaço"
|
901 |
|
902 |
# @ contact_form
|
903 |
+
#: contact_form.php:1310
|
904 |
msgid "Errors color"
|
905 |
msgstr "Cor dos erros"
|
906 |
|
907 |
# @ contact_form
|
908 |
+
#: contact_form.php:1315
|
909 |
msgid "Error text color"
|
910 |
msgstr "Cor de texto do erro"
|
911 |
|
912 |
# @ contact_form
|
913 |
+
#: contact_form.php:1320
|
914 |
msgid "Background color of the input field errors"
|
915 |
msgstr "Cor de fundo do campo de formulário com erros"
|
916 |
|
917 |
# @ contact_form
|
918 |
+
#: contact_form.php:1325
|
919 |
msgid "Border color of the input field errors"
|
920 |
msgstr "Cor de borda do campo de formulário com erros"
|
921 |
|
922 |
# @ contact_form
|
923 |
+
#: contact_form.php:1330
|
924 |
msgid "Placeholder color of the input field errors"
|
925 |
msgstr "Cor de reserva de espaço do campo de formulário com erros"
|
926 |
|
927 |
# @ contact_form
|
928 |
+
#: contact_form.php:1335
|
929 |
msgid "Input fields"
|
930 |
msgstr "Campos do folmulário"
|
931 |
|
932 |
# @ contact_form
|
933 |
+
#: contact_form.php:1340
|
934 |
msgid "Input fields background color"
|
935 |
msgstr "Cor de fundo dos campos de formulário"
|
936 |
|
937 |
# @ contact_form
|
938 |
+
#: contact_form.php:1345
|
939 |
msgid "Text fields color"
|
940 |
msgstr "Cor dos campos de texto"
|
941 |
|
942 |
# @ contact_form
|
943 |
+
#: contact_form.php:1349
|
944 |
msgid "Border width in px, numbers only"
|
945 |
msgstr "Largura da borda em px, somente o número"
|
946 |
|
947 |
# @ contact_form
|
948 |
+
#: contact_form.php:1354 contact_form.php:1378
|
|
|
949 |
msgid "Border color"
|
950 |
msgstr "Cor da borda"
|
951 |
|
952 |
# @ contact_form
|
953 |
+
#: contact_form.php:1359
|
954 |
msgid "Submit button"
|
955 |
msgstr "Botão de Envio"
|
956 |
|
957 |
# @ contact_form
|
958 |
+
#: contact_form.php:1363
|
959 |
msgid "Width in px, numbers only"
|
960 |
msgstr "Largura em px, somente o número"
|
961 |
|
962 |
# @ contact_form
|
963 |
+
#: contact_form.php:1368
|
964 |
msgid "Button color"
|
965 |
msgstr "Cor do botão"
|
966 |
|
967 |
# @ contact_form
|
968 |
+
#: contact_form.php:1373
|
969 |
msgid "Button text color"
|
970 |
msgstr "Cor do texto do botão"
|
971 |
|
972 |
# @ contact_form
|
973 |
+
#: contact_form.php:1406
|
974 |
msgid "Contact Form Pro | Preview"
|
975 |
msgstr "Formulário de Contato Pro | Prévia"
|
976 |
|
977 |
# @ contact_form
|
978 |
+
#: contact_form.php:1408
|
979 |
msgid "Show with errors"
|
980 |
msgstr "Mostrar com erros"
|
981 |
|
982 |
# @ contact_form
|
983 |
+
#: contact_form.php:1417 contact_form.php:1419
|
|
|
984 |
msgid "Please enter your full name..."
|
985 |
msgstr "Informe seu nome completo..."
|
986 |
|
987 |
# @ contact_form
|
988 |
+
#: contact_form.php:1430 contact_form.php:1432
|
|
|
989 |
msgid "Please enter your address..."
|
990 |
msgstr "Informe seu endereço…"
|
991 |
|
992 |
# @ contact_form
|
993 |
+
#: contact_form.php:1441 contact_form.php:1443
|
|
|
994 |
msgid "Please enter your email address..."
|
995 |
msgstr "Informe seu endereço de email…"
|
996 |
|
997 |
# @ contact_form
|
998 |
+
#: contact_form.php:1452 contact_form.php:1454
|
|
|
999 |
msgid "Please enter your phone number..."
|
1000 |
msgstr "Informe seu telefone..."
|
1001 |
|
1002 |
# @ contact_form
|
1003 |
+
#: contact_form.php:1463 contact_form.php:1465
|
|
|
1004 |
msgid "Please enter subject..."
|
1005 |
msgstr "Informe o assunto…"
|
1006 |
|
1007 |
# @ contact_form
|
1008 |
+
#: contact_form.php:1473 contact_form.php:1475
|
|
|
1009 |
msgid "Please enter your message..."
|
1010 |
msgstr "Informe sua mensagem…"
|
1011 |
|
1012 |
# @ bestwebsoft
|
1013 |
# @ contact_form
|
1014 |
+
#: contact_form.php:1586
|
1015 |
msgid "Sorry, email message could not be delivered."
|
1016 |
msgstr "Desculpe, seu e-mail não pode ser entregue."
|
1017 |
|
1018 |
# @ contact_form
|
1019 |
+
#: contact_form.php:1994
|
1020 |
msgid "Contact from"
|
1021 |
msgstr "Formulário de Contato"
|
1022 |
|
1023 |
# @ contact_form
|
1024 |
+
#: contact_form.php:2016 contact_form.php:2046
|
|
|
1025 |
msgid "Phone"
|
1026 |
msgstr "Telefone"
|
1027 |
|
1028 |
# @ contact_form
|
1029 |
+
#: contact_form.php:2027 contact_form.php:2053
|
|
|
1030 |
msgid "Site"
|
1031 |
msgstr "Site"
|
1032 |
|
1033 |
# @ contact_form
|
1034 |
+
#: contact_form.php:2140
|
1035 |
+
msgid ""
|
1036 |
+
"If you can see this MIME, it means that the MIME type is not supported by "
|
1037 |
+
"your email client!"
|
1038 |
+
msgstr ""
|
1039 |
+
"Se você consegue ver esta MENSAGEM então seu cliente não aceita tipos MIME! "
|
1040 |
+
"Favor usar um cliente mais atualizado."
|
1041 |
|
1042 |
# @ contact_form
|
1043 |
+
#: contact_form.php:2224
|
1044 |
msgid "Support"
|
1045 |
msgstr "Suporte"
|
1046 |
|
1047 |
# @ contact_form
|
1048 |
+
#: contact_form.php:2273
|
1049 |
msgid "Are you sure that you want to delete this language data?"
|
1050 |
msgstr "Tem certeza que você quer apagar estes dados de idioma?"
|
1051 |
|
1052 |
# @ contact_form
|
1053 |
+
#: contact_form.php:2294
|
1054 |
#, fuzzy
|
1055 |
msgid "Add multiple forms"
|
1056 |
msgstr "Adicionar mensagens de ajuda"
|
1057 |
|
1058 |
+
#: contact_form.php:2294
|
1059 |
+
msgid ""
|
1060 |
+
"Install Contact Form Multi plugin to create unlimited number of contact "
|
1061 |
+
"forms."
|
1062 |
msgstr ""
|
1063 |
|
1064 |
+
#: contact_form.php:2299
|
1065 |
msgid "Learn more"
|
1066 |
msgstr ""
|
1067 |
|
1068 |
+
#: contact_form.php:2303
|
1069 |
msgid "Close"
|
1070 |
msgstr ""
|
1071 |
|
1072 |
+
#: contact_form.php:2491
|
1073 |
msgid "allows to store your messages to the database."
|
1074 |
msgstr ""
|
1075 |
|
1076 |
+
#: contact_form.php:2492
|
1077 |
msgid "Manage messages that have been sent from your website."
|
1078 |
msgstr ""
|
1079 |
|
1080 |
# @ contact_form
|
1081 |
#~ msgid "powered by"
|
1082 |
#~ msgstr "movido a"
|
1083 |
+
|
1084 |
# @ contact_form
|
1085 |
#, fuzzy
|
1086 |
#~ msgid "Download Contact Form to DB"
|
1089 |
# @ contact_form
|
1090 |
#~ msgid "Captcha"
|
1091 |
#~ msgstr "Captcha"
|
1092 |
+
|
1093 |
# @ contact_form
|
1094 |
#~ msgid "(powered by bestwebsoft.com)"
|
1095 |
#~ msgstr "(produzido por bestwebsoft.com)"
|
1096 |
+
|
1097 |
# @ contact_form
|
1098 |
#, fuzzy
|
1099 |
#~ msgid "requires"
|
1112 |
# @ contact_form
|
1113 |
#~ msgid "Extra settings"
|
1114 |
#~ msgstr "Configurações extras"
|
1115 |
+
|
1116 |
# @ contact_form
|
1117 |
#, fuzzy
|
1118 |
#~ msgid "The text in the 'From' field"
|
languages/contact_form-ru_RU.mo
CHANGED
Binary file
|
languages/contact_form-ru_RU.po
CHANGED
@@ -2,15 +2,16 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Contact Form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
-
"Last-Translator: bestwebsoft.com <
|
8 |
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"Plural-Forms: nplurals=3; plural=n%100/10==1 ? 2 : n%10==1 ? 0 : (n
|
|
|
14 |
"X-Generator: Poedit 1.5.4\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Poedit-KeywordsList: __;_e\n"
|
@@ -19,8 +20,7 @@ msgstr ""
|
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
# @ contact_form
|
22 |
-
#: contact_form.php:35
|
23 |
-
#: contact_form.php:650
|
24 |
msgid "Contact Form Settings"
|
25 |
msgstr "Настройки Contact Form"
|
26 |
|
@@ -30,70 +30,58 @@ msgid "Contact Form"
|
|
30 |
msgstr "Contact Form"
|
31 |
|
32 |
# @ contact_form
|
33 |
-
#: contact_form.php:123
|
34 |
-
#: contact_form.php:1047
|
35 |
-
#: contact_form.php:1081
|
36 |
msgid "Name:"
|
37 |
msgstr "Имя:"
|
38 |
|
39 |
# @ contact_form
|
40 |
-
#: contact_form.php:124
|
41 |
-
#: contact_form.php:1048
|
42 |
-
#: contact_form.php:1082
|
43 |
msgid "Address:"
|
44 |
msgstr "Адрес:"
|
45 |
|
46 |
# @ contact_form
|
47 |
-
#: contact_form.php:125
|
48 |
-
#: contact_form.php:1049
|
49 |
-
#: contact_form.php:1083
|
50 |
msgid "Email Address:"
|
51 |
msgstr "E-mail:"
|
52 |
|
53 |
# @ contact_form
|
54 |
-
#: contact_form.php:126
|
55 |
-
#: contact_form.php:1050
|
56 |
-
#: contact_form.php:1084
|
57 |
msgid "Phone number:"
|
58 |
msgstr "Телефон:"
|
59 |
|
60 |
# @ contact_form
|
61 |
-
#: contact_form.php:127
|
62 |
-
#: contact_form.php:1051
|
63 |
-
#: contact_form.php:1085
|
64 |
msgid "Subject:"
|
65 |
msgstr "Тема:"
|
66 |
|
67 |
# @ contact_form
|
68 |
-
#: contact_form.php:128
|
69 |
-
#: contact_form.php:1052
|
70 |
-
#: contact_form.php:1086
|
71 |
msgid "Message:"
|
72 |
msgstr "Сообщение:"
|
73 |
|
74 |
# @ contact_form
|
75 |
-
#: contact_form.php:129
|
76 |
-
#: contact_form.php:1053
|
77 |
-
#: contact_form.php:1087
|
78 |
msgid "Attachment:"
|
79 |
msgstr "Прикрепить файл:"
|
80 |
|
81 |
# @ contact_form
|
82 |
#: contact_form.php:130
|
83 |
-
msgid "
|
84 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
|
86 |
# @ contact_form
|
87 |
-
#: contact_form.php:131
|
88 |
-
#: contact_form.php:1055
|
89 |
-
#: contact_form.php:1089
|
90 |
msgid "Send me a copy"
|
91 |
msgstr "Отправить мне копию"
|
92 |
|
93 |
# @ contact_form
|
94 |
-
#: contact_form.php:132
|
95 |
-
#: contact_form.php:1056
|
96 |
-
#: contact_form.php:1090
|
97 |
msgid "Submit"
|
98 |
msgstr "Отправить"
|
99 |
|
@@ -155,7 +143,8 @@ msgstr "Пожалуйста, заполните CAPTCHA."
|
|
155 |
# @ contact_form
|
156 |
#: contact_form.php:144
|
157 |
msgid "Please make corrections below and try again."
|
158 |
-
msgstr "
|
|
|
159 |
|
160 |
# @ contact_form
|
161 |
#: contact_form.php:146
|
@@ -163,13 +152,21 @@ msgid "Thank you for contacting us."
|
|
163 |
msgstr "Спасибо, что связались с нами."
|
164 |
|
165 |
#: contact_form.php:546
|
166 |
-
msgid "
|
167 |
-
|
|
|
|
|
|
|
|
|
168 |
|
169 |
# @ contact_form
|
170 |
#: contact_form.php:556
|
171 |
-
msgid "
|
172 |
-
|
|
|
|
|
|
|
|
|
173 |
|
174 |
# @ contact_form
|
175 |
#: contact_form.php:565
|
@@ -178,7 +175,8 @@ msgstr "Данный пользователь не найден."
|
|
178 |
|
179 |
# @ contact_form
|
180 |
#: contact_form.php:575
|
181 |
-
msgid "
|
|
|
182 |
msgstr "Пожалуйста, введите корректный email в поле 'Использовать этот email'."
|
183 |
|
184 |
# @ contact_form
|
@@ -189,908 +187,912 @@ msgstr "Пожалуйста, введите корректный email для
|
|
189 |
# @ contact_form
|
190 |
#: contact_form.php:606
|
191 |
msgid "Settings saved."
|
192 |
-
msgstr "
|
193 |
|
194 |
# @ contact_form
|
195 |
#: contact_form.php:608
|
196 |
msgid "Settings are not saved."
|
197 |
msgstr "Настройки не сохранены."
|
198 |
|
|
|
|
|
|
|
|
|
199 |
# @ contact_form
|
200 |
-
#: contact_form.php:
|
201 |
-
#: contact_form.php:2188
|
202 |
-
#: contact_form.php:2202
|
203 |
msgid "Settings"
|
204 |
msgstr "Настройки"
|
205 |
|
206 |
# @ contact_form
|
207 |
-
#: contact_form.php:
|
208 |
msgid "Additional settings"
|
209 |
msgstr "Дополнительные настройки"
|
210 |
|
211 |
-
#: contact_form.php:
|
212 |
msgid "Appearance"
|
213 |
msgstr "Отображение"
|
214 |
|
215 |
# @ contact_form
|
216 |
-
#: contact_form.php:
|
217 |
-
#: contact_form.php:2203
|
218 |
msgid "FAQ"
|
219 |
msgstr "FAQ"
|
220 |
|
221 |
# @ contact_form
|
222 |
-
#: contact_form.php:
|
223 |
msgid "Go PRO"
|
224 |
msgstr "Перейти на PRO версию"
|
225 |
|
226 |
# @ contact_form
|
227 |
-
#: contact_form.php:
|
228 |
-
#: contact_form.php:661
|
229 |
msgid "Notice:"
|
230 |
msgstr "Обратите внимание:"
|
231 |
|
232 |
# @ contact_form
|
233 |
-
#: contact_form.php:
|
234 |
-
msgid "
|
235 |
-
|
|
|
|
|
|
|
|
|
236 |
|
237 |
# @ contact_form
|
238 |
-
#: contact_form.php:
|
239 |
-
msgid "
|
240 |
-
|
|
|
|
|
|
|
|
|
241 |
|
242 |
# @ contact_form
|
243 |
-
#: contact_form.php:
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
msgstr "
|
|
|
|
|
248 |
|
249 |
# @ contact_form
|
250 |
-
#: contact_form.php:
|
251 |
-
#: contact_form.php:
|
252 |
-
#: contact_form.php:
|
253 |
-
#: contact_form.php:680
|
254 |
-
#: contact_form.php:1071
|
255 |
-
#: contact_form.php:1073
|
256 |
-
#: contact_form.php:1134
|
257 |
-
#: contact_form.php:1136
|
258 |
msgid "or"
|
259 |
msgstr "или"
|
260 |
|
261 |
# @ contact_form
|
262 |
-
#: contact_form.php:
|
263 |
-
|
264 |
-
|
265 |
-
|
|
|
|
|
|
|
266 |
|
267 |
# @ contact_form
|
268 |
-
#: contact_form.php:
|
269 |
-
#: contact_form.php:680
|
270 |
msgid "They work the same way."
|
271 |
msgstr "Шорткоды работают одинаково."
|
272 |
|
273 |
# @ contact_form
|
274 |
-
#: contact_form.php:
|
275 |
-
msgid "
|
276 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
277 |
|
278 |
# @ contact_form
|
279 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
280 |
msgid "The user's email address:"
|
281 |
msgstr "Email пользователя сайта:"
|
282 |
|
283 |
# @ contact_form
|
284 |
-
#: contact_form.php:
|
285 |
msgid "Select a username"
|
286 |
msgstr "Выберите имя пользователя"
|
287 |
|
288 |
# @ contact_form
|
289 |
-
#: contact_form.php:
|
290 |
-
msgid "
|
291 |
-
|
|
|
|
|
|
|
|
|
292 |
|
293 |
# @ contact_form
|
294 |
-
#: contact_form.php:
|
295 |
msgid "Use this email address:"
|
296 |
msgstr "Использовать этот email:"
|
297 |
|
298 |
# @ contact_form
|
299 |
-
#: contact_form.php:
|
300 |
msgid "Enter the email address you want the messages forwarded to."
|
301 |
msgstr "Укажите email, на который будут отправляться сообщения."
|
302 |
|
303 |
# @ contact_form
|
304 |
-
#: contact_form.php:
|
305 |
msgid "Add department selectbox to the contact form:"
|
306 |
msgstr "Добавить выбор отдела в контактную форму:"
|
307 |
|
308 |
# @ contact_form
|
309 |
-
#: contact_form.php:
|
310 |
-
#: contact_form.php:1182
|
311 |
-
#: contact_form.php:1365
|
312 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
313 |
msgstr "При установке Pro версии плагина, все ваши настройки сохраняются."
|
314 |
|
315 |
# @ contact_form
|
316 |
-
#: contact_form.php:
|
317 |
-
#: contact_form.php:
|
318 |
-
|
319 |
-
#: contact_form.php:1189
|
320 |
-
#: contact_form.php:1372
|
321 |
-
msgid "Unlock premium options by upgrading to a PRO version."
|
322 |
msgstr "Активируйте премиум опции обновившись до PRO версии."
|
323 |
|
324 |
# @ contact_form
|
325 |
-
#: contact_form.php:
|
326 |
-
#: contact_form.php:
|
327 |
-
#: contact_form.php:984
|
328 |
-
#: contact_form.php:1190
|
329 |
-
#: contact_form.php:1373
|
330 |
-
#: contact_form.php:2475
|
331 |
msgid "Learn More"
|
332 |
msgstr "Подробнее"
|
333 |
|
334 |
# @ contact_form
|
335 |
-
#: contact_form.php:
|
336 |
-
#: contact_form.php:
|
337 |
-
#: contact_form.php:987
|
338 |
-
#: contact_form.php:1193
|
339 |
-
#: contact_form.php:1376
|
340 |
msgid "Go"
|
341 |
msgstr "Перейти на"
|
342 |
|
343 |
# @ contact_form
|
344 |
-
#: contact_form.php:
|
345 |
msgid "Save emails to the database"
|
346 |
msgstr "Сохранять email в базу данных"
|
347 |
|
348 |
# @ contact_form
|
349 |
-
#: contact_form.php:
|
350 |
msgid "Using"
|
351 |
msgstr "Используя"
|
352 |
|
353 |
# @ contact_form
|
354 |
-
#: contact_form.php:
|
355 |
-
#: contact_form.php:759
|
356 |
msgid "Using Contact Form to DB by BestWebSoft"
|
357 |
msgstr "Используя Contact Form to DB, разработанный компанией BestWebSoft"
|
358 |
|
359 |
# @ contact_form
|
360 |
-
#: contact_form.php:
|
361 |
msgid "Activate"
|
362 |
msgstr "Активировать"
|
363 |
|
364 |
# @ contact_form
|
365 |
-
#: contact_form.php:
|
366 |
msgid "Download"
|
367 |
msgstr "Скачать"
|
368 |
|
369 |
# @ contact_form
|
370 |
-
#: contact_form.php:
|
371 |
msgid "What to use?"
|
372 |
msgstr "Что использовать?"
|
373 |
|
374 |
# @ contact_form
|
375 |
-
#: contact_form.php:
|
376 |
msgid "Wp-mail"
|
377 |
msgstr "Wp-mail"
|
378 |
|
379 |
# @ contact_form
|
380 |
-
#: contact_form.php:
|
381 |
msgid "You can use the wp_mail function for mailing"
|
382 |
msgstr "Для отправки почты вы можете использовать функцию WordPress wp_mail"
|
383 |
|
384 |
# @ contact_form
|
385 |
-
#: contact_form.php:
|
386 |
msgid "Mail"
|
387 |
msgstr "Mail"
|
388 |
|
389 |
# @ contact_form
|
390 |
-
#: contact_form.php:
|
391 |
msgid "To send mail you can use the php mail function"
|
392 |
msgstr "Для отправки email вы можете использовать функцию php mail"
|
393 |
|
394 |
-
#: contact_form.php:
|
395 |
msgid "'FROM' field"
|
396 |
msgstr "Поле 'От'"
|
397 |
|
398 |
# @ contact_form
|
399 |
-
#: contact_form.php:
|
400 |
-
#: contact_form.php:
|
401 |
-
#: contact_form.php:1234
|
402 |
-
#: contact_form.php:1980
|
403 |
-
#: contact_form.php:2016
|
404 |
msgid "Name"
|
405 |
msgstr "Имя"
|
406 |
|
407 |
# @ contact_form
|
408 |
-
#: contact_form.php:
|
409 |
msgid "User name"
|
410 |
msgstr "Имя пользователя"
|
411 |
|
412 |
# @ contact_form
|
413 |
-
#: contact_form.php:
|
414 |
-
msgid "
|
415 |
-
|
|
|
|
|
|
|
416 |
|
417 |
# @ contact_form
|
418 |
-
#: contact_form.php:
|
419 |
-
#: contact_form.php:1991
|
420 |
-
#: contact_form.php:2023
|
421 |
msgid "Email"
|
422 |
msgstr "Email"
|
423 |
|
424 |
# @ contact_form
|
425 |
-
#: contact_form.php:
|
426 |
msgid "User email"
|
427 |
msgstr "Email пользователя"
|
428 |
|
429 |
# @ contact_form
|
430 |
-
#: contact_form.php:
|
431 |
-
msgid "
|
432 |
-
|
|
|
|
|
|
|
|
|
433 |
|
434 |
-
#: contact_form.php:
|
435 |
-
msgid "
|
436 |
-
|
|
|
|
|
|
|
|
|
437 |
|
438 |
# @ contact_form
|
439 |
-
#: contact_form.php:
|
440 |
msgid "Required symbol"
|
441 |
msgstr "Символ, отображающий обязательное поле"
|
442 |
|
443 |
# @ contact_form
|
444 |
-
#: contact_form.php:
|
445 |
msgid "Fields"
|
446 |
msgstr "Поля"
|
447 |
|
448 |
# @ contact_form
|
449 |
-
#: contact_form.php:
|
450 |
msgid "Used"
|
451 |
msgstr "Используется"
|
452 |
|
453 |
# @ contact_form
|
454 |
-
#: contact_form.php:
|
455 |
msgid "Required"
|
456 |
msgstr "Обязательные"
|
457 |
|
458 |
# @ contact_form
|
459 |
-
#: contact_form.php:
|
460 |
msgid "Visible"
|
461 |
msgstr "Видимое"
|
462 |
|
463 |
# @ contact_form
|
464 |
-
#: contact_form.php:
|
465 |
msgid "Disabled for editing"
|
466 |
msgstr "Нет возможности редактировать"
|
467 |
|
468 |
# @ contact_form
|
469 |
-
#: contact_form.php:
|
470 |
msgid "Field's default value"
|
471 |
msgstr "Значение полей по умолчанию"
|
472 |
|
473 |
-
|
|
|
|
|
|
|
|
|
|
|
474 |
msgid "Use User's name as a default value if the user is logged in."
|
475 |
-
msgstr "
|
|
|
|
|
476 |
|
477 |
-
#: contact_form.php:
|
478 |
-
|
479 |
-
|
480 |
-
|
|
|
|
|
|
|
481 |
|
482 |
# @ contact_form
|
483 |
-
#: contact_form.php:
|
484 |
msgid "Location selectbox"
|
485 |
msgstr "Список местоположений"
|
486 |
|
487 |
# @ contact_form
|
488 |
-
#: contact_form.php:
|
489 |
-
#: contact_form.php:
|
490 |
-
#: contact_form.php:1986
|
491 |
-
#: contact_form.php:2020
|
492 |
msgid "Address"
|
493 |
msgstr "Адрес"
|
494 |
|
495 |
# @ contact_form
|
496 |
-
#: contact_form.php:
|
497 |
msgid "Email Address"
|
498 |
msgstr "Email адрес"
|
499 |
|
500 |
-
#: contact_form.php:
|
501 |
msgid "Use User's email as a default value if the user is logged in."
|
502 |
-
msgstr "
|
|
|
|
|
503 |
|
504 |
# @ contact_form
|
505 |
-
#: contact_form.php:
|
506 |
msgid "Phone number"
|
507 |
msgstr "Телефон"
|
508 |
|
509 |
# @ contact_form
|
510 |
-
#: contact_form.php:
|
511 |
-
#: contact_form.php:
|
512 |
-
#: contact_form.php:2001
|
513 |
-
#: contact_form.php:2029
|
514 |
msgid "Subject"
|
515 |
msgstr "Тема"
|
516 |
|
517 |
# @ contact_form
|
518 |
-
#: contact_form.php:
|
519 |
-
#: contact_form.php:
|
520 |
-
#: contact_form.php:2004
|
521 |
-
#: contact_form.php:2031
|
522 |
msgid "Message"
|
523 |
msgstr "Сообщение"
|
524 |
|
525 |
# @ contact_form
|
526 |
-
#: contact_form.php:
|
527 |
msgid "Attachment block"
|
528 |
msgstr "Блок 'Прикрепить файл'"
|
529 |
|
530 |
# @ contact_form
|
531 |
-
#: contact_form.php:
|
532 |
msgid "Users can attach the following file formats"
|
533 |
msgstr "Пользователи могут прикрепить файлы таких типов"
|
534 |
|
535 |
# @ contact_form
|
536 |
-
#: contact_form.php:
|
537 |
msgid "Add to the form"
|
538 |
msgstr "Добавить в форму"
|
539 |
|
540 |
# @ contact_form
|
541 |
-
#: contact_form.php:
|
542 |
msgid "Tips below the Attachment"
|
543 |
msgstr "Пояснения после блока \"Прикрепить файл\""
|
544 |
|
545 |
# @ contact_form
|
546 |
-
#: contact_form.php:
|
547 |
msgid "'Send me a copy' block"
|
548 |
msgstr "Блок 'Отправить мне копию'"
|
549 |
|
550 |
# @ contact_form
|
551 |
-
#: contact_form.php:
|
552 |
msgid "Activate captcha"
|
553 |
msgstr "Активировать Сaptcha"
|
554 |
|
555 |
# @ contact_form
|
556 |
-
#: contact_form.php:
|
557 |
msgid "Download captcha"
|
558 |
msgstr "Скачать Сaptcha"
|
559 |
|
560 |
# @ contact_form
|
561 |
-
#: contact_form.php:
|
562 |
msgid "Agreement checkbox"
|
563 |
msgstr "Чекбокс согласия с условиями"
|
564 |
|
565 |
# @ contact_form
|
566 |
-
#: contact_form.php:
|
567 |
msgid "Required checkbox for submitting the form"
|
568 |
msgstr "Обязательный чекбокс для отправки формы"
|
569 |
|
570 |
# @ contact_form
|
571 |
-
#: contact_form.php:
|
572 |
msgid "Optional checkbox"
|
573 |
msgstr "Дополнительный чекбокс"
|
574 |
|
575 |
# @ contact_form
|
576 |
-
#: contact_form.php:
|
577 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
578 |
-
msgstr "Дополнительный чекбокс, результаты которого будут
|
579 |
|
580 |
# @ contact_form
|
581 |
-
#: contact_form.php:
|
582 |
msgid "Delete an attachment file from the server after the email is sent"
|
583 |
msgstr "Удалить прикрепленный файл с сервера после отправки email"
|
584 |
|
585 |
# @ contact_form
|
586 |
-
#: contact_form.php:
|
587 |
msgid "Email in HTML format sending"
|
588 |
msgstr "Отправка еmail в формате HTML"
|
589 |
|
590 |
# @ contact_form
|
591 |
-
#: contact_form.php:
|
592 |
msgid "Display additional info in the email"
|
593 |
msgstr "Отображение дополнительной информации в письме"
|
594 |
|
595 |
# @ contact_form
|
596 |
-
#: contact_form.php:
|
597 |
-
#: contact_form.php:1947
|
598 |
-
#: contact_form.php:1949
|
599 |
msgid "Sent from (ip address)"
|
600 |
msgstr "Отправлено от (ip адрес)"
|
601 |
|
602 |
# @ contact_form
|
603 |
-
#: contact_form.php:
|
604 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
605 |
msgstr "Пример: Sent from (IP address):\t127.0.0.1"
|
606 |
|
607 |
# @ contact_form
|
608 |
-
#: contact_form.php:
|
609 |
-
#: contact_form.php:1953
|
610 |
-
#: contact_form.php:1955
|
611 |
msgid "Date/Time"
|
612 |
msgstr "Дата/Время"
|
613 |
|
614 |
# @ contact_form
|
615 |
-
#: contact_form.php:
|
616 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
617 |
msgstr "Пример: Date/Time:\tAugust 19, 2013 8:50 pm"
|
618 |
|
619 |
# @ contact_form
|
620 |
-
#: contact_form.php:
|
621 |
-
#: contact_form.php:1959
|
622 |
-
#: contact_form.php:1961
|
623 |
msgid "Sent from (referer)"
|
624 |
msgstr "Пришло из (реферер)"
|
625 |
|
626 |
# @ contact_form
|
627 |
-
#: contact_form.php:
|
628 |
-
msgid "
|
629 |
-
|
|
|
|
|
630 |
|
631 |
# @ contact_form
|
632 |
-
#: contact_form.php:
|
633 |
-
#: contact_form.php:1965
|
634 |
-
#: contact_form.php:1967
|
635 |
msgid "Using (user agent)"
|
636 |
msgstr "Используя (user agent)"
|
637 |
|
638 |
# @ contact_form
|
639 |
-
#: contact_form.php:
|
640 |
-
msgid "
|
641 |
-
|
|
|
|
|
|
|
|
|
642 |
|
643 |
# @ contact_form
|
644 |
-
#: contact_form.php:
|
645 |
msgid "Language settings for the field names in the form"
|
646 |
msgstr "Языковые настройки для названия полей в форме"
|
647 |
|
648 |
# @ contact_form
|
649 |
-
#: contact_form.php:
|
650 |
msgid "Add a language"
|
651 |
msgstr "Добавить язык"
|
652 |
|
653 |
# @ contact_form
|
654 |
-
#: contact_form.php:
|
655 |
msgid "Change the names of the contact form fields and error messages"
|
656 |
-
msgstr "Изменить названия полей
|
657 |
|
658 |
# @ contact_form
|
659 |
-
#: contact_form.php:
|
660 |
-
#: contact_form.php:1124
|
661 |
msgid "English"
|
662 |
msgstr "Английский"
|
663 |
|
664 |
# @ contact_form
|
665 |
-
#: contact_form.php:
|
666 |
-
#: contact_form.php:1079
|
667 |
msgid "click to expand/hide the list"
|
668 |
msgstr "нажмите чтобы развернуть/свернуть список"
|
669 |
|
670 |
# @ contact_form
|
671 |
-
#: contact_form.php:
|
672 |
-
#: contact_form.php:1088
|
673 |
msgid "Tips below the Attachment block"
|
674 |
msgstr "Пояснения после блока \"Прикрепить файл\""
|
675 |
|
676 |
# @ contact_form
|
677 |
-
#: contact_form.php:
|
678 |
-
#: contact_form.php:1091
|
679 |
msgid "Error message for the Name field"
|
680 |
msgstr "Сообщение об ошибке для поля Name"
|
681 |
|
682 |
# @ contact_form
|
683 |
-
#: contact_form.php:
|
684 |
-
#: contact_form.php:1092
|
685 |
msgid "Error message for the Address field"
|
686 |
msgstr "Сообщение об ошибке для поля Address"
|
687 |
|
688 |
# @ contact_form
|
689 |
-
#: contact_form.php:
|
690 |
-
#: contact_form.php:1093
|
691 |
msgid "Error message for the Email field"
|
692 |
msgstr "Сообщение об ошибке для поля Email"
|
693 |
|
694 |
# @ contact_form
|
695 |
-
#: contact_form.php:
|
696 |
-
#: contact_form.php:1094
|
697 |
msgid "Error message for the Phone field"
|
698 |
msgstr "Сообщение об ошибке для поля Phone"
|
699 |
|
700 |
# @ contact_form
|
701 |
-
#: contact_form.php:
|
702 |
-
#: contact_form.php:1095
|
703 |
msgid "Error message for the Subject field"
|
704 |
msgstr "Сообщение об ошибке для поля Subject"
|
705 |
|
706 |
# @ contact_form
|
707 |
-
#: contact_form.php:
|
708 |
-
#: contact_form.php:1096
|
709 |
msgid "Error message for the Message field"
|
710 |
msgstr "Сообщение об ошибке для поля Message"
|
711 |
|
712 |
# @ contact_form
|
713 |
-
#: contact_form.php:
|
714 |
-
#: contact_form.php:1097
|
715 |
msgid "Error message about the file type for the Attachment field"
|
716 |
msgstr "Сообщение об ошибке о типе файла для поля Attachment"
|
717 |
|
718 |
# @ contact_form
|
719 |
-
#: contact_form.php:
|
720 |
-
|
721 |
-
|
722 |
msgstr "Сообщение об ошибке при загрузке файла на сервер для поля Attachment"
|
723 |
|
724 |
# @ contact_form
|
725 |
-
#: contact_form.php:
|
726 |
-
#: contact_form.php:1099
|
727 |
msgid "Error message while moving the file for the Attachment field"
|
728 |
msgstr "Сообщение об ошибке при перемещении файла для поля Attachment"
|
729 |
|
730 |
# @ contact_form
|
731 |
-
#: contact_form.php:
|
732 |
-
#: contact_form.php:1100
|
733 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
734 |
-
msgstr "
|
|
|
|
|
735 |
|
736 |
# @ contact_form
|
737 |
-
#: contact_form.php:
|
738 |
-
#: contact_form.php:1101
|
739 |
msgid "Error message for the Captcha field"
|
740 |
msgstr "Сообщение об ошибке для поля Captcha"
|
741 |
|
742 |
# @ contact_form
|
743 |
-
#: contact_form.php:
|
744 |
-
#: contact_form.php:1102
|
745 |
msgid "Error message for the whole form"
|
746 |
msgstr "Сообщение об ошибке для всей формы"
|
747 |
|
748 |
# @ contact_form
|
749 |
-
#: contact_form.php:
|
750 |
-
#: contact_form.php:
|
751 |
-
#: contact_form.php:
|
752 |
-
#: contact_form.php:
|
753 |
-
#: contact_form.php:1134
|
754 |
-
#: contact_form.php:1136
|
755 |
-
#: contact_form.php:1144
|
756 |
-
#: contact_form.php:1146
|
757 |
-
#: contact_form.php:2336
|
758 |
-
#: contact_form.php:2338
|
759 |
msgid "Use shortcode"
|
760 |
msgstr "Использовать шорткод"
|
761 |
|
762 |
# @ contact_form
|
763 |
-
#: contact_form.php:
|
764 |
-
#: contact_form.php:
|
765 |
-
#: contact_form.php:
|
766 |
-
#: contact_form.php:
|
767 |
-
#: contact_form.php:1134
|
768 |
-
#: contact_form.php:1136
|
769 |
-
#: contact_form.php:1144
|
770 |
-
#: contact_form.php:1146
|
771 |
-
#: contact_form.php:2336
|
772 |
-
#: contact_form.php:2338
|
773 |
msgid "for this language"
|
774 |
msgstr "для данного языка"
|
775 |
|
776 |
# @ contact_form
|
777 |
-
#: contact_form.php:
|
778 |
msgid "Use the changed names of the contact form fields in the email"
|
779 |
msgstr "Использовать измененные названия полей контактной формы в email"
|
780 |
|
781 |
# @ contact_form
|
782 |
-
#: contact_form.php:
|
783 |
msgid "Action after email is sent"
|
784 |
msgstr "Действие после отправки письма"
|
785 |
|
786 |
# @ contact_form
|
787 |
-
#: contact_form.php:
|
788 |
msgid "Display text"
|
789 |
msgstr "Отобразить текст"
|
790 |
|
791 |
# @ contact_form
|
792 |
-
#: contact_form.php:
|
793 |
-
#: contact_form.php:1142
|
794 |
msgid "Text"
|
795 |
msgstr "Текст"
|
796 |
|
797 |
# @ contact_form
|
798 |
-
#: contact_form.php:
|
799 |
msgid "Redirect to the page"
|
800 |
msgstr "Перенаправление на страницу"
|
801 |
|
802 |
# @ contact_form
|
803 |
-
#: contact_form.php:
|
804 |
msgid "Url"
|
805 |
msgstr "Url"
|
806 |
|
807 |
# @ contact_form
|
808 |
-
#: contact_form.php:
|
809 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
810 |
msgstr "$_SERVER переменная, используемая при формировании URL формы"
|
811 |
|
812 |
# @ contact_form
|
813 |
-
#: contact_form.php:
|
814 |
-
msgid "
|
815 |
-
|
|
|
|
|
|
|
|
|
816 |
|
817 |
# @ contact_form_pro
|
818 |
-
#: contact_form.php:
|
819 |
msgid "Auto Response"
|
820 |
msgstr "Автоответ"
|
821 |
|
822 |
# @ contact_form
|
823 |
-
#: contact_form.php:
|
824 |
#, php-format
|
825 |
-
msgid "
|
826 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
827 |
|
828 |
# @ default
|
829 |
-
#: contact_form.php:
|
830 |
-
#: contact_form.php:1383
|
831 |
msgid "Save Changes"
|
832 |
-
msgstr "Сохранить
|
833 |
|
834 |
# @ contact_form
|
835 |
-
#: contact_form.php:
|
836 |
msgid "Errors output"
|
837 |
msgstr "Отображение ошибок"
|
838 |
|
839 |
# @ contact_form
|
840 |
-
#: contact_form.php:
|
841 |
msgid "Display error messages"
|
842 |
msgstr "Отображать сообщения об ошибках"
|
843 |
|
844 |
# @ contact_form
|
845 |
-
#: contact_form.php:
|
846 |
msgid "Color of the input field errors."
|
847 |
msgstr "Отображать ошибки цветом для полей ввода."
|
848 |
|
849 |
# @ contact_form
|
850 |
-
#: contact_form.php:
|
851 |
msgid "Display error messages & color of the input field errors"
|
852 |
msgstr "Отображать сообщения об ошибках и цвет полей ввода с ошибками"
|
853 |
|
854 |
# @ contact_form
|
855 |
-
#: contact_form.php:
|
856 |
msgid "Add placeholder to the input blocks"
|
857 |
msgstr "Добавить вспомогательный текст в поля ввода"
|
858 |
|
859 |
# @ contact_form
|
860 |
-
#: contact_form.php:
|
861 |
msgid "Add tooltips"
|
862 |
msgstr "Добавить подсказки"
|
863 |
|
864 |
# @ contact_form
|
865 |
-
#: contact_form.php:
|
866 |
msgid "Email address"
|
867 |
msgstr "Email"
|
868 |
|
869 |
# @ contact_form
|
870 |
-
#: contact_form.php:
|
871 |
msgid "Phone Number"
|
872 |
msgstr "Телефон"
|
873 |
|
874 |
# @ contact_form
|
875 |
-
#: contact_form.php:
|
876 |
msgid "Attachment"
|
877 |
msgstr "Прикрепить файл"
|
878 |
|
879 |
# @ contact_form
|
880 |
-
#: contact_form.php:
|
881 |
msgid "Style options"
|
882 |
msgstr "Настройки стиля"
|
883 |
|
884 |
# @ contact_form
|
885 |
-
#: contact_form.php:
|
886 |
msgid "Text color"
|
887 |
msgstr "Цвет текста"
|
888 |
|
889 |
# @ contact_form
|
890 |
-
#: contact_form.php:
|
891 |
-
#: contact_form.php:
|
892 |
-
#: contact_form.php:
|
893 |
-
#: contact_form.php:
|
894 |
-
#: contact_form.php:1304
|
895 |
-
#: contact_form.php:1309
|
896 |
-
#: contact_form.php:1319
|
897 |
-
#: contact_form.php:1324
|
898 |
-
#: contact_form.php:1333
|
899 |
-
#: contact_form.php:1347
|
900 |
-
#: contact_form.php:1352
|
901 |
-
#: contact_form.php:1357
|
902 |
msgid "Default"
|
903 |
msgstr "По умолчанию"
|
904 |
|
905 |
# @ contact_form
|
906 |
-
#: contact_form.php:
|
907 |
msgid "Label text color"
|
908 |
msgstr "Цвет текста"
|
909 |
|
910 |
# @ contact_form
|
911 |
-
#: contact_form.php:
|
912 |
msgid "Placeholder color"
|
913 |
msgstr "Цвет замещающегося текста"
|
914 |
|
915 |
# @ contact_form
|
916 |
-
#: contact_form.php:
|
917 |
msgid "Errors color"
|
918 |
msgstr "Цвет ошибок"
|
919 |
|
920 |
# @ contact_form
|
921 |
-
#: contact_form.php:
|
922 |
msgid "Error text color"
|
923 |
msgstr "Цвет текста для ошибок"
|
924 |
|
925 |
# @ contact_form
|
926 |
-
#: contact_form.php:
|
927 |
msgid "Background color of the input field errors"
|
928 |
msgstr "Цвет фона для полей ввода с ошибками"
|
929 |
|
930 |
# @ contact_form
|
931 |
-
#: contact_form.php:
|
932 |
msgid "Border color of the input field errors"
|
933 |
msgstr "Цвет рамки для полей ввода с ошибками"
|
934 |
|
935 |
# @ contact_form
|
936 |
-
#: contact_form.php:
|
937 |
msgid "Placeholder color of the input field errors"
|
938 |
msgstr "Цвет вспомогательного текста для полей ввода с ошибками"
|
939 |
|
940 |
# @ contact_form
|
941 |
-
#: contact_form.php:
|
942 |
msgid "Input fields"
|
943 |
msgstr "Поля ввода"
|
944 |
|
945 |
# @ contact_form
|
946 |
-
#: contact_form.php:
|
947 |
msgid "Input fields background color"
|
948 |
msgstr "Цвет фона для полей ввода"
|
949 |
|
950 |
# @ contact_form
|
951 |
-
#: contact_form.php:
|
952 |
msgid "Text fields color"
|
953 |
msgstr "Цвет текста для полей ввода"
|
954 |
|
955 |
# @ contact_form
|
956 |
-
#: contact_form.php:
|
957 |
msgid "Border width in px, numbers only"
|
958 |
msgstr "Ширина рамки в пикселях, только цифры"
|
959 |
|
960 |
# @ contact_form
|
961 |
-
#: contact_form.php:
|
962 |
-
#: contact_form.php:1359
|
963 |
msgid "Border color"
|
964 |
msgstr "Цвет рамки"
|
965 |
|
966 |
# @ contact_form
|
967 |
-
#: contact_form.php:
|
968 |
msgid "Submit button"
|
969 |
msgstr "Кнопка Отправить"
|
970 |
|
971 |
# @ contact_form
|
972 |
-
#: contact_form.php:
|
973 |
msgid "Width in px, numbers only"
|
974 |
msgstr "Ширина в пикселях, только цифры"
|
975 |
|
976 |
# @ contact_form
|
977 |
-
#: contact_form.php:
|
978 |
msgid "Button color"
|
979 |
msgstr "Цвет кнопки"
|
980 |
|
981 |
# @ contact_form
|
982 |
-
#: contact_form.php:
|
983 |
msgid "Button text color"
|
984 |
msgstr "Цвет текста для кнопки"
|
985 |
|
986 |
# @ contact_form
|
987 |
-
#: contact_form.php:
|
988 |
msgid "Contact Form Pro | Preview"
|
989 |
msgstr "Contact Form Pro | Предпросмотр"
|
990 |
|
991 |
# @ contact_form
|
992 |
-
#: contact_form.php:
|
993 |
msgid "Show with errors"
|
994 |
msgstr "Отображать с ошибками"
|
995 |
|
996 |
# @ contact_form
|
997 |
-
#: contact_form.php:
|
998 |
-
#: contact_form.php:1400
|
999 |
msgid "Please enter your full name..."
|
1000 |
msgstr "Пожалуйста введите ваше имя..."
|
1001 |
|
1002 |
# @ contact_form
|
1003 |
-
#: contact_form.php:
|
1004 |
-
#: contact_form.php:1413
|
1005 |
msgid "Please enter your address..."
|
1006 |
-
msgstr "Пожалуйста введите ваш
|
1007 |
|
1008 |
# @ contact_form
|
1009 |
-
#: contact_form.php:
|
1010 |
-
#: contact_form.php:1424
|
1011 |
msgid "Please enter your email address..."
|
1012 |
msgstr "Пожалуйста введите ваш email..."
|
1013 |
|
1014 |
# @ contact_form
|
1015 |
-
#: contact_form.php:
|
1016 |
-
#: contact_form.php:1435
|
1017 |
msgid "Please enter your phone number..."
|
1018 |
msgstr "Пожалуйста введите ваш телефон..."
|
1019 |
|
1020 |
# @ contact_form
|
1021 |
-
#: contact_form.php:
|
1022 |
-
#: contact_form.php:1446
|
1023 |
msgid "Please enter subject..."
|
1024 |
msgstr "Пожалуйста введите тему..."
|
1025 |
|
1026 |
# @ contact_form
|
1027 |
-
#: contact_form.php:
|
1028 |
-
#: contact_form.php:1456
|
1029 |
msgid "Please enter your message..."
|
1030 |
msgstr "Пожалуйста введите ваше сообщение..."
|
1031 |
|
1032 |
# @ contact_form
|
1033 |
-
#: contact_form.php:
|
1034 |
msgid "Sorry, email message could not be delivered."
|
1035 |
msgstr "Извините, ваш email не может быть отправлен."
|
1036 |
|
1037 |
# @ contact_form
|
1038 |
-
#: contact_form.php:
|
1039 |
msgid "Contact from"
|
1040 |
-
msgstr "
|
1041 |
|
1042 |
# @ contact_form
|
1043 |
-
#: contact_form.php:
|
1044 |
-
#: contact_form.php:2026
|
1045 |
msgid "Phone"
|
1046 |
msgstr "Телефон"
|
1047 |
|
1048 |
# @ contact_form
|
1049 |
-
#: contact_form.php:
|
1050 |
-
#: contact_form.php:2033
|
1051 |
msgid "Site"
|
1052 |
msgstr "Сайт"
|
1053 |
|
1054 |
# @ contact_form
|
1055 |
-
#: contact_form.php:
|
1056 |
-
msgid "
|
1057 |
-
|
|
|
|
|
|
|
|
|
1058 |
|
1059 |
# @ contact_form
|
1060 |
-
#: contact_form.php:
|
1061 |
msgid "Support"
|
1062 |
msgstr "Поддержка"
|
1063 |
|
1064 |
# @ contact_form
|
1065 |
-
#: contact_form.php:
|
1066 |
msgid "Are you sure that you want to delete this language data?"
|
1067 |
msgstr "Вы действительно хотите удалить данные для этого языка?"
|
1068 |
|
1069 |
# @ contact_form
|
1070 |
-
#: contact_form.php:
|
1071 |
msgid "Add multiple forms"
|
1072 |
msgstr "Добавить несколько форм"
|
1073 |
|
1074 |
-
#: contact_form.php:
|
1075 |
-
msgid "
|
1076 |
-
|
|
|
|
|
|
|
|
|
1077 |
|
1078 |
# @ contact_form
|
1079 |
-
#: contact_form.php:
|
1080 |
msgid "Learn more"
|
1081 |
msgstr "Подробнее"
|
1082 |
|
1083 |
-
#: contact_form.php:
|
1084 |
msgid "Close"
|
1085 |
msgstr "Закрыть"
|
1086 |
|
1087 |
# @ contact_form
|
1088 |
-
#: contact_form.php:
|
1089 |
msgid "allows to store your messages to the database."
|
1090 |
msgstr "позволяет хранить ваши сообщения в базе данных."
|
1091 |
|
1092 |
# @ contact_form
|
1093 |
-
#: contact_form.php:
|
1094 |
msgid "Manage messages that have been sent from your website."
|
1095 |
msgstr "Управление сообщениями, которые были отправлены с вашего сайта."
|
1096 |
-
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Contact Form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-08-05 09:14+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-08-05 09:22+0300\n"
|
7 |
+
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"Plural-Forms: nplurals=3; plural=n%100/10==1 ? 2 : n%10==1 ? 0 : (n"
|
14 |
+
"+9)%10>3 ? 2 : 1;\n"
|
15 |
"X-Generator: Poedit 1.5.4\n"
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
"X-Poedit-KeywordsList: __;_e\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
# @ contact_form
|
23 |
+
#: contact_form.php:35 contact_form.php:657
|
|
|
24 |
msgid "Contact Form Settings"
|
25 |
msgstr "Настройки Contact Form"
|
26 |
|
30 |
msgstr "Contact Form"
|
31 |
|
32 |
# @ contact_form
|
33 |
+
#: contact_form.php:123 contact_form.php:1065 contact_form.php:1099
|
|
|
|
|
34 |
msgid "Name:"
|
35 |
msgstr "Имя:"
|
36 |
|
37 |
# @ contact_form
|
38 |
+
#: contact_form.php:124 contact_form.php:1066 contact_form.php:1100
|
|
|
|
|
39 |
msgid "Address:"
|
40 |
msgstr "Адрес:"
|
41 |
|
42 |
# @ contact_form
|
43 |
+
#: contact_form.php:125 contact_form.php:1067 contact_form.php:1101
|
|
|
|
|
44 |
msgid "Email Address:"
|
45 |
msgstr "E-mail:"
|
46 |
|
47 |
# @ contact_form
|
48 |
+
#: contact_form.php:126 contact_form.php:1068 contact_form.php:1102
|
|
|
|
|
49 |
msgid "Phone number:"
|
50 |
msgstr "Телефон:"
|
51 |
|
52 |
# @ contact_form
|
53 |
+
#: contact_form.php:127 contact_form.php:1069 contact_form.php:1103
|
|
|
|
|
54 |
msgid "Subject:"
|
55 |
msgstr "Тема:"
|
56 |
|
57 |
# @ contact_form
|
58 |
+
#: contact_form.php:128 contact_form.php:1070 contact_form.php:1104
|
|
|
|
|
59 |
msgid "Message:"
|
60 |
msgstr "Сообщение:"
|
61 |
|
62 |
# @ contact_form
|
63 |
+
#: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
|
|
|
|
|
64 |
msgid "Attachment:"
|
65 |
msgstr "Прикрепить файл:"
|
66 |
|
67 |
# @ contact_form
|
68 |
#: contact_form.php:130
|
69 |
+
msgid ""
|
70 |
+
"Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
|
71 |
+
"EPS, PS, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT. Max file "
|
72 |
+
"size: 2MB"
|
73 |
+
msgstr ""
|
74 |
+
"Поддерживаемые типы файлов: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, "
|
75 |
+
"AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT. "
|
76 |
+
"Максимальный размер файла: 2 МБ"
|
77 |
|
78 |
# @ contact_form
|
79 |
+
#: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
|
|
|
|
|
80 |
msgid "Send me a copy"
|
81 |
msgstr "Отправить мне копию"
|
82 |
|
83 |
# @ contact_form
|
84 |
+
#: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
|
|
|
|
|
85 |
msgid "Submit"
|
86 |
msgstr "Отправить"
|
87 |
|
143 |
# @ contact_form
|
144 |
#: contact_form.php:144
|
145 |
msgid "Please make corrections below and try again."
|
146 |
+
msgstr ""
|
147 |
+
"Пожалуйста, сделайте исправления в отмеченных полях ниже и повторите попытку."
|
148 |
|
149 |
# @ contact_form
|
150 |
#: contact_form.php:146
|
152 |
msgstr "Спасибо, что связались с нами."
|
153 |
|
154 |
#: contact_form.php:546
|
155 |
+
msgid ""
|
156 |
+
"Email 'FROM' field option was changed, which may cause email messages being "
|
157 |
+
"moved to the spam folder or email delivery failures."
|
158 |
+
msgstr ""
|
159 |
+
"Опция \"Электронный адрес поля 'От'\" была изменена, что может приводить к "
|
160 |
+
"тому, что письма будут попадать в спам или не будут доставлены."
|
161 |
|
162 |
# @ contact_form
|
163 |
#: contact_form.php:556
|
164 |
+
msgid ""
|
165 |
+
"If the 'Redirect to page' option is selected then the URL field should be in "
|
166 |
+
"the following format"
|
167 |
+
msgstr ""
|
168 |
+
"Если опция 'Перейти на страницу' выбрана, то URL поле должно быть заполнено "
|
169 |
+
"в следующем формате"
|
170 |
|
171 |
# @ contact_form
|
172 |
#: contact_form.php:565
|
175 |
|
176 |
# @ contact_form
|
177 |
#: contact_form.php:575
|
178 |
+
msgid ""
|
179 |
+
"Please enter a valid email address in the 'Use this email address' field."
|
180 |
msgstr "Пожалуйста, введите корректный email в поле 'Использовать этот email'."
|
181 |
|
182 |
# @ contact_form
|
187 |
# @ contact_form
|
188 |
#: contact_form.php:606
|
189 |
msgid "Settings saved."
|
190 |
+
msgstr "Настройки сохранены"
|
191 |
|
192 |
# @ contact_form
|
193 |
#: contact_form.php:608
|
194 |
msgid "Settings are not saved."
|
195 |
msgstr "Настройки не сохранены."
|
196 |
|
197 |
+
#: contact_form.php:646
|
198 |
+
msgid "All plugin settings were restored."
|
199 |
+
msgstr "Все настройки плагина восстановлены."
|
200 |
+
|
201 |
# @ contact_form
|
202 |
+
#: contact_form.php:659 contact_form.php:2208 contact_form.php:2222
|
|
|
|
|
203 |
msgid "Settings"
|
204 |
msgstr "Настройки"
|
205 |
|
206 |
# @ contact_form
|
207 |
+
#: contact_form.php:660
|
208 |
msgid "Additional settings"
|
209 |
msgstr "Дополнительные настройки"
|
210 |
|
211 |
+
#: contact_form.php:661
|
212 |
msgid "Appearance"
|
213 |
msgstr "Отображение"
|
214 |
|
215 |
# @ contact_form
|
216 |
+
#: contact_form.php:662 contact_form.php:2223
|
|
|
217 |
msgid "FAQ"
|
218 |
msgstr "FAQ"
|
219 |
|
220 |
# @ contact_form
|
221 |
+
#: contact_form.php:663
|
222 |
msgid "Go PRO"
|
223 |
msgstr "Перейти на PRO версию"
|
224 |
|
225 |
# @ contact_form
|
226 |
+
#: contact_form.php:666 contact_form.php:668
|
|
|
227 |
msgid "Notice:"
|
228 |
msgstr "Обратите внимание:"
|
229 |
|
230 |
# @ contact_form
|
231 |
+
#: contact_form.php:666
|
232 |
+
msgid ""
|
233 |
+
"The plugin's settings have been changed. In order to save them please don't "
|
234 |
+
"forget to click the 'Save Changes' button."
|
235 |
+
msgstr ""
|
236 |
+
"Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, "
|
237 |
+
"не забудьте нажать кнопку 'Сохранить изменения'."
|
238 |
|
239 |
# @ contact_form
|
240 |
+
#: contact_form.php:679
|
241 |
+
msgid ""
|
242 |
+
"If you want to create multiple contact forms, please install the Contact "
|
243 |
+
"Form Multi plugin."
|
244 |
+
msgstr ""
|
245 |
+
"Если вы хотите создать несколько разных контактных форм, пожалуйста, "
|
246 |
+
"установите плагин Contact Form Multi."
|
247 |
|
248 |
# @ contact_form
|
249 |
+
#: contact_form.php:686
|
250 |
+
msgid ""
|
251 |
+
"If you would like to add Contact Form to your website, just copy and paste "
|
252 |
+
"this shortcode to your post or page or widget:"
|
253 |
+
msgstr ""
|
254 |
+
"Если вы хотите добавить контактную форму на свой сайт, вам нужно только "
|
255 |
+
"скопировать и вставить шорткод в контент страницы или поста или виджета:"
|
256 |
|
257 |
# @ contact_form
|
258 |
+
#: contact_form.php:686 contact_form.php:687 contact_form.php:689
|
259 |
+
#: contact_form.php:690 contact_form.php:1089 contact_form.php:1091
|
260 |
+
#: contact_form.php:1152 contact_form.php:1154
|
|
|
|
|
|
|
|
|
|
|
261 |
msgid "or"
|
262 |
msgstr "или"
|
263 |
|
264 |
# @ contact_form
|
265 |
+
#: contact_form.php:687
|
266 |
+
msgid ""
|
267 |
+
"If you have any problems with the standard shortcode [contact_form], you "
|
268 |
+
"should use the shortcode"
|
269 |
+
msgstr ""
|
270 |
+
"Если у вас возникают проблемы с использованием стандартного шорткода "
|
271 |
+
"[contact_form], то используйте шорткод"
|
272 |
|
273 |
# @ contact_form
|
274 |
+
#: contact_form.php:687 contact_form.php:690
|
|
|
275 |
msgid "They work the same way."
|
276 |
msgstr "Шорткоды работают одинаково."
|
277 |
|
278 |
# @ contact_form
|
279 |
+
#: contact_form.php:689 contact_form.php:1501
|
280 |
+
msgid ""
|
281 |
+
"If you would like to add the Contact Form to your website, just copy and "
|
282 |
+
"paste this shortcode to your post or page or widget:"
|
283 |
+
msgstr ""
|
284 |
+
"Если вы хотите добавить контактную форму на свой сайт, вам нужно только "
|
285 |
+
"скопировать и вставить шорткод в контент страницы или поста или виджета:"
|
286 |
+
|
287 |
+
# @ contact_form
|
288 |
+
#: contact_form.php:690
|
289 |
+
msgid ""
|
290 |
+
"If have any problems with the standard shortcode [contact_form], you should "
|
291 |
+
"use the shortcode"
|
292 |
+
msgstr ""
|
293 |
+
"Если у вас возникают проблемы с использованием стандартного шорткода "
|
294 |
+
"[contact_form], то используйте шорткод"
|
295 |
|
296 |
# @ contact_form
|
297 |
+
#: contact_form.php:694
|
298 |
+
msgid ""
|
299 |
+
"If you leave the fields empty, the messages will be sent to the email "
|
300 |
+
"address specified during registration."
|
301 |
+
msgstr ""
|
302 |
+
"Если информация в полях ниже отсутствует, сообщения будут отправлены на "
|
303 |
+
"email, который был указан при регистрации сайта."
|
304 |
+
|
305 |
+
# @ contact_form
|
306 |
+
#: contact_form.php:697
|
307 |
msgid "The user's email address:"
|
308 |
msgstr "Email пользователя сайта:"
|
309 |
|
310 |
# @ contact_form
|
311 |
+
#: contact_form.php:701
|
312 |
msgid "Select a username"
|
313 |
msgstr "Выберите имя пользователя"
|
314 |
|
315 |
# @ contact_form
|
316 |
+
#: contact_form.php:714
|
317 |
+
msgid ""
|
318 |
+
"Enter a username of the person who should get the messages from the contact "
|
319 |
+
"form."
|
320 |
+
msgstr ""
|
321 |
+
"Укажите логин пользователя, который будет получать сообщения контактной "
|
322 |
+
"формы."
|
323 |
|
324 |
# @ contact_form
|
325 |
+
#: contact_form.php:718
|
326 |
msgid "Use this email address:"
|
327 |
msgstr "Использовать этот email:"
|
328 |
|
329 |
# @ contact_form
|
330 |
+
#: contact_form.php:722
|
331 |
msgid "Enter the email address you want the messages forwarded to."
|
332 |
msgstr "Укажите email, на который будут отправляться сообщения."
|
333 |
|
334 |
# @ contact_form
|
335 |
+
#: contact_form.php:731
|
336 |
msgid "Add department selectbox to the contact form:"
|
337 |
msgstr "Добавить выбор отдела в контактную форму:"
|
338 |
|
339 |
# @ contact_form
|
340 |
+
#: contact_form.php:739 contact_form.php:1200 contact_form.php:1384
|
|
|
|
|
341 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
342 |
msgstr "При установке Pro версии плагина, все ваши настройки сохраняются."
|
343 |
|
344 |
# @ contact_form
|
345 |
+
#: contact_form.php:746 contact_form.php:929 contact_form.php:1001
|
346 |
+
#: contact_form.php:1207 contact_form.php:1391
|
347 |
+
msgid "Unlock premium options by upgrading to PRO version."
|
|
|
|
|
|
|
348 |
msgstr "Активируйте премиум опции обновившись до PRO версии."
|
349 |
|
350 |
# @ contact_form
|
351 |
+
#: contact_form.php:747 contact_form.php:930 contact_form.php:1002
|
352 |
+
#: contact_form.php:1208 contact_form.php:1392 contact_form.php:2495
|
|
|
|
|
|
|
|
|
353 |
msgid "Learn More"
|
354 |
msgstr "Подробнее"
|
355 |
|
356 |
# @ contact_form
|
357 |
+
#: contact_form.php:750 contact_form.php:933 contact_form.php:1005
|
358 |
+
#: contact_form.php:1211 contact_form.php:1395
|
|
|
|
|
|
|
359 |
msgid "Go"
|
360 |
msgstr "Перейти на"
|
361 |
|
362 |
# @ contact_form
|
363 |
+
#: contact_form.php:757
|
364 |
msgid "Save emails to the database"
|
365 |
msgstr "Сохранять email в базу данных"
|
366 |
|
367 |
# @ contact_form
|
368 |
+
#: contact_form.php:762
|
369 |
msgid "Using"
|
370 |
msgstr "Используя"
|
371 |
|
372 |
# @ contact_form
|
373 |
+
#: contact_form.php:765 contact_form.php:769
|
|
|
374 |
msgid "Using Contact Form to DB by BestWebSoft"
|
375 |
msgstr "Используя Contact Form to DB, разработанный компанией BestWebSoft"
|
376 |
|
377 |
# @ contact_form
|
378 |
+
#: contact_form.php:765
|
379 |
msgid "Activate"
|
380 |
msgstr "Активировать"
|
381 |
|
382 |
# @ contact_form
|
383 |
+
#: contact_form.php:769
|
384 |
msgid "Download"
|
385 |
msgstr "Скачать"
|
386 |
|
387 |
# @ contact_form
|
388 |
+
#: contact_form.php:779
|
389 |
msgid "What to use?"
|
390 |
msgstr "Что использовать?"
|
391 |
|
392 |
# @ contact_form
|
393 |
+
#: contact_form.php:784
|
394 |
msgid "Wp-mail"
|
395 |
msgstr "Wp-mail"
|
396 |
|
397 |
# @ contact_form
|
398 |
+
#: contact_form.php:786
|
399 |
msgid "You can use the wp_mail function for mailing"
|
400 |
msgstr "Для отправки почты вы можете использовать функцию WordPress wp_mail"
|
401 |
|
402 |
# @ contact_form
|
403 |
+
#: contact_form.php:789
|
404 |
msgid "Mail"
|
405 |
msgstr "Mail"
|
406 |
|
407 |
# @ contact_form
|
408 |
+
#: contact_form.php:791
|
409 |
msgid "To send mail you can use the php mail function"
|
410 |
msgstr "Для отправки email вы можете использовать функцию php mail"
|
411 |
|
412 |
+
#: contact_form.php:796
|
413 |
msgid "'FROM' field"
|
414 |
msgstr "Поле 'От'"
|
415 |
|
416 |
# @ contact_form
|
417 |
+
#: contact_form.php:798 contact_form.php:860 contact_form.php:1253
|
418 |
+
#: contact_form.php:2000 contact_form.php:2036
|
|
|
|
|
|
|
419 |
msgid "Name"
|
420 |
msgstr "Имя"
|
421 |
|
422 |
# @ contact_form
|
423 |
+
#: contact_form.php:805
|
424 |
msgid "User name"
|
425 |
msgstr "Имя пользователя"
|
426 |
|
427 |
# @ contact_form
|
428 |
+
#: contact_form.php:807
|
429 |
+
msgid ""
|
430 |
+
"The name of the user who fills the form will be used in the field 'From'."
|
431 |
+
msgstr ""
|
432 |
+
"В поле \"From\" в письме будет использоваться имя того пользователя, который "
|
433 |
+
"заполняет форму."
|
434 |
|
435 |
# @ contact_form
|
436 |
+
#: contact_form.php:813 contact_form.php:2011 contact_form.php:2043
|
|
|
|
|
437 |
msgid "Email"
|
438 |
msgstr "Email"
|
439 |
|
440 |
# @ contact_form
|
441 |
+
#: contact_form.php:820
|
442 |
msgid "User email"
|
443 |
msgstr "Email пользователя"
|
444 |
|
445 |
# @ contact_form
|
446 |
+
#: contact_form.php:822
|
447 |
+
msgid ""
|
448 |
+
"The email address of the user who fills the form will be used in the field "
|
449 |
+
"'From'."
|
450 |
+
msgstr ""
|
451 |
+
"В поле \"From\" в письме будет использоваться email того пользователя, "
|
452 |
+
"который заполняет форму."
|
453 |
|
454 |
+
#: contact_form.php:826
|
455 |
+
msgid ""
|
456 |
+
"If this option is changed, email messages may be moved to the spam folder or "
|
457 |
+
"email delivery failures may occur."
|
458 |
+
msgstr ""
|
459 |
+
"Если эта настройка будет изменена, то это может приводить к тому, что письма "
|
460 |
+
"будут попадать в спам или не будут доставлены."
|
461 |
|
462 |
# @ contact_form
|
463 |
+
#: contact_form.php:832
|
464 |
msgid "Required symbol"
|
465 |
msgstr "Символ, отображающий обязательное поле"
|
466 |
|
467 |
# @ contact_form
|
468 |
+
#: contact_form.php:842
|
469 |
msgid "Fields"
|
470 |
msgstr "Поля"
|
471 |
|
472 |
# @ contact_form
|
473 |
+
#: contact_form.php:843
|
474 |
msgid "Used"
|
475 |
msgstr "Используется"
|
476 |
|
477 |
# @ contact_form
|
478 |
+
#: contact_form.php:844
|
479 |
msgid "Required"
|
480 |
msgstr "Обязательные"
|
481 |
|
482 |
# @ contact_form
|
483 |
+
#: contact_form.php:845
|
484 |
msgid "Visible"
|
485 |
msgstr "Видимое"
|
486 |
|
487 |
# @ contact_form
|
488 |
+
#: contact_form.php:846
|
489 |
msgid "Disabled for editing"
|
490 |
msgstr "Нет возможности редактировать"
|
491 |
|
492 |
# @ contact_form
|
493 |
+
#: contact_form.php:847
|
494 |
msgid "Field's default value"
|
495 |
msgstr "Значение полей по умолчанию"
|
496 |
|
497 |
+
# @ contact_form
|
498 |
+
#: contact_form.php:852
|
499 |
+
msgid "Department selectbox"
|
500 |
+
msgstr "Список отделов"
|
501 |
+
|
502 |
+
#: contact_form.php:867
|
503 |
msgid "Use User's name as a default value if the user is logged in."
|
504 |
+
msgstr ""
|
505 |
+
"Использовать имя Пользователя как значение по умолчанию, если пользователь "
|
506 |
+
"залогинен."
|
507 |
|
508 |
+
#: contact_form.php:868 contact_form.php:896
|
509 |
+
msgid ""
|
510 |
+
"'Visible' and 'Disabled for editing' options will be applied only to logged-"
|
511 |
+
"in users."
|
512 |
+
msgstr ""
|
513 |
+
"Опции \"Видимое\" и \"Нет возможности редактировать\" будут применены только "
|
514 |
+
"к залогиненным пользователям."
|
515 |
|
516 |
# @ contact_form
|
517 |
+
#: contact_form.php:872
|
518 |
msgid "Location selectbox"
|
519 |
msgstr "Список местоположений"
|
520 |
|
521 |
# @ contact_form
|
522 |
+
#: contact_form.php:880 contact_form.php:1258 contact_form.php:2006
|
523 |
+
#: contact_form.php:2040
|
|
|
|
|
524 |
msgid "Address"
|
525 |
msgstr "Адрес"
|
526 |
|
527 |
# @ contact_form
|
528 |
+
#: contact_form.php:888
|
529 |
msgid "Email Address"
|
530 |
msgstr "Email адрес"
|
531 |
|
532 |
+
#: contact_form.php:895
|
533 |
msgid "Use User's email as a default value if the user is logged in."
|
534 |
+
msgstr ""
|
535 |
+
"Использовать Email Пользователя как значение по умолчанию, если пользователь "
|
536 |
+
"залогинен."
|
537 |
|
538 |
# @ contact_form
|
539 |
+
#: contact_form.php:900
|
540 |
msgid "Phone number"
|
541 |
msgstr "Телефон"
|
542 |
|
543 |
# @ contact_form
|
544 |
+
#: contact_form.php:908 contact_form.php:1273 contact_form.php:2021
|
545 |
+
#: contact_form.php:2049
|
|
|
|
|
546 |
msgid "Subject"
|
547 |
msgstr "Тема"
|
548 |
|
549 |
# @ contact_form
|
550 |
+
#: contact_form.php:916 contact_form.php:1277 contact_form.php:2024
|
551 |
+
#: contact_form.php:2051
|
|
|
|
|
552 |
msgid "Message"
|
553 |
msgstr "Сообщение"
|
554 |
|
555 |
# @ contact_form
|
556 |
+
#: contact_form.php:940
|
557 |
msgid "Attachment block"
|
558 |
msgstr "Блок 'Прикрепить файл'"
|
559 |
|
560 |
# @ contact_form
|
561 |
+
#: contact_form.php:942
|
562 |
msgid "Users can attach the following file formats"
|
563 |
msgstr "Пользователи могут прикрепить файлы таких типов"
|
564 |
|
565 |
# @ contact_form
|
566 |
+
#: contact_form.php:955
|
567 |
msgid "Add to the form"
|
568 |
msgstr "Добавить в форму"
|
569 |
|
570 |
# @ contact_form
|
571 |
+
#: contact_form.php:960
|
572 |
msgid "Tips below the Attachment"
|
573 |
msgstr "Пояснения после блока \"Прикрепить файл\""
|
574 |
|
575 |
# @ contact_form
|
576 |
+
#: contact_form.php:969
|
577 |
msgid "'Send me a copy' block"
|
578 |
msgstr "Блок 'Отправить мне копию'"
|
579 |
|
580 |
# @ contact_form
|
581 |
+
#: contact_form.php:982
|
582 |
msgid "Activate captcha"
|
583 |
msgstr "Активировать Сaptcha"
|
584 |
|
585 |
# @ contact_form
|
586 |
+
#: contact_form.php:986
|
587 |
msgid "Download captcha"
|
588 |
msgstr "Скачать Сaptcha"
|
589 |
|
590 |
# @ contact_form
|
591 |
+
#: contact_form.php:994
|
592 |
msgid "Agreement checkbox"
|
593 |
msgstr "Чекбокс согласия с условиями"
|
594 |
|
595 |
# @ contact_form
|
596 |
+
#: contact_form.php:994
|
597 |
msgid "Required checkbox for submitting the form"
|
598 |
msgstr "Обязательный чекбокс для отправки формы"
|
599 |
|
600 |
# @ contact_form
|
601 |
+
#: contact_form.php:995
|
602 |
msgid "Optional checkbox"
|
603 |
msgstr "Дополнительный чекбокс"
|
604 |
|
605 |
# @ contact_form
|
606 |
+
#: contact_form.php:995
|
607 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
608 |
+
msgstr "Дополнительный чекбокс, результаты которого будут отображены в email"
|
609 |
|
610 |
# @ contact_form
|
611 |
+
#: contact_form.php:1013
|
612 |
msgid "Delete an attachment file from the server after the email is sent"
|
613 |
msgstr "Удалить прикрепленный файл с сервера после отправки email"
|
614 |
|
615 |
# @ contact_form
|
616 |
+
#: contact_form.php:1019
|
617 |
msgid "Email in HTML format sending"
|
618 |
msgstr "Отправка еmail в формате HTML"
|
619 |
|
620 |
# @ contact_form
|
621 |
+
#: contact_form.php:1023
|
622 |
msgid "Display additional info in the email"
|
623 |
msgstr "Отображение дополнительной информации в письме"
|
624 |
|
625 |
# @ contact_form
|
626 |
+
#: contact_form.php:1029 contact_form.php:1967 contact_form.php:1969
|
|
|
|
|
627 |
msgid "Sent from (ip address)"
|
628 |
msgstr "Отправлено от (ip адрес)"
|
629 |
|
630 |
# @ contact_form
|
631 |
+
#: contact_form.php:1029
|
632 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
633 |
msgstr "Пример: Sent from (IP address):\t127.0.0.1"
|
634 |
|
635 |
# @ contact_form
|
636 |
+
#: contact_form.php:1030 contact_form.php:1973 contact_form.php:1975
|
|
|
|
|
637 |
msgid "Date/Time"
|
638 |
msgstr "Дата/Время"
|
639 |
|
640 |
# @ contact_form
|
641 |
+
#: contact_form.php:1030
|
642 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
643 |
msgstr "Пример: Date/Time:\tAugust 19, 2013 8:50 pm"
|
644 |
|
645 |
# @ contact_form
|
646 |
+
#: contact_form.php:1031 contact_form.php:1979 contact_form.php:1981
|
|
|
|
|
647 |
msgid "Sent from (referer)"
|
648 |
msgstr "Пришло из (реферер)"
|
649 |
|
650 |
# @ contact_form
|
651 |
+
#: contact_form.php:1031
|
652 |
+
msgid ""
|
653 |
+
"Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
654 |
+
msgstr ""
|
655 |
+
"Пример: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
656 |
|
657 |
# @ contact_form
|
658 |
+
#: contact_form.php:1032 contact_form.php:1985 contact_form.php:1987
|
|
|
|
|
659 |
msgid "Using (user agent)"
|
660 |
msgstr "Используя (user agent)"
|
661 |
|
662 |
# @ contact_form
|
663 |
+
#: contact_form.php:1032
|
664 |
+
msgid ""
|
665 |
+
"Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
|
666 |
+
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
667 |
+
msgstr ""
|
668 |
+
"Пример: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
|
669 |
+
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
670 |
|
671 |
# @ contact_form
|
672 |
+
#: contact_form.php:1037
|
673 |
msgid "Language settings for the field names in the form"
|
674 |
msgstr "Языковые настройки для названия полей в форме"
|
675 |
|
676 |
# @ contact_form
|
677 |
+
#: contact_form.php:1046
|
678 |
msgid "Add a language"
|
679 |
msgstr "Добавить язык"
|
680 |
|
681 |
# @ contact_form
|
682 |
+
#: contact_form.php:1050
|
683 |
msgid "Change the names of the contact form fields and error messages"
|
684 |
+
msgstr "Изменить названия полей контактной формы и сообщений об ошибках"
|
685 |
|
686 |
# @ contact_form
|
687 |
+
#: contact_form.php:1055 contact_form.php:1142
|
|
|
688 |
msgid "English"
|
689 |
msgstr "Английский"
|
690 |
|
691 |
# @ contact_form
|
692 |
+
#: contact_form.php:1063 contact_form.php:1097
|
|
|
693 |
msgid "click to expand/hide the list"
|
694 |
msgstr "нажмите чтобы развернуть/свернуть список"
|
695 |
|
696 |
# @ contact_form
|
697 |
+
#: contact_form.php:1072 contact_form.php:1106
|
|
|
698 |
msgid "Tips below the Attachment block"
|
699 |
msgstr "Пояснения после блока \"Прикрепить файл\""
|
700 |
|
701 |
# @ contact_form
|
702 |
+
#: contact_form.php:1075 contact_form.php:1109
|
|
|
703 |
msgid "Error message for the Name field"
|
704 |
msgstr "Сообщение об ошибке для поля Name"
|
705 |
|
706 |
# @ contact_form
|
707 |
+
#: contact_form.php:1076 contact_form.php:1110
|
|
|
708 |
msgid "Error message for the Address field"
|
709 |
msgstr "Сообщение об ошибке для поля Address"
|
710 |
|
711 |
# @ contact_form
|
712 |
+
#: contact_form.php:1077 contact_form.php:1111
|
|
|
713 |
msgid "Error message for the Email field"
|
714 |
msgstr "Сообщение об ошибке для поля Email"
|
715 |
|
716 |
# @ contact_form
|
717 |
+
#: contact_form.php:1078 contact_form.php:1112
|
|
|
718 |
msgid "Error message for the Phone field"
|
719 |
msgstr "Сообщение об ошибке для поля Phone"
|
720 |
|
721 |
# @ contact_form
|
722 |
+
#: contact_form.php:1079 contact_form.php:1113
|
|
|
723 |
msgid "Error message for the Subject field"
|
724 |
msgstr "Сообщение об ошибке для поля Subject"
|
725 |
|
726 |
# @ contact_form
|
727 |
+
#: contact_form.php:1080 contact_form.php:1114
|
|
|
728 |
msgid "Error message for the Message field"
|
729 |
msgstr "Сообщение об ошибке для поля Message"
|
730 |
|
731 |
# @ contact_form
|
732 |
+
#: contact_form.php:1081 contact_form.php:1115
|
|
|
733 |
msgid "Error message about the file type for the Attachment field"
|
734 |
msgstr "Сообщение об ошибке о типе файла для поля Attachment"
|
735 |
|
736 |
# @ contact_form
|
737 |
+
#: contact_form.php:1082 contact_form.php:1116
|
738 |
+
msgid ""
|
739 |
+
"Error message while uploading a file for the Attachment field to the server"
|
740 |
msgstr "Сообщение об ошибке при загрузке файла на сервер для поля Attachment"
|
741 |
|
742 |
# @ contact_form
|
743 |
+
#: contact_form.php:1083 contact_form.php:1117
|
|
|
744 |
msgid "Error message while moving the file for the Attachment field"
|
745 |
msgstr "Сообщение об ошибке при перемещении файла для поля Attachment"
|
746 |
|
747 |
# @ contact_form
|
748 |
+
#: contact_form.php:1084 contact_form.php:1118
|
|
|
749 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
750 |
+
msgstr ""
|
751 |
+
"Сообщение об ошибке когда размер файла превышает размер разрешенного "
|
752 |
+
"сервером для поля Attachment"
|
753 |
|
754 |
# @ contact_form
|
755 |
+
#: contact_form.php:1085 contact_form.php:1119
|
|
|
756 |
msgid "Error message for the Captcha field"
|
757 |
msgstr "Сообщение об ошибке для поля Captcha"
|
758 |
|
759 |
# @ contact_form
|
760 |
+
#: contact_form.php:1086 contact_form.php:1120
|
|
|
761 |
msgid "Error message for the whole form"
|
762 |
msgstr "Сообщение об ошибке для всей формы"
|
763 |
|
764 |
# @ contact_form
|
765 |
+
#: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
|
766 |
+
#: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
|
767 |
+
#: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
|
768 |
+
#: contact_form.php:2358
|
|
|
|
|
|
|
|
|
|
|
|
|
769 |
msgid "Use shortcode"
|
770 |
msgstr "Использовать шорткод"
|
771 |
|
772 |
# @ contact_form
|
773 |
+
#: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
|
774 |
+
#: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
|
775 |
+
#: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
|
776 |
+
#: contact_form.php:2358
|
|
|
|
|
|
|
|
|
|
|
|
|
777 |
msgid "for this language"
|
778 |
msgstr "для данного языка"
|
779 |
|
780 |
# @ contact_form
|
781 |
+
#: contact_form.php:1133
|
782 |
msgid "Use the changed names of the contact form fields in the email"
|
783 |
msgstr "Использовать измененные названия полей контактной формы в email"
|
784 |
|
785 |
# @ contact_form
|
786 |
+
#: contact_form.php:1139
|
787 |
msgid "Action after email is sent"
|
788 |
msgstr "Действие после отправки письма"
|
789 |
|
790 |
# @ contact_form
|
791 |
+
#: contact_form.php:1141
|
792 |
msgid "Display text"
|
793 |
msgstr "Отобразить текст"
|
794 |
|
795 |
# @ contact_form
|
796 |
+
#: contact_form.php:1150 contact_form.php:1160
|
|
|
797 |
msgid "Text"
|
798 |
msgstr "Текст"
|
799 |
|
800 |
# @ contact_form
|
801 |
+
#: contact_form.php:1171
|
802 |
msgid "Redirect to the page"
|
803 |
msgstr "Перенаправление на страницу"
|
804 |
|
805 |
# @ contact_form
|
806 |
+
#: contact_form.php:1172
|
807 |
msgid "Url"
|
808 |
msgstr "Url"
|
809 |
|
810 |
# @ contact_form
|
811 |
+
#: contact_form.php:1176
|
812 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
813 |
msgstr "$_SERVER переменная, используемая при формировании URL формы"
|
814 |
|
815 |
# @ contact_form
|
816 |
+
#: contact_form.php:1181
|
817 |
+
msgid ""
|
818 |
+
"If you are not sure whether to change this setting or not, please do not do "
|
819 |
+
"that."
|
820 |
+
msgstr ""
|
821 |
+
"Если вы не уверены, стоит ли менять эту настройку, мы не рекомендуем вам "
|
822 |
+
"этого делать."
|
823 |
|
824 |
# @ contact_form_pro
|
825 |
+
#: contact_form.php:1191
|
826 |
msgid "Auto Response"
|
827 |
msgstr "Автоответ"
|
828 |
|
829 |
# @ contact_form
|
830 |
+
#: contact_form.php:1195
|
831 |
#, php-format
|
832 |
+
msgid ""
|
833 |
+
"You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
|
834 |
+
"display data from the Message field, as well as %%SITENAME%% to display blog "
|
835 |
+
"name."
|
836 |
+
msgstr ""
|
837 |
+
"Вы можете использовать %%NAME%% для отображения данных поля емейла, %%MESSAGE"
|
838 |
+
"%% для отображения данных поля Сообщений и %%SITENAME%% для отображения "
|
839 |
+
"названия блога."
|
840 |
|
841 |
# @ default
|
842 |
+
#: contact_form.php:1220 contact_form.php:1402
|
|
|
843 |
msgid "Save Changes"
|
844 |
+
msgstr "Сохранить изменения"
|
845 |
|
846 |
# @ contact_form
|
847 |
+
#: contact_form.php:1233
|
848 |
msgid "Errors output"
|
849 |
msgstr "Отображение ошибок"
|
850 |
|
851 |
# @ contact_form
|
852 |
+
#: contact_form.php:1236
|
853 |
msgid "Display error messages"
|
854 |
msgstr "Отображать сообщения об ошибках"
|
855 |
|
856 |
# @ contact_form
|
857 |
+
#: contact_form.php:1237
|
858 |
msgid "Color of the input field errors."
|
859 |
msgstr "Отображать ошибки цветом для полей ввода."
|
860 |
|
861 |
# @ contact_form
|
862 |
+
#: contact_form.php:1238
|
863 |
msgid "Display error messages & color of the input field errors"
|
864 |
msgstr "Отображать сообщения об ошибках и цвет полей ввода с ошибками"
|
865 |
|
866 |
# @ contact_form
|
867 |
+
#: contact_form.php:1243
|
868 |
msgid "Add placeholder to the input blocks"
|
869 |
msgstr "Добавить вспомогательный текст в поля ввода"
|
870 |
|
871 |
# @ contact_form
|
872 |
+
#: contact_form.php:1249
|
873 |
msgid "Add tooltips"
|
874 |
msgstr "Добавить подсказки"
|
875 |
|
876 |
# @ contact_form
|
877 |
+
#: contact_form.php:1263
|
878 |
msgid "Email address"
|
879 |
msgstr "Email"
|
880 |
|
881 |
# @ contact_form
|
882 |
+
#: contact_form.php:1268
|
883 |
msgid "Phone Number"
|
884 |
msgstr "Телефон"
|
885 |
|
886 |
# @ contact_form
|
887 |
+
#: contact_form.php:1282
|
888 |
msgid "Attachment"
|
889 |
msgstr "Прикрепить файл"
|
890 |
|
891 |
# @ contact_form
|
892 |
+
#: contact_form.php:1292
|
893 |
msgid "Style options"
|
894 |
msgstr "Настройки стиля"
|
895 |
|
896 |
# @ contact_form
|
897 |
+
#: contact_form.php:1295
|
898 |
msgid "Text color"
|
899 |
msgstr "Цвет текста"
|
900 |
|
901 |
# @ contact_form
|
902 |
+
#: contact_form.php:1298 contact_form.php:1303 contact_form.php:1313
|
903 |
+
#: contact_form.php:1318 contact_form.php:1323 contact_form.php:1328
|
904 |
+
#: contact_form.php:1338 contact_form.php:1343 contact_form.php:1352
|
905 |
+
#: contact_form.php:1366 contact_form.php:1371 contact_form.php:1376
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
906 |
msgid "Default"
|
907 |
msgstr "По умолчанию"
|
908 |
|
909 |
# @ contact_form
|
910 |
+
#: contact_form.php:1300
|
911 |
msgid "Label text color"
|
912 |
msgstr "Цвет текста"
|
913 |
|
914 |
# @ contact_form
|
915 |
+
#: contact_form.php:1305
|
916 |
msgid "Placeholder color"
|
917 |
msgstr "Цвет замещающегося текста"
|
918 |
|
919 |
# @ contact_form
|
920 |
+
#: contact_form.php:1310
|
921 |
msgid "Errors color"
|
922 |
msgstr "Цвет ошибок"
|
923 |
|
924 |
# @ contact_form
|
925 |
+
#: contact_form.php:1315
|
926 |
msgid "Error text color"
|
927 |
msgstr "Цвет текста для ошибок"
|
928 |
|
929 |
# @ contact_form
|
930 |
+
#: contact_form.php:1320
|
931 |
msgid "Background color of the input field errors"
|
932 |
msgstr "Цвет фона для полей ввода с ошибками"
|
933 |
|
934 |
# @ contact_form
|
935 |
+
#: contact_form.php:1325
|
936 |
msgid "Border color of the input field errors"
|
937 |
msgstr "Цвет рамки для полей ввода с ошибками"
|
938 |
|
939 |
# @ contact_form
|
940 |
+
#: contact_form.php:1330
|
941 |
msgid "Placeholder color of the input field errors"
|
942 |
msgstr "Цвет вспомогательного текста для полей ввода с ошибками"
|
943 |
|
944 |
# @ contact_form
|
945 |
+
#: contact_form.php:1335
|
946 |
msgid "Input fields"
|
947 |
msgstr "Поля ввода"
|
948 |
|
949 |
# @ contact_form
|
950 |
+
#: contact_form.php:1340
|
951 |
msgid "Input fields background color"
|
952 |
msgstr "Цвет фона для полей ввода"
|
953 |
|
954 |
# @ contact_form
|
955 |
+
#: contact_form.php:1345
|
956 |
msgid "Text fields color"
|
957 |
msgstr "Цвет текста для полей ввода"
|
958 |
|
959 |
# @ contact_form
|
960 |
+
#: contact_form.php:1349
|
961 |
msgid "Border width in px, numbers only"
|
962 |
msgstr "Ширина рамки в пикселях, только цифры"
|
963 |
|
964 |
# @ contact_form
|
965 |
+
#: contact_form.php:1354 contact_form.php:1378
|
|
|
966 |
msgid "Border color"
|
967 |
msgstr "Цвет рамки"
|
968 |
|
969 |
# @ contact_form
|
970 |
+
#: contact_form.php:1359
|
971 |
msgid "Submit button"
|
972 |
msgstr "Кнопка Отправить"
|
973 |
|
974 |
# @ contact_form
|
975 |
+
#: contact_form.php:1363
|
976 |
msgid "Width in px, numbers only"
|
977 |
msgstr "Ширина в пикселях, только цифры"
|
978 |
|
979 |
# @ contact_form
|
980 |
+
#: contact_form.php:1368
|
981 |
msgid "Button color"
|
982 |
msgstr "Цвет кнопки"
|
983 |
|
984 |
# @ contact_form
|
985 |
+
#: contact_form.php:1373
|
986 |
msgid "Button text color"
|
987 |
msgstr "Цвет текста для кнопки"
|
988 |
|
989 |
# @ contact_form
|
990 |
+
#: contact_form.php:1406
|
991 |
msgid "Contact Form Pro | Preview"
|
992 |
msgstr "Contact Form Pro | Предпросмотр"
|
993 |
|
994 |
# @ contact_form
|
995 |
+
#: contact_form.php:1408
|
996 |
msgid "Show with errors"
|
997 |
msgstr "Отображать с ошибками"
|
998 |
|
999 |
# @ contact_form
|
1000 |
+
#: contact_form.php:1417 contact_form.php:1419
|
|
|
1001 |
msgid "Please enter your full name..."
|
1002 |
msgstr "Пожалуйста введите ваше имя..."
|
1003 |
|
1004 |
# @ contact_form
|
1005 |
+
#: contact_form.php:1430 contact_form.php:1432
|
|
|
1006 |
msgid "Please enter your address..."
|
1007 |
+
msgstr "Пожалуйста введите ваш адрес..."
|
1008 |
|
1009 |
# @ contact_form
|
1010 |
+
#: contact_form.php:1441 contact_form.php:1443
|
|
|
1011 |
msgid "Please enter your email address..."
|
1012 |
msgstr "Пожалуйста введите ваш email..."
|
1013 |
|
1014 |
# @ contact_form
|
1015 |
+
#: contact_form.php:1452 contact_form.php:1454
|
|
|
1016 |
msgid "Please enter your phone number..."
|
1017 |
msgstr "Пожалуйста введите ваш телефон..."
|
1018 |
|
1019 |
# @ contact_form
|
1020 |
+
#: contact_form.php:1463 contact_form.php:1465
|
|
|
1021 |
msgid "Please enter subject..."
|
1022 |
msgstr "Пожалуйста введите тему..."
|
1023 |
|
1024 |
# @ contact_form
|
1025 |
+
#: contact_form.php:1473 contact_form.php:1475
|
|
|
1026 |
msgid "Please enter your message..."
|
1027 |
msgstr "Пожалуйста введите ваше сообщение..."
|
1028 |
|
1029 |
# @ contact_form
|
1030 |
+
#: contact_form.php:1586
|
1031 |
msgid "Sorry, email message could not be delivered."
|
1032 |
msgstr "Извините, ваш email не может быть отправлен."
|
1033 |
|
1034 |
# @ contact_form
|
1035 |
+
#: contact_form.php:1994
|
1036 |
msgid "Contact from"
|
1037 |
+
msgstr "Контакт из"
|
1038 |
|
1039 |
# @ contact_form
|
1040 |
+
#: contact_form.php:2016 contact_form.php:2046
|
|
|
1041 |
msgid "Phone"
|
1042 |
msgstr "Телефон"
|
1043 |
|
1044 |
# @ contact_form
|
1045 |
+
#: contact_form.php:2027 contact_form.php:2053
|
|
|
1046 |
msgid "Site"
|
1047 |
msgstr "Сайт"
|
1048 |
|
1049 |
# @ contact_form
|
1050 |
+
#: contact_form.php:2140
|
1051 |
+
msgid ""
|
1052 |
+
"If you can see this MIME, it means that the MIME type is not supported by "
|
1053 |
+
"your email client!"
|
1054 |
+
msgstr ""
|
1055 |
+
"Если вы можете видеть этот MIME значит ваш почтовый клиент не поддерживает "
|
1056 |
+
"MIME тип!"
|
1057 |
|
1058 |
# @ contact_form
|
1059 |
+
#: contact_form.php:2224
|
1060 |
msgid "Support"
|
1061 |
msgstr "Поддержка"
|
1062 |
|
1063 |
# @ contact_form
|
1064 |
+
#: contact_form.php:2273
|
1065 |
msgid "Are you sure that you want to delete this language data?"
|
1066 |
msgstr "Вы действительно хотите удалить данные для этого языка?"
|
1067 |
|
1068 |
# @ contact_form
|
1069 |
+
#: contact_form.php:2294
|
1070 |
msgid "Add multiple forms"
|
1071 |
msgstr "Добавить несколько форм"
|
1072 |
|
1073 |
+
#: contact_form.php:2294
|
1074 |
+
msgid ""
|
1075 |
+
"Install Contact Form Multi plugin to create unlimited number of contact "
|
1076 |
+
"forms."
|
1077 |
+
msgstr ""
|
1078 |
+
"Установить плагин Contact Form Multi для создания неограниченного количества "
|
1079 |
+
"контактных форм."
|
1080 |
|
1081 |
# @ contact_form
|
1082 |
+
#: contact_form.php:2299
|
1083 |
msgid "Learn more"
|
1084 |
msgstr "Подробнее"
|
1085 |
|
1086 |
+
#: contact_form.php:2303
|
1087 |
msgid "Close"
|
1088 |
msgstr "Закрыть"
|
1089 |
|
1090 |
# @ contact_form
|
1091 |
+
#: contact_form.php:2491
|
1092 |
msgid "allows to store your messages to the database."
|
1093 |
msgstr "позволяет хранить ваши сообщения в базе данных."
|
1094 |
|
1095 |
# @ contact_form
|
1096 |
+
#: contact_form.php:2492
|
1097 |
msgid "Manage messages that have been sent from your website."
|
1098 |
msgstr "Управление сообщениями, которые были отправлены с вашего сайта."
|
|
languages/contact_form-sk_SK.mo
CHANGED
Binary file
|
languages/contact_form-sk_SK.po
CHANGED
@@ -6,9 +6,9 @@ msgid ""
|
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: Contact form\n"
|
8 |
"Report-Msgid-Bugs-To: \n"
|
9 |
-
"POT-Creation-Date: 2015-
|
10 |
-
"PO-Revision-Date: 2015-
|
11 |
-
"Last-Translator: bestwebsoft.com <
|
12 |
"Language-Team: Michal Vittek, www.wp.sk <michal.vittek@wp.sk>\n"
|
13 |
"Language: sk_SK\n"
|
14 |
"MIME-Version: 1.0\n"
|
@@ -21,8 +21,7 @@ msgstr ""
|
|
21 |
"X-Poedit-SourceCharset: UTF-8\n"
|
22 |
"X-Poedit-SearchPath-0: .\n"
|
23 |
|
24 |
-
#: contact_form.php:35
|
25 |
-
#: contact_form.php:650
|
26 |
msgid "Contact Form Settings"
|
27 |
msgstr "Nastavenie kontaktného formulára"
|
28 |
|
@@ -30,62 +29,50 @@ msgstr "Nastavenie kontaktného formulára"
|
|
30 |
msgid "Contact Form"
|
31 |
msgstr "Kontaktný formulár"
|
32 |
|
33 |
-
#: contact_form.php:123
|
34 |
-
#: contact_form.php:1047
|
35 |
-
#: contact_form.php:1081
|
36 |
msgid "Name:"
|
37 |
msgstr "Meno:"
|
38 |
|
39 |
-
#: contact_form.php:124
|
40 |
-
#: contact_form.php:1048
|
41 |
-
#: contact_form.php:1082
|
42 |
msgid "Address:"
|
43 |
msgstr "Adresa::"
|
44 |
|
45 |
-
#: contact_form.php:125
|
46 |
-
#: contact_form.php:1049
|
47 |
-
#: contact_form.php:1083
|
48 |
msgid "Email Address:"
|
49 |
msgstr "E-Mail:"
|
50 |
|
51 |
-
#: contact_form.php:126
|
52 |
-
#: contact_form.php:1050
|
53 |
-
#: contact_form.php:1084
|
54 |
msgid "Phone number:"
|
55 |
msgstr "Telefónne číslo:"
|
56 |
|
57 |
-
#: contact_form.php:127
|
58 |
-
#: contact_form.php:1051
|
59 |
-
#: contact_form.php:1085
|
60 |
msgid "Subject:"
|
61 |
msgstr "Predmet:"
|
62 |
|
63 |
-
#: contact_form.php:128
|
64 |
-
#: contact_form.php:1052
|
65 |
-
#: contact_form.php:1086
|
66 |
msgid "Message:"
|
67 |
msgstr "Správa:"
|
68 |
|
69 |
-
#: contact_form.php:129
|
70 |
-
#: contact_form.php:1053
|
71 |
-
#: contact_form.php:1087
|
72 |
msgid "Attachment:"
|
73 |
msgstr "Príloha"
|
74 |
|
75 |
#: contact_form.php:130
|
76 |
#, fuzzy
|
77 |
-
msgid "
|
78 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
|
80 |
-
#: contact_form.php:131
|
81 |
-
#: contact_form.php:1055
|
82 |
-
#: contact_form.php:1089
|
83 |
msgid "Send me a copy"
|
84 |
msgstr "Zaslať mi kópiu"
|
85 |
|
86 |
-
#: contact_form.php:132
|
87 |
-
#: contact_form.php:1056
|
88 |
-
#: contact_form.php:1090
|
89 |
msgid "Submit"
|
90 |
msgstr "Odoslať"
|
91 |
|
@@ -142,19 +129,26 @@ msgid "Thank you for contacting us."
|
|
142 |
msgstr "Ďakujeme za správu."
|
143 |
|
144 |
#: contact_form.php:546
|
145 |
-
msgid "
|
|
|
|
|
146 |
msgstr ""
|
147 |
|
148 |
#: contact_form.php:556
|
149 |
-
msgid "
|
150 |
-
|
|
|
|
|
|
|
|
|
151 |
|
152 |
#: contact_form.php:565
|
153 |
msgid "Such user does not exist."
|
154 |
msgstr "Taký užívateľ neexistuje."
|
155 |
|
156 |
#: contact_form.php:575
|
157 |
-
msgid "
|
|
|
158 |
msgstr "Zadajte platnú e-mailovú adresu v poli \"Použiť tento email\"."
|
159 |
|
160 |
#: contact_form.php:583
|
@@ -169,756 +163,744 @@ msgstr "Nastavenie uložené."
|
|
169 |
msgid "Settings are not saved."
|
170 |
msgstr "Nastavenie sa neuloží."
|
171 |
|
172 |
-
#: contact_form.php:
|
173 |
-
|
174 |
-
|
|
|
|
|
175 |
msgid "Settings"
|
176 |
msgstr "Nastavenia"
|
177 |
|
178 |
-
#: contact_form.php:
|
179 |
#, fuzzy
|
180 |
msgid "Additional settings"
|
181 |
msgstr "Ďalšie nastavenia"
|
182 |
|
183 |
-
#: contact_form.php:
|
184 |
msgid "Appearance"
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: contact_form.php:
|
188 |
-
#: contact_form.php:2203
|
189 |
msgid "FAQ"
|
190 |
msgstr "Často kladené otázky"
|
191 |
|
192 |
-
#: contact_form.php:
|
193 |
msgid "Go PRO"
|
194 |
msgstr "Zakúpiť PRO"
|
195 |
|
196 |
-
#: contact_form.php:
|
197 |
-
#: contact_form.php:661
|
198 |
msgid "Notice:"
|
199 |
msgstr "Oznam:"
|
200 |
|
201 |
-
#: contact_form.php:
|
202 |
-
msgid "
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
|
209 |
-
#: contact_form.php:676
|
210 |
#: contact_form.php:679
|
211 |
-
|
212 |
-
|
213 |
-
|
|
|
|
|
|
|
214 |
|
215 |
-
#: contact_form.php:
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
|
|
|
|
|
|
|
|
223 |
msgid "or"
|
224 |
msgstr "alebo"
|
225 |
|
226 |
-
#: contact_form.php:
|
227 |
-
|
228 |
-
msgid "
|
229 |
-
|
|
|
|
|
|
|
|
|
230 |
|
231 |
-
#: contact_form.php:
|
232 |
-
#: contact_form.php:680
|
233 |
msgid "They work the same way."
|
234 |
msgstr "Fungujú rovnakým spôsobom."
|
235 |
|
236 |
-
#: contact_form.php:
|
237 |
-
msgid "
|
238 |
-
|
|
|
|
|
|
|
|
|
239 |
|
240 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
241 |
msgid "The user's email address:"
|
242 |
msgstr "Užívateľova e-mailová adresa:"
|
243 |
|
244 |
-
#: contact_form.php:
|
245 |
#, fuzzy
|
246 |
msgid "Select a username"
|
247 |
msgstr "Vytvorte užívateľské meno"
|
248 |
|
249 |
-
#: contact_form.php:
|
250 |
-
msgid "
|
251 |
-
|
|
|
|
|
|
|
|
|
252 |
|
253 |
-
#: contact_form.php:
|
254 |
msgid "Use this email address:"
|
255 |
msgstr "Použíte tento email::"
|
256 |
|
257 |
-
#: contact_form.php:
|
258 |
msgid "Enter the email address you want the messages forwarded to."
|
259 |
msgstr "Zadajte e-mailovú adresu, ktorú chcete do správy presmerovať."
|
260 |
|
261 |
-
#: contact_form.php:
|
262 |
msgid "Add department selectbox to the contact form:"
|
263 |
msgstr "Pridať oddelenie výberového oddielu do formulára:"
|
264 |
|
265 |
-
#: contact_form.php:
|
266 |
-
#: contact_form.php:1182
|
267 |
-
#: contact_form.php:1365
|
268 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
269 |
msgstr "Ak si zakúpite PRO verziu, vaše nastavenia sa uložia."
|
270 |
|
271 |
-
#: contact_form.php:
|
272 |
-
#: contact_form.php:
|
273 |
-
|
274 |
-
|
275 |
-
#: contact_form.php:1372
|
276 |
-
msgid "Unlock premium options by upgrading to a PRO version."
|
277 |
msgstr "Odblokujte prémiové nastavenia kúpením PRO verzie modulu."
|
278 |
|
279 |
-
#: contact_form.php:
|
280 |
-
#: contact_form.php:
|
281 |
-
#: contact_form.php:984
|
282 |
-
#: contact_form.php:1190
|
283 |
-
#: contact_form.php:1373
|
284 |
-
#: contact_form.php:2475
|
285 |
msgid "Learn More"
|
286 |
msgstr "Zistiť viac"
|
287 |
|
288 |
-
#: contact_form.php:
|
289 |
-
#: contact_form.php:
|
290 |
-
#: contact_form.php:987
|
291 |
-
#: contact_form.php:1193
|
292 |
-
#: contact_form.php:1376
|
293 |
msgid "Go"
|
294 |
msgstr "Ísť"
|
295 |
|
296 |
-
#: contact_form.php:
|
297 |
msgid "Save emails to the database"
|
298 |
msgstr "Uložiť emaily do databázy"
|
299 |
|
300 |
-
#: contact_form.php:
|
301 |
msgid "Using"
|
302 |
msgstr "Používa"
|
303 |
|
304 |
-
#: contact_form.php:
|
305 |
-
#: contact_form.php:759
|
306 |
#, fuzzy
|
307 |
msgid "Using Contact Form to DB by BestWebSoft"
|
308 |
msgstr "Použiť Contact Forrm do DB poháňaný"
|
309 |
|
310 |
-
#: contact_form.php:
|
311 |
msgid "Activate"
|
312 |
msgstr "Aktivovať"
|
313 |
|
314 |
-
#: contact_form.php:
|
315 |
msgid "Download"
|
316 |
msgstr "Stiahnuť"
|
317 |
|
318 |
-
#: contact_form.php:
|
319 |
msgid "What to use?"
|
320 |
msgstr "Čo používať?"
|
321 |
|
322 |
-
#: contact_form.php:
|
323 |
msgid "Wp-mail"
|
324 |
msgstr "Wp-mail"
|
325 |
|
326 |
-
#: contact_form.php:
|
327 |
msgid "You can use the wp_mail function for mailing"
|
328 |
msgstr "Môžete použiť wp_mail funkcie pre zasielanie"
|
329 |
|
330 |
-
#: contact_form.php:
|
331 |
msgid "Mail"
|
332 |
msgstr "Email"
|
333 |
|
334 |
-
#: contact_form.php:
|
335 |
msgid "To send mail you can use the php mail function"
|
336 |
msgstr "Ak chcete odosielať poštu, môžete použiť e-mailoé PHP funkcie"
|
337 |
|
338 |
-
#: contact_form.php:
|
339 |
msgid "'FROM' field"
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: contact_form.php:
|
343 |
-
#: contact_form.php:
|
344 |
-
#: contact_form.php:1234
|
345 |
-
#: contact_form.php:1980
|
346 |
-
#: contact_form.php:2016
|
347 |
msgid "Name"
|
348 |
msgstr "Meno"
|
349 |
|
350 |
-
#: contact_form.php:
|
351 |
msgid "User name"
|
352 |
msgstr "Používateľské meno"
|
353 |
|
354 |
-
#: contact_form.php:
|
355 |
-
msgid "
|
|
|
356 |
msgstr "Meno, zobrazené ako odosielateľ emailu."
|
357 |
|
358 |
-
#: contact_form.php:
|
359 |
-
#: contact_form.php:1991
|
360 |
-
#: contact_form.php:2023
|
361 |
msgid "Email"
|
362 |
msgstr "Email"
|
363 |
|
364 |
-
#: contact_form.php:
|
365 |
msgid "User email"
|
366 |
msgstr "Používateľský email"
|
367 |
|
368 |
-
#: contact_form.php:
|
369 |
-
msgid "
|
370 |
-
|
|
|
|
|
|
|
371 |
|
372 |
-
#: contact_form.php:
|
373 |
-
msgid "
|
|
|
|
|
374 |
msgstr ""
|
375 |
|
376 |
-
#: contact_form.php:
|
377 |
msgid "Required symbol"
|
378 |
msgstr "Vyžadovaný znak"
|
379 |
|
380 |
-
#: contact_form.php:
|
381 |
msgid "Fields"
|
382 |
msgstr "Polia"
|
383 |
|
384 |
-
#: contact_form.php:
|
385 |
msgid "Used"
|
386 |
msgstr "Použité"
|
387 |
|
388 |
-
#: contact_form.php:
|
389 |
msgid "Required"
|
390 |
msgstr "Vyžadované"
|
391 |
|
392 |
-
#: contact_form.php:
|
393 |
msgid "Visible"
|
394 |
msgstr "Viditeľné"
|
395 |
|
396 |
-
#: contact_form.php:
|
397 |
msgid "Disabled for editing"
|
398 |
msgstr "Nedá sa upraviť"
|
399 |
|
400 |
-
#: contact_form.php:
|
401 |
msgid "Field's default value"
|
402 |
msgstr "Základná hodnota pola"
|
403 |
|
404 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
405 |
msgid "Use User's name as a default value if the user is logged in."
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: contact_form.php:
|
409 |
-
|
410 |
-
|
|
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: contact_form.php:
|
414 |
msgid "Location selectbox"
|
415 |
msgstr "Poloha výberového oddielu"
|
416 |
|
417 |
-
#: contact_form.php:
|
418 |
-
#: contact_form.php:
|
419 |
-
#: contact_form.php:1986
|
420 |
-
#: contact_form.php:2020
|
421 |
msgid "Address"
|
422 |
msgstr "Adresa"
|
423 |
|
424 |
-
#: contact_form.php:
|
425 |
msgid "Email Address"
|
426 |
msgstr "Emailová adresa"
|
427 |
|
428 |
-
#: contact_form.php:
|
429 |
msgid "Use User's email as a default value if the user is logged in."
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: contact_form.php:
|
433 |
msgid "Phone number"
|
434 |
msgstr "Telefónne číslo"
|
435 |
|
436 |
-
#: contact_form.php:
|
437 |
-
#: contact_form.php:
|
438 |
-
#: contact_form.php:2001
|
439 |
-
#: contact_form.php:2029
|
440 |
msgid "Subject"
|
441 |
msgstr "Predmet"
|
442 |
|
443 |
-
#: contact_form.php:
|
444 |
-
#: contact_form.php:
|
445 |
-
#: contact_form.php:2004
|
446 |
-
#: contact_form.php:2031
|
447 |
msgid "Message"
|
448 |
msgstr "Správa"
|
449 |
|
450 |
-
#: contact_form.php:
|
451 |
msgid "Attachment block"
|
452 |
msgstr "Blok príloh"
|
453 |
|
454 |
-
#: contact_form.php:
|
455 |
msgid "Users can attach the following file formats"
|
456 |
msgstr "Užívatelia môžu pripojiť nasledujúce formáty súborov"
|
457 |
|
458 |
-
#: contact_form.php:
|
459 |
msgid "Add to the form"
|
460 |
msgstr "Pridať do formulára"
|
461 |
|
462 |
-
#: contact_form.php:
|
463 |
msgid "Tips below the Attachment"
|
464 |
msgstr "Rady zobrazené pod prílohami"
|
465 |
|
466 |
-
#: contact_form.php:
|
467 |
msgid "'Send me a copy' block"
|
468 |
msgstr "Zobraziť blok 'Zaslať kópiu'"
|
469 |
|
470 |
-
#: contact_form.php:
|
471 |
msgid "Activate captcha"
|
472 |
msgstr "Aktivovať captcha"
|
473 |
|
474 |
-
#: contact_form.php:
|
475 |
msgid "Download captcha"
|
476 |
msgstr "Stiahnuť captcha"
|
477 |
|
478 |
-
#: contact_form.php:
|
479 |
msgid "Agreement checkbox"
|
480 |
msgstr "Označenie súhlasu"
|
481 |
|
482 |
-
#: contact_form.php:
|
483 |
msgid "Required checkbox for submitting the form"
|
484 |
msgstr "Vyžaduje označenie súhlasu pri odoslaní formulára"
|
485 |
|
486 |
-
#: contact_form.php:
|
487 |
msgid "Optional checkbox"
|
488 |
msgstr "Voliteľné zaškrtávacie políčko"
|
489 |
|
490 |
-
#: contact_form.php:
|
491 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
492 |
msgstr "Voliteľné zaškrtávacie políčko, jeho výsledok bude zobrazený v emaile"
|
493 |
|
494 |
-
#: contact_form.php:
|
495 |
msgid "Delete an attachment file from the server after the email is sent"
|
496 |
msgstr "Vymazať prílohy zo servera po odoslaní emailu"
|
497 |
|
498 |
-
#: contact_form.php:
|
499 |
msgid "Email in HTML format sending"
|
500 |
msgstr "Povoliť HTML formátovanie"
|
501 |
|
502 |
-
#: contact_form.php:
|
503 |
msgid "Display additional info in the email"
|
504 |
msgstr "Zobraziť ďalšie informácie v e-maile"
|
505 |
|
506 |
-
#: contact_form.php:
|
507 |
-
#: contact_form.php:1947
|
508 |
-
#: contact_form.php:1949
|
509 |
msgid "Sent from (ip address)"
|
510 |
msgstr "Odoslané z (ip adresa)"
|
511 |
|
512 |
-
#: contact_form.php:
|
513 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
514 |
msgstr "Príklad: Odoslané z (IP addresa):\t127.0.0.1"
|
515 |
|
516 |
-
#: contact_form.php:
|
517 |
-
#: contact_form.php:1953
|
518 |
-
#: contact_form.php:1955
|
519 |
msgid "Date/Time"
|
520 |
msgstr "Datum / Čas"
|
521 |
|
522 |
-
#: contact_form.php:
|
523 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
524 |
msgstr "Príklad: Dátum/Čas:\tAugust 19, 2013 8:50 pm"
|
525 |
|
526 |
-
#: contact_form.php:
|
527 |
-
#: contact_form.php:1959
|
528 |
-
#: contact_form.php:1961
|
529 |
msgid "Sent from (referer)"
|
530 |
msgstr "Odoslané z"
|
531 |
|
532 |
-
#: contact_form.php:
|
533 |
-
msgid "
|
534 |
-
|
|
|
|
|
|
|
535 |
|
536 |
-
#: contact_form.php:
|
537 |
-
#: contact_form.php:1965
|
538 |
-
#: contact_form.php:1967
|
539 |
msgid "Using (user agent)"
|
540 |
msgstr "Použitie (user agent)"
|
541 |
|
542 |
-
#: contact_form.php:
|
543 |
-
msgid "
|
544 |
-
|
|
|
|
|
|
|
|
|
545 |
|
546 |
-
#: contact_form.php:
|
547 |
msgid "Language settings for the field names in the form"
|
548 |
msgstr "Nastavenie jazyka pre názvy polí vo formulári"
|
549 |
|
550 |
-
#: contact_form.php:
|
551 |
msgid "Add a language"
|
552 |
msgstr "Pridať jazyk"
|
553 |
|
554 |
-
#: contact_form.php:
|
555 |
msgid "Change the names of the contact form fields and error messages"
|
556 |
msgstr "Zmena názvov polí kontaktného formulára a chybových hlásení"
|
557 |
|
558 |
-
#: contact_form.php:
|
559 |
-
#: contact_form.php:1124
|
560 |
msgid "English"
|
561 |
msgstr "Anglicky"
|
562 |
|
563 |
-
#: contact_form.php:
|
564 |
-
#: contact_form.php:1079
|
565 |
msgid "click to expand/hide the list"
|
566 |
msgstr "kliknite pre rozbalenie/schovanie zoznamu"
|
567 |
|
568 |
-
#: contact_form.php:
|
569 |
-
#: contact_form.php:1088
|
570 |
msgid "Tips below the Attachment block"
|
571 |
msgstr "Zobrazenie rád pod blokom príloh"
|
572 |
|
573 |
-
#: contact_form.php:
|
574 |
-
#: contact_form.php:1091
|
575 |
msgid "Error message for the Name field"
|
576 |
msgstr "Chybová správa v poli: Meno"
|
577 |
|
578 |
-
#: contact_form.php:
|
579 |
-
#: contact_form.php:1092
|
580 |
msgid "Error message for the Address field"
|
581 |
msgstr "Chybová správa v poli: Adresa"
|
582 |
|
583 |
-
#: contact_form.php:
|
584 |
-
#: contact_form.php:1093
|
585 |
msgid "Error message for the Email field"
|
586 |
msgstr "Chybová správa v poli: Email"
|
587 |
|
588 |
-
#: contact_form.php:
|
589 |
-
#: contact_form.php:1094
|
590 |
msgid "Error message for the Phone field"
|
591 |
msgstr "Chybová správa v poli: Telefón"
|
592 |
|
593 |
-
#: contact_form.php:
|
594 |
-
#: contact_form.php:1095
|
595 |
msgid "Error message for the Subject field"
|
596 |
msgstr "Chybová správa v poli: Predmet"
|
597 |
|
598 |
-
#: contact_form.php:
|
599 |
-
#: contact_form.php:1096
|
600 |
msgid "Error message for the Message field"
|
601 |
msgstr "Chybová správa v poli: Správa"
|
602 |
|
603 |
-
#: contact_form.php:
|
604 |
-
#: contact_form.php:1097
|
605 |
msgid "Error message about the file type for the Attachment field"
|
606 |
msgstr "Chybová správa o type súbora v poli príloh"
|
607 |
|
608 |
-
#: contact_form.php:
|
609 |
-
|
610 |
-
|
611 |
msgstr "Chybová správa pri neúspešnom nahraní súbora na server"
|
612 |
|
613 |
-
#: contact_form.php:
|
614 |
-
#: contact_form.php:1099
|
615 |
msgid "Error message while moving the file for the Attachment field"
|
616 |
msgstr "Chybová správa pri neúspešnom presune súbora do pola prílohy"
|
617 |
|
618 |
-
#: contact_form.php:
|
619 |
-
#: contact_form.php:1100
|
620 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
621 |
msgstr "Chybová správa pri prekročení maximálnej veľkosti súboru"
|
622 |
|
623 |
-
#: contact_form.php:
|
624 |
-
#: contact_form.php:1101
|
625 |
msgid "Error message for the Captcha field"
|
626 |
msgstr "Chybová správa v poli Captcha"
|
627 |
|
628 |
-
#: contact_form.php:
|
629 |
-
#: contact_form.php:1102
|
630 |
msgid "Error message for the whole form"
|
631 |
msgstr "Chybová správa celého formulára"
|
632 |
|
633 |
-
#: contact_form.php:
|
634 |
-
#: contact_form.php:
|
635 |
-
#: contact_form.php:
|
636 |
-
#: contact_form.php:
|
637 |
-
#: contact_form.php:1134
|
638 |
-
#: contact_form.php:1136
|
639 |
-
#: contact_form.php:1144
|
640 |
-
#: contact_form.php:1146
|
641 |
-
#: contact_form.php:2336
|
642 |
-
#: contact_form.php:2338
|
643 |
msgid "Use shortcode"
|
644 |
msgstr "Použite krátky kód"
|
645 |
|
646 |
-
#: contact_form.php:
|
647 |
-
#: contact_form.php:
|
648 |
-
#: contact_form.php:
|
649 |
-
#: contact_form.php:
|
650 |
-
#: contact_form.php:1134
|
651 |
-
#: contact_form.php:1136
|
652 |
-
#: contact_form.php:1144
|
653 |
-
#: contact_form.php:1146
|
654 |
-
#: contact_form.php:2336
|
655 |
-
#: contact_form.php:2338
|
656 |
msgid "for this language"
|
657 |
msgstr "pre tento jazyk"
|
658 |
|
659 |
-
#: contact_form.php:
|
660 |
msgid "Use the changed names of the contact form fields in the email"
|
661 |
msgstr "Použite zmenu názvov polí v emaile"
|
662 |
|
663 |
-
#: contact_form.php:
|
664 |
msgid "Action after email is sent"
|
665 |
msgstr "Akcia po zaslaní mailu."
|
666 |
|
667 |
-
#: contact_form.php:
|
668 |
msgid "Display text"
|
669 |
msgstr "Zobraziť text"
|
670 |
|
671 |
-
#: contact_form.php:
|
672 |
-
#: contact_form.php:1142
|
673 |
msgid "Text"
|
674 |
msgstr "Text"
|
675 |
|
676 |
-
#: contact_form.php:
|
677 |
msgid "Redirect to the page"
|
678 |
msgstr "Presmerovať na stránku"
|
679 |
|
680 |
-
#: contact_form.php:
|
681 |
msgid "Url"
|
682 |
msgstr "Url"
|
683 |
|
684 |
-
#: contact_form.php:
|
685 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
686 |
msgstr "$_SERVER je premenná použitá na stavbu URL adresy formulára"
|
687 |
|
688 |
-
#: contact_form.php:
|
689 |
-
msgid "
|
|
|
|
|
690 |
msgstr "Ak si nie ste istý, nemeňte toto nastavenie."
|
691 |
|
692 |
-
#: contact_form.php:
|
693 |
msgid "Auto Response"
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: contact_form.php:
|
697 |
#, php-format
|
698 |
-
msgid "
|
|
|
|
|
|
|
699 |
msgstr ""
|
700 |
|
701 |
-
#: contact_form.php:
|
702 |
-
#: contact_form.php:1383
|
703 |
msgid "Save Changes"
|
704 |
msgstr "Uložiť zmeny"
|
705 |
|
706 |
-
#: contact_form.php:
|
707 |
msgid "Errors output"
|
708 |
msgstr "Chybový výstup"
|
709 |
|
710 |
-
#: contact_form.php:
|
711 |
msgid "Display error messages"
|
712 |
msgstr "Zobrazí chybové správy"
|
713 |
|
714 |
-
#: contact_form.php:
|
715 |
msgid "Color of the input field errors."
|
716 |
msgstr "Farba textu chybových polí."
|
717 |
|
718 |
-
#: contact_form.php:
|
719 |
msgid "Display error messages & color of the input field errors"
|
720 |
msgstr "Zobrazí chybové správy a ich farbu"
|
721 |
|
722 |
-
#: contact_form.php:
|
723 |
msgid "Add placeholder to the input blocks"
|
724 |
msgstr "Pridať zástupný znak do blokov"
|
725 |
|
726 |
-
#: contact_form.php:
|
727 |
msgid "Add tooltips"
|
728 |
msgstr "Pridať popisky"
|
729 |
|
730 |
-
#: contact_form.php:
|
731 |
msgid "Email address"
|
732 |
msgstr "Emailová adresa"
|
733 |
|
734 |
-
#: contact_form.php:
|
735 |
msgid "Phone Number"
|
736 |
msgstr "Tel. číslo"
|
737 |
|
738 |
-
#: contact_form.php:
|
739 |
msgid "Attachment"
|
740 |
msgstr "Príloha"
|
741 |
|
742 |
-
#: contact_form.php:
|
743 |
msgid "Style options"
|
744 |
msgstr "Nastavenie štýlu"
|
745 |
|
746 |
-
#: contact_form.php:
|
747 |
msgid "Text color"
|
748 |
msgstr "Farba textu"
|
749 |
|
750 |
-
#: contact_form.php:
|
751 |
-
#: contact_form.php:
|
752 |
-
#: contact_form.php:
|
753 |
-
#: contact_form.php:
|
754 |
-
#: contact_form.php:1304
|
755 |
-
#: contact_form.php:1309
|
756 |
-
#: contact_form.php:1319
|
757 |
-
#: contact_form.php:1324
|
758 |
-
#: contact_form.php:1333
|
759 |
-
#: contact_form.php:1347
|
760 |
-
#: contact_form.php:1352
|
761 |
-
#: contact_form.php:1357
|
762 |
msgid "Default"
|
763 |
msgstr "Základná"
|
764 |
|
765 |
-
#: contact_form.php:
|
766 |
msgid "Label text color"
|
767 |
msgstr "Označenie farby textu"
|
768 |
|
769 |
-
#: contact_form.php:
|
770 |
msgid "Placeholder color"
|
771 |
msgstr "Farba zástupného znaku"
|
772 |
|
773 |
-
#: contact_form.php:
|
774 |
msgid "Errors color"
|
775 |
msgstr "Farba chýb"
|
776 |
|
777 |
-
#: contact_form.php:
|
778 |
msgid "Error text color"
|
779 |
msgstr "Farba textu"
|
780 |
|
781 |
-
#: contact_form.php:
|
782 |
msgid "Background color of the input field errors"
|
783 |
msgstr "Farba pozadia polí chýb"
|
784 |
|
785 |
-
#: contact_form.php:
|
786 |
msgid "Border color of the input field errors"
|
787 |
msgstr "Farba ohraničenia polí chýb"
|
788 |
|
789 |
-
#: contact_form.php:
|
790 |
msgid "Placeholder color of the input field errors"
|
791 |
msgstr "Farba zástupného znaku polí chýb"
|
792 |
|
793 |
-
#: contact_form.php:
|
794 |
msgid "Input fields"
|
795 |
msgstr "Vložiť polia"
|
796 |
|
797 |
-
#: contact_form.php:
|
798 |
msgid "Input fields background color"
|
799 |
msgstr "Farba pozadia polí"
|
800 |
|
801 |
-
#: contact_form.php:
|
802 |
msgid "Text fields color"
|
803 |
msgstr "Farba textových polí"
|
804 |
|
805 |
-
#: contact_form.php:
|
806 |
msgid "Border width in px, numbers only"
|
807 |
msgstr "Šírka orámovania v px, vkladajte iba číselné hodnoty"
|
808 |
|
809 |
-
#: contact_form.php:
|
810 |
-
#: contact_form.php:1359
|
811 |
msgid "Border color"
|
812 |
msgstr "Farba ohraničenia"
|
813 |
|
814 |
-
#: contact_form.php:
|
815 |
msgid "Submit button"
|
816 |
msgstr "Porvrdzovacie tlačidlo"
|
817 |
|
818 |
-
#: contact_form.php:
|
819 |
msgid "Width in px, numbers only"
|
820 |
msgstr "Šírka v px, vkladajte iba číselné hodnoty"
|
821 |
|
822 |
-
#: contact_form.php:
|
823 |
msgid "Button color"
|
824 |
msgstr "Farba tlačidla"
|
825 |
|
826 |
-
#: contact_form.php:
|
827 |
msgid "Button text color"
|
828 |
msgstr "Farba textu v tlačidle"
|
829 |
|
830 |
-
#: contact_form.php:
|
831 |
msgid "Contact Form Pro | Preview"
|
832 |
msgstr "Kontaktný formulár Pro | Zobrazenie"
|
833 |
|
834 |
-
#: contact_form.php:
|
835 |
msgid "Show with errors"
|
836 |
msgstr "Zobraziť s chybami"
|
837 |
|
838 |
-
#: contact_form.php:
|
839 |
-
#: contact_form.php:1400
|
840 |
msgid "Please enter your full name..."
|
841 |
msgstr "Prosím, zadajte vaše celé meno..."
|
842 |
|
843 |
-
#: contact_form.php:
|
844 |
-
#: contact_form.php:1413
|
845 |
msgid "Please enter your address..."
|
846 |
msgstr "Prosím, zadajte vašu emailovú adresu..."
|
847 |
|
848 |
-
#: contact_form.php:
|
849 |
-
#: contact_form.php:1424
|
850 |
msgid "Please enter your email address..."
|
851 |
msgstr "Prosím zadajte vašu e-mailovú adresu..."
|
852 |
|
853 |
-
#: contact_form.php:
|
854 |
-
#: contact_form.php:1435
|
855 |
msgid "Please enter your phone number..."
|
856 |
msgstr "Prosím, zadajte vaše telefónne číslo..."
|
857 |
|
858 |
-
#: contact_form.php:
|
859 |
-
#: contact_form.php:1446
|
860 |
msgid "Please enter subject..."
|
861 |
msgstr "Prosím, zadajte predmet..."
|
862 |
|
863 |
-
#: contact_form.php:
|
864 |
-
#: contact_form.php:1456
|
865 |
msgid "Please enter your message..."
|
866 |
msgstr "Prosím, zadajte vašu správu..."
|
867 |
|
868 |
-
#: contact_form.php:
|
869 |
msgid "Sorry, email message could not be delivered."
|
870 |
msgstr "Prepáčte, správa nemohla byť doručená."
|
871 |
|
872 |
-
#: contact_form.php:
|
873 |
msgid "Contact from"
|
874 |
msgstr "Kontaktný formulár"
|
875 |
|
876 |
-
#: contact_form.php:
|
877 |
-
#: contact_form.php:2026
|
878 |
msgid "Phone"
|
879 |
msgstr "Telefón"
|
880 |
|
881 |
-
#: contact_form.php:
|
882 |
-
#: contact_form.php:2033
|
883 |
msgid "Site"
|
884 |
msgstr "Stránka"
|
885 |
|
886 |
-
#: contact_form.php:
|
887 |
-
msgid "
|
888 |
-
|
|
|
|
|
|
|
|
|
889 |
|
890 |
-
#: contact_form.php:
|
891 |
msgid "Support"
|
892 |
msgstr "Podpora"
|
893 |
|
894 |
-
#: contact_form.php:
|
895 |
msgid "Are you sure that you want to delete this language data?"
|
896 |
msgstr "Naozaj chcete vymazať tieto jazykové dáta?"
|
897 |
|
898 |
-
#: contact_form.php:
|
899 |
#, fuzzy
|
900 |
msgid "Add multiple forms"
|
901 |
msgstr "Pridať do formulára"
|
902 |
|
903 |
-
#: contact_form.php:
|
904 |
-
msgid "
|
|
|
|
|
905 |
msgstr ""
|
906 |
|
907 |
-
#: contact_form.php:
|
908 |
#, fuzzy
|
909 |
msgid "Learn more"
|
910 |
msgstr "Zistiť viac"
|
911 |
|
912 |
-
#: contact_form.php:
|
913 |
msgid "Close"
|
914 |
msgstr ""
|
915 |
|
916 |
-
#: contact_form.php:
|
917 |
#, fuzzy
|
918 |
msgid "allows to store your messages to the database."
|
919 |
-
msgstr "
|
|
|
920 |
|
921 |
-
#: contact_form.php:
|
922 |
msgid "Manage messages that have been sent from your website."
|
923 |
msgstr "Spravujte správy, ktoré boli odoslané z vašej stránky"
|
924 |
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: Contact form\n"
|
8 |
"Report-Msgid-Bugs-To: \n"
|
9 |
+
"POT-Creation-Date: 2015-08-05 09:14+0300\n"
|
10 |
+
"PO-Revision-Date: 2015-08-05 09:14+0300\n"
|
11 |
+
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
12 |
"Language-Team: Michal Vittek, www.wp.sk <michal.vittek@wp.sk>\n"
|
13 |
"Language: sk_SK\n"
|
14 |
"MIME-Version: 1.0\n"
|
21 |
"X-Poedit-SourceCharset: UTF-8\n"
|
22 |
"X-Poedit-SearchPath-0: .\n"
|
23 |
|
24 |
+
#: contact_form.php:35 contact_form.php:657
|
|
|
25 |
msgid "Contact Form Settings"
|
26 |
msgstr "Nastavenie kontaktného formulára"
|
27 |
|
29 |
msgid "Contact Form"
|
30 |
msgstr "Kontaktný formulár"
|
31 |
|
32 |
+
#: contact_form.php:123 contact_form.php:1065 contact_form.php:1099
|
|
|
|
|
33 |
msgid "Name:"
|
34 |
msgstr "Meno:"
|
35 |
|
36 |
+
#: contact_form.php:124 contact_form.php:1066 contact_form.php:1100
|
|
|
|
|
37 |
msgid "Address:"
|
38 |
msgstr "Adresa::"
|
39 |
|
40 |
+
#: contact_form.php:125 contact_form.php:1067 contact_form.php:1101
|
|
|
|
|
41 |
msgid "Email Address:"
|
42 |
msgstr "E-Mail:"
|
43 |
|
44 |
+
#: contact_form.php:126 contact_form.php:1068 contact_form.php:1102
|
|
|
|
|
45 |
msgid "Phone number:"
|
46 |
msgstr "Telefónne číslo:"
|
47 |
|
48 |
+
#: contact_form.php:127 contact_form.php:1069 contact_form.php:1103
|
|
|
|
|
49 |
msgid "Subject:"
|
50 |
msgstr "Predmet:"
|
51 |
|
52 |
+
#: contact_form.php:128 contact_form.php:1070 contact_form.php:1104
|
|
|
|
|
53 |
msgid "Message:"
|
54 |
msgstr "Správa:"
|
55 |
|
56 |
+
#: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
|
|
|
|
|
57 |
msgid "Attachment:"
|
58 |
msgstr "Príloha"
|
59 |
|
60 |
#: contact_form.php:130
|
61 |
#, fuzzy
|
62 |
+
msgid ""
|
63 |
+
"Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
|
64 |
+
"EPS, PS, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT. Max file "
|
65 |
+
"size: 2MB"
|
66 |
+
msgstr ""
|
67 |
+
"Podporované typy súborov: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, "
|
68 |
+
"AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max veľksoť "
|
69 |
+
"súbora: 2MB"
|
70 |
|
71 |
+
#: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
|
|
|
|
|
72 |
msgid "Send me a copy"
|
73 |
msgstr "Zaslať mi kópiu"
|
74 |
|
75 |
+
#: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
|
|
|
|
|
76 |
msgid "Submit"
|
77 |
msgstr "Odoslať"
|
78 |
|
129 |
msgstr "Ďakujeme za správu."
|
130 |
|
131 |
#: contact_form.php:546
|
132 |
+
msgid ""
|
133 |
+
"Email 'FROM' field option was changed, which may cause email messages being "
|
134 |
+
"moved to the spam folder or email delivery failures."
|
135 |
msgstr ""
|
136 |
|
137 |
#: contact_form.php:556
|
138 |
+
msgid ""
|
139 |
+
"If the 'Redirect to page' option is selected then the URL field should be in "
|
140 |
+
"the following format"
|
141 |
+
msgstr ""
|
142 |
+
"Ak je vybratá možnosť \"Presmerovanie na stránku\" potom pole URL by malo "
|
143 |
+
"mať nasledujúci formát"
|
144 |
|
145 |
#: contact_form.php:565
|
146 |
msgid "Such user does not exist."
|
147 |
msgstr "Taký užívateľ neexistuje."
|
148 |
|
149 |
#: contact_form.php:575
|
150 |
+
msgid ""
|
151 |
+
"Please enter a valid email address in the 'Use this email address' field."
|
152 |
msgstr "Zadajte platnú e-mailovú adresu v poli \"Použiť tento email\"."
|
153 |
|
154 |
#: contact_form.php:583
|
163 |
msgid "Settings are not saved."
|
164 |
msgstr "Nastavenie sa neuloží."
|
165 |
|
166 |
+
#: contact_form.php:646
|
167 |
+
msgid "All plugin settings were restored."
|
168 |
+
msgstr ""
|
169 |
+
|
170 |
+
#: contact_form.php:659 contact_form.php:2208 contact_form.php:2222
|
171 |
msgid "Settings"
|
172 |
msgstr "Nastavenia"
|
173 |
|
174 |
+
#: contact_form.php:660
|
175 |
#, fuzzy
|
176 |
msgid "Additional settings"
|
177 |
msgstr "Ďalšie nastavenia"
|
178 |
|
179 |
+
#: contact_form.php:661
|
180 |
msgid "Appearance"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: contact_form.php:662 contact_form.php:2223
|
|
|
184 |
msgid "FAQ"
|
185 |
msgstr "Často kladené otázky"
|
186 |
|
187 |
+
#: contact_form.php:663
|
188 |
msgid "Go PRO"
|
189 |
msgstr "Zakúpiť PRO"
|
190 |
|
191 |
+
#: contact_form.php:666 contact_form.php:668
|
|
|
192 |
msgid "Notice:"
|
193 |
msgstr "Oznam:"
|
194 |
|
195 |
+
#: contact_form.php:666
|
196 |
+
msgid ""
|
197 |
+
"The plugin's settings have been changed. In order to save them please don't "
|
198 |
+
"forget to click the 'Save Changes' button."
|
199 |
+
msgstr ""
|
200 |
+
"Zmenili ste nastavenia modulu. Pre uloženie zmien, kliknite na tlačidlo "
|
201 |
+
"\"Uložiť zmeny\"."
|
202 |
|
|
|
203 |
#: contact_form.php:679
|
204 |
+
msgid ""
|
205 |
+
"If you want to create multiple contact forms, please install the Contact "
|
206 |
+
"Form Multi plugin."
|
207 |
+
msgstr ""
|
208 |
+
"Ak si želáte vytvoriť viac formulárov, prosím nainštalujte si modul Contact "
|
209 |
+
"Form Multi "
|
210 |
|
211 |
+
#: contact_form.php:686
|
212 |
+
#, fuzzy
|
213 |
+
msgid ""
|
214 |
+
"If you would like to add Contact Form to your website, just copy and paste "
|
215 |
+
"this shortcode to your post or page or widget:"
|
216 |
+
msgstr ""
|
217 |
+
"Ak by ste chceli pridať kontaktný formulár na svoje webové stránky, stačí "
|
218 |
+
"skopírovať a vložiť shortcode k príspevku, stránke alebo widgetu:"
|
219 |
+
|
220 |
+
#: contact_form.php:686 contact_form.php:687 contact_form.php:689
|
221 |
+
#: contact_form.php:690 contact_form.php:1089 contact_form.php:1091
|
222 |
+
#: contact_form.php:1152 contact_form.php:1154
|
223 |
msgid "or"
|
224 |
msgstr "alebo"
|
225 |
|
226 |
+
#: contact_form.php:687
|
227 |
+
#, fuzzy
|
228 |
+
msgid ""
|
229 |
+
"If you have any problems with the standard shortcode [contact_form], you "
|
230 |
+
"should use the shortcode"
|
231 |
+
msgstr ""
|
232 |
+
"Ak máte nejaké problémy so štandardným shortcode [contact_form], mali by ste "
|
233 |
+
"použiť shortcode"
|
234 |
|
235 |
+
#: contact_form.php:687 contact_form.php:690
|
|
|
236 |
msgid "They work the same way."
|
237 |
msgstr "Fungujú rovnakým spôsobom."
|
238 |
|
239 |
+
#: contact_form.php:689 contact_form.php:1501
|
240 |
+
msgid ""
|
241 |
+
"If you would like to add the Contact Form to your website, just copy and "
|
242 |
+
"paste this shortcode to your post or page or widget:"
|
243 |
+
msgstr ""
|
244 |
+
"Ak by ste chceli pridať kontaktný formulár na svoje webové stránky, stačí "
|
245 |
+
"skopírovať a vložiť shortcode k príspevku, stránke alebo widgetu:"
|
246 |
|
247 |
+
#: contact_form.php:690
|
248 |
+
msgid ""
|
249 |
+
"If have any problems with the standard shortcode [contact_form], you should "
|
250 |
+
"use the shortcode"
|
251 |
+
msgstr ""
|
252 |
+
"Ak máte nejaké problémy so štandardným shortcode [contact_form], mali by ste "
|
253 |
+
"použiť shortcode"
|
254 |
+
|
255 |
+
#: contact_form.php:694
|
256 |
+
msgid ""
|
257 |
+
"If you leave the fields empty, the messages will be sent to the email "
|
258 |
+
"address specified during registration."
|
259 |
+
msgstr ""
|
260 |
+
"Ak necháte pole prázdne, budú správy posielané na e-mailovú adresu zadanú "
|
261 |
+
"pri registrácii."
|
262 |
+
|
263 |
+
#: contact_form.php:697
|
264 |
msgid "The user's email address:"
|
265 |
msgstr "Užívateľova e-mailová adresa:"
|
266 |
|
267 |
+
#: contact_form.php:701
|
268 |
#, fuzzy
|
269 |
msgid "Select a username"
|
270 |
msgstr "Vytvorte užívateľské meno"
|
271 |
|
272 |
+
#: contact_form.php:714
|
273 |
+
msgid ""
|
274 |
+
"Enter a username of the person who should get the messages from the contact "
|
275 |
+
"form."
|
276 |
+
msgstr ""
|
277 |
+
"Zadajte užívateľské meno osoby, ktorá by mala dostať správy z kontaktného "
|
278 |
+
"formulára."
|
279 |
|
280 |
+
#: contact_form.php:718
|
281 |
msgid "Use this email address:"
|
282 |
msgstr "Použíte tento email::"
|
283 |
|
284 |
+
#: contact_form.php:722
|
285 |
msgid "Enter the email address you want the messages forwarded to."
|
286 |
msgstr "Zadajte e-mailovú adresu, ktorú chcete do správy presmerovať."
|
287 |
|
288 |
+
#: contact_form.php:731
|
289 |
msgid "Add department selectbox to the contact form:"
|
290 |
msgstr "Pridať oddelenie výberového oddielu do formulára:"
|
291 |
|
292 |
+
#: contact_form.php:739 contact_form.php:1200 contact_form.php:1384
|
|
|
|
|
293 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
294 |
msgstr "Ak si zakúpite PRO verziu, vaše nastavenia sa uložia."
|
295 |
|
296 |
+
#: contact_form.php:746 contact_form.php:929 contact_form.php:1001
|
297 |
+
#: contact_form.php:1207 contact_form.php:1391
|
298 |
+
#, fuzzy
|
299 |
+
msgid "Unlock premium options by upgrading to PRO version."
|
|
|
|
|
300 |
msgstr "Odblokujte prémiové nastavenia kúpením PRO verzie modulu."
|
301 |
|
302 |
+
#: contact_form.php:747 contact_form.php:930 contact_form.php:1002
|
303 |
+
#: contact_form.php:1208 contact_form.php:1392 contact_form.php:2495
|
|
|
|
|
|
|
|
|
304 |
msgid "Learn More"
|
305 |
msgstr "Zistiť viac"
|
306 |
|
307 |
+
#: contact_form.php:750 contact_form.php:933 contact_form.php:1005
|
308 |
+
#: contact_form.php:1211 contact_form.php:1395
|
|
|
|
|
|
|
309 |
msgid "Go"
|
310 |
msgstr "Ísť"
|
311 |
|
312 |
+
#: contact_form.php:757
|
313 |
msgid "Save emails to the database"
|
314 |
msgstr "Uložiť emaily do databázy"
|
315 |
|
316 |
+
#: contact_form.php:762
|
317 |
msgid "Using"
|
318 |
msgstr "Používa"
|
319 |
|
320 |
+
#: contact_form.php:765 contact_form.php:769
|
|
|
321 |
#, fuzzy
|
322 |
msgid "Using Contact Form to DB by BestWebSoft"
|
323 |
msgstr "Použiť Contact Forrm do DB poháňaný"
|
324 |
|
325 |
+
#: contact_form.php:765
|
326 |
msgid "Activate"
|
327 |
msgstr "Aktivovať"
|
328 |
|
329 |
+
#: contact_form.php:769
|
330 |
msgid "Download"
|
331 |
msgstr "Stiahnuť"
|
332 |
|
333 |
+
#: contact_form.php:779
|
334 |
msgid "What to use?"
|
335 |
msgstr "Čo používať?"
|
336 |
|
337 |
+
#: contact_form.php:784
|
338 |
msgid "Wp-mail"
|
339 |
msgstr "Wp-mail"
|
340 |
|
341 |
+
#: contact_form.php:786
|
342 |
msgid "You can use the wp_mail function for mailing"
|
343 |
msgstr "Môžete použiť wp_mail funkcie pre zasielanie"
|
344 |
|
345 |
+
#: contact_form.php:789
|
346 |
msgid "Mail"
|
347 |
msgstr "Email"
|
348 |
|
349 |
+
#: contact_form.php:791
|
350 |
msgid "To send mail you can use the php mail function"
|
351 |
msgstr "Ak chcete odosielať poštu, môžete použiť e-mailoé PHP funkcie"
|
352 |
|
353 |
+
#: contact_form.php:796
|
354 |
msgid "'FROM' field"
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: contact_form.php:798 contact_form.php:860 contact_form.php:1253
|
358 |
+
#: contact_form.php:2000 contact_form.php:2036
|
|
|
|
|
|
|
359 |
msgid "Name"
|
360 |
msgstr "Meno"
|
361 |
|
362 |
+
#: contact_form.php:805
|
363 |
msgid "User name"
|
364 |
msgstr "Používateľské meno"
|
365 |
|
366 |
+
#: contact_form.php:807
|
367 |
+
msgid ""
|
368 |
+
"The name of the user who fills the form will be used in the field 'From'."
|
369 |
msgstr "Meno, zobrazené ako odosielateľ emailu."
|
370 |
|
371 |
+
#: contact_form.php:813 contact_form.php:2011 contact_form.php:2043
|
|
|
|
|
372 |
msgid "Email"
|
373 |
msgstr "Email"
|
374 |
|
375 |
+
#: contact_form.php:820
|
376 |
msgid "User email"
|
377 |
msgstr "Používateľský email"
|
378 |
|
379 |
+
#: contact_form.php:822
|
380 |
+
msgid ""
|
381 |
+
"The email address of the user who fills the form will be used in the field "
|
382 |
+
"'From'."
|
383 |
+
msgstr ""
|
384 |
+
"Emailová adresa používateľa, ktorý vyplní formulár bude použitá v poli \"Od\""
|
385 |
|
386 |
+
#: contact_form.php:826
|
387 |
+
msgid ""
|
388 |
+
"If this option is changed, email messages may be moved to the spam folder or "
|
389 |
+
"email delivery failures may occur."
|
390 |
msgstr ""
|
391 |
|
392 |
+
#: contact_form.php:832
|
393 |
msgid "Required symbol"
|
394 |
msgstr "Vyžadovaný znak"
|
395 |
|
396 |
+
#: contact_form.php:842
|
397 |
msgid "Fields"
|
398 |
msgstr "Polia"
|
399 |
|
400 |
+
#: contact_form.php:843
|
401 |
msgid "Used"
|
402 |
msgstr "Použité"
|
403 |
|
404 |
+
#: contact_form.php:844
|
405 |
msgid "Required"
|
406 |
msgstr "Vyžadované"
|
407 |
|
408 |
+
#: contact_form.php:845
|
409 |
msgid "Visible"
|
410 |
msgstr "Viditeľné"
|
411 |
|
412 |
+
#: contact_form.php:846
|
413 |
msgid "Disabled for editing"
|
414 |
msgstr "Nedá sa upraviť"
|
415 |
|
416 |
+
#: contact_form.php:847
|
417 |
msgid "Field's default value"
|
418 |
msgstr "Základná hodnota pola"
|
419 |
|
420 |
+
#: contact_form.php:852
|
421 |
+
#, fuzzy
|
422 |
+
msgid "Department selectbox"
|
423 |
+
msgstr "Poloha výberového oddielu"
|
424 |
+
|
425 |
+
#: contact_form.php:867
|
426 |
msgid "Use User's name as a default value if the user is logged in."
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: contact_form.php:868 contact_form.php:896
|
430 |
+
msgid ""
|
431 |
+
"'Visible' and 'Disabled for editing' options will be applied only to logged-"
|
432 |
+
"in users."
|
433 |
msgstr ""
|
434 |
|
435 |
+
#: contact_form.php:872
|
436 |
msgid "Location selectbox"
|
437 |
msgstr "Poloha výberového oddielu"
|
438 |
|
439 |
+
#: contact_form.php:880 contact_form.php:1258 contact_form.php:2006
|
440 |
+
#: contact_form.php:2040
|
|
|
|
|
441 |
msgid "Address"
|
442 |
msgstr "Adresa"
|
443 |
|
444 |
+
#: contact_form.php:888
|
445 |
msgid "Email Address"
|
446 |
msgstr "Emailová adresa"
|
447 |
|
448 |
+
#: contact_form.php:895
|
449 |
msgid "Use User's email as a default value if the user is logged in."
|
450 |
msgstr ""
|
451 |
|
452 |
+
#: contact_form.php:900
|
453 |
msgid "Phone number"
|
454 |
msgstr "Telefónne číslo"
|
455 |
|
456 |
+
#: contact_form.php:908 contact_form.php:1273 contact_form.php:2021
|
457 |
+
#: contact_form.php:2049
|
|
|
|
|
458 |
msgid "Subject"
|
459 |
msgstr "Predmet"
|
460 |
|
461 |
+
#: contact_form.php:916 contact_form.php:1277 contact_form.php:2024
|
462 |
+
#: contact_form.php:2051
|
|
|
|
|
463 |
msgid "Message"
|
464 |
msgstr "Správa"
|
465 |
|
466 |
+
#: contact_form.php:940
|
467 |
msgid "Attachment block"
|
468 |
msgstr "Blok príloh"
|
469 |
|
470 |
+
#: contact_form.php:942
|
471 |
msgid "Users can attach the following file formats"
|
472 |
msgstr "Užívatelia môžu pripojiť nasledujúce formáty súborov"
|
473 |
|
474 |
+
#: contact_form.php:955
|
475 |
msgid "Add to the form"
|
476 |
msgstr "Pridať do formulára"
|
477 |
|
478 |
+
#: contact_form.php:960
|
479 |
msgid "Tips below the Attachment"
|
480 |
msgstr "Rady zobrazené pod prílohami"
|
481 |
|
482 |
+
#: contact_form.php:969
|
483 |
msgid "'Send me a copy' block"
|
484 |
msgstr "Zobraziť blok 'Zaslať kópiu'"
|
485 |
|
486 |
+
#: contact_form.php:982
|
487 |
msgid "Activate captcha"
|
488 |
msgstr "Aktivovať captcha"
|
489 |
|
490 |
+
#: contact_form.php:986
|
491 |
msgid "Download captcha"
|
492 |
msgstr "Stiahnuť captcha"
|
493 |
|
494 |
+
#: contact_form.php:994
|
495 |
msgid "Agreement checkbox"
|
496 |
msgstr "Označenie súhlasu"
|
497 |
|
498 |
+
#: contact_form.php:994
|
499 |
msgid "Required checkbox for submitting the form"
|
500 |
msgstr "Vyžaduje označenie súhlasu pri odoslaní formulára"
|
501 |
|
502 |
+
#: contact_form.php:995
|
503 |
msgid "Optional checkbox"
|
504 |
msgstr "Voliteľné zaškrtávacie políčko"
|
505 |
|
506 |
+
#: contact_form.php:995
|
507 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
508 |
msgstr "Voliteľné zaškrtávacie políčko, jeho výsledok bude zobrazený v emaile"
|
509 |
|
510 |
+
#: contact_form.php:1013
|
511 |
msgid "Delete an attachment file from the server after the email is sent"
|
512 |
msgstr "Vymazať prílohy zo servera po odoslaní emailu"
|
513 |
|
514 |
+
#: contact_form.php:1019
|
515 |
msgid "Email in HTML format sending"
|
516 |
msgstr "Povoliť HTML formátovanie"
|
517 |
|
518 |
+
#: contact_form.php:1023
|
519 |
msgid "Display additional info in the email"
|
520 |
msgstr "Zobraziť ďalšie informácie v e-maile"
|
521 |
|
522 |
+
#: contact_form.php:1029 contact_form.php:1967 contact_form.php:1969
|
|
|
|
|
523 |
msgid "Sent from (ip address)"
|
524 |
msgstr "Odoslané z (ip adresa)"
|
525 |
|
526 |
+
#: contact_form.php:1029
|
527 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
528 |
msgstr "Príklad: Odoslané z (IP addresa):\t127.0.0.1"
|
529 |
|
530 |
+
#: contact_form.php:1030 contact_form.php:1973 contact_form.php:1975
|
|
|
|
|
531 |
msgid "Date/Time"
|
532 |
msgstr "Datum / Čas"
|
533 |
|
534 |
+
#: contact_form.php:1030
|
535 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
536 |
msgstr "Príklad: Dátum/Čas:\tAugust 19, 2013 8:50 pm"
|
537 |
|
538 |
+
#: contact_form.php:1031 contact_form.php:1979 contact_form.php:1981
|
|
|
|
|
539 |
msgid "Sent from (referer)"
|
540 |
msgstr "Odoslané z"
|
541 |
|
542 |
+
#: contact_form.php:1031
|
543 |
+
msgid ""
|
544 |
+
"Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
545 |
+
msgstr ""
|
546 |
+
"Príklad: Odoslané pomocou (odkaz):\thttp://bestwebsoft.com/contacts/contact-"
|
547 |
+
"us/"
|
548 |
|
549 |
+
#: contact_form.php:1032 contact_form.php:1985 contact_form.php:1987
|
|
|
|
|
550 |
msgid "Using (user agent)"
|
551 |
msgstr "Použitie (user agent)"
|
552 |
|
553 |
+
#: contact_form.php:1032
|
554 |
+
msgid ""
|
555 |
+
"Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
|
556 |
+
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
557 |
+
msgstr ""
|
558 |
+
"Príklad: Prehliadač (používateľ):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
|
559 |
+
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
560 |
|
561 |
+
#: contact_form.php:1037
|
562 |
msgid "Language settings for the field names in the form"
|
563 |
msgstr "Nastavenie jazyka pre názvy polí vo formulári"
|
564 |
|
565 |
+
#: contact_form.php:1046
|
566 |
msgid "Add a language"
|
567 |
msgstr "Pridať jazyk"
|
568 |
|
569 |
+
#: contact_form.php:1050
|
570 |
msgid "Change the names of the contact form fields and error messages"
|
571 |
msgstr "Zmena názvov polí kontaktného formulára a chybových hlásení"
|
572 |
|
573 |
+
#: contact_form.php:1055 contact_form.php:1142
|
|
|
574 |
msgid "English"
|
575 |
msgstr "Anglicky"
|
576 |
|
577 |
+
#: contact_form.php:1063 contact_form.php:1097
|
|
|
578 |
msgid "click to expand/hide the list"
|
579 |
msgstr "kliknite pre rozbalenie/schovanie zoznamu"
|
580 |
|
581 |
+
#: contact_form.php:1072 contact_form.php:1106
|
|
|
582 |
msgid "Tips below the Attachment block"
|
583 |
msgstr "Zobrazenie rád pod blokom príloh"
|
584 |
|
585 |
+
#: contact_form.php:1075 contact_form.php:1109
|
|
|
586 |
msgid "Error message for the Name field"
|
587 |
msgstr "Chybová správa v poli: Meno"
|
588 |
|
589 |
+
#: contact_form.php:1076 contact_form.php:1110
|
|
|
590 |
msgid "Error message for the Address field"
|
591 |
msgstr "Chybová správa v poli: Adresa"
|
592 |
|
593 |
+
#: contact_form.php:1077 contact_form.php:1111
|
|
|
594 |
msgid "Error message for the Email field"
|
595 |
msgstr "Chybová správa v poli: Email"
|
596 |
|
597 |
+
#: contact_form.php:1078 contact_form.php:1112
|
|
|
598 |
msgid "Error message for the Phone field"
|
599 |
msgstr "Chybová správa v poli: Telefón"
|
600 |
|
601 |
+
#: contact_form.php:1079 contact_form.php:1113
|
|
|
602 |
msgid "Error message for the Subject field"
|
603 |
msgstr "Chybová správa v poli: Predmet"
|
604 |
|
605 |
+
#: contact_form.php:1080 contact_form.php:1114
|
|
|
606 |
msgid "Error message for the Message field"
|
607 |
msgstr "Chybová správa v poli: Správa"
|
608 |
|
609 |
+
#: contact_form.php:1081 contact_form.php:1115
|
|
|
610 |
msgid "Error message about the file type for the Attachment field"
|
611 |
msgstr "Chybová správa o type súbora v poli príloh"
|
612 |
|
613 |
+
#: contact_form.php:1082 contact_form.php:1116
|
614 |
+
msgid ""
|
615 |
+
"Error message while uploading a file for the Attachment field to the server"
|
616 |
msgstr "Chybová správa pri neúspešnom nahraní súbora na server"
|
617 |
|
618 |
+
#: contact_form.php:1083 contact_form.php:1117
|
|
|
619 |
msgid "Error message while moving the file for the Attachment field"
|
620 |
msgstr "Chybová správa pri neúspešnom presune súbora do pola prílohy"
|
621 |
|
622 |
+
#: contact_form.php:1084 contact_form.php:1118
|
|
|
623 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
624 |
msgstr "Chybová správa pri prekročení maximálnej veľkosti súboru"
|
625 |
|
626 |
+
#: contact_form.php:1085 contact_form.php:1119
|
|
|
627 |
msgid "Error message for the Captcha field"
|
628 |
msgstr "Chybová správa v poli Captcha"
|
629 |
|
630 |
+
#: contact_form.php:1086 contact_form.php:1120
|
|
|
631 |
msgid "Error message for the whole form"
|
632 |
msgstr "Chybová správa celého formulára"
|
633 |
|
634 |
+
#: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
|
635 |
+
#: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
|
636 |
+
#: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
|
637 |
+
#: contact_form.php:2358
|
|
|
|
|
|
|
|
|
|
|
|
|
638 |
msgid "Use shortcode"
|
639 |
msgstr "Použite krátky kód"
|
640 |
|
641 |
+
#: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
|
642 |
+
#: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
|
643 |
+
#: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
|
644 |
+
#: contact_form.php:2358
|
|
|
|
|
|
|
|
|
|
|
|
|
645 |
msgid "for this language"
|
646 |
msgstr "pre tento jazyk"
|
647 |
|
648 |
+
#: contact_form.php:1133
|
649 |
msgid "Use the changed names of the contact form fields in the email"
|
650 |
msgstr "Použite zmenu názvov polí v emaile"
|
651 |
|
652 |
+
#: contact_form.php:1139
|
653 |
msgid "Action after email is sent"
|
654 |
msgstr "Akcia po zaslaní mailu."
|
655 |
|
656 |
+
#: contact_form.php:1141
|
657 |
msgid "Display text"
|
658 |
msgstr "Zobraziť text"
|
659 |
|
660 |
+
#: contact_form.php:1150 contact_form.php:1160
|
|
|
661 |
msgid "Text"
|
662 |
msgstr "Text"
|
663 |
|
664 |
+
#: contact_form.php:1171
|
665 |
msgid "Redirect to the page"
|
666 |
msgstr "Presmerovať na stránku"
|
667 |
|
668 |
+
#: contact_form.php:1172
|
669 |
msgid "Url"
|
670 |
msgstr "Url"
|
671 |
|
672 |
+
#: contact_form.php:1176
|
673 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
674 |
msgstr "$_SERVER je premenná použitá na stavbu URL adresy formulára"
|
675 |
|
676 |
+
#: contact_form.php:1181
|
677 |
+
msgid ""
|
678 |
+
"If you are not sure whether to change this setting or not, please do not do "
|
679 |
+
"that."
|
680 |
msgstr "Ak si nie ste istý, nemeňte toto nastavenie."
|
681 |
|
682 |
+
#: contact_form.php:1191
|
683 |
msgid "Auto Response"
|
684 |
msgstr ""
|
685 |
|
686 |
+
#: contact_form.php:1195
|
687 |
#, php-format
|
688 |
+
msgid ""
|
689 |
+
"You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
|
690 |
+
"display data from the Message field, as well as %%SITENAME%% to display blog "
|
691 |
+
"name."
|
692 |
msgstr ""
|
693 |
|
694 |
+
#: contact_form.php:1220 contact_form.php:1402
|
|
|
695 |
msgid "Save Changes"
|
696 |
msgstr "Uložiť zmeny"
|
697 |
|
698 |
+
#: contact_form.php:1233
|
699 |
msgid "Errors output"
|
700 |
msgstr "Chybový výstup"
|
701 |
|
702 |
+
#: contact_form.php:1236
|
703 |
msgid "Display error messages"
|
704 |
msgstr "Zobrazí chybové správy"
|
705 |
|
706 |
+
#: contact_form.php:1237
|
707 |
msgid "Color of the input field errors."
|
708 |
msgstr "Farba textu chybových polí."
|
709 |
|
710 |
+
#: contact_form.php:1238
|
711 |
msgid "Display error messages & color of the input field errors"
|
712 |
msgstr "Zobrazí chybové správy a ich farbu"
|
713 |
|
714 |
+
#: contact_form.php:1243
|
715 |
msgid "Add placeholder to the input blocks"
|
716 |
msgstr "Pridať zástupný znak do blokov"
|
717 |
|
718 |
+
#: contact_form.php:1249
|
719 |
msgid "Add tooltips"
|
720 |
msgstr "Pridať popisky"
|
721 |
|
722 |
+
#: contact_form.php:1263
|
723 |
msgid "Email address"
|
724 |
msgstr "Emailová adresa"
|
725 |
|
726 |
+
#: contact_form.php:1268
|
727 |
msgid "Phone Number"
|
728 |
msgstr "Tel. číslo"
|
729 |
|
730 |
+
#: contact_form.php:1282
|
731 |
msgid "Attachment"
|
732 |
msgstr "Príloha"
|
733 |
|
734 |
+
#: contact_form.php:1292
|
735 |
msgid "Style options"
|
736 |
msgstr "Nastavenie štýlu"
|
737 |
|
738 |
+
#: contact_form.php:1295
|
739 |
msgid "Text color"
|
740 |
msgstr "Farba textu"
|
741 |
|
742 |
+
#: contact_form.php:1298 contact_form.php:1303 contact_form.php:1313
|
743 |
+
#: contact_form.php:1318 contact_form.php:1323 contact_form.php:1328
|
744 |
+
#: contact_form.php:1338 contact_form.php:1343 contact_form.php:1352
|
745 |
+
#: contact_form.php:1366 contact_form.php:1371 contact_form.php:1376
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
746 |
msgid "Default"
|
747 |
msgstr "Základná"
|
748 |
|
749 |
+
#: contact_form.php:1300
|
750 |
msgid "Label text color"
|
751 |
msgstr "Označenie farby textu"
|
752 |
|
753 |
+
#: contact_form.php:1305
|
754 |
msgid "Placeholder color"
|
755 |
msgstr "Farba zástupného znaku"
|
756 |
|
757 |
+
#: contact_form.php:1310
|
758 |
msgid "Errors color"
|
759 |
msgstr "Farba chýb"
|
760 |
|
761 |
+
#: contact_form.php:1315
|
762 |
msgid "Error text color"
|
763 |
msgstr "Farba textu"
|
764 |
|
765 |
+
#: contact_form.php:1320
|
766 |
msgid "Background color of the input field errors"
|
767 |
msgstr "Farba pozadia polí chýb"
|
768 |
|
769 |
+
#: contact_form.php:1325
|
770 |
msgid "Border color of the input field errors"
|
771 |
msgstr "Farba ohraničenia polí chýb"
|
772 |
|
773 |
+
#: contact_form.php:1330
|
774 |
msgid "Placeholder color of the input field errors"
|
775 |
msgstr "Farba zástupného znaku polí chýb"
|
776 |
|
777 |
+
#: contact_form.php:1335
|
778 |
msgid "Input fields"
|
779 |
msgstr "Vložiť polia"
|
780 |
|
781 |
+
#: contact_form.php:1340
|
782 |
msgid "Input fields background color"
|
783 |
msgstr "Farba pozadia polí"
|
784 |
|
785 |
+
#: contact_form.php:1345
|
786 |
msgid "Text fields color"
|
787 |
msgstr "Farba textových polí"
|
788 |
|
789 |
+
#: contact_form.php:1349
|
790 |
msgid "Border width in px, numbers only"
|
791 |
msgstr "Šírka orámovania v px, vkladajte iba číselné hodnoty"
|
792 |
|
793 |
+
#: contact_form.php:1354 contact_form.php:1378
|
|
|
794 |
msgid "Border color"
|
795 |
msgstr "Farba ohraničenia"
|
796 |
|
797 |
+
#: contact_form.php:1359
|
798 |
msgid "Submit button"
|
799 |
msgstr "Porvrdzovacie tlačidlo"
|
800 |
|
801 |
+
#: contact_form.php:1363
|
802 |
msgid "Width in px, numbers only"
|
803 |
msgstr "Šírka v px, vkladajte iba číselné hodnoty"
|
804 |
|
805 |
+
#: contact_form.php:1368
|
806 |
msgid "Button color"
|
807 |
msgstr "Farba tlačidla"
|
808 |
|
809 |
+
#: contact_form.php:1373
|
810 |
msgid "Button text color"
|
811 |
msgstr "Farba textu v tlačidle"
|
812 |
|
813 |
+
#: contact_form.php:1406
|
814 |
msgid "Contact Form Pro | Preview"
|
815 |
msgstr "Kontaktný formulár Pro | Zobrazenie"
|
816 |
|
817 |
+
#: contact_form.php:1408
|
818 |
msgid "Show with errors"
|
819 |
msgstr "Zobraziť s chybami"
|
820 |
|
821 |
+
#: contact_form.php:1417 contact_form.php:1419
|
|
|
822 |
msgid "Please enter your full name..."
|
823 |
msgstr "Prosím, zadajte vaše celé meno..."
|
824 |
|
825 |
+
#: contact_form.php:1430 contact_form.php:1432
|
|
|
826 |
msgid "Please enter your address..."
|
827 |
msgstr "Prosím, zadajte vašu emailovú adresu..."
|
828 |
|
829 |
+
#: contact_form.php:1441 contact_form.php:1443
|
|
|
830 |
msgid "Please enter your email address..."
|
831 |
msgstr "Prosím zadajte vašu e-mailovú adresu..."
|
832 |
|
833 |
+
#: contact_form.php:1452 contact_form.php:1454
|
|
|
834 |
msgid "Please enter your phone number..."
|
835 |
msgstr "Prosím, zadajte vaše telefónne číslo..."
|
836 |
|
837 |
+
#: contact_form.php:1463 contact_form.php:1465
|
|
|
838 |
msgid "Please enter subject..."
|
839 |
msgstr "Prosím, zadajte predmet..."
|
840 |
|
841 |
+
#: contact_form.php:1473 contact_form.php:1475
|
|
|
842 |
msgid "Please enter your message..."
|
843 |
msgstr "Prosím, zadajte vašu správu..."
|
844 |
|
845 |
+
#: contact_form.php:1586
|
846 |
msgid "Sorry, email message could not be delivered."
|
847 |
msgstr "Prepáčte, správa nemohla byť doručená."
|
848 |
|
849 |
+
#: contact_form.php:1994
|
850 |
msgid "Contact from"
|
851 |
msgstr "Kontaktný formulár"
|
852 |
|
853 |
+
#: contact_form.php:2016 contact_form.php:2046
|
|
|
854 |
msgid "Phone"
|
855 |
msgstr "Telefón"
|
856 |
|
857 |
+
#: contact_form.php:2027 contact_form.php:2053
|
|
|
858 |
msgid "Site"
|
859 |
msgstr "Stránka"
|
860 |
|
861 |
+
#: contact_form.php:2140
|
862 |
+
msgid ""
|
863 |
+
"If you can see this MIME, it means that the MIME type is not supported by "
|
864 |
+
"your email client!"
|
865 |
+
msgstr ""
|
866 |
+
"Ak vidíte túto MIME, znamená to, že MIME typ nie je podporovaný vyším e-"
|
867 |
+
"mailovým klientom!"
|
868 |
|
869 |
+
#: contact_form.php:2224
|
870 |
msgid "Support"
|
871 |
msgstr "Podpora"
|
872 |
|
873 |
+
#: contact_form.php:2273
|
874 |
msgid "Are you sure that you want to delete this language data?"
|
875 |
msgstr "Naozaj chcete vymazať tieto jazykové dáta?"
|
876 |
|
877 |
+
#: contact_form.php:2294
|
878 |
#, fuzzy
|
879 |
msgid "Add multiple forms"
|
880 |
msgstr "Pridať do formulára"
|
881 |
|
882 |
+
#: contact_form.php:2294
|
883 |
+
msgid ""
|
884 |
+
"Install Contact Form Multi plugin to create unlimited number of contact "
|
885 |
+
"forms."
|
886 |
msgstr ""
|
887 |
|
888 |
+
#: contact_form.php:2299
|
889 |
#, fuzzy
|
890 |
msgid "Learn more"
|
891 |
msgstr "Zistiť viac"
|
892 |
|
893 |
+
#: contact_form.php:2303
|
894 |
msgid "Close"
|
895 |
msgstr ""
|
896 |
|
897 |
+
#: contact_form.php:2491
|
898 |
#, fuzzy
|
899 |
msgid "allows to store your messages to the database."
|
900 |
+
msgstr ""
|
901 |
+
"<strong>Contact Form to DB</strong> vám dovolí ukladať spravy do databázy."
|
902 |
|
903 |
+
#: contact_form.php:2492
|
904 |
msgid "Manage messages that have been sent from your website."
|
905 |
msgstr "Spravujte správy, ktoré boli odoslané z vašej stránky"
|
906 |
|
languages/contact_form-sv_SE.mo
CHANGED
Binary file
|
languages/contact_form-sv_SE.po
CHANGED
@@ -2,10 +2,11 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
-
"Last-Translator: bestwebsoft.com <
|
8 |
-
"Language-Team: Martin Tonek, Joakim Lindskog, Maarten van den Driest
|
|
|
9 |
"Language: ru_RU\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -16,8 +17,7 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: contact_form.php:35
|
20 |
-
#: contact_form.php:650
|
21 |
msgid "Contact Form Settings"
|
22 |
msgstr "Kontaktformulärinställningar"
|
23 |
|
@@ -25,62 +25,49 @@ msgstr "Kontaktformulärinställningar"
|
|
25 |
msgid "Contact Form"
|
26 |
msgstr "Kontaktformulär"
|
27 |
|
28 |
-
#: contact_form.php:123
|
29 |
-
#: contact_form.php:1047
|
30 |
-
#: contact_form.php:1081
|
31 |
msgid "Name:"
|
32 |
msgstr "Namn:"
|
33 |
|
34 |
-
#: contact_form.php:124
|
35 |
-
#: contact_form.php:1048
|
36 |
-
#: contact_form.php:1082
|
37 |
msgid "Address:"
|
38 |
msgstr "Adress:"
|
39 |
|
40 |
-
#: contact_form.php:125
|
41 |
-
#: contact_form.php:1049
|
42 |
-
#: contact_form.php:1083
|
43 |
msgid "Email Address:"
|
44 |
msgstr "E-postadress:"
|
45 |
|
46 |
-
#: contact_form.php:126
|
47 |
-
#: contact_form.php:1050
|
48 |
-
#: contact_form.php:1084
|
49 |
msgid "Phone number:"
|
50 |
msgstr "Telefonnummer:"
|
51 |
|
52 |
-
#: contact_form.php:127
|
53 |
-
#: contact_form.php:1051
|
54 |
-
#: contact_form.php:1085
|
55 |
msgid "Subject:"
|
56 |
msgstr "Ämne:"
|
57 |
|
58 |
-
#: contact_form.php:128
|
59 |
-
#: contact_form.php:1052
|
60 |
-
#: contact_form.php:1086
|
61 |
msgid "Message:"
|
62 |
msgstr "Meddelande:"
|
63 |
|
64 |
-
#: contact_form.php:129
|
65 |
-
#: contact_form.php:1053
|
66 |
-
#: contact_form.php:1087
|
67 |
msgid "Attachment:"
|
68 |
msgstr "Bifogad fil:"
|
69 |
|
70 |
#: contact_form.php:130
|
71 |
#, fuzzy
|
72 |
-
msgid "
|
73 |
-
|
|
|
|
|
|
|
|
|
|
|
74 |
|
75 |
-
#: contact_form.php:131
|
76 |
-
#: contact_form.php:1055
|
77 |
-
#: contact_form.php:1089
|
78 |
msgid "Send me a copy"
|
79 |
msgstr "Skicka mig en kopia"
|
80 |
|
81 |
-
#: contact_form.php:132
|
82 |
-
#: contact_form.php:1056
|
83 |
-
#: contact_form.php:1090
|
84 |
msgid "Submit"
|
85 |
msgstr "Skicka"
|
86 |
|
@@ -137,12 +124,18 @@ msgid "Thank you for contacting us."
|
|
137 |
msgstr "Tack för att du kontaktade oss."
|
138 |
|
139 |
#: contact_form.php:546
|
140 |
-
msgid "
|
|
|
|
|
141 |
msgstr ""
|
142 |
|
143 |
#: contact_form.php:556
|
144 |
-
msgid "
|
145 |
-
|
|
|
|
|
|
|
|
|
146 |
|
147 |
#: contact_form.php:565
|
148 |
#, fuzzy
|
@@ -151,13 +144,18 @@ msgstr "Användaren finns inte. Inställningarna sparades inte."
|
|
151 |
|
152 |
#: contact_form.php:575
|
153 |
#, fuzzy
|
154 |
-
msgid "
|
155 |
-
|
|
|
|
|
|
|
156 |
|
157 |
#: contact_form.php:583
|
158 |
#, fuzzy
|
159 |
msgid "Please enter a valid email address in the 'FROM' field."
|
160 |
-
msgstr "
|
|
|
|
|
161 |
|
162 |
#: contact_form.php:606
|
163 |
msgid "Settings saved."
|
@@ -168,766 +166,740 @@ msgstr "Inställningar sparades."
|
|
168 |
msgid "Settings are not saved."
|
169 |
msgstr "Inställningar sparades."
|
170 |
|
171 |
-
#: contact_form.php:
|
172 |
-
|
173 |
-
|
|
|
|
|
174 |
msgid "Settings"
|
175 |
msgstr "Inställningar"
|
176 |
|
177 |
-
#: contact_form.php:
|
178 |
#, fuzzy
|
179 |
msgid "Additional settings"
|
180 |
msgstr "Ytterligare alternativ"
|
181 |
|
182 |
-
#: contact_form.php:
|
183 |
msgid "Appearance"
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: contact_form.php:
|
187 |
-
#: contact_form.php:2203
|
188 |
msgid "FAQ"
|
189 |
msgstr "FAQ"
|
190 |
|
191 |
-
#: contact_form.php:
|
192 |
msgid "Go PRO"
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: contact_form.php:
|
196 |
-
#: contact_form.php:661
|
197 |
msgid "Notice:"
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: contact_form.php:
|
201 |
-
msgid "
|
|
|
|
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: contact_form.php:
|
205 |
-
msgid "
|
|
|
|
|
206 |
msgstr ""
|
207 |
|
208 |
-
#: contact_form.php:
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
|
|
|
|
|
|
213 |
|
214 |
-
#: contact_form.php:
|
215 |
-
#: contact_form.php:
|
216 |
-
#: contact_form.php:
|
217 |
-
#: contact_form.php:680
|
218 |
-
#: contact_form.php:1071
|
219 |
-
#: contact_form.php:1073
|
220 |
-
#: contact_form.php:1134
|
221 |
-
#: contact_form.php:1136
|
222 |
msgid "or"
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: contact_form.php:
|
226 |
-
|
227 |
-
|
|
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: contact_form.php:
|
231 |
-
#: contact_form.php:680
|
232 |
msgid "They work the same way."
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: contact_form.php:
|
236 |
-
msgid "
|
237 |
-
|
|
|
|
|
|
|
|
|
238 |
|
239 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
240 |
msgid "The user's email address:"
|
241 |
msgstr "Användarens e-postadress:"
|
242 |
|
243 |
-
#: contact_form.php:
|
244 |
#, fuzzy
|
245 |
msgid "Select a username"
|
246 |
msgstr "Skapa ett användarnamn"
|
247 |
|
248 |
-
#: contact_form.php:
|
249 |
-
msgid "
|
250 |
-
|
|
|
|
|
|
|
|
|
251 |
|
252 |
-
#: contact_form.php:
|
253 |
msgid "Use this email address:"
|
254 |
msgstr "Använd den här e-postadressen:"
|
255 |
|
256 |
-
#: contact_form.php:
|
257 |
msgid "Enter the email address you want the messages forwarded to."
|
258 |
msgstr "Ange en e-postadress som ska användas för att ta emot meddelanden."
|
259 |
|
260 |
-
#: contact_form.php:
|
261 |
msgid "Add department selectbox to the contact form:"
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: contact_form.php:
|
265 |
-
#: contact_form.php:1182
|
266 |
-
#: contact_form.php:1365
|
267 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: contact_form.php:
|
271 |
-
#: contact_form.php:
|
272 |
-
|
273 |
-
#: contact_form.php:1189
|
274 |
-
#: contact_form.php:1372
|
275 |
-
msgid "Unlock premium options by upgrading to a PRO version."
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: contact_form.php:
|
279 |
-
#: contact_form.php:
|
280 |
-
#: contact_form.php:984
|
281 |
-
#: contact_form.php:1190
|
282 |
-
#: contact_form.php:1373
|
283 |
-
#: contact_form.php:2475
|
284 |
msgid "Learn More"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: contact_form.php:
|
288 |
-
#: contact_form.php:
|
289 |
-
#: contact_form.php:987
|
290 |
-
#: contact_form.php:1193
|
291 |
-
#: contact_form.php:1376
|
292 |
msgid "Go"
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: contact_form.php:
|
296 |
msgid "Save emails to the database"
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: contact_form.php:
|
300 |
msgid "Using"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: contact_form.php:
|
304 |
-
#: contact_form.php:759
|
305 |
#, fuzzy
|
306 |
msgid "Using Contact Form to DB by BestWebSoft"
|
307 |
msgstr "Kontaktformulär Pro"
|
308 |
|
309 |
-
#: contact_form.php:
|
310 |
#, fuzzy
|
311 |
msgid "Activate"
|
312 |
msgstr "Aktivera captcha"
|
313 |
|
314 |
-
#: contact_form.php:
|
315 |
msgid "Download"
|
316 |
msgstr "Hämta"
|
317 |
|
318 |
-
#: contact_form.php:
|
319 |
msgid "What to use?"
|
320 |
msgstr "Vad ska användas?"
|
321 |
|
322 |
-
#: contact_form.php:
|
323 |
msgid "Wp-mail"
|
324 |
msgstr "Wp-mail"
|
325 |
|
326 |
-
#: contact_form.php:
|
327 |
msgid "You can use the wp_mail function for mailing"
|
328 |
msgstr "Du kan använda wp_mail-funktionen för att skicka e-post"
|
329 |
|
330 |
-
#: contact_form.php:
|
331 |
msgid "Mail"
|
332 |
msgstr "E-post"
|
333 |
|
334 |
-
#: contact_form.php:
|
335 |
msgid "To send mail you can use the php mail function"
|
336 |
msgstr "Du kan använda php-funktionen för att skicka e-post"
|
337 |
|
338 |
-
#: contact_form.php:
|
339 |
msgid "'FROM' field"
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: contact_form.php:
|
343 |
-
#: contact_form.php:
|
344 |
-
#: contact_form.php:1234
|
345 |
-
#: contact_form.php:1980
|
346 |
-
#: contact_form.php:2016
|
347 |
msgid "Name"
|
348 |
msgstr "Namn"
|
349 |
|
350 |
-
#: contact_form.php:
|
351 |
#, fuzzy
|
352 |
msgid "User name"
|
353 |
msgstr "Användarens e-post"
|
354 |
|
355 |
-
#: contact_form.php:
|
356 |
#, fuzzy
|
357 |
-
msgid "
|
358 |
-
|
|
|
|
|
|
|
359 |
|
360 |
-
#: contact_form.php:
|
361 |
-
#: contact_form.php:1991
|
362 |
-
#: contact_form.php:2023
|
363 |
msgid "Email"
|
364 |
msgstr "E-post"
|
365 |
|
366 |
-
#: contact_form.php:
|
367 |
msgid "User email"
|
368 |
msgstr "Användarens e-post"
|
369 |
|
370 |
-
#: contact_form.php:
|
371 |
-
msgid "
|
372 |
-
|
|
|
|
|
|
|
|
|
373 |
|
374 |
-
#: contact_form.php:
|
375 |
-
msgid "
|
|
|
|
|
376 |
msgstr ""
|
377 |
|
378 |
-
#: contact_form.php:
|
379 |
#, fuzzy
|
380 |
msgid "Required symbol"
|
381 |
msgstr "Obligatoriska fält"
|
382 |
|
383 |
-
#: contact_form.php:
|
384 |
msgid "Fields"
|
385 |
msgstr ""
|
386 |
|
387 |
-
#: contact_form.php:
|
388 |
msgid "Used"
|
389 |
msgstr ""
|
390 |
|
391 |
-
#: contact_form.php:
|
392 |
#, fuzzy
|
393 |
msgid "Required"
|
394 |
msgstr "Obligatoriska fält"
|
395 |
|
396 |
-
#: contact_form.php:
|
397 |
msgid "Visible"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: contact_form.php:
|
401 |
msgid "Disabled for editing"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: contact_form.php:
|
405 |
msgid "Field's default value"
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
409 |
msgid "Use User's name as a default value if the user is logged in."
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: contact_form.php:
|
413 |
-
|
414 |
-
|
|
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: contact_form.php:
|
418 |
msgid "Location selectbox"
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: contact_form.php:
|
422 |
-
#: contact_form.php:
|
423 |
-
#: contact_form.php:1986
|
424 |
-
#: contact_form.php:2020
|
425 |
msgid "Address"
|
426 |
msgstr "Adress"
|
427 |
|
428 |
-
#: contact_form.php:
|
429 |
msgid "Email Address"
|
430 |
msgstr "E-postadress"
|
431 |
|
432 |
-
#: contact_form.php:
|
433 |
msgid "Use User's email as a default value if the user is logged in."
|
434 |
msgstr ""
|
435 |
|
436 |
-
#: contact_form.php:
|
437 |
#, fuzzy
|
438 |
msgid "Phone number"
|
439 |
msgstr "Telefonnummer:"
|
440 |
|
441 |
-
#: contact_form.php:
|
442 |
-
#: contact_form.php:
|
443 |
-
#: contact_form.php:2001
|
444 |
-
#: contact_form.php:2029
|
445 |
msgid "Subject"
|
446 |
msgstr "Ämne"
|
447 |
|
448 |
-
#: contact_form.php:
|
449 |
-
#: contact_form.php:
|
450 |
-
#: contact_form.php:2004
|
451 |
-
#: contact_form.php:2031
|
452 |
msgid "Message"
|
453 |
msgstr "Meddelande"
|
454 |
|
455 |
-
#: contact_form.php:
|
456 |
msgid "Attachment block"
|
457 |
msgstr "Bilageblock"
|
458 |
|
459 |
-
#: contact_form.php:
|
460 |
msgid "Users can attach the following file formats"
|
461 |
msgstr "Användare kan bifoga filer av följande format"
|
462 |
|
463 |
-
#: contact_form.php:
|
464 |
msgid "Add to the form"
|
465 |
msgstr ""
|
466 |
|
467 |
-
#: contact_form.php:
|
468 |
#, fuzzy
|
469 |
msgid "Tips below the Attachment"
|
470 |
msgstr "Visa förklaringar under bilageblocket"
|
471 |
|
472 |
-
#: contact_form.php:
|
473 |
#, fuzzy
|
474 |
msgid "'Send me a copy' block"
|
475 |
msgstr "Skicka mig en kopia-block"
|
476 |
|
477 |
-
#: contact_form.php:
|
478 |
msgid "Activate captcha"
|
479 |
msgstr "Aktivera captcha"
|
480 |
|
481 |
-
#: contact_form.php:
|
482 |
msgid "Download captcha"
|
483 |
msgstr "Hämta captcha"
|
484 |
|
485 |
-
#: contact_form.php:
|
486 |
msgid "Agreement checkbox"
|
487 |
msgstr ""
|
488 |
|
489 |
-
#: contact_form.php:
|
490 |
msgid "Required checkbox for submitting the form"
|
491 |
msgstr ""
|
492 |
|
493 |
-
#: contact_form.php:
|
494 |
msgid "Optional checkbox"
|
495 |
msgstr ""
|
496 |
|
497 |
-
#: contact_form.php:
|
498 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
499 |
msgstr ""
|
500 |
|
501 |
-
#: contact_form.php:
|
502 |
msgid "Delete an attachment file from the server after the email is sent"
|
503 |
msgstr ""
|
504 |
|
505 |
-
#: contact_form.php:
|
506 |
msgid "Email in HTML format sending"
|
507 |
msgstr ""
|
508 |
|
509 |
-
#: contact_form.php:
|
510 |
msgid "Display additional info in the email"
|
511 |
msgstr "Visa ytterligare information i meddelandet"
|
512 |
|
513 |
-
#: contact_form.php:
|
514 |
-
#: contact_form.php:1947
|
515 |
-
#: contact_form.php:1949
|
516 |
msgid "Sent from (ip address)"
|
517 |
msgstr "Skickat från (ip-adress)"
|
518 |
|
519 |
-
#: contact_form.php:
|
520 |
#, fuzzy
|
521 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
522 |
msgstr "Skickat från (ip-adress)"
|
523 |
|
524 |
-
#: contact_form.php:
|
525 |
-
#: contact_form.php:1953
|
526 |
-
#: contact_form.php:1955
|
527 |
msgid "Date/Time"
|
528 |
msgstr "Datum/Tid"
|
529 |
|
530 |
-
#: contact_form.php:
|
531 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
532 |
msgstr ""
|
533 |
|
534 |
-
#: contact_form.php:
|
535 |
-
#: contact_form.php:1959
|
536 |
-
#: contact_form.php:1961
|
537 |
msgid "Sent from (referer)"
|
538 |
msgstr "Skickat från (referer)"
|
539 |
|
540 |
-
#: contact_form.php:
|
541 |
-
msgid "
|
|
|
542 |
msgstr ""
|
543 |
|
544 |
-
#: contact_form.php:
|
545 |
-
#: contact_form.php:1965
|
546 |
-
#: contact_form.php:1967
|
547 |
msgid "Using (user agent)"
|
548 |
msgstr "Använder (user agent)"
|
549 |
|
550 |
-
#: contact_form.php:
|
551 |
-
msgid "
|
|
|
|
|
552 |
msgstr ""
|
553 |
|
554 |
-
#: contact_form.php:
|
555 |
msgid "Language settings for the field names in the form"
|
556 |
msgstr "Språkinställningar för etikettnamn in formuläret"
|
557 |
|
558 |
-
#: contact_form.php:
|
559 |
msgid "Add a language"
|
560 |
msgstr "Lägg till ett språk"
|
561 |
|
562 |
-
#: contact_form.php:
|
563 |
msgid "Change the names of the contact form fields and error messages"
|
564 |
msgstr "Ändra etikett för fälten i kontaktformuläret och felmeddelanden"
|
565 |
|
566 |
-
#: contact_form.php:
|
567 |
-
#: contact_form.php:1124
|
568 |
msgid "English"
|
569 |
msgstr "Engelska"
|
570 |
|
571 |
-
#: contact_form.php:
|
572 |
-
#: contact_form.php:1079
|
573 |
msgid "click to expand/hide the list"
|
574 |
msgstr ""
|
575 |
|
576 |
-
#: contact_form.php:
|
577 |
-
#: contact_form.php:1088
|
578 |
#, fuzzy
|
579 |
msgid "Tips below the Attachment block"
|
580 |
msgstr "Visa förklaringar under bilageblocket"
|
581 |
|
582 |
-
#: contact_form.php:
|
583 |
-
#: contact_form.php:1091
|
584 |
msgid "Error message for the Name field"
|
585 |
msgstr "Felmeddelande för namnfältet"
|
586 |
|
587 |
-
#: contact_form.php:
|
588 |
-
#: contact_form.php:1092
|
589 |
msgid "Error message for the Address field"
|
590 |
msgstr "Felmeddelande för adressfältet"
|
591 |
|
592 |
-
#: contact_form.php:
|
593 |
-
#: contact_form.php:1093
|
594 |
msgid "Error message for the Email field"
|
595 |
msgstr "Felmeddelande för e-postadressfältet"
|
596 |
|
597 |
-
#: contact_form.php:
|
598 |
-
#: contact_form.php:1094
|
599 |
msgid "Error message for the Phone field"
|
600 |
msgstr "Felmeddelande för telefonfältet"
|
601 |
|
602 |
-
#: contact_form.php:
|
603 |
-
#: contact_form.php:1095
|
604 |
msgid "Error message for the Subject field"
|
605 |
msgstr "Felmeddelande for ämnesfältet"
|
606 |
|
607 |
-
#: contact_form.php:
|
608 |
-
#: contact_form.php:1096
|
609 |
msgid "Error message for the Message field"
|
610 |
msgstr "Felmeddelande för meddelandefältet"
|
611 |
|
612 |
-
#: contact_form.php:
|
613 |
-
#: contact_form.php:1097
|
614 |
msgid "Error message about the file type for the Attachment field"
|
615 |
msgstr "Felmeddelande för filformat i bilagefältet"
|
616 |
|
617 |
-
#: contact_form.php:
|
618 |
-
|
619 |
-
|
620 |
msgstr "Felmeddelande för uppladdning av fil till bilagefältet på servern"
|
621 |
|
622 |
-
#: contact_form.php:
|
623 |
-
#: contact_form.php:1099
|
624 |
msgid "Error message while moving the file for the Attachment field"
|
625 |
msgstr "Felmeddelande för flytt av fil till bilagefältet"
|
626 |
|
627 |
-
#: contact_form.php:
|
628 |
-
#: contact_form.php:1100
|
629 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
630 |
msgstr "Felmeddelande för max filstorlek i bilagefältet "
|
631 |
|
632 |
-
#: contact_form.php:
|
633 |
-
#: contact_form.php:1101
|
634 |
msgid "Error message for the Captcha field"
|
635 |
msgstr "Felmeddelande för CAPTCHA"
|
636 |
|
637 |
-
#: contact_form.php:
|
638 |
-
#: contact_form.php:1102
|
639 |
msgid "Error message for the whole form"
|
640 |
msgstr "Felmeddelande för formuläret"
|
641 |
|
642 |
-
#: contact_form.php:
|
643 |
-
#: contact_form.php:
|
644 |
-
#: contact_form.php:
|
645 |
-
#: contact_form.php:
|
646 |
-
#: contact_form.php:1134
|
647 |
-
#: contact_form.php:1136
|
648 |
-
#: contact_form.php:1144
|
649 |
-
#: contact_form.php:1146
|
650 |
-
#: contact_form.php:2336
|
651 |
-
#: contact_form.php:2338
|
652 |
msgid "Use shortcode"
|
653 |
msgstr "Använd kortkod"
|
654 |
|
655 |
-
#: contact_form.php:
|
656 |
-
#: contact_form.php:
|
657 |
-
#: contact_form.php:
|
658 |
-
#: contact_form.php:
|
659 |
-
#: contact_form.php:1134
|
660 |
-
#: contact_form.php:1136
|
661 |
-
#: contact_form.php:1144
|
662 |
-
#: contact_form.php:1146
|
663 |
-
#: contact_form.php:2336
|
664 |
-
#: contact_form.php:2338
|
665 |
msgid "for this language"
|
666 |
msgstr "för detta språk"
|
667 |
|
668 |
-
#: contact_form.php:
|
669 |
#, fuzzy
|
670 |
msgid "Use the changed names of the contact form fields in the email"
|
671 |
msgstr "Ändra etikett för fälten i kontaktformuläret och felmeddelanden"
|
672 |
|
673 |
-
#: contact_form.php:
|
674 |
msgid "Action after email is sent"
|
675 |
msgstr "Åtgärd efter meddelande skickats"
|
676 |
|
677 |
-
#: contact_form.php:
|
678 |
msgid "Display text"
|
679 |
msgstr "Visa text"
|
680 |
|
681 |
-
#: contact_form.php:
|
682 |
-
#: contact_form.php:1142
|
683 |
msgid "Text"
|
684 |
msgstr "Text"
|
685 |
|
686 |
-
#: contact_form.php:
|
687 |
msgid "Redirect to the page"
|
688 |
msgstr "Omdirigera till sida"
|
689 |
|
690 |
-
#: contact_form.php:
|
691 |
msgid "Url"
|
692 |
msgstr "Url"
|
693 |
|
694 |
-
#: contact_form.php:
|
695 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
696 |
msgstr ""
|
697 |
|
698 |
-
#: contact_form.php:
|
699 |
-
msgid "
|
|
|
|
|
700 |
msgstr ""
|
701 |
|
702 |
-
#: contact_form.php:
|
703 |
msgid "Auto Response"
|
704 |
msgstr ""
|
705 |
|
706 |
-
#: contact_form.php:
|
707 |
#, php-format
|
708 |
-
msgid "
|
|
|
|
|
|
|
709 |
msgstr ""
|
710 |
|
711 |
-
#: contact_form.php:
|
712 |
-
#: contact_form.php:1383
|
713 |
msgid "Save Changes"
|
714 |
msgstr "Spara ändringar"
|
715 |
|
716 |
-
#: contact_form.php:
|
717 |
msgid "Errors output"
|
718 |
msgstr "Felutmatning"
|
719 |
|
720 |
-
#: contact_form.php:
|
721 |
msgid "Display error messages"
|
722 |
msgstr "Visa felmeddelanden"
|
723 |
|
724 |
-
#: contact_form.php:
|
725 |
msgid "Color of the input field errors."
|
726 |
msgstr "Färg på inmatningfältsfel."
|
727 |
|
728 |
-
#: contact_form.php:
|
729 |
msgid "Display error messages & color of the input field errors"
|
730 |
msgstr "Visa felmeddelanden & färg på inmatningfältsfel"
|
731 |
|
732 |
-
#: contact_form.php:
|
733 |
msgid "Add placeholder to the input blocks"
|
734 |
msgstr "Lägg till platshållare på inmatningsblocken"
|
735 |
|
736 |
-
#: contact_form.php:
|
737 |
msgid "Add tooltips"
|
738 |
msgstr "Visa verktygstips"
|
739 |
|
740 |
-
#: contact_form.php:
|
741 |
msgid "Email address"
|
742 |
msgstr "E-postadress"
|
743 |
|
744 |
-
#: contact_form.php:
|
745 |
msgid "Phone Number"
|
746 |
msgstr "Telefonnummer"
|
747 |
|
748 |
-
#: contact_form.php:
|
749 |
msgid "Attachment"
|
750 |
msgstr "Bifoga fil"
|
751 |
|
752 |
-
#: contact_form.php:
|
753 |
msgid "Style options"
|
754 |
msgstr "Stilalternativ"
|
755 |
|
756 |
-
#: contact_form.php:
|
757 |
msgid "Text color"
|
758 |
msgstr "Textfärg"
|
759 |
|
760 |
-
#: contact_form.php:
|
761 |
-
#: contact_form.php:
|
762 |
-
#: contact_form.php:
|
763 |
-
#: contact_form.php:
|
764 |
-
#: contact_form.php:1304
|
765 |
-
#: contact_form.php:1309
|
766 |
-
#: contact_form.php:1319
|
767 |
-
#: contact_form.php:1324
|
768 |
-
#: contact_form.php:1333
|
769 |
-
#: contact_form.php:1347
|
770 |
-
#: contact_form.php:1352
|
771 |
-
#: contact_form.php:1357
|
772 |
msgid "Default"
|
773 |
msgstr "Standard"
|
774 |
|
775 |
-
#: contact_form.php:
|
776 |
msgid "Label text color"
|
777 |
msgstr "Etikett-textfärg"
|
778 |
|
779 |
-
#: contact_form.php:
|
780 |
msgid "Placeholder color"
|
781 |
msgstr "Platshållarfärg"
|
782 |
|
783 |
-
#: contact_form.php:
|
784 |
msgid "Errors color"
|
785 |
msgstr "Felfärg"
|
786 |
|
787 |
-
#: contact_form.php:
|
788 |
msgid "Error text color"
|
789 |
msgstr "Feltextfärg"
|
790 |
|
791 |
-
#: contact_form.php:
|
792 |
msgid "Background color of the input field errors"
|
793 |
msgstr "Bakgrundsfärg på inmatningfältsfel"
|
794 |
|
795 |
-
#: contact_form.php:
|
796 |
msgid "Border color of the input field errors"
|
797 |
msgstr "Ramfärg på inmatningfältsfel"
|
798 |
|
799 |
-
#: contact_form.php:
|
800 |
msgid "Placeholder color of the input field errors"
|
801 |
msgstr "Platshållarfärg för inmatningfältsfel"
|
802 |
|
803 |
-
#: contact_form.php:
|
804 |
msgid "Input fields"
|
805 |
msgstr "Inmatningsfält"
|
806 |
|
807 |
-
#: contact_form.php:
|
808 |
msgid "Input fields background color"
|
809 |
msgstr "Inmatningfältsbakgrundsfärg"
|
810 |
|
811 |
-
#: contact_form.php:
|
812 |
msgid "Text fields color"
|
813 |
msgstr "Textfältfärg"
|
814 |
|
815 |
-
#: contact_form.php:
|
816 |
msgid "Border width in px, numbers only"
|
817 |
msgstr "Rambredd i px, endast siffror"
|
818 |
|
819 |
-
#: contact_form.php:
|
820 |
-
#: contact_form.php:1359
|
821 |
msgid "Border color"
|
822 |
msgstr "Ramfärg"
|
823 |
|
824 |
-
#: contact_form.php:
|
825 |
msgid "Submit button"
|
826 |
msgstr "Skicka-knapp"
|
827 |
|
828 |
-
#: contact_form.php:
|
829 |
msgid "Width in px, numbers only"
|
830 |
msgstr "Bredd i px, endast siffror"
|
831 |
|
832 |
-
#: contact_form.php:
|
833 |
msgid "Button color"
|
834 |
msgstr "Knappfärg"
|
835 |
|
836 |
-
#: contact_form.php:
|
837 |
msgid "Button text color"
|
838 |
msgstr "Knapptextfärg"
|
839 |
|
840 |
-
#: contact_form.php:
|
841 |
msgid "Contact Form Pro | Preview"
|
842 |
msgstr "Kontaktformulär Pro | Förhandsgranskning"
|
843 |
|
844 |
-
#: contact_form.php:
|
845 |
msgid "Show with errors"
|
846 |
msgstr "Visa med fel"
|
847 |
|
848 |
-
#: contact_form.php:
|
849 |
-
#: contact_form.php:1400
|
850 |
msgid "Please enter your full name..."
|
851 |
msgstr "Var god ange ditt fullständiga namn…"
|
852 |
|
853 |
-
#: contact_form.php:
|
854 |
-
#: contact_form.php:1413
|
855 |
msgid "Please enter your address..."
|
856 |
msgstr "Var god ange din adress…"
|
857 |
|
858 |
-
#: contact_form.php:
|
859 |
-
#: contact_form.php:1424
|
860 |
msgid "Please enter your email address..."
|
861 |
msgstr "Var god ange din e-postadress…"
|
862 |
|
863 |
-
#: contact_form.php:
|
864 |
-
#: contact_form.php:1435
|
865 |
msgid "Please enter your phone number..."
|
866 |
msgstr "Var god ange ditt telefonnummer…"
|
867 |
|
868 |
-
#: contact_form.php:
|
869 |
-
#: contact_form.php:1446
|
870 |
msgid "Please enter subject..."
|
871 |
msgstr "Var god ange ämne…"
|
872 |
|
873 |
-
#: contact_form.php:
|
874 |
-
#: contact_form.php:1456
|
875 |
msgid "Please enter your message..."
|
876 |
msgstr "Var god ange ditt meddelande…"
|
877 |
|
878 |
-
#: contact_form.php:
|
879 |
msgid "Sorry, email message could not be delivered."
|
880 |
msgstr "Tyvärr kunde ditt meddelande inte levereras."
|
881 |
|
882 |
-
#: contact_form.php:
|
883 |
msgid "Contact from"
|
884 |
msgstr "Kontaktformulär"
|
885 |
|
886 |
-
#: contact_form.php:
|
887 |
-
#: contact_form.php:2026
|
888 |
msgid "Phone"
|
889 |
msgstr "Telefon"
|
890 |
|
891 |
-
#: contact_form.php:
|
892 |
-
#: contact_form.php:2033
|
893 |
msgid "Site"
|
894 |
msgstr "Sajt"
|
895 |
|
896 |
-
#: contact_form.php:
|
897 |
-
msgid "
|
898 |
-
|
|
|
|
|
|
|
899 |
|
900 |
-
#: contact_form.php:
|
901 |
msgid "Support"
|
902 |
msgstr "Support"
|
903 |
|
904 |
-
#: contact_form.php:
|
905 |
msgid "Are you sure that you want to delete this language data?"
|
906 |
msgstr "Är du säker på att du vill ta bort språkdatan?"
|
907 |
|
908 |
-
#: contact_form.php:
|
909 |
#, fuzzy
|
910 |
msgid "Add multiple forms"
|
911 |
msgstr "Visa verktygstips"
|
912 |
|
913 |
-
#: contact_form.php:
|
914 |
-
msgid "
|
|
|
|
|
915 |
msgstr ""
|
916 |
|
917 |
-
#: contact_form.php:
|
918 |
#, fuzzy
|
919 |
msgid "Learn more"
|
920 |
msgstr "Läs mer"
|
921 |
|
922 |
-
#: contact_form.php:
|
923 |
msgid "Close"
|
924 |
msgstr ""
|
925 |
|
926 |
-
#: contact_form.php:
|
927 |
msgid "allows to store your messages to the database."
|
928 |
msgstr ""
|
929 |
|
930 |
-
#: contact_form.php:
|
931 |
msgid "Manage messages that have been sent from your website."
|
932 |
msgstr ""
|
933 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-08-05 09:14+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-08-05 09:14+0300\n"
|
7 |
+
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
+
"Language-Team: Martin Tonek, Joakim Lindskog, Maarten van den Driest "
|
9 |
+
"<joakim@limewoodmedia.com, maarten@vandendriest.com>\n"
|
10 |
"Language: ru_RU\n"
|
11 |
"MIME-Version: 1.0\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
17 |
"X-Generator: Poedit 1.5.4\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: contact_form.php:35 contact_form.php:657
|
|
|
21 |
msgid "Contact Form Settings"
|
22 |
msgstr "Kontaktformulärinställningar"
|
23 |
|
25 |
msgid "Contact Form"
|
26 |
msgstr "Kontaktformulär"
|
27 |
|
28 |
+
#: contact_form.php:123 contact_form.php:1065 contact_form.php:1099
|
|
|
|
|
29 |
msgid "Name:"
|
30 |
msgstr "Namn:"
|
31 |
|
32 |
+
#: contact_form.php:124 contact_form.php:1066 contact_form.php:1100
|
|
|
|
|
33 |
msgid "Address:"
|
34 |
msgstr "Adress:"
|
35 |
|
36 |
+
#: contact_form.php:125 contact_form.php:1067 contact_form.php:1101
|
|
|
|
|
37 |
msgid "Email Address:"
|
38 |
msgstr "E-postadress:"
|
39 |
|
40 |
+
#: contact_form.php:126 contact_form.php:1068 contact_form.php:1102
|
|
|
|
|
41 |
msgid "Phone number:"
|
42 |
msgstr "Telefonnummer:"
|
43 |
|
44 |
+
#: contact_form.php:127 contact_form.php:1069 contact_form.php:1103
|
|
|
|
|
45 |
msgid "Subject:"
|
46 |
msgstr "Ämne:"
|
47 |
|
48 |
+
#: contact_form.php:128 contact_form.php:1070 contact_form.php:1104
|
|
|
|
|
49 |
msgid "Message:"
|
50 |
msgstr "Meddelande:"
|
51 |
|
52 |
+
#: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
|
|
|
|
|
53 |
msgid "Attachment:"
|
54 |
msgstr "Bifogad fil:"
|
55 |
|
56 |
#: contact_form.php:130
|
57 |
#, fuzzy
|
58 |
+
msgid ""
|
59 |
+
"Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
|
60 |
+
"EPS, PS, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT. Max file "
|
61 |
+
"size: 2MB"
|
62 |
+
msgstr ""
|
63 |
+
"Stödda filformat: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, "
|
64 |
+
"PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max filstorlek: 2MB"
|
65 |
|
66 |
+
#: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
|
|
|
|
|
67 |
msgid "Send me a copy"
|
68 |
msgstr "Skicka mig en kopia"
|
69 |
|
70 |
+
#: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
|
|
|
|
|
71 |
msgid "Submit"
|
72 |
msgstr "Skicka"
|
73 |
|
124 |
msgstr "Tack för att du kontaktade oss."
|
125 |
|
126 |
#: contact_form.php:546
|
127 |
+
msgid ""
|
128 |
+
"Email 'FROM' field option was changed, which may cause email messages being "
|
129 |
+
"moved to the spam folder or email delivery failures."
|
130 |
msgstr ""
|
131 |
|
132 |
#: contact_form.php:556
|
133 |
+
msgid ""
|
134 |
+
"If the 'Redirect to page' option is selected then the URL field should be in "
|
135 |
+
"the following format"
|
136 |
+
msgstr ""
|
137 |
+
"Om alternativet 'Omdirigera till sida' väljs ska URL-fältet fyllas i med "
|
138 |
+
"följande format"
|
139 |
|
140 |
#: contact_form.php:565
|
141 |
#, fuzzy
|
144 |
|
145 |
#: contact_form.php:575
|
146 |
#, fuzzy
|
147 |
+
msgid ""
|
148 |
+
"Please enter a valid email address in the 'Use this email address' field."
|
149 |
+
msgstr ""
|
150 |
+
"Var god ange en giltig e-postadress i 'FRÅN'-fältet. Inställningarna "
|
151 |
+
"sparades inte."
|
152 |
|
153 |
#: contact_form.php:583
|
154 |
#, fuzzy
|
155 |
msgid "Please enter a valid email address in the 'FROM' field."
|
156 |
+
msgstr ""
|
157 |
+
"Var god ange en giltig e-postadress i 'FRÅN'-fältet. Inställningarna "
|
158 |
+
"sparades inte."
|
159 |
|
160 |
#: contact_form.php:606
|
161 |
msgid "Settings saved."
|
166 |
msgid "Settings are not saved."
|
167 |
msgstr "Inställningar sparades."
|
168 |
|
169 |
+
#: contact_form.php:646
|
170 |
+
msgid "All plugin settings were restored."
|
171 |
+
msgstr ""
|
172 |
+
|
173 |
+
#: contact_form.php:659 contact_form.php:2208 contact_form.php:2222
|
174 |
msgid "Settings"
|
175 |
msgstr "Inställningar"
|
176 |
|
177 |
+
#: contact_form.php:660
|
178 |
#, fuzzy
|
179 |
msgid "Additional settings"
|
180 |
msgstr "Ytterligare alternativ"
|
181 |
|
182 |
+
#: contact_form.php:661
|
183 |
msgid "Appearance"
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: contact_form.php:662 contact_form.php:2223
|
|
|
187 |
msgid "FAQ"
|
188 |
msgstr "FAQ"
|
189 |
|
190 |
+
#: contact_form.php:663
|
191 |
msgid "Go PRO"
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: contact_form.php:666 contact_form.php:668
|
|
|
195 |
msgid "Notice:"
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: contact_form.php:666
|
199 |
+
msgid ""
|
200 |
+
"The plugin's settings have been changed. In order to save them please don't "
|
201 |
+
"forget to click the 'Save Changes' button."
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: contact_form.php:679
|
205 |
+
msgid ""
|
206 |
+
"If you want to create multiple contact forms, please install the Contact "
|
207 |
+
"Form Multi plugin."
|
208 |
msgstr ""
|
209 |
|
210 |
+
#: contact_form.php:686
|
211 |
+
#, fuzzy
|
212 |
+
msgid ""
|
213 |
+
"If you would like to add Contact Form to your website, just copy and paste "
|
214 |
+
"this shortcode to your post or page or widget:"
|
215 |
+
msgstr ""
|
216 |
+
"Om du vill lägga till ett kontaktformulär på din webbplats, kopiera följande "
|
217 |
+
"kortkod och klistra in den på rätt inlägg, sida eller widget:"
|
218 |
|
219 |
+
#: contact_form.php:686 contact_form.php:687 contact_form.php:689
|
220 |
+
#: contact_form.php:690 contact_form.php:1089 contact_form.php:1091
|
221 |
+
#: contact_form.php:1152 contact_form.php:1154
|
|
|
|
|
|
|
|
|
|
|
222 |
msgid "or"
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: contact_form.php:687
|
226 |
+
msgid ""
|
227 |
+
"If you have any problems with the standard shortcode [contact_form], you "
|
228 |
+
"should use the shortcode"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: contact_form.php:687 contact_form.php:690
|
|
|
232 |
msgid "They work the same way."
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: contact_form.php:689 contact_form.php:1501
|
236 |
+
msgid ""
|
237 |
+
"If you would like to add the Contact Form to your website, just copy and "
|
238 |
+
"paste this shortcode to your post or page or widget:"
|
239 |
+
msgstr ""
|
240 |
+
"Om du vill lägga till ett kontaktformulär på din webbplats, kopiera följande "
|
241 |
+
"kortkod och klistra in den på rätt inlägg, sida eller widget:"
|
242 |
|
243 |
+
#: contact_form.php:690
|
244 |
+
msgid ""
|
245 |
+
"If have any problems with the standard shortcode [contact_form], you should "
|
246 |
+
"use the shortcode"
|
247 |
+
msgstr ""
|
248 |
+
|
249 |
+
#: contact_form.php:694
|
250 |
+
msgid ""
|
251 |
+
"If you leave the fields empty, the messages will be sent to the email "
|
252 |
+
"address specified during registration."
|
253 |
+
msgstr ""
|
254 |
+
"Om du lämnar fälten tomma kommer meddelandena att skickas till den e-"
|
255 |
+
"postadressen som angavs under registreringen."
|
256 |
+
|
257 |
+
#: contact_form.php:697
|
258 |
msgid "The user's email address:"
|
259 |
msgstr "Användarens e-postadress:"
|
260 |
|
261 |
+
#: contact_form.php:701
|
262 |
#, fuzzy
|
263 |
msgid "Select a username"
|
264 |
msgstr "Skapa ett användarnamn"
|
265 |
|
266 |
+
#: contact_form.php:714
|
267 |
+
msgid ""
|
268 |
+
"Enter a username of the person who should get the messages from the contact "
|
269 |
+
"form."
|
270 |
+
msgstr ""
|
271 |
+
"Ange ett användarnamn på den användare som ska få meddelanden från "
|
272 |
+
"kontaktformuläret."
|
273 |
|
274 |
+
#: contact_form.php:718
|
275 |
msgid "Use this email address:"
|
276 |
msgstr "Använd den här e-postadressen:"
|
277 |
|
278 |
+
#: contact_form.php:722
|
279 |
msgid "Enter the email address you want the messages forwarded to."
|
280 |
msgstr "Ange en e-postadress som ska användas för att ta emot meddelanden."
|
281 |
|
282 |
+
#: contact_form.php:731
|
283 |
msgid "Add department selectbox to the contact form:"
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: contact_form.php:739 contact_form.php:1200 contact_form.php:1384
|
|
|
|
|
287 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: contact_form.php:746 contact_form.php:929 contact_form.php:1001
|
291 |
+
#: contact_form.php:1207 contact_form.php:1391
|
292 |
+
msgid "Unlock premium options by upgrading to PRO version."
|
|
|
|
|
|
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: contact_form.php:747 contact_form.php:930 contact_form.php:1002
|
296 |
+
#: contact_form.php:1208 contact_form.php:1392 contact_form.php:2495
|
|
|
|
|
|
|
|
|
297 |
msgid "Learn More"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: contact_form.php:750 contact_form.php:933 contact_form.php:1005
|
301 |
+
#: contact_form.php:1211 contact_form.php:1395
|
|
|
|
|
|
|
302 |
msgid "Go"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: contact_form.php:757
|
306 |
msgid "Save emails to the database"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: contact_form.php:762
|
310 |
msgid "Using"
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: contact_form.php:765 contact_form.php:769
|
|
|
314 |
#, fuzzy
|
315 |
msgid "Using Contact Form to DB by BestWebSoft"
|
316 |
msgstr "Kontaktformulär Pro"
|
317 |
|
318 |
+
#: contact_form.php:765
|
319 |
#, fuzzy
|
320 |
msgid "Activate"
|
321 |
msgstr "Aktivera captcha"
|
322 |
|
323 |
+
#: contact_form.php:769
|
324 |
msgid "Download"
|
325 |
msgstr "Hämta"
|
326 |
|
327 |
+
#: contact_form.php:779
|
328 |
msgid "What to use?"
|
329 |
msgstr "Vad ska användas?"
|
330 |
|
331 |
+
#: contact_form.php:784
|
332 |
msgid "Wp-mail"
|
333 |
msgstr "Wp-mail"
|
334 |
|
335 |
+
#: contact_form.php:786
|
336 |
msgid "You can use the wp_mail function for mailing"
|
337 |
msgstr "Du kan använda wp_mail-funktionen för att skicka e-post"
|
338 |
|
339 |
+
#: contact_form.php:789
|
340 |
msgid "Mail"
|
341 |
msgstr "E-post"
|
342 |
|
343 |
+
#: contact_form.php:791
|
344 |
msgid "To send mail you can use the php mail function"
|
345 |
msgstr "Du kan använda php-funktionen för att skicka e-post"
|
346 |
|
347 |
+
#: contact_form.php:796
|
348 |
msgid "'FROM' field"
|
349 |
msgstr ""
|
350 |
|
351 |
+
#: contact_form.php:798 contact_form.php:860 contact_form.php:1253
|
352 |
+
#: contact_form.php:2000 contact_form.php:2036
|
|
|
|
|
|
|
353 |
msgid "Name"
|
354 |
msgstr "Namn"
|
355 |
|
356 |
+
#: contact_form.php:805
|
357 |
#, fuzzy
|
358 |
msgid "User name"
|
359 |
msgstr "Användarens e-post"
|
360 |
|
361 |
+
#: contact_form.php:807
|
362 |
#, fuzzy
|
363 |
+
msgid ""
|
364 |
+
"The name of the user who fills the form will be used in the field 'From'."
|
365 |
+
msgstr ""
|
366 |
+
"E-postadressen för användaren som fyller i formuläret kommer att användas i "
|
367 |
+
"'Från'-fältet."
|
368 |
|
369 |
+
#: contact_form.php:813 contact_form.php:2011 contact_form.php:2043
|
|
|
|
|
370 |
msgid "Email"
|
371 |
msgstr "E-post"
|
372 |
|
373 |
+
#: contact_form.php:820
|
374 |
msgid "User email"
|
375 |
msgstr "Användarens e-post"
|
376 |
|
377 |
+
#: contact_form.php:822
|
378 |
+
msgid ""
|
379 |
+
"The email address of the user who fills the form will be used in the field "
|
380 |
+
"'From'."
|
381 |
+
msgstr ""
|
382 |
+
"E-postadressen för användaren som fyller i formuläret kommer att användas i "
|
383 |
+
"'Från'-fältet."
|
384 |
|
385 |
+
#: contact_form.php:826
|
386 |
+
msgid ""
|
387 |
+
"If this option is changed, email messages may be moved to the spam folder or "
|
388 |
+
"email delivery failures may occur."
|
389 |
msgstr ""
|
390 |
|
391 |
+
#: contact_form.php:832
|
392 |
#, fuzzy
|
393 |
msgid "Required symbol"
|
394 |
msgstr "Obligatoriska fält"
|
395 |
|
396 |
+
#: contact_form.php:842
|
397 |
msgid "Fields"
|
398 |
msgstr ""
|
399 |
|
400 |
+
#: contact_form.php:843
|
401 |
msgid "Used"
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: contact_form.php:844
|
405 |
#, fuzzy
|
406 |
msgid "Required"
|
407 |
msgstr "Obligatoriska fält"
|
408 |
|
409 |
+
#: contact_form.php:845
|
410 |
msgid "Visible"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: contact_form.php:846
|
414 |
msgid "Disabled for editing"
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: contact_form.php:847
|
418 |
msgid "Field's default value"
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: contact_form.php:852
|
422 |
+
msgid "Department selectbox"
|
423 |
+
msgstr ""
|
424 |
+
|
425 |
+
#: contact_form.php:867
|
426 |
msgid "Use User's name as a default value if the user is logged in."
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: contact_form.php:868 contact_form.php:896
|
430 |
+
msgid ""
|
431 |
+
"'Visible' and 'Disabled for editing' options will be applied only to logged-"
|
432 |
+
"in users."
|
433 |
msgstr ""
|
434 |
|
435 |
+
#: contact_form.php:872
|
436 |
msgid "Location selectbox"
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: contact_form.php:880 contact_form.php:1258 contact_form.php:2006
|
440 |
+
#: contact_form.php:2040
|
|
|
|
|
441 |
msgid "Address"
|
442 |
msgstr "Adress"
|
443 |
|
444 |
+
#: contact_form.php:888
|
445 |
msgid "Email Address"
|
446 |
msgstr "E-postadress"
|
447 |
|
448 |
+
#: contact_form.php:895
|
449 |
msgid "Use User's email as a default value if the user is logged in."
|
450 |
msgstr ""
|
451 |
|
452 |
+
#: contact_form.php:900
|
453 |
#, fuzzy
|
454 |
msgid "Phone number"
|
455 |
msgstr "Telefonnummer:"
|
456 |
|
457 |
+
#: contact_form.php:908 contact_form.php:1273 contact_form.php:2021
|
458 |
+
#: contact_form.php:2049
|
|
|
|
|
459 |
msgid "Subject"
|
460 |
msgstr "Ämne"
|
461 |
|
462 |
+
#: contact_form.php:916 contact_form.php:1277 contact_form.php:2024
|
463 |
+
#: contact_form.php:2051
|
|
|
|
|
464 |
msgid "Message"
|
465 |
msgstr "Meddelande"
|
466 |
|
467 |
+
#: contact_form.php:940
|
468 |
msgid "Attachment block"
|
469 |
msgstr "Bilageblock"
|
470 |
|
471 |
+
#: contact_form.php:942
|
472 |
msgid "Users can attach the following file formats"
|
473 |
msgstr "Användare kan bifoga filer av följande format"
|
474 |
|
475 |
+
#: contact_form.php:955
|
476 |
msgid "Add to the form"
|
477 |
msgstr ""
|
478 |
|
479 |
+
#: contact_form.php:960
|
480 |
#, fuzzy
|
481 |
msgid "Tips below the Attachment"
|
482 |
msgstr "Visa förklaringar under bilageblocket"
|
483 |
|
484 |
+
#: contact_form.php:969
|
485 |
#, fuzzy
|
486 |
msgid "'Send me a copy' block"
|
487 |
msgstr "Skicka mig en kopia-block"
|
488 |
|
489 |
+
#: contact_form.php:982
|
490 |
msgid "Activate captcha"
|
491 |
msgstr "Aktivera captcha"
|
492 |
|
493 |
+
#: contact_form.php:986
|
494 |
msgid "Download captcha"
|
495 |
msgstr "Hämta captcha"
|
496 |
|
497 |
+
#: contact_form.php:994
|
498 |
msgid "Agreement checkbox"
|
499 |
msgstr ""
|
500 |
|
501 |
+
#: contact_form.php:994
|
502 |
msgid "Required checkbox for submitting the form"
|
503 |
msgstr ""
|
504 |
|
505 |
+
#: contact_form.php:995
|
506 |
msgid "Optional checkbox"
|
507 |
msgstr ""
|
508 |
|
509 |
+
#: contact_form.php:995
|
510 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
511 |
msgstr ""
|
512 |
|
513 |
+
#: contact_form.php:1013
|
514 |
msgid "Delete an attachment file from the server after the email is sent"
|
515 |
msgstr ""
|
516 |
|
517 |
+
#: contact_form.php:1019
|
518 |
msgid "Email in HTML format sending"
|
519 |
msgstr ""
|
520 |
|
521 |
+
#: contact_form.php:1023
|
522 |
msgid "Display additional info in the email"
|
523 |
msgstr "Visa ytterligare information i meddelandet"
|
524 |
|
525 |
+
#: contact_form.php:1029 contact_form.php:1967 contact_form.php:1969
|
|
|
|
|
526 |
msgid "Sent from (ip address)"
|
527 |
msgstr "Skickat från (ip-adress)"
|
528 |
|
529 |
+
#: contact_form.php:1029
|
530 |
#, fuzzy
|
531 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
532 |
msgstr "Skickat från (ip-adress)"
|
533 |
|
534 |
+
#: contact_form.php:1030 contact_form.php:1973 contact_form.php:1975
|
|
|
|
|
535 |
msgid "Date/Time"
|
536 |
msgstr "Datum/Tid"
|
537 |
|
538 |
+
#: contact_form.php:1030
|
539 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
540 |
msgstr ""
|
541 |
|
542 |
+
#: contact_form.php:1031 contact_form.php:1979 contact_form.php:1981
|
|
|
|
|
543 |
msgid "Sent from (referer)"
|
544 |
msgstr "Skickat från (referer)"
|
545 |
|
546 |
+
#: contact_form.php:1031
|
547 |
+
msgid ""
|
548 |
+
"Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
549 |
msgstr ""
|
550 |
|
551 |
+
#: contact_form.php:1032 contact_form.php:1985 contact_form.php:1987
|
|
|
|
|
552 |
msgid "Using (user agent)"
|
553 |
msgstr "Använder (user agent)"
|
554 |
|
555 |
+
#: contact_form.php:1032
|
556 |
+
msgid ""
|
557 |
+
"Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
|
558 |
+
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
559 |
msgstr ""
|
560 |
|
561 |
+
#: contact_form.php:1037
|
562 |
msgid "Language settings for the field names in the form"
|
563 |
msgstr "Språkinställningar för etikettnamn in formuläret"
|
564 |
|
565 |
+
#: contact_form.php:1046
|
566 |
msgid "Add a language"
|
567 |
msgstr "Lägg till ett språk"
|
568 |
|
569 |
+
#: contact_form.php:1050
|
570 |
msgid "Change the names of the contact form fields and error messages"
|
571 |
msgstr "Ändra etikett för fälten i kontaktformuläret och felmeddelanden"
|
572 |
|
573 |
+
#: contact_form.php:1055 contact_form.php:1142
|
|
|
574 |
msgid "English"
|
575 |
msgstr "Engelska"
|
576 |
|
577 |
+
#: contact_form.php:1063 contact_form.php:1097
|
|
|
578 |
msgid "click to expand/hide the list"
|
579 |
msgstr ""
|
580 |
|
581 |
+
#: contact_form.php:1072 contact_form.php:1106
|
|
|
582 |
#, fuzzy
|
583 |
msgid "Tips below the Attachment block"
|
584 |
msgstr "Visa förklaringar under bilageblocket"
|
585 |
|
586 |
+
#: contact_form.php:1075 contact_form.php:1109
|
|
|
587 |
msgid "Error message for the Name field"
|
588 |
msgstr "Felmeddelande för namnfältet"
|
589 |
|
590 |
+
#: contact_form.php:1076 contact_form.php:1110
|
|
|
591 |
msgid "Error message for the Address field"
|
592 |
msgstr "Felmeddelande för adressfältet"
|
593 |
|
594 |
+
#: contact_form.php:1077 contact_form.php:1111
|
|
|
595 |
msgid "Error message for the Email field"
|
596 |
msgstr "Felmeddelande för e-postadressfältet"
|
597 |
|
598 |
+
#: contact_form.php:1078 contact_form.php:1112
|
|
|
599 |
msgid "Error message for the Phone field"
|
600 |
msgstr "Felmeddelande för telefonfältet"
|
601 |
|
602 |
+
#: contact_form.php:1079 contact_form.php:1113
|
|
|
603 |
msgid "Error message for the Subject field"
|
604 |
msgstr "Felmeddelande for ämnesfältet"
|
605 |
|
606 |
+
#: contact_form.php:1080 contact_form.php:1114
|
|
|
607 |
msgid "Error message for the Message field"
|
608 |
msgstr "Felmeddelande för meddelandefältet"
|
609 |
|
610 |
+
#: contact_form.php:1081 contact_form.php:1115
|
|
|
611 |
msgid "Error message about the file type for the Attachment field"
|
612 |
msgstr "Felmeddelande för filformat i bilagefältet"
|
613 |
|
614 |
+
#: contact_form.php:1082 contact_form.php:1116
|
615 |
+
msgid ""
|
616 |
+
"Error message while uploading a file for the Attachment field to the server"
|
617 |
msgstr "Felmeddelande för uppladdning av fil till bilagefältet på servern"
|
618 |
|
619 |
+
#: contact_form.php:1083 contact_form.php:1117
|
|
|
620 |
msgid "Error message while moving the file for the Attachment field"
|
621 |
msgstr "Felmeddelande för flytt av fil till bilagefältet"
|
622 |
|
623 |
+
#: contact_form.php:1084 contact_form.php:1118
|
|
|
624 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
625 |
msgstr "Felmeddelande för max filstorlek i bilagefältet "
|
626 |
|
627 |
+
#: contact_form.php:1085 contact_form.php:1119
|
|
|
628 |
msgid "Error message for the Captcha field"
|
629 |
msgstr "Felmeddelande för CAPTCHA"
|
630 |
|
631 |
+
#: contact_form.php:1086 contact_form.php:1120
|
|
|
632 |
msgid "Error message for the whole form"
|
633 |
msgstr "Felmeddelande för formuläret"
|
634 |
|
635 |
+
#: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
|
636 |
+
#: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
|
637 |
+
#: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
|
638 |
+
#: contact_form.php:2358
|
|
|
|
|
|
|
|
|
|
|
|
|
639 |
msgid "Use shortcode"
|
640 |
msgstr "Använd kortkod"
|
641 |
|
642 |
+
#: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
|
643 |
+
#: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
|
644 |
+
#: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
|
645 |
+
#: contact_form.php:2358
|
|
|
|
|
|
|
|
|
|
|
|
|
646 |
msgid "for this language"
|
647 |
msgstr "för detta språk"
|
648 |
|
649 |
+
#: contact_form.php:1133
|
650 |
#, fuzzy
|
651 |
msgid "Use the changed names of the contact form fields in the email"
|
652 |
msgstr "Ändra etikett för fälten i kontaktformuläret och felmeddelanden"
|
653 |
|
654 |
+
#: contact_form.php:1139
|
655 |
msgid "Action after email is sent"
|
656 |
msgstr "Åtgärd efter meddelande skickats"
|
657 |
|
658 |
+
#: contact_form.php:1141
|
659 |
msgid "Display text"
|
660 |
msgstr "Visa text"
|
661 |
|
662 |
+
#: contact_form.php:1150 contact_form.php:1160
|
|
|
663 |
msgid "Text"
|
664 |
msgstr "Text"
|
665 |
|
666 |
+
#: contact_form.php:1171
|
667 |
msgid "Redirect to the page"
|
668 |
msgstr "Omdirigera till sida"
|
669 |
|
670 |
+
#: contact_form.php:1172
|
671 |
msgid "Url"
|
672 |
msgstr "Url"
|
673 |
|
674 |
+
#: contact_form.php:1176
|
675 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
676 |
msgstr ""
|
677 |
|
678 |
+
#: contact_form.php:1181
|
679 |
+
msgid ""
|
680 |
+
"If you are not sure whether to change this setting or not, please do not do "
|
681 |
+
"that."
|
682 |
msgstr ""
|
683 |
|
684 |
+
#: contact_form.php:1191
|
685 |
msgid "Auto Response"
|
686 |
msgstr ""
|
687 |
|
688 |
+
#: contact_form.php:1195
|
689 |
#, php-format
|
690 |
+
msgid ""
|
691 |
+
"You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
|
692 |
+
"display data from the Message field, as well as %%SITENAME%% to display blog "
|
693 |
+
"name."
|
694 |
msgstr ""
|
695 |
|
696 |
+
#: contact_form.php:1220 contact_form.php:1402
|
|
|
697 |
msgid "Save Changes"
|
698 |
msgstr "Spara ändringar"
|
699 |
|
700 |
+
#: contact_form.php:1233
|
701 |
msgid "Errors output"
|
702 |
msgstr "Felutmatning"
|
703 |
|
704 |
+
#: contact_form.php:1236
|
705 |
msgid "Display error messages"
|
706 |
msgstr "Visa felmeddelanden"
|
707 |
|
708 |
+
#: contact_form.php:1237
|
709 |
msgid "Color of the input field errors."
|
710 |
msgstr "Färg på inmatningfältsfel."
|
711 |
|
712 |
+
#: contact_form.php:1238
|
713 |
msgid "Display error messages & color of the input field errors"
|
714 |
msgstr "Visa felmeddelanden & färg på inmatningfältsfel"
|
715 |
|
716 |
+
#: contact_form.php:1243
|
717 |
msgid "Add placeholder to the input blocks"
|
718 |
msgstr "Lägg till platshållare på inmatningsblocken"
|
719 |
|
720 |
+
#: contact_form.php:1249
|
721 |
msgid "Add tooltips"
|
722 |
msgstr "Visa verktygstips"
|
723 |
|
724 |
+
#: contact_form.php:1263
|
725 |
msgid "Email address"
|
726 |
msgstr "E-postadress"
|
727 |
|
728 |
+
#: contact_form.php:1268
|
729 |
msgid "Phone Number"
|
730 |
msgstr "Telefonnummer"
|
731 |
|
732 |
+
#: contact_form.php:1282
|
733 |
msgid "Attachment"
|
734 |
msgstr "Bifoga fil"
|
735 |
|
736 |
+
#: contact_form.php:1292
|
737 |
msgid "Style options"
|
738 |
msgstr "Stilalternativ"
|
739 |
|
740 |
+
#: contact_form.php:1295
|
741 |
msgid "Text color"
|
742 |
msgstr "Textfärg"
|
743 |
|
744 |
+
#: contact_form.php:1298 contact_form.php:1303 contact_form.php:1313
|
745 |
+
#: contact_form.php:1318 contact_form.php:1323 contact_form.php:1328
|
746 |
+
#: contact_form.php:1338 contact_form.php:1343 contact_form.php:1352
|
747 |
+
#: contact_form.php:1366 contact_form.php:1371 contact_form.php:1376
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
748 |
msgid "Default"
|
749 |
msgstr "Standard"
|
750 |
|
751 |
+
#: contact_form.php:1300
|
752 |
msgid "Label text color"
|
753 |
msgstr "Etikett-textfärg"
|
754 |
|
755 |
+
#: contact_form.php:1305
|
756 |
msgid "Placeholder color"
|
757 |
msgstr "Platshållarfärg"
|
758 |
|
759 |
+
#: contact_form.php:1310
|
760 |
msgid "Errors color"
|
761 |
msgstr "Felfärg"
|
762 |
|
763 |
+
#: contact_form.php:1315
|
764 |
msgid "Error text color"
|
765 |
msgstr "Feltextfärg"
|
766 |
|
767 |
+
#: contact_form.php:1320
|
768 |
msgid "Background color of the input field errors"
|
769 |
msgstr "Bakgrundsfärg på inmatningfältsfel"
|
770 |
|
771 |
+
#: contact_form.php:1325
|
772 |
msgid "Border color of the input field errors"
|
773 |
msgstr "Ramfärg på inmatningfältsfel"
|
774 |
|
775 |
+
#: contact_form.php:1330
|
776 |
msgid "Placeholder color of the input field errors"
|
777 |
msgstr "Platshållarfärg för inmatningfältsfel"
|
778 |
|
779 |
+
#: contact_form.php:1335
|
780 |
msgid "Input fields"
|
781 |
msgstr "Inmatningsfält"
|
782 |
|
783 |
+
#: contact_form.php:1340
|
784 |
msgid "Input fields background color"
|
785 |
msgstr "Inmatningfältsbakgrundsfärg"
|
786 |
|
787 |
+
#: contact_form.php:1345
|
788 |
msgid "Text fields color"
|
789 |
msgstr "Textfältfärg"
|
790 |
|
791 |
+
#: contact_form.php:1349
|
792 |
msgid "Border width in px, numbers only"
|
793 |
msgstr "Rambredd i px, endast siffror"
|
794 |
|
795 |
+
#: contact_form.php:1354 contact_form.php:1378
|
|
|
796 |
msgid "Border color"
|
797 |
msgstr "Ramfärg"
|
798 |
|
799 |
+
#: contact_form.php:1359
|
800 |
msgid "Submit button"
|
801 |
msgstr "Skicka-knapp"
|
802 |
|
803 |
+
#: contact_form.php:1363
|
804 |
msgid "Width in px, numbers only"
|
805 |
msgstr "Bredd i px, endast siffror"
|
806 |
|
807 |
+
#: contact_form.php:1368
|
808 |
msgid "Button color"
|
809 |
msgstr "Knappfärg"
|
810 |
|
811 |
+
#: contact_form.php:1373
|
812 |
msgid "Button text color"
|
813 |
msgstr "Knapptextfärg"
|
814 |
|
815 |
+
#: contact_form.php:1406
|
816 |
msgid "Contact Form Pro | Preview"
|
817 |
msgstr "Kontaktformulär Pro | Förhandsgranskning"
|
818 |
|
819 |
+
#: contact_form.php:1408
|
820 |
msgid "Show with errors"
|
821 |
msgstr "Visa med fel"
|
822 |
|
823 |
+
#: contact_form.php:1417 contact_form.php:1419
|
|
|
824 |
msgid "Please enter your full name..."
|
825 |
msgstr "Var god ange ditt fullständiga namn…"
|
826 |
|
827 |
+
#: contact_form.php:1430 contact_form.php:1432
|
|
|
828 |
msgid "Please enter your address..."
|
829 |
msgstr "Var god ange din adress…"
|
830 |
|
831 |
+
#: contact_form.php:1441 contact_form.php:1443
|
|
|
832 |
msgid "Please enter your email address..."
|
833 |
msgstr "Var god ange din e-postadress…"
|
834 |
|
835 |
+
#: contact_form.php:1452 contact_form.php:1454
|
|
|
836 |
msgid "Please enter your phone number..."
|
837 |
msgstr "Var god ange ditt telefonnummer…"
|
838 |
|
839 |
+
#: contact_form.php:1463 contact_form.php:1465
|
|
|
840 |
msgid "Please enter subject..."
|
841 |
msgstr "Var god ange ämne…"
|
842 |
|
843 |
+
#: contact_form.php:1473 contact_form.php:1475
|
|
|
844 |
msgid "Please enter your message..."
|
845 |
msgstr "Var god ange ditt meddelande…"
|
846 |
|
847 |
+
#: contact_form.php:1586
|
848 |
msgid "Sorry, email message could not be delivered."
|
849 |
msgstr "Tyvärr kunde ditt meddelande inte levereras."
|
850 |
|
851 |
+
#: contact_form.php:1994
|
852 |
msgid "Contact from"
|
853 |
msgstr "Kontaktformulär"
|
854 |
|
855 |
+
#: contact_form.php:2016 contact_form.php:2046
|
|
|
856 |
msgid "Phone"
|
857 |
msgstr "Telefon"
|
858 |
|
859 |
+
#: contact_form.php:2027 contact_form.php:2053
|
|
|
860 |
msgid "Site"
|
861 |
msgstr "Sajt"
|
862 |
|
863 |
+
#: contact_form.php:2140
|
864 |
+
msgid ""
|
865 |
+
"If you can see this MIME, it means that the MIME type is not supported by "
|
866 |
+
"your email client!"
|
867 |
+
msgstr ""
|
868 |
+
"Om du kan se detta MIME, så accepterar inte din e-postklient denna MIME-typ!"
|
869 |
|
870 |
+
#: contact_form.php:2224
|
871 |
msgid "Support"
|
872 |
msgstr "Support"
|
873 |
|
874 |
+
#: contact_form.php:2273
|
875 |
msgid "Are you sure that you want to delete this language data?"
|
876 |
msgstr "Är du säker på att du vill ta bort språkdatan?"
|
877 |
|
878 |
+
#: contact_form.php:2294
|
879 |
#, fuzzy
|
880 |
msgid "Add multiple forms"
|
881 |
msgstr "Visa verktygstips"
|
882 |
|
883 |
+
#: contact_form.php:2294
|
884 |
+
msgid ""
|
885 |
+
"Install Contact Form Multi plugin to create unlimited number of contact "
|
886 |
+
"forms."
|
887 |
msgstr ""
|
888 |
|
889 |
+
#: contact_form.php:2299
|
890 |
#, fuzzy
|
891 |
msgid "Learn more"
|
892 |
msgstr "Läs mer"
|
893 |
|
894 |
+
#: contact_form.php:2303
|
895 |
msgid "Close"
|
896 |
msgstr ""
|
897 |
|
898 |
+
#: contact_form.php:2491
|
899 |
msgid "allows to store your messages to the database."
|
900 |
msgstr ""
|
901 |
|
902 |
+
#: contact_form.php:2492
|
903 |
msgid "Manage messages that have been sent from your website."
|
904 |
msgstr ""
|
905 |
|
languages/contact_form-tr.mo
CHANGED
Binary file
|
languages/contact_form-tr.po
CHANGED
@@ -2,9 +2,9 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
-
"Last-Translator: bestwebsoft.com <
|
8 |
"Language-Team: Can Atasever <webmaster@canatasever.com>\n"
|
9 |
"Language: ca_ES\n"
|
10 |
"MIME-Version: 1.0\n"
|
@@ -16,8 +16,7 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: contact_form.php:35
|
20 |
-
#: contact_form.php:650
|
21 |
msgid "Contact Form Settings"
|
22 |
msgstr "İletişim Formu Ayarları"
|
23 |
|
@@ -25,62 +24,50 @@ msgstr "İletişim Formu Ayarları"
|
|
25 |
msgid "Contact Form"
|
26 |
msgstr "İletişim Formu"
|
27 |
|
28 |
-
#: contact_form.php:123
|
29 |
-
#: contact_form.php:1047
|
30 |
-
#: contact_form.php:1081
|
31 |
msgid "Name:"
|
32 |
msgstr "İsim:"
|
33 |
|
34 |
-
#: contact_form.php:124
|
35 |
-
#: contact_form.php:1048
|
36 |
-
#: contact_form.php:1082
|
37 |
msgid "Address:"
|
38 |
msgstr "Adres:"
|
39 |
|
40 |
-
#: contact_form.php:125
|
41 |
-
#: contact_form.php:1049
|
42 |
-
#: contact_form.php:1083
|
43 |
msgid "Email Address:"
|
44 |
msgstr "E-posta Adresi:"
|
45 |
|
46 |
-
#: contact_form.php:126
|
47 |
-
#: contact_form.php:1050
|
48 |
-
#: contact_form.php:1084
|
49 |
msgid "Phone number:"
|
50 |
msgstr "Telefon Numarası:"
|
51 |
|
52 |
-
#: contact_form.php:127
|
53 |
-
#: contact_form.php:1051
|
54 |
-
#: contact_form.php:1085
|
55 |
msgid "Subject:"
|
56 |
msgstr "Başlık:"
|
57 |
|
58 |
-
#: contact_form.php:128
|
59 |
-
#: contact_form.php:1052
|
60 |
-
#: contact_form.php:1086
|
61 |
msgid "Message:"
|
62 |
msgstr "Mesaj:"
|
63 |
|
64 |
-
#: contact_form.php:129
|
65 |
-
#: contact_form.php:1053
|
66 |
-
#: contact_form.php:1087
|
67 |
msgid "Attachment:"
|
68 |
msgstr "Eklenecek Dosya:"
|
69 |
|
70 |
#: contact_form.php:130
|
71 |
#, fuzzy
|
72 |
-
msgid "
|
73 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
|
75 |
-
#: contact_form.php:131
|
76 |
-
#: contact_form.php:1055
|
77 |
-
#: contact_form.php:1089
|
78 |
msgid "Send me a copy"
|
79 |
msgstr "Bana bir kopyasını gönder"
|
80 |
|
81 |
-
#: contact_form.php:132
|
82 |
-
#: contact_form.php:1056
|
83 |
-
#: contact_form.php:1090
|
84 |
msgid "Submit"
|
85 |
msgstr "Gönder"
|
86 |
|
@@ -137,12 +124,17 @@ msgid "Thank you for contacting us."
|
|
137 |
msgstr "İletişime geçtiğiniz için teşekkürler."
|
138 |
|
139 |
#: contact_form.php:546
|
140 |
-
msgid "
|
|
|
|
|
141 |
msgstr ""
|
142 |
|
143 |
#: contact_form.php:556
|
144 |
-
msgid "
|
145 |
-
|
|
|
|
|
|
|
146 |
|
147 |
#: contact_form.php:565
|
148 |
#, fuzzy
|
@@ -151,13 +143,18 @@ msgstr "Böyle bir kullanıcı adı bulunamadı. Ayarlar kaydedilmedi."
|
|
151 |
|
152 |
#: contact_form.php:575
|
153 |
#, fuzzy
|
154 |
-
msgid "
|
155 |
-
|
|
|
|
|
|
|
156 |
|
157 |
#: contact_form.php:583
|
158 |
#, fuzzy
|
159 |
msgid "Please enter a valid email address in the 'FROM' field."
|
160 |
-
msgstr "
|
|
|
|
|
161 |
|
162 |
#: contact_form.php:606
|
163 |
msgid "Settings saved."
|
@@ -168,759 +165,744 @@ msgstr "Ayarlar kaydedildi."
|
|
168 |
msgid "Settings are not saved."
|
169 |
msgstr "Ayarlar kaydedildi."
|
170 |
|
171 |
-
#: contact_form.php:
|
172 |
-
|
173 |
-
|
|
|
|
|
174 |
msgid "Settings"
|
175 |
msgstr "Ayarlar"
|
176 |
|
177 |
-
#: contact_form.php:
|
178 |
#, fuzzy
|
179 |
msgid "Additional settings"
|
180 |
msgstr "Ek seçenekler"
|
181 |
|
182 |
-
#: contact_form.php:
|
183 |
msgid "Appearance"
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: contact_form.php:
|
187 |
-
#: contact_form.php:2203
|
188 |
msgid "FAQ"
|
189 |
msgstr "SSS"
|
190 |
|
191 |
-
#: contact_form.php:
|
192 |
msgid "Go PRO"
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: contact_form.php:
|
196 |
-
#: contact_form.php:661
|
197 |
msgid "Notice:"
|
198 |
msgstr "Bilgi Notu:"
|
199 |
|
200 |
-
#: contact_form.php:
|
201 |
-
msgid "
|
202 |
-
|
203 |
-
|
204 |
-
#: contact_form.php:669
|
205 |
-
msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
|
206 |
msgstr ""
|
|
|
|
|
207 |
|
208 |
-
#: contact_form.php:676
|
209 |
#: contact_form.php:679
|
210 |
-
|
211 |
-
|
212 |
-
|
|
|
213 |
|
214 |
-
#: contact_form.php:
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
|
|
|
|
|
|
|
|
222 |
msgid "or"
|
223 |
msgstr "ya da"
|
224 |
|
225 |
-
#: contact_form.php:
|
226 |
-
|
227 |
-
msgid "
|
228 |
-
|
|
|
|
|
|
|
|
|
229 |
|
230 |
-
#: contact_form.php:
|
231 |
-
#: contact_form.php:680
|
232 |
msgid "They work the same way."
|
233 |
msgstr "Aynı şekilde çalışırlar."
|
234 |
|
235 |
-
#: contact_form.php:
|
236 |
-
msgid "
|
237 |
-
|
|
|
|
|
|
|
|
|
238 |
|
239 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
240 |
msgid "The user's email address:"
|
241 |
msgstr "Kullanıcının e-posta adresine:"
|
242 |
|
243 |
-
#: contact_form.php:
|
244 |
#, fuzzy
|
245 |
msgid "Select a username"
|
246 |
msgstr "Kullanıcı oluştur"
|
247 |
|
248 |
-
#: contact_form.php:
|
249 |
-
msgid "
|
250 |
-
|
|
|
|
|
|
|
|
|
251 |
|
252 |
-
#: contact_form.php:
|
253 |
msgid "Use this email address:"
|
254 |
msgstr "Mesaj bu e-posta adresine gönderilsin:"
|
255 |
|
256 |
-
#: contact_form.php:
|
257 |
msgid "Enter the email address you want the messages forwarded to."
|
258 |
msgstr "Mesajın gönderilmesini istediğiniz e-posta adresini girin."
|
259 |
|
260 |
-
#: contact_form.php:
|
261 |
msgid "Add department selectbox to the contact form:"
|
262 |
msgstr "İletişim Formu'na departman seçenekleri ekleyin"
|
263 |
|
264 |
-
#: contact_form.php:
|
265 |
-
#: contact_form.php:1182
|
266 |
-
#: contact_form.php:1365
|
267 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
268 |
msgstr "Ücretli sürümü satın alırsanız tüm değişiklikler kaydedilecek."
|
269 |
|
270 |
-
#: contact_form.php:
|
271 |
-
#: contact_form.php:
|
272 |
-
|
273 |
-
#: contact_form.php:1189
|
274 |
-
#: contact_form.php:1372
|
275 |
-
msgid "Unlock premium options by upgrading to a PRO version."
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: contact_form.php:
|
279 |
-
#: contact_form.php:
|
280 |
-
#: contact_form.php:984
|
281 |
-
#: contact_form.php:1190
|
282 |
-
#: contact_form.php:1373
|
283 |
-
#: contact_form.php:2475
|
284 |
msgid "Learn More"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: contact_form.php:
|
288 |
-
#: contact_form.php:
|
289 |
-
#: contact_form.php:987
|
290 |
-
#: contact_form.php:1193
|
291 |
-
#: contact_form.php:1376
|
292 |
msgid "Go"
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: contact_form.php:
|
296 |
msgid "Save emails to the database"
|
297 |
msgstr "E-postaları veritabanına kaydet"
|
298 |
|
299 |
-
#: contact_form.php:
|
300 |
msgid "Using"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: contact_form.php:
|
304 |
-
#: contact_form.php:759
|
305 |
#, fuzzy
|
306 |
msgid "Using Contact Form to DB by BestWebSoft"
|
307 |
msgstr "Contact Form to DB eklentisi ile,"
|
308 |
|
309 |
-
#: contact_form.php:
|
310 |
#, fuzzy
|
311 |
msgid "Activate"
|
312 |
msgstr "CAPTCHA'yı etkinleştir"
|
313 |
|
314 |
-
#: contact_form.php:
|
315 |
msgid "Download"
|
316 |
msgstr "Descarregar"
|
317 |
|
318 |
-
#: contact_form.php:
|
319 |
msgid "What to use?"
|
320 |
msgstr "Hangi yöntem?"
|
321 |
|
322 |
-
#: contact_form.php:
|
323 |
msgid "Wp-mail"
|
324 |
msgstr "Wp-Mail"
|
325 |
|
326 |
-
#: contact_form.php:
|
327 |
msgid "You can use the wp_mail function for mailing"
|
328 |
msgstr "E-postanın gönderimi için wp_mail fonksiyonunu kullanabilirsiniz."
|
329 |
|
330 |
-
#: contact_form.php:
|
331 |
msgid "Mail"
|
332 |
msgstr "Mail"
|
333 |
|
334 |
-
#: contact_form.php:
|
335 |
msgid "To send mail you can use the php mail function"
|
336 |
msgstr "E-postanın gönderimi için PHP Mail fonksiyonunu kullanabilirsiniz."
|
337 |
|
338 |
-
#: contact_form.php:
|
339 |
msgid "'FROM' field"
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: contact_form.php:
|
343 |
-
#: contact_form.php:
|
344 |
-
#: contact_form.php:1234
|
345 |
-
#: contact_form.php:1980
|
346 |
-
#: contact_form.php:2016
|
347 |
msgid "Name"
|
348 |
msgstr "İsim"
|
349 |
|
350 |
-
#: contact_form.php:
|
351 |
msgid "User name"
|
352 |
msgstr "Kullanıcı adı"
|
353 |
|
354 |
-
#: contact_form.php:
|
355 |
-
msgid "
|
|
|
356 |
msgstr "'Gönderici' alanında formu dolduran ziyaretçinin adı kullanılacak."
|
357 |
|
358 |
-
#: contact_form.php:
|
359 |
-
#: contact_form.php:1991
|
360 |
-
#: contact_form.php:2023
|
361 |
msgid "Email"
|
362 |
msgstr "E-Posta Adresi"
|
363 |
|
364 |
-
#: contact_form.php:
|
365 |
msgid "User email"
|
366 |
msgstr "Kullanıcı e-postası"
|
367 |
|
368 |
-
#: contact_form.php:
|
369 |
-
msgid "
|
370 |
-
|
|
|
|
|
|
|
371 |
|
372 |
-
#: contact_form.php:
|
373 |
-
msgid "
|
|
|
|
|
374 |
msgstr ""
|
375 |
|
376 |
-
#: contact_form.php:
|
377 |
msgid "Required symbol"
|
378 |
msgstr "Zorunlu işareti"
|
379 |
|
380 |
-
#: contact_form.php:
|
381 |
msgid "Fields"
|
382 |
msgstr "Alanlar"
|
383 |
|
384 |
-
#: contact_form.php:
|
385 |
msgid "Used"
|
386 |
msgstr "Kullanılsın mı?"
|
387 |
|
388 |
-
#: contact_form.php:
|
389 |
msgid "Required"
|
390 |
msgstr "Zorunlu"
|
391 |
|
392 |
-
#: contact_form.php:
|
393 |
msgid "Visible"
|
394 |
msgstr "Görünür"
|
395 |
|
396 |
-
#: contact_form.php:
|
397 |
msgid "Disabled for editing"
|
398 |
msgstr "Düzenlemeye kapatılmış"
|
399 |
|
400 |
-
#: contact_form.php:
|
401 |
msgid "Field's default value"
|
402 |
msgstr "Alanın varsayılan değeri"
|
403 |
|
404 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
405 |
msgid "Use User's name as a default value if the user is logged in."
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: contact_form.php:
|
409 |
-
|
410 |
-
|
|
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: contact_form.php:
|
414 |
msgid "Location selectbox"
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: contact_form.php:
|
418 |
-
#: contact_form.php:
|
419 |
-
#: contact_form.php:1986
|
420 |
-
#: contact_form.php:2020
|
421 |
msgid "Address"
|
422 |
msgstr "Adres:"
|
423 |
|
424 |
-
#: contact_form.php:
|
425 |
msgid "Email Address"
|
426 |
msgstr "E-posta Adresi"
|
427 |
|
428 |
-
#: contact_form.php:
|
429 |
msgid "Use User's email as a default value if the user is logged in."
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: contact_form.php:
|
433 |
msgid "Phone number"
|
434 |
msgstr "Telefon numarası"
|
435 |
|
436 |
-
#: contact_form.php:
|
437 |
-
#: contact_form.php:
|
438 |
-
#: contact_form.php:2001
|
439 |
-
#: contact_form.php:2029
|
440 |
msgid "Subject"
|
441 |
msgstr "Başlık"
|
442 |
|
443 |
-
#: contact_form.php:
|
444 |
-
#: contact_form.php:
|
445 |
-
#: contact_form.php:2004
|
446 |
-
#: contact_form.php:2031
|
447 |
msgid "Message"
|
448 |
msgstr "Mesaj"
|
449 |
|
450 |
-
#: contact_form.php:
|
451 |
msgid "Attachment block"
|
452 |
msgstr "Dosya Yükleme"
|
453 |
|
454 |
-
#: contact_form.php:
|
455 |
msgid "Users can attach the following file formats"
|
456 |
msgstr "Kullanıcılar şu uzantılardaki dosyaları yükleyebilirler"
|
457 |
|
458 |
-
#: contact_form.php:
|
459 |
msgid "Add to the form"
|
460 |
msgstr "Forma ekle"
|
461 |
|
462 |
-
#: contact_form.php:
|
463 |
msgid "Tips below the Attachment"
|
464 |
msgstr "Dosya yükleme alanı altında açıklama"
|
465 |
|
466 |
-
#: contact_form.php:
|
467 |
msgid "'Send me a copy' block"
|
468 |
msgstr "'Mesajın bir kopyasını e-posta adresime gönder' seçeneği"
|
469 |
|
470 |
-
#: contact_form.php:
|
471 |
msgid "Activate captcha"
|
472 |
msgstr "CAPTCHA'yı etkinleştir"
|
473 |
|
474 |
-
#: contact_form.php:
|
475 |
msgid "Download captcha"
|
476 |
msgstr "CAPTCHA'yı yükle"
|
477 |
|
478 |
-
#: contact_form.php:
|
479 |
msgid "Agreement checkbox"
|
480 |
msgstr "Onay kutusu"
|
481 |
|
482 |
-
#: contact_form.php:
|
483 |
msgid "Required checkbox for submitting the form"
|
484 |
msgstr "Formu göndermek için işaretlenmesi gereken onay kutusu"
|
485 |
|
486 |
-
#: contact_form.php:
|
487 |
msgid "Optional checkbox"
|
488 |
msgstr "İsteğe bağlı onay kutusu"
|
489 |
|
490 |
-
#: contact_form.php:
|
491 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
492 |
msgstr "E-posta'da gösterilecek, isteğe bağlı onay kutusu"
|
493 |
|
494 |
-
#: contact_form.php:
|
495 |
msgid "Delete an attachment file from the server after the email is sent"
|
496 |
msgstr "E-posta gönderildikten sonra eklenen dosyayı sunucudan sil"
|
497 |
|
498 |
-
#: contact_form.php:
|
499 |
msgid "Email in HTML format sending"
|
500 |
msgstr "E-postayı HTML formatında gönder"
|
501 |
|
502 |
-
#: contact_form.php:
|
503 |
msgid "Display additional info in the email"
|
504 |
msgstr "E-postanın içerisinde ek bilgiler göster"
|
505 |
|
506 |
-
#: contact_form.php:
|
507 |
-
#: contact_form.php:1947
|
508 |
-
#: contact_form.php:1949
|
509 |
msgid "Sent from (ip address)"
|
510 |
msgstr "Gönderilen (IP Adresi)"
|
511 |
|
512 |
-
#: contact_form.php:
|
513 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
514 |
msgstr "Örnek: Şu IP adresinden gönderildi:\t127.0.0.1"
|
515 |
|
516 |
-
#: contact_form.php:
|
517 |
-
#: contact_form.php:1953
|
518 |
-
#: contact_form.php:1955
|
519 |
msgid "Date/Time"
|
520 |
msgstr "Tarih/Zaman"
|
521 |
|
522 |
-
#: contact_form.php:
|
523 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
524 |
msgstr "Örnek: Tarih/Saat:\t19 Ağustos, 2013 - 8:50 ÖS"
|
525 |
|
526 |
-
#: contact_form.php:
|
527 |
-
#: contact_form.php:1959
|
528 |
-
#: contact_form.php:1961
|
529 |
msgid "Sent from (referer)"
|
530 |
msgstr "Gönderilen (referer)"
|
531 |
|
532 |
-
#: contact_form.php:
|
533 |
-
msgid "
|
|
|
534 |
msgstr "Örnek: Gönderici:\thttp://bestwebsoft.com/contacts/contact-us/"
|
535 |
|
536 |
-
#: contact_form.php:
|
537 |
-
#: contact_form.php:1965
|
538 |
-
#: contact_form.php:1967
|
539 |
msgid "Using (user agent)"
|
540 |
msgstr "Şununla: "
|
541 |
|
542 |
-
#: contact_form.php:
|
543 |
-
msgid "
|
544 |
-
|
|
|
|
|
|
|
|
|
545 |
|
546 |
-
#: contact_form.php:
|
547 |
msgid "Language settings for the field names in the form"
|
548 |
msgstr "Formdaki alan adları için dil ayarları 8aşağıdaki iki seçenek için)"
|
549 |
|
550 |
-
#: contact_form.php:
|
551 |
msgid "Add a language"
|
552 |
msgstr "Bir dil ekle"
|
553 |
|
554 |
-
#: contact_form.php:
|
555 |
msgid "Change the names of the contact form fields and error messages"
|
556 |
-
msgstr "
|
|
|
|
|
557 |
|
558 |
-
#: contact_form.php:
|
559 |
-
#: contact_form.php:1124
|
560 |
msgid "English"
|
561 |
msgstr "İngilizce"
|
562 |
|
563 |
-
#: contact_form.php:
|
564 |
-
#: contact_form.php:1079
|
565 |
msgid "click to expand/hide the list"
|
566 |
msgstr ""
|
567 |
|
568 |
-
#: contact_form.php:
|
569 |
-
#: contact_form.php:1088
|
570 |
msgid "Tips below the Attachment block"
|
571 |
msgstr "Dosya yükleme alanı altında gösterilecek açıklamalar"
|
572 |
|
573 |
-
#: contact_form.php:
|
574 |
-
#: contact_form.php:1091
|
575 |
msgid "Error message for the Name field"
|
576 |
msgstr "'İsim' alanı için hata mesajı"
|
577 |
|
578 |
-
#: contact_form.php:
|
579 |
-
#: contact_form.php:1092
|
580 |
msgid "Error message for the Address field"
|
581 |
msgstr "'Adres' alanı için hata mesajı"
|
582 |
|
583 |
-
#: contact_form.php:
|
584 |
-
#: contact_form.php:1093
|
585 |
msgid "Error message for the Email field"
|
586 |
msgstr "'E-posta adresş' alanı için hata mesajı"
|
587 |
|
588 |
-
#: contact_form.php:
|
589 |
-
#: contact_form.php:1094
|
590 |
msgid "Error message for the Phone field"
|
591 |
msgstr "'Telefon numarası' alanı için hata mesajı"
|
592 |
|
593 |
-
#: contact_form.php:
|
594 |
-
#: contact_form.php:1095
|
595 |
msgid "Error message for the Subject field"
|
596 |
msgstr "'Başlık' alanı için hata mesajı"
|
597 |
|
598 |
-
#: contact_form.php:
|
599 |
-
#: contact_form.php:1096
|
600 |
msgid "Error message for the Message field"
|
601 |
msgstr "'Mesaj' alanı için hata mesajı"
|
602 |
|
603 |
-
#: contact_form.php:
|
604 |
-
#: contact_form.php:1097
|
605 |
msgid "Error message about the file type for the Attachment field"
|
606 |
msgstr "Yüklenen dosyanın uzantısıyla ilgili hata mesajı"
|
607 |
|
608 |
-
#: contact_form.php:
|
609 |
-
|
610 |
-
|
611 |
msgstr "Dosya yüklenirken oluşan hata için hata mesajı"
|
612 |
|
613 |
-
#: contact_form.php:
|
614 |
-
#: contact_form.php:1099
|
615 |
msgid "Error message while moving the file for the Attachment field"
|
616 |
msgstr "Yüklenecek dosya seçilirken oluşan hata için hata mesajı"
|
617 |
|
618 |
-
#: contact_form.php:
|
619 |
-
#: contact_form.php:1100
|
620 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
621 |
msgstr "En fazla dosya yükleme boyutu sınırı açıldığında oluşan hata mesajı"
|
622 |
|
623 |
-
#: contact_form.php:
|
624 |
-
#: contact_form.php:1101
|
625 |
msgid "Error message for the Captcha field"
|
626 |
msgstr "CAPTCHA alanı için hata mesajı"
|
627 |
|
628 |
-
#: contact_form.php:
|
629 |
-
#: contact_form.php:1102
|
630 |
msgid "Error message for the whole form"
|
631 |
msgstr "Formun geneli için hata mesajı"
|
632 |
|
633 |
-
#: contact_form.php:
|
634 |
-
#: contact_form.php:
|
635 |
-
#: contact_form.php:
|
636 |
-
#: contact_form.php:
|
637 |
-
#: contact_form.php:1134
|
638 |
-
#: contact_form.php:1136
|
639 |
-
#: contact_form.php:1144
|
640 |
-
#: contact_form.php:1146
|
641 |
-
#: contact_form.php:2336
|
642 |
-
#: contact_form.php:2338
|
643 |
msgid "Use shortcode"
|
644 |
msgstr "Kısa kodu kullan"
|
645 |
|
646 |
-
#: contact_form.php:
|
647 |
-
#: contact_form.php:
|
648 |
-
#: contact_form.php:
|
649 |
-
#: contact_form.php:
|
650 |
-
#: contact_form.php:1134
|
651 |
-
#: contact_form.php:1136
|
652 |
-
#: contact_form.php:1144
|
653 |
-
#: contact_form.php:1146
|
654 |
-
#: contact_form.php:2336
|
655 |
-
#: contact_form.php:2338
|
656 |
msgid "for this language"
|
657 |
msgstr "bu dil için"
|
658 |
|
659 |
-
#: contact_form.php:
|
660 |
#, fuzzy
|
661 |
msgid "Use the changed names of the contact form fields in the email"
|
662 |
-
msgstr "
|
|
|
|
|
663 |
|
664 |
-
#: contact_form.php:
|
665 |
msgid "Action after email is sent"
|
666 |
msgstr "E-posta gönderildikten sonra ne yapılsın?"
|
667 |
|
668 |
-
#: contact_form.php:
|
669 |
msgid "Display text"
|
670 |
msgstr "Metin göster"
|
671 |
|
672 |
-
#: contact_form.php:
|
673 |
-
#: contact_form.php:1142
|
674 |
msgid "Text"
|
675 |
msgstr "Metin"
|
676 |
|
677 |
-
#: contact_form.php:
|
678 |
msgid "Redirect to the page"
|
679 |
msgstr "Sayfaya yönlendir"
|
680 |
|
681 |
-
#: contact_form.php:
|
682 |
msgid "Url"
|
683 |
msgstr "URL"
|
684 |
|
685 |
-
#: contact_form.php:
|
686 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
687 |
msgstr ""
|
688 |
|
689 |
-
#: contact_form.php:
|
690 |
-
msgid "
|
|
|
|
|
691 |
msgstr ""
|
692 |
|
693 |
-
#: contact_form.php:
|
694 |
msgid "Auto Response"
|
695 |
msgstr ""
|
696 |
|
697 |
-
#: contact_form.php:
|
698 |
#, php-format
|
699 |
-
msgid "
|
|
|
|
|
|
|
700 |
msgstr ""
|
701 |
|
702 |
-
#: contact_form.php:
|
703 |
-
#: contact_form.php:1383
|
704 |
msgid "Save Changes"
|
705 |
msgstr "Değişiklikleri Kaydet"
|
706 |
|
707 |
-
#: contact_form.php:
|
708 |
msgid "Errors output"
|
709 |
msgstr "Hata çıktısı"
|
710 |
|
711 |
-
#: contact_form.php:
|
712 |
msgid "Display error messages"
|
713 |
msgstr "Hata mesajlarını göster"
|
714 |
|
715 |
-
#: contact_form.php:
|
716 |
msgid "Color of the input field errors."
|
717 |
msgstr "Giriş alanlarının hata rengi"
|
718 |
|
719 |
-
#: contact_form.php:
|
720 |
msgid "Display error messages & color of the input field errors"
|
721 |
msgstr "Hata mesajlarını ve giriş alanı hata rengini göster"
|
722 |
|
723 |
-
#: contact_form.php:
|
724 |
msgid "Add placeholder to the input blocks"
|
725 |
msgstr "Giriş alanlarına bilgilendirme notu ekle"
|
726 |
|
727 |
-
#: contact_form.php:
|
728 |
msgid "Add tooltips"
|
729 |
msgstr "Şunları ekle:"
|
730 |
|
731 |
-
#: contact_form.php:
|
732 |
msgid "Email address"
|
733 |
msgstr "E-posta adresi"
|
734 |
|
735 |
-
#: contact_form.php:
|
736 |
msgid "Phone Number"
|
737 |
msgstr "Telefon Numarası"
|
738 |
|
739 |
-
#: contact_form.php:
|
740 |
msgid "Attachment"
|
741 |
msgstr "Dosya Yükleme"
|
742 |
|
743 |
-
#: contact_form.php:
|
744 |
msgid "Style options"
|
745 |
msgstr "Tasarım ayarları"
|
746 |
|
747 |
-
#: contact_form.php:
|
748 |
msgid "Text color"
|
749 |
msgstr "Metin rengi"
|
750 |
|
751 |
-
#: contact_form.php:
|
752 |
-
#: contact_form.php:
|
753 |
-
#: contact_form.php:
|
754 |
-
#: contact_form.php:
|
755 |
-
#: contact_form.php:1304
|
756 |
-
#: contact_form.php:1309
|
757 |
-
#: contact_form.php:1319
|
758 |
-
#: contact_form.php:1324
|
759 |
-
#: contact_form.php:1333
|
760 |
-
#: contact_form.php:1347
|
761 |
-
#: contact_form.php:1352
|
762 |
-
#: contact_form.php:1357
|
763 |
msgid "Default"
|
764 |
msgstr "Varsayılan"
|
765 |
|
766 |
-
#: contact_form.php:
|
767 |
msgid "Label text color"
|
768 |
msgstr "Etiket metninin rengi"
|
769 |
|
770 |
-
#: contact_form.php:
|
771 |
msgid "Placeholder color"
|
772 |
msgstr "Bilgilendirme notu rengi"
|
773 |
|
774 |
-
#: contact_form.php:
|
775 |
msgid "Errors color"
|
776 |
msgstr "Hataların renkleri"
|
777 |
|
778 |
-
#: contact_form.php:
|
779 |
msgid "Error text color"
|
780 |
msgstr "Hata metni rengi"
|
781 |
|
782 |
-
#: contact_form.php:
|
783 |
msgid "Background color of the input field errors"
|
784 |
msgstr "giriş alanı hataları için arka plan rengi"
|
785 |
|
786 |
-
#: contact_form.php:
|
787 |
msgid "Border color of the input field errors"
|
788 |
msgstr "Giriş alanı hataları için border rengi"
|
789 |
|
790 |
-
#: contact_form.php:
|
791 |
msgid "Placeholder color of the input field errors"
|
792 |
msgstr "Giriş alanı hataları için bilgilendirme notu rengi"
|
793 |
|
794 |
-
#: contact_form.php:
|
795 |
msgid "Input fields"
|
796 |
msgstr "Giriş alanları"
|
797 |
|
798 |
-
#: contact_form.php:
|
799 |
msgid "Input fields background color"
|
800 |
msgstr "Giriş alanları arka plan rengi"
|
801 |
|
802 |
-
#: contact_form.php:
|
803 |
msgid "Text fields color"
|
804 |
msgstr "Metin alanlarının rengi"
|
805 |
|
806 |
-
#: contact_form.php:
|
807 |
msgid "Border width in px, numbers only"
|
808 |
msgstr "Bırder genişliği, piksel cinsinden, sadece sayı"
|
809 |
|
810 |
-
#: contact_form.php:
|
811 |
-
#: contact_form.php:1359
|
812 |
msgid "Border color"
|
813 |
msgstr "Border rengi"
|
814 |
|
815 |
-
#: contact_form.php:
|
816 |
msgid "Submit button"
|
817 |
msgstr "Gönderme butonu"
|
818 |
|
819 |
# #: contact_form.php:928
|
820 |
-
#: contact_form.php:
|
821 |
msgid "Width in px, numbers only"
|
822 |
msgstr "Piksel cinsinden genişlik, sadece sayı"
|
823 |
|
824 |
-
#: contact_form.php:
|
825 |
msgid "Button color"
|
826 |
msgstr "Buton rengi"
|
827 |
|
828 |
-
#: contact_form.php:
|
829 |
msgid "Button text color"
|
830 |
msgstr "Buton yazı rengi"
|
831 |
|
832 |
-
#: contact_form.php:
|
833 |
msgid "Contact Form Pro | Preview"
|
834 |
msgstr "İletişim Formu PRO | Ön İzleme"
|
835 |
|
836 |
-
#: contact_form.php:
|
837 |
msgid "Show with errors"
|
838 |
msgstr "Hatalarla göster"
|
839 |
|
840 |
-
#: contact_form.php:
|
841 |
-
#: contact_form.php:1400
|
842 |
msgid "Please enter your full name..."
|
843 |
msgstr "Lütfen tam adınızı yazın"
|
844 |
|
845 |
-
#: contact_form.php:
|
846 |
-
#: contact_form.php:1413
|
847 |
msgid "Please enter your address..."
|
848 |
msgstr "Lütfen adresinizi yazın"
|
849 |
|
850 |
-
#: contact_form.php:
|
851 |
-
#: contact_form.php:1424
|
852 |
msgid "Please enter your email address..."
|
853 |
msgstr "Lütfen e-posta adresinizi yazın"
|
854 |
|
855 |
-
#: contact_form.php:
|
856 |
-
#: contact_form.php:1435
|
857 |
msgid "Please enter your phone number..."
|
858 |
msgstr "Lütfen telefon numaranızı yazın"
|
859 |
|
860 |
-
#: contact_form.php:
|
861 |
-
#: contact_form.php:1446
|
862 |
msgid "Please enter subject..."
|
863 |
msgstr "Lütfen başlık yazın"
|
864 |
|
865 |
-
#: contact_form.php:
|
866 |
-
#: contact_form.php:1456
|
867 |
msgid "Please enter your message..."
|
868 |
msgstr "Lütfen mesajınızı yazın"
|
869 |
|
870 |
-
#: contact_form.php:
|
871 |
msgid "Sorry, email message could not be delivered."
|
872 |
msgstr "Üzgünüz, e-posta mesajınız gönderilemedi."
|
873 |
|
874 |
-
#: contact_form.php:
|
875 |
msgid "Contact from"
|
876 |
msgstr "İletişim Formu"
|
877 |
|
878 |
-
#: contact_form.php:
|
879 |
-
#: contact_form.php:2026
|
880 |
msgid "Phone"
|
881 |
msgstr "Telefon"
|
882 |
|
883 |
-
#: contact_form.php:
|
884 |
-
#: contact_form.php:2033
|
885 |
msgid "Site"
|
886 |
msgstr "Website"
|
887 |
|
888 |
-
#: contact_form.php:
|
889 |
-
msgid "
|
890 |
-
|
|
|
|
|
|
|
|
|
891 |
|
892 |
-
#: contact_form.php:
|
893 |
msgid "Support"
|
894 |
msgstr "Destek"
|
895 |
|
896 |
-
#: contact_form.php:
|
897 |
msgid "Are you sure that you want to delete this language data?"
|
898 |
msgstr "Bu dile ait verileri silmek istediğinize emin misiniz?"
|
899 |
|
900 |
-
#: contact_form.php:
|
901 |
#, fuzzy
|
902 |
msgid "Add multiple forms"
|
903 |
msgstr "Forma ekle"
|
904 |
|
905 |
-
#: contact_form.php:
|
906 |
-
msgid "
|
|
|
|
|
907 |
msgstr ""
|
908 |
|
909 |
-
#: contact_form.php:
|
910 |
#, fuzzy
|
911 |
msgid "Learn more"
|
912 |
msgstr "Llegir més"
|
913 |
|
914 |
-
#: contact_form.php:
|
915 |
msgid "Close"
|
916 |
msgstr ""
|
917 |
|
918 |
-
#: contact_form.php:
|
919 |
#, fuzzy
|
920 |
msgid "allows to store your messages to the database."
|
921 |
msgstr "E-postaları veritabanına kaydet"
|
922 |
|
923 |
-
#: contact_form.php:
|
924 |
msgid "Manage messages that have been sent from your website."
|
925 |
msgstr ""
|
926 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-08-05 09:14+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-08-05 09:14+0300\n"
|
7 |
+
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: Can Atasever <webmaster@canatasever.com>\n"
|
9 |
"Language: ca_ES\n"
|
10 |
"MIME-Version: 1.0\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: contact_form.php:35 contact_form.php:657
|
|
|
20 |
msgid "Contact Form Settings"
|
21 |
msgstr "İletişim Formu Ayarları"
|
22 |
|
24 |
msgid "Contact Form"
|
25 |
msgstr "İletişim Formu"
|
26 |
|
27 |
+
#: contact_form.php:123 contact_form.php:1065 contact_form.php:1099
|
|
|
|
|
28 |
msgid "Name:"
|
29 |
msgstr "İsim:"
|
30 |
|
31 |
+
#: contact_form.php:124 contact_form.php:1066 contact_form.php:1100
|
|
|
|
|
32 |
msgid "Address:"
|
33 |
msgstr "Adres:"
|
34 |
|
35 |
+
#: contact_form.php:125 contact_form.php:1067 contact_form.php:1101
|
|
|
|
|
36 |
msgid "Email Address:"
|
37 |
msgstr "E-posta Adresi:"
|
38 |
|
39 |
+
#: contact_form.php:126 contact_form.php:1068 contact_form.php:1102
|
|
|
|
|
40 |
msgid "Phone number:"
|
41 |
msgstr "Telefon Numarası:"
|
42 |
|
43 |
+
#: contact_form.php:127 contact_form.php:1069 contact_form.php:1103
|
|
|
|
|
44 |
msgid "Subject:"
|
45 |
msgstr "Başlık:"
|
46 |
|
47 |
+
#: contact_form.php:128 contact_form.php:1070 contact_form.php:1104
|
|
|
|
|
48 |
msgid "Message:"
|
49 |
msgstr "Mesaj:"
|
50 |
|
51 |
+
#: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
|
|
|
|
|
52 |
msgid "Attachment:"
|
53 |
msgstr "Eklenecek Dosya:"
|
54 |
|
55 |
#: contact_form.php:130
|
56 |
#, fuzzy
|
57 |
+
msgid ""
|
58 |
+
"Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
|
59 |
+
"EPS, PS, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT. Max file "
|
60 |
+
"size: 2MB"
|
61 |
+
msgstr ""
|
62 |
+
"Desteklenen dosya uzantıları: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, "
|
63 |
+
"BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. En "
|
64 |
+
"büyük dosya boyutu: 2MB"
|
65 |
|
66 |
+
#: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
|
|
|
|
|
67 |
msgid "Send me a copy"
|
68 |
msgstr "Bana bir kopyasını gönder"
|
69 |
|
70 |
+
#: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
|
|
|
|
|
71 |
msgid "Submit"
|
72 |
msgstr "Gönder"
|
73 |
|
124 |
msgstr "İletişime geçtiğiniz için teşekkürler."
|
125 |
|
126 |
#: contact_form.php:546
|
127 |
+
msgid ""
|
128 |
+
"Email 'FROM' field option was changed, which may cause email messages being "
|
129 |
+
"moved to the spam folder or email delivery failures."
|
130 |
msgstr ""
|
131 |
|
132 |
#: contact_form.php:556
|
133 |
+
msgid ""
|
134 |
+
"If the 'Redirect to page' option is selected then the URL field should be in "
|
135 |
+
"the following format"
|
136 |
+
msgstr ""
|
137 |
+
"Eğer 'Sayfaya Yönlendir' seçeneği seçilmişse, URL alanı şu formatta olmalı:"
|
138 |
|
139 |
#: contact_form.php:565
|
140 |
#, fuzzy
|
143 |
|
144 |
#: contact_form.php:575
|
145 |
#, fuzzy
|
146 |
+
msgid ""
|
147 |
+
"Please enter a valid email address in the 'Use this email address' field."
|
148 |
+
msgstr ""
|
149 |
+
"Lütfen 'GÖNDERİCİ' alanına geçerli bir e-posta adresi girin. Ayarlar "
|
150 |
+
"kaydedilmedi."
|
151 |
|
152 |
#: contact_form.php:583
|
153 |
#, fuzzy
|
154 |
msgid "Please enter a valid email address in the 'FROM' field."
|
155 |
+
msgstr ""
|
156 |
+
"Lütfen 'GÖNDERİCİ' alanına geçerli bir e-posta adresi girin. Ayarlar "
|
157 |
+
"kaydedilmedi."
|
158 |
|
159 |
#: contact_form.php:606
|
160 |
msgid "Settings saved."
|
165 |
msgid "Settings are not saved."
|
166 |
msgstr "Ayarlar kaydedildi."
|
167 |
|
168 |
+
#: contact_form.php:646
|
169 |
+
msgid "All plugin settings were restored."
|
170 |
+
msgstr ""
|
171 |
+
|
172 |
+
#: contact_form.php:659 contact_form.php:2208 contact_form.php:2222
|
173 |
msgid "Settings"
|
174 |
msgstr "Ayarlar"
|
175 |
|
176 |
+
#: contact_form.php:660
|
177 |
#, fuzzy
|
178 |
msgid "Additional settings"
|
179 |
msgstr "Ek seçenekler"
|
180 |
|
181 |
+
#: contact_form.php:661
|
182 |
msgid "Appearance"
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: contact_form.php:662 contact_form.php:2223
|
|
|
186 |
msgid "FAQ"
|
187 |
msgstr "SSS"
|
188 |
|
189 |
+
#: contact_form.php:663
|
190 |
msgid "Go PRO"
|
191 |
msgstr ""
|
192 |
|
193 |
+
#: contact_form.php:666 contact_form.php:668
|
|
|
194 |
msgid "Notice:"
|
195 |
msgstr "Bilgi Notu:"
|
196 |
|
197 |
+
#: contact_form.php:666
|
198 |
+
msgid ""
|
199 |
+
"The plugin's settings have been changed. In order to save them please don't "
|
200 |
+
"forget to click the 'Save Changes' button."
|
|
|
|
|
201 |
msgstr ""
|
202 |
+
"Eklentinin ayarları değiştirildi. Değişiklikleri kaydetmek için "
|
203 |
+
"'Değişiklikleri Kaydet' butonuna basmayı unutmayın."
|
204 |
|
|
|
205 |
#: contact_form.php:679
|
206 |
+
msgid ""
|
207 |
+
"If you want to create multiple contact forms, please install the Contact "
|
208 |
+
"Form Multi plugin."
|
209 |
+
msgstr ""
|
210 |
|
211 |
+
#: contact_form.php:686
|
212 |
+
#, fuzzy
|
213 |
+
msgid ""
|
214 |
+
"If you would like to add Contact Form to your website, just copy and paste "
|
215 |
+
"this shortcode to your post or page or widget:"
|
216 |
+
msgstr ""
|
217 |
+
"Eğer sitenize iletişim formu eklemek istiyorsanız, şu kısa kodu yazınıza, "
|
218 |
+
"sayfanıza ya da bileşen alanınıza eklemeniz yeterli."
|
219 |
+
|
220 |
+
#: contact_form.php:686 contact_form.php:687 contact_form.php:689
|
221 |
+
#: contact_form.php:690 contact_form.php:1089 contact_form.php:1091
|
222 |
+
#: contact_form.php:1152 contact_form.php:1154
|
223 |
msgid "or"
|
224 |
msgstr "ya da"
|
225 |
|
226 |
+
#: contact_form.php:687
|
227 |
+
#, fuzzy
|
228 |
+
msgid ""
|
229 |
+
"If you have any problems with the standard shortcode [contact_form], you "
|
230 |
+
"should use the shortcode"
|
231 |
+
msgstr ""
|
232 |
+
"Eğer standart [contact_form] kısa koduyla ilgili bir sorun yaşarsanız, "
|
233 |
+
"şunlardan birini kullanmalısınız"
|
234 |
|
235 |
+
#: contact_form.php:687 contact_form.php:690
|
|
|
236 |
msgid "They work the same way."
|
237 |
msgstr "Aynı şekilde çalışırlar."
|
238 |
|
239 |
+
#: contact_form.php:689 contact_form.php:1501
|
240 |
+
msgid ""
|
241 |
+
"If you would like to add the Contact Form to your website, just copy and "
|
242 |
+
"paste this shortcode to your post or page or widget:"
|
243 |
+
msgstr ""
|
244 |
+
"Eğer sitenize iletişim formu eklemek istiyorsanız, şu kısa kodu yazınıza, "
|
245 |
+
"sayfanıza ya da bileşen alanınıza eklemeniz yeterli."
|
246 |
|
247 |
+
#: contact_form.php:690
|
248 |
+
msgid ""
|
249 |
+
"If have any problems with the standard shortcode [contact_form], you should "
|
250 |
+
"use the shortcode"
|
251 |
+
msgstr ""
|
252 |
+
"Eğer standart [contact_form] kısa koduyla ilgili bir sorun yaşarsanız, "
|
253 |
+
"şunlardan birini kullanmalısınız"
|
254 |
+
|
255 |
+
#: contact_form.php:694
|
256 |
+
msgid ""
|
257 |
+
"If you leave the fields empty, the messages will be sent to the email "
|
258 |
+
"address specified during registration."
|
259 |
+
msgstr ""
|
260 |
+
"Eğer aşağıdaki alanları boş bırakırsanız, kullanıcının mesajı kayıt "
|
261 |
+
"sırasında girilen e-posta adresine gönderilecek."
|
262 |
+
|
263 |
+
#: contact_form.php:697
|
264 |
msgid "The user's email address:"
|
265 |
msgstr "Kullanıcının e-posta adresine:"
|
266 |
|
267 |
+
#: contact_form.php:701
|
268 |
#, fuzzy
|
269 |
msgid "Select a username"
|
270 |
msgstr "Kullanıcı oluştur"
|
271 |
|
272 |
+
#: contact_form.php:714
|
273 |
+
msgid ""
|
274 |
+
"Enter a username of the person who should get the messages from the contact "
|
275 |
+
"form."
|
276 |
+
msgstr ""
|
277 |
+
"İletişim Formu ile gönderilen mesajı almasını istediğiniz kullanıcının adını "
|
278 |
+
"girin."
|
279 |
|
280 |
+
#: contact_form.php:718
|
281 |
msgid "Use this email address:"
|
282 |
msgstr "Mesaj bu e-posta adresine gönderilsin:"
|
283 |
|
284 |
+
#: contact_form.php:722
|
285 |
msgid "Enter the email address you want the messages forwarded to."
|
286 |
msgstr "Mesajın gönderilmesini istediğiniz e-posta adresini girin."
|
287 |
|
288 |
+
#: contact_form.php:731
|
289 |
msgid "Add department selectbox to the contact form:"
|
290 |
msgstr "İletişim Formu'na departman seçenekleri ekleyin"
|
291 |
|
292 |
+
#: contact_form.php:739 contact_form.php:1200 contact_form.php:1384
|
|
|
|
|
293 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
294 |
msgstr "Ücretli sürümü satın alırsanız tüm değişiklikler kaydedilecek."
|
295 |
|
296 |
+
#: contact_form.php:746 contact_form.php:929 contact_form.php:1001
|
297 |
+
#: contact_form.php:1207 contact_form.php:1391
|
298 |
+
msgid "Unlock premium options by upgrading to PRO version."
|
|
|
|
|
|
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: contact_form.php:747 contact_form.php:930 contact_form.php:1002
|
302 |
+
#: contact_form.php:1208 contact_form.php:1392 contact_form.php:2495
|
|
|
|
|
|
|
|
|
303 |
msgid "Learn More"
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: contact_form.php:750 contact_form.php:933 contact_form.php:1005
|
307 |
+
#: contact_form.php:1211 contact_form.php:1395
|
|
|
|
|
|
|
308 |
msgid "Go"
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: contact_form.php:757
|
312 |
msgid "Save emails to the database"
|
313 |
msgstr "E-postaları veritabanına kaydet"
|
314 |
|
315 |
+
#: contact_form.php:762
|
316 |
msgid "Using"
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: contact_form.php:765 contact_form.php:769
|
|
|
320 |
#, fuzzy
|
321 |
msgid "Using Contact Form to DB by BestWebSoft"
|
322 |
msgstr "Contact Form to DB eklentisi ile,"
|
323 |
|
324 |
+
#: contact_form.php:765
|
325 |
#, fuzzy
|
326 |
msgid "Activate"
|
327 |
msgstr "CAPTCHA'yı etkinleştir"
|
328 |
|
329 |
+
#: contact_form.php:769
|
330 |
msgid "Download"
|
331 |
msgstr "Descarregar"
|
332 |
|
333 |
+
#: contact_form.php:779
|
334 |
msgid "What to use?"
|
335 |
msgstr "Hangi yöntem?"
|
336 |
|
337 |
+
#: contact_form.php:784
|
338 |
msgid "Wp-mail"
|
339 |
msgstr "Wp-Mail"
|
340 |
|
341 |
+
#: contact_form.php:786
|
342 |
msgid "You can use the wp_mail function for mailing"
|
343 |
msgstr "E-postanın gönderimi için wp_mail fonksiyonunu kullanabilirsiniz."
|
344 |
|
345 |
+
#: contact_form.php:789
|
346 |
msgid "Mail"
|
347 |
msgstr "Mail"
|
348 |
|
349 |
+
#: contact_form.php:791
|
350 |
msgid "To send mail you can use the php mail function"
|
351 |
msgstr "E-postanın gönderimi için PHP Mail fonksiyonunu kullanabilirsiniz."
|
352 |
|
353 |
+
#: contact_form.php:796
|
354 |
msgid "'FROM' field"
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: contact_form.php:798 contact_form.php:860 contact_form.php:1253
|
358 |
+
#: contact_form.php:2000 contact_form.php:2036
|
|
|
|
|
|
|
359 |
msgid "Name"
|
360 |
msgstr "İsim"
|
361 |
|
362 |
+
#: contact_form.php:805
|
363 |
msgid "User name"
|
364 |
msgstr "Kullanıcı adı"
|
365 |
|
366 |
+
#: contact_form.php:807
|
367 |
+
msgid ""
|
368 |
+
"The name of the user who fills the form will be used in the field 'From'."
|
369 |
msgstr "'Gönderici' alanında formu dolduran ziyaretçinin adı kullanılacak."
|
370 |
|
371 |
+
#: contact_form.php:813 contact_form.php:2011 contact_form.php:2043
|
|
|
|
|
372 |
msgid "Email"
|
373 |
msgstr "E-Posta Adresi"
|
374 |
|
375 |
+
#: contact_form.php:820
|
376 |
msgid "User email"
|
377 |
msgstr "Kullanıcı e-postası"
|
378 |
|
379 |
+
#: contact_form.php:822
|
380 |
+
msgid ""
|
381 |
+
"The email address of the user who fills the form will be used in the field "
|
382 |
+
"'From'."
|
383 |
+
msgstr ""
|
384 |
+
"'Gönderici' alanında formu dolduran kullanıcının e-posta adresi gösterilecek."
|
385 |
|
386 |
+
#: contact_form.php:826
|
387 |
+
msgid ""
|
388 |
+
"If this option is changed, email messages may be moved to the spam folder or "
|
389 |
+
"email delivery failures may occur."
|
390 |
msgstr ""
|
391 |
|
392 |
+
#: contact_form.php:832
|
393 |
msgid "Required symbol"
|
394 |
msgstr "Zorunlu işareti"
|
395 |
|
396 |
+
#: contact_form.php:842
|
397 |
msgid "Fields"
|
398 |
msgstr "Alanlar"
|
399 |
|
400 |
+
#: contact_form.php:843
|
401 |
msgid "Used"
|
402 |
msgstr "Kullanılsın mı?"
|
403 |
|
404 |
+
#: contact_form.php:844
|
405 |
msgid "Required"
|
406 |
msgstr "Zorunlu"
|
407 |
|
408 |
+
#: contact_form.php:845
|
409 |
msgid "Visible"
|
410 |
msgstr "Görünür"
|
411 |
|
412 |
+
#: contact_form.php:846
|
413 |
msgid "Disabled for editing"
|
414 |
msgstr "Düzenlemeye kapatılmış"
|
415 |
|
416 |
+
#: contact_form.php:847
|
417 |
msgid "Field's default value"
|
418 |
msgstr "Alanın varsayılan değeri"
|
419 |
|
420 |
+
#: contact_form.php:852
|
421 |
+
msgid "Department selectbox"
|
422 |
+
msgstr ""
|
423 |
+
|
424 |
+
#: contact_form.php:867
|
425 |
msgid "Use User's name as a default value if the user is logged in."
|
426 |
msgstr ""
|
427 |
|
428 |
+
#: contact_form.php:868 contact_form.php:896
|
429 |
+
msgid ""
|
430 |
+
"'Visible' and 'Disabled for editing' options will be applied only to logged-"
|
431 |
+
"in users."
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: contact_form.php:872
|
435 |
msgid "Location selectbox"
|
436 |
msgstr ""
|
437 |
|
438 |
+
#: contact_form.php:880 contact_form.php:1258 contact_form.php:2006
|
439 |
+
#: contact_form.php:2040
|
|
|
|
|
440 |
msgid "Address"
|
441 |
msgstr "Adres:"
|
442 |
|
443 |
+
#: contact_form.php:888
|
444 |
msgid "Email Address"
|
445 |
msgstr "E-posta Adresi"
|
446 |
|
447 |
+
#: contact_form.php:895
|
448 |
msgid "Use User's email as a default value if the user is logged in."
|
449 |
msgstr ""
|
450 |
|
451 |
+
#: contact_form.php:900
|
452 |
msgid "Phone number"
|
453 |
msgstr "Telefon numarası"
|
454 |
|
455 |
+
#: contact_form.php:908 contact_form.php:1273 contact_form.php:2021
|
456 |
+
#: contact_form.php:2049
|
|
|
|
|
457 |
msgid "Subject"
|
458 |
msgstr "Başlık"
|
459 |
|
460 |
+
#: contact_form.php:916 contact_form.php:1277 contact_form.php:2024
|
461 |
+
#: contact_form.php:2051
|
|
|
|
|
462 |
msgid "Message"
|
463 |
msgstr "Mesaj"
|
464 |
|
465 |
+
#: contact_form.php:940
|
466 |
msgid "Attachment block"
|
467 |
msgstr "Dosya Yükleme"
|
468 |
|
469 |
+
#: contact_form.php:942
|
470 |
msgid "Users can attach the following file formats"
|
471 |
msgstr "Kullanıcılar şu uzantılardaki dosyaları yükleyebilirler"
|
472 |
|
473 |
+
#: contact_form.php:955
|
474 |
msgid "Add to the form"
|
475 |
msgstr "Forma ekle"
|
476 |
|
477 |
+
#: contact_form.php:960
|
478 |
msgid "Tips below the Attachment"
|
479 |
msgstr "Dosya yükleme alanı altında açıklama"
|
480 |
|
481 |
+
#: contact_form.php:969
|
482 |
msgid "'Send me a copy' block"
|
483 |
msgstr "'Mesajın bir kopyasını e-posta adresime gönder' seçeneği"
|
484 |
|
485 |
+
#: contact_form.php:982
|
486 |
msgid "Activate captcha"
|
487 |
msgstr "CAPTCHA'yı etkinleştir"
|
488 |
|
489 |
+
#: contact_form.php:986
|
490 |
msgid "Download captcha"
|
491 |
msgstr "CAPTCHA'yı yükle"
|
492 |
|
493 |
+
#: contact_form.php:994
|
494 |
msgid "Agreement checkbox"
|
495 |
msgstr "Onay kutusu"
|
496 |
|
497 |
+
#: contact_form.php:994
|
498 |
msgid "Required checkbox for submitting the form"
|
499 |
msgstr "Formu göndermek için işaretlenmesi gereken onay kutusu"
|
500 |
|
501 |
+
#: contact_form.php:995
|
502 |
msgid "Optional checkbox"
|
503 |
msgstr "İsteğe bağlı onay kutusu"
|
504 |
|
505 |
+
#: contact_form.php:995
|
506 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
507 |
msgstr "E-posta'da gösterilecek, isteğe bağlı onay kutusu"
|
508 |
|
509 |
+
#: contact_form.php:1013
|
510 |
msgid "Delete an attachment file from the server after the email is sent"
|
511 |
msgstr "E-posta gönderildikten sonra eklenen dosyayı sunucudan sil"
|
512 |
|
513 |
+
#: contact_form.php:1019
|
514 |
msgid "Email in HTML format sending"
|
515 |
msgstr "E-postayı HTML formatında gönder"
|
516 |
|
517 |
+
#: contact_form.php:1023
|
518 |
msgid "Display additional info in the email"
|
519 |
msgstr "E-postanın içerisinde ek bilgiler göster"
|
520 |
|
521 |
+
#: contact_form.php:1029 contact_form.php:1967 contact_form.php:1969
|
|
|
|
|
522 |
msgid "Sent from (ip address)"
|
523 |
msgstr "Gönderilen (IP Adresi)"
|
524 |
|
525 |
+
#: contact_form.php:1029
|
526 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
527 |
msgstr "Örnek: Şu IP adresinden gönderildi:\t127.0.0.1"
|
528 |
|
529 |
+
#: contact_form.php:1030 contact_form.php:1973 contact_form.php:1975
|
|
|
|
|
530 |
msgid "Date/Time"
|
531 |
msgstr "Tarih/Zaman"
|
532 |
|
533 |
+
#: contact_form.php:1030
|
534 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
535 |
msgstr "Örnek: Tarih/Saat:\t19 Ağustos, 2013 - 8:50 ÖS"
|
536 |
|
537 |
+
#: contact_form.php:1031 contact_form.php:1979 contact_form.php:1981
|
|
|
|
|
538 |
msgid "Sent from (referer)"
|
539 |
msgstr "Gönderilen (referer)"
|
540 |
|
541 |
+
#: contact_form.php:1031
|
542 |
+
msgid ""
|
543 |
+
"Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
544 |
msgstr "Örnek: Gönderici:\thttp://bestwebsoft.com/contacts/contact-us/"
|
545 |
|
546 |
+
#: contact_form.php:1032 contact_form.php:1985 contact_form.php:1987
|
|
|
|
|
547 |
msgid "Using (user agent)"
|
548 |
msgstr "Şununla: "
|
549 |
|
550 |
+
#: contact_form.php:1032
|
551 |
+
msgid ""
|
552 |
+
"Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
|
553 |
+
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
554 |
+
msgstr ""
|
555 |
+
"Örnek: Şunu kullanarak:\tMozilla/5.0 (Windows NT 6.2; WOW64) "
|
556 |
+
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
557 |
|
558 |
+
#: contact_form.php:1037
|
559 |
msgid "Language settings for the field names in the form"
|
560 |
msgstr "Formdaki alan adları için dil ayarları 8aşağıdaki iki seçenek için)"
|
561 |
|
562 |
+
#: contact_form.php:1046
|
563 |
msgid "Add a language"
|
564 |
msgstr "Bir dil ekle"
|
565 |
|
566 |
+
#: contact_form.php:1050
|
567 |
msgid "Change the names of the contact form fields and error messages"
|
568 |
+
msgstr ""
|
569 |
+
"Yukarıdan eklenen dile göre İletişim Formu alanlarının isimlerini ve hata "
|
570 |
+
"mesajlarını değiştir"
|
571 |
|
572 |
+
#: contact_form.php:1055 contact_form.php:1142
|
|
|
573 |
msgid "English"
|
574 |
msgstr "İngilizce"
|
575 |
|
576 |
+
#: contact_form.php:1063 contact_form.php:1097
|
|
|
577 |
msgid "click to expand/hide the list"
|
578 |
msgstr ""
|
579 |
|
580 |
+
#: contact_form.php:1072 contact_form.php:1106
|
|
|
581 |
msgid "Tips below the Attachment block"
|
582 |
msgstr "Dosya yükleme alanı altında gösterilecek açıklamalar"
|
583 |
|
584 |
+
#: contact_form.php:1075 contact_form.php:1109
|
|
|
585 |
msgid "Error message for the Name field"
|
586 |
msgstr "'İsim' alanı için hata mesajı"
|
587 |
|
588 |
+
#: contact_form.php:1076 contact_form.php:1110
|
|
|
589 |
msgid "Error message for the Address field"
|
590 |
msgstr "'Adres' alanı için hata mesajı"
|
591 |
|
592 |
+
#: contact_form.php:1077 contact_form.php:1111
|
|
|
593 |
msgid "Error message for the Email field"
|
594 |
msgstr "'E-posta adresş' alanı için hata mesajı"
|
595 |
|
596 |
+
#: contact_form.php:1078 contact_form.php:1112
|
|
|
597 |
msgid "Error message for the Phone field"
|
598 |
msgstr "'Telefon numarası' alanı için hata mesajı"
|
599 |
|
600 |
+
#: contact_form.php:1079 contact_form.php:1113
|
|
|
601 |
msgid "Error message for the Subject field"
|
602 |
msgstr "'Başlık' alanı için hata mesajı"
|
603 |
|
604 |
+
#: contact_form.php:1080 contact_form.php:1114
|
|
|
605 |
msgid "Error message for the Message field"
|
606 |
msgstr "'Mesaj' alanı için hata mesajı"
|
607 |
|
608 |
+
#: contact_form.php:1081 contact_form.php:1115
|
|
|
609 |
msgid "Error message about the file type for the Attachment field"
|
610 |
msgstr "Yüklenen dosyanın uzantısıyla ilgili hata mesajı"
|
611 |
|
612 |
+
#: contact_form.php:1082 contact_form.php:1116
|
613 |
+
msgid ""
|
614 |
+
"Error message while uploading a file for the Attachment field to the server"
|
615 |
msgstr "Dosya yüklenirken oluşan hata için hata mesajı"
|
616 |
|
617 |
+
#: contact_form.php:1083 contact_form.php:1117
|
|
|
618 |
msgid "Error message while moving the file for the Attachment field"
|
619 |
msgstr "Yüklenecek dosya seçilirken oluşan hata için hata mesajı"
|
620 |
|
621 |
+
#: contact_form.php:1084 contact_form.php:1118
|
|
|
622 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
623 |
msgstr "En fazla dosya yükleme boyutu sınırı açıldığında oluşan hata mesajı"
|
624 |
|
625 |
+
#: contact_form.php:1085 contact_form.php:1119
|
|
|
626 |
msgid "Error message for the Captcha field"
|
627 |
msgstr "CAPTCHA alanı için hata mesajı"
|
628 |
|
629 |
+
#: contact_form.php:1086 contact_form.php:1120
|
|
|
630 |
msgid "Error message for the whole form"
|
631 |
msgstr "Formun geneli için hata mesajı"
|
632 |
|
633 |
+
#: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
|
634 |
+
#: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
|
635 |
+
#: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
|
636 |
+
#: contact_form.php:2358
|
|
|
|
|
|
|
|
|
|
|
|
|
637 |
msgid "Use shortcode"
|
638 |
msgstr "Kısa kodu kullan"
|
639 |
|
640 |
+
#: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
|
641 |
+
#: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
|
642 |
+
#: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
|
643 |
+
#: contact_form.php:2358
|
|
|
|
|
|
|
|
|
|
|
|
|
644 |
msgid "for this language"
|
645 |
msgstr "bu dil için"
|
646 |
|
647 |
+
#: contact_form.php:1133
|
648 |
#, fuzzy
|
649 |
msgid "Use the changed names of the contact form fields in the email"
|
650 |
+
msgstr ""
|
651 |
+
"Yukarıdan eklenen dile göre İletişim Formu alanlarının isimlerini ve hata "
|
652 |
+
"mesajlarını değiştir"
|
653 |
|
654 |
+
#: contact_form.php:1139
|
655 |
msgid "Action after email is sent"
|
656 |
msgstr "E-posta gönderildikten sonra ne yapılsın?"
|
657 |
|
658 |
+
#: contact_form.php:1141
|
659 |
msgid "Display text"
|
660 |
msgstr "Metin göster"
|
661 |
|
662 |
+
#: contact_form.php:1150 contact_form.php:1160
|
|
|
663 |
msgid "Text"
|
664 |
msgstr "Metin"
|
665 |
|
666 |
+
#: contact_form.php:1171
|
667 |
msgid "Redirect to the page"
|
668 |
msgstr "Sayfaya yönlendir"
|
669 |
|
670 |
+
#: contact_form.php:1172
|
671 |
msgid "Url"
|
672 |
msgstr "URL"
|
673 |
|
674 |
+
#: contact_form.php:1176
|
675 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
676 |
msgstr ""
|
677 |
|
678 |
+
#: contact_form.php:1181
|
679 |
+
msgid ""
|
680 |
+
"If you are not sure whether to change this setting or not, please do not do "
|
681 |
+
"that."
|
682 |
msgstr ""
|
683 |
|
684 |
+
#: contact_form.php:1191
|
685 |
msgid "Auto Response"
|
686 |
msgstr ""
|
687 |
|
688 |
+
#: contact_form.php:1195
|
689 |
#, php-format
|
690 |
+
msgid ""
|
691 |
+
"You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
|
692 |
+
"display data from the Message field, as well as %%SITENAME%% to display blog "
|
693 |
+
"name."
|
694 |
msgstr ""
|
695 |
|
696 |
+
#: contact_form.php:1220 contact_form.php:1402
|
|
|
697 |
msgid "Save Changes"
|
698 |
msgstr "Değişiklikleri Kaydet"
|
699 |
|
700 |
+
#: contact_form.php:1233
|
701 |
msgid "Errors output"
|
702 |
msgstr "Hata çıktısı"
|
703 |
|
704 |
+
#: contact_form.php:1236
|
705 |
msgid "Display error messages"
|
706 |
msgstr "Hata mesajlarını göster"
|
707 |
|
708 |
+
#: contact_form.php:1237
|
709 |
msgid "Color of the input field errors."
|
710 |
msgstr "Giriş alanlarının hata rengi"
|
711 |
|
712 |
+
#: contact_form.php:1238
|
713 |
msgid "Display error messages & color of the input field errors"
|
714 |
msgstr "Hata mesajlarını ve giriş alanı hata rengini göster"
|
715 |
|
716 |
+
#: contact_form.php:1243
|
717 |
msgid "Add placeholder to the input blocks"
|
718 |
msgstr "Giriş alanlarına bilgilendirme notu ekle"
|
719 |
|
720 |
+
#: contact_form.php:1249
|
721 |
msgid "Add tooltips"
|
722 |
msgstr "Şunları ekle:"
|
723 |
|
724 |
+
#: contact_form.php:1263
|
725 |
msgid "Email address"
|
726 |
msgstr "E-posta adresi"
|
727 |
|
728 |
+
#: contact_form.php:1268
|
729 |
msgid "Phone Number"
|
730 |
msgstr "Telefon Numarası"
|
731 |
|
732 |
+
#: contact_form.php:1282
|
733 |
msgid "Attachment"
|
734 |
msgstr "Dosya Yükleme"
|
735 |
|
736 |
+
#: contact_form.php:1292
|
737 |
msgid "Style options"
|
738 |
msgstr "Tasarım ayarları"
|
739 |
|
740 |
+
#: contact_form.php:1295
|
741 |
msgid "Text color"
|
742 |
msgstr "Metin rengi"
|
743 |
|
744 |
+
#: contact_form.php:1298 contact_form.php:1303 contact_form.php:1313
|
745 |
+
#: contact_form.php:1318 contact_form.php:1323 contact_form.php:1328
|
746 |
+
#: contact_form.php:1338 contact_form.php:1343 contact_form.php:1352
|
747 |
+
#: contact_form.php:1366 contact_form.php:1371 contact_form.php:1376
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
748 |
msgid "Default"
|
749 |
msgstr "Varsayılan"
|
750 |
|
751 |
+
#: contact_form.php:1300
|
752 |
msgid "Label text color"
|
753 |
msgstr "Etiket metninin rengi"
|
754 |
|
755 |
+
#: contact_form.php:1305
|
756 |
msgid "Placeholder color"
|
757 |
msgstr "Bilgilendirme notu rengi"
|
758 |
|
759 |
+
#: contact_form.php:1310
|
760 |
msgid "Errors color"
|
761 |
msgstr "Hataların renkleri"
|
762 |
|
763 |
+
#: contact_form.php:1315
|
764 |
msgid "Error text color"
|
765 |
msgstr "Hata metni rengi"
|
766 |
|
767 |
+
#: contact_form.php:1320
|
768 |
msgid "Background color of the input field errors"
|
769 |
msgstr "giriş alanı hataları için arka plan rengi"
|
770 |
|
771 |
+
#: contact_form.php:1325
|
772 |
msgid "Border color of the input field errors"
|
773 |
msgstr "Giriş alanı hataları için border rengi"
|
774 |
|
775 |
+
#: contact_form.php:1330
|
776 |
msgid "Placeholder color of the input field errors"
|
777 |
msgstr "Giriş alanı hataları için bilgilendirme notu rengi"
|
778 |
|
779 |
+
#: contact_form.php:1335
|
780 |
msgid "Input fields"
|
781 |
msgstr "Giriş alanları"
|
782 |
|
783 |
+
#: contact_form.php:1340
|
784 |
msgid "Input fields background color"
|
785 |
msgstr "Giriş alanları arka plan rengi"
|
786 |
|
787 |
+
#: contact_form.php:1345
|
788 |
msgid "Text fields color"
|
789 |
msgstr "Metin alanlarının rengi"
|
790 |
|
791 |
+
#: contact_form.php:1349
|
792 |
msgid "Border width in px, numbers only"
|
793 |
msgstr "Bırder genişliği, piksel cinsinden, sadece sayı"
|
794 |
|
795 |
+
#: contact_form.php:1354 contact_form.php:1378
|
|
|
796 |
msgid "Border color"
|
797 |
msgstr "Border rengi"
|
798 |
|
799 |
+
#: contact_form.php:1359
|
800 |
msgid "Submit button"
|
801 |
msgstr "Gönderme butonu"
|
802 |
|
803 |
# #: contact_form.php:928
|
804 |
+
#: contact_form.php:1363
|
805 |
msgid "Width in px, numbers only"
|
806 |
msgstr "Piksel cinsinden genişlik, sadece sayı"
|
807 |
|
808 |
+
#: contact_form.php:1368
|
809 |
msgid "Button color"
|
810 |
msgstr "Buton rengi"
|
811 |
|
812 |
+
#: contact_form.php:1373
|
813 |
msgid "Button text color"
|
814 |
msgstr "Buton yazı rengi"
|
815 |
|
816 |
+
#: contact_form.php:1406
|
817 |
msgid "Contact Form Pro | Preview"
|
818 |
msgstr "İletişim Formu PRO | Ön İzleme"
|
819 |
|
820 |
+
#: contact_form.php:1408
|
821 |
msgid "Show with errors"
|
822 |
msgstr "Hatalarla göster"
|
823 |
|
824 |
+
#: contact_form.php:1417 contact_form.php:1419
|
|
|
825 |
msgid "Please enter your full name..."
|
826 |
msgstr "Lütfen tam adınızı yazın"
|
827 |
|
828 |
+
#: contact_form.php:1430 contact_form.php:1432
|
|
|
829 |
msgid "Please enter your address..."
|
830 |
msgstr "Lütfen adresinizi yazın"
|
831 |
|
832 |
+
#: contact_form.php:1441 contact_form.php:1443
|
|
|
833 |
msgid "Please enter your email address..."
|
834 |
msgstr "Lütfen e-posta adresinizi yazın"
|
835 |
|
836 |
+
#: contact_form.php:1452 contact_form.php:1454
|
|
|
837 |
msgid "Please enter your phone number..."
|
838 |
msgstr "Lütfen telefon numaranızı yazın"
|
839 |
|
840 |
+
#: contact_form.php:1463 contact_form.php:1465
|
|
|
841 |
msgid "Please enter subject..."
|
842 |
msgstr "Lütfen başlık yazın"
|
843 |
|
844 |
+
#: contact_form.php:1473 contact_form.php:1475
|
|
|
845 |
msgid "Please enter your message..."
|
846 |
msgstr "Lütfen mesajınızı yazın"
|
847 |
|
848 |
+
#: contact_form.php:1586
|
849 |
msgid "Sorry, email message could not be delivered."
|
850 |
msgstr "Üzgünüz, e-posta mesajınız gönderilemedi."
|
851 |
|
852 |
+
#: contact_form.php:1994
|
853 |
msgid "Contact from"
|
854 |
msgstr "İletişim Formu"
|
855 |
|
856 |
+
#: contact_form.php:2016 contact_form.php:2046
|
|
|
857 |
msgid "Phone"
|
858 |
msgstr "Telefon"
|
859 |
|
860 |
+
#: contact_form.php:2027 contact_form.php:2053
|
|
|
861 |
msgid "Site"
|
862 |
msgstr "Website"
|
863 |
|
864 |
+
#: contact_form.php:2140
|
865 |
+
msgid ""
|
866 |
+
"If you can see this MIME, it means that the MIME type is not supported by "
|
867 |
+
"your email client!"
|
868 |
+
msgstr ""
|
869 |
+
"Eğer bu MIME'ı görüyorsanız, bu e-posta sunucunuzun MIME'ı desteklemediği "
|
870 |
+
"anlamına gelir!"
|
871 |
|
872 |
+
#: contact_form.php:2224
|
873 |
msgid "Support"
|
874 |
msgstr "Destek"
|
875 |
|
876 |
+
#: contact_form.php:2273
|
877 |
msgid "Are you sure that you want to delete this language data?"
|
878 |
msgstr "Bu dile ait verileri silmek istediğinize emin misiniz?"
|
879 |
|
880 |
+
#: contact_form.php:2294
|
881 |
#, fuzzy
|
882 |
msgid "Add multiple forms"
|
883 |
msgstr "Forma ekle"
|
884 |
|
885 |
+
#: contact_form.php:2294
|
886 |
+
msgid ""
|
887 |
+
"Install Contact Form Multi plugin to create unlimited number of contact "
|
888 |
+
"forms."
|
889 |
msgstr ""
|
890 |
|
891 |
+
#: contact_form.php:2299
|
892 |
#, fuzzy
|
893 |
msgid "Learn more"
|
894 |
msgstr "Llegir més"
|
895 |
|
896 |
+
#: contact_form.php:2303
|
897 |
msgid "Close"
|
898 |
msgstr ""
|
899 |
|
900 |
+
#: contact_form.php:2491
|
901 |
#, fuzzy
|
902 |
msgid "allows to store your messages to the database."
|
903 |
msgstr "E-postaları veritabanına kaydet"
|
904 |
|
905 |
+
#: contact_form.php:2492
|
906 |
msgid "Manage messages that have been sent from your website."
|
907 |
msgstr ""
|
908 |
|
languages/contact_form-uk.mo
CHANGED
Binary file
|
languages/contact_form-uk.po
CHANGED
@@ -2,9 +2,9 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Contact Form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
-
"Last-Translator: bestwebsoft.com <
|
8 |
"Language-Team: The BestWebSoft Team <plugin@bestwebsoft.com>\n"
|
9 |
"Language: uk\n"
|
10 |
"MIME-Version: 1.0\n"
|
@@ -18,8 +18,7 @@ msgstr ""
|
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
# @ contact_form
|
21 |
-
#: contact_form.php:35
|
22 |
-
#: contact_form.php:650
|
23 |
msgid "Contact Form Settings"
|
24 |
msgstr "Налаштування Contact Form"
|
25 |
|
@@ -29,70 +28,58 @@ msgid "Contact Form"
|
|
29 |
msgstr "Contact Form"
|
30 |
|
31 |
# @ contact_form
|
32 |
-
#: contact_form.php:123
|
33 |
-
#: contact_form.php:1047
|
34 |
-
#: contact_form.php:1081
|
35 |
msgid "Name:"
|
36 |
msgstr "Ім'я:"
|
37 |
|
38 |
# @ contact_form
|
39 |
-
#: contact_form.php:124
|
40 |
-
#: contact_form.php:1048
|
41 |
-
#: contact_form.php:1082
|
42 |
msgid "Address:"
|
43 |
msgstr "Адреса:"
|
44 |
|
45 |
# @ contact_form
|
46 |
-
#: contact_form.php:125
|
47 |
-
#: contact_form.php:1049
|
48 |
-
#: contact_form.php:1083
|
49 |
msgid "Email Address:"
|
50 |
msgstr "Емейл:"
|
51 |
|
52 |
# @ contact_form
|
53 |
-
#: contact_form.php:126
|
54 |
-
#: contact_form.php:1050
|
55 |
-
#: contact_form.php:1084
|
56 |
msgid "Phone number:"
|
57 |
msgstr "Номер телефону:"
|
58 |
|
59 |
# @ contact_form
|
60 |
-
#: contact_form.php:127
|
61 |
-
#: contact_form.php:1051
|
62 |
-
#: contact_form.php:1085
|
63 |
msgid "Subject:"
|
64 |
msgstr "Тема:"
|
65 |
|
66 |
# @ contact_form
|
67 |
-
#: contact_form.php:128
|
68 |
-
#: contact_form.php:1052
|
69 |
-
#: contact_form.php:1086
|
70 |
msgid "Message:"
|
71 |
msgstr "Повідомлення:"
|
72 |
|
73 |
# @ contact_form
|
74 |
-
#: contact_form.php:129
|
75 |
-
#: contact_form.php:1053
|
76 |
-
#: contact_form.php:1087
|
77 |
msgid "Attachment:"
|
78 |
msgstr "Вкладений файл:"
|
79 |
|
80 |
# @ contact_form
|
81 |
#: contact_form.php:130
|
82 |
-
msgid "
|
83 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
84 |
|
85 |
# @ contact_form
|
86 |
-
#: contact_form.php:131
|
87 |
-
#: contact_form.php:1055
|
88 |
-
#: contact_form.php:1089
|
89 |
msgid "Send me a copy"
|
90 |
msgstr "Надіслати мені копію"
|
91 |
|
92 |
# @ contact_form
|
93 |
-
#: contact_form.php:132
|
94 |
-
#: contact_form.php:1056
|
95 |
-
#: contact_form.php:1090
|
96 |
msgid "Submit"
|
97 |
msgstr "Підтвердити"
|
98 |
|
@@ -104,12 +91,12 @@ msgstr "Необхідно вказати своє ім'я."
|
|
104 |
# @ contact_form
|
105 |
#: contact_form.php:134
|
106 |
msgid "Address is required."
|
107 |
-
msgstr "Необхідно вказати
|
108 |
|
109 |
# @ contact_form
|
110 |
#: contact_form.php:135
|
111 |
msgid "A valid email address is required."
|
112 |
-
msgstr "Необхідно вказати
|
113 |
|
114 |
# @ contact_form
|
115 |
#: contact_form.php:136
|
@@ -129,7 +116,7 @@ msgstr "Повідомлення не може бути порожнім."
|
|
129 |
# @ contact_form
|
130 |
#: contact_form.php:139
|
131 |
msgid "File format is not valid."
|
132 |
-
msgstr "
|
133 |
|
134 |
# @ contact_form
|
135 |
#: contact_form.php:140
|
@@ -162,13 +149,21 @@ msgid "Thank you for contacting us."
|
|
162 |
msgstr "Дякуємо, що зв'язалися з нами."
|
163 |
|
164 |
#: contact_form.php:546
|
165 |
-
msgid "
|
166 |
-
|
|
|
|
|
|
|
|
|
167 |
|
168 |
# @ contact_form
|
169 |
#: contact_form.php:556
|
170 |
-
msgid "
|
171 |
-
|
|
|
|
|
|
|
|
|
172 |
|
173 |
# @ contact_form
|
174 |
#: contact_form.php:565
|
@@ -177,13 +172,15 @@ msgstr "Такого користувача не існує."
|
|
177 |
|
178 |
# @ contact_form
|
179 |
#: contact_form.php:575
|
180 |
-
msgid "
|
181 |
-
|
|
|
|
|
182 |
|
183 |
# @ contact_form
|
184 |
#: contact_form.php:583
|
185 |
msgid "Please enter a valid email address in the 'FROM' field."
|
186 |
-
msgstr "Будь ласка, введіть
|
187 |
|
188 |
# @ contact_form
|
189 |
#: contact_form.php:606
|
@@ -195,901 +192,912 @@ msgstr "Налаштування збережено."
|
|
195 |
msgid "Settings are not saved."
|
196 |
msgstr "Налаштування не збережено."
|
197 |
|
|
|
|
|
|
|
|
|
198 |
# @ contact_form
|
199 |
-
#: contact_form.php:
|
200 |
-
#: contact_form.php:2188
|
201 |
-
#: contact_form.php:2202
|
202 |
msgid "Settings"
|
203 |
msgstr "Налаштування"
|
204 |
|
205 |
# @ contact_form
|
206 |
-
#: contact_form.php:
|
207 |
msgid "Additional settings"
|
208 |
msgstr "Додаткові налаштування"
|
209 |
|
210 |
-
#: contact_form.php:
|
211 |
msgid "Appearance"
|
212 |
msgstr "Відображення"
|
213 |
|
214 |
# @ contact_form
|
215 |
-
#: contact_form.php:
|
216 |
-
#: contact_form.php:2203
|
217 |
msgid "FAQ"
|
218 |
msgstr "FAQ"
|
219 |
|
220 |
# @ contact_form
|
221 |
-
#: contact_form.php:
|
222 |
msgid "Go PRO"
|
223 |
msgstr "Перейти на Pro версію"
|
224 |
|
225 |
# @ contact_form
|
226 |
-
#: contact_form.php:
|
227 |
-
#: contact_form.php:661
|
228 |
msgid "Notice:"
|
229 |
msgstr "Зауважте:"
|
230 |
|
231 |
# @ contact_form
|
232 |
-
#: contact_form.php:
|
233 |
-
msgid "
|
234 |
-
|
|
|
|
|
|
|
|
|
235 |
|
236 |
# @ contact_form
|
237 |
-
#: contact_form.php:
|
238 |
-
msgid "
|
239 |
-
|
|
|
|
|
|
|
|
|
240 |
|
241 |
# @ contact_form
|
242 |
-
#: contact_form.php:
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
msgstr "
|
|
|
|
|
247 |
|
248 |
# @ contact_form
|
249 |
-
#: contact_form.php:
|
250 |
-
#: contact_form.php:
|
251 |
-
#: contact_form.php:
|
252 |
-
#: contact_form.php:680
|
253 |
-
#: contact_form.php:1071
|
254 |
-
#: contact_form.php:1073
|
255 |
-
#: contact_form.php:1134
|
256 |
-
#: contact_form.php:1136
|
257 |
msgid "or"
|
258 |
msgstr "чи"
|
259 |
|
260 |
# @ contact_form
|
261 |
-
#: contact_form.php:
|
262 |
-
|
263 |
-
|
264 |
-
|
|
|
|
|
|
|
265 |
|
266 |
# @ contact_form
|
267 |
-
#: contact_form.php:
|
268 |
-
#: contact_form.php:680
|
269 |
msgid "They work the same way."
|
270 |
msgstr "Вони працюють однаково."
|
271 |
|
272 |
# @ contact_form
|
273 |
-
#: contact_form.php:
|
274 |
-
msgid "
|
275 |
-
|
|
|
|
|
|
|
|
|
276 |
|
277 |
# @ contact_form
|
278 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
279 |
msgid "The user's email address:"
|
280 |
msgstr "Емейл користувача:"
|
281 |
|
282 |
# @ contact_form
|
283 |
-
#: contact_form.php:
|
284 |
msgid "Select a username"
|
285 |
msgstr "Виберіть ім'я користувача"
|
286 |
|
287 |
# @ contact_form
|
288 |
-
#: contact_form.php:
|
289 |
-
msgid "
|
290 |
-
|
|
|
|
|
|
|
291 |
|
292 |
# @ contact_form
|
293 |
-
#: contact_form.php:
|
294 |
msgid "Use this email address:"
|
295 |
msgstr "Використовувати цей емейл:"
|
296 |
|
297 |
# @ contact_form
|
298 |
-
#: contact_form.php:
|
299 |
msgid "Enter the email address you want the messages forwarded to."
|
300 |
msgstr "Вкажіть емейл, на який ви бажаєте отримувати повідомлення."
|
301 |
|
302 |
# @ contact_form
|
303 |
-
#: contact_form.php:
|
304 |
msgid "Add department selectbox to the contact form:"
|
305 |
msgstr "Додати поле для вибору департаменту до контактної форми:"
|
306 |
|
307 |
# @ contact_form
|
308 |
-
#: contact_form.php:
|
309 |
-
#: contact_form.php:1182
|
310 |
-
#: contact_form.php:1365
|
311 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
312 |
msgstr "Якщо ви перейдете на Pro версію, всі налаштування будуть збережені."
|
313 |
|
314 |
# @ contact_form
|
315 |
-
#: contact_form.php:
|
316 |
-
#: contact_form.php:
|
317 |
-
|
318 |
-
#: contact_form.php:1189
|
319 |
-
#: contact_form.php:1372
|
320 |
-
msgid "Unlock premium options by upgrading to a PRO version."
|
321 |
msgstr "Зробити доступними преміум-опції, перейшовши на PRO версію."
|
322 |
|
323 |
# @ contact_form
|
324 |
-
#: contact_form.php:
|
325 |
-
#: contact_form.php:
|
326 |
-
#: contact_form.php:984
|
327 |
-
#: contact_form.php:1190
|
328 |
-
#: contact_form.php:1373
|
329 |
-
#: contact_form.php:2475
|
330 |
msgid "Learn More"
|
331 |
msgstr "Дізнатись більше"
|
332 |
|
333 |
# @ contact_form
|
334 |
-
#: contact_form.php:
|
335 |
-
#: contact_form.php:
|
336 |
-
#: contact_form.php:987
|
337 |
-
#: contact_form.php:1193
|
338 |
-
#: contact_form.php:1376
|
339 |
msgid "Go"
|
340 |
msgstr "Перейти"
|
341 |
|
342 |
# @ contact_form
|
343 |
-
#: contact_form.php:
|
344 |
msgid "Save emails to the database"
|
345 |
msgstr "Зберігати емейли у базі даних"
|
346 |
|
347 |
# @ contact_form
|
348 |
-
#: contact_form.php:
|
349 |
msgid "Using"
|
350 |
msgstr "Використовуючи"
|
351 |
|
352 |
# @ contact_form
|
353 |
-
#: contact_form.php:
|
354 |
-
#: contact_form.php:759
|
355 |
msgid "Using Contact Form to DB by BestWebSoft"
|
356 |
msgstr "Використовуючи Contact Form to DB by BestWebSoft"
|
357 |
|
358 |
# @ contact_form
|
359 |
-
#: contact_form.php:
|
360 |
msgid "Activate"
|
361 |
msgstr "Активувати"
|
362 |
|
363 |
# @ contact_form
|
364 |
-
#: contact_form.php:
|
365 |
msgid "Download"
|
366 |
msgstr "Завантажити"
|
367 |
|
368 |
# @ contact_form
|
369 |
-
#: contact_form.php:
|
370 |
msgid "What to use?"
|
371 |
msgstr "Що використовувати?"
|
372 |
|
373 |
# @ contact_form
|
374 |
-
#: contact_form.php:
|
375 |
msgid "Wp-mail"
|
376 |
msgstr "Wp-mail"
|
377 |
|
378 |
# @ contact_form
|
379 |
-
#: contact_form.php:
|
380 |
msgid "You can use the wp_mail function for mailing"
|
381 |
-
msgstr "
|
|
|
|
|
382 |
|
383 |
# @ contact_form
|
384 |
-
#: contact_form.php:
|
385 |
msgid "Mail"
|
386 |
msgstr "Пошта"
|
387 |
|
388 |
# @ contact_form
|
389 |
-
#: contact_form.php:
|
390 |
msgid "To send mail you can use the php mail function"
|
391 |
msgstr "Для відправлення пошти Ви можете використовувати функцію php mail"
|
392 |
|
393 |
-
#: contact_form.php:
|
394 |
msgid "'FROM' field"
|
395 |
msgstr "Поле 'Від'"
|
396 |
|
397 |
# @ contact_form
|
398 |
-
#: contact_form.php:
|
399 |
-
#: contact_form.php:
|
400 |
-
#: contact_form.php:1234
|
401 |
-
#: contact_form.php:1980
|
402 |
-
#: contact_form.php:2016
|
403 |
msgid "Name"
|
404 |
msgstr "Ім'я"
|
405 |
|
406 |
# @ contact_form
|
407 |
-
#: contact_form.php:
|
408 |
msgid "User name"
|
409 |
msgstr "Ім’я користувача"
|
410 |
|
411 |
# @ contact_form
|
412 |
-
#: contact_form.php:
|
413 |
-
msgid "
|
414 |
-
|
|
|
|
|
|
|
415 |
|
416 |
# @ contact_form
|
417 |
-
#: contact_form.php:
|
418 |
-
#: contact_form.php:1991
|
419 |
-
#: contact_form.php:2023
|
420 |
msgid "Email"
|
421 |
msgstr "Емейл"
|
422 |
|
423 |
# @ contact_form
|
424 |
-
#: contact_form.php:
|
425 |
msgid "User email"
|
426 |
msgstr "Емейл користувача"
|
427 |
|
428 |
# @ contact_form
|
429 |
-
#: contact_form.php:
|
430 |
-
msgid "
|
431 |
-
|
|
|
|
|
|
|
|
|
432 |
|
433 |
-
#: contact_form.php:
|
434 |
-
msgid "
|
435 |
-
|
|
|
|
|
|
|
|
|
436 |
|
437 |
# @ contact_form
|
438 |
-
#: contact_form.php:
|
439 |
msgid "Required symbol"
|
440 |
msgstr "Обов'язковий символ"
|
441 |
|
442 |
# @ contact_form
|
443 |
-
#: contact_form.php:
|
444 |
msgid "Fields"
|
445 |
msgstr "Поля"
|
446 |
|
447 |
# @ contact_form
|
448 |
-
#: contact_form.php:
|
449 |
msgid "Used"
|
450 |
msgstr "Що використовуються"
|
451 |
|
452 |
# @ contact_form
|
453 |
-
#: contact_form.php:
|
454 |
msgid "Required"
|
455 |
msgstr "Обов’язковий"
|
456 |
|
457 |
# @ contact_form
|
458 |
-
#: contact_form.php:
|
459 |
msgid "Visible"
|
460 |
msgstr "Видимі"
|
461 |
|
462 |
# @ contact_form
|
463 |
-
#: contact_form.php:
|
464 |
msgid "Disabled for editing"
|
465 |
msgstr "Заборонено для редагування"
|
466 |
|
467 |
# @ contact_form
|
468 |
-
#: contact_form.php:
|
469 |
msgid "Field's default value"
|
470 |
msgstr "Стандартне значення поля"
|
471 |
|
472 |
-
|
|
|
|
|
|
|
|
|
|
|
473 |
msgid "Use User's name as a default value if the user is logged in."
|
474 |
-
msgstr "
|
|
|
|
|
475 |
|
476 |
-
#: contact_form.php:
|
477 |
-
|
478 |
-
|
479 |
-
|
|
|
|
|
|
|
480 |
|
481 |
# @ contact_form
|
482 |
-
#: contact_form.php:
|
483 |
msgid "Location selectbox"
|
484 |
msgstr "Список розміщень"
|
485 |
|
486 |
# @ contact_form
|
487 |
-
#: contact_form.php:
|
488 |
-
#: contact_form.php:
|
489 |
-
#: contact_form.php:1986
|
490 |
-
#: contact_form.php:2020
|
491 |
msgid "Address"
|
492 |
msgstr "Адреса"
|
493 |
|
494 |
# @ contact_form
|
495 |
-
#: contact_form.php:
|
496 |
msgid "Email Address"
|
497 |
msgstr "Емейл"
|
498 |
|
499 |
-
#: contact_form.php:
|
500 |
msgid "Use User's email as a default value if the user is logged in."
|
501 |
-
msgstr "
|
|
|
|
|
502 |
|
503 |
# @ contact_form
|
504 |
-
#: contact_form.php:
|
505 |
msgid "Phone number"
|
506 |
msgstr "Номер телефону"
|
507 |
|
508 |
# @ contact_form
|
509 |
-
#: contact_form.php:
|
510 |
-
#: contact_form.php:
|
511 |
-
#: contact_form.php:2001
|
512 |
-
#: contact_form.php:2029
|
513 |
msgid "Subject"
|
514 |
msgstr "Тема"
|
515 |
|
516 |
# @ contact_form
|
517 |
-
#: contact_form.php:
|
518 |
-
#: contact_form.php:
|
519 |
-
#: contact_form.php:2004
|
520 |
-
#: contact_form.php:2031
|
521 |
msgid "Message"
|
522 |
msgstr "Повідомлення"
|
523 |
|
524 |
# @ contact_form
|
525 |
-
#: contact_form.php:
|
526 |
msgid "Attachment block"
|
527 |
msgstr "Блок для прикріплення файлів"
|
528 |
|
529 |
# @ contact_form
|
530 |
-
#: contact_form.php:
|
531 |
msgid "Users can attach the following file formats"
|
532 |
msgstr "Користувачі можуть прикріплювати файли наступних форматів"
|
533 |
|
534 |
# @ contact_form
|
535 |
-
#: contact_form.php:
|
536 |
msgid "Add to the form"
|
537 |
msgstr "Додати до форми"
|
538 |
|
539 |
# @ contact_form
|
540 |
-
#: contact_form.php:
|
541 |
msgid "Tips below the Attachment"
|
542 |
msgstr "Показувати підказки під блоком прикріплених файлів"
|
543 |
|
544 |
# @ contact_form
|
545 |
-
#: contact_form.php:
|
546 |
msgid "'Send me a copy' block"
|
547 |
msgstr "Показати блок 'Надіслати мені копію'"
|
548 |
|
549 |
# @ contact_form
|
550 |
-
#: contact_form.php:
|
551 |
msgid "Activate captcha"
|
552 |
msgstr "Активувати captcha"
|
553 |
|
554 |
# @ contact_form
|
555 |
-
#: contact_form.php:
|
556 |
msgid "Download captcha"
|
557 |
msgstr "Завантажити captcha"
|
558 |
|
559 |
# @ contact_form
|
560 |
-
#: contact_form.php:
|
561 |
msgid "Agreement checkbox"
|
562 |
msgstr "Чекбокс для погодження"
|
563 |
|
564 |
# @ contact_form
|
565 |
-
#: contact_form.php:
|
566 |
msgid "Required checkbox for submitting the form"
|
567 |
msgstr "Необхідний чекбокс для відправки форми"
|
568 |
|
569 |
# @ contact_form
|
570 |
-
#: contact_form.php:
|
571 |
msgid "Optional checkbox"
|
572 |
msgstr "Необов’язковий чекбокс"
|
573 |
|
574 |
# @ contact_form
|
575 |
-
#: contact_form.php:
|
576 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
577 |
msgstr "Необов’язковий чекбокс, результати якого буде відображено в емейлі"
|
578 |
|
579 |
# @ contact_form
|
580 |
-
#: contact_form.php:
|
581 |
msgid "Delete an attachment file from the server after the email is sent"
|
582 |
msgstr "Видаляти прикріплений файл з серверу після того, як емейл відправлено"
|
583 |
|
584 |
# @ contact_form
|
585 |
-
#: contact_form.php:
|
586 |
msgid "Email in HTML format sending"
|
587 |
msgstr "Відправка емейлу в форматі HTML"
|
588 |
|
589 |
# @ contact_form
|
590 |
-
#: contact_form.php:
|
591 |
msgid "Display additional info in the email"
|
592 |
msgstr "Відображати додаткову інформацію у емейлі"
|
593 |
|
594 |
# @ contact_form
|
595 |
-
#: contact_form.php:
|
596 |
-
#: contact_form.php:1947
|
597 |
-
#: contact_form.php:1949
|
598 |
msgid "Sent from (ip address)"
|
599 |
msgstr "Надіслано від (ip адреса)"
|
600 |
|
601 |
# @ contact_form
|
602 |
-
#: contact_form.php:
|
603 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
604 |
msgstr "Приклад: Надіслано від (IP адреса):\t127.0.0.1"
|
605 |
|
606 |
# @ contact_form
|
607 |
-
#: contact_form.php:
|
608 |
-
#: contact_form.php:1953
|
609 |
-
#: contact_form.php:1955
|
610 |
msgid "Date/Time"
|
611 |
msgstr "Дата/Час"
|
612 |
|
613 |
# @ contact_form
|
614 |
-
#: contact_form.php:
|
615 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
616 |
msgstr "Приклад: Дата/Час:\tСерпень 19, 2013 8:50 pm"
|
617 |
|
618 |
# @ contact_form
|
619 |
-
#: contact_form.php:
|
620 |
-
#: contact_form.php:1959
|
621 |
-
#: contact_form.php:1961
|
622 |
msgid "Sent from (referer)"
|
623 |
msgstr "Надіслано від (referer)"
|
624 |
|
625 |
# @ contact_form
|
626 |
-
#: contact_form.php:
|
627 |
-
msgid "
|
628 |
-
|
|
|
|
|
|
|
629 |
|
630 |
# @ contact_form
|
631 |
-
#: contact_form.php:
|
632 |
-
#: contact_form.php:1965
|
633 |
-
#: contact_form.php:1967
|
634 |
msgid "Using (user agent)"
|
635 |
msgstr "Використовується (user agent)"
|
636 |
|
637 |
# @ contact_form
|
638 |
-
#: contact_form.php:
|
639 |
-
msgid "
|
640 |
-
|
|
|
|
|
|
|
|
|
641 |
|
642 |
# @ contact_form
|
643 |
-
#: contact_form.php:
|
644 |
msgid "Language settings for the field names in the form"
|
645 |
msgstr "Налаштування мови для назв полів форми"
|
646 |
|
647 |
# @ contact_form
|
648 |
-
#: contact_form.php:
|
649 |
msgid "Add a language"
|
650 |
msgstr "Додати мову"
|
651 |
|
652 |
# @ contact_form
|
653 |
-
#: contact_form.php:
|
654 |
msgid "Change the names of the contact form fields and error messages"
|
655 |
msgstr "Змінити назви полів контактної форми і повідомлення про помилку"
|
656 |
|
657 |
# @ contact_form
|
658 |
-
#: contact_form.php:
|
659 |
-
#: contact_form.php:1124
|
660 |
msgid "English"
|
661 |
msgstr "Англійська"
|
662 |
|
663 |
# @ contact_form
|
664 |
-
#: contact_form.php:
|
665 |
-
#: contact_form.php:1079
|
666 |
msgid "click to expand/hide the list"
|
667 |
msgstr "натиснути, щоб розгорнути/згорнути список"
|
668 |
|
669 |
# @ contact_form
|
670 |
-
#: contact_form.php:
|
671 |
-
#: contact_form.php:1088
|
672 |
msgid "Tips below the Attachment block"
|
673 |
msgstr "Підказки під блоком прикріплення файлів"
|
674 |
|
675 |
# @ contact_form
|
676 |
-
#: contact_form.php:
|
677 |
-
#: contact_form.php:1091
|
678 |
msgid "Error message for the Name field"
|
679 |
msgstr "Повідомлення про помилку для поля Ім'я"
|
680 |
|
681 |
# @ contact_form
|
682 |
-
#: contact_form.php:
|
683 |
-
#: contact_form.php:1092
|
684 |
msgid "Error message for the Address field"
|
685 |
msgstr "Повідомлення про помилку для поля Адреса"
|
686 |
|
687 |
# @ contact_form
|
688 |
-
#: contact_form.php:
|
689 |
-
#: contact_form.php:1093
|
690 |
msgid "Error message for the Email field"
|
691 |
msgstr "Повідомлення про помилку для поля Емейл"
|
692 |
|
693 |
# @ contact_form
|
694 |
-
#: contact_form.php:
|
695 |
-
#: contact_form.php:1094
|
696 |
msgid "Error message for the Phone field"
|
697 |
msgstr "Повідомлення про помилку для поля Номер телефону"
|
698 |
|
699 |
# @ contact_form
|
700 |
-
#: contact_form.php:
|
701 |
-
#: contact_form.php:1095
|
702 |
msgid "Error message for the Subject field"
|
703 |
msgstr "Повідомлення про помилку для поля Тема"
|
704 |
|
705 |
# @ contact_form
|
706 |
-
#: contact_form.php:
|
707 |
-
#: contact_form.php:1096
|
708 |
msgid "Error message for the Message field"
|
709 |
msgstr "Повідомлення про помилку для поля Повідомлення"
|
710 |
|
711 |
# @ contact_form
|
712 |
-
#: contact_form.php:
|
713 |
-
#: contact_form.php:1097
|
714 |
msgid "Error message about the file type for the Attachment field"
|
715 |
msgstr "Повідомлення про помилку для поля Прикріплені файли"
|
716 |
|
717 |
# @ contact_form
|
718 |
-
#: contact_form.php:
|
719 |
-
|
720 |
-
|
721 |
-
msgstr "
|
|
|
|
|
722 |
|
723 |
# @ contact_form
|
724 |
-
#: contact_form.php:
|
725 |
-
#: contact_form.php:1099
|
726 |
msgid "Error message while moving the file for the Attachment field"
|
727 |
-
msgstr "
|
|
|
728 |
|
729 |
# @ contact_form
|
730 |
-
#: contact_form.php:
|
731 |
-
#: contact_form.php:1100
|
732 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
733 |
-
msgstr "
|
|
|
|
|
734 |
|
735 |
# @ contact_form
|
736 |
-
#: contact_form.php:
|
737 |
-
#: contact_form.php:1101
|
738 |
msgid "Error message for the Captcha field"
|
739 |
msgstr "Повідомлення про помилку для поля Captcha"
|
740 |
|
741 |
# @ contact_form
|
742 |
-
#: contact_form.php:
|
743 |
-
#: contact_form.php:1102
|
744 |
msgid "Error message for the whole form"
|
745 |
msgstr "Повідомлення про помилку для всієї форми"
|
746 |
|
747 |
# @ contact_form
|
748 |
-
#: contact_form.php:
|
749 |
-
#: contact_form.php:
|
750 |
-
#: contact_form.php:
|
751 |
-
#: contact_form.php:
|
752 |
-
#: contact_form.php:1134
|
753 |
-
#: contact_form.php:1136
|
754 |
-
#: contact_form.php:1144
|
755 |
-
#: contact_form.php:1146
|
756 |
-
#: contact_form.php:2336
|
757 |
-
#: contact_form.php:2338
|
758 |
msgid "Use shortcode"
|
759 |
msgstr "Використовувати шорткод"
|
760 |
|
761 |
# @ contact_form
|
762 |
-
#: contact_form.php:
|
763 |
-
#: contact_form.php:
|
764 |
-
#: contact_form.php:
|
765 |
-
#: contact_form.php:
|
766 |
-
#: contact_form.php:1134
|
767 |
-
#: contact_form.php:1136
|
768 |
-
#: contact_form.php:1144
|
769 |
-
#: contact_form.php:1146
|
770 |
-
#: contact_form.php:2336
|
771 |
-
#: contact_form.php:2338
|
772 |
msgid "for this language"
|
773 |
msgstr "для цієї мови"
|
774 |
|
775 |
# @ contact_form
|
776 |
-
#: contact_form.php:
|
777 |
msgid "Use the changed names of the contact form fields in the email"
|
778 |
msgstr "Використовувати змінені назви полів контактної форми в емейлі"
|
779 |
|
780 |
# @ contact_form
|
781 |
-
#: contact_form.php:
|
782 |
msgid "Action after email is sent"
|
783 |
msgstr "Дія після відправлення емейлу"
|
784 |
|
785 |
# @ contact_form
|
786 |
-
#: contact_form.php:
|
787 |
msgid "Display text"
|
788 |
msgstr "Показати текст"
|
789 |
|
790 |
# @ contact_form
|
791 |
-
#: contact_form.php:
|
792 |
-
#: contact_form.php:1142
|
793 |
msgid "Text"
|
794 |
msgstr "Текст"
|
795 |
|
796 |
# @ contact_form
|
797 |
-
#: contact_form.php:
|
798 |
msgid "Redirect to the page"
|
799 |
msgstr "Перенаправлення на сторінку"
|
800 |
|
801 |
# @ contact_form
|
802 |
-
#: contact_form.php:
|
803 |
msgid "Url"
|
804 |
msgstr "Url"
|
805 |
|
806 |
# @ contact_form
|
807 |
-
#: contact_form.php:
|
808 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
809 |
-
msgstr "Змінна $_SERVER, що використовується для
|
810 |
|
811 |
# @ contact_form
|
812 |
-
#: contact_form.php:
|
813 |
-
msgid "
|
814 |
-
|
|
|
|
|
|
|
|
|
815 |
|
816 |
# @ contact_form
|
817 |
-
#: contact_form.php:
|
818 |
msgid "Auto Response"
|
819 |
msgstr "Автовідповідь"
|
820 |
|
821 |
# @ contact_form
|
822 |
-
#: contact_form.php:
|
823 |
#, php-format
|
824 |
-
msgid "
|
825 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
826 |
|
827 |
# @ default
|
828 |
-
#: contact_form.php:
|
829 |
-
#: contact_form.php:1383
|
830 |
msgid "Save Changes"
|
831 |
msgstr "Зберегти зміни"
|
832 |
|
833 |
# @ contact_form
|
834 |
-
#: contact_form.php:
|
835 |
msgid "Errors output"
|
836 |
msgstr "Відображення помилок"
|
837 |
|
838 |
# @ contact_form
|
839 |
-
#: contact_form.php:
|
840 |
msgid "Display error messages"
|
841 |
msgstr "Відображати повідомлення про помилки"
|
842 |
|
843 |
# @ contact_form
|
844 |
-
#: contact_form.php:
|
845 |
msgid "Color of the input field errors."
|
846 |
msgstr "Колір для помилок у полях введення."
|
847 |
|
848 |
# @ contact_form
|
849 |
-
#: contact_form.php:
|
850 |
msgid "Display error messages & color of the input field errors"
|
851 |
-
msgstr "
|
|
|
|
|
852 |
|
853 |
# @ contact_form
|
854 |
-
#: contact_form.php:
|
855 |
msgid "Add placeholder to the input blocks"
|
856 |
msgstr "Додати текст заміщення для блоків введення"
|
857 |
|
858 |
# @ contact_form
|
859 |
-
#: contact_form.php:
|
860 |
msgid "Add tooltips"
|
861 |
msgstr "Додати підказки"
|
862 |
|
863 |
# @ contact_form
|
864 |
-
#: contact_form.php:
|
865 |
msgid "Email address"
|
866 |
msgstr "Емейл"
|
867 |
|
868 |
# @ contact_form
|
869 |
-
#: contact_form.php:
|
870 |
msgid "Phone Number"
|
871 |
msgstr "Номер телефону"
|
872 |
|
873 |
# @ contact_form
|
874 |
-
#: contact_form.php:
|
875 |
msgid "Attachment"
|
876 |
msgstr "Вкладений файл"
|
877 |
|
878 |
# @ contact_form
|
879 |
-
#: contact_form.php:
|
880 |
msgid "Style options"
|
881 |
msgstr "Опції стилю"
|
882 |
|
883 |
# @ contact_form
|
884 |
-
#: contact_form.php:
|
885 |
msgid "Text color"
|
886 |
msgstr "Колір тексту"
|
887 |
|
888 |
# @ contact_form
|
889 |
-
#: contact_form.php:
|
890 |
-
#: contact_form.php:
|
891 |
-
#: contact_form.php:
|
892 |
-
#: contact_form.php:
|
893 |
-
#: contact_form.php:1304
|
894 |
-
#: contact_form.php:1309
|
895 |
-
#: contact_form.php:1319
|
896 |
-
#: contact_form.php:1324
|
897 |
-
#: contact_form.php:1333
|
898 |
-
#: contact_form.php:1347
|
899 |
-
#: contact_form.php:1352
|
900 |
-
#: contact_form.php:1357
|
901 |
msgid "Default"
|
902 |
msgstr "Стандартно"
|
903 |
|
904 |
# @ contact_form
|
905 |
-
#: contact_form.php:
|
906 |
msgid "Label text color"
|
907 |
msgstr "Колір написів"
|
908 |
|
909 |
# @ contact_form
|
910 |
-
#: contact_form.php:
|
911 |
msgid "Placeholder color"
|
912 |
msgstr "Колір тексту заміщення"
|
913 |
|
914 |
# @ contact_form
|
915 |
-
#: contact_form.php:
|
916 |
msgid "Errors color"
|
917 |
msgstr "Колір помилок"
|
918 |
|
919 |
# @ contact_form
|
920 |
-
#: contact_form.php:
|
921 |
msgid "Error text color"
|
922 |
msgstr "Колір тексту помилок"
|
923 |
|
924 |
# @ contact_form
|
925 |
-
#: contact_form.php:
|
926 |
msgid "Background color of the input field errors"
|
927 |
msgstr "Колір заднього фону для полів введення з помилками"
|
928 |
|
929 |
# @ contact_form
|
930 |
-
#: contact_form.php:
|
931 |
msgid "Border color of the input field errors"
|
932 |
msgstr "Колір рамки для полів введення з помилками"
|
933 |
|
934 |
# @ contact_form
|
935 |
-
#: contact_form.php:
|
936 |
msgid "Placeholder color of the input field errors"
|
937 |
msgstr "Колір тексту заміщення для полів введення з помилками"
|
938 |
|
939 |
# @ contact_form
|
940 |
-
#: contact_form.php:
|
941 |
msgid "Input fields"
|
942 |
msgstr "Поля введення тексту"
|
943 |
|
944 |
# @ contact_form
|
945 |
-
#: contact_form.php:
|
946 |
msgid "Input fields background color"
|
947 |
msgstr "Колір фону полів введення"
|
948 |
|
949 |
# @ contact_form
|
950 |
-
#: contact_form.php:
|
951 |
msgid "Text fields color"
|
952 |
msgstr "Колір текстових полів"
|
953 |
|
954 |
# @ contact_form
|
955 |
-
#: contact_form.php:
|
956 |
msgid "Border width in px, numbers only"
|
957 |
msgstr "Ширина рамки в пікселях, тільки числа"
|
958 |
|
959 |
# @ contact_form
|
960 |
-
#: contact_form.php:
|
961 |
-
#: contact_form.php:1359
|
962 |
msgid "Border color"
|
963 |
msgstr "Колір рамки"
|
964 |
|
965 |
# @ contact_form
|
966 |
-
#: contact_form.php:
|
967 |
msgid "Submit button"
|
968 |
msgstr "Кнопка підтвердження"
|
969 |
|
970 |
# @ contact_form
|
971 |
-
#: contact_form.php:
|
972 |
msgid "Width in px, numbers only"
|
973 |
msgstr "Ширина в точках, тільки числа"
|
974 |
|
975 |
# @ contact_form
|
976 |
-
#: contact_form.php:
|
977 |
msgid "Button color"
|
978 |
msgstr "Колір кнопок"
|
979 |
|
980 |
# @ contact_form
|
981 |
-
#: contact_form.php:
|
982 |
msgid "Button text color"
|
983 |
msgstr "Колір тексту кнопок"
|
984 |
|
985 |
# @ contact_form
|
986 |
-
#: contact_form.php:
|
987 |
msgid "Contact Form Pro | Preview"
|
988 |
msgstr "Contact Form Pro | Прев’ю"
|
989 |
|
990 |
# @ contact_form
|
991 |
-
#: contact_form.php:
|
992 |
msgid "Show with errors"
|
993 |
msgstr "Показувати з помилками"
|
994 |
|
995 |
# @ contact_form
|
996 |
-
#: contact_form.php:
|
997 |
-
#: contact_form.php:1400
|
998 |
msgid "Please enter your full name..."
|
999 |
msgstr "Будь ласка, вкажіть своє повне ім'я..."
|
1000 |
|
1001 |
# @ contact_form
|
1002 |
-
#: contact_form.php:
|
1003 |
-
#: contact_form.php:1413
|
1004 |
msgid "Please enter your address..."
|
1005 |
msgstr "Будь ласка, вкажіть свою адресу..."
|
1006 |
|
1007 |
# @ contact_form
|
1008 |
-
#: contact_form.php:
|
1009 |
-
#: contact_form.php:1424
|
1010 |
msgid "Please enter your email address..."
|
1011 |
msgstr "Будь ласка, введіть свій емейл:"
|
1012 |
|
1013 |
# @ contact_form
|
1014 |
-
#: contact_form.php:
|
1015 |
-
#: contact_form.php:1435
|
1016 |
msgid "Please enter your phone number..."
|
1017 |
msgstr "Будь ласка, вкажіть свій номер телефону..."
|
1018 |
|
1019 |
# @ contact_form
|
1020 |
-
#: contact_form.php:
|
1021 |
-
#: contact_form.php:1446
|
1022 |
msgid "Please enter subject..."
|
1023 |
msgstr "Будь ласка, вкажіть тему..."
|
1024 |
|
1025 |
# @ contact_form
|
1026 |
-
#: contact_form.php:
|
1027 |
-
#: contact_form.php:1456
|
1028 |
msgid "Please enter your message..."
|
1029 |
msgstr "Будь ласка, напишіть своє повідомлення..."
|
1030 |
|
1031 |
# @ contact_form
|
1032 |
-
#: contact_form.php:
|
1033 |
msgid "Sorry, email message could not be delivered."
|
1034 |
msgstr "Вибачте, ваш емейл не може бути доставлений."
|
1035 |
|
1036 |
# @ contact_form
|
1037 |
-
#: contact_form.php:
|
1038 |
msgid "Contact from"
|
1039 |
-
msgstr "
|
1040 |
|
1041 |
# @ contact_form
|
1042 |
-
#: contact_form.php:
|
1043 |
-
#: contact_form.php:2026
|
1044 |
msgid "Phone"
|
1045 |
msgstr "Телефон"
|
1046 |
|
1047 |
# @ contact_form
|
1048 |
-
#: contact_form.php:
|
1049 |
-
#: contact_form.php:2033
|
1050 |
msgid "Site"
|
1051 |
msgstr "Сайт"
|
1052 |
|
1053 |
# @ contact_form
|
1054 |
-
#: contact_form.php:
|
1055 |
-
msgid "
|
1056 |
-
|
|
|
|
|
|
|
|
|
1057 |
|
1058 |
# @ contact_form
|
1059 |
-
#: contact_form.php:
|
1060 |
msgid "Support"
|
1061 |
msgstr "Підтримка"
|
1062 |
|
1063 |
# @ contact_form
|
1064 |
-
#: contact_form.php:
|
1065 |
msgid "Are you sure that you want to delete this language data?"
|
1066 |
msgstr "Ви справді хочете видалити дані для цієї мови?"
|
1067 |
|
1068 |
# @ contact_form
|
1069 |
-
#: contact_form.php:
|
1070 |
msgid "Add multiple forms"
|
1071 |
msgstr "Додати декілька форм"
|
1072 |
|
1073 |
-
#: contact_form.php:
|
1074 |
-
msgid "
|
1075 |
-
|
|
|
|
|
|
|
|
|
1076 |
|
1077 |
# @ contact_form
|
1078 |
-
#: contact_form.php:
|
1079 |
msgid "Learn more"
|
1080 |
msgstr "Дізнатись більше"
|
1081 |
|
1082 |
-
#: contact_form.php:
|
1083 |
msgid "Close"
|
1084 |
msgstr "Закрити"
|
1085 |
|
1086 |
# @ contact_form
|
1087 |
-
#: contact_form.php:
|
1088 |
msgid "allows to store your messages to the database."
|
1089 |
msgstr "дозволяє зберігати ваші повідомлення у базі даних."
|
1090 |
|
1091 |
# @ contact_form
|
1092 |
-
#: contact_form.php:
|
1093 |
msgid "Manage messages that have been sent from your website."
|
1094 |
msgstr "Контролювати повідомлення, які було відправлено з Вашого сайту. "
|
1095 |
-
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Contact Form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-08-05 09:14+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-08-05 09:23+0300\n"
|
7 |
+
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: The BestWebSoft Team <plugin@bestwebsoft.com>\n"
|
9 |
"Language: uk\n"
|
10 |
"MIME-Version: 1.0\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
# @ contact_form
|
21 |
+
#: contact_form.php:35 contact_form.php:657
|
|
|
22 |
msgid "Contact Form Settings"
|
23 |
msgstr "Налаштування Contact Form"
|
24 |
|
28 |
msgstr "Contact Form"
|
29 |
|
30 |
# @ contact_form
|
31 |
+
#: contact_form.php:123 contact_form.php:1065 contact_form.php:1099
|
|
|
|
|
32 |
msgid "Name:"
|
33 |
msgstr "Ім'я:"
|
34 |
|
35 |
# @ contact_form
|
36 |
+
#: contact_form.php:124 contact_form.php:1066 contact_form.php:1100
|
|
|
|
|
37 |
msgid "Address:"
|
38 |
msgstr "Адреса:"
|
39 |
|
40 |
# @ contact_form
|
41 |
+
#: contact_form.php:125 contact_form.php:1067 contact_form.php:1101
|
|
|
|
|
42 |
msgid "Email Address:"
|
43 |
msgstr "Емейл:"
|
44 |
|
45 |
# @ contact_form
|
46 |
+
#: contact_form.php:126 contact_form.php:1068 contact_form.php:1102
|
|
|
|
|
47 |
msgid "Phone number:"
|
48 |
msgstr "Номер телефону:"
|
49 |
|
50 |
# @ contact_form
|
51 |
+
#: contact_form.php:127 contact_form.php:1069 contact_form.php:1103
|
|
|
|
|
52 |
msgid "Subject:"
|
53 |
msgstr "Тема:"
|
54 |
|
55 |
# @ contact_form
|
56 |
+
#: contact_form.php:128 contact_form.php:1070 contact_form.php:1104
|
|
|
|
|
57 |
msgid "Message:"
|
58 |
msgstr "Повідомлення:"
|
59 |
|
60 |
# @ contact_form
|
61 |
+
#: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
|
|
|
|
|
62 |
msgid "Attachment:"
|
63 |
msgstr "Вкладений файл:"
|
64 |
|
65 |
# @ contact_form
|
66 |
#: contact_form.php:130
|
67 |
+
msgid ""
|
68 |
+
"Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
|
69 |
+
"EPS, PS, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT. Max file "
|
70 |
+
"size: 2MB"
|
71 |
+
msgstr ""
|
72 |
+
"Типи файлів, що підтримуються: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, "
|
73 |
+
"BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. "
|
74 |
+
"Максимальний розмір: 2MB"
|
75 |
|
76 |
# @ contact_form
|
77 |
+
#: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
|
|
|
|
|
78 |
msgid "Send me a copy"
|
79 |
msgstr "Надіслати мені копію"
|
80 |
|
81 |
# @ contact_form
|
82 |
+
#: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
|
|
|
|
|
83 |
msgid "Submit"
|
84 |
msgstr "Підтвердити"
|
85 |
|
91 |
# @ contact_form
|
92 |
#: contact_form.php:134
|
93 |
msgid "Address is required."
|
94 |
+
msgstr "Необхідно вказати свою адресу"
|
95 |
|
96 |
# @ contact_form
|
97 |
#: contact_form.php:135
|
98 |
msgid "A valid email address is required."
|
99 |
+
msgstr "Необхідно вказати коректний емейл."
|
100 |
|
101 |
# @ contact_form
|
102 |
#: contact_form.php:136
|
116 |
# @ contact_form
|
117 |
#: contact_form.php:139
|
118 |
msgid "File format is not valid."
|
119 |
+
msgstr "Некоректний формат файлу."
|
120 |
|
121 |
# @ contact_form
|
122 |
#: contact_form.php:140
|
149 |
msgstr "Дякуємо, що зв'язалися з нами."
|
150 |
|
151 |
#: contact_form.php:546
|
152 |
+
msgid ""
|
153 |
+
"Email 'FROM' field option was changed, which may cause email messages being "
|
154 |
+
"moved to the spam folder or email delivery failures."
|
155 |
+
msgstr ""
|
156 |
+
"Налаштування поля емейла \"Від\" змінено, що може призвести до того, що ваші "
|
157 |
+
"листи не будуть доставлені або потраплять до папки Спам."
|
158 |
|
159 |
# @ contact_form
|
160 |
#: contact_form.php:556
|
161 |
+
msgid ""
|
162 |
+
"If the 'Redirect to page' option is selected then the URL field should be in "
|
163 |
+
"the following format"
|
164 |
+
msgstr ""
|
165 |
+
"Якщо увімкнена опція \"Перенаправлення на сторінку\", то поле URL повинне "
|
166 |
+
"бути заповнене в наступному форматі"
|
167 |
|
168 |
# @ contact_form
|
169 |
#: contact_form.php:565
|
172 |
|
173 |
# @ contact_form
|
174 |
#: contact_form.php:575
|
175 |
+
msgid ""
|
176 |
+
"Please enter a valid email address in the 'Use this email address' field."
|
177 |
+
msgstr ""
|
178 |
+
"Будь ласка, введіть коректний емейл у поле 'Використовувати цей емейл'."
|
179 |
|
180 |
# @ contact_form
|
181 |
#: contact_form.php:583
|
182 |
msgid "Please enter a valid email address in the 'FROM' field."
|
183 |
+
msgstr "Будь ласка, введіть коректну ел.адресу у полі \"Відправник\"."
|
184 |
|
185 |
# @ contact_form
|
186 |
#: contact_form.php:606
|
192 |
msgid "Settings are not saved."
|
193 |
msgstr "Налаштування не збережено."
|
194 |
|
195 |
+
#: contact_form.php:646
|
196 |
+
msgid "All plugin settings were restored."
|
197 |
+
msgstr "Всі налаштування плагіну було скинуто до стандартних."
|
198 |
+
|
199 |
# @ contact_form
|
200 |
+
#: contact_form.php:659 contact_form.php:2208 contact_form.php:2222
|
|
|
|
|
201 |
msgid "Settings"
|
202 |
msgstr "Налаштування"
|
203 |
|
204 |
# @ contact_form
|
205 |
+
#: contact_form.php:660
|
206 |
msgid "Additional settings"
|
207 |
msgstr "Додаткові налаштування"
|
208 |
|
209 |
+
#: contact_form.php:661
|
210 |
msgid "Appearance"
|
211 |
msgstr "Відображення"
|
212 |
|
213 |
# @ contact_form
|
214 |
+
#: contact_form.php:662 contact_form.php:2223
|
|
|
215 |
msgid "FAQ"
|
216 |
msgstr "FAQ"
|
217 |
|
218 |
# @ contact_form
|
219 |
+
#: contact_form.php:663
|
220 |
msgid "Go PRO"
|
221 |
msgstr "Перейти на Pro версію"
|
222 |
|
223 |
# @ contact_form
|
224 |
+
#: contact_form.php:666 contact_form.php:668
|
|
|
225 |
msgid "Notice:"
|
226 |
msgstr "Зауважте:"
|
227 |
|
228 |
# @ contact_form
|
229 |
+
#: contact_form.php:666
|
230 |
+
msgid ""
|
231 |
+
"The plugin's settings have been changed. In order to save them please don't "
|
232 |
+
"forget to click the 'Save Changes' button."
|
233 |
+
msgstr ""
|
234 |
+
"Налаштування плагіну змінено. Щоб зберегти зміни, не забудьте клікнути "
|
235 |
+
"\"Зберегти зміни\"."
|
236 |
|
237 |
# @ contact_form
|
238 |
+
#: contact_form.php:679
|
239 |
+
msgid ""
|
240 |
+
"If you want to create multiple contact forms, please install the Contact "
|
241 |
+
"Form Multi plugin."
|
242 |
+
msgstr ""
|
243 |
+
"Якщо ви хочете створити декілька різних контактних форм, будь ласка, "
|
244 |
+
"встановіть плагін Contact Form Multi."
|
245 |
|
246 |
# @ contact_form
|
247 |
+
#: contact_form.php:686
|
248 |
+
msgid ""
|
249 |
+
"If you would like to add Contact Form to your website, just copy and paste "
|
250 |
+
"this shortcode to your post or page or widget:"
|
251 |
+
msgstr ""
|
252 |
+
"Якщо Ви хочете додати контактну форму на свій сайт, просто скопіюйте і "
|
253 |
+
"вставте цей шорткод у вашу пост, сторінку чи віджет:"
|
254 |
|
255 |
# @ contact_form
|
256 |
+
#: contact_form.php:686 contact_form.php:687 contact_form.php:689
|
257 |
+
#: contact_form.php:690 contact_form.php:1089 contact_form.php:1091
|
258 |
+
#: contact_form.php:1152 contact_form.php:1154
|
|
|
|
|
|
|
|
|
|
|
259 |
msgid "or"
|
260 |
msgstr "чи"
|
261 |
|
262 |
# @ contact_form
|
263 |
+
#: contact_form.php:687
|
264 |
+
msgid ""
|
265 |
+
"If you have any problems with the standard shortcode [contact_form], you "
|
266 |
+
"should use the shortcode"
|
267 |
+
msgstr ""
|
268 |
+
"Якщо виникли якісь проблеми зі стандартним шорткодом [contact_form], ви "
|
269 |
+
"можете використати шорткод"
|
270 |
|
271 |
# @ contact_form
|
272 |
+
#: contact_form.php:687 contact_form.php:690
|
|
|
273 |
msgid "They work the same way."
|
274 |
msgstr "Вони працюють однаково."
|
275 |
|
276 |
# @ contact_form
|
277 |
+
#: contact_form.php:689 contact_form.php:1501
|
278 |
+
msgid ""
|
279 |
+
"If you would like to add the Contact Form to your website, just copy and "
|
280 |
+
"paste this shortcode to your post or page or widget:"
|
281 |
+
msgstr ""
|
282 |
+
"Якщо Ви хочете додати контактну форму на свій сайт, просто скопіюйте і "
|
283 |
+
"вставте цей шорткод у вашу пост, сторінку чи віджет:"
|
284 |
|
285 |
# @ contact_form
|
286 |
+
#: contact_form.php:690
|
287 |
+
msgid ""
|
288 |
+
"If have any problems with the standard shortcode [contact_form], you should "
|
289 |
+
"use the shortcode"
|
290 |
+
msgstr ""
|
291 |
+
"Якщо виникли якісь проблеми зі стандартним шорткодом [contact_form], ви "
|
292 |
+
"можете використати шорткод"
|
293 |
+
|
294 |
+
# @ contact_form
|
295 |
+
#: contact_form.php:694
|
296 |
+
msgid ""
|
297 |
+
"If you leave the fields empty, the messages will be sent to the email "
|
298 |
+
"address specified during registration."
|
299 |
+
msgstr ""
|
300 |
+
"Якщо Ви залишите поля порожніми, повідомлення буде надіслано на емейл, "
|
301 |
+
"вказаний під час реєстрації."
|
302 |
+
|
303 |
+
# @ contact_form
|
304 |
+
#: contact_form.php:697
|
305 |
msgid "The user's email address:"
|
306 |
msgstr "Емейл користувача:"
|
307 |
|
308 |
# @ contact_form
|
309 |
+
#: contact_form.php:701
|
310 |
msgid "Select a username"
|
311 |
msgstr "Виберіть ім'я користувача"
|
312 |
|
313 |
# @ contact_form
|
314 |
+
#: contact_form.php:714
|
315 |
+
msgid ""
|
316 |
+
"Enter a username of the person who should get the messages from the contact "
|
317 |
+
"form."
|
318 |
+
msgstr ""
|
319 |
+
"Введіть ім'я користувача, що має отримати повідомлення з контактної форми."
|
320 |
|
321 |
# @ contact_form
|
322 |
+
#: contact_form.php:718
|
323 |
msgid "Use this email address:"
|
324 |
msgstr "Використовувати цей емейл:"
|
325 |
|
326 |
# @ contact_form
|
327 |
+
#: contact_form.php:722
|
328 |
msgid "Enter the email address you want the messages forwarded to."
|
329 |
msgstr "Вкажіть емейл, на який ви бажаєте отримувати повідомлення."
|
330 |
|
331 |
# @ contact_form
|
332 |
+
#: contact_form.php:731
|
333 |
msgid "Add department selectbox to the contact form:"
|
334 |
msgstr "Додати поле для вибору департаменту до контактної форми:"
|
335 |
|
336 |
# @ contact_form
|
337 |
+
#: contact_form.php:739 contact_form.php:1200 contact_form.php:1384
|
|
|
|
|
338 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
339 |
msgstr "Якщо ви перейдете на Pro версію, всі налаштування будуть збережені."
|
340 |
|
341 |
# @ contact_form
|
342 |
+
#: contact_form.php:746 contact_form.php:929 contact_form.php:1001
|
343 |
+
#: contact_form.php:1207 contact_form.php:1391
|
344 |
+
msgid "Unlock premium options by upgrading to PRO version."
|
|
|
|
|
|
|
345 |
msgstr "Зробити доступними преміум-опції, перейшовши на PRO версію."
|
346 |
|
347 |
# @ contact_form
|
348 |
+
#: contact_form.php:747 contact_form.php:930 contact_form.php:1002
|
349 |
+
#: contact_form.php:1208 contact_form.php:1392 contact_form.php:2495
|
|
|
|
|
|
|
|
|
350 |
msgid "Learn More"
|
351 |
msgstr "Дізнатись більше"
|
352 |
|
353 |
# @ contact_form
|
354 |
+
#: contact_form.php:750 contact_form.php:933 contact_form.php:1005
|
355 |
+
#: contact_form.php:1211 contact_form.php:1395
|
|
|
|
|
|
|
356 |
msgid "Go"
|
357 |
msgstr "Перейти"
|
358 |
|
359 |
# @ contact_form
|
360 |
+
#: contact_form.php:757
|
361 |
msgid "Save emails to the database"
|
362 |
msgstr "Зберігати емейли у базі даних"
|
363 |
|
364 |
# @ contact_form
|
365 |
+
#: contact_form.php:762
|
366 |
msgid "Using"
|
367 |
msgstr "Використовуючи"
|
368 |
|
369 |
# @ contact_form
|
370 |
+
#: contact_form.php:765 contact_form.php:769
|
|
|
371 |
msgid "Using Contact Form to DB by BestWebSoft"
|
372 |
msgstr "Використовуючи Contact Form to DB by BestWebSoft"
|
373 |
|
374 |
# @ contact_form
|
375 |
+
#: contact_form.php:765
|
376 |
msgid "Activate"
|
377 |
msgstr "Активувати"
|
378 |
|
379 |
# @ contact_form
|
380 |
+
#: contact_form.php:769
|
381 |
msgid "Download"
|
382 |
msgstr "Завантажити"
|
383 |
|
384 |
# @ contact_form
|
385 |
+
#: contact_form.php:779
|
386 |
msgid "What to use?"
|
387 |
msgstr "Що використовувати?"
|
388 |
|
389 |
# @ contact_form
|
390 |
+
#: contact_form.php:784
|
391 |
msgid "Wp-mail"
|
392 |
msgstr "Wp-mail"
|
393 |
|
394 |
# @ contact_form
|
395 |
+
#: contact_form.php:786
|
396 |
msgid "You can use the wp_mail function for mailing"
|
397 |
+
msgstr ""
|
398 |
+
"Для відправлення повідомлень ви можете використовувати функцію WordPress "
|
399 |
+
"wp_mail"
|
400 |
|
401 |
# @ contact_form
|
402 |
+
#: contact_form.php:789
|
403 |
msgid "Mail"
|
404 |
msgstr "Пошта"
|
405 |
|
406 |
# @ contact_form
|
407 |
+
#: contact_form.php:791
|
408 |
msgid "To send mail you can use the php mail function"
|
409 |
msgstr "Для відправлення пошти Ви можете використовувати функцію php mail"
|
410 |
|
411 |
+
#: contact_form.php:796
|
412 |
msgid "'FROM' field"
|
413 |
msgstr "Поле 'Від'"
|
414 |
|
415 |
# @ contact_form
|
416 |
+
#: contact_form.php:798 contact_form.php:860 contact_form.php:1253
|
417 |
+
#: contact_form.php:2000 contact_form.php:2036
|
|
|
|
|
|
|
418 |
msgid "Name"
|
419 |
msgstr "Ім'я"
|
420 |
|
421 |
# @ contact_form
|
422 |
+
#: contact_form.php:805
|
423 |
msgid "User name"
|
424 |
msgstr "Ім’я користувача"
|
425 |
|
426 |
# @ contact_form
|
427 |
+
#: contact_form.php:807
|
428 |
+
msgid ""
|
429 |
+
"The name of the user who fills the form will be used in the field 'From'."
|
430 |
+
msgstr ""
|
431 |
+
"Емейл користувача, який заповнює форму, буде використано у полі \"Відправник"
|
432 |
+
"\"."
|
433 |
|
434 |
# @ contact_form
|
435 |
+
#: contact_form.php:813 contact_form.php:2011 contact_form.php:2043
|
|
|
|
|
436 |
msgid "Email"
|
437 |
msgstr "Емейл"
|
438 |
|
439 |
# @ contact_form
|
440 |
+
#: contact_form.php:820
|
441 |
msgid "User email"
|
442 |
msgstr "Емейл користувача"
|
443 |
|
444 |
# @ contact_form
|
445 |
+
#: contact_form.php:822
|
446 |
+
msgid ""
|
447 |
+
"The email address of the user who fills the form will be used in the field "
|
448 |
+
"'From'."
|
449 |
+
msgstr ""
|
450 |
+
"Емейл користувача, який заповнює форму, буде використано у полі \"Відправник"
|
451 |
+
"\"."
|
452 |
|
453 |
+
#: contact_form.php:826
|
454 |
+
msgid ""
|
455 |
+
"If this option is changed, email messages may be moved to the spam folder or "
|
456 |
+
"email delivery failures may occur."
|
457 |
+
msgstr ""
|
458 |
+
"Зміна цих налаштувань може призвести до того, що ваші листи не будуть "
|
459 |
+
"доставлені або потраплять до папки Спам."
|
460 |
|
461 |
# @ contact_form
|
462 |
+
#: contact_form.php:832
|
463 |
msgid "Required symbol"
|
464 |
msgstr "Обов'язковий символ"
|
465 |
|
466 |
# @ contact_form
|
467 |
+
#: contact_form.php:842
|
468 |
msgid "Fields"
|
469 |
msgstr "Поля"
|
470 |
|
471 |
# @ contact_form
|
472 |
+
#: contact_form.php:843
|
473 |
msgid "Used"
|
474 |
msgstr "Що використовуються"
|
475 |
|
476 |
# @ contact_form
|
477 |
+
#: contact_form.php:844
|
478 |
msgid "Required"
|
479 |
msgstr "Обов’язковий"
|
480 |
|
481 |
# @ contact_form
|
482 |
+
#: contact_form.php:845
|
483 |
msgid "Visible"
|
484 |
msgstr "Видимі"
|
485 |
|
486 |
# @ contact_form
|
487 |
+
#: contact_form.php:846
|
488 |
msgid "Disabled for editing"
|
489 |
msgstr "Заборонено для редагування"
|
490 |
|
491 |
# @ contact_form
|
492 |
+
#: contact_form.php:847
|
493 |
msgid "Field's default value"
|
494 |
msgstr "Стандартне значення поля"
|
495 |
|
496 |
+
# @ contact_form
|
497 |
+
#: contact_form.php:852
|
498 |
+
msgid "Department selectbox"
|
499 |
+
msgstr "Список відділень"
|
500 |
+
|
501 |
+
#: contact_form.php:867
|
502 |
msgid "Use User's name as a default value if the user is logged in."
|
503 |
+
msgstr ""
|
504 |
+
"Після входу на сайт використовувати ім'я користувача, як значення за "
|
505 |
+
"замовчуванням."
|
506 |
|
507 |
+
#: contact_form.php:868 contact_form.php:896
|
508 |
+
msgid ""
|
509 |
+
"'Visible' and 'Disabled for editing' options will be applied only to logged-"
|
510 |
+
"in users."
|
511 |
+
msgstr ""
|
512 |
+
"Опції 'Видимий' та 'Заборонено для редагування' будуть застосовуватись "
|
513 |
+
"тільки для авторизованих користувачів."
|
514 |
|
515 |
# @ contact_form
|
516 |
+
#: contact_form.php:872
|
517 |
msgid "Location selectbox"
|
518 |
msgstr "Список розміщень"
|
519 |
|
520 |
# @ contact_form
|
521 |
+
#: contact_form.php:880 contact_form.php:1258 contact_form.php:2006
|
522 |
+
#: contact_form.php:2040
|
|
|
|
|
523 |
msgid "Address"
|
524 |
msgstr "Адреса"
|
525 |
|
526 |
# @ contact_form
|
527 |
+
#: contact_form.php:888
|
528 |
msgid "Email Address"
|
529 |
msgstr "Емейл"
|
530 |
|
531 |
+
#: contact_form.php:895
|
532 |
msgid "Use User's email as a default value if the user is logged in."
|
533 |
+
msgstr ""
|
534 |
+
"Після входу на сайт, використовувати емейл користувача, як значення за "
|
535 |
+
"замовчуванням."
|
536 |
|
537 |
# @ contact_form
|
538 |
+
#: contact_form.php:900
|
539 |
msgid "Phone number"
|
540 |
msgstr "Номер телефону"
|
541 |
|
542 |
# @ contact_form
|
543 |
+
#: contact_form.php:908 contact_form.php:1273 contact_form.php:2021
|
544 |
+
#: contact_form.php:2049
|
|
|
|
|
545 |
msgid "Subject"
|
546 |
msgstr "Тема"
|
547 |
|
548 |
# @ contact_form
|
549 |
+
#: contact_form.php:916 contact_form.php:1277 contact_form.php:2024
|
550 |
+
#: contact_form.php:2051
|
|
|
|
|
551 |
msgid "Message"
|
552 |
msgstr "Повідомлення"
|
553 |
|
554 |
# @ contact_form
|
555 |
+
#: contact_form.php:940
|
556 |
msgid "Attachment block"
|
557 |
msgstr "Блок для прикріплення файлів"
|
558 |
|
559 |
# @ contact_form
|
560 |
+
#: contact_form.php:942
|
561 |
msgid "Users can attach the following file formats"
|
562 |
msgstr "Користувачі можуть прикріплювати файли наступних форматів"
|
563 |
|
564 |
# @ contact_form
|
565 |
+
#: contact_form.php:955
|
566 |
msgid "Add to the form"
|
567 |
msgstr "Додати до форми"
|
568 |
|
569 |
# @ contact_form
|
570 |
+
#: contact_form.php:960
|
571 |
msgid "Tips below the Attachment"
|
572 |
msgstr "Показувати підказки під блоком прикріплених файлів"
|
573 |
|
574 |
# @ contact_form
|
575 |
+
#: contact_form.php:969
|
576 |
msgid "'Send me a copy' block"
|
577 |
msgstr "Показати блок 'Надіслати мені копію'"
|
578 |
|
579 |
# @ contact_form
|
580 |
+
#: contact_form.php:982
|
581 |
msgid "Activate captcha"
|
582 |
msgstr "Активувати captcha"
|
583 |
|
584 |
# @ contact_form
|
585 |
+
#: contact_form.php:986
|
586 |
msgid "Download captcha"
|
587 |
msgstr "Завантажити captcha"
|
588 |
|
589 |
# @ contact_form
|
590 |
+
#: contact_form.php:994
|
591 |
msgid "Agreement checkbox"
|
592 |
msgstr "Чекбокс для погодження"
|
593 |
|
594 |
# @ contact_form
|
595 |
+
#: contact_form.php:994
|
596 |
msgid "Required checkbox for submitting the form"
|
597 |
msgstr "Необхідний чекбокс для відправки форми"
|
598 |
|
599 |
# @ contact_form
|
600 |
+
#: contact_form.php:995
|
601 |
msgid "Optional checkbox"
|
602 |
msgstr "Необов’язковий чекбокс"
|
603 |
|
604 |
# @ contact_form
|
605 |
+
#: contact_form.php:995
|
606 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
607 |
msgstr "Необов’язковий чекбокс, результати якого буде відображено в емейлі"
|
608 |
|
609 |
# @ contact_form
|
610 |
+
#: contact_form.php:1013
|
611 |
msgid "Delete an attachment file from the server after the email is sent"
|
612 |
msgstr "Видаляти прикріплений файл з серверу після того, як емейл відправлено"
|
613 |
|
614 |
# @ contact_form
|
615 |
+
#: contact_form.php:1019
|
616 |
msgid "Email in HTML format sending"
|
617 |
msgstr "Відправка емейлу в форматі HTML"
|
618 |
|
619 |
# @ contact_form
|
620 |
+
#: contact_form.php:1023
|
621 |
msgid "Display additional info in the email"
|
622 |
msgstr "Відображати додаткову інформацію у емейлі"
|
623 |
|
624 |
# @ contact_form
|
625 |
+
#: contact_form.php:1029 contact_form.php:1967 contact_form.php:1969
|
|
|
|
|
626 |
msgid "Sent from (ip address)"
|
627 |
msgstr "Надіслано від (ip адреса)"
|
628 |
|
629 |
# @ contact_form
|
630 |
+
#: contact_form.php:1029
|
631 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
632 |
msgstr "Приклад: Надіслано від (IP адреса):\t127.0.0.1"
|
633 |
|
634 |
# @ contact_form
|
635 |
+
#: contact_form.php:1030 contact_form.php:1973 contact_form.php:1975
|
|
|
|
|
636 |
msgid "Date/Time"
|
637 |
msgstr "Дата/Час"
|
638 |
|
639 |
# @ contact_form
|
640 |
+
#: contact_form.php:1030
|
641 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
642 |
msgstr "Приклад: Дата/Час:\tСерпень 19, 2013 8:50 pm"
|
643 |
|
644 |
# @ contact_form
|
645 |
+
#: contact_form.php:1031 contact_form.php:1979 contact_form.php:1981
|
|
|
|
|
646 |
msgid "Sent from (referer)"
|
647 |
msgstr "Надіслано від (referer)"
|
648 |
|
649 |
# @ contact_form
|
650 |
+
#: contact_form.php:1031
|
651 |
+
msgid ""
|
652 |
+
"Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
653 |
+
msgstr ""
|
654 |
+
"Приклад: Надіслано від (referer):\thttp://bestwebsoft.com/contacts/contact-"
|
655 |
+
"us/"
|
656 |
|
657 |
# @ contact_form
|
658 |
+
#: contact_form.php:1032 contact_form.php:1985 contact_form.php:1987
|
|
|
|
|
659 |
msgid "Using (user agent)"
|
660 |
msgstr "Використовується (user agent)"
|
661 |
|
662 |
# @ contact_form
|
663 |
+
#: contact_form.php:1032
|
664 |
+
msgid ""
|
665 |
+
"Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
|
666 |
+
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
667 |
+
msgstr ""
|
668 |
+
"Приклад: Використовує (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
|
669 |
+
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
670 |
|
671 |
# @ contact_form
|
672 |
+
#: contact_form.php:1037
|
673 |
msgid "Language settings for the field names in the form"
|
674 |
msgstr "Налаштування мови для назв полів форми"
|
675 |
|
676 |
# @ contact_form
|
677 |
+
#: contact_form.php:1046
|
678 |
msgid "Add a language"
|
679 |
msgstr "Додати мову"
|
680 |
|
681 |
# @ contact_form
|
682 |
+
#: contact_form.php:1050
|
683 |
msgid "Change the names of the contact form fields and error messages"
|
684 |
msgstr "Змінити назви полів контактної форми і повідомлення про помилку"
|
685 |
|
686 |
# @ contact_form
|
687 |
+
#: contact_form.php:1055 contact_form.php:1142
|
|
|
688 |
msgid "English"
|
689 |
msgstr "Англійська"
|
690 |
|
691 |
# @ contact_form
|
692 |
+
#: contact_form.php:1063 contact_form.php:1097
|
|
|
693 |
msgid "click to expand/hide the list"
|
694 |
msgstr "натиснути, щоб розгорнути/згорнути список"
|
695 |
|
696 |
# @ contact_form
|
697 |
+
#: contact_form.php:1072 contact_form.php:1106
|
|
|
698 |
msgid "Tips below the Attachment block"
|
699 |
msgstr "Підказки під блоком прикріплення файлів"
|
700 |
|
701 |
# @ contact_form
|
702 |
+
#: contact_form.php:1075 contact_form.php:1109
|
|
|
703 |
msgid "Error message for the Name field"
|
704 |
msgstr "Повідомлення про помилку для поля Ім'я"
|
705 |
|
706 |
# @ contact_form
|
707 |
+
#: contact_form.php:1076 contact_form.php:1110
|
|
|
708 |
msgid "Error message for the Address field"
|
709 |
msgstr "Повідомлення про помилку для поля Адреса"
|
710 |
|
711 |
# @ contact_form
|
712 |
+
#: contact_form.php:1077 contact_form.php:1111
|
|
|
713 |
msgid "Error message for the Email field"
|
714 |
msgstr "Повідомлення про помилку для поля Емейл"
|
715 |
|
716 |
# @ contact_form
|
717 |
+
#: contact_form.php:1078 contact_form.php:1112
|
|
|
718 |
msgid "Error message for the Phone field"
|
719 |
msgstr "Повідомлення про помилку для поля Номер телефону"
|
720 |
|
721 |
# @ contact_form
|
722 |
+
#: contact_form.php:1079 contact_form.php:1113
|
|
|
723 |
msgid "Error message for the Subject field"
|
724 |
msgstr "Повідомлення про помилку для поля Тема"
|
725 |
|
726 |
# @ contact_form
|
727 |
+
#: contact_form.php:1080 contact_form.php:1114
|
|
|
728 |
msgid "Error message for the Message field"
|
729 |
msgstr "Повідомлення про помилку для поля Повідомлення"
|
730 |
|
731 |
# @ contact_form
|
732 |
+
#: contact_form.php:1081 contact_form.php:1115
|
|
|
733 |
msgid "Error message about the file type for the Attachment field"
|
734 |
msgstr "Повідомлення про помилку для поля Прикріплені файли"
|
735 |
|
736 |
# @ contact_form
|
737 |
+
#: contact_form.php:1082 contact_form.php:1116
|
738 |
+
msgid ""
|
739 |
+
"Error message while uploading a file for the Attachment field to the server"
|
740 |
+
msgstr ""
|
741 |
+
"Повідомлення про помилку під час завантаження файлу на сервер для поля "
|
742 |
+
"Прикріплені файли"
|
743 |
|
744 |
# @ contact_form
|
745 |
+
#: contact_form.php:1083 contact_form.php:1117
|
|
|
746 |
msgid "Error message while moving the file for the Attachment field"
|
747 |
+
msgstr ""
|
748 |
+
"Повідомлення про помилку під час переміщення файлу для поля Прикріплені файли"
|
749 |
|
750 |
# @ contact_form
|
751 |
+
#: contact_form.php:1084 contact_form.php:1118
|
|
|
752 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
753 |
+
msgstr ""
|
754 |
+
"Повідомлення про помилку для поля Прикріплені файли, коли розмір файлу "
|
755 |
+
"перевищує допустимий"
|
756 |
|
757 |
# @ contact_form
|
758 |
+
#: contact_form.php:1085 contact_form.php:1119
|
|
|
759 |
msgid "Error message for the Captcha field"
|
760 |
msgstr "Повідомлення про помилку для поля Captcha"
|
761 |
|
762 |
# @ contact_form
|
763 |
+
#: contact_form.php:1086 contact_form.php:1120
|
|
|
764 |
msgid "Error message for the whole form"
|
765 |
msgstr "Повідомлення про помилку для всієї форми"
|
766 |
|
767 |
# @ contact_form
|
768 |
+
#: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
|
769 |
+
#: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
|
770 |
+
#: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
|
771 |
+
#: contact_form.php:2358
|
|
|
|
|
|
|
|
|
|
|
|
|
772 |
msgid "Use shortcode"
|
773 |
msgstr "Використовувати шорткод"
|
774 |
|
775 |
# @ contact_form
|
776 |
+
#: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
|
777 |
+
#: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
|
778 |
+
#: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
|
779 |
+
#: contact_form.php:2358
|
|
|
|
|
|
|
|
|
|
|
|
|
780 |
msgid "for this language"
|
781 |
msgstr "для цієї мови"
|
782 |
|
783 |
# @ contact_form
|
784 |
+
#: contact_form.php:1133
|
785 |
msgid "Use the changed names of the contact form fields in the email"
|
786 |
msgstr "Використовувати змінені назви полів контактної форми в емейлі"
|
787 |
|
788 |
# @ contact_form
|
789 |
+
#: contact_form.php:1139
|
790 |
msgid "Action after email is sent"
|
791 |
msgstr "Дія після відправлення емейлу"
|
792 |
|
793 |
# @ contact_form
|
794 |
+
#: contact_form.php:1141
|
795 |
msgid "Display text"
|
796 |
msgstr "Показати текст"
|
797 |
|
798 |
# @ contact_form
|
799 |
+
#: contact_form.php:1150 contact_form.php:1160
|
|
|
800 |
msgid "Text"
|
801 |
msgstr "Текст"
|
802 |
|
803 |
# @ contact_form
|
804 |
+
#: contact_form.php:1171
|
805 |
msgid "Redirect to the page"
|
806 |
msgstr "Перенаправлення на сторінку"
|
807 |
|
808 |
# @ contact_form
|
809 |
+
#: contact_form.php:1172
|
810 |
msgid "Url"
|
811 |
msgstr "Url"
|
812 |
|
813 |
# @ contact_form
|
814 |
+
#: contact_form.php:1176
|
815 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
816 |
+
msgstr "Змінна $_SERVER, що використовується для створення URL форми"
|
817 |
|
818 |
# @ contact_form
|
819 |
+
#: contact_form.php:1181
|
820 |
+
msgid ""
|
821 |
+
"If you are not sure whether to change this setting or not, please do not do "
|
822 |
+
"that."
|
823 |
+
msgstr ""
|
824 |
+
"Якщо ви не впевнені, чи варто змінювати цю установку, будь ласка, краще не "
|
825 |
+
"змінюйте."
|
826 |
|
827 |
# @ contact_form
|
828 |
+
#: contact_form.php:1191
|
829 |
msgid "Auto Response"
|
830 |
msgstr "Автовідповідь"
|
831 |
|
832 |
# @ contact_form
|
833 |
+
#: contact_form.php:1195
|
834 |
#, php-format
|
835 |
+
msgid ""
|
836 |
+
"You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
|
837 |
+
"display data from the Message field, as well as %%SITENAME%% to display blog "
|
838 |
+
"name."
|
839 |
+
msgstr ""
|
840 |
+
"Ви можете використувувати %%NAME%% для відображення даних поля емейлу, "
|
841 |
+
"%%MESSAGE%% для відображення даних поля повідомлень і %%SITENAME%% для "
|
842 |
+
"відображення назви блогу."
|
843 |
|
844 |
# @ default
|
845 |
+
#: contact_form.php:1220 contact_form.php:1402
|
|
|
846 |
msgid "Save Changes"
|
847 |
msgstr "Зберегти зміни"
|
848 |
|
849 |
# @ contact_form
|
850 |
+
#: contact_form.php:1233
|
851 |
msgid "Errors output"
|
852 |
msgstr "Відображення помилок"
|
853 |
|
854 |
# @ contact_form
|
855 |
+
#: contact_form.php:1236
|
856 |
msgid "Display error messages"
|
857 |
msgstr "Відображати повідомлення про помилки"
|
858 |
|
859 |
# @ contact_form
|
860 |
+
#: contact_form.php:1237
|
861 |
msgid "Color of the input field errors."
|
862 |
msgstr "Колір для помилок у полях введення."
|
863 |
|
864 |
# @ contact_form
|
865 |
+
#: contact_form.php:1238
|
866 |
msgid "Display error messages & color of the input field errors"
|
867 |
+
msgstr ""
|
868 |
+
"Відображення повідомлень про помилку і колір для полів з помилками у полях "
|
869 |
+
"введення"
|
870 |
|
871 |
# @ contact_form
|
872 |
+
#: contact_form.php:1243
|
873 |
msgid "Add placeholder to the input blocks"
|
874 |
msgstr "Додати текст заміщення для блоків введення"
|
875 |
|
876 |
# @ contact_form
|
877 |
+
#: contact_form.php:1249
|
878 |
msgid "Add tooltips"
|
879 |
msgstr "Додати підказки"
|
880 |
|
881 |
# @ contact_form
|
882 |
+
#: contact_form.php:1263
|
883 |
msgid "Email address"
|
884 |
msgstr "Емейл"
|
885 |
|
886 |
# @ contact_form
|
887 |
+
#: contact_form.php:1268
|
888 |
msgid "Phone Number"
|
889 |
msgstr "Номер телефону"
|
890 |
|
891 |
# @ contact_form
|
892 |
+
#: contact_form.php:1282
|
893 |
msgid "Attachment"
|
894 |
msgstr "Вкладений файл"
|
895 |
|
896 |
# @ contact_form
|
897 |
+
#: contact_form.php:1292
|
898 |
msgid "Style options"
|
899 |
msgstr "Опції стилю"
|
900 |
|
901 |
# @ contact_form
|
902 |
+
#: contact_form.php:1295
|
903 |
msgid "Text color"
|
904 |
msgstr "Колір тексту"
|
905 |
|
906 |
# @ contact_form
|
907 |
+
#: contact_form.php:1298 contact_form.php:1303 contact_form.php:1313
|
908 |
+
#: contact_form.php:1318 contact_form.php:1323 contact_form.php:1328
|
909 |
+
#: contact_form.php:1338 contact_form.php:1343 contact_form.php:1352
|
910 |
+
#: contact_form.php:1366 contact_form.php:1371 contact_form.php:1376
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
911 |
msgid "Default"
|
912 |
msgstr "Стандартно"
|
913 |
|
914 |
# @ contact_form
|
915 |
+
#: contact_form.php:1300
|
916 |
msgid "Label text color"
|
917 |
msgstr "Колір написів"
|
918 |
|
919 |
# @ contact_form
|
920 |
+
#: contact_form.php:1305
|
921 |
msgid "Placeholder color"
|
922 |
msgstr "Колір тексту заміщення"
|
923 |
|
924 |
# @ contact_form
|
925 |
+
#: contact_form.php:1310
|
926 |
msgid "Errors color"
|
927 |
msgstr "Колір помилок"
|
928 |
|
929 |
# @ contact_form
|
930 |
+
#: contact_form.php:1315
|
931 |
msgid "Error text color"
|
932 |
msgstr "Колір тексту помилок"
|
933 |
|
934 |
# @ contact_form
|
935 |
+
#: contact_form.php:1320
|
936 |
msgid "Background color of the input field errors"
|
937 |
msgstr "Колір заднього фону для полів введення з помилками"
|
938 |
|
939 |
# @ contact_form
|
940 |
+
#: contact_form.php:1325
|
941 |
msgid "Border color of the input field errors"
|
942 |
msgstr "Колір рамки для полів введення з помилками"
|
943 |
|
944 |
# @ contact_form
|
945 |
+
#: contact_form.php:1330
|
946 |
msgid "Placeholder color of the input field errors"
|
947 |
msgstr "Колір тексту заміщення для полів введення з помилками"
|
948 |
|
949 |
# @ contact_form
|
950 |
+
#: contact_form.php:1335
|
951 |
msgid "Input fields"
|
952 |
msgstr "Поля введення тексту"
|
953 |
|
954 |
# @ contact_form
|
955 |
+
#: contact_form.php:1340
|
956 |
msgid "Input fields background color"
|
957 |
msgstr "Колір фону полів введення"
|
958 |
|
959 |
# @ contact_form
|
960 |
+
#: contact_form.php:1345
|
961 |
msgid "Text fields color"
|
962 |
msgstr "Колір текстових полів"
|
963 |
|
964 |
# @ contact_form
|
965 |
+
#: contact_form.php:1349
|
966 |
msgid "Border width in px, numbers only"
|
967 |
msgstr "Ширина рамки в пікселях, тільки числа"
|
968 |
|
969 |
# @ contact_form
|
970 |
+
#: contact_form.php:1354 contact_form.php:1378
|
|
|
971 |
msgid "Border color"
|
972 |
msgstr "Колір рамки"
|
973 |
|
974 |
# @ contact_form
|
975 |
+
#: contact_form.php:1359
|
976 |
msgid "Submit button"
|
977 |
msgstr "Кнопка підтвердження"
|
978 |
|
979 |
# @ contact_form
|
980 |
+
#: contact_form.php:1363
|
981 |
msgid "Width in px, numbers only"
|
982 |
msgstr "Ширина в точках, тільки числа"
|
983 |
|
984 |
# @ contact_form
|
985 |
+
#: contact_form.php:1368
|
986 |
msgid "Button color"
|
987 |
msgstr "Колір кнопок"
|
988 |
|
989 |
# @ contact_form
|
990 |
+
#: contact_form.php:1373
|
991 |
msgid "Button text color"
|
992 |
msgstr "Колір тексту кнопок"
|
993 |
|
994 |
# @ contact_form
|
995 |
+
#: contact_form.php:1406
|
996 |
msgid "Contact Form Pro | Preview"
|
997 |
msgstr "Contact Form Pro | Прев’ю"
|
998 |
|
999 |
# @ contact_form
|
1000 |
+
#: contact_form.php:1408
|
1001 |
msgid "Show with errors"
|
1002 |
msgstr "Показувати з помилками"
|
1003 |
|
1004 |
# @ contact_form
|
1005 |
+
#: contact_form.php:1417 contact_form.php:1419
|
|
|
1006 |
msgid "Please enter your full name..."
|
1007 |
msgstr "Будь ласка, вкажіть своє повне ім'я..."
|
1008 |
|
1009 |
# @ contact_form
|
1010 |
+
#: contact_form.php:1430 contact_form.php:1432
|
|
|
1011 |
msgid "Please enter your address..."
|
1012 |
msgstr "Будь ласка, вкажіть свою адресу..."
|
1013 |
|
1014 |
# @ contact_form
|
1015 |
+
#: contact_form.php:1441 contact_form.php:1443
|
|
|
1016 |
msgid "Please enter your email address..."
|
1017 |
msgstr "Будь ласка, введіть свій емейл:"
|
1018 |
|
1019 |
# @ contact_form
|
1020 |
+
#: contact_form.php:1452 contact_form.php:1454
|
|
|
1021 |
msgid "Please enter your phone number..."
|
1022 |
msgstr "Будь ласка, вкажіть свій номер телефону..."
|
1023 |
|
1024 |
# @ contact_form
|
1025 |
+
#: contact_form.php:1463 contact_form.php:1465
|
|
|
1026 |
msgid "Please enter subject..."
|
1027 |
msgstr "Будь ласка, вкажіть тему..."
|
1028 |
|
1029 |
# @ contact_form
|
1030 |
+
#: contact_form.php:1473 contact_form.php:1475
|
|
|
1031 |
msgid "Please enter your message..."
|
1032 |
msgstr "Будь ласка, напишіть своє повідомлення..."
|
1033 |
|
1034 |
# @ contact_form
|
1035 |
+
#: contact_form.php:1586
|
1036 |
msgid "Sorry, email message could not be delivered."
|
1037 |
msgstr "Вибачте, ваш емейл не може бути доставлений."
|
1038 |
|
1039 |
# @ contact_form
|
1040 |
+
#: contact_form.php:1994
|
1041 |
msgid "Contact from"
|
1042 |
+
msgstr "Контакт із"
|
1043 |
|
1044 |
# @ contact_form
|
1045 |
+
#: contact_form.php:2016 contact_form.php:2046
|
|
|
1046 |
msgid "Phone"
|
1047 |
msgstr "Телефон"
|
1048 |
|
1049 |
# @ contact_form
|
1050 |
+
#: contact_form.php:2027 contact_form.php:2053
|
|
|
1051 |
msgid "Site"
|
1052 |
msgstr "Сайт"
|
1053 |
|
1054 |
# @ contact_form
|
1055 |
+
#: contact_form.php:2140
|
1056 |
+
msgid ""
|
1057 |
+
"If you can see this MIME, it means that the MIME type is not supported by "
|
1058 |
+
"your email client!"
|
1059 |
+
msgstr ""
|
1060 |
+
"Якщо Ви бачите цей MIME, це означає, що цей MIME тип не підтримується Вашим "
|
1061 |
+
"поштовим клієнтом!"
|
1062 |
|
1063 |
# @ contact_form
|
1064 |
+
#: contact_form.php:2224
|
1065 |
msgid "Support"
|
1066 |
msgstr "Підтримка"
|
1067 |
|
1068 |
# @ contact_form
|
1069 |
+
#: contact_form.php:2273
|
1070 |
msgid "Are you sure that you want to delete this language data?"
|
1071 |
msgstr "Ви справді хочете видалити дані для цієї мови?"
|
1072 |
|
1073 |
# @ contact_form
|
1074 |
+
#: contact_form.php:2294
|
1075 |
msgid "Add multiple forms"
|
1076 |
msgstr "Додати декілька форм"
|
1077 |
|
1078 |
+
#: contact_form.php:2294
|
1079 |
+
msgid ""
|
1080 |
+
"Install Contact Form Multi plugin to create unlimited number of contact "
|
1081 |
+
"forms."
|
1082 |
+
msgstr ""
|
1083 |
+
"Встановити плагін Contact Form Multi, щоб мати можливість створювати "
|
1084 |
+
"необмежену кількість контактних форм."
|
1085 |
|
1086 |
# @ contact_form
|
1087 |
+
#: contact_form.php:2299
|
1088 |
msgid "Learn more"
|
1089 |
msgstr "Дізнатись більше"
|
1090 |
|
1091 |
+
#: contact_form.php:2303
|
1092 |
msgid "Close"
|
1093 |
msgstr "Закрити"
|
1094 |
|
1095 |
# @ contact_form
|
1096 |
+
#: contact_form.php:2491
|
1097 |
msgid "allows to store your messages to the database."
|
1098 |
msgstr "дозволяє зберігати ваші повідомлення у базі даних."
|
1099 |
|
1100 |
# @ contact_form
|
1101 |
+
#: contact_form.php:2492
|
1102 |
msgid "Manage messages that have been sent from your website."
|
1103 |
msgstr "Контролювати повідомлення, які було відправлено з Вашого сайту. "
|
|
languages/contact_form-vi.mo
CHANGED
Binary file
|
languages/contact_form-vi.po
CHANGED
@@ -2,9 +2,9 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
-
"Last-Translator: bestwebsoft.com <
|
8 |
"Language-Team: Localization blog | http://bizover.net <contact@bizover.net>\n"
|
9 |
"Language: vi\n"
|
10 |
"MIME-Version: 1.0\n"
|
@@ -16,8 +16,7 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: contact_form.php:35
|
20 |
-
#: contact_form.php:650
|
21 |
msgid "Contact Form Settings"
|
22 |
msgstr "Cài đặt hình thức liên lạc"
|
23 |
|
@@ -25,62 +24,50 @@ msgstr "Cài đặt hình thức liên lạc"
|
|
25 |
msgid "Contact Form"
|
26 |
msgstr "Mẫu liên hệ"
|
27 |
|
28 |
-
#: contact_form.php:123
|
29 |
-
#: contact_form.php:1047
|
30 |
-
#: contact_form.php:1081
|
31 |
msgid "Name:"
|
32 |
msgstr "Tên:"
|
33 |
|
34 |
-
#: contact_form.php:124
|
35 |
-
#: contact_form.php:1048
|
36 |
-
#: contact_form.php:1082
|
37 |
msgid "Address:"
|
38 |
msgstr "Địa chỉ:"
|
39 |
|
40 |
-
#: contact_form.php:125
|
41 |
-
#: contact_form.php:1049
|
42 |
-
#: contact_form.php:1083
|
43 |
msgid "Email Address:"
|
44 |
msgstr "Địa chỉ email:"
|
45 |
|
46 |
-
#: contact_form.php:126
|
47 |
-
#: contact_form.php:1050
|
48 |
-
#: contact_form.php:1084
|
49 |
msgid "Phone number:"
|
50 |
msgstr "Số điện thoại:"
|
51 |
|
52 |
-
#: contact_form.php:127
|
53 |
-
#: contact_form.php:1051
|
54 |
-
#: contact_form.php:1085
|
55 |
msgid "Subject:"
|
56 |
msgstr "Tiêu đề:"
|
57 |
|
58 |
-
#: contact_form.php:128
|
59 |
-
#: contact_form.php:1052
|
60 |
-
#: contact_form.php:1086
|
61 |
msgid "Message:"
|
62 |
msgstr "Thông báo:"
|
63 |
|
64 |
-
#: contact_form.php:129
|
65 |
-
#: contact_form.php:1053
|
66 |
-
#: contact_form.php:1087
|
67 |
msgid "Attachment:"
|
68 |
msgstr "File đính kèm:"
|
69 |
|
70 |
#: contact_form.php:130
|
71 |
#, fuzzy
|
72 |
-
msgid "
|
73 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
|
75 |
-
#: contact_form.php:131
|
76 |
-
#: contact_form.php:1055
|
77 |
-
#: contact_form.php:1089
|
78 |
msgid "Send me a copy"
|
79 |
msgstr "Gửi cho tôi một bản sao"
|
80 |
|
81 |
-
#: contact_form.php:132
|
82 |
-
#: contact_form.php:1056
|
83 |
-
#: contact_form.php:1090
|
84 |
msgid "Submit"
|
85 |
msgstr "Gửi"
|
86 |
|
@@ -137,12 +124,18 @@ msgid "Thank you for contacting us."
|
|
137 |
msgstr "Cảm ơn bạn đã liên hệ với chúng tôi."
|
138 |
|
139 |
#: contact_form.php:546
|
140 |
-
msgid "
|
|
|
|
|
141 |
msgstr ""
|
142 |
|
143 |
#: contact_form.php:556
|
144 |
-
msgid "
|
145 |
-
|
|
|
|
|
|
|
|
|
146 |
|
147 |
#: contact_form.php:565
|
148 |
#, fuzzy
|
@@ -151,13 +144,18 @@ msgstr "Người dùng như vậy không tồn tại. Cài đặt không đượ
|
|
151 |
|
152 |
#: contact_form.php:575
|
153 |
#, fuzzy
|
154 |
-
msgid "
|
155 |
-
|
|
|
|
|
|
|
156 |
|
157 |
#: contact_form.php:583
|
158 |
#, fuzzy
|
159 |
msgid "Please enter a valid email address in the 'FROM' field."
|
160 |
-
msgstr "
|
|
|
|
|
161 |
|
162 |
#: contact_form.php:606
|
163 |
msgid "Settings saved."
|
@@ -168,758 +166,746 @@ msgstr "Cài đặt đã lưu."
|
|
168 |
msgid "Settings are not saved."
|
169 |
msgstr "Cài đặt đã lưu."
|
170 |
|
171 |
-
#: contact_form.php:
|
172 |
-
|
173 |
-
|
|
|
|
|
174 |
msgid "Settings"
|
175 |
msgstr "Cài đặt"
|
176 |
|
177 |
-
#: contact_form.php:
|
178 |
#, fuzzy
|
179 |
msgid "Additional settings"
|
180 |
msgstr "Tùy chọn bổ sung"
|
181 |
|
182 |
-
#: contact_form.php:
|
183 |
msgid "Appearance"
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: contact_form.php:
|
187 |
-
#: contact_form.php:2203
|
188 |
msgid "FAQ"
|
189 |
msgstr "CÂU HỎI THƯỜNG GẶP"
|
190 |
|
191 |
-
#: contact_form.php:
|
192 |
msgid "Go PRO"
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: contact_form.php:
|
196 |
-
#: contact_form.php:661
|
197 |
msgid "Notice:"
|
198 |
msgstr "Thông báo:"
|
199 |
|
200 |
-
#: contact_form.php:
|
201 |
-
msgid "
|
202 |
-
|
203 |
-
|
204 |
-
#: contact_form.php:669
|
205 |
-
msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
|
206 |
msgstr ""
|
|
|
|
|
207 |
|
208 |
-
#: contact_form.php:676
|
209 |
#: contact_form.php:679
|
210 |
-
|
211 |
-
|
212 |
-
|
|
|
213 |
|
214 |
-
#: contact_form.php:
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
|
|
|
|
|
|
|
|
222 |
msgid "or"
|
223 |
msgstr "hoặc"
|
224 |
|
225 |
-
#: contact_form.php:
|
226 |
-
|
227 |
-
msgid "
|
228 |
-
|
|
|
|
|
|
|
|
|
229 |
|
230 |
-
#: contact_form.php:
|
231 |
-
#: contact_form.php:680
|
232 |
msgid "They work the same way."
|
233 |
msgstr "Họ làm việc cùng một cách."
|
234 |
|
235 |
-
#: contact_form.php:
|
236 |
-
msgid "
|
237 |
-
|
|
|
|
|
|
|
|
|
238 |
|
239 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
240 |
msgid "The user's email address:"
|
241 |
msgstr "Các địa chỉ email của người dùng:"
|
242 |
|
243 |
-
#: contact_form.php:
|
244 |
#, fuzzy
|
245 |
msgid "Select a username"
|
246 |
msgstr "Tạo một tên người dùng"
|
247 |
|
248 |
-
#: contact_form.php:
|
249 |
-
msgid "
|
250 |
-
|
|
|
|
|
|
|
|
|
251 |
|
252 |
-
#: contact_form.php:
|
253 |
msgid "Use this email address:"
|
254 |
msgstr "Sử dụng địa chỉ email này:"
|
255 |
|
256 |
-
#: contact_form.php:
|
257 |
msgid "Enter the email address you want the messages forwarded to."
|
258 |
msgstr "Nhập địa chỉ email mà bạn muốn các thư được chuyển tiếp đến."
|
259 |
|
260 |
-
#: contact_form.php:
|
261 |
msgid "Add department selectbox to the contact form:"
|
262 |
msgstr "Địa chỉ sở selectbox để hình thức liên lạc:"
|
263 |
|
264 |
-
#: contact_form.php:
|
265 |
-
#: contact_form.php:1182
|
266 |
-
#: contact_form.php:1365
|
267 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
268 |
-
msgstr "
|
|
|
269 |
|
270 |
-
#: contact_form.php:
|
271 |
-
#: contact_form.php:
|
272 |
-
|
273 |
-
#: contact_form.php:1189
|
274 |
-
#: contact_form.php:1372
|
275 |
-
msgid "Unlock premium options by upgrading to a PRO version."
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: contact_form.php:
|
279 |
-
#: contact_form.php:
|
280 |
-
#: contact_form.php:984
|
281 |
-
#: contact_form.php:1190
|
282 |
-
#: contact_form.php:1373
|
283 |
-
#: contact_form.php:2475
|
284 |
msgid "Learn More"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: contact_form.php:
|
288 |
-
#: contact_form.php:
|
289 |
-
#: contact_form.php:987
|
290 |
-
#: contact_form.php:1193
|
291 |
-
#: contact_form.php:1376
|
292 |
msgid "Go"
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: contact_form.php:
|
296 |
msgid "Save emails to the database"
|
297 |
msgstr "Lưu email vào cơ sở dữ liệu"
|
298 |
|
299 |
-
#: contact_form.php:
|
300 |
msgid "Using"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: contact_form.php:
|
304 |
-
#: contact_form.php:759
|
305 |
#, fuzzy
|
306 |
msgid "Using Contact Form to DB by BestWebSoft"
|
307 |
msgstr "Bằng cách sử dụng mẫu liên hệ để DB được tài trợ bởi"
|
308 |
|
309 |
-
#: contact_form.php:
|
310 |
#, fuzzy
|
311 |
msgid "Activate"
|
312 |
msgstr "Kích hoạt captcha"
|
313 |
|
314 |
-
#: contact_form.php:
|
315 |
#, fuzzy
|
316 |
msgid "Download"
|
317 |
msgstr "Tải về captcha"
|
318 |
|
319 |
-
#: contact_form.php:
|
320 |
msgid "What to use?"
|
321 |
msgstr "Những gì để sử dụng?"
|
322 |
|
323 |
-
#: contact_form.php:
|
324 |
msgid "Wp-mail"
|
325 |
msgstr "WP-thư"
|
326 |
|
327 |
-
#: contact_form.php:
|
328 |
msgid "You can use the wp_mail function for mailing"
|
329 |
msgstr "Bạn có thể sử dụng các chức năng wp_mail để gửi thư"
|
330 |
|
331 |
-
#: contact_form.php:
|
332 |
msgid "Mail"
|
333 |
msgstr "Thư"
|
334 |
|
335 |
-
#: contact_form.php:
|
336 |
msgid "To send mail you can use the php mail function"
|
337 |
msgstr "Để gửi thư, bạn có thể sử dụng chức năng php thư"
|
338 |
|
339 |
-
#: contact_form.php:
|
340 |
msgid "'FROM' field"
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: contact_form.php:
|
344 |
-
#: contact_form.php:
|
345 |
-
#: contact_form.php:1234
|
346 |
-
#: contact_form.php:1980
|
347 |
-
#: contact_form.php:2016
|
348 |
msgid "Name"
|
349 |
msgstr "Tên"
|
350 |
|
351 |
-
#: contact_form.php:
|
352 |
msgid "User name"
|
353 |
msgstr "Tên người dùng"
|
354 |
|
355 |
-
#: contact_form.php:
|
356 |
-
msgid "
|
357 |
-
|
|
|
|
|
358 |
|
359 |
-
#: contact_form.php:
|
360 |
-
#: contact_form.php:1991
|
361 |
-
#: contact_form.php:2023
|
362 |
msgid "Email"
|
363 |
msgstr "Thư điện tử"
|
364 |
|
365 |
-
#: contact_form.php:
|
366 |
msgid "User email"
|
367 |
msgstr "Người dùng thư điện tử"
|
368 |
|
369 |
-
#: contact_form.php:
|
370 |
-
msgid "
|
371 |
-
|
|
|
|
|
|
|
|
|
372 |
|
373 |
-
#: contact_form.php:
|
374 |
-
msgid "
|
|
|
|
|
375 |
msgstr ""
|
376 |
|
377 |
-
#: contact_form.php:
|
378 |
msgid "Required symbol"
|
379 |
msgstr "Biểu tượng yêu cầu"
|
380 |
|
381 |
-
#: contact_form.php:
|
382 |
msgid "Fields"
|
383 |
msgstr "Lĩnh vực"
|
384 |
|
385 |
-
#: contact_form.php:
|
386 |
msgid "Used"
|
387 |
msgstr "Sử dụng"
|
388 |
|
389 |
-
#: contact_form.php:
|
390 |
msgid "Required"
|
391 |
msgstr "Yêu cầu"
|
392 |
|
393 |
-
#: contact_form.php:
|
394 |
msgid "Visible"
|
395 |
msgstr "Có thể nhìn thấy"
|
396 |
|
397 |
-
#: contact_form.php:
|
398 |
msgid "Disabled for editing"
|
399 |
msgstr "Khuyết tật để chỉnh sửa"
|
400 |
|
401 |
-
#: contact_form.php:
|
402 |
msgid "Field's default value"
|
403 |
msgstr "Giá trị mặc định của trường"
|
404 |
|
405 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
406 |
msgid "Use User's name as a default value if the user is logged in."
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: contact_form.php:
|
410 |
-
|
411 |
-
|
|
|
412 |
msgstr ""
|
413 |
|
414 |
-
#: contact_form.php:
|
415 |
msgid "Location selectbox"
|
416 |
msgstr ""
|
417 |
|
418 |
-
#: contact_form.php:
|
419 |
-
#: contact_form.php:
|
420 |
-
#: contact_form.php:1986
|
421 |
-
#: contact_form.php:2020
|
422 |
msgid "Address"
|
423 |
msgstr "Địa chỉ"
|
424 |
|
425 |
-
#: contact_form.php:
|
426 |
msgid "Email Address"
|
427 |
msgstr "Địa chỉ email"
|
428 |
|
429 |
-
#: contact_form.php:
|
430 |
msgid "Use User's email as a default value if the user is logged in."
|
431 |
msgstr ""
|
432 |
|
433 |
-
#: contact_form.php:
|
434 |
msgid "Phone number"
|
435 |
msgstr "Số điện thoại"
|
436 |
|
437 |
-
#: contact_form.php:
|
438 |
-
#: contact_form.php:
|
439 |
-
#: contact_form.php:2001
|
440 |
-
#: contact_form.php:2029
|
441 |
msgid "Subject"
|
442 |
msgstr "Chủ đề"
|
443 |
|
444 |
-
#: contact_form.php:
|
445 |
-
#: contact_form.php:
|
446 |
-
#: contact_form.php:2004
|
447 |
-
#: contact_form.php:2031
|
448 |
msgid "Message"
|
449 |
msgstr "Tin nhắn"
|
450 |
|
451 |
-
#: contact_form.php:
|
452 |
msgid "Attachment block"
|
453 |
msgstr "Tập tin đính kèm khối"
|
454 |
|
455 |
-
#: contact_form.php:
|
456 |
msgid "Users can attach the following file formats"
|
457 |
msgstr "Người dùng có thể đính kèm các định dạng tệp sau"
|
458 |
|
459 |
-
#: contact_form.php:
|
460 |
msgid "Add to the form"
|
461 |
msgstr "Thêm vào các hình thức"
|
462 |
|
463 |
-
#: contact_form.php:
|
464 |
msgid "Tips below the Attachment"
|
465 |
msgstr "Mẹo bên dưới phần đính kèm"
|
466 |
|
467 |
-
#: contact_form.php:
|
468 |
msgid "'Send me a copy' block"
|
469 |
msgstr "'Gửi tôi một bản sao' khối"
|
470 |
|
471 |
-
#: contact_form.php:
|
472 |
msgid "Activate captcha"
|
473 |
msgstr "Kích hoạt captcha"
|
474 |
|
475 |
-
#: contact_form.php:
|
476 |
msgid "Download captcha"
|
477 |
msgstr "Tải về captcha"
|
478 |
|
479 |
-
#: contact_form.php:
|
480 |
msgid "Agreement checkbox"
|
481 |
msgstr "Thỏa thuận hộp kiểm"
|
482 |
|
483 |
-
#: contact_form.php:
|
484 |
msgid "Required checkbox for submitting the form"
|
485 |
msgstr "Các hộp kiểm yêu cầu để gửi biểu mẫu"
|
486 |
|
487 |
-
#: contact_form.php:
|
488 |
msgid "Optional checkbox"
|
489 |
msgstr "Tùy chọn hộp kiểm"
|
490 |
|
491 |
-
#: contact_form.php:
|
492 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
493 |
msgstr "Tùy chọn hộp kiểm, kết quả trong đó sẽ được hiển thị trong email"
|
494 |
|
495 |
-
#: contact_form.php:
|
496 |
msgid "Delete an attachment file from the server after the email is sent"
|
497 |
msgstr "Xóa một tập tin đính kèm từ hệ phục vụ sau khi các email được gửi"
|
498 |
|
499 |
-
#: contact_form.php:
|
500 |
msgid "Email in HTML format sending"
|
501 |
msgstr "Gửi email cho HTML định dạng gửi"
|
502 |
|
503 |
-
#: contact_form.php:
|
504 |
msgid "Display additional info in the email"
|
505 |
msgstr "Hiển thị thông tin bổ sung trong email"
|
506 |
|
507 |
-
#: contact_form.php:
|
508 |
-
#: contact_form.php:1947
|
509 |
-
#: contact_form.php:1949
|
510 |
msgid "Sent from (ip address)"
|
511 |
msgstr "Gửi từ (địa chỉ ip)"
|
512 |
|
513 |
-
#: contact_form.php:
|
514 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
515 |
msgstr "Ví dụ: Gửi từ (địa chỉ IP):\t127.0.0.1"
|
516 |
|
517 |
-
#: contact_form.php:
|
518 |
-
#: contact_form.php:1953
|
519 |
-
#: contact_form.php:1955
|
520 |
msgid "Date/Time"
|
521 |
msgstr "Ngày/thời gian"
|
522 |
|
523 |
-
#: contact_form.php:
|
524 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
525 |
msgstr "Ví dụ: Ngày/thời gian:\tngày 19 tháng 8 năm 2013 8:50 pm"
|
526 |
|
527 |
-
#: contact_form.php:
|
528 |
-
#: contact_form.php:1959
|
529 |
-
#: contact_form.php:1961
|
530 |
msgid "Sent from (referer)"
|
531 |
msgstr "Gửi từ (referer)"
|
532 |
|
533 |
-
#: contact_form.php:
|
534 |
-
msgid "
|
|
|
535 |
msgstr "Ví dụ: Gửi từ (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
536 |
|
537 |
-
#: contact_form.php:
|
538 |
-
#: contact_form.php:1965
|
539 |
-
#: contact_form.php:1967
|
540 |
msgid "Using (user agent)"
|
541 |
msgstr "Sử dụng (người sử dụng đại lý)"
|
542 |
|
543 |
-
#: contact_form.php:
|
544 |
-
msgid "
|
545 |
-
|
|
|
|
|
|
|
|
|
546 |
|
547 |
-
#: contact_form.php:
|
548 |
msgid "Language settings for the field names in the form"
|
549 |
msgstr "Cài đặt ngôn ngữ cho tên trường trong các hình thức"
|
550 |
|
551 |
-
#: contact_form.php:
|
552 |
msgid "Add a language"
|
553 |
msgstr "Thêm một ngôn ngữ"
|
554 |
|
555 |
-
#: contact_form.php:
|
556 |
msgid "Change the names of the contact form fields and error messages"
|
557 |
msgstr "Thay đổi tên của các lĩnh vực hình thức liên lạc và thông báo lỗi"
|
558 |
|
559 |
-
#: contact_form.php:
|
560 |
-
#: contact_form.php:1124
|
561 |
msgid "English"
|
562 |
msgstr "Tiếng Anh"
|
563 |
|
564 |
-
#: contact_form.php:
|
565 |
-
#: contact_form.php:1079
|
566 |
msgid "click to expand/hide the list"
|
567 |
msgstr ""
|
568 |
|
569 |
-
#: contact_form.php:
|
570 |
-
#: contact_form.php:1088
|
571 |
msgid "Tips below the Attachment block"
|
572 |
msgstr "Lời khuyên dưới đây khối tập tin đính kèm"
|
573 |
|
574 |
-
#: contact_form.php:
|
575 |
-
#: contact_form.php:1091
|
576 |
msgid "Error message for the Name field"
|
577 |
msgstr "Thông báo lỗi cho trường tên"
|
578 |
|
579 |
-
#: contact_form.php:
|
580 |
-
#: contact_form.php:1092
|
581 |
msgid "Error message for the Address field"
|
582 |
msgstr "Thông báo lỗi cho trường địa chỉ"
|
583 |
|
584 |
-
#: contact_form.php:
|
585 |
-
#: contact_form.php:1093
|
586 |
msgid "Error message for the Email field"
|
587 |
msgstr "Thông báo lỗi cho trường Email"
|
588 |
|
589 |
-
#: contact_form.php:
|
590 |
-
#: contact_form.php:1094
|
591 |
msgid "Error message for the Phone field"
|
592 |
msgstr "Thông báo lỗi cho lĩnh vực điện thoại"
|
593 |
|
594 |
-
#: contact_form.php:
|
595 |
-
#: contact_form.php:1095
|
596 |
msgid "Error message for the Subject field"
|
597 |
msgstr "Thông báo lỗi cho trường chủ đề"
|
598 |
|
599 |
-
#: contact_form.php:
|
600 |
-
#: contact_form.php:1096
|
601 |
msgid "Error message for the Message field"
|
602 |
msgstr "Thông báo lỗi cho trường tin nhắn"
|
603 |
|
604 |
-
#: contact_form.php:
|
605 |
-
#: contact_form.php:1097
|
606 |
msgid "Error message about the file type for the Attachment field"
|
607 |
msgstr "Thông báo lỗi về các loại tập tin cho trường đính kèm"
|
608 |
|
609 |
-
#: contact_form.php:
|
610 |
-
|
611 |
-
|
612 |
-
msgstr "
|
|
|
|
|
613 |
|
614 |
-
#: contact_form.php:
|
615 |
-
#: contact_form.php:1099
|
616 |
msgid "Error message while moving the file for the Attachment field"
|
617 |
-
msgstr "
|
|
|
618 |
|
619 |
-
#: contact_form.php:
|
620 |
-
#: contact_form.php:1100
|
621 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
622 |
-
msgstr "
|
|
|
623 |
|
624 |
-
#: contact_form.php:
|
625 |
-
#: contact_form.php:1101
|
626 |
msgid "Error message for the Captcha field"
|
627 |
msgstr "Thông báo lỗi cho lĩnh vực Captcha"
|
628 |
|
629 |
-
#: contact_form.php:
|
630 |
-
#: contact_form.php:1102
|
631 |
msgid "Error message for the whole form"
|
632 |
msgstr "Thông báo lỗi cho các hình thức toàn bộ"
|
633 |
|
634 |
-
#: contact_form.php:
|
635 |
-
#: contact_form.php:
|
636 |
-
#: contact_form.php:
|
637 |
-
#: contact_form.php:
|
638 |
-
#: contact_form.php:1134
|
639 |
-
#: contact_form.php:1136
|
640 |
-
#: contact_form.php:1144
|
641 |
-
#: contact_form.php:1146
|
642 |
-
#: contact_form.php:2336
|
643 |
-
#: contact_form.php:2338
|
644 |
msgid "Use shortcode"
|
645 |
msgstr "Sử dụng shortcode"
|
646 |
|
647 |
-
#: contact_form.php:
|
648 |
-
#: contact_form.php:
|
649 |
-
#: contact_form.php:
|
650 |
-
#: contact_form.php:
|
651 |
-
#: contact_form.php:1134
|
652 |
-
#: contact_form.php:1136
|
653 |
-
#: contact_form.php:1144
|
654 |
-
#: contact_form.php:1146
|
655 |
-
#: contact_form.php:2336
|
656 |
-
#: contact_form.php:2338
|
657 |
msgid "for this language"
|
658 |
msgstr "cho ngôn ngữ này"
|
659 |
|
660 |
-
#: contact_form.php:
|
661 |
#, fuzzy
|
662 |
msgid "Use the changed names of the contact form fields in the email"
|
663 |
msgstr "Thay đổi tên của các lĩnh vực hình thức liên lạc và thông báo lỗi"
|
664 |
|
665 |
-
#: contact_form.php:
|
666 |
msgid "Action after email is sent"
|
667 |
msgstr "Hành động sau khi email được gửi"
|
668 |
|
669 |
-
#: contact_form.php:
|
670 |
msgid "Display text"
|
671 |
msgstr "Hiển thị văn bản"
|
672 |
|
673 |
-
#: contact_form.php:
|
674 |
-
#: contact_form.php:1142
|
675 |
msgid "Text"
|
676 |
msgstr "Văn bản"
|
677 |
|
678 |
-
#: contact_form.php:
|
679 |
msgid "Redirect to the page"
|
680 |
msgstr "Chuyển hướng đến trang"
|
681 |
|
682 |
-
#: contact_form.php:
|
683 |
msgid "Url"
|
684 |
msgstr "URL"
|
685 |
|
686 |
-
#: contact_form.php:
|
687 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
688 |
msgstr ""
|
689 |
|
690 |
-
#: contact_form.php:
|
691 |
-
msgid "
|
|
|
|
|
692 |
msgstr ""
|
693 |
|
694 |
-
#: contact_form.php:
|
695 |
msgid "Auto Response"
|
696 |
msgstr ""
|
697 |
|
698 |
-
#: contact_form.php:
|
699 |
#, php-format
|
700 |
-
msgid "
|
|
|
|
|
|
|
701 |
msgstr ""
|
702 |
|
703 |
-
#: contact_form.php:
|
704 |
-
#: contact_form.php:1383
|
705 |
msgid "Save Changes"
|
706 |
msgstr "Lưu thay đổi"
|
707 |
|
708 |
-
#: contact_form.php:
|
709 |
msgid "Errors output"
|
710 |
msgstr "Đầu ra lỗi"
|
711 |
|
712 |
-
#: contact_form.php:
|
713 |
msgid "Display error messages"
|
714 |
msgstr "Hiển thị thông báo lỗi"
|
715 |
|
716 |
-
#: contact_form.php:
|
717 |
msgid "Color of the input field errors."
|
718 |
msgstr "Màu sắc của trường nhập lỗi."
|
719 |
|
720 |
-
#: contact_form.php:
|
721 |
msgid "Display error messages & color of the input field errors"
|
722 |
msgstr "Hiển thị thông báo lỗi và màu sắc của trường nhập lỗi"
|
723 |
|
724 |
-
#: contact_form.php:
|
725 |
msgid "Add placeholder to the input blocks"
|
726 |
msgstr "Thêm giữ chỗ để các khối đầu vào"
|
727 |
|
728 |
-
#: contact_form.php:
|
729 |
msgid "Add tooltips"
|
730 |
msgstr "Thêm chú giải công cụ"
|
731 |
|
732 |
-
#: contact_form.php:
|
733 |
msgid "Email address"
|
734 |
msgstr "Địa chỉ email"
|
735 |
|
736 |
-
#: contact_form.php:
|
737 |
msgid "Phone Number"
|
738 |
msgstr "Số điện thoại"
|
739 |
|
740 |
-
#: contact_form.php:
|
741 |
msgid "Attachment"
|
742 |
msgstr "Tập tin đính kèm"
|
743 |
|
744 |
-
#: contact_form.php:
|
745 |
msgid "Style options"
|
746 |
msgstr "Tùy chọn phong cách"
|
747 |
|
748 |
-
#: contact_form.php:
|
749 |
msgid "Text color"
|
750 |
msgstr "Văn bản màu"
|
751 |
|
752 |
-
#: contact_form.php:
|
753 |
-
#: contact_form.php:
|
754 |
-
#: contact_form.php:
|
755 |
-
#: contact_form.php:
|
756 |
-
#: contact_form.php:1304
|
757 |
-
#: contact_form.php:1309
|
758 |
-
#: contact_form.php:1319
|
759 |
-
#: contact_form.php:1324
|
760 |
-
#: contact_form.php:1333
|
761 |
-
#: contact_form.php:1347
|
762 |
-
#: contact_form.php:1352
|
763 |
-
#: contact_form.php:1357
|
764 |
msgid "Default"
|
765 |
msgstr "Mặc định"
|
766 |
|
767 |
-
#: contact_form.php:
|
768 |
msgid "Label text color"
|
769 |
msgstr "Nhãn văn bản màu"
|
770 |
|
771 |
-
#: contact_form.php:
|
772 |
msgid "Placeholder color"
|
773 |
msgstr "Giữ chỗ màu"
|
774 |
|
775 |
-
#: contact_form.php:
|
776 |
msgid "Errors color"
|
777 |
msgstr "Lỗi màu"
|
778 |
|
779 |
-
#: contact_form.php:
|
780 |
msgid "Error text color"
|
781 |
msgstr "Lỗi văn bản màu"
|
782 |
|
783 |
-
#: contact_form.php:
|
784 |
msgid "Background color of the input field errors"
|
785 |
msgstr "Màu nền của trường nhập lỗi"
|
786 |
|
787 |
-
#: contact_form.php:
|
788 |
msgid "Border color of the input field errors"
|
789 |
msgstr "Biên giới màu sắc của trường nhập lỗi"
|
790 |
|
791 |
-
#: contact_form.php:
|
792 |
msgid "Placeholder color of the input field errors"
|
793 |
msgstr "Giữ chỗ màu sắc của trường nhập lỗi"
|
794 |
|
795 |
-
#: contact_form.php:
|
796 |
msgid "Input fields"
|
797 |
msgstr "Lĩnh vực đầu vào"
|
798 |
|
799 |
-
#: contact_form.php:
|
800 |
msgid "Input fields background color"
|
801 |
msgstr "Lĩnh vực đầu vào nền màu"
|
802 |
|
803 |
-
#: contact_form.php:
|
804 |
msgid "Text fields color"
|
805 |
msgstr "Văn bản lĩnh vực màu"
|
806 |
|
807 |
-
#: contact_form.php:
|
808 |
msgid "Border width in px, numbers only"
|
809 |
msgstr "Chiều rộng biên giới ở px, chỉ có số điện thoại"
|
810 |
|
811 |
-
#: contact_form.php:
|
812 |
-
#: contact_form.php:1359
|
813 |
msgid "Border color"
|
814 |
msgstr "Biên giới màu sắc"
|
815 |
|
816 |
-
#: contact_form.php:
|
817 |
msgid "Submit button"
|
818 |
msgstr "Gửi nút"
|
819 |
|
820 |
-
#: contact_form.php:
|
821 |
msgid "Width in px, numbers only"
|
822 |
msgstr "Chiều rộng trong px, chỉ có số điện thoại"
|
823 |
|
824 |
-
#: contact_form.php:
|
825 |
msgid "Button color"
|
826 |
msgstr "Nút màu"
|
827 |
|
828 |
-
#: contact_form.php:
|
829 |
msgid "Button text color"
|
830 |
msgstr "Nút màu chữ"
|
831 |
|
832 |
-
#: contact_form.php:
|
833 |
msgid "Contact Form Pro | Preview"
|
834 |
msgstr "Liên hệ tạo thành Pro | Xem trước"
|
835 |
|
836 |
-
#: contact_form.php:
|
837 |
msgid "Show with errors"
|
838 |
msgstr "Hiển thị lỗi"
|
839 |
|
840 |
-
#: contact_form.php:
|
841 |
-
#: contact_form.php:1400
|
842 |
msgid "Please enter your full name..."
|
843 |
msgstr "Vui lòng nhập tên đầy đủ của bạn..."
|
844 |
|
845 |
-
#: contact_form.php:
|
846 |
-
#: contact_form.php:1413
|
847 |
msgid "Please enter your address..."
|
848 |
msgstr "Vui lòng nhập địa chỉ của bạn..."
|
849 |
|
850 |
-
#: contact_form.php:
|
851 |
-
#: contact_form.php:1424
|
852 |
msgid "Please enter your email address..."
|
853 |
msgstr "Vui lòng nhập địa chỉ email của bạn..."
|
854 |
|
855 |
-
#: contact_form.php:
|
856 |
-
#: contact_form.php:1435
|
857 |
msgid "Please enter your phone number..."
|
858 |
msgstr "Vui lòng nhập số điện thoại của bạn..."
|
859 |
|
860 |
-
#: contact_form.php:
|
861 |
-
#: contact_form.php:1446
|
862 |
msgid "Please enter subject..."
|
863 |
msgstr "Vui lòng nhập Chủ đề..."
|
864 |
|
865 |
-
#: contact_form.php:
|
866 |
-
#: contact_form.php:1456
|
867 |
msgid "Please enter your message..."
|
868 |
msgstr "Vui lòng nhập tin nhắn của bạn..."
|
869 |
|
870 |
-
#: contact_form.php:
|
871 |
msgid "Sorry, email message could not be delivered."
|
872 |
msgstr "Xin lỗi, không thể gửi được thư email."
|
873 |
|
874 |
-
#: contact_form.php:
|
875 |
msgid "Contact from"
|
876 |
msgstr "Liên hệ với từ"
|
877 |
|
878 |
-
#: contact_form.php:
|
879 |
-
#: contact_form.php:2026
|
880 |
msgid "Phone"
|
881 |
msgstr "Điện thoại"
|
882 |
|
883 |
-
#: contact_form.php:
|
884 |
-
#: contact_form.php:2033
|
885 |
msgid "Site"
|
886 |
msgstr "Trang web"
|
887 |
|
888 |
-
#: contact_form.php:
|
889 |
-
msgid "
|
890 |
-
|
|
|
|
|
|
|
|
|
891 |
|
892 |
-
#: contact_form.php:
|
893 |
msgid "Support"
|
894 |
msgstr "Hỗ trợ"
|
895 |
|
896 |
-
#: contact_form.php:
|
897 |
msgid "Are you sure that you want to delete this language data?"
|
898 |
msgstr "Bạn có chắc rằng bạn muốn xóa dữ liệu ngôn ngữ này không?"
|
899 |
|
900 |
-
#: contact_form.php:
|
901 |
#, fuzzy
|
902 |
msgid "Add multiple forms"
|
903 |
msgstr "Thêm vào các hình thức"
|
904 |
|
905 |
-
#: contact_form.php:
|
906 |
-
msgid "
|
|
|
|
|
907 |
msgstr ""
|
908 |
|
909 |
-
#: contact_form.php:
|
910 |
msgid "Learn more"
|
911 |
msgstr ""
|
912 |
|
913 |
-
#: contact_form.php:
|
914 |
msgid "Close"
|
915 |
msgstr ""
|
916 |
|
917 |
-
#: contact_form.php:
|
918 |
#, fuzzy
|
919 |
msgid "allows to store your messages to the database."
|
920 |
msgstr "Lưu email vào cơ sở dữ liệu"
|
921 |
|
922 |
-
#: contact_form.php:
|
923 |
msgid "Manage messages that have been sent from your website."
|
924 |
msgstr ""
|
925 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-08-05 09:14+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-08-05 09:15+0300\n"
|
7 |
+
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: Localization blog | http://bizover.net <contact@bizover.net>\n"
|
9 |
"Language: vi\n"
|
10 |
"MIME-Version: 1.0\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: contact_form.php:35 contact_form.php:657
|
|
|
20 |
msgid "Contact Form Settings"
|
21 |
msgstr "Cài đặt hình thức liên lạc"
|
22 |
|
24 |
msgid "Contact Form"
|
25 |
msgstr "Mẫu liên hệ"
|
26 |
|
27 |
+
#: contact_form.php:123 contact_form.php:1065 contact_form.php:1099
|
|
|
|
|
28 |
msgid "Name:"
|
29 |
msgstr "Tên:"
|
30 |
|
31 |
+
#: contact_form.php:124 contact_form.php:1066 contact_form.php:1100
|
|
|
|
|
32 |
msgid "Address:"
|
33 |
msgstr "Địa chỉ:"
|
34 |
|
35 |
+
#: contact_form.php:125 contact_form.php:1067 contact_form.php:1101
|
|
|
|
|
36 |
msgid "Email Address:"
|
37 |
msgstr "Địa chỉ email:"
|
38 |
|
39 |
+
#: contact_form.php:126 contact_form.php:1068 contact_form.php:1102
|
|
|
|
|
40 |
msgid "Phone number:"
|
41 |
msgstr "Số điện thoại:"
|
42 |
|
43 |
+
#: contact_form.php:127 contact_form.php:1069 contact_form.php:1103
|
|
|
|
|
44 |
msgid "Subject:"
|
45 |
msgstr "Tiêu đề:"
|
46 |
|
47 |
+
#: contact_form.php:128 contact_form.php:1070 contact_form.php:1104
|
|
|
|
|
48 |
msgid "Message:"
|
49 |
msgstr "Thông báo:"
|
50 |
|
51 |
+
#: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
|
|
|
|
|
52 |
msgid "Attachment:"
|
53 |
msgstr "File đính kèm:"
|
54 |
|
55 |
#: contact_form.php:130
|
56 |
#, fuzzy
|
57 |
+
msgid ""
|
58 |
+
"Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
|
59 |
+
"EPS, PS, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT. Max file "
|
60 |
+
"size: 2MB"
|
61 |
+
msgstr ""
|
62 |
+
"Hỗ trợ các loại tập tin: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
|
63 |
+
"EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, vùng tối đa kích "
|
64 |
+
"thước: 2MB"
|
65 |
|
66 |
+
#: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
|
|
|
|
|
67 |
msgid "Send me a copy"
|
68 |
msgstr "Gửi cho tôi một bản sao"
|
69 |
|
70 |
+
#: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
|
|
|
|
|
71 |
msgid "Submit"
|
72 |
msgstr "Gửi"
|
73 |
|
124 |
msgstr "Cảm ơn bạn đã liên hệ với chúng tôi."
|
125 |
|
126 |
#: contact_form.php:546
|
127 |
+
msgid ""
|
128 |
+
"Email 'FROM' field option was changed, which may cause email messages being "
|
129 |
+
"moved to the spam folder or email delivery failures."
|
130 |
msgstr ""
|
131 |
|
132 |
#: contact_form.php:556
|
133 |
+
msgid ""
|
134 |
+
"If the 'Redirect to page' option is selected then the URL field should be in "
|
135 |
+
"the following format"
|
136 |
+
msgstr ""
|
137 |
+
"Nếu tùy chọn 'Chuyển hướng đến trang' được chọn thì trường URL nên ở định "
|
138 |
+
"dạng sau"
|
139 |
|
140 |
#: contact_form.php:565
|
141 |
#, fuzzy
|
144 |
|
145 |
#: contact_form.php:575
|
146 |
#, fuzzy
|
147 |
+
msgid ""
|
148 |
+
"Please enter a valid email address in the 'Use this email address' field."
|
149 |
+
msgstr ""
|
150 |
+
"Vui lòng nhập một địa chỉ email hợp lệ trong trường 'Từ'. Cài đặt không được "
|
151 |
+
"lưu."
|
152 |
|
153 |
#: contact_form.php:583
|
154 |
#, fuzzy
|
155 |
msgid "Please enter a valid email address in the 'FROM' field."
|
156 |
+
msgstr ""
|
157 |
+
"Vui lòng nhập một địa chỉ email hợp lệ trong trường 'Từ'. Cài đặt không được "
|
158 |
+
"lưu."
|
159 |
|
160 |
#: contact_form.php:606
|
161 |
msgid "Settings saved."
|
166 |
msgid "Settings are not saved."
|
167 |
msgstr "Cài đặt đã lưu."
|
168 |
|
169 |
+
#: contact_form.php:646
|
170 |
+
msgid "All plugin settings were restored."
|
171 |
+
msgstr ""
|
172 |
+
|
173 |
+
#: contact_form.php:659 contact_form.php:2208 contact_form.php:2222
|
174 |
msgid "Settings"
|
175 |
msgstr "Cài đặt"
|
176 |
|
177 |
+
#: contact_form.php:660
|
178 |
#, fuzzy
|
179 |
msgid "Additional settings"
|
180 |
msgstr "Tùy chọn bổ sung"
|
181 |
|
182 |
+
#: contact_form.php:661
|
183 |
msgid "Appearance"
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: contact_form.php:662 contact_form.php:2223
|
|
|
187 |
msgid "FAQ"
|
188 |
msgstr "CÂU HỎI THƯỜNG GẶP"
|
189 |
|
190 |
+
#: contact_form.php:663
|
191 |
msgid "Go PRO"
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: contact_form.php:666 contact_form.php:668
|
|
|
195 |
msgid "Notice:"
|
196 |
msgstr "Thông báo:"
|
197 |
|
198 |
+
#: contact_form.php:666
|
199 |
+
msgid ""
|
200 |
+
"The plugin's settings have been changed. In order to save them please don't "
|
201 |
+
"forget to click the 'Save Changes' button."
|
|
|
|
|
202 |
msgstr ""
|
203 |
+
"Cài đặt của plugin đã được thay đổi. Để tiết kiệm họ xin đừng quên để nhấp "
|
204 |
+
"vào nút 'Lưu thay đổi'."
|
205 |
|
|
|
206 |
#: contact_form.php:679
|
207 |
+
msgid ""
|
208 |
+
"If you want to create multiple contact forms, please install the Contact "
|
209 |
+
"Form Multi plugin."
|
210 |
+
msgstr ""
|
211 |
|
212 |
+
#: contact_form.php:686
|
213 |
+
#, fuzzy
|
214 |
+
msgid ""
|
215 |
+
"If you would like to add Contact Form to your website, just copy and paste "
|
216 |
+
"this shortcode to your post or page or widget:"
|
217 |
+
msgstr ""
|
218 |
+
"Nếu bạn muốn thêm các hình thức liên lạc để trang web của bạn, chỉ cần sao "
|
219 |
+
"chép và dán này shortcode để đăng bài hay trang hoặc phụ tùng của bạn:"
|
220 |
+
|
221 |
+
#: contact_form.php:686 contact_form.php:687 contact_form.php:689
|
222 |
+
#: contact_form.php:690 contact_form.php:1089 contact_form.php:1091
|
223 |
+
#: contact_form.php:1152 contact_form.php:1154
|
224 |
msgid "or"
|
225 |
msgstr "hoặc"
|
226 |
|
227 |
+
#: contact_form.php:687
|
228 |
+
#, fuzzy
|
229 |
+
msgid ""
|
230 |
+
"If you have any problems with the standard shortcode [contact_form], you "
|
231 |
+
"should use the shortcode"
|
232 |
+
msgstr ""
|
233 |
+
"Nếu có bất kỳ vấn đề với tiêu chuẩn shortcode [contact_form], bạn nên sử "
|
234 |
+
"dụng shortcode"
|
235 |
|
236 |
+
#: contact_form.php:687 contact_form.php:690
|
|
|
237 |
msgid "They work the same way."
|
238 |
msgstr "Họ làm việc cùng một cách."
|
239 |
|
240 |
+
#: contact_form.php:689 contact_form.php:1501
|
241 |
+
msgid ""
|
242 |
+
"If you would like to add the Contact Form to your website, just copy and "
|
243 |
+
"paste this shortcode to your post or page or widget:"
|
244 |
+
msgstr ""
|
245 |
+
"Nếu bạn muốn thêm các hình thức liên lạc để trang web của bạn, chỉ cần sao "
|
246 |
+
"chép và dán này shortcode để đăng bài hay trang hoặc phụ tùng của bạn:"
|
247 |
|
248 |
+
#: contact_form.php:690
|
249 |
+
msgid ""
|
250 |
+
"If have any problems with the standard shortcode [contact_form], you should "
|
251 |
+
"use the shortcode"
|
252 |
+
msgstr ""
|
253 |
+
"Nếu có bất kỳ vấn đề với tiêu chuẩn shortcode [contact_form], bạn nên sử "
|
254 |
+
"dụng shortcode"
|
255 |
+
|
256 |
+
#: contact_form.php:694
|
257 |
+
msgid ""
|
258 |
+
"If you leave the fields empty, the messages will be sent to the email "
|
259 |
+
"address specified during registration."
|
260 |
+
msgstr ""
|
261 |
+
"Nếu bạn để các lĩnh vực trống, các tin nhắn sẽ được gửi đến địa chỉ email "
|
262 |
+
"được chỉ định trong quá trình đăng ký."
|
263 |
+
|
264 |
+
#: contact_form.php:697
|
265 |
msgid "The user's email address:"
|
266 |
msgstr "Các địa chỉ email của người dùng:"
|
267 |
|
268 |
+
#: contact_form.php:701
|
269 |
#, fuzzy
|
270 |
msgid "Select a username"
|
271 |
msgstr "Tạo một tên người dùng"
|
272 |
|
273 |
+
#: contact_form.php:714
|
274 |
+
msgid ""
|
275 |
+
"Enter a username of the person who should get the messages from the contact "
|
276 |
+
"form."
|
277 |
+
msgstr ""
|
278 |
+
"Nhập tên người dùng của người sẽ nhận được các tin nhắn từ hình thức liên "
|
279 |
+
"lạc."
|
280 |
|
281 |
+
#: contact_form.php:718
|
282 |
msgid "Use this email address:"
|
283 |
msgstr "Sử dụng địa chỉ email này:"
|
284 |
|
285 |
+
#: contact_form.php:722
|
286 |
msgid "Enter the email address you want the messages forwarded to."
|
287 |
msgstr "Nhập địa chỉ email mà bạn muốn các thư được chuyển tiếp đến."
|
288 |
|
289 |
+
#: contact_form.php:731
|
290 |
msgid "Add department selectbox to the contact form:"
|
291 |
msgstr "Địa chỉ sở selectbox để hình thức liên lạc:"
|
292 |
|
293 |
+
#: contact_form.php:739 contact_form.php:1200 contact_form.php:1384
|
|
|
|
|
294 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
295 |
+
msgstr ""
|
296 |
+
"Nếu bạn nâng cấp lên phiên bản Pro, tất cả các thiết lập của bạn sẽ được lưu."
|
297 |
|
298 |
+
#: contact_form.php:746 contact_form.php:929 contact_form.php:1001
|
299 |
+
#: contact_form.php:1207 contact_form.php:1391
|
300 |
+
msgid "Unlock premium options by upgrading to PRO version."
|
|
|
|
|
|
|
301 |
msgstr ""
|
302 |
|
303 |
+
#: contact_form.php:747 contact_form.php:930 contact_form.php:1002
|
304 |
+
#: contact_form.php:1208 contact_form.php:1392 contact_form.php:2495
|
|
|
|
|
|
|
|
|
305 |
msgid "Learn More"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: contact_form.php:750 contact_form.php:933 contact_form.php:1005
|
309 |
+
#: contact_form.php:1211 contact_form.php:1395
|
|
|
|
|
|
|
310 |
msgid "Go"
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: contact_form.php:757
|
314 |
msgid "Save emails to the database"
|
315 |
msgstr "Lưu email vào cơ sở dữ liệu"
|
316 |
|
317 |
+
#: contact_form.php:762
|
318 |
msgid "Using"
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: contact_form.php:765 contact_form.php:769
|
|
|
322 |
#, fuzzy
|
323 |
msgid "Using Contact Form to DB by BestWebSoft"
|
324 |
msgstr "Bằng cách sử dụng mẫu liên hệ để DB được tài trợ bởi"
|
325 |
|
326 |
+
#: contact_form.php:765
|
327 |
#, fuzzy
|
328 |
msgid "Activate"
|
329 |
msgstr "Kích hoạt captcha"
|
330 |
|
331 |
+
#: contact_form.php:769
|
332 |
#, fuzzy
|
333 |
msgid "Download"
|
334 |
msgstr "Tải về captcha"
|
335 |
|
336 |
+
#: contact_form.php:779
|
337 |
msgid "What to use?"
|
338 |
msgstr "Những gì để sử dụng?"
|
339 |
|
340 |
+
#: contact_form.php:784
|
341 |
msgid "Wp-mail"
|
342 |
msgstr "WP-thư"
|
343 |
|
344 |
+
#: contact_form.php:786
|
345 |
msgid "You can use the wp_mail function for mailing"
|
346 |
msgstr "Bạn có thể sử dụng các chức năng wp_mail để gửi thư"
|
347 |
|
348 |
+
#: contact_form.php:789
|
349 |
msgid "Mail"
|
350 |
msgstr "Thư"
|
351 |
|
352 |
+
#: contact_form.php:791
|
353 |
msgid "To send mail you can use the php mail function"
|
354 |
msgstr "Để gửi thư, bạn có thể sử dụng chức năng php thư"
|
355 |
|
356 |
+
#: contact_form.php:796
|
357 |
msgid "'FROM' field"
|
358 |
msgstr ""
|
359 |
|
360 |
+
#: contact_form.php:798 contact_form.php:860 contact_form.php:1253
|
361 |
+
#: contact_form.php:2000 contact_form.php:2036
|
|
|
|
|
|
|
362 |
msgid "Name"
|
363 |
msgstr "Tên"
|
364 |
|
365 |
+
#: contact_form.php:805
|
366 |
msgid "User name"
|
367 |
msgstr "Tên người dùng"
|
368 |
|
369 |
+
#: contact_form.php:807
|
370 |
+
msgid ""
|
371 |
+
"The name of the user who fills the form will be used in the field 'From'."
|
372 |
+
msgstr ""
|
373 |
+
"Tên người dùng đã điền vào các hình thức sẽ được sử dụng trong trường 'Từ'."
|
374 |
|
375 |
+
#: contact_form.php:813 contact_form.php:2011 contact_form.php:2043
|
|
|
|
|
376 |
msgid "Email"
|
377 |
msgstr "Thư điện tử"
|
378 |
|
379 |
+
#: contact_form.php:820
|
380 |
msgid "User email"
|
381 |
msgstr "Người dùng thư điện tử"
|
382 |
|
383 |
+
#: contact_form.php:822
|
384 |
+
msgid ""
|
385 |
+
"The email address of the user who fills the form will be used in the field "
|
386 |
+
"'From'."
|
387 |
+
msgstr ""
|
388 |
+
"Địa chỉ email của người dùng đã điền vào các hình thức sẽ được sử dụng trong "
|
389 |
+
"trường 'Từ'."
|
390 |
|
391 |
+
#: contact_form.php:826
|
392 |
+
msgid ""
|
393 |
+
"If this option is changed, email messages may be moved to the spam folder or "
|
394 |
+
"email delivery failures may occur."
|
395 |
msgstr ""
|
396 |
|
397 |
+
#: contact_form.php:832
|
398 |
msgid "Required symbol"
|
399 |
msgstr "Biểu tượng yêu cầu"
|
400 |
|
401 |
+
#: contact_form.php:842
|
402 |
msgid "Fields"
|
403 |
msgstr "Lĩnh vực"
|
404 |
|
405 |
+
#: contact_form.php:843
|
406 |
msgid "Used"
|
407 |
msgstr "Sử dụng"
|
408 |
|
409 |
+
#: contact_form.php:844
|
410 |
msgid "Required"
|
411 |
msgstr "Yêu cầu"
|
412 |
|
413 |
+
#: contact_form.php:845
|
414 |
msgid "Visible"
|
415 |
msgstr "Có thể nhìn thấy"
|
416 |
|
417 |
+
#: contact_form.php:846
|
418 |
msgid "Disabled for editing"
|
419 |
msgstr "Khuyết tật để chỉnh sửa"
|
420 |
|
421 |
+
#: contact_form.php:847
|
422 |
msgid "Field's default value"
|
423 |
msgstr "Giá trị mặc định của trường"
|
424 |
|
425 |
+
#: contact_form.php:852
|
426 |
+
msgid "Department selectbox"
|
427 |
+
msgstr ""
|
428 |
+
|
429 |
+
#: contact_form.php:867
|
430 |
msgid "Use User's name as a default value if the user is logged in."
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: contact_form.php:868 contact_form.php:896
|
434 |
+
msgid ""
|
435 |
+
"'Visible' and 'Disabled for editing' options will be applied only to logged-"
|
436 |
+
"in users."
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: contact_form.php:872
|
440 |
msgid "Location selectbox"
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: contact_form.php:880 contact_form.php:1258 contact_form.php:2006
|
444 |
+
#: contact_form.php:2040
|
|
|
|
|
445 |
msgid "Address"
|
446 |
msgstr "Địa chỉ"
|
447 |
|
448 |
+
#: contact_form.php:888
|
449 |
msgid "Email Address"
|
450 |
msgstr "Địa chỉ email"
|
451 |
|
452 |
+
#: contact_form.php:895
|
453 |
msgid "Use User's email as a default value if the user is logged in."
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: contact_form.php:900
|
457 |
msgid "Phone number"
|
458 |
msgstr "Số điện thoại"
|
459 |
|
460 |
+
#: contact_form.php:908 contact_form.php:1273 contact_form.php:2021
|
461 |
+
#: contact_form.php:2049
|
|
|
|
|
462 |
msgid "Subject"
|
463 |
msgstr "Chủ đề"
|
464 |
|
465 |
+
#: contact_form.php:916 contact_form.php:1277 contact_form.php:2024
|
466 |
+
#: contact_form.php:2051
|
|
|
|
|
467 |
msgid "Message"
|
468 |
msgstr "Tin nhắn"
|
469 |
|
470 |
+
#: contact_form.php:940
|
471 |
msgid "Attachment block"
|
472 |
msgstr "Tập tin đính kèm khối"
|
473 |
|
474 |
+
#: contact_form.php:942
|
475 |
msgid "Users can attach the following file formats"
|
476 |
msgstr "Người dùng có thể đính kèm các định dạng tệp sau"
|
477 |
|
478 |
+
#: contact_form.php:955
|
479 |
msgid "Add to the form"
|
480 |
msgstr "Thêm vào các hình thức"
|
481 |
|
482 |
+
#: contact_form.php:960
|
483 |
msgid "Tips below the Attachment"
|
484 |
msgstr "Mẹo bên dưới phần đính kèm"
|
485 |
|
486 |
+
#: contact_form.php:969
|
487 |
msgid "'Send me a copy' block"
|
488 |
msgstr "'Gửi tôi một bản sao' khối"
|
489 |
|
490 |
+
#: contact_form.php:982
|
491 |
msgid "Activate captcha"
|
492 |
msgstr "Kích hoạt captcha"
|
493 |
|
494 |
+
#: contact_form.php:986
|
495 |
msgid "Download captcha"
|
496 |
msgstr "Tải về captcha"
|
497 |
|
498 |
+
#: contact_form.php:994
|
499 |
msgid "Agreement checkbox"
|
500 |
msgstr "Thỏa thuận hộp kiểm"
|
501 |
|
502 |
+
#: contact_form.php:994
|
503 |
msgid "Required checkbox for submitting the form"
|
504 |
msgstr "Các hộp kiểm yêu cầu để gửi biểu mẫu"
|
505 |
|
506 |
+
#: contact_form.php:995
|
507 |
msgid "Optional checkbox"
|
508 |
msgstr "Tùy chọn hộp kiểm"
|
509 |
|
510 |
+
#: contact_form.php:995
|
511 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
512 |
msgstr "Tùy chọn hộp kiểm, kết quả trong đó sẽ được hiển thị trong email"
|
513 |
|
514 |
+
#: contact_form.php:1013
|
515 |
msgid "Delete an attachment file from the server after the email is sent"
|
516 |
msgstr "Xóa một tập tin đính kèm từ hệ phục vụ sau khi các email được gửi"
|
517 |
|
518 |
+
#: contact_form.php:1019
|
519 |
msgid "Email in HTML format sending"
|
520 |
msgstr "Gửi email cho HTML định dạng gửi"
|
521 |
|
522 |
+
#: contact_form.php:1023
|
523 |
msgid "Display additional info in the email"
|
524 |
msgstr "Hiển thị thông tin bổ sung trong email"
|
525 |
|
526 |
+
#: contact_form.php:1029 contact_form.php:1967 contact_form.php:1969
|
|
|
|
|
527 |
msgid "Sent from (ip address)"
|
528 |
msgstr "Gửi từ (địa chỉ ip)"
|
529 |
|
530 |
+
#: contact_form.php:1029
|
531 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
532 |
msgstr "Ví dụ: Gửi từ (địa chỉ IP):\t127.0.0.1"
|
533 |
|
534 |
+
#: contact_form.php:1030 contact_form.php:1973 contact_form.php:1975
|
|
|
|
|
535 |
msgid "Date/Time"
|
536 |
msgstr "Ngày/thời gian"
|
537 |
|
538 |
+
#: contact_form.php:1030
|
539 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
540 |
msgstr "Ví dụ: Ngày/thời gian:\tngày 19 tháng 8 năm 2013 8:50 pm"
|
541 |
|
542 |
+
#: contact_form.php:1031 contact_form.php:1979 contact_form.php:1981
|
|
|
|
|
543 |
msgid "Sent from (referer)"
|
544 |
msgstr "Gửi từ (referer)"
|
545 |
|
546 |
+
#: contact_form.php:1031
|
547 |
+
msgid ""
|
548 |
+
"Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
549 |
msgstr "Ví dụ: Gửi từ (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
550 |
|
551 |
+
#: contact_form.php:1032 contact_form.php:1985 contact_form.php:1987
|
|
|
|
|
552 |
msgid "Using (user agent)"
|
553 |
msgstr "Sử dụng (người sử dụng đại lý)"
|
554 |
|
555 |
+
#: contact_form.php:1032
|
556 |
+
msgid ""
|
557 |
+
"Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
|
558 |
+
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
559 |
+
msgstr ""
|
560 |
+
"Ví dụ: Sử dụng (người sử dụng đại lý):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
|
561 |
+
"AppleWebKit/537.36 (KHTML, như Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
562 |
|
563 |
+
#: contact_form.php:1037
|
564 |
msgid "Language settings for the field names in the form"
|
565 |
msgstr "Cài đặt ngôn ngữ cho tên trường trong các hình thức"
|
566 |
|
567 |
+
#: contact_form.php:1046
|
568 |
msgid "Add a language"
|
569 |
msgstr "Thêm một ngôn ngữ"
|
570 |
|
571 |
+
#: contact_form.php:1050
|
572 |
msgid "Change the names of the contact form fields and error messages"
|
573 |
msgstr "Thay đổi tên của các lĩnh vực hình thức liên lạc và thông báo lỗi"
|
574 |
|
575 |
+
#: contact_form.php:1055 contact_form.php:1142
|
|
|
576 |
msgid "English"
|
577 |
msgstr "Tiếng Anh"
|
578 |
|
579 |
+
#: contact_form.php:1063 contact_form.php:1097
|
|
|
580 |
msgid "click to expand/hide the list"
|
581 |
msgstr ""
|
582 |
|
583 |
+
#: contact_form.php:1072 contact_form.php:1106
|
|
|
584 |
msgid "Tips below the Attachment block"
|
585 |
msgstr "Lời khuyên dưới đây khối tập tin đính kèm"
|
586 |
|
587 |
+
#: contact_form.php:1075 contact_form.php:1109
|
|
|
588 |
msgid "Error message for the Name field"
|
589 |
msgstr "Thông báo lỗi cho trường tên"
|
590 |
|
591 |
+
#: contact_form.php:1076 contact_form.php:1110
|
|
|
592 |
msgid "Error message for the Address field"
|
593 |
msgstr "Thông báo lỗi cho trường địa chỉ"
|
594 |
|
595 |
+
#: contact_form.php:1077 contact_form.php:1111
|
|
|
596 |
msgid "Error message for the Email field"
|
597 |
msgstr "Thông báo lỗi cho trường Email"
|
598 |
|
599 |
+
#: contact_form.php:1078 contact_form.php:1112
|
|
|
600 |
msgid "Error message for the Phone field"
|
601 |
msgstr "Thông báo lỗi cho lĩnh vực điện thoại"
|
602 |
|
603 |
+
#: contact_form.php:1079 contact_form.php:1113
|
|
|
604 |
msgid "Error message for the Subject field"
|
605 |
msgstr "Thông báo lỗi cho trường chủ đề"
|
606 |
|
607 |
+
#: contact_form.php:1080 contact_form.php:1114
|
|
|
608 |
msgid "Error message for the Message field"
|
609 |
msgstr "Thông báo lỗi cho trường tin nhắn"
|
610 |
|
611 |
+
#: contact_form.php:1081 contact_form.php:1115
|
|
|
612 |
msgid "Error message about the file type for the Attachment field"
|
613 |
msgstr "Thông báo lỗi về các loại tập tin cho trường đính kèm"
|
614 |
|
615 |
+
#: contact_form.php:1082 contact_form.php:1116
|
616 |
+
msgid ""
|
617 |
+
"Error message while uploading a file for the Attachment field to the server"
|
618 |
+
msgstr ""
|
619 |
+
"Thông báo lỗi trong khi tải lên một tập tin cho trường đính kèm vào hệ phục "
|
620 |
+
"vụ"
|
621 |
|
622 |
+
#: contact_form.php:1083 contact_form.php:1117
|
|
|
623 |
msgid "Error message while moving the file for the Attachment field"
|
624 |
+
msgstr ""
|
625 |
+
"Thông báo lỗi trong khi di chuyển tập tin đối với lĩnh vực tập tin đính kèm"
|
626 |
|
627 |
+
#: contact_form.php:1084 contact_form.php:1118
|
|
|
628 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
629 |
+
msgstr ""
|
630 |
+
"Thông báo lỗi khi vượt quá giới hạn kích thước tập tin cho trường đính kèm"
|
631 |
|
632 |
+
#: contact_form.php:1085 contact_form.php:1119
|
|
|
633 |
msgid "Error message for the Captcha field"
|
634 |
msgstr "Thông báo lỗi cho lĩnh vực Captcha"
|
635 |
|
636 |
+
#: contact_form.php:1086 contact_form.php:1120
|
|
|
637 |
msgid "Error message for the whole form"
|
638 |
msgstr "Thông báo lỗi cho các hình thức toàn bộ"
|
639 |
|
640 |
+
#: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
|
641 |
+
#: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
|
642 |
+
#: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
|
643 |
+
#: contact_form.php:2358
|
|
|
|
|
|
|
|
|
|
|
|
|
644 |
msgid "Use shortcode"
|
645 |
msgstr "Sử dụng shortcode"
|
646 |
|
647 |
+
#: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
|
648 |
+
#: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
|
649 |
+
#: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
|
650 |
+
#: contact_form.php:2358
|
|
|
|
|
|
|
|
|
|
|
|
|
651 |
msgid "for this language"
|
652 |
msgstr "cho ngôn ngữ này"
|
653 |
|
654 |
+
#: contact_form.php:1133
|
655 |
#, fuzzy
|
656 |
msgid "Use the changed names of the contact form fields in the email"
|
657 |
msgstr "Thay đổi tên của các lĩnh vực hình thức liên lạc và thông báo lỗi"
|
658 |
|
659 |
+
#: contact_form.php:1139
|
660 |
msgid "Action after email is sent"
|
661 |
msgstr "Hành động sau khi email được gửi"
|
662 |
|
663 |
+
#: contact_form.php:1141
|
664 |
msgid "Display text"
|
665 |
msgstr "Hiển thị văn bản"
|
666 |
|
667 |
+
#: contact_form.php:1150 contact_form.php:1160
|
|
|
668 |
msgid "Text"
|
669 |
msgstr "Văn bản"
|
670 |
|
671 |
+
#: contact_form.php:1171
|
672 |
msgid "Redirect to the page"
|
673 |
msgstr "Chuyển hướng đến trang"
|
674 |
|
675 |
+
#: contact_form.php:1172
|
676 |
msgid "Url"
|
677 |
msgstr "URL"
|
678 |
|
679 |
+
#: contact_form.php:1176
|
680 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
681 |
msgstr ""
|
682 |
|
683 |
+
#: contact_form.php:1181
|
684 |
+
msgid ""
|
685 |
+
"If you are not sure whether to change this setting or not, please do not do "
|
686 |
+
"that."
|
687 |
msgstr ""
|
688 |
|
689 |
+
#: contact_form.php:1191
|
690 |
msgid "Auto Response"
|
691 |
msgstr ""
|
692 |
|
693 |
+
#: contact_form.php:1195
|
694 |
#, php-format
|
695 |
+
msgid ""
|
696 |
+
"You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
|
697 |
+
"display data from the Message field, as well as %%SITENAME%% to display blog "
|
698 |
+
"name."
|
699 |
msgstr ""
|
700 |
|
701 |
+
#: contact_form.php:1220 contact_form.php:1402
|
|
|
702 |
msgid "Save Changes"
|
703 |
msgstr "Lưu thay đổi"
|
704 |
|
705 |
+
#: contact_form.php:1233
|
706 |
msgid "Errors output"
|
707 |
msgstr "Đầu ra lỗi"
|
708 |
|
709 |
+
#: contact_form.php:1236
|
710 |
msgid "Display error messages"
|
711 |
msgstr "Hiển thị thông báo lỗi"
|
712 |
|
713 |
+
#: contact_form.php:1237
|
714 |
msgid "Color of the input field errors."
|
715 |
msgstr "Màu sắc của trường nhập lỗi."
|
716 |
|
717 |
+
#: contact_form.php:1238
|
718 |
msgid "Display error messages & color of the input field errors"
|
719 |
msgstr "Hiển thị thông báo lỗi và màu sắc của trường nhập lỗi"
|
720 |
|
721 |
+
#: contact_form.php:1243
|
722 |
msgid "Add placeholder to the input blocks"
|
723 |
msgstr "Thêm giữ chỗ để các khối đầu vào"
|
724 |
|
725 |
+
#: contact_form.php:1249
|
726 |
msgid "Add tooltips"
|
727 |
msgstr "Thêm chú giải công cụ"
|
728 |
|
729 |
+
#: contact_form.php:1263
|
730 |
msgid "Email address"
|
731 |
msgstr "Địa chỉ email"
|
732 |
|
733 |
+
#: contact_form.php:1268
|
734 |
msgid "Phone Number"
|
735 |
msgstr "Số điện thoại"
|
736 |
|
737 |
+
#: contact_form.php:1282
|
738 |
msgid "Attachment"
|
739 |
msgstr "Tập tin đính kèm"
|
740 |
|
741 |
+
#: contact_form.php:1292
|
742 |
msgid "Style options"
|
743 |
msgstr "Tùy chọn phong cách"
|
744 |
|
745 |
+
#: contact_form.php:1295
|
746 |
msgid "Text color"
|
747 |
msgstr "Văn bản màu"
|
748 |
|
749 |
+
#: contact_form.php:1298 contact_form.php:1303 contact_form.php:1313
|
750 |
+
#: contact_form.php:1318 contact_form.php:1323 contact_form.php:1328
|
751 |
+
#: contact_form.php:1338 contact_form.php:1343 contact_form.php:1352
|
752 |
+
#: contact_form.php:1366 contact_form.php:1371 contact_form.php:1376
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
753 |
msgid "Default"
|
754 |
msgstr "Mặc định"
|
755 |
|
756 |
+
#: contact_form.php:1300
|
757 |
msgid "Label text color"
|
758 |
msgstr "Nhãn văn bản màu"
|
759 |
|
760 |
+
#: contact_form.php:1305
|
761 |
msgid "Placeholder color"
|
762 |
msgstr "Giữ chỗ màu"
|
763 |
|
764 |
+
#: contact_form.php:1310
|
765 |
msgid "Errors color"
|
766 |
msgstr "Lỗi màu"
|
767 |
|
768 |
+
#: contact_form.php:1315
|
769 |
msgid "Error text color"
|
770 |
msgstr "Lỗi văn bản màu"
|
771 |
|
772 |
+
#: contact_form.php:1320
|
773 |
msgid "Background color of the input field errors"
|
774 |
msgstr "Màu nền của trường nhập lỗi"
|
775 |
|
776 |
+
#: contact_form.php:1325
|
777 |
msgid "Border color of the input field errors"
|
778 |
msgstr "Biên giới màu sắc của trường nhập lỗi"
|
779 |
|
780 |
+
#: contact_form.php:1330
|
781 |
msgid "Placeholder color of the input field errors"
|
782 |
msgstr "Giữ chỗ màu sắc của trường nhập lỗi"
|
783 |
|
784 |
+
#: contact_form.php:1335
|
785 |
msgid "Input fields"
|
786 |
msgstr "Lĩnh vực đầu vào"
|
787 |
|
788 |
+
#: contact_form.php:1340
|
789 |
msgid "Input fields background color"
|
790 |
msgstr "Lĩnh vực đầu vào nền màu"
|
791 |
|
792 |
+
#: contact_form.php:1345
|
793 |
msgid "Text fields color"
|
794 |
msgstr "Văn bản lĩnh vực màu"
|
795 |
|
796 |
+
#: contact_form.php:1349
|
797 |
msgid "Border width in px, numbers only"
|
798 |
msgstr "Chiều rộng biên giới ở px, chỉ có số điện thoại"
|
799 |
|
800 |
+
#: contact_form.php:1354 contact_form.php:1378
|
|
|
801 |
msgid "Border color"
|
802 |
msgstr "Biên giới màu sắc"
|
803 |
|
804 |
+
#: contact_form.php:1359
|
805 |
msgid "Submit button"
|
806 |
msgstr "Gửi nút"
|
807 |
|
808 |
+
#: contact_form.php:1363
|
809 |
msgid "Width in px, numbers only"
|
810 |
msgstr "Chiều rộng trong px, chỉ có số điện thoại"
|
811 |
|
812 |
+
#: contact_form.php:1368
|
813 |
msgid "Button color"
|
814 |
msgstr "Nút màu"
|
815 |
|
816 |
+
#: contact_form.php:1373
|
817 |
msgid "Button text color"
|
818 |
msgstr "Nút màu chữ"
|
819 |
|
820 |
+
#: contact_form.php:1406
|
821 |
msgid "Contact Form Pro | Preview"
|
822 |
msgstr "Liên hệ tạo thành Pro | Xem trước"
|
823 |
|
824 |
+
#: contact_form.php:1408
|
825 |
msgid "Show with errors"
|
826 |
msgstr "Hiển thị lỗi"
|
827 |
|
828 |
+
#: contact_form.php:1417 contact_form.php:1419
|
|
|
829 |
msgid "Please enter your full name..."
|
830 |
msgstr "Vui lòng nhập tên đầy đủ của bạn..."
|
831 |
|
832 |
+
#: contact_form.php:1430 contact_form.php:1432
|
|
|
833 |
msgid "Please enter your address..."
|
834 |
msgstr "Vui lòng nhập địa chỉ của bạn..."
|
835 |
|
836 |
+
#: contact_form.php:1441 contact_form.php:1443
|
|
|
837 |
msgid "Please enter your email address..."
|
838 |
msgstr "Vui lòng nhập địa chỉ email của bạn..."
|
839 |
|
840 |
+
#: contact_form.php:1452 contact_form.php:1454
|
|
|
841 |
msgid "Please enter your phone number..."
|
842 |
msgstr "Vui lòng nhập số điện thoại của bạn..."
|
843 |
|
844 |
+
#: contact_form.php:1463 contact_form.php:1465
|
|
|
845 |
msgid "Please enter subject..."
|
846 |
msgstr "Vui lòng nhập Chủ đề..."
|
847 |
|
848 |
+
#: contact_form.php:1473 contact_form.php:1475
|
|
|
849 |
msgid "Please enter your message..."
|
850 |
msgstr "Vui lòng nhập tin nhắn của bạn..."
|
851 |
|
852 |
+
#: contact_form.php:1586
|
853 |
msgid "Sorry, email message could not be delivered."
|
854 |
msgstr "Xin lỗi, không thể gửi được thư email."
|
855 |
|
856 |
+
#: contact_form.php:1994
|
857 |
msgid "Contact from"
|
858 |
msgstr "Liên hệ với từ"
|
859 |
|
860 |
+
#: contact_form.php:2016 contact_form.php:2046
|
|
|
861 |
msgid "Phone"
|
862 |
msgstr "Điện thoại"
|
863 |
|
864 |
+
#: contact_form.php:2027 contact_form.php:2053
|
|
|
865 |
msgid "Site"
|
866 |
msgstr "Trang web"
|
867 |
|
868 |
+
#: contact_form.php:2140
|
869 |
+
msgid ""
|
870 |
+
"If you can see this MIME, it means that the MIME type is not supported by "
|
871 |
+
"your email client!"
|
872 |
+
msgstr ""
|
873 |
+
"Nếu bạn có thể thấy MIME này, nó có nghĩa là rằng loại MIME không được hỗ "
|
874 |
+
"trợ bởi ứng dụng email của bạn!"
|
875 |
|
876 |
+
#: contact_form.php:2224
|
877 |
msgid "Support"
|
878 |
msgstr "Hỗ trợ"
|
879 |
|
880 |
+
#: contact_form.php:2273
|
881 |
msgid "Are you sure that you want to delete this language data?"
|
882 |
msgstr "Bạn có chắc rằng bạn muốn xóa dữ liệu ngôn ngữ này không?"
|
883 |
|
884 |
+
#: contact_form.php:2294
|
885 |
#, fuzzy
|
886 |
msgid "Add multiple forms"
|
887 |
msgstr "Thêm vào các hình thức"
|
888 |
|
889 |
+
#: contact_form.php:2294
|
890 |
+
msgid ""
|
891 |
+
"Install Contact Form Multi plugin to create unlimited number of contact "
|
892 |
+
"forms."
|
893 |
msgstr ""
|
894 |
|
895 |
+
#: contact_form.php:2299
|
896 |
msgid "Learn more"
|
897 |
msgstr ""
|
898 |
|
899 |
+
#: contact_form.php:2303
|
900 |
msgid "Close"
|
901 |
msgstr ""
|
902 |
|
903 |
+
#: contact_form.php:2491
|
904 |
#, fuzzy
|
905 |
msgid "allows to store your messages to the database."
|
906 |
msgstr "Lưu email vào cơ sở dữ liệu"
|
907 |
|
908 |
+
#: contact_form.php:2492
|
909 |
msgid "Manage messages that have been sent from your website."
|
910 |
msgstr ""
|
911 |
|
languages/contact_form-zh_CN.mo
CHANGED
Binary file
|
languages/contact_form-zh_CN.po
CHANGED
@@ -2,9 +2,9 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
-
"Last-Translator: bestwebsoft.com <
|
8 |
"Language-Team: kplam <kplam@qq.com>\n"
|
9 |
"Language: zh_CN\n"
|
10 |
"MIME-Version: 1.0\n"
|
@@ -16,8 +16,7 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: contact_form.php:35
|
20 |
-
#: contact_form.php:650
|
21 |
msgid "Contact Form Settings"
|
22 |
msgstr "联系表单设置"
|
23 |
|
@@ -25,62 +24,49 @@ msgstr "联系表单设置"
|
|
25 |
msgid "Contact Form"
|
26 |
msgstr "联系表单"
|
27 |
|
28 |
-
#: contact_form.php:123
|
29 |
-
#: contact_form.php:1047
|
30 |
-
#: contact_form.php:1081
|
31 |
msgid "Name:"
|
32 |
msgstr "姓名:"
|
33 |
|
34 |
-
#: contact_form.php:124
|
35 |
-
#: contact_form.php:1048
|
36 |
-
#: contact_form.php:1082
|
37 |
msgid "Address:"
|
38 |
msgstr "地址:"
|
39 |
|
40 |
-
#: contact_form.php:125
|
41 |
-
#: contact_form.php:1049
|
42 |
-
#: contact_form.php:1083
|
43 |
msgid "Email Address:"
|
44 |
msgstr "电子邮箱:"
|
45 |
|
46 |
-
#: contact_form.php:126
|
47 |
-
#: contact_form.php:1050
|
48 |
-
#: contact_form.php:1084
|
49 |
msgid "Phone number:"
|
50 |
msgstr "电话:"
|
51 |
|
52 |
-
#: contact_form.php:127
|
53 |
-
#: contact_form.php:1051
|
54 |
-
#: contact_form.php:1085
|
55 |
msgid "Subject:"
|
56 |
msgstr "主题:"
|
57 |
|
58 |
-
#: contact_form.php:128
|
59 |
-
#: contact_form.php:1052
|
60 |
-
#: contact_form.php:1086
|
61 |
msgid "Message:"
|
62 |
msgstr "内容:"
|
63 |
|
64 |
-
#: contact_form.php:129
|
65 |
-
#: contact_form.php:1053
|
66 |
-
#: contact_form.php:1087
|
67 |
msgid "Attachment:"
|
68 |
msgstr "附件:"
|
69 |
|
70 |
#: contact_form.php:130
|
71 |
#, fuzzy
|
72 |
-
msgid "
|
73 |
-
|
|
|
|
|
|
|
|
|
|
|
74 |
|
75 |
-
#: contact_form.php:131
|
76 |
-
#: contact_form.php:1055
|
77 |
-
#: contact_form.php:1089
|
78 |
msgid "Send me a copy"
|
79 |
msgstr "抄送一份给我"
|
80 |
|
81 |
-
#: contact_form.php:132
|
82 |
-
#: contact_form.php:1056
|
83 |
-
#: contact_form.php:1090
|
84 |
msgid "Submit"
|
85 |
msgstr "提交"
|
86 |
|
@@ -137,11 +123,15 @@ msgid "Thank you for contacting us."
|
|
137 |
msgstr "感谢您与我们联系。"
|
138 |
|
139 |
#: contact_form.php:546
|
140 |
-
msgid "
|
|
|
|
|
141 |
msgstr ""
|
142 |
|
143 |
#: contact_form.php:556
|
144 |
-
msgid "
|
|
|
|
|
145 |
msgstr "如果'重定向到页面“选项被选中,那么URL字段应为以下格式。"
|
146 |
|
147 |
#: contact_form.php:565
|
@@ -151,7 +141,8 @@ msgstr "用户不存在。设置不被保存。"
|
|
151 |
|
152 |
#: contact_form.php:575
|
153 |
#, fuzzy
|
154 |
-
msgid "
|
|
|
155 |
msgstr "请在“发件人”字段输入一个有效的电子邮件地址。设置不被保存。"
|
156 |
|
157 |
#: contact_form.php:583
|
@@ -168,760 +159,726 @@ msgstr "设置已保存。"
|
|
168 |
msgid "Settings are not saved."
|
169 |
msgstr "设置已保存。"
|
170 |
|
171 |
-
#: contact_form.php:
|
172 |
-
|
173 |
-
|
|
|
|
|
174 |
msgid "Settings"
|
175 |
msgstr "设置"
|
176 |
|
177 |
-
#: contact_form.php:
|
178 |
#, fuzzy
|
179 |
msgid "Additional settings"
|
180 |
msgstr "附加选项"
|
181 |
|
182 |
-
#: contact_form.php:
|
183 |
msgid "Appearance"
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: contact_form.php:
|
187 |
-
#: contact_form.php:2203
|
188 |
msgid "FAQ"
|
189 |
msgstr "常问问题"
|
190 |
|
191 |
-
#: contact_form.php:
|
192 |
msgid "Go PRO"
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: contact_form.php:
|
196 |
-
#: contact_form.php:661
|
197 |
msgid "Notice:"
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: contact_form.php:
|
201 |
-
msgid "
|
|
|
|
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: contact_form.php:
|
205 |
-
msgid "
|
|
|
|
|
206 |
msgstr ""
|
207 |
|
208 |
-
#: contact_form.php:
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
|
|
|
|
213 |
|
214 |
-
#: contact_form.php:
|
215 |
-
#: contact_form.php:
|
216 |
-
#: contact_form.php:
|
217 |
-
#: contact_form.php:680
|
218 |
-
#: contact_form.php:1071
|
219 |
-
#: contact_form.php:1073
|
220 |
-
#: contact_form.php:1134
|
221 |
-
#: contact_form.php:1136
|
222 |
msgid "or"
|
223 |
msgstr "或"
|
224 |
|
225 |
-
#: contact_form.php:
|
226 |
-
|
227 |
-
msgid "
|
|
|
|
|
228 |
msgstr "如果用标准短码[contact_form]遇到任何问题,你应该使用短代码"
|
229 |
|
230 |
-
#: contact_form.php:
|
231 |
-
#: contact_form.php:680
|
232 |
msgid "They work the same way."
|
233 |
msgstr "他们的运作方式相同。"
|
234 |
|
235 |
-
#: contact_form.php:
|
236 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
237 |
msgstr "如果你留下字段为空,消息将在注册过程中被发送到指定的电子邮件地址。"
|
238 |
|
239 |
-
#: contact_form.php:
|
240 |
msgid "The user's email address:"
|
241 |
msgstr "用户的电子邮件地址:"
|
242 |
|
243 |
-
#: contact_form.php:
|
244 |
#, fuzzy
|
245 |
msgid "Select a username"
|
246 |
msgstr "新建一个用户名"
|
247 |
|
248 |
-
#: contact_form.php:
|
249 |
-
msgid "
|
|
|
|
|
250 |
msgstr "请输入从联系的表单获得消息的人的名字。"
|
251 |
|
252 |
-
#: contact_form.php:
|
253 |
msgid "Use this email address:"
|
254 |
msgstr "使用这个邮箱地址:"
|
255 |
|
256 |
-
#: contact_form.php:
|
257 |
msgid "Enter the email address you want the messages forwarded to."
|
258 |
msgstr "输入你要转发消息的电子邮件地址。"
|
259 |
|
260 |
-
#: contact_form.php:
|
261 |
msgid "Add department selectbox to the contact form:"
|
262 |
msgstr "添加部门选择框到联系表单:"
|
263 |
|
264 |
-
#: contact_form.php:
|
265 |
-
#: contact_form.php:1182
|
266 |
-
#: contact_form.php:1365
|
267 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: contact_form.php:
|
271 |
-
#: contact_form.php:
|
272 |
-
|
273 |
-
#: contact_form.php:1189
|
274 |
-
#: contact_form.php:1372
|
275 |
-
msgid "Unlock premium options by upgrading to a PRO version."
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: contact_form.php:
|
279 |
-
#: contact_form.php:
|
280 |
-
#: contact_form.php:984
|
281 |
-
#: contact_form.php:1190
|
282 |
-
#: contact_form.php:1373
|
283 |
-
#: contact_form.php:2475
|
284 |
msgid "Learn More"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: contact_form.php:
|
288 |
-
#: contact_form.php:
|
289 |
-
#: contact_form.php:987
|
290 |
-
#: contact_form.php:1193
|
291 |
-
#: contact_form.php:1376
|
292 |
msgid "Go"
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: contact_form.php:
|
296 |
msgid "Save emails to the database"
|
297 |
msgstr "将邮件保存到数据库"
|
298 |
|
299 |
-
#: contact_form.php:
|
300 |
msgid "Using"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: contact_form.php:
|
304 |
-
#: contact_form.php:759
|
305 |
#, fuzzy
|
306 |
msgid "Using Contact Form to DB by BestWebSoft"
|
307 |
msgstr "使用联系表单到DB powered by"
|
308 |
|
309 |
-
#: contact_form.php:
|
310 |
#, fuzzy
|
311 |
msgid "Activate"
|
312 |
msgstr "激活captcha"
|
313 |
|
314 |
-
#: contact_form.php:
|
315 |
msgid "Download"
|
316 |
msgstr "Завантажити"
|
317 |
|
318 |
-
#: contact_form.php:
|
319 |
msgid "What to use?"
|
320 |
msgstr "使用什么呢?"
|
321 |
|
322 |
-
#: contact_form.php:
|
323 |
msgid "Wp-mail"
|
324 |
msgstr "Wp-mail"
|
325 |
|
326 |
-
#: contact_form.php:
|
327 |
msgid "You can use the wp_mail function for mailing"
|
328 |
msgstr "您可以使用wp_mail的邮件功能"
|
329 |
|
330 |
-
#: contact_form.php:
|
331 |
msgid "Mail"
|
332 |
msgstr "邮件"
|
333 |
|
334 |
-
#: contact_form.php:
|
335 |
msgid "To send mail you can use the php mail function"
|
336 |
msgstr "要发送邮件,可以使用PHP的邮件功能"
|
337 |
|
338 |
-
#: contact_form.php:
|
339 |
msgid "'FROM' field"
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: contact_form.php:
|
343 |
-
#: contact_form.php:
|
344 |
-
#: contact_form.php:1234
|
345 |
-
#: contact_form.php:1980
|
346 |
-
#: contact_form.php:2016
|
347 |
msgid "Name"
|
348 |
msgstr "姓名"
|
349 |
|
350 |
-
#: contact_form.php:
|
351 |
msgid "User name"
|
352 |
msgstr "用户名"
|
353 |
|
354 |
-
#: contact_form.php:
|
355 |
-
msgid "
|
|
|
356 |
msgstr "填充表单的用户的名字将被显示为'发件人'"
|
357 |
|
358 |
-
#: contact_form.php:
|
359 |
-
#: contact_form.php:1991
|
360 |
-
#: contact_form.php:2023
|
361 |
msgid "Email"
|
362 |
msgstr "邮箱"
|
363 |
|
364 |
-
#: contact_form.php:
|
365 |
msgid "User email"
|
366 |
msgstr "用户的电子邮件"
|
367 |
|
368 |
-
#: contact_form.php:
|
369 |
-
msgid "
|
|
|
|
|
370 |
msgstr "填充表单的用户的电子邮箱地址将被显示为'发件人'"
|
371 |
|
372 |
-
#: contact_form.php:
|
373 |
-
msgid "
|
|
|
|
|
374 |
msgstr ""
|
375 |
|
376 |
-
#: contact_form.php:
|
377 |
msgid "Required symbol"
|
378 |
msgstr "必填符号"
|
379 |
|
380 |
-
#: contact_form.php:
|
381 |
msgid "Fields"
|
382 |
msgstr ""
|
383 |
|
384 |
-
#: contact_form.php:
|
385 |
msgid "Used"
|
386 |
msgstr ""
|
387 |
|
388 |
-
#: contact_form.php:
|
389 |
#, fuzzy
|
390 |
msgid "Required"
|
391 |
msgstr "必填"
|
392 |
|
393 |
-
#: contact_form.php:
|
394 |
msgid "Visible"
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: contact_form.php:
|
398 |
msgid "Disabled for editing"
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: contact_form.php:
|
402 |
msgid "Field's default value"
|
403 |
msgstr ""
|
404 |
|
405 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
406 |
msgid "Use User's name as a default value if the user is logged in."
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: contact_form.php:
|
410 |
-
|
411 |
-
|
|
|
412 |
msgstr ""
|
413 |
|
414 |
-
#: contact_form.php:
|
415 |
msgid "Location selectbox"
|
416 |
msgstr ""
|
417 |
|
418 |
-
#: contact_form.php:
|
419 |
-
#: contact_form.php:
|
420 |
-
#: contact_form.php:1986
|
421 |
-
#: contact_form.php:2020
|
422 |
msgid "Address"
|
423 |
msgstr "地址"
|
424 |
|
425 |
-
#: contact_form.php:
|
426 |
msgid "Email Address"
|
427 |
msgstr "电子邮箱"
|
428 |
|
429 |
-
#: contact_form.php:
|
430 |
msgid "Use User's email as a default value if the user is logged in."
|
431 |
msgstr ""
|
432 |
|
433 |
-
#: contact_form.php:
|
434 |
#, fuzzy
|
435 |
msgid "Phone number"
|
436 |
msgstr "电话:"
|
437 |
|
438 |
-
#: contact_form.php:
|
439 |
-
#: contact_form.php:
|
440 |
-
#: contact_form.php:2001
|
441 |
-
#: contact_form.php:2029
|
442 |
msgid "Subject"
|
443 |
msgstr "主题"
|
444 |
|
445 |
-
#: contact_form.php:
|
446 |
-
#: contact_form.php:
|
447 |
-
#: contact_form.php:2004
|
448 |
-
#: contact_form.php:2031
|
449 |
msgid "Message"
|
450 |
msgstr "内容"
|
451 |
|
452 |
-
#: contact_form.php:
|
453 |
msgid "Attachment block"
|
454 |
msgstr "附件区块"
|
455 |
|
456 |
-
#: contact_form.php:
|
457 |
msgid "Users can attach the following file formats"
|
458 |
msgstr "用户可以将以下文件格式"
|
459 |
|
460 |
-
#: contact_form.php:
|
461 |
msgid "Add to the form"
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: contact_form.php:
|
465 |
#, fuzzy
|
466 |
msgid "Tips below the Attachment"
|
467 |
msgstr "下面的附件块的提示"
|
468 |
|
469 |
-
#: contact_form.php:
|
470 |
#, fuzzy
|
471 |
msgid "'Send me a copy' block"
|
472 |
msgstr "显示'发送副本给我'区块"
|
473 |
|
474 |
-
#: contact_form.php:
|
475 |
msgid "Activate captcha"
|
476 |
msgstr "激活captcha"
|
477 |
|
478 |
-
#: contact_form.php:
|
479 |
msgid "Download captcha"
|
480 |
msgstr "下载captcha"
|
481 |
|
482 |
-
#: contact_form.php:
|
483 |
msgid "Agreement checkbox"
|
484 |
msgstr ""
|
485 |
|
486 |
-
#: contact_form.php:
|
487 |
msgid "Required checkbox for submitting the form"
|
488 |
msgstr ""
|
489 |
|
490 |
-
#: contact_form.php:
|
491 |
msgid "Optional checkbox"
|
492 |
msgstr ""
|
493 |
|
494 |
-
#: contact_form.php:
|
495 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
496 |
msgstr ""
|
497 |
|
498 |
-
#: contact_form.php:
|
499 |
msgid "Delete an attachment file from the server after the email is sent"
|
500 |
msgstr "发送的电子邮件后从服务器删除附件文件"
|
501 |
|
502 |
-
#: contact_form.php:
|
503 |
msgid "Email in HTML format sending"
|
504 |
msgstr ""
|
505 |
|
506 |
-
#: contact_form.php:
|
507 |
msgid "Display additional info in the email"
|
508 |
msgstr "在电子邮件中显示附加信息"
|
509 |
|
510 |
-
#: contact_form.php:
|
511 |
-
#: contact_form.php:1947
|
512 |
-
#: contact_form.php:1949
|
513 |
msgid "Sent from (ip address)"
|
514 |
msgstr "发送(IP地址)"
|
515 |
|
516 |
-
#: contact_form.php:
|
517 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
518 |
msgstr "例如: 发送 (IP地址):\t127.0.0.1"
|
519 |
|
520 |
-
#: contact_form.php:
|
521 |
-
#: contact_form.php:1953
|
522 |
-
#: contact_form.php:1955
|
523 |
msgid "Date/Time"
|
524 |
msgstr "日期/时间"
|
525 |
|
526 |
-
#: contact_form.php:
|
527 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
528 |
msgstr "例如:日期/时间:\tAugust 19, 2013 8:50 pm"
|
529 |
|
530 |
-
#: contact_form.php:
|
531 |
-
#: contact_form.php:1959
|
532 |
-
#: contact_form.php:1961
|
533 |
msgid "Sent from (referer)"
|
534 |
msgstr "发送 (请求)"
|
535 |
|
536 |
-
#: contact_form.php:
|
537 |
-
msgid "
|
|
|
538 |
msgstr "示例:发送 (请求):\thttp://bestwebsoft.com/contacts/contact-us/"
|
539 |
|
540 |
-
#: contact_form.php:
|
541 |
-
#: contact_form.php:1965
|
542 |
-
#: contact_form.php:1967
|
543 |
msgid "Using (user agent)"
|
544 |
msgstr "使用(用户代理)"
|
545 |
|
546 |
-
#: contact_form.php:
|
547 |
-
msgid "
|
548 |
-
|
|
|
|
|
|
|
|
|
549 |
|
550 |
-
#: contact_form.php:
|
551 |
msgid "Language settings for the field names in the form"
|
552 |
msgstr "表单中的字段名语言设置"
|
553 |
|
554 |
-
#: contact_form.php:
|
555 |
msgid "Add a language"
|
556 |
msgstr "添加一种语言"
|
557 |
|
558 |
-
#: contact_form.php:
|
559 |
msgid "Change the names of the contact form fields and error messages"
|
560 |
msgstr "更改联系表单字段和错误消息和名称"
|
561 |
|
562 |
-
#: contact_form.php:
|
563 |
-
#: contact_form.php:1124
|
564 |
msgid "English"
|
565 |
msgstr "英语"
|
566 |
|
567 |
-
#: contact_form.php:
|
568 |
-
#: contact_form.php:1079
|
569 |
msgid "click to expand/hide the list"
|
570 |
msgstr ""
|
571 |
|
572 |
-
#: contact_form.php:
|
573 |
-
#: contact_form.php:1088
|
574 |
msgid "Tips below the Attachment block"
|
575 |
msgstr "下面的附件块的提示"
|
576 |
|
577 |
-
#: contact_form.php:
|
578 |
-
#: contact_form.php:1091
|
579 |
msgid "Error message for the Name field"
|
580 |
msgstr "“姓名”字段中的错误消息"
|
581 |
|
582 |
-
#: contact_form.php:
|
583 |
-
#: contact_form.php:1092
|
584 |
msgid "Error message for the Address field"
|
585 |
msgstr "“地址”字段的错误信息"
|
586 |
|
587 |
-
#: contact_form.php:
|
588 |
-
#: contact_form.php:1093
|
589 |
msgid "Error message for the Email field"
|
590 |
msgstr "“电子邮件”字段的错误消息"
|
591 |
|
592 |
-
#: contact_form.php:
|
593 |
-
#: contact_form.php:1094
|
594 |
msgid "Error message for the Phone field"
|
595 |
msgstr "“电话”字段的错误信息"
|
596 |
|
597 |
-
#: contact_form.php:
|
598 |
-
#: contact_form.php:1095
|
599 |
msgid "Error message for the Subject field"
|
600 |
msgstr "“主题”字段的错误消息"
|
601 |
|
602 |
-
#: contact_form.php:
|
603 |
-
#: contact_form.php:1096
|
604 |
msgid "Error message for the Message field"
|
605 |
msgstr "“消息”字段的错误消息"
|
606 |
|
607 |
-
#: contact_form.php:
|
608 |
-
#: contact_form.php:1097
|
609 |
msgid "Error message about the file type for the Attachment field"
|
610 |
msgstr "附件栏的文件类型错误讯息"
|
611 |
|
612 |
-
#: contact_form.php:
|
613 |
-
|
614 |
-
|
615 |
msgstr "从附件栏上传一个文件到服务器的错误信息"
|
616 |
|
617 |
-
#: contact_form.php:
|
618 |
-
#: contact_form.php:1099
|
619 |
msgid "Error message while moving the file for the Attachment field"
|
620 |
msgstr "从附件栏移动文件的错误信息"
|
621 |
|
622 |
-
#: contact_form.php:
|
623 |
-
#: contact_form.php:1100
|
624 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
625 |
msgstr "超过文件大小限制附件字段时出现错误消息"
|
626 |
|
627 |
-
#: contact_form.php:
|
628 |
-
#: contact_form.php:1101
|
629 |
msgid "Error message for the Captcha field"
|
630 |
msgstr "Captcha字段的错误消息"
|
631 |
|
632 |
-
#: contact_form.php:
|
633 |
-
#: contact_form.php:1102
|
634 |
msgid "Error message for the whole form"
|
635 |
msgstr "整个表单的错误消息"
|
636 |
|
637 |
-
#: contact_form.php:
|
638 |
-
#: contact_form.php:
|
639 |
-
#: contact_form.php:
|
640 |
-
#: contact_form.php:
|
641 |
-
#: contact_form.php:1134
|
642 |
-
#: contact_form.php:1136
|
643 |
-
#: contact_form.php:1144
|
644 |
-
#: contact_form.php:1146
|
645 |
-
#: contact_form.php:2336
|
646 |
-
#: contact_form.php:2338
|
647 |
msgid "Use shortcode"
|
648 |
msgstr "使用简码"
|
649 |
|
650 |
-
#: contact_form.php:
|
651 |
-
#: contact_form.php:
|
652 |
-
#: contact_form.php:
|
653 |
-
#: contact_form.php:
|
654 |
-
#: contact_form.php:1134
|
655 |
-
#: contact_form.php:1136
|
656 |
-
#: contact_form.php:1144
|
657 |
-
#: contact_form.php:1146
|
658 |
-
#: contact_form.php:2336
|
659 |
-
#: contact_form.php:2338
|
660 |
msgid "for this language"
|
661 |
msgstr "此语言"
|
662 |
|
663 |
-
#: contact_form.php:
|
664 |
#, fuzzy
|
665 |
msgid "Use the changed names of the contact form fields in the email"
|
666 |
msgstr "更改联系表单字段和错误消息和名称"
|
667 |
|
668 |
-
#: contact_form.php:
|
669 |
msgid "Action after email is sent"
|
670 |
msgstr "发送电子邮件后行动"
|
671 |
|
672 |
-
#: contact_form.php:
|
673 |
msgid "Display text"
|
674 |
msgstr "显示文本"
|
675 |
|
676 |
-
#: contact_form.php:
|
677 |
-
#: contact_form.php:1142
|
678 |
msgid "Text"
|
679 |
msgstr "文本"
|
680 |
|
681 |
-
#: contact_form.php:
|
682 |
msgid "Redirect to the page"
|
683 |
msgstr "重定向到的页面"
|
684 |
|
685 |
-
#: contact_form.php:
|
686 |
msgid "Url"
|
687 |
msgstr "Url"
|
688 |
|
689 |
-
#: contact_form.php:
|
690 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
691 |
msgstr ""
|
692 |
|
693 |
-
#: contact_form.php:
|
694 |
-
msgid "
|
|
|
|
|
695 |
msgstr ""
|
696 |
|
697 |
-
#: contact_form.php:
|
698 |
msgid "Auto Response"
|
699 |
msgstr ""
|
700 |
|
701 |
-
#: contact_form.php:
|
702 |
#, php-format
|
703 |
-
msgid "
|
|
|
|
|
|
|
704 |
msgstr ""
|
705 |
|
706 |
-
#: contact_form.php:
|
707 |
-
#: contact_form.php:1383
|
708 |
msgid "Save Changes"
|
709 |
msgstr "保存更改"
|
710 |
|
711 |
-
#: contact_form.php:
|
712 |
msgid "Errors output"
|
713 |
msgstr "错误输出"
|
714 |
|
715 |
-
#: contact_form.php:
|
716 |
msgid "Display error messages"
|
717 |
msgstr "显示错误消息"
|
718 |
|
719 |
-
#: contact_form.php:
|
720 |
msgid "Color of the input field errors."
|
721 |
msgstr "输入栏错误的颜色。"
|
722 |
|
723 |
-
#: contact_form.php:
|
724 |
msgid "Display error messages & color of the input field errors"
|
725 |
msgstr "显示输入栏错误的错误消息和颜色"
|
726 |
|
727 |
-
#: contact_form.php:
|
728 |
msgid "Add placeholder to the input blocks"
|
729 |
msgstr "添加占位符输入块"
|
730 |
|
731 |
-
#: contact_form.php:
|
732 |
msgid "Add tooltips"
|
733 |
msgstr "添加工具提示"
|
734 |
|
735 |
-
#: contact_form.php:
|
736 |
msgid "Email address"
|
737 |
msgstr "电子邮箱"
|
738 |
|
739 |
-
#: contact_form.php:
|
740 |
msgid "Phone Number"
|
741 |
msgstr "电话号码"
|
742 |
|
743 |
-
#: contact_form.php:
|
744 |
msgid "Attachment"
|
745 |
msgstr "附件"
|
746 |
|
747 |
-
#: contact_form.php:
|
748 |
msgid "Style options"
|
749 |
msgstr "风格选择"
|
750 |
|
751 |
-
#: contact_form.php:
|
752 |
msgid "Text color"
|
753 |
msgstr "文字颜色"
|
754 |
|
755 |
-
#: contact_form.php:
|
756 |
-
#: contact_form.php:
|
757 |
-
#: contact_form.php:
|
758 |
-
#: contact_form.php:
|
759 |
-
#: contact_form.php:1304
|
760 |
-
#: contact_form.php:1309
|
761 |
-
#: contact_form.php:1319
|
762 |
-
#: contact_form.php:1324
|
763 |
-
#: contact_form.php:1333
|
764 |
-
#: contact_form.php:1347
|
765 |
-
#: contact_form.php:1352
|
766 |
-
#: contact_form.php:1357
|
767 |
msgid "Default"
|
768 |
msgstr "默认"
|
769 |
|
770 |
-
#: contact_form.php:
|
771 |
msgid "Label text color"
|
772 |
msgstr "标签文字颜色"
|
773 |
|
774 |
-
#: contact_form.php:
|
775 |
msgid "Placeholder color"
|
776 |
msgstr "占位符的颜色"
|
777 |
|
778 |
-
#: contact_form.php:
|
779 |
msgid "Errors color"
|
780 |
msgstr "错误颜色"
|
781 |
|
782 |
-
#: contact_form.php:
|
783 |
msgid "Error text color"
|
784 |
msgstr "错误文字颜色"
|
785 |
|
786 |
-
#: contact_form.php:
|
787 |
msgid "Background color of the input field errors"
|
788 |
msgstr "输入栏错误的背景颜色"
|
789 |
|
790 |
-
#: contact_form.php:
|
791 |
msgid "Border color of the input field errors"
|
792 |
msgstr "输入栏错误的边框颜色"
|
793 |
|
794 |
-
#: contact_form.php:
|
795 |
msgid "Placeholder color of the input field errors"
|
796 |
msgstr "输入栏错误的占位符颜色"
|
797 |
|
798 |
-
#: contact_form.php:
|
799 |
msgid "Input fields"
|
800 |
msgstr "输入栏"
|
801 |
|
802 |
-
#: contact_form.php:
|
803 |
msgid "Input fields background color"
|
804 |
msgstr "输入栏的背景颜色"
|
805 |
|
806 |
-
#: contact_form.php:
|
807 |
msgid "Text fields color"
|
808 |
msgstr "文本字段颜色"
|
809 |
|
810 |
-
#: contact_form.php:
|
811 |
msgid "Border width in px, numbers only"
|
812 |
msgstr "边框宽度(像素,数字)"
|
813 |
|
814 |
-
#: contact_form.php:
|
815 |
-
#: contact_form.php:1359
|
816 |
msgid "Border color"
|
817 |
msgstr "边框颜色"
|
818 |
|
819 |
-
#: contact_form.php:
|
820 |
msgid "Submit button"
|
821 |
msgstr "“提交”按钮"
|
822 |
|
823 |
-
#: contact_form.php:
|
824 |
msgid "Width in px, numbers only"
|
825 |
msgstr "Width in px, numbers only"
|
826 |
|
827 |
-
#: contact_form.php:
|
828 |
msgid "Button color"
|
829 |
msgstr "按钮的颜色"
|
830 |
|
831 |
-
#: contact_form.php:
|
832 |
msgid "Button text color"
|
833 |
msgstr "按钮的文字颜色"
|
834 |
|
835 |
-
#: contact_form.php:
|
836 |
msgid "Contact Form Pro | Preview"
|
837 |
msgstr "联系表单(Pro) | 预览"
|
838 |
|
839 |
-
#: contact_form.php:
|
840 |
msgid "Show with errors"
|
841 |
msgstr "显示错误"
|
842 |
|
843 |
-
#: contact_form.php:
|
844 |
-
#: contact_form.php:1400
|
845 |
msgid "Please enter your full name..."
|
846 |
msgstr "请输入您的全名..."
|
847 |
|
848 |
-
#: contact_form.php:
|
849 |
-
#: contact_form.php:1413
|
850 |
msgid "Please enter your address..."
|
851 |
msgstr "请输入您的地址..."
|
852 |
|
853 |
-
#: contact_form.php:
|
854 |
-
#: contact_form.php:1424
|
855 |
msgid "Please enter your email address..."
|
856 |
msgstr "请输入你的电子邮件地址..."
|
857 |
|
858 |
-
#: contact_form.php:
|
859 |
-
#: contact_form.php:1435
|
860 |
msgid "Please enter your phone number..."
|
861 |
msgstr "请输入你的手机号码..."
|
862 |
|
863 |
-
#: contact_form.php:
|
864 |
-
#: contact_form.php:1446
|
865 |
msgid "Please enter subject..."
|
866 |
msgstr "请输入主题..."
|
867 |
|
868 |
-
#: contact_form.php:
|
869 |
-
#: contact_form.php:1456
|
870 |
msgid "Please enter your message..."
|
871 |
msgstr "请输入你的信息"
|
872 |
|
873 |
-
#: contact_form.php:
|
874 |
msgid "Sorry, email message could not be delivered."
|
875 |
msgstr "对不起,电子邮件讯息无法传递。"
|
876 |
|
877 |
-
#: contact_form.php:
|
878 |
msgid "Contact from"
|
879 |
msgstr "联系表单"
|
880 |
|
881 |
-
#: contact_form.php:
|
882 |
-
#: contact_form.php:2026
|
883 |
msgid "Phone"
|
884 |
msgstr "电话"
|
885 |
|
886 |
-
#: contact_form.php:
|
887 |
-
#: contact_form.php:2033
|
888 |
msgid "Site"
|
889 |
msgstr "站点"
|
890 |
|
891 |
-
#: contact_form.php:
|
892 |
-
msgid "
|
|
|
|
|
893 |
msgstr "如果你能看到这个MIME,这意味着你的电子邮件客户端不支持该MIME类型!"
|
894 |
|
895 |
-
#: contact_form.php:
|
896 |
msgid "Support"
|
897 |
msgstr "支持"
|
898 |
|
899 |
-
#: contact_form.php:
|
900 |
msgid "Are you sure that you want to delete this language data?"
|
901 |
msgstr "您确定要删除此语言数据吗"
|
902 |
|
903 |
-
#: contact_form.php:
|
904 |
msgid "Add multiple forms"
|
905 |
msgstr ""
|
906 |
|
907 |
-
#: contact_form.php:
|
908 |
-
msgid "
|
|
|
|
|
909 |
msgstr ""
|
910 |
|
911 |
-
#: contact_form.php:
|
912 |
msgid "Learn more"
|
913 |
msgstr ""
|
914 |
|
915 |
-
#: contact_form.php:
|
916 |
msgid "Close"
|
917 |
msgstr ""
|
918 |
|
919 |
-
#: contact_form.php:
|
920 |
#, fuzzy
|
921 |
msgid "allows to store your messages to the database."
|
922 |
msgstr "将邮件保存到数据库"
|
923 |
|
924 |
-
#: contact_form.php:
|
925 |
msgid "Manage messages that have been sent from your website."
|
926 |
msgstr ""
|
927 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: contact_form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-08-05 09:15+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-08-05 09:15+0300\n"
|
7 |
+
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: kplam <kplam@qq.com>\n"
|
9 |
"Language: zh_CN\n"
|
10 |
"MIME-Version: 1.0\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: contact_form.php:35 contact_form.php:657
|
|
|
20 |
msgid "Contact Form Settings"
|
21 |
msgstr "联系表单设置"
|
22 |
|
24 |
msgid "Contact Form"
|
25 |
msgstr "联系表单"
|
26 |
|
27 |
+
#: contact_form.php:123 contact_form.php:1065 contact_form.php:1099
|
|
|
|
|
28 |
msgid "Name:"
|
29 |
msgstr "姓名:"
|
30 |
|
31 |
+
#: contact_form.php:124 contact_form.php:1066 contact_form.php:1100
|
|
|
|
|
32 |
msgid "Address:"
|
33 |
msgstr "地址:"
|
34 |
|
35 |
+
#: contact_form.php:125 contact_form.php:1067 contact_form.php:1101
|
|
|
|
|
36 |
msgid "Email Address:"
|
37 |
msgstr "电子邮箱:"
|
38 |
|
39 |
+
#: contact_form.php:126 contact_form.php:1068 contact_form.php:1102
|
|
|
|
|
40 |
msgid "Phone number:"
|
41 |
msgstr "电话:"
|
42 |
|
43 |
+
#: contact_form.php:127 contact_form.php:1069 contact_form.php:1103
|
|
|
|
|
44 |
msgid "Subject:"
|
45 |
msgstr "主题:"
|
46 |
|
47 |
+
#: contact_form.php:128 contact_form.php:1070 contact_form.php:1104
|
|
|
|
|
48 |
msgid "Message:"
|
49 |
msgstr "内容:"
|
50 |
|
51 |
+
#: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
|
|
|
|
|
52 |
msgid "Attachment:"
|
53 |
msgstr "附件:"
|
54 |
|
55 |
#: contact_form.php:130
|
56 |
#, fuzzy
|
57 |
+
msgid ""
|
58 |
+
"Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
|
59 |
+
"EPS, PS, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT. Max file "
|
60 |
+
"size: 2MB"
|
61 |
+
msgstr ""
|
62 |
+
"支持的文件类型: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, "
|
63 |
+
"RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. 最大文件限制: 2MB"
|
64 |
|
65 |
+
#: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
|
|
|
|
|
66 |
msgid "Send me a copy"
|
67 |
msgstr "抄送一份给我"
|
68 |
|
69 |
+
#: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
|
|
|
|
|
70 |
msgid "Submit"
|
71 |
msgstr "提交"
|
72 |
|
123 |
msgstr "感谢您与我们联系。"
|
124 |
|
125 |
#: contact_form.php:546
|
126 |
+
msgid ""
|
127 |
+
"Email 'FROM' field option was changed, which may cause email messages being "
|
128 |
+
"moved to the spam folder or email delivery failures."
|
129 |
msgstr ""
|
130 |
|
131 |
#: contact_form.php:556
|
132 |
+
msgid ""
|
133 |
+
"If the 'Redirect to page' option is selected then the URL field should be in "
|
134 |
+
"the following format"
|
135 |
msgstr "如果'重定向到页面“选项被选中,那么URL字段应为以下格式。"
|
136 |
|
137 |
#: contact_form.php:565
|
141 |
|
142 |
#: contact_form.php:575
|
143 |
#, fuzzy
|
144 |
+
msgid ""
|
145 |
+
"Please enter a valid email address in the 'Use this email address' field."
|
146 |
msgstr "请在“发件人”字段输入一个有效的电子邮件地址。设置不被保存。"
|
147 |
|
148 |
#: contact_form.php:583
|
159 |
msgid "Settings are not saved."
|
160 |
msgstr "设置已保存。"
|
161 |
|
162 |
+
#: contact_form.php:646
|
163 |
+
msgid "All plugin settings were restored."
|
164 |
+
msgstr ""
|
165 |
+
|
166 |
+
#: contact_form.php:659 contact_form.php:2208 contact_form.php:2222
|
167 |
msgid "Settings"
|
168 |
msgstr "设置"
|
169 |
|
170 |
+
#: contact_form.php:660
|
171 |
#, fuzzy
|
172 |
msgid "Additional settings"
|
173 |
msgstr "附加选项"
|
174 |
|
175 |
+
#: contact_form.php:661
|
176 |
msgid "Appearance"
|
177 |
msgstr ""
|
178 |
|
179 |
+
#: contact_form.php:662 contact_form.php:2223
|
|
|
180 |
msgid "FAQ"
|
181 |
msgstr "常问问题"
|
182 |
|
183 |
+
#: contact_form.php:663
|
184 |
msgid "Go PRO"
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: contact_form.php:666 contact_form.php:668
|
|
|
188 |
msgid "Notice:"
|
189 |
msgstr ""
|
190 |
|
191 |
+
#: contact_form.php:666
|
192 |
+
msgid ""
|
193 |
+
"The plugin's settings have been changed. In order to save them please don't "
|
194 |
+
"forget to click the 'Save Changes' button."
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: contact_form.php:679
|
198 |
+
msgid ""
|
199 |
+
"If you want to create multiple contact forms, please install the Contact "
|
200 |
+
"Form Multi plugin."
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: contact_form.php:686
|
204 |
+
#, fuzzy
|
205 |
+
msgid ""
|
206 |
+
"If you would like to add Contact Form to your website, just copy and paste "
|
207 |
+
"this shortcode to your post or page or widget:"
|
208 |
+
msgstr ""
|
209 |
+
"如果你想添加联系表单到你的网站,只需复制并粘贴短码到您的文章、页面或部件:"
|
210 |
|
211 |
+
#: contact_form.php:686 contact_form.php:687 contact_form.php:689
|
212 |
+
#: contact_form.php:690 contact_form.php:1089 contact_form.php:1091
|
213 |
+
#: contact_form.php:1152 contact_form.php:1154
|
|
|
|
|
|
|
|
|
|
|
214 |
msgid "or"
|
215 |
msgstr "或"
|
216 |
|
217 |
+
#: contact_form.php:687
|
218 |
+
#, fuzzy
|
219 |
+
msgid ""
|
220 |
+
"If you have any problems with the standard shortcode [contact_form], you "
|
221 |
+
"should use the shortcode"
|
222 |
msgstr "如果用标准短码[contact_form]遇到任何问题,你应该使用短代码"
|
223 |
|
224 |
+
#: contact_form.php:687 contact_form.php:690
|
|
|
225 |
msgid "They work the same way."
|
226 |
msgstr "他们的运作方式相同。"
|
227 |
|
228 |
+
#: contact_form.php:689 contact_form.php:1501
|
229 |
+
msgid ""
|
230 |
+
"If you would like to add the Contact Form to your website, just copy and "
|
231 |
+
"paste this shortcode to your post or page or widget:"
|
232 |
+
msgstr ""
|
233 |
+
"如果你想添加联系表单到你的网站,只需复制并粘贴短码到您的文章、页面或部件:"
|
234 |
+
|
235 |
+
#: contact_form.php:690
|
236 |
+
msgid ""
|
237 |
+
"If have any problems with the standard shortcode [contact_form], you should "
|
238 |
+
"use the shortcode"
|
239 |
+
msgstr "如果用标准短码[contact_form]遇到任何问题,你应该使用短代码"
|
240 |
+
|
241 |
+
#: contact_form.php:694
|
242 |
+
msgid ""
|
243 |
+
"If you leave the fields empty, the messages will be sent to the email "
|
244 |
+
"address specified during registration."
|
245 |
msgstr "如果你留下字段为空,消息将在注册过程中被发送到指定的电子邮件地址。"
|
246 |
|
247 |
+
#: contact_form.php:697
|
248 |
msgid "The user's email address:"
|
249 |
msgstr "用户的电子邮件地址:"
|
250 |
|
251 |
+
#: contact_form.php:701
|
252 |
#, fuzzy
|
253 |
msgid "Select a username"
|
254 |
msgstr "新建一个用户名"
|
255 |
|
256 |
+
#: contact_form.php:714
|
257 |
+
msgid ""
|
258 |
+
"Enter a username of the person who should get the messages from the contact "
|
259 |
+
"form."
|
260 |
msgstr "请输入从联系的表单获得消息的人的名字。"
|
261 |
|
262 |
+
#: contact_form.php:718
|
263 |
msgid "Use this email address:"
|
264 |
msgstr "使用这个邮箱地址:"
|
265 |
|
266 |
+
#: contact_form.php:722
|
267 |
msgid "Enter the email address you want the messages forwarded to."
|
268 |
msgstr "输入你要转发消息的电子邮件地址。"
|
269 |
|
270 |
+
#: contact_form.php:731
|
271 |
msgid "Add department selectbox to the contact form:"
|
272 |
msgstr "添加部门选择框到联系表单:"
|
273 |
|
274 |
+
#: contact_form.php:739 contact_form.php:1200 contact_form.php:1384
|
|
|
|
|
275 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: contact_form.php:746 contact_form.php:929 contact_form.php:1001
|
279 |
+
#: contact_form.php:1207 contact_form.php:1391
|
280 |
+
msgid "Unlock premium options by upgrading to PRO version."
|
|
|
|
|
|
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: contact_form.php:747 contact_form.php:930 contact_form.php:1002
|
284 |
+
#: contact_form.php:1208 contact_form.php:1392 contact_form.php:2495
|
|
|
|
|
|
|
|
|
285 |
msgid "Learn More"
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: contact_form.php:750 contact_form.php:933 contact_form.php:1005
|
289 |
+
#: contact_form.php:1211 contact_form.php:1395
|
|
|
|
|
|
|
290 |
msgid "Go"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: contact_form.php:757
|
294 |
msgid "Save emails to the database"
|
295 |
msgstr "将邮件保存到数据库"
|
296 |
|
297 |
+
#: contact_form.php:762
|
298 |
msgid "Using"
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: contact_form.php:765 contact_form.php:769
|
|
|
302 |
#, fuzzy
|
303 |
msgid "Using Contact Form to DB by BestWebSoft"
|
304 |
msgstr "使用联系表单到DB powered by"
|
305 |
|
306 |
+
#: contact_form.php:765
|
307 |
#, fuzzy
|
308 |
msgid "Activate"
|
309 |
msgstr "激活captcha"
|
310 |
|
311 |
+
#: contact_form.php:769
|
312 |
msgid "Download"
|
313 |
msgstr "Завантажити"
|
314 |
|
315 |
+
#: contact_form.php:779
|
316 |
msgid "What to use?"
|
317 |
msgstr "使用什么呢?"
|
318 |
|
319 |
+
#: contact_form.php:784
|
320 |
msgid "Wp-mail"
|
321 |
msgstr "Wp-mail"
|
322 |
|
323 |
+
#: contact_form.php:786
|
324 |
msgid "You can use the wp_mail function for mailing"
|
325 |
msgstr "您可以使用wp_mail的邮件功能"
|
326 |
|
327 |
+
#: contact_form.php:789
|
328 |
msgid "Mail"
|
329 |
msgstr "邮件"
|
330 |
|
331 |
+
#: contact_form.php:791
|
332 |
msgid "To send mail you can use the php mail function"
|
333 |
msgstr "要发送邮件,可以使用PHP的邮件功能"
|
334 |
|
335 |
+
#: contact_form.php:796
|
336 |
msgid "'FROM' field"
|
337 |
msgstr ""
|
338 |
|
339 |
+
#: contact_form.php:798 contact_form.php:860 contact_form.php:1253
|
340 |
+
#: contact_form.php:2000 contact_form.php:2036
|
|
|
|
|
|
|
341 |
msgid "Name"
|
342 |
msgstr "姓名"
|
343 |
|
344 |
+
#: contact_form.php:805
|
345 |
msgid "User name"
|
346 |
msgstr "用户名"
|
347 |
|
348 |
+
#: contact_form.php:807
|
349 |
+
msgid ""
|
350 |
+
"The name of the user who fills the form will be used in the field 'From'."
|
351 |
msgstr "填充表单的用户的名字将被显示为'发件人'"
|
352 |
|
353 |
+
#: contact_form.php:813 contact_form.php:2011 contact_form.php:2043
|
|
|
|
|
354 |
msgid "Email"
|
355 |
msgstr "邮箱"
|
356 |
|
357 |
+
#: contact_form.php:820
|
358 |
msgid "User email"
|
359 |
msgstr "用户的电子邮件"
|
360 |
|
361 |
+
#: contact_form.php:822
|
362 |
+
msgid ""
|
363 |
+
"The email address of the user who fills the form will be used in the field "
|
364 |
+
"'From'."
|
365 |
msgstr "填充表单的用户的电子邮箱地址将被显示为'发件人'"
|
366 |
|
367 |
+
#: contact_form.php:826
|
368 |
+
msgid ""
|
369 |
+
"If this option is changed, email messages may be moved to the spam folder or "
|
370 |
+
"email delivery failures may occur."
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: contact_form.php:832
|
374 |
msgid "Required symbol"
|
375 |
msgstr "必填符号"
|
376 |
|
377 |
+
#: contact_form.php:842
|
378 |
msgid "Fields"
|
379 |
msgstr ""
|
380 |
|
381 |
+
#: contact_form.php:843
|
382 |
msgid "Used"
|
383 |
msgstr ""
|
384 |
|
385 |
+
#: contact_form.php:844
|
386 |
#, fuzzy
|
387 |
msgid "Required"
|
388 |
msgstr "必填"
|
389 |
|
390 |
+
#: contact_form.php:845
|
391 |
msgid "Visible"
|
392 |
msgstr ""
|
393 |
|
394 |
+
#: contact_form.php:846
|
395 |
msgid "Disabled for editing"
|
396 |
msgstr ""
|
397 |
|
398 |
+
#: contact_form.php:847
|
399 |
msgid "Field's default value"
|
400 |
msgstr ""
|
401 |
|
402 |
+
#: contact_form.php:852
|
403 |
+
msgid "Department selectbox"
|
404 |
+
msgstr ""
|
405 |
+
|
406 |
+
#: contact_form.php:867
|
407 |
msgid "Use User's name as a default value if the user is logged in."
|
408 |
msgstr ""
|
409 |
|
410 |
+
#: contact_form.php:868 contact_form.php:896
|
411 |
+
msgid ""
|
412 |
+
"'Visible' and 'Disabled for editing' options will be applied only to logged-"
|
413 |
+
"in users."
|
414 |
msgstr ""
|
415 |
|
416 |
+
#: contact_form.php:872
|
417 |
msgid "Location selectbox"
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: contact_form.php:880 contact_form.php:1258 contact_form.php:2006
|
421 |
+
#: contact_form.php:2040
|
|
|
|
|
422 |
msgid "Address"
|
423 |
msgstr "地址"
|
424 |
|
425 |
+
#: contact_form.php:888
|
426 |
msgid "Email Address"
|
427 |
msgstr "电子邮箱"
|
428 |
|
429 |
+
#: contact_form.php:895
|
430 |
msgid "Use User's email as a default value if the user is logged in."
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: contact_form.php:900
|
434 |
#, fuzzy
|
435 |
msgid "Phone number"
|
436 |
msgstr "电话:"
|
437 |
|
438 |
+
#: contact_form.php:908 contact_form.php:1273 contact_form.php:2021
|
439 |
+
#: contact_form.php:2049
|
|
|
|
|
440 |
msgid "Subject"
|
441 |
msgstr "主题"
|
442 |
|
443 |
+
#: contact_form.php:916 contact_form.php:1277 contact_form.php:2024
|
444 |
+
#: contact_form.php:2051
|
|
|
|
|
445 |
msgid "Message"
|
446 |
msgstr "内容"
|
447 |
|
448 |
+
#: contact_form.php:940
|
449 |
msgid "Attachment block"
|
450 |
msgstr "附件区块"
|
451 |
|
452 |
+
#: contact_form.php:942
|
453 |
msgid "Users can attach the following file formats"
|
454 |
msgstr "用户可以将以下文件格式"
|
455 |
|
456 |
+
#: contact_form.php:955
|
457 |
msgid "Add to the form"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: contact_form.php:960
|
461 |
#, fuzzy
|
462 |
msgid "Tips below the Attachment"
|
463 |
msgstr "下面的附件块的提示"
|
464 |
|
465 |
+
#: contact_form.php:969
|
466 |
#, fuzzy
|
467 |
msgid "'Send me a copy' block"
|
468 |
msgstr "显示'发送副本给我'区块"
|
469 |
|
470 |
+
#: contact_form.php:982
|
471 |
msgid "Activate captcha"
|
472 |
msgstr "激活captcha"
|
473 |
|
474 |
+
#: contact_form.php:986
|
475 |
msgid "Download captcha"
|
476 |
msgstr "下载captcha"
|
477 |
|
478 |
+
#: contact_form.php:994
|
479 |
msgid "Agreement checkbox"
|
480 |
msgstr ""
|
481 |
|
482 |
+
#: contact_form.php:994
|
483 |
msgid "Required checkbox for submitting the form"
|
484 |
msgstr ""
|
485 |
|
486 |
+
#: contact_form.php:995
|
487 |
msgid "Optional checkbox"
|
488 |
msgstr ""
|
489 |
|
490 |
+
#: contact_form.php:995
|
491 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
492 |
msgstr ""
|
493 |
|
494 |
+
#: contact_form.php:1013
|
495 |
msgid "Delete an attachment file from the server after the email is sent"
|
496 |
msgstr "发送的电子邮件后从服务器删除附件文件"
|
497 |
|
498 |
+
#: contact_form.php:1019
|
499 |
msgid "Email in HTML format sending"
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: contact_form.php:1023
|
503 |
msgid "Display additional info in the email"
|
504 |
msgstr "在电子邮件中显示附加信息"
|
505 |
|
506 |
+
#: contact_form.php:1029 contact_form.php:1967 contact_form.php:1969
|
|
|
|
|
507 |
msgid "Sent from (ip address)"
|
508 |
msgstr "发送(IP地址)"
|
509 |
|
510 |
+
#: contact_form.php:1029
|
511 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
512 |
msgstr "例如: 发送 (IP地址):\t127.0.0.1"
|
513 |
|
514 |
+
#: contact_form.php:1030 contact_form.php:1973 contact_form.php:1975
|
|
|
|
|
515 |
msgid "Date/Time"
|
516 |
msgstr "日期/时间"
|
517 |
|
518 |
+
#: contact_form.php:1030
|
519 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
520 |
msgstr "例如:日期/时间:\tAugust 19, 2013 8:50 pm"
|
521 |
|
522 |
+
#: contact_form.php:1031 contact_form.php:1979 contact_form.php:1981
|
|
|
|
|
523 |
msgid "Sent from (referer)"
|
524 |
msgstr "发送 (请求)"
|
525 |
|
526 |
+
#: contact_form.php:1031
|
527 |
+
msgid ""
|
528 |
+
"Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
529 |
msgstr "示例:发送 (请求):\thttp://bestwebsoft.com/contacts/contact-us/"
|
530 |
|
531 |
+
#: contact_form.php:1032 contact_form.php:1985 contact_form.php:1987
|
|
|
|
|
532 |
msgid "Using (user agent)"
|
533 |
msgstr "使用(用户代理)"
|
534 |
|
535 |
+
#: contact_form.php:1032
|
536 |
+
msgid ""
|
537 |
+
"Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
|
538 |
+
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
539 |
+
msgstr ""
|
540 |
+
"示例:使用(用户代理):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
|
541 |
+
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
542 |
|
543 |
+
#: contact_form.php:1037
|
544 |
msgid "Language settings for the field names in the form"
|
545 |
msgstr "表单中的字段名语言设置"
|
546 |
|
547 |
+
#: contact_form.php:1046
|
548 |
msgid "Add a language"
|
549 |
msgstr "添加一种语言"
|
550 |
|
551 |
+
#: contact_form.php:1050
|
552 |
msgid "Change the names of the contact form fields and error messages"
|
553 |
msgstr "更改联系表单字段和错误消息和名称"
|
554 |
|
555 |
+
#: contact_form.php:1055 contact_form.php:1142
|
|
|
556 |
msgid "English"
|
557 |
msgstr "英语"
|
558 |
|
559 |
+
#: contact_form.php:1063 contact_form.php:1097
|
|
|
560 |
msgid "click to expand/hide the list"
|
561 |
msgstr ""
|
562 |
|
563 |
+
#: contact_form.php:1072 contact_form.php:1106
|
|
|
564 |
msgid "Tips below the Attachment block"
|
565 |
msgstr "下面的附件块的提示"
|
566 |
|
567 |
+
#: contact_form.php:1075 contact_form.php:1109
|
|
|
568 |
msgid "Error message for the Name field"
|
569 |
msgstr "“姓名”字段中的错误消息"
|
570 |
|
571 |
+
#: contact_form.php:1076 contact_form.php:1110
|
|
|
572 |
msgid "Error message for the Address field"
|
573 |
msgstr "“地址”字段的错误信息"
|
574 |
|
575 |
+
#: contact_form.php:1077 contact_form.php:1111
|
|
|
576 |
msgid "Error message for the Email field"
|
577 |
msgstr "“电子邮件”字段的错误消息"
|
578 |
|
579 |
+
#: contact_form.php:1078 contact_form.php:1112
|
|
|
580 |
msgid "Error message for the Phone field"
|
581 |
msgstr "“电话”字段的错误信息"
|
582 |
|
583 |
+
#: contact_form.php:1079 contact_form.php:1113
|
|
|
584 |
msgid "Error message for the Subject field"
|
585 |
msgstr "“主题”字段的错误消息"
|
586 |
|
587 |
+
#: contact_form.php:1080 contact_form.php:1114
|
|
|
588 |
msgid "Error message for the Message field"
|
589 |
msgstr "“消息”字段的错误消息"
|
590 |
|
591 |
+
#: contact_form.php:1081 contact_form.php:1115
|
|
|
592 |
msgid "Error message about the file type for the Attachment field"
|
593 |
msgstr "附件栏的文件类型错误讯息"
|
594 |
|
595 |
+
#: contact_form.php:1082 contact_form.php:1116
|
596 |
+
msgid ""
|
597 |
+
"Error message while uploading a file for the Attachment field to the server"
|
598 |
msgstr "从附件栏上传一个文件到服务器的错误信息"
|
599 |
|
600 |
+
#: contact_form.php:1083 contact_form.php:1117
|
|
|
601 |
msgid "Error message while moving the file for the Attachment field"
|
602 |
msgstr "从附件栏移动文件的错误信息"
|
603 |
|
604 |
+
#: contact_form.php:1084 contact_form.php:1118
|
|
|
605 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
606 |
msgstr "超过文件大小限制附件字段时出现错误消息"
|
607 |
|
608 |
+
#: contact_form.php:1085 contact_form.php:1119
|
|
|
609 |
msgid "Error message for the Captcha field"
|
610 |
msgstr "Captcha字段的错误消息"
|
611 |
|
612 |
+
#: contact_form.php:1086 contact_form.php:1120
|
|
|
613 |
msgid "Error message for the whole form"
|
614 |
msgstr "整个表单的错误消息"
|
615 |
|
616 |
+
#: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
|
617 |
+
#: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
|
618 |
+
#: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
|
619 |
+
#: contact_form.php:2358
|
|
|
|
|
|
|
|
|
|
|
|
|
620 |
msgid "Use shortcode"
|
621 |
msgstr "使用简码"
|
622 |
|
623 |
+
#: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
|
624 |
+
#: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
|
625 |
+
#: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
|
626 |
+
#: contact_form.php:2358
|
|
|
|
|
|
|
|
|
|
|
|
|
627 |
msgid "for this language"
|
628 |
msgstr "此语言"
|
629 |
|
630 |
+
#: contact_form.php:1133
|
631 |
#, fuzzy
|
632 |
msgid "Use the changed names of the contact form fields in the email"
|
633 |
msgstr "更改联系表单字段和错误消息和名称"
|
634 |
|
635 |
+
#: contact_form.php:1139
|
636 |
msgid "Action after email is sent"
|
637 |
msgstr "发送电子邮件后行动"
|
638 |
|
639 |
+
#: contact_form.php:1141
|
640 |
msgid "Display text"
|
641 |
msgstr "显示文本"
|
642 |
|
643 |
+
#: contact_form.php:1150 contact_form.php:1160
|
|
|
644 |
msgid "Text"
|
645 |
msgstr "文本"
|
646 |
|
647 |
+
#: contact_form.php:1171
|
648 |
msgid "Redirect to the page"
|
649 |
msgstr "重定向到的页面"
|
650 |
|
651 |
+
#: contact_form.php:1172
|
652 |
msgid "Url"
|
653 |
msgstr "Url"
|
654 |
|
655 |
+
#: contact_form.php:1176
|
656 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
657 |
msgstr ""
|
658 |
|
659 |
+
#: contact_form.php:1181
|
660 |
+
msgid ""
|
661 |
+
"If you are not sure whether to change this setting or not, please do not do "
|
662 |
+
"that."
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: contact_form.php:1191
|
666 |
msgid "Auto Response"
|
667 |
msgstr ""
|
668 |
|
669 |
+
#: contact_form.php:1195
|
670 |
#, php-format
|
671 |
+
msgid ""
|
672 |
+
"You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
|
673 |
+
"display data from the Message field, as well as %%SITENAME%% to display blog "
|
674 |
+
"name."
|
675 |
msgstr ""
|
676 |
|
677 |
+
#: contact_form.php:1220 contact_form.php:1402
|
|
|
678 |
msgid "Save Changes"
|
679 |
msgstr "保存更改"
|
680 |
|
681 |
+
#: contact_form.php:1233
|
682 |
msgid "Errors output"
|
683 |
msgstr "错误输出"
|
684 |
|
685 |
+
#: contact_form.php:1236
|
686 |
msgid "Display error messages"
|
687 |
msgstr "显示错误消息"
|
688 |
|
689 |
+
#: contact_form.php:1237
|
690 |
msgid "Color of the input field errors."
|
691 |
msgstr "输入栏错误的颜色。"
|
692 |
|
693 |
+
#: contact_form.php:1238
|
694 |
msgid "Display error messages & color of the input field errors"
|
695 |
msgstr "显示输入栏错误的错误消息和颜色"
|
696 |
|
697 |
+
#: contact_form.php:1243
|
698 |
msgid "Add placeholder to the input blocks"
|
699 |
msgstr "添加占位符输入块"
|
700 |
|
701 |
+
#: contact_form.php:1249
|
702 |
msgid "Add tooltips"
|
703 |
msgstr "添加工具提示"
|
704 |
|
705 |
+
#: contact_form.php:1263
|
706 |
msgid "Email address"
|
707 |
msgstr "电子邮箱"
|
708 |
|
709 |
+
#: contact_form.php:1268
|
710 |
msgid "Phone Number"
|
711 |
msgstr "电话号码"
|
712 |
|
713 |
+
#: contact_form.php:1282
|
714 |
msgid "Attachment"
|
715 |
msgstr "附件"
|
716 |
|
717 |
+
#: contact_form.php:1292
|
718 |
msgid "Style options"
|
719 |
msgstr "风格选择"
|
720 |
|
721 |
+
#: contact_form.php:1295
|
722 |
msgid "Text color"
|
723 |
msgstr "文字颜色"
|
724 |
|
725 |
+
#: contact_form.php:1298 contact_form.php:1303 contact_form.php:1313
|
726 |
+
#: contact_form.php:1318 contact_form.php:1323 contact_form.php:1328
|
727 |
+
#: contact_form.php:1338 contact_form.php:1343 contact_form.php:1352
|
728 |
+
#: contact_form.php:1366 contact_form.php:1371 contact_form.php:1376
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
729 |
msgid "Default"
|
730 |
msgstr "默认"
|
731 |
|
732 |
+
#: contact_form.php:1300
|
733 |
msgid "Label text color"
|
734 |
msgstr "标签文字颜色"
|
735 |
|
736 |
+
#: contact_form.php:1305
|
737 |
msgid "Placeholder color"
|
738 |
msgstr "占位符的颜色"
|
739 |
|
740 |
+
#: contact_form.php:1310
|
741 |
msgid "Errors color"
|
742 |
msgstr "错误颜色"
|
743 |
|
744 |
+
#: contact_form.php:1315
|
745 |
msgid "Error text color"
|
746 |
msgstr "错误文字颜色"
|
747 |
|
748 |
+
#: contact_form.php:1320
|
749 |
msgid "Background color of the input field errors"
|
750 |
msgstr "输入栏错误的背景颜色"
|
751 |
|
752 |
+
#: contact_form.php:1325
|
753 |
msgid "Border color of the input field errors"
|
754 |
msgstr "输入栏错误的边框颜色"
|
755 |
|
756 |
+
#: contact_form.php:1330
|
757 |
msgid "Placeholder color of the input field errors"
|
758 |
msgstr "输入栏错误的占位符颜色"
|
759 |
|
760 |
+
#: contact_form.php:1335
|
761 |
msgid "Input fields"
|
762 |
msgstr "输入栏"
|
763 |
|
764 |
+
#: contact_form.php:1340
|
765 |
msgid "Input fields background color"
|
766 |
msgstr "输入栏的背景颜色"
|
767 |
|
768 |
+
#: contact_form.php:1345
|
769 |
msgid "Text fields color"
|
770 |
msgstr "文本字段颜色"
|
771 |
|
772 |
+
#: contact_form.php:1349
|
773 |
msgid "Border width in px, numbers only"
|
774 |
msgstr "边框宽度(像素,数字)"
|
775 |
|
776 |
+
#: contact_form.php:1354 contact_form.php:1378
|
|
|
777 |
msgid "Border color"
|
778 |
msgstr "边框颜色"
|
779 |
|
780 |
+
#: contact_form.php:1359
|
781 |
msgid "Submit button"
|
782 |
msgstr "“提交”按钮"
|
783 |
|
784 |
+
#: contact_form.php:1363
|
785 |
msgid "Width in px, numbers only"
|
786 |
msgstr "Width in px, numbers only"
|
787 |
|
788 |
+
#: contact_form.php:1368
|
789 |
msgid "Button color"
|
790 |
msgstr "按钮的颜色"
|
791 |
|
792 |
+
#: contact_form.php:1373
|
793 |
msgid "Button text color"
|
794 |
msgstr "按钮的文字颜色"
|
795 |
|
796 |
+
#: contact_form.php:1406
|
797 |
msgid "Contact Form Pro | Preview"
|
798 |
msgstr "联系表单(Pro) | 预览"
|
799 |
|
800 |
+
#: contact_form.php:1408
|
801 |
msgid "Show with errors"
|
802 |
msgstr "显示错误"
|
803 |
|
804 |
+
#: contact_form.php:1417 contact_form.php:1419
|
|
|
805 |
msgid "Please enter your full name..."
|
806 |
msgstr "请输入您的全名..."
|
807 |
|
808 |
+
#: contact_form.php:1430 contact_form.php:1432
|
|
|
809 |
msgid "Please enter your address..."
|
810 |
msgstr "请输入您的地址..."
|
811 |
|
812 |
+
#: contact_form.php:1441 contact_form.php:1443
|
|
|
813 |
msgid "Please enter your email address..."
|
814 |
msgstr "请输入你的电子邮件地址..."
|
815 |
|
816 |
+
#: contact_form.php:1452 contact_form.php:1454
|
|
|
817 |
msgid "Please enter your phone number..."
|
818 |
msgstr "请输入你的手机号码..."
|
819 |
|
820 |
+
#: contact_form.php:1463 contact_form.php:1465
|
|
|
821 |
msgid "Please enter subject..."
|
822 |
msgstr "请输入主题..."
|
823 |
|
824 |
+
#: contact_form.php:1473 contact_form.php:1475
|
|
|
825 |
msgid "Please enter your message..."
|
826 |
msgstr "请输入你的信息"
|
827 |
|
828 |
+
#: contact_form.php:1586
|
829 |
msgid "Sorry, email message could not be delivered."
|
830 |
msgstr "对不起,电子邮件讯息无法传递。"
|
831 |
|
832 |
+
#: contact_form.php:1994
|
833 |
msgid "Contact from"
|
834 |
msgstr "联系表单"
|
835 |
|
836 |
+
#: contact_form.php:2016 contact_form.php:2046
|
|
|
837 |
msgid "Phone"
|
838 |
msgstr "电话"
|
839 |
|
840 |
+
#: contact_form.php:2027 contact_form.php:2053
|
|
|
841 |
msgid "Site"
|
842 |
msgstr "站点"
|
843 |
|
844 |
+
#: contact_form.php:2140
|
845 |
+
msgid ""
|
846 |
+
"If you can see this MIME, it means that the MIME type is not supported by "
|
847 |
+
"your email client!"
|
848 |
msgstr "如果你能看到这个MIME,这意味着你的电子邮件客户端不支持该MIME类型!"
|
849 |
|
850 |
+
#: contact_form.php:2224
|
851 |
msgid "Support"
|
852 |
msgstr "支持"
|
853 |
|
854 |
+
#: contact_form.php:2273
|
855 |
msgid "Are you sure that you want to delete this language data?"
|
856 |
msgstr "您确定要删除此语言数据吗"
|
857 |
|
858 |
+
#: contact_form.php:2294
|
859 |
msgid "Add multiple forms"
|
860 |
msgstr ""
|
861 |
|
862 |
+
#: contact_form.php:2294
|
863 |
+
msgid ""
|
864 |
+
"Install Contact Form Multi plugin to create unlimited number of contact "
|
865 |
+
"forms."
|
866 |
msgstr ""
|
867 |
|
868 |
+
#: contact_form.php:2299
|
869 |
msgid "Learn more"
|
870 |
msgstr ""
|
871 |
|
872 |
+
#: contact_form.php:2303
|
873 |
msgid "Close"
|
874 |
msgstr ""
|
875 |
|
876 |
+
#: contact_form.php:2491
|
877 |
#, fuzzy
|
878 |
msgid "allows to store your messages to the database."
|
879 |
msgstr "将邮件保存到数据库"
|
880 |
|
881 |
+
#: contact_form.php:2492
|
882 |
msgid "Manage messages that have been sent from your website."
|
883 |
msgstr ""
|
884 |
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: bestwebsoft
|
|
3 |
Donate link: http://bestwebsoft.com/donate/
|
4 |
Tags: attachment, contact, contatc, conact, cnotact, contact button, contact form, contact form plugin, contact me, contacts, contacts form plugin, copy, feedback, feedback form, form, insert the shortcode, post feedback, request, send, send copy, send messages, shortcode, text, web-page feedback
|
5 |
Requires at least: 3.1
|
6 |
-
Tested up to: 4.2.
|
7 |
-
Stable tag: 3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -106,16 +106,6 @@ You should put the shortcode [bestwebsoft_contact_form] into your page or post.
|
|
106 |
|
107 |
This means that you made a syntax error.
|
108 |
|
109 |
-
= How to use some other language files with the Contact Form? =
|
110 |
-
|
111 |
-
Here is an example for the German language files.
|
112 |
-
|
113 |
-
1. In order to use another language for WordPress it is necessary to switch the WP version to the required language and in the configuration wp file - `wp-config.php` in the line `define('WPLANG', '');` write `define('WPLANG', 'de_DE');`. If everything is done properly admin panel will be in German.
|
114 |
-
2. Make sure that there are the files `de_DE.po` and `de_DE.mo` in the plugin (in the languages folder which is in the root of the plugin).
|
115 |
-
3. If there are no such files you should copy the other files from this folder (for example, for Russian or Italian language) and rename them (you should write `de_DE` instead of `ru_RU` in both files).
|
116 |
-
4. The files can be edited with the help of the program Poedit - http://www.poedit.net/download.php - please download this program, install it, open the file with this program (required language file) and for each line in English write translation in German.
|
117 |
-
5. If everything is done properly all lines will be in German in the admin panel and in the front-end.
|
118 |
-
|
119 |
= How to add the contact form not in English? =
|
120 |
|
121 |
1. Add a language in the block "Language settings for the field names in the form" on the plugin settings page.
|
@@ -139,7 +129,7 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
|
|
139 |
1. The link to the page where the problem occurs.
|
140 |
2. The name of the plugin and its version. If you are using a pro version - your order number.
|
141 |
3. The version of your WordPress installation.
|
142 |
-
4. Copy and paste into the message your system status report. Please read more here: <a href="https://docs.google.com/document/d/1Wi2X8RdRGXk9kMszQy1xItJrpN0ncXgioH935MaBKtc/edit?pli=1" target="_blank">
|
143 |
|
144 |
== Screenshots ==
|
145 |
|
@@ -152,6 +142,11 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
|
|
152 |
|
153 |
== Changelog ==
|
154 |
|
|
|
|
|
|
|
|
|
|
|
155 |
= V3.92 - 03.07.2015 =
|
156 |
* Update : We fixed the url after the form is submitted.
|
157 |
* Update : We fixed display form for rtl.
|
@@ -563,6 +558,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
|
|
563 |
|
564 |
== Upgrade Notice ==
|
565 |
|
|
|
|
|
|
|
566 |
= V3.92 =
|
567 |
We fixed the url after the form is submitted. We fixed display form for rtl.
|
568 |
|
3 |
Donate link: http://bestwebsoft.com/donate/
|
4 |
Tags: attachment, contact, contatc, conact, cnotact, contact button, contact form, contact form plugin, contact me, contacts, contacts form plugin, copy, feedback, feedback form, form, insert the shortcode, post feedback, request, send, send copy, send messages, shortcode, text, web-page feedback
|
5 |
Requires at least: 3.1
|
6 |
+
Tested up to: 4.2.4
|
7 |
+
Stable tag: 3.93
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
106 |
|
107 |
This means that you made a syntax error.
|
108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
= How to add the contact form not in English? =
|
110 |
|
111 |
1. Add a language in the block "Language settings for the field names in the form" on the plugin settings page.
|
129 |
1. The link to the page where the problem occurs.
|
130 |
2. The name of the plugin and its version. If you are using a pro version - your order number.
|
131 |
3. The version of your WordPress installation.
|
132 |
+
4. Copy and paste into the message your system status report. Please read more here: <a href="https://docs.google.com/document/d/1Wi2X8RdRGXk9kMszQy1xItJrpN0ncXgioH935MaBKtc/edit?pli=1" target="_blank">Instruction on System Status</a>
|
133 |
|
134 |
== Screenshots ==
|
135 |
|
142 |
|
143 |
== Changelog ==
|
144 |
|
145 |
+
= V3.93 - 05.08.2015 =
|
146 |
+
* New : Ability to restore settings to defaults.
|
147 |
+
* Bugfix : We fixed syntax error.
|
148 |
+
* Update : We updated all functionality for wordpress 4.2.4.
|
149 |
+
|
150 |
= V3.92 - 03.07.2015 =
|
151 |
* Update : We fixed the url after the form is submitted.
|
152 |
* Update : We fixed display form for rtl.
|
558 |
|
559 |
== Upgrade Notice ==
|
560 |
|
561 |
+
= V3.93 =
|
562 |
+
Ability to restore settings to defaults. We fixed syntax error. We updated all functionality for wordpress 4.2.4.
|
563 |
+
|
564 |
= V3.92 =
|
565 |
We fixed the url after the form is submitted. We fixed display form for rtl.
|
566 |
|
screenshot-1.png
CHANGED
Binary file
|
screenshot-2.png
CHANGED
Binary file
|